{
  "study": "FXAbsolute Phase 6: twenty trending XAUUSD strategies, backtested after costs",
  "generatedOn": "2026-08-29",
  "methodologyVersion": "6.0.0",
  "summary": {
    "strategiesTested": 20,
    "totalTrades": 39947,
    "totalBacktests": 460,
    "exitConfigurationsPerStrategy": 9,
    "profitableAfterCosts": 2,
    "survivingFdr5Pct": 0,
    "positiveInHoldout": 8,
    "positiveInBothPeriods": 0,
    "positiveGridCells": 22,
    "totalGridCells": 180,
    "ambiguousTrades": 54,
    "ambiguousSharePct": 0.14,
    "buyAndHoldReturnPct": 142.21,
    "bestExpectancyR": 0.0068,
    "bestStrategy": "Previous-day high / low breakout continuation",
    "worstStrategy": "EMA21 + RSI(2) M5 pullback",
    "beatingRandomEntry": 7,
    "randomEntryExpectancyR": -0.0401
  },
  "methodology": {
    "selection": "The twenty strategies are the setups currently dominating XAUUSD trading content on YouTube: ICT and Smart Money Concepts, killzone session models, and the indicator scalps taught alongside them. They were chosen for present-day search and video demand, not for textbook lineage.",
    "riskTemplate": "Every strategy receives the same exit template so the test measures the entry signal rather than exit engineering: a stop at 1.5 ATR(14) of the signal timeframe, a target at 2R, and a time stop after 100 bars of that timeframe.",
    "positionSizing": "1% of running equity risked per trade, compounded from $10000, capped at 50x notional leverage.",
    "concurrency": "One position at a time per strategy. Signals arriving while a position is open are dropped and counted.",
    "ambiguity": "When one M1 candle contains both the stop and the target, the trade is ambiguous. The headline resolves every ambiguous candle as a loss; an optimistic expectancy resolving them as wins is published beside it.",
    "lookAhead": "Indicators are read only on closed candles. Swing points are used only after the confirmation bar. Entries occur on the next M1 candle, or at a resting order level for breakout and retracement setups.",
    "sessions": "Killzone, Silver Bullet, Judas Swing and Power of 3 windows are resolved in true America/New_York local time, so daylight saving shifts are handled rather than approximated with a fixed UTC anchor.",
    "holdout": "In-sample runs to 2025-01-01; everything from that date forward is a holdout that was never used to select a strategy or a parameter.",
    "multipleComparisons": "Testing twenty strategies makes roughly one false positive at p<0.05 likely, so one-sided p-values are corrected with Benjamini-Hochberg false discovery rate control.",
    "limitations": "Bid-only data with a modelled spread rather than recorded ask prices. No swap or financing. No news filter. No variable spread around releases or rollover. Slippage is a fixed allowance on stop exits only. Intrabar path inside one minute is unknown and is reported rather than assumed."
  },
  "costModel": {
    "spreadUsdPerOunce": 0.3,
    "commissionUsdPerOunce": 0.07,
    "stopSlippageUsdPerOunce": 0.05,
    "spreadScenariosTested": [
      0.15,
      0.3,
      0.6
    ],
    "note": "Source candles are bid. One full spread plus commission is charged per round turn, and stop exits pay an additional slippage allowance."
  },
  "riskTemplate": {
    "stopAtrMultiple": 1.5,
    "targetR": 2,
    "maxHoldBars": 100,
    "stopAtrGrid": [
      1,
      1.5,
      2.5
    ],
    "targetRGrid": [
      1,
      2,
      3
    ]
  },
  "source": {
    "file": "public/data/XAUUSD_M1.bin",
    "publicUrl": "https://fxabsolute.com/data/XAUUSD_M1.bin",
    "bytes": 37429744,
    "sha256": "b3472e52f51bae343be941a8e8fb6dbdbc8749896c907b6ef77144b9b8c5cd63",
    "declaredCandles": 1871487,
    "usableCandles": 1871487,
    "firstCandleUtc": "2021-01-03T23:00:00.000Z",
    "lastCandleUtc": "2026-04-30T23:59:00.000Z",
    "provenance": "Dukascopy historical bid prices, as recorded in scripts/fetch_candles.mjs."
  },
  "validation": {
    "declaredBytesMatch": true,
    "duplicateTimestamps": 0,
    "outOfOrderTimestamps": 0,
    "nonMinuteTimestamps": 0,
    "invalidOhlc": 0,
    "largestGapSeconds": 262920,
    "largestGapAfterUtc": "2021-12-23T21:58:00.000Z",
    "holdoutSplitIndex": 1404101,
    "holdoutStartUtc": "2025-01-01T00:00:00.000Z",
    "nyTradingDays": 1652,
    "timeframeBars": {
      "M5": 374404,
      "M15": 124807,
      "H1": 31218,
      "H4": 8443,
      "D1": 1641
    },
    "structurePrimitives": {
      "fairValueGapsM5": 22210,
      "fairValueGapsM15": 7784,
      "orderBlocksM15": 4762
    }
  },
  "benchmarks": {
    "buyAndHold": {
      "full": {
        "entryPrice": 1910.09,
        "exitPrice": 4626.4,
        "returnPct": 142.21,
        "cagrPct": 18.09,
        "maxDrawdownPct": 21.48,
        "years": 5.32
      },
      "inSample": {
        "entryPrice": 1910.09,
        "exitPrice": 2624.25,
        "returnPct": 37.39,
        "cagrPct": 8.28,
        "maxDrawdownPct": 20.62,
        "years": 3.99
      },
      "holdout": {
        "entryPrice": 2625.42,
        "exitPrice": 4626.4,
        "returnPct": 76.22,
        "cagrPct": 53.34,
        "maxDrawdownPct": 19.32,
        "years": 1.33
      },
      "note": "One long position opened on the first candle close plus one spread and commission, held to the last candle. Drawdown sampled daily."
    },
    "randomEntryControl": {
      "runs": 200,
      "tradesRequestedPerRun": 500,
      "expectancyR": {
        "mean": -0.0401,
        "median": -0.046,
        "p05": -0.1323,
        "p95": 0.0608
      },
      "tStat": {
        "mean": -0.657,
        "p95": 0.944
      },
      "winRatePct": {
        "mean": 37.34
      },
      "note": "Random entries drawn uniformly over the M1 series with a 50/50 direction coin, then run through the identical engine, risk template and cost model."
    }
  },
  "engineValidation": {
    "note": "Three control runs proving the engine can detect an edge, is directionally symmetric, and introduces no drift of its own.",
    "foresightOracle": {
      "description": "Entries that know whether price is higher 3,000 minutes later.",
      "trades": 374,
      "winRatePct": 49.5,
      "expectancyR": 0.4195,
      "profitFactor": 1.784
    },
    "invertedOracle": {
      "description": "The same entries with the direction flipped.",
      "trades": 374,
      "winRatePct": 17.6,
      "expectancyR": -0.5216,
      "profitFactor": 0.397
    },
    "randomEntryZeroCost": {
      "description": "Random entries with spread, commission and slippage set to zero, averaged over independent samples.",
      "runs": 60,
      "tradesPerRun": 1000,
      "meanExpectancyR": 0.0069,
      "medianExpectancyR": 0.0083,
      "p05ExpectancyR": -0.0807,
      "p95ExpectancyR": 0.0728,
      "meanTStat": 0.119
    },
    "randomEntryWithCost": {
      "description": "The identical random-entry procedure paying the full modelled cost.",
      "runs": 60,
      "tradesPerRun": 1000,
      "meanExpectancyR": -0.0437,
      "medianExpectancyR": -0.0421,
      "p05ExpectancyR": -0.1307,
      "p95ExpectancyR": 0.0225,
      "meanTStat": -0.845
    },
    "costDragR": -0.0506
  },
  "significanceTest": {
    "method": "One-sided t-test on mean R per trade against H0 expectancy <= 0, then Benjamini-Hochberg FDR control at 5% across all twenty strategies.",
    "tests": 20,
    "alpha": 0.05
  },
  "ranking": [
    {
      "position": 1,
      "id": "previous-day-breakout-continuation",
      "name": "Previous-day high / low breakout continuation",
      "family": "Breakout",
      "signalTimeframe": "H1",
      "trades": 1116,
      "winRatePct": 35.5,
      "expectancyR": 0.0068,
      "profitFactor": 1.01,
      "returnPct": -3.77,
      "maxDrawdownPct": 45.25,
      "medianCostShareOfR": 0.0545,
      "longExpectancyR": 0.0076,
      "shortExpectancyR": 0.0059,
      "holdoutExpectancyR": 0.1213,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 2,
      "id": "power-of-three-daily",
      "name": "Power of 3 (accumulation, manipulation, distribution)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "H1",
      "trades": 394,
      "winRatePct": 35.5,
      "expectancyR": 0.0027,
      "profitFactor": 1.004,
      "returnPct": -2.89,
      "maxDrawdownPct": 16.43,
      "medianCostShareOfR": 0.0563,
      "longExpectancyR": 0.0221,
      "shortExpectancyR": -0.0154,
      "holdoutExpectancyR": 0.0364,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 3,
      "id": "ict-ote-retracement-h1",
      "name": "Optimal Trade Entry (0.62-0.79 retracement)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "H1",
      "trades": 1766,
      "winRatePct": 34.7,
      "expectancyR": -0.0191,
      "profitFactor": 0.972,
      "returnPct": -40.12,
      "maxDrawdownPct": 50.51,
      "medianCostShareOfR": 0.0489,
      "longExpectancyR": 0.0595,
      "shortExpectancyR": -0.0895,
      "holdoutExpectancyR": -0.0251,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 4,
      "id": "ict-silver-bullet-ny-am",
      "name": "ICT Silver Bullet (New York AM)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M5",
      "trades": 540,
      "winRatePct": 38.7,
      "expectancyR": -0.03,
      "profitFactor": 0.953,
      "returnPct": -18.9,
      "maxDrawdownPct": 28.76,
      "medianCostShareOfR": 0.0953,
      "longExpectancyR": -0.0543,
      "shortExpectancyR": -0.011,
      "holdoutExpectancyR": -0.0449,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 5,
      "id": "supply-demand-zone-retest-h1",
      "name": "Supply / demand zone retest",
      "family": "Zone trading",
      "signalTimeframe": "H1",
      "trades": 342,
      "winRatePct": 34.2,
      "expectancyR": -0.0315,
      "profitFactor": 0.954,
      "returnPct": -13.23,
      "maxDrawdownPct": 31.51,
      "medianCostShareOfR": 0.0509,
      "longExpectancyR": -0.0057,
      "shortExpectancyR": -0.063,
      "holdoutExpectancyR": 0.2005,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 6,
      "id": "session-overlap-momentum",
      "name": "London / New York overlap momentum",
      "family": "Session / killzone",
      "signalTimeframe": "H1",
      "trades": 1177,
      "winRatePct": 34.3,
      "expectancyR": -0.0318,
      "profitFactor": 0.954,
      "returnPct": -38.93,
      "maxDrawdownPct": 63.07,
      "medianCostShareOfR": 0.0552,
      "longExpectancyR": 0.011,
      "shortExpectancyR": -0.0782,
      "holdoutExpectancyR": 0.0758,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 7,
      "id": "ict-judas-swing-london",
      "name": "ICT Judas Swing (London killzone)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "H1",
      "trades": 717,
      "winRatePct": 34,
      "expectancyR": -0.0395,
      "profitFactor": 0.943,
      "returnPct": -29.9,
      "maxDrawdownPct": 57.75,
      "medianCostShareOfR": 0.0589,
      "longExpectancyR": 0.0371,
      "shortExpectancyR": -0.109,
      "holdoutExpectancyR": 0.0126,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": true
    },
    {
      "position": 8,
      "id": "ict-turtle-soup-prev-day",
      "name": "Turtle Soup (previous-day liquidity sweep)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "H1",
      "trades": 881,
      "winRatePct": 33.5,
      "expectancyR": -0.054,
      "profitFactor": 0.923,
      "returnPct": -43.09,
      "maxDrawdownPct": 55.69,
      "medianCostShareOfR": 0.0539,
      "longExpectancyR": -0.0577,
      "shortExpectancyR": -0.0509,
      "holdoutExpectancyR": -0.124,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 9,
      "id": "asian-range-sweep-fade",
      "name": "Asian range sweep fade",
      "family": "Session / killzone",
      "signalTimeframe": "H1",
      "trades": 1142,
      "winRatePct": 33.4,
      "expectancyR": -0.0604,
      "profitFactor": 0.914,
      "returnPct": -55.2,
      "maxDrawdownPct": 70.29,
      "medianCostShareOfR": 0.0578,
      "longExpectancyR": -0.0126,
      "shortExpectancyR": -0.1028,
      "holdoutExpectancyR": -0.0121,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 10,
      "id": "killzone-newyork-breakout",
      "name": "New York killzone opening breakout",
      "family": "Session / killzone",
      "signalTimeframe": "H1",
      "trades": 1217,
      "winRatePct": 32.9,
      "expectancyR": -0.0698,
      "profitFactor": 0.902,
      "returnPct": -62.1,
      "maxDrawdownPct": 79.02,
      "medianCostShareOfR": 0.0553,
      "longExpectancyR": -0.0873,
      "shortExpectancyR": -0.0493,
      "holdoutExpectancyR": 0.1723,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 11,
      "id": "smc-inverse-fvg-m15",
      "name": "Inverse fair value gap",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 2403,
      "winRatePct": 34.8,
      "expectancyR": -0.0749,
      "profitFactor": 0.895,
      "returnPct": -86.97,
      "maxDrawdownPct": 90.77,
      "medianCostShareOfR": 0.0989,
      "longExpectancyR": -0.0936,
      "shortExpectancyR": -0.0559,
      "holdoutExpectancyR": -0.0334,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 12,
      "id": "killzone-london-breakout",
      "name": "London killzone opening breakout",
      "family": "Session / killzone",
      "signalTimeframe": "H1",
      "trades": 1208,
      "winRatePct": 32.7,
      "expectancyR": -0.0801,
      "profitFactor": 0.888,
      "returnPct": -66.28,
      "maxDrawdownPct": 70.2,
      "medianCostShareOfR": 0.0575,
      "longExpectancyR": -0.04,
      "shortExpectancyR": -0.1219,
      "holdoutExpectancyR": -0.0021,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 13,
      "id": "smc-fvg-retrace-m15",
      "name": "Fair value gap retracement entry",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 4422,
      "winRatePct": 34.1,
      "expectancyR": -0.0915,
      "profitFactor": 0.874,
      "returnPct": -98.87,
      "maxDrawdownPct": 99.47,
      "medianCostShareOfR": 0.097,
      "longExpectancyR": -0.1043,
      "shortExpectancyR": -0.079,
      "holdoutExpectancyR": 0.0163,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 14,
      "id": "smc-order-block-retest-m15",
      "name": "Order block retest",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 2615,
      "winRatePct": 34.3,
      "expectancyR": -0.093,
      "profitFactor": 0.873,
      "returnPct": -93.24,
      "maxDrawdownPct": 93.74,
      "medianCostShareOfR": 0.1056,
      "longExpectancyR": -0.1125,
      "shortExpectancyR": -0.0744,
      "holdoutExpectancyR": -0.0485,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 15,
      "id": "round-number-sweep-fade",
      "name": "Round number ($10 level) sweep fade",
      "family": "Zone trading",
      "signalTimeframe": "H1",
      "trades": 1315,
      "winRatePct": 32.2,
      "expectancyR": -0.0931,
      "profitFactor": 0.87,
      "returnPct": -74.16,
      "maxDrawdownPct": 79.11,
      "medianCostShareOfR": 0.0543,
      "longExpectancyR": -0.0502,
      "shortExpectancyR": -0.1348,
      "holdoutExpectancyR": 0.0301,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 16,
      "id": "smc-liquidity-sweep-choch-m15",
      "name": "Liquidity sweep + change of character (CHoCH)",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 2185,
      "winRatePct": 33.8,
      "expectancyR": -0.1089,
      "profitFactor": 0.852,
      "returnPct": -92.55,
      "maxDrawdownPct": 92.9,
      "medianCostShareOfR": 0.1068,
      "longExpectancyR": -0.0966,
      "shortExpectancyR": -0.1206,
      "holdoutExpectancyR": -0.0635,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 17,
      "id": "smc-bos-continuation-m15",
      "name": "Break of structure continuation",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 4630,
      "winRatePct": 33.7,
      "expectancyR": -0.1225,
      "profitFactor": 0.834,
      "returnPct": -99.78,
      "maxDrawdownPct": 99.81,
      "medianCostShareOfR": 0.1085,
      "longExpectancyR": -0.1182,
      "shortExpectancyR": -0.1269,
      "holdoutExpectancyR": -0.0502,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 18,
      "id": "equal-highs-lows-raid-m15",
      "name": "Equal highs / equal lows liquidity raid",
      "family": "ICT / Smart Money",
      "signalTimeframe": "M15",
      "trades": 1114,
      "winRatePct": 33.9,
      "expectancyR": -0.1239,
      "profitFactor": 0.833,
      "returnPct": -77.5,
      "maxDrawdownPct": 81.16,
      "medianCostShareOfR": 0.1204,
      "longExpectancyR": -0.1481,
      "shortExpectancyR": -0.0992,
      "holdoutExpectancyR": -0.0109,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 19,
      "id": "ema-9-21-m5-trend-filter",
      "name": "EMA 9/21 M5 scalp with H1 trend filter",
      "family": "Modern retail scalp",
      "signalTimeframe": "M5",
      "trades": 6935,
      "winRatePct": 34.7,
      "expectancyR": -0.186,
      "profitFactor": 0.766,
      "returnPct": -100,
      "maxDrawdownPct": 100,
      "medianCostShareOfR": 0.1939,
      "longExpectancyR": -0.1556,
      "shortExpectancyR": -0.2287,
      "holdoutExpectancyR": -0.0362,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    },
    {
      "position": 20,
      "id": "ema21-rsi2-m5-pullback",
      "name": "EMA21 + RSI(2) M5 pullback",
      "family": "Modern retail scalp",
      "signalTimeframe": "M5",
      "trades": 3828,
      "winRatePct": 34.3,
      "expectancyR": -0.1871,
      "profitFactor": 0.761,
      "returnPct": -99.95,
      "maxDrawdownPct": 99.96,
      "medianCostShareOfR": 0.1768,
      "longExpectancyR": -0.1522,
      "shortExpectancyR": -0.2282,
      "holdoutExpectancyR": -0.1298,
      "bhAdjustedP": 1,
      "survivesFdr5Pct": false,
      "beatsRandomControl": false
    }
  ],
  "strategies": [
    {
      "id": "ict-silver-bullet-ny-am",
      "name": "ICT Silver Bullet (New York AM)",
      "family": "ICT / Smart Money",
      "timeframe": "M5",
      "signalTimeframe": "M5",
      "trendNote": "One of the most-taught ICT setups on YouTube; whole channels exist for this single one-hour window.",
      "rule": "Inside 10:00-11:00 New York local time, take the first M5 fair value gap left by a displacement candle, and enter with a limit order at the near edge of that gap. Direction follows the gap.",
      "rawSignals": 540,
      "full": {
        "trades": 540,
        "winRate": {
          "successes": 209,
          "total": 540,
          "ratePct": 38.7,
          "ci95Pct": [
            34.7,
            42.9
          ]
        },
        "expectancyR": -0.03,
        "totalR": -16.19,
        "profitFactor": 0.953,
        "avgWinR": 1.559,
        "avgLossR": -1.033,
        "maxDrawdownPct": 28.76,
        "finalEquity": 8110.23,
        "returnPct": -18.9,
        "tStat": -0.524,
        "sdR": 1.331,
        "ambiguousTrades": 0,
        "timeExits": 86,
        "stopExits": 304,
        "targetExits": 150,
        "optimisticExpectancyR": -0.03,
        "medianHoldMinutes": 69.5,
        "medianCostShareOfR": 0.0953,
        "longTrades": 237,
        "longExpectancyR": -0.0543,
        "shortTrades": 303,
        "shortExpectancyR": -0.011,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 0,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 401,
        "winRate": {
          "successes": 158,
          "total": 401,
          "ratePct": 39.4,
          "ci95Pct": [
            34.7,
            44.3
          ]
        },
        "expectancyR": -0.0273,
        "totalR": -10.94,
        "profitFactor": 0.957,
        "avgWinR": 1.538,
        "avgLossR": -1.045,
        "maxDrawdownPct": 25.89,
        "finalEquity": 8652.54,
        "returnPct": -13.47,
        "tStat": -0.41,
        "sdR": 1.332,
        "ambiguousTrades": 0,
        "timeExits": 69,
        "stopExits": 221,
        "targetExits": 111,
        "optimisticExpectancyR": -0.0273,
        "medianHoldMinutes": 82,
        "medianCostShareOfR": 0.1098,
        "longTrades": 184,
        "longExpectancyR": -0.0948,
        "shortTrades": 217,
        "shortExpectancyR": 0.03,
        "maxConsecutiveLosses": 10,
        "skippedInPosition": 0,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 138,
        "winRate": {
          "successes": 50,
          "total": 138,
          "ratePct": 36.2,
          "ci95Pct": [
            28.7,
            44.5
          ]
        },
        "expectancyR": -0.0449,
        "totalR": -6.19,
        "profitFactor": 0.93,
        "avgWinR": 1.639,
        "avgLossR": -1.001,
        "maxDrawdownPct": 20.01,
        "finalEquity": 9286.07,
        "returnPct": -7.14,
        "tStat": -0.395,
        "sdR": 1.335,
        "ambiguousTrades": 0,
        "timeExits": 16,
        "stopExits": 83,
        "targetExits": 39,
        "optimisticExpectancyR": -0.0449,
        "medianHoldMinutes": 56,
        "medianCostShareOfR": 0.0433,
        "longTrades": 52,
        "longExpectancyR": 0.0701,
        "shortTrades": 86,
        "shortExpectancyR": -0.1144,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 0,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 540,
          "winRatePct": 53.9,
          "expectancyR": -0.0659,
          "profitFactor": 0.876,
          "returnPct": -31.86
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 540,
          "winRatePct": 35.2,
          "expectancyR": -0.1072,
          "profitFactor": 0.856,
          "returnPct": -46.92
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 540,
          "winRatePct": 29.6,
          "expectancyR": -0.0616,
          "profitFactor": 0.923,
          "returnPct": -33.68
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 540,
          "winRatePct": 53.9,
          "expectancyR": -0.0126,
          "profitFactor": 0.975,
          "returnPct": -9.03
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 540,
          "winRatePct": 38.7,
          "expectancyR": -0.03,
          "profitFactor": 0.953,
          "returnPct": -18.9
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 540,
          "winRatePct": 35.4,
          "expectancyR": -0.0561,
          "profitFactor": 0.915,
          "returnPct": -30.27
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 540,
          "winRatePct": 50.4,
          "expectancyR": -0.0111,
          "profitFactor": 0.973,
          "returnPct": -7.78
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 540,
          "winRatePct": 44.6,
          "expectancyR": 0.004,
          "profitFactor": 1.009,
          "returnPct": -0.87
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 540,
          "winRatePct": 44.3,
          "expectancyR": 0.0156,
          "profitFactor": 1.034,
          "returnPct": 5.12
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 540,
          "expectancyR": 0.0071,
          "profitFactor": 1.012,
          "returnPct": -0.89
        },
        {
          "spreadUsd": 0.3,
          "trades": 540,
          "expectancyR": -0.03,
          "profitFactor": 0.953,
          "returnPct": -18.9
        },
        {
          "spreadUsd": 0.6,
          "trades": 540,
          "expectancyR": -0.1042,
          "profitFactor": 0.847,
          "returnPct": -45.71
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -0.88
        },
        {
          "month": "2021-02",
          "totalR": -4.29
        },
        {
          "month": "2021-03",
          "totalR": -1.05
        },
        {
          "month": "2021-04",
          "totalR": 0.32
        },
        {
          "month": "2021-05",
          "totalR": -0.46
        },
        {
          "month": "2021-06",
          "totalR": 5.79
        },
        {
          "month": "2021-07",
          "totalR": 4.23
        },
        {
          "month": "2021-08",
          "totalR": -4.81
        },
        {
          "month": "2021-09",
          "totalR": 0.66
        },
        {
          "month": "2021-10",
          "totalR": -4.67
        },
        {
          "month": "2021-11",
          "totalR": 0.34
        },
        {
          "month": "2021-12",
          "totalR": 1.32
        },
        {
          "month": "2022-01",
          "totalR": -6.07
        },
        {
          "month": "2022-02",
          "totalR": 1.91
        },
        {
          "month": "2022-03",
          "totalR": -6.38
        },
        {
          "month": "2022-04",
          "totalR": 2.13
        },
        {
          "month": "2022-05",
          "totalR": 2.65
        },
        {
          "month": "2022-06",
          "totalR": -2.55
        },
        {
          "month": "2022-07",
          "totalR": 1.76
        },
        {
          "month": "2022-08",
          "totalR": -7.71
        },
        {
          "month": "2022-09",
          "totalR": -1.08
        },
        {
          "month": "2022-10",
          "totalR": -0.68
        },
        {
          "month": "2022-11",
          "totalR": -2.03
        },
        {
          "month": "2022-12",
          "totalR": 1
        },
        {
          "month": "2023-01",
          "totalR": 0.87
        },
        {
          "month": "2023-02",
          "totalR": 7.24
        },
        {
          "month": "2023-03",
          "totalR": 4.38
        },
        {
          "month": "2023-04",
          "totalR": -4.33
        },
        {
          "month": "2023-05",
          "totalR": 0.89
        },
        {
          "month": "2023-06",
          "totalR": 8.54
        },
        {
          "month": "2023-07",
          "totalR": 1.11
        },
        {
          "month": "2023-08",
          "totalR": -0.36
        },
        {
          "month": "2023-09",
          "totalR": -1.4
        },
        {
          "month": "2023-10",
          "totalR": -1.4
        },
        {
          "month": "2023-11",
          "totalR": 2.13
        },
        {
          "month": "2023-12",
          "totalR": 0.72
        },
        {
          "month": "2024-01",
          "totalR": -2.15
        },
        {
          "month": "2024-02",
          "totalR": 0.83
        },
        {
          "month": "2024-03",
          "totalR": -7.76
        },
        {
          "month": "2024-04",
          "totalR": -2.28
        },
        {
          "month": "2024-05",
          "totalR": 2.26
        },
        {
          "month": "2024-06",
          "totalR": -0.64
        },
        {
          "month": "2024-07",
          "totalR": 0.91
        },
        {
          "month": "2024-08",
          "totalR": -1.79
        },
        {
          "month": "2024-09",
          "totalR": -0.06
        },
        {
          "month": "2024-10",
          "totalR": 1.54
        },
        {
          "month": "2024-11",
          "totalR": -0.04
        },
        {
          "month": "2024-12",
          "totalR": 0.38
        },
        {
          "month": "2025-01",
          "totalR": 4.26
        },
        {
          "month": "2025-02",
          "totalR": -1.18
        },
        {
          "month": "2025-03",
          "totalR": -4.28
        },
        {
          "month": "2025-04",
          "totalR": 0.75
        },
        {
          "month": "2025-05",
          "totalR": -2.56
        },
        {
          "month": "2025-06",
          "totalR": -9.56
        },
        {
          "month": "2025-07",
          "totalR": -1.37
        },
        {
          "month": "2025-08",
          "totalR": 6.71
        },
        {
          "month": "2025-09",
          "totalR": 4.58
        },
        {
          "month": "2025-10",
          "totalR": 0.78
        },
        {
          "month": "2025-11",
          "totalR": 2.56
        },
        {
          "month": "2025-12",
          "totalR": 3.39
        },
        {
          "month": "2026-01",
          "totalR": -6.39
        },
        {
          "month": "2026-02",
          "totalR": -5.3
        },
        {
          "month": "2026-03",
          "totalR": 5.72
        },
        {
          "month": "2026-04",
          "totalR": -3.39
        }
      ],
      "trades": [
        {
          "entryTs": 1609773840,
          "entryUtc": "2021-01-04T15:24:00.000Z",
          "exitTs": 1609774740,
          "dir": -1,
          "entryPrice": 1935.298,
          "exitPrice": 1939.531,
          "stopDistance": 4.233,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 15
        },
        {
          "entryTs": 1609859880,
          "entryUtc": "2021-01-05T15:18:00.000Z",
          "exitTs": 1609860420,
          "dir": -1,
          "entryPrice": 1943.149,
          "exitPrice": 1947.563,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 9
        },
        {
          "entryTs": 1609947300,
          "entryUtc": "2021-01-06T15:35:00.000Z",
          "exitTs": 1609947780,
          "dir": -1,
          "entryPrice": 1924.665,
          "exitPrice": 1912.985,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 8
        },
        {
          "entryTs": 1610032380,
          "entryUtc": "2021-01-07T15:13:00.000Z",
          "exitTs": 1610040480,
          "dir": 1,
          "entryPrice": 1914.675,
          "exitPrice": 1909.161,
          "stopDistance": 5.514,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 135
        },
        {
          "entryTs": 1610119920,
          "entryUtc": "2021-01-08T15:32:00.000Z",
          "exitTs": 1610126820,
          "dir": -1,
          "entryPrice": 1860.308,
          "exitPrice": 1846.14,
          "stopDistance": 7.084,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 115
        },
        {
          "entryTs": 1610382960,
          "entryUtc": "2021-01-11T16:36:00.000Z",
          "exitTs": 1610412960,
          "dir": 1,
          "entryPrice": 1844.988,
          "exitPrice": 1845.185,
          "stopDistance": 5.266,
          "outcome": "time",
          "netR": -0.0328,
          "holdMinutes": 500
        },
        {
          "entryTs": 1611156600,
          "entryUtc": "2021-01-20T15:30:00.000Z",
          "exitTs": 1611186600,
          "dir": 1,
          "entryPrice": 1865.958,
          "exitPrice": 1870.155,
          "stopDistance": 5.302,
          "outcome": "time",
          "netR": 0.7217,
          "holdMinutes": 500
        },
        {
          "entryTs": 1611587700,
          "entryUtc": "2021-01-25T15:15:00.000Z",
          "exitTs": 1611594900,
          "dir": -1,
          "entryPrice": 1852.978,
          "exitPrice": 1857.118,
          "stopDistance": 4.14,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 120
        },
        {
          "entryTs": 1611846720,
          "entryUtc": "2021-01-28T15:12:00.000Z",
          "exitTs": 1611847260,
          "dir": -1,
          "entryPrice": 1857.109,
          "exitPrice": 1862.232,
          "stopDistance": 5.123,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 9
        },
        {
          "entryTs": 1612451940,
          "entryUtc": "2021-02-04T15:19:00.000Z",
          "exitTs": 1612481940,
          "dir": 1,
          "entryPrice": 1791.048,
          "exitPrice": 1794.819,
          "stopDistance": 5.584,
          "outcome": "time",
          "netR": 0.6091,
          "holdMinutes": 500
        },
        {
          "entryTs": 1612802040,
          "entryUtc": "2021-02-08T16:34:00.000Z",
          "exitTs": 1612807920,
          "dir": 1,
          "entryPrice": 1834.205,
          "exitPrice": 1830.996,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 98
        },
        {
          "entryTs": 1612972680,
          "entryUtc": "2021-02-10T15:58:00.000Z",
          "exitTs": 1612985580,
          "dir": -1,
          "entryPrice": 1839.475,
          "exitPrice": 1844.657,
          "stopDistance": 5.182,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 215
        },
        {
          "entryTs": 1613149980,
          "entryUtc": "2021-02-12T17:13:00.000Z",
          "exitTs": 1613152380,
          "dir": 1,
          "entryPrice": 1823.575,
          "exitPrice": 1819.601,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 40
        },
        {
          "entryTs": 1613492700,
          "entryUtc": "2021-02-16T16:25:00.000Z",
          "exitTs": 1613494380,
          "dir": 1,
          "entryPrice": 1804.884,
          "exitPrice": 1798.032,
          "stopDistance": 6.852,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 28
        },
        {
          "entryTs": 1613666460,
          "entryUtc": "2021-02-18T16:41:00.000Z",
          "exitTs": 1613692800,
          "dir": 1,
          "entryPrice": 1774.455,
          "exitPrice": 1769.519,
          "stopDistance": 4.936,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 439
        },
        {
          "entryTs": 1614093300,
          "entryUtc": "2021-02-23T15:15:00.000Z",
          "exitTs": 1614123300,
          "dir": 1,
          "entryPrice": 1804.505,
          "exitPrice": 1807.625,
          "stopDistance": 4.868,
          "outcome": "time",
          "netR": 0.5649,
          "holdMinutes": 500
        },
        {
          "entryTs": 1614877860,
          "entryUtc": "2021-03-04T17:11:00.000Z",
          "exitTs": 1614878520,
          "dir": 1,
          "entryPrice": 1714.028,
          "exitPrice": 1709.092,
          "stopDistance": 4.936,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 11
        },
        {
          "entryTs": 1615219080,
          "entryUtc": "2021-03-08T15:58:00.000Z",
          "exitTs": 1615249080,
          "dir": -1,
          "entryPrice": 1682.368,
          "exitPrice": 1683.495,
          "stopDistance": 4.19,
          "outcome": "time",
          "netR": -0.3573,
          "holdMinutes": 500
        },
        {
          "entryTs": 1615905600,
          "entryUtc": "2021-03-16T14:40:00.000Z",
          "exitTs": 1615905900,
          "dir": 1,
          "entryPrice": 1738.978,
          "exitPrice": 1735.737,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 5
        },
        {
          "entryTs": 1615992000,
          "entryUtc": "2021-03-17T14:40:00.000Z",
          "exitTs": 1615994100,
          "dir": 1,
          "entryPrice": 1732.481,
          "exitPrice": 1729.22,
          "stopDistance": 3.261,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 35
        },
        {
          "entryTs": 1616511060,
          "entryUtc": "2021-03-23T14:51:00.000Z",
          "exitTs": 1616513940,
          "dir": -1,
          "entryPrice": 1730.908,
          "exitPrice": 1725.097,
          "stopDistance": 2.905,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 48
        },
        {
          "entryTs": 1616683500,
          "entryUtc": "2021-03-25T14:45:00.000Z",
          "exitTs": 1616691660,
          "dir": -1,
          "entryPrice": 1735.168,
          "exitPrice": 1726.929,
          "stopDistance": 4.119,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 136
        },
        {
          "entryTs": 1617199800,
          "entryUtc": "2021-03-31T14:10:00.000Z",
          "exitTs": 1617200280,
          "dir": -1,
          "entryPrice": 1695.138,
          "exitPrice": 1698.301,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 8
        },
        {
          "entryTs": 1617286500,
          "entryUtc": "2021-04-01T14:15:00.000Z",
          "exitTs": 1617287400,
          "dir": -1,
          "entryPrice": 1723.598,
          "exitPrice": 1727.012,
          "stopDistance": 3.414,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 15
        },
        {
          "entryTs": 1618412280,
          "entryUtc": "2021-04-14T14:58:00.000Z",
          "exitTs": 1618413960,
          "dir": 1,
          "entryPrice": 1737.328,
          "exitPrice": 1734.182,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 28
        },
        {
          "entryTs": 1618928520,
          "entryUtc": "2021-04-20T14:22:00.000Z",
          "exitTs": 1618958520,
          "dir": 1,
          "entryPrice": 1775.175,
          "exitPrice": 1778.418,
          "stopDistance": 3.102,
          "outcome": "time",
          "netR": 0.926,
          "holdMinutes": 500
        },
        {
          "entryTs": 1619014680,
          "entryUtc": "2021-04-21T14:18:00.000Z",
          "exitTs": 1619044680,
          "dir": -1,
          "entryPrice": 1793.218,
          "exitPrice": 1793.628,
          "stopDistance": 3.163,
          "outcome": "time",
          "netR": -0.2466,
          "holdMinutes": 500
        },
        {
          "entryTs": 1619187060,
          "entryUtc": "2021-04-23T14:11:00.000Z",
          "exitTs": 1619187600,
          "dir": -1,
          "entryPrice": 1779.518,
          "exitPrice": 1772.23,
          "stopDistance": 3.644,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 9
        },
        {
          "entryTs": 1620137520,
          "entryUtc": "2021-05-04T14:12:00.000Z",
          "exitTs": 1620137880,
          "dir": 1,
          "entryPrice": 1795.955,
          "exitPrice": 1792.802,
          "stopDistance": 3.153,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 6
        },
        {
          "entryTs": 1620744300,
          "entryUtc": "2021-05-11T14:45:00.000Z",
          "exitTs": 1620747480,
          "dir": -1,
          "entryPrice": 1828.318,
          "exitPrice": 1832.516,
          "stopDistance": 4.198,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 53
        },
        {
          "entryTs": 1620831540,
          "entryUtc": "2021-05-12T14:59:00.000Z",
          "exitTs": 1620850140,
          "dir": -1,
          "entryPrice": 1827.088,
          "exitPrice": 1816.818,
          "stopDistance": 5.135,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 310
        },
        {
          "entryTs": 1620918540,
          "entryUtc": "2021-05-13T15:09:00.000Z",
          "exitTs": 1620948540,
          "dir": 1,
          "entryPrice": 1823.398,
          "exitPrice": 1825.568,
          "stopDistance": 3.683,
          "outcome": "time",
          "netR": 0.4888,
          "holdMinutes": 500
        },
        {
          "entryTs": 1621001400,
          "entryUtc": "2021-05-14T14:10:00.000Z",
          "exitTs": 1621016340,
          "dir": -1,
          "entryPrice": 1837.278,
          "exitPrice": 1840.719,
          "stopDistance": 3.441,
          "outcome": "stop",
          "netR": -1.1221,
          "holdMinutes": 249
        },
        {
          "entryTs": 1621262700,
          "entryUtc": "2021-05-17T14:45:00.000Z",
          "exitTs": 1621266660,
          "dir": 1,
          "entryPrice": 1860.678,
          "exitPrice": 1866.732,
          "stopDistance": 3.027,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 66
        },
        {
          "entryTs": 1621434600,
          "entryUtc": "2021-05-19T14:30:00.000Z",
          "exitTs": 1621447860,
          "dir": -1,
          "entryPrice": 1882.618,
          "exitPrice": 1869.551,
          "stopDistance": 6.534,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 221
        },
        {
          "entryTs": 1621609500,
          "entryUtc": "2021-05-21T15:05:00.000Z",
          "exitTs": 1621621500,
          "dir": -1,
          "entryPrice": 1874.678,
          "exitPrice": 1878.565,
          "stopDistance": 3.887,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 200
        },
        {
          "entryTs": 1621951860,
          "entryUtc": "2021-05-25T14:11:00.000Z",
          "exitTs": 1621953600,
          "dir": 1,
          "entryPrice": 1892.288,
          "exitPrice": 1888.311,
          "stopDistance": 3.977,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 29
        },
        {
          "entryTs": 1622213700,
          "entryUtc": "2021-05-28T14:55:00.000Z",
          "exitTs": 1622218440,
          "dir": -1,
          "entryPrice": 1894.538,
          "exitPrice": 1897.803,
          "stopDistance": 3.265,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 79
        },
        {
          "entryTs": 1622556600,
          "entryUtc": "2021-06-01T14:10:00.000Z",
          "exitTs": 1622586600,
          "dir": -1,
          "entryPrice": 1900.488,
          "exitPrice": 1898.735,
          "stopDistance": 4.172,
          "outcome": "time",
          "netR": 0.3315,
          "holdMinutes": 500
        },
        {
          "entryTs": 1622642820,
          "entryUtc": "2021-06-02T14:07:00.000Z",
          "exitTs": 1622653380,
          "dir": -1,
          "entryPrice": 1904.448,
          "exitPrice": 1907.155,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 176
        },
        {
          "entryTs": 1623162000,
          "entryUtc": "2021-06-08T14:20:00.000Z",
          "exitTs": 1623192000,
          "dir": 1,
          "entryPrice": 1892.198,
          "exitPrice": 1893.254,
          "stopDistance": 4.402,
          "outcome": "time",
          "netR": 0.1559,
          "holdMinutes": 500
        },
        {
          "entryTs": 1623767460,
          "entryUtc": "2021-06-15T14:31:00.000Z",
          "exitTs": 1623774360,
          "dir": -1,
          "entryPrice": 1860.498,
          "exitPrice": 1853.891,
          "stopDistance": 3.303,
          "outcome": "target",
          "netR": 1.888,
          "holdMinutes": 115
        },
        {
          "entryTs": 1623939060,
          "entryUtc": "2021-06-17T14:11:00.000Z",
          "exitTs": 1623943860,
          "dir": -1,
          "entryPrice": 1778.518,
          "exitPrice": 1767.646,
          "stopDistance": 5.436,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 80
        },
        {
          "entryTs": 1624284960,
          "entryUtc": "2021-06-21T14:16:00.000Z",
          "exitTs": 1624287960,
          "dir": 1,
          "entryPrice": 1777.597,
          "exitPrice": 1784.453,
          "stopDistance": 3.428,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 50
        },
        {
          "entryTs": 1624457580,
          "entryUtc": "2021-06-23T14:13:00.000Z",
          "exitTs": 1624462680,
          "dir": -1,
          "entryPrice": 1792.978,
          "exitPrice": 1786.029,
          "stopDistance": 3.474,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 85
        },
        {
          "entryTs": 1624546500,
          "entryUtc": "2021-06-24T14:55:00.000Z",
          "exitTs": 1624547160,
          "dir": -1,
          "entryPrice": 1777.828,
          "exitPrice": 1780.694,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 11
        },
        {
          "entryTs": 1625149320,
          "entryUtc": "2021-07-01T14:22:00.000Z",
          "exitTs": 1625152620,
          "dir": -1,
          "entryPrice": 1776.948,
          "exitPrice": 1769.862,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 55
        },
        {
          "entryTs": 1625668560,
          "entryUtc": "2021-07-07T14:36:00.000Z",
          "exitTs": 1625669040,
          "dir": -1,
          "entryPrice": 1800.868,
          "exitPrice": 1804.142,
          "stopDistance": 3.273,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 8
        },
        {
          "entryTs": 1625840460,
          "entryUtc": "2021-07-09T14:21:00.000Z",
          "exitTs": 1625854080,
          "dir": 1,
          "entryPrice": 1805.858,
          "exitPrice": 1811.556,
          "stopDistance": 2.849,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 227
        },
        {
          "entryTs": 1626101400,
          "entryUtc": "2021-07-12T14:50:00.000Z",
          "exitTs": 1626131400,
          "dir": 1,
          "entryPrice": 1804.528,
          "exitPrice": 1806.798,
          "stopDistance": 3.633,
          "outcome": "time",
          "netR": 0.5231,
          "holdMinutes": 500
        },
        {
          "entryTs": 1626185760,
          "entryUtc": "2021-07-13T14:16:00.000Z",
          "exitTs": 1626215760,
          "dir": -1,
          "entryPrice": 1810.658,
          "exitPrice": 1807.798,
          "stopDistance": 4.629,
          "outcome": "time",
          "netR": 0.5379,
          "holdMinutes": 500
        },
        {
          "entryTs": 1626358980,
          "entryUtc": "2021-07-15T14:23:00.000Z",
          "exitTs": 1626364380,
          "dir": -1,
          "entryPrice": 1822.818,
          "exitPrice": 1825.574,
          "stopDistance": 2.756,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 90
        },
        {
          "entryTs": 1627310100,
          "entryUtc": "2021-07-26T14:35:00.000Z",
          "exitTs": 1627340100,
          "dir": -1,
          "entryPrice": 1800.758,
          "exitPrice": 1797.648,
          "stopDistance": 2.733,
          "outcome": "time",
          "netR": 1.0027,
          "holdMinutes": 500
        },
        {
          "entryTs": 1627398720,
          "entryUtc": "2021-07-27T15:12:00.000Z",
          "exitTs": 1627399440,
          "dir": -1,
          "entryPrice": 1798.568,
          "exitPrice": 1801.175,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 12
        },
        {
          "entryTs": 1627655940,
          "entryUtc": "2021-07-30T14:39:00.000Z",
          "exitTs": 1627662180,
          "dir": -1,
          "entryPrice": 1823.618,
          "exitPrice": 1818.909,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8429,
          "holdMinutes": 104
        },
        {
          "entryTs": 1629123360,
          "entryUtc": "2021-08-16T14:16:00.000Z",
          "exitTs": 1629124080,
          "dir": -1,
          "entryPrice": 1783.648,
          "exitPrice": 1786.593,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629210000,
          "entryUtc": "2021-08-17T14:20:00.000Z",
          "exitTs": 1629210540,
          "dir": -1,
          "entryPrice": 1783.248,
          "exitPrice": 1786.695,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 9
        },
        {
          "entryTs": 1629382500,
          "entryUtc": "2021-08-19T14:15:00.000Z",
          "exitTs": 1629387900,
          "dir": -1,
          "entryPrice": 1779.778,
          "exitPrice": 1783.205,
          "stopDistance": 3.427,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 90
        },
        {
          "entryTs": 1629471720,
          "entryUtc": "2021-08-20T15:02:00.000Z",
          "exitTs": 1629669600,
          "dir": 1,
          "entryPrice": 1781.398,
          "exitPrice": 1780.883,
          "stopDistance": 2.98,
          "outcome": "time",
          "netR": -0.2969,
          "holdMinutes": 3298
        },
        {
          "entryTs": 1629728700,
          "entryUtc": "2021-08-23T14:25:00.000Z",
          "exitTs": 1629729720,
          "dir": -1,
          "entryPrice": 1798.359,
          "exitPrice": 1801.699,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 17
        },
        {
          "entryTs": 1630510920,
          "entryUtc": "2021-09-01T15:42:00.000Z",
          "exitTs": 1630540920,
          "dir": -1,
          "entryPrice": 1814.828,
          "exitPrice": 1813.298,
          "stopDistance": 3.332,
          "outcome": "time",
          "netR": 0.3482,
          "holdMinutes": 500
        },
        {
          "entryTs": 1630592760,
          "entryUtc": "2021-09-02T14:26:00.000Z",
          "exitTs": 1630593600,
          "dir": -1,
          "entryPrice": 1808.608,
          "exitPrice": 1811.563,
          "stopDistance": 2.955,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 14
        },
        {
          "entryTs": 1630937700,
          "entryUtc": "2021-09-06T14:15:00.000Z",
          "exitTs": 1630945620,
          "dir": -1,
          "entryPrice": 1822.038,
          "exitPrice": 1823.219,
          "stopDistance": 1.181,
          "outcome": "stop",
          "netR": -1.3557,
          "holdMinutes": 132
        },
        {
          "entryTs": 1631196600,
          "entryUtc": "2021-09-09T14:10:00.000Z",
          "exitTs": 1631204760,
          "dir": -1,
          "entryPrice": 1790.194,
          "exitPrice": 1793.512,
          "stopDistance": 3.318,
          "outcome": "stop",
          "netR": -1.1266,
          "holdMinutes": 136
        },
        {
          "entryTs": 1631801880,
          "entryUtc": "2021-09-16T14:18:00.000Z",
          "exitTs": 1631831880,
          "dir": 1,
          "entryPrice": 1753.414,
          "exitPrice": 1752.758,
          "stopDistance": 5.069,
          "outcome": "time",
          "netR": -0.2024,
          "holdMinutes": 500
        },
        {
          "entryTs": 1632148200,
          "entryUtc": "2021-09-20T14:30:00.000Z",
          "exitTs": 1632178200,
          "dir": 1,
          "entryPrice": 1762.398,
          "exitPrice": 1763.948,
          "stopDistance": 3.457,
          "outcome": "time",
          "netR": 0.3414,
          "holdMinutes": 500
        },
        {
          "entryTs": 1632927900,
          "entryUtc": "2021-09-29T15:05:00.000Z",
          "exitTs": 1632936060,
          "dir": -1,
          "entryPrice": 1731.178,
          "exitPrice": 1724.087,
          "stopDistance": 3.545,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 136
        },
        {
          "entryTs": 1633011360,
          "entryUtc": "2021-09-30T14:16:00.000Z",
          "exitTs": 1633012140,
          "dir": 1,
          "entryPrice": 1746.488,
          "exitPrice": 1754.248,
          "stopDistance": 3.88,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 13
        },
        {
          "entryTs": 1633099200,
          "entryUtc": "2021-10-01T14:40:00.000Z",
          "exitTs": 1633100100,
          "dir": 1,
          "entryPrice": 1762.105,
          "exitPrice": 1758.061,
          "stopDistance": 4.044,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 15
        },
        {
          "entryTs": 1633616220,
          "entryUtc": "2021-10-07T14:17:00.000Z",
          "exitTs": 1633618140,
          "dir": 1,
          "entryPrice": 1760.828,
          "exitPrice": 1757.685,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 32
        },
        {
          "entryTs": 1634220840,
          "entryUtc": "2021-10-14T14:14:00.000Z",
          "exitTs": 1634222700,
          "dir": 1,
          "entryPrice": 1798.034,
          "exitPrice": 1795.245,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 31
        },
        {
          "entryTs": 1634572920,
          "entryUtc": "2021-10-18T16:02:00.000Z",
          "exitTs": 1634598840,
          "dir": 1,
          "entryPrice": 1766.908,
          "exitPrice": 1763.173,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 432
        },
        {
          "entryTs": 1634653620,
          "entryUtc": "2021-10-19T14:27:00.000Z",
          "exitTs": 1634683620,
          "dir": -1,
          "entryPrice": 1773.778,
          "exitPrice": 1769.344,
          "stopDistance": 3.588,
          "outcome": "time",
          "netR": 1.1327,
          "holdMinutes": 500
        },
        {
          "entryTs": 1634740680,
          "entryUtc": "2021-10-20T14:38:00.000Z",
          "exitTs": 1634770680,
          "dir": 1,
          "entryPrice": 1781.548,
          "exitPrice": 1781.958,
          "stopDistance": 3.274,
          "outcome": "time",
          "netR": 0.0122,
          "holdMinutes": 500
        },
        {
          "entryTs": 1634912280,
          "entryUtc": "2021-10-22T14:18:00.000Z",
          "exitTs": 1634915640,
          "dir": 1,
          "entryPrice": 1810.544,
          "exitPrice": 1807.574,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 56
        },
        {
          "entryTs": 1635346620,
          "entryUtc": "2021-10-27T14:57:00.000Z",
          "exitTs": 1635354240,
          "dir": -1,
          "entryPrice": 1793.748,
          "exitPrice": 1797.054,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 127
        },
        {
          "entryTs": 1635516960,
          "entryUtc": "2021-10-29T14:16:00.000Z",
          "exitTs": 1635717600,
          "dir": 1,
          "entryPrice": 1777.734,
          "exitPrice": 1783.102,
          "stopDistance": 5.226,
          "outcome": "time",
          "netR": 0.9563,
          "holdMinutes": 3344
        },
        {
          "entryTs": 1635777900,
          "entryUtc": "2021-11-01T14:45:00.000Z",
          "exitTs": 1635783000,
          "dir": 1,
          "entryPrice": 1793.054,
          "exitPrice": 1789.788,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 85
        },
        {
          "entryTs": 1635863580,
          "entryUtc": "2021-11-02T14:33:00.000Z",
          "exitTs": 1635866400,
          "dir": -1,
          "entryPrice": 1789.178,
          "exitPrice": 1792.206,
          "stopDistance": 3.028,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 47
        },
        {
          "entryTs": 1635951840,
          "entryUtc": "2021-11-03T15:04:00.000Z",
          "exitTs": 1635962400,
          "dir": 1,
          "entryPrice": 1762.478,
          "exitPrice": 1769.721,
          "stopDistance": 3.621,
          "outcome": "target",
          "netR": 1.8978,
          "holdMinutes": 176
        },
        {
          "entryTs": 1636470660,
          "entryUtc": "2021-11-09T15:11:00.000Z",
          "exitTs": 1636476480,
          "dir": -1,
          "entryPrice": 1823.978,
          "exitPrice": 1827.396,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 97
        },
        {
          "entryTs": 1636643160,
          "entryUtc": "2021-11-11T15:06:00.000Z",
          "exitTs": 1636673160,
          "dir": -1,
          "entryPrice": 1861.394,
          "exitPrice": 1861.718,
          "stopDistance": 3.199,
          "outcome": "time",
          "netR": -0.2169,
          "holdMinutes": 500
        },
        {
          "entryTs": 1636729980,
          "entryUtc": "2021-11-12T15:13:00.000Z",
          "exitTs": 1636741560,
          "dir": 1,
          "entryPrice": 1859.974,
          "exitPrice": 1866.038,
          "stopDistance": 3.032,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 193
        },
        {
          "entryTs": 1636989300,
          "entryUtc": "2021-11-15T15:15:00.000Z",
          "exitTs": 1637003880,
          "dir": 1,
          "entryPrice": 1861.098,
          "exitPrice": 1866.856,
          "stopDistance": 2.879,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 243
        },
        {
          "entryTs": 1637076840,
          "entryUtc": "2021-11-16T15:34:00.000Z",
          "exitTs": 1637079780,
          "dir": 1,
          "entryPrice": 1861.548,
          "exitPrice": 1857.373,
          "stopDistance": 4.175,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 49
        },
        {
          "entryTs": 1637164260,
          "entryUtc": "2021-11-17T15:51:00.000Z",
          "exitTs": 1637165100,
          "dir": -1,
          "entryPrice": 1861.948,
          "exitPrice": 1864.48,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 14
        },
        {
          "entryTs": 1637337300,
          "entryUtc": "2021-11-19T15:55:00.000Z",
          "exitTs": 1637343600,
          "dir": -1,
          "entryPrice": 1858.968,
          "exitPrice": 1851.949,
          "stopDistance": 3.51,
          "outcome": "target",
          "netR": 1.8946,
          "holdMinutes": 105
        },
        {
          "entryTs": 1637853000,
          "entryUtc": "2021-11-25T15:10:00.000Z",
          "exitTs": 1637858760,
          "dir": -1,
          "entryPrice": 1788.958,
          "exitPrice": 1790.255,
          "stopDistance": 1.297,
          "outcome": "stop",
          "netR": -1.3237,
          "holdMinutes": 96
        },
        {
          "entryTs": 1638372300,
          "entryUtc": "2021-12-01T15:25:00.000Z",
          "exitTs": 1638386040,
          "dir": -1,
          "entryPrice": 1787.395,
          "exitPrice": 1779.661,
          "stopDistance": 3.867,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 229
        },
        {
          "entryTs": 1638803520,
          "entryUtc": "2021-12-06T15:12:00.000Z",
          "exitTs": 1638805920,
          "dir": 1,
          "entryPrice": 1780.455,
          "exitPrice": 1777.697,
          "stopDistance": 2.758,
          "outcome": "stop",
          "netR": -1.1523,
          "holdMinutes": 40
        },
        {
          "entryTs": 1638976320,
          "entryUtc": "2021-12-08T15:12:00.000Z",
          "exitTs": 1638978480,
          "dir": 1,
          "entryPrice": 1783.168,
          "exitPrice": 1780.207,
          "stopDistance": 2.961,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 36
        },
        {
          "entryTs": 1639494540,
          "entryUtc": "2021-12-14T15:09:00.000Z",
          "exitTs": 1639514880,
          "dir": 1,
          "entryPrice": 1773.728,
          "exitPrice": 1770.311,
          "stopDistance": 3.417,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 339
        },
        {
          "entryTs": 1639584780,
          "entryUtc": "2021-12-15T16:13:00.000Z",
          "exitTs": 1639593900,
          "dir": -1,
          "entryPrice": 1767.198,
          "exitPrice": 1761.643,
          "stopDistance": 2.777,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 152
        },
        {
          "entryTs": 1640013000,
          "entryUtc": "2021-12-20T15:10:00.000Z",
          "exitTs": 1640015820,
          "dir": 1,
          "entryPrice": 1796.105,
          "exitPrice": 1793.216,
          "stopDistance": 2.889,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 47
        },
        {
          "entryTs": 1640106000,
          "entryUtc": "2021-12-21T17:00:00.000Z",
          "exitTs": 1640136000,
          "dir": -1,
          "entryPrice": 1788.758,
          "exitPrice": 1789.248,
          "stopDistance": 2.601,
          "outcome": "time",
          "netR": -0.3306,
          "holdMinutes": 500
        },
        {
          "entryTs": 1640186460,
          "entryUtc": "2021-12-22T15:21:00.000Z",
          "exitTs": 1640188800,
          "dir": 1,
          "entryPrice": 1791.735,
          "exitPrice": 1795.811,
          "stopDistance": 2.038,
          "outcome": "target",
          "netR": 1.8185,
          "holdMinutes": 39
        },
        {
          "entryTs": 1640624640,
          "entryUtc": "2021-12-27T17:04:00.000Z",
          "exitTs": 1640627760,
          "dir": 1,
          "entryPrice": 1809.718,
          "exitPrice": 1807.838,
          "stopDistance": 1.88,
          "outcome": "stop",
          "netR": -1.2234,
          "holdMinutes": 52
        },
        {
          "entryTs": 1640965620,
          "entryUtc": "2021-12-31T15:47:00.000Z",
          "exitTs": 1640973000,
          "dir": 1,
          "entryPrice": 1822.194,
          "exitPrice": 1827.102,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 123
        },
        {
          "entryTs": 1641223800,
          "entryUtc": "2022-01-03T15:30:00.000Z",
          "exitTs": 1641226020,
          "dir": 1,
          "entryPrice": 1803.538,
          "exitPrice": 1799.591,
          "stopDistance": 3.947,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 37
        },
        {
          "entryTs": 1641482160,
          "entryUtc": "2022-01-06T15:16:00.000Z",
          "exitTs": 1641512160,
          "dir": -1,
          "entryPrice": 1789.908,
          "exitPrice": 1790.608,
          "stopDistance": 3.877,
          "outcome": "time",
          "netR": -0.276,
          "holdMinutes": 500
        },
        {
          "entryTs": 1641999960,
          "entryUtc": "2022-01-12T15:06:00.000Z",
          "exitTs": 1642007760,
          "dir": -1,
          "entryPrice": 1822.278,
          "exitPrice": 1825.076,
          "stopDistance": 2.798,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 130
        },
        {
          "entryTs": 1642432200,
          "entryUtc": "2022-01-17T15:10:00.000Z",
          "exitTs": 1642433160,
          "dir": -1,
          "entryPrice": 1818.448,
          "exitPrice": 1819.708,
          "stopDistance": 1.26,
          "outcome": "stop",
          "netR": -1.3334,
          "holdMinutes": 16
        },
        {
          "entryTs": 1643127600,
          "entryUtc": "2022-01-25T16:20:00.000Z",
          "exitTs": 1643134140,
          "dir": -1,
          "entryPrice": 1848.088,
          "exitPrice": 1852.423,
          "stopDistance": 4.335,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 109
        },
        {
          "entryTs": 1643384940,
          "entryUtc": "2022-01-28T15:49:00.000Z",
          "exitTs": 1643405640,
          "dir": -1,
          "entryPrice": 1786.148,
          "exitPrice": 1790.206,
          "stopDistance": 4.058,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 345
        },
        {
          "entryTs": 1643814360,
          "entryUtc": "2022-02-02T15:06:00.000Z",
          "exitTs": 1643815560,
          "dir": 1,
          "entryPrice": 1803.388,
          "exitPrice": 1809.626,
          "stopDistance": 3.119,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 20
        },
        {
          "entryTs": 1644247800,
          "entryUtc": "2022-02-07T15:30:00.000Z",
          "exitTs": 1644256500,
          "dir": 1,
          "entryPrice": 1815.072,
          "exitPrice": 1820.054,
          "stopDistance": 2.491,
          "outcome": "target",
          "netR": 1.8515,
          "holdMinutes": 145
        },
        {
          "entryTs": 1644334560,
          "entryUtc": "2022-02-08T15:36:00.000Z",
          "exitTs": 1644364560,
          "dir": 1,
          "entryPrice": 1826.318,
          "exitPrice": 1825.688,
          "stopDistance": 2.315,
          "outcome": "time",
          "netR": -0.4319,
          "holdMinutes": 500
        },
        {
          "entryTs": 1645199400,
          "entryUtc": "2022-02-18T15:50:00.000Z",
          "exitTs": 1645200660,
          "dir": -1,
          "entryPrice": 1892.568,
          "exitPrice": 1895.609,
          "stopDistance": 3.041,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 21
        },
        {
          "entryTs": 1645543080,
          "entryUtc": "2022-02-22T15:18:00.000Z",
          "exitTs": 1645548000,
          "dir": -1,
          "entryPrice": 1899.658,
          "exitPrice": 1902.868,
          "stopDistance": 3.21,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 82
        },
        {
          "entryTs": 1645716660,
          "entryUtc": "2022-02-24T15:31:00.000Z",
          "exitTs": 1645730040,
          "dir": -1,
          "entryPrice": 1923.538,
          "exitPrice": 1905.259,
          "stopDistance": 9.14,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 223
        },
        {
          "entryTs": 1645802100,
          "entryUtc": "2022-02-25T15:15:00.000Z",
          "exitTs": 1646002800,
          "dir": -1,
          "entryPrice": 1887.758,
          "exitPrice": 1893.166,
          "stopDistance": 5.408,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1646236200,
          "entryUtc": "2022-03-02T15:50:00.000Z",
          "exitTs": 1646237520,
          "dir": -1,
          "entryPrice": 1927.568,
          "exitPrice": 1916.559,
          "stopDistance": 5.505,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646406720,
          "entryUtc": "2022-03-04T15:12:00.000Z",
          "exitTs": 1646408760,
          "dir": -1,
          "entryPrice": 1953.206,
          "exitPrice": 1958.956,
          "stopDistance": 5.75,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 34
        },
        {
          "entryTs": 1646668200,
          "entryUtc": "2022-03-07T15:50:00.000Z",
          "exitTs": 1646669220,
          "dir": 1,
          "entryPrice": 1986.398,
          "exitPrice": 1978.701,
          "stopDistance": 7.697,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 17
        },
        {
          "entryTs": 1646754960,
          "entryUtc": "2022-03-08T15:56:00.000Z",
          "exitTs": 1646758620,
          "dir": -1,
          "entryPrice": 2057.492,
          "exitPrice": 2068.646,
          "stopDistance": 11.154,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 61
        },
        {
          "entryTs": 1647012900,
          "entryUtc": "2022-03-11T15:35:00.000Z",
          "exitTs": 1647015360,
          "dir": -1,
          "entryPrice": 1977.282,
          "exitPrice": 1983.99,
          "stopDistance": 6.708,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 41
        },
        {
          "entryTs": 1647354000,
          "entryUtc": "2022-03-15T14:20:00.000Z",
          "exitTs": 1647358320,
          "dir": -1,
          "entryPrice": 1913.848,
          "exitPrice": 1919.776,
          "stopDistance": 5.928,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 72
        },
        {
          "entryTs": 1647440880,
          "entryUtc": "2022-03-16T14:28:00.000Z",
          "exitTs": 1647441780,
          "dir": -1,
          "entryPrice": 1911.398,
          "exitPrice": 1916.553,
          "stopDistance": 5.155,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 15
        },
        {
          "entryTs": 1647871800,
          "entryUtc": "2022-03-21T14:10:00.000Z",
          "exitTs": 1647880320,
          "dir": 1,
          "entryPrice": 1933.298,
          "exitPrice": 1929.761,
          "stopDistance": 3.537,
          "outcome": "stop",
          "netR": -1.1188,
          "holdMinutes": 142
        },
        {
          "entryTs": 1647960660,
          "entryUtc": "2022-03-22T14:51:00.000Z",
          "exitTs": 1647966000,
          "dir": -1,
          "entryPrice": 1916.548,
          "exitPrice": 1921.235,
          "stopDistance": 4.687,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 89
        },
        {
          "entryTs": 1648563000,
          "entryUtc": "2022-03-29T14:10:00.000Z",
          "exitTs": 1648593000,
          "dir": 1,
          "entryPrice": 1909.809,
          "exitPrice": 1919.428,
          "stopDistance": 6.648,
          "outcome": "time",
          "netR": 1.3913,
          "holdMinutes": 500
        },
        {
          "entryTs": 1648738620,
          "entryUtc": "2022-03-31T14:57:00.000Z",
          "exitTs": 1648740360,
          "dir": -1,
          "entryPrice": 1939.888,
          "exitPrice": 1943.537,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 29
        },
        {
          "entryTs": 1648826100,
          "entryUtc": "2022-04-01T15:15:00.000Z",
          "exitTs": 1648834260,
          "dir": -1,
          "entryPrice": 1927.473,
          "exitPrice": 1918.524,
          "stopDistance": 4.475,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 136
        },
        {
          "entryTs": 1649427420,
          "entryUtc": "2022-04-08T14:17:00.000Z",
          "exitTs": 1649436060,
          "dir": 1,
          "entryPrice": 1944.898,
          "exitPrice": 1940.852,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 144
        },
        {
          "entryTs": 1649773620,
          "entryUtc": "2022-04-12T14:27:00.000Z",
          "exitTs": 1649775240,
          "dir": 1,
          "entryPrice": 1966.228,
          "exitPrice": 1975.67,
          "stopDistance": 4.721,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 27
        },
        {
          "entryTs": 1649945160,
          "entryUtc": "2022-04-14T14:06:00.000Z",
          "exitTs": 1649946180,
          "dir": -1,
          "entryPrice": 1964.168,
          "exitPrice": 1968.832,
          "stopDistance": 4.664,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 17
        },
        {
          "entryTs": 1650293100,
          "entryUtc": "2022-04-18T14:45:00.000Z",
          "exitTs": 1650297480,
          "dir": -1,
          "entryPrice": 1985.828,
          "exitPrice": 1989.263,
          "stopDistance": 3.435,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 73
        },
        {
          "entryTs": 1650379920,
          "entryUtc": "2022-04-19T14:52:00.000Z",
          "exitTs": 1650396780,
          "dir": -1,
          "entryPrice": 1954.118,
          "exitPrice": 1944.194,
          "stopDistance": 4.962,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 281
        },
        {
          "entryTs": 1650553260,
          "entryUtc": "2022-04-21T15:01:00.000Z",
          "exitTs": 1650555060,
          "dir": 1,
          "entryPrice": 1945.138,
          "exitPrice": 1941.66,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 30
        },
        {
          "entryTs": 1650639300,
          "entryUtc": "2022-04-22T14:55:00.000Z",
          "exitTs": 1650640380,
          "dir": -1,
          "entryPrice": 1935.642,
          "exitPrice": 1926.992,
          "stopDistance": 4.325,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 18
        },
        {
          "entryTs": 1650985980,
          "entryUtc": "2022-04-26T15:13:00.000Z",
          "exitTs": 1650988860,
          "dir": 1,
          "entryPrice": 1904.308,
          "exitPrice": 1900.439,
          "stopDistance": 3.869,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 48
        },
        {
          "entryTs": 1651760100,
          "entryUtc": "2022-05-05T14:15:00.000Z",
          "exitTs": 1651763100,
          "dir": -1,
          "entryPrice": 1891.018,
          "exitPrice": 1881.716,
          "stopDistance": 4.651,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 50
        },
        {
          "entryTs": 1652194500,
          "entryUtc": "2022-05-10T14:55:00.000Z",
          "exitTs": 1652203380,
          "dir": -1,
          "entryPrice": 1848.512,
          "exitPrice": 1840.681,
          "stopDistance": 3.915,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 148
        },
        {
          "entryTs": 1652365260,
          "entryUtc": "2022-05-12T14:21:00.000Z",
          "exitTs": 1652370300,
          "dir": 1,
          "entryPrice": 1839.438,
          "exitPrice": 1835.053,
          "stopDistance": 4.385,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 84
        },
        {
          "entryTs": 1652455740,
          "entryUtc": "2022-05-13T15:29:00.000Z",
          "exitTs": 1652470140,
          "dir": 1,
          "entryPrice": 1811.518,
          "exitPrice": 1806.805,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 240
        },
        {
          "entryTs": 1652970540,
          "entryUtc": "2022-05-19T14:29:00.000Z",
          "exitTs": 1653000540,
          "dir": 1,
          "entryPrice": 1842.148,
          "exitPrice": 1841.658,
          "stopDistance": 4.407,
          "outcome": "time",
          "netR": -0.1952,
          "holdMinutes": 500
        },
        {
          "entryTs": 1653402600,
          "entryUtc": "2022-05-24T14:30:00.000Z",
          "exitTs": 1653405900,
          "dir": -1,
          "entryPrice": 1865.418,
          "exitPrice": 1868.942,
          "stopDistance": 3.524,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 55
        },
        {
          "entryTs": 1653574200,
          "entryUtc": "2022-05-26T14:10:00.000Z",
          "exitTs": 1653577020,
          "dir": 1,
          "entryPrice": 1849.648,
          "exitPrice": 1846.307,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 47
        },
        {
          "entryTs": 1653660660,
          "entryUtc": "2022-05-27T14:11:00.000Z",
          "exitTs": 1653861600,
          "dir": -1,
          "entryPrice": 1854.773,
          "exitPrice": 1852.713,
          "stopDistance": 3.324,
          "outcome": "time",
          "netR": 0.5084,
          "holdMinutes": 3349
        },
        {
          "entryTs": 1653920280,
          "entryUtc": "2022-05-30T14:18:00.000Z",
          "exitTs": 1653950280,
          "dir": -1,
          "entryPrice": 1857.313,
          "exitPrice": 1855.008,
          "stopDistance": 1.832,
          "outcome": "time",
          "netR": 1.056,
          "holdMinutes": 500
        },
        {
          "entryTs": 1654006320,
          "entryUtc": "2022-05-31T14:12:00.000Z",
          "exitTs": 1654007160,
          "dir": -1,
          "entryPrice": 1847.168,
          "exitPrice": 1840.634,
          "stopDistance": 3.267,
          "outcome": "target",
          "netR": 1.8867,
          "holdMinutes": 14
        },
        {
          "entryTs": 1654095900,
          "entryUtc": "2022-06-01T15:05:00.000Z",
          "exitTs": 1654100040,
          "dir": -1,
          "entryPrice": 1844.108,
          "exitPrice": 1847.647,
          "stopDistance": 3.539,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 69
        },
        {
          "entryTs": 1655388600,
          "entryUtc": "2022-06-16T14:10:00.000Z",
          "exitTs": 1655391420,
          "dir": -1,
          "entryPrice": 1828.613,
          "exitPrice": 1832.573,
          "stopDistance": 3.96,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 47
        },
        {
          "entryTs": 1655734320,
          "entryUtc": "2022-06-20T14:12:00.000Z",
          "exitTs": 1655764320,
          "dir": -1,
          "entryPrice": 1838.268,
          "exitPrice": 1838.508,
          "stopDistance": 1.892,
          "outcome": "time",
          "netR": -0.3224,
          "holdMinutes": 500
        },
        {
          "entryTs": 1656945060,
          "entryUtc": "2022-07-04T14:31:00.000Z",
          "exitTs": 1656947640,
          "dir": 1,
          "entryPrice": 1809.098,
          "exitPrice": 1807.524,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2669,
          "holdMinutes": 43
        },
        {
          "entryTs": 1657117380,
          "entryUtc": "2022-07-06T14:23:00.000Z",
          "exitTs": 1657119480,
          "dir": -1,
          "entryPrice": 1754.798,
          "exitPrice": 1744.906,
          "stopDistance": 4.946,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 35
        },
        {
          "entryTs": 1657290000,
          "entryUtc": "2022-07-08T14:20:00.000Z",
          "exitTs": 1657291500,
          "dir": 1,
          "entryPrice": 1742.078,
          "exitPrice": 1750.152,
          "stopDistance": 4.037,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 25
        },
        {
          "entryTs": 1657894200,
          "entryUtc": "2022-07-15T14:10:00.000Z",
          "exitTs": 1657894500,
          "dir": 1,
          "entryPrice": 1704.664,
          "exitPrice": 1700.412,
          "stopDistance": 4.252,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 5
        },
        {
          "entryTs": 1658844780,
          "entryUtc": "2022-07-26T14:13:00.000Z",
          "exitTs": 1658874780,
          "dir": -1,
          "entryPrice": 1719.098,
          "exitPrice": 1717.908,
          "stopDistance": 2.802,
          "outcome": "time",
          "netR": 0.2927,
          "holdMinutes": 500
        },
        {
          "entryTs": 1659363060,
          "entryUtc": "2022-08-01T14:11:00.000Z",
          "exitTs": 1659393060,
          "dir": -1,
          "entryPrice": 1771.664,
          "exitPrice": 1771.564,
          "stopDistance": 3.914,
          "outcome": "time",
          "netR": -0.069,
          "holdMinutes": 500
        },
        {
          "entryTs": 1659450120,
          "entryUtc": "2022-08-02T14:22:00.000Z",
          "exitTs": 1659451200,
          "dir": 1,
          "entryPrice": 1783.142,
          "exitPrice": 1778.677,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 18
        },
        {
          "entryTs": 1659970620,
          "entryUtc": "2022-08-08T14:57:00.000Z",
          "exitTs": 1660000620,
          "dir": 1,
          "entryPrice": 1787.005,
          "exitPrice": 1788.828,
          "stopDistance": 2.418,
          "outcome": "time",
          "netR": 0.6009,
          "holdMinutes": 500
        },
        {
          "entryTs": 1660313520,
          "entryUtc": "2022-08-12T14:12:00.000Z",
          "exitTs": 1660323840,
          "dir": -1,
          "entryPrice": 1795.274,
          "exitPrice": 1798.512,
          "stopDistance": 3.238,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 172
        },
        {
          "entryTs": 1660920300,
          "entryUtc": "2022-08-19T14:45:00.000Z",
          "exitTs": 1660926960,
          "dir": -1,
          "entryPrice": 1747.898,
          "exitPrice": 1750.668,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 111
        },
        {
          "entryTs": 1661178300,
          "entryUtc": "2022-08-22T14:25:00.000Z",
          "exitTs": 1661188320,
          "dir": 1,
          "entryPrice": 1736.524,
          "exitPrice": 1733.728,
          "stopDistance": 2.796,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 167
        },
        {
          "entryTs": 1661264640,
          "entryUtc": "2022-08-23T14:24:00.000Z",
          "exitTs": 1661280360,
          "dir": 1,
          "entryPrice": 1749.754,
          "exitPrice": 1746.051,
          "stopDistance": 3.703,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 262
        },
        {
          "entryTs": 1661350200,
          "entryUtc": "2022-08-24T14:10:00.000Z",
          "exitTs": 1661350500,
          "dir": -1,
          "entryPrice": 1745.313,
          "exitPrice": 1747.821,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 5
        },
        {
          "entryTs": 1661523360,
          "entryUtc": "2022-08-26T14:16:00.000Z",
          "exitTs": 1661523960,
          "dir": 1,
          "entryPrice": 1752.088,
          "exitPrice": 1747.305,
          "stopDistance": 4.783,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 10
        },
        {
          "entryTs": 1661873340,
          "entryUtc": "2022-08-30T15:29:00.000Z",
          "exitTs": 1661903340,
          "dir": -1,
          "entryPrice": 1725.844,
          "exitPrice": 1723.204,
          "stopDistance": 2.895,
          "outcome": "time",
          "netR": 0.784,
          "holdMinutes": 500
        },
        {
          "entryTs": 1661956560,
          "entryUtc": "2022-08-31T14:36:00.000Z",
          "exitTs": 1661963880,
          "dir": 1,
          "entryPrice": 1720.589,
          "exitPrice": 1717.455,
          "stopDistance": 3.134,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 122
        },
        {
          "entryTs": 1662041400,
          "entryUtc": "2022-09-01T14:10:00.000Z",
          "exitTs": 1662045180,
          "dir": -1,
          "entryPrice": 1694.878,
          "exitPrice": 1698.514,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 63
        },
        {
          "entryTs": 1662388800,
          "entryUtc": "2022-09-05T14:40:00.000Z",
          "exitTs": 1662391260,
          "dir": 1,
          "entryPrice": 1711.861,
          "exitPrice": 1710.508,
          "stopDistance": 1.353,
          "outcome": "stop",
          "netR": -1.3104,
          "holdMinutes": 41
        },
        {
          "entryTs": 1662473700,
          "entryUtc": "2022-09-06T14:15:00.000Z",
          "exitTs": 1662503700,
          "dir": -1,
          "entryPrice": 1706.268,
          "exitPrice": 1701.398,
          "stopDistance": 3.486,
          "outcome": "time",
          "netR": 1.2909,
          "holdMinutes": 500
        },
        {
          "entryTs": 1662732720,
          "entryUtc": "2022-09-09T14:12:00.000Z",
          "exitTs": 1662940800,
          "dir": 1,
          "entryPrice": 1715.439,
          "exitPrice": 1718.335,
          "stopDistance": 3.148,
          "outcome": "time",
          "netR": 0.8025,
          "holdMinutes": 3468
        },
        {
          "entryTs": 1662993060,
          "entryUtc": "2022-09-12T14:31:00.000Z",
          "exitTs": 1662997800,
          "dir": 1,
          "entryPrice": 1727.798,
          "exitPrice": 1733.879,
          "stopDistance": 3.041,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 79
        },
        {
          "entryTs": 1663596360,
          "entryUtc": "2022-09-19T14:06:00.000Z",
          "exitTs": 1663597800,
          "dir": -1,
          "entryPrice": 1665.068,
          "exitPrice": 1667.798,
          "stopDistance": 2.73,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 24
        },
        {
          "entryTs": 1663771680,
          "entryUtc": "2022-09-21T14:48:00.000Z",
          "exitTs": 1663782600,
          "dir": -1,
          "entryPrice": 1668.035,
          "exitPrice": 1670.443,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 182
        },
        {
          "entryTs": 1663943700,
          "entryUtc": "2022-09-23T14:35:00.000Z",
          "exitTs": 1663959480,
          "dir": 1,
          "entryPrice": 1644.286,
          "exitPrice": 1640.118,
          "stopDistance": 4.168,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 263
        },
        {
          "entryTs": 1664287860,
          "entryUtc": "2022-09-27T14:11:00.000Z",
          "exitTs": 1664297520,
          "dir": -1,
          "entryPrice": 1635.669,
          "exitPrice": 1628.317,
          "stopDistance": 3.676,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 161
        },
        {
          "entryTs": 1664461500,
          "entryUtc": "2022-09-29T14:25:00.000Z",
          "exitTs": 1664463540,
          "dir": -1,
          "entryPrice": 1648.665,
          "exitPrice": 1653.265,
          "stopDistance": 4.6,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 34
        },
        {
          "entryTs": 1664892600,
          "entryUtc": "2022-10-04T14:10:00.000Z",
          "exitTs": 1664894940,
          "dir": 1,
          "entryPrice": 1713.847,
          "exitPrice": 1721.679,
          "stopDistance": 3.916,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 39
        },
        {
          "entryTs": 1664979060,
          "entryUtc": "2022-10-05T14:11:00.000Z",
          "exitTs": 1664980860,
          "dir": -1,
          "entryPrice": 1706.278,
          "exitPrice": 1710.63,
          "stopDistance": 4.352,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 30
        },
        {
          "entryTs": 1666622100,
          "entryUtc": "2022-10-24T14:35:00.000Z",
          "exitTs": 1666652100,
          "dir": -1,
          "entryPrice": 1649.998,
          "exitPrice": 1651.458,
          "stopDistance": 3.986,
          "outcome": "time",
          "netR": -0.4591,
          "holdMinutes": 500
        },
        {
          "entryTs": 1666708320,
          "entryUtc": "2022-10-25T14:32:00.000Z",
          "exitTs": 1666738320,
          "dir": -1,
          "entryPrice": 1656.898,
          "exitPrice": 1651.847,
          "stopDistance": 3.896,
          "outcome": "time",
          "netR": 1.2013,
          "holdMinutes": 500
        },
        {
          "entryTs": 1666794120,
          "entryUtc": "2022-10-26T14:22:00.000Z",
          "exitTs": 1666794780,
          "dir": 1,
          "entryPrice": 1668.787,
          "exitPrice": 1665.525,
          "stopDistance": 3.262,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 11
        },
        {
          "entryTs": 1666880400,
          "entryUtc": "2022-10-27T14:20:00.000Z",
          "exitTs": 1666888080,
          "dir": 1,
          "entryPrice": 1663.008,
          "exitPrice": 1658.922,
          "stopDistance": 4.086,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 128
        },
        {
          "entryTs": 1667312580,
          "entryUtc": "2022-11-01T14:23:00.000Z",
          "exitTs": 1667318760,
          "dir": -1,
          "entryPrice": 1645.547,
          "exitPrice": 1648.501,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 103
        },
        {
          "entryTs": 1668007620,
          "entryUtc": "2022-11-09T15:27:00.000Z",
          "exitTs": 1668008040,
          "dir": 1,
          "entryPrice": 1714.038,
          "exitPrice": 1710.159,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 7
        },
        {
          "entryTs": 1668094260,
          "entryUtc": "2022-11-10T15:31:00.000Z",
          "exitTs": 1668096960,
          "dir": 1,
          "entryPrice": 1749.607,
          "exitPrice": 1744.653,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 45
        },
        {
          "entryTs": 1668439200,
          "entryUtc": "2022-11-14T15:20:00.000Z",
          "exitTs": 1668442620,
          "dir": 1,
          "entryPrice": 1771.268,
          "exitPrice": 1767.997,
          "stopDistance": 3.27,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 57
        },
        {
          "entryTs": 1669304820,
          "entryUtc": "2022-11-24T15:47:00.000Z",
          "exitTs": 1669305360,
          "dir": 1,
          "entryPrice": 1757.657,
          "exitPrice": 1756.417,
          "stopDistance": 1.24,
          "outcome": "stop",
          "netR": -1.3386,
          "holdMinutes": 9
        },
        {
          "entryTs": 1669651200,
          "entryUtc": "2022-11-28T16:00:00.000Z",
          "exitTs": 1669662180,
          "dir": -1,
          "entryPrice": 1745.427,
          "exitPrice": 1739.747,
          "stopDistance": 2.84,
          "outcome": "target",
          "netR": 1.8697,
          "holdMinutes": 183
        },
        {
          "entryTs": 1669824960,
          "entryUtc": "2022-11-30T16:16:00.000Z",
          "exitTs": 1669832940,
          "dir": -1,
          "entryPrice": 1753.948,
          "exitPrice": 1746.197,
          "stopDistance": 3.875,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 133
        },
        {
          "entryTs": 1670254980,
          "entryUtc": "2022-12-05T15:43:00.000Z",
          "exitTs": 1670260200,
          "dir": -1,
          "entryPrice": 1777.708,
          "exitPrice": 1770.903,
          "stopDistance": 3.403,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 87
        },
        {
          "entryTs": 1670859960,
          "entryUtc": "2022-12-12T15:46:00.000Z",
          "exitTs": 1670870040,
          "dir": -1,
          "entryPrice": 1784.938,
          "exitPrice": 1779.566,
          "stopDistance": 2.686,
          "outcome": "target",
          "netR": 1.8622,
          "holdMinutes": 168
        },
        {
          "entryTs": 1671030660,
          "entryUtc": "2022-12-14T15:11:00.000Z",
          "exitTs": 1671031560,
          "dir": -1,
          "entryPrice": 1809.345,
          "exitPrice": 1811.301,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2148,
          "holdMinutes": 15
        },
        {
          "entryTs": 1671118740,
          "entryUtc": "2022-12-15T15:39:00.000Z",
          "exitTs": 1671148740,
          "dir": -1,
          "entryPrice": 1778.275,
          "exitPrice": 1776.475,
          "stopDistance": 4.249,
          "outcome": "time",
          "netR": 0.3366,
          "holdMinutes": 500
        },
        {
          "entryTs": 1671203340,
          "entryUtc": "2022-12-16T15:09:00.000Z",
          "exitTs": 1671204780,
          "dir": 1,
          "entryPrice": 1791.658,
          "exitPrice": 1788.382,
          "stopDistance": 3.276,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 24
        },
        {
          "entryTs": 1671463620,
          "entryUtc": "2022-12-19T15:27:00.000Z",
          "exitTs": 1671464340,
          "dir": 1,
          "entryPrice": 1793.125,
          "exitPrice": 1790.81,
          "stopDistance": 2.315,
          "outcome": "stop",
          "netR": -1.1814,
          "holdMinutes": 12
        },
        {
          "entryTs": 1671551040,
          "entryUtc": "2022-12-20T15:44:00.000Z",
          "exitTs": 1671581040,
          "dir": 1,
          "entryPrice": 1815.167,
          "exitPrice": 1818.205,
          "stopDistance": 3.14,
          "outcome": "time",
          "netR": 0.8496,
          "holdMinutes": 500
        },
        {
          "entryTs": 1671636240,
          "entryUtc": "2022-12-21T15:24:00.000Z",
          "exitTs": 1671636780,
          "dir": -1,
          "entryPrice": 1818.608,
          "exitPrice": 1821.014,
          "stopDistance": 2.406,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 9
        },
        {
          "entryTs": 1671722160,
          "entryUtc": "2022-12-22T15:16:00.000Z",
          "exitTs": 1671732000,
          "dir": -1,
          "entryPrice": 1798.305,
          "exitPrice": 1791.315,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 164
        },
        {
          "entryTs": 1672413180,
          "entryUtc": "2022-12-30T15:13:00.000Z",
          "exitTs": 1672415520,
          "dir": -1,
          "entryPrice": 1816.057,
          "exitPrice": 1819.177,
          "stopDistance": 3.12,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 39
        },
        {
          "entryTs": 1672846140,
          "entryUtc": "2023-01-04T15:29:00.000Z",
          "exitTs": 1672848600,
          "dir": -1,
          "entryPrice": 1855.495,
          "exitPrice": 1859.191,
          "stopDistance": 3.696,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 41
        },
        {
          "entryTs": 1672935300,
          "entryUtc": "2023-01-05T16:15:00.000Z",
          "exitTs": 1672942800,
          "dir": -1,
          "entryPrice": 1831.245,
          "exitPrice": 1835.122,
          "stopDistance": 3.877,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 125
        },
        {
          "entryTs": 1673279580,
          "entryUtc": "2023-01-09T15:53:00.000Z",
          "exitTs": 1673282880,
          "dir": -1,
          "entryPrice": 1874.865,
          "exitPrice": 1877.77,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 55
        },
        {
          "entryTs": 1673537400,
          "entryUtc": "2023-01-12T15:30:00.000Z",
          "exitTs": 1673544840,
          "dir": 1,
          "entryPrice": 1885.845,
          "exitPrice": 1897.753,
          "stopDistance": 5.954,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 124
        },
        {
          "entryTs": 1673969280,
          "entryUtc": "2023-01-17T15:28:00.000Z",
          "exitTs": 1673980860,
          "dir": -1,
          "entryPrice": 1911.215,
          "exitPrice": 1904.777,
          "stopDistance": 3.219,
          "outcome": "target",
          "netR": 1.8851,
          "holdMinutes": 193
        },
        {
          "entryTs": 1674141120,
          "entryUtc": "2023-01-19T15:12:00.000Z",
          "exitTs": 1674153600,
          "dir": 1,
          "entryPrice": 1918.165,
          "exitPrice": 1924.199,
          "stopDistance": 3.017,
          "outcome": "target",
          "netR": 1.8774,
          "holdMinutes": 208
        },
        {
          "entryTs": 1674573060,
          "entryUtc": "2023-01-24T15:11:00.000Z",
          "exitTs": 1674573180,
          "dir": -1,
          "entryPrice": 1922.165,
          "exitPrice": 1925.368,
          "stopDistance": 3.203,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 2
        },
        {
          "entryTs": 1674659760,
          "entryUtc": "2023-01-25T15:16:00.000Z",
          "exitTs": 1674660300,
          "dir": 1,
          "entryPrice": 1932.348,
          "exitPrice": 1929.01,
          "stopDistance": 3.338,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 9
        },
        {
          "entryTs": 1674747900,
          "entryUtc": "2023-01-26T15:45:00.000Z",
          "exitTs": 1674750240,
          "dir": -1,
          "entryPrice": 1928.775,
          "exitPrice": 1920.664,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 39
        },
        {
          "entryTs": 1674832620,
          "entryUtc": "2023-01-27T15:17:00.000Z",
          "exitTs": 1674834300,
          "dir": 1,
          "entryPrice": 1925.915,
          "exitPrice": 1922.341,
          "stopDistance": 3.574,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 28
        },
        {
          "entryTs": 1675264200,
          "entryUtc": "2023-02-01T15:10:00.000Z",
          "exitTs": 1675265520,
          "dir": -1,
          "entryPrice": 1925.795,
          "exitPrice": 1929.026,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 22
        },
        {
          "entryTs": 1675351140,
          "entryUtc": "2023-02-02T15:19:00.000Z",
          "exitTs": 1675359720,
          "dir": -1,
          "entryPrice": 1924.375,
          "exitPrice": 1914.544,
          "stopDistance": 4.916,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 143
        },
        {
          "entryTs": 1675437120,
          "entryUtc": "2023-02-03T15:12:00.000Z",
          "exitTs": 1675448100,
          "dir": -1,
          "entryPrice": 1874.295,
          "exitPrice": 1861.424,
          "stopDistance": 6.436,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 183
        },
        {
          "entryTs": 1675791240,
          "entryUtc": "2023-02-07T17:34:00.000Z",
          "exitTs": 1675791660,
          "dir": 1,
          "entryPrice": 1871.375,
          "exitPrice": 1877.049,
          "stopDistance": 2.837,
          "outcome": "target",
          "netR": 1.8696,
          "holdMinutes": 7
        },
        {
          "entryTs": 1675955160,
          "entryUtc": "2023-02-09T15:06:00.000Z",
          "exitTs": 1675956540,
          "dir": -1,
          "entryPrice": 1880.825,
          "exitPrice": 1874.515,
          "stopDistance": 3.155,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 23
        },
        {
          "entryTs": 1676992200,
          "entryUtc": "2023-02-21T15:10:00.000Z",
          "exitTs": 1676998560,
          "dir": 1,
          "entryPrice": 1836.698,
          "exitPrice": 1833.47,
          "stopDistance": 3.228,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 106
        },
        {
          "entryTs": 1677597000,
          "entryUtc": "2023-02-28T15:10:00.000Z",
          "exitTs": 1677604500,
          "dir": 1,
          "entryPrice": 1823.215,
          "exitPrice": 1829.324,
          "stopDistance": 3.054,
          "outcome": "target",
          "netR": 1.8789,
          "holdMinutes": 125
        },
        {
          "entryTs": 1677684060,
          "entryUtc": "2023-03-01T15:21:00.000Z",
          "exitTs": 1677714060,
          "dir": -1,
          "entryPrice": 1840.345,
          "exitPrice": 1837.675,
          "stopDistance": 3.353,
          "outcome": "time",
          "netR": 0.6859,
          "holdMinutes": 500
        },
        {
          "entryTs": 1677856260,
          "entryUtc": "2023-03-03T15:11:00.000Z",
          "exitTs": 1677857100,
          "dir": -1,
          "entryPrice": 1842.215,
          "exitPrice": 1844.772,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 14
        },
        {
          "entryTs": 1678289940,
          "entryUtc": "2023-03-08T15:39:00.000Z",
          "exitTs": 1678294500,
          "dir": 1,
          "entryPrice": 1821.095,
          "exitPrice": 1817.789,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 76
        },
        {
          "entryTs": 1678374660,
          "entryUtc": "2023-03-09T15:11:00.000Z",
          "exitTs": 1678375500,
          "dir": 1,
          "entryPrice": 1832.785,
          "exitPrice": 1829.715,
          "stopDistance": 3.07,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 14
        },
        {
          "entryTs": 1678716360,
          "entryUtc": "2023-03-13T14:06:00.000Z",
          "exitTs": 1678716840,
          "dir": -1,
          "entryPrice": 1900.815,
          "exitPrice": 1906.79,
          "stopDistance": 5.975,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 8
        },
        {
          "entryTs": 1678978860,
          "entryUtc": "2023-03-16T15:01:00.000Z",
          "exitTs": 1679008860,
          "dir": -1,
          "entryPrice": 1923.048,
          "exitPrice": 1919.585,
          "stopDistance": 4.909,
          "outcome": "time",
          "netR": 0.6301,
          "holdMinutes": 500
        },
        {
          "entryTs": 1679065620,
          "entryUtc": "2023-03-17T15:07:00.000Z",
          "exitTs": 1679072940,
          "dir": 1,
          "entryPrice": 1956.885,
          "exitPrice": 1964.709,
          "stopDistance": 3.912,
          "outcome": "target",
          "netR": 1.9054,
          "holdMinutes": 122
        },
        {
          "entryTs": 1680014400,
          "entryUtc": "2023-03-28T14:40:00.000Z",
          "exitTs": 1680023880,
          "dir": 1,
          "entryPrice": 1964.965,
          "exitPrice": 1971.708,
          "stopDistance": 3.371,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 158
        },
        {
          "entryTs": 1680186600,
          "entryUtc": "2023-03-30T14:30:00.000Z",
          "exitTs": 1680191880,
          "dir": 1,
          "entryPrice": 1968.605,
          "exitPrice": 1975.017,
          "stopDistance": 3.206,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 88
        },
        {
          "entryTs": 1680274800,
          "entryUtc": "2023-03-31T15:00:00.000Z",
          "exitTs": 1680283140,
          "dir": -1,
          "entryPrice": 1977.985,
          "exitPrice": 1971.494,
          "stopDistance": 3.246,
          "outcome": "target",
          "netR": 1.886,
          "holdMinutes": 139
        },
        {
          "entryTs": 1680531000,
          "entryUtc": "2023-04-03T14:10:00.000Z",
          "exitTs": 1680561000,
          "dir": 1,
          "entryPrice": 1981.848,
          "exitPrice": 1984.415,
          "stopDistance": 4.38,
          "outcome": "time",
          "netR": 0.5016,
          "holdMinutes": 500
        },
        {
          "entryTs": 1680705600,
          "entryUtc": "2023-04-05T14:40:00.000Z",
          "exitTs": 1680735600,
          "dir": -1,
          "entryPrice": 2019.495,
          "exitPrice": 2020.154,
          "stopDistance": 6.169,
          "outcome": "time",
          "netR": -0.1668,
          "holdMinutes": 500
        },
        {
          "entryTs": 1681137900,
          "entryUtc": "2023-04-10T14:45:00.000Z",
          "exitTs": 1681145520,
          "dir": -1,
          "entryPrice": 1986.195,
          "exitPrice": 1990.429,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 127
        },
        {
          "entryTs": 1681310640,
          "entryUtc": "2023-04-12T14:44:00.000Z",
          "exitTs": 1681322400,
          "dir": -1,
          "entryPrice": 2007.205,
          "exitPrice": 2012.859,
          "stopDistance": 5.654,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 196
        },
        {
          "entryTs": 1681398660,
          "entryUtc": "2023-04-13T15:11:00.000Z",
          "exitTs": 1681407480,
          "dir": -1,
          "entryPrice": 2038.158,
          "exitPrice": 2042.442,
          "stopDistance": 4.285,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 147
        },
        {
          "entryTs": 1681744140,
          "entryUtc": "2023-04-17T15:09:00.000Z",
          "exitTs": 1681750920,
          "dir": -1,
          "entryPrice": 1988.475,
          "exitPrice": 1992.311,
          "stopDistance": 3.836,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 113
        },
        {
          "entryTs": 1681827360,
          "entryUtc": "2023-04-18T14:16:00.000Z",
          "exitTs": 1681857360,
          "dir": 1,
          "entryPrice": 2006.785,
          "exitPrice": 2004.615,
          "stopDistance": 4.35,
          "outcome": "time",
          "netR": -0.5839,
          "holdMinutes": 500
        },
        {
          "entryTs": 1682000460,
          "entryUtc": "2023-04-20T14:21:00.000Z",
          "exitTs": 1682002500,
          "dir": 1,
          "entryPrice": 2006.664,
          "exitPrice": 2002.479,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 34
        },
        {
          "entryTs": 1682088000,
          "entryUtc": "2023-04-21T14:40:00.000Z",
          "exitTs": 1682287200,
          "dir": 1,
          "entryPrice": 1976.864,
          "exitPrice": 1981.098,
          "stopDistance": 6.295,
          "outcome": "time",
          "netR": 0.6138,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1682347860,
          "entryUtc": "2023-04-24T14:51:00.000Z",
          "exitTs": 1682350260,
          "dir": 1,
          "entryPrice": 1985.025,
          "exitPrice": 1981.693,
          "stopDistance": 3.332,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 40
        },
        {
          "entryTs": 1682518440,
          "entryUtc": "2023-04-26T14:14:00.000Z",
          "exitTs": 1682524740,
          "dir": -1,
          "entryPrice": 2000.485,
          "exitPrice": 1991.704,
          "stopDistance": 4.39,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 105
        },
        {
          "entryTs": 1683213000,
          "entryUtc": "2023-05-04T15:10:00.000Z",
          "exitTs": 1683243000,
          "dir": 1,
          "entryPrice": 2047.105,
          "exitPrice": 2049.048,
          "stopDistance": 4.997,
          "outcome": "time",
          "netR": 0.3148,
          "holdMinutes": 500
        },
        {
          "entryTs": 1683900600,
          "entryUtc": "2023-05-12T14:10:00.000Z",
          "exitTs": 1683901860,
          "dir": -1,
          "entryPrice": 2019.284,
          "exitPrice": 2012.08,
          "stopDistance": 3.602,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 21
        },
        {
          "entryTs": 1684161240,
          "entryUtc": "2023-05-15T14:34:00.000Z",
          "exitTs": 1684168440,
          "dir": -1,
          "entryPrice": 2016.694,
          "exitPrice": 2019.516,
          "stopDistance": 2.822,
          "outcome": "stop",
          "netR": -1.1488,
          "holdMinutes": 120
        },
        {
          "entryTs": 1684335600,
          "entryUtc": "2023-05-17T15:00:00.000Z",
          "exitTs": 1684365600,
          "dir": 1,
          "entryPrice": 1982.214,
          "exitPrice": 1983.265,
          "stopDistance": 3.848,
          "outcome": "time",
          "netR": 0.177,
          "holdMinutes": 500
        },
        {
          "entryTs": 1685111340,
          "entryUtc": "2023-05-26T14:29:00.000Z",
          "exitTs": 1685111520,
          "dir": 1,
          "entryPrice": 1948.785,
          "exitPrice": 1945.664,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 3
        },
        {
          "entryTs": 1685456280,
          "entryUtc": "2023-05-30T14:18:00.000Z",
          "exitTs": 1685460780,
          "dir": 1,
          "entryPrice": 1954.975,
          "exitPrice": 1961.354,
          "stopDistance": 3.19,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 75
        },
        {
          "entryTs": 1685542200,
          "entryUtc": "2023-05-31T14:10:00.000Z",
          "exitTs": 1685543640,
          "dir": -1,
          "entryPrice": 1964.588,
          "exitPrice": 1968.669,
          "stopDistance": 4.081,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 24
        },
        {
          "entryTs": 1685974260,
          "entryUtc": "2023-06-05T14:11:00.000Z",
          "exitTs": 1686004260,
          "dir": 1,
          "entryPrice": 1959.148,
          "exitPrice": 1960.885,
          "stopDistance": 3.957,
          "outcome": "time",
          "netR": 0.3455,
          "holdMinutes": 500
        },
        {
          "entryTs": 1686322500,
          "entryUtc": "2023-06-09T14:55:00.000Z",
          "exitTs": 1686520800,
          "dir": -1,
          "entryPrice": 1964.575,
          "exitPrice": 1959.524,
          "stopDistance": 3.005,
          "outcome": "time",
          "netR": 1.5579,
          "holdMinutes": 3305
        },
        {
          "entryTs": 1686926460,
          "entryUtc": "2023-06-16T14:41:00.000Z",
          "exitTs": 1687125600,
          "dir": -1,
          "entryPrice": 1959.485,
          "exitPrice": 1957.874,
          "stopDistance": 3.532,
          "outcome": "time",
          "netR": 0.3514,
          "holdMinutes": 3319
        },
        {
          "entryTs": 1687185120,
          "entryUtc": "2023-06-19T14:32:00.000Z",
          "exitTs": 1687197120,
          "dir": -1,
          "entryPrice": 1952.258,
          "exitPrice": 1949.464,
          "stopDistance": 1.397,
          "outcome": "target",
          "netR": 1.7352,
          "holdMinutes": 200
        },
        {
          "entryTs": 1687272300,
          "entryUtc": "2023-06-20T14:45:00.000Z",
          "exitTs": 1687290540,
          "dir": 1,
          "entryPrice": 1932.175,
          "exitPrice": 1938.558,
          "stopDistance": 3.192,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 304
        },
        {
          "entryTs": 1687445340,
          "entryUtc": "2023-06-22T14:49:00.000Z",
          "exitTs": 1687447560,
          "dir": 1,
          "entryPrice": 1918.115,
          "exitPrice": 1914.568,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 37
        },
        {
          "entryTs": 1687529400,
          "entryUtc": "2023-06-23T14:10:00.000Z",
          "exitTs": 1687531380,
          "dir": -1,
          "entryPrice": 1932.185,
          "exitPrice": 1925.447,
          "stopDistance": 3.369,
          "outcome": "target",
          "netR": 1.8902,
          "holdMinutes": 33
        },
        {
          "entryTs": 1687876260,
          "entryUtc": "2023-06-27T14:31:00.000Z",
          "exitTs": 1687881960,
          "dir": -1,
          "entryPrice": 1919.065,
          "exitPrice": 1912.08,
          "stopDistance": 3.493,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 95
        },
        {
          "entryTs": 1688393400,
          "entryUtc": "2023-07-03T14:10:00.000Z",
          "exitTs": 1688402280,
          "dir": 1,
          "entryPrice": 1926.565,
          "exitPrice": 1923.533,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 148
        },
        {
          "entryTs": 1689345060,
          "entryUtc": "2023-07-14T14:31:00.000Z",
          "exitTs": 1689346140,
          "dir": -1,
          "entryPrice": 1955.565,
          "exitPrice": 1959.226,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 18
        },
        {
          "entryTs": 1689778800,
          "entryUtc": "2023-07-19T15:00:00.000Z",
          "exitTs": 1689808800,
          "dir": 1,
          "entryPrice": 1974.055,
          "exitPrice": 1977.115,
          "stopDistance": 2.916,
          "outcome": "time",
          "netR": 0.9224,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689862560,
          "entryUtc": "2023-07-20T14:16:00.000Z",
          "exitTs": 1689864180,
          "dir": -1,
          "entryPrice": 1972.695,
          "exitPrice": 1966.629,
          "stopDistance": 3.033,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 27
        },
        {
          "entryTs": 1690295580,
          "entryUtc": "2023-07-25T14:33:00.000Z",
          "exitTs": 1690297500,
          "dir": 1,
          "entryPrice": 1957.405,
          "exitPrice": 1963.536,
          "stopDistance": 3.066,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 32
        },
        {
          "entryTs": 1690553880,
          "entryUtc": "2023-07-28T14:18:00.000Z",
          "exitTs": 1690754400,
          "dir": 1,
          "entryPrice": 1958.895,
          "exitPrice": 1958.748,
          "stopDistance": 3.242,
          "outcome": "time",
          "netR": -0.1595,
          "holdMinutes": 3342
        },
        {
          "entryTs": 1690815660,
          "entryUtc": "2023-07-31T15:01:00.000Z",
          "exitTs": 1690833360,
          "dir": 1,
          "entryPrice": 1966.955,
          "exitPrice": 1964.304,
          "stopDistance": 2.651,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 295
        },
        {
          "entryTs": 1691071860,
          "entryUtc": "2023-08-03T14:11:00.000Z",
          "exitTs": 1691101860,
          "dir": 1,
          "entryPrice": 1934.615,
          "exitPrice": 1936.348,
          "stopDistance": 3.646,
          "outcome": "time",
          "netR": 0.3739,
          "holdMinutes": 500
        },
        {
          "entryTs": 1691417340,
          "entryUtc": "2023-08-07T14:09:00.000Z",
          "exitTs": 1691417940,
          "dir": -1,
          "entryPrice": 1933.605,
          "exitPrice": 1936.073,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691590200,
          "entryUtc": "2023-08-09T14:10:00.000Z",
          "exitTs": 1691591400,
          "dir": 1,
          "entryPrice": 1924.598,
          "exitPrice": 1922.036,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 20
        },
        {
          "entryTs": 1692111360,
          "entryUtc": "2023-08-15T14:56:00.000Z",
          "exitTs": 1692112740,
          "dir": 1,
          "entryPrice": 1909.925,
          "exitPrice": 1906.721,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 23
        },
        {
          "entryTs": 1692714480,
          "entryUtc": "2023-08-22T14:28:00.000Z",
          "exitTs": 1692716820,
          "dir": 1,
          "entryPrice": 1891.695,
          "exitPrice": 1896.743,
          "stopDistance": 2.524,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 39
        },
        {
          "entryTs": 1692887160,
          "entryUtc": "2023-08-24T14:26:00.000Z",
          "exitTs": 1692887460,
          "dir": 1,
          "entryPrice": 1918.615,
          "exitPrice": 1916.293,
          "stopDistance": 2.322,
          "outcome": "stop",
          "netR": -1.1809,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693318380,
          "entryUtc": "2023-08-29T14:13:00.000Z",
          "exitTs": 1693322040,
          "dir": 1,
          "entryPrice": 1929.325,
          "exitPrice": 1934.985,
          "stopDistance": 2.83,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 61
        },
        {
          "entryTs": 1693405320,
          "entryUtc": "2023-08-30T14:22:00.000Z",
          "exitTs": 1693408200,
          "dir": 1,
          "entryPrice": 1947.485,
          "exitPrice": 1944.73,
          "stopDistance": 2.755,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 48
        },
        {
          "entryTs": 1693491660,
          "entryUtc": "2023-08-31T14:21:00.000Z",
          "exitTs": 1693521660,
          "dir": -1,
          "entryPrice": 1943.215,
          "exitPrice": 1939.765,
          "stopDistance": 2.3,
          "outcome": "time",
          "netR": 1.3393,
          "holdMinutes": 500
        },
        {
          "entryTs": 1693837980,
          "entryUtc": "2023-09-04T14:33:00.000Z",
          "exitTs": 1693867980,
          "dir": -1,
          "entryPrice": 1938.145,
          "exitPrice": 1938.005,
          "stopDistance": 1.171,
          "outcome": "time",
          "netR": -0.1963,
          "holdMinutes": 500
        },
        {
          "entryTs": 1694009760,
          "entryUtc": "2023-09-06T14:16:00.000Z",
          "exitTs": 1694010960,
          "dir": -1,
          "entryPrice": 1923.015,
          "exitPrice": 1917.009,
          "stopDistance": 3.003,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 20
        },
        {
          "entryTs": 1694182860,
          "entryUtc": "2023-09-08T14:21:00.000Z",
          "exitTs": 1694184900,
          "dir": 1,
          "entryPrice": 1927.255,
          "exitPrice": 1924.902,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 34
        },
        {
          "entryTs": 1694448900,
          "entryUtc": "2023-09-11T16:15:00.000Z",
          "exitTs": 1694478900,
          "dir": -1,
          "entryPrice": 1924.355,
          "exitPrice": 1921.325,
          "stopDistance": 2.26,
          "outcome": "time",
          "netR": 1.177,
          "holdMinutes": 500
        },
        {
          "entryTs": 1694530320,
          "entryUtc": "2023-09-12T14:52:00.000Z",
          "exitTs": 1694560320,
          "dir": 1,
          "entryPrice": 1911.798,
          "exitPrice": 1912.975,
          "stopDistance": 2.474,
          "outcome": "time",
          "netR": 0.3261,
          "holdMinutes": 500
        },
        {
          "entryTs": 1694616360,
          "entryUtc": "2023-09-13T14:46:00.000Z",
          "exitTs": 1694619300,
          "dir": 1,
          "entryPrice": 1913.235,
          "exitPrice": 1910.154,
          "stopDistance": 3.081,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 49
        },
        {
          "entryTs": 1694788260,
          "entryUtc": "2023-09-15T14:31:00.000Z",
          "exitTs": 1694798940,
          "dir": 1,
          "entryPrice": 1926.975,
          "exitPrice": 1924.285,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 178
        },
        {
          "entryTs": 1695133920,
          "entryUtc": "2023-09-19T14:32:00.000Z",
          "exitTs": 1695134700,
          "dir": -1,
          "entryPrice": 1933.285,
          "exitPrice": 1935.125,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2282,
          "holdMinutes": 13
        },
        {
          "entryTs": 1695311700,
          "entryUtc": "2023-09-21T15:55:00.000Z",
          "exitTs": 1695341700,
          "dir": 1,
          "entryPrice": 1917.205,
          "exitPrice": 1921.425,
          "stopDistance": 2.982,
          "outcome": "time",
          "netR": 1.291,
          "holdMinutes": 500
        },
        {
          "entryTs": 1695823860,
          "entryUtc": "2023-09-27T14:11:00.000Z",
          "exitTs": 1695826320,
          "dir": 1,
          "entryPrice": 1886.225,
          "exitPrice": 1883.875,
          "stopDistance": 2.35,
          "outcome": "stop",
          "netR": -1.1787,
          "holdMinutes": 41
        },
        {
          "entryTs": 1696256400,
          "entryUtc": "2023-10-02T14:20:00.000Z",
          "exitTs": 1696260840,
          "dir": -1,
          "entryPrice": 1830.915,
          "exitPrice": 1834.486,
          "stopDistance": 3.57,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 74
        },
        {
          "entryTs": 1696342260,
          "entryUtc": "2023-10-03T14:11:00.000Z",
          "exitTs": 1696342320,
          "dir": -1,
          "entryPrice": 1822.365,
          "exitPrice": 1826.058,
          "stopDistance": 3.693,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 1
        },
        {
          "entryTs": 1696517040,
          "entryUtc": "2023-10-05T14:44:00.000Z",
          "exitTs": 1696546860,
          "dir": -1,
          "entryPrice": 1818.515,
          "exitPrice": 1821.731,
          "stopDistance": 3.216,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 497
        },
        {
          "entryTs": 1696946700,
          "entryUtc": "2023-10-10T14:05:00.000Z",
          "exitTs": 1696949100,
          "dir": 1,
          "entryPrice": 1856.398,
          "exitPrice": 1854.063,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 40
        },
        {
          "entryTs": 1697034900,
          "entryUtc": "2023-10-11T14:35:00.000Z",
          "exitTs": 1697040300,
          "dir": 1,
          "entryPrice": 1870.415,
          "exitPrice": 1875.946,
          "stopDistance": 2.766,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 90
        },
        {
          "entryTs": 1697641020,
          "entryUtc": "2023-10-18T14:57:00.000Z",
          "exitTs": 1697641800,
          "dir": -1,
          "entryPrice": 1948.835,
          "exitPrice": 1940.138,
          "stopDistance": 4.349,
          "outcome": "target",
          "netR": 1.9149,
          "holdMinutes": 13
        },
        {
          "entryTs": 1697811300,
          "entryUtc": "2023-10-20T14:15:00.000Z",
          "exitTs": 1697814540,
          "dir": 1,
          "entryPrice": 1986.975,
          "exitPrice": 1993.49,
          "stopDistance": 3.257,
          "outcome": "target",
          "netR": 1.8864,
          "holdMinutes": 54
        },
        {
          "entryTs": 1698248700,
          "entryUtc": "2023-10-25T15:45:00.000Z",
          "exitTs": 1698278700,
          "dir": -1,
          "entryPrice": 1982.705,
          "exitPrice": 1983.435,
          "stopDistance": 3.997,
          "outcome": "time",
          "netR": -0.2752,
          "holdMinutes": 500
        },
        {
          "entryTs": 1698677100,
          "entryUtc": "2023-10-30T14:45:00.000Z",
          "exitTs": 1698679620,
          "dir": -1,
          "entryPrice": 1996.325,
          "exitPrice": 1999.835,
          "stopDistance": 3.511,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 42
        },
        {
          "entryTs": 1698762120,
          "entryUtc": "2023-10-31T14:22:00.000Z",
          "exitTs": 1698763740,
          "dir": 1,
          "entryPrice": 2004.765,
          "exitPrice": 2001.475,
          "stopDistance": 3.29,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 27
        },
        {
          "entryTs": 1699370100,
          "entryUtc": "2023-11-07T15:15:00.000Z",
          "exitTs": 1699382700,
          "dir": 1,
          "entryPrice": 1963.615,
          "exitPrice": 1969.015,
          "stopDistance": 2.7,
          "outcome": "target",
          "netR": 1.863,
          "holdMinutes": 210
        },
        {
          "entryTs": 1699456200,
          "entryUtc": "2023-11-08T15:10:00.000Z",
          "exitTs": 1699457880,
          "dir": -1,
          "entryPrice": 1959.485,
          "exitPrice": 1954.986,
          "stopDistance": 2.25,
          "outcome": "target",
          "netR": 1.8355,
          "holdMinutes": 28
        },
        {
          "entryTs": 1699543200,
          "entryUtc": "2023-11-09T15:20:00.000Z",
          "exitTs": 1699554360,
          "dir": 1,
          "entryPrice": 1958.875,
          "exitPrice": 1965.116,
          "stopDistance": 3.121,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 186
        },
        {
          "entryTs": 1700150280,
          "entryUtc": "2023-11-16T15:58:00.000Z",
          "exitTs": 1700150640,
          "dir": -1,
          "entryPrice": 1984.045,
          "exitPrice": 1987.062,
          "stopDistance": 3.017,
          "outcome": "stop",
          "netR": -1.1392,
          "holdMinutes": 6
        },
        {
          "entryTs": 1700838720,
          "entryUtc": "2023-11-24T15:12:00.000Z",
          "exitTs": 1700839560,
          "dir": 1,
          "entryPrice": 2002.115,
          "exitPrice": 1999.82,
          "stopDistance": 2.294,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 14
        },
        {
          "entryTs": 1701271020,
          "entryUtc": "2023-11-29T15:17:00.000Z",
          "exitTs": 1701282540,
          "dir": -1,
          "entryPrice": 2042.905,
          "exitPrice": 2046.1,
          "stopDistance": 3.195,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 192
        },
        {
          "entryTs": 1701443820,
          "entryUtc": "2023-12-01T15:17:00.000Z",
          "exitTs": 1701444120,
          "dir": 1,
          "entryPrice": 2044.245,
          "exitPrice": 2050.785,
          "stopDistance": 3.27,
          "outcome": "target",
          "netR": 1.8869,
          "holdMinutes": 5
        },
        {
          "entryTs": 1701789240,
          "entryUtc": "2023-12-05T15:14:00.000Z",
          "exitTs": 1701790620,
          "dir": 1,
          "entryPrice": 2018.955,
          "exitPrice": 2014.141,
          "stopDistance": 4.814,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 23
        },
        {
          "entryTs": 1702309620,
          "entryUtc": "2023-12-11T15:47:00.000Z",
          "exitTs": 1702317000,
          "dir": -1,
          "entryPrice": 1983.675,
          "exitPrice": 1978.011,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 123
        },
        {
          "entryTs": 1702568700,
          "entryUtc": "2023-12-14T15:45:00.000Z",
          "exitTs": 1702577820,
          "dir": -1,
          "entryPrice": 2039.105,
          "exitPrice": 2030.415,
          "stopDistance": 4.345,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 152
        },
        {
          "entryTs": 1702654140,
          "entryUtc": "2023-12-15T15:29:00.000Z",
          "exitTs": 1702659840,
          "dir": 1,
          "entryPrice": 2036.395,
          "exitPrice": 2032.425,
          "stopDistance": 3.97,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 95
        },
        {
          "entryTs": 1702912560,
          "entryUtc": "2023-12-18T15:16:00.000Z",
          "exitTs": 1702921620,
          "dir": -1,
          "entryPrice": 2022.595,
          "exitPrice": 2025.005,
          "stopDistance": 2.41,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 151
        },
        {
          "entryTs": 1703001120,
          "entryUtc": "2023-12-19T15:52:00.000Z",
          "exitTs": 1703002440,
          "dir": -1,
          "entryPrice": 2040.785,
          "exitPrice": 2043.735,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 22
        },
        {
          "entryTs": 1703259000,
          "entryUtc": "2023-12-22T15:30:00.000Z",
          "exitTs": 1703263440,
          "dir": -1,
          "entryPrice": 2063.938,
          "exitPrice": 2056.846,
          "stopDistance": 3.546,
          "outcome": "target",
          "netR": 1.8957,
          "holdMinutes": 74
        },
        {
          "entryTs": 1703604300,
          "entryUtc": "2023-12-26T15:25:00.000Z",
          "exitTs": 1703604900,
          "dir": 1,
          "entryPrice": 2058.365,
          "exitPrice": 2056.111,
          "stopDistance": 2.254,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 10
        },
        {
          "entryTs": 1703864520,
          "entryUtc": "2023-12-29T15:42:00.000Z",
          "exitTs": 1703872980,
          "dir": 1,
          "entryPrice": 2064.035,
          "exitPrice": 2061.304,
          "stopDistance": 2.731,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 141
        },
        {
          "entryTs": 1704211800,
          "entryUtc": "2024-01-02T16:10:00.000Z",
          "exitTs": 1704228960,
          "dir": -1,
          "entryPrice": 2065.775,
          "exitPrice": 2058.485,
          "stopDistance": 3.645,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 286
        },
        {
          "entryTs": 1704294600,
          "entryUtc": "2024-01-03T15:10:00.000Z",
          "exitTs": 1704294960,
          "dir": 1,
          "entryPrice": 2043.595,
          "exitPrice": 2039.008,
          "stopDistance": 4.587,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 6
        },
        {
          "entryTs": 1704381600,
          "entryUtc": "2024-01-04T15:20:00.000Z",
          "exitTs": 1704411600,
          "dir": 1,
          "entryPrice": 2043.598,
          "exitPrice": 2043.325,
          "stopDistance": 3.019,
          "outcome": "time",
          "netR": -0.213,
          "holdMinutes": 500
        },
        {
          "entryTs": 1704470160,
          "entryUtc": "2024-01-05T15:56:00.000Z",
          "exitTs": 1704472080,
          "dir": 1,
          "entryPrice": 2056.395,
          "exitPrice": 2050.408,
          "stopDistance": 5.987,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 32
        },
        {
          "entryTs": 1704901680,
          "entryUtc": "2024-01-10T15:48:00.000Z",
          "exitTs": 1704904440,
          "dir": 1,
          "entryPrice": 2027.585,
          "exitPrice": 2024.773,
          "stopDistance": 2.812,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 46
        },
        {
          "entryTs": 1705332660,
          "entryUtc": "2024-01-15T15:31:00.000Z",
          "exitTs": 1705333800,
          "dir": -1,
          "entryPrice": 2051.715,
          "exitPrice": 2053.18,
          "stopDistance": 1.465,
          "outcome": "stop",
          "netR": -1.2868,
          "holdMinutes": 19
        },
        {
          "entryTs": 1705504140,
          "entryUtc": "2024-01-17T15:09:00.000Z",
          "exitTs": 1705510140,
          "dir": -1,
          "entryPrice": 2013.435,
          "exitPrice": 2005.823,
          "stopDistance": 3.806,
          "outcome": "target",
          "netR": 1.9028,
          "holdMinutes": 100
        },
        {
          "entryTs": 1705677660,
          "entryUtc": "2024-01-19T15:21:00.000Z",
          "exitTs": 1705680180,
          "dir": -1,
          "entryPrice": 2026.155,
          "exitPrice": 2029.181,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 42
        },
        {
          "entryTs": 1707150660,
          "entryUtc": "2024-02-05T16:31:00.000Z",
          "exitTs": 1707155340,
          "dir": -1,
          "entryPrice": 2022.045,
          "exitPrice": 2025.567,
          "stopDistance": 3.522,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 78
        },
        {
          "entryTs": 1707232560,
          "entryUtc": "2024-02-06T15:16:00.000Z",
          "exitTs": 1707262560,
          "dir": 1,
          "entryPrice": 2033.555,
          "exitPrice": 2034.995,
          "stopDistance": 2.789,
          "outcome": "time",
          "netR": 0.3836,
          "holdMinutes": 500
        },
        {
          "entryTs": 1707320040,
          "entryUtc": "2024-02-07T15:34:00.000Z",
          "exitTs": 1707327000,
          "dir": -1,
          "entryPrice": 2040.355,
          "exitPrice": 2034.049,
          "stopDistance": 3.153,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 116
        },
        {
          "entryTs": 1708011900,
          "entryUtc": "2024-02-15T15:45:00.000Z",
          "exitTs": 1708024020,
          "dir": -1,
          "entryPrice": 2002.355,
          "exitPrice": 2005.805,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 202
        },
        {
          "entryTs": 1708446660,
          "entryUtc": "2024-02-20T16:31:00.000Z",
          "exitTs": 1708459740,
          "dir": -1,
          "entryPrice": 2028.025,
          "exitPrice": 2023.597,
          "stopDistance": 2.214,
          "outcome": "target",
          "netR": 1.8329,
          "holdMinutes": 218
        },
        {
          "entryTs": 1708529700,
          "entryUtc": "2024-02-21T15:35:00.000Z",
          "exitTs": 1708530660,
          "dir": 1,
          "entryPrice": 2027.785,
          "exitPrice": 2025.802,
          "stopDistance": 1.984,
          "outcome": "stop",
          "netR": -1.2117,
          "holdMinutes": 16
        },
        {
          "entryTs": 1708616460,
          "entryUtc": "2024-02-22T15:41:00.000Z",
          "exitTs": 1708646460,
          "dir": -1,
          "entryPrice": 2023.845,
          "exitPrice": 2024.675,
          "stopDistance": 2.82,
          "outcome": "time",
          "netR": -0.4256,
          "holdMinutes": 500
        },
        {
          "entryTs": 1708700700,
          "entryUtc": "2024-02-23T15:05:00.000Z",
          "exitTs": 1708703820,
          "dir": 1,
          "entryPrice": 2026.885,
          "exitPrice": 2030.997,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 52
        },
        {
          "entryTs": 1709049300,
          "entryUtc": "2024-02-27T15:55:00.000Z",
          "exitTs": 1709050200,
          "dir": 1,
          "entryPrice": 2034.338,
          "exitPrice": 2032.358,
          "stopDistance": 1.98,
          "outcome": "stop",
          "netR": -1.2121,
          "holdMinutes": 15
        },
        {
          "entryTs": 1709654400,
          "entryUtc": "2024-03-05T16:00:00.000Z",
          "exitTs": 1709663280,
          "dir": -1,
          "entryPrice": 2126.935,
          "exitPrice": 2132.532,
          "stopDistance": 5.597,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 148
        },
        {
          "entryTs": 1709737860,
          "entryUtc": "2024-03-06T15:11:00.000Z",
          "exitTs": 1709741820,
          "dir": -1,
          "entryPrice": 2142.105,
          "exitPrice": 2147.763,
          "stopDistance": 5.658,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 66
        },
        {
          "entryTs": 1710166380,
          "entryUtc": "2024-03-11T14:13:00.000Z",
          "exitTs": 1710168180,
          "dir": -1,
          "entryPrice": 2178.675,
          "exitPrice": 2182.217,
          "stopDistance": 3.542,
          "outcome": "stop",
          "netR": -1.1186,
          "holdMinutes": 30
        },
        {
          "entryTs": 1710256740,
          "entryUtc": "2024-03-12T15:19:00.000Z",
          "exitTs": 1710269520,
          "dir": 1,
          "entryPrice": 2159.085,
          "exitPrice": 2153.092,
          "stopDistance": 5.993,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 213
        },
        {
          "entryTs": 1710514800,
          "entryUtc": "2024-03-15T15:00:00.000Z",
          "exitTs": 1710516840,
          "dir": 1,
          "entryPrice": 2163.875,
          "exitPrice": 2160.33,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 34
        },
        {
          "entryTs": 1710771240,
          "entryUtc": "2024-03-18T14:14:00.000Z",
          "exitTs": 1710777780,
          "dir": 1,
          "entryPrice": 2158.815,
          "exitPrice": 2156.277,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 109
        },
        {
          "entryTs": 1710944040,
          "entryUtc": "2024-03-20T14:14:00.000Z",
          "exitTs": 1710945060,
          "dir": 1,
          "entryPrice": 2162.595,
          "exitPrice": 2159.498,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 17
        },
        {
          "entryTs": 1711980780,
          "entryUtc": "2024-04-01T14:13:00.000Z",
          "exitTs": 1712001540,
          "dir": -1,
          "entryPrice": 2237.775,
          "exitPrice": 2243.375,
          "stopDistance": 5.601,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 346
        },
        {
          "entryTs": 1712067000,
          "entryUtc": "2024-04-02T14:10:00.000Z",
          "exitTs": 1712069160,
          "dir": 1,
          "entryPrice": 2267.714,
          "exitPrice": 2262.119,
          "stopDistance": 5.596,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 36
        },
        {
          "entryTs": 1712153400,
          "entryUtc": "2024-04-03T14:10:00.000Z",
          "exitTs": 1712158560,
          "dir": 1,
          "entryPrice": 2277.444,
          "exitPrice": 2287.206,
          "stopDistance": 4.881,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 86
        },
        {
          "entryTs": 1712328660,
          "entryUtc": "2024-04-05T14:51:00.000Z",
          "exitTs": 1712527200,
          "dir": 1,
          "entryPrice": 2316.765,
          "exitPrice": 2322.495,
          "stopDistance": 7.856,
          "outcome": "time",
          "netR": 0.6823,
          "holdMinutes": 3309
        },
        {
          "entryTs": 1712586000,
          "entryUtc": "2024-04-08T14:20:00.000Z",
          "exitTs": 1712587080,
          "dir": -1,
          "entryPrice": 2322.718,
          "exitPrice": 2328.928,
          "stopDistance": 6.21,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 18
        },
        {
          "entryTs": 1712758500,
          "entryUtc": "2024-04-10T14:15:00.000Z",
          "exitTs": 1712761800,
          "dir": 1,
          "entryPrice": 2340.335,
          "exitPrice": 2331.556,
          "stopDistance": 8.779,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 55
        },
        {
          "entryTs": 1712845500,
          "entryUtc": "2024-04-11T14:25:00.000Z",
          "exitTs": 1712850060,
          "dir": -1,
          "entryPrice": 2339.345,
          "exitPrice": 2344.573,
          "stopDistance": 5.228,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 76
        },
        {
          "entryTs": 1712931660,
          "entryUtc": "2024-04-12T14:21:00.000Z",
          "exitTs": 1712933880,
          "dir": 1,
          "entryPrice": 2413.595,
          "exitPrice": 2427.458,
          "stopDistance": 6.932,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 37
        },
        {
          "entryTs": 1713191760,
          "entryUtc": "2024-04-15T14:36:00.000Z",
          "exitTs": 1713192120,
          "dir": -1,
          "entryPrice": 2341.755,
          "exitPrice": 2349.458,
          "stopDistance": 7.703,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 6
        },
        {
          "entryTs": 1713277800,
          "entryUtc": "2024-04-16T14:30:00.000Z",
          "exitTs": 1713278580,
          "dir": -1,
          "entryPrice": 2368.115,
          "exitPrice": 2374.075,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 13
        },
        {
          "entryTs": 1713366060,
          "entryUtc": "2024-04-17T15:01:00.000Z",
          "exitTs": 1713367920,
          "dir": -1,
          "entryPrice": 2391.605,
          "exitPrice": 2382.464,
          "stopDistance": 4.57,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 31
        },
        {
          "entryTs": 1713450000,
          "entryUtc": "2024-04-18T14:20:00.000Z",
          "exitTs": 1713450660,
          "dir": 1,
          "entryPrice": 2381.688,
          "exitPrice": 2375.555,
          "stopDistance": 6.133,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 11
        },
        {
          "entryTs": 1714056840,
          "entryUtc": "2024-04-25T14:54:00.000Z",
          "exitTs": 1714062000,
          "dir": 1,
          "entryPrice": 2333.255,
          "exitPrice": 2326.343,
          "stopDistance": 6.912,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 86
        },
        {
          "entryTs": 1714142760,
          "entryUtc": "2024-04-26T14:46:00.000Z",
          "exitTs": 1714153740,
          "dir": -1,
          "entryPrice": 2334.425,
          "exitPrice": 2339.314,
          "stopDistance": 4.889,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 183
        },
        {
          "entryTs": 1714486560,
          "entryUtc": "2024-04-30T14:16:00.000Z",
          "exitTs": 1714498020,
          "dir": -1,
          "entryPrice": 2302.935,
          "exitPrice": 2292.316,
          "stopDistance": 5.31,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 191
        },
        {
          "entryTs": 1714573440,
          "entryUtc": "2024-05-01T14:24:00.000Z",
          "exitTs": 1714574460,
          "dir": 1,
          "entryPrice": 2303.855,
          "exitPrice": 2299.798,
          "stopDistance": 4.057,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 17
        },
        {
          "entryTs": 1714660020,
          "entryUtc": "2024-05-02T14:27:00.000Z",
          "exitTs": 1714672020,
          "dir": 1,
          "entryPrice": 2295.225,
          "exitPrice": 2306.997,
          "stopDistance": 5.886,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 200
        },
        {
          "entryTs": 1715265240,
          "entryUtc": "2024-05-09T14:34:00.000Z",
          "exitTs": 1715283540,
          "dir": 1,
          "entryPrice": 2329.995,
          "exitPrice": 2340.473,
          "stopDistance": 5.239,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 305
        },
        {
          "entryTs": 1715351580,
          "entryUtc": "2024-05-10T14:33:00.000Z",
          "exitTs": 1715360040,
          "dir": -1,
          "entryPrice": 2364.285,
          "exitPrice": 2369.713,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 141
        },
        {
          "entryTs": 1715695560,
          "entryUtc": "2024-05-14T14:06:00.000Z",
          "exitTs": 1715696040,
          "dir": 1,
          "entryPrice": 2353.475,
          "exitPrice": 2349.004,
          "stopDistance": 4.471,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 8
        },
        {
          "entryTs": 1715954700,
          "entryUtc": "2024-05-17T14:05:00.000Z",
          "exitTs": 1715957160,
          "dir": 1,
          "entryPrice": 2400.945,
          "exitPrice": 2409.743,
          "stopDistance": 4.399,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 41
        },
        {
          "entryTs": 1716559920,
          "entryUtc": "2024-05-24T14:12:00.000Z",
          "exitTs": 1716564060,
          "dir": 1,
          "entryPrice": 2339.285,
          "exitPrice": 2335.195,
          "stopDistance": 4.09,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 69
        },
        {
          "entryTs": 1716906900,
          "entryUtc": "2024-05-28T14:35:00.000Z",
          "exitTs": 1716909960,
          "dir": -1,
          "entryPrice": 2354.735,
          "exitPrice": 2359.588,
          "stopDistance": 4.853,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 51
        },
        {
          "entryTs": 1717165200,
          "entryUtc": "2024-05-31T14:20:00.000Z",
          "exitTs": 1717168440,
          "dir": -1,
          "entryPrice": 2342.835,
          "exitPrice": 2331.011,
          "stopDistance": 5.912,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 54
        },
        {
          "entryTs": 1717424280,
          "entryUtc": "2024-06-03T14:18:00.000Z",
          "exitTs": 1717432740,
          "dir": 1,
          "entryPrice": 2337.605,
          "exitPrice": 2346.634,
          "stopDistance": 4.515,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 141
        },
        {
          "entryTs": 1717597020,
          "entryUtc": "2024-06-05T14:17:00.000Z",
          "exitTs": 1717597260,
          "dir": -1,
          "entryPrice": 2339.315,
          "exitPrice": 2343.858,
          "stopDistance": 4.543,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 4
        },
        {
          "entryTs": 1718031300,
          "entryUtc": "2024-06-10T14:55:00.000Z",
          "exitTs": 1718034180,
          "dir": -1,
          "entryPrice": 2304.035,
          "exitPrice": 2307.277,
          "stopDistance": 3.242,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 48
        },
        {
          "entryTs": 1718288160,
          "entryUtc": "2024-06-13T14:16:00.000Z",
          "exitTs": 1718289360,
          "dir": -1,
          "entryPrice": 2308.025,
          "exitPrice": 2313.902,
          "stopDistance": 5.877,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 20
        },
        {
          "entryTs": 1718806200,
          "entryUtc": "2024-06-19T14:10:00.000Z",
          "exitTs": 1718812320,
          "dir": -1,
          "entryPrice": 2326.145,
          "exitPrice": 2328.737,
          "stopDistance": 2.592,
          "outcome": "stop",
          "netR": -1.162,
          "holdMinutes": 102
        },
        {
          "entryTs": 1718893500,
          "entryUtc": "2024-06-20T14:25:00.000Z",
          "exitTs": 1718895300,
          "dir": 1,
          "entryPrice": 2353.695,
          "exitPrice": 2362.792,
          "stopDistance": 4.549,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 30
        },
        {
          "entryTs": 1719497580,
          "entryUtc": "2024-06-27T14:13:00.000Z",
          "exitTs": 1719527580,
          "dir": 1,
          "entryPrice": 2326.285,
          "exitPrice": 2326.585,
          "stopDistance": 4.298,
          "outcome": "time",
          "netR": -0.0163,
          "holdMinutes": 500
        },
        {
          "entryTs": 1719844200,
          "entryUtc": "2024-07-01T14:30:00.000Z",
          "exitTs": 1719846840,
          "dir": -1,
          "entryPrice": 2323.935,
          "exitPrice": 2328.663,
          "stopDistance": 4.728,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 44
        },
        {
          "entryTs": 1720016820,
          "entryUtc": "2024-07-03T14:27:00.000Z",
          "exitTs": 1720025700,
          "dir": 1,
          "entryPrice": 2359.605,
          "exitPrice": 2355.104,
          "stopDistance": 4.501,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 148
        },
        {
          "entryTs": 1720105260,
          "entryUtc": "2024-07-04T15:01:00.000Z",
          "exitTs": 1720106460,
          "dir": -1,
          "entryPrice": 2359.198,
          "exitPrice": 2355.784,
          "stopDistance": 1.707,
          "outcome": "target",
          "netR": 1.7833,
          "holdMinutes": 20
        },
        {
          "entryTs": 1720534500,
          "entryUtc": "2024-07-09T14:15:00.000Z",
          "exitTs": 1720537200,
          "dir": -1,
          "entryPrice": 2362.015,
          "exitPrice": 2353.558,
          "stopDistance": 4.228,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 45
        },
        {
          "entryTs": 1720627920,
          "entryUtc": "2024-07-10T16:12:00.000Z",
          "exitTs": 1720632060,
          "dir": -1,
          "entryPrice": 2380.905,
          "exitPrice": 2373.877,
          "stopDistance": 3.514,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 69
        },
        {
          "entryTs": 1721052300,
          "entryUtc": "2024-07-15T14:05:00.000Z",
          "exitTs": 1721054820,
          "dir": 1,
          "entryPrice": 2418.095,
          "exitPrice": 2424.722,
          "stopDistance": 3.313,
          "outcome": "target",
          "netR": 1.8883,
          "holdMinutes": 42
        },
        {
          "entryTs": 1721311680,
          "entryUtc": "2024-07-18T14:08:00.000Z",
          "exitTs": 1721318400,
          "dir": 1,
          "entryPrice": 2463.828,
          "exitPrice": 2459.799,
          "stopDistance": 4.029,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 112
        },
        {
          "entryTs": 1721917920,
          "entryUtc": "2024-07-25T14:32:00.000Z",
          "exitTs": 1721928480,
          "dir": 1,
          "entryPrice": 2362.945,
          "exitPrice": 2357.112,
          "stopDistance": 5.833,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 176
        },
        {
          "entryTs": 1722003900,
          "entryUtc": "2024-07-26T14:25:00.000Z",
          "exitTs": 1722006000,
          "dir": 1,
          "entryPrice": 2385.135,
          "exitPrice": 2380.833,
          "stopDistance": 4.302,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 35
        },
        {
          "entryTs": 1722436260,
          "entryUtc": "2024-07-31T14:31:00.000Z",
          "exitTs": 1722443340,
          "dir": -1,
          "entryPrice": 2423.235,
          "exitPrice": 2427.024,
          "stopDistance": 3.789,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 118
        },
        {
          "entryTs": 1722523080,
          "entryUtc": "2024-08-01T14:38:00.000Z",
          "exitTs": 1722531780,
          "dir": -1,
          "entryPrice": 2452.095,
          "exitPrice": 2439.551,
          "stopDistance": 6.272,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 145
        },
        {
          "entryTs": 1722953520,
          "entryUtc": "2024-08-06T14:12:00.000Z",
          "exitTs": 1722953880,
          "dir": 1,
          "entryPrice": 2399.355,
          "exitPrice": 2393.712,
          "stopDistance": 5.643,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 6
        },
        {
          "entryTs": 1723128000,
          "entryUtc": "2024-08-08T14:40:00.000Z",
          "exitTs": 1723129200,
          "dir": 1,
          "entryPrice": 2417.275,
          "exitPrice": 2411.862,
          "stopDistance": 5.412,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723473120,
          "entryUtc": "2024-08-12T14:32:00.000Z",
          "exitTs": 1723474140,
          "dir": -1,
          "entryPrice": 2449.465,
          "exitPrice": 2453.247,
          "stopDistance": 3.782,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 17
        },
        {
          "entryTs": 1723646400,
          "entryUtc": "2024-08-14T14:40:00.000Z",
          "exitTs": 1723652700,
          "dir": -1,
          "entryPrice": 2451.685,
          "exitPrice": 2438.97,
          "stopDistance": 6.358,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 105
        },
        {
          "entryTs": 1723817400,
          "entryUtc": "2024-08-16T14:10:00.000Z",
          "exitTs": 1723817580,
          "dir": -1,
          "entryPrice": 2487.485,
          "exitPrice": 2493.94,
          "stopDistance": 6.455,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 3
        },
        {
          "entryTs": 1724336820,
          "entryUtc": "2024-08-22T14:27:00.000Z",
          "exitTs": 1724338860,
          "dir": -1,
          "entryPrice": 2477.955,
          "exitPrice": 2483.704,
          "stopDistance": 5.749,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 34
        },
        {
          "entryTs": 1724422620,
          "entryUtc": "2024-08-23T14:17:00.000Z",
          "exitTs": 1724422740,
          "dir": 1,
          "entryPrice": 2510.608,
          "exitPrice": 2506.04,
          "stopDistance": 4.568,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 2
        },
        {
          "entryTs": 1724768880,
          "entryUtc": "2024-08-27T14:28:00.000Z",
          "exitTs": 1724774400,
          "dir": 1,
          "entryPrice": 2515.265,
          "exitPrice": 2511.027,
          "stopDistance": 4.238,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 92
        },
        {
          "entryTs": 1725028860,
          "entryUtc": "2024-08-30T14:41:00.000Z",
          "exitTs": 1725031860,
          "dir": -1,
          "entryPrice": 2511.395,
          "exitPrice": 2502.161,
          "stopDistance": 4.617,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 50
        },
        {
          "entryTs": 1725373500,
          "entryUtc": "2024-09-03T14:25:00.000Z",
          "exitTs": 1725378060,
          "dir": -1,
          "entryPrice": 2477.755,
          "exitPrice": 2484.249,
          "stopDistance": 6.494,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 76
        },
        {
          "entryTs": 1725459120,
          "entryUtc": "2024-09-04T14:12:00.000Z",
          "exitTs": 1725489120,
          "dir": 1,
          "entryPrice": 2490.315,
          "exitPrice": 2494.665,
          "stopDistance": 5.399,
          "outcome": "time",
          "netR": 0.7372,
          "holdMinutes": 500
        },
        {
          "entryTs": 1725545400,
          "entryUtc": "2024-09-05T14:10:00.000Z",
          "exitTs": 1725545760,
          "dir": -1,
          "entryPrice": 2511.355,
          "exitPrice": 2515.778,
          "stopDistance": 4.423,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 6
        },
        {
          "entryTs": 1726064280,
          "entryUtc": "2024-09-11T14:18:00.000Z",
          "exitTs": 1726067340,
          "dir": -1,
          "entryPrice": 2506.684,
          "exitPrice": 2512.517,
          "stopDistance": 5.833,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 51
        },
        {
          "entryTs": 1726671120,
          "entryUtc": "2024-09-18T14:52:00.000Z",
          "exitTs": 1726678680,
          "dir": -1,
          "entryPrice": 2571.615,
          "exitPrice": 2575.006,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 126
        },
        {
          "entryTs": 1726842180,
          "entryUtc": "2024-09-20T14:23:00.000Z",
          "exitTs": 1726844700,
          "dir": 1,
          "entryPrice": 2607.508,
          "exitPrice": 2617.112,
          "stopDistance": 4.802,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 42
        },
        {
          "entryTs": 1727100600,
          "entryUtc": "2024-09-23T14:10:00.000Z",
          "exitTs": 1727130600,
          "dir": -1,
          "entryPrice": 2631.508,
          "exitPrice": 2627.855,
          "stopDistance": 4.094,
          "outcome": "time",
          "netR": 0.802,
          "holdMinutes": 500
        },
        {
          "entryTs": 1727189820,
          "entryUtc": "2024-09-24T14:57:00.000Z",
          "exitTs": 1727196000,
          "dir": 1,
          "entryPrice": 2643.445,
          "exitPrice": 2652.723,
          "stopDistance": 4.639,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 103
        },
        {
          "entryTs": 1727706120,
          "entryUtc": "2024-09-30T14:22:00.000Z",
          "exitTs": 1727713080,
          "dir": -1,
          "entryPrice": 2632.535,
          "exitPrice": 2637.368,
          "stopDistance": 4.833,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 116
        },
        {
          "entryTs": 1729606320,
          "entryUtc": "2024-10-22T14:12:00.000Z",
          "exitTs": 1729608360,
          "dir": -1,
          "entryPrice": 2737.408,
          "exitPrice": 2741.095,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 34
        },
        {
          "entryTs": 1729781520,
          "entryUtc": "2024-10-24T14:52:00.000Z",
          "exitTs": 1729794240,
          "dir": 1,
          "entryPrice": 2727.654,
          "exitPrice": 2737.412,
          "stopDistance": 4.879,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 212
        },
        {
          "entryTs": 1730124960,
          "entryUtc": "2024-10-28T14:16:00.000Z",
          "exitTs": 1730154960,
          "dir": 1,
          "entryPrice": 2741.945,
          "exitPrice": 2741.955,
          "stopDistance": 3.307,
          "outcome": "time",
          "netR": -0.1089,
          "holdMinutes": 500
        },
        {
          "entryTs": 1730212200,
          "entryUtc": "2024-10-29T14:30:00.000Z",
          "exitTs": 1730215380,
          "dir": 1,
          "entryPrice": 2767.665,
          "exitPrice": 2763.271,
          "stopDistance": 4.394,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 53
        },
        {
          "entryTs": 1730384160,
          "entryUtc": "2024-10-31T14:16:00.000Z",
          "exitTs": 1730385480,
          "dir": -1,
          "entryPrice": 2754.405,
          "exitPrice": 2743.897,
          "stopDistance": 5.254,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 22
        },
        {
          "entryTs": 1730473020,
          "entryUtc": "2024-11-01T14:57:00.000Z",
          "exitTs": 1730484480,
          "dir": -1,
          "entryPrice": 2746.075,
          "exitPrice": 2734.458,
          "stopDistance": 5.809,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 191
        },
        {
          "entryTs": 1730821680,
          "entryUtc": "2024-11-05T15:48:00.000Z",
          "exitTs": 1730850900,
          "dir": -1,
          "entryPrice": 2741.535,
          "exitPrice": 2745.619,
          "stopDistance": 4.084,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 487
        },
        {
          "entryTs": 1731079260,
          "entryUtc": "2024-11-08T15:21:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2687.645,
          "exitPrice": 2684.498,
          "stopDistance": 5.182,
          "outcome": "time",
          "netR": 0.5359,
          "holdMinutes": 3339
        },
        {
          "entryTs": 1731424200,
          "entryUtc": "2024-11-12T15:10:00.000Z",
          "exitTs": 1731426060,
          "dir": -1,
          "entryPrice": 2608.525,
          "exitPrice": 2597.641,
          "stopDistance": 5.442,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 31
        },
        {
          "entryTs": 1732030800,
          "entryUtc": "2024-11-19T15:40:00.000Z",
          "exitTs": 1732036440,
          "dir": -1,
          "entryPrice": 2624.485,
          "exitPrice": 2629.34,
          "stopDistance": 4.855,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 94
        },
        {
          "entryTs": 1732203600,
          "entryUtc": "2024-11-21T15:40:00.000Z",
          "exitTs": 1732207500,
          "dir": 1,
          "entryPrice": 2668.005,
          "exitPrice": 2663.587,
          "stopDistance": 4.418,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 65
        },
        {
          "entryTs": 1732808460,
          "entryUtc": "2024-11-28T15:41:00.000Z",
          "exitTs": 1732810140,
          "dir": -1,
          "entryPrice": 2637.305,
          "exitPrice": 2639.917,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 28
        },
        {
          "entryTs": 1733241300,
          "entryUtc": "2024-12-03T15:55:00.000Z",
          "exitTs": 1733244240,
          "dir": -1,
          "entryPrice": 2642.135,
          "exitPrice": 2646.698,
          "stopDistance": 4.563,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 49
        },
        {
          "entryTs": 1733327820,
          "entryUtc": "2024-12-04T15:57:00.000Z",
          "exitTs": 1733357820,
          "dir": -1,
          "entryPrice": 2653.448,
          "exitPrice": 2648.755,
          "stopDistance": 4.391,
          "outcome": "time",
          "netR": 0.9845,
          "holdMinutes": 500
        },
        {
          "entryTs": 1733414220,
          "entryUtc": "2024-12-05T15:57:00.000Z",
          "exitTs": 1733417640,
          "dir": -1,
          "entryPrice": 2641.455,
          "exitPrice": 2632.867,
          "stopDistance": 4.294,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 57
        },
        {
          "entryTs": 1734017400,
          "entryUtc": "2024-12-12T15:30:00.000Z",
          "exitTs": 1734018120,
          "dir": 1,
          "entryPrice": 2684.674,
          "exitPrice": 2679.139,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 12
        },
        {
          "entryTs": 1734364200,
          "entryUtc": "2024-12-16T15:50:00.000Z",
          "exitTs": 1734366420,
          "dir": 1,
          "entryPrice": 2653.995,
          "exitPrice": 2650.368,
          "stopDistance": 3.628,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 37
        },
        {
          "entryTs": 1734449880,
          "entryUtc": "2024-12-17T15:38:00.000Z",
          "exitTs": 1734458280,
          "dir": 1,
          "entryPrice": 2638.324,
          "exitPrice": 2646.676,
          "stopDistance": 4.176,
          "outcome": "target",
          "netR": 1.9114,
          "holdMinutes": 140
        },
        {
          "entryTs": 1734966900,
          "entryUtc": "2024-12-23T15:15:00.000Z",
          "exitTs": 1734972240,
          "dir": -1,
          "entryPrice": 2612.854,
          "exitPrice": 2615.687,
          "stopDistance": 2.833,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 89
        },
        {
          "entryTs": 1735660200,
          "entryUtc": "2024-12-31T15:50:00.000Z",
          "exitTs": 1735772400,
          "dir": 1,
          "entryPrice": 2621.555,
          "exitPrice": 2625.048,
          "stopDistance": 3.327,
          "outcome": "time",
          "netR": 0.9387,
          "holdMinutes": 1870
        },
        {
          "entryTs": 1735832460,
          "entryUtc": "2025-01-02T15:41:00.000Z",
          "exitTs": 1735836480,
          "dir": 1,
          "entryPrice": 2651.178,
          "exitPrice": 2659.272,
          "stopDistance": 4.047,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 67
        },
        {
          "entryTs": 1735917960,
          "entryUtc": "2025-01-03T15:26:00.000Z",
          "exitTs": 1736118000,
          "dir": -1,
          "entryPrice": 2643.405,
          "exitPrice": 2640.965,
          "stopDistance": 4.284,
          "outcome": "time",
          "netR": 0.4831,
          "holdMinutes": 3334
        },
        {
          "entryTs": 1736177700,
          "entryUtc": "2025-01-06T15:35:00.000Z",
          "exitTs": 1736207700,
          "dir": 1,
          "entryPrice": 2635.705,
          "exitPrice": 2634.395,
          "stopDistance": 6.678,
          "outcome": "time",
          "netR": -0.2516,
          "holdMinutes": 500
        },
        {
          "entryTs": 1736262780,
          "entryUtc": "2025-01-07T15:13:00.000Z",
          "exitTs": 1736263200,
          "dir": -1,
          "entryPrice": 2647.165,
          "exitPrice": 2652.205,
          "stopDistance": 5.04,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 7
        },
        {
          "entryTs": 1737385800,
          "entryUtc": "2025-01-20T15:10:00.000Z",
          "exitTs": 1737415800,
          "dir": -1,
          "entryPrice": 2707.338,
          "exitPrice": 2708.675,
          "stopDistance": 4.16,
          "outcome": "time",
          "netR": -0.4104,
          "holdMinutes": 500
        },
        {
          "entryTs": 1737990600,
          "entryUtc": "2025-01-27T15:10:00.000Z",
          "exitTs": 1737996660,
          "dir": -1,
          "entryPrice": 2745.115,
          "exitPrice": 2734.485,
          "stopDistance": 5.315,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 101
        },
        {
          "entryTs": 1738163400,
          "entryUtc": "2025-01-29T15:10:00.000Z",
          "exitTs": 1738164420,
          "dir": -1,
          "entryPrice": 2757.798,
          "exitPrice": 2751.643,
          "stopDistance": 3.078,
          "outcome": "target",
          "netR": 1.8798,
          "holdMinutes": 17
        },
        {
          "entryTs": 1738336740,
          "entryUtc": "2025-01-31T15:19:00.000Z",
          "exitTs": 1738337460,
          "dir": 1,
          "entryPrice": 2812.165,
          "exitPrice": 2808.95,
          "stopDistance": 3.215,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 12
        },
        {
          "entryTs": 1738595520,
          "entryUtc": "2025-02-03T15:12:00.000Z",
          "exitTs": 1738596300,
          "dir": -1,
          "entryPrice": 2826.898,
          "exitPrice": 2817.978,
          "stopDistance": 4.46,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 13
        },
        {
          "entryTs": 1738684500,
          "entryUtc": "2025-02-04T15:55:00.000Z",
          "exitTs": 1738690320,
          "dir": -1,
          "entryPrice": 2838.475,
          "exitPrice": 2843.618,
          "stopDistance": 5.142,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 97
        },
        {
          "entryTs": 1738854720,
          "entryUtc": "2025-02-06T15:12:00.000Z",
          "exitTs": 1738855320,
          "dir": -1,
          "entryPrice": 2842.005,
          "exitPrice": 2847.392,
          "stopDistance": 5.387,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 10
        },
        {
          "entryTs": 1740409860,
          "entryUtc": "2025-02-24T15:11:00.000Z",
          "exitTs": 1740413220,
          "dir": -1,
          "entryPrice": 2935.195,
          "exitPrice": 2940.826,
          "stopDistance": 5.631,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 56
        },
        {
          "entryTs": 1740669240,
          "entryUtc": "2025-02-27T15:14:00.000Z",
          "exitTs": 1740699240,
          "dir": 1,
          "entryPrice": 2874.315,
          "exitPrice": 2875.775,
          "stopDistance": 7.907,
          "outcome": "time",
          "netR": 0.1378,
          "holdMinutes": 500
        },
        {
          "entryTs": 1741102020,
          "entryUtc": "2025-03-04T15:27:00.000Z",
          "exitTs": 1741106820,
          "dir": -1,
          "entryPrice": 2906.195,
          "exitPrice": 2912.535,
          "stopDistance": 6.34,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 80
        },
        {
          "entryTs": 1741273860,
          "entryUtc": "2025-03-06T15:11:00.000Z",
          "exitTs": 1741274580,
          "dir": 1,
          "entryPrice": 2917.168,
          "exitPrice": 2911.486,
          "stopDistance": 5.682,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 12
        },
        {
          "entryTs": 1741362900,
          "entryUtc": "2025-03-07T15:55:00.000Z",
          "exitTs": 1741371840,
          "dir": -1,
          "entryPrice": 2916.825,
          "exitPrice": 2903.294,
          "stopDistance": 6.765,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 149
        },
        {
          "entryTs": 1741616460,
          "entryUtc": "2025-03-10T14:21:00.000Z",
          "exitTs": 1741619880,
          "dir": 1,
          "entryPrice": 2905.988,
          "exitPrice": 2900.866,
          "stopDistance": 5.122,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 57
        },
        {
          "entryTs": 1741702500,
          "entryUtc": "2025-03-11T14:15:00.000Z",
          "exitTs": 1741703580,
          "dir": 1,
          "entryPrice": 2918.495,
          "exitPrice": 2914.132,
          "stopDistance": 4.364,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 18
        },
        {
          "entryTs": 1741963020,
          "entryUtc": "2025-03-14T14:37:00.000Z",
          "exitTs": 1742162400,
          "dir": -1,
          "entryPrice": 2985.305,
          "exitPrice": 2984.165,
          "stopDistance": 5.63,
          "outcome": "time",
          "netR": 0.1367,
          "holdMinutes": 3323
        },
        {
          "entryTs": 1742480400,
          "entryUtc": "2025-03-20T14:20:00.000Z",
          "exitTs": 1742494440,
          "dir": 1,
          "entryPrice": 3033.975,
          "exitPrice": 3043.274,
          "stopDistance": 4.65,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 234
        },
        {
          "entryTs": 1742566920,
          "entryUtc": "2025-03-21T14:22:00.000Z",
          "exitTs": 1742568420,
          "dir": -1,
          "entryPrice": 3007.205,
          "exitPrice": 3013.364,
          "stopDistance": 6.159,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 25
        },
        {
          "entryTs": 1742911800,
          "entryUtc": "2025-03-25T14:10:00.000Z",
          "exitTs": 1742912280,
          "dir": 1,
          "entryPrice": 3033.605,
          "exitPrice": 3029.587,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 8
        },
        {
          "entryTs": 1743087780,
          "entryUtc": "2025-03-27T15:03:00.000Z",
          "exitTs": 1743094260,
          "dir": 1,
          "entryPrice": 3053.345,
          "exitPrice": 3047.728,
          "stopDistance": 5.617,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 108
        },
        {
          "entryTs": 1743174960,
          "entryUtc": "2025-03-28T15:16:00.000Z",
          "exitTs": 1743176220,
          "dir": -1,
          "entryPrice": 3076.248,
          "exitPrice": 3082.696,
          "stopDistance": 6.448,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 21
        },
        {
          "entryTs": 1743435360,
          "entryUtc": "2025-03-31T15:36:00.000Z",
          "exitTs": 1743465360,
          "dir": 1,
          "entryPrice": 3117.568,
          "exitPrice": 3120.178,
          "stopDistance": 6.357,
          "outcome": "time",
          "netR": 0.3524,
          "holdMinutes": 500
        },
        {
          "entryTs": 1743517620,
          "entryUtc": "2025-04-01T14:27:00.000Z",
          "exitTs": 1743522720,
          "dir": -1,
          "entryPrice": 3129.985,
          "exitPrice": 3118.969,
          "stopDistance": 5.508,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 85
        },
        {
          "entryTs": 1744035720,
          "entryUtc": "2025-04-07T14:22:00.000Z",
          "exitTs": 1744035960,
          "dir": 1,
          "entryPrice": 3026.095,
          "exitPrice": 3014.266,
          "stopDistance": 11.828,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 4
        },
        {
          "entryTs": 1744729380,
          "entryUtc": "2025-04-15T15:03:00.000Z",
          "exitTs": 1744739100,
          "dir": 1,
          "entryPrice": 3217.695,
          "exitPrice": 3229.391,
          "stopDistance": 5.848,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 162
        },
        {
          "entryTs": 1744900860,
          "entryUtc": "2025-04-17T14:41:00.000Z",
          "exitTs": 1744906800,
          "dir": -1,
          "entryPrice": 3294.975,
          "exitPrice": 3305.367,
          "stopDistance": 10.392,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 99
        },
        {
          "entryTs": 1746024060,
          "entryUtc": "2025-04-30T14:41:00.000Z",
          "exitTs": 1746025080,
          "dir": -1,
          "entryPrice": 3300.115,
          "exitPrice": 3310.66,
          "stopDistance": 10.545,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 17
        },
        {
          "entryTs": 1746454260,
          "entryUtc": "2025-05-05T14:11:00.000Z",
          "exitTs": 1746457020,
          "dir": 1,
          "entryPrice": 3317.575,
          "exitPrice": 3310.824,
          "stopDistance": 6.751,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 46
        },
        {
          "entryTs": 1746542100,
          "entryUtc": "2025-05-06T14:35:00.000Z",
          "exitTs": 1746544320,
          "dir": -1,
          "entryPrice": 3386.585,
          "exitPrice": 3393.766,
          "stopDistance": 7.181,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 37
        },
        {
          "entryTs": 1746628680,
          "entryUtc": "2025-05-07T14:38:00.000Z",
          "exitTs": 1746641220,
          "dir": -1,
          "entryPrice": 3388.255,
          "exitPrice": 3395.084,
          "stopDistance": 6.829,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 209
        },
        {
          "entryTs": 1746800340,
          "entryUtc": "2025-05-09T14:19:00.000Z",
          "exitTs": 1746800760,
          "dir": -1,
          "entryPrice": 3328.295,
          "exitPrice": 3334.323,
          "stopDistance": 6.028,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 7
        },
        {
          "entryTs": 1747146300,
          "entryUtc": "2025-05-13T14:25:00.000Z",
          "exitTs": 1747150500,
          "dir": 1,
          "entryPrice": 3237.145,
          "exitPrice": 3251.599,
          "stopDistance": 7.227,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 70
        },
        {
          "entryTs": 1747235940,
          "entryUtc": "2025-05-14T15:19:00.000Z",
          "exitTs": 1747265940,
          "dir": -1,
          "entryPrice": 3183.875,
          "exitPrice": 3184.455,
          "stopDistance": 9.022,
          "outcome": "time",
          "netR": -0.1053,
          "holdMinutes": 500
        },
        {
          "entryTs": 1747319820,
          "entryUtc": "2025-05-15T14:37:00.000Z",
          "exitTs": 1747322520,
          "dir": 1,
          "entryPrice": 3197.695,
          "exitPrice": 3213.547,
          "stopDistance": 7.926,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 45
        },
        {
          "entryTs": 1747664100,
          "entryUtc": "2025-05-19T14:15:00.000Z",
          "exitTs": 1747664820,
          "dir": -1,
          "entryPrice": 3224.175,
          "exitPrice": 3231.824,
          "stopDistance": 7.649,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 12
        },
        {
          "entryTs": 1747922820,
          "entryUtc": "2025-05-22T14:07:00.000Z",
          "exitTs": 1747924260,
          "dir": -1,
          "entryPrice": 3289.798,
          "exitPrice": 3299.055,
          "stopDistance": 9.257,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 24
        },
        {
          "entryTs": 1748959800,
          "entryUtc": "2025-06-03T14:10:00.000Z",
          "exitTs": 1748961000,
          "dir": -1,
          "entryPrice": 3339.548,
          "exitPrice": 3346.739,
          "stopDistance": 7.191,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 20
        },
        {
          "entryTs": 1749220200,
          "entryUtc": "2025-06-06T14:30:00.000Z",
          "exitTs": 1749224220,
          "dir": -1,
          "entryPrice": 3324.945,
          "exitPrice": 3334.955,
          "stopDistance": 10.01,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 67
        },
        {
          "entryTs": 1749653400,
          "entryUtc": "2025-06-11T14:50:00.000Z",
          "exitTs": 1749656760,
          "dir": 1,
          "entryPrice": 3337.585,
          "exitPrice": 3330.719,
          "stopDistance": 6.866,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 56
        },
        {
          "entryTs": 1749824520,
          "entryUtc": "2025-06-13T14:22:00.000Z",
          "exitTs": 1749825960,
          "dir": -1,
          "entryPrice": 3430.798,
          "exitPrice": 3438.345,
          "stopDistance": 7.547,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 24
        },
        {
          "entryTs": 1750171320,
          "entryUtc": "2025-06-17T14:42:00.000Z",
          "exitTs": 1750172040,
          "dir": -1,
          "entryPrice": 3376.198,
          "exitPrice": 3383.642,
          "stopDistance": 7.444,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 12
        },
        {
          "entryTs": 1750261740,
          "entryUtc": "2025-06-18T15:49:00.000Z",
          "exitTs": 1750270080,
          "dir": -1,
          "entryPrice": 3390.348,
          "exitPrice": 3395.352,
          "stopDistance": 5.004,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 139
        },
        {
          "entryTs": 1750343820,
          "entryUtc": "2025-06-19T14:37:00.000Z",
          "exitTs": 1750346460,
          "dir": -1,
          "entryPrice": 3364.625,
          "exitPrice": 3369.136,
          "stopDistance": 4.511,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 44
        },
        {
          "entryTs": 1750688100,
          "entryUtc": "2025-06-23T14:15:00.000Z",
          "exitTs": 1750689600,
          "dir": -1,
          "entryPrice": 3376.095,
          "exitPrice": 3383.11,
          "stopDistance": 7.015,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 25
        },
        {
          "entryTs": 1750946700,
          "entryUtc": "2025-06-26T14:05:00.000Z",
          "exitTs": 1750955100,
          "dir": -1,
          "entryPrice": 3321.575,
          "exitPrice": 3329.8,
          "stopDistance": 8.225,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 140
        },
        {
          "entryTs": 1751638140,
          "entryUtc": "2025-07-04T14:09:00.000Z",
          "exitTs": 1751647800,
          "dir": -1,
          "entryPrice": 3333.615,
          "exitPrice": 3336.523,
          "stopDistance": 2.908,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 161
        },
        {
          "entryTs": 1752156300,
          "entryUtc": "2025-07-10T14:05:00.000Z",
          "exitTs": 1752156900,
          "dir": -1,
          "entryPrice": 3314.265,
          "exitPrice": 3319.731,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 10
        },
        {
          "entryTs": 1753193400,
          "entryUtc": "2025-07-22T14:10:00.000Z",
          "exitTs": 1753193820,
          "dir": -1,
          "entryPrice": 3412.655,
          "exitPrice": 3418.202,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 7
        },
        {
          "entryTs": 1753974960,
          "entryUtc": "2025-07-31T15:16:00.000Z",
          "exitTs": 1754004000,
          "dir": -1,
          "entryPrice": 3298.175,
          "exitPrice": 3288.231,
          "stopDistance": 4.972,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 484
        },
        {
          "entryTs": 1754058660,
          "entryUtc": "2025-08-01T14:31:00.000Z",
          "exitTs": 1754080560,
          "dir": 1,
          "entryPrice": 3344.035,
          "exitPrice": 3361.851,
          "stopDistance": 8.908,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 365
        },
        {
          "entryTs": 1754404260,
          "entryUtc": "2025-08-05T14:31:00.000Z",
          "exitTs": 1754409720,
          "dir": 1,
          "entryPrice": 3378.669,
          "exitPrice": 3390.057,
          "stopDistance": 5.694,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 91
        },
        {
          "entryTs": 1754669340,
          "entryUtc": "2025-08-08T16:09:00.000Z",
          "exitTs": 1754675940,
          "dir": -1,
          "entryPrice": 3396.889,
          "exitPrice": 3381.325,
          "stopDistance": 7.782,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 110
        },
        {
          "entryTs": 1754923800,
          "entryUtc": "2025-08-11T14:50:00.000Z",
          "exitTs": 1754933940,
          "dir": -1,
          "entryPrice": 3348.798,
          "exitPrice": 3355.016,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 169
        },
        {
          "entryTs": 1755180900,
          "entryUtc": "2025-08-14T14:15:00.000Z",
          "exitTs": 1755181800,
          "dir": -1,
          "entryPrice": 3339.365,
          "exitPrice": 3345.865,
          "stopDistance": 6.5,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 15
        },
        {
          "entryTs": 1755787920,
          "entryUtc": "2025-08-21T14:52:00.000Z",
          "exitTs": 1755817920,
          "dir": -1,
          "entryPrice": 3343.405,
          "exitPrice": 3338.095,
          "stopDistance": 4.532,
          "outcome": "time",
          "netR": 1.09,
          "holdMinutes": 500
        },
        {
          "entryTs": 1756477140,
          "entryUtc": "2025-08-29T14:19:00.000Z",
          "exitTs": 1756479540,
          "dir": 1,
          "entryPrice": 3432.265,
          "exitPrice": 3440.59,
          "stopDistance": 4.162,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 40
        },
        {
          "entryTs": 1756911120,
          "entryUtc": "2025-09-03T14:52:00.000Z",
          "exitTs": 1756918800,
          "dir": 1,
          "entryPrice": 3558.295,
          "exitPrice": 3572.475,
          "stopDistance": 7.09,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 128
        },
        {
          "entryTs": 1756995000,
          "entryUtc": "2025-09-04T14:10:00.000Z",
          "exitTs": 1757000520,
          "dir": -1,
          "entryPrice": 3542.135,
          "exitPrice": 3549.744,
          "stopDistance": 7.609,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 92
        },
        {
          "entryTs": 1757082900,
          "entryUtc": "2025-09-05T14:35:00.000Z",
          "exitTs": 1757086920,
          "dir": -1,
          "entryPrice": 3583.535,
          "exitPrice": 3592.598,
          "stopDistance": 9.064,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 67
        },
        {
          "entryTs": 1758033420,
          "entryUtc": "2025-09-16T14:37:00.000Z",
          "exitTs": 1758035100,
          "dir": -1,
          "entryPrice": 3694.675,
          "exitPrice": 3682.977,
          "stopDistance": 5.849,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 28
        },
        {
          "entryTs": 1758290700,
          "entryUtc": "2025-09-19T14:05:00.000Z",
          "exitTs": 1758294720,
          "dir": 1,
          "entryPrice": 3660.865,
          "exitPrice": 3670.48,
          "stopDistance": 4.808,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 67
        },
        {
          "entryTs": 1758553200,
          "entryUtc": "2025-09-22T15:00:00.000Z",
          "exitTs": 1758556200,
          "dir": 1,
          "entryPrice": 3723.695,
          "exitPrice": 3735.29,
          "stopDistance": 5.797,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 50
        },
        {
          "entryTs": 1759155240,
          "entryUtc": "2025-09-29T14:14:00.000Z",
          "exitTs": 1759155600,
          "dir": 1,
          "entryPrice": 3824.805,
          "exitPrice": 3817.851,
          "stopDistance": 6.954,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 6
        },
        {
          "entryTs": 1759330500,
          "entryUtc": "2025-10-01T14:55:00.000Z",
          "exitTs": 1759360500,
          "dir": -1,
          "entryPrice": 3871.385,
          "exitPrice": 3862.105,
          "stopDistance": 8.527,
          "outcome": "time",
          "netR": 1.045,
          "holdMinutes": 500
        },
        {
          "entryTs": 1759763340,
          "entryUtc": "2025-10-06T15:09:00.000Z",
          "exitTs": 1759766820,
          "dir": 1,
          "entryPrice": 3951.135,
          "exitPrice": 3967.211,
          "stopDistance": 8.038,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 58
        },
        {
          "entryTs": 1760021280,
          "entryUtc": "2025-10-09T14:48:00.000Z",
          "exitTs": 1760021580,
          "dir": -1,
          "entryPrice": 4016.355,
          "exitPrice": 4028.297,
          "stopDistance": 11.942,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 5
        },
        {
          "entryTs": 1760538900,
          "entryUtc": "2025-10-15T14:35:00.000Z",
          "exitTs": 1760542440,
          "dir": 1,
          "entryPrice": 4200.035,
          "exitPrice": 4189.462,
          "stopDistance": 10.573,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 59
        },
        {
          "entryTs": 1760625960,
          "entryUtc": "2025-10-16T14:46:00.000Z",
          "exitTs": 1760630760,
          "dir": 1,
          "entryPrice": 4254.875,
          "exitPrice": 4276.391,
          "stopDistance": 10.758,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 80
        },
        {
          "entryTs": 1760710200,
          "entryUtc": "2025-10-17T14:10:00.000Z",
          "exitTs": 1760720520,
          "dir": -1,
          "entryPrice": 4245.488,
          "exitPrice": 4197.655,
          "stopDistance": 23.916,
          "outcome": "target",
          "netR": 1.9845,
          "holdMinutes": 172
        },
        {
          "entryTs": 1760969220,
          "entryUtc": "2025-10-20T14:07:00.000Z",
          "exitTs": 1760969520,
          "dir": -1,
          "entryPrice": 4301.395,
          "exitPrice": 4314.536,
          "stopDistance": 13.141,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 5
        },
        {
          "entryTs": 1761058740,
          "entryUtc": "2025-10-21T14:59:00.000Z",
          "exitTs": 1761088740,
          "dir": -1,
          "entryPrice": 4137.005,
          "exitPrice": 4117.225,
          "stopDistance": 24.229,
          "outcome": "time",
          "netR": 0.8011,
          "holdMinutes": 500
        },
        {
          "entryTs": 1761146400,
          "entryUtc": "2025-10-22T15:20:00.000Z",
          "exitTs": 1761155340,
          "dir": -1,
          "entryPrice": 4044.695,
          "exitPrice": 4065.268,
          "stopDistance": 20.573,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 149
        },
        {
          "entryTs": 1761315720,
          "entryUtc": "2025-10-24T14:22:00.000Z",
          "exitTs": 1761328380,
          "dir": 1,
          "entryPrice": 4124.065,
          "exitPrice": 4108.433,
          "stopDistance": 15.632,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 211
        },
        {
          "entryTs": 1761575220,
          "entryUtc": "2025-10-27T14:27:00.000Z",
          "exitTs": 1761605220,
          "dir": -1,
          "entryPrice": 3995.615,
          "exitPrice": 3991.358,
          "stopDistance": 14.932,
          "outcome": "time",
          "netR": 0.2603,
          "holdMinutes": 500
        },
        {
          "entryTs": 1761833880,
          "entryUtc": "2025-10-30T14:18:00.000Z",
          "exitTs": 1761834960,
          "dir": 1,
          "entryPrice": 4005.168,
          "exitPrice": 3991.61,
          "stopDistance": 13.558,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 18
        },
        {
          "entryTs": 1761919860,
          "entryUtc": "2025-10-31T14:11:00.000Z",
          "exitTs": 1761923040,
          "dir": 1,
          "entryPrice": 4020.765,
          "exitPrice": 4010.768,
          "stopDistance": 9.996,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 53
        },
        {
          "entryTs": 1762184520,
          "entryUtc": "2025-11-03T15:42:00.000Z",
          "exitTs": 1762186560,
          "dir": -1,
          "entryPrice": 4019.405,
          "exitPrice": 4000.999,
          "stopDistance": 9.203,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 34
        },
        {
          "entryTs": 1762441800,
          "entryUtc": "2025-11-06T15:10:00.000Z",
          "exitTs": 1762449780,
          "dir": -1,
          "entryPrice": 3985.365,
          "exitPrice": 3968.529,
          "stopDistance": 8.418,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 133
        },
        {
          "entryTs": 1762876080,
          "entryUtc": "2025-11-11T15:48:00.000Z",
          "exitTs": 1762889460,
          "dir": -1,
          "entryPrice": 4110.035,
          "exitPrice": 4119.426,
          "stopDistance": 9.391,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 223
        },
        {
          "entryTs": 1763135700,
          "entryUtc": "2025-11-14T15:55:00.000Z",
          "exitTs": 1763334000,
          "dir": 1,
          "entryPrice": 4085.685,
          "exitPrice": 4082.748,
          "stopDistance": 17.066,
          "outcome": "time",
          "netR": -0.1938,
          "holdMinutes": 3305
        },
        {
          "entryTs": 1763564700,
          "entryUtc": "2025-11-19T15:05:00.000Z",
          "exitTs": 1763566200,
          "dir": 1,
          "entryPrice": 4124.478,
          "exitPrice": 4115.173,
          "stopDistance": 9.305,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 25
        },
        {
          "entryTs": 1763653200,
          "entryUtc": "2025-11-20T15:40:00.000Z",
          "exitTs": 1763657700,
          "dir": -1,
          "entryPrice": 4082.535,
          "exitPrice": 4054.214,
          "stopDistance": 14.161,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 75
        },
        {
          "entryTs": 1764169680,
          "entryUtc": "2025-11-26T15:08:00.000Z",
          "exitTs": 1764170160,
          "dir": -1,
          "entryPrice": 4145.205,
          "exitPrice": 4154.615,
          "stopDistance": 9.41,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 8
        },
        {
          "entryTs": 1765211400,
          "entryUtc": "2025-12-08T16:30:00.000Z",
          "exitTs": 1765241400,
          "dir": -1,
          "entryPrice": 4196.515,
          "exitPrice": 4193.865,
          "stopDistance": 8.577,
          "outcome": "time",
          "netR": 0.2658,
          "holdMinutes": 500
        },
        {
          "entryTs": 1765468620,
          "entryUtc": "2025-12-11T15:57:00.000Z",
          "exitTs": 1765471620,
          "dir": 1,
          "entryPrice": 4252.215,
          "exitPrice": 4269.8,
          "stopDistance": 8.792,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 50
        },
        {
          "entryTs": 1765899060,
          "entryUtc": "2025-12-16T15:31:00.000Z",
          "exitTs": 1765902000,
          "dir": -1,
          "entryPrice": 4325.755,
          "exitPrice": 4305.237,
          "stopDistance": 10.259,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 49
        },
        {
          "entryTs": 1765992120,
          "entryUtc": "2025-12-17T17:22:00.000Z",
          "exitTs": 1766022120,
          "dir": -1,
          "entryPrice": 4337.775,
          "exitPrice": 4327.295,
          "stopDistance": 11.933,
          "outcome": "time",
          "netR": 0.8473,
          "holdMinutes": 500
        },
        {
          "entryTs": 1766502900,
          "entryUtc": "2025-12-23T15:15:00.000Z",
          "exitTs": 1766507040,
          "dir": -1,
          "entryPrice": 4450.365,
          "exitPrice": 4463.768,
          "stopDistance": 13.402,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 69
        },
        {
          "entryTs": 1766763660,
          "entryUtc": "2025-12-26T15:41:00.000Z",
          "exitTs": 1766769240,
          "dir": 1,
          "entryPrice": 4537.098,
          "exitPrice": 4528.038,
          "stopDistance": 9.06,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 93
        },
        {
          "entryTs": 1767027300,
          "entryUtc": "2025-12-29T16:55:00.000Z",
          "exitTs": 1767057300,
          "dir": -1,
          "entryPrice": 4346.365,
          "exitPrice": 4337.345,
          "stopDistance": 19.957,
          "outcome": "time",
          "netR": 0.4334,
          "holdMinutes": 500
        },
        {
          "entryTs": 1767625860,
          "entryUtc": "2026-01-05T15:11:00.000Z",
          "exitTs": 1767627360,
          "dir": 1,
          "entryPrice": 4449.315,
          "exitPrice": 4438.231,
          "stopDistance": 11.084,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 25
        },
        {
          "entryTs": 1767714000,
          "entryUtc": "2026-01-06T15:40:00.000Z",
          "exitTs": 1767715260,
          "dir": -1,
          "entryPrice": 4472.345,
          "exitPrice": 4482.82,
          "stopDistance": 10.474,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 21
        },
        {
          "entryTs": 1767799200,
          "entryUtc": "2026-01-07T15:20:00.000Z",
          "exitTs": 1767799740,
          "dir": -1,
          "entryPrice": 4429.885,
          "exitPrice": 4441.316,
          "stopDistance": 11.432,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 9
        },
        {
          "entryTs": 1767885960,
          "entryUtc": "2026-01-08T15:26:00.000Z",
          "exitTs": 1767890520,
          "dir": 1,
          "entryPrice": 4443.525,
          "exitPrice": 4464.24,
          "stopDistance": 10.357,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 76
        },
        {
          "entryTs": 1767975060,
          "entryUtc": "2026-01-09T16:11:00.000Z",
          "exitTs": 1767981180,
          "dir": 1,
          "entryPrice": 4503.795,
          "exitPrice": 4491.659,
          "stopDistance": 12.136,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 102
        },
        {
          "entryTs": 1768317060,
          "entryUtc": "2026-01-13T15:11:00.000Z",
          "exitTs": 1768321620,
          "dir": -1,
          "entryPrice": 4622.175,
          "exitPrice": 4599.277,
          "stopDistance": 11.449,
          "outcome": "target",
          "netR": 1.9677,
          "holdMinutes": 76
        },
        {
          "entryTs": 1768403460,
          "entryUtc": "2026-01-14T15:11:00.000Z",
          "exitTs": 1768403880,
          "dir": -1,
          "entryPrice": 4610.745,
          "exitPrice": 4622.217,
          "stopDistance": 11.472,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 7
        },
        {
          "entryTs": 1768923000,
          "entryUtc": "2026-01-20T15:30:00.000Z",
          "exitTs": 1768925460,
          "dir": -1,
          "entryPrice": 4729.365,
          "exitPrice": 4741.199,
          "stopDistance": 11.834,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 41
        },
        {
          "entryTs": 1769008260,
          "entryUtc": "2026-01-21T15:11:00.000Z",
          "exitTs": 1769008680,
          "dir": 1,
          "entryPrice": 4860.465,
          "exitPrice": 4842.95,
          "stopDistance": 17.515,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 7
        },
        {
          "entryTs": 1769182200,
          "entryUtc": "2026-01-23T15:30:00.000Z",
          "exitTs": 1769183220,
          "dir": -1,
          "entryPrice": 4949.535,
          "exitPrice": 4960.904,
          "stopDistance": 11.369,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 17
        },
        {
          "entryTs": 1769612820,
          "entryUtc": "2026-01-28T15:07:00.000Z",
          "exitTs": 1769612820,
          "dir": 1,
          "entryPrice": 5285.459,
          "exitPrice": 5269.483,
          "stopDistance": 15.976,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 0
        },
        {
          "entryTs": 1769785860,
          "entryUtc": "2026-01-30T15:11:00.000Z",
          "exitTs": 1769787360,
          "dir": -1,
          "entryPrice": 5013.725,
          "exitPrice": 5063.429,
          "stopDistance": 49.704,
          "outcome": "stop",
          "netR": -1.0085,
          "holdMinutes": 25
        },
        {
          "entryTs": 1770219600,
          "entryUtc": "2026-02-04T15:40:00.000Z",
          "exitTs": 1770223680,
          "dir": -1,
          "entryPrice": 4926.745,
          "exitPrice": 4851.928,
          "stopDistance": 37.409,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 68
        },
        {
          "entryTs": 1770651600,
          "entryUtc": "2026-02-09T15:40:00.000Z",
          "exitTs": 1770654300,
          "dir": 1,
          "entryPrice": 5048.325,
          "exitPrice": 5076.858,
          "stopDistance": 14.267,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 45
        },
        {
          "entryTs": 1770738360,
          "entryUtc": "2026-02-10T15:46:00.000Z",
          "exitTs": 1770744540,
          "dir": -1,
          "entryPrice": 5019.775,
          "exitPrice": 5037.89,
          "stopDistance": 18.115,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 103
        },
        {
          "entryTs": 1770824100,
          "entryUtc": "2026-02-11T15:35:00.000Z",
          "exitTs": 1770828060,
          "dir": -1,
          "entryPrice": 5055.585,
          "exitPrice": 5076.999,
          "stopDistance": 21.414,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 66
        },
        {
          "entryTs": 1770999300,
          "entryUtc": "2026-02-13T16:15:00.000Z",
          "exitTs": 1770999960,
          "dir": -1,
          "entryPrice": 4999.675,
          "exitPrice": 5018.597,
          "stopDistance": 18.922,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771255320,
          "entryUtc": "2026-02-16T15:22:00.000Z",
          "exitTs": 1771259460,
          "dir": -1,
          "entryPrice": 4979.345,
          "exitPrice": 4988.217,
          "stopDistance": 8.872,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 69
        },
        {
          "entryTs": 1771431720,
          "entryUtc": "2026-02-18T16:22:00.000Z",
          "exitTs": 1771440180,
          "dir": 1,
          "entryPrice": 4994.215,
          "exitPrice": 4980.891,
          "stopDistance": 13.324,
          "outcome": "stop",
          "netR": -1.0315,
          "holdMinutes": 141
        },
        {
          "entryTs": 1771515600,
          "entryUtc": "2026-02-19T15:40:00.000Z",
          "exitTs": 1771517820,
          "dir": 1,
          "entryPrice": 5013.775,
          "exitPrice": 5000.598,
          "stopDistance": 13.177,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 37
        },
        {
          "entryTs": 1771600500,
          "entryUtc": "2026-02-20T15:15:00.000Z",
          "exitTs": 1771602300,
          "dir": -1,
          "entryPrice": 5030.285,
          "exitPrice": 5049.232,
          "stopDistance": 18.947,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 30
        },
        {
          "entryTs": 1772033700,
          "entryUtc": "2026-02-25T15:35:00.000Z",
          "exitTs": 1772034420,
          "dir": -1,
          "entryPrice": 5182.635,
          "exitPrice": 5194.425,
          "stopDistance": 11.79,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 12
        },
        {
          "entryTs": 1772205360,
          "entryUtc": "2026-02-27T15:16:00.000Z",
          "exitTs": 1772205840,
          "dir": 1,
          "entryPrice": 5229.975,
          "exitPrice": 5216.096,
          "stopDistance": 13.879,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 8
        },
        {
          "entryTs": 1772723700,
          "entryUtc": "2026-03-05T15:15:00.000Z",
          "exitTs": 1772753700,
          "dir": -1,
          "entryPrice": 5087.585,
          "exitPrice": 5088.455,
          "stopDistance": 26.68,
          "outcome": "time",
          "netR": -0.0465,
          "holdMinutes": 500
        },
        {
          "entryTs": 1772815200,
          "entryUtc": "2026-03-06T16:40:00.000Z",
          "exitTs": 1772834220,
          "dir": 1,
          "entryPrice": 5127.498,
          "exitPrice": 5174.503,
          "stopDistance": 23.502,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 317
        },
        {
          "entryTs": 1773067800,
          "entryUtc": "2026-03-09T14:50:00.000Z",
          "exitTs": 1773068880,
          "dir": 1,
          "entryPrice": 5098.965,
          "exitPrice": 5080.394,
          "stopDistance": 18.571,
          "outcome": "stop",
          "netR": -1.0226,
          "holdMinutes": 18
        },
        {
          "entryTs": 1773152100,
          "entryUtc": "2026-03-10T14:15:00.000Z",
          "exitTs": 1773152160,
          "dir": -1,
          "entryPrice": 5196.495,
          "exitPrice": 5210.471,
          "stopDistance": 13.976,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 1
        },
        {
          "entryTs": 1773324600,
          "entryUtc": "2026-03-12T14:10:00.000Z",
          "exitTs": 1773325980,
          "dir": 1,
          "entryPrice": 5155.595,
          "exitPrice": 5143.861,
          "stopDistance": 11.734,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 23
        },
        {
          "entryTs": 1773414540,
          "entryUtc": "2026-03-13T15:09:00.000Z",
          "exitTs": 1773417300,
          "dir": -1,
          "entryPrice": 5064.015,
          "exitPrice": 5033.922,
          "stopDistance": 15.047,
          "outcome": "target",
          "netR": 1.9754,
          "holdMinutes": 46
        },
        {
          "entryTs": 1773673020,
          "entryUtc": "2026-03-16T14:57:00.000Z",
          "exitTs": 1773678900,
          "dir": -1,
          "entryPrice": 4999.585,
          "exitPrice": 4974.754,
          "stopDistance": 12.415,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 98
        },
        {
          "entryTs": 1773759660,
          "entryUtc": "2026-03-17T15:01:00.000Z",
          "exitTs": 1773761700,
          "dir": -1,
          "entryPrice": 5011.315,
          "exitPrice": 4990.78,
          "stopDistance": 10.267,
          "outcome": "target",
          "netR": 1.964,
          "holdMinutes": 34
        },
        {
          "entryTs": 1774023300,
          "entryUtc": "2026-03-20T16:15:00.000Z",
          "exitTs": 1774023660,
          "dir": -1,
          "entryPrice": 4588.395,
          "exitPrice": 4613.312,
          "stopDistance": 24.917,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 6
        },
        {
          "entryTs": 1774620600,
          "entryUtc": "2026-03-27T14:10:00.000Z",
          "exitTs": 1774623000,
          "dir": 1,
          "entryPrice": 4448.345,
          "exitPrice": 4482.004,
          "stopDistance": 16.83,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 40
        },
        {
          "entryTs": 1775141340,
          "entryUtc": "2026-04-02T14:49:00.000Z",
          "exitTs": 1775145000,
          "dir": 1,
          "entryPrice": 4679.555,
          "exitPrice": 4655.021,
          "stopDistance": 24.534,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 61
        },
        {
          "entryTs": 1775485020,
          "entryUtc": "2026-04-06T14:17:00.000Z",
          "exitTs": 1775485800,
          "dir": -1,
          "entryPrice": 4673.615,
          "exitPrice": 4688.422,
          "stopDistance": 14.807,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 13
        },
        {
          "entryTs": 1775571660,
          "entryUtc": "2026-04-07T14:21:00.000Z",
          "exitTs": 1775571840,
          "dir": -1,
          "entryPrice": 4627.155,
          "exitPrice": 4643.874,
          "stopDistance": 16.719,
          "outcome": "stop",
          "netR": -1.0251,
          "holdMinutes": 3
        },
        {
          "entryTs": 1775833920,
          "entryUtc": "2026-04-10T15:12:00.000Z",
          "exitTs": 1775835360,
          "dir": -1,
          "entryPrice": 4783.055,
          "exitPrice": 4758.416,
          "stopDistance": 12.32,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 24
        },
        {
          "entryTs": 1776178500,
          "entryUtc": "2026-04-14T14:55:00.000Z",
          "exitTs": 1776183780,
          "dir": -1,
          "entryPrice": 4804.275,
          "exitPrice": 4817.117,
          "stopDistance": 12.842,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 88
        },
        {
          "entryTs": 1776348960,
          "entryUtc": "2026-04-16T14:16:00.000Z",
          "exitTs": 1776350400,
          "dir": 1,
          "entryPrice": 4798.685,
          "exitPrice": 4786.379,
          "stopDistance": 12.306,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 24
        },
        {
          "entryTs": 1776780300,
          "entryUtc": "2026-04-21T14:05:00.000Z",
          "exitTs": 1776782400,
          "dir": -1,
          "entryPrice": 4781.145,
          "exitPrice": 4757.567,
          "stopDistance": 11.789,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 35
        },
        {
          "entryTs": 1776867000,
          "entryUtc": "2026-04-22T14:10:00.000Z",
          "exitTs": 1776872100,
          "dir": -1,
          "entryPrice": 4747.165,
          "exitPrice": 4727.722,
          "stopDistance": 9.721,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 85
        },
        {
          "entryTs": 1776953100,
          "entryUtc": "2026-04-23T14:05:00.000Z",
          "exitTs": 1776955980,
          "dir": -1,
          "entryPrice": 4725.215,
          "exitPrice": 4735.804,
          "stopDistance": 10.589,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 48
        },
        {
          "entryTs": 1777040700,
          "entryUtc": "2026-04-24T14:25:00.000Z",
          "exitTs": 1777060920,
          "dir": 1,
          "entryPrice": 4725.395,
          "exitPrice": 4712.265,
          "stopDistance": 13.13,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 337
        },
        {
          "entryTs": 1777301400,
          "entryUtc": "2026-04-27T14:50:00.000Z",
          "exitTs": 1777301580,
          "dir": 1,
          "entryPrice": 4689.945,
          "exitPrice": 4681.267,
          "stopDistance": 8.678,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 3
        },
        {
          "entryTs": 1777558200,
          "entryUtc": "2026-04-30T14:10:00.000Z",
          "exitTs": 1777565880,
          "dir": 1,
          "entryPrice": 4617.135,
          "exitPrice": 4605.72,
          "stopDistance": 11.415,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 128
        }
      ],
      "significance": {
        "tStat": -0.524,
        "pValueOneSided": 0.69986,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "ict-judas-swing-london",
      "name": "ICT Judas Swing (London killzone)",
      "family": "ICT / Smart Money",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The signature \"they trap you at the open\" video topic; consistently the most-viewed London-session content.",
      "rule": "Build the Asian range from 19:00-00:00 New York time. Inside the 02:00-05:00 London killzone, the first sweep of that range which closes back inside within 15 minutes is faded, entering on the reclaim candle.",
      "rawSignals": 768,
      "full": {
        "trades": 717,
        "winRate": {
          "successes": 244,
          "total": 717,
          "ratePct": 34,
          "ci95Pct": [
            30.7,
            37.6
          ]
        },
        "expectancyR": -0.0395,
        "totalR": -28.33,
        "profitFactor": 0.943,
        "avgWinR": 1.935,
        "avgLossR": -1.058,
        "maxDrawdownPct": 57.75,
        "finalEquity": 7009.84,
        "returnPct": -29.9,
        "tStat": -0.745,
        "sdR": 1.421,
        "ambiguousTrades": 0,
        "timeExits": 3,
        "stopExits": 472,
        "targetExits": 242,
        "optimisticExpectancyR": -0.0395,
        "medianHoldMinutes": 367,
        "medianCostShareOfR": 0.0589,
        "longTrades": 341,
        "longExpectancyR": 0.0371,
        "shortTrades": 376,
        "shortExpectancyR": -0.109,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 50,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 551,
        "winRate": {
          "successes": 186,
          "total": 551,
          "ratePct": 33.8,
          "ci95Pct": [
            29.9,
            37.8
          ]
        },
        "expectancyR": -0.0552,
        "totalR": -30.42,
        "profitFactor": 0.922,
        "avgWinR": 1.93,
        "avgLossR": -1.067,
        "maxDrawdownPct": 48.71,
        "finalEquity": 6980.95,
        "returnPct": -30.19,
        "tStat": -0.913,
        "sdR": 1.42,
        "ambiguousTrades": 0,
        "timeExits": 2,
        "stopExits": 364,
        "targetExits": 185,
        "optimisticExpectancyR": -0.0552,
        "medianHoldMinutes": 361,
        "medianCostShareOfR": 0.0655,
        "longTrades": 264,
        "longExpectancyR": -0.0222,
        "shortTrades": 287,
        "shortExpectancyR": -0.0856,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 41,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 166,
        "winRate": {
          "successes": 58,
          "total": 166,
          "ratePct": 34.9,
          "ci95Pct": [
            28.1,
            42.5
          ]
        },
        "expectancyR": 0.0126,
        "totalR": 2.09,
        "profitFactor": 1.019,
        "avgWinR": 1.951,
        "avgLossR": -1.028,
        "maxDrawdownPct": 19.5,
        "finalEquity": 10041.39,
        "returnPct": 0.41,
        "tStat": 0.113,
        "sdR": 1.429,
        "ambiguousTrades": 0,
        "timeExits": 1,
        "stopExits": 108,
        "targetExits": 57,
        "optimisticExpectancyR": 0.0126,
        "medianHoldMinutes": 387.5,
        "medianCostShareOfR": 0.0265,
        "longTrades": 77,
        "longExpectancyR": 0.2403,
        "shortTrades": 89,
        "shortExpectancyR": -0.1844,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 9,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 767,
          "winRatePct": 50.2,
          "expectancyR": -0.0819,
          "profitFactor": 0.849,
          "returnPct": -48.69
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 763,
          "winRatePct": 33.4,
          "expectancyR": -0.0851,
          "profitFactor": 0.883,
          "returnPct": -51.61
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 743,
          "winRatePct": 24.6,
          "expectancyR": -0.1031,
          "profitFactor": 0.875,
          "returnPct": -58.37
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 762,
          "winRatePct": 50.5,
          "expectancyR": -0.0466,
          "profitFactor": 0.911,
          "returnPct": -32.54
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 717,
          "winRatePct": 34,
          "expectancyR": -0.0395,
          "profitFactor": 0.943,
          "returnPct": -29.9
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 664,
          "winRatePct": 26.8,
          "expectancyR": -0.0026,
          "profitFactor": 0.997,
          "returnPct": -11.12
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 694,
          "winRatePct": 51,
          "expectancyR": -0.0138,
          "profitFactor": 0.973,
          "returnPct": -12.24
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 567,
          "winRatePct": 35.8,
          "expectancyR": -0.0095,
          "profitFactor": 0.985,
          "returnPct": -10.19
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 497,
          "winRatePct": 30,
          "expectancyR": -0.0329,
          "profitFactor": 0.953,
          "returnPct": -20.21
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 717,
          "expectancyR": -0.0179,
          "profitFactor": 0.974,
          "returnPct": -18.12
        },
        {
          "spreadUsd": 0.3,
          "trades": 717,
          "expectancyR": -0.0395,
          "profitFactor": 0.943,
          "returnPct": -29.9
        },
        {
          "spreadUsd": 0.6,
          "trades": 717,
          "expectancyR": -0.0828,
          "profitFactor": 0.886,
          "returnPct": -48.63
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -0.75
        },
        {
          "month": "2021-02",
          "totalR": -1.72
        },
        {
          "month": "2021-03",
          "totalR": 2.41
        },
        {
          "month": "2021-04",
          "totalR": 1.49
        },
        {
          "month": "2021-05",
          "totalR": 0.67
        },
        {
          "month": "2021-06",
          "totalR": 3.91
        },
        {
          "month": "2021-07",
          "totalR": 1.02
        },
        {
          "month": "2021-08",
          "totalR": 0.09
        },
        {
          "month": "2021-09",
          "totalR": 6.96
        },
        {
          "month": "2021-10",
          "totalR": -5.83
        },
        {
          "month": "2021-11",
          "totalR": 0.91
        },
        {
          "month": "2021-12",
          "totalR": 0.04
        },
        {
          "month": "2022-01",
          "totalR": 6.67
        },
        {
          "month": "2022-02",
          "totalR": 5.37
        },
        {
          "month": "2022-03",
          "totalR": 2.33
        },
        {
          "month": "2022-04",
          "totalR": 1.07
        },
        {
          "month": "2022-05",
          "totalR": 3.17
        },
        {
          "month": "2022-06",
          "totalR": 1.99
        },
        {
          "month": "2022-07",
          "totalR": -11.81
        },
        {
          "month": "2022-08",
          "totalR": 1.65
        },
        {
          "month": "2022-09",
          "totalR": -1.66
        },
        {
          "month": "2022-10",
          "totalR": 4.21
        },
        {
          "month": "2022-11",
          "totalR": 0.27
        },
        {
          "month": "2022-12",
          "totalR": -1.68
        },
        {
          "month": "2023-01",
          "totalR": -4.61
        },
        {
          "month": "2023-02",
          "totalR": 3.36
        },
        {
          "month": "2023-03",
          "totalR": 8.41
        },
        {
          "month": "2023-04",
          "totalR": 0.55
        },
        {
          "month": "2023-05",
          "totalR": -7.84
        },
        {
          "month": "2023-06",
          "totalR": -6.07
        },
        {
          "month": "2023-07",
          "totalR": -1.87
        },
        {
          "month": "2023-08",
          "totalR": 1.54
        },
        {
          "month": "2023-09",
          "totalR": 6.56
        },
        {
          "month": "2023-10",
          "totalR": -0.82
        },
        {
          "month": "2023-11",
          "totalR": -3.7
        },
        {
          "month": "2023-12",
          "totalR": -9.82
        },
        {
          "month": "2024-01",
          "totalR": -7.74
        },
        {
          "month": "2024-02",
          "totalR": 5
        },
        {
          "month": "2024-03",
          "totalR": -3.59
        },
        {
          "month": "2024-04",
          "totalR": -5.32
        },
        {
          "month": "2024-05",
          "totalR": -9.49
        },
        {
          "month": "2024-06",
          "totalR": -6.68
        },
        {
          "month": "2024-07",
          "totalR": -10.83
        },
        {
          "month": "2024-08",
          "totalR": 7.53
        },
        {
          "month": "2024-09",
          "totalR": 5.55
        },
        {
          "month": "2024-10",
          "totalR": -4.47
        },
        {
          "month": "2024-11",
          "totalR": -4.3
        },
        {
          "month": "2024-12",
          "totalR": -2.56
        },
        {
          "month": "2025-01",
          "totalR": -3.6
        },
        {
          "month": "2025-02",
          "totalR": -0.43
        },
        {
          "month": "2025-03",
          "totalR": -1.67
        },
        {
          "month": "2025-04",
          "totalR": -2.09
        },
        {
          "month": "2025-05",
          "totalR": -8.24
        },
        {
          "month": "2025-06",
          "totalR": -2.23
        },
        {
          "month": "2025-07",
          "totalR": 7.44
        },
        {
          "month": "2025-08",
          "totalR": 3.6
        },
        {
          "month": "2025-09",
          "totalR": -3.36
        },
        {
          "month": "2025-10",
          "totalR": 4.79
        },
        {
          "month": "2025-11",
          "totalR": 3.87
        },
        {
          "month": "2025-12",
          "totalR": 3.84
        },
        {
          "month": "2026-01",
          "totalR": 6.44
        },
        {
          "month": "2026-02",
          "totalR": 1.94
        },
        {
          "month": "2026-03",
          "totalR": -3.07
        },
        {
          "month": "2026-04",
          "totalR": -5.14
        }
      ],
      "trades": [
        {
          "entryTs": 1609837800,
          "entryUtc": "2021-01-05T09:10:00.000Z",
          "exitTs": 1609854780,
          "dir": -1,
          "entryPrice": 1943.765,
          "exitPrice": 1951.554,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 283
        },
        {
          "entryTs": 1609922940,
          "entryUtc": "2021-01-06T08:49:00.000Z",
          "exitTs": 1609936980,
          "dir": -1,
          "entryPrice": 1954.748,
          "exitPrice": 1938.295,
          "stopDistance": 8.227,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 234
        },
        {
          "entryTs": 1610003160,
          "entryUtc": "2021-01-07T07:06:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1924.208,
          "exitPrice": 1902.365,
          "stopDistance": 10.922,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 1494
        },
        {
          "entryTs": 1610349480,
          "entryUtc": "2021-01-11T07:18:00.000Z",
          "exitTs": 1610709480,
          "dir": -1,
          "entryPrice": 1848.888,
          "exitPrice": 1852.658,
          "stopDistance": 15.98,
          "outcome": "time",
          "netR": -0.2591,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1611044460,
          "entryUtc": "2021-01-19T08:21:00.000Z",
          "exitTs": 1611111240,
          "dir": -1,
          "entryPrice": 1843.295,
          "exitPrice": 1850.328,
          "stopDistance": 7.032,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 1113
        },
        {
          "entryTs": 1611214560,
          "entryUtc": "2021-01-21T07:36:00.000Z",
          "exitTs": 1611237180,
          "dir": 1,
          "entryPrice": 1868.735,
          "exitPrice": 1861.544,
          "stopDistance": 7.191,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 377
        },
        {
          "entryTs": 1611301080,
          "entryUtc": "2021-01-22T07:38:00.000Z",
          "exitTs": 1611311400,
          "dir": 1,
          "entryPrice": 1859.758,
          "exitPrice": 1853.324,
          "stopDistance": 6.434,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 172
        },
        {
          "entryTs": 1611734760,
          "entryUtc": "2021-01-27T08:06:00.000Z",
          "exitTs": 1611747780,
          "dir": -1,
          "entryPrice": 1851.102,
          "exitPrice": 1839.181,
          "stopDistance": 5.961,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 217
        },
        {
          "entryTs": 1611821880,
          "entryUtc": "2021-01-28T08:18:00.000Z",
          "exitTs": 1611841500,
          "dir": -1,
          "entryPrice": 1840.158,
          "exitPrice": 1847.052,
          "stopDistance": 6.894,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 327
        },
        {
          "entryTs": 1611904500,
          "entryUtc": "2021-01-29T07:15:00.000Z",
          "exitTs": 1611911160,
          "dir": -1,
          "entryPrice": 1844.505,
          "exitPrice": 1852.594,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 111
        },
        {
          "entryTs": 1612162920,
          "entryUtc": "2021-02-01T07:02:00.000Z",
          "exitTs": 1612267200,
          "dir": -1,
          "entryPrice": 1862.265,
          "exitPrice": 1839.919,
          "stopDistance": 11.173,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1738
        },
        {
          "entryTs": 1612339140,
          "entryUtc": "2021-02-03T07:59:00.000Z",
          "exitTs": 1612367640,
          "dir": 1,
          "entryPrice": 1837.305,
          "exitPrice": 1830.074,
          "stopDistance": 7.231,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 475
        },
        {
          "entryTs": 1612426260,
          "entryUtc": "2021-02-04T08:11:00.000Z",
          "exitTs": 1612429680,
          "dir": 1,
          "entryPrice": 1821.995,
          "exitPrice": 1815.008,
          "stopDistance": 6.987,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 57
        },
        {
          "entryTs": 1612774380,
          "entryUtc": "2021-02-08T08:53:00.000Z",
          "exitTs": 1612783980,
          "dir": 1,
          "entryPrice": 1808.795,
          "exitPrice": 1822.488,
          "stopDistance": 6.847,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 160
        },
        {
          "entryTs": 1612857180,
          "entryUtc": "2021-02-09T07:53:00.000Z",
          "exitTs": 1612963920,
          "dir": -1,
          "entryPrice": 1843.105,
          "exitPrice": 1849.675,
          "stopDistance": 6.57,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 1779
        },
        {
          "entryTs": 1613026920,
          "entryUtc": "2021-02-11T07:02:00.000Z",
          "exitTs": 1613063100,
          "dir": -1,
          "entryPrice": 1841.948,
          "exitPrice": 1828.158,
          "stopDistance": 6.895,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 603
        },
        {
          "entryTs": 1613113320,
          "entryUtc": "2021-02-12T07:02:00.000Z",
          "exitTs": 1613118120,
          "dir": 1,
          "entryPrice": 1819.135,
          "exitPrice": 1813.016,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 80
        },
        {
          "entryTs": 1613549640,
          "entryUtc": "2021-02-17T08:14:00.000Z",
          "exitTs": 1613568300,
          "dir": 1,
          "entryPrice": 1786.605,
          "exitPrice": 1778.528,
          "stopDistance": 8.077,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 311
        },
        {
          "entryTs": 1613638020,
          "entryUtc": "2021-02-18T08:47:00.000Z",
          "exitTs": 1613661000,
          "dir": -1,
          "entryPrice": 1785.315,
          "exitPrice": 1770.877,
          "stopDistance": 7.219,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 383
        },
        {
          "entryTs": 1613719200,
          "entryUtc": "2021-02-19T07:20:00.000Z",
          "exitTs": 1613743140,
          "dir": -1,
          "entryPrice": 1772.666,
          "exitPrice": 1780.995,
          "stopDistance": 8.329,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 399
        },
        {
          "entryTs": 1613977980,
          "entryUtc": "2021-02-22T07:13:00.000Z",
          "exitTs": 1613985960,
          "dir": -1,
          "entryPrice": 1789.531,
          "exitPrice": 1797.602,
          "stopDistance": 8.071,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 133
        },
        {
          "entryTs": 1614072420,
          "entryUtc": "2021-02-23T09:27:00.000Z",
          "exitTs": 1614091200,
          "dir": 1,
          "entryPrice": 1806.165,
          "exitPrice": 1799.136,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 313
        },
        {
          "entryTs": 1614153180,
          "entryUtc": "2021-02-24T07:53:00.000Z",
          "exitTs": 1614174180,
          "dir": 1,
          "entryPrice": 1805.075,
          "exitPrice": 1798.635,
          "stopDistance": 6.44,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 350
        },
        {
          "entryTs": 1614849840,
          "entryUtc": "2021-03-04T09:24:00.000Z",
          "exitTs": 1614880140,
          "dir": 1,
          "entryPrice": 1708.434,
          "exitPrice": 1699.435,
          "stopDistance": 8.999,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 505
        },
        {
          "entryTs": 1615364160,
          "entryUtc": "2021-03-10T08:16:00.000Z",
          "exitTs": 1615403520,
          "dir": 1,
          "entryPrice": 1711.015,
          "exitPrice": 1724.291,
          "stopDistance": 6.638,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 656
        },
        {
          "entryTs": 1615447080,
          "entryUtc": "2021-03-11T07:18:00.000Z",
          "exitTs": 1615473840,
          "dir": -1,
          "entryPrice": 1734.398,
          "exitPrice": 1721.572,
          "stopDistance": 6.413,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 446
        },
        {
          "entryTs": 1615788180,
          "entryUtc": "2021-03-15T06:03:00.000Z",
          "exitTs": 1615904940,
          "dir": 1,
          "entryPrice": 1724.444,
          "exitPrice": 1739.572,
          "stopDistance": 7.564,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1946
        },
        {
          "entryTs": 1615961100,
          "entryUtc": "2021-03-17T06:05:00.000Z",
          "exitTs": 1615989720,
          "dir": -1,
          "entryPrice": 1735.515,
          "exitPrice": 1724.885,
          "stopDistance": 5.315,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 477
        },
        {
          "entryTs": 1616393760,
          "entryUtc": "2021-03-22T06:16:00.000Z",
          "exitTs": 1616509080,
          "dir": 1,
          "entryPrice": 1732.788,
          "exitPrice": 1725.655,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 1922
        },
        {
          "entryTs": 1616656680,
          "entryUtc": "2021-03-25T07:18:00.000Z",
          "exitTs": 1616673240,
          "dir": 1,
          "entryPrice": 1732.325,
          "exitPrice": 1727.67,
          "stopDistance": 4.655,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 276
        },
        {
          "entryTs": 1616998440,
          "entryUtc": "2021-03-29T06:14:00.000Z",
          "exitTs": 1617024780,
          "dir": 1,
          "entryPrice": 1726.308,
          "exitPrice": 1721.388,
          "stopDistance": 4.92,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 439
        },
        {
          "entryTs": 1617084300,
          "entryUtc": "2021-03-30T06:05:00.000Z",
          "exitTs": 1617089880,
          "dir": 1,
          "entryPrice": 1704.748,
          "exitPrice": 1699.146,
          "stopDistance": 5.602,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 93
        },
        {
          "entryTs": 1617256920,
          "entryUtc": "2021-04-01T06:02:00.000Z",
          "exitTs": 1617281520,
          "dir": -1,
          "entryPrice": 1713.785,
          "exitPrice": 1719.994,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 410
        },
        {
          "entryTs": 1618380300,
          "entryUtc": "2021-04-14T06:05:00.000Z",
          "exitTs": 1618406220,
          "dir": 1,
          "entryPrice": 1744.438,
          "exitPrice": 1739.006,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 432
        },
        {
          "entryTs": 1618552920,
          "entryUtc": "2021-04-16T06:02:00.000Z",
          "exitTs": 1618566720,
          "dir": -1,
          "entryPrice": 1765.208,
          "exitPrice": 1770.176,
          "stopDistance": 4.968,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 230
        },
        {
          "entryTs": 1618907400,
          "entryUtc": "2021-04-20T08:30:00.000Z",
          "exitTs": 1618933380,
          "dir": 1,
          "entryPrice": 1766.615,
          "exitPrice": 1779.822,
          "stopDistance": 6.604,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 433
        },
        {
          "entryTs": 1618984920,
          "entryUtc": "2021-04-21T06:02:00.000Z",
          "exitTs": 1619012700,
          "dir": -1,
          "entryPrice": 1784.178,
          "exitPrice": 1789.972,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 463
        },
        {
          "entryTs": 1619159820,
          "entryUtc": "2021-04-23T06:37:00.000Z",
          "exitTs": 1619180520,
          "dir": 1,
          "entryPrice": 1783.135,
          "exitPrice": 1793.758,
          "stopDistance": 5.312,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 345
        },
        {
          "entryTs": 1619593740,
          "entryUtc": "2021-04-28T07:09:00.000Z",
          "exitTs": 1619634180,
          "dir": 1,
          "entryPrice": 1766.965,
          "exitPrice": 1776.412,
          "stopDistance": 4.723,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 674
        },
        {
          "entryTs": 1620195900,
          "entryUtc": "2021-05-05T06:25:00.000Z",
          "exitTs": 1620217860,
          "dir": 1,
          "entryPrice": 1776.988,
          "exitPrice": 1770.872,
          "stopDistance": 6.116,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 366
        },
        {
          "entryTs": 1620377040,
          "entryUtc": "2021-05-07T08:44:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1822.075,
          "exitPrice": 1827.769,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 226
        },
        {
          "entryTs": 1620896040,
          "entryUtc": "2021-05-13T08:54:00.000Z",
          "exitTs": 1620973380,
          "dir": 1,
          "entryPrice": 1813.835,
          "exitPrice": 1829.012,
          "stopDistance": 7.589,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 1289
        },
        {
          "entryTs": 1621404120,
          "entryUtc": "2021-05-19T06:02:00.000Z",
          "exitTs": 1621413960,
          "dir": -1,
          "entryPrice": 1871.398,
          "exitPrice": 1860.87,
          "stopDistance": 5.264,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 164
        },
        {
          "entryTs": 1621576920,
          "entryUtc": "2021-05-21T06:02:00.000Z",
          "exitTs": 1621599600,
          "dir": -1,
          "entryPrice": 1876.058,
          "exitPrice": 1882.315,
          "stopDistance": 6.257,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 378
        },
        {
          "entryTs": 1622528520,
          "entryUtc": "2021-06-01T06:22:00.000Z",
          "exitTs": 1622536680,
          "dir": -1,
          "entryPrice": 1914.335,
          "exitPrice": 1905.345,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 136
        },
        {
          "entryTs": 1622613960,
          "entryUtc": "2021-06-02T06:06:00.000Z",
          "exitTs": 1622641260,
          "dir": 1,
          "entryPrice": 1897.203,
          "exitPrice": 1908.432,
          "stopDistance": 5.615,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 455
        },
        {
          "entryTs": 1623132120,
          "entryUtc": "2021-06-08T06:02:00.000Z",
          "exitTs": 1623139380,
          "dir": 1,
          "entryPrice": 1895.645,
          "exitPrice": 1891.078,
          "stopDistance": 4.567,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 121
        },
        {
          "entryTs": 1623219180,
          "entryUtc": "2021-06-09T06:13:00.000Z",
          "exitTs": 1623230100,
          "dir": 1,
          "entryPrice": 1892.638,
          "exitPrice": 1887.443,
          "stopDistance": 5.195,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 182
        },
        {
          "entryTs": 1623305400,
          "entryUtc": "2021-06-10T06:10:00.000Z",
          "exitTs": 1623310440,
          "dir": 1,
          "entryPrice": 1884.268,
          "exitPrice": 1879.425,
          "stopDistance": 4.843,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 84
        },
        {
          "entryTs": 1623392340,
          "entryUtc": "2021-06-11T06:19:00.000Z",
          "exitTs": 1623403680,
          "dir": -1,
          "entryPrice": 1900.358,
          "exitPrice": 1890.288,
          "stopDistance": 5.035,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 189
        },
        {
          "entryTs": 1623650520,
          "entryUtc": "2021-06-14T06:02:00.000Z",
          "exitTs": 1623652860,
          "dir": 1,
          "entryPrice": 1865.205,
          "exitPrice": 1859.056,
          "stopDistance": 6.149,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 39
        },
        {
          "entryTs": 1623737220,
          "entryUtc": "2021-06-15T06:07:00.000Z",
          "exitTs": 1623772860,
          "dir": -1,
          "entryPrice": 1867.498,
          "exitPrice": 1855.069,
          "stopDistance": 6.214,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 594
        },
        {
          "entryTs": 1623823620,
          "entryUtc": "2021-06-16T06:07:00.000Z",
          "exitTs": 1623866400,
          "dir": -1,
          "entryPrice": 1859.255,
          "exitPrice": 1848.835,
          "stopDistance": 5.21,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 713
        },
        {
          "entryTs": 1623911040,
          "entryUtc": "2021-06-17T06:24:00.000Z",
          "exitTs": 1623919560,
          "dir": 1,
          "entryPrice": 1814.508,
          "exitPrice": 1805.034,
          "stopDistance": 9.474,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 142
        },
        {
          "entryTs": 1623997980,
          "entryUtc": "2021-06-18T06:33:00.000Z",
          "exitTs": 1624010100,
          "dir": -1,
          "entryPrice": 1785.288,
          "exitPrice": 1794.658,
          "stopDistance": 9.37,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 202
        },
        {
          "entryTs": 1624256460,
          "entryUtc": "2021-06-21T06:21:00.000Z",
          "exitTs": 1624265280,
          "dir": -1,
          "entryPrice": 1776.688,
          "exitPrice": 1785.311,
          "stopDistance": 8.623,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 147
        },
        {
          "entryTs": 1624436520,
          "entryUtc": "2021-06-23T08:22:00.000Z",
          "exitTs": 1624455480,
          "dir": -1,
          "entryPrice": 1783.448,
          "exitPrice": 1789.559,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 316
        },
        {
          "entryTs": 1624601220,
          "entryUtc": "2021-06-25T06:07:00.000Z",
          "exitTs": 1624612860,
          "dir": -1,
          "entryPrice": 1779.345,
          "exitPrice": 1784.646,
          "stopDistance": 5.301,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 194
        },
        {
          "entryTs": 1624860900,
          "entryUtc": "2021-06-28T06:15:00.000Z",
          "exitTs": 1624953840,
          "dir": -1,
          "entryPrice": 1782.488,
          "exitPrice": 1771.021,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 1549
        },
        {
          "entryTs": 1625033580,
          "entryUtc": "2021-06-30T06:13:00.000Z",
          "exitTs": 1625071260,
          "dir": 1,
          "entryPrice": 1759.148,
          "exitPrice": 1771.504,
          "stopDistance": 6.178,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 628
        },
        {
          "entryTs": 1625210040,
          "entryUtc": "2021-07-02T07:14:00.000Z",
          "exitTs": 1625221980,
          "dir": 1,
          "entryPrice": 1774.988,
          "exitPrice": 1784.577,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 199
        },
        {
          "entryTs": 1625467560,
          "entryUtc": "2021-07-05T06:46:00.000Z",
          "exitTs": 1625472000,
          "dir": -1,
          "entryPrice": 1788.758,
          "exitPrice": 1794.685,
          "stopDistance": 5.927,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 74
        },
        {
          "entryTs": 1625640540,
          "entryUtc": "2021-07-07T06:49:00.000Z",
          "exitTs": 1625660100,
          "dir": -1,
          "entryPrice": 1802.648,
          "exitPrice": 1808.66,
          "stopDistance": 6.012,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 326
        },
        {
          "entryTs": 1625726400,
          "entryUtc": "2021-07-08T06:40:00.000Z",
          "exitTs": 1625730780,
          "dir": 1,
          "entryPrice": 1796.668,
          "exitPrice": 1807.912,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 73
        },
        {
          "entryTs": 1626164400,
          "entryUtc": "2021-07-13T08:20:00.000Z",
          "exitTs": 1626181080,
          "dir": 1,
          "entryPrice": 1806.765,
          "exitPrice": 1801.396,
          "stopDistance": 5.369,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 278
        },
        {
          "entryTs": 1626242700,
          "entryUtc": "2021-07-14T06:05:00.000Z",
          "exitTs": 1626264120,
          "dir": -1,
          "entryPrice": 1813.107,
          "exitPrice": 1818.686,
          "stopDistance": 5.579,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 357
        },
        {
          "entryTs": 1626328980,
          "entryUtc": "2021-07-15T06:03:00.000Z",
          "exitTs": 1626432360,
          "dir": -1,
          "entryPrice": 1828.798,
          "exitPrice": 1818.033,
          "stopDistance": 5.382,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 1723
        },
        {
          "entryTs": 1626855420,
          "entryUtc": "2021-07-21T08:17:00.000Z",
          "exitTs": 1626868920,
          "dir": 1,
          "entryPrice": 1805.238,
          "exitPrice": 1799.417,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 225
        },
        {
          "entryTs": 1627020240,
          "entryUtc": "2021-07-23T06:04:00.000Z",
          "exitTs": 1627034940,
          "dir": 1,
          "entryPrice": 1802.588,
          "exitPrice": 1798.091,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 245
        },
        {
          "entryTs": 1627279560,
          "entryUtc": "2021-07-26T06:06:00.000Z",
          "exitTs": 1627351080,
          "dir": -1,
          "entryPrice": 1806.638,
          "exitPrice": 1795.589,
          "stopDistance": 5.524,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 1192
        },
        {
          "entryTs": 1627367640,
          "entryUtc": "2021-07-27T06:34:00.000Z",
          "exitTs": 1627388460,
          "dir": 1,
          "entryPrice": 1794.518,
          "exitPrice": 1803.843,
          "stopDistance": 4.662,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 347
        },
        {
          "entryTs": 1627538880,
          "entryUtc": "2021-07-29T06:08:00.000Z",
          "exitTs": 1627553520,
          "dir": -1,
          "entryPrice": 1817.318,
          "exitPrice": 1823.014,
          "stopDistance": 5.696,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 244
        },
        {
          "entryTs": 1627626300,
          "entryUtc": "2021-07-30T06:25:00.000Z",
          "exitTs": 1627649580,
          "dir": 1,
          "entryPrice": 1826.895,
          "exitPrice": 1822.311,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 388
        },
        {
          "entryTs": 1627885620,
          "entryUtc": "2021-08-02T06:27:00.000Z",
          "exitTs": 1627924380,
          "dir": 1,
          "entryPrice": 1808.468,
          "exitPrice": 1819.26,
          "stopDistance": 5.396,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 646
        },
        {
          "entryTs": 1628061540,
          "entryUtc": "2021-08-04T07:19:00.000Z",
          "exitTs": 1628077500,
          "dir": -1,
          "entryPrice": 1814.658,
          "exitPrice": 1818.205,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 266
        },
        {
          "entryTs": 1628143320,
          "entryUtc": "2021-08-05T06:02:00.000Z",
          "exitTs": 1628170800,
          "dir": 1,
          "entryPrice": 1808.945,
          "exitPrice": 1804.511,
          "stopDistance": 4.434,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 458
        },
        {
          "entryTs": 1628233320,
          "entryUtc": "2021-08-06T07:02:00.000Z",
          "exitTs": 1628247060,
          "dir": 1,
          "entryPrice": 1799.785,
          "exitPrice": 1795.655,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 229
        },
        {
          "entryTs": 1628578500,
          "entryUtc": "2021-08-10T06:55:00.000Z",
          "exitTs": 1628604720,
          "dir": -1,
          "entryPrice": 1737.348,
          "exitPrice": 1719.905,
          "stopDistance": 8.721,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 437
        },
        {
          "entryTs": 1628749860,
          "entryUtc": "2021-08-12T06:31:00.000Z",
          "exitTs": 1628775360,
          "dir": -1,
          "entryPrice": 1753.378,
          "exitPrice": 1743.231,
          "stopDistance": 5.073,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 425
        },
        {
          "entryTs": 1629267300,
          "entryUtc": "2021-08-18T06:15:00.000Z",
          "exitTs": 1629296400,
          "dir": -1,
          "entryPrice": 1791.688,
          "exitPrice": 1782.53,
          "stopDistance": 4.579,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 485
        },
        {
          "entryTs": 1629439320,
          "entryUtc": "2021-08-20T06:02:00.000Z",
          "exitTs": 1629716400,
          "dir": -1,
          "entryPrice": 1785.178,
          "exitPrice": 1790.465,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 4618
        },
        {
          "entryTs": 1629791040,
          "entryUtc": "2021-08-24T07:44:00.000Z",
          "exitTs": 1629852000,
          "dir": 1,
          "entryPrice": 1801.358,
          "exitPrice": 1796.913,
          "stopDistance": 4.445,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 1016
        },
        {
          "entryTs": 1629874740,
          "entryUtc": "2021-08-25T06:59:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1793.445,
          "exitPrice": 1788.654,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 401
        },
        {
          "entryTs": 1630304160,
          "entryUtc": "2021-08-30T06:16:00.000Z",
          "exitTs": 1630414980,
          "dir": 1,
          "entryPrice": 1813.408,
          "exitPrice": 1806.969,
          "stopDistance": 6.439,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 1847
        },
        {
          "entryTs": 1630484280,
          "entryUtc": "2021-09-01T08:18:00.000Z",
          "exitTs": 1630591980,
          "dir": 1,
          "entryPrice": 1810.465,
          "exitPrice": 1805.412,
          "stopDistance": 5.053,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 1795
        },
        {
          "entryTs": 1630915440,
          "entryUtc": "2021-09-06T08:04:00.000Z",
          "exitTs": 1630989000,
          "dir": 1,
          "entryPrice": 1825.264,
          "exitPrice": 1821.095,
          "stopDistance": 4.169,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 1226
        },
        {
          "entryTs": 1631082360,
          "entryUtc": "2021-09-08T06:26:00.000Z",
          "exitTs": 1631108760,
          "dir": 1,
          "entryPrice": 1794.745,
          "exitPrice": 1789.982,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 440
        },
        {
          "entryTs": 1631167380,
          "entryUtc": "2021-09-09T06:03:00.000Z",
          "exitTs": 1631185920,
          "dir": 1,
          "entryPrice": 1787.314,
          "exitPrice": 1796.718,
          "stopDistance": 4.702,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 309
        },
        {
          "entryTs": 1631513220,
          "entryUtc": "2021-09-13T06:07:00.000Z",
          "exitTs": 1631542260,
          "dir": -1,
          "entryPrice": 1792.094,
          "exitPrice": 1797.284,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 484
        },
        {
          "entryTs": 1631601840,
          "entryUtc": "2021-09-14T06:44:00.000Z",
          "exitTs": 1631620200,
          "dir": -1,
          "entryPrice": 1792.918,
          "exitPrice": 1784.979,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 306
        },
        {
          "entryTs": 1631687040,
          "entryUtc": "2021-09-15T06:24:00.000Z",
          "exitTs": 1631710320,
          "dir": 1,
          "entryPrice": 1801.534,
          "exitPrice": 1796.715,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 388
        },
        {
          "entryTs": 1632205080,
          "entryUtc": "2021-09-21T06:18:00.000Z",
          "exitTs": 1632227100,
          "dir": 1,
          "entryPrice": 1762.494,
          "exitPrice": 1772.668,
          "stopDistance": 5.087,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 367
        },
        {
          "entryTs": 1632291780,
          "entryUtc": "2021-09-22T06:23:00.000Z",
          "exitTs": 1632333600,
          "dir": -1,
          "entryPrice": 1778.678,
          "exitPrice": 1769.204,
          "stopDistance": 4.737,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 697
        },
        {
          "entryTs": 1632381360,
          "entryUtc": "2021-09-23T07:16:00.000Z",
          "exitTs": 1632388680,
          "dir": 1,
          "entryPrice": 1761.317,
          "exitPrice": 1773.075,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 122
        },
        {
          "entryTs": 1632809580,
          "entryUtc": "2021-09-28T06:13:00.000Z",
          "exitTs": 1632811080,
          "dir": 1,
          "entryPrice": 1747.138,
          "exitPrice": 1741.931,
          "stopDistance": 5.207,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 25
        },
        {
          "entryTs": 1632899100,
          "entryUtc": "2021-09-29T07:05:00.000Z",
          "exitTs": 1632925080,
          "dir": -1,
          "entryPrice": 1740.998,
          "exitPrice": 1729.345,
          "stopDistance": 5.826,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 433
        },
        {
          "entryTs": 1632986040,
          "entryUtc": "2021-09-30T07:14:00.000Z",
          "exitTs": 1633006800,
          "dir": 1,
          "entryPrice": 1727.178,
          "exitPrice": 1737.85,
          "stopDistance": 5.336,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 346
        },
        {
          "entryTs": 1633071900,
          "entryUtc": "2021-10-01T07:05:00.000Z",
          "exitTs": 1633098780,
          "dir": -1,
          "entryPrice": 1756.335,
          "exitPrice": 1762.812,
          "stopDistance": 6.477,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 448
        },
        {
          "entryTs": 1633329900,
          "entryUtc": "2021-10-04T06:45:00.000Z",
          "exitTs": 1633335480,
          "dir": 1,
          "entryPrice": 1758.318,
          "exitPrice": 1752.764,
          "stopDistance": 5.554,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 93
        },
        {
          "entryTs": 1633586640,
          "entryUtc": "2021-10-07T06:04:00.000Z",
          "exitTs": 1633612020,
          "dir": 1,
          "entryPrice": 1757.838,
          "exitPrice": 1753.025,
          "stopDistance": 4.813,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 423
        },
        {
          "entryTs": 1634105040,
          "entryUtc": "2021-10-13T06:04:00.000Z",
          "exitTs": 1634112480,
          "dir": -1,
          "entryPrice": 1762.648,
          "exitPrice": 1767.268,
          "stopDistance": 4.62,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 124
        },
        {
          "entryTs": 1634194140,
          "entryUtc": "2021-10-14T06:49:00.000Z",
          "exitTs": 1634206920,
          "dir": -1,
          "entryPrice": 1793.668,
          "exitPrice": 1799.772,
          "stopDistance": 6.104,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 213
        },
        {
          "entryTs": 1634799900,
          "entryUtc": "2021-10-21T07:05:00.000Z",
          "exitTs": 1634885040,
          "dir": 1,
          "entryPrice": 1781.534,
          "exitPrice": 1792.629,
          "stopDistance": 5.547,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 1419
        },
        {
          "entryTs": 1635141840,
          "entryUtc": "2021-10-25T06:04:00.000Z",
          "exitTs": 1635169080,
          "dir": -1,
          "entryPrice": 1798.668,
          "exitPrice": 1806.183,
          "stopDistance": 7.515,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 454
        },
        {
          "entryTs": 1635232020,
          "entryUtc": "2021-10-26T07:07:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1802.808,
          "exitPrice": 1798.05,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 318
        },
        {
          "entryTs": 1635314700,
          "entryUtc": "2021-10-27T06:05:00.000Z",
          "exitTs": 1635341880,
          "dir": 1,
          "entryPrice": 1787.308,
          "exitPrice": 1797.09,
          "stopDistance": 4.891,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 453
        },
        {
          "entryTs": 1635402900,
          "entryUtc": "2021-10-28T06:35:00.000Z",
          "exitTs": 1635427800,
          "dir": -1,
          "entryPrice": 1802.968,
          "exitPrice": 1808.351,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 415
        },
        {
          "entryTs": 1635488280,
          "entryUtc": "2021-10-29T06:18:00.000Z",
          "exitTs": 1635509100,
          "dir": 1,
          "entryPrice": 1795.084,
          "exitPrice": 1789.38,
          "stopDistance": 5.704,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 347
        },
        {
          "entryTs": 1635746700,
          "entryUtc": "2021-11-01T06:05:00.000Z",
          "exitTs": 1635775200,
          "dir": -1,
          "entryPrice": 1786.998,
          "exitPrice": 1792.832,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 475
        },
        {
          "entryTs": 1635920400,
          "entryUtc": "2021-11-03T06:20:00.000Z",
          "exitTs": 1635943740,
          "dir": 1,
          "entryPrice": 1779.404,
          "exitPrice": 1774.706,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 389
        },
        {
          "entryTs": 1636093500,
          "entryUtc": "2021-11-05T06:25:00.000Z",
          "exitTs": 1636115460,
          "dir": -1,
          "entryPrice": 1795.764,
          "exitPrice": 1785.226,
          "stopDistance": 5.269,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 366
        },
        {
          "entryTs": 1636361940,
          "entryUtc": "2021-11-08T08:59:00.000Z",
          "exitTs": 1636381140,
          "dir": 1,
          "entryPrice": 1812.878,
          "exitPrice": 1825.637,
          "stopDistance": 6.379,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 320
        },
        {
          "entryTs": 1636443480,
          "entryUtc": "2021-11-09T07:38:00.000Z",
          "exitTs": 1636488180,
          "dir": 1,
          "entryPrice": 1821.829,
          "exitPrice": 1831.757,
          "stopDistance": 4.964,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 745
        },
        {
          "entryTs": 1636527720,
          "entryUtc": "2021-11-10T07:02:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1825.798,
          "exitPrice": 1835.7,
          "stopDistance": 4.951,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 391
        },
        {
          "entryTs": 1636614720,
          "entryUtc": "2021-11-11T07:12:00.000Z",
          "exitTs": 1636620480,
          "dir": -1,
          "entryPrice": 1853.258,
          "exitPrice": 1861.916,
          "stopDistance": 8.658,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 96
        },
        {
          "entryTs": 1636960680,
          "entryUtc": "2021-11-15T07:18:00.000Z",
          "exitTs": 1636982160,
          "dir": 1,
          "entryPrice": 1856.898,
          "exitPrice": 1869.064,
          "stopDistance": 6.083,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 358
        },
        {
          "entryTs": 1637133720,
          "entryUtc": "2021-11-17T07:22:00.000Z",
          "exitTs": 1637148720,
          "dir": -1,
          "entryPrice": 1855.654,
          "exitPrice": 1861.467,
          "stopDistance": 5.813,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 250
        },
        {
          "entryTs": 1637218980,
          "entryUtc": "2021-11-18T07:03:00.000Z",
          "exitTs": 1637232000,
          "dir": 1,
          "entryPrice": 1864.318,
          "exitPrice": 1859.088,
          "stopDistance": 5.23,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 217
        },
        {
          "entryTs": 1637305620,
          "entryUtc": "2021-11-19T07:07:00.000Z",
          "exitTs": 1637312400,
          "dir": 1,
          "entryPrice": 1858.488,
          "exitPrice": 1853.554,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 113
        },
        {
          "entryTs": 1637565180,
          "entryUtc": "2021-11-22T07:13:00.000Z",
          "exitTs": 1637577840,
          "dir": 1,
          "entryPrice": 1844.344,
          "exitPrice": 1837.468,
          "stopDistance": 6.876,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 211
        },
        {
          "entryTs": 1637651700,
          "entryUtc": "2021-11-23T07:15:00.000Z",
          "exitTs": 1637657700,
          "dir": 1,
          "entryPrice": 1806.804,
          "exitPrice": 1799.625,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 100
        },
        {
          "entryTs": 1637737920,
          "entryUtc": "2021-11-24T07:12:00.000Z",
          "exitTs": 1637760420,
          "dir": -1,
          "entryPrice": 1795.119,
          "exitPrice": 1782.307,
          "stopDistance": 6.406,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 375
        },
        {
          "entryTs": 1637824320,
          "entryUtc": "2021-11-25T07:12:00.000Z",
          "exitTs": 1637895900,
          "dir": -1,
          "entryPrice": 1793.965,
          "exitPrice": 1799.1,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 1193
        },
        {
          "entryTs": 1638171840,
          "entryUtc": "2021-11-29T07:44:00.000Z",
          "exitTs": 1638284640,
          "dir": -1,
          "entryPrice": 1796.148,
          "exitPrice": 1805.259,
          "stopDistance": 9.111,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 1880
        },
        {
          "entryTs": 1638522540,
          "entryUtc": "2021-12-03T09:09:00.000Z",
          "exitTs": 1638550680,
          "dir": 1,
          "entryPrice": 1767.515,
          "exitPrice": 1779.574,
          "stopDistance": 6.03,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 469
        },
        {
          "entryTs": 1638778620,
          "entryUtc": "2021-12-06T08:17:00.000Z",
          "exitTs": 1638884160,
          "dir": 1,
          "entryPrice": 1781.228,
          "exitPrice": 1775.083,
          "stopDistance": 6.145,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 1759
        },
        {
          "entryTs": 1638950040,
          "entryUtc": "2021-12-08T07:54:00.000Z",
          "exitTs": 1638972300,
          "dir": -1,
          "entryPrice": 1790.308,
          "exitPrice": 1780.515,
          "stopDistance": 4.896,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 371
        },
        {
          "entryTs": 1639034760,
          "entryUtc": "2021-12-09T07:26:00.000Z",
          "exitTs": 1639052220,
          "dir": -1,
          "entryPrice": 1785.938,
          "exitPrice": 1777.403,
          "stopDistance": 4.267,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 291
        },
        {
          "entryTs": 1639468200,
          "entryUtc": "2021-12-14T07:50:00.000Z",
          "exitTs": 1639488060,
          "dir": 1,
          "entryPrice": 1784.948,
          "exitPrice": 1781.046,
          "stopDistance": 3.902,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 331
        },
        {
          "entryTs": 1639638180,
          "entryUtc": "2021-12-16T07:03:00.000Z",
          "exitTs": 1639663620,
          "dir": -1,
          "entryPrice": 1784.148,
          "exitPrice": 1790.233,
          "stopDistance": 6.085,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 424
        },
        {
          "entryTs": 1639985520,
          "entryUtc": "2021-12-20T07:32:00.000Z",
          "exitTs": 1640007000,
          "dir": 1,
          "entryPrice": 1799.168,
          "exitPrice": 1794.338,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 358
        },
        {
          "entryTs": 1640073960,
          "entryUtc": "2021-12-21T08:06:00.000Z",
          "exitTs": 1640075520,
          "dir": -1,
          "entryPrice": 1792.328,
          "exitPrice": 1797.115,
          "stopDistance": 4.787,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 26
        },
        {
          "entryTs": 1640595060,
          "entryUtc": "2021-12-27T08:51:00.000Z",
          "exitTs": 1640673300,
          "dir": 1,
          "entryPrice": 1806.498,
          "exitPrice": 1813.882,
          "stopDistance": 3.692,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 1304
        },
        {
          "entryTs": 1640764920,
          "entryUtc": "2021-12-29T08:02:00.000Z",
          "exitTs": 1640773140,
          "dir": 1,
          "entryPrice": 1804.038,
          "exitPrice": 1800.377,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 137
        },
        {
          "entryTs": 1640934180,
          "entryUtc": "2021-12-31T07:03:00.000Z",
          "exitTs": 1640956380,
          "dir": -1,
          "entryPrice": 1818.728,
          "exitPrice": 1822.76,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 370
        },
        {
          "entryTs": 1641282180,
          "entryUtc": "2022-01-04T07:43:00.000Z",
          "exitTs": 1641308400,
          "dir": -1,
          "entryPrice": 1806.948,
          "exitPrice": 1811.77,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 437
        },
        {
          "entryTs": 1641369180,
          "entryUtc": "2022-01-05T07:53:00.000Z",
          "exitTs": 1641389100,
          "dir": 1,
          "entryPrice": 1812.828,
          "exitPrice": 1821.818,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 332
        },
        {
          "entryTs": 1641538920,
          "entryUtc": "2022-01-07T07:02:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1789.958,
          "exitPrice": 1784.77,
          "stopDistance": 5.188,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 394
        },
        {
          "entryTs": 1641798900,
          "entryUtc": "2022-01-10T07:15:00.000Z",
          "exitTs": 1641813960,
          "dir": 1,
          "entryPrice": 1791.668,
          "exitPrice": 1801.956,
          "stopDistance": 5.144,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 251
        },
        {
          "entryTs": 1641884520,
          "entryUtc": "2022-01-11T07:02:00.000Z",
          "exitTs": 1641917400,
          "dir": -1,
          "entryPrice": 1807.758,
          "exitPrice": 1812.642,
          "stopDistance": 4.884,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 548
        },
        {
          "entryTs": 1641972780,
          "entryUtc": "2022-01-12T07:33:00.000Z",
          "exitTs": 1642009080,
          "dir": 1,
          "entryPrice": 1817.898,
          "exitPrice": 1826.679,
          "stopDistance": 4.39,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 605
        },
        {
          "entryTs": 1642057920,
          "entryUtc": "2022-01-13T07:12:00.000Z",
          "exitTs": 1642064520,
          "dir": 1,
          "entryPrice": 1824.098,
          "exitPrice": 1820.176,
          "stopDistance": 3.922,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 110
        },
        {
          "entryTs": 1642143960,
          "entryUtc": "2022-01-14T07:06:00.000Z",
          "exitTs": 1642177560,
          "dir": -1,
          "entryPrice": 1827.188,
          "exitPrice": 1818.691,
          "stopDistance": 4.249,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 560
        },
        {
          "entryTs": 1642403580,
          "entryUtc": "2022-01-17T07:13:00.000Z",
          "exitTs": 1642498200,
          "dir": -1,
          "entryPrice": 1819.989,
          "exitPrice": 1811.238,
          "stopDistance": 4.375,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 1577
        },
        {
          "entryTs": 1642575780,
          "entryUtc": "2022-01-19T07:03:00.000Z",
          "exitTs": 1642588980,
          "dir": -1,
          "entryPrice": 1814.194,
          "exitPrice": 1818.999,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 220
        },
        {
          "entryTs": 1642672320,
          "entryUtc": "2022-01-20T09:52:00.000Z",
          "exitTs": 1642691340,
          "dir": 1,
          "entryPrice": 1837.948,
          "exitPrice": 1847.58,
          "stopDistance": 4.816,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 317
        },
        {
          "entryTs": 1642748760,
          "entryUtc": "2022-01-21T07:06:00.000Z",
          "exitTs": 1642753020,
          "dir": -1,
          "entryPrice": 1841.799,
          "exitPrice": 1833.148,
          "stopDistance": 4.326,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 71
        },
        {
          "entryTs": 1643099940,
          "entryUtc": "2022-01-25T08:39:00.000Z",
          "exitTs": 1643121900,
          "dir": 1,
          "entryPrice": 1839.408,
          "exitPrice": 1849.054,
          "stopDistance": 4.823,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 366
        },
        {
          "entryTs": 1643180520,
          "entryUtc": "2022-01-26T07:02:00.000Z",
          "exitTs": 1643205840,
          "dir": 1,
          "entryPrice": 1846.574,
          "exitPrice": 1842.034,
          "stopDistance": 4.54,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 422
        },
        {
          "entryTs": 1643267100,
          "entryUtc": "2022-01-27T07:05:00.000Z",
          "exitTs": 1643288160,
          "dir": 1,
          "entryPrice": 1813.268,
          "exitPrice": 1806.728,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 351
        },
        {
          "entryTs": 1643617620,
          "entryUtc": "2022-01-31T08:27:00.000Z",
          "exitTs": 1643637180,
          "dir": -1,
          "entryPrice": 1789.578,
          "exitPrice": 1795.009,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 326
        },
        {
          "entryTs": 1643785320,
          "entryUtc": "2022-02-02T07:02:00.000Z",
          "exitTs": 1643807700,
          "dir": 1,
          "entryPrice": 1797.338,
          "exitPrice": 1805.398,
          "stopDistance": 4.03,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 373
        },
        {
          "entryTs": 1643958360,
          "entryUtc": "2022-02-04T07:06:00.000Z",
          "exitTs": 1643968920,
          "dir": -1,
          "entryPrice": 1807.638,
          "exitPrice": 1811.852,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 176
        },
        {
          "entryTs": 1644476640,
          "entryUtc": "2022-02-10T07:04:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1834.338,
          "exitPrice": 1828.282,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 386
        },
        {
          "entryTs": 1644563520,
          "entryUtc": "2022-02-11T07:12:00.000Z",
          "exitTs": 1644592500,
          "dir": 1,
          "entryPrice": 1823.064,
          "exitPrice": 1833.309,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 483
        },
        {
          "entryTs": 1644822420,
          "entryUtc": "2022-02-14T07:07:00.000Z",
          "exitTs": 1644849180,
          "dir": 1,
          "entryPrice": 1851.448,
          "exitPrice": 1866.171,
          "stopDistance": 7.361,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 446
        },
        {
          "entryTs": 1644908580,
          "entryUtc": "2022-02-15T07:03:00.000Z",
          "exitTs": 1644914640,
          "dir": -1,
          "entryPrice": 1878.448,
          "exitPrice": 1865.572,
          "stopDistance": 6.438,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 101
        },
        {
          "entryTs": 1645081380,
          "entryUtc": "2022-02-17T07:03:00.000Z",
          "exitTs": 1645086360,
          "dir": -1,
          "entryPrice": 1875.394,
          "exitPrice": 1881.807,
          "stopDistance": 6.413,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 83
        },
        {
          "entryTs": 1645695660,
          "entryUtc": "2022-02-24T09:41:00.000Z",
          "exitTs": 1645697460,
          "dir": -1,
          "entryPrice": 1947.198,
          "exitPrice": 1956.992,
          "stopDistance": 9.794,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 30
        },
        {
          "entryTs": 1646033040,
          "entryUtc": "2022-02-28T07:24:00.000Z",
          "exitTs": 1646068020,
          "dir": 1,
          "entryPrice": 1904.468,
          "exitPrice": 1890.868,
          "stopDistance": 13.6,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 583
        },
        {
          "entryTs": 1646118120,
          "entryUtc": "2022-03-01T07:02:00.000Z",
          "exitTs": 1646126760,
          "dir": -1,
          "entryPrice": 1906.948,
          "exitPrice": 1916.049,
          "stopDistance": 9.101,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 144
        },
        {
          "entryTs": 1646208120,
          "entryUtc": "2022-03-02T08:02:00.000Z",
          "exitTs": 1646216760,
          "dir": -1,
          "entryPrice": 1942.658,
          "exitPrice": 1921.127,
          "stopDistance": 10.765,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 144
        },
        {
          "entryTs": 1646299860,
          "entryUtc": "2022-03-03T09:31:00.000Z",
          "exitTs": 1646353860,
          "dir": 1,
          "entryPrice": 1924.842,
          "exitPrice": 1943.954,
          "stopDistance": 9.556,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 900
        },
        {
          "entryTs": 1646646600,
          "entryUtc": "2022-03-07T09:50:00.000Z",
          "exitTs": 1646659140,
          "dir": -1,
          "entryPrice": 1998.698,
          "exitPrice": 1973.655,
          "stopDistance": 12.522,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 209
        },
        {
          "entryTs": 1646817300,
          "entryUtc": "2022-03-09T09:15:00.000Z",
          "exitTs": 1646819520,
          "dir": 1,
          "entryPrice": 2035.278,
          "exitPrice": 2015.885,
          "stopDistance": 19.393,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 37
        },
        {
          "entryTs": 1646982120,
          "entryUtc": "2022-03-11T07:02:00.000Z",
          "exitTs": 1646998980,
          "dir": 1,
          "entryPrice": 1986.338,
          "exitPrice": 1973.828,
          "stopDistance": 12.51,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 281
        },
        {
          "entryTs": 1647245400,
          "entryUtc": "2022-03-14T08:10:00.000Z",
          "exitTs": 1647257040,
          "dir": 1,
          "entryPrice": 1970.168,
          "exitPrice": 1958.09,
          "stopDistance": 12.078,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 194
        },
        {
          "entryTs": 1647411960,
          "entryUtc": "2022-03-16T06:26:00.000Z",
          "exitTs": 1647440100,
          "dir": 1,
          "entryPrice": 1916.038,
          "exitPrice": 1906.476,
          "stopDistance": 9.562,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 469
        },
        {
          "entryTs": 1647929760,
          "entryUtc": "2022-03-22T06:16:00.000Z",
          "exitTs": 1647939480,
          "dir": -1,
          "entryPrice": 1937.858,
          "exitPrice": 1923.41,
          "stopDistance": 7.224,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 162
        },
        {
          "entryTs": 1648024980,
          "entryUtc": "2022-03-23T08:43:00.000Z",
          "exitTs": 1648028520,
          "dir": -1,
          "entryPrice": 1924.025,
          "exitPrice": 1930.404,
          "stopDistance": 6.379,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 59
        },
        {
          "entryTs": 1648101900,
          "entryUtc": "2022-03-24T06:05:00.000Z",
          "exitTs": 1648122000,
          "dir": 1,
          "entryPrice": 1938.633,
          "exitPrice": 1952.227,
          "stopDistance": 6.797,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 335
        },
        {
          "entryTs": 1648189200,
          "entryUtc": "2022-03-25T06:20:00.000Z",
          "exitTs": 1648205280,
          "dir": 1,
          "entryPrice": 1957.667,
          "exitPrice": 1950.167,
          "stopDistance": 7.5,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 268
        },
        {
          "entryTs": 1648538400,
          "entryUtc": "2022-03-29T07:20:00.000Z",
          "exitTs": 1648543200,
          "dir": 1,
          "entryPrice": 1921.798,
          "exitPrice": 1913.833,
          "stopDistance": 7.965,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 80
        },
        {
          "entryTs": 1648620300,
          "entryUtc": "2022-03-30T06:05:00.000Z",
          "exitTs": 1648647900,
          "dir": -1,
          "entryPrice": 1925.288,
          "exitPrice": 1933.248,
          "stopDistance": 7.96,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 460
        },
        {
          "entryTs": 1648706640,
          "entryUtc": "2022-03-31T06:04:00.000Z",
          "exitTs": 1648732380,
          "dir": 1,
          "entryPrice": 1923.789,
          "exitPrice": 1938.313,
          "stopDistance": 7.262,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 429
        },
        {
          "entryTs": 1648793340,
          "entryUtc": "2022-04-01T06:09:00.000Z",
          "exitTs": 1648818120,
          "dir": -1,
          "entryPrice": 1937.793,
          "exitPrice": 1923.807,
          "stopDistance": 6.993,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 413
        },
        {
          "entryTs": 1649052600,
          "entryUtc": "2022-04-04T06:10:00.000Z",
          "exitTs": 1649059260,
          "dir": 1,
          "entryPrice": 1918.258,
          "exitPrice": 1932.279,
          "stopDistance": 7.01,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 111
        },
        {
          "entryTs": 1649141760,
          "entryUtc": "2022-04-05T06:56:00.000Z",
          "exitTs": 1649165220,
          "dir": -1,
          "entryPrice": 1933.115,
          "exitPrice": 1939.058,
          "stopDistance": 5.943,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 391
        },
        {
          "entryTs": 1649229300,
          "entryUtc": "2022-04-06T07:15:00.000Z",
          "exitTs": 1649236320,
          "dir": 1,
          "entryPrice": 1916.678,
          "exitPrice": 1931.572,
          "stopDistance": 7.447,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 117
        },
        {
          "entryTs": 1649316480,
          "entryUtc": "2022-04-07T07:28:00.000Z",
          "exitTs": 1649340180,
          "dir": -1,
          "entryPrice": 1927.018,
          "exitPrice": 1934.121,
          "stopDistance": 7.103,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 395
        },
        {
          "entryTs": 1649400780,
          "entryUtc": "2022-04-08T06:53:00.000Z",
          "exitTs": 1649425260,
          "dir": 1,
          "entryPrice": 1928.492,
          "exitPrice": 1940.753,
          "stopDistance": 6.131,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 408
        },
        {
          "entryTs": 1649664720,
          "entryUtc": "2022-04-11T08:12:00.000Z",
          "exitTs": 1649665260,
          "dir": -1,
          "entryPrice": 1947.608,
          "exitPrice": 1954.223,
          "stopDistance": 6.615,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 9
        },
        {
          "entryTs": 1649746920,
          "entryUtc": "2022-04-12T07:02:00.000Z",
          "exitTs": 1649766780,
          "dir": -1,
          "entryPrice": 1958.768,
          "exitPrice": 1965.836,
          "stopDistance": 7.068,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 331
        },
        {
          "entryTs": 1649836740,
          "entryUtc": "2022-04-13T07:59:00.000Z",
          "exitTs": 1649843160,
          "dir": -1,
          "entryPrice": 1970.619,
          "exitPrice": 1978.558,
          "stopDistance": 7.939,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 107
        },
        {
          "entryTs": 1649916240,
          "entryUtc": "2022-04-14T06:04:00.000Z",
          "exitTs": 1649932200,
          "dir": 1,
          "entryPrice": 1973.955,
          "exitPrice": 1967.435,
          "stopDistance": 6.52,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 266
        },
        {
          "entryTs": 1650263160,
          "entryUtc": "2022-04-18T06:26:00.000Z",
          "exitTs": 1650285300,
          "dir": -1,
          "entryPrice": 1988.188,
          "exitPrice": 1996.246,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 369
        },
        {
          "entryTs": 1650348600,
          "entryUtc": "2022-04-19T06:10:00.000Z",
          "exitTs": 1650372300,
          "dir": 1,
          "entryPrice": 1974.868,
          "exitPrice": 1968.165,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 395
        },
        {
          "entryTs": 1650525300,
          "entryUtc": "2022-04-21T07:15:00.000Z",
          "exitTs": 1650529860,
          "dir": 1,
          "entryPrice": 1950.842,
          "exitPrice": 1944.801,
          "stopDistance": 6.041,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 76
        },
        {
          "entryTs": 1650607380,
          "entryUtc": "2022-04-22T06:03:00.000Z",
          "exitTs": 1650622620,
          "dir": -1,
          "entryPrice": 1953.398,
          "exitPrice": 1939.791,
          "stopDistance": 6.803,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 254
        },
        {
          "entryTs": 1650953580,
          "entryUtc": "2022-04-26T06:13:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1904.638,
          "exitPrice": 1888.755,
          "stopDistance": 7.941,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 1559
        },
        {
          "entryTs": 1651136220,
          "entryUtc": "2022-04-28T08:57:00.000Z",
          "exitTs": 1651149180,
          "dir": -1,
          "entryPrice": 1886.638,
          "exitPrice": 1894.355,
          "stopDistance": 7.717,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 216
        },
        {
          "entryTs": 1651471560,
          "entryUtc": "2022-05-02T06:06:00.000Z",
          "exitTs": 1651491780,
          "dir": 1,
          "entryPrice": 1884.413,
          "exitPrice": 1876.219,
          "stopDistance": 8.193,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 337
        },
        {
          "entryTs": 1651557720,
          "entryUtc": "2022-05-03T06:02:00.000Z",
          "exitTs": 1651566180,
          "dir": 1,
          "entryPrice": 1860.463,
          "exitPrice": 1852.519,
          "stopDistance": 7.944,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 141
        },
        {
          "entryTs": 1651644360,
          "entryUtc": "2022-05-04T06:06:00.000Z",
          "exitTs": 1651687500,
          "dir": 1,
          "entryPrice": 1862.083,
          "exitPrice": 1875.696,
          "stopDistance": 6.806,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 719
        },
        {
          "entryTs": 1651825560,
          "entryUtc": "2022-05-06T08:26:00.000Z",
          "exitTs": 1651834800,
          "dir": -1,
          "entryPrice": 1877.299,
          "exitPrice": 1885.084,
          "stopDistance": 7.785,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 154
        },
        {
          "entryTs": 1652162520,
          "entryUtc": "2022-05-10T06:02:00.000Z",
          "exitTs": 1652194080,
          "dir": -1,
          "entryPrice": 1862.918,
          "exitPrice": 1848.254,
          "stopDistance": 7.332,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 526
        },
        {
          "entryTs": 1652249820,
          "entryUtc": "2022-05-11T06:17:00.000Z",
          "exitTs": 1652253000,
          "dir": -1,
          "entryPrice": 1839.368,
          "exitPrice": 1846.906,
          "stopDistance": 7.538,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 53
        },
        {
          "entryTs": 1652421900,
          "entryUtc": "2022-05-13T06:05:00.000Z",
          "exitTs": 1652444760,
          "dir": -1,
          "entryPrice": 1826.468,
          "exitPrice": 1810.928,
          "stopDistance": 7.77,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 381
        },
        {
          "entryTs": 1652767860,
          "entryUtc": "2022-05-17T06:11:00.000Z",
          "exitTs": 1652819340,
          "dir": -1,
          "entryPrice": 1829.076,
          "exitPrice": 1813.022,
          "stopDistance": 8.027,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 858
        },
        {
          "entryTs": 1652940360,
          "entryUtc": "2022-05-19T06:06:00.000Z",
          "exitTs": 1652951280,
          "dir": 1,
          "entryPrice": 1813.883,
          "exitPrice": 1825.893,
          "stopDistance": 6.005,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 182
        },
        {
          "entryTs": 1653285720,
          "entryUtc": "2022-05-23T06:02:00.000Z",
          "exitTs": 1653294120,
          "dir": -1,
          "entryPrice": 1854.518,
          "exitPrice": 1861.702,
          "stopDistance": 7.184,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 140
        },
        {
          "entryTs": 1653376380,
          "entryUtc": "2022-05-24T07:13:00.000Z",
          "exitTs": 1653397260,
          "dir": -1,
          "entryPrice": 1855.688,
          "exitPrice": 1861.422,
          "stopDistance": 5.734,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 348
        },
        {
          "entryTs": 1653458640,
          "entryUtc": "2022-05-25T06:04:00.000Z",
          "exitTs": 1653473700,
          "dir": 1,
          "entryPrice": 1859.578,
          "exitPrice": 1853.958,
          "stopDistance": 5.62,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 251
        },
        {
          "entryTs": 1653636660,
          "entryUtc": "2022-05-27T07:31:00.000Z",
          "exitTs": 1653653040,
          "dir": -1,
          "entryPrice": 1856.123,
          "exitPrice": 1861.774,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 273
        },
        {
          "entryTs": 1653978480,
          "entryUtc": "2022-05-31T06:28:00.000Z",
          "exitTs": 1654005900,
          "dir": -1,
          "entryPrice": 1854.668,
          "exitPrice": 1844.482,
          "stopDistance": 5.093,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 457
        },
        {
          "entryTs": 1654063920,
          "entryUtc": "2022-06-01T06:12:00.000Z",
          "exitTs": 1654088460,
          "dir": 1,
          "entryPrice": 1833.268,
          "exitPrice": 1844.966,
          "stopDistance": 5.849,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 409
        },
        {
          "entryTs": 1654149840,
          "entryUtc": "2022-06-02T06:04:00.000Z",
          "exitTs": 1654162500,
          "dir": -1,
          "entryPrice": 1848.543,
          "exitPrice": 1854.145,
          "stopDistance": 5.602,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 211
        },
        {
          "entryTs": 1654237080,
          "entryUtc": "2022-06-03T06:18:00.000Z",
          "exitTs": 1654259160,
          "dir": 1,
          "entryPrice": 1867.778,
          "exitPrice": 1862.865,
          "stopDistance": 4.913,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 368
        },
        {
          "entryTs": 1654584600,
          "entryUtc": "2022-06-07T06:50:00.000Z",
          "exitTs": 1654591320,
          "dir": -1,
          "entryPrice": 1842.173,
          "exitPrice": 1847.145,
          "stopDistance": 4.972,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 112
        },
        {
          "entryTs": 1654673100,
          "entryUtc": "2022-06-08T07:25:00.000Z",
          "exitTs": 1654698960,
          "dir": 1,
          "entryPrice": 1846.688,
          "exitPrice": 1856.513,
          "stopDistance": 4.912,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 431
        },
        {
          "entryTs": 1654756140,
          "entryUtc": "2022-06-09T06:29:00.000Z",
          "exitTs": 1654775340,
          "dir": 1,
          "entryPrice": 1850.758,
          "exitPrice": 1845.936,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 320
        },
        {
          "entryTs": 1655105580,
          "entryUtc": "2022-06-13T07:33:00.000Z",
          "exitTs": 1655122740,
          "dir": 1,
          "entryPrice": 1860.333,
          "exitPrice": 1851.687,
          "stopDistance": 8.646,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 286
        },
        {
          "entryTs": 1655186580,
          "entryUtc": "2022-06-14T06:03:00.000Z",
          "exitTs": 1655221620,
          "dir": -1,
          "entryPrice": 1827.853,
          "exitPrice": 1810.826,
          "stopDistance": 8.514,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 584
        },
        {
          "entryTs": 1655273040,
          "entryUtc": "2022-06-15T06:04:00.000Z",
          "exitTs": 1655286000,
          "dir": -1,
          "entryPrice": 1818.206,
          "exitPrice": 1825.34,
          "stopDistance": 7.134,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 216
        },
        {
          "entryTs": 1655362020,
          "entryUtc": "2022-06-16T06:47:00.000Z",
          "exitTs": 1655374380,
          "dir": 1,
          "entryPrice": 1829.753,
          "exitPrice": 1821.446,
          "stopDistance": 8.307,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 206
        },
        {
          "entryTs": 1655877900,
          "entryUtc": "2022-06-22T06:05:00.000Z",
          "exitTs": 1655896140,
          "dir": 1,
          "entryPrice": 1825.698,
          "exitPrice": 1837.167,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 304
        },
        {
          "entryTs": 1655974140,
          "entryUtc": "2022-06-23T08:49:00.000Z",
          "exitTs": 1655982420,
          "dir": 1,
          "entryPrice": 1832.558,
          "exitPrice": 1826.715,
          "stopDistance": 5.843,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 138
        },
        {
          "entryTs": 1656053760,
          "entryUtc": "2022-06-24T06:56:00.000Z",
          "exitTs": 1656280800,
          "dir": 1,
          "entryPrice": 1821.678,
          "exitPrice": 1833.622,
          "stopDistance": 5.972,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 3784
        },
        {
          "entryTs": 1656311760,
          "entryUtc": "2022-06-27T06:36:00.000Z",
          "exitTs": 1656342060,
          "dir": -1,
          "entryPrice": 1836.138,
          "exitPrice": 1823.012,
          "stopDistance": 6.563,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 505
        },
        {
          "entryTs": 1656569400,
          "entryUtc": "2022-06-30T06:10:00.000Z",
          "exitTs": 1656582120,
          "dir": 1,
          "entryPrice": 1817.113,
          "exitPrice": 1812.175,
          "stopDistance": 4.938,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 212
        },
        {
          "entryTs": 1657006020,
          "entryUtc": "2022-07-05T07:27:00.000Z",
          "exitTs": 1657010820,
          "dir": 1,
          "entryPrice": 1806.678,
          "exitPrice": 1802.012,
          "stopDistance": 4.666,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 80
        },
        {
          "entryTs": 1657265340,
          "entryUtc": "2022-07-08T07:29:00.000Z",
          "exitTs": 1657266000,
          "dir": 1,
          "entryPrice": 1739.638,
          "exitPrice": 1734.14,
          "stopDistance": 5.498,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 11
        },
        {
          "entryTs": 1657524660,
          "entryUtc": "2022-07-11T07:31:00.000Z",
          "exitTs": 1657560540,
          "dir": 1,
          "entryPrice": 1738.617,
          "exitPrice": 1732.878,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 598
        },
        {
          "entryTs": 1657693500,
          "entryUtc": "2022-07-13T06:25:00.000Z",
          "exitTs": 1657715580,
          "dir": 1,
          "entryPrice": 1722.834,
          "exitPrice": 1717.192,
          "stopDistance": 5.642,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 368
        },
        {
          "entryTs": 1657779300,
          "entryUtc": "2022-07-14T06:15:00.000Z",
          "exitTs": 1657782180,
          "dir": 1,
          "entryPrice": 1725.768,
          "exitPrice": 1717.781,
          "stopDistance": 7.987,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 48
        },
        {
          "entryTs": 1658211120,
          "entryUtc": "2022-07-19T06:12:00.000Z",
          "exitTs": 1658223900,
          "dir": -1,
          "entryPrice": 1709.074,
          "exitPrice": 1714.472,
          "stopDistance": 5.398,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 213
        },
        {
          "entryTs": 1658384940,
          "entryUtc": "2022-07-21T06:29:00.000Z",
          "exitTs": 1658394000,
          "dir": 1,
          "entryPrice": 1689.848,
          "exitPrice": 1684.675,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 151
        },
        {
          "entryTs": 1658471460,
          "entryUtc": "2022-07-22T06:31:00.000Z",
          "exitTs": 1658483460,
          "dir": -1,
          "entryPrice": 1719.088,
          "exitPrice": 1725.378,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 200
        },
        {
          "entryTs": 1658734740,
          "entryUtc": "2022-07-25T07:39:00.000Z",
          "exitTs": 1658743020,
          "dir": -1,
          "entryPrice": 1728.246,
          "exitPrice": 1734.668,
          "stopDistance": 6.422,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 138
        },
        {
          "entryTs": 1658902440,
          "entryUtc": "2022-07-27T06:14:00.000Z",
          "exitTs": 1658910060,
          "dir": -1,
          "entryPrice": 1719.818,
          "exitPrice": 1724.919,
          "stopDistance": 5.101,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 127
        },
        {
          "entryTs": 1658990340,
          "entryUtc": "2022-07-28T06:39:00.000Z",
          "exitTs": 1658996160,
          "dir": -1,
          "entryPrice": 1741.448,
          "exitPrice": 1747.883,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 97
        },
        {
          "entryTs": 1659334140,
          "entryUtc": "2022-08-01T06:09:00.000Z",
          "exitTs": 1659347880,
          "dir": 1,
          "entryPrice": 1760.438,
          "exitPrice": 1772.883,
          "stopDistance": 6.222,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 229
        },
        {
          "entryTs": 1659426060,
          "entryUtc": "2022-08-02T07:41:00.000Z",
          "exitTs": 1659442980,
          "dir": 1,
          "entryPrice": 1771.17,
          "exitPrice": 1783.725,
          "stopDistance": 6.277,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 282
        },
        {
          "entryTs": 1659506520,
          "entryUtc": "2022-08-03T06:02:00.000Z",
          "exitTs": 1659603360,
          "dir": -1,
          "entryPrice": 1768.848,
          "exitPrice": 1776.489,
          "stopDistance": 7.641,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 1614
        },
        {
          "entryTs": 1659680580,
          "entryUtc": "2022-08-05T06:23:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1788.888,
          "exitPrice": 1783.288,
          "stopDistance": 5.6,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 367
        },
        {
          "entryTs": 1659942180,
          "entryUtc": "2022-08-08T07:03:00.000Z",
          "exitTs": 1659956700,
          "dir": -1,
          "entryPrice": 1775.244,
          "exitPrice": 1780.84,
          "stopDistance": 5.596,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 242
        },
        {
          "entryTs": 1660032480,
          "entryUtc": "2022-08-09T08:08:00.000Z",
          "exitTs": 1660041840,
          "dir": -1,
          "entryPrice": 1789.238,
          "exitPrice": 1794.305,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 156
        },
        {
          "entryTs": 1660199940,
          "entryUtc": "2022-08-11T06:39:00.000Z",
          "exitTs": 1660219260,
          "dir": 1,
          "entryPrice": 1784.688,
          "exitPrice": 1796.141,
          "stopDistance": 5.726,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 322
        },
        {
          "entryTs": 1660284120,
          "entryUtc": "2022-08-12T06:02:00.000Z",
          "exitTs": 1660311120,
          "dir": -1,
          "entryPrice": 1791.134,
          "exitPrice": 1796.354,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 450
        },
        {
          "entryTs": 1660721280,
          "entryUtc": "2022-08-17T07:28:00.000Z",
          "exitTs": 1660734960,
          "dir": 1,
          "entryPrice": 1775.088,
          "exitPrice": 1770.477,
          "stopDistance": 4.611,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 228
        },
        {
          "entryTs": 1660804620,
          "entryUtc": "2022-08-18T06:37:00.000Z",
          "exitTs": 1660822800,
          "dir": 1,
          "entryPrice": 1761.774,
          "exitPrice": 1772.254,
          "stopDistance": 5.24,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 303
        },
        {
          "entryTs": 1660893420,
          "entryUtc": "2022-08-19T07:17:00.000Z",
          "exitTs": 1660919580,
          "dir": 1,
          "entryPrice": 1753.808,
          "exitPrice": 1748.729,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 436
        },
        {
          "entryTs": 1661243460,
          "entryUtc": "2022-08-23T08:31:00.000Z",
          "exitTs": 1661262360,
          "dir": -1,
          "entryPrice": 1740.368,
          "exitPrice": 1745.236,
          "stopDistance": 4.868,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 315
        },
        {
          "entryTs": 1661328060,
          "entryUtc": "2022-08-24T08:01:00.000Z",
          "exitTs": 1661331840,
          "dir": -1,
          "entryPrice": 1747.534,
          "exitPrice": 1752.408,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 63
        },
        {
          "entryTs": 1661407380,
          "entryUtc": "2022-08-25T06:03:00.000Z",
          "exitTs": 1661411520,
          "dir": -1,
          "entryPrice": 1757.418,
          "exitPrice": 1762.248,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 69
        },
        {
          "entryTs": 1661494260,
          "entryUtc": "2022-08-26T06:11:00.000Z",
          "exitTs": 1661508300,
          "dir": -1,
          "entryPrice": 1757.23,
          "exitPrice": 1748.088,
          "stopDistance": 4.571,
          "outcome": "target",
          "netR": 1.9191,
          "holdMinutes": 234
        },
        {
          "entryTs": 1661752920,
          "entryUtc": "2022-08-29T06:02:00.000Z",
          "exitTs": 1661777580,
          "dir": 1,
          "entryPrice": 1723.264,
          "exitPrice": 1736.457,
          "stopDistance": 6.596,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 411
        },
        {
          "entryTs": 1661840340,
          "entryUtc": "2022-08-30T06:19:00.000Z",
          "exitTs": 1661863860,
          "dir": 1,
          "entryPrice": 1734.001,
          "exitPrice": 1728.678,
          "stopDistance": 5.323,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 392
        },
        {
          "entryTs": 1661925840,
          "entryUtc": "2022-08-31T06:04:00.000Z",
          "exitTs": 1661934240,
          "dir": -1,
          "entryPrice": 1724.374,
          "exitPrice": 1715.159,
          "stopDistance": 4.607,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 140
        },
        {
          "entryTs": 1662020460,
          "entryUtc": "2022-09-01T08:21:00.000Z",
          "exitTs": 1662036060,
          "dir": 1,
          "entryPrice": 1703.204,
          "exitPrice": 1697.433,
          "stopDistance": 5.771,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 260
        },
        {
          "entryTs": 1662357720,
          "entryUtc": "2022-09-05T06:02:00.000Z",
          "exitTs": 1662424260,
          "dir": -1,
          "entryPrice": 1712.244,
          "exitPrice": 1717.755,
          "stopDistance": 5.511,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 1109
        },
        {
          "entryTs": 1662538260,
          "entryUtc": "2022-09-07T08:11:00.000Z",
          "exitTs": 1662561000,
          "dir": -1,
          "entryPrice": 1703.598,
          "exitPrice": 1710.138,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 379
        },
        {
          "entryTs": 1662617820,
          "entryUtc": "2022-09-08T06:17:00.000Z",
          "exitTs": 1662634440,
          "dir": -1,
          "entryPrice": 1718.778,
          "exitPrice": 1724.295,
          "stopDistance": 5.518,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 277
        },
        {
          "entryTs": 1662962760,
          "entryUtc": "2022-09-12T06:06:00.000Z",
          "exitTs": 1662966720,
          "dir": 1,
          "entryPrice": 1712.328,
          "exitPrice": 1723.251,
          "stopDistance": 5.462,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 66
        },
        {
          "entryTs": 1663740480,
          "entryUtc": "2022-09-21T06:08:00.000Z",
          "exitTs": 1663741260,
          "dir": -1,
          "entryPrice": 1667.248,
          "exitPrice": 1672.076,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 13
        },
        {
          "entryTs": 1663830420,
          "entryUtc": "2022-09-22T07:07:00.000Z",
          "exitTs": 1663834740,
          "dir": 1,
          "entryPrice": 1656.852,
          "exitPrice": 1673.679,
          "stopDistance": 8.413,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 72
        },
        {
          "entryTs": 1663916580,
          "entryUtc": "2022-09-23T07:03:00.000Z",
          "exitTs": 1663923300,
          "dir": 1,
          "entryPrice": 1669.325,
          "exitPrice": 1662.44,
          "stopDistance": 6.885,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 112
        },
        {
          "entryTs": 1664177100,
          "entryUtc": "2022-09-26T07:25:00.000Z",
          "exitTs": 1664212380,
          "dir": -1,
          "entryPrice": 1645.531,
          "exitPrice": 1626.066,
          "stopDistance": 9.732,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 588
        },
        {
          "entryTs": 1664344920,
          "entryUtc": "2022-09-28T06:02:00.000Z",
          "exitTs": 1664349720,
          "dir": 1,
          "entryPrice": 1623.538,
          "exitPrice": 1617.484,
          "stopDistance": 6.054,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 80
        },
        {
          "entryTs": 1664778720,
          "entryUtc": "2022-10-03T06:32:00.000Z",
          "exitTs": 1664806020,
          "dir": 1,
          "entryPrice": 1663.368,
          "exitPrice": 1676.292,
          "stopDistance": 6.462,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 455
        },
        {
          "entryTs": 1664863320,
          "entryUtc": "2022-10-04T06:02:00.000Z",
          "exitTs": 1664867880,
          "dir": -1,
          "entryPrice": 1702.118,
          "exitPrice": 1709.885,
          "stopDistance": 7.767,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 76
        },
        {
          "entryTs": 1664950080,
          "entryUtc": "2022-10-05T06:08:00.000Z",
          "exitTs": 1664958120,
          "dir": 1,
          "entryPrice": 1718.328,
          "exitPrice": 1711.478,
          "stopDistance": 6.85,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 134
        },
        {
          "entryTs": 1665039000,
          "entryUtc": "2022-10-06T06:50:00.000Z",
          "exitTs": 1665065100,
          "dir": -1,
          "entryPrice": 1723.91,
          "exitPrice": 1709.989,
          "stopDistance": 6.961,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 435
        },
        {
          "entryTs": 1665123000,
          "entryUtc": "2022-10-07T06:10:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1713.184,
          "exitPrice": 1701.387,
          "stopDistance": 5.898,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 380
        },
        {
          "entryTs": 1665381720,
          "entryUtc": "2022-10-10T06:02:00.000Z",
          "exitTs": 1665390840,
          "dir": 1,
          "entryPrice": 1687.094,
          "exitPrice": 1679.933,
          "stopDistance": 7.161,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 152
        },
        {
          "entryTs": 1665641940,
          "entryUtc": "2022-10-13T06:19:00.000Z",
          "exitTs": 1665661020,
          "dir": 1,
          "entryPrice": 1669.068,
          "exitPrice": 1679.314,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 318
        },
        {
          "entryTs": 1665727560,
          "entryUtc": "2022-10-14T06:06:00.000Z",
          "exitTs": 1665739920,
          "dir": -1,
          "entryPrice": 1670.002,
          "exitPrice": 1653.524,
          "stopDistance": 8.239,
          "outcome": "target",
          "netR": 1.9551,
          "holdMinutes": 206
        },
        {
          "entryTs": 1665986580,
          "entryUtc": "2022-10-17T06:03:00.000Z",
          "exitTs": 1666001280,
          "dir": -1,
          "entryPrice": 1652.325,
          "exitPrice": 1659.541,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 245
        },
        {
          "entryTs": 1666332240,
          "entryUtc": "2022-10-21T06:04:00.000Z",
          "exitTs": 1666357080,
          "dir": 1,
          "entryPrice": 1621.167,
          "exitPrice": 1633.274,
          "stopDistance": 6.053,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 414
        },
        {
          "entryTs": 1666853160,
          "entryUtc": "2022-10-27T06:46:00.000Z",
          "exitTs": 1666873200,
          "dir": 1,
          "entryPrice": 1662.348,
          "exitPrice": 1656.371,
          "stopDistance": 5.977,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 334
        },
        {
          "entryTs": 1666936980,
          "entryUtc": "2022-10-28T06:03:00.000Z",
          "exitTs": 1666941060,
          "dir": 1,
          "entryPrice": 1660.448,
          "exitPrice": 1654.339,
          "stopDistance": 6.109,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 68
        },
        {
          "entryTs": 1667197260,
          "entryUtc": "2022-10-31T06:21:00.000Z",
          "exitTs": 1667222280,
          "dir": 1,
          "entryPrice": 1641.047,
          "exitPrice": 1635.153,
          "stopDistance": 5.894,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 417
        },
        {
          "entryTs": 1667375520,
          "entryUtc": "2022-11-02T07:52:00.000Z",
          "exitTs": 1667390640,
          "dir": -1,
          "entryPrice": 1652.579,
          "exitPrice": 1658.039,
          "stopDistance": 5.46,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 252
        },
        {
          "entryTs": 1667811420,
          "entryUtc": "2022-11-07T08:57:00.000Z",
          "exitTs": 1667920080,
          "dir": -1,
          "entryPrice": 1674.955,
          "exitPrice": 1682.096,
          "stopDistance": 7.141,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 1811
        },
        {
          "entryTs": 1667977980,
          "entryUtc": "2022-11-09T07:13:00.000Z",
          "exitTs": 1668006540,
          "dir": -1,
          "entryPrice": 1711.998,
          "exitPrice": 1718.445,
          "stopDistance": 6.447,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 476
        },
        {
          "entryTs": 1668067800,
          "entryUtc": "2022-11-10T08:10:00.000Z",
          "exitTs": 1668087000,
          "dir": -1,
          "entryPrice": 1709.518,
          "exitPrice": 1715.548,
          "stopDistance": 6.03,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 320
        },
        {
          "entryTs": 1668417180,
          "entryUtc": "2022-11-14T09:13:00.000Z",
          "exitTs": 1668438840,
          "dir": 1,
          "entryPrice": 1759.327,
          "exitPrice": 1774.566,
          "stopDistance": 7.62,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 361
        },
        {
          "entryTs": 1668496800,
          "entryUtc": "2022-11-15T07:20:00.000Z",
          "exitTs": 1668497460,
          "dir": -1,
          "entryPrice": 1771.925,
          "exitPrice": 1777.706,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 11
        },
        {
          "entryTs": 1668590460,
          "entryUtc": "2022-11-16T09:21:00.000Z",
          "exitTs": 1668654600,
          "dir": -1,
          "entryPrice": 1780.827,
          "exitPrice": 1765.735,
          "stopDistance": 7.546,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 1069
        },
        {
          "entryTs": 1668755640,
          "entryUtc": "2022-11-18T07:14:00.000Z",
          "exitTs": 1668781860,
          "dir": -1,
          "entryPrice": 1765.468,
          "exitPrice": 1754.975,
          "stopDistance": 5.247,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 437
        },
        {
          "entryTs": 1669105920,
          "entryUtc": "2022-11-22T08:32:00.000Z",
          "exitTs": 1669176180,
          "dir": -1,
          "entryPrice": 1745.438,
          "exitPrice": 1734.625,
          "stopDistance": 5.406,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 1171
        },
        {
          "entryTs": 1669273920,
          "entryUtc": "2022-11-24T07:12:00.000Z",
          "exitTs": 1669626180,
          "dir": -1,
          "entryPrice": 1756.588,
          "exitPrice": 1762.176,
          "stopDistance": 5.588,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 5871
        },
        {
          "entryTs": 1669706520,
          "entryUtc": "2022-11-29T07:22:00.000Z",
          "exitTs": 1669798740,
          "dir": -1,
          "entryPrice": 1753.818,
          "exitPrice": 1759.612,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 1537
        },
        {
          "entryTs": 1669878660,
          "entryUtc": "2022-12-01T07:11:00.000Z",
          "exitTs": 1669901100,
          "dir": -1,
          "entryPrice": 1779.848,
          "exitPrice": 1787.071,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 374
        },
        {
          "entryTs": 1669967340,
          "entryUtc": "2022-12-02T07:49:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1801.938,
          "exitPrice": 1789.833,
          "stopDistance": 6.052,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 341
        },
        {
          "entryTs": 1670224560,
          "entryUtc": "2022-12-05T07:16:00.000Z",
          "exitTs": 1670248140,
          "dir": 1,
          "entryPrice": 1798.817,
          "exitPrice": 1792.266,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 393
        },
        {
          "entryTs": 1670310240,
          "entryUtc": "2022-12-06T07:04:00.000Z",
          "exitTs": 1670423640,
          "dir": 1,
          "entryPrice": 1768.457,
          "exitPrice": 1781.584,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1890
        },
        {
          "entryTs": 1671003240,
          "entryUtc": "2022-12-14T07:34:00.000Z",
          "exitTs": 1671044400,
          "dir": 1,
          "entryPrice": 1808.695,
          "exitPrice": 1802.272,
          "stopDistance": 6.423,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 686
        },
        {
          "entryTs": 1671174240,
          "entryUtc": "2022-12-16T07:04:00.000Z",
          "exitTs": 1671202560,
          "dir": -1,
          "entryPrice": 1783.735,
          "exitPrice": 1790.004,
          "stopDistance": 6.269,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 472
        },
        {
          "entryTs": 1671433680,
          "entryUtc": "2022-12-19T07:08:00.000Z",
          "exitTs": 1671465540,
          "dir": 1,
          "entryPrice": 1791.515,
          "exitPrice": 1785.924,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 531
        },
        {
          "entryTs": 1671606660,
          "entryUtc": "2022-12-21T07:11:00.000Z",
          "exitTs": 1671717240,
          "dir": 1,
          "entryPrice": 1813.465,
          "exitPrice": 1807.841,
          "stopDistance": 5.624,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 1843
        },
        {
          "entryTs": 1672125360,
          "entryUtc": "2022-12-27T07:16:00.000Z",
          "exitTs": 1672142460,
          "dir": -1,
          "entryPrice": 1806.068,
          "exitPrice": 1811.018,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 285
        },
        {
          "entryTs": 1672299120,
          "entryUtc": "2022-12-29T07:32:00.000Z",
          "exitTs": 1672324800,
          "dir": 1,
          "entryPrice": 1804.985,
          "exitPrice": 1815.23,
          "stopDistance": 5.122,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 428
        },
        {
          "entryTs": 1672905120,
          "entryUtc": "2023-01-05T07:52:00.000Z",
          "exitTs": 1672908420,
          "dir": 1,
          "entryPrice": 1850.895,
          "exitPrice": 1843.755,
          "stopDistance": 7.14,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 55
        },
        {
          "entryTs": 1673248320,
          "entryUtc": "2023-01-09T07:12:00.000Z",
          "exitTs": 1673429400,
          "dir": -1,
          "entryPrice": 1879.135,
          "exitPrice": 1886.294,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 3018
        },
        {
          "entryTs": 1673516640,
          "entryUtc": "2023-01-12T09:44:00.000Z",
          "exitTs": 1673526060,
          "dir": -1,
          "entryPrice": 1884.218,
          "exitPrice": 1889.351,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 157
        },
        {
          "entryTs": 1673593320,
          "entryUtc": "2023-01-13T07:02:00.000Z",
          "exitTs": 1673621400,
          "dir": 1,
          "entryPrice": 1895.787,
          "exitPrice": 1910.145,
          "stopDistance": 7.179,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 468
        },
        {
          "entryTs": 1673939040,
          "entryUtc": "2023-01-17T07:04:00.000Z",
          "exitTs": 1674009600,
          "dir": 1,
          "entryPrice": 1908.125,
          "exitPrice": 1901.688,
          "stopDistance": 6.437,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1674029280,
          "entryUtc": "2023-01-18T08:08:00.000Z",
          "exitTs": 1674046260,
          "dir": -1,
          "entryPrice": 1910.175,
          "exitPrice": 1917.138,
          "stopDistance": 6.963,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 283
        },
        {
          "entryTs": 1674115320,
          "entryUtc": "2023-01-19T08:02:00.000Z",
          "exitTs": 1674138000,
          "dir": -1,
          "entryPrice": 1910.555,
          "exitPrice": 1917.455,
          "stopDistance": 6.9,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 378
        },
        {
          "entryTs": 1674202860,
          "entryUtc": "2023-01-20T08:21:00.000Z",
          "exitTs": 1674225180,
          "dir": -1,
          "entryPrice": 1934.545,
          "exitPrice": 1921.022,
          "stopDistance": 6.761,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 372
        },
        {
          "entryTs": 1674632940,
          "entryUtc": "2023-01-25T07:49:00.000Z",
          "exitTs": 1674655080,
          "dir": 1,
          "entryPrice": 1927.595,
          "exitPrice": 1920.619,
          "stopDistance": 6.976,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 369
        },
        {
          "entryTs": 1675064820,
          "entryUtc": "2023-01-30T07:47:00.000Z",
          "exitTs": 1675143480,
          "dir": 1,
          "entryPrice": 1924.505,
          "exitPrice": 1917.684,
          "stopDistance": 6.821,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 1311
        },
        {
          "entryTs": 1675235340,
          "entryUtc": "2023-02-01T07:09:00.000Z",
          "exitTs": 1675280400,
          "dir": -1,
          "entryPrice": 1927.998,
          "exitPrice": 1933.482,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 751
        },
        {
          "entryTs": 1675321800,
          "entryUtc": "2023-02-02T07:10:00.000Z",
          "exitTs": 1675348620,
          "dir": -1,
          "entryPrice": 1956.535,
          "exitPrice": 1941.323,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 447
        },
        {
          "entryTs": 1675409520,
          "entryUtc": "2023-02-03T07:32:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1913.795,
          "exitPrice": 1906.453,
          "stopDistance": 7.342,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 358
        },
        {
          "entryTs": 1675670820,
          "entryUtc": "2023-02-06T08:07:00.000Z",
          "exitTs": 1675950720,
          "dir": -1,
          "entryPrice": 1878.125,
          "exitPrice": 1886.596,
          "stopDistance": 8.471,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 4665
        },
        {
          "entryTs": 1676015400,
          "entryUtc": "2023-02-10T07:50:00.000Z",
          "exitTs": 1676375400,
          "dir": -1,
          "entryPrice": 1864.935,
          "exitPrice": 1856.915,
          "stopDistance": 7.96,
          "outcome": "time",
          "netR": 0.961,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1676535300,
          "entryUtc": "2023-02-16T08:15:00.000Z",
          "exitTs": 1676555280,
          "dir": -1,
          "entryPrice": 1842.215,
          "exitPrice": 1828.941,
          "stopDistance": 6.637,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 333
        },
        {
          "entryTs": 1676877480,
          "entryUtc": "2023-02-20T07:18:00.000Z",
          "exitTs": 1676966580,
          "dir": -1,
          "entryPrice": 1844.455,
          "exitPrice": 1832.847,
          "stopDistance": 5.804,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1677055320,
          "entryUtc": "2023-02-22T08:42:00.000Z",
          "exitTs": 1677069180,
          "dir": 1,
          "entryPrice": 1834.915,
          "exitPrice": 1844.959,
          "stopDistance": 5.022,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 231
        },
        {
          "entryTs": 1677223740,
          "entryUtc": "2023-02-24T07:29:00.000Z",
          "exitTs": 1677238860,
          "dir": 1,
          "entryPrice": 1823.155,
          "exitPrice": 1818.119,
          "stopDistance": 5.036,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 252
        },
        {
          "entryTs": 1677568020,
          "entryUtc": "2023-02-28T07:07:00.000Z",
          "exitTs": 1677571260,
          "dir": 1,
          "entryPrice": 1814.195,
          "exitPrice": 1809.555,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 54
        },
        {
          "entryTs": 1677741480,
          "entryUtc": "2023-03-02T07:18:00.000Z",
          "exitTs": 1677824280,
          "dir": 1,
          "entryPrice": 1831.015,
          "exitPrice": 1841.647,
          "stopDistance": 5.316,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 1380
        },
        {
          "entryTs": 1678087500,
          "entryUtc": "2023-03-06T07:25:00.000Z",
          "exitTs": 1678128480,
          "dir": -1,
          "entryPrice": 1856.155,
          "exitPrice": 1846.384,
          "stopDistance": 4.886,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 683
        },
        {
          "entryTs": 1678174500,
          "entryUtc": "2023-03-07T07:35:00.000Z",
          "exitTs": 1678189500,
          "dir": -1,
          "entryPrice": 1849.925,
          "exitPrice": 1841.412,
          "stopDistance": 4.256,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 250
        },
        {
          "entryTs": 1678259400,
          "entryUtc": "2023-03-08T07:10:00.000Z",
          "exitTs": 1678286760,
          "dir": -1,
          "entryPrice": 1813.408,
          "exitPrice": 1818.341,
          "stopDistance": 4.933,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 456
        },
        {
          "entryTs": 1678435740,
          "entryUtc": "2023-03-10T08:09:00.000Z",
          "exitTs": 1678455000,
          "dir": -1,
          "entryPrice": 1834.544,
          "exitPrice": 1839.897,
          "stopDistance": 5.353,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 321
        },
        {
          "entryTs": 1678691280,
          "entryUtc": "2023-03-13T07:08:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1873.315,
          "exitPrice": 1896.339,
          "stopDistance": 11.512,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 321
        },
        {
          "entryTs": 1678783200,
          "entryUtc": "2023-03-14T08:40:00.000Z",
          "exitTs": 1678867320,
          "dir": 1,
          "entryPrice": 1903.355,
          "exitPrice": 1893.774,
          "stopDistance": 9.581,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 1402
        },
        {
          "entryTs": 1679469360,
          "entryUtc": "2023-03-22T07:16:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1939.055,
          "exitPrice": 1954.682,
          "stopDistance": 7.814,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 644
        },
        {
          "entryTs": 1680246060,
          "entryUtc": "2023-03-31T07:01:00.000Z",
          "exitTs": 1680283140,
          "dir": -1,
          "entryPrice": 1983.298,
          "exitPrice": 1972.158,
          "stopDistance": 5.57,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 618
        },
        {
          "entryTs": 1680509820,
          "entryUtc": "2023-04-03T08:17:00.000Z",
          "exitTs": 1680519540,
          "dir": -1,
          "entryPrice": 1963.828,
          "exitPrice": 1972.26,
          "stopDistance": 8.432,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 162
        },
        {
          "entryTs": 1680590160,
          "entryUtc": "2023-04-04T06:36:00.000Z",
          "exitTs": 1680615720,
          "dir": 1,
          "entryPrice": 1978.335,
          "exitPrice": 1991.749,
          "stopDistance": 6.707,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 426
        },
        {
          "entryTs": 1680676020,
          "entryUtc": "2023-04-05T06:27:00.000Z",
          "exitTs": 1680698040,
          "dir": -1,
          "entryPrice": 2024.635,
          "exitPrice": 2031.123,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 367
        },
        {
          "entryTs": 1681457760,
          "entryUtc": "2023-04-14T07:36:00.000Z",
          "exitTs": 1681460640,
          "dir": 1,
          "entryPrice": 2038.895,
          "exitPrice": 2031.986,
          "stopDistance": 6.909,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 48
        },
        {
          "entryTs": 1681803060,
          "entryUtc": "2023-04-18T07:31:00.000Z",
          "exitTs": 1681826940,
          "dir": -1,
          "entryPrice": 2001.688,
          "exitPrice": 2008.413,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 398
        },
        {
          "entryTs": 1682319060,
          "entryUtc": "2023-04-24T06:51:00.000Z",
          "exitTs": 1682376420,
          "dir": 1,
          "entryPrice": 1978.348,
          "exitPrice": 1993.264,
          "stopDistance": 7.458,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 956
        },
        {
          "entryTs": 1682577000,
          "entryUtc": "2023-04-27T06:30:00.000Z",
          "exitTs": 1682599200,
          "dir": -1,
          "entryPrice": 2000.455,
          "exitPrice": 1986.206,
          "stopDistance": 7.124,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 370
        },
        {
          "entryTs": 1682661900,
          "entryUtc": "2023-04-28T06:05:00.000Z",
          "exitTs": 1682685000,
          "dir": 1,
          "entryPrice": 1985.155,
          "exitPrice": 1978.152,
          "stopDistance": 7.004,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 385
        },
        {
          "entryTs": 1682920920,
          "entryUtc": "2023-05-01T06:02:00.000Z",
          "exitTs": 1682943720,
          "dir": 1,
          "entryPrice": 1980.595,
          "exitPrice": 1993.012,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 380
        },
        {
          "entryTs": 1683008820,
          "entryUtc": "2023-05-02T06:27:00.000Z",
          "exitTs": 1683025560,
          "dir": -1,
          "entryPrice": 1984.134,
          "exitPrice": 1989.837,
          "stopDistance": 5.703,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 279
        },
        {
          "entryTs": 1683099120,
          "entryUtc": "2023-05-03T07:32:00.000Z",
          "exitTs": 1683116100,
          "dir": 1,
          "entryPrice": 2014.555,
          "exitPrice": 2008.608,
          "stopDistance": 5.947,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 283
        },
        {
          "entryTs": 1683181620,
          "entryUtc": "2023-05-04T06:27:00.000Z",
          "exitTs": 1683289800,
          "dir": 1,
          "entryPrice": 2038.405,
          "exitPrice": 2026.356,
          "stopDistance": 12.049,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 1803
        },
        {
          "entryTs": 1683785100,
          "entryUtc": "2023-05-11T06:05:00.000Z",
          "exitTs": 1683788880,
          "dir": 1,
          "entryPrice": 2031.198,
          "exitPrice": 2024.818,
          "stopDistance": 6.38,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 63
        },
        {
          "entryTs": 1683871380,
          "entryUtc": "2023-05-12T06:03:00.000Z",
          "exitTs": 1683884580,
          "dir": 1,
          "entryPrice": 2009.134,
          "exitPrice": 2002.223,
          "stopDistance": 6.911,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 220
        },
        {
          "entryTs": 1684134240,
          "entryUtc": "2023-05-15T07:04:00.000Z",
          "exitTs": 1684218900,
          "dir": -1,
          "entryPrice": 2017.554,
          "exitPrice": 2004.596,
          "stopDistance": 6.479,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 1411
        },
        {
          "entryTs": 1684303740,
          "entryUtc": "2023-05-17T06:09:00.000Z",
          "exitTs": 1684326120,
          "dir": 1,
          "entryPrice": 1988.904,
          "exitPrice": 1983.428,
          "stopDistance": 5.476,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 373
        },
        {
          "entryTs": 1684822140,
          "entryUtc": "2023-05-23T06:09:00.000Z",
          "exitTs": 1684829220,
          "dir": 1,
          "entryPrice": 1960.495,
          "exitPrice": 1954.225,
          "stopDistance": 6.27,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 118
        },
        {
          "entryTs": 1684908300,
          "entryUtc": "2023-05-24T06:05:00.000Z",
          "exitTs": 1684930860,
          "dir": -1,
          "entryPrice": 1977.045,
          "exitPrice": 1982.912,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 376
        },
        {
          "entryTs": 1684994760,
          "entryUtc": "2023-05-25T06:06:00.000Z",
          "exitTs": 1685018100,
          "dir": 1,
          "entryPrice": 1955.055,
          "exitPrice": 1948.625,
          "stopDistance": 6.43,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 389
        },
        {
          "entryTs": 1685081580,
          "entryUtc": "2023-05-26T06:13:00.000Z",
          "exitTs": 1685086800,
          "dir": -1,
          "entryPrice": 1948.605,
          "exitPrice": 1955.181,
          "stopDistance": 6.576,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 87
        },
        {
          "entryTs": 1685436420,
          "entryUtc": "2023-05-30T08:47:00.000Z",
          "exitTs": 1685440560,
          "dir": -1,
          "entryPrice": 1945.505,
          "exitPrice": 1950.959,
          "stopDistance": 5.454,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 69
        },
        {
          "entryTs": 1685599440,
          "entryUtc": "2023-06-01T06:04:00.000Z",
          "exitTs": 1685604540,
          "dir": 1,
          "entryPrice": 1962.295,
          "exitPrice": 1956.403,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 85
        },
        {
          "entryTs": 1685944920,
          "entryUtc": "2023-06-05T06:02:00.000Z",
          "exitTs": 1685951520,
          "dir": 1,
          "entryPrice": 1944.525,
          "exitPrice": 1938.564,
          "stopDistance": 5.961,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 110
        },
        {
          "entryTs": 1686031320,
          "entryUtc": "2023-06-06T06:02:00.000Z",
          "exitTs": 1686059760,
          "dir": 1,
          "entryPrice": 1959.885,
          "exitPrice": 1954.294,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 474
        },
        {
          "entryTs": 1686118020,
          "entryUtc": "2023-06-07T06:07:00.000Z",
          "exitTs": 1686119880,
          "dir": 1,
          "entryPrice": 1963.395,
          "exitPrice": 1958.959,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686207000,
          "entryUtc": "2023-06-08T06:50:00.000Z",
          "exitTs": 1686227400,
          "dir": -1,
          "entryPrice": 1945.684,
          "exitPrice": 1951.288,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 340
        },
        {
          "entryTs": 1686297540,
          "entryUtc": "2023-06-09T07:59:00.000Z",
          "exitTs": 1686313860,
          "dir": 1,
          "entryPrice": 1963.255,
          "exitPrice": 1972.768,
          "stopDistance": 4.756,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 272
        },
        {
          "entryTs": 1686551700,
          "entryUtc": "2023-06-12T06:35:00.000Z",
          "exitTs": 1686561120,
          "dir": -1,
          "entryPrice": 1960.404,
          "exitPrice": 1965.386,
          "stopDistance": 4.981,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 157
        },
        {
          "entryTs": 1686637380,
          "entryUtc": "2023-06-13T06:23:00.000Z",
          "exitTs": 1686654300,
          "dir": -1,
          "entryPrice": 1960.905,
          "exitPrice": 1966.04,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 282
        },
        {
          "entryTs": 1686812100,
          "entryUtc": "2023-06-15T06:55:00.000Z",
          "exitTs": 1686832200,
          "dir": 1,
          "entryPrice": 1932.515,
          "exitPrice": 1924.929,
          "stopDistance": 7.586,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 335
        },
        {
          "entryTs": 1686896820,
          "entryUtc": "2023-06-16T06:27:00.000Z",
          "exitTs": 1687171860,
          "dir": -1,
          "entryPrice": 1961.865,
          "exitPrice": 1949.263,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 4584
        },
        {
          "entryTs": 1687243380,
          "entryUtc": "2023-06-20T06:43:00.000Z",
          "exitTs": 1687266060,
          "dir": -1,
          "entryPrice": 1952.785,
          "exitPrice": 1943.742,
          "stopDistance": 4.521,
          "outcome": "target",
          "netR": 1.9182,
          "holdMinutes": 378
        },
        {
          "entryTs": 1687500240,
          "entryUtc": "2023-06-23T06:04:00.000Z",
          "exitTs": 1687522740,
          "dir": -1,
          "entryPrice": 1915.935,
          "exitPrice": 1921.384,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 375
        },
        {
          "entryTs": 1687764780,
          "entryUtc": "2023-06-26T07:33:00.000Z",
          "exitTs": 1687769580,
          "dir": -1,
          "entryPrice": 1927.714,
          "exitPrice": 1933.196,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 80
        },
        {
          "entryTs": 1688020260,
          "entryUtc": "2023-06-29T06:31:00.000Z",
          "exitTs": 1688042580,
          "dir": 1,
          "entryPrice": 1903.175,
          "exitPrice": 1898.326,
          "stopDistance": 4.849,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 372
        },
        {
          "entryTs": 1688365320,
          "entryUtc": "2023-07-03T06:22:00.000Z",
          "exitTs": 1688390160,
          "dir": 1,
          "entryPrice": 1914.545,
          "exitPrice": 1924.512,
          "stopDistance": 4.983,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 414
        },
        {
          "entryTs": 1688544840,
          "entryUtc": "2023-07-05T08:14:00.000Z",
          "exitTs": 1688562720,
          "dir": -1,
          "entryPrice": 1927.044,
          "exitPrice": 1930.935,
          "stopDistance": 3.891,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 298
        },
        {
          "entryTs": 1688623320,
          "entryUtc": "2023-07-06T06:02:00.000Z",
          "exitTs": 1688639820,
          "dir": -1,
          "entryPrice": 1919.215,
          "exitPrice": 1923.567,
          "stopDistance": 4.352,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 275
        },
        {
          "entryTs": 1689228180,
          "entryUtc": "2023-07-13T06:03:00.000Z",
          "exitTs": 1689343440,
          "dir": 1,
          "entryPrice": 1956.345,
          "exitPrice": 1950.955,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 1921
        },
        {
          "entryTs": 1689578460,
          "entryUtc": "2023-07-17T07:21:00.000Z",
          "exitTs": 1689600900,
          "dir": 1,
          "entryPrice": 1951.645,
          "exitPrice": 1946.85,
          "stopDistance": 4.795,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 374
        },
        {
          "entryTs": 1689746520,
          "entryUtc": "2023-07-19T06:02:00.000Z",
          "exitTs": 1689816840,
          "dir": -1,
          "entryPrice": 1978.615,
          "exitPrice": 1983.69,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 1172
        },
        {
          "entryTs": 1689919320,
          "entryUtc": "2023-07-21T06:02:00.000Z",
          "exitTs": 1689925560,
          "dir": 1,
          "entryPrice": 1970.145,
          "exitPrice": 1965.553,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 104
        },
        {
          "entryTs": 1690179240,
          "entryUtc": "2023-07-24T06:14:00.000Z",
          "exitTs": 1690222440,
          "dir": 1,
          "entryPrice": 1959.325,
          "exitPrice": 1955.03,
          "stopDistance": 4.295,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 720
        },
        {
          "entryTs": 1690266360,
          "entryUtc": "2023-07-25T06:26:00.000Z",
          "exitTs": 1690284000,
          "dir": -1,
          "entryPrice": 1963.165,
          "exitPrice": 1953.909,
          "stopDistance": 4.628,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 294
        },
        {
          "entryTs": 1690786620,
          "entryUtc": "2023-07-31T06:57:00.000Z",
          "exitTs": 1690806660,
          "dir": 1,
          "entryPrice": 1953.915,
          "exitPrice": 1964.128,
          "stopDistance": 5.107,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 334
        },
        {
          "entryTs": 1691043840,
          "entryUtc": "2023-08-03T06:24:00.000Z",
          "exitTs": 1691152200,
          "dir": 1,
          "entryPrice": 1933.795,
          "exitPrice": 1928.796,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 1806
        },
        {
          "entryTs": 1691481180,
          "entryUtc": "2023-08-08T07:53:00.000Z",
          "exitTs": 1691496060,
          "dir": 1,
          "entryPrice": 1931.255,
          "exitPrice": 1926.962,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 248
        },
        {
          "entryTs": 1691561640,
          "entryUtc": "2023-08-09T06:14:00.000Z",
          "exitTs": 1691583540,
          "dir": -1,
          "entryPrice": 1930.745,
          "exitPrice": 1922.12,
          "stopDistance": 4.312,
          "outcome": "target",
          "netR": 1.9142,
          "holdMinutes": 365
        },
        {
          "entryTs": 1691651100,
          "entryUtc": "2023-08-10T07:05:00.000Z",
          "exitTs": 1691669640,
          "dir": -1,
          "entryPrice": 1918.928,
          "exitPrice": 1923.199,
          "stopDistance": 4.271,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 309
        },
        {
          "entryTs": 1691733900,
          "entryUtc": "2023-08-11T06:05:00.000Z",
          "exitTs": 1691756700,
          "dir": -1,
          "entryPrice": 1915.805,
          "exitPrice": 1920.535,
          "stopDistance": 4.73,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 380
        },
        {
          "entryTs": 1691999460,
          "entryUtc": "2023-08-14T07:51:00.000Z",
          "exitTs": 1692019740,
          "dir": -1,
          "entryPrice": 1913.635,
          "exitPrice": 1905.456,
          "stopDistance": 4.089,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 338
        },
        {
          "entryTs": 1692084540,
          "entryUtc": "2023-08-15T07:29:00.000Z",
          "exitTs": 1692102600,
          "dir": 1,
          "entryPrice": 1904.335,
          "exitPrice": 1899.96,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 301
        },
        {
          "entryTs": 1692165840,
          "entryUtc": "2023-08-16T06:04:00.000Z",
          "exitTs": 1692208980,
          "dir": -1,
          "entryPrice": 1904.925,
          "exitPrice": 1896.415,
          "stopDistance": 4.255,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 719
        },
        {
          "entryTs": 1692253620,
          "entryUtc": "2023-08-17T06:27:00.000Z",
          "exitTs": 1692267660,
          "dir": -1,
          "entryPrice": 1893.978,
          "exitPrice": 1898.114,
          "stopDistance": 4.136,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 234
        },
        {
          "entryTs": 1692770700,
          "entryUtc": "2023-08-23T06:05:00.000Z",
          "exitTs": 1692793800,
          "dir": -1,
          "entryPrice": 1902.725,
          "exitPrice": 1906.626,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 385
        },
        {
          "entryTs": 1692856920,
          "entryUtc": "2023-08-24T06:02:00.000Z",
          "exitTs": 1692880500,
          "dir": -1,
          "entryPrice": 1921.255,
          "exitPrice": 1913.125,
          "stopDistance": 4.065,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 393
        },
        {
          "entryTs": 1692946860,
          "entryUtc": "2023-08-25T07:01:00.000Z",
          "exitTs": 1692972180,
          "dir": 1,
          "entryPrice": 1913.465,
          "exitPrice": 1920.598,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 422
        },
        {
          "entryTs": 1693203360,
          "entryUtc": "2023-08-28T06:16:00.000Z",
          "exitTs": 1693236660,
          "dir": -1,
          "entryPrice": 1917.225,
          "exitPrice": 1921.435,
          "stopDistance": 4.21,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 555
        },
        {
          "entryTs": 1693375320,
          "entryUtc": "2023-08-30T06:02:00.000Z",
          "exitTs": 1693398600,
          "dir": 1,
          "entryPrice": 1935.508,
          "exitPrice": 1942.675,
          "stopDistance": 3.584,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 388
        },
        {
          "entryTs": 1693464360,
          "entryUtc": "2023-08-31T06:46:00.000Z",
          "exitTs": 1693489320,
          "dir": 1,
          "entryPrice": 1943.735,
          "exitPrice": 1940.476,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 416
        },
        {
          "entryTs": 1693549560,
          "entryUtc": "2023-09-01T06:26:00.000Z",
          "exitTs": 1693567920,
          "dir": 1,
          "entryPrice": 1938.635,
          "exitPrice": 1945.638,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 306
        },
        {
          "entryTs": 1693808460,
          "entryUtc": "2023-09-04T06:21:00.000Z",
          "exitTs": 1693833840,
          "dir": -1,
          "entryPrice": 1945.815,
          "exitPrice": 1938.126,
          "stopDistance": 3.844,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 423
        },
        {
          "entryTs": 1693901640,
          "entryUtc": "2023-09-05T08:14:00.000Z",
          "exitTs": 1693903020,
          "dir": 1,
          "entryPrice": 1935.115,
          "exitPrice": 1932.083,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 23
        },
        {
          "entryTs": 1693980720,
          "entryUtc": "2023-09-06T06:12:00.000Z",
          "exitTs": 1694008860,
          "dir": -1,
          "entryPrice": 1926.725,
          "exitPrice": 1920.762,
          "stopDistance": 2.982,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 469
        },
        {
          "entryTs": 1694153520,
          "entryUtc": "2023-09-08T06:12:00.000Z",
          "exitTs": 1694187900,
          "dir": -1,
          "entryPrice": 1926.985,
          "exitPrice": 1919.781,
          "stopDistance": 3.602,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 573
        },
        {
          "entryTs": 1694671980,
          "entryUtc": "2023-09-14T06:13:00.000Z",
          "exitTs": 1694694600,
          "dir": 1,
          "entryPrice": 1907.945,
          "exitPrice": 1903.998,
          "stopDistance": 3.947,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 377
        },
        {
          "entryTs": 1695016980,
          "entryUtc": "2023-09-18T06:03:00.000Z",
          "exitTs": 1695059460,
          "dir": -1,
          "entryPrice": 1929.344,
          "exitPrice": 1933.308,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 708
        },
        {
          "entryTs": 1695110160,
          "entryUtc": "2023-09-19T07:56:00.000Z",
          "exitTs": 1695172200,
          "dir": -1,
          "entryPrice": 1934.395,
          "exitPrice": 1928.433,
          "stopDistance": 2.981,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1695190140,
          "entryUtc": "2023-09-20T06:09:00.000Z",
          "exitTs": 1695216660,
          "dir": -1,
          "entryPrice": 1931.365,
          "exitPrice": 1934.212,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 442
        },
        {
          "entryTs": 1695363360,
          "entryUtc": "2023-09-22T06:16:00.000Z",
          "exitTs": 1695393540,
          "dir": -1,
          "entryPrice": 1924.898,
          "exitPrice": 1928.828,
          "stopDistance": 3.93,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 503
        },
        {
          "entryTs": 1695625560,
          "entryUtc": "2023-09-25T07:06:00.000Z",
          "exitTs": 1695651540,
          "dir": -1,
          "entryPrice": 1925.555,
          "exitPrice": 1919.081,
          "stopDistance": 3.237,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 433
        },
        {
          "entryTs": 1695885660,
          "entryUtc": "2023-09-28T07:21:00.000Z",
          "exitTs": 1695911940,
          "dir": -1,
          "entryPrice": 1877.365,
          "exitPrice": 1868.403,
          "stopDistance": 4.481,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 438
        },
        {
          "entryTs": 1695967320,
          "entryUtc": "2023-09-29T06:02:00.000Z",
          "exitTs": 1695972780,
          "dir": -1,
          "entryPrice": 1866.904,
          "exitPrice": 1871.965,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 91
        },
        {
          "entryTs": 1696320960,
          "entryUtc": "2023-10-03T08:16:00.000Z",
          "exitTs": 1696509480,
          "dir": -1,
          "entryPrice": 1827.465,
          "exitPrice": 1814.928,
          "stopDistance": 6.268,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 3142
        },
        {
          "entryTs": 1696573980,
          "entryUtc": "2023-10-06T06:33:00.000Z",
          "exitTs": 1696595400,
          "dir": 1,
          "entryPrice": 1819.585,
          "exitPrice": 1815.185,
          "stopDistance": 4.4,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 357
        },
        {
          "entryTs": 1696831920,
          "entryUtc": "2023-10-09T06:12:00.000Z",
          "exitTs": 1696878840,
          "dir": -1,
          "entryPrice": 1852.465,
          "exitPrice": 1860.204,
          "stopDistance": 7.739,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 782
        },
        {
          "entryTs": 1697004120,
          "entryUtc": "2023-10-11T06:02:00.000Z",
          "exitTs": 1697010180,
          "dir": 1,
          "entryPrice": 1859.475,
          "exitPrice": 1867.588,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 101
        },
        {
          "entryTs": 1697091180,
          "entryUtc": "2023-10-12T06:13:00.000Z",
          "exitTs": 1697109300,
          "dir": -1,
          "entryPrice": 1878.575,
          "exitPrice": 1882.749,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 302
        },
        {
          "entryTs": 1697703180,
          "entryUtc": "2023-10-19T08:13:00.000Z",
          "exitTs": 1697731320,
          "dir": -1,
          "entryPrice": 1952.845,
          "exitPrice": 1960.044,
          "stopDistance": 7.199,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 469
        },
        {
          "entryTs": 1697789820,
          "entryUtc": "2023-10-20T08:17:00.000Z",
          "exitTs": 1697810760,
          "dir": -1,
          "entryPrice": 1982.035,
          "exitPrice": 1989.67,
          "stopDistance": 7.635,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 349
        },
        {
          "entryTs": 1698047280,
          "entryUtc": "2023-10-23T07:48:00.000Z",
          "exitTs": 1698145200,
          "dir": -1,
          "entryPrice": 1977.595,
          "exitPrice": 1959.815,
          "stopDistance": 8.89,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 1632
        },
        {
          "entryTs": 1698218820,
          "entryUtc": "2023-10-25T07:27:00.000Z",
          "exitTs": 1698241860,
          "dir": 1,
          "entryPrice": 1970.248,
          "exitPrice": 1982.98,
          "stopDistance": 6.366,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 384
        },
        {
          "entryTs": 1698302940,
          "entryUtc": "2023-10-26T06:49:00.000Z",
          "exitTs": 1698310260,
          "dir": -1,
          "entryPrice": 1985.825,
          "exitPrice": 1992.914,
          "stopDistance": 7.089,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 122
        },
        {
          "entryTs": 1698386520,
          "entryUtc": "2023-10-27T06:02:00.000Z",
          "exitTs": 1698428340,
          "dir": -1,
          "entryPrice": 1988.505,
          "exitPrice": 1994.446,
          "stopDistance": 5.941,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 697
        },
        {
          "entryTs": 1698738600,
          "entryUtc": "2023-10-31T07:50:00.000Z",
          "exitTs": 1698760500,
          "dir": -1,
          "entryPrice": 1996.978,
          "exitPrice": 2002.291,
          "stopDistance": 5.313,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 365
        },
        {
          "entryTs": 1698823860,
          "entryUtc": "2023-11-01T07:31:00.000Z",
          "exitTs": 1698847200,
          "dir": 1,
          "entryPrice": 1978.065,
          "exitPrice": 1989.698,
          "stopDistance": 5.817,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 389
        },
        {
          "entryTs": 1698914520,
          "entryUtc": "2023-11-02T08:42:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1987.225,
          "exitPrice": 1992.992,
          "stopDistance": 5.767,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 1668
        },
        {
          "entryTs": 1699426920,
          "entryUtc": "2023-11-08T07:02:00.000Z",
          "exitTs": 1699438740,
          "dir": 1,
          "entryPrice": 1967.235,
          "exitPrice": 1962.492,
          "stopDistance": 4.743,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 197
        },
        {
          "entryTs": 1700207940,
          "entryUtc": "2023-11-17T07:59:00.000Z",
          "exitTs": 1700212440,
          "dir": -1,
          "entryPrice": 1986.615,
          "exitPrice": 1991.313,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 75
        },
        {
          "entryTs": 1700554200,
          "entryUtc": "2023-11-21T08:10:00.000Z",
          "exitTs": 1700573400,
          "dir": -1,
          "entryPrice": 1993.398,
          "exitPrice": 1999.146,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 320
        },
        {
          "entryTs": 1700636820,
          "entryUtc": "2023-11-22T07:07:00.000Z",
          "exitTs": 1700640540,
          "dir": -1,
          "entryPrice": 2000.335,
          "exitPrice": 2005.765,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 62
        },
        {
          "entryTs": 1700725200,
          "entryUtc": "2023-11-23T07:40:00.000Z",
          "exitTs": 1700836260,
          "dir": -1,
          "entryPrice": 1997.208,
          "exitPrice": 2002.571,
          "stopDistance": 5.363,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 1851
        },
        {
          "entryTs": 1701158160,
          "entryUtc": "2023-11-28T07:56:00.000Z",
          "exitTs": 1701180900,
          "dir": 1,
          "entryPrice": 2014.345,
          "exitPrice": 2023.624,
          "stopDistance": 4.64,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 379
        },
        {
          "entryTs": 1701330420,
          "entryUtc": "2023-11-30T07:47:00.000Z",
          "exitTs": 1701339240,
          "dir": 1,
          "entryPrice": 2043.445,
          "exitPrice": 2037.751,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 147
        },
        {
          "entryTs": 1701420660,
          "entryUtc": "2023-12-01T08:51:00.000Z",
          "exitTs": 1701423060,
          "dir": -1,
          "entryPrice": 2043.325,
          "exitPrice": 2048.478,
          "stopDistance": 5.153,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 40
        },
        {
          "entryTs": 1701767820,
          "entryUtc": "2023-12-05T09:17:00.000Z",
          "exitTs": 1701787500,
          "dir": 1,
          "entryPrice": 2030.944,
          "exitPrice": 2019.988,
          "stopDistance": 10.956,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 328
        },
        {
          "entryTs": 1701932520,
          "entryUtc": "2023-12-07T07:02:00.000Z",
          "exitTs": 1701956280,
          "dir": -1,
          "entryPrice": 2029.215,
          "exitPrice": 2035.548,
          "stopDistance": 6.333,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 396
        },
        {
          "entryTs": 1702025820,
          "entryUtc": "2023-12-08T08:57:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2027.935,
          "exitPrice": 2022.216,
          "stopDistance": 5.719,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 273
        },
        {
          "entryTs": 1702282020,
          "entryUtc": "2023-12-11T08:07:00.000Z",
          "exitTs": 1702306440,
          "dir": 1,
          "entryPrice": 1994.705,
          "exitPrice": 1987.404,
          "stopDistance": 7.301,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 407
        },
        {
          "entryTs": 1702461300,
          "entryUtc": "2023-12-13T09:55:00.000Z",
          "exitTs": 1702494000,
          "dir": -1,
          "entryPrice": 1981.358,
          "exitPrice": 1986.942,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 545
        },
        {
          "entryTs": 1702539540,
          "entryUtc": "2023-12-14T07:39:00.000Z",
          "exitTs": 1702664760,
          "dir": 1,
          "entryPrice": 2030.365,
          "exitPrice": 2021.511,
          "stopDistance": 8.854,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 2087
        },
        {
          "entryTs": 1702884120,
          "entryUtc": "2023-12-18T07:22:00.000Z",
          "exitTs": 1702922220,
          "dir": -1,
          "entryPrice": 2023.885,
          "exitPrice": 2030.411,
          "stopDistance": 6.526,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 635
        },
        {
          "entryTs": 1703055780,
          "entryUtc": "2023-12-20T07:03:00.000Z",
          "exitTs": 1703079540,
          "dir": -1,
          "entryPrice": 2040.755,
          "exitPrice": 2031.395,
          "stopDistance": 4.68,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 396
        },
        {
          "entryTs": 1703237940,
          "entryUtc": "2023-12-22T09:39:00.000Z",
          "exitTs": 1703244240,
          "dir": -1,
          "entryPrice": 2053.745,
          "exitPrice": 2059.592,
          "stopDistance": 5.847,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 105
        },
        {
          "entryTs": 1703664720,
          "entryUtc": "2023-12-27T08:12:00.000Z",
          "exitTs": 1703689980,
          "dir": -1,
          "entryPrice": 2067.628,
          "exitPrice": 2072.249,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 421
        },
        {
          "entryTs": 1703751720,
          "entryUtc": "2023-12-28T08:22:00.000Z",
          "exitTs": 1703754540,
          "dir": 1,
          "entryPrice": 2079.925,
          "exitPrice": 2074.456,
          "stopDistance": 5.469,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 47
        },
        {
          "entryTs": 1704270600,
          "entryUtc": "2024-01-03T08:30:00.000Z",
          "exitTs": 1704275040,
          "dir": 1,
          "entryPrice": 2060.615,
          "exitPrice": 2055.043,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 74
        },
        {
          "entryTs": 1704438420,
          "entryUtc": "2024-01-05T07:07:00.000Z",
          "exitTs": 1704448680,
          "dir": 1,
          "entryPrice": 2043.305,
          "exitPrice": 2038.345,
          "stopDistance": 4.96,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 171
        },
        {
          "entryTs": 1704785520,
          "entryUtc": "2024-01-09T07:32:00.000Z",
          "exitTs": 1704807480,
          "dir": -1,
          "entryPrice": 2035.185,
          "exitPrice": 2041.63,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 366
        },
        {
          "entryTs": 1704874440,
          "entryUtc": "2024-01-10T08:14:00.000Z",
          "exitTs": 1704881040,
          "dir": -1,
          "entryPrice": 2032.565,
          "exitPrice": 2038.683,
          "stopDistance": 6.118,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 110
        },
        {
          "entryTs": 1705043520,
          "entryUtc": "2024-01-12T07:12:00.000Z",
          "exitTs": 1705056300,
          "dir": -1,
          "entryPrice": 2035.545,
          "exitPrice": 2042.449,
          "stopDistance": 6.904,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 213
        },
        {
          "entryTs": 1705308240,
          "entryUtc": "2024-01-15T08:44:00.000Z",
          "exitTs": 1705394160,
          "dir": -1,
          "entryPrice": 2057.305,
          "exitPrice": 2044.177,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1432
        },
        {
          "entryTs": 1705649160,
          "entryUtc": "2024-01-19T07:26:00.000Z",
          "exitTs": 1705655100,
          "dir": -1,
          "entryPrice": 2025.245,
          "exitPrice": 2030.155,
          "stopDistance": 4.91,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 99
        },
        {
          "entryTs": 1706082060,
          "entryUtc": "2024-01-24T07:41:00.000Z",
          "exitTs": 1706089200,
          "dir": -1,
          "entryPrice": 2028.558,
          "exitPrice": 2033.672,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 119
        },
        {
          "entryTs": 1706166720,
          "entryUtc": "2024-01-25T07:12:00.000Z",
          "exitTs": 1706189400,
          "dir": 1,
          "entryPrice": 2014.715,
          "exitPrice": 2009.552,
          "stopDistance": 5.163,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 378
        },
        {
          "entryTs": 1706686500,
          "entryUtc": "2024-01-31T07:35:00.000Z",
          "exitTs": 1706710200,
          "dir": -1,
          "entryPrice": 2038.245,
          "exitPrice": 2043.265,
          "stopDistance": 5.02,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 395
        },
        {
          "entryTs": 1706775420,
          "entryUtc": "2024-02-01T08:17:00.000Z",
          "exitTs": 1706784960,
          "dir": 1,
          "entryPrice": 2039.165,
          "exitPrice": 2032.558,
          "stopDistance": 6.607,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 159
        },
        {
          "entryTs": 1706858760,
          "entryUtc": "2024-02-02T07:26:00.000Z",
          "exitTs": 1706880600,
          "dir": -1,
          "entryPrice": 2056.665,
          "exitPrice": 2043.305,
          "stopDistance": 6.68,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 364
        },
        {
          "entryTs": 1707203820,
          "entryUtc": "2024-02-06T07:17:00.000Z",
          "exitTs": 1707232140,
          "dir": -1,
          "entryPrice": 2028.338,
          "exitPrice": 2033.858,
          "stopDistance": 5.52,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 472
        },
        {
          "entryTs": 1707290100,
          "entryUtc": "2024-02-07T07:15:00.000Z",
          "exitTs": 1707317160,
          "dir": 1,
          "entryPrice": 2034.215,
          "exitPrice": 2042.67,
          "stopDistance": 4.228,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 451
        },
        {
          "entryTs": 1707378600,
          "entryUtc": "2024-02-08T07:50:00.000Z",
          "exitTs": 1707393420,
          "dir": 1,
          "entryPrice": 2032.365,
          "exitPrice": 2027.892,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 247
        },
        {
          "entryTs": 1707466920,
          "entryUtc": "2024-02-09T08:22:00.000Z",
          "exitTs": 1707483660,
          "dir": 1,
          "entryPrice": 2032.065,
          "exitPrice": 2027.616,
          "stopDistance": 4.449,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 279
        },
        {
          "entryTs": 1707726240,
          "entryUtc": "2024-02-12T08:24:00.000Z",
          "exitTs": 1707747300,
          "dir": -1,
          "entryPrice": 2026.375,
          "exitPrice": 2018.098,
          "stopDistance": 4.139,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 351
        },
        {
          "entryTs": 1707898260,
          "entryUtc": "2024-02-14T08:11:00.000Z",
          "exitTs": 1708003260,
          "dir": 1,
          "entryPrice": 1988.975,
          "exitPrice": 1999.042,
          "stopDistance": 5.033,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 1750
        },
        {
          "entryTs": 1708070040,
          "entryUtc": "2024-02-16T07:54:00.000Z",
          "exitTs": 1708090500,
          "dir": -1,
          "entryPrice": 2005.415,
          "exitPrice": 1997.714,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 341
        },
        {
          "entryTs": 1708327560,
          "entryUtc": "2024-02-19T07:26:00.000Z",
          "exitTs": 1708431120,
          "dir": -1,
          "entryPrice": 2021.895,
          "exitPrice": 2027.566,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1726
        },
        {
          "entryTs": 1708931880,
          "entryUtc": "2024-02-26T07:18:00.000Z",
          "exitTs": 1709023080,
          "dir": -1,
          "entryPrice": 2033.945,
          "exitPrice": 2038.525,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 1520
        },
        {
          "entryTs": 1709190240,
          "entryUtc": "2024-02-29T07:04:00.000Z",
          "exitTs": 1709206380,
          "dir": -1,
          "entryPrice": 2036.785,
          "exitPrice": 2029.798,
          "stopDistance": 3.494,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 269
        },
        {
          "entryTs": 1709281200,
          "entryUtc": "2024-03-01T08:20:00.000Z",
          "exitTs": 1709289120,
          "dir": 1,
          "entryPrice": 2042.845,
          "exitPrice": 2051.005,
          "stopDistance": 4.08,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 132
        },
        {
          "entryTs": 1709535840,
          "entryUtc": "2024-03-04T07:04:00.000Z",
          "exitTs": 1709560620,
          "dir": -1,
          "entryPrice": 2084.328,
          "exitPrice": 2090.543,
          "stopDistance": 6.215,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 413
        },
        {
          "entryTs": 1709622120,
          "entryUtc": "2024-03-05T07:02:00.000Z",
          "exitTs": 1709627520,
          "dir": -1,
          "entryPrice": 2116.268,
          "exitPrice": 2122.984,
          "stopDistance": 6.716,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 90
        },
        {
          "entryTs": 1709885760,
          "entryUtc": "2024-03-08T08:16:00.000Z",
          "exitTs": 1709891820,
          "dir": -1,
          "entryPrice": 2162.835,
          "exitPrice": 2169.512,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 101
        },
        {
          "entryTs": 1710147600,
          "entryUtc": "2024-03-11T09:00:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2177.325,
          "exitPrice": 2168.455,
          "stopDistance": 8.87,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 1637
        },
        {
          "entryTs": 1710922680,
          "entryUtc": "2024-03-20T08:18:00.000Z",
          "exitTs": 1710938520,
          "dir": 1,
          "entryPrice": 2155.395,
          "exitPrice": 2150.909,
          "stopDistance": 4.486,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 264
        },
        {
          "entryTs": 1711350480,
          "entryUtc": "2024-03-25T07:08:00.000Z",
          "exitTs": 1711444380,
          "dir": 1,
          "entryPrice": 2164.675,
          "exitPrice": 2181.214,
          "stopDistance": 8.27,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 1565
        },
        {
          "entryTs": 1711527720,
          "entryUtc": "2024-03-27T08:22:00.000Z",
          "exitTs": 1711532640,
          "dir": -1,
          "entryPrice": 2181.575,
          "exitPrice": 2188.398,
          "stopDistance": 6.824,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 82
        },
        {
          "entryTs": 1711606140,
          "entryUtc": "2024-03-28T06:09:00.000Z",
          "exitTs": 1711621320,
          "dir": -1,
          "entryPrice": 2196.215,
          "exitPrice": 2203.168,
          "stopDistance": 6.953,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 253
        },
        {
          "entryTs": 1712038800,
          "entryUtc": "2024-04-02T06:20:00.000Z",
          "exitTs": 1712050260,
          "dir": -1,
          "entryPrice": 2255.125,
          "exitPrice": 2265.624,
          "stopDistance": 10.499,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 191
        },
        {
          "entryTs": 1712128500,
          "entryUtc": "2024-04-03T07:15:00.000Z",
          "exitTs": 1712146980,
          "dir": 1,
          "entryPrice": 2276.835,
          "exitPrice": 2266.889,
          "stopDistance": 9.945,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 308
        },
        {
          "entryTs": 1712210760,
          "entryUtc": "2024-04-04T06:06:00.000Z",
          "exitTs": 1712232060,
          "dir": 1,
          "entryPrice": 2296.315,
          "exitPrice": 2287.553,
          "stopDistance": 8.762,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 355
        },
        {
          "entryTs": 1712304840,
          "entryUtc": "2024-04-05T08:14:00.000Z",
          "exitTs": 1712325060,
          "dir": -1,
          "entryPrice": 2290.865,
          "exitPrice": 2301.828,
          "stopDistance": 10.963,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 337
        },
        {
          "entryTs": 1713768180,
          "entryUtc": "2024-04-22T06:43:00.000Z",
          "exitTs": 1713784020,
          "dir": 1,
          "entryPrice": 2361.948,
          "exitPrice": 2349.373,
          "stopDistance": 12.575,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 264
        },
        {
          "entryTs": 1713939000,
          "entryUtc": "2024-04-24T06:10:00.000Z",
          "exitTs": 1714014840,
          "dir": -1,
          "entryPrice": 2327.535,
          "exitPrice": 2305.653,
          "stopDistance": 10.941,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 1264
        },
        {
          "entryTs": 1714027980,
          "entryUtc": "2024-04-25T06:53:00.000Z",
          "exitTs": 1714048200,
          "dir": -1,
          "entryPrice": 2321.345,
          "exitPrice": 2331.422,
          "stopDistance": 10.077,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 337
        },
        {
          "entryTs": 1714376160,
          "entryUtc": "2024-04-29T07:36:00.000Z",
          "exitTs": 1714407780,
          "dir": -1,
          "entryPrice": 2336.565,
          "exitPrice": 2346.491,
          "stopDistance": 9.926,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 527
        },
        {
          "entryTs": 1714716120,
          "entryUtc": "2024-05-03T06:02:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2306.185,
          "exitPrice": 2314.746,
          "stopDistance": 8.561,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 388
        },
        {
          "entryTs": 1715061840,
          "entryUtc": "2024-05-07T06:04:00.000Z",
          "exitTs": 1715083200,
          "dir": 1,
          "entryPrice": 2319.605,
          "exitPrice": 2310.886,
          "stopDistance": 8.719,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 356
        },
        {
          "entryTs": 1715148360,
          "entryUtc": "2024-05-08T06:06:00.000Z",
          "exitTs": 1715258280,
          "dir": -1,
          "entryPrice": 2318.005,
          "exitPrice": 2325.371,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 1832
        },
        {
          "entryTs": 1715666520,
          "entryUtc": "2024-05-14T06:02:00.000Z",
          "exitTs": 1715692320,
          "dir": -1,
          "entryPrice": 2344.145,
          "exitPrice": 2351.049,
          "stopDistance": 6.904,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 430
        },
        {
          "entryTs": 1715842860,
          "entryUtc": "2024-05-16T07:01:00.000Z",
          "exitTs": 1715864460,
          "dir": 1,
          "entryPrice": 2387.084,
          "exitPrice": 2377.698,
          "stopDistance": 9.386,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 360
        },
        {
          "entryTs": 1715925720,
          "entryUtc": "2024-05-17T06:02:00.000Z",
          "exitTs": 1715945100,
          "dir": -1,
          "entryPrice": 2381.018,
          "exitPrice": 2388.057,
          "stopDistance": 7.039,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 323
        },
        {
          "entryTs": 1716363120,
          "entryUtc": "2024-05-22T07:32:00.000Z",
          "exitTs": 1716386820,
          "dir": 1,
          "entryPrice": 2413.694,
          "exitPrice": 2404.559,
          "stopDistance": 9.135,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 395
        },
        {
          "entryTs": 1716876300,
          "entryUtc": "2024-05-28T06:05:00.000Z",
          "exitTs": 1716877380,
          "dir": 1,
          "entryPrice": 2349.415,
          "exitPrice": 2342.796,
          "stopDistance": 6.619,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 18
        },
        {
          "entryTs": 1716962820,
          "entryUtc": "2024-05-29T06:07:00.000Z",
          "exitTs": 1716971160,
          "dir": 1,
          "entryPrice": 2355.165,
          "exitPrice": 2347.738,
          "stopDistance": 7.427,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 139
        },
        {
          "entryTs": 1717485120,
          "entryUtc": "2024-06-04T07:12:00.000Z",
          "exitTs": 1717488600,
          "dir": 1,
          "entryPrice": 2343.425,
          "exitPrice": 2335.415,
          "stopDistance": 8.01,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 58
        },
        {
          "entryTs": 1717567320,
          "entryUtc": "2024-06-05T06:02:00.000Z",
          "exitTs": 1717593600,
          "dir": -1,
          "entryPrice": 2337.455,
          "exitPrice": 2345.079,
          "stopDistance": 7.624,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 438
        },
        {
          "entryTs": 1717999680,
          "entryUtc": "2024-06-10T06:08:00.000Z",
          "exitTs": 1718109600,
          "dir": 1,
          "entryPrice": 2294.675,
          "exitPrice": 2318.444,
          "stopDistance": 11.885,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 1832
        },
        {
          "entryTs": 1718173380,
          "entryUtc": "2024-06-12T06:23:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2316.885,
          "exitPrice": 2323.385,
          "stopDistance": 6.5,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 367
        },
        {
          "entryTs": 1718345160,
          "entryUtc": "2024-06-14T06:06:00.000Z",
          "exitTs": 1718352180,
          "dir": -1,
          "entryPrice": 2308.265,
          "exitPrice": 2316.549,
          "stopDistance": 8.284,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 117
        },
        {
          "entryTs": 1718693640,
          "entryUtc": "2024-06-18T06:54:00.000Z",
          "exitTs": 1718698500,
          "dir": 1,
          "entryPrice": 2319.865,
          "exitPrice": 2313.031,
          "stopDistance": 6.834,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 81
        },
        {
          "entryTs": 1718780820,
          "entryUtc": "2024-06-19T07:07:00.000Z",
          "exitTs": 1718847360,
          "dir": -1,
          "entryPrice": 2331.645,
          "exitPrice": 2337.737,
          "stopDistance": 6.092,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 1109
        },
        {
          "entryTs": 1718953560,
          "entryUtc": "2024-06-21T07:06:00.000Z",
          "exitTs": 1718976780,
          "dir": 1,
          "entryPrice": 2357.398,
          "exitPrice": 2350.193,
          "stopDistance": 7.205,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 387
        },
        {
          "entryTs": 1719302700,
          "entryUtc": "2024-06-25T08:05:00.000Z",
          "exitTs": 1719329460,
          "dir": 1,
          "entryPrice": 2323.425,
          "exitPrice": 2316.538,
          "stopDistance": 6.887,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 446
        },
        {
          "entryTs": 1719382140,
          "entryUtc": "2024-06-26T06:09:00.000Z",
          "exitTs": 1719407820,
          "dir": 1,
          "entryPrice": 2310.688,
          "exitPrice": 2302.585,
          "stopDistance": 8.103,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 428
        },
        {
          "entryTs": 1719468180,
          "entryUtc": "2024-06-27T06:03:00.000Z",
          "exitTs": 1719479580,
          "dir": 1,
          "entryPrice": 2297.945,
          "exitPrice": 2310.547,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 190
        },
        {
          "entryTs": 1719561060,
          "entryUtc": "2024-06-28T07:51:00.000Z",
          "exitTs": 1719570420,
          "dir": -1,
          "entryPrice": 2328.075,
          "exitPrice": 2334.539,
          "stopDistance": 6.464,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 156
        },
        {
          "entryTs": 1719813780,
          "entryUtc": "2024-07-01T06:03:00.000Z",
          "exitTs": 1719833820,
          "dir": 1,
          "entryPrice": 2322.695,
          "exitPrice": 2336.977,
          "stopDistance": 7.141,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 334
        },
        {
          "entryTs": 1719904740,
          "entryUtc": "2024-07-02T07:19:00.000Z",
          "exitTs": 1719921960,
          "dir": 1,
          "entryPrice": 2325.705,
          "exitPrice": 2319.053,
          "stopDistance": 6.652,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 287
        },
        {
          "entryTs": 1720073160,
          "entryUtc": "2024-07-04T06:06:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2356.768,
          "exitPrice": 2350.126,
          "stopDistance": 6.642,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 1824
        },
        {
          "entryTs": 1720420860,
          "entryUtc": "2024-07-08T06:41:00.000Z",
          "exitTs": 1720428120,
          "dir": 1,
          "entryPrice": 2380.468,
          "exitPrice": 2372.462,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 121
        },
        {
          "entryTs": 1720510260,
          "entryUtc": "2024-07-09T07:31:00.000Z",
          "exitTs": 1720537920,
          "dir": 1,
          "entryPrice": 2359.765,
          "exitPrice": 2352.615,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 461
        },
        {
          "entryTs": 1720592880,
          "entryUtc": "2024-07-10T06:28:00.000Z",
          "exitTs": 1720611420,
          "dir": -1,
          "entryPrice": 2369.345,
          "exitPrice": 2376.091,
          "stopDistance": 6.746,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 309
        },
        {
          "entryTs": 1720764480,
          "entryUtc": "2024-07-12T06:08:00.000Z",
          "exitTs": 1720782300,
          "dir": 1,
          "entryPrice": 2406.675,
          "exitPrice": 2398.335,
          "stopDistance": 8.341,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 297
        },
        {
          "entryTs": 1721025000,
          "entryUtc": "2024-07-15T06:30:00.000Z",
          "exitTs": 1721043300,
          "dir": 1,
          "entryPrice": 2405.135,
          "exitPrice": 2419.626,
          "stopDistance": 7.245,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 305
        },
        {
          "entryTs": 1721109720,
          "entryUtc": "2024-07-16T06:02:00.000Z",
          "exitTs": 1721116260,
          "dir": -1,
          "entryPrice": 2430.795,
          "exitPrice": 2438.406,
          "stopDistance": 7.612,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 109
        },
        {
          "entryTs": 1721196240,
          "entryUtc": "2024-07-17T06:04:00.000Z",
          "exitTs": 1721233500,
          "dir": 1,
          "entryPrice": 2465.335,
          "exitPrice": 2454.58,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 621
        },
        {
          "entryTs": 1721628180,
          "entryUtc": "2024-07-22T06:03:00.000Z",
          "exitTs": 1721650440,
          "dir": 1,
          "entryPrice": 2403.805,
          "exitPrice": 2394.97,
          "stopDistance": 8.835,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 371
        },
        {
          "entryTs": 1721724300,
          "entryUtc": "2024-07-23T08:45:00.000Z",
          "exitTs": 1721783640,
          "dir": -1,
          "entryPrice": 2403.485,
          "exitPrice": 2412,
          "stopDistance": 8.515,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 989
        },
        {
          "entryTs": 1721801100,
          "entryUtc": "2024-07-24T06:05:00.000Z",
          "exitTs": 1721828880,
          "dir": -1,
          "entryPrice": 2416.898,
          "exitPrice": 2424.336,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 463
        },
        {
          "entryTs": 1721891640,
          "entryUtc": "2024-07-25T07:14:00.000Z",
          "exitTs": 1721928480,
          "dir": 1,
          "entryPrice": 2366.745,
          "exitPrice": 2354.754,
          "stopDistance": 11.991,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 614
        },
        {
          "entryTs": 1722241380,
          "entryUtc": "2024-07-29T08:23:00.000Z",
          "exitTs": 1722265980,
          "dir": 1,
          "entryPrice": 2388.985,
          "exitPrice": 2379.62,
          "stopDistance": 9.365,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 410
        },
        {
          "entryTs": 1722406620,
          "entryUtc": "2024-07-31T06:17:00.000Z",
          "exitTs": 1722434100,
          "dir": -1,
          "entryPrice": 2418.255,
          "exitPrice": 2427.323,
          "stopDistance": 9.068,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 458
        },
        {
          "entryTs": 1723096920,
          "entryUtc": "2024-08-08T06:02:00.000Z",
          "exitTs": 1723113840,
          "dir": -1,
          "entryPrice": 2394.425,
          "exitPrice": 2403.498,
          "stopDistance": 9.073,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 282
        },
        {
          "entryTs": 1723183620,
          "entryUtc": "2024-08-09T06:07:00.000Z",
          "exitTs": 1723446840,
          "dir": 1,
          "entryPrice": 2419.405,
          "exitPrice": 2437.742,
          "stopDistance": 9.169,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 4387
        },
        {
          "entryTs": 1723533480,
          "entryUtc": "2024-08-13T07:18:00.000Z",
          "exitTs": 1723638600,
          "dir": 1,
          "entryPrice": 2461.958,
          "exitPrice": 2479.05,
          "stopDistance": 8.546,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 1752
        },
        {
          "entryTs": 1723702080,
          "entryUtc": "2024-08-15T06:08:00.000Z",
          "exitTs": 1723721580,
          "dir": -1,
          "entryPrice": 2454.055,
          "exitPrice": 2462.217,
          "stopDistance": 8.162,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 325
        },
        {
          "entryTs": 1724056620,
          "entryUtc": "2024-08-19T08:37:00.000Z",
          "exitTs": 1724074620,
          "dir": -1,
          "entryPrice": 2505.865,
          "exitPrice": 2485.646,
          "stopDistance": 10.11,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 300
        },
        {
          "entryTs": 1724134980,
          "entryUtc": "2024-08-20T06:23:00.000Z",
          "exitTs": 1724140620,
          "dir": 1,
          "entryPrice": 2499.055,
          "exitPrice": 2514.146,
          "stopDistance": 7.545,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 94
        },
        {
          "entryTs": 1724394300,
          "entryUtc": "2024-08-23T06:25:00.000Z",
          "exitTs": 1724405940,
          "dir": -1,
          "entryPrice": 2493.555,
          "exitPrice": 2501.584,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 194
        },
        {
          "entryTs": 1724656560,
          "entryUtc": "2024-08-26T07:16:00.000Z",
          "exitTs": 1724659320,
          "dir": -1,
          "entryPrice": 2516.125,
          "exitPrice": 2523.53,
          "stopDistance": 7.405,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 46
        },
        {
          "entryTs": 1724745720,
          "entryUtc": "2024-08-27T08:02:00.000Z",
          "exitTs": 1724783040,
          "dir": 1,
          "entryPrice": 2507.055,
          "exitPrice": 2523.055,
          "stopDistance": 8,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 622
        },
        {
          "entryTs": 1724999760,
          "entryUtc": "2024-08-30T06:36:00.000Z",
          "exitTs": 1725030300,
          "dir": -1,
          "entryPrice": 2520.315,
          "exitPrice": 2505.902,
          "stopDistance": 7.207,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 509
        },
        {
          "entryTs": 1725266760,
          "entryUtc": "2024-09-02T08:46:00.000Z",
          "exitTs": 1725364140,
          "dir": -1,
          "entryPrice": 2504.665,
          "exitPrice": 2488.637,
          "stopDistance": 8.014,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 1623
        },
        {
          "entryTs": 1725954000,
          "entryUtc": "2024-09-10T07:40:00.000Z",
          "exitTs": 1725973020,
          "dir": -1,
          "entryPrice": 2506.705,
          "exitPrice": 2513.268,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 317
        },
        {
          "entryTs": 1726034640,
          "entryUtc": "2024-09-11T06:04:00.000Z",
          "exitTs": 1726036800,
          "dir": -1,
          "entryPrice": 2522.095,
          "exitPrice": 2528.253,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 36
        },
        {
          "entryTs": 1726213680,
          "entryUtc": "2024-09-13T07:48:00.000Z",
          "exitTs": 1726233480,
          "dir": -1,
          "entryPrice": 2569.395,
          "exitPrice": 2578.097,
          "stopDistance": 8.702,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 330
        },
        {
          "entryTs": 1726466700,
          "entryUtc": "2024-09-16T06:05:00.000Z",
          "exitTs": 1726564980,
          "dir": -1,
          "entryPrice": 2588.165,
          "exitPrice": 2573.904,
          "stopDistance": 7.131,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 1638
        },
        {
          "entryTs": 1727077380,
          "entryUtc": "2024-09-23T07:43:00.000Z",
          "exitTs": 1727099640,
          "dir": 1,
          "entryPrice": 2616.068,
          "exitPrice": 2633.006,
          "stopDistance": 8.469,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 371
        },
        {
          "entryTs": 1727163660,
          "entryUtc": "2024-09-24T07:41:00.000Z",
          "exitTs": 1727189040,
          "dir": 1,
          "entryPrice": 2623.745,
          "exitPrice": 2640.195,
          "stopDistance": 8.225,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 423
        },
        {
          "entryTs": 1727245140,
          "entryUtc": "2024-09-25T06:19:00.000Z",
          "exitTs": 1727347800,
          "dir": 1,
          "entryPrice": 2655.585,
          "exitPrice": 2675.195,
          "stopDistance": 9.805,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 1711
        },
        {
          "entryTs": 1727417100,
          "entryUtc": "2024-09-27T06:05:00.000Z",
          "exitTs": 1727448480,
          "dir": 1,
          "entryPrice": 2666.395,
          "exitPrice": 2656.97,
          "stopDistance": 9.425,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 523
        },
        {
          "entryTs": 1727935920,
          "entryUtc": "2024-10-03T06:12:00.000Z",
          "exitTs": 1727941320,
          "dir": 1,
          "entryPrice": 2653.904,
          "exitPrice": 2646.14,
          "stopDistance": 7.764,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 90
        },
        {
          "entryTs": 1728288180,
          "entryUtc": "2024-10-07T08:03:00.000Z",
          "exitTs": 1728371040,
          "dir": -1,
          "entryPrice": 2652.265,
          "exitPrice": 2631.868,
          "stopDistance": 10.199,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 1381
        },
        {
          "entryTs": 1728371340,
          "entryUtc": "2024-10-08T07:09:00.000Z",
          "exitTs": 1728398040,
          "dir": 1,
          "entryPrice": 2635.355,
          "exitPrice": 2624.558,
          "stopDistance": 10.797,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 445
        },
        {
          "entryTs": 1728455100,
          "entryUtc": "2024-10-09T06:25:00.000Z",
          "exitTs": 1728498120,
          "dir": 1,
          "entryPrice": 2615.235,
          "exitPrice": 2605.094,
          "stopDistance": 10.141,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 717
        },
        {
          "entryTs": 1728546300,
          "entryUtc": "2024-10-10T07:45:00.000Z",
          "exitTs": 1728563520,
          "dir": -1,
          "entryPrice": 2615.595,
          "exitPrice": 2623.646,
          "stopDistance": 8.051,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 287
        },
        {
          "entryTs": 1729147440,
          "entryUtc": "2024-10-17T06:44:00.000Z",
          "exitTs": 1729175880,
          "dir": -1,
          "entryPrice": 2684.745,
          "exitPrice": 2693.089,
          "stopDistance": 8.344,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 474
        },
        {
          "entryTs": 1729498980,
          "entryUtc": "2024-10-21T08:23:00.000Z",
          "exitTs": 1729604760,
          "dir": -1,
          "entryPrice": 2731.615,
          "exitPrice": 2741.826,
          "stopDistance": 10.211,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 1763
        },
        {
          "entryTs": 1729843980,
          "entryUtc": "2024-10-25T08:13:00.000Z",
          "exitTs": 1729867800,
          "dir": 1,
          "entryPrice": 2724.465,
          "exitPrice": 2739.93,
          "stopDistance": 7.732,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 397
        },
        {
          "entryTs": 1730268180,
          "entryUtc": "2024-10-30T06:03:00.000Z",
          "exitTs": 1730311620,
          "dir": -1,
          "entryPrice": 2781.515,
          "exitPrice": 2789.689,
          "stopDistance": 8.174,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 724
        },
        {
          "entryTs": 1730354880,
          "entryUtc": "2024-10-31T06:08:00.000Z",
          "exitTs": 1730369100,
          "dir": 1,
          "entryPrice": 2784.325,
          "exitPrice": 2776.588,
          "stopDistance": 7.737,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 237
        },
        {
          "entryTs": 1730704620,
          "entryUtc": "2024-11-04T07:17:00.000Z",
          "exitTs": 1730874360,
          "dir": -1,
          "entryPrice": 2741.735,
          "exitPrice": 2724.014,
          "stopDistance": 8.86,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 2829
        },
        {
          "entryTs": 1731317280,
          "entryUtc": "2024-11-11T09:28:00.000Z",
          "exitTs": 1731330000,
          "dir": 1,
          "entryPrice": 2666.535,
          "exitPrice": 2655.956,
          "stopDistance": 10.579,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 212
        },
        {
          "entryTs": 1731923580,
          "entryUtc": "2024-11-18T09:53:00.000Z",
          "exitTs": 1731939120,
          "dir": -1,
          "entryPrice": 2594.485,
          "exitPrice": 2605.999,
          "stopDistance": 11.514,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 259
        },
        {
          "entryTs": 1732006260,
          "entryUtc": "2024-11-19T08:51:00.000Z",
          "exitTs": 1732008900,
          "dir": -1,
          "entryPrice": 2624.645,
          "exitPrice": 2633.292,
          "stopDistance": 8.647,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 44
        },
        {
          "entryTs": 1732172640,
          "entryUtc": "2024-11-21T07:04:00.000Z",
          "exitTs": 1732177920,
          "dir": -1,
          "entryPrice": 2660.205,
          "exitPrice": 2668.627,
          "stopDistance": 8.422,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 88
        },
        {
          "entryTs": 1732258920,
          "entryUtc": "2024-11-22T07:02:00.000Z",
          "exitTs": 1732268160,
          "dir": -1,
          "entryPrice": 2691.924,
          "exitPrice": 2701.723,
          "stopDistance": 9.799,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 154
        },
        {
          "entryTs": 1732778460,
          "entryUtc": "2024-11-28T07:21:00.000Z",
          "exitTs": 1732790280,
          "dir": -1,
          "entryPrice": 2638.185,
          "exitPrice": 2647.973,
          "stopDistance": 9.788,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 197
        },
        {
          "entryTs": 1732863900,
          "entryUtc": "2024-11-29T07:05:00.000Z",
          "exitTs": 1733095500,
          "dir": -1,
          "entryPrice": 2663.655,
          "exitPrice": 2645.237,
          "stopDistance": 9.209,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 3860
        },
        {
          "entryTs": 1733295720,
          "entryUtc": "2024-12-04T07:02:00.000Z",
          "exitTs": 1733326500,
          "dir": -1,
          "entryPrice": 2647.685,
          "exitPrice": 2655.967,
          "stopDistance": 8.282,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 513
        },
        {
          "entryTs": 1733384460,
          "entryUtc": "2024-12-05T07:41:00.000Z",
          "exitTs": 1733413260,
          "dir": -1,
          "entryPrice": 2649.835,
          "exitPrice": 2632.254,
          "stopDistance": 8.791,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 480
        },
        {
          "entryTs": 1733475600,
          "entryUtc": "2024-12-06T09:00:00.000Z",
          "exitTs": 1733737620,
          "dir": -1,
          "entryPrice": 2644.045,
          "exitPrice": 2654.8,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 4367
        },
        {
          "entryTs": 1734335160,
          "entryUtc": "2024-12-16T07:46:00.000Z",
          "exitTs": 1734348660,
          "dir": -1,
          "entryPrice": 2655.098,
          "exitPrice": 2663.754,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 225
        },
        {
          "entryTs": 1734419460,
          "entryUtc": "2024-12-17T07:11:00.000Z",
          "exitTs": 1734425820,
          "dir": 1,
          "entryPrice": 2651.058,
          "exitPrice": 2643.486,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 106
        },
        {
          "entryTs": 1734509040,
          "entryUtc": "2024-12-18T08:04:00.000Z",
          "exitTs": 1734534240,
          "dir": 1,
          "entryPrice": 2642.865,
          "exitPrice": 2635.537,
          "stopDistance": 7.328,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 420
        },
        {
          "entryTs": 1734593100,
          "entryUtc": "2024-12-19T07:25:00.000Z",
          "exitTs": 1734620400,
          "dir": -1,
          "entryPrice": 2617.925,
          "exitPrice": 2591.753,
          "stopDistance": 13.086,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 455
        },
        {
          "entryTs": 1735024020,
          "entryUtc": "2024-12-24T07:07:00.000Z",
          "exitTs": 1735176780,
          "dir": -1,
          "entryPrice": 2620.165,
          "exitPrice": 2626.935,
          "stopDistance": 6.77,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 2546
        },
        {
          "entryTs": 1735197180,
          "entryUtc": "2024-12-26T07:13:00.000Z",
          "exitTs": 1735225800,
          "dir": -1,
          "entryPrice": 2627.548,
          "exitPrice": 2633.639,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 477
        },
        {
          "entryTs": 1735286880,
          "entryUtc": "2024-12-27T08:08:00.000Z",
          "exitTs": 1735304820,
          "dir": 1,
          "entryPrice": 2628.805,
          "exitPrice": 2622.491,
          "stopDistance": 6.314,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 299
        },
        {
          "entryTs": 1735805340,
          "entryUtc": "2025-01-02T08:09:00.000Z",
          "exitTs": 1735813140,
          "dir": -1,
          "entryPrice": 2635.535,
          "exitPrice": 2642.795,
          "stopDistance": 7.26,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 130
        },
        {
          "entryTs": 1735888320,
          "entryUtc": "2025-01-03T07:12:00.000Z",
          "exitTs": 1735910580,
          "dir": 1,
          "entryPrice": 2656.945,
          "exitPrice": 2648.608,
          "stopDistance": 8.337,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 371
        },
        {
          "entryTs": 1736233920,
          "entryUtc": "2025-01-07T07:12:00.000Z",
          "exitTs": 1736251620,
          "dir": -1,
          "entryPrice": 2640.865,
          "exitPrice": 2649.955,
          "stopDistance": 9.09,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 295
        },
        {
          "entryTs": 1736843520,
          "entryUtc": "2025-01-14T08:32:00.000Z",
          "exitTs": 1736921460,
          "dir": -1,
          "entryPrice": 2672.389,
          "exitPrice": 2680.707,
          "stopDistance": 8.318,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 1299
        },
        {
          "entryTs": 1737015600,
          "entryUtc": "2025-01-16T08:20:00.000Z",
          "exitTs": 1737026580,
          "dir": -1,
          "entryPrice": 2701.665,
          "exitPrice": 2709.247,
          "stopDistance": 7.582,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 183
        },
        {
          "entryTs": 1737100500,
          "entryUtc": "2025-01-17T07:55:00.000Z",
          "exitTs": 1737110460,
          "dir": 1,
          "entryPrice": 2709.845,
          "exitPrice": 2702.979,
          "stopDistance": 6.866,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 166
        },
        {
          "entryTs": 1737444660,
          "entryUtc": "2025-01-21T07:31:00.000Z",
          "exitTs": 1737471360,
          "dir": -1,
          "entryPrice": 2727.265,
          "exitPrice": 2736.86,
          "stopDistance": 9.595,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 445
        },
        {
          "entryTs": 1737532320,
          "entryUtc": "2025-01-22T07:52:00.000Z",
          "exitTs": 1737538080,
          "dir": -1,
          "entryPrice": 2752.385,
          "exitPrice": 2761.505,
          "stopDistance": 9.12,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 96
        },
        {
          "entryTs": 1737711120,
          "entryUtc": "2025-01-24T09:32:00.000Z",
          "exitTs": 1737726300,
          "dir": -1,
          "entryPrice": 2775.995,
          "exitPrice": 2784.375,
          "stopDistance": 8.38,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 253
        },
        {
          "entryTs": 1737961620,
          "entryUtc": "2025-01-27T07:07:00.000Z",
          "exitTs": 1737979080,
          "dir": 1,
          "entryPrice": 2753.955,
          "exitPrice": 2771.794,
          "stopDistance": 8.92,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 291
        },
        {
          "entryTs": 1738052220,
          "entryUtc": "2025-01-28T08:17:00.000Z",
          "exitTs": 1738074900,
          "dir": 1,
          "entryPrice": 2738.475,
          "exitPrice": 2755.694,
          "stopDistance": 8.609,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 378
        },
        {
          "entryTs": 1738307160,
          "entryUtc": "2025-01-31T07:06:00.000Z",
          "exitTs": 1738334040,
          "dir": 1,
          "entryPrice": 2794.495,
          "exitPrice": 2808.853,
          "stopDistance": 7.179,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 448
        },
        {
          "entryTs": 1738652520,
          "entryUtc": "2025-02-04T07:02:00.000Z",
          "exitTs": 1738675680,
          "dir": 1,
          "entryPrice": 2812.735,
          "exitPrice": 2834.17,
          "stopDistance": 10.718,
          "outcome": "target",
          "netR": 1.9655,
          "holdMinutes": 386
        },
        {
          "entryTs": 1738738920,
          "entryUtc": "2025-02-05T07:02:00.000Z",
          "exitTs": 1738744860,
          "dir": -1,
          "entryPrice": 2856.695,
          "exitPrice": 2866.83,
          "stopDistance": 10.135,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 99
        },
        {
          "entryTs": 1738919520,
          "entryUtc": "2025-02-07T09:12:00.000Z",
          "exitTs": 1738939260,
          "dir": -1,
          "entryPrice": 2868.925,
          "exitPrice": 2877.993,
          "stopDistance": 9.068,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 329
        },
        {
          "entryTs": 1739264520,
          "entryUtc": "2025-02-11T09:02:00.000Z",
          "exitTs": 1739278560,
          "dir": 1,
          "entryPrice": 2905.035,
          "exitPrice": 2889.295,
          "stopDistance": 15.74,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 234
        },
        {
          "entryTs": 1739431980,
          "entryUtc": "2025-02-13T07:33:00.000Z",
          "exitTs": 1739488920,
          "dir": -1,
          "entryPrice": 2918.508,
          "exitPrice": 2929.447,
          "stopDistance": 10.939,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 949
        },
        {
          "entryTs": 1739516580,
          "entryUtc": "2025-02-14T07:03:00.000Z",
          "exitTs": 1739542140,
          "dir": -1,
          "entryPrice": 2933.095,
          "exitPrice": 2914.119,
          "stopDistance": 9.488,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 426
        },
        {
          "entryTs": 1739783940,
          "entryUtc": "2025-02-17T09:19:00.000Z",
          "exitTs": 1739882700,
          "dir": -1,
          "entryPrice": 2903.785,
          "exitPrice": 2916.999,
          "stopDistance": 13.214,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 1646
        },
        {
          "entryTs": 1739954520,
          "entryUtc": "2025-02-19T08:42:00.000Z",
          "exitTs": 1739989260,
          "dir": -1,
          "entryPrice": 2938.705,
          "exitPrice": 2919.834,
          "stopDistance": 9.436,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 579
        },
        {
          "entryTs": 1740125220,
          "entryUtc": "2025-02-21T08:07:00.000Z",
          "exitTs": 1740404400,
          "dir": 1,
          "entryPrice": 2926.975,
          "exitPrice": 2951.685,
          "stopDistance": 12.355,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 4653
        },
        {
          "entryTs": 1740466980,
          "entryUtc": "2025-02-25T07:03:00.000Z",
          "exitTs": 1740486840,
          "dir": 1,
          "entryPrice": 2935.385,
          "exitPrice": 2925.26,
          "stopDistance": 10.125,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 331
        },
        {
          "entryTs": 1740553980,
          "entryUtc": "2025-02-26T07:13:00.000Z",
          "exitTs": 1740578820,
          "dir": 1,
          "entryPrice": 2912.545,
          "exitPrice": 2899.318,
          "stopDistance": 13.227,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 414
        },
        {
          "entryTs": 1740729840,
          "entryUtc": "2025-02-28T08:04:00.000Z",
          "exitTs": 1740751380,
          "dir": 1,
          "entryPrice": 2858.005,
          "exitPrice": 2845.591,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 359
        },
        {
          "entryTs": 1740990540,
          "entryUtc": "2025-03-03T08:29:00.000Z",
          "exitTs": 1741015260,
          "dir": 1,
          "entryPrice": 2860.385,
          "exitPrice": 2884.916,
          "stopDistance": 12.266,
          "outcome": "target",
          "netR": 1.9698,
          "holdMinutes": 412
        },
        {
          "entryTs": 1741246200,
          "entryUtc": "2025-03-06T07:30:00.000Z",
          "exitTs": 1741248780,
          "dir": 1,
          "entryPrice": 2915.828,
          "exitPrice": 2904.673,
          "stopDistance": 11.155,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 43
        },
        {
          "entryTs": 1741593480,
          "entryUtc": "2025-03-10T07:58:00.000Z",
          "exitTs": 1741596300,
          "dir": 1,
          "entryPrice": 2909.548,
          "exitPrice": 2899.214,
          "stopDistance": 10.334,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 47
        },
        {
          "entryTs": 1741674960,
          "entryUtc": "2025-03-11T06:36:00.000Z",
          "exitTs": 1741683600,
          "dir": -1,
          "entryPrice": 2898.548,
          "exitPrice": 2910.301,
          "stopDistance": 11.753,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 144
        },
        {
          "entryTs": 1741759860,
          "entryUtc": "2025-03-12T06:11:00.000Z",
          "exitTs": 1741794660,
          "dir": -1,
          "entryPrice": 2919.715,
          "exitPrice": 2928.168,
          "stopDistance": 8.453,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 580
        },
        {
          "entryTs": 1741850820,
          "entryUtc": "2025-03-13T07:27:00.000Z",
          "exitTs": 1741874580,
          "dir": 1,
          "entryPrice": 2934.895,
          "exitPrice": 2952.387,
          "stopDistance": 8.746,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 396
        },
        {
          "entryTs": 1741933320,
          "entryUtc": "2025-03-14T06:22:00.000Z",
          "exitTs": 1741947420,
          "dir": 1,
          "entryPrice": 2982.148,
          "exitPrice": 3003.712,
          "stopDistance": 10.782,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 235
        },
        {
          "entryTs": 1742198160,
          "entryUtc": "2025-03-17T07:56:00.000Z",
          "exitTs": 1742261100,
          "dir": 1,
          "entryPrice": 2985.095,
          "exitPrice": 3003.631,
          "stopDistance": 9.268,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 1049
        },
        {
          "entryTs": 1742278800,
          "entryUtc": "2025-03-18T06:20:00.000Z",
          "exitTs": 1742286360,
          "dir": -1,
          "entryPrice": 3014.069,
          "exitPrice": 3023.173,
          "stopDistance": 9.104,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 126
        },
        {
          "entryTs": 1742364840,
          "entryUtc": "2025-03-19T06:14:00.000Z",
          "exitTs": 1742409720,
          "dir": -1,
          "entryPrice": 3037.535,
          "exitPrice": 3046.232,
          "stopDistance": 8.697,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 748
        },
        {
          "entryTs": 1742455380,
          "entryUtc": "2025-03-20T07:23:00.000Z",
          "exitTs": 1742465400,
          "dir": 1,
          "entryPrice": 3045.285,
          "exitPrice": 3034.639,
          "stopDistance": 10.646,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 167
        },
        {
          "entryTs": 1742537100,
          "entryUtc": "2025-03-21T06:05:00.000Z",
          "exitTs": 1742564280,
          "dir": 1,
          "entryPrice": 3029.875,
          "exitPrice": 3020.775,
          "stopDistance": 9.1,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 453
        },
        {
          "entryTs": 1742800260,
          "entryUtc": "2025-03-24T07:11:00.000Z",
          "exitTs": 1742839620,
          "dir": -1,
          "entryPrice": 3025.705,
          "exitPrice": 3004.585,
          "stopDistance": 10.56,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 656
        },
        {
          "entryTs": 1742883000,
          "entryUtc": "2025-03-25T06:10:00.000Z",
          "exitTs": 1742902200,
          "dir": -1,
          "entryPrice": 3016.065,
          "exitPrice": 3025.375,
          "stopDistance": 9.31,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 320
        },
        {
          "entryTs": 1742972940,
          "entryUtc": "2025-03-26T07:09:00.000Z",
          "exitTs": 1743048540,
          "dir": -1,
          "entryPrice": 3026.448,
          "exitPrice": 3035.235,
          "stopDistance": 8.787,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 1260
        },
        {
          "entryTs": 1743061800,
          "entryUtc": "2025-03-27T07:50:00.000Z",
          "exitTs": 1743069720,
          "dir": -1,
          "entryPrice": 3033.905,
          "exitPrice": 3042.666,
          "stopDistance": 8.761,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 132
        },
        {
          "entryTs": 1744092540,
          "entryUtc": "2025-04-08T06:09:00.000Z",
          "exitTs": 1744179780,
          "dir": -1,
          "entryPrice": 3003.325,
          "exitPrice": 3028.382,
          "stopDistance": 25.057,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 1454
        },
        {
          "entryTs": 1744360020,
          "entryUtc": "2025-04-11T08:27:00.000Z",
          "exitTs": 1744387560,
          "dir": -1,
          "entryPrice": 3218.195,
          "exitPrice": 3244.234,
          "stopDistance": 26.039,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 459
        },
        {
          "entryTs": 1745215320,
          "entryUtc": "2025-04-21T06:02:00.000Z",
          "exitTs": 1745236080,
          "dir": -1,
          "entryPrice": 3384.215,
          "exitPrice": 3404.595,
          "stopDistance": 20.379,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 346
        },
        {
          "entryTs": 1745302200,
          "entryUtc": "2025-04-22T06:10:00.000Z",
          "exitTs": 1745325900,
          "dir": -1,
          "entryPrice": 3492.575,
          "exitPrice": 3440.458,
          "stopDistance": 26.058,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 395
        },
        {
          "entryTs": 1745996580,
          "entryUtc": "2025-04-30T07:03:00.000Z",
          "exitTs": 1746000840,
          "dir": 1,
          "entryPrice": 3304.215,
          "exitPrice": 3287.802,
          "stopDistance": 16.413,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 71
        },
        {
          "entryTs": 1746083640,
          "entryUtc": "2025-05-01T07:14:00.000Z",
          "exitTs": 1746100140,
          "dir": 1,
          "entryPrice": 3229.625,
          "exitPrice": 3207.344,
          "stopDistance": 22.281,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 275
        },
        {
          "entryTs": 1746167220,
          "entryUtc": "2025-05-02T06:27:00.000Z",
          "exitTs": 1746434580,
          "dir": -1,
          "entryPrice": 3257.715,
          "exitPrice": 3276.474,
          "stopDistance": 18.759,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 4456
        },
        {
          "entryTs": 1746770760,
          "entryUtc": "2025-05-09T06:06:00.000Z",
          "exitTs": 1747003500,
          "dir": -1,
          "entryPrice": 3322.855,
          "exitPrice": 3267.921,
          "stopDistance": 27.467,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 3879
        },
        {
          "entryTs": 1747033440,
          "entryUtc": "2025-05-12T07:04:00.000Z",
          "exitTs": 1747034640,
          "dir": 1,
          "entryPrice": 3258.765,
          "exitPrice": 3236.205,
          "stopDistance": 22.56,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 20
        },
        {
          "entryTs": 1747206780,
          "entryUtc": "2025-05-14T07:13:00.000Z",
          "exitTs": 1747225020,
          "dir": 1,
          "entryPrice": 3225.865,
          "exitPrice": 3209.46,
          "stopDistance": 16.405,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 304
        },
        {
          "entryTs": 1747380240,
          "entryUtc": "2025-05-16T07:24:00.000Z",
          "exitTs": 1747392540,
          "dir": 1,
          "entryPrice": 3207.989,
          "exitPrice": 3186.732,
          "stopDistance": 21.257,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 205
        },
        {
          "entryTs": 1747731480,
          "entryUtc": "2025-05-20T08:58:00.000Z",
          "exitTs": 1747744500,
          "dir": -1,
          "entryPrice": 3232.225,
          "exitPrice": 3249.931,
          "stopDistance": 17.706,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 217
        },
        {
          "entryTs": 1747807320,
          "entryUtc": "2025-05-21T06:02:00.000Z",
          "exitTs": 1747876860,
          "dir": -1,
          "entryPrice": 3314.105,
          "exitPrice": 3333.961,
          "stopDistance": 19.856,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 1159
        },
        {
          "entryTs": 1748249040,
          "entryUtc": "2025-05-26T08:44:00.000Z",
          "exitTs": 1748324760,
          "dir": 1,
          "entryPrice": 3332.025,
          "exitPrice": 3316.055,
          "stopDistance": 15.969,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1748505780,
          "entryUtc": "2025-05-29T08:03:00.000Z",
          "exitTs": 1748518320,
          "dir": -1,
          "entryPrice": 3285.435,
          "exitPrice": 3304.249,
          "stopDistance": 18.814,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 209
        },
        {
          "entryTs": 1748586660,
          "entryUtc": "2025-05-30T06:31:00.000Z",
          "exitTs": 1748613540,
          "dir": 1,
          "entryPrice": 3293.195,
          "exitPrice": 3276.846,
          "stopDistance": 16.349,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 448
        },
        {
          "entryTs": 1748931240,
          "entryUtc": "2025-06-03T06:14:00.000Z",
          "exitTs": 1748958360,
          "dir": 1,
          "entryPrice": 3362.115,
          "exitPrice": 3346.274,
          "stopDistance": 15.841,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 452
        },
        {
          "entryTs": 1749192480,
          "entryUtc": "2025-06-06T06:48:00.000Z",
          "exitTs": 1749213720,
          "dir": 1,
          "entryPrice": 3359.825,
          "exitPrice": 3343.933,
          "stopDistance": 15.892,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 354
        },
        {
          "entryTs": 1749450240,
          "entryUtc": "2025-06-09T06:24:00.000Z",
          "exitTs": 1749486300,
          "dir": -1,
          "entryPrice": 3318.125,
          "exitPrice": 3334.302,
          "stopDistance": 16.177,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 601
        },
        {
          "entryTs": 1749537240,
          "entryUtc": "2025-06-10T06:34:00.000Z",
          "exitTs": 1749554160,
          "dir": -1,
          "entryPrice": 3326.455,
          "exitPrice": 3340.003,
          "stopDistance": 13.548,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 282
        },
        {
          "entryTs": 1749628020,
          "entryUtc": "2025-06-11T07:47:00.000Z",
          "exitTs": 1749645180,
          "dir": -1,
          "entryPrice": 3339.868,
          "exitPrice": 3353.233,
          "stopDistance": 13.365,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 286
        },
        {
          "entryTs": 1750399320,
          "entryUtc": "2025-06-20T06:02:00.000Z",
          "exitTs": 1750427820,
          "dir": 1,
          "entryPrice": 3344.935,
          "exitPrice": 3372.807,
          "stopDistance": 13.936,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 475
        },
        {
          "entryTs": 1750662900,
          "entryUtc": "2025-06-23T07:15:00.000Z",
          "exitTs": 1750686240,
          "dir": 1,
          "entryPrice": 3352.298,
          "exitPrice": 3382.803,
          "stopDistance": 15.253,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 389
        },
        {
          "entryTs": 1750837680,
          "entryUtc": "2025-06-25T07:48:00.000Z",
          "exitTs": 1750923300,
          "dir": -1,
          "entryPrice": 3334.035,
          "exitPrice": 3346.528,
          "stopDistance": 12.493,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 1427
        },
        {
          "entryTs": 1751440320,
          "entryUtc": "2025-07-02T07:12:00.000Z",
          "exitTs": 1751482620,
          "dir": 1,
          "entryPrice": 3331.315,
          "exitPrice": 3353.696,
          "stopDistance": 11.19,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 705
        },
        {
          "entryTs": 1751522760,
          "entryUtc": "2025-07-03T06:06:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3361.905,
          "exitPrice": 3339.764,
          "stopDistance": 11.07,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 384
        },
        {
          "entryTs": 1751872140,
          "entryUtc": "2025-07-07T07:09:00.000Z",
          "exitTs": 1751908380,
          "dir": 1,
          "entryPrice": 3307.405,
          "exitPrice": 3331.377,
          "stopDistance": 11.986,
          "outcome": "target",
          "netR": 1.9691,
          "holdMinutes": 604
        },
        {
          "entryTs": 1751962260,
          "entryUtc": "2025-07-08T08:11:00.000Z",
          "exitTs": 1751982480,
          "dir": 1,
          "entryPrice": 3329.675,
          "exitPrice": 3318.689,
          "stopDistance": 10.986,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 337
        },
        {
          "entryTs": 1752049320,
          "entryUtc": "2025-07-09T08:22:00.000Z",
          "exitTs": 1752071640,
          "dir": 1,
          "entryPrice": 3285.545,
          "exitPrice": 3309.908,
          "stopDistance": 12.181,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 372
        },
        {
          "entryTs": 1752128580,
          "entryUtc": "2025-07-10T06:23:00.000Z",
          "exitTs": 1752211320,
          "dir": -1,
          "entryPrice": 3325.265,
          "exitPrice": 3336.03,
          "stopDistance": 10.765,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 1379
        },
        {
          "entryTs": 1752214440,
          "entryUtc": "2025-07-11T06:14:00.000Z",
          "exitTs": 1752230460,
          "dir": -1,
          "entryPrice": 3335.785,
          "exitPrice": 3346.552,
          "stopDistance": 10.767,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 267
        },
        {
          "entryTs": 1752478260,
          "entryUtc": "2025-07-14T07:31:00.000Z",
          "exitTs": 1752498000,
          "dir": -1,
          "entryPrice": 3373.305,
          "exitPrice": 3347.92,
          "stopDistance": 12.692,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 329
        },
        {
          "entryTs": 1752732420,
          "entryUtc": "2025-07-17T06:07:00.000Z",
          "exitTs": 1752750000,
          "dir": 1,
          "entryPrice": 3336.325,
          "exitPrice": 3323.624,
          "stopDistance": 12.701,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 293
        },
        {
          "entryTs": 1752819180,
          "entryUtc": "2025-07-18T06:13:00.000Z",
          "exitTs": 1752838860,
          "dir": 1,
          "entryPrice": 3335.545,
          "exitPrice": 3355.554,
          "stopDistance": 10.005,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 328
        },
        {
          "entryTs": 1753164180,
          "entryUtc": "2025-07-22T06:03:00.000Z",
          "exitTs": 1753188180,
          "dir": 1,
          "entryPrice": 3384.955,
          "exitPrice": 3404.871,
          "stopDistance": 9.958,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 400
        },
        {
          "entryTs": 1753337820,
          "entryUtc": "2025-07-24T06:17:00.000Z",
          "exitTs": 1753348920,
          "dir": 1,
          "entryPrice": 3375.605,
          "exitPrice": 3363.515,
          "stopDistance": 12.09,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 185
        },
        {
          "entryTs": 1753423440,
          "entryUtc": "2025-07-25T06:04:00.000Z",
          "exitTs": 1753432080,
          "dir": 1,
          "entryPrice": 3358.585,
          "exitPrice": 3348.191,
          "stopDistance": 10.394,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 144
        },
        {
          "entryTs": 1753682640,
          "entryUtc": "2025-07-28T06:04:00.000Z",
          "exitTs": 1753710360,
          "dir": -1,
          "entryPrice": 3342.615,
          "exitPrice": 3320.164,
          "stopDistance": 11.226,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 462
        },
        {
          "entryTs": 1753770060,
          "entryUtc": "2025-07-29T06:21:00.000Z",
          "exitTs": 1753801440,
          "dir": -1,
          "entryPrice": 3319.769,
          "exitPrice": 3330.964,
          "stopDistance": 11.195,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 523
        },
        {
          "entryTs": 1753941720,
          "entryUtc": "2025-07-31T06:02:00.000Z",
          "exitTs": 1753949880,
          "dir": -1,
          "entryPrice": 3298.305,
          "exitPrice": 3310.814,
          "stopDistance": 12.509,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 136
        },
        {
          "entryTs": 1754028360,
          "entryUtc": "2025-08-01T06:06:00.000Z",
          "exitTs": 1754051400,
          "dir": -1,
          "entryPrice": 3296.685,
          "exitPrice": 3308.562,
          "stopDistance": 11.877,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 384
        },
        {
          "entryTs": 1754290740,
          "entryUtc": "2025-08-04T06:59:00.000Z",
          "exitTs": 1754313360,
          "dir": -1,
          "entryPrice": 3361.995,
          "exitPrice": 3375.094,
          "stopDistance": 13.099,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 377
        },
        {
          "entryTs": 1754463780,
          "entryUtc": "2025-08-06T07:03:00.000Z",
          "exitTs": 1754472300,
          "dir": 1,
          "entryPrice": 3373.625,
          "exitPrice": 3364.178,
          "stopDistance": 9.447,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 142
        },
        {
          "entryTs": 1754639640,
          "entryUtc": "2025-08-08T07:54:00.000Z",
          "exitTs": 1754874480,
          "dir": -1,
          "entryPrice": 3402.605,
          "exitPrice": 3372.295,
          "stopDistance": 15.155,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 3914
        },
        {
          "entryTs": 1754893860,
          "entryUtc": "2025-08-11T06:31:00.000Z",
          "exitTs": 1754911620,
          "dir": 1,
          "entryPrice": 3367.435,
          "exitPrice": 3350.792,
          "stopDistance": 16.643,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 296
        },
        {
          "entryTs": 1754979480,
          "entryUtc": "2025-08-12T06:18:00.000Z",
          "exitTs": 1755008220,
          "dir": 1,
          "entryPrice": 3346.195,
          "exitPrice": 3332.765,
          "stopDistance": 13.43,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 479
        },
        {
          "entryTs": 1755242580,
          "entryUtc": "2025-08-15T07:23:00.000Z",
          "exitTs": 1755472620,
          "dir": -1,
          "entryPrice": 3344.415,
          "exitPrice": 3324.583,
          "stopDistance": 9.916,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 3834
        },
        {
          "entryTs": 1755500880,
          "entryUtc": "2025-08-18T07:08:00.000Z",
          "exitTs": 1755561600,
          "dir": -1,
          "entryPrice": 3351.035,
          "exitPrice": 3327.581,
          "stopDistance": 11.727,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 1012
        },
        {
          "entryTs": 1755587640,
          "entryUtc": "2025-08-19T07:14:00.000Z",
          "exitTs": 1755615060,
          "dir": -1,
          "entryPrice": 3339.405,
          "exitPrice": 3322.299,
          "stopDistance": 8.553,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 457
        },
        {
          "entryTs": 1756370580,
          "entryUtc": "2025-08-28T08:43:00.000Z",
          "exitTs": 1756380780,
          "dir": -1,
          "entryPrice": 3399.095,
          "exitPrice": 3407.377,
          "stopDistance": 8.282,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 170
        },
        {
          "entryTs": 1756452180,
          "entryUtc": "2025-08-29T07:23:00.000Z",
          "exitTs": 1756474860,
          "dir": 1,
          "entryPrice": 3408.725,
          "exitPrice": 3424.912,
          "stopDistance": 8.093,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 378
        },
        {
          "entryTs": 1756707960,
          "entryUtc": "2025-09-01T06:26:00.000Z",
          "exitTs": 1756777380,
          "dir": -1,
          "entryPrice": 3485.085,
          "exitPrice": 3500.17,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 1157
        },
        {
          "entryTs": 1756799700,
          "entryUtc": "2025-09-02T07:55:00.000Z",
          "exitTs": 1756823040,
          "dir": 1,
          "entryPrice": 3474.335,
          "exitPrice": 3501.007,
          "stopDistance": 13.336,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 389
        },
        {
          "entryTs": 1757314020,
          "entryUtc": "2025-09-08T06:47:00.000Z",
          "exitTs": 1757317140,
          "dir": -1,
          "entryPrice": 3596.875,
          "exitPrice": 3612.062,
          "stopDistance": 15.187,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 52
        },
        {
          "entryTs": 1757397720,
          "entryUtc": "2025-09-09T06:02:00.000Z",
          "exitTs": 1757426160,
          "dir": -1,
          "entryPrice": 3653.995,
          "exitPrice": 3667.665,
          "stopDistance": 13.669,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 474
        },
        {
          "entryTs": 1757570820,
          "entryUtc": "2025-09-11T06:07:00.000Z",
          "exitTs": 1757582100,
          "dir": 1,
          "entryPrice": 3630.445,
          "exitPrice": 3617.949,
          "stopDistance": 12.496,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 188
        },
        {
          "entryTs": 1757656920,
          "entryUtc": "2025-09-12T06:02:00.000Z",
          "exitTs": 1757898660,
          "dir": -1,
          "entryPrice": 3651.925,
          "exitPrice": 3628.033,
          "stopDistance": 11.946,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 4029
        },
        {
          "entryTs": 1758005520,
          "entryUtc": "2025-09-16T06:52:00.000Z",
          "exitTs": 1758032220,
          "dir": -1,
          "entryPrice": 3688.785,
          "exitPrice": 3700.32,
          "stopDistance": 11.535,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 445
        },
        {
          "entryTs": 1758090900,
          "entryUtc": "2025-09-17T06:35:00.000Z",
          "exitTs": 1758096900,
          "dir": 1,
          "entryPrice": 3675.175,
          "exitPrice": 3664.144,
          "stopDistance": 11.031,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 100
        },
        {
          "entryTs": 1758268380,
          "entryUtc": "2025-09-19T07:53:00.000Z",
          "exitTs": 1758294780,
          "dir": -1,
          "entryPrice": 3655.805,
          "exitPrice": 3670.62,
          "stopDistance": 14.815,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 440
        },
        {
          "entryTs": 1758521100,
          "entryUtc": "2025-09-22T06:05:00.000Z",
          "exitTs": 1758522840,
          "dir": -1,
          "entryPrice": 3696.595,
          "exitPrice": 3709.278,
          "stopDistance": 12.683,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 29
        },
        {
          "entryTs": 1758786060,
          "entryUtc": "2025-09-25T07:41:00.000Z",
          "exitTs": 1758892440,
          "dir": -1,
          "entryPrice": 3748.875,
          "exitPrice": 3764.391,
          "stopDistance": 15.516,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 1773
        },
        {
          "entryTs": 1759212900,
          "entryUtc": "2025-09-30T06:15:00.000Z",
          "exitTs": 1759219740,
          "dir": -1,
          "entryPrice": 3866.485,
          "exitPrice": 3833.679,
          "stopDistance": 16.403,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 114
        },
        {
          "entryTs": 1759299840,
          "entryUtc": "2025-10-01T06:24:00.000Z",
          "exitTs": 1759306740,
          "dir": 1,
          "entryPrice": 3855.595,
          "exitPrice": 3891.972,
          "stopDistance": 18.189,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 115
        },
        {
          "entryTs": 1759385220,
          "entryUtc": "2025-10-02T06:07:00.000Z",
          "exitTs": 1759405020,
          "dir": -1,
          "entryPrice": 3869.265,
          "exitPrice": 3885.389,
          "stopDistance": 16.124,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 330
        },
        {
          "entryTs": 1759477560,
          "entryUtc": "2025-10-03T07:46:00.000Z",
          "exitTs": 1759497720,
          "dir": -1,
          "entryPrice": 3863.365,
          "exitPrice": 3881.21,
          "stopDistance": 17.845,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 336
        },
        {
          "entryTs": 1759730520,
          "entryUtc": "2025-10-06T06:02:00.000Z",
          "exitTs": 1759760040,
          "dir": -1,
          "entryPrice": 3930.958,
          "exitPrice": 3950.005,
          "stopDistance": 19.047,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 492
        },
        {
          "entryTs": 1759819440,
          "entryUtc": "2025-10-07T06:44:00.000Z",
          "exitTs": 1759880880,
          "dir": 1,
          "entryPrice": 3957.315,
          "exitPrice": 3994.246,
          "stopDistance": 18.465,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 1024
        },
        {
          "entryTs": 1760079960,
          "entryUtc": "2025-10-10T07:06:00.000Z",
          "exitTs": 1760109900,
          "dir": 1,
          "entryPrice": 3961.295,
          "exitPrice": 4015.813,
          "stopDistance": 27.259,
          "outcome": "target",
          "netR": 1.9864,
          "holdMinutes": 499
        },
        {
          "entryTs": 1760422560,
          "entryUtc": "2025-10-14T06:16:00.000Z",
          "exitTs": 1760490300,
          "dir": 1,
          "entryPrice": 4114.815,
          "exitPrice": 4173.873,
          "stopDistance": 29.529,
          "outcome": "target",
          "netR": 1.9875,
          "holdMinutes": 1129
        },
        {
          "entryTs": 1760508780,
          "entryUtc": "2025-10-15T06:13:00.000Z",
          "exitTs": 1760516280,
          "dir": -1,
          "entryPrice": 4190.385,
          "exitPrice": 4217.869,
          "stopDistance": 27.484,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 125
        },
        {
          "entryTs": 1760594520,
          "entryUtc": "2025-10-16T06:02:00.000Z",
          "exitTs": 1760623560,
          "dir": 1,
          "entryPrice": 4208.798,
          "exitPrice": 4261.331,
          "stopDistance": 26.267,
          "outcome": "target",
          "netR": 1.9859,
          "holdMinutes": 484
        },
        {
          "entryTs": 1761114540,
          "entryUtc": "2025-10-22T06:29:00.000Z",
          "exitTs": 1761130440,
          "dir": -1,
          "entryPrice": 4141.575,
          "exitPrice": 4035.202,
          "stopDistance": 53.187,
          "outcome": "target",
          "netR": 1.993,
          "holdMinutes": 265
        },
        {
          "entryTs": 1761553500,
          "entryUtc": "2025-10-27T08:25:00.000Z",
          "exitTs": 1761555300,
          "dir": 1,
          "entryPrice": 4058.505,
          "exitPrice": 4027.248,
          "stopDistance": 31.257,
          "outcome": "stop",
          "netR": -1.0134,
          "holdMinutes": 30
        },
        {
          "entryTs": 1761720540,
          "entryUtc": "2025-10-29T06:49:00.000Z",
          "exitTs": 1761727560,
          "dir": -1,
          "entryPrice": 3981.925,
          "exitPrice": 4014.574,
          "stopDistance": 32.649,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 117
        },
        {
          "entryTs": 1761804480,
          "entryUtc": "2025-10-30T06:08:00.000Z",
          "exitTs": 1761815460,
          "dir": -1,
          "entryPrice": 3964.335,
          "exitPrice": 4003.839,
          "stopDistance": 39.504,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 183
        },
        {
          "entryTs": 1762154100,
          "entryUtc": "2025-11-03T07:15:00.000Z",
          "exitTs": 1762266540,
          "dir": -1,
          "entryPrice": 4014.925,
          "exitPrice": 3957.325,
          "stopDistance": 28.8,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 1874
        },
        {
          "entryTs": 1762329540,
          "entryUtc": "2025-11-05T07:59:00.000Z",
          "exitTs": 1762412460,
          "dir": -1,
          "entryPrice": 3973.148,
          "exitPrice": 3996.775,
          "stopDistance": 23.627,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 1382
        },
        {
          "entryTs": 1763103900,
          "entryUtc": "2025-11-14T07:05:00.000Z",
          "exitTs": 1763119020,
          "dir": 1,
          "entryPrice": 4176.025,
          "exitPrice": 4147.68,
          "stopDistance": 28.345,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 252
        },
        {
          "entryTs": 1763362980,
          "entryUtc": "2025-11-17T07:03:00.000Z",
          "exitTs": 1763408040,
          "dir": 1,
          "entryPrice": 4071.045,
          "exitPrice": 4038.567,
          "stopDistance": 32.478,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 751
        },
        {
          "entryTs": 1763450040,
          "entryUtc": "2025-11-18T07:14:00.000Z",
          "exitTs": 1763473020,
          "dir": 1,
          "entryPrice": 4006.585,
          "exitPrice": 4067.503,
          "stopDistance": 30.459,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 383
        },
        {
          "entryTs": 1763627100,
          "entryUtc": "2025-11-20T08:25:00.000Z",
          "exitTs": 1763650200,
          "dir": 1,
          "entryPrice": 4044.565,
          "exitPrice": 4104.874,
          "stopDistance": 30.154,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 385
        },
        {
          "entryTs": 1764060000,
          "entryUtc": "2025-11-25T08:40:00.000Z",
          "exitTs": 1764289980,
          "dir": 1,
          "entryPrice": 4126.925,
          "exitPrice": 4173.147,
          "stopDistance": 23.111,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 3833
        },
        {
          "entryTs": 1764317460,
          "entryUtc": "2025-11-28T08:11:00.000Z",
          "exitTs": 1764318420,
          "dir": 1,
          "entryPrice": 4170.285,
          "exitPrice": 4154.88,
          "stopDistance": 15.405,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 16
        },
        {
          "entryTs": 1764746760,
          "entryUtc": "2025-12-03T07:26:00.000Z",
          "exitTs": 1764948060,
          "dir": 1,
          "entryPrice": 4204.655,
          "exitPrice": 4246.986,
          "stopDistance": 21.166,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 3355
        },
        {
          "entryTs": 1765177620,
          "entryUtc": "2025-12-08T07:07:00.000Z",
          "exitTs": 1765206900,
          "dir": -1,
          "entryPrice": 4212.505,
          "exitPrice": 4176.564,
          "stopDistance": 17.971,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 488
        },
        {
          "entryTs": 1765264020,
          "entryUtc": "2025-12-09T07:07:00.000Z",
          "exitTs": 1765296300,
          "dir": 1,
          "entryPrice": 4184.325,
          "exitPrice": 4216.916,
          "stopDistance": 16.296,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 538
        },
        {
          "entryTs": 1765353420,
          "entryUtc": "2025-12-10T07:57:00.000Z",
          "exitTs": 1765362720,
          "dir": 1,
          "entryPrice": 4204.345,
          "exitPrice": 4188.962,
          "stopDistance": 15.383,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 155
        },
        {
          "entryTs": 1765869960,
          "entryUtc": "2025-12-16T07:26:00.000Z",
          "exitTs": 1765894500,
          "dir": 1,
          "entryPrice": 4280.875,
          "exitPrice": 4322.975,
          "stopDistance": 21.05,
          "outcome": "target",
          "netR": 1.9824,
          "holdMinutes": 409
        },
        {
          "entryTs": 1766048220,
          "entryUtc": "2025-12-18T08:57:00.000Z",
          "exitTs": 1766069100,
          "dir": 1,
          "entryPrice": 4326.015,
          "exitPrice": 4309.624,
          "stopDistance": 16.391,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 348
        },
        {
          "entryTs": 1766992440,
          "entryUtc": "2025-12-29T07:14:00.000Z",
          "exitTs": 1767008400,
          "dir": 1,
          "entryPrice": 4473.819,
          "exitPrice": 4443.474,
          "stopDistance": 30.345,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 266
        },
        {
          "entryTs": 1767079020,
          "entryUtc": "2025-12-30T07:17:00.000Z",
          "exitTs": 1767099600,
          "dir": -1,
          "entryPrice": 4368.895,
          "exitPrice": 4402.877,
          "stopDistance": 33.982,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 343
        },
        {
          "entryTs": 1767165300,
          "entryUtc": "2025-12-31T07:15:00.000Z",
          "exitTs": 1767567600,
          "dir": 1,
          "entryPrice": 4330.395,
          "exitPrice": 4353.148,
          "stopDistance": 40.68,
          "outcome": "time",
          "netR": 0.5502,
          "holdMinutes": 6705
        },
        {
          "entryTs": 1767596820,
          "entryUtc": "2026-01-05T07:07:00.000Z",
          "exitTs": 1767625320,
          "dir": -1,
          "entryPrice": 4419.045,
          "exitPrice": 4446.602,
          "stopDistance": 27.558,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 475
        },
        {
          "entryTs": 1767683700,
          "entryUtc": "2026-01-06T07:15:00.000Z",
          "exitTs": 1767723360,
          "dir": -1,
          "entryPrice": 4468.115,
          "exitPrice": 4492.493,
          "stopDistance": 24.378,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 661
        },
        {
          "entryTs": 1767858420,
          "entryUtc": "2026-01-08T07:47:00.000Z",
          "exitTs": 1767906000,
          "dir": 1,
          "entryPrice": 4430.915,
          "exitPrice": 4478.122,
          "stopDistance": 23.603,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 793
        },
        {
          "entryTs": 1767946500,
          "entryUtc": "2026-01-09T08:15:00.000Z",
          "exitTs": 1767967860,
          "dir": -1,
          "entryPrice": 4474.055,
          "exitPrice": 4494.201,
          "stopDistance": 20.146,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 356
        },
        {
          "entryTs": 1768547760,
          "entryUtc": "2026-01-16T07:16:00.000Z",
          "exitTs": 1768577400,
          "dir": -1,
          "entryPrice": 4608.175,
          "exitPrice": 4563.696,
          "stopDistance": 22.239,
          "outcome": "target",
          "netR": 1.9834,
          "holdMinutes": 494
        },
        {
          "entryTs": 1768988040,
          "entryUtc": "2026-01-21T09:34:00.000Z",
          "exitTs": 1769016780,
          "dir": -1,
          "entryPrice": 4869.255,
          "exitPrice": 4802.986,
          "stopDistance": 33.134,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 479
        },
        {
          "entryTs": 1769412000,
          "entryUtc": "2026-01-26T07:20:00.000Z",
          "exitTs": 1769456880,
          "dir": -1,
          "entryPrice": 5092.495,
          "exitPrice": 5011.675,
          "stopDistance": 40.41,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 748
        },
        {
          "entryTs": 1769670840,
          "entryUtc": "2026-01-29T07:14:00.000Z",
          "exitTs": 1769699340,
          "dir": -1,
          "entryPrice": 5563.809,
          "exitPrice": 5413.188,
          "stopDistance": 75.311,
          "outcome": "target",
          "netR": 1.9951,
          "holdMinutes": 475
        },
        {
          "entryTs": 1769762940,
          "entryUtc": "2026-01-30T08:49:00.000Z",
          "exitTs": 1769766120,
          "dir": 1,
          "entryPrice": 5116.605,
          "exitPrice": 4996.378,
          "stopDistance": 120.227,
          "outcome": "stop",
          "netR": -1.0035,
          "holdMinutes": 53
        },
        {
          "entryTs": 1770188520,
          "entryUtc": "2026-02-04T07:02:00.000Z",
          "exitTs": 1770219300,
          "dir": -1,
          "entryPrice": 5070.185,
          "exitPrice": 4912.001,
          "stopDistance": 79.092,
          "outcome": "target",
          "netR": 1.9953,
          "holdMinutes": 513
        },
        {
          "entryTs": 1770361500,
          "entryUtc": "2026-02-06T07:05:00.000Z",
          "exitTs": 1770385080,
          "dir": -1,
          "entryPrice": 4840.325,
          "exitPrice": 4936.525,
          "stopDistance": 96.2,
          "outcome": "stop",
          "netR": -1.0044,
          "holdMinutes": 393
        },
        {
          "entryTs": 1770714780,
          "entryUtc": "2026-02-10T09:13:00.000Z",
          "exitTs": 1770806640,
          "dir": -1,
          "entryPrice": 5053.848,
          "exitPrice": 5099.793,
          "stopDistance": 45.945,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 1531
        },
        {
          "entryTs": 1770887220,
          "entryUtc": "2026-02-12T09:07:00.000Z",
          "exitTs": 1770912780,
          "dir": -1,
          "entryPrice": 5073.115,
          "exitPrice": 4996.917,
          "stopDistance": 38.099,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 426
        },
        {
          "entryTs": 1771398960,
          "entryUtc": "2026-02-18T07:16:00.000Z",
          "exitTs": 1771425120,
          "dir": -1,
          "entryPrice": 4938.235,
          "exitPrice": 4973.619,
          "stopDistance": 35.384,
          "outcome": "stop",
          "netR": -1.0119,
          "holdMinutes": 436
        },
        {
          "entryTs": 1771831680,
          "entryUtc": "2026-02-23T07:28:00.000Z",
          "exitTs": 1771863360,
          "dir": 1,
          "entryPrice": 5135.555,
          "exitPrice": 5206.927,
          "stopDistance": 35.686,
          "outcome": "target",
          "netR": 1.9896,
          "holdMinutes": 528
        },
        {
          "entryTs": 1772002920,
          "entryUtc": "2026-02-25T07:02:00.000Z",
          "exitTs": 1772198460,
          "dir": -1,
          "entryPrice": 5190.165,
          "exitPrice": 5226.429,
          "stopDistance": 36.264,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 3259
        },
        {
          "entryTs": 1772696820,
          "entryUtc": "2026-03-05T07:47:00.000Z",
          "exitTs": 1772716800,
          "dir": 1,
          "entryPrice": 5163.535,
          "exitPrice": 5117.999,
          "stopDistance": 45.536,
          "outcome": "stop",
          "netR": -1.0092,
          "holdMinutes": 333
        },
        {
          "entryTs": 1773131520,
          "entryUtc": "2026-03-10T08:32:00.000Z",
          "exitTs": 1773149160,
          "dir": -1,
          "entryPrice": 5185.285,
          "exitPrice": 5224.952,
          "stopDistance": 39.667,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 294
        },
        {
          "entryTs": 1773214740,
          "entryUtc": "2026-03-11T07:39:00.000Z",
          "exitTs": 1773237060,
          "dir": 1,
          "entryPrice": 5187.385,
          "exitPrice": 5153.473,
          "stopDistance": 33.912,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 372
        },
        {
          "entryTs": 1773384000,
          "entryUtc": "2026-03-13T06:40:00.000Z",
          "exitTs": 1773390120,
          "dir": 1,
          "entryPrice": 5093.665,
          "exitPrice": 5063.868,
          "stopDistance": 29.797,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 102
        },
        {
          "entryTs": 1773642180,
          "entryUtc": "2026-03-16T06:23:00.000Z",
          "exitTs": 1773833220,
          "dir": -1,
          "entryPrice": 5029.055,
          "exitPrice": 4949.28,
          "stopDistance": 39.888,
          "outcome": "target",
          "netR": 1.9907,
          "holdMinutes": 3184
        },
        {
          "entryTs": 1773900120,
          "entryUtc": "2026-03-19T06:02:00.000Z",
          "exitTs": 1773902100,
          "dir": 1,
          "entryPrice": 4841.305,
          "exitPrice": 4804.246,
          "stopDistance": 37.059,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 33
        },
        {
          "entryTs": 1775026200,
          "entryUtc": "2026-04-01T06:50:00.000Z",
          "exitTs": 1775055240,
          "dir": -1,
          "entryPrice": 4723.915,
          "exitPrice": 4766.997,
          "stopDistance": 43.082,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 484
        },
        {
          "entryTs": 1775549760,
          "entryUtc": "2026-04-07T08:16:00.000Z",
          "exitTs": 1775589600,
          "dir": -1,
          "entryPrice": 4663.855,
          "exitPrice": 4700.356,
          "stopDistance": 36.501,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 664
        },
        {
          "entryTs": 1775724360,
          "entryUtc": "2026-04-09T08:46:00.000Z",
          "exitTs": 1775741880,
          "dir": -1,
          "entryPrice": 4730.445,
          "exitPrice": 4769.481,
          "stopDistance": 39.036,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 292
        },
        {
          "entryTs": 1775811360,
          "entryUtc": "2026-04-10T08:56:00.000Z",
          "exitTs": 1776031200,
          "dir": 1,
          "entryPrice": 4738.655,
          "exitPrice": 4708.571,
          "stopDistance": 30.084,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 3664
        },
        {
          "entryTs": 1776060120,
          "entryUtc": "2026-04-13T06:02:00.000Z",
          "exitTs": 1776121440,
          "dir": -1,
          "entryPrice": 4727.275,
          "exitPrice": 4763.649,
          "stopDistance": 36.374,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 1022
        },
        {
          "entryTs": 1776233340,
          "entryUtc": "2026-04-15T06:09:00.000Z",
          "exitTs": 1776246420,
          "dir": 1,
          "entryPrice": 4817.455,
          "exitPrice": 4788.576,
          "stopDistance": 28.879,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 218
        },
        {
          "entryTs": 1776328500,
          "entryUtc": "2026-04-16T08:35:00.000Z",
          "exitTs": 1776350400,
          "dir": 1,
          "entryPrice": 4807.995,
          "exitPrice": 4783.382,
          "stopDistance": 24.613,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 365
        },
        {
          "entryTs": 1776837720,
          "entryUtc": "2026-04-22T06:02:00.000Z",
          "exitTs": 1776903300,
          "dir": -1,
          "entryPrice": 4760.998,
          "exitPrice": 4697.781,
          "stopDistance": 31.609,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 1093
        },
        {
          "entryTs": 1777013580,
          "entryUtc": "2026-04-24T06:53:00.000Z",
          "exitTs": 1777039740,
          "dir": 1,
          "entryPrice": 4670.595,
          "exitPrice": 4730.173,
          "stopDistance": 29.789,
          "outcome": "target",
          "netR": 1.9876,
          "holdMinutes": 436
        },
        {
          "entryTs": 1777447260,
          "entryUtc": "2026-04-29T07:21:00.000Z",
          "exitTs": 1777456200,
          "dir": 1,
          "entryPrice": 4578.355,
          "exitPrice": 4553.778,
          "stopDistance": 24.577,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 149
        },
        {
          "entryTs": 1777532040,
          "entryUtc": "2026-04-30T06:54:00.000Z",
          "exitTs": 1777536240,
          "dir": -1,
          "entryPrice": 4580.535,
          "exitPrice": 4609.516,
          "stopDistance": 28.981,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 70
        }
      ],
      "significance": {
        "tStat": -0.745,
        "pValueOneSided": 0.77186,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "ict-turtle-soup-prev-day",
      "name": "Turtle Soup (previous-day liquidity sweep)",
      "family": "ICT / Smart Money",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "Reframed constantly as \"stop hunt\" and \"liquidity grab\" content; one of the highest-volume search terms in the SMC vocabulary.",
      "rule": "When price trades beyond the previous New York day high or low and then closes back inside within 15 minutes, trade the reversal on the reclaim candle.",
      "rawSignals": 1057,
      "full": {
        "trades": 881,
        "winRate": {
          "successes": 295,
          "total": 881,
          "ratePct": 33.5,
          "ci95Pct": [
            30.4,
            36.7
          ]
        },
        "expectancyR": -0.054,
        "totalR": -47.6,
        "profitFactor": 0.923,
        "avgWinR": 1.935,
        "avgLossR": -1.055,
        "maxDrawdownPct": 55.69,
        "finalEquity": 5690.92,
        "returnPct": -43.09,
        "tStat": -1.134,
        "sdR": 1.415,
        "ambiguousTrades": 1,
        "timeExits": 4,
        "stopExits": 584,
        "targetExits": 292,
        "optimisticExpectancyR": -0.0506,
        "medianHoldMinutes": 314,
        "medianCostShareOfR": 0.0539,
        "longTrades": 406,
        "longExpectancyR": -0.0577,
        "shortTrades": 475,
        "shortExpectancyR": -0.0509,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 175,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 658,
        "winRate": {
          "successes": 228,
          "total": 658,
          "ratePct": 34.7,
          "ci95Pct": [
            31.1,
            38.4
          ]
        },
        "expectancyR": -0.0303,
        "totalR": -19.95,
        "profitFactor": 0.956,
        "avgWinR": 1.922,
        "avgLossR": -1.066,
        "maxDrawdownPct": 37.97,
        "finalEquity": 7664.55,
        "returnPct": -23.35,
        "tStat": -0.545,
        "sdR": 1.426,
        "ambiguousTrades": 1,
        "timeExits": 4,
        "stopExits": 428,
        "targetExits": 225,
        "optimisticExpectancyR": -0.0257,
        "medianHoldMinutes": 285.5,
        "medianCostShareOfR": 0.0629,
        "longTrades": 317,
        "longExpectancyR": -0.0231,
        "shortTrades": 341,
        "shortExpectancyR": -0.037,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 134,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 223,
        "winRate": {
          "successes": 67,
          "total": 223,
          "ratePct": 30,
          "ci95Pct": [
            24.4,
            36.4
          ]
        },
        "expectancyR": -0.124,
        "totalR": -27.66,
        "profitFactor": 0.827,
        "avgWinR": 1.977,
        "avgLossR": -1.026,
        "maxDrawdownPct": 28.57,
        "finalEquity": 7424.78,
        "returnPct": -25.75,
        "tStat": -1.342,
        "sdR": 1.38,
        "ambiguousTrades": 0,
        "timeExits": 0,
        "stopExits": 156,
        "targetExits": 67,
        "optimisticExpectancyR": -0.124,
        "medianHoldMinutes": 383,
        "medianCostShareOfR": 0.023,
        "longTrades": 89,
        "longExpectancyR": -0.1808,
        "shortTrades": 134,
        "shortExpectancyR": -0.0863,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 40,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1032,
          "winRatePct": 49.6,
          "expectancyR": -0.0886,
          "profitFactor": 0.838,
          "returnPct": -61.98
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 994,
          "winRatePct": 31.8,
          "expectancyR": -0.1289,
          "profitFactor": 0.826,
          "returnPct": -74.82
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 947,
          "winRatePct": 23.1,
          "expectancyR": -0.1611,
          "profitFactor": 0.807,
          "returnPct": -81
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 988,
          "winRatePct": 50.4,
          "expectancyR": -0.0457,
          "profitFactor": 0.913,
          "returnPct": -39.45
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 881,
          "winRatePct": 33.5,
          "expectancyR": -0.054,
          "profitFactor": 0.923,
          "returnPct": -43.09
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 798,
          "winRatePct": 26.3,
          "expectancyR": -0.0407,
          "profitFactor": 0.947,
          "returnPct": -35.64
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 814,
          "winRatePct": 47.2,
          "expectancyR": -0.0904,
          "profitFactor": 0.833,
          "returnPct": -53.98
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 663,
          "winRatePct": 33.3,
          "expectancyR": -0.1006,
          "profitFactor": 0.851,
          "returnPct": -51.61
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 595,
          "winRatePct": 29.2,
          "expectancyR": -0.0949,
          "profitFactor": 0.866,
          "returnPct": -46.95
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 881,
          "expectancyR": -0.0337,
          "profitFactor": 0.951,
          "returnPct": -31.94
        },
        {
          "spreadUsd": 0.3,
          "trades": 881,
          "expectancyR": -0.054,
          "profitFactor": 0.923,
          "returnPct": -43.09
        },
        {
          "spreadUsd": 0.6,
          "trades": 881,
          "expectancyR": -0.0946,
          "profitFactor": 0.87,
          "returnPct": -60.22
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 0.39
        },
        {
          "month": "2021-02",
          "totalR": -5.6
        },
        {
          "month": "2021-03",
          "totalR": 4.97
        },
        {
          "month": "2021-04",
          "totalR": 7.08
        },
        {
          "month": "2021-05",
          "totalR": 0.27
        },
        {
          "month": "2021-06",
          "totalR": 7.13
        },
        {
          "month": "2021-07",
          "totalR": -3.26
        },
        {
          "month": "2021-08",
          "totalR": 5.89
        },
        {
          "month": "2021-09",
          "totalR": -2.08
        },
        {
          "month": "2021-10",
          "totalR": 2.38
        },
        {
          "month": "2021-11",
          "totalR": -5.02
        },
        {
          "month": "2021-12",
          "totalR": -0.73
        },
        {
          "month": "2022-01",
          "totalR": -1.22
        },
        {
          "month": "2022-02",
          "totalR": 7.89
        },
        {
          "month": "2022-03",
          "totalR": -10.57
        },
        {
          "month": "2022-04",
          "totalR": -2.75
        },
        {
          "month": "2022-05",
          "totalR": 0.91
        },
        {
          "month": "2022-06",
          "totalR": 0.04
        },
        {
          "month": "2022-07",
          "totalR": -4.82
        },
        {
          "month": "2022-08",
          "totalR": -9.23
        },
        {
          "month": "2022-09",
          "totalR": -1.84
        },
        {
          "month": "2022-10",
          "totalR": 4.23
        },
        {
          "month": "2022-11",
          "totalR": 6.29
        },
        {
          "month": "2022-12",
          "totalR": -4.7
        },
        {
          "month": "2023-01",
          "totalR": -0.65
        },
        {
          "month": "2023-02",
          "totalR": 13.93
        },
        {
          "month": "2023-03",
          "totalR": -3.92
        },
        {
          "month": "2023-04",
          "totalR": -4.7
        },
        {
          "month": "2023-05",
          "totalR": -1.85
        },
        {
          "month": "2023-06",
          "totalR": 2.56
        },
        {
          "month": "2023-07",
          "totalR": 4.14
        },
        {
          "month": "2023-08",
          "totalR": -9.68
        },
        {
          "month": "2023-09",
          "totalR": 8.47
        },
        {
          "month": "2023-10",
          "totalR": -4.89
        },
        {
          "month": "2023-11",
          "totalR": -6.71
        },
        {
          "month": "2023-12",
          "totalR": -1.8
        },
        {
          "month": "2024-01",
          "totalR": -4.92
        },
        {
          "month": "2024-02",
          "totalR": 4.74
        },
        {
          "month": "2024-03",
          "totalR": -2.66
        },
        {
          "month": "2024-04",
          "totalR": 3.51
        },
        {
          "month": "2024-05",
          "totalR": -1.6
        },
        {
          "month": "2024-06",
          "totalR": -0.79
        },
        {
          "month": "2024-07",
          "totalR": -1.79
        },
        {
          "month": "2024-08",
          "totalR": 1.31
        },
        {
          "month": "2024-09",
          "totalR": -5.75
        },
        {
          "month": "2024-10",
          "totalR": 3.5
        },
        {
          "month": "2024-11",
          "totalR": -3.47
        },
        {
          "month": "2024-12",
          "totalR": -2.6
        },
        {
          "month": "2025-01",
          "totalR": -12.78
        },
        {
          "month": "2025-02",
          "totalR": -4.48
        },
        {
          "month": "2025-03",
          "totalR": 3.35
        },
        {
          "month": "2025-04",
          "totalR": 2.68
        },
        {
          "month": "2025-05",
          "totalR": -10.29
        },
        {
          "month": "2025-06",
          "totalR": 7.66
        },
        {
          "month": "2025-07",
          "totalR": -1.59
        },
        {
          "month": "2025-08",
          "totalR": 7.51
        },
        {
          "month": "2025-09",
          "totalR": -11.5
        },
        {
          "month": "2025-10",
          "totalR": -5.22
        },
        {
          "month": "2025-11",
          "totalR": 2.86
        },
        {
          "month": "2025-12",
          "totalR": 0.79
        },
        {
          "month": "2026-01",
          "totalR": -2.25
        },
        {
          "month": "2026-02",
          "totalR": 2.93
        },
        {
          "month": "2026-03",
          "totalR": -7.15
        },
        {
          "month": "2026-04",
          "totalR": -0.15
        }
      ],
      "trades": [
        {
          "entryTs": 1609839000,
          "entryUtc": "2021-01-05T09:30:00.000Z",
          "exitTs": 1609856160,
          "dir": -1,
          "entryPrice": 1944.238,
          "exitPrice": 1952.027,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 286
        },
        {
          "entryTs": 1609922940,
          "entryUtc": "2021-01-06T08:49:00.000Z",
          "exitTs": 1609936980,
          "dir": -1,
          "entryPrice": 1954.748,
          "exitPrice": 1938.295,
          "stopDistance": 8.227,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 234
        },
        {
          "entryTs": 1610086620,
          "entryUtc": "2021-01-08T06:17:00.000Z",
          "exitTs": 1610092800,
          "dir": 1,
          "entryPrice": 1906.808,
          "exitPrice": 1898.57,
          "stopDistance": 8.238,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 103
        },
        {
          "entryTs": 1610591640,
          "entryUtc": "2021-01-14T02:34:00.000Z",
          "exitTs": 1610646780,
          "dir": 1,
          "entryPrice": 1836.748,
          "exitPrice": 1853.099,
          "stopDistance": 8.175,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 919
        },
        {
          "entryTs": 1611044460,
          "entryUtc": "2021-01-19T08:21:00.000Z",
          "exitTs": 1611111240,
          "dir": -1,
          "entryPrice": 1843.295,
          "exitPrice": 1850.328,
          "stopDistance": 7.032,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 1113
        },
        {
          "entryTs": 1611119880,
          "entryUtc": "2021-01-20T05:18:00.000Z",
          "exitTs": 1611129540,
          "dir": -1,
          "entryPrice": 1850.615,
          "exitPrice": 1856.697,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 161
        },
        {
          "entryTs": 1611206760,
          "entryUtc": "2021-01-21T05:26:00.000Z",
          "exitTs": 1611296280,
          "dir": -1,
          "entryPrice": 1871.988,
          "exitPrice": 1857.289,
          "stopDistance": 7.349,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 1492
        },
        {
          "entryTs": 1611296520,
          "entryUtc": "2021-01-22T06:22:00.000Z",
          "exitTs": 1611312120,
          "dir": 1,
          "entryPrice": 1858.505,
          "exitPrice": 1852.233,
          "stopDistance": 6.272,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 260
        },
        {
          "entryTs": 1611554160,
          "entryUtc": "2021-01-25T05:56:00.000Z",
          "exitTs": 1611580980,
          "dir": 1,
          "entryPrice": 1852.825,
          "exitPrice": 1866.69,
          "stopDistance": 6.933,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 447
        },
        {
          "entryTs": 1611710040,
          "entryUtc": "2021-01-27T01:14:00.000Z",
          "exitTs": 1611747480,
          "dir": 1,
          "entryPrice": 1847.315,
          "exitPrice": 1841.148,
          "stopDistance": 6.167,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 624
        },
        {
          "entryTs": 1611921840,
          "entryUtc": "2021-01-29T12:04:00.000Z",
          "exitTs": 1611927660,
          "dir": -1,
          "entryPrice": 1862.335,
          "exitPrice": 1871.475,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 97
        },
        {
          "entryTs": 1612160940,
          "entryUtc": "2021-02-01T06:29:00.000Z",
          "exitTs": 1612265940,
          "dir": -1,
          "entryPrice": 1865.737,
          "exitPrice": 1843.512,
          "stopDistance": 11.113,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 1750
        },
        {
          "entryTs": 1612415520,
          "entryUtc": "2021-02-04T05:12:00.000Z",
          "exitTs": 1612429680,
          "dir": 1,
          "entryPrice": 1821.655,
          "exitPrice": 1815.329,
          "stopDistance": 6.326,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 236
        },
        {
          "entryTs": 1612774380,
          "entryUtc": "2021-02-08T08:53:00.000Z",
          "exitTs": 1612783980,
          "dir": 1,
          "entryPrice": 1808.795,
          "exitPrice": 1822.488,
          "stopDistance": 6.847,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 160
        },
        {
          "entryTs": 1612857180,
          "entryUtc": "2021-02-09T07:53:00.000Z",
          "exitTs": 1612963920,
          "dir": -1,
          "entryPrice": 1843.105,
          "exitPrice": 1849.675,
          "stopDistance": 6.57,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 1779
        },
        {
          "entryTs": 1613062320,
          "entryUtc": "2021-02-11T16:52:00.000Z",
          "exitTs": 1613063100,
          "dir": 1,
          "entryPrice": 1833.995,
          "exitPrice": 1827.515,
          "stopDistance": 6.48,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 13
        },
        {
          "entryTs": 1613113320,
          "entryUtc": "2021-02-12T07:02:00.000Z",
          "exitTs": 1613118120,
          "dir": 1,
          "entryPrice": 1819.135,
          "exitPrice": 1813.016,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 80
        },
        {
          "entryTs": 1613370540,
          "entryUtc": "2021-02-15T06:29:00.000Z",
          "exitTs": 1613479680,
          "dir": 1,
          "entryPrice": 1820.255,
          "exitPrice": 1813.042,
          "stopDistance": 7.213,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 1819
        },
        {
          "entryTs": 1613549640,
          "entryUtc": "2021-02-17T08:14:00.000Z",
          "exitTs": 1613568300,
          "dir": 1,
          "entryPrice": 1786.605,
          "exitPrice": 1778.528,
          "stopDistance": 8.077,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 311
        },
        {
          "entryTs": 1613661600,
          "entryUtc": "2021-02-18T15:20:00.000Z",
          "exitTs": 1613697060,
          "dir": 1,
          "entryPrice": 1771.235,
          "exitPrice": 1762.45,
          "stopDistance": 8.785,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 591
        },
        {
          "entryTs": 1613746260,
          "entryUtc": "2021-02-19T14:51:00.000Z",
          "exitTs": 1613985480,
          "dir": -1,
          "entryPrice": 1787.336,
          "exitPrice": 1796.354,
          "stopDistance": 9.018,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 3987
        },
        {
          "entryTs": 1614253380,
          "entryUtc": "2021-02-25T11:43:00.000Z",
          "exitTs": 1614265500,
          "dir": 1,
          "entryPrice": 1784.205,
          "exitPrice": 1775.606,
          "stopDistance": 8.599,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 202
        },
        {
          "entryTs": 1614576780,
          "entryUtc": "2021-03-01T05:33:00.000Z",
          "exitTs": 1614618900,
          "dir": -1,
          "entryPrice": 1751.085,
          "exitPrice": 1729.242,
          "stopDistance": 10.922,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 702
        },
        {
          "entryTs": 1614777840,
          "entryUtc": "2021-03-03T13:24:00.000Z",
          "exitTs": 1614786240,
          "dir": 1,
          "entryPrice": 1711.745,
          "exitPrice": 1703.919,
          "stopDistance": 7.826,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 140
        },
        {
          "entryTs": 1614879540,
          "entryUtc": "2021-03-04T17:39:00.000Z",
          "exitTs": 1614884160,
          "dir": 1,
          "entryPrice": 1703.731,
          "exitPrice": 1693.341,
          "stopDistance": 10.39,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 77
        },
        {
          "entryTs": 1614951300,
          "entryUtc": "2021-03-05T13:35:00.000Z",
          "exitTs": 1614954000,
          "dir": 1,
          "entryPrice": 1689.818,
          "exitPrice": 1707.495,
          "stopDistance": 8.838,
          "outcome": "target",
          "netR": 1.9581,
          "holdMinutes": 45
        },
        {
          "entryTs": 1615158300,
          "entryUtc": "2021-03-07T23:05:00.000Z",
          "exitTs": 1615204200,
          "dir": -1,
          "entryPrice": 1706.048,
          "exitPrice": 1686.95,
          "stopDistance": 9.549,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 765
        },
        {
          "entryTs": 1615290840,
          "entryUtc": "2021-03-09T11:54:00.000Z",
          "exitTs": 1615299000,
          "dir": -1,
          "entryPrice": 1709.144,
          "exitPrice": 1717.416,
          "stopDistance": 8.272,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 136
        },
        {
          "entryTs": 1615383480,
          "entryUtc": "2021-03-10T13:38:00.000Z",
          "exitTs": 1615404180,
          "dir": -1,
          "entryPrice": 1719.398,
          "exitPrice": 1725.792,
          "stopDistance": 6.394,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 345
        },
        {
          "entryTs": 1615440900,
          "entryUtc": "2021-03-11T05:35:00.000Z",
          "exitTs": 1615473840,
          "dir": -1,
          "entryPrice": 1734.284,
          "exitPrice": 1721.28,
          "stopDistance": 6.502,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 549
        },
        {
          "entryTs": 1615528440,
          "entryUtc": "2021-03-12T05:54:00.000Z",
          "exitTs": 1615531440,
          "dir": 1,
          "entryPrice": 1716.894,
          "exitPrice": 1710.147,
          "stopDistance": 6.747,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 50
        },
        {
          "entryTs": 1615759440,
          "entryUtc": "2021-03-14T22:04:00.000Z",
          "exitTs": 1615904880,
          "dir": -1,
          "entryPrice": 1729.141,
          "exitPrice": 1737.542,
          "stopDistance": 8.401,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 2424
        },
        {
          "entryTs": 1615990020,
          "entryUtc": "2021-03-17T14:07:00.000Z",
          "exitTs": 1616004000,
          "dir": 1,
          "entryPrice": 1726.394,
          "exitPrice": 1737.496,
          "stopDistance": 5.551,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 233
        },
        {
          "entryTs": 1616364120,
          "entryUtc": "2021-03-21T22:02:00.000Z",
          "exitTs": 1616396400,
          "dir": -1,
          "entryPrice": 1743.918,
          "exitPrice": 1729.425,
          "stopDistance": 7.246,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 538
        },
        {
          "entryTs": 1616508000,
          "entryUtc": "2021-03-23T14:00:00.000Z",
          "exitTs": 1616521200,
          "dir": 1,
          "entryPrice": 1730.908,
          "exitPrice": 1724.629,
          "stopDistance": 6.279,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 220
        },
        {
          "entryTs": 1616674380,
          "entryUtc": "2021-03-25T12:13:00.000Z",
          "exitTs": 1616678640,
          "dir": 1,
          "entryPrice": 1728.018,
          "exitPrice": 1737.534,
          "stopDistance": 4.758,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 71
        },
        {
          "entryTs": 1616758320,
          "entryUtc": "2021-03-26T11:32:00.000Z",
          "exitTs": 1616771160,
          "dir": 1,
          "entryPrice": 1722.238,
          "exitPrice": 1734.242,
          "stopDistance": 6.002,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 214
        },
        {
          "entryTs": 1616995920,
          "entryUtc": "2021-03-29T05:32:00.000Z",
          "exitTs": 1617022380,
          "dir": 1,
          "entryPrice": 1727.465,
          "exitPrice": 1722.512,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 441
        },
        {
          "entryTs": 1617083100,
          "entryUtc": "2021-03-30T05:45:00.000Z",
          "exitTs": 1617089880,
          "dir": 1,
          "entryPrice": 1704.938,
          "exitPrice": 1699.322,
          "stopDistance": 5.616,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 113
        },
        {
          "entryTs": 1617206220,
          "entryUtc": "2021-03-31T15:57:00.000Z",
          "exitTs": 1617210720,
          "dir": -1,
          "entryPrice": 1706.828,
          "exitPrice": 1715.017,
          "stopDistance": 8.189,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 75
        },
        {
          "entryTs": 1617260100,
          "entryUtc": "2021-04-01T06:55:00.000Z",
          "exitTs": 1617282060,
          "dir": -1,
          "entryPrice": 1715.245,
          "exitPrice": 1721.454,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 366
        },
        {
          "entryTs": 1617860640,
          "entryUtc": "2021-04-08T05:44:00.000Z",
          "exitTs": 1617879780,
          "dir": -1,
          "entryPrice": 1742.908,
          "exitPrice": 1747.666,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 319
        },
        {
          "entryTs": 1617971520,
          "entryUtc": "2021-04-09T12:32:00.000Z",
          "exitTs": 1617973500,
          "dir": 1,
          "entryPrice": 1738.808,
          "exitPrice": 1733.886,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 33
        },
        {
          "entryTs": 1618227120,
          "entryUtc": "2021-04-12T11:32:00.000Z",
          "exitTs": 1618235580,
          "dir": -1,
          "entryPrice": 1743.408,
          "exitPrice": 1733.282,
          "stopDistance": 5.063,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 141
        },
        {
          "entryTs": 1618478520,
          "entryUtc": "2021-04-15T09:22:00.000Z",
          "exitTs": 1618493580,
          "dir": -1,
          "entryPrice": 1748.748,
          "exitPrice": 1753.869,
          "stopDistance": 5.121,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 251
        },
        {
          "entryTs": 1618837980,
          "entryUtc": "2021-04-19T13:13:00.000Z",
          "exitTs": 1618838400,
          "dir": 1,
          "entryPrice": 1774.195,
          "exitPrice": 1766.752,
          "stopDistance": 7.442,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 7
        },
        {
          "entryTs": 1618907400,
          "entryUtc": "2021-04-20T08:30:00.000Z",
          "exitTs": 1618933380,
          "dir": 1,
          "entryPrice": 1766.615,
          "exitPrice": 1779.822,
          "stopDistance": 6.604,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 433
        },
        {
          "entryTs": 1618983900,
          "entryUtc": "2021-04-21T05:45:00.000Z",
          "exitTs": 1619012700,
          "dir": -1,
          "entryPrice": 1784.515,
          "exitPrice": 1790.186,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 480
        },
        {
          "entryTs": 1619107500,
          "entryUtc": "2021-04-22T16:05:00.000Z",
          "exitTs": 1619179020,
          "dir": 1,
          "entryPrice": 1777.738,
          "exitPrice": 1791.587,
          "stopDistance": 6.925,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 1192
        },
        {
          "entryTs": 1619181660,
          "entryUtc": "2021-04-23T12:41:00.000Z",
          "exitTs": 1619185920,
          "dir": -1,
          "entryPrice": 1794.248,
          "exitPrice": 1782.812,
          "stopDistance": 5.718,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 71
        },
        {
          "entryTs": 1619415480,
          "entryUtc": "2021-04-26T05:38:00.000Z",
          "exitTs": 1619439180,
          "dir": -1,
          "entryPrice": 1782.708,
          "exitPrice": 1772.098,
          "stopDistance": 5.305,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 395
        },
        {
          "entryTs": 1619526120,
          "entryUtc": "2021-04-27T12:22:00.000Z",
          "exitTs": 1619568180,
          "dir": -1,
          "entryPrice": 1783.838,
          "exitPrice": 1773.396,
          "stopDistance": 5.221,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 701
        },
        {
          "entryTs": 1619593740,
          "entryUtc": "2021-04-28T07:09:00.000Z",
          "exitTs": 1619634180,
          "dir": 1,
          "entryPrice": 1766.965,
          "exitPrice": 1776.412,
          "stopDistance": 4.723,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 674
        },
        {
          "entryTs": 1620217980,
          "entryUtc": "2021-05-05T12:33:00.000Z",
          "exitTs": 1620223500,
          "dir": 1,
          "entryPrice": 1772.128,
          "exitPrice": 1783.872,
          "stopDistance": 5.872,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 92
        },
        {
          "entryTs": 1620278340,
          "entryUtc": "2021-05-06T05:19:00.000Z",
          "exitTs": 1620284700,
          "dir": -1,
          "entryPrice": 1790.042,
          "exitPrice": 1795.285,
          "stopDistance": 5.243,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 106
        },
        {
          "entryTs": 1620377040,
          "entryUtc": "2021-05-07T08:44:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1822.075,
          "exitPrice": 1827.769,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 226
        },
        {
          "entryTs": 1620737760,
          "entryUtc": "2021-05-11T12:56:00.000Z",
          "exitTs": 1620737940,
          "dir": 1,
          "entryPrice": 1831.555,
          "exitPrice": 1825.932,
          "stopDistance": 5.623,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 3
        },
        {
          "entryTs": 1620824760,
          "entryUtc": "2021-05-12T13:06:00.000Z",
          "exitTs": 1620829800,
          "dir": -1,
          "entryPrice": 1841.718,
          "exitPrice": 1827.488,
          "stopDistance": 7.115,
          "outcome": "target",
          "netR": 1.948,
          "holdMinutes": 84
        },
        {
          "entryTs": 1620896040,
          "entryUtc": "2021-05-13T08:54:00.000Z",
          "exitTs": 1620973380,
          "dir": 1,
          "entryPrice": 1813.835,
          "exitPrice": 1829.012,
          "stopDistance": 7.589,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 1289
        },
        {
          "entryTs": 1621226880,
          "entryUtc": "2021-05-17T04:48:00.000Z",
          "exitTs": 1621261200,
          "dir": -1,
          "entryPrice": 1852.975,
          "exitPrice": 1859.527,
          "stopDistance": 6.552,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 572
        },
        {
          "entryTs": 1621341540,
          "entryUtc": "2021-05-18T12:39:00.000Z",
          "exitTs": 1621413960,
          "dir": -1,
          "entryPrice": 1873.378,
          "exitPrice": 1862.682,
          "stopDistance": 5.348,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 1207
        },
        {
          "entryTs": 1621414920,
          "entryUtc": "2021-05-19T09:02:00.000Z",
          "exitTs": 1621419240,
          "dir": 1,
          "entryPrice": 1863.525,
          "exitPrice": 1857.225,
          "stopDistance": 6.3,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 72
        },
        {
          "entryTs": 1621925580,
          "entryUtc": "2021-05-25T06:53:00.000Z",
          "exitTs": 1621951380,
          "dir": -1,
          "entryPrice": 1885.718,
          "exitPrice": 1891.484,
          "stopDistance": 5.766,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 430
        },
        {
          "entryTs": 1622118180,
          "entryUtc": "2021-05-27T12:23:00.000Z",
          "exitTs": 1622203860,
          "dir": 1,
          "entryPrice": 1891.698,
          "exitPrice": 1885.54,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 1428
        },
        {
          "entryTs": 1622423280,
          "entryUtc": "2021-05-31T01:08:00.000Z",
          "exitTs": 1622511540,
          "dir": -1,
          "entryPrice": 1905.478,
          "exitPrice": 1911.374,
          "stopDistance": 5.896,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 1471
        },
        {
          "entryTs": 1622528520,
          "entryUtc": "2021-06-01T06:22:00.000Z",
          "exitTs": 1622536680,
          "dir": -1,
          "entryPrice": 1914.335,
          "exitPrice": 1905.345,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 136
        },
        {
          "entryTs": 1623043020,
          "entryUtc": "2021-06-07T05:17:00.000Z",
          "exitTs": 1623088500,
          "dir": 1,
          "entryPrice": 1885.415,
          "exitPrice": 1897.149,
          "stopDistance": 5.867,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 758
        },
        {
          "entryTs": 1623155940,
          "entryUtc": "2021-06-08T12:39:00.000Z",
          "exitTs": 1623156600,
          "dir": -1,
          "entryPrice": 1901.628,
          "exitPrice": 1890.884,
          "stopDistance": 5.372,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 11
        },
        {
          "entryTs": 1623304200,
          "entryUtc": "2021-06-10T05:50:00.000Z",
          "exitTs": 1623310440,
          "dir": 1,
          "entryPrice": 1884.335,
          "exitPrice": 1879.691,
          "stopDistance": 4.644,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 104
        },
        {
          "entryTs": 1623392340,
          "entryUtc": "2021-06-11T06:19:00.000Z",
          "exitTs": 1623403680,
          "dir": -1,
          "entryPrice": 1900.358,
          "exitPrice": 1890.288,
          "stopDistance": 5.035,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 189
        },
        {
          "entryTs": 1623625080,
          "entryUtc": "2021-06-13T22:58:00.000Z",
          "exitTs": 1623633000,
          "dir": 1,
          "entryPrice": 1875.208,
          "exitPrice": 1868.892,
          "stopDistance": 6.316,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 132
        },
        {
          "entryTs": 1623643740,
          "entryUtc": "2021-06-14T04:09:00.000Z",
          "exitTs": 1623655200,
          "dir": 1,
          "entryPrice": 1863.234,
          "exitPrice": 1856.995,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 191
        },
        {
          "entryTs": 1623920100,
          "entryUtc": "2021-06-17T08:55:00.000Z",
          "exitTs": 1623930180,
          "dir": 1,
          "entryPrice": 1803.468,
          "exitPrice": 1793.371,
          "stopDistance": 10.097,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 168
        },
        {
          "entryTs": 1624256460,
          "entryUtc": "2021-06-21T06:21:00.000Z",
          "exitTs": 1624265280,
          "dir": -1,
          "entryPrice": 1776.688,
          "exitPrice": 1785.311,
          "stopDistance": 8.623,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 147
        },
        {
          "entryTs": 1624509360,
          "entryUtc": "2021-06-24T04:36:00.000Z",
          "exitTs": 1624535580,
          "dir": 1,
          "entryPrice": 1773.528,
          "exitPrice": 1786.447,
          "stopDistance": 6.459,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 437
        },
        {
          "entryTs": 1624624740,
          "entryUtc": "2021-06-25T12:39:00.000Z",
          "exitTs": 1624638360,
          "dir": -1,
          "entryPrice": 1786.608,
          "exitPrice": 1776.595,
          "stopDistance": 5.006,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 227
        },
        {
          "entryTs": 1624857480,
          "entryUtc": "2021-06-28T05:18:00.000Z",
          "exitTs": 1624953720,
          "dir": -1,
          "entryPrice": 1782.548,
          "exitPrice": 1771.433,
          "stopDistance": 5.557,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 1604
        },
        {
          "entryTs": 1625112300,
          "entryUtc": "2021-07-01T04:05:00.000Z",
          "exitTs": 1625144820,
          "dir": -1,
          "entryPrice": 1775.828,
          "exitPrice": 1781.949,
          "stopDistance": 6.121,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 542
        },
        {
          "entryTs": 1625214360,
          "entryUtc": "2021-07-02T08:26:00.000Z",
          "exitTs": 1625222400,
          "dir": -1,
          "entryPrice": 1782.508,
          "exitPrice": 1787.42,
          "stopDistance": 4.912,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 134
        },
        {
          "entryTs": 1625467560,
          "entryUtc": "2021-07-05T06:46:00.000Z",
          "exitTs": 1625472000,
          "dir": -1,
          "entryPrice": 1788.758,
          "exitPrice": 1794.685,
          "stopDistance": 5.927,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 74
        },
        {
          "entryTs": 1625544180,
          "entryUtc": "2021-07-06T04:03:00.000Z",
          "exitTs": 1625550960,
          "dir": -1,
          "entryPrice": 1798.887,
          "exitPrice": 1803.869,
          "stopDistance": 4.982,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 113
        },
        {
          "entryTs": 1625719080,
          "entryUtc": "2021-07-08T04:38:00.000Z",
          "exitTs": 1625730840,
          "dir": 1,
          "entryPrice": 1796.485,
          "exitPrice": 1808.32,
          "stopDistance": 5.918,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 196
        },
        {
          "entryTs": 1626063720,
          "entryUtc": "2021-07-12T04:22:00.000Z",
          "exitTs": 1626097320,
          "dir": 1,
          "entryPrice": 1802.778,
          "exitPrice": 1797.073,
          "stopDistance": 5.705,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 560
        },
        {
          "entryTs": 1626179460,
          "entryUtc": "2021-07-13T12:31:00.000Z",
          "exitTs": 1626179640,
          "dir": -1,
          "entryPrice": 1805.198,
          "exitPrice": 1810.355,
          "stopDistance": 5.157,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 3
        },
        {
          "entryTs": 1626259020,
          "entryUtc": "2021-07-14T10:37:00.000Z",
          "exitTs": 1626264360,
          "dir": -1,
          "entryPrice": 1816.298,
          "exitPrice": 1821.728,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 89
        },
        {
          "entryTs": 1626328500,
          "entryUtc": "2021-07-15T05:55:00.000Z",
          "exitTs": 1626432360,
          "dir": -1,
          "entryPrice": 1828.883,
          "exitPrice": 1818.23,
          "stopDistance": 5.327,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 1731
        },
        {
          "entryTs": 1626674520,
          "entryUtc": "2021-07-19T06:02:00.000Z",
          "exitTs": 1626675540,
          "dir": 1,
          "entryPrice": 1810.568,
          "exitPrice": 1805.004,
          "stopDistance": 5.564,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 17
        },
        {
          "entryTs": 1626782580,
          "entryUtc": "2021-07-20T12:03:00.000Z",
          "exitTs": 1626784800,
          "dir": -1,
          "entryPrice": 1817.218,
          "exitPrice": 1822.802,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 37
        },
        {
          "entryTs": 1626855360,
          "entryUtc": "2021-07-21T08:16:00.000Z",
          "exitTs": 1626868920,
          "dir": 1,
          "entryPrice": 1804.968,
          "exitPrice": 1799.147,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 226
        },
        {
          "entryTs": 1626942540,
          "entryUtc": "2021-07-22T08:29:00.000Z",
          "exitTs": 1626957600,
          "dir": 1,
          "entryPrice": 1794.628,
          "exitPrice": 1804.426,
          "stopDistance": 4.899,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 251
        },
        {
          "entryTs": 1627027440,
          "entryUtc": "2021-07-23T08:04:00.000Z",
          "exitTs": 1627034940,
          "dir": -1,
          "entryPrice": 1808.278,
          "exitPrice": 1798.187,
          "stopDistance": 5.045,
          "outcome": "target",
          "netR": 1.9267,
          "holdMinutes": 125
        },
        {
          "entryTs": 1627308420,
          "entryUtc": "2021-07-26T14:07:00.000Z",
          "exitTs": 1627495200,
          "dir": 1,
          "entryPrice": 1798.778,
          "exitPrice": 1792.966,
          "stopDistance": 5.812,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 3113
        },
        {
          "entryTs": 1627495320,
          "entryUtc": "2021-07-28T18:02:00.000Z",
          "exitTs": 1627501500,
          "dir": 1,
          "entryPrice": 1797.135,
          "exitPrice": 1808.133,
          "stopDistance": 5.499,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 103
        },
        {
          "entryTs": 1627536780,
          "entryUtc": "2021-07-29T05:33:00.000Z",
          "exitTs": 1627553640,
          "dir": -1,
          "entryPrice": 1817.448,
          "exitPrice": 1823.24,
          "stopDistance": 5.792,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 281
        },
        {
          "entryTs": 1627664640,
          "entryUtc": "2021-07-30T17:04:00.000Z",
          "exitTs": 1627868160,
          "dir": 1,
          "entryPrice": 1814.588,
          "exitPrice": 1808.962,
          "stopDistance": 5.626,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 3392
        },
        {
          "entryTs": 1627885620,
          "entryUtc": "2021-08-02T06:27:00.000Z",
          "exitTs": 1627924380,
          "dir": 1,
          "entryPrice": 1808.468,
          "exitPrice": 1819.26,
          "stopDistance": 5.396,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 646
        },
        {
          "entryTs": 1628061600,
          "entryUtc": "2021-08-04T07:20:00.000Z",
          "exitTs": 1628077440,
          "dir": -1,
          "entryPrice": 1814.458,
          "exitPrice": 1818.005,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 264
        },
        {
          "entryTs": 1628234280,
          "entryUtc": "2021-08-06T07:18:00.000Z",
          "exitTs": 1628247180,
          "dir": 1,
          "entryPrice": 1799.168,
          "exitPrice": 1795.038,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 215
        },
        {
          "entryTs": 1628603100,
          "entryUtc": "2021-08-10T13:45:00.000Z",
          "exitTs": 1628685000,
          "dir": 1,
          "entryPrice": 1724.918,
          "exitPrice": 1741.179,
          "stopDistance": 8.131,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 1365
        },
        {
          "entryTs": 1628750400,
          "entryUtc": "2021-08-12T06:40:00.000Z",
          "exitTs": 1628771400,
          "dir": -1,
          "entryPrice": 1753.998,
          "exitPrice": 1743.851,
          "stopDistance": 5.073,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 350
        },
        {
          "entryTs": 1629064980,
          "entryUtc": "2021-08-15T22:03:00.000Z",
          "exitTs": 1629120960,
          "dir": -1,
          "entryPrice": 1779.478,
          "exitPrice": 1784.638,
          "stopDistance": 5.16,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 933
        },
        {
          "entryTs": 1629297660,
          "entryUtc": "2021-08-18T14:41:00.000Z",
          "exitTs": 1629342660,
          "dir": 1,
          "entryPrice": 1781.015,
          "exitPrice": 1775.727,
          "stopDistance": 5.288,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 750
        },
        {
          "entryTs": 1629672720,
          "entryUtc": "2021-08-22T22:52:00.000Z",
          "exitTs": 1629715500,
          "dir": 1,
          "entryPrice": 1778.608,
          "exitPrice": 1788.952,
          "stopDistance": 5.172,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 713
        },
        {
          "entryTs": 1629807600,
          "entryUtc": "2021-08-24T12:20:00.000Z",
          "exitTs": 1629851880,
          "dir": -1,
          "entryPrice": 1806.16,
          "exitPrice": 1797.727,
          "stopDistance": 4.217,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 738
        },
        {
          "entryTs": 1629866700,
          "entryUtc": "2021-08-25T04:45:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1793.488,
          "exitPrice": 1788.688,
          "stopDistance": 4.8,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 535
        },
        {
          "entryTs": 1629981780,
          "entryUtc": "2021-08-26T12:43:00.000Z",
          "exitTs": 1629988200,
          "dir": 1,
          "entryPrice": 1782.998,
          "exitPrice": 1792.203,
          "stopDistance": 4.602,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 107
        },
        {
          "entryTs": 1630039200,
          "entryUtc": "2021-08-27T04:40:00.000Z",
          "exitTs": 1630045680,
          "dir": -1,
          "entryPrice": 1799.155,
          "exitPrice": 1803.943,
          "stopDistance": 4.788,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 108
        },
        {
          "entryTs": 1630283220,
          "entryUtc": "2021-08-30T00:27:00.000Z",
          "exitTs": 1630415160,
          "dir": -1,
          "entryPrice": 1818.624,
          "exitPrice": 1804.99,
          "stopDistance": 6.817,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 2199
        },
        {
          "entryTs": 1630500600,
          "entryUtc": "2021-09-01T12:50:00.000Z",
          "exitTs": 1630508460,
          "dir": -1,
          "entryPrice": 1819.038,
          "exitPrice": 1809.398,
          "stopDistance": 4.82,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 131
        },
        {
          "entryTs": 1630671960,
          "entryUtc": "2021-09-03T12:26:00.000Z",
          "exitTs": 1630672200,
          "dir": -1,
          "entryPrice": 1814.677,
          "exitPrice": 1818.177,
          "stopDistance": 3.5,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 4
        },
        {
          "entryTs": 1630915440,
          "entryUtc": "2021-09-06T08:04:00.000Z",
          "exitTs": 1630989000,
          "dir": 1,
          "entryPrice": 1825.264,
          "exitPrice": 1821.095,
          "stopDistance": 4.169,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 1226
        },
        {
          "entryTs": 1630989120,
          "entryUtc": "2021-09-07T04:32:00.000Z",
          "exitTs": 1630993320,
          "dir": 1,
          "entryPrice": 1821.958,
          "exitPrice": 1818.371,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 70
        },
        {
          "entryTs": 1631252280,
          "entryUtc": "2021-09-10T05:38:00.000Z",
          "exitTs": 1631296380,
          "dir": -1,
          "entryPrice": 1800.464,
          "exitPrice": 1789.043,
          "stopDistance": 5.71,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 735
        },
        {
          "entryTs": 1631490480,
          "entryUtc": "2021-09-12T23:48:00.000Z",
          "exitTs": 1631622600,
          "dir": 1,
          "entryPrice": 1787.228,
          "exitPrice": 1781.31,
          "stopDistance": 5.918,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 2202
        },
        {
          "entryTs": 1631624280,
          "entryUtc": "2021-09-14T12:58:00.000Z",
          "exitTs": 1631630220,
          "dir": -1,
          "entryPrice": 1797.777,
          "exitPrice": 1802.097,
          "stopDistance": 4.32,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 99
        },
        {
          "entryTs": 1632218940,
          "entryUtc": "2021-09-21T10:09:00.000Z",
          "exitTs": 1632227100,
          "dir": -1,
          "entryPrice": 1766.888,
          "exitPrice": 1772.338,
          "stopDistance": 5.45,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 136
        },
        {
          "entryTs": 1632333720,
          "entryUtc": "2021-09-22T18:02:00.000Z",
          "exitTs": 1632333840,
          "dir": -1,
          "entryPrice": 1773.624,
          "exitPrice": 1778.826,
          "stopDistance": 5.202,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 2
        },
        {
          "entryTs": 1632381360,
          "entryUtc": "2021-09-23T07:16:00.000Z",
          "exitTs": 1632388680,
          "dir": 1,
          "entryPrice": 1761.317,
          "exitPrice": 1773.075,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 122
        },
        {
          "entryTs": 1632706140,
          "entryUtc": "2021-09-27T01:29:00.000Z",
          "exitTs": 1632737280,
          "dir": -1,
          "entryPrice": 1757.334,
          "exitPrice": 1745.328,
          "stopDistance": 6.003,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 519
        },
        {
          "entryTs": 1632809940,
          "entryUtc": "2021-09-28T06:19:00.000Z",
          "exitTs": 1632812640,
          "dir": 1,
          "entryPrice": 1745.148,
          "exitPrice": 1739.941,
          "stopDistance": 5.207,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 45
        },
        {
          "entryTs": 1632925560,
          "entryUtc": "2021-09-29T14:26:00.000Z",
          "exitTs": 1632936840,
          "dir": 1,
          "entryPrice": 1728.608,
          "exitPrice": 1722.367,
          "stopDistance": 6.241,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 188
        },
        {
          "entryTs": 1633098960,
          "entryUtc": "2021-10-01T14:36:00.000Z",
          "exitTs": 1633337040,
          "dir": -1,
          "entryPrice": 1762.808,
          "exitPrice": 1749.029,
          "stopDistance": 6.89,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 3968
        },
        {
          "entryTs": 1633504560,
          "entryUtc": "2021-10-06T07:16:00.000Z",
          "exitTs": 1633523220,
          "dir": 1,
          "entryPrice": 1748.698,
          "exitPrice": 1759.245,
          "stopDistance": 5.273,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 311
        },
        {
          "entryTs": 1633957260,
          "entryUtc": "2021-10-11T13:01:00.000Z",
          "exitTs": 1634037960,
          "dir": 1,
          "entryPrice": 1751.448,
          "exitPrice": 1763.774,
          "stopDistance": 6.163,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 1345
        },
        {
          "entryTs": 1634200260,
          "entryUtc": "2021-10-14T08:31:00.000Z",
          "exitTs": 1634289180,
          "dir": -1,
          "entryPrice": 1795.738,
          "exitPrice": 1783.606,
          "stopDistance": 6.066,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 1482
        },
        {
          "entryTs": 1634608620,
          "entryUtc": "2021-10-19T01:57:00.000Z",
          "exitTs": 1634622900,
          "dir": -1,
          "entryPrice": 1771.968,
          "exitPrice": 1776.936,
          "stopDistance": 4.968,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 238
        },
        {
          "entryTs": 1635134640,
          "entryUtc": "2021-10-25T04:04:00.000Z",
          "exitTs": 1635169800,
          "dir": -1,
          "entryPrice": 1798.878,
          "exitPrice": 1806.754,
          "stopDistance": 7.876,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 586
        },
        {
          "entryTs": 1635251220,
          "entryUtc": "2021-10-26T12:27:00.000Z",
          "exitTs": 1635255060,
          "dir": 1,
          "entryPrice": 1797.208,
          "exitPrice": 1792.479,
          "stopDistance": 4.729,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 64
        },
        {
          "entryTs": 1635402900,
          "entryUtc": "2021-10-28T06:35:00.000Z",
          "exitTs": 1635427800,
          "dir": -1,
          "entryPrice": 1802.968,
          "exitPrice": 1808.351,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 415
        },
        {
          "entryTs": 1635497160,
          "entryUtc": "2021-10-29T08:46:00.000Z",
          "exitTs": 1635509520,
          "dir": 1,
          "entryPrice": 1792.308,
          "exitPrice": 1786.397,
          "stopDistance": 5.911,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 206
        },
        {
          "entryTs": 1635746700,
          "entryUtc": "2021-11-01T06:05:00.000Z",
          "exitTs": 1635775200,
          "dir": -1,
          "entryPrice": 1786.998,
          "exitPrice": 1792.832,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 475
        },
        {
          "entryTs": 1635835260,
          "entryUtc": "2021-11-02T06:41:00.000Z",
          "exitTs": 1635862080,
          "dir": -1,
          "entryPrice": 1795.244,
          "exitPrice": 1786.316,
          "stopDistance": 4.464,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 447
        },
        {
          "entryTs": 1635920400,
          "entryUtc": "2021-11-03T06:20:00.000Z",
          "exitTs": 1635943740,
          "dir": 1,
          "entryPrice": 1779.404,
          "exitPrice": 1774.706,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 389
        },
        {
          "entryTs": 1636100520,
          "entryUtc": "2021-11-05T08:22:00.000Z",
          "exitTs": 1636115400,
          "dir": -1,
          "entryPrice": 1798.458,
          "exitPrice": 1788.415,
          "stopDistance": 5.021,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 248
        },
        {
          "entryTs": 1636326120,
          "entryUtc": "2021-11-07T23:02:00.000Z",
          "exitTs": 1636378020,
          "dir": -1,
          "entryPrice": 1816.498,
          "exitPrice": 1823.7,
          "stopDistance": 7.202,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 865
        },
        {
          "entryTs": 1636458420,
          "entryUtc": "2021-11-09T11:47:00.000Z",
          "exitTs": 1636488180,
          "dir": -1,
          "entryPrice": 1826.078,
          "exitPrice": 1831.454,
          "stopDistance": 5.376,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 496
        },
        {
          "entryTs": 1636713480,
          "entryUtc": "2021-11-12T10:38:00.000Z",
          "exitTs": 1636729320,
          "dir": 1,
          "entryPrice": 1849.018,
          "exitPrice": 1861.072,
          "stopDistance": 6.027,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 264
        },
        {
          "entryTs": 1636930920,
          "entryUtc": "2021-11-14T23:02:00.000Z",
          "exitTs": 1637053080,
          "dir": -1,
          "entryPrice": 1866.068,
          "exitPrice": 1872.66,
          "stopDistance": 6.592,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 2036
        },
        {
          "entryTs": 1637080140,
          "entryUtc": "2021-11-16T16:29:00.000Z",
          "exitTs": 1637343600,
          "dir": 1,
          "entryPrice": 1856.528,
          "exitPrice": 1849.006,
          "stopDistance": 7.522,
          "outcome": "stop",
          "netR": -1.0558,
          "holdMinutes": 4391
        },
        {
          "entryTs": 1637535960,
          "entryUtc": "2021-11-21T23:06:00.000Z",
          "exitTs": 1637588040,
          "dir": 1,
          "entryPrice": 1844.118,
          "exitPrice": 1836.29,
          "stopDistance": 7.828,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 868
        },
        {
          "entryTs": 1637658480,
          "entryUtc": "2021-11-23T09:08:00.000Z",
          "exitTs": 1637660580,
          "dir": 1,
          "entryPrice": 1802.178,
          "exitPrice": 1794.266,
          "stopDistance": 7.912,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 35
        },
        {
          "entryTs": 1637760540,
          "entryUtc": "2021-11-24T13:29:00.000Z",
          "exitTs": 1637895720,
          "dir": 1,
          "entryPrice": 1782.498,
          "exitPrice": 1795.021,
          "stopDistance": 6.262,
          "outcome": "target",
          "netR": 1.9409,
          "holdMinutes": 2253
        },
        {
          "entryTs": 1637908440,
          "entryUtc": "2021-11-26T06:34:00.000Z",
          "exitTs": 1637911620,
          "dir": -1,
          "entryPrice": 1798.978,
          "exitPrice": 1803.536,
          "stopDistance": 4.558,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 53
        },
        {
          "entryTs": 1638140580,
          "entryUtc": "2021-11-28T23:03:00.000Z",
          "exitTs": 1638140880,
          "dir": 1,
          "entryPrice": 1789.315,
          "exitPrice": 1779.191,
          "stopDistance": 10.124,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 5
        },
        {
          "entryTs": 1638168960,
          "entryUtc": "2021-11-29T06:56:00.000Z",
          "exitTs": 1638284640,
          "dir": -1,
          "entryPrice": 1795.728,
          "exitPrice": 1805.292,
          "stopDistance": 9.564,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 1928
        },
        {
          "entryTs": 1638288780,
          "entryUtc": "2021-11-30T16:13:00.000Z",
          "exitTs": 1638290580,
          "dir": 1,
          "entryPrice": 1781.148,
          "exitPrice": 1771.325,
          "stopDistance": 9.823,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 30
        },
        {
          "entryTs": 1638421440,
          "entryUtc": "2021-12-02T05:04:00.000Z",
          "exitTs": 1638433560,
          "dir": 1,
          "entryPrice": 1776.558,
          "exitPrice": 1769.875,
          "stopDistance": 6.683,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 202
        },
        {
          "entryTs": 1638551100,
          "entryUtc": "2021-12-03T17:05:00.000Z",
          "exitTs": 1638911100,
          "dir": -1,
          "entryPrice": 1780.978,
          "exitPrice": 1784.888,
          "stopDistance": 8.004,
          "outcome": "time",
          "netR": -0.5347,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1638942420,
          "entryUtc": "2021-12-08T05:47:00.000Z",
          "exitTs": 1638972300,
          "dir": -1,
          "entryPrice": 1790.355,
          "exitPrice": 1780.372,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 498
        },
        {
          "entryTs": 1639051080,
          "entryUtc": "2021-12-09T11:58:00.000Z",
          "exitTs": 1639053000,
          "dir": 1,
          "entryPrice": 1779.708,
          "exitPrice": 1775.062,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 32
        },
        {
          "entryTs": 1639144980,
          "entryUtc": "2021-12-10T14:03:00.000Z",
          "exitTs": 1639489080,
          "dir": -1,
          "entryPrice": 1787.068,
          "exitPrice": 1776.291,
          "stopDistance": 5.389,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 5735
        },
        {
          "entryTs": 1639579200,
          "entryUtc": "2021-12-15T14:40:00.000Z",
          "exitTs": 1639593840,
          "dir": 1,
          "entryPrice": 1766.588,
          "exitPrice": 1762.272,
          "stopDistance": 4.316,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 244
        },
        {
          "entryTs": 1639635840,
          "entryUtc": "2021-12-16T06:24:00.000Z",
          "exitTs": 1639663620,
          "dir": -1,
          "entryPrice": 1784.018,
          "exitPrice": 1790.392,
          "stopDistance": 6.374,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 463
        },
        {
          "entryTs": 1639719900,
          "entryUtc": "2021-12-17T05:45:00.000Z",
          "exitTs": 1639727460,
          "dir": -1,
          "entryPrice": 1804.215,
          "exitPrice": 1809.173,
          "stopDistance": 4.958,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 126
        },
        {
          "entryTs": 1639977720,
          "entryUtc": "2021-12-20T05:22:00.000Z",
          "exitTs": 1640012340,
          "dir": -1,
          "entryPrice": 1802.208,
          "exitPrice": 1792.277,
          "stopDistance": 4.965,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 577
        },
        {
          "entryTs": 1640101080,
          "entryUtc": "2021-12-21T15:38:00.000Z",
          "exitTs": 1640196000,
          "dir": 1,
          "entryPrice": 1789.458,
          "exitPrice": 1799.857,
          "stopDistance": 5.2,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 1582
        },
        {
          "entryTs": 1640266920,
          "entryUtc": "2021-12-23T13:42:00.000Z",
          "exitTs": 1640270340,
          "dir": -1,
          "entryPrice": 1807.865,
          "exitPrice": 1800.261,
          "stopDistance": 3.802,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 57
        },
        {
          "entryTs": 1640568060,
          "entryUtc": "2021-12-27T01:21:00.000Z",
          "exitTs": 1640673660,
          "dir": -1,
          "entryPrice": 1810.329,
          "exitPrice": 1814.37,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 1760
        },
        {
          "entryTs": 1640764920,
          "entryUtc": "2021-12-29T08:02:00.000Z",
          "exitTs": 1640773140,
          "dir": 1,
          "entryPrice": 1804.038,
          "exitPrice": 1800.377,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 137
        },
        {
          "entryTs": 1640874900,
          "entryUtc": "2021-12-30T14:35:00.000Z",
          "exitTs": 1640880900,
          "dir": -1,
          "entryPrice": 1806.565,
          "exitPrice": 1811.032,
          "stopDistance": 4.467,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 100
        },
        {
          "entryTs": 1640929380,
          "entryUtc": "2021-12-31T05:43:00.000Z",
          "exitTs": 1640956380,
          "dir": -1,
          "entryPrice": 1818.568,
          "exitPrice": 1822.866,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 450
        },
        {
          "entryTs": 1641164760,
          "entryUtc": "2022-01-02T23:06:00.000Z",
          "exitTs": 1641214920,
          "dir": -1,
          "entryPrice": 1829.744,
          "exitPrice": 1820.527,
          "stopDistance": 4.609,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 836
        },
        {
          "entryTs": 1641363480,
          "entryUtc": "2022-01-05T06:18:00.000Z",
          "exitTs": 1641389100,
          "dir": -1,
          "entryPrice": 1816.588,
          "exitPrice": 1820.923,
          "stopDistance": 4.335,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 427
        },
        {
          "entryTs": 1641445500,
          "entryUtc": "2022-01-06T05:05:00.000Z",
          "exitTs": 1641451980,
          "dir": 1,
          "entryPrice": 1805.068,
          "exitPrice": 1799.565,
          "stopDistance": 5.503,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 108
        },
        {
          "entryTs": 1641562980,
          "entryUtc": "2022-01-07T13:43:00.000Z",
          "exitTs": 1641809400,
          "dir": 1,
          "entryPrice": 1788.165,
          "exitPrice": 1799.025,
          "stopDistance": 5.43,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 4107
        },
        {
          "entryTs": 1641880500,
          "entryUtc": "2022-01-11T05:55:00.000Z",
          "exitTs": 1641917400,
          "dir": -1,
          "entryPrice": 1807.778,
          "exitPrice": 1812.763,
          "stopDistance": 4.985,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 615
        },
        {
          "entryTs": 1641995160,
          "entryUtc": "2022-01-12T13:46:00.000Z",
          "exitTs": 1642011600,
          "dir": -1,
          "entryPrice": 1822.554,
          "exitPrice": 1826.922,
          "stopDistance": 4.368,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 274
        },
        {
          "entryTs": 1642052400,
          "entryUtc": "2022-01-13T05:40:00.000Z",
          "exitTs": 1642064520,
          "dir": -1,
          "entryPrice": 1827.414,
          "exitPrice": 1819.539,
          "stopDistance": 3.937,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 202
        },
        {
          "entryTs": 1642147740,
          "entryUtc": "2022-01-14T08:09:00.000Z",
          "exitTs": 1642177560,
          "dir": -1,
          "entryPrice": 1827.468,
          "exitPrice": 1819.085,
          "stopDistance": 4.192,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 497
        },
        {
          "entryTs": 1642379760,
          "entryUtc": "2022-01-17T00:36:00.000Z",
          "exitTs": 1642499580,
          "dir": 1,
          "entryPrice": 1814.934,
          "exitPrice": 1809.737,
          "stopDistance": 5.197,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 1997
        },
        {
          "entryTs": 1642686060,
          "entryUtc": "2022-01-20T13:41:00.000Z",
          "exitTs": 1642753020,
          "dir": -1,
          "entryPrice": 1843.698,
          "exitPrice": 1833.71,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 1116
        },
        {
          "entryTs": 1643000640,
          "entryUtc": "2022-01-24T05:04:00.000Z",
          "exitTs": 1643015400,
          "dir": -1,
          "entryPrice": 1837.768,
          "exitPrice": 1842.992,
          "stopDistance": 5.224,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 246
        },
        {
          "entryTs": 1643207280,
          "entryUtc": "2022-01-26T14:28:00.000Z",
          "exitTs": 1643217120,
          "dir": 1,
          "entryPrice": 1835.618,
          "exitPrice": 1830.604,
          "stopDistance": 5.014,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 164
        },
        {
          "entryTs": 1643261940,
          "entryUtc": "2022-01-27T05:39:00.000Z",
          "exitTs": 1643288340,
          "dir": 1,
          "entryPrice": 1813.104,
          "exitPrice": 1806.452,
          "stopDistance": 6.652,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 440
        },
        {
          "entryTs": 1643361060,
          "entryUtc": "2022-01-28T09:11:00.000Z",
          "exitTs": 1643367780,
          "dir": 1,
          "entryPrice": 1791.715,
          "exitPrice": 1786.222,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 112
        },
        {
          "entryTs": 1643618040,
          "entryUtc": "2022-01-31T08:34:00.000Z",
          "exitTs": 1643637300,
          "dir": -1,
          "entryPrice": 1791.098,
          "exitPrice": 1796.529,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 321
        },
        {
          "entryTs": 1643691900,
          "entryUtc": "2022-02-01T05:05:00.000Z",
          "exitTs": 1643705760,
          "dir": -1,
          "entryPrice": 1799.668,
          "exitPrice": 1804.372,
          "stopDistance": 4.704,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 231
        },
        {
          "entryTs": 1643778180,
          "entryUtc": "2022-02-02T05:03:00.000Z",
          "exitTs": 1643807700,
          "dir": 1,
          "entryPrice": 1797.255,
          "exitPrice": 1805.588,
          "stopDistance": 4.167,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 492
        },
        {
          "entryTs": 1643958360,
          "entryUtc": "2022-02-04T07:06:00.000Z",
          "exitTs": 1643968920,
          "dir": -1,
          "entryPrice": 1807.638,
          "exitPrice": 1811.852,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 176
        },
        {
          "entryTs": 1644195720,
          "entryUtc": "2022-02-07T01:02:00.000Z",
          "exitTs": 1644255120,
          "dir": -1,
          "entryPrice": 1813.144,
          "exitPrice": 1819.437,
          "stopDistance": 6.293,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 990
        },
        {
          "entryTs": 1644328860,
          "entryUtc": "2022-02-08T14:01:00.000Z",
          "exitTs": 1644334200,
          "dir": -1,
          "entryPrice": 1822.908,
          "exitPrice": 1827.361,
          "stopDistance": 4.453,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 89
        },
        {
          "entryTs": 1644385800,
          "entryUtc": "2022-02-09T05:50:00.000Z",
          "exitTs": 1644411720,
          "dir": -1,
          "entryPrice": 1828.544,
          "exitPrice": 1831.888,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 432
        },
        {
          "entryTs": 1644479040,
          "entryUtc": "2022-02-10T07:44:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1835.378,
          "exitPrice": 1829.322,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 346
        },
        {
          "entryTs": 1644564180,
          "entryUtc": "2022-02-11T07:23:00.000Z",
          "exitTs": 1644585240,
          "dir": 1,
          "entryPrice": 1822.554,
          "exitPrice": 1832.799,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 351
        },
        {
          "entryTs": 1644822420,
          "entryUtc": "2022-02-14T07:07:00.000Z",
          "exitTs": 1644849180,
          "dir": 1,
          "entryPrice": 1851.448,
          "exitPrice": 1866.171,
          "stopDistance": 7.361,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 446
        },
        {
          "entryTs": 1644901800,
          "entryUtc": "2022-02-15T05:10:00.000Z",
          "exitTs": 1644914640,
          "dir": -1,
          "entryPrice": 1878.348,
          "exitPrice": 1864.501,
          "stopDistance": 6.923,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 214
        },
        {
          "entryTs": 1645078080,
          "entryUtc": "2022-02-17T06:08:00.000Z",
          "exitTs": 1645086360,
          "dir": -1,
          "entryPrice": 1876.148,
          "exitPrice": 1882.556,
          "stopDistance": 6.408,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 138
        },
        {
          "entryTs": 1645424760,
          "entryUtc": "2022-02-21T06:26:00.000Z",
          "exitTs": 1645470060,
          "dir": 1,
          "entryPrice": 1889.698,
          "exitPrice": 1905.506,
          "stopDistance": 7.904,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 755
        },
        {
          "entryTs": 1645608960,
          "entryUtc": "2022-02-23T09:36:00.000Z",
          "exitTs": 1645623000,
          "dir": 1,
          "entryPrice": 1891.558,
          "exitPrice": 1904.22,
          "stopDistance": 6.331,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 234
        },
        {
          "entryTs": 1645695660,
          "entryUtc": "2022-02-24T09:41:00.000Z",
          "exitTs": 1645697460,
          "dir": -1,
          "entryPrice": 1947.198,
          "exitPrice": 1956.992,
          "stopDistance": 9.794,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 30
        },
        {
          "entryTs": 1646003040,
          "entryUtc": "2022-02-27T23:04:00.000Z",
          "exitTs": 1646033520,
          "dir": -1,
          "entryPrice": 1919.398,
          "exitPrice": 1894.65,
          "stopDistance": 12.374,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 508
        },
        {
          "entryTs": 1646127960,
          "entryUtc": "2022-03-01T09:46:00.000Z",
          "exitTs": 1646132400,
          "dir": -1,
          "entryPrice": 1916.621,
          "exitPrice": 1925.434,
          "stopDistance": 8.813,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 74
        },
        {
          "entryTs": 1646354340,
          "entryUtc": "2022-03-04T00:39:00.000Z",
          "exitTs": 1646404380,
          "dir": -1,
          "entryPrice": 1945.563,
          "exitPrice": 1954.312,
          "stopDistance": 8.749,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 834
        },
        {
          "entryTs": 1646646600,
          "entryUtc": "2022-03-07T09:50:00.000Z",
          "exitTs": 1646659140,
          "dir": -1,
          "entryPrice": 1998.698,
          "exitPrice": 1973.655,
          "stopDistance": 12.522,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 209
        },
        {
          "entryTs": 1646834040,
          "entryUtc": "2022-03-09T13:54:00.000Z",
          "exitTs": 1647000840,
          "dir": 1,
          "entryPrice": 1989.462,
          "exitPrice": 1969.128,
          "stopDistance": 20.334,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 2780
        },
        {
          "entryTs": 1647245400,
          "entryUtc": "2022-03-14T08:10:00.000Z",
          "exitTs": 1647257040,
          "dir": 1,
          "entryPrice": 1970.168,
          "exitPrice": 1958.09,
          "stopDistance": 12.078,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 194
        },
        {
          "entryTs": 1647318240,
          "entryUtc": "2022-03-15T04:24:00.000Z",
          "exitTs": 1647321840,
          "dir": 1,
          "entryPrice": 1939.848,
          "exitPrice": 1929.632,
          "stopDistance": 10.216,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 60
        },
        {
          "entryTs": 1647440220,
          "entryUtc": "2022-03-16T14:17:00.000Z",
          "exitTs": 1647454740,
          "dir": 1,
          "entryPrice": 1907.528,
          "exitPrice": 1897.155,
          "stopDistance": 10.373,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 242
        },
        {
          "entryTs": 1647610140,
          "entryUtc": "2022-03-18T13:29:00.000Z",
          "exitTs": 1647631800,
          "dir": 1,
          "entryPrice": 1927.435,
          "exitPrice": 1919.018,
          "stopDistance": 8.417,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 361
        },
        {
          "entryTs": 1647838020,
          "entryUtc": "2022-03-21T04:47:00.000Z",
          "exitTs": 1647873180,
          "dir": -1,
          "entryPrice": 1927.863,
          "exitPrice": 1936.373,
          "stopDistance": 8.51,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 586
        },
        {
          "entryTs": 1648058940,
          "entryUtc": "2022-03-23T18:09:00.000Z",
          "exitTs": 1648064940,
          "dir": -1,
          "entryPrice": 1937.443,
          "exitPrice": 1945.376,
          "stopDistance": 7.933,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 100
        },
        {
          "entryTs": 1648439820,
          "entryUtc": "2022-03-28T03:57:00.000Z",
          "exitTs": 1648446840,
          "dir": 1,
          "entryPrice": 1944.173,
          "exitPrice": 1935.825,
          "stopDistance": 8.348,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 117
        },
        {
          "entryTs": 1648615560,
          "entryUtc": "2022-03-30T04:46:00.000Z",
          "exitTs": 1648647900,
          "dir": -1,
          "entryPrice": 1925.308,
          "exitPrice": 1933.512,
          "stopDistance": 8.204,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 539
        },
        {
          "entryTs": 1648732500,
          "entryUtc": "2022-03-31T13:15:00.000Z",
          "exitTs": 1648740720,
          "dir": -1,
          "entryPrice": 1936.108,
          "exitPrice": 1944.197,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 137
        },
        {
          "entryTs": 1648823700,
          "entryUtc": "2022-04-01T14:35:00.000Z",
          "exitTs": 1649164980,
          "dir": 1,
          "entryPrice": 1920.518,
          "exitPrice": 1937.266,
          "stopDistance": 8.374,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 5688
        },
        {
          "entryTs": 1649165160,
          "entryUtc": "2022-04-05T13:26:00.000Z",
          "exitTs": 1649166240,
          "dir": -1,
          "entryPrice": 1936.368,
          "exitPrice": 1943.482,
          "stopDistance": 7.114,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 18
        },
        {
          "entryTs": 1649229300,
          "entryUtc": "2022-04-06T07:15:00.000Z",
          "exitTs": 1649236320,
          "dir": 1,
          "entryPrice": 1916.678,
          "exitPrice": 1931.572,
          "stopDistance": 7.447,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 117
        },
        {
          "entryTs": 1649333400,
          "entryUtc": "2022-04-07T12:10:00.000Z",
          "exitTs": 1649425080,
          "dir": -1,
          "entryPrice": 1933.038,
          "exitPrice": 1939.98,
          "stopDistance": 6.942,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 1528
        },
        {
          "entryTs": 1649628240,
          "entryUtc": "2022-04-10T22:04:00.000Z",
          "exitTs": 1649665260,
          "dir": -1,
          "entryPrice": 1948.072,
          "exitPrice": 1954.867,
          "stopDistance": 6.795,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 617
        },
        {
          "entryTs": 1649768160,
          "entryUtc": "2022-04-12T12:56:00.000Z",
          "exitTs": 1649775240,
          "dir": -1,
          "entryPrice": 1969.378,
          "exitPrice": 1976.523,
          "stopDistance": 7.145,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 118
        },
        {
          "entryTs": 1649843280,
          "entryUtc": "2022-04-13T09:48:00.000Z",
          "exitTs": 1649944740,
          "dir": -1,
          "entryPrice": 1977.463,
          "exitPrice": 1961.107,
          "stopDistance": 8.178,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 1691
        },
        {
          "entryTs": 1650235980,
          "entryUtc": "2022-04-17T22:53:00.000Z",
          "exitTs": 1650239520,
          "dir": -1,
          "entryPrice": 1977.708,
          "exitPrice": 1986.449,
          "stopDistance": 8.741,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 59
        },
        {
          "entryTs": 1650263160,
          "entryUtc": "2022-04-18T06:26:00.000Z",
          "exitTs": 1650285300,
          "dir": -1,
          "entryPrice": 1988.188,
          "exitPrice": 1996.246,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 369
        },
        {
          "entryTs": 1650343740,
          "entryUtc": "2022-04-19T04:49:00.000Z",
          "exitTs": 1650372300,
          "dir": 1,
          "entryPrice": 1974.878,
          "exitPrice": 1968.095,
          "stopDistance": 6.783,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 476
        },
        {
          "entryTs": 1650427380,
          "entryUtc": "2022-04-20T04:03:00.000Z",
          "exitTs": 1650622980,
          "dir": 1,
          "entryPrice": 1943.118,
          "exitPrice": 1935.116,
          "stopDistance": 8.002,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 3260
        },
        {
          "entryTs": 1650847860,
          "entryUtc": "2022-04-25T00:51:00.000Z",
          "exitTs": 1650861780,
          "dir": 1,
          "entryPrice": 1926.848,
          "exitPrice": 1917.791,
          "stopDistance": 9.057,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 232
        },
        {
          "entryTs": 1651118820,
          "entryUtc": "2022-04-28T04:07:00.000Z",
          "exitTs": 1651149180,
          "dir": 1,
          "entryPrice": 1877.548,
          "exitPrice": 1891.844,
          "stopDistance": 7.148,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 506
        },
        {
          "entryTs": 1651208160,
          "entryUtc": "2022-04-29T04:56:00.000Z",
          "exitTs": 1651215660,
          "dir": -1,
          "entryPrice": 1905.143,
          "exitPrice": 1913.03,
          "stopDistance": 7.887,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 125
        },
        {
          "entryTs": 1651451040,
          "entryUtc": "2022-05-02T00:24:00.000Z",
          "exitTs": 1651458300,
          "dir": 1,
          "entryPrice": 1895.253,
          "exitPrice": 1886.739,
          "stopDistance": 8.514,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 121
        },
        {
          "entryTs": 1651466280,
          "entryUtc": "2022-05-02T04:38:00.000Z",
          "exitTs": 1651491780,
          "dir": 1,
          "entryPrice": 1884.708,
          "exitPrice": 1876.292,
          "stopDistance": 8.416,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 425
        },
        {
          "entryTs": 1651561740,
          "entryUtc": "2022-05-03T07:09:00.000Z",
          "exitTs": 1651586040,
          "dir": 1,
          "entryPrice": 1855.808,
          "exitPrice": 1871.745,
          "stopDistance": 7.969,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 405
        },
        {
          "entryTs": 1652071440,
          "entryUtc": "2022-05-09T04:44:00.000Z",
          "exitTs": 1652085540,
          "dir": 1,
          "entryPrice": 1873.928,
          "exitPrice": 1866.242,
          "stopDistance": 7.686,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 235
        },
        {
          "entryTs": 1652370420,
          "entryUtc": "2022-05-12T15:47:00.000Z",
          "exitTs": 1652374560,
          "dir": 1,
          "entryPrice": 1835.598,
          "exitPrice": 1826.045,
          "stopDistance": 9.553,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652444880,
          "entryUtc": "2022-05-13T12:28:00.000Z",
          "exitTs": 1652447340,
          "dir": 1,
          "entryPrice": 1811.028,
          "exitPrice": 1802.714,
          "stopDistance": 8.314,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 41
        },
        {
          "entryTs": 1652674500,
          "entryUtc": "2022-05-16T04:15:00.000Z",
          "exitTs": 1652686680,
          "dir": 1,
          "entryPrice": 1810.398,
          "exitPrice": 1802.567,
          "stopDistance": 7.831,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 203
        },
        {
          "entryTs": 1652767860,
          "entryUtc": "2022-05-17T06:11:00.000Z",
          "exitTs": 1652819340,
          "dir": -1,
          "entryPrice": 1829.076,
          "exitPrice": 1813.022,
          "stopDistance": 8.027,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 858
        },
        {
          "entryTs": 1652875140,
          "entryUtc": "2022-05-18T11:59:00.000Z",
          "exitTs": 1652888460,
          "dir": 1,
          "entryPrice": 1808.401,
          "exitPrice": 1822.673,
          "stopDistance": 7.136,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 222
        },
        {
          "entryTs": 1652952240,
          "entryUtc": "2022-05-19T09:24:00.000Z",
          "exitTs": 1652958420,
          "dir": -1,
          "entryPrice": 1823.87,
          "exitPrice": 1830.681,
          "stopDistance": 6.811,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 103
        },
        {
          "entryTs": 1653030360,
          "entryUtc": "2022-05-20T07:06:00.000Z",
          "exitTs": 1653055200,
          "dir": -1,
          "entryPrice": 1848.108,
          "exitPrice": 1835.146,
          "stopDistance": 6.481,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 414
        },
        {
          "entryTs": 1653256920,
          "entryUtc": "2022-05-22T22:02:00.000Z",
          "exitTs": 1653279240,
          "dir": -1,
          "entryPrice": 1848.878,
          "exitPrice": 1855.653,
          "stopDistance": 6.775,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 372
        },
        {
          "entryTs": 1653285060,
          "entryUtc": "2022-05-23T05:51:00.000Z",
          "exitTs": 1653298200,
          "dir": -1,
          "entryPrice": 1856.763,
          "exitPrice": 1864.009,
          "stopDistance": 7.246,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 219
        },
        {
          "entryTs": 1653400080,
          "entryUtc": "2022-05-24T13:48:00.000Z",
          "exitTs": 1653475620,
          "dir": -1,
          "entryPrice": 1865.328,
          "exitPrice": 1852.713,
          "stopDistance": 6.307,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 1259
        },
        {
          "entryTs": 1653484260,
          "entryUtc": "2022-05-25T13:11:00.000Z",
          "exitTs": 1653493800,
          "dir": 1,
          "entryPrice": 1851.178,
          "exitPrice": 1844.935,
          "stopDistance": 6.243,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 159
        },
        {
          "entryTs": 1653564360,
          "entryUtc": "2022-05-26T11:26:00.000Z",
          "exitTs": 1653616440,
          "dir": 1,
          "entryPrice": 1842.808,
          "exitPrice": 1855.155,
          "stopDistance": 6.174,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 868
        },
        {
          "entryTs": 1653636660,
          "entryUtc": "2022-05-27T07:31:00.000Z",
          "exitTs": 1653653040,
          "dir": -1,
          "entryPrice": 1856.123,
          "exitPrice": 1861.774,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 273
        },
        {
          "entryTs": 1653883680,
          "entryUtc": "2022-05-30T04:08:00.000Z",
          "exitTs": 1653956880,
          "dir": -1,
          "entryPrice": 1860.753,
          "exitPrice": 1849.178,
          "stopDistance": 5.787,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 1220
        },
        {
          "entryTs": 1653998340,
          "entryUtc": "2022-05-31T11:59:00.000Z",
          "exitTs": 1654006980,
          "dir": 1,
          "entryPrice": 1847.903,
          "exitPrice": 1842.517,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 144
        },
        {
          "entryTs": 1654056780,
          "entryUtc": "2022-06-01T04:13:00.000Z",
          "exitTs": 1654074000,
          "dir": 1,
          "entryPrice": 1834.788,
          "exitPrice": 1829.061,
          "stopDistance": 5.727,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 287
        },
        {
          "entryTs": 1654490040,
          "entryUtc": "2022-06-06T04:34:00.000Z",
          "exitTs": 1654526160,
          "dir": -1,
          "entryPrice": 1855.808,
          "exitPrice": 1845.555,
          "stopDistance": 5.127,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 602
        },
        {
          "entryTs": 1654694220,
          "entryUtc": "2022-06-08T13:17:00.000Z",
          "exitTs": 1654702560,
          "dir": -1,
          "entryPrice": 1853.543,
          "exitPrice": 1859.395,
          "stopDistance": 5.852,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 139
        },
        {
          "entryTs": 1654776420,
          "entryUtc": "2022-06-09T12:07:00.000Z",
          "exitTs": 1654784160,
          "dir": 1,
          "entryPrice": 1845.223,
          "exitPrice": 1840.306,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 129
        },
        {
          "entryTs": 1654860120,
          "entryUtc": "2022-06-10T11:22:00.000Z",
          "exitTs": 1654861200,
          "dir": 1,
          "entryPrice": 1840.478,
          "exitPrice": 1836.136,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 18
        },
        {
          "entryTs": 1655105580,
          "entryUtc": "2022-06-13T07:33:00.000Z",
          "exitTs": 1655122740,
          "dir": 1,
          "entryPrice": 1860.333,
          "exitPrice": 1851.687,
          "stopDistance": 8.646,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 286
        },
        {
          "entryTs": 1655292120,
          "entryUtc": "2022-06-15T11:22:00.000Z",
          "exitTs": 1655316240,
          "dir": -1,
          "entryPrice": 1829.668,
          "exitPrice": 1814.936,
          "stopDistance": 7.366,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 402
        },
        {
          "entryTs": 1655393040,
          "entryUtc": "2022-06-16T15:24:00.000Z",
          "exitTs": 1655397900,
          "dir": -1,
          "entryPrice": 1840.858,
          "exitPrice": 1851.014,
          "stopDistance": 10.156,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 81
        },
        {
          "entryTs": 1655790960,
          "entryUtc": "2022-06-21T05:56:00.000Z",
          "exitTs": 1655839680,
          "dir": 1,
          "entryPrice": 1835.453,
          "exitPrice": 1830.643,
          "stopDistance": 4.81,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 812
        },
        {
          "entryTs": 1655874000,
          "entryUtc": "2022-06-22T05:00:00.000Z",
          "exitTs": 1655896140,
          "dir": 1,
          "entryPrice": 1825.608,
          "exitPrice": 1837.423,
          "stopDistance": 5.907,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 369
        },
        {
          "entryTs": 1656008400,
          "entryUtc": "2022-06-23T18:20:00.000Z",
          "exitTs": 1656314460,
          "dir": 1,
          "entryPrice": 1823.828,
          "exitPrice": 1839.519,
          "stopDistance": 7.846,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 5101
        },
        {
          "entryTs": 1656314640,
          "entryUtc": "2022-06-27T07:24:00.000Z",
          "exitTs": 1656338400,
          "dir": -1,
          "entryPrice": 1839.198,
          "exitPrice": 1826.064,
          "stopDistance": 6.567,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 396
        },
        {
          "entryTs": 1656415440,
          "entryUtc": "2022-06-28T11:24:00.000Z",
          "exitTs": 1656484380,
          "dir": 1,
          "entryPrice": 1822.578,
          "exitPrice": 1817.703,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1656582240,
          "entryUtc": "2022-06-30T09:44:00.000Z",
          "exitTs": 1656589080,
          "dir": 1,
          "entryPrice": 1812.273,
          "exitPrice": 1807.07,
          "stopDistance": 5.203,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 114
        },
        {
          "entryTs": 1656648300,
          "entryUtc": "2022-07-01T04:05:00.000Z",
          "exitTs": 1656659460,
          "dir": 1,
          "entryPrice": 1801.318,
          "exitPrice": 1794.369,
          "stopDistance": 6.949,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 186
        },
        {
          "entryTs": 1656885720,
          "entryUtc": "2022-07-03T22:02:00.000Z",
          "exitTs": 1657026900,
          "dir": -1,
          "entryPrice": 1811.198,
          "exitPrice": 1793.347,
          "stopDistance": 8.926,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 2353
        },
        {
          "entryTs": 1657086180,
          "entryUtc": "2022-07-06T05:43:00.000Z",
          "exitTs": 1657115400,
          "dir": 1,
          "entryPrice": 1763.878,
          "exitPrice": 1757.109,
          "stopDistance": 6.769,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 487
        },
        {
          "entryTs": 1657291860,
          "entryUtc": "2022-07-08T14:51:00.000Z",
          "exitTs": 1657568640,
          "dir": -1,
          "entryPrice": 1748.048,
          "exitPrice": 1732.461,
          "stopDistance": 7.793,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 4613
        },
        {
          "entryTs": 1657673820,
          "entryUtc": "2022-07-13T00:57:00.000Z",
          "exitTs": 1657715580,
          "dir": 1,
          "entryPrice": 1723.594,
          "exitPrice": 1717.313,
          "stopDistance": 6.281,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 696
        },
        {
          "entryTs": 1657803960,
          "entryUtc": "2022-07-14T13:06:00.000Z",
          "exitTs": 1657806300,
          "dir": 1,
          "entryPrice": 1707.198,
          "exitPrice": 1698.78,
          "stopDistance": 8.418,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 39
        },
        {
          "entryTs": 1658107860,
          "entryUtc": "2022-07-18T01:31:00.000Z",
          "exitTs": 1658130120,
          "dir": -1,
          "entryPrice": 1713.724,
          "exitPrice": 1720.351,
          "stopDistance": 6.627,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 371
        },
        {
          "entryTs": 1658298060,
          "entryUtc": "2022-07-20T06:21:00.000Z",
          "exitTs": 1658335560,
          "dir": 1,
          "entryPrice": 1707.358,
          "exitPrice": 1702.735,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 625
        },
        {
          "entryTs": 1658384940,
          "entryUtc": "2022-07-21T06:29:00.000Z",
          "exitTs": 1658394000,
          "dir": 1,
          "entryPrice": 1689.848,
          "exitPrice": 1684.675,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 151
        },
        {
          "entryTs": 1658475120,
          "entryUtc": "2022-07-22T07:32:00.000Z",
          "exitTs": 1658482260,
          "dir": -1,
          "entryPrice": 1718.494,
          "exitPrice": 1724.733,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 119
        },
        {
          "entryTs": 1658734740,
          "entryUtc": "2022-07-25T07:39:00.000Z",
          "exitTs": 1658743020,
          "dir": -1,
          "entryPrice": 1728.246,
          "exitPrice": 1734.668,
          "stopDistance": 6.422,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 138
        },
        {
          "entryTs": 1658838360,
          "entryUtc": "2022-07-26T12:26:00.000Z",
          "exitTs": 1658946900,
          "dir": 1,
          "entryPrice": 1715.774,
          "exitPrice": 1727.491,
          "stopDistance": 5.859,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 1809
        },
        {
          "entryTs": 1658990340,
          "entryUtc": "2022-07-28T06:39:00.000Z",
          "exitTs": 1658996160,
          "dir": -1,
          "entryPrice": 1741.448,
          "exitPrice": 1747.883,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 97
        },
        {
          "entryTs": 1659073980,
          "entryUtc": "2022-07-29T05:53:00.000Z",
          "exitTs": 1659346920,
          "dir": -1,
          "entryPrice": 1763.728,
          "exitPrice": 1770.331,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 4549
        },
        {
          "entryTs": 1659442740,
          "entryUtc": "2022-08-02T12:19:00.000Z",
          "exitTs": 1659443340,
          "dir": -1,
          "entryPrice": 1779.348,
          "exitPrice": 1785.705,
          "stopDistance": 6.357,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 10
        },
        {
          "entryTs": 1659538500,
          "entryUtc": "2022-08-03T14:55:00.000Z",
          "exitTs": 1659590580,
          "dir": 1,
          "entryPrice": 1756.462,
          "exitPrice": 1772.254,
          "stopDistance": 7.896,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 868
        },
        {
          "entryTs": 1659591480,
          "entryUtc": "2022-08-04T05:38:00.000Z",
          "exitTs": 1659604080,
          "dir": -1,
          "entryPrice": 1772.184,
          "exitPrice": 1778.077,
          "stopDistance": 5.893,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 210
        },
        {
          "entryTs": 1659704280,
          "entryUtc": "2022-08-05T12:58:00.000Z",
          "exitTs": 1659956700,
          "dir": 1,
          "entryPrice": 1769.868,
          "exitPrice": 1781.22,
          "stopDistance": 5.676,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 4207
        },
        {
          "entryTs": 1660032480,
          "entryUtc": "2022-08-09T08:08:00.000Z",
          "exitTs": 1660041840,
          "dir": -1,
          "entryPrice": 1789.238,
          "exitPrice": 1794.305,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 156
        },
        {
          "entryTs": 1660193220,
          "entryUtc": "2022-08-11T04:47:00.000Z",
          "exitTs": 1660219380,
          "dir": 1,
          "entryPrice": 1784.734,
          "exitPrice": 1796.504,
          "stopDistance": 5.885,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 436
        },
        {
          "entryTs": 1660537860,
          "entryUtc": "2022-08-15T04:31:00.000Z",
          "exitTs": 1660547700,
          "dir": 1,
          "entryPrice": 1794.288,
          "exitPrice": 1788.689,
          "stopDistance": 5.599,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 164
        },
        {
          "entryTs": 1660653240,
          "entryUtc": "2022-08-16T12:34:00.000Z",
          "exitTs": 1660734960,
          "dir": 1,
          "entryPrice": 1774.758,
          "exitPrice": 1769.913,
          "stopDistance": 4.845,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 1362
        },
        {
          "entryTs": 1660882020,
          "entryUtc": "2022-08-19T04:07:00.000Z",
          "exitTs": 1660919580,
          "dir": 1,
          "entryPrice": 1753.708,
          "exitPrice": 1748.585,
          "stopDistance": 5.123,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 626
        },
        {
          "entryTs": 1661119620,
          "entryUtc": "2022-08-21T22:07:00.000Z",
          "exitTs": 1661151660,
          "dir": 1,
          "entryPrice": 1745.652,
          "exitPrice": 1740.501,
          "stopDistance": 5.151,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 534
        },
        {
          "entryTs": 1661262720,
          "entryUtc": "2022-08-23T13:52:00.000Z",
          "exitTs": 1661263500,
          "dir": -1,
          "entryPrice": 1745.414,
          "exitPrice": 1751.235,
          "stopDistance": 5.822,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 13
        },
        {
          "entryTs": 1661354100,
          "entryUtc": "2022-08-24T15:15:00.000Z",
          "exitTs": 1661409300,
          "dir": -1,
          "entryPrice": 1753.948,
          "exitPrice": 1760.122,
          "stopDistance": 6.174,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 920
        },
        {
          "entryTs": 1661500200,
          "entryUtc": "2022-08-26T07:50:00.000Z",
          "exitTs": 1661508480,
          "dir": 1,
          "entryPrice": 1752.354,
          "exitPrice": 1747.736,
          "stopDistance": 4.618,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 138
        },
        {
          "entryTs": 1661729100,
          "entryUtc": "2022-08-28T23:25:00.000Z",
          "exitTs": 1661736240,
          "dir": 1,
          "entryPrice": 1734.718,
          "exitPrice": 1728.274,
          "stopDistance": 6.444,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 119
        },
        {
          "entryTs": 1661778840,
          "entryUtc": "2022-08-29T13:14:00.000Z",
          "exitTs": 1661782560,
          "dir": -1,
          "entryPrice": 1737.794,
          "exitPrice": 1745.036,
          "stopDistance": 7.242,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 62
        },
        {
          "entryTs": 1661929980,
          "entryUtc": "2022-08-31T07:13:00.000Z",
          "exitTs": 1661934120,
          "dir": 1,
          "entryPrice": 1720.714,
          "exitPrice": 1716.001,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 69
        },
        {
          "entryTs": 1662020460,
          "entryUtc": "2022-09-01T08:21:00.000Z",
          "exitTs": 1662036060,
          "dir": 1,
          "entryPrice": 1703.204,
          "exitPrice": 1697.433,
          "stopDistance": 5.771,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 260
        },
        {
          "entryTs": 1662121920,
          "entryUtc": "2022-09-02T12:32:00.000Z",
          "exitTs": 1662122220,
          "dir": -1,
          "entryPrice": 1706.568,
          "exitPrice": 1711.558,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 5
        },
        {
          "entryTs": 1662469320,
          "entryUtc": "2022-09-06T13:02:00.000Z",
          "exitTs": 1662472980,
          "dir": 1,
          "entryPrice": 1708.888,
          "exitPrice": 1702.816,
          "stopDistance": 6.072,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 61
        },
        {
          "entryTs": 1662525000,
          "entryUtc": "2022-09-07T04:30:00.000Z",
          "exitTs": 1662537900,
          "dir": 1,
          "entryPrice": 1692.388,
          "exitPrice": 1704.969,
          "stopDistance": 6.29,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 215
        },
        {
          "entryTs": 1662618240,
          "entryUtc": "2022-09-08T06:24:00.000Z",
          "exitTs": 1662634380,
          "dir": -1,
          "entryPrice": 1718.594,
          "exitPrice": 1724.112,
          "stopDistance": 5.518,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 269
        },
        {
          "entryTs": 1662708420,
          "entryUtc": "2022-09-09T07:27:00.000Z",
          "exitTs": 1662729840,
          "dir": -1,
          "entryPrice": 1727.528,
          "exitPrice": 1716.202,
          "stopDistance": 5.663,
          "outcome": "target",
          "netR": 1.9347,
          "holdMinutes": 357
        },
        {
          "entryTs": 1663072680,
          "entryUtc": "2022-09-13T12:38:00.000Z",
          "exitTs": 1663073340,
          "dir": 1,
          "entryPrice": 1712.608,
          "exitPrice": 1707.218,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 11
        },
        {
          "entryTs": 1663201080,
          "entryUtc": "2022-09-15T00:18:00.000Z",
          "exitTs": 1663216680,
          "dir": 1,
          "entryPrice": 1696.975,
          "exitPrice": 1690.058,
          "stopDistance": 6.917,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 260
        },
        {
          "entryTs": 1663761180,
          "entryUtc": "2022-09-21T11:53:00.000Z",
          "exitTs": 1663779360,
          "dir": -1,
          "entryPrice": 1675.928,
          "exitPrice": 1664.964,
          "stopDistance": 5.482,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 303
        },
        {
          "entryTs": 1663927020,
          "entryUtc": "2022-09-23T09:57:00.000Z",
          "exitTs": 1663929600,
          "dir": 1,
          "entryPrice": 1661.524,
          "exitPrice": 1654.327,
          "stopDistance": 7.197,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 43
        },
        {
          "entryTs": 1664177100,
          "entryUtc": "2022-09-26T07:25:00.000Z",
          "exitTs": 1664212380,
          "dir": -1,
          "entryPrice": 1645.531,
          "exitPrice": 1626.066,
          "stopDistance": 9.732,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 588
        },
        {
          "entryTs": 1664341200,
          "entryUtc": "2022-09-28T05:00:00.000Z",
          "exitTs": 1664349720,
          "dir": 1,
          "entryPrice": 1623.418,
          "exitPrice": 1617.23,
          "stopDistance": 6.188,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 142
        },
        {
          "entryTs": 1664468340,
          "entryUtc": "2022-09-29T16:19:00.000Z",
          "exitTs": 1664521740,
          "dir": -1,
          "entryPrice": 1662.528,
          "exitPrice": 1672.081,
          "stopDistance": 9.553,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 890
        },
        {
          "entryTs": 1664789520,
          "entryUtc": "2022-10-03T09:32:00.000Z",
          "exitTs": 1664803080,
          "dir": 1,
          "entryPrice": 1660.986,
          "exitPrice": 1674.534,
          "stopDistance": 6.774,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 226
        },
        {
          "entryTs": 1664863320,
          "entryUtc": "2022-10-04T06:02:00.000Z",
          "exitTs": 1664867880,
          "dir": -1,
          "entryPrice": 1702.118,
          "exitPrice": 1709.885,
          "stopDistance": 7.767,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 76
        },
        {
          "entryTs": 1665138660,
          "entryUtc": "2022-10-07T10:31:00.000Z",
          "exitTs": 1665146640,
          "dir": 1,
          "entryPrice": 1707.062,
          "exitPrice": 1700.989,
          "stopDistance": 6.073,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 133
        },
        {
          "entryTs": 1665371460,
          "entryUtc": "2022-10-10T03:11:00.000Z",
          "exitTs": 1665388380,
          "dir": 1,
          "entryPrice": 1690.778,
          "exitPrice": 1683.404,
          "stopDistance": 7.374,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 282
        },
        {
          "entryTs": 1665483480,
          "entryUtc": "2022-10-11T10:18:00.000Z",
          "exitTs": 1665502320,
          "dir": 1,
          "entryPrice": 1662.135,
          "exitPrice": 1675.787,
          "stopDistance": 6.826,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 314
        },
        {
          "entryTs": 1665664380,
          "entryUtc": "2022-10-13T12:33:00.000Z",
          "exitTs": 1665664440,
          "dir": 1,
          "entryPrice": 1665.725,
          "exitPrice": 1659.809,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 1
        },
        {
          "entryTs": 1665763860,
          "entryUtc": "2022-10-14T16:11:00.000Z",
          "exitTs": 1666009320,
          "dir": 1,
          "entryPrice": 1642.825,
          "exitPrice": 1663.459,
          "stopDistance": 10.317,
          "outcome": "target",
          "netR": 1.9641,
          "holdMinutes": 4091
        },
        {
          "entryTs": 1666106580,
          "entryUtc": "2022-10-18T15:23:00.000Z",
          "exitTs": 1666162560,
          "dir": 1,
          "entryPrice": 1647.107,
          "exitPrice": 1640.069,
          "stopDistance": 7.038,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 933
        },
        {
          "entryTs": 1666325040,
          "entryUtc": "2022-10-21T04:04:00.000Z",
          "exitTs": 1666357260,
          "dir": 1,
          "entryPrice": 1620.667,
          "exitPrice": 1633.386,
          "stopDistance": 6.36,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 537
        },
        {
          "entryTs": 1666688580,
          "entryUtc": "2022-10-25T09:03:00.000Z",
          "exitTs": 1666704840,
          "dir": 1,
          "entryPrice": 1643.848,
          "exitPrice": 1657.076,
          "stopDistance": 6.614,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 271
        },
        {
          "entryTs": 1666765380,
          "entryUtc": "2022-10-26T06:23:00.000Z",
          "exitTs": 1666769640,
          "dir": -1,
          "entryPrice": 1661.898,
          "exitPrice": 1668.137,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 71
        },
        {
          "entryTs": 1666873680,
          "entryUtc": "2022-10-27T12:28:00.000Z",
          "exitTs": 1666946040,
          "dir": 1,
          "entryPrice": 1655.367,
          "exitPrice": 1649.254,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 1206
        },
        {
          "entryTs": 1667190240,
          "entryUtc": "2022-10-31T04:24:00.000Z",
          "exitTs": 1667243760,
          "dir": -1,
          "entryPrice": 1645.138,
          "exitPrice": 1632.955,
          "stopDistance": 6.091,
          "outcome": "target",
          "netR": 1.9393,
          "holdMinutes": 892
        },
        {
          "entryTs": 1667390940,
          "entryUtc": "2022-11-02T12:09:00.000Z",
          "exitTs": 1667402460,
          "dir": -1,
          "entryPrice": 1656.798,
          "exitPrice": 1646.425,
          "stopDistance": 5.187,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 192
        },
        {
          "entryTs": 1667802900,
          "entryUtc": "2022-11-07T06:35:00.000Z",
          "exitTs": 1667920140,
          "dir": 1,
          "entryPrice": 1670.725,
          "exitPrice": 1685.615,
          "stopDistance": 7.445,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 1954
        },
        {
          "entryTs": 1668006780,
          "entryUtc": "2022-11-09T15:13:00.000Z",
          "exitTs": 1668022740,
          "dir": -1,
          "entryPrice": 1715.837,
          "exitPrice": 1702.117,
          "stopDistance": 6.86,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 266
        },
        {
          "entryTs": 1668403920,
          "entryUtc": "2022-11-14T05:32:00.000Z",
          "exitTs": 1668497040,
          "dir": 1,
          "entryPrice": 1759.768,
          "exitPrice": 1775.576,
          "stopDistance": 7.904,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 1552
        },
        {
          "entryTs": 1668651060,
          "entryUtc": "2022-11-17T02:11:00.000Z",
          "exitTs": 1668661800,
          "dir": 1,
          "entryPrice": 1768.247,
          "exitPrice": 1761.684,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 179
        },
        {
          "entryTs": 1668781980,
          "entryUtc": "2022-11-18T14:33:00.000Z",
          "exitTs": 1668798540,
          "dir": 1,
          "entryPrice": 1754.518,
          "exitPrice": 1748.505,
          "stopDistance": 6.013,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 276
        },
        {
          "entryTs": 1669109760,
          "entryUtc": "2022-11-22T09:36:00.000Z",
          "exitTs": 1669176180,
          "dir": -1,
          "entryPrice": 1746.417,
          "exitPrice": 1735.44,
          "stopDistance": 5.488,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 1107
        },
        {
          "entryTs": 1669210320,
          "entryUtc": "2022-11-23T13:32:00.000Z",
          "exitTs": 1669215120,
          "dir": 1,
          "entryPrice": 1735.207,
          "exitPrice": 1746.653,
          "stopDistance": 5.723,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 80
        },
        {
          "entryTs": 1669273920,
          "entryUtc": "2022-11-24T07:12:00.000Z",
          "exitTs": 1669626180,
          "dir": -1,
          "entryPrice": 1756.588,
          "exitPrice": 1762.176,
          "stopDistance": 5.588,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 5871
        },
        {
          "entryTs": 1669646520,
          "entryUtc": "2022-11-28T14:42:00.000Z",
          "exitTs": 1669661760,
          "dir": 1,
          "entryPrice": 1747.358,
          "exitPrice": 1740.839,
          "stopDistance": 6.519,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 254
        },
        {
          "entryTs": 1669798320,
          "entryUtc": "2022-11-30T08:52:00.000Z",
          "exitTs": 1669814100,
          "dir": -1,
          "entryPrice": 1758.798,
          "exitPrice": 1763.678,
          "stopDistance": 4.88,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 263
        },
        {
          "entryTs": 1669872720,
          "entryUtc": "2022-12-01T05:32:00.000Z",
          "exitTs": 1669901100,
          "dir": -1,
          "entryPrice": 1779.648,
          "exitPrice": 1787.119,
          "stopDistance": 7.471,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 473
        },
        {
          "entryTs": 1670202300,
          "entryUtc": "2022-12-05T01:05:00.000Z",
          "exitTs": 1670213400,
          "dir": -1,
          "entryPrice": 1802.558,
          "exitPrice": 1809.505,
          "stopDistance": 6.947,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 185
        },
        {
          "entryTs": 1670235840,
          "entryUtc": "2022-12-05T10:24:00.000Z",
          "exitTs": 1670251140,
          "dir": 1,
          "entryPrice": 1794.117,
          "exitPrice": 1787.512,
          "stopDistance": 6.605,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 255
        },
        {
          "entryTs": 1670506500,
          "entryUtc": "2022-12-08T13:35:00.000Z",
          "exitTs": 1670548500,
          "dir": -1,
          "entryPrice": 1789.518,
          "exitPrice": 1794.919,
          "stopDistance": 5.401,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 700
        },
        {
          "entryTs": 1670563500,
          "entryUtc": "2022-12-09T05:25:00.000Z",
          "exitTs": 1670592000,
          "dir": -1,
          "entryPrice": 1797.248,
          "exitPrice": 1802.362,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 475
        },
        {
          "entryTs": 1671410640,
          "entryUtc": "2022-12-19T00:44:00.000Z",
          "exitTs": 1671525780,
          "dir": -1,
          "entryPrice": 1794.055,
          "exitPrice": 1800.316,
          "stopDistance": 6.261,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 1919
        },
        {
          "entryTs": 1671636900,
          "entryUtc": "2022-12-21T15:35:00.000Z",
          "exitTs": 1671716760,
          "dir": -1,
          "entryPrice": 1820.605,
          "exitPrice": 1809.657,
          "stopDistance": 5.474,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 1331
        },
        {
          "entryTs": 1672098060,
          "entryUtc": "2022-12-26T23:41:00.000Z",
          "exitTs": 1672124460,
          "dir": -1,
          "entryPrice": 1802.815,
          "exitPrice": 1808.108,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 440
        },
        {
          "entryTs": 1672218120,
          "entryUtc": "2022-12-28T09:02:00.000Z",
          "exitTs": 1672324800,
          "dir": 1,
          "entryPrice": 1802.847,
          "exitPrice": 1815.429,
          "stopDistance": 6.291,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 1778
        },
        {
          "entryTs": 1672383360,
          "entryUtc": "2022-12-30T06:56:00.000Z",
          "exitTs": 1672409280,
          "dir": -1,
          "entryPrice": 1819.995,
          "exitPrice": 1824.696,
          "stopDistance": 4.701,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 432
        },
        {
          "entryTs": 1672701360,
          "entryUtc": "2023-01-02T23:16:00.000Z",
          "exitTs": 1672704840,
          "dir": -1,
          "entryPrice": 1825.317,
          "exitPrice": 1831.436,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 58
        },
        {
          "entryTs": 1672726860,
          "entryUtc": "2023-01-03T06:21:00.000Z",
          "exitTs": 1672731600,
          "dir": -1,
          "entryPrice": 1842.655,
          "exitPrice": 1849.426,
          "stopDistance": 6.771,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 79
        },
        {
          "entryTs": 1672908360,
          "entryUtc": "2023-01-05T08:46:00.000Z",
          "exitTs": 1672926780,
          "dir": 1,
          "entryPrice": 1844.765,
          "exitPrice": 1837.364,
          "stopDistance": 7.401,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 307
        },
        {
          "entryTs": 1673221200,
          "entryUtc": "2023-01-08T23:40:00.000Z",
          "exitTs": 1673231040,
          "dir": -1,
          "entryPrice": 1868.745,
          "exitPrice": 1877.126,
          "stopDistance": 8.381,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 164
        },
        {
          "entryTs": 1673245200,
          "entryUtc": "2023-01-09T06:20:00.000Z",
          "exitTs": 1673429460,
          "dir": -1,
          "entryPrice": 1878.995,
          "exitPrice": 1886.356,
          "stopDistance": 7.361,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 3071
        },
        {
          "entryTs": 1673823960,
          "entryUtc": "2023-01-15T23:06:00.000Z",
          "exitTs": 1673837280,
          "dir": -1,
          "entryPrice": 1917.977,
          "exitPrice": 1926.215,
          "stopDistance": 8.238,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 222
        },
        {
          "entryTs": 1673938380,
          "entryUtc": "2023-01-17T06:53:00.000Z",
          "exitTs": 1674009600,
          "dir": 1,
          "entryPrice": 1908.258,
          "exitPrice": 1901.911,
          "stopDistance": 6.347,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 1187
        },
        {
          "entryTs": 1674019140,
          "entryUtc": "2023-01-18T05:19:00.000Z",
          "exitTs": 1674029520,
          "dir": 1,
          "entryPrice": 1897.925,
          "exitPrice": 1911.395,
          "stopDistance": 6.735,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 173
        },
        {
          "entryTs": 1674202800,
          "entryUtc": "2023-01-20T08:20:00.000Z",
          "exitTs": 1674225120,
          "dir": -1,
          "entryPrice": 1935.035,
          "exitPrice": 1921.512,
          "stopDistance": 6.761,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 372
        },
        {
          "entryTs": 1674454440,
          "entryUtc": "2023-01-23T06:14:00.000Z",
          "exitTs": 1674482820,
          "dir": 1,
          "entryPrice": 1924.165,
          "exitPrice": 1917.998,
          "stopDistance": 6.168,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 473
        },
        {
          "entryTs": 1674542280,
          "entryUtc": "2023-01-24T06:38:00.000Z",
          "exitTs": 1674572160,
          "dir": -1,
          "entryPrice": 1936.718,
          "exitPrice": 1924.219,
          "stopDistance": 6.25,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 498
        },
        {
          "entryTs": 1674676620,
          "entryUtc": "2023-01-25T19:57:00.000Z",
          "exitTs": 1674748440,
          "dir": -1,
          "entryPrice": 1942.028,
          "exitPrice": 1924.883,
          "stopDistance": 8.573,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 1197
        },
        {
          "entryTs": 1674750360,
          "entryUtc": "2023-01-26T16:26:00.000Z",
          "exitTs": 1675110360,
          "dir": 1,
          "entryPrice": 1920.565,
          "exitPrice": 1921.308,
          "stopDistance": 8.933,
          "outcome": "time",
          "netR": 0.0418,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1675253220,
          "entryUtc": "2023-02-01T12:07:00.000Z",
          "exitTs": 1675280460,
          "dir": -1,
          "entryPrice": 1930.705,
          "exitPrice": 1936.29,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 454
        },
        {
          "entryTs": 1675321800,
          "entryUtc": "2023-02-02T07:10:00.000Z",
          "exitTs": 1675348620,
          "dir": -1,
          "entryPrice": 1956.535,
          "exitPrice": 1941.323,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 447
        },
        {
          "entryTs": 1675410000,
          "entryUtc": "2023-02-03T07:40:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1911.755,
          "exitPrice": 1904.413,
          "stopDistance": 7.342,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 350
        },
        {
          "entryTs": 1675638120,
          "entryUtc": "2023-02-05T23:02:00.000Z",
          "exitTs": 1675671540,
          "dir": 1,
          "entryPrice": 1861.547,
          "exitPrice": 1881.122,
          "stopDistance": 9.788,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 557
        },
        {
          "entryTs": 1675792200,
          "entryUtc": "2023-02-07T17:50:00.000Z",
          "exitTs": 1675795740,
          "dir": -1,
          "entryPrice": 1880.887,
          "exitPrice": 1865.023,
          "stopDistance": 7.932,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 59
        },
        {
          "entryTs": 1675843320,
          "entryUtc": "2023-02-08T08:02:00.000Z",
          "exitTs": 1675958580,
          "dir": -1,
          "entryPrice": 1884.135,
          "exitPrice": 1867.559,
          "stopDistance": 8.288,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 1921
        },
        {
          "entryTs": 1676005320,
          "entryUtc": "2023-02-10T05:02:00.000Z",
          "exitTs": 1676016360,
          "dir": 1,
          "entryPrice": 1854.415,
          "exitPrice": 1870.178,
          "stopDistance": 7.881,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 184
        },
        {
          "entryTs": 1676264700,
          "entryUtc": "2023-02-13T05:05:00.000Z",
          "exitTs": 1676307420,
          "dir": 1,
          "entryPrice": 1857.755,
          "exitPrice": 1851.17,
          "stopDistance": 6.585,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 712
        },
        {
          "entryTs": 1676381520,
          "entryUtc": "2023-02-14T13:32:00.000Z",
          "exitTs": 1676381580,
          "dir": 1,
          "entryPrice": 1855.848,
          "exitPrice": 1868.266,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 1
        },
        {
          "entryTs": 1676442780,
          "entryUtc": "2023-02-15T06:33:00.000Z",
          "exitTs": 1676446560,
          "dir": 1,
          "entryPrice": 1843.655,
          "exitPrice": 1835.485,
          "stopDistance": 8.17,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 63
        },
        {
          "entryTs": 1676555460,
          "entryUtc": "2023-02-16T13:51:00.000Z",
          "exitTs": 1676609460,
          "dir": 1,
          "entryPrice": 1831.748,
          "exitPrice": 1824.929,
          "stopDistance": 6.819,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 900
        },
        {
          "entryTs": 1676615580,
          "entryUtc": "2023-02-17T06:33:00.000Z",
          "exitTs": 1676648040,
          "dir": 1,
          "entryPrice": 1824.285,
          "exitPrice": 1838.501,
          "stopDistance": 7.108,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 541
        },
        {
          "entryTs": 1676866080,
          "entryUtc": "2023-02-20T04:08:00.000Z",
          "exitTs": 1676981460,
          "dir": -1,
          "entryPrice": 1843.325,
          "exitPrice": 1830.97,
          "stopDistance": 6.177,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 1923
        },
        {
          "entryTs": 1677069540,
          "entryUtc": "2023-02-22T12:39:00.000Z",
          "exitTs": 1677078720,
          "dir": -1,
          "entryPrice": 1843.445,
          "exitPrice": 1832.045,
          "stopDistance": 5.7,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 153
        },
        {
          "entryTs": 1677159240,
          "entryUtc": "2023-02-23T13:34:00.000Z",
          "exitTs": 1677238920,
          "dir": 1,
          "entryPrice": 1823.048,
          "exitPrice": 1817.379,
          "stopDistance": 5.669,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1328
        },
        {
          "entryTs": 1677239040,
          "entryUtc": "2023-02-24T11:44:00.000Z",
          "exitTs": 1677245400,
          "dir": 1,
          "entryPrice": 1817.975,
          "exitPrice": 1812.591,
          "stopDistance": 5.384,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 106
        },
        {
          "entryTs": 1677469440,
          "entryUtc": "2023-02-27T03:44:00.000Z",
          "exitTs": 1677510060,
          "dir": 1,
          "entryPrice": 1808.925,
          "exitPrice": 1819.154,
          "stopDistance": 5.114,
          "outcome": "target",
          "netR": 1.9277,
          "holdMinutes": 677
        },
        {
          "entryTs": 1677572100,
          "entryUtc": "2023-02-28T08:15:00.000Z",
          "exitTs": 1677595560,
          "dir": 1,
          "entryPrice": 1807.765,
          "exitPrice": 1817.6,
          "stopDistance": 4.917,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 391
        },
        {
          "entryTs": 1677648000,
          "entryUtc": "2023-03-01T05:20:00.000Z",
          "exitTs": 1677661260,
          "dir": -1,
          "entryPrice": 1831.545,
          "exitPrice": 1836.834,
          "stopDistance": 5.289,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 221
        },
        {
          "entryTs": 1677824340,
          "entryUtc": "2023-03-03T06:19:00.000Z",
          "exitTs": 1677834360,
          "dir": -1,
          "entryPrice": 1841.415,
          "exitPrice": 1846.168,
          "stopDistance": 4.753,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 167
        },
        {
          "entryTs": 1678087500,
          "entryUtc": "2023-03-06T07:25:00.000Z",
          "exitTs": 1678128480,
          "dir": -1,
          "entryPrice": 1856.155,
          "exitPrice": 1846.384,
          "stopDistance": 4.886,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 683
        },
        {
          "entryTs": 1678183020,
          "entryUtc": "2023-03-07T09:57:00.000Z",
          "exitTs": 1678192260,
          "dir": 1,
          "entryPrice": 1844.105,
          "exitPrice": 1839.407,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 154
        },
        {
          "entryTs": 1678371300,
          "entryUtc": "2023-03-09T14:15:00.000Z",
          "exitTs": 1678372500,
          "dir": -1,
          "entryPrice": 1824.005,
          "exitPrice": 1829.08,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 20
        },
        {
          "entryTs": 1678435680,
          "entryUtc": "2023-03-10T08:08:00.000Z",
          "exitTs": 1678455060,
          "dir": -1,
          "entryPrice": 1835.515,
          "exitPrice": 1840.868,
          "stopDistance": 5.353,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 323
        },
        {
          "entryTs": 1678691280,
          "entryUtc": "2023-03-13T07:08:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1873.315,
          "exitPrice": 1896.339,
          "stopDistance": 11.512,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 321
        },
        {
          "entryTs": 1679036280,
          "entryUtc": "2023-03-17T06:58:00.000Z",
          "exitTs": 1679055720,
          "dir": -1,
          "entryPrice": 1933.025,
          "exitPrice": 1940.967,
          "stopDistance": 7.942,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 324
        },
        {
          "entryTs": 1679263380,
          "entryUtc": "2023-03-19T22:03:00.000Z",
          "exitTs": 1679296140,
          "dir": -1,
          "entryPrice": 1985.564,
          "exitPrice": 1998.418,
          "stopDistance": 12.854,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 546
        },
        {
          "entryTs": 1679386140,
          "entryUtc": "2023-03-21T08:09:00.000Z",
          "exitTs": 1679406240,
          "dir": 1,
          "entryPrice": 1966.655,
          "exitPrice": 1956.244,
          "stopDistance": 10.411,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 335
        },
        {
          "entryTs": 1679470140,
          "entryUtc": "2023-03-22T07:29:00.000Z",
          "exitTs": 1679496900,
          "dir": 1,
          "entryPrice": 1935.765,
          "exitPrice": 1951.392,
          "stopDistance": 7.814,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 446
        },
        {
          "entryTs": 1679550360,
          "entryUtc": "2023-03-23T05:46:00.000Z",
          "exitTs": 1679588160,
          "dir": -1,
          "entryPrice": 1978.415,
          "exitPrice": 1989.143,
          "stopDistance": 10.728,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 630
        },
        {
          "entryTs": 1679896920,
          "entryUtc": "2023-03-27T06:02:00.000Z",
          "exitTs": 1679908800,
          "dir": 1,
          "entryPrice": 1971.145,
          "exitPrice": 1962.211,
          "stopDistance": 8.934,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 198
        },
        {
          "entryTs": 1680179700,
          "entryUtc": "2023-03-30T12:35:00.000Z",
          "exitTs": 1680192180,
          "dir": -1,
          "entryPrice": 1971.565,
          "exitPrice": 1977.578,
          "stopDistance": 6.013,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 208
        },
        {
          "entryTs": 1680246000,
          "entryUtc": "2023-03-31T07:00:00.000Z",
          "exitTs": 1680283140,
          "dir": -1,
          "entryPrice": 1984.054,
          "exitPrice": 1972.914,
          "stopDistance": 5.57,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 619
        },
        {
          "entryTs": 1680472920,
          "entryUtc": "2023-04-02T22:02:00.000Z",
          "exitTs": 1680474000,
          "dir": 1,
          "entryPrice": 1967.648,
          "exitPrice": 1960.056,
          "stopDistance": 7.592,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 18
        },
        {
          "entryTs": 1680519660,
          "entryUtc": "2023-04-03T11:01:00.000Z",
          "exitTs": 1680529800,
          "dir": -1,
          "entryPrice": 1972.275,
          "exitPrice": 1980.603,
          "stopDistance": 8.328,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 169
        },
        {
          "entryTs": 1680676020,
          "entryUtc": "2023-04-05T06:27:00.000Z",
          "exitTs": 1680698040,
          "dir": -1,
          "entryPrice": 2024.635,
          "exitPrice": 2031.123,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 367
        },
        {
          "entryTs": 1681078380,
          "entryUtc": "2023-04-09T22:13:00.000Z",
          "exitTs": 1681092600,
          "dir": 1,
          "entryPrice": 2001.815,
          "exitPrice": 1994.518,
          "stopDistance": 7.297,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 237
        },
        {
          "entryTs": 1681131720,
          "entryUtc": "2023-04-10T13:02:00.000Z",
          "exitTs": 1681201380,
          "dir": 1,
          "entryPrice": 1988.955,
          "exitPrice": 2004.584,
          "stopDistance": 7.815,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 1161
        },
        {
          "entryTs": 1681374120,
          "entryUtc": "2023-04-13T08:22:00.000Z",
          "exitTs": 1681389000,
          "dir": -1,
          "entryPrice": 2026.708,
          "exitPrice": 2033.99,
          "stopDistance": 7.282,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 248
        },
        {
          "entryTs": 1681481460,
          "entryUtc": "2023-04-14T14:11:00.000Z",
          "exitTs": 1681483320,
          "dir": 1,
          "entryPrice": 2015.995,
          "exitPrice": 2006.556,
          "stopDistance": 9.439,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 31
        },
        {
          "entryTs": 1681710060,
          "entryUtc": "2023-04-17T05:41:00.000Z",
          "exitTs": 1681715160,
          "dir": -1,
          "entryPrice": 2006.095,
          "exitPrice": 2014.422,
          "stopDistance": 8.327,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 85
        },
        {
          "entryTs": 1681885260,
          "entryUtc": "2023-04-19T06:21:00.000Z",
          "exitTs": 1681891620,
          "dir": 1,
          "entryPrice": 1991.475,
          "exitPrice": 1985.562,
          "stopDistance": 5.913,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 106
        },
        {
          "entryTs": 1681986660,
          "entryUtc": "2023-04-20T10:31:00.000Z",
          "exitTs": 1681999680,
          "dir": -1,
          "entryPrice": 2004.265,
          "exitPrice": 2011.633,
          "stopDistance": 7.368,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 217
        },
        {
          "entryTs": 1682311260,
          "entryUtc": "2023-04-24T04:41:00.000Z",
          "exitTs": 1682379660,
          "dir": 1,
          "entryPrice": 1978.665,
          "exitPrice": 1994.427,
          "stopDistance": 7.881,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 1140
        },
        {
          "entryTs": 1682446860,
          "entryUtc": "2023-04-25T18:21:00.000Z",
          "exitTs": 1682599440,
          "dir": -1,
          "entryPrice": 2000.698,
          "exitPrice": 1982.086,
          "stopDistance": 9.306,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 2543
        },
        {
          "entryTs": 1682599560,
          "entryUtc": "2023-04-27T12:46:00.000Z",
          "exitTs": 1682602680,
          "dir": 1,
          "entryPrice": 1983.955,
          "exitPrice": 1977.035,
          "stopDistance": 6.92,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 52
        },
        {
          "entryTs": 1682918580,
          "entryUtc": "2023-05-01T05:23:00.000Z",
          "exitTs": 1682943720,
          "dir": 1,
          "entryPrice": 1980.375,
          "exitPrice": 1992.725,
          "stopDistance": 6.175,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 419
        },
        {
          "entryTs": 1683086940,
          "entryUtc": "2023-05-03T04:09:00.000Z",
          "exitTs": 1683127260,
          "dir": -1,
          "entryPrice": 2019.088,
          "exitPrice": 2025.272,
          "stopDistance": 6.184,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 672
        },
        {
          "entryTs": 1683519480,
          "entryUtc": "2023-05-08T04:18:00.000Z",
          "exitTs": 1683630060,
          "dir": -1,
          "entryPrice": 2023.865,
          "exitPrice": 2032.154,
          "stopDistance": 8.289,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 1843
        },
        {
          "entryTs": 1683867720,
          "entryUtc": "2023-05-12T05:02:00.000Z",
          "exitTs": 1683884100,
          "dir": 1,
          "entryPrice": 2010.824,
          "exitPrice": 2003.816,
          "stopDistance": 7.008,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 273
        },
        {
          "entryTs": 1684128960,
          "entryUtc": "2023-05-15T05:36:00.000Z",
          "exitTs": 1684218900,
          "dir": -1,
          "entryPrice": 2017.194,
          "exitPrice": 2004.314,
          "stopDistance": 6.44,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 1499
        },
        {
          "entryTs": 1684314300,
          "entryUtc": "2023-05-17T09:05:00.000Z",
          "exitTs": 1684330860,
          "dir": 1,
          "entryPrice": 1985.414,
          "exitPrice": 1980.124,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 276
        },
        {
          "entryTs": 1684396740,
          "entryUtc": "2023-05-18T07:59:00.000Z",
          "exitTs": 1684413000,
          "dir": 1,
          "entryPrice": 1975.274,
          "exitPrice": 1970.037,
          "stopDistance": 5.237,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 271
        },
        {
          "entryTs": 1684510560,
          "entryUtc": "2023-05-19T15:36:00.000Z",
          "exitTs": 1684765440,
          "dir": -1,
          "entryPrice": 1982.144,
          "exitPrice": 1969.584,
          "stopDistance": 6.28,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 4248
        },
        {
          "entryTs": 1684820160,
          "entryUtc": "2023-05-23T05:36:00.000Z",
          "exitTs": 1684828980,
          "dir": 1,
          "entryPrice": 1961.125,
          "exitPrice": 1954.847,
          "stopDistance": 6.278,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 147
        },
        {
          "entryTs": 1684901820,
          "entryUtc": "2023-05-24T04:17:00.000Z",
          "exitTs": 1684930860,
          "dir": -1,
          "entryPrice": 1977.458,
          "exitPrice": 1983.532,
          "stopDistance": 6.074,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 484
        },
        {
          "entryTs": 1684994220,
          "entryUtc": "2023-05-25T05:57:00.000Z",
          "exitTs": 1685018100,
          "dir": 1,
          "entryPrice": 1955.358,
          "exitPrice": 1948.852,
          "stopDistance": 6.506,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 398
        },
        {
          "entryTs": 1685338920,
          "entryUtc": "2023-05-29T05:42:00.000Z",
          "exitTs": 1685424180,
          "dir": -1,
          "entryPrice": 1945.984,
          "exitPrice": 1934.75,
          "stopDistance": 5.617,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 1421
        },
        {
          "entryTs": 1685513160,
          "entryUtc": "2023-05-31T06:06:00.000Z",
          "exitTs": 1685540580,
          "dir": -1,
          "entryPrice": 1963.045,
          "exitPrice": 1968.86,
          "stopDistance": 5.815,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 457
        },
        {
          "entryTs": 1685606820,
          "entryUtc": "2023-06-01T08:07:00.000Z",
          "exitTs": 1685620680,
          "dir": 1,
          "entryPrice": 1955.845,
          "exitPrice": 1967.976,
          "stopDistance": 6.065,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 231
        },
        {
          "entryTs": 1685724600,
          "entryUtc": "2023-06-02T16:50:00.000Z",
          "exitTs": 1685925120,
          "dir": 1,
          "entryPrice": 1953.508,
          "exitPrice": 1946.009,
          "stopDistance": 7.499,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 3342
        },
        {
          "entryTs": 1685942580,
          "entryUtc": "2023-06-05T05:23:00.000Z",
          "exitTs": 1685973660,
          "dir": 1,
          "entryPrice": 1943.915,
          "exitPrice": 1955.91,
          "stopDistance": 5.997,
          "outcome": "target",
          "netR": 1.9383,
          "holdMinutes": 518
        },
        {
          "entryTs": 1686047880,
          "entryUtc": "2023-06-06T10:38:00.000Z",
          "exitTs": 1686146100,
          "dir": -1,
          "entryPrice": 1964.315,
          "exitPrice": 1969.934,
          "stopDistance": 5.619,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 1637
        },
        {
          "entryTs": 1686146460,
          "entryUtc": "2023-06-07T14:01:00.000Z",
          "exitTs": 1686151560,
          "dir": -1,
          "entryPrice": 1966.464,
          "exitPrice": 1953.983,
          "stopDistance": 6.241,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 85
        },
        {
          "entryTs": 1686234840,
          "entryUtc": "2023-06-08T14:34:00.000Z",
          "exitTs": 1686537360,
          "dir": -1,
          "entryPrice": 1968.858,
          "exitPrice": 1954.666,
          "stopDistance": 7.096,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 5042
        },
        {
          "entryTs": 1686548100,
          "entryUtc": "2023-06-12T05:35:00.000Z",
          "exitTs": 1686560160,
          "dir": -1,
          "entryPrice": 1960.475,
          "exitPrice": 1965.281,
          "stopDistance": 4.806,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 201
        },
        {
          "entryTs": 1686659520,
          "entryUtc": "2023-06-13T12:32:00.000Z",
          "exitTs": 1686663840,
          "dir": -1,
          "entryPrice": 1966.495,
          "exitPrice": 1956.323,
          "stopDistance": 5.086,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 72
        },
        {
          "entryTs": 1686766080,
          "entryUtc": "2023-06-14T18:08:00.000Z",
          "exitTs": 1686792780,
          "dir": 1,
          "entryPrice": 1941.054,
          "exitPrice": 1934.929,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 445
        },
        {
          "entryTs": 1686806160,
          "entryUtc": "2023-06-15T05:16:00.000Z",
          "exitTs": 1686832200,
          "dir": 1,
          "entryPrice": 1932.325,
          "exitPrice": 1925.202,
          "stopDistance": 7.123,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 434
        },
        {
          "entryTs": 1686896820,
          "entryUtc": "2023-06-16T06:27:00.000Z",
          "exitTs": 1687171860,
          "dir": -1,
          "entryPrice": 1961.865,
          "exitPrice": 1949.263,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 4584
        },
        {
          "entryTs": 1687265580,
          "entryUtc": "2023-06-20T12:53:00.000Z",
          "exitTs": 1687266960,
          "dir": 1,
          "entryPrice": 1945.455,
          "exitPrice": 1940.607,
          "stopDistance": 4.848,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 23
        },
        {
          "entryTs": 1687350660,
          "entryUtc": "2023-06-21T12:31:00.000Z",
          "exitTs": 1687350960,
          "dir": 1,
          "entryPrice": 1931.815,
          "exitPrice": 1927.017,
          "stopDistance": 4.798,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 5
        },
        {
          "entryTs": 1687439580,
          "entryUtc": "2023-06-22T13:13:00.000Z",
          "exitTs": 1687447560,
          "dir": 1,
          "entryPrice": 1920.245,
          "exitPrice": 1914.408,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 133
        },
        {
          "entryTs": 1687526220,
          "entryUtc": "2023-06-23T13:17:00.000Z",
          "exitTs": 1687536000,
          "dir": -1,
          "entryPrice": 1932.845,
          "exitPrice": 1920.742,
          "stopDistance": 6.052,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 163
        },
        {
          "entryTs": 1687762140,
          "entryUtc": "2023-06-26T06:49:00.000Z",
          "exitTs": 1687769580,
          "dir": 1,
          "entryPrice": 1922.575,
          "exitPrice": 1933.109,
          "stopDistance": 5.267,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 124
        },
        {
          "entryTs": 1687864980,
          "entryUtc": "2023-06-27T11:23:00.000Z",
          "exitTs": 1687874760,
          "dir": 1,
          "entryPrice": 1921.155,
          "exitPrice": 1916.325,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 163
        },
        {
          "entryTs": 1687935120,
          "entryUtc": "2023-06-28T06:52:00.000Z",
          "exitTs": 1687948080,
          "dir": 1,
          "entryPrice": 1910.845,
          "exitPrice": 1906.132,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 216
        },
        {
          "entryTs": 1688020260,
          "entryUtc": "2023-06-29T06:31:00.000Z",
          "exitTs": 1688042580,
          "dir": 1,
          "entryPrice": 1903.175,
          "exitPrice": 1898.326,
          "stopDistance": 4.849,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 372
        },
        {
          "entryTs": 1688129100,
          "entryUtc": "2023-06-30T12:45:00.000Z",
          "exitTs": 1688134260,
          "dir": -1,
          "entryPrice": 1912.328,
          "exitPrice": 1917.192,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 86
        },
        {
          "entryTs": 1688359500,
          "entryUtc": "2023-07-03T04:45:00.000Z",
          "exitTs": 1688390160,
          "dir": -1,
          "entryPrice": 1919.445,
          "exitPrice": 1924.47,
          "stopDistance": 5.026,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 511
        },
        {
          "entryTs": 1688538240,
          "entryUtc": "2023-07-05T06:24:00.000Z",
          "exitTs": 1688551380,
          "dir": 1,
          "entryPrice": 1922.745,
          "exitPrice": 1929.156,
          "stopDistance": 3.206,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 219
        },
        {
          "entryTs": 1688733120,
          "entryUtc": "2023-07-07T12:32:00.000Z",
          "exitTs": 1688739120,
          "dir": -1,
          "entryPrice": 1923.094,
          "exitPrice": 1927.7,
          "stopDistance": 4.606,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 100
        },
        {
          "entryTs": 1689044640,
          "entryUtc": "2023-07-11T03:04:00.000Z",
          "exitTs": 1689057360,
          "dir": -1,
          "entryPrice": 1928.035,
          "exitPrice": 1932.754,
          "stopDistance": 4.719,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 212
        },
        {
          "entryTs": 1689223380,
          "entryUtc": "2023-07-13T04:43:00.000Z",
          "exitTs": 1689578340,
          "dir": -1,
          "entryPrice": 1961.334,
          "exitPrice": 1950.808,
          "stopDistance": 5.263,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 5916
        },
        {
          "entryTs": 1689653400,
          "entryUtc": "2023-07-18T04:10:00.000Z",
          "exitTs": 1689678960,
          "dir": -1,
          "entryPrice": 1960.438,
          "exitPrice": 1965.008,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 426
        },
        {
          "entryTs": 1689817080,
          "entryUtc": "2023-07-20T01:38:00.000Z",
          "exitTs": 1689856740,
          "dir": -1,
          "entryPrice": 1983.965,
          "exitPrice": 1974.095,
          "stopDistance": 4.935,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 661
        },
        {
          "entryTs": 1690172100,
          "entryUtc": "2023-07-24T04:15:00.000Z",
          "exitTs": 1690222440,
          "dir": 1,
          "entryPrice": 1959.655,
          "exitPrice": 1955.175,
          "stopDistance": 4.48,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 839
        },
        {
          "entryTs": 1690284480,
          "entryUtc": "2023-07-25T11:28:00.000Z",
          "exitTs": 1690286460,
          "dir": 1,
          "entryPrice": 1953.635,
          "exitPrice": 1963.099,
          "stopDistance": 4.732,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 33
        },
        {
          "entryTs": 1690776420,
          "entryUtc": "2023-07-31T04:07:00.000Z",
          "exitTs": 1690806660,
          "dir": 1,
          "entryPrice": 1953.875,
          "exitPrice": 1964.622,
          "stopDistance": 5.373,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 504
        },
        {
          "entryTs": 1690892640,
          "entryUtc": "2023-08-01T12:24:00.000Z",
          "exitTs": 1690894140,
          "dir": 1,
          "entryPrice": 1951.685,
          "exitPrice": 1947.054,
          "stopDistance": 4.631,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 25
        },
        {
          "entryTs": 1691039400,
          "entryUtc": "2023-08-03T05:10:00.000Z",
          "exitTs": 1691152200,
          "dir": 1,
          "entryPrice": 1933.765,
          "exitPrice": 1928.702,
          "stopDistance": 5.063,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 1880
        },
        {
          "entryTs": 1691152320,
          "entryUtc": "2023-08-04T12:32:00.000Z",
          "exitTs": 1691154360,
          "dir": 1,
          "entryPrice": 1935.735,
          "exitPrice": 1944.413,
          "stopDistance": 4.339,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 34
        },
        {
          "entryTs": 1691381160,
          "entryUtc": "2023-08-07T04:06:00.000Z",
          "exitTs": 1691416800,
          "dir": 1,
          "entryPrice": 1938.145,
          "exitPrice": 1932.912,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 594
        },
        {
          "entryTs": 1691481180,
          "entryUtc": "2023-08-08T07:53:00.000Z",
          "exitTs": 1691496060,
          "dir": 1,
          "entryPrice": 1931.255,
          "exitPrice": 1926.962,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 248
        },
        {
          "entryTs": 1691582820,
          "entryUtc": "2023-08-09T12:07:00.000Z",
          "exitTs": 1691592840,
          "dir": 1,
          "entryPrice": 1923.155,
          "exitPrice": 1918.935,
          "stopDistance": 4.22,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 167
        },
        {
          "entryTs": 1691679360,
          "entryUtc": "2023-08-10T14:56:00.000Z",
          "exitTs": 1692015060,
          "dir": 1,
          "entryPrice": 1915.085,
          "exitPrice": 1909.76,
          "stopDistance": 5.325,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 5595
        },
        {
          "entryTs": 1692095400,
          "entryUtc": "2023-08-15T10:30:00.000Z",
          "exitTs": 1692102600,
          "dir": 1,
          "entryPrice": 1903.035,
          "exitPrice": 1898.907,
          "stopDistance": 4.128,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 120
        },
        {
          "entryTs": 1692209100,
          "entryUtc": "2023-08-16T18:05:00.000Z",
          "exitTs": 1692219420,
          "dir": 1,
          "entryPrice": 1896.385,
          "exitPrice": 1891.741,
          "stopDistance": 4.644,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 172
        },
        {
          "entryTs": 1692288120,
          "entryUtc": "2023-08-17T16:02:00.000Z",
          "exitTs": 1692648120,
          "dir": 1,
          "entryPrice": 1889.755,
          "exitPrice": 1894.308,
          "stopDistance": 5.539,
          "outcome": "time",
          "netR": 0.7552,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1692773160,
          "entryUtc": "2023-08-23T06:46:00.000Z",
          "exitTs": 1692794640,
          "dir": -1,
          "entryPrice": 1904.405,
          "exitPrice": 1908.306,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 358
        },
        {
          "entryTs": 1692850980,
          "entryUtc": "2023-08-24T04:23:00.000Z",
          "exitTs": 1692880500,
          "dir": -1,
          "entryPrice": 1921.245,
          "exitPrice": 1912.878,
          "stopDistance": 4.184,
          "outcome": "target",
          "netR": 1.9116,
          "holdMinutes": 492
        },
        {
          "entryTs": 1692972240,
          "entryUtc": "2023-08-25T14:04:00.000Z",
          "exitTs": 1692972480,
          "dir": 1,
          "entryPrice": 1919.384,
          "exitPrice": 1915.429,
          "stopDistance": 3.955,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 4
        },
        {
          "entryTs": 1693200840,
          "entryUtc": "2023-08-28T05:34:00.000Z",
          "exitTs": 1693236660,
          "dir": -1,
          "entryPrice": 1916.965,
          "exitPrice": 1921.227,
          "stopDistance": 4.262,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 597
        },
        {
          "entryTs": 1693317720,
          "entryUtc": "2023-08-29T14:02:00.000Z",
          "exitTs": 1693317840,
          "dir": -1,
          "entryPrice": 1925.554,
          "exitPrice": 1929.856,
          "stopDistance": 4.302,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 2
        },
        {
          "entryTs": 1693387980,
          "entryUtc": "2023-08-30T09:33:00.000Z",
          "exitTs": 1693397700,
          "dir": -1,
          "entryPrice": 1938.028,
          "exitPrice": 1941.402,
          "stopDistance": 3.374,
          "outcome": "stop",
          "netR": -1.1245,
          "holdMinutes": 162
        },
        {
          "entryTs": 1693541340,
          "entryUtc": "2023-09-01T04:09:00.000Z",
          "exitTs": 1693570440,
          "dir": 1,
          "entryPrice": 1938.655,
          "exitPrice": 1945.951,
          "stopDistance": 3.648,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 485
        },
        {
          "entryTs": 1693808460,
          "entryUtc": "2023-09-04T06:21:00.000Z",
          "exitTs": 1693833840,
          "dir": -1,
          "entryPrice": 1945.815,
          "exitPrice": 1938.126,
          "stopDistance": 3.844,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 423
        },
        {
          "entryTs": 1693901640,
          "entryUtc": "2023-09-05T08:14:00.000Z",
          "exitTs": 1693903020,
          "dir": 1,
          "entryPrice": 1935.115,
          "exitPrice": 1932.083,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 23
        },
        {
          "entryTs": 1693985700,
          "entryUtc": "2023-09-06T07:35:00.000Z",
          "exitTs": 1694005620,
          "dir": 1,
          "entryPrice": 1924.115,
          "exitPrice": 1921.054,
          "stopDistance": 3.061,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 332
        },
        {
          "entryTs": 1694153520,
          "entryUtc": "2023-09-08T06:12:00.000Z",
          "exitTs": 1694187900,
          "dir": -1,
          "entryPrice": 1926.985,
          "exitPrice": 1919.781,
          "stopDistance": 3.602,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 573
        },
        {
          "entryTs": 1694387160,
          "entryUtc": "2023-09-10T23:06:00.000Z",
          "exitTs": 1694408340,
          "dir": 1,
          "entryPrice": 1918.134,
          "exitPrice": 1926.438,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 353
        },
        {
          "entryTs": 1694608380,
          "entryUtc": "2023-09-13T12:33:00.000Z",
          "exitTs": 1694611920,
          "dir": 1,
          "entryPrice": 1907.745,
          "exitPrice": 1914.56,
          "stopDistance": 3.407,
          "outcome": "target",
          "netR": 1.8914,
          "holdMinutes": 59
        },
        {
          "entryTs": 1694677500,
          "entryUtc": "2023-09-14T07:45:00.000Z",
          "exitTs": 1694694600,
          "dir": 1,
          "entryPrice": 1905.635,
          "exitPrice": 1901.792,
          "stopDistance": 3.843,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 285
        },
        {
          "entryTs": 1694751000,
          "entryUtc": "2023-09-15T04:10:00.000Z",
          "exitTs": 1694779440,
          "dir": -1,
          "entryPrice": 1915.695,
          "exitPrice": 1919.865,
          "stopDistance": 4.17,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 474
        },
        {
          "entryTs": 1695110160,
          "entryUtc": "2023-09-19T07:56:00.000Z",
          "exitTs": 1695172200,
          "dir": -1,
          "entryPrice": 1934.395,
          "exitPrice": 1928.433,
          "stopDistance": 2.981,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1695194400,
          "entryUtc": "2023-09-20T07:20:00.000Z",
          "exitTs": 1695216720,
          "dir": 1,
          "entryPrice": 1928.575,
          "exitPrice": 1934.39,
          "stopDistance": 2.907,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 372
        },
        {
          "entryTs": 1695600720,
          "entryUtc": "2023-09-25T00:12:00.000Z",
          "exitTs": 1695651540,
          "dir": 1,
          "entryPrice": 1923.705,
          "exitPrice": 1920.329,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 847
        },
        {
          "entryTs": 1695905220,
          "entryUtc": "2023-09-28T12:47:00.000Z",
          "exitTs": 1695911460,
          "dir": 1,
          "entryPrice": 1873.845,
          "exitPrice": 1869.495,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 104
        },
        {
          "entryTs": 1695993540,
          "entryUtc": "2023-09-29T13:19:00.000Z",
          "exitTs": 1695996300,
          "dir": -1,
          "entryPrice": 1878.535,
          "exitPrice": 1867.948,
          "stopDistance": 5.293,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 46
        },
        {
          "entryTs": 1696200300,
          "entryUtc": "2023-10-01T22:45:00.000Z",
          "exitTs": 1696225920,
          "dir": 1,
          "entryPrice": 1846.535,
          "exitPrice": 1839.956,
          "stopDistance": 6.579,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 427
        },
        {
          "entryTs": 1696400520,
          "entryUtc": "2023-10-04T06:22:00.000Z",
          "exitTs": 1696421700,
          "dir": 1,
          "entryPrice": 1818.585,
          "exitPrice": 1830.049,
          "stopDistance": 5.732,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 353
        },
        {
          "entryTs": 1696595520,
          "entryUtc": "2023-10-06T12:32:00.000Z",
          "exitTs": 1696598580,
          "dir": 1,
          "entryPrice": 1814.675,
          "exitPrice": 1823.496,
          "stopDistance": 4.411,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 51
        },
        {
          "entryTs": 1696855380,
          "entryUtc": "2023-10-09T12:43:00.000Z",
          "exitTs": 1696878120,
          "dir": 1,
          "entryPrice": 1845.755,
          "exitPrice": 1858.588,
          "stopDistance": 6.417,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 379
        },
        {
          "entryTs": 1697006760,
          "entryUtc": "2023-10-11T06:46:00.000Z",
          "exitTs": 1697010120,
          "dir": -1,
          "entryPrice": 1862.578,
          "exitPrice": 1866.634,
          "stopDistance": 4.056,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 56
        },
        {
          "entryTs": 1697086500,
          "entryUtc": "2023-10-12T04:55:00.000Z",
          "exitTs": 1697109300,
          "dir": -1,
          "entryPrice": 1878.665,
          "exitPrice": 1883.013,
          "stopDistance": 4.348,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 380
        },
        {
          "entryTs": 1697537940,
          "entryUtc": "2023-10-17T10:19:00.000Z",
          "exitTs": 1697550420,
          "dir": -1,
          "entryPrice": 1924.158,
          "exitPrice": 1929.597,
          "stopDistance": 5.44,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 208
        },
        {
          "entryTs": 1697735340,
          "entryUtc": "2023-10-19T17:09:00.000Z",
          "exitTs": 1697736120,
          "dir": -1,
          "entryPrice": 1962.475,
          "exitPrice": 1970.728,
          "stopDistance": 8.253,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 13
        },
        {
          "entryTs": 1697789820,
          "entryUtc": "2023-10-20T08:17:00.000Z",
          "exitTs": 1697810760,
          "dir": -1,
          "entryPrice": 1982.035,
          "exitPrice": 1989.67,
          "stopDistance": 7.635,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 349
        },
        {
          "entryTs": 1698012240,
          "entryUtc": "2023-10-22T22:04:00.000Z",
          "exitTs": 1698144120,
          "dir": 1,
          "entryPrice": 1973.378,
          "exitPrice": 1963.972,
          "stopDistance": 9.406,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 2198
        },
        {
          "entryTs": 1698240840,
          "entryUtc": "2023-10-25T13:34:00.000Z",
          "exitTs": 1698241920,
          "dir": -1,
          "entryPrice": 1978.255,
          "exitPrice": 1984.565,
          "stopDistance": 6.31,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 18
        },
        {
          "entryTs": 1698428580,
          "entryUtc": "2023-10-27T17:43:00.000Z",
          "exitTs": 1698429960,
          "dir": -1,
          "entryPrice": 1993.385,
          "exitPrice": 2000.117,
          "stopDistance": 6.732,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 23
        },
        {
          "entryTs": 1698648300,
          "entryUtc": "2023-10-30T06:45:00.000Z",
          "exitTs": 1698768480,
          "dir": 1,
          "entryPrice": 1997.098,
          "exitPrice": 1990.138,
          "stopDistance": 6.96,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 2003
        },
        {
          "entryTs": 1699241220,
          "entryUtc": "2023-11-06T03:27:00.000Z",
          "exitTs": 1699304280,
          "dir": 1,
          "entryPrice": 1984.835,
          "exitPrice": 1977.91,
          "stopDistance": 6.925,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 1051
        },
        {
          "entryTs": 1699457280,
          "entryUtc": "2023-11-08T15:28:00.000Z",
          "exitTs": 1699458120,
          "dir": 1,
          "entryPrice": 1956.615,
          "exitPrice": 1951.384,
          "stopDistance": 5.231,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 14
        },
        {
          "entryTs": 1699620240,
          "entryUtc": "2023-11-10T12:44:00.000Z",
          "exitTs": 1699631340,
          "dir": 1,
          "entryPrice": 1945.155,
          "exitPrice": 1939.897,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 185
        },
        {
          "entryTs": 1699884780,
          "entryUtc": "2023-11-13T14:13:00.000Z",
          "exitTs": 1699893180,
          "dir": 1,
          "entryPrice": 1934.415,
          "exitPrice": 1944.994,
          "stopDistance": 5.29,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 140
        },
        {
          "entryTs": 1700034060,
          "entryUtc": "2023-11-15T07:41:00.000Z",
          "exitTs": 1700055000,
          "dir": -1,
          "entryPrice": 1970.235,
          "exitPrice": 1975.001,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 349
        },
        {
          "entryTs": 1700210220,
          "entryUtc": "2023-11-17T08:37:00.000Z",
          "exitTs": 1700214060,
          "dir": -1,
          "entryPrice": 1987.214,
          "exitPrice": 1992.087,
          "stopDistance": 4.873,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 64
        },
        {
          "entryTs": 1700481300,
          "entryUtc": "2023-11-20T11:55:00.000Z",
          "exitTs": 1700487240,
          "dir": 1,
          "entryPrice": 1973.325,
          "exitPrice": 1967.632,
          "stopDistance": 5.693,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 99
        },
        {
          "entryTs": 1700554200,
          "entryUtc": "2023-11-21T08:10:00.000Z",
          "exitTs": 1700573400,
          "dir": -1,
          "entryPrice": 1993.398,
          "exitPrice": 1999.146,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 320
        },
        {
          "entryTs": 1701043980,
          "entryUtc": "2023-11-27T00:13:00.000Z",
          "exitTs": 1701047820,
          "dir": -1,
          "entryPrice": 2003.455,
          "exitPrice": 2007.936,
          "stopDistance": 4.481,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 64
        },
        {
          "entryTs": 1701352560,
          "entryUtc": "2023-11-30T13:56:00.000Z",
          "exitTs": 1701422940,
          "dir": 1,
          "entryPrice": 2036.255,
          "exitPrice": 2047.486,
          "stopDistance": 5.616,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1701644700,
          "entryUtc": "2023-12-03T23:05:00.000Z",
          "exitTs": 1701645360,
          "dir": -1,
          "entryPrice": 2074.474,
          "exitPrice": 2083.257,
          "stopDistance": 8.783,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 11
        },
        {
          "entryTs": 1701676020,
          "entryUtc": "2023-12-04T07:47:00.000Z",
          "exitTs": 1701697800,
          "dir": 1,
          "entryPrice": 2072.535,
          "exitPrice": 2056.454,
          "stopDistance": 16.081,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 363
        },
        {
          "entryTs": 1701788460,
          "entryUtc": "2023-12-05T15:01:00.000Z",
          "exitTs": 1701790620,
          "dir": 1,
          "entryPrice": 2024.215,
          "exitPrice": 2013.133,
          "stopDistance": 11.082,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 36
        },
        {
          "entryTs": 1701956400,
          "entryUtc": "2023-12-07T13:40:00.000Z",
          "exitTs": 1701968640,
          "dir": -1,
          "entryPrice": 2034.438,
          "exitPrice": 2022.274,
          "stopDistance": 6.082,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 204
        },
        {
          "entryTs": 1702042860,
          "entryUtc": "2023-12-08T13:41:00.000Z",
          "exitTs": 1702044180,
          "dir": 1,
          "entryPrice": 2021.135,
          "exitPrice": 2015.587,
          "stopDistance": 5.548,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 22
        },
        {
          "entryTs": 1702282020,
          "entryUtc": "2023-12-11T08:07:00.000Z",
          "exitTs": 1702306440,
          "dir": 1,
          "entryPrice": 1994.705,
          "exitPrice": 1987.404,
          "stopDistance": 7.301,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 407
        },
        {
          "entryTs": 1702448100,
          "entryUtc": "2023-12-13T06:15:00.000Z",
          "exitTs": 1702494000,
          "dir": 1,
          "entryPrice": 1977.155,
          "exitPrice": 1986.968,
          "stopDistance": 4.906,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 765
        },
        {
          "entryTs": 1702542720,
          "entryUtc": "2023-12-14T08:32:00.000Z",
          "exitTs": 1702664880,
          "dir": -1,
          "entryPrice": 2038.765,
          "exitPrice": 2020.74,
          "stopDistance": 9.013,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 2036
        },
        {
          "entryTs": 1702877580,
          "entryUtc": "2023-12-18T05:33:00.000Z",
          "exitTs": 1702922220,
          "dir": -1,
          "entryPrice": 2023.758,
          "exitPrice": 2030.678,
          "stopDistance": 6.92,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 744
        },
        {
          "entryTs": 1703166240,
          "entryUtc": "2023-12-21T13:44:00.000Z",
          "exitTs": 1703199600,
          "dir": -1,
          "entryPrice": 2043.198,
          "exitPrice": 2048.127,
          "stopDistance": 4.929,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 556
        },
        {
          "entryTs": 1703669220,
          "entryUtc": "2023-12-27T09:27:00.000Z",
          "exitTs": 1703689980,
          "dir": -1,
          "entryPrice": 2068.615,
          "exitPrice": 2073.176,
          "stopDistance": 4.561,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 346
        },
        {
          "entryTs": 1703844180,
          "entryUtc": "2023-12-29T10:03:00.000Z",
          "exitTs": 1703858160,
          "dir": 1,
          "entryPrice": 2064.805,
          "exitPrice": 2059.313,
          "stopDistance": 5.492,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 233
        },
        {
          "entryTs": 1704206640,
          "entryUtc": "2024-01-02T14:44:00.000Z",
          "exitTs": 1704209820,
          "dir": 1,
          "entryPrice": 2063.775,
          "exitPrice": 2057.092,
          "stopDistance": 6.682,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 53
        },
        {
          "entryTs": 1704275160,
          "entryUtc": "2024-01-03T09:46:00.000Z",
          "exitTs": 1704281580,
          "dir": 1,
          "entryPrice": 2056.435,
          "exitPrice": 2050.68,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 107
        },
        {
          "entryTs": 1704690480,
          "entryUtc": "2024-01-08T05:08:00.000Z",
          "exitTs": 1704692340,
          "dir": 1,
          "entryPrice": 2035.035,
          "exitPrice": 2027.736,
          "stopDistance": 7.299,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 31
        },
        {
          "entryTs": 1704785220,
          "entryUtc": "2024-01-09T07:27:00.000Z",
          "exitTs": 1704869820,
          "dir": -1,
          "entryPrice": 2036.735,
          "exitPrice": 2023.845,
          "stopDistance": 6.445,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 1410
        },
        {
          "entryTs": 1704979920,
          "entryUtc": "2024-01-11T13:32:00.000Z",
          "exitTs": 1704979980,
          "dir": -1,
          "entryPrice": 2025.995,
          "exitPrice": 2030.832,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 1
        },
        {
          "entryTs": 1705056720,
          "entryUtc": "2024-01-12T10:52:00.000Z",
          "exitTs": 1705061220,
          "dir": -1,
          "entryPrice": 2043.565,
          "exitPrice": 2050.089,
          "stopDistance": 6.524,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 75
        },
        {
          "entryTs": 1705308240,
          "entryUtc": "2024-01-15T08:44:00.000Z",
          "exitTs": 1705394160,
          "dir": -1,
          "entryPrice": 2057.305,
          "exitPrice": 2044.177,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1432
        },
        {
          "entryTs": 1705649160,
          "entryUtc": "2024-01-19T07:26:00.000Z",
          "exitTs": 1705655100,
          "dir": -1,
          "entryPrice": 2025.245,
          "exitPrice": 2030.155,
          "stopDistance": 4.91,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 99
        },
        {
          "entryTs": 1705900140,
          "entryUtc": "2024-01-22T05:09:00.000Z",
          "exitTs": 1705906800,
          "dir": 1,
          "entryPrice": 2024.885,
          "exitPrice": 2019.525,
          "stopDistance": 5.36,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 111
        },
        {
          "entryTs": 1705987920,
          "entryUtc": "2024-01-23T05:32:00.000Z",
          "exitTs": 1705993080,
          "dir": -1,
          "entryPrice": 2029.715,
          "exitPrice": 2034.973,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 86
        },
        {
          "entryTs": 1706108700,
          "entryUtc": "2024-01-24T15:05:00.000Z",
          "exitTs": 1706111460,
          "dir": 1,
          "entryPrice": 2021.365,
          "exitPrice": 2014.939,
          "stopDistance": 6.426,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 46
        },
        {
          "entryTs": 1706189520,
          "entryUtc": "2024-01-25T13:32:00.000Z",
          "exitTs": 1706484540,
          "dir": 1,
          "entryPrice": 2016.985,
          "exitPrice": 2027.655,
          "stopDistance": 5.335,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 4917
        },
        {
          "entryTs": 1706511000,
          "entryUtc": "2024-01-29T06:50:00.000Z",
          "exitTs": 1706513640,
          "dir": -1,
          "entryPrice": 2028.225,
          "exitPrice": 2033.467,
          "stopDistance": 5.242,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 44
        },
        {
          "entryTs": 1706785920,
          "entryUtc": "2024-02-01T11:12:00.000Z",
          "exitTs": 1706796660,
          "dir": 1,
          "entryPrice": 2031.315,
          "exitPrice": 2045.286,
          "stopDistance": 6.986,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 179
        },
        {
          "entryTs": 1706882400,
          "entryUtc": "2024-02-02T14:00:00.000Z",
          "exitTs": 1707121260,
          "dir": 1,
          "entryPrice": 2031.595,
          "exitPrice": 2023.342,
          "stopDistance": 8.253,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 3981
        },
        {
          "entryTs": 1707230940,
          "entryUtc": "2024-02-06T14:49:00.000Z",
          "exitTs": 1707232800,
          "dir": -1,
          "entryPrice": 2031.135,
          "exitPrice": 2036.568,
          "stopDistance": 5.433,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 31
        },
        {
          "entryTs": 1707726240,
          "entryUtc": "2024-02-12T08:24:00.000Z",
          "exitTs": 1707747300,
          "dir": -1,
          "entryPrice": 2026.375,
          "exitPrice": 2018.098,
          "stopDistance": 4.139,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 351
        },
        {
          "entryTs": 1707821280,
          "entryUtc": "2024-02-13T10:48:00.000Z",
          "exitTs": 1707831000,
          "dir": -1,
          "entryPrice": 2027.245,
          "exitPrice": 2031.1,
          "stopDistance": 3.855,
          "outcome": "ambiguous",
          "netR": -1.1089,
          "holdMinutes": 162
        },
        {
          "entryTs": 1707898260,
          "entryUtc": "2024-02-14T08:11:00.000Z",
          "exitTs": 1708003260,
          "dir": 1,
          "entryPrice": 1988.975,
          "exitPrice": 1999.042,
          "stopDistance": 5.033,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 1750
        },
        {
          "entryTs": 1708097940,
          "entryUtc": "2024-02-16T15:39:00.000Z",
          "exitTs": 1708105740,
          "dir": -1,
          "entryPrice": 2007.795,
          "exitPrice": 2012.98,
          "stopDistance": 5.185,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 130
        },
        {
          "entryTs": 1708297320,
          "entryUtc": "2024-02-18T23:02:00.000Z",
          "exitTs": 1708302360,
          "dir": -1,
          "entryPrice": 2012.385,
          "exitPrice": 2018.206,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 84
        },
        {
          "entryTs": 1708327560,
          "entryUtc": "2024-02-19T07:26:00.000Z",
          "exitTs": 1708431120,
          "dir": -1,
          "entryPrice": 2021.895,
          "exitPrice": 2027.566,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1726
        },
        {
          "entryTs": 1708491900,
          "entryUtc": "2024-02-21T05:05:00.000Z",
          "exitTs": 1708531200,
          "dir": -1,
          "entryPrice": 2031.015,
          "exitPrice": 2023.304,
          "stopDistance": 3.855,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 655
        },
        {
          "entryTs": 1708620540,
          "entryUtc": "2024-02-22T16:49:00.000Z",
          "exitTs": 1708703760,
          "dir": 1,
          "entryPrice": 2020.695,
          "exitPrice": 2030.584,
          "stopDistance": 4.945,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 1387
        },
        {
          "entryTs": 1708931700,
          "entryUtc": "2024-02-26T07:15:00.000Z",
          "exitTs": 1708961700,
          "dir": -1,
          "entryPrice": 2034.235,
          "exitPrice": 2025.075,
          "stopDistance": 4.58,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 500
        },
        {
          "entryTs": 1709022360,
          "entryUtc": "2024-02-27T08:26:00.000Z",
          "exitTs": 1709063220,
          "dir": -1,
          "entryPrice": 2036.885,
          "exitPrice": 2029.658,
          "stopDistance": 3.613,
          "outcome": "target",
          "netR": 1.8976,
          "holdMinutes": 681
        },
        {
          "entryTs": 1709103300,
          "entryUtc": "2024-02-28T06:55:00.000Z",
          "exitTs": 1709112720,
          "dir": 1,
          "entryPrice": 2028.855,
          "exitPrice": 2025.257,
          "stopDistance": 3.598,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 157
        },
        {
          "entryTs": 1709213700,
          "entryUtc": "2024-02-29T13:35:00.000Z",
          "exitTs": 1709213760,
          "dir": -1,
          "entryPrice": 2037.725,
          "exitPrice": 2041.517,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 1
        },
        {
          "entryTs": 1709288820,
          "entryUtc": "2024-03-01T10:27:00.000Z",
          "exitTs": 1709291340,
          "dir": -1,
          "entryPrice": 2050.455,
          "exitPrice": 2055.507,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 42
        },
        {
          "entryTs": 1709735880,
          "entryUtc": "2024-03-06T14:38:00.000Z",
          "exitTs": 1709736540,
          "dir": -1,
          "entryPrice": 2141.725,
          "exitPrice": 2148.829,
          "stopDistance": 7.104,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 11
        },
        {
          "entryTs": 1709816820,
          "entryUtc": "2024-03-07T13:07:00.000Z",
          "exitTs": 1709886600,
          "dir": -1,
          "entryPrice": 2159.765,
          "exitPrice": 2167.727,
          "stopDistance": 7.962,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 1163
        },
        {
          "entryTs": 1709886840,
          "entryUtc": "2024-03-08T08:34:00.000Z",
          "exitTs": 1709891820,
          "dir": -1,
          "entryPrice": 2164.225,
          "exitPrice": 2170.902,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 83
        },
        {
          "entryTs": 1710147600,
          "entryUtc": "2024-03-11T09:00:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2177.325,
          "exitPrice": 2168.455,
          "stopDistance": 8.87,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 1637
        },
        {
          "entryTs": 1710429660,
          "entryUtc": "2024-03-14T15:21:00.000Z",
          "exitTs": 1710496560,
          "dir": 1,
          "entryPrice": 2158.445,
          "exitPrice": 2171.56,
          "stopDistance": 6.557,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1115
        },
        {
          "entryTs": 1710496800,
          "entryUtc": "2024-03-15T10:00:00.000Z",
          "exitTs": 1710506280,
          "dir": -1,
          "entryPrice": 2171.768,
          "exitPrice": 2160.741,
          "stopDistance": 5.513,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 158
        },
        {
          "entryTs": 1710713400,
          "entryUtc": "2024-03-17T22:10:00.000Z",
          "exitTs": 1710729900,
          "dir": 1,
          "entryPrice": 2155.224,
          "exitPrice": 2148.556,
          "stopDistance": 6.668,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 275
        },
        {
          "entryTs": 1710758400,
          "entryUtc": "2024-03-18T10:40:00.000Z",
          "exitTs": 1710764700,
          "dir": -1,
          "entryPrice": 2156.765,
          "exitPrice": 2162.671,
          "stopDistance": 5.906,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 105
        },
        {
          "entryTs": 1711092780,
          "entryUtc": "2024-03-22T07:33:00.000Z",
          "exitTs": 1711128420,
          "dir": 1,
          "entryPrice": 2166.395,
          "exitPrice": 2157.641,
          "stopDistance": 8.754,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 594
        },
        {
          "entryTs": 1711350480,
          "entryUtc": "2024-03-25T07:08:00.000Z",
          "exitTs": 1711444380,
          "dir": 1,
          "entryPrice": 2164.675,
          "exitPrice": 2181.214,
          "stopDistance": 8.27,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 1565
        },
        {
          "entryTs": 1711944360,
          "entryUtc": "2024-04-01T04:06:00.000Z",
          "exitTs": 1711979400,
          "dir": -1,
          "entryPrice": 2264.875,
          "exitPrice": 2240.417,
          "stopDistance": 12.229,
          "outcome": "target",
          "netR": 1.9697,
          "holdMinutes": 584
        },
        {
          "entryTs": 1712050380,
          "entryUtc": "2024-04-02T09:33:00.000Z",
          "exitTs": 1712067840,
          "dir": -1,
          "entryPrice": 2264.745,
          "exitPrice": 2274.654,
          "stopDistance": 9.909,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 291
        },
        {
          "entryTs": 1712158680,
          "entryUtc": "2024-04-03T15:38:00.000Z",
          "exitTs": 1712169300,
          "dir": -1,
          "entryPrice": 2285.394,
          "exitPrice": 2296.137,
          "stopDistance": 10.742,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 177
        },
        {
          "entryTs": 1712257080,
          "entryUtc": "2024-04-04T18:58:00.000Z",
          "exitTs": 1712259480,
          "dir": -1,
          "entryPrice": 2303.375,
          "exitPrice": 2285.185,
          "stopDistance": 9.095,
          "outcome": "target",
          "netR": 1.9593,
          "holdMinutes": 40
        },
        {
          "entryTs": 1712542620,
          "entryUtc": "2024-04-08T02:17:00.000Z",
          "exitTs": 1712543880,
          "dir": -1,
          "entryPrice": 2329.255,
          "exitPrice": 2344.804,
          "stopDistance": 15.549,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 21
        },
        {
          "entryTs": 1712752740,
          "entryUtc": "2024-04-10T12:39:00.000Z",
          "exitTs": 1712754300,
          "dir": 1,
          "entryPrice": 2339.155,
          "exitPrice": 2329.75,
          "stopDistance": 9.405,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 26
        },
        {
          "entryTs": 1713170160,
          "entryUtc": "2024-04-15T08:36:00.000Z",
          "exitTs": 1713190080,
          "dir": 1,
          "entryPrice": 2347.055,
          "exitPrice": 2328.914,
          "stopDistance": 18.141,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 332
        },
        {
          "entryTs": 1713280200,
          "entryUtc": "2024-04-16T15:10:00.000Z",
          "exitTs": 1713387120,
          "dir": -1,
          "entryPrice": 2390.915,
          "exitPrice": 2359.345,
          "stopDistance": 15.785,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 1782
        },
        {
          "entryTs": 1713490140,
          "entryUtc": "2024-04-19T01:29:00.000Z",
          "exitTs": 1713490440,
          "dir": -1,
          "entryPrice": 2394.925,
          "exitPrice": 2404.872,
          "stopDistance": 9.947,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 5
        },
        {
          "entryTs": 1713764760,
          "entryUtc": "2024-04-22T05:46:00.000Z",
          "exitTs": 1713768420,
          "dir": 1,
          "entryPrice": 2364.115,
          "exitPrice": 2351.683,
          "stopDistance": 12.432,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 61
        },
        {
          "entryTs": 1713864120,
          "entryUtc": "2024-04-23T09:22:00.000Z",
          "exitTs": 1713879900,
          "dir": 1,
          "entryPrice": 2295.535,
          "exitPrice": 2324.792,
          "stopDistance": 14.628,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 263
        },
        {
          "entryTs": 1713971520,
          "entryUtc": "2024-04-24T15:12:00.000Z",
          "exitTs": 1714014840,
          "dir": -1,
          "entryPrice": 2331.555,
          "exitPrice": 2308.442,
          "stopDistance": 11.556,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 722
        },
        {
          "entryTs": 1714116180,
          "entryUtc": "2024-04-26T07:23:00.000Z",
          "exitTs": 1714352400,
          "dir": -1,
          "entryPrice": 2344.095,
          "exitPrice": 2326.093,
          "stopDistance": 9.001,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 3937
        },
        {
          "entryTs": 1714352580,
          "entryUtc": "2024-04-29T01:03:00.000Z",
          "exitTs": 1714457220,
          "dir": 1,
          "entryPrice": 2328.995,
          "exitPrice": 2319.619,
          "stopDistance": 9.376,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 1744
        },
        {
          "entryTs": 1714536420,
          "entryUtc": "2024-05-01T04:07:00.000Z",
          "exitTs": 1714569960,
          "dir": 1,
          "entryPrice": 2283.045,
          "exitPrice": 2301.153,
          "stopDistance": 9.054,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 559
        },
        {
          "entryTs": 1714743720,
          "entryUtc": "2024-05-03T13:42:00.000Z",
          "exitTs": 1714957620,
          "dir": 1,
          "entryPrice": 2286.285,
          "exitPrice": 2306.4,
          "stopDistance": 10.058,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 3565
        },
        {
          "entryTs": 1715132220,
          "entryUtc": "2024-05-08T01:37:00.000Z",
          "exitTs": 1715258040,
          "dir": 1,
          "entryPrice": 2308.765,
          "exitPrice": 2323.238,
          "stopDistance": 7.236,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 2097
        },
        {
          "entryTs": 1715318040,
          "entryUtc": "2024-05-10T05:14:00.000Z",
          "exitTs": 1715323320,
          "dir": -1,
          "entryPrice": 2354.708,
          "exitPrice": 2363.227,
          "stopDistance": 8.519,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 88
        },
        {
          "entryTs": 1715574840,
          "entryUtc": "2024-05-13T04:34:00.000Z",
          "exitTs": 1715586180,
          "dir": 1,
          "entryPrice": 2356.285,
          "exitPrice": 2347.261,
          "stopDistance": 9.024,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 189
        },
        {
          "entryTs": 1715695380,
          "entryUtc": "2024-05-14T14:03:00.000Z",
          "exitTs": 1715758200,
          "dir": -1,
          "entryPrice": 2355.225,
          "exitPrice": 2363.881,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 1047
        },
        {
          "entryTs": 1716156360,
          "entryUtc": "2024-05-19T22:06:00.000Z",
          "exitTs": 1716166800,
          "dir": -1,
          "entryPrice": 2421.975,
          "exitPrice": 2432.562,
          "stopDistance": 10.587,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 174
        },
        {
          "entryTs": 1716182940,
          "entryUtc": "2024-05-20T05:29:00.000Z",
          "exitTs": 1716207660,
          "dir": -1,
          "entryPrice": 2439.715,
          "exitPrice": 2416.85,
          "stopDistance": 11.432,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 412
        },
        {
          "entryTs": 1716378600,
          "entryUtc": "2024-05-22T11:50:00.000Z",
          "exitTs": 1716386940,
          "dir": 1,
          "entryPrice": 2408.625,
          "exitPrice": 2399.762,
          "stopDistance": 8.863,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 139
        },
        {
          "entryTs": 1716442980,
          "entryUtc": "2024-05-23T05:43:00.000Z",
          "exitTs": 1716444060,
          "dir": 1,
          "entryPrice": 2366.815,
          "exitPrice": 2356.377,
          "stopDistance": 10.438,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 18
        },
        {
          "entryTs": 1716780660,
          "entryUtc": "2024-05-27T03:31:00.000Z",
          "exitTs": 1716817620,
          "dir": -1,
          "entryPrice": 2346.335,
          "exitPrice": 2354.901,
          "stopDistance": 8.566,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 616
        },
        {
          "entryTs": 1716983700,
          "entryUtc": "2024-05-29T11:55:00.000Z",
          "exitTs": 1717036260,
          "dir": 1,
          "entryPrice": 2340.605,
          "exitPrice": 2332.886,
          "stopDistance": 7.719,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 876
        },
        {
          "entryTs": 1717159560,
          "entryUtc": "2024-05-31T12:46:00.000Z",
          "exitTs": 1717160520,
          "dir": -1,
          "entryPrice": 2350.985,
          "exitPrice": 2358.132,
          "stopDistance": 7.147,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 16
        },
        {
          "entryTs": 1717387500,
          "entryUtc": "2024-06-03T04:05:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2321.005,
          "exitPrice": 2339.582,
          "stopDistance": 9.289,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 595
        },
        {
          "entryTs": 1717599720,
          "entryUtc": "2024-06-05T15:02:00.000Z",
          "exitTs": 1717636440,
          "dir": -1,
          "entryPrice": 2351.305,
          "exitPrice": 2361.076,
          "stopDistance": 9.771,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 612
        },
        {
          "entryTs": 1717687980,
          "entryUtc": "2024-06-06T15:33:00.000Z",
          "exitTs": 1717734360,
          "dir": -1,
          "entryPrice": 2373.824,
          "exitPrice": 2383.268,
          "stopDistance": 9.444,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 773
        },
        {
          "entryTs": 1718002140,
          "entryUtc": "2024-06-10T06:49:00.000Z",
          "exitTs": 1718036820,
          "dir": 1,
          "entryPrice": 2288.795,
          "exitPrice": 2312.564,
          "stopDistance": 11.885,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 578
        },
        {
          "entryTs": 1718360580,
          "entryUtc": "2024-06-14T10:23:00.000Z",
          "exitTs": 1718365380,
          "dir": -1,
          "entryPrice": 2326.598,
          "exitPrice": 2335.368,
          "stopDistance": 8.77,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 80
        },
        {
          "entryTs": 1718601180,
          "entryUtc": "2024-06-17T05:13:00.000Z",
          "exitTs": 1718638440,
          "dir": 1,
          "entryPrice": 2321.405,
          "exitPrice": 2313.508,
          "stopDistance": 7.897,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 621
        },
        {
          "entryTs": 1718706480,
          "entryUtc": "2024-06-18T10:28:00.000Z",
          "exitTs": 1718714760,
          "dir": 1,
          "entryPrice": 2310.375,
          "exitPrice": 2323.854,
          "stopDistance": 6.739,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 138
        },
        {
          "entryTs": 1718784120,
          "entryUtc": "2024-06-19T08:02:00.000Z",
          "exitTs": 1718847720,
          "dir": -1,
          "entryPrice": 2332.825,
          "exitPrice": 2338.787,
          "stopDistance": 5.962,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 1060
        },
        {
          "entryTs": 1718857980,
          "entryUtc": "2024-06-20T04:33:00.000Z",
          "exitTs": 1718861820,
          "dir": -1,
          "entryPrice": 2338.458,
          "exitPrice": 2344.26,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 64
        },
        {
          "entryTs": 1718949180,
          "entryUtc": "2024-06-21T05:53:00.000Z",
          "exitTs": 1718976780,
          "dir": -1,
          "entryPrice": 2365.008,
          "exitPrice": 2350.724,
          "stopDistance": 7.142,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 460
        },
        {
          "entryTs": 1719207180,
          "entryUtc": "2024-06-24T05:33:00.000Z",
          "exitTs": 1719310080,
          "dir": -1,
          "entryPrice": 2326.205,
          "exitPrice": 2334.753,
          "stopDistance": 8.548,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 1715
        },
        {
          "entryTs": 1719310200,
          "entryUtc": "2024-06-25T10:10:00.000Z",
          "exitTs": 1719324600,
          "dir": -1,
          "entryPrice": 2334.475,
          "exitPrice": 2320.043,
          "stopDistance": 7.216,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 240
        },
        {
          "entryTs": 1719382140,
          "entryUtc": "2024-06-26T06:09:00.000Z",
          "exitTs": 1719407820,
          "dir": 1,
          "entryPrice": 2310.688,
          "exitPrice": 2302.585,
          "stopDistance": 8.103,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 428
        },
        {
          "entryTs": 1719489900,
          "entryUtc": "2024-06-27T12:05:00.000Z",
          "exitTs": 1719492000,
          "dir": -1,
          "entryPrice": 2317.925,
          "exitPrice": 2324.626,
          "stopDistance": 6.701,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 35
        },
        {
          "entryTs": 1719563280,
          "entryUtc": "2024-06-28T08:28:00.000Z",
          "exitTs": 1719570720,
          "dir": -1,
          "entryPrice": 2330.025,
          "exitPrice": 2336.463,
          "stopDistance": 6.438,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 124
        },
        {
          "entryTs": 1719808560,
          "entryUtc": "2024-07-01T04:36:00.000Z",
          "exitTs": 1719833820,
          "dir": 1,
          "entryPrice": 2322.418,
          "exitPrice": 2336.551,
          "stopDistance": 7.066,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 421
        },
        {
          "entryTs": 1719989400,
          "entryUtc": "2024-07-03T06:50:00.000Z",
          "exitTs": 1719990900,
          "dir": -1,
          "entryPrice": 2336.485,
          "exitPrice": 2343.03,
          "stopDistance": 6.544,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 25
        },
        {
          "entryTs": 1720182720,
          "entryUtc": "2024-07-05T12:32:00.000Z",
          "exitTs": 1720186860,
          "dir": 1,
          "entryPrice": 2369.825,
          "exitPrice": 2380.592,
          "stopDistance": 5.384,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 69
        },
        {
          "entryTs": 1720420860,
          "entryUtc": "2024-07-08T06:41:00.000Z",
          "exitTs": 1720428120,
          "dir": 1,
          "entryPrice": 2380.468,
          "exitPrice": 2372.462,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 121
        },
        {
          "entryTs": 1720538580,
          "entryUtc": "2024-07-09T15:23:00.000Z",
          "exitTs": 1720575240,
          "dir": 1,
          "entryPrice": 2350.925,
          "exitPrice": 2368.695,
          "stopDistance": 8.885,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 611
        },
        {
          "entryTs": 1721025000,
          "entryUtc": "2024-07-15T06:30:00.000Z",
          "exitTs": 1721043300,
          "dir": 1,
          "entryPrice": 2405.135,
          "exitPrice": 2419.626,
          "stopDistance": 7.245,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 305
        },
        {
          "entryTs": 1721122200,
          "entryUtc": "2024-07-16T09:30:00.000Z",
          "exitTs": 1721137860,
          "dir": -1,
          "entryPrice": 2439.005,
          "exitPrice": 2446.826,
          "stopDistance": 7.821,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 261
        },
        {
          "entryTs": 1721224860,
          "entryUtc": "2024-07-17T14:01:00.000Z",
          "exitTs": 1721229240,
          "dir": -1,
          "entryPrice": 2481.558,
          "exitPrice": 2458.856,
          "stopDistance": 11.351,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 73
        },
        {
          "entryTs": 1721327640,
          "entryUtc": "2024-07-18T18:34:00.000Z",
          "exitTs": 1721329860,
          "dir": 1,
          "entryPrice": 2452.285,
          "exitPrice": 2442.764,
          "stopDistance": 9.521,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 37
        },
        {
          "entryTs": 1721629200,
          "entryUtc": "2024-07-22T06:20:00.000Z",
          "exitTs": 1721651580,
          "dir": 1,
          "entryPrice": 2401.585,
          "exitPrice": 2392.75,
          "stopDistance": 8.835,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 373
        },
        {
          "entryTs": 1721801100,
          "entryUtc": "2024-07-24T06:05:00.000Z",
          "exitTs": 1721828880,
          "dir": -1,
          "entryPrice": 2416.898,
          "exitPrice": 2424.336,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 463
        },
        {
          "entryTs": 1721891640,
          "entryUtc": "2024-07-25T07:14:00.000Z",
          "exitTs": 1721928480,
          "dir": 1,
          "entryPrice": 2366.745,
          "exitPrice": 2354.754,
          "stopDistance": 11.991,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 614
        },
        {
          "entryTs": 1722001560,
          "entryUtc": "2024-07-26T13:46:00.000Z",
          "exitTs": 1722204720,
          "dir": -1,
          "entryPrice": 2381.865,
          "exitPrice": 2392.054,
          "stopDistance": 10.189,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 3386
        },
        {
          "entryTs": 1722241800,
          "entryUtc": "2024-07-29T08:30:00.000Z",
          "exitTs": 1722265980,
          "dir": 1,
          "entryPrice": 2387.648,
          "exitPrice": 2378.283,
          "stopDistance": 9.365,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 403
        },
        {
          "entryTs": 1722346500,
          "entryUtc": "2024-07-30T13:35:00.000Z",
          "exitTs": 1722358860,
          "dir": -1,
          "entryPrice": 2396.295,
          "exitPrice": 2403.182,
          "stopDistance": 6.887,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 206
        },
        {
          "entryTs": 1722401040,
          "entryUtc": "2024-07-31T04:44:00.000Z",
          "exitTs": 1722434400,
          "dir": -1,
          "entryPrice": 2418.555,
          "exitPrice": 2427.678,
          "stopDistance": 9.123,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 556
        },
        {
          "entryTs": 1722520920,
          "entryUtc": "2024-08-01T14:02:00.000Z",
          "exitTs": 1722534240,
          "dir": -1,
          "entryPrice": 2458.035,
          "exitPrice": 2435.903,
          "stopDistance": 11.066,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 222
        },
        {
          "entryTs": 1722610380,
          "entryUtc": "2024-08-02T14:53:00.000Z",
          "exitTs": 1722611400,
          "dir": 1,
          "entryPrice": 2435.125,
          "exitPrice": 2422.013,
          "stopDistance": 13.112,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 17
        },
        {
          "entryTs": 1722830700,
          "entryUtc": "2024-08-05T04:05:00.000Z",
          "exitTs": 1722855300,
          "dir": -1,
          "entryPrice": 2452.055,
          "exitPrice": 2413.935,
          "stopDistance": 19.06,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 410
        },
        {
          "entryTs": 1723115220,
          "entryUtc": "2024-08-08T11:07:00.000Z",
          "exitTs": 1723126200,
          "dir": -1,
          "entryPrice": 2406.255,
          "exitPrice": 2415.733,
          "stopDistance": 9.478,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 183
        },
        {
          "entryTs": 1723438680,
          "entryUtc": "2024-08-12T04:58:00.000Z",
          "exitTs": 1723449420,
          "dir": -1,
          "entryPrice": 2433.085,
          "exitPrice": 2441.002,
          "stopDistance": 7.917,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 179
        },
        {
          "entryTs": 1723625160,
          "entryUtc": "2024-08-14T08:46:00.000Z",
          "exitTs": 1723641540,
          "dir": -1,
          "entryPrice": 2474.735,
          "exitPrice": 2458.408,
          "stopDistance": 8.163,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 273
        },
        {
          "entryTs": 1723727640,
          "entryUtc": "2024-08-15T13:14:00.000Z",
          "exitTs": 1723733220,
          "dir": 1,
          "entryPrice": 2438.255,
          "exitPrice": 2458.171,
          "stopDistance": 9.958,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 93
        },
        {
          "entryTs": 1723807200,
          "entryUtc": "2024-08-16T11:20:00.000Z",
          "exitTs": 1723812600,
          "dir": -1,
          "entryPrice": 2469.705,
          "exitPrice": 2478.014,
          "stopDistance": 8.309,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 90
        },
        {
          "entryTs": 1724018520,
          "entryUtc": "2024-08-18T22:02:00.000Z",
          "exitTs": 1724141100,
          "dir": -1,
          "entryPrice": 2508.075,
          "exitPrice": 2519.375,
          "stopDistance": 11.3,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 2043
        },
        {
          "entryTs": 1724248920,
          "entryUtc": "2024-08-21T14:02:00.000Z",
          "exitTs": 1724264160,
          "dir": 1,
          "entryPrice": 2498.305,
          "exitPrice": 2518.137,
          "stopDistance": 9.916,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 254
        },
        {
          "entryTs": 1724333100,
          "entryUtc": "2024-08-22T13:25:00.000Z",
          "exitTs": 1724333640,
          "dir": 1,
          "entryPrice": 2493.795,
          "exitPrice": 2484.61,
          "stopDistance": 9.185,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 9
        },
        {
          "entryTs": 1724422680,
          "entryUtc": "2024-08-23T14:18:00.000Z",
          "exitTs": 1724656980,
          "dir": -1,
          "entryPrice": 2510.285,
          "exitPrice": 2518.231,
          "stopDistance": 7.946,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 3905
        },
        {
          "entryTs": 1724745720,
          "entryUtc": "2024-08-27T08:02:00.000Z",
          "exitTs": 1724783040,
          "dir": 1,
          "entryPrice": 2507.055,
          "exitPrice": 2523.055,
          "stopDistance": 8,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 622
        },
        {
          "entryTs": 1724842200,
          "entryUtc": "2024-08-28T10:50:00.000Z",
          "exitTs": 1724848140,
          "dir": 1,
          "entryPrice": 2503.615,
          "exitPrice": 2496.028,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 99
        },
        {
          "entryTs": 1724904120,
          "entryUtc": "2024-08-29T04:02:00.000Z",
          "exitTs": 1724944140,
          "dir": -1,
          "entryPrice": 2516.645,
          "exitPrice": 2524.352,
          "stopDistance": 7.707,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 667
        },
        {
          "entryTs": 1725030480,
          "entryUtc": "2024-08-30T15:08:00.000Z",
          "exitTs": 1725037260,
          "dir": 1,
          "entryPrice": 2505.535,
          "exitPrice": 2496.008,
          "stopDistance": 9.527,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 113
        },
        {
          "entryTs": 1725243000,
          "entryUtc": "2024-09-02T02:10:00.000Z",
          "exitTs": 1725364140,
          "dir": 1,
          "entryPrice": 2495.385,
          "exitPrice": 2486.77,
          "stopDistance": 8.615,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 2019
        },
        {
          "entryTs": 1725440160,
          "entryUtc": "2024-09-04T08:56:00.000Z",
          "exitTs": 1725448380,
          "dir": 1,
          "entryPrice": 2474.075,
          "exitPrice": 2490.727,
          "stopDistance": 8.326,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 137
        },
        {
          "entryTs": 1725626340,
          "entryUtc": "2024-09-06T12:39:00.000Z",
          "exitTs": 1725628560,
          "dir": -1,
          "entryPrice": 2522.338,
          "exitPrice": 2510.412,
          "stopDistance": 5.963,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 37
        },
        {
          "entryTs": 1725954000,
          "entryUtc": "2024-09-10T07:40:00.000Z",
          "exitTs": 1725973020,
          "dir": -1,
          "entryPrice": 2506.705,
          "exitPrice": 2513.268,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 317
        },
        {
          "entryTs": 1726034640,
          "entryUtc": "2024-09-11T06:04:00.000Z",
          "exitTs": 1726036800,
          "dir": -1,
          "entryPrice": 2522.095,
          "exitPrice": 2528.253,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 36
        },
        {
          "entryTs": 1726144980,
          "entryUtc": "2024-09-12T12:43:00.000Z",
          "exitTs": 1726145160,
          "dir": -1,
          "entryPrice": 2527.515,
          "exitPrice": 2534.485,
          "stopDistance": 6.97,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 3
        },
        {
          "entryTs": 1726203300,
          "entryUtc": "2024-09-13T04:55:00.000Z",
          "exitTs": 1726233480,
          "dir": -1,
          "entryPrice": 2569.418,
          "exitPrice": 2578.595,
          "stopDistance": 9.177,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 503
        },
        {
          "entryTs": 1726456200,
          "entryUtc": "2024-09-16T03:10:00.000Z",
          "exitTs": 1726569540,
          "dir": -1,
          "entryPrice": 2585.855,
          "exitPrice": 2570.742,
          "stopDistance": 7.557,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 1889
        },
        {
          "entryTs": 1726682520,
          "entryUtc": "2024-09-18T18:02:00.000Z",
          "exitTs": 1726682700,
          "dir": -1,
          "entryPrice": 2575.515,
          "exitPrice": 2584.317,
          "stopDistance": 8.802,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 3
        },
        {
          "entryTs": 1726811340,
          "entryUtc": "2024-09-20T05:49:00.000Z",
          "exitTs": 1726814940,
          "dir": -1,
          "entryPrice": 2594.315,
          "exitPrice": 2602.924,
          "stopDistance": 8.609,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 60
        },
        {
          "entryTs": 1727059080,
          "entryUtc": "2024-09-23T02:38:00.000Z",
          "exitTs": 1727099640,
          "dir": -1,
          "entryPrice": 2624.714,
          "exitPrice": 2633.388,
          "stopDistance": 8.674,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 676
        },
        {
          "entryTs": 1727152080,
          "entryUtc": "2024-09-24T04:28:00.000Z",
          "exitTs": 1727189040,
          "dir": -1,
          "entryPrice": 2635.584,
          "exitPrice": 2642.557,
          "stopDistance": 6.973,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 616
        },
        {
          "entryTs": 1727338140,
          "entryUtc": "2024-09-26T08:09:00.000Z",
          "exitTs": 1727347560,
          "dir": -1,
          "entryPrice": 2666.555,
          "exitPrice": 2674.38,
          "stopDistance": 7.825,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 157
        },
        {
          "entryTs": 1727448660,
          "entryUtc": "2024-09-27T14:51:00.000Z",
          "exitTs": 1727449380,
          "dir": 1,
          "entryPrice": 2655.555,
          "exitPrice": 2645.996,
          "stopDistance": 9.559,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 12
        },
        {
          "entryTs": 1727946720,
          "entryUtc": "2024-10-03T09:12:00.000Z",
          "exitTs": 1727973540,
          "dir": 1,
          "entryPrice": 2642.405,
          "exitPrice": 2659.72,
          "stopDistance": 8.657,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 447
        },
        {
          "entryTs": 1728016080,
          "entryUtc": "2024-10-04T04:28:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2662.814,
          "exitPrice": 2646.834,
          "stopDistance": 7.99,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 482
        },
        {
          "entryTs": 1728279240,
          "entryUtc": "2024-10-07T05:34:00.000Z",
          "exitTs": 1728355560,
          "dir": 1,
          "entryPrice": 2643.725,
          "exitPrice": 2633.726,
          "stopDistance": 10,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 1272
        },
        {
          "entryTs": 1728371340,
          "entryUtc": "2024-10-08T07:09:00.000Z",
          "exitTs": 1728398040,
          "dir": 1,
          "entryPrice": 2635.355,
          "exitPrice": 2624.558,
          "stopDistance": 10.797,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 445
        },
        {
          "entryTs": 1728563520,
          "entryUtc": "2024-10-10T12:32:00.000Z",
          "exitTs": 1728856800,
          "dir": 1,
          "entryPrice": 2621.048,
          "exitPrice": 2636.845,
          "stopDistance": 7.898,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 4888
        },
        {
          "entryTs": 1729147380,
          "entryUtc": "2024-10-17T06:43:00.000Z",
          "exitTs": 1729175880,
          "dir": -1,
          "entryPrice": 2684.835,
          "exitPrice": 2693.179,
          "stopDistance": 8.344,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 475
        },
        {
          "entryTs": 1729604220,
          "entryUtc": "2024-10-22T13:37:00.000Z",
          "exitTs": 1729616580,
          "dir": -1,
          "entryPrice": 2737.718,
          "exitPrice": 2747.212,
          "stopDistance": 9.494,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 206
        },
        {
          "entryTs": 1729657260,
          "entryUtc": "2024-10-23T04:21:00.000Z",
          "exitTs": 1729672200,
          "dir": -1,
          "entryPrice": 2748.735,
          "exitPrice": 2757.099,
          "stopDistance": 8.363,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 249
        },
        {
          "entryTs": 1729844940,
          "entryUtc": "2024-10-25T08:29:00.000Z",
          "exitTs": 1729865580,
          "dir": 1,
          "entryPrice": 2722.515,
          "exitPrice": 2737.98,
          "stopDistance": 7.732,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 344
        },
        {
          "entryTs": 1730209200,
          "entryUtc": "2024-10-29T13:40:00.000Z",
          "exitTs": 1730210700,
          "dir": -1,
          "entryPrice": 2757.534,
          "exitPrice": 2766.079,
          "stopDistance": 8.545,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 25
        },
        {
          "entryTs": 1730266560,
          "entryUtc": "2024-10-30T05:36:00.000Z",
          "exitTs": 1730380980,
          "dir": -1,
          "entryPrice": 2781.985,
          "exitPrice": 2765.945,
          "stopDistance": 8.02,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 1907
        },
        {
          "entryTs": 1730697540,
          "entryUtc": "2024-11-04T05:19:00.000Z",
          "exitTs": 1730874360,
          "dir": -1,
          "entryPrice": 2742.254,
          "exitPrice": 2724.543,
          "stopDistance": 8.856,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 2947
        },
        {
          "entryTs": 1731045900,
          "entryUtc": "2024-11-08T06:05:00.000Z",
          "exitTs": 1731287100,
          "dir": 1,
          "entryPrice": 2693.535,
          "exitPrice": 2676.66,
          "stopDistance": 16.875,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 4020
        },
        {
          "entryTs": 1731317280,
          "entryUtc": "2024-11-11T09:28:00.000Z",
          "exitTs": 1731330000,
          "dir": 1,
          "entryPrice": 2666.535,
          "exitPrice": 2655.956,
          "stopDistance": 10.579,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 212
        },
        {
          "entryTs": 1731389880,
          "entryUtc": "2024-11-12T05:38:00.000Z",
          "exitTs": 1731396240,
          "dir": 1,
          "entryPrice": 2610.725,
          "exitPrice": 2600.278,
          "stopDistance": 10.447,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 106
        },
        {
          "entryTs": 1731504720,
          "entryUtc": "2024-11-13T13:32:00.000Z",
          "exitTs": 1731510360,
          "dir": -1,
          "entryPrice": 2613.565,
          "exitPrice": 2595.44,
          "stopDistance": 9.062,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 94
        },
        {
          "entryTs": 1731923580,
          "entryUtc": "2024-11-18T09:53:00.000Z",
          "exitTs": 1731939120,
          "dir": -1,
          "entryPrice": 2594.485,
          "exitPrice": 2605.999,
          "stopDistance": 11.514,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 259
        },
        {
          "entryTs": 1731999540,
          "entryUtc": "2024-11-19T06:59:00.000Z",
          "exitTs": 1732008900,
          "dir": -1,
          "entryPrice": 2624.778,
          "exitPrice": 2633.257,
          "stopDistance": 8.479,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 156
        },
        {
          "entryTs": 1732112580,
          "entryUtc": "2024-11-20T14:23:00.000Z",
          "exitTs": 1732115760,
          "dir": -1,
          "entryPrice": 2639.405,
          "exitPrice": 2648.396,
          "stopDistance": 8.991,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 53
        },
        {
          "entryTs": 1732170180,
          "entryUtc": "2024-11-21T06:23:00.000Z",
          "exitTs": 1732177800,
          "dir": -1,
          "entryPrice": 2659.485,
          "exitPrice": 2667.9,
          "stopDistance": 8.414,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 127
        },
        {
          "entryTs": 1732258920,
          "entryUtc": "2024-11-22T07:02:00.000Z",
          "exitTs": 1732268160,
          "dir": -1,
          "entryPrice": 2691.924,
          "exitPrice": 2701.723,
          "stopDistance": 9.799,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 154
        },
        {
          "entryTs": 1732490520,
          "entryUtc": "2024-11-24T23:22:00.000Z",
          "exitTs": 1732503000,
          "dir": -1,
          "entryPrice": 2715.475,
          "exitPrice": 2693.127,
          "stopDistance": 11.174,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 208
        },
        {
          "entryTs": 1732514100,
          "entryUtc": "2024-11-25T05:55:00.000Z",
          "exitTs": 1732544460,
          "dir": 1,
          "entryPrice": 2660.725,
          "exitPrice": 2642.872,
          "stopDistance": 17.853,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 506
        },
        {
          "entryTs": 1732861080,
          "entryUtc": "2024-11-29T06:18:00.000Z",
          "exitTs": 1733095560,
          "dir": -1,
          "entryPrice": 2663.615,
          "exitPrice": 2644.846,
          "stopDistance": 9.384,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 3908
        },
        {
          "entryTs": 1733117100,
          "entryUtc": "2024-12-02T05:25:00.000Z",
          "exitTs": 1733146920,
          "dir": 1,
          "entryPrice": 2622.855,
          "exitPrice": 2646.994,
          "stopDistance": 12.07,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 497
        },
        {
          "entryTs": 1733234760,
          "entryUtc": "2024-12-03T14:06:00.000Z",
          "exitTs": 1733418720,
          "dir": -1,
          "entryPrice": 2651.135,
          "exitPrice": 2631.751,
          "stopDistance": 9.692,
          "outcome": "target",
          "netR": 1.9618,
          "holdMinutes": 3066
        },
        {
          "entryTs": 1733698920,
          "entryUtc": "2024-12-08T23:02:00.000Z",
          "exitTs": 1733736000,
          "dir": -1,
          "entryPrice": 2643.098,
          "exitPrice": 2653.279,
          "stopDistance": 10.181,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 618
        },
        {
          "entryTs": 1733828040,
          "entryUtc": "2024-12-10T10:54:00.000Z",
          "exitTs": 1733840700,
          "dir": -1,
          "entryPrice": 2675.735,
          "exitPrice": 2684.627,
          "stopDistance": 8.892,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 211
        },
        {
          "entryTs": 1733925900,
          "entryUtc": "2024-12-11T14:05:00.000Z",
          "exitTs": 1733931600,
          "dir": -1,
          "entryPrice": 2702.834,
          "exitPrice": 2714.774,
          "stopDistance": 11.94,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 95
        },
        {
          "entryTs": 1734080340,
          "entryUtc": "2024-12-13T08:59:00.000Z",
          "exitTs": 1734087360,
          "dir": 1,
          "entryPrice": 2675.168,
          "exitPrice": 2665.281,
          "stopDistance": 9.887,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 117
        },
        {
          "entryTs": 1734310740,
          "entryUtc": "2024-12-16T00:59:00.000Z",
          "exitTs": 1734433320,
          "dir": 1,
          "entryPrice": 2646.055,
          "exitPrice": 2636.258,
          "stopDistance": 9.797,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 2043
        },
        {
          "entryTs": 1734709200,
          "entryUtc": "2024-12-20T15:40:00.000Z",
          "exitTs": 1735167600,
          "dir": -1,
          "entryPrice": 2626.304,
          "exitPrice": 2616.255,
          "stopDistance": 9.994,
          "outcome": "time",
          "netR": 0.9685,
          "holdMinutes": 7640
        },
        {
          "entryTs": 1735173900,
          "entryUtc": "2024-12-26T00:45:00.000Z",
          "exitTs": 1735176960,
          "dir": -1,
          "entryPrice": 2620.808,
          "exitPrice": 2627.521,
          "stopDistance": 6.713,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 51
        },
        {
          "entryTs": 1735197180,
          "entryUtc": "2024-12-26T07:13:00.000Z",
          "exitTs": 1735225800,
          "dir": -1,
          "entryPrice": 2627.548,
          "exitPrice": 2633.639,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 477
        },
        {
          "entryTs": 1735304940,
          "entryUtc": "2024-12-27T13:09:00.000Z",
          "exitTs": 1735308240,
          "dir": 1,
          "entryPrice": 2623.025,
          "exitPrice": 2616.299,
          "stopDistance": 6.726,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 55
        },
        {
          "entryTs": 1735541400,
          "entryUtc": "2024-12-30T06:50:00.000Z",
          "exitTs": 1735548600,
          "dir": 1,
          "entryPrice": 2618.948,
          "exitPrice": 2611.435,
          "stopDistance": 7.513,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 120
        },
        {
          "entryTs": 1735659720,
          "entryUtc": "2024-12-31T15:42:00.000Z",
          "exitTs": 1735781280,
          "dir": -1,
          "entryPrice": 2624.224,
          "exitPrice": 2632.426,
          "stopDistance": 8.202,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 2026
        },
        {
          "entryTs": 1735805340,
          "entryUtc": "2025-01-02T08:09:00.000Z",
          "exitTs": 1735813140,
          "dir": -1,
          "entryPrice": 2635.535,
          "exitPrice": 2642.795,
          "stopDistance": 7.26,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 130
        },
        {
          "entryTs": 1736137140,
          "entryUtc": "2025-01-06T04:19:00.000Z",
          "exitTs": 1736148660,
          "dir": 1,
          "entryPrice": 2637.395,
          "exitPrice": 2629.404,
          "stopDistance": 7.991,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 192
        },
        {
          "entryTs": 1736251740,
          "entryUtc": "2025-01-07T12:09:00.000Z",
          "exitTs": 1736255940,
          "dir": -1,
          "entryPrice": 2648.545,
          "exitPrice": 2656.966,
          "stopDistance": 8.421,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 70
        },
        {
          "entryTs": 1736345700,
          "entryUtc": "2025-01-08T14:15:00.000Z",
          "exitTs": 1736422020,
          "dir": -1,
          "entryPrice": 2662.248,
          "exitPrice": 2670.006,
          "stopDistance": 7.758,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 1272
        },
        {
          "entryTs": 1736422260,
          "entryUtc": "2025-01-09T11:31:00.000Z",
          "exitTs": 1736429820,
          "dir": -1,
          "entryPrice": 2669.604,
          "exitPrice": 2677.732,
          "stopDistance": 8.128,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 126
        },
        {
          "entryTs": 1736492700,
          "entryUtc": "2025-01-10T07:05:00.000Z",
          "exitTs": 1736515800,
          "dir": -1,
          "entryPrice": 2678.195,
          "exitPrice": 2665.061,
          "stopDistance": 6.567,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 385
        },
        {
          "entryTs": 1736762760,
          "entryUtc": "2025-01-13T10:06:00.000Z",
          "exitTs": 1736770200,
          "dir": 1,
          "entryPrice": 2680.048,
          "exitPrice": 2670.837,
          "stopDistance": 9.211,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 124
        },
        {
          "entryTs": 1737015600,
          "entryUtc": "2025-01-16T08:20:00.000Z",
          "exitTs": 1737026580,
          "dir": -1,
          "entryPrice": 2701.665,
          "exitPrice": 2709.247,
          "stopDistance": 7.582,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 183
        },
        {
          "entryTs": 1737351120,
          "entryUtc": "2025-01-20T05:32:00.000Z",
          "exitTs": 1737423720,
          "dir": -1,
          "entryPrice": 2705.995,
          "exitPrice": 2714.265,
          "stopDistance": 8.27,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1737436500,
          "entryUtc": "2025-01-21T05:15:00.000Z",
          "exitTs": 1737471360,
          "dir": -1,
          "entryPrice": 2727.639,
          "exitPrice": 2737.597,
          "stopDistance": 9.958,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 581
        },
        {
          "entryTs": 1737699000,
          "entryUtc": "2025-01-24T06:10:00.000Z",
          "exitTs": 1737732420,
          "dir": -1,
          "entryPrice": 2776.835,
          "exitPrice": 2785.586,
          "stopDistance": 8.751,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 557
        },
        {
          "entryTs": 1737956760,
          "entryUtc": "2025-01-27T05:46:00.000Z",
          "exitTs": 1737988260,
          "dir": 1,
          "entryPrice": 2754.855,
          "exitPrice": 2745.665,
          "stopDistance": 9.19,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 525
        },
        {
          "entryTs": 1738220400,
          "entryUtc": "2025-01-30T07:00:00.000Z",
          "exitTs": 1738225320,
          "dir": -1,
          "entryPrice": 2765.248,
          "exitPrice": 2772.212,
          "stopDistance": 6.964,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 82
        },
        {
          "entryTs": 1738308420,
          "entryUtc": "2025-01-31T07:27:00.000Z",
          "exitTs": 1738326960,
          "dir": -1,
          "entryPrice": 2798.775,
          "exitPrice": 2805.954,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 309
        },
        {
          "entryTs": 1738538640,
          "entryUtc": "2025-02-02T23:24:00.000Z",
          "exitTs": 1738545420,
          "dir": 1,
          "entryPrice": 2792.135,
          "exitPrice": 2781.684,
          "stopDistance": 10.451,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 113
        },
        {
          "entryTs": 1738581240,
          "entryUtc": "2025-02-03T11:14:00.000Z",
          "exitTs": 1738591860,
          "dir": -1,
          "entryPrice": 2802.328,
          "exitPrice": 2814.082,
          "stopDistance": 11.754,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 177
        },
        {
          "entryTs": 1738831020,
          "entryUtc": "2025-02-06T08:37:00.000Z",
          "exitTs": 1738853880,
          "dir": 1,
          "entryPrice": 2854.025,
          "exitPrice": 2843.1,
          "stopDistance": 10.925,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 381
        },
        {
          "entryTs": 1739163900,
          "entryUtc": "2025-02-10T05:05:00.000Z",
          "exitTs": 1739170080,
          "dir": -1,
          "entryPrice": 2878.685,
          "exitPrice": 2889.9,
          "stopDistance": 11.215,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 103
        },
        {
          "entryTs": 1739357160,
          "entryUtc": "2025-02-12T10:46:00.000Z",
          "exitTs": 1739367000,
          "dir": 1,
          "entryPrice": 2882.465,
          "exitPrice": 2870.602,
          "stopDistance": 11.863,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 164
        },
        {
          "entryTs": 1739515080,
          "entryUtc": "2025-02-14T06:38:00.000Z",
          "exitTs": 1739542140,
          "dir": -1,
          "entryPrice": 2933.395,
          "exitPrice": 2914.56,
          "stopDistance": 9.417,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 451
        },
        {
          "entryTs": 1739770200,
          "entryUtc": "2025-02-17T05:30:00.000Z",
          "exitTs": 1739882460,
          "dir": -1,
          "entryPrice": 2902.765,
          "exitPrice": 2916.259,
          "stopDistance": 13.494,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 1871
        },
        {
          "entryTs": 1739954520,
          "entryUtc": "2025-02-19T08:42:00.000Z",
          "exitTs": 1739989260,
          "dir": -1,
          "entryPrice": 2938.705,
          "exitPrice": 2919.834,
          "stopDistance": 9.436,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 579
        },
        {
          "entryTs": 1740031740,
          "entryUtc": "2025-02-20T06:09:00.000Z",
          "exitTs": 1740060720,
          "dir": -1,
          "entryPrice": 2945.105,
          "exitPrice": 2924.929,
          "stopDistance": 10.088,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 483
        },
        {
          "entryTs": 1740366180,
          "entryUtc": "2025-02-24T03:03:00.000Z",
          "exitTs": 1740405600,
          "dir": -1,
          "entryPrice": 2942.385,
          "exitPrice": 2955.46,
          "stopDistance": 13.075,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 657
        },
        {
          "entryTs": 1740470400,
          "entryUtc": "2025-02-25T08:00:00.000Z",
          "exitTs": 1740496620,
          "dir": 1,
          "entryPrice": 2931.585,
          "exitPrice": 2921.152,
          "stopDistance": 10.433,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 437
        },
        {
          "entryTs": 1740633720,
          "entryUtc": "2025-02-27T05:22:00.000Z",
          "exitTs": 1740644820,
          "dir": 1,
          "entryPrice": 2891.205,
          "exitPrice": 2880.189,
          "stopDistance": 11.016,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 185
        },
        {
          "entryTs": 1740729840,
          "entryUtc": "2025-02-28T08:04:00.000Z",
          "exitTs": 1740751380,
          "dir": 1,
          "entryPrice": 2858.005,
          "exitPrice": 2845.591,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 359
        },
        {
          "entryTs": 1741005480,
          "entryUtc": "2025-03-03T12:38:00.000Z",
          "exitTs": 1741015680,
          "dir": -1,
          "entryPrice": 2875.648,
          "exitPrice": 2887.397,
          "stopDistance": 11.75,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 170
        },
        {
          "entryTs": 1741191720,
          "entryUtc": "2025-03-05T16:22:00.000Z",
          "exitTs": 1741253760,
          "dir": -1,
          "entryPrice": 2927.595,
          "exitPrice": 2896.584,
          "stopDistance": 15.506,
          "outcome": "target",
          "netR": 1.9761,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1741255260,
          "entryUtc": "2025-03-06T10:01:00.000Z",
          "exitTs": 1741273320,
          "dir": 1,
          "entryPrice": 2894.725,
          "exitPrice": 2920.083,
          "stopDistance": 12.679,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 301
        },
        {
          "entryTs": 1741354680,
          "entryUtc": "2025-03-07T13:38:00.000Z",
          "exitTs": 1741371960,
          "dir": -1,
          "entryPrice": 2922.208,
          "exitPrice": 2901.908,
          "stopDistance": 10.15,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 288
        },
        {
          "entryTs": 1741584360,
          "entryUtc": "2025-03-10T05:26:00.000Z",
          "exitTs": 1741597200,
          "dir": 1,
          "entryPrice": 2907.995,
          "exitPrice": 2897.255,
          "stopDistance": 10.741,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 214
        },
        {
          "entryTs": 1741696920,
          "entryUtc": "2025-03-11T12:42:00.000Z",
          "exitTs": 1741792260,
          "dir": -1,
          "entryPrice": 2914.925,
          "exitPrice": 2925.694,
          "stopDistance": 10.769,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 1589
        },
        {
          "entryTs": 1741857900,
          "entryUtc": "2025-03-13T09:25:00.000Z",
          "exitTs": 1741876560,
          "dir": -1,
          "entryPrice": 2946.635,
          "exitPrice": 2955.771,
          "stopDistance": 9.136,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 311
        },
        {
          "entryTs": 1741925100,
          "entryUtc": "2025-03-14T04:05:00.000Z",
          "exitTs": 1741947420,
          "dir": -1,
          "entryPrice": 2992.635,
          "exitPrice": 3003.421,
          "stopDistance": 10.786,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 372
        },
        {
          "entryTs": 1742187000,
          "entryUtc": "2025-03-17T04:50:00.000Z",
          "exitTs": 1742254800,
          "dir": 1,
          "entryPrice": 2983.095,
          "exitPrice": 3002.521,
          "stopDistance": 9.713,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 1130
        },
        {
          "entryTs": 1742272860,
          "entryUtc": "2025-03-18T04:41:00.000Z",
          "exitTs": 1742286300,
          "dir": -1,
          "entryPrice": 3013.845,
          "exitPrice": 3022.643,
          "stopDistance": 8.798,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 224
        },
        {
          "entryTs": 1742361480,
          "entryUtc": "2025-03-19T05:18:00.000Z",
          "exitTs": 1742409720,
          "dir": -1,
          "entryPrice": 3037.848,
          "exitPrice": 3046.19,
          "stopDistance": 8.342,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 804
        },
        {
          "entryTs": 1742445780,
          "entryUtc": "2025-03-20T04:43:00.000Z",
          "exitTs": 1742465400,
          "dir": -1,
          "entryPrice": 3056.105,
          "exitPrice": 3035.426,
          "stopDistance": 10.34,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 327
        },
        {
          "entryTs": 1742536260,
          "entryUtc": "2025-03-21T05:51:00.000Z",
          "exitTs": 1742564340,
          "dir": 1,
          "entryPrice": 3025.475,
          "exitPrice": 3016.7,
          "stopDistance": 8.775,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 468
        },
        {
          "entryTs": 1742800260,
          "entryUtc": "2025-03-24T07:11:00.000Z",
          "exitTs": 1742839620,
          "dir": -1,
          "entryPrice": 3025.705,
          "exitPrice": 3004.585,
          "stopDistance": 10.56,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 656
        },
        {
          "entryTs": 1742911920,
          "entryUtc": "2025-03-25T14:12:00.000Z",
          "exitTs": 1743001320,
          "dir": -1,
          "entryPrice": 3032.955,
          "exitPrice": 3012.934,
          "stopDistance": 10.01,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 1490
        },
        {
          "entryTs": 1743140340,
          "entryUtc": "2025-03-28T05:39:00.000Z",
          "exitTs": 1743372000,
          "dir": -1,
          "entryPrice": 3077.155,
          "exitPrice": 3087.358,
          "stopDistance": 10.203,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 3861
        },
        {
          "entryTs": 1743395520,
          "entryUtc": "2025-03-31T04:32:00.000Z",
          "exitTs": 1743401580,
          "dir": -1,
          "entryPrice": 3111.525,
          "exitPrice": 3125.714,
          "stopDistance": 14.189,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 101
        },
        {
          "entryTs": 1743480780,
          "entryUtc": "2025-04-01T04:13:00.000Z",
          "exitTs": 1743522180,
          "dir": -1,
          "entryPrice": 3147.065,
          "exitPrice": 3120.846,
          "stopDistance": 13.109,
          "outcome": "target",
          "netR": 1.9718,
          "holdMinutes": 690
        },
        {
          "entryTs": 1743635100,
          "entryUtc": "2025-04-02T23:05:00.000Z",
          "exitTs": 1743637920,
          "dir": -1,
          "entryPrice": 3148.148,
          "exitPrice": 3167.13,
          "stopDistance": 18.982,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 47
        },
        {
          "entryTs": 1743676380,
          "entryUtc": "2025-04-03T10:33:00.000Z",
          "exitTs": 1743680520,
          "dir": 1,
          "entryPrice": 3104.538,
          "exitPrice": 3085.338,
          "stopDistance": 19.2,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 69
        },
        {
          "entryTs": 1743775440,
          "entryUtc": "2025-04-04T14:04:00.000Z",
          "exitTs": 1743780480,
          "dir": 1,
          "entryPrice": 3054.925,
          "exitPrice": 3026.462,
          "stopDistance": 28.463,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 84
        },
        {
          "entryTs": 1743976920,
          "entryUtc": "2025-04-06T22:02:00.000Z",
          "exitTs": 1743981720,
          "dir": 1,
          "entryPrice": 3019.175,
          "exitPrice": 2990.728,
          "stopDistance": 28.447,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 80
        },
        {
          "entryTs": 1744045260,
          "entryUtc": "2025-04-07T17:01:00.000Z",
          "exitTs": 1744182360,
          "dir": 1,
          "entryPrice": 2973.505,
          "exitPrice": 3044.303,
          "stopDistance": 35.399,
          "outcome": "target",
          "netR": 1.9895,
          "holdMinutes": 2285
        },
        {
          "entryTs": 1744261620,
          "entryUtc": "2025-04-10T05:07:00.000Z",
          "exitTs": 1744297440,
          "dir": -1,
          "entryPrice": 3129.875,
          "exitPrice": 3159.262,
          "stopDistance": 29.387,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 597
        },
        {
          "entryTs": 1744360020,
          "entryUtc": "2025-04-11T08:27:00.000Z",
          "exitTs": 1744387560,
          "dir": -1,
          "entryPrice": 3218.195,
          "exitPrice": 3244.234,
          "stopDistance": 26.039,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 459
        },
        {
          "entryTs": 1744596720,
          "entryUtc": "2025-04-14T02:12:00.000Z",
          "exitTs": 1744636560,
          "dir": -1,
          "entryPrice": 3243.555,
          "exitPrice": 3193.81,
          "stopDistance": 24.872,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 664
        },
        {
          "entryTs": 1744756860,
          "entryUtc": "2025-04-15T22:41:00.000Z",
          "exitTs": 1744761540,
          "dir": -1,
          "entryPrice": 3237.465,
          "exitPrice": 3251.039,
          "stopDistance": 13.574,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 78
        },
        {
          "entryTs": 1744776300,
          "entryUtc": "2025-04-16T04:05:00.000Z",
          "exitTs": 1744787280,
          "dir": -1,
          "entryPrice": 3280.765,
          "exitPrice": 3297.206,
          "stopDistance": 16.441,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 183
        },
        {
          "entryTs": 1745188020,
          "entryUtc": "2025-04-20T22:27:00.000Z",
          "exitTs": 1745196180,
          "dir": -1,
          "entryPrice": 3344.465,
          "exitPrice": 3365.273,
          "stopDistance": 20.808,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 136
        },
        {
          "entryTs": 1745212080,
          "entryUtc": "2025-04-21T05:08:00.000Z",
          "exitTs": 1745236080,
          "dir": -1,
          "entryPrice": 3383.615,
          "exitPrice": 3404.376,
          "stopDistance": 20.761,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 400
        },
        {
          "entryTs": 1745301540,
          "entryUtc": "2025-04-22T05:59:00.000Z",
          "exitTs": 1745325840,
          "dir": -1,
          "entryPrice": 3492.795,
          "exitPrice": 3441.788,
          "stopDistance": 25.504,
          "outcome": "target",
          "netR": 1.9855,
          "holdMinutes": 405
        },
        {
          "entryTs": 1745388240,
          "entryUtc": "2025-04-23T06:04:00.000Z",
          "exitTs": 1745416200,
          "dir": 1,
          "entryPrice": 3313.535,
          "exitPrice": 3274.089,
          "stopDistance": 39.446,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 466
        },
        {
          "entryTs": 1745533980,
          "entryUtc": "2025-04-24T22:33:00.000Z",
          "exitTs": 1745555520,
          "dir": -1,
          "entryPrice": 3366.055,
          "exitPrice": 3316.935,
          "stopDistance": 24.56,
          "outcome": "target",
          "netR": 1.9849,
          "holdMinutes": 359
        },
        {
          "entryTs": 1745791380,
          "entryUtc": "2025-04-27T22:03:00.000Z",
          "exitTs": 1745805720,
          "dir": -1,
          "entryPrice": 3323.175,
          "exitPrice": 3273.954,
          "stopDistance": 24.611,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 239
        },
        {
          "entryTs": 1745856900,
          "entryUtc": "2025-04-28T16:15:00.000Z",
          "exitTs": 1746001560,
          "dir": -1,
          "entryPrice": 3334.575,
          "exitPrice": 3282.82,
          "stopDistance": 25.877,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 2411
        },
        {
          "entryTs": 1746072300,
          "entryUtc": "2025-05-01T04:05:00.000Z",
          "exitTs": 1746100200,
          "dir": 1,
          "entryPrice": 3228.995,
          "exitPrice": 3205.6,
          "stopDistance": 23.395,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 465
        },
        {
          "entryTs": 1746167220,
          "entryUtc": "2025-05-02T06:27:00.000Z",
          "exitTs": 1746434580,
          "dir": -1,
          "entryPrice": 3257.715,
          "exitPrice": 3276.474,
          "stopDistance": 18.759,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 4456
        },
        {
          "entryTs": 1746535680,
          "entryUtc": "2025-05-06T12:48:00.000Z",
          "exitTs": 1746549420,
          "dir": -1,
          "entryPrice": 3386.045,
          "exitPrice": 3406.887,
          "stopDistance": 20.842,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 229
        },
        {
          "entryTs": 1746683760,
          "entryUtc": "2025-05-08T05:56:00.000Z",
          "exitTs": 1746684960,
          "dir": 1,
          "entryPrice": 3364.105,
          "exitPrice": 3340.803,
          "stopDistance": 23.302,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 20
        },
        {
          "entryTs": 1747033440,
          "entryUtc": "2025-05-12T07:04:00.000Z",
          "exitTs": 1747034640,
          "dir": 1,
          "entryPrice": 3258.765,
          "exitPrice": 3236.205,
          "stopDistance": 22.56,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 20
        },
        {
          "entryTs": 1747195620,
          "entryUtc": "2025-05-14T04:07:00.000Z",
          "exitTs": 1747225020,
          "dir": 1,
          "entryPrice": 3226.385,
          "exitPrice": 3209.537,
          "stopDistance": 16.848,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 490
        },
        {
          "entryTs": 1747282380,
          "entryUtc": "2025-05-15T04:13:00.000Z",
          "exitTs": 1747288440,
          "dir": 1,
          "entryPrice": 3148.325,
          "exitPrice": 3128.648,
          "stopDistance": 19.677,
          "outcome": "stop",
          "netR": -1.0213,
          "holdMinutes": 101
        },
        {
          "entryTs": 1747607520,
          "entryUtc": "2025-05-18T22:32:00.000Z",
          "exitTs": 1747749420,
          "dir": -1,
          "entryPrice": 3230.765,
          "exitPrice": 3252.941,
          "stopDistance": 22.176,
          "outcome": "stop",
          "netR": -1.0189,
          "holdMinutes": 2365
        },
        {
          "entryTs": 1747806480,
          "entryUtc": "2025-05-21T05:48:00.000Z",
          "exitTs": 1747876620,
          "dir": -1,
          "entryPrice": 3311.795,
          "exitPrice": 3330.735,
          "stopDistance": 18.94,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 1169
        },
        {
          "entryTs": 1747909980,
          "entryUtc": "2025-05-22T10:33:00.000Z",
          "exitTs": 1747980180,
          "dir": 1,
          "entryPrice": 3294.355,
          "exitPrice": 3328.341,
          "stopDistance": 16.993,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1748249040,
          "entryUtc": "2025-05-26T08:44:00.000Z",
          "exitTs": 1748324760,
          "dir": 1,
          "entryPrice": 3332.025,
          "exitPrice": 3316.055,
          "stopDistance": 15.969,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1748325060,
          "entryUtc": "2025-05-27T05:51:00.000Z",
          "exitTs": 1748328300,
          "dir": 1,
          "entryPrice": 3325.248,
          "exitPrice": 3312.859,
          "stopDistance": 12.389,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 54
        },
        {
          "entryTs": 1748465640,
          "entryUtc": "2025-05-28T20:54:00.000Z",
          "exitTs": 1748473860,
          "dir": 1,
          "entryPrice": 3285.375,
          "exitPrice": 3270.282,
          "stopDistance": 15.093,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 137
        },
        {
          "entryTs": 1748815740,
          "entryUtc": "2025-06-01T22:09:00.000Z",
          "exitTs": 1748843100,
          "dir": -1,
          "entryPrice": 3306.635,
          "exitPrice": 3323.423,
          "stopDistance": 16.788,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 456
        },
        {
          "entryTs": 1749115620,
          "entryUtc": "2025-06-05T09:27:00.000Z",
          "exitTs": 1749119460,
          "dir": -1,
          "entryPrice": 3384.315,
          "exitPrice": 3397.777,
          "stopDistance": 13.463,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 64
        },
        {
          "entryTs": 1749218520,
          "entryUtc": "2025-06-06T14:02:00.000Z",
          "exitTs": 1749219600,
          "dir": 1,
          "entryPrice": 3339.975,
          "exitPrice": 3323.04,
          "stopDistance": 16.935,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 18
        },
        {
          "entryTs": 1749428580,
          "entryUtc": "2025-06-09T00:23:00.000Z",
          "exitTs": 1749554100,
          "dir": 1,
          "entryPrice": 3306.975,
          "exitPrice": 3339.437,
          "stopDistance": 16.231,
          "outcome": "target",
          "netR": 1.9772,
          "holdMinutes": 2092
        },
        {
          "entryTs": 1749645120,
          "entryUtc": "2025-06-11T12:32:00.000Z",
          "exitTs": 1749663420,
          "dir": -1,
          "entryPrice": 3348.448,
          "exitPrice": 3321.024,
          "stopDistance": 13.712,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 305
        },
        {
          "entryTs": 1749821460,
          "entryUtc": "2025-06-13T13:31:00.000Z",
          "exitTs": 1750082040,
          "dir": -1,
          "entryPrice": 3441.755,
          "exitPrice": 3401.875,
          "stopDistance": 19.94,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 4343
        },
        {
          "entryTs": 1750171260,
          "entryUtc": "2025-06-17T14:41:00.000Z",
          "exitTs": 1750312980,
          "dir": 1,
          "entryPrice": 3373.615,
          "exitPrice": 3357.385,
          "stopDistance": 16.23,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 2362
        },
        {
          "entryTs": 1750399140,
          "entryUtc": "2025-06-20T05:59:00.000Z",
          "exitTs": 1750427640,
          "dir": 1,
          "entryPrice": 3344.435,
          "exitPrice": 3371.575,
          "stopDistance": 13.57,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 475
        },
        {
          "entryTs": 1750657380,
          "entryUtc": "2025-06-23T05:43:00.000Z",
          "exitTs": 1750686240,
          "dir": 1,
          "entryPrice": 3352.458,
          "exitPrice": 3382.855,
          "stopDistance": 15.198,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 481
        },
        {
          "entryTs": 1750743840,
          "entryUtc": "2025-06-24T05:44:00.000Z",
          "exitTs": 1750747020,
          "dir": 1,
          "entryPrice": 3333.448,
          "exitPrice": 3315.896,
          "stopDistance": 17.552,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 53
        },
        {
          "entryTs": 1750921860,
          "entryUtc": "2025-06-26T07:11:00.000Z",
          "exitTs": 1750942980,
          "dir": -1,
          "entryPrice": 3342.948,
          "exitPrice": 3319.691,
          "stopDistance": 11.628,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 352
        },
        {
          "entryTs": 1750996980,
          "entryUtc": "2025-06-27T04:03:00.000Z",
          "exitTs": 1751025060,
          "dir": 1,
          "entryPrice": 3292.635,
          "exitPrice": 3278.9,
          "stopDistance": 13.735,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 468
        },
        {
          "entryTs": 1751235840,
          "entryUtc": "2025-06-29T22:24:00.000Z",
          "exitTs": 1751259000,
          "dir": 1,
          "entryPrice": 3256.365,
          "exitPrice": 3285.003,
          "stopDistance": 14.319,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 386
        },
        {
          "entryTs": 1751343660,
          "entryUtc": "2025-07-01T04:21:00.000Z",
          "exitTs": 1751353800,
          "dir": -1,
          "entryPrice": 3322.395,
          "exitPrice": 3334.681,
          "stopDistance": 12.286,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 169
        },
        {
          "entryTs": 1751486460,
          "entryUtc": "2025-07-02T20:01:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3357.625,
          "exitPrice": 3335.236,
          "stopDistance": 11.194,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 989
        },
        {
          "entryTs": 1751844120,
          "entryUtc": "2025-07-06T23:22:00.000Z",
          "exitTs": 1751850060,
          "dir": 1,
          "entryPrice": 3331.255,
          "exitPrice": 3321.318,
          "stopDistance": 9.937,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 99
        },
        {
          "entryTs": 1751862540,
          "entryUtc": "2025-07-07T04:29:00.000Z",
          "exitTs": 1751908260,
          "dir": 1,
          "entryPrice": 3306.415,
          "exitPrice": 3330.801,
          "stopDistance": 12.193,
          "outcome": "target",
          "netR": 1.9697,
          "holdMinutes": 762
        },
        {
          "entryTs": 1751985840,
          "entryUtc": "2025-07-08T14:44:00.000Z",
          "exitTs": 1752030060,
          "dir": 1,
          "entryPrice": 3296.875,
          "exitPrice": 3285.341,
          "stopDistance": 11.534,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 737
        },
        {
          "entryTs": 1752049320,
          "entryUtc": "2025-07-09T08:22:00.000Z",
          "exitTs": 1752071640,
          "dir": 1,
          "entryPrice": 3285.545,
          "exitPrice": 3309.908,
          "stopDistance": 12.181,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 372
        },
        {
          "entryTs": 1752128580,
          "entryUtc": "2025-07-10T06:23:00.000Z",
          "exitTs": 1752211320,
          "dir": -1,
          "entryPrice": 3325.265,
          "exitPrice": 3336.03,
          "stopDistance": 10.765,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 1379
        },
        {
          "entryTs": 1752445860,
          "entryUtc": "2025-07-13T22:31:00.000Z",
          "exitTs": 1752504120,
          "dir": -1,
          "entryPrice": 3364.898,
          "exitPrice": 3341.361,
          "stopDistance": 11.768,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 971
        },
        {
          "entryTs": 1752586140,
          "entryUtc": "2025-07-15T13:29:00.000Z",
          "exitTs": 1752593460,
          "dir": 1,
          "entryPrice": 3341.449,
          "exitPrice": 3330.513,
          "stopDistance": 10.936,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 122
        },
        {
          "entryTs": 1752676500,
          "entryUtc": "2025-07-16T14:35:00.000Z",
          "exitTs": 1752678180,
          "dir": 1,
          "entryPrice": 3321.765,
          "exitPrice": 3344.375,
          "stopDistance": 11.305,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 28
        },
        {
          "entryTs": 1752822960,
          "entryUtc": "2025-07-18T07:16:00.000Z",
          "exitTs": 1752831480,
          "dir": -1,
          "entryPrice": 3344.005,
          "exitPrice": 3354.462,
          "stopDistance": 10.457,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 142
        },
        {
          "entryTs": 1753073940,
          "entryUtc": "2025-07-21T04:59:00.000Z",
          "exitTs": 1753075560,
          "dir": -1,
          "entryPrice": 3357.955,
          "exitPrice": 3366.813,
          "stopDistance": 8.858,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 27
        },
        {
          "entryTs": 1753188360,
          "entryUtc": "2025-07-22T12:46:00.000Z",
          "exitTs": 1753189620,
          "dir": -1,
          "entryPrice": 3402.248,
          "exitPrice": 3410.966,
          "stopDistance": 8.718,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 21
        },
        {
          "entryTs": 1753287840,
          "entryUtc": "2025-07-23T16:24:00.000Z",
          "exitTs": 1753338600,
          "dir": 1,
          "entryPrice": 3383.418,
          "exitPrice": 3369.976,
          "stopDistance": 13.442,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 846
        },
        {
          "entryTs": 1753653780,
          "entryUtc": "2025-07-27T22:03:00.000Z",
          "exitTs": 1753710480,
          "dir": 1,
          "entryPrice": 3326.715,
          "exitPrice": 3316.353,
          "stopDistance": 10.362,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 945
        },
        {
          "entryTs": 1753881360,
          "entryUtc": "2025-07-30T13:16:00.000Z",
          "exitTs": 1753888800,
          "dir": 1,
          "entryPrice": 3309.055,
          "exitPrice": 3297.543,
          "stopDistance": 11.512,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 124
        },
        {
          "entryTs": 1754258520,
          "entryUtc": "2025-08-03T22:02:00.000Z",
          "exitTs": 1754314260,
          "dir": -1,
          "entryPrice": 3362.548,
          "exitPrice": 3377.504,
          "stopDistance": 14.956,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 929
        },
        {
          "entryTs": 1754391720,
          "entryUtc": "2025-08-05T11:02:00.000Z",
          "exitTs": 1754400780,
          "dir": 1,
          "entryPrice": 3353.498,
          "exitPrice": 3374.798,
          "stopDistance": 10.65,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 151
        },
        {
          "entryTs": 1754863320,
          "entryUtc": "2025-08-10T22:02:00.000Z",
          "exitTs": 1754893860,
          "dir": -1,
          "entryPrice": 3402.848,
          "exitPrice": 3364.693,
          "stopDistance": 19.077,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 509
        },
        {
          "entryTs": 1754997780,
          "entryUtc": "2025-08-12T11:23:00.000Z",
          "exitTs": 1755094080,
          "dir": 1,
          "entryPrice": 3341.545,
          "exitPrice": 3369.403,
          "stopDistance": 13.929,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 1605
        },
        {
          "entryTs": 1755158400,
          "entryUtc": "2025-08-14T08:00:00.000Z",
          "exitTs": 1755187980,
          "dir": 1,
          "entryPrice": 3345.835,
          "exitPrice": 3333.838,
          "stopDistance": 11.997,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 493
        },
        {
          "entryTs": 1755468300,
          "entryUtc": "2025-08-17T22:05:00.000Z",
          "exitTs": 1755472620,
          "dir": 1,
          "entryPrice": 3334.405,
          "exitPrice": 3324.577,
          "stopDistance": 9.828,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 72
        },
        {
          "entryTs": 1755490800,
          "entryUtc": "2025-08-18T04:20:00.000Z",
          "exitTs": 1755561600,
          "dir": -1,
          "entryPrice": 3351.465,
          "exitPrice": 3329.119,
          "stopDistance": 11.173,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1180
        },
        {
          "entryTs": 1755609120,
          "entryUtc": "2025-08-19T13:12:00.000Z",
          "exitTs": 1755620700,
          "dir": 1,
          "entryPrice": 3327.715,
          "exitPrice": 3319.348,
          "stopDistance": 8.367,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 193
        },
        {
          "entryTs": 1755697560,
          "entryUtc": "2025-08-20T13:46:00.000Z",
          "exitTs": 1755774120,
          "dir": -1,
          "entryPrice": 3343.615,
          "exitPrice": 3326.379,
          "stopDistance": 8.618,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 1276
        },
        {
          "entryTs": 1755864840,
          "entryUtc": "2025-08-22T12:14:00.000Z",
          "exitTs": 1755871200,
          "dir": 1,
          "entryPrice": 3325.205,
          "exitPrice": 3340.187,
          "stopDistance": 7.491,
          "outcome": "target",
          "netR": 1.9506,
          "holdMinutes": 106
        },
        {
          "entryTs": 1756130520,
          "entryUtc": "2025-08-25T14:02:00.000Z",
          "exitTs": 1756164660,
          "dir": -1,
          "entryPrice": 3371.675,
          "exitPrice": 3353.517,
          "stopDistance": 9.079,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 569
        },
        {
          "entryTs": 1756224000,
          "entryUtc": "2025-08-26T16:00:00.000Z",
          "exitTs": 1756332000,
          "dir": -1,
          "entryPrice": 3386.348,
          "exitPrice": 3398.64,
          "stopDistance": 12.292,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 1800
        },
        {
          "entryTs": 1756370580,
          "entryUtc": "2025-08-28T08:43:00.000Z",
          "exitTs": 1756380780,
          "dir": -1,
          "entryPrice": 3399.095,
          "exitPrice": 3407.377,
          "stopDistance": 8.282,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 170
        },
        {
          "entryTs": 1756707960,
          "entryUtc": "2025-09-01T06:26:00.000Z",
          "exitTs": 1756777380,
          "dir": -1,
          "entryPrice": 3485.085,
          "exitPrice": 3500.17,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 1157
        },
        {
          "entryTs": 1756898100,
          "entryUtc": "2025-09-03T11:15:00.000Z",
          "exitTs": 1756906140,
          "dir": -1,
          "entryPrice": 3546.105,
          "exitPrice": 3560.646,
          "stopDistance": 14.541,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 134
        },
        {
          "entryTs": 1757047320,
          "entryUtc": "2025-09-05T04:42:00.000Z",
          "exitTs": 1757075460,
          "dir": -1,
          "entryPrice": 3558.725,
          "exitPrice": 3573.496,
          "stopDistance": 14.771,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 469
        },
        {
          "entryTs": 1757314020,
          "entryUtc": "2025-09-08T06:47:00.000Z",
          "exitTs": 1757317140,
          "dir": -1,
          "entryPrice": 3596.875,
          "exitPrice": 3612.062,
          "stopDistance": 15.187,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 52
        },
        {
          "entryTs": 1757392980,
          "entryUtc": "2025-09-09T04:43:00.000Z",
          "exitTs": 1757426400,
          "dir": -1,
          "entryPrice": 3654.385,
          "exitPrice": 3668.096,
          "stopDistance": 13.711,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 557
        },
        {
          "entryTs": 1757567340,
          "entryUtc": "2025-09-11T05:09:00.000Z",
          "exitTs": 1757582100,
          "dir": 1,
          "entryPrice": 3630.085,
          "exitPrice": 3617.791,
          "stopDistance": 12.294,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 246
        },
        {
          "entryTs": 1757649780,
          "entryUtc": "2025-09-12T04:03:00.000Z",
          "exitTs": 1757898720,
          "dir": -1,
          "entryPrice": 3652.665,
          "exitPrice": 3627.158,
          "stopDistance": 12.753,
          "outcome": "target",
          "netR": 1.971,
          "holdMinutes": 4149
        },
        {
          "entryTs": 1757908980,
          "entryUtc": "2025-09-15T04:03:00.000Z",
          "exitTs": 1757943420,
          "dir": -1,
          "entryPrice": 3646.165,
          "exitPrice": 3657.054,
          "stopDistance": 10.889,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 574
        },
        {
          "entryTs": 1758005520,
          "entryUtc": "2025-09-16T06:52:00.000Z",
          "exitTs": 1758032220,
          "dir": -1,
          "entryPrice": 3688.785,
          "exitPrice": 3700.32,
          "stopDistance": 11.535,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 445
        },
        {
          "entryTs": 1758090900,
          "entryUtc": "2025-09-17T06:35:00.000Z",
          "exitTs": 1758096900,
          "dir": 1,
          "entryPrice": 3675.175,
          "exitPrice": 3664.144,
          "stopDistance": 11.031,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 100
        },
        {
          "entryTs": 1758295200,
          "entryUtc": "2025-09-19T15:20:00.000Z",
          "exitTs": 1758492900,
          "dir": -1,
          "entryPrice": 3672.765,
          "exitPrice": 3687.85,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 3295
        },
        {
          "entryTs": 1758518820,
          "entryUtc": "2025-09-22T05:27:00.000Z",
          "exitTs": 1758523020,
          "dir": -1,
          "entryPrice": 3696.745,
          "exitPrice": 3709.443,
          "stopDistance": 12.698,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 70
        },
        {
          "entryTs": 1758728700,
          "entryUtc": "2025-09-24T15:45:00.000Z",
          "exitTs": 1758737160,
          "dir": 1,
          "entryPrice": 3745.355,
          "exitPrice": 3729.413,
          "stopDistance": 15.942,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 141
        },
        {
          "entryTs": 1758892200,
          "entryUtc": "2025-09-26T13:10:00.000Z",
          "exitTs": 1758896220,
          "dir": -1,
          "entryPrice": 3761.315,
          "exitPrice": 3776.922,
          "stopDistance": 15.607,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 67
        },
        {
          "entryTs": 1759106880,
          "entryUtc": "2025-09-29T00:48:00.000Z",
          "exitTs": 1759120080,
          "dir": -1,
          "entryPrice": 3782.898,
          "exitPrice": 3799.367,
          "stopDistance": 16.469,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 220
        },
        {
          "entryTs": 1759120260,
          "entryUtc": "2025-09-29T04:31:00.000Z",
          "exitTs": 1759128180,
          "dir": -1,
          "entryPrice": 3799.215,
          "exitPrice": 3818.284,
          "stopDistance": 19.069,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 132
        },
        {
          "entryTs": 1759208880,
          "entryUtc": "2025-09-30T05:08:00.000Z",
          "exitTs": 1759220400,
          "dir": -1,
          "entryPrice": 3864.705,
          "exitPrice": 3831.187,
          "stopDistance": 16.759,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 192
        },
        {
          "entryTs": 1759411980,
          "entryUtc": "2025-10-02T13:33:00.000Z",
          "exitTs": 1759415100,
          "dir": -1,
          "entryPrice": 3892.575,
          "exitPrice": 3860.955,
          "stopDistance": 15.81,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 52
        },
        {
          "entryTs": 1759702740,
          "entryUtc": "2025-10-05T22:19:00.000Z",
          "exitTs": 1759705320,
          "dir": -1,
          "entryPrice": 3891.118,
          "exitPrice": 3907.57,
          "stopDistance": 16.452,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 43
        },
        {
          "entryTs": 1759723680,
          "entryUtc": "2025-10-06T04:08:00.000Z",
          "exitTs": 1759760040,
          "dir": -1,
          "entryPrice": 3931.515,
          "exitPrice": 3950.042,
          "stopDistance": 18.527,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 606
        },
        {
          "entryTs": 1759841640,
          "entryUtc": "2025-10-07T12:54:00.000Z",
          "exitTs": 1759880940,
          "dir": -1,
          "entryPrice": 3976.985,
          "exitPrice": 3995.285,
          "stopDistance": 18.299,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 655
        },
        {
          "entryTs": 1760306580,
          "entryUtc": "2025-10-12T22:03:00.000Z",
          "exitTs": 1760310060,
          "dir": -1,
          "entryPrice": 4015.695,
          "exitPrice": 4045.585,
          "stopDistance": 29.89,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 58
        },
        {
          "entryTs": 1760331960,
          "entryUtc": "2025-10-13T05:06:00.000Z",
          "exitTs": 1760361840,
          "dir": -1,
          "entryPrice": 4059.585,
          "exitPrice": 4090.17,
          "stopDistance": 30.585,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 498
        },
        {
          "entryTs": 1760415360,
          "entryUtc": "2025-10-14T04:16:00.000Z",
          "exitTs": 1760420880,
          "dir": -1,
          "entryPrice": 4165.798,
          "exitPrice": 4117.697,
          "stopDistance": 24.051,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 92
        },
        {
          "entryTs": 1760505360,
          "entryUtc": "2025-10-15T05:16:00.000Z",
          "exitTs": 1760516220,
          "dir": -1,
          "entryPrice": 4189.025,
          "exitPrice": 4216.659,
          "stopDistance": 27.634,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 181
        },
        {
          "entryTs": 1760609040,
          "entryUtc": "2025-10-16T10:04:00.000Z",
          "exitTs": 1760625060,
          "dir": -1,
          "entryPrice": 4241.175,
          "exitPrice": 4266.719,
          "stopDistance": 25.544,
          "outcome": "stop",
          "netR": -1.0164,
          "holdMinutes": 267
        },
        {
          "entryTs": 1760719680,
          "entryUtc": "2025-10-17T16:48:00.000Z",
          "exitTs": 1760963760,
          "dir": 1,
          "entryPrice": 4208.948,
          "exitPrice": 4309.585,
          "stopDistance": 50.318,
          "outcome": "target",
          "netR": 1.9926,
          "holdMinutes": 4068
        },
        {
          "entryTs": 1761048840,
          "entryUtc": "2025-10-21T12:14:00.000Z",
          "exitTs": 1761054480,
          "dir": 1,
          "entryPrice": 4222.685,
          "exitPrice": 4182.541,
          "stopDistance": 40.144,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 94
        },
        {
          "entryTs": 1761538080,
          "entryUtc": "2025-10-27T04:08:00.000Z",
          "exitTs": 1761563460,
          "dir": 1,
          "entryPrice": 4058.235,
          "exitPrice": 4023.983,
          "stopDistance": 34.252,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 423
        },
        {
          "entryTs": 1761625800,
          "entryUtc": "2025-10-28T04:30:00.000Z",
          "exitTs": 1761634860,
          "dir": 1,
          "entryPrice": 3971.275,
          "exitPrice": 3937.553,
          "stopDistance": 33.722,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 151
        },
        {
          "entryTs": 1761722280,
          "entryUtc": "2025-10-29T07:18:00.000Z",
          "exitTs": 1761731340,
          "dir": -1,
          "entryPrice": 3993.415,
          "exitPrice": 4026.406,
          "stopDistance": 32.991,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 151
        },
        {
          "entryTs": 1762129440,
          "entryUtc": "2025-11-03T00:24:00.000Z",
          "exitTs": 1762266780,
          "dir": 1,
          "entryPrice": 3972.715,
          "exitPrice": 3942.737,
          "stopDistance": 29.978,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 2289
        },
        {
          "entryTs": 1762406760,
          "entryUtc": "2025-11-06T05:26:00.000Z",
          "exitTs": 1762413600,
          "dir": -1,
          "entryPrice": 3989.195,
          "exitPrice": 4007.166,
          "stopDistance": 17.971,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 114
        },
        {
          "entryTs": 1762533780,
          "entryUtc": "2025-11-07T16:43:00.000Z",
          "exitTs": 1762737660,
          "dir": -1,
          "entryPrice": 4018.575,
          "exitPrice": 4037.739,
          "stopDistance": 19.164,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 3398
        },
        {
          "entryTs": 1763119140,
          "entryUtc": "2025-11-14T11:19:00.000Z",
          "exitTs": 1763122740,
          "dir": 1,
          "entryPrice": 4146.125,
          "exitPrice": 4118.796,
          "stopDistance": 27.329,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 60
        },
        {
          "entryTs": 1763450040,
          "entryUtc": "2025-11-18T07:14:00.000Z",
          "exitTs": 1763473020,
          "dir": 1,
          "entryPrice": 4006.585,
          "exitPrice": 4067.503,
          "stopDistance": 30.459,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 383
        },
        {
          "entryTs": 1763627100,
          "entryUtc": "2025-11-20T08:25:00.000Z",
          "exitTs": 1763650200,
          "dir": 1,
          "entryPrice": 4044.565,
          "exitPrice": 4104.874,
          "stopDistance": 30.154,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 385
        },
        {
          "entryTs": 1763707380,
          "entryUtc": "2025-11-21T06:43:00.000Z",
          "exitTs": 1763743860,
          "dir": 1,
          "entryPrice": 4039.095,
          "exitPrice": 4096.143,
          "stopDistance": 28.524,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 608
        },
        {
          "entryTs": 1763961840,
          "entryUtc": "2025-11-24T05:24:00.000Z",
          "exitTs": 1764009480,
          "dir": 1,
          "entryPrice": 4045.245,
          "exitPrice": 4105.334,
          "stopDistance": 30.044,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 794
        },
        {
          "entryTs": 1764092160,
          "entryUtc": "2025-11-25T17:36:00.000Z",
          "exitTs": 1764290040,
          "dir": -1,
          "entryPrice": 4154.985,
          "exitPrice": 4181.969,
          "stopDistance": 26.985,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 3298
        },
        {
          "entryTs": 1764543840,
          "entryUtc": "2025-11-30T23:04:00.000Z",
          "exitTs": 1764554040,
          "dir": -1,
          "entryPrice": 4225.048,
          "exitPrice": 4244.833,
          "stopDistance": 19.785,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 170
        },
        {
          "entryTs": 1764741000,
          "entryUtc": "2025-12-03T05:50:00.000Z",
          "exitTs": 1764948180,
          "dir": 1,
          "entryPrice": 4205.405,
          "exitPrice": 4247.97,
          "stopDistance": 21.283,
          "outcome": "target",
          "netR": 1.9826,
          "holdMinutes": 3453
        },
        {
          "entryTs": 1765260960,
          "entryUtc": "2025-12-09T06:16:00.000Z",
          "exitTs": 1765271880,
          "dir": 1,
          "entryPrice": 4176.695,
          "exitPrice": 4208.567,
          "stopDistance": 15.936,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 182
        },
        {
          "entryTs": 1765523820,
          "entryUtc": "2025-12-12T07:17:00.000Z",
          "exitTs": 1765529340,
          "dir": -1,
          "entryPrice": 4285.458,
          "exitPrice": 4304.175,
          "stopDistance": 18.717,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 92
        },
        {
          "entryTs": 1765776600,
          "entryUtc": "2025-12-15T05:30:00.000Z",
          "exitTs": 1765854660,
          "dir": -1,
          "entryPrice": 4329.405,
          "exitPrice": 4282.722,
          "stopDistance": 23.342,
          "outcome": "target",
          "netR": 1.9841,
          "holdMinutes": 1301
        },
        {
          "entryTs": 1765949220,
          "entryUtc": "2025-12-17T05:27:00.000Z",
          "exitTs": 1766074260,
          "dir": -1,
          "entryPrice": 4334.485,
          "exitPrice": 4355.197,
          "stopDistance": 20.712,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 2084
        },
        {
          "entryTs": 1766380560,
          "entryUtc": "2025-12-22T05:16:00.000Z",
          "exitTs": 1766386740,
          "dir": -1,
          "entryPrice": 4400.565,
          "exitPrice": 4418.395,
          "stopDistance": 17.83,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 103
        },
        {
          "entryTs": 1766523660,
          "entryUtc": "2025-12-23T21:01:00.000Z",
          "exitTs": 1766537100,
          "dir": -1,
          "entryPrice": 4495.765,
          "exitPrice": 4517.889,
          "stopDistance": 22.123,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 224
        },
        {
          "entryTs": 1766707680,
          "entryUtc": "2025-12-26T00:08:00.000Z",
          "exitTs": 1766711040,
          "dir": -1,
          "entryPrice": 4499.605,
          "exitPrice": 4525.089,
          "stopDistance": 25.484,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 56
        },
        {
          "entryTs": 1766759760,
          "entryUtc": "2025-12-26T14:36:00.000Z",
          "exitTs": 1766968020,
          "dir": -1,
          "entryPrice": 4528.695,
          "exitPrice": 4483.011,
          "stopDistance": 22.842,
          "outcome": "target",
          "netR": 1.9838,
          "holdMinutes": 3471
        },
        {
          "entryTs": 1766991480,
          "entryUtc": "2025-12-29T06:58:00.000Z",
          "exitTs": 1767008400,
          "dir": 1,
          "entryPrice": 4472.585,
          "exitPrice": 4444.46,
          "stopDistance": 28.125,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 282
        },
        {
          "entryTs": 1767315720,
          "entryUtc": "2026-01-02T01:02:00.000Z",
          "exitTs": 1767341520,
          "dir": -1,
          "entryPrice": 4352.745,
          "exitPrice": 4385.785,
          "stopDistance": 33.039,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 430
        },
        {
          "entryTs": 1767575580,
          "entryUtc": "2026-01-05T01:13:00.000Z",
          "exitTs": 1767602580,
          "dir": -1,
          "entryPrice": 4401.155,
          "exitPrice": 4429.922,
          "stopDistance": 28.767,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 450
        },
        {
          "entryTs": 1767676140,
          "entryUtc": "2026-01-06T05:09:00.000Z",
          "exitTs": 1767722100,
          "dir": -1,
          "entryPrice": 4467.575,
          "exitPrice": 4491.076,
          "stopDistance": 23.501,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 766
        },
        {
          "entryTs": 1767768480,
          "entryUtc": "2026-01-07T06:48:00.000Z",
          "exitTs": 1767799020,
          "dir": 1,
          "entryPrice": 4447.965,
          "exitPrice": 4423.312,
          "stopDistance": 24.653,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 509
        },
        {
          "entryTs": 1767849480,
          "entryUtc": "2026-01-08T05:18:00.000Z",
          "exitTs": 1767904020,
          "dir": 1,
          "entryPrice": 4426.105,
          "exitPrice": 4471.505,
          "stopDistance": 22.7,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 909
        },
        {
          "entryTs": 1767965760,
          "entryUtc": "2026-01-09T13:36:00.000Z",
          "exitTs": 1767972120,
          "dir": -1,
          "entryPrice": 4483.355,
          "exitPrice": 4502.581,
          "stopDistance": 19.226,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 106
        },
        {
          "entryTs": 1768172520,
          "entryUtc": "2026-01-11T23:02:00.000Z",
          "exitTs": 1768174140,
          "dir": -1,
          "entryPrice": 4514.875,
          "exitPrice": 4537.805,
          "stopDistance": 22.93,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 27
        },
        {
          "entryTs": 1768223400,
          "entryUtc": "2026-01-12T13:10:00.000Z",
          "exitTs": 1768232220,
          "dir": -1,
          "entryPrice": 4600.885,
          "exitPrice": 4625.952,
          "stopDistance": 25.067,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 147
        },
        {
          "entryTs": 1768315980,
          "entryUtc": "2026-01-13T14:53:00.000Z",
          "exitTs": 1768336440,
          "dir": -1,
          "entryPrice": 4625.505,
          "exitPrice": 4576.562,
          "stopDistance": 24.471,
          "outcome": "target",
          "netR": 1.9849,
          "holdMinutes": 341
        },
        {
          "entryTs": 1768367580,
          "entryUtc": "2026-01-14T05:13:00.000Z",
          "exitTs": 1768440720,
          "dir": -1,
          "entryPrice": 4633.605,
          "exitPrice": 4584.624,
          "stopDistance": 24.49,
          "outcome": "target",
          "netR": 1.9849,
          "holdMinutes": 1219
        },
        {
          "entryTs": 1768454400,
          "entryUtc": "2026-01-15T05:20:00.000Z",
          "exitTs": 1768577460,
          "dir": 1,
          "entryPrice": 4586.825,
          "exitPrice": 4559.64,
          "stopDistance": 27.185,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 2051
        },
        {
          "entryTs": 1768883940,
          "entryUtc": "2026-01-20T04:39:00.000Z",
          "exitTs": 1768888380,
          "dir": -1,
          "entryPrice": 4689.288,
          "exitPrice": 4709.333,
          "stopDistance": 20.045,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 74
        },
        {
          "entryTs": 1768972980,
          "entryUtc": "2026-01-21T05:23:00.000Z",
          "exitTs": 1769016720,
          "dir": -1,
          "entryPrice": 4870.115,
          "exitPrice": 4807.823,
          "stopDistance": 31.146,
          "outcome": "target",
          "netR": 1.9881,
          "holdMinutes": 729
        },
        {
          "entryTs": 1769102640,
          "entryUtc": "2026-01-22T17:24:00.000Z",
          "exitTs": 1769112840,
          "dir": -1,
          "entryPrice": 4887.765,
          "exitPrice": 4925.222,
          "stopDistance": 37.457,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 170
        },
        {
          "entryTs": 1769147520,
          "entryUtc": "2026-01-23T05:52:00.000Z",
          "exitTs": 1769382000,
          "dir": -1,
          "entryPrice": 4966.695,
          "exitPrice": 5000.937,
          "stopDistance": 34.242,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 3908
        },
        {
          "entryTs": 1769410560,
          "entryUtc": "2026-01-26T06:56:00.000Z",
          "exitTs": 1769456880,
          "dir": -1,
          "entryPrice": 5092.175,
          "exitPrice": 5015.686,
          "stopDistance": 38.244,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 772
        },
        {
          "entryTs": 1769762460,
          "entryUtc": "2026-01-30T08:41:00.000Z",
          "exitTs": 1769766240,
          "dir": 1,
          "entryPrice": 5102.705,
          "exitPrice": 4982.479,
          "stopDistance": 120.227,
          "outcome": "stop",
          "netR": -1.0035,
          "holdMinutes": 63
        },
        {
          "entryTs": 1769995020,
          "entryUtc": "2026-02-02T01:17:00.000Z",
          "exitTs": 1770011580,
          "dir": 1,
          "entryPrice": 4681.765,
          "exitPrice": 4508.833,
          "stopDistance": 172.933,
          "outcome": "stop",
          "netR": -1.0024,
          "holdMinutes": 276
        },
        {
          "entryTs": 1770099660,
          "entryUtc": "2026-02-03T06:21:00.000Z",
          "exitTs": 1770136020,
          "dir": -1,
          "entryPrice": 4850.315,
          "exitPrice": 4977.905,
          "stopDistance": 127.59,
          "outcome": "stop",
          "netR": -1.0033,
          "holdMinutes": 606
        },
        {
          "entryTs": 1770181620,
          "entryUtc": "2026-02-04T05:07:00.000Z",
          "exitTs": 1770219360,
          "dir": -1,
          "entryPrice": 5079.635,
          "exitPrice": 4909.008,
          "stopDistance": 85.314,
          "outcome": "target",
          "netR": 1.9957,
          "holdMinutes": 629
        },
        {
          "entryTs": 1770388740,
          "entryUtc": "2026-02-06T14:39:00.000Z",
          "exitTs": 1770593280,
          "dir": -1,
          "entryPrice": 4942.039,
          "exitPrice": 5020.579,
          "stopDistance": 78.539,
          "outcome": "stop",
          "netR": -1.0053,
          "holdMinutes": 3409
        },
        {
          "entryTs": 1771196520,
          "entryUtc": "2026-02-15T23:02:00.000Z",
          "exitTs": 1771290180,
          "dir": -1,
          "entryPrice": 5017.798,
          "exitPrice": 4927.072,
          "stopDistance": 45.363,
          "outcome": "target",
          "netR": 1.9918,
          "holdMinutes": 1561
        },
        {
          "entryTs": 1771419780,
          "entryUtc": "2026-02-18T13:03:00.000Z",
          "exitTs": 1771425480,
          "dir": -1,
          "entryPrice": 4951.205,
          "exitPrice": 4983.287,
          "stopDistance": 32.082,
          "outcome": "stop",
          "netR": -1.0131,
          "holdMinutes": 95
        },
        {
          "entryTs": 1771569000,
          "entryUtc": "2026-02-20T06:30:00.000Z",
          "exitTs": 1771597920,
          "dir": -1,
          "entryPrice": 5021.825,
          "exitPrice": 5049.566,
          "stopDistance": 27.741,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 482
        },
        {
          "entryTs": 1771941720,
          "entryUtc": "2026-02-24T14:02:00.000Z",
          "exitTs": 1771997400,
          "dir": 1,
          "entryPrice": 5123.005,
          "exitPrice": 5197.264,
          "stopDistance": 37.13,
          "outcome": "target",
          "netR": 1.99,
          "holdMinutes": 928
        },
        {
          "entryTs": 1772116320,
          "entryUtc": "2026-02-26T14:32:00.000Z",
          "exitTs": 1772198100,
          "dir": 1,
          "entryPrice": 5153.905,
          "exitPrice": 5217.278,
          "stopDistance": 31.687,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 1363
        },
        {
          "entryTs": 1772468040,
          "entryUtc": "2026-03-02T16:14:00.000Z",
          "exitTs": 1772529900,
          "dir": 1,
          "entryPrice": 5300.915,
          "exitPrice": 5251.946,
          "stopDistance": 48.969,
          "outcome": "stop",
          "netR": -1.0086,
          "holdMinutes": 1031
        },
        {
          "entryTs": 1772530320,
          "entryUtc": "2026-03-03T09:32:00.000Z",
          "exitTs": 1772536020,
          "dir": 1,
          "entryPrice": 5260.595,
          "exitPrice": 5211.363,
          "stopDistance": 49.232,
          "outcome": "stop",
          "netR": -1.0085,
          "holdMinutes": 95
        },
        {
          "entryTs": 1772717220,
          "entryUtc": "2026-03-05T13:27:00.000Z",
          "exitTs": 1772723280,
          "dir": 1,
          "entryPrice": 5114.315,
          "exitPrice": 5074.83,
          "stopDistance": 39.485,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 101
        },
        {
          "entryTs": 1773007500,
          "entryUtc": "2026-03-08T22:05:00.000Z",
          "exitTs": 1773013020,
          "dir": -1,
          "entryPrice": 5164.948,
          "exitPrice": 5079.774,
          "stopDistance": 42.587,
          "outcome": "target",
          "netR": 1.9913,
          "holdMinutes": 92
        },
        {
          "entryTs": 1773131520,
          "entryUtc": "2026-03-10T08:32:00.000Z",
          "exitTs": 1773149160,
          "dir": -1,
          "entryPrice": 5185.285,
          "exitPrice": 5224.952,
          "stopDistance": 39.667,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 294
        },
        {
          "entryTs": 1773237180,
          "entryUtc": "2026-03-11T13:53:00.000Z",
          "exitTs": 1773273600,
          "dir": 1,
          "entryPrice": 5162.205,
          "exitPrice": 5129.151,
          "stopDistance": 33.054,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 607
        },
        {
          "entryTs": 1773328740,
          "entryUtc": "2026-03-12T15:19:00.000Z",
          "exitTs": 1773341340,
          "dir": 1,
          "entryPrice": 5127.605,
          "exitPrice": 5094.844,
          "stopDistance": 32.761,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 210
        },
        {
          "entryTs": 1773414480,
          "entryUtc": "2026-03-13T15:08:00.000Z",
          "exitTs": 1773417960,
          "dir": 1,
          "entryPrice": 5057.915,
          "exitPrice": 5021.846,
          "stopDistance": 36.069,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 58
        },
        {
          "entryTs": 1773612120,
          "entryUtc": "2026-03-15T22:02:00.000Z",
          "exitTs": 1773616920,
          "dir": 1,
          "entryPrice": 5015.145,
          "exitPrice": 4977.796,
          "stopDistance": 37.349,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 80
        },
        {
          "entryTs": 1773642180,
          "entryUtc": "2026-03-16T06:23:00.000Z",
          "exitTs": 1773833220,
          "dir": -1,
          "entryPrice": 5029.055,
          "exitPrice": 4949.28,
          "stopDistance": 39.888,
          "outcome": "target",
          "netR": 1.9907,
          "holdMinutes": 3184
        },
        {
          "entryTs": 1773902220,
          "entryUtc": "2026-03-19T06:37:00.000Z",
          "exitTs": 1773902820,
          "dir": 1,
          "entryPrice": 4803.985,
          "exitPrice": 4766.926,
          "stopDistance": 37.059,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 10
        },
        {
          "entryTs": 1774032720,
          "entryUtc": "2026-03-20T18:52:00.000Z",
          "exitTs": 1774224180,
          "dir": 1,
          "entryPrice": 4514.875,
          "exitPrice": 4447.287,
          "stopDistance": 67.588,
          "outcome": "stop",
          "netR": -1.0062,
          "holdMinutes": 3191
        },
        {
          "entryTs": 1774245420,
          "entryUtc": "2026-03-23T05:57:00.000Z",
          "exitTs": 1774247460,
          "dir": 1,
          "entryPrice": 4318.855,
          "exitPrice": 4230.261,
          "stopDistance": 88.594,
          "outcome": "stop",
          "netR": -1.0047,
          "holdMinutes": 34
        },
        {
          "entryTs": 1774503120,
          "entryUtc": "2026-03-26T05:32:00.000Z",
          "exitTs": 1774504800,
          "dir": 1,
          "entryPrice": 4488.435,
          "exitPrice": 4438.32,
          "stopDistance": 50.116,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 28
        },
        {
          "entryTs": 1774624620,
          "entryUtc": "2026-03-27T15:17:00.000Z",
          "exitTs": 1774829580,
          "dir": -1,
          "entryPrice": 4522.715,
          "exitPrice": 4419.212,
          "stopDistance": 51.752,
          "outcome": "target",
          "netR": 1.9929,
          "holdMinutes": 3416
        },
        {
          "entryTs": 1774965840,
          "entryUtc": "2026-03-31T14:04:00.000Z",
          "exitTs": 1774978920,
          "dir": -1,
          "entryPrice": 4612.085,
          "exitPrice": 4660.885,
          "stopDistance": 48.8,
          "outcome": "stop",
          "netR": -1.0086,
          "holdMinutes": 218
        },
        {
          "entryTs": 1775026200,
          "entryUtc": "2026-04-01T06:50:00.000Z",
          "exitTs": 1775055240,
          "dir": -1,
          "entryPrice": 4723.915,
          "exitPrice": 4766.997,
          "stopDistance": 43.082,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 484
        },
        {
          "entryTs": 1775108100,
          "entryUtc": "2026-04-02T05:35:00.000Z",
          "exitTs": 1775108940,
          "dir": 1,
          "entryPrice": 4651.515,
          "exitPrice": 4598.555,
          "stopDistance": 52.96,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 14
        },
        {
          "entryTs": 1775452380,
          "entryUtc": "2026-04-06T05:13:00.000Z",
          "exitTs": 1775599200,
          "dir": -1,
          "entryPrice": 4671.575,
          "exitPrice": 4724.526,
          "stopDistance": 52.951,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 2447
        },
        {
          "entryTs": 1776060120,
          "entryUtc": "2026-04-13T06:02:00.000Z",
          "exitTs": 1776121440,
          "dir": -1,
          "entryPrice": 4727.275,
          "exitPrice": 4763.649,
          "stopDistance": 36.374,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 1022
        },
        {
          "entryTs": 1776316080,
          "entryUtc": "2026-04-16T05:08:00.000Z",
          "exitTs": 1776347700,
          "dir": -1,
          "entryPrice": 4834.915,
          "exitPrice": 4785.169,
          "stopDistance": 24.873,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 527
        },
        {
          "entryTs": 1776430200,
          "entryUtc": "2026-04-17T12:50:00.000Z",
          "exitTs": 1776431340,
          "dir": -1,
          "entryPrice": 4836.225,
          "exitPrice": 4859.762,
          "stopDistance": 23.537,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 19
        },
        {
          "entryTs": 1776636120,
          "entryUtc": "2026-04-19T22:02:00.000Z",
          "exitTs": 1776642180,
          "dir": 1,
          "entryPrice": 4778.915,
          "exitPrice": 4749.561,
          "stopDistance": 29.354,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 101
        },
        {
          "entryTs": 1776687900,
          "entryUtc": "2026-04-20T12:25:00.000Z",
          "exitTs": 1776782400,
          "dir": -1,
          "entryPrice": 4813.645,
          "exitPrice": 4753.122,
          "stopDistance": 30.261,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 1575
        },
        {
          "entryTs": 1776922320,
          "entryUtc": "2026-04-23T05:32:00.000Z",
          "exitTs": 1776966240,
          "dir": 1,
          "entryPrice": 4701.595,
          "exitPrice": 4673.604,
          "stopDistance": 27.991,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 732
        },
        {
          "entryTs": 1777005420,
          "entryUtc": "2026-04-24T04:37:00.000Z",
          "exitTs": 1777039500,
          "dir": 1,
          "entryPrice": 4664.195,
          "exitPrice": 4724.416,
          "stopDistance": 30.11,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 568
        },
        {
          "entryTs": 1777264500,
          "entryUtc": "2026-04-27T04:35:00.000Z",
          "exitTs": 1777302120,
          "dir": -1,
          "entryPrice": 4726.995,
          "exitPrice": 4669.265,
          "stopDistance": 28.865,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 627
        },
        {
          "entryTs": 1777456500,
          "entryUtc": "2026-04-29T09:55:00.000Z",
          "exitTs": 1777469760,
          "dir": 1,
          "entryPrice": 4555.105,
          "exitPrice": 4529.673,
          "stopDistance": 25.432,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 221
        }
      ],
      "significance": {
        "tStat": -1.134,
        "pValueOneSided": 0.8716,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "smc-liquidity-sweep-choch-m15",
      "name": "Liquidity sweep + change of character (CHoCH)",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "CHoCH and BOS are the two acronyms every SMC channel opens with; this is the canonical reversal entry.",
      "rule": "On M15, price sweeps a confirmed swing high, then within 8 candles closes below the most recent confirmed swing low. Enter short on the next candle. Mirrored for longs.",
      "rawSignals": 2526,
      "full": {
        "trades": 2185,
        "winRate": {
          "successes": 738,
          "total": 2185,
          "ratePct": 33.8,
          "ci95Pct": [
            31.8,
            35.8
          ]
        },
        "expectancyR": -0.1089,
        "totalR": -237.85,
        "profitFactor": 0.852,
        "avgWinR": 1.858,
        "avgLossR": -1.112,
        "maxDrawdownPct": 92.9,
        "finalEquity": 744.76,
        "returnPct": -92.55,
        "tStat": -3.598,
        "sdR": 1.414,
        "ambiguousTrades": 3,
        "timeExits": 38,
        "stopExits": 1429,
        "targetExits": 715,
        "optimisticExpectancyR": -0.1047,
        "medianHoldMinutes": 79,
        "medianCostShareOfR": 0.1068,
        "longTrades": 1068,
        "longExpectancyR": -0.0966,
        "shortTrades": 1117,
        "shortExpectancyR": -0.1206,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 341,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 1685,
        "winRate": {
          "successes": 571,
          "total": 1685,
          "ratePct": 33.9,
          "ci95Pct": [
            31.7,
            36.2
          ]
        },
        "expectancyR": -0.1223,
        "totalR": -206.12,
        "profitFactor": 0.836,
        "avgWinR": 1.846,
        "avgLossR": -1.131,
        "maxDrawdownPct": 90.5,
        "finalEquity": 1074.15,
        "returnPct": -89.26,
        "tStat": -3.541,
        "sdR": 1.418,
        "ambiguousTrades": 3,
        "timeExits": 26,
        "stopExits": 1102,
        "targetExits": 554,
        "optimisticExpectancyR": -0.1169,
        "medianHoldMinutes": 79,
        "medianCostShareOfR": 0.1239,
        "longTrades": 820,
        "longExpectancyR": -0.1225,
        "shortTrades": 865,
        "shortExpectancyR": -0.1221,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 279,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 500,
        "winRate": {
          "successes": 167,
          "total": 500,
          "ratePct": 33.4,
          "ci95Pct": [
            29.4,
            37.6
          ]
        },
        "expectancyR": -0.0635,
        "totalR": -31.73,
        "profitFactor": 0.909,
        "avgWinR": 1.898,
        "avgLossR": -1.047,
        "maxDrawdownPct": 39.58,
        "finalEquity": 6933.45,
        "returnPct": -30.67,
        "tStat": -1.012,
        "sdR": 1.403,
        "ambiguousTrades": 0,
        "timeExits": 12,
        "stopExits": 327,
        "targetExits": 161,
        "optimisticExpectancyR": -0.0635,
        "medianHoldMinutes": 79,
        "medianCostShareOfR": 0.046,
        "longTrades": 248,
        "longExpectancyR": -0.011,
        "shortTrades": 252,
        "shortExpectancyR": -0.1151,
        "maxConsecutiveLosses": 12,
        "skippedInPosition": 62,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 2474,
          "winRatePct": 48.9,
          "expectancyR": -0.1906,
          "profitFactor": 0.684,
          "returnPct": -99.21
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 2386,
          "winRatePct": 33,
          "expectancyR": -0.1831,
          "profitFactor": 0.767,
          "returnPct": -99.01
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 2326,
          "winRatePct": 25.2,
          "expectancyR": -0.1767,
          "profitFactor": 0.799,
          "returnPct": -98.84
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 2356,
          "winRatePct": 48.8,
          "expectancyR": -0.1349,
          "profitFactor": 0.763,
          "returnPct": -96.31
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 2185,
          "winRatePct": 33.8,
          "expectancyR": -0.1089,
          "profitFactor": 0.852,
          "returnPct": -92.55
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 2035,
          "winRatePct": 25.7,
          "expectancyR": -0.1277,
          "profitFactor": 0.845,
          "returnPct": -94.46
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1990,
          "winRatePct": 49.9,
          "expectancyR": -0.0647,
          "profitFactor": 0.877,
          "returnPct": -74.98
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 1697,
          "winRatePct": 35.4,
          "expectancyR": -0.0604,
          "profitFactor": 0.91,
          "returnPct": -69.32
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 1556,
          "winRatePct": 29.9,
          "expectancyR": -0.0687,
          "profitFactor": 0.904,
          "returnPct": -71.62
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 2185,
          "expectancyR": -0.0669,
          "profitFactor": 0.906,
          "returnPct": -81.36
        },
        {
          "spreadUsd": 0.3,
          "trades": 2185,
          "expectancyR": -0.1089,
          "profitFactor": 0.852,
          "returnPct": -92.55
        },
        {
          "spreadUsd": 0.6,
          "trades": 2185,
          "expectancyR": -0.1927,
          "profitFactor": 0.757,
          "returnPct": -98.81
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -1.28
        },
        {
          "month": "2021-02",
          "totalR": -1.32
        },
        {
          "month": "2021-03",
          "totalR": -5.23
        },
        {
          "month": "2021-04",
          "totalR": 0.94
        },
        {
          "month": "2021-05",
          "totalR": -8.83
        },
        {
          "month": "2021-06",
          "totalR": -5.03
        },
        {
          "month": "2021-07",
          "totalR": -6.08
        },
        {
          "month": "2021-08",
          "totalR": -13.9
        },
        {
          "month": "2021-09",
          "totalR": -4.84
        },
        {
          "month": "2021-10",
          "totalR": -18.79
        },
        {
          "month": "2021-11",
          "totalR": -17.16
        },
        {
          "month": "2021-12",
          "totalR": -8.55
        },
        {
          "month": "2022-01",
          "totalR": -15.21
        },
        {
          "month": "2022-02",
          "totalR": 7.74
        },
        {
          "month": "2022-03",
          "totalR": 4.1
        },
        {
          "month": "2022-04",
          "totalR": -18.94
        },
        {
          "month": "2022-05",
          "totalR": -7.17
        },
        {
          "month": "2022-06",
          "totalR": -9.59
        },
        {
          "month": "2022-07",
          "totalR": -14.35
        },
        {
          "month": "2022-08",
          "totalR": 0.13
        },
        {
          "month": "2022-09",
          "totalR": 2.63
        },
        {
          "month": "2022-10",
          "totalR": -17.3
        },
        {
          "month": "2022-11",
          "totalR": 13.6
        },
        {
          "month": "2022-12",
          "totalR": -0.24
        },
        {
          "month": "2023-01",
          "totalR": 0.01
        },
        {
          "month": "2023-02",
          "totalR": 4.06
        },
        {
          "month": "2023-03",
          "totalR": -5.31
        },
        {
          "month": "2023-04",
          "totalR": 1.55
        },
        {
          "month": "2023-05",
          "totalR": 5.21
        },
        {
          "month": "2023-06",
          "totalR": -6.37
        },
        {
          "month": "2023-07",
          "totalR": -10.94
        },
        {
          "month": "2023-08",
          "totalR": -14.31
        },
        {
          "month": "2023-09",
          "totalR": -11.67
        },
        {
          "month": "2023-10",
          "totalR": -9.18
        },
        {
          "month": "2023-11",
          "totalR": 6.67
        },
        {
          "month": "2023-12",
          "totalR": -8.39
        },
        {
          "month": "2024-01",
          "totalR": 2.47
        },
        {
          "month": "2024-02",
          "totalR": -4.97
        },
        {
          "month": "2024-03",
          "totalR": 3.46
        },
        {
          "month": "2024-04",
          "totalR": -6.17
        },
        {
          "month": "2024-05",
          "totalR": 4.19
        },
        {
          "month": "2024-06",
          "totalR": -21.64
        },
        {
          "month": "2024-07",
          "totalR": 5.64
        },
        {
          "month": "2024-08",
          "totalR": 20.57
        },
        {
          "month": "2024-09",
          "totalR": -11.02
        },
        {
          "month": "2024-10",
          "totalR": 0.08
        },
        {
          "month": "2024-11",
          "totalR": -7.41
        },
        {
          "month": "2024-12",
          "totalR": 2.04
        },
        {
          "month": "2025-01",
          "totalR": -10.24
        },
        {
          "month": "2025-02",
          "totalR": 9.6
        },
        {
          "month": "2025-03",
          "totalR": -19.54
        },
        {
          "month": "2025-04",
          "totalR": 10.72
        },
        {
          "month": "2025-05",
          "totalR": 9.23
        },
        {
          "month": "2025-06",
          "totalR": 5.9
        },
        {
          "month": "2025-07",
          "totalR": 0.14
        },
        {
          "month": "2025-08",
          "totalR": -9
        },
        {
          "month": "2025-09",
          "totalR": -1.87
        },
        {
          "month": "2025-10",
          "totalR": -4.08
        },
        {
          "month": "2025-11",
          "totalR": -4.04
        },
        {
          "month": "2025-12",
          "totalR": -14
        },
        {
          "month": "2026-01",
          "totalR": -2.01
        },
        {
          "month": "2026-02",
          "totalR": -1.68
        },
        {
          "month": "2026-03",
          "totalR": 9.46
        },
        {
          "month": "2026-04",
          "totalR": -10.31
        }
      ],
      "trades": [
        {
          "entryTs": 1609759800,
          "entryUtc": "2021-01-04T11:30:00.000Z",
          "exitTs": 1609764300,
          "dir": 1,
          "entryPrice": 1935.255,
          "exitPrice": 1931.149,
          "stopDistance": 4.106,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 75
        },
        {
          "entryTs": 1609857900,
          "entryUtc": "2021-01-05T14:45:00.000Z",
          "exitTs": 1609865460,
          "dir": -1,
          "entryPrice": 1944.888,
          "exitPrice": 1950.166,
          "stopDistance": 5.278,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 126
        },
        {
          "entryTs": 1609879500,
          "entryUtc": "2021-01-05T20:45:00.000Z",
          "exitTs": 1609889520,
          "dir": -1,
          "entryPrice": 1948.085,
          "exitPrice": 1952.243,
          "stopDistance": 4.158,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 167
        },
        {
          "entryTs": 1609897500,
          "entryUtc": "2021-01-06T01:45:00.000Z",
          "exitTs": 1609922340,
          "dir": -1,
          "entryPrice": 1948.559,
          "exitPrice": 1953.215,
          "stopDistance": 4.657,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 414
        },
        {
          "entryTs": 1610086500,
          "entryUtc": "2021-01-08T06:15:00.000Z",
          "exitTs": 1610090100,
          "dir": -1,
          "entryPrice": 1906.098,
          "exitPrice": 1909.42,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 60
        },
        {
          "entryTs": 1610109000,
          "entryUtc": "2021-01-08T12:30:00.000Z",
          "exitTs": 1610113020,
          "dir": -1,
          "entryPrice": 1889.725,
          "exitPrice": 1879.524,
          "stopDistance": 5.101,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 67
        },
        {
          "entryTs": 1610343900,
          "entryUtc": "2021-01-11T05:45:00.000Z",
          "exitTs": 1610352840,
          "dir": 1,
          "entryPrice": 1840.725,
          "exitPrice": 1854.697,
          "stopDistance": 6.986,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 149
        },
        {
          "entryTs": 1610395200,
          "entryUtc": "2021-01-11T20:00:00.000Z",
          "exitTs": 1610422440,
          "dir": -1,
          "entryPrice": 1846.894,
          "exitPrice": 1851.722,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 454
        },
        {
          "entryTs": 1610441100,
          "entryUtc": "2021-01-12T08:45:00.000Z",
          "exitTs": 1610443740,
          "dir": -1,
          "entryPrice": 1855.038,
          "exitPrice": 1859.037,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 44
        },
        {
          "entryTs": 1610443800,
          "entryUtc": "2021-01-12T09:30:00.000Z",
          "exitTs": 1610457660,
          "dir": 1,
          "entryPrice": 1858.975,
          "exitPrice": 1854.927,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 231
        },
        {
          "entryTs": 1610477100,
          "entryUtc": "2021-01-12T18:45:00.000Z",
          "exitTs": 1610501580,
          "dir": 1,
          "entryPrice": 1848.148,
          "exitPrice": 1860.208,
          "stopDistance": 6.03,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 408
        },
        {
          "entryTs": 1610545500,
          "entryUtc": "2021-01-13T13:45:00.000Z",
          "exitTs": 1610548140,
          "dir": 1,
          "entryPrice": 1858.925,
          "exitPrice": 1854.12,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 44
        },
        {
          "entryTs": 1610591400,
          "entryUtc": "2021-01-14T02:30:00.000Z",
          "exitTs": 1610591460,
          "dir": -1,
          "entryPrice": 1838.975,
          "exitPrice": 1830.542,
          "stopDistance": 4.217,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 1
        },
        {
          "entryTs": 1610633700,
          "entryUtc": "2021-01-14T14:15:00.000Z",
          "exitTs": 1610646900,
          "dir": 1,
          "entryPrice": 1844.778,
          "exitPrice": 1855.4,
          "stopDistance": 5.311,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 220
        },
        {
          "entryTs": 1610647200,
          "entryUtc": "2021-01-14T18:00:00.000Z",
          "exitTs": 1610648400,
          "dir": 1,
          "entryPrice": 1855.225,
          "exitPrice": 1849.575,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 20
        },
        {
          "entryTs": 1610653500,
          "entryUtc": "2021-01-14T19:45:00.000Z",
          "exitTs": 1610670060,
          "dir": -1,
          "entryPrice": 1846.075,
          "exitPrice": 1851.536,
          "stopDistance": 5.461,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 276
        },
        {
          "entryTs": 1610685900,
          "entryUtc": "2021-01-15T04:45:00.000Z",
          "exitTs": 1610689140,
          "dir": 1,
          "entryPrice": 1853.268,
          "exitPrice": 1850.166,
          "stopDistance": 3.102,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 54
        },
        {
          "entryTs": 1610689500,
          "entryUtc": "2021-01-15T05:45:00.000Z",
          "exitTs": 1610697420,
          "dir": -1,
          "entryPrice": 1849.588,
          "exitPrice": 1852.764,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 132
        },
        {
          "entryTs": 1610927100,
          "entryUtc": "2021-01-17T23:45:00.000Z",
          "exitTs": 1610933400,
          "dir": -1,
          "entryPrice": 1817.818,
          "exitPrice": 1824.315,
          "stopDistance": 6.497,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 105
        },
        {
          "entryTs": 1610987400,
          "entryUtc": "2021-01-18T16:30:00.000Z",
          "exitTs": 1611061680,
          "dir": 1,
          "entryPrice": 1838.525,
          "exitPrice": 1835.012,
          "stopDistance": 3.513,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 1238
        },
        {
          "entryTs": 1611153000,
          "entryUtc": "2021-01-20T14:30:00.000Z",
          "exitTs": 1611154440,
          "dir": 1,
          "entryPrice": 1859.845,
          "exitPrice": 1853.701,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 24
        },
        {
          "entryTs": 1611234900,
          "entryUtc": "2021-01-21T13:15:00.000Z",
          "exitTs": 1611237300,
          "dir": -1,
          "entryPrice": 1868.105,
          "exitPrice": 1860.025,
          "stopDistance": 4.04,
          "outcome": "target",
          "netR": 1.9084,
          "holdMinutes": 40
        },
        {
          "entryTs": 1611309600,
          "entryUtc": "2021-01-22T10:00:00.000Z",
          "exitTs": 1611312120,
          "dir": -1,
          "entryPrice": 1858.685,
          "exitPrice": 1852.181,
          "stopDistance": 3.252,
          "outcome": "target",
          "netR": 1.8862,
          "holdMinutes": 42
        },
        {
          "entryTs": 1611531900,
          "entryUtc": "2021-01-24T23:45:00.000Z",
          "exitTs": 1611533460,
          "dir": 1,
          "entryPrice": 1858.935,
          "exitPrice": 1855.492,
          "stopDistance": 3.443,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 26
        },
        {
          "entryTs": 1611567000,
          "entryUtc": "2021-01-25T09:30:00.000Z",
          "exitTs": 1611571680,
          "dir": 1,
          "entryPrice": 1854.475,
          "exitPrice": 1860.634,
          "stopDistance": 3.08,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 78
        },
        {
          "entryTs": 1611586800,
          "entryUtc": "2021-01-25T15:00:00.000Z",
          "exitTs": 1611630000,
          "dir": -1,
          "entryPrice": 1855.745,
          "exitPrice": 1860.743,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 720
        },
        {
          "entryTs": 1611636300,
          "entryUtc": "2021-01-26T04:45:00.000Z",
          "exitTs": 1611646320,
          "dir": -1,
          "entryPrice": 1857.875,
          "exitPrice": 1852.949,
          "stopDistance": 2.463,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 167
        },
        {
          "entryTs": 1611736200,
          "entryUtc": "2021-01-27T08:30:00.000Z",
          "exitTs": 1611747480,
          "dir": -1,
          "entryPrice": 1847.315,
          "exitPrice": 1841.191,
          "stopDistance": 3.062,
          "outcome": "target",
          "netR": 1.8792,
          "holdMinutes": 188
        },
        {
          "entryTs": 1611758700,
          "entryUtc": "2021-01-27T14:45:00.000Z",
          "exitTs": 1611759660,
          "dir": -1,
          "entryPrice": 1832.395,
          "exitPrice": 1838.067,
          "stopDistance": 5.672,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 16
        },
        {
          "entryTs": 1611761400,
          "entryUtc": "2021-01-27T15:30:00.000Z",
          "exitTs": 1611779040,
          "dir": 1,
          "entryPrice": 1846.645,
          "exitPrice": 1839.92,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 294
        },
        {
          "entryTs": 1611814500,
          "entryUtc": "2021-01-28T06:15:00.000Z",
          "exitTs": 1611821340,
          "dir": -1,
          "entryPrice": 1835.048,
          "exitPrice": 1837.971,
          "stopDistance": 2.923,
          "outcome": "stop",
          "netR": -1.1437,
          "holdMinutes": 114
        },
        {
          "entryTs": 1611821700,
          "entryUtc": "2021-01-28T08:15:00.000Z",
          "exitTs": 1611841500,
          "dir": 1,
          "entryPrice": 1840.485,
          "exitPrice": 1847.444,
          "stopDistance": 3.479,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 330
        },
        {
          "entryTs": 1611882000,
          "entryUtc": "2021-01-29T01:00:00.000Z",
          "exitTs": 1611884760,
          "dir": -1,
          "entryPrice": 1840.378,
          "exitPrice": 1844.251,
          "stopDistance": 3.873,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 46
        },
        {
          "entryTs": 1611911700,
          "entryUtc": "2021-01-29T09:15:00.000Z",
          "exitTs": 1611919980,
          "dir": 1,
          "entryPrice": 1852.105,
          "exitPrice": 1861.396,
          "stopDistance": 4.645,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 138
        },
        {
          "entryTs": 1612181700,
          "entryUtc": "2021-02-01T12:15:00.000Z",
          "exitTs": 1612183980,
          "dir": 1,
          "entryPrice": 1867.595,
          "exitPrice": 1861.69,
          "stopDistance": 5.905,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 38
        },
        {
          "entryTs": 1612230300,
          "entryUtc": "2021-02-02T01:45:00.000Z",
          "exitTs": 1612234800,
          "dir": 1,
          "entryPrice": 1862.265,
          "exitPrice": 1858.399,
          "stopDistance": 3.866,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 75
        },
        {
          "entryTs": 1612267200,
          "entryUtc": "2021-02-02T12:00:00.000Z",
          "exitTs": 1612267440,
          "dir": -1,
          "entryPrice": 1842.088,
          "exitPrice": 1846.766,
          "stopDistance": 4.678,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 4
        },
        {
          "entryTs": 1612331100,
          "entryUtc": "2021-02-03T05:45:00.000Z",
          "exitTs": 1612343040,
          "dir": -1,
          "entryPrice": 1838.827,
          "exitPrice": 1833.659,
          "stopDistance": 2.584,
          "outcome": "target",
          "netR": 1.8568,
          "holdMinutes": 199
        },
        {
          "entryTs": 1612423800,
          "entryUtc": "2021-02-04T07:30:00.000Z",
          "exitTs": 1612426140,
          "dir": 1,
          "entryPrice": 1825.315,
          "exitPrice": 1821.688,
          "stopDistance": 3.627,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 39
        },
        {
          "entryTs": 1612430100,
          "entryUtc": "2021-02-04T09:15:00.000Z",
          "exitTs": 1612443960,
          "dir": -1,
          "entryPrice": 1813.695,
          "exitPrice": 1818.472,
          "stopDistance": 4.777,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 231
        },
        {
          "entryTs": 1612446300,
          "entryUtc": "2021-02-04T13:45:00.000Z",
          "exitTs": 1612447440,
          "dir": -1,
          "entryPrice": 1809.865,
          "exitPrice": 1800.206,
          "stopDistance": 4.83,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 19
        },
        {
          "entryTs": 1612503900,
          "entryUtc": "2021-02-05T05:45:00.000Z",
          "exitTs": 1612512600,
          "dir": 1,
          "entryPrice": 1797.995,
          "exitPrice": 1803.076,
          "stopDistance": 2.54,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 145
        },
        {
          "entryTs": 1612557000,
          "entryUtc": "2021-02-05T20:30:00.000Z",
          "exitTs": 1612738800,
          "dir": 1,
          "entryPrice": 1812.265,
          "exitPrice": 1814.938,
          "stopDistance": 3.769,
          "outcome": "time",
          "netR": 0.611,
          "holdMinutes": 3030
        },
        {
          "entryTs": 1612774800,
          "entryUtc": "2021-02-08T09:00:00.000Z",
          "exitTs": 1612776240,
          "dir": -1,
          "entryPrice": 1809.085,
          "exitPrice": 1812.347,
          "stopDistance": 3.262,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 24
        },
        {
          "entryTs": 1612818000,
          "entryUtc": "2021-02-08T21:00:00.000Z",
          "exitTs": 1612830360,
          "dir": -1,
          "entryPrice": 1829.676,
          "exitPrice": 1833.094,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 206
        },
        {
          "entryTs": 1612849500,
          "entryUtc": "2021-02-09T05:45:00.000Z",
          "exitTs": 1612854300,
          "dir": -1,
          "entryPrice": 1838.685,
          "exitPrice": 1841.392,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 80
        },
        {
          "entryTs": 1612878300,
          "entryUtc": "2021-02-09T13:45:00.000Z",
          "exitTs": 1612879740,
          "dir": 1,
          "entryPrice": 1845.788,
          "exitPrice": 1841.936,
          "stopDistance": 3.852,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 24
        },
        {
          "entryTs": 1612881000,
          "entryUtc": "2021-02-09T14:30:00.000Z",
          "exitTs": 1612881660,
          "dir": -1,
          "entryPrice": 1840.736,
          "exitPrice": 1832.329,
          "stopDistance": 4.204,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 11
        },
        {
          "entryTs": 1612907100,
          "entryUtc": "2021-02-09T21:45:00.000Z",
          "exitTs": 1612919340,
          "dir": 1,
          "entryPrice": 1837.565,
          "exitPrice": 1834.73,
          "stopDistance": 2.835,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 204
        },
        {
          "entryTs": 1612922400,
          "entryUtc": "2021-02-10T02:00:00.000Z",
          "exitTs": 1612941480,
          "dir": 1,
          "entryPrice": 1839.491,
          "exitPrice": 1845.35,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 318
        },
        {
          "entryTs": 1612942200,
          "entryUtc": "2021-02-10T07:30:00.000Z",
          "exitTs": 1612944360,
          "dir": 1,
          "entryPrice": 1846.435,
          "exitPrice": 1843.821,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 36
        },
        {
          "entryTs": 1612962900,
          "entryUtc": "2021-02-10T13:15:00.000Z",
          "exitTs": 1612963980,
          "dir": 1,
          "entryPrice": 1844.065,
          "exitPrice": 1851.45,
          "stopDistance": 3.693,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 18
        },
        {
          "entryTs": 1612989000,
          "entryUtc": "2021-02-10T20:30:00.000Z",
          "exitTs": 1613013840,
          "dir": -1,
          "entryPrice": 1841.815,
          "exitPrice": 1833.904,
          "stopDistance": 3.955,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 414
        },
        {
          "entryTs": 1613092500,
          "entryUtc": "2021-02-12T01:15:00.000Z",
          "exitTs": 1613116380,
          "dir": -1,
          "entryPrice": 1822.575,
          "exitPrice": 1816.908,
          "stopDistance": 2.834,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 398
        },
        {
          "entryTs": 1613126700,
          "entryUtc": "2021-02-12T10:45:00.000Z",
          "exitTs": 1613129340,
          "dir": 1,
          "entryPrice": 1820.805,
          "exitPrice": 1817.42,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 44
        },
        {
          "entryTs": 1613388600,
          "entryUtc": "2021-02-15T11:30:00.000Z",
          "exitTs": 1613397300,
          "dir": 1,
          "entryPrice": 1820.195,
          "exitPrice": 1817.52,
          "stopDistance": 2.675,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 145
        },
        {
          "entryTs": 1613476800,
          "entryUtc": "2021-02-16T12:00:00.000Z",
          "exitTs": 1613479740,
          "dir": -1,
          "entryPrice": 1816.038,
          "exitPrice": 1809.543,
          "stopDistance": 3.247,
          "outcome": "target",
          "netR": 1.8861,
          "holdMinutes": 49
        },
        {
          "entryTs": 1613528100,
          "entryUtc": "2021-02-17T02:15:00.000Z",
          "exitTs": 1613548980,
          "dir": 1,
          "entryPrice": 1792.035,
          "exitPrice": 1788.155,
          "stopDistance": 3.88,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 348
        },
        {
          "entryTs": 1613568600,
          "entryUtc": "2021-02-17T13:30:00.000Z",
          "exitTs": 1613572320,
          "dir": -1,
          "entryPrice": 1778.185,
          "exitPrice": 1783.136,
          "stopDistance": 4.951,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 62
        },
        {
          "entryTs": 1613628900,
          "entryUtc": "2021-02-18T06:15:00.000Z",
          "exitTs": 1613637900,
          "dir": -1,
          "entryPrice": 1782.126,
          "exitPrice": 1784.747,
          "stopDistance": 2.621,
          "outcome": "stop",
          "netR": -1.1602,
          "holdMinutes": 150
        },
        {
          "entryTs": 1613638800,
          "entryUtc": "2021-02-18T09:00:00.000Z",
          "exitTs": 1613643180,
          "dir": 1,
          "entryPrice": 1787.605,
          "exitPrice": 1783.996,
          "stopDistance": 3.609,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 73
        },
        {
          "entryTs": 1613683800,
          "entryUtc": "2021-02-18T21:30:00.000Z",
          "exitTs": 1613692560,
          "dir": 1,
          "entryPrice": 1776.315,
          "exitPrice": 1773.063,
          "stopDistance": 3.252,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 146
        },
        {
          "entryTs": 1613692800,
          "entryUtc": "2021-02-19T00:00:00.000Z",
          "exitTs": 1613696760,
          "dir": -1,
          "entryPrice": 1771.425,
          "exitPrice": 1764.75,
          "stopDistance": 3.338,
          "outcome": "target",
          "netR": 1.8891,
          "holdMinutes": 66
        },
        {
          "entryTs": 1613739600,
          "entryUtc": "2021-02-19T13:00:00.000Z",
          "exitTs": 1613741760,
          "dir": 1,
          "entryPrice": 1773.845,
          "exitPrice": 1770.016,
          "stopDistance": 3.829,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 36
        },
        {
          "entryTs": 1613999700,
          "entryUtc": "2021-02-22T13:15:00.000Z",
          "exitTs": 1614000540,
          "dir": 1,
          "entryPrice": 1799.545,
          "exitPrice": 1795.753,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 14
        },
        {
          "entryTs": 1614003300,
          "entryUtc": "2021-02-22T14:15:00.000Z",
          "exitTs": 1614004380,
          "dir": -1,
          "entryPrice": 1794.488,
          "exitPrice": 1799.386,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 18
        },
        {
          "entryTs": 1614160800,
          "entryUtc": "2021-02-24T10:00:00.000Z",
          "exitTs": 1614163200,
          "dir": -1,
          "entryPrice": 1804.275,
          "exitPrice": 1807.628,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 40
        },
        {
          "entryTs": 1614172500,
          "entryUtc": "2021-02-24T13:15:00.000Z",
          "exitTs": 1614174300,
          "dir": -1,
          "entryPrice": 1804.065,
          "exitPrice": 1796.907,
          "stopDistance": 3.579,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 30
        },
        {
          "entryTs": 1614237300,
          "entryUtc": "2021-02-25T07:15:00.000Z",
          "exitTs": 1614253260,
          "dir": -1,
          "entryPrice": 1793.015,
          "exitPrice": 1784.633,
          "stopDistance": 4.191,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 266
        },
        {
          "entryTs": 1614586500,
          "entryUtc": "2021-03-01T08:15:00.000Z",
          "exitTs": 1614594240,
          "dir": -1,
          "entryPrice": 1752.245,
          "exitPrice": 1743.971,
          "stopDistance": 4.137,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 129
        },
        {
          "entryTs": 1614618000,
          "entryUtc": "2021-03-01T17:00:00.000Z",
          "exitTs": 1614648000,
          "dir": -1,
          "entryPrice": 1731.985,
          "exitPrice": 1719.475,
          "stopDistance": 6.255,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 500
        },
        {
          "entryTs": 1614648600,
          "entryUtc": "2021-03-02T01:30:00.000Z",
          "exitTs": 1614655380,
          "dir": -1,
          "entryPrice": 1718.995,
          "exitPrice": 1708.836,
          "stopDistance": 5.08,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 113
        },
        {
          "entryTs": 1614704400,
          "entryUtc": "2021-03-02T17:00:00.000Z",
          "exitTs": 1614766920,
          "dir": 1,
          "entryPrice": 1731.496,
          "exitPrice": 1725.352,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 1042
        },
        {
          "entryTs": 1614788100,
          "entryUtc": "2021-03-03T16:15:00.000Z",
          "exitTs": 1614799980,
          "dir": 1,
          "entryPrice": 1720.897,
          "exitPrice": 1712.233,
          "stopDistance": 8.663,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 198
        },
        {
          "entryTs": 1614933000,
          "entryUtc": "2021-03-05T08:30:00.000Z",
          "exitTs": 1614943980,
          "dir": -1,
          "entryPrice": 1693.474,
          "exitPrice": 1697.48,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 183
        },
        {
          "entryTs": 1614952800,
          "entryUtc": "2021-03-05T14:00:00.000Z",
          "exitTs": 1614953340,
          "dir": -1,
          "entryPrice": 1693.348,
          "exitPrice": 1698.993,
          "stopDistance": 5.645,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 9
        },
        {
          "entryTs": 1615254300,
          "entryUtc": "2021-03-09T01:45:00.000Z",
          "exitTs": 1615255380,
          "dir": -1,
          "entryPrice": 1681.464,
          "exitPrice": 1684.757,
          "stopDistance": 3.293,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615256100,
          "entryUtc": "2021-03-09T02:15:00.000Z",
          "exitTs": 1615272000,
          "dir": 1,
          "entryPrice": 1685.954,
          "exitPrice": 1692.842,
          "stopDistance": 3.444,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 265
        },
        {
          "entryTs": 1615338900,
          "entryUtc": "2021-03-10T01:15:00.000Z",
          "exitTs": 1615339980,
          "dir": 1,
          "entryPrice": 1718.108,
          "exitPrice": 1714.586,
          "stopDistance": 3.522,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615340700,
          "entryUtc": "2021-03-10T01:45:00.000Z",
          "exitTs": 1615383000,
          "dir": -1,
          "entryPrice": 1713.474,
          "exitPrice": 1717.154,
          "stopDistance": 3.68,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 705
        },
        {
          "entryTs": 1615529700,
          "entryUtc": "2021-03-12T06:15:00.000Z",
          "exitTs": 1615533600,
          "dir": -1,
          "entryPrice": 1714.058,
          "exitPrice": 1707.944,
          "stopDistance": 3.057,
          "outcome": "target",
          "netR": 1.879,
          "holdMinutes": 65
        },
        {
          "entryTs": 1615799700,
          "entryUtc": "2021-03-15T09:15:00.000Z",
          "exitTs": 1615819080,
          "dir": 1,
          "entryPrice": 1729.425,
          "exitPrice": 1726.061,
          "stopDistance": 3.364,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 323
        },
        {
          "entryTs": 1615857300,
          "entryUtc": "2021-03-16T01:15:00.000Z",
          "exitTs": 1615860480,
          "dir": 1,
          "entryPrice": 1732.488,
          "exitPrice": 1730.147,
          "stopDistance": 2.341,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 53
        },
        {
          "entryTs": 1615909500,
          "entryUtc": "2021-03-16T15:45:00.000Z",
          "exitTs": 1615945680,
          "dir": -1,
          "entryPrice": 1729.305,
          "exitPrice": 1734.044,
          "stopDistance": 4.738,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 603
        },
        {
          "entryTs": 1615966200,
          "entryUtc": "2021-03-17T07:30:00.000Z",
          "exitTs": 1615977360,
          "dir": -1,
          "entryPrice": 1734.594,
          "exitPrice": 1736.948,
          "stopDistance": 2.354,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 186
        },
        {
          "entryTs": 1615979700,
          "entryUtc": "2021-03-17T11:15:00.000Z",
          "exitTs": 1615989720,
          "dir": -1,
          "entryPrice": 1730.854,
          "exitPrice": 1725.091,
          "stopDistance": 2.881,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 167
        },
        {
          "entryTs": 1615991400,
          "entryUtc": "2021-03-17T14:30:00.000Z",
          "exitTs": 1615994040,
          "dir": 1,
          "entryPrice": 1733.82,
          "exitPrice": 1729.385,
          "stopDistance": 4.435,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 44
        },
        {
          "entryTs": 1615996800,
          "entryUtc": "2021-03-17T16:00:00.000Z",
          "exitTs": 1616004000,
          "dir": -1,
          "entryPrice": 1727.175,
          "exitPrice": 1731.393,
          "stopDistance": 4.218,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 120
        },
        {
          "entryTs": 1616040000,
          "entryUtc": "2021-03-18T04:00:00.000Z",
          "exitTs": 1616045640,
          "dir": -1,
          "entryPrice": 1748.898,
          "exitPrice": 1752.388,
          "stopDistance": 3.49,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 94
        },
        {
          "entryTs": 1616052600,
          "entryUtc": "2021-03-18T07:30:00.000Z",
          "exitTs": 1616052960,
          "dir": -1,
          "entryPrice": 1742.88,
          "exitPrice": 1735.385,
          "stopDistance": 3.748,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 6
        },
        {
          "entryTs": 1616111100,
          "entryUtc": "2021-03-18T23:45:00.000Z",
          "exitTs": 1616134380,
          "dir": -1,
          "entryPrice": 1732.834,
          "exitPrice": 1736.531,
          "stopDistance": 3.697,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 388
        },
        {
          "entryTs": 1616365800,
          "entryUtc": "2021-03-21T22:30:00.000Z",
          "exitTs": 1616376360,
          "dir": -1,
          "entryPrice": 1739.825,
          "exitPrice": 1733.001,
          "stopDistance": 3.412,
          "outcome": "target",
          "netR": 1.8916,
          "holdMinutes": 176
        },
        {
          "entryTs": 1616459400,
          "entryUtc": "2021-03-23T00:30:00.000Z",
          "exitTs": 1616464680,
          "dir": -1,
          "entryPrice": 1737.308,
          "exitPrice": 1733.175,
          "stopDistance": 2.066,
          "outcome": "target",
          "netR": 1.8209,
          "holdMinutes": 88
        },
        {
          "entryTs": 1616543100,
          "entryUtc": "2021-03-23T23:45:00.000Z",
          "exitTs": 1616544960,
          "dir": 1,
          "entryPrice": 1728.055,
          "exitPrice": 1725.935,
          "stopDistance": 2.12,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 31
        },
        {
          "entryTs": 1616549400,
          "entryUtc": "2021-03-24T01:30:00.000Z",
          "exitTs": 1616553780,
          "dir": 1,
          "entryPrice": 1727.925,
          "exitPrice": 1732.88,
          "stopDistance": 2.478,
          "outcome": "target",
          "netR": 1.8507,
          "holdMinutes": 73
        },
        {
          "entryTs": 1616577300,
          "entryUtc": "2021-03-24T09:15:00.000Z",
          "exitTs": 1616584680,
          "dir": 1,
          "entryPrice": 1732.565,
          "exitPrice": 1729.894,
          "stopDistance": 2.671,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 123
        },
        {
          "entryTs": 1616635800,
          "entryUtc": "2021-03-25T01:30:00.000Z",
          "exitTs": 1616635980,
          "dir": 1,
          "entryPrice": 1735.068,
          "exitPrice": 1733.042,
          "stopDistance": 2.026,
          "outcome": "stop",
          "netR": -1.2073,
          "holdMinutes": 3
        },
        {
          "entryTs": 1616637600,
          "entryUtc": "2021-03-25T02:00:00.000Z",
          "exitTs": 1616641200,
          "dir": -1,
          "entryPrice": 1732.998,
          "exitPrice": 1735.133,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 60
        },
        {
          "entryTs": 1616679000,
          "entryUtc": "2021-03-25T13:30:00.000Z",
          "exitTs": 1616682840,
          "dir": 1,
          "entryPrice": 1739.785,
          "exitPrice": 1735.311,
          "stopDistance": 4.474,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 64
        },
        {
          "entryTs": 1616757300,
          "entryUtc": "2021-03-26T11:15:00.000Z",
          "exitTs": 1616762040,
          "dir": -1,
          "entryPrice": 1723.918,
          "exitPrice": 1726.819,
          "stopDistance": 2.901,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 79
        },
        {
          "entryTs": 1617067800,
          "entryUtc": "2021-03-30T01:30:00.000Z",
          "exitTs": 1617073020,
          "dir": -1,
          "entryPrice": 1710.318,
          "exitPrice": 1705.391,
          "stopDistance": 2.463,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 87
        },
        {
          "entryTs": 1617083100,
          "entryUtc": "2021-03-30T05:45:00.000Z",
          "exitTs": 1617084780,
          "dir": -1,
          "entryPrice": 1704.938,
          "exitPrice": 1707.383,
          "stopDistance": 2.445,
          "outcome": "stop",
          "netR": -1.1718,
          "holdMinutes": 28
        },
        {
          "entryTs": 1617155100,
          "entryUtc": "2021-03-31T01:45:00.000Z",
          "exitTs": 1617156660,
          "dir": -1,
          "entryPrice": 1679.748,
          "exitPrice": 1682.856,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 26
        },
        {
          "entryTs": 1617237000,
          "entryUtc": "2021-04-01T00:30:00.000Z",
          "exitTs": 1617241620,
          "dir": -1,
          "entryPrice": 1706.538,
          "exitPrice": 1709.175,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 77
        },
        {
          "entryTs": 1617671700,
          "entryUtc": "2021-04-06T01:15:00.000Z",
          "exitTs": 1617692280,
          "dir": 1,
          "entryPrice": 1733.228,
          "exitPrice": 1730.038,
          "stopDistance": 3.19,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 343
        },
        {
          "entryTs": 1617692400,
          "entryUtc": "2021-04-06T07:00:00.000Z",
          "exitTs": 1617695400,
          "dir": -1,
          "entryPrice": 1729.998,
          "exitPrice": 1732.61,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 50
        },
        {
          "entryTs": 1617822900,
          "entryUtc": "2021-04-07T19:15:00.000Z",
          "exitTs": 1617858000,
          "dir": -1,
          "entryPrice": 1737.128,
          "exitPrice": 1740.258,
          "stopDistance": 3.13,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 585
        },
        {
          "entryTs": 1617921900,
          "entryUtc": "2021-04-08T22:45:00.000Z",
          "exitTs": 1617931320,
          "dir": -1,
          "entryPrice": 1754.235,
          "exitPrice": 1756.24,
          "stopDistance": 2.005,
          "outcome": "stop",
          "netR": -1.2095,
          "holdMinutes": 157
        },
        {
          "entryTs": 1617931800,
          "entryUtc": "2021-04-09T01:30:00.000Z",
          "exitTs": 1617934380,
          "dir": 1,
          "entryPrice": 1756.428,
          "exitPrice": 1754.37,
          "stopDistance": 2.058,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 43
        },
        {
          "entryTs": 1617937200,
          "entryUtc": "2021-04-09T03:00:00.000Z",
          "exitTs": 1617949200,
          "dir": -1,
          "entryPrice": 1752.518,
          "exitPrice": 1748.095,
          "stopDistance": 2.211,
          "outcome": "target",
          "netR": 1.8327,
          "holdMinutes": 200
        },
        {
          "entryTs": 1617966900,
          "entryUtc": "2021-04-09T11:15:00.000Z",
          "exitTs": 1617969000,
          "dir": 1,
          "entryPrice": 1747.885,
          "exitPrice": 1745.182,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 35
        },
        {
          "entryTs": 1617971400,
          "entryUtc": "2021-04-09T12:30:00.000Z",
          "exitTs": 1617973620,
          "dir": -1,
          "entryPrice": 1739.058,
          "exitPrice": 1732.753,
          "stopDistance": 3.153,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 37
        },
        {
          "entryTs": 1618182000,
          "entryUtc": "2021-04-11T23:00:00.000Z",
          "exitTs": 1618194840,
          "dir": -1,
          "entryPrice": 1741.508,
          "exitPrice": 1737.3,
          "stopDistance": 2.104,
          "outcome": "target",
          "netR": 1.8241,
          "holdMinutes": 214
        },
        {
          "entryTs": 1618208100,
          "entryUtc": "2021-04-12T06:15:00.000Z",
          "exitTs": 1618216020,
          "dir": 1,
          "entryPrice": 1739.608,
          "exitPrice": 1737.282,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 132
        },
        {
          "entryTs": 1618232400,
          "entryUtc": "2021-04-12T13:00:00.000Z",
          "exitTs": 1618235580,
          "dir": -1,
          "entryPrice": 1738.758,
          "exitPrice": 1732.696,
          "stopDistance": 3.031,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 53
        },
        {
          "entryTs": 1618279200,
          "entryUtc": "2021-04-13T02:00:00.000Z",
          "exitTs": 1618287780,
          "dir": 1,
          "entryPrice": 1733.095,
          "exitPrice": 1730.727,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 143
        },
        {
          "entryTs": 1618316100,
          "entryUtc": "2021-04-13T12:15:00.000Z",
          "exitTs": 1618317000,
          "dir": 1,
          "entryPrice": 1731.948,
          "exitPrice": 1728.744,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 15
        },
        {
          "entryTs": 1618406100,
          "entryUtc": "2021-04-14T13:15:00.000Z",
          "exitTs": 1618410000,
          "dir": -1,
          "entryPrice": 1740.198,
          "exitPrice": 1733.513,
          "stopDistance": 3.343,
          "outcome": "target",
          "netR": 1.8893,
          "holdMinutes": 65
        },
        {
          "entryTs": 1618445700,
          "entryUtc": "2021-04-15T00:15:00.000Z",
          "exitTs": 1618450800,
          "dir": 1,
          "entryPrice": 1738.108,
          "exitPrice": 1736.343,
          "stopDistance": 1.765,
          "outcome": "stop",
          "netR": -1.238,
          "holdMinutes": 85
        },
        {
          "entryTs": 1618451100,
          "entryUtc": "2021-04-15T01:45:00.000Z",
          "exitTs": 1618455000,
          "dir": -1,
          "entryPrice": 1734.738,
          "exitPrice": 1737.228,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 65
        },
        {
          "entryTs": 1618488900,
          "entryUtc": "2021-04-15T12:15:00.000Z",
          "exitTs": 1618489800,
          "dir": 1,
          "entryPrice": 1750.285,
          "exitPrice": 1747.453,
          "stopDistance": 2.832,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 15
        },
        {
          "entryTs": 1618834500,
          "entryUtc": "2021-04-19T12:15:00.000Z",
          "exitTs": 1618838340,
          "dir": -1,
          "entryPrice": 1776.178,
          "exitPrice": 1768.13,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 64
        },
        {
          "entryTs": 1618880400,
          "entryUtc": "2021-04-20T01:00:00.000Z",
          "exitTs": 1618882260,
          "dir": -1,
          "entryPrice": 1768.628,
          "exitPrice": 1770.56,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 31
        },
        {
          "entryTs": 1618968600,
          "entryUtc": "2021-04-21T01:30:00.000Z",
          "exitTs": 1618983780,
          "dir": 1,
          "entryPrice": 1779.368,
          "exitPrice": 1784.632,
          "stopDistance": 2.632,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 253
        },
        {
          "entryTs": 1619055900,
          "entryUtc": "2021-04-22T01:45:00.000Z",
          "exitTs": 1619057040,
          "dir": 1,
          "entryPrice": 1797.438,
          "exitPrice": 1795.174,
          "stopDistance": 2.264,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 19
        },
        {
          "entryTs": 1619136000,
          "entryUtc": "2021-04-23T00:00:00.000Z",
          "exitTs": 1619139900,
          "dir": -1,
          "entryPrice": 1783.097,
          "exitPrice": 1785.476,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 65
        },
        {
          "entryTs": 1619140500,
          "entryUtc": "2021-04-23T01:15:00.000Z",
          "exitTs": 1619155740,
          "dir": 1,
          "entryPrice": 1786.255,
          "exitPrice": 1783.837,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 254
        },
        {
          "entryTs": 1619185500,
          "entryUtc": "2021-04-23T13:45:00.000Z",
          "exitTs": 1619186520,
          "dir": -1,
          "entryPrice": 1785.158,
          "exitPrice": 1777.684,
          "stopDistance": 3.737,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 17
        },
        {
          "entryTs": 1619397000,
          "entryUtc": "2021-04-26T00:30:00.000Z",
          "exitTs": 1619407200,
          "dir": 1,
          "entryPrice": 1777.908,
          "exitPrice": 1782.374,
          "stopDistance": 2.233,
          "outcome": "target",
          "netR": 1.8343,
          "holdMinutes": 170
        },
        {
          "entryTs": 1619509500,
          "entryUtc": "2021-04-27T07:45:00.000Z",
          "exitTs": 1619521680,
          "dir": -1,
          "entryPrice": 1779.698,
          "exitPrice": 1782.137,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 203
        },
        {
          "entryTs": 1619613000,
          "entryUtc": "2021-04-28T12:30:00.000Z",
          "exitTs": 1619613600,
          "dir": -1,
          "entryPrice": 1764.268,
          "exitPrice": 1767.305,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 10
        },
        {
          "entryTs": 1619614800,
          "entryUtc": "2021-04-28T13:00:00.000Z",
          "exitTs": 1619634180,
          "dir": 1,
          "entryPrice": 1769.398,
          "exitPrice": 1776.584,
          "stopDistance": 3.593,
          "outcome": "target",
          "netR": 1.897,
          "holdMinutes": 323
        },
        {
          "entryTs": 1619634600,
          "entryUtc": "2021-04-28T18:30:00.000Z",
          "exitTs": 1619650140,
          "dir": 1,
          "entryPrice": 1775.788,
          "exitPrice": 1782.777,
          "stopDistance": 3.494,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 259
        },
        {
          "entryTs": 1619676900,
          "entryUtc": "2021-04-29T06:15:00.000Z",
          "exitTs": 1619685000,
          "dir": -1,
          "entryPrice": 1781.438,
          "exitPrice": 1776.896,
          "stopDistance": 2.271,
          "outcome": "target",
          "netR": 1.8371,
          "holdMinutes": 135
        },
        {
          "entryTs": 1619703000,
          "entryUtc": "2021-04-29T13:30:00.000Z",
          "exitTs": 1619704740,
          "dir": -1,
          "entryPrice": 1767.538,
          "exitPrice": 1757.964,
          "stopDistance": 4.787,
          "outcome": "target",
          "netR": 1.9227,
          "holdMinutes": 29
        },
        {
          "entryTs": 1619782200,
          "entryUtc": "2021-04-30T11:30:00.000Z",
          "exitTs": 1619783520,
          "dir": 1,
          "entryPrice": 1772.155,
          "exitPrice": 1769.491,
          "stopDistance": 2.664,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 22
        },
        {
          "entryTs": 1620121500,
          "entryUtc": "2021-05-04T09:45:00.000Z",
          "exitTs": 1620132000,
          "dir": -1,
          "entryPrice": 1784.235,
          "exitPrice": 1787.235,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 175
        },
        {
          "entryTs": 1620141300,
          "entryUtc": "2021-05-04T15:15:00.000Z",
          "exitTs": 1620141540,
          "dir": -1,
          "entryPrice": 1777.468,
          "exitPrice": 1783.65,
          "stopDistance": 6.182,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 4
        },
        {
          "entryTs": 1620178200,
          "entryUtc": "2021-05-05T01:30:00.000Z",
          "exitTs": 1620195600,
          "dir": 1,
          "entryPrice": 1779.425,
          "exitPrice": 1777.02,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 290
        },
        {
          "entryTs": 1620217800,
          "entryUtc": "2021-05-05T12:30:00.000Z",
          "exitTs": 1620218280,
          "dir": -1,
          "entryPrice": 1772.998,
          "exitPrice": 1775.979,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 8
        },
        {
          "entryTs": 1620219600,
          "entryUtc": "2021-05-05T13:00:00.000Z",
          "exitTs": 1620269940,
          "dir": 1,
          "entryPrice": 1781.688,
          "exitPrice": 1789.558,
          "stopDistance": 3.935,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 839
        },
        {
          "entryTs": 1620304200,
          "entryUtc": "2021-05-06T12:30:00.000Z",
          "exitTs": 1620304260,
          "dir": 1,
          "entryPrice": 1795.638,
          "exitPrice": 1792.655,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 1
        },
        {
          "entryTs": 1620367200,
          "entryUtc": "2021-05-07T06:00:00.000Z",
          "exitTs": 1620371760,
          "dir": -1,
          "entryPrice": 1818.008,
          "exitPrice": 1820.678,
          "stopDistance": 2.67,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 76
        },
        {
          "entryTs": 1620391500,
          "entryUtc": "2021-05-07T12:45:00.000Z",
          "exitTs": 1620392700,
          "dir": 1,
          "entryPrice": 1837.578,
          "exitPrice": 1832.872,
          "stopDistance": 4.706,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 20
        },
        {
          "entryTs": 1620760500,
          "entryUtc": "2021-05-11T19:15:00.000Z",
          "exitTs": 1620781440,
          "dir": 1,
          "entryPrice": 1836.245,
          "exitPrice": 1832.66,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 349
        },
        {
          "entryTs": 1620826200,
          "entryUtc": "2021-05-12T13:30:00.000Z",
          "exitTs": 1620836100,
          "dir": -1,
          "entryPrice": 1830.578,
          "exitPrice": 1819.366,
          "stopDistance": 5.606,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 165
        },
        {
          "entryTs": 1620892800,
          "entryUtc": "2021-05-13T08:00:00.000Z",
          "exitTs": 1620893820,
          "dir": -1,
          "entryPrice": 1814.568,
          "exitPrice": 1817.752,
          "stopDistance": 3.184,
          "outcome": "stop",
          "netR": -1.1319,
          "holdMinutes": 17
        },
        {
          "entryTs": 1620956700,
          "entryUtc": "2021-05-14T01:45:00.000Z",
          "exitTs": 1620971820,
          "dir": -1,
          "entryPrice": 1823.738,
          "exitPrice": 1826.2,
          "stopDistance": 2.462,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 252
        },
        {
          "entryTs": 1621214100,
          "entryUtc": "2021-05-17T01:15:00.000Z",
          "exitTs": 1621229400,
          "dir": 1,
          "entryPrice": 1848.488,
          "exitPrice": 1854.462,
          "stopDistance": 2.987,
          "outcome": "target",
          "netR": 1.8761,
          "holdMinutes": 255
        },
        {
          "entryTs": 1621315800,
          "entryUtc": "2021-05-18T05:30:00.000Z",
          "exitTs": 1621318860,
          "dir": 1,
          "entryPrice": 1870.828,
          "exitPrice": 1868.419,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 51
        },
        {
          "entryTs": 1621337400,
          "entryUtc": "2021-05-18T11:30:00.000Z",
          "exitTs": 1621337880,
          "dir": -1,
          "entryPrice": 1865.458,
          "exitPrice": 1867.858,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 8
        },
        {
          "entryTs": 1621339200,
          "entryUtc": "2021-05-18T12:00:00.000Z",
          "exitTs": 1621343460,
          "dir": 1,
          "entryPrice": 1870.045,
          "exitPrice": 1867.467,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 71
        },
        {
          "entryTs": 1621343700,
          "entryUtc": "2021-05-18T13:15:00.000Z",
          "exitTs": 1621344060,
          "dir": -1,
          "entryPrice": 1865.608,
          "exitPrice": 1869.283,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 6
        },
        {
          "entryTs": 1621346400,
          "entryUtc": "2021-05-18T14:00:00.000Z",
          "exitTs": 1621351200,
          "dir": -1,
          "entryPrice": 1863.885,
          "exitPrice": 1868.284,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 80
        },
        {
          "entryTs": 1621386900,
          "entryUtc": "2021-05-19T01:15:00.000Z",
          "exitTs": 1621403460,
          "dir": -1,
          "entryPrice": 1868.158,
          "exitPrice": 1870.284,
          "stopDistance": 2.126,
          "outcome": "stop",
          "netR": -1.1976,
          "holdMinutes": 276
        },
        {
          "entryTs": 1621490400,
          "entryUtc": "2021-05-20T06:00:00.000Z",
          "exitTs": 1621503720,
          "dir": -1,
          "entryPrice": 1873.494,
          "exitPrice": 1866.809,
          "stopDistance": 3.343,
          "outcome": "target",
          "netR": 1.8893,
          "holdMinutes": 222
        },
        {
          "entryTs": 1621605600,
          "entryUtc": "2021-05-21T14:00:00.000Z",
          "exitTs": 1621624140,
          "dir": -1,
          "entryPrice": 1877.058,
          "exitPrice": 1881.28,
          "stopDistance": 4.222,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 309
        },
        {
          "entryTs": 1621837800,
          "entryUtc": "2021-05-24T06:30:00.000Z",
          "exitTs": 1621845300,
          "dir": -1,
          "entryPrice": 1882.848,
          "exitPrice": 1878.17,
          "stopDistance": 2.339,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 125
        },
        {
          "entryTs": 1621991700,
          "entryUtc": "2021-05-26T01:15:00.000Z",
          "exitTs": 1622015040,
          "dir": 1,
          "entryPrice": 1902.818,
          "exitPrice": 1907.763,
          "stopDistance": 2.472,
          "outcome": "target",
          "netR": 1.8503,
          "holdMinutes": 389
        },
        {
          "entryTs": 1622074500,
          "entryUtc": "2021-05-27T00:15:00.000Z",
          "exitTs": 1622089200,
          "dir": -1,
          "entryPrice": 1895.118,
          "exitPrice": 1897.44,
          "stopDistance": 2.322,
          "outcome": "stop",
          "netR": -1.1809,
          "holdMinutes": 245
        },
        {
          "entryTs": 1622120400,
          "entryUtc": "2021-05-27T13:00:00.000Z",
          "exitTs": 1622121600,
          "dir": 1,
          "entryPrice": 1897.358,
          "exitPrice": 1893.073,
          "stopDistance": 4.285,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 20
        },
        {
          "entryTs": 1622123100,
          "entryUtc": "2021-05-27T13:45:00.000Z",
          "exitTs": 1622136780,
          "dir": -1,
          "entryPrice": 1891.125,
          "exitPrice": 1896.032,
          "stopDistance": 4.907,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 228
        },
        {
          "entryTs": 1622165400,
          "entryUtc": "2021-05-28T01:30:00.000Z",
          "exitTs": 1622179200,
          "dir": -1,
          "entryPrice": 1894.575,
          "exitPrice": 1890.198,
          "stopDistance": 2.188,
          "outcome": "target",
          "netR": 1.8309,
          "holdMinutes": 230
        },
        {
          "entryTs": 1622207700,
          "entryUtc": "2021-05-28T13:15:00.000Z",
          "exitTs": 1622232000,
          "dir": 1,
          "entryPrice": 1896.138,
          "exitPrice": 1905.543,
          "stopDistance": 4.703,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 405
        },
        {
          "entryTs": 1622423700,
          "entryUtc": "2021-05-31T01:15:00.000Z",
          "exitTs": 1622425500,
          "dir": 1,
          "entryPrice": 1907.578,
          "exitPrice": 1905.065,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 30
        },
        {
          "entryTs": 1622529000,
          "entryUtc": "2021-06-01T06:30:00.000Z",
          "exitTs": 1622531520,
          "dir": 1,
          "entryPrice": 1915.075,
          "exitPrice": 1912.828,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 42
        },
        {
          "entryTs": 1622536200,
          "entryUtc": "2021-06-01T08:30:00.000Z",
          "exitTs": 1622537700,
          "dir": -1,
          "entryPrice": 1908.185,
          "exitPrice": 1910.974,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 25
        },
        {
          "entryTs": 1622556000,
          "entryUtc": "2021-06-01T14:00:00.000Z",
          "exitTs": 1622556000,
          "dir": -1,
          "entryPrice": 1903.695,
          "exitPrice": 1907.836,
          "stopDistance": 4.142,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 0
        },
        {
          "entryTs": 1622587500,
          "entryUtc": "2021-06-01T22:45:00.000Z",
          "exitTs": 1622596080,
          "dir": -1,
          "entryPrice": 1898.765,
          "exitPrice": 1900.988,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 143
        },
        {
          "entryTs": 1622603700,
          "entryUtc": "2021-06-02T03:15:00.000Z",
          "exitTs": 1622612760,
          "dir": -1,
          "entryPrice": 1896.958,
          "exitPrice": 1899.573,
          "stopDistance": 2.615,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 151
        },
        {
          "entryTs": 1622635200,
          "entryUtc": "2021-06-02T12:00:00.000Z",
          "exitTs": 1622641200,
          "dir": 1,
          "entryPrice": 1901.078,
          "exitPrice": 1907.152,
          "stopDistance": 3.037,
          "outcome": "target",
          "netR": 1.8782,
          "holdMinutes": 100
        },
        {
          "entryTs": 1622765700,
          "entryUtc": "2021-06-04T00:15:00.000Z",
          "exitTs": 1622771760,
          "dir": -1,
          "entryPrice": 1870.718,
          "exitPrice": 1859.733,
          "stopDistance": 5.493,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 101
        },
        {
          "entryTs": 1622806200,
          "entryUtc": "2021-06-04T11:30:00.000Z",
          "exitTs": 1622809740,
          "dir": 1,
          "entryPrice": 1872.025,
          "exitPrice": 1868.904,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 59
        },
        {
          "entryTs": 1623028500,
          "entryUtc": "2021-06-07T01:15:00.000Z",
          "exitTs": 1623042780,
          "dir": -1,
          "entryPrice": 1888.865,
          "exitPrice": 1884.608,
          "stopDistance": 2.129,
          "outcome": "target",
          "netR": 1.8262,
          "holdMinutes": 238
        },
        {
          "entryTs": 1623114000,
          "entryUtc": "2021-06-08T01:00:00.000Z",
          "exitTs": 1623116280,
          "dir": 1,
          "entryPrice": 1901.408,
          "exitPrice": 1899.685,
          "stopDistance": 1.723,
          "outcome": "stop",
          "netR": -1.2438,
          "holdMinutes": 38
        },
        {
          "entryTs": 1623117600,
          "entryUtc": "2021-06-08T02:00:00.000Z",
          "exitTs": 1623137100,
          "dir": -1,
          "entryPrice": 1897.878,
          "exitPrice": 1893.675,
          "stopDistance": 2.101,
          "outcome": "target",
          "netR": 1.8239,
          "holdMinutes": 325
        },
        {
          "entryTs": 1623160800,
          "entryUtc": "2021-06-08T14:00:00.000Z",
          "exitTs": 1623160980,
          "dir": -1,
          "entryPrice": 1887.798,
          "exitPrice": 1892.977,
          "stopDistance": 5.179,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 3
        },
        {
          "entryTs": 1623197700,
          "entryUtc": "2021-06-09T00:15:00.000Z",
          "exitTs": 1623203340,
          "dir": 1,
          "entryPrice": 1894.448,
          "exitPrice": 1892.522,
          "stopDistance": 1.926,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 94
        },
        {
          "entryTs": 1623204000,
          "entryUtc": "2021-06-09T02:00:00.000Z",
          "exitTs": 1623207780,
          "dir": -1,
          "entryPrice": 1892.968,
          "exitPrice": 1895.105,
          "stopDistance": 2.137,
          "outcome": "stop",
          "netR": -1.1965,
          "holdMinutes": 63
        },
        {
          "entryTs": 1623267000,
          "entryUtc": "2021-06-09T19:30:00.000Z",
          "exitTs": 1623286860,
          "dir": -1,
          "entryPrice": 1889.358,
          "exitPrice": 1884.504,
          "stopDistance": 2.427,
          "outcome": "target",
          "netR": 1.8476,
          "holdMinutes": 331
        },
        {
          "entryTs": 1623329100,
          "entryUtc": "2021-06-10T12:45:00.000Z",
          "exitTs": 1623350820,
          "dir": 1,
          "entryPrice": 1885.518,
          "exitPrice": 1895.815,
          "stopDistance": 5.148,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 362
        },
        {
          "entryTs": 1623373200,
          "entryUtc": "2021-06-11T01:00:00.000Z",
          "exitTs": 1623398880,
          "dir": 1,
          "entryPrice": 1899.528,
          "exitPrice": 1897.347,
          "stopDistance": 2.181,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 428
        },
        {
          "entryTs": 1623399300,
          "entryUtc": "2021-06-11T08:15:00.000Z",
          "exitTs": 1623403680,
          "dir": -1,
          "entryPrice": 1895.878,
          "exitPrice": 1890.731,
          "stopDistance": 2.574,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 73
        },
        {
          "entryTs": 1623626100,
          "entryUtc": "2021-06-13T23:15:00.000Z",
          "exitTs": 1623632400,
          "dir": -1,
          "entryPrice": 1875.068,
          "exitPrice": 1869.612,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 105
        },
        {
          "entryTs": 1623678300,
          "entryUtc": "2021-06-14T13:45:00.000Z",
          "exitTs": 1623768300,
          "dir": 1,
          "entryPrice": 1862.718,
          "exitPrice": 1858.198,
          "stopDistance": 5.834,
          "outcome": "time",
          "netR": -0.8381,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1623800700,
          "entryUtc": "2021-06-15T23:45:00.000Z",
          "exitTs": 1623808800,
          "dir": -1,
          "entryPrice": 1857.258,
          "exitPrice": 1853.139,
          "stopDistance": 2.06,
          "outcome": "target",
          "netR": 1.8204,
          "holdMinutes": 135
        },
        {
          "entryTs": 1623827700,
          "entryUtc": "2021-06-16T07:15:00.000Z",
          "exitTs": 1623828360,
          "dir": -1,
          "entryPrice": 1857.528,
          "exitPrice": 1860.118,
          "stopDistance": 2.59,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 11
        },
        {
          "entryTs": 1623841200,
          "entryUtc": "2021-06-16T11:00:00.000Z",
          "exitTs": 1623845580,
          "dir": -1,
          "entryPrice": 1855.018,
          "exitPrice": 1857.471,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 73
        },
        {
          "entryTs": 1623866400,
          "entryUtc": "2021-06-16T18:00:00.000Z",
          "exitTs": 1623866400,
          "dir": 1,
          "entryPrice": 1861.698,
          "exitPrice": 1858.422,
          "stopDistance": 3.276,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 0
        },
        {
          "entryTs": 1623867300,
          "entryUtc": "2021-06-16T18:15:00.000Z",
          "exitTs": 1623873540,
          "dir": -1,
          "entryPrice": 1838.968,
          "exitPrice": 1827.995,
          "stopDistance": 5.486,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 104
        },
        {
          "entryTs": 1624001400,
          "entryUtc": "2021-06-18T07:30:00.000Z",
          "exitTs": 1624003260,
          "dir": 1,
          "entryPrice": 1787.188,
          "exitPrice": 1794.038,
          "stopDistance": 3.425,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 31
        },
        {
          "entryTs": 1624256100,
          "entryUtc": "2021-06-21T06:15:00.000Z",
          "exitTs": 1624284180,
          "dir": 1,
          "entryPrice": 1777.678,
          "exitPrice": 1773.546,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 468
        },
        {
          "entryTs": 1624392000,
          "entryUtc": "2021-06-22T20:00:00.000Z",
          "exitTs": 1624399320,
          "dir": -1,
          "entryPrice": 1776.228,
          "exitPrice": 1779.422,
          "stopDistance": 3.194,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 122
        },
        {
          "entryTs": 1624410900,
          "entryUtc": "2021-06-23T01:15:00.000Z",
          "exitTs": 1624413060,
          "dir": 1,
          "entryPrice": 1780.778,
          "exitPrice": 1778.479,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 36
        },
        {
          "entryTs": 1624431600,
          "entryUtc": "2021-06-23T07:00:00.000Z",
          "exitTs": 1624432380,
          "dir": 1,
          "entryPrice": 1782.578,
          "exitPrice": 1779.95,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 13
        },
        {
          "entryTs": 1624450500,
          "entryUtc": "2021-06-23T12:15:00.000Z",
          "exitTs": 1624451040,
          "dir": 1,
          "entryPrice": 1785.668,
          "exitPrice": 1782.586,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 9
        },
        {
          "entryTs": 1624513500,
          "entryUtc": "2021-06-24T05:45:00.000Z",
          "exitTs": 1624524000,
          "dir": 1,
          "entryPrice": 1776.988,
          "exitPrice": 1781.681,
          "stopDistance": 2.347,
          "outcome": "target",
          "netR": 1.8423,
          "holdMinutes": 175
        },
        {
          "entryTs": 1624583700,
          "entryUtc": "2021-06-25T01:15:00.000Z",
          "exitTs": 1624600800,
          "dir": 1,
          "entryPrice": 1776.458,
          "exitPrice": 1780.73,
          "stopDistance": 2.136,
          "outcome": "target",
          "netR": 1.8268,
          "holdMinutes": 285
        },
        {
          "entryTs": 1624621500,
          "entryUtc": "2021-06-25T11:45:00.000Z",
          "exitTs": 1624624320,
          "dir": 1,
          "entryPrice": 1784.998,
          "exitPrice": 1789.559,
          "stopDistance": 2.281,
          "outcome": "target",
          "netR": 1.8378,
          "holdMinutes": 47
        },
        {
          "entryTs": 1624886100,
          "entryUtc": "2021-06-28T13:15:00.000Z",
          "exitTs": 1624925700,
          "dir": 1,
          "entryPrice": 1780.038,
          "exitPrice": 1776.54,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 660
        },
        {
          "entryTs": 1624944600,
          "entryUtc": "2021-06-29T05:30:00.000Z",
          "exitTs": 1624948320,
          "dir": 1,
          "entryPrice": 1777.262,
          "exitPrice": 1775.397,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 62
        },
        {
          "entryTs": 1624967100,
          "entryUtc": "2021-06-29T11:45:00.000Z",
          "exitTs": 1624968180,
          "dir": 1,
          "entryPrice": 1772.658,
          "exitPrice": 1769.346,
          "stopDistance": 3.312,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 18
        },
        {
          "entryTs": 1624969800,
          "entryUtc": "2021-06-29T12:30:00.000Z",
          "exitTs": 1624970580,
          "dir": -1,
          "entryPrice": 1767.548,
          "exitPrice": 1758.844,
          "stopDistance": 4.352,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 13
        },
        {
          "entryTs": 1624970700,
          "entryUtc": "2021-06-29T12:45:00.000Z",
          "exitTs": 1624981200,
          "dir": -1,
          "entryPrice": 1757.658,
          "exitPrice": 1762.934,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 175
        },
        {
          "entryTs": 1624995000,
          "entryUtc": "2021-06-29T19:30:00.000Z",
          "exitTs": 1625018580,
          "dir": -1,
          "entryPrice": 1760.248,
          "exitPrice": 1763.948,
          "stopDistance": 3.699,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 393
        },
        {
          "entryTs": 1625040000,
          "entryUtc": "2021-06-30T08:00:00.000Z",
          "exitTs": 1625044260,
          "dir": -1,
          "entryPrice": 1755.338,
          "exitPrice": 1758.415,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 71
        },
        {
          "entryTs": 1625050800,
          "entryUtc": "2021-06-30T11:00:00.000Z",
          "exitTs": 1625051220,
          "dir": -1,
          "entryPrice": 1756.678,
          "exitPrice": 1759.626,
          "stopDistance": 2.948,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 7
        },
        {
          "entryTs": 1625051700,
          "entryUtc": "2021-06-30T11:15:00.000Z",
          "exitTs": 1625056020,
          "dir": 1,
          "entryPrice": 1759.568,
          "exitPrice": 1756.4,
          "stopDistance": 3.168,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 72
        },
        {
          "entryTs": 1625056200,
          "entryUtc": "2021-06-30T12:30:00.000Z",
          "exitTs": 1625060820,
          "dir": -1,
          "entryPrice": 1756.258,
          "exitPrice": 1759.904,
          "stopDistance": 3.645,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 77
        },
        {
          "entryTs": 1625117400,
          "entryUtc": "2021-07-01T05:30:00.000Z",
          "exitTs": 1625117580,
          "dir": -1,
          "entryPrice": 1773.358,
          "exitPrice": 1775.518,
          "stopDistance": 2.16,
          "outcome": "stop",
          "netR": -1.1944,
          "holdMinutes": 3
        },
        {
          "entryTs": 1625119200,
          "entryUtc": "2021-07-01T06:00:00.000Z",
          "exitTs": 1625128320,
          "dir": 1,
          "entryPrice": 1776.715,
          "exitPrice": 1774.388,
          "stopDistance": 2.327,
          "outcome": "stop",
          "netR": -1.1805,
          "holdMinutes": 152
        },
        {
          "entryTs": 1625152500,
          "entryUtc": "2021-07-01T15:15:00.000Z",
          "exitTs": 1625159880,
          "dir": -1,
          "entryPrice": 1770.408,
          "exitPrice": 1775.137,
          "stopDistance": 4.729,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 123
        },
        {
          "entryTs": 1625186700,
          "entryUtc": "2021-07-02T00:45:00.000Z",
          "exitTs": 1625209140,
          "dir": 1,
          "entryPrice": 1777.758,
          "exitPrice": 1775.741,
          "stopDistance": 2.017,
          "outcome": "stop",
          "netR": -1.2083,
          "holdMinutes": 374
        },
        {
          "entryTs": 1625209200,
          "entryUtc": "2021-07-02T07:00:00.000Z",
          "exitTs": 1625212200,
          "dir": -1,
          "entryPrice": 1775.698,
          "exitPrice": 1777.725,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 50
        },
        {
          "entryTs": 1625213700,
          "entryUtc": "2021-07-02T08:15:00.000Z",
          "exitTs": 1625222400,
          "dir": 1,
          "entryPrice": 1781.271,
          "exitPrice": 1786.441,
          "stopDistance": 2.585,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 145
        },
        {
          "entryTs": 1625229000,
          "entryUtc": "2021-07-02T12:30:00.000Z",
          "exitTs": 1625229120,
          "dir": -1,
          "entryPrice": 1780.614,
          "exitPrice": 1784.105,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 2
        },
        {
          "entryTs": 1625229900,
          "entryUtc": "2021-07-02T12:45:00.000Z",
          "exitTs": 1625233740,
          "dir": 1,
          "entryPrice": 1788.578,
          "exitPrice": 1783.416,
          "stopDistance": 5.162,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 64
        },
        {
          "entryTs": 1625248800,
          "entryUtc": "2021-07-02T18:00:00.000Z",
          "exitTs": 1625436000,
          "dir": 1,
          "entryPrice": 1787.878,
          "exitPrice": 1787.448,
          "stopDistance": 4.429,
          "outcome": "time",
          "netR": -0.1806,
          "holdMinutes": 3120
        },
        {
          "entryTs": 1625447700,
          "entryUtc": "2021-07-05T01:15:00.000Z",
          "exitTs": 1625457480,
          "dir": 1,
          "entryPrice": 1788.015,
          "exitPrice": 1785.493,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 163
        },
        {
          "entryTs": 1625467500,
          "entryUtc": "2021-07-05T06:45:00.000Z",
          "exitTs": 1625472000,
          "dir": 1,
          "entryPrice": 1789.598,
          "exitPrice": 1794.306,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 75
        },
        {
          "entryTs": 1625581800,
          "entryUtc": "2021-07-06T14:30:00.000Z",
          "exitTs": 1625586840,
          "dir": -1,
          "entryPrice": 1806.278,
          "exitPrice": 1796.673,
          "stopDistance": 4.803,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 84
        },
        {
          "entryTs": 1625620500,
          "entryUtc": "2021-07-07T01:15:00.000Z",
          "exitTs": 1625622720,
          "dir": 1,
          "entryPrice": 1797.448,
          "exitPrice": 1802.184,
          "stopDistance": 2.368,
          "outcome": "target",
          "netR": 1.8438,
          "holdMinutes": 37
        },
        {
          "entryTs": 1625640300,
          "entryUtc": "2021-07-07T06:45:00.000Z",
          "exitTs": 1625642160,
          "dir": 1,
          "entryPrice": 1803.918,
          "exitPrice": 1801.169,
          "stopDistance": 2.749,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 31
        },
        {
          "entryTs": 1625664600,
          "entryUtc": "2021-07-07T13:30:00.000Z",
          "exitTs": 1625665560,
          "dir": -1,
          "entryPrice": 1802.888,
          "exitPrice": 1806.177,
          "stopDistance": 3.289,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 16
        },
        {
          "entryTs": 1625681700,
          "entryUtc": "2021-07-07T18:15:00.000Z",
          "exitTs": 1625706900,
          "dir": 1,
          "entryPrice": 1805.888,
          "exitPrice": 1801.891,
          "stopDistance": 3.997,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 420
        },
        {
          "entryTs": 1625707800,
          "entryUtc": "2021-07-08T01:30:00.000Z",
          "exitTs": 1625711460,
          "dir": -1,
          "entryPrice": 1802.305,
          "exitPrice": 1797.909,
          "stopDistance": 2.198,
          "outcome": "target",
          "netR": 1.8316,
          "holdMinutes": 61
        },
        {
          "entryTs": 1625742000,
          "entryUtc": "2021-07-08T11:00:00.000Z",
          "exitTs": 1625745900,
          "dir": 1,
          "entryPrice": 1817.158,
          "exitPrice": 1812.262,
          "stopDistance": 4.896,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 65
        },
        {
          "entryTs": 1625773500,
          "entryUtc": "2021-07-08T19:45:00.000Z",
          "exitTs": 1625798520,
          "dir": 1,
          "entryPrice": 1800.598,
          "exitPrice": 1807.355,
          "stopDistance": 3.378,
          "outcome": "target",
          "netR": 1.8905,
          "holdMinutes": 417
        },
        {
          "entryTs": 1625816700,
          "entryUtc": "2021-07-09T07:45:00.000Z",
          "exitTs": 1625828760,
          "dir": 1,
          "entryPrice": 1803.658,
          "exitPrice": 1800.12,
          "stopDistance": 3.538,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 201
        },
        {
          "entryTs": 1625860800,
          "entryUtc": "2021-07-09T20:00:00.000Z",
          "exitTs": 1626040800,
          "dir": -1,
          "entryPrice": 1808.008,
          "exitPrice": 1807.458,
          "stopDistance": 2.669,
          "outcome": "time",
          "netR": 0.0675,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1626049800,
          "entryUtc": "2021-07-12T00:30:00.000Z",
          "exitTs": 1626053520,
          "dir": 1,
          "entryPrice": 1808.938,
          "exitPrice": 1806.984,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 62
        },
        {
          "entryTs": 1626054300,
          "entryUtc": "2021-07-12T01:45:00.000Z",
          "exitTs": 1626060360,
          "dir": -1,
          "entryPrice": 1806.898,
          "exitPrice": 1802.616,
          "stopDistance": 2.141,
          "outcome": "target",
          "netR": 1.8272,
          "holdMinutes": 101
        },
        {
          "entryTs": 1626075900,
          "entryUtc": "2021-07-12T07:45:00.000Z",
          "exitTs": 1626083100,
          "dir": 1,
          "entryPrice": 1804.208,
          "exitPrice": 1801.502,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 120
        },
        {
          "entryTs": 1626097500,
          "entryUtc": "2021-07-12T13:45:00.000Z",
          "exitTs": 1626100260,
          "dir": -1,
          "entryPrice": 1798.188,
          "exitPrice": 1801.842,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 46
        },
        {
          "entryTs": 1626101100,
          "entryUtc": "2021-07-12T14:45:00.000Z",
          "exitTs": 1626180000,
          "dir": 1,
          "entryPrice": 1805.958,
          "exitPrice": 1815.93,
          "stopDistance": 4.986,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 1315
        },
        {
          "entryTs": 1626181200,
          "entryUtc": "2021-07-13T13:00:00.000Z",
          "exitTs": 1626181380,
          "dir": -1,
          "entryPrice": 1800.278,
          "exitPrice": 1805.825,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 3
        },
        {
          "entryTs": 1626225300,
          "entryUtc": "2021-07-14T01:15:00.000Z",
          "exitTs": 1626236280,
          "dir": 1,
          "entryPrice": 1809.118,
          "exitPrice": 1813.641,
          "stopDistance": 2.261,
          "outcome": "target",
          "netR": 1.8364,
          "holdMinutes": 183
        },
        {
          "entryTs": 1626246900,
          "entryUtc": "2021-07-14T07:15:00.000Z",
          "exitTs": 1626247800,
          "dir": -1,
          "entryPrice": 1810.848,
          "exitPrice": 1812.994,
          "stopDistance": 2.146,
          "outcome": "stop",
          "netR": -1.1957,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626251400,
          "entryUtc": "2021-07-14T08:30:00.000Z",
          "exitTs": 1626264120,
          "dir": 1,
          "entryPrice": 1813.908,
          "exitPrice": 1818.773,
          "stopDistance": 2.433,
          "outcome": "target",
          "netR": 1.8479,
          "holdMinutes": 212
        },
        {
          "entryTs": 1626306300,
          "entryUtc": "2021-07-14T23:45:00.000Z",
          "exitTs": 1626312000,
          "dir": -1,
          "entryPrice": 1825.978,
          "exitPrice": 1828.255,
          "stopDistance": 2.277,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 95
        },
        {
          "entryTs": 1626358500,
          "entryUtc": "2021-07-15T14:15:00.000Z",
          "exitTs": 1626364440,
          "dir": -1,
          "entryPrice": 1821.728,
          "exitPrice": 1825.851,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 99
        },
        {
          "entryTs": 1626443100,
          "entryUtc": "2021-07-16T13:45:00.000Z",
          "exitTs": 1626444600,
          "dir": 1,
          "entryPrice": 1824.838,
          "exitPrice": 1820.67,
          "stopDistance": 4.168,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 25
        },
        {
          "entryTs": 1626446700,
          "entryUtc": "2021-07-16T14:45:00.000Z",
          "exitTs": 1626645600,
          "dir": -1,
          "entryPrice": 1813.948,
          "exitPrice": 1811.348,
          "stopDistance": 5.252,
          "outcome": "time",
          "netR": 0.4246,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1626696000,
          "entryUtc": "2021-07-19T12:00:00.000Z",
          "exitTs": 1626699000,
          "dir": -1,
          "entryPrice": 1800.448,
          "exitPrice": 1803.825,
          "stopDistance": 3.377,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 50
        },
        {
          "entryTs": 1626699600,
          "entryUtc": "2021-07-19T13:00:00.000Z",
          "exitTs": 1626747000,
          "dir": 1,
          "entryPrice": 1808.938,
          "exitPrice": 1818.777,
          "stopDistance": 4.919,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 790
        },
        {
          "entryTs": 1626792300,
          "entryUtc": "2021-07-20T14:45:00.000Z",
          "exitTs": 1626860460,
          "dir": -1,
          "entryPrice": 1812.088,
          "exitPrice": 1802.652,
          "stopDistance": 4.718,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 1136
        },
        {
          "entryTs": 1626876000,
          "entryUtc": "2021-07-21T14:00:00.000Z",
          "exitTs": 1626879420,
          "dir": 1,
          "entryPrice": 1804.968,
          "exitPrice": 1800.214,
          "stopDistance": 4.754,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 57
        },
        {
          "entryTs": 1626941700,
          "entryUtc": "2021-07-22T08:15:00.000Z",
          "exitTs": 1626956460,
          "dir": -1,
          "entryPrice": 1795.468,
          "exitPrice": 1798.013,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 246
        },
        {
          "entryTs": 1626957900,
          "entryUtc": "2021-07-22T12:45:00.000Z",
          "exitTs": 1626959940,
          "dir": 1,
          "entryPrice": 1803.378,
          "exitPrice": 1799.362,
          "stopDistance": 4.016,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 34
        },
        {
          "entryTs": 1626995700,
          "entryUtc": "2021-07-22T23:15:00.000Z",
          "exitTs": 1627002360,
          "dir": 1,
          "entryPrice": 1808.218,
          "exitPrice": 1806.433,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 111
        },
        {
          "entryTs": 1627002900,
          "entryUtc": "2021-07-23T01:15:00.000Z",
          "exitTs": 1627011960,
          "dir": -1,
          "entryPrice": 1805.698,
          "exitPrice": 1802.361,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 151
        },
        {
          "entryTs": 1627029000,
          "entryUtc": "2021-07-23T08:30:00.000Z",
          "exitTs": 1627034520,
          "dir": -1,
          "entryPrice": 1805.338,
          "exitPrice": 1799.685,
          "stopDistance": 2.826,
          "outcome": "target",
          "netR": 1.8691,
          "holdMinutes": 92
        },
        {
          "entryTs": 1627263000,
          "entryUtc": "2021-07-26T01:30:00.000Z",
          "exitTs": 1627284240,
          "dir": 1,
          "entryPrice": 1804.731,
          "exitPrice": 1809.266,
          "stopDistance": 2.267,
          "outcome": "target",
          "netR": 1.8368,
          "holdMinutes": 354
        },
        {
          "entryTs": 1627284600,
          "entryUtc": "2021-07-26T07:30:00.000Z",
          "exitTs": 1627286100,
          "dir": 1,
          "entryPrice": 1810.328,
          "exitPrice": 1807.734,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 25
        },
        {
          "entryTs": 1627351200,
          "entryUtc": "2021-07-27T02:00:00.000Z",
          "exitTs": 1627353000,
          "dir": -1,
          "entryPrice": 1794.895,
          "exitPrice": 1796.694,
          "stopDistance": 1.799,
          "outcome": "stop",
          "netR": -1.2334,
          "holdMinutes": 30
        },
        {
          "entryTs": 1627354800,
          "entryUtc": "2021-07-27T03:00:00.000Z",
          "exitTs": 1627362240,
          "dir": 1,
          "entryPrice": 1799.088,
          "exitPrice": 1797.152,
          "stopDistance": 1.936,
          "outcome": "stop",
          "netR": -1.2169,
          "holdMinutes": 124
        },
        {
          "entryTs": 1627371900,
          "entryUtc": "2021-07-27T07:45:00.000Z",
          "exitTs": 1627373220,
          "dir": 1,
          "entryPrice": 1799.798,
          "exitPrice": 1797.313,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 22
        },
        {
          "entryTs": 1627388100,
          "entryUtc": "2021-07-27T12:15:00.000Z",
          "exitTs": 1627394460,
          "dir": 1,
          "entryPrice": 1802.598,
          "exitPrice": 1799.759,
          "stopDistance": 2.839,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 106
        },
        {
          "entryTs": 1627434900,
          "entryUtc": "2021-07-28T01:15:00.000Z",
          "exitTs": 1627440360,
          "dir": 1,
          "entryPrice": 1800.628,
          "exitPrice": 1804.36,
          "stopDistance": 1.866,
          "outcome": "target",
          "netR": 1.8017,
          "holdMinutes": 91
        },
        {
          "entryTs": 1627499700,
          "entryUtc": "2021-07-28T19:15:00.000Z",
          "exitTs": 1627520520,
          "dir": 1,
          "entryPrice": 1802.418,
          "exitPrice": 1811.139,
          "stopDistance": 4.36,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 347
        },
        {
          "entryTs": 1627623000,
          "entryUtc": "2021-07-30T05:30:00.000Z",
          "exitTs": 1627624620,
          "dir": -1,
          "entryPrice": 1826.868,
          "exitPrice": 1828.564,
          "stopDistance": 1.696,
          "outcome": "stop",
          "netR": -1.2476,
          "holdMinutes": 27
        },
        {
          "entryTs": 1627630200,
          "entryUtc": "2021-07-30T07:30:00.000Z",
          "exitTs": 1627632120,
          "dir": 1,
          "entryPrice": 1830.658,
          "exitPrice": 1828.49,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 32
        },
        {
          "entryTs": 1627865100,
          "entryUtc": "2021-08-02T00:45:00.000Z",
          "exitTs": 1627866480,
          "dir": 1,
          "entryPrice": 1815.718,
          "exitPrice": 1813.527,
          "stopDistance": 2.191,
          "outcome": "stop",
          "netR": -1.1917,
          "holdMinutes": 23
        },
        {
          "entryTs": 1627867800,
          "entryUtc": "2021-08-02T01:30:00.000Z",
          "exitTs": 1627893960,
          "dir": -1,
          "entryPrice": 1811.688,
          "exitPrice": 1806.416,
          "stopDistance": 2.636,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 436
        },
        {
          "entryTs": 1627909200,
          "entryUtc": "2021-08-02T13:00:00.000Z",
          "exitTs": 1627910640,
          "dir": -1,
          "entryPrice": 1806.598,
          "exitPrice": 1809.904,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 24
        },
        {
          "entryTs": 1627913700,
          "entryUtc": "2021-08-02T14:15:00.000Z",
          "exitTs": 1627971780,
          "dir": 1,
          "entryPrice": 1812.798,
          "exitPrice": 1808.952,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 968
        },
        {
          "entryTs": 1627993800,
          "entryUtc": "2021-08-03T12:30:00.000Z",
          "exitTs": 1627994640,
          "dir": -1,
          "entryPrice": 1807.208,
          "exitPrice": 1809.615,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 14
        },
        {
          "entryTs": 1627995600,
          "entryUtc": "2021-08-03T13:00:00.000Z",
          "exitTs": 1627997460,
          "dir": 1,
          "entryPrice": 1812.551,
          "exitPrice": 1809.789,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 31
        },
        {
          "entryTs": 1628042400,
          "entryUtc": "2021-08-04T02:00:00.000Z",
          "exitTs": 1628066460,
          "dir": 1,
          "entryPrice": 1812.818,
          "exitPrice": 1811.347,
          "stopDistance": 1.471,
          "outcome": "stop",
          "netR": -1.2854,
          "holdMinutes": 401
        },
        {
          "entryTs": 1628066700,
          "entryUtc": "2021-08-04T08:45:00.000Z",
          "exitTs": 1628070420,
          "dir": -1,
          "entryPrice": 1811.858,
          "exitPrice": 1813.929,
          "stopDistance": 2.071,
          "outcome": "stop",
          "netR": -1.2028,
          "holdMinutes": 62
        },
        {
          "entryTs": 1628087400,
          "entryUtc": "2021-08-04T14:30:00.000Z",
          "exitTs": 1628171040,
          "dir": -1,
          "entryPrice": 1811.238,
          "exitPrice": 1800.896,
          "stopDistance": 5.171,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 1394
        },
        {
          "entryTs": 1628253900,
          "entryUtc": "2021-08-06T12:45:00.000Z",
          "exitTs": 1628255880,
          "dir": -1,
          "entryPrice": 1779.898,
          "exitPrice": 1770.457,
          "stopDistance": 4.721,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 33
        },
        {
          "entryTs": 1628501400,
          "entryUtc": "2021-08-09T09:30:00.000Z",
          "exitTs": 1628508720,
          "dir": -1,
          "entryPrice": 1740.918,
          "exitPrice": 1746.881,
          "stopDistance": 5.963,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 122
        },
        {
          "entryTs": 1628599500,
          "entryUtc": "2021-08-10T12:45:00.000Z",
          "exitTs": 1628600580,
          "dir": -1,
          "entryPrice": 1726.148,
          "exitPrice": 1729.644,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 18
        },
        {
          "entryTs": 1628646300,
          "entryUtc": "2021-08-11T01:45:00.000Z",
          "exitTs": 1628651640,
          "dir": 1,
          "entryPrice": 1729.755,
          "exitPrice": 1734.491,
          "stopDistance": 2.368,
          "outcome": "target",
          "netR": 1.8438,
          "holdMinutes": 89
        },
        {
          "entryTs": 1628730900,
          "entryUtc": "2021-08-12T01:15:00.000Z",
          "exitTs": 1628741700,
          "dir": -1,
          "entryPrice": 1749.168,
          "exitPrice": 1751.331,
          "stopDistance": 2.163,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 180
        },
        {
          "entryTs": 1629079200,
          "entryUtc": "2021-08-16T02:00:00.000Z",
          "exitTs": 1629081300,
          "dir": -1,
          "entryPrice": 1777.008,
          "exitPrice": 1779.385,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 35
        },
        {
          "entryTs": 1629117900,
          "entryUtc": "2021-08-16T12:45:00.000Z",
          "exitTs": 1629118800,
          "dir": 1,
          "entryPrice": 1781.018,
          "exitPrice": 1777.702,
          "stopDistance": 3.316,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 15
        },
        {
          "entryTs": 1629275400,
          "entryUtc": "2021-08-18T08:30:00.000Z",
          "exitTs": 1629286080,
          "dir": -1,
          "entryPrice": 1787.715,
          "exitPrice": 1782.964,
          "stopDistance": 2.375,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 178
        },
        {
          "entryTs": 1629289800,
          "entryUtc": "2021-08-18T12:30:00.000Z",
          "exitTs": 1629292920,
          "dir": 1,
          "entryPrice": 1789.605,
          "exitPrice": 1786.959,
          "stopDistance": 2.646,
          "outcome": "stop",
          "netR": -1.1587,
          "holdMinutes": 52
        },
        {
          "entryTs": 1629297000,
          "entryUtc": "2021-08-18T14:30:00.000Z",
          "exitTs": 1629309720,
          "dir": -1,
          "entryPrice": 1782.478,
          "exitPrice": 1785.96,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 212
        },
        {
          "entryTs": 1629355500,
          "entryUtc": "2021-08-19T06:45:00.000Z",
          "exitTs": 1629362400,
          "dir": 1,
          "entryPrice": 1780.158,
          "exitPrice": 1786.103,
          "stopDistance": 2.973,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 115
        },
        {
          "entryTs": 1629405900,
          "entryUtc": "2021-08-19T20:45:00.000Z",
          "exitTs": 1629422220,
          "dir": -1,
          "entryPrice": 1780.298,
          "exitPrice": 1782.995,
          "stopDistance": 2.697,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 272
        },
        {
          "entryTs": 1629464400,
          "entryUtc": "2021-08-20T13:00:00.000Z",
          "exitTs": 1629466740,
          "dir": -1,
          "entryPrice": 1782.138,
          "exitPrice": 1785.105,
          "stopDistance": 2.967,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 39
        },
        {
          "entryTs": 1629684000,
          "entryUtc": "2021-08-23T02:00:00.000Z",
          "exitTs": 1629718080,
          "dir": 1,
          "entryPrice": 1785.488,
          "exitPrice": 1791.541,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 568
        },
        {
          "entryTs": 1629784800,
          "entryUtc": "2021-08-24T06:00:00.000Z",
          "exitTs": 1629790380,
          "dir": 1,
          "entryPrice": 1803.238,
          "exitPrice": 1801.514,
          "stopDistance": 1.724,
          "outcome": "stop",
          "netR": -1.2436,
          "holdMinutes": 93
        },
        {
          "entryTs": 1629870300,
          "entryUtc": "2021-08-25T05:45:00.000Z",
          "exitTs": 1629874440,
          "dir": 1,
          "entryPrice": 1796.385,
          "exitPrice": 1794.275,
          "stopDistance": 2.11,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 69
        },
        {
          "entryTs": 1629900000,
          "entryUtc": "2021-08-25T14:00:00.000Z",
          "exitTs": 1629988260,
          "dir": -1,
          "entryPrice": 1789.208,
          "exitPrice": 1794.062,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 1471
        },
        {
          "entryTs": 1630053000,
          "entryUtc": "2021-08-27T08:30:00.000Z",
          "exitTs": 1630068300,
          "dir": -1,
          "entryPrice": 1795.738,
          "exitPrice": 1798.304,
          "stopDistance": 2.566,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 255
        },
        {
          "entryTs": 1630070100,
          "entryUtc": "2021-08-27T13:15:00.000Z",
          "exitTs": 1630072320,
          "dir": -1,
          "entryPrice": 1791.685,
          "exitPrice": 1795.288,
          "stopDistance": 3.603,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 37
        },
        {
          "entryTs": 1630073700,
          "entryUtc": "2021-08-27T14:15:00.000Z",
          "exitTs": 1630080360,
          "dir": 1,
          "entryPrice": 1802.248,
          "exitPrice": 1814.496,
          "stopDistance": 6.124,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 111
        },
        {
          "entryTs": 1630304100,
          "entryUtc": "2021-08-30T06:15:00.000Z",
          "exitTs": 1630312680,
          "dir": -1,
          "entryPrice": 1813.248,
          "exitPrice": 1815.64,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 143
        },
        {
          "entryTs": 1630405800,
          "entryUtc": "2021-08-31T10:30:00.000Z",
          "exitTs": 1630406760,
          "dir": 1,
          "entryPrice": 1816.875,
          "exitPrice": 1814.932,
          "stopDistance": 1.943,
          "outcome": "stop",
          "netR": -1.2161,
          "holdMinutes": 16
        },
        {
          "entryTs": 1630407600,
          "entryUtc": "2021-08-31T11:00:00.000Z",
          "exitTs": 1630408980,
          "dir": -1,
          "entryPrice": 1812.218,
          "exitPrice": 1814.446,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 23
        },
        {
          "entryTs": 1630417500,
          "entryUtc": "2021-08-31T13:45:00.000Z",
          "exitTs": 1630419300,
          "dir": 1,
          "entryPrice": 1814.028,
          "exitPrice": 1809.606,
          "stopDistance": 4.422,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 30
        },
        {
          "entryTs": 1630469700,
          "entryUtc": "2021-09-01T04:15:00.000Z",
          "exitTs": 1630473360,
          "dir": 1,
          "entryPrice": 1815.718,
          "exitPrice": 1813.685,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 61
        },
        {
          "entryTs": 1630483200,
          "entryUtc": "2021-09-01T08:00:00.000Z",
          "exitTs": 1630488900,
          "dir": -1,
          "entryPrice": 1811.325,
          "exitPrice": 1813.911,
          "stopDistance": 2.586,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 95
        },
        {
          "entryTs": 1630541700,
          "entryUtc": "2021-09-02T00:15:00.000Z",
          "exitTs": 1630546980,
          "dir": 1,
          "entryPrice": 1814.898,
          "exitPrice": 1813.352,
          "stopDistance": 1.546,
          "outcome": "stop",
          "netR": -1.2716,
          "holdMinutes": 88
        },
        {
          "entryTs": 1630564200,
          "entryUtc": "2021-09-02T06:30:00.000Z",
          "exitTs": 1630566540,
          "dir": 1,
          "entryPrice": 1814.502,
          "exitPrice": 1812.916,
          "stopDistance": 1.586,
          "outcome": "stop",
          "netR": -1.2649,
          "holdMinutes": 39
        },
        {
          "entryTs": 1630629900,
          "entryUtc": "2021-09-03T00:45:00.000Z",
          "exitTs": 1630633980,
          "dir": 1,
          "entryPrice": 1810.278,
          "exitPrice": 1812.832,
          "stopDistance": 1.277,
          "outcome": "target",
          "netR": 1.7102,
          "holdMinutes": 68
        },
        {
          "entryTs": 1630656000,
          "entryUtc": "2021-09-03T08:00:00.000Z",
          "exitTs": 1630656840,
          "dir": -1,
          "entryPrice": 1811.147,
          "exitPrice": 1812.784,
          "stopDistance": 1.637,
          "outcome": "stop",
          "netR": -1.2565,
          "holdMinutes": 14
        },
        {
          "entryTs": 1631044800,
          "entryUtc": "2021-09-07T20:00:00.000Z",
          "exitTs": 1631060580,
          "dir": -1,
          "entryPrice": 1793.478,
          "exitPrice": 1796.477,
          "stopDistance": 2.999,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 263
        },
        {
          "entryTs": 1631103300,
          "entryUtc": "2021-09-08T12:15:00.000Z",
          "exitTs": 1631104200,
          "dir": 1,
          "entryPrice": 1801.213,
          "exitPrice": 1798.53,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 15
        },
        {
          "entryTs": 1631106000,
          "entryUtc": "2021-09-08T13:00:00.000Z",
          "exitTs": 1631108760,
          "dir": -1,
          "entryPrice": 1796.578,
          "exitPrice": 1790.755,
          "stopDistance": 2.912,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 46
        },
        {
          "entryTs": 1631191500,
          "entryUtc": "2021-09-09T12:45:00.000Z",
          "exitTs": 1631191740,
          "dir": -1,
          "entryPrice": 1791.734,
          "exitPrice": 1794.817,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 4
        },
        {
          "entryTs": 1631538000,
          "entryUtc": "2021-09-13T13:00:00.000Z",
          "exitTs": 1631538660,
          "dir": -1,
          "entryPrice": 1785.837,
          "exitPrice": 1788.478,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 11
        },
        {
          "entryTs": 1631539800,
          "entryUtc": "2021-09-13T13:30:00.000Z",
          "exitTs": 1631542020,
          "dir": 1,
          "entryPrice": 1790.587,
          "exitPrice": 1796.675,
          "stopDistance": 3.044,
          "outcome": "target",
          "netR": 1.8784,
          "holdMinutes": 37
        },
        {
          "entryTs": 1631606400,
          "entryUtc": "2021-09-14T08:00:00.000Z",
          "exitTs": 1631614200,
          "dir": -1,
          "entryPrice": 1790.508,
          "exitPrice": 1786.235,
          "stopDistance": 2.137,
          "outcome": "target",
          "netR": 1.8268,
          "holdMinutes": 130
        },
        {
          "entryTs": 1631623500,
          "entryUtc": "2021-09-14T12:45:00.000Z",
          "exitTs": 1631624220,
          "dir": 1,
          "entryPrice": 1790.284,
          "exitPrice": 1798.712,
          "stopDistance": 4.214,
          "outcome": "target",
          "netR": 1.9122,
          "holdMinutes": 12
        },
        {
          "entryTs": 1631687400,
          "entryUtc": "2021-09-15T06:30:00.000Z",
          "exitTs": 1631707260,
          "dir": -1,
          "entryPrice": 1801.607,
          "exitPrice": 1803.486,
          "stopDistance": 1.879,
          "outcome": "stop",
          "netR": -1.2236,
          "holdMinutes": 331
        },
        {
          "entryTs": 1631710800,
          "entryUtc": "2021-09-15T13:00:00.000Z",
          "exitTs": 1631770740,
          "dir": -1,
          "entryPrice": 1796.547,
          "exitPrice": 1789.408,
          "stopDistance": 3.57,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 999
        },
        {
          "entryTs": 1632189600,
          "entryUtc": "2021-09-21T02:00:00.000Z",
          "exitTs": 1632192240,
          "dir": 1,
          "entryPrice": 1765.548,
          "exitPrice": 1763.458,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.2009,
          "holdMinutes": 44
        },
        {
          "entryTs": 1632195900,
          "entryUtc": "2021-09-21T03:45:00.000Z",
          "exitTs": 1632208860,
          "dir": -1,
          "entryPrice": 1762.284,
          "exitPrice": 1758.476,
          "stopDistance": 1.904,
          "outcome": "target",
          "netR": 1.8057,
          "holdMinutes": 216
        },
        {
          "entryTs": 1632271500,
          "entryUtc": "2021-09-22T00:45:00.000Z",
          "exitTs": 1632272460,
          "dir": -1,
          "entryPrice": 1773.004,
          "exitPrice": 1774.691,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.249,
          "holdMinutes": 16
        },
        {
          "entryTs": 1632275100,
          "entryUtc": "2021-09-22T01:45:00.000Z",
          "exitTs": 1632298860,
          "dir": 1,
          "entryPrice": 1776.118,
          "exitPrice": 1773.728,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1757,
          "holdMinutes": 396
        },
        {
          "entryTs": 1632336300,
          "entryUtc": "2021-09-22T18:45:00.000Z",
          "exitTs": 1632391920,
          "dir": -1,
          "entryPrice": 1769.758,
          "exitPrice": 1776.122,
          "stopDistance": 6.364,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 927
        },
        {
          "entryTs": 1632483000,
          "entryUtc": "2021-09-24T11:30:00.000Z",
          "exitTs": 1632486000,
          "dir": -1,
          "entryPrice": 1753.127,
          "exitPrice": 1748.327,
          "stopDistance": 2.4,
          "outcome": "target",
          "netR": 1.8458,
          "holdMinutes": 50
        },
        {
          "entryTs": 1632746700,
          "entryUtc": "2021-09-27T12:45:00.000Z",
          "exitTs": 1632754200,
          "dir": 1,
          "entryPrice": 1753.194,
          "exitPrice": 1749.756,
          "stopDistance": 3.438,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 125
        },
        {
          "entryTs": 1632782700,
          "entryUtc": "2021-09-27T22:45:00.000Z",
          "exitTs": 1632790320,
          "dir": 1,
          "entryPrice": 1751.268,
          "exitPrice": 1749.479,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 127
        },
        {
          "entryTs": 1632793500,
          "entryUtc": "2021-09-28T01:45:00.000Z",
          "exitTs": 1632800520,
          "dir": 1,
          "entryPrice": 1751.768,
          "exitPrice": 1749.846,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2186,
          "holdMinutes": 117
        },
        {
          "entryTs": 1632800700,
          "entryUtc": "2021-09-28T03:45:00.000Z",
          "exitTs": 1632805200,
          "dir": -1,
          "entryPrice": 1749.474,
          "exitPrice": 1751.419,
          "stopDistance": 1.945,
          "outcome": "stop",
          "netR": -1.2159,
          "holdMinutes": 75
        },
        {
          "entryTs": 1632918600,
          "entryUtc": "2021-09-29T12:30:00.000Z",
          "exitTs": 1632924300,
          "dir": -1,
          "entryPrice": 1739.338,
          "exitPrice": 1733.513,
          "stopDistance": 2.913,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 95
        },
        {
          "entryTs": 1633069800,
          "entryUtc": "2021-10-01T06:30:00.000Z",
          "exitTs": 1633074900,
          "dir": 1,
          "entryPrice": 1754.365,
          "exitPrice": 1751.695,
          "stopDistance": 2.67,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 85
        },
        {
          "entryTs": 1633092300,
          "entryUtc": "2021-10-01T12:45:00.000Z",
          "exitTs": 1633096860,
          "dir": 1,
          "entryPrice": 1757.038,
          "exitPrice": 1753.176,
          "stopDistance": 3.862,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 76
        },
        {
          "entryTs": 1633118400,
          "entryUtc": "2021-10-01T20:00:00.000Z",
          "exitTs": 1633298400,
          "dir": 1,
          "entryPrice": 1759.878,
          "exitPrice": 1760.675,
          "stopDistance": 2.846,
          "outcome": "time",
          "netR": 0.15,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1633331700,
          "entryUtc": "2021-10-04T07:15:00.000Z",
          "exitTs": 1633336080,
          "dir": -1,
          "entryPrice": 1756.838,
          "exitPrice": 1751.987,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 73
        },
        {
          "entryTs": 1633348800,
          "entryUtc": "2021-10-04T12:00:00.000Z",
          "exitTs": 1633353300,
          "dir": 1,
          "entryPrice": 1753.455,
          "exitPrice": 1750.415,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 75
        },
        {
          "entryTs": 1633436100,
          "entryUtc": "2021-10-05T12:15:00.000Z",
          "exitTs": 1633438500,
          "dir": 1,
          "entryPrice": 1759.11,
          "exitPrice": 1756.21,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 40
        },
        {
          "entryTs": 1633439700,
          "entryUtc": "2021-10-05T13:15:00.000Z",
          "exitTs": 1633447560,
          "dir": -1,
          "entryPrice": 1753.218,
          "exitPrice": 1756.811,
          "stopDistance": 3.593,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 131
        },
        {
          "entryTs": 1633504500,
          "entryUtc": "2021-10-06T07:15:00.000Z",
          "exitTs": 1633504980,
          "dir": -1,
          "entryPrice": 1748.355,
          "exitPrice": 1751.424,
          "stopDistance": 3.069,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 8
        },
        {
          "entryTs": 1633587300,
          "entryUtc": "2021-10-07T06:15:00.000Z",
          "exitTs": 1633590960,
          "dir": 1,
          "entryPrice": 1760.168,
          "exitPrice": 1764.466,
          "stopDistance": 2.149,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 61
        },
        {
          "entryTs": 1633657500,
          "entryUtc": "2021-10-08T01:45:00.000Z",
          "exitTs": 1633669200,
          "dir": 1,
          "entryPrice": 1758.568,
          "exitPrice": 1756.489,
          "stopDistance": 2.079,
          "outcome": "stop",
          "netR": -1.202,
          "holdMinutes": 195
        },
        {
          "entryTs": 1633677300,
          "entryUtc": "2021-10-08T07:15:00.000Z",
          "exitTs": 1633683840,
          "dir": -1,
          "entryPrice": 1755.215,
          "exitPrice": 1757.696,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 109
        },
        {
          "entryTs": 1633724100,
          "entryUtc": "2021-10-08T20:15:00.000Z",
          "exitTs": 1633903200,
          "dir": -1,
          "entryPrice": 1756.478,
          "exitPrice": 1757.578,
          "stopDistance": 2.94,
          "outcome": "time",
          "netR": -0.4999,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1633925700,
          "entryUtc": "2021-10-11T04:15:00.000Z",
          "exitTs": 1633929960,
          "dir": -1,
          "entryPrice": 1754.902,
          "exitPrice": 1757.426,
          "stopDistance": 2.524,
          "outcome": "stop",
          "netR": -1.1664,
          "holdMinutes": 71
        },
        {
          "entryTs": 1633956300,
          "entryUtc": "2021-10-11T12:45:00.000Z",
          "exitTs": 1633958160,
          "dir": -1,
          "entryPrice": 1752.458,
          "exitPrice": 1755.18,
          "stopDistance": 2.722,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 31
        },
        {
          "entryTs": 1633959900,
          "entryUtc": "2021-10-11T13:45:00.000Z",
          "exitTs": 1633971720,
          "dir": 1,
          "entryPrice": 1758.838,
          "exitPrice": 1755.491,
          "stopDistance": 3.347,
          "outcome": "stop",
          "netR": -1.1255,
          "holdMinutes": 197
        },
        {
          "entryTs": 1634001300,
          "entryUtc": "2021-10-12T01:15:00.000Z",
          "exitTs": 1634002200,
          "dir": 1,
          "entryPrice": 1755.498,
          "exitPrice": 1753.363,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 15
        },
        {
          "entryTs": 1634042700,
          "entryUtc": "2021-10-12T12:45:00.000Z",
          "exitTs": 1634043300,
          "dir": -1,
          "entryPrice": 1754.485,
          "exitPrice": 1757.908,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 10
        },
        {
          "entryTs": 1634047200,
          "entryUtc": "2021-10-12T14:00:00.000Z",
          "exitTs": 1634049300,
          "dir": 1,
          "entryPrice": 1768.198,
          "exitPrice": 1763.183,
          "stopDistance": 5.015,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 35
        },
        {
          "entryTs": 1634129100,
          "entryUtc": "2021-10-13T12:45:00.000Z",
          "exitTs": 1634130960,
          "dir": -1,
          "entryPrice": 1760.128,
          "exitPrice": 1764.745,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 31
        },
        {
          "entryTs": 1634132700,
          "entryUtc": "2021-10-13T13:45:00.000Z",
          "exitTs": 1634135700,
          "dir": 1,
          "entryPrice": 1778.858,
          "exitPrice": 1791.348,
          "stopDistance": 6.245,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 50
        },
        {
          "entryTs": 1634512500,
          "entryUtc": "2021-10-17T23:15:00.000Z",
          "exitTs": 1634527440,
          "dir": 1,
          "entryPrice": 1770.554,
          "exitPrice": 1767.998,
          "stopDistance": 2.556,
          "outcome": "stop",
          "netR": -1.1643,
          "holdMinutes": 249
        },
        {
          "entryTs": 1634537700,
          "entryUtc": "2021-10-18T06:15:00.000Z",
          "exitTs": 1634538660,
          "dir": -1,
          "entryPrice": 1762.258,
          "exitPrice": 1764.868,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 16
        },
        {
          "entryTs": 1634603400,
          "entryUtc": "2021-10-19T00:30:00.000Z",
          "exitTs": 1634605920,
          "dir": 1,
          "entryPrice": 1765.914,
          "exitPrice": 1769.209,
          "stopDistance": 1.648,
          "outcome": "target",
          "netR": 1.7754,
          "holdMinutes": 42
        },
        {
          "entryTs": 1634652900,
          "entryUtc": "2021-10-19T14:15:00.000Z",
          "exitTs": 1634660340,
          "dir": -1,
          "entryPrice": 1776.628,
          "exitPrice": 1767.748,
          "stopDistance": 4.44,
          "outcome": "target",
          "netR": 1.9167,
          "holdMinutes": 124
        },
        {
          "entryTs": 1634692500,
          "entryUtc": "2021-10-20T01:15:00.000Z",
          "exitTs": 1634696940,
          "dir": 1,
          "entryPrice": 1772.054,
          "exitPrice": 1769.912,
          "stopDistance": 2.142,
          "outcome": "stop",
          "netR": -1.1961,
          "holdMinutes": 74
        },
        {
          "entryTs": 1634736600,
          "entryUtc": "2021-10-20T13:30:00.000Z",
          "exitTs": 1634740140,
          "dir": -1,
          "entryPrice": 1778.322,
          "exitPrice": 1782.306,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 59
        },
        {
          "entryTs": 1634796900,
          "entryUtc": "2021-10-21T06:15:00.000Z",
          "exitTs": 1634797980,
          "dir": 1,
          "entryPrice": 1787.014,
          "exitPrice": 1784.639,
          "stopDistance": 2.375,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 18
        },
        {
          "entryTs": 1634799600,
          "entryUtc": "2021-10-21T07:00:00.000Z",
          "exitTs": 1634805540,
          "dir": -1,
          "entryPrice": 1783.348,
          "exitPrice": 1785.94,
          "stopDistance": 2.592,
          "outcome": "stop",
          "netR": -1.162,
          "holdMinutes": 99
        },
        {
          "entryTs": 1634815800,
          "entryUtc": "2021-10-21T11:30:00.000Z",
          "exitTs": 1634818440,
          "dir": -1,
          "entryPrice": 1777.764,
          "exitPrice": 1780.737,
          "stopDistance": 2.973,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 44
        },
        {
          "entryTs": 1634844600,
          "entryUtc": "2021-10-21T19:30:00.000Z",
          "exitTs": 1634884200,
          "dir": 1,
          "entryPrice": 1783.244,
          "exitPrice": 1789.03,
          "stopDistance": 2.893,
          "outcome": "target",
          "netR": 1.8721,
          "holdMinutes": 660
        },
        {
          "entryTs": 1634917500,
          "entryUtc": "2021-10-22T15:45:00.000Z",
          "exitTs": 1634920260,
          "dir": -1,
          "entryPrice": 1787.774,
          "exitPrice": 1794.373,
          "stopDistance": 6.599,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 46
        },
        {
          "entryTs": 1635133500,
          "entryUtc": "2021-10-25T03:45:00.000Z",
          "exitTs": 1635165240,
          "dir": 1,
          "entryPrice": 1798.448,
          "exitPrice": 1804.045,
          "stopDistance": 2.798,
          "outcome": "target",
          "netR": 1.8678,
          "holdMinutes": 529
        },
        {
          "entryTs": 1635210000,
          "entryUtc": "2021-10-26T01:00:00.000Z",
          "exitTs": 1635211080,
          "dir": -1,
          "entryPrice": 1805.334,
          "exitPrice": 1806.712,
          "stopDistance": 1.378,
          "outcome": "stop",
          "netR": -1.3049,
          "holdMinutes": 18
        },
        {
          "entryTs": 1635232500,
          "entryUtc": "2021-10-26T07:15:00.000Z",
          "exitTs": 1635251100,
          "dir": -1,
          "entryPrice": 1803.008,
          "exitPrice": 1798.522,
          "stopDistance": 2.243,
          "outcome": "target",
          "netR": 1.835,
          "holdMinutes": 310
        },
        {
          "entryTs": 1635251400,
          "entryUtc": "2021-10-26T12:30:00.000Z",
          "exitTs": 1635253380,
          "dir": -1,
          "entryPrice": 1797.108,
          "exitPrice": 1800.36,
          "stopDistance": 3.252,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 33
        },
        {
          "entryTs": 1635318000,
          "entryUtc": "2021-10-27T07:00:00.000Z",
          "exitTs": 1635318480,
          "dir": 1,
          "entryPrice": 1790.938,
          "exitPrice": 1788.765,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 8
        },
        {
          "entryTs": 1635491700,
          "entryUtc": "2021-10-29T07:15:00.000Z",
          "exitTs": 1635492720,
          "dir": 1,
          "entryPrice": 1798.038,
          "exitPrice": 1795.085,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 17
        },
        {
          "entryTs": 1635496200,
          "entryUtc": "2021-10-29T08:30:00.000Z",
          "exitTs": 1635499560,
          "dir": -1,
          "entryPrice": 1792.514,
          "exitPrice": 1795.434,
          "stopDistance": 2.92,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 56
        },
        {
          "entryTs": 1635501600,
          "entryUtc": "2021-10-29T10:00:00.000Z",
          "exitTs": 1635502980,
          "dir": 1,
          "entryPrice": 1798.118,
          "exitPrice": 1794.863,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635720300,
          "entryUtc": "2021-10-31T22:45:00.000Z",
          "exitTs": 1635731100,
          "dir": -1,
          "entryPrice": 1781.148,
          "exitPrice": 1783.873,
          "stopDistance": 2.725,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 180
        },
        {
          "entryTs": 1635840900,
          "entryUtc": "2021-11-02T08:15:00.000Z",
          "exitTs": 1635842820,
          "dir": -1,
          "entryPrice": 1792.048,
          "exitPrice": 1794.316,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 32
        },
        {
          "entryTs": 1635943500,
          "entryUtc": "2021-11-03T12:45:00.000Z",
          "exitTs": 1635945780,
          "dir": -1,
          "entryPrice": 1775.988,
          "exitPrice": 1769.018,
          "stopDistance": 3.485,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 38
        },
        {
          "entryTs": 1636083900,
          "entryUtc": "2021-11-05T03:45:00.000Z",
          "exitTs": 1636088100,
          "dir": -1,
          "entryPrice": 1792.774,
          "exitPrice": 1794.809,
          "stopDistance": 2.035,
          "outcome": "stop",
          "netR": -1.2064,
          "holdMinutes": 70
        },
        {
          "entryTs": 1636119000,
          "entryUtc": "2021-11-05T13:30:00.000Z",
          "exitTs": 1636120260,
          "dir": 1,
          "entryPrice": 1801.788,
          "exitPrice": 1796.474,
          "stopDistance": 5.314,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 21
        },
        {
          "entryTs": 1636334100,
          "entryUtc": "2021-11-08T01:15:00.000Z",
          "exitTs": 1636355460,
          "dir": 1,
          "entryPrice": 1818.958,
          "exitPrice": 1815.521,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 356
        },
        {
          "entryTs": 1636425900,
          "entryUtc": "2021-11-09T02:45:00.000Z",
          "exitTs": 1636436760,
          "dir": -1,
          "entryPrice": 1822.903,
          "exitPrice": 1825.108,
          "stopDistance": 2.205,
          "outcome": "stop",
          "netR": -1.1905,
          "holdMinutes": 181
        },
        {
          "entryTs": 1636465500,
          "entryUtc": "2021-11-09T13:45:00.000Z",
          "exitTs": 1636467060,
          "dir": 1,
          "entryPrice": 1829.783,
          "exitPrice": 1826.141,
          "stopDistance": 3.642,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 26
        },
        {
          "entryTs": 1636470900,
          "entryUtc": "2021-11-09T15:15:00.000Z",
          "exitTs": 1636476360,
          "dir": -1,
          "entryPrice": 1822.268,
          "exitPrice": 1826.867,
          "stopDistance": 4.599,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 91
        },
        {
          "entryTs": 1636633800,
          "entryUtc": "2021-11-11T12:30:00.000Z",
          "exitTs": 1636636980,
          "dir": -1,
          "entryPrice": 1856.568,
          "exitPrice": 1860.056,
          "stopDistance": 3.488,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 53
        },
        {
          "entryTs": 1636938900,
          "entryUtc": "2021-11-15T01:15:00.000Z",
          "exitTs": 1636947960,
          "dir": -1,
          "entryPrice": 1862.298,
          "exitPrice": 1856.59,
          "stopDistance": 2.854,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 151
        },
        {
          "entryTs": 1636962300,
          "entryUtc": "2021-11-15T07:45:00.000Z",
          "exitTs": 1636966500,
          "dir": 1,
          "entryPrice": 1861.608,
          "exitPrice": 1858.904,
          "stopDistance": 2.705,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 70
        },
        {
          "entryTs": 1636982100,
          "entryUtc": "2021-11-15T13:15:00.000Z",
          "exitTs": 1636982460,
          "dir": 1,
          "entryPrice": 1867.988,
          "exitPrice": 1864.959,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 6
        },
        {
          "entryTs": 1636987500,
          "entryUtc": "2021-11-15T14:45:00.000Z",
          "exitTs": 1636993620,
          "dir": -1,
          "entryPrice": 1860.598,
          "exitPrice": 1864.63,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 102
        },
        {
          "entryTs": 1637009100,
          "entryUtc": "2021-11-15T20:45:00.000Z",
          "exitTs": 1637024880,
          "dir": -1,
          "entryPrice": 1862.574,
          "exitPrice": 1865.317,
          "stopDistance": 2.743,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 263
        },
        {
          "entryTs": 1637047800,
          "entryUtc": "2021-11-16T07:30:00.000Z",
          "exitTs": 1637050560,
          "dir": -1,
          "entryPrice": 1863.358,
          "exitPrice": 1865.73,
          "stopDistance": 2.372,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 46
        },
        {
          "entryTs": 1637053200,
          "entryUtc": "2021-11-16T09:00:00.000Z",
          "exitTs": 1637071140,
          "dir": 1,
          "entryPrice": 1871.968,
          "exitPrice": 1868.768,
          "stopDistance": 3.2,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 299
        },
        {
          "entryTs": 1637109000,
          "entryUtc": "2021-11-17T00:30:00.000Z",
          "exitTs": 1637137500,
          "dir": 1,
          "entryPrice": 1852.998,
          "exitPrice": 1858.06,
          "stopDistance": 2.531,
          "outcome": "target",
          "netR": 1.8538,
          "holdMinutes": 475
        },
        {
          "entryTs": 1637222400,
          "entryUtc": "2021-11-18T08:00:00.000Z",
          "exitTs": 1637224680,
          "dir": 1,
          "entryPrice": 1868.504,
          "exitPrice": 1865.696,
          "stopDistance": 2.808,
          "outcome": "stop",
          "netR": -1.1496,
          "holdMinutes": 38
        },
        {
          "entryTs": 1637242200,
          "entryUtc": "2021-11-18T13:30:00.000Z",
          "exitTs": 1637242320,
          "dir": -1,
          "entryPrice": 1856.508,
          "exitPrice": 1860.331,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 2
        },
        {
          "entryTs": 1637269200,
          "entryUtc": "2021-11-18T21:00:00.000Z",
          "exitTs": 1637305380,
          "dir": 1,
          "entryPrice": 1860.598,
          "exitPrice": 1857.722,
          "stopDistance": 2.876,
          "outcome": "stop",
          "netR": -1.146,
          "holdMinutes": 603
        },
        {
          "entryTs": 1637316000,
          "entryUtc": "2021-11-19T10:00:00.000Z",
          "exitTs": 1637318460,
          "dir": 1,
          "entryPrice": 1864.051,
          "exitPrice": 1860.167,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 41
        },
        {
          "entryTs": 1637652600,
          "entryUtc": "2021-11-23T07:30:00.000Z",
          "exitTs": 1637654880,
          "dir": 1,
          "entryPrice": 1808.854,
          "exitPrice": 1805.838,
          "stopDistance": 3.016,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 38
        },
        {
          "entryTs": 1637655300,
          "entryUtc": "2021-11-23T08:15:00.000Z",
          "exitTs": 1637657700,
          "dir": -1,
          "entryPrice": 1806.148,
          "exitPrice": 1799.742,
          "stopDistance": 3.203,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 40
        },
        {
          "entryTs": 1637713800,
          "entryUtc": "2021-11-24T00:30:00.000Z",
          "exitTs": 1637749020,
          "dir": 1,
          "entryPrice": 1790.998,
          "exitPrice": 1788.328,
          "stopDistance": 2.67,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 587
        },
        {
          "entryTs": 1637772300,
          "entryUtc": "2021-11-24T16:45:00.000Z",
          "exitTs": 1637777940,
          "dir": 1,
          "entryPrice": 1788.868,
          "exitPrice": 1784.208,
          "stopDistance": 4.66,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 94
        },
        {
          "entryTs": 1637820000,
          "entryUtc": "2021-11-25T06:00:00.000Z",
          "exitTs": 1637835840,
          "dir": 1,
          "entryPrice": 1792.788,
          "exitPrice": 1791.155,
          "stopDistance": 1.633,
          "outcome": "stop",
          "netR": -1.2572,
          "holdMinutes": 264
        },
        {
          "entryTs": 1638143100,
          "entryUtc": "2021-11-28T23:45:00.000Z",
          "exitTs": 1638204960,
          "dir": 1,
          "entryPrice": 1790.259,
          "exitPrice": 1782.7,
          "stopDistance": 7.559,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 1031
        },
        {
          "entryTs": 1638215100,
          "entryUtc": "2021-11-29T19:45:00.000Z",
          "exitTs": 1638222060,
          "dir": -1,
          "entryPrice": 1781.998,
          "exitPrice": 1785.043,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 116
        },
        {
          "entryTs": 1638222300,
          "entryUtc": "2021-11-29T21:45:00.000Z",
          "exitTs": 1638249360,
          "dir": 1,
          "entryPrice": 1785.445,
          "exitPrice": 1790.976,
          "stopDistance": 2.765,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 451
        },
        {
          "entryTs": 1638288000,
          "entryUtc": "2021-11-30T16:00:00.000Z",
          "exitTs": 1638292680,
          "dir": -1,
          "entryPrice": 1784.328,
          "exitPrice": 1770.435,
          "stopDistance": 6.946,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 78
        },
        {
          "entryTs": 1638395100,
          "entryUtc": "2021-12-01T21:45:00.000Z",
          "exitTs": 1638417000,
          "dir": 1,
          "entryPrice": 1782.705,
          "exitPrice": 1779.026,
          "stopDistance": 3.679,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 365
        },
        {
          "entryTs": 1638417600,
          "entryUtc": "2021-12-02T04:00:00.000Z",
          "exitTs": 1638432840,
          "dir": -1,
          "entryPrice": 1779.205,
          "exitPrice": 1774.369,
          "stopDistance": 2.418,
          "outcome": "target",
          "netR": 1.847,
          "holdMinutes": 254
        },
        {
          "entryTs": 1638493200,
          "entryUtc": "2021-12-03T01:00:00.000Z",
          "exitTs": 1638493440,
          "dir": 1,
          "entryPrice": 1771.488,
          "exitPrice": 1768.922,
          "stopDistance": 2.566,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 4
        },
        {
          "entryTs": 1638510300,
          "entryUtc": "2021-12-03T05:45:00.000Z",
          "exitTs": 1638513180,
          "dir": 1,
          "entryPrice": 1774.994,
          "exitPrice": 1772.875,
          "stopDistance": 2.119,
          "outcome": "stop",
          "netR": -1.1982,
          "holdMinutes": 48
        },
        {
          "entryTs": 1638515700,
          "entryUtc": "2021-12-03T07:15:00.000Z",
          "exitTs": 1638522780,
          "dir": -1,
          "entryPrice": 1771.008,
          "exitPrice": 1766.272,
          "stopDistance": 2.368,
          "outcome": "target",
          "netR": 1.8437,
          "holdMinutes": 118
        },
        {
          "entryTs": 1638780300,
          "entryUtc": "2021-12-06T08:45:00.000Z",
          "exitTs": 1638782520,
          "dir": -1,
          "entryPrice": 1779.635,
          "exitPrice": 1782.311,
          "stopDistance": 2.676,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 37
        },
        {
          "entryTs": 1638833400,
          "entryUtc": "2021-12-06T23:30:00.000Z",
          "exitTs": 1638848040,
          "dir": 1,
          "entryPrice": 1780.215,
          "exitPrice": 1778.185,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 244
        },
        {
          "entryTs": 1638868500,
          "entryUtc": "2021-12-07T09:15:00.000Z",
          "exitTs": 1638871020,
          "dir": -1,
          "entryPrice": 1778.668,
          "exitPrice": 1781.12,
          "stopDistance": 2.452,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 42
        },
        {
          "entryTs": 1638883800,
          "entryUtc": "2021-12-07T13:30:00.000Z",
          "exitTs": 1638884400,
          "dir": -1,
          "entryPrice": 1778.048,
          "exitPrice": 1772.454,
          "stopDistance": 2.797,
          "outcome": "target",
          "netR": 1.8677,
          "holdMinutes": 10
        },
        {
          "entryTs": 1638947700,
          "entryUtc": "2021-12-08T07:15:00.000Z",
          "exitTs": 1638948420,
          "dir": -1,
          "entryPrice": 1787.058,
          "exitPrice": 1788.94,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 12
        },
        {
          "entryTs": 1638965700,
          "entryUtc": "2021-12-08T12:15:00.000Z",
          "exitTs": 1639051320,
          "dir": -1,
          "entryPrice": 1785.605,
          "exitPrice": 1779.329,
          "stopDistance": 3.138,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 1427
        },
        {
          "entryTs": 1639060200,
          "entryUtc": "2021-12-09T14:30:00.000Z",
          "exitTs": 1639060560,
          "dir": 1,
          "entryPrice": 1782.278,
          "exitPrice": 1778.267,
          "stopDistance": 4.011,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 6
        },
        {
          "entryTs": 1639095300,
          "entryUtc": "2021-12-10T00:15:00.000Z",
          "exitTs": 1639116420,
          "dir": 1,
          "entryPrice": 1777.03,
          "exitPrice": 1775.108,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2186,
          "holdMinutes": 352
        },
        {
          "entryTs": 1639375200,
          "entryUtc": "2021-12-13T06:00:00.000Z",
          "exitTs": 1639382400,
          "dir": -1,
          "entryPrice": 1784.825,
          "exitPrice": 1786.522,
          "stopDistance": 1.697,
          "outcome": "stop",
          "netR": -1.2475,
          "holdMinutes": 120
        },
        {
          "entryTs": 1639402200,
          "entryUtc": "2021-12-13T13:30:00.000Z",
          "exitTs": 1639405020,
          "dir": -1,
          "entryPrice": 1783.138,
          "exitPrice": 1785.771,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 47
        },
        {
          "entryTs": 1639407600,
          "entryUtc": "2021-12-13T15:00:00.000Z",
          "exitTs": 1639409940,
          "dir": 1,
          "entryPrice": 1788.918,
          "exitPrice": 1785.613,
          "stopDistance": 3.305,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 39
        },
        {
          "entryTs": 1639468800,
          "entryUtc": "2021-12-14T08:00:00.000Z",
          "exitTs": 1639488060,
          "dir": -1,
          "entryPrice": 1784.528,
          "exitPrice": 1781.084,
          "stopDistance": 1.722,
          "outcome": "target",
          "netR": 1.7852,
          "holdMinutes": 321
        },
        {
          "entryTs": 1639488600,
          "entryUtc": "2021-12-14T13:30:00.000Z",
          "exitTs": 1639489200,
          "dir": -1,
          "entryPrice": 1779.728,
          "exitPrice": 1774.934,
          "stopDistance": 2.397,
          "outcome": "target",
          "netR": 1.8456,
          "holdMinutes": 10
        },
        {
          "entryTs": 1639560600,
          "entryUtc": "2021-12-15T09:30:00.000Z",
          "exitTs": 1639563780,
          "dir": 1,
          "entryPrice": 1770.408,
          "exitPrice": 1768.362,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 53
        },
        {
          "entryTs": 1639598400,
          "entryUtc": "2021-12-15T20:00:00.000Z",
          "exitTs": 1639600620,
          "dir": 1,
          "entryPrice": 1769.458,
          "exitPrice": 1780.548,
          "stopDistance": 5.545,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 37
        },
        {
          "entryTs": 1639656900,
          "entryUtc": "2021-12-16T12:15:00.000Z",
          "exitTs": 1639660140,
          "dir": -1,
          "entryPrice": 1784.218,
          "exitPrice": 1786.607,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 54
        },
        {
          "entryTs": 1639660500,
          "entryUtc": "2021-12-16T13:15:00.000Z",
          "exitTs": 1639662300,
          "dir": 1,
          "entryPrice": 1788.889,
          "exitPrice": 1785.874,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 30
        },
        {
          "entryTs": 1639705500,
          "entryUtc": "2021-12-17T01:45:00.000Z",
          "exitTs": 1639720500,
          "dir": 1,
          "entryPrice": 1800.578,
          "exitPrice": 1804.781,
          "stopDistance": 2.102,
          "outcome": "target",
          "netR": 1.8239,
          "holdMinutes": 250
        },
        {
          "entryTs": 1639750500,
          "entryUtc": "2021-12-17T14:15:00.000Z",
          "exitTs": 1639754160,
          "dir": -1,
          "entryPrice": 1805.628,
          "exitPrice": 1808.949,
          "stopDistance": 3.321,
          "outcome": "stop",
          "netR": -1.1265,
          "holdMinutes": 61
        },
        {
          "entryTs": 1640011500,
          "entryUtc": "2021-12-20T14:45:00.000Z",
          "exitTs": 1640075880,
          "dir": -1,
          "entryPrice": 1794.545,
          "exitPrice": 1797.794,
          "stopDistance": 3.249,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 1073
        },
        {
          "entryTs": 1640097000,
          "entryUtc": "2021-12-21T14:30:00.000Z",
          "exitTs": 1640100960,
          "dir": -1,
          "entryPrice": 1795.065,
          "exitPrice": 1789.608,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 66
        },
        {
          "entryTs": 1640150100,
          "entryUtc": "2021-12-22T05:15:00.000Z",
          "exitTs": 1640160540,
          "dir": -1,
          "entryPrice": 1787.648,
          "exitPrice": 1789.026,
          "stopDistance": 1.379,
          "outcome": "stop",
          "netR": -1.3047,
          "holdMinutes": 174
        },
        {
          "entryTs": 1640185200,
          "entryUtc": "2021-12-22T15:00:00.000Z",
          "exitTs": 1640185440,
          "dir": -1,
          "entryPrice": 1790.268,
          "exitPrice": 1792.835,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 4
        },
        {
          "entryTs": 1640188800,
          "entryUtc": "2021-12-22T16:00:00.000Z",
          "exitTs": 1640197620,
          "dir": 1,
          "entryPrice": 1795.595,
          "exitPrice": 1800.999,
          "stopDistance": 2.702,
          "outcome": "target",
          "netR": 1.8631,
          "holdMinutes": 147
        },
        {
          "entryTs": 1640238300,
          "entryUtc": "2021-12-23T05:45:00.000Z",
          "exitTs": 1640239200,
          "dir": 1,
          "entryPrice": 1807.518,
          "exitPrice": 1805.886,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 15
        },
        {
          "entryTs": 1640266200,
          "entryUtc": "2021-12-23T13:30:00.000Z",
          "exitTs": 1640268480,
          "dir": 1,
          "entryPrice": 1808.118,
          "exitPrice": 1806.102,
          "stopDistance": 2.016,
          "outcome": "stop",
          "netR": -1.2084,
          "holdMinutes": 38
        },
        {
          "entryTs": 1640270700,
          "entryUtc": "2021-12-23T14:45:00.000Z",
          "exitTs": 1640271600,
          "dir": -1,
          "entryPrice": 1800.538,
          "exitPrice": 1803.45,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 15
        },
        {
          "entryTs": 1640652300,
          "entryUtc": "2021-12-28T00:45:00.000Z",
          "exitTs": 1640670180,
          "dir": -1,
          "entryPrice": 1810.808,
          "exitPrice": 1812.323,
          "stopDistance": 1.515,
          "outcome": "stop",
          "netR": -1.2772,
          "holdMinutes": 298
        },
        {
          "entryTs": 1640698200,
          "entryUtc": "2021-12-28T13:30:00.000Z",
          "exitTs": 1640700300,
          "dir": 1,
          "entryPrice": 1818.558,
          "exitPrice": 1816.512,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 35
        },
        {
          "entryTs": 1640700900,
          "entryUtc": "2021-12-28T14:15:00.000Z",
          "exitTs": 1640702220,
          "dir": -1,
          "entryPrice": 1810.958,
          "exitPrice": 1813.905,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 22
        },
        {
          "entryTs": 1640825100,
          "entryUtc": "2021-12-30T00:45:00.000Z",
          "exitTs": 1640825460,
          "dir": 1,
          "entryPrice": 1805.308,
          "exitPrice": 1803.554,
          "stopDistance": 1.754,
          "outcome": "stop",
          "netR": -1.2394,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640826900,
          "entryUtc": "2021-12-30T01:15:00.000Z",
          "exitTs": 1640844000,
          "dir": -1,
          "entryPrice": 1802.378,
          "exitPrice": 1798.085,
          "stopDistance": 2.147,
          "outcome": "target",
          "netR": 1.8276,
          "holdMinutes": 285
        },
        {
          "entryTs": 1640875500,
          "entryUtc": "2021-12-30T14:45:00.000Z",
          "exitTs": 1640882760,
          "dir": 1,
          "entryPrice": 1807.408,
          "exitPrice": 1813.615,
          "stopDistance": 3.103,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 121
        },
        {
          "entryTs": 1641250800,
          "entryUtc": "2022-01-03T23:00:00.000Z",
          "exitTs": 1641251280,
          "dir": -1,
          "entryPrice": 1800.404,
          "exitPrice": 1802.743,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1796,
          "holdMinutes": 8
        },
        {
          "entryTs": 1641281400,
          "entryUtc": "2022-01-04T07:30:00.000Z",
          "exitTs": 1641285960,
          "dir": 1,
          "entryPrice": 1805.989,
          "exitPrice": 1803.982,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 76
        },
        {
          "entryTs": 1641299400,
          "entryUtc": "2022-01-04T12:30:00.000Z",
          "exitTs": 1641302040,
          "dir": -1,
          "entryPrice": 1799.305,
          "exitPrice": 1802.166,
          "stopDistance": 2.861,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 44
        },
        {
          "entryTs": 1641338100,
          "entryUtc": "2022-01-04T23:15:00.000Z",
          "exitTs": 1641349800,
          "dir": -1,
          "entryPrice": 1813.358,
          "exitPrice": 1815.428,
          "stopDistance": 2.069,
          "outcome": "stop",
          "netR": -1.2029,
          "holdMinutes": 195
        },
        {
          "entryTs": 1641364200,
          "entryUtc": "2022-01-05T06:30:00.000Z",
          "exitTs": 1641364620,
          "dir": 1,
          "entryPrice": 1816.748,
          "exitPrice": 1815.264,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.283,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641366000,
          "entryUtc": "2022-01-05T07:00:00.000Z",
          "exitTs": 1641366660,
          "dir": -1,
          "entryPrice": 1812.984,
          "exitPrice": 1814.713,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.243,
          "holdMinutes": 11
        },
        {
          "entryTs": 1641371400,
          "entryUtc": "2022-01-05T08:30:00.000Z",
          "exitTs": 1641382020,
          "dir": 1,
          "entryPrice": 1816.164,
          "exitPrice": 1820.309,
          "stopDistance": 2.072,
          "outcome": "target",
          "netR": 1.8215,
          "holdMinutes": 177
        },
        {
          "entryTs": 1641410100,
          "entryUtc": "2022-01-05T19:15:00.000Z",
          "exitTs": 1641410880,
          "dir": -1,
          "entryPrice": 1816.158,
          "exitPrice": 1819.811,
          "stopDistance": 3.653,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 13
        },
        {
          "entryTs": 1641429000,
          "entryUtc": "2022-01-06T00:30:00.000Z",
          "exitTs": 1641432840,
          "dir": -1,
          "entryPrice": 1807.778,
          "exitPrice": 1810.656,
          "stopDistance": 2.878,
          "outcome": "stop",
          "netR": -1.146,
          "holdMinutes": 64
        },
        {
          "entryTs": 1641495600,
          "entryUtc": "2022-01-06T19:00:00.000Z",
          "exitTs": 1641513420,
          "dir": -1,
          "entryPrice": 1787.638,
          "exitPrice": 1791.33,
          "stopDistance": 3.692,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 297
        },
        {
          "entryTs": 1641518100,
          "entryUtc": "2022-01-07T01:15:00.000Z",
          "exitTs": 1641520320,
          "dir": -1,
          "entryPrice": 1789.978,
          "exitPrice": 1792.122,
          "stopDistance": 2.144,
          "outcome": "stop",
          "netR": -1.1959,
          "holdMinutes": 37
        },
        {
          "entryTs": 1641522600,
          "entryUtc": "2022-01-07T02:30:00.000Z",
          "exitTs": 1641525480,
          "dir": -1,
          "entryPrice": 1790.368,
          "exitPrice": 1792.505,
          "stopDistance": 2.137,
          "outcome": "stop",
          "netR": -1.1965,
          "holdMinutes": 48
        },
        {
          "entryTs": 1641548700,
          "entryUtc": "2022-01-07T09:45:00.000Z",
          "exitTs": 1641553260,
          "dir": 1,
          "entryPrice": 1792.478,
          "exitPrice": 1790.089,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 76
        },
        {
          "entryTs": 1641564900,
          "entryUtc": "2022-01-07T14:15:00.000Z",
          "exitTs": 1641566160,
          "dir": 1,
          "entryPrice": 1793.948,
          "exitPrice": 1789.471,
          "stopDistance": 4.477,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 21
        },
        {
          "entryTs": 1641570300,
          "entryUtc": "2022-01-07T15:45:00.000Z",
          "exitTs": 1641573780,
          "dir": -1,
          "entryPrice": 1787.848,
          "exitPrice": 1792.701,
          "stopDistance": 4.853,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 58
        },
        {
          "entryTs": 1641895200,
          "entryUtc": "2022-01-11T10:00:00.000Z",
          "exitTs": 1641909960,
          "dir": -1,
          "entryPrice": 1806.818,
          "exitPrice": 1802.414,
          "stopDistance": 2.202,
          "outcome": "target",
          "netR": 1.832,
          "holdMinutes": 246
        },
        {
          "entryTs": 1641910500,
          "entryUtc": "2022-01-11T14:15:00.000Z",
          "exitTs": 1641911880,
          "dir": -1,
          "entryPrice": 1802.408,
          "exitPrice": 1805.249,
          "stopDistance": 2.841,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 23
        },
        {
          "entryTs": 1641916800,
          "entryUtc": "2022-01-11T16:00:00.000Z",
          "exitTs": 1641927180,
          "dir": 1,
          "entryPrice": 1811.558,
          "exitPrice": 1819.526,
          "stopDistance": 3.984,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 173
        },
        {
          "entryTs": 1641950100,
          "entryUtc": "2022-01-12T01:15:00.000Z",
          "exitTs": 1641977160,
          "dir": -1,
          "entryPrice": 1819.608,
          "exitPrice": 1815.28,
          "stopDistance": 2.164,
          "outcome": "target",
          "netR": 1.829,
          "holdMinutes": 451
        },
        {
          "entryTs": 1642124700,
          "entryUtc": "2022-01-14T01:45:00.000Z",
          "exitTs": 1642139040,
          "dir": 1,
          "entryPrice": 1823.328,
          "exitPrice": 1827.528,
          "stopDistance": 2.1,
          "outcome": "target",
          "netR": 1.8238,
          "holdMinutes": 239
        },
        {
          "entryTs": 1642150800,
          "entryUtc": "2022-01-14T09:00:00.000Z",
          "exitTs": 1642164420,
          "dir": -1,
          "entryPrice": 1824.234,
          "exitPrice": 1819.751,
          "stopDistance": 2.241,
          "outcome": "target",
          "netR": 1.8349,
          "holdMinutes": 227
        },
        {
          "entryTs": 1642466700,
          "entryUtc": "2022-01-18T00:45:00.000Z",
          "exitTs": 1642476900,
          "dir": 1,
          "entryPrice": 1820.048,
          "exitPrice": 1818.719,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.3161,
          "holdMinutes": 170
        },
        {
          "entryTs": 1642477500,
          "entryUtc": "2022-01-18T03:45:00.000Z",
          "exitTs": 1642496040,
          "dir": -1,
          "entryPrice": 1816.448,
          "exitPrice": 1812.705,
          "stopDistance": 1.871,
          "outcome": "target",
          "netR": 1.8023,
          "holdMinutes": 309
        },
        {
          "entryTs": 1642513500,
          "entryUtc": "2022-01-18T13:45:00.000Z",
          "exitTs": 1642515420,
          "dir": 1,
          "entryPrice": 1817.958,
          "exitPrice": 1813.364,
          "stopDistance": 4.594,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 32
        },
        {
          "entryTs": 1642527900,
          "entryUtc": "2022-01-18T17:45:00.000Z",
          "exitTs": 1642583700,
          "dir": -1,
          "entryPrice": 1811.338,
          "exitPrice": 1816.099,
          "stopDistance": 4.761,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 930
        },
        {
          "entryTs": 1642672800,
          "entryUtc": "2022-01-20T10:00:00.000Z",
          "exitTs": 1642683600,
          "dir": -1,
          "entryPrice": 1838.428,
          "exitPrice": 1840.766,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 180
        },
        {
          "entryTs": 1642732200,
          "entryUtc": "2022-01-21T02:30:00.000Z",
          "exitTs": 1642751700,
          "dir": 1,
          "entryPrice": 1839.968,
          "exitPrice": 1837.706,
          "stopDistance": 2.262,
          "outcome": "stop",
          "netR": -1.1857,
          "holdMinutes": 325
        },
        {
          "entryTs": 1642801500,
          "entryUtc": "2022-01-21T21:45:00.000Z",
          "exitTs": 1642978800,
          "dir": 1,
          "entryPrice": 1833.369,
          "exitPrice": 1833.128,
          "stopDistance": 2.83,
          "outcome": "time",
          "netR": -0.2159,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1642992300,
          "entryUtc": "2022-01-24T02:45:00.000Z",
          "exitTs": 1643015400,
          "dir": 1,
          "entryPrice": 1837.088,
          "exitPrice": 1842.224,
          "stopDistance": 2.568,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 385
        },
        {
          "entryTs": 1643032800,
          "entryUtc": "2022-01-24T14:00:00.000Z",
          "exitTs": 1643033400,
          "dir": -1,
          "entryPrice": 1835.254,
          "exitPrice": 1838.723,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643059800,
          "entryUtc": "2022-01-24T21:30:00.000Z",
          "exitTs": 1643074980,
          "dir": 1,
          "entryPrice": 1843.409,
          "exitPrice": 1840.115,
          "stopDistance": 3.294,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 253
        },
        {
          "entryTs": 1643176800,
          "entryUtc": "2022-01-26T06:00:00.000Z",
          "exitTs": 1643180700,
          "dir": 1,
          "entryPrice": 1847.565,
          "exitPrice": 1846.053,
          "stopDistance": 1.512,
          "outcome": "stop",
          "netR": -1.2777,
          "holdMinutes": 65
        },
        {
          "entryTs": 1643277600,
          "entryUtc": "2022-01-27T10:00:00.000Z",
          "exitTs": 1643280540,
          "dir": 1,
          "entryPrice": 1815.934,
          "exitPrice": 1812.752,
          "stopDistance": 3.182,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 49
        },
        {
          "entryTs": 1643283900,
          "entryUtc": "2022-01-27T11:45:00.000Z",
          "exitTs": 1643284440,
          "dir": -1,
          "entryPrice": 1808.068,
          "exitPrice": 1811.228,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 9
        },
        {
          "entryTs": 1643393700,
          "entryUtc": "2022-01-28T18:15:00.000Z",
          "exitTs": 1643583600,
          "dir": 1,
          "entryPrice": 1786.788,
          "exitPrice": 1790.178,
          "stopDistance": 4.606,
          "outcome": "time",
          "netR": 0.6557,
          "holdMinutes": 3165
        },
        {
          "entryTs": 1643617800,
          "entryUtc": "2022-01-31T08:30:00.000Z",
          "exitTs": 1643623020,
          "dir": 1,
          "entryPrice": 1791.218,
          "exitPrice": 1788.775,
          "stopDistance": 2.443,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 87
        },
        {
          "entryTs": 1643687100,
          "entryUtc": "2022-02-01T03:45:00.000Z",
          "exitTs": 1643690160,
          "dir": -1,
          "entryPrice": 1795.868,
          "exitPrice": 1797.596,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.2431,
          "holdMinutes": 51
        },
        {
          "entryTs": 1643690700,
          "entryUtc": "2022-02-01T04:45:00.000Z",
          "exitTs": 1643693160,
          "dir": 1,
          "entryPrice": 1798.198,
          "exitPrice": 1801.569,
          "stopDistance": 1.685,
          "outcome": "target",
          "netR": 1.7805,
          "holdMinutes": 41
        },
        {
          "entryTs": 1643787900,
          "entryUtc": "2022-02-02T07:45:00.000Z",
          "exitTs": 1643789160,
          "dir": -1,
          "entryPrice": 1795.228,
          "exitPrice": 1797.126,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 21
        },
        {
          "entryTs": 1643790600,
          "entryUtc": "2022-02-02T08:30:00.000Z",
          "exitTs": 1643803440,
          "dir": 1,
          "entryPrice": 1799.638,
          "exitPrice": 1803.939,
          "stopDistance": 2.15,
          "outcome": "target",
          "netR": 1.8279,
          "holdMinutes": 214
        },
        {
          "entryTs": 1643810400,
          "entryUtc": "2022-02-02T14:00:00.000Z",
          "exitTs": 1643812260,
          "dir": -1,
          "entryPrice": 1801.238,
          "exitPrice": 1804.195,
          "stopDistance": 2.957,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 31
        },
        {
          "entryTs": 1643815800,
          "entryUtc": "2022-02-02T15:30:00.000Z",
          "exitTs": 1643889660,
          "dir": 1,
          "entryPrice": 1806.278,
          "exitPrice": 1802.163,
          "stopDistance": 4.115,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 1231
        },
        {
          "entryTs": 1643905800,
          "entryUtc": "2022-02-03T16:30:00.000Z",
          "exitTs": 1643981520,
          "dir": 1,
          "entryPrice": 1806.938,
          "exitPrice": 1802.039,
          "stopDistance": 4.899,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1643982300,
          "entryUtc": "2022-02-04T13:45:00.000Z",
          "exitTs": 1643984040,
          "dir": -1,
          "entryPrice": 1797.695,
          "exitPrice": 1801.736,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 29
        },
        {
          "entryTs": 1644218100,
          "entryUtc": "2022-02-07T07:15:00.000Z",
          "exitTs": 1644239040,
          "dir": 1,
          "entryPrice": 1811.198,
          "exitPrice": 1814.923,
          "stopDistance": 1.863,
          "outcome": "target",
          "netR": 1.8014,
          "holdMinutes": 349
        },
        {
          "entryTs": 1644480900,
          "entryUtc": "2022-02-10T08:15:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1832.724,
          "exitPrice": 1829.653,
          "stopDistance": 1.535,
          "outcome": "target",
          "netR": 1.759,
          "holdMinutes": 315
        },
        {
          "entryTs": 1644553800,
          "entryUtc": "2022-02-11T04:30:00.000Z",
          "exitTs": 1644557340,
          "dir": -1,
          "entryPrice": 1823.188,
          "exitPrice": 1825.188,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 59
        },
        {
          "entryTs": 1644566400,
          "entryUtc": "2022-02-11T08:00:00.000Z",
          "exitTs": 1644582420,
          "dir": 1,
          "entryPrice": 1826.078,
          "exitPrice": 1830.687,
          "stopDistance": 2.304,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 267
        },
        {
          "entryTs": 1644827400,
          "entryUtc": "2022-02-14T08:30:00.000Z",
          "exitTs": 1644830580,
          "dir": 1,
          "entryPrice": 1858.164,
          "exitPrice": 1854.96,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 53
        },
        {
          "entryTs": 1645070400,
          "entryUtc": "2022-02-17T04:00:00.000Z",
          "exitTs": 1645072140,
          "dir": 1,
          "entryPrice": 1874.858,
          "exitPrice": 1871.993,
          "stopDistance": 2.865,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 29
        },
        {
          "entryTs": 1645103700,
          "entryUtc": "2022-02-17T13:15:00.000Z",
          "exitTs": 1645116360,
          "dir": 1,
          "entryPrice": 1889.678,
          "exitPrice": 1898.071,
          "stopDistance": 4.196,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 211
        },
        {
          "entryTs": 1645148700,
          "entryUtc": "2022-02-18T01:45:00.000Z",
          "exitTs": 1645180200,
          "dir": -1,
          "entryPrice": 1893.248,
          "exitPrice": 1886.645,
          "stopDistance": 3.302,
          "outcome": "target",
          "netR": 1.8879,
          "holdMinutes": 525
        },
        {
          "entryTs": 1645398900,
          "entryUtc": "2022-02-20T23:15:00.000Z",
          "exitTs": 1645404840,
          "dir": 1,
          "entryPrice": 1904.208,
          "exitPrice": 1900.518,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 99
        },
        {
          "entryTs": 1645420500,
          "entryUtc": "2022-02-21T05:15:00.000Z",
          "exitTs": 1645432500,
          "dir": -1,
          "entryPrice": 1891.403,
          "exitPrice": 1895.055,
          "stopDistance": 3.652,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 200
        },
        {
          "entryTs": 1645433100,
          "entryUtc": "2022-02-21T08:45:00.000Z",
          "exitTs": 1645469460,
          "dir": 1,
          "entryPrice": 1895.598,
          "exitPrice": 1902.827,
          "stopDistance": 3.614,
          "outcome": "target",
          "netR": 1.8976,
          "holdMinutes": 606
        },
        {
          "entryTs": 1645592400,
          "entryUtc": "2022-02-23T05:00:00.000Z",
          "exitTs": 1645606260,
          "dir": -1,
          "entryPrice": 1896.868,
          "exitPrice": 1893.071,
          "stopDistance": 1.898,
          "outcome": "target",
          "netR": 1.8051,
          "holdMinutes": 231
        },
        {
          "entryTs": 1645658100,
          "entryUtc": "2022-02-23T23:15:00.000Z",
          "exitTs": 1645670940,
          "dir": 1,
          "entryPrice": 1910.098,
          "exitPrice": 1916.362,
          "stopDistance": 3.132,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 214
        },
        {
          "entryTs": 1645730100,
          "entryUtc": "2022-02-24T19:15:00.000Z",
          "exitTs": 1645731420,
          "dir": -1,
          "entryPrice": 1904.18,
          "exitPrice": 1882.708,
          "stopDistance": 10.736,
          "outcome": "target",
          "netR": 1.9655,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646204400,
          "entryUtc": "2022-03-02T07:00:00.000Z",
          "exitTs": 1646207280,
          "dir": 1,
          "entryPrice": 1937.788,
          "exitPrice": 1945.963,
          "stopDistance": 4.088,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 48
        },
        {
          "entryTs": 1646228700,
          "entryUtc": "2022-03-02T13:45:00.000Z",
          "exitTs": 1646231760,
          "dir": 1,
          "entryPrice": 1932.561,
          "exitPrice": 1925.003,
          "stopDistance": 7.558,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 51
        },
        {
          "entryTs": 1646299800,
          "entryUtc": "2022-03-03T09:30:00.000Z",
          "exitTs": 1646301300,
          "dir": -1,
          "entryPrice": 1924.278,
          "exitPrice": 1929.172,
          "stopDistance": 4.894,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 25
        },
        {
          "entryTs": 1646331300,
          "entryUtc": "2022-03-03T18:15:00.000Z",
          "exitTs": 1646353860,
          "dir": 1,
          "entryPrice": 1933.408,
          "exitPrice": 1944.242,
          "stopDistance": 5.417,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 376
        },
        {
          "entryTs": 1646359200,
          "entryUtc": "2022-03-04T02:00:00.000Z",
          "exitTs": 1646362560,
          "dir": -1,
          "entryPrice": 1933.693,
          "exitPrice": 1939.779,
          "stopDistance": 6.086,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 56
        },
        {
          "entryTs": 1646385300,
          "entryUtc": "2022-03-04T09:15:00.000Z",
          "exitTs": 1646404140,
          "dir": 1,
          "entryPrice": 1941.198,
          "exitPrice": 1949.862,
          "stopDistance": 4.332,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 314
        },
        {
          "entryTs": 1646404200,
          "entryUtc": "2022-03-04T14:30:00.000Z",
          "exitTs": 1646406120,
          "dir": 1,
          "entryPrice": 1950.599,
          "exitPrice": 1945.446,
          "stopDistance": 5.153,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 32
        },
        {
          "entryTs": 1646640000,
          "entryUtc": "2022-03-07T08:00:00.000Z",
          "exitTs": 1646652840,
          "dir": 1,
          "entryPrice": 1992.978,
          "exitPrice": 1986.436,
          "stopDistance": 6.542,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 214
        },
        {
          "entryTs": 1646653500,
          "entryUtc": "2022-03-07T11:45:00.000Z",
          "exitTs": 1646659140,
          "dir": -1,
          "entryPrice": 1990.578,
          "exitPrice": 1977.195,
          "stopDistance": 6.691,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 94
        },
        {
          "entryTs": 1646667900,
          "entryUtc": "2022-03-07T15:45:00.000Z",
          "exitTs": 1646669220,
          "dir": 1,
          "entryPrice": 1989.148,
          "exitPrice": 1977.677,
          "stopDistance": 11.471,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646699400,
          "entryUtc": "2022-03-08T00:30:00.000Z",
          "exitTs": 1646702700,
          "dir": -1,
          "entryPrice": 1995.028,
          "exitPrice": 1984.019,
          "stopDistance": 5.505,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 55
        },
        {
          "entryTs": 1646832600,
          "entryUtc": "2022-03-09T13:30:00.000Z",
          "exitTs": 1646874300,
          "dir": -1,
          "entryPrice": 1998.088,
          "exitPrice": 1975.845,
          "stopDistance": 11.122,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 695
        },
        {
          "entryTs": 1646899200,
          "entryUtc": "2022-03-10T08:00:00.000Z",
          "exitTs": 1646899440,
          "dir": -1,
          "entryPrice": 1975.208,
          "exitPrice": 1981.208,
          "stopDistance": 6,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 4
        },
        {
          "entryTs": 1646973900,
          "entryUtc": "2022-03-11T04:45:00.000Z",
          "exitTs": 1646985300,
          "dir": -1,
          "entryPrice": 1986.752,
          "exitPrice": 1991.16,
          "stopDistance": 4.408,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 190
        },
        {
          "entryTs": 1647209700,
          "entryUtc": "2022-03-13T22:15:00.000Z",
          "exitTs": 1647248220,
          "dir": -1,
          "entryPrice": 1981.528,
          "exitPrice": 1967.562,
          "stopDistance": 6.983,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 642
        },
        {
          "entryTs": 1647267300,
          "entryUtc": "2022-03-14T14:15:00.000Z",
          "exitTs": 1647319800,
          "dir": -1,
          "entryPrice": 1954.428,
          "exitPrice": 1938.755,
          "stopDistance": 7.836,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 875
        },
        {
          "entryTs": 1647413100,
          "entryUtc": "2022-03-16T06:45:00.000Z",
          "exitTs": 1647415620,
          "dir": -1,
          "entryPrice": 1914.898,
          "exitPrice": 1918.315,
          "stopDistance": 3.417,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 42
        },
        {
          "entryTs": 1647433800,
          "entryUtc": "2022-03-16T12:30:00.000Z",
          "exitTs": 1647436140,
          "dir": -1,
          "entryPrice": 1917.062,
          "exitPrice": 1921.905,
          "stopDistance": 4.843,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 39
        },
        {
          "entryTs": 1647455400,
          "entryUtc": "2022-03-16T18:30:00.000Z",
          "exitTs": 1647456360,
          "dir": -1,
          "entryPrice": 1904.245,
          "exitPrice": 1911.858,
          "stopDistance": 7.613,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 16
        },
        {
          "entryTs": 1647457200,
          "entryUtc": "2022-03-16T19:00:00.000Z",
          "exitTs": 1647480660,
          "dir": 1,
          "entryPrice": 1916.209,
          "exitPrice": 1932.909,
          "stopDistance": 8.35,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 391
        },
        {
          "entryTs": 1647528300,
          "entryUtc": "2022-03-17T14:45:00.000Z",
          "exitTs": 1647540300,
          "dir": 1,
          "entryPrice": 1947.094,
          "exitPrice": 1940.48,
          "stopDistance": 6.614,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 200
        },
        {
          "entryTs": 1647554400,
          "entryUtc": "2022-03-17T22:00:00.000Z",
          "exitTs": 1647568560,
          "dir": 1,
          "entryPrice": 1942.793,
          "exitPrice": 1938.432,
          "stopDistance": 4.361,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 236
        },
        {
          "entryTs": 1647584100,
          "entryUtc": "2022-03-18T06:15:00.000Z",
          "exitTs": 1647587220,
          "dir": -1,
          "entryPrice": 1932.088,
          "exitPrice": 1935.883,
          "stopDistance": 3.795,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 52
        },
        {
          "entryTs": 1647600300,
          "entryUtc": "2022-03-18T10:45:00.000Z",
          "exitTs": 1647601200,
          "dir": -1,
          "entryPrice": 1931.193,
          "exitPrice": 1935.302,
          "stopDistance": 4.109,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 15
        },
        {
          "entryTs": 1647603000,
          "entryUtc": "2022-03-18T11:30:00.000Z",
          "exitTs": 1647609180,
          "dir": 1,
          "entryPrice": 1938.563,
          "exitPrice": 1933.975,
          "stopDistance": 4.588,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 103
        },
        {
          "entryTs": 1647610200,
          "entryUtc": "2022-03-18T13:30:00.000Z",
          "exitTs": 1647610380,
          "dir": -1,
          "entryPrice": 1927.088,
          "exitPrice": 1933.091,
          "stopDistance": 6.003,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 3
        },
        {
          "entryTs": 1647827100,
          "entryUtc": "2022-03-21T01:45:00.000Z",
          "exitTs": 1647842520,
          "dir": 1,
          "entryPrice": 1927.558,
          "exitPrice": 1923.356,
          "stopDistance": 4.202,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 257
        },
        {
          "entryTs": 1647843300,
          "entryUtc": "2022-03-21T06:15:00.000Z",
          "exitTs": 1647852240,
          "dir": -1,
          "entryPrice": 1923.453,
          "exitPrice": 1926.344,
          "stopDistance": 2.891,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 149
        },
        {
          "entryTs": 1647871200,
          "entryUtc": "2022-03-21T14:00:00.000Z",
          "exitTs": 1647889020,
          "dir": 1,
          "entryPrice": 1929.723,
          "exitPrice": 1938.793,
          "stopDistance": 4.535,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 297
        },
        {
          "entryTs": 1647909000,
          "entryUtc": "2022-03-22T00:30:00.000Z",
          "exitTs": 1647919800,
          "dir": -1,
          "entryPrice": 1932.849,
          "exitPrice": 1936.211,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 180
        },
        {
          "entryTs": 1647934200,
          "entryUtc": "2022-03-22T07:30:00.000Z",
          "exitTs": 1647936660,
          "dir": -1,
          "entryPrice": 1933.068,
          "exitPrice": 1927.309,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 41
        },
        {
          "entryTs": 1647956700,
          "entryUtc": "2022-03-22T13:45:00.000Z",
          "exitTs": 1647957960,
          "dir": -1,
          "entryPrice": 1921.518,
          "exitPrice": 1912.806,
          "stopDistance": 4.356,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 21
        },
        {
          "entryTs": 1648001700,
          "entryUtc": "2022-03-23T02:15:00.000Z",
          "exitTs": 1648015440,
          "dir": 1,
          "entryPrice": 1922.333,
          "exitPrice": 1919.127,
          "stopDistance": 3.206,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 229
        },
        {
          "entryTs": 1648023300,
          "entryUtc": "2022-03-23T08:15:00.000Z",
          "exitTs": 1648026180,
          "dir": 1,
          "entryPrice": 1921.848,
          "exitPrice": 1926.937,
          "stopDistance": 2.545,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 48
        },
        {
          "entryTs": 1648044000,
          "entryUtc": "2022-03-23T14:00:00.000Z",
          "exitTs": 1648045020,
          "dir": 1,
          "entryPrice": 1935.073,
          "exitPrice": 1930.715,
          "stopDistance": 4.358,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 17
        },
        {
          "entryTs": 1648054800,
          "entryUtc": "2022-03-23T17:00:00.000Z",
          "exitTs": 1648064520,
          "dir": 1,
          "entryPrice": 1935.398,
          "exitPrice": 1944.667,
          "stopDistance": 4.635,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 162
        },
        {
          "entryTs": 1648087200,
          "entryUtc": "2022-03-24T02:00:00.000Z",
          "exitTs": 1648109520,
          "dir": -1,
          "entryPrice": 1941.908,
          "exitPrice": 1945.083,
          "stopDistance": 3.175,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 372
        },
        {
          "entryTs": 1648197000,
          "entryUtc": "2022-03-25T08:30:00.000Z",
          "exitTs": 1648198320,
          "dir": 1,
          "entryPrice": 1959.437,
          "exitPrice": 1956.306,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 22
        },
        {
          "entryTs": 1648222200,
          "entryUtc": "2022-03-25T15:30:00.000Z",
          "exitTs": 1648229460,
          "dir": 1,
          "entryPrice": 1958.338,
          "exitPrice": 1952.51,
          "stopDistance": 5.828,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 121
        },
        {
          "entryTs": 1648539000,
          "entryUtc": "2022-03-29T07:30:00.000Z",
          "exitTs": 1648543200,
          "dir": -1,
          "entryPrice": 1920.078,
          "exitPrice": 1913.831,
          "stopDistance": 3.124,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 70
        },
        {
          "entryTs": 1648603800,
          "entryUtc": "2022-03-30T01:30:00.000Z",
          "exitTs": 1648621260,
          "dir": 1,
          "entryPrice": 1921.643,
          "exitPrice": 1928.094,
          "stopDistance": 3.226,
          "outcome": "target",
          "netR": 1.8853,
          "holdMinutes": 291
        },
        {
          "entryTs": 1648684800,
          "entryUtc": "2022-03-31T00:00:00.000Z",
          "exitTs": 1648685580,
          "dir": 1,
          "entryPrice": 1933.938,
          "exitPrice": 1931.467,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 13
        },
        {
          "entryTs": 1648685700,
          "entryUtc": "2022-03-31T00:15:00.000Z",
          "exitTs": 1648695600,
          "dir": -1,
          "entryPrice": 1930.208,
          "exitPrice": 1924.734,
          "stopDistance": 2.737,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 165
        },
        {
          "entryTs": 1648810800,
          "entryUtc": "2022-04-01T11:00:00.000Z",
          "exitTs": 1648815300,
          "dir": -1,
          "entryPrice": 1927.438,
          "exitPrice": 1931.218,
          "stopDistance": 3.78,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 75
        },
        {
          "entryTs": 1649038500,
          "entryUtc": "2022-04-04T02:15:00.000Z",
          "exitTs": 1649053680,
          "dir": -1,
          "entryPrice": 1920.938,
          "exitPrice": 1923.913,
          "stopDistance": 2.975,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 253
        },
        {
          "entryTs": 1649080800,
          "entryUtc": "2022-04-04T14:00:00.000Z",
          "exitTs": 1649080920,
          "dir": -1,
          "entryPrice": 1925.248,
          "exitPrice": 1930.312,
          "stopDistance": 5.064,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 2
        },
        {
          "entryTs": 1649121300,
          "entryUtc": "2022-04-05T01:15:00.000Z",
          "exitTs": 1649141400,
          "dir": -1,
          "entryPrice": 1930.108,
          "exitPrice": 1932.47,
          "stopDistance": 2.362,
          "outcome": "stop",
          "netR": -1.1778,
          "holdMinutes": 335
        },
        {
          "entryTs": 1649208600,
          "entryUtc": "2022-04-06T01:30:00.000Z",
          "exitTs": 1649224920,
          "dir": 1,
          "entryPrice": 1923.748,
          "exitPrice": 1920.046,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 272
        },
        {
          "entryTs": 1649234700,
          "entryUtc": "2022-04-06T08:45:00.000Z",
          "exitTs": 1649236320,
          "dir": 1,
          "entryPrice": 1925.138,
          "exitPrice": 1932.895,
          "stopDistance": 3.878,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 27
        },
        {
          "entryTs": 1649291400,
          "entryUtc": "2022-04-07T00:30:00.000Z",
          "exitTs": 1649294040,
          "dir": 1,
          "entryPrice": 1926.652,
          "exitPrice": 1923.17,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 44
        },
        {
          "entryTs": 1649297700,
          "entryUtc": "2022-04-07T02:15:00.000Z",
          "exitTs": 1649300880,
          "dir": -1,
          "entryPrice": 1922.036,
          "exitPrice": 1925.311,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 53
        },
        {
          "entryTs": 1649359800,
          "entryUtc": "2022-04-07T19:30:00.000Z",
          "exitTs": 1649375100,
          "dir": -1,
          "entryPrice": 1929.768,
          "exitPrice": 1933.391,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 255
        },
        {
          "entryTs": 1649641500,
          "entryUtc": "2022-04-11T01:45:00.000Z",
          "exitTs": 1649647680,
          "dir": -1,
          "entryPrice": 1942.672,
          "exitPrice": 1945.807,
          "stopDistance": 3.135,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 103
        },
        {
          "entryTs": 1649685600,
          "entryUtc": "2022-04-11T14:00:00.000Z",
          "exitTs": 1649731500,
          "dir": -1,
          "entryPrice": 1951.228,
          "exitPrice": 1957.578,
          "stopDistance": 6.35,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 765
        },
        {
          "entryTs": 1649815200,
          "entryUtc": "2022-04-13T02:00:00.000Z",
          "exitTs": 1649834520,
          "dir": 1,
          "entryPrice": 1969.198,
          "exitPrice": 1965.903,
          "stopDistance": 3.295,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 322
        },
        {
          "entryTs": 1649896200,
          "entryUtc": "2022-04-14T00:30:00.000Z",
          "exitTs": 1649899800,
          "dir": -1,
          "entryPrice": 1974.178,
          "exitPrice": 1976.751,
          "stopDistance": 2.573,
          "outcome": "stop",
          "netR": -1.1632,
          "holdMinutes": 60
        },
        {
          "entryTs": 1649901600,
          "entryUtc": "2022-04-14T02:00:00.000Z",
          "exitTs": 1649905200,
          "dir": 1,
          "entryPrice": 1979.538,
          "exitPrice": 1977.017,
          "stopDistance": 2.521,
          "outcome": "stop",
          "netR": -1.1666,
          "holdMinutes": 60
        },
        {
          "entryTs": 1649922300,
          "entryUtc": "2022-04-14T07:45:00.000Z",
          "exitTs": 1649926200,
          "dir": 1,
          "entryPrice": 1977.058,
          "exitPrice": 1973.667,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 65
        },
        {
          "entryTs": 1649927700,
          "entryUtc": "2022-04-14T09:15:00.000Z",
          "exitTs": 1649933580,
          "dir": -1,
          "entryPrice": 1969.144,
          "exitPrice": 1972.606,
          "stopDistance": 3.462,
          "outcome": "stop",
          "netR": -1.1213,
          "holdMinutes": 98
        },
        {
          "entryTs": 1650277800,
          "entryUtc": "2022-04-18T10:30:00.000Z",
          "exitTs": 1650283140,
          "dir": -1,
          "entryPrice": 1989.362,
          "exitPrice": 1992.3,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 89
        },
        {
          "entryTs": 1650284100,
          "entryUtc": "2022-04-18T12:15:00.000Z",
          "exitTs": 1650288780,
          "dir": 1,
          "entryPrice": 1993.592,
          "exitPrice": 1990.732,
          "stopDistance": 2.86,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 78
        },
        {
          "entryTs": 1650343500,
          "entryUtc": "2022-04-19T04:45:00.000Z",
          "exitTs": 1650352800,
          "dir": -1,
          "entryPrice": 1975.212,
          "exitPrice": 1977.564,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 155
        },
        {
          "entryTs": 1650372300,
          "entryUtc": "2022-04-19T12:45:00.000Z",
          "exitTs": 1650373380,
          "dir": -1,
          "entryPrice": 1969.928,
          "exitPrice": 1961.175,
          "stopDistance": 4.376,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 18
        },
        {
          "entryTs": 1650520800,
          "entryUtc": "2022-04-21T06:00:00.000Z",
          "exitTs": 1650525120,
          "dir": 1,
          "entryPrice": 1952.962,
          "exitPrice": 1950.492,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 72
        },
        {
          "entryTs": 1650528000,
          "entryUtc": "2022-04-21T08:00:00.000Z",
          "exitTs": 1650529860,
          "dir": -1,
          "entryPrice": 1949.632,
          "exitPrice": 1944.167,
          "stopDistance": 2.732,
          "outcome": "target",
          "netR": 1.8646,
          "holdMinutes": 31
        },
        {
          "entryTs": 1650587400,
          "entryUtc": "2022-04-22T00:30:00.000Z",
          "exitTs": 1650590100,
          "dir": -1,
          "entryPrice": 1950.042,
          "exitPrice": 1952.891,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 45
        },
        {
          "entryTs": 1650980700,
          "entryUtc": "2022-04-26T13:45:00.000Z",
          "exitTs": 1650981420,
          "dir": 1,
          "entryPrice": 1909.978,
          "exitPrice": 1904.726,
          "stopDistance": 5.252,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 12
        },
        {
          "entryTs": 1651022100,
          "entryUtc": "2022-04-27T01:15:00.000Z",
          "exitTs": 1651023180,
          "dir": -1,
          "entryPrice": 1901.088,
          "exitPrice": 1904.03,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 18
        },
        {
          "entryTs": 1651047300,
          "entryUtc": "2022-04-27T08:15:00.000Z",
          "exitTs": 1651048080,
          "dir": -1,
          "entryPrice": 1891.046,
          "exitPrice": 1895.837,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 13
        },
        {
          "entryTs": 1651081500,
          "entryUtc": "2022-04-27T17:45:00.000Z",
          "exitTs": 1651089240,
          "dir": 1,
          "entryPrice": 1890.663,
          "exitPrice": 1885.57,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 129
        },
        {
          "entryTs": 1651129200,
          "entryUtc": "2022-04-28T07:00:00.000Z",
          "exitTs": 1651139160,
          "dir": 1,
          "entryPrice": 1882.153,
          "exitPrice": 1890.298,
          "stopDistance": 4.073,
          "outcome": "target",
          "netR": 1.9091,
          "holdMinutes": 166
        },
        {
          "entryTs": 1651148100,
          "entryUtc": "2022-04-28T12:15:00.000Z",
          "exitTs": 1651149120,
          "dir": -1,
          "entryPrice": 1885.207,
          "exitPrice": 1889.812,
          "stopDistance": 4.605,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 17
        },
        {
          "entryTs": 1651149900,
          "entryUtc": "2022-04-28T12:45:00.000Z",
          "exitTs": 1651150260,
          "dir": 1,
          "entryPrice": 1890.958,
          "exitPrice": 1885.253,
          "stopDistance": 5.705,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 6
        },
        {
          "entryTs": 1651151700,
          "entryUtc": "2022-04-28T13:15:00.000Z",
          "exitTs": 1651153740,
          "dir": -1,
          "entryPrice": 1884.673,
          "exitPrice": 1890.56,
          "stopDistance": 5.887,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 34
        },
        {
          "entryTs": 1651192200,
          "entryUtc": "2022-04-29T00:30:00.000Z",
          "exitTs": 1651195800,
          "dir": 1,
          "entryPrice": 1897.778,
          "exitPrice": 1903.169,
          "stopDistance": 2.695,
          "outcome": "target",
          "netR": 1.8627,
          "holdMinutes": 60
        },
        {
          "entryTs": 1651235400,
          "entryUtc": "2022-04-29T12:30:00.000Z",
          "exitTs": 1651239360,
          "dir": -1,
          "entryPrice": 1912.436,
          "exitPrice": 1904.135,
          "stopDistance": 4.151,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 66
        },
        {
          "entryTs": 1651451400,
          "entryUtc": "2022-05-02T00:30:00.000Z",
          "exitTs": 1651458360,
          "dir": -1,
          "entryPrice": 1894.018,
          "exitPrice": 1885.972,
          "stopDistance": 4.023,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 116
        },
        {
          "entryTs": 1651542300,
          "entryUtc": "2022-05-03T01:45:00.000Z",
          "exitTs": 1651546200,
          "dir": -1,
          "entryPrice": 1859.878,
          "exitPrice": 1862.909,
          "stopDistance": 3.031,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 65
        },
        {
          "entryTs": 1651626900,
          "entryUtc": "2022-05-04T01:15:00.000Z",
          "exitTs": 1651637400,
          "dir": -1,
          "entryPrice": 1862.848,
          "exitPrice": 1865.628,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 175
        },
        {
          "entryTs": 1651672800,
          "entryUtc": "2022-05-04T14:00:00.000Z",
          "exitTs": 1651676640,
          "dir": -1,
          "entryPrice": 1862.608,
          "exitPrice": 1867.066,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 64
        },
        {
          "entryTs": 1651759200,
          "entryUtc": "2022-05-05T14:00:00.000Z",
          "exitTs": 1651762020,
          "dir": -1,
          "entryPrice": 1894.858,
          "exitPrice": 1883.271,
          "stopDistance": 5.793,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 47
        },
        {
          "entryTs": 1651809600,
          "entryUtc": "2022-05-06T04:00:00.000Z",
          "exitTs": 1651820220,
          "dir": 1,
          "entryPrice": 1876.806,
          "exitPrice": 1873.23,
          "stopDistance": 3.576,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 177
        },
        {
          "entryTs": 1651849200,
          "entryUtc": "2022-05-06T15:00:00.000Z",
          "exitTs": 1652047200,
          "dir": 1,
          "entryPrice": 1885.558,
          "exitPrice": 1883.113,
          "stopDistance": 6.047,
          "outcome": "time",
          "netR": -0.4655,
          "holdMinutes": 3300
        },
        {
          "entryTs": 1652113800,
          "entryUtc": "2022-05-09T16:30:00.000Z",
          "exitTs": 1652116440,
          "dir": 1,
          "entryPrice": 1864.628,
          "exitPrice": 1859.081,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 44
        },
        {
          "entryTs": 1652119200,
          "entryUtc": "2022-05-09T18:00:00.000Z",
          "exitTs": 1652149860,
          "dir": -1,
          "entryPrice": 1855.923,
          "exitPrice": 1861.079,
          "stopDistance": 5.156,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 511
        },
        {
          "entryTs": 1652176800,
          "entryUtc": "2022-05-10T10:00:00.000Z",
          "exitTs": 1652182080,
          "dir": -1,
          "entryPrice": 1857.565,
          "exitPrice": 1861.379,
          "stopDistance": 3.814,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 88
        },
        {
          "entryTs": 1652276700,
          "entryUtc": "2022-05-11T13:45:00.000Z",
          "exitTs": 1652278380,
          "dir": 1,
          "entryPrice": 1854.588,
          "exitPrice": 1847.604,
          "stopDistance": 6.984,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 28
        },
        {
          "entryTs": 1652353200,
          "entryUtc": "2022-05-12T11:00:00.000Z",
          "exitTs": 1652364000,
          "dir": -1,
          "entryPrice": 1847.248,
          "exitPrice": 1837.649,
          "stopDistance": 4.8,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 180
        },
        {
          "entryTs": 1652423400,
          "entryUtc": "2022-05-13T06:30:00.000Z",
          "exitTs": 1652426880,
          "dir": -1,
          "entryPrice": 1822.888,
          "exitPrice": 1826.065,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 58
        },
        {
          "entryTs": 1652652900,
          "entryUtc": "2022-05-15T22:15:00.000Z",
          "exitTs": 1652656200,
          "dir": 1,
          "entryPrice": 1813.418,
          "exitPrice": 1809.642,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 55
        },
        {
          "entryTs": 1652706000,
          "entryUtc": "2022-05-16T13:00:00.000Z",
          "exitTs": 1652727300,
          "dir": 1,
          "entryPrice": 1808.014,
          "exitPrice": 1819.171,
          "stopDistance": 5.578,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 355
        },
        {
          "entryTs": 1652832900,
          "entryUtc": "2022-05-18T00:15:00.000Z",
          "exitTs": 1652837580,
          "dir": 1,
          "entryPrice": 1815.868,
          "exitPrice": 1812.929,
          "stopDistance": 2.939,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 78
        },
        {
          "entryTs": 1652838300,
          "entryUtc": "2022-05-18T01:45:00.000Z",
          "exitTs": 1652859000,
          "dir": -1,
          "entryPrice": 1812.568,
          "exitPrice": 1815.486,
          "stopDistance": 2.918,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 345
        },
        {
          "entryTs": 1652873400,
          "entryUtc": "2022-05-18T11:30:00.000Z",
          "exitTs": 1652886480,
          "dir": -1,
          "entryPrice": 1812.713,
          "exitPrice": 1816.207,
          "stopDistance": 3.494,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 218
        },
        {
          "entryTs": 1652937300,
          "entryUtc": "2022-05-19T05:15:00.000Z",
          "exitTs": 1652949720,
          "dir": -1,
          "entryPrice": 1813.848,
          "exitPrice": 1816.18,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 207
        },
        {
          "entryTs": 1652949900,
          "entryUtc": "2022-05-19T08:45:00.000Z",
          "exitTs": 1652951220,
          "dir": 1,
          "entryPrice": 1817.348,
          "exitPrice": 1823.667,
          "stopDistance": 3.159,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 22
        },
        {
          "entryTs": 1653009300,
          "entryUtc": "2022-05-20T01:15:00.000Z",
          "exitTs": 1653019620,
          "dir": -1,
          "entryPrice": 1839.124,
          "exitPrice": 1841.781,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 172
        },
        {
          "entryTs": 1653287400,
          "entryUtc": "2022-05-23T06:30:00.000Z",
          "exitTs": 1653290880,
          "dir": -1,
          "entryPrice": 1853.178,
          "exitPrice": 1856.336,
          "stopDistance": 3.158,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 58
        },
        {
          "entryTs": 1653291000,
          "entryUtc": "2022-05-23T07:30:00.000Z",
          "exitTs": 1653294240,
          "dir": 1,
          "entryPrice": 1856.198,
          "exitPrice": 1862.646,
          "stopDistance": 3.224,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 54
        },
        {
          "entryTs": 1653394500,
          "entryUtc": "2022-05-24T12:15:00.000Z",
          "exitTs": 1653394680,
          "dir": 1,
          "entryPrice": 1859.173,
          "exitPrice": 1856.479,
          "stopDistance": 2.694,
          "outcome": "stop",
          "netR": -1.1559,
          "holdMinutes": 3
        },
        {
          "entryTs": 1653441300,
          "entryUtc": "2022-05-25T01:15:00.000Z",
          "exitTs": 1653459360,
          "dir": -1,
          "entryPrice": 1862.308,
          "exitPrice": 1857.422,
          "stopDistance": 2.443,
          "outcome": "target",
          "netR": 1.8485,
          "holdMinutes": 301
        },
        {
          "entryTs": 1653473700,
          "entryUtc": "2022-05-25T10:15:00.000Z",
          "exitTs": 1653483600,
          "dir": -1,
          "entryPrice": 1854.258,
          "exitPrice": 1848.045,
          "stopDistance": 3.107,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 165
        },
        {
          "entryTs": 1653530400,
          "entryUtc": "2022-05-26T02:00:00.000Z",
          "exitTs": 1653533820,
          "dir": -1,
          "entryPrice": 1849.498,
          "exitPrice": 1851.803,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 57
        },
        {
          "entryTs": 1653612300,
          "entryUtc": "2022-05-27T00:45:00.000Z",
          "exitTs": 1653615900,
          "dir": -1,
          "entryPrice": 1849.188,
          "exitPrice": 1851.299,
          "stopDistance": 2.111,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 60
        },
        {
          "entryTs": 1653616800,
          "entryUtc": "2022-05-27T02:00:00.000Z",
          "exitTs": 1653618960,
          "dir": 1,
          "entryPrice": 1855.813,
          "exitPrice": 1853.104,
          "stopDistance": 2.709,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 36
        },
        {
          "entryTs": 1653632100,
          "entryUtc": "2022-05-27T06:15:00.000Z",
          "exitTs": 1653652980,
          "dir": 1,
          "entryPrice": 1854.918,
          "exitPrice": 1860.326,
          "stopDistance": 2.704,
          "outcome": "target",
          "netR": 1.8632,
          "holdMinutes": 348
        },
        {
          "entryTs": 1653654600,
          "entryUtc": "2022-05-27T12:30:00.000Z",
          "exitTs": 1653657360,
          "dir": -1,
          "entryPrice": 1856.833,
          "exitPrice": 1860.259,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 46
        },
        {
          "entryTs": 1654007400,
          "entryUtc": "2022-05-31T14:30:00.000Z",
          "exitTs": 1654058220,
          "dir": -1,
          "entryPrice": 1842.523,
          "exitPrice": 1832.605,
          "stopDistance": 4.959,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 847
        },
        {
          "entryTs": 1654074900,
          "entryUtc": "2022-06-01T09:15:00.000Z",
          "exitTs": 1654080420,
          "dir": -1,
          "entryPrice": 1829.328,
          "exitPrice": 1833.05,
          "stopDistance": 3.722,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 92
        },
        {
          "entryTs": 1654086600,
          "entryUtc": "2022-06-01T12:30:00.000Z",
          "exitTs": 1654087320,
          "dir": 1,
          "entryPrice": 1833.623,
          "exitPrice": 1840.555,
          "stopDistance": 3.466,
          "outcome": "target",
          "netR": 1.8932,
          "holdMinutes": 12
        },
        {
          "entryTs": 1654129800,
          "entryUtc": "2022-06-02T00:30:00.000Z",
          "exitTs": 1654132140,
          "dir": 1,
          "entryPrice": 1848.538,
          "exitPrice": 1846.279,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 39
        },
        {
          "entryTs": 1654132500,
          "entryUtc": "2022-06-02T01:15:00.000Z",
          "exitTs": 1654148460,
          "dir": -1,
          "entryPrice": 1845.804,
          "exitPrice": 1847.992,
          "stopDistance": 2.188,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 266
        },
        {
          "entryTs": 1654148700,
          "entryUtc": "2022-06-02T05:45:00.000Z",
          "exitTs": 1654152540,
          "dir": 1,
          "entryPrice": 1848.253,
          "exitPrice": 1852.564,
          "stopDistance": 2.156,
          "outcome": "target",
          "netR": 1.8284,
          "holdMinutes": 64
        },
        {
          "entryTs": 1654254900,
          "entryUtc": "2022-06-03T11:15:00.000Z",
          "exitTs": 1654256940,
          "dir": 1,
          "entryPrice": 1866.388,
          "exitPrice": 1864.168,
          "stopDistance": 2.22,
          "outcome": "stop",
          "netR": -1.1892,
          "holdMinutes": 34
        },
        {
          "entryTs": 1654260300,
          "entryUtc": "2022-06-03T12:45:00.000Z",
          "exitTs": 1654263060,
          "dir": -1,
          "entryPrice": 1858.598,
          "exitPrice": 1862.274,
          "stopDistance": 3.676,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 46
        },
        {
          "entryTs": 1654523100,
          "entryUtc": "2022-06-06T13:45:00.000Z",
          "exitTs": 1654528260,
          "dir": -1,
          "entryPrice": 1849.988,
          "exitPrice": 1843.099,
          "stopDistance": 3.444,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 86
        },
        {
          "entryTs": 1654581600,
          "entryUtc": "2022-06-07T06:00:00.000Z",
          "exitTs": 1654583820,
          "dir": -1,
          "entryPrice": 1838.763,
          "exitPrice": 1841.123,
          "stopDistance": 2.36,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 37
        },
        {
          "entryTs": 1654587000,
          "entryUtc": "2022-06-07T07:30:00.000Z",
          "exitTs": 1654588560,
          "dir": 1,
          "entryPrice": 1845.718,
          "exitPrice": 1843.024,
          "stopDistance": 2.695,
          "outcome": "stop",
          "netR": -1.1559,
          "holdMinutes": 26
        },
        {
          "entryTs": 1654622100,
          "entryUtc": "2022-06-07T17:15:00.000Z",
          "exitTs": 1654626420,
          "dir": -1,
          "entryPrice": 1848.868,
          "exitPrice": 1852.62,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 72
        },
        {
          "entryTs": 1654627500,
          "entryUtc": "2022-06-07T18:45:00.000Z",
          "exitTs": 1654646580,
          "dir": 1,
          "entryPrice": 1853.563,
          "exitPrice": 1850.3,
          "stopDistance": 3.263,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 318
        },
        {
          "entryTs": 1654647300,
          "entryUtc": "2022-06-08T00:15:00.000Z",
          "exitTs": 1654691220,
          "dir": -1,
          "entryPrice": 1850.213,
          "exitPrice": 1845.372,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 732
        },
        {
          "entryTs": 1654691400,
          "entryUtc": "2022-06-08T12:30:00.000Z",
          "exitTs": 1654691880,
          "dir": -1,
          "entryPrice": 1846.048,
          "exitPrice": 1849.255,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 8
        },
        {
          "entryTs": 1654693200,
          "entryUtc": "2022-06-08T13:00:00.000Z",
          "exitTs": 1654702560,
          "dir": 1,
          "entryPrice": 1852.033,
          "exitPrice": 1859.375,
          "stopDistance": 3.671,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 156
        },
        {
          "entryTs": 1654746300,
          "entryUtc": "2022-06-09T03:45:00.000Z",
          "exitTs": 1654753860,
          "dir": 1,
          "entryPrice": 1854.338,
          "exitPrice": 1852.472,
          "stopDistance": 1.866,
          "outcome": "stop",
          "netR": -1.2251,
          "holdMinutes": 126
        },
        {
          "entryTs": 1654784100,
          "entryUtc": "2022-06-09T14:15:00.000Z",
          "exitTs": 1654790640,
          "dir": -1,
          "entryPrice": 1841.244,
          "exitPrice": 1845.868,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 109
        },
        {
          "entryTs": 1654824600,
          "entryUtc": "2022-06-10T01:30:00.000Z",
          "exitTs": 1654846140,
          "dir": -1,
          "entryPrice": 1845.108,
          "exitPrice": 1847.034,
          "stopDistance": 1.926,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 359
        },
        {
          "entryTs": 1655105400,
          "entryUtc": "2022-06-13T07:30:00.000Z",
          "exitTs": 1655110800,
          "dir": -1,
          "entryPrice": 1860.043,
          "exitPrice": 1852.709,
          "stopDistance": 3.667,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 90
        },
        {
          "entryTs": 1655187300,
          "entryUtc": "2022-06-14T06:15:00.000Z",
          "exitTs": 1655196960,
          "dir": 1,
          "entryPrice": 1828.243,
          "exitPrice": 1825.045,
          "stopDistance": 3.198,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 161
        },
        {
          "entryTs": 1655206200,
          "entryUtc": "2022-06-14T11:30:00.000Z",
          "exitTs": 1655215920,
          "dir": -1,
          "entryPrice": 1821.138,
          "exitPrice": 1812.669,
          "stopDistance": 4.234,
          "outcome": "target",
          "netR": 1.9126,
          "holdMinutes": 162
        },
        {
          "entryTs": 1655274600,
          "entryUtc": "2022-06-15T06:30:00.000Z",
          "exitTs": 1655286000,
          "dir": 1,
          "entryPrice": 1819.698,
          "exitPrice": 1825.265,
          "stopDistance": 2.783,
          "outcome": "target",
          "netR": 1.8671,
          "holdMinutes": 190
        },
        {
          "entryTs": 1655318700,
          "entryUtc": "2022-06-15T18:45:00.000Z",
          "exitTs": 1655319180,
          "dir": 1,
          "entryPrice": 1838.308,
          "exitPrice": 1830.594,
          "stopDistance": 7.714,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 8
        },
        {
          "entryTs": 1655338500,
          "entryUtc": "2022-06-16T00:15:00.000Z",
          "exitTs": 1655344620,
          "dir": 1,
          "entryPrice": 1835.448,
          "exitPrice": 1830.172,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 102
        },
        {
          "entryTs": 1655374500,
          "entryUtc": "2022-06-16T10:15:00.000Z",
          "exitTs": 1655382780,
          "dir": -1,
          "entryPrice": 1821.278,
          "exitPrice": 1826.462,
          "stopDistance": 5.185,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 138
        },
        {
          "entryTs": 1655451900,
          "entryUtc": "2022-06-17T07:45:00.000Z",
          "exitTs": 1655460840,
          "dir": 1,
          "entryPrice": 1848.958,
          "exitPrice": 1845.605,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 149
        },
        {
          "entryTs": 1655498700,
          "entryUtc": "2022-06-17T20:45:00.000Z",
          "exitTs": 1655676000,
          "dir": 1,
          "entryPrice": 1841.378,
          "exitPrice": 1837.859,
          "stopDistance": 3.519,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1655687700,
          "entryUtc": "2022-06-20T01:15:00.000Z",
          "exitTs": 1655688420,
          "dir": 1,
          "entryPrice": 1841.228,
          "exitPrice": 1838.145,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 12
        },
        {
          "entryTs": 1655690400,
          "entryUtc": "2022-06-20T02:00:00.000Z",
          "exitTs": 1655692800,
          "dir": -1,
          "entryPrice": 1836.718,
          "exitPrice": 1840.344,
          "stopDistance": 3.626,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 40
        },
        {
          "entryTs": 1655694000,
          "entryUtc": "2022-06-20T03:00:00.000Z",
          "exitTs": 1655719500,
          "dir": 1,
          "entryPrice": 1842.198,
          "exitPrice": 1838.331,
          "stopDistance": 3.867,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 425
        },
        {
          "entryTs": 1655735400,
          "entryUtc": "2022-06-20T14:30:00.000Z",
          "exitTs": 1655770980,
          "dir": -1,
          "entryPrice": 1837.048,
          "exitPrice": 1840.208,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 593
        },
        {
          "entryTs": 1655834400,
          "entryUtc": "2022-06-21T18:00:00.000Z",
          "exitTs": 1655863920,
          "dir": -1,
          "entryPrice": 1833.368,
          "exitPrice": 1825.976,
          "stopDistance": 3.696,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 492
        },
        {
          "entryTs": 1655991000,
          "entryUtc": "2022-06-23T13:30:00.000Z",
          "exitTs": 1655992320,
          "dir": 1,
          "entryPrice": 1838.163,
          "exitPrice": 1845.639,
          "stopDistance": 3.738,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 22
        },
        {
          "entryTs": 1656053100,
          "entryUtc": "2022-06-24T06:45:00.000Z",
          "exitTs": 1656055080,
          "dir": -1,
          "entryPrice": 1822.178,
          "exitPrice": 1824.614,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 33
        },
        {
          "entryTs": 1656056700,
          "entryUtc": "2022-06-24T07:45:00.000Z",
          "exitTs": 1656068460,
          "dir": 1,
          "entryPrice": 1827.566,
          "exitPrice": 1824.619,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 196
        },
        {
          "entryTs": 1656099900,
          "entryUtc": "2022-06-24T19:45:00.000Z",
          "exitTs": 1656280800,
          "dir": -1,
          "entryPrice": 1825.423,
          "exitPrice": 1828.634,
          "stopDistance": 3.211,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1656281700,
          "entryUtc": "2022-06-26T22:15:00.000Z",
          "exitTs": 1656287580,
          "dir": 1,
          "entryPrice": 1834.104,
          "exitPrice": 1830.058,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 98
        },
        {
          "entryTs": 1656387000,
          "entryUtc": "2022-06-28T03:30:00.000Z",
          "exitTs": 1656412980,
          "dir": 1,
          "entryPrice": 1825.428,
          "exitPrice": 1823.38,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 433
        },
        {
          "entryTs": 1656459000,
          "entryUtc": "2022-06-28T23:30:00.000Z",
          "exitTs": 1656465360,
          "dir": -1,
          "entryPrice": 1818.608,
          "exitPrice": 1820.485,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2238,
          "holdMinutes": 106
        },
        {
          "entryTs": 1656499500,
          "entryUtc": "2022-06-29T10:45:00.000Z",
          "exitTs": 1656505860,
          "dir": 1,
          "entryPrice": 1825.009,
          "exitPrice": 1832.082,
          "stopDistance": 3.537,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 106
        },
        {
          "entryTs": 1656510300,
          "entryUtc": "2022-06-29T13:45:00.000Z",
          "exitTs": 1656575100,
          "dir": -1,
          "entryPrice": 1823.008,
          "exitPrice": 1813.651,
          "stopDistance": 4.679,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 1080
        },
        {
          "entryTs": 1656593100,
          "entryUtc": "2022-06-30T12:45:00.000Z",
          "exitTs": 1656598380,
          "dir": 1,
          "entryPrice": 1820.172,
          "exitPrice": 1814.27,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 88
        },
        {
          "entryTs": 1656949500,
          "entryUtc": "2022-07-04T15:45:00.000Z",
          "exitTs": 1656975780,
          "dir": -1,
          "entryPrice": 1806.588,
          "exitPrice": 1809.241,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 438
        },
        {
          "entryTs": 1657002600,
          "entryUtc": "2022-07-05T06:30:00.000Z",
          "exitTs": 1657008120,
          "dir": -1,
          "entryPrice": 1808.894,
          "exitPrice": 1804.781,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.8201,
          "holdMinutes": 92
        },
        {
          "entryTs": 1657089900,
          "entryUtc": "2022-07-06T06:45:00.000Z",
          "exitTs": 1657098300,
          "dir": 1,
          "entryPrice": 1768.114,
          "exitPrice": 1764.845,
          "stopDistance": 3.269,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 140
        },
        {
          "entryTs": 1657159200,
          "entryUtc": "2022-07-07T02:00:00.000Z",
          "exitTs": 1657160520,
          "dir": -1,
          "entryPrice": 1737.298,
          "exitPrice": 1740.142,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 22
        },
        {
          "entryTs": 1657161900,
          "entryUtc": "2022-07-07T02:45:00.000Z",
          "exitTs": 1657198080,
          "dir": 1,
          "entryPrice": 1742.578,
          "exitPrice": 1739.636,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 603
        },
        {
          "entryTs": 1657198800,
          "entryUtc": "2022-07-07T13:00:00.000Z",
          "exitTs": 1657199880,
          "dir": -1,
          "entryPrice": 1739.496,
          "exitPrice": 1743.079,
          "stopDistance": 3.583,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 18
        },
        {
          "entryTs": 1657202400,
          "entryUtc": "2022-07-07T14:00:00.000Z",
          "exitTs": 1657205640,
          "dir": 1,
          "entryPrice": 1746.918,
          "exitPrice": 1742.628,
          "stopDistance": 4.29,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 54
        },
        {
          "entryTs": 1657237500,
          "entryUtc": "2022-07-07T23:45:00.000Z",
          "exitTs": 1657242600,
          "dir": 1,
          "entryPrice": 1741.198,
          "exitPrice": 1745.176,
          "stopDistance": 1.989,
          "outcome": "target",
          "netR": 1.814,
          "holdMinutes": 85
        },
        {
          "entryTs": 1657266300,
          "entryUtc": "2022-07-08T07:45:00.000Z",
          "exitTs": 1657267440,
          "dir": -1,
          "entryPrice": 1734.298,
          "exitPrice": 1737.44,
          "stopDistance": 3.142,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 19
        },
        {
          "entryTs": 1657284300,
          "entryUtc": "2022-07-08T12:45:00.000Z",
          "exitTs": 1657285320,
          "dir": -1,
          "entryPrice": 1736.458,
          "exitPrice": 1741.488,
          "stopDistance": 5.03,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 17
        },
        {
          "entryTs": 1657289700,
          "entryUtc": "2022-07-08T14:15:00.000Z",
          "exitTs": 1657490400,
          "dir": 1,
          "entryPrice": 1743.297,
          "exitPrice": 1741.714,
          "stopDistance": 5.858,
          "outcome": "time",
          "netR": -0.3334,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1657492200,
          "entryUtc": "2022-07-10T22:30:00.000Z",
          "exitTs": 1657498440,
          "dir": 1,
          "entryPrice": 1743.518,
          "exitPrice": 1740.649,
          "stopDistance": 2.869,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 104
        },
        {
          "entryTs": 1657498500,
          "entryUtc": "2022-07-11T00:15:00.000Z",
          "exitTs": 1657506780,
          "dir": -1,
          "entryPrice": 1740.508,
          "exitPrice": 1742.944,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 138
        },
        {
          "entryTs": 1657592100,
          "entryUtc": "2022-07-12T02:15:00.000Z",
          "exitTs": 1657598580,
          "dir": 1,
          "entryPrice": 1736.418,
          "exitPrice": 1731.725,
          "stopDistance": 4.693,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 108
        },
        {
          "entryTs": 1657674900,
          "entryUtc": "2022-07-13T01:15:00.000Z",
          "exitTs": 1657689180,
          "dir": 1,
          "entryPrice": 1726.928,
          "exitPrice": 1724.615,
          "stopDistance": 2.313,
          "outcome": "stop",
          "netR": -1.1816,
          "holdMinutes": 238
        },
        {
          "entryTs": 1657716300,
          "entryUtc": "2022-07-13T12:45:00.000Z",
          "exitTs": 1657716600,
          "dir": -1,
          "entryPrice": 1709.098,
          "exitPrice": 1713.977,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 5
        },
        {
          "entryTs": 1657723500,
          "entryUtc": "2022-07-13T14:45:00.000Z",
          "exitTs": 1657761180,
          "dir": 1,
          "entryPrice": 1735.028,
          "exitPrice": 1727.009,
          "stopDistance": 8.019,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 628
        },
        {
          "entryTs": 1657855800,
          "entryUtc": "2022-07-15T03:30:00.000Z",
          "exitTs": 1657859040,
          "dir": -1,
          "entryPrice": 1708.648,
          "exitPrice": 1711.637,
          "stopDistance": 2.99,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 54
        },
        {
          "entryTs": 1657882800,
          "entryUtc": "2022-07-15T11:00:00.000Z",
          "exitTs": 1657887780,
          "dir": 1,
          "entryPrice": 1706.608,
          "exitPrice": 1703.462,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 83
        },
        {
          "entryTs": 1657896300,
          "entryUtc": "2022-07-15T14:45:00.000Z",
          "exitTs": 1657898700,
          "dir": -1,
          "entryPrice": 1700.344,
          "exitPrice": 1706.717,
          "stopDistance": 6.373,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 40
        },
        {
          "entryTs": 1657917000,
          "entryUtc": "2022-07-15T20:30:00.000Z",
          "exitTs": 1658095200,
          "dir": 1,
          "entryPrice": 1705.678,
          "exitPrice": 1707.126,
          "stopDistance": 2.743,
          "outcome": "time",
          "netR": 0.3929,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1658125800,
          "entryUtc": "2022-07-18T06:30:00.000Z",
          "exitTs": 1658128380,
          "dir": -1,
          "entryPrice": 1713.712,
          "exitPrice": 1716.418,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 43
        },
        {
          "entryTs": 1658129400,
          "entryUtc": "2022-07-18T07:30:00.000Z",
          "exitTs": 1658140800,
          "dir": 1,
          "entryPrice": 1718.374,
          "exitPrice": 1715.172,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 190
        },
        {
          "entryTs": 1658141100,
          "entryUtc": "2022-07-18T10:45:00.000Z",
          "exitTs": 1658151240,
          "dir": -1,
          "entryPrice": 1715.748,
          "exitPrice": 1719.392,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 169
        },
        {
          "entryTs": 1658217600,
          "entryUtc": "2022-07-19T08:00:00.000Z",
          "exitTs": 1658227800,
          "dir": 1,
          "entryPrice": 1711.514,
          "exitPrice": 1716.494,
          "stopDistance": 2.49,
          "outcome": "target",
          "netR": 1.8514,
          "holdMinutes": 170
        },
        {
          "entryTs": 1658295900,
          "entryUtc": "2022-07-20T05:45:00.000Z",
          "exitTs": 1658309400,
          "dir": -1,
          "entryPrice": 1708.778,
          "exitPrice": 1710.811,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 225
        },
        {
          "entryTs": 1658385000,
          "entryUtc": "2022-07-21T06:30:00.000Z",
          "exitTs": 1658388600,
          "dir": -1,
          "entryPrice": 1688.891,
          "exitPrice": 1691.429,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 60
        },
        {
          "entryTs": 1658406600,
          "entryUtc": "2022-07-21T12:30:00.000Z",
          "exitTs": 1658407140,
          "dir": 1,
          "entryPrice": 1689.028,
          "exitPrice": 1697.45,
          "stopDistance": 4.211,
          "outcome": "target",
          "netR": 1.9121,
          "holdMinutes": 9
        },
        {
          "entryTs": 1658827800,
          "entryUtc": "2022-07-26T09:30:00.000Z",
          "exitTs": 1658838060,
          "dir": -1,
          "entryPrice": 1720.746,
          "exitPrice": 1715.291,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8643,
          "holdMinutes": 171
        },
        {
          "entryTs": 1658843100,
          "entryUtc": "2022-07-26T13:45:00.000Z",
          "exitTs": 1658846760,
          "dir": 1,
          "entryPrice": 1721.308,
          "exitPrice": 1717.672,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 61
        },
        {
          "entryTs": 1658886300,
          "entryUtc": "2022-07-27T01:45:00.000Z",
          "exitTs": 1658900640,
          "dir": -1,
          "entryPrice": 1716.794,
          "exitPrice": 1718.938,
          "stopDistance": 2.144,
          "outcome": "stop",
          "netR": -1.1959,
          "holdMinutes": 239
        },
        {
          "entryTs": 1658900700,
          "entryUtc": "2022-07-27T05:45:00.000Z",
          "exitTs": 1658909880,
          "dir": 1,
          "entryPrice": 1718.874,
          "exitPrice": 1723.448,
          "stopDistance": 2.287,
          "outcome": "target",
          "netR": 1.8382,
          "holdMinutes": 153
        },
        {
          "entryTs": 1659012300,
          "entryUtc": "2022-07-28T12:45:00.000Z",
          "exitTs": 1659013200,
          "dir": 1,
          "entryPrice": 1747.945,
          "exitPrice": 1743.362,
          "stopDistance": 4.583,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 15
        },
        {
          "entryTs": 1659039300,
          "entryUtc": "2022-07-28T20:15:00.000Z",
          "exitTs": 1659066840,
          "dir": 1,
          "entryPrice": 1755.598,
          "exitPrice": 1762.555,
          "stopDistance": 3.478,
          "outcome": "target",
          "netR": 1.8936,
          "holdMinutes": 459
        },
        {
          "entryTs": 1659105900,
          "entryUtc": "2022-07-29T14:45:00.000Z",
          "exitTs": 1659304800,
          "dir": 1,
          "entryPrice": 1759.924,
          "exitPrice": 1764.714,
          "stopDistance": 5.174,
          "outcome": "time",
          "netR": 0.8542,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1659422700,
          "entryUtc": "2022-08-02T06:45:00.000Z",
          "exitTs": 1659423960,
          "dir": 1,
          "entryPrice": 1775.594,
          "exitPrice": 1772.907,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 21
        },
        {
          "entryTs": 1659428100,
          "entryUtc": "2022-08-02T08:15:00.000Z",
          "exitTs": 1659430380,
          "dir": -1,
          "entryPrice": 1771.018,
          "exitPrice": 1774.05,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 38
        },
        {
          "entryTs": 1659492000,
          "entryUtc": "2022-08-03T02:00:00.000Z",
          "exitTs": 1659522360,
          "dir": 1,
          "entryPrice": 1764.623,
          "exitPrice": 1760.655,
          "stopDistance": 3.968,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 506
        },
        {
          "entryTs": 1659536100,
          "entryUtc": "2022-08-03T14:15:00.000Z",
          "exitTs": 1659553380,
          "dir": -1,
          "entryPrice": 1758.417,
          "exitPrice": 1763.429,
          "stopDistance": 5.012,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 288
        },
        {
          "entryTs": 1659592800,
          "entryUtc": "2022-08-04T06:00:00.000Z",
          "exitTs": 1659595680,
          "dir": -1,
          "entryPrice": 1769.698,
          "exitPrice": 1772.147,
          "stopDistance": 2.449,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 48
        },
        {
          "entryTs": 1659597300,
          "entryUtc": "2022-08-04T07:15:00.000Z",
          "exitTs": 1659604080,
          "dir": 1,
          "entryPrice": 1773.074,
          "exitPrice": 1778.001,
          "stopDistance": 2.463,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 113
        },
        {
          "entryTs": 1659618900,
          "entryUtc": "2022-08-04T13:15:00.000Z",
          "exitTs": 1659621300,
          "dir": -1,
          "entryPrice": 1777.554,
          "exitPrice": 1781.504,
          "stopDistance": 3.95,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 40
        },
        {
          "entryTs": 1659662100,
          "entryUtc": "2022-08-05T01:15:00.000Z",
          "exitTs": 1659687540,
          "dir": -1,
          "entryPrice": 1791.452,
          "exitPrice": 1786.573,
          "stopDistance": 2.44,
          "outcome": "target",
          "netR": 1.8483,
          "holdMinutes": 424
        },
        {
          "entryTs": 1659702600,
          "entryUtc": "2022-08-05T12:30:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1788.58,
          "exitPrice": 1785.769,
          "stopDistance": 2.811,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 0
        },
        {
          "entryTs": 1659703500,
          "entryUtc": "2022-08-05T12:45:00.000Z",
          "exitTs": 1659705000,
          "dir": -1,
          "entryPrice": 1773.728,
          "exitPrice": 1765.235,
          "stopDistance": 4.247,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 25
        },
        {
          "entryTs": 1660008600,
          "entryUtc": "2022-08-09T01:30:00.000Z",
          "exitTs": 1660024560,
          "dir": -1,
          "entryPrice": 1786.258,
          "exitPrice": 1788.401,
          "stopDistance": 2.143,
          "outcome": "stop",
          "netR": -1.196,
          "holdMinutes": 266
        },
        {
          "entryTs": 1660026600,
          "entryUtc": "2022-08-09T06:30:00.000Z",
          "exitTs": 1660031820,
          "dir": -1,
          "entryPrice": 1785.184,
          "exitPrice": 1787.208,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 87
        },
        {
          "entryTs": 1660032900,
          "entryUtc": "2022-08-09T08:15:00.000Z",
          "exitTs": 1660050300,
          "dir": 1,
          "entryPrice": 1790.558,
          "exitPrice": 1796.113,
          "stopDistance": 2.777,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 290
        },
        {
          "entryTs": 1660104900,
          "entryUtc": "2022-08-10T04:15:00.000Z",
          "exitTs": 1660112280,
          "dir": -1,
          "entryPrice": 1790.818,
          "exitPrice": 1787.694,
          "stopDistance": 1.562,
          "outcome": "target",
          "netR": 1.7631,
          "holdMinutes": 123
        },
        {
          "entryTs": 1660135500,
          "entryUtc": "2022-08-10T12:45:00.000Z",
          "exitTs": 1660135860,
          "dir": 1,
          "entryPrice": 1806.088,
          "exitPrice": 1801.539,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 6
        },
        {
          "entryTs": 1660274100,
          "entryUtc": "2022-08-12T03:15:00.000Z",
          "exitTs": 1660288320,
          "dir": 1,
          "entryPrice": 1789.298,
          "exitPrice": 1793.467,
          "stopDistance": 2.085,
          "outcome": "target",
          "netR": 1.8225,
          "holdMinutes": 237
        },
        {
          "entryTs": 1660290300,
          "entryUtc": "2022-08-12T07:45:00.000Z",
          "exitTs": 1660306860,
          "dir": -1,
          "entryPrice": 1787.974,
          "exitPrice": 1790.51,
          "stopDistance": 2.536,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 276
        },
        {
          "entryTs": 1660307400,
          "entryUtc": "2022-08-12T12:30:00.000Z",
          "exitTs": 1660312260,
          "dir": 1,
          "entryPrice": 1790.514,
          "exitPrice": 1797.599,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 81
        },
        {
          "entryTs": 1660527000,
          "entryUtc": "2022-08-15T01:30:00.000Z",
          "exitTs": 1660541040,
          "dir": -1,
          "entryPrice": 1796.988,
          "exitPrice": 1792.31,
          "stopDistance": 2.339,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 234
        },
        {
          "entryTs": 1660614300,
          "entryUtc": "2022-08-16T01:45:00.000Z",
          "exitTs": 1660634580,
          "dir": 1,
          "entryPrice": 1779.758,
          "exitPrice": 1777.567,
          "stopDistance": 2.191,
          "outcome": "stop",
          "netR": -1.1917,
          "holdMinutes": 338
        },
        {
          "entryTs": 1660654800,
          "entryUtc": "2022-08-16T13:00:00.000Z",
          "exitTs": 1660655040,
          "dir": -1,
          "entryPrice": 1771.698,
          "exitPrice": 1775.304,
          "stopDistance": 3.606,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660702500,
          "entryUtc": "2022-08-17T02:15:00.000Z",
          "exitTs": 1660714200,
          "dir": 1,
          "entryPrice": 1776.228,
          "exitPrice": 1779.666,
          "stopDistance": 1.719,
          "outcome": "target",
          "netR": 1.7848,
          "holdMinutes": 195
        },
        {
          "entryTs": 1660920300,
          "entryUtc": "2022-08-19T14:45:00.000Z",
          "exitTs": 1660927020,
          "dir": -1,
          "entryPrice": 1746.864,
          "exitPrice": 1750.822,
          "stopDistance": 3.958,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 112
        },
        {
          "entryTs": 1661121900,
          "entryUtc": "2022-08-21T22:45:00.000Z",
          "exitTs": 1661125920,
          "dir": 1,
          "entryPrice": 1747.688,
          "exitPrice": 1745.486,
          "stopDistance": 2.202,
          "outcome": "stop",
          "netR": -1.1907,
          "holdMinutes": 67
        },
        {
          "entryTs": 1661128200,
          "entryUtc": "2022-08-22T00:30:00.000Z",
          "exitTs": 1661130060,
          "dir": -1,
          "entryPrice": 1744.825,
          "exitPrice": 1746.898,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 31
        },
        {
          "entryTs": 1661141700,
          "entryUtc": "2022-08-22T04:15:00.000Z",
          "exitTs": 1661151660,
          "dir": -1,
          "entryPrice": 1744.798,
          "exitPrice": 1740.74,
          "stopDistance": 2.029,
          "outcome": "target",
          "netR": 1.8177,
          "holdMinutes": 166
        },
        {
          "entryTs": 1661214600,
          "entryUtc": "2022-08-23T00:30:00.000Z",
          "exitTs": 1661236080,
          "dir": 1,
          "entryPrice": 1737.418,
          "exitPrice": 1735.163,
          "stopDistance": 2.255,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 358
        },
        {
          "entryTs": 1661262300,
          "entryUtc": "2022-08-23T13:45:00.000Z",
          "exitTs": 1661262540,
          "dir": 1,
          "entryPrice": 1740.184,
          "exitPrice": 1747.69,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 4
        },
        {
          "entryTs": 1661329800,
          "entryUtc": "2022-08-24T08:30:00.000Z",
          "exitTs": 1661336460,
          "dir": 1,
          "entryPrice": 1749.798,
          "exitPrice": 1747.389,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 111
        },
        {
          "entryTs": 1661351400,
          "entryUtc": "2022-08-24T14:30:00.000Z",
          "exitTs": 1661397240,
          "dir": 1,
          "entryPrice": 1749.838,
          "exitPrice": 1757.538,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 764
        },
        {
          "entryTs": 1661429700,
          "entryUtc": "2022-08-25T12:15:00.000Z",
          "exitTs": 1661434860,
          "dir": -1,
          "entryPrice": 1760.084,
          "exitPrice": 1754.334,
          "stopDistance": 2.875,
          "outcome": "target",
          "netR": 1.8713,
          "holdMinutes": 86
        },
        {
          "entryTs": 1661486400,
          "entryUtc": "2022-08-26T04:00:00.000Z",
          "exitTs": 1661490000,
          "dir": 1,
          "entryPrice": 1757.248,
          "exitPrice": 1755.358,
          "stopDistance": 1.89,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 60
        },
        {
          "entryTs": 1661498100,
          "entryUtc": "2022-08-26T07:15:00.000Z",
          "exitTs": 1661502420,
          "dir": -1,
          "entryPrice": 1754.524,
          "exitPrice": 1750.248,
          "stopDistance": 2.138,
          "outcome": "target",
          "netR": 1.8269,
          "holdMinutes": 72
        },
        {
          "entryTs": 1661526000,
          "entryUtc": "2022-08-26T15:00:00.000Z",
          "exitTs": 1661724000,
          "dir": -1,
          "entryPrice": 1741.418,
          "exitPrice": 1735.775,
          "stopDistance": 6.038,
          "outcome": "time",
          "netR": 0.8733,
          "holdMinutes": 3300
        },
        {
          "entryTs": 1661759100,
          "entryUtc": "2022-08-29T07:45:00.000Z",
          "exitTs": 1661764380,
          "dir": -1,
          "entryPrice": 1720.554,
          "exitPrice": 1723.267,
          "stopDistance": 2.713,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 88
        },
        {
          "entryTs": 1661841000,
          "entryUtc": "2022-08-30T06:30:00.000Z",
          "exitTs": 1661847120,
          "dir": -1,
          "entryPrice": 1733.238,
          "exitPrice": 1735.472,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 102
        },
        {
          "entryTs": 1661910300,
          "entryUtc": "2022-08-31T01:45:00.000Z",
          "exitTs": 1661911320,
          "dir": -1,
          "entryPrice": 1721.128,
          "exitPrice": 1723.039,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 17
        },
        {
          "entryTs": 1661945400,
          "entryUtc": "2022-08-31T11:30:00.000Z",
          "exitTs": 1661948400,
          "dir": 1,
          "entryPrice": 1714.614,
          "exitPrice": 1711.309,
          "stopDistance": 3.305,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 50
        },
        {
          "entryTs": 1662123600,
          "entryUtc": "2022-09-02T13:00:00.000Z",
          "exitTs": 1662129660,
          "dir": 1,
          "entryPrice": 1708.734,
          "exitPrice": 1715.637,
          "stopDistance": 3.452,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 101
        },
        {
          "entryTs": 1662417900,
          "entryUtc": "2022-09-05T22:45:00.000Z",
          "exitTs": 1662423120,
          "dir": 1,
          "entryPrice": 1712.504,
          "exitPrice": 1716.059,
          "stopDistance": 1.778,
          "outcome": "target",
          "netR": 1.7919,
          "holdMinutes": 87
        },
        {
          "entryTs": 1662448500,
          "entryUtc": "2022-09-06T07:15:00.000Z",
          "exitTs": 1662468660,
          "dir": -1,
          "entryPrice": 1715.618,
          "exitPrice": 1709.901,
          "stopDistance": 2.859,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 336
        },
        {
          "entryTs": 1662469200,
          "entryUtc": "2022-09-06T13:00:00.000Z",
          "exitTs": 1662471900,
          "dir": -1,
          "entryPrice": 1707.708,
          "exitPrice": 1710.759,
          "stopDistance": 3.051,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 45
        },
        {
          "entryTs": 1662510600,
          "entryUtc": "2022-09-07T00:30:00.000Z",
          "exitTs": 1662513720,
          "dir": -1,
          "entryPrice": 1694.824,
          "exitPrice": 1697.796,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 52
        },
        {
          "entryTs": 1662561000,
          "entryUtc": "2022-09-07T14:30:00.000Z",
          "exitTs": 1662572100,
          "dir": 1,
          "entryPrice": 1708.735,
          "exitPrice": 1716.846,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 185
        },
        {
          "entryTs": 1662642000,
          "entryUtc": "2022-09-08T13:00:00.000Z",
          "exitTs": 1662646380,
          "dir": -1,
          "entryPrice": 1715.664,
          "exitPrice": 1706.561,
          "stopDistance": 4.551,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 73
        },
        {
          "entryTs": 1662724800,
          "entryUtc": "2022-09-09T12:00:00.000Z",
          "exitTs": 1662730500,
          "dir": -1,
          "entryPrice": 1720.9,
          "exitPrice": 1713.179,
          "stopDistance": 3.861,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 95
        },
        {
          "entryTs": 1662959700,
          "entryUtc": "2022-09-12T05:15:00.000Z",
          "exitTs": 1662961800,
          "dir": 1,
          "entryPrice": 1714.755,
          "exitPrice": 1712.607,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1955,
          "holdMinutes": 35
        },
        {
          "entryTs": 1662998400,
          "entryUtc": "2022-09-12T16:00:00.000Z",
          "exitTs": 1663002060,
          "dir": 1,
          "entryPrice": 1734.135,
          "exitPrice": 1729.822,
          "stopDistance": 4.313,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 61
        },
        {
          "entryTs": 1663031700,
          "entryUtc": "2022-09-13T01:15:00.000Z",
          "exitTs": 1663054380,
          "dir": -1,
          "entryPrice": 1722.612,
          "exitPrice": 1725.087,
          "stopDistance": 2.475,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 378
        },
        {
          "entryTs": 1663060500,
          "entryUtc": "2022-09-13T09:15:00.000Z",
          "exitTs": 1663068900,
          "dir": 1,
          "entryPrice": 1725.294,
          "exitPrice": 1730.4,
          "stopDistance": 2.553,
          "outcome": "target",
          "netR": 1.8551,
          "holdMinutes": 140
        },
        {
          "entryTs": 1663073100,
          "entryUtc": "2022-09-13T12:45:00.000Z",
          "exitTs": 1663074120,
          "dir": -1,
          "entryPrice": 1709.928,
          "exitPrice": 1699.651,
          "stopDistance": 5.139,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 17
        },
        {
          "entryTs": 1663228800,
          "entryUtc": "2022-09-15T08:00:00.000Z",
          "exitTs": 1663230000,
          "dir": 1,
          "entryPrice": 1689.704,
          "exitPrice": 1686.899,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 20
        },
        {
          "entryTs": 1663240500,
          "entryUtc": "2022-09-15T11:15:00.000Z",
          "exitTs": 1663245840,
          "dir": -1,
          "entryPrice": 1685.108,
          "exitPrice": 1688.175,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 89
        },
        {
          "entryTs": 1663253100,
          "entryUtc": "2022-09-15T14:45:00.000Z",
          "exitTs": 1663253520,
          "dir": -1,
          "entryPrice": 1681.308,
          "exitPrice": 1671.051,
          "stopDistance": 5.128,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 7
        },
        {
          "entryTs": 1663638300,
          "entryUtc": "2022-09-20T01:45:00.000Z",
          "exitTs": 1663640880,
          "dir": -1,
          "entryPrice": 1673.615,
          "exitPrice": 1675.956,
          "stopDistance": 2.341,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 43
        },
        {
          "entryTs": 1663650900,
          "entryUtc": "2022-09-20T05:15:00.000Z",
          "exitTs": 1663655820,
          "dir": -1,
          "entryPrice": 1672.498,
          "exitPrice": 1674.519,
          "stopDistance": 2.021,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 82
        },
        {
          "entryTs": 1663784100,
          "entryUtc": "2022-09-21T18:15:00.000Z",
          "exitTs": 1663784160,
          "dir": -1,
          "entryPrice": 1658.938,
          "exitPrice": 1663.306,
          "stopDistance": 4.368,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 1
        },
        {
          "entryTs": 1663785900,
          "entryUtc": "2022-09-21T18:45:00.000Z",
          "exitTs": 1663786200,
          "dir": 1,
          "entryPrice": 1683.718,
          "exitPrice": 1676.844,
          "stopDistance": 6.874,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 5
        },
        {
          "entryTs": 1663834500,
          "entryUtc": "2022-09-22T08:15:00.000Z",
          "exitTs": 1663834740,
          "dir": 1,
          "entryPrice": 1665.278,
          "exitPrice": 1673.881,
          "stopDistance": 4.302,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 4
        },
        {
          "entryTs": 1663848900,
          "entryUtc": "2022-09-22T12:15:00.000Z",
          "exitTs": 1663859760,
          "dir": 1,
          "entryPrice": 1673.965,
          "exitPrice": 1668.514,
          "stopDistance": 5.45,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 181
        },
        {
          "entryTs": 1663912800,
          "entryUtc": "2022-09-23T06:00:00.000Z",
          "exitTs": 1663916100,
          "dir": 1,
          "entryPrice": 1671.868,
          "exitPrice": 1669.683,
          "stopDistance": 2.185,
          "outcome": "stop",
          "netR": -1.1922,
          "holdMinutes": 55
        },
        {
          "entryTs": 1663919100,
          "entryUtc": "2022-09-23T07:45:00.000Z",
          "exitTs": 1663925280,
          "dir": -1,
          "entryPrice": 1666.418,
          "exitPrice": 1660.531,
          "stopDistance": 2.943,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 103
        },
        {
          "entryTs": 1664176500,
          "entryUtc": "2022-09-26T07:15:00.000Z",
          "exitTs": 1664187300,
          "dir": 1,
          "entryPrice": 1641.163,
          "exitPrice": 1636.158,
          "stopDistance": 5.005,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 180
        },
        {
          "entryTs": 1664503200,
          "entryUtc": "2022-09-30T02:00:00.000Z",
          "exitTs": 1664514300,
          "dir": -1,
          "entryPrice": 1661.298,
          "exitPrice": 1664.139,
          "stopDistance": 2.841,
          "outcome": "stop",
          "netR": -1.1479,
          "holdMinutes": 185
        },
        {
          "entryTs": 1664546400,
          "entryUtc": "2022-09-30T14:00:00.000Z",
          "exitTs": 1664556120,
          "dir": 1,
          "entryPrice": 1669.965,
          "exitPrice": 1664.938,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 162
        },
        {
          "entryTs": 1664766000,
          "entryUtc": "2022-10-03T03:00:00.000Z",
          "exitTs": 1664776320,
          "dir": -1,
          "entryPrice": 1663.378,
          "exitPrice": 1666.002,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 172
        },
        {
          "entryTs": 1664776800,
          "entryUtc": "2022-10-03T06:00:00.000Z",
          "exitTs": 1664778420,
          "dir": 1,
          "entryPrice": 1666.908,
          "exitPrice": 1664.363,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 27
        },
        {
          "entryTs": 1664846100,
          "entryUtc": "2022-10-04T01:15:00.000Z",
          "exitTs": 1664855040,
          "dir": -1,
          "entryPrice": 1697.098,
          "exitPrice": 1700.247,
          "stopDistance": 3.149,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 149
        },
        {
          "entryTs": 1664882100,
          "entryUtc": "2022-10-04T11:15:00.000Z",
          "exitTs": 1664885700,
          "dir": -1,
          "entryPrice": 1702.008,
          "exitPrice": 1706.349,
          "stopDistance": 4.341,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 60
        },
        {
          "entryTs": 1664889300,
          "entryUtc": "2022-10-04T13:15:00.000Z",
          "exitTs": 1664890260,
          "dir": 1,
          "entryPrice": 1712.454,
          "exitPrice": 1707.787,
          "stopDistance": 4.667,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 16
        },
        {
          "entryTs": 1664946900,
          "entryUtc": "2022-10-05T05:15:00.000Z",
          "exitTs": 1664949480,
          "dir": 1,
          "entryPrice": 1721.794,
          "exitPrice": 1718.899,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 43
        },
        {
          "entryTs": 1664956800,
          "entryUtc": "2022-10-05T08:00:00.000Z",
          "exitTs": 1664963220,
          "dir": -1,
          "entryPrice": 1716.294,
          "exitPrice": 1708.41,
          "stopDistance": 3.942,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 107
        },
        {
          "entryTs": 1665012600,
          "entryUtc": "2022-10-05T23:30:00.000Z",
          "exitTs": 1665025980,
          "dir": 1,
          "entryPrice": 1718.054,
          "exitPrice": 1723.604,
          "stopDistance": 2.775,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 223
        },
        {
          "entryTs": 1665039600,
          "entryUtc": "2022-10-06T07:00:00.000Z",
          "exitTs": 1665040500,
          "dir": -1,
          "entryPrice": 1720.889,
          "exitPrice": 1723.816,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 15
        },
        {
          "entryTs": 1665058500,
          "entryUtc": "2022-10-06T12:15:00.000Z",
          "exitTs": 1665061260,
          "dir": 1,
          "entryPrice": 1717.542,
          "exitPrice": 1713.57,
          "stopDistance": 3.972,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 46
        },
        {
          "entryTs": 1665083700,
          "entryUtc": "2022-10-06T19:15:00.000Z",
          "exitTs": 1665105420,
          "dir": 1,
          "entryPrice": 1714.008,
          "exitPrice": 1710.39,
          "stopDistance": 3.618,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 362
        },
        {
          "entryTs": 1665106200,
          "entryUtc": "2022-10-07T01:30:00.000Z",
          "exitTs": 1665111180,
          "dir": -1,
          "entryPrice": 1710.727,
          "exitPrice": 1713.199,
          "stopDistance": 2.472,
          "outcome": "stop",
          "netR": -1.1699,
          "holdMinutes": 83
        },
        {
          "entryTs": 1665126000,
          "entryUtc": "2022-10-07T07:00:00.000Z",
          "exitTs": 1665127500,
          "dir": -1,
          "entryPrice": 1709.034,
          "exitPrice": 1711.835,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 25
        },
        {
          "entryTs": 1665137700,
          "entryUtc": "2022-10-07T10:15:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1709.108,
          "exitPrice": 1702.275,
          "stopDistance": 3.417,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 135
        },
        {
          "entryTs": 1665147600,
          "entryUtc": "2022-10-07T13:00:00.000Z",
          "exitTs": 1665148320,
          "dir": -1,
          "entryPrice": 1697.838,
          "exitPrice": 1703.411,
          "stopDistance": 5.573,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 12
        },
        {
          "entryTs": 1665402300,
          "entryUtc": "2022-10-10T11:45:00.000Z",
          "exitTs": 1665413520,
          "dir": -1,
          "entryPrice": 1675.885,
          "exitPrice": 1667.3,
          "stopDistance": 4.292,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 187
        },
        {
          "entryTs": 1665454500,
          "entryUtc": "2022-10-11T02:15:00.000Z",
          "exitTs": 1665455880,
          "dir": -1,
          "entryPrice": 1662.438,
          "exitPrice": 1665.793,
          "stopDistance": 3.355,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 23
        },
        {
          "entryTs": 1665548100,
          "entryUtc": "2022-10-12T04:15:00.000Z",
          "exitTs": 1665577800,
          "dir": 1,
          "entryPrice": 1668.848,
          "exitPrice": 1665.382,
          "stopDistance": 3.466,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 495
        },
        {
          "entryTs": 1665624600,
          "entryUtc": "2022-10-13T01:30:00.000Z",
          "exitTs": 1665641820,
          "dir": -1,
          "entryPrice": 1672.948,
          "exitPrice": 1668.444,
          "stopDistance": 2.252,
          "outcome": "target",
          "netR": 1.8357,
          "holdMinutes": 287
        },
        {
          "entryTs": 1665661500,
          "entryUtc": "2022-10-13T11:45:00.000Z",
          "exitTs": 1665662820,
          "dir": 1,
          "entryPrice": 1680.288,
          "exitPrice": 1677.11,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 22
        },
        {
          "entryTs": 1665665100,
          "entryUtc": "2022-10-13T12:45:00.000Z",
          "exitTs": 1665674400,
          "dir": -1,
          "entryPrice": 1653.098,
          "exitPrice": 1658.677,
          "stopDistance": 5.579,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 155
        },
        {
          "entryTs": 1665712800,
          "entryUtc": "2022-10-14T02:00:00.000Z",
          "exitTs": 1665732120,
          "dir": 1,
          "entryPrice": 1667.845,
          "exitPrice": 1664.3,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 322
        },
        {
          "entryTs": 1665732600,
          "entryUtc": "2022-10-14T07:30:00.000Z",
          "exitTs": 1665738180,
          "dir": -1,
          "entryPrice": 1665.095,
          "exitPrice": 1658.249,
          "stopDistance": 3.423,
          "outcome": "target",
          "netR": 1.8919,
          "holdMinutes": 93
        },
        {
          "entryTs": 1665750600,
          "entryUtc": "2022-10-14T12:30:00.000Z",
          "exitTs": 1665751800,
          "dir": -1,
          "entryPrice": 1653.175,
          "exitPrice": 1657.682,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 20
        },
        {
          "entryTs": 1665752400,
          "entryUtc": "2022-10-14T13:00:00.000Z",
          "exitTs": 1665753360,
          "dir": 1,
          "entryPrice": 1663.175,
          "exitPrice": 1657.902,
          "stopDistance": 5.273,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 16
        },
        {
          "entryTs": 1665755100,
          "entryUtc": "2022-10-14T13:45:00.000Z",
          "exitTs": 1665957600,
          "dir": -1,
          "entryPrice": 1651.198,
          "exitPrice": 1644.252,
          "stopDistance": 5.788,
          "outcome": "time",
          "netR": 1.1361,
          "holdMinutes": 3375
        },
        {
          "entryTs": 1665958500,
          "entryUtc": "2022-10-16T22:15:00.000Z",
          "exitTs": 1665985560,
          "dir": 1,
          "entryPrice": 1645.353,
          "exitPrice": 1652.663,
          "stopDistance": 3.655,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 451
        },
        {
          "entryTs": 1665986400,
          "entryUtc": "2022-10-17T06:00:00.000Z",
          "exitTs": 1665986820,
          "dir": 1,
          "entryPrice": 1653.678,
          "exitPrice": 1651.323,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 7
        },
        {
          "entryTs": 1666059300,
          "entryUtc": "2022-10-18T02:15:00.000Z",
          "exitTs": 1666064640,
          "dir": -1,
          "entryPrice": 1649.438,
          "exitPrice": 1651.948,
          "stopDistance": 2.51,
          "outcome": "stop",
          "netR": -1.1673,
          "holdMinutes": 89
        },
        {
          "entryTs": 1666066500,
          "entryUtc": "2022-10-18T04:15:00.000Z",
          "exitTs": 1666067700,
          "dir": 1,
          "entryPrice": 1654.378,
          "exitPrice": 1659.609,
          "stopDistance": 2.615,
          "outcome": "target",
          "netR": 1.8585,
          "holdMinutes": 20
        },
        {
          "entryTs": 1666195200,
          "entryUtc": "2022-10-19T16:00:00.000Z",
          "exitTs": 1666242960,
          "dir": -1,
          "entryPrice": 1630.397,
          "exitPrice": 1634.747,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 796
        },
        {
          "entryTs": 1666270800,
          "entryUtc": "2022-10-20T13:00:00.000Z",
          "exitTs": 1666274700,
          "dir": -1,
          "entryPrice": 1632.447,
          "exitPrice": 1636.621,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 65
        },
        {
          "entryTs": 1666276200,
          "entryUtc": "2022-10-20T14:30:00.000Z",
          "exitTs": 1666283220,
          "dir": 1,
          "entryPrice": 1642.167,
          "exitPrice": 1637.417,
          "stopDistance": 4.75,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 117
        },
        {
          "entryTs": 1666331100,
          "entryUtc": "2022-10-21T05:45:00.000Z",
          "exitTs": 1666332120,
          "dir": 1,
          "entryPrice": 1622.487,
          "exitPrice": 1619.951,
          "stopDistance": 2.536,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 17
        },
        {
          "entryTs": 1666333800,
          "entryUtc": "2022-10-21T06:30:00.000Z",
          "exitTs": 1666334820,
          "dir": -1,
          "entryPrice": 1619.997,
          "exitPrice": 1622.554,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 17
        },
        {
          "entryTs": 1666337400,
          "entryUtc": "2022-10-21T07:30:00.000Z",
          "exitTs": 1666339320,
          "dir": 1,
          "entryPrice": 1626.057,
          "exitPrice": 1622.409,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 32
        },
        {
          "entryTs": 1666619100,
          "entryUtc": "2022-10-24T13:45:00.000Z",
          "exitTs": 1666619100,
          "dir": -1,
          "entryPrice": 1645.397,
          "exitPrice": 1649.561,
          "stopDistance": 4.164,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 0
        },
        {
          "entryTs": 1666662300,
          "entryUtc": "2022-10-25T01:45:00.000Z",
          "exitTs": 1666683720,
          "dir": -1,
          "entryPrice": 1650.368,
          "exitPrice": 1645.346,
          "stopDistance": 2.511,
          "outcome": "target",
          "netR": 1.8526,
          "holdMinutes": 357
        },
        {
          "entryTs": 1666745100,
          "entryUtc": "2022-10-26T00:45:00.000Z",
          "exitTs": 1666746900,
          "dir": -1,
          "entryPrice": 1650.948,
          "exitPrice": 1653.234,
          "stopDistance": 2.286,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 30
        },
        {
          "entryTs": 1666748700,
          "entryUtc": "2022-10-26T01:45:00.000Z",
          "exitTs": 1666762680,
          "dir": 1,
          "entryPrice": 1653.198,
          "exitPrice": 1658.244,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 233
        },
        {
          "entryTs": 1666838700,
          "entryUtc": "2022-10-27T02:45:00.000Z",
          "exitTs": 1666839180,
          "dir": -1,
          "entryPrice": 1662.248,
          "exitPrice": 1664.835,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 8
        },
        {
          "entryTs": 1666853100,
          "entryUtc": "2022-10-27T06:45:00.000Z",
          "exitTs": 1666858500,
          "dir": -1,
          "entryPrice": 1661.787,
          "exitPrice": 1664.908,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 90
        },
        {
          "entryTs": 1666879200,
          "entryUtc": "2022-10-27T14:00:00.000Z",
          "exitTs": 1666879920,
          "dir": -1,
          "entryPrice": 1658.108,
          "exitPrice": 1663.061,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 12
        },
        {
          "entryTs": 1666920600,
          "entryUtc": "2022-10-28T01:30:00.000Z",
          "exitTs": 1666935840,
          "dir": 1,
          "entryPrice": 1662.987,
          "exitPrice": 1660.448,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 254
        },
        {
          "entryTs": 1667312100,
          "entryUtc": "2022-11-01T14:15:00.000Z",
          "exitTs": 1667318760,
          "dir": -1,
          "entryPrice": 1644.497,
          "exitPrice": 1648.747,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 111
        },
        {
          "entryTs": 1667397600,
          "entryUtc": "2022-11-02T14:00:00.000Z",
          "exitTs": 1667402460,
          "dir": -1,
          "entryPrice": 1653.247,
          "exitPrice": 1646.381,
          "stopDistance": 3.433,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 81
        },
        {
          "entryTs": 1667412900,
          "entryUtc": "2022-11-02T18:15:00.000Z",
          "exitTs": 1667414160,
          "dir": 1,
          "entryPrice": 1664.037,
          "exitPrice": 1659.475,
          "stopDistance": 4.562,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667417400,
          "entryUtc": "2022-11-02T19:30:00.000Z",
          "exitTs": 1667466720,
          "dir": -1,
          "entryPrice": 1639.357,
          "exitPrice": 1623.747,
          "stopDistance": 7.805,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 822
        },
        {
          "entryTs": 1667527200,
          "entryUtc": "2022-11-04T02:00:00.000Z",
          "exitTs": 1667531460,
          "dir": 1,
          "entryPrice": 1633.698,
          "exitPrice": 1638.253,
          "stopDistance": 2.277,
          "outcome": "target",
          "netR": 1.8375,
          "holdMinutes": 71
        },
        {
          "entryTs": 1667868300,
          "entryUtc": "2022-11-08T00:45:00.000Z",
          "exitTs": 1667869860,
          "dir": 1,
          "entryPrice": 1675.488,
          "exitPrice": 1673.409,
          "stopDistance": 2.079,
          "outcome": "stop",
          "netR": -1.202,
          "holdMinutes": 26
        },
        {
          "entryTs": 1667871000,
          "entryUtc": "2022-11-08T01:30:00.000Z",
          "exitTs": 1667883300,
          "dir": -1,
          "entryPrice": 1673.747,
          "exitPrice": 1669.251,
          "stopDistance": 2.248,
          "outcome": "target",
          "netR": 1.8354,
          "holdMinutes": 205
        },
        {
          "entryTs": 1667901600,
          "entryUtc": "2022-11-08T10:00:00.000Z",
          "exitTs": 1667918700,
          "dir": 1,
          "entryPrice": 1671.368,
          "exitPrice": 1677.354,
          "stopDistance": 2.993,
          "outcome": "target",
          "netR": 1.8764,
          "holdMinutes": 285
        },
        {
          "entryTs": 1668003300,
          "entryUtc": "2022-11-09T14:15:00.000Z",
          "exitTs": 1668006540,
          "dir": 1,
          "entryPrice": 1711.567,
          "exitPrice": 1718.54,
          "stopDistance": 3.487,
          "outcome": "target",
          "netR": 1.8939,
          "holdMinutes": 54
        },
        {
          "entryTs": 1668042900,
          "entryUtc": "2022-11-10T01:15:00.000Z",
          "exitTs": 1668071940,
          "dir": 1,
          "entryPrice": 1707.758,
          "exitPrice": 1704.911,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 484
        },
        {
          "entryTs": 1668157200,
          "entryUtc": "2022-11-11T09:00:00.000Z",
          "exitTs": 1668163860,
          "dir": 1,
          "entryPrice": 1765.207,
          "exitPrice": 1760.564,
          "stopDistance": 4.643,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 111
        },
        {
          "entryTs": 1668381300,
          "entryUtc": "2022-11-13T23:15:00.000Z",
          "exitTs": 1668426420,
          "dir": -1,
          "entryPrice": 1762.417,
          "exitPrice": 1753.547,
          "stopDistance": 4.435,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 752
        },
        {
          "entryTs": 1668489300,
          "entryUtc": "2022-11-15T05:15:00.000Z",
          "exitTs": 1668492000,
          "dir": 1,
          "entryPrice": 1772.628,
          "exitPrice": 1770.217,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 45
        },
        {
          "entryTs": 1668494700,
          "entryUtc": "2022-11-15T06:45:00.000Z",
          "exitTs": 1668496500,
          "dir": -1,
          "entryPrice": 1769.488,
          "exitPrice": 1771.883,
          "stopDistance": 2.395,
          "outcome": "stop",
          "netR": -1.1754,
          "holdMinutes": 30
        },
        {
          "entryTs": 1668497400,
          "entryUtc": "2022-11-15T07:30:00.000Z",
          "exitTs": 1668498420,
          "dir": 1,
          "entryPrice": 1776.708,
          "exitPrice": 1782.556,
          "stopDistance": 2.924,
          "outcome": "target",
          "netR": 1.8735,
          "holdMinutes": 17
        },
        {
          "entryTs": 1668523500,
          "entryUtc": "2022-11-15T14:45:00.000Z",
          "exitTs": 1668537240,
          "dir": -1,
          "entryPrice": 1771.197,
          "exitPrice": 1776.461,
          "stopDistance": 5.264,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 229
        },
        {
          "entryTs": 1668537900,
          "entryUtc": "2022-11-15T18:45:00.000Z",
          "exitTs": 1668570960,
          "dir": 1,
          "entryPrice": 1778.515,
          "exitPrice": 1772.065,
          "stopDistance": 6.45,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 551
        },
        {
          "entryTs": 1668650400,
          "entryUtc": "2022-11-17T02:00:00.000Z",
          "exitTs": 1668654840,
          "dir": -1,
          "entryPrice": 1769.677,
          "exitPrice": 1764.824,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 74
        },
        {
          "entryTs": 1668678300,
          "entryUtc": "2022-11-17T09:45:00.000Z",
          "exitTs": 1668690300,
          "dir": -1,
          "entryPrice": 1764.607,
          "exitPrice": 1758.584,
          "stopDistance": 3.012,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 200
        },
        {
          "entryTs": 1668731400,
          "entryUtc": "2022-11-18T00:30:00.000Z",
          "exitTs": 1668757500,
          "dir": 1,
          "entryPrice": 1761.908,
          "exitPrice": 1766.246,
          "stopDistance": 2.169,
          "outcome": "target",
          "netR": 1.8294,
          "holdMinutes": 435
        },
        {
          "entryTs": 1669043700,
          "entryUtc": "2022-11-21T15:15:00.000Z",
          "exitTs": 1669076940,
          "dir": -1,
          "entryPrice": 1736.537,
          "exitPrice": 1740.643,
          "stopDistance": 4.106,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 554
        },
        {
          "entryTs": 1669096800,
          "entryUtc": "2022-11-22T06:00:00.000Z",
          "exitTs": 1669103400,
          "dir": -1,
          "entryPrice": 1741.387,
          "exitPrice": 1743.516,
          "stopDistance": 2.129,
          "outcome": "stop",
          "netR": -1.1973,
          "holdMinutes": 110
        },
        {
          "entryTs": 1669215600,
          "entryUtc": "2022-11-23T15:00:00.000Z",
          "exitTs": 1669230180,
          "dir": 1,
          "entryPrice": 1742.637,
          "exitPrice": 1752.894,
          "stopDistance": 5.129,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 243
        },
        {
          "entryTs": 1669274100,
          "entryUtc": "2022-11-24T07:15:00.000Z",
          "exitTs": 1669276500,
          "dir": 1,
          "entryPrice": 1756.647,
          "exitPrice": 1754.483,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 40
        },
        {
          "entryTs": 1669342500,
          "entryUtc": "2022-11-25T02:15:00.000Z",
          "exitTs": 1669355640,
          "dir": 1,
          "entryPrice": 1757.737,
          "exitPrice": 1755.817,
          "stopDistance": 1.92,
          "outcome": "stop",
          "netR": -1.2187,
          "holdMinutes": 219
        },
        {
          "entryTs": 1669356000,
          "entryUtc": "2022-11-25T06:00:00.000Z",
          "exitTs": 1669362420,
          "dir": -1,
          "entryPrice": 1756.468,
          "exitPrice": 1752.706,
          "stopDistance": 1.881,
          "outcome": "target",
          "netR": 1.8033,
          "holdMinutes": 107
        },
        {
          "entryTs": 1669680900,
          "entryUtc": "2022-11-29T00:15:00.000Z",
          "exitTs": 1669687980,
          "dir": 1,
          "entryPrice": 1742.048,
          "exitPrice": 1746.642,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 118
        },
        {
          "entryTs": 1669730400,
          "entryUtc": "2022-11-29T14:00:00.000Z",
          "exitTs": 1669734900,
          "dir": -1,
          "entryPrice": 1751.468,
          "exitPrice": 1754.749,
          "stopDistance": 3.281,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 75
        },
        {
          "entryTs": 1669735800,
          "entryUtc": "2022-11-29T15:30:00.000Z",
          "exitTs": 1669738320,
          "dir": 1,
          "entryPrice": 1756.817,
          "exitPrice": 1752.682,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 42
        },
        {
          "entryTs": 1669769100,
          "entryUtc": "2022-11-30T00:45:00.000Z",
          "exitTs": 1669777320,
          "dir": 1,
          "entryPrice": 1750.218,
          "exitPrice": 1754.228,
          "stopDistance": 2.005,
          "outcome": "target",
          "netR": 1.8155,
          "holdMinutes": 137
        },
        {
          "entryTs": 1669792500,
          "entryUtc": "2022-11-30T07:15:00.000Z",
          "exitTs": 1669798860,
          "dir": 1,
          "entryPrice": 1755.548,
          "exitPrice": 1759.722,
          "stopDistance": 2.087,
          "outcome": "target",
          "netR": 1.8227,
          "holdMinutes": 106
        },
        {
          "entryTs": 1669815900,
          "entryUtc": "2022-11-30T13:45:00.000Z",
          "exitTs": 1669819320,
          "dir": -1,
          "entryPrice": 1757.358,
          "exitPrice": 1761.195,
          "stopDistance": 3.837,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 57
        },
        {
          "entryTs": 1669833900,
          "entryUtc": "2022-11-30T18:45:00.000Z",
          "exitTs": 1669840440,
          "dir": 1,
          "entryPrice": 1757.598,
          "exitPrice": 1768.843,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 109
        },
        {
          "entryTs": 1670247900,
          "entryUtc": "2022-12-05T13:45:00.000Z",
          "exitTs": 1670251680,
          "dir": -1,
          "entryPrice": 1793.107,
          "exitPrice": 1786.712,
          "stopDistance": 3.197,
          "outcome": "target",
          "netR": 1.8843,
          "holdMinutes": 63
        },
        {
          "entryTs": 1670378400,
          "entryUtc": "2022-12-07T02:00:00.000Z",
          "exitTs": 1670383080,
          "dir": 1,
          "entryPrice": 1773.248,
          "exitPrice": 1770.942,
          "stopDistance": 2.307,
          "outcome": "stop",
          "netR": -1.1821,
          "holdMinutes": 78
        },
        {
          "entryTs": 1670391900,
          "entryUtc": "2022-12-07T05:45:00.000Z",
          "exitTs": 1670393280,
          "dir": 1,
          "entryPrice": 1773.408,
          "exitPrice": 1771.053,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 23
        },
        {
          "entryTs": 1670418900,
          "entryUtc": "2022-12-07T13:15:00.000Z",
          "exitTs": 1670423580,
          "dir": 1,
          "entryPrice": 1775.108,
          "exitPrice": 1780.816,
          "stopDistance": 2.854,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 78
        },
        {
          "entryTs": 1670501700,
          "entryUtc": "2022-12-08T12:15:00.000Z",
          "exitTs": 1670506560,
          "dir": 1,
          "entryPrice": 1785.848,
          "exitPrice": 1791.058,
          "stopDistance": 2.605,
          "outcome": "target",
          "netR": 1.858,
          "holdMinutes": 81
        },
        {
          "entryTs": 1670511600,
          "entryUtc": "2022-12-08T15:00:00.000Z",
          "exitTs": 1670515920,
          "dir": 1,
          "entryPrice": 1792.258,
          "exitPrice": 1787.886,
          "stopDistance": 4.372,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 72
        },
        {
          "entryTs": 1670547600,
          "entryUtc": "2022-12-09T01:00:00.000Z",
          "exitTs": 1670548440,
          "dir": 1,
          "entryPrice": 1790.148,
          "exitPrice": 1793.987,
          "stopDistance": 1.919,
          "outcome": "target",
          "netR": 1.8072,
          "holdMinutes": 14
        },
        {
          "entryTs": 1670828400,
          "entryUtc": "2022-12-12T07:00:00.000Z",
          "exitTs": 1670844000,
          "dir": 1,
          "entryPrice": 1788.687,
          "exitPrice": 1793.249,
          "stopDistance": 2.281,
          "outcome": "target",
          "netR": 1.8378,
          "holdMinutes": 260
        },
        {
          "entryTs": 1670850000,
          "entryUtc": "2022-12-12T13:00:00.000Z",
          "exitTs": 1670859480,
          "dir": -1,
          "entryPrice": 1789.198,
          "exitPrice": 1784.126,
          "stopDistance": 2.536,
          "outcome": "target",
          "netR": 1.8541,
          "holdMinutes": 158
        },
        {
          "entryTs": 1670904900,
          "entryUtc": "2022-12-13T04:15:00.000Z",
          "exitTs": 1670909400,
          "dir": -1,
          "entryPrice": 1781.585,
          "exitPrice": 1783.51,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 75
        },
        {
          "entryTs": 1670980500,
          "entryUtc": "2022-12-14T01:15:00.000Z",
          "exitTs": 1670993400,
          "dir": 1,
          "entryPrice": 1811.518,
          "exitPrice": 1808.544,
          "stopDistance": 2.974,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 215
        },
        {
          "entryTs": 1671000300,
          "entryUtc": "2022-12-14T06:45:00.000Z",
          "exitTs": 1671001860,
          "dir": 1,
          "entryPrice": 1812.198,
          "exitPrice": 1810.191,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 26
        },
        {
          "entryTs": 1671003900,
          "entryUtc": "2022-12-14T07:45:00.000Z",
          "exitTs": 1671012000,
          "dir": -1,
          "entryPrice": 1807.885,
          "exitPrice": 1810.17,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 135
        },
        {
          "entryTs": 1671019200,
          "entryUtc": "2022-12-14T12:00:00.000Z",
          "exitTs": 1671024000,
          "dir": -1,
          "entryPrice": 1806.595,
          "exitPrice": 1809.272,
          "stopDistance": 2.677,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 80
        },
        {
          "entryTs": 1671111000,
          "entryUtc": "2022-12-15T13:30:00.000Z",
          "exitTs": 1671111720,
          "dir": -1,
          "entryPrice": 1774.408,
          "exitPrice": 1778.547,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 12
        },
        {
          "entryTs": 1671111900,
          "entryUtc": "2022-12-15T13:45:00.000Z",
          "exitTs": 1671112320,
          "dir": 1,
          "entryPrice": 1780.605,
          "exitPrice": 1775.935,
          "stopDistance": 4.67,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 7
        },
        {
          "entryTs": 1671112800,
          "entryUtc": "2022-12-15T14:00:00.000Z",
          "exitTs": 1671113580,
          "dir": -1,
          "entryPrice": 1776.305,
          "exitPrice": 1781.262,
          "stopDistance": 4.957,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 13
        },
        {
          "entryTs": 1671177600,
          "entryUtc": "2022-12-16T08:00:00.000Z",
          "exitTs": 1671185880,
          "dir": -1,
          "entryPrice": 1777.285,
          "exitPrice": 1779.972,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 138
        },
        {
          "entryTs": 1671410700,
          "entryUtc": "2022-12-19T00:45:00.000Z",
          "exitTs": 1671427440,
          "dir": 1,
          "entryPrice": 1793.758,
          "exitPrice": 1791.429,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1804,
          "holdMinutes": 279
        },
        {
          "entryTs": 1671541200,
          "entryUtc": "2022-12-20T13:00:00.000Z",
          "exitTs": 1671543660,
          "dir": -1,
          "entryPrice": 1800.695,
          "exitPrice": 1804.588,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 41
        },
        {
          "entryTs": 1671548400,
          "entryUtc": "2022-12-20T15:00:00.000Z",
          "exitTs": 1671636960,
          "dir": 1,
          "entryPrice": 1812.258,
          "exitPrice": 1821.222,
          "stopDistance": 4.482,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 1476
        },
        {
          "entryTs": 1671716700,
          "entryUtc": "2022-12-22T13:45:00.000Z",
          "exitTs": 1671718800,
          "dir": -1,
          "entryPrice": 1812.565,
          "exitPrice": 1806.112,
          "stopDistance": 3.226,
          "outcome": "target",
          "netR": 1.8853,
          "holdMinutes": 35
        },
        {
          "entryTs": 1671810300,
          "entryUtc": "2022-12-23T15:45:00.000Z",
          "exitTs": 1671818460,
          "dir": 1,
          "entryPrice": 1800.455,
          "exitPrice": 1796.683,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 136
        },
        {
          "entryTs": 1672124400,
          "entryUtc": "2022-12-27T07:00:00.000Z",
          "exitTs": 1672142460,
          "dir": 1,
          "entryPrice": 1806.727,
          "exitPrice": 1810.863,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 301
        },
        {
          "entryTs": 1672147800,
          "entryUtc": "2022-12-27T13:30:00.000Z",
          "exitTs": 1672150380,
          "dir": -1,
          "entryPrice": 1806.827,
          "exitPrice": 1802.48,
          "stopDistance": 2.174,
          "outcome": "target",
          "netR": 1.8298,
          "holdMinutes": 43
        },
        {
          "entryTs": 1672154100,
          "entryUtc": "2022-12-27T15:15:00.000Z",
          "exitTs": 1672155180,
          "dir": 1,
          "entryPrice": 1814.858,
          "exitPrice": 1822.497,
          "stopDistance": 3.819,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 18
        },
        {
          "entryTs": 1672241400,
          "entryUtc": "2022-12-28T15:30:00.000Z",
          "exitTs": 1672248780,
          "dir": -1,
          "entryPrice": 1801.645,
          "exitPrice": 1805.543,
          "stopDistance": 3.898,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 123
        },
        {
          "entryTs": 1672290000,
          "entryUtc": "2022-12-29T05:00:00.000Z",
          "exitTs": 1672297860,
          "dir": 1,
          "entryPrice": 1808.775,
          "exitPrice": 1806.821,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.2149,
          "holdMinutes": 131
        },
        {
          "entryTs": 1672305300,
          "entryUtc": "2022-12-29T09:15:00.000Z",
          "exitTs": 1672308720,
          "dir": 1,
          "entryPrice": 1810.445,
          "exitPrice": 1808.181,
          "stopDistance": 2.264,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 57
        },
        {
          "entryTs": 1672421400,
          "entryUtc": "2022-12-30T17:30:00.000Z",
          "exitTs": 1672700400,
          "dir": 1,
          "entryPrice": 1819.948,
          "exitPrice": 1826.637,
          "stopDistance": 3.998,
          "outcome": "time",
          "netR": 1.5806,
          "holdMinutes": 4650
        },
        {
          "entryTs": 1672760700,
          "entryUtc": "2023-01-03T15:45:00.000Z",
          "exitTs": 1672765320,
          "dir": -1,
          "entryPrice": 1828.725,
          "exitPrice": 1834.943,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 77
        },
        {
          "entryTs": 1672795800,
          "entryUtc": "2023-01-04T01:30:00.000Z",
          "exitTs": 1672797600,
          "dir": 1,
          "entryPrice": 1839.787,
          "exitPrice": 1845.133,
          "stopDistance": 2.673,
          "outcome": "target",
          "netR": 1.8616,
          "holdMinutes": 30
        },
        {
          "entryTs": 1672885800,
          "entryUtc": "2023-01-05T02:30:00.000Z",
          "exitTs": 1672905900,
          "dir": -1,
          "entryPrice": 1853.775,
          "exitPrice": 1847.063,
          "stopDistance": 3.356,
          "outcome": "target",
          "netR": 1.8897,
          "holdMinutes": 335
        },
        {
          "entryTs": 1673012700,
          "entryUtc": "2023-01-06T13:45:00.000Z",
          "exitTs": 1673016120,
          "dir": 1,
          "entryPrice": 1847.685,
          "exitPrice": 1843.086,
          "stopDistance": 4.599,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 57
        },
        {
          "entryTs": 1673244900,
          "entryUtc": "2023-01-09T06:15:00.000Z",
          "exitTs": 1673246580,
          "dir": 1,
          "entryPrice": 1879.505,
          "exitPrice": 1876.955,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 28
        },
        {
          "entryTs": 1673252100,
          "entryUtc": "2023-01-09T08:15:00.000Z",
          "exitTs": 1673272200,
          "dir": -1,
          "entryPrice": 1874.335,
          "exitPrice": 1877.582,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 335
        },
        {
          "entryTs": 1673314200,
          "entryUtc": "2023-01-10T01:30:00.000Z",
          "exitTs": 1673323980,
          "dir": 1,
          "entryPrice": 1873.525,
          "exitPrice": 1870.734,
          "stopDistance": 2.791,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 163
        },
        {
          "entryTs": 1673329500,
          "entryUtc": "2023-01-10T05:45:00.000Z",
          "exitTs": 1673332800,
          "dir": 1,
          "entryPrice": 1874.645,
          "exitPrice": 1872.205,
          "stopDistance": 2.44,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 55
        },
        {
          "entryTs": 1673341200,
          "entryUtc": "2023-01-10T09:00:00.000Z",
          "exitTs": 1673353740,
          "dir": 1,
          "entryPrice": 1874.975,
          "exitPrice": 1872.141,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 209
        },
        {
          "entryTs": 1673535600,
          "entryUtc": "2023-01-12T15:00:00.000Z",
          "exitTs": 1673539080,
          "dir": -1,
          "entryPrice": 1882.288,
          "exitPrice": 1890.327,
          "stopDistance": 8.039,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 58
        },
        {
          "entryTs": 1673610300,
          "entryUtc": "2023-01-13T11:45:00.000Z",
          "exitTs": 1673612880,
          "dir": -1,
          "entryPrice": 1902.245,
          "exitPrice": 1895.357,
          "stopDistance": 3.444,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 43
        },
        {
          "entryTs": 1673834400,
          "entryUtc": "2023-01-16T02:00:00.000Z",
          "exitTs": 1673845440,
          "dir": 1,
          "entryPrice": 1924.115,
          "exitPrice": 1920.505,
          "stopDistance": 3.61,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 184
        },
        {
          "entryTs": 1673873100,
          "entryUtc": "2023-01-16T12:45:00.000Z",
          "exitTs": 1673911980,
          "dir": -1,
          "entryPrice": 1914.565,
          "exitPrice": 1917.521,
          "stopDistance": 2.956,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 648
        },
        {
          "entryTs": 1673912700,
          "entryUtc": "2023-01-16T23:45:00.000Z",
          "exitTs": 1673917860,
          "dir": 1,
          "entryPrice": 1918.055,
          "exitPrice": 1915.795,
          "stopDistance": 2.261,
          "outcome": "stop",
          "netR": -1.1858,
          "holdMinutes": 86
        },
        {
          "entryTs": 1674009900,
          "entryUtc": "2023-01-18T02:45:00.000Z",
          "exitTs": 1674014820,
          "dir": -1,
          "entryPrice": 1904.545,
          "exitPrice": 1897.968,
          "stopDistance": 3.288,
          "outcome": "target",
          "netR": 1.8875,
          "holdMinutes": 82
        },
        {
          "entryTs": 1674054900,
          "entryUtc": "2023-01-18T15:15:00.000Z",
          "exitTs": 1674060420,
          "dir": -1,
          "entryPrice": 1916.035,
          "exitPrice": 1905.849,
          "stopDistance": 5.093,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 92
        },
        {
          "entryTs": 1674099900,
          "entryUtc": "2023-01-19T03:45:00.000Z",
          "exitTs": 1674112920,
          "dir": 1,
          "entryPrice": 1909.548,
          "exitPrice": 1906.336,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 217
        },
        {
          "entryTs": 1674115200,
          "entryUtc": "2023-01-19T08:00:00.000Z",
          "exitTs": 1674123720,
          "dir": 1,
          "entryPrice": 1911.315,
          "exitPrice": 1908.153,
          "stopDistance": 3.162,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 142
        },
        {
          "entryTs": 1674132300,
          "entryUtc": "2023-01-19T12:45:00.000Z",
          "exitTs": 1674133320,
          "dir": 1,
          "entryPrice": 1910.255,
          "exitPrice": 1907.02,
          "stopDistance": 3.235,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 17
        },
        {
          "entryTs": 1674228600,
          "entryUtc": "2023-01-20T15:30:00.000Z",
          "exitTs": 1674229500,
          "dir": 1,
          "entryPrice": 1929.985,
          "exitPrice": 1925.642,
          "stopDistance": 4.343,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 15
        },
        {
          "entryTs": 1674435600,
          "entryUtc": "2023-01-23T01:00:00.000Z",
          "exitTs": 1674448140,
          "dir": 1,
          "entryPrice": 1932.115,
          "exitPrice": 1929.373,
          "stopDistance": 2.742,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 209
        },
        {
          "entryTs": 1674470700,
          "entryUtc": "2023-01-23T10:45:00.000Z",
          "exitTs": 1674481080,
          "dir": -1,
          "entryPrice": 1927.098,
          "exitPrice": 1920.316,
          "stopDistance": 3.391,
          "outcome": "target",
          "netR": 1.8909,
          "holdMinutes": 173
        },
        {
          "entryTs": 1674567900,
          "entryUtc": "2023-01-24T13:45:00.000Z",
          "exitTs": 1674569820,
          "dir": -1,
          "entryPrice": 1934.065,
          "exitPrice": 1927.987,
          "stopDistance": 3.039,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 32
        },
        {
          "entryTs": 1674606600,
          "entryUtc": "2023-01-25T00:30:00.000Z",
          "exitTs": 1674608640,
          "dir": -1,
          "entryPrice": 1936.065,
          "exitPrice": 1938.157,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 34
        },
        {
          "entryTs": 1674609300,
          "entryUtc": "2023-01-25T01:15:00.000Z",
          "exitTs": 1674615300,
          "dir": 1,
          "entryPrice": 1937.715,
          "exitPrice": 1935.437,
          "stopDistance": 2.278,
          "outcome": "stop",
          "netR": -1.1843,
          "holdMinutes": 100
        },
        {
          "entryTs": 1674615600,
          "entryUtc": "2023-01-25T03:00:00.000Z",
          "exitTs": 1674616500,
          "dir": -1,
          "entryPrice": 1935.145,
          "exitPrice": 1930.196,
          "stopDistance": 2.474,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 15
        },
        {
          "entryTs": 1674630000,
          "entryUtc": "2023-01-25T07:00:00.000Z",
          "exitTs": 1674631860,
          "dir": 1,
          "entryPrice": 1933.345,
          "exitPrice": 1930.077,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 31
        },
        {
          "entryTs": 1674655200,
          "entryUtc": "2023-01-25T14:00:00.000Z",
          "exitTs": 1674655800,
          "dir": -1,
          "entryPrice": 1922.155,
          "exitPrice": 1926.046,
          "stopDistance": 3.891,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 10
        },
        {
          "entryTs": 1674657000,
          "entryUtc": "2023-01-25T14:30:00.000Z",
          "exitTs": 1674659160,
          "dir": 1,
          "entryPrice": 1927.735,
          "exitPrice": 1936.084,
          "stopDistance": 4.175,
          "outcome": "target",
          "netR": 1.9114,
          "holdMinutes": 36
        },
        {
          "entryTs": 1674717300,
          "entryUtc": "2023-01-26T07:15:00.000Z",
          "exitTs": 1674721380,
          "dir": -1,
          "entryPrice": 1940.705,
          "exitPrice": 1943.595,
          "stopDistance": 2.89,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 68
        },
        {
          "entryTs": 1674745200,
          "entryUtc": "2023-01-26T15:00:00.000Z",
          "exitTs": 1674750180,
          "dir": -1,
          "entryPrice": 1932.658,
          "exitPrice": 1922.492,
          "stopDistance": 5.083,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 83
        },
        {
          "entryTs": 1674787500,
          "entryUtc": "2023-01-27T02:45:00.000Z",
          "exitTs": 1674793140,
          "dir": -1,
          "entryPrice": 1927.047,
          "exitPrice": 1921.624,
          "stopDistance": 2.711,
          "outcome": "target",
          "netR": 1.8635,
          "holdMinutes": 94
        },
        {
          "entryTs": 1674828900,
          "entryUtc": "2023-01-27T14:15:00.000Z",
          "exitTs": 1674834480,
          "dir": -1,
          "entryPrice": 1927.235,
          "exitPrice": 1919.36,
          "stopDistance": 3.938,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 93
        },
        {
          "entryTs": 1675052100,
          "entryUtc": "2023-01-30T04:15:00.000Z",
          "exitTs": 1675063320,
          "dir": 1,
          "entryPrice": 1930.245,
          "exitPrice": 1927.205,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 187
        },
        {
          "entryTs": 1675127700,
          "entryUtc": "2023-01-31T01:15:00.000Z",
          "exitTs": 1675136520,
          "dir": 1,
          "entryPrice": 1923.655,
          "exitPrice": 1921.556,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 147
        },
        {
          "entryTs": 1675170000,
          "entryUtc": "2023-01-31T13:00:00.000Z",
          "exitTs": 1675171800,
          "dir": 1,
          "entryPrice": 1907.115,
          "exitPrice": 1915.242,
          "stopDistance": 4.063,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 30
        },
        {
          "entryTs": 1675237500,
          "entryUtc": "2023-02-01T07:45:00.000Z",
          "exitTs": 1675240800,
          "dir": -1,
          "entryPrice": 1924.195,
          "exitPrice": 1926.542,
          "stopDistance": 2.347,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 55
        },
        {
          "entryTs": 1675263600,
          "entryUtc": "2023-02-01T15:00:00.000Z",
          "exitTs": 1675266420,
          "dir": -1,
          "entryPrice": 1927.685,
          "exitPrice": 1931.348,
          "stopDistance": 3.663,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 47
        },
        {
          "entryTs": 1675322100,
          "entryUtc": "2023-02-02T07:15:00.000Z",
          "exitTs": 1675322640,
          "dir": 1,
          "entryPrice": 1959.465,
          "exitPrice": 1956.06,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 9
        },
        {
          "entryTs": 1675406700,
          "entryUtc": "2023-02-03T06:45:00.000Z",
          "exitTs": 1675409400,
          "dir": 1,
          "entryPrice": 1916.505,
          "exitPrice": 1913.992,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 45
        },
        {
          "entryTs": 1675410300,
          "entryUtc": "2023-02-03T07:45:00.000Z",
          "exitTs": 1675416000,
          "dir": -1,
          "entryPrice": 1912.185,
          "exitPrice": 1915.297,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 95
        },
        {
          "entryTs": 1675431900,
          "entryUtc": "2023-02-03T13:45:00.000Z",
          "exitTs": 1675433940,
          "dir": -1,
          "entryPrice": 1887.927,
          "exitPrice": 1875.655,
          "stopDistance": 6.136,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 34
        },
        {
          "entryTs": 1675638900,
          "entryUtc": "2023-02-05T23:15:00.000Z",
          "exitTs": 1675655940,
          "dir": 1,
          "entryPrice": 1867.055,
          "exitPrice": 1876.375,
          "stopDistance": 4.66,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 284
        },
        {
          "entryTs": 1675669500,
          "entryUtc": "2023-02-06T07:45:00.000Z",
          "exitTs": 1675670640,
          "dir": -1,
          "entryPrice": 1874.715,
          "exitPrice": 1877.763,
          "stopDistance": 3.048,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 19
        },
        {
          "entryTs": 1675671300,
          "entryUtc": "2023-02-06T08:15:00.000Z",
          "exitTs": 1675674540,
          "dir": 1,
          "entryPrice": 1878.855,
          "exitPrice": 1875.54,
          "stopDistance": 3.315,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 54
        },
        {
          "entryTs": 1675674900,
          "entryUtc": "2023-02-06T09:15:00.000Z",
          "exitTs": 1675698420,
          "dir": -1,
          "entryPrice": 1873.545,
          "exitPrice": 1865.396,
          "stopDistance": 4.074,
          "outcome": "target",
          "netR": 1.9092,
          "holdMinutes": 392
        },
        {
          "entryTs": 1675784700,
          "entryUtc": "2023-02-07T15:45:00.000Z",
          "exitTs": 1675791960,
          "dir": 1,
          "entryPrice": 1873.335,
          "exitPrice": 1882.778,
          "stopDistance": 4.721,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 121
        },
        {
          "entryTs": 1675840500,
          "entryUtc": "2023-02-08T07:15:00.000Z",
          "exitTs": 1675840920,
          "dir": -1,
          "entryPrice": 1874.845,
          "exitPrice": 1877.467,
          "stopDistance": 2.622,
          "outcome": "stop",
          "netR": -1.1602,
          "holdMinutes": 7
        },
        {
          "entryTs": 1675841400,
          "entryUtc": "2023-02-08T07:30:00.000Z",
          "exitTs": 1675843140,
          "dir": 1,
          "entryPrice": 1879.565,
          "exitPrice": 1885.551,
          "stopDistance": 2.993,
          "outcome": "target",
          "netR": 1.8764,
          "holdMinutes": 29
        },
        {
          "entryTs": 1675908000,
          "entryUtc": "2023-02-09T02:00:00.000Z",
          "exitTs": 1675928280,
          "dir": 1,
          "entryPrice": 1876.755,
          "exitPrice": 1881.767,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 338
        },
        {
          "entryTs": 1675951200,
          "entryUtc": "2023-02-09T14:00:00.000Z",
          "exitTs": 1675953060,
          "dir": 1,
          "entryPrice": 1889.475,
          "exitPrice": 1885.445,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 31
        },
        {
          "entryTs": 1675954800,
          "entryUtc": "2023-02-09T15:00:00.000Z",
          "exitTs": 1675958520,
          "dir": -1,
          "entryPrice": 1879.305,
          "exitPrice": 1869.908,
          "stopDistance": 4.698,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 62
        },
        {
          "entryTs": 1675991700,
          "entryUtc": "2023-02-10T01:15:00.000Z",
          "exitTs": 1675992840,
          "dir": 1,
          "entryPrice": 1864.915,
          "exitPrice": 1861.566,
          "stopDistance": 3.349,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 19
        },
        {
          "entryTs": 1676015100,
          "entryUtc": "2023-02-10T07:45:00.000Z",
          "exitTs": 1676017500,
          "dir": 1,
          "entryPrice": 1863.925,
          "exitPrice": 1871.619,
          "stopDistance": 3.847,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 40
        },
        {
          "entryTs": 1676247300,
          "entryUtc": "2023-02-13T00:15:00.000Z",
          "exitTs": 1676269860,
          "dir": -1,
          "entryPrice": 1861.418,
          "exitPrice": 1864.17,
          "stopDistance": 2.752,
          "outcome": "stop",
          "netR": -1.1526,
          "holdMinutes": 376
        },
        {
          "entryTs": 1676385000,
          "entryUtc": "2023-02-14T14:30:00.000Z",
          "exitTs": 1676386680,
          "dir": -1,
          "entryPrice": 1849.205,
          "exitPrice": 1856.605,
          "stopDistance": 7.4,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 28
        },
        {
          "entryTs": 1676430000,
          "entryUtc": "2023-02-15T03:00:00.000Z",
          "exitTs": 1676437380,
          "dir": -1,
          "entryPrice": 1852.025,
          "exitPrice": 1845.341,
          "stopDistance": 3.342,
          "outcome": "target",
          "netR": 1.8893,
          "holdMinutes": 123
        },
        {
          "entryTs": 1676472300,
          "entryUtc": "2023-02-15T14:45:00.000Z",
          "exitTs": 1676473080,
          "dir": 1,
          "entryPrice": 1838.065,
          "exitPrice": 1833.548,
          "stopDistance": 4.517,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 13
        },
        {
          "entryTs": 1676511000,
          "entryUtc": "2023-02-16T01:30:00.000Z",
          "exitTs": 1676526360,
          "dir": 1,
          "entryPrice": 1838.278,
          "exitPrice": 1835.804,
          "stopDistance": 2.474,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 256
        },
        {
          "entryTs": 1676535300,
          "entryUtc": "2023-02-16T08:15:00.000Z",
          "exitTs": 1676536860,
          "dir": 1,
          "entryPrice": 1842.215,
          "exitPrice": 1839.121,
          "stopDistance": 3.094,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 26
        },
        {
          "entryTs": 1676555100,
          "entryUtc": "2023-02-16T13:45:00.000Z",
          "exitTs": 1676559900,
          "dir": -1,
          "entryPrice": 1834.995,
          "exitPrice": 1827.563,
          "stopDistance": 3.716,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 80
        },
        {
          "entryTs": 1676579400,
          "entryUtc": "2023-02-16T20:30:00.000Z",
          "exitTs": 1676598420,
          "dir": -1,
          "entryPrice": 1838.585,
          "exitPrice": 1829.753,
          "stopDistance": 4.416,
          "outcome": "target",
          "netR": 1.9162,
          "holdMinutes": 317
        },
        {
          "entryTs": 1676646900,
          "entryUtc": "2023-02-17T15:15:00.000Z",
          "exitTs": 1676659560,
          "dir": 1,
          "entryPrice": 1833.655,
          "exitPrice": 1843.125,
          "stopDistance": 4.735,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 211
        },
        {
          "entryTs": 1676871000,
          "entryUtc": "2023-02-20T05:30:00.000Z",
          "exitTs": 1676871840,
          "dir": -1,
          "entryPrice": 1841.275,
          "exitPrice": 1843.518,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 14
        },
        {
          "entryTs": 1676877300,
          "entryUtc": "2023-02-20T07:15:00.000Z",
          "exitTs": 1676882580,
          "dir": 1,
          "entryPrice": 1844.755,
          "exitPrice": 1842.384,
          "stopDistance": 2.371,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 88
        },
        {
          "entryTs": 1676964600,
          "entryUtc": "2023-02-21T07:30:00.000Z",
          "exitTs": 1676982120,
          "dir": -1,
          "entryPrice": 1835.844,
          "exitPrice": 1830.789,
          "stopDistance": 2.528,
          "outcome": "target",
          "netR": 1.8536,
          "holdMinutes": 292
        },
        {
          "entryTs": 1676988900,
          "entryUtc": "2023-02-21T14:15:00.000Z",
          "exitTs": 1676990880,
          "dir": 1,
          "entryPrice": 1838.875,
          "exitPrice": 1835.734,
          "stopDistance": 3.141,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 33
        },
        {
          "entryTs": 1677055500,
          "entryUtc": "2023-02-22T08:45:00.000Z",
          "exitTs": 1677059400,
          "dir": -1,
          "entryPrice": 1833.298,
          "exitPrice": 1836.039,
          "stopDistance": 2.741,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 65
        },
        {
          "entryTs": 1677116700,
          "entryUtc": "2023-02-23T01:45:00.000Z",
          "exitTs": 1677133980,
          "dir": 1,
          "entryPrice": 1827.415,
          "exitPrice": 1832.882,
          "stopDistance": 2.734,
          "outcome": "target",
          "netR": 1.8647,
          "holdMinutes": 288
        },
        {
          "entryTs": 1677159900,
          "entryUtc": "2023-02-23T13:45:00.000Z",
          "exitTs": 1677160500,
          "dir": -1,
          "entryPrice": 1819.895,
          "exitPrice": 1823.476,
          "stopDistance": 3.581,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 10
        },
        {
          "entryTs": 1677197700,
          "entryUtc": "2023-02-24T00:15:00.000Z",
          "exitTs": 1677224700,
          "dir": 1,
          "entryPrice": 1824.035,
          "exitPrice": 1821.794,
          "stopDistance": 2.241,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 450
        },
        {
          "entryTs": 1677514500,
          "entryUtc": "2023-02-27T16:15:00.000Z",
          "exitTs": 1677517200,
          "dir": -1,
          "entryPrice": 1813.768,
          "exitPrice": 1817.432,
          "stopDistance": 3.664,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 45
        },
        {
          "entryTs": 1677556800,
          "entryUtc": "2023-02-28T04:00:00.000Z",
          "exitTs": 1677566700,
          "dir": -1,
          "entryPrice": 1814.805,
          "exitPrice": 1816.862,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 165
        },
        {
          "entryTs": 1677570300,
          "entryUtc": "2023-02-28T07:45:00.000Z",
          "exitTs": 1677572160,
          "dir": -1,
          "entryPrice": 1811.645,
          "exitPrice": 1806.797,
          "stopDistance": 2.424,
          "outcome": "target",
          "netR": 1.8473,
          "holdMinutes": 31
        },
        {
          "entryTs": 1677592800,
          "entryUtc": "2023-02-28T14:00:00.000Z",
          "exitTs": 1677596400,
          "dir": 1,
          "entryPrice": 1813.808,
          "exitPrice": 1819.944,
          "stopDistance": 3.068,
          "outcome": "target",
          "netR": 1.8794,
          "holdMinutes": 60
        },
        {
          "entryTs": 1677636000,
          "entryUtc": "2023-03-01T02:00:00.000Z",
          "exitTs": 1677652200,
          "dir": 1,
          "entryPrice": 1829.045,
          "exitPrice": 1833.94,
          "stopDistance": 2.448,
          "outcome": "target",
          "netR": 1.8488,
          "holdMinutes": 270
        },
        {
          "entryTs": 1677682800,
          "entryUtc": "2023-03-01T15:00:00.000Z",
          "exitTs": 1677683160,
          "dir": 1,
          "entryPrice": 1842.075,
          "exitPrice": 1837.985,
          "stopDistance": 4.09,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 6
        },
        {
          "entryTs": 1678088700,
          "entryUtc": "2023-03-06T07:45:00.000Z",
          "exitTs": 1678091280,
          "dir": 1,
          "entryPrice": 1857.158,
          "exitPrice": 1854.831,
          "stopDistance": 2.327,
          "outcome": "stop",
          "netR": -1.1805,
          "holdMinutes": 43
        },
        {
          "entryTs": 1678092300,
          "entryUtc": "2023-03-06T08:45:00.000Z",
          "exitTs": 1678103160,
          "dir": -1,
          "entryPrice": 1853.065,
          "exitPrice": 1848.038,
          "stopDistance": 2.514,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 181
        },
        {
          "entryTs": 1678148100,
          "entryUtc": "2023-03-07T00:15:00.000Z",
          "exitTs": 1678152780,
          "dir": -1,
          "entryPrice": 1844.865,
          "exitPrice": 1846.789,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 78
        },
        {
          "entryTs": 1678154400,
          "entryUtc": "2023-03-07T02:00:00.000Z",
          "exitTs": 1678172580,
          "dir": 1,
          "entryPrice": 1847.798,
          "exitPrice": 1845.757,
          "stopDistance": 2.041,
          "outcome": "stop",
          "netR": -1.2058,
          "holdMinutes": 303
        },
        {
          "entryTs": 1678182300,
          "entryUtc": "2023-03-07T09:45:00.000Z",
          "exitTs": 1678192260,
          "dir": -1,
          "entryPrice": 1844.895,
          "exitPrice": 1840.002,
          "stopDistance": 2.447,
          "outcome": "target",
          "netR": 1.8488,
          "holdMinutes": 166
        },
        {
          "entryTs": 1678274100,
          "entryUtc": "2023-03-08T11:15:00.000Z",
          "exitTs": 1678279440,
          "dir": 1,
          "entryPrice": 1815.705,
          "exitPrice": 1813.454,
          "stopDistance": 2.251,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 89
        },
        {
          "entryTs": 1678327200,
          "entryUtc": "2023-03-09T02:00:00.000Z",
          "exitTs": 1678337760,
          "dir": -1,
          "entryPrice": 1812.134,
          "exitPrice": 1814.184,
          "stopDistance": 2.05,
          "outcome": "stop",
          "netR": -1.2048,
          "holdMinutes": 176
        },
        {
          "entryTs": 1678338000,
          "entryUtc": "2023-03-09T05:00:00.000Z",
          "exitTs": 1678351140,
          "dir": 1,
          "entryPrice": 1814.235,
          "exitPrice": 1817.51,
          "stopDistance": 1.638,
          "outcome": "target",
          "netR": 1.7741,
          "holdMinutes": 219
        },
        {
          "entryTs": 1678416300,
          "entryUtc": "2023-03-10T02:45:00.000Z",
          "exitTs": 1678428180,
          "dir": -1,
          "entryPrice": 1829.635,
          "exitPrice": 1832.271,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 198
        },
        {
          "entryTs": 1678756500,
          "entryUtc": "2023-03-14T01:15:00.000Z",
          "exitTs": 1678765500,
          "dir": -1,
          "entryPrice": 1909.965,
          "exitPrice": 1903.175,
          "stopDistance": 3.395,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 150
        },
        {
          "entryTs": 1678801500,
          "entryUtc": "2023-03-14T13:45:00.000Z",
          "exitTs": 1678802820,
          "dir": -1,
          "entryPrice": 1898.508,
          "exitPrice": 1904.398,
          "stopDistance": 5.889,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 22
        },
        {
          "entryTs": 1678928400,
          "entryUtc": "2023-03-16T01:00:00.000Z",
          "exitTs": 1678945200,
          "dir": -1,
          "entryPrice": 1913.435,
          "exitPrice": 1918.739,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 280
        },
        {
          "entryTs": 1679074200,
          "entryUtc": "2023-03-17T17:30:00.000Z",
          "exitTs": 1679078580,
          "dir": 1,
          "entryPrice": 1968.465,
          "exitPrice": 1981.822,
          "stopDistance": 6.678,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 73
        },
        {
          "entryTs": 1679316300,
          "entryUtc": "2023-03-20T12:45:00.000Z",
          "exitTs": 1679404080,
          "dir": -1,
          "entryPrice": 1976.865,
          "exitPrice": 1960.179,
          "stopDistance": 8.343,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 1463
        },
        {
          "entryTs": 1679470200,
          "entryUtc": "2023-03-22T07:30:00.000Z",
          "exitTs": 1679471100,
          "dir": -1,
          "entryPrice": 1935.905,
          "exitPrice": 1939.589,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 15
        },
        {
          "entryTs": 1679473800,
          "entryUtc": "2023-03-22T08:30:00.000Z",
          "exitTs": 1679474520,
          "dir": 1,
          "entryPrice": 1944.845,
          "exitPrice": 1940.91,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 12
        },
        {
          "entryTs": 1679508900,
          "entryUtc": "2023-03-22T18:15:00.000Z",
          "exitTs": 1679510280,
          "dir": 1,
          "entryPrice": 1953.204,
          "exitPrice": 1965.988,
          "stopDistance": 6.392,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 23
        },
        {
          "entryTs": 1679580000,
          "entryUtc": "2023-03-23T14:00:00.000Z",
          "exitTs": 1679583660,
          "dir": 1,
          "entryPrice": 1983.994,
          "exitPrice": 1977.716,
          "stopDistance": 6.278,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 61
        },
        {
          "entryTs": 1679617800,
          "entryUtc": "2023-03-24T00:30:00.000Z",
          "exitTs": 1679638680,
          "dir": 1,
          "entryPrice": 1993.334,
          "exitPrice": 1988.865,
          "stopDistance": 4.469,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 348
        },
        {
          "entryTs": 1679652000,
          "entryUtc": "2023-03-24T10:00:00.000Z",
          "exitTs": 1679666280,
          "dir": 1,
          "entryPrice": 1994.345,
          "exitPrice": 1989.614,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 238
        },
        {
          "entryTs": 1679666400,
          "entryUtc": "2023-03-24T14:00:00.000Z",
          "exitTs": 1679667480,
          "dir": -1,
          "entryPrice": 1989.455,
          "exitPrice": 1996.019,
          "stopDistance": 6.564,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 18
        },
        {
          "entryTs": 1680183000,
          "entryUtc": "2023-03-30T13:30:00.000Z",
          "exitTs": 1680186180,
          "dir": -1,
          "entryPrice": 1965.845,
          "exitPrice": 1970.041,
          "stopDistance": 4.196,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 53
        },
        {
          "entryTs": 1680245100,
          "entryUtc": "2023-03-31T06:45:00.000Z",
          "exitTs": 1680247320,
          "dir": 1,
          "entryPrice": 1981.965,
          "exitPrice": 1979.679,
          "stopDistance": 2.286,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 37
        },
        {
          "entryTs": 1680247800,
          "entryUtc": "2023-03-31T07:30:00.000Z",
          "exitTs": 1680258960,
          "dir": -1,
          "entryPrice": 1977.675,
          "exitPrice": 1980.606,
          "stopDistance": 2.931,
          "outcome": "stop",
          "netR": -1.1433,
          "holdMinutes": 186
        },
        {
          "entryTs": 1680474600,
          "entryUtc": "2023-04-02T22:30:00.000Z",
          "exitTs": 1680490560,
          "dir": -1,
          "entryPrice": 1963.855,
          "exitPrice": 1954.624,
          "stopDistance": 4.615,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 266
        },
        {
          "entryTs": 1680567300,
          "entryUtc": "2023-04-04T00:15:00.000Z",
          "exitTs": 1680573360,
          "dir": -1,
          "entryPrice": 1983.408,
          "exitPrice": 1978.577,
          "stopDistance": 2.415,
          "outcome": "target",
          "netR": 1.8468,
          "holdMinutes": 101
        },
        {
          "entryTs": 1680651000,
          "entryUtc": "2023-04-04T23:30:00.000Z",
          "exitTs": 1680655620,
          "dir": 1,
          "entryPrice": 2023.158,
          "exitPrice": 2020.135,
          "stopDistance": 3.023,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 77
        },
        {
          "entryTs": 1680656400,
          "entryUtc": "2023-04-05T01:00:00.000Z",
          "exitTs": 1680661860,
          "dir": -1,
          "entryPrice": 2019.354,
          "exitPrice": 2022.069,
          "stopDistance": 2.715,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 91
        },
        {
          "entryTs": 1680662700,
          "entryUtc": "2023-04-05T02:45:00.000Z",
          "exitTs": 1680665160,
          "dir": 1,
          "entryPrice": 2024.555,
          "exitPrice": 2021.9,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 41
        },
        {
          "entryTs": 1680705000,
          "entryUtc": "2023-04-05T14:30:00.000Z",
          "exitTs": 1680749160,
          "dir": -1,
          "entryPrice": 2020.375,
          "exitPrice": 2007.975,
          "stopDistance": 6.2,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 736
        },
        {
          "entryTs": 1680803100,
          "entryUtc": "2023-04-06T17:45:00.000Z",
          "exitTs": 1681077600,
          "dir": -1,
          "entryPrice": 2008.975,
          "exitPrice": 2000.412,
          "stopDistance": 4.282,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 4575
        },
        {
          "entryTs": 1681128900,
          "entryUtc": "2023-04-10T12:15:00.000Z",
          "exitTs": 1681129920,
          "dir": -1,
          "entryPrice": 1997.978,
          "exitPrice": 2000.886,
          "stopDistance": 2.908,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 17
        },
        {
          "entryTs": 1681223400,
          "entryUtc": "2023-04-11T14:30:00.000Z",
          "exitTs": 1681263420,
          "dir": 1,
          "entryPrice": 2002.825,
          "exitPrice": 2010.551,
          "stopDistance": 3.863,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 667
        },
        {
          "entryTs": 1681303500,
          "entryUtc": "2023-04-12T12:45:00.000Z",
          "exitTs": 1681305060,
          "dir": 1,
          "entryPrice": 2022.198,
          "exitPrice": 2017.284,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 26
        },
        {
          "entryTs": 1681310700,
          "entryUtc": "2023-04-12T14:45:00.000Z",
          "exitTs": 1681322880,
          "dir": -1,
          "entryPrice": 2007.015,
          "exitPrice": 2014.401,
          "stopDistance": 7.386,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 203
        },
        {
          "entryTs": 1681365600,
          "entryUtc": "2023-04-13T06:00:00.000Z",
          "exitTs": 1681366380,
          "dir": -1,
          "entryPrice": 2015.234,
          "exitPrice": 2017.875,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 13
        },
        {
          "entryTs": 1681367400,
          "entryUtc": "2023-04-13T06:30:00.000Z",
          "exitTs": 1681373760,
          "dir": 1,
          "entryPrice": 2020.528,
          "exitPrice": 2026.502,
          "stopDistance": 2.987,
          "outcome": "target",
          "netR": 1.8761,
          "holdMinutes": 106
        },
        {
          "entryTs": 1681433100,
          "entryUtc": "2023-04-14T00:45:00.000Z",
          "exitTs": 1681450620,
          "dir": 1,
          "entryPrice": 2043.005,
          "exitPrice": 2040.523,
          "stopDistance": 2.482,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 292
        },
        {
          "entryTs": 1681778700,
          "entryUtc": "2023-04-18T00:45:00.000Z",
          "exitTs": 1681786560,
          "dir": 1,
          "entryPrice": 1995.935,
          "exitPrice": 2000.304,
          "stopDistance": 2.184,
          "outcome": "target",
          "netR": 1.8306,
          "holdMinutes": 131
        },
        {
          "entryTs": 1681827300,
          "entryUtc": "2023-04-18T14:15:00.000Z",
          "exitTs": 1681867320,
          "dir": 1,
          "entryPrice": 2008.325,
          "exitPrice": 2002.996,
          "stopDistance": 5.329,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 667
        },
        {
          "entryTs": 1681867800,
          "entryUtc": "2023-04-19T01:30:00.000Z",
          "exitTs": 1681871940,
          "dir": -1,
          "entryPrice": 2004.244,
          "exitPrice": 2006.577,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 69
        },
        {
          "entryTs": 1681957800,
          "entryUtc": "2023-04-20T02:30:00.000Z",
          "exitTs": 1681970640,
          "dir": -1,
          "entryPrice": 1992.865,
          "exitPrice": 1995.857,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 214
        },
        {
          "entryTs": 1681984800,
          "entryUtc": "2023-04-20T10:00:00.000Z",
          "exitTs": 1681993860,
          "dir": 1,
          "entryPrice": 1999.465,
          "exitPrice": 2006.958,
          "stopDistance": 3.746,
          "outcome": "target",
          "netR": 1.9012,
          "holdMinutes": 151
        },
        {
          "entryTs": 1682079300,
          "entryUtc": "2023-04-21T12:15:00.000Z",
          "exitTs": 1682080140,
          "dir": -1,
          "entryPrice": 1983.455,
          "exitPrice": 1987.869,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 14
        },
        {
          "entryTs": 1682084700,
          "entryUtc": "2023-04-21T13:45:00.000Z",
          "exitTs": 1682084700,
          "dir": 1,
          "entryPrice": 1994.856,
          "exitPrice": 1989.521,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 0
        },
        {
          "entryTs": 1682085600,
          "entryUtc": "2023-04-21T14:00:00.000Z",
          "exitTs": 1682086620,
          "dir": -1,
          "entryPrice": 1973.614,
          "exitPrice": 1980.996,
          "stopDistance": 7.382,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 17
        },
        {
          "entryTs": 1682347500,
          "entryUtc": "2023-04-24T14:45:00.000Z",
          "exitTs": 1682350320,
          "dir": 1,
          "entryPrice": 1986.185,
          "exitPrice": 1981.558,
          "stopDistance": 4.627,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 47
        },
        {
          "entryTs": 1682374500,
          "entryUtc": "2023-04-24T22:15:00.000Z",
          "exitTs": 1682383200,
          "dir": 1,
          "entryPrice": 1992.315,
          "exitPrice": 1998.008,
          "stopDistance": 2.846,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 145
        },
        {
          "entryTs": 1682408700,
          "entryUtc": "2023-04-25T07:45:00.000Z",
          "exitTs": 1682420460,
          "dir": -1,
          "entryPrice": 1989.115,
          "exitPrice": 1981.316,
          "stopDistance": 3.899,
          "outcome": "target",
          "netR": 1.9051,
          "holdMinutes": 196
        },
        {
          "entryTs": 1682431200,
          "entryUtc": "2023-04-25T14:00:00.000Z",
          "exitTs": 1682438340,
          "dir": -1,
          "entryPrice": 1985.145,
          "exitPrice": 1990.505,
          "stopDistance": 5.36,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 119
        },
        {
          "entryTs": 1682510400,
          "entryUtc": "2023-04-26T12:00:00.000Z",
          "exitTs": 1682512380,
          "dir": -1,
          "entryPrice": 1995.624,
          "exitPrice": 1999.693,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 33
        },
        {
          "entryTs": 1682515800,
          "entryUtc": "2023-04-26T13:30:00.000Z",
          "exitTs": 1682516100,
          "dir": 1,
          "entryPrice": 2008.075,
          "exitPrice": 2002.876,
          "stopDistance": 5.199,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 5
        },
        {
          "entryTs": 1682600400,
          "entryUtc": "2023-04-27T13:00:00.000Z",
          "exitTs": 1682602800,
          "dir": -1,
          "entryPrice": 1985.744,
          "exitPrice": 1974.808,
          "stopDistance": 5.468,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 40
        },
        {
          "entryTs": 1682646300,
          "entryUtc": "2023-04-28T01:45:00.000Z",
          "exitTs": 1682652240,
          "dir": 1,
          "entryPrice": 1990.635,
          "exitPrice": 1987.979,
          "stopDistance": 2.656,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 99
        },
        {
          "entryTs": 1682687700,
          "entryUtc": "2023-04-28T13:15:00.000Z",
          "exitTs": 1682694060,
          "dir": 1,
          "entryPrice": 1985.398,
          "exitPrice": 1994.111,
          "stopDistance": 4.357,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 106
        },
        {
          "entryTs": 1682898300,
          "entryUtc": "2023-04-30T23:45:00.000Z",
          "exitTs": 1682905560,
          "dir": -1,
          "entryPrice": 1987.315,
          "exitPrice": 1981.786,
          "stopDistance": 2.764,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 121
        },
        {
          "entryTs": 1682933400,
          "entryUtc": "2023-05-01T09:30:00.000Z",
          "exitTs": 1682935800,
          "dir": 1,
          "entryPrice": 1981.774,
          "exitPrice": 1987.16,
          "stopDistance": 2.693,
          "outcome": "target",
          "netR": 1.8626,
          "holdMinutes": 40
        },
        {
          "entryTs": 1683014400,
          "entryUtc": "2023-05-02T08:00:00.000Z",
          "exitTs": 1683020400,
          "dir": -1,
          "entryPrice": 1981.325,
          "exitPrice": 1983.756,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 100
        },
        {
          "entryTs": 1683036900,
          "entryUtc": "2023-05-02T14:15:00.000Z",
          "exitTs": 1683038040,
          "dir": 1,
          "entryPrice": 1999.148,
          "exitPrice": 2008.167,
          "stopDistance": 4.51,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 19
        },
        {
          "entryTs": 1683072900,
          "entryUtc": "2023-05-03T00:15:00.000Z",
          "exitTs": 1683076560,
          "dir": -1,
          "entryPrice": 2014.625,
          "exitPrice": 2017.132,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 61
        },
        {
          "entryTs": 1683120600,
          "entryUtc": "2023-05-03T13:30:00.000Z",
          "exitTs": 1683122160,
          "dir": 1,
          "entryPrice": 2018.565,
          "exitPrice": 2014.96,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 26
        },
        {
          "entryTs": 1683144000,
          "entryUtc": "2023-05-03T20:00:00.000Z",
          "exitTs": 1683151200,
          "dir": 1,
          "entryPrice": 2035.048,
          "exitPrice": 2049.899,
          "stopDistance": 7.425,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 120
        },
        {
          "entryTs": 1683206100,
          "entryUtc": "2023-05-04T13:15:00.000Z",
          "exitTs": 1683207840,
          "dir": -1,
          "entryPrice": 2035.815,
          "exitPrice": 2040.65,
          "stopDistance": 4.835,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 29
        },
        {
          "entryTs": 1683210600,
          "entryUtc": "2023-05-04T14:30:00.000Z",
          "exitTs": 1683212940,
          "dir": 1,
          "entryPrice": 2054.654,
          "exitPrice": 2047.972,
          "stopDistance": 6.682,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 39
        },
        {
          "entryTs": 1683253800,
          "entryUtc": "2023-05-05T02:30:00.000Z",
          "exitTs": 1683256800,
          "dir": -1,
          "entryPrice": 2045.755,
          "exitPrice": 2048.843,
          "stopDistance": 3.088,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 50
        },
        {
          "entryTs": 1683537300,
          "entryUtc": "2023-05-08T09:15:00.000Z",
          "exitTs": 1683552900,
          "dir": 1,
          "entryPrice": 2023.014,
          "exitPrice": 2020.589,
          "stopDistance": 2.425,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 260
        },
        {
          "entryTs": 1683559800,
          "entryUtc": "2023-05-08T15:30:00.000Z",
          "exitTs": 1683568080,
          "dir": 1,
          "entryPrice": 2026.914,
          "exitPrice": 2023.161,
          "stopDistance": 3.753,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 138
        },
        {
          "entryTs": 1683595800,
          "entryUtc": "2023-05-09T01:30:00.000Z",
          "exitTs": 1683609960,
          "dir": 1,
          "entryPrice": 2023.325,
          "exitPrice": 2027.993,
          "stopDistance": 2.334,
          "outcome": "target",
          "netR": 1.8415,
          "holdMinutes": 236
        },
        {
          "entryTs": 1683625500,
          "entryUtc": "2023-05-09T09:45:00.000Z",
          "exitTs": 1683637380,
          "dir": 1,
          "entryPrice": 2027.844,
          "exitPrice": 2025.025,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 198
        },
        {
          "entryTs": 1683729900,
          "entryUtc": "2023-05-10T14:45:00.000Z",
          "exitTs": 1683766440,
          "dir": -1,
          "entryPrice": 2028.805,
          "exitPrice": 2034.999,
          "stopDistance": 6.194,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 609
        },
        {
          "entryTs": 1683803700,
          "entryUtc": "2023-05-11T11:15:00.000Z",
          "exitTs": 1683807420,
          "dir": 1,
          "entryPrice": 2034.424,
          "exitPrice": 2030.563,
          "stopDistance": 3.861,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 62
        },
        {
          "entryTs": 1683855000,
          "entryUtc": "2023-05-12T01:30:00.000Z",
          "exitTs": 1683872520,
          "dir": -1,
          "entryPrice": 2011.424,
          "exitPrice": 2006.43,
          "stopDistance": 2.497,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 292
        },
        {
          "entryTs": 1683918900,
          "entryUtc": "2023-05-12T19:15:00.000Z",
          "exitTs": 1684101600,
          "dir": -1,
          "entryPrice": 2012.075,
          "exitPrice": 2008.055,
          "stopDistance": 3.42,
          "outcome": "time",
          "netR": 1.0671,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1684127700,
          "entryUtc": "2023-05-15T05:15:00.000Z",
          "exitTs": 1684136580,
          "dir": 1,
          "entryPrice": 2015.295,
          "exitPrice": 2019.679,
          "stopDistance": 2.192,
          "outcome": "target",
          "netR": 1.8312,
          "holdMinutes": 148
        },
        {
          "entryTs": 1684154700,
          "entryUtc": "2023-05-15T12:45:00.000Z",
          "exitTs": 1684156440,
          "dir": 1,
          "entryPrice": 2018.254,
          "exitPrice": 2014.962,
          "stopDistance": 3.292,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684199700,
          "entryUtc": "2023-05-16T01:15:00.000Z",
          "exitTs": 1684202520,
          "dir": 1,
          "entryPrice": 2017.784,
          "exitPrice": 2015.949,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2288,
          "holdMinutes": 47
        },
        {
          "entryTs": 1684243800,
          "entryUtc": "2023-05-16T13:30:00.000Z",
          "exitTs": 1684249740,
          "dir": -1,
          "entryPrice": 2008.184,
          "exitPrice": 1999.241,
          "stopDistance": 4.472,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 99
        },
        {
          "entryTs": 1684250100,
          "entryUtc": "2023-05-16T15:15:00.000Z",
          "exitTs": 1684255860,
          "dir": -1,
          "entryPrice": 1999.005,
          "exitPrice": 1989.279,
          "stopDistance": 4.863,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 96
        },
        {
          "entryTs": 1684432800,
          "entryUtc": "2023-05-18T18:00:00.000Z",
          "exitTs": 1684460160,
          "dir": 1,
          "entryPrice": 1958.445,
          "exitPrice": 1954.68,
          "stopDistance": 3.765,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 456
        },
        {
          "entryTs": 1684460700,
          "entryUtc": "2023-05-19T01:45:00.000Z",
          "exitTs": 1684463460,
          "dir": -1,
          "entryPrice": 1955.735,
          "exitPrice": 1958.345,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 46
        },
        {
          "entryTs": 1684464300,
          "entryUtc": "2023-05-19T02:45:00.000Z",
          "exitTs": 1684476840,
          "dir": 1,
          "entryPrice": 1959.935,
          "exitPrice": 1965.226,
          "stopDistance": 2.645,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 209
        },
        {
          "entryTs": 1684476900,
          "entryUtc": "2023-05-19T06:15:00.000Z",
          "exitTs": 1684495620,
          "dir": 1,
          "entryPrice": 1965.145,
          "exitPrice": 1962.522,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 312
        },
        {
          "entryTs": 1684509300,
          "entryUtc": "2023-05-19T15:15:00.000Z",
          "exitTs": 1684509660,
          "dir": 1,
          "entryPrice": 1967.325,
          "exitPrice": 1976.197,
          "stopDistance": 4.436,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 6
        },
        {
          "entryTs": 1684998000,
          "entryUtc": "2023-05-25T07:00:00.000Z",
          "exitTs": 1685003160,
          "dir": 1,
          "entryPrice": 1958.905,
          "exitPrice": 1963.99,
          "stopDistance": 2.543,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 86
        },
        {
          "entryTs": 1685064600,
          "entryUtc": "2023-05-26T01:30:00.000Z",
          "exitTs": 1685079300,
          "dir": 1,
          "entryPrice": 1943.985,
          "exitPrice": 1949.842,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 245
        },
        {
          "entryTs": 1685086200,
          "entryUtc": "2023-05-26T07:30:00.000Z",
          "exitTs": 1685104200,
          "dir": 1,
          "entryPrice": 1951.725,
          "exitPrice": 1948.832,
          "stopDistance": 2.893,
          "outcome": "stop",
          "netR": -1.1452,
          "holdMinutes": 300
        },
        {
          "entryTs": 1685313000,
          "entryUtc": "2023-05-28T22:30:00.000Z",
          "exitTs": 1685340120,
          "dir": -1,
          "entryPrice": 1944.415,
          "exitPrice": 1947.425,
          "stopDistance": 3.01,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 452
        },
        {
          "entryTs": 1685412000,
          "entryUtc": "2023-05-30T02:00:00.000Z",
          "exitTs": 1685416680,
          "dir": 1,
          "entryPrice": 1944.925,
          "exitPrice": 1942.864,
          "stopDistance": 2.061,
          "outcome": "stop",
          "netR": -1.2037,
          "holdMinutes": 78
        },
        {
          "entryTs": 1685419200,
          "entryUtc": "2023-05-30T04:00:00.000Z",
          "exitTs": 1685424120,
          "dir": -1,
          "entryPrice": 1939.284,
          "exitPrice": 1934.891,
          "stopDistance": 2.196,
          "outcome": "target",
          "netR": 1.8315,
          "holdMinutes": 82
        },
        {
          "entryTs": 1685433600,
          "entryUtc": "2023-05-30T08:00:00.000Z",
          "exitTs": 1685439060,
          "dir": 1,
          "entryPrice": 1942.164,
          "exitPrice": 1949.559,
          "stopDistance": 3.698,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 91
        },
        {
          "entryTs": 1685493900,
          "entryUtc": "2023-05-31T00:45:00.000Z",
          "exitTs": 1685496780,
          "dir": 1,
          "entryPrice": 1959.398,
          "exitPrice": 1957.551,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 48
        },
        {
          "entryTs": 1685497500,
          "entryUtc": "2023-05-31T01:45:00.000Z",
          "exitTs": 1685506260,
          "dir": -1,
          "entryPrice": 1956.594,
          "exitPrice": 1958.696,
          "stopDistance": 2.102,
          "outcome": "stop",
          "netR": -1.1998,
          "holdMinutes": 146
        },
        {
          "entryTs": 1685600100,
          "entryUtc": "2023-06-01T06:15:00.000Z",
          "exitTs": 1685604300,
          "dir": -1,
          "entryPrice": 1961.685,
          "exitPrice": 1956.765,
          "stopDistance": 2.46,
          "outcome": "target",
          "netR": 1.8496,
          "holdMinutes": 70
        },
        {
          "entryTs": 1685672100,
          "entryUtc": "2023-06-02T02:15:00.000Z",
          "exitTs": 1685691120,
          "dir": 1,
          "entryPrice": 1978.945,
          "exitPrice": 1976.653,
          "stopDistance": 2.292,
          "outcome": "stop",
          "netR": -1.1832,
          "holdMinutes": 317
        },
        {
          "entryTs": 1685696400,
          "entryUtc": "2023-06-02T09:00:00.000Z",
          "exitTs": 1685709000,
          "dir": 1,
          "entryPrice": 1979.045,
          "exitPrice": 1976.468,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 210
        },
        {
          "entryTs": 1685971800,
          "entryUtc": "2023-06-05T13:30:00.000Z",
          "exitTs": 1685973600,
          "dir": 1,
          "entryPrice": 1946.365,
          "exitPrice": 1953.154,
          "stopDistance": 3.394,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 30
        },
        {
          "entryTs": 1686017700,
          "entryUtc": "2023-06-06T02:15:00.000Z",
          "exitTs": 1686019020,
          "dir": 1,
          "entryPrice": 1963.695,
          "exitPrice": 1961.28,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 22
        },
        {
          "entryTs": 1686019500,
          "entryUtc": "2023-06-06T02:45:00.000Z",
          "exitTs": 1686043860,
          "dir": -1,
          "entryPrice": 1960.545,
          "exitPrice": 1963.178,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 406
        },
        {
          "entryTs": 1686151800,
          "entryUtc": "2023-06-07T15:30:00.000Z",
          "exitTs": 1686153840,
          "dir": -1,
          "entryPrice": 1955.365,
          "exitPrice": 1945.866,
          "stopDistance": 4.749,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 34
        },
        {
          "entryTs": 1686204900,
          "entryUtc": "2023-06-08T06:15:00.000Z",
          "exitTs": 1686206760,
          "dir": -1,
          "entryPrice": 1944.275,
          "exitPrice": 1946.265,
          "stopDistance": 1.99,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686212100,
          "entryUtc": "2023-06-08T08:15:00.000Z",
          "exitTs": 1686224100,
          "dir": 1,
          "entryPrice": 1947.505,
          "exitPrice": 1944.898,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 200
        },
        {
          "entryTs": 1686228300,
          "entryUtc": "2023-06-08T12:45:00.000Z",
          "exitTs": 1686228600,
          "dir": 1,
          "entryPrice": 1958.624,
          "exitPrice": 1955.085,
          "stopDistance": 3.539,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 5
        },
        {
          "entryTs": 1686298500,
          "entryUtc": "2023-06-09T08:15:00.000Z",
          "exitTs": 1686303000,
          "dir": -1,
          "entryPrice": 1961.015,
          "exitPrice": 1963.09,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 75
        },
        {
          "entryTs": 1686318300,
          "entryUtc": "2023-06-09T13:45:00.000Z",
          "exitTs": 1686319800,
          "dir": -1,
          "entryPrice": 1958.145,
          "exitPrice": 1962.207,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 25
        },
        {
          "entryTs": 1686628800,
          "entryUtc": "2023-06-13T04:00:00.000Z",
          "exitTs": 1686634020,
          "dir": 1,
          "entryPrice": 1961.965,
          "exitPrice": 1959.849,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 87
        },
        {
          "entryTs": 1686638700,
          "entryUtc": "2023-06-13T06:45:00.000Z",
          "exitTs": 1686658260,
          "dir": 1,
          "entryPrice": 1963.035,
          "exitPrice": 1960.764,
          "stopDistance": 2.271,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 326
        },
        {
          "entryTs": 1686658500,
          "entryUtc": "2023-06-13T12:15:00.000Z",
          "exitTs": 1686659340,
          "dir": -1,
          "entryPrice": 1959.675,
          "exitPrice": 1962.073,
          "stopDistance": 2.398,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 14
        },
        {
          "entryTs": 1686728700,
          "entryUtc": "2023-06-14T07:45:00.000Z",
          "exitTs": 1686741300,
          "dir": 1,
          "entryPrice": 1949.385,
          "exitPrice": 1946.88,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 210
        },
        {
          "entryTs": 1686746700,
          "entryUtc": "2023-06-14T12:45:00.000Z",
          "exitTs": 1686746880,
          "dir": 1,
          "entryPrice": 1958.195,
          "exitPrice": 1954.779,
          "stopDistance": 3.416,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 3
        },
        {
          "entryTs": 1686789000,
          "entryUtc": "2023-06-15T00:30:00.000Z",
          "exitTs": 1686791640,
          "dir": -1,
          "entryPrice": 1942.285,
          "exitPrice": 1935.628,
          "stopDistance": 3.329,
          "outcome": "target",
          "netR": 1.8888,
          "holdMinutes": 44
        },
        {
          "entryTs": 1686807900,
          "entryUtc": "2023-06-15T05:45:00.000Z",
          "exitTs": 1686810840,
          "dir": 1,
          "entryPrice": 1936.495,
          "exitPrice": 1933.259,
          "stopDistance": 3.236,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 49
        },
        {
          "entryTs": 1686812400,
          "entryUtc": "2023-06-15T07:00:00.000Z",
          "exitTs": 1686821100,
          "dir": -1,
          "entryPrice": 1932.535,
          "exitPrice": 1935.886,
          "stopDistance": 3.351,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 145
        },
        {
          "entryTs": 1686835800,
          "entryUtc": "2023-06-15T13:30:00.000Z",
          "exitTs": 1686837180,
          "dir": 1,
          "entryPrice": 1941.255,
          "exitPrice": 1951.462,
          "stopDistance": 5.104,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 23
        },
        {
          "entryTs": 1686877200,
          "entryUtc": "2023-06-16T01:00:00.000Z",
          "exitTs": 1686879360,
          "dir": -1,
          "entryPrice": 1956.795,
          "exitPrice": 1958.624,
          "stopDistance": 1.829,
          "outcome": "stop",
          "netR": -1.2297,
          "holdMinutes": 36
        },
        {
          "entryTs": 1686879900,
          "entryUtc": "2023-06-16T01:45:00.000Z",
          "exitTs": 1686880800,
          "dir": 1,
          "entryPrice": 1961.035,
          "exitPrice": 1958.862,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1933,
          "holdMinutes": 15
        },
        {
          "entryTs": 1686884400,
          "entryUtc": "2023-06-16T03:00:00.000Z",
          "exitTs": 1686886380,
          "dir": -1,
          "entryPrice": 1955.345,
          "exitPrice": 1957.765,
          "stopDistance": 2.42,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 33
        },
        {
          "entryTs": 1686896100,
          "entryUtc": "2023-06-16T06:15:00.000Z",
          "exitTs": 1686905160,
          "dir": 1,
          "entryPrice": 1958.915,
          "exitPrice": 1963.516,
          "stopDistance": 2.3,
          "outcome": "target",
          "netR": 1.8392,
          "holdMinutes": 151
        },
        {
          "entryTs": 1686920400,
          "entryUtc": "2023-06-16T13:00:00.000Z",
          "exitTs": 1686922320,
          "dir": -1,
          "entryPrice": 1962.515,
          "exitPrice": 1956.751,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 32
        },
        {
          "entryTs": 1687163400,
          "entryUtc": "2023-06-19T08:30:00.000Z",
          "exitTs": 1687165440,
          "dir": 1,
          "entryPrice": 1958.114,
          "exitPrice": 1955.825,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 34
        },
        {
          "entryTs": 1687167900,
          "entryUtc": "2023-06-19T09:45:00.000Z",
          "exitTs": 1687176000,
          "dir": -1,
          "entryPrice": 1952.835,
          "exitPrice": 1948.148,
          "stopDistance": 2.343,
          "outcome": "target",
          "netR": 1.8421,
          "holdMinutes": 135
        },
        {
          "entryTs": 1687177800,
          "entryUtc": "2023-06-19T12:30:00.000Z",
          "exitTs": 1687223820,
          "dir": 1,
          "entryPrice": 1951.335,
          "exitPrice": 1949.029,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 767
        },
        {
          "entryTs": 1687265100,
          "entryUtc": "2023-06-20T12:45:00.000Z",
          "exitTs": 1687266480,
          "dir": -1,
          "entryPrice": 1948.035,
          "exitPrice": 1942.004,
          "stopDistance": 3.016,
          "outcome": "target",
          "netR": 1.8773,
          "holdMinutes": 23
        },
        {
          "entryTs": 1687407300,
          "entryUtc": "2023-06-22T04:15:00.000Z",
          "exitTs": 1687410600,
          "dir": -1,
          "entryPrice": 1931.825,
          "exitPrice": 1928.309,
          "stopDistance": 1.758,
          "outcome": "target",
          "netR": 1.7895,
          "holdMinutes": 55
        },
        {
          "entryTs": 1687434300,
          "entryUtc": "2023-06-22T11:45:00.000Z",
          "exitTs": 1687437000,
          "dir": -1,
          "entryPrice": 1925.935,
          "exitPrice": 1928.927,
          "stopDistance": 2.991,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 45
        },
        {
          "entryTs": 1687523400,
          "entryUtc": "2023-06-23T12:30:00.000Z",
          "exitTs": 1687524480,
          "dir": 1,
          "entryPrice": 1921.385,
          "exitPrice": 1926.834,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 18
        },
        {
          "entryTs": 1687731300,
          "entryUtc": "2023-06-25T22:15:00.000Z",
          "exitTs": 1687766400,
          "dir": 1,
          "entryPrice": 1923.744,
          "exitPrice": 1929.26,
          "stopDistance": 2.758,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 585
        },
        {
          "entryTs": 1687786200,
          "entryUtc": "2023-06-26T13:30:00.000Z",
          "exitTs": 1687787280,
          "dir": -1,
          "entryPrice": 1927.965,
          "exitPrice": 1922.801,
          "stopDistance": 2.582,
          "outcome": "target",
          "netR": 1.8567,
          "holdMinutes": 18
        },
        {
          "entryTs": 1687844700,
          "entryUtc": "2023-06-27T05:45:00.000Z",
          "exitTs": 1687849440,
          "dir": -1,
          "entryPrice": 1926.545,
          "exitPrice": 1928.616,
          "stopDistance": 2.071,
          "outcome": "stop",
          "netR": -1.2028,
          "holdMinutes": 79
        },
        {
          "entryTs": 1687868100,
          "entryUtc": "2023-06-27T12:15:00.000Z",
          "exitTs": 1687874100,
          "dir": 1,
          "entryPrice": 1926.055,
          "exitPrice": 1923.516,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 100
        },
        {
          "entryTs": 1687875300,
          "entryUtc": "2023-06-27T14:15:00.000Z",
          "exitTs": 1687948080,
          "dir": -1,
          "entryPrice": 1915.545,
          "exitPrice": 1906.313,
          "stopDistance": 4.616,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 1213
        },
        {
          "entryTs": 1687980600,
          "entryUtc": "2023-06-28T19:30:00.000Z",
          "exitTs": 1688001480,
          "dir": -1,
          "entryPrice": 1909.725,
          "exitPrice": 1912.516,
          "stopDistance": 2.791,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 348
        },
        {
          "entryTs": 1688004900,
          "entryUtc": "2023-06-29T02:15:00.000Z",
          "exitTs": 1688035320,
          "dir": -1,
          "entryPrice": 1906.195,
          "exitPrice": 1908.503,
          "stopDistance": 2.308,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 507
        },
        {
          "entryTs": 1688042700,
          "entryUtc": "2023-06-29T12:45:00.000Z",
          "exitTs": 1688047740,
          "dir": -1,
          "entryPrice": 1900.055,
          "exitPrice": 1903.746,
          "stopDistance": 3.691,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 84
        },
        {
          "entryTs": 1688048100,
          "entryUtc": "2023-06-29T14:15:00.000Z",
          "exitTs": 1688106000,
          "dir": 1,
          "entryPrice": 1909.565,
          "exitPrice": 1904.073,
          "stopDistance": 5.492,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 965
        },
        {
          "entryTs": 1688358600,
          "entryUtc": "2023-07-03T04:30:00.000Z",
          "exitTs": 1688363820,
          "dir": 1,
          "entryPrice": 1919.395,
          "exitPrice": 1917.365,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 87
        },
        {
          "entryTs": 1688426100,
          "entryUtc": "2023-07-03T23:15:00.000Z",
          "exitTs": 1688433480,
          "dir": -1,
          "entryPrice": 1920.665,
          "exitPrice": 1922.151,
          "stopDistance": 1.486,
          "outcome": "stop",
          "netR": -1.2827,
          "holdMinutes": 123
        },
        {
          "entryTs": 1688522400,
          "entryUtc": "2023-07-05T02:00:00.000Z",
          "exitTs": 1688532600,
          "dir": -1,
          "entryPrice": 1924.095,
          "exitPrice": 1925.71,
          "stopDistance": 1.615,
          "outcome": "stop",
          "netR": -1.26,
          "holdMinutes": 170
        },
        {
          "entryTs": 1688544000,
          "entryUtc": "2023-07-05T08:00:00.000Z",
          "exitTs": 1688545200,
          "dir": 1,
          "entryPrice": 1927.285,
          "exitPrice": 1925.225,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 20
        },
        {
          "entryTs": 1688565600,
          "entryUtc": "2023-07-05T14:00:00.000Z",
          "exitTs": 1688581020,
          "dir": -1,
          "entryPrice": 1924.874,
          "exitPrice": 1917.553,
          "stopDistance": 3.661,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 257
        },
        {
          "entryTs": 1688621400,
          "entryUtc": "2023-07-06T05:30:00.000Z",
          "exitTs": 1688631300,
          "dir": 1,
          "entryPrice": 1919.705,
          "exitPrice": 1917.931,
          "stopDistance": 1.774,
          "outcome": "stop",
          "netR": -1.2368,
          "holdMinutes": 165
        },
        {
          "entryTs": 1688646600,
          "entryUtc": "2023-07-06T12:30:00.000Z",
          "exitTs": 1688650800,
          "dir": -1,
          "entryPrice": 1910.315,
          "exitPrice": 1914.669,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 70
        },
        {
          "entryTs": 1688686200,
          "entryUtc": "2023-07-06T23:30:00.000Z",
          "exitTs": 1688690340,
          "dir": 1,
          "entryPrice": 1911.915,
          "exitPrice": 1909.868,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 69
        },
        {
          "entryTs": 1688944500,
          "entryUtc": "2023-07-09T23:15:00.000Z",
          "exitTs": 1688952300,
          "dir": -1,
          "entryPrice": 1924.085,
          "exitPrice": 1926.719,
          "stopDistance": 2.634,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 130
        },
        {
          "entryTs": 1688992200,
          "entryUtc": "2023-07-10T12:30:00.000Z",
          "exitTs": 1688993160,
          "dir": -1,
          "entryPrice": 1918.465,
          "exitPrice": 1913.101,
          "stopDistance": 2.682,
          "outcome": "target",
          "netR": 1.862,
          "holdMinutes": 16
        },
        {
          "entryTs": 1689165900,
          "entryUtc": "2023-07-12T12:45:00.000Z",
          "exitTs": 1689166320,
          "dir": 1,
          "entryPrice": 1946.625,
          "exitPrice": 1943.092,
          "stopDistance": 3.533,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 7
        },
        {
          "entryTs": 1689224400,
          "entryUtc": "2023-07-13T05:00:00.000Z",
          "exitTs": 1689229200,
          "dir": -1,
          "entryPrice": 1957.205,
          "exitPrice": 1959.483,
          "stopDistance": 2.278,
          "outcome": "stop",
          "netR": -1.1844,
          "holdMinutes": 80
        },
        {
          "entryTs": 1689229800,
          "entryUtc": "2023-07-13T06:30:00.000Z",
          "exitTs": 1689233700,
          "dir": 1,
          "entryPrice": 1962.135,
          "exitPrice": 1959.255,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 65
        },
        {
          "entryTs": 1689252300,
          "entryUtc": "2023-07-13T12:45:00.000Z",
          "exitTs": 1689253200,
          "dir": -1,
          "entryPrice": 1954.835,
          "exitPrice": 1958.428,
          "stopDistance": 3.593,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 15
        },
        {
          "entryTs": 1689254100,
          "entryUtc": "2023-07-13T13:15:00.000Z",
          "exitTs": 1689256260,
          "dir": 1,
          "entryPrice": 1960.675,
          "exitPrice": 1956.737,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 36
        },
        {
          "entryTs": 1689258600,
          "entryUtc": "2023-07-13T14:30:00.000Z",
          "exitTs": 1689299100,
          "dir": -1,
          "entryPrice": 1957.695,
          "exitPrice": 1961.977,
          "stopDistance": 4.282,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 675
        },
        {
          "entryTs": 1689334200,
          "entryUtc": "2023-07-14T11:30:00.000Z",
          "exitTs": 1689338160,
          "dir": 1,
          "entryPrice": 1959.445,
          "exitPrice": 1957.183,
          "stopDistance": 2.262,
          "outcome": "stop",
          "netR": -1.1857,
          "holdMinutes": 66
        },
        {
          "entryTs": 1689363000,
          "entryUtc": "2023-07-14T19:30:00.000Z",
          "exitTs": 1689544800,
          "dir": -1,
          "entryPrice": 1956.945,
          "exitPrice": 1954.634,
          "stopDistance": 2.733,
          "outcome": "time",
          "netR": 0.7101,
          "holdMinutes": 3030
        },
        {
          "entryTs": 1689684300,
          "entryUtc": "2023-07-18T12:45:00.000Z",
          "exitTs": 1689684600,
          "dir": -1,
          "entryPrice": 1961.234,
          "exitPrice": 1965.49,
          "stopDistance": 4.256,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 5
        },
        {
          "entryTs": 1689689700,
          "entryUtc": "2023-07-18T14:15:00.000Z",
          "exitTs": 1689777900,
          "dir": 1,
          "entryPrice": 1976.455,
          "exitPrice": 1970.48,
          "stopDistance": 5.975,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 1470
        },
        {
          "entryTs": 1689804000,
          "entryUtc": "2023-07-19T22:00:00.000Z",
          "exitTs": 1689804480,
          "dir": -1,
          "entryPrice": 1976.545,
          "exitPrice": 1978.685,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 8
        },
        {
          "entryTs": 1689839100,
          "entryUtc": "2023-07-20T07:45:00.000Z",
          "exitTs": 1689840900,
          "dir": -1,
          "entryPrice": 1978.555,
          "exitPrice": 1981.229,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 30
        },
        {
          "entryTs": 1689841800,
          "entryUtc": "2023-07-20T08:30:00.000Z",
          "exitTs": 1689851700,
          "dir": 1,
          "entryPrice": 1982.695,
          "exitPrice": 1979.852,
          "stopDistance": 2.843,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 165
        },
        {
          "entryTs": 1689903900,
          "entryUtc": "2023-07-21T01:45:00.000Z",
          "exitTs": 1689905280,
          "dir": 1,
          "entryPrice": 1972.985,
          "exitPrice": 1971.121,
          "stopDistance": 1.864,
          "outcome": "stop",
          "netR": -1.2253,
          "holdMinutes": 23
        },
        {
          "entryTs": 1689906600,
          "entryUtc": "2023-07-21T02:30:00.000Z",
          "exitTs": 1689924900,
          "dir": -1,
          "entryPrice": 1971.065,
          "exitPrice": 1967.336,
          "stopDistance": 1.864,
          "outcome": "target",
          "netR": 1.8016,
          "holdMinutes": 305
        },
        {
          "entryTs": 1689925500,
          "entryUtc": "2023-07-21T07:45:00.000Z",
          "exitTs": 1689927600,
          "dir": -1,
          "entryPrice": 1966.605,
          "exitPrice": 1962.44,
          "stopDistance": 2.083,
          "outcome": "target",
          "netR": 1.8223,
          "holdMinutes": 35
        },
        {
          "entryTs": 1689945300,
          "entryUtc": "2023-07-21T13:15:00.000Z",
          "exitTs": 1689946500,
          "dir": -1,
          "entryPrice": 1960.515,
          "exitPrice": 1963.717,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 20
        },
        {
          "entryTs": 1690182900,
          "entryUtc": "2023-07-24T07:15:00.000Z",
          "exitTs": 1690187640,
          "dir": 1,
          "entryPrice": 1963.205,
          "exitPrice": 1960.936,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 79
        },
        {
          "entryTs": 1690205400,
          "entryUtc": "2023-07-24T13:30:00.000Z",
          "exitTs": 1690206360,
          "dir": -1,
          "entryPrice": 1962.745,
          "exitPrice": 1965.817,
          "stopDistance": 3.072,
          "outcome": "stop",
          "netR": -1.1367,
          "holdMinutes": 16
        },
        {
          "entryTs": 1690247700,
          "entryUtc": "2023-07-25T01:15:00.000Z",
          "exitTs": 1690249680,
          "dir": 1,
          "entryPrice": 1957.825,
          "exitPrice": 1961.539,
          "stopDistance": 1.857,
          "outcome": "target",
          "netR": 1.8007,
          "holdMinutes": 33
        },
        {
          "entryTs": 1690299000,
          "entryUtc": "2023-07-25T15:30:00.000Z",
          "exitTs": 1690369260,
          "dir": 1,
          "entryPrice": 1963.528,
          "exitPrice": 1972.605,
          "stopDistance": 4.538,
          "outcome": "target",
          "netR": 1.9185,
          "holdMinutes": 1171
        },
        {
          "entryTs": 1690370100,
          "entryUtc": "2023-07-26T11:15:00.000Z",
          "exitTs": 1690376400,
          "dir": 1,
          "entryPrice": 1973.155,
          "exitPrice": 1971.116,
          "stopDistance": 2.039,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 105
        },
        {
          "entryTs": 1690377300,
          "entryUtc": "2023-07-26T13:15:00.000Z",
          "exitTs": 1690379100,
          "dir": -1,
          "entryPrice": 1969.835,
          "exitPrice": 1964.932,
          "stopDistance": 2.451,
          "outcome": "target",
          "netR": 1.8491,
          "holdMinutes": 30
        },
        {
          "entryTs": 1690397100,
          "entryUtc": "2023-07-26T18:45:00.000Z",
          "exitTs": 1690405140,
          "dir": 1,
          "entryPrice": 1976.034,
          "exitPrice": 1971.33,
          "stopDistance": 4.704,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 134
        },
        {
          "entryTs": 1690461900,
          "entryUtc": "2023-07-27T12:45:00.000Z",
          "exitTs": 1690464360,
          "dir": -1,
          "entryPrice": 1964.145,
          "exitPrice": 1955.407,
          "stopDistance": 4.369,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 41
        },
        {
          "entryTs": 1690540200,
          "entryUtc": "2023-07-28T10:30:00.000Z",
          "exitTs": 1690547400,
          "dir": 1,
          "entryPrice": 1953.885,
          "exitPrice": 1959.949,
          "stopDistance": 3.032,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 120
        },
        {
          "entryTs": 1690796700,
          "entryUtc": "2023-07-31T09:45:00.000Z",
          "exitTs": 1690806480,
          "dir": 1,
          "entryPrice": 1956.825,
          "exitPrice": 1961.96,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 163
        },
        {
          "entryTs": 1690888500,
          "entryUtc": "2023-08-01T11:15:00.000Z",
          "exitTs": 1690889340,
          "dir": -1,
          "entryPrice": 1953.475,
          "exitPrice": 1955.782,
          "stopDistance": 2.307,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 14
        },
        {
          "entryTs": 1690928100,
          "entryUtc": "2023-08-01T22:15:00.000Z",
          "exitTs": 1690945380,
          "dir": 1,
          "entryPrice": 1949.855,
          "exitPrice": 1947.027,
          "stopDistance": 2.828,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 288
        },
        {
          "entryTs": 1690965000,
          "entryUtc": "2023-08-02T08:30:00.000Z",
          "exitTs": 1690978500,
          "dir": 1,
          "entryPrice": 1950.515,
          "exitPrice": 1948.023,
          "stopDistance": 2.492,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 225
        },
        {
          "entryTs": 1690980300,
          "entryUtc": "2023-08-02T12:45:00.000Z",
          "exitTs": 1690985880,
          "dir": -1,
          "entryPrice": 1945.525,
          "exitPrice": 1938.725,
          "stopDistance": 3.4,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 93
        },
        {
          "entryTs": 1691024400,
          "entryUtc": "2023-08-03T01:00:00.000Z",
          "exitTs": 1691025900,
          "dir": -1,
          "entryPrice": 1935.378,
          "exitPrice": 1936.988,
          "stopDistance": 1.609,
          "outcome": "stop",
          "netR": -1.261,
          "holdMinutes": 25
        },
        {
          "entryTs": 1691027100,
          "entryUtc": "2023-08-03T01:45:00.000Z",
          "exitTs": 1691031000,
          "dir": 1,
          "entryPrice": 1937.845,
          "exitPrice": 1936.135,
          "stopDistance": 1.71,
          "outcome": "stop",
          "netR": -1.2456,
          "holdMinutes": 65
        },
        {
          "entryTs": 1691049600,
          "entryUtc": "2023-08-03T08:00:00.000Z",
          "exitTs": 1691059080,
          "dir": 1,
          "entryPrice": 1936.795,
          "exitPrice": 1934.024,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 158
        },
        {
          "entryTs": 1691073000,
          "entryUtc": "2023-08-03T14:30:00.000Z",
          "exitTs": 1691078280,
          "dir": 1,
          "entryPrice": 1938.085,
          "exitPrice": 1932.84,
          "stopDistance": 5.244,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 88
        },
        {
          "entryTs": 1691141400,
          "entryUtc": "2023-08-04T09:30:00.000Z",
          "exitTs": 1691144640,
          "dir": 1,
          "entryPrice": 1934.085,
          "exitPrice": 1932.047,
          "stopDistance": 2.038,
          "outcome": "stop",
          "netR": -1.2061,
          "holdMinutes": 54
        },
        {
          "entryTs": 1691145000,
          "entryUtc": "2023-08-04T10:30:00.000Z",
          "exitTs": 1691152200,
          "dir": -1,
          "entryPrice": 1931.885,
          "exitPrice": 1933.878,
          "stopDistance": 1.993,
          "outcome": "ambiguous",
          "netR": -1.2107,
          "holdMinutes": 120
        },
        {
          "entryTs": 1691480700,
          "entryUtc": "2023-08-08T07:45:00.000Z",
          "exitTs": 1691484720,
          "dir": -1,
          "entryPrice": 1932.275,
          "exitPrice": 1934.298,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 67
        },
        {
          "entryTs": 1691485200,
          "entryUtc": "2023-08-08T09:00:00.000Z",
          "exitTs": 1691490420,
          "dir": 1,
          "entryPrice": 1934.965,
          "exitPrice": 1932.61,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 87
        },
        {
          "entryTs": 1691505900,
          "entryUtc": "2023-08-08T14:45:00.000Z",
          "exitTs": 1691507220,
          "dir": 1,
          "entryPrice": 1931.108,
          "exitPrice": 1926.672,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 22
        },
        {
          "entryTs": 1691674200,
          "entryUtc": "2023-08-10T13:30:00.000Z",
          "exitTs": 1691674800,
          "dir": -1,
          "entryPrice": 1920.238,
          "exitPrice": 1923.761,
          "stopDistance": 3.523,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691733600,
          "entryUtc": "2023-08-11T06:00:00.000Z",
          "exitTs": 1691743560,
          "dir": 1,
          "entryPrice": 1915.595,
          "exitPrice": 1918.93,
          "stopDistance": 1.667,
          "outcome": "target",
          "netR": 1.7781,
          "holdMinutes": 166
        },
        {
          "entryTs": 1691757900,
          "entryUtc": "2023-08-11T12:45:00.000Z",
          "exitTs": 1691761380,
          "dir": -1,
          "entryPrice": 1915.155,
          "exitPrice": 1917.446,
          "stopDistance": 2.291,
          "outcome": "stop",
          "netR": -1.1833,
          "holdMinutes": 58
        },
        {
          "entryTs": 1691764200,
          "entryUtc": "2023-08-11T14:30:00.000Z",
          "exitTs": 1691768040,
          "dir": 1,
          "entryPrice": 1918.705,
          "exitPrice": 1915.15,
          "stopDistance": 3.555,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 64
        },
        {
          "entryTs": 1692015300,
          "entryUtc": "2023-08-14T12:15:00.000Z",
          "exitTs": 1692019800,
          "dir": -1,
          "entryPrice": 1909.815,
          "exitPrice": 1905.335,
          "stopDistance": 2.24,
          "outcome": "target",
          "netR": 1.8348,
          "holdMinutes": 75
        },
        {
          "entryTs": 1692105300,
          "entryUtc": "2023-08-15T13:15:00.000Z",
          "exitTs": 1692106380,
          "dir": 1,
          "entryPrice": 1905.595,
          "exitPrice": 1901.99,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 18
        },
        {
          "entryTs": 1692194400,
          "entryUtc": "2023-08-16T14:00:00.000Z",
          "exitTs": 1692205380,
          "dir": -1,
          "entryPrice": 1904.085,
          "exitPrice": 1898.052,
          "stopDistance": 3.016,
          "outcome": "target",
          "netR": 1.8773,
          "holdMinutes": 183
        },
        {
          "entryTs": 1692269100,
          "entryUtc": "2023-08-17T10:45:00.000Z",
          "exitTs": 1692275820,
          "dir": 1,
          "entryPrice": 1897.975,
          "exitPrice": 1902.267,
          "stopDistance": 2.146,
          "outcome": "target",
          "netR": 1.8276,
          "holdMinutes": 112
        },
        {
          "entryTs": 1692353700,
          "entryUtc": "2023-08-18T10:15:00.000Z",
          "exitTs": 1692361140,
          "dir": 1,
          "entryPrice": 1894.905,
          "exitPrice": 1892.958,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 124
        },
        {
          "entryTs": 1692586800,
          "entryUtc": "2023-08-21T03:00:00.000Z",
          "exitTs": 1692596160,
          "dir": 1,
          "entryPrice": 1892.825,
          "exitPrice": 1890.417,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 156
        },
        {
          "entryTs": 1692618300,
          "entryUtc": "2023-08-21T11:45:00.000Z",
          "exitTs": 1692621780,
          "dir": 1,
          "entryPrice": 1892.475,
          "exitPrice": 1897.069,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 58
        },
        {
          "entryTs": 1692663300,
          "entryUtc": "2023-08-22T00:15:00.000Z",
          "exitTs": 1692665100,
          "dir": -1,
          "entryPrice": 1893.915,
          "exitPrice": 1895.269,
          "stopDistance": 1.354,
          "outcome": "stop",
          "netR": -1.3102,
          "holdMinutes": 30
        },
        {
          "entryTs": 1692667800,
          "entryUtc": "2023-08-22T01:30:00.000Z",
          "exitTs": 1692669120,
          "dir": 1,
          "entryPrice": 1896.265,
          "exitPrice": 1894.731,
          "stopDistance": 1.535,
          "outcome": "stop",
          "netR": -1.2737,
          "holdMinutes": 22
        },
        {
          "entryTs": 1692684900,
          "entryUtc": "2023-08-22T06:15:00.000Z",
          "exitTs": 1692691260,
          "dir": 1,
          "entryPrice": 1898.015,
          "exitPrice": 1901.91,
          "stopDistance": 1.947,
          "outcome": "target",
          "netR": 1.81,
          "holdMinutes": 106
        },
        {
          "entryTs": 1692708300,
          "entryUtc": "2023-08-22T12:45:00.000Z",
          "exitTs": 1692712320,
          "dir": -1,
          "entryPrice": 1896.845,
          "exitPrice": 1891.317,
          "stopDistance": 2.764,
          "outcome": "target",
          "netR": 1.8661,
          "holdMinutes": 67
        },
        {
          "entryTs": 1692780300,
          "entryUtc": "2023-08-23T08:45:00.000Z",
          "exitTs": 1692783900,
          "dir": 1,
          "entryPrice": 1904.935,
          "exitPrice": 1902.811,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1977,
          "holdMinutes": 60
        },
        {
          "entryTs": 1692787500,
          "entryUtc": "2023-08-23T10:45:00.000Z",
          "exitTs": 1692788160,
          "dir": -1,
          "entryPrice": 1901.485,
          "exitPrice": 1903.583,
          "stopDistance": 2.098,
          "outcome": "stop",
          "netR": -1.2002,
          "holdMinutes": 11
        },
        {
          "entryTs": 1692793800,
          "entryUtc": "2023-08-23T12:30:00.000Z",
          "exitTs": 1692795480,
          "dir": 1,
          "entryPrice": 1906.505,
          "exitPrice": 1904.029,
          "stopDistance": 2.476,
          "outcome": "stop",
          "netR": -1.1696,
          "holdMinutes": 28
        },
        {
          "entryTs": 1692864000,
          "entryUtc": "2023-08-24T08:00:00.000Z",
          "exitTs": 1692865560,
          "dir": -1,
          "entryPrice": 1919.465,
          "exitPrice": 1921.521,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 26
        },
        {
          "entryTs": 1692932400,
          "entryUtc": "2023-08-25T03:00:00.000Z",
          "exitTs": 1692954960,
          "dir": -1,
          "entryPrice": 1914.678,
          "exitPrice": 1916.216,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.2731,
          "holdMinutes": 376
        },
        {
          "entryTs": 1692970200,
          "entryUtc": "2023-08-25T13:30:00.000Z",
          "exitTs": 1692972000,
          "dir": -1,
          "entryPrice": 1913.858,
          "exitPrice": 1916.143,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 30
        },
        {
          "entryTs": 1693209600,
          "entryUtc": "2023-08-28T08:00:00.000Z",
          "exitTs": 1693226640,
          "dir": -1,
          "entryPrice": 1914.385,
          "exitPrice": 1916.113,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.2431,
          "holdMinutes": 284
        },
        {
          "entryTs": 1693242900,
          "entryUtc": "2023-08-28T17:15:00.000Z",
          "exitTs": 1693245300,
          "dir": -1,
          "entryPrice": 1917.725,
          "exitPrice": 1920.702,
          "stopDistance": 2.977,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 40
        },
        {
          "entryTs": 1693261800,
          "entryUtc": "2023-08-28T22:30:00.000Z",
          "exitTs": 1693278300,
          "dir": 1,
          "entryPrice": 1920.625,
          "exitPrice": 1924.26,
          "stopDistance": 1.817,
          "outcome": "target",
          "netR": 1.7964,
          "holdMinutes": 275
        },
        {
          "entryTs": 1693305000,
          "entryUtc": "2023-08-29T10:30:00.000Z",
          "exitTs": 1693309680,
          "dir": -1,
          "entryPrice": 1920.995,
          "exitPrice": 1917.462,
          "stopDistance": 1.766,
          "outcome": "target",
          "netR": 1.7905,
          "holdMinutes": 78
        },
        {
          "entryTs": 1693318500,
          "entryUtc": "2023-08-29T14:15:00.000Z",
          "exitTs": 1693324380,
          "dir": 1,
          "entryPrice": 1930.425,
          "exitPrice": 1937.428,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 98
        },
        {
          "entryTs": 1693387800,
          "entryUtc": "2023-08-30T09:30:00.000Z",
          "exitTs": 1693390980,
          "dir": 1,
          "entryPrice": 1938.385,
          "exitPrice": 1936.752,
          "stopDistance": 1.633,
          "outcome": "stop",
          "netR": -1.2572,
          "holdMinutes": 53
        },
        {
          "entryTs": 1693487700,
          "entryUtc": "2023-08-31T13:15:00.000Z",
          "exitTs": 1693542060,
          "dir": -1,
          "entryPrice": 1943.245,
          "exitPrice": 1938.354,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 906
        },
        {
          "entryTs": 1693879200,
          "entryUtc": "2023-09-05T02:00:00.000Z",
          "exitTs": 1693882560,
          "dir": -1,
          "entryPrice": 1935.795,
          "exitPrice": 1937.064,
          "stopDistance": 1.268,
          "outcome": "stop",
          "netR": -1.3311,
          "holdMinutes": 56
        },
        {
          "entryTs": 1693922400,
          "entryUtc": "2023-09-05T14:00:00.000Z",
          "exitTs": 1694008860,
          "dir": -1,
          "entryPrice": 1927.695,
          "exitPrice": 1920.264,
          "stopDistance": 3.715,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 1441
        },
        {
          "entryTs": 1694010600,
          "entryUtc": "2023-09-06T14:30:00.000Z",
          "exitTs": 1694088300,
          "dir": -1,
          "entryPrice": 1918.794,
          "exitPrice": 1922.591,
          "stopDistance": 3.797,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 1295
        },
        {
          "entryTs": 1694181600,
          "entryUtc": "2023-09-08T14:00:00.000Z",
          "exitTs": 1694184720,
          "dir": 1,
          "entryPrice": 1928.535,
          "exitPrice": 1925.5,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 52
        },
        {
          "entryTs": 1694186100,
          "entryUtc": "2023-09-08T15:15:00.000Z",
          "exitTs": 1694383200,
          "dir": -1,
          "entryPrice": 1921.805,
          "exitPrice": 1920.418,
          "stopDistance": 3.355,
          "outcome": "time",
          "netR": 0.3032,
          "holdMinutes": 3285
        },
        {
          "entryTs": 1694385900,
          "entryUtc": "2023-09-10T22:45:00.000Z",
          "exitTs": 1694390640,
          "dir": -1,
          "entryPrice": 1917.975,
          "exitPrice": 1919.636,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 79
        },
        {
          "entryTs": 1694392200,
          "entryUtc": "2023-09-11T00:30:00.000Z",
          "exitTs": 1694396820,
          "dir": 1,
          "entryPrice": 1919.365,
          "exitPrice": 1922.686,
          "stopDistance": 1.66,
          "outcome": "target",
          "netR": 1.7772,
          "holdMinutes": 77
        },
        {
          "entryTs": 1694442600,
          "entryUtc": "2023-09-11T14:30:00.000Z",
          "exitTs": 1694499240,
          "dir": -1,
          "entryPrice": 1924.345,
          "exitPrice": 1919.071,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 944
        },
        {
          "entryTs": 1694507400,
          "entryUtc": "2023-09-12T08:30:00.000Z",
          "exitTs": 1694509620,
          "dir": 1,
          "entryPrice": 1920.925,
          "exitPrice": 1919.334,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 37
        },
        {
          "entryTs": 1694514600,
          "entryUtc": "2023-09-12T10:30:00.000Z",
          "exitTs": 1694514900,
          "dir": -1,
          "entryPrice": 1918.715,
          "exitPrice": 1915.982,
          "stopDistance": 1.366,
          "outcome": "target",
          "netR": 1.7292,
          "holdMinutes": 5
        },
        {
          "entryTs": 1694607300,
          "entryUtc": "2023-09-13T12:15:00.000Z",
          "exitTs": 1694608140,
          "dir": -1,
          "entryPrice": 1910.655,
          "exitPrice": 1912.295,
          "stopDistance": 1.64,
          "outcome": "stop",
          "netR": -1.256,
          "holdMinutes": 14
        },
        {
          "entryTs": 1694611800,
          "entryUtc": "2023-09-13T13:30:00.000Z",
          "exitTs": 1694615640,
          "dir": 1,
          "entryPrice": 1913.475,
          "exitPrice": 1909.911,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 64
        },
        {
          "entryTs": 1694671200,
          "entryUtc": "2023-09-14T06:00:00.000Z",
          "exitTs": 1694693880,
          "dir": -1,
          "entryPrice": 1907.945,
          "exitPrice": 1909.598,
          "stopDistance": 1.653,
          "outcome": "stop",
          "netR": -1.2541,
          "holdMinutes": 378
        },
        {
          "entryTs": 1694695500,
          "entryUtc": "2023-09-14T12:45:00.000Z",
          "exitTs": 1694695920,
          "dir": -1,
          "entryPrice": 1902.865,
          "exitPrice": 1905.296,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 7
        },
        {
          "entryTs": 1695015900,
          "entryUtc": "2023-09-18T05:45:00.000Z",
          "exitTs": 1695017700,
          "dir": 1,
          "entryPrice": 1929.915,
          "exitPrice": 1928.403,
          "stopDistance": 1.512,
          "outcome": "stop",
          "netR": -1.2778,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695023100,
          "entryUtc": "2023-09-18T07:45:00.000Z",
          "exitTs": 1695041520,
          "dir": -1,
          "entryPrice": 1927.545,
          "exitPrice": 1924.018,
          "stopDistance": 1.763,
          "outcome": "target",
          "netR": 1.7902,
          "holdMinutes": 307
        },
        {
          "entryTs": 1695042000,
          "entryUtc": "2023-09-18T13:00:00.000Z",
          "exitTs": 1695042720,
          "dir": -1,
          "entryPrice": 1923.945,
          "exitPrice": 1925.853,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 12
        },
        {
          "entryTs": 1695084300,
          "entryUtc": "2023-09-19T00:45:00.000Z",
          "exitTs": 1695101160,
          "dir": -1,
          "entryPrice": 1933.025,
          "exitPrice": 1930.588,
          "stopDistance": 1.218,
          "outcome": "target",
          "netR": 1.6963,
          "holdMinutes": 281
        },
        {
          "entryTs": 1695107700,
          "entryUtc": "2023-09-19T07:15:00.000Z",
          "exitTs": 1695110940,
          "dir": 1,
          "entryPrice": 1932.025,
          "exitPrice": 1934.801,
          "stopDistance": 1.388,
          "outcome": "target",
          "netR": 1.7335,
          "holdMinutes": 54
        },
        {
          "entryTs": 1695125700,
          "entryUtc": "2023-09-19T12:15:00.000Z",
          "exitTs": 1695126600,
          "dir": 1,
          "entryPrice": 1936.725,
          "exitPrice": 1935.304,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2955,
          "holdMinutes": 15
        },
        {
          "entryTs": 1695127500,
          "entryUtc": "2023-09-19T12:45:00.000Z",
          "exitTs": 1695128580,
          "dir": -1,
          "entryPrice": 1934.275,
          "exitPrice": 1935.912,
          "stopDistance": 1.637,
          "outcome": "stop",
          "netR": -1.2566,
          "holdMinutes": 18
        },
        {
          "entryTs": 1695194100,
          "entryUtc": "2023-09-20T07:15:00.000Z",
          "exitTs": 1695203520,
          "dir": -1,
          "entryPrice": 1929.295,
          "exitPrice": 1930.715,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 157
        },
        {
          "entryTs": 1695212100,
          "entryUtc": "2023-09-20T12:15:00.000Z",
          "exitTs": 1695213000,
          "dir": 1,
          "entryPrice": 1933.085,
          "exitPrice": 1931.592,
          "stopDistance": 1.493,
          "outcome": "stop",
          "netR": -1.2813,
          "holdMinutes": 15
        },
        {
          "entryTs": 1695388500,
          "entryUtc": "2023-09-22T13:15:00.000Z",
          "exitTs": 1695390660,
          "dir": 1,
          "entryPrice": 1927.215,
          "exitPrice": 1925.204,
          "stopDistance": 2.011,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 36
        },
        {
          "entryTs": 1695600900,
          "entryUtc": "2023-09-25T00:15:00.000Z",
          "exitTs": 1695621600,
          "dir": -1,
          "entryPrice": 1924.215,
          "exitPrice": 1921.5,
          "stopDistance": 1.357,
          "outcome": "target",
          "netR": 1.7274,
          "holdMinutes": 345
        },
        {
          "entryTs": 1695626100,
          "entryUtc": "2023-09-25T07:15:00.000Z",
          "exitTs": 1695626640,
          "dir": 1,
          "entryPrice": 1926.805,
          "exitPrice": 1925.061,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2409,
          "holdMinutes": 9
        },
        {
          "entryTs": 1695648600,
          "entryUtc": "2023-09-25T13:30:00.000Z",
          "exitTs": 1695650040,
          "dir": -1,
          "entryPrice": 1923.215,
          "exitPrice": 1925.304,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.201,
          "holdMinutes": 24
        },
        {
          "entryTs": 1695650400,
          "entryUtc": "2023-09-25T14:00:00.000Z",
          "exitTs": 1695650820,
          "dir": 1,
          "entryPrice": 1925.185,
          "exitPrice": 1922.818,
          "stopDistance": 2.367,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 7
        },
        {
          "entryTs": 1695717000,
          "entryUtc": "2023-09-26T08:30:00.000Z",
          "exitTs": 1695717720,
          "dir": 1,
          "entryPrice": 1915.515,
          "exitPrice": 1913.762,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2396,
          "holdMinutes": 12
        },
        {
          "entryTs": 1695776400,
          "entryUtc": "2023-09-27T01:00:00.000Z",
          "exitTs": 1695778260,
          "dir": -1,
          "entryPrice": 1900.525,
          "exitPrice": 1902,
          "stopDistance": 1.475,
          "outcome": "stop",
          "netR": -1.2847,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695780000,
          "entryUtc": "2023-09-27T02:00:00.000Z",
          "exitTs": 1695781800,
          "dir": 1,
          "entryPrice": 1902.495,
          "exitPrice": 1900.775,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2442,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695864600,
          "entryUtc": "2023-09-28T01:30:00.000Z",
          "exitTs": 1695878340,
          "dir": -1,
          "entryPrice": 1874.065,
          "exitPrice": 1876.265,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 229
        },
        {
          "entryTs": 1695892500,
          "entryUtc": "2023-09-28T09:15:00.000Z",
          "exitTs": 1695894180,
          "dir": -1,
          "entryPrice": 1873.755,
          "exitPrice": 1875.679,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 28
        },
        {
          "entryTs": 1695906000,
          "entryUtc": "2023-09-28T13:00:00.000Z",
          "exitTs": 1695906240,
          "dir": -1,
          "entryPrice": 1872.325,
          "exitPrice": 1874.905,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 4
        },
        {
          "entryTs": 1695929400,
          "entryUtc": "2023-09-28T19:30:00.000Z",
          "exitTs": 1695958320,
          "dir": 1,
          "entryPrice": 1866.265,
          "exitPrice": 1862.96,
          "stopDistance": 3.305,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 482
        },
        {
          "entryTs": 1695992400,
          "entryUtc": "2023-09-29T13:00:00.000Z",
          "exitTs": 1695993420,
          "dir": 1,
          "entryPrice": 1873.805,
          "exitPrice": 1879.314,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 17
        },
        {
          "entryTs": 1695996900,
          "entryUtc": "2023-09-29T14:15:00.000Z",
          "exitTs": 1696001820,
          "dir": -1,
          "entryPrice": 1862.395,
          "exitPrice": 1853.305,
          "stopDistance": 4.545,
          "outcome": "target",
          "netR": 1.9186,
          "holdMinutes": 82
        },
        {
          "entryTs": 1696229100,
          "entryUtc": "2023-10-02T06:45:00.000Z",
          "exitTs": 1696232280,
          "dir": 1,
          "entryPrice": 1844.645,
          "exitPrice": 1842.232,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 53
        },
        {
          "entryTs": 1696340700,
          "entryUtc": "2023-10-03T13:45:00.000Z",
          "exitTs": 1696340880,
          "dir": 1,
          "entryPrice": 1830.658,
          "exitPrice": 1826.758,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 3
        },
        {
          "entryTs": 1696395600,
          "entryUtc": "2023-10-04T05:00:00.000Z",
          "exitTs": 1696396500,
          "dir": 1,
          "entryPrice": 1823.415,
          "exitPrice": 1821.241,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 15
        },
        {
          "entryTs": 1696400100,
          "entryUtc": "2023-10-04T06:15:00.000Z",
          "exitTs": 1696405320,
          "dir": -1,
          "entryPrice": 1819.395,
          "exitPrice": 1821.713,
          "stopDistance": 2.318,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 87
        },
        {
          "entryTs": 1696509900,
          "entryUtc": "2023-10-05T12:45:00.000Z",
          "exitTs": 1696512420,
          "dir": -1,
          "entryPrice": 1815.065,
          "exitPrice": 1818.147,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 42
        },
        {
          "entryTs": 1696568400,
          "entryUtc": "2023-10-06T05:00:00.000Z",
          "exitTs": 1696573500,
          "dir": -1,
          "entryPrice": 1822.675,
          "exitPrice": 1819.844,
          "stopDistance": 1.416,
          "outcome": "target",
          "netR": 1.7386,
          "holdMinutes": 85
        },
        {
          "entryTs": 1696602600,
          "entryUtc": "2023-10-06T14:30:00.000Z",
          "exitTs": 1696604040,
          "dir": 1,
          "entryPrice": 1829.315,
          "exitPrice": 1823.943,
          "stopDistance": 5.372,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 24
        },
        {
          "entryTs": 1697114700,
          "entryUtc": "2023-10-12T12:45:00.000Z",
          "exitTs": 1697121180,
          "dir": -1,
          "entryPrice": 1878.715,
          "exitPrice": 1872.349,
          "stopDistance": 3.183,
          "outcome": "target",
          "netR": 1.8838,
          "holdMinutes": 108
        },
        {
          "entryTs": 1697408100,
          "entryUtc": "2023-10-15T22:15:00.000Z",
          "exitTs": 1697436060,
          "dir": -1,
          "entryPrice": 1922.024,
          "exitPrice": 1913.053,
          "stopDistance": 4.485,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 466
        },
        {
          "entryTs": 1697503500,
          "entryUtc": "2023-10-17T00:45:00.000Z",
          "exitTs": 1697526360,
          "dir": -1,
          "entryPrice": 1916.305,
          "exitPrice": 1918.649,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 381
        },
        {
          "entryTs": 1697642100,
          "entryUtc": "2023-10-18T15:15:00.000Z",
          "exitTs": 1697646060,
          "dir": -1,
          "entryPrice": 1941.095,
          "exitPrice": 1947.329,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 66
        },
        {
          "entryTs": 1697730300,
          "entryUtc": "2023-10-19T15:45:00.000Z",
          "exitTs": 1697730840,
          "dir": 1,
          "entryPrice": 1959.555,
          "exitPrice": 1955.17,
          "stopDistance": 4.385,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 9
        },
        {
          "entryTs": 1697789700,
          "entryUtc": "2023-10-20T08:15:00.000Z",
          "exitTs": 1697802480,
          "dir": 1,
          "entryPrice": 1981.965,
          "exitPrice": 1978.556,
          "stopDistance": 3.409,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 213
        },
        {
          "entryTs": 1697803200,
          "entryUtc": "2023-10-20T12:00:00.000Z",
          "exitTs": 1697809500,
          "dir": -1,
          "entryPrice": 1977.175,
          "exitPrice": 1980.654,
          "stopDistance": 3.479,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 105
        },
        {
          "entryTs": 1697810400,
          "entryUtc": "2023-10-20T14:00:00.000Z",
          "exitTs": 1697815500,
          "dir": 1,
          "entryPrice": 1986.975,
          "exitPrice": 1996.521,
          "stopDistance": 4.773,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 85
        },
        {
          "entryTs": 1698090300,
          "entryUtc": "2023-10-23T19:45:00.000Z",
          "exitTs": 1698106980,
          "dir": -1,
          "entryPrice": 1971.375,
          "exitPrice": 1975.221,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 278
        },
        {
          "entryTs": 1698129900,
          "entryUtc": "2023-10-24T06:45:00.000Z",
          "exitTs": 1698134100,
          "dir": 1,
          "entryPrice": 1977.445,
          "exitPrice": 1974.918,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 70
        },
        {
          "entryTs": 1698135300,
          "entryUtc": "2023-10-24T08:15:00.000Z",
          "exitTs": 1698139080,
          "dir": -1,
          "entryPrice": 1973.815,
          "exitPrice": 1968.372,
          "stopDistance": 2.722,
          "outcome": "target",
          "netR": 1.8641,
          "holdMinutes": 63
        },
        {
          "entryTs": 1698202800,
          "entryUtc": "2023-10-25T03:00:00.000Z",
          "exitTs": 1698214560,
          "dir": -1,
          "entryPrice": 1972.595,
          "exitPrice": 1975.295,
          "stopDistance": 2.7,
          "outcome": "stop",
          "netR": -1.1556,
          "holdMinutes": 196
        },
        {
          "entryTs": 1698336900,
          "entryUtc": "2023-10-26T16:15:00.000Z",
          "exitTs": 1698411300,
          "dir": 1,
          "entryPrice": 1983.095,
          "exitPrice": 1978.072,
          "stopDistance": 5.023,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1698722100,
          "entryUtc": "2023-10-31T03:15:00.000Z",
          "exitTs": 1698735720,
          "dir": -1,
          "entryPrice": 1993.545,
          "exitPrice": 1995.668,
          "stopDistance": 2.123,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 227
        },
        {
          "entryTs": 1698757200,
          "entryUtc": "2023-10-31T13:00:00.000Z",
          "exitTs": 1698759840,
          "dir": -1,
          "entryPrice": 1995.364,
          "exitPrice": 1998.231,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 44
        },
        {
          "entryTs": 1698760800,
          "entryUtc": "2023-10-31T14:00:00.000Z",
          "exitTs": 1698764400,
          "dir": 1,
          "entryPrice": 2002.364,
          "exitPrice": 1998.643,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 60
        },
        {
          "entryTs": 1698765300,
          "entryUtc": "2023-10-31T15:15:00.000Z",
          "exitTs": 1698772740,
          "dir": -1,
          "entryPrice": 1995.695,
          "exitPrice": 1986.089,
          "stopDistance": 4.803,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 124
        },
        {
          "entryTs": 1698853500,
          "entryUtc": "2023-11-01T15:45:00.000Z",
          "exitTs": 1698876000,
          "dir": -1,
          "entryPrice": 1978.594,
          "exitPrice": 1983.04,
          "stopDistance": 4.446,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 375
        },
        {
          "entryTs": 1698914700,
          "entryUtc": "2023-11-02T08:45:00.000Z",
          "exitTs": 1698920340,
          "dir": 1,
          "entryPrice": 1988.065,
          "exitPrice": 1985.707,
          "stopDistance": 2.358,
          "outcome": "stop",
          "netR": -1.1781,
          "holdMinutes": 94
        },
        {
          "entryTs": 1698946200,
          "entryUtc": "2023-11-02T17:30:00.000Z",
          "exitTs": 1699014600,
          "dir": 1,
          "entryPrice": 1985.698,
          "exitPrice": 1993.223,
          "stopDistance": 3.763,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 1140
        },
        {
          "entryTs": 1699015500,
          "entryUtc": "2023-11-03T12:45:00.000Z",
          "exitTs": 1699016340,
          "dir": 1,
          "entryPrice": 2003.248,
          "exitPrice": 1999.361,
          "stopDistance": 3.887,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 14
        },
        {
          "entryTs": 1699241400,
          "entryUtc": "2023-11-06T03:30:00.000Z",
          "exitTs": 1699258680,
          "dir": -1,
          "entryPrice": 1983.655,
          "exitPrice": 1986.724,
          "stopDistance": 3.069,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 288
        },
        {
          "entryTs": 1699456500,
          "entryUtc": "2023-11-08T15:15:00.000Z",
          "exitTs": 1699458060,
          "dir": -1,
          "entryPrice": 1958.295,
          "exitPrice": 1951.815,
          "stopDistance": 3.24,
          "outcome": "target",
          "netR": 1.8858,
          "holdMinutes": 26
        },
        {
          "entryTs": 1699538400,
          "entryUtc": "2023-11-09T14:00:00.000Z",
          "exitTs": 1699540980,
          "dir": 1,
          "entryPrice": 1950.475,
          "exitPrice": 1957.068,
          "stopDistance": 3.297,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 43
        },
        {
          "entryTs": 1699557300,
          "entryUtc": "2023-11-09T19:15:00.000Z",
          "exitTs": 1699615500,
          "dir": -1,
          "entryPrice": 1958.905,
          "exitPrice": 1949.894,
          "stopDistance": 4.506,
          "outcome": "target",
          "netR": 1.9179,
          "holdMinutes": 970
        },
        {
          "entryTs": 1699891200,
          "entryUtc": "2023-11-13T16:00:00.000Z",
          "exitTs": 1699893000,
          "dir": 1,
          "entryPrice": 1938.355,
          "exitPrice": 1944.591,
          "stopDistance": 3.118,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 30
        },
        {
          "entryTs": 1699946100,
          "entryUtc": "2023-11-14T07:15:00.000Z",
          "exitTs": 1699968600,
          "dir": 1,
          "entryPrice": 1945.605,
          "exitPrice": 1943.979,
          "stopDistance": 1.626,
          "outcome": "ambiguous",
          "netR": -1.2584,
          "holdMinutes": 375
        },
        {
          "entryTs": 1699969500,
          "entryUtc": "2023-11-14T13:45:00.000Z",
          "exitTs": 1699972620,
          "dir": 1,
          "entryPrice": 1956.355,
          "exitPrice": 1964.568,
          "stopDistance": 4.106,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 52
        },
        {
          "entryTs": 1700097300,
          "entryUtc": "2023-11-16T01:15:00.000Z",
          "exitTs": 1700102940,
          "dir": -1,
          "entryPrice": 1958.095,
          "exitPrice": 1960.132,
          "stopDistance": 2.037,
          "outcome": "stop",
          "netR": -1.2062,
          "holdMinutes": 94
        },
        {
          "entryTs": 1700104500,
          "entryUtc": "2023-11-16T03:15:00.000Z",
          "exitTs": 1700117040,
          "dir": 1,
          "entryPrice": 1961.885,
          "exitPrice": 1966.258,
          "stopDistance": 2.186,
          "outcome": "target",
          "netR": 1.8308,
          "holdMinutes": 209
        },
        {
          "entryTs": 1700142300,
          "entryUtc": "2023-11-16T13:45:00.000Z",
          "exitTs": 1700145720,
          "dir": 1,
          "entryPrice": 1970.448,
          "exitPrice": 1976.02,
          "stopDistance": 2.786,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 57
        },
        {
          "entryTs": 1700460900,
          "entryUtc": "2023-11-20T06:15:00.000Z",
          "exitTs": 1700480520,
          "dir": -1,
          "entryPrice": 1979.355,
          "exitPrice": 1973.867,
          "stopDistance": 2.744,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 327
        },
        {
          "entryTs": 1700557200,
          "entryUtc": "2023-11-21T09:00:00.000Z",
          "exitTs": 1700572140,
          "dir": -1,
          "entryPrice": 1987.735,
          "exitPrice": 1990.716,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 249
        },
        {
          "entryTs": 1700696700,
          "entryUtc": "2023-11-22T23:45:00.000Z",
          "exitTs": 1700711220,
          "dir": 1,
          "entryPrice": 1991.435,
          "exitPrice": 1995.784,
          "stopDistance": 2.174,
          "outcome": "target",
          "netR": 1.8298,
          "holdMinutes": 242
        },
        {
          "entryTs": 1700731800,
          "entryUtc": "2023-11-23T09:30:00.000Z",
          "exitTs": 1700820300,
          "dir": -1,
          "entryPrice": 1992.785,
          "exitPrice": 1995.227,
          "stopDistance": 2.442,
          "outcome": "stop",
          "netR": -1.172,
          "holdMinutes": 1475
        },
        {
          "entryTs": 1701177300,
          "entryUtc": "2023-11-28T13:15:00.000Z",
          "exitTs": 1701177720,
          "dir": -1,
          "entryPrice": 2012.425,
          "exitPrice": 2014.432,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 7
        },
        {
          "entryTs": 1701178200,
          "entryUtc": "2023-11-28T13:30:00.000Z",
          "exitTs": 1701178920,
          "dir": 1,
          "entryPrice": 2016.385,
          "exitPrice": 2021.17,
          "stopDistance": 2.392,
          "outcome": "target",
          "netR": 1.8453,
          "holdMinutes": 12
        },
        {
          "entryTs": 1701309600,
          "entryUtc": "2023-11-30T02:00:00.000Z",
          "exitTs": 1701312420,
          "dir": -1,
          "entryPrice": 2043.225,
          "exitPrice": 2045.291,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 47
        },
        {
          "entryTs": 1701334800,
          "entryUtc": "2023-11-30T09:00:00.000Z",
          "exitTs": 1701351000,
          "dir": -1,
          "entryPrice": 2040.438,
          "exitPrice": 2043.107,
          "stopDistance": 2.669,
          "outcome": "stop",
          "netR": -1.1574,
          "holdMinutes": 270
        },
        {
          "entryTs": 1701355500,
          "entryUtc": "2023-11-30T14:45:00.000Z",
          "exitTs": 1701361440,
          "dir": -1,
          "entryPrice": 2034.075,
          "exitPrice": 2038.623,
          "stopDistance": 4.548,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 99
        },
        {
          "entryTs": 1701734400,
          "entryUtc": "2023-12-05T00:00:00.000Z",
          "exitTs": 1701767640,
          "dir": 1,
          "entryPrice": 2033.915,
          "exitPrice": 2029.172,
          "stopDistance": 4.743,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 554
        },
        {
          "entryTs": 1701767700,
          "entryUtc": "2023-12-05T09:15:00.000Z",
          "exitTs": 1701787500,
          "dir": -1,
          "entryPrice": 2028.725,
          "exitPrice": 2020.419,
          "stopDistance": 4.153,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 330
        },
        {
          "entryTs": 1701788400,
          "entryUtc": "2023-12-05T15:00:00.000Z",
          "exitTs": 1701788400,
          "dir": -1,
          "entryPrice": 2016.625,
          "exitPrice": 2021.956,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 0
        },
        {
          "entryTs": 1701824400,
          "entryUtc": "2023-12-06T01:00:00.000Z",
          "exitTs": 1701846420,
          "dir": 1,
          "entryPrice": 2021.708,
          "exitPrice": 2027.566,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 367
        },
        {
          "entryTs": 1701924300,
          "entryUtc": "2023-12-07T04:45:00.000Z",
          "exitTs": 1701930480,
          "dir": -1,
          "entryPrice": 2025.825,
          "exitPrice": 2028.287,
          "stopDistance": 2.462,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 103
        },
        {
          "entryTs": 1701961200,
          "entryUtc": "2023-12-07T15:00:00.000Z",
          "exitTs": 1701963480,
          "dir": -1,
          "entryPrice": 2026.158,
          "exitPrice": 2030.821,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 38
        },
        {
          "entryTs": 1701974700,
          "entryUtc": "2023-12-07T18:45:00.000Z",
          "exitTs": 1702025760,
          "dir": 1,
          "entryPrice": 2031.665,
          "exitPrice": 2026.688,
          "stopDistance": 4.977,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 851
        },
        {
          "entryTs": 1702026000,
          "entryUtc": "2023-12-08T09:00:00.000Z",
          "exitTs": 1702030020,
          "dir": -1,
          "entryPrice": 2028.085,
          "exitPrice": 2030.798,
          "stopDistance": 2.713,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 67
        },
        {
          "entryTs": 1702259100,
          "entryUtc": "2023-12-11T01:45:00.000Z",
          "exitTs": 1702266300,
          "dir": -1,
          "entryPrice": 2002.455,
          "exitPrice": 1996.396,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 120
        },
        {
          "entryTs": 1702281600,
          "entryUtc": "2023-12-11T08:00:00.000Z",
          "exitTs": 1702282800,
          "dir": -1,
          "entryPrice": 1992.725,
          "exitPrice": 1996.019,
          "stopDistance": 3.294,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 20
        },
        {
          "entryTs": 1702300500,
          "entryUtc": "2023-12-11T13:15:00.000Z",
          "exitTs": 1702306440,
          "dir": -1,
          "entryPrice": 1992.965,
          "exitPrice": 1986.615,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 99
        },
        {
          "entryTs": 1702336500,
          "entryUtc": "2023-12-11T23:15:00.000Z",
          "exitTs": 1702341300,
          "dir": 1,
          "entryPrice": 1982.825,
          "exitPrice": 1987.49,
          "stopDistance": 2.332,
          "outcome": "target",
          "netR": 1.8414,
          "holdMinutes": 80
        },
        {
          "entryTs": 1702371600,
          "entryUtc": "2023-12-12T09:00:00.000Z",
          "exitTs": 1702375320,
          "dir": -1,
          "entryPrice": 1983.665,
          "exitPrice": 1986.07,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 62
        },
        {
          "entryTs": 1702388700,
          "entryUtc": "2023-12-12T13:45:00.000Z",
          "exitTs": 1702390200,
          "dir": -1,
          "entryPrice": 1985.285,
          "exitPrice": 1989.419,
          "stopDistance": 4.133,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 25
        },
        {
          "entryTs": 1702390500,
          "entryUtc": "2023-12-12T14:15:00.000Z",
          "exitTs": 1702391280,
          "dir": 1,
          "entryPrice": 1988.235,
          "exitPrice": 1983.637,
          "stopDistance": 4.598,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 13
        },
        {
          "entryTs": 1702391400,
          "entryUtc": "2023-12-12T14:30:00.000Z",
          "exitTs": 1702448640,
          "dir": -1,
          "entryPrice": 1983.585,
          "exitPrice": 1973.905,
          "stopDistance": 4.84,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 954
        },
        {
          "entryTs": 1702453500,
          "entryUtc": "2023-12-13T07:45:00.000Z",
          "exitTs": 1702474260,
          "dir": 1,
          "entryPrice": 1980.375,
          "exitPrice": 1985.579,
          "stopDistance": 2.602,
          "outcome": "target",
          "netR": 1.8578,
          "holdMinutes": 346
        },
        {
          "entryTs": 1702476000,
          "entryUtc": "2023-12-13T14:00:00.000Z",
          "exitTs": 1702477560,
          "dir": 1,
          "entryPrice": 1984.345,
          "exitPrice": 1981.448,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 26
        },
        {
          "entryTs": 1702480500,
          "entryUtc": "2023-12-13T15:15:00.000Z",
          "exitTs": 1702483260,
          "dir": -1,
          "entryPrice": 1978.798,
          "exitPrice": 1982.218,
          "stopDistance": 3.42,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 46
        },
        {
          "entryTs": 1702494900,
          "entryUtc": "2023-12-13T19:15:00.000Z",
          "exitTs": 1702496520,
          "dir": 1,
          "entryPrice": 2003.205,
          "exitPrice": 2013.791,
          "stopDistance": 5.293,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 27
        },
        {
          "entryTs": 1702600200,
          "entryUtc": "2023-12-15T00:30:00.000Z",
          "exitTs": 1702606740,
          "dir": -1,
          "entryPrice": 2031.555,
          "exitPrice": 2034.884,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 109
        },
        {
          "entryTs": 1702625400,
          "entryUtc": "2023-12-15T07:30:00.000Z",
          "exitTs": 1702630980,
          "dir": 1,
          "entryPrice": 2037.505,
          "exitPrice": 2042.483,
          "stopDistance": 2.489,
          "outcome": "target",
          "netR": 1.8513,
          "holdMinutes": 93
        },
        {
          "entryTs": 1702647900,
          "entryUtc": "2023-12-15T13:45:00.000Z",
          "exitTs": 1702648260,
          "dir": -1,
          "entryPrice": 2028.505,
          "exitPrice": 2033.057,
          "stopDistance": 4.552,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 6
        },
        {
          "entryTs": 1702862100,
          "entryUtc": "2023-12-18T01:15:00.000Z",
          "exitTs": 1702863480,
          "dir": 1,
          "entryPrice": 2023.198,
          "exitPrice": 2019.669,
          "stopDistance": 3.529,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 23
        },
        {
          "entryTs": 1702890900,
          "entryUtc": "2023-12-18T09:15:00.000Z",
          "exitTs": 1702891620,
          "dir": 1,
          "entryPrice": 2025.985,
          "exitPrice": 2023.382,
          "stopDistance": 2.603,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 12
        },
        {
          "entryTs": 1702896300,
          "entryUtc": "2023-12-18T10:45:00.000Z",
          "exitTs": 1702901280,
          "dir": -1,
          "entryPrice": 2019.635,
          "exitPrice": 2022.901,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 83
        },
        {
          "entryTs": 1702988100,
          "entryUtc": "2023-12-19T12:15:00.000Z",
          "exitTs": 1702989120,
          "dir": 1,
          "entryPrice": 2028.715,
          "exitPrice": 2026.616,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 17
        },
        {
          "entryTs": 1703009700,
          "entryUtc": "2023-12-19T18:15:00.000Z",
          "exitTs": 1703027820,
          "dir": -1,
          "entryPrice": 2037.175,
          "exitPrice": 2041.019,
          "stopDistance": 3.844,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 302
        },
        {
          "entryTs": 1703080800,
          "entryUtc": "2023-12-20T14:00:00.000Z",
          "exitTs": 1703085180,
          "dir": 1,
          "entryPrice": 2036.278,
          "exitPrice": 2033.03,
          "stopDistance": 3.248,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 73
        },
        {
          "entryTs": 1703139300,
          "entryUtc": "2023-12-21T06:15:00.000Z",
          "exitTs": 1703162040,
          "dir": -1,
          "entryPrice": 2035.145,
          "exitPrice": 2037.218,
          "stopDistance": 2.072,
          "outcome": "stop",
          "netR": -1.2027,
          "holdMinutes": 379
        },
        {
          "entryTs": 1703162700,
          "entryUtc": "2023-12-21T12:45:00.000Z",
          "exitTs": 1703165100,
          "dir": 1,
          "entryPrice": 2037.645,
          "exitPrice": 2035.322,
          "stopDistance": 2.323,
          "outcome": "stop",
          "netR": -1.1808,
          "holdMinutes": 40
        },
        {
          "entryTs": 1703234700,
          "entryUtc": "2023-12-22T08:45:00.000Z",
          "exitTs": 1703240760,
          "dir": 1,
          "entryPrice": 2051.345,
          "exitPrice": 2055.931,
          "stopDistance": 2.293,
          "outcome": "target",
          "netR": 1.8386,
          "holdMinutes": 101
        },
        {
          "entryTs": 1703673000,
          "entryUtc": "2023-12-27T10:30:00.000Z",
          "exitTs": 1703675640,
          "dir": -1,
          "entryPrice": 2063.655,
          "exitPrice": 2065.809,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 44
        },
        {
          "entryTs": 1703702700,
          "entryUtc": "2023-12-27T18:45:00.000Z",
          "exitTs": 1703721720,
          "dir": -1,
          "entryPrice": 2076.285,
          "exitPrice": 2080.216,
          "stopDistance": 3.931,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 317
        },
        {
          "entryTs": 1704158100,
          "entryUtc": "2024-01-02T01:15:00.000Z",
          "exitTs": 1704160800,
          "dir": 1,
          "entryPrice": 2069.195,
          "exitPrice": 2066.172,
          "stopDistance": 3.023,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 45
        },
        {
          "entryTs": 1704188700,
          "entryUtc": "2024-01-02T09:45:00.000Z",
          "exitTs": 1704190380,
          "dir": 1,
          "entryPrice": 2078.205,
          "exitPrice": 2075.078,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 28
        },
        {
          "entryTs": 1704195900,
          "entryUtc": "2024-01-02T11:45:00.000Z",
          "exitTs": 1704209820,
          "dir": -1,
          "entryPrice": 2068.705,
          "exitPrice": 2061.335,
          "stopDistance": 3.685,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 232
        },
        {
          "entryTs": 1704266100,
          "entryUtc": "2024-01-03T07:15:00.000Z",
          "exitTs": 1704273360,
          "dir": -1,
          "entryPrice": 2062.195,
          "exitPrice": 2057.871,
          "stopDistance": 2.162,
          "outcome": "target",
          "netR": 1.8289,
          "holdMinutes": 121
        },
        {
          "entryTs": 1704335400,
          "entryUtc": "2024-01-04T02:30:00.000Z",
          "exitTs": 1704360900,
          "dir": 1,
          "entryPrice": 2044.085,
          "exitPrice": 2049.705,
          "stopDistance": 2.81,
          "outcome": "target",
          "netR": 1.8683,
          "holdMinutes": 425
        },
        {
          "entryTs": 1704417300,
          "entryUtc": "2024-01-05T01:15:00.000Z",
          "exitTs": 1704424200,
          "dir": 1,
          "entryPrice": 2047.035,
          "exitPrice": 2044.862,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 115
        },
        {
          "entryTs": 1704462300,
          "entryUtc": "2024-01-05T13:45:00.000Z",
          "exitTs": 1704462720,
          "dir": -1,
          "entryPrice": 2033.765,
          "exitPrice": 2037.771,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704465000,
          "entryUtc": "2024-01-05T14:30:00.000Z",
          "exitTs": 1704466980,
          "dir": 1,
          "entryPrice": 2046.735,
          "exitPrice": 2058.779,
          "stopDistance": 6.022,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 33
        },
        {
          "entryTs": 1704680100,
          "entryUtc": "2024-01-08T02:15:00.000Z",
          "exitTs": 1704685320,
          "dir": -1,
          "entryPrice": 2042.828,
          "exitPrice": 2036.864,
          "stopDistance": 2.982,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 87
        },
        {
          "entryTs": 1704726000,
          "entryUtc": "2024-01-08T15:00:00.000Z",
          "exitTs": 1704729660,
          "dir": 1,
          "entryPrice": 2026.325,
          "exitPrice": 2036.111,
          "stopDistance": 4.893,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 61
        },
        {
          "entryTs": 1704808800,
          "entryUtc": "2024-01-09T14:00:00.000Z",
          "exitTs": 1704811560,
          "dir": 1,
          "entryPrice": 2038.488,
          "exitPrice": 2034.405,
          "stopDistance": 4.083,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 46
        },
        {
          "entryTs": 1704813300,
          "entryUtc": "2024-01-09T15:15:00.000Z",
          "exitTs": 1704866820,
          "dir": -1,
          "entryPrice": 2033.625,
          "exitPrice": 2025.321,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 892
        },
        {
          "entryTs": 1704872700,
          "entryUtc": "2024-01-10T07:45:00.000Z",
          "exitTs": 1704881040,
          "dir": 1,
          "entryPrice": 2030.855,
          "exitPrice": 2036.734,
          "stopDistance": 2.939,
          "outcome": "target",
          "netR": 1.8741,
          "holdMinutes": 139
        },
        {
          "entryTs": 1704980700,
          "entryUtc": "2024-01-11T13:45:00.000Z",
          "exitTs": 1704990180,
          "dir": -1,
          "entryPrice": 2030.705,
          "exitPrice": 2021.408,
          "stopDistance": 4.648,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 158
        },
        {
          "entryTs": 1705308300,
          "entryUtc": "2024-01-15T08:45:00.000Z",
          "exitTs": 1705309260,
          "dir": 1,
          "entryPrice": 2057.825,
          "exitPrice": 2055.151,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 16
        },
        {
          "entryTs": 1705314600,
          "entryUtc": "2024-01-15T10:30:00.000Z",
          "exitTs": 1705339740,
          "dir": -1,
          "entryPrice": 2052.675,
          "exitPrice": 2055.483,
          "stopDistance": 2.808,
          "outcome": "stop",
          "netR": -1.1496,
          "holdMinutes": 419
        },
        {
          "entryTs": 1705388400,
          "entryUtc": "2024-01-16T07:00:00.000Z",
          "exitTs": 1705389600,
          "dir": 1,
          "entryPrice": 2050.325,
          "exitPrice": 2048.272,
          "stopDistance": 2.053,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 20
        },
        {
          "entryTs": 1705394700,
          "entryUtc": "2024-01-16T08:45:00.000Z",
          "exitTs": 1705407060,
          "dir": -1,
          "entryPrice": 2043.265,
          "exitPrice": 2037.54,
          "stopDistance": 2.862,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 206
        },
        {
          "entryTs": 1705412700,
          "entryUtc": "2024-01-16T13:45:00.000Z",
          "exitTs": 1705413180,
          "dir": 1,
          "entryPrice": 2043.045,
          "exitPrice": 2038.016,
          "stopDistance": 5.029,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 8
        },
        {
          "entryTs": 1705499100,
          "entryUtc": "2024-01-17T13:45:00.000Z",
          "exitTs": 1705503300,
          "dir": -1,
          "entryPrice": 2022.325,
          "exitPrice": 2014.232,
          "stopDistance": 4.046,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 70
        },
        {
          "entryTs": 1705546800,
          "entryUtc": "2024-01-18T03:00:00.000Z",
          "exitTs": 1705557960,
          "dir": -1,
          "entryPrice": 2007.535,
          "exitPrice": 2010.018,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 186
        },
        {
          "entryTs": 1705649400,
          "entryUtc": "2024-01-19T07:30:00.000Z",
          "exitTs": 1705662420,
          "dir": 1,
          "entryPrice": 2026.798,
          "exitPrice": 2031.007,
          "stopDistance": 2.104,
          "outcome": "target",
          "netR": 1.8242,
          "holdMinutes": 217
        },
        {
          "entryTs": 1705674600,
          "entryUtc": "2024-01-19T14:30:00.000Z",
          "exitTs": 1705676880,
          "dir": -1,
          "entryPrice": 2031.725,
          "exitPrice": 2025.402,
          "stopDistance": 3.162,
          "outcome": "target",
          "netR": 1.883,
          "holdMinutes": 38
        },
        {
          "entryTs": 1705878900,
          "entryUtc": "2024-01-21T23:15:00.000Z",
          "exitTs": 1705885380,
          "dir": -1,
          "entryPrice": 2027.315,
          "exitPrice": 2029.786,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 108
        },
        {
          "entryTs": 1705886100,
          "entryUtc": "2024-01-22T01:15:00.000Z",
          "exitTs": 1705888980,
          "dir": 1,
          "entryPrice": 2030.885,
          "exitPrice": 2028.308,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 48
        },
        {
          "entryTs": 1705933800,
          "entryUtc": "2024-01-22T14:30:00.000Z",
          "exitTs": 1705936380,
          "dir": -1,
          "entryPrice": 2020.545,
          "exitPrice": 2024.293,
          "stopDistance": 3.748,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 43
        },
        {
          "entryTs": 1706038200,
          "entryUtc": "2024-01-23T19:30:00.000Z",
          "exitTs": 1706062500,
          "dir": 1,
          "entryPrice": 2028.185,
          "exitPrice": 2025.042,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 405
        },
        {
          "entryTs": 1706107500,
          "entryUtc": "2024-01-24T14:45:00.000Z",
          "exitTs": 1706108580,
          "dir": -1,
          "entryPrice": 2029.405,
          "exitPrice": 2021.156,
          "stopDistance": 4.124,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 18
        },
        {
          "entryTs": 1706171400,
          "entryUtc": "2024-01-25T08:30:00.000Z",
          "exitTs": 1706175420,
          "dir": -1,
          "entryPrice": 2013.315,
          "exitPrice": 2015.477,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 67
        },
        {
          "entryTs": 1706177700,
          "entryUtc": "2024-01-25T10:15:00.000Z",
          "exitTs": 1706182440,
          "dir": 1,
          "entryPrice": 2018.965,
          "exitPrice": 2016.543,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 79
        },
        {
          "entryTs": 1706192100,
          "entryUtc": "2024-01-25T14:15:00.000Z",
          "exitTs": 1706196780,
          "dir": 1,
          "entryPrice": 2022.775,
          "exitPrice": 2018.226,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 78
        },
        {
          "entryTs": 1706265000,
          "entryUtc": "2024-01-26T10:30:00.000Z",
          "exitTs": 1706272620,
          "dir": 1,
          "entryPrice": 2022.545,
          "exitPrice": 2020.319,
          "stopDistance": 2.226,
          "outcome": "stop",
          "netR": -1.1887,
          "holdMinutes": 127
        },
        {
          "entryTs": 1706282100,
          "entryUtc": "2024-01-26T15:15:00.000Z",
          "exitTs": 1706482800,
          "dir": -1,
          "entryPrice": 2018.475,
          "exitPrice": 2022.272,
          "stopDistance": 3.797,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1706539500,
          "entryUtc": "2024-01-29T14:45:00.000Z",
          "exitTs": 1706548740,
          "dir": -1,
          "entryPrice": 2024.365,
          "exitPrice": 2028.188,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 154
        },
        {
          "entryTs": 1706628600,
          "entryUtc": "2024-01-30T15:30:00.000Z",
          "exitTs": 1706655600,
          "dir": -1,
          "entryPrice": 2031.955,
          "exitPrice": 2037.082,
          "stopDistance": 5.127,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 450
        },
        {
          "entryTs": 1706748300,
          "entryUtc": "2024-02-01T00:45:00.000Z",
          "exitTs": 1706783400,
          "dir": 1,
          "entryPrice": 2041.825,
          "exitPrice": 2037.253,
          "stopDistance": 4.572,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 585
        },
        {
          "entryTs": 1706881500,
          "entryUtc": "2024-02-02T13:45:00.000Z",
          "exitTs": 1706882220,
          "dir": -1,
          "entryPrice": 2038.765,
          "exitPrice": 2029.591,
          "stopDistance": 4.587,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 12
        },
        {
          "entryTs": 1707093000,
          "entryUtc": "2024-02-05T00:30:00.000Z",
          "exitTs": 1707098400,
          "dir": -1,
          "entryPrice": 2035.035,
          "exitPrice": 2038.231,
          "stopDistance": 3.196,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 90
        },
        {
          "entryTs": 1707139800,
          "entryUtc": "2024-02-05T13:30:00.000Z",
          "exitTs": 1707144300,
          "dir": -1,
          "entryPrice": 2017.245,
          "exitPrice": 2020.328,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 75
        },
        {
          "entryTs": 1707182100,
          "entryUtc": "2024-02-06T01:15:00.000Z",
          "exitTs": 1707185340,
          "dir": 1,
          "entryPrice": 2027.945,
          "exitPrice": 2025.972,
          "stopDistance": 1.973,
          "outcome": "stop",
          "netR": -1.2129,
          "holdMinutes": 54
        },
        {
          "entryTs": 1707291000,
          "entryUtc": "2024-02-07T07:30:00.000Z",
          "exitTs": 1707293580,
          "dir": 1,
          "entryPrice": 2035.665,
          "exitPrice": 2034.181,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.283,
          "holdMinutes": 43
        },
        {
          "entryTs": 1707309000,
          "entryUtc": "2024-02-07T12:30:00.000Z",
          "exitTs": 1707309900,
          "dir": -1,
          "entryPrice": 2031.695,
          "exitPrice": 2033.553,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.2261,
          "holdMinutes": 15
        },
        {
          "entryTs": 1707313500,
          "entryUtc": "2024-02-07T13:45:00.000Z",
          "exitTs": 1707316200,
          "dir": 1,
          "entryPrice": 2035.885,
          "exitPrice": 2033.623,
          "stopDistance": 2.262,
          "outcome": "stop",
          "netR": -1.1857,
          "holdMinutes": 45
        },
        {
          "entryTs": 1707341400,
          "entryUtc": "2024-02-07T21:30:00.000Z",
          "exitTs": 1707347580,
          "dir": -1,
          "entryPrice": 2033.718,
          "exitPrice": 2036.051,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 103
        },
        {
          "entryTs": 1707347700,
          "entryUtc": "2024-02-07T23:15:00.000Z",
          "exitTs": 1707363000,
          "dir": 1,
          "entryPrice": 2035.995,
          "exitPrice": 2033.757,
          "stopDistance": 2.238,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 255
        },
        {
          "entryTs": 1707381000,
          "entryUtc": "2024-02-08T08:30:00.000Z",
          "exitTs": 1707385260,
          "dir": -1,
          "entryPrice": 2030.265,
          "exitPrice": 2032.238,
          "stopDistance": 1.973,
          "outcome": "stop",
          "netR": -1.2129,
          "holdMinutes": 71
        },
        {
          "entryTs": 1707386400,
          "entryUtc": "2024-02-08T10:00:00.000Z",
          "exitTs": 1707390780,
          "dir": 1,
          "entryPrice": 2035.245,
          "exitPrice": 2032.789,
          "stopDistance": 2.456,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 73
        },
        {
          "entryTs": 1707403500,
          "entryUtc": "2024-02-08T14:45:00.000Z",
          "exitTs": 1707415260,
          "dir": -1,
          "entryPrice": 2029.538,
          "exitPrice": 2033.707,
          "stopDistance": 4.169,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 196
        },
        {
          "entryTs": 1707730200,
          "entryUtc": "2024-02-12T09:30:00.000Z",
          "exitTs": 1707743400,
          "dir": -1,
          "entryPrice": 2022.565,
          "exitPrice": 2024.43,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 220
        },
        {
          "entryTs": 1707746400,
          "entryUtc": "2024-02-12T14:00:00.000Z",
          "exitTs": 1707748440,
          "dir": -1,
          "entryPrice": 2018.985,
          "exitPrice": 2013.282,
          "stopDistance": 2.851,
          "outcome": "target",
          "netR": 1.8702,
          "holdMinutes": 34
        },
        {
          "entryTs": 1707831900,
          "entryUtc": "2024-02-13T13:45:00.000Z",
          "exitTs": 1707832680,
          "dir": -1,
          "entryPrice": 2011.478,
          "exitPrice": 2003.3,
          "stopDistance": 4.089,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 13
        },
        {
          "entryTs": 1707832800,
          "entryUtc": "2024-02-13T14:00:00.000Z",
          "exitTs": 1707835800,
          "dir": -1,
          "entryPrice": 2004.305,
          "exitPrice": 1994.672,
          "stopDistance": 4.817,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 50
        },
        {
          "entryTs": 1707894900,
          "entryUtc": "2024-02-14T07:15:00.000Z",
          "exitTs": 1707898380,
          "dir": -1,
          "entryPrice": 1991.155,
          "exitPrice": 1987.707,
          "stopDistance": 1.724,
          "outcome": "target",
          "netR": 1.7854,
          "holdMinutes": 58
        },
        {
          "entryTs": 1707930000,
          "entryUtc": "2024-02-14T17:00:00.000Z",
          "exitTs": 1708003800,
          "dir": 1,
          "entryPrice": 1993.055,
          "exitPrice": 2001.141,
          "stopDistance": 4.043,
          "outcome": "target",
          "netR": 1.9085,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1708041600,
          "entryUtc": "2024-02-16T00:00:00.000Z",
          "exitTs": 1708048680,
          "dir": -1,
          "entryPrice": 2003.445,
          "exitPrice": 2005.378,
          "stopDistance": 1.933,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 118
        },
        {
          "entryTs": 1708048800,
          "entryUtc": "2024-02-16T02:00:00.000Z",
          "exitTs": 1708055400,
          "dir": 1,
          "entryPrice": 2005.435,
          "exitPrice": 2003.71,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2435,
          "holdMinutes": 110
        },
        {
          "entryTs": 1708091100,
          "entryUtc": "2024-02-16T13:45:00.000Z",
          "exitTs": 1708091160,
          "dir": -1,
          "entryPrice": 1998.385,
          "exitPrice": 2001.105,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 1
        },
        {
          "entryTs": 1708098300,
          "entryUtc": "2024-02-16T15:45:00.000Z",
          "exitTs": 1708297200,
          "dir": 1,
          "entryPrice": 2009.795,
          "exitPrice": 2014.345,
          "stopDistance": 4.755,
          "outcome": "time",
          "netR": 0.8791,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1708392600,
          "entryUtc": "2024-02-20T01:30:00.000Z",
          "exitTs": 1708394160,
          "dir": 1,
          "entryPrice": 2018.395,
          "exitPrice": 2016.677,
          "stopDistance": 1.718,
          "outcome": "stop",
          "netR": -1.2445,
          "holdMinutes": 26
        },
        {
          "entryTs": 1708545600,
          "entryUtc": "2024-02-21T20:00:00.000Z",
          "exitTs": 1708589100,
          "dir": 1,
          "entryPrice": 2025.895,
          "exitPrice": 2032.054,
          "stopDistance": 3.08,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 725
        },
        {
          "entryTs": 1708680600,
          "entryUtc": "2024-02-23T09:30:00.000Z",
          "exitTs": 1708683960,
          "dir": -1,
          "entryPrice": 2017.455,
          "exitPrice": 2019.738,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 56
        },
        {
          "entryTs": 1708686000,
          "entryUtc": "2024-02-23T11:00:00.000Z",
          "exitTs": 1708691700,
          "dir": 1,
          "entryPrice": 2022.785,
          "exitPrice": 2027.677,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 95
        },
        {
          "entryTs": 1708721100,
          "entryUtc": "2024-02-23T20:45:00.000Z",
          "exitTs": 1708902000,
          "dir": -1,
          "entryPrice": 2036.115,
          "exitPrice": 2032.875,
          "stopDistance": 2.627,
          "outcome": "time",
          "netR": 1.0926,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1709064900,
          "entryUtc": "2024-02-27T20:15:00.000Z",
          "exitTs": 1709083260,
          "dir": -1,
          "entryPrice": 2029.495,
          "exitPrice": 2031.954,
          "stopDistance": 2.459,
          "outcome": "stop",
          "netR": -1.1708,
          "holdMinutes": 306
        },
        {
          "entryTs": 1709189100,
          "entryUtc": "2024-02-29T06:45:00.000Z",
          "exitTs": 1709198580,
          "dir": 1,
          "entryPrice": 2036.505,
          "exitPrice": 2035.185,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3182,
          "holdMinutes": 158
        },
        {
          "entryTs": 1709214300,
          "entryUtc": "2024-02-29T13:45:00.000Z",
          "exitTs": 1709219100,
          "dir": 1,
          "entryPrice": 2043.815,
          "exitPrice": 2050.34,
          "stopDistance": 3.263,
          "outcome": "target",
          "netR": 1.8866,
          "holdMinutes": 80
        },
        {
          "entryTs": 1709281800,
          "entryUtc": "2024-03-01T08:30:00.000Z",
          "exitTs": 1709284800,
          "dir": -1,
          "entryPrice": 2042.175,
          "exitPrice": 2044.175,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 50
        },
        {
          "entryTs": 1709288100,
          "entryUtc": "2024-03-01T10:15:00.000Z",
          "exitTs": 1709290440,
          "dir": 1,
          "entryPrice": 2048.768,
          "exitPrice": 2054.58,
          "stopDistance": 2.906,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 39
        },
        {
          "entryTs": 1709305200,
          "entryUtc": "2024-03-01T15:00:00.000Z",
          "exitTs": 1709305200,
          "dir": -1,
          "entryPrice": 2046.275,
          "exitPrice": 2050.046,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 0
        },
        {
          "entryTs": 1709306100,
          "entryUtc": "2024-03-01T15:15:00.000Z",
          "exitTs": 1709307360,
          "dir": 1,
          "entryPrice": 2055.628,
          "exitPrice": 2064.713,
          "stopDistance": 4.543,
          "outcome": "target",
          "netR": 1.9186,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709532900,
          "entryUtc": "2024-03-04T06:15:00.000Z",
          "exitTs": 1709538180,
          "dir": 1,
          "entryPrice": 2082.325,
          "exitPrice": 2085.999,
          "stopDistance": 1.837,
          "outcome": "target",
          "netR": 1.7986,
          "holdMinutes": 88
        },
        {
          "entryTs": 1709559900,
          "entryUtc": "2024-03-04T13:45:00.000Z",
          "exitTs": 1709560620,
          "dir": 1,
          "entryPrice": 2084.815,
          "exitPrice": 2090.09,
          "stopDistance": 2.638,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 12
        },
        {
          "entryTs": 1709602200,
          "entryUtc": "2024-03-05T01:30:00.000Z",
          "exitTs": 1709612460,
          "dir": -1,
          "entryPrice": 2112.165,
          "exitPrice": 2115.101,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 171
        },
        {
          "entryTs": 1709645400,
          "entryUtc": "2024-03-05T13:30:00.000Z",
          "exitTs": 1709645700,
          "dir": 1,
          "entryPrice": 2131.675,
          "exitPrice": 2140.002,
          "stopDistance": 4.163,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 5
        },
        {
          "entryTs": 1709695800,
          "entryUtc": "2024-03-06T03:30:00.000Z",
          "exitTs": 1709702640,
          "dir": -1,
          "entryPrice": 2124.685,
          "exitPrice": 2127.149,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 114
        },
        {
          "entryTs": 1709703000,
          "entryUtc": "2024-03-06T05:30:00.000Z",
          "exitTs": 1709703960,
          "dir": 1,
          "entryPrice": 2127.164,
          "exitPrice": 2125.21,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.2149,
          "holdMinutes": 16
        },
        {
          "entryTs": 1709822700,
          "entryUtc": "2024-03-07T14:45:00.000Z",
          "exitTs": 1709823060,
          "dir": -1,
          "entryPrice": 2148.505,
          "exitPrice": 2154.038,
          "stopDistance": 5.533,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 6
        },
        {
          "entryTs": 1709862300,
          "entryUtc": "2024-03-08T01:45:00.000Z",
          "exitTs": 1709879760,
          "dir": -1,
          "entryPrice": 2158.365,
          "exitPrice": 2161.153,
          "stopDistance": 2.788,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 291
        },
        {
          "entryTs": 1709905500,
          "entryUtc": "2024-03-08T13:45:00.000Z",
          "exitTs": 1709905800,
          "dir": 1,
          "entryPrice": 2180.605,
          "exitPrice": 2174.309,
          "stopDistance": 6.296,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710164700,
          "entryUtc": "2024-03-11T13:45:00.000Z",
          "exitTs": 1710165720,
          "dir": 1,
          "entryPrice": 2183.595,
          "exitPrice": 2179.565,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710247500,
          "entryUtc": "2024-03-12T12:45:00.000Z",
          "exitTs": 1710247980,
          "dir": 1,
          "entryPrice": 2179.545,
          "exitPrice": 2174.416,
          "stopDistance": 5.129,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710248400,
          "entryUtc": "2024-03-12T13:00:00.000Z",
          "exitTs": 1710250560,
          "dir": -1,
          "entryPrice": 2169.655,
          "exitPrice": 2157.576,
          "stopDistance": 6.039,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 36
        },
        {
          "entryTs": 1710266400,
          "entryUtc": "2024-03-12T18:00:00.000Z",
          "exitTs": 1710282000,
          "dir": -1,
          "entryPrice": 2155,
          "exitPrice": 2161.134,
          "stopDistance": 6.134,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 260
        },
        {
          "entryTs": 1710384300,
          "entryUtc": "2024-03-14T02:45:00.000Z",
          "exitTs": 1710395520,
          "dir": -1,
          "entryPrice": 2173.475,
          "exitPrice": 2168.971,
          "stopDistance": 2.252,
          "outcome": "target",
          "netR": 1.8357,
          "holdMinutes": 187
        },
        {
          "entryTs": 1710481500,
          "entryUtc": "2024-03-15T05:45:00.000Z",
          "exitTs": 1710496560,
          "dir": 1,
          "entryPrice": 2166.855,
          "exitPrice": 2170.967,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 251
        },
        {
          "entryTs": 1710496800,
          "entryUtc": "2024-03-15T10:00:00.000Z",
          "exitTs": 1710499260,
          "dir": 1,
          "entryPrice": 2171.768,
          "exitPrice": 2168.76,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 41
        },
        {
          "entryTs": 1710746100,
          "entryUtc": "2024-03-18T07:15:00.000Z",
          "exitTs": 1710750060,
          "dir": 1,
          "entryPrice": 2148.855,
          "exitPrice": 2153.847,
          "stopDistance": 2.496,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 66
        },
        {
          "entryTs": 1710812700,
          "entryUtc": "2024-03-19T01:45:00.000Z",
          "exitTs": 1710814260,
          "dir": -1,
          "entryPrice": 2159.195,
          "exitPrice": 2161.177,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 26
        },
        {
          "entryTs": 1710894600,
          "entryUtc": "2024-03-20T00:30:00.000Z",
          "exitTs": 1710896040,
          "dir": -1,
          "entryPrice": 2155.278,
          "exitPrice": 2157.116,
          "stopDistance": 1.838,
          "outcome": "stop",
          "netR": -1.2285,
          "holdMinutes": 24
        },
        {
          "entryTs": 1710898200,
          "entryUtc": "2024-03-20T01:30:00.000Z",
          "exitTs": 1710900360,
          "dir": 1,
          "entryPrice": 2159.185,
          "exitPrice": 2157.193,
          "stopDistance": 1.992,
          "outcome": "stop",
          "netR": -1.2108,
          "holdMinutes": 36
        },
        {
          "entryTs": 1710910800,
          "entryUtc": "2024-03-20T05:00:00.000Z",
          "exitTs": 1710919560,
          "dir": -1,
          "entryPrice": 2156.795,
          "exitPrice": 2158.628,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2292,
          "holdMinutes": 146
        },
        {
          "entryTs": 1710922500,
          "entryUtc": "2024-03-20T08:15:00.000Z",
          "exitTs": 1710938580,
          "dir": -1,
          "entryPrice": 2154.925,
          "exitPrice": 2150.603,
          "stopDistance": 2.161,
          "outcome": "target",
          "netR": 1.8288,
          "holdMinutes": 268
        },
        {
          "entryTs": 1710943200,
          "entryUtc": "2024-03-20T14:00:00.000Z",
          "exitTs": 1710957600,
          "dir": 1,
          "entryPrice": 2157.765,
          "exitPrice": 2165.273,
          "stopDistance": 3.754,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 240
        },
        {
          "entryTs": 1710958500,
          "entryUtc": "2024-03-20T18:15:00.000Z",
          "exitTs": 1710959700,
          "dir": 1,
          "entryPrice": 2167.915,
          "exitPrice": 2162.655,
          "stopDistance": 5.26,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 20
        },
        {
          "entryTs": 1711017000,
          "entryUtc": "2024-03-21T10:30:00.000Z",
          "exitTs": 1711020300,
          "dir": 1,
          "entryPrice": 2210.825,
          "exitPrice": 2205.964,
          "stopDistance": 4.861,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 55
        },
        {
          "entryTs": 1711072800,
          "entryUtc": "2024-03-22T02:00:00.000Z",
          "exitTs": 1711091940,
          "dir": -1,
          "entryPrice": 2173.365,
          "exitPrice": 2165.605,
          "stopDistance": 3.88,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 319
        },
        {
          "entryTs": 1711109700,
          "entryUtc": "2024-03-22T12:15:00.000Z",
          "exitTs": 1711115220,
          "dir": 1,
          "entryPrice": 2171.155,
          "exitPrice": 2178.724,
          "stopDistance": 3.784,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 92
        },
        {
          "entryTs": 1711417500,
          "entryUtc": "2024-03-26T01:45:00.000Z",
          "exitTs": 1711424100,
          "dir": -1,
          "entryPrice": 2169.318,
          "exitPrice": 2171.959,
          "stopDistance": 2.64,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 110
        },
        {
          "entryTs": 1711634400,
          "entryUtc": "2024-03-28T14:00:00.000Z",
          "exitTs": 1711637160,
          "dir": -1,
          "entryPrice": 2206.465,
          "exitPrice": 2213.482,
          "stopDistance": 7.017,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 46
        },
        {
          "entryTs": 1711658700,
          "entryUtc": "2024-03-28T20:45:00.000Z",
          "exitTs": 1711658940,
          "dir": 1,
          "entryPrice": 2223.325,
          "exitPrice": 2232.639,
          "stopDistance": 4.657,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 4
        },
        {
          "entryTs": 1711975500,
          "entryUtc": "2024-04-01T12:45:00.000Z",
          "exitTs": 1711979100,
          "dir": 1,
          "entryPrice": 2252.115,
          "exitPrice": 2247.212,
          "stopDistance": 4.903,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 60
        },
        {
          "entryTs": 1711980900,
          "entryUtc": "2024-04-01T14:15:00.000Z",
          "exitTs": 1712001540,
          "dir": -1,
          "entryPrice": 2236.755,
          "exitPrice": 2243.801,
          "stopDistance": 7.046,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 344
        },
        {
          "entryTs": 1712066400,
          "entryUtc": "2024-04-02T14:00:00.000Z",
          "exitTs": 1712068080,
          "dir": 1,
          "entryPrice": 2265.124,
          "exitPrice": 2276.804,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 28
        },
        {
          "entryTs": 1712232000,
          "entryUtc": "2024-04-04T12:00:00.000Z",
          "exitTs": 1712239260,
          "dir": -1,
          "entryPrice": 2289.235,
          "exitPrice": 2292.736,
          "stopDistance": 3.501,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 121
        },
        {
          "entryTs": 1712260800,
          "entryUtc": "2024-04-04T20:00:00.000Z",
          "exitTs": 1712269320,
          "dir": -1,
          "entryPrice": 2284.725,
          "exitPrice": 2292.768,
          "stopDistance": 8.043,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 142
        },
        {
          "entryTs": 1712325600,
          "entryUtc": "2024-04-05T14:00:00.000Z",
          "exitTs": 1712327520,
          "dir": 1,
          "entryPrice": 2299.615,
          "exitPrice": 2315.057,
          "stopDistance": 7.721,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 32
        },
        {
          "entryTs": 1712540700,
          "entryUtc": "2024-04-08T01:45:00.000Z",
          "exitTs": 1712542500,
          "dir": 1,
          "entryPrice": 2317.585,
          "exitPrice": 2331.226,
          "stopDistance": 6.82,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 30
        },
        {
          "entryTs": 1712579400,
          "entryUtc": "2024-04-08T12:30:00.000Z",
          "exitTs": 1712581380,
          "dir": -1,
          "entryPrice": 2326.595,
          "exitPrice": 2333.895,
          "stopDistance": 7.3,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 33
        },
        {
          "entryTs": 1712621700,
          "entryUtc": "2024-04-09T00:15:00.000Z",
          "exitTs": 1712646780,
          "dir": 1,
          "entryPrice": 2341.365,
          "exitPrice": 2348.731,
          "stopDistance": 3.683,
          "outcome": "target",
          "netR": 1.8995,
          "holdMinutes": 418
        },
        {
          "entryTs": 1712675700,
          "entryUtc": "2024-04-09T15:15:00.000Z",
          "exitTs": 1712694540,
          "dir": -1,
          "entryPrice": 2344.235,
          "exitPrice": 2353.375,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 314
        },
        {
          "entryTs": 1712711700,
          "entryUtc": "2024-04-10T01:15:00.000Z",
          "exitTs": 1712714940,
          "dir": -1,
          "entryPrice": 2346.365,
          "exitPrice": 2350.592,
          "stopDistance": 4.227,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 54
        },
        {
          "entryTs": 1712753100,
          "entryUtc": "2024-04-10T12:45:00.000Z",
          "exitTs": 1712753340,
          "dir": -1,
          "entryPrice": 2338.415,
          "exitPrice": 2344.518,
          "stopDistance": 6.103,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 4
        },
        {
          "entryTs": 1713160800,
          "entryUtc": "2024-04-15T06:00:00.000Z",
          "exitTs": 1713164100,
          "dir": 1,
          "entryPrice": 2360.985,
          "exitPrice": 2353.95,
          "stopDistance": 7.036,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 55
        },
        {
          "entryTs": 1713249900,
          "entryUtc": "2024-04-16T06:45:00.000Z",
          "exitTs": 1713271440,
          "dir": -1,
          "entryPrice": 2370.015,
          "exitPrice": 2376.318,
          "stopDistance": 6.303,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 359
        },
        {
          "entryTs": 1713276000,
          "entryUtc": "2024-04-16T14:00:00.000Z",
          "exitTs": 1713278580,
          "dir": -1,
          "entryPrice": 2366.245,
          "exitPrice": 2374.202,
          "stopDistance": 7.957,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 43
        },
        {
          "entryTs": 1713279600,
          "entryUtc": "2024-04-16T15:00:00.000Z",
          "exitTs": 1713334620,
          "dir": 1,
          "entryPrice": 2382.865,
          "exitPrice": 2373.754,
          "stopDistance": 9.111,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 917
        },
        {
          "entryTs": 1713361500,
          "entryUtc": "2024-04-17T13:45:00.000Z",
          "exitTs": 1713362640,
          "dir": 1,
          "entryPrice": 2393.385,
          "exitPrice": 2387.798,
          "stopDistance": 5.587,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 19
        },
        {
          "entryTs": 1713436200,
          "entryUtc": "2024-04-18T10:30:00.000Z",
          "exitTs": 1713446580,
          "dir": 1,
          "entryPrice": 2381.565,
          "exitPrice": 2389.034,
          "stopDistance": 3.735,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 173
        },
        {
          "entryTs": 1713447900,
          "entryUtc": "2024-04-18T13:45:00.000Z",
          "exitTs": 1713448260,
          "dir": -1,
          "entryPrice": 2376.545,
          "exitPrice": 2383.574,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 6
        },
        {
          "entryTs": 1713448800,
          "entryUtc": "2024-04-18T14:00:00.000Z",
          "exitTs": 1713458100,
          "dir": -1,
          "entryPrice": 2379.494,
          "exitPrice": 2386.795,
          "stopDistance": 7.301,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 155
        },
        {
          "entryTs": 1713489300,
          "entryUtc": "2024-04-19T01:15:00.000Z",
          "exitTs": 1713490260,
          "dir": 1,
          "entryPrice": 2389.145,
          "exitPrice": 2399.462,
          "stopDistance": 5.158,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 16
        },
        {
          "entryTs": 1713782700,
          "entryUtc": "2024-04-22T10:45:00.000Z",
          "exitTs": 1713784680,
          "dir": -1,
          "entryPrice": 2356.795,
          "exitPrice": 2347.088,
          "stopDistance": 4.853,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 33
        },
        {
          "entryTs": 1713829500,
          "entryUtc": "2024-04-22T23:45:00.000Z",
          "exitTs": 1713835800,
          "dir": 1,
          "entryPrice": 2332.948,
          "exitPrice": 2328.137,
          "stopDistance": 4.811,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 105
        },
        {
          "entryTs": 1713836700,
          "entryUtc": "2024-04-23T01:45:00.000Z",
          "exitTs": 1713838320,
          "dir": -1,
          "entryPrice": 2305.485,
          "exitPrice": 2312.483,
          "stopDistance": 6.998,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 27
        },
        {
          "entryTs": 1713854700,
          "entryUtc": "2024-04-23T06:45:00.000Z",
          "exitTs": 1713856800,
          "dir": -1,
          "entryPrice": 2299.595,
          "exitPrice": 2307.373,
          "stopDistance": 7.778,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 35
        },
        {
          "entryTs": 1713942900,
          "entryUtc": "2024-04-24T07:15:00.000Z",
          "exitTs": 1713950340,
          "dir": -1,
          "entryPrice": 2323.475,
          "exitPrice": 2314.632,
          "stopDistance": 4.422,
          "outcome": "target",
          "netR": 1.9163,
          "holdMinutes": 124
        },
        {
          "entryTs": 1713962700,
          "entryUtc": "2024-04-24T12:45:00.000Z",
          "exitTs": 1713970800,
          "dir": 1,
          "entryPrice": 2320.275,
          "exitPrice": 2330.263,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 135
        },
        {
          "entryTs": 1714014900,
          "entryUtc": "2024-04-25T03:15:00.000Z",
          "exitTs": 1714016760,
          "dir": -1,
          "entryPrice": 2306.715,
          "exitPrice": 2311.638,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 31
        },
        {
          "entryTs": 1714050900,
          "entryUtc": "2024-04-25T13:15:00.000Z",
          "exitTs": 1714055100,
          "dir": -1,
          "entryPrice": 2319.695,
          "exitPrice": 2325.837,
          "stopDistance": 6.142,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 70
        },
        {
          "entryTs": 1714056300,
          "entryUtc": "2024-04-25T14:45:00.000Z",
          "exitTs": 1714057200,
          "dir": 1,
          "entryPrice": 2340.695,
          "exitPrice": 2331.569,
          "stopDistance": 9.126,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 15
        },
        {
          "entryTs": 1714377600,
          "entryUtc": "2024-04-29T08:00:00.000Z",
          "exitTs": 1714393860,
          "dir": 1,
          "entryPrice": 2337.065,
          "exitPrice": 2332.389,
          "stopDistance": 4.676,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 271
        },
        {
          "entryTs": 1714588200,
          "entryUtc": "2024-05-01T18:30:00.000Z",
          "exitTs": 1714589700,
          "dir": 1,
          "entryPrice": 2313.305,
          "exitPrice": 2327.873,
          "stopDistance": 7.284,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 25
        },
        {
          "entryTs": 1714654800,
          "entryUtc": "2024-05-02T13:00:00.000Z",
          "exitTs": 1714660860,
          "dir": -1,
          "entryPrice": 2294.385,
          "exitPrice": 2300.581,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 101
        },
        {
          "entryTs": 1714662000,
          "entryUtc": "2024-05-02T15:00:00.000Z",
          "exitTs": 1714738980,
          "dir": 1,
          "entryPrice": 2303.865,
          "exitPrice": 2295.706,
          "stopDistance": 8.159,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 1283
        },
        {
          "entryTs": 1714741200,
          "entryUtc": "2024-05-03T13:00:00.000Z",
          "exitTs": 1714743060,
          "dir": 1,
          "entryPrice": 2304.685,
          "exitPrice": 2297.887,
          "stopDistance": 6.798,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 31
        },
        {
          "entryTs": 1714743900,
          "entryUtc": "2024-05-03T13:45:00.000Z",
          "exitTs": 1714744800,
          "dir": -1,
          "entryPrice": 2286.465,
          "exitPrice": 2296.003,
          "stopDistance": 9.538,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 15
        },
        {
          "entryTs": 1714959000,
          "entryUtc": "2024-05-06T01:30:00.000Z",
          "exitTs": 1714981140,
          "dir": 1,
          "entryPrice": 2307.698,
          "exitPrice": 2319.724,
          "stopDistance": 6.013,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 369
        },
        {
          "entryTs": 1715048100,
          "entryUtc": "2024-05-07T02:15:00.000Z",
          "exitTs": 1715052660,
          "dir": -1,
          "entryPrice": 2320.305,
          "exitPrice": 2324.205,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 76
        },
        {
          "entryTs": 1715063400,
          "entryUtc": "2024-05-07T06:30:00.000Z",
          "exitTs": 1715069640,
          "dir": -1,
          "entryPrice": 2319.505,
          "exitPrice": 2312.694,
          "stopDistance": 3.405,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 104
        },
        {
          "entryTs": 1715087700,
          "entryUtc": "2024-05-07T13:15:00.000Z",
          "exitTs": 1715093820,
          "dir": 1,
          "entryPrice": 2320.278,
          "exitPrice": 2315.742,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 102
        },
        {
          "entryTs": 1715137200,
          "entryUtc": "2024-05-08T03:00:00.000Z",
          "exitTs": 1715152200,
          "dir": 1,
          "entryPrice": 2316.905,
          "exitPrice": 2313.143,
          "stopDistance": 3.762,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 250
        },
        {
          "entryTs": 1715219100,
          "entryUtc": "2024-05-09T01:45:00.000Z",
          "exitTs": 1715219760,
          "dir": 1,
          "entryPrice": 2311.785,
          "exitPrice": 2309.312,
          "stopDistance": 2.473,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715255100,
          "entryUtc": "2024-05-09T11:45:00.000Z",
          "exitTs": 1715257800,
          "dir": 1,
          "entryPrice": 2313.375,
          "exitPrice": 2320.427,
          "stopDistance": 3.526,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 45
        },
        {
          "entryTs": 1715562900,
          "entryUtc": "2024-05-13T01:15:00.000Z",
          "exitTs": 1715578020,
          "dir": -1,
          "entryPrice": 2359.335,
          "exitPrice": 2352.401,
          "stopDistance": 3.467,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 252
        },
        {
          "entryTs": 1715669100,
          "entryUtc": "2024-05-14T06:45:00.000Z",
          "exitTs": 1715676600,
          "dir": -1,
          "entryPrice": 2338.245,
          "exitPrice": 2341.536,
          "stopDistance": 3.29,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 125
        },
        {
          "entryTs": 1715691600,
          "entryUtc": "2024-05-14T13:00:00.000Z",
          "exitTs": 1715710440,
          "dir": 1,
          "entryPrice": 2348.158,
          "exitPrice": 2358.359,
          "stopDistance": 5.1,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 314
        },
        {
          "entryTs": 1715777100,
          "entryUtc": "2024-05-15T12:45:00.000Z",
          "exitTs": 1715778960,
          "dir": 1,
          "entryPrice": 2375.555,
          "exitPrice": 2369.867,
          "stopDistance": 5.688,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 31
        },
        {
          "entryTs": 1715779800,
          "entryUtc": "2024-05-15T13:30:00.000Z",
          "exitTs": 1715781120,
          "dir": -1,
          "entryPrice": 2366.815,
          "exitPrice": 2354.171,
          "stopDistance": 6.322,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 22
        },
        {
          "entryTs": 1715786100,
          "entryUtc": "2024-05-15T15:15:00.000Z",
          "exitTs": 1715866800,
          "dir": 1,
          "entryPrice": 2380.648,
          "exitPrice": 2371.774,
          "stopDistance": 8.873,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 1345
        },
        {
          "entryTs": 1715914800,
          "entryUtc": "2024-05-17T03:00:00.000Z",
          "exitTs": 1715919900,
          "dir": -1,
          "entryPrice": 2375.025,
          "exitPrice": 2378.171,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 85
        },
        {
          "entryTs": 1716166800,
          "entryUtc": "2024-05-20T01:00:00.000Z",
          "exitTs": 1716166860,
          "dir": 1,
          "entryPrice": 2425.435,
          "exitPrice": 2436.911,
          "stopDistance": 5.738,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 1
        },
        {
          "entryTs": 1716203700,
          "entryUtc": "2024-05-20T11:15:00.000Z",
          "exitTs": 1716207240,
          "dir": -1,
          "entryPrice": 2434.155,
          "exitPrice": 2420.974,
          "stopDistance": 6.59,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 59
        },
        {
          "entryTs": 1716255000,
          "entryUtc": "2024-05-21T01:30:00.000Z",
          "exitTs": 1716255240,
          "dir": 1,
          "entryPrice": 2430.485,
          "exitPrice": 2425.551,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 4
        },
        {
          "entryTs": 1716256800,
          "entryUtc": "2024-05-21T02:00:00.000Z",
          "exitTs": 1716261960,
          "dir": -1,
          "entryPrice": 2420.265,
          "exitPrice": 2408.399,
          "stopDistance": 5.933,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 86
        },
        {
          "entryTs": 1716277500,
          "entryUtc": "2024-05-21T07:45:00.000Z",
          "exitTs": 1716279660,
          "dir": 1,
          "entryPrice": 2421.705,
          "exitPrice": 2415.408,
          "stopDistance": 6.297,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 36
        },
        {
          "entryTs": 1716292800,
          "entryUtc": "2024-05-21T12:00:00.000Z",
          "exitTs": 1716307380,
          "dir": 1,
          "entryPrice": 2423.325,
          "exitPrice": 2418.03,
          "stopDistance": 5.295,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 243
        },
        {
          "entryTs": 1716319800,
          "entryUtc": "2024-05-21T19:30:00.000Z",
          "exitTs": 1716341520,
          "dir": 1,
          "entryPrice": 2424.155,
          "exitPrice": 2419.17,
          "stopDistance": 4.985,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 362
        },
        {
          "entryTs": 1716342300,
          "entryUtc": "2024-05-22T01:45:00.000Z",
          "exitTs": 1716343260,
          "dir": -1,
          "entryPrice": 2419.724,
          "exitPrice": 2422.684,
          "stopDistance": 2.96,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 16
        },
        {
          "entryTs": 1716344100,
          "entryUtc": "2024-05-22T02:15:00.000Z",
          "exitTs": 1716345540,
          "dir": 1,
          "entryPrice": 2425.244,
          "exitPrice": 2421.899,
          "stopDistance": 3.345,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 24
        },
        {
          "entryTs": 1716346800,
          "entryUtc": "2024-05-22T03:00:00.000Z",
          "exitTs": 1716378000,
          "dir": -1,
          "entryPrice": 2417.624,
          "exitPrice": 2409.769,
          "stopDistance": 3.927,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 520
        },
        {
          "entryTs": 1716401700,
          "entryUtc": "2024-05-22T18:15:00.000Z",
          "exitTs": 1716427560,
          "dir": -1,
          "entryPrice": 2385.908,
          "exitPrice": 2372.076,
          "stopDistance": 6.916,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 431
        },
        {
          "entryTs": 1716517800,
          "entryUtc": "2024-05-24T02:30:00.000Z",
          "exitTs": 1716518460,
          "dir": -1,
          "entryPrice": 2326.035,
          "exitPrice": 2330.723,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 11
        },
        {
          "entryTs": 1716557400,
          "entryUtc": "2024-05-24T13:30:00.000Z",
          "exitTs": 1716558420,
          "dir": 1,
          "entryPrice": 2344.715,
          "exitPrice": 2339.63,
          "stopDistance": 5.085,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 17
        },
        {
          "entryTs": 1716564600,
          "entryUtc": "2024-05-24T15:30:00.000Z",
          "exitTs": 1716760800,
          "dir": -1,
          "entryPrice": 2334.775,
          "exitPrice": 2335.775,
          "stopDistance": 5.914,
          "outcome": "time",
          "netR": -0.2317,
          "holdMinutes": 3270
        },
        {
          "entryTs": 1716802200,
          "entryUtc": "2024-05-27T09:30:00.000Z",
          "exitTs": 1716816900,
          "dir": 1,
          "entryPrice": 2344.665,
          "exitPrice": 2351.553,
          "stopDistance": 3.444,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 245
        },
        {
          "entryTs": 1716858900,
          "entryUtc": "2024-05-28T01:15:00.000Z",
          "exitTs": 1716859860,
          "dir": -1,
          "entryPrice": 2349.965,
          "exitPrice": 2352.794,
          "stopDistance": 2.829,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 16
        },
        {
          "entryTs": 1716860700,
          "entryUtc": "2024-05-28T01:45:00.000Z",
          "exitTs": 1716866460,
          "dir": 1,
          "entryPrice": 2354.395,
          "exitPrice": 2351.144,
          "stopDistance": 3.251,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 96
        },
        {
          "entryTs": 1716867900,
          "entryUtc": "2024-05-28T03:45:00.000Z",
          "exitTs": 1716877320,
          "dir": -1,
          "entryPrice": 2350.575,
          "exitPrice": 2344.024,
          "stopDistance": 3.275,
          "outcome": "target",
          "netR": 1.887,
          "holdMinutes": 157
        },
        {
          "entryTs": 1716963300,
          "entryUtc": "2024-05-29T06:15:00.000Z",
          "exitTs": 1716971400,
          "dir": -1,
          "entryPrice": 2353.475,
          "exitPrice": 2346.625,
          "stopDistance": 3.425,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 135
        },
        {
          "entryTs": 1717064100,
          "entryUtc": "2024-05-30T10:15:00.000Z",
          "exitTs": 1717066020,
          "dir": -1,
          "entryPrice": 2331.375,
          "exitPrice": 2336.04,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 32
        },
        {
          "entryTs": 1717066800,
          "entryUtc": "2024-05-30T11:00:00.000Z",
          "exitTs": 1717070040,
          "dir": 1,
          "entryPrice": 2340.545,
          "exitPrice": 2335.624,
          "stopDistance": 4.921,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 54
        },
        {
          "entryTs": 1717164900,
          "entryUtc": "2024-05-31T14:15:00.000Z",
          "exitTs": 1717176420,
          "dir": -1,
          "entryPrice": 2337.975,
          "exitPrice": 2324.711,
          "stopDistance": 6.632,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 192
        },
        {
          "entryTs": 1717376400,
          "entryUtc": "2024-06-03T01:00:00.000Z",
          "exitTs": 1717385460,
          "dir": 1,
          "entryPrice": 2326.985,
          "exitPrice": 2323.139,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 151
        },
        {
          "entryTs": 1717447500,
          "entryUtc": "2024-06-03T20:45:00.000Z",
          "exitTs": 1717465320,
          "dir": 1,
          "entryPrice": 2349.708,
          "exitPrice": 2345.375,
          "stopDistance": 4.333,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 297
        },
        {
          "entryTs": 1717506000,
          "entryUtc": "2024-06-04T13:00:00.000Z",
          "exitTs": 1717508340,
          "dir": 1,
          "entryPrice": 2334.965,
          "exitPrice": 2330.342,
          "stopDistance": 4.623,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 39
        },
        {
          "entryTs": 1717509600,
          "entryUtc": "2024-06-04T14:00:00.000Z",
          "exitTs": 1717509600,
          "dir": -1,
          "entryPrice": 2324.015,
          "exitPrice": 2330.048,
          "stopDistance": 6.033,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 0
        },
        {
          "entryTs": 1717550100,
          "entryUtc": "2024-06-05T01:15:00.000Z",
          "exitTs": 1717551900,
          "dir": -1,
          "entryPrice": 2326.985,
          "exitPrice": 2329.617,
          "stopDistance": 2.632,
          "outcome": "stop",
          "netR": -1.1596,
          "holdMinutes": 30
        },
        {
          "entryTs": 1717568100,
          "entryUtc": "2024-06-05T06:15:00.000Z",
          "exitTs": 1717589700,
          "dir": -1,
          "entryPrice": 2333.325,
          "exitPrice": 2336.733,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 360
        },
        {
          "entryTs": 1717676100,
          "entryUtc": "2024-06-06T12:15:00.000Z",
          "exitTs": 1717677000,
          "dir": -1,
          "entryPrice": 2358.245,
          "exitPrice": 2361.714,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 15
        },
        {
          "entryTs": 1717681500,
          "entryUtc": "2024-06-06T13:45:00.000Z",
          "exitTs": 1717682460,
          "dir": 1,
          "entryPrice": 2364.928,
          "exitPrice": 2359.507,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 16
        },
        {
          "entryTs": 1717724700,
          "entryUtc": "2024-06-07T01:45:00.000Z",
          "exitTs": 1717728240,
          "dir": -1,
          "entryPrice": 2371.264,
          "exitPrice": 2374.901,
          "stopDistance": 3.637,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 59
        },
        {
          "entryTs": 1717731900,
          "entryUtc": "2024-06-07T03:45:00.000Z",
          "exitTs": 1717739820,
          "dir": 1,
          "entryPrice": 2379.445,
          "exitPrice": 2375.266,
          "stopDistance": 4.179,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 132
        },
        {
          "entryTs": 1718006400,
          "entryUtc": "2024-06-10T08:00:00.000Z",
          "exitTs": 1718010120,
          "dir": 1,
          "entryPrice": 2296.405,
          "exitPrice": 2291.748,
          "stopDistance": 4.657,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 62
        },
        {
          "entryTs": 1718068500,
          "entryUtc": "2024-06-11T01:15:00.000Z",
          "exitTs": 1718069040,
          "dir": -1,
          "entryPrice": 2306.195,
          "exitPrice": 2309.212,
          "stopDistance": 3.017,
          "outcome": "stop",
          "netR": -1.1392,
          "holdMinutes": 9
        },
        {
          "entryTs": 1718070300,
          "entryUtc": "2024-06-11T01:45:00.000Z",
          "exitTs": 1718071920,
          "dir": -1,
          "entryPrice": 2306.595,
          "exitPrice": 2299.997,
          "stopDistance": 3.299,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 27
        },
        {
          "entryTs": 1718091000,
          "entryUtc": "2024-06-11T07:30:00.000Z",
          "exitTs": 1718098200,
          "dir": 1,
          "entryPrice": 2305.015,
          "exitPrice": 2301.538,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 120
        },
        {
          "entryTs": 1718123400,
          "entryUtc": "2024-06-11T16:30:00.000Z",
          "exitTs": 1718128200,
          "dir": -1,
          "entryPrice": 2306.985,
          "exitPrice": 2312.064,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 80
        },
        {
          "entryTs": 1718149500,
          "entryUtc": "2024-06-11T23:45:00.000Z",
          "exitTs": 1718173200,
          "dir": -1,
          "entryPrice": 2314.205,
          "exitPrice": 2317.115,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 395
        },
        {
          "entryTs": 1718177400,
          "entryUtc": "2024-06-12T07:30:00.000Z",
          "exitTs": 1718179320,
          "dir": -1,
          "entryPrice": 2312.255,
          "exitPrice": 2315.226,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 32
        },
        {
          "entryTs": 1718195400,
          "entryUtc": "2024-06-12T12:30:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2314.783,
          "exitPrice": 2320.787,
          "stopDistance": 3.002,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 0
        },
        {
          "entryTs": 1718274600,
          "entryUtc": "2024-06-13T10:30:00.000Z",
          "exitTs": 1718276520,
          "dir": 1,
          "entryPrice": 2318.975,
          "exitPrice": 2315.198,
          "stopDistance": 3.777,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 32
        },
        {
          "entryTs": 1718277300,
          "entryUtc": "2024-06-13T11:15:00.000Z",
          "exitTs": 1718279100,
          "dir": -1,
          "entryPrice": 2313.555,
          "exitPrice": 2305.706,
          "stopDistance": 3.925,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 30
        },
        {
          "entryTs": 1718282700,
          "entryUtc": "2024-06-13T12:45:00.000Z",
          "exitTs": 1718286840,
          "dir": 1,
          "entryPrice": 2318.625,
          "exitPrice": 2312.159,
          "stopDistance": 6.466,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 69
        },
        {
          "entryTs": 1718325900,
          "entryUtc": "2024-06-14T00:45:00.000Z",
          "exitTs": 1718343300,
          "dir": 1,
          "entryPrice": 2304.438,
          "exitPrice": 2309.806,
          "stopDistance": 2.684,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 290
        },
        {
          "entryTs": 1718601300,
          "entryUtc": "2024-06-17T05:15:00.000Z",
          "exitTs": 1718629920,
          "dir": -1,
          "entryPrice": 2321.555,
          "exitPrice": 2324.817,
          "stopDistance": 3.262,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 477
        },
        {
          "entryTs": 1718630100,
          "entryUtc": "2024-06-17T13:15:00.000Z",
          "exitTs": 1718631840,
          "dir": 1,
          "entryPrice": 2323.995,
          "exitPrice": 2319.9,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 29
        },
        {
          "entryTs": 1718714700,
          "entryUtc": "2024-06-18T12:45:00.000Z",
          "exitTs": 1718715180,
          "dir": 1,
          "entryPrice": 2322.045,
          "exitPrice": 2317.518,
          "stopDistance": 4.527,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 8
        },
        {
          "entryTs": 1718764200,
          "entryUtc": "2024-06-19T02:30:00.000Z",
          "exitTs": 1718769960,
          "dir": 1,
          "entryPrice": 2330.475,
          "exitPrice": 2327.767,
          "stopDistance": 2.708,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 96
        },
        {
          "entryTs": 1718798400,
          "entryUtc": "2024-06-19T12:00:00.000Z",
          "exitTs": 1718800020,
          "dir": 1,
          "entryPrice": 2330.335,
          "exitPrice": 2327.621,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 27
        },
        {
          "entryTs": 1718870400,
          "entryUtc": "2024-06-20T08:00:00.000Z",
          "exitTs": 1718886600,
          "dir": -1,
          "entryPrice": 2338.485,
          "exitPrice": 2342.222,
          "stopDistance": 3.737,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 270
        },
        {
          "entryTs": 1718952300,
          "entryUtc": "2024-06-21T06:45:00.000Z",
          "exitTs": 1718956020,
          "dir": -1,
          "entryPrice": 2358.405,
          "exitPrice": 2361.319,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 62
        },
        {
          "entryTs": 1718958600,
          "entryUtc": "2024-06-21T08:30:00.000Z",
          "exitTs": 1718962200,
          "dir": 1,
          "entryPrice": 2367.545,
          "exitPrice": 2363.779,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 60
        },
        {
          "entryTs": 1718974800,
          "entryUtc": "2024-06-21T13:00:00.000Z",
          "exitTs": 1718976720,
          "dir": -1,
          "entryPrice": 2360.538,
          "exitPrice": 2352.958,
          "stopDistance": 3.79,
          "outcome": "target",
          "netR": 1.9024,
          "holdMinutes": 32
        },
        {
          "entryTs": 1719209700,
          "entryUtc": "2024-06-24T06:15:00.000Z",
          "exitTs": 1719214020,
          "dir": -1,
          "entryPrice": 2323.415,
          "exitPrice": 2326.427,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 72
        },
        {
          "entryTs": 1719214200,
          "entryUtc": "2024-06-24T07:30:00.000Z",
          "exitTs": 1719221580,
          "dir": 1,
          "entryPrice": 2327.385,
          "exitPrice": 2323.996,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 123
        },
        {
          "entryTs": 1719270900,
          "entryUtc": "2024-06-24T23:15:00.000Z",
          "exitTs": 1719279660,
          "dir": -1,
          "entryPrice": 2330.315,
          "exitPrice": 2325.232,
          "stopDistance": 2.542,
          "outcome": "target",
          "netR": 1.8544,
          "holdMinutes": 146
        },
        {
          "entryTs": 1719293400,
          "entryUtc": "2024-06-25T05:30:00.000Z",
          "exitTs": 1719293940,
          "dir": 1,
          "entryPrice": 2329.295,
          "exitPrice": 2326.514,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 9
        },
        {
          "entryTs": 1719306000,
          "entryUtc": "2024-06-25T09:00:00.000Z",
          "exitTs": 1719311040,
          "dir": 1,
          "entryPrice": 2329.465,
          "exitPrice": 2336.659,
          "stopDistance": 3.597,
          "outcome": "target",
          "netR": 1.8971,
          "holdMinutes": 84
        },
        {
          "entryTs": 1719369000,
          "entryUtc": "2024-06-26T02:30:00.000Z",
          "exitTs": 1719373980,
          "dir": 1,
          "entryPrice": 2321.235,
          "exitPrice": 2316.647,
          "stopDistance": 4.589,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 83
        },
        {
          "entryTs": 1719374400,
          "entryUtc": "2024-06-26T04:00:00.000Z",
          "exitTs": 1719397380,
          "dir": -1,
          "entryPrice": 2317.115,
          "exitPrice": 2308.848,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 383
        },
        {
          "entryTs": 1719397800,
          "entryUtc": "2024-06-26T10:30:00.000Z",
          "exitTs": 1719402480,
          "dir": -1,
          "entryPrice": 2308.215,
          "exitPrice": 2312.465,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 78
        },
        {
          "entryTs": 1719429300,
          "entryUtc": "2024-06-26T19:15:00.000Z",
          "exitTs": 1719469800,
          "dir": -1,
          "entryPrice": 2297.505,
          "exitPrice": 2301.693,
          "stopDistance": 4.188,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 675
        },
        {
          "entryTs": 1719585900,
          "entryUtc": "2024-06-28T14:45:00.000Z",
          "exitTs": 1719591360,
          "dir": -1,
          "entryPrice": 2325.135,
          "exitPrice": 2330.857,
          "stopDistance": 5.722,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 91
        },
        {
          "entryTs": 1719797400,
          "entryUtc": "2024-07-01T01:30:00.000Z",
          "exitTs": 1719801360,
          "dir": 1,
          "entryPrice": 2327.595,
          "exitPrice": 2324.409,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 66
        },
        {
          "entryTs": 1719815400,
          "entryUtc": "2024-07-01T06:30:00.000Z",
          "exitTs": 1719820320,
          "dir": 1,
          "entryPrice": 2327.145,
          "exitPrice": 2323.647,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 82
        },
        {
          "entryTs": 1719925200,
          "entryUtc": "2024-07-02T13:00:00.000Z",
          "exitTs": 1719928200,
          "dir": 1,
          "entryPrice": 2327.338,
          "exitPrice": 2335.724,
          "stopDistance": 4.193,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 50
        },
        {
          "entryTs": 1720406700,
          "entryUtc": "2024-07-08T02:45:00.000Z",
          "exitTs": 1720427580,
          "dir": -1,
          "entryPrice": 2383.565,
          "exitPrice": 2376.064,
          "stopDistance": 3.75,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 348
        },
        {
          "entryTs": 1720448100,
          "entryUtc": "2024-07-08T14:15:00.000Z",
          "exitTs": 1720450980,
          "dir": 1,
          "entryPrice": 2377.788,
          "exitPrice": 2373.01,
          "stopDistance": 4.778,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 48
        },
        {
          "entryTs": 1720452600,
          "entryUtc": "2024-07-08T15:30:00.000Z",
          "exitTs": 1720453500,
          "dir": -1,
          "entryPrice": 2369.358,
          "exitPrice": 2359.418,
          "stopDistance": 4.97,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 15
        },
        {
          "entryTs": 1720491300,
          "entryUtc": "2024-07-09T02:15:00.000Z",
          "exitTs": 1720492200,
          "dir": -1,
          "entryPrice": 2360.658,
          "exitPrice": 2363.61,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 15
        },
        {
          "entryTs": 1720493100,
          "entryUtc": "2024-07-09T02:45:00.000Z",
          "exitTs": 1720509120,
          "dir": 1,
          "entryPrice": 2365.415,
          "exitPrice": 2362.315,
          "stopDistance": 3.1,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 267
        },
        {
          "entryTs": 1720537200,
          "entryUtc": "2024-07-09T15:00:00.000Z",
          "exitTs": 1720540620,
          "dir": -1,
          "entryPrice": 2354.848,
          "exitPrice": 2360.938,
          "stopDistance": 6.09,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 57
        },
        {
          "entryTs": 1720567800,
          "entryUtc": "2024-07-09T23:30:00.000Z",
          "exitTs": 1720593900,
          "dir": 1,
          "entryPrice": 2365.025,
          "exitPrice": 2370.303,
          "stopDistance": 2.639,
          "outcome": "target",
          "netR": 1.8598,
          "holdMinutes": 435
        },
        {
          "entryTs": 1720651500,
          "entryUtc": "2024-07-10T22:45:00.000Z",
          "exitTs": 1720667220,
          "dir": 1,
          "entryPrice": 2372.395,
          "exitPrice": 2377.957,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 262
        },
        {
          "entryTs": 1720701900,
          "entryUtc": "2024-07-11T12:45:00.000Z",
          "exitTs": 1720705200,
          "dir": 1,
          "entryPrice": 2407.474,
          "exitPrice": 2401.029,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 55
        },
        {
          "entryTs": 1720789200,
          "entryUtc": "2024-07-12T13:00:00.000Z",
          "exitTs": 1720789740,
          "dir": -1,
          "entryPrice": 2397.835,
          "exitPrice": 2402.918,
          "stopDistance": 5.083,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 9
        },
        {
          "entryTs": 1720790100,
          "entryUtc": "2024-07-12T13:15:00.000Z",
          "exitTs": 1720801740,
          "dir": 1,
          "entryPrice": 2403.985,
          "exitPrice": 2415.056,
          "stopDistance": 5.535,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 194
        },
        {
          "entryTs": 1721008800,
          "entryUtc": "2024-07-15T02:00:00.000Z",
          "exitTs": 1721023740,
          "dir": 1,
          "entryPrice": 2409.905,
          "exitPrice": 2406.511,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1238,
          "holdMinutes": 249
        },
        {
          "entryTs": 1721090700,
          "entryUtc": "2024-07-16T00:45:00.000Z",
          "exitTs": 1721091840,
          "dir": -1,
          "entryPrice": 2420.098,
          "exitPrice": 2422.902,
          "stopDistance": 2.804,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 19
        },
        {
          "entryTs": 1721092500,
          "entryUtc": "2024-07-16T01:15:00.000Z",
          "exitTs": 1721098980,
          "dir": 1,
          "entryPrice": 2424.608,
          "exitPrice": 2430.676,
          "stopDistance": 3.034,
          "outcome": "target",
          "netR": 1.8781,
          "holdMinutes": 108
        },
        {
          "entryTs": 1721134800,
          "entryUtc": "2024-07-16T13:00:00.000Z",
          "exitTs": 1721136480,
          "dir": -1,
          "entryPrice": 2432.435,
          "exitPrice": 2437.783,
          "stopDistance": 5.348,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 28
        },
        {
          "entryTs": 1721137500,
          "entryUtc": "2024-07-16T13:45:00.000Z",
          "exitTs": 1721143320,
          "dir": 1,
          "entryPrice": 2446.095,
          "exitPrice": 2458.83,
          "stopDistance": 6.367,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 97
        },
        {
          "entryTs": 1721177100,
          "entryUtc": "2024-07-17T00:45:00.000Z",
          "exitTs": 1721177940,
          "dir": 1,
          "entryPrice": 2472.424,
          "exitPrice": 2468.632,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 14
        },
        {
          "entryTs": 1721203200,
          "entryUtc": "2024-07-17T08:00:00.000Z",
          "exitTs": 1721212980,
          "dir": 1,
          "entryPrice": 2474.095,
          "exitPrice": 2468.59,
          "stopDistance": 5.505,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 163
        },
        {
          "entryTs": 1721225700,
          "entryUtc": "2024-07-17T14:15:00.000Z",
          "exitTs": 1721315700,
          "dir": -1,
          "entryPrice": 2467.468,
          "exitPrice": 2465.805,
          "stopDistance": 8.229,
          "outcome": "time",
          "netR": 0.1571,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1721321100,
          "entryUtc": "2024-07-18T16:45:00.000Z",
          "exitTs": 1721329680,
          "dir": -1,
          "entryPrice": 2456.005,
          "exitPrice": 2444.968,
          "stopDistance": 5.518,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 143
        },
        {
          "entryTs": 1721348100,
          "entryUtc": "2024-07-19T00:15:00.000Z",
          "exitTs": 1721352480,
          "dir": -1,
          "entryPrice": 2430.895,
          "exitPrice": 2421.955,
          "stopDistance": 4.47,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 73
        },
        {
          "entryTs": 1721645100,
          "entryUtc": "2024-07-22T10:45:00.000Z",
          "exitTs": 1721647380,
          "dir": 1,
          "entryPrice": 2406.938,
          "exitPrice": 2402.826,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 38
        },
        {
          "entryTs": 1721649600,
          "entryUtc": "2024-07-22T12:00:00.000Z",
          "exitTs": 1721651640,
          "dir": -1,
          "entryPrice": 2397.935,
          "exitPrice": 2389.27,
          "stopDistance": 4.333,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 34
        },
        {
          "entryTs": 1721784600,
          "entryUtc": "2024-07-24T01:30:00.000Z",
          "exitTs": 1721785020,
          "dir": -1,
          "entryPrice": 2405.708,
          "exitPrice": 2408.953,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 7
        },
        {
          "entryTs": 1721785500,
          "entryUtc": "2024-07-24T01:45:00.000Z",
          "exitTs": 1721787300,
          "dir": -1,
          "entryPrice": 2407.685,
          "exitPrice": 2411.153,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 30
        },
        {
          "entryTs": 1721788200,
          "entryUtc": "2024-07-24T02:30:00.000Z",
          "exitTs": 1721825640,
          "dir": 1,
          "entryPrice": 2412.875,
          "exitPrice": 2420.652,
          "stopDistance": 3.888,
          "outcome": "target",
          "netR": 1.9048,
          "holdMinutes": 624
        },
        {
          "entryTs": 1721863800,
          "entryUtc": "2024-07-24T23:30:00.000Z",
          "exitTs": 1721869260,
          "dir": 1,
          "entryPrice": 2399.835,
          "exitPrice": 2394.882,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 91
        },
        {
          "entryTs": 1721871000,
          "entryUtc": "2024-07-25T01:30:00.000Z",
          "exitTs": 1721871600,
          "dir": -1,
          "entryPrice": 2387.875,
          "exitPrice": 2376.798,
          "stopDistance": 5.539,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 10
        },
        {
          "entryTs": 1721907900,
          "entryUtc": "2024-07-25T11:45:00.000Z",
          "exitTs": 1721910600,
          "dir": -1,
          "entryPrice": 2369.105,
          "exitPrice": 2375.383,
          "stopDistance": 6.278,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 45
        },
        {
          "entryTs": 1721994300,
          "entryUtc": "2024-07-26T11:45:00.000Z",
          "exitTs": 1722001440,
          "dir": 1,
          "entryPrice": 2374.645,
          "exitPrice": 2382.294,
          "stopDistance": 3.824,
          "outcome": "target",
          "netR": 1.9032,
          "holdMinutes": 119
        },
        {
          "entryTs": 1722264300,
          "entryUtc": "2024-07-29T14:45:00.000Z",
          "exitTs": 1722313800,
          "dir": -1,
          "entryPrice": 2381.135,
          "exitPrice": 2387.112,
          "stopDistance": 5.977,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 825
        },
        {
          "entryTs": 1722340800,
          "entryUtc": "2024-07-30T12:00:00.000Z",
          "exitTs": 1722344820,
          "dir": -1,
          "entryPrice": 2387.035,
          "exitPrice": 2390.346,
          "stopDistance": 3.311,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 67
        },
        {
          "entryTs": 1722346200,
          "entryUtc": "2024-07-30T13:30:00.000Z",
          "exitTs": 1722348000,
          "dir": 1,
          "entryPrice": 2394.378,
          "exitPrice": 2390.546,
          "stopDistance": 3.832,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 30
        },
        {
          "entryTs": 1722358800,
          "entryUtc": "2024-07-30T17:00:00.000Z",
          "exitTs": 1722370860,
          "dir": 1,
          "entryPrice": 2399.825,
          "exitPrice": 2412.046,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 201
        },
        {
          "entryTs": 1722474900,
          "entryUtc": "2024-08-01T01:15:00.000Z",
          "exitTs": 1722479700,
          "dir": 1,
          "entryPrice": 2451.955,
          "exitPrice": 2447.435,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 80
        },
        {
          "entryTs": 1722480300,
          "entryUtc": "2024-08-01T02:45:00.000Z",
          "exitTs": 1722502980,
          "dir": -1,
          "entryPrice": 2443.805,
          "exitPrice": 2432.363,
          "stopDistance": 5.721,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 378
        },
        {
          "entryTs": 1722558600,
          "entryUtc": "2024-08-02T00:30:00.000Z",
          "exitTs": 1722561120,
          "dir": 1,
          "entryPrice": 2449.305,
          "exitPrice": 2444.873,
          "stopDistance": 4.432,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 42
        },
        {
          "entryTs": 1722561300,
          "entryUtc": "2024-08-02T01:15:00.000Z",
          "exitTs": 1722562200,
          "dir": -1,
          "entryPrice": 2437.544,
          "exitPrice": 2443.138,
          "stopDistance": 5.594,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 15
        },
        {
          "entryTs": 1722567600,
          "entryUtc": "2024-08-02T03:00:00.000Z",
          "exitTs": 1722601800,
          "dir": 1,
          "entryPrice": 2455.324,
          "exitPrice": 2468.518,
          "stopDistance": 6.597,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 570
        },
        {
          "entryTs": 1722602700,
          "entryUtc": "2024-08-02T12:45:00.000Z",
          "exitTs": 1722603840,
          "dir": 1,
          "entryPrice": 2470.825,
          "exitPrice": 2464.146,
          "stopDistance": 6.679,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 19
        },
        {
          "entryTs": 1722609900,
          "entryUtc": "2024-08-02T14:45:00.000Z",
          "exitTs": 1722611640,
          "dir": -1,
          "entryPrice": 2436.478,
          "exitPrice": 2411.859,
          "stopDistance": 12.31,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 29
        },
        {
          "entryTs": 1722905100,
          "entryUtc": "2024-08-06T00:45:00.000Z",
          "exitTs": 1722910440,
          "dir": 1,
          "entryPrice": 2415.365,
          "exitPrice": 2409.467,
          "stopDistance": 5.898,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 89
        },
        {
          "entryTs": 1722923100,
          "entryUtc": "2024-08-06T05:45:00.000Z",
          "exitTs": 1722924900,
          "dir": -1,
          "entryPrice": 2405.565,
          "exitPrice": 2394.908,
          "stopDistance": 5.328,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 30
        },
        {
          "entryTs": 1723098600,
          "entryUtc": "2024-08-08T06:30:00.000Z",
          "exitTs": 1723105740,
          "dir": 1,
          "entryPrice": 2398.875,
          "exitPrice": 2394.278,
          "stopDistance": 4.597,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 119
        },
        {
          "entryTs": 1723113900,
          "entryUtc": "2024-08-08T10:45:00.000Z",
          "exitTs": 1723116000,
          "dir": 1,
          "entryPrice": 2403.278,
          "exitPrice": 2412.138,
          "stopDistance": 4.43,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 35
        },
        {
          "entryTs": 1723188600,
          "entryUtc": "2024-08-09T07:30:00.000Z",
          "exitTs": 1723201440,
          "dir": 1,
          "entryPrice": 2424.375,
          "exitPrice": 2432.383,
          "stopDistance": 4.004,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 214
        },
        {
          "entryTs": 1723437000,
          "entryUtc": "2024-08-12T04:30:00.000Z",
          "exitTs": 1723445580,
          "dir": 1,
          "entryPrice": 2430.095,
          "exitPrice": 2436.5,
          "stopDistance": 3.203,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 143
        },
        {
          "entryTs": 1723466700,
          "entryUtc": "2024-08-12T12:45:00.000Z",
          "exitTs": 1723469880,
          "dir": 1,
          "entryPrice": 2444.845,
          "exitPrice": 2451.73,
          "stopDistance": 3.442,
          "outcome": "target",
          "netR": 1.8925,
          "holdMinutes": 53
        },
        {
          "entryTs": 1723509900,
          "entryUtc": "2024-08-13T00:45:00.000Z",
          "exitTs": 1723510920,
          "dir": -1,
          "entryPrice": 2469.665,
          "exitPrice": 2473.215,
          "stopDistance": 3.55,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 17
        },
        {
          "entryTs": 1723511700,
          "entryUtc": "2024-08-13T01:15:00.000Z",
          "exitTs": 1723552200,
          "dir": -1,
          "entryPrice": 2465.365,
          "exitPrice": 2469.79,
          "stopDistance": 4.425,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 675
        },
        {
          "entryTs": 1723594500,
          "entryUtc": "2024-08-14T00:15:00.000Z",
          "exitTs": 1723598760,
          "dir": 1,
          "entryPrice": 2466.275,
          "exitPrice": 2472.278,
          "stopDistance": 3.002,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 71
        },
        {
          "entryTs": 1723601700,
          "entryUtc": "2024-08-14T02:15:00.000Z",
          "exitTs": 1723616640,
          "dir": -1,
          "entryPrice": 2460.945,
          "exitPrice": 2464.908,
          "stopDistance": 3.963,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 249
        },
        {
          "entryTs": 1723617000,
          "entryUtc": "2024-08-14T06:30:00.000Z",
          "exitTs": 1723624680,
          "dir": 1,
          "entryPrice": 2466.105,
          "exitPrice": 2473.638,
          "stopDistance": 3.766,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 128
        },
        {
          "entryTs": 1723725900,
          "entryUtc": "2024-08-15T12:45:00.000Z",
          "exitTs": 1723726740,
          "dir": -1,
          "entryPrice": 2453.135,
          "exitPrice": 2442.63,
          "stopDistance": 5.253,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 14
        },
        {
          "entryTs": 1723726800,
          "entryUtc": "2024-08-15T13:00:00.000Z",
          "exitTs": 1723728300,
          "dir": -1,
          "entryPrice": 2441.075,
          "exitPrice": 2447.618,
          "stopDistance": 6.543,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 25
        },
        {
          "entryTs": 1723767300,
          "entryUtc": "2024-08-16T00:15:00.000Z",
          "exitTs": 1723774860,
          "dir": 1,
          "entryPrice": 2457.745,
          "exitPrice": 2454.577,
          "stopDistance": 3.168,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 126
        },
        {
          "entryTs": 1724028300,
          "entryUtc": "2024-08-19T00:45:00.000Z",
          "exitTs": 1724055360,
          "dir": -1,
          "entryPrice": 2501.364,
          "exitPrice": 2506.002,
          "stopDistance": 4.638,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 451
        },
        {
          "entryTs": 1724062500,
          "entryUtc": "2024-08-19T10:15:00.000Z",
          "exitTs": 1724065740,
          "dir": -1,
          "entryPrice": 2496.405,
          "exitPrice": 2488.094,
          "stopDistance": 4.156,
          "outcome": "target",
          "netR": 1.911,
          "holdMinutes": 54
        },
        {
          "entryTs": 1724076900,
          "entryUtc": "2024-08-19T14:15:00.000Z",
          "exitTs": 1724139780,
          "dir": 1,
          "entryPrice": 2497.425,
          "exitPrice": 2509.908,
          "stopDistance": 6.242,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 1048
        },
        {
          "entryTs": 1724139900,
          "entryUtc": "2024-08-20T07:45:00.000Z",
          "exitTs": 1724143740,
          "dir": 1,
          "entryPrice": 2513.195,
          "exitPrice": 2522.811,
          "stopDistance": 4.808,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 64
        },
        {
          "entryTs": 1724221800,
          "entryUtc": "2024-08-21T06:30:00.000Z",
          "exitTs": 1724222700,
          "dir": 1,
          "entryPrice": 2518.975,
          "exitPrice": 2514.669,
          "stopDistance": 4.306,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 15
        },
        {
          "entryTs": 1724226300,
          "entryUtc": "2024-08-21T07:45:00.000Z",
          "exitTs": 1724247840,
          "dir": -1,
          "entryPrice": 2508.968,
          "exitPrice": 2499.594,
          "stopDistance": 4.687,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 359
        },
        {
          "entryTs": 1724291100,
          "entryUtc": "2024-08-22T01:45:00.000Z",
          "exitTs": 1724294280,
          "dir": -1,
          "entryPrice": 2508.735,
          "exitPrice": 2501.497,
          "stopDistance": 3.619,
          "outcome": "target",
          "netR": 1.8978,
          "holdMinutes": 53
        },
        {
          "entryTs": 1724306400,
          "entryUtc": "2024-08-22T06:00:00.000Z",
          "exitTs": 1724317500,
          "dir": 1,
          "entryPrice": 2505.405,
          "exitPrice": 2501.632,
          "stopDistance": 3.773,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 185
        },
        {
          "entryTs": 1724365800,
          "entryUtc": "2024-08-22T22:30:00.000Z",
          "exitTs": 1724383140,
          "dir": 1,
          "entryPrice": 2484.828,
          "exitPrice": 2492.761,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 289
        },
        {
          "entryTs": 1724383800,
          "entryUtc": "2024-08-23T03:30:00.000Z",
          "exitTs": 1724404500,
          "dir": 1,
          "entryPrice": 2492.995,
          "exitPrice": 2499.997,
          "stopDistance": 3.501,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 345
        },
        {
          "entryTs": 1724624100,
          "entryUtc": "2024-08-25T22:15:00.000Z",
          "exitTs": 1724646840,
          "dir": 1,
          "entryPrice": 2514.065,
          "exitPrice": 2509.191,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 379
        },
        {
          "entryTs": 1724656500,
          "entryUtc": "2024-08-26T07:15:00.000Z",
          "exitTs": 1724659380,
          "dir": 1,
          "entryPrice": 2517.565,
          "exitPrice": 2524.154,
          "stopDistance": 3.295,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 48
        },
        {
          "entryTs": 1724765400,
          "entryUtc": "2024-08-27T13:30:00.000Z",
          "exitTs": 1724765700,
          "dir": -1,
          "entryPrice": 2506.575,
          "exitPrice": 2511.344,
          "stopDistance": 4.769,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 5
        },
        {
          "entryTs": 1724768100,
          "entryUtc": "2024-08-27T14:15:00.000Z",
          "exitTs": 1724800020,
          "dir": 1,
          "entryPrice": 2515.325,
          "exitPrice": 2527.374,
          "stopDistance": 6.025,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 532
        },
        {
          "entryTs": 1724841900,
          "entryUtc": "2024-08-28T10:45:00.000Z",
          "exitTs": 1724847480,
          "dir": -1,
          "entryPrice": 2504.945,
          "exitPrice": 2497.57,
          "stopDistance": 3.688,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 93
        },
        {
          "entryTs": 1724862600,
          "entryUtc": "2024-08-28T16:30:00.000Z",
          "exitTs": 1724866680,
          "dir": -1,
          "entryPrice": 2498.835,
          "exitPrice": 2504.851,
          "stopDistance": 6.016,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 68
        },
        {
          "entryTs": 1724925600,
          "entryUtc": "2024-08-29T10:00:00.000Z",
          "exitTs": 1724932920,
          "dir": 1,
          "entryPrice": 2522.855,
          "exitPrice": 2518.449,
          "stopDistance": 4.406,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 122
        },
        {
          "entryTs": 1725238800,
          "entryUtc": "2024-09-02T01:00:00.000Z",
          "exitTs": 1725242820,
          "dir": -1,
          "entryPrice": 2501.398,
          "exitPrice": 2494.546,
          "stopDistance": 3.426,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 67
        },
        {
          "entryTs": 1725281100,
          "entryUtc": "2024-09-02T12:45:00.000Z",
          "exitTs": 1725283680,
          "dir": 1,
          "entryPrice": 2502.615,
          "exitPrice": 2498.92,
          "stopDistance": 3.695,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 43
        },
        {
          "entryTs": 1725417900,
          "entryUtc": "2024-09-04T02:45:00.000Z",
          "exitTs": 1725429720,
          "dir": 1,
          "entryPrice": 2495.645,
          "exitPrice": 2492.459,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 197
        },
        {
          "entryTs": 1725459300,
          "entryUtc": "2024-09-04T14:15:00.000Z",
          "exitTs": 1725517200,
          "dir": 1,
          "entryPrice": 2491.444,
          "exitPrice": 2505.27,
          "stopDistance": 6.913,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 965
        },
        {
          "entryTs": 1725623100,
          "entryUtc": "2024-09-06T11:45:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2515.955,
          "exitPrice": 2518.88,
          "stopDistance": 2.925,
          "outcome": "ambiguous",
          "netR": -1.1436,
          "holdMinutes": 45
        },
        {
          "entryTs": 1725626700,
          "entryUtc": "2024-09-06T12:45:00.000Z",
          "exitTs": 1725627780,
          "dir": 1,
          "entryPrice": 2524.705,
          "exitPrice": 2519.12,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725628500,
          "entryUtc": "2024-09-06T13:15:00.000Z",
          "exitTs": 1725633000,
          "dir": -1,
          "entryPrice": 2514.595,
          "exitPrice": 2501.146,
          "stopDistance": 6.725,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 75
        },
        {
          "entryTs": 1725841800,
          "entryUtc": "2024-09-09T00:30:00.000Z",
          "exitTs": 1725853560,
          "dir": -1,
          "entryPrice": 2495.705,
          "exitPrice": 2499.752,
          "stopDistance": 4.047,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 196
        },
        {
          "entryTs": 1725860700,
          "entryUtc": "2024-09-09T05:45:00.000Z",
          "exitTs": 1725866760,
          "dir": -1,
          "entryPrice": 2490.665,
          "exitPrice": 2493.792,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 101
        },
        {
          "entryTs": 1725948900,
          "entryUtc": "2024-09-10T06:15:00.000Z",
          "exitTs": 1725949620,
          "dir": 1,
          "entryPrice": 2506.045,
          "exitPrice": 2503.655,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 12
        },
        {
          "entryTs": 1725964200,
          "entryUtc": "2024-09-10T10:30:00.000Z",
          "exitTs": 1725967140,
          "dir": 1,
          "entryPrice": 2507.775,
          "exitPrice": 2504.544,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 49
        },
        {
          "entryTs": 1725977700,
          "entryUtc": "2024-09-10T14:15:00.000Z",
          "exitTs": 1725979980,
          "dir": -1,
          "entryPrice": 2503.455,
          "exitPrice": 2507.98,
          "stopDistance": 4.525,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 38
        },
        {
          "entryTs": 1725983100,
          "entryUtc": "2024-09-10T15:45:00.000Z",
          "exitTs": 1726036740,
          "dir": 1,
          "entryPrice": 2516.145,
          "exitPrice": 2527.28,
          "stopDistance": 5.567,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 894
        },
        {
          "entryTs": 1726103700,
          "entryUtc": "2024-09-12T01:15:00.000Z",
          "exitTs": 1726109280,
          "dir": 1,
          "entryPrice": 2513.745,
          "exitPrice": 2511.121,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 93
        },
        {
          "entryTs": 1726142400,
          "entryUtc": "2024-09-12T12:00:00.000Z",
          "exitTs": 1726144800,
          "dir": 1,
          "entryPrice": 2519.435,
          "exitPrice": 2526.381,
          "stopDistance": 3.473,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 40
        },
        {
          "entryTs": 1726165800,
          "entryUtc": "2024-09-12T18:30:00.000Z",
          "exitTs": 1726189800,
          "dir": 1,
          "entryPrice": 2554.545,
          "exitPrice": 2567.527,
          "stopDistance": 6.491,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 400
        },
        {
          "entryTs": 1726470900,
          "entryUtc": "2024-09-16T07:15:00.000Z",
          "exitTs": 1726474560,
          "dir": -1,
          "entryPrice": 2581.745,
          "exitPrice": 2585.197,
          "stopDistance": 3.452,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 61
        },
        {
          "entryTs": 1726518600,
          "entryUtc": "2024-09-16T20:30:00.000Z",
          "exitTs": 1726535640,
          "dir": 1,
          "entryPrice": 2582.755,
          "exitPrice": 2579.803,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 284
        },
        {
          "entryTs": 1726539300,
          "entryUtc": "2024-09-17T02:15:00.000Z",
          "exitTs": 1726541280,
          "dir": 1,
          "entryPrice": 2584.965,
          "exitPrice": 2582.336,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 33
        },
        {
          "entryTs": 1726544700,
          "entryUtc": "2024-09-17T03:45:00.000Z",
          "exitTs": 1726553040,
          "dir": -1,
          "entryPrice": 2577.824,
          "exitPrice": 2580.706,
          "stopDistance": 2.882,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 139
        },
        {
          "entryTs": 1726635600,
          "entryUtc": "2024-09-18T05:00:00.000Z",
          "exitTs": 1726646100,
          "dir": -1,
          "entryPrice": 2568.545,
          "exitPrice": 2571.812,
          "stopDistance": 3.267,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 175
        },
        {
          "entryTs": 1726682400,
          "entryUtc": "2024-09-18T18:00:00.000Z",
          "exitTs": 1726682400,
          "dir": -1,
          "entryPrice": 2567.318,
          "exitPrice": 2571.904,
          "stopDistance": 4.586,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 0
        },
        {
          "entryTs": 1726683300,
          "entryUtc": "2024-09-18T18:15:00.000Z",
          "exitTs": 1726684980,
          "dir": 1,
          "entryPrice": 2588.625,
          "exitPrice": 2581.718,
          "stopDistance": 6.907,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 28
        },
        {
          "entryTs": 1726686900,
          "entryUtc": "2024-09-18T19:15:00.000Z",
          "exitTs": 1726726800,
          "dir": -1,
          "entryPrice": 2565.915,
          "exitPrice": 2577.474,
          "stopDistance": 11.559,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 665
        },
        {
          "entryTs": 1726793100,
          "entryUtc": "2024-09-20T00:45:00.000Z",
          "exitTs": 1726795140,
          "dir": 1,
          "entryPrice": 2587.925,
          "exitPrice": 2585.477,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 34
        },
        {
          "entryTs": 1726795800,
          "entryUtc": "2024-09-20T01:30:00.000Z",
          "exitTs": 1726796040,
          "dir": -1,
          "entryPrice": 2585.135,
          "exitPrice": 2587.722,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 4
        },
        {
          "entryTs": 1727073900,
          "entryUtc": "2024-09-23T06:45:00.000Z",
          "exitTs": 1727076000,
          "dir": -1,
          "entryPrice": 2626.504,
          "exitPrice": 2619.026,
          "stopDistance": 3.739,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 35
        },
        {
          "entryTs": 1727140500,
          "entryUtc": "2024-09-24T01:15:00.000Z",
          "exitTs": 1727149140,
          "dir": 1,
          "entryPrice": 2628.905,
          "exitPrice": 2634.067,
          "stopDistance": 2.581,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 144
        },
        {
          "entryTs": 1727157600,
          "entryUtc": "2024-09-24T06:00:00.000Z",
          "exitTs": 1727158680,
          "dir": -1,
          "entryPrice": 2625.285,
          "exitPrice": 2629.562,
          "stopDistance": 4.277,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 18
        },
        {
          "entryTs": 1727187300,
          "entryUtc": "2024-09-24T14:15:00.000Z",
          "exitTs": 1727191620,
          "dir": 1,
          "entryPrice": 2636.138,
          "exitPrice": 2648.053,
          "stopDistance": 5.958,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 72
        },
        {
          "entryTs": 1727226000,
          "entryUtc": "2024-09-25T01:00:00.000Z",
          "exitTs": 1727227860,
          "dir": 1,
          "entryPrice": 2660.685,
          "exitPrice": 2657.118,
          "stopDistance": 3.567,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 31
        },
        {
          "entryTs": 1727266500,
          "entryUtc": "2024-09-25T12:15:00.000Z",
          "exitTs": 1727273340,
          "dir": 1,
          "entryPrice": 2658.755,
          "exitPrice": 2667.117,
          "stopDistance": 4.181,
          "outcome": "target",
          "netR": 1.9115,
          "holdMinutes": 114
        },
        {
          "entryTs": 1727313300,
          "entryUtc": "2024-09-26T01:15:00.000Z",
          "exitTs": 1727318940,
          "dir": 1,
          "entryPrice": 2660.475,
          "exitPrice": 2657.321,
          "stopDistance": 3.155,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 94
        },
        {
          "entryTs": 1727396100,
          "entryUtc": "2024-09-27T00:15:00.000Z",
          "exitTs": 1727408640,
          "dir": -1,
          "entryPrice": 2670.445,
          "exitPrice": 2673.674,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 209
        },
        {
          "entryTs": 1727459100,
          "entryUtc": "2024-09-27T17:45:00.000Z",
          "exitTs": 1727466660,
          "dir": -1,
          "entryPrice": 2645.005,
          "exitPrice": 2652.028,
          "stopDistance": 7.023,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 126
        },
        {
          "entryTs": 1727683200,
          "entryUtc": "2024-09-30T08:00:00.000Z",
          "exitTs": 1727684880,
          "dir": -1,
          "entryPrice": 2650.788,
          "exitPrice": 2655.336,
          "stopDistance": 4.547,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 28
        },
        {
          "entryTs": 1727720100,
          "entryUtc": "2024-09-30T18:15:00.000Z",
          "exitTs": 1727729700,
          "dir": -1,
          "entryPrice": 2629.035,
          "exitPrice": 2634.884,
          "stopDistance": 5.849,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 160
        },
        {
          "entryTs": 1727882100,
          "entryUtc": "2024-10-02T15:15:00.000Z",
          "exitTs": 1727883180,
          "dir": -1,
          "entryPrice": 2641.464,
          "exitPrice": 2648.672,
          "stopDistance": 7.208,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 18
        },
        {
          "entryTs": 1727917200,
          "entryUtc": "2024-10-03T01:00:00.000Z",
          "exitTs": 1727933220,
          "dir": -1,
          "entryPrice": 2657.675,
          "exitPrice": 2652.117,
          "stopDistance": 2.779,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 267
        },
        {
          "entryTs": 1727960400,
          "entryUtc": "2024-10-03T13:00:00.000Z",
          "exitTs": 1727961420,
          "dir": -1,
          "entryPrice": 2642.225,
          "exitPrice": 2647.502,
          "stopDistance": 5.277,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 17
        },
        {
          "entryTs": 1727962200,
          "entryUtc": "2024-10-03T13:30:00.000Z",
          "exitTs": 1727964000,
          "dir": 1,
          "entryPrice": 2649.295,
          "exitPrice": 2643.895,
          "stopDistance": 5.4,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 30
        },
        {
          "entryTs": 1728045000,
          "entryUtc": "2024-10-04T12:30:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2656.508,
          "exitPrice": 2649.846,
          "stopDistance": 3.331,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 0
        },
        {
          "entryTs": 1728072000,
          "entryUtc": "2024-10-04T20:00:00.000Z",
          "exitTs": 1728252000,
          "dir": 1,
          "entryPrice": 2651.495,
          "exitPrice": 2650.965,
          "stopDistance": 6.495,
          "outcome": "time",
          "netR": -0.1386,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1728304200,
          "entryUtc": "2024-10-07T12:30:00.000Z",
          "exitTs": 1728305340,
          "dir": -1,
          "entryPrice": 2649.455,
          "exitPrice": 2640.471,
          "stopDistance": 4.492,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 19
        },
        {
          "entryTs": 1728350100,
          "entryUtc": "2024-10-08T01:15:00.000Z",
          "exitTs": 1728352380,
          "dir": -1,
          "entryPrice": 2641.085,
          "exitPrice": 2644.821,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 38
        },
        {
          "entryTs": 1728352800,
          "entryUtc": "2024-10-08T02:00:00.000Z",
          "exitTs": 1728353580,
          "dir": 1,
          "entryPrice": 2647.115,
          "exitPrice": 2642.601,
          "stopDistance": 4.514,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 13
        },
        {
          "entryTs": 1728353700,
          "entryUtc": "2024-10-08T02:15:00.000Z",
          "exitTs": 1728365820,
          "dir": -1,
          "entryPrice": 2640.965,
          "exitPrice": 2645.924,
          "stopDistance": 4.959,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 202
        },
        {
          "entryTs": 1728369000,
          "entryUtc": "2024-10-08T06:30:00.000Z",
          "exitTs": 1728371040,
          "dir": -1,
          "entryPrice": 2640.925,
          "exitPrice": 2631.541,
          "stopDistance": 4.692,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 34
        },
        {
          "entryTs": 1728450900,
          "entryUtc": "2024-10-09T05:15:00.000Z",
          "exitTs": 1728454140,
          "dir": 1,
          "entryPrice": 2620.555,
          "exitPrice": 2616.692,
          "stopDistance": 3.863,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 54
        },
        {
          "entryTs": 1728456300,
          "entryUtc": "2024-10-09T06:45:00.000Z",
          "exitTs": 1728462840,
          "dir": -1,
          "entryPrice": 2612.135,
          "exitPrice": 2616.544,
          "stopDistance": 4.409,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 109
        },
        {
          "entryTs": 1728519300,
          "entryUtc": "2024-10-10T00:15:00.000Z",
          "exitTs": 1728520800,
          "dir": -1,
          "entryPrice": 2606.685,
          "exitPrice": 2609.737,
          "stopDistance": 3.052,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 25
        },
        {
          "entryTs": 1728564300,
          "entryUtc": "2024-10-10T12:45:00.000Z",
          "exitTs": 1728602640,
          "dir": 1,
          "entryPrice": 2620.964,
          "exitPrice": 2632.413,
          "stopDistance": 5.724,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 639
        },
        {
          "entryTs": 1728603000,
          "entryUtc": "2024-10-10T23:30:00.000Z",
          "exitTs": 1728856800,
          "dir": 1,
          "entryPrice": 2632.225,
          "exitPrice": 2640.036,
          "stopDistance": 3.906,
          "outcome": "target",
          "netR": 1.9053,
          "holdMinutes": 4230
        },
        {
          "entryTs": 1729087200,
          "entryUtc": "2024-10-16T14:00:00.000Z",
          "exitTs": 1729088340,
          "dir": -1,
          "entryPrice": 2674.958,
          "exitPrice": 2680.643,
          "stopDistance": 5.685,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 19
        },
        {
          "entryTs": 1729089900,
          "entryUtc": "2024-10-16T14:45:00.000Z",
          "exitTs": 1729127340,
          "dir": -1,
          "entryPrice": 2672.255,
          "exitPrice": 2678.646,
          "stopDistance": 6.391,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 624
        },
        {
          "entryTs": 1729136700,
          "entryUtc": "2024-10-17T03:45:00.000Z",
          "exitTs": 1729138620,
          "dir": -1,
          "entryPrice": 2675.598,
          "exitPrice": 2679.182,
          "stopDistance": 3.584,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 32
        },
        {
          "entryTs": 1729161000,
          "entryUtc": "2024-10-17T10:30:00.000Z",
          "exitTs": 1729166100,
          "dir": 1,
          "entryPrice": 2686.745,
          "exitPrice": 2682.184,
          "stopDistance": 4.561,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 85
        },
        {
          "entryTs": 1729173600,
          "entryUtc": "2024-10-17T14:00:00.000Z",
          "exitTs": 1729468800,
          "dir": 1,
          "entryPrice": 2688.725,
          "exitPrice": 2700.26,
          "stopDistance": 5.767,
          "outcome": "target",
          "netR": 1.9358,
          "holdMinutes": 4920
        },
        {
          "entryTs": 1729511100,
          "entryUtc": "2024-10-21T11:45:00.000Z",
          "exitTs": 1729512180,
          "dir": 1,
          "entryPrice": 2737.575,
          "exitPrice": 2733.233,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 18
        },
        {
          "entryTs": 1729521900,
          "entryUtc": "2024-10-21T14:45:00.000Z",
          "exitTs": 1729537140,
          "dir": -1,
          "entryPrice": 2727.455,
          "exitPrice": 2715.28,
          "stopDistance": 6.087,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 254
        },
        {
          "entryTs": 1729773900,
          "entryUtc": "2024-10-24T12:45:00.000Z",
          "exitTs": 1729777500,
          "dir": 1,
          "entryPrice": 2740.705,
          "exitPrice": 2736.646,
          "stopDistance": 4.06,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 60
        },
        {
          "entryTs": 1729778400,
          "entryUtc": "2024-10-24T14:00:00.000Z",
          "exitTs": 1729780440,
          "dir": -1,
          "entryPrice": 2733.485,
          "exitPrice": 2723.061,
          "stopDistance": 5.212,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 34
        },
        {
          "entryTs": 1729844100,
          "entryUtc": "2024-10-25T08:15:00.000Z",
          "exitTs": 1729848480,
          "dir": -1,
          "entryPrice": 2724.695,
          "exitPrice": 2717.374,
          "stopDistance": 3.66,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 73
        },
        {
          "entryTs": 1730067300,
          "entryUtc": "2024-10-27T22:15:00.000Z",
          "exitTs": 1730095920,
          "dir": -1,
          "entryPrice": 2735.515,
          "exitPrice": 2741.064,
          "stopDistance": 5.549,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 477
        },
        {
          "entryTs": 1730107800,
          "entryUtc": "2024-10-28T09:30:00.000Z",
          "exitTs": 1730117580,
          "dir": -1,
          "entryPrice": 2728.995,
          "exitPrice": 2734.403,
          "stopDistance": 5.407,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 163
        },
        {
          "entryTs": 1730160000,
          "entryUtc": "2024-10-29T00:00:00.000Z",
          "exitTs": 1730164140,
          "dir": 1,
          "entryPrice": 2744.315,
          "exitPrice": 2749.659,
          "stopDistance": 2.672,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 69
        },
        {
          "entryTs": 1730294100,
          "entryUtc": "2024-10-30T13:15:00.000Z",
          "exitTs": 1730294700,
          "dir": 1,
          "entryPrice": 2786.885,
          "exitPrice": 2782.088,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 10
        },
        {
          "entryTs": 1730338200,
          "entryUtc": "2024-10-31T01:30:00.000Z",
          "exitTs": 1730339400,
          "dir": 1,
          "entryPrice": 2788.015,
          "exitPrice": 2785.054,
          "stopDistance": 2.961,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 20
        },
        {
          "entryTs": 1730426400,
          "entryUtc": "2024-11-01T02:00:00.000Z",
          "exitTs": 1730428380,
          "dir": 1,
          "entryPrice": 2749.635,
          "exitPrice": 2745.963,
          "stopDistance": 3.672,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 33
        },
        {
          "entryTs": 1730680200,
          "entryUtc": "2024-11-04T00:30:00.000Z",
          "exitTs": 1730707260,
          "dir": 1,
          "entryPrice": 2739.395,
          "exitPrice": 2734.69,
          "stopDistance": 4.705,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 451
        },
        {
          "entryTs": 1730709000,
          "entryUtc": "2024-11-04T08:30:00.000Z",
          "exitTs": 1730712300,
          "dir": -1,
          "entryPrice": 2735.615,
          "exitPrice": 2739.856,
          "stopDistance": 4.241,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 55
        },
        {
          "entryTs": 1730786400,
          "entryUtc": "2024-11-05T06:00:00.000Z",
          "exitTs": 1730788440,
          "dir": -1,
          "entryPrice": 2732.425,
          "exitPrice": 2736.01,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 34
        },
        {
          "entryTs": 1730789100,
          "entryUtc": "2024-11-05T06:45:00.000Z",
          "exitTs": 1730793840,
          "dir": 1,
          "entryPrice": 2737.665,
          "exitPrice": 2733.85,
          "stopDistance": 3.815,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 79
        },
        {
          "entryTs": 1730794500,
          "entryUtc": "2024-11-05T08:15:00.000Z",
          "exitTs": 1730795400,
          "dir": -1,
          "entryPrice": 2732.275,
          "exitPrice": 2736.41,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 15
        },
        {
          "entryTs": 1730820600,
          "entryUtc": "2024-11-05T15:30:00.000Z",
          "exitTs": 1730821560,
          "dir": -1,
          "entryPrice": 2733.875,
          "exitPrice": 2739.836,
          "stopDistance": 5.961,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730853000,
          "entryUtc": "2024-11-06T00:30:00.000Z",
          "exitTs": 1730856420,
          "dir": -1,
          "entryPrice": 2737.265,
          "exitPrice": 2741.311,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 57
        },
        {
          "entryTs": 1730857500,
          "entryUtc": "2024-11-06T01:45:00.000Z",
          "exitTs": 1730860380,
          "dir": 1,
          "entryPrice": 2747.645,
          "exitPrice": 2742.413,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 48
        },
        {
          "entryTs": 1730863800,
          "entryUtc": "2024-11-06T03:30:00.000Z",
          "exitTs": 1730866560,
          "dir": -1,
          "entryPrice": 2731.385,
          "exitPrice": 2738.978,
          "stopDistance": 7.593,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 46
        },
        {
          "entryTs": 1731078900,
          "entryUtc": "2024-11-08T15:15:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2685.405,
          "exitPrice": 2684.498,
          "stopDistance": 7.54,
          "outcome": "time",
          "netR": 0.0712,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1731322800,
          "entryUtc": "2024-11-11T11:00:00.000Z",
          "exitTs": 1731331860,
          "dir": -1,
          "entryPrice": 2661.805,
          "exitPrice": 2650.709,
          "stopDistance": 5.548,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 151
        },
        {
          "entryTs": 1731350700,
          "entryUtc": "2024-11-11T18:45:00.000Z",
          "exitTs": 1731389400,
          "dir": 1,
          "entryPrice": 2618.015,
          "exitPrice": 2611.338,
          "stopDistance": 6.676,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 645
        },
        {
          "entryTs": 1731487500,
          "entryUtc": "2024-11-13T08:45:00.000Z",
          "exitTs": 1731504600,
          "dir": 1,
          "entryPrice": 2608.815,
          "exitPrice": 2618.526,
          "stopDistance": 4.855,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 285
        },
        {
          "entryTs": 1731510000,
          "entryUtc": "2024-11-13T15:00:00.000Z",
          "exitTs": 1731515640,
          "dir": -1,
          "entryPrice": 2601.925,
          "exitPrice": 2588.463,
          "stopDistance": 6.731,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 94
        },
        {
          "entryTs": 1731541500,
          "entryUtc": "2024-11-13T23:45:00.000Z",
          "exitTs": 1731562620,
          "dir": -1,
          "entryPrice": 2572.138,
          "exitPrice": 2558.539,
          "stopDistance": 6.799,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 352
        },
        {
          "entryTs": 1731563100,
          "entryUtc": "2024-11-14T05:45:00.000Z",
          "exitTs": 1731576900,
          "dir": -1,
          "entryPrice": 2556.085,
          "exitPrice": 2545.279,
          "stopDistance": 5.403,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 230
        },
        {
          "entryTs": 1731615300,
          "entryUtc": "2024-11-14T20:15:00.000Z",
          "exitTs": 1731616140,
          "dir": -1,
          "entryPrice": 2566.165,
          "exitPrice": 2572.926,
          "stopDistance": 6.761,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 14
        },
        {
          "entryTs": 1731619800,
          "entryUtc": "2024-11-14T21:30:00.000Z",
          "exitTs": 1731670620,
          "dir": -1,
          "entryPrice": 2565.285,
          "exitPrice": 2572.075,
          "stopDistance": 6.79,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 847
        },
        {
          "entryTs": 1731676500,
          "entryUtc": "2024-11-15T13:15:00.000Z",
          "exitTs": 1731677400,
          "dir": 1,
          "entryPrice": 2573.675,
          "exitPrice": 2568.23,
          "stopDistance": 5.445,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 15
        },
        {
          "entryTs": 1731679200,
          "entryUtc": "2024-11-15T14:00:00.000Z",
          "exitTs": 1731679920,
          "dir": -1,
          "entryPrice": 2565.114,
          "exitPrice": 2571.795,
          "stopDistance": 6.681,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 12
        },
        {
          "entryTs": 1732000500,
          "entryUtc": "2024-11-19T07:15:00.000Z",
          "exitTs": 1732005660,
          "dir": -1,
          "entryPrice": 2618.865,
          "exitPrice": 2623.064,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 86
        },
        {
          "entryTs": 1732005900,
          "entryUtc": "2024-11-19T08:45:00.000Z",
          "exitTs": 1732013340,
          "dir": 1,
          "entryPrice": 2626.525,
          "exitPrice": 2635.778,
          "stopDistance": 4.627,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 124
        },
        {
          "entryTs": 1732026600,
          "entryUtc": "2024-11-19T14:30:00.000Z",
          "exitTs": 1732060200,
          "dir": -1,
          "entryPrice": 2628.175,
          "exitPrice": 2634.89,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 560
        },
        {
          "entryTs": 1732164300,
          "entryUtc": "2024-11-21T04:45:00.000Z",
          "exitTs": 1732166400,
          "dir": 1,
          "entryPrice": 2658.305,
          "exitPrice": 2654.525,
          "stopDistance": 3.78,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 35
        },
        {
          "entryTs": 1732194000,
          "entryUtc": "2024-11-21T13:00:00.000Z",
          "exitTs": 1732198200,
          "dir": -1,
          "entryPrice": 2663.145,
          "exitPrice": 2668.077,
          "stopDistance": 4.932,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 70
        },
        {
          "entryTs": 1732212000,
          "entryUtc": "2024-11-21T18:00:00.000Z",
          "exitTs": 1732243080,
          "dir": 1,
          "entryPrice": 2671.675,
          "exitPrice": 2684.392,
          "stopDistance": 6.359,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 518
        },
        {
          "entryTs": 1732290300,
          "entryUtc": "2024-11-22T15:45:00.000Z",
          "exitTs": 1732489200,
          "dir": 1,
          "entryPrice": 2704.815,
          "exitPrice": 2696.534,
          "stopDistance": 8.281,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1732544100,
          "entryUtc": "2024-11-25T14:15:00.000Z",
          "exitTs": 1732544460,
          "dir": -1,
          "entryPrice": 2660.625,
          "exitPrice": 2642.716,
          "stopDistance": 8.955,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 6
        },
        {
          "entryTs": 1732578300,
          "entryUtc": "2024-11-25T23:45:00.000Z",
          "exitTs": 1732580460,
          "dir": -1,
          "entryPrice": 2609.348,
          "exitPrice": 2616.965,
          "stopDistance": 7.617,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 36
        },
        {
          "entryTs": 1732585500,
          "entryUtc": "2024-11-26T01:45:00.000Z",
          "exitTs": 1732599000,
          "dir": 1,
          "entryPrice": 2629.825,
          "exitPrice": 2620.727,
          "stopDistance": 9.098,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 225
        },
        {
          "entryTs": 1732756500,
          "entryUtc": "2024-11-28T01:15:00.000Z",
          "exitTs": 1732767480,
          "dir": -1,
          "entryPrice": 2627.985,
          "exitPrice": 2632.44,
          "stopDistance": 4.455,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 183
        },
        {
          "entryTs": 1732842900,
          "entryUtc": "2024-11-29T01:15:00.000Z",
          "exitTs": 1732845840,
          "dir": 1,
          "entryPrice": 2641.265,
          "exitPrice": 2648.322,
          "stopDistance": 3.529,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 49
        },
        {
          "entryTs": 1733124600,
          "entryUtc": "2024-12-02T07:30:00.000Z",
          "exitTs": 1733138460,
          "dir": 1,
          "entryPrice": 2631.245,
          "exitPrice": 2643.074,
          "stopDistance": 5.914,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 231
        },
        {
          "entryTs": 1733193000,
          "entryUtc": "2024-12-03T02:30:00.000Z",
          "exitTs": 1733197500,
          "dir": -1,
          "entryPrice": 2635.305,
          "exitPrice": 2640.394,
          "stopDistance": 5.089,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 75
        },
        {
          "entryTs": 1733232600,
          "entryUtc": "2024-12-03T13:30:00.000Z",
          "exitTs": 1733236260,
          "dir": 1,
          "entryPrice": 2646.225,
          "exitPrice": 2655.212,
          "stopDistance": 4.493,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 61
        },
        {
          "entryTs": 1733238900,
          "entryUtc": "2024-12-03T15:15:00.000Z",
          "exitTs": 1733244180,
          "dir": -1,
          "entryPrice": 2639.855,
          "exitPrice": 2646.162,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 88
        },
        {
          "entryTs": 1733320800,
          "entryUtc": "2024-12-04T14:00:00.000Z",
          "exitTs": 1733388900,
          "dir": 1,
          "entryPrice": 2648.345,
          "exitPrice": 2642.154,
          "stopDistance": 6.19,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 1135
        },
        {
          "entryTs": 1733481900,
          "entryUtc": "2024-12-06T10:45:00.000Z",
          "exitTs": 1733487240,
          "dir": -1,
          "entryPrice": 2634.605,
          "exitPrice": 2639.413,
          "stopDistance": 4.808,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 89
        },
        {
          "entryTs": 1733699700,
          "entryUtc": "2024-12-08T23:15:00.000Z",
          "exitTs": 1733700540,
          "dir": 1,
          "entryPrice": 2642.414,
          "exitPrice": 2636.947,
          "stopDistance": 5.467,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 14
        },
        {
          "entryTs": 1733705100,
          "entryUtc": "2024-12-09T00:45:00.000Z",
          "exitTs": 1733706060,
          "dir": -1,
          "entryPrice": 2628.345,
          "exitPrice": 2634.461,
          "stopDistance": 6.116,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 16
        },
        {
          "entryTs": 1733707800,
          "entryUtc": "2024-12-09T01:30:00.000Z",
          "exitTs": 1733712060,
          "dir": 1,
          "entryPrice": 2649.015,
          "exitPrice": 2641.689,
          "stopDistance": 7.325,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 71
        },
        {
          "entryTs": 1733751900,
          "entryUtc": "2024-12-09T13:45:00.000Z",
          "exitTs": 1733755380,
          "dir": 1,
          "entryPrice": 2661.395,
          "exitPrice": 2671.692,
          "stopDistance": 5.148,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 58
        },
        {
          "entryTs": 1733872500,
          "entryUtc": "2024-12-10T23:15:00.000Z",
          "exitTs": 1733878260,
          "dir": 1,
          "entryPrice": 2694.748,
          "exitPrice": 2701.392,
          "stopDistance": 3.322,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 96
        },
        {
          "entryTs": 1733912100,
          "entryUtc": "2024-12-11T10:15:00.000Z",
          "exitTs": 1733923440,
          "dir": 1,
          "entryPrice": 2698.178,
          "exitPrice": 2691.08,
          "stopDistance": 7.098,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 189
        },
        {
          "entryTs": 1733924700,
          "entryUtc": "2024-12-11T13:45:00.000Z",
          "exitTs": 1733930040,
          "dir": 1,
          "entryPrice": 2700.235,
          "exitPrice": 2713.067,
          "stopDistance": 6.416,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 89
        },
        {
          "entryTs": 1733967000,
          "entryUtc": "2024-12-12T01:30:00.000Z",
          "exitTs": 1733967000,
          "dir": -1,
          "entryPrice": 2714.085,
          "exitPrice": 2705.106,
          "stopDistance": 4.49,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 0
        },
        {
          "entryTs": 1734051600,
          "entryUtc": "2024-12-13T01:00:00.000Z",
          "exitTs": 1734052800,
          "dir": 1,
          "entryPrice": 2685.334,
          "exitPrice": 2692.546,
          "stopDistance": 3.606,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734071400,
          "entryUtc": "2024-12-13T06:30:00.000Z",
          "exitTs": 1734072660,
          "dir": -1,
          "entryPrice": 2684.838,
          "exitPrice": 2688.97,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 21
        },
        {
          "entryTs": 1734073200,
          "entryUtc": "2024-12-13T07:00:00.000Z",
          "exitTs": 1734074400,
          "dir": 1,
          "entryPrice": 2689.364,
          "exitPrice": 2685.006,
          "stopDistance": 4.358,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734075000,
          "entryUtc": "2024-12-13T07:30:00.000Z",
          "exitTs": 1734080580,
          "dir": -1,
          "entryPrice": 2682.584,
          "exitPrice": 2673.335,
          "stopDistance": 4.625,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 93
        },
        {
          "entryTs": 1734093000,
          "entryUtc": "2024-12-13T12:30:00.000Z",
          "exitTs": 1734096600,
          "dir": 1,
          "entryPrice": 2670.155,
          "exitPrice": 2664.922,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 60
        },
        {
          "entryTs": 1734097500,
          "entryUtc": "2024-12-13T13:45:00.000Z",
          "exitTs": 1734120240,
          "dir": -1,
          "entryPrice": 2662.865,
          "exitPrice": 2651.416,
          "stopDistance": 5.725,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 379
        },
        {
          "entryTs": 1734312600,
          "entryUtc": "2024-12-16T01:30:00.000Z",
          "exitTs": 1734348660,
          "dir": 1,
          "entryPrice": 2653.765,
          "exitPrice": 2663.485,
          "stopDistance": 4.86,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 601
        },
        {
          "entryTs": 1734397200,
          "entryUtc": "2024-12-17T01:00:00.000Z",
          "exitTs": 1734405120,
          "dir": 1,
          "entryPrice": 2655.145,
          "exitPrice": 2652.312,
          "stopDistance": 2.833,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 132
        },
        {
          "entryTs": 1734420600,
          "entryUtc": "2024-12-17T07:30:00.000Z",
          "exitTs": 1734423120,
          "dir": 1,
          "entryPrice": 2655.555,
          "exitPrice": 2651.398,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 42
        },
        {
          "entryTs": 1734424200,
          "entryUtc": "2024-12-17T08:30:00.000Z",
          "exitTs": 1734428460,
          "dir": -1,
          "entryPrice": 2647.698,
          "exitPrice": 2638.8,
          "stopDistance": 4.449,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 71
        },
        {
          "entryTs": 1734444900,
          "entryUtc": "2024-12-17T14:15:00.000Z",
          "exitTs": 1734445620,
          "dir": -1,
          "entryPrice": 2634.598,
          "exitPrice": 2640.489,
          "stopDistance": 5.891,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 12
        },
        {
          "entryTs": 1734457500,
          "entryUtc": "2024-12-17T17:45:00.000Z",
          "exitTs": 1734532200,
          "dir": 1,
          "entryPrice": 2643.534,
          "exitPrice": 2638.102,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 1245
        },
        {
          "entryTs": 1734549300,
          "entryUtc": "2024-12-18T19:15:00.000Z",
          "exitTs": 1734549660,
          "dir": -1,
          "entryPrice": 2616.434,
          "exitPrice": 2622.299,
          "stopDistance": 5.865,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 6
        },
        {
          "entryTs": 1734592500,
          "entryUtc": "2024-12-19T07:15:00.000Z",
          "exitTs": 1734605340,
          "dir": 1,
          "entryPrice": 2614.385,
          "exitPrice": 2626.083,
          "stopDistance": 5.849,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 214
        },
        {
          "entryTs": 1734633900,
          "entryUtc": "2024-12-19T18:45:00.000Z",
          "exitTs": 1734652200,
          "dir": 1,
          "entryPrice": 2599.035,
          "exitPrice": 2592.913,
          "stopDistance": 6.122,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 305
        },
        {
          "entryTs": 1734659100,
          "entryUtc": "2024-12-20T01:45:00.000Z",
          "exitTs": 1734661680,
          "dir": 1,
          "entryPrice": 2600.875,
          "exitPrice": 2596.006,
          "stopDistance": 4.869,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 43
        },
        {
          "entryTs": 1734728400,
          "entryUtc": "2024-12-20T21:00:00.000Z",
          "exitTs": 1734908460,
          "dir": -1,
          "entryPrice": 2622.615,
          "exitPrice": 2623.248,
          "stopDistance": 4.378,
          "outcome": "time",
          "netR": -0.2291,
          "holdMinutes": 3001
        },
        {
          "entryTs": 1734966900,
          "entryUtc": "2024-12-23T15:15:00.000Z",
          "exitTs": 1734996840,
          "dir": -1,
          "entryPrice": 2612.005,
          "exitPrice": 2616.682,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 499
        },
        {
          "entryTs": 1735031700,
          "entryUtc": "2024-12-24T09:15:00.000Z",
          "exitTs": 1735061160,
          "dir": -1,
          "entryPrice": 2615.765,
          "exitPrice": 2618.778,
          "stopDistance": 3.013,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 491
        },
        {
          "entryTs": 1735218900,
          "entryUtc": "2024-12-26T13:15:00.000Z",
          "exitTs": 1735219320,
          "dir": 1,
          "entryPrice": 2629.918,
          "exitPrice": 2626.997,
          "stopDistance": 2.921,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 7
        },
        {
          "entryTs": 1735220700,
          "entryUtc": "2024-12-26T13:45:00.000Z",
          "exitTs": 1735223040,
          "dir": -1,
          "entryPrice": 2623.715,
          "exitPrice": 2627.075,
          "stopDistance": 3.359,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 39
        },
        {
          "entryTs": 1735225200,
          "entryUtc": "2024-12-26T15:00:00.000Z",
          "exitTs": 1735227120,
          "dir": 1,
          "entryPrice": 2629.898,
          "exitPrice": 2637.126,
          "stopDistance": 3.614,
          "outcome": "target",
          "netR": 1.8976,
          "holdMinutes": 32
        },
        {
          "entryTs": 1735281000,
          "entryUtc": "2024-12-27T06:30:00.000Z",
          "exitTs": 1735285920,
          "dir": 1,
          "entryPrice": 2636.365,
          "exitPrice": 2633.438,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 82
        },
        {
          "entryTs": 1735287300,
          "entryUtc": "2024-12-27T08:15:00.000Z",
          "exitTs": 1735304820,
          "dir": -1,
          "entryPrice": 2629.304,
          "exitPrice": 2621.948,
          "stopDistance": 3.678,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 292
        },
        {
          "entryTs": 1735306200,
          "entryUtc": "2024-12-27T13:30:00.000Z",
          "exitTs": 1735309860,
          "dir": -1,
          "entryPrice": 2620.425,
          "exitPrice": 2611.714,
          "stopDistance": 4.356,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 61
        },
        {
          "entryTs": 1735329600,
          "entryUtc": "2024-12-27T20:00:00.000Z",
          "exitTs": 1735330080,
          "dir": 1,
          "entryPrice": 2620.604,
          "exitPrice": 2616.739,
          "stopDistance": 3.865,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 8
        },
        {
          "entryTs": 1735331400,
          "entryUtc": "2024-12-27T20:30:00.000Z",
          "exitTs": 1735335600,
          "dir": -1,
          "entryPrice": 2612.998,
          "exitPrice": 2617.212,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 70
        },
        {
          "entryTs": 1735513200,
          "entryUtc": "2024-12-29T23:00:00.000Z",
          "exitTs": 1735544700,
          "dir": 1,
          "entryPrice": 2620.154,
          "exitPrice": 2616.197,
          "stopDistance": 3.957,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 525
        },
        {
          "entryTs": 1735651800,
          "entryUtc": "2024-12-31T13:30:00.000Z",
          "exitTs": 1735659300,
          "dir": 1,
          "entryPrice": 2613.675,
          "exitPrice": 2622.417,
          "stopDistance": 4.371,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 125
        },
        {
          "entryTs": 1735777800,
          "entryUtc": "2025-01-02T00:30:00.000Z",
          "exitTs": 1735781280,
          "dir": 1,
          "entryPrice": 2626.105,
          "exitPrice": 2632.528,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 58
        },
        {
          "entryTs": 1735823700,
          "entryUtc": "2025-01-02T13:15:00.000Z",
          "exitTs": 1735825800,
          "dir": -1,
          "entryPrice": 2638.485,
          "exitPrice": 2643.2,
          "stopDistance": 4.715,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 35
        },
        {
          "entryTs": 1735827300,
          "entryUtc": "2025-01-02T14:15:00.000Z",
          "exitTs": 1735836420,
          "dir": 1,
          "entryPrice": 2646.775,
          "exitPrice": 2658.653,
          "stopDistance": 5.939,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 152
        },
        {
          "entryTs": 1735849800,
          "entryUtc": "2025-01-02T20:30:00.000Z",
          "exitTs": 1735888560,
          "dir": 1,
          "entryPrice": 2659.798,
          "exitPrice": 2655.014,
          "stopDistance": 4.784,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 646
        },
        {
          "entryTs": 1735934400,
          "entryUtc": "2025-01-03T20:00:00.000Z",
          "exitTs": 1736118000,
          "dir": -1,
          "entryPrice": 2639.248,
          "exitPrice": 2640.965,
          "stopDistance": 3.82,
          "outcome": "time",
          "netR": -0.5463,
          "holdMinutes": 3060
        },
        {
          "entryTs": 1736209800,
          "entryUtc": "2025-01-07T00:30:00.000Z",
          "exitTs": 1736211600,
          "dir": -1,
          "entryPrice": 2632.905,
          "exitPrice": 2636.023,
          "stopDistance": 3.118,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 30
        },
        {
          "entryTs": 1736212500,
          "entryUtc": "2025-01-07T01:15:00.000Z",
          "exitTs": 1736227320,
          "dir": 1,
          "entryPrice": 2637.175,
          "exitPrice": 2643.45,
          "stopDistance": 3.137,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 247
        },
        {
          "entryTs": 1736303400,
          "entryUtc": "2025-01-08T02:30:00.000Z",
          "exitTs": 1736314320,
          "dir": -1,
          "entryPrice": 2647.215,
          "exitPrice": 2650.247,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 182
        },
        {
          "entryTs": 1736334900,
          "entryUtc": "2025-01-08T11:15:00.000Z",
          "exitTs": 1736341260,
          "dir": -1,
          "entryPrice": 2651.235,
          "exitPrice": 2654.201,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 106
        },
        {
          "entryTs": 1736342100,
          "entryUtc": "2025-01-08T13:15:00.000Z",
          "exitTs": 1736342940,
          "dir": 1,
          "entryPrice": 2655.588,
          "exitPrice": 2651.686,
          "stopDistance": 3.902,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 14
        },
        {
          "entryTs": 1736394300,
          "entryUtc": "2025-01-09T03:45:00.000Z",
          "exitTs": 1736395800,
          "dir": 1,
          "entryPrice": 2661.425,
          "exitPrice": 2657.908,
          "stopDistance": 3.517,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 25
        },
        {
          "entryTs": 1736397900,
          "entryUtc": "2025-01-09T04:45:00.000Z",
          "exitTs": 1736398860,
          "dir": -1,
          "entryPrice": 2655.925,
          "exitPrice": 2659.29,
          "stopDistance": 3.365,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 16
        },
        {
          "entryTs": 1736405100,
          "entryUtc": "2025-01-09T06:45:00.000Z",
          "exitTs": 1736409840,
          "dir": 1,
          "entryPrice": 2664.005,
          "exitPrice": 2660.557,
          "stopDistance": 3.448,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 79
        },
        {
          "entryTs": 1736476200,
          "entryUtc": "2025-01-10T02:30:00.000Z",
          "exitTs": 1736497380,
          "dir": 1,
          "entryPrice": 2673.298,
          "exitPrice": 2679.222,
          "stopDistance": 2.962,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 353
        },
        {
          "entryTs": 1736518500,
          "entryUtc": "2025-01-10T14:15:00.000Z",
          "exitTs": 1736523120,
          "dir": 1,
          "entryPrice": 2683.074,
          "exitPrice": 2695.612,
          "stopDistance": 6.269,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 77
        },
        {
          "entryTs": 1736536500,
          "entryUtc": "2025-01-10T19:15:00.000Z",
          "exitTs": 1736543220,
          "dir": -1,
          "entryPrice": 2685.575,
          "exitPrice": 2692.593,
          "stopDistance": 7.018,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 112
        },
        {
          "entryTs": 1736730900,
          "entryUtc": "2025-01-13T01:15:00.000Z",
          "exitTs": 1736733660,
          "dir": -1,
          "entryPrice": 2681.185,
          "exitPrice": 2686.634,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 46
        },
        {
          "entryTs": 1736745300,
          "entryUtc": "2025-01-13T05:15:00.000Z",
          "exitTs": 1736749140,
          "dir": -1,
          "entryPrice": 2684.918,
          "exitPrice": 2689.487,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 64
        },
        {
          "entryTs": 1736834400,
          "entryUtc": "2025-01-14T06:00:00.000Z",
          "exitTs": 1736843160,
          "dir": -1,
          "entryPrice": 2668.295,
          "exitPrice": 2672.004,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 146
        },
        {
          "entryTs": 1736847900,
          "entryUtc": "2025-01-14T09:45:00.000Z",
          "exitTs": 1736855940,
          "dir": -1,
          "entryPrice": 2665.515,
          "exitPrice": 2669.527,
          "stopDistance": 4.012,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 134
        },
        {
          "entryTs": 1736863200,
          "entryUtc": "2025-01-14T14:00:00.000Z",
          "exitTs": 1736867040,
          "dir": -1,
          "entryPrice": 2662.649,
          "exitPrice": 2668.404,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 64
        },
        {
          "entryTs": 1736869500,
          "entryUtc": "2025-01-14T15:45:00.000Z",
          "exitTs": 1736926920,
          "dir": 1,
          "entryPrice": 2671.575,
          "exitPrice": 2683.278,
          "stopDistance": 5.852,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 957
        },
        {
          "entryTs": 1736949600,
          "entryUtc": "2025-01-15T14:00:00.000Z",
          "exitTs": 1736950260,
          "dir": 1,
          "entryPrice": 2693.565,
          "exitPrice": 2688.345,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 11
        },
        {
          "entryTs": 1736952300,
          "entryUtc": "2025-01-15T14:45:00.000Z",
          "exitTs": 1736959740,
          "dir": -1,
          "entryPrice": 2681.155,
          "exitPrice": 2687.87,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 124
        },
        {
          "entryTs": 1736990100,
          "entryUtc": "2025-01-16T01:15:00.000Z",
          "exitTs": 1737005160,
          "dir": 1,
          "entryPrice": 2699.005,
          "exitPrice": 2694.826,
          "stopDistance": 4.179,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 251
        },
        {
          "entryTs": 1737076500,
          "entryUtc": "2025-01-17T01:15:00.000Z",
          "exitTs": 1737078780,
          "dir": -1,
          "entryPrice": 2710.805,
          "exitPrice": 2714.103,
          "stopDistance": 3.298,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 38
        },
        {
          "entryTs": 1737080100,
          "entryUtc": "2025-01-17T02:15:00.000Z",
          "exitTs": 1737092280,
          "dir": 1,
          "entryPrice": 2715.785,
          "exitPrice": 2712.262,
          "stopDistance": 3.523,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 203
        },
        {
          "entryTs": 1737126900,
          "entryUtc": "2025-01-17T15:15:00.000Z",
          "exitTs": 1737139620,
          "dir": 1,
          "entryPrice": 2712.335,
          "exitPrice": 2707.095,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 212
        },
        {
          "entryTs": 1737380700,
          "entryUtc": "2025-01-20T13:45:00.000Z",
          "exitTs": 1737380820,
          "dir": -1,
          "entryPrice": 2704.265,
          "exitPrice": 2709.024,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 2
        },
        {
          "entryTs": 1737381600,
          "entryUtc": "2025-01-20T14:00:00.000Z",
          "exitTs": 1737382080,
          "dir": -1,
          "entryPrice": 2704.955,
          "exitPrice": 2710.142,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 8
        },
        {
          "entryTs": 1737382500,
          "entryUtc": "2025-01-20T14:15:00.000Z",
          "exitTs": 1737385320,
          "dir": 1,
          "entryPrice": 2710.275,
          "exitPrice": 2704.845,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 47
        },
        {
          "entryTs": 1737423000,
          "entryUtc": "2025-01-21T01:30:00.000Z",
          "exitTs": 1737427140,
          "dir": 1,
          "entryPrice": 2712.315,
          "exitPrice": 2723.686,
          "stopDistance": 5.686,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 69
        },
        {
          "entryTs": 1737460800,
          "entryUtc": "2025-01-21T12:00:00.000Z",
          "exitTs": 1737470400,
          "dir": 1,
          "entryPrice": 2723.865,
          "exitPrice": 2733.721,
          "stopDistance": 4.928,
          "outcome": "target",
          "netR": 1.9249,
          "holdMinutes": 160
        },
        {
          "entryTs": 1737527400,
          "entryUtc": "2025-01-22T06:30:00.000Z",
          "exitTs": 1737530940,
          "dir": -1,
          "entryPrice": 2746.715,
          "exitPrice": 2750.995,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 59
        },
        {
          "entryTs": 1737591300,
          "entryUtc": "2025-01-23T00:15:00.000Z",
          "exitTs": 1737624060,
          "dir": -1,
          "entryPrice": 2753.628,
          "exitPrice": 2747.863,
          "stopDistance": 2.883,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 546
        },
        {
          "entryTs": 1737752400,
          "entryUtc": "2025-01-24T21:00:00.000Z",
          "exitTs": 1737932400,
          "dir": -1,
          "entryPrice": 2770.875,
          "exitPrice": 2767.505,
          "stopDistance": 3.922,
          "outcome": "time",
          "netR": 0.7649,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1737942300,
          "entryUtc": "2025-01-27T01:45:00.000Z",
          "exitTs": 1737944520,
          "dir": -1,
          "entryPrice": 2763.065,
          "exitPrice": 2754.527,
          "stopDistance": 4.269,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 37
        },
        {
          "entryTs": 1737966600,
          "entryUtc": "2025-01-27T08:30:00.000Z",
          "exitTs": 1737973680,
          "dir": 1,
          "entryPrice": 2756.155,
          "exitPrice": 2766.188,
          "stopDistance": 5.016,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 118
        },
        {
          "entryTs": 1738030500,
          "entryUtc": "2025-01-28T02:15:00.000Z",
          "exitTs": 1738040940,
          "dir": -1,
          "entryPrice": 2739.405,
          "exitPrice": 2744.022,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 174
        },
        {
          "entryTs": 1738113300,
          "entryUtc": "2025-01-29T01:15:00.000Z",
          "exitTs": 1738120560,
          "dir": 1,
          "entryPrice": 2765.025,
          "exitPrice": 2762.647,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 121
        },
        {
          "entryTs": 1738139400,
          "entryUtc": "2025-01-29T08:30:00.000Z",
          "exitTs": 1738141500,
          "dir": 1,
          "entryPrice": 2764.345,
          "exitPrice": 2761.496,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 35
        },
        {
          "entryTs": 1738164600,
          "entryUtc": "2025-01-29T15:30:00.000Z",
          "exitTs": 1738166460,
          "dir": -1,
          "entryPrice": 2750.105,
          "exitPrice": 2755.042,
          "stopDistance": 4.937,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 31
        },
        {
          "entryTs": 1738179900,
          "entryUtc": "2025-01-29T19:45:00.000Z",
          "exitTs": 1738220280,
          "dir": 1,
          "entryPrice": 2754.238,
          "exitPrice": 2765.891,
          "stopDistance": 5.826,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 673
        },
        {
          "entryTs": 1738220400,
          "entryUtc": "2025-01-30T07:00:00.000Z",
          "exitTs": 1738224480,
          "dir": 1,
          "entryPrice": 2765.248,
          "exitPrice": 2771.437,
          "stopDistance": 3.094,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 68
        },
        {
          "entryTs": 1738282500,
          "entryUtc": "2025-01-31T00:15:00.000Z",
          "exitTs": 1738306620,
          "dir": 1,
          "entryPrice": 2797.465,
          "exitPrice": 2792.346,
          "stopDistance": 5.119,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 402
        },
        {
          "entryTs": 1738308600,
          "entryUtc": "2025-01-31T07:30:00.000Z",
          "exitTs": 1738310820,
          "dir": 1,
          "entryPrice": 2799.485,
          "exitPrice": 2795.998,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 37
        },
        {
          "entryTs": 1738312200,
          "entryUtc": "2025-01-31T08:30:00.000Z",
          "exitTs": 1738323360,
          "dir": -1,
          "entryPrice": 2793.388,
          "exitPrice": 2797.391,
          "stopDistance": 4.003,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 186
        },
        {
          "entryTs": 1738539000,
          "entryUtc": "2025-02-02T23:30:00.000Z",
          "exitTs": 1738548540,
          "dir": -1,
          "entryPrice": 2791.325,
          "exitPrice": 2775.458,
          "stopDistance": 7.934,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 159
        },
        {
          "entryTs": 1738581300,
          "entryUtc": "2025-02-03T11:15:00.000Z",
          "exitTs": 1738591800,
          "dir": 1,
          "entryPrice": 2801.645,
          "exitPrice": 2813.43,
          "stopDistance": 5.892,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 175
        },
        {
          "entryTs": 1738617300,
          "entryUtc": "2025-02-03T21:15:00.000Z",
          "exitTs": 1738632420,
          "dir": -1,
          "entryPrice": 2815.465,
          "exitPrice": 2820.815,
          "stopDistance": 5.35,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 252
        },
        {
          "entryTs": 1738702800,
          "entryUtc": "2025-02-04T21:00:00.000Z",
          "exitTs": 1738719840,
          "dir": 1,
          "entryPrice": 2844.155,
          "exitPrice": 2839.753,
          "stopDistance": 4.402,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 284
        },
        {
          "entryTs": 1738719900,
          "entryUtc": "2025-02-05T01:45:00.000Z",
          "exitTs": 1738720320,
          "dir": -1,
          "entryPrice": 2839.765,
          "exitPrice": 2844.299,
          "stopDistance": 4.534,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 7
        },
        {
          "entryTs": 1738721700,
          "entryUtc": "2025-02-05T02:15:00.000Z",
          "exitTs": 1738742280,
          "dir": 1,
          "entryPrice": 2852.215,
          "exitPrice": 2863.258,
          "stopDistance": 5.521,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 343
        },
        {
          "entryTs": 1738768500,
          "entryUtc": "2025-02-05T15:15:00.000Z",
          "exitTs": 1738772100,
          "dir": 1,
          "entryPrice": 2873.905,
          "exitPrice": 2867.504,
          "stopDistance": 6.401,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 60
        },
        {
          "entryTs": 1738796400,
          "entryUtc": "2025-02-05T23:00:00.000Z",
          "exitTs": 1738824600,
          "dir": 1,
          "entryPrice": 2865.995,
          "exitPrice": 2860.633,
          "stopDistance": 5.362,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 470
        },
        {
          "entryTs": 1738851300,
          "entryUtc": "2025-02-06T14:15:00.000Z",
          "exitTs": 1738853880,
          "dir": -1,
          "entryPrice": 2854.575,
          "exitPrice": 2842.782,
          "stopDistance": 5.896,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 43
        },
        {
          "entryTs": 1738933200,
          "entryUtc": "2025-02-07T13:00:00.000Z",
          "exitTs": 1738935000,
          "dir": -1,
          "entryPrice": 2863.525,
          "exitPrice": 2867.455,
          "stopDistance": 3.93,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 30
        },
        {
          "entryTs": 1738938600,
          "entryUtc": "2025-02-07T14:30:00.000Z",
          "exitTs": 1738945020,
          "dir": 1,
          "entryPrice": 2873.258,
          "exitPrice": 2866.043,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 107
        },
        {
          "entryTs": 1739259000,
          "entryUtc": "2025-02-11T07:30:00.000Z",
          "exitTs": 1739278200,
          "dir": -1,
          "entryPrice": 2910.955,
          "exitPrice": 2893.948,
          "stopDistance": 8.504,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 320
        },
        {
          "entryTs": 1739369700,
          "entryUtc": "2025-02-12T14:15:00.000Z",
          "exitTs": 1739416920,
          "dir": 1,
          "entryPrice": 2893.555,
          "exitPrice": 2912.534,
          "stopDistance": 9.49,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 787
        },
        {
          "entryTs": 1739533500,
          "entryUtc": "2025-02-14T11:45:00.000Z",
          "exitTs": 1739540520,
          "dir": -1,
          "entryPrice": 2933.755,
          "exitPrice": 2924.89,
          "stopDistance": 4.432,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 117
        },
        {
          "entryTs": 1739842200,
          "entryUtc": "2025-02-18T01:30:00.000Z",
          "exitTs": 1739844840,
          "dir": -1,
          "entryPrice": 2894.925,
          "exitPrice": 2898.096,
          "stopDistance": 3.17,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 44
        },
        {
          "entryTs": 1739846700,
          "entryUtc": "2025-02-18T02:45:00.000Z",
          "exitTs": 1739854920,
          "dir": 1,
          "entryPrice": 2903.145,
          "exitPrice": 2911.626,
          "stopDistance": 4.24,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 137
        },
        {
          "entryTs": 1739874600,
          "entryUtc": "2025-02-18T10:30:00.000Z",
          "exitTs": 1739879700,
          "dir": -1,
          "entryPrice": 2909.675,
          "exitPrice": 2913.689,
          "stopDistance": 4.014,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 85
        },
        {
          "entryTs": 1739880000,
          "entryUtc": "2025-02-18T12:00:00.000Z",
          "exitTs": 1739887860,
          "dir": 1,
          "entryPrice": 2914.045,
          "exitPrice": 2922.157,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 131
        },
        {
          "entryTs": 1739930400,
          "entryUtc": "2025-02-19T02:00:00.000Z",
          "exitTs": 1739932260,
          "dir": 1,
          "entryPrice": 2938.265,
          "exitPrice": 2934.264,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 31
        },
        {
          "entryTs": 1739995200,
          "entryUtc": "2025-02-19T20:00:00.000Z",
          "exitTs": 1740028800,
          "dir": 1,
          "entryPrice": 2931.695,
          "exitPrice": 2944.288,
          "stopDistance": 6.297,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 560
        },
        {
          "entryTs": 1740148200,
          "entryUtc": "2025-02-21T14:30:00.000Z",
          "exitTs": 1740148500,
          "dir": 1,
          "entryPrice": 2935.368,
          "exitPrice": 2929.69,
          "stopDistance": 5.678,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 5
        },
        {
          "entryTs": 1740151800,
          "entryUtc": "2025-02-21T15:30:00.000Z",
          "exitTs": 1740154500,
          "dir": -1,
          "entryPrice": 2925.235,
          "exitPrice": 2932.565,
          "stopDistance": 7.33,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 45
        },
        {
          "entryTs": 1740156300,
          "entryUtc": "2025-02-21T16:45:00.000Z",
          "exitTs": 1740351600,
          "dir": 1,
          "entryPrice": 2936.135,
          "exitPrice": 2933.698,
          "stopDistance": 7.157,
          "outcome": "time",
          "netR": -0.3922,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1740366000,
          "entryUtc": "2025-02-24T03:00:00.000Z",
          "exitTs": 1740405180,
          "dir": 1,
          "entryPrice": 2940.645,
          "exitPrice": 2953.241,
          "stopDistance": 6.298,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 653
        },
        {
          "entryTs": 1740407400,
          "entryUtc": "2025-02-24T14:30:00.000Z",
          "exitTs": 1740423780,
          "dir": -1,
          "entryPrice": 2942.445,
          "exitPrice": 2948.88,
          "stopDistance": 6.434,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 273
        },
        {
          "entryTs": 1740497400,
          "entryUtc": "2025-02-25T15:30:00.000Z",
          "exitTs": 1740499680,
          "dir": -1,
          "entryPrice": 2910.118,
          "exitPrice": 2892.489,
          "stopDistance": 8.814,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 38
        },
        {
          "entryTs": 1740619800,
          "entryUtc": "2025-02-27T01:30:00.000Z",
          "exitTs": 1740620280,
          "dir": -1,
          "entryPrice": 2913.445,
          "exitPrice": 2917.443,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 8
        },
        {
          "entryTs": 1740667500,
          "entryUtc": "2025-02-27T14:45:00.000Z",
          "exitTs": 1740714120,
          "dir": -1,
          "entryPrice": 2881.695,
          "exitPrice": 2864.6,
          "stopDistance": 8.547,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 777
        },
        {
          "entryTs": 1740992400,
          "entryUtc": "2025-03-03T09:00:00.000Z",
          "exitTs": 1741012500,
          "dir": 1,
          "entryPrice": 2868.495,
          "exitPrice": 2879.279,
          "stopDistance": 5.392,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 335
        },
        {
          "entryTs": 1741037400,
          "entryUtc": "2025-03-03T21:30:00.000Z",
          "exitTs": 1741050420,
          "dir": 1,
          "entryPrice": 2894.465,
          "exitPrice": 2888.023,
          "stopDistance": 6.442,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 217
        },
        {
          "entryTs": 1741070700,
          "entryUtc": "2025-03-04T06:45:00.000Z",
          "exitTs": 1741072260,
          "dir": -1,
          "entryPrice": 2885.985,
          "exitPrice": 2890.536,
          "stopDistance": 4.551,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 26
        },
        {
          "entryTs": 1741073400,
          "entryUtc": "2025-03-04T07:30:00.000Z",
          "exitTs": 1741076880,
          "dir": 1,
          "entryPrice": 2899.045,
          "exitPrice": 2910.141,
          "stopDistance": 5.548,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 58
        },
        {
          "entryTs": 1741162500,
          "entryUtc": "2025-03-05T08:15:00.000Z",
          "exitTs": 1741166760,
          "dir": 1,
          "entryPrice": 2921.058,
          "exitPrice": 2915.303,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 71
        },
        {
          "entryTs": 1741225500,
          "entryUtc": "2025-03-06T01:45:00.000Z",
          "exitTs": 1741234080,
          "dir": 1,
          "entryPrice": 2922.435,
          "exitPrice": 2918.28,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 143
        },
        {
          "entryTs": 1741359600,
          "entryUtc": "2025-03-07T15:00:00.000Z",
          "exitTs": 1741361880,
          "dir": 1,
          "entryPrice": 2926.265,
          "exitPrice": 2917.781,
          "stopDistance": 8.484,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 38
        },
        {
          "entryTs": 1741572900,
          "entryUtc": "2025-03-10T02:15:00.000Z",
          "exitTs": 1741596180,
          "dir": -1,
          "entryPrice": 2910.405,
          "exitPrice": 2900.024,
          "stopDistance": 5.19,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 388
        },
        {
          "entryTs": 1741599000,
          "entryUtc": "2025-03-10T09:30:00.000Z",
          "exitTs": 1741601880,
          "dir": 1,
          "entryPrice": 2912.525,
          "exitPrice": 2906.016,
          "stopDistance": 6.509,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 48
        },
        {
          "entryTs": 1741676400,
          "entryUtc": "2025-03-11T07:00:00.000Z",
          "exitTs": 1741678620,
          "dir": 1,
          "entryPrice": 2902.245,
          "exitPrice": 2897.625,
          "stopDistance": 4.62,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 37
        },
        {
          "entryTs": 1741698900,
          "entryUtc": "2025-03-11T13:15:00.000Z",
          "exitTs": 1741699860,
          "dir": -1,
          "entryPrice": 2907.685,
          "exitPrice": 2912.577,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 16
        },
        {
          "entryTs": 1741700700,
          "entryUtc": "2025-03-11T13:45:00.000Z",
          "exitTs": 1741703580,
          "dir": 1,
          "entryPrice": 2919.539,
          "exitPrice": 2913.661,
          "stopDistance": 5.878,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 48
        },
        {
          "entryTs": 1741752900,
          "entryUtc": "2025-03-12T04:15:00.000Z",
          "exitTs": 1741759440,
          "dir": -1,
          "entryPrice": 2913.728,
          "exitPrice": 2917.47,
          "stopDistance": 3.742,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 109
        },
        {
          "entryTs": 1741760100,
          "entryUtc": "2025-03-12T06:15:00.000Z",
          "exitTs": 1741760940,
          "dir": 1,
          "entryPrice": 2919.985,
          "exitPrice": 2916.132,
          "stopDistance": 3.854,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 14
        },
        {
          "entryTs": 1741762800,
          "entryUtc": "2025-03-12T07:00:00.000Z",
          "exitTs": 1741766820,
          "dir": -1,
          "entryPrice": 2911.585,
          "exitPrice": 2916.021,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 67
        },
        {
          "entryTs": 1741770000,
          "entryUtc": "2025-03-12T09:00:00.000Z",
          "exitTs": 1741772280,
          "dir": 1,
          "entryPrice": 2922.065,
          "exitPrice": 2917.404,
          "stopDistance": 4.661,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 38
        },
        {
          "entryTs": 1741792500,
          "entryUtc": "2025-03-12T15:15:00.000Z",
          "exitTs": 1741827720,
          "dir": 1,
          "entryPrice": 2927.848,
          "exitPrice": 2940.436,
          "stopDistance": 6.294,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 587
        },
        {
          "entryTs": 1741914900,
          "entryUtc": "2025-03-14T01:15:00.000Z",
          "exitTs": 1741915680,
          "dir": 1,
          "entryPrice": 2989.665,
          "exitPrice": 2984.649,
          "stopDistance": 5.016,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 13
        },
        {
          "entryTs": 1741915800,
          "entryUtc": "2025-03-14T01:30:00.000Z",
          "exitTs": 1741924140,
          "dir": -1,
          "entryPrice": 2983.848,
          "exitPrice": 2989.176,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 139
        },
        {
          "entryTs": 1741930200,
          "entryUtc": "2025-03-14T05:30:00.000Z",
          "exitTs": 1741939560,
          "dir": -1,
          "entryPrice": 2983.445,
          "exitPrice": 2988.274,
          "stopDistance": 4.829,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 156
        },
        {
          "entryTs": 1742193000,
          "entryUtc": "2025-03-17T06:30:00.000Z",
          "exitTs": 1742197500,
          "dir": 1,
          "entryPrice": 2989.885,
          "exitPrice": 2986.159,
          "stopDistance": 3.726,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 75
        },
        {
          "entryTs": 1742213700,
          "entryUtc": "2025-03-17T12:15:00.000Z",
          "exitTs": 1742221320,
          "dir": -1,
          "entryPrice": 2990.525,
          "exitPrice": 2995.06,
          "stopDistance": 4.535,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 127
        },
        {
          "entryTs": 1742256000,
          "entryUtc": "2025-03-18T00:00:00.000Z",
          "exitTs": 1742257440,
          "dir": -1,
          "entryPrice": 2999.508,
          "exitPrice": 3002.403,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 24
        },
        {
          "entryTs": 1742354100,
          "entryUtc": "2025-03-19T03:15:00.000Z",
          "exitTs": 1742362620,
          "dir": 1,
          "entryPrice": 3034.665,
          "exitPrice": 3041.795,
          "stopDistance": 3.565,
          "outcome": "target",
          "netR": 1.8962,
          "holdMinutes": 142
        },
        {
          "entryTs": 1742445900,
          "entryUtc": "2025-03-20T04:45:00.000Z",
          "exitTs": 1742446740,
          "dir": 1,
          "entryPrice": 3056.795,
          "exitPrice": 3051.958,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 14
        },
        {
          "entryTs": 1742515200,
          "entryUtc": "2025-03-21T00:00:00.000Z",
          "exitTs": 1742516160,
          "dir": 1,
          "entryPrice": 3046.245,
          "exitPrice": 3042.972,
          "stopDistance": 3.273,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 16
        },
        {
          "entryTs": 1742518800,
          "entryUtc": "2025-03-21T01:00:00.000Z",
          "exitTs": 1742521560,
          "dir": -1,
          "entryPrice": 3042.655,
          "exitPrice": 3036.188,
          "stopDistance": 3.233,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 46
        },
        {
          "entryTs": 1742564700,
          "entryUtc": "2025-03-21T13:45:00.000Z",
          "exitTs": 1742566080,
          "dir": -1,
          "entryPrice": 3014.638,
          "exitPrice": 3001.122,
          "stopDistance": 6.758,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 23
        },
        {
          "entryTs": 1742778000,
          "entryUtc": "2025-03-24T01:00:00.000Z",
          "exitTs": 1742778420,
          "dir": -1,
          "entryPrice": 3018.305,
          "exitPrice": 3022.39,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 7
        },
        {
          "entryTs": 1742874300,
          "entryUtc": "2025-03-25T03:45:00.000Z",
          "exitTs": 1742889360,
          "dir": 1,
          "entryPrice": 3015.835,
          "exitPrice": 3011.796,
          "stopDistance": 4.039,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 251
        },
        {
          "entryTs": 1742892300,
          "entryUtc": "2025-03-25T08:45:00.000Z",
          "exitTs": 1742905320,
          "dir": 1,
          "entryPrice": 3019.875,
          "exitPrice": 3015.305,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 217
        },
        {
          "entryTs": 1742910300,
          "entryUtc": "2025-03-25T13:45:00.000Z",
          "exitTs": 1742915520,
          "dir": 1,
          "entryPrice": 3027.395,
          "exitPrice": 3021.913,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 87
        },
        {
          "entryTs": 1742949900,
          "entryUtc": "2025-03-26T00:45:00.000Z",
          "exitTs": 1742952960,
          "dir": -1,
          "entryPrice": 3017.805,
          "exitPrice": 3020.65,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 51
        },
        {
          "entryTs": 1742953500,
          "entryUtc": "2025-03-26T01:45:00.000Z",
          "exitTs": 1742959500,
          "dir": 1,
          "entryPrice": 3022.395,
          "exitPrice": 3019.183,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 100
        },
        {
          "entryTs": 1742959800,
          "entryUtc": "2025-03-26T03:30:00.000Z",
          "exitTs": 1742968500,
          "dir": -1,
          "entryPrice": 3018.535,
          "exitPrice": 3022.1,
          "stopDistance": 3.565,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 145
        },
        {
          "entryTs": 1743120900,
          "entryUtc": "2025-03-28T00:15:00.000Z",
          "exitTs": 1743124440,
          "dir": 1,
          "entryPrice": 3057.948,
          "exitPrice": 3065.685,
          "stopDistance": 3.869,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 59
        },
        {
          "entryTs": 1743150600,
          "entryUtc": "2025-03-28T08:30:00.000Z",
          "exitTs": 1743151980,
          "dir": -1,
          "entryPrice": 3065.955,
          "exitPrice": 3072.086,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 23
        },
        {
          "entryTs": 1743170400,
          "entryUtc": "2025-03-28T14:00:00.000Z",
          "exitTs": 1743172140,
          "dir": 1,
          "entryPrice": 3083.045,
          "exitPrice": 3075.449,
          "stopDistance": 7.596,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 29
        },
        {
          "entryTs": 1743174000,
          "entryUtc": "2025-03-28T15:00:00.000Z",
          "exitTs": 1743175200,
          "dir": -1,
          "entryPrice": 3069.775,
          "exitPrice": 3078.404,
          "stopDistance": 8.629,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 20
        },
        {
          "entryTs": 1743428700,
          "entryUtc": "2025-03-31T13:45:00.000Z",
          "exitTs": 1743429420,
          "dir": -1,
          "entryPrice": 3103.998,
          "exitPrice": 3113.029,
          "stopDistance": 9.031,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 12
        },
        {
          "entryTs": 1743516900,
          "entryUtc": "2025-04-01T14:15:00.000Z",
          "exitTs": 1743523560,
          "dir": -1,
          "entryPrice": 3125.215,
          "exitPrice": 3109.834,
          "stopDistance": 7.691,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 111
        },
        {
          "entryTs": 1743713100,
          "entryUtc": "2025-04-03T20:45:00.000Z",
          "exitTs": 1743726960,
          "dir": 1,
          "entryPrice": 3116.855,
          "exitPrice": 3106.377,
          "stopDistance": 10.478,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 231
        },
        {
          "entryTs": 1743978600,
          "entryUtc": "2025-04-06T22:30:00.000Z",
          "exitTs": 1743982680,
          "dir": -1,
          "entryPrice": 3014.348,
          "exitPrice": 2976.677,
          "stopDistance": 18.835,
          "outcome": "target",
          "netR": 1.9804,
          "holdMinutes": 68
        },
        {
          "entryTs": 1743990300,
          "entryUtc": "2025-04-07T01:45:00.000Z",
          "exitTs": 1743994800,
          "dir": 1,
          "entryPrice": 3051.445,
          "exitPrice": 3023.495,
          "stopDistance": 27.951,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 75
        },
        {
          "entryTs": 1744072200,
          "entryUtc": "2025-04-08T00:30:00.000Z",
          "exitTs": 1744093140,
          "dir": 1,
          "entryPrice": 2988.625,
          "exitPrice": 3008.357,
          "stopDistance": 9.866,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 349
        },
        {
          "entryTs": 1744110900,
          "entryUtc": "2025-04-08T11:15:00.000Z",
          "exitTs": 1744116840,
          "dir": 1,
          "entryPrice": 3011.185,
          "exitPrice": 3002.915,
          "stopDistance": 8.27,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 99
        },
        {
          "entryTs": 1744155900,
          "entryUtc": "2025-04-08T23:45:00.000Z",
          "exitTs": 1744157160,
          "dir": -1,
          "entryPrice": 2973.465,
          "exitPrice": 2982.797,
          "stopDistance": 9.332,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 21
        },
        {
          "entryTs": 1744162200,
          "entryUtc": "2025-04-09T01:30:00.000Z",
          "exitTs": 1744175520,
          "dir": 1,
          "entryPrice": 2990.045,
          "exitPrice": 3014.377,
          "stopDistance": 12.166,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 222
        },
        {
          "entryTs": 1744198200,
          "entryUtc": "2025-04-09T11:30:00.000Z",
          "exitTs": 1744201860,
          "dir": 1,
          "entryPrice": 3060.105,
          "exitPrice": 3048.096,
          "stopDistance": 12.009,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 61
        },
        {
          "entryTs": 1744219800,
          "entryUtc": "2025-04-09T17:30:00.000Z",
          "exitTs": 1744225500,
          "dir": -1,
          "entryPrice": 3059.895,
          "exitPrice": 3077.046,
          "stopDistance": 17.151,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 95
        },
        {
          "entryTs": 1744227000,
          "entryUtc": "2025-04-09T19:30:00.000Z",
          "exitTs": 1744236360,
          "dir": 1,
          "entryPrice": 3091.405,
          "exitPrice": 3071.561,
          "stopDistance": 19.844,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 156
        },
        {
          "entryTs": 1744294500,
          "entryUtc": "2025-04-10T14:15:00.000Z",
          "exitTs": 1744299540,
          "dir": 1,
          "entryPrice": 3142.415,
          "exitPrice": 3172.433,
          "stopDistance": 15.009,
          "outcome": "target",
          "netR": 1.9753,
          "holdMinutes": 84
        },
        {
          "entryTs": 1744807500,
          "entryUtc": "2025-04-16T12:45:00.000Z",
          "exitTs": 1744809720,
          "dir": 1,
          "entryPrice": 3312.409,
          "exitPrice": 3301.581,
          "stopDistance": 10.828,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 37
        },
        {
          "entryTs": 1744817400,
          "entryUtc": "2025-04-16T15:30:00.000Z",
          "exitTs": 1744827900,
          "dir": 1,
          "entryPrice": 3313.665,
          "exitPrice": 3337.697,
          "stopDistance": 12.016,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 175
        },
        {
          "entryTs": 1744869600,
          "entryUtc": "2025-04-17T06:00:00.000Z",
          "exitTs": 1744892100,
          "dir": -1,
          "entryPrice": 3329.095,
          "exitPrice": 3339.002,
          "stopDistance": 9.907,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 375
        },
        {
          "entryTs": 1744921800,
          "entryUtc": "2025-04-17T20:30:00.000Z",
          "exitTs": 1745186400,
          "dir": 1,
          "entryPrice": 3324.795,
          "exitPrice": 3331.305,
          "stopDistance": 8.937,
          "outcome": "time",
          "netR": 0.6871,
          "holdMinutes": 4410
        },
        {
          "entryTs": 1745215200,
          "entryUtc": "2025-04-21T06:00:00.000Z",
          "exitTs": 1745235780,
          "dir": 1,
          "entryPrice": 3385.175,
          "exitPrice": 3402.629,
          "stopDistance": 8.727,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 343
        },
        {
          "entryTs": 1745235900,
          "entryUtc": "2025-04-21T11:45:00.000Z",
          "exitTs": 1745240460,
          "dir": 1,
          "entryPrice": 3403.425,
          "exitPrice": 3420.112,
          "stopDistance": 8.343,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 76
        },
        {
          "entryTs": 1745262000,
          "entryUtc": "2025-04-21T19:00:00.000Z",
          "exitTs": 1745280180,
          "dir": 1,
          "entryPrice": 3426.179,
          "exitPrice": 3416.099,
          "stopDistance": 10.08,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 303
        },
        {
          "entryTs": 1745280900,
          "entryUtc": "2025-04-22T00:15:00.000Z",
          "exitTs": 1745281200,
          "dir": -1,
          "entryPrice": 3416.759,
          "exitPrice": 3428.084,
          "stopDistance": 11.325,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 5
        },
        {
          "entryTs": 1745285400,
          "entryUtc": "2025-04-22T01:30:00.000Z",
          "exitTs": 1745289660,
          "dir": 1,
          "entryPrice": 3439.635,
          "exitPrice": 3465.438,
          "stopDistance": 12.901,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 71
        },
        {
          "entryTs": 1745306100,
          "entryUtc": "2025-04-22T07:15:00.000Z",
          "exitTs": 1745307600,
          "dir": -1,
          "entryPrice": 3461.795,
          "exitPrice": 3478.181,
          "stopDistance": 16.386,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 25
        },
        {
          "entryTs": 1745387100,
          "entryUtc": "2025-04-23T05:45:00.000Z",
          "exitTs": 1745415480,
          "dir": -1,
          "entryPrice": 3325.495,
          "exitPrice": 3288.205,
          "stopDistance": 18.645,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 473
        },
        {
          "entryTs": 1745478900,
          "entryUtc": "2025-04-24T07:15:00.000Z",
          "exitTs": 1745480340,
          "dir": 1,
          "entryPrice": 3337.685,
          "exitPrice": 3323.658,
          "stopDistance": 14.027,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 24
        },
        {
          "entryTs": 1745502300,
          "entryUtc": "2025-04-24T13:45:00.000Z",
          "exitTs": 1745505960,
          "dir": -1,
          "entryPrice": 3316.215,
          "exitPrice": 3328.328,
          "stopDistance": 12.113,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 61
        },
        {
          "entryTs": 1745840700,
          "entryUtc": "2025-04-28T11:45:00.000Z",
          "exitTs": 1745850120,
          "dir": 1,
          "entryPrice": 3292.925,
          "exitPrice": 3312.018,
          "stopDistance": 9.547,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 157
        },
        {
          "entryTs": 1745917200,
          "entryUtc": "2025-04-29T09:00:00.000Z",
          "exitTs": 1745933940,
          "dir": -1,
          "entryPrice": 3311.515,
          "exitPrice": 3320.625,
          "stopDistance": 9.11,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 279
        },
        {
          "entryTs": 1745978400,
          "entryUtc": "2025-04-30T02:00:00.000Z",
          "exitTs": 1746000840,
          "dir": -1,
          "entryPrice": 3307.825,
          "exitPrice": 3289.287,
          "stopDistance": 9.269,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 374
        },
        {
          "entryTs": 1746016200,
          "entryUtc": "2025-04-30T12:30:00.000Z",
          "exitTs": 1746020160,
          "dir": 1,
          "entryPrice": 3289.365,
          "exitPrice": 3312.82,
          "stopDistance": 11.727,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 66
        },
        {
          "entryTs": 1746147600,
          "entryUtc": "2025-05-02T01:00:00.000Z",
          "exitTs": 1746151620,
          "dir": -1,
          "entryPrice": 3231.165,
          "exitPrice": 3240.223,
          "stopDistance": 9.058,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 67
        },
        {
          "entryTs": 1746152100,
          "entryUtc": "2025-05-02T02:15:00.000Z",
          "exitTs": 1746166800,
          "dir": 1,
          "entryPrice": 3242.785,
          "exitPrice": 3260.479,
          "stopDistance": 8.847,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 245
        },
        {
          "entryTs": 1746179100,
          "entryUtc": "2025-05-02T09:45:00.000Z",
          "exitTs": 1746182100,
          "dir": 1,
          "entryPrice": 3265.655,
          "exitPrice": 3257.51,
          "stopDistance": 8.146,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 50
        },
        {
          "entryTs": 1746189900,
          "entryUtc": "2025-05-02T12:45:00.000Z",
          "exitTs": 1746197880,
          "dir": -1,
          "entryPrice": 3255.625,
          "exitPrice": 3264.326,
          "stopDistance": 8.701,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 133
        },
        {
          "entryTs": 1746200700,
          "entryUtc": "2025-05-02T15:45:00.000Z",
          "exitTs": 1746396000,
          "dir": -1,
          "entryPrice": 3236.715,
          "exitPrice": 3242.075,
          "stopDistance": 13.743,
          "outcome": "time",
          "netR": -0.4169,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1746491400,
          "entryUtc": "2025-05-06T00:30:00.000Z",
          "exitTs": 1746493200,
          "dir": -1,
          "entryPrice": 3324.515,
          "exitPrice": 3332.486,
          "stopDistance": 7.971,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 30
        },
        {
          "entryTs": 1746494100,
          "entryUtc": "2025-05-06T01:15:00.000Z",
          "exitTs": 1746497940,
          "dir": 1,
          "entryPrice": 3361.835,
          "exitPrice": 3384.614,
          "stopDistance": 11.389,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 64
        },
        {
          "entryTs": 1746516600,
          "entryUtc": "2025-05-06T07:30:00.000Z",
          "exitTs": 1746540660,
          "dir": 1,
          "entryPrice": 3374.195,
          "exitPrice": 3397.883,
          "stopDistance": 11.844,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 401
        },
        {
          "entryTs": 1746549000,
          "entryUtc": "2025-05-06T16:30:00.000Z",
          "exitTs": 1746563520,
          "dir": 1,
          "entryPrice": 3403.935,
          "exitPrice": 3425.074,
          "stopDistance": 10.57,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 242
        },
        {
          "entryTs": 1746570600,
          "entryUtc": "2025-05-06T22:30:00.000Z",
          "exitTs": 1746571020,
          "dir": -1,
          "entryPrice": 3387.403,
          "exitPrice": 3402.042,
          "stopDistance": 14.639,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 7
        },
        {
          "entryTs": 1746603900,
          "entryUtc": "2025-05-07T07:45:00.000Z",
          "exitTs": 1746669060,
          "dir": -1,
          "entryPrice": 3386.335,
          "exitPrice": 3398.291,
          "stopDistance": 11.956,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 1086
        },
        {
          "entryTs": 1746754200,
          "entryUtc": "2025-05-09T01:30:00.000Z",
          "exitTs": 1746756720,
          "dir": -1,
          "entryPrice": 3302.105,
          "exitPrice": 3278.722,
          "stopDistance": 11.691,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 42
        },
        {
          "entryTs": 1746800100,
          "entryUtc": "2025-05-09T14:15:00.000Z",
          "exitTs": 1746800520,
          "dir": -1,
          "entryPrice": 3321.575,
          "exitPrice": 3331.505,
          "stopDistance": 9.93,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 7
        },
        {
          "entryTs": 1746803700,
          "entryUtc": "2025-05-09T15:15:00.000Z",
          "exitTs": 1746818940,
          "dir": 1,
          "entryPrice": 3340.565,
          "exitPrice": 3329.545,
          "stopDistance": 11.02,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 254
        },
        {
          "entryTs": 1747100700,
          "entryUtc": "2025-05-13T01:45:00.000Z",
          "exitTs": 1747101000,
          "dir": -1,
          "entryPrice": 3216.925,
          "exitPrice": 3226.381,
          "stopDistance": 9.456,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 5
        },
        {
          "entryTs": 1747137600,
          "entryUtc": "2025-05-13T12:00:00.000Z",
          "exitTs": 1747143600,
          "dir": -1,
          "entryPrice": 3248.945,
          "exitPrice": 3233.536,
          "stopDistance": 7.705,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 100
        },
        {
          "entryTs": 1747151100,
          "entryUtc": "2025-05-13T15:45:00.000Z",
          "exitTs": 1747184460,
          "dir": 1,
          "entryPrice": 3250.505,
          "exitPrice": 3239.743,
          "stopDistance": 10.762,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 556
        },
        {
          "entryTs": 1747224000,
          "entryUtc": "2025-05-14T12:00:00.000Z",
          "exitTs": 1747226220,
          "dir": -1,
          "entryPrice": 3219.905,
          "exitPrice": 3202.441,
          "stopDistance": 8.732,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 37
        },
        {
          "entryTs": 1747249200,
          "entryUtc": "2025-05-14T19:00:00.000Z",
          "exitTs": 1747252500,
          "dir": -1,
          "entryPrice": 3171.475,
          "exitPrice": 3181.211,
          "stopDistance": 9.736,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 55
        },
        {
          "entryTs": 1747274400,
          "entryUtc": "2025-05-15T02:00:00.000Z",
          "exitTs": 1747276980,
          "dir": -1,
          "entryPrice": 3172.135,
          "exitPrice": 3154.307,
          "stopDistance": 8.914,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 43
        },
        {
          "entryTs": 1747383300,
          "entryUtc": "2025-05-16T08:15:00.000Z",
          "exitTs": 1747384980,
          "dir": -1,
          "entryPrice": 3197.155,
          "exitPrice": 3208.684,
          "stopDistance": 11.529,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 28
        },
        {
          "entryTs": 1747414800,
          "entryUtc": "2025-05-16T17:00:00.000Z",
          "exitTs": 1747605600,
          "dir": 1,
          "entryPrice": 3189.185,
          "exitPrice": 3212.64,
          "stopDistance": 11.728,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1747619100,
          "entryUtc": "2025-05-19T01:45:00.000Z",
          "exitTs": 1747642620,
          "dir": -1,
          "entryPrice": 3224.535,
          "exitPrice": 3237.896,
          "stopDistance": 13.361,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 392
        },
        {
          "entryTs": 1747659600,
          "entryUtc": "2025-05-19T13:00:00.000Z",
          "exitTs": 1747660500,
          "dir": -1,
          "entryPrice": 3229.245,
          "exitPrice": 3238.376,
          "stopDistance": 9.131,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 15
        },
        {
          "entryTs": 1747682100,
          "entryUtc": "2025-05-19T19:15:00.000Z",
          "exitTs": 1747692060,
          "dir": 1,
          "entryPrice": 3235.175,
          "exitPrice": 3227.418,
          "stopDistance": 7.757,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 166
        },
        {
          "entryTs": 1747764000,
          "entryUtc": "2025-05-20T18:00:00.000Z",
          "exitTs": 1747789200,
          "dir": 1,
          "entryPrice": 3286.285,
          "exitPrice": 3304.973,
          "stopDistance": 9.344,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 420
        },
        {
          "entryTs": 1748241000,
          "entryUtc": "2025-05-26T06:30:00.000Z",
          "exitTs": 1748251560,
          "dir": -1,
          "entryPrice": 3339.745,
          "exitPrice": 3325.165,
          "stopDistance": 7.29,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 176
        },
        {
          "entryTs": 1748309400,
          "entryUtc": "2025-05-27T01:30:00.000Z",
          "exitTs": 1748315760,
          "dir": -1,
          "entryPrice": 3339.105,
          "exitPrice": 3344.496,
          "stopDistance": 5.391,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 106
        },
        {
          "entryTs": 1748430000,
          "entryUtc": "2025-05-28T11:00:00.000Z",
          "exitTs": 1748439600,
          "dir": -1,
          "entryPrice": 3313.075,
          "exitPrice": 3298.898,
          "stopDistance": 7.089,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 160
        },
        {
          "entryTs": 1748439900,
          "entryUtc": "2025-05-28T13:45:00.000Z",
          "exitTs": 1748465460,
          "dir": -1,
          "entryPrice": 3301.235,
          "exitPrice": 3284.176,
          "stopDistance": 8.53,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 426
        },
        {
          "entryTs": 1748514600,
          "entryUtc": "2025-05-29T10:30:00.000Z",
          "exitTs": 1748522820,
          "dir": 1,
          "entryPrice": 3298.165,
          "exitPrice": 3315.311,
          "stopDistance": 8.573,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 137
        },
        {
          "entryTs": 1748565000,
          "entryUtc": "2025-05-30T00:30:00.000Z",
          "exitTs": 1748567880,
          "dir": -1,
          "entryPrice": 3313.005,
          "exitPrice": 3318.484,
          "stopDistance": 5.479,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 48
        },
        {
          "entryTs": 1748612700,
          "entryUtc": "2025-05-30T13:45:00.000Z",
          "exitTs": 1748815200,
          "dir": -1,
          "entryPrice": 3289.398,
          "exitPrice": 3298.298,
          "stopDistance": 10.552,
          "outcome": "time",
          "netR": -0.8785,
          "holdMinutes": 3375
        },
        {
          "entryTs": 1748933100,
          "entryUtc": "2025-06-03T06:45:00.000Z",
          "exitTs": 1748937900,
          "dir": -1,
          "entryPrice": 3355.198,
          "exitPrice": 3363.895,
          "stopDistance": 8.697,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 80
        },
        {
          "entryTs": 1748959200,
          "entryUtc": "2025-06-03T14:00:00.000Z",
          "exitTs": 1748972280,
          "dir": -1,
          "entryPrice": 3345.405,
          "exitPrice": 3354.25,
          "stopDistance": 8.845,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 218
        },
        {
          "entryTs": 1749000600,
          "entryUtc": "2025-06-04T01:30:00.000Z",
          "exitTs": 1749009660,
          "dir": 1,
          "entryPrice": 3363.745,
          "exitPrice": 3356.794,
          "stopDistance": 6.951,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 151
        },
        {
          "entryTs": 1749515400,
          "entryUtc": "2025-06-10T00:30:00.000Z",
          "exitTs": 1749518940,
          "dir": -1,
          "entryPrice": 3320.535,
          "exitPrice": 3309.466,
          "stopDistance": 5.534,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 59
        },
        {
          "entryTs": 1749568500,
          "entryUtc": "2025-06-10T15:15:00.000Z",
          "exitTs": 1749584100,
          "dir": -1,
          "entryPrice": 3325.555,
          "exitPrice": 3333.926,
          "stopDistance": 8.371,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 260
        },
        {
          "entryTs": 1749605400,
          "entryUtc": "2025-06-11T01:30:00.000Z",
          "exitTs": 1749606780,
          "dir": 1,
          "entryPrice": 3335.405,
          "exitPrice": 3328.486,
          "stopDistance": 6.919,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 23
        },
        {
          "entryTs": 1749628800,
          "entryUtc": "2025-06-11T08:00:00.000Z",
          "exitTs": 1749632760,
          "dir": 1,
          "entryPrice": 3345.409,
          "exitPrice": 3338.686,
          "stopDistance": 6.723,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 66
        },
        {
          "entryTs": 1749666600,
          "entryUtc": "2025-06-11T18:30:00.000Z",
          "exitTs": 1749681300,
          "dir": 1,
          "entryPrice": 3345.435,
          "exitPrice": 3365.6,
          "stopDistance": 10.082,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 245
        },
        {
          "entryTs": 1750045500,
          "entryUtc": "2025-06-16T03:45:00.000Z",
          "exitTs": 1750054860,
          "dir": -1,
          "entryPrice": 3432.215,
          "exitPrice": 3415.404,
          "stopDistance": 8.406,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 156
        },
        {
          "entryTs": 1750129200,
          "entryUtc": "2025-06-17T03:00:00.000Z",
          "exitTs": 1750156860,
          "dir": -1,
          "entryPrice": 3389.748,
          "exitPrice": 3398.267,
          "stopDistance": 8.519,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 461
        },
        {
          "entryTs": 1750273200,
          "entryUtc": "2025-06-18T19:00:00.000Z",
          "exitTs": 1750275060,
          "dir": -1,
          "entryPrice": 3378.869,
          "exitPrice": 3362.808,
          "stopDistance": 8.03,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 31
        },
        {
          "entryTs": 1750335300,
          "entryUtc": "2025-06-19T12:15:00.000Z",
          "exitTs": 1750353060,
          "dir": -1,
          "entryPrice": 3365.918,
          "exitPrice": 3373.083,
          "stopDistance": 7.165,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 296
        },
        {
          "entryTs": 1750371300,
          "entryUtc": "2025-06-19T22:15:00.000Z",
          "exitTs": 1750388640,
          "dir": -1,
          "entryPrice": 3364.715,
          "exitPrice": 3350.883,
          "stopDistance": 6.916,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 289
        },
        {
          "entryTs": 1750427100,
          "entryUtc": "2025-06-20T13:45:00.000Z",
          "exitTs": 1750629600,
          "dir": 1,
          "entryPrice": 3363.975,
          "exitPrice": 3379.389,
          "stopDistance": 7.707,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 3375
        },
        {
          "entryTs": 1750742100,
          "entryUtc": "2025-06-24T05:15:00.000Z",
          "exitTs": 1750744440,
          "dir": -1,
          "entryPrice": 3341.648,
          "exitPrice": 3327.037,
          "stopDistance": 7.306,
          "outcome": "target",
          "netR": 1.9494,
          "holdMinutes": 39
        },
        {
          "entryTs": 1750767300,
          "entryUtc": "2025-06-24T12:15:00.000Z",
          "exitTs": 1750772400,
          "dir": -1,
          "entryPrice": 3313.248,
          "exitPrice": 3297.339,
          "stopDistance": 7.954,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 85
        },
        {
          "entryTs": 1750810500,
          "entryUtc": "2025-06-25T00:15:00.000Z",
          "exitTs": 1750837440,
          "dir": 1,
          "entryPrice": 3326.385,
          "exitPrice": 3335.238,
          "stopDistance": 4.426,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 449
        },
        {
          "entryTs": 1750842900,
          "entryUtc": "2025-06-25T09:15:00.000Z",
          "exitTs": 1750846260,
          "dir": -1,
          "entryPrice": 3322.025,
          "exitPrice": 3327.669,
          "stopDistance": 5.644,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 56
        },
        {
          "entryTs": 1750907700,
          "entryUtc": "2025-06-26T03:15:00.000Z",
          "exitTs": 1750911120,
          "dir": 1,
          "entryPrice": 3341.048,
          "exitPrice": 3335.478,
          "stopDistance": 5.57,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 57
        },
        {
          "entryTs": 1750923000,
          "entryUtc": "2025-06-26T07:30:00.000Z",
          "exitTs": 1750929600,
          "dir": 1,
          "entryPrice": 3345.275,
          "exitPrice": 3339.866,
          "stopDistance": 5.409,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 110
        },
        {
          "entryTs": 1751236200,
          "entryUtc": "2025-06-29T22:30:00.000Z",
          "exitTs": 1751236500,
          "dir": -1,
          "entryPrice": 3248.809,
          "exitPrice": 3258.263,
          "stopDistance": 9.454,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751247000,
          "entryUtc": "2025-06-30T01:30:00.000Z",
          "exitTs": 1751265240,
          "dir": 1,
          "entryPrice": 3274.915,
          "exitPrice": 3293.461,
          "stopDistance": 9.273,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 304
        },
        {
          "entryTs": 1751377500,
          "entryUtc": "2025-07-01T13:45:00.000Z",
          "exitTs": 1751378760,
          "dir": -1,
          "entryPrice": 3346.605,
          "exitPrice": 3353.318,
          "stopDistance": 6.713,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 21
        },
        {
          "entryTs": 1751417100,
          "entryUtc": "2025-07-02T00:45:00.000Z",
          "exitTs": 1751418120,
          "dir": -1,
          "entryPrice": 3336.445,
          "exitPrice": 3342.104,
          "stopDistance": 5.659,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 17
        },
        {
          "entryTs": 1751584500,
          "entryUtc": "2025-07-03T23:15:00.000Z",
          "exitTs": 1751587980,
          "dir": 1,
          "entryPrice": 3330.148,
          "exitPrice": 3326.239,
          "stopDistance": 3.909,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 58
        },
        {
          "entryTs": 1751610600,
          "entryUtc": "2025-07-04T06:30:00.000Z",
          "exitTs": 1751613060,
          "dir": 1,
          "entryPrice": 3343.935,
          "exitPrice": 3339.611,
          "stopDistance": 4.324,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 41
        },
        {
          "entryTs": 1751614200,
          "entryUtc": "2025-07-04T07:30:00.000Z",
          "exitTs": 1751614920,
          "dir": -1,
          "entryPrice": 3337.275,
          "exitPrice": 3341.77,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751840100,
          "entryUtc": "2025-07-06T22:15:00.000Z",
          "exitTs": 1751840640,
          "dir": 1,
          "entryPrice": 3338.048,
          "exitPrice": 3333.452,
          "stopDistance": 4.596,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 9
        },
        {
          "entryTs": 1751845500,
          "entryUtc": "2025-07-06T23:45:00.000Z",
          "exitTs": 1751850420,
          "dir": -1,
          "entryPrice": 3327.655,
          "exitPrice": 3318.112,
          "stopDistance": 4.771,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 82
        },
        {
          "entryTs": 1751875200,
          "entryUtc": "2025-07-07T08:00:00.000Z",
          "exitTs": 1751876640,
          "dir": -1,
          "entryPrice": 3301.998,
          "exitPrice": 3309.147,
          "stopDistance": 7.149,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 24
        },
        {
          "entryTs": 1751932800,
          "entryUtc": "2025-07-08T00:00:00.000Z",
          "exitTs": 1751964600,
          "dir": -1,
          "entryPrice": 3334.398,
          "exitPrice": 3324.009,
          "stopDistance": 5.195,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 530
        },
        {
          "entryTs": 1751983200,
          "entryUtc": "2025-07-08T14:00:00.000Z",
          "exitTs": 1751984640,
          "dir": -1,
          "entryPrice": 3314.925,
          "exitPrice": 3300.755,
          "stopDistance": 7.085,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 24
        },
        {
          "entryTs": 1752066000,
          "entryUtc": "2025-07-09T13:00:00.000Z",
          "exitTs": 1752071580,
          "dir": 1,
          "entryPrice": 3296.225,
          "exitPrice": 3308.933,
          "stopDistance": 6.354,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 93
        },
        {
          "entryTs": 1752468300,
          "entryUtc": "2025-07-14T04:45:00.000Z",
          "exitTs": 1752477000,
          "dir": 1,
          "entryPrice": 3359.405,
          "exitPrice": 3371.542,
          "stopDistance": 6.068,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 145
        },
        {
          "entryTs": 1752580800,
          "entryUtc": "2025-07-15T12:00:00.000Z",
          "exitTs": 1752582600,
          "dir": -1,
          "entryPrice": 3354.675,
          "exitPrice": 3359.738,
          "stopDistance": 5.063,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 30
        },
        {
          "entryTs": 1752640200,
          "entryUtc": "2025-07-16T04:30:00.000Z",
          "exitTs": 1752670080,
          "dir": 1,
          "entryPrice": 3335.055,
          "exitPrice": 3330.754,
          "stopDistance": 4.301,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 498
        },
        {
          "entryTs": 1752678900,
          "entryUtc": "2025-07-16T15:15:00.000Z",
          "exitTs": 1752679140,
          "dir": 1,
          "entryPrice": 3348.445,
          "exitPrice": 3367.333,
          "stopDistance": 9.444,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 4
        },
        {
          "entryTs": 1752711300,
          "entryUtc": "2025-07-17T00:15:00.000Z",
          "exitTs": 1752732780,
          "dir": -1,
          "entryPrice": 3343.805,
          "exitPrice": 3332.576,
          "stopDistance": 5.615,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 358
        },
        {
          "entryTs": 1752763500,
          "entryUtc": "2025-07-17T14:45:00.000Z",
          "exitTs": 1752824400,
          "dir": 1,
          "entryPrice": 3332.605,
          "exitPrice": 3348.276,
          "stopDistance": 7.835,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 1015
        },
        {
          "entryTs": 1752862500,
          "entryUtc": "2025-07-18T18:15:00.000Z",
          "exitTs": 1753048800,
          "dir": -1,
          "entryPrice": 3350.205,
          "exitPrice": 3348.598,
          "stopDistance": 4.596,
          "outcome": "time",
          "netR": 0.2692,
          "holdMinutes": 3105
        },
        {
          "entryTs": 1753073100,
          "entryUtc": "2025-07-21T04:45:00.000Z",
          "exitTs": 1753075440,
          "dir": 1,
          "entryPrice": 3356.748,
          "exitPrice": 3365.081,
          "stopDistance": 4.166,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 39
        },
        {
          "entryTs": 1753092900,
          "entryUtc": "2025-07-21T10:15:00.000Z",
          "exitTs": 1753093980,
          "dir": 1,
          "entryPrice": 3367.348,
          "exitPrice": 3363.349,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 18
        },
        {
          "entryTs": 1753143300,
          "entryUtc": "2025-07-22T00:15:00.000Z",
          "exitTs": 1753144260,
          "dir": -1,
          "entryPrice": 3391.405,
          "exitPrice": 3396.058,
          "stopDistance": 4.653,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 16
        },
        {
          "entryTs": 1753323300,
          "entryUtc": "2025-07-24T02:15:00.000Z",
          "exitTs": 1753323780,
          "dir": -1,
          "entryPrice": 3381.895,
          "exitPrice": 3387.912,
          "stopDistance": 6.017,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 8
        },
        {
          "entryTs": 1753409700,
          "entryUtc": "2025-07-25T02:15:00.000Z",
          "exitTs": 1753421820,
          "dir": -1,
          "entryPrice": 3365.848,
          "exitPrice": 3357.203,
          "stopDistance": 4.323,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 202
        },
        {
          "entryTs": 1753455600,
          "entryUtc": "2025-07-25T15:00:00.000Z",
          "exitTs": 1753467360,
          "dir": -1,
          "entryPrice": 3331.598,
          "exitPrice": 3338.717,
          "stopDistance": 7.119,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 196
        },
        {
          "entryTs": 1753753500,
          "entryUtc": "2025-07-29T01:45:00.000Z",
          "exitTs": 1753760040,
          "dir": 1,
          "entryPrice": 3319.448,
          "exitPrice": 3314.051,
          "stopDistance": 5.397,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 109
        },
        {
          "entryTs": 1753770600,
          "entryUtc": "2025-07-29T06:30:00.000Z",
          "exitTs": 1753772400,
          "dir": 1,
          "entryPrice": 3320.885,
          "exitPrice": 3316.05,
          "stopDistance": 4.835,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 30
        },
        {
          "entryTs": 1753800300,
          "entryUtc": "2025-07-29T14:45:00.000Z",
          "exitTs": 1753804500,
          "dir": 1,
          "entryPrice": 3327.185,
          "exitPrice": 3319.519,
          "stopDistance": 7.667,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 70
        },
        {
          "entryTs": 1753854300,
          "entryUtc": "2025-07-30T05:45:00.000Z",
          "exitTs": 1753859220,
          "dir": -1,
          "entryPrice": 3325.715,
          "exitPrice": 3330.429,
          "stopDistance": 4.714,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 82
        },
        {
          "entryTs": 1753859700,
          "entryUtc": "2025-07-30T07:15:00.000Z",
          "exitTs": 1753875960,
          "dir": 1,
          "entryPrice": 3329.685,
          "exitPrice": 3324.858,
          "stopDistance": 4.827,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 271
        },
        {
          "entryTs": 1754006400,
          "entryUtc": "2025-08-01T00:00:00.000Z",
          "exitTs": 1754008980,
          "dir": -1,
          "entryPrice": 3288.375,
          "exitPrice": 3293.138,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 43
        },
        {
          "entryTs": 1754018100,
          "entryUtc": "2025-08-01T03:15:00.000Z",
          "exitTs": 1754031900,
          "dir": 1,
          "entryPrice": 3295.765,
          "exitPrice": 3289.592,
          "stopDistance": 6.173,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 230
        },
        {
          "entryTs": 1754034300,
          "entryUtc": "2025-08-01T07:45:00.000Z",
          "exitTs": 1754038320,
          "dir": -1,
          "entryPrice": 3287.225,
          "exitPrice": 3292.543,
          "stopDistance": 5.318,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 67
        },
        {
          "entryTs": 1754290800,
          "entryUtc": "2025-08-04T07:00:00.000Z",
          "exitTs": 1754292000,
          "dir": 1,
          "entryPrice": 3362.415,
          "exitPrice": 3357.091,
          "stopDistance": 5.324,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 20
        },
        {
          "entryTs": 1754292600,
          "entryUtc": "2025-08-04T07:30:00.000Z",
          "exitTs": 1754295960,
          "dir": -1,
          "entryPrice": 3353.475,
          "exitPrice": 3359.326,
          "stopDistance": 5.851,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 56
        },
        {
          "entryTs": 1754349300,
          "entryUtc": "2025-08-04T23:15:00.000Z",
          "exitTs": 1754361000,
          "dir": 1,
          "entryPrice": 3378.555,
          "exitPrice": 3374.795,
          "stopDistance": 3.76,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 195
        },
        {
          "entryTs": 1754361900,
          "entryUtc": "2025-08-05T02:45:00.000Z",
          "exitTs": 1754376240,
          "dir": -1,
          "entryPrice": 3374.998,
          "exitPrice": 3366.395,
          "stopDistance": 4.302,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 239
        },
        {
          "entryTs": 1754379000,
          "entryUtc": "2025-08-05T07:30:00.000Z",
          "exitTs": 1754383380,
          "dir": 1,
          "entryPrice": 3374.145,
          "exitPrice": 3369.5,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 73
        },
        {
          "entryTs": 1754384400,
          "entryUtc": "2025-08-05T09:00:00.000Z",
          "exitTs": 1754388660,
          "dir": -1,
          "entryPrice": 3365.855,
          "exitPrice": 3356.116,
          "stopDistance": 4.87,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 71
        },
        {
          "entryTs": 1754436600,
          "entryUtc": "2025-08-05T23:30:00.000Z",
          "exitTs": 1754442840,
          "dir": 1,
          "entryPrice": 3381.748,
          "exitPrice": 3378.184,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 104
        },
        {
          "entryTs": 1754442900,
          "entryUtc": "2025-08-06T01:15:00.000Z",
          "exitTs": 1754464980,
          "dir": -1,
          "entryPrice": 3377.865,
          "exitPrice": 3369.672,
          "stopDistance": 4.096,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 368
        },
        {
          "entryTs": 1754465400,
          "entryUtc": "2025-08-06T07:30:00.000Z",
          "exitTs": 1754466060,
          "dir": -1,
          "entryPrice": 3370.035,
          "exitPrice": 3374.376,
          "stopDistance": 4.341,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 11
        },
        {
          "entryTs": 1754529300,
          "entryUtc": "2025-08-07T01:15:00.000Z",
          "exitTs": 1754548980,
          "dir": 1,
          "entryPrice": 3376.135,
          "exitPrice": 3385.984,
          "stopDistance": 4.925,
          "outcome": "target",
          "netR": 1.9249,
          "holdMinutes": 328
        },
        {
          "entryTs": 1754549100,
          "entryUtc": "2025-08-07T06:45:00.000Z",
          "exitTs": 1754552940,
          "dir": 1,
          "entryPrice": 3385.218,
          "exitPrice": 3396.16,
          "stopDistance": 5.471,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 64
        },
        {
          "entryTs": 1754570700,
          "entryUtc": "2025-08-07T12:45:00.000Z",
          "exitTs": 1754575680,
          "dir": 1,
          "entryPrice": 3384.729,
          "exitPrice": 3376.592,
          "stopDistance": 8.137,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 83
        },
        {
          "entryTs": 1754640000,
          "entryUtc": "2025-08-08T08:00:00.000Z",
          "exitTs": 1754648280,
          "dir": 1,
          "entryPrice": 3401.425,
          "exitPrice": 3393.258,
          "stopDistance": 8.167,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 138
        },
        {
          "entryTs": 1754923500,
          "entryUtc": "2025-08-11T14:45:00.000Z",
          "exitTs": 1754933940,
          "dir": -1,
          "entryPrice": 3346.515,
          "exitPrice": 3356.021,
          "stopDistance": 9.506,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 174
        },
        {
          "entryTs": 1754980200,
          "entryUtc": "2025-08-12T06:30:00.000Z",
          "exitTs": 1754983920,
          "dir": -1,
          "entryPrice": 3344.625,
          "exitPrice": 3350.365,
          "stopDistance": 5.74,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 62
        },
        {
          "entryTs": 1755006300,
          "entryUtc": "2025-08-12T13:45:00.000Z",
          "exitTs": 1755006840,
          "dir": 1,
          "entryPrice": 3354.305,
          "exitPrice": 3343.977,
          "stopDistance": 10.328,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 9
        },
        {
          "entryTs": 1755065700,
          "entryUtc": "2025-08-13T06:15:00.000Z",
          "exitTs": 1755078060,
          "dir": 1,
          "entryPrice": 3353.405,
          "exitPrice": 3363.803,
          "stopDistance": 5.199,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 206
        },
        {
          "entryTs": 1755158400,
          "entryUtc": "2025-08-14T08:00:00.000Z",
          "exitTs": 1755162480,
          "dir": -1,
          "entryPrice": 3345.835,
          "exitPrice": 3352.178,
          "stopDistance": 6.343,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 68
        },
        {
          "entryTs": 1755246600,
          "entryUtc": "2025-08-15T08:30:00.000Z",
          "exitTs": 1755249780,
          "dir": -1,
          "entryPrice": 3339.285,
          "exitPrice": 3344.412,
          "stopDistance": 5.127,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 53
        },
        {
          "entryTs": 1755266400,
          "entryUtc": "2025-08-15T14:00:00.000Z",
          "exitTs": 1755267420,
          "dir": -1,
          "entryPrice": 3334.685,
          "exitPrice": 3341.072,
          "stopDistance": 6.386,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 17
        },
        {
          "entryTs": 1755566100,
          "entryUtc": "2025-08-19T01:15:00.000Z",
          "exitTs": 1755571860,
          "dir": -1,
          "entryPrice": 3331.185,
          "exitPrice": 3335.692,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 96
        },
        {
          "entryTs": 1755573300,
          "entryUtc": "2025-08-19T03:15:00.000Z",
          "exitTs": 1755576360,
          "dir": 1,
          "entryPrice": 3341.055,
          "exitPrice": 3336.127,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 51
        },
        {
          "entryTs": 1755733500,
          "entryUtc": "2025-08-20T23:45:00.000Z",
          "exitTs": 1755748380,
          "dir": -1,
          "entryPrice": 3346.545,
          "exitPrice": 3339.99,
          "stopDistance": 3.277,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 248
        },
        {
          "entryTs": 1755773100,
          "entryUtc": "2025-08-21T10:45:00.000Z",
          "exitTs": 1755777660,
          "dir": -1,
          "entryPrice": 3330.155,
          "exitPrice": 3334.67,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 76
        },
        {
          "entryTs": 1755846900,
          "entryUtc": "2025-08-22T07:15:00.000Z",
          "exitTs": 1755848220,
          "dir": 1,
          "entryPrice": 3333.075,
          "exitPrice": 3329.317,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 22
        },
        {
          "entryTs": 1755870300,
          "entryUtc": "2025-08-22T13:45:00.000Z",
          "exitTs": 1755871200,
          "dir": 1,
          "entryPrice": 3333.398,
          "exitPrice": 3343.82,
          "stopDistance": 5.211,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 15
        },
        {
          "entryTs": 1756110600,
          "entryUtc": "2025-08-25T08:30:00.000Z",
          "exitTs": 1756115160,
          "dir": -1,
          "entryPrice": 3363.648,
          "exitPrice": 3367.116,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 76
        },
        {
          "entryTs": 1756126800,
          "entryUtc": "2025-08-25T13:00:00.000Z",
          "exitTs": 1756129440,
          "dir": -1,
          "entryPrice": 3364.315,
          "exitPrice": 3367.934,
          "stopDistance": 3.619,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 44
        },
        {
          "entryTs": 1756131300,
          "entryUtc": "2025-08-25T14:15:00.000Z",
          "exitTs": 1756132140,
          "dir": 1,
          "entryPrice": 3373.645,
          "exitPrice": 3369.34,
          "stopDistance": 4.305,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 14
        },
        {
          "entryTs": 1756221300,
          "entryUtc": "2025-08-26T15:15:00.000Z",
          "exitTs": 1756245600,
          "dir": 1,
          "entryPrice": 3381.248,
          "exitPrice": 3393.604,
          "stopDistance": 6.178,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 405
        },
        {
          "entryTs": 1756257300,
          "entryUtc": "2025-08-27T01:15:00.000Z",
          "exitTs": 1756268460,
          "dir": -1,
          "entryPrice": 3386.035,
          "exitPrice": 3378.427,
          "stopDistance": 3.804,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 186
        },
        {
          "entryTs": 1756282500,
          "entryUtc": "2025-08-27T08:15:00.000Z",
          "exitTs": 1756288500,
          "dir": 1,
          "entryPrice": 3381.985,
          "exitPrice": 3377.586,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 100
        },
        {
          "entryTs": 1756342800,
          "entryUtc": "2025-08-28T01:00:00.000Z",
          "exitTs": 1756364460,
          "dir": -1,
          "entryPrice": 3391.705,
          "exitPrice": 3396.012,
          "stopDistance": 4.307,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 361
        },
        {
          "entryTs": 1756692000,
          "entryUtc": "2025-09-01T02:00:00.000Z",
          "exitTs": 1756694160,
          "dir": 1,
          "entryPrice": 3456.969,
          "exitPrice": 3470.977,
          "stopDistance": 7.004,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 36
        },
        {
          "entryTs": 1756711800,
          "entryUtc": "2025-09-01T07:30:00.000Z",
          "exitTs": 1756736520,
          "dir": -1,
          "entryPrice": 3471.805,
          "exitPrice": 3481.054,
          "stopDistance": 9.249,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 412
        },
        {
          "entryTs": 1756822500,
          "entryUtc": "2025-09-02T14:15:00.000Z",
          "exitTs": 1756828740,
          "dir": 1,
          "entryPrice": 3497.798,
          "exitPrice": 3520.027,
          "stopDistance": 11.114,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 104
        },
        {
          "entryTs": 1756860300,
          "entryUtc": "2025-09-03T00:45:00.000Z",
          "exitTs": 1756862340,
          "dir": 1,
          "entryPrice": 3540.085,
          "exitPrice": 3532.409,
          "stopDistance": 7.676,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 34
        },
        {
          "entryTs": 1756988100,
          "entryUtc": "2025-09-04T12:15:00.000Z",
          "exitTs": 1756994400,
          "dir": 1,
          "entryPrice": 3547.278,
          "exitPrice": 3539.397,
          "stopDistance": 7.881,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 105
        },
        {
          "entryTs": 1757030400,
          "entryUtc": "2025-09-05T00:00:00.000Z",
          "exitTs": 1757039460,
          "dir": 1,
          "entryPrice": 3552.395,
          "exitPrice": 3546.492,
          "stopDistance": 5.903,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 151
        },
        {
          "entryTs": 1757043900,
          "entryUtc": "2025-09-05T03:45:00.000Z",
          "exitTs": 1757052720,
          "dir": 1,
          "entryPrice": 3557.575,
          "exitPrice": 3551.493,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 147
        },
        {
          "entryTs": 1757370600,
          "entryUtc": "2025-09-08T22:30:00.000Z",
          "exitTs": 1757377020,
          "dir": -1,
          "entryPrice": 3631.958,
          "exitPrice": 3637.471,
          "stopDistance": 5.513,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 107
        },
        {
          "entryTs": 1757399400,
          "entryUtc": "2025-09-09T06:30:00.000Z",
          "exitTs": 1757400000,
          "dir": -1,
          "entryPrice": 3638.295,
          "exitPrice": 3646.618,
          "stopDistance": 8.323,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 10
        },
        {
          "entryTs": 1757420100,
          "entryUtc": "2025-09-09T12:15:00.000Z",
          "exitTs": 1757421240,
          "dir": 1,
          "entryPrice": 3654.355,
          "exitPrice": 3647.181,
          "stopDistance": 7.174,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 19
        },
        {
          "entryTs": 1757421900,
          "entryUtc": "2025-09-09T12:45:00.000Z",
          "exitTs": 1757423580,
          "dir": -1,
          "entryPrice": 3646.495,
          "exitPrice": 3653.99,
          "stopDistance": 7.495,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 28
        },
        {
          "entryTs": 1757424600,
          "entryUtc": "2025-09-09T13:30:00.000Z",
          "exitTs": 1757426760,
          "dir": 1,
          "entryPrice": 3660.345,
          "exitPrice": 3652.042,
          "stopDistance": 8.303,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 36
        },
        {
          "entryTs": 1757430900,
          "entryUtc": "2025-09-09T15:15:00.000Z",
          "exitTs": 1757434140,
          "dir": -1,
          "entryPrice": 3634.845,
          "exitPrice": 3648.057,
          "stopDistance": 13.212,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 54
        },
        {
          "entryTs": 1757574900,
          "entryUtc": "2025-09-11T07:15:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3627.415,
          "exitPrice": 3613.552,
          "stopDistance": 6.932,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 315
        },
        {
          "entryTs": 1757638800,
          "entryUtc": "2025-09-12T01:00:00.000Z",
          "exitTs": 1757641140,
          "dir": 1,
          "entryPrice": 3636.348,
          "exitPrice": 3645.85,
          "stopDistance": 4.751,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 39
        },
        {
          "entryTs": 1757982600,
          "entryUtc": "2025-09-16T00:30:00.000Z",
          "exitTs": 1757985300,
          "dir": 1,
          "entryPrice": 3683.425,
          "exitPrice": 3678.86,
          "stopDistance": 4.565,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 45
        },
        {
          "entryTs": 1757986200,
          "entryUtc": "2025-09-16T01:30:00.000Z",
          "exitTs": 1757998260,
          "dir": -1,
          "entryPrice": 3678.235,
          "exitPrice": 3683.701,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 201
        },
        {
          "entryTs": 1758035700,
          "entryUtc": "2025-09-16T15:15:00.000Z",
          "exitTs": 1758053400,
          "dir": -1,
          "entryPrice": 3683.965,
          "exitPrice": 3691.982,
          "stopDistance": 8.017,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 295
        },
        {
          "entryTs": 1758072600,
          "entryUtc": "2025-09-17T01:30:00.000Z",
          "exitTs": 1758073020,
          "dir": -1,
          "entryPrice": 3685.548,
          "exitPrice": 3677.608,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 7
        },
        {
          "entryTs": 1758091500,
          "entryUtc": "2025-09-17T06:45:00.000Z",
          "exitTs": 1758092400,
          "dir": -1,
          "entryPrice": 3671.255,
          "exitPrice": 3676.743,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 15
        },
        {
          "entryTs": 1758113100,
          "entryUtc": "2025-09-17T12:45:00.000Z",
          "exitTs": 1758126120,
          "dir": 1,
          "entryPrice": 3674.375,
          "exitPrice": 3687.649,
          "stopDistance": 6.637,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 217
        },
        {
          "entryTs": 1758200400,
          "entryUtc": "2025-09-18T13:00:00.000Z",
          "exitTs": 1758202320,
          "dir": -1,
          "entryPrice": 3663.148,
          "exitPrice": 3647.957,
          "stopDistance": 7.596,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 32
        },
        {
          "entryTs": 1758314700,
          "entryUtc": "2025-09-19T20:45:00.000Z",
          "exitTs": 1758492000,
          "dir": 1,
          "entryPrice": 3684.249,
          "exitPrice": 3684.935,
          "stopDistance": 4.794,
          "outcome": "time",
          "netR": 0.0659,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1758580200,
          "entryUtc": "2025-09-22T22:30:00.000Z",
          "exitTs": 1758583320,
          "dir": -1,
          "entryPrice": 3743.598,
          "exitPrice": 3748.719,
          "stopDistance": 5.121,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 52
        },
        {
          "entryTs": 1758587400,
          "entryUtc": "2025-09-23T00:30:00.000Z",
          "exitTs": 1758593460,
          "dir": 1,
          "entryPrice": 3748.655,
          "exitPrice": 3743.336,
          "stopDistance": 5.319,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 101
        },
        {
          "entryTs": 1758636900,
          "entryUtc": "2025-09-23T14:15:00.000Z",
          "exitTs": 1758653940,
          "dir": -1,
          "entryPrice": 3776.715,
          "exitPrice": 3756.934,
          "stopDistance": 9.89,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 284
        },
        {
          "entryTs": 1758654000,
          "entryUtc": "2025-09-23T19:00:00.000Z",
          "exitTs": 1758657180,
          "dir": -1,
          "entryPrice": 3756.425,
          "exitPrice": 3766.946,
          "stopDistance": 10.521,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 53
        },
        {
          "entryTs": 1758672900,
          "entryUtc": "2025-09-24T00:15:00.000Z",
          "exitTs": 1758675960,
          "dir": -1,
          "entryPrice": 3759.215,
          "exitPrice": 3766.836,
          "stopDistance": 7.621,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 51
        },
        {
          "entryTs": 1758706200,
          "entryUtc": "2025-09-24T09:30:00.000Z",
          "exitTs": 1758722940,
          "dir": -1,
          "entryPrice": 3767.475,
          "exitPrice": 3755.334,
          "stopDistance": 6.071,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 279
        },
        {
          "entryTs": 1758724200,
          "entryUtc": "2025-09-24T14:30:00.000Z",
          "exitTs": 1758729060,
          "dir": -1,
          "entryPrice": 3758.645,
          "exitPrice": 3742.459,
          "stopDistance": 8.093,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 81
        },
        {
          "entryTs": 1758764700,
          "entryUtc": "2025-09-25T01:45:00.000Z",
          "exitTs": 1758780720,
          "dir": -1,
          "entryPrice": 3738.125,
          "exitPrice": 3745.723,
          "stopDistance": 7.598,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 267
        },
        {
          "entryTs": 1758870000,
          "entryUtc": "2025-09-26T07:00:00.000Z",
          "exitTs": 1758873900,
          "dir": -1,
          "entryPrice": 3743.345,
          "exitPrice": 3750.694,
          "stopDistance": 7.349,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 65
        },
        {
          "entryTs": 1758892500,
          "entryUtc": "2025-09-26T13:15:00.000Z",
          "exitTs": 1758893040,
          "dir": 1,
          "entryPrice": 3764.255,
          "exitPrice": 3756.527,
          "stopDistance": 7.728,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 9
        },
        {
          "entryTs": 1759215600,
          "entryUtc": "2025-09-30T07:00:00.000Z",
          "exitTs": 1759219620,
          "dir": -1,
          "entryPrice": 3855.498,
          "exitPrice": 3838.204,
          "stopDistance": 8.647,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 67
        },
        {
          "entryTs": 1759371300,
          "entryUtc": "2025-10-02T02:15:00.000Z",
          "exitTs": 1759380420,
          "dir": 1,
          "entryPrice": 3869.448,
          "exitPrice": 3861.723,
          "stopDistance": 7.725,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 152
        },
        {
          "entryTs": 1759385700,
          "entryUtc": "2025-10-02T06:15:00.000Z",
          "exitTs": 1759388100,
          "dir": 1,
          "entryPrice": 3871.605,
          "exitPrice": 3865.692,
          "stopDistance": 5.913,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 40
        },
        {
          "entryTs": 1759413600,
          "entryUtc": "2025-10-02T14:00:00.000Z",
          "exitTs": 1759415700,
          "dir": -1,
          "entryPrice": 3874.795,
          "exitPrice": 3855.059,
          "stopDistance": 9.868,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 35
        },
        {
          "entryTs": 1759448700,
          "entryUtc": "2025-10-02T23:45:00.000Z",
          "exitTs": 1759453860,
          "dir": 1,
          "entryPrice": 3861.715,
          "exitPrice": 3854.788,
          "stopDistance": 6.927,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 86
        },
        {
          "entryTs": 1759455000,
          "entryUtc": "2025-10-03T01:30:00.000Z",
          "exitTs": 1759456260,
          "dir": -1,
          "entryPrice": 3851.545,
          "exitPrice": 3858.769,
          "stopDistance": 7.224,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 21
        },
        {
          "entryTs": 1759517100,
          "entryUtc": "2025-10-03T18:45:00.000Z",
          "exitTs": 1759701600,
          "dir": 1,
          "entryPrice": 3888.055,
          "exitPrice": 3886.398,
          "stopDistance": 8.926,
          "outcome": "time",
          "netR": -0.2271,
          "holdMinutes": 3075
        },
        {
          "entryTs": 1759788900,
          "entryUtc": "2025-10-06T22:15:00.000Z",
          "exitTs": 1759790400,
          "dir": 1,
          "entryPrice": 3970.775,
          "exitPrice": 3961.992,
          "stopDistance": 8.783,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 25
        },
        {
          "entryTs": 1759802400,
          "entryUtc": "2025-10-07T02:00:00.000Z",
          "exitTs": 1759806780,
          "dir": -1,
          "entryPrice": 3957.709,
          "exitPrice": 3967.052,
          "stopDistance": 9.343,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 73
        },
        {
          "entryTs": 1759917600,
          "entryUtc": "2025-10-08T10:00:00.000Z",
          "exitTs": 1759919220,
          "dir": 1,
          "entryPrice": 4049.085,
          "exitPrice": 4040.12,
          "stopDistance": 8.965,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 27
        },
        {
          "entryTs": 1759931100,
          "entryUtc": "2025-10-08T13:45:00.000Z",
          "exitTs": 1759932120,
          "dir": -1,
          "entryPrice": 4029.755,
          "exitPrice": 4040.943,
          "stopDistance": 11.188,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 17
        },
        {
          "entryTs": 1759935600,
          "entryUtc": "2025-10-08T15:00:00.000Z",
          "exitTs": 1759950480,
          "dir": 1,
          "entryPrice": 4047.935,
          "exitPrice": 4036.189,
          "stopDistance": 11.746,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 248
        },
        {
          "entryTs": 1760017500,
          "entryUtc": "2025-10-09T13:45:00.000Z",
          "exitTs": 1760019840,
          "dir": -1,
          "entryPrice": 4030.795,
          "exitPrice": 4007.973,
          "stopDistance": 11.411,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 39
        },
        {
          "entryTs": 1760084100,
          "entryUtc": "2025-10-10T08:15:00.000Z",
          "exitTs": 1760104800,
          "dir": 1,
          "entryPrice": 3987.885,
          "exitPrice": 3973.763,
          "stopDistance": 14.122,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 345
        },
        {
          "entryTs": 1760421600,
          "entryUtc": "2025-10-14T06:00:00.000Z",
          "exitTs": 1760429580,
          "dir": -1,
          "entryPrice": 4120.535,
          "exitPrice": 4139.53,
          "stopDistance": 18.995,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 133
        },
        {
          "entryTs": 1760480100,
          "entryUtc": "2025-10-14T22:15:00.000Z",
          "exitTs": 1760491560,
          "dir": 1,
          "entryPrice": 4160.348,
          "exitPrice": 4186.262,
          "stopDistance": 12.957,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 191
        },
        {
          "entryTs": 1760537700,
          "entryUtc": "2025-10-15T14:15:00.000Z",
          "exitTs": 1760542440,
          "dir": 1,
          "entryPrice": 4207.925,
          "exitPrice": 4191.116,
          "stopDistance": 16.809,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 79
        },
        {
          "entryTs": 1760961600,
          "entryUtc": "2025-10-20T12:00:00.000Z",
          "exitTs": 1760963700,
          "dir": 1,
          "entryPrice": 4278.905,
          "exitPrice": 4307.236,
          "stopDistance": 14.166,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 35
        },
        {
          "entryTs": 1760985000,
          "entryUtc": "2025-10-20T18:30:00.000Z",
          "exitTs": 1761010200,
          "dir": 1,
          "entryPrice": 4357.335,
          "exitPrice": 4342.639,
          "stopDistance": 14.696,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 420
        },
        {
          "entryTs": 1761224400,
          "entryUtc": "2025-10-23T13:00:00.000Z",
          "exitTs": 1761250980,
          "dir": 1,
          "entryPrice": 4126.875,
          "exitPrice": 4109.72,
          "stopDistance": 17.155,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 443
        },
        {
          "entryTs": 1761265800,
          "entryUtc": "2025-10-24T00:30:00.000Z",
          "exitTs": 1761270660,
          "dir": 1,
          "entryPrice": 4132.665,
          "exitPrice": 4118.694,
          "stopDistance": 13.971,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 81
        },
        {
          "entryTs": 1761309900,
          "entryUtc": "2025-10-24T12:45:00.000Z",
          "exitTs": 1761311760,
          "dir": 1,
          "entryPrice": 4083.105,
          "exitPrice": 4116.625,
          "stopDistance": 16.76,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 31
        },
        {
          "entryTs": 1761327900,
          "entryUtc": "2025-10-24T17:45:00.000Z",
          "exitTs": 1761516000,
          "dir": -1,
          "entryPrice": 4111.985,
          "exitPrice": 4075.556,
          "stopDistance": 18.215,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 3135
        },
        {
          "entryTs": 1761696000,
          "entryUtc": "2025-10-29T00:00:00.000Z",
          "exitTs": 1761705300,
          "dir": 1,
          "entryPrice": 3964.535,
          "exitPrice": 3946.898,
          "stopDistance": 17.637,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 155
        },
        {
          "entryTs": 1761832800,
          "entryUtc": "2025-10-30T14:00:00.000Z",
          "exitTs": 1761864600,
          "dir": 1,
          "entryPrice": 3995.048,
          "exitPrice": 4034.095,
          "stopDistance": 19.524,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 530
        },
        {
          "entryTs": 1761903000,
          "entryUtc": "2025-10-31T09:30:00.000Z",
          "exitTs": 1761905280,
          "dir": -1,
          "entryPrice": 4002.115,
          "exitPrice": 4016.246,
          "stopDistance": 14.131,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 38
        },
        {
          "entryTs": 1762151400,
          "entryUtc": "2025-11-03T06:30:00.000Z",
          "exitTs": 1762162260,
          "dir": 1,
          "entryPrice": 4016.148,
          "exitPrice": 4003.597,
          "stopDistance": 12.55,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 181
        },
        {
          "entryTs": 1762182900,
          "entryUtc": "2025-11-03T15:15:00.000Z",
          "exitTs": 1762183620,
          "dir": 1,
          "entryPrice": 4026.288,
          "exitPrice": 4014.09,
          "stopDistance": 12.198,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 12
        },
        {
          "entryTs": 1762185600,
          "entryUtc": "2025-11-03T16:00:00.000Z",
          "exitTs": 1762221780,
          "dir": -1,
          "entryPrice": 4008.179,
          "exitPrice": 3977.093,
          "stopDistance": 15.543,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 603
        },
        {
          "entryTs": 1762228800,
          "entryUtc": "2025-11-04T04:00:00.000Z",
          "exitTs": 1762232700,
          "dir": 1,
          "entryPrice": 3994.335,
          "exitPrice": 3981.805,
          "stopDistance": 12.53,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 65
        },
        {
          "entryTs": 1762236000,
          "entryUtc": "2025-11-04T06:00:00.000Z",
          "exitTs": 1762239240,
          "dir": -1,
          "entryPrice": 3973.045,
          "exitPrice": 3984.565,
          "stopDistance": 11.52,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 54
        },
        {
          "entryTs": 1762396200,
          "entryUtc": "2025-11-06T02:30:00.000Z",
          "exitTs": 1762412400,
          "dir": 1,
          "entryPrice": 3977.875,
          "exitPrice": 3994.754,
          "stopDistance": 8.439,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 270
        },
        {
          "entryTs": 1762526700,
          "entryUtc": "2025-11-07T14:45:00.000Z",
          "exitTs": 1762532520,
          "dir": -1,
          "entryPrice": 3990.385,
          "exitPrice": 4001.057,
          "stopDistance": 10.672,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 97
        },
        {
          "entryTs": 1762533000,
          "entryUtc": "2025-11-07T16:30:00.000Z",
          "exitTs": 1762535220,
          "dir": 1,
          "entryPrice": 4007.725,
          "exitPrice": 3995.3,
          "stopDistance": 12.426,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 37
        },
        {
          "entryTs": 1762852500,
          "entryUtc": "2025-11-11T09:15:00.000Z",
          "exitTs": 1762865580,
          "dir": 1,
          "entryPrice": 4143.125,
          "exitPrice": 4133.305,
          "stopDistance": 9.82,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 218
        },
        {
          "entryTs": 1762866000,
          "entryUtc": "2025-11-11T13:00:00.000Z",
          "exitTs": 1762867320,
          "dir": -1,
          "entryPrice": 4134.245,
          "exitPrice": 4142.374,
          "stopDistance": 8.129,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 22
        },
        {
          "entryTs": 1763006400,
          "entryUtc": "2025-11-13T04:00:00.000Z",
          "exitTs": 1763038560,
          "dir": 1,
          "entryPrice": 4212.545,
          "exitPrice": 4240.327,
          "stopDistance": 13.891,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 536
        },
        {
          "entryTs": 1763038800,
          "entryUtc": "2025-11-13T13:00:00.000Z",
          "exitTs": 1763038980,
          "dir": 1,
          "entryPrice": 4242.465,
          "exitPrice": 4230.658,
          "stopDistance": 11.807,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 3
        },
        {
          "entryTs": 1763044200,
          "entryUtc": "2025-11-13T14:30:00.000Z",
          "exitTs": 1763058660,
          "dir": -1,
          "entryPrice": 4211.015,
          "exitPrice": 4180.9,
          "stopDistance": 15.058,
          "outcome": "target",
          "netR": 1.9754,
          "holdMinutes": 241
        },
        {
          "entryTs": 1763387100,
          "entryUtc": "2025-11-17T13:45:00.000Z",
          "exitTs": 1763407980,
          "dir": -1,
          "entryPrice": 4069.045,
          "exitPrice": 4040.342,
          "stopDistance": 14.352,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 348
        },
        {
          "entryTs": 1763455500,
          "entryUtc": "2025-11-18T08:45:00.000Z",
          "exitTs": 1763473740,
          "dir": 1,
          "entryPrice": 4037.015,
          "exitPrice": 4068.168,
          "stopDistance": 15.577,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 304
        },
        {
          "entryTs": 1763520300,
          "entryUtc": "2025-11-19T02:45:00.000Z",
          "exitTs": 1763524740,
          "dir": 1,
          "entryPrice": 4078.105,
          "exitPrice": 4066.46,
          "stopDistance": 11.645,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 74
        },
        {
          "entryTs": 1763558100,
          "entryUtc": "2025-11-19T13:15:00.000Z",
          "exitTs": 1763559060,
          "dir": -1,
          "entryPrice": 4102.835,
          "exitPrice": 4114.203,
          "stopDistance": 11.368,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 16
        },
        {
          "entryTs": 1763561700,
          "entryUtc": "2025-11-19T14:15:00.000Z",
          "exitTs": 1763562600,
          "dir": 1,
          "entryPrice": 4117.485,
          "exitPrice": 4105.449,
          "stopDistance": 12.036,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 15
        },
        {
          "entryTs": 1763568000,
          "entryUtc": "2025-11-19T16:00:00.000Z",
          "exitTs": 1763571780,
          "dir": -1,
          "entryPrice": 4096.455,
          "exitPrice": 4063.198,
          "stopDistance": 16.629,
          "outcome": "target",
          "netR": 1.9777,
          "holdMinutes": 63
        },
        {
          "entryTs": 1763594100,
          "entryUtc": "2025-11-19T23:15:00.000Z",
          "exitTs": 1763604060,
          "dir": 1,
          "entryPrice": 4087.995,
          "exitPrice": 4073.668,
          "stopDistance": 14.327,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 166
        },
        {
          "entryTs": 1763641800,
          "entryUtc": "2025-11-20T12:30:00.000Z",
          "exitTs": 1763650140,
          "dir": 1,
          "entryPrice": 4072.995,
          "exitPrice": 4103.859,
          "stopDistance": 15.432,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 139
        },
        {
          "entryTs": 1763656200,
          "entryUtc": "2025-11-20T16:30:00.000Z",
          "exitTs": 1763666820,
          "dir": -1,
          "entryPrice": 4065.035,
          "exitPrice": 4085.887,
          "stopDistance": 20.852,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 177
        },
        {
          "entryTs": 1763687700,
          "entryUtc": "2025-11-21T01:15:00.000Z",
          "exitTs": 1763692320,
          "dir": -1,
          "entryPrice": 4064.295,
          "exitPrice": 4078.478,
          "stopDistance": 14.183,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 77
        },
        {
          "entryTs": 1763729100,
          "entryUtc": "2025-11-21T12:45:00.000Z",
          "exitTs": 1763743800,
          "dir": 1,
          "entryPrice": 4061.835,
          "exitPrice": 4092.917,
          "stopDistance": 15.541,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 245
        },
        {
          "entryTs": 1763744400,
          "entryUtc": "2025-11-21T17:00:00.000Z",
          "exitTs": 1763745300,
          "dir": 1,
          "entryPrice": 4099.619,
          "exitPrice": 4082.594,
          "stopDistance": 17.025,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 15
        },
        {
          "entryTs": 1763757000,
          "entryUtc": "2025-11-21T20:30:00.000Z",
          "exitTs": 1763938800,
          "dir": -1,
          "entryPrice": 4069.305,
          "exitPrice": 4068.148,
          "stopDistance": 13.802,
          "outcome": "time",
          "netR": 0.057,
          "holdMinutes": 3030
        },
        {
          "entryTs": 1764037800,
          "entryUtc": "2025-11-25T02:30:00.000Z",
          "exitTs": 1764056220,
          "dir": 1,
          "entryPrice": 4144.315,
          "exitPrice": 4132.528,
          "stopDistance": 11.787,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 307
        },
        {
          "entryTs": 1764074700,
          "entryUtc": "2025-11-25T12:45:00.000Z",
          "exitTs": 1764075540,
          "dir": -1,
          "entryPrice": 4116.985,
          "exitPrice": 4129.259,
          "stopDistance": 12.274,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 14
        },
        {
          "entryTs": 1764076500,
          "entryUtc": "2025-11-25T13:15:00.000Z",
          "exitTs": 1764081300,
          "dir": 1,
          "entryPrice": 4137.958,
          "exitPrice": 4124.86,
          "stopDistance": 13.098,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 80
        },
        {
          "entryTs": 1764081900,
          "entryUtc": "2025-11-25T14:45:00.000Z",
          "exitTs": 1764087360,
          "dir": -1,
          "entryPrice": 4119.425,
          "exitPrice": 4133.79,
          "stopDistance": 14.365,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 91
        },
        {
          "entryTs": 1764116100,
          "entryUtc": "2025-11-26T00:15:00.000Z",
          "exitTs": 1764123660,
          "dir": 1,
          "entryPrice": 4138.285,
          "exitPrice": 4156.798,
          "stopDistance": 9.256,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 126
        },
        {
          "entryTs": 1764162000,
          "entryUtc": "2025-11-26T13:00:00.000Z",
          "exitTs": 1764163620,
          "dir": -1,
          "entryPrice": 4154.985,
          "exitPrice": 4165.08,
          "stopDistance": 10.095,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 27
        },
        {
          "entryTs": 1764175500,
          "entryUtc": "2025-11-26T16:45:00.000Z",
          "exitTs": 1764206160,
          "dir": 1,
          "entryPrice": 4167.148,
          "exitPrice": 4154.958,
          "stopDistance": 12.19,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 511
        },
        {
          "entryTs": 1764249300,
          "entryUtc": "2025-11-27T13:15:00.000Z",
          "exitTs": 1764250560,
          "dir": -1,
          "entryPrice": 4150.775,
          "exitPrice": 4157.523,
          "stopDistance": 6.748,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 21
        },
        {
          "entryTs": 1764567000,
          "entryUtc": "2025-12-01T05:30:00.000Z",
          "exitTs": 1764569400,
          "dir": -1,
          "entryPrice": 4220.035,
          "exitPrice": 4233.126,
          "stopDistance": 13.09,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 40
        },
        {
          "entryTs": 1764596700,
          "entryUtc": "2025-12-01T13:45:00.000Z",
          "exitTs": 1764597540,
          "dir": 1,
          "entryPrice": 4261.745,
          "exitPrice": 4250.724,
          "stopDistance": 11.021,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 14
        },
        {
          "entryTs": 1764600300,
          "entryUtc": "2025-12-01T14:45:00.000Z",
          "exitTs": 1764600720,
          "dir": -1,
          "entryPrice": 4225.015,
          "exitPrice": 4239.321,
          "stopDistance": 14.306,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 7
        },
        {
          "entryTs": 1764951300,
          "entryUtc": "2025-12-05T16:15:00.000Z",
          "exitTs": 1764955860,
          "dir": -1,
          "entryPrice": 4203.235,
          "exitPrice": 4218.931,
          "stopDistance": 15.696,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 76
        },
        {
          "entryTs": 1765172700,
          "entryUtc": "2025-12-08T05:45:00.000Z",
          "exitTs": 1765180260,
          "dir": 1,
          "entryPrice": 4214.635,
          "exitPrice": 4206.709,
          "stopDistance": 7.926,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 126
        },
        {
          "entryTs": 1765194300,
          "entryUtc": "2025-12-08T11:45:00.000Z",
          "exitTs": 1765200240,
          "dir": 1,
          "entryPrice": 4213.325,
          "exitPrice": 4205.142,
          "stopDistance": 8.183,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 99
        },
        {
          "entryTs": 1765200600,
          "entryUtc": "2025-12-08T13:30:00.000Z",
          "exitTs": 1765203780,
          "dir": -1,
          "entryPrice": 4202.775,
          "exitPrice": 4211.066,
          "stopDistance": 8.291,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 53
        },
        {
          "entryTs": 1765242900,
          "entryUtc": "2025-12-09T01:15:00.000Z",
          "exitTs": 1765247400,
          "dir": 1,
          "entryPrice": 4195.995,
          "exitPrice": 4189.19,
          "stopDistance": 6.805,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 75
        },
        {
          "entryTs": 1765353600,
          "entryUtc": "2025-12-10T08:00:00.000Z",
          "exitTs": 1765362660,
          "dir": -1,
          "entryPrice": 4203.115,
          "exitPrice": 4190.891,
          "stopDistance": 6.112,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 151
        },
        {
          "entryTs": 1765395900,
          "entryUtc": "2025-12-10T19:45:00.000Z",
          "exitTs": 1765396320,
          "dir": -1,
          "entryPrice": 4187.415,
          "exitPrice": 4201.917,
          "stopDistance": 14.502,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 7
        },
        {
          "entryTs": 1765457100,
          "entryUtc": "2025-12-11T12:45:00.000Z",
          "exitTs": 1765458540,
          "dir": 1,
          "entryPrice": 4219.045,
          "exitPrice": 4211.382,
          "stopDistance": 7.663,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 24
        },
        {
          "entryTs": 1765518300,
          "entryUtc": "2025-12-12T05:45:00.000Z",
          "exitTs": 1765526760,
          "dir": 1,
          "entryPrice": 4277.595,
          "exitPrice": 4292.478,
          "stopDistance": 7.441,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 141
        },
        {
          "entryTs": 1765863900,
          "entryUtc": "2025-12-16T05:45:00.000Z",
          "exitTs": 1765866840,
          "dir": -1,
          "entryPrice": 4279.285,
          "exitPrice": 4289.904,
          "stopDistance": 10.619,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 49
        },
        {
          "entryTs": 1765887300,
          "entryUtc": "2025-12-16T12:15:00.000Z",
          "exitTs": 1765891800,
          "dir": 1,
          "entryPrice": 4287.585,
          "exitPrice": 4305.464,
          "stopDistance": 8.94,
          "outcome": "target",
          "netR": 1.9586,
          "holdMinutes": 75
        },
        {
          "entryTs": 1766065500,
          "entryUtc": "2025-12-18T13:45:00.000Z",
          "exitTs": 1766068620,
          "dir": 1,
          "entryPrice": 4336.195,
          "exitPrice": 4327.573,
          "stopDistance": 8.622,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 52
        },
        {
          "entryTs": 1766069100,
          "entryUtc": "2025-12-18T14:45:00.000Z",
          "exitTs": 1766069700,
          "dir": -1,
          "entryPrice": 4314.115,
          "exitPrice": 4325.823,
          "stopDistance": 11.708,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 10
        },
        {
          "entryTs": 1766074500,
          "entryUtc": "2025-12-18T16:15:00.000Z",
          "exitTs": 1766077560,
          "dir": 1,
          "entryPrice": 4361.939,
          "exitPrice": 4346.293,
          "stopDistance": 15.646,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 51
        },
        {
          "entryTs": 1766151000,
          "entryUtc": "2025-12-19T13:30:00.000Z",
          "exitTs": 1766152500,
          "dir": 1,
          "entryPrice": 4334.765,
          "exitPrice": 4327.435,
          "stopDistance": 7.33,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 25
        },
        {
          "entryTs": 1766563200,
          "entryUtc": "2025-12-24T08:00:00.000Z",
          "exitTs": 1766569800,
          "dir": -1,
          "entryPrice": 4483.585,
          "exitPrice": 4494.823,
          "stopDistance": 11.238,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 110
        },
        {
          "entryTs": 1766748600,
          "entryUtc": "2025-12-26T11:30:00.000Z",
          "exitTs": 1766752500,
          "dir": -1,
          "entryPrice": 4504.965,
          "exitPrice": 4514.76,
          "stopDistance": 9.795,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 65
        },
        {
          "entryTs": 1766968200,
          "entryUtc": "2025-12-29T00:30:00.000Z",
          "exitTs": 1766969340,
          "dir": -1,
          "entryPrice": 4486.255,
          "exitPrice": 4504.452,
          "stopDistance": 18.197,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 19
        },
        {
          "entryTs": 1767083400,
          "entryUtc": "2025-12-30T08:30:00.000Z",
          "exitTs": 1767085620,
          "dir": -1,
          "entryPrice": 4353.145,
          "exitPrice": 4367.856,
          "stopDistance": 14.711,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 37
        },
        {
          "entryTs": 1767090600,
          "entryUtc": "2025-12-30T10:30:00.000Z",
          "exitTs": 1767105600,
          "dir": 1,
          "entryPrice": 4381.635,
          "exitPrice": 4367.93,
          "stopDistance": 13.705,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 250
        },
        {
          "entryTs": 1767105900,
          "entryUtc": "2025-12-30T14:45:00.000Z",
          "exitTs": 1767124560,
          "dir": -1,
          "entryPrice": 4371.125,
          "exitPrice": 4339.472,
          "stopDistance": 15.826,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 311
        },
        {
          "entryTs": 1767189600,
          "entryUtc": "2025-12-31T14:00:00.000Z",
          "exitTs": 1767193800,
          "dir": 1,
          "entryPrice": 4345.465,
          "exitPrice": 4329.095,
          "stopDistance": 16.369,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 70
        },
        {
          "entryTs": 1767210300,
          "entryUtc": "2025-12-31T19:45:00.000Z",
          "exitTs": 1767308400,
          "dir": -1,
          "entryPrice": 4310.465,
          "exitPrice": 4324.441,
          "stopDistance": 13.976,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 1635
        },
        {
          "entryTs": 1767360600,
          "entryUtc": "2026-01-02T13:30:00.000Z",
          "exitTs": 1767364560,
          "dir": -1,
          "entryPrice": 4374.125,
          "exitPrice": 4349.96,
          "stopDistance": 12.082,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 66
        },
        {
          "entryTs": 1767666600,
          "entryUtc": "2026-01-06T02:30:00.000Z",
          "exitTs": 1767692820,
          "dir": 1,
          "entryPrice": 4460.105,
          "exitPrice": 4447.356,
          "stopDistance": 12.749,
          "outcome": "stop",
          "netR": -1.0329,
          "holdMinutes": 437
        },
        {
          "entryTs": 1767693600,
          "entryUtc": "2026-01-06T10:00:00.000Z",
          "exitTs": 1767699180,
          "dir": -1,
          "entryPrice": 4446.085,
          "exitPrice": 4457.752,
          "stopDistance": 11.667,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 93
        },
        {
          "entryTs": 1767904200,
          "entryUtc": "2026-01-08T20:30:00.000Z",
          "exitTs": 1767920700,
          "dir": 1,
          "entryPrice": 4469.955,
          "exitPrice": 4457.882,
          "stopDistance": 12.073,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 275
        },
        {
          "entryTs": 1767962700,
          "entryUtc": "2026-01-09T12:45:00.000Z",
          "exitTs": 1767965100,
          "dir": -1,
          "entryPrice": 4465.835,
          "exitPrice": 4474.223,
          "stopDistance": 8.388,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 40
        },
        {
          "entryTs": 1767966300,
          "entryUtc": "2026-01-09T13:45:00.000Z",
          "exitTs": 1767972660,
          "dir": 1,
          "entryPrice": 4486.648,
          "exitPrice": 4511.409,
          "stopDistance": 12.38,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 106
        },
        {
          "entryTs": 1768223700,
          "entryUtc": "2026-01-12T13:15:00.000Z",
          "exitTs": 1768227000,
          "dir": 1,
          "entryPrice": 4606.775,
          "exitPrice": 4594.883,
          "stopDistance": 11.892,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 55
        },
        {
          "entryTs": 1768310100,
          "entryUtc": "2026-01-13T13:15:00.000Z",
          "exitTs": 1768315440,
          "dir": 1,
          "entryPrice": 4602.309,
          "exitPrice": 4624.05,
          "stopDistance": 10.871,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 89
        },
        {
          "entryTs": 1768395600,
          "entryUtc": "2026-01-14T13:00:00.000Z",
          "exitTs": 1768396440,
          "dir": 1,
          "entryPrice": 4638.485,
          "exitPrice": 4628.589,
          "stopDistance": 9.896,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 14
        },
        {
          "entryTs": 1768401900,
          "entryUtc": "2026-01-14T14:45:00.000Z",
          "exitTs": 1768415460,
          "dir": -1,
          "entryPrice": 4618.645,
          "exitPrice": 4631.661,
          "stopDistance": 13.016,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 226
        },
        {
          "entryTs": 1768484700,
          "entryUtc": "2026-01-15T13:45:00.000Z",
          "exitTs": 1768486740,
          "dir": -1,
          "entryPrice": 4589.745,
          "exitPrice": 4600.493,
          "stopDistance": 10.748,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 34
        },
        {
          "entryTs": 1768577400,
          "entryUtc": "2026-01-16T15:30:00.000Z",
          "exitTs": 1768579560,
          "dir": -1,
          "entryPrice": 4564.825,
          "exitPrice": 4582.863,
          "stopDistance": 18.038,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 36
        },
        {
          "entryTs": 1768778100,
          "entryUtc": "2026-01-18T23:15:00.000Z",
          "exitTs": 1768868100,
          "dir": 1,
          "entryPrice": 4653.695,
          "exitPrice": 4667.465,
          "stopDistance": 19.28,
          "outcome": "time",
          "netR": 0.695,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1768917600,
          "entryUtc": "2026-01-20T14:00:00.000Z",
          "exitTs": 1768922700,
          "dir": 1,
          "entryPrice": 4736.905,
          "exitPrice": 4726.143,
          "stopDistance": 10.761,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 85
        },
        {
          "entryTs": 1769004900,
          "entryUtc": "2026-01-21T14:15:00.000Z",
          "exitTs": 1769005740,
          "dir": -1,
          "entryPrice": 4844.065,
          "exitPrice": 4862.5,
          "stopDistance": 18.435,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 14
        },
        {
          "entryTs": 1769007600,
          "entryUtc": "2026-01-21T15:00:00.000Z",
          "exitTs": 1769016660,
          "dir": -1,
          "entryPrice": 4851.515,
          "exitPrice": 4810.039,
          "stopDistance": 20.738,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 151
        },
        {
          "entryTs": 1769089500,
          "entryUtc": "2026-01-22T13:45:00.000Z",
          "exitTs": 1769091300,
          "dir": -1,
          "entryPrice": 4813.545,
          "exitPrice": 4826.359,
          "stopDistance": 12.814,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 30
        },
        {
          "entryTs": 1769093100,
          "entryUtc": "2026-01-22T14:45:00.000Z",
          "exitTs": 1769094000,
          "dir": 1,
          "entryPrice": 4845.615,
          "exitPrice": 4831.652,
          "stopDistance": 13.964,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 15
        },
        {
          "entryTs": 1769434200,
          "entryUtc": "2026-01-26T13:30:00.000Z",
          "exitTs": 1769438220,
          "dir": -1,
          "entryPrice": 5071.295,
          "exitPrice": 5087.468,
          "stopDistance": 16.173,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 67
        },
        {
          "entryTs": 1769493600,
          "entryUtc": "2026-01-27T06:00:00.000Z",
          "exitTs": 1769522700,
          "dir": 1,
          "entryPrice": 5082.855,
          "exitPrice": 5061.853,
          "stopDistance": 21.002,
          "outcome": "stop",
          "netR": -1.02,
          "holdMinutes": 485
        },
        {
          "entryTs": 1769530500,
          "entryUtc": "2026-01-27T16:15:00.000Z",
          "exitTs": 1769544840,
          "dir": 1,
          "entryPrice": 5094.815,
          "exitPrice": 5140.241,
          "stopDistance": 22.713,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 239
        },
        {
          "entryTs": 1769631300,
          "entryUtc": "2026-01-28T20:15:00.000Z",
          "exitTs": 1769632920,
          "dir": 1,
          "entryPrice": 5326.305,
          "exitPrice": 5389.142,
          "stopDistance": 31.418,
          "outcome": "target",
          "netR": 1.9882,
          "holdMinutes": 27
        },
        {
          "entryTs": 1769688900,
          "entryUtc": "2026-01-29T12:15:00.000Z",
          "exitTs": 1769693700,
          "dir": 1,
          "entryPrice": 5535.408,
          "exitPrice": 5502.567,
          "stopDistance": 32.842,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 80
        },
        {
          "entryTs": 1769698800,
          "entryUtc": "2026-01-29T15:00:00.000Z",
          "exitTs": 1769699280,
          "dir": -1,
          "entryPrice": 5496.055,
          "exitPrice": 5421.725,
          "stopDistance": 37.165,
          "outcome": "target",
          "netR": 1.99,
          "holdMinutes": 8
        },
        {
          "entryTs": 1769720400,
          "entryUtc": "2026-01-29T21:00:00.000Z",
          "exitTs": 1769735460,
          "dir": 1,
          "entryPrice": 5393.595,
          "exitPrice": 5323.291,
          "stopDistance": 70.304,
          "outcome": "stop",
          "netR": -1.006,
          "holdMinutes": 251
        },
        {
          "entryTs": 1769735700,
          "entryUtc": "2026-01-30T01:15:00.000Z",
          "exitTs": 1769739420,
          "dir": -1,
          "entryPrice": 5308.595,
          "exitPrice": 5177.988,
          "stopDistance": 65.304,
          "outcome": "target",
          "netR": 1.9943,
          "holdMinutes": 62
        },
        {
          "entryTs": 1770125400,
          "entryUtc": "2026-02-03T13:30:00.000Z",
          "exitTs": 1770128220,
          "dir": 1,
          "entryPrice": 4933.795,
          "exitPrice": 4899.555,
          "stopDistance": 34.24,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 47
        },
        {
          "entryTs": 1770216300,
          "entryUtc": "2026-02-04T14:45:00.000Z",
          "exitTs": 1770219120,
          "dir": -1,
          "entryPrice": 4995.915,
          "exitPrice": 4923.952,
          "stopDistance": 35.981,
          "outcome": "target",
          "netR": 1.9897,
          "holdMinutes": 47
        },
        {
          "entryTs": 1770282900,
          "entryUtc": "2026-02-05T09:15:00.000Z",
          "exitTs": 1770327240,
          "dir": -1,
          "entryPrice": 4862.245,
          "exitPrice": 4770.502,
          "stopDistance": 45.872,
          "outcome": "target",
          "netR": 1.9919,
          "holdMinutes": 739
        },
        {
          "entryTs": 1770592500,
          "entryUtc": "2026-02-08T23:15:00.000Z",
          "exitTs": 1770593280,
          "dir": 1,
          "entryPrice": 4979.315,
          "exitPrice": 5023.677,
          "stopDistance": 22.181,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 13
        },
        {
          "entryTs": 1770678900,
          "entryUtc": "2026-02-09T23:15:00.000Z",
          "exitTs": 1770680580,
          "dir": -1,
          "entryPrice": 5012.148,
          "exitPrice": 5038.734,
          "stopDistance": 26.586,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 28
        },
        {
          "entryTs": 1770733800,
          "entryUtc": "2026-02-10T14:30:00.000Z",
          "exitTs": 1770734700,
          "dir": 1,
          "entryPrice": 5070.045,
          "exitPrice": 5049.681,
          "stopDistance": 20.364,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 15
        },
        {
          "entryTs": 1770738300,
          "entryUtc": "2026-02-10T15:45:00.000Z",
          "exitTs": 1770756480,
          "dir": -1,
          "entryPrice": 5013.815,
          "exitPrice": 5040.046,
          "stopDistance": 26.231,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 303
        },
        {
          "entryTs": 1770805800,
          "entryUtc": "2026-02-11T10:30:00.000Z",
          "exitTs": 1770806640,
          "dir": 1,
          "entryPrice": 5070.655,
          "exitPrice": 5098.096,
          "stopDistance": 13.721,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 14
        },
        {
          "entryTs": 1770821100,
          "entryUtc": "2026-02-11T14:45:00.000Z",
          "exitTs": 1770822300,
          "dir": -1,
          "entryPrice": 5042.495,
          "exitPrice": 5073.346,
          "stopDistance": 30.851,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 20
        },
        {
          "entryTs": 1770873300,
          "entryUtc": "2026-02-12T05:15:00.000Z",
          "exitTs": 1770877740,
          "dir": 1,
          "entryPrice": 5074.465,
          "exitPrice": 5056.952,
          "stopDistance": 17.513,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 74
        },
        {
          "entryTs": 1770901200,
          "entryUtc": "2026-02-12T13:00:00.000Z",
          "exitTs": 1770901980,
          "dir": -1,
          "entryPrice": 5052.475,
          "exitPrice": 5065.365,
          "stopDistance": 12.89,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 13
        },
        {
          "entryTs": 1770903900,
          "entryUtc": "2026-02-12T13:45:00.000Z",
          "exitTs": 1770905700,
          "dir": 1,
          "entryPrice": 5075.275,
          "exitPrice": 5060.579,
          "stopDistance": 14.696,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 30
        },
        {
          "entryTs": 1770908400,
          "entryUtc": "2026-02-12T15:00:00.000Z",
          "exitTs": 1770909000,
          "dir": -1,
          "entryPrice": 5044.045,
          "exitPrice": 5061.695,
          "stopDistance": 17.65,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 10
        },
        {
          "entryTs": 1770945300,
          "entryUtc": "2026-02-13T01:15:00.000Z",
          "exitTs": 1771000080,
          "dir": 1,
          "entryPrice": 4964.735,
          "exitPrice": 5027.605,
          "stopDistance": 31.435,
          "outcome": "target",
          "netR": 1.9882,
          "holdMinutes": 913
        },
        {
          "entryTs": 1771199100,
          "entryUtc": "2026-02-15T23:45:00.000Z",
          "exitTs": 1771213740,
          "dir": -1,
          "entryPrice": 5018.305,
          "exitPrice": 4975.945,
          "stopDistance": 21.18,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 244
        },
        {
          "entryTs": 1771326000,
          "entryUtc": "2026-02-17T11:00:00.000Z",
          "exitTs": 1771329660,
          "dir": -1,
          "entryPrice": 4912.955,
          "exitPrice": 4931.957,
          "stopDistance": 19.002,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 61
        },
        {
          "entryTs": 1771331400,
          "entryUtc": "2026-02-17T12:30:00.000Z",
          "exitTs": 1771333500,
          "dir": 1,
          "entryPrice": 4942.625,
          "exitPrice": 4925.152,
          "stopDistance": 17.473,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 35
        },
        {
          "entryTs": 1771336800,
          "entryUtc": "2026-02-17T14:00:00.000Z",
          "exitTs": 1771337280,
          "dir": -1,
          "entryPrice": 4870.525,
          "exitPrice": 4892.908,
          "stopDistance": 22.383,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 8
        },
        {
          "entryTs": 1771493400,
          "entryUtc": "2026-02-19T09:30:00.000Z",
          "exitTs": 1771506120,
          "dir": -1,
          "entryPrice": 5000.295,
          "exitPrice": 4976.708,
          "stopDistance": 11.794,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 212
        },
        {
          "entryTs": 1771509600,
          "entryUtc": "2026-02-19T14:00:00.000Z",
          "exitTs": 1771510020,
          "dir": 1,
          "entryPrice": 4996.795,
          "exitPrice": 4982.175,
          "stopDistance": 14.62,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 7
        },
        {
          "entryTs": 1771510500,
          "entryUtc": "2026-02-19T14:15:00.000Z",
          "exitTs": 1771512180,
          "dir": -1,
          "entryPrice": 4972.405,
          "exitPrice": 4988.666,
          "stopDistance": 16.261,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 28
        },
        {
          "entryTs": 1771550100,
          "entryUtc": "2026-02-20T01:15:00.000Z",
          "exitTs": 1771550700,
          "dir": 1,
          "entryPrice": 5013.045,
          "exitPrice": 4998.407,
          "stopDistance": 14.638,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 10
        },
        {
          "entryTs": 1771596000,
          "entryUtc": "2026-02-20T14:00:00.000Z",
          "exitTs": 1771599780,
          "dir": 1,
          "entryPrice": 5043.265,
          "exitPrice": 5027.996,
          "stopDistance": 15.27,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 63
        },
        {
          "entryTs": 1771850700,
          "entryUtc": "2026-02-23T12:45:00.000Z",
          "exitTs": 1771852980,
          "dir": 1,
          "entryPrice": 5164.195,
          "exitPrice": 5150.154,
          "stopDistance": 14.041,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 38
        },
        {
          "entryTs": 1771855200,
          "entryUtc": "2026-02-23T14:00:00.000Z",
          "exitTs": 1771856340,
          "dir": -1,
          "entryPrice": 5145.995,
          "exitPrice": 5159.922,
          "stopDistance": 13.927,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 19
        },
        {
          "entryTs": 1771857900,
          "entryUtc": "2026-02-23T14:45:00.000Z",
          "exitTs": 1771877400,
          "dir": 1,
          "entryPrice": 5190.525,
          "exitPrice": 5223.144,
          "stopDistance": 16.309,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 325
        },
        {
          "entryTs": 1771895700,
          "entryUtc": "2026-02-24T01:15:00.000Z",
          "exitTs": 1771895760,
          "dir": -1,
          "entryPrice": 5185.088,
          "exitPrice": 5145.47,
          "stopDistance": 19.809,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771974000,
          "entryUtc": "2026-02-24T23:00:00.000Z",
          "exitTs": 1771979880,
          "dir": -1,
          "entryPrice": 5137.095,
          "exitPrice": 5153.631,
          "stopDistance": 16.536,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 98
        },
        {
          "entryTs": 1772051400,
          "entryUtc": "2026-02-25T20:30:00.000Z",
          "exitTs": 1772053080,
          "dir": -1,
          "entryPrice": 5185.855,
          "exitPrice": 5157.604,
          "stopDistance": 14.125,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 28
        },
        {
          "entryTs": 1772065800,
          "entryUtc": "2026-02-26T00:30:00.000Z",
          "exitTs": 1772106840,
          "dir": 1,
          "entryPrice": 5184.995,
          "exitPrice": 5164.731,
          "stopDistance": 20.264,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 684
        },
        {
          "entryTs": 1772136900,
          "entryUtc": "2026-02-26T20:15:00.000Z",
          "exitTs": 1772146920,
          "dir": 1,
          "entryPrice": 5196.585,
          "exitPrice": 5179.781,
          "stopDistance": 16.804,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 167
        },
        {
          "entryTs": 1772432100,
          "entryUtc": "2026-03-02T06:15:00.000Z",
          "exitTs": 1772461320,
          "dir": 1,
          "entryPrice": 5374.878,
          "exitPrice": 5352.046,
          "stopDistance": 22.832,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 487
        },
        {
          "entryTs": 1772517600,
          "entryUtc": "2026-03-03T06:00:00.000Z",
          "exitTs": 1772529900,
          "dir": -1,
          "entryPrice": 5318.735,
          "exitPrice": 5271.74,
          "stopDistance": 23.498,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 205
        },
        {
          "entryTs": 1772686800,
          "entryUtc": "2026-03-05T05:00:00.000Z",
          "exitTs": 1772690940,
          "dir": -1,
          "entryPrice": 5171.445,
          "exitPrice": 5137.994,
          "stopDistance": 16.725,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 69
        },
        {
          "entryTs": 1772717400,
          "entryUtc": "2026-03-05T13:30:00.000Z",
          "exitTs": 1772723280,
          "dir": -1,
          "entryPrice": 5120.915,
          "exitPrice": 5074.1,
          "stopDistance": 23.408,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 98
        },
        {
          "entryTs": 1773009900,
          "entryUtc": "2026-03-08T22:45:00.000Z",
          "exitTs": 1773013320,
          "dir": -1,
          "entryPrice": 5125.125,
          "exitPrice": 5061.229,
          "stopDistance": 31.948,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 57
        },
        {
          "entryTs": 1773067500,
          "entryUtc": "2026-03-09T14:45:00.000Z",
          "exitTs": 1773068160,
          "dir": 1,
          "entryPrice": 5112.038,
          "exitPrice": 5085.333,
          "stopDistance": 26.705,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 11
        },
        {
          "entryTs": 1773129600,
          "entryUtc": "2026-03-10T08:00:00.000Z",
          "exitTs": 1773138840,
          "dir": 1,
          "entryPrice": 5180.815,
          "exitPrice": 5165.736,
          "stopDistance": 15.079,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 154
        },
        {
          "entryTs": 1773269100,
          "entryUtc": "2026-03-11T22:45:00.000Z",
          "exitTs": 1773269820,
          "dir": -1,
          "entryPrice": 5158.345,
          "exitPrice": 5131.173,
          "stopDistance": 13.586,
          "outcome": "target",
          "netR": 1.9728,
          "holdMinutes": 12
        },
        {
          "entryTs": 1773403200,
          "entryUtc": "2026-03-13T12:00:00.000Z",
          "exitTs": 1773411240,
          "dir": 1,
          "entryPrice": 5107.345,
          "exitPrice": 5091.751,
          "stopDistance": 15.594,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 134
        },
        {
          "entryTs": 1773647100,
          "entryUtc": "2026-03-16T07:45:00.000Z",
          "exitTs": 1773659940,
          "dir": -1,
          "entryPrice": 4992.575,
          "exitPrice": 5010.126,
          "stopDistance": 17.551,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 214
        },
        {
          "entryTs": 1773660600,
          "entryUtc": "2026-03-16T11:30:00.000Z",
          "exitTs": 1773661980,
          "dir": 1,
          "entryPrice": 5018.975,
          "exitPrice": 5000.61,
          "stopDistance": 18.366,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 23
        },
        {
          "entryTs": 1773675000,
          "entryUtc": "2026-03-16T15:30:00.000Z",
          "exitTs": 1773686280,
          "dir": -1,
          "entryPrice": 4991.815,
          "exitPrice": 5012.086,
          "stopDistance": 20.272,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 188
        },
        {
          "entryTs": 1773711900,
          "entryUtc": "2026-03-17T01:45:00.000Z",
          "exitTs": 1773741960,
          "dir": 1,
          "entryPrice": 5017.535,
          "exitPrice": 5003.404,
          "stopDistance": 14.131,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 501
        },
        {
          "entryTs": 1773742500,
          "entryUtc": "2026-03-17T10:15:00.000Z",
          "exitTs": 1773750060,
          "dir": -1,
          "entryPrice": 5004.065,
          "exitPrice": 5017.533,
          "stopDistance": 13.468,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 126
        },
        {
          "entryTs": 1773761400,
          "entryUtc": "2026-03-17T15:30:00.000Z",
          "exitTs": 1773792420,
          "dir": -1,
          "entryPrice": 4994.485,
          "exitPrice": 5012.065,
          "stopDistance": 17.58,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 517
        },
        {
          "entryTs": 1773812700,
          "entryUtc": "2026-03-18T05:45:00.000Z",
          "exitTs": 1773821220,
          "dir": 1,
          "entryPrice": 4998.778,
          "exitPrice": 4987.814,
          "stopDistance": 10.964,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 142
        },
        {
          "entryTs": 1773860400,
          "entryUtc": "2026-03-18T19:00:00.000Z",
          "exitTs": 1773865860,
          "dir": -1,
          "entryPrice": 4852.775,
          "exitPrice": 4807.666,
          "stopDistance": 22.555,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 91
        },
        {
          "entryTs": 1774002600,
          "entryUtc": "2026-03-20T10:30:00.000Z",
          "exitTs": 1774008420,
          "dir": -1,
          "entryPrice": 4657.865,
          "exitPrice": 4684.121,
          "stopDistance": 26.255,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 97
        },
        {
          "entryTs": 1774015200,
          "entryUtc": "2026-03-20T14:00:00.000Z",
          "exitTs": 1774016880,
          "dir": -1,
          "entryPrice": 4616.115,
          "exitPrice": 4552.28,
          "stopDistance": 31.917,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 28
        },
        {
          "entryTs": 1774218600,
          "entryUtc": "2026-03-22T22:30:00.000Z",
          "exitTs": 1774221660,
          "dir": 1,
          "entryPrice": 4523.985,
          "exitPrice": 4484.953,
          "stopDistance": 39.032,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 51
        },
        {
          "entryTs": 1774224000,
          "entryUtc": "2026-03-23T00:00:00.000Z",
          "exitTs": 1774226100,
          "dir": -1,
          "entryPrice": 4464.435,
          "exitPrice": 4386.92,
          "stopDistance": 38.757,
          "outcome": "target",
          "netR": 1.9905,
          "holdMinutes": 35
        },
        {
          "entryTs": 1774307700,
          "entryUtc": "2026-03-23T23:15:00.000Z",
          "exitTs": 1774312020,
          "dir": 1,
          "entryPrice": 4435.325,
          "exitPrice": 4392.011,
          "stopDistance": 43.314,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 72
        },
        {
          "entryTs": 1774313100,
          "entryUtc": "2026-03-24T00:45:00.000Z",
          "exitTs": 1774333440,
          "dir": -1,
          "entryPrice": 4344.045,
          "exitPrice": 4391.06,
          "stopDistance": 47.016,
          "outcome": "stop",
          "netR": -1.0089,
          "holdMinutes": 339
        },
        {
          "entryTs": 1774333800,
          "entryUtc": "2026-03-24T06:30:00.000Z",
          "exitTs": 1774383900,
          "dir": 1,
          "entryPrice": 4386.218,
          "exitPrice": 4470.621,
          "stopDistance": 42.202,
          "outcome": "target",
          "netR": 1.9912,
          "holdMinutes": 835
        },
        {
          "entryTs": 1774465200,
          "entryUtc": "2026-03-25T19:00:00.000Z",
          "exitTs": 1774465860,
          "dir": -1,
          "entryPrice": 4537.925,
          "exitPrice": 4490.292,
          "stopDistance": 23.816,
          "outcome": "target",
          "netR": 1.9845,
          "holdMinutes": 11
        },
        {
          "entryTs": 1774486800,
          "entryUtc": "2026-03-26T01:00:00.000Z",
          "exitTs": 1774493760,
          "dir": 1,
          "entryPrice": 4534.515,
          "exitPrice": 4508.239,
          "stopDistance": 26.276,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 116
        },
        {
          "entryTs": 1774557000,
          "entryUtc": "2026-03-26T20:30:00.000Z",
          "exitTs": 1774589820,
          "dir": 1,
          "entryPrice": 4404.205,
          "exitPrice": 4471.037,
          "stopDistance": 33.416,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 547
        },
        {
          "entryTs": 1774917900,
          "entryUtc": "2026-03-31T00:45:00.000Z",
          "exitTs": 1774920240,
          "dir": 1,
          "entryPrice": 4535.925,
          "exitPrice": 4584.344,
          "stopDistance": 24.209,
          "outcome": "target",
          "netR": 1.9847,
          "holdMinutes": 39
        },
        {
          "entryTs": 1774956600,
          "entryUtc": "2026-03-31T11:30:00.000Z",
          "exitTs": 1774965720,
          "dir": 1,
          "entryPrice": 4574.885,
          "exitPrice": 4619.194,
          "stopDistance": 22.155,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 152
        },
        {
          "entryTs": 1775022300,
          "entryUtc": "2026-04-01T05:45:00.000Z",
          "exitTs": 1775023200,
          "dir": 1,
          "entryPrice": 4701.935,
          "exitPrice": 4683.021,
          "stopDistance": 18.915,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 15
        },
        {
          "entryTs": 1775085300,
          "entryUtc": "2026-04-01T23:15:00.000Z",
          "exitTs": 1775091600,
          "dir": 1,
          "entryPrice": 4791.135,
          "exitPrice": 4771.706,
          "stopDistance": 19.429,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 105
        },
        {
          "entryTs": 1775138400,
          "entryUtc": "2026-04-02T14:00:00.000Z",
          "exitTs": 1775426400,
          "dir": 1,
          "entryPrice": 4646.035,
          "exitPrice": 4633.495,
          "stopDistance": 32.509,
          "outcome": "time",
          "netR": -0.3971,
          "holdMinutes": 4800
        },
        {
          "entryTs": 1775442600,
          "entryUtc": "2026-04-06T02:30:00.000Z",
          "exitTs": 1775444580,
          "dir": 1,
          "entryPrice": 4660.815,
          "exitPrice": 4632.029,
          "stopDistance": 28.786,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 33
        },
        {
          "entryTs": 1775539800,
          "entryUtc": "2026-04-07T05:30:00.000Z",
          "exitTs": 1775544120,
          "dir": -1,
          "entryPrice": 4632.015,
          "exitPrice": 4649.611,
          "stopDistance": 17.596,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 72
        },
        {
          "entryTs": 1775673000,
          "entryUtc": "2026-04-08T18:30:00.000Z",
          "exitTs": 1775731920,
          "dir": -1,
          "entryPrice": 4722.933,
          "exitPrice": 4745.995,
          "stopDistance": 23.062,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 982
        },
        {
          "entryTs": 1775788200,
          "entryUtc": "2026-04-10T02:30:00.000Z",
          "exitTs": 1775790720,
          "dir": -1,
          "entryPrice": 4744.345,
          "exitPrice": 4759.683,
          "stopDistance": 15.338,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 42
        },
        {
          "entryTs": 1775817000,
          "entryUtc": "2026-04-10T10:30:00.000Z",
          "exitTs": 1775830500,
          "dir": 1,
          "entryPrice": 4758.025,
          "exitPrice": 4785.347,
          "stopDistance": 13.661,
          "outcome": "target",
          "netR": 1.9729,
          "holdMinutes": 225
        },
        {
          "entryTs": 1775853000,
          "entryUtc": "2026-04-10T20:30:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4745.158,
          "exitPrice": 4717.614,
          "stopDistance": 13.772,
          "outcome": "target",
          "netR": 1.9731,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1776060000,
          "entryUtc": "2026-04-13T06:00:00.000Z",
          "exitTs": 1776072900,
          "dir": 1,
          "entryPrice": 4729.125,
          "exitPrice": 4713.613,
          "stopDistance": 15.512,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 215
        },
        {
          "entryTs": 1776150000,
          "entryUtc": "2026-04-14T07:00:00.000Z",
          "exitTs": 1776151500,
          "dir": 1,
          "entryPrice": 4781.945,
          "exitPrice": 4770.209,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 25
        },
        {
          "entryTs": 1776207600,
          "entryUtc": "2026-04-14T23:00:00.000Z",
          "exitTs": 1776215460,
          "dir": -1,
          "entryPrice": 4834.448,
          "exitPrice": 4846.471,
          "stopDistance": 12.022,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 131
        },
        {
          "entryTs": 1776221100,
          "entryUtc": "2026-04-15T02:45:00.000Z",
          "exitTs": 1776244260,
          "dir": -1,
          "entryPrice": 4827.955,
          "exitPrice": 4795.759,
          "stopDistance": 16.098,
          "outcome": "target",
          "netR": 1.977,
          "holdMinutes": 386
        },
        {
          "entryTs": 1776294000,
          "entryUtc": "2026-04-15T23:00:00.000Z",
          "exitTs": 1776297600,
          "dir": 1,
          "entryPrice": 4807.058,
          "exitPrice": 4829.88,
          "stopDistance": 11.411,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 60
        },
        {
          "entryTs": 1776348000,
          "entryUtc": "2026-04-16T14:00:00.000Z",
          "exitTs": 1776352080,
          "dir": -1,
          "entryPrice": 4794.358,
          "exitPrice": 4808.412,
          "stopDistance": 14.054,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 68
        },
        {
          "entryTs": 1776388500,
          "entryUtc": "2026-04-17T01:15:00.000Z",
          "exitTs": 1776390900,
          "dir": -1,
          "entryPrice": 4778.615,
          "exitPrice": 4789.942,
          "stopDistance": 11.327,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 40
        },
        {
          "entryTs": 1776407400,
          "entryUtc": "2026-04-17T06:30:00.000Z",
          "exitTs": 1776411240,
          "dir": -1,
          "entryPrice": 4783.525,
          "exitPrice": 4793.998,
          "stopDistance": 10.473,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 64
        },
        {
          "entryTs": 1776698100,
          "entryUtc": "2026-04-20T15:15:00.000Z",
          "exitTs": 1776708840,
          "dir": -1,
          "entryPrice": 4798.005,
          "exitPrice": 4815.393,
          "stopDistance": 17.388,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 179
        },
        {
          "entryTs": 1776774600,
          "entryUtc": "2026-04-21T12:30:00.000Z",
          "exitTs": 1776778800,
          "dir": -1,
          "entryPrice": 4779.945,
          "exitPrice": 4791.798,
          "stopDistance": 11.854,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 70
        },
        {
          "entryTs": 1776910500,
          "entryUtc": "2026-04-23T02:15:00.000Z",
          "exitTs": 1776931200,
          "dir": -1,
          "entryPrice": 4706.885,
          "exitPrice": 4724.314,
          "stopDistance": 17.43,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 345
        },
        {
          "entryTs": 1776935700,
          "entryUtc": "2026-04-23T09:15:00.000Z",
          "exitTs": 1776944820,
          "dir": -1,
          "entryPrice": 4696.745,
          "exitPrice": 4710.104,
          "stopDistance": 13.358,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 152
        },
        {
          "entryTs": 1776997800,
          "entryUtc": "2026-04-24T02:30:00.000Z",
          "exitTs": 1777028820,
          "dir": -1,
          "entryPrice": 4683.365,
          "exitPrice": 4698.721,
          "stopDistance": 15.356,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 517
        },
        {
          "entryTs": 1777029300,
          "entryUtc": "2026-04-24T11:15:00.000Z",
          "exitTs": 1777039500,
          "dir": 1,
          "entryPrice": 4696.965,
          "exitPrice": 4724.034,
          "stopDistance": 13.534,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 170
        },
        {
          "entryTs": 1777040100,
          "entryUtc": "2026-04-24T14:15:00.000Z",
          "exitTs": 1777060920,
          "dir": 1,
          "entryPrice": 4731.285,
          "exitPrice": 4712.42,
          "stopDistance": 18.866,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 347
        },
        {
          "entryTs": 1777293900,
          "entryUtc": "2026-04-27T12:45:00.000Z",
          "exitTs": 1777301700,
          "dir": -1,
          "entryPrice": 4698.585,
          "exitPrice": 4678.369,
          "stopDistance": 10.108,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 130
        },
        {
          "entryTs": 1777328100,
          "entryUtc": "2026-04-27T22:15:00.000Z",
          "exitTs": 1777341180,
          "dir": 1,
          "entryPrice": 4688.975,
          "exitPrice": 4680.63,
          "stopDistance": 8.346,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 218
        },
        {
          "entryTs": 1777341600,
          "entryUtc": "2026-04-28T02:00:00.000Z",
          "exitTs": 1777342620,
          "dir": -1,
          "entryPrice": 4670.295,
          "exitPrice": 4679.537,
          "stopDistance": 9.242,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 17
        },
        {
          "entryTs": 1777421700,
          "entryUtc": "2026-04-29T00:15:00.000Z",
          "exitTs": 1777423800,
          "dir": 1,
          "entryPrice": 4607.525,
          "exitPrice": 4597.129,
          "stopDistance": 10.396,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 35
        },
        {
          "entryTs": 1777425300,
          "entryUtc": "2026-04-29T01:15:00.000Z",
          "exitTs": 1777428060,
          "dir": -1,
          "entryPrice": 4581.945,
          "exitPrice": 4594.369,
          "stopDistance": 12.424,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 46
        },
        {
          "entryTs": 1777438800,
          "entryUtc": "2026-04-29T05:00:00.000Z",
          "exitTs": 1777442160,
          "dir": 1,
          "entryPrice": 4604.635,
          "exitPrice": 4593.447,
          "stopDistance": 11.188,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 56
        },
        {
          "entryTs": 1777442400,
          "entryUtc": "2026-04-29T06:00:00.000Z",
          "exitTs": 1777448820,
          "dir": -1,
          "entryPrice": 4590.775,
          "exitPrice": 4567.887,
          "stopDistance": 11.444,
          "outcome": "target",
          "netR": 1.9677,
          "holdMinutes": 107
        }
      ],
      "significance": {
        "tStat": -3.598,
        "pValueOneSided": 0.99984,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "smc-fvg-retrace-m15",
      "name": "Fair value gap retracement entry",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "The single most repeated SMC entry trigger on YouTube; \"FVG\" is now standard retail vocabulary.",
      "rule": "After a displacement candle leaves an M15 fair value gap, place a limit order at the near edge of the gap and trade in the direction of the displacement.",
      "rawSignals": 6095,
      "full": {
        "trades": 4422,
        "winRate": {
          "successes": 1509,
          "total": 4422,
          "ratePct": 34.1,
          "ci95Pct": [
            32.7,
            35.5
          ]
        },
        "expectancyR": -0.0915,
        "totalR": -404.54,
        "profitFactor": 0.874,
        "avgWinR": 1.858,
        "avgLossR": -1.101,
        "maxDrawdownPct": 99.47,
        "finalEquity": 112.57,
        "returnPct": -98.87,
        "tStat": -4.305,
        "sdR": 1.413,
        "ambiguousTrades": 9,
        "timeExits": 82,
        "stopExits": 2880,
        "targetExits": 1451,
        "optimisticExpectancyR": -0.0853,
        "medianHoldMinutes": 97.5,
        "medianCostShareOfR": 0.097,
        "longTrades": 2185,
        "longExpectancyR": -0.1043,
        "shortTrades": 2237,
        "shortExpectancyR": -0.079,
        "maxConsecutiveLosses": 16,
        "skippedInPosition": 1673,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 3325,
        "winRate": {
          "successes": 1114,
          "total": 3325,
          "ratePct": 33.5,
          "ci95Pct": [
            31.9,
            35.1
          ]
        },
        "expectancyR": -0.1271,
        "totalR": -422.47,
        "profitFactor": 0.829,
        "avgWinR": 1.84,
        "avgLossR": -1.118,
        "maxDrawdownPct": 99.08,
        "finalEquity": 105.14,
        "returnPct": -98.95,
        "tStat": -5.207,
        "sdR": 1.407,
        "ambiguousTrades": 9,
        "timeExits": 63,
        "stopExits": 2180,
        "targetExits": 1073,
        "optimisticExpectancyR": -0.1189,
        "medianHoldMinutes": 94,
        "medianCostShareOfR": 0.1152,
        "longTrades": 1666,
        "longExpectancyR": -0.1706,
        "shortTrades": 1659,
        "shortExpectancyR": -0.0833,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 1271,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 1097,
        "winRate": {
          "successes": 395,
          "total": 1097,
          "ratePct": 36,
          "ci95Pct": [
            33.2,
            38.9
          ]
        },
        "expectancyR": 0.0163,
        "totalR": 17.93,
        "profitFactor": 1.024,
        "avgWinR": 1.906,
        "avgLossR": -1.047,
        "maxDrawdownPct": 49.1,
        "finalEquity": 10706.81,
        "returnPct": 7.07,
        "tStat": 0.379,
        "sdR": 1.427,
        "ambiguousTrades": 0,
        "timeExits": 19,
        "stopExits": 700,
        "targetExits": 378,
        "optimisticExpectancyR": 0.0163,
        "medianHoldMinutes": 106,
        "medianCostShareOfR": 0.0389,
        "longTrades": 519,
        "longExpectancyR": 0.1085,
        "shortTrades": 578,
        "shortExpectancyR": -0.0664,
        "maxConsecutiveLosses": 16,
        "skippedInPosition": 402,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 5741,
          "winRatePct": 50.8,
          "expectancyR": -0.1394,
          "profitFactor": 0.757,
          "returnPct": -99.98
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 5460,
          "winRatePct": 33.7,
          "expectancyR": -0.1501,
          "profitFactor": 0.806,
          "returnPct": -99.98
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 5030,
          "winRatePct": 25.3,
          "expectancyR": -0.1601,
          "profitFactor": 0.816,
          "returnPct": -99.99
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 5255,
          "winRatePct": 49.5,
          "expectancyR": -0.1122,
          "profitFactor": 0.799,
          "returnPct": -99.79
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 4422,
          "winRatePct": 34.1,
          "expectancyR": -0.0915,
          "profitFactor": 0.874,
          "returnPct": -98.87
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 3808,
          "winRatePct": 26.9,
          "expectancyR": -0.0922,
          "profitFactor": 0.885,
          "returnPct": -98.28
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 3825,
          "winRatePct": 50.4,
          "expectancyR": -0.0506,
          "profitFactor": 0.902,
          "returnPct": -88.03
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 2800,
          "winRatePct": 36.4,
          "expectancyR": -0.0454,
          "profitFactor": 0.931,
          "returnPct": -78.28
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 2409,
          "winRatePct": 32.7,
          "expectancyR": -0.0203,
          "profitFactor": 0.971,
          "returnPct": -54.34
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 4422,
          "expectancyR": -0.0533,
          "profitFactor": 0.924,
          "returnPct": -93.9
        },
        {
          "spreadUsd": 0.3,
          "trades": 4422,
          "expectancyR": -0.0915,
          "profitFactor": 0.874,
          "returnPct": -98.87
        },
        {
          "spreadUsd": 0.6,
          "trades": 4422,
          "expectancyR": -0.1678,
          "profitFactor": 0.784,
          "returnPct": -99.96
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -12.08
        },
        {
          "month": "2021-02",
          "totalR": 11.5
        },
        {
          "month": "2021-03",
          "totalR": 2.96
        },
        {
          "month": "2021-04",
          "totalR": -17.09
        },
        {
          "month": "2021-05",
          "totalR": -25.96
        },
        {
          "month": "2021-06",
          "totalR": 3.41
        },
        {
          "month": "2021-07",
          "totalR": -13.04
        },
        {
          "month": "2021-08",
          "totalR": 4.32
        },
        {
          "month": "2021-09",
          "totalR": -8.78
        },
        {
          "month": "2021-10",
          "totalR": -14.92
        },
        {
          "month": "2021-11",
          "totalR": -0.88
        },
        {
          "month": "2021-12",
          "totalR": -8.14
        },
        {
          "month": "2022-01",
          "totalR": -20
        },
        {
          "month": "2022-02",
          "totalR": 0.84
        },
        {
          "month": "2022-03",
          "totalR": -18.65
        },
        {
          "month": "2022-04",
          "totalR": -6.81
        },
        {
          "month": "2022-05",
          "totalR": -12.08
        },
        {
          "month": "2022-06",
          "totalR": 4.9
        },
        {
          "month": "2022-07",
          "totalR": -23.87
        },
        {
          "month": "2022-08",
          "totalR": -18.19
        },
        {
          "month": "2022-09",
          "totalR": 3.35
        },
        {
          "month": "2022-10",
          "totalR": -3.32
        },
        {
          "month": "2022-11",
          "totalR": 7.47
        },
        {
          "month": "2022-12",
          "totalR": -22.13
        },
        {
          "month": "2023-01",
          "totalR": -7.23
        },
        {
          "month": "2023-02",
          "totalR": -11.13
        },
        {
          "month": "2023-03",
          "totalR": 15.17
        },
        {
          "month": "2023-04",
          "totalR": -4.7
        },
        {
          "month": "2023-05",
          "totalR": -16.41
        },
        {
          "month": "2023-06",
          "totalR": -30.75
        },
        {
          "month": "2023-07",
          "totalR": -24.26
        },
        {
          "month": "2023-08",
          "totalR": -17.7
        },
        {
          "month": "2023-09",
          "totalR": -2.76
        },
        {
          "month": "2023-10",
          "totalR": 7.87
        },
        {
          "month": "2023-11",
          "totalR": -14.96
        },
        {
          "month": "2023-12",
          "totalR": -30.07
        },
        {
          "month": "2024-01",
          "totalR": 4.73
        },
        {
          "month": "2024-02",
          "totalR": -18.58
        },
        {
          "month": "2024-03",
          "totalR": -9.5
        },
        {
          "month": "2024-04",
          "totalR": -1.8
        },
        {
          "month": "2024-05",
          "totalR": -13.74
        },
        {
          "month": "2024-06",
          "totalR": -6.17
        },
        {
          "month": "2024-07",
          "totalR": 8.65
        },
        {
          "month": "2024-08",
          "totalR": -10.49
        },
        {
          "month": "2024-09",
          "totalR": -22.26
        },
        {
          "month": "2024-10",
          "totalR": -16.57
        },
        {
          "month": "2024-11",
          "totalR": 4.08
        },
        {
          "month": "2024-12",
          "totalR": -16.7
        },
        {
          "month": "2025-01",
          "totalR": 4.13
        },
        {
          "month": "2025-02",
          "totalR": -0.1
        },
        {
          "month": "2025-03",
          "totalR": -22.6
        },
        {
          "month": "2025-04",
          "totalR": -0.65
        },
        {
          "month": "2025-05",
          "totalR": -9.87
        },
        {
          "month": "2025-06",
          "totalR": -5.7
        },
        {
          "month": "2025-07",
          "totalR": 12.06
        },
        {
          "month": "2025-08",
          "totalR": -22.15
        },
        {
          "month": "2025-09",
          "totalR": 19.09
        },
        {
          "month": "2025-10",
          "totalR": 7.85
        },
        {
          "month": "2025-11",
          "totalR": 4.16
        },
        {
          "month": "2025-12",
          "totalR": 2.06
        },
        {
          "month": "2026-01",
          "totalR": 13.89
        },
        {
          "month": "2026-02",
          "totalR": 9.69
        },
        {
          "month": "2026-03",
          "totalR": -3.04
        },
        {
          "month": "2026-04",
          "totalR": 9.13
        }
      ],
      "trades": [
        {
          "entryTs": 1609749960,
          "entryUtc": "2021-01-04T08:46:00.000Z",
          "exitTs": 1609756080,
          "dir": 1,
          "entryPrice": 1932.104,
          "exitPrice": 1927.979,
          "stopDistance": 4.125,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 102
        },
        {
          "entryTs": 1609768920,
          "entryUtc": "2021-01-04T14:02:00.000Z",
          "exitTs": 1609772940,
          "dir": 1,
          "entryPrice": 1939.13,
          "exitPrice": 1934.634,
          "stopDistance": 4.496,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 67
        },
        {
          "entryTs": 1609773000,
          "entryUtc": "2021-01-04T15:10:00.000Z",
          "exitTs": 1609773480,
          "dir": 1,
          "entryPrice": 1933.835,
          "exitPrice": 1929.466,
          "stopDistance": 4.369,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 8
        },
        {
          "entryTs": 1609774680,
          "entryUtc": "2021-01-04T15:38:00.000Z",
          "exitTs": 1609775640,
          "dir": -1,
          "entryPrice": 1935.848,
          "exitPrice": 1941.947,
          "stopDistance": 6.099,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 16
        },
        {
          "entryTs": 1609776480,
          "entryUtc": "2021-01-04T16:08:00.000Z",
          "exitTs": 1609854780,
          "dir": 1,
          "entryPrice": 1938.098,
          "exitPrice": 1951.039,
          "stopDistance": 6.47,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 1305
        },
        {
          "entryTs": 1609860360,
          "entryUtc": "2021-01-05T15:26:00.000Z",
          "exitTs": 1609866060,
          "dir": -1,
          "entryPrice": 1946.195,
          "exitPrice": 1951.557,
          "stopDistance": 5.362,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 95
        },
        {
          "entryTs": 1609902960,
          "entryUtc": "2021-01-06T03:16:00.000Z",
          "exitTs": 1609920420,
          "dir": -1,
          "entryPrice": 1944.645,
          "exitPrice": 1949.381,
          "stopDistance": 4.736,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 291
        },
        {
          "entryTs": 1609938420,
          "entryUtc": "2021-01-06T13:07:00.000Z",
          "exitTs": 1609938900,
          "dir": -1,
          "entryPrice": 1936.198,
          "exitPrice": 1943.424,
          "stopDistance": 7.226,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 8
        },
        {
          "entryTs": 1609939860,
          "entryUtc": "2021-01-06T13:31:00.000Z",
          "exitTs": 1609943640,
          "dir": 1,
          "entryPrice": 1936.688,
          "exitPrice": 1928.721,
          "stopDistance": 7.967,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 63
        },
        {
          "entryTs": 1609959180,
          "entryUtc": "2021-01-06T18:53:00.000Z",
          "exitTs": 1609962780,
          "dir": -1,
          "entryPrice": 1909.848,
          "exitPrice": 1919.986,
          "stopDistance": 10.138,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 60
        },
        {
          "entryTs": 1610002800,
          "entryUtc": "2021-01-07T07:00:00.000Z",
          "exitTs": 1610005380,
          "dir": 1,
          "entryPrice": 1925.638,
          "exitPrice": 1921.787,
          "stopDistance": 3.851,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 43
        },
        {
          "entryTs": 1610006400,
          "entryUtc": "2021-01-07T08:00:00.000Z",
          "exitTs": 1610013240,
          "dir": 1,
          "entryPrice": 1918.898,
          "exitPrice": 1915.282,
          "stopDistance": 3.616,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 114
        },
        {
          "entryTs": 1610017260,
          "entryUtc": "2021-01-07T11:01:00.000Z",
          "exitTs": 1610018880,
          "dir": -1,
          "entryPrice": 1914.708,
          "exitPrice": 1920.145,
          "stopDistance": 5.437,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 27
        },
        {
          "entryTs": 1610021880,
          "entryUtc": "2021-01-07T12:18:00.000Z",
          "exitTs": 1610030340,
          "dir": 1,
          "entryPrice": 1915.605,
          "exitPrice": 1909.881,
          "stopDistance": 5.724,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 141
        },
        {
          "entryTs": 1610082360,
          "entryUtc": "2021-01-08T05:06:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1909.408,
          "exitPrice": 1903.356,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 174
        },
        {
          "entryTs": 1610094720,
          "entryUtc": "2021-01-08T08:32:00.000Z",
          "exitTs": 1610113140,
          "dir": -1,
          "entryPrice": 1892.01,
          "exitPrice": 1878.443,
          "stopDistance": 6.784,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 307
        },
        {
          "entryTs": 1610127900,
          "entryUtc": "2021-01-08T17:45:00.000Z",
          "exitTs": 1610319600,
          "dir": -1,
          "entryPrice": 1845.595,
          "exitPrice": 1847.678,
          "stopDistance": 11.039,
          "outcome": "time",
          "netR": -0.2222,
          "holdMinutes": 3195
        },
        {
          "entryTs": 1610329680,
          "entryUtc": "2021-01-11T01:48:00.000Z",
          "exitTs": 1610343480,
          "dir": -1,
          "entryPrice": 1829.105,
          "exitPrice": 1838.767,
          "stopDistance": 9.662,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 230
        },
        {
          "entryTs": 1610354940,
          "entryUtc": "2021-01-11T08:49:00.000Z",
          "exitTs": 1610369400,
          "dir": 1,
          "entryPrice": 1849.965,
          "exitPrice": 1842.596,
          "stopDistance": 7.369,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 241
        },
        {
          "entryTs": 1610375940,
          "entryUtc": "2021-01-11T14:39:00.000Z",
          "exitTs": 1610377380,
          "dir": -1,
          "entryPrice": 1839.808,
          "exitPrice": 1845.471,
          "stopDistance": 5.663,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 24
        },
        {
          "entryTs": 1610379120,
          "entryUtc": "2021-01-11T15:32:00.000Z",
          "exitTs": 1610436360,
          "dir": 1,
          "entryPrice": 1846.508,
          "exitPrice": 1860.758,
          "stopDistance": 7.125,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 954
        },
        {
          "entryTs": 1610446800,
          "entryUtc": "2021-01-12T10:20:00.000Z",
          "exitTs": 1610453760,
          "dir": 1,
          "entryPrice": 1861.348,
          "exitPrice": 1857.228,
          "stopDistance": 4.12,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 116
        },
        {
          "entryTs": 1610461620,
          "entryUtc": "2021-01-12T14:27:00.000Z",
          "exitTs": 1610479020,
          "dir": -1,
          "entryPrice": 1846.071,
          "exitPrice": 1851.586,
          "stopDistance": 5.515,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 290
        },
        {
          "entryTs": 1610506020,
          "entryUtc": "2021-01-13T02:47:00.000Z",
          "exitTs": 1610526840,
          "dir": 1,
          "entryPrice": 1858.668,
          "exitPrice": 1854.501,
          "stopDistance": 4.167,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 347
        },
        {
          "entryTs": 1610530200,
          "entryUtc": "2021-01-13T09:30:00.000Z",
          "exitTs": 1610531460,
          "dir": -1,
          "entryPrice": 1852.638,
          "exitPrice": 1856.771,
          "stopDistance": 4.133,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 21
        },
        {
          "entryTs": 1610547960,
          "entryUtc": "2021-01-13T14:26:00.000Z",
          "exitTs": 1610570400,
          "dir": 1,
          "entryPrice": 1856.168,
          "exitPrice": 1851.394,
          "stopDistance": 4.774,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 374
        },
        {
          "entryTs": 1610592780,
          "entryUtc": "2021-01-14T02:53:00.000Z",
          "exitTs": 1610602800,
          "dir": -1,
          "entryPrice": 1839.958,
          "exitPrice": 1845.099,
          "stopDistance": 5.141,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 167
        },
        {
          "entryTs": 1610648100,
          "entryUtc": "2021-01-14T18:15:00.000Z",
          "exitTs": 1610653500,
          "dir": 1,
          "entryPrice": 1851.832,
          "exitPrice": 1845.99,
          "stopDistance": 5.842,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 90
        },
        {
          "entryTs": 1610674200,
          "entryUtc": "2021-01-15T01:30:00.000Z",
          "exitTs": 1610689800,
          "dir": 1,
          "entryPrice": 1852.088,
          "exitPrice": 1848.049,
          "stopDistance": 4.039,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 260
        },
        {
          "entryTs": 1610690400,
          "entryUtc": "2021-01-15T06:00:00.000Z",
          "exitTs": 1610697420,
          "dir": -1,
          "entryPrice": 1849.995,
          "exitPrice": 1853.232,
          "stopDistance": 3.237,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 117
        },
        {
          "entryTs": 1610717700,
          "entryUtc": "2021-01-15T13:35:00.000Z",
          "exitTs": 1610718300,
          "dir": -1,
          "entryPrice": 1849.778,
          "exitPrice": 1842.127,
          "stopDistance": 3.826,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 10
        },
        {
          "entryTs": 1610720520,
          "entryUtc": "2021-01-15T14:22:00.000Z",
          "exitTs": 1610723280,
          "dir": -1,
          "entryPrice": 1843.078,
          "exitPrice": 1833.212,
          "stopDistance": 4.933,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 46
        },
        {
          "entryTs": 1610728440,
          "entryUtc": "2021-01-15T16:34:00.000Z",
          "exitTs": 1610924400,
          "dir": -1,
          "entryPrice": 1829.757,
          "exitPrice": 1828.998,
          "stopDistance": 7.105,
          "outcome": "time",
          "netR": 0.0547,
          "holdMinutes": 3266
        },
        {
          "entryTs": 1610929560,
          "entryUtc": "2021-01-18T00:26:00.000Z",
          "exitTs": 1610935320,
          "dir": -1,
          "entryPrice": 1820.378,
          "exitPrice": 1827.497,
          "stopDistance": 7.119,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 96
        },
        {
          "entryTs": 1610955900,
          "entryUtc": "2021-01-18T07:45:00.000Z",
          "exitTs": 1610963340,
          "dir": 1,
          "entryPrice": 1835.375,
          "exitPrice": 1830.385,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 124
        },
        {
          "entryTs": 1611037260,
          "entryUtc": "2021-01-19T06:21:00.000Z",
          "exitTs": 1611039420,
          "dir": -1,
          "entryPrice": 1838.578,
          "exitPrice": 1841.389,
          "stopDistance": 2.811,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 36
        },
        {
          "entryTs": 1611065760,
          "entryUtc": "2021-01-19T14:16:00.000Z",
          "exitTs": 1611067980,
          "dir": -1,
          "entryPrice": 1841.435,
          "exitPrice": 1835.193,
          "stopDistance": 3.121,
          "outcome": "target",
          "netR": 1.8815,
          "holdMinutes": 37
        },
        {
          "entryTs": 1611106860,
          "entryUtc": "2021-01-20T01:41:00.000Z",
          "exitTs": 1611111180,
          "dir": 1,
          "entryPrice": 1844.402,
          "exitPrice": 1850.151,
          "stopDistance": 2.875,
          "outcome": "target",
          "netR": 1.8713,
          "holdMinutes": 72
        },
        {
          "entryTs": 1611126000,
          "entryUtc": "2021-01-20T07:00:00.000Z",
          "exitTs": 1611129540,
          "dir": 1,
          "entryPrice": 1851.707,
          "exitPrice": 1856.816,
          "stopDistance": 2.554,
          "outcome": "target",
          "netR": 1.8552,
          "holdMinutes": 59
        },
        {
          "entryTs": 1611146280,
          "entryUtc": "2021-01-20T12:38:00.000Z",
          "exitTs": 1611147240,
          "dir": -1,
          "entryPrice": 1850.745,
          "exitPrice": 1844.817,
          "stopDistance": 2.964,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 16
        },
        {
          "entryTs": 1611149940,
          "entryUtc": "2021-01-20T13:39:00.000Z",
          "exitTs": 1611150600,
          "dir": -1,
          "entryPrice": 1842.955,
          "exitPrice": 1847.582,
          "stopDistance": 4.627,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 11
        },
        {
          "entryTs": 1611154320,
          "entryUtc": "2021-01-20T14:52:00.000Z",
          "exitTs": 1611178800,
          "dir": 1,
          "entryPrice": 1858.438,
          "exitPrice": 1871.193,
          "stopDistance": 6.377,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 408
        },
        {
          "entryTs": 1611198960,
          "entryUtc": "2021-01-21T03:16:00.000Z",
          "exitTs": 1611214260,
          "dir": 1,
          "entryPrice": 1870.825,
          "exitPrice": 1867.705,
          "stopDistance": 3.12,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 255
        },
        {
          "entryTs": 1611216060,
          "entryUtc": "2021-01-21T08:01:00.000Z",
          "exitTs": 1611218880,
          "dir": -1,
          "entryPrice": 1868.968,
          "exitPrice": 1872.344,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 47
        },
        {
          "entryTs": 1611235500,
          "entryUtc": "2021-01-21T13:25:00.000Z",
          "exitTs": 1611237180,
          "dir": -1,
          "entryPrice": 1869.765,
          "exitPrice": 1861.685,
          "stopDistance": 4.04,
          "outcome": "target",
          "netR": 1.9084,
          "holdMinutes": 28
        },
        {
          "entryTs": 1611238500,
          "entryUtc": "2021-01-21T14:15:00.000Z",
          "exitTs": 1611261960,
          "dir": -1,
          "entryPrice": 1864.825,
          "exitPrice": 1869.982,
          "stopDistance": 5.157,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 391
        },
        {
          "entryTs": 1611279300,
          "entryUtc": "2021-01-22T01:35:00.000Z",
          "exitTs": 1611284340,
          "dir": -1,
          "entryPrice": 1866.195,
          "exitPrice": 1861.034,
          "stopDistance": 2.581,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 84
        },
        {
          "entryTs": 1611285900,
          "entryUtc": "2021-01-22T03:25:00.000Z",
          "exitTs": 1611310680,
          "dir": -1,
          "entryPrice": 1862.245,
          "exitPrice": 1856.385,
          "stopDistance": 2.93,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 413
        },
        {
          "entryTs": 1611324000,
          "entryUtc": "2021-01-22T14:00:00.000Z",
          "exitTs": 1611327600,
          "dir": 1,
          "entryPrice": 1841.871,
          "exitPrice": 1852.066,
          "stopDistance": 5.097,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 60
        },
        {
          "entryTs": 1611532620,
          "entryUtc": "2021-01-24T23:57:00.000Z",
          "exitTs": 1611538680,
          "dir": 1,
          "entryPrice": 1857.105,
          "exitPrice": 1853.599,
          "stopDistance": 3.506,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 101
        },
        {
          "entryTs": 1611554400,
          "entryUtc": "2021-01-25T06:00:00.000Z",
          "exitTs": 1611567240,
          "dir": -1,
          "entryPrice": 1853.165,
          "exitPrice": 1856.078,
          "stopDistance": 2.913,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 214
        },
        {
          "entryTs": 1611573480,
          "entryUtc": "2021-01-25T11:18:00.000Z",
          "exitTs": 1611586020,
          "dir": 1,
          "entryPrice": 1862.525,
          "exitPrice": 1858.882,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 209
        },
        {
          "entryTs": 1611595380,
          "entryUtc": "2021-01-25T17:23:00.000Z",
          "exitTs": 1611685380,
          "dir": -1,
          "entryPrice": 1857.827,
          "exitPrice": 1852.885,
          "stopDistance": 5.455,
          "outcome": "time",
          "netR": 0.8382,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1611715320,
          "entryUtc": "2021-01-27T02:42:00.000Z",
          "exitTs": 1611726060,
          "dir": -1,
          "entryPrice": 1846.345,
          "exitPrice": 1849.158,
          "stopDistance": 2.813,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 179
        },
        {
          "entryTs": 1611727440,
          "entryUtc": "2021-01-27T06:04:00.000Z",
          "exitTs": 1611735600,
          "dir": 1,
          "entryPrice": 1849.545,
          "exitPrice": 1847.123,
          "stopDistance": 2.422,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 136
        },
        {
          "entryTs": 1611737640,
          "entryUtc": "2021-01-27T08:54:00.000Z",
          "exitTs": 1611747360,
          "dir": -1,
          "entryPrice": 1847.985,
          "exitPrice": 1841.929,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 162
        },
        {
          "entryTs": 1611756120,
          "entryUtc": "2021-01-27T14:02:00.000Z",
          "exitTs": 1611758100,
          "dir": -1,
          "entryPrice": 1843.952,
          "exitPrice": 1837.762,
          "stopDistance": 3.095,
          "outcome": "target",
          "netR": 1.8805,
          "holdMinutes": 33
        },
        {
          "entryTs": 1611759660,
          "entryUtc": "2021-01-27T15:01:00.000Z",
          "exitTs": 1611759660,
          "dir": -1,
          "entryPrice": 1837.155,
          "exitPrice": 1843.057,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 0
        },
        {
          "entryTs": 1611778500,
          "entryUtc": "2021-01-27T20:15:00.000Z",
          "exitTs": 1611841500,
          "dir": -1,
          "entryPrice": 1841.937,
          "exitPrice": 1847.062,
          "stopDistance": 5.125,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 1050
        },
        {
          "entryTs": 1611843480,
          "entryUtc": "2021-01-28T14:18:00.000Z",
          "exitTs": 1611852600,
          "dir": 1,
          "entryPrice": 1856.736,
          "exitPrice": 1851.541,
          "stopDistance": 5.195,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 152
        },
        {
          "entryTs": 1611852960,
          "entryUtc": "2021-01-28T16:56:00.000Z",
          "exitTs": 1611853560,
          "dir": 1,
          "entryPrice": 1846.865,
          "exitPrice": 1841.648,
          "stopDistance": 5.217,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611861240,
          "entryUtc": "2021-01-28T19:14:00.000Z",
          "exitTs": 1611903060,
          "dir": -1,
          "entryPrice": 1843.165,
          "exitPrice": 1850.059,
          "stopDistance": 6.894,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 697
        },
        {
          "entryTs": 1611912660,
          "entryUtc": "2021-01-29T09:31:00.000Z",
          "exitTs": 1611917520,
          "dir": 1,
          "entryPrice": 1848.525,
          "exitPrice": 1857.949,
          "stopDistance": 4.712,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 81
        },
        {
          "entryTs": 1611954900,
          "entryUtc": "2021-01-29T21:15:00.000Z",
          "exitTs": 1612134000,
          "dir": -1,
          "entryPrice": 1844.505,
          "exitPrice": 1850.234,
          "stopDistance": 5.729,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1612138440,
          "entryUtc": "2021-02-01T00:14:00.000Z",
          "exitTs": 1612160820,
          "dir": 1,
          "entryPrice": 1851.945,
          "exitPrice": 1866.644,
          "stopDistance": 7.35,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 373
        },
        {
          "entryTs": 1612162860,
          "entryUtc": "2021-02-01T07:01:00.000Z",
          "exitTs": 1612174980,
          "dir": 1,
          "entryPrice": 1862.125,
          "exitPrice": 1857.145,
          "stopDistance": 4.98,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 202
        },
        {
          "entryTs": 1612183500,
          "entryUtc": "2021-02-01T12:45:00.000Z",
          "exitTs": 1612194660,
          "dir": 1,
          "entryPrice": 1863.755,
          "exitPrice": 1857.85,
          "stopDistance": 5.905,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 186
        },
        {
          "entryTs": 1612233960,
          "entryUtc": "2021-02-02T02:46:00.000Z",
          "exitTs": 1612235400,
          "dir": 1,
          "entryPrice": 1859.575,
          "exitPrice": 1855.678,
          "stopDistance": 3.897,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 24
        },
        {
          "entryTs": 1612237920,
          "entryUtc": "2021-02-02T03:52:00.000Z",
          "exitTs": 1612250700,
          "dir": -1,
          "entryPrice": 1856.797,
          "exitPrice": 1848.858,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 213
        },
        {
          "entryTs": 1612251540,
          "entryUtc": "2021-02-02T07:39:00.000Z",
          "exitTs": 1612265880,
          "dir": -1,
          "entryPrice": 1851.975,
          "exitPrice": 1844.171,
          "stopDistance": 3.902,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 239
        },
        {
          "entryTs": 1612267380,
          "entryUtc": "2021-02-02T12:03:00.000Z",
          "exitTs": 1612272000,
          "dir": -1,
          "entryPrice": 1845.487,
          "exitPrice": 1836.131,
          "stopDistance": 4.678,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 77
        },
        {
          "entryTs": 1612274100,
          "entryUtc": "2021-02-02T13:55:00.000Z",
          "exitTs": 1612315380,
          "dir": -1,
          "entryPrice": 1835.137,
          "exitPrice": 1841.192,
          "stopDistance": 6.055,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 688
        },
        {
          "entryTs": 1612337220,
          "entryUtc": "2021-02-03T07:27:00.000Z",
          "exitTs": 1612338780,
          "dir": -1,
          "entryPrice": 1840.175,
          "exitPrice": 1835.001,
          "stopDistance": 2.587,
          "outcome": "target",
          "netR": 1.857,
          "holdMinutes": 26
        },
        {
          "entryTs": 1612357380,
          "entryUtc": "2021-02-03T13:03:00.000Z",
          "exitTs": 1612363620,
          "dir": 1,
          "entryPrice": 1836.755,
          "exitPrice": 1833.576,
          "stopDistance": 3.18,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 104
        },
        {
          "entryTs": 1612406340,
          "entryUtc": "2021-02-04T02:39:00.000Z",
          "exitTs": 1612414920,
          "dir": -1,
          "entryPrice": 1827.005,
          "exitPrice": 1820.578,
          "stopDistance": 3.213,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 143
        },
        {
          "entryTs": 1612416840,
          "entryUtc": "2021-02-04T05:34:00.000Z",
          "exitTs": 1612423020,
          "dir": -1,
          "entryPrice": 1821.305,
          "exitPrice": 1824.267,
          "stopDistance": 2.962,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 103
        },
        {
          "entryTs": 1612429080,
          "entryUtc": "2021-02-04T08:58:00.000Z",
          "exitTs": 1612429500,
          "dir": 1,
          "entryPrice": 1820.425,
          "exitPrice": 1816.721,
          "stopDistance": 3.704,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 7
        },
        {
          "entryTs": 1612431000,
          "entryUtc": "2021-02-04T09:30:00.000Z",
          "exitTs": 1612447380,
          "dir": -1,
          "entryPrice": 1815.255,
          "exitPrice": 1805.307,
          "stopDistance": 4.974,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 273
        },
        {
          "entryTs": 1612451100,
          "entryUtc": "2021-02-04T15:05:00.000Z",
          "exitTs": 1612503360,
          "dir": -1,
          "entryPrice": 1791.238,
          "exitPrice": 1798.171,
          "stopDistance": 6.933,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 871
        },
        {
          "entryTs": 1612516500,
          "entryUtc": "2021-02-05T09:15:00.000Z",
          "exitTs": 1612526640,
          "dir": 1,
          "entryPrice": 1805.227,
          "exitPrice": 1801.452,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 169
        },
        {
          "entryTs": 1612531800,
          "entryUtc": "2021-02-05T13:30:00.000Z",
          "exitTs": 1612531860,
          "dir": -1,
          "entryPrice": 1798.245,
          "exitPrice": 1802.584,
          "stopDistance": 4.339,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 1
        },
        {
          "entryTs": 1612533600,
          "entryUtc": "2021-02-05T14:00:00.000Z",
          "exitTs": 1612542180,
          "dir": 1,
          "entryPrice": 1798.255,
          "exitPrice": 1809.42,
          "stopDistance": 5.582,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 143
        },
        {
          "entryTs": 1612740900,
          "entryUtc": "2021-02-07T23:35:00.000Z",
          "exitTs": 1612745520,
          "dir": 1,
          "entryPrice": 1816.725,
          "exitPrice": 1813.213,
          "stopDistance": 3.512,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 77
        },
        {
          "entryTs": 1612760880,
          "entryUtc": "2021-02-08T05:08:00.000Z",
          "exitTs": 1612767720,
          "dir": -1,
          "entryPrice": 1812.503,
          "exitPrice": 1816.091,
          "stopDistance": 3.588,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 114
        },
        {
          "entryTs": 1612776240,
          "entryUtc": "2021-02-08T09:24:00.000Z",
          "exitTs": 1612778400,
          "dir": -1,
          "entryPrice": 1811.835,
          "exitPrice": 1814.973,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 36
        },
        {
          "entryTs": 1612785660,
          "entryUtc": "2021-02-08T12:01:00.000Z",
          "exitTs": 1612791480,
          "dir": 1,
          "entryPrice": 1820.605,
          "exitPrice": 1827.504,
          "stopDistance": 3.449,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 97
        },
        {
          "entryTs": 1612794660,
          "entryUtc": "2021-02-08T14:31:00.000Z",
          "exitTs": 1612838160,
          "dir": 1,
          "entryPrice": 1832.235,
          "exitPrice": 1841.145,
          "stopDistance": 4.455,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 725
        },
        {
          "entryTs": 1612854000,
          "entryUtc": "2021-02-09T07:00:00.000Z",
          "exitTs": 1612857000,
          "dir": -1,
          "entryPrice": 1840.135,
          "exitPrice": 1842.872,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1535,
          "holdMinutes": 50
        },
        {
          "entryTs": 1612860300,
          "entryUtc": "2021-02-09T08:45:00.000Z",
          "exitTs": 1612860960,
          "dir": -1,
          "entryPrice": 1841.165,
          "exitPrice": 1844.164,
          "stopDistance": 2.999,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 11
        },
        {
          "entryTs": 1612868160,
          "entryUtc": "2021-02-09T10:56:00.000Z",
          "exitTs": 1612876800,
          "dir": 1,
          "entryPrice": 1842.608,
          "exitPrice": 1839.349,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 144
        },
        {
          "entryTs": 1612879380,
          "entryUtc": "2021-02-09T14:03:00.000Z",
          "exitTs": 1612879920,
          "dir": 1,
          "entryPrice": 1844.812,
          "exitPrice": 1841.004,
          "stopDistance": 3.808,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 9
        },
        {
          "entryTs": 1612881240,
          "entryUtc": "2021-02-09T14:34:00.000Z",
          "exitTs": 1612881600,
          "dir": -1,
          "entryPrice": 1842.705,
          "exitPrice": 1834.298,
          "stopDistance": 4.204,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 6
        },
        {
          "entryTs": 1612885140,
          "entryUtc": "2021-02-09T15:39:00.000Z",
          "exitTs": 1612888740,
          "dir": 1,
          "entryPrice": 1842.265,
          "exitPrice": 1836.703,
          "stopDistance": 5.562,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 60
        },
        {
          "entryTs": 1612943100,
          "entryUtc": "2021-02-10T07:45:00.000Z",
          "exitTs": 1612944420,
          "dir": 1,
          "entryPrice": 1845.338,
          "exitPrice": 1842.746,
          "stopDistance": 2.592,
          "outcome": "stop",
          "netR": -1.162,
          "holdMinutes": 22
        },
        {
          "entryTs": 1612946100,
          "entryUtc": "2021-02-10T08:35:00.000Z",
          "exitTs": 1612961340,
          "dir": -1,
          "entryPrice": 1843.954,
          "exitPrice": 1838.285,
          "stopDistance": 2.834,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 254
        },
        {
          "entryTs": 1612965720,
          "entryUtc": "2021-02-10T14:02:00.000Z",
          "exitTs": 1612967520,
          "dir": 1,
          "entryPrice": 1850.245,
          "exitPrice": 1845.232,
          "stopDistance": 5.013,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 30
        },
        {
          "entryTs": 1612968960,
          "entryUtc": "2021-02-10T14:56:00.000Z",
          "exitTs": 1612970520,
          "dir": 1,
          "entryPrice": 1841.892,
          "exitPrice": 1838.171,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 26
        },
        {
          "entryTs": 1613027820,
          "entryUtc": "2021-02-11T07:17:00.000Z",
          "exitTs": 1613049660,
          "dir": 1,
          "entryPrice": 1841.655,
          "exitPrice": 1847.165,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 364
        },
        {
          "entryTs": 1613066220,
          "entryUtc": "2021-02-11T17:57:00.000Z",
          "exitTs": 1613116920,
          "dir": -1,
          "entryPrice": 1825.552,
          "exitPrice": 1816.28,
          "stopDistance": 4.636,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 845
        },
        {
          "entryTs": 1613120280,
          "entryUtc": "2021-02-12T08:58:00.000Z",
          "exitTs": 1613126220,
          "dir": -1,
          "entryPrice": 1817.445,
          "exitPrice": 1820.106,
          "stopDistance": 2.661,
          "outcome": "stop",
          "netR": -1.1578,
          "holdMinutes": 99
        },
        {
          "entryTs": 1613127720,
          "entryUtc": "2021-02-12T11:02:00.000Z",
          "exitTs": 1613131620,
          "dir": 1,
          "entryPrice": 1819.992,
          "exitPrice": 1816.654,
          "stopDistance": 3.338,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 65
        },
        {
          "entryTs": 1613133000,
          "entryUtc": "2021-02-12T12:30:00.000Z",
          "exitTs": 1613136780,
          "dir": -1,
          "entryPrice": 1817.395,
          "exitPrice": 1810.665,
          "stopDistance": 3.365,
          "outcome": "target",
          "netR": 1.89,
          "holdMinutes": 63
        },
        {
          "entryTs": 1613138100,
          "entryUtc": "2021-02-12T13:55:00.000Z",
          "exitTs": 1613141160,
          "dir": -1,
          "entryPrice": 1815.365,
          "exitPrice": 1818.967,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 51
        },
        {
          "entryTs": 1613147820,
          "entryUtc": "2021-02-12T16:37:00.000Z",
          "exitTs": 1613152380,
          "dir": 1,
          "entryPrice": 1825.174,
          "exitPrice": 1819.58,
          "stopDistance": 5.594,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 76
        },
        {
          "entryTs": 1613378100,
          "entryUtc": "2021-02-15T08:35:00.000Z",
          "exitTs": 1613439840,
          "dir": 1,
          "entryPrice": 1818.655,
          "exitPrice": 1824.351,
          "stopDistance": 2.848,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 1029
        },
        {
          "entryTs": 1613459700,
          "entryUtc": "2021-02-16T07:15:00.000Z",
          "exitTs": 1613460600,
          "dir": 1,
          "entryPrice": 1822.745,
          "exitPrice": 1820.416,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1804,
          "holdMinutes": 15
        },
        {
          "entryTs": 1613462040,
          "entryUtc": "2021-02-16T07:54:00.000Z",
          "exitTs": 1613464740,
          "dir": -1,
          "entryPrice": 1820.515,
          "exitPrice": 1822.863,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 45
        },
        {
          "entryTs": 1613466240,
          "entryUtc": "2021-02-16T09:04:00.000Z",
          "exitTs": 1613475240,
          "dir": 1,
          "entryPrice": 1822.515,
          "exitPrice": 1819.803,
          "stopDistance": 2.712,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 150
        },
        {
          "entryTs": 1613477700,
          "entryUtc": "2021-02-16T12:15:00.000Z",
          "exitTs": 1613479740,
          "dir": -1,
          "entryPrice": 1817.895,
          "exitPrice": 1811.279,
          "stopDistance": 3.308,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 34
        },
        {
          "entryTs": 1613481300,
          "entryUtc": "2021-02-16T13:15:00.000Z",
          "exitTs": 1613482260,
          "dir": -1,
          "entryPrice": 1811.365,
          "exitPrice": 1802.116,
          "stopDistance": 4.624,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 16
        },
        {
          "entryTs": 1613488380,
          "entryUtc": "2021-02-16T15:13:00.000Z",
          "exitTs": 1613488680,
          "dir": -1,
          "entryPrice": 1803.165,
          "exitPrice": 1809.276,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 5
        },
        {
          "entryTs": 1613492700,
          "entryUtc": "2021-02-16T16:25:00.000Z",
          "exitTs": 1613494740,
          "dir": 1,
          "entryPrice": 1804.884,
          "exitPrice": 1796.294,
          "stopDistance": 8.59,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 34
        },
        {
          "entryTs": 1613518740,
          "entryUtc": "2021-02-16T23:39:00.000Z",
          "exitTs": 1613568060,
          "dir": -1,
          "entryPrice": 1790.845,
          "exitPrice": 1781.895,
          "stopDistance": 4.475,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 822
        },
        {
          "entryTs": 1613570040,
          "entryUtc": "2021-02-17T13:54:00.000Z",
          "exitTs": 1613578500,
          "dir": -1,
          "entryPrice": 1779.915,
          "exitPrice": 1769.428,
          "stopDistance": 5.244,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 141
        },
        {
          "entryTs": 1613579940,
          "entryUtc": "2021-02-17T16:39:00.000Z",
          "exitTs": 1613610240,
          "dir": -1,
          "entryPrice": 1775.845,
          "exitPrice": 1782.141,
          "stopDistance": 6.297,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 505
        },
        {
          "entryTs": 1613640960,
          "entryUtc": "2021-02-18T09:36:00.000Z",
          "exitTs": 1613643840,
          "dir": 1,
          "entryPrice": 1785.205,
          "exitPrice": 1781.56,
          "stopDistance": 3.645,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 48
        },
        {
          "entryTs": 1613644260,
          "entryUtc": "2021-02-18T10:31:00.000Z",
          "exitTs": 1613653620,
          "dir": -1,
          "entryPrice": 1783.186,
          "exitPrice": 1786.995,
          "stopDistance": 3.809,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 156
        },
        {
          "entryTs": 1613662440,
          "entryUtc": "2021-02-18T15:34:00.000Z",
          "exitTs": 1613696820,
          "dir": -1,
          "entryPrice": 1775.675,
          "exitPrice": 1763.915,
          "stopDistance": 5.88,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 573
        },
        {
          "entryTs": 1613698860,
          "entryUtc": "2021-02-19T01:41:00.000Z",
          "exitTs": 1613702700,
          "dir": -1,
          "entryPrice": 1765.385,
          "exitPrice": 1770.217,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 64
        },
        {
          "entryTs": 1613716680,
          "entryUtc": "2021-02-19T06:38:00.000Z",
          "exitTs": 1613743140,
          "dir": 1,
          "entryPrice": 1771.635,
          "exitPrice": 1780.152,
          "stopDistance": 4.258,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 441
        },
        {
          "entryTs": 1613744280,
          "entryUtc": "2021-02-19T14:18:00.000Z",
          "exitTs": 1613759640,
          "dir": 1,
          "entryPrice": 1782.605,
          "exitPrice": 1777.333,
          "stopDistance": 5.272,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 256
        },
        {
          "entryTs": 1613958180,
          "entryUtc": "2021-02-22T01:43:00.000Z",
          "exitTs": 1613962860,
          "dir": 1,
          "entryPrice": 1787.015,
          "exitPrice": 1782.952,
          "stopDistance": 4.063,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 78
        },
        {
          "entryTs": 1613975760,
          "entryUtc": "2021-02-22T06:36:00.000Z",
          "exitTs": 1613999580,
          "dir": 1,
          "entryPrice": 1791.545,
          "exitPrice": 1799.227,
          "stopDistance": 3.841,
          "outcome": "target",
          "netR": 1.9037,
          "holdMinutes": 397
        },
        {
          "entryTs": 1614000600,
          "entryUtc": "2021-02-22T13:30:00.000Z",
          "exitTs": 1614004740,
          "dir": 1,
          "entryPrice": 1795.498,
          "exitPrice": 1804.015,
          "stopDistance": 4.258,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 69
        },
        {
          "entryTs": 1614006420,
          "entryUtc": "2021-02-22T15:07:00.000Z",
          "exitTs": 1614091200,
          "dir": 1,
          "entryPrice": 1804.285,
          "exitPrice": 1798.373,
          "stopDistance": 5.912,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 1413
        },
        {
          "entryTs": 1614092460,
          "entryUtc": "2021-02-23T15:01:00.000Z",
          "exitTs": 1614093060,
          "dir": -1,
          "entryPrice": 1802.425,
          "exitPrice": 1807.651,
          "stopDistance": 5.226,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 10
        },
        {
          "entryTs": 1614132900,
          "entryUtc": "2021-02-24T02:15:00.000Z",
          "exitTs": 1614139440,
          "dir": 1,
          "entryPrice": 1810.738,
          "exitPrice": 1807.755,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 109
        },
        {
          "entryTs": 1614148680,
          "entryUtc": "2021-02-24T06:38:00.000Z",
          "exitTs": 1614172680,
          "dir": -1,
          "entryPrice": 1808.075,
          "exitPrice": 1802.56,
          "stopDistance": 2.758,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 400
        },
        {
          "entryTs": 1614180300,
          "entryUtc": "2021-02-24T15:25:00.000Z",
          "exitTs": 1614184500,
          "dir": -1,
          "entryPrice": 1794.205,
          "exitPrice": 1799.463,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 70
        },
        {
          "entryTs": 1614215760,
          "entryUtc": "2021-02-25T01:16:00.000Z",
          "exitTs": 1614221700,
          "dir": -1,
          "entryPrice": 1801.38,
          "exitPrice": 1794.48,
          "stopDistance": 3.45,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 99
        },
        {
          "entryTs": 1614233160,
          "entryUtc": "2021-02-25T06:06:00.000Z",
          "exitTs": 1614233520,
          "dir": 1,
          "entryPrice": 1798.285,
          "exitPrice": 1795.13,
          "stopDistance": 3.155,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 6
        },
        {
          "entryTs": 1614234600,
          "entryUtc": "2021-02-25T06:30:00.000Z",
          "exitTs": 1614240480,
          "dir": -1,
          "entryPrice": 1796.428,
          "exitPrice": 1789.154,
          "stopDistance": 3.637,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 98
        },
        {
          "entryTs": 1614255600,
          "entryUtc": "2021-02-25T12:20:00.000Z",
          "exitTs": 1614265500,
          "dir": -1,
          "entryPrice": 1787.215,
          "exitPrice": 1776.432,
          "stopDistance": 5.392,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 165
        },
        {
          "entryTs": 1614271980,
          "entryUtc": "2021-02-25T16:53:00.000Z",
          "exitTs": 1614298740,
          "dir": -1,
          "entryPrice": 1780.111,
          "exitPrice": 1765.153,
          "stopDistance": 7.479,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 446
        },
        {
          "entryTs": 1614315660,
          "entryUtc": "2021-02-26T05:01:00.000Z",
          "exitTs": 1614317460,
          "dir": -1,
          "entryPrice": 1768.135,
          "exitPrice": 1759.473,
          "stopDistance": 4.331,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 30
        },
        {
          "entryTs": 1614319740,
          "entryUtc": "2021-02-26T06:09:00.000Z",
          "exitTs": 1614328740,
          "dir": -1,
          "entryPrice": 1762.555,
          "exitPrice": 1767.657,
          "stopDistance": 5.102,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 150
        },
        {
          "entryTs": 1614331320,
          "entryUtc": "2021-02-26T09:22:00.000Z",
          "exitTs": 1614338460,
          "dir": 1,
          "entryPrice": 1765.765,
          "exitPrice": 1759.999,
          "stopDistance": 5.766,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 119
        },
        {
          "entryTs": 1614354300,
          "entryUtc": "2021-02-26T15:45:00.000Z",
          "exitTs": 1614358620,
          "dir": -1,
          "entryPrice": 1735.435,
          "exitPrice": 1717.198,
          "stopDistance": 9.119,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 72
        },
        {
          "entryTs": 1614555000,
          "entryUtc": "2021-02-28T23:30:00.000Z",
          "exitTs": 1614566160,
          "dir": 1,
          "entryPrice": 1736.035,
          "exitPrice": 1747.902,
          "stopDistance": 5.933,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 186
        },
        {
          "entryTs": 1614586080,
          "entryUtc": "2021-03-01T08:08:00.000Z",
          "exitTs": 1614589020,
          "dir": 1,
          "entryPrice": 1752.425,
          "exitPrice": 1748.742,
          "stopDistance": 3.683,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 49
        },
        {
          "entryTs": 1614604200,
          "entryUtc": "2021-03-01T13:10:00.000Z",
          "exitTs": 1614618780,
          "dir": -1,
          "entryPrice": 1739.595,
          "exitPrice": 1730.526,
          "stopDistance": 4.535,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 243
        },
        {
          "entryTs": 1614623400,
          "entryUtc": "2021-03-01T18:30:00.000Z",
          "exitTs": 1614649200,
          "dir": -1,
          "entryPrice": 1725.683,
          "exitPrice": 1713.454,
          "stopDistance": 6.114,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 430
        },
        {
          "entryTs": 1614693240,
          "entryUtc": "2021-03-02T13:54:00.000Z",
          "exitTs": 1614705600,
          "dir": -1,
          "entryPrice": 1729.106,
          "exitPrice": 1734.544,
          "stopDistance": 5.438,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 206
        },
        {
          "entryTs": 1614764520,
          "entryUtc": "2021-03-03T09:42:00.000Z",
          "exitTs": 1614770820,
          "dir": -1,
          "entryPrice": 1729.405,
          "exitPrice": 1722.577,
          "stopDistance": 3.414,
          "outcome": "target",
          "netR": 1.8916,
          "holdMinutes": 105
        },
        {
          "entryTs": 1614781920,
          "entryUtc": "2021-03-03T14:32:00.000Z",
          "exitTs": 1614786180,
          "dir": -1,
          "entryPrice": 1716.485,
          "exitPrice": 1706.439,
          "stopDistance": 5.023,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 71
        },
        {
          "entryTs": 1614837600,
          "entryUtc": "2021-03-04T06:00:00.000Z",
          "exitTs": 1614847860,
          "dir": 1,
          "entryPrice": 1717.064,
          "exitPrice": 1713.131,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 171
        },
        {
          "entryTs": 1614875760,
          "entryUtc": "2021-03-04T16:36:00.000Z",
          "exitTs": 1614878460,
          "dir": 1,
          "entryPrice": 1716.364,
          "exitPrice": 1709.992,
          "stopDistance": 6.372,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 45
        },
        {
          "entryTs": 1614908160,
          "entryUtc": "2021-03-05T01:36:00.000Z",
          "exitTs": 1614924420,
          "dir": -1,
          "entryPrice": 1691.893,
          "exitPrice": 1697.739,
          "stopDistance": 5.846,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 271
        },
        {
          "entryTs": 1614929700,
          "entryUtc": "2021-03-05T07:35:00.000Z",
          "exitTs": 1614931560,
          "dir": 1,
          "entryPrice": 1698.005,
          "exitPrice": 1694.2,
          "stopDistance": 3.805,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 31
        },
        {
          "entryTs": 1614956580,
          "entryUtc": "2021-03-05T15:03:00.000Z",
          "exitTs": 1614968340,
          "dir": -1,
          "entryPrice": 1697.698,
          "exitPrice": 1704.62,
          "stopDistance": 6.922,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 196
        },
        {
          "entryTs": 1615160940,
          "entryUtc": "2021-03-07T23:49:00.000Z",
          "exitTs": 1615187220,
          "dir": 1,
          "entryPrice": 1706.851,
          "exitPrice": 1701.839,
          "stopDistance": 5.012,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 438
        },
        {
          "entryTs": 1615191240,
          "entryUtc": "2021-03-08T08:14:00.000Z",
          "exitTs": 1615193520,
          "dir": -1,
          "entryPrice": 1700.218,
          "exitPrice": 1692.559,
          "stopDistance": 3.829,
          "outcome": "target",
          "netR": 1.9034,
          "holdMinutes": 38
        },
        {
          "entryTs": 1615193940,
          "entryUtc": "2021-03-08T08:59:00.000Z",
          "exitTs": 1615204200,
          "dir": -1,
          "entryPrice": 1696.358,
          "exitPrice": 1688.251,
          "stopDistance": 4.054,
          "outcome": "target",
          "netR": 1.9087,
          "holdMinutes": 171
        },
        {
          "entryTs": 1615209540,
          "entryUtc": "2021-03-08T13:19:00.000Z",
          "exitTs": 1615212900,
          "dir": -1,
          "entryPrice": 1691.989,
          "exitPrice": 1696.145,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 56
        },
        {
          "entryTs": 1615219380,
          "entryUtc": "2021-03-08T16:03:00.000Z",
          "exitTs": 1615259580,
          "dir": -1,
          "entryPrice": 1682.844,
          "exitPrice": 1689.348,
          "stopDistance": 6.504,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 670
        },
        {
          "entryTs": 1615260600,
          "entryUtc": "2021-03-09T03:30:00.000Z",
          "exitTs": 1615275120,
          "dir": 1,
          "entryPrice": 1689.084,
          "exitPrice": 1695.978,
          "stopDistance": 3.447,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 242
        },
        {
          "entryTs": 1615285980,
          "entryUtc": "2021-03-09T10:33:00.000Z",
          "exitTs": 1615290240,
          "dir": 1,
          "entryPrice": 1701.088,
          "exitPrice": 1709.003,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 71
        },
        {
          "entryTs": 1615303920,
          "entryUtc": "2021-03-09T15:32:00.000Z",
          "exitTs": 1615393920,
          "dir": 1,
          "entryPrice": 1713.204,
          "exitPrice": 1716.405,
          "stopDistance": 5.458,
          "outcome": "time",
          "netR": 0.5187,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1615431180,
          "entryUtc": "2021-03-11T02:53:00.000Z",
          "exitTs": 1615442220,
          "dir": 1,
          "entryPrice": 1729.455,
          "exitPrice": 1735.634,
          "stopDistance": 3.09,
          "outcome": "target",
          "netR": 1.8802,
          "holdMinutes": 184
        },
        {
          "entryTs": 1615443600,
          "entryUtc": "2021-03-11T06:20:00.000Z",
          "exitTs": 1615452180,
          "dir": 1,
          "entryPrice": 1733.378,
          "exitPrice": 1739.139,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 143
        },
        {
          "entryTs": 1615469400,
          "entryUtc": "2021-03-11T13:30:00.000Z",
          "exitTs": 1615470300,
          "dir": 1,
          "entryPrice": 1732.508,
          "exitPrice": 1728.385,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 15
        },
        {
          "entryTs": 1615474800,
          "entryUtc": "2021-03-11T15:00:00.000Z",
          "exitTs": 1615529220,
          "dir": -1,
          "entryPrice": 1726.168,
          "exitPrice": 1714.968,
          "stopDistance": 5.6,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 907
        },
        {
          "entryTs": 1615764540,
          "entryUtc": "2021-03-14T23:29:00.000Z",
          "exitTs": 1615771680,
          "dir": 1,
          "entryPrice": 1725.648,
          "exitPrice": 1733.541,
          "stopDistance": 3.947,
          "outcome": "target",
          "netR": 1.9063,
          "holdMinutes": 119
        },
        {
          "entryTs": 1615772460,
          "entryUtc": "2021-03-15T01:41:00.000Z",
          "exitTs": 1615775280,
          "dir": 1,
          "entryPrice": 1730.741,
          "exitPrice": 1727.043,
          "stopDistance": 3.698,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 47
        },
        {
          "entryTs": 1615858200,
          "entryUtc": "2021-03-16T01:30:00.000Z",
          "exitTs": 1615873680,
          "dir": 1,
          "entryPrice": 1732.134,
          "exitPrice": 1736.894,
          "stopDistance": 2.38,
          "outcome": "target",
          "netR": 1.8445,
          "holdMinutes": 258
        },
        {
          "entryTs": 1615880220,
          "entryUtc": "2021-03-16T07:37:00.000Z",
          "exitTs": 1615882680,
          "dir": -1,
          "entryPrice": 1729.215,
          "exitPrice": 1732.011,
          "stopDistance": 2.796,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 41
        },
        {
          "entryTs": 1615905900,
          "entryUtc": "2021-03-16T14:45:00.000Z",
          "exitTs": 1615908060,
          "dir": 1,
          "entryPrice": 1736.398,
          "exitPrice": 1731.758,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 36
        },
        {
          "entryTs": 1615967580,
          "entryUtc": "2021-03-17T07:53:00.000Z",
          "exitTs": 1615979520,
          "dir": -1,
          "entryPrice": 1735.304,
          "exitPrice": 1730.69,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 199
        },
        {
          "entryTs": 1615981740,
          "entryUtc": "2021-03-17T11:49:00.000Z",
          "exitTs": 1615990920,
          "dir": -1,
          "entryPrice": 1729.374,
          "exitPrice": 1732.329,
          "stopDistance": 2.955,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 153
        },
        {
          "entryTs": 1615992420,
          "entryUtc": "2021-03-17T14:47:00.000Z",
          "exitTs": 1615995300,
          "dir": 1,
          "entryPrice": 1731.795,
          "exitPrice": 1727.388,
          "stopDistance": 4.407,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 48
        },
        {
          "entryTs": 1616010540,
          "entryUtc": "2021-03-17T19:49:00.000Z",
          "exitTs": 1616052720,
          "dir": 1,
          "entryPrice": 1745.058,
          "exitPrice": 1739.73,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 703
        },
        {
          "entryTs": 1616054700,
          "entryUtc": "2021-03-18T08:05:00.000Z",
          "exitTs": 1616067180,
          "dir": -1,
          "entryPrice": 1740.368,
          "exitPrice": 1731.454,
          "stopDistance": 4.457,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 208
        },
        {
          "entryTs": 1616068800,
          "entryUtc": "2021-03-18T12:00:00.000Z",
          "exitTs": 1616072940,
          "dir": -1,
          "entryPrice": 1732.148,
          "exitPrice": 1723.36,
          "stopDistance": 4.394,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 69
        },
        {
          "entryTs": 1616074320,
          "entryUtc": "2021-03-18T13:32:00.000Z",
          "exitTs": 1616079480,
          "dir": -1,
          "entryPrice": 1723.865,
          "exitPrice": 1729.379,
          "stopDistance": 5.515,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 86
        },
        {
          "entryTs": 1616141100,
          "entryUtc": "2021-03-19T08:05:00.000Z",
          "exitTs": 1616148240,
          "dir": 1,
          "entryPrice": 1739.498,
          "exitPrice": 1735.749,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 119
        },
        {
          "entryTs": 1616149800,
          "entryUtc": "2021-03-19T10:30:00.000Z",
          "exitTs": 1616154060,
          "dir": -1,
          "entryPrice": 1737.368,
          "exitPrice": 1741.083,
          "stopDistance": 3.715,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 71
        },
        {
          "entryTs": 1616157480,
          "entryUtc": "2021-03-19T12:38:00.000Z",
          "exitTs": 1616158800,
          "dir": 1,
          "entryPrice": 1740.148,
          "exitPrice": 1736.362,
          "stopDistance": 3.786,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 22
        },
        {
          "entryTs": 1616364060,
          "entryUtc": "2021-03-21T22:01:00.000Z",
          "exitTs": 1616364900,
          "dir": 1,
          "entryPrice": 1744.388,
          "exitPrice": 1741.443,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 14
        },
        {
          "entryTs": 1616377980,
          "entryUtc": "2021-03-22T01:53:00.000Z",
          "exitTs": 1616382960,
          "dir": -1,
          "entryPrice": 1735.748,
          "exitPrice": 1739.421,
          "stopDistance": 3.673,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 83
        },
        {
          "entryTs": 1616414340,
          "entryUtc": "2021-03-22T11:59:00.000Z",
          "exitTs": 1616415840,
          "dir": 1,
          "entryPrice": 1736.121,
          "exitPrice": 1732.701,
          "stopDistance": 3.42,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 25
        },
        {
          "entryTs": 1616463000,
          "entryUtc": "2021-03-23T01:30:00.000Z",
          "exitTs": 1616478000,
          "dir": -1,
          "entryPrice": 1735.038,
          "exitPrice": 1737.251,
          "stopDistance": 2.213,
          "outcome": "stop",
          "netR": -1.1898,
          "holdMinutes": 250
        },
        {
          "entryTs": 1616479200,
          "entryUtc": "2021-03-23T06:00:00.000Z",
          "exitTs": 1616494140,
          "dir": 1,
          "entryPrice": 1737.025,
          "exitPrice": 1741.237,
          "stopDistance": 2.106,
          "outcome": "target",
          "netR": 1.8243,
          "holdMinutes": 249
        },
        {
          "entryTs": 1616511060,
          "entryUtc": "2021-03-23T14:51:00.000Z",
          "exitTs": 1616580120,
          "dir": -1,
          "entryPrice": 1730.908,
          "exitPrice": 1735.124,
          "stopDistance": 4.216,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 1151
        },
        {
          "entryTs": 1616603640,
          "entryUtc": "2021-03-24T16:34:00.000Z",
          "exitTs": 1616605980,
          "dir": 1,
          "entryPrice": 1736.015,
          "exitPrice": 1732.633,
          "stopDistance": 3.382,
          "outcome": "stop",
          "netR": -1.1242,
          "holdMinutes": 39
        },
        {
          "entryTs": 1616643120,
          "entryUtc": "2021-03-25T03:32:00.000Z",
          "exitTs": 1616644800,
          "dir": 1,
          "entryPrice": 1737.108,
          "exitPrice": 1734.715,
          "stopDistance": 2.393,
          "outcome": "stop",
          "netR": -1.1755,
          "holdMinutes": 28
        },
        {
          "entryTs": 1616680320,
          "entryUtc": "2021-03-25T13:52:00.000Z",
          "exitTs": 1616682840,
          "dir": 1,
          "entryPrice": 1739.275,
          "exitPrice": 1734.466,
          "stopDistance": 4.809,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 42
        },
        {
          "entryTs": 1616738520,
          "entryUtc": "2021-03-26T06:02:00.000Z",
          "exitTs": 1616756580,
          "dir": 1,
          "entryPrice": 1727.345,
          "exitPrice": 1724.961,
          "stopDistance": 2.384,
          "outcome": "stop",
          "netR": -1.1762,
          "holdMinutes": 301
        },
        {
          "entryTs": 1616981400,
          "entryUtc": "2021-03-29T01:30:00.000Z",
          "exitTs": 1616982600,
          "dir": -1,
          "entryPrice": 1728.358,
          "exitPrice": 1730.74,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 20
        },
        {
          "entryTs": 1617028680,
          "entryUtc": "2021-03-29T14:38:00.000Z",
          "exitTs": 1617089280,
          "dir": -1,
          "entryPrice": 1711.035,
          "exitPrice": 1701.486,
          "stopDistance": 4.775,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 1010
        },
        {
          "entryTs": 1617091260,
          "entryUtc": "2021-03-30T08:01:00.000Z",
          "exitTs": 1617103200,
          "dir": -1,
          "entryPrice": 1697.578,
          "exitPrice": 1690.216,
          "stopDistance": 3.681,
          "outcome": "target",
          "netR": 1.8995,
          "holdMinutes": 199
        },
        {
          "entryTs": 1617109560,
          "entryUtc": "2021-03-30T13:06:00.000Z",
          "exitTs": 1617194520,
          "dir": -1,
          "entryPrice": 1684.385,
          "exitPrice": 1689.133,
          "stopDistance": 4.748,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 1416
        },
        {
          "entryTs": 1617243360,
          "entryUtc": "2021-04-01T02:16:00.000Z",
          "exitTs": 1617259200,
          "dir": 1,
          "entryPrice": 1709.758,
          "exitPrice": 1715.405,
          "stopDistance": 2.824,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 264
        },
        {
          "entryTs": 1617268260,
          "entryUtc": "2021-04-01T09:11:00.000Z",
          "exitTs": 1617275220,
          "dir": 1,
          "entryPrice": 1714.428,
          "exitPrice": 1711.218,
          "stopDistance": 3.21,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 116
        },
        {
          "entryTs": 1617278220,
          "entryUtc": "2021-04-01T11:57:00.000Z",
          "exitTs": 1617282000,
          "dir": -1,
          "entryPrice": 1716.978,
          "exitPrice": 1720.242,
          "stopDistance": 3.264,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 63
        },
        {
          "entryTs": 1617286260,
          "entryUtc": "2021-04-01T14:11:00.000Z",
          "exitTs": 1617289380,
          "dir": 1,
          "entryPrice": 1721.478,
          "exitPrice": 1729.548,
          "stopDistance": 4.035,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 52
        },
        {
          "entryTs": 1617674160,
          "entryUtc": "2021-04-06T01:56:00.000Z",
          "exitTs": 1617692280,
          "dir": 1,
          "entryPrice": 1733.105,
          "exitPrice": 1729.985,
          "stopDistance": 3.12,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 302
        },
        {
          "entryTs": 1617695040,
          "entryUtc": "2021-04-06T07:44:00.000Z",
          "exitTs": 1617707040,
          "dir": -1,
          "entryPrice": 1731.685,
          "exitPrice": 1734.542,
          "stopDistance": 2.856,
          "outcome": "stop",
          "netR": -1.147,
          "holdMinutes": 200
        },
        {
          "entryTs": 1617711420,
          "entryUtc": "2021-04-06T12:17:00.000Z",
          "exitTs": 1617717300,
          "dir": 1,
          "entryPrice": 1735.904,
          "exitPrice": 1741.762,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 98
        },
        {
          "entryTs": 1617719280,
          "entryUtc": "2021-04-06T14:28:00.000Z",
          "exitTs": 1617761520,
          "dir": 1,
          "entryPrice": 1740.508,
          "exitPrice": 1736.757,
          "stopDistance": 3.751,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 704
        },
        {
          "entryTs": 1617779280,
          "entryUtc": "2021-04-07T07:08:00.000Z",
          "exitTs": 1617783000,
          "dir": 1,
          "entryPrice": 1740.458,
          "exitPrice": 1738.108,
          "stopDistance": 2.35,
          "outcome": "stop",
          "netR": -1.1787,
          "holdMinutes": 62
        },
        {
          "entryTs": 1617784200,
          "entryUtc": "2021-04-07T08:30:00.000Z",
          "exitTs": 1617796920,
          "dir": -1,
          "entryPrice": 1737.465,
          "exitPrice": 1731.977,
          "stopDistance": 2.744,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 212
        },
        {
          "entryTs": 1617847200,
          "entryUtc": "2021-04-08T02:00:00.000Z",
          "exitTs": 1617859740,
          "dir": 1,
          "entryPrice": 1736.135,
          "exitPrice": 1740.628,
          "stopDistance": 2.246,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 209
        },
        {
          "entryTs": 1617861600,
          "entryUtc": "2021-04-08T06:00:00.000Z",
          "exitTs": 1617867360,
          "dir": 1,
          "entryPrice": 1742.025,
          "exitPrice": 1746.678,
          "stopDistance": 2.326,
          "outcome": "target",
          "netR": 1.841,
          "holdMinutes": 96
        },
        {
          "entryTs": 1617872520,
          "entryUtc": "2021-04-08T09:02:00.000Z",
          "exitTs": 1617878220,
          "dir": -1,
          "entryPrice": 1743.558,
          "exitPrice": 1746.5,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 95
        },
        {
          "entryTs": 1617883860,
          "entryUtc": "2021-04-08T12:11:00.000Z",
          "exitTs": 1617887220,
          "dir": 1,
          "entryPrice": 1747.328,
          "exitPrice": 1753.097,
          "stopDistance": 2.884,
          "outcome": "target",
          "netR": 1.8717,
          "holdMinutes": 56
        },
        {
          "entryTs": 1617890400,
          "entryUtc": "2021-04-08T14:00:00.000Z",
          "exitTs": 1617946200,
          "dir": 1,
          "entryPrice": 1753.635,
          "exitPrice": 1749.57,
          "stopDistance": 4.065,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 930
        },
        {
          "entryTs": 1617955080,
          "entryUtc": "2021-04-09T07:58:00.000Z",
          "exitTs": 1617970800,
          "dir": -1,
          "entryPrice": 1747.378,
          "exitPrice": 1742.742,
          "stopDistance": 2.318,
          "outcome": "target",
          "netR": 1.8404,
          "holdMinutes": 262
        },
        {
          "entryTs": 1617976440,
          "entryUtc": "2021-04-09T13:54:00.000Z",
          "exitTs": 1617979320,
          "dir": -1,
          "entryPrice": 1740.655,
          "exitPrice": 1743.896,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 48
        },
        {
          "entryTs": 1618221060,
          "entryUtc": "2021-04-12T09:51:00.000Z",
          "exitTs": 1618232460,
          "dir": 1,
          "entryPrice": 1741.178,
          "exitPrice": 1738.389,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 190
        },
        {
          "entryTs": 1618253220,
          "entryUtc": "2021-04-12T18:47:00.000Z",
          "exitTs": 1618257420,
          "dir": -1,
          "entryPrice": 1728.948,
          "exitPrice": 1731.95,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 70
        },
        {
          "entryTs": 1618285920,
          "entryUtc": "2021-04-13T03:52:00.000Z",
          "exitTs": 1618288440,
          "dir": 1,
          "entryPrice": 1731.835,
          "exitPrice": 1729.467,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 42
        },
        {
          "entryTs": 1618294500,
          "entryUtc": "2021-04-13T06:15:00.000Z",
          "exitTs": 1618315860,
          "dir": -1,
          "entryPrice": 1727.698,
          "exitPrice": 1730.333,
          "stopDistance": 2.635,
          "outcome": "stop",
          "netR": -1.1594,
          "holdMinutes": 356
        },
        {
          "entryTs": 1618317000,
          "entryUtc": "2021-04-13T12:30:00.000Z",
          "exitTs": 1618317660,
          "dir": 1,
          "entryPrice": 1731.608,
          "exitPrice": 1738.082,
          "stopDistance": 3.237,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 11
        },
        {
          "entryTs": 1618318800,
          "entryUtc": "2021-04-13T13:00:00.000Z",
          "exitTs": 1618320900,
          "dir": 1,
          "entryPrice": 1736.318,
          "exitPrice": 1745.485,
          "stopDistance": 4.583,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 35
        },
        {
          "entryTs": 1618322520,
          "entryUtc": "2021-04-13T14:02:00.000Z",
          "exitTs": 1618324500,
          "dir": 1,
          "entryPrice": 1746.416,
          "exitPrice": 1741.153,
          "stopDistance": 5.263,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 33
        },
        {
          "entryTs": 1618336440,
          "entryUtc": "2021-04-13T17:54:00.000Z",
          "exitTs": 1618378440,
          "dir": 1,
          "entryPrice": 1745.158,
          "exitPrice": 1740.999,
          "stopDistance": 4.159,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 700
        },
        {
          "entryTs": 1618383960,
          "entryUtc": "2021-04-14T07:06:00.000Z",
          "exitTs": 1618392600,
          "dir": 1,
          "entryPrice": 1745.359,
          "exitPrice": 1743.04,
          "stopDistance": 2.319,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 144
        },
        {
          "entryTs": 1618408140,
          "entryUtc": "2021-04-14T13:49:00.000Z",
          "exitTs": 1618466700,
          "dir": -1,
          "entryPrice": 1739.128,
          "exitPrice": 1743.068,
          "stopDistance": 3.94,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 976
        },
        {
          "entryTs": 1618482900,
          "entryUtc": "2021-04-15T10:35:00.000Z",
          "exitTs": 1618488900,
          "dir": 1,
          "entryPrice": 1746.105,
          "exitPrice": 1750.942,
          "stopDistance": 2.419,
          "outcome": "target",
          "netR": 1.847,
          "holdMinutes": 100
        },
        {
          "entryTs": 1618489800,
          "entryUtc": "2021-04-15T12:30:00.000Z",
          "exitTs": 1618493580,
          "dir": 1,
          "entryPrice": 1748.228,
          "exitPrice": 1754.327,
          "stopDistance": 3.05,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 63
        },
        {
          "entryTs": 1618533240,
          "entryUtc": "2021-04-16T00:34:00.000Z",
          "exitTs": 1618534680,
          "dir": 1,
          "entryPrice": 1764.488,
          "exitPrice": 1762.431,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 24
        },
        {
          "entryTs": 1618555560,
          "entryUtc": "2021-04-16T06:46:00.000Z",
          "exitTs": 1618557240,
          "dir": -1,
          "entryPrice": 1763.108,
          "exitPrice": 1765.345,
          "stopDistance": 2.237,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 28
        },
        {
          "entryTs": 1618558260,
          "entryUtc": "2021-04-16T07:31:00.000Z",
          "exitTs": 1618566120,
          "dir": 1,
          "entryPrice": 1763.185,
          "exitPrice": 1768.204,
          "stopDistance": 2.51,
          "outcome": "target",
          "netR": 1.8526,
          "holdMinutes": 131
        },
        {
          "entryTs": 1618572120,
          "entryUtc": "2021-04-16T11:22:00.000Z",
          "exitTs": 1618575300,
          "dir": 1,
          "entryPrice": 1776.415,
          "exitPrice": 1783.069,
          "stopDistance": 3.327,
          "outcome": "target",
          "netR": 1.8888,
          "holdMinutes": 53
        },
        {
          "entryTs": 1618577760,
          "entryUtc": "2021-04-16T12:56:00.000Z",
          "exitTs": 1618578540,
          "dir": 1,
          "entryPrice": 1779.255,
          "exitPrice": 1775.539,
          "stopDistance": 3.716,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 13
        },
        {
          "entryTs": 1618582140,
          "entryUtc": "2021-04-16T14:09:00.000Z",
          "exitTs": 1618783200,
          "dir": -1,
          "entryPrice": 1776.838,
          "exitPrice": 1777.868,
          "stopDistance": 4.28,
          "outcome": "time",
          "netR": -0.3271,
          "holdMinutes": 3351
        },
        {
          "entryTs": 1618794360,
          "entryUtc": "2021-04-19T01:06:00.000Z",
          "exitTs": 1618794600,
          "dir": 1,
          "entryPrice": 1781.118,
          "exitPrice": 1778.363,
          "stopDistance": 2.756,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 4
        },
        {
          "entryTs": 1618794900,
          "entryUtc": "2021-04-19T01:15:00.000Z",
          "exitTs": 1618796040,
          "dir": 1,
          "entryPrice": 1777.488,
          "exitPrice": 1774.904,
          "stopDistance": 2.584,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 19
        },
        {
          "entryTs": 1618796700,
          "entryUtc": "2021-04-19T01:45:00.000Z",
          "exitTs": 1618813860,
          "dir": -1,
          "entryPrice": 1777.138,
          "exitPrice": 1780.628,
          "stopDistance": 3.49,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 286
        },
        {
          "entryTs": 1618815960,
          "entryUtc": "2021-04-19T07:06:00.000Z",
          "exitTs": 1618818240,
          "dir": 1,
          "entryPrice": 1778.598,
          "exitPrice": 1784.416,
          "stopDistance": 2.909,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 38
        },
        {
          "entryTs": 1618820160,
          "entryUtc": "2021-04-19T08:16:00.000Z",
          "exitTs": 1618831980,
          "dir": 1,
          "entryPrice": 1785.148,
          "exitPrice": 1781.596,
          "stopDistance": 3.552,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 197
        },
        {
          "entryTs": 1618839000,
          "entryUtc": "2021-04-19T13:30:00.000Z",
          "exitTs": 1618927620,
          "dir": -1,
          "entryPrice": 1772.618,
          "exitPrice": 1777.377,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 1477
        },
        {
          "entryTs": 1618934520,
          "entryUtc": "2021-04-20T16:02:00.000Z",
          "exitTs": 1618987980,
          "dir": 1,
          "entryPrice": 1777.898,
          "exitPrice": 1787.612,
          "stopDistance": 4.857,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 891
        },
        {
          "entryTs": 1618992780,
          "entryUtc": "2021-04-21T08:13:00.000Z",
          "exitTs": 1619008200,
          "dir": -1,
          "entryPrice": 1782.555,
          "exitPrice": 1785.7,
          "stopDistance": 3.144,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 257
        },
        {
          "entryTs": 1619010240,
          "entryUtc": "2021-04-21T13:04:00.000Z",
          "exitTs": 1619012760,
          "dir": 1,
          "entryPrice": 1785.015,
          "exitPrice": 1791.071,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 42
        },
        {
          "entryTs": 1619014500,
          "entryUtc": "2021-04-21T14:15:00.000Z",
          "exitTs": 1619083800,
          "dir": 1,
          "entryPrice": 1791.418,
          "exitPrice": 1787.039,
          "stopDistance": 4.379,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 1155
        },
        {
          "entryTs": 1619084880,
          "entryUtc": "2021-04-22T09:48:00.000Z",
          "exitTs": 1619096640,
          "dir": -1,
          "entryPrice": 1787.428,
          "exitPrice": 1781.913,
          "stopDistance": 2.758,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 196
        },
        {
          "entryTs": 1619141580,
          "entryUtc": "2021-04-23T01:33:00.000Z",
          "exitTs": 1619155740,
          "dir": 1,
          "entryPrice": 1786.058,
          "exitPrice": 1783.589,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 236
        },
        {
          "entryTs": 1619163900,
          "entryUtc": "2021-04-23T07:45:00.000Z",
          "exitTs": 1619171700,
          "dir": -1,
          "entryPrice": 1783.588,
          "exitPrice": 1786.349,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 130
        },
        {
          "entryTs": 1619182740,
          "entryUtc": "2021-04-23T12:59:00.000Z",
          "exitTs": 1619183640,
          "dir": 1,
          "entryPrice": 1793.158,
          "exitPrice": 1790.187,
          "stopDistance": 2.971,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619189580,
          "entryUtc": "2021-04-23T14:53:00.000Z",
          "exitTs": 1619197800,
          "dir": -1,
          "entryPrice": 1773.975,
          "exitPrice": 1779.102,
          "stopDistance": 5.127,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 137
        },
        {
          "entryTs": 1619422200,
          "entryUtc": "2021-04-26T07:30:00.000Z",
          "exitTs": 1619437440,
          "dir": 1,
          "entryPrice": 1778.055,
          "exitPrice": 1775.378,
          "stopDistance": 2.677,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 254
        },
        {
          "entryTs": 1619440740,
          "entryUtc": "2021-04-26T12:39:00.000Z",
          "exitTs": 1619441520,
          "dir": -1,
          "entryPrice": 1772.805,
          "exitPrice": 1776.351,
          "stopDistance": 3.546,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 13
        },
        {
          "entryTs": 1619443860,
          "entryUtc": "2021-04-26T13:31:00.000Z",
          "exitTs": 1619445600,
          "dir": 1,
          "entryPrice": 1777.918,
          "exitPrice": 1773.724,
          "stopDistance": 4.194,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 29
        },
        {
          "entryTs": 1619446500,
          "entryUtc": "2021-04-26T14:15:00.000Z",
          "exitTs": 1619470140,
          "dir": -1,
          "entryPrice": 1777.368,
          "exitPrice": 1781.802,
          "stopDistance": 4.434,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 394
        },
        {
          "entryTs": 1619495520,
          "entryUtc": "2021-04-27T03:52:00.000Z",
          "exitTs": 1619499420,
          "dir": -1,
          "entryPrice": 1779.407,
          "exitPrice": 1781.613,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 65
        },
        {
          "entryTs": 1619503380,
          "entryUtc": "2021-04-27T06:03:00.000Z",
          "exitTs": 1619509500,
          "dir": 1,
          "entryPrice": 1781.708,
          "exitPrice": 1779.5,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1902,
          "holdMinutes": 102
        },
        {
          "entryTs": 1619519040,
          "entryUtc": "2021-04-27T10:24:00.000Z",
          "exitTs": 1619538360,
          "dir": 1,
          "entryPrice": 1780.258,
          "exitPrice": 1777.633,
          "stopDistance": 2.625,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 322
        },
        {
          "entryTs": 1619597820,
          "entryUtc": "2021-04-28T08:17:00.000Z",
          "exitTs": 1619602080,
          "dir": 1,
          "entryPrice": 1768.258,
          "exitPrice": 1765.858,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 71
        },
        {
          "entryTs": 1619603760,
          "entryUtc": "2021-04-28T09:56:00.000Z",
          "exitTs": 1619614620,
          "dir": -1,
          "entryPrice": 1766.575,
          "exitPrice": 1769.457,
          "stopDistance": 2.882,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 181
        },
        {
          "entryTs": 1619667060,
          "entryUtc": "2021-04-29T03:31:00.000Z",
          "exitTs": 1619674200,
          "dir": 1,
          "entryPrice": 1785.905,
          "exitPrice": 1783.369,
          "stopDistance": 2.536,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 119
        },
        {
          "entryTs": 1619678040,
          "entryUtc": "2021-04-29T06:34:00.000Z",
          "exitTs": 1619685000,
          "dir": -1,
          "entryPrice": 1781.458,
          "exitPrice": 1776.869,
          "stopDistance": 2.295,
          "outcome": "target",
          "netR": 1.8388,
          "holdMinutes": 116
        },
        {
          "entryTs": 1619701200,
          "entryUtc": "2021-04-29T13:00:00.000Z",
          "exitTs": 1619701620,
          "dir": 1,
          "entryPrice": 1779.265,
          "exitPrice": 1775.766,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 7
        },
        {
          "entryTs": 1619705700,
          "entryUtc": "2021-04-29T14:15:00.000Z",
          "exitTs": 1619707860,
          "dir": -1,
          "entryPrice": 1762.608,
          "exitPrice": 1768.693,
          "stopDistance": 6.085,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 36
        },
        {
          "entryTs": 1619708220,
          "entryUtc": "2021-04-29T14:57:00.000Z",
          "exitTs": 1619725440,
          "dir": -1,
          "entryPrice": 1769.298,
          "exitPrice": 1774.27,
          "stopDistance": 4.972,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 287
        },
        {
          "entryTs": 1619766360,
          "entryUtc": "2021-04-30T07:06:00.000Z",
          "exitTs": 1619769540,
          "dir": 1,
          "entryPrice": 1770.775,
          "exitPrice": 1768.302,
          "stopDistance": 2.473,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 53
        },
        {
          "entryTs": 1619771820,
          "entryUtc": "2021-04-30T08:37:00.000Z",
          "exitTs": 1619775780,
          "dir": 1,
          "entryPrice": 1769.87,
          "exitPrice": 1767.052,
          "stopDistance": 2.818,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 66
        },
        {
          "entryTs": 1619994600,
          "entryUtc": "2021-05-02T22:30:00.000Z",
          "exitTs": 1620086400,
          "dir": -1,
          "entryPrice": 1767.388,
          "exitPrice": 1770.061,
          "stopDistance": 2.673,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 1530
        },
        {
          "entryTs": 1620107640,
          "entryUtc": "2021-05-04T05:54:00.000Z",
          "exitTs": 1620116280,
          "dir": -1,
          "entryPrice": 1786.828,
          "exitPrice": 1789.377,
          "stopDistance": 2.549,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 144
        },
        {
          "entryTs": 1620117960,
          "entryUtc": "2021-05-04T08:46:00.000Z",
          "exitTs": 1620118740,
          "dir": 1,
          "entryPrice": 1788.488,
          "exitPrice": 1785.664,
          "stopDistance": 2.824,
          "outcome": "stop",
          "netR": -1.1487,
          "holdMinutes": 13
        },
        {
          "entryTs": 1620128460,
          "entryUtc": "2021-05-04T11:41:00.000Z",
          "exitTs": 1620133320,
          "dir": -1,
          "entryPrice": 1786.475,
          "exitPrice": 1789.462,
          "stopDistance": 2.987,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 81
        },
        {
          "entryTs": 1620137820,
          "entryUtc": "2021-05-04T14:17:00.000Z",
          "exitTs": 1620139020,
          "dir": 1,
          "entryPrice": 1794.788,
          "exitPrice": 1790.699,
          "stopDistance": 4.089,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 20
        },
        {
          "entryTs": 1620139800,
          "entryUtc": "2021-05-04T14:50:00.000Z",
          "exitTs": 1620141120,
          "dir": -1,
          "entryPrice": 1794.058,
          "exitPrice": 1785.068,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 22
        },
        {
          "entryTs": 1620220800,
          "entryUtc": "2021-05-05T13:20:00.000Z",
          "exitTs": 1620268500,
          "dir": 1,
          "entryPrice": 1781.268,
          "exitPrice": 1788.931,
          "stopDistance": 3.832,
          "outcome": "target",
          "netR": 1.9034,
          "holdMinutes": 795
        },
        {
          "entryTs": 1620285420,
          "entryUtc": "2021-05-06T07:17:00.000Z",
          "exitTs": 1620296760,
          "dir": 1,
          "entryPrice": 1793.178,
          "exitPrice": 1790.784,
          "stopDistance": 2.394,
          "outcome": "stop",
          "netR": -1.1755,
          "holdMinutes": 189
        },
        {
          "entryTs": 1620298800,
          "entryUtc": "2021-05-06T11:00:00.000Z",
          "exitTs": 1620302640,
          "dir": -1,
          "entryPrice": 1792.415,
          "exitPrice": 1794.935,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620365940,
          "entryUtc": "2021-05-07T05:39:00.000Z",
          "exitTs": 1620390600,
          "dir": 1,
          "entryPrice": 1818.315,
          "exitPrice": 1824.198,
          "stopDistance": 2.942,
          "outcome": "target",
          "netR": 1.8742,
          "holdMinutes": 411
        },
        {
          "entryTs": 1620392520,
          "entryUtc": "2021-05-07T13:02:00.000Z",
          "exitTs": 1620392700,
          "dir": 1,
          "entryPrice": 1837.128,
          "exitPrice": 1832.111,
          "stopDistance": 5.017,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 3
        },
        {
          "entryTs": 1620395220,
          "entryUtc": "2021-05-07T13:47:00.000Z",
          "exitTs": 1620397380,
          "dir": -1,
          "entryPrice": 1834.678,
          "exitPrice": 1841.208,
          "stopDistance": 6.53,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 36
        },
        {
          "entryTs": 1620397920,
          "entryUtc": "2021-05-07T14:32:00.000Z",
          "exitTs": 1620398880,
          "dir": 1,
          "entryPrice": 1835.908,
          "exitPrice": 1828.668,
          "stopDistance": 7.24,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 16
        },
        {
          "entryTs": 1620607980,
          "entryUtc": "2021-05-10T00:53:00.000Z",
          "exitTs": 1620624780,
          "dir": -1,
          "entryPrice": 1832.948,
          "exitPrice": 1836.208,
          "stopDistance": 3.26,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 280
        },
        {
          "entryTs": 1620627360,
          "entryUtc": "2021-05-10T06:16:00.000Z",
          "exitTs": 1620628680,
          "dir": 1,
          "entryPrice": 1837.418,
          "exitPrice": 1834.568,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 22
        },
        {
          "entryTs": 1620645660,
          "entryUtc": "2021-05-10T11:21:00.000Z",
          "exitTs": 1620651780,
          "dir": 1,
          "entryPrice": 1837.998,
          "exitPrice": 1843.347,
          "stopDistance": 2.674,
          "outcome": "target",
          "netR": 1.8617,
          "holdMinutes": 102
        },
        {
          "entryTs": 1620673740,
          "entryUtc": "2021-05-10T19:09:00.000Z",
          "exitTs": 1620727980,
          "dir": -1,
          "entryPrice": 1836.215,
          "exitPrice": 1839.922,
          "stopDistance": 3.707,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 904
        },
        {
          "entryTs": 1620740700,
          "entryUtc": "2021-05-11T13:45:00.000Z",
          "exitTs": 1620741540,
          "dir": -1,
          "entryPrice": 1824.418,
          "exitPrice": 1829.605,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 14
        },
        {
          "entryTs": 1620743940,
          "entryUtc": "2021-05-11T14:39:00.000Z",
          "exitTs": 1620822660,
          "dir": 1,
          "entryPrice": 1827.125,
          "exitPrice": 1821.339,
          "stopDistance": 5.786,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 1312
        },
        {
          "entryTs": 1620825420,
          "entryUtc": "2021-05-12T13:17:00.000Z",
          "exitTs": 1620825480,
          "dir": 1,
          "entryPrice": 1836.925,
          "exitPrice": 1832.148,
          "stopDistance": 4.777,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 1
        },
        {
          "entryTs": 1620852660,
          "entryUtc": "2021-05-12T20:51:00.000Z",
          "exitTs": 1620868500,
          "dir": -1,
          "entryPrice": 1815.728,
          "exitPrice": 1820.3,
          "stopDistance": 4.572,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 264
        },
        {
          "entryTs": 1620893760,
          "entryUtc": "2021-05-13T08:16:00.000Z",
          "exitTs": 1620899880,
          "dir": -1,
          "entryPrice": 1817.418,
          "exitPrice": 1810.882,
          "stopDistance": 3.268,
          "outcome": "target",
          "netR": 1.8868,
          "holdMinutes": 102
        },
        {
          "entryTs": 1620955860,
          "entryUtc": "2021-05-14T01:31:00.000Z",
          "exitTs": 1620971820,
          "dir": -1,
          "entryPrice": 1824.288,
          "exitPrice": 1826.783,
          "stopDistance": 2.495,
          "outcome": "stop",
          "netR": -1.1683,
          "holdMinutes": 266
        },
        {
          "entryTs": 1620972180,
          "entryUtc": "2021-05-14T06:03:00.000Z",
          "exitTs": 1620973440,
          "dir": 1,
          "entryPrice": 1825.215,
          "exitPrice": 1829.857,
          "stopDistance": 2.321,
          "outcome": "target",
          "netR": 1.8406,
          "holdMinutes": 21
        },
        {
          "entryTs": 1620976200,
          "entryUtc": "2021-05-14T07:10:00.000Z",
          "exitTs": 1620999480,
          "dir": 1,
          "entryPrice": 1833.605,
          "exitPrice": 1839.832,
          "stopDistance": 3.114,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 388
        },
        {
          "entryTs": 1621213320,
          "entryUtc": "2021-05-17T01:02:00.000Z",
          "exitTs": 1621213680,
          "dir": -1,
          "entryPrice": 1845.378,
          "exitPrice": 1848.151,
          "stopDistance": 2.773,
          "outcome": "stop",
          "netR": -1.1515,
          "holdMinutes": 6
        },
        {
          "entryTs": 1621216320,
          "entryUtc": "2021-05-17T01:52:00.000Z",
          "exitTs": 1621250700,
          "dir": 1,
          "entryPrice": 1850.908,
          "exitPrice": 1847.653,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 573
        },
        {
          "entryTs": 1621252020,
          "entryUtc": "2021-05-17T11:47:00.000Z",
          "exitTs": 1621258140,
          "dir": -1,
          "entryPrice": 1848.458,
          "exitPrice": 1850.764,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 102
        },
        {
          "entryTs": 1621304580,
          "entryUtc": "2021-05-18T02:23:00.000Z",
          "exitTs": 1621306260,
          "dir": 1,
          "entryPrice": 1871.078,
          "exitPrice": 1868.719,
          "stopDistance": 2.359,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 28
        },
        {
          "entryTs": 1621307760,
          "entryUtc": "2021-05-18T03:16:00.000Z",
          "exitTs": 1621317540,
          "dir": -1,
          "entryPrice": 1868.588,
          "exitPrice": 1871.149,
          "stopDistance": 2.561,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 163
        },
        {
          "entryTs": 1621337580,
          "entryUtc": "2021-05-18T11:33:00.000Z",
          "exitTs": 1621338480,
          "dir": -1,
          "entryPrice": 1867.338,
          "exitPrice": 1869.738,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621342080,
          "entryUtc": "2021-05-18T12:48:00.000Z",
          "exitTs": 1621343460,
          "dir": 1,
          "entryPrice": 1868.728,
          "exitPrice": 1866.15,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 23
        },
        {
          "entryTs": 1621347600,
          "entryUtc": "2021-05-18T14:20:00.000Z",
          "exitTs": 1621381080,
          "dir": -1,
          "entryPrice": 1866.195,
          "exitPrice": 1870.611,
          "stopDistance": 4.416,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 558
        },
        {
          "entryTs": 1621382400,
          "entryUtc": "2021-05-19T00:00:00.000Z",
          "exitTs": 1621383540,
          "dir": 1,
          "entryPrice": 1869.895,
          "exitPrice": 1868.116,
          "stopDistance": 1.779,
          "outcome": "stop",
          "netR": -1.2361,
          "holdMinutes": 19
        },
        {
          "entryTs": 1621389060,
          "entryUtc": "2021-05-19T01:51:00.000Z",
          "exitTs": 1621403700,
          "dir": -1,
          "entryPrice": 1868.595,
          "exitPrice": 1870.78,
          "stopDistance": 2.185,
          "outcome": "stop",
          "netR": -1.1923,
          "holdMinutes": 244
        },
        {
          "entryTs": 1621406100,
          "entryUtc": "2021-05-19T06:35:00.000Z",
          "exitTs": 1621410720,
          "dir": 1,
          "entryPrice": 1871.098,
          "exitPrice": 1868.64,
          "stopDistance": 2.458,
          "outcome": "stop",
          "netR": -1.1709,
          "holdMinutes": 77
        },
        {
          "entryTs": 1621414980,
          "entryUtc": "2021-05-19T09:03:00.000Z",
          "exitTs": 1621419540,
          "dir": -1,
          "entryPrice": 1864.058,
          "exitPrice": 1856.857,
          "stopDistance": 3.6,
          "outcome": "target",
          "netR": 1.8972,
          "holdMinutes": 76
        },
        {
          "entryTs": 1621425720,
          "entryUtc": "2021-05-19T12:02:00.000Z",
          "exitTs": 1621426200,
          "dir": -1,
          "entryPrice": 1856.795,
          "exitPrice": 1860.93,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 8
        },
        {
          "entryTs": 1621426380,
          "entryUtc": "2021-05-19T12:13:00.000Z",
          "exitTs": 1621427520,
          "dir": -1,
          "entryPrice": 1861.918,
          "exitPrice": 1865.709,
          "stopDistance": 3.791,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 19
        },
        {
          "entryTs": 1621433160,
          "entryUtc": "2021-05-19T14:06:00.000Z",
          "exitTs": 1621447440,
          "dir": 1,
          "entryPrice": 1883.422,
          "exitPrice": 1875.633,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 238
        },
        {
          "entryTs": 1621474260,
          "entryUtc": "2021-05-20T01:31:00.000Z",
          "exitTs": 1621475820,
          "dir": -1,
          "entryPrice": 1867.808,
          "exitPrice": 1872.308,
          "stopDistance": 4.5,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 26
        },
        {
          "entryTs": 1621495860,
          "entryUtc": "2021-05-20T07:31:00.000Z",
          "exitTs": 1621505340,
          "dir": -1,
          "entryPrice": 1873.035,
          "exitPrice": 1865.998,
          "stopDistance": 3.518,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 158
        },
        {
          "entryTs": 1621520160,
          "entryUtc": "2021-05-20T14:16:00.000Z",
          "exitTs": 1621560360,
          "dir": 1,
          "entryPrice": 1876.804,
          "exitPrice": 1872.367,
          "stopDistance": 4.437,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 670
        },
        {
          "entryTs": 1621580520,
          "entryUtc": "2021-05-21T07:02:00.000Z",
          "exitTs": 1621584120,
          "dir": -1,
          "entryPrice": 1874.118,
          "exitPrice": 1876.329,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 60
        },
        {
          "entryTs": 1621585980,
          "entryUtc": "2021-05-21T08:33:00.000Z",
          "exitTs": 1621597860,
          "dir": 1,
          "entryPrice": 1875.365,
          "exitPrice": 1880.046,
          "stopDistance": 2.341,
          "outcome": "target",
          "netR": 1.8419,
          "holdMinutes": 198
        },
        {
          "entryTs": 1621603380,
          "entryUtc": "2021-05-21T13:23:00.000Z",
          "exitTs": 1621604700,
          "dir": 1,
          "entryPrice": 1886.105,
          "exitPrice": 1883.012,
          "stopDistance": 3.093,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 22
        },
        {
          "entryTs": 1621814460,
          "entryUtc": "2021-05-24T00:01:00.000Z",
          "exitTs": 1621818000,
          "dir": 1,
          "entryPrice": 1882.348,
          "exitPrice": 1879.768,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 59
        },
        {
          "entryTs": 1621824480,
          "entryUtc": "2021-05-24T02:48:00.000Z",
          "exitTs": 1621845120,
          "dir": 1,
          "entryPrice": 1883.578,
          "exitPrice": 1880.695,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 344
        },
        {
          "entryTs": 1621847760,
          "entryUtc": "2021-05-24T09:16:00.000Z",
          "exitTs": 1621852080,
          "dir": -1,
          "entryPrice": 1879.205,
          "exitPrice": 1881.951,
          "stopDistance": 2.746,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 72
        },
        {
          "entryTs": 1621856160,
          "entryUtc": "2021-05-24T11:36:00.000Z",
          "exitTs": 1621859520,
          "dir": 1,
          "entryPrice": 1880.268,
          "exitPrice": 1885.795,
          "stopDistance": 2.764,
          "outcome": "target",
          "netR": 1.8661,
          "holdMinutes": 56
        },
        {
          "entryTs": 1621860300,
          "entryUtc": "2021-05-24T12:45:00.000Z",
          "exitTs": 1621861200,
          "dir": 1,
          "entryPrice": 1882.088,
          "exitPrice": 1879.274,
          "stopDistance": 2.814,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621904400,
          "entryUtc": "2021-05-25T01:00:00.000Z",
          "exitTs": 1621905660,
          "dir": -1,
          "entryPrice": 1879.258,
          "exitPrice": 1875.042,
          "stopDistance": 2.108,
          "outcome": "target",
          "netR": 1.8245,
          "holdMinutes": 21
        },
        {
          "entryTs": 1621909560,
          "entryUtc": "2021-05-25T02:26:00.000Z",
          "exitTs": 1621911660,
          "dir": -1,
          "entryPrice": 1875.308,
          "exitPrice": 1878.016,
          "stopDistance": 2.708,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 35
        },
        {
          "entryTs": 1621922580,
          "entryUtc": "2021-05-25T06:03:00.000Z",
          "exitTs": 1621923780,
          "dir": -1,
          "entryPrice": 1875.478,
          "exitPrice": 1877.977,
          "stopDistance": 2.499,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 20
        },
        {
          "entryTs": 1621926060,
          "entryUtc": "2021-05-25T07:01:00.000Z",
          "exitTs": 1621930200,
          "dir": 1,
          "entryPrice": 1884.528,
          "exitPrice": 1881.295,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 69
        },
        {
          "entryTs": 1621953000,
          "entryUtc": "2021-05-25T14:30:00.000Z",
          "exitTs": 1621990860,
          "dir": 1,
          "entryPrice": 1891.578,
          "exitPrice": 1901.297,
          "stopDistance": 4.859,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 631
        },
        {
          "entryTs": 1622010480,
          "entryUtc": "2021-05-26T06:28:00.000Z",
          "exitTs": 1622012100,
          "dir": -1,
          "entryPrice": 1903.808,
          "exitPrice": 1906.289,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 27
        },
        {
          "entryTs": 1622018460,
          "entryUtc": "2021-05-26T08:41:00.000Z",
          "exitTs": 1622020440,
          "dir": 1,
          "entryPrice": 1907.285,
          "exitPrice": 1904.174,
          "stopDistance": 3.111,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 33
        },
        {
          "entryTs": 1622024520,
          "entryUtc": "2021-05-26T10:22:00.000Z",
          "exitTs": 1622034240,
          "dir": 1,
          "entryPrice": 1906.278,
          "exitPrice": 1903.085,
          "stopDistance": 3.193,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 162
        },
        {
          "entryTs": 1622035800,
          "entryUtc": "2021-05-26T13:30:00.000Z",
          "exitTs": 1622050920,
          "dir": -1,
          "entryPrice": 1904.718,
          "exitPrice": 1896.774,
          "stopDistance": 3.972,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 252
        },
        {
          "entryTs": 1622052420,
          "entryUtc": "2021-05-26T18:07:00.000Z",
          "exitTs": 1622090820,
          "dir": -1,
          "entryPrice": 1894.218,
          "exitPrice": 1898.772,
          "stopDistance": 4.554,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 640
        },
        {
          "entryTs": 1622096460,
          "entryUtc": "2021-05-27T06:21:00.000Z",
          "exitTs": 1622100780,
          "dir": 1,
          "entryPrice": 1900.358,
          "exitPrice": 1897.907,
          "stopDistance": 2.451,
          "outcome": "stop",
          "netR": -1.1714,
          "holdMinutes": 72
        },
        {
          "entryTs": 1622106060,
          "entryUtc": "2021-05-27T09:01:00.000Z",
          "exitTs": 1622118000,
          "dir": -1,
          "entryPrice": 1896.428,
          "exitPrice": 1890.163,
          "stopDistance": 3.132,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 199
        },
        {
          "entryTs": 1622124120,
          "entryUtc": "2021-05-27T14:02:00.000Z",
          "exitTs": 1622203860,
          "dir": -1,
          "entryPrice": 1894.558,
          "exitPrice": 1884.743,
          "stopDistance": 4.907,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 1329
        },
        {
          "entryTs": 1622205060,
          "entryUtc": "2021-05-28T12:31:00.000Z",
          "exitTs": 1622205120,
          "dir": -1,
          "entryPrice": 1887.128,
          "exitPrice": 1890.309,
          "stopDistance": 3.18,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 1
        },
        {
          "entryTs": 1622206800,
          "entryUtc": "2021-05-28T13:00:00.000Z",
          "exitTs": 1622208660,
          "dir": 1,
          "entryPrice": 1891.388,
          "exitPrice": 1899.749,
          "stopDistance": 4.18,
          "outcome": "target",
          "netR": 1.9115,
          "holdMinutes": 31
        },
        {
          "entryTs": 1622424600,
          "entryUtc": "2021-05-31T01:30:00.000Z",
          "exitTs": 1622425500,
          "dir": 1,
          "entryPrice": 1907.328,
          "exitPrice": 1904.849,
          "stopDistance": 2.479,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 15
        },
        {
          "entryTs": 1622444400,
          "entryUtc": "2021-05-31T07:00:00.000Z",
          "exitTs": 1622498760,
          "dir": -1,
          "entryPrice": 1905.098,
          "exitPrice": 1907.627,
          "stopDistance": 2.529,
          "outcome": "stop",
          "netR": -1.1661,
          "holdMinutes": 906
        },
        {
          "entryTs": 1622507400,
          "entryUtc": "2021-06-01T00:30:00.000Z",
          "exitTs": 1622510100,
          "dir": -1,
          "entryPrice": 1907.495,
          "exitPrice": 1909.252,
          "stopDistance": 1.757,
          "outcome": "stop",
          "netR": -1.239,
          "holdMinutes": 45
        },
        {
          "entryTs": 1622514900,
          "entryUtc": "2021-06-01T02:35:00.000Z",
          "exitTs": 1622529900,
          "dir": 1,
          "entryPrice": 1911.628,
          "exitPrice": 1916.198,
          "stopDistance": 2.285,
          "outcome": "target",
          "netR": 1.8381,
          "holdMinutes": 250
        },
        {
          "entryTs": 1622531520,
          "entryUtc": "2021-06-01T07:12:00.000Z",
          "exitTs": 1622535120,
          "dir": 1,
          "entryPrice": 1912.928,
          "exitPrice": 1910.681,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 60
        },
        {
          "entryTs": 1622537400,
          "entryUtc": "2021-06-01T08:50:00.000Z",
          "exitTs": 1622537940,
          "dir": -1,
          "entryPrice": 1908.528,
          "exitPrice": 1911.486,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 9
        },
        {
          "entryTs": 1622539440,
          "entryUtc": "2021-06-01T09:24:00.000Z",
          "exitTs": 1622541120,
          "dir": 1,
          "entryPrice": 1910.378,
          "exitPrice": 1907.289,
          "stopDistance": 3.089,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 28
        },
        {
          "entryTs": 1622563560,
          "entryUtc": "2021-06-01T16:06:00.000Z",
          "exitTs": 1622637000,
          "dir": -1,
          "entryPrice": 1901.315,
          "exitPrice": 1906.539,
          "stopDistance": 5.224,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 1224
        },
        {
          "entryTs": 1622638680,
          "entryUtc": "2021-06-02T12:58:00.000Z",
          "exitTs": 1622764800,
          "dir": 1,
          "entryPrice": 1903.158,
          "exitPrice": 1899.85,
          "stopDistance": 3.308,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 2102
        },
        {
          "entryTs": 1622773680,
          "entryUtc": "2021-06-04T02:28:00.000Z",
          "exitTs": 1622776740,
          "dir": -1,
          "entryPrice": 1862.695,
          "exitPrice": 1868.602,
          "stopDistance": 5.907,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 51
        },
        {
          "entryTs": 1622788620,
          "entryUtc": "2021-06-04T06:37:00.000Z",
          "exitTs": 1622809800,
          "dir": 1,
          "entryPrice": 1869.404,
          "exitPrice": 1877.466,
          "stopDistance": 4.031,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 353
        },
        {
          "entryTs": 1623027600,
          "entryUtc": "2021-06-07T01:00:00.000Z",
          "exitTs": 1623028620,
          "dir": 1,
          "entryPrice": 1890.174,
          "exitPrice": 1888.15,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 17
        },
        {
          "entryTs": 1623033000,
          "entryUtc": "2021-06-07T02:30:00.000Z",
          "exitTs": 1623050160,
          "dir": -1,
          "entryPrice": 1886.558,
          "exitPrice": 1882.043,
          "stopDistance": 2.258,
          "outcome": "target",
          "netR": 1.8361,
          "holdMinutes": 286
        },
        {
          "entryTs": 1623072660,
          "entryUtc": "2021-06-07T13:31:00.000Z",
          "exitTs": 1623081000,
          "dir": 1,
          "entryPrice": 1888.028,
          "exitPrice": 1894.207,
          "stopDistance": 3.09,
          "outcome": "target",
          "netR": 1.8802,
          "holdMinutes": 139
        },
        {
          "entryTs": 1623115800,
          "entryUtc": "2021-06-08T01:30:00.000Z",
          "exitTs": 1623116280,
          "dir": 1,
          "entryPrice": 1901.528,
          "exitPrice": 1899.679,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 8
        },
        {
          "entryTs": 1623141960,
          "entryUtc": "2021-06-08T08:46:00.000Z",
          "exitTs": 1623148200,
          "dir": -1,
          "entryPrice": 1892.188,
          "exitPrice": 1895.16,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 104
        },
        {
          "entryTs": 1623156240,
          "entryUtc": "2021-06-08T12:44:00.000Z",
          "exitTs": 1623156480,
          "dir": 1,
          "entryPrice": 1898.435,
          "exitPrice": 1895.369,
          "stopDistance": 3.066,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623158100,
          "entryUtc": "2021-06-08T13:15:00.000Z",
          "exitTs": 1623160440,
          "dir": -1,
          "entryPrice": 1895.298,
          "exitPrice": 1887.074,
          "stopDistance": 4.112,
          "outcome": "target",
          "netR": 1.91,
          "holdMinutes": 39
        },
        {
          "entryTs": 1623195900,
          "entryUtc": "2021-06-08T23:45:00.000Z",
          "exitTs": 1623220440,
          "dir": 1,
          "entryPrice": 1893.214,
          "exitPrice": 1891.287,
          "stopDistance": 1.927,
          "outcome": "stop",
          "netR": -1.2179,
          "holdMinutes": 409
        },
        {
          "entryTs": 1623231120,
          "entryUtc": "2021-06-09T09:32:00.000Z",
          "exitTs": 1623241440,
          "dir": -1,
          "entryPrice": 1890.078,
          "exitPrice": 1892.683,
          "stopDistance": 2.605,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 172
        },
        {
          "entryTs": 1623243780,
          "entryUtc": "2021-06-09T13:03:00.000Z",
          "exitTs": 1623248040,
          "dir": 1,
          "entryPrice": 1893.004,
          "exitPrice": 1889.906,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 71
        },
        {
          "entryTs": 1623253140,
          "entryUtc": "2021-06-09T15:39:00.000Z",
          "exitTs": 1623303720,
          "dir": -1,
          "entryPrice": 1892.178,
          "exitPrice": 1883.814,
          "stopDistance": 4.182,
          "outcome": "target",
          "netR": 1.9115,
          "holdMinutes": 843
        },
        {
          "entryTs": 1623305400,
          "entryUtc": "2021-06-10T06:10:00.000Z",
          "exitTs": 1623305700,
          "dir": -1,
          "entryPrice": 1884.478,
          "exitPrice": 1886.744,
          "stopDistance": 2.266,
          "outcome": "stop",
          "netR": -1.1853,
          "holdMinutes": 5
        },
        {
          "entryTs": 1623306840,
          "entryUtc": "2021-06-10T06:34:00.000Z",
          "exitTs": 1623308340,
          "dir": 1,
          "entryPrice": 1886.388,
          "exitPrice": 1883.907,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 25
        },
        {
          "entryTs": 1623313200,
          "entryUtc": "2021-06-10T08:20:00.000Z",
          "exitTs": 1623316080,
          "dir": -1,
          "entryPrice": 1880.018,
          "exitPrice": 1883.371,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 48
        },
        {
          "entryTs": 1623327300,
          "entryUtc": "2021-06-10T12:15:00.000Z",
          "exitTs": 1623328260,
          "dir": -1,
          "entryPrice": 1876.908,
          "exitPrice": 1870.486,
          "stopDistance": 3.211,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 16
        },
        {
          "entryTs": 1623331560,
          "entryUtc": "2021-06-10T13:26:00.000Z",
          "exitTs": 1623391560,
          "dir": 1,
          "entryPrice": 1889.948,
          "exitPrice": 1901.159,
          "stopDistance": 5.605,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 1000
        },
        {
          "entryTs": 1623401400,
          "entryUtc": "2021-06-11T08:50:00.000Z",
          "exitTs": 1623403620,
          "dir": -1,
          "entryPrice": 1896.658,
          "exitPrice": 1891.227,
          "stopDistance": 2.716,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 37
        },
        {
          "entryTs": 1623404820,
          "entryUtc": "2021-06-11T09:47:00.000Z",
          "exitTs": 1623413880,
          "dir": -1,
          "entryPrice": 1893.288,
          "exitPrice": 1886.893,
          "stopDistance": 3.197,
          "outcome": "target",
          "netR": 1.8843,
          "holdMinutes": 151
        },
        {
          "entryTs": 1623426300,
          "entryUtc": "2021-06-11T15:45:00.000Z",
          "exitTs": 1623621600,
          "dir": -1,
          "entryPrice": 1879.328,
          "exitPrice": 1876.718,
          "stopDistance": 4.858,
          "outcome": "time",
          "netR": 0.4611,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1623626100,
          "entryUtc": "2021-06-13T23:15:00.000Z",
          "exitTs": 1623632400,
          "dir": -1,
          "entryPrice": 1875.528,
          "exitPrice": 1870.072,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 105
        },
        {
          "entryTs": 1623637920,
          "entryUtc": "2021-06-14T02:32:00.000Z",
          "exitTs": 1623651600,
          "dir": -1,
          "entryPrice": 1866.108,
          "exitPrice": 1859.753,
          "stopDistance": 3.178,
          "outcome": "target",
          "netR": 1.8836,
          "holdMinutes": 228
        },
        {
          "entryTs": 1623673920,
          "entryUtc": "2021-06-14T12:32:00.000Z",
          "exitTs": 1623677820,
          "dir": -1,
          "entryPrice": 1851.808,
          "exitPrice": 1855.866,
          "stopDistance": 4.058,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 65
        },
        {
          "entryTs": 1623724980,
          "entryUtc": "2021-06-15T02:43:00.000Z",
          "exitTs": 1623735540,
          "dir": -1,
          "entryPrice": 1863.608,
          "exitPrice": 1866.234,
          "stopDistance": 2.626,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 176
        },
        {
          "entryTs": 1623736800,
          "entryUtc": "2021-06-15T06:00:00.000Z",
          "exitTs": 1623745080,
          "dir": 1,
          "entryPrice": 1865.398,
          "exitPrice": 1862.791,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 138
        },
        {
          "entryTs": 1623780120,
          "entryUtc": "2021-06-15T18:02:00.000Z",
          "exitTs": 1623824700,
          "dir": -1,
          "entryPrice": 1856.868,
          "exitPrice": 1860.891,
          "stopDistance": 4.023,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 743
        },
        {
          "entryTs": 1623842100,
          "entryUtc": "2021-06-16T11:15:00.000Z",
          "exitTs": 1623845700,
          "dir": -1,
          "entryPrice": 1855.398,
          "exitPrice": 1857.841,
          "stopDistance": 2.443,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 60
        },
        {
          "entryTs": 1623846600,
          "entryUtc": "2021-06-16T12:30:00.000Z",
          "exitTs": 1623866340,
          "dir": 1,
          "entryPrice": 1856.758,
          "exitPrice": 1862.296,
          "stopDistance": 2.769,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 329
        },
        {
          "entryTs": 1623868320,
          "entryUtc": "2021-06-16T18:32:00.000Z",
          "exitTs": 1623873240,
          "dir": -1,
          "entryPrice": 1841.608,
          "exitPrice": 1829.745,
          "stopDistance": 5.931,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 82
        },
        {
          "entryTs": 1623882120,
          "entryUtc": "2021-06-16T22:22:00.000Z",
          "exitTs": 1623895500,
          "dir": -1,
          "entryPrice": 1814.478,
          "exitPrice": 1823.496,
          "stopDistance": 9.018,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 223
        },
        {
          "entryTs": 1623912900,
          "entryUtc": "2021-06-17T06:55:00.000Z",
          "exitTs": 1623915420,
          "dir": -1,
          "entryPrice": 1815.338,
          "exitPrice": 1807.581,
          "stopDistance": 3.878,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 42
        },
        {
          "entryTs": 1623917700,
          "entryUtc": "2021-06-17T08:15:00.000Z",
          "exitTs": 1623919560,
          "dir": 1,
          "entryPrice": 1809.865,
          "exitPrice": 1805.348,
          "stopDistance": 4.517,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 31
        },
        {
          "entryTs": 1623927600,
          "entryUtc": "2021-06-17T11:00:00.000Z",
          "exitTs": 1623930480,
          "dir": -1,
          "entryPrice": 1798.568,
          "exitPrice": 1789.294,
          "stopDistance": 4.637,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 48
        },
        {
          "entryTs": 1623934140,
          "entryUtc": "2021-06-17T12:49:00.000Z",
          "exitTs": 1623943380,
          "dir": -1,
          "entryPrice": 1785.058,
          "exitPrice": 1771.279,
          "stopDistance": 6.889,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 154
        },
        {
          "entryTs": 1623982260,
          "entryUtc": "2021-06-18T02:11:00.000Z",
          "exitTs": 1624002600,
          "dir": 1,
          "entryPrice": 1781.955,
          "exitPrice": 1790.115,
          "stopDistance": 4.08,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 339
        },
        {
          "entryTs": 1624259940,
          "entryUtc": "2021-06-21T07:19:00.000Z",
          "exitTs": 1624263240,
          "dir": 1,
          "entryPrice": 1775.578,
          "exitPrice": 1783.849,
          "stopDistance": 4.135,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 55
        },
        {
          "entryTs": 1624280580,
          "entryUtc": "2021-06-21T13:03:00.000Z",
          "exitTs": 1624285680,
          "dir": -1,
          "entryPrice": 1776.838,
          "exitPrice": 1781.076,
          "stopDistance": 4.238,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 85
        },
        {
          "entryTs": 1624314720,
          "entryUtc": "2021-06-21T22:32:00.000Z",
          "exitTs": 1624339320,
          "dir": 1,
          "entryPrice": 1785.367,
          "exitPrice": 1782.739,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 410
        },
        {
          "entryTs": 1624340760,
          "entryUtc": "2021-06-22T05:46:00.000Z",
          "exitTs": 1624348740,
          "dir": -1,
          "entryPrice": 1782.748,
          "exitPrice": 1776.878,
          "stopDistance": 2.935,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 133
        },
        {
          "entryTs": 1624356540,
          "entryUtc": "2021-06-22T10:09:00.000Z",
          "exitTs": 1624358700,
          "dir": -1,
          "entryPrice": 1781.838,
          "exitPrice": 1785.282,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 36
        },
        {
          "entryTs": 1624366800,
          "entryUtc": "2021-06-22T13:00:00.000Z",
          "exitTs": 1624367160,
          "dir": -1,
          "entryPrice": 1775.418,
          "exitPrice": 1779.48,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 6
        },
        {
          "entryTs": 1624368600,
          "entryUtc": "2021-06-22T13:30:00.000Z",
          "exitTs": 1624450320,
          "dir": 1,
          "entryPrice": 1776.578,
          "exitPrice": 1785.769,
          "stopDistance": 4.596,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 1362
        },
        {
          "entryTs": 1624459740,
          "entryUtc": "2021-06-23T14:49:00.000Z",
          "exitTs": 1624466100,
          "dir": 1,
          "entryPrice": 1789.658,
          "exitPrice": 1785.121,
          "stopDistance": 4.537,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 106
        },
        {
          "entryTs": 1624500300,
          "entryUtc": "2021-06-24T02:05:00.000Z",
          "exitTs": 1624523280,
          "dir": -1,
          "entryPrice": 1777.858,
          "exitPrice": 1780.591,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 383
        },
        {
          "entryTs": 1624525020,
          "entryUtc": "2021-06-24T08:57:00.000Z",
          "exitTs": 1624535280,
          "dir": 1,
          "entryPrice": 1780.128,
          "exitPrice": 1785.869,
          "stopDistance": 2.87,
          "outcome": "target",
          "netR": 1.8711,
          "holdMinutes": 171
        },
        {
          "entryTs": 1624537200,
          "entryUtc": "2021-06-24T12:20:00.000Z",
          "exitTs": 1624538640,
          "dir": 1,
          "entryPrice": 1786.095,
          "exitPrice": 1783.214,
          "stopDistance": 2.881,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 24
        },
        {
          "entryTs": 1624588980,
          "entryUtc": "2021-06-25T02:43:00.000Z",
          "exitTs": 1624596300,
          "dir": 1,
          "entryPrice": 1778.338,
          "exitPrice": 1776.202,
          "stopDistance": 2.136,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 122
        },
        {
          "entryTs": 1624601760,
          "entryUtc": "2021-06-25T06:16:00.000Z",
          "exitTs": 1624605540,
          "dir": 1,
          "entryPrice": 1777.988,
          "exitPrice": 1781.634,
          "stopDistance": 1.823,
          "outcome": "target",
          "netR": 1.797,
          "holdMinutes": 63
        },
        {
          "entryTs": 1624607100,
          "entryUtc": "2021-06-25T07:45:00.000Z",
          "exitTs": 1624623960,
          "dir": 1,
          "entryPrice": 1781.458,
          "exitPrice": 1786.367,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 281
        },
        {
          "entryTs": 1624628040,
          "entryUtc": "2021-06-25T13:34:00.000Z",
          "exitTs": 1624632600,
          "dir": 1,
          "entryPrice": 1786.618,
          "exitPrice": 1783.294,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 76
        },
        {
          "entryTs": 1624634760,
          "entryUtc": "2021-06-25T15:26:00.000Z",
          "exitTs": 1624831200,
          "dir": -1,
          "entryPrice": 1782.008,
          "exitPrice": 1781.348,
          "stopDistance": 3.902,
          "outcome": "time",
          "netR": 0.0743,
          "holdMinutes": 3274
        },
        {
          "entryTs": 1624846860,
          "entryUtc": "2021-06-28T02:21:00.000Z",
          "exitTs": 1624848540,
          "dir": -1,
          "entryPrice": 1774.128,
          "exitPrice": 1777.012,
          "stopDistance": 2.884,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 28
        },
        {
          "entryTs": 1624870140,
          "entryUtc": "2021-06-28T08:49:00.000Z",
          "exitTs": 1624887420,
          "dir": -1,
          "entryPrice": 1778.368,
          "exitPrice": 1781.667,
          "stopDistance": 3.299,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 288
        },
        {
          "entryTs": 1624892160,
          "entryUtc": "2021-06-28T14:56:00.000Z",
          "exitTs": 1624928400,
          "dir": 1,
          "entryPrice": 1778.518,
          "exitPrice": 1775.058,
          "stopDistance": 3.46,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 604
        },
        {
          "entryTs": 1624947300,
          "entryUtc": "2021-06-29T06:15:00.000Z",
          "exitTs": 1624948800,
          "dir": 1,
          "entryPrice": 1776.288,
          "exitPrice": 1774.423,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 25
        },
        {
          "entryTs": 1624955940,
          "entryUtc": "2021-06-29T08:39:00.000Z",
          "exitTs": 1624966560,
          "dir": -1,
          "entryPrice": 1769.678,
          "exitPrice": 1772.566,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 177
        },
        {
          "entryTs": 1624968000,
          "entryUtc": "2021-06-29T12:00:00.000Z",
          "exitTs": 1624969800,
          "dir": 1,
          "entryPrice": 1770.048,
          "exitPrice": 1766.657,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 30
        },
        {
          "entryTs": 1624974420,
          "entryUtc": "2021-06-29T13:47:00.000Z",
          "exitTs": 1624983780,
          "dir": -1,
          "entryPrice": 1758.808,
          "exitPrice": 1764.599,
          "stopDistance": 5.791,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 156
        },
        {
          "entryTs": 1625016840,
          "entryUtc": "2021-06-30T01:34:00.000Z",
          "exitTs": 1625017560,
          "dir": -1,
          "entryPrice": 1761.448,
          "exitPrice": 1763.649,
          "stopDistance": 2.201,
          "outcome": "stop",
          "netR": -1.1908,
          "holdMinutes": 12
        },
        {
          "entryTs": 1625022600,
          "entryUtc": "2021-06-30T03:10:00.000Z",
          "exitTs": 1625027580,
          "dir": 1,
          "entryPrice": 1762.348,
          "exitPrice": 1760.012,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 83
        },
        {
          "entryTs": 1625029200,
          "entryUtc": "2021-06-30T05:00:00.000Z",
          "exitTs": 1625040000,
          "dir": -1,
          "entryPrice": 1758.918,
          "exitPrice": 1754.426,
          "stopDistance": 2.246,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 180
        },
        {
          "entryTs": 1625042760,
          "entryUtc": "2021-06-30T08:46:00.000Z",
          "exitTs": 1625061720,
          "dir": 1,
          "entryPrice": 1756.098,
          "exitPrice": 1762.407,
          "stopDistance": 3.155,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 316
        },
        {
          "entryTs": 1625066100,
          "entryUtc": "2021-06-30T15:15:00.000Z",
          "exitTs": 1625071980,
          "dir": 1,
          "entryPrice": 1765.108,
          "exitPrice": 1773.91,
          "stopDistance": 4.401,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 98
        },
        {
          "entryTs": 1625074140,
          "entryUtc": "2021-06-30T17:29:00.000Z",
          "exitTs": 1625101140,
          "dir": 1,
          "entryPrice": 1770.728,
          "exitPrice": 1766.478,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 450
        },
        {
          "entryTs": 1625108700,
          "entryUtc": "2021-07-01T03:05:00.000Z",
          "exitTs": 1625121300,
          "dir": 1,
          "entryPrice": 1774.018,
          "exitPrice": 1778.862,
          "stopDistance": 2.422,
          "outcome": "target",
          "netR": 1.8472,
          "holdMinutes": 210
        },
        {
          "entryTs": 1625158800,
          "entryUtc": "2021-07-01T17:00:00.000Z",
          "exitTs": 1625176800,
          "dir": -1,
          "entryPrice": 1772.128,
          "exitPrice": 1776.938,
          "stopDistance": 4.81,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 300
        },
        {
          "entryTs": 1625187600,
          "entryUtc": "2021-07-02T01:00:00.000Z",
          "exitTs": 1625209860,
          "dir": 1,
          "entryPrice": 1776.888,
          "exitPrice": 1774.922,
          "stopDistance": 1.966,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 371
        },
        {
          "entryTs": 1625210340,
          "entryUtc": "2021-07-02T07:19:00.000Z",
          "exitTs": 1625213040,
          "dir": -1,
          "entryPrice": 1776.475,
          "exitPrice": 1778.607,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 45
        },
        {
          "entryTs": 1625216340,
          "entryUtc": "2021-07-02T08:59:00.000Z",
          "exitTs": 1625223240,
          "dir": 1,
          "entryPrice": 1782.228,
          "exitPrice": 1787.81,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 115
        },
        {
          "entryTs": 1625224020,
          "entryUtc": "2021-07-02T11:07:00.000Z",
          "exitTs": 1625227500,
          "dir": 1,
          "entryPrice": 1786.748,
          "exitPrice": 1783.823,
          "stopDistance": 2.925,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 58
        },
        {
          "entryTs": 1625233080,
          "entryUtc": "2021-07-02T13:38:00.000Z",
          "exitTs": 1625233860,
          "dir": 1,
          "entryPrice": 1785.918,
          "exitPrice": 1780.381,
          "stopDistance": 5.537,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 13
        },
        {
          "entryTs": 1625448600,
          "entryUtc": "2021-07-05T01:30:00.000Z",
          "exitTs": 1625457540,
          "dir": 1,
          "entryPrice": 1787.885,
          "exitPrice": 1785.414,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 149
        },
        {
          "entryTs": 1625538660,
          "entryUtc": "2021-07-06T02:31:00.000Z",
          "exitTs": 1625548560,
          "dir": 1,
          "entryPrice": 1797.518,
          "exitPrice": 1802.329,
          "stopDistance": 2.405,
          "outcome": "target",
          "netR": 1.8462,
          "holdMinutes": 165
        },
        {
          "entryTs": 1625558760,
          "entryUtc": "2021-07-06T08:06:00.000Z",
          "exitTs": 1625560140,
          "dir": 1,
          "entryPrice": 1806.318,
          "exitPrice": 1803.71,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 23
        },
        {
          "entryTs": 1625596320,
          "entryUtc": "2021-07-06T18:32:00.000Z",
          "exitTs": 1625621340,
          "dir": -1,
          "entryPrice": 1796.518,
          "exitPrice": 1801.864,
          "stopDistance": 5.346,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 417
        },
        {
          "entryTs": 1625626980,
          "entryUtc": "2021-07-07T03:03:00.000Z",
          "exitTs": 1625643480,
          "dir": 1,
          "entryPrice": 1799.258,
          "exitPrice": 1804.904,
          "stopDistance": 2.823,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 275
        },
        {
          "entryTs": 1625665440,
          "entryUtc": "2021-07-07T13:44:00.000Z",
          "exitTs": 1625668200,
          "dir": -1,
          "entryPrice": 1805.768,
          "exitPrice": 1799.208,
          "stopDistance": 3.28,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 46
        },
        {
          "entryTs": 1625669040,
          "entryUtc": "2021-07-07T14:44:00.000Z",
          "exitTs": 1625718960,
          "dir": -1,
          "entryPrice": 1804.398,
          "exitPrice": 1796.243,
          "stopDistance": 4.078,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 832
        },
        {
          "entryTs": 1625736600,
          "entryUtc": "2021-07-08T09:30:00.000Z",
          "exitTs": 1625753220,
          "dir": 1,
          "entryPrice": 1810.308,
          "exitPrice": 1806.125,
          "stopDistance": 4.183,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 277
        },
        {
          "entryTs": 1625796180,
          "entryUtc": "2021-07-09T02:03:00.000Z",
          "exitTs": 1625805000,
          "dir": 1,
          "entryPrice": 1805.498,
          "exitPrice": 1802.808,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1562,
          "holdMinutes": 147
        },
        {
          "entryTs": 1625813820,
          "entryUtc": "2021-07-09T06:57:00.000Z",
          "exitTs": 1625814360,
          "dir": -1,
          "entryPrice": 1798.308,
          "exitPrice": 1801.237,
          "stopDistance": 2.929,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 9
        },
        {
          "entryTs": 1625815800,
          "entryUtc": "2021-07-09T07:30:00.000Z",
          "exitTs": 1625830020,
          "dir": 1,
          "entryPrice": 1801.938,
          "exitPrice": 1798.551,
          "stopDistance": 3.387,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 237
        },
        {
          "entryTs": 1625832480,
          "entryUtc": "2021-07-09T12:08:00.000Z",
          "exitTs": 1625838720,
          "dir": -1,
          "entryPrice": 1801.568,
          "exitPrice": 1804.991,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 104
        },
        {
          "entryTs": 1626053520,
          "entryUtc": "2021-07-12T01:32:00.000Z",
          "exitTs": 1626054480,
          "dir": 1,
          "entryPrice": 1807.198,
          "exitPrice": 1805.244,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 16
        },
        {
          "entryTs": 1626056700,
          "entryUtc": "2021-07-12T02:25:00.000Z",
          "exitTs": 1626067020,
          "dir": -1,
          "entryPrice": 1806.138,
          "exitPrice": 1801.648,
          "stopDistance": 2.245,
          "outcome": "target",
          "netR": 1.8352,
          "holdMinutes": 172
        },
        {
          "entryTs": 1626077640,
          "entryUtc": "2021-07-12T08:14:00.000Z",
          "exitTs": 1626083100,
          "dir": 1,
          "entryPrice": 1803.498,
          "exitPrice": 1800.7,
          "stopDistance": 2.798,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 91
        },
        {
          "entryTs": 1626086040,
          "entryUtc": "2021-07-12T10:34:00.000Z",
          "exitTs": 1626094320,
          "dir": -1,
          "entryPrice": 1800.148,
          "exitPrice": 1803.022,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 138
        },
        {
          "entryTs": 1626099300,
          "entryUtc": "2021-07-12T14:15:00.000Z",
          "exitTs": 1626100200,
          "dir": -1,
          "entryPrice": 1796.678,
          "exitPrice": 1801.12,
          "stopDistance": 4.442,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626103080,
          "entryUtc": "2021-07-12T15:18:00.000Z",
          "exitTs": 1626178680,
          "dir": 1,
          "entryPrice": 1803.508,
          "exitPrice": 1813.471,
          "stopDistance": 4.981,
          "outcome": "target",
          "netR": 1.9257,
          "holdMinutes": 1260
        },
        {
          "entryTs": 1626179400,
          "entryUtc": "2021-07-13T12:30:00.000Z",
          "exitTs": 1626179400,
          "dir": 1,
          "entryPrice": 1811.858,
          "exitPrice": 1809.059,
          "stopDistance": 2.799,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 0
        },
        {
          "entryTs": 1626265800,
          "entryUtc": "2021-07-14T12:30:00.000Z",
          "exitTs": 1626272160,
          "dir": 1,
          "entryPrice": 1823.678,
          "exitPrice": 1820.197,
          "stopDistance": 3.481,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 106
        },
        {
          "entryTs": 1626315000,
          "entryUtc": "2021-07-15T02:10:00.000Z",
          "exitTs": 1626318600,
          "dir": 1,
          "entryPrice": 1826.448,
          "exitPrice": 1824.127,
          "stopDistance": 2.321,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 60
        },
        {
          "entryTs": 1626336000,
          "entryUtc": "2021-07-15T08:00:00.000Z",
          "exitTs": 1626343560,
          "dir": 1,
          "entryPrice": 1830.616,
          "exitPrice": 1828.139,
          "stopDistance": 2.477,
          "outcome": "stop",
          "netR": -1.1695,
          "holdMinutes": 126
        },
        {
          "entryTs": 1626351840,
          "entryUtc": "2021-07-15T12:24:00.000Z",
          "exitTs": 1626358260,
          "dir": -1,
          "entryPrice": 1827.638,
          "exitPrice": 1821.676,
          "stopDistance": 2.981,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 107
        },
        {
          "entryTs": 1626361740,
          "entryUtc": "2021-07-15T15:09:00.000Z",
          "exitTs": 1626368580,
          "dir": -1,
          "entryPrice": 1823.276,
          "exitPrice": 1827.353,
          "stopDistance": 4.077,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 114
        },
        {
          "entryTs": 1626407400,
          "entryUtc": "2021-07-16T03:50:00.000Z",
          "exitTs": 1626412320,
          "dir": 1,
          "entryPrice": 1827.728,
          "exitPrice": 1825.714,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 82
        },
        {
          "entryTs": 1626437700,
          "entryUtc": "2021-07-16T12:15:00.000Z",
          "exitTs": 1626439380,
          "dir": -1,
          "entryPrice": 1820.158,
          "exitPrice": 1823.078,
          "stopDistance": 2.92,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 28
        },
        {
          "entryTs": 1626440940,
          "entryUtc": "2021-07-16T13:09:00.000Z",
          "exitTs": 1626444660,
          "dir": 1,
          "entryPrice": 1822.296,
          "exitPrice": 1818.302,
          "stopDistance": 3.994,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 62
        },
        {
          "entryTs": 1626672780,
          "entryUtc": "2021-07-19T05:33:00.000Z",
          "exitTs": 1626675240,
          "dir": -1,
          "entryPrice": 1812.908,
          "exitPrice": 1808.196,
          "stopDistance": 2.356,
          "outcome": "target",
          "netR": 1.8429,
          "holdMinutes": 41
        },
        {
          "entryTs": 1626680040,
          "entryUtc": "2021-07-19T07:34:00.000Z",
          "exitTs": 1626695760,
          "dir": -1,
          "entryPrice": 1806.908,
          "exitPrice": 1801.223,
          "stopDistance": 2.843,
          "outcome": "target",
          "netR": 1.8698,
          "holdMinutes": 262
        },
        {
          "entryTs": 1626698160,
          "entryUtc": "2021-07-19T12:36:00.000Z",
          "exitTs": 1626699000,
          "dir": -1,
          "entryPrice": 1800.448,
          "exitPrice": 1803.99,
          "stopDistance": 3.542,
          "outcome": "stop",
          "netR": -1.1186,
          "holdMinutes": 14
        },
        {
          "entryTs": 1626701400,
          "entryUtc": "2021-07-19T13:30:00.000Z",
          "exitTs": 1626707760,
          "dir": 1,
          "entryPrice": 1810.848,
          "exitPrice": 1805.736,
          "stopDistance": 5.112,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 106
        },
        {
          "entryTs": 1626742080,
          "entryUtc": "2021-07-20T00:48:00.000Z",
          "exitTs": 1626744780,
          "dir": 1,
          "entryPrice": 1812.928,
          "exitPrice": 1816.86,
          "stopDistance": 1.966,
          "outcome": "target",
          "netR": 1.8118,
          "holdMinutes": 45
        },
        {
          "entryTs": 1626748380,
          "entryUtc": "2021-07-20T02:33:00.000Z",
          "exitTs": 1626759900,
          "dir": 1,
          "entryPrice": 1817.008,
          "exitPrice": 1814.886,
          "stopDistance": 2.122,
          "outcome": "stop",
          "netR": -1.198,
          "holdMinutes": 192
        },
        {
          "entryTs": 1626760860,
          "entryUtc": "2021-07-20T06:01:00.000Z",
          "exitTs": 1626770880,
          "dir": -1,
          "entryPrice": 1815.808,
          "exitPrice": 1811.653,
          "stopDistance": 2.077,
          "outcome": "target",
          "netR": 1.8219,
          "holdMinutes": 167
        },
        {
          "entryTs": 1626786120,
          "entryUtc": "2021-07-20T13:02:00.000Z",
          "exitTs": 1626791400,
          "dir": 1,
          "entryPrice": 1822.228,
          "exitPrice": 1818.648,
          "stopDistance": 3.58,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 88
        },
        {
          "entryTs": 1626794100,
          "entryUtc": "2021-07-20T15:15:00.000Z",
          "exitTs": 1626868860,
          "dir": -1,
          "entryPrice": 1809.948,
          "exitPrice": 1799.604,
          "stopDistance": 5.172,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 1246
        },
        {
          "entryTs": 1626878520,
          "entryUtc": "2021-07-21T14:42:00.000Z",
          "exitTs": 1626923700,
          "dir": 1,
          "entryPrice": 1802.468,
          "exitPrice": 1797.744,
          "stopDistance": 4.724,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 753
        },
        {
          "entryTs": 1626926760,
          "entryUtc": "2021-07-22T04:06:00.000Z",
          "exitTs": 1626935760,
          "dir": -1,
          "entryPrice": 1799.248,
          "exitPrice": 1801.037,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 150
        },
        {
          "entryTs": 1626937740,
          "entryUtc": "2021-07-22T07:09:00.000Z",
          "exitTs": 1626940800,
          "dir": 1,
          "entryPrice": 1801.048,
          "exitPrice": 1798.953,
          "stopDistance": 2.095,
          "outcome": "stop",
          "netR": -1.2004,
          "holdMinutes": 51
        },
        {
          "entryTs": 1626943380,
          "entryUtc": "2021-07-22T08:43:00.000Z",
          "exitTs": 1626956460,
          "dir": -1,
          "entryPrice": 1795.468,
          "exitPrice": 1798.125,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 218
        },
        {
          "entryTs": 1626959760,
          "entryUtc": "2021-07-22T13:16:00.000Z",
          "exitTs": 1626960960,
          "dir": 1,
          "entryPrice": 1801.905,
          "exitPrice": 1797.768,
          "stopDistance": 4.137,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 20
        },
        {
          "entryTs": 1626962400,
          "entryUtc": "2021-07-22T14:00:00.000Z",
          "exitTs": 1626967260,
          "dir": -1,
          "entryPrice": 1800.918,
          "exitPrice": 1805.374,
          "stopDistance": 4.456,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 81
        },
        {
          "entryTs": 1627006860,
          "entryUtc": "2021-07-23T02:21:00.000Z",
          "exitTs": 1627021260,
          "dir": -1,
          "entryPrice": 1804.258,
          "exitPrice": 1806.075,
          "stopDistance": 1.817,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 240
        },
        {
          "entryTs": 1627022940,
          "entryUtc": "2021-07-23T06:49:00.000Z",
          "exitTs": 1627029960,
          "dir": 1,
          "entryPrice": 1806.764,
          "exitPrice": 1804.474,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 117
        },
        {
          "entryTs": 1627036620,
          "entryUtc": "2021-07-23T10:37:00.000Z",
          "exitTs": 1627039920,
          "dir": -1,
          "entryPrice": 1798.718,
          "exitPrice": 1792.416,
          "stopDistance": 3.151,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 55
        },
        {
          "entryTs": 1627040700,
          "entryUtc": "2021-07-23T11:45:00.000Z",
          "exitTs": 1627043460,
          "dir": -1,
          "entryPrice": 1795.468,
          "exitPrice": 1799.243,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 46
        },
        {
          "entryTs": 1627045500,
          "entryUtc": "2021-07-23T13:05:00.000Z",
          "exitTs": 1627047300,
          "dir": 1,
          "entryPrice": 1802.498,
          "exitPrice": 1798.273,
          "stopDistance": 4.225,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 30
        },
        {
          "entryTs": 1627268100,
          "entryUtc": "2021-07-26T02:55:00.000Z",
          "exitTs": 1627277700,
          "dir": 1,
          "entryPrice": 1804.308,
          "exitPrice": 1808.909,
          "stopDistance": 2.3,
          "outcome": "target",
          "netR": 1.8392,
          "holdMinutes": 160
        },
        {
          "entryTs": 1627279200,
          "entryUtc": "2021-07-26T06:00:00.000Z",
          "exitTs": 1627280280,
          "dir": 1,
          "entryPrice": 1807.668,
          "exitPrice": 1805.641,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 18
        },
        {
          "entryTs": 1627285680,
          "entryUtc": "2021-07-26T07:48:00.000Z",
          "exitTs": 1627286160,
          "dir": 1,
          "entryPrice": 1810.027,
          "exitPrice": 1807.471,
          "stopDistance": 2.556,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 8
        },
        {
          "entryTs": 1627287600,
          "entryUtc": "2021-07-26T08:20:00.000Z",
          "exitTs": 1627302540,
          "dir": -1,
          "entryPrice": 1808.858,
          "exitPrice": 1803.188,
          "stopDistance": 2.835,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 249
        },
        {
          "entryTs": 1627303740,
          "entryUtc": "2021-07-26T12:49:00.000Z",
          "exitTs": 1627308300,
          "dir": -1,
          "entryPrice": 1804.518,
          "exitPrice": 1798.629,
          "stopDistance": 2.945,
          "outcome": "target",
          "netR": 1.8744,
          "holdMinutes": 76
        },
        {
          "entryTs": 1627309860,
          "entryUtc": "2021-07-26T14:31:00.000Z",
          "exitTs": 1627388460,
          "dir": -1,
          "entryPrice": 1800.098,
          "exitPrice": 1803.933,
          "stopDistance": 3.835,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 1310
        },
        {
          "entryTs": 1627390560,
          "entryUtc": "2021-07-27T12:56:00.000Z",
          "exitTs": 1627394460,
          "dir": 1,
          "entryPrice": 1802.298,
          "exitPrice": 1799.41,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 65
        },
        {
          "entryTs": 1627395300,
          "entryUtc": "2021-07-27T14:15:00.000Z",
          "exitTs": 1627396380,
          "dir": -1,
          "entryPrice": 1802.048,
          "exitPrice": 1795.46,
          "stopDistance": 3.294,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 18
        },
        {
          "entryTs": 1627397220,
          "entryUtc": "2021-07-27T14:47:00.000Z",
          "exitTs": 1627399440,
          "dir": -1,
          "entryPrice": 1797.745,
          "exitPrice": 1801.606,
          "stopDistance": 3.861,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 37
        },
        {
          "entryTs": 1627400880,
          "entryUtc": "2021-07-27T15:48:00.000Z",
          "exitTs": 1627473000,
          "dir": 1,
          "entryPrice": 1800.898,
          "exitPrice": 1796.664,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 1202
        },
        {
          "entryTs": 1627523760,
          "entryUtc": "2021-07-29T01:56:00.000Z",
          "exitTs": 1627548180,
          "dir": 1,
          "entryPrice": 1814.758,
          "exitPrice": 1821.188,
          "stopDistance": 3.215,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 407
        },
        {
          "entryTs": 1627549980,
          "entryUtc": "2021-07-29T09:13:00.000Z",
          "exitTs": 1627557420,
          "dir": 1,
          "entryPrice": 1820.128,
          "exitPrice": 1826.031,
          "stopDistance": 2.951,
          "outcome": "target",
          "netR": 1.8746,
          "holdMinutes": 124
        },
        {
          "entryTs": 1627559100,
          "entryUtc": "2021-07-29T11:45:00.000Z",
          "exitTs": 1627573380,
          "dir": 1,
          "entryPrice": 1825.448,
          "exitPrice": 1831.57,
          "stopDistance": 3.061,
          "outcome": "target",
          "netR": 1.8791,
          "holdMinutes": 238
        },
        {
          "entryTs": 1627577460,
          "entryUtc": "2021-07-29T16:51:00.000Z",
          "exitTs": 1627606800,
          "dir": 1,
          "entryPrice": 1830.008,
          "exitPrice": 1826.74,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 489
        },
        {
          "entryTs": 1627611900,
          "entryUtc": "2021-07-30T02:25:00.000Z",
          "exitTs": 1627629660,
          "dir": -1,
          "entryPrice": 1828.288,
          "exitPrice": 1830.38,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 296
        },
        {
          "entryTs": 1627630260,
          "entryUtc": "2021-07-30T07:31:00.000Z",
          "exitTs": 1627639980,
          "dir": 1,
          "entryPrice": 1829.528,
          "exitPrice": 1827.36,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 162
        },
        {
          "entryTs": 1627652820,
          "entryUtc": "2021-07-30T13:47:00.000Z",
          "exitTs": 1627655520,
          "dir": -1,
          "entryPrice": 1826.358,
          "exitPrice": 1820.826,
          "stopDistance": 2.766,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 45
        },
        {
          "entryTs": 1627871220,
          "entryUtc": "2021-08-02T02:27:00.000Z",
          "exitTs": 1627914000,
          "dir": -1,
          "entryPrice": 1811.288,
          "exitPrice": 1814.184,
          "stopDistance": 2.896,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 713
        },
        {
          "entryTs": 1627954680,
          "entryUtc": "2021-08-03T01:38:00.000Z",
          "exitTs": 1627955880,
          "dir": -1,
          "entryPrice": 1810.818,
          "exitPrice": 1812.564,
          "stopDistance": 1.746,
          "outcome": "stop",
          "netR": -1.2405,
          "holdMinutes": 20
        },
        {
          "entryTs": 1627973460,
          "entryUtc": "2021-08-03T06:51:00.000Z",
          "exitTs": 1627975380,
          "dir": -1,
          "entryPrice": 1809.078,
          "exitPrice": 1811.01,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2174,
          "holdMinutes": 32
        },
        {
          "entryTs": 1627997400,
          "entryUtc": "2021-08-03T13:30:00.000Z",
          "exitTs": 1628076300,
          "dir": 1,
          "entryPrice": 1810.248,
          "exitPrice": 1815.897,
          "stopDistance": 2.825,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 1315
        },
        {
          "entryTs": 1628085060,
          "entryUtc": "2021-08-04T13:51:00.000Z",
          "exitTs": 1628085720,
          "dir": 1,
          "entryPrice": 1828.828,
          "exitPrice": 1825.346,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 11
        },
        {
          "entryTs": 1628085780,
          "entryUtc": "2021-08-04T14:03:00.000Z",
          "exitTs": 1628086140,
          "dir": 1,
          "entryPrice": 1822.938,
          "exitPrice": 1819.893,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 6
        },
        {
          "entryTs": 1628086380,
          "entryUtc": "2021-08-04T14:13:00.000Z",
          "exitTs": 1628086500,
          "dir": 1,
          "entryPrice": 1817.688,
          "exitPrice": 1815.51,
          "stopDistance": 2.178,
          "outcome": "stop",
          "netR": -1.1928,
          "holdMinutes": 2
        },
        {
          "entryTs": 1628091720,
          "entryUtc": "2021-08-04T15:42:00.000Z",
          "exitTs": 1628149740,
          "dir": -1,
          "entryPrice": 1808.768,
          "exitPrice": 1814.105,
          "stopDistance": 5.338,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 967
        },
        {
          "entryTs": 1628151240,
          "entryUtc": "2021-08-05T08:14:00.000Z",
          "exitTs": 1628152200,
          "dir": 1,
          "entryPrice": 1811.198,
          "exitPrice": 1809.242,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2147,
          "holdMinutes": 16
        },
        {
          "entryTs": 1628158500,
          "entryUtc": "2021-08-05T10:15:00.000Z",
          "exitTs": 1628162400,
          "dir": -1,
          "entryPrice": 1811.748,
          "exitPrice": 1814.037,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 65
        },
        {
          "entryTs": 1628172000,
          "entryUtc": "2021-08-05T14:00:00.000Z",
          "exitTs": 1628247360,
          "dir": -1,
          "entryPrice": 1803.778,
          "exitPrice": 1794.798,
          "stopDistance": 4.49,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 1256
        },
        {
          "entryTs": 1628248680,
          "entryUtc": "2021-08-06T11:18:00.000Z",
          "exitTs": 1628250480,
          "dir": -1,
          "entryPrice": 1796.938,
          "exitPrice": 1799.158,
          "stopDistance": 2.22,
          "outcome": "stop",
          "netR": -1.1892,
          "holdMinutes": 30
        },
        {
          "entryTs": 1628465460,
          "entryUtc": "2021-08-08T23:31:00.000Z",
          "exitTs": 1628466840,
          "dir": -1,
          "entryPrice": 1708.418,
          "exitPrice": 1722.935,
          "stopDistance": 14.517,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 23
        },
        {
          "entryTs": 1628467320,
          "entryUtc": "2021-08-09T00:02:00.000Z",
          "exitTs": 1628491440,
          "dir": 1,
          "entryPrice": 1714.948,
          "exitPrice": 1747.47,
          "stopDistance": 16.261,
          "outcome": "target",
          "netR": 1.9772,
          "holdMinutes": 402
        },
        {
          "entryTs": 1628502420,
          "entryUtc": "2021-08-09T09:47:00.000Z",
          "exitTs": 1628521080,
          "dir": -1,
          "entryPrice": 1743.148,
          "exitPrice": 1731.139,
          "stopDistance": 6.004,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 311
        },
        {
          "entryTs": 1628522160,
          "entryUtc": "2021-08-09T15:16:00.000Z",
          "exitTs": 1628578380,
          "dir": -1,
          "entryPrice": 1730.518,
          "exitPrice": 1737.572,
          "stopDistance": 7.054,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 937
        },
        {
          "entryTs": 1628596440,
          "entryUtc": "2021-08-10T11:54:00.000Z",
          "exitTs": 1628602020,
          "dir": -1,
          "entryPrice": 1731.718,
          "exitPrice": 1725.443,
          "stopDistance": 3.137,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 93
        },
        {
          "entryTs": 1628610180,
          "entryUtc": "2021-08-10T15:43:00.000Z",
          "exitTs": 1628651520,
          "dir": -1,
          "entryPrice": 1730.558,
          "exitPrice": 1734.054,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 689
        },
        {
          "entryTs": 1628664360,
          "entryUtc": "2021-08-11T06:46:00.000Z",
          "exitTs": 1628673780,
          "dir": -1,
          "entryPrice": 1731.508,
          "exitPrice": 1733.94,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 157
        },
        {
          "entryTs": 1628680740,
          "entryUtc": "2021-08-11T11:19:00.000Z",
          "exitTs": 1628685000,
          "dir": 1,
          "entryPrice": 1736.638,
          "exitPrice": 1741.784,
          "stopDistance": 2.573,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 71
        },
        {
          "entryTs": 1628687100,
          "entryUtc": "2021-08-11T13:05:00.000Z",
          "exitTs": 1628694600,
          "dir": 1,
          "entryPrice": 1739.839,
          "exitPrice": 1748.747,
          "stopDistance": 4.454,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 125
        },
        {
          "entryTs": 1628732100,
          "entryUtc": "2021-08-12T01:35:00.000Z",
          "exitTs": 1628745960,
          "dir": -1,
          "entryPrice": 1750.848,
          "exitPrice": 1753.045,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 231
        },
        {
          "entryTs": 1628751120,
          "entryUtc": "2021-08-12T06:52:00.000Z",
          "exitTs": 1628754420,
          "dir": 1,
          "entryPrice": 1753.308,
          "exitPrice": 1757.711,
          "stopDistance": 2.201,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 55
        },
        {
          "entryTs": 1628755620,
          "entryUtc": "2021-08-12T08:07:00.000Z",
          "exitTs": 1628762400,
          "dir": 1,
          "entryPrice": 1755.848,
          "exitPrice": 1753.175,
          "stopDistance": 2.673,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 113
        },
        {
          "entryTs": 1628819520,
          "entryUtc": "2021-08-13T01:52:00.000Z",
          "exitTs": 1628836080,
          "dir": 1,
          "entryPrice": 1754.198,
          "exitPrice": 1758.104,
          "stopDistance": 1.953,
          "outcome": "target",
          "netR": 1.8106,
          "holdMinutes": 276
        },
        {
          "entryTs": 1628865000,
          "entryUtc": "2021-08-13T14:30:00.000Z",
          "exitTs": 1628870820,
          "dir": 1,
          "entryPrice": 1769.748,
          "exitPrice": 1778.107,
          "stopDistance": 4.18,
          "outcome": "target",
          "netR": 1.9115,
          "holdMinutes": 97
        },
        {
          "entryTs": 1629077580,
          "entryUtc": "2021-08-16T01:33:00.000Z",
          "exitTs": 1629078900,
          "dir": 1,
          "entryPrice": 1780.898,
          "exitPrice": 1778.771,
          "stopDistance": 2.127,
          "outcome": "stop",
          "netR": -1.1975,
          "holdMinutes": 22
        },
        {
          "entryTs": 1629081180,
          "entryUtc": "2021-08-16T02:33:00.000Z",
          "exitTs": 1629091080,
          "dir": -1,
          "entryPrice": 1779.198,
          "exitPrice": 1774.29,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 165
        },
        {
          "entryTs": 1629095160,
          "entryUtc": "2021-08-16T06:26:00.000Z",
          "exitTs": 1629098580,
          "dir": -1,
          "entryPrice": 1774.638,
          "exitPrice": 1776.927,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 57
        },
        {
          "entryTs": 1629099600,
          "entryUtc": "2021-08-16T07:40:00.000Z",
          "exitTs": 1629112440,
          "dir": 1,
          "entryPrice": 1775.498,
          "exitPrice": 1772.772,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 214
        },
        {
          "entryTs": 1629118800,
          "entryUtc": "2021-08-16T13:00:00.000Z",
          "exitTs": 1629120960,
          "dir": 1,
          "entryPrice": 1778.038,
          "exitPrice": 1784.869,
          "stopDistance": 3.415,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 36
        },
        {
          "entryTs": 1629122880,
          "entryUtc": "2021-08-16T14:08:00.000Z",
          "exitTs": 1629179340,
          "dir": 1,
          "entryPrice": 1783.538,
          "exitPrice": 1791.649,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 941
        },
        {
          "entryTs": 1629185700,
          "entryUtc": "2021-08-17T07:35:00.000Z",
          "exitTs": 1629201840,
          "dir": 1,
          "entryPrice": 1793.308,
          "exitPrice": 1790.789,
          "stopDistance": 2.519,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 269
        },
        {
          "entryTs": 1629208800,
          "entryUtc": "2021-08-17T14:00:00.000Z",
          "exitTs": 1629209520,
          "dir": 1,
          "entryPrice": 1789.608,
          "exitPrice": 1785.996,
          "stopDistance": 3.612,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629273180,
          "entryUtc": "2021-08-18T07:53:00.000Z",
          "exitTs": 1629273780,
          "dir": 1,
          "entryPrice": 1791.018,
          "exitPrice": 1789.085,
          "stopDistance": 1.933,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 10
        },
        {
          "entryTs": 1629276120,
          "entryUtc": "2021-08-18T08:42:00.000Z",
          "exitTs": 1629285900,
          "dir": -1,
          "entryPrice": 1787.995,
          "exitPrice": 1783.244,
          "stopDistance": 2.375,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 163
        },
        {
          "entryTs": 1629290760,
          "entryUtc": "2021-08-18T12:46:00.000Z",
          "exitTs": 1629293460,
          "dir": 1,
          "entryPrice": 1788.218,
          "exitPrice": 1785.451,
          "stopDistance": 2.767,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 45
        },
        {
          "entryTs": 1629301740,
          "entryUtc": "2021-08-18T15:49:00.000Z",
          "exitTs": 1629309840,
          "dir": -1,
          "entryPrice": 1783.178,
          "exitPrice": 1786.788,
          "stopDistance": 3.61,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 135
        },
        {
          "entryTs": 1629343860,
          "entryUtc": "2021-08-19T03:31:00.000Z",
          "exitTs": 1629355080,
          "dir": -1,
          "entryPrice": 1777.178,
          "exitPrice": 1780.063,
          "stopDistance": 2.885,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 187
        },
        {
          "entryTs": 1629381600,
          "entryUtc": "2021-08-19T14:00:00.000Z",
          "exitTs": 1629471600,
          "dir": -1,
          "entryPrice": 1784.218,
          "exitPrice": 1781.538,
          "stopDistance": 4.354,
          "outcome": "time",
          "netR": 0.5305,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1629682740,
          "entryUtc": "2021-08-23T01:39:00.000Z",
          "exitTs": 1629683280,
          "dir": -1,
          "entryPrice": 1778.388,
          "exitPrice": 1780.741,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 9
        },
        {
          "entryTs": 1629710940,
          "entryUtc": "2021-08-23T09:29:00.000Z",
          "exitTs": 1629718080,
          "dir": 1,
          "entryPrice": 1787.195,
          "exitPrice": 1792.299,
          "stopDistance": 2.552,
          "outcome": "target",
          "netR": 1.855,
          "holdMinutes": 119
        },
        {
          "entryTs": 1629719460,
          "entryUtc": "2021-08-23T11:51:00.000Z",
          "exitTs": 1629722040,
          "dir": 1,
          "entryPrice": 1791.478,
          "exitPrice": 1796.056,
          "stopDistance": 2.289,
          "outcome": "target",
          "netR": 1.8384,
          "holdMinutes": 43
        },
        {
          "entryTs": 1629725520,
          "entryUtc": "2021-08-23T13:32:00.000Z",
          "exitTs": 1629727920,
          "dir": 1,
          "entryPrice": 1803.285,
          "exitPrice": 1799.838,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 40
        },
        {
          "entryTs": 1629728280,
          "entryUtc": "2021-08-23T14:18:00.000Z",
          "exitTs": 1629730020,
          "dir": 1,
          "entryPrice": 1797.728,
          "exitPrice": 1803.874,
          "stopDistance": 3.073,
          "outcome": "target",
          "netR": 1.8796,
          "holdMinutes": 29
        },
        {
          "entryTs": 1629730980,
          "entryUtc": "2021-08-23T15:03:00.000Z",
          "exitTs": 1629820980,
          "dir": 1,
          "entryPrice": 1802.458,
          "exitPrice": 1806.858,
          "stopDistance": 4.418,
          "outcome": "time",
          "netR": 0.9121,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1629853200,
          "entryUtc": "2021-08-25T01:00:00.000Z",
          "exitTs": 1629866040,
          "dir": -1,
          "entryPrice": 1796.168,
          "exitPrice": 1791.846,
          "stopDistance": 2.161,
          "outcome": "target",
          "netR": 1.8288,
          "holdMinutes": 214
        },
        {
          "entryTs": 1629877560,
          "entryUtc": "2021-08-25T07:46:00.000Z",
          "exitTs": 1629896100,
          "dir": -1,
          "entryPrice": 1794.758,
          "exitPrice": 1797.204,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 309
        },
        {
          "entryTs": 1629897420,
          "entryUtc": "2021-08-25T13:17:00.000Z",
          "exitTs": 1629898440,
          "dir": 1,
          "entryPrice": 1795.019,
          "exitPrice": 1791.528,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 17
        },
        {
          "entryTs": 1629941400,
          "entryUtc": "2021-08-26T01:30:00.000Z",
          "exitTs": 1629958380,
          "dir": -1,
          "entryPrice": 1789.368,
          "exitPrice": 1785.798,
          "stopDistance": 1.785,
          "outcome": "target",
          "netR": 1.7927,
          "holdMinutes": 283
        },
        {
          "entryTs": 1629968940,
          "entryUtc": "2021-08-26T09:09:00.000Z",
          "exitTs": 1629972840,
          "dir": -1,
          "entryPrice": 1785.578,
          "exitPrice": 1787.714,
          "stopDistance": 2.136,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 65
        },
        {
          "entryTs": 1629981300,
          "entryUtc": "2021-08-26T12:35:00.000Z",
          "exitTs": 1629981360,
          "dir": 1,
          "entryPrice": 1786.288,
          "exitPrice": 1784.099,
          "stopDistance": 2.189,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 1
        },
        {
          "entryTs": 1629982800,
          "entryUtc": "2021-08-26T13:00:00.000Z",
          "exitTs": 1629985560,
          "dir": -1,
          "entryPrice": 1785.028,
          "exitPrice": 1788.502,
          "stopDistance": 3.474,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 46
        },
        {
          "entryTs": 1629991920,
          "entryUtc": "2021-08-26T15:32:00.000Z",
          "exitTs": 1630045740,
          "dir": 1,
          "entryPrice": 1793.963,
          "exitPrice": 1804.035,
          "stopDistance": 5.036,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 897
        },
        {
          "entryTs": 1630046700,
          "entryUtc": "2021-08-27T06:45:00.000Z",
          "exitTs": 1630049520,
          "dir": 1,
          "entryPrice": 1803.438,
          "exitPrice": 1801.485,
          "stopDistance": 1.953,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 47
        },
        {
          "entryTs": 1630054080,
          "entryUtc": "2021-08-27T08:48:00.000Z",
          "exitTs": 1630068720,
          "dir": -1,
          "entryPrice": 1796.128,
          "exitPrice": 1798.65,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 244
        },
        {
          "entryTs": 1630069440,
          "entryUtc": "2021-08-27T13:04:00.000Z",
          "exitTs": 1630069560,
          "dir": 1,
          "entryPrice": 1797.198,
          "exitPrice": 1794.311,
          "stopDistance": 2.887,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 2
        },
        {
          "entryTs": 1630072260,
          "entryUtc": "2021-08-27T13:51:00.000Z",
          "exitTs": 1630072800,
          "dir": -1,
          "entryPrice": 1793.428,
          "exitPrice": 1797.128,
          "stopDistance": 3.7,
          "outcome": "ambiguous",
          "netR": -1.1135,
          "holdMinutes": 9
        },
        {
          "entryTs": 1630288920,
          "entryUtc": "2021-08-30T02:02:00.000Z",
          "exitTs": 1630329780,
          "dir": -1,
          "entryPrice": 1817.718,
          "exitPrice": 1812.207,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 681
        },
        {
          "entryTs": 1630331100,
          "entryUtc": "2021-08-30T13:45:00.000Z",
          "exitTs": 1630333140,
          "dir": -1,
          "entryPrice": 1815.448,
          "exitPrice": 1811.23,
          "stopDistance": 2.109,
          "outcome": "target",
          "netR": 1.8245,
          "holdMinutes": 34
        },
        {
          "entryTs": 1630351080,
          "entryUtc": "2021-08-30T19:18:00.000Z",
          "exitTs": 1630380060,
          "dir": 1,
          "entryPrice": 1810.058,
          "exitPrice": 1814.314,
          "stopDistance": 2.128,
          "outcome": "target",
          "netR": 1.8261,
          "holdMinutes": 483
        },
        {
          "entryTs": 1630393500,
          "entryUtc": "2021-08-31T07:05:00.000Z",
          "exitTs": 1630407360,
          "dir": -1,
          "entryPrice": 1816.018,
          "exitPrice": 1812.104,
          "stopDistance": 1.957,
          "outcome": "target",
          "netR": 1.8109,
          "holdMinutes": 231
        },
        {
          "entryTs": 1630408680,
          "entryUtc": "2021-08-31T11:18:00.000Z",
          "exitTs": 1630414680,
          "dir": -1,
          "entryPrice": 1814.118,
          "exitPrice": 1809.504,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 100
        },
        {
          "entryTs": 1630418400,
          "entryUtc": "2021-08-31T14:00:00.000Z",
          "exitTs": 1630421880,
          "dir": 1,
          "entryPrice": 1810.378,
          "exitPrice": 1805.808,
          "stopDistance": 4.571,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 58
        },
        {
          "entryTs": 1630423860,
          "entryUtc": "2021-08-31T15:31:00.000Z",
          "exitTs": 1630428240,
          "dir": -1,
          "entryPrice": 1807.829,
          "exitPrice": 1813.129,
          "stopDistance": 5.3,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 73
        },
        {
          "entryTs": 1630488720,
          "entryUtc": "2021-09-01T09:32:00.000Z",
          "exitTs": 1630498560,
          "dir": -1,
          "entryPrice": 1813.658,
          "exitPrice": 1816.162,
          "stopDistance": 2.504,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 164
        },
        {
          "entryTs": 1630501860,
          "entryUtc": "2021-09-01T13:11:00.000Z",
          "exitTs": 1630501920,
          "dir": 1,
          "entryPrice": 1817.028,
          "exitPrice": 1814.061,
          "stopDistance": 2.967,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 1
        },
        {
          "entryTs": 1630510920,
          "entryUtc": "2021-09-01T15:42:00.000Z",
          "exitTs": 1630591440,
          "dir": -1,
          "entryPrice": 1814.828,
          "exitPrice": 1806.262,
          "stopDistance": 4.283,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 1342
        },
        {
          "entryTs": 1630593480,
          "entryUtc": "2021-09-02T14:38:00.000Z",
          "exitTs": 1630593720,
          "dir": -1,
          "entryPrice": 1808.775,
          "exitPrice": 1812.443,
          "stopDistance": 3.668,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 4
        },
        {
          "entryTs": 1630596780,
          "entryUtc": "2021-09-02T15:33:00.000Z",
          "exitTs": 1630672200,
          "dir": 1,
          "entryPrice": 1810.838,
          "exitPrice": 1819.023,
          "stopDistance": 4.093,
          "outcome": "target",
          "netR": 1.9096,
          "holdMinutes": 1257
        },
        {
          "entryTs": 1630683540,
          "entryUtc": "2021-09-03T15:39:00.000Z",
          "exitTs": 1630879200,
          "dir": 1,
          "entryPrice": 1828.747,
          "exitPrice": 1828.268,
          "stopDistance": 5.002,
          "outcome": "time",
          "netR": -0.1697,
          "holdMinutes": 3261
        },
        {
          "entryTs": 1630881300,
          "entryUtc": "2021-09-05T22:35:00.000Z",
          "exitTs": 1630886640,
          "dir": 1,
          "entryPrice": 1828.768,
          "exitPrice": 1826.511,
          "stopDistance": 2.257,
          "outcome": "stop",
          "netR": -1.1861,
          "holdMinutes": 89
        },
        {
          "entryTs": 1630984380,
          "entryUtc": "2021-09-07T03:13:00.000Z",
          "exitTs": 1630986000,
          "dir": 1,
          "entryPrice": 1824.865,
          "exitPrice": 1823.416,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2899,
          "holdMinutes": 27
        },
        {
          "entryTs": 1630998960,
          "entryUtc": "2021-09-07T07:16:00.000Z",
          "exitTs": 1631001660,
          "dir": -1,
          "entryPrice": 1819.798,
          "exitPrice": 1816.229,
          "stopDistance": 1.785,
          "outcome": "target",
          "netR": 1.7927,
          "holdMinutes": 45
        },
        {
          "entryTs": 1631003760,
          "entryUtc": "2021-09-07T08:36:00.000Z",
          "exitTs": 1631008260,
          "dir": -1,
          "entryPrice": 1815.318,
          "exitPrice": 1810.092,
          "stopDistance": 2.613,
          "outcome": "target",
          "netR": 1.8584,
          "holdMinutes": 75
        },
        {
          "entryTs": 1631087220,
          "entryUtc": "2021-09-08T07:47:00.000Z",
          "exitTs": 1631102220,
          "dir": 1,
          "entryPrice": 1798.947,
          "exitPrice": 1796.462,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 250
        },
        {
          "entryTs": 1631104200,
          "entryUtc": "2021-09-08T12:30:00.000Z",
          "exitTs": 1631106000,
          "dir": 1,
          "entryPrice": 1798.674,
          "exitPrice": 1795.866,
          "stopDistance": 2.808,
          "outcome": "stop",
          "netR": -1.1496,
          "holdMinutes": 30
        },
        {
          "entryTs": 1631110800,
          "entryUtc": "2021-09-08T14:20:00.000Z",
          "exitTs": 1631113920,
          "dir": -1,
          "entryPrice": 1789.524,
          "exitPrice": 1794.073,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 52
        },
        {
          "entryTs": 1631116800,
          "entryUtc": "2021-09-08T16:00:00.000Z",
          "exitTs": 1631198280,
          "dir": 1,
          "entryPrice": 1790.978,
          "exitPrice": 1785.74,
          "stopDistance": 5.238,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 1358
        },
        {
          "entryTs": 1631200080,
          "entryUtc": "2021-09-09T15:08:00.000Z",
          "exitTs": 1631206860,
          "dir": -1,
          "entryPrice": 1790.274,
          "exitPrice": 1794.687,
          "stopDistance": 4.413,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 113
        },
        {
          "entryTs": 1631237580,
          "entryUtc": "2021-09-10T01:33:00.000Z",
          "exitTs": 1631241000,
          "dir": -1,
          "entryPrice": 1794.698,
          "exitPrice": 1797.237,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 57
        },
        {
          "entryTs": 1631254380,
          "entryUtc": "2021-09-10T06:13:00.000Z",
          "exitTs": 1631267040,
          "dir": 1,
          "entryPrice": 1801.928,
          "exitPrice": 1799.333,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 211
        },
        {
          "entryTs": 1631273100,
          "entryUtc": "2021-09-10T11:25:00.000Z",
          "exitTs": 1631276280,
          "dir": -1,
          "entryPrice": 1796.624,
          "exitPrice": 1799.295,
          "stopDistance": 2.671,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 53
        },
        {
          "entryTs": 1631280180,
          "entryUtc": "2021-09-10T13:23:00.000Z",
          "exitTs": 1631297340,
          "dir": -1,
          "entryPrice": 1795.304,
          "exitPrice": 1788.595,
          "stopDistance": 3.355,
          "outcome": "target",
          "netR": 1.8897,
          "holdMinutes": 286
        },
        {
          "entryTs": 1631544180,
          "entryUtc": "2021-09-13T14:43:00.000Z",
          "exitTs": 1631554860,
          "dir": 1,
          "entryPrice": 1795.568,
          "exitPrice": 1791.869,
          "stopDistance": 3.699,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 178
        },
        {
          "entryTs": 1631582280,
          "entryUtc": "2021-09-14T01:18:00.000Z",
          "exitTs": 1631586420,
          "dir": -1,
          "entryPrice": 1791.168,
          "exitPrice": 1792.474,
          "stopDistance": 1.306,
          "outcome": "stop",
          "netR": -1.3216,
          "holdMinutes": 69
        },
        {
          "entryTs": 1631587380,
          "entryUtc": "2021-09-14T02:43:00.000Z",
          "exitTs": 1631604060,
          "dir": 1,
          "entryPrice": 1791.265,
          "exitPrice": 1794.388,
          "stopDistance": 1.561,
          "outcome": "target",
          "netR": 1.763,
          "holdMinutes": 278
        },
        {
          "entryTs": 1631622600,
          "entryUtc": "2021-09-14T12:30:00.000Z",
          "exitTs": 1631622600,
          "dir": -1,
          "entryPrice": 1786.438,
          "exitPrice": 1789.225,
          "stopDistance": 2.787,
          "outcome": "ambiguous",
          "netR": -1.1507,
          "holdMinutes": 0
        },
        {
          "entryTs": 1631626440,
          "entryUtc": "2021-09-14T13:34:00.000Z",
          "exitTs": 1631626740,
          "dir": 1,
          "entryPrice": 1796.644,
          "exitPrice": 1791.681,
          "stopDistance": 4.963,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 5
        },
        {
          "entryTs": 1631628660,
          "entryUtc": "2021-09-14T14:11:00.000Z",
          "exitTs": 1631630220,
          "dir": -1,
          "entryPrice": 1794.754,
          "exitPrice": 1800.358,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 26
        },
        {
          "entryTs": 1631631600,
          "entryUtc": "2021-09-14T15:00:00.000Z",
          "exitTs": 1631710320,
          "dir": 1,
          "entryPrice": 1804.178,
          "exitPrice": 1797.932,
          "stopDistance": 6.246,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 1312
        },
        {
          "entryTs": 1631711760,
          "entryUtc": "2021-09-15T13:16:00.000Z",
          "exitTs": 1631765220,
          "dir": -1,
          "entryPrice": 1796.927,
          "exitPrice": 1789.751,
          "stopDistance": 3.588,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 891
        },
        {
          "entryTs": 1631787360,
          "entryUtc": "2021-09-16T10:16:00.000Z",
          "exitTs": 1631792640,
          "dir": -1,
          "entryPrice": 1778.887,
          "exitPrice": 1772.789,
          "stopDistance": 3.049,
          "outcome": "target",
          "netR": 1.8786,
          "holdMinutes": 88
        },
        {
          "entryTs": 1631801280,
          "entryUtc": "2021-09-16T14:08:00.000Z",
          "exitTs": 1631848140,
          "dir": -1,
          "entryPrice": 1753.508,
          "exitPrice": 1758.916,
          "stopDistance": 5.408,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 781
        },
        {
          "entryTs": 1631865720,
          "entryUtc": "2021-09-17T08:02:00.000Z",
          "exitTs": 1631867820,
          "dir": -1,
          "entryPrice": 1761.534,
          "exitPrice": 1763.939,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1746,
          "holdMinutes": 35
        },
        {
          "entryTs": 1631874420,
          "entryUtc": "2021-09-17T10:27:00.000Z",
          "exitTs": 1631876400,
          "dir": 1,
          "entryPrice": 1764.088,
          "exitPrice": 1761.492,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 33
        },
        {
          "entryTs": 1631887320,
          "entryUtc": "2021-09-17T14:02:00.000Z",
          "exitTs": 1631888160,
          "dir": -1,
          "entryPrice": 1755.607,
          "exitPrice": 1747.492,
          "stopDistance": 4.057,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 14
        },
        {
          "entryTs": 1632105900,
          "entryUtc": "2021-09-20T02:45:00.000Z",
          "exitTs": 1632115800,
          "dir": -1,
          "entryPrice": 1747.398,
          "exitPrice": 1750.646,
          "stopDistance": 3.248,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 165
        },
        {
          "entryTs": 1632137400,
          "entryUtc": "2021-09-20T11:30:00.000Z",
          "exitTs": 1632140460,
          "dir": -1,
          "entryPrice": 1757.567,
          "exitPrice": 1760.31,
          "stopDistance": 2.743,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 51
        },
        {
          "entryTs": 1632141120,
          "entryUtc": "2021-09-20T12:32:00.000Z",
          "exitTs": 1632144780,
          "dir": 1,
          "entryPrice": 1758.527,
          "exitPrice": 1755.475,
          "stopDistance": 3.052,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 61
        },
        {
          "entryTs": 1632152640,
          "entryUtc": "2021-09-20T15:44:00.000Z",
          "exitTs": 1632226440,
          "dir": 1,
          "entryPrice": 1761.458,
          "exitPrice": 1770.852,
          "stopDistance": 4.697,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1632272400,
          "entryUtc": "2021-09-22T01:00:00.000Z",
          "exitTs": 1632272520,
          "dir": -1,
          "entryPrice": 1773.338,
          "exitPrice": 1775.024,
          "stopDistance": 1.686,
          "outcome": "stop",
          "netR": -1.2492,
          "holdMinutes": 2
        },
        {
          "entryTs": 1632299580,
          "entryUtc": "2021-09-22T08:33:00.000Z",
          "exitTs": 1632318180,
          "dir": -1,
          "entryPrice": 1775.537,
          "exitPrice": 1778.137,
          "stopDistance": 2.6,
          "outcome": "stop",
          "netR": -1.1616,
          "holdMinutes": 310
        },
        {
          "entryTs": 1632335760,
          "entryUtc": "2021-09-22T18:36:00.000Z",
          "exitTs": 1632335940,
          "dir": 1,
          "entryPrice": 1781.958,
          "exitPrice": 1777.122,
          "stopDistance": 4.836,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 3
        },
        {
          "entryTs": 1632338340,
          "entryUtc": "2021-09-22T19:19:00.000Z",
          "exitTs": 1632402300,
          "dir": -1,
          "entryPrice": 1772.668,
          "exitPrice": 1759.345,
          "stopDistance": 6.662,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 1066
        },
        {
          "entryTs": 1632430740,
          "entryUtc": "2021-09-23T20:59:00.000Z",
          "exitTs": 1632440040,
          "dir": -1,
          "entryPrice": 1742.718,
          "exitPrice": 1746.773,
          "stopDistance": 4.055,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 155
        },
        {
          "entryTs": 1632466260,
          "entryUtc": "2021-09-24T06:51:00.000Z",
          "exitTs": 1632484320,
          "dir": 1,
          "entryPrice": 1753.428,
          "exitPrice": 1751.308,
          "stopDistance": 2.12,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 301
        },
        {
          "entryTs": 1632495660,
          "entryUtc": "2021-09-24T15:01:00.000Z",
          "exitTs": 1632510000,
          "dir": -1,
          "entryPrice": 1751.368,
          "exitPrice": 1746.005,
          "stopDistance": 2.681,
          "outcome": "target",
          "netR": 1.862,
          "holdMinutes": 239
        },
        {
          "entryTs": 1632724440,
          "entryUtc": "2021-09-27T06:34:00.000Z",
          "exitTs": 1632727020,
          "dir": -1,
          "entryPrice": 1757.758,
          "exitPrice": 1760.011,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 43
        },
        {
          "entryTs": 1632734520,
          "entryUtc": "2021-09-27T09:22:00.000Z",
          "exitTs": 1632737280,
          "dir": -1,
          "entryPrice": 1751.888,
          "exitPrice": 1746.13,
          "stopDistance": 2.879,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 46
        },
        {
          "entryTs": 1632752760,
          "entryUtc": "2021-09-27T14:26:00.000Z",
          "exitTs": 1632754320,
          "dir": 1,
          "entryPrice": 1753.018,
          "exitPrice": 1748.927,
          "stopDistance": 4.091,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 26
        },
        {
          "entryTs": 1632799440,
          "entryUtc": "2021-09-28T03:24:00.000Z",
          "exitTs": 1632800520,
          "dir": 1,
          "entryPrice": 1751.768,
          "exitPrice": 1749.846,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2185,
          "holdMinutes": 18
        },
        {
          "entryTs": 1632815460,
          "entryUtc": "2021-09-28T07:51:00.000Z",
          "exitTs": 1632821880,
          "dir": -1,
          "entryPrice": 1744.124,
          "exitPrice": 1738.969,
          "stopDistance": 2.578,
          "outcome": "target",
          "netR": 1.8565,
          "holdMinutes": 107
        },
        {
          "entryTs": 1632824160,
          "entryUtc": "2021-09-28T10:16:00.000Z",
          "exitTs": 1632826560,
          "dir": -1,
          "entryPrice": 1739.498,
          "exitPrice": 1732.435,
          "stopDistance": 3.531,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 40
        },
        {
          "entryTs": 1632829260,
          "entryUtc": "2021-09-28T11:41:00.000Z",
          "exitTs": 1632834480,
          "dir": -1,
          "entryPrice": 1734.438,
          "exitPrice": 1738.211,
          "stopDistance": 3.773,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 87
        },
        {
          "entryTs": 1632836580,
          "entryUtc": "2021-09-28T13:43:00.000Z",
          "exitTs": 1632910740,
          "dir": 1,
          "entryPrice": 1733.965,
          "exitPrice": 1745.21,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 1236
        },
        {
          "entryTs": 1632919740,
          "entryUtc": "2021-09-29T12:49:00.000Z",
          "exitTs": 1632924300,
          "dir": -1,
          "entryPrice": 1739.648,
          "exitPrice": 1733.643,
          "stopDistance": 3.003,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 76
        },
        {
          "entryTs": 1632927660,
          "entryUtc": "2021-09-29T15:01:00.000Z",
          "exitTs": 1632972120,
          "dir": -1,
          "entryPrice": 1729.365,
          "exitPrice": 1733.959,
          "stopDistance": 4.594,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 741
        },
        {
          "entryTs": 1632983400,
          "entryUtc": "2021-09-30T06:30:00.000Z",
          "exitTs": 1632985920,
          "dir": -1,
          "entryPrice": 1730.558,
          "exitPrice": 1726.192,
          "stopDistance": 2.183,
          "outcome": "target",
          "netR": 1.8305,
          "holdMinutes": 42
        },
        {
          "entryTs": 1632993420,
          "entryUtc": "2021-09-30T09:17:00.000Z",
          "exitTs": 1632997500,
          "dir": 1,
          "entryPrice": 1730.056,
          "exitPrice": 1727.202,
          "stopDistance": 2.854,
          "outcome": "stop",
          "netR": -1.1471,
          "holdMinutes": 68
        },
        {
          "entryTs": 1633003320,
          "entryUtc": "2021-09-30T12:02:00.000Z",
          "exitTs": 1633005000,
          "dir": -1,
          "entryPrice": 1727.046,
          "exitPrice": 1730.113,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 28
        },
        {
          "entryTs": 1633053180,
          "entryUtc": "2021-10-01T01:53:00.000Z",
          "exitTs": 1633060260,
          "dir": 1,
          "entryPrice": 1754.538,
          "exitPrice": 1751.912,
          "stopDistance": 2.626,
          "outcome": "stop",
          "netR": -1.1599,
          "holdMinutes": 118
        },
        {
          "entryTs": 1633074300,
          "entryUtc": "2021-10-01T07:45:00.000Z",
          "exitTs": 1633092300,
          "dir": -1,
          "entryPrice": 1754.898,
          "exitPrice": 1757.799,
          "stopDistance": 2.901,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 300
        },
        {
          "entryTs": 1633093200,
          "entryUtc": "2021-10-01T13:00:00.000Z",
          "exitTs": 1633098780,
          "dir": 1,
          "entryPrice": 1755.655,
          "exitPrice": 1763.705,
          "stopDistance": 4.025,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 93
        },
        {
          "entryTs": 1633301940,
          "entryUtc": "2021-10-03T22:59:00.000Z",
          "exitTs": 1633313160,
          "dir": 1,
          "entryPrice": 1763.788,
          "exitPrice": 1761.169,
          "stopDistance": 2.619,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 187
        },
        {
          "entryTs": 1633338060,
          "entryUtc": "2021-10-04T09:01:00.000Z",
          "exitTs": 1633350900,
          "dir": -1,
          "entryPrice": 1751.528,
          "exitPrice": 1754.591,
          "stopDistance": 3.063,
          "outcome": "stop",
          "netR": -1.1371,
          "holdMinutes": 214
        },
        {
          "entryTs": 1633352400,
          "entryUtc": "2021-10-04T13:00:00.000Z",
          "exitTs": 1633353300,
          "dir": 1,
          "entryPrice": 1754.075,
          "exitPrice": 1750.398,
          "stopDistance": 3.676,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 15
        },
        {
          "entryTs": 1633355100,
          "entryUtc": "2021-10-04T13:45:00.000Z",
          "exitTs": 1633356540,
          "dir": -1,
          "entryPrice": 1752.818,
          "exitPrice": 1756.719,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 24
        },
        {
          "entryTs": 1633359660,
          "entryUtc": "2021-10-04T15:01:00.000Z",
          "exitTs": 1633404240,
          "dir": 1,
          "entryPrice": 1766.175,
          "exitPrice": 1760.338,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 743
        },
        {
          "entryTs": 1633414200,
          "entryUtc": "2021-10-05T06:10:00.000Z",
          "exitTs": 1633419360,
          "dir": -1,
          "entryPrice": 1758.185,
          "exitPrice": 1760.432,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 86
        },
        {
          "entryTs": 1633420320,
          "entryUtc": "2021-10-05T07:52:00.000Z",
          "exitTs": 1633423560,
          "dir": 1,
          "entryPrice": 1758.728,
          "exitPrice": 1755.726,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 54
        },
        {
          "entryTs": 1633437300,
          "entryUtc": "2021-10-05T12:35:00.000Z",
          "exitTs": 1633439220,
          "dir": 1,
          "entryPrice": 1758.118,
          "exitPrice": 1755.083,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 32
        },
        {
          "entryTs": 1633440720,
          "entryUtc": "2021-10-05T13:32:00.000Z",
          "exitTs": 1633447860,
          "dir": -1,
          "entryPrice": 1754.408,
          "exitPrice": 1758.072,
          "stopDistance": 3.664,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 119
        },
        {
          "entryTs": 1633495680,
          "entryUtc": "2021-10-06T04:48:00.000Z",
          "exitTs": 1633504140,
          "dir": -1,
          "entryPrice": 1753.098,
          "exitPrice": 1748.754,
          "stopDistance": 2.172,
          "outcome": "target",
          "netR": 1.8297,
          "holdMinutes": 141
        },
        {
          "entryTs": 1633521180,
          "entryUtc": "2021-10-06T11:53:00.000Z",
          "exitTs": 1633524240,
          "dir": 1,
          "entryPrice": 1753.565,
          "exitPrice": 1760.878,
          "stopDistance": 3.656,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 51
        },
        {
          "entryTs": 1633534200,
          "entryUtc": "2021-10-06T15:30:00.000Z",
          "exitTs": 1633539840,
          "dir": -1,
          "entryPrice": 1758.388,
          "exitPrice": 1763.221,
          "stopDistance": 4.833,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 94
        },
        {
          "entryTs": 1633586880,
          "entryUtc": "2021-10-07T06:08:00.000Z",
          "exitTs": 1633587240,
          "dir": -1,
          "entryPrice": 1758.178,
          "exitPrice": 1760.012,
          "stopDistance": 1.834,
          "outcome": "stop",
          "netR": -1.229,
          "holdMinutes": 6
        },
        {
          "entryTs": 1633590000,
          "entryUtc": "2021-10-07T07:00:00.000Z",
          "exitTs": 1633597260,
          "dir": 1,
          "entryPrice": 1762.335,
          "exitPrice": 1759.925,
          "stopDistance": 2.41,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 121
        },
        {
          "entryTs": 1633606200,
          "entryUtc": "2021-10-07T11:30:00.000Z",
          "exitTs": 1633609260,
          "dir": 1,
          "entryPrice": 1763.148,
          "exitPrice": 1760.497,
          "stopDistance": 2.651,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 51
        },
        {
          "entryTs": 1633614120,
          "entryUtc": "2021-10-07T13:42:00.000Z",
          "exitTs": 1633615200,
          "dir": -1,
          "entryPrice": 1757.218,
          "exitPrice": 1760.509,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 18
        },
        {
          "entryTs": 1633617060,
          "entryUtc": "2021-10-07T14:31:00.000Z",
          "exitTs": 1633636020,
          "dir": 1,
          "entryPrice": 1758.778,
          "exitPrice": 1754.702,
          "stopDistance": 4.076,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 316
        },
        {
          "entryTs": 1633678920,
          "entryUtc": "2021-10-08T07:42:00.000Z",
          "exitTs": 1633685940,
          "dir": -1,
          "entryPrice": 1756.118,
          "exitPrice": 1758.597,
          "stopDistance": 2.479,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 117
        },
        {
          "entryTs": 1633693080,
          "entryUtc": "2021-10-08T11:38:00.000Z",
          "exitTs": 1633696200,
          "dir": 1,
          "entryPrice": 1761.458,
          "exitPrice": 1766.322,
          "stopDistance": 2.432,
          "outcome": "target",
          "netR": 1.8479,
          "holdMinutes": 52
        },
        {
          "entryTs": 1633700760,
          "entryUtc": "2021-10-08T13:46:00.000Z",
          "exitTs": 1633702380,
          "dir": 1,
          "entryPrice": 1770.335,
          "exitPrice": 1765.757,
          "stopDistance": 4.578,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 27
        },
        {
          "entryTs": 1633905900,
          "entryUtc": "2021-10-10T22:45:00.000Z",
          "exitTs": 1633910880,
          "dir": -1,
          "entryPrice": 1754.208,
          "exitPrice": 1757.377,
          "stopDistance": 3.169,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 83
        },
        {
          "entryTs": 1633913040,
          "entryUtc": "2021-10-11T00:44:00.000Z",
          "exitTs": 1633935720,
          "dir": 1,
          "entryPrice": 1756.445,
          "exitPrice": 1753.385,
          "stopDistance": 3.059,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 378
        },
        {
          "entryTs": 1633940280,
          "entryUtc": "2021-10-11T08:18:00.000Z",
          "exitTs": 1633942560,
          "dir": 1,
          "entryPrice": 1755.888,
          "exitPrice": 1753.243,
          "stopDistance": 2.644,
          "outcome": "stop",
          "netR": -1.1588,
          "holdMinutes": 38
        },
        {
          "entryTs": 1633957440,
          "entryUtc": "2021-10-11T13:04:00.000Z",
          "exitTs": 1633958340,
          "dir": -1,
          "entryPrice": 1752.718,
          "exitPrice": 1755.53,
          "stopDistance": 2.812,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 15
        },
        {
          "entryTs": 1634002200,
          "entryUtc": "2021-10-12T01:30:00.000Z",
          "exitTs": 1634005800,
          "dir": 1,
          "entryPrice": 1753.688,
          "exitPrice": 1758.088,
          "stopDistance": 2.2,
          "outcome": "target",
          "netR": 1.8318,
          "holdMinutes": 60
        },
        {
          "entryTs": 1634022720,
          "entryUtc": "2021-10-12T07:12:00.000Z",
          "exitTs": 1634025180,
          "dir": 1,
          "entryPrice": 1759.528,
          "exitPrice": 1757.612,
          "stopDistance": 1.916,
          "outcome": "stop",
          "netR": -1.2193,
          "holdMinutes": 41
        },
        {
          "entryTs": 1634039400,
          "entryUtc": "2021-10-12T11:50:00.000Z",
          "exitTs": 1634041620,
          "dir": 1,
          "entryPrice": 1761.178,
          "exitPrice": 1758.623,
          "stopDistance": 2.555,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 37
        },
        {
          "entryTs": 1634043300,
          "entryUtc": "2021-10-12T12:55:00.000Z",
          "exitTs": 1634044020,
          "dir": -1,
          "entryPrice": 1757.818,
          "exitPrice": 1761.241,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 12
        },
        {
          "entryTs": 1634045400,
          "entryUtc": "2021-10-12T13:30:00.000Z",
          "exitTs": 1634047080,
          "dir": 1,
          "entryPrice": 1759.915,
          "exitPrice": 1768.158,
          "stopDistance": 4.121,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 28
        },
        {
          "entryTs": 1634048100,
          "entryUtc": "2021-10-12T14:15:00.000Z",
          "exitTs": 1634052900,
          "dir": 1,
          "entryPrice": 1765.948,
          "exitPrice": 1760.939,
          "stopDistance": 5.009,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 80
        },
        {
          "entryTs": 1634114580,
          "entryUtc": "2021-10-13T08:43:00.000Z",
          "exitTs": 1634122260,
          "dir": 1,
          "entryPrice": 1767.105,
          "exitPrice": 1771.546,
          "stopDistance": 2.22,
          "outcome": "target",
          "netR": 1.8334,
          "holdMinutes": 128
        },
        {
          "entryTs": 1634128200,
          "entryUtc": "2021-10-13T12:30:00.000Z",
          "exitTs": 1634128320,
          "dir": 1,
          "entryPrice": 1774.608,
          "exitPrice": 1771.87,
          "stopDistance": 2.738,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 2
        },
        {
          "entryTs": 1634128440,
          "entryUtc": "2021-10-13T12:34:00.000Z",
          "exitTs": 1634128500,
          "dir": 1,
          "entryPrice": 1769.653,
          "exitPrice": 1767.456,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 1
        },
        {
          "entryTs": 1634130840,
          "entryUtc": "2021-10-13T13:14:00.000Z",
          "exitTs": 1634131380,
          "dir": -1,
          "entryPrice": 1763.298,
          "exitPrice": 1768.08,
          "stopDistance": 4.782,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 9
        },
        {
          "entryTs": 1634139480,
          "entryUtc": "2021-10-13T15:38:00.000Z",
          "exitTs": 1634229480,
          "dir": 1,
          "entryPrice": 1791.448,
          "exitPrice": 1796.474,
          "stopDistance": 6.809,
          "outcome": "time",
          "netR": 0.6838,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1634262600,
          "entryUtc": "2021-10-15T01:50:00.000Z",
          "exitTs": 1634274780,
          "dir": 1,
          "entryPrice": 1795.158,
          "exitPrice": 1793.49,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2517,
          "holdMinutes": 203
        },
        {
          "entryTs": 1634284860,
          "entryUtc": "2021-10-15T08:01:00.000Z",
          "exitTs": 1634285820,
          "dir": -1,
          "entryPrice": 1787.604,
          "exitPrice": 1789.766,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 16
        },
        {
          "entryTs": 1634291580,
          "entryUtc": "2021-10-15T09:53:00.000Z",
          "exitTs": 1634298300,
          "dir": -1,
          "entryPrice": 1783.718,
          "exitPrice": 1778.427,
          "stopDistance": 2.645,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 112
        },
        {
          "entryTs": 1634299260,
          "entryUtc": "2021-10-15T12:01:00.000Z",
          "exitTs": 1634300220,
          "dir": -1,
          "entryPrice": 1778.778,
          "exitPrice": 1773.136,
          "stopDistance": 2.821,
          "outcome": "target",
          "netR": 1.8688,
          "holdMinutes": 16
        },
        {
          "entryTs": 1634306580,
          "entryUtc": "2021-10-15T14:03:00.000Z",
          "exitTs": 1634313060,
          "dir": -1,
          "entryPrice": 1774.298,
          "exitPrice": 1767.364,
          "stopDistance": 3.467,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 108
        },
        {
          "entryTs": 1634515560,
          "entryUtc": "2021-10-18T00:06:00.000Z",
          "exitTs": 1634531760,
          "dir": 1,
          "entryPrice": 1769.255,
          "exitPrice": 1766.741,
          "stopDistance": 2.514,
          "outcome": "stop",
          "netR": -1.167,
          "holdMinutes": 270
        },
        {
          "entryTs": 1634538600,
          "entryUtc": "2021-10-18T06:30:00.000Z",
          "exitTs": 1634558760,
          "dir": -1,
          "entryPrice": 1764.274,
          "exitPrice": 1766.957,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 336
        },
        {
          "entryTs": 1634607000,
          "entryUtc": "2021-10-19T01:30:00.000Z",
          "exitTs": 1634608080,
          "dir": 1,
          "entryPrice": 1767.754,
          "exitPrice": 1771.473,
          "stopDistance": 1.859,
          "outcome": "target",
          "netR": 1.801,
          "holdMinutes": 18
        },
        {
          "entryTs": 1634624280,
          "entryUtc": "2021-10-19T06:18:00.000Z",
          "exitTs": 1634629020,
          "dir": 1,
          "entryPrice": 1776.258,
          "exitPrice": 1780.318,
          "stopDistance": 2.03,
          "outcome": "target",
          "netR": 1.8177,
          "holdMinutes": 79
        },
        {
          "entryTs": 1634630400,
          "entryUtc": "2021-10-19T08:00:00.000Z",
          "exitTs": 1634635920,
          "dir": 1,
          "entryPrice": 1781.218,
          "exitPrice": 1778.725,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 92
        },
        {
          "entryTs": 1634646120,
          "entryUtc": "2021-10-19T12:22:00.000Z",
          "exitTs": 1634648880,
          "dir": 1,
          "entryPrice": 1779.598,
          "exitPrice": 1784.934,
          "stopDistance": 2.668,
          "outcome": "target",
          "netR": 1.8613,
          "holdMinutes": 46
        },
        {
          "entryTs": 1634693760,
          "entryUtc": "2021-10-20T01:36:00.000Z",
          "exitTs": 1634696940,
          "dir": 1,
          "entryPrice": 1771.838,
          "exitPrice": 1769.689,
          "stopDistance": 2.149,
          "outcome": "stop",
          "netR": -1.1954,
          "holdMinutes": 53
        },
        {
          "entryTs": 1634710560,
          "entryUtc": "2021-10-20T06:16:00.000Z",
          "exitTs": 1634727300,
          "dir": 1,
          "entryPrice": 1775.774,
          "exitPrice": 1779.928,
          "stopDistance": 2.077,
          "outcome": "target",
          "netR": 1.8219,
          "holdMinutes": 279
        },
        {
          "entryTs": 1634734800,
          "entryUtc": "2021-10-20T13:00:00.000Z",
          "exitTs": 1634735940,
          "dir": 1,
          "entryPrice": 1786.358,
          "exitPrice": 1783.073,
          "stopDistance": 3.285,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634736420,
          "entryUtc": "2021-10-20T13:27:00.000Z",
          "exitTs": 1634736540,
          "dir": 1,
          "entryPrice": 1781.348,
          "exitPrice": 1778.51,
          "stopDistance": 2.838,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 2
        },
        {
          "entryTs": 1634740080,
          "entryUtc": "2021-10-20T14:28:00.000Z",
          "exitTs": 1634747640,
          "dir": -1,
          "entryPrice": 1781.578,
          "exitPrice": 1786.009,
          "stopDistance": 4.431,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 126
        },
        {
          "entryTs": 1634790780,
          "entryUtc": "2021-10-21T04:33:00.000Z",
          "exitTs": 1634799720,
          "dir": 1,
          "entryPrice": 1784.788,
          "exitPrice": 1782.409,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 149
        },
        {
          "entryTs": 1634801700,
          "entryUtc": "2021-10-21T07:35:00.000Z",
          "exitTs": 1634805540,
          "dir": -1,
          "entryPrice": 1783.608,
          "exitPrice": 1786.323,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 64
        },
        {
          "entryTs": 1634818320,
          "entryUtc": "2021-10-21T12:12:00.000Z",
          "exitTs": 1634819820,
          "dir": -1,
          "entryPrice": 1780.478,
          "exitPrice": 1783.532,
          "stopDistance": 3.054,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 25
        },
        {
          "entryTs": 1634821080,
          "entryUtc": "2021-10-21T12:58:00.000Z",
          "exitTs": 1634883960,
          "dir": 1,
          "entryPrice": 1780.883,
          "exitPrice": 1788.199,
          "stopDistance": 3.658,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 1048
        },
        {
          "entryTs": 1634886060,
          "entryUtc": "2021-10-22T07:01:00.000Z",
          "exitTs": 1634905200,
          "dir": 1,
          "entryPrice": 1792.428,
          "exitPrice": 1796.717,
          "stopDistance": 2.145,
          "outcome": "target",
          "netR": 1.8275,
          "holdMinutes": 319
        },
        {
          "entryTs": 1634908680,
          "entryUtc": "2021-10-22T13:18:00.000Z",
          "exitTs": 1634911800,
          "dir": 1,
          "entryPrice": 1803.788,
          "exitPrice": 1811.055,
          "stopDistance": 3.634,
          "outcome": "target",
          "netR": 1.8982,
          "holdMinutes": 52
        },
        {
          "entryTs": 1634913240,
          "entryUtc": "2021-10-22T14:34:00.000Z",
          "exitTs": 1634915700,
          "dir": 1,
          "entryPrice": 1810.084,
          "exitPrice": 1805.936,
          "stopDistance": 4.148,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 41
        },
        {
          "entryTs": 1634916660,
          "entryUtc": "2021-10-22T15:31:00.000Z",
          "exitTs": 1634916780,
          "dir": 1,
          "entryPrice": 1797.804,
          "exitPrice": 1794.241,
          "stopDistance": 3.563,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 2
        },
        {
          "entryTs": 1634918700,
          "entryUtc": "2021-10-22T16:05:00.000Z",
          "exitTs": 1634920260,
          "dir": -1,
          "entryPrice": 1788.088,
          "exitPrice": 1794.57,
          "stopDistance": 6.482,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 26
        },
        {
          "entryTs": 1635153540,
          "entryUtc": "2021-10-25T09:19:00.000Z",
          "exitTs": 1635169980,
          "dir": 1,
          "entryPrice": 1801.508,
          "exitPrice": 1807.821,
          "stopDistance": 3.156,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 274
        },
        {
          "entryTs": 1635253380,
          "entryUtc": "2021-10-26T13:03:00.000Z",
          "exitTs": 1635255060,
          "dir": -1,
          "entryPrice": 1800.208,
          "exitPrice": 1793.105,
          "stopDistance": 3.551,
          "outcome": "target",
          "netR": 1.8958,
          "holdMinutes": 28
        },
        {
          "entryTs": 1635258600,
          "entryUtc": "2021-10-26T14:30:00.000Z",
          "exitTs": 1635264360,
          "dir": -1,
          "entryPrice": 1786.464,
          "exitPrice": 1791.318,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 96
        },
        {
          "entryTs": 1635266940,
          "entryUtc": "2021-10-26T16:49:00.000Z",
          "exitTs": 1635323460,
          "dir": -1,
          "entryPrice": 1792.888,
          "exitPrice": 1783.937,
          "stopDistance": 4.476,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 942
        },
        {
          "entryTs": 1635332400,
          "entryUtc": "2021-10-27T11:00:00.000Z",
          "exitTs": 1635336780,
          "dir": 1,
          "entryPrice": 1788.958,
          "exitPrice": 1794.65,
          "stopDistance": 2.846,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 73
        },
        {
          "entryTs": 1635338040,
          "entryUtc": "2021-10-27T12:34:00.000Z",
          "exitTs": 1635338220,
          "dir": 1,
          "entryPrice": 1793.382,
          "exitPrice": 1790.048,
          "stopDistance": 3.334,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 3
        },
        {
          "entryTs": 1635345060,
          "entryUtc": "2021-10-27T14:31:00.000Z",
          "exitTs": 1635346620,
          "dir": -1,
          "entryPrice": 1789.108,
          "exitPrice": 1793.823,
          "stopDistance": 4.715,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 26
        },
        {
          "entryTs": 1635347580,
          "entryUtc": "2021-10-27T15:13:00.000Z",
          "exitTs": 1635388320,
          "dir": 1,
          "entryPrice": 1791.118,
          "exitPrice": 1800.943,
          "stopDistance": 4.912,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 679
        },
        {
          "entryTs": 1635390120,
          "entryUtc": "2021-10-28T03:02:00.000Z",
          "exitTs": 1635402600,
          "dir": 1,
          "entryPrice": 1798.924,
          "exitPrice": 1803.785,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8478,
          "holdMinutes": 208
        },
        {
          "entryTs": 1635422820,
          "entryUtc": "2021-10-28T12:07:00.000Z",
          "exitTs": 1635423780,
          "dir": 1,
          "entryPrice": 1801.124,
          "exitPrice": 1806.615,
          "stopDistance": 2.746,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 16
        },
        {
          "entryTs": 1635426300,
          "entryUtc": "2021-10-28T13:05:00.000Z",
          "exitTs": 1635427380,
          "dir": -1,
          "entryPrice": 1801.264,
          "exitPrice": 1805.028,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 18
        },
        {
          "entryTs": 1635428280,
          "entryUtc": "2021-10-28T13:38:00.000Z",
          "exitTs": 1635431640,
          "dir": 1,
          "entryPrice": 1801.308,
          "exitPrice": 1796.643,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 56
        },
        {
          "entryTs": 1635487980,
          "entryUtc": "2021-10-29T06:13:00.000Z",
          "exitTs": 1635490740,
          "dir": 1,
          "entryPrice": 1795.528,
          "exitPrice": 1793.199,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 46
        },
        {
          "entryTs": 1635492600,
          "entryUtc": "2021-10-29T07:30:00.000Z",
          "exitTs": 1635496080,
          "dir": 1,
          "entryPrice": 1796.138,
          "exitPrice": 1793.189,
          "stopDistance": 2.949,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 58
        },
        {
          "entryTs": 1635510600,
          "entryUtc": "2021-10-29T12:30:00.000Z",
          "exitTs": 1635510660,
          "dir": -1,
          "entryPrice": 1788.688,
          "exitPrice": 1792.301,
          "stopDistance": 3.613,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 1
        },
        {
          "entryTs": 1635747180,
          "entryUtc": "2021-11-01T06:13:00.000Z",
          "exitTs": 1635747900,
          "dir": 1,
          "entryPrice": 1785.488,
          "exitPrice": 1783.485,
          "stopDistance": 2.003,
          "outcome": "stop",
          "netR": -1.2097,
          "holdMinutes": 12
        },
        {
          "entryTs": 1635750780,
          "entryUtc": "2021-11-01T07:13:00.000Z",
          "exitTs": 1635759420,
          "dir": -1,
          "entryPrice": 1784.018,
          "exitPrice": 1786.334,
          "stopDistance": 2.316,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 144
        },
        {
          "entryTs": 1635766800,
          "entryUtc": "2021-11-01T11:40:00.000Z",
          "exitTs": 1635767580,
          "dir": -1,
          "entryPrice": 1783.998,
          "exitPrice": 1786.611,
          "stopDistance": 2.613,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 13
        },
        {
          "entryTs": 1635771660,
          "entryUtc": "2021-11-01T13:01:00.000Z",
          "exitTs": 1635775200,
          "dir": 1,
          "entryPrice": 1787.608,
          "exitPrice": 1793.88,
          "stopDistance": 3.136,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 59
        },
        {
          "entryTs": 1635832920,
          "entryUtc": "2021-11-02T06:02:00.000Z",
          "exitTs": 1635851880,
          "dir": 1,
          "entryPrice": 1792.528,
          "exitPrice": 1790.635,
          "stopDistance": 1.893,
          "outcome": "stop",
          "netR": -1.2219,
          "holdMinutes": 316
        },
        {
          "entryTs": 1635863580,
          "entryUtc": "2021-11-02T14:33:00.000Z",
          "exitTs": 1635866460,
          "dir": -1,
          "entryPrice": 1788.918,
          "exitPrice": 1792.913,
          "stopDistance": 3.995,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 48
        },
        {
          "entryTs": 1635900360,
          "entryUtc": "2021-11-03T00:46:00.000Z",
          "exitTs": 1635905100,
          "dir": -1,
          "entryPrice": 1785.908,
          "exitPrice": 1781.636,
          "stopDistance": 2.136,
          "outcome": "target",
          "netR": 1.8268,
          "holdMinutes": 79
        },
        {
          "entryTs": 1635912840,
          "entryUtc": "2021-11-03T04:14:00.000Z",
          "exitTs": 1635915660,
          "dir": 1,
          "entryPrice": 1782.488,
          "exitPrice": 1780.024,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 47
        },
        {
          "entryTs": 1635953820,
          "entryUtc": "2021-11-03T15:37:00.000Z",
          "exitTs": 1635962400,
          "dir": -1,
          "entryPrice": 1764.318,
          "exitPrice": 1768.952,
          "stopDistance": 4.634,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 143
        },
        {
          "entryTs": 1635966900,
          "entryUtc": "2021-11-03T19:15:00.000Z",
          "exitTs": 1636026180,
          "dir": 1,
          "entryPrice": 1770.584,
          "exitPrice": 1780.861,
          "stopDistance": 5.138,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 988
        },
        {
          "entryTs": 1636031940,
          "entryUtc": "2021-11-04T13:19:00.000Z",
          "exitTs": 1636100340,
          "dir": 1,
          "entryPrice": 1790.894,
          "exitPrice": 1798.866,
          "stopDistance": 3.986,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 1140
        },
        {
          "entryTs": 1636102500,
          "entryUtc": "2021-11-05T08:55:00.000Z",
          "exitTs": 1636104060,
          "dir": 1,
          "entryPrice": 1797.184,
          "exitPrice": 1794.787,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 26
        },
        {
          "entryTs": 1636119900,
          "entryUtc": "2021-11-05T13:45:00.000Z",
          "exitTs": 1636125960,
          "dir": 1,
          "entryPrice": 1797.014,
          "exitPrice": 1807.953,
          "stopDistance": 5.469,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 101
        },
        {
          "entryTs": 1636327980,
          "entryUtc": "2021-11-07T23:33:00.000Z",
          "exitTs": 1636333680,
          "dir": -1,
          "entryPrice": 1816.958,
          "exitPrice": 1820.172,
          "stopDistance": 3.214,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 95
        },
        {
          "entryTs": 1636335000,
          "entryUtc": "2021-11-08T01:30:00.000Z",
          "exitTs": 1636361760,
          "dir": 1,
          "entryPrice": 1817.133,
          "exitPrice": 1813.528,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 446
        },
        {
          "entryTs": 1636381800,
          "entryUtc": "2021-11-08T14:30:00.000Z",
          "exitTs": 1636471800,
          "dir": 1,
          "entryPrice": 1822.593,
          "exitPrice": 1823.213,
          "stopDistance": 4.353,
          "outcome": "time",
          "netR": 0.0574,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1636524240,
          "entryUtc": "2021-11-10T06:04:00.000Z",
          "exitTs": 1636550640,
          "dir": -1,
          "entryPrice": 1826.028,
          "exitPrice": 1828.032,
          "stopDistance": 2.004,
          "outcome": "stop",
          "netR": -1.2095,
          "holdMinutes": 440
        },
        {
          "entryTs": 1636556400,
          "entryUtc": "2021-11-10T15:00:00.000Z",
          "exitTs": 1636559280,
          "dir": 1,
          "entryPrice": 1861.048,
          "exitPrice": 1854.316,
          "stopDistance": 6.732,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 48
        },
        {
          "entryTs": 1636559340,
          "entryUtc": "2021-11-10T15:49:00.000Z",
          "exitTs": 1636567320,
          "dir": 1,
          "entryPrice": 1853.298,
          "exitPrice": 1847.367,
          "stopDistance": 5.931,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 133
        },
        {
          "entryTs": 1636600560,
          "entryUtc": "2021-11-11T03:16:00.000Z",
          "exitTs": 1636600860,
          "dir": -1,
          "entryPrice": 1847.164,
          "exitPrice": 1850.787,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 5
        },
        {
          "entryTs": 1636603080,
          "entryUtc": "2021-11-11T03:58:00.000Z",
          "exitTs": 1636617600,
          "dir": 1,
          "entryPrice": 1849.838,
          "exitPrice": 1857.186,
          "stopDistance": 3.674,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 242
        },
        {
          "entryTs": 1636632000,
          "entryUtc": "2021-11-11T12:00:00.000Z",
          "exitTs": 1636632960,
          "dir": 1,
          "entryPrice": 1863.658,
          "exitPrice": 1860.66,
          "stopDistance": 2.998,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 16
        },
        {
          "entryTs": 1636636440,
          "entryUtc": "2021-11-11T13:14:00.000Z",
          "exitTs": 1636638360,
          "dir": -1,
          "entryPrice": 1859.318,
          "exitPrice": 1863.039,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 32
        },
        {
          "entryTs": 1636692600,
          "entryUtc": "2021-11-12T04:50:00.000Z",
          "exitTs": 1636695000,
          "dir": -1,
          "entryPrice": 1857.094,
          "exitPrice": 1859.268,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 40
        },
        {
          "entryTs": 1636697880,
          "entryUtc": "2021-11-12T06:18:00.000Z",
          "exitTs": 1636703700,
          "dir": 1,
          "entryPrice": 1857.958,
          "exitPrice": 1855.834,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 97
        },
        {
          "entryTs": 1636709580,
          "entryUtc": "2021-11-12T09:33:00.000Z",
          "exitTs": 1636713780,
          "dir": -1,
          "entryPrice": 1852.394,
          "exitPrice": 1846.055,
          "stopDistance": 3.17,
          "outcome": "target",
          "netR": 1.8833,
          "holdMinutes": 70
        },
        {
          "entryTs": 1636715460,
          "entryUtc": "2021-11-12T11:11:00.000Z",
          "exitTs": 1636719240,
          "dir": -1,
          "entryPrice": 1847.864,
          "exitPrice": 1851.305,
          "stopDistance": 3.441,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 63
        },
        {
          "entryTs": 1636932720,
          "entryUtc": "2021-11-14T23:32:00.000Z",
          "exitTs": 1636938600,
          "dir": 1,
          "entryPrice": 1866.188,
          "exitPrice": 1863.243,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 98
        },
        {
          "entryTs": 1636963200,
          "entryUtc": "2021-11-15T08:00:00.000Z",
          "exitTs": 1636981920,
          "dir": 1,
          "entryPrice": 1860.668,
          "exitPrice": 1866.001,
          "stopDistance": 2.667,
          "outcome": "target",
          "netR": 1.8613,
          "holdMinutes": 312
        },
        {
          "entryTs": 1636983540,
          "entryUtc": "2021-11-15T13:39:00.000Z",
          "exitTs": 1636987080,
          "dir": 1,
          "entryPrice": 1864.368,
          "exitPrice": 1860.902,
          "stopDistance": 3.466,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 59
        },
        {
          "entryTs": 1636988940,
          "entryUtc": "2021-11-15T15:09:00.000Z",
          "exitTs": 1637002920,
          "dir": -1,
          "entryPrice": 1861.798,
          "exitPrice": 1865.779,
          "stopDistance": 3.981,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 233
        },
        {
          "entryTs": 1637024400,
          "entryUtc": "2021-11-16T01:00:00.000Z",
          "exitTs": 1637029980,
          "dir": 1,
          "entryPrice": 1863.748,
          "exitPrice": 1867.866,
          "stopDistance": 2.059,
          "outcome": "target",
          "netR": 1.8203,
          "holdMinutes": 93
        },
        {
          "entryTs": 1637032080,
          "entryUtc": "2021-11-16T03:08:00.000Z",
          "exitTs": 1637037240,
          "dir": 1,
          "entryPrice": 1867.008,
          "exitPrice": 1864.57,
          "stopDistance": 2.438,
          "outcome": "stop",
          "netR": -1.1723,
          "holdMinutes": 86
        },
        {
          "entryTs": 1637073000,
          "entryUtc": "2021-11-16T14:30:00.000Z",
          "exitTs": 1637085420,
          "dir": -1,
          "entryPrice": 1862.518,
          "exitPrice": 1852.278,
          "stopDistance": 5.12,
          "outcome": "target",
          "netR": 1.9277,
          "holdMinutes": 207
        },
        {
          "entryTs": 1637135220,
          "entryUtc": "2021-11-17T07:47:00.000Z",
          "exitTs": 1637139600,
          "dir": 1,
          "entryPrice": 1855.744,
          "exitPrice": 1860.343,
          "stopDistance": 2.3,
          "outcome": "target",
          "netR": 1.8391,
          "holdMinutes": 73
        },
        {
          "entryTs": 1637164800,
          "entryUtc": "2021-11-17T16:00:00.000Z",
          "exitTs": 1637170440,
          "dir": -1,
          "entryPrice": 1862.978,
          "exitPrice": 1866.853,
          "stopDistance": 3.875,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 94
        },
        {
          "entryTs": 1637197440,
          "entryUtc": "2021-11-18T01:04:00.000Z",
          "exitTs": 1637203500,
          "dir": 1,
          "entryPrice": 1868.918,
          "exitPrice": 1866.817,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 101
        },
        {
          "entryTs": 1637223480,
          "entryUtc": "2021-11-18T08:18:00.000Z",
          "exitTs": 1637224920,
          "dir": 1,
          "entryPrice": 1866.938,
          "exitPrice": 1864.041,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 24
        },
        {
          "entryTs": 1637226060,
          "entryUtc": "2021-11-18T09:01:00.000Z",
          "exitTs": 1637231940,
          "dir": -1,
          "entryPrice": 1865.368,
          "exitPrice": 1859.315,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 98
        },
        {
          "entryTs": 1637242680,
          "entryUtc": "2021-11-18T13:38:00.000Z",
          "exitTs": 1637265960,
          "dir": -1,
          "entryPrice": 1864.588,
          "exitPrice": 1856.943,
          "stopDistance": 3.823,
          "outcome": "target",
          "netR": 1.9032,
          "holdMinutes": 388
        },
        {
          "entryTs": 1637306820,
          "entryUtc": "2021-11-19T07:27:00.000Z",
          "exitTs": 1637310240,
          "dir": -1,
          "entryPrice": 1859.008,
          "exitPrice": 1854.942,
          "stopDistance": 2.033,
          "outcome": "target",
          "netR": 1.818,
          "holdMinutes": 57
        },
        {
          "entryTs": 1637313960,
          "entryUtc": "2021-11-19T09:26:00.000Z",
          "exitTs": 1637314020,
          "dir": -1,
          "entryPrice": 1855.688,
          "exitPrice": 1858.158,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 1
        },
        {
          "entryTs": 1637315100,
          "entryUtc": "2021-11-19T09:45:00.000Z",
          "exitTs": 1637331360,
          "dir": 1,
          "entryPrice": 1858.794,
          "exitPrice": 1855.326,
          "stopDistance": 3.467,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 271
        },
        {
          "entryTs": 1637345460,
          "entryUtc": "2021-11-19T18:11:00.000Z",
          "exitTs": 1637535600,
          "dir": -1,
          "entryPrice": 1848.304,
          "exitPrice": 1844.868,
          "stopDistance": 5.661,
          "outcome": "time",
          "netR": 0.5416,
          "holdMinutes": 3169
        },
        {
          "entryTs": 1637537760,
          "entryUtc": "2021-11-21T23:36:00.000Z",
          "exitTs": 1637542920,
          "dir": -1,
          "entryPrice": 1844.358,
          "exitPrice": 1848.205,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 86
        },
        {
          "entryTs": 1637565060,
          "entryUtc": "2021-11-22T07:11:00.000Z",
          "exitTs": 1637568300,
          "dir": -1,
          "entryPrice": 1843.088,
          "exitPrice": 1845.61,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 54
        },
        {
          "entryTs": 1637571360,
          "entryUtc": "2021-11-22T08:56:00.000Z",
          "exitTs": 1637577000,
          "dir": 1,
          "entryPrice": 1844.698,
          "exitPrice": 1841.566,
          "stopDistance": 3.132,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 94
        },
        {
          "entryTs": 1637579040,
          "entryUtc": "2021-11-22T11:04:00.000Z",
          "exitTs": 1637581980,
          "dir": -1,
          "entryPrice": 1839.738,
          "exitPrice": 1843.102,
          "stopDistance": 3.364,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 49
        },
        {
          "entryTs": 1637592300,
          "entryUtc": "2021-11-22T14:45:00.000Z",
          "exitTs": 1637604120,
          "dir": -1,
          "entryPrice": 1819.668,
          "exitPrice": 1806.283,
          "stopDistance": 6.693,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 197
        },
        {
          "entryTs": 1637634600,
          "entryUtc": "2021-11-23T02:30:00.000Z",
          "exitTs": 1637657580,
          "dir": -1,
          "entryPrice": 1809.194,
          "exitPrice": 1802.142,
          "stopDistance": 3.526,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 383
        },
        {
          "entryTs": 1637661600,
          "entryUtc": "2021-11-23T10:00:00.000Z",
          "exitTs": 1637672940,
          "dir": -1,
          "entryPrice": 1798.004,
          "exitPrice": 1788.676,
          "stopDistance": 4.664,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 189
        },
        {
          "entryTs": 1637673480,
          "entryUtc": "2021-11-23T13:18:00.000Z",
          "exitTs": 1637683920,
          "dir": -1,
          "entryPrice": 1792.508,
          "exitPrice": 1783.647,
          "stopDistance": 4.431,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 174
        },
        {
          "entryTs": 1637720580,
          "entryUtc": "2021-11-24T02:23:00.000Z",
          "exitTs": 1637743920,
          "dir": 1,
          "entryPrice": 1793.515,
          "exitPrice": 1790.57,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 389
        },
        {
          "entryTs": 1637749980,
          "entryUtc": "2021-11-24T10:33:00.000Z",
          "exitTs": 1637757060,
          "dir": -1,
          "entryPrice": 1790.965,
          "exitPrice": 1784.796,
          "stopDistance": 3.085,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 118
        },
        {
          "entryTs": 1637832600,
          "entryUtc": "2021-11-25T09:30:00.000Z",
          "exitTs": 1637845380,
          "dir": -1,
          "entryPrice": 1793.448,
          "exitPrice": 1789.715,
          "stopDistance": 1.867,
          "outcome": "target",
          "netR": 1.8018,
          "holdMinutes": 213
        },
        {
          "entryTs": 1637854620,
          "entryUtc": "2021-11-25T15:37:00.000Z",
          "exitTs": 1637882940,
          "dir": -1,
          "entryPrice": 1789.488,
          "exitPrice": 1791.464,
          "stopDistance": 1.976,
          "outcome": "stop",
          "netR": -1.2126,
          "holdMinutes": 472
        },
        {
          "entryTs": 1637903520,
          "entryUtc": "2021-11-26T05:12:00.000Z",
          "exitTs": 1637908980,
          "dir": 1,
          "entryPrice": 1796.058,
          "exitPrice": 1801.614,
          "stopDistance": 2.778,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 91
        },
        {
          "entryTs": 1637910000,
          "entryUtc": "2021-11-26T07:00:00.000Z",
          "exitTs": 1637913060,
          "dir": 1,
          "entryPrice": 1800.618,
          "exitPrice": 1805.819,
          "stopDistance": 2.6,
          "outcome": "target",
          "netR": 1.8577,
          "holdMinutes": 51
        },
        {
          "entryTs": 1637914500,
          "entryUtc": "2021-11-26T08:15:00.000Z",
          "exitTs": 1637915940,
          "dir": 1,
          "entryPrice": 1806.208,
          "exitPrice": 1802.93,
          "stopDistance": 3.278,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 24
        },
        {
          "entryTs": 1637918100,
          "entryUtc": "2021-11-26T09:15:00.000Z",
          "exitTs": 1637920740,
          "dir": -1,
          "entryPrice": 1804.998,
          "exitPrice": 1809.556,
          "stopDistance": 4.558,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 44
        },
        {
          "entryTs": 1637946300,
          "entryUtc": "2021-11-26T17:05:00.000Z",
          "exitTs": 1637952180,
          "dir": -1,
          "entryPrice": 1785.828,
          "exitPrice": 1792.801,
          "stopDistance": 6.973,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 98
        },
        {
          "entryTs": 1638142320,
          "entryUtc": "2021-11-28T23:32:00.000Z",
          "exitTs": 1638143760,
          "dir": -1,
          "entryPrice": 1787.16,
          "exitPrice": 1794.703,
          "stopDistance": 7.543,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 24
        },
        {
          "entryTs": 1638197400,
          "entryUtc": "2021-11-29T14:50:00.000Z",
          "exitTs": 1638204960,
          "dir": -1,
          "entryPrice": 1789.808,
          "exitPrice": 1782.532,
          "stopDistance": 3.638,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 126
        },
        {
          "entryTs": 1638252360,
          "entryUtc": "2021-11-30T06:06:00.000Z",
          "exitTs": 1638257280,
          "dir": 1,
          "entryPrice": 1792.955,
          "exitPrice": 1790.465,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 82
        },
        {
          "entryTs": 1638268140,
          "entryUtc": "2021-11-30T10:29:00.000Z",
          "exitTs": 1638273240,
          "dir": 1,
          "entryPrice": 1795.458,
          "exitPrice": 1791.989,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 85
        },
        {
          "entryTs": 1638281400,
          "entryUtc": "2021-11-30T14:10:00.000Z",
          "exitTs": 1638283680,
          "dir": 1,
          "entryPrice": 1794.965,
          "exitPrice": 1802.691,
          "stopDistance": 3.863,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 38
        },
        {
          "entryTs": 1638286140,
          "entryUtc": "2021-11-30T15:29:00.000Z",
          "exitTs": 1638286560,
          "dir": 1,
          "entryPrice": 1802.088,
          "exitPrice": 1797.255,
          "stopDistance": 4.833,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 7
        },
        {
          "entryTs": 1638339300,
          "entryUtc": "2021-12-01T06:15:00.000Z",
          "exitTs": 1638345600,
          "dir": 1,
          "entryPrice": 1788.088,
          "exitPrice": 1783.885,
          "stopDistance": 4.203,
          "outcome": "stop",
          "netR": -1.0999,
          "holdMinutes": 105
        },
        {
          "entryTs": 1638351780,
          "entryUtc": "2021-12-01T09:43:00.000Z",
          "exitTs": 1638354720,
          "dir": -1,
          "entryPrice": 1781.868,
          "exitPrice": 1786.196,
          "stopDistance": 4.328,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 49
        },
        {
          "entryTs": 1638369900,
          "entryUtc": "2021-12-01T14:45:00.000Z",
          "exitTs": 1638392100,
          "dir": -1,
          "entryPrice": 1787.408,
          "exitPrice": 1777.877,
          "stopDistance": 4.765,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 370
        },
        {
          "entryTs": 1638450000,
          "entryUtc": "2021-12-02T13:00:00.000Z",
          "exitTs": 1638451560,
          "dir": 1,
          "entryPrice": 1779.225,
          "exitPrice": 1776.013,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 26
        },
        {
          "entryTs": 1638459300,
          "entryUtc": "2021-12-02T15:35:00.000Z",
          "exitTs": 1638511080,
          "dir": -1,
          "entryPrice": 1770.608,
          "exitPrice": 1775.93,
          "stopDistance": 5.322,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 863
        },
        {
          "entryTs": 1638520500,
          "entryUtc": "2021-12-03T08:35:00.000Z",
          "exitTs": 1638527340,
          "dir": -1,
          "entryPrice": 1769.088,
          "exitPrice": 1771.516,
          "stopDistance": 2.428,
          "outcome": "stop",
          "netR": -1.173,
          "holdMinutes": 114
        },
        {
          "entryTs": 1638536940,
          "entryUtc": "2021-12-03T13:09:00.000Z",
          "exitTs": 1638538200,
          "dir": 1,
          "entryPrice": 1770.028,
          "exitPrice": 1775.429,
          "stopDistance": 2.701,
          "outcome": "target",
          "netR": 1.863,
          "holdMinutes": 21
        },
        {
          "entryTs": 1638784800,
          "entryUtc": "2021-12-06T10:00:00.000Z",
          "exitTs": 1638809580,
          "dir": -1,
          "entryPrice": 1780.105,
          "exitPrice": 1783.134,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 413
        },
        {
          "entryTs": 1638843120,
          "entryUtc": "2021-12-07T02:12:00.000Z",
          "exitTs": 1638857100,
          "dir": -1,
          "entryPrice": 1780.215,
          "exitPrice": 1782.182,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 233
        },
        {
          "entryTs": 1638859380,
          "entryUtc": "2021-12-07T06:43:00.000Z",
          "exitTs": 1638868140,
          "dir": 1,
          "entryPrice": 1780.828,
          "exitPrice": 1778.892,
          "stopDistance": 1.936,
          "outcome": "stop",
          "netR": -1.2169,
          "holdMinutes": 146
        },
        {
          "entryTs": 1638869400,
          "entryUtc": "2021-12-07T09:30:00.000Z",
          "exitTs": 1638871020,
          "dir": -1,
          "entryPrice": 1779.015,
          "exitPrice": 1781.476,
          "stopDistance": 2.461,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 27
        },
        {
          "entryTs": 1638885900,
          "entryUtc": "2021-12-07T14:05:00.000Z",
          "exitTs": 1638886260,
          "dir": -1,
          "entryPrice": 1775.765,
          "exitPrice": 1779.164,
          "stopDistance": 3.399,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 6
        },
        {
          "entryTs": 1638887400,
          "entryUtc": "2021-12-07T14:30:00.000Z",
          "exitTs": 1638895260,
          "dir": 1,
          "entryPrice": 1778.758,
          "exitPrice": 1786.328,
          "stopDistance": 3.785,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 131
        },
        {
          "entryTs": 1638934740,
          "entryUtc": "2021-12-08T03:39:00.000Z",
          "exitTs": 1638947460,
          "dir": 1,
          "entryPrice": 1788.645,
          "exitPrice": 1786.502,
          "stopDistance": 2.143,
          "outcome": "stop",
          "netR": -1.196,
          "holdMinutes": 212
        },
        {
          "entryTs": 1638950400,
          "entryUtc": "2021-12-08T08:00:00.000Z",
          "exitTs": 1638951360,
          "dir": 1,
          "entryPrice": 1789.208,
          "exitPrice": 1787.074,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 16
        },
        {
          "entryTs": 1638961260,
          "entryUtc": "2021-12-08T11:01:00.000Z",
          "exitTs": 1638962100,
          "dir": 1,
          "entryPrice": 1791.788,
          "exitPrice": 1789.427,
          "stopDistance": 2.361,
          "outcome": "stop",
          "netR": -1.1779,
          "holdMinutes": 14
        },
        {
          "entryTs": 1639005900,
          "entryUtc": "2021-12-08T23:25:00.000Z",
          "exitTs": 1639023780,
          "dir": -1,
          "entryPrice": 1783.708,
          "exitPrice": 1785.814,
          "stopDistance": 2.106,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 298
        },
        {
          "entryTs": 1639040400,
          "entryUtc": "2021-12-09T09:00:00.000Z",
          "exitTs": 1639050960,
          "dir": -1,
          "entryPrice": 1784.328,
          "exitPrice": 1779.646,
          "stopDistance": 2.341,
          "outcome": "target",
          "netR": 1.842,
          "holdMinutes": 176
        },
        {
          "entryTs": 1639056300,
          "entryUtc": "2021-12-09T13:25:00.000Z",
          "exitTs": 1639059660,
          "dir": -1,
          "entryPrice": 1778.118,
          "exitPrice": 1780.978,
          "stopDistance": 2.86,
          "outcome": "stop",
          "netR": -1.1469,
          "holdMinutes": 56
        },
        {
          "entryTs": 1639075200,
          "entryUtc": "2021-12-09T18:40:00.000Z",
          "exitTs": 1639143180,
          "dir": -1,
          "entryPrice": 1776.458,
          "exitPrice": 1780.159,
          "stopDistance": 3.701,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 1133
        },
        {
          "entryTs": 1639145700,
          "entryUtc": "2021-12-10T14:15:00.000Z",
          "exitTs": 1639146900,
          "dir": 1,
          "entryPrice": 1783.915,
          "exitPrice": 1779.564,
          "stopDistance": 4.351,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 20
        },
        {
          "entryTs": 1639149240,
          "entryUtc": "2021-12-10T15:14:00.000Z",
          "exitTs": 1639154520,
          "dir": -1,
          "entryPrice": 1781.358,
          "exitPrice": 1785.998,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 88
        },
        {
          "entryTs": 1639352100,
          "entryUtc": "2021-12-12T23:35:00.000Z",
          "exitTs": 1639360980,
          "dir": 1,
          "entryPrice": 1783.468,
          "exitPrice": 1787.344,
          "stopDistance": 1.938,
          "outcome": "target",
          "netR": 1.8091,
          "holdMinutes": 148
        },
        {
          "entryTs": 1639388820,
          "entryUtc": "2021-12-13T09:47:00.000Z",
          "exitTs": 1639390920,
          "dir": -1,
          "entryPrice": 1784.418,
          "exitPrice": 1786.43,
          "stopDistance": 2.012,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 35
        },
        {
          "entryTs": 1639400460,
          "entryUtc": "2021-12-13T13:01:00.000Z",
          "exitTs": 1639400580,
          "dir": 1,
          "entryPrice": 1788.648,
          "exitPrice": 1786.565,
          "stopDistance": 2.083,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 2
        },
        {
          "entryTs": 1639404840,
          "entryUtc": "2021-12-13T14:14:00.000Z",
          "exitTs": 1639407060,
          "dir": -1,
          "entryPrice": 1784.798,
          "exitPrice": 1787.436,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 37
        },
        {
          "entryTs": 1639492200,
          "entryUtc": "2021-12-14T14:30:00.000Z",
          "exitTs": 1639493460,
          "dir": -1,
          "entryPrice": 1769.448,
          "exitPrice": 1773.063,
          "stopDistance": 3.615,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 21
        },
        {
          "entryTs": 1639493700,
          "entryUtc": "2021-12-14T14:55:00.000Z",
          "exitTs": 1639546440,
          "dir": -1,
          "entryPrice": 1775.018,
          "exitPrice": 1768.621,
          "stopDistance": 3.199,
          "outcome": "target",
          "netR": 1.8843,
          "holdMinutes": 879
        },
        {
          "entryTs": 1639558200,
          "entryUtc": "2021-12-15T08:50:00.000Z",
          "exitTs": 1639575000,
          "dir": 1,
          "entryPrice": 1768.408,
          "exitPrice": 1772.449,
          "stopDistance": 2.02,
          "outcome": "target",
          "netR": 1.8169,
          "holdMinutes": 280
        },
        {
          "entryTs": 1639584000,
          "entryUtc": "2021-12-15T16:00:00.000Z",
          "exitTs": 1639594800,
          "dir": -1,
          "entryPrice": 1766.925,
          "exitPrice": 1759.504,
          "stopDistance": 3.71,
          "outcome": "target",
          "netR": 1.9003,
          "holdMinutes": 180
        },
        {
          "entryTs": 1639659720,
          "entryUtc": "2021-12-16T13:02:00.000Z",
          "exitTs": 1639660260,
          "dir": -1,
          "entryPrice": 1784.648,
          "exitPrice": 1787.143,
          "stopDistance": 2.495,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 9
        },
        {
          "entryTs": 1639662000,
          "entryUtc": "2021-12-16T13:40:00.000Z",
          "exitTs": 1639666500,
          "dir": 1,
          "entryPrice": 1786.685,
          "exitPrice": 1792.986,
          "stopDistance": 3.15,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 75
        },
        {
          "entryTs": 1639748460,
          "entryUtc": "2021-12-17T13:41:00.000Z",
          "exitTs": 1639748700,
          "dir": 1,
          "entryPrice": 1810.785,
          "exitPrice": 1808.237,
          "stopDistance": 2.548,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 4
        },
        {
          "entryTs": 1639751880,
          "entryUtc": "2021-12-17T14:38:00.000Z",
          "exitTs": 1639766220,
          "dir": -1,
          "entryPrice": 1808.228,
          "exitPrice": 1801.585,
          "stopDistance": 3.321,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 239
        },
        {
          "entryTs": 1639767900,
          "entryUtc": "2021-12-17T19:05:00.000Z",
          "exitTs": 1639774740,
          "dir": -1,
          "entryPrice": 1802.418,
          "exitPrice": 1795.958,
          "stopDistance": 3.23,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 114
        },
        {
          "entryTs": 1639958460,
          "entryUtc": "2021-12-20T00:01:00.000Z",
          "exitTs": 1639998600,
          "dir": 1,
          "entryPrice": 1799.295,
          "exitPrice": 1796.405,
          "stopDistance": 2.89,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 669
        },
        {
          "entryTs": 1640002500,
          "entryUtc": "2021-12-20T12:15:00.000Z",
          "exitTs": 1640006700,
          "dir": -1,
          "entryPrice": 1797.078,
          "exitPrice": 1799.397,
          "stopDistance": 2.319,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 70
        },
        {
          "entryTs": 1640035020,
          "entryUtc": "2021-12-20T21:17:00.000Z",
          "exitTs": 1640042820,
          "dir": -1,
          "entryPrice": 1789.298,
          "exitPrice": 1791.784,
          "stopDistance": 2.486,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 130
        },
        {
          "entryTs": 1640069520,
          "entryUtc": "2021-12-21T06:52:00.000Z",
          "exitTs": 1640073120,
          "dir": -1,
          "entryPrice": 1790.768,
          "exitPrice": 1792.692,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 60
        },
        {
          "entryTs": 1640093940,
          "entryUtc": "2021-12-21T13:39:00.000Z",
          "exitTs": 1640096160,
          "dir": 1,
          "entryPrice": 1797.518,
          "exitPrice": 1795.258,
          "stopDistance": 2.26,
          "outcome": "stop",
          "netR": -1.1858,
          "holdMinutes": 37
        },
        {
          "entryTs": 1640103600,
          "entryUtc": "2021-12-21T16:20:00.000Z",
          "exitTs": 1640169840,
          "dir": -1,
          "entryPrice": 1787.618,
          "exitPrice": 1791.211,
          "stopDistance": 3.593,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1640185320,
          "entryUtc": "2021-12-22T15:02:00.000Z",
          "exitTs": 1640188200,
          "dir": -1,
          "entryPrice": 1791.968,
          "exitPrice": 1794.535,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 48
        },
        {
          "entryTs": 1640190660,
          "entryUtc": "2021-12-22T16:31:00.000Z",
          "exitTs": 1640203140,
          "dir": 1,
          "entryPrice": 1797.728,
          "exitPrice": 1803.656,
          "stopDistance": 2.964,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 208
        },
        {
          "entryTs": 1640225880,
          "entryUtc": "2021-12-23T02:18:00.000Z",
          "exitTs": 1640232900,
          "dir": 1,
          "entryPrice": 1806.968,
          "exitPrice": 1804.998,
          "stopDistance": 1.97,
          "outcome": "stop",
          "netR": -1.2132,
          "holdMinutes": 117
        },
        {
          "entryTs": 1640263020,
          "entryUtc": "2021-12-23T12:37:00.000Z",
          "exitTs": 1640265600,
          "dir": -1,
          "entryPrice": 1804.515,
          "exitPrice": 1806.394,
          "stopDistance": 1.879,
          "outcome": "stop",
          "netR": -1.2235,
          "holdMinutes": 43
        },
        {
          "entryTs": 1640267280,
          "entryUtc": "2021-12-23T13:48:00.000Z",
          "exitTs": 1640269860,
          "dir": 1,
          "entryPrice": 1806.565,
          "exitPrice": 1804.332,
          "stopDistance": 2.233,
          "outcome": "stop",
          "netR": -1.1881,
          "holdMinutes": 43
        },
        {
          "entryTs": 1640271600,
          "entryUtc": "2021-12-23T15:00:00.000Z",
          "exitTs": 1640272140,
          "dir": -1,
          "entryPrice": 1802.938,
          "exitPrice": 1805.921,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 9
        },
        {
          "entryTs": 1640273700,
          "entryUtc": "2021-12-23T15:35:00.000Z",
          "exitTs": 1640559600,
          "dir": 1,
          "entryPrice": 1804.319,
          "exitPrice": 1807.228,
          "stopDistance": 3.171,
          "outcome": "time",
          "netR": 0.8008,
          "holdMinutes": 4765
        },
        {
          "entryTs": 1640570640,
          "entryUtc": "2021-12-27T02:04:00.000Z",
          "exitTs": 1640590260,
          "dir": 1,
          "entryPrice": 1810.229,
          "exitPrice": 1808.192,
          "stopDistance": 2.037,
          "outcome": "stop",
          "netR": -1.2062,
          "holdMinutes": 327
        },
        {
          "entryTs": 1640599320,
          "entryUtc": "2021-12-27T10:02:00.000Z",
          "exitTs": 1640611800,
          "dir": -1,
          "entryPrice": 1806.594,
          "exitPrice": 1803.352,
          "stopDistance": 1.621,
          "outcome": "target",
          "netR": 1.7718,
          "holdMinutes": 208
        },
        {
          "entryTs": 1640624580,
          "entryUtc": "2021-12-27T17:03:00.000Z",
          "exitTs": 1640627760,
          "dir": 1,
          "entryPrice": 1810.355,
          "exitPrice": 1807.604,
          "stopDistance": 2.751,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 53
        },
        {
          "entryTs": 1640671200,
          "entryUtc": "2021-12-28T06:00:00.000Z",
          "exitTs": 1640673780,
          "dir": 1,
          "entryPrice": 1812.458,
          "exitPrice": 1815.184,
          "stopDistance": 1.363,
          "outcome": "target",
          "netR": 1.7285,
          "holdMinutes": 43
        },
        {
          "entryTs": 1640677020,
          "entryUtc": "2021-12-28T07:37:00.000Z",
          "exitTs": 1640687820,
          "dir": 1,
          "entryPrice": 1814.308,
          "exitPrice": 1817.293,
          "stopDistance": 1.492,
          "outcome": "target",
          "netR": 1.7521,
          "holdMinutes": 180
        },
        {
          "entryTs": 1640689260,
          "entryUtc": "2021-12-28T11:01:00.000Z",
          "exitTs": 1640696880,
          "dir": 1,
          "entryPrice": 1816.859,
          "exitPrice": 1815.268,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 127
        },
        {
          "entryTs": 1640699160,
          "entryUtc": "2021-12-28T13:46:00.000Z",
          "exitTs": 1640700300,
          "dir": 1,
          "entryPrice": 1818.328,
          "exitPrice": 1816.239,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.201,
          "holdMinutes": 19
        },
        {
          "entryTs": 1640702160,
          "entryUtc": "2021-12-28T14:36:00.000Z",
          "exitTs": 1640716860,
          "dir": -1,
          "entryPrice": 1813.654,
          "exitPrice": 1807.472,
          "stopDistance": 3.091,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 245
        },
        {
          "entryTs": 1640737800,
          "entryUtc": "2021-12-29T00:30:00.000Z",
          "exitTs": 1640772480,
          "dir": -1,
          "entryPrice": 1805.638,
          "exitPrice": 1801.657,
          "stopDistance": 1.99,
          "outcome": "target",
          "netR": 1.8141,
          "holdMinutes": 578
        },
        {
          "entryTs": 1640778840,
          "entryUtc": "2021-12-29T11:54:00.000Z",
          "exitTs": 1640782920,
          "dir": -1,
          "entryPrice": 1796.978,
          "exitPrice": 1792.325,
          "stopDistance": 2.327,
          "outcome": "target",
          "netR": 1.841,
          "holdMinutes": 68
        },
        {
          "entryTs": 1640784780,
          "entryUtc": "2021-12-29T13:33:00.000Z",
          "exitTs": 1640789340,
          "dir": -1,
          "entryPrice": 1792.725,
          "exitPrice": 1795.685,
          "stopDistance": 2.96,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 76
        },
        {
          "entryTs": 1640791800,
          "entryUtc": "2021-12-29T15:30:00.000Z",
          "exitTs": 1640874960,
          "dir": 1,
          "entryPrice": 1799.805,
          "exitPrice": 1808.12,
          "stopDistance": 4.158,
          "outcome": "target",
          "netR": 1.911,
          "holdMinutes": 1386
        },
        {
          "entryTs": 1640922240,
          "entryUtc": "2021-12-31T03:44:00.000Z",
          "exitTs": 1640956200,
          "dir": 1,
          "entryPrice": 1816.988,
          "exitPrice": 1821.061,
          "stopDistance": 2.037,
          "outcome": "target",
          "netR": 1.8183,
          "holdMinutes": 566
        },
        {
          "entryTs": 1640958960,
          "entryUtc": "2021-12-31T13:56:00.000Z",
          "exitTs": 1640962500,
          "dir": 1,
          "entryPrice": 1824.708,
          "exitPrice": 1822.333,
          "stopDistance": 2.375,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 59
        },
        {
          "entryTs": 1640962800,
          "entryUtc": "2021-12-31T15:00:00.000Z",
          "exitTs": 1640970720,
          "dir": 1,
          "entryPrice": 1821.558,
          "exitPrice": 1826.051,
          "stopDistance": 2.247,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 132
        },
        {
          "entryTs": 1641173640,
          "entryUtc": "2022-01-03T01:34:00.000Z",
          "exitTs": 1641175560,
          "dir": 1,
          "entryPrice": 1829.208,
          "exitPrice": 1826.99,
          "stopDistance": 2.218,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 32
        },
        {
          "entryTs": 1641196620,
          "entryUtc": "2022-01-03T07:57:00.000Z",
          "exitTs": 1641203520,
          "dir": -1,
          "entryPrice": 1823.608,
          "exitPrice": 1825.747,
          "stopDistance": 2.139,
          "outcome": "stop",
          "netR": -1.1964,
          "holdMinutes": 115
        },
        {
          "entryTs": 1641209400,
          "entryUtc": "2022-01-03T11:30:00.000Z",
          "exitTs": 1641212940,
          "dir": 1,
          "entryPrice": 1823.988,
          "exitPrice": 1821.827,
          "stopDistance": 2.161,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 59
        },
        {
          "entryTs": 1641218820,
          "entryUtc": "2022-01-03T14:07:00.000Z",
          "exitTs": 1641222240,
          "dir": -1,
          "entryPrice": 1809.124,
          "exitPrice": 1802.001,
          "stopDistance": 3.562,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 57
        },
        {
          "entryTs": 1641244500,
          "entryUtc": "2022-01-03T21:15:00.000Z",
          "exitTs": 1641258000,
          "dir": -1,
          "entryPrice": 1802.068,
          "exitPrice": 1804.764,
          "stopDistance": 2.696,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 225
        },
        {
          "entryTs": 1641280800,
          "entryUtc": "2022-01-04T07:20:00.000Z",
          "exitTs": 1641281460,
          "dir": -1,
          "entryPrice": 1804.788,
          "exitPrice": 1806.572,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2354,
          "holdMinutes": 11
        },
        {
          "entryTs": 1641282300,
          "entryUtc": "2022-01-04T07:45:00.000Z",
          "exitTs": 1641286260,
          "dir": 1,
          "entryPrice": 1805.298,
          "exitPrice": 1803.223,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 66
        },
        {
          "entryTs": 1641289500,
          "entryUtc": "2022-01-04T09:45:00.000Z",
          "exitTs": 1641295560,
          "dir": 1,
          "entryPrice": 1805.588,
          "exitPrice": 1803.089,
          "stopDistance": 2.499,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 101
        },
        {
          "entryTs": 1641302040,
          "entryUtc": "2022-01-04T13:14:00.000Z",
          "exitTs": 1641303720,
          "dir": -1,
          "entryPrice": 1802.275,
          "exitPrice": 1805.136,
          "stopDistance": 2.861,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 28
        },
        {
          "entryTs": 1641306780,
          "entryUtc": "2022-01-04T14:33:00.000Z",
          "exitTs": 1641310140,
          "dir": 1,
          "entryPrice": 1807.425,
          "exitPrice": 1814.527,
          "stopDistance": 3.551,
          "outcome": "target",
          "netR": 1.8958,
          "holdMinutes": 56
        },
        {
          "entryTs": 1641366660,
          "entryUtc": "2022-01-05T07:11:00.000Z",
          "exitTs": 1641370860,
          "dir": -1,
          "entryPrice": 1814.878,
          "exitPrice": 1816.607,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.243,
          "holdMinutes": 70
        },
        {
          "entryTs": 1641394860,
          "entryUtc": "2022-01-05T15:01:00.000Z",
          "exitTs": 1641396780,
          "dir": 1,
          "entryPrice": 1824.748,
          "exitPrice": 1821.253,
          "stopDistance": 3.495,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 32
        },
        {
          "entryTs": 1641396840,
          "entryUtc": "2022-01-05T15:34:00.000Z",
          "exitTs": 1641409680,
          "dir": 1,
          "entryPrice": 1820.998,
          "exitPrice": 1817.589,
          "stopDistance": 3.409,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 214
        },
        {
          "entryTs": 1641464640,
          "entryUtc": "2022-01-06T10:24:00.000Z",
          "exitTs": 1641465060,
          "dir": -1,
          "entryPrice": 1796.384,
          "exitPrice": 1799.483,
          "stopDistance": 3.099,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641466800,
          "entryUtc": "2022-01-06T11:00:00.000Z",
          "exitTs": 1641470580,
          "dir": 1,
          "entryPrice": 1800.728,
          "exitPrice": 1796.77,
          "stopDistance": 3.958,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 63
        },
        {
          "entryTs": 1641472260,
          "entryUtc": "2022-01-06T12:31:00.000Z",
          "exitTs": 1641473580,
          "dir": 1,
          "entryPrice": 1798.558,
          "exitPrice": 1794.886,
          "stopDistance": 3.672,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 22
        },
        {
          "entryTs": 1641475980,
          "entryUtc": "2022-01-06T13:33:00.000Z",
          "exitTs": 1641480660,
          "dir": -1,
          "entryPrice": 1790.658,
          "exitPrice": 1795.054,
          "stopDistance": 4.396,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 78
        },
        {
          "entryTs": 1641481200,
          "entryUtc": "2022-01-06T15:00:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1790.698,
          "exitPrice": 1785.653,
          "stopDistance": 5.045,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 1356
        },
        {
          "entryTs": 1641774720,
          "entryUtc": "2022-01-10T00:32:00.000Z",
          "exitTs": 1641805200,
          "dir": -1,
          "entryPrice": 1794.128,
          "exitPrice": 1796.761,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 508
        },
        {
          "entryTs": 1641816900,
          "entryUtc": "2022-01-10T12:15:00.000Z",
          "exitTs": 1641818640,
          "dir": 1,
          "entryPrice": 1798.058,
          "exitPrice": 1795.491,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 29
        },
        {
          "entryTs": 1641820800,
          "entryUtc": "2022-01-10T13:20:00.000Z",
          "exitTs": 1641836460,
          "dir": -1,
          "entryPrice": 1795.738,
          "exitPrice": 1798.969,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 261
        },
        {
          "entryTs": 1641839220,
          "entryUtc": "2022-01-10T18:27:00.000Z",
          "exitTs": 1641863520,
          "dir": 1,
          "entryPrice": 1798.528,
          "exitPrice": 1804.974,
          "stopDistance": 3.223,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 405
        },
        {
          "entryTs": 1641865560,
          "entryUtc": "2022-01-11T01:46:00.000Z",
          "exitTs": 1641880860,
          "dir": 1,
          "entryPrice": 1804.358,
          "exitPrice": 1808.859,
          "stopDistance": 2.251,
          "outcome": "target",
          "netR": 1.8356,
          "holdMinutes": 255
        },
        {
          "entryTs": 1641883380,
          "entryUtc": "2022-01-11T06:43:00.000Z",
          "exitTs": 1641896460,
          "dir": 1,
          "entryPrice": 1807.328,
          "exitPrice": 1805.521,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2324,
          "holdMinutes": 218
        },
        {
          "entryTs": 1641911460,
          "entryUtc": "2022-01-11T14:31:00.000Z",
          "exitTs": 1641913320,
          "dir": -1,
          "entryPrice": 1804.665,
          "exitPrice": 1807.56,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 31
        },
        {
          "entryTs": 1641952920,
          "entryUtc": "2022-01-12T02:02:00.000Z",
          "exitTs": 1641974460,
          "dir": -1,
          "entryPrice": 1819.948,
          "exitPrice": 1815.577,
          "stopDistance": 2.185,
          "outcome": "target",
          "netR": 1.8307,
          "holdMinutes": 359
        },
        {
          "entryTs": 1641975120,
          "entryUtc": "2022-01-12T08:12:00.000Z",
          "exitTs": 1641992400,
          "dir": -1,
          "entryPrice": 1817.914,
          "exitPrice": 1819.735,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2306,
          "holdMinutes": 288
        },
        {
          "entryTs": 1642058640,
          "entryUtc": "2022-01-13T07:24:00.000Z",
          "exitTs": 1642059840,
          "dir": -1,
          "entryPrice": 1825.268,
          "exitPrice": 1827.022,
          "stopDistance": 1.754,
          "outcome": "stop",
          "netR": -1.2394,
          "holdMinutes": 20
        },
        {
          "entryTs": 1642061520,
          "entryUtc": "2022-01-13T08:12:00.000Z",
          "exitTs": 1642062720,
          "dir": 1,
          "entryPrice": 1825.538,
          "exitPrice": 1823.606,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2174,
          "holdMinutes": 20
        },
        {
          "entryTs": 1642068720,
          "entryUtc": "2022-01-13T10:12:00.000Z",
          "exitTs": 1642077300,
          "dir": -1,
          "entryPrice": 1823.128,
          "exitPrice": 1825.627,
          "stopDistance": 2.499,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 143
        },
        {
          "entryTs": 1642160700,
          "entryUtc": "2022-01-14T11:45:00.000Z",
          "exitTs": 1642162140,
          "dir": -1,
          "entryPrice": 1820.978,
          "exitPrice": 1823.304,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 24
        },
        {
          "entryTs": 1642171560,
          "entryUtc": "2022-01-14T14:46:00.000Z",
          "exitTs": 1642182240,
          "dir": -1,
          "entryPrice": 1823.228,
          "exitPrice": 1815.721,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 178
        },
        {
          "entryTs": 1642471860,
          "entryUtc": "2022-01-18T02:11:00.000Z",
          "exitTs": 1642476600,
          "dir": 1,
          "entryPrice": 1821.488,
          "exitPrice": 1820.058,
          "stopDistance": 1.43,
          "outcome": "stop",
          "netR": -1.2937,
          "holdMinutes": 79
        },
        {
          "entryTs": 1642478520,
          "entryUtc": "2022-01-18T04:02:00.000Z",
          "exitTs": 1642495620,
          "dir": -1,
          "entryPrice": 1816.788,
          "exitPrice": 1812.966,
          "stopDistance": 1.911,
          "outcome": "target",
          "netR": 1.8064,
          "holdMinutes": 285
        },
        {
          "entryTs": 1642507320,
          "entryUtc": "2022-01-18T12:02:00.000Z",
          "exitTs": 1642511460,
          "dir": 1,
          "entryPrice": 1812.958,
          "exitPrice": 1810.235,
          "stopDistance": 2.723,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 69
        },
        {
          "entryTs": 1642512600,
          "entryUtc": "2022-01-18T13:30:00.000Z",
          "exitTs": 1642512660,
          "dir": -1,
          "entryPrice": 1807.968,
          "exitPrice": 1811.435,
          "stopDistance": 3.467,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 1
        },
        {
          "entryTs": 1642514760,
          "entryUtc": "2022-01-18T14:06:00.000Z",
          "exitTs": 1642515420,
          "dir": 1,
          "entryPrice": 1817.138,
          "exitPrice": 1812.591,
          "stopDistance": 4.546,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 11
        },
        {
          "entryTs": 1642533180,
          "entryUtc": "2022-01-18T19:13:00.000Z",
          "exitTs": 1642598400,
          "dir": -1,
          "entryPrice": 1815.418,
          "exitPrice": 1820.804,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 1087
        },
        {
          "entryTs": 1642604400,
          "entryUtc": "2022-01-19T15:00:00.000Z",
          "exitTs": 1642604700,
          "dir": 1,
          "entryPrice": 1826.608,
          "exitPrice": 1832.943,
          "stopDistance": 3.168,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 5
        },
        {
          "entryTs": 1642646700,
          "entryUtc": "2022-01-20T02:45:00.000Z",
          "exitTs": 1642681380,
          "dir": -1,
          "entryPrice": 1840.888,
          "exitPrice": 1835.869,
          "stopDistance": 2.509,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 578
        },
        {
          "entryTs": 1642689900,
          "entryUtc": "2022-01-20T14:45:00.000Z",
          "exitTs": 1642691400,
          "dir": 1,
          "entryPrice": 1841.844,
          "exitPrice": 1847.717,
          "stopDistance": 2.936,
          "outcome": "target",
          "netR": 1.874,
          "holdMinutes": 25
        },
        {
          "entryTs": 1642697160,
          "entryUtc": "2022-01-20T16:46:00.000Z",
          "exitTs": 1642753020,
          "dir": -1,
          "entryPrice": 1840.838,
          "exitPrice": 1832.605,
          "stopDistance": 4.117,
          "outcome": "target",
          "netR": 1.9101,
          "holdMinutes": 931
        },
        {
          "entryTs": 1642758360,
          "entryUtc": "2022-01-21T09:46:00.000Z",
          "exitTs": 1642768140,
          "dir": -1,
          "entryPrice": 1833.298,
          "exitPrice": 1836.084,
          "stopDistance": 2.786,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 163
        },
        {
          "entryTs": 1642777800,
          "entryUtc": "2022-01-21T15:10:00.000Z",
          "exitTs": 1642778700,
          "dir": 1,
          "entryPrice": 1836.704,
          "exitPrice": 1833.403,
          "stopDistance": 3.301,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643004900,
          "entryUtc": "2022-01-24T06:15:00.000Z",
          "exitTs": 1643015400,
          "dir": 1,
          "entryPrice": 1838.048,
          "exitPrice": 1841.898,
          "stopDistance": 1.925,
          "outcome": "target",
          "netR": 1.8078,
          "holdMinutes": 175
        },
        {
          "entryTs": 1643017140,
          "entryUtc": "2022-01-24T09:39:00.000Z",
          "exitTs": 1643020140,
          "dir": 1,
          "entryPrice": 1842.054,
          "exitPrice": 1839.511,
          "stopDistance": 2.543,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 50
        },
        {
          "entryTs": 1643021580,
          "entryUtc": "2022-01-24T10:53:00.000Z",
          "exitTs": 1643031060,
          "dir": -1,
          "entryPrice": 1839.874,
          "exitPrice": 1842.546,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 158
        },
        {
          "entryTs": 1643033400,
          "entryUtc": "2022-01-24T14:10:00.000Z",
          "exitTs": 1643037660,
          "dir": -1,
          "entryPrice": 1837.854,
          "exitPrice": 1830.916,
          "stopDistance": 3.469,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 71
        },
        {
          "entryTs": 1643044020,
          "entryUtc": "2022-01-24T17:07:00.000Z",
          "exitTs": 1643047680,
          "dir": -1,
          "entryPrice": 1835.904,
          "exitPrice": 1840.342,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 61
        },
        {
          "entryTs": 1643102400,
          "entryUtc": "2022-01-25T09:20:00.000Z",
          "exitTs": 1643115840,
          "dir": -1,
          "entryPrice": 1838.698,
          "exitPrice": 1841.071,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 224
        },
        {
          "entryTs": 1643185020,
          "entryUtc": "2022-01-26T08:17:00.000Z",
          "exitTs": 1643190360,
          "dir": -1,
          "entryPrice": 1845.318,
          "exitPrice": 1847.086,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2375,
          "holdMinutes": 89
        },
        {
          "entryTs": 1643200200,
          "entryUtc": "2022-01-26T12:30:00.000Z",
          "exitTs": 1643203380,
          "dir": -1,
          "entryPrice": 1845.478,
          "exitPrice": 1847.567,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 53
        },
        {
          "entryTs": 1643209200,
          "entryUtc": "2022-01-26T15:00:00.000Z",
          "exitTs": 1643217120,
          "dir": -1,
          "entryPrice": 1837.338,
          "exitPrice": 1829.081,
          "stopDistance": 4.129,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 132
        },
        {
          "entryTs": 1643268600,
          "entryUtc": "2022-01-27T07:30:00.000Z",
          "exitTs": 1643283600,
          "dir": 1,
          "entryPrice": 1812.148,
          "exitPrice": 1808.919,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 250
        },
        {
          "entryTs": 1643284440,
          "entryUtc": "2022-01-27T11:54:00.000Z",
          "exitTs": 1643288400,
          "dir": -1,
          "entryPrice": 1811.634,
          "exitPrice": 1805.384,
          "stopDistance": 3.125,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 66
        },
        {
          "entryTs": 1643294400,
          "entryUtc": "2022-01-27T14:40:00.000Z",
          "exitTs": 1643296800,
          "dir": -1,
          "entryPrice": 1809.698,
          "exitPrice": 1802.425,
          "stopDistance": 3.637,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 40
        },
        {
          "entryTs": 1643369880,
          "entryUtc": "2022-01-28T11:38:00.000Z",
          "exitTs": 1643371980,
          "dir": -1,
          "entryPrice": 1783.928,
          "exitPrice": 1787.127,
          "stopDistance": 3.199,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 35
        },
        {
          "entryTs": 1643372040,
          "entryUtc": "2022-01-28T12:14:00.000Z",
          "exitTs": 1643375640,
          "dir": -1,
          "entryPrice": 1787.478,
          "exitPrice": 1790.488,
          "stopDistance": 3.01,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 60
        },
        {
          "entryTs": 1643585520,
          "entryUtc": "2022-01-30T23:32:00.000Z",
          "exitTs": 1643630040,
          "dir": -1,
          "entryPrice": 1790.458,
          "exitPrice": 1793.459,
          "stopDistance": 3.001,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 742
        },
        {
          "entryTs": 1643641200,
          "entryUtc": "2022-01-31T15:00:00.000Z",
          "exitTs": 1643693880,
          "dir": 1,
          "entryPrice": 1795.068,
          "exitPrice": 1802.02,
          "stopDistance": 3.476,
          "outcome": "target",
          "netR": 1.8936,
          "holdMinutes": 878
        },
        {
          "entryTs": 1643788800,
          "entryUtc": "2022-02-02T08:00:00.000Z",
          "exitTs": 1643789940,
          "dir": -1,
          "entryPrice": 1796.698,
          "exitPrice": 1798.711,
          "stopDistance": 2.013,
          "outcome": "stop",
          "netR": -1.2087,
          "holdMinutes": 19
        },
        {
          "entryTs": 1643791560,
          "entryUtc": "2022-02-02T08:46:00.000Z",
          "exitTs": 1643796240,
          "dir": 1,
          "entryPrice": 1798.015,
          "exitPrice": 1802.372,
          "stopDistance": 2.178,
          "outcome": "target",
          "netR": 1.8301,
          "holdMinutes": 78
        },
        {
          "entryTs": 1643854560,
          "entryUtc": "2022-02-03T02:16:00.000Z",
          "exitTs": 1643855160,
          "dir": 1,
          "entryPrice": 1808.355,
          "exitPrice": 1806.68,
          "stopDistance": 1.675,
          "outcome": "stop",
          "netR": -1.2507,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643858460,
          "entryUtc": "2022-02-03T03:21:00.000Z",
          "exitTs": 1643873520,
          "dir": -1,
          "entryPrice": 1806.745,
          "exitPrice": 1803.275,
          "stopDistance": 1.735,
          "outcome": "target",
          "netR": 1.7867,
          "holdMinutes": 251
        },
        {
          "entryTs": 1643874300,
          "entryUtc": "2022-02-03T07:45:00.000Z",
          "exitTs": 1643890380,
          "dir": -1,
          "entryPrice": 1804.528,
          "exitPrice": 1801.372,
          "stopDistance": 1.578,
          "outcome": "target",
          "netR": 1.7655,
          "holdMinutes": 268
        },
        {
          "entryTs": 1643892240,
          "entryUtc": "2022-02-03T12:44:00.000Z",
          "exitTs": 1643897040,
          "dir": -1,
          "entryPrice": 1802.458,
          "exitPrice": 1804.664,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 80
        },
        {
          "entryTs": 1643901240,
          "entryUtc": "2022-02-03T15:14:00.000Z",
          "exitTs": 1643901300,
          "dir": -1,
          "entryPrice": 1796.208,
          "exitPrice": 1800.362,
          "stopDistance": 4.154,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 1
        },
        {
          "entryTs": 1643951820,
          "entryUtc": "2022-02-04T05:17:00.000Z",
          "exitTs": 1643958360,
          "dir": -1,
          "entryPrice": 1806.838,
          "exitPrice": 1808.29,
          "stopDistance": 1.452,
          "outcome": "stop",
          "netR": -1.2893,
          "holdMinutes": 109
        },
        {
          "entryTs": 1643959800,
          "entryUtc": "2022-02-04T07:30:00.000Z",
          "exitTs": 1643968500,
          "dir": 1,
          "entryPrice": 1807.348,
          "exitPrice": 1810.282,
          "stopDistance": 1.467,
          "outcome": "target",
          "netR": 1.7478,
          "holdMinutes": 145
        },
        {
          "entryTs": 1643972640,
          "entryUtc": "2022-02-04T11:04:00.000Z",
          "exitTs": 1643973660,
          "dir": 1,
          "entryPrice": 1812.508,
          "exitPrice": 1810.476,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 17
        },
        {
          "entryTs": 1643981400,
          "entryUtc": "2022-02-04T13:30:00.000Z",
          "exitTs": 1643981400,
          "dir": 1,
          "entryPrice": 1812.548,
          "exitPrice": 1810.166,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 0
        },
        {
          "entryTs": 1643983980,
          "entryUtc": "2022-02-04T14:13:00.000Z",
          "exitTs": 1643985660,
          "dir": -1,
          "entryPrice": 1800.638,
          "exitPrice": 1804.995,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 28
        },
        {
          "entryTs": 1644197580,
          "entryUtc": "2022-02-07T01:33:00.000Z",
          "exitTs": 1644238260,
          "dir": 1,
          "entryPrice": 1808.728,
          "exitPrice": 1814.14,
          "stopDistance": 2.706,
          "outcome": "target",
          "netR": 1.8633,
          "holdMinutes": 678
        },
        {
          "entryTs": 1644240840,
          "entryUtc": "2022-02-07T13:34:00.000Z",
          "exitTs": 1644242100,
          "dir": 1,
          "entryPrice": 1814.368,
          "exitPrice": 1811.938,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1728,
          "holdMinutes": 21
        },
        {
          "entryTs": 1644248940,
          "entryUtc": "2022-02-07T15:49:00.000Z",
          "exitTs": 1644258540,
          "dir": 1,
          "entryPrice": 1814.588,
          "exitPrice": 1821.096,
          "stopDistance": 3.254,
          "outcome": "target",
          "netR": 1.8863,
          "holdMinutes": 160
        },
        {
          "entryTs": 1644298200,
          "entryUtc": "2022-02-08T05:30:00.000Z",
          "exitTs": 1644304980,
          "dir": -1,
          "entryPrice": 1819.728,
          "exitPrice": 1816.798,
          "stopDistance": 1.465,
          "outcome": "target",
          "netR": 1.7474,
          "holdMinutes": 113
        },
        {
          "entryTs": 1644307200,
          "entryUtc": "2022-02-08T08:00:00.000Z",
          "exitTs": 1644309480,
          "dir": -1,
          "entryPrice": 1817.778,
          "exitPrice": 1819.619,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 38
        },
        {
          "entryTs": 1644312600,
          "entryUtc": "2022-02-08T09:30:00.000Z",
          "exitTs": 1644316260,
          "dir": -1,
          "entryPrice": 1818.284,
          "exitPrice": 1820.498,
          "stopDistance": 2.214,
          "outcome": "stop",
          "netR": -1.1897,
          "holdMinutes": 61
        },
        {
          "entryTs": 1644330840,
          "entryUtc": "2022-02-08T14:34:00.000Z",
          "exitTs": 1644333960,
          "dir": 1,
          "entryPrice": 1820.998,
          "exitPrice": 1826.19,
          "stopDistance": 2.596,
          "outcome": "target",
          "netR": 1.8575,
          "holdMinutes": 52
        },
        {
          "entryTs": 1644335700,
          "entryUtc": "2022-02-08T15:55:00.000Z",
          "exitTs": 1644411720,
          "dir": 1,
          "entryPrice": 1825.608,
          "exitPrice": 1831.989,
          "stopDistance": 3.191,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1644414000,
          "entryUtc": "2022-02-09T13:40:00.000Z",
          "exitTs": 1644414840,
          "dir": 1,
          "entryPrice": 1828.948,
          "exitPrice": 1826.719,
          "stopDistance": 2.229,
          "outcome": "stop",
          "netR": -1.1884,
          "holdMinutes": 14
        },
        {
          "entryTs": 1644457860,
          "entryUtc": "2022-02-10T01:51:00.000Z",
          "exitTs": 1644481740,
          "dir": 1,
          "entryPrice": 1833.174,
          "exitPrice": 1831.564,
          "stopDistance": 1.61,
          "outcome": "stop",
          "netR": -1.2609,
          "holdMinutes": 398
        },
        {
          "entryTs": 1644483120,
          "entryUtc": "2022-02-10T08:52:00.000Z",
          "exitTs": 1644491040,
          "dir": -1,
          "entryPrice": 1831.878,
          "exitPrice": 1833.564,
          "stopDistance": 1.686,
          "outcome": "stop",
          "netR": -1.2492,
          "holdMinutes": 132
        },
        {
          "entryTs": 1644505200,
          "entryUtc": "2022-02-10T15:00:00.000Z",
          "exitTs": 1644507300,
          "dir": 1,
          "entryPrice": 1830.488,
          "exitPrice": 1839.338,
          "stopDistance": 4.425,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 35
        },
        {
          "entryTs": 1644583920,
          "entryUtc": "2022-02-11T12:52:00.000Z",
          "exitTs": 1644586800,
          "dir": 1,
          "entryPrice": 1829.468,
          "exitPrice": 1827.033,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 48
        },
        {
          "entryTs": 1644588720,
          "entryUtc": "2022-02-11T14:12:00.000Z",
          "exitTs": 1644590760,
          "dir": -1,
          "entryPrice": 1828.788,
          "exitPrice": 1831.815,
          "stopDistance": 3.027,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 34
        },
        {
          "entryTs": 1644595920,
          "entryUtc": "2022-02-11T16:12:00.000Z",
          "exitTs": 1644599880,
          "dir": 1,
          "entryPrice": 1833.034,
          "exitPrice": 1840.36,
          "stopDistance": 3.663,
          "outcome": "target",
          "netR": 1.899,
          "holdMinutes": 66
        },
        {
          "entryTs": 1644606900,
          "entryUtc": "2022-02-11T19:15:00.000Z",
          "exitTs": 1644793200,
          "dir": 1,
          "entryPrice": 1854.738,
          "exitPrice": 1860.248,
          "stopDistance": 5.543,
          "outcome": "time",
          "netR": 0.9272,
          "holdMinutes": 3105
        },
        {
          "entryTs": 1644830100,
          "entryUtc": "2022-02-14T09:15:00.000Z",
          "exitTs": 1644842580,
          "dir": 1,
          "entryPrice": 1855.508,
          "exitPrice": 1852.22,
          "stopDistance": 3.288,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 208
        },
        {
          "entryTs": 1644844140,
          "entryUtc": "2022-02-14T13:09:00.000Z",
          "exitTs": 1644845940,
          "dir": -1,
          "entryPrice": 1856.118,
          "exitPrice": 1859.725,
          "stopDistance": 3.607,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 30
        },
        {
          "entryTs": 1644866100,
          "entryUtc": "2022-02-14T19:15:00.000Z",
          "exitTs": 1644914580,
          "dir": 1,
          "entryPrice": 1870.774,
          "exitPrice": 1866.077,
          "stopDistance": 4.697,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 808
        },
        {
          "entryTs": 1644929580,
          "entryUtc": "2022-02-15T12:53:00.000Z",
          "exitTs": 1644934320,
          "dir": -1,
          "entryPrice": 1850.438,
          "exitPrice": 1855.177,
          "stopDistance": 4.739,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 79
        },
        {
          "entryTs": 1644935400,
          "entryUtc": "2022-02-15T14:30:00.000Z",
          "exitTs": 1644935700,
          "dir": 1,
          "entryPrice": 1853.424,
          "exitPrice": 1847.658,
          "stopDistance": 5.766,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 5
        },
        {
          "entryTs": 1644995940,
          "entryUtc": "2022-02-16T07:19:00.000Z",
          "exitTs": 1645004820,
          "dir": 1,
          "entryPrice": 1854.435,
          "exitPrice": 1857.85,
          "stopDistance": 1.708,
          "outcome": "target",
          "netR": 1.7833,
          "holdMinutes": 148
        },
        {
          "entryTs": 1645006860,
          "entryUtc": "2022-02-16T10:21:00.000Z",
          "exitTs": 1645008300,
          "dir": 1,
          "entryPrice": 1855.918,
          "exitPrice": 1853.992,
          "stopDistance": 1.926,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 24
        },
        {
          "entryTs": 1645012380,
          "entryUtc": "2022-02-16T11:53:00.000Z",
          "exitTs": 1645015500,
          "dir": -1,
          "entryPrice": 1856.108,
          "exitPrice": 1851.639,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 52
        },
        {
          "entryTs": 1645023600,
          "entryUtc": "2022-02-16T15:00:00.000Z",
          "exitTs": 1645032540,
          "dir": 1,
          "entryPrice": 1861.544,
          "exitPrice": 1868.877,
          "stopDistance": 3.667,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 149
        },
        {
          "entryTs": 1645047960,
          "entryUtc": "2022-02-16T21:46:00.000Z",
          "exitTs": 1645070340,
          "dir": -1,
          "entryPrice": 1868.698,
          "exitPrice": 1872.801,
          "stopDistance": 4.103,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 373
        },
        {
          "entryTs": 1645071960,
          "entryUtc": "2022-02-17T04:26:00.000Z",
          "exitTs": 1645086360,
          "dir": 1,
          "entryPrice": 1872.098,
          "exitPrice": 1878.136,
          "stopDistance": 3.019,
          "outcome": "target",
          "netR": 1.8774,
          "holdMinutes": 240
        },
        {
          "entryTs": 1645091100,
          "entryUtc": "2022-02-17T09:45:00.000Z",
          "exitTs": 1645092720,
          "dir": 1,
          "entryPrice": 1890.308,
          "exitPrice": 1884.975,
          "stopDistance": 5.333,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 27
        },
        {
          "entryTs": 1645094940,
          "entryUtc": "2022-02-17T10:49:00.000Z",
          "exitTs": 1645104300,
          "dir": -1,
          "entryPrice": 1886.688,
          "exitPrice": 1892.075,
          "stopDistance": 5.387,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 156
        },
        {
          "entryTs": 1645106460,
          "entryUtc": "2022-02-17T14:01:00.000Z",
          "exitTs": 1645107060,
          "dir": 1,
          "entryPrice": 1891.368,
          "exitPrice": 1886.61,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 10
        },
        {
          "entryTs": 1645108260,
          "entryUtc": "2022-02-17T14:31:00.000Z",
          "exitTs": 1645119900,
          "dir": -1,
          "entryPrice": 1893.738,
          "exitPrice": 1899.717,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 194
        },
        {
          "entryTs": 1645150620,
          "entryUtc": "2022-02-18T02:17:00.000Z",
          "exitTs": 1645171620,
          "dir": -1,
          "entryPrice": 1890.628,
          "exitPrice": 1894.255,
          "stopDistance": 3.627,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 350
        },
        {
          "entryTs": 1645173240,
          "entryUtc": "2022-02-18T08:34:00.000Z",
          "exitTs": 1645179840,
          "dir": 1,
          "entryPrice": 1893.388,
          "exitPrice": 1890.617,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 110
        },
        {
          "entryTs": 1645181400,
          "entryUtc": "2022-02-18T10:50:00.000Z",
          "exitTs": 1645188240,
          "dir": -1,
          "entryPrice": 1889.495,
          "exitPrice": 1892.75,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 114
        },
        {
          "entryTs": 1645194600,
          "entryUtc": "2022-02-18T14:30:00.000Z",
          "exitTs": 1645199040,
          "dir": 1,
          "entryPrice": 1895.008,
          "exitPrice": 1891.332,
          "stopDistance": 3.676,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 74
        },
        {
          "entryTs": 1645200120,
          "entryUtc": "2022-02-18T16:02:00.000Z",
          "exitTs": 1645205460,
          "dir": -1,
          "entryPrice": 1892.678,
          "exitPrice": 1897.262,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 89
        },
        {
          "entryTs": 1645404780,
          "entryUtc": "2022-02-21T00:53:00.000Z",
          "exitTs": 1645404900,
          "dir": 1,
          "entryPrice": 1903.268,
          "exitPrice": 1899.639,
          "stopDistance": 3.629,
          "outcome": "stop",
          "netR": -1.1157,
          "holdMinutes": 2
        },
        {
          "entryTs": 1645435680,
          "entryUtc": "2022-02-21T09:28:00.000Z",
          "exitTs": 1645469460,
          "dir": 1,
          "entryPrice": 1895.168,
          "exitPrice": 1902.4,
          "stopDistance": 3.616,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 563
        },
        {
          "entryTs": 1645486200,
          "entryUtc": "2022-02-21T23:30:00.000Z",
          "exitTs": 1645492080,
          "dir": 1,
          "entryPrice": 1909.611,
          "exitPrice": 1905.421,
          "stopDistance": 4.19,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 98
        },
        {
          "entryTs": 1645495560,
          "entryUtc": "2022-02-22T02:06:00.000Z",
          "exitTs": 1645518600,
          "dir": 1,
          "entryPrice": 1907.998,
          "exitPrice": 1903.516,
          "stopDistance": 4.482,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 384
        },
        {
          "entryTs": 1645521300,
          "entryUtc": "2022-02-22T09:15:00.000Z",
          "exitTs": 1645536660,
          "dir": -1,
          "entryPrice": 1900.068,
          "exitPrice": 1904.833,
          "stopDistance": 4.765,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 256
        },
        {
          "entryTs": 1645546560,
          "entryUtc": "2022-02-22T16:16:00.000Z",
          "exitTs": 1645553280,
          "dir": -1,
          "entryPrice": 1899.828,
          "exitPrice": 1904.838,
          "stopDistance": 5.01,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 112
        },
        {
          "entryTs": 1645581840,
          "entryUtc": "2022-02-23T02:04:00.000Z",
          "exitTs": 1645593840,
          "dir": -1,
          "entryPrice": 1899.208,
          "exitPrice": 1894.62,
          "stopDistance": 2.294,
          "outcome": "target",
          "netR": 1.8387,
          "holdMinutes": 200
        },
        {
          "entryTs": 1645598820,
          "entryUtc": "2022-02-23T06:47:00.000Z",
          "exitTs": 1645606260,
          "dir": -1,
          "entryPrice": 1897.145,
          "exitPrice": 1893.396,
          "stopDistance": 1.874,
          "outcome": "target",
          "netR": 1.8026,
          "holdMinutes": 124
        },
        {
          "entryTs": 1645624140,
          "entryUtc": "2022-02-23T13:49:00.000Z",
          "exitTs": 1645628400,
          "dir": 1,
          "entryPrice": 1899.278,
          "exitPrice": 1906.702,
          "stopDistance": 3.712,
          "outcome": "target",
          "netR": 1.9003,
          "holdMinutes": 71
        },
        {
          "entryTs": 1645650900,
          "entryUtc": "2022-02-23T21:15:00.000Z",
          "exitTs": 1645670700,
          "dir": 1,
          "entryPrice": 1908.598,
          "exitPrice": 1915.22,
          "stopDistance": 3.311,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 330
        },
        {
          "entryTs": 1645678140,
          "entryUtc": "2022-02-24T04:49:00.000Z",
          "exitTs": 1645696620,
          "dir": 1,
          "entryPrice": 1938.318,
          "exitPrice": 1951.891,
          "stopDistance": 6.786,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 308
        },
        {
          "entryTs": 1645703580,
          "entryUtc": "2022-02-24T11:53:00.000Z",
          "exitTs": 1645705320,
          "dir": 1,
          "entryPrice": 1965.898,
          "exitPrice": 1957.299,
          "stopDistance": 8.599,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 29
        },
        {
          "entryTs": 1645707720,
          "entryUtc": "2022-02-24T13:02:00.000Z",
          "exitTs": 1645713180,
          "dir": -1,
          "entryPrice": 1964.783,
          "exitPrice": 1947.875,
          "stopDistance": 8.454,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 91
        },
        {
          "entryTs": 1645715220,
          "entryUtc": "2022-02-24T15:07:00.000Z",
          "exitTs": 1645716000,
          "dir": -1,
          "entryPrice": 1940.338,
          "exitPrice": 1918.403,
          "stopDistance": 10.967,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 13
        },
        {
          "entryTs": 1645718280,
          "entryUtc": "2022-02-24T15:58:00.000Z",
          "exitTs": 1645730040,
          "dir": -1,
          "entryPrice": 1928.798,
          "exitPrice": 1903.48,
          "stopDistance": 12.659,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 196
        },
        {
          "entryTs": 1645734420,
          "entryUtc": "2022-02-24T20:27:00.000Z",
          "exitTs": 1645738080,
          "dir": -1,
          "entryPrice": 1891.878,
          "exitPrice": 1904.794,
          "stopDistance": 12.916,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 61
        },
        {
          "entryTs": 1645790520,
          "entryUtc": "2022-02-25T12:02:00.000Z",
          "exitTs": 1645797060,
          "dir": -1,
          "entryPrice": 1900.848,
          "exitPrice": 1887.37,
          "stopDistance": 6.739,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 109
        },
        {
          "entryTs": 1646005140,
          "entryUtc": "2022-02-27T23:39:00.000Z",
          "exitTs": 1646033160,
          "dir": 1,
          "entryPrice": 1905.368,
          "exitPrice": 1896.59,
          "stopDistance": 8.778,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 467
        },
        {
          "entryTs": 1646037060,
          "entryUtc": "2022-02-28T08:31:00.000Z",
          "exitTs": 1646045640,
          "dir": -1,
          "entryPrice": 1900.638,
          "exitPrice": 1906.62,
          "stopDistance": 5.982,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 143
        },
        {
          "entryTs": 1646054640,
          "entryUtc": "2022-02-28T13:24:00.000Z",
          "exitTs": 1646064600,
          "dir": 1,
          "entryPrice": 1909.26,
          "exitPrice": 1903.919,
          "stopDistance": 5.341,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 166
        },
        {
          "entryTs": 1646068620,
          "entryUtc": "2022-02-28T17:17:00.000Z",
          "exitTs": 1646076180,
          "dir": -1,
          "entryPrice": 1894.203,
          "exitPrice": 1901.832,
          "stopDistance": 7.629,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 126
        },
        {
          "entryTs": 1646140560,
          "entryUtc": "2022-03-01T13:16:00.000Z",
          "exitTs": 1646146560,
          "dir": -1,
          "entryPrice": 1920.117,
          "exitPrice": 1925.496,
          "stopDistance": 5.379,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 100
        },
        {
          "entryTs": 1646150580,
          "entryUtc": "2022-03-01T16:03:00.000Z",
          "exitTs": 1646158560,
          "dir": 1,
          "entryPrice": 1924.318,
          "exitPrice": 1937.704,
          "stopDistance": 6.693,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 133
        },
        {
          "entryTs": 1646188620,
          "entryUtc": "2022-03-02T02:37:00.000Z",
          "exitTs": 1646201100,
          "dir": 1,
          "entryPrice": 1937.688,
          "exitPrice": 1932.773,
          "stopDistance": 4.915,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 208
        },
        {
          "entryTs": 1646211360,
          "entryUtc": "2022-03-02T08:56:00.000Z",
          "exitTs": 1646216760,
          "dir": -1,
          "entryPrice": 1938.938,
          "exitPrice": 1927.998,
          "stopDistance": 5.47,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 90
        },
        {
          "entryTs": 1646218860,
          "entryUtc": "2022-03-02T11:01:00.000Z",
          "exitTs": 1646234940,
          "dir": -1,
          "entryPrice": 1927.336,
          "exitPrice": 1935.135,
          "stopDistance": 7.799,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 268
        },
        {
          "entryTs": 1646236800,
          "entryUtc": "2022-03-02T16:00:00.000Z",
          "exitTs": 1646307060,
          "dir": -1,
          "entryPrice": 1927.818,
          "exitPrice": 1936.149,
          "stopDistance": 8.331,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 1171
        },
        {
          "entryTs": 1646312940,
          "entryUtc": "2022-03-03T13:09:00.000Z",
          "exitTs": 1646337840,
          "dir": -1,
          "entryPrice": 1932.528,
          "exitPrice": 1937.216,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 415
        },
        {
          "entryTs": 1646355600,
          "entryUtc": "2022-03-04T01:00:00.000Z",
          "exitTs": 1646357040,
          "dir": 1,
          "entryPrice": 1944.768,
          "exitPrice": 1939.775,
          "stopDistance": 4.993,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 24
        },
        {
          "entryTs": 1646360280,
          "entryUtc": "2022-03-04T02:18:00.000Z",
          "exitTs": 1646385420,
          "dir": -1,
          "entryPrice": 1936.458,
          "exitPrice": 1942.434,
          "stopDistance": 5.976,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 419
        },
        {
          "entryTs": 1646618700,
          "entryUtc": "2022-03-07T02:05:00.000Z",
          "exitTs": 1646620380,
          "dir": 1,
          "entryPrice": 1995.208,
          "exitPrice": 1988.041,
          "stopDistance": 7.167,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 28
        },
        {
          "entryTs": 1646634600,
          "entryUtc": "2022-03-07T06:30:00.000Z",
          "exitTs": 1646638560,
          "dir": -1,
          "entryPrice": 1981.148,
          "exitPrice": 1987.455,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 66
        },
        {
          "entryTs": 1646661360,
          "entryUtc": "2022-03-07T13:56:00.000Z",
          "exitTs": 1646664480,
          "dir": -1,
          "entryPrice": 1974.448,
          "exitPrice": 1983.519,
          "stopDistance": 9.071,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 52
        },
        {
          "entryTs": 1646707620,
          "entryUtc": "2022-03-08T02:47:00.000Z",
          "exitTs": 1646719260,
          "dir": -1,
          "entryPrice": 1988.328,
          "exitPrice": 1994.501,
          "stopDistance": 6.173,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 194
        },
        {
          "entryTs": 1646727180,
          "entryUtc": "2022-03-08T08:13:00.000Z",
          "exitTs": 1646727420,
          "dir": 1,
          "entryPrice": 2012.82,
          "exitPrice": 2005.78,
          "stopDistance": 7.04,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 4
        },
        {
          "entryTs": 1646729340,
          "entryUtc": "2022-03-08T08:49:00.000Z",
          "exitTs": 1646745120,
          "dir": -1,
          "entryPrice": 2007.783,
          "exitPrice": 2016.45,
          "stopDistance": 8.667,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 263
        },
        {
          "entryTs": 1646759640,
          "entryUtc": "2022-03-08T17:14:00.000Z",
          "exitTs": 1646760780,
          "dir": 1,
          "entryPrice": 2041.638,
          "exitPrice": 2028.536,
          "stopDistance": 13.102,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 19
        },
        {
          "entryTs": 1646764260,
          "entryUtc": "2022-03-08T18:31:00.000Z",
          "exitTs": 1646830920,
          "dir": -1,
          "entryPrice": 2041.162,
          "exitPrice": 2003.009,
          "stopDistance": 19.076,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 1111
        },
        {
          "entryTs": 1646835300,
          "entryUtc": "2022-03-09T14:15:00.000Z",
          "exitTs": 1646842440,
          "dir": -1,
          "entryPrice": 1991.218,
          "exitPrice": 2003.646,
          "stopDistance": 12.428,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 119
        },
        {
          "entryTs": 1646845800,
          "entryUtc": "2022-03-09T17:10:00.000Z",
          "exitTs": 1646847360,
          "dir": 1,
          "entryPrice": 1998.008,
          "exitPrice": 1986.043,
          "stopDistance": 11.965,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 26
        },
        {
          "entryTs": 1646883360,
          "entryUtc": "2022-03-10T03:36:00.000Z",
          "exitTs": 1646893440,
          "dir": -1,
          "entryPrice": 1977.588,
          "exitPrice": 1985.492,
          "stopDistance": 7.904,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 168
        },
        {
          "entryTs": 1646894760,
          "entryUtc": "2022-03-10T06:46:00.000Z",
          "exitTs": 1646896080,
          "dir": 1,
          "entryPrice": 1984.798,
          "exitPrice": 1979.283,
          "stopDistance": 5.515,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646904600,
          "entryUtc": "2022-03-10T09:30:00.000Z",
          "exitTs": 1646906880,
          "dir": -1,
          "entryPrice": 1982.082,
          "exitPrice": 1988.847,
          "stopDistance": 6.765,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 38
        },
        {
          "entryTs": 1646914500,
          "entryUtc": "2022-03-10T12:15:00.000Z",
          "exitTs": 1646920260,
          "dir": 1,
          "entryPrice": 2001.548,
          "exitPrice": 1992.861,
          "stopDistance": 8.687,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 96
        },
        {
          "entryTs": 1646921700,
          "entryUtc": "2022-03-10T14:15:00.000Z",
          "exitTs": 1646997840,
          "dir": -1,
          "entryPrice": 2000.145,
          "exitPrice": 1980.675,
          "stopDistance": 9.735,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 1269
        },
        {
          "entryTs": 1646999520,
          "entryUtc": "2022-03-11T11:52:00.000Z",
          "exitTs": 1647000840,
          "dir": -1,
          "entryPrice": 1983.368,
          "exitPrice": 1968.8,
          "stopDistance": 7.284,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 22
        },
        {
          "entryTs": 1647005460,
          "entryUtc": "2022-03-11T13:31:00.000Z",
          "exitTs": 1647006360,
          "dir": 1,
          "entryPrice": 1970.332,
          "exitPrice": 1960.254,
          "stopDistance": 10.079,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 15
        },
        {
          "entryTs": 1647211560,
          "entryUtc": "2022-03-13T22:46:00.000Z",
          "exitTs": 1647211740,
          "dir": -1,
          "entryPrice": 1975.618,
          "exitPrice": 1983.204,
          "stopDistance": 7.586,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 3
        },
        {
          "entryTs": 1647213480,
          "entryUtc": "2022-03-13T23:18:00.000Z",
          "exitTs": 1647245220,
          "dir": 1,
          "entryPrice": 1977.348,
          "exitPrice": 1969.361,
          "stopDistance": 7.987,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 529
        },
        {
          "entryTs": 1647247260,
          "entryUtc": "2022-03-14T08:41:00.000Z",
          "exitTs": 1647250500,
          "dir": -1,
          "entryPrice": 1972.406,
          "exitPrice": 1962.718,
          "stopDistance": 4.844,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 54
        },
        {
          "entryTs": 1647258300,
          "entryUtc": "2022-03-14T11:45:00.000Z",
          "exitTs": 1647258840,
          "dir": -1,
          "entryPrice": 1959.791,
          "exitPrice": 1965.729,
          "stopDistance": 5.938,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 9
        },
        {
          "entryTs": 1647261420,
          "entryUtc": "2022-03-14T12:37:00.000Z",
          "exitTs": 1647265560,
          "dir": 1,
          "entryPrice": 1962.398,
          "exitPrice": 1956.036,
          "stopDistance": 6.362,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 69
        },
        {
          "entryTs": 1647305040,
          "entryUtc": "2022-03-15T00:44:00.000Z",
          "exitTs": 1647307200,
          "dir": -1,
          "entryPrice": 1951.168,
          "exitPrice": 1942.559,
          "stopDistance": 4.304,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 36
        },
        {
          "entryTs": 1647310140,
          "entryUtc": "2022-03-15T02:09:00.000Z",
          "exitTs": 1647320460,
          "dir": -1,
          "entryPrice": 1944.468,
          "exitPrice": 1934.475,
          "stopDistance": 4.996,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 172
        },
        {
          "entryTs": 1647322320,
          "entryUtc": "2022-03-15T05:32:00.000Z",
          "exitTs": 1647341760,
          "dir": -1,
          "entryPrice": 1933.338,
          "exitPrice": 1924.469,
          "stopDistance": 4.434,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 324
        },
        {
          "entryTs": 1647343020,
          "entryUtc": "2022-03-15T11:17:00.000Z",
          "exitTs": 1647353580,
          "dir": -1,
          "entryPrice": 1925.923,
          "exitPrice": 1912.676,
          "stopDistance": 6.624,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 176
        },
        {
          "entryTs": 1647355740,
          "entryUtc": "2022-03-15T14:49:00.000Z",
          "exitTs": 1647359700,
          "dir": -1,
          "entryPrice": 1915.108,
          "exitPrice": 1923.755,
          "stopDistance": 8.647,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 66
        },
        {
          "entryTs": 1647369900,
          "entryUtc": "2022-03-15T18:45:00.000Z",
          "exitTs": 1647418740,
          "dir": 1,
          "entryPrice": 1920.848,
          "exitPrice": 1912.335,
          "stopDistance": 8.513,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 814
        },
        {
          "entryTs": 1647427080,
          "entryUtc": "2022-03-16T10:38:00.000Z",
          "exitTs": 1647430860,
          "dir": -1,
          "entryPrice": 1920.698,
          "exitPrice": 1925.026,
          "stopDistance": 4.328,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 63
        },
        {
          "entryTs": 1647435000,
          "entryUtc": "2022-03-16T12:50:00.000Z",
          "exitTs": 1647440100,
          "dir": -1,
          "entryPrice": 1919.688,
          "exitPrice": 1909.778,
          "stopDistance": 4.955,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 85
        },
        {
          "entryTs": 1647441480,
          "entryUtc": "2022-03-16T14:38:00.000Z",
          "exitTs": 1647454620,
          "dir": -1,
          "entryPrice": 1911.898,
          "exitPrice": 1898.76,
          "stopDistance": 6.569,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 219
        },
        {
          "entryTs": 1647512520,
          "entryUtc": "2022-03-17T10:22:00.000Z",
          "exitTs": 1647519780,
          "dir": 1,
          "entryPrice": 1940.268,
          "exitPrice": 1935.789,
          "stopDistance": 4.479,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 121
        },
        {
          "entryTs": 1647555900,
          "entryUtc": "2022-03-17T22:25:00.000Z",
          "exitTs": 1647569700,
          "dir": 1,
          "entryPrice": 1940.848,
          "exitPrice": 1936.487,
          "stopDistance": 4.361,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 230
        },
        {
          "entryTs": 1647576720,
          "entryUtc": "2022-03-18T04:12:00.000Z",
          "exitTs": 1647600300,
          "dir": 1,
          "entryPrice": 1933.393,
          "exitPrice": 1929.187,
          "stopDistance": 4.206,
          "outcome": "stop",
          "netR": -1.0999,
          "holdMinutes": 393
        },
        {
          "entryTs": 1647610380,
          "entryUtc": "2022-03-18T13:33:00.000Z",
          "exitTs": 1647630120,
          "dir": -1,
          "entryPrice": 1932.318,
          "exitPrice": 1920.312,
          "stopDistance": 6.003,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 329
        },
        {
          "entryTs": 1647828600,
          "entryUtc": "2022-03-21T02:10:00.000Z",
          "exitTs": 1647843000,
          "dir": 1,
          "entryPrice": 1927.098,
          "exitPrice": 1923.036,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 240
        },
        {
          "entryTs": 1647856560,
          "entryUtc": "2022-03-21T09:56:00.000Z",
          "exitTs": 1647857820,
          "dir": -1,
          "entryPrice": 1924.848,
          "exitPrice": 1927.931,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 21
        },
        {
          "entryTs": 1647858600,
          "entryUtc": "2022-03-21T10:30:00.000Z",
          "exitTs": 1647865380,
          "dir": 1,
          "entryPrice": 1924.928,
          "exitPrice": 1921.661,
          "stopDistance": 3.267,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 113
        },
        {
          "entryTs": 1647873900,
          "entryUtc": "2022-03-21T14:45:00.000Z",
          "exitTs": 1647882360,
          "dir": 1,
          "entryPrice": 1933.698,
          "exitPrice": 1929.001,
          "stopDistance": 4.697,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 141
        },
        {
          "entryTs": 1647887760,
          "entryUtc": "2022-03-21T18:36:00.000Z",
          "exitTs": 1647889020,
          "dir": -1,
          "entryPrice": 1934.228,
          "exitPrice": 1939.136,
          "stopDistance": 4.908,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 21
        },
        {
          "entryTs": 1647937800,
          "entryUtc": "2022-03-22T08:30:00.000Z",
          "exitTs": 1647956040,
          "dir": -1,
          "entryPrice": 1929.178,
          "exitPrice": 1922.017,
          "stopDistance": 3.58,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 304
        },
        {
          "entryTs": 1647960660,
          "entryUtc": "2022-03-22T14:51:00.000Z",
          "exitTs": 1647966000,
          "dir": -1,
          "entryPrice": 1915.788,
          "exitPrice": 1921.357,
          "stopDistance": 5.569,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 89
        },
        {
          "entryTs": 1648018920,
          "entryUtc": "2022-03-23T07:02:00.000Z",
          "exitTs": 1648022520,
          "dir": -1,
          "entryPrice": 1918.788,
          "exitPrice": 1921.169,
          "stopDistance": 2.381,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 60
        },
        {
          "entryTs": 1648034760,
          "entryUtc": "2022-03-23T11:26:00.000Z",
          "exitTs": 1648038240,
          "dir": 1,
          "entryPrice": 1928.498,
          "exitPrice": 1925.287,
          "stopDistance": 3.211,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 58
        },
        {
          "entryTs": 1648045020,
          "entryUtc": "2022-03-23T14:17:00.000Z",
          "exitTs": 1648050240,
          "dir": 1,
          "entryPrice": 1930.509,
          "exitPrice": 1926.279,
          "stopDistance": 4.23,
          "outcome": "stop",
          "netR": -1.0993,
          "holdMinutes": 87
        },
        {
          "entryTs": 1648051980,
          "entryUtc": "2022-03-23T16:13:00.000Z",
          "exitTs": 1648054140,
          "dir": -1,
          "entryPrice": 1930.053,
          "exitPrice": 1934.855,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 36
        },
        {
          "entryTs": 1648067220,
          "entryUtc": "2022-03-23T20:27:00.000Z",
          "exitTs": 1648086780,
          "dir": 1,
          "entryPrice": 1945.468,
          "exitPrice": 1941.478,
          "stopDistance": 3.99,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 326
        },
        {
          "entryTs": 1648103640,
          "entryUtc": "2022-03-24T06:34:00.000Z",
          "exitTs": 1648113720,
          "dir": 1,
          "entryPrice": 1941.288,
          "exitPrice": 1938.173,
          "stopDistance": 3.115,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 168
        },
        {
          "entryTs": 1648118700,
          "entryUtc": "2022-03-24T10:45:00.000Z",
          "exitTs": 1648122000,
          "dir": 1,
          "entryPrice": 1944.898,
          "exitPrice": 1951.747,
          "stopDistance": 3.425,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 55
        },
        {
          "entryTs": 1648124160,
          "entryUtc": "2022-03-24T12:16:00.000Z",
          "exitTs": 1648124640,
          "dir": 1,
          "entryPrice": 1953.578,
          "exitPrice": 1949.096,
          "stopDistance": 4.482,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 8
        },
        {
          "entryTs": 1648126620,
          "entryUtc": "2022-03-24T12:57:00.000Z",
          "exitTs": 1648128720,
          "dir": -1,
          "entryPrice": 1949.008,
          "exitPrice": 1954.537,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 35
        },
        {
          "entryTs": 1648129500,
          "entryUtc": "2022-03-24T13:45:00.000Z",
          "exitTs": 1648132320,
          "dir": 1,
          "entryPrice": 1952.223,
          "exitPrice": 1963.981,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 47
        },
        {
          "entryTs": 1648159200,
          "entryUtc": "2022-03-24T22:00:00.000Z",
          "exitTs": 1648167540,
          "dir": -1,
          "entryPrice": 1957.787,
          "exitPrice": 1961.815,
          "stopDistance": 4.028,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 139
        },
        {
          "entryTs": 1648170420,
          "entryUtc": "2022-03-25T01:07:00.000Z",
          "exitTs": 1648186260,
          "dir": 1,
          "entryPrice": 1960.481,
          "exitPrice": 1957.408,
          "stopDistance": 3.073,
          "outcome": "stop",
          "netR": -1.1367,
          "holdMinutes": 264
        },
        {
          "entryTs": 1648197960,
          "entryUtc": "2022-03-25T08:46:00.000Z",
          "exitTs": 1648199160,
          "dir": 1,
          "entryPrice": 1957.531,
          "exitPrice": 1954.397,
          "stopDistance": 3.134,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 20
        },
        {
          "entryTs": 1648207020,
          "entryUtc": "2022-03-25T11:17:00.000Z",
          "exitTs": 1648209960,
          "dir": -1,
          "entryPrice": 1951.624,
          "exitPrice": 1955.229,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 49
        },
        {
          "entryTs": 1648216080,
          "entryUtc": "2022-03-25T13:48:00.000Z",
          "exitTs": 1648220580,
          "dir": -1,
          "entryPrice": 1949.578,
          "exitPrice": 1954.801,
          "stopDistance": 5.223,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 75
        },
        {
          "entryTs": 1648223400,
          "entryUtc": "2022-03-25T15:50:00.000Z",
          "exitTs": 1648418400,
          "dir": 1,
          "entryPrice": 1956.983,
          "exitPrice": 1957.123,
          "stopDistance": 5.92,
          "outcome": "time",
          "netR": -0.0388,
          "holdMinutes": 3250
        },
        {
          "entryTs": 1648441440,
          "entryUtc": "2022-03-28T04:24:00.000Z",
          "exitTs": 1648446420,
          "dir": -1,
          "entryPrice": 1944.69,
          "exitPrice": 1937.137,
          "stopDistance": 3.777,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 83
        },
        {
          "entryTs": 1648448100,
          "entryUtc": "2022-03-28T06:15:00.000Z",
          "exitTs": 1648455900,
          "dir": -1,
          "entryPrice": 1936.988,
          "exitPrice": 1929.079,
          "stopDistance": 3.955,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 130
        },
        {
          "entryTs": 1648460820,
          "entryUtc": "2022-03-28T09:47:00.000Z",
          "exitTs": 1648469520,
          "dir": -1,
          "entryPrice": 1930.718,
          "exitPrice": 1935.206,
          "stopDistance": 4.488,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 145
        },
        {
          "entryTs": 1648472160,
          "entryUtc": "2022-03-28T12:56:00.000Z",
          "exitTs": 1648473420,
          "dir": 1,
          "entryPrice": 1939.843,
          "exitPrice": 1934.026,
          "stopDistance": 5.817,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 21
        },
        {
          "entryTs": 1648540440,
          "entryUtc": "2022-03-29T07:54:00.000Z",
          "exitTs": 1648543200,
          "dir": -1,
          "entryPrice": 1920.5,
          "exitPrice": 1914.356,
          "stopDistance": 3.072,
          "outcome": "target",
          "netR": 1.8796,
          "holdMinutes": 46
        },
        {
          "entryTs": 1648549080,
          "entryUtc": "2022-03-29T10:18:00.000Z",
          "exitTs": 1648554360,
          "dir": -1,
          "entryPrice": 1915.098,
          "exitPrice": 1907.587,
          "stopDistance": 3.756,
          "outcome": "target",
          "netR": 1.9015,
          "holdMinutes": 88
        },
        {
          "entryTs": 1648558380,
          "entryUtc": "2022-03-29T12:53:00.000Z",
          "exitTs": 1648561920,
          "dir": -1,
          "entryPrice": 1897.777,
          "exitPrice": 1904.812,
          "stopDistance": 7.035,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 59
        },
        {
          "entryTs": 1648562460,
          "entryUtc": "2022-03-29T14:01:00.000Z",
          "exitTs": 1648569540,
          "dir": -1,
          "entryPrice": 1909.644,
          "exitPrice": 1915.132,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 118
        },
        {
          "entryTs": 1648621860,
          "entryUtc": "2022-03-30T06:31:00.000Z",
          "exitTs": 1648623780,
          "dir": 1,
          "entryPrice": 1925.709,
          "exitPrice": 1922.162,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 32
        },
        {
          "entryTs": 1648643820,
          "entryUtc": "2022-03-30T12:37:00.000Z",
          "exitTs": 1648650840,
          "dir": 1,
          "entryPrice": 1926.618,
          "exitPrice": 1935.58,
          "stopDistance": 4.481,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 117
        },
        {
          "entryTs": 1648686600,
          "entryUtc": "2022-03-31T00:30:00.000Z",
          "exitTs": 1648692780,
          "dir": -1,
          "entryPrice": 1931.208,
          "exitPrice": 1925.842,
          "stopDistance": 2.683,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 103
        },
        {
          "entryTs": 1648703340,
          "entryUtc": "2022-03-31T05:09:00.000Z",
          "exitTs": 1648707900,
          "dir": -1,
          "entryPrice": 1922.238,
          "exitPrice": 1925.72,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 76
        },
        {
          "entryTs": 1648713960,
          "entryUtc": "2022-03-31T08:06:00.000Z",
          "exitTs": 1648714620,
          "dir": 1,
          "entryPrice": 1930.733,
          "exitPrice": 1926.801,
          "stopDistance": 3.932,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 11
        },
        {
          "entryTs": 1648716360,
          "entryUtc": "2022-03-31T08:46:00.000Z",
          "exitTs": 1648724640,
          "dir": -1,
          "entryPrice": 1926.548,
          "exitPrice": 1930.798,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 138
        },
        {
          "entryTs": 1648730760,
          "entryUtc": "2022-03-31T12:46:00.000Z",
          "exitTs": 1648733820,
          "dir": 1,
          "entryPrice": 1932.258,
          "exitPrice": 1940.552,
          "stopDistance": 4.147,
          "outcome": "target",
          "netR": 1.9108,
          "holdMinutes": 51
        },
        {
          "entryTs": 1648758780,
          "entryUtc": "2022-03-31T20:33:00.000Z",
          "exitTs": 1648797240,
          "dir": -1,
          "entryPrice": 1937.468,
          "exitPrice": 1929.682,
          "stopDistance": 3.893,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 641
        },
        {
          "entryTs": 1648803780,
          "entryUtc": "2022-04-01T09:03:00.000Z",
          "exitTs": 1648810740,
          "dir": -1,
          "entryPrice": 1933.878,
          "exitPrice": 1927.813,
          "stopDistance": 3.033,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 116
        },
        {
          "entryTs": 1648814040,
          "entryUtc": "2022-04-01T11:54:00.000Z",
          "exitTs": 1648817160,
          "dir": -1,
          "entryPrice": 1929.088,
          "exitPrice": 1933.04,
          "stopDistance": 3.952,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 52
        },
        {
          "entryTs": 1648821660,
          "entryUtc": "2022-04-01T14:01:00.000Z",
          "exitTs": 1648823400,
          "dir": 1,
          "entryPrice": 1930.018,
          "exitPrice": 1924.05,
          "stopDistance": 5.968,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 29
        },
        {
          "entryTs": 1648824300,
          "entryUtc": "2022-04-01T14:45:00.000Z",
          "exitTs": 1649023200,
          "dir": -1,
          "entryPrice": 1925.108,
          "exitPrice": 1925.253,
          "stopDistance": 6.589,
          "outcome": "time",
          "netR": -0.0782,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1649064060,
          "entryUtc": "2022-04-04T09:21:00.000Z",
          "exitTs": 1649075520,
          "dir": 1,
          "entryPrice": 1927.508,
          "exitPrice": 1934.367,
          "stopDistance": 3.429,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 191
        },
        {
          "entryTs": 1649146860,
          "entryUtc": "2022-04-05T08:21:00.000Z",
          "exitTs": 1649149080,
          "dir": -1,
          "entryPrice": 1929.038,
          "exitPrice": 1931.541,
          "stopDistance": 2.503,
          "outcome": "stop",
          "netR": -1.1678,
          "holdMinutes": 37
        },
        {
          "entryTs": 1649150160,
          "entryUtc": "2022-04-05T09:16:00.000Z",
          "exitTs": 1649154900,
          "dir": 1,
          "entryPrice": 1929.318,
          "exitPrice": 1926.219,
          "stopDistance": 3.099,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 79
        },
        {
          "entryTs": 1649164380,
          "entryUtc": "2022-04-05T13:13:00.000Z",
          "exitTs": 1649165460,
          "dir": 1,
          "entryPrice": 1932.523,
          "exitPrice": 1939.945,
          "stopDistance": 3.711,
          "outcome": "target",
          "netR": 1.9003,
          "holdMinutes": 18
        },
        {
          "entryTs": 1649167500,
          "entryUtc": "2022-04-05T14:05:00.000Z",
          "exitTs": 1649167920,
          "dir": 1,
          "entryPrice": 1940.078,
          "exitPrice": 1935.504,
          "stopDistance": 4.574,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 7
        },
        {
          "entryTs": 1649168520,
          "entryUtc": "2022-04-05T14:22:00.000Z",
          "exitTs": 1649172480,
          "dir": 1,
          "entryPrice": 1929.188,
          "exitPrice": 1925.498,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 66
        },
        {
          "entryTs": 1649175360,
          "entryUtc": "2022-04-05T16:16:00.000Z",
          "exitTs": 1649236320,
          "dir": -1,
          "entryPrice": 1923.793,
          "exitPrice": 1930.641,
          "stopDistance": 6.848,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 1016
        },
        {
          "entryTs": 1649237400,
          "entryUtc": "2022-04-06T09:30:00.000Z",
          "exitTs": 1649242680,
          "dir": 1,
          "entryPrice": 1928.618,
          "exitPrice": 1924.103,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 88
        },
        {
          "entryTs": 1649244900,
          "entryUtc": "2022-04-06T11:35:00.000Z",
          "exitTs": 1649247780,
          "dir": -1,
          "entryPrice": 1920.868,
          "exitPrice": 1925.598,
          "stopDistance": 4.729,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 48
        },
        {
          "entryTs": 1649250840,
          "entryUtc": "2022-04-06T13:14:00.000Z",
          "exitTs": 1649268540,
          "dir": 1,
          "entryPrice": 1924.138,
          "exitPrice": 1919.092,
          "stopDistance": 5.046,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 295
        },
        {
          "entryTs": 1649336520,
          "entryUtc": "2022-04-07T13:02:00.000Z",
          "exitTs": 1649340060,
          "dir": -1,
          "entryPrice": 1929.962,
          "exitPrice": 1933.702,
          "stopDistance": 3.74,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 59
        },
        {
          "entryTs": 1649344380,
          "entryUtc": "2022-04-07T15:13:00.000Z",
          "exitTs": 1649385660,
          "dir": 1,
          "entryPrice": 1934.142,
          "exitPrice": 1929.372,
          "stopDistance": 4.77,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 688
        },
        {
          "entryTs": 1649417460,
          "entryUtc": "2022-04-08T11:31:00.000Z",
          "exitTs": 1649419740,
          "dir": -1,
          "entryPrice": 1932.668,
          "exitPrice": 1935.327,
          "stopDistance": 2.659,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 38
        },
        {
          "entryTs": 1649421000,
          "entryUtc": "2022-04-08T12:30:00.000Z",
          "exitTs": 1649421480,
          "dir": 1,
          "entryPrice": 1933.912,
          "exitPrice": 1930.483,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 8
        },
        {
          "entryTs": 1649422920,
          "entryUtc": "2022-04-08T13:02:00.000Z",
          "exitTs": 1649424000,
          "dir": -1,
          "entryPrice": 1933.008,
          "exitPrice": 1936.904,
          "stopDistance": 3.895,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 18
        },
        {
          "entryTs": 1649429220,
          "entryUtc": "2022-04-08T14:47:00.000Z",
          "exitTs": 1649628000,
          "dir": 1,
          "entryPrice": 1943.838,
          "exitPrice": 1946.318,
          "stopDistance": 5.358,
          "outcome": "time",
          "netR": 0.3938,
          "holdMinutes": 3313
        },
        {
          "entryTs": 1649640600,
          "entryUtc": "2022-04-11T01:30:00.000Z",
          "exitTs": 1649641080,
          "dir": 1,
          "entryPrice": 1945.728,
          "exitPrice": 1942.731,
          "stopDistance": 2.997,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 8
        },
        {
          "entryTs": 1649642400,
          "entryUtc": "2022-04-11T02:00:00.000Z",
          "exitTs": 1649664540,
          "dir": -1,
          "entryPrice": 1944.238,
          "exitPrice": 1947.414,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 369
        },
        {
          "entryTs": 1649673000,
          "entryUtc": "2022-04-11T10:30:00.000Z",
          "exitTs": 1649678820,
          "dir": 1,
          "entryPrice": 1954.052,
          "exitPrice": 1962.524,
          "stopDistance": 4.236,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 97
        },
        {
          "entryTs": 1649689560,
          "entryUtc": "2022-04-11T15:06:00.000Z",
          "exitTs": 1649736000,
          "dir": -1,
          "entryPrice": 1953.018,
          "exitPrice": 1959.531,
          "stopDistance": 6.513,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 774
        },
        {
          "entryTs": 1649769300,
          "entryUtc": "2022-04-12T13:15:00.000Z",
          "exitTs": 1649771700,
          "dir": 1,
          "entryPrice": 1968.868,
          "exitPrice": 1963.147,
          "stopDistance": 5.721,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 40
        },
        {
          "entryTs": 1649773020,
          "entryUtc": "2022-04-12T14:17:00.000Z",
          "exitTs": 1649774280,
          "dir": -1,
          "entryPrice": 1964.068,
          "exitPrice": 1970.442,
          "stopDistance": 6.374,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 21
        },
        {
          "entryTs": 1649776500,
          "entryUtc": "2022-04-12T15:15:00.000Z",
          "exitTs": 1649789280,
          "dir": 1,
          "entryPrice": 1973.458,
          "exitPrice": 1966.388,
          "stopDistance": 7.07,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 213
        },
        {
          "entryTs": 1649811600,
          "entryUtc": "2022-04-13T01:00:00.000Z",
          "exitTs": 1649814900,
          "dir": -1,
          "entryPrice": 1965.462,
          "exitPrice": 1968.689,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 55
        },
        {
          "entryTs": 1649829600,
          "entryUtc": "2022-04-13T06:00:00.000Z",
          "exitTs": 1649830860,
          "dir": 1,
          "entryPrice": 1971.418,
          "exitPrice": 1968.544,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 21
        },
        {
          "entryTs": 1649832300,
          "entryUtc": "2022-04-13T06:45:00.000Z",
          "exitTs": 1649836500,
          "dir": -1,
          "entryPrice": 1969.138,
          "exitPrice": 1972.371,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 70
        },
        {
          "entryTs": 1649850300,
          "entryUtc": "2022-04-13T11:45:00.000Z",
          "exitTs": 1649852700,
          "dir": 1,
          "entryPrice": 1977.568,
          "exitPrice": 1973.926,
          "stopDistance": 3.642,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 40
        },
        {
          "entryTs": 1649882160,
          "entryUtc": "2022-04-13T20:36:00.000Z",
          "exitTs": 1649908860,
          "dir": 1,
          "entryPrice": 1976.622,
          "exitPrice": 1973.008,
          "stopDistance": 3.614,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 445
        },
        {
          "entryTs": 1649909700,
          "entryUtc": "2022-04-14T04:15:00.000Z",
          "exitTs": 1649921880,
          "dir": -1,
          "entryPrice": 1974.112,
          "exitPrice": 1976.676,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 203
        },
        {
          "entryTs": 1649923200,
          "entryUtc": "2022-04-14T08:00:00.000Z",
          "exitTs": 1649926740,
          "dir": 1,
          "entryPrice": 1974.976,
          "exitPrice": 1971.555,
          "stopDistance": 3.421,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 59
        },
        {
          "entryTs": 1649928600,
          "entryUtc": "2022-04-14T09:30:00.000Z",
          "exitTs": 1649933580,
          "dir": -1,
          "entryPrice": 1969.492,
          "exitPrice": 1972.908,
          "stopDistance": 3.416,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 83
        },
        {
          "entryTs": 1649938860,
          "entryUtc": "2022-04-14T12:21:00.000Z",
          "exitTs": 1649939460,
          "dir": 1,
          "entryPrice": 1976.421,
          "exitPrice": 1972.61,
          "stopDistance": 3.811,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 10
        },
        {
          "entryTs": 1649940480,
          "entryUtc": "2022-04-14T12:48:00.000Z",
          "exitTs": 1649942520,
          "dir": 1,
          "entryPrice": 1969.872,
          "exitPrice": 1977.374,
          "stopDistance": 3.751,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 34
        },
        {
          "entryTs": 1649943000,
          "entryUtc": "2022-04-14T13:30:00.000Z",
          "exitTs": 1649943900,
          "dir": 1,
          "entryPrice": 1974.653,
          "exitPrice": 1969.866,
          "stopDistance": 4.787,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 15
        },
        {
          "entryTs": 1649945760,
          "entryUtc": "2022-04-14T14:16:00.000Z",
          "exitTs": 1649947620,
          "dir": -1,
          "entryPrice": 1965.708,
          "exitPrice": 1971.716,
          "stopDistance": 6.008,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 31
        },
        {
          "entryTs": 1650240900,
          "entryUtc": "2022-04-18T00:15:00.000Z",
          "exitTs": 1650283740,
          "dir": 1,
          "entryPrice": 1986.085,
          "exitPrice": 1994.025,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 714
        },
        {
          "entryTs": 1650295260,
          "entryUtc": "2022-04-18T15:21:00.000Z",
          "exitTs": 1650304920,
          "dir": -1,
          "entryPrice": 1986.252,
          "exitPrice": 1977.191,
          "stopDistance": 4.53,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 161
        },
        {
          "entryTs": 1650307020,
          "entryUtc": "2022-04-18T18:37:00.000Z",
          "exitTs": 1650372180,
          "dir": -1,
          "entryPrice": 1979.838,
          "exitPrice": 1970.983,
          "stopDistance": 4.427,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 1086
        },
        {
          "entryTs": 1650375300,
          "entryUtc": "2022-04-19T13:35:00.000Z",
          "exitTs": 1650379140,
          "dir": -1,
          "entryPrice": 1964.332,
          "exitPrice": 1953.012,
          "stopDistance": 5.66,
          "outcome": "target",
          "netR": 1.9346,
          "holdMinutes": 64
        },
        {
          "entryTs": 1650380400,
          "entryUtc": "2022-04-19T15:00:00.000Z",
          "exitTs": 1650427440,
          "dir": -1,
          "entryPrice": 1956.098,
          "exitPrice": 1942.264,
          "stopDistance": 6.917,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 784
        },
        {
          "entryTs": 1650438240,
          "entryUtc": "2022-04-20T07:04:00.000Z",
          "exitTs": 1650444720,
          "dir": -1,
          "entryPrice": 1943.035,
          "exitPrice": 1946.751,
          "stopDistance": 3.716,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 108
        },
        {
          "entryTs": 1650450600,
          "entryUtc": "2022-04-20T10:30:00.000Z",
          "exitTs": 1650457020,
          "dir": 1,
          "entryPrice": 1951.288,
          "exitPrice": 1947.362,
          "stopDistance": 3.926,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 107
        },
        {
          "entryTs": 1650459180,
          "entryUtc": "2022-04-20T12:53:00.000Z",
          "exitTs": 1650465000,
          "dir": -1,
          "entryPrice": 1948.818,
          "exitPrice": 1953.128,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 97
        },
        {
          "entryTs": 1650501180,
          "entryUtc": "2022-04-21T00:33:00.000Z",
          "exitTs": 1650528060,
          "dir": -1,
          "entryPrice": 1954.198,
          "exitPrice": 1948.711,
          "stopDistance": 2.744,
          "outcome": "target",
          "netR": 1.8651,
          "holdMinutes": 448
        },
        {
          "entryTs": 1650530580,
          "entryUtc": "2022-04-21T08:43:00.000Z",
          "exitTs": 1650539040,
          "dir": -1,
          "entryPrice": 1947.812,
          "exitPrice": 1941.935,
          "stopDistance": 2.938,
          "outcome": "target",
          "netR": 1.8741,
          "holdMinutes": 141
        },
        {
          "entryTs": 1650548040,
          "entryUtc": "2022-04-21T13:34:00.000Z",
          "exitTs": 1650555240,
          "dir": 1,
          "entryPrice": 1945.508,
          "exitPrice": 1940.434,
          "stopDistance": 5.074,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 120
        },
        {
          "entryTs": 1650615660,
          "entryUtc": "2022-04-22T08:21:00.000Z",
          "exitTs": 1650617760,
          "dir": -1,
          "entryPrice": 1950.898,
          "exitPrice": 1944.574,
          "stopDistance": 3.162,
          "outcome": "target",
          "netR": 1.883,
          "holdMinutes": 35
        },
        {
          "entryTs": 1650619740,
          "entryUtc": "2022-04-22T09:29:00.000Z",
          "exitTs": 1650622980,
          "dir": -1,
          "entryPrice": 1943.702,
          "exitPrice": 1936.341,
          "stopDistance": 3.68,
          "outcome": "target",
          "netR": 1.8995,
          "holdMinutes": 54
        },
        {
          "entryTs": 1650624300,
          "entryUtc": "2022-04-22T10:45:00.000Z",
          "exitTs": 1650631080,
          "dir": -1,
          "entryPrice": 1934.458,
          "exitPrice": 1939.02,
          "stopDistance": 4.562,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 113
        },
        {
          "entryTs": 1650636000,
          "entryUtc": "2022-04-22T14:00:00.000Z",
          "exitTs": 1650638940,
          "dir": 1,
          "entryPrice": 1942.238,
          "exitPrice": 1935.804,
          "stopDistance": 6.434,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 49
        },
        {
          "entryTs": 1650641520,
          "entryUtc": "2022-04-22T15:32:00.000Z",
          "exitTs": 1650643200,
          "dir": -1,
          "entryPrice": 1932.212,
          "exitPrice": 1939.371,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 28
        },
        {
          "entryTs": 1650644100,
          "entryUtc": "2022-04-22T16:15:00.000Z",
          "exitTs": 1650837600,
          "dir": 1,
          "entryPrice": 1936.218,
          "exitPrice": 1928.978,
          "stopDistance": 7.24,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 3225
        },
        {
          "entryTs": 1650864060,
          "entryUtc": "2022-04-25T05:21:00.000Z",
          "exitTs": 1650883080,
          "dir": -1,
          "entryPrice": 1919.193,
          "exitPrice": 1910.931,
          "stopDistance": 4.131,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 317
        },
        {
          "entryTs": 1650892560,
          "entryUtc": "2022-04-25T13:16:00.000Z",
          "exitTs": 1650952020,
          "dir": -1,
          "entryPrice": 1901.141,
          "exitPrice": 1907.207,
          "stopDistance": 6.066,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 991
        },
        {
          "entryTs": 1650953160,
          "entryUtc": "2022-04-26T06:06:00.000Z",
          "exitTs": 1650954900,
          "dir": 1,
          "entryPrice": 1904.758,
          "exitPrice": 1901.259,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 29
        },
        {
          "entryTs": 1650960240,
          "entryUtc": "2022-04-26T08:04:00.000Z",
          "exitTs": 1650961980,
          "dir": -1,
          "entryPrice": 1898.793,
          "exitPrice": 1902.676,
          "stopDistance": 3.883,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 29
        },
        {
          "entryTs": 1650972180,
          "entryUtc": "2022-04-26T11:23:00.000Z",
          "exitTs": 1650973560,
          "dir": 1,
          "entryPrice": 1906.333,
          "exitPrice": 1902.258,
          "stopDistance": 4.075,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 23
        },
        {
          "entryTs": 1650981300,
          "entryUtc": "2022-04-26T13:55:00.000Z",
          "exitTs": 1650988860,
          "dir": 1,
          "entryPrice": 1905.388,
          "exitPrice": 1900.278,
          "stopDistance": 5.11,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 126
        },
        {
          "entryTs": 1651046280,
          "entryUtc": "2022-04-27T07:58:00.000Z",
          "exitTs": 1651046460,
          "dir": 1,
          "entryPrice": 1899.558,
          "exitPrice": 1895.901,
          "stopDistance": 3.657,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 3
        },
        {
          "entryTs": 1651052220,
          "entryUtc": "2022-04-27T09:37:00.000Z",
          "exitTs": 1651060800,
          "dir": -1,
          "entryPrice": 1896.738,
          "exitPrice": 1901.853,
          "stopDistance": 5.115,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 143
        },
        {
          "entryTs": 1651065540,
          "entryUtc": "2022-04-27T13:19:00.000Z",
          "exitTs": 1651066920,
          "dir": -1,
          "entryPrice": 1896.988,
          "exitPrice": 1885.737,
          "stopDistance": 5.625,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 23
        },
        {
          "entryTs": 1651069860,
          "entryUtc": "2022-04-27T14:31:00.000Z",
          "exitTs": 1651118400,
          "dir": -1,
          "entryPrice": 1890.575,
          "exitPrice": 1876.587,
          "stopDistance": 6.994,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 809
        },
        {
          "entryTs": 1651134420,
          "entryUtc": "2022-04-28T08:27:00.000Z",
          "exitTs": 1651135380,
          "dir": 1,
          "entryPrice": 1881.043,
          "exitPrice": 1889.259,
          "stopDistance": 4.108,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 16
        },
        {
          "entryTs": 1651141380,
          "entryUtc": "2022-04-28T10:23:00.000Z",
          "exitTs": 1651173540,
          "dir": 1,
          "entryPrice": 1885.718,
          "exitPrice": 1895.866,
          "stopDistance": 5.074,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 536
        },
        {
          "entryTs": 1651198620,
          "entryUtc": "2022-04-29T02:17:00.000Z",
          "exitTs": 1651208580,
          "dir": 1,
          "entryPrice": 1900.828,
          "exitPrice": 1906.851,
          "stopDistance": 3.012,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 166
        },
        {
          "entryTs": 1651214700,
          "entryUtc": "2022-04-29T06:45:00.000Z",
          "exitTs": 1651218720,
          "dir": 1,
          "entryPrice": 1910.513,
          "exitPrice": 1917.1,
          "stopDistance": 3.293,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 67
        },
        {
          "entryTs": 1651222380,
          "entryUtc": "2022-04-29T08:53:00.000Z",
          "exitTs": 1651235400,
          "dir": 1,
          "entryPrice": 1913.575,
          "exitPrice": 1909.813,
          "stopDistance": 3.762,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 217
        },
        {
          "entryTs": 1651244160,
          "entryUtc": "2022-04-29T14:56:00.000Z",
          "exitTs": 1651245840,
          "dir": -1,
          "entryPrice": 1913.838,
          "exitPrice": 1904.752,
          "stopDistance": 4.543,
          "outcome": "target",
          "netR": 1.9186,
          "holdMinutes": 28
        },
        {
          "entryTs": 1651246980,
          "entryUtc": "2022-04-29T15:43:00.000Z",
          "exitTs": 1651262100,
          "dir": -1,
          "entryPrice": 1907.383,
          "exitPrice": 1894.618,
          "stopDistance": 6.383,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 252
        },
        {
          "entryTs": 1651455240,
          "entryUtc": "2022-05-02T01:34:00.000Z",
          "exitTs": 1651466460,
          "dir": -1,
          "entryPrice": 1892.113,
          "exitPrice": 1883.927,
          "stopDistance": 4.093,
          "outcome": "target",
          "netR": 1.9096,
          "holdMinutes": 187
        },
        {
          "entryTs": 1651471320,
          "entryUtc": "2022-05-02T06:02:00.000Z",
          "exitTs": 1651480380,
          "dir": 1,
          "entryPrice": 1884.708,
          "exitPrice": 1881.065,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 151
        },
        {
          "entryTs": 1651497360,
          "entryUtc": "2022-05-02T13:16:00.000Z",
          "exitTs": 1651506060,
          "dir": -1,
          "entryPrice": 1863.443,
          "exitPrice": 1868.801,
          "stopDistance": 5.358,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 145
        },
        {
          "entryTs": 1651507260,
          "entryUtc": "2022-05-02T16:01:00.000Z",
          "exitTs": 1651512720,
          "dir": 1,
          "entryPrice": 1868.698,
          "exitPrice": 1862.7,
          "stopDistance": 5.998,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 91
        },
        {
          "entryTs": 1651540140,
          "entryUtc": "2022-05-03T01:09:00.000Z",
          "exitTs": 1651542060,
          "dir": 1,
          "entryPrice": 1864.008,
          "exitPrice": 1861.379,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 32
        },
        {
          "entryTs": 1651543740,
          "entryUtc": "2022-05-03T02:09:00.000Z",
          "exitTs": 1651546560,
          "dir": -1,
          "entryPrice": 1860.738,
          "exitPrice": 1863.677,
          "stopDistance": 2.939,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 47
        },
        {
          "entryTs": 1651548120,
          "entryUtc": "2022-05-03T03:22:00.000Z",
          "exitTs": 1651553100,
          "dir": 1,
          "entryPrice": 1863.408,
          "exitPrice": 1860.456,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 83
        },
        {
          "entryTs": 1651554900,
          "entryUtc": "2022-05-03T05:15:00.000Z",
          "exitTs": 1651559760,
          "dir": -1,
          "entryPrice": 1859.093,
          "exitPrice": 1861.976,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 81
        },
        {
          "entryTs": 1651586700,
          "entryUtc": "2022-05-03T14:05:00.000Z",
          "exitTs": 1651631520,
          "dir": 1,
          "entryPrice": 1867.153,
          "exitPrice": 1861.703,
          "stopDistance": 5.45,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 747
        },
        {
          "entryTs": 1651656420,
          "entryUtc": "2022-05-04T09:27:00.000Z",
          "exitTs": 1651667100,
          "dir": 1,
          "entryPrice": 1867.163,
          "exitPrice": 1864.086,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 178
        },
        {
          "entryTs": 1651674000,
          "entryUtc": "2022-05-04T14:20:00.000Z",
          "exitTs": 1651683660,
          "dir": -1,
          "entryPrice": 1864.838,
          "exitPrice": 1869.33,
          "stopDistance": 4.492,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 161
        },
        {
          "entryTs": 1651689000,
          "entryUtc": "2022-05-04T18:30:00.000Z",
          "exitTs": 1651689120,
          "dir": 1,
          "entryPrice": 1871.698,
          "exitPrice": 1866.89,
          "stopDistance": 4.808,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 2
        },
        {
          "entryTs": 1651691940,
          "entryUtc": "2022-05-04T19:19:00.000Z",
          "exitTs": 1651712400,
          "dir": 1,
          "entryPrice": 1882.768,
          "exitPrice": 1897.637,
          "stopDistance": 7.435,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 341
        },
        {
          "entryTs": 1651740660,
          "entryUtc": "2022-05-05T08:51:00.000Z",
          "exitTs": 1651744320,
          "dir": -1,
          "entryPrice": 1892.538,
          "exitPrice": 1896.708,
          "stopDistance": 4.17,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 61
        },
        {
          "entryTs": 1651756740,
          "entryUtc": "2022-05-05T13:19:00.000Z",
          "exitTs": 1651757760,
          "dir": 1,
          "entryPrice": 1903.268,
          "exitPrice": 1898.293,
          "stopDistance": 4.975,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 17
        },
        {
          "entryTs": 1651767300,
          "entryUtc": "2022-05-05T16:15:00.000Z",
          "exitTs": 1651827960,
          "dir": -1,
          "entryPrice": 1875.683,
          "exitPrice": 1882.639,
          "stopDistance": 6.956,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 1011
        },
        {
          "entryTs": 1651843620,
          "entryUtc": "2022-05-06T13:27:00.000Z",
          "exitTs": 1651845120,
          "dir": -1,
          "entryPrice": 1878.803,
          "exitPrice": 1883.895,
          "stopDistance": 5.092,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 25
        },
        {
          "entryTs": 1652065380,
          "entryUtc": "2022-05-09T03:03:00.000Z",
          "exitTs": 1652080740,
          "dir": -1,
          "entryPrice": 1875.388,
          "exitPrice": 1868.397,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 256
        },
        {
          "entryTs": 1652086860,
          "entryUtc": "2022-05-09T09:01:00.000Z",
          "exitTs": 1652091900,
          "dir": -1,
          "entryPrice": 1865.938,
          "exitPrice": 1858.129,
          "stopDistance": 3.904,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 84
        },
        {
          "entryTs": 1652093580,
          "entryUtc": "2022-05-09T10:53:00.000Z",
          "exitTs": 1652098080,
          "dir": -1,
          "entryPrice": 1859.918,
          "exitPrice": 1864.219,
          "stopDistance": 4.301,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 75
        },
        {
          "entryTs": 1652100600,
          "entryUtc": "2022-05-09T12:50:00.000Z",
          "exitTs": 1652105940,
          "dir": 1,
          "entryPrice": 1864.848,
          "exitPrice": 1859.844,
          "stopDistance": 5.004,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 89
        },
        {
          "entryTs": 1652157000,
          "entryUtc": "2022-05-10T04:30:00.000Z",
          "exitTs": 1652165520,
          "dir": 1,
          "entryPrice": 1863.253,
          "exitPrice": 1859.966,
          "stopDistance": 3.287,
          "outcome": "stop",
          "netR": -1.1278,
          "holdMinutes": 142
        },
        {
          "entryTs": 1652178720,
          "entryUtc": "2022-05-10T10:32:00.000Z",
          "exitTs": 1652182140,
          "dir": -1,
          "entryPrice": 1858.248,
          "exitPrice": 1862,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 57
        },
        {
          "entryTs": 1652183460,
          "entryUtc": "2022-05-10T11:51:00.000Z",
          "exitTs": 1652185260,
          "dir": 1,
          "entryPrice": 1861.866,
          "exitPrice": 1858.238,
          "stopDistance": 3.628,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 30
        },
        {
          "entryTs": 1652189640,
          "entryUtc": "2022-05-10T13:34:00.000Z",
          "exitTs": 1652190360,
          "dir": 1,
          "entryPrice": 1861.084,
          "exitPrice": 1857.091,
          "stopDistance": 3.993,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 12
        },
        {
          "entryTs": 1652192220,
          "entryUtc": "2022-05-10T14:17:00.000Z",
          "exitTs": 1652193960,
          "dir": -1,
          "entryPrice": 1859.358,
          "exitPrice": 1850.19,
          "stopDistance": 4.584,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652213700,
          "entryUtc": "2022-05-10T20:15:00.000Z",
          "exitTs": 1652250300,
          "dir": -1,
          "entryPrice": 1838.198,
          "exitPrice": 1843.09,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 610
        },
        {
          "entryTs": 1652270340,
          "entryUtc": "2022-05-11T11:59:00.000Z",
          "exitTs": 1652272200,
          "dir": 1,
          "entryPrice": 1850.532,
          "exitPrice": 1846.278,
          "stopDistance": 4.254,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 31
        },
        {
          "entryTs": 1652274300,
          "entryUtc": "2022-05-11T13:05:00.000Z",
          "exitTs": 1652275080,
          "dir": -1,
          "entryPrice": 1843.063,
          "exitPrice": 1848.645,
          "stopDistance": 5.582,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 13
        },
        {
          "entryTs": 1652317200,
          "entryUtc": "2022-05-12T01:00:00.000Z",
          "exitTs": 1652323440,
          "dir": 1,
          "entryPrice": 1856.528,
          "exitPrice": 1853.474,
          "stopDistance": 3.054,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 104
        },
        {
          "entryTs": 1652324820,
          "entryUtc": "2022-05-12T03:07:00.000Z",
          "exitTs": 1652339280,
          "dir": -1,
          "entryPrice": 1853.738,
          "exitPrice": 1847.281,
          "stopDistance": 3.229,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 241
        },
        {
          "entryTs": 1652340600,
          "entryUtc": "2022-05-12T07:30:00.000Z",
          "exitTs": 1652341140,
          "dir": -1,
          "entryPrice": 1847.598,
          "exitPrice": 1851.569,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 9
        },
        {
          "entryTs": 1652342520,
          "entryUtc": "2022-05-12T08:02:00.000Z",
          "exitTs": 1652353620,
          "dir": 1,
          "entryPrice": 1849.856,
          "exitPrice": 1845.592,
          "stopDistance": 4.264,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 185
        },
        {
          "entryTs": 1652357400,
          "entryUtc": "2022-05-12T12:10:00.000Z",
          "exitTs": 1652361780,
          "dir": -1,
          "entryPrice": 1843.778,
          "exitPrice": 1848.996,
          "stopDistance": 5.218,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 73
        },
        {
          "entryTs": 1652364960,
          "entryUtc": "2022-05-12T14:16:00.000Z",
          "exitTs": 1652374320,
          "dir": -1,
          "entryPrice": 1842.758,
          "exitPrice": 1830.182,
          "stopDistance": 6.288,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 156
        },
        {
          "entryTs": 1652375700,
          "entryUtc": "2022-05-12T17:15:00.000Z",
          "exitTs": 1652394720,
          "dir": -1,
          "entryPrice": 1825.748,
          "exitPrice": 1813.059,
          "stopDistance": 6.344,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 317
        },
        {
          "entryTs": 1652396340,
          "entryUtc": "2022-05-12T22:59:00.000Z",
          "exitTs": 1652404140,
          "dir": -1,
          "entryPrice": 1819.878,
          "exitPrice": 1824.616,
          "stopDistance": 4.738,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 130
        },
        {
          "entryTs": 1652444100,
          "entryUtc": "2022-05-13T12:15:00.000Z",
          "exitTs": 1652447040,
          "dir": -1,
          "entryPrice": 1816.098,
          "exitPrice": 1807.882,
          "stopDistance": 4.108,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 49
        },
        {
          "entryTs": 1652448900,
          "entryUtc": "2022-05-13T13:35:00.000Z",
          "exitTs": 1652450580,
          "dir": -1,
          "entryPrice": 1805.108,
          "exitPrice": 1810.579,
          "stopDistance": 5.471,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 28
        },
        {
          "entryTs": 1652453340,
          "entryUtc": "2022-05-13T14:49:00.000Z",
          "exitTs": 1652652000,
          "dir": 1,
          "entryPrice": 1812.268,
          "exitPrice": 1810.028,
          "stopDistance": 6.758,
          "outcome": "time",
          "netR": -0.3862,
          "holdMinutes": 3311
        },
        {
          "entryTs": 1652670600,
          "entryUtc": "2022-05-16T03:10:00.000Z",
          "exitTs": 1652681220,
          "dir": -1,
          "entryPrice": 1812.918,
          "exitPrice": 1805.977,
          "stopDistance": 3.47,
          "outcome": "target",
          "netR": 1.8934,
          "holdMinutes": 177
        },
        {
          "entryTs": 1652682720,
          "entryUtc": "2022-05-16T06:32:00.000Z",
          "exitTs": 1652685060,
          "dir": -1,
          "entryPrice": 1806.508,
          "exitPrice": 1809.69,
          "stopDistance": 3.182,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 39
        },
        {
          "entryTs": 1652688780,
          "entryUtc": "2022-05-16T08:13:00.000Z",
          "exitTs": 1652693340,
          "dir": -1,
          "entryPrice": 1798.464,
          "exitPrice": 1804.02,
          "stopDistance": 5.556,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 76
        },
        {
          "entryTs": 1652694300,
          "entryUtc": "2022-05-16T09:45:00.000Z",
          "exitTs": 1652711340,
          "dir": 1,
          "entryPrice": 1802.064,
          "exitPrice": 1814.161,
          "stopDistance": 6.049,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 284
        },
        {
          "entryTs": 1652732940,
          "entryUtc": "2022-05-16T20:29:00.000Z",
          "exitTs": 1652787120,
          "dir": 1,
          "entryPrice": 1822.158,
          "exitPrice": 1831.108,
          "stopDistance": 4.475,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 903
        },
        {
          "entryTs": 1652788800,
          "entryUtc": "2022-05-17T12:00:00.000Z",
          "exitTs": 1652789940,
          "dir": 1,
          "entryPrice": 1834.42,
          "exitPrice": 1830.656,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 19
        },
        {
          "entryTs": 1652791500,
          "entryUtc": "2022-05-17T12:45:00.000Z",
          "exitTs": 1652795340,
          "dir": -1,
          "entryPrice": 1831.589,
          "exitPrice": 1823.097,
          "stopDistance": 4.246,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 64
        },
        {
          "entryTs": 1652840340,
          "entryUtc": "2022-05-18T02:19:00.000Z",
          "exitTs": 1652859120,
          "dir": -1,
          "entryPrice": 1813.148,
          "exitPrice": 1816.11,
          "stopDistance": 2.962,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 313
        },
        {
          "entryTs": 1652859900,
          "entryUtc": "2022-05-18T07:45:00.000Z",
          "exitTs": 1652873880,
          "dir": 1,
          "entryPrice": 1814.778,
          "exitPrice": 1811.363,
          "stopDistance": 3.415,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 233
        },
        {
          "entryTs": 1652889600,
          "entryUtc": "2022-05-18T16:00:00.000Z",
          "exitTs": 1652895180,
          "dir": 1,
          "entryPrice": 1822.378,
          "exitPrice": 1817.138,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 93
        },
        {
          "entryTs": 1652945040,
          "entryUtc": "2022-05-19T07:24:00.000Z",
          "exitTs": 1652949900,
          "dir": -1,
          "entryPrice": 1815.363,
          "exitPrice": 1817.695,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 81
        },
        {
          "entryTs": 1652965380,
          "entryUtc": "2022-05-19T13:03:00.000Z",
          "exitTs": 1652973300,
          "dir": 1,
          "entryPrice": 1836.823,
          "exitPrice": 1847.556,
          "stopDistance": 5.367,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 132
        },
        {
          "entryTs": 1653016560,
          "entryUtc": "2022-05-20T03:16:00.000Z",
          "exitTs": 1653020580,
          "dir": -1,
          "entryPrice": 1839.893,
          "exitPrice": 1842.545,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 67
        },
        {
          "entryTs": 1653048660,
          "entryUtc": "2022-05-20T12:11:00.000Z",
          "exitTs": 1653054720,
          "dir": -1,
          "entryPrice": 1843.908,
          "exitPrice": 1837.473,
          "stopDistance": 3.217,
          "outcome": "target",
          "netR": 1.885,
          "holdMinutes": 101
        },
        {
          "entryTs": 1653056880,
          "entryUtc": "2022-05-20T14:28:00.000Z",
          "exitTs": 1653058980,
          "dir": -1,
          "entryPrice": 1836.538,
          "exitPrice": 1841.145,
          "stopDistance": 4.607,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 35
        },
        {
          "entryTs": 1653060900,
          "entryUtc": "2022-05-20T15:35:00.000Z",
          "exitTs": 1653256800,
          "dir": 1,
          "entryPrice": 1843.699,
          "exitPrice": 1853.263,
          "stopDistance": 4.782,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1653372120,
          "entryUtc": "2022-05-24T06:02:00.000Z",
          "exitTs": 1653372960,
          "dir": 1,
          "entryPrice": 1853.058,
          "exitPrice": 1850.818,
          "stopDistance": 2.24,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 14
        },
        {
          "entryTs": 1653373800,
          "entryUtc": "2022-05-24T06:30:00.000Z",
          "exitTs": 1653375840,
          "dir": -1,
          "entryPrice": 1851.808,
          "exitPrice": 1853.983,
          "stopDistance": 2.175,
          "outcome": "stop",
          "netR": -1.1931,
          "holdMinutes": 34
        },
        {
          "entryTs": 1653377640,
          "entryUtc": "2022-05-24T07:34:00.000Z",
          "exitTs": 1653397260,
          "dir": 1,
          "entryPrice": 1855.645,
          "exitPrice": 1860.906,
          "stopDistance": 2.63,
          "outcome": "target",
          "netR": 1.8593,
          "holdMinutes": 327
        },
        {
          "entryTs": 1653398640,
          "entryUtc": "2022-05-24T13:24:00.000Z",
          "exitTs": 1653400080,
          "dir": 1,
          "entryPrice": 1859.878,
          "exitPrice": 1866.857,
          "stopDistance": 3.489,
          "outcome": "target",
          "netR": 1.894,
          "holdMinutes": 24
        },
        {
          "entryTs": 1653442440,
          "entryUtc": "2022-05-25T01:34:00.000Z",
          "exitTs": 1653458880,
          "dir": -1,
          "entryPrice": 1863.098,
          "exitPrice": 1858.309,
          "stopDistance": 2.394,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 274
        },
        {
          "entryTs": 1653460740,
          "entryUtc": "2022-05-25T06:39:00.000Z",
          "exitTs": 1653473700,
          "dir": -1,
          "entryPrice": 1858.253,
          "exitPrice": 1853.353,
          "stopDistance": 2.45,
          "outcome": "target",
          "netR": 1.849,
          "holdMinutes": 216
        },
        {
          "entryTs": 1653478560,
          "entryUtc": "2022-05-25T11:36:00.000Z",
          "exitTs": 1653483600,
          "dir": 1,
          "entryPrice": 1854.118,
          "exitPrice": 1850.855,
          "stopDistance": 3.263,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 84
        },
        {
          "entryTs": 1653484680,
          "entryUtc": "2022-05-25T13:18:00.000Z",
          "exitTs": 1653493800,
          "dir": -1,
          "entryPrice": 1852.533,
          "exitPrice": 1844.898,
          "stopDistance": 3.817,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 152
        },
        {
          "entryTs": 1653499140,
          "entryUtc": "2022-05-25T17:19:00.000Z",
          "exitTs": 1653501720,
          "dir": -1,
          "entryPrice": 1847.073,
          "exitPrice": 1851.217,
          "stopDistance": 4.144,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 43
        },
        {
          "entryTs": 1653503400,
          "entryUtc": "2022-05-25T18:30:00.000Z",
          "exitTs": 1653539580,
          "dir": 1,
          "entryPrice": 1850.908,
          "exitPrice": 1846.92,
          "stopDistance": 3.988,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 603
        },
        {
          "entryTs": 1653546840,
          "entryUtc": "2022-05-26T06:34:00.000Z",
          "exitTs": 1653548520,
          "dir": -1,
          "entryPrice": 1846.488,
          "exitPrice": 1849.001,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 28
        },
        {
          "entryTs": 1653571800,
          "entryUtc": "2022-05-26T13:30:00.000Z",
          "exitTs": 1653572520,
          "dir": 1,
          "entryPrice": 1845.358,
          "exitPrice": 1841.446,
          "stopDistance": 3.912,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 12
        },
        {
          "entryTs": 1653617700,
          "entryUtc": "2022-05-27T02:15:00.000Z",
          "exitTs": 1653638940,
          "dir": 1,
          "entryPrice": 1853.384,
          "exitPrice": 1858.958,
          "stopDistance": 2.787,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 354
        },
        {
          "entryTs": 1653643020,
          "entryUtc": "2022-05-27T09:17:00.000Z",
          "exitTs": 1653652980,
          "dir": -1,
          "entryPrice": 1858.188,
          "exitPrice": 1861.052,
          "stopDistance": 2.864,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 166
        },
        {
          "entryTs": 1653658440,
          "entryUtc": "2022-05-27T13:34:00.000Z",
          "exitTs": 1653660000,
          "dir": 1,
          "entryPrice": 1858.378,
          "exitPrice": 1854.041,
          "stopDistance": 4.337,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 26
        },
        {
          "entryTs": 1653867000,
          "entryUtc": "2022-05-29T23:30:00.000Z",
          "exitTs": 1653874500,
          "dir": -1,
          "entryPrice": 1849.723,
          "exitPrice": 1852.023,
          "stopDistance": 2.3,
          "outcome": "stop",
          "netR": -1.1826,
          "holdMinutes": 125
        },
        {
          "entryTs": 1653879060,
          "entryUtc": "2022-05-30T02:51:00.000Z",
          "exitTs": 1653906360,
          "dir": 1,
          "entryPrice": 1858.268,
          "exitPrice": 1855.397,
          "stopDistance": 2.871,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 455
        },
        {
          "entryTs": 1653909840,
          "entryUtc": "2022-05-30T11:24:00.000Z",
          "exitTs": 1653916740,
          "dir": -1,
          "entryPrice": 1856.168,
          "exitPrice": 1858.874,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 115
        },
        {
          "entryTs": 1653918360,
          "entryUtc": "2022-05-30T13:46:00.000Z",
          "exitTs": 1653919200,
          "dir": 1,
          "entryPrice": 1860.013,
          "exitPrice": 1857.474,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 14
        },
        {
          "entryTs": 1653922440,
          "entryUtc": "2022-05-30T14:54:00.000Z",
          "exitTs": 1653952680,
          "dir": -1,
          "entryPrice": 1858.008,
          "exitPrice": 1851.964,
          "stopDistance": 3.022,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 504
        },
        {
          "entryTs": 1653963120,
          "entryUtc": "2022-05-31T02:12:00.000Z",
          "exitTs": 1653966180,
          "dir": -1,
          "entryPrice": 1849.773,
          "exitPrice": 1852.069,
          "stopDistance": 2.296,
          "outcome": "stop",
          "netR": -1.1829,
          "holdMinutes": 51
        },
        {
          "entryTs": 1653988620,
          "entryUtc": "2022-05-31T09:17:00.000Z",
          "exitTs": 1653993360,
          "dir": -1,
          "entryPrice": 1852.658,
          "exitPrice": 1847.518,
          "stopDistance": 2.57,
          "outcome": "target",
          "netR": 1.856,
          "holdMinutes": 79
        },
        {
          "entryTs": 1654007820,
          "entryUtc": "2022-05-31T14:37:00.000Z",
          "exitTs": 1654026720,
          "dir": -1,
          "entryPrice": 1846.583,
          "exitPrice": 1836.665,
          "stopDistance": 4.959,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 315
        },
        {
          "entryTs": 1654028700,
          "entryUtc": "2022-05-31T20:25:00.000Z",
          "exitTs": 1654060980,
          "dir": -1,
          "entryPrice": 1837.358,
          "exitPrice": 1829.941,
          "stopDistance": 3.708,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 538
        },
        {
          "entryTs": 1654064400,
          "entryUtc": "2022-06-01T06:20:00.000Z",
          "exitTs": 1654073940,
          "dir": -1,
          "entryPrice": 1834.593,
          "exitPrice": 1829.559,
          "stopDistance": 2.517,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 159
        },
        {
          "entryTs": 1654076700,
          "entryUtc": "2022-06-01T09:45:00.000Z",
          "exitTs": 1654086420,
          "dir": -1,
          "entryPrice": 1831.318,
          "exitPrice": 1835.04,
          "stopDistance": 3.722,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 162
        },
        {
          "entryTs": 1654093080,
          "entryUtc": "2022-06-01T14:18:00.000Z",
          "exitTs": 1654100520,
          "dir": 1,
          "entryPrice": 1840.333,
          "exitPrice": 1849.05,
          "stopDistance": 4.358,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 124
        },
        {
          "entryTs": 1654154160,
          "entryUtc": "2022-06-02T07:16:00.000Z",
          "exitTs": 1654164900,
          "dir": 1,
          "entryPrice": 1850.677,
          "exitPrice": 1855.079,
          "stopDistance": 2.201,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 179
        },
        {
          "entryTs": 1654219080,
          "entryUtc": "2022-06-03T01:18:00.000Z",
          "exitTs": 1654226700,
          "dir": 1,
          "entryPrice": 1870.808,
          "exitPrice": 1868.5,
          "stopDistance": 2.308,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 127
        },
        {
          "entryTs": 1654262760,
          "entryUtc": "2022-06-03T13:26:00.000Z",
          "exitTs": 1654265220,
          "dir": -1,
          "entryPrice": 1861.168,
          "exitPrice": 1864.976,
          "stopDistance": 3.808,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 41
        },
        {
          "entryTs": 1654513260,
          "entryUtc": "2022-06-06T11:01:00.000Z",
          "exitTs": 1654517220,
          "dir": -1,
          "entryPrice": 1853.113,
          "exitPrice": 1855.524,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 66
        },
        {
          "entryTs": 1654527480,
          "entryUtc": "2022-06-06T14:58:00.000Z",
          "exitTs": 1654534860,
          "dir": -1,
          "entryPrice": 1848.568,
          "exitPrice": 1841.454,
          "stopDistance": 3.557,
          "outcome": "target",
          "netR": 1.896,
          "holdMinutes": 123
        },
        {
          "entryTs": 1654560960,
          "entryUtc": "2022-06-07T00:16:00.000Z",
          "exitTs": 1654570560,
          "dir": -1,
          "entryPrice": 1839.648,
          "exitPrice": 1841.724,
          "stopDistance": 2.076,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 160
        },
        {
          "entryTs": 1654573680,
          "entryUtc": "2022-06-07T03:48:00.000Z",
          "exitTs": 1654586940,
          "dir": 1,
          "entryPrice": 1840.728,
          "exitPrice": 1845.478,
          "stopDistance": 2.375,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 221
        },
        {
          "entryTs": 1654587780,
          "entryUtc": "2022-06-07T07:43:00.000Z",
          "exitTs": 1654598400,
          "dir": 1,
          "entryPrice": 1843.848,
          "exitPrice": 1849.237,
          "stopDistance": 2.695,
          "outcome": "target",
          "netR": 1.8627,
          "holdMinutes": 177
        },
        {
          "entryTs": 1654608480,
          "entryUtc": "2022-06-07T13:28:00.000Z",
          "exitTs": 1654609740,
          "dir": -1,
          "entryPrice": 1845.608,
          "exitPrice": 1848.812,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 21
        },
        {
          "entryTs": 1654612080,
          "entryUtc": "2022-06-07T14:28:00.000Z",
          "exitTs": 1654698960,
          "dir": 1,
          "entryPrice": 1848.178,
          "exitPrice": 1856.351,
          "stopDistance": 4.086,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 1448
        },
        {
          "entryTs": 1654755660,
          "entryUtc": "2022-06-09T06:21:00.000Z",
          "exitTs": 1654762800,
          "dir": -1,
          "entryPrice": 1852.048,
          "exitPrice": 1848.165,
          "stopDistance": 1.941,
          "outcome": "target",
          "netR": 1.8094,
          "holdMinutes": 119
        },
        {
          "entryTs": 1654764480,
          "entryUtc": "2022-06-09T08:48:00.000Z",
          "exitTs": 1654776900,
          "dir": -1,
          "entryPrice": 1849.306,
          "exitPrice": 1844.288,
          "stopDistance": 2.509,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 207
        },
        {
          "entryTs": 1654777200,
          "entryUtc": "2022-06-09T12:20:00.000Z",
          "exitTs": 1654777500,
          "dir": -1,
          "entryPrice": 1846.263,
          "exitPrice": 1849.177,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 5
        },
        {
          "entryTs": 1654778820,
          "entryUtc": "2022-06-09T12:47:00.000Z",
          "exitTs": 1654783740,
          "dir": 1,
          "entryPrice": 1848.356,
          "exitPrice": 1844.691,
          "stopDistance": 3.665,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 82
        },
        {
          "entryTs": 1654785240,
          "entryUtc": "2022-06-09T14:34:00.000Z",
          "exitTs": 1654791720,
          "dir": -1,
          "entryPrice": 1842.338,
          "exitPrice": 1846.892,
          "stopDistance": 4.554,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 108
        },
        {
          "entryTs": 1654847160,
          "entryUtc": "2022-06-10T07:46:00.000Z",
          "exitTs": 1654853160,
          "dir": 1,
          "entryPrice": 1846.164,
          "exitPrice": 1843.983,
          "stopDistance": 2.181,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 100
        },
        {
          "entryTs": 1654864740,
          "entryUtc": "2022-06-10T12:39:00.000Z",
          "exitTs": 1654864740,
          "dir": -1,
          "entryPrice": 1840.838,
          "exitPrice": 1835.037,
          "stopDistance": 2.901,
          "outcome": "target",
          "netR": 1.8724,
          "holdMinutes": 0
        },
        {
          "entryTs": 1654866780,
          "entryUtc": "2022-06-10T13:13:00.000Z",
          "exitTs": 1654867320,
          "dir": 1,
          "entryPrice": 1837.929,
          "exitPrice": 1832.406,
          "stopDistance": 5.523,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 9
        },
        {
          "entryTs": 1654870560,
          "entryUtc": "2022-06-10T14:16:00.000Z",
          "exitTs": 1654871400,
          "dir": -1,
          "entryPrice": 1835.698,
          "exitPrice": 1842.183,
          "stopDistance": 6.485,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 14
        },
        {
          "entryTs": 1655073540,
          "entryUtc": "2022-06-12T22:39:00.000Z",
          "exitTs": 1655082000,
          "dir": 1,
          "entryPrice": 1875.798,
          "exitPrice": 1871.195,
          "stopDistance": 4.603,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 141
        },
        {
          "entryTs": 1655088300,
          "entryUtc": "2022-06-13T02:45:00.000Z",
          "exitTs": 1655100180,
          "dir": -1,
          "entryPrice": 1862.678,
          "exitPrice": 1866.871,
          "stopDistance": 4.193,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 198
        },
        {
          "entryTs": 1655107620,
          "entryUtc": "2022-06-13T08:07:00.000Z",
          "exitTs": 1655122740,
          "dir": -1,
          "entryPrice": 1857.518,
          "exitPrice": 1849.794,
          "stopDistance": 3.862,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 252
        },
        {
          "entryTs": 1655125500,
          "entryUtc": "2022-06-13T13:05:00.000Z",
          "exitTs": 1655126940,
          "dir": -1,
          "entryPrice": 1845.533,
          "exitPrice": 1835.488,
          "stopDistance": 5.022,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 24
        },
        {
          "entryTs": 1655137080,
          "entryUtc": "2022-06-13T16:18:00.000Z",
          "exitTs": 1655147700,
          "dir": -1,
          "entryPrice": 1832.878,
          "exitPrice": 1820.826,
          "stopDistance": 6.026,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 177
        },
        {
          "entryTs": 1655199240,
          "entryUtc": "2022-06-14T09:34:00.000Z",
          "exitTs": 1655207640,
          "dir": -1,
          "entryPrice": 1824.103,
          "exitPrice": 1816.055,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 140
        },
        {
          "entryTs": 1655209080,
          "entryUtc": "2022-06-14T12:18:00.000Z",
          "exitTs": 1655221620,
          "dir": -1,
          "entryPrice": 1819.448,
          "exitPrice": 1810.196,
          "stopDistance": 4.626,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 209
        },
        {
          "entryTs": 1655263020,
          "entryUtc": "2022-06-15T03:17:00.000Z",
          "exitTs": 1655274900,
          "dir": 1,
          "entryPrice": 1815.008,
          "exitPrice": 1821.122,
          "stopDistance": 3.057,
          "outcome": "target",
          "netR": 1.879,
          "holdMinutes": 198
        },
        {
          "entryTs": 1655294400,
          "entryUtc": "2022-06-15T12:00:00.000Z",
          "exitTs": 1655299920,
          "dir": 1,
          "entryPrice": 1830.788,
          "exitPrice": 1826.446,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 92
        },
        {
          "entryTs": 1655366400,
          "entryUtc": "2022-06-16T08:00:00.000Z",
          "exitTs": 1655370420,
          "dir": -1,
          "entryPrice": 1830.598,
          "exitPrice": 1833.862,
          "stopDistance": 3.264,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 67
        },
        {
          "entryTs": 1655375700,
          "entryUtc": "2022-06-16T10:35:00.000Z",
          "exitTs": 1655382840,
          "dir": -1,
          "entryPrice": 1822.344,
          "exitPrice": 1827.463,
          "stopDistance": 5.119,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 119
        },
        {
          "entryTs": 1655384400,
          "entryUtc": "2022-06-16T13:00:00.000Z",
          "exitTs": 1655392860,
          "dir": 1,
          "entryPrice": 1828.503,
          "exitPrice": 1841.165,
          "stopDistance": 6.331,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 141
        },
        {
          "entryTs": 1655717400,
          "entryUtc": "2022-06-20T09:30:00.000Z",
          "exitTs": 1655719440,
          "dir": 1,
          "entryPrice": 1842.283,
          "exitPrice": 1839,
          "stopDistance": 3.283,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 34
        },
        {
          "entryTs": 1655722560,
          "entryUtc": "2022-06-20T10:56:00.000Z",
          "exitTs": 1655730960,
          "dir": -1,
          "entryPrice": 1839.298,
          "exitPrice": 1842.666,
          "stopDistance": 3.368,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 140
        },
        {
          "entryTs": 1655732160,
          "entryUtc": "2022-06-20T13:36:00.000Z",
          "exitTs": 1655733600,
          "dir": 1,
          "entryPrice": 1840.064,
          "exitPrice": 1836.862,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 24
        },
        {
          "entryTs": 1655736360,
          "entryUtc": "2022-06-20T14:46:00.000Z",
          "exitTs": 1655773560,
          "dir": -1,
          "entryPrice": 1838.448,
          "exitPrice": 1841.608,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 620
        },
        {
          "entryTs": 1655774820,
          "entryUtc": "2022-06-21T01:27:00.000Z",
          "exitTs": 1655786460,
          "dir": 1,
          "entryPrice": 1840.048,
          "exitPrice": 1838.016,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 194
        },
        {
          "entryTs": 1655792340,
          "entryUtc": "2022-06-21T06:19:00.000Z",
          "exitTs": 1655798100,
          "dir": -1,
          "entryPrice": 1835.13,
          "exitPrice": 1837.307,
          "stopDistance": 2.177,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 96
        },
        {
          "entryTs": 1655799300,
          "entryUtc": "2022-06-21T08:15:00.000Z",
          "exitTs": 1655807040,
          "dir": 1,
          "entryPrice": 1836.484,
          "exitPrice": 1833.625,
          "stopDistance": 2.859,
          "outcome": "stop",
          "netR": -1.1469,
          "holdMinutes": 129
        },
        {
          "entryTs": 1655826180,
          "entryUtc": "2022-06-21T15:43:00.000Z",
          "exitTs": 1655837100,
          "dir": 1,
          "entryPrice": 1836.468,
          "exitPrice": 1832.321,
          "stopDistance": 4.147,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 182
        },
        {
          "entryTs": 1655860260,
          "entryUtc": "2022-06-22T01:11:00.000Z",
          "exitTs": 1655882100,
          "dir": -1,
          "entryPrice": 1830.008,
          "exitPrice": 1824.043,
          "stopDistance": 2.982,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 364
        },
        {
          "entryTs": 1655897460,
          "entryUtc": "2022-06-22T11:31:00.000Z",
          "exitTs": 1655906100,
          "dir": 1,
          "entryPrice": 1838.156,
          "exitPrice": 1846.686,
          "stopDistance": 4.265,
          "outcome": "target",
          "netR": 1.9132,
          "holdMinutes": 144
        },
        {
          "entryTs": 1655969280,
          "entryUtc": "2022-06-23T07:28:00.000Z",
          "exitTs": 1655970240,
          "dir": 1,
          "entryPrice": 1832.938,
          "exitPrice": 1837.773,
          "stopDistance": 2.417,
          "outcome": "target",
          "netR": 1.8469,
          "holdMinutes": 16
        },
        {
          "entryTs": 1655971860,
          "entryUtc": "2022-06-23T08:11:00.000Z",
          "exitTs": 1655973900,
          "dir": 1,
          "entryPrice": 1835.813,
          "exitPrice": 1832.82,
          "stopDistance": 2.993,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 34
        },
        {
          "entryTs": 1655981760,
          "entryUtc": "2022-06-23T10:56:00.000Z",
          "exitTs": 1655988540,
          "dir": -1,
          "entryPrice": 1830.068,
          "exitPrice": 1833.216,
          "stopDistance": 3.148,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 113
        },
        {
          "entryTs": 1655993820,
          "entryUtc": "2022-06-23T14:17:00.000Z",
          "exitTs": 1655998140,
          "dir": 1,
          "entryPrice": 1841.574,
          "exitPrice": 1836.909,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 72
        },
        {
          "entryTs": 1656000480,
          "entryUtc": "2022-06-23T16:08:00.000Z",
          "exitTs": 1656008280,
          "dir": -1,
          "entryPrice": 1834.346,
          "exitPrice": 1824.505,
          "stopDistance": 4.921,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 130
        },
        {
          "entryTs": 1656057840,
          "entryUtc": "2022-06-24T08:04:00.000Z",
          "exitTs": 1656070260,
          "dir": 1,
          "entryPrice": 1827.142,
          "exitPrice": 1823.919,
          "stopDistance": 3.223,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 207
        },
        {
          "entryTs": 1656096600,
          "entryUtc": "2022-06-24T18:50:00.000Z",
          "exitTs": 1656099480,
          "dir": 1,
          "entryPrice": 1829.528,
          "exitPrice": 1825.798,
          "stopDistance": 3.73,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 48
        },
        {
          "entryTs": 1656285360,
          "entryUtc": "2022-06-26T23:16:00.000Z",
          "exitTs": 1656314460,
          "dir": 1,
          "entryPrice": 1831.408,
          "exitPrice": 1839.643,
          "stopDistance": 4.118,
          "outcome": "target",
          "netR": 1.9101,
          "holdMinutes": 485
        },
        {
          "entryTs": 1656314880,
          "entryUtc": "2022-06-27T07:28:00.000Z",
          "exitTs": 1656316680,
          "dir": 1,
          "entryPrice": 1837.583,
          "exitPrice": 1835.118,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 30
        },
        {
          "entryTs": 1656318240,
          "entryUtc": "2022-06-27T08:24:00.000Z",
          "exitTs": 1656318600,
          "dir": -1,
          "entryPrice": 1836.798,
          "exitPrice": 1839.663,
          "stopDistance": 2.865,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 6
        },
        {
          "entryTs": 1656320700,
          "entryUtc": "2022-06-27T09:05:00.000Z",
          "exitTs": 1656330840,
          "dir": 1,
          "entryPrice": 1837.753,
          "exitPrice": 1834.546,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 169
        },
        {
          "entryTs": 1656401340,
          "entryUtc": "2022-06-28T07:29:00.000Z",
          "exitTs": 1656410100,
          "dir": 1,
          "entryPrice": 1826.358,
          "exitPrice": 1824.354,
          "stopDistance": 2.004,
          "outcome": "stop",
          "netR": -1.2096,
          "holdMinutes": 146
        },
        {
          "entryTs": 1656428700,
          "entryUtc": "2022-06-28T15:05:00.000Z",
          "exitTs": 1656495120,
          "dir": -1,
          "entryPrice": 1821.463,
          "exitPrice": 1813.202,
          "stopDistance": 4.131,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 1107
        },
        {
          "entryTs": 1656508440,
          "entryUtc": "2022-06-29T13:14:00.000Z",
          "exitTs": 1656510000,
          "dir": 1,
          "entryPrice": 1830.123,
          "exitPrice": 1826.172,
          "stopDistance": 3.951,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 26
        },
        {
          "entryTs": 1656510180,
          "entryUtc": "2022-06-29T13:43:00.000Z",
          "exitTs": 1656510600,
          "dir": 1,
          "entryPrice": 1823.728,
          "exitPrice": 1820.247,
          "stopDistance": 3.481,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 7
        },
        {
          "entryTs": 1656557100,
          "entryUtc": "2022-06-30T02:45:00.000Z",
          "exitTs": 1656559740,
          "dir": 1,
          "entryPrice": 1820.508,
          "exitPrice": 1818.599,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.22,
          "holdMinutes": 44
        },
        {
          "entryTs": 1656576660,
          "entryUtc": "2022-06-30T08:11:00.000Z",
          "exitTs": 1656585300,
          "dir": -1,
          "entryPrice": 1815.368,
          "exitPrice": 1810.494,
          "stopDistance": 2.437,
          "outcome": "target",
          "netR": 1.8482,
          "holdMinutes": 144
        },
        {
          "entryTs": 1656587100,
          "entryUtc": "2022-06-30T11:05:00.000Z",
          "exitTs": 1656589080,
          "dir": -1,
          "entryPrice": 1812.928,
          "exitPrice": 1807.411,
          "stopDistance": 2.759,
          "outcome": "target",
          "netR": 1.8659,
          "holdMinutes": 33
        },
        {
          "entryTs": 1656590820,
          "entryUtc": "2022-06-30T12:07:00.000Z",
          "exitTs": 1656592800,
          "dir": -1,
          "entryPrice": 1806.396,
          "exitPrice": 1809.967,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 33
        },
        {
          "entryTs": 1656594900,
          "entryUtc": "2022-06-30T13:15:00.000Z",
          "exitTs": 1656599460,
          "dir": 1,
          "entryPrice": 1817.907,
          "exitPrice": 1811.808,
          "stopDistance": 6.099,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 76
        },
        {
          "entryTs": 1656655320,
          "entryUtc": "2022-07-01T06:02:00.000Z",
          "exitTs": 1656659520,
          "dir": -1,
          "entryPrice": 1799.038,
          "exitPrice": 1792.833,
          "stopDistance": 3.103,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 70
        },
        {
          "entryTs": 1656680640,
          "entryUtc": "2022-07-01T13:04:00.000Z",
          "exitTs": 1656680700,
          "dir": -1,
          "entryPrice": 1793.538,
          "exitPrice": 1797.14,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656682260,
          "entryUtc": "2022-07-01T13:31:00.000Z",
          "exitTs": 1656685020,
          "dir": 1,
          "entryPrice": 1791.952,
          "exitPrice": 1802.656,
          "stopDistance": 5.352,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 46
        },
        {
          "entryTs": 1656689580,
          "entryUtc": "2022-07-01T15:33:00.000Z",
          "exitTs": 1656694680,
          "dir": 1,
          "entryPrice": 1805.848,
          "exitPrice": 1799.491,
          "stopDistance": 6.357,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 85
        },
        {
          "entryTs": 1656694800,
          "entryUtc": "2022-07-01T17:00:00.000Z",
          "exitTs": 1656709080,
          "dir": 1,
          "entryPrice": 1798.828,
          "exitPrice": 1811.231,
          "stopDistance": 6.201,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 238
        },
        {
          "entryTs": 1656887400,
          "entryUtc": "2022-07-03T22:30:00.000Z",
          "exitTs": 1656898920,
          "dir": 1,
          "entryPrice": 1809.318,
          "exitPrice": 1805.384,
          "stopDistance": 3.934,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 192
        },
        {
          "entryTs": 1656900360,
          "entryUtc": "2022-07-04T02:06:00.000Z",
          "exitTs": 1656901020,
          "dir": -1,
          "entryPrice": 1808.768,
          "exitPrice": 1811.837,
          "stopDistance": 3.069,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 11
        },
        {
          "entryTs": 1656925260,
          "entryUtc": "2022-07-04T09:01:00.000Z",
          "exitTs": 1656945480,
          "dir": -1,
          "entryPrice": 1807.488,
          "exitPrice": 1809.978,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 337
        },
        {
          "entryTs": 1656986520,
          "entryUtc": "2022-07-05T02:02:00.000Z",
          "exitTs": 1657002600,
          "dir": 1,
          "entryPrice": 1810.708,
          "exitPrice": 1808.577,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 268
        },
        {
          "entryTs": 1657012800,
          "entryUtc": "2022-07-05T09:20:00.000Z",
          "exitTs": 1657019820,
          "dir": -1,
          "entryPrice": 1803.897,
          "exitPrice": 1798.828,
          "stopDistance": 2.534,
          "outcome": "target",
          "netR": 1.854,
          "holdMinutes": 117
        },
        {
          "entryTs": 1657032060,
          "entryUtc": "2022-07-05T14:41:00.000Z",
          "exitTs": 1657102140,
          "dir": -1,
          "entryPrice": 1775.428,
          "exitPrice": 1761.886,
          "stopDistance": 6.771,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 1168
        },
        {
          "entryTs": 1657164720,
          "entryUtc": "2022-07-07T03:32:00.000Z",
          "exitTs": 1657178820,
          "dir": 1,
          "entryPrice": 1745.048,
          "exitPrice": 1742.024,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 235
        },
        {
          "entryTs": 1657199760,
          "entryUtc": "2022-07-07T13:16:00.000Z",
          "exitTs": 1657201260,
          "dir": -1,
          "entryPrice": 1742.039,
          "exitPrice": 1745.489,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 25
        },
        {
          "entryTs": 1657204140,
          "entryUtc": "2022-07-07T14:29:00.000Z",
          "exitTs": 1657209120,
          "dir": 1,
          "entryPrice": 1744.298,
          "exitPrice": 1740.008,
          "stopDistance": 4.29,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 83
        },
        {
          "entryTs": 1657255800,
          "entryUtc": "2022-07-08T04:50:00.000Z",
          "exitTs": 1657260480,
          "dir": -1,
          "entryPrice": 1741.384,
          "exitPrice": 1743.603,
          "stopDistance": 2.219,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 78
        },
        {
          "entryTs": 1657267200,
          "entryUtc": "2022-07-08T08:00:00.000Z",
          "exitTs": 1657267560,
          "dir": -1,
          "entryPrice": 1736.419,
          "exitPrice": 1739.692,
          "stopDistance": 3.273,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 6
        },
        {
          "entryTs": 1657297800,
          "entryUtc": "2022-07-08T16:30:00.000Z",
          "exitTs": 1657490400,
          "dir": 1,
          "entryPrice": 1741.588,
          "exitPrice": 1741.714,
          "stopDistance": 5.689,
          "outcome": "time",
          "netR": -0.0429,
          "holdMinutes": 3210
        },
        {
          "entryTs": 1657496400,
          "entryUtc": "2022-07-10T23:40:00.000Z",
          "exitTs": 1657498740,
          "dir": 1,
          "entryPrice": 1742.698,
          "exitPrice": 1739.829,
          "stopDistance": 2.869,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 39
        },
        {
          "entryTs": 1657589400,
          "entryUtc": "2022-07-12T01:30:00.000Z",
          "exitTs": 1657589400,
          "dir": -1,
          "entryPrice": 1731.258,
          "exitPrice": 1734.739,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 0
        },
        {
          "entryTs": 1657599060,
          "entryUtc": "2022-07-12T04:11:00.000Z",
          "exitTs": 1657602780,
          "dir": 1,
          "entryPrice": 1731.468,
          "exitPrice": 1726.726,
          "stopDistance": 4.742,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 62
        },
        {
          "entryTs": 1657609200,
          "entryUtc": "2022-07-12T07:00:00.000Z",
          "exitTs": 1657631760,
          "dir": 1,
          "entryPrice": 1734.148,
          "exitPrice": 1730.357,
          "stopDistance": 3.791,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 376
        },
        {
          "entryTs": 1657678980,
          "entryUtc": "2022-07-13T02:23:00.000Z",
          "exitTs": 1657693020,
          "dir": 1,
          "entryPrice": 1726.014,
          "exitPrice": 1723.675,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 234
        },
        {
          "entryTs": 1657694100,
          "entryUtc": "2022-07-13T06:35:00.000Z",
          "exitTs": 1657698780,
          "dir": -1,
          "entryPrice": 1724.718,
          "exitPrice": 1727.181,
          "stopDistance": 2.463,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 78
        },
        {
          "entryTs": 1657705560,
          "entryUtc": "2022-07-13T09:46:00.000Z",
          "exitTs": 1657715400,
          "dir": 1,
          "entryPrice": 1728.378,
          "exitPrice": 1725.431,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 164
        },
        {
          "entryTs": 1657717920,
          "entryUtc": "2022-07-13T13:12:00.000Z",
          "exitTs": 1657719600,
          "dir": -1,
          "entryPrice": 1719.938,
          "exitPrice": 1725.829,
          "stopDistance": 5.891,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 28
        },
        {
          "entryTs": 1657720800,
          "entryUtc": "2022-07-13T14:00:00.000Z",
          "exitTs": 1657723800,
          "dir": 1,
          "entryPrice": 1723.111,
          "exitPrice": 1738.14,
          "stopDistance": 7.514,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 50
        },
        {
          "entryTs": 1657725660,
          "entryUtc": "2022-07-13T15:21:00.000Z",
          "exitTs": 1657740480,
          "dir": 1,
          "entryPrice": 1741.618,
          "exitPrice": 1733.335,
          "stopDistance": 8.283,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 247
        },
        {
          "entryTs": 1657775880,
          "entryUtc": "2022-07-14T05:18:00.000Z",
          "exitTs": 1657781820,
          "dir": -1,
          "entryPrice": 1728.664,
          "exitPrice": 1722.236,
          "stopDistance": 3.214,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 99
        },
        {
          "entryTs": 1657782960,
          "entryUtc": "2022-07-14T07:16:00.000Z",
          "exitTs": 1657791180,
          "dir": -1,
          "entryPrice": 1721.078,
          "exitPrice": 1712.863,
          "stopDistance": 4.108,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 137
        },
        {
          "entryTs": 1657814400,
          "entryUtc": "2022-07-14T16:00:00.000Z",
          "exitTs": 1657867020,
          "dir": 1,
          "entryPrice": 1710.724,
          "exitPrice": 1703.733,
          "stopDistance": 6.991,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 877
        },
        {
          "entryTs": 1657868400,
          "entryUtc": "2022-07-15T07:00:00.000Z",
          "exitTs": 1657888620,
          "dir": -1,
          "entryPrice": 1704.294,
          "exitPrice": 1707.808,
          "stopDistance": 3.514,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 337
        },
        {
          "entryTs": 1658130420,
          "entryUtc": "2022-07-18T07:47:00.000Z",
          "exitTs": 1658140860,
          "dir": 1,
          "entryPrice": 1717.724,
          "exitPrice": 1714.432,
          "stopDistance": 3.292,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 174
        },
        {
          "entryTs": 1658149140,
          "entryUtc": "2022-07-18T12:59:00.000Z",
          "exitTs": 1658151240,
          "dir": -1,
          "entryPrice": 1717.084,
          "exitPrice": 1720.663,
          "stopDistance": 3.579,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 35
        },
        {
          "entryTs": 1658162520,
          "entryUtc": "2022-07-18T16:42:00.000Z",
          "exitTs": 1658228760,
          "dir": -1,
          "entryPrice": 1712.378,
          "exitPrice": 1717.208,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1658236380,
          "entryUtc": "2022-07-19T13:13:00.000Z",
          "exitTs": 1658244600,
          "dir": -1,
          "entryPrice": 1711.348,
          "exitPrice": 1714.572,
          "stopDistance": 3.224,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 137
        },
        {
          "entryTs": 1658300460,
          "entryUtc": "2022-07-20T07:01:00.000Z",
          "exitTs": 1658308500,
          "dir": -1,
          "entryPrice": 1707.744,
          "exitPrice": 1709.878,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 134
        },
        {
          "entryTs": 1658311980,
          "entryUtc": "2022-07-20T10:13:00.000Z",
          "exitTs": 1658313660,
          "dir": 1,
          "entryPrice": 1711.798,
          "exitPrice": 1709.288,
          "stopDistance": 2.51,
          "outcome": "stop",
          "netR": -1.1673,
          "holdMinutes": 28
        },
        {
          "entryTs": 1658319840,
          "entryUtc": "2022-07-20T12:24:00.000Z",
          "exitTs": 1658323740,
          "dir": -1,
          "entryPrice": 1710.391,
          "exitPrice": 1713.371,
          "stopDistance": 2.98,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 65
        },
        {
          "entryTs": 1658324700,
          "entryUtc": "2022-07-20T13:45:00.000Z",
          "exitTs": 1658335440,
          "dir": 1,
          "entryPrice": 1709.944,
          "exitPrice": 1706.045,
          "stopDistance": 3.899,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 179
        },
        {
          "entryTs": 1658367000,
          "entryUtc": "2022-07-21T01:30:00.000Z",
          "exitTs": 1658387580,
          "dir": -1,
          "entryPrice": 1692.168,
          "exitPrice": 1686.923,
          "stopDistance": 2.622,
          "outcome": "target",
          "netR": 1.8589,
          "holdMinutes": 343
        },
        {
          "entryTs": 1658388180,
          "entryUtc": "2022-07-21T07:23:00.000Z",
          "exitTs": 1658388660,
          "dir": -1,
          "entryPrice": 1690.388,
          "exitPrice": 1692.926,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 8
        },
        {
          "entryTs": 1658389500,
          "entryUtc": "2022-07-21T07:45:00.000Z",
          "exitTs": 1658392560,
          "dir": 1,
          "entryPrice": 1690.508,
          "exitPrice": 1687.291,
          "stopDistance": 3.218,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 51
        },
        {
          "entryTs": 1658409720,
          "entryUtc": "2022-07-21T13:22:00.000Z",
          "exitTs": 1658409960,
          "dir": 1,
          "entryPrice": 1701.728,
          "exitPrice": 1695.548,
          "stopDistance": 6.18,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 4
        },
        {
          "entryTs": 1658476860,
          "entryUtc": "2022-07-22T08:01:00.000Z",
          "exitTs": 1658478600,
          "dir": -1,
          "entryPrice": 1716.638,
          "exitPrice": 1719.542,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 29
        },
        {
          "entryTs": 1658485800,
          "entryUtc": "2022-07-22T10:30:00.000Z",
          "exitTs": 1658490540,
          "dir": 1,
          "entryPrice": 1721.878,
          "exitPrice": 1728.687,
          "stopDistance": 3.404,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 79
        },
        {
          "entryTs": 1658491380,
          "entryUtc": "2022-07-22T12:03:00.000Z",
          "exitTs": 1658492820,
          "dir": 1,
          "entryPrice": 1727.298,
          "exitPrice": 1723.76,
          "stopDistance": 3.538,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 24
        },
        {
          "entryTs": 1658494980,
          "entryUtc": "2022-07-22T13:03:00.000Z",
          "exitTs": 1658497500,
          "dir": -1,
          "entryPrice": 1725.524,
          "exitPrice": 1729.253,
          "stopDistance": 3.729,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 42
        },
        {
          "entryTs": 1658499660,
          "entryUtc": "2022-07-22T14:21:00.000Z",
          "exitTs": 1658504940,
          "dir": 1,
          "entryPrice": 1734.008,
          "exitPrice": 1728.719,
          "stopDistance": 5.289,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 88
        },
        {
          "entryTs": 1658515080,
          "entryUtc": "2022-07-22T18:38:00.000Z",
          "exitTs": 1658523120,
          "dir": -1,
          "entryPrice": 1722.874,
          "exitPrice": 1727.114,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 134
        },
        {
          "entryTs": 1658749020,
          "entryUtc": "2022-07-25T11:37:00.000Z",
          "exitTs": 1658750460,
          "dir": 1,
          "entryPrice": 1728.024,
          "exitPrice": 1725.347,
          "stopDistance": 2.677,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 24
        },
        {
          "entryTs": 1658802060,
          "entryUtc": "2022-07-26T02:21:00.000Z",
          "exitTs": 1658808360,
          "dir": 1,
          "entryPrice": 1725.318,
          "exitPrice": 1722.74,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 105
        },
        {
          "entryTs": 1658826000,
          "entryUtc": "2022-07-26T09:00:00.000Z",
          "exitTs": 1658830620,
          "dir": -1,
          "entryPrice": 1722.626,
          "exitPrice": 1717.519,
          "stopDistance": 2.554,
          "outcome": "target",
          "netR": 1.8551,
          "holdMinutes": 77
        },
        {
          "entryTs": 1658832780,
          "entryUtc": "2022-07-26T10:53:00.000Z",
          "exitTs": 1658842320,
          "dir": -1,
          "entryPrice": 1718.807,
          "exitPrice": 1721.551,
          "stopDistance": 2.744,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 159
        },
        {
          "entryTs": 1658881800,
          "entryUtc": "2022-07-27T00:30:00.000Z",
          "exitTs": 1658886060,
          "dir": 1,
          "entryPrice": 1718.688,
          "exitPrice": 1716.82,
          "stopDistance": 1.868,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 71
        },
        {
          "entryTs": 1658906220,
          "entryUtc": "2022-07-27T07:17:00.000Z",
          "exitTs": 1658909220,
          "dir": 1,
          "entryPrice": 1717.744,
          "exitPrice": 1722.318,
          "stopDistance": 2.287,
          "outcome": "target",
          "netR": 1.8382,
          "holdMinutes": 50
        },
        {
          "entryTs": 1658911800,
          "entryUtc": "2022-07-27T08:50:00.000Z",
          "exitTs": 1658919480,
          "dir": 1,
          "entryPrice": 1723.094,
          "exitPrice": 1720.338,
          "stopDistance": 2.756,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 128
        },
        {
          "entryTs": 1658933280,
          "entryUtc": "2022-07-27T14:48:00.000Z",
          "exitTs": 1658935200,
          "dir": -1,
          "entryPrice": 1715.758,
          "exitPrice": 1719.435,
          "stopDistance": 3.677,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 32
        },
        {
          "entryTs": 1658946660,
          "entryUtc": "2022-07-27T18:31:00.000Z",
          "exitTs": 1658946660,
          "dir": 1,
          "entryPrice": 1723.898,
          "exitPrice": 1720.307,
          "stopDistance": 3.591,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 0
        },
        {
          "entryTs": 1658997000,
          "entryUtc": "2022-07-28T08:30:00.000Z",
          "exitTs": 1659001920,
          "dir": 1,
          "entryPrice": 1746.358,
          "exitPrice": 1742.781,
          "stopDistance": 3.577,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 82
        },
        {
          "entryTs": 1659003780,
          "entryUtc": "2022-07-28T10:23:00.000Z",
          "exitTs": 1659011700,
          "dir": -1,
          "entryPrice": 1742.665,
          "exitPrice": 1746.264,
          "stopDistance": 3.599,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 132
        },
        {
          "entryTs": 1659013200,
          "entryUtc": "2022-07-28T13:00:00.000Z",
          "exitTs": 1659014880,
          "dir": 1,
          "entryPrice": 1743.968,
          "exitPrice": 1753.721,
          "stopDistance": 4.877,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 28
        },
        {
          "entryTs": 1659016020,
          "entryUtc": "2022-07-28T13:47:00.000Z",
          "exitTs": 1659066780,
          "dir": 1,
          "entryPrice": 1749.828,
          "exitPrice": 1761.558,
          "stopDistance": 5.865,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 846
        },
        {
          "entryTs": 1659068940,
          "entryUtc": "2022-07-29T04:29:00.000Z",
          "exitTs": 1659075960,
          "dir": 1,
          "entryPrice": 1761.854,
          "exitPrice": 1767.285,
          "stopDistance": 2.715,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 117
        },
        {
          "entryTs": 1659076500,
          "entryUtc": "2022-07-29T06:35:00.000Z",
          "exitTs": 1659082320,
          "dir": 1,
          "entryPrice": 1765.502,
          "exitPrice": 1762.615,
          "stopDistance": 2.887,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 97
        },
        {
          "entryTs": 1659088860,
          "entryUtc": "2022-07-29T10:01:00.000Z",
          "exitTs": 1659102840,
          "dir": -1,
          "entryPrice": 1760.394,
          "exitPrice": 1753.488,
          "stopDistance": 3.453,
          "outcome": "target",
          "netR": 1.8929,
          "holdMinutes": 233
        },
        {
          "entryTs": 1659318300,
          "entryUtc": "2022-08-01T01:45:00.000Z",
          "exitTs": 1659328980,
          "dir": 1,
          "entryPrice": 1763.345,
          "exitPrice": 1760.575,
          "stopDistance": 2.77,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 178
        },
        {
          "entryTs": 1659330060,
          "entryUtc": "2022-08-01T05:01:00.000Z",
          "exitTs": 1659334860,
          "dir": -1,
          "entryPrice": 1760.278,
          "exitPrice": 1762.579,
          "stopDistance": 2.301,
          "outcome": "stop",
          "netR": -1.1825,
          "holdMinutes": 80
        },
        {
          "entryTs": 1659339120,
          "entryUtc": "2022-08-01T07:32:00.000Z",
          "exitTs": 1659340920,
          "dir": 1,
          "entryPrice": 1765.218,
          "exitPrice": 1762.504,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 30
        },
        {
          "entryTs": 1659349020,
          "entryUtc": "2022-08-01T10:17:00.000Z",
          "exitTs": 1659357180,
          "dir": 1,
          "entryPrice": 1772.434,
          "exitPrice": 1769.093,
          "stopDistance": 3.341,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 136
        },
        {
          "entryTs": 1659358860,
          "entryUtc": "2022-08-01T13:01:00.000Z",
          "exitTs": 1659361680,
          "dir": -1,
          "entryPrice": 1770.17,
          "exitPrice": 1774.215,
          "stopDistance": 4.045,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 47
        },
        {
          "entryTs": 1659402840,
          "entryUtc": "2022-08-02T01:14:00.000Z",
          "exitTs": 1659408360,
          "dir": 1,
          "entryPrice": 1778.035,
          "exitPrice": 1775.181,
          "stopDistance": 2.854,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 92
        },
        {
          "entryTs": 1659408600,
          "entryUtc": "2022-08-02T02:50:00.000Z",
          "exitTs": 1659419220,
          "dir": 1,
          "entryPrice": 1774.074,
          "exitPrice": 1771.272,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 177
        },
        {
          "entryTs": 1659444420,
          "entryUtc": "2022-08-02T12:47:00.000Z",
          "exitTs": 1659446460,
          "dir": 1,
          "entryPrice": 1784.798,
          "exitPrice": 1780.993,
          "stopDistance": 3.805,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 34
        },
        {
          "entryTs": 1659446520,
          "entryUtc": "2022-08-02T13:22:00.000Z",
          "exitTs": 1659449460,
          "dir": 1,
          "entryPrice": 1776.504,
          "exitPrice": 1782.916,
          "stopDistance": 3.206,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 49
        },
        {
          "entryTs": 1659450780,
          "entryUtc": "2022-08-02T14:33:00.000Z",
          "exitTs": 1659451260,
          "dir": 1,
          "entryPrice": 1783.054,
          "exitPrice": 1777.711,
          "stopDistance": 5.343,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 8
        },
        {
          "entryTs": 1659454500,
          "entryUtc": "2022-08-02T15:35:00.000Z",
          "exitTs": 1659463200,
          "dir": -1,
          "entryPrice": 1781.284,
          "exitPrice": 1769.19,
          "stopDistance": 6.047,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 145
        },
        {
          "entryTs": 1659524040,
          "entryUtc": "2022-08-03T10:54:00.000Z",
          "exitTs": 1659525360,
          "dir": -1,
          "entryPrice": 1762.582,
          "exitPrice": 1765.829,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 22
        },
        {
          "entryTs": 1659533220,
          "entryUtc": "2022-08-03T13:27:00.000Z",
          "exitTs": 1659535200,
          "dir": 1,
          "entryPrice": 1768.214,
          "exitPrice": 1764.254,
          "stopDistance": 3.96,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 33
        },
        {
          "entryTs": 1659537000,
          "entryUtc": "2022-08-03T14:30:00.000Z",
          "exitTs": 1659554160,
          "dir": -1,
          "entryPrice": 1759.474,
          "exitPrice": 1764.564,
          "stopDistance": 5.09,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 286
        },
        {
          "entryTs": 1659583920,
          "entryUtc": "2022-08-04T03:32:00.000Z",
          "exitTs": 1659591180,
          "dir": 1,
          "entryPrice": 1769.908,
          "exitPrice": 1774.406,
          "stopDistance": 2.249,
          "outcome": "target",
          "netR": 1.8355,
          "holdMinutes": 121
        },
        {
          "entryTs": 1659592440,
          "entryUtc": "2022-08-04T05:54:00.000Z",
          "exitTs": 1659592680,
          "dir": 1,
          "entryPrice": 1771.988,
          "exitPrice": 1769.77,
          "stopDistance": 2.218,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 4
        },
        {
          "entryTs": 1659595380,
          "entryUtc": "2022-08-04T06:43:00.000Z",
          "exitTs": 1659597300,
          "dir": -1,
          "entryPrice": 1770.698,
          "exitPrice": 1773.131,
          "stopDistance": 2.433,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 32
        },
        {
          "entryTs": 1659615960,
          "entryUtc": "2022-08-04T12:26:00.000Z",
          "exitTs": 1659616620,
          "dir": 1,
          "entryPrice": 1785.428,
          "exitPrice": 1782.161,
          "stopDistance": 3.267,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 11
        },
        {
          "entryTs": 1659670080,
          "entryUtc": "2022-08-05T03:28:00.000Z",
          "exitTs": 1659687000,
          "dir": -1,
          "entryPrice": 1792.434,
          "exitPrice": 1787.471,
          "stopDistance": 2.481,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 282
        },
        {
          "entryTs": 1659689100,
          "entryUtc": "2022-08-05T08:45:00.000Z",
          "exitTs": 1659702600,
          "dir": -1,
          "entryPrice": 1787.742,
          "exitPrice": 1781.94,
          "stopDistance": 2.901,
          "outcome": "target",
          "netR": 1.8725,
          "holdMinutes": 225
        },
        {
          "entryTs": 1659706080,
          "entryUtc": "2022-08-05T13:28:00.000Z",
          "exitTs": 1659708120,
          "dir": -1,
          "entryPrice": 1770.427,
          "exitPrice": 1775.345,
          "stopDistance": 4.918,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 34
        },
        {
          "entryTs": 1659945660,
          "entryUtc": "2022-08-08T08:01:00.000Z",
          "exitTs": 1659946980,
          "dir": 1,
          "entryPrice": 1776.798,
          "exitPrice": 1774.515,
          "stopDistance": 2.283,
          "outcome": "stop",
          "netR": -1.184,
          "holdMinutes": 22
        },
        {
          "entryTs": 1659948300,
          "entryUtc": "2022-08-08T08:45:00.000Z",
          "exitTs": 1659951180,
          "dir": -1,
          "entryPrice": 1773.908,
          "exitPrice": 1776.373,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 48
        },
        {
          "entryTs": 1659958500,
          "entryUtc": "2022-08-08T11:35:00.000Z",
          "exitTs": 1659969240,
          "dir": 1,
          "entryPrice": 1781.614,
          "exitPrice": 1786.858,
          "stopDistance": 2.622,
          "outcome": "target",
          "netR": 1.8589,
          "holdMinutes": 179
        },
        {
          "entryTs": 1659971220,
          "entryUtc": "2022-08-08T15:07:00.000Z",
          "exitTs": 1660041780,
          "dir": 1,
          "entryPrice": 1786.494,
          "exitPrice": 1793.526,
          "stopDistance": 3.516,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1660052280,
          "entryUtc": "2022-08-09T13:38:00.000Z",
          "exitTs": 1660057020,
          "dir": 1,
          "entryPrice": 1795.818,
          "exitPrice": 1792.081,
          "stopDistance": 3.737,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 79
        },
        {
          "entryTs": 1660058400,
          "entryUtc": "2022-08-09T15:20:00.000Z",
          "exitTs": 1660060980,
          "dir": -1,
          "entryPrice": 1792.698,
          "exitPrice": 1797.052,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 43
        },
        {
          "entryTs": 1660120260,
          "entryUtc": "2022-08-10T08:31:00.000Z",
          "exitTs": 1660120620,
          "dir": -1,
          "entryPrice": 1789.874,
          "exitPrice": 1791.98,
          "stopDistance": 2.106,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 6
        },
        {
          "entryTs": 1660127940,
          "entryUtc": "2022-08-10T10:39:00.000Z",
          "exitTs": 1660130400,
          "dir": 1,
          "entryPrice": 1791.564,
          "exitPrice": 1789.225,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 41
        },
        {
          "entryTs": 1660132080,
          "entryUtc": "2022-08-10T11:48:00.000Z",
          "exitTs": 1660134600,
          "dir": -1,
          "entryPrice": 1791.294,
          "exitPrice": 1793.63,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 42
        },
        {
          "entryTs": 1660136400,
          "entryUtc": "2022-08-10T13:00:00.000Z",
          "exitTs": 1660138740,
          "dir": 1,
          "entryPrice": 1796.987,
          "exitPrice": 1791.756,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 39
        },
        {
          "entryTs": 1660164540,
          "entryUtc": "2022-08-10T20:49:00.000Z",
          "exitTs": 1660193100,
          "dir": -1,
          "entryPrice": 1791.958,
          "exitPrice": 1783.969,
          "stopDistance": 3.994,
          "outcome": "target",
          "netR": 1.9074,
          "holdMinutes": 476
        },
        {
          "entryTs": 1660209300,
          "entryUtc": "2022-08-11T09:15:00.000Z",
          "exitTs": 1660218240,
          "dir": 1,
          "entryPrice": 1788.944,
          "exitPrice": 1794.427,
          "stopDistance": 2.741,
          "outcome": "target",
          "netR": 1.865,
          "holdMinutes": 149
        },
        {
          "entryTs": 1660221060,
          "entryUtc": "2022-08-11T12:31:00.000Z",
          "exitTs": 1660221300,
          "dir": 1,
          "entryPrice": 1795.924,
          "exitPrice": 1793.156,
          "stopDistance": 2.768,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660226880,
          "entryUtc": "2022-08-11T14:08:00.000Z",
          "exitTs": 1660228740,
          "dir": 1,
          "entryPrice": 1795.998,
          "exitPrice": 1792.056,
          "stopDistance": 3.942,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 31
        },
        {
          "entryTs": 1660231860,
          "entryUtc": "2022-08-11T15:31:00.000Z",
          "exitTs": 1660287360,
          "dir": -1,
          "entryPrice": 1788.464,
          "exitPrice": 1792.77,
          "stopDistance": 4.306,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 925
        },
        {
          "entryTs": 1660291380,
          "entryUtc": "2022-08-12T08:03:00.000Z",
          "exitTs": 1660306860,
          "dir": -1,
          "entryPrice": 1788.978,
          "exitPrice": 1791.523,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 258
        },
        {
          "entryTs": 1660317000,
          "entryUtc": "2022-08-12T15:10:00.000Z",
          "exitTs": 1660323840,
          "dir": -1,
          "entryPrice": 1794.624,
          "exitPrice": 1798.973,
          "stopDistance": 4.349,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 114
        },
        {
          "entryTs": 1660325400,
          "entryUtc": "2022-08-12T17:30:00.000Z",
          "exitTs": 1660514400,
          "dir": 1,
          "entryPrice": 1798.914,
          "exitPrice": 1802.064,
          "stopDistance": 3.929,
          "outcome": "time",
          "netR": 0.7076,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1660554900,
          "entryUtc": "2022-08-15T09:15:00.000Z",
          "exitTs": 1660557240,
          "dir": -1,
          "entryPrice": 1784.198,
          "exitPrice": 1779.077,
          "stopDistance": 2.561,
          "outcome": "target",
          "netR": 1.8555,
          "holdMinutes": 39
        },
        {
          "entryTs": 1660560600,
          "entryUtc": "2022-08-15T10:50:00.000Z",
          "exitTs": 1660566180,
          "dir": -1,
          "entryPrice": 1777.514,
          "exitPrice": 1780.842,
          "stopDistance": 3.328,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 93
        },
        {
          "entryTs": 1660566240,
          "entryUtc": "2022-08-15T12:24:00.000Z",
          "exitTs": 1660566540,
          "dir": -1,
          "entryPrice": 1782.504,
          "exitPrice": 1785.246,
          "stopDistance": 2.742,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 5
        },
        {
          "entryTs": 1660567500,
          "entryUtc": "2022-08-15T12:45:00.000Z",
          "exitTs": 1660636920,
          "dir": 1,
          "entryPrice": 1779.668,
          "exitPrice": 1774.691,
          "stopDistance": 4.977,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 1157
        },
        {
          "entryTs": 1660638360,
          "entryUtc": "2022-08-16T08:26:00.000Z",
          "exitTs": 1660652040,
          "dir": -1,
          "entryPrice": 1775.934,
          "exitPrice": 1778.237,
          "stopDistance": 2.303,
          "outcome": "stop",
          "netR": -1.1824,
          "holdMinutes": 228
        },
        {
          "entryTs": 1660698900,
          "entryUtc": "2022-08-17T01:15:00.000Z",
          "exitTs": 1660710360,
          "dir": -1,
          "entryPrice": 1775.378,
          "exitPrice": 1777.065,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.2489,
          "holdMinutes": 191
        },
        {
          "entryTs": 1660716420,
          "entryUtc": "2022-08-17T06:07:00.000Z",
          "exitTs": 1660716900,
          "dir": 1,
          "entryPrice": 1780.534,
          "exitPrice": 1778.763,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 8
        },
        {
          "entryTs": 1660717920,
          "entryUtc": "2022-08-17T06:32:00.000Z",
          "exitTs": 1660720260,
          "dir": 1,
          "entryPrice": 1777.588,
          "exitPrice": 1775.888,
          "stopDistance": 1.7,
          "outcome": "stop",
          "netR": -1.247,
          "holdMinutes": 39
        },
        {
          "entryTs": 1660726920,
          "entryUtc": "2022-08-17T09:02:00.000Z",
          "exitTs": 1660732080,
          "dir": 1,
          "entryPrice": 1774.464,
          "exitPrice": 1772.011,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 86
        },
        {
          "entryTs": 1660737600,
          "entryUtc": "2022-08-17T12:00:00.000Z",
          "exitTs": 1660741080,
          "dir": -1,
          "entryPrice": 1770.043,
          "exitPrice": 1772.847,
          "stopDistance": 2.804,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 58
        },
        {
          "entryTs": 1660741260,
          "entryUtc": "2022-08-17T13:01:00.000Z",
          "exitTs": 1660743420,
          "dir": 1,
          "entryPrice": 1770.314,
          "exitPrice": 1766.584,
          "stopDistance": 3.73,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 36
        },
        {
          "entryTs": 1660745220,
          "entryUtc": "2022-08-17T14:07:00.000Z",
          "exitTs": 1660752300,
          "dir": -1,
          "entryPrice": 1769.308,
          "exitPrice": 1760.276,
          "stopDistance": 4.516,
          "outcome": "target",
          "netR": 1.9181,
          "holdMinutes": 118
        },
        {
          "entryTs": 1660765680,
          "entryUtc": "2022-08-17T19:48:00.000Z",
          "exitTs": 1660773600,
          "dir": 1,
          "entryPrice": 1765.068,
          "exitPrice": 1761.093,
          "stopDistance": 3.975,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 132
        },
        {
          "entryTs": 1660829520,
          "entryUtc": "2022-08-18T13:32:00.000Z",
          "exitTs": 1660834020,
          "dir": -1,
          "entryPrice": 1768.342,
          "exitPrice": 1762.428,
          "stopDistance": 2.957,
          "outcome": "target",
          "netR": 1.8749,
          "holdMinutes": 75
        },
        {
          "entryTs": 1660871580,
          "entryUtc": "2022-08-19T01:13:00.000Z",
          "exitTs": 1660882440,
          "dir": -1,
          "entryPrice": 1756.678,
          "exitPrice": 1752.379,
          "stopDistance": 2.15,
          "outcome": "target",
          "netR": 1.8279,
          "holdMinutes": 181
        },
        {
          "entryTs": 1660888800,
          "entryUtc": "2022-08-19T06:00:00.000Z",
          "exitTs": 1660896240,
          "dir": 1,
          "entryPrice": 1754.868,
          "exitPrice": 1752.579,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 124
        },
        {
          "entryTs": 1660905120,
          "entryUtc": "2022-08-19T10:32:00.000Z",
          "exitTs": 1660909920,
          "dir": -1,
          "entryPrice": 1750.754,
          "exitPrice": 1753.284,
          "stopDistance": 2.53,
          "outcome": "stop",
          "netR": -1.166,
          "holdMinutes": 80
        },
        {
          "entryTs": 1660910520,
          "entryUtc": "2022-08-19T12:02:00.000Z",
          "exitTs": 1660912920,
          "dir": 1,
          "entryPrice": 1751.784,
          "exitPrice": 1757.154,
          "stopDistance": 2.685,
          "outcome": "target",
          "netR": 1.8622,
          "holdMinutes": 40
        },
        {
          "entryTs": 1660915860,
          "entryUtc": "2022-08-19T13:31:00.000Z",
          "exitTs": 1660916700,
          "dir": 1,
          "entryPrice": 1754.844,
          "exitPrice": 1751.508,
          "stopDistance": 3.336,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 14
        },
        {
          "entryTs": 1660921260,
          "entryUtc": "2022-08-19T15:01:00.000Z",
          "exitTs": 1661119200,
          "dir": -1,
          "entryPrice": 1748.734,
          "exitPrice": 1746.698,
          "stopDistance": 3.875,
          "outcome": "time",
          "netR": 0.43,
          "holdMinutes": 3299
        },
        {
          "entryTs": 1661162100,
          "entryUtc": "2022-08-22T09:55:00.000Z",
          "exitTs": 1661168100,
          "dir": -1,
          "entryPrice": 1737.592,
          "exitPrice": 1732.794,
          "stopDistance": 2.399,
          "outcome": "target",
          "netR": 1.8458,
          "holdMinutes": 100
        },
        {
          "entryTs": 1661174340,
          "entryUtc": "2022-08-22T13:19:00.000Z",
          "exitTs": 1661175300,
          "dir": -1,
          "entryPrice": 1734.408,
          "exitPrice": 1737.763,
          "stopDistance": 3.355,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 16
        },
        {
          "entryTs": 1661176560,
          "entryUtc": "2022-08-22T13:56:00.000Z",
          "exitTs": 1661242560,
          "dir": 1,
          "entryPrice": 1733.464,
          "exitPrice": 1741.242,
          "stopDistance": 3.889,
          "outcome": "target",
          "netR": 1.9049,
          "holdMinutes": 1100
        },
        {
          "entryTs": 1661251380,
          "entryUtc": "2022-08-23T10:43:00.000Z",
          "exitTs": 1661261580,
          "dir": -1,
          "entryPrice": 1736.598,
          "exitPrice": 1739.82,
          "stopDistance": 3.222,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 170
        },
        {
          "entryTs": 1661334120,
          "entryUtc": "2022-08-24T09:42:00.000Z",
          "exitTs": 1661335380,
          "dir": 1,
          "entryPrice": 1750.864,
          "exitPrice": 1748.361,
          "stopDistance": 2.503,
          "outcome": "stop",
          "netR": -1.1678,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661336460,
          "entryUtc": "2022-08-24T10:21:00.000Z",
          "exitTs": 1661337120,
          "dir": 1,
          "entryPrice": 1747.244,
          "exitPrice": 1744.953,
          "stopDistance": 2.291,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 11
        },
        {
          "entryTs": 1661342400,
          "entryUtc": "2022-08-24T12:00:00.000Z",
          "exitTs": 1661350740,
          "dir": -1,
          "entryPrice": 1746.428,
          "exitPrice": 1749.161,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 139
        },
        {
          "entryTs": 1661355960,
          "entryUtc": "2022-08-24T15:46:00.000Z",
          "exitTs": 1661409240,
          "dir": 1,
          "entryPrice": 1751.694,
          "exitPrice": 1759.878,
          "stopDistance": 4.092,
          "outcome": "target",
          "netR": 1.9096,
          "holdMinutes": 888
        },
        {
          "entryTs": 1661436540,
          "entryUtc": "2022-08-25T14:09:00.000Z",
          "exitTs": 1661446860,
          "dir": -1,
          "entryPrice": 1755.494,
          "exitPrice": 1759.108,
          "stopDistance": 3.614,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 172
        },
        {
          "entryTs": 1661480760,
          "entryUtc": "2022-08-26T02:26:00.000Z",
          "exitTs": 1661485740,
          "dir": -1,
          "entryPrice": 1754.528,
          "exitPrice": 1756.387,
          "stopDistance": 1.859,
          "outcome": "stop",
          "netR": -1.2259,
          "holdMinutes": 83
        },
        {
          "entryTs": 1661518020,
          "entryUtc": "2022-08-26T12:47:00.000Z",
          "exitTs": 1661519460,
          "dir": 1,
          "entryPrice": 1745.268,
          "exitPrice": 1750.566,
          "stopDistance": 2.649,
          "outcome": "target",
          "netR": 1.8603,
          "holdMinutes": 24
        },
        {
          "entryTs": 1661522400,
          "entryUtc": "2022-08-26T14:00:00.000Z",
          "exitTs": 1661522460,
          "dir": 1,
          "entryPrice": 1750.118,
          "exitPrice": 1746.439,
          "stopDistance": 3.679,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 1
        },
        {
          "entryTs": 1661740740,
          "entryUtc": "2022-08-29T02:39:00.000Z",
          "exitTs": 1661748300,
          "dir": -1,
          "entryPrice": 1727.818,
          "exitPrice": 1721.094,
          "stopDistance": 3.362,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 126
        },
        {
          "entryTs": 1661779800,
          "entryUtc": "2022-08-29T13:30:00.000Z",
          "exitTs": 1661782560,
          "dir": 1,
          "entryPrice": 1737.368,
          "exitPrice": 1745.312,
          "stopDistance": 3.972,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 46
        },
        {
          "entryTs": 1661846400,
          "entryUtc": "2022-08-30T08:00:00.000Z",
          "exitTs": 1661847360,
          "dir": 1,
          "entryPrice": 1731.254,
          "exitPrice": 1736.476,
          "stopDistance": 2.611,
          "outcome": "target",
          "netR": 1.8583,
          "holdMinutes": 16
        },
        {
          "entryTs": 1661849100,
          "entryUtc": "2022-08-30T08:45:00.000Z",
          "exitTs": 1661850660,
          "dir": 1,
          "entryPrice": 1734.918,
          "exitPrice": 1731.93,
          "stopDistance": 2.988,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 26
        },
        {
          "entryTs": 1661873280,
          "entryUtc": "2022-08-30T15:28:00.000Z",
          "exitTs": 1661934000,
          "dir": -1,
          "entryPrice": 1725.742,
          "exitPrice": 1717.705,
          "stopDistance": 4.018,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 1012
        },
        {
          "entryTs": 1661958840,
          "entryUtc": "2022-08-31T15:14:00.000Z",
          "exitTs": 1661966700,
          "dir": 1,
          "entryPrice": 1718.698,
          "exitPrice": 1714.021,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 131
        },
        {
          "entryTs": 1661988720,
          "entryUtc": "2022-08-31T23:32:00.000Z",
          "exitTs": 1661997300,
          "dir": -1,
          "entryPrice": 1709.148,
          "exitPrice": 1703.535,
          "stopDistance": 2.806,
          "outcome": "target",
          "netR": 1.8682,
          "holdMinutes": 143
        },
        {
          "entryTs": 1662012660,
          "entryUtc": "2022-09-01T06:11:00.000Z",
          "exitTs": 1662019800,
          "dir": 1,
          "entryPrice": 1705.584,
          "exitPrice": 1703.242,
          "stopDistance": 2.342,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 119
        },
        {
          "entryTs": 1662046320,
          "entryUtc": "2022-09-01T15:32:00.000Z",
          "exitTs": 1662110700,
          "dir": 1,
          "entryPrice": 1693.729,
          "exitPrice": 1705.615,
          "stopDistance": 5.943,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 1073
        },
        {
          "entryTs": 1662341460,
          "entryUtc": "2022-09-05T01:31:00.000Z",
          "exitTs": 1662344460,
          "dir": 1,
          "entryPrice": 1711.694,
          "exitPrice": 1709.117,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 50
        },
        {
          "entryTs": 1662363120,
          "entryUtc": "2022-09-05T07:32:00.000Z",
          "exitTs": 1662365340,
          "dir": -1,
          "entryPrice": 1709.705,
          "exitPrice": 1712.266,
          "stopDistance": 2.561,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 37
        },
        {
          "entryTs": 1662426060,
          "entryUtc": "2022-09-06T01:01:00.000Z",
          "exitTs": 1662426180,
          "dir": 1,
          "entryPrice": 1721.384,
          "exitPrice": 1718.769,
          "stopDistance": 2.616,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 2
        },
        {
          "entryTs": 1662428460,
          "entryUtc": "2022-09-06T01:41:00.000Z",
          "exitTs": 1662440400,
          "dir": 1,
          "entryPrice": 1717.208,
          "exitPrice": 1714.989,
          "stopDistance": 2.219,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 199
        },
        {
          "entryTs": 1662450060,
          "entryUtc": "2022-09-06T07:41:00.000Z",
          "exitTs": 1662468660,
          "dir": -1,
          "entryPrice": 1716.304,
          "exitPrice": 1710.399,
          "stopDistance": 2.952,
          "outcome": "target",
          "netR": 1.8747,
          "holdMinutes": 310
        },
        {
          "entryTs": 1662470640,
          "entryUtc": "2022-09-06T13:24:00.000Z",
          "exitTs": 1662472980,
          "dir": -1,
          "entryPrice": 1709.428,
          "exitPrice": 1702.974,
          "stopDistance": 3.227,
          "outcome": "target",
          "netR": 1.8853,
          "holdMinutes": 39
        },
        {
          "entryTs": 1662509820,
          "entryUtc": "2022-09-07T00:17:00.000Z",
          "exitTs": 1662510120,
          "dir": 1,
          "entryPrice": 1701.408,
          "exitPrice": 1699.093,
          "stopDistance": 2.314,
          "outcome": "stop",
          "netR": -1.1815,
          "holdMinutes": 5
        },
        {
          "entryTs": 1662511560,
          "entryUtc": "2022-09-07T00:46:00.000Z",
          "exitTs": 1662532860,
          "dir": -1,
          "entryPrice": 1695.538,
          "exitPrice": 1698.626,
          "stopDistance": 3.088,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 355
        },
        {
          "entryTs": 1662538860,
          "entryUtc": "2022-09-07T08:21:00.000Z",
          "exitTs": 1662555120,
          "dir": 1,
          "entryPrice": 1702.388,
          "exitPrice": 1698.962,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 271
        },
        {
          "entryTs": 1662557760,
          "entryUtc": "2022-09-07T13:36:00.000Z",
          "exitTs": 1662559020,
          "dir": -1,
          "entryPrice": 1700.378,
          "exitPrice": 1703.567,
          "stopDistance": 3.189,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 21
        },
        {
          "entryTs": 1662563940,
          "entryUtc": "2022-09-07T15:19:00.000Z",
          "exitTs": 1662572940,
          "dir": 1,
          "entryPrice": 1710.548,
          "exitPrice": 1719.006,
          "stopDistance": 4.229,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 150
        },
        {
          "entryTs": 1662611400,
          "entryUtc": "2022-09-08T04:30:00.000Z",
          "exitTs": 1662620400,
          "dir": 1,
          "entryPrice": 1715.336,
          "exitPrice": 1719.803,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 150
        },
        {
          "entryTs": 1662623100,
          "entryUtc": "2022-09-08T07:45:00.000Z",
          "exitTs": 1662632880,
          "dir": -1,
          "entryPrice": 1719.168,
          "exitPrice": 1721.769,
          "stopDistance": 2.601,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 163
        },
        {
          "entryTs": 1662685140,
          "entryUtc": "2022-09-09T00:59:00.000Z",
          "exitTs": 1662691380,
          "dir": 1,
          "entryPrice": 1713.588,
          "exitPrice": 1717.982,
          "stopDistance": 2.197,
          "outcome": "target",
          "netR": 1.8316,
          "holdMinutes": 104
        },
        {
          "entryTs": 1662705180,
          "entryUtc": "2022-09-09T06:33:00.000Z",
          "exitTs": 1662706860,
          "dir": 1,
          "entryPrice": 1720.188,
          "exitPrice": 1724.875,
          "stopDistance": 2.344,
          "outcome": "target",
          "netR": 1.8421,
          "holdMinutes": 28
        },
        {
          "entryTs": 1662708960,
          "entryUtc": "2022-09-09T07:36:00.000Z",
          "exitTs": 1662724440,
          "dir": 1,
          "entryPrice": 1725.774,
          "exitPrice": 1722.889,
          "stopDistance": 2.885,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 258
        },
        {
          "entryTs": 1662725700,
          "entryUtc": "2022-09-09T12:15:00.000Z",
          "exitTs": 1662730440,
          "dir": -1,
          "entryPrice": 1721.935,
          "exitPrice": 1714.323,
          "stopDistance": 3.806,
          "outcome": "target",
          "netR": 1.9028,
          "holdMinutes": 79
        },
        {
          "entryTs": 1662732360,
          "entryUtc": "2022-09-09T14:06:00.000Z",
          "exitTs": 1662940800,
          "dir": -1,
          "entryPrice": 1716.65,
          "exitPrice": 1718.335,
          "stopDistance": 4.255,
          "outcome": "time",
          "netR": -0.4829,
          "holdMinutes": 3474
        },
        {
          "entryTs": 1662947100,
          "entryUtc": "2022-09-12T01:45:00.000Z",
          "exitTs": 1662949860,
          "dir": 1,
          "entryPrice": 1717.348,
          "exitPrice": 1714.88,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 46
        },
        {
          "entryTs": 1662968760,
          "entryUtc": "2022-09-12T07:46:00.000Z",
          "exitTs": 1662984000,
          "dir": 1,
          "entryPrice": 1723.944,
          "exitPrice": 1730.369,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 254
        },
        {
          "entryTs": 1662986340,
          "entryUtc": "2022-09-12T12:39:00.000Z",
          "exitTs": 1662989760,
          "dir": 1,
          "entryPrice": 1727.873,
          "exitPrice": 1724.76,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 57
        },
        {
          "entryTs": 1662991200,
          "entryUtc": "2022-09-12T14:00:00.000Z",
          "exitTs": 1662996540,
          "dir": -1,
          "entryPrice": 1726.885,
          "exitPrice": 1731.31,
          "stopDistance": 4.425,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 89
        },
        {
          "entryTs": 1663033860,
          "entryUtc": "2022-09-13T01:51:00.000Z",
          "exitTs": 1663054380,
          "dir": -1,
          "entryPrice": 1722.568,
          "exitPrice": 1725.183,
          "stopDistance": 2.615,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 342
        },
        {
          "entryTs": 1663075800,
          "entryUtc": "2022-09-13T13:30:00.000Z",
          "exitTs": 1663076880,
          "dir": -1,
          "entryPrice": 1702.544,
          "exitPrice": 1708.713,
          "stopDistance": 6.169,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 18
        },
        {
          "entryTs": 1663212780,
          "entryUtc": "2022-09-15T03:33:00.000Z",
          "exitTs": 1663217760,
          "dir": -1,
          "entryPrice": 1692.158,
          "exitPrice": 1687.037,
          "stopDistance": 2.56,
          "outcome": "target",
          "netR": 1.8555,
          "holdMinutes": 83
        },
        {
          "entryTs": 1663219260,
          "entryUtc": "2022-09-15T05:21:00.000Z",
          "exitTs": 1663236600,
          "dir": -1,
          "entryPrice": 1688.364,
          "exitPrice": 1691.044,
          "stopDistance": 2.68,
          "outcome": "stop",
          "netR": -1.1567,
          "holdMinutes": 289
        },
        {
          "entryTs": 1663245120,
          "entryUtc": "2022-09-15T12:32:00.000Z",
          "exitTs": 1663246020,
          "dir": -1,
          "entryPrice": 1687.458,
          "exitPrice": 1690.387,
          "stopDistance": 2.929,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 15
        },
        {
          "entryTs": 1663246800,
          "entryUtc": "2022-09-15T13:00:00.000Z",
          "exitTs": 1663248420,
          "dir": 1,
          "entryPrice": 1687.278,
          "exitPrice": 1683.256,
          "stopDistance": 4.022,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 27
        },
        {
          "entryTs": 1663249500,
          "entryUtc": "2022-09-15T13:45:00.000Z",
          "exitTs": 1663249800,
          "dir": -1,
          "entryPrice": 1684.114,
          "exitPrice": 1688.504,
          "stopDistance": 4.39,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 5
        },
        {
          "entryTs": 1663251720,
          "entryUtc": "2022-09-15T14:22:00.000Z",
          "exitTs": 1663253160,
          "dir": 1,
          "entryPrice": 1685.618,
          "exitPrice": 1680.637,
          "stopDistance": 4.981,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 24
        },
        {
          "entryTs": 1663255740,
          "entryUtc": "2022-09-15T15:29:00.000Z",
          "exitTs": 1663538400,
          "dir": -1,
          "entryPrice": 1670.618,
          "exitPrice": 1674.828,
          "stopDistance": 6.957,
          "outcome": "time",
          "netR": -0.6583,
          "holdMinutes": 4711
        },
        {
          "entryTs": 1663554660,
          "entryUtc": "2022-09-19T02:31:00.000Z",
          "exitTs": 1663571520,
          "dir": -1,
          "entryPrice": 1669.548,
          "exitPrice": 1663.294,
          "stopDistance": 3.127,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 281
        },
        {
          "entryTs": 1663574160,
          "entryUtc": "2022-09-19T07:56:00.000Z",
          "exitTs": 1663576620,
          "dir": -1,
          "entryPrice": 1661.818,
          "exitPrice": 1664.74,
          "stopDistance": 2.922,
          "outcome": "stop",
          "netR": -1.1437,
          "holdMinutes": 41
        },
        {
          "entryTs": 1663592040,
          "entryUtc": "2022-09-19T12:54:00.000Z",
          "exitTs": 1663599300,
          "dir": 1,
          "entryPrice": 1664.958,
          "exitPrice": 1672.462,
          "stopDistance": 3.752,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 121
        },
        {
          "entryTs": 1663634040,
          "entryUtc": "2022-09-20T00:34:00.000Z",
          "exitTs": 1663634580,
          "dir": 1,
          "entryPrice": 1677.915,
          "exitPrice": 1675.909,
          "stopDistance": 2.006,
          "outcome": "stop",
          "netR": -1.2094,
          "holdMinutes": 9
        },
        {
          "entryTs": 1663636440,
          "entryUtc": "2022-09-20T01:14:00.000Z",
          "exitTs": 1663650660,
          "dir": -1,
          "entryPrice": 1676.778,
          "exitPrice": 1672.391,
          "stopDistance": 2.193,
          "outcome": "target",
          "netR": 1.8313,
          "holdMinutes": 237
        },
        {
          "entryTs": 1663656900,
          "entryUtc": "2022-09-20T06:55:00.000Z",
          "exitTs": 1663661220,
          "dir": 1,
          "entryPrice": 1672.908,
          "exitPrice": 1670.636,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1848,
          "holdMinutes": 72
        },
        {
          "entryTs": 1663662840,
          "entryUtc": "2022-09-20T08:34:00.000Z",
          "exitTs": 1663680600,
          "dir": -1,
          "entryPrice": 1669.625,
          "exitPrice": 1663.85,
          "stopDistance": 2.888,
          "outcome": "target",
          "netR": 1.8719,
          "holdMinutes": 296
        },
        {
          "entryTs": 1663726260,
          "entryUtc": "2022-09-21T02:11:00.000Z",
          "exitTs": 1663734660,
          "dir": -1,
          "entryPrice": 1665.798,
          "exitPrice": 1661.686,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 140
        },
        {
          "entryTs": 1663742700,
          "entryUtc": "2022-09-21T06:45:00.000Z",
          "exitTs": 1663755240,
          "dir": 1,
          "entryPrice": 1669.358,
          "exitPrice": 1674.929,
          "stopDistance": 2.785,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 209
        },
        {
          "entryTs": 1663781700,
          "entryUtc": "2022-09-21T17:35:00.000Z",
          "exitTs": 1663783200,
          "dir": -1,
          "entryPrice": 1668.908,
          "exitPrice": 1661.871,
          "stopDistance": 3.519,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 25
        },
        {
          "entryTs": 1663785120,
          "entryUtc": "2022-09-21T18:32:00.000Z",
          "exitTs": 1663785180,
          "dir": -1,
          "entryPrice": 1666.622,
          "exitPrice": 1671.553,
          "stopDistance": 4.931,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 1
        },
        {
          "entryTs": 1663788660,
          "entryUtc": "2022-09-21T19:31:00.000Z",
          "exitTs": 1663802520,
          "dir": 1,
          "entryPrice": 1676.788,
          "exitPrice": 1669.21,
          "stopDistance": 7.578,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 231
        },
        {
          "entryTs": 1663816500,
          "entryUtc": "2022-09-22T03:15:00.000Z",
          "exitTs": 1663830240,
          "dir": 1,
          "entryPrice": 1660.678,
          "exitPrice": 1656.249,
          "stopDistance": 4.429,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 229
        },
        {
          "entryTs": 1663836660,
          "entryUtc": "2022-09-22T08:51:00.000Z",
          "exitTs": 1663840800,
          "dir": 1,
          "entryPrice": 1671.417,
          "exitPrice": 1665.921,
          "stopDistance": 5.496,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 69
        },
        {
          "entryTs": 1663841700,
          "entryUtc": "2022-09-22T10:15:00.000Z",
          "exitTs": 1663850040,
          "dir": 1,
          "entryPrice": 1665.278,
          "exitPrice": 1675.998,
          "stopDistance": 5.36,
          "outcome": "target",
          "netR": 1.931,
          "holdMinutes": 139
        },
        {
          "entryTs": 1663851600,
          "entryUtc": "2022-09-22T13:00:00.000Z",
          "exitTs": 1663854060,
          "dir": 1,
          "entryPrice": 1681.305,
          "exitPrice": 1675.036,
          "stopDistance": 6.269,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 41
        },
        {
          "entryTs": 1663856040,
          "entryUtc": "2022-09-22T14:14:00.000Z",
          "exitTs": 1663923300,
          "dir": -1,
          "entryPrice": 1675.337,
          "exitPrice": 1662.219,
          "stopDistance": 6.559,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1121
        },
        {
          "entryTs": 1663928100,
          "entryUtc": "2022-09-23T10:15:00.000Z",
          "exitTs": 1663930080,
          "dir": -1,
          "entryPrice": 1657.338,
          "exitPrice": 1649.201,
          "stopDistance": 4.068,
          "outcome": "target",
          "netR": 1.9091,
          "holdMinutes": 33
        },
        {
          "entryTs": 1663932360,
          "entryUtc": "2022-09-23T11:26:00.000Z",
          "exitTs": 1663938480,
          "dir": -1,
          "entryPrice": 1645.943,
          "exitPrice": 1651.304,
          "stopDistance": 5.361,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 102
        },
        {
          "entryTs": 1663939800,
          "entryUtc": "2022-09-23T13:30:00.000Z",
          "exitTs": 1663940700,
          "dir": 1,
          "entryPrice": 1651.898,
          "exitPrice": 1645.487,
          "stopDistance": 6.411,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 15
        },
        {
          "entryTs": 1664154240,
          "entryUtc": "2022-09-26T01:04:00.000Z",
          "exitTs": 1664154420,
          "dir": -1,
          "entryPrice": 1639.238,
          "exitPrice": 1644.193,
          "stopDistance": 4.955,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 3
        },
        {
          "entryTs": 1664178300,
          "entryUtc": "2022-09-26T07:45:00.000Z",
          "exitTs": 1664187120,
          "dir": 1,
          "entryPrice": 1645.268,
          "exitPrice": 1639.625,
          "stopDistance": 5.643,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 147
        },
        {
          "entryTs": 1664188200,
          "entryUtc": "2022-09-26T10:30:00.000Z",
          "exitTs": 1664196480,
          "dir": -1,
          "entryPrice": 1640.155,
          "exitPrice": 1645.389,
          "stopDistance": 5.234,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 138
        },
        {
          "entryTs": 1664213400,
          "entryUtc": "2022-09-26T17:30:00.000Z",
          "exitTs": 1664242320,
          "dir": -1,
          "entryPrice": 1627.475,
          "exitPrice": 1632.616,
          "stopDistance": 5.141,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 482
        },
        {
          "entryTs": 1664259000,
          "entryUtc": "2022-09-27T06:10:00.000Z",
          "exitTs": 1664262300,
          "dir": 1,
          "entryPrice": 1633.628,
          "exitPrice": 1638.807,
          "stopDistance": 2.589,
          "outcome": "target",
          "netR": 1.8571,
          "holdMinutes": 55
        },
        {
          "entryTs": 1664280900,
          "entryUtc": "2022-09-27T12:15:00.000Z",
          "exitTs": 1664295060,
          "dir": -1,
          "entryPrice": 1637.268,
          "exitPrice": 1629.933,
          "stopDistance": 3.667,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 236
        },
        {
          "entryTs": 1664327280,
          "entryUtc": "2022-09-28T01:08:00.000Z",
          "exitTs": 1664345760,
          "dir": -1,
          "entryPrice": 1627.108,
          "exitPrice": 1621.555,
          "stopDistance": 2.777,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 308
        },
        {
          "entryTs": 1664350200,
          "entryUtc": "2022-09-28T07:30:00.000Z",
          "exitTs": 1664351640,
          "dir": -1,
          "entryPrice": 1618.748,
          "exitPrice": 1622.11,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 24
        },
        {
          "entryTs": 1664353020,
          "entryUtc": "2022-09-28T08:17:00.000Z",
          "exitTs": 1664358780,
          "dir": 1,
          "entryPrice": 1620.219,
          "exitPrice": 1616.415,
          "stopDistance": 3.804,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 96
        },
        {
          "entryTs": 1664364900,
          "entryUtc": "2022-09-28T11:35:00.000Z",
          "exitTs": 1664367660,
          "dir": 1,
          "entryPrice": 1625.671,
          "exitPrice": 1636.22,
          "stopDistance": 5.275,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 46
        },
        {
          "entryTs": 1664369340,
          "entryUtc": "2022-09-28T12:49:00.000Z",
          "exitTs": 1664372700,
          "dir": 1,
          "entryPrice": 1635.665,
          "exitPrice": 1647.427,
          "stopDistance": 5.881,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 56
        },
        {
          "entryTs": 1664415480,
          "entryUtc": "2022-09-29T01:38:00.000Z",
          "exitTs": 1664418240,
          "dir": 1,
          "entryPrice": 1655.715,
          "exitPrice": 1652.786,
          "stopDistance": 2.929,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 46
        },
        {
          "entryTs": 1664429400,
          "entryUtc": "2022-09-29T05:30:00.000Z",
          "exitTs": 1664430060,
          "dir": -1,
          "entryPrice": 1649.925,
          "exitPrice": 1644.473,
          "stopDistance": 2.726,
          "outcome": "target",
          "netR": 1.8643,
          "holdMinutes": 11
        },
        {
          "entryTs": 1664431200,
          "entryUtc": "2022-09-29T06:00:00.000Z",
          "exitTs": 1664443680,
          "dir": -1,
          "entryPrice": 1644.995,
          "exitPrice": 1648.247,
          "stopDistance": 3.252,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 208
        },
        {
          "entryTs": 1664458860,
          "entryUtc": "2022-09-29T13:41:00.000Z",
          "exitTs": 1664461020,
          "dir": 1,
          "entryPrice": 1653.508,
          "exitPrice": 1648.36,
          "stopDistance": 5.148,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 36
        },
        {
          "entryTs": 1664463000,
          "entryUtc": "2022-09-29T14:50:00.000Z",
          "exitTs": 1664464020,
          "dir": -1,
          "entryPrice": 1650.745,
          "exitPrice": 1656.955,
          "stopDistance": 6.21,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 17
        },
        {
          "entryTs": 1664518680,
          "entryUtc": "2022-09-30T06:18:00.000Z",
          "exitTs": 1664521620,
          "dir": 1,
          "entryPrice": 1666.108,
          "exitPrice": 1671.09,
          "stopDistance": 2.491,
          "outcome": "target",
          "netR": 1.8515,
          "holdMinutes": 49
        },
        {
          "entryTs": 1664523000,
          "entryUtc": "2022-09-30T07:30:00.000Z",
          "exitTs": 1664530980,
          "dir": 1,
          "entryPrice": 1671.025,
          "exitPrice": 1667.607,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 133
        },
        {
          "entryTs": 1664554740,
          "entryUtc": "2022-09-30T16:19:00.000Z",
          "exitTs": 1664559180,
          "dir": 1,
          "entryPrice": 1668.038,
          "exitPrice": 1663.011,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 74
        },
        {
          "entryTs": 1664749800,
          "entryUtc": "2022-10-02T22:30:00.000Z",
          "exitTs": 1664789400,
          "dir": 1,
          "entryPrice": 1663.458,
          "exitPrice": 1660.064,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 660
        },
        {
          "entryTs": 1664808600,
          "entryUtc": "2022-10-03T14:50:00.000Z",
          "exitTs": 1664822640,
          "dir": 1,
          "entryPrice": 1685.065,
          "exitPrice": 1698.054,
          "stopDistance": 6.494,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 234
        },
        {
          "entryTs": 1664856240,
          "entryUtc": "2022-10-04T04:04:00.000Z",
          "exitTs": 1664865600,
          "dir": 1,
          "entryPrice": 1698.281,
          "exitPrice": 1704.158,
          "stopDistance": 2.939,
          "outcome": "target",
          "netR": 1.8741,
          "holdMinutes": 156
        },
        {
          "entryTs": 1664870220,
          "entryUtc": "2022-10-04T07:57:00.000Z",
          "exitTs": 1664881320,
          "dir": 1,
          "entryPrice": 1707.524,
          "exitPrice": 1703.885,
          "stopDistance": 3.639,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 185
        },
        {
          "entryTs": 1664883060,
          "entryUtc": "2022-10-04T11:31:00.000Z",
          "exitTs": 1664885940,
          "dir": -1,
          "entryPrice": 1703.308,
          "exitPrice": 1707.648,
          "stopDistance": 4.34,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 48
        },
        {
          "entryTs": 1664889600,
          "entryUtc": "2022-10-04T13:20:00.000Z",
          "exitTs": 1664894880,
          "dir": 1,
          "entryPrice": 1710.497,
          "exitPrice": 1719.831,
          "stopDistance": 4.667,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 88
        },
        {
          "entryTs": 1664935260,
          "entryUtc": "2022-10-05T02:01:00.000Z",
          "exitTs": 1664951820,
          "dir": -1,
          "entryPrice": 1720.804,
          "exitPrice": 1723.82,
          "stopDistance": 3.016,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 276
        },
        {
          "entryTs": 1664953680,
          "entryUtc": "2022-10-05T07:08:00.000Z",
          "exitTs": 1664954580,
          "dir": 1,
          "entryPrice": 1722.398,
          "exitPrice": 1718.988,
          "stopDistance": 3.409,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 15
        },
        {
          "entryTs": 1664965800,
          "entryUtc": "2022-10-05T10:30:00.000Z",
          "exitTs": 1664967600,
          "dir": -1,
          "entryPrice": 1708.285,
          "exitPrice": 1712.728,
          "stopDistance": 4.443,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 30
        },
        {
          "entryTs": 1664968800,
          "entryUtc": "2022-10-05T11:20:00.000Z",
          "exitTs": 1664970000,
          "dir": 1,
          "entryPrice": 1710.348,
          "exitPrice": 1705.634,
          "stopDistance": 4.714,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 20
        },
        {
          "entryTs": 1664971200,
          "entryUtc": "2022-10-05T12:00:00.000Z",
          "exitTs": 1664972640,
          "dir": -1,
          "entryPrice": 1706.374,
          "exitPrice": 1711.152,
          "stopDistance": 4.778,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 24
        },
        {
          "entryTs": 1664973900,
          "entryUtc": "2022-10-05T12:45:00.000Z",
          "exitTs": 1664978400,
          "dir": 1,
          "entryPrice": 1709.888,
          "exitPrice": 1704.782,
          "stopDistance": 5.106,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 75
        },
        {
          "entryTs": 1665017880,
          "entryUtc": "2022-10-06T00:58:00.000Z",
          "exitTs": 1665044700,
          "dir": 1,
          "entryPrice": 1720.144,
          "exitPrice": 1717.343,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 447
        },
        {
          "entryTs": 1665063060,
          "entryUtc": "2022-10-06T13:31:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1714.128,
          "exitPrice": 1705.388,
          "stopDistance": 4.37,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 1379
        },
        {
          "entryTs": 1665148320,
          "entryUtc": "2022-10-07T13:12:00.000Z",
          "exitTs": 1665352980,
          "dir": -1,
          "entryPrice": 1702.804,
          "exitPrice": 1695.964,
          "stopDistance": 5.573,
          "outcome": "time",
          "netR": 1.161,
          "holdMinutes": 3411
        },
        {
          "entryTs": 1665356100,
          "entryUtc": "2022-10-09T22:55:00.000Z",
          "exitTs": 1665363480,
          "dir": 1,
          "entryPrice": 1697.378,
          "exitPrice": 1693.695,
          "stopDistance": 3.683,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 123
        },
        {
          "entryTs": 1665374640,
          "entryUtc": "2022-10-10T04:04:00.000Z",
          "exitTs": 1665388680,
          "dir": -1,
          "entryPrice": 1689.018,
          "exitPrice": 1682.537,
          "stopDistance": 3.24,
          "outcome": "target",
          "netR": 1.8858,
          "holdMinutes": 234
        },
        {
          "entryTs": 1665403740,
          "entryUtc": "2022-10-10T12:09:00.000Z",
          "exitTs": 1665413160,
          "dir": -1,
          "entryPrice": 1678.035,
          "exitPrice": 1669.317,
          "stopDistance": 4.359,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 157
        },
        {
          "entryTs": 1665415380,
          "entryUtc": "2022-10-10T15:23:00.000Z",
          "exitTs": 1665502200,
          "dir": -1,
          "entryPrice": 1668.368,
          "exitPrice": 1673.813,
          "stopDistance": 5.445,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 1447
        },
        {
          "entryTs": 1665513840,
          "entryUtc": "2022-10-11T18:44:00.000Z",
          "exitTs": 1665514440,
          "dir": 1,
          "entryPrice": 1676.878,
          "exitPrice": 1671.677,
          "stopDistance": 5.201,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 10
        },
        {
          "entryTs": 1665516000,
          "entryUtc": "2022-10-11T19:20:00.000Z",
          "exitTs": 1665555960,
          "dir": -1,
          "entryPrice": 1667.425,
          "exitPrice": 1672.354,
          "stopDistance": 4.929,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 666
        },
        {
          "entryTs": 1665561780,
          "entryUtc": "2022-10-12T08:03:00.000Z",
          "exitTs": 1665598200,
          "dir": -1,
          "entryPrice": 1671.368,
          "exitPrice": 1675.224,
          "stopDistance": 3.856,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 607
        },
        {
          "entryTs": 1665599520,
          "entryUtc": "2022-10-12T18:32:00.000Z",
          "exitTs": 1665627180,
          "dir": 1,
          "entryPrice": 1674.845,
          "exitPrice": 1670.535,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 461
        },
        {
          "entryTs": 1665648900,
          "entryUtc": "2022-10-13T08:15:00.000Z",
          "exitTs": 1665651660,
          "dir": 1,
          "entryPrice": 1670.745,
          "exitPrice": 1675.507,
          "stopDistance": 2.381,
          "outcome": "target",
          "netR": 1.8446,
          "holdMinutes": 46
        },
        {
          "entryTs": 1665654660,
          "entryUtc": "2022-10-13T09:51:00.000Z",
          "exitTs": 1665661200,
          "dir": 1,
          "entryPrice": 1675.368,
          "exitPrice": 1680.903,
          "stopDistance": 2.767,
          "outcome": "target",
          "netR": 1.8663,
          "holdMinutes": 109
        },
        {
          "entryTs": 1665662400,
          "entryUtc": "2022-10-13T12:00:00.000Z",
          "exitTs": 1665663300,
          "dir": 1,
          "entryPrice": 1678.162,
          "exitPrice": 1674.962,
          "stopDistance": 3.2,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 15
        },
        {
          "entryTs": 1665666060,
          "entryUtc": "2022-10-13T13:01:00.000Z",
          "exitTs": 1665668700,
          "dir": -1,
          "entryPrice": 1655.148,
          "exitPrice": 1642.546,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 44
        },
        {
          "entryTs": 1665677520,
          "entryUtc": "2022-10-13T16:12:00.000Z",
          "exitTs": 1665739740,
          "dir": 1,
          "entryPrice": 1663.435,
          "exitPrice": 1655.026,
          "stopDistance": 8.409,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 1037
        },
        {
          "entryTs": 1665741840,
          "entryUtc": "2022-10-14T10:04:00.000Z",
          "exitTs": 1665747420,
          "dir": -1,
          "entryPrice": 1655.165,
          "exitPrice": 1659.378,
          "stopDistance": 4.213,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 93
        },
        {
          "entryTs": 1665753300,
          "entryUtc": "2022-10-14T13:15:00.000Z",
          "exitTs": 1665754200,
          "dir": 1,
          "entryPrice": 1659.218,
          "exitPrice": 1653.825,
          "stopDistance": 5.393,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 15
        },
        {
          "entryTs": 1665984600,
          "entryUtc": "2022-10-17T05:30:00.000Z",
          "exitTs": 1665988680,
          "dir": 1,
          "entryPrice": 1651.165,
          "exitPrice": 1648.88,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 68
        },
        {
          "entryTs": 1665990060,
          "entryUtc": "2022-10-17T07:01:00.000Z",
          "exitTs": 1665990300,
          "dir": -1,
          "entryPrice": 1650.955,
          "exitPrice": 1653.656,
          "stopDistance": 2.701,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 4
        },
        {
          "entryTs": 1665995160,
          "entryUtc": "2022-10-17T08:26:00.000Z",
          "exitTs": 1666009200,
          "dir": 1,
          "entryPrice": 1654.948,
          "exitPrice": 1661.472,
          "stopDistance": 3.262,
          "outcome": "target",
          "netR": 1.8866,
          "holdMinutes": 234
        },
        {
          "entryTs": 1666015740,
          "entryUtc": "2022-10-17T14:09:00.000Z",
          "exitTs": 1666025040,
          "dir": 1,
          "entryPrice": 1662.998,
          "exitPrice": 1658.969,
          "stopDistance": 4.029,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 155
        },
        {
          "entryTs": 1666071000,
          "entryUtc": "2022-10-18T05:30:00.000Z",
          "exitTs": 1666073160,
          "dir": 1,
          "entryPrice": 1658.417,
          "exitPrice": 1655.475,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 36
        },
        {
          "entryTs": 1666073880,
          "entryUtc": "2022-10-18T06:18:00.000Z",
          "exitTs": 1666077600,
          "dir": 1,
          "entryPrice": 1654.358,
          "exitPrice": 1651.508,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 62
        },
        {
          "entryTs": 1666078200,
          "entryUtc": "2022-10-18T07:30:00.000Z",
          "exitTs": 1666079880,
          "dir": -1,
          "entryPrice": 1653.478,
          "exitPrice": 1656.615,
          "stopDistance": 3.137,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 28
        },
        {
          "entryTs": 1666081020,
          "entryUtc": "2022-10-18T08:17:00.000Z",
          "exitTs": 1666082760,
          "dir": 1,
          "entryPrice": 1655.828,
          "exitPrice": 1652.571,
          "stopDistance": 3.257,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 29
        },
        {
          "entryTs": 1666084740,
          "entryUtc": "2022-10-18T09:19:00.000Z",
          "exitTs": 1666096380,
          "dir": -1,
          "entryPrice": 1653.437,
          "exitPrice": 1657.022,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 194
        },
        {
          "entryTs": 1666104300,
          "entryUtc": "2022-10-18T14:45:00.000Z",
          "exitTs": 1666160580,
          "dir": -1,
          "entryPrice": 1650.988,
          "exitPrice": 1643.398,
          "stopDistance": 3.795,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 938
        },
        {
          "entryTs": 1666161900,
          "entryUtc": "2022-10-19T06:45:00.000Z",
          "exitTs": 1666163040,
          "dir": -1,
          "entryPrice": 1643.228,
          "exitPrice": 1638.54,
          "stopDistance": 2.344,
          "outcome": "target",
          "netR": 1.8421,
          "holdMinutes": 19
        },
        {
          "entryTs": 1666164600,
          "entryUtc": "2022-10-19T07:30:00.000Z",
          "exitTs": 1666165260,
          "dir": -1,
          "entryPrice": 1639.437,
          "exitPrice": 1642.234,
          "stopDistance": 2.797,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 11
        },
        {
          "entryTs": 1666165920,
          "entryUtc": "2022-10-19T07:52:00.000Z",
          "exitTs": 1666167120,
          "dir": -1,
          "entryPrice": 1646.017,
          "exitPrice": 1641.193,
          "stopDistance": 2.412,
          "outcome": "target",
          "netR": 1.8466,
          "holdMinutes": 20
        },
        {
          "entryTs": 1666183260,
          "entryUtc": "2022-10-19T12:41:00.000Z",
          "exitTs": 1666197600,
          "dir": -1,
          "entryPrice": 1635.738,
          "exitPrice": 1628.149,
          "stopDistance": 3.795,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 239
        },
        {
          "entryTs": 1666225800,
          "entryUtc": "2022-10-20T00:30:00.000Z",
          "exitTs": 1666227960,
          "dir": 1,
          "entryPrice": 1627.988,
          "exitPrice": 1625.961,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 36
        },
        {
          "entryTs": 1666230300,
          "entryUtc": "2022-10-20T01:45:00.000Z",
          "exitTs": 1666233540,
          "dir": -1,
          "entryPrice": 1626.898,
          "exitPrice": 1622.297,
          "stopDistance": 2.301,
          "outcome": "target",
          "netR": 1.8392,
          "holdMinutes": 54
        },
        {
          "entryTs": 1666235880,
          "entryUtc": "2022-10-20T03:18:00.000Z",
          "exitTs": 1666239540,
          "dir": 1,
          "entryPrice": 1625.198,
          "exitPrice": 1630.451,
          "stopDistance": 2.627,
          "outcome": "target",
          "netR": 1.8591,
          "holdMinutes": 61
        },
        {
          "entryTs": 1666244820,
          "entryUtc": "2022-10-20T05:47:00.000Z",
          "exitTs": 1666247580,
          "dir": 1,
          "entryPrice": 1631.888,
          "exitPrice": 1628.811,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 46
        },
        {
          "entryTs": 1666248600,
          "entryUtc": "2022-10-20T06:50:00.000Z",
          "exitTs": 1666258620,
          "dir": 1,
          "entryPrice": 1628.547,
          "exitPrice": 1634.112,
          "stopDistance": 2.782,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 167
        },
        {
          "entryTs": 1666266240,
          "entryUtc": "2022-10-20T11:44:00.000Z",
          "exitTs": 1666269840,
          "dir": 1,
          "entryPrice": 1636.368,
          "exitPrice": 1632.666,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 60
        },
        {
          "entryTs": 1666274460,
          "entryUtc": "2022-10-20T14:01:00.000Z",
          "exitTs": 1666275180,
          "dir": -1,
          "entryPrice": 1634.937,
          "exitPrice": 1639.111,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 12
        },
        {
          "entryTs": 1666282860,
          "entryUtc": "2022-10-20T16:21:00.000Z",
          "exitTs": 1666285500,
          "dir": 1,
          "entryPrice": 1638.318,
          "exitPrice": 1633.568,
          "stopDistance": 4.75,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 44
        },
        {
          "entryTs": 1666326420,
          "entryUtc": "2022-10-21T04:27:00.000Z",
          "exitTs": 1666336440,
          "dir": -1,
          "entryPrice": 1622.247,
          "exitPrice": 1617.113,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 167
        },
        {
          "entryTs": 1666338420,
          "entryUtc": "2022-10-21T07:47:00.000Z",
          "exitTs": 1666341000,
          "dir": 1,
          "entryPrice": 1624.048,
          "exitPrice": 1620.333,
          "stopDistance": 3.715,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 43
        },
        {
          "entryTs": 1666353300,
          "entryUtc": "2022-10-21T11:55:00.000Z",
          "exitTs": 1666354860,
          "dir": 1,
          "entryPrice": 1622.858,
          "exitPrice": 1619.272,
          "stopDistance": 3.586,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 26
        },
        {
          "entryTs": 1666356300,
          "entryUtc": "2022-10-21T12:45:00.000Z",
          "exitTs": 1666357080,
          "dir": -1,
          "entryPrice": 1624.187,
          "exitPrice": 1627.743,
          "stopDistance": 3.556,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 13
        },
        {
          "entryTs": 1666362240,
          "entryUtc": "2022-10-21T14:24:00.000Z",
          "exitTs": 1666367760,
          "dir": 1,
          "entryPrice": 1637.677,
          "exitPrice": 1649.962,
          "stopDistance": 6.143,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 92
        },
        {
          "entryTs": 1666569600,
          "entryUtc": "2022-10-24T00:00:00.000Z",
          "exitTs": 1666574220,
          "dir": 1,
          "entryPrice": 1660.007,
          "exitPrice": 1654.275,
          "stopDistance": 5.732,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 77
        },
        {
          "entryTs": 1666662300,
          "entryUtc": "2022-10-25T01:45:00.000Z",
          "exitTs": 1666683720,
          "dir": -1,
          "entryPrice": 1650.368,
          "exitPrice": 1645.346,
          "stopDistance": 2.511,
          "outcome": "target",
          "netR": 1.8526,
          "holdMinutes": 357
        },
        {
          "entryTs": 1666685220,
          "entryUtc": "2022-10-25T08:07:00.000Z",
          "exitTs": 1666690620,
          "dir": -1,
          "entryPrice": 1646.948,
          "exitPrice": 1641.499,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 90
        },
        {
          "entryTs": 1666697940,
          "entryUtc": "2022-10-25T11:39:00.000Z",
          "exitTs": 1666703760,
          "dir": -1,
          "entryPrice": 1643.908,
          "exitPrice": 1646.858,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 97
        },
        {
          "entryTs": 1666707720,
          "entryUtc": "2022-10-25T14:22:00.000Z",
          "exitTs": 1666716900,
          "dir": 1,
          "entryPrice": 1656.538,
          "exitPrice": 1651.987,
          "stopDistance": 4.551,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 153
        },
        {
          "entryTs": 1666764000,
          "entryUtc": "2022-10-26T06:00:00.000Z",
          "exitTs": 1666764900,
          "dir": 1,
          "entryPrice": 1657.998,
          "exitPrice": 1662.922,
          "stopDistance": 2.462,
          "outcome": "target",
          "netR": 1.8497,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666766220,
          "entryUtc": "2022-10-26T06:37:00.000Z",
          "exitTs": 1666768140,
          "dir": 1,
          "entryPrice": 1661.898,
          "exitPrice": 1667.565,
          "stopDistance": 2.834,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 32
        },
        {
          "entryTs": 1666791420,
          "entryUtc": "2022-10-26T13:37:00.000Z",
          "exitTs": 1666793640,
          "dir": -1,
          "entryPrice": 1666.317,
          "exitPrice": 1670.009,
          "stopDistance": 3.692,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 37
        },
        {
          "entryTs": 1666798500,
          "entryUtc": "2022-10-26T15:35:00.000Z",
          "exitTs": 1666799700,
          "dir": 1,
          "entryPrice": 1670.878,
          "exitPrice": 1666.034,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 20
        },
        {
          "entryTs": 1666830660,
          "entryUtc": "2022-10-27T00:31:00.000Z",
          "exitTs": 1666836600,
          "dir": 1,
          "entryPrice": 1667.748,
          "exitPrice": 1665.441,
          "stopDistance": 2.307,
          "outcome": "stop",
          "netR": -1.1821,
          "holdMinutes": 99
        },
        {
          "entryTs": 1666842240,
          "entryUtc": "2022-10-27T03:44:00.000Z",
          "exitTs": 1666849500,
          "dir": 1,
          "entryPrice": 1664.067,
          "exitPrice": 1669.536,
          "stopDistance": 2.734,
          "outcome": "target",
          "netR": 1.8647,
          "holdMinutes": 121
        },
        {
          "entryTs": 1666850400,
          "entryUtc": "2022-10-27T06:00:00.000Z",
          "exitTs": 1666850940,
          "dir": 1,
          "entryPrice": 1668.278,
          "exitPrice": 1665.541,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 9
        },
        {
          "entryTs": 1666851720,
          "entryUtc": "2022-10-27T06:22:00.000Z",
          "exitTs": 1666853040,
          "dir": 1,
          "entryPrice": 1664.957,
          "exitPrice": 1662.394,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 22
        },
        {
          "entryTs": 1666854660,
          "entryUtc": "2022-10-27T07:11:00.000Z",
          "exitTs": 1666858560,
          "dir": -1,
          "entryPrice": 1663.048,
          "exitPrice": 1666.246,
          "stopDistance": 3.198,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 65
        },
        {
          "entryTs": 1666858680,
          "entryUtc": "2022-10-27T08:18:00.000Z",
          "exitTs": 1666867320,
          "dir": -1,
          "entryPrice": 1666.288,
          "exitPrice": 1660.376,
          "stopDistance": 2.956,
          "outcome": "target",
          "netR": 1.8748,
          "holdMinutes": 144
        },
        {
          "entryTs": 1666881240,
          "entryUtc": "2022-10-27T14:34:00.000Z",
          "exitTs": 1666888800,
          "dir": 1,
          "entryPrice": 1662.657,
          "exitPrice": 1657.418,
          "stopDistance": 5.239,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 126
        },
        {
          "entryTs": 1666923360,
          "entryUtc": "2022-10-28T02:16:00.000Z",
          "exitTs": 1666935420,
          "dir": 1,
          "entryPrice": 1664.558,
          "exitPrice": 1661.737,
          "stopDistance": 2.821,
          "outcome": "stop",
          "netR": -1.1489,
          "holdMinutes": 201
        },
        {
          "entryTs": 1666936980,
          "entryUtc": "2022-10-28T06:03:00.000Z",
          "exitTs": 1666940520,
          "dir": -1,
          "entryPrice": 1660.758,
          "exitPrice": 1655.607,
          "stopDistance": 2.576,
          "outcome": "target",
          "netR": 1.8563,
          "holdMinutes": 59
        },
        {
          "entryTs": 1666942620,
          "entryUtc": "2022-10-28T07:37:00.000Z",
          "exitTs": 1666948560,
          "dir": -1,
          "entryPrice": 1653.398,
          "exitPrice": 1647.162,
          "stopDistance": 3.118,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 99
        },
        {
          "entryTs": 1666958040,
          "entryUtc": "2022-10-28T11:54:00.000Z",
          "exitTs": 1666959900,
          "dir": 1,
          "entryPrice": 1650.408,
          "exitPrice": 1646.909,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 31
        },
        {
          "entryTs": 1667201520,
          "entryUtc": "2022-10-31T07:32:00.000Z",
          "exitTs": 1667205000,
          "dir": -1,
          "entryPrice": 1641.638,
          "exitPrice": 1636.92,
          "stopDistance": 2.359,
          "outcome": "target",
          "netR": 1.8432,
          "holdMinutes": 58
        },
        {
          "entryTs": 1667209500,
          "entryUtc": "2022-10-31T09:45:00.000Z",
          "exitTs": 1667216760,
          "dir": -1,
          "entryPrice": 1639.327,
          "exitPrice": 1641.955,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 121
        },
        {
          "entryTs": 1667217120,
          "entryUtc": "2022-10-31T11:52:00.000Z",
          "exitTs": 1667219820,
          "dir": 1,
          "entryPrice": 1639.398,
          "exitPrice": 1636.593,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 45
        },
        {
          "entryTs": 1667268240,
          "entryUtc": "2022-11-01T02:04:00.000Z",
          "exitTs": 1667281500,
          "dir": 1,
          "entryPrice": 1636.487,
          "exitPrice": 1641.055,
          "stopDistance": 2.284,
          "outcome": "target",
          "netR": 1.838,
          "holdMinutes": 221
        },
        {
          "entryTs": 1667287440,
          "entryUtc": "2022-11-01T07:24:00.000Z",
          "exitTs": 1667287560,
          "dir": 1,
          "entryPrice": 1646.817,
          "exitPrice": 1644.16,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 2
        },
        {
          "entryTs": 1667288640,
          "entryUtc": "2022-11-01T07:44:00.000Z",
          "exitTs": 1667289900,
          "dir": 1,
          "entryPrice": 1642.358,
          "exitPrice": 1646.905,
          "stopDistance": 2.273,
          "outcome": "target",
          "netR": 1.8373,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667313180,
          "entryUtc": "2022-11-01T14:33:00.000Z",
          "exitTs": 1667318760,
          "dir": -1,
          "entryPrice": 1645.818,
          "exitPrice": 1650.147,
          "stopDistance": 4.329,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 93
        },
        {
          "entryTs": 1667356200,
          "entryUtc": "2022-11-02T02:30:00.000Z",
          "exitTs": 1667357460,
          "dir": -1,
          "entryPrice": 1648.608,
          "exitPrice": 1651.031,
          "stopDistance": 2.423,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667370480,
          "entryUtc": "2022-11-02T06:28:00.000Z",
          "exitTs": 1667375400,
          "dir": -1,
          "entryPrice": 1650.837,
          "exitPrice": 1653.092,
          "stopDistance": 2.255,
          "outcome": "stop",
          "netR": -1.1862,
          "holdMinutes": 82
        },
        {
          "entryTs": 1667414160,
          "entryUtc": "2022-11-02T18:36:00.000Z",
          "exitTs": 1667414160,
          "dir": 1,
          "entryPrice": 1662.018,
          "exitPrice": 1657.437,
          "stopDistance": 4.581,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 0
        },
        {
          "entryTs": 1667457300,
          "entryUtc": "2022-11-03T06:35:00.000Z",
          "exitTs": 1667459580,
          "dir": -1,
          "entryPrice": 1634.888,
          "exitPrice": 1630.042,
          "stopDistance": 2.423,
          "outcome": "target",
          "netR": 1.8473,
          "holdMinutes": 38
        },
        {
          "entryTs": 1667460660,
          "entryUtc": "2022-11-03T07:31:00.000Z",
          "exitTs": 1667463960,
          "dir": -1,
          "entryPrice": 1631.088,
          "exitPrice": 1625.583,
          "stopDistance": 2.752,
          "outcome": "target",
          "netR": 1.8656,
          "holdMinutes": 55
        },
        {
          "entryTs": 1667465100,
          "entryUtc": "2022-11-03T08:45:00.000Z",
          "exitTs": 1667471160,
          "dir": -1,
          "entryPrice": 1626.047,
          "exitPrice": 1619.777,
          "stopDistance": 3.135,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 101
        },
        {
          "entryTs": 1667478600,
          "entryUtc": "2022-11-03T12:30:00.000Z",
          "exitTs": 1667487060,
          "dir": 1,
          "entryPrice": 1620.567,
          "exitPrice": 1629.426,
          "stopDistance": 4.429,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 141
        },
        {
          "entryTs": 1667488620,
          "entryUtc": "2022-11-03T15:17:00.000Z",
          "exitTs": 1667532000,
          "dir": 1,
          "entryPrice": 1627.568,
          "exitPrice": 1639.077,
          "stopDistance": 5.755,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 723
        },
        {
          "entryTs": 1667533320,
          "entryUtc": "2022-11-04T03:42:00.000Z",
          "exitTs": 1667537280,
          "dir": 1,
          "entryPrice": 1638.058,
          "exitPrice": 1642.9,
          "stopDistance": 2.421,
          "outcome": "target",
          "netR": 1.8472,
          "holdMinutes": 66
        },
        {
          "entryTs": 1667539440,
          "entryUtc": "2022-11-04T05:24:00.000Z",
          "exitTs": 1667553960,
          "dir": 1,
          "entryPrice": 1646.308,
          "exitPrice": 1651.891,
          "stopDistance": 2.792,
          "outcome": "target",
          "netR": 1.8675,
          "holdMinutes": 242
        },
        {
          "entryTs": 1667557200,
          "entryUtc": "2022-11-04T10:20:00.000Z",
          "exitTs": 1667558460,
          "dir": -1,
          "entryPrice": 1646.798,
          "exitPrice": 1650.441,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667569200,
          "entryUtc": "2022-11-04T13:40:00.000Z",
          "exitTs": 1667572500,
          "dir": 1,
          "entryPrice": 1662.968,
          "exitPrice": 1673.621,
          "stopDistance": 5.327,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 55
        },
        {
          "entryTs": 1667818260,
          "entryUtc": "2022-11-07T10:51:00.000Z",
          "exitTs": 1667827260,
          "dir": 1,
          "entryPrice": 1677.697,
          "exitPrice": 1674.024,
          "stopDistance": 3.673,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 150
        },
        {
          "entryTs": 1667898960,
          "entryUtc": "2022-11-08T09:16:00.000Z",
          "exitTs": 1667900100,
          "dir": -1,
          "entryPrice": 1666.828,
          "exitPrice": 1669.703,
          "stopDistance": 2.875,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 19
        },
        {
          "entryTs": 1667964720,
          "entryUtc": "2022-11-09T03:32:00.000Z",
          "exitTs": 1667982060,
          "dir": 1,
          "entryPrice": 1709.448,
          "exitPrice": 1715.612,
          "stopDistance": 3.082,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 289
        },
        {
          "entryTs": 1667982780,
          "entryUtc": "2022-11-09T08:33:00.000Z",
          "exitTs": 1667987160,
          "dir": 1,
          "entryPrice": 1713.407,
          "exitPrice": 1710.35,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 73
        },
        {
          "entryTs": 1667990100,
          "entryUtc": "2022-11-09T10:35:00.000Z",
          "exitTs": 1667991600,
          "dir": -1,
          "entryPrice": 1705.548,
          "exitPrice": 1709.034,
          "stopDistance": 3.486,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 25
        },
        {
          "entryTs": 1667997240,
          "entryUtc": "2022-11-09T12:34:00.000Z",
          "exitTs": 1667999700,
          "dir": 1,
          "entryPrice": 1707.187,
          "exitPrice": 1703.616,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 41
        },
        {
          "entryTs": 1668024360,
          "entryUtc": "2022-11-09T20:06:00.000Z",
          "exitTs": 1668056640,
          "dir": -1,
          "entryPrice": 1706.238,
          "exitPrice": 1710.582,
          "stopDistance": 4.344,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 538
        },
        {
          "entryTs": 1668062700,
          "entryUtc": "2022-11-10T06:45:00.000Z",
          "exitTs": 1668065280,
          "dir": -1,
          "entryPrice": 1711.157,
          "exitPrice": 1705.792,
          "stopDistance": 2.683,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 43
        },
        {
          "entryTs": 1668066300,
          "entryUtc": "2022-11-10T07:45:00.000Z",
          "exitTs": 1668067500,
          "dir": -1,
          "entryPrice": 1706.308,
          "exitPrice": 1709.168,
          "stopDistance": 2.86,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 20
        },
        {
          "entryTs": 1668069060,
          "entryUtc": "2022-11-10T08:31:00.000Z",
          "exitTs": 1668071940,
          "dir": 1,
          "entryPrice": 1707.667,
          "exitPrice": 1704.549,
          "stopDistance": 3.118,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 48
        },
        {
          "entryTs": 1668091020,
          "entryUtc": "2022-11-10T14:37:00.000Z",
          "exitTs": 1668093840,
          "dir": 1,
          "entryPrice": 1737.147,
          "exitPrice": 1750.039,
          "stopDistance": 6.446,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 47
        },
        {
          "entryTs": 1668096480,
          "entryUtc": "2022-11-10T16:08:00.000Z",
          "exitTs": 1668144840,
          "dir": 1,
          "entryPrice": 1748.758,
          "exitPrice": 1762.589,
          "stopDistance": 6.916,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 806
        },
        {
          "entryTs": 1668147180,
          "entryUtc": "2022-11-11T06:13:00.000Z",
          "exitTs": 1668154380,
          "dir": 1,
          "entryPrice": 1759.048,
          "exitPrice": 1755.454,
          "stopDistance": 3.594,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 120
        },
        {
          "entryTs": 1668155400,
          "entryUtc": "2022-11-11T08:30:00.000Z",
          "exitTs": 1668156720,
          "dir": -1,
          "entryPrice": 1759.748,
          "exitPrice": 1764.327,
          "stopDistance": 4.579,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 22
        },
        {
          "entryTs": 1668166320,
          "entryUtc": "2022-11-11T11:32:00.000Z",
          "exitTs": 1668174300,
          "dir": -1,
          "entryPrice": 1758.908,
          "exitPrice": 1763.929,
          "stopDistance": 5.021,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 133
        },
        {
          "entryTs": 1668380400,
          "entryUtc": "2022-11-13T23:00:00.000Z",
          "exitTs": 1668380400,
          "dir": 1,
          "entryPrice": 1765.917,
          "exitPrice": 1762.297,
          "stopDistance": 3.62,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 0
        },
        {
          "entryTs": 1668382860,
          "entryUtc": "2022-11-13T23:41:00.000Z",
          "exitTs": 1668420600,
          "dir": -1,
          "entryPrice": 1764.648,
          "exitPrice": 1755.915,
          "stopDistance": 4.367,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 629
        },
        {
          "entryTs": 1668442560,
          "entryUtc": "2022-11-14T16:16:00.000Z",
          "exitTs": 1668497460,
          "dir": 1,
          "entryPrice": 1768.298,
          "exitPrice": 1778.035,
          "stopDistance": 4.869,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 915
        },
        {
          "entryTs": 1668499560,
          "entryUtc": "2022-11-15T08:06:00.000Z",
          "exitTs": 1668501240,
          "dir": 1,
          "entryPrice": 1779.818,
          "exitPrice": 1776.431,
          "stopDistance": 3.387,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 28
        },
        {
          "entryTs": 1668525900,
          "entryUtc": "2022-11-15T15:25:00.000Z",
          "exitTs": 1668537240,
          "dir": -1,
          "entryPrice": 1773.327,
          "exitPrice": 1778.78,
          "stopDistance": 5.453,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 189
        },
        {
          "entryTs": 1668539640,
          "entryUtc": "2022-11-15T19:14:00.000Z",
          "exitTs": 1668629640,
          "dir": 1,
          "entryPrice": 1774.638,
          "exitPrice": 1773.168,
          "stopDistance": 6.558,
          "outcome": "time",
          "netR": -0.2806,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1668665700,
          "entryUtc": "2022-11-17T06:15:00.000Z",
          "exitTs": 1668667860,
          "dir": -1,
          "entryPrice": 1764.808,
          "exitPrice": 1767.514,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 36
        },
        {
          "entryTs": 1668686460,
          "entryUtc": "2022-11-17T12:01:00.000Z",
          "exitTs": 1668690120,
          "dir": -1,
          "entryPrice": 1766.478,
          "exitPrice": 1760.366,
          "stopDistance": 3.056,
          "outcome": "target",
          "netR": 1.8789,
          "holdMinutes": 61
        },
        {
          "entryTs": 1668745980,
          "entryUtc": "2022-11-18T04:33:00.000Z",
          "exitTs": 1668748920,
          "dir": 1,
          "entryPrice": 1763.378,
          "exitPrice": 1761.066,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 49
        },
        {
          "entryTs": 1668752400,
          "entryUtc": "2022-11-18T06:20:00.000Z",
          "exitTs": 1668762000,
          "dir": 1,
          "entryPrice": 1763.298,
          "exitPrice": 1761.11,
          "stopDistance": 2.188,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 160
        },
        {
          "entryTs": 1668765120,
          "entryUtc": "2022-11-18T09:52:00.000Z",
          "exitTs": 1668770760,
          "dir": 1,
          "entryPrice": 1765.037,
          "exitPrice": 1762.015,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 94
        },
        {
          "entryTs": 1668777480,
          "entryUtc": "2022-11-18T13:18:00.000Z",
          "exitTs": 1668781620,
          "dir": -1,
          "entryPrice": 1762.827,
          "exitPrice": 1756.698,
          "stopDistance": 3.065,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 69
        },
        {
          "entryTs": 1668786780,
          "entryUtc": "2022-11-18T15:53:00.000Z",
          "exitTs": 1668797760,
          "dir": -1,
          "entryPrice": 1756.988,
          "exitPrice": 1749.13,
          "stopDistance": 3.929,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 183
        },
        {
          "entryTs": 1669018380,
          "entryUtc": "2022-11-21T08:13:00.000Z",
          "exitTs": 1669023840,
          "dir": -1,
          "entryPrice": 1743.618,
          "exitPrice": 1738.356,
          "stopDistance": 2.631,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 91
        },
        {
          "entryTs": 1669026600,
          "entryUtc": "2022-11-21T10:30:00.000Z",
          "exitTs": 1669037280,
          "dir": 1,
          "entryPrice": 1739.858,
          "exitPrice": 1746.432,
          "stopDistance": 3.287,
          "outcome": "target",
          "netR": 1.8874,
          "holdMinutes": 178
        },
        {
          "entryTs": 1669038480,
          "entryUtc": "2022-11-21T13:48:00.000Z",
          "exitTs": 1669043040,
          "dir": 1,
          "entryPrice": 1742.078,
          "exitPrice": 1738.957,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 76
        },
        {
          "entryTs": 1669044660,
          "entryUtc": "2022-11-21T15:31:00.000Z",
          "exitTs": 1669079040,
          "dir": -1,
          "entryPrice": 1737.738,
          "exitPrice": 1741.764,
          "stopDistance": 4.026,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 573
        },
        {
          "entryTs": 1669081800,
          "entryUtc": "2022-11-22T01:50:00.000Z",
          "exitTs": 1669100400,
          "dir": 1,
          "entryPrice": 1742.808,
          "exitPrice": 1740.362,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 310
        },
        {
          "entryTs": 1669111260,
          "entryUtc": "2022-11-22T10:01:00.000Z",
          "exitTs": 1669125360,
          "dir": 1,
          "entryPrice": 1746.438,
          "exitPrice": 1743.57,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 235
        },
        {
          "entryTs": 1669127220,
          "entryUtc": "2022-11-22T14:27:00.000Z",
          "exitTs": 1669128480,
          "dir": -1,
          "entryPrice": 1743.678,
          "exitPrice": 1746.471,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 21
        },
        {
          "entryTs": 1669181040,
          "entryUtc": "2022-11-23T05:24:00.000Z",
          "exitTs": 1669185360,
          "dir": -1,
          "entryPrice": 1735.028,
          "exitPrice": 1737.373,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 72
        },
        {
          "entryTs": 1669190400,
          "entryUtc": "2022-11-23T08:00:00.000Z",
          "exitTs": 1669192320,
          "dir": 1,
          "entryPrice": 1743.527,
          "exitPrice": 1740.946,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 32
        },
        {
          "entryTs": 1669194660,
          "entryUtc": "2022-11-23T09:11:00.000Z",
          "exitTs": 1669194900,
          "dir": 1,
          "entryPrice": 1737.948,
          "exitPrice": 1735.704,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 4
        },
        {
          "entryTs": 1669196100,
          "entryUtc": "2022-11-23T09:35:00.000Z",
          "exitTs": 1669210200,
          "dir": -1,
          "entryPrice": 1737.977,
          "exitPrice": 1732.13,
          "stopDistance": 2.923,
          "outcome": "target",
          "netR": 1.8734,
          "holdMinutes": 235
        },
        {
          "entryTs": 1669216500,
          "entryUtc": "2022-11-23T15:15:00.000Z",
          "exitTs": 1669230180,
          "dir": 1,
          "entryPrice": 1738.928,
          "exitPrice": 1749.539,
          "stopDistance": 5.306,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 228
        },
        {
          "entryTs": 1669232100,
          "entryUtc": "2022-11-23T19:35:00.000Z",
          "exitTs": 1669291020,
          "dir": 1,
          "entryPrice": 1749.495,
          "exitPrice": 1758.433,
          "stopDistance": 4.469,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 982
        },
        {
          "entryTs": 1669338660,
          "entryUtc": "2022-11-25T01:11:00.000Z",
          "exitTs": 1669339200,
          "dir": -1,
          "entryPrice": 1754.098,
          "exitPrice": 1755.672,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2669,
          "holdMinutes": 9
        },
        {
          "entryTs": 1669358040,
          "entryUtc": "2022-11-25T06:34:00.000Z",
          "exitTs": 1669363140,
          "dir": -1,
          "entryPrice": 1755.637,
          "exitPrice": 1751.7,
          "stopDistance": 1.968,
          "outcome": "target",
          "netR": 1.812,
          "holdMinutes": 85
        },
        {
          "entryTs": 1669370400,
          "entryUtc": "2022-11-25T10:00:00.000Z",
          "exitTs": 1669372140,
          "dir": -1,
          "entryPrice": 1750.868,
          "exitPrice": 1753.401,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1658,
          "holdMinutes": 29
        },
        {
          "entryTs": 1669384380,
          "entryUtc": "2022-11-25T13:53:00.000Z",
          "exitTs": 1669387560,
          "dir": -1,
          "entryPrice": 1748.088,
          "exitPrice": 1750.788,
          "stopDistance": 2.7,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 53
        },
        {
          "entryTs": 1669398780,
          "entryUtc": "2022-11-25T17:53:00.000Z",
          "exitTs": 1669590000,
          "dir": 1,
          "entryPrice": 1752.628,
          "exitPrice": 1755.787,
          "stopDistance": 2.977,
          "outcome": "time",
          "netR": 0.9369,
          "holdMinutes": 3187
        },
        {
          "entryTs": 1669590120,
          "entryUtc": "2022-11-27T23:02:00.000Z",
          "exitTs": 1669590720,
          "dir": 1,
          "entryPrice": 1753.725,
          "exitPrice": 1750.897,
          "stopDistance": 2.828,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 10
        },
        {
          "entryTs": 1669594860,
          "entryUtc": "2022-11-28T00:21:00.000Z",
          "exitTs": 1669600020,
          "dir": -1,
          "entryPrice": 1752.738,
          "exitPrice": 1746.231,
          "stopDistance": 3.254,
          "outcome": "target",
          "netR": 1.8863,
          "holdMinutes": 86
        },
        {
          "entryTs": 1669601520,
          "entryUtc": "2022-11-28T02:12:00.000Z",
          "exitTs": 1669609440,
          "dir": -1,
          "entryPrice": 1747.868,
          "exitPrice": 1750.857,
          "stopDistance": 2.989,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 132
        },
        {
          "entryTs": 1669629420,
          "entryUtc": "2022-11-28T09:57:00.000Z",
          "exitTs": 1669638780,
          "dir": 1,
          "entryPrice": 1760.108,
          "exitPrice": 1756.845,
          "stopDistance": 3.263,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 156
        },
        {
          "entryTs": 1669642560,
          "entryUtc": "2022-11-28T13:36:00.000Z",
          "exitTs": 1669645260,
          "dir": -1,
          "entryPrice": 1755.378,
          "exitPrice": 1748.888,
          "stopDistance": 3.245,
          "outcome": "target",
          "netR": 1.886,
          "holdMinutes": 45
        },
        {
          "entryTs": 1669687380,
          "entryUtc": "2022-11-29T02:03:00.000Z",
          "exitTs": 1669692360,
          "dir": 1,
          "entryPrice": 1744.917,
          "exitPrice": 1749.632,
          "stopDistance": 2.357,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 83
        },
        {
          "entryTs": 1669706160,
          "entryUtc": "2022-11-29T07:16:00.000Z",
          "exitTs": 1669708860,
          "dir": -1,
          "entryPrice": 1752.828,
          "exitPrice": 1755.334,
          "stopDistance": 2.506,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 45
        },
        {
          "entryTs": 1669736700,
          "entryUtc": "2022-11-29T15:45:00.000Z",
          "exitTs": 1669738380,
          "dir": 1,
          "entryPrice": 1755.388,
          "exitPrice": 1751.279,
          "stopDistance": 4.109,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 28
        },
        {
          "entryTs": 1669773600,
          "entryUtc": "2022-11-30T02:00:00.000Z",
          "exitTs": 1669797720,
          "dir": 1,
          "entryPrice": 1752.678,
          "exitPrice": 1757.06,
          "stopDistance": 2.191,
          "outcome": "target",
          "netR": 1.8311,
          "holdMinutes": 402
        },
        {
          "entryTs": 1669817700,
          "entryUtc": "2022-11-30T14:15:00.000Z",
          "exitTs": 1669819320,
          "dir": -1,
          "entryPrice": 1757.958,
          "exitPrice": 1761.949,
          "stopDistance": 3.991,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 27
        },
        {
          "entryTs": 1669824540,
          "entryUtc": "2022-11-30T16:09:00.000Z",
          "exitTs": 1669833420,
          "dir": -1,
          "entryPrice": 1752.918,
          "exitPrice": 1757.976,
          "stopDistance": 5.058,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 148
        },
        {
          "entryTs": 1669861800,
          "entryUtc": "2022-12-01T02:30:00.000Z",
          "exitTs": 1669869180,
          "dir": -1,
          "entryPrice": 1775.158,
          "exitPrice": 1779.022,
          "stopDistance": 3.864,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 123
        },
        {
          "entryTs": 1669882500,
          "entryUtc": "2022-12-01T08:15:00.000Z",
          "exitTs": 1669894320,
          "dir": -1,
          "entryPrice": 1777.528,
          "exitPrice": 1781.052,
          "stopDistance": 3.524,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 197
        },
        {
          "entryTs": 1669905420,
          "entryUtc": "2022-12-01T14:37:00.000Z",
          "exitTs": 1669987800,
          "dir": 1,
          "entryPrice": 1795.877,
          "exitPrice": 1791.38,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 1373
        },
        {
          "entryTs": 1669991100,
          "entryUtc": "2022-12-02T14:25:00.000Z",
          "exitTs": 1669998660,
          "dir": -1,
          "entryPrice": 1786.218,
          "exitPrice": 1791.032,
          "stopDistance": 4.814,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 126
        },
        {
          "entryTs": 1670207460,
          "entryUtc": "2022-12-05T02:31:00.000Z",
          "exitTs": 1670222940,
          "dir": 1,
          "entryPrice": 1805.687,
          "exitPrice": 1802.469,
          "stopDistance": 3.218,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 258
        },
        {
          "entryTs": 1670225460,
          "entryUtc": "2022-12-05T07:31:00.000Z",
          "exitTs": 1670235660,
          "dir": -1,
          "entryPrice": 1800.877,
          "exitPrice": 1794.896,
          "stopDistance": 2.991,
          "outcome": "target",
          "netR": 1.8763,
          "holdMinutes": 170
        },
        {
          "entryTs": 1670246280,
          "entryUtc": "2022-12-05T13:18:00.000Z",
          "exitTs": 1670248140,
          "dir": 1,
          "entryPrice": 1795.498,
          "exitPrice": 1792.469,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 31
        },
        {
          "entryTs": 1670254560,
          "entryUtc": "2022-12-05T15:36:00.000Z",
          "exitTs": 1670266620,
          "dir": -1,
          "entryPrice": 1775.988,
          "exitPrice": 1766.601,
          "stopDistance": 4.693,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 201
        },
        {
          "entryTs": 1670293800,
          "entryUtc": "2022-12-06T02:30:00.000Z",
          "exitTs": 1670304600,
          "dir": 1,
          "entryPrice": 1773.418,
          "exitPrice": 1770.664,
          "stopDistance": 2.754,
          "outcome": "stop",
          "netR": -1.1525,
          "holdMinutes": 180
        },
        {
          "entryTs": 1670312820,
          "entryUtc": "2022-12-06T07:47:00.000Z",
          "exitTs": 1670323020,
          "dir": -1,
          "entryPrice": 1771.268,
          "exitPrice": 1774.201,
          "stopDistance": 2.933,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 170
        },
        {
          "entryTs": 1670332080,
          "entryUtc": "2022-12-06T13:08:00.000Z",
          "exitTs": 1670337000,
          "dir": 1,
          "entryPrice": 1778.088,
          "exitPrice": 1774.975,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 82
        },
        {
          "entryTs": 1670379300,
          "entryUtc": "2022-12-07T02:15:00.000Z",
          "exitTs": 1670388120,
          "dir": 1,
          "entryPrice": 1772.617,
          "exitPrice": 1770.317,
          "stopDistance": 2.3,
          "outcome": "stop",
          "netR": -1.1826,
          "holdMinutes": 147
        },
        {
          "entryTs": 1670392860,
          "entryUtc": "2022-12-07T06:01:00.000Z",
          "exitTs": 1670393460,
          "dir": 1,
          "entryPrice": 1772.367,
          "exitPrice": 1770.047,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 10
        },
        {
          "entryTs": 1670425200,
          "entryUtc": "2022-12-07T15:00:00.000Z",
          "exitTs": 1670427540,
          "dir": 1,
          "entryPrice": 1782.417,
          "exitPrice": 1778.244,
          "stopDistance": 4.173,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 39
        },
        {
          "entryTs": 1670491860,
          "entryUtc": "2022-12-08T09:31:00.000Z",
          "exitTs": 1670504820,
          "dir": 1,
          "entryPrice": 1783.008,
          "exitPrice": 1787.73,
          "stopDistance": 2.361,
          "outcome": "target",
          "netR": 1.8433,
          "holdMinutes": 216
        },
        {
          "entryTs": 1670507100,
          "entryUtc": "2022-12-08T13:45:00.000Z",
          "exitTs": 1670511420,
          "dir": 1,
          "entryPrice": 1786.658,
          "exitPrice": 1792.322,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 72
        },
        {
          "entryTs": 1670551680,
          "entryUtc": "2022-12-09T02:08:00.000Z",
          "exitTs": 1670573460,
          "dir": 1,
          "entryPrice": 1792.958,
          "exitPrice": 1790.559,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 363
        },
        {
          "entryTs": 1670580000,
          "entryUtc": "2022-12-09T10:00:00.000Z",
          "exitTs": 1670585100,
          "dir": -1,
          "entryPrice": 1793.088,
          "exitPrice": 1795.653,
          "stopDistance": 2.565,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 85
        },
        {
          "entryTs": 1670592600,
          "entryUtc": "2022-12-09T13:30:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1797.308,
          "exitPrice": 1794.225,
          "stopDistance": 3.083,
          "outcome": "ambiguous",
          "netR": -1.1362,
          "holdMinutes": 0
        },
        {
          "entryTs": 1670598000,
          "entryUtc": "2022-12-09T15:00:00.000Z",
          "exitTs": 1670599380,
          "dir": -1,
          "entryPrice": 1799.968,
          "exitPrice": 1790.485,
          "stopDistance": 4.742,
          "outcome": "target",
          "netR": 1.922,
          "holdMinutes": 23
        },
        {
          "entryTs": 1670600160,
          "entryUtc": "2022-12-09T15:36:00.000Z",
          "exitTs": 1670602740,
          "dir": -1,
          "entryPrice": 1794.098,
          "exitPrice": 1799.426,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 43
        },
        {
          "entryTs": 1670851380,
          "entryUtc": "2022-12-12T13:23:00.000Z",
          "exitTs": 1670855940,
          "dir": -1,
          "entryPrice": 1790.588,
          "exitPrice": 1785.411,
          "stopDistance": 2.588,
          "outcome": "target",
          "netR": 1.8571,
          "holdMinutes": 76
        },
        {
          "entryTs": 1670874960,
          "entryUtc": "2022-12-12T19:56:00.000Z",
          "exitTs": 1670896080,
          "dir": -1,
          "entryPrice": 1781.305,
          "exitPrice": 1784.667,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 352
        },
        {
          "entryTs": 1670916900,
          "entryUtc": "2022-12-13T07:35:00.000Z",
          "exitTs": 1670920140,
          "dir": 1,
          "entryPrice": 1786.827,
          "exitPrice": 1784.777,
          "stopDistance": 2.05,
          "outcome": "stop",
          "netR": -1.2049,
          "holdMinutes": 54
        },
        {
          "entryTs": 1670942220,
          "entryUtc": "2022-12-13T14:37:00.000Z",
          "exitTs": 1670946540,
          "dir": 1,
          "entryPrice": 1816.428,
          "exitPrice": 1810.198,
          "stopDistance": 6.23,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 72
        },
        {
          "entryTs": 1670955600,
          "entryUtc": "2022-12-13T18:20:00.000Z",
          "exitTs": 1671044400,
          "dir": -1,
          "entryPrice": 1812.425,
          "exitPrice": 1799.091,
          "stopDistance": 6.667,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 1480
        },
        {
          "entryTs": 1671046980,
          "entryUtc": "2022-12-14T19:43:00.000Z",
          "exitTs": 1671048600,
          "dir": -1,
          "entryPrice": 1804.815,
          "exitPrice": 1809.363,
          "stopDistance": 4.548,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 27
        },
        {
          "entryTs": 1671094080,
          "entryUtc": "2022-12-15T08:48:00.000Z",
          "exitTs": 1671114180,
          "dir": -1,
          "entryPrice": 1779.285,
          "exitPrice": 1784.164,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 335
        },
        {
          "entryTs": 1671119280,
          "entryUtc": "2022-12-15T15:48:00.000Z",
          "exitTs": 1671190680,
          "dir": -1,
          "entryPrice": 1778.765,
          "exitPrice": 1785.065,
          "stopDistance": 6.3,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 1190
        },
        {
          "entryTs": 1671201000,
          "entryUtc": "2022-12-16T14:30:00.000Z",
          "exitTs": 1671201900,
          "dir": -1,
          "entryPrice": 1783.995,
          "exitPrice": 1787.447,
          "stopDistance": 3.452,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 15
        },
        {
          "entryTs": 1671204720,
          "entryUtc": "2022-12-16T15:32:00.000Z",
          "exitTs": 1671404400,
          "dir": 1,
          "entryPrice": 1789.018,
          "exitPrice": 1793.248,
          "stopDistance": 4.578,
          "outcome": "time",
          "netR": 0.8431,
          "holdMinutes": 3328
        },
        {
          "entryTs": 1671443760,
          "entryUtc": "2022-12-19T09:56:00.000Z",
          "exitTs": 1671454980,
          "dir": 1,
          "entryPrice": 1795.185,
          "exitPrice": 1792.576,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 187
        },
        {
          "entryTs": 1671466560,
          "entryUtc": "2022-12-19T16:16:00.000Z",
          "exitTs": 1671472020,
          "dir": -1,
          "entryPrice": 1786.485,
          "exitPrice": 1790.196,
          "stopDistance": 3.711,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 91
        },
        {
          "entryTs": 1671497640,
          "entryUtc": "2022-12-20T00:54:00.000Z",
          "exitTs": 1671499920,
          "dir": -1,
          "entryPrice": 1785.715,
          "exitPrice": 1787.435,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2442,
          "holdMinutes": 38
        },
        {
          "entryTs": 1671507960,
          "entryUtc": "2022-12-20T03:46:00.000Z",
          "exitTs": 1671514440,
          "dir": 1,
          "entryPrice": 1791.045,
          "exitPrice": 1787.833,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 108
        },
        {
          "entryTs": 1671516000,
          "entryUtc": "2022-12-20T06:00:00.000Z",
          "exitTs": 1671518520,
          "dir": -1,
          "entryPrice": 1789.025,
          "exitPrice": 1792.333,
          "stopDistance": 3.308,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 42
        },
        {
          "entryTs": 1671542820,
          "entryUtc": "2022-12-20T13:27:00.000Z",
          "exitTs": 1671544140,
          "dir": -1,
          "entryPrice": 1801.795,
          "exitPrice": 1805.684,
          "stopDistance": 3.889,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 22
        },
        {
          "entryTs": 1671550800,
          "entryUtc": "2022-12-20T15:40:00.000Z",
          "exitTs": 1671640800,
          "dir": 1,
          "entryPrice": 1816.677,
          "exitPrice": 1816.205,
          "stopDistance": 5.176,
          "outcome": "time",
          "netR": -0.1627,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1671644100,
          "entryUtc": "2022-12-21T17:35:00.000Z",
          "exitTs": 1671716160,
          "dir": -1,
          "entryPrice": 1818.235,
          "exitPrice": 1811.064,
          "stopDistance": 3.586,
          "outcome": "target",
          "netR": 1.8968,
          "holdMinutes": 1201
        },
        {
          "entryTs": 1671740280,
          "entryUtc": "2022-12-22T20:18:00.000Z",
          "exitTs": 1671741060,
          "dir": -1,
          "entryPrice": 1790.605,
          "exitPrice": 1794.826,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 13
        },
        {
          "entryTs": 1671741900,
          "entryUtc": "2022-12-22T20:45:00.000Z",
          "exitTs": 1671809700,
          "dir": 1,
          "entryPrice": 1792.235,
          "exitPrice": 1800.224,
          "stopDistance": 3.995,
          "outcome": "target",
          "netR": 1.9074,
          "holdMinutes": 1130
        },
        {
          "entryTs": 1672121880,
          "entryUtc": "2022-12-27T06:18:00.000Z",
          "exitTs": 1672133520,
          "dir": 1,
          "entryPrice": 1805.645,
          "exitPrice": 1809.583,
          "stopDistance": 1.969,
          "outcome": "target",
          "netR": 1.8121,
          "holdMinutes": 194
        },
        {
          "entryTs": 1672135140,
          "entryUtc": "2022-12-27T09:59:00.000Z",
          "exitTs": 1672147560,
          "dir": 1,
          "entryPrice": 1808.528,
          "exitPrice": 1806.421,
          "stopDistance": 2.107,
          "outcome": "stop",
          "netR": -1.1993,
          "holdMinutes": 207
        },
        {
          "entryTs": 1672151520,
          "entryUtc": "2022-12-27T14:32:00.000Z",
          "exitTs": 1672151940,
          "dir": -1,
          "entryPrice": 1804.765,
          "exitPrice": 1807.443,
          "stopDistance": 2.678,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 7
        },
        {
          "entryTs": 1672158300,
          "entryUtc": "2022-12-27T16:25:00.000Z",
          "exitTs": 1672163700,
          "dir": 1,
          "entryPrice": 1820.308,
          "exitPrice": 1814.911,
          "stopDistance": 5.397,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 90
        },
        {
          "entryTs": 1672194900,
          "entryUtc": "2022-12-28T02:35:00.000Z",
          "exitTs": 1672215360,
          "dir": -1,
          "entryPrice": 1811.205,
          "exitPrice": 1805.754,
          "stopDistance": 2.726,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 341
        },
        {
          "entryTs": 1672222020,
          "entryUtc": "2022-12-28T10:07:00.000Z",
          "exitTs": 1672222500,
          "dir": -1,
          "entryPrice": 1801.645,
          "exitPrice": 1804.66,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 8
        },
        {
          "entryTs": 1672223400,
          "entryUtc": "2022-12-28T10:30:00.000Z",
          "exitTs": 1672224660,
          "dir": 1,
          "entryPrice": 1804.098,
          "exitPrice": 1800.975,
          "stopDistance": 3.123,
          "outcome": "stop",
          "netR": -1.1345,
          "holdMinutes": 21
        },
        {
          "entryTs": 1672225560,
          "entryUtc": "2022-12-28T11:06:00.000Z",
          "exitTs": 1672233600,
          "dir": -1,
          "entryPrice": 1803.355,
          "exitPrice": 1806.68,
          "stopDistance": 3.325,
          "outcome": "stop",
          "netR": -1.1263,
          "holdMinutes": 134
        },
        {
          "entryTs": 1672300920,
          "entryUtc": "2022-12-29T08:02:00.000Z",
          "exitTs": 1672302000,
          "dir": -1,
          "entryPrice": 1807.225,
          "exitPrice": 1809.315,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.2009,
          "holdMinutes": 18
        },
        {
          "entryTs": 1672308120,
          "entryUtc": "2022-12-29T10:02:00.000Z",
          "exitTs": 1672309800,
          "dir": 1,
          "entryPrice": 1808.518,
          "exitPrice": 1806.192,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 28
        },
        {
          "entryTs": 1672326000,
          "entryUtc": "2022-12-29T15:00:00.000Z",
          "exitTs": 1672383600,
          "dir": 1,
          "entryPrice": 1813.525,
          "exitPrice": 1820.977,
          "stopDistance": 3.726,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 960
        },
        {
          "entryTs": 1672387200,
          "entryUtc": "2022-12-30T08:00:00.000Z",
          "exitTs": 1672400100,
          "dir": -1,
          "entryPrice": 1816.775,
          "exitPrice": 1818.937,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 215
        },
        {
          "entryTs": 1672409700,
          "entryUtc": "2022-12-30T14:15:00.000Z",
          "exitTs": 1672412460,
          "dir": 1,
          "entryPrice": 1820.428,
          "exitPrice": 1817.478,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672732140,
          "entryUtc": "2023-01-03T07:49:00.000Z",
          "exitTs": 1672733340,
          "dir": 1,
          "entryPrice": 1846.857,
          "exitPrice": 1843.194,
          "stopDistance": 3.663,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 20
        },
        {
          "entryTs": 1672737960,
          "entryUtc": "2023-01-03T09:26:00.000Z",
          "exitTs": 1672746180,
          "dir": -1,
          "entryPrice": 1840.555,
          "exitPrice": 1831.297,
          "stopDistance": 4.629,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 137
        },
        {
          "entryTs": 1672758000,
          "entryUtc": "2023-01-03T15:00:00.000Z",
          "exitTs": 1672758720,
          "dir": 1,
          "entryPrice": 1844.707,
          "exitPrice": 1839.557,
          "stopDistance": 5.15,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 12
        },
        {
          "entryTs": 1672760940,
          "entryUtc": "2023-01-03T15:49:00.000Z",
          "exitTs": 1672770540,
          "dir": -1,
          "entryPrice": 1833.545,
          "exitPrice": 1839.763,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 160
        },
        {
          "entryTs": 1672798860,
          "entryUtc": "2023-01-04T02:21:00.000Z",
          "exitTs": 1672816260,
          "dir": 1,
          "entryPrice": 1843.918,
          "exitPrice": 1849.864,
          "stopDistance": 2.973,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 290
        },
        {
          "entryTs": 1672822140,
          "entryUtc": "2023-01-04T08:49:00.000Z",
          "exitTs": 1672835100,
          "dir": 1,
          "entryPrice": 1860.058,
          "exitPrice": 1856.015,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 216
        },
        {
          "entryTs": 1672838520,
          "entryUtc": "2023-01-04T13:22:00.000Z",
          "exitTs": 1672838940,
          "dir": -1,
          "entryPrice": 1855.615,
          "exitPrice": 1859.525,
          "stopDistance": 3.91,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 7
        },
        {
          "entryTs": 1672840800,
          "entryUtc": "2023-01-04T14:00:00.000Z",
          "exitTs": 1672844400,
          "dir": 1,
          "entryPrice": 1858.525,
          "exitPrice": 1854.266,
          "stopDistance": 4.259,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 60
        },
        {
          "entryTs": 1672886760,
          "entryUtc": "2023-01-05T02:46:00.000Z",
          "exitTs": 1672905360,
          "dir": -1,
          "entryPrice": 1855.625,
          "exitPrice": 1848.913,
          "stopDistance": 3.356,
          "outcome": "target",
          "netR": 1.8897,
          "holdMinutes": 310
        },
        {
          "entryTs": 1672911720,
          "entryUtc": "2023-01-05T09:42:00.000Z",
          "exitTs": 1672924500,
          "dir": -1,
          "entryPrice": 1850.335,
          "exitPrice": 1843.023,
          "stopDistance": 3.656,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 213
        },
        {
          "entryTs": 1672928100,
          "entryUtc": "2023-01-05T14:15:00.000Z",
          "exitTs": 1672932840,
          "dir": -1,
          "entryPrice": 1836.215,
          "exitPrice": 1826.094,
          "stopDistance": 5.06,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 79
        },
        {
          "entryTs": 1672945800,
          "entryUtc": "2023-01-05T19:10:00.000Z",
          "exitTs": 1672959600,
          "dir": 1,
          "entryPrice": 1835.075,
          "exitPrice": 1830.548,
          "stopDistance": 4.527,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 230
        },
        {
          "entryTs": 1672972440,
          "entryUtc": "2023-01-06T02:34:00.000Z",
          "exitTs": 1672984020,
          "dir": 1,
          "entryPrice": 1838.578,
          "exitPrice": 1835.838,
          "stopDistance": 2.74,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 193
        },
        {
          "entryTs": 1672986600,
          "entryUtc": "2023-01-06T06:30:00.000Z",
          "exitTs": 1672996200,
          "dir": 1,
          "entryPrice": 1838.395,
          "exitPrice": 1835.903,
          "stopDistance": 2.492,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 160
        },
        {
          "entryTs": 1673014080,
          "entryUtc": "2023-01-06T14:08:00.000Z",
          "exitTs": 1673016120,
          "dir": 1,
          "entryPrice": 1847.385,
          "exitPrice": 1842.569,
          "stopDistance": 4.816,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 34
        },
        {
          "entryTs": 1673220840,
          "entryUtc": "2023-01-08T23:34:00.000Z",
          "exitTs": 1673228700,
          "dir": 1,
          "entryPrice": 1867.565,
          "exitPrice": 1874.179,
          "stopDistance": 3.307,
          "outcome": "target",
          "netR": 1.8881,
          "holdMinutes": 131
        },
        {
          "entryTs": 1673251620,
          "entryUtc": "2023-01-09T08:07:00.000Z",
          "exitTs": 1673272980,
          "dir": -1,
          "entryPrice": 1875.865,
          "exitPrice": 1879.009,
          "stopDistance": 3.144,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 356
        },
        {
          "entryTs": 1673287140,
          "entryUtc": "2023-01-09T17:59:00.000Z",
          "exitTs": 1673315460,
          "dir": -1,
          "entryPrice": 1871.805,
          "exitPrice": 1875.885,
          "stopDistance": 4.08,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 472
        },
        {
          "entryTs": 1673317620,
          "entryUtc": "2023-01-10T02:27:00.000Z",
          "exitTs": 1673354940,
          "dir": 1,
          "entryPrice": 1873.015,
          "exitPrice": 1870.27,
          "stopDistance": 2.745,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 622
        },
        {
          "entryTs": 1673361660,
          "entryUtc": "2023-01-10T14:41:00.000Z",
          "exitTs": 1673369760,
          "dir": 1,
          "entryPrice": 1875.685,
          "exitPrice": 1872.189,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 135
        },
        {
          "entryTs": 1673401500,
          "entryUtc": "2023-01-11T01:45:00.000Z",
          "exitTs": 1673404560,
          "dir": -1,
          "entryPrice": 1874.015,
          "exitPrice": 1876.393,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 51
        },
        {
          "entryTs": 1673407380,
          "entryUtc": "2023-01-11T03:23:00.000Z",
          "exitTs": 1673413860,
          "dir": -1,
          "entryPrice": 1876.648,
          "exitPrice": 1878.961,
          "stopDistance": 2.313,
          "outcome": "stop",
          "netR": -1.1816,
          "holdMinutes": 108
        },
        {
          "entryTs": 1673420280,
          "entryUtc": "2023-01-11T06:58:00.000Z",
          "exitTs": 1673439300,
          "dir": 1,
          "entryPrice": 1881.575,
          "exitPrice": 1878.852,
          "stopDistance": 2.723,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 317
        },
        {
          "entryTs": 1673441280,
          "entryUtc": "2023-01-11T12:48:00.000Z",
          "exitTs": 1673448600,
          "dir": -1,
          "entryPrice": 1877.975,
          "exitPrice": 1871.595,
          "stopDistance": 3.19,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 122
        },
        {
          "entryTs": 1673456160,
          "entryUtc": "2023-01-11T16:56:00.000Z",
          "exitTs": 1673466180,
          "dir": -1,
          "entryPrice": 1874.285,
          "exitPrice": 1878.299,
          "stopDistance": 4.014,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 167
        },
        {
          "entryTs": 1673489760,
          "entryUtc": "2023-01-12T02:16:00.000Z",
          "exitTs": 1673516520,
          "dir": 1,
          "entryPrice": 1880.358,
          "exitPrice": 1884.94,
          "stopDistance": 2.291,
          "outcome": "target",
          "netR": 1.8385,
          "holdMinutes": 446
        },
        {
          "entryTs": 1673517600,
          "entryUtc": "2023-01-12T10:00:00.000Z",
          "exitTs": 1673526060,
          "dir": 1,
          "entryPrice": 1883.935,
          "exitPrice": 1888.554,
          "stopDistance": 2.309,
          "outcome": "target",
          "netR": 1.8398,
          "holdMinutes": 141
        },
        {
          "entryTs": 1673527500,
          "entryUtc": "2023-01-12T12:45:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1886.575,
          "exitPrice": 1884.073,
          "stopDistance": 2.502,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 45
        },
        {
          "entryTs": 1673532840,
          "entryUtc": "2023-01-12T14:14:00.000Z",
          "exitTs": 1673534640,
          "dir": 1,
          "entryPrice": 1891.575,
          "exitPrice": 1885.433,
          "stopDistance": 6.142,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 30
        },
        {
          "entryTs": 1673536260,
          "entryUtc": "2023-01-12T15:11:00.000Z",
          "exitTs": 1673543820,
          "dir": -1,
          "entryPrice": 1887.098,
          "exitPrice": 1895.137,
          "stopDistance": 8.039,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 126
        },
        {
          "entryTs": 1673600460,
          "entryUtc": "2023-01-13T09:01:00.000Z",
          "exitTs": 1673609640,
          "dir": 1,
          "entryPrice": 1906.118,
          "exitPrice": 1902.406,
          "stopDistance": 3.712,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 153
        },
        {
          "entryTs": 1673616000,
          "entryUtc": "2023-01-13T13:20:00.000Z",
          "exitTs": 1673618820,
          "dir": -1,
          "entryPrice": 1896.995,
          "exitPrice": 1900.954,
          "stopDistance": 3.959,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 47
        },
        {
          "entryTs": 1673844960,
          "entryUtc": "2023-01-16T04:56:00.000Z",
          "exitTs": 1673847840,
          "dir": 1,
          "entryPrice": 1922.595,
          "exitPrice": 1918.991,
          "stopDistance": 3.604,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 48
        },
        {
          "entryTs": 1673853780,
          "entryUtc": "2023-01-16T07:23:00.000Z",
          "exitTs": 1673922720,
          "dir": -1,
          "entryPrice": 1916.665,
          "exitPrice": 1910.03,
          "stopDistance": 3.318,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1673932320,
          "entryUtc": "2023-01-17T05:12:00.000Z",
          "exitTs": 1673949240,
          "dir": -1,
          "entryPrice": 1912.315,
          "exitPrice": 1905.936,
          "stopDistance": 3.19,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 282
        },
        {
          "entryTs": 1673959200,
          "entryUtc": "2023-01-17T12:40:00.000Z",
          "exitTs": 1673959620,
          "dir": 1,
          "entryPrice": 1911.885,
          "exitPrice": 1908.734,
          "stopDistance": 3.151,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 7
        },
        {
          "entryTs": 1673960400,
          "entryUtc": "2023-01-17T13:00:00.000Z",
          "exitTs": 1673962200,
          "dir": -1,
          "entryPrice": 1909.725,
          "exitPrice": 1912.939,
          "stopDistance": 3.214,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 30
        },
        {
          "entryTs": 1673968740,
          "entryUtc": "2023-01-17T15:19:00.000Z",
          "exitTs": 1673977260,
          "dir": 1,
          "entryPrice": 1910.555,
          "exitPrice": 1906.816,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 142
        },
        {
          "entryTs": 1674011640,
          "entryUtc": "2023-01-18T03:14:00.000Z",
          "exitTs": 1674014820,
          "dir": -1,
          "entryPrice": 1904.675,
          "exitPrice": 1898.039,
          "stopDistance": 3.318,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 53
        },
        {
          "entryTs": 1674024420,
          "entryUtc": "2023-01-18T06:47:00.000Z",
          "exitTs": 1674026760,
          "dir": 1,
          "entryPrice": 1900.755,
          "exitPrice": 1907.309,
          "stopDistance": 3.277,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 39
        },
        {
          "entryTs": 1674030600,
          "entryUtc": "2023-01-18T08:30:00.000Z",
          "exitTs": 1674047700,
          "dir": 1,
          "entryPrice": 1911.655,
          "exitPrice": 1919.546,
          "stopDistance": 3.945,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 285
        },
        {
          "entryTs": 1674055800,
          "entryUtc": "2023-01-18T15:30:00.000Z",
          "exitTs": 1674059460,
          "dir": -1,
          "entryPrice": 1918.245,
          "exitPrice": 1907.942,
          "stopDistance": 5.151,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 61
        },
        {
          "entryTs": 1674095460,
          "entryUtc": "2023-01-19T02:31:00.000Z",
          "exitTs": 1674096840,
          "dir": -1,
          "entryPrice": 1903.735,
          "exitPrice": 1906.94,
          "stopDistance": 3.205,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 23
        },
        {
          "entryTs": 1674113940,
          "entryUtc": "2023-01-19T07:39:00.000Z",
          "exitTs": 1674114660,
          "dir": -1,
          "entryPrice": 1909.605,
          "exitPrice": 1912.414,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 12
        },
        {
          "entryTs": 1674179520,
          "entryUtc": "2023-01-20T01:52:00.000Z",
          "exitTs": 1674186540,
          "dir": 1,
          "entryPrice": 1931.155,
          "exitPrice": 1927.856,
          "stopDistance": 3.299,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 117
        },
        {
          "entryTs": 1674197400,
          "entryUtc": "2023-01-20T06:50:00.000Z",
          "exitTs": 1674201060,
          "dir": 1,
          "entryPrice": 1926.445,
          "exitPrice": 1931.901,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 61
        },
        {
          "entryTs": 1674203460,
          "entryUtc": "2023-01-20T08:31:00.000Z",
          "exitTs": 1674204780,
          "dir": 1,
          "entryPrice": 1931.488,
          "exitPrice": 1928.154,
          "stopDistance": 3.334,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 22
        },
        {
          "entryTs": 1674208200,
          "entryUtc": "2023-01-20T09:50:00.000Z",
          "exitTs": 1674216000,
          "dir": 1,
          "entryPrice": 1930.485,
          "exitPrice": 1926.656,
          "stopDistance": 3.829,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 130
        },
        {
          "entryTs": 1674463140,
          "entryUtc": "2023-01-23T08:39:00.000Z",
          "exitTs": 1674468000,
          "dir": -1,
          "entryPrice": 1924.625,
          "exitPrice": 1927.329,
          "stopDistance": 2.704,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 81
        },
        {
          "entryTs": 1674479940,
          "entryUtc": "2023-01-23T13:19:00.000Z",
          "exitTs": 1674480900,
          "dir": 1,
          "entryPrice": 1926.095,
          "exitPrice": 1922.909,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 16
        },
        {
          "entryTs": 1674482460,
          "entryUtc": "2023-01-23T14:01:00.000Z",
          "exitTs": 1674484860,
          "dir": -1,
          "entryPrice": 1922.545,
          "exitPrice": 1915.132,
          "stopDistance": 3.707,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 40
        },
        {
          "entryTs": 1674526620,
          "entryUtc": "2023-01-24T02:17:00.000Z",
          "exitTs": 1674533100,
          "dir": 1,
          "entryPrice": 1934.255,
          "exitPrice": 1931.88,
          "stopDistance": 2.375,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 108
        },
        {
          "entryTs": 1674539520,
          "entryUtc": "2023-01-24T05:52:00.000Z",
          "exitTs": 1674541920,
          "dir": 1,
          "entryPrice": 1934.155,
          "exitPrice": 1938.359,
          "stopDistance": 2.102,
          "outcome": "target",
          "netR": 1.824,
          "holdMinutes": 40
        },
        {
          "entryTs": 1674544140,
          "entryUtc": "2023-01-24T07:09:00.000Z",
          "exitTs": 1674552300,
          "dir": 1,
          "entryPrice": 1938.445,
          "exitPrice": 1936.091,
          "stopDistance": 2.354,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 136
        },
        {
          "entryTs": 1674559860,
          "entryUtc": "2023-01-24T11:31:00.000Z",
          "exitTs": 1674568440,
          "dir": -1,
          "entryPrice": 1936.335,
          "exitPrice": 1930.38,
          "stopDistance": 2.977,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 143
        },
        {
          "entryTs": 1674574980,
          "entryUtc": "2023-01-24T15:43:00.000Z",
          "exitTs": 1674575160,
          "dir": -1,
          "entryPrice": 1932.385,
          "exitPrice": 1935.735,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 3
        },
        {
          "entryTs": 1674610500,
          "entryUtc": "2023-01-25T01:35:00.000Z",
          "exitTs": 1674615600,
          "dir": 1,
          "entryPrice": 1936.968,
          "exitPrice": 1934.732,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1878,
          "holdMinutes": 85
        },
        {
          "entryTs": 1674619800,
          "entryUtc": "2023-01-25T04:10:00.000Z",
          "exitTs": 1674624240,
          "dir": -1,
          "entryPrice": 1933.085,
          "exitPrice": 1926.969,
          "stopDistance": 3.058,
          "outcome": "target",
          "netR": 1.879,
          "holdMinutes": 74
        },
        {
          "entryTs": 1674627840,
          "entryUtc": "2023-01-25T06:24:00.000Z",
          "exitTs": 1674628440,
          "dir": -1,
          "entryPrice": 1928.725,
          "exitPrice": 1931.778,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 10
        },
        {
          "entryTs": 1674631500,
          "entryUtc": "2023-01-25T07:25:00.000Z",
          "exitTs": 1674631980,
          "dir": 1,
          "entryPrice": 1931.075,
          "exitPrice": 1927.807,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 8
        },
        {
          "entryTs": 1674642600,
          "entryUtc": "2023-01-25T10:30:00.000Z",
          "exitTs": 1674657060,
          "dir": -1,
          "entryPrice": 1925.865,
          "exitPrice": 1929.578,
          "stopDistance": 3.713,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 241
        },
        {
          "entryTs": 1674714780,
          "entryUtc": "2023-01-26T06:33:00.000Z",
          "exitTs": 1674716460,
          "dir": 1,
          "entryPrice": 1946.655,
          "exitPrice": 1944.166,
          "stopDistance": 2.489,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 28
        },
        {
          "entryTs": 1674718260,
          "entryUtc": "2023-01-26T07:31:00.000Z",
          "exitTs": 1674725040,
          "dir": -1,
          "entryPrice": 1941.967,
          "exitPrice": 1935.718,
          "stopDistance": 3.125,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 113
        },
        {
          "entryTs": 1674727920,
          "entryUtc": "2023-01-26T10:12:00.000Z",
          "exitTs": 1674742500,
          "dir": -1,
          "entryPrice": 1937.545,
          "exitPrice": 1941.264,
          "stopDistance": 3.719,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 243
        },
        {
          "entryTs": 1674752940,
          "entryUtc": "2023-01-26T17:09:00.000Z",
          "exitTs": 1674834480,
          "dir": -1,
          "entryPrice": 1929.515,
          "exitPrice": 1918.048,
          "stopDistance": 5.733,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 1359
        },
        {
          "entryTs": 1675043100,
          "entryUtc": "2023-01-30T01:45:00.000Z",
          "exitTs": 1675052100,
          "dir": -1,
          "entryPrice": 1927.125,
          "exitPrice": 1930.475,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 150
        },
        {
          "entryTs": 1675059540,
          "entryUtc": "2023-01-30T06:19:00.000Z",
          "exitTs": 1675064460,
          "dir": 1,
          "entryPrice": 1929.325,
          "exitPrice": 1926.237,
          "stopDistance": 3.088,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 82
        },
        {
          "entryTs": 1675072620,
          "entryUtc": "2023-01-30T09:57:00.000Z",
          "exitTs": 1675074840,
          "dir": -1,
          "entryPrice": 1925.345,
          "exitPrice": 1928.749,
          "stopDistance": 3.404,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 37
        },
        {
          "entryTs": 1675075020,
          "entryUtc": "2023-01-30T10:37:00.000Z",
          "exitTs": 1675079400,
          "dir": -1,
          "entryPrice": 1929.155,
          "exitPrice": 1922.347,
          "stopDistance": 3.404,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 73
        },
        {
          "entryTs": 1675080420,
          "entryUtc": "2023-01-30T12:07:00.000Z",
          "exitTs": 1675085760,
          "dir": -1,
          "entryPrice": 1924.905,
          "exitPrice": 1928.628,
          "stopDistance": 3.723,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 89
        },
        {
          "entryTs": 1675087260,
          "entryUtc": "2023-01-30T14:01:00.000Z",
          "exitTs": 1675090200,
          "dir": 1,
          "entryPrice": 1928.805,
          "exitPrice": 1925.323,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 49
        },
        {
          "entryTs": 1675108020,
          "entryUtc": "2023-01-30T19:47:00.000Z",
          "exitTs": 1675138560,
          "dir": 1,
          "entryPrice": 1923.328,
          "exitPrice": 1920.154,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 509
        },
        {
          "entryTs": 1675146600,
          "entryUtc": "2023-01-31T06:30:00.000Z",
          "exitTs": 1675152720,
          "dir": -1,
          "entryPrice": 1915.325,
          "exitPrice": 1909.613,
          "stopDistance": 2.856,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 102
        },
        {
          "entryTs": 1675160460,
          "entryUtc": "2023-01-31T10:21:00.000Z",
          "exitTs": 1675169160,
          "dir": -1,
          "entryPrice": 1904.655,
          "exitPrice": 1908.164,
          "stopDistance": 3.509,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 145
        },
        {
          "entryTs": 1675171200,
          "entryUtc": "2023-01-31T13:20:00.000Z",
          "exitTs": 1675171800,
          "dir": 1,
          "entryPrice": 1906.498,
          "exitPrice": 1914.856,
          "stopDistance": 4.179,
          "outcome": "target",
          "netR": 1.9115,
          "holdMinutes": 10
        },
        {
          "entryTs": 1675174680,
          "entryUtc": "2023-01-31T14:18:00.000Z",
          "exitTs": 1675179900,
          "dir": 1,
          "entryPrice": 1918.665,
          "exitPrice": 1928.667,
          "stopDistance": 5.001,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 87
        },
        {
          "entryTs": 1675215180,
          "entryUtc": "2023-02-01T01:33:00.000Z",
          "exitTs": 1675235160,
          "dir": -1,
          "entryPrice": 1926.898,
          "exitPrice": 1929.06,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 333
        },
        {
          "entryTs": 1675239480,
          "entryUtc": "2023-02-01T08:18:00.000Z",
          "exitTs": 1675249560,
          "dir": -1,
          "entryPrice": 1925.115,
          "exitPrice": 1927.414,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 168
        },
        {
          "entryTs": 1675251900,
          "entryUtc": "2023-02-01T11:45:00.000Z",
          "exitTs": 1675263600,
          "dir": 1,
          "entryPrice": 1928.805,
          "exitPrice": 1926.262,
          "stopDistance": 2.543,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 195
        },
        {
          "entryTs": 1675282500,
          "entryUtc": "2023-02-01T20:15:00.000Z",
          "exitTs": 1675293060,
          "dir": 1,
          "entryPrice": 1940.848,
          "exitPrice": 1954.741,
          "stopDistance": 6.946,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 176
        },
        {
          "entryTs": 1675301640,
          "entryUtc": "2023-02-02T01:34:00.000Z",
          "exitTs": 1675345440,
          "dir": 1,
          "entryPrice": 1954.265,
          "exitPrice": 1948.852,
          "stopDistance": 5.413,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 730
        },
        {
          "entryTs": 1675347540,
          "entryUtc": "2023-02-02T14:19:00.000Z",
          "exitTs": 1675348980,
          "dir": -1,
          "entryPrice": 1947.075,
          "exitPrice": 1938.117,
          "stopDistance": 4.479,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 24
        },
        {
          "entryTs": 1675351140,
          "entryUtc": "2023-02-02T15:19:00.000Z",
          "exitTs": 1675409760,
          "dir": -1,
          "entryPrice": 1924.375,
          "exitPrice": 1910.581,
          "stopDistance": 6.897,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 977
        },
        {
          "entryTs": 1675412940,
          "entryUtc": "2023-02-03T08:29:00.000Z",
          "exitTs": 1675431000,
          "dir": -1,
          "entryPrice": 1914.145,
          "exitPrice": 1907.868,
          "stopDistance": 3.139,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 301
        },
        {
          "entryTs": 1675639980,
          "entryUtc": "2023-02-05T23:33:00.000Z",
          "exitTs": 1675655880,
          "dir": 1,
          "entryPrice": 1867.025,
          "exitPrice": 1876.269,
          "stopDistance": 4.622,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 265
        },
        {
          "entryTs": 1675675800,
          "entryUtc": "2023-02-06T09:30:00.000Z",
          "exitTs": 1675698240,
          "dir": -1,
          "entryPrice": 1874.245,
          "exitPrice": 1865.77,
          "stopDistance": 4.238,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 374
        },
        {
          "entryTs": 1675762380,
          "entryUtc": "2023-02-07T09:33:00.000Z",
          "exitTs": 1675767660,
          "dir": 1,
          "entryPrice": 1874.995,
          "exitPrice": 1871.293,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 88
        },
        {
          "entryTs": 1675774200,
          "entryUtc": "2023-02-07T12:50:00.000Z",
          "exitTs": 1675776660,
          "dir": 1,
          "entryPrice": 1869.875,
          "exitPrice": 1865.916,
          "stopDistance": 3.959,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 41
        },
        {
          "entryTs": 1675789260,
          "entryUtc": "2023-02-07T17:01:00.000Z",
          "exitTs": 1675794780,
          "dir": 1,
          "entryPrice": 1874.095,
          "exitPrice": 1868.742,
          "stopDistance": 5.353,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 92
        },
        {
          "entryTs": 1675811820,
          "entryUtc": "2023-02-07T23:17:00.000Z",
          "exitTs": 1675842480,
          "dir": 1,
          "entryPrice": 1871.805,
          "exitPrice": 1882.167,
          "stopDistance": 5.181,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 511
        },
        {
          "entryTs": 1675864080,
          "entryUtc": "2023-02-08T13:48:00.000Z",
          "exitTs": 1675865400,
          "dir": -1,
          "entryPrice": 1876.315,
          "exitPrice": 1880.432,
          "stopDistance": 4.117,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 22
        },
        {
          "entryTs": 1675866660,
          "entryUtc": "2023-02-08T14:31:00.000Z",
          "exitTs": 1675867500,
          "dir": 1,
          "entryPrice": 1879.635,
          "exitPrice": 1875.226,
          "stopDistance": 4.409,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 14
        },
        {
          "entryTs": 1675869480,
          "entryUtc": "2023-02-08T15:18:00.000Z",
          "exitTs": 1675873140,
          "dir": -1,
          "entryPrice": 1873.355,
          "exitPrice": 1878.427,
          "stopDistance": 5.072,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 61
        },
        {
          "entryTs": 1675911480,
          "entryUtc": "2023-02-09T02:58:00.000Z",
          "exitTs": 1675931220,
          "dir": 1,
          "entryPrice": 1878.788,
          "exitPrice": 1884.04,
          "stopDistance": 2.626,
          "outcome": "target",
          "netR": 1.8591,
          "holdMinutes": 329
        },
        {
          "entryTs": 1675932360,
          "entryUtc": "2023-02-09T08:46:00.000Z",
          "exitTs": 1675934580,
          "dir": 1,
          "entryPrice": 1883.905,
          "exitPrice": 1880.884,
          "stopDistance": 3.021,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 37
        },
        {
          "entryTs": 1675935960,
          "entryUtc": "2023-02-09T09:46:00.000Z",
          "exitTs": 1675939620,
          "dir": -1,
          "entryPrice": 1881.955,
          "exitPrice": 1885.177,
          "stopDistance": 3.222,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 61
        },
        {
          "entryTs": 1675943520,
          "entryUtc": "2023-02-09T11:52:00.000Z",
          "exitTs": 1675950720,
          "dir": -1,
          "entryPrice": 1882.365,
          "exitPrice": 1885.647,
          "stopDistance": 3.282,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 120
        },
        {
          "entryTs": 1675952100,
          "entryUtc": "2023-02-09T14:15:00.000Z",
          "exitTs": 1675953300,
          "dir": 1,
          "entryPrice": 1886.125,
          "exitPrice": 1881.958,
          "stopDistance": 4.167,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 20
        },
        {
          "entryTs": 1675966200,
          "entryUtc": "2023-02-09T18:10:00.000Z",
          "exitTs": 1675999980,
          "dir": -1,
          "entryPrice": 1868.515,
          "exitPrice": 1856.662,
          "stopDistance": 5.926,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 563
        },
        {
          "entryTs": 1676008080,
          "entryUtc": "2023-02-10T05:48:00.000Z",
          "exitTs": 1676009040,
          "dir": -1,
          "entryPrice": 1856.835,
          "exitPrice": 1860.522,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 16
        },
        {
          "entryTs": 1676009100,
          "entryUtc": "2023-02-10T06:05:00.000Z",
          "exitTs": 1676015100,
          "dir": -1,
          "entryPrice": 1860.835,
          "exitPrice": 1864.263,
          "stopDistance": 3.428,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 100
        },
        {
          "entryTs": 1676018160,
          "entryUtc": "2023-02-10T08:36:00.000Z",
          "exitTs": 1676020620,
          "dir": 1,
          "entryPrice": 1868.295,
          "exitPrice": 1863.923,
          "stopDistance": 4.372,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 41
        },
        {
          "entryTs": 1676022360,
          "entryUtc": "2023-02-10T09:46:00.000Z",
          "exitTs": 1676242800,
          "dir": -1,
          "entryPrice": 1864.635,
          "exitPrice": 1864.317,
          "stopDistance": 4.615,
          "outcome": "time",
          "netR": -0.0113,
          "holdMinutes": 3674
        },
        {
          "entryTs": 1676271420,
          "entryUtc": "2023-02-13T06:57:00.000Z",
          "exitTs": 1676276760,
          "dir": 1,
          "entryPrice": 1863.185,
          "exitPrice": 1860.341,
          "stopDistance": 2.844,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 89
        },
        {
          "entryTs": 1676277960,
          "entryUtc": "2023-02-13T08:46:00.000Z",
          "exitTs": 1676281200,
          "dir": -1,
          "entryPrice": 1862.015,
          "exitPrice": 1855.706,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 54
        },
        {
          "entryTs": 1676286540,
          "entryUtc": "2023-02-13T11:09:00.000Z",
          "exitTs": 1676298900,
          "dir": -1,
          "entryPrice": 1860.355,
          "exitPrice": 1853.71,
          "stopDistance": 3.323,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 206
        },
        {
          "entryTs": 1676358900,
          "entryUtc": "2023-02-14T07:15:00.000Z",
          "exitTs": 1676359020,
          "dir": 1,
          "entryPrice": 1861.258,
          "exitPrice": 1859.014,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1871,
          "holdMinutes": 2
        },
        {
          "entryTs": 1676362560,
          "entryUtc": "2023-02-14T08:16:00.000Z",
          "exitTs": 1676367540,
          "dir": -1,
          "entryPrice": 1860.595,
          "exitPrice": 1863.266,
          "stopDistance": 2.671,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 83
        },
        {
          "entryTs": 1676386320,
          "entryUtc": "2023-02-14T14:52:00.000Z",
          "exitTs": 1676386980,
          "dir": -1,
          "entryPrice": 1851.895,
          "exitPrice": 1859.702,
          "stopDistance": 7.807,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 11
        },
        {
          "entryTs": 1676388720,
          "entryUtc": "2023-02-14T15:32:00.000Z",
          "exitTs": 1676391300,
          "dir": 1,
          "entryPrice": 1858.195,
          "exitPrice": 1849.253,
          "stopDistance": 8.942,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 43
        },
        {
          "entryTs": 1676445960,
          "entryUtc": "2023-02-15T07:26:00.000Z",
          "exitTs": 1676446320,
          "dir": -1,
          "entryPrice": 1844.501,
          "exitPrice": 1838.786,
          "stopDistance": 2.857,
          "outcome": "target",
          "netR": 1.8705,
          "holdMinutes": 6
        },
        {
          "entryTs": 1676518440,
          "entryUtc": "2023-02-16T03:34:00.000Z",
          "exitTs": 1676525160,
          "dir": 1,
          "entryPrice": 1840.208,
          "exitPrice": 1837.523,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 112
        },
        {
          "entryTs": 1676530860,
          "entryUtc": "2023-02-16T07:01:00.000Z",
          "exitTs": 1676534280,
          "dir": -1,
          "entryPrice": 1838.465,
          "exitPrice": 1840.895,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 57
        },
        {
          "entryTs": 1676537160,
          "entryUtc": "2023-02-16T08:46:00.000Z",
          "exitTs": 1676554200,
          "dir": 1,
          "entryPrice": 1837.598,
          "exitPrice": 1834.547,
          "stopDistance": 3.051,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 284
        },
        {
          "entryTs": 1676556540,
          "entryUtc": "2023-02-16T14:09:00.000Z",
          "exitTs": 1676565900,
          "dir": -1,
          "entryPrice": 1834.995,
          "exitPrice": 1839.245,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 156
        },
        {
          "entryTs": 1676616660,
          "entryUtc": "2023-02-17T06:51:00.000Z",
          "exitTs": 1676622900,
          "dir": -1,
          "entryPrice": 1824.795,
          "exitPrice": 1819.634,
          "stopDistance": 2.581,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 104
        },
        {
          "entryTs": 1676624100,
          "entryUtc": "2023-02-17T08:55:00.000Z",
          "exitTs": 1676627400,
          "dir": -1,
          "entryPrice": 1821.765,
          "exitPrice": 1825.134,
          "stopDistance": 3.369,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 55
        },
        {
          "entryTs": 1676628300,
          "entryUtc": "2023-02-17T10:05:00.000Z",
          "exitTs": 1676646180,
          "dir": 1,
          "entryPrice": 1823.785,
          "exitPrice": 1831.525,
          "stopDistance": 3.87,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 298
        },
        {
          "entryTs": 1676883600,
          "entryUtc": "2023-02-20T09:00:00.000Z",
          "exitTs": 1676899920,
          "dir": -1,
          "entryPrice": 1843.595,
          "exitPrice": 1846.36,
          "stopDistance": 2.765,
          "outcome": "stop",
          "netR": -1.1519,
          "holdMinutes": 272
        },
        {
          "entryTs": 1676906340,
          "entryUtc": "2023-02-20T15:19:00.000Z",
          "exitTs": 1676913060,
          "dir": 1,
          "entryPrice": 1844.325,
          "exitPrice": 1841.824,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 112
        },
        {
          "entryTs": 1676941080,
          "entryUtc": "2023-02-21T00:58:00.000Z",
          "exitTs": 1676943180,
          "dir": 1,
          "entryPrice": 1841.708,
          "exitPrice": 1839.949,
          "stopDistance": 1.759,
          "outcome": "stop",
          "netR": -1.2387,
          "holdMinutes": 35
        },
        {
          "entryTs": 1676958720,
          "entryUtc": "2023-02-21T05:52:00.000Z",
          "exitTs": 1676964300,
          "dir": -1,
          "entryPrice": 1839.215,
          "exitPrice": 1834.667,
          "stopDistance": 2.274,
          "outcome": "target",
          "netR": 1.8373,
          "holdMinutes": 93
        },
        {
          "entryTs": 1676982600,
          "entryUtc": "2023-02-21T12:30:00.000Z",
          "exitTs": 1676985240,
          "dir": -1,
          "entryPrice": 1831.575,
          "exitPrice": 1834.564,
          "stopDistance": 2.989,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 44
        },
        {
          "entryTs": 1676990700,
          "entryUtc": "2023-02-21T14:45:00.000Z",
          "exitTs": 1676990880,
          "dir": 1,
          "entryPrice": 1840.445,
          "exitPrice": 1837.047,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 3
        },
        {
          "entryTs": 1676993580,
          "entryUtc": "2023-02-21T15:33:00.000Z",
          "exitTs": 1677069000,
          "dir": -1,
          "entryPrice": 1839.225,
          "exitPrice": 1843.525,
          "stopDistance": 4.3,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 1257
        },
        {
          "entryTs": 1677069900,
          "entryUtc": "2023-02-22T12:45:00.000Z",
          "exitTs": 1677072000,
          "dir": 1,
          "entryPrice": 1841.558,
          "exitPrice": 1837.928,
          "stopDistance": 3.63,
          "outcome": "stop",
          "netR": -1.1157,
          "holdMinutes": 35
        },
        {
          "entryTs": 1677135600,
          "entryUtc": "2023-02-23T07:00:00.000Z",
          "exitTs": 1677137160,
          "dir": 1,
          "entryPrice": 1831.528,
          "exitPrice": 1829.096,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 26
        },
        {
          "entryTs": 1677141360,
          "entryUtc": "2023-02-23T08:36:00.000Z",
          "exitTs": 1677159000,
          "dir": -1,
          "entryPrice": 1828.855,
          "exitPrice": 1823.296,
          "stopDistance": 2.78,
          "outcome": "target",
          "netR": 1.8669,
          "holdMinutes": 294
        },
        {
          "entryTs": 1677228720,
          "entryUtc": "2023-02-24T08:52:00.000Z",
          "exitTs": 1677238260,
          "dir": 1,
          "entryPrice": 1822.604,
          "exitPrice": 1819.866,
          "stopDistance": 2.738,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 159
        },
        {
          "entryTs": 1677249180,
          "entryUtc": "2023-02-24T14:33:00.000Z",
          "exitTs": 1677452400,
          "dir": -1,
          "entryPrice": 1813.495,
          "exitPrice": 1812.648,
          "stopDistance": 4.083,
          "outcome": "time",
          "netR": 0.1168,
          "holdMinutes": 3387
        },
        {
          "entryTs": 1677455100,
          "entryUtc": "2023-02-26T23:45:00.000Z",
          "exitTs": 1677469140,
          "dir": 1,
          "entryPrice": 1811.475,
          "exitPrice": 1808.866,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 234
        },
        {
          "entryTs": 1677472020,
          "entryUtc": "2023-02-27T04:27:00.000Z",
          "exitTs": 1677484320,
          "dir": -1,
          "entryPrice": 1809.348,
          "exitPrice": 1811.83,
          "stopDistance": 2.482,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 205
        },
        {
          "entryTs": 1677495000,
          "entryUtc": "2023-02-27T10:50:00.000Z",
          "exitTs": 1677505080,
          "dir": -1,
          "entryPrice": 1811.005,
          "exitPrice": 1813.768,
          "stopDistance": 2.763,
          "outcome": "stop",
          "netR": -1.152,
          "holdMinutes": 168
        },
        {
          "entryTs": 1677515460,
          "entryUtc": "2023-02-27T16:31:00.000Z",
          "exitTs": 1677520800,
          "dir": 1,
          "entryPrice": 1812.915,
          "exitPrice": 1819.08,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 89
        },
        {
          "entryTs": 1677567600,
          "entryUtc": "2023-02-28T07:00:00.000Z",
          "exitTs": 1677567900,
          "dir": 1,
          "entryPrice": 1815.535,
          "exitPrice": 1813.503,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 5
        },
        {
          "entryTs": 1677577020,
          "entryUtc": "2023-02-28T09:37:00.000Z",
          "exitTs": 1677595560,
          "dir": 1,
          "entryPrice": 1810.358,
          "exitPrice": 1817.153,
          "stopDistance": 3.397,
          "outcome": "target",
          "netR": 1.8911,
          "holdMinutes": 309
        },
        {
          "entryTs": 1677637920,
          "entryUtc": "2023-03-01T02:32:00.000Z",
          "exitTs": 1677647700,
          "dir": 1,
          "entryPrice": 1827.435,
          "exitPrice": 1832.334,
          "stopDistance": 2.449,
          "outcome": "target",
          "netR": 1.8489,
          "holdMinutes": 163
        },
        {
          "entryTs": 1677722580,
          "entryUtc": "2023-03-02T02:03:00.000Z",
          "exitTs": 1677724140,
          "dir": -1,
          "entryPrice": 1833.195,
          "exitPrice": 1835.769,
          "stopDistance": 2.574,
          "outcome": "stop",
          "netR": -1.1632,
          "holdMinutes": 26
        },
        {
          "entryTs": 1677748800,
          "entryUtc": "2023-03-02T09:20:00.000Z",
          "exitTs": 1677768840,
          "dir": 1,
          "entryPrice": 1832.505,
          "exitPrice": 1837.925,
          "stopDistance": 2.71,
          "outcome": "target",
          "netR": 1.8635,
          "holdMinutes": 334
        },
        {
          "entryTs": 1677836940,
          "entryUtc": "2023-03-03T09:49:00.000Z",
          "exitTs": 1677853320,
          "dir": 1,
          "entryPrice": 1845.705,
          "exitPrice": 1843.317,
          "stopDistance": 2.388,
          "outcome": "stop",
          "netR": -1.1759,
          "holdMinutes": 273
        },
        {
          "entryTs": 1677854760,
          "entryUtc": "2023-03-03T14:46:00.000Z",
          "exitTs": 1677856020,
          "dir": -1,
          "entryPrice": 1844.985,
          "exitPrice": 1839.204,
          "stopDistance": 2.89,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 21
        },
        {
          "entryTs": 1677877860,
          "entryUtc": "2023-03-03T21:11:00.000Z",
          "exitTs": 1678057200,
          "dir": 1,
          "entryPrice": 1853.945,
          "exitPrice": 1854.018,
          "stopDistance": 3.063,
          "outcome": "time",
          "netR": -0.097,
          "holdMinutes": 2989
        },
        {
          "entryTs": 1678091220,
          "entryUtc": "2023-03-06T08:27:00.000Z",
          "exitTs": 1678091520,
          "dir": 1,
          "entryPrice": 1855.158,
          "exitPrice": 1852.942,
          "stopDistance": 2.216,
          "outcome": "stop",
          "netR": -1.1895,
          "holdMinutes": 5
        },
        {
          "entryTs": 1678092420,
          "entryUtc": "2023-03-06T08:47:00.000Z",
          "exitTs": 1678100940,
          "dir": -1,
          "entryPrice": 1854.235,
          "exitPrice": 1849.208,
          "stopDistance": 2.514,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 142
        },
        {
          "entryTs": 1678156200,
          "entryUtc": "2023-03-07T02:30:00.000Z",
          "exitTs": 1678160700,
          "dir": 1,
          "entryPrice": 1849.498,
          "exitPrice": 1847.322,
          "stopDistance": 2.176,
          "outcome": "stop",
          "netR": -1.193,
          "holdMinutes": 75
        },
        {
          "entryTs": 1678169760,
          "entryUtc": "2023-03-07T06:16:00.000Z",
          "exitTs": 1678173840,
          "dir": -1,
          "entryPrice": 1848.025,
          "exitPrice": 1849.962,
          "stopDistance": 1.937,
          "outcome": "stop",
          "netR": -1.2168,
          "holdMinutes": 68
        },
        {
          "entryTs": 1678175100,
          "entryUtc": "2023-03-07T07:45:00.000Z",
          "exitTs": 1678176720,
          "dir": 1,
          "entryPrice": 1849.588,
          "exitPrice": 1847.165,
          "stopDistance": 2.423,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 27
        },
        {
          "entryTs": 1678177800,
          "entryUtc": "2023-03-07T08:30:00.000Z",
          "exitTs": 1678188660,
          "dir": -1,
          "entryPrice": 1847.255,
          "exitPrice": 1842.094,
          "stopDistance": 2.58,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 181
        },
        {
          "entryTs": 1678196700,
          "entryUtc": "2023-03-07T13:45:00.000Z",
          "exitTs": 1678199760,
          "dir": -1,
          "entryPrice": 1837.215,
          "exitPrice": 1831.499,
          "stopDistance": 2.858,
          "outcome": "target",
          "netR": 1.8705,
          "holdMinutes": 51
        },
        {
          "entryTs": 1678203360,
          "entryUtc": "2023-03-07T15:36:00.000Z",
          "exitTs": 1678204320,
          "dir": -1,
          "entryPrice": 1824.945,
          "exitPrice": 1816.341,
          "stopDistance": 4.302,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 16
        },
        {
          "entryTs": 1678287720,
          "entryUtc": "2023-03-08T15:02:00.000Z",
          "exitTs": 1678289100,
          "dir": 1,
          "entryPrice": 1816.058,
          "exitPrice": 1822.516,
          "stopDistance": 3.229,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 23
        },
        {
          "entryTs": 1678325460,
          "entryUtc": "2023-03-09T01:31:00.000Z",
          "exitTs": 1678351320,
          "dir": 1,
          "entryPrice": 1814.085,
          "exitPrice": 1818.822,
          "stopDistance": 2.368,
          "outcome": "target",
          "netR": 1.8438,
          "holdMinutes": 431
        },
        {
          "entryTs": 1678352460,
          "entryUtc": "2023-03-09T09:01:00.000Z",
          "exitTs": 1678368720,
          "dir": 1,
          "entryPrice": 1816.448,
          "exitPrice": 1821.274,
          "stopDistance": 2.413,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 271
        },
        {
          "entryTs": 1678371300,
          "entryUtc": "2023-03-09T14:15:00.000Z",
          "exitTs": 1678372800,
          "dir": 1,
          "entryPrice": 1823.955,
          "exitPrice": 1830.226,
          "stopDistance": 3.135,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 25
        },
        {
          "entryTs": 1678377360,
          "entryUtc": "2023-03-09T15:56:00.000Z",
          "exitTs": 1678381320,
          "dir": 1,
          "entryPrice": 1829.215,
          "exitPrice": 1825.574,
          "stopDistance": 3.641,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 66
        },
        {
          "entryTs": 1678388700,
          "entryUtc": "2023-03-09T19:05:00.000Z",
          "exitTs": 1678392840,
          "dir": 1,
          "entryPrice": 1833.065,
          "exitPrice": 1829.391,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 69
        },
        {
          "entryTs": 1678409100,
          "entryUtc": "2023-03-10T00:45:00.000Z",
          "exitTs": 1678410360,
          "dir": 1,
          "entryPrice": 1833.575,
          "exitPrice": 1831.141,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 21
        },
        {
          "entryTs": 1678412100,
          "entryUtc": "2023-03-10T01:35:00.000Z",
          "exitTs": 1678432920,
          "dir": -1,
          "entryPrice": 1831.318,
          "exitPrice": 1833.866,
          "stopDistance": 2.548,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 347
        },
        {
          "entryTs": 1678433940,
          "entryUtc": "2023-03-10T07:39:00.000Z",
          "exitTs": 1678435260,
          "dir": 1,
          "entryPrice": 1832.175,
          "exitPrice": 1837.014,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 22
        },
        {
          "entryTs": 1678456800,
          "entryUtc": "2023-03-10T14:00:00.000Z",
          "exitTs": 1678458660,
          "dir": 1,
          "entryPrice": 1841.545,
          "exitPrice": 1850.359,
          "stopDistance": 4.407,
          "outcome": "target",
          "netR": 1.916,
          "holdMinutes": 31
        },
        {
          "entryTs": 1678465800,
          "entryUtc": "2023-03-10T16:30:00.000Z",
          "exitTs": 1678480740,
          "dir": 1,
          "entryPrice": 1855.398,
          "exitPrice": 1867.35,
          "stopDistance": 5.976,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 249
        },
        {
          "entryTs": 1678661160,
          "entryUtc": "2023-03-12T22:46:00.000Z",
          "exitTs": 1678672620,
          "dir": 1,
          "entryPrice": 1879.898,
          "exitPrice": 1872.208,
          "stopDistance": 7.69,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 191
        },
        {
          "entryTs": 1678683600,
          "entryUtc": "2023-03-13T05:00:00.000Z",
          "exitTs": 1678690680,
          "dir": 1,
          "entryPrice": 1881.225,
          "exitPrice": 1874.57,
          "stopDistance": 6.655,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 118
        },
        {
          "entryTs": 1678698900,
          "entryUtc": "2023-03-13T09:15:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1884.744,
          "exitPrice": 1894.849,
          "stopDistance": 5.053,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 194
        },
        {
          "entryTs": 1678712640,
          "entryUtc": "2023-03-13T13:04:00.000Z",
          "exitTs": 1678714860,
          "dir": 1,
          "entryPrice": 1894.408,
          "exitPrice": 1907.298,
          "stopDistance": 6.445,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 37
        },
        {
          "entryTs": 1678759500,
          "entryUtc": "2023-03-14T02:05:00.000Z",
          "exitTs": 1678774440,
          "dir": -1,
          "entryPrice": 1907.195,
          "exitPrice": 1910.792,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 249
        },
        {
          "entryTs": 1678782780,
          "entryUtc": "2023-03-14T08:33:00.000Z",
          "exitTs": 1678783440,
          "dir": 1,
          "entryPrice": 1906.225,
          "exitPrice": 1902.195,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 11
        },
        {
          "entryTs": 1678784400,
          "entryUtc": "2023-03-14T09:00:00.000Z",
          "exitTs": 1678797000,
          "dir": -1,
          "entryPrice": 1904.355,
          "exitPrice": 1909.069,
          "stopDistance": 4.714,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 210
        },
        {
          "entryTs": 1678802400,
          "entryUtc": "2023-03-14T14:00:00.000Z",
          "exitTs": 1678807620,
          "dir": -1,
          "entryPrice": 1902.355,
          "exitPrice": 1908.587,
          "stopDistance": 6.232,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 87
        },
        {
          "entryTs": 1678840320,
          "entryUtc": "2023-03-15T00:32:00.000Z",
          "exitTs": 1678844400,
          "dir": -1,
          "entryPrice": 1901.545,
          "exitPrice": 1904.292,
          "stopDistance": 2.747,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 68
        },
        {
          "entryTs": 1678869720,
          "entryUtc": "2023-03-15T08:42:00.000Z",
          "exitTs": 1678873080,
          "dir": -1,
          "entryPrice": 1889.865,
          "exitPrice": 1893.177,
          "stopDistance": 3.312,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 56
        },
        {
          "entryTs": 1678873260,
          "entryUtc": "2023-03-15T09:41:00.000Z",
          "exitTs": 1678874640,
          "dir": -1,
          "entryPrice": 1896.675,
          "exitPrice": 1899.928,
          "stopDistance": 3.253,
          "outcome": "stop",
          "netR": -1.1291,
          "holdMinutes": 23
        },
        {
          "entryTs": 1678887480,
          "entryUtc": "2023-03-15T13:38:00.000Z",
          "exitTs": 1678897140,
          "dir": 1,
          "entryPrice": 1918.844,
          "exitPrice": 1932.78,
          "stopDistance": 6.968,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 161
        },
        {
          "entryTs": 1678901520,
          "entryUtc": "2023-03-15T17:32:00.000Z",
          "exitTs": 1678905060,
          "dir": -1,
          "entryPrice": 1927.175,
          "exitPrice": 1910.279,
          "stopDistance": 8.448,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 59
        },
        {
          "entryTs": 1678907460,
          "entryUtc": "2023-03-15T19:11:00.000Z",
          "exitTs": 1678969200,
          "dir": -1,
          "entryPrice": 1920.564,
          "exitPrice": 1929.387,
          "stopDistance": 8.823,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 1029
        },
        {
          "entryTs": 1678982160,
          "entryUtc": "2023-03-16T15:56:00.000Z",
          "exitTs": 1679020800,
          "dir": -1,
          "entryPrice": 1919.725,
          "exitPrice": 1927.178,
          "stopDistance": 7.453,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 644
        },
        {
          "entryTs": 1679035560,
          "entryUtc": "2023-03-17T06:46:00.000Z",
          "exitTs": 1679040840,
          "dir": 1,
          "entryPrice": 1930.655,
          "exitPrice": 1927.75,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 88
        },
        {
          "entryTs": 1679053560,
          "entryUtc": "2023-03-17T11:46:00.000Z",
          "exitTs": 1679056200,
          "dir": 1,
          "entryPrice": 1933.805,
          "exitPrice": 1941.174,
          "stopDistance": 3.685,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 44
        },
        {
          "entryTs": 1679059800,
          "entryUtc": "2023-03-17T13:30:00.000Z",
          "exitTs": 1679063520,
          "dir": 1,
          "entryPrice": 1946.155,
          "exitPrice": 1955.574,
          "stopDistance": 4.709,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 62
        },
        {
          "entryTs": 1679065500,
          "entryUtc": "2023-03-17T15:05:00.000Z",
          "exitTs": 1679074440,
          "dir": 1,
          "entryPrice": 1959.505,
          "exitPrice": 1971.419,
          "stopDistance": 5.957,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 149
        },
        {
          "entryTs": 1679084940,
          "entryUtc": "2023-03-17T20:29:00.000Z",
          "exitTs": 1679086560,
          "dir": -1,
          "entryPrice": 1979.005,
          "exitPrice": 1986.65,
          "stopDistance": 7.645,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 27
        },
        {
          "entryTs": 1679268300,
          "entryUtc": "2023-03-19T23:25:00.000Z",
          "exitTs": 1679291940,
          "dir": -1,
          "entryPrice": 1979.245,
          "exitPrice": 1987.296,
          "stopDistance": 8.051,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 394
        },
        {
          "entryTs": 1679292900,
          "entryUtc": "2023-03-20T06:15:00.000Z",
          "exitTs": 1679295960,
          "dir": 1,
          "entryPrice": 1983.615,
          "exitPrice": 1994.407,
          "stopDistance": 5.396,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 51
        },
        {
          "entryTs": 1679298960,
          "entryUtc": "2023-03-20T07:56:00.000Z",
          "exitTs": 1679302800,
          "dir": 1,
          "entryPrice": 2002.845,
          "exitPrice": 1995.097,
          "stopDistance": 7.748,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 64
        },
        {
          "entryTs": 1679302860,
          "entryUtc": "2023-03-20T09:01:00.000Z",
          "exitTs": 1679306160,
          "dir": 1,
          "entryPrice": 1993.678,
          "exitPrice": 1986.124,
          "stopDistance": 7.554,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 55
        },
        {
          "entryTs": 1679310180,
          "entryUtc": "2023-03-20T11:03:00.000Z",
          "exitTs": 1679386020,
          "dir": -1,
          "entryPrice": 1981.835,
          "exitPrice": 1963.918,
          "stopDistance": 8.958,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 1264
        },
        {
          "entryTs": 1679388000,
          "entryUtc": "2023-03-21T08:40:00.000Z",
          "exitTs": 1679406240,
          "dir": -1,
          "entryPrice": 1968.305,
          "exitPrice": 1958.533,
          "stopDistance": 4.886,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 304
        },
        {
          "entryTs": 1679452800,
          "entryUtc": "2023-03-22T02:40:00.000Z",
          "exitTs": 1679470020,
          "dir": -1,
          "entryPrice": 1941.505,
          "exitPrice": 1935.246,
          "stopDistance": 3.13,
          "outcome": "target",
          "netR": 1.8818,
          "holdMinutes": 287
        },
        {
          "entryTs": 1679471100,
          "entryUtc": "2023-03-22T07:45:00.000Z",
          "exitTs": 1679472900,
          "dir": -1,
          "entryPrice": 1939.885,
          "exitPrice": 1943.569,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 30
        },
        {
          "entryTs": 1679474100,
          "entryUtc": "2023-03-22T08:35:00.000Z",
          "exitTs": 1679488560,
          "dir": 1,
          "entryPrice": 1942.985,
          "exitPrice": 1939.05,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 241
        },
        {
          "entryTs": 1679498460,
          "entryUtc": "2023-03-22T15:21:00.000Z",
          "exitTs": 1679508120,
          "dir": 1,
          "entryPrice": 1948.575,
          "exitPrice": 1958.153,
          "stopDistance": 4.789,
          "outcome": "target",
          "netR": 1.9227,
          "holdMinutes": 161
        },
        {
          "entryTs": 1679511600,
          "entryUtc": "2023-03-22T19:00:00.000Z",
          "exitTs": 1679511840,
          "dir": 1,
          "entryPrice": 1968.688,
          "exitPrice": 1959.715,
          "stopDistance": 8.973,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 4
        },
        {
          "entryTs": 1679576520,
          "entryUtc": "2023-03-23T13:02:00.000Z",
          "exitTs": 1679577840,
          "dir": -1,
          "entryPrice": 1972.795,
          "exitPrice": 1978.306,
          "stopDistance": 5.511,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 22
        },
        {
          "entryTs": 1679580900,
          "entryUtc": "2023-03-23T14:15:00.000Z",
          "exitTs": 1679589120,
          "dir": 1,
          "entryPrice": 1980.475,
          "exitPrice": 1992.97,
          "stopDistance": 6.247,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 137
        },
        {
          "entryTs": 1679644020,
          "entryUtc": "2023-03-24T07:47:00.000Z",
          "exitTs": 1679645160,
          "dir": -1,
          "entryPrice": 1988.425,
          "exitPrice": 1991.924,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 19
        },
        {
          "entryTs": 1679649540,
          "entryUtc": "2023-03-24T09:19:00.000Z",
          "exitTs": 1679650680,
          "dir": -1,
          "entryPrice": 1987.935,
          "exitPrice": 1992.4,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 19
        },
        {
          "entryTs": 1679654760,
          "entryUtc": "2023-03-24T10:46:00.000Z",
          "exitTs": 1679666280,
          "dir": 1,
          "entryPrice": 1994.255,
          "exitPrice": 1989.313,
          "stopDistance": 4.942,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 192
        },
        {
          "entryTs": 1679870040,
          "entryUtc": "2023-03-26T22:34:00.000Z",
          "exitTs": 1679879700,
          "dir": -1,
          "entryPrice": 1972.464,
          "exitPrice": 1978.094,
          "stopDistance": 5.63,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 161
        },
        {
          "entryTs": 1679898900,
          "entryUtc": "2023-03-27T06:35:00.000Z",
          "exitTs": 1679903460,
          "dir": -1,
          "entryPrice": 1969.035,
          "exitPrice": 1972.524,
          "stopDistance": 3.489,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 76
        },
        {
          "entryTs": 1679904000,
          "entryUtc": "2023-03-27T08:00:00.000Z",
          "exitTs": 1679908200,
          "dir": 1,
          "entryPrice": 1970.405,
          "exitPrice": 1966.372,
          "stopDistance": 4.033,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 70
        },
        {
          "entryTs": 1679915100,
          "entryUtc": "2023-03-27T11:05:00.000Z",
          "exitTs": 1679919780,
          "dir": -1,
          "entryPrice": 1950.375,
          "exitPrice": 1955.336,
          "stopDistance": 4.961,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 78
        },
        {
          "entryTs": 1679928540,
          "entryUtc": "2023-03-27T14:49:00.000Z",
          "exitTs": 1680007140,
          "dir": 1,
          "entryPrice": 1954.265,
          "exitPrice": 1966.993,
          "stopDistance": 6.364,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 1310
        },
        {
          "entryTs": 1680008400,
          "entryUtc": "2023-03-28T13:00:00.000Z",
          "exitTs": 1680023820,
          "dir": 1,
          "entryPrice": 1962.784,
          "exitPrice": 1970.699,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 257
        },
        {
          "entryTs": 1680054660,
          "entryUtc": "2023-03-29T01:51:00.000Z",
          "exitTs": 1680069540,
          "dir": -1,
          "entryPrice": 1968.255,
          "exitPrice": 1962.898,
          "stopDistance": 2.678,
          "outcome": "target",
          "netR": 1.8619,
          "holdMinutes": 248
        },
        {
          "entryTs": 1680090900,
          "entryUtc": "2023-03-29T11:55:00.000Z",
          "exitTs": 1680100500,
          "dir": -1,
          "entryPrice": 1965.265,
          "exitPrice": 1968.641,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 160
        },
        {
          "entryTs": 1680102060,
          "entryUtc": "2023-03-29T15:01:00.000Z",
          "exitTs": 1680103020,
          "dir": 1,
          "entryPrice": 1968.625,
          "exitPrice": 1963.918,
          "stopDistance": 4.707,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 16
        },
        {
          "entryTs": 1680103860,
          "entryUtc": "2023-03-29T15:31:00.000Z",
          "exitTs": 1680138540,
          "dir": -1,
          "entryPrice": 1967.025,
          "exitPrice": 1957.216,
          "stopDistance": 4.904,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 578
        },
        {
          "entryTs": 1680143400,
          "entryUtc": "2023-03-30T02:30:00.000Z",
          "exitTs": 1680153960,
          "dir": -1,
          "entryPrice": 1960.135,
          "exitPrice": 1962.895,
          "stopDistance": 2.76,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 176
        },
        {
          "entryTs": 1680164040,
          "entryUtc": "2023-03-30T08:14:00.000Z",
          "exitTs": 1680179160,
          "dir": 1,
          "entryPrice": 1965.574,
          "exitPrice": 1971.686,
          "stopDistance": 3.056,
          "outcome": "target",
          "netR": 1.8789,
          "holdMinutes": 252
        },
        {
          "entryTs": 1680249840,
          "entryUtc": "2023-03-31T08:04:00.000Z",
          "exitTs": 1680254880,
          "dir": -1,
          "entryPrice": 1976.945,
          "exitPrice": 1980.017,
          "stopDistance": 3.072,
          "outcome": "stop",
          "netR": -1.1367,
          "holdMinutes": 84
        },
        {
          "entryTs": 1680285900,
          "entryUtc": "2023-03-31T18:05:00.000Z",
          "exitTs": 1680472800,
          "dir": -1,
          "entryPrice": 1969.725,
          "exitPrice": 1967.804,
          "stopDistance": 4.745,
          "outcome": "time",
          "netR": 0.3269,
          "holdMinutes": 3115
        },
        {
          "entryTs": 1680474840,
          "entryUtc": "2023-04-02T22:34:00.000Z",
          "exitTs": 1680490560,
          "dir": -1,
          "entryPrice": 1964.065,
          "exitPrice": 1954.834,
          "stopDistance": 4.615,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 262
        },
        {
          "entryTs": 1680499740,
          "entryUtc": "2023-04-03T05:29:00.000Z",
          "exitTs": 1680505860,
          "dir": -1,
          "entryPrice": 1953.675,
          "exitPrice": 1958.11,
          "stopDistance": 4.435,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 102
        },
        {
          "entryTs": 1680533220,
          "entryUtc": "2023-04-03T14:47:00.000Z",
          "exitTs": 1680589980,
          "dir": 1,
          "entryPrice": 1982.785,
          "exitPrice": 1977.088,
          "stopDistance": 5.697,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 946
        },
        {
          "entryTs": 1680591600,
          "entryUtc": "2023-04-04T07:00:00.000Z",
          "exitTs": 1680607500,
          "dir": 1,
          "entryPrice": 1981.115,
          "exitPrice": 1978.449,
          "stopDistance": 2.666,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 265
        },
        {
          "entryTs": 1680619920,
          "entryUtc": "2023-04-04T14:52:00.000Z",
          "exitTs": 1680698040,
          "dir": 1,
          "entryPrice": 2017.864,
          "exitPrice": 2031.513,
          "stopDistance": 6.824,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 1302
        },
        {
          "entryTs": 1680701100,
          "entryUtc": "2023-04-05T13:25:00.000Z",
          "exitTs": 1680701280,
          "dir": 1,
          "entryPrice": 2028.265,
          "exitPrice": 2024.807,
          "stopDistance": 3.458,
          "outcome": "stop",
          "netR": -1.1215,
          "holdMinutes": 3
        },
        {
          "entryTs": 1680703200,
          "entryUtc": "2023-04-05T14:00:00.000Z",
          "exitTs": 1680703860,
          "dir": -1,
          "entryPrice": 2029.015,
          "exitPrice": 2020.146,
          "stopDistance": 4.434,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 11
        },
        {
          "entryTs": 1680706920,
          "entryUtc": "2023-04-05T15:02:00.000Z",
          "exitTs": 1680788580,
          "dir": -1,
          "entryPrice": 2020.148,
          "exitPrice": 2005.813,
          "stopDistance": 7.167,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 1361
        },
        {
          "entryTs": 1680790920,
          "entryUtc": "2023-04-06T14:22:00.000Z",
          "exitTs": 1680797280,
          "dir": -1,
          "entryPrice": 2008.235,
          "exitPrice": 2013.309,
          "stopDistance": 5.074,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 106
        },
        {
          "entryTs": 1681079580,
          "entryUtc": "2023-04-09T22:33:00.000Z",
          "exitTs": 1681092600,
          "dir": -1,
          "entryPrice": 2003.135,
          "exitPrice": 1994.464,
          "stopDistance": 4.336,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 217
        },
        {
          "entryTs": 1681129800,
          "entryUtc": "2023-04-10T12:30:00.000Z",
          "exitTs": 1681131180,
          "dir": -1,
          "entryPrice": 1999.685,
          "exitPrice": 1993.473,
          "stopDistance": 3.106,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 23
        },
        {
          "entryTs": 1681132980,
          "entryUtc": "2023-04-10T13:23:00.000Z",
          "exitTs": 1681137420,
          "dir": -1,
          "entryPrice": 1992.195,
          "exitPrice": 1983.46,
          "stopDistance": 4.367,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 74
        },
        {
          "entryTs": 1681173000,
          "entryUtc": "2023-04-11T00:30:00.000Z",
          "exitTs": 1681175340,
          "dir": 1,
          "entryPrice": 1993.835,
          "exitPrice": 1991.679,
          "stopDistance": 2.156,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 39
        },
        {
          "entryTs": 1681177200,
          "entryUtc": "2023-04-11T01:40:00.000Z",
          "exitTs": 1681178880,
          "dir": -1,
          "entryPrice": 1991.595,
          "exitPrice": 1993.882,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 28
        },
        {
          "entryTs": 1681180200,
          "entryUtc": "2023-04-11T02:30:00.000Z",
          "exitTs": 1681190340,
          "dir": 1,
          "entryPrice": 1995.354,
          "exitPrice": 2001.018,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 169
        },
        {
          "entryTs": 1681203480,
          "entryUtc": "2023-04-11T08:58:00.000Z",
          "exitTs": 1681208040,
          "dir": 1,
          "entryPrice": 2004.605,
          "exitPrice": 2001.515,
          "stopDistance": 3.09,
          "outcome": "stop",
          "netR": -1.1359,
          "holdMinutes": 76
        },
        {
          "entryTs": 1681209480,
          "entryUtc": "2023-04-11T10:38:00.000Z",
          "exitTs": 1681218600,
          "dir": -1,
          "entryPrice": 2002.675,
          "exitPrice": 1996.648,
          "stopDistance": 3.014,
          "outcome": "target",
          "netR": 1.8772,
          "holdMinutes": 152
        },
        {
          "entryTs": 1681234200,
          "entryUtc": "2023-04-11T17:30:00.000Z",
          "exitTs": 1681262400,
          "dir": -1,
          "entryPrice": 2003.715,
          "exitPrice": 2007.37,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 470
        },
        {
          "entryTs": 1681267740,
          "entryUtc": "2023-04-12T02:49:00.000Z",
          "exitTs": 1681274400,
          "dir": 1,
          "entryPrice": 2013.825,
          "exitPrice": 2019.225,
          "stopDistance": 2.7,
          "outcome": "target",
          "netR": 1.863,
          "holdMinutes": 111
        },
        {
          "entryTs": 1681280820,
          "entryUtc": "2023-04-12T06:27:00.000Z",
          "exitTs": 1681284720,
          "dir": 1,
          "entryPrice": 2015.855,
          "exitPrice": 2012.646,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 65
        },
        {
          "entryTs": 1681304940,
          "entryUtc": "2023-04-12T13:09:00.000Z",
          "exitTs": 1681306320,
          "dir": 1,
          "entryPrice": 2019.414,
          "exitPrice": 2014.279,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 23
        },
        {
          "entryTs": 1681308240,
          "entryUtc": "2023-04-12T14:04:00.000Z",
          "exitTs": 1681323480,
          "dir": -1,
          "entryPrice": 2008.915,
          "exitPrice": 2015.886,
          "stopDistance": 6.971,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 254
        },
        {
          "entryTs": 1681368660,
          "entryUtc": "2023-04-13T06:51:00.000Z",
          "exitTs": 1681373100,
          "dir": 1,
          "entryPrice": 2020.094,
          "exitPrice": 2026.263,
          "stopDistance": 3.085,
          "outcome": "target",
          "netR": 1.8801,
          "holdMinutes": 74
        },
        {
          "entryTs": 1681393500,
          "entryUtc": "2023-04-13T13:45:00.000Z",
          "exitTs": 1681397160,
          "dir": 1,
          "entryPrice": 2039.784,
          "exitPrice": 2034.969,
          "stopDistance": 4.815,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 61
        },
        {
          "entryTs": 1681398420,
          "entryUtc": "2023-04-13T15:07:00.000Z",
          "exitTs": 1681407480,
          "dir": -1,
          "entryPrice": 2037.105,
          "exitPrice": 2042.98,
          "stopDistance": 5.875,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 151
        },
        {
          "entryTs": 1681434120,
          "entryUtc": "2023-04-14T01:02:00.000Z",
          "exitTs": 1681437960,
          "dir": 1,
          "entryPrice": 2041.795,
          "exitPrice": 2046.782,
          "stopDistance": 2.494,
          "outcome": "target",
          "netR": 1.8516,
          "holdMinutes": 64
        },
        {
          "entryTs": 1681442880,
          "entryUtc": "2023-04-14T03:28:00.000Z",
          "exitTs": 1681450560,
          "dir": 1,
          "entryPrice": 2043.495,
          "exitPrice": 2040.711,
          "stopDistance": 2.784,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 128
        },
        {
          "entryTs": 1681458780,
          "entryUtc": "2023-04-14T07:53:00.000Z",
          "exitTs": 1681460640,
          "dir": -1,
          "entryPrice": 2039.005,
          "exitPrice": 2032.581,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 31
        },
        {
          "entryTs": 1681461540,
          "entryUtc": "2023-04-14T08:39:00.000Z",
          "exitTs": 1681466340,
          "dir": -1,
          "entryPrice": 2034.545,
          "exitPrice": 2038.221,
          "stopDistance": 3.676,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 80
        },
        {
          "entryTs": 1681468320,
          "entryUtc": "2023-04-14T10:32:00.000Z",
          "exitTs": 1681470360,
          "dir": 1,
          "entryPrice": 2039.495,
          "exitPrice": 2035.826,
          "stopDistance": 3.669,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 34
        },
        {
          "entryTs": 1681474500,
          "entryUtc": "2023-04-14T12:15:00.000Z",
          "exitTs": 1681475400,
          "dir": -1,
          "entryPrice": 2034.475,
          "exitPrice": 2038.441,
          "stopDistance": 3.966,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 15
        },
        {
          "entryTs": 1681477200,
          "entryUtc": "2023-04-14T13:00:00.000Z",
          "exitTs": 1681481280,
          "dir": -1,
          "entryPrice": 2025.645,
          "exitPrice": 2013.617,
          "stopDistance": 6.014,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 68
        },
        {
          "entryTs": 1681684200,
          "entryUtc": "2023-04-16T22:30:00.000Z",
          "exitTs": 1681709580,
          "dir": -1,
          "entryPrice": 2003.205,
          "exitPrice": 2007.303,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 423
        },
        {
          "entryTs": 1681718280,
          "entryUtc": "2023-04-17T07:58:00.000Z",
          "exitTs": 1681728660,
          "dir": 1,
          "entryPrice": 2010.394,
          "exitPrice": 2007.088,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 173
        },
        {
          "entryTs": 1681743960,
          "entryUtc": "2023-04-17T15:06:00.000Z",
          "exitTs": 1681751160,
          "dir": -1,
          "entryPrice": 1987.255,
          "exitPrice": 1992.907,
          "stopDistance": 5.652,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 120
        },
        {
          "entryTs": 1681783320,
          "entryUtc": "2023-04-18T02:02:00.000Z",
          "exitTs": 1681802940,
          "dir": 1,
          "entryPrice": 1997.274,
          "exitPrice": 2002.212,
          "stopDistance": 2.469,
          "outcome": "target",
          "netR": 1.8501,
          "holdMinutes": 327
        },
        {
          "entryTs": 1681804380,
          "entryUtc": "2023-04-18T07:53:00.000Z",
          "exitTs": 1681823400,
          "dir": 1,
          "entryPrice": 2001.338,
          "exitPrice": 1998.346,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 317
        },
        {
          "entryTs": 1681825560,
          "entryUtc": "2023-04-18T13:46:00.000Z",
          "exitTs": 1681825980,
          "dir": -1,
          "entryPrice": 1996.195,
          "exitPrice": 2000.191,
          "stopDistance": 3.996,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 7
        },
        {
          "entryTs": 1681834740,
          "entryUtc": "2023-04-18T16:19:00.000Z",
          "exitTs": 1681883160,
          "dir": 1,
          "entryPrice": 2006.005,
          "exitPrice": 2000.747,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 807
        },
        {
          "entryTs": 1681886700,
          "entryUtc": "2023-04-19T06:45:00.000Z",
          "exitTs": 1681891620,
          "dir": -1,
          "entryPrice": 1992.145,
          "exitPrice": 1984.922,
          "stopDistance": 3.611,
          "outcome": "target",
          "netR": 1.8975,
          "holdMinutes": 82
        },
        {
          "entryTs": 1681963920,
          "entryUtc": "2023-04-20T04:12:00.000Z",
          "exitTs": 1681970820,
          "dir": -1,
          "entryPrice": 1994.055,
          "exitPrice": 1997.017,
          "stopDistance": 2.961,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 115
        },
        {
          "entryTs": 1681974000,
          "entryUtc": "2023-04-20T07:00:00.000Z",
          "exitTs": 1681976340,
          "dir": 1,
          "entryPrice": 1999.075,
          "exitPrice": 1996.076,
          "stopDistance": 2.999,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 39
        },
        {
          "entryTs": 1681983120,
          "entryUtc": "2023-04-20T09:32:00.000Z",
          "exitTs": 1681983600,
          "dir": -1,
          "entryPrice": 1994.765,
          "exitPrice": 1998.258,
          "stopDistance": 3.493,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 8
        },
        {
          "entryTs": 1681989240,
          "entryUtc": "2023-04-20T11:14:00.000Z",
          "exitTs": 1681993260,
          "dir": 1,
          "entryPrice": 2002.098,
          "exitPrice": 1998.205,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 67
        },
        {
          "entryTs": 1681993800,
          "entryUtc": "2023-04-20T12:30:00.000Z",
          "exitTs": 1681993800,
          "dir": -1,
          "entryPrice": 2000.595,
          "exitPrice": 2004.41,
          "stopDistance": 3.815,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 0
        },
        {
          "entryTs": 1681995600,
          "entryUtc": "2023-04-20T13:00:00.000Z",
          "exitTs": 1682003160,
          "dir": 1,
          "entryPrice": 2005.395,
          "exitPrice": 2000.563,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 126
        },
        {
          "entryTs": 1682057040,
          "entryUtc": "2023-04-21T06:04:00.000Z",
          "exitTs": 1682058480,
          "dir": -1,
          "entryPrice": 1995.695,
          "exitPrice": 1990.396,
          "stopDistance": 2.649,
          "outcome": "target",
          "netR": 1.8603,
          "holdMinutes": 24
        },
        {
          "entryTs": 1682063760,
          "entryUtc": "2023-04-21T07:56:00.000Z",
          "exitTs": 1682073360,
          "dir": -1,
          "entryPrice": 1987.515,
          "exitPrice": 1991.569,
          "stopDistance": 4.054,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 160
        },
        {
          "entryTs": 1682086620,
          "entryUtc": "2023-04-21T14:17:00.000Z",
          "exitTs": 1682087040,
          "dir": -1,
          "entryPrice": 1979.305,
          "exitPrice": 1986.995,
          "stopDistance": 7.69,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 7
        },
        {
          "entryTs": 1682302740,
          "entryUtc": "2023-04-24T02:19:00.000Z",
          "exitTs": 1682326740,
          "dir": -1,
          "entryPrice": 1981.345,
          "exitPrice": 1984.524,
          "stopDistance": 3.179,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 400
        },
        {
          "entryTs": 1682344800,
          "entryUtc": "2023-04-24T14:00:00.000Z",
          "exitTs": 1682346660,
          "dir": -1,
          "entryPrice": 1978.615,
          "exitPrice": 1982.579,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 31
        },
        {
          "entryTs": 1682380800,
          "entryUtc": "2023-04-25T00:00:00.000Z",
          "exitTs": 1682383560,
          "dir": 1,
          "entryPrice": 1994.705,
          "exitPrice": 2000.046,
          "stopDistance": 2.671,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 46
        },
        {
          "entryTs": 1682386860,
          "entryUtc": "2023-04-25T01:41:00.000Z",
          "exitTs": 1682395080,
          "dir": 1,
          "entryPrice": 1996.145,
          "exitPrice": 1992.964,
          "stopDistance": 3.181,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 137
        },
        {
          "entryTs": 1682403480,
          "entryUtc": "2023-04-25T06:18:00.000Z",
          "exitTs": 1682408520,
          "dir": 1,
          "entryPrice": 1994.515,
          "exitPrice": 1991.48,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 84
        },
        {
          "entryTs": 1682424900,
          "entryUtc": "2023-04-25T12:15:00.000Z",
          "exitTs": 1682425440,
          "dir": -1,
          "entryPrice": 1979.928,
          "exitPrice": 1983.976,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 9
        },
        {
          "entryTs": 1682425800,
          "entryUtc": "2023-04-25T12:30:00.000Z",
          "exitTs": 1682426340,
          "dir": -1,
          "entryPrice": 1985.334,
          "exitPrice": 1989.082,
          "stopDistance": 3.748,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 9
        },
        {
          "entryTs": 1682428620,
          "entryUtc": "2023-04-25T13:17:00.000Z",
          "exitTs": 1682429820,
          "dir": 1,
          "entryPrice": 1990.148,
          "exitPrice": 1985.076,
          "stopDistance": 5.072,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 20
        },
        {
          "entryTs": 1682431140,
          "entryUtc": "2023-04-25T13:59:00.000Z",
          "exitTs": 1682443440,
          "dir": 1,
          "entryPrice": 1983.888,
          "exitPrice": 1993.288,
          "stopDistance": 4.7,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 205
        },
        {
          "entryTs": 1682512140,
          "entryUtc": "2023-04-26T12:29:00.000Z",
          "exitTs": 1682515320,
          "dir": -1,
          "entryPrice": 1997.975,
          "exitPrice": 2002.044,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 53
        },
        {
          "entryTs": 1682517840,
          "entryUtc": "2023-04-26T14:04:00.000Z",
          "exitTs": 1682521800,
          "dir": 1,
          "entryPrice": 2001.764,
          "exitPrice": 1996.223,
          "stopDistance": 5.541,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 66
        },
        {
          "entryTs": 1682562780,
          "entryUtc": "2023-04-27T02:33:00.000Z",
          "exitTs": 1682572440,
          "dir": 1,
          "entryPrice": 1995.535,
          "exitPrice": 2001.849,
          "stopDistance": 3.157,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 161
        },
        {
          "entryTs": 1682600520,
          "entryUtc": "2023-04-27T13:02:00.000Z",
          "exitTs": 1682602680,
          "dir": -1,
          "entryPrice": 1988.205,
          "exitPrice": 1977.269,
          "stopDistance": 5.468,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 36
        },
        {
          "entryTs": 1682647860,
          "entryUtc": "2023-04-28T02:11:00.000Z",
          "exitTs": 1682660940,
          "dir": 1,
          "entryPrice": 1988.575,
          "exitPrice": 1985.885,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 218
        },
        {
          "entryTs": 1682662740,
          "entryUtc": "2023-04-28T06:19:00.000Z",
          "exitTs": 1682670060,
          "dir": -1,
          "entryPrice": 1985.745,
          "exitPrice": 1979.68,
          "stopDistance": 3.032,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 122
        },
        {
          "entryTs": 1682916780,
          "entryUtc": "2023-05-01T04:53:00.000Z",
          "exitTs": 1682918220,
          "dir": 1,
          "entryPrice": 1984.158,
          "exitPrice": 1981.595,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 24
        },
        {
          "entryTs": 1682937120,
          "entryUtc": "2023-05-01T10:32:00.000Z",
          "exitTs": 1682943660,
          "dir": 1,
          "entryPrice": 1986.248,
          "exitPrice": 1991.931,
          "stopDistance": 2.841,
          "outcome": "target",
          "netR": 1.8698,
          "holdMinutes": 109
        },
        {
          "entryTs": 1682947800,
          "entryUtc": "2023-05-01T13:30:00.000Z",
          "exitTs": 1682949120,
          "dir": 1,
          "entryPrice": 2002.084,
          "exitPrice": 1997.586,
          "stopDistance": 4.498,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 22
        },
        {
          "entryTs": 1682949600,
          "entryUtc": "2023-05-01T14:00:00.000Z",
          "exitTs": 1682949600,
          "dir": 1,
          "entryPrice": 1996.534,
          "exitPrice": 1992.049,
          "stopDistance": 4.485,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 0
        },
        {
          "entryTs": 1683009180,
          "entryUtc": "2023-05-02T06:33:00.000Z",
          "exitTs": 1683012240,
          "dir": 1,
          "entryPrice": 1983.495,
          "exitPrice": 1981.37,
          "stopDistance": 2.125,
          "outcome": "stop",
          "netR": -1.1977,
          "holdMinutes": 51
        },
        {
          "entryTs": 1683012600,
          "entryUtc": "2023-05-02T07:30:00.000Z",
          "exitTs": 1683020700,
          "dir": -1,
          "entryPrice": 1982.785,
          "exitPrice": 1985.177,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 135
        },
        {
          "entryTs": 1683021600,
          "entryUtc": "2023-05-02T10:00:00.000Z",
          "exitTs": 1683025620,
          "dir": 1,
          "entryPrice": 1983.938,
          "exitPrice": 1990.045,
          "stopDistance": 3.054,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 67
        },
        {
          "entryTs": 1683101100,
          "entryUtc": "2023-05-03T08:05:00.000Z",
          "exitTs": 1683116100,
          "dir": -1,
          "entryPrice": 2015.268,
          "exitPrice": 2010.366,
          "stopDistance": 2.451,
          "outcome": "target",
          "netR": 1.849,
          "holdMinutes": 250
        },
        {
          "entryTs": 1683118800,
          "entryUtc": "2023-05-03T13:00:00.000Z",
          "exitTs": 1683120180,
          "dir": -1,
          "entryPrice": 2013.968,
          "exitPrice": 2017.062,
          "stopDistance": 3.094,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683121620,
          "entryUtc": "2023-05-03T13:47:00.000Z",
          "exitTs": 1683123540,
          "dir": 1,
          "entryPrice": 2016.065,
          "exitPrice": 2012.291,
          "stopDistance": 3.774,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 32
        },
        {
          "entryTs": 1683144900,
          "entryUtc": "2023-05-03T20:15:00.000Z",
          "exitTs": 1683151200,
          "dir": 1,
          "entryPrice": 2030.925,
          "exitPrice": 2045.634,
          "stopDistance": 7.355,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 105
        },
        {
          "entryTs": 1683163500,
          "entryUtc": "2023-05-04T01:25:00.000Z",
          "exitTs": 1683184020,
          "dir": 1,
          "entryPrice": 2046.515,
          "exitPrice": 2034.892,
          "stopDistance": 11.623,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 342
        },
        {
          "entryTs": 1683186900,
          "entryUtc": "2023-05-04T07:55:00.000Z",
          "exitTs": 1683198360,
          "dir": -1,
          "entryPrice": 2036.015,
          "exitPrice": 2040.931,
          "stopDistance": 4.916,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 191
        },
        {
          "entryTs": 1683200280,
          "entryUtc": "2023-05-04T11:38:00.000Z",
          "exitTs": 1683203400,
          "dir": 1,
          "entryPrice": 2042.315,
          "exitPrice": 2038.049,
          "stopDistance": 4.266,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 52
        },
        {
          "entryTs": 1683211560,
          "entryUtc": "2023-05-04T14:46:00.000Z",
          "exitTs": 1683213120,
          "dir": 1,
          "entryPrice": 2053.305,
          "exitPrice": 2046.434,
          "stopDistance": 6.871,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 26
        },
        {
          "entryTs": 1683214320,
          "entryUtc": "2023-05-04T15:32:00.000Z",
          "exitTs": 1683289560,
          "dir": -1,
          "entryPrice": 2049.385,
          "exitPrice": 2033.73,
          "stopDistance": 7.827,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 1254
        },
        {
          "entryTs": 1683302340,
          "entryUtc": "2023-05-05T15:59:00.000Z",
          "exitTs": 1683496800,
          "dir": -1,
          "entryPrice": 2015.064,
          "exitPrice": 2016.864,
          "stopDistance": 6.193,
          "outcome": "time",
          "netR": -0.3504,
          "holdMinutes": 3241
        },
        {
          "entryTs": 1683548160,
          "entryUtc": "2023-05-08T12:16:00.000Z",
          "exitTs": 1683549840,
          "dir": -1,
          "entryPrice": 2023.274,
          "exitPrice": 2025.799,
          "stopDistance": 2.525,
          "outcome": "stop",
          "netR": -1.1663,
          "holdMinutes": 28
        },
        {
          "entryTs": 1683550860,
          "entryUtc": "2023-05-08T13:01:00.000Z",
          "exitTs": 1683551280,
          "dir": 1,
          "entryPrice": 2025.535,
          "exitPrice": 2022.739,
          "stopDistance": 2.796,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 7
        },
        {
          "entryTs": 1683553620,
          "entryUtc": "2023-05-08T13:47:00.000Z",
          "exitTs": 1683557580,
          "dir": -1,
          "entryPrice": 2022.924,
          "exitPrice": 2025.962,
          "stopDistance": 3.038,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 66
        },
        {
          "entryTs": 1683561480,
          "entryUtc": "2023-05-08T15:58:00.000Z",
          "exitTs": 1683568860,
          "dir": 1,
          "entryPrice": 2026.104,
          "exitPrice": 2022.285,
          "stopDistance": 3.819,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 123
        },
        {
          "entryTs": 1683596880,
          "entryUtc": "2023-05-09T01:48:00.000Z",
          "exitTs": 1683609300,
          "dir": 1,
          "entryPrice": 2022.064,
          "exitPrice": 2026.855,
          "stopDistance": 2.396,
          "outcome": "target",
          "netR": 1.8456,
          "holdMinutes": 207
        },
        {
          "entryTs": 1683618060,
          "entryUtc": "2023-05-09T07:41:00.000Z",
          "exitTs": 1683621660,
          "dir": -1,
          "entryPrice": 2023.395,
          "exitPrice": 2025.944,
          "stopDistance": 2.549,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 60
        },
        {
          "entryTs": 1683623100,
          "entryUtc": "2023-05-09T09:05:00.000Z",
          "exitTs": 1683627420,
          "dir": 1,
          "entryPrice": 2024.898,
          "exitPrice": 2030.617,
          "stopDistance": 2.86,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 72
        },
        {
          "entryTs": 1683639060,
          "entryUtc": "2023-05-09T13:31:00.000Z",
          "exitTs": 1683640320,
          "dir": -1,
          "entryPrice": 2026.394,
          "exitPrice": 2029.46,
          "stopDistance": 3.066,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 21
        },
        {
          "entryTs": 1683640440,
          "entryUtc": "2023-05-09T13:54:00.000Z",
          "exitTs": 1683645540,
          "dir": -1,
          "entryPrice": 2030.104,
          "exitPrice": 2024.513,
          "stopDistance": 2.795,
          "outcome": "target",
          "netR": 1.8676,
          "holdMinutes": 85
        },
        {
          "entryTs": 1683650100,
          "entryUtc": "2023-05-09T16:35:00.000Z",
          "exitTs": 1683653700,
          "dir": 1,
          "entryPrice": 2030.374,
          "exitPrice": 2037.229,
          "stopDistance": 3.428,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 60
        },
        {
          "entryTs": 1683659400,
          "entryUtc": "2023-05-09T19:10:00.000Z",
          "exitTs": 1683686880,
          "dir": 1,
          "entryPrice": 2034.174,
          "exitPrice": 2030.62,
          "stopDistance": 3.554,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 458
        },
        {
          "entryTs": 1683698520,
          "entryUtc": "2023-05-10T06:02:00.000Z",
          "exitTs": 1683701100,
          "dir": -1,
          "entryPrice": 2029.245,
          "exitPrice": 2031.115,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2246,
          "holdMinutes": 43
        },
        {
          "entryTs": 1683702060,
          "entryUtc": "2023-05-10T07:01:00.000Z",
          "exitTs": 1683703320,
          "dir": 1,
          "entryPrice": 2030.754,
          "exitPrice": 2028.479,
          "stopDistance": 2.275,
          "outcome": "stop",
          "netR": -1.1846,
          "holdMinutes": 21
        },
        {
          "entryTs": 1683704160,
          "entryUtc": "2023-05-10T07:36:00.000Z",
          "exitTs": 1683721800,
          "dir": -1,
          "entryPrice": 2029.914,
          "exitPrice": 2032.391,
          "stopDistance": 2.477,
          "outcome": "stop",
          "netR": -1.1696,
          "holdMinutes": 294
        },
        {
          "entryTs": 1683723900,
          "entryUtc": "2023-05-10T13:05:00.000Z",
          "exitTs": 1683724200,
          "dir": 1,
          "entryPrice": 2042.714,
          "exitPrice": 2037.752,
          "stopDistance": 4.962,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 5
        },
        {
          "entryTs": 1683726360,
          "entryUtc": "2023-05-10T13:46:00.000Z",
          "exitTs": 1683731340,
          "dir": -1,
          "entryPrice": 2038.814,
          "exitPrice": 2027.288,
          "stopDistance": 5.763,
          "outcome": "target",
          "netR": 1.9358,
          "holdMinutes": 83
        },
        {
          "entryTs": 1683734460,
          "entryUtc": "2023-05-10T16:01:00.000Z",
          "exitTs": 1683740640,
          "dir": -1,
          "entryPrice": 2025.268,
          "exitPrice": 2031.665,
          "stopDistance": 6.397,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 103
        },
        {
          "entryTs": 1683757200,
          "entryUtc": "2023-05-10T22:20:00.000Z",
          "exitTs": 1683765900,
          "dir": -1,
          "entryPrice": 2030.654,
          "exitPrice": 2033.95,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 145
        },
        {
          "entryTs": 1683790260,
          "entryUtc": "2023-05-11T07:31:00.000Z",
          "exitTs": 1683802440,
          "dir": -1,
          "entryPrice": 2026.224,
          "exitPrice": 2029.353,
          "stopDistance": 3.129,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 203
        },
        {
          "entryTs": 1683806040,
          "entryUtc": "2023-05-11T11:54:00.000Z",
          "exitTs": 1683807420,
          "dir": 1,
          "entryPrice": 2036.614,
          "exitPrice": 2032.563,
          "stopDistance": 4.051,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683814500,
          "entryUtc": "2023-05-11T14:15:00.000Z",
          "exitTs": 1683884580,
          "dir": -1,
          "entryPrice": 2016.144,
          "exitPrice": 2001.879,
          "stopDistance": 7.133,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 1168
        },
        {
          "entryTs": 1683885660,
          "entryUtc": "2023-05-12T10:01:00.000Z",
          "exitTs": 1683888540,
          "dir": -1,
          "entryPrice": 2003.684,
          "exitPrice": 2007.188,
          "stopDistance": 3.504,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 48
        },
        {
          "entryTs": 1683896400,
          "entryUtc": "2023-05-12T13:00:00.000Z",
          "exitTs": 1683899280,
          "dir": 1,
          "entryPrice": 2012.734,
          "exitPrice": 2021.185,
          "stopDistance": 4.225,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 48
        },
        {
          "entryTs": 1683900660,
          "entryUtc": "2023-05-12T14:11:00.000Z",
          "exitTs": 1683901920,
          "dir": 1,
          "entryPrice": 2016.075,
          "exitPrice": 2011.438,
          "stopDistance": 4.637,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 21
        },
        {
          "entryTs": 1684116120,
          "entryUtc": "2023-05-15T02:02:00.000Z",
          "exitTs": 1684117200,
          "dir": 1,
          "entryPrice": 2016.944,
          "exitPrice": 2014.166,
          "stopDistance": 2.778,
          "outcome": "stop",
          "netR": -1.1512,
          "holdMinutes": 18
        },
        {
          "entryTs": 1684118220,
          "entryUtc": "2023-05-15T02:37:00.000Z",
          "exitTs": 1684128660,
          "dir": -1,
          "entryPrice": 2014.805,
          "exitPrice": 2017.651,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 174
        },
        {
          "entryTs": 1684153800,
          "entryUtc": "2023-05-15T12:30:00.000Z",
          "exitTs": 1684153800,
          "dir": -1,
          "entryPrice": 2014.255,
          "exitPrice": 2017.015,
          "stopDistance": 2.76,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 0
        },
        {
          "entryTs": 1684155660,
          "entryUtc": "2023-05-15T13:01:00.000Z",
          "exitTs": 1684216740,
          "dir": 1,
          "entryPrice": 2015.975,
          "exitPrice": 2012.638,
          "stopDistance": 3.337,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 1018
        },
        {
          "entryTs": 1684219680,
          "entryUtc": "2023-05-16T06:48:00.000Z",
          "exitTs": 1684223880,
          "dir": -1,
          "entryPrice": 2007.244,
          "exitPrice": 2010.15,
          "stopDistance": 2.906,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 70
        },
        {
          "entryTs": 1684242120,
          "entryUtc": "2023-05-16T13:02:00.000Z",
          "exitTs": 1684246020,
          "dir": 1,
          "entryPrice": 2010.144,
          "exitPrice": 2005.99,
          "stopDistance": 4.154,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 65
        },
        {
          "entryTs": 1684307520,
          "entryUtc": "2023-05-17T07:12:00.000Z",
          "exitTs": 1684313940,
          "dir": -1,
          "entryPrice": 1990.105,
          "exitPrice": 1986.041,
          "stopDistance": 2.032,
          "outcome": "target",
          "netR": 1.8179,
          "holdMinutes": 107
        },
        {
          "entryTs": 1684328520,
          "entryUtc": "2023-05-17T13:02:00.000Z",
          "exitTs": 1684330860,
          "dir": -1,
          "entryPrice": 1986.154,
          "exitPrice": 1980.299,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 39
        },
        {
          "entryTs": 1684333020,
          "entryUtc": "2023-05-17T14:17:00.000Z",
          "exitTs": 1684375260,
          "dir": -1,
          "entryPrice": 1981.685,
          "exitPrice": 1985.599,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 704
        },
        {
          "entryTs": 1684390860,
          "entryUtc": "2023-05-18T06:21:00.000Z",
          "exitTs": 1684393200,
          "dir": -1,
          "entryPrice": 1980.105,
          "exitPrice": 1976.43,
          "stopDistance": 1.837,
          "outcome": "target",
          "netR": 1.7986,
          "holdMinutes": 39
        },
        {
          "entryTs": 1684394940,
          "entryUtc": "2023-05-18T07:29:00.000Z",
          "exitTs": 1684397700,
          "dir": -1,
          "entryPrice": 1977.764,
          "exitPrice": 1973.041,
          "stopDistance": 2.362,
          "outcome": "target",
          "netR": 1.8433,
          "holdMinutes": 46
        },
        {
          "entryTs": 1684398420,
          "entryUtc": "2023-05-18T08:27:00.000Z",
          "exitTs": 1684402560,
          "dir": -1,
          "entryPrice": 1974.644,
          "exitPrice": 1977.545,
          "stopDistance": 2.901,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 69
        },
        {
          "entryTs": 1684417500,
          "entryUtc": "2023-05-18T13:45:00.000Z",
          "exitTs": 1684423200,
          "dir": -1,
          "entryPrice": 1960.725,
          "exitPrice": 1951.923,
          "stopDistance": 4.401,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 95
        },
        {
          "entryTs": 1684466580,
          "entryUtc": "2023-05-19T03:23:00.000Z",
          "exitTs": 1684477740,
          "dir": 1,
          "entryPrice": 1962.225,
          "exitPrice": 1967.858,
          "stopDistance": 2.817,
          "outcome": "target",
          "netR": 1.8686,
          "holdMinutes": 186
        },
        {
          "entryTs": 1684479360,
          "entryUtc": "2023-05-19T06:56:00.000Z",
          "exitTs": 1684499460,
          "dir": 1,
          "entryPrice": 1964.578,
          "exitPrice": 1961.728,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 335
        },
        {
          "entryTs": 1684511160,
          "entryUtc": "2023-05-19T15:46:00.000Z",
          "exitTs": 1684706400,
          "dir": 1,
          "entryPrice": 1974.285,
          "exitPrice": 1978.524,
          "stopDistance": 5.843,
          "outcome": "time",
          "netR": 0.6622,
          "holdMinutes": 3254
        },
        {
          "entryTs": 1684710180,
          "entryUtc": "2023-05-21T23:03:00.000Z",
          "exitTs": 1684731660,
          "dir": 1,
          "entryPrice": 1979.384,
          "exitPrice": 1975.859,
          "stopDistance": 3.525,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 358
        },
        {
          "entryTs": 1684736400,
          "entryUtc": "2023-05-22T06:20:00.000Z",
          "exitTs": 1684739160,
          "dir": -1,
          "entryPrice": 1974.205,
          "exitPrice": 1976.768,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 46
        },
        {
          "entryTs": 1684739580,
          "entryUtc": "2023-05-22T07:13:00.000Z",
          "exitTs": 1684745940,
          "dir": 1,
          "entryPrice": 1974.685,
          "exitPrice": 1980.51,
          "stopDistance": 2.912,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 106
        },
        {
          "entryTs": 1684752360,
          "entryUtc": "2023-05-22T10:46:00.000Z",
          "exitTs": 1684755180,
          "dir": 1,
          "entryPrice": 1977.995,
          "exitPrice": 1974.842,
          "stopDistance": 3.153,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 47
        },
        {
          "entryTs": 1684757820,
          "entryUtc": "2023-05-22T12:17:00.000Z",
          "exitTs": 1684758660,
          "dir": -1,
          "entryPrice": 1973.605,
          "exitPrice": 1977.11,
          "stopDistance": 3.505,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 14
        },
        {
          "entryTs": 1684759500,
          "entryUtc": "2023-05-22T12:45:00.000Z",
          "exitTs": 1684764000,
          "dir": 1,
          "entryPrice": 1974.768,
          "exitPrice": 1971.05,
          "stopDistance": 3.717,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 75
        },
        {
          "entryTs": 1684809720,
          "entryUtc": "2023-05-23T02:42:00.000Z",
          "exitTs": 1684826160,
          "dir": -1,
          "entryPrice": 1962.815,
          "exitPrice": 1957.16,
          "stopDistance": 2.827,
          "outcome": "target",
          "netR": 1.8691,
          "holdMinutes": 274
        },
        {
          "entryTs": 1684830300,
          "entryUtc": "2023-05-23T08:25:00.000Z",
          "exitTs": 1684847580,
          "dir": -1,
          "entryPrice": 1959.205,
          "exitPrice": 1962.588,
          "stopDistance": 3.383,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 288
        },
        {
          "entryTs": 1684849500,
          "entryUtc": "2023-05-23T13:45:00.000Z",
          "exitTs": 1684863300,
          "dir": 1,
          "entryPrice": 1966.334,
          "exitPrice": 1974.655,
          "stopDistance": 4.16,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 230
        },
        {
          "entryTs": 1684912260,
          "entryUtc": "2023-05-24T07:11:00.000Z",
          "exitTs": 1684918440,
          "dir": -1,
          "entryPrice": 1973.265,
          "exitPrice": 1976.261,
          "stopDistance": 2.996,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 103
        },
        {
          "entryTs": 1684918620,
          "entryUtc": "2023-05-24T08:57:00.000Z",
          "exitTs": 1684928100,
          "dir": -1,
          "entryPrice": 1977.235,
          "exitPrice": 1979.878,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 158
        },
        {
          "entryTs": 1684931820,
          "entryUtc": "2023-05-24T12:37:00.000Z",
          "exitTs": 1684933860,
          "dir": 1,
          "entryPrice": 1980.505,
          "exitPrice": 1977.177,
          "stopDistance": 3.328,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 34
        },
        {
          "entryTs": 1684938900,
          "entryUtc": "2023-05-24T14:35:00.000Z",
          "exitTs": 1684943640,
          "dir": -1,
          "entryPrice": 1970.985,
          "exitPrice": 1961.303,
          "stopDistance": 4.841,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 79
        },
        {
          "entryTs": 1684948860,
          "entryUtc": "2023-05-24T17:21:00.000Z",
          "exitTs": 1685018040,
          "dir": -1,
          "entryPrice": 1963.195,
          "exitPrice": 1952.319,
          "stopDistance": 5.438,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 1153
        },
        {
          "entryTs": 1685019600,
          "entryUtc": "2023-05-25T13:00:00.000Z",
          "exitTs": 1685020320,
          "dir": -1,
          "entryPrice": 1943.955,
          "exitPrice": 1949.007,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685021520,
          "entryUtc": "2023-05-25T13:32:00.000Z",
          "exitTs": 1685035860,
          "dir": 1,
          "entryPrice": 1948.508,
          "exitPrice": 1942.768,
          "stopDistance": 5.74,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 239
        },
        {
          "entryTs": 1685083680,
          "entryUtc": "2023-05-26T06:48:00.000Z",
          "exitTs": 1685087040,
          "dir": 1,
          "entryPrice": 1950.195,
          "exitPrice": 1955.955,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 56
        },
        {
          "entryTs": 1685088480,
          "entryUtc": "2023-05-26T08:08:00.000Z",
          "exitTs": 1685102040,
          "dir": 1,
          "entryPrice": 1954.405,
          "exitPrice": 1951.136,
          "stopDistance": 3.269,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 226
        },
        {
          "entryTs": 1685106180,
          "entryUtc": "2023-05-26T13:03:00.000Z",
          "exitTs": 1685111940,
          "dir": -1,
          "entryPrice": 1949.165,
          "exitPrice": 1941.944,
          "stopDistance": 3.611,
          "outcome": "target",
          "netR": 1.8975,
          "holdMinutes": 96
        },
        {
          "entryTs": 1685113440,
          "entryUtc": "2023-05-26T15:04:00.000Z",
          "exitTs": 1685131140,
          "dir": -1,
          "entryPrice": 1942.455,
          "exitPrice": 1947.419,
          "stopDistance": 4.964,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 295
        },
        {
          "entryTs": 1685324520,
          "entryUtc": "2023-05-29T01:42:00.000Z",
          "exitTs": 1685347680,
          "dir": 1,
          "entryPrice": 1943.835,
          "exitPrice": 1940.951,
          "stopDistance": 2.884,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 386
        },
        {
          "entryTs": 1685349000,
          "entryUtc": "2023-05-29T08:30:00.000Z",
          "exitTs": 1685353320,
          "dir": -1,
          "entryPrice": 1943.385,
          "exitPrice": 1945.716,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 72
        },
        {
          "entryTs": 1685368800,
          "entryUtc": "2023-05-29T14:00:00.000Z",
          "exitTs": 1685401200,
          "dir": -1,
          "entryPrice": 1946.645,
          "exitPrice": 1942.139,
          "stopDistance": 2.253,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 540
        },
        {
          "entryTs": 1685430000,
          "entryUtc": "2023-05-30T07:00:00.000Z",
          "exitTs": 1685433420,
          "dir": -1,
          "entryPrice": 1937.705,
          "exitPrice": 1940.338,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 57
        },
        {
          "entryTs": 1685493180,
          "entryUtc": "2023-05-31T00:33:00.000Z",
          "exitTs": 1685494860,
          "dir": -1,
          "entryPrice": 1958.325,
          "exitPrice": 1960.093,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 28
        },
        {
          "entryTs": 1685496600,
          "entryUtc": "2023-05-31T01:30:00.000Z",
          "exitTs": 1685496840,
          "dir": 1,
          "entryPrice": 1958.758,
          "exitPrice": 1956.917,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 4
        },
        {
          "entryTs": 1685501100,
          "entryUtc": "2023-05-31T02:45:00.000Z",
          "exitTs": 1685503740,
          "dir": -1,
          "entryPrice": 1955.715,
          "exitPrice": 1957.919,
          "stopDistance": 2.204,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 44
        },
        {
          "entryTs": 1685513940,
          "entryUtc": "2023-05-31T06:19:00.000Z",
          "exitTs": 1685516400,
          "dir": 1,
          "entryPrice": 1961.915,
          "exitPrice": 1959.187,
          "stopDistance": 2.728,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 41
        },
        {
          "entryTs": 1685541600,
          "entryUtc": "2023-05-31T14:00:00.000Z",
          "exitTs": 1685541600,
          "dir": 1,
          "entryPrice": 1967.314,
          "exitPrice": 1963.214,
          "stopDistance": 4.1,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 0
        },
        {
          "entryTs": 1685556000,
          "entryUtc": "2023-05-31T18:00:00.000Z",
          "exitTs": 1685600160,
          "dir": 1,
          "entryPrice": 1966.064,
          "exitPrice": 1961.32,
          "stopDistance": 4.744,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 736
        },
        {
          "entryTs": 1685612040,
          "entryUtc": "2023-06-01T09:34:00.000Z",
          "exitTs": 1685614800,
          "dir": -1,
          "entryPrice": 1958.825,
          "exitPrice": 1961.627,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 46
        },
        {
          "entryTs": 1685621700,
          "entryUtc": "2023-06-01T12:15:00.000Z",
          "exitTs": 1685621700,
          "dir": 1,
          "entryPrice": 1965.068,
          "exitPrice": 1962.182,
          "stopDistance": 2.886,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 0
        },
        {
          "entryTs": 1685628300,
          "entryUtc": "2023-06-01T14:05:00.000Z",
          "exitTs": 1685633640,
          "dir": 1,
          "entryPrice": 1971.685,
          "exitPrice": 1981.08,
          "stopDistance": 4.697,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 89
        },
        {
          "entryTs": 1685711340,
          "entryUtc": "2023-06-02T13:09:00.000Z",
          "exitTs": 1685713200,
          "dir": -1,
          "entryPrice": 1974.235,
          "exitPrice": 1967.149,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 31
        },
        {
          "entryTs": 1685716800,
          "entryUtc": "2023-06-02T14:40:00.000Z",
          "exitTs": 1685722260,
          "dir": -1,
          "entryPrice": 1966.495,
          "exitPrice": 1956.233,
          "stopDistance": 5.131,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 91
        },
        {
          "entryTs": 1685917800,
          "entryUtc": "2023-06-04T22:30:00.000Z",
          "exitTs": 1685925120,
          "dir": 1,
          "entryPrice": 1949.108,
          "exitPrice": 1946.485,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 122
        },
        {
          "entryTs": 1685937780,
          "entryUtc": "2023-06-05T04:03:00.000Z",
          "exitTs": 1685941920,
          "dir": 1,
          "entryPrice": 1946.545,
          "exitPrice": 1944.062,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 69
        },
        {
          "entryTs": 1685952540,
          "entryUtc": "2023-06-05T08:09:00.000Z",
          "exitTs": 1685952720,
          "dir": -1,
          "entryPrice": 1940.445,
          "exitPrice": 1943.192,
          "stopDistance": 2.747,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 3
        },
        {
          "entryTs": 1685953860,
          "entryUtc": "2023-06-05T08:31:00.000Z",
          "exitTs": 1685965140,
          "dir": 1,
          "entryPrice": 1941.385,
          "exitPrice": 1938.283,
          "stopDistance": 3.102,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 188
        },
        {
          "entryTs": 1686018720,
          "entryUtc": "2023-06-06T02:32:00.000Z",
          "exitTs": 1686019320,
          "dir": 1,
          "entryPrice": 1962.275,
          "exitPrice": 1959.875,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 10
        },
        {
          "entryTs": 1686020400,
          "entryUtc": "2023-06-06T03:00:00.000Z",
          "exitTs": 1686047460,
          "dir": -1,
          "entryPrice": 1961.005,
          "exitPrice": 1963.551,
          "stopDistance": 2.546,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 451
        },
        {
          "entryTs": 1686060420,
          "entryUtc": "2023-06-06T14:07:00.000Z",
          "exitTs": 1686066180,
          "dir": -1,
          "entryPrice": 1959.125,
          "exitPrice": 1963.125,
          "stopDistance": 4,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 96
        },
        {
          "entryTs": 1686115800,
          "entryUtc": "2023-06-07T05:30:00.000Z",
          "exitTs": 1686119040,
          "dir": -1,
          "entryPrice": 1963.335,
          "exitPrice": 1960.016,
          "stopDistance": 1.659,
          "outcome": "target",
          "netR": 1.777,
          "holdMinutes": 54
        },
        {
          "entryTs": 1686125580,
          "entryUtc": "2023-06-07T08:13:00.000Z",
          "exitTs": 1686128340,
          "dir": -1,
          "entryPrice": 1959.015,
          "exitPrice": 1961.255,
          "stopDistance": 2.24,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 46
        },
        {
          "entryTs": 1686147420,
          "entryUtc": "2023-06-07T14:17:00.000Z",
          "exitTs": 1686148260,
          "dir": 1,
          "entryPrice": 1963.365,
          "exitPrice": 1959.219,
          "stopDistance": 4.146,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 14
        },
        {
          "entryTs": 1686177300,
          "entryUtc": "2023-06-07T22:35:00.000Z",
          "exitTs": 1686210900,
          "dir": 1,
          "entryPrice": 1941.925,
          "exitPrice": 1947.812,
          "stopDistance": 2.943,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 560
        },
        {
          "entryTs": 1686214200,
          "entryUtc": "2023-06-08T08:50:00.000Z",
          "exitTs": 1686227400,
          "dir": 1,
          "entryPrice": 1946.644,
          "exitPrice": 1951.857,
          "stopDistance": 2.607,
          "outcome": "target",
          "netR": 1.8581,
          "holdMinutes": 220
        },
        {
          "entryTs": 1686299820,
          "entryUtc": "2023-06-09T08:37:00.000Z",
          "exitTs": 1686306060,
          "dir": -1,
          "entryPrice": 1961.805,
          "exitPrice": 1963.855,
          "stopDistance": 2.05,
          "outcome": "stop",
          "netR": -1.2049,
          "holdMinutes": 104
        },
        {
          "entryTs": 1686316980,
          "entryUtc": "2023-06-09T13:23:00.000Z",
          "exitTs": 1686318060,
          "dir": -1,
          "entryPrice": 1964.565,
          "exitPrice": 1957.647,
          "stopDistance": 3.459,
          "outcome": "target",
          "netR": 1.893,
          "holdMinutes": 18
        },
        {
          "entryTs": 1686319200,
          "entryUtc": "2023-06-09T14:00:00.000Z",
          "exitTs": 1686320580,
          "dir": -1,
          "entryPrice": 1961.925,
          "exitPrice": 1966.121,
          "stopDistance": 4.195,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 23
        },
        {
          "entryTs": 1686322020,
          "entryUtc": "2023-06-09T14:47:00.000Z",
          "exitTs": 1686520800,
          "dir": 1,
          "entryPrice": 1963.775,
          "exitPrice": 1959.24,
          "stopDistance": 4.535,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 3313
        },
        {
          "entryTs": 1686531360,
          "entryUtc": "2023-06-12T00:56:00.000Z",
          "exitTs": 1686536040,
          "dir": -1,
          "entryPrice": 1959.055,
          "exitPrice": 1955.016,
          "stopDistance": 2.019,
          "outcome": "target",
          "netR": 1.8168,
          "holdMinutes": 78
        },
        {
          "entryTs": 1686547800,
          "entryUtc": "2023-06-12T05:30:00.000Z",
          "exitTs": 1686556980,
          "dir": 1,
          "entryPrice": 1958.705,
          "exitPrice": 1962.632,
          "stopDistance": 1.963,
          "outcome": "target",
          "netR": 1.8115,
          "holdMinutes": 153
        },
        {
          "entryTs": 1686568980,
          "entryUtc": "2023-06-12T11:23:00.000Z",
          "exitTs": 1686575820,
          "dir": 1,
          "entryPrice": 1962.445,
          "exitPrice": 1959.695,
          "stopDistance": 2.75,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 114
        },
        {
          "entryTs": 1686582360,
          "entryUtc": "2023-06-12T15:06:00.000Z",
          "exitTs": 1686610860,
          "dir": -1,
          "entryPrice": 1954.765,
          "exitPrice": 1958.908,
          "stopDistance": 4.143,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 475
        },
        {
          "entryTs": 1686641400,
          "entryUtc": "2023-06-13T07:30:00.000Z",
          "exitTs": 1686658260,
          "dir": 1,
          "entryPrice": 1963.665,
          "exitPrice": 1961.243,
          "stopDistance": 2.422,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 281
        },
        {
          "entryTs": 1686659400,
          "entryUtc": "2023-06-13T12:30:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1962.788,
          "exitPrice": 1965.626,
          "stopDistance": 2.838,
          "outcome": "ambiguous",
          "netR": -1.148,
          "holdMinutes": 0
        },
        {
          "entryTs": 1686671160,
          "entryUtc": "2023-06-13T15:46:00.000Z",
          "exitTs": 1686729060,
          "dir": -1,
          "entryPrice": 1945.215,
          "exitPrice": 1951.052,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 965
        },
        {
          "entryTs": 1686730860,
          "entryUtc": "2023-06-14T08:21:00.000Z",
          "exitTs": 1686742080,
          "dir": 1,
          "entryPrice": 1948.578,
          "exitPrice": 1946.073,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 187
        },
        {
          "entryTs": 1686767760,
          "entryUtc": "2023-06-14T18:36:00.000Z",
          "exitTs": 1686775920,
          "dir": -1,
          "entryPrice": 1948.995,
          "exitPrice": 1940.112,
          "stopDistance": 4.442,
          "outcome": "target",
          "netR": 1.9167,
          "holdMinutes": 136
        },
        {
          "entryTs": 1686880800,
          "entryUtc": "2023-06-16T02:00:00.000Z",
          "exitTs": 1686883620,
          "dir": 1,
          "entryPrice": 1959.115,
          "exitPrice": 1956.795,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 47
        },
        {
          "entryTs": 1686885780,
          "entryUtc": "2023-06-16T03:23:00.000Z",
          "exitTs": 1686895500,
          "dir": -1,
          "entryPrice": 1956.545,
          "exitPrice": 1958.93,
          "stopDistance": 2.385,
          "outcome": "stop",
          "netR": -1.1761,
          "holdMinutes": 162
        },
        {
          "entryTs": 1686898200,
          "entryUtc": "2023-06-16T06:50:00.000Z",
          "exitTs": 1686915480,
          "dir": 1,
          "entryPrice": 1960.715,
          "exitPrice": 1965.929,
          "stopDistance": 2.607,
          "outcome": "target",
          "netR": 1.8581,
          "holdMinutes": 288
        },
        {
          "entryTs": 1687164900,
          "entryUtc": "2023-06-19T08:55:00.000Z",
          "exitTs": 1687167000,
          "dir": 1,
          "entryPrice": 1956.884,
          "exitPrice": 1954.59,
          "stopDistance": 2.295,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 35
        },
        {
          "entryTs": 1687170240,
          "entryUtc": "2023-06-19T10:24:00.000Z",
          "exitTs": 1687182780,
          "dir": -1,
          "entryPrice": 1950.695,
          "exitPrice": 1953.11,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 209
        },
        {
          "entryTs": 1687217400,
          "entryUtc": "2023-06-19T23:30:00.000Z",
          "exitTs": 1687223880,
          "dir": 1,
          "entryPrice": 1950.874,
          "exitPrice": 1948.874,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 108
        },
        {
          "entryTs": 1687229340,
          "entryUtc": "2023-06-20T02:49:00.000Z",
          "exitTs": 1687243200,
          "dir": -1,
          "entryPrice": 1950.605,
          "exitPrice": 1952.563,
          "stopDistance": 1.958,
          "outcome": "stop",
          "netR": -1.2145,
          "holdMinutes": 231
        },
        {
          "entryTs": 1687248240,
          "entryUtc": "2023-06-20T08:04:00.000Z",
          "exitTs": 1687256040,
          "dir": 1,
          "entryPrice": 1954.565,
          "exitPrice": 1951.774,
          "stopDistance": 2.791,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 130
        },
        {
          "entryTs": 1687264200,
          "entryUtc": "2023-06-20T12:30:00.000Z",
          "exitTs": 1687264260,
          "dir": 1,
          "entryPrice": 1952.784,
          "exitPrice": 1950.195,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 1
        },
        {
          "entryTs": 1687272960,
          "entryUtc": "2023-06-20T14:56:00.000Z",
          "exitTs": 1687314780,
          "dir": -1,
          "entryPrice": 1934.425,
          "exitPrice": 1938.703,
          "stopDistance": 4.278,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 697
        },
        {
          "entryTs": 1687330440,
          "entryUtc": "2023-06-21T06:54:00.000Z",
          "exitTs": 1687333080,
          "dir": -1,
          "entryPrice": 1934.585,
          "exitPrice": 1937.147,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 44
        },
        {
          "entryTs": 1687358640,
          "entryUtc": "2023-06-21T14:44:00.000Z",
          "exitTs": 1687372320,
          "dir": -1,
          "entryPrice": 1933.505,
          "exitPrice": 1937.207,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 228
        },
        {
          "entryTs": 1687414200,
          "entryUtc": "2023-06-22T06:10:00.000Z",
          "exitTs": 1687417080,
          "dir": -1,
          "entryPrice": 1931.275,
          "exitPrice": 1927.615,
          "stopDistance": 1.83,
          "outcome": "target",
          "netR": 1.7978,
          "holdMinutes": 48
        },
        {
          "entryTs": 1687418220,
          "entryUtc": "2023-06-22T07:17:00.000Z",
          "exitTs": 1687421640,
          "dir": -1,
          "entryPrice": 1928.685,
          "exitPrice": 1931.045,
          "stopDistance": 2.36,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 57
        },
        {
          "entryTs": 1687426080,
          "entryUtc": "2023-06-22T09:28:00.000Z",
          "exitTs": 1687438980,
          "dir": -1,
          "entryPrice": 1928.055,
          "exitPrice": 1922.212,
          "stopDistance": 2.922,
          "outcome": "target",
          "netR": 1.8734,
          "holdMinutes": 215
        },
        {
          "entryTs": 1687440840,
          "entryUtc": "2023-06-22T13:34:00.000Z",
          "exitTs": 1687441500,
          "dir": -1,
          "entryPrice": 1921.625,
          "exitPrice": 1925.486,
          "stopDistance": 3.861,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 11
        },
        {
          "entryTs": 1687486560,
          "entryUtc": "2023-06-23T02:16:00.000Z",
          "exitTs": 1687494840,
          "dir": -1,
          "entryPrice": 1912.615,
          "exitPrice": 1914.675,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 138
        },
        {
          "entryTs": 1687498020,
          "entryUtc": "2023-06-23T05:27:00.000Z",
          "exitTs": 1687502880,
          "dir": 1,
          "entryPrice": 1915.258,
          "exitPrice": 1913.183,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 81
        },
        {
          "entryTs": 1687515960,
          "entryUtc": "2023-06-23T10:26:00.000Z",
          "exitTs": 1687522980,
          "dir": 1,
          "entryPrice": 1916.735,
          "exitPrice": 1922.174,
          "stopDistance": 2.719,
          "outcome": "target",
          "netR": 1.8639,
          "holdMinutes": 117
        },
        {
          "entryTs": 1687529880,
          "entryUtc": "2023-06-23T14:18:00.000Z",
          "exitTs": 1687531380,
          "dir": 1,
          "entryPrice": 1928.645,
          "exitPrice": 1924.975,
          "stopDistance": 3.67,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 25
        },
        {
          "entryTs": 1687745880,
          "entryUtc": "2023-06-26T02:18:00.000Z",
          "exitTs": 1687765020,
          "dir": -1,
          "entryPrice": 1926.105,
          "exitPrice": 1928.714,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 319
        },
        {
          "entryTs": 1687770600,
          "entryUtc": "2023-06-26T09:10:00.000Z",
          "exitTs": 1687785780,
          "dir": 1,
          "entryPrice": 1930.845,
          "exitPrice": 1928.16,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 253
        },
        {
          "entryTs": 1687788600,
          "entryUtc": "2023-06-26T14:10:00.000Z",
          "exitTs": 1687792920,
          "dir": -1,
          "entryPrice": 1924.795,
          "exitPrice": 1927.791,
          "stopDistance": 2.996,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 72
        },
        {
          "entryTs": 1687794780,
          "entryUtc": "2023-06-26T15:53:00.000Z",
          "exitTs": 1687798140,
          "dir": 1,
          "entryPrice": 1926.545,
          "exitPrice": 1923.485,
          "stopDistance": 3.06,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 56
        },
        {
          "entryTs": 1687825740,
          "entryUtc": "2023-06-27T00:29:00.000Z",
          "exitTs": 1687828860,
          "dir": -1,
          "entryPrice": 1923.165,
          "exitPrice": 1924.979,
          "stopDistance": 1.814,
          "outcome": "stop",
          "netR": -1.2315,
          "holdMinutes": 52
        },
        {
          "entryTs": 1687832100,
          "entryUtc": "2023-06-27T02:15:00.000Z",
          "exitTs": 1687845180,
          "dir": 1,
          "entryPrice": 1927.604,
          "exitPrice": 1925.224,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 218
        },
        {
          "entryTs": 1687847640,
          "entryUtc": "2023-06-27T06:34:00.000Z",
          "exitTs": 1687849440,
          "dir": -1,
          "entryPrice": 1926.735,
          "exitPrice": 1928.852,
          "stopDistance": 2.117,
          "outcome": "stop",
          "netR": -1.1984,
          "holdMinutes": 30
        },
        {
          "entryTs": 1687851120,
          "entryUtc": "2023-06-27T07:32:00.000Z",
          "exitTs": 1687854000,
          "dir": 1,
          "entryPrice": 1928.125,
          "exitPrice": 1925.825,
          "stopDistance": 2.3,
          "outcome": "stop",
          "netR": -1.1826,
          "holdMinutes": 48
        },
        {
          "entryTs": 1687869000,
          "entryUtc": "2023-06-27T12:30:00.000Z",
          "exitTs": 1687874280,
          "dir": 1,
          "entryPrice": 1925.785,
          "exitPrice": 1923.082,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 88
        },
        {
          "entryTs": 1687876200,
          "entryUtc": "2023-06-27T14:30:00.000Z",
          "exitTs": 1687945620,
          "dir": -1,
          "entryPrice": 1918.035,
          "exitPrice": 1908.037,
          "stopDistance": 4.999,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 1157
        },
        {
          "entryTs": 1687967760,
          "entryUtc": "2023-06-28T15:56:00.000Z",
          "exitTs": 1688004720,
          "dir": 1,
          "entryPrice": 1910.865,
          "exitPrice": 1906.508,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 616
        },
        {
          "entryTs": 1688005920,
          "entryUtc": "2023-06-29T02:32:00.000Z",
          "exitTs": 1688035500,
          "dir": -1,
          "entryPrice": 1906.375,
          "exitPrice": 1908.612,
          "stopDistance": 2.237,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 493
        },
        {
          "entryTs": 1688046600,
          "entryUtc": "2023-06-29T13:50:00.000Z",
          "exitTs": 1688047740,
          "dir": -1,
          "entryPrice": 1898.005,
          "exitPrice": 1902.102,
          "stopDistance": 4.097,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 19
        },
        {
          "entryTs": 1688049120,
          "entryUtc": "2023-06-29T14:32:00.000Z",
          "exitTs": 1688113980,
          "dir": 1,
          "entryPrice": 1906.648,
          "exitPrice": 1901.106,
          "stopDistance": 5.542,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 1081
        },
        {
          "entryTs": 1688114820,
          "entryUtc": "2023-06-30T08:47:00.000Z",
          "exitTs": 1688118780,
          "dir": -1,
          "entryPrice": 1902.205,
          "exitPrice": 1904.555,
          "stopDistance": 2.351,
          "outcome": "stop",
          "netR": -1.1787,
          "holdMinutes": 66
        },
        {
          "entryTs": 1688135520,
          "entryUtc": "2023-06-30T14:32:00.000Z",
          "exitTs": 1688335200,
          "dir": 1,
          "entryPrice": 1915.605,
          "exitPrice": 1918.674,
          "stopDistance": 4.38,
          "outcome": "time",
          "netR": 0.6162,
          "holdMinutes": 3328
        },
        {
          "entryTs": 1688367540,
          "entryUtc": "2023-07-03T06:59:00.000Z",
          "exitTs": 1688372220,
          "dir": -1,
          "entryPrice": 1915.165,
          "exitPrice": 1910.537,
          "stopDistance": 2.314,
          "outcome": "target",
          "netR": 1.8401,
          "holdMinutes": 78
        },
        {
          "entryTs": 1688375040,
          "entryUtc": "2023-07-03T09:04:00.000Z",
          "exitTs": 1688387700,
          "dir": -1,
          "entryPrice": 1913.365,
          "exitPrice": 1915.82,
          "stopDistance": 2.455,
          "outcome": "stop",
          "netR": -1.1711,
          "holdMinutes": 211
        },
        {
          "entryTs": 1688397060,
          "entryUtc": "2023-07-03T15:11:00.000Z",
          "exitTs": 1688402520,
          "dir": 1,
          "entryPrice": 1926.634,
          "exitPrice": 1922.447,
          "stopDistance": 4.187,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 91
        },
        {
          "entryTs": 1688459460,
          "entryUtc": "2023-07-04T08:31:00.000Z",
          "exitTs": 1688461260,
          "dir": 1,
          "entryPrice": 1925.758,
          "exitPrice": 1928.807,
          "stopDistance": 1.524,
          "outcome": "target",
          "netR": 1.7573,
          "holdMinutes": 30
        },
        {
          "entryTs": 1688540640,
          "entryUtc": "2023-07-05T07:04:00.000Z",
          "exitTs": 1688542320,
          "dir": -1,
          "entryPrice": 1922.715,
          "exitPrice": 1924.42,
          "stopDistance": 1.705,
          "outcome": "stop",
          "netR": -1.2464,
          "holdMinutes": 28
        },
        {
          "entryTs": 1688544900,
          "entryUtc": "2023-07-05T08:15:00.000Z",
          "exitTs": 1688562720,
          "dir": 1,
          "entryPrice": 1926.838,
          "exitPrice": 1930.902,
          "stopDistance": 2.032,
          "outcome": "target",
          "netR": 1.8179,
          "holdMinutes": 297
        },
        {
          "entryTs": 1688565600,
          "entryUtc": "2023-07-05T14:00:00.000Z",
          "exitTs": 1688580900,
          "dir": -1,
          "entryPrice": 1925.685,
          "exitPrice": 1918.364,
          "stopDistance": 3.661,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 255
        },
        {
          "entryTs": 1688596380,
          "entryUtc": "2023-07-05T22:33:00.000Z",
          "exitTs": 1688639400,
          "dir": 1,
          "entryPrice": 1917.234,
          "exitPrice": 1922.419,
          "stopDistance": 2.592,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 717
        },
        {
          "entryTs": 1688645520,
          "entryUtc": "2023-07-06T12:12:00.000Z",
          "exitTs": 1688645700,
          "dir": 1,
          "entryPrice": 1925.945,
          "exitPrice": 1923.456,
          "stopDistance": 2.489,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 3
        },
        {
          "entryTs": 1688648400,
          "entryUtc": "2023-07-06T13:00:00.000Z",
          "exitTs": 1688650020,
          "dir": -1,
          "entryPrice": 1906.295,
          "exitPrice": 1911.275,
          "stopDistance": 4.98,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 27
        },
        {
          "entryTs": 1688691600,
          "entryUtc": "2023-07-07T01:00:00.000Z",
          "exitTs": 1688706360,
          "dir": -1,
          "entryPrice": 1910.725,
          "exitPrice": 1912.613,
          "stopDistance": 1.888,
          "outcome": "stop",
          "netR": -1.2225,
          "holdMinutes": 246
        },
        {
          "entryTs": 1688707860,
          "entryUtc": "2023-07-07T05:31:00.000Z",
          "exitTs": 1688715240,
          "dir": 1,
          "entryPrice": 1913.015,
          "exitPrice": 1916.237,
          "stopDistance": 1.611,
          "outcome": "target",
          "netR": 1.7703,
          "holdMinutes": 123
        },
        {
          "entryTs": 1688738400,
          "entryUtc": "2023-07-07T14:00:00.000Z",
          "exitTs": 1688740680,
          "dir": 1,
          "entryPrice": 1922.914,
          "exitPrice": 1931.817,
          "stopDistance": 4.451,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 38
        },
        {
          "entryTs": 1688742300,
          "entryUtc": "2023-07-07T15:05:00.000Z",
          "exitTs": 1688745420,
          "dir": 1,
          "entryPrice": 1931.348,
          "exitPrice": 1926.394,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 52
        },
        {
          "entryTs": 1688942580,
          "entryUtc": "2023-07-09T22:43:00.000Z",
          "exitTs": 1688944200,
          "dir": 1,
          "entryPrice": 1926.508,
          "exitPrice": 1923.727,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 27
        },
        {
          "entryTs": 1688949000,
          "entryUtc": "2023-07-10T00:30:00.000Z",
          "exitTs": 1688952240,
          "dir": -1,
          "entryPrice": 1924.015,
          "exitPrice": 1926.435,
          "stopDistance": 2.42,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 54
        },
        {
          "entryTs": 1688994000,
          "entryUtc": "2023-07-10T13:00:00.000Z",
          "exitTs": 1688994840,
          "dir": -1,
          "entryPrice": 1915.075,
          "exitPrice": 1918.061,
          "stopDistance": 2.986,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 14
        },
        {
          "entryTs": 1689042600,
          "entryUtc": "2023-07-11T02:30:00.000Z",
          "exitTs": 1689044160,
          "dir": -1,
          "entryPrice": 1925.975,
          "exitPrice": 1927.742,
          "stopDistance": 1.767,
          "outcome": "stop",
          "netR": -1.2377,
          "holdMinutes": 26
        },
        {
          "entryTs": 1689047580,
          "entryUtc": "2023-07-11T03:53:00.000Z",
          "exitTs": 1689050640,
          "dir": -1,
          "entryPrice": 1927.105,
          "exitPrice": 1929.027,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2185,
          "holdMinutes": 51
        },
        {
          "entryTs": 1689058860,
          "entryUtc": "2023-07-11T07:01:00.000Z",
          "exitTs": 1689059340,
          "dir": 1,
          "entryPrice": 1935.025,
          "exitPrice": 1932.416,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 8
        },
        {
          "entryTs": 1689061680,
          "entryUtc": "2023-07-11T07:48:00.000Z",
          "exitTs": 1689063360,
          "dir": -1,
          "entryPrice": 1931.915,
          "exitPrice": 1934.886,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 28
        },
        {
          "entryTs": 1689070860,
          "entryUtc": "2023-07-11T10:21:00.000Z",
          "exitTs": 1689077880,
          "dir": 1,
          "entryPrice": 1937.235,
          "exitPrice": 1934.336,
          "stopDistance": 2.899,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 117
        },
        {
          "entryTs": 1689079860,
          "entryUtc": "2023-07-11T12:51:00.000Z",
          "exitTs": 1689123780,
          "dir": -1,
          "entryPrice": 1933.225,
          "exitPrice": 1936.323,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 732
        },
        {
          "entryTs": 1689125400,
          "entryUtc": "2023-07-12T01:30:00.000Z",
          "exitTs": 1689128520,
          "dir": 1,
          "entryPrice": 1936.505,
          "exitPrice": 1939.815,
          "stopDistance": 1.655,
          "outcome": "target",
          "netR": 1.7764,
          "holdMinutes": 52
        },
        {
          "entryTs": 1689130020,
          "entryUtc": "2023-07-12T02:47:00.000Z",
          "exitTs": 1689131040,
          "dir": 1,
          "entryPrice": 1939.915,
          "exitPrice": 1937.894,
          "stopDistance": 2.021,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 17
        },
        {
          "entryTs": 1689147060,
          "entryUtc": "2023-07-12T07:31:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1935.645,
          "exitPrice": 1937.864,
          "stopDistance": 2.219,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 299
        },
        {
          "entryTs": 1689166800,
          "entryUtc": "2023-07-12T13:00:00.000Z",
          "exitTs": 1689168480,
          "dir": 1,
          "entryPrice": 1941.695,
          "exitPrice": 1949.518,
          "stopDistance": 3.911,
          "outcome": "target",
          "netR": 1.9054,
          "holdMinutes": 28
        },
        {
          "entryTs": 1689224160,
          "entryUtc": "2023-07-13T04:56:00.000Z",
          "exitTs": 1689224580,
          "dir": 1,
          "entryPrice": 1958.365,
          "exitPrice": 1956.275,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.201,
          "holdMinutes": 7
        },
        {
          "entryTs": 1689225300,
          "entryUtc": "2023-07-13T05:15:00.000Z",
          "exitTs": 1689229200,
          "dir": -1,
          "entryPrice": 1957.205,
          "exitPrice": 1959.534,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 65
        },
        {
          "entryTs": 1689230820,
          "entryUtc": "2023-07-13T06:47:00.000Z",
          "exitTs": 1689244020,
          "dir": 1,
          "entryPrice": 1961.265,
          "exitPrice": 1958.462,
          "stopDistance": 2.803,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 220
        },
        {
          "entryTs": 1689253200,
          "entryUtc": "2023-07-13T13:00:00.000Z",
          "exitTs": 1689257400,
          "dir": -1,
          "entryPrice": 1957.645,
          "exitPrice": 1961.408,
          "stopDistance": 3.763,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 70
        },
        {
          "entryTs": 1689264960,
          "entryUtc": "2023-07-13T16:16:00.000Z",
          "exitTs": 1689289560,
          "dir": -1,
          "entryPrice": 1957.385,
          "exitPrice": 1961.643,
          "stopDistance": 4.258,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 410
        },
        {
          "entryTs": 1689314940,
          "entryUtc": "2023-07-14T06:09:00.000Z",
          "exitTs": 1689318960,
          "dir": -1,
          "entryPrice": 1959.455,
          "exitPrice": 1955.337,
          "stopDistance": 2.059,
          "outcome": "target",
          "netR": 1.8203,
          "holdMinutes": 67
        },
        {
          "entryTs": 1689321780,
          "entryUtc": "2023-07-14T08:03:00.000Z",
          "exitTs": 1689334380,
          "dir": -1,
          "entryPrice": 1957.625,
          "exitPrice": 1959.885,
          "stopDistance": 2.26,
          "outcome": "stop",
          "netR": -1.1858,
          "holdMinutes": 210
        },
        {
          "entryTs": 1689335220,
          "entryUtc": "2023-07-14T11:47:00.000Z",
          "exitTs": 1689339600,
          "dir": 1,
          "entryPrice": 1958.588,
          "exitPrice": 1956.345,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 73
        },
        {
          "entryTs": 1689345000,
          "entryUtc": "2023-07-14T14:30:00.000Z",
          "exitTs": 1689346140,
          "dir": -1,
          "entryPrice": 1955.105,
          "exitPrice": 1959.282,
          "stopDistance": 4.177,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 19
        },
        {
          "entryTs": 1689583740,
          "entryUtc": "2023-07-17T08:49:00.000Z",
          "exitTs": 1689596580,
          "dir": 1,
          "entryPrice": 1955.345,
          "exitPrice": 1952.696,
          "stopDistance": 2.648,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 214
        },
        {
          "entryTs": 1689599880,
          "entryUtc": "2023-07-17T13:18:00.000Z",
          "exitTs": 1689603180,
          "dir": -1,
          "entryPrice": 1949.578,
          "exitPrice": 1953.062,
          "stopDistance": 3.484,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 55
        },
        {
          "entryTs": 1689661560,
          "entryUtc": "2023-07-18T06:26:00.000Z",
          "exitTs": 1689663360,
          "dir": -1,
          "entryPrice": 1959.825,
          "exitPrice": 1961.756,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 30
        },
        {
          "entryTs": 1689665880,
          "entryUtc": "2023-07-18T07:38:00.000Z",
          "exitTs": 1689678960,
          "dir": 1,
          "entryPrice": 1961.228,
          "exitPrice": 1965.553,
          "stopDistance": 2.162,
          "outcome": "target",
          "netR": 1.8289,
          "holdMinutes": 218
        },
        {
          "entryTs": 1689694680,
          "entryUtc": "2023-07-18T15:38:00.000Z",
          "exitTs": 1689749040,
          "dir": 1,
          "entryPrice": 1979.485,
          "exitPrice": 1973.283,
          "stopDistance": 6.202,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 906
        },
        {
          "entryTs": 1689749460,
          "entryUtc": "2023-07-19T06:51:00.000Z",
          "exitTs": 1689750480,
          "dir": -1,
          "entryPrice": 1975.575,
          "exitPrice": 1977.947,
          "stopDistance": 2.372,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 17
        },
        {
          "entryTs": 1689751800,
          "entryUtc": "2023-07-19T07:30:00.000Z",
          "exitTs": 1689761460,
          "dir": 1,
          "entryPrice": 1979.235,
          "exitPrice": 1976.509,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 161
        },
        {
          "entryTs": 1689775860,
          "entryUtc": "2023-07-19T14:11:00.000Z",
          "exitTs": 1689777240,
          "dir": 1,
          "entryPrice": 1974.885,
          "exitPrice": 1972.055,
          "stopDistance": 2.83,
          "outcome": "stop",
          "netR": -1.1484,
          "holdMinutes": 23
        },
        {
          "entryTs": 1689778440,
          "entryUtc": "2023-07-19T14:54:00.000Z",
          "exitTs": 1689786420,
          "dir": -1,
          "entryPrice": 1974.485,
          "exitPrice": 1978.089,
          "stopDistance": 3.604,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 133
        },
        {
          "entryTs": 1689806100,
          "entryUtc": "2023-07-19T22:35:00.000Z",
          "exitTs": 1689816360,
          "dir": 1,
          "entryPrice": 1977.305,
          "exitPrice": 1981.764,
          "stopDistance": 2.229,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 171
        },
        {
          "entryTs": 1689818940,
          "entryUtc": "2023-07-20T02:09:00.000Z",
          "exitTs": 1689831540,
          "dir": 1,
          "entryPrice": 1984.215,
          "exitPrice": 1982.109,
          "stopDistance": 2.106,
          "outcome": "stop",
          "netR": -1.1994,
          "holdMinutes": 210
        },
        {
          "entryTs": 1689834480,
          "entryUtc": "2023-07-20T06:28:00.000Z",
          "exitTs": 1689839400,
          "dir": -1,
          "entryPrice": 1982.165,
          "exitPrice": 1978.03,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.821,
          "holdMinutes": 82
        },
        {
          "entryTs": 1689840180,
          "entryUtc": "2023-07-20T08:03:00.000Z",
          "exitTs": 1689841260,
          "dir": -1,
          "entryPrice": 1979.345,
          "exitPrice": 1981.994,
          "stopDistance": 2.649,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 18
        },
        {
          "entryTs": 1689843420,
          "entryUtc": "2023-07-20T08:57:00.000Z",
          "exitTs": 1689855900,
          "dir": 1,
          "entryPrice": 1980.845,
          "exitPrice": 1978.002,
          "stopDistance": 2.843,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 208
        },
        {
          "entryTs": 1689858000,
          "entryUtc": "2023-07-20T13:00:00.000Z",
          "exitTs": 1689858900,
          "dir": -1,
          "entryPrice": 1974.875,
          "exitPrice": 1978.133,
          "stopDistance": 3.258,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 15
        },
        {
          "entryTs": 1689859980,
          "entryUtc": "2023-07-20T13:33:00.000Z",
          "exitTs": 1689860400,
          "dir": 1,
          "entryPrice": 1977.265,
          "exitPrice": 1973.684,
          "stopDistance": 3.581,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 7
        },
        {
          "entryTs": 1689861600,
          "entryUtc": "2023-07-20T14:00:00.000Z",
          "exitTs": 1689864120,
          "dir": -1,
          "entryPrice": 1976.475,
          "exitPrice": 1968.175,
          "stopDistance": 4.15,
          "outcome": "target",
          "netR": 1.9108,
          "holdMinutes": 42
        },
        {
          "entryTs": 1689904800,
          "entryUtc": "2023-07-21T02:00:00.000Z",
          "exitTs": 1689906960,
          "dir": 1,
          "entryPrice": 1972.248,
          "exitPrice": 1970.411,
          "stopDistance": 1.837,
          "outcome": "stop",
          "netR": -1.2286,
          "holdMinutes": 36
        },
        {
          "entryTs": 1689922200,
          "entryUtc": "2023-07-21T06:50:00.000Z",
          "exitTs": 1689924720,
          "dir": 1,
          "entryPrice": 1970.425,
          "exitPrice": 1968.67,
          "stopDistance": 1.755,
          "outcome": "stop",
          "netR": -1.2393,
          "holdMinutes": 42
        },
        {
          "entryTs": 1689928380,
          "entryUtc": "2023-07-21T08:33:00.000Z",
          "exitTs": 1689942000,
          "dir": -1,
          "entryPrice": 1965.015,
          "exitPrice": 1967.331,
          "stopDistance": 2.316,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 227
        },
        {
          "entryTs": 1689946500,
          "entryUtc": "2023-07-21T13:35:00.000Z",
          "exitTs": 1689949320,
          "dir": -1,
          "entryPrice": 1964.235,
          "exitPrice": 1958.153,
          "stopDistance": 3.041,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 47
        },
        {
          "entryTs": 1690184160,
          "entryUtc": "2023-07-24T07:36:00.000Z",
          "exitTs": 1690187880,
          "dir": 1,
          "entryPrice": 1962.984,
          "exitPrice": 1960.605,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 62
        },
        {
          "entryTs": 1690206300,
          "entryUtc": "2023-07-24T13:45:00.000Z",
          "exitTs": 1690209000,
          "dir": -1,
          "entryPrice": 1963.325,
          "exitPrice": 1957.044,
          "stopDistance": 3.141,
          "outcome": "target",
          "netR": 1.8822,
          "holdMinutes": 45
        },
        {
          "entryTs": 1690223760,
          "entryUtc": "2023-07-24T18:36:00.000Z",
          "exitTs": 1690248420,
          "dir": -1,
          "entryPrice": 1956.085,
          "exitPrice": 1959.369,
          "stopDistance": 3.284,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 411
        },
        {
          "entryTs": 1690255920,
          "entryUtc": "2023-07-25T03:32:00.000Z",
          "exitTs": 1690272660,
          "dir": 1,
          "entryPrice": 1961.438,
          "exitPrice": 1959.304,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 279
        },
        {
          "entryTs": 1690285260,
          "entryUtc": "2023-07-25T11:41:00.000Z",
          "exitTs": 1690285800,
          "dir": -1,
          "entryPrice": 1955.505,
          "exitPrice": 1958.314,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 9
        },
        {
          "entryTs": 1690287540,
          "entryUtc": "2023-07-25T12:19:00.000Z",
          "exitTs": 1690288440,
          "dir": 1,
          "entryPrice": 1960.164,
          "exitPrice": 1956.873,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 15
        },
        {
          "entryTs": 1690336260,
          "entryUtc": "2023-07-26T01:51:00.000Z",
          "exitTs": 1690351560,
          "dir": -1,
          "entryPrice": 1963.465,
          "exitPrice": 1965.349,
          "stopDistance": 1.884,
          "outcome": "stop",
          "netR": -1.223,
          "holdMinutes": 255
        },
        {
          "entryTs": 1690356360,
          "entryUtc": "2023-07-26T07:26:00.000Z",
          "exitTs": 1690369260,
          "dir": 1,
          "entryPrice": 1968.658,
          "exitPrice": 1972.589,
          "stopDistance": 1.965,
          "outcome": "target",
          "netR": 1.8117,
          "holdMinutes": 215
        },
        {
          "entryTs": 1690380000,
          "entryUtc": "2023-07-26T14:00:00.000Z",
          "exitTs": 1690384320,
          "dir": -1,
          "entryPrice": 1967.325,
          "exitPrice": 1970.262,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 72
        },
        {
          "entryTs": 1690388160,
          "entryUtc": "2023-07-26T16:16:00.000Z",
          "exitTs": 1690391580,
          "dir": 1,
          "entryPrice": 1971.598,
          "exitPrice": 1967.982,
          "stopDistance": 3.616,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 57
        },
        {
          "entryTs": 1690398360,
          "entryUtc": "2023-07-26T19:06:00.000Z",
          "exitTs": 1690461120,
          "dir": 1,
          "entryPrice": 1973.485,
          "exitPrice": 1968.657,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 1046
        },
        {
          "entryTs": 1690479240,
          "entryUtc": "2023-07-27T17:34:00.000Z",
          "exitTs": 1690517520,
          "dir": 1,
          "entryPrice": 1945.965,
          "exitPrice": 1955.77,
          "stopDistance": 4.903,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 638
        },
        {
          "entryTs": 1690536720,
          "entryUtc": "2023-07-28T09:32:00.000Z",
          "exitTs": 1690540200,
          "dir": -1,
          "entryPrice": 1950.925,
          "exitPrice": 1954.19,
          "stopDistance": 3.265,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 58
        },
        {
          "entryTs": 1690544700,
          "entryUtc": "2023-07-28T11:45:00.000Z",
          "exitTs": 1690556460,
          "dir": 1,
          "entryPrice": 1954.905,
          "exitPrice": 1961.196,
          "stopDistance": 3.146,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 196
        },
        {
          "entryTs": 1690758000,
          "entryUtc": "2023-07-30T23:00:00.000Z",
          "exitTs": 1690763520,
          "dir": 1,
          "entryPrice": 1959.335,
          "exitPrice": 1957.189,
          "stopDistance": 2.146,
          "outcome": "stop",
          "netR": -1.1957,
          "holdMinutes": 92
        },
        {
          "entryTs": 1690785900,
          "entryUtc": "2023-07-31T06:45:00.000Z",
          "exitTs": 1690786500,
          "dir": 1,
          "entryPrice": 1955.708,
          "exitPrice": 1953.573,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 10
        },
        {
          "entryTs": 1690787760,
          "entryUtc": "2023-07-31T07:16:00.000Z",
          "exitTs": 1690793400,
          "dir": -1,
          "entryPrice": 1955.635,
          "exitPrice": 1950.932,
          "stopDistance": 2.352,
          "outcome": "target",
          "netR": 1.8427,
          "holdMinutes": 94
        },
        {
          "entryTs": 1690809660,
          "entryUtc": "2023-07-31T13:21:00.000Z",
          "exitTs": 1690811100,
          "dir": 1,
          "entryPrice": 1963.284,
          "exitPrice": 1969.595,
          "stopDistance": 3.156,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 24
        },
        {
          "entryTs": 1690813200,
          "entryUtc": "2023-07-31T14:20:00.000Z",
          "exitTs": 1690833360,
          "dir": 1,
          "entryPrice": 1967.935,
          "exitPrice": 1964.338,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 336
        },
        {
          "entryTs": 1690859700,
          "entryUtc": "2023-08-01T03:15:00.000Z",
          "exitTs": 1690870200,
          "dir": -1,
          "entryPrice": 1961.035,
          "exitPrice": 1957.452,
          "stopDistance": 1.791,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 175
        },
        {
          "entryTs": 1690871460,
          "entryUtc": "2023-08-01T06:31:00.000Z",
          "exitTs": 1690888380,
          "dir": -1,
          "entryPrice": 1957.605,
          "exitPrice": 1953.45,
          "stopDistance": 2.078,
          "outcome": "target",
          "netR": 1.8219,
          "holdMinutes": 282
        },
        {
          "entryTs": 1690898400,
          "entryUtc": "2023-08-01T14:00:00.000Z",
          "exitTs": 1690898400,
          "dir": -1,
          "entryPrice": 1949.085,
          "exitPrice": 1952.443,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 0
        },
        {
          "entryTs": 1690929660,
          "entryUtc": "2023-08-01T22:41:00.000Z",
          "exitTs": 1690951800,
          "dir": 1,
          "entryPrice": 1948.905,
          "exitPrice": 1945.993,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 369
        },
        {
          "entryTs": 1690992180,
          "entryUtc": "2023-08-02T16:03:00.000Z",
          "exitTs": 1691082180,
          "dir": -1,
          "entryPrice": 1937.065,
          "exitPrice": 1935.005,
          "stopDistance": 4.244,
          "outcome": "time",
          "netR": 0.3982,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1691128800,
          "entryUtc": "2023-08-04T06:00:00.000Z",
          "exitTs": 1691129400,
          "dir": 1,
          "entryPrice": 1935.915,
          "exitPrice": 1933.849,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691161200,
          "entryUtc": "2023-08-04T15:00:00.000Z",
          "exitTs": 1691359200,
          "dir": 1,
          "entryPrice": 1938.554,
          "exitPrice": 1942.104,
          "stopDistance": 4.029,
          "outcome": "time",
          "netR": 0.7893,
          "holdMinutes": 3300
        },
        {
          "entryTs": 1691361480,
          "entryUtc": "2023-08-06T22:38:00.000Z",
          "exitTs": 1691374260,
          "dir": 1,
          "entryPrice": 1943.445,
          "exitPrice": 1940.916,
          "stopDistance": 2.529,
          "outcome": "stop",
          "netR": -1.1661,
          "holdMinutes": 213
        },
        {
          "entryTs": 1691388480,
          "entryUtc": "2023-08-07T06:08:00.000Z",
          "exitTs": 1691413200,
          "dir": -1,
          "entryPrice": 1936.985,
          "exitPrice": 1939.018,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 412
        },
        {
          "entryTs": 1691415120,
          "entryUtc": "2023-08-07T13:32:00.000Z",
          "exitTs": 1691416140,
          "dir": 1,
          "entryPrice": 1939.375,
          "exitPrice": 1936.712,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 17
        },
        {
          "entryTs": 1691417760,
          "entryUtc": "2023-08-07T14:16:00.000Z",
          "exitTs": 1691495520,
          "dir": -1,
          "entryPrice": 1935.515,
          "exitPrice": 1928.681,
          "stopDistance": 3.417,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 1296
        },
        {
          "entryTs": 1691559480,
          "entryUtc": "2023-08-09T05:38:00.000Z",
          "exitTs": 1691562060,
          "dir": 1,
          "entryPrice": 1931.035,
          "exitPrice": 1929.209,
          "stopDistance": 1.826,
          "outcome": "stop",
          "netR": -1.23,
          "holdMinutes": 43
        },
        {
          "entryTs": 1691562900,
          "entryUtc": "2023-08-09T06:35:00.000Z",
          "exitTs": 1691574540,
          "dir": -1,
          "entryPrice": 1930.725,
          "exitPrice": 1926.83,
          "stopDistance": 1.948,
          "outcome": "target",
          "netR": 1.81,
          "holdMinutes": 194
        },
        {
          "entryTs": 1691652600,
          "entryUtc": "2023-08-10T07:30:00.000Z",
          "exitTs": 1691670600,
          "dir": 1,
          "entryPrice": 1919.455,
          "exitPrice": 1923.79,
          "stopDistance": 2.168,
          "outcome": "target",
          "netR": 1.8293,
          "holdMinutes": 300
        },
        {
          "entryTs": 1691681580,
          "entryUtc": "2023-08-10T15:33:00.000Z",
          "exitTs": 1691771580,
          "dir": -1,
          "entryPrice": 1917.875,
          "exitPrice": 1914.945,
          "stopDistance": 4.48,
          "outcome": "time",
          "netR": 0.5715,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1691966160,
          "entryUtc": "2023-08-13T22:36:00.000Z",
          "exitTs": 1691967660,
          "dir": 1,
          "entryPrice": 1914.205,
          "exitPrice": 1912.377,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 25
        },
        {
          "entryTs": 1691974980,
          "entryUtc": "2023-08-14T01:03:00.000Z",
          "exitTs": 1691991000,
          "dir": -1,
          "entryPrice": 1911.935,
          "exitPrice": 1913.762,
          "stopDistance": 1.826,
          "outcome": "stop",
          "netR": -1.23,
          "holdMinutes": 267
        },
        {
          "entryTs": 1691992800,
          "entryUtc": "2023-08-14T06:00:00.000Z",
          "exitTs": 1691996640,
          "dir": 1,
          "entryPrice": 1912.628,
          "exitPrice": 1910.919,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 64
        },
        {
          "entryTs": 1692003900,
          "entryUtc": "2023-08-14T09:05:00.000Z",
          "exitTs": 1692014880,
          "dir": 1,
          "entryPrice": 1913.528,
          "exitPrice": 1911.398,
          "stopDistance": 2.13,
          "outcome": "stop",
          "netR": -1.1972,
          "holdMinutes": 183
        },
        {
          "entryTs": 1692016920,
          "entryUtc": "2023-08-14T12:42:00.000Z",
          "exitTs": 1692019800,
          "dir": -1,
          "entryPrice": 1909.975,
          "exitPrice": 1904.943,
          "stopDistance": 2.516,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 48
        },
        {
          "entryTs": 1692020700,
          "entryUtc": "2023-08-14T13:45:00.000Z",
          "exitTs": 1692022560,
          "dir": -1,
          "entryPrice": 1906.085,
          "exitPrice": 1909.355,
          "stopDistance": 3.27,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 31
        },
        {
          "entryTs": 1692079260,
          "entryUtc": "2023-08-15T06:01:00.000Z",
          "exitTs": 1692097920,
          "dir": -1,
          "entryPrice": 1905.715,
          "exitPrice": 1902.115,
          "stopDistance": 1.8,
          "outcome": "target",
          "netR": 1.7945,
          "holdMinutes": 311
        },
        {
          "entryTs": 1692171960,
          "entryUtc": "2023-08-16T07:46:00.000Z",
          "exitTs": 1692176580,
          "dir": -1,
          "entryPrice": 1904.065,
          "exitPrice": 1905.783,
          "stopDistance": 1.718,
          "outcome": "stop",
          "netR": -1.2445,
          "holdMinutes": 77
        },
        {
          "entryTs": 1692199920,
          "entryUtc": "2023-08-16T15:32:00.000Z",
          "exitTs": 1692203280,
          "dir": 1,
          "entryPrice": 1902.395,
          "exitPrice": 1899.496,
          "stopDistance": 2.899,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 56
        },
        {
          "entryTs": 1692225060,
          "entryUtc": "2023-08-16T22:31:00.000Z",
          "exitTs": 1692233220,
          "dir": 1,
          "entryPrice": 1894.185,
          "exitPrice": 1891.467,
          "stopDistance": 2.718,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 136
        },
        {
          "entryTs": 1692257160,
          "entryUtc": "2023-08-17T07:26:00.000Z",
          "exitTs": 1692262620,
          "dir": 1,
          "entryPrice": 1895.655,
          "exitPrice": 1893.767,
          "stopDistance": 1.888,
          "outcome": "stop",
          "netR": -1.2225,
          "holdMinutes": 91
        },
        {
          "entryTs": 1692268260,
          "entryUtc": "2023-08-17T10:31:00.000Z",
          "exitTs": 1692275760,
          "dir": 1,
          "entryPrice": 1896.655,
          "exitPrice": 1900.843,
          "stopDistance": 2.094,
          "outcome": "target",
          "netR": 1.8233,
          "holdMinutes": 125
        },
        {
          "entryTs": 1692279000,
          "entryUtc": "2023-08-17T13:30:00.000Z",
          "exitTs": 1692279960,
          "dir": 1,
          "entryPrice": 1901.044,
          "exitPrice": 1897.937,
          "stopDistance": 3.107,
          "outcome": "stop",
          "netR": -1.1352,
          "holdMinutes": 16
        },
        {
          "entryTs": 1692289440,
          "entryUtc": "2023-08-17T16:24:00.000Z",
          "exitTs": 1692321420,
          "dir": -1,
          "entryPrice": 1890.695,
          "exitPrice": 1894.031,
          "stopDistance": 3.336,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 533
        },
        {
          "entryTs": 1692355380,
          "entryUtc": "2023-08-18T10:43:00.000Z",
          "exitTs": 1692361200,
          "dir": 1,
          "entryPrice": 1894.325,
          "exitPrice": 1892.403,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2185,
          "holdMinutes": 97
        },
        {
          "entryTs": 1692362700,
          "entryUtc": "2023-08-18T12:45:00.000Z",
          "exitTs": 1692364320,
          "dir": -1,
          "entryPrice": 1891.305,
          "exitPrice": 1893.636,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 27
        },
        {
          "entryTs": 1692365520,
          "entryUtc": "2023-08-18T13:32:00.000Z",
          "exitTs": 1692375000,
          "dir": 1,
          "entryPrice": 1893.055,
          "exitPrice": 1890.354,
          "stopDistance": 2.701,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 158
        },
        {
          "entryTs": 1692380700,
          "entryUtc": "2023-08-18T17:45:00.000Z",
          "exitTs": 1692568800,
          "dir": -1,
          "entryPrice": 1888.575,
          "exitPrice": 1889.734,
          "stopDistance": 2.787,
          "outcome": "time",
          "netR": -0.5487,
          "holdMinutes": 3135
        },
        {
          "entryTs": 1692583920,
          "entryUtc": "2023-08-21T02:12:00.000Z",
          "exitTs": 1692584700,
          "dir": -1,
          "entryPrice": 1886.815,
          "exitPrice": 1888.813,
          "stopDistance": 1.998,
          "outcome": "stop",
          "netR": -1.2102,
          "holdMinutes": 13
        },
        {
          "entryTs": 1692587700,
          "entryUtc": "2023-08-21T03:15:00.000Z",
          "exitTs": 1692596280,
          "dir": 1,
          "entryPrice": 1892.205,
          "exitPrice": 1889.819,
          "stopDistance": 2.386,
          "outcome": "stop",
          "netR": -1.176,
          "holdMinutes": 143
        },
        {
          "entryTs": 1692596400,
          "entryUtc": "2023-08-21T05:40:00.000Z",
          "exitTs": 1692613320,
          "dir": 1,
          "entryPrice": 1889.475,
          "exitPrice": 1887.222,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 282
        },
        {
          "entryTs": 1692623280,
          "entryUtc": "2023-08-21T13:08:00.000Z",
          "exitTs": 1692625080,
          "dir": 1,
          "entryPrice": 1895.565,
          "exitPrice": 1892.75,
          "stopDistance": 2.815,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 30
        },
        {
          "entryTs": 1692625200,
          "entryUtc": "2023-08-21T13:40:00.000Z",
          "exitTs": 1692625560,
          "dir": 1,
          "entryPrice": 1891.605,
          "exitPrice": 1889.32,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 6
        },
        {
          "entryTs": 1692636300,
          "entryUtc": "2023-08-21T16:45:00.000Z",
          "exitTs": 1692639060,
          "dir": -1,
          "entryPrice": 1891.255,
          "exitPrice": 1894.713,
          "stopDistance": 3.458,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 46
        },
        {
          "entryTs": 1692675060,
          "entryUtc": "2023-08-22T03:31:00.000Z",
          "exitTs": 1692680340,
          "dir": 1,
          "entryPrice": 1895.935,
          "exitPrice": 1894.054,
          "stopDistance": 1.881,
          "outcome": "stop",
          "netR": -1.2233,
          "holdMinutes": 88
        },
        {
          "entryTs": 1692699960,
          "entryUtc": "2023-08-22T10:26:00.000Z",
          "exitTs": 1692706920,
          "dir": 1,
          "entryPrice": 1902.255,
          "exitPrice": 1899.975,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 116
        },
        {
          "entryTs": 1692718740,
          "entryUtc": "2023-08-22T15:39:00.000Z",
          "exitTs": 1692753720,
          "dir": -1,
          "entryPrice": 1898.215,
          "exitPrice": 1901.002,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 583
        },
        {
          "entryTs": 1692759660,
          "entryUtc": "2023-08-23T03:01:00.000Z",
          "exitTs": 1692766800,
          "dir": 1,
          "entryPrice": 1900.415,
          "exitPrice": 1903.385,
          "stopDistance": 1.485,
          "outcome": "target",
          "netR": 1.7508,
          "holdMinutes": 119
        },
        {
          "entryTs": 1692768180,
          "entryUtc": "2023-08-23T05:23:00.000Z",
          "exitTs": 1692793560,
          "dir": 1,
          "entryPrice": 1902.308,
          "exitPrice": 1905.441,
          "stopDistance": 1.567,
          "outcome": "target",
          "netR": 1.7638,
          "holdMinutes": 423
        },
        {
          "entryTs": 1692795300,
          "entryUtc": "2023-08-23T12:55:00.000Z",
          "exitTs": 1692795600,
          "dir": 1,
          "entryPrice": 1905.605,
          "exitPrice": 1902.993,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 5
        },
        {
          "entryTs": 1692829860,
          "entryUtc": "2023-08-23T22:31:00.000Z",
          "exitTs": 1692844920,
          "dir": 1,
          "entryPrice": 1916.495,
          "exitPrice": 1920.675,
          "stopDistance": 2.09,
          "outcome": "target",
          "netR": 1.823,
          "holdMinutes": 251
        },
        {
          "entryTs": 1692885240,
          "entryUtc": "2023-08-24T13:54:00.000Z",
          "exitTs": 1692886320,
          "dir": -1,
          "entryPrice": 1916.284,
          "exitPrice": 1918.375,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2008,
          "holdMinutes": 18
        },
        {
          "entryTs": 1692887400,
          "entryUtc": "2023-08-24T14:30:00.000Z",
          "exitTs": 1692932940,
          "dir": 1,
          "entryPrice": 1917.338,
          "exitPrice": 1914.186,
          "stopDistance": 3.152,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 759
        },
        {
          "entryTs": 1692977640,
          "entryUtc": "2023-08-25T15:34:00.000Z",
          "exitTs": 1692984540,
          "dir": -1,
          "entryPrice": 1907.595,
          "exitPrice": 1912.57,
          "stopDistance": 4.975,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 115
        },
        {
          "entryTs": 1693204320,
          "entryUtc": "2023-08-28T06:32:00.000Z",
          "exitTs": 1693206540,
          "dir": 1,
          "entryPrice": 1916.755,
          "exitPrice": 1915.132,
          "stopDistance": 1.623,
          "outcome": "stop",
          "netR": -1.2588,
          "holdMinutes": 37
        },
        {
          "entryTs": 1693228080,
          "entryUtc": "2023-08-28T13:08:00.000Z",
          "exitTs": 1693229220,
          "dir": 1,
          "entryPrice": 1916.145,
          "exitPrice": 1914.302,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 19
        },
        {
          "entryTs": 1693238400,
          "entryUtc": "2023-08-28T16:00:00.000Z",
          "exitTs": 1693240320,
          "dir": 1,
          "entryPrice": 1924.584,
          "exitPrice": 1921.834,
          "stopDistance": 2.75,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 32
        },
        {
          "entryTs": 1693243800,
          "entryUtc": "2023-08-28T17:30:00.000Z",
          "exitTs": 1693268040,
          "dir": -1,
          "entryPrice": 1918.948,
          "exitPrice": 1921.931,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 404
        },
        {
          "entryTs": 1693285560,
          "entryUtc": "2023-08-29T05:06:00.000Z",
          "exitTs": 1693293000,
          "dir": 1,
          "entryPrice": 1923.485,
          "exitPrice": 1921.968,
          "stopDistance": 1.517,
          "outcome": "stop",
          "netR": -1.2768,
          "holdMinutes": 124
        },
        {
          "entryTs": 1693306080,
          "entryUtc": "2023-08-29T10:48:00.000Z",
          "exitTs": 1693308480,
          "dir": -1,
          "entryPrice": 1921.625,
          "exitPrice": 1918.2,
          "stopDistance": 1.713,
          "outcome": "target",
          "netR": 1.784,
          "holdMinutes": 40
        },
        {
          "entryTs": 1693389900,
          "entryUtc": "2023-08-30T10:05:00.000Z",
          "exitTs": 1693397700,
          "dir": 1,
          "entryPrice": 1937.404,
          "exitPrice": 1940.651,
          "stopDistance": 1.623,
          "outcome": "target",
          "netR": 1.7721,
          "holdMinutes": 130
        },
        {
          "entryTs": 1693400940,
          "entryUtc": "2023-08-30T13:09:00.000Z",
          "exitTs": 1693403760,
          "dir": 1,
          "entryPrice": 1942.915,
          "exitPrice": 1947.814,
          "stopDistance": 2.449,
          "outcome": "target",
          "netR": 1.8489,
          "holdMinutes": 47
        },
        {
          "entryTs": 1693436400,
          "entryUtc": "2023-08-30T23:00:00.000Z",
          "exitTs": 1693485120,
          "dir": 1,
          "entryPrice": 1944.075,
          "exitPrice": 1947.682,
          "stopDistance": 1.804,
          "outcome": "target",
          "netR": 1.7949,
          "holdMinutes": 812
        },
        {
          "entryTs": 1693532460,
          "entryUtc": "2023-09-01T01:41:00.000Z",
          "exitTs": 1693536300,
          "dir": 1,
          "entryPrice": 1942.235,
          "exitPrice": 1940.638,
          "stopDistance": 1.597,
          "outcome": "stop",
          "netR": -1.2629,
          "holdMinutes": 64
        },
        {
          "entryTs": 1693542960,
          "entryUtc": "2023-09-01T04:36:00.000Z",
          "exitTs": 1693552020,
          "dir": -1,
          "entryPrice": 1939.445,
          "exitPrice": 1940.99,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2718,
          "holdMinutes": 151
        },
        {
          "entryTs": 1693556460,
          "entryUtc": "2023-09-01T08:21:00.000Z",
          "exitTs": 1693570440,
          "dir": 1,
          "entryPrice": 1942.445,
          "exitPrice": 1945.791,
          "stopDistance": 1.673,
          "outcome": "target",
          "netR": 1.7788,
          "holdMinutes": 233
        },
        {
          "entryTs": 1693574580,
          "entryUtc": "2023-09-01T13:23:00.000Z",
          "exitTs": 1693575660,
          "dir": 1,
          "entryPrice": 1947.145,
          "exitPrice": 1944.399,
          "stopDistance": 2.746,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 18
        },
        {
          "entryTs": 1693809480,
          "entryUtc": "2023-09-04T06:38:00.000Z",
          "exitTs": 1693811100,
          "dir": 1,
          "entryPrice": 1945.295,
          "exitPrice": 1943.892,
          "stopDistance": 1.403,
          "outcome": "stop",
          "netR": -1.2993,
          "holdMinutes": 27
        },
        {
          "entryTs": 1693828860,
          "entryUtc": "2023-09-04T12:01:00.000Z",
          "exitTs": 1693832400,
          "dir": 1,
          "entryPrice": 1941.265,
          "exitPrice": 1939.76,
          "stopDistance": 1.505,
          "outcome": "stop",
          "netR": -1.2791,
          "holdMinutes": 59
        },
        {
          "entryTs": 1693835100,
          "entryUtc": "2023-09-04T13:45:00.000Z",
          "exitTs": 1693878660,
          "dir": -1,
          "entryPrice": 1938.765,
          "exitPrice": 1935.639,
          "stopDistance": 1.563,
          "outcome": "target",
          "netR": 1.7633,
          "holdMinutes": 726
        },
        {
          "entryTs": 1693880280,
          "entryUtc": "2023-09-05T02:18:00.000Z",
          "exitTs": 1693888200,
          "dir": -1,
          "entryPrice": 1936.355,
          "exitPrice": 1937.673,
          "stopDistance": 1.318,
          "outcome": "stop",
          "netR": -1.3186,
          "holdMinutes": 132
        },
        {
          "entryTs": 1693897980,
          "entryUtc": "2023-09-05T07:13:00.000Z",
          "exitTs": 1693900860,
          "dir": -1,
          "entryPrice": 1937.645,
          "exitPrice": 1935.015,
          "stopDistance": 1.315,
          "outcome": "target",
          "netR": 1.7187,
          "holdMinutes": 48
        },
        {
          "entryTs": 1693903680,
          "entryUtc": "2023-09-05T08:48:00.000Z",
          "exitTs": 1693916340,
          "dir": -1,
          "entryPrice": 1933.358,
          "exitPrice": 1929.909,
          "stopDistance": 1.725,
          "outcome": "target",
          "netR": 1.7855,
          "holdMinutes": 211
        },
        {
          "entryTs": 1693919460,
          "entryUtc": "2023-09-05T13:11:00.000Z",
          "exitTs": 1693921980,
          "dir": 1,
          "entryPrice": 1931.135,
          "exitPrice": 1928.486,
          "stopDistance": 2.649,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 42
        },
        {
          "entryTs": 1693926480,
          "entryUtc": "2023-09-05T15:08:00.000Z",
          "exitTs": 1694008860,
          "dir": -1,
          "entryPrice": 1928.254,
          "exitPrice": 1920.806,
          "stopDistance": 3.724,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 1373
        },
        {
          "entryTs": 1694018280,
          "entryUtc": "2023-09-06T16:38:00.000Z",
          "exitTs": 1694088300,
          "dir": -1,
          "entryPrice": 1918.545,
          "exitPrice": 1922.63,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1694143740,
          "entryUtc": "2023-09-08T03:29:00.000Z",
          "exitTs": 1694171280,
          "dir": 1,
          "entryPrice": 1924.835,
          "exitPrice": 1923.055,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.2359,
          "holdMinutes": 459
        },
        {
          "entryTs": 1694179560,
          "entryUtc": "2023-09-08T13:26:00.000Z",
          "exitTs": 1694180100,
          "dir": -1,
          "entryPrice": 1921.575,
          "exitPrice": 1923.801,
          "stopDistance": 2.226,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 9
        },
        {
          "entryTs": 1694182860,
          "entryUtc": "2023-09-08T14:21:00.000Z",
          "exitTs": 1694185080,
          "dir": 1,
          "entryPrice": 1927.255,
          "exitPrice": 1924.186,
          "stopDistance": 3.069,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 37
        },
        {
          "entryTs": 1694419380,
          "entryUtc": "2023-09-11T08:03:00.000Z",
          "exitTs": 1694438340,
          "dir": 1,
          "entryPrice": 1925.855,
          "exitPrice": 1929.283,
          "stopDistance": 1.714,
          "outcome": "target",
          "netR": 1.7841,
          "holdMinutes": 316
        },
        {
          "entryTs": 1694439000,
          "entryUtc": "2023-09-11T13:30:00.000Z",
          "exitTs": 1694439960,
          "dir": 1,
          "entryPrice": 1928.725,
          "exitPrice": 1926.587,
          "stopDistance": 2.138,
          "outcome": "stop",
          "netR": -1.1964,
          "holdMinutes": 16
        },
        {
          "entryTs": 1694441700,
          "entryUtc": "2023-09-11T14:15:00.000Z",
          "exitTs": 1694482440,
          "dir": -1,
          "entryPrice": 1925.905,
          "exitPrice": 1920.765,
          "stopDistance": 2.57,
          "outcome": "target",
          "netR": 1.856,
          "holdMinutes": 679
        },
        {
          "entryTs": 1694502060,
          "entryUtc": "2023-09-12T07:01:00.000Z",
          "exitTs": 1694514900,
          "dir": 1,
          "entryPrice": 1919.685,
          "exitPrice": 1918.186,
          "stopDistance": 1.499,
          "outcome": "stop",
          "netR": -1.2802,
          "holdMinutes": 214
        },
        {
          "entryTs": 1694519400,
          "entryUtc": "2023-09-12T11:50:00.000Z",
          "exitTs": 1694521500,
          "dir": -1,
          "entryPrice": 1912.868,
          "exitPrice": 1909.099,
          "stopDistance": 1.884,
          "outcome": "target",
          "netR": 1.8036,
          "holdMinutes": 35
        },
        {
          "entryTs": 1694530320,
          "entryUtc": "2023-09-12T14:52:00.000Z",
          "exitTs": 1694575200,
          "dir": 1,
          "entryPrice": 1911.798,
          "exitPrice": 1908.578,
          "stopDistance": 3.22,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 748
        },
        {
          "entryTs": 1694585460,
          "entryUtc": "2023-09-13T06:11:00.000Z",
          "exitTs": 1694591880,
          "dir": -1,
          "entryPrice": 1910.375,
          "exitPrice": 1912.011,
          "stopDistance": 1.636,
          "outcome": "stop",
          "netR": -1.2567,
          "holdMinutes": 107
        },
        {
          "entryTs": 1694655960,
          "entryUtc": "2023-09-14T01:46:00.000Z",
          "exitTs": 1694670420,
          "dir": -1,
          "entryPrice": 1911.815,
          "exitPrice": 1908.514,
          "stopDistance": 1.65,
          "outcome": "target",
          "netR": 1.7758,
          "holdMinutes": 241
        },
        {
          "entryTs": 1694696580,
          "entryUtc": "2023-09-14T13:03:00.000Z",
          "exitTs": 1694702820,
          "dir": -1,
          "entryPrice": 1905.985,
          "exitPrice": 1908.697,
          "stopDistance": 2.712,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 104
        },
        {
          "entryTs": 1694761200,
          "entryUtc": "2023-09-15T07:00:00.000Z",
          "exitTs": 1694762040,
          "dir": 1,
          "entryPrice": 1917.815,
          "exitPrice": 1916.028,
          "stopDistance": 1.787,
          "outcome": "stop",
          "netR": -1.235,
          "holdMinutes": 14
        },
        {
          "entryTs": 1694785740,
          "entryUtc": "2023-09-15T13:49:00.000Z",
          "exitTs": 1694787480,
          "dir": 1,
          "entryPrice": 1923.905,
          "exitPrice": 1929.708,
          "stopDistance": 2.902,
          "outcome": "target",
          "netR": 1.8725,
          "holdMinutes": 29
        },
        {
          "entryTs": 1694788260,
          "entryUtc": "2023-09-15T14:31:00.000Z",
          "exitTs": 1694799960,
          "dir": 1,
          "entryPrice": 1927.235,
          "exitPrice": 1923.775,
          "stopDistance": 3.46,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 195
        },
        {
          "entryTs": 1695000600,
          "entryUtc": "2023-09-18T01:30:00.000Z",
          "exitTs": 1695000900,
          "dir": 1,
          "entryPrice": 1925.205,
          "exitPrice": 1923.644,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.2691,
          "holdMinutes": 5
        },
        {
          "entryTs": 1695016800,
          "entryUtc": "2023-09-18T06:00:00.000Z",
          "exitTs": 1695019620,
          "dir": 1,
          "entryPrice": 1929.608,
          "exitPrice": 1928.101,
          "stopDistance": 1.507,
          "outcome": "stop",
          "netR": -1.2786,
          "holdMinutes": 47
        },
        {
          "entryTs": 1695043800,
          "entryUtc": "2023-09-18T13:30:00.000Z",
          "exitTs": 1695044160,
          "dir": 1,
          "entryPrice": 1926.818,
          "exitPrice": 1924.664,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 6
        },
        {
          "entryTs": 1695113640,
          "entryUtc": "2023-09-19T08:54:00.000Z",
          "exitTs": 1695119940,
          "dir": 1,
          "entryPrice": 1933.455,
          "exitPrice": 1936.457,
          "stopDistance": 1.501,
          "outcome": "target",
          "netR": 1.7535,
          "holdMinutes": 105
        },
        {
          "entryTs": 1695126600,
          "entryUtc": "2023-09-19T12:30:00.000Z",
          "exitTs": 1695129300,
          "dir": 1,
          "entryPrice": 1935.338,
          "exitPrice": 1933.811,
          "stopDistance": 1.527,
          "outcome": "stop",
          "netR": -1.275,
          "holdMinutes": 45
        },
        {
          "entryTs": 1695133920,
          "entryUtc": "2023-09-19T14:32:00.000Z",
          "exitTs": 1695194460,
          "dir": -1,
          "entryPrice": 1932.795,
          "exitPrice": 1928.013,
          "stopDistance": 2.391,
          "outcome": "target",
          "netR": 1.8453,
          "holdMinutes": 1009
        },
        {
          "entryTs": 1695203520,
          "entryUtc": "2023-09-20T09:52:00.000Z",
          "exitTs": 1695204000,
          "dir": -1,
          "entryPrice": 1930.415,
          "exitPrice": 1931.835,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 8
        },
        {
          "entryTs": 1695205800,
          "entryUtc": "2023-09-20T10:30:00.000Z",
          "exitTs": 1695216720,
          "dir": 1,
          "entryPrice": 1931.575,
          "exitPrice": 1934.621,
          "stopDistance": 1.523,
          "outcome": "target",
          "netR": 1.7571,
          "holdMinutes": 182
        },
        {
          "entryTs": 1695234660,
          "entryUtc": "2023-09-20T18:31:00.000Z",
          "exitTs": 1695238380,
          "dir": -1,
          "entryPrice": 1944.045,
          "exitPrice": 1937.397,
          "stopDistance": 3.324,
          "outcome": "target",
          "netR": 1.8887,
          "holdMinutes": 62
        },
        {
          "entryTs": 1695260760,
          "entryUtc": "2023-09-21T01:46:00.000Z",
          "exitTs": 1695277320,
          "dir": -1,
          "entryPrice": 1926.905,
          "exitPrice": 1929.639,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 276
        },
        {
          "entryTs": 1695288600,
          "entryUtc": "2023-09-21T09:30:00.000Z",
          "exitTs": 1695292020,
          "dir": -1,
          "entryPrice": 1923.205,
          "exitPrice": 1925.148,
          "stopDistance": 1.943,
          "outcome": "stop",
          "netR": -1.2161,
          "holdMinutes": 57
        },
        {
          "entryTs": 1695296700,
          "entryUtc": "2023-09-21T11:45:00.000Z",
          "exitTs": 1695298500,
          "dir": -1,
          "entryPrice": 1921.665,
          "exitPrice": 1917.586,
          "stopDistance": 2.04,
          "outcome": "target",
          "netR": 1.8186,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695301440,
          "entryUtc": "2023-09-21T13:04:00.000Z",
          "exitTs": 1695305280,
          "dir": -1,
          "entryPrice": 1917.895,
          "exitPrice": 1920.491,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 64
        },
        {
          "entryTs": 1695307440,
          "entryUtc": "2023-09-21T14:44:00.000Z",
          "exitTs": 1695366900,
          "dir": 1,
          "entryPrice": 1919.935,
          "exitPrice": 1927.403,
          "stopDistance": 3.734,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 991
        },
        {
          "entryTs": 1695596400,
          "entryUtc": "2023-09-24T23:00:00.000Z",
          "exitTs": 1695600120,
          "dir": 1,
          "entryPrice": 1925.484,
          "exitPrice": 1924.087,
          "stopDistance": 1.397,
          "outcome": "stop",
          "netR": -1.3007,
          "holdMinutes": 62
        },
        {
          "entryTs": 1695602460,
          "entryUtc": "2023-09-25T00:41:00.000Z",
          "exitTs": 1695621420,
          "dir": -1,
          "entryPrice": 1924.285,
          "exitPrice": 1921.638,
          "stopDistance": 1.324,
          "outcome": "target",
          "netR": 1.7205,
          "holdMinutes": 316
        },
        {
          "entryTs": 1695623940,
          "entryUtc": "2023-09-25T06:39:00.000Z",
          "exitTs": 1695624840,
          "dir": -1,
          "entryPrice": 1922.545,
          "exitPrice": 1923.751,
          "stopDistance": 1.206,
          "outcome": "stop",
          "netR": -1.3482,
          "holdMinutes": 15
        },
        {
          "entryTs": 1695627960,
          "entryUtc": "2023-09-25T07:46:00.000Z",
          "exitTs": 1695629820,
          "dir": 1,
          "entryPrice": 1923.825,
          "exitPrice": 1922.081,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2409,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695647040,
          "entryUtc": "2023-09-25T13:04:00.000Z",
          "exitTs": 1695648420,
          "dir": 1,
          "entryPrice": 1925.245,
          "exitPrice": 1923.278,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 23
        },
        {
          "entryTs": 1695653100,
          "entryUtc": "2023-09-25T14:45:00.000Z",
          "exitTs": 1695710880,
          "dir": -1,
          "entryPrice": 1917.305,
          "exitPrice": 1910.904,
          "stopDistance": 3.201,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 963
        },
        {
          "entryTs": 1695714000,
          "entryUtc": "2023-09-26T07:40:00.000Z",
          "exitTs": 1695715200,
          "dir": -1,
          "entryPrice": 1912.475,
          "exitPrice": 1913.696,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3439,
          "holdMinutes": 20
        },
        {
          "entryTs": 1695715260,
          "entryUtc": "2023-09-26T08:01:00.000Z",
          "exitTs": 1695720600,
          "dir": -1,
          "entryPrice": 1914.405,
          "exitPrice": 1912.031,
          "stopDistance": 1.187,
          "outcome": "target",
          "netR": 1.6883,
          "holdMinutes": 89
        },
        {
          "entryTs": 1695729060,
          "entryUtc": "2023-09-26T11:51:00.000Z",
          "exitTs": 1695731100,
          "dir": 1,
          "entryPrice": 1912.018,
          "exitPrice": 1910.107,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 34
        },
        {
          "entryTs": 1695732900,
          "entryUtc": "2023-09-26T12:55:00.000Z",
          "exitTs": 1695734760,
          "dir": -1,
          "entryPrice": 1910.588,
          "exitPrice": 1905.497,
          "stopDistance": 2.545,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695736800,
          "entryUtc": "2023-09-26T14:00:00.000Z",
          "exitTs": 1695740820,
          "dir": -1,
          "entryPrice": 1907.385,
          "exitPrice": 1901.292,
          "stopDistance": 3.047,
          "outcome": "target",
          "netR": 1.8785,
          "holdMinutes": 67
        },
        {
          "entryTs": 1695742500,
          "entryUtc": "2023-09-26T15:35:00.000Z",
          "exitTs": 1695789000,
          "dir": -1,
          "entryPrice": 1904.225,
          "exitPrice": 1897.319,
          "stopDistance": 3.453,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 775
        },
        {
          "entryTs": 1695794880,
          "entryUtc": "2023-09-27T06:08:00.000Z",
          "exitTs": 1695802920,
          "dir": -1,
          "entryPrice": 1898.358,
          "exitPrice": 1895.199,
          "stopDistance": 1.58,
          "outcome": "target",
          "netR": 1.7658,
          "holdMinutes": 134
        },
        {
          "entryTs": 1695817860,
          "entryUtc": "2023-09-27T12:31:00.000Z",
          "exitTs": 1695822000,
          "dir": -1,
          "entryPrice": 1891.695,
          "exitPrice": 1887.603,
          "stopDistance": 2.046,
          "outcome": "target",
          "netR": 1.8192,
          "holdMinutes": 69
        },
        {
          "entryTs": 1695823200,
          "entryUtc": "2023-09-27T14:00:00.000Z",
          "exitTs": 1695827820,
          "dir": -1,
          "entryPrice": 1887.815,
          "exitPrice": 1882.042,
          "stopDistance": 2.886,
          "outcome": "target",
          "netR": 1.8718,
          "holdMinutes": 77
        },
        {
          "entryTs": 1695865740,
          "entryUtc": "2023-09-28T01:49:00.000Z",
          "exitTs": 1695878400,
          "dir": -1,
          "entryPrice": 1874.298,
          "exitPrice": 1876.429,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 211
        },
        {
          "entryTs": 1695881700,
          "entryUtc": "2023-09-28T06:15:00.000Z",
          "exitTs": 1695882540,
          "dir": 1,
          "entryPrice": 1875.545,
          "exitPrice": 1873.877,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2517,
          "holdMinutes": 14
        },
        {
          "entryTs": 1695884400,
          "entryUtc": "2023-09-28T07:00:00.000Z",
          "exitTs": 1695885360,
          "dir": -1,
          "entryPrice": 1875.175,
          "exitPrice": 1877.025,
          "stopDistance": 1.85,
          "outcome": "stop",
          "netR": -1.2271,
          "holdMinutes": 16
        },
        {
          "entryTs": 1695887520,
          "entryUtc": "2023-09-28T07:52:00.000Z",
          "exitTs": 1695889800,
          "dir": 1,
          "entryPrice": 1876.335,
          "exitPrice": 1874.375,
          "stopDistance": 1.96,
          "outcome": "stop",
          "netR": -1.2143,
          "holdMinutes": 38
        },
        {
          "entryTs": 1695895200,
          "entryUtc": "2023-09-28T10:00:00.000Z",
          "exitTs": 1695905100,
          "dir": 1,
          "entryPrice": 1875.694,
          "exitPrice": 1873.668,
          "stopDistance": 2.026,
          "outcome": "stop",
          "netR": -1.2073,
          "holdMinutes": 165
        },
        {
          "entryTs": 1695906180,
          "entryUtc": "2023-09-28T13:03:00.000Z",
          "exitTs": 1695911460,
          "dir": -1,
          "entryPrice": 1874.485,
          "exitPrice": 1869.325,
          "stopDistance": 2.58,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 88
        },
        {
          "entryTs": 1695915420,
          "entryUtc": "2023-09-28T15:37:00.000Z",
          "exitTs": 1695929340,
          "dir": -1,
          "entryPrice": 1861.865,
          "exitPrice": 1866.304,
          "stopDistance": 4.439,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 232
        },
        {
          "entryTs": 1695974640,
          "entryUtc": "2023-09-29T08:04:00.000Z",
          "exitTs": 1695985680,
          "dir": 1,
          "entryPrice": 1872.745,
          "exitPrice": 1870.578,
          "stopDistance": 2.167,
          "outcome": "stop",
          "netR": -1.1938,
          "holdMinutes": 184
        },
        {
          "entryTs": 1695988740,
          "entryUtc": "2023-09-29T11:59:00.000Z",
          "exitTs": 1695990600,
          "dir": -1,
          "entryPrice": 1869.175,
          "exitPrice": 1871.315,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695994200,
          "entryUtc": "2023-09-29T13:30:00.000Z",
          "exitTs": 1695995280,
          "dir": 1,
          "entryPrice": 1874.605,
          "exitPrice": 1871.176,
          "stopDistance": 3.428,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 18
        },
        {
          "entryTs": 1696226640,
          "entryUtc": "2023-10-02T06:04:00.000Z",
          "exitTs": 1696227900,
          "dir": -1,
          "entryPrice": 1841.145,
          "exitPrice": 1843.016,
          "stopDistance": 1.871,
          "outcome": "stop",
          "netR": -1.2244,
          "holdMinutes": 21
        },
        {
          "entryTs": 1696231020,
          "entryUtc": "2023-10-02T07:17:00.000Z",
          "exitTs": 1696232520,
          "dir": 1,
          "entryPrice": 1843.565,
          "exitPrice": 1841.152,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 25
        },
        {
          "entryTs": 1696233720,
          "entryUtc": "2023-10-02T08:02:00.000Z",
          "exitTs": 1696238580,
          "dir": -1,
          "entryPrice": 1841.075,
          "exitPrice": 1835.797,
          "stopDistance": 2.639,
          "outcome": "target",
          "netR": 1.8598,
          "holdMinutes": 81
        },
        {
          "entryTs": 1696242060,
          "entryUtc": "2023-10-02T10:21:00.000Z",
          "exitTs": 1696249200,
          "dir": -1,
          "entryPrice": 1835.375,
          "exitPrice": 1838.78,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 119
        },
        {
          "entryTs": 1696257180,
          "entryUtc": "2023-10-02T14:33:00.000Z",
          "exitTs": 1696288440,
          "dir": -1,
          "entryPrice": 1831.985,
          "exitPrice": 1822.446,
          "stopDistance": 4.77,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 521
        },
        {
          "entryTs": 1696289640,
          "entryUtc": "2023-10-02T23:34:00.000Z",
          "exitTs": 1696290540,
          "dir": -1,
          "entryPrice": 1823.105,
          "exitPrice": 1825.976,
          "stopDistance": 2.871,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 15
        },
        {
          "entryTs": 1696293540,
          "entryUtc": "2023-10-03T00:39:00.000Z",
          "exitTs": 1696299540,
          "dir": -1,
          "entryPrice": 1824.245,
          "exitPrice": 1818.138,
          "stopDistance": 3.054,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 100
        },
        {
          "entryTs": 1696301100,
          "entryUtc": "2023-10-03T02:45:00.000Z",
          "exitTs": 1696305420,
          "dir": -1,
          "entryPrice": 1817.325,
          "exitPrice": 1820.456,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 72
        },
        {
          "entryTs": 1696318320,
          "entryUtc": "2023-10-03T07:32:00.000Z",
          "exitTs": 1696320060,
          "dir": -1,
          "entryPrice": 1822.045,
          "exitPrice": 1824.924,
          "stopDistance": 2.879,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 29
        },
        {
          "entryTs": 1696322460,
          "entryUtc": "2023-10-03T08:41:00.000Z",
          "exitTs": 1696324200,
          "dir": 1,
          "entryPrice": 1827.118,
          "exitPrice": 1824.092,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 29
        },
        {
          "entryTs": 1696341600,
          "entryUtc": "2023-10-03T14:00:00.000Z",
          "exitTs": 1696341600,
          "dir": 1,
          "entryPrice": 1826.425,
          "exitPrice": 1822.328,
          "stopDistance": 4.097,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 0
        },
        {
          "entryTs": 1696407960,
          "entryUtc": "2023-10-04T08:26:00.000Z",
          "exitTs": 1696418100,
          "dir": 1,
          "entryPrice": 1821.715,
          "exitPrice": 1826.96,
          "stopDistance": 2.623,
          "outcome": "target",
          "netR": 1.8589,
          "holdMinutes": 169
        },
        {
          "entryTs": 1696420920,
          "entryUtc": "2023-10-04T12:02:00.000Z",
          "exitTs": 1696421700,
          "dir": 1,
          "entryPrice": 1824.215,
          "exitPrice": 1829.979,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696431960,
          "entryUtc": "2023-10-04T15:06:00.000Z",
          "exitTs": 1696433220,
          "dir": -1,
          "entryPrice": 1821.764,
          "exitPrice": 1825.884,
          "stopDistance": 4.12,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 21
        },
        {
          "entryTs": 1696434000,
          "entryUtc": "2023-10-04T15:40:00.000Z",
          "exitTs": 1696442520,
          "dir": 1,
          "entryPrice": 1822.705,
          "exitPrice": 1818.072,
          "stopDistance": 4.633,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 142
        },
        {
          "entryTs": 1696498560,
          "entryUtc": "2023-10-05T09:36:00.000Z",
          "exitTs": 1696509420,
          "dir": -1,
          "entryPrice": 1822.705,
          "exitPrice": 1818.778,
          "stopDistance": 1.964,
          "outcome": "target",
          "netR": 1.8116,
          "holdMinutes": 181
        },
        {
          "entryTs": 1696512120,
          "entryUtc": "2023-10-05T13:22:00.000Z",
          "exitTs": 1696512600,
          "dir": -1,
          "entryPrice": 1816.755,
          "exitPrice": 1819.912,
          "stopDistance": 3.157,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696513020,
          "entryUtc": "2023-10-05T13:37:00.000Z",
          "exitTs": 1696520760,
          "dir": -1,
          "entryPrice": 1821.005,
          "exitPrice": 1814.84,
          "stopDistance": 3.082,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 129
        },
        {
          "entryTs": 1696549500,
          "entryUtc": "2023-10-05T23:45:00.000Z",
          "exitTs": 1696552200,
          "dir": 1,
          "entryPrice": 1822.005,
          "exitPrice": 1820.142,
          "stopDistance": 1.863,
          "outcome": "stop",
          "netR": -1.2255,
          "holdMinutes": 45
        },
        {
          "entryTs": 1696575060,
          "entryUtc": "2023-10-06T06:51:00.000Z",
          "exitTs": 1696579020,
          "dir": -1,
          "entryPrice": 1819.775,
          "exitPrice": 1821.322,
          "stopDistance": 1.547,
          "outcome": "stop",
          "netR": -1.2715,
          "holdMinutes": 66
        },
        {
          "entryTs": 1696588200,
          "entryUtc": "2023-10-06T10:30:00.000Z",
          "exitTs": 1696590300,
          "dir": 1,
          "entryPrice": 1823.628,
          "exitPrice": 1821.543,
          "stopDistance": 2.085,
          "outcome": "stop",
          "netR": -1.2014,
          "holdMinutes": 35
        },
        {
          "entryTs": 1696597320,
          "entryUtc": "2023-10-06T13:02:00.000Z",
          "exitTs": 1696597680,
          "dir": -1,
          "entryPrice": 1815.935,
          "exitPrice": 1819.231,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 6
        },
        {
          "entryTs": 1696597920,
          "entryUtc": "2023-10-06T13:12:00.000Z",
          "exitTs": 1696598580,
          "dir": -1,
          "entryPrice": 1819.815,
          "exitPrice": 1822.713,
          "stopDistance": 2.898,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 11
        },
        {
          "entryTs": 1696599960,
          "entryUtc": "2023-10-06T13:46:00.000Z",
          "exitTs": 1696601580,
          "dir": 1,
          "entryPrice": 1817.925,
          "exitPrice": 1826.307,
          "stopDistance": 4.191,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 27
        },
        {
          "entryTs": 1696603920,
          "entryUtc": "2023-10-06T14:52:00.000Z",
          "exitTs": 1696802400,
          "dir": 1,
          "entryPrice": 1824.195,
          "exitPrice": 1834.94,
          "stopDistance": 5.372,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 3308
        },
        {
          "entryTs": 1696831320,
          "entryUtc": "2023-10-09T06:02:00.000Z",
          "exitTs": 1696835820,
          "dir": 1,
          "entryPrice": 1851.138,
          "exitPrice": 1848.021,
          "stopDistance": 3.117,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 75
        },
        {
          "entryTs": 1696862880,
          "entryUtc": "2023-10-09T14:48:00.000Z",
          "exitTs": 1696877760,
          "dir": 1,
          "entryPrice": 1850.075,
          "exitPrice": 1856.961,
          "stopDistance": 3.443,
          "outcome": "target",
          "netR": 1.8925,
          "holdMinutes": 248
        },
        {
          "entryTs": 1696927680,
          "entryUtc": "2023-10-10T08:48:00.000Z",
          "exitTs": 1696936860,
          "dir": -1,
          "entryPrice": 1859.255,
          "exitPrice": 1854.925,
          "stopDistance": 2.165,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 153
        },
        {
          "entryTs": 1696942200,
          "entryUtc": "2023-10-10T12:50:00.000Z",
          "exitTs": 1696950960,
          "dir": -1,
          "entryPrice": 1856.145,
          "exitPrice": 1858.872,
          "stopDistance": 2.727,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 146
        },
        {
          "entryTs": 1696986420,
          "entryUtc": "2023-10-11T01:07:00.000Z",
          "exitTs": 1697003040,
          "dir": 1,
          "entryPrice": 1860.505,
          "exitPrice": 1858.818,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.249,
          "holdMinutes": 277
        },
        {
          "entryTs": 1697005980,
          "entryUtc": "2023-10-11T06:33:00.000Z",
          "exitTs": 1697006520,
          "dir": 1,
          "entryPrice": 1859.818,
          "exitPrice": 1862.969,
          "stopDistance": 1.575,
          "outcome": "target",
          "netR": 1.7651,
          "holdMinutes": 9
        },
        {
          "entryTs": 1697007600,
          "entryUtc": "2023-10-11T07:00:00.000Z",
          "exitTs": 1697010120,
          "dir": 1,
          "entryPrice": 1862.358,
          "exitPrice": 1866.137,
          "stopDistance": 1.889,
          "outcome": "target",
          "netR": 1.8042,
          "holdMinutes": 42
        },
        {
          "entryTs": 1697023320,
          "entryUtc": "2023-10-11T11:22:00.000Z",
          "exitTs": 1697027400,
          "dir": 1,
          "entryPrice": 1872.388,
          "exitPrice": 1869.809,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 68
        },
        {
          "entryTs": 1697041800,
          "entryUtc": "2023-10-11T16:30:00.000Z",
          "exitTs": 1697045640,
          "dir": 1,
          "entryPrice": 1874.715,
          "exitPrice": 1871.081,
          "stopDistance": 3.634,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 64
        },
        {
          "entryTs": 1697076000,
          "entryUtc": "2023-10-12T02:00:00.000Z",
          "exitTs": 1697092740,
          "dir": 1,
          "entryPrice": 1877.225,
          "exitPrice": 1881.016,
          "stopDistance": 1.895,
          "outcome": "target",
          "netR": 1.8048,
          "holdMinutes": 279
        },
        {
          "entryTs": 1697094360,
          "entryUtc": "2023-10-12T07:06:00.000Z",
          "exitTs": 1697097060,
          "dir": 1,
          "entryPrice": 1881.458,
          "exitPrice": 1879.502,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2148,
          "holdMinutes": 45
        },
        {
          "entryTs": 1697131860,
          "entryUtc": "2023-10-12T17:31:00.000Z",
          "exitTs": 1697169960,
          "dir": -1,
          "entryPrice": 1870.565,
          "exitPrice": 1873.931,
          "stopDistance": 3.366,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 635
        },
        {
          "entryTs": 1697202840,
          "entryUtc": "2023-10-13T13:14:00.000Z",
          "exitTs": 1697210940,
          "dir": 1,
          "entryPrice": 1910.095,
          "exitPrice": 1921.692,
          "stopDistance": 5.798,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 135
        },
        {
          "entryTs": 1697409780,
          "entryUtc": "2023-10-15T22:43:00.000Z",
          "exitTs": 1697435580,
          "dir": -1,
          "entryPrice": 1924.934,
          "exitPrice": 1915.831,
          "stopDistance": 4.552,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 430
        },
        {
          "entryTs": 1697440560,
          "entryUtc": "2023-10-16T07:16:00.000Z",
          "exitTs": 1697447880,
          "dir": -1,
          "entryPrice": 1911.275,
          "exitPrice": 1914.508,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 122
        },
        {
          "entryTs": 1697460300,
          "entryUtc": "2023-10-16T12:45:00.000Z",
          "exitTs": 1697506920,
          "dir": 1,
          "entryPrice": 1917.925,
          "exitPrice": 1913.892,
          "stopDistance": 4.033,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 777
        },
        {
          "entryTs": 1697527920,
          "entryUtc": "2023-10-17T07:32:00.000Z",
          "exitTs": 1697537580,
          "dir": 1,
          "entryPrice": 1919.158,
          "exitPrice": 1923.971,
          "stopDistance": 2.406,
          "outcome": "target",
          "netR": 1.8462,
          "holdMinutes": 161
        },
        {
          "entryTs": 1697545800,
          "entryUtc": "2023-10-17T12:30:00.000Z",
          "exitTs": 1697545800,
          "dir": 1,
          "entryPrice": 1921.848,
          "exitPrice": 1919.257,
          "stopDistance": 2.591,
          "outcome": "stop",
          "netR": -1.1621,
          "holdMinutes": 0
        },
        {
          "entryTs": 1697552520,
          "entryUtc": "2023-10-17T14:22:00.000Z",
          "exitTs": 1697564400,
          "dir": 1,
          "entryPrice": 1926.574,
          "exitPrice": 1921.718,
          "stopDistance": 4.856,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 198
        },
        {
          "entryTs": 1697597760,
          "entryUtc": "2023-10-18T02:56:00.000Z",
          "exitTs": 1697621460,
          "dir": 1,
          "entryPrice": 1935.985,
          "exitPrice": 1942.384,
          "stopDistance": 3.199,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 395
        },
        {
          "entryTs": 1697623500,
          "entryUtc": "2023-10-18T10:05:00.000Z",
          "exitTs": 1697631900,
          "dir": 1,
          "entryPrice": 1943.385,
          "exitPrice": 1949.987,
          "stopDistance": 3.301,
          "outcome": "target",
          "netR": 1.8879,
          "holdMinutes": 140
        },
        {
          "entryTs": 1697632800,
          "entryUtc": "2023-10-18T12:40:00.000Z",
          "exitTs": 1697635920,
          "dir": 1,
          "entryPrice": 1946.438,
          "exitPrice": 1952.868,
          "stopDistance": 3.215,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 52
        },
        {
          "entryTs": 1697637660,
          "entryUtc": "2023-10-18T14:01:00.000Z",
          "exitTs": 1697639640,
          "dir": 1,
          "entryPrice": 1956.024,
          "exitPrice": 1951.26,
          "stopDistance": 4.764,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 33
        },
        {
          "entryTs": 1697646060,
          "entryUtc": "2023-10-18T16:21:00.000Z",
          "exitTs": 1697649180,
          "dir": -1,
          "entryPrice": 1947.305,
          "exitPrice": 1953.539,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 52
        },
        {
          "entryTs": 1697649360,
          "entryUtc": "2023-10-18T17:16:00.000Z",
          "exitTs": 1697729940,
          "dir": -1,
          "entryPrice": 1954.095,
          "exitPrice": 1959.364,
          "stopDistance": 5.269,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 1343
        },
        {
          "entryTs": 1697731200,
          "entryUtc": "2023-10-19T16:00:00.000Z",
          "exitTs": 1697735160,
          "dir": 1,
          "entryPrice": 1954.155,
          "exitPrice": 1962.642,
          "stopDistance": 4.244,
          "outcome": "target",
          "netR": 1.9128,
          "holdMinutes": 66
        },
        {
          "entryTs": 1697786160,
          "entryUtc": "2023-10-20T07:16:00.000Z",
          "exitTs": 1697793540,
          "dir": 1,
          "entryPrice": 1978.335,
          "exitPrice": 1985.172,
          "stopDistance": 3.419,
          "outcome": "target",
          "netR": 1.8918,
          "holdMinutes": 123
        },
        {
          "entryTs": 1697806020,
          "entryUtc": "2023-10-20T12:47:00.000Z",
          "exitTs": 1697809560,
          "dir": -1,
          "entryPrice": 1979.655,
          "exitPrice": 1983.173,
          "stopDistance": 3.518,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 59
        },
        {
          "entryTs": 1697811300,
          "entryUtc": "2023-10-20T14:15:00.000Z",
          "exitTs": 1697815560,
          "dir": 1,
          "entryPrice": 1986.975,
          "exitPrice": 1996.714,
          "stopDistance": 4.87,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 71
        },
        {
          "entryTs": 1698013980,
          "entryUtc": "2023-10-22T22:33:00.000Z",
          "exitTs": 1698022020,
          "dir": -1,
          "entryPrice": 1978.115,
          "exitPrice": 1966.734,
          "stopDistance": 5.69,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 134
        },
        {
          "entryTs": 1698025140,
          "entryUtc": "2023-10-23T01:39:00.000Z",
          "exitTs": 1698028560,
          "dir": -1,
          "entryPrice": 1967.565,
          "exitPrice": 1972.598,
          "stopDistance": 5.033,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 57
        },
        {
          "entryTs": 1698054780,
          "entryUtc": "2023-10-23T09:53:00.000Z",
          "exitTs": 1698068100,
          "dir": 1,
          "entryPrice": 1977.385,
          "exitPrice": 1974.045,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 222
        },
        {
          "entryTs": 1698070740,
          "entryUtc": "2023-10-23T14:19:00.000Z",
          "exitTs": 1698113940,
          "dir": -1,
          "entryPrice": 1975.538,
          "exitPrice": 1980.489,
          "stopDistance": 4.951,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 720
        },
        {
          "entryTs": 1698116160,
          "entryUtc": "2023-10-24T02:56:00.000Z",
          "exitTs": 1698126540,
          "dir": 1,
          "entryPrice": 1977.955,
          "exitPrice": 1974.933,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 173
        },
        {
          "entryTs": 1698200100,
          "entryUtc": "2023-10-25T02:15:00.000Z",
          "exitTs": 1698202320,
          "dir": 1,
          "entryPrice": 1975.525,
          "exitPrice": 1973,
          "stopDistance": 2.525,
          "outcome": "stop",
          "netR": -1.1663,
          "holdMinutes": 37
        },
        {
          "entryTs": 1698206400,
          "entryUtc": "2023-10-25T04:00:00.000Z",
          "exitTs": 1698234180,
          "dir": -1,
          "entryPrice": 1973.245,
          "exitPrice": 1975.878,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 463
        },
        {
          "entryTs": 1698242820,
          "entryUtc": "2023-10-25T14:07:00.000Z",
          "exitTs": 1698246180,
          "dir": 1,
          "entryPrice": 1978.875,
          "exitPrice": 1974.617,
          "stopDistance": 4.258,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 56
        },
        {
          "entryTs": 1698249660,
          "entryUtc": "2023-10-25T16:01:00.000Z",
          "exitTs": 1698329580,
          "dir": 1,
          "entryPrice": 1980.738,
          "exitPrice": 1974.272,
          "stopDistance": 6.466,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 1332
        },
        {
          "entryTs": 1698333720,
          "entryUtc": "2023-10-26T15:22:00.000Z",
          "exitTs": 1698341100,
          "dir": 1,
          "entryPrice": 1977.738,
          "exitPrice": 1988.185,
          "stopDistance": 5.224,
          "outcome": "target",
          "netR": 1.9292,
          "holdMinutes": 123
        },
        {
          "entryTs": 1698384660,
          "entryUtc": "2023-10-27T05:31:00.000Z",
          "exitTs": 1698403800,
          "dir": -1,
          "entryPrice": 1987.725,
          "exitPrice": 1983.111,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 319
        },
        {
          "entryTs": 1698407160,
          "entryUtc": "2023-10-27T11:46:00.000Z",
          "exitTs": 1698409260,
          "dir": -1,
          "entryPrice": 1982.508,
          "exitPrice": 1985.133,
          "stopDistance": 2.625,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 35
        },
        {
          "entryTs": 1698432120,
          "entryUtc": "2023-10-27T18:42:00.000Z",
          "exitTs": 1698616800,
          "dir": 1,
          "entryPrice": 2002.568,
          "exitPrice": 2004.604,
          "stopDistance": 5.739,
          "outcome": "time",
          "netR": 0.2903,
          "holdMinutes": 3078
        },
        {
          "entryTs": 1698624480,
          "entryUtc": "2023-10-30T00:08:00.000Z",
          "exitTs": 1698652740,
          "dir": -1,
          "entryPrice": 2004.108,
          "exitPrice": 1993.288,
          "stopDistance": 5.41,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 471
        },
        {
          "entryTs": 1698672600,
          "entryUtc": "2023-10-30T13:30:00.000Z",
          "exitTs": 1698673860,
          "dir": 1,
          "entryPrice": 2000.185,
          "exitPrice": 1996.41,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 21
        },
        {
          "entryTs": 1698674400,
          "entryUtc": "2023-10-30T14:00:00.000Z",
          "exitTs": 1698727260,
          "dir": -1,
          "entryPrice": 1999.425,
          "exitPrice": 1991.318,
          "stopDistance": 4.053,
          "outcome": "target",
          "netR": 1.9087,
          "holdMinutes": 881
        },
        {
          "entryTs": 1698758220,
          "entryUtc": "2023-10-31T13:17:00.000Z",
          "exitTs": 1698760380,
          "dir": -1,
          "entryPrice": 1998.035,
          "exitPrice": 2000.902,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 36
        },
        {
          "entryTs": 1698764100,
          "entryUtc": "2023-10-31T14:55:00.000Z",
          "exitTs": 1698764880,
          "dir": 1,
          "entryPrice": 1999.895,
          "exitPrice": 1995.765,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 13
        },
        {
          "entryTs": 1698766200,
          "entryUtc": "2023-10-31T15:30:00.000Z",
          "exitTs": 1698768600,
          "dir": -1,
          "entryPrice": 1996.685,
          "exitPrice": 1986.959,
          "stopDistance": 4.863,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 40
        },
        {
          "entryTs": 1698770160,
          "entryUtc": "2023-10-31T16:36:00.000Z",
          "exitTs": 1698776460,
          "dir": -1,
          "entryPrice": 1991.475,
          "exitPrice": 1981.086,
          "stopDistance": 5.194,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 105
        },
        {
          "entryTs": 1698779520,
          "entryUtc": "2023-10-31T19:12:00.000Z",
          "exitTs": 1698812040,
          "dir": -1,
          "entryPrice": 1986.265,
          "exitPrice": 1976.037,
          "stopDistance": 5.114,
          "outcome": "target",
          "netR": 1.9277,
          "holdMinutes": 542
        },
        {
          "entryTs": 1698830880,
          "entryUtc": "2023-11-01T09:28:00.000Z",
          "exitTs": 1698841800,
          "dir": 1,
          "entryPrice": 1981.845,
          "exitPrice": 1987.486,
          "stopDistance": 2.82,
          "outcome": "target",
          "netR": 1.8688,
          "holdMinutes": 182
        },
        {
          "entryTs": 1698843660,
          "entryUtc": "2023-11-01T13:01:00.000Z",
          "exitTs": 1698845460,
          "dir": 1,
          "entryPrice": 1985.185,
          "exitPrice": 1982.274,
          "stopDistance": 2.911,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 30
        },
        {
          "entryTs": 1698850320,
          "entryUtc": "2023-11-01T14:52:00.000Z",
          "exitTs": 1698852060,
          "dir": 1,
          "entryPrice": 1987.918,
          "exitPrice": 1984.125,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 29
        },
        {
          "entryTs": 1698854700,
          "entryUtc": "2023-11-01T16:05:00.000Z",
          "exitTs": 1698864240,
          "dir": -1,
          "entryPrice": 1980.155,
          "exitPrice": 1971.512,
          "stopDistance": 4.321,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 159
        },
        {
          "entryTs": 1698865380,
          "entryUtc": "2023-11-01T19:03:00.000Z",
          "exitTs": 1698872160,
          "dir": -1,
          "entryPrice": 1976.835,
          "exitPrice": 1982.217,
          "stopDistance": 5.382,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 113
        },
        {
          "entryTs": 1698906900,
          "entryUtc": "2023-11-02T06:35:00.000Z",
          "exitTs": 1698914340,
          "dir": -1,
          "entryPrice": 1985.315,
          "exitPrice": 1987.575,
          "stopDistance": 2.26,
          "outcome": "stop",
          "netR": -1.1859,
          "holdMinutes": 124
        },
        {
          "entryTs": 1698924240,
          "entryUtc": "2023-11-02T11:24:00.000Z",
          "exitTs": 1698931560,
          "dir": 1,
          "entryPrice": 1987.855,
          "exitPrice": 1985.395,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 122
        },
        {
          "entryTs": 1698940920,
          "entryUtc": "2023-11-02T16:02:00.000Z",
          "exitTs": 1698946260,
          "dir": -1,
          "entryPrice": 1982.315,
          "exitPrice": 1986.241,
          "stopDistance": 3.926,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 89
        },
        {
          "entryTs": 1698981060,
          "entryUtc": "2023-11-03T03:11:00.000Z",
          "exitTs": 1698997560,
          "dir": 1,
          "entryPrice": 1986.405,
          "exitPrice": 1984.649,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 275
        },
        {
          "entryTs": 1699016400,
          "entryUtc": "2023-11-03T13:00:00.000Z",
          "exitTs": 1699017720,
          "dir": 1,
          "entryPrice": 1999.325,
          "exitPrice": 1995.218,
          "stopDistance": 4.107,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 22
        },
        {
          "entryTs": 1699017960,
          "entryUtc": "2023-11-03T13:26:00.000Z",
          "exitTs": 1699018560,
          "dir": 1,
          "entryPrice": 1988.478,
          "exitPrice": 1996.252,
          "stopDistance": 3.887,
          "outcome": "target",
          "netR": 1.9048,
          "holdMinutes": 10
        },
        {
          "entryTs": 1699231020,
          "entryUtc": "2023-11-06T00:37:00.000Z",
          "exitTs": 1699241400,
          "dir": -1,
          "entryPrice": 1989.925,
          "exitPrice": 1983.598,
          "stopDistance": 3.163,
          "outcome": "target",
          "netR": 1.883,
          "holdMinutes": 173
        },
        {
          "entryTs": 1699259640,
          "entryUtc": "2023-11-06T08:34:00.000Z",
          "exitTs": 1699286160,
          "dir": 1,
          "entryPrice": 1985.308,
          "exitPrice": 1982.547,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 442
        },
        {
          "entryTs": 1699337400,
          "entryUtc": "2023-11-07T06:10:00.000Z",
          "exitTs": 1699340400,
          "dir": 1,
          "entryPrice": 1972.685,
          "exitPrice": 1970.867,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 50
        },
        {
          "entryTs": 1699344000,
          "entryUtc": "2023-11-07T08:00:00.000Z",
          "exitTs": 1699347660,
          "dir": -1,
          "entryPrice": 1969.895,
          "exitPrice": 1965.777,
          "stopDistance": 2.059,
          "outcome": "target",
          "netR": 1.8203,
          "holdMinutes": 61
        },
        {
          "entryTs": 1699363800,
          "entryUtc": "2023-11-07T13:30:00.000Z",
          "exitTs": 1699364460,
          "dir": -1,
          "entryPrice": 1960.195,
          "exitPrice": 1963.221,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 11
        },
        {
          "entryTs": 1699368000,
          "entryUtc": "2023-11-07T14:40:00.000Z",
          "exitTs": 1699410120,
          "dir": 1,
          "entryPrice": 1963.205,
          "exitPrice": 1970.279,
          "stopDistance": 3.537,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 702
        },
        {
          "entryTs": 1699410840,
          "entryUtc": "2023-11-08T02:34:00.000Z",
          "exitTs": 1699420500,
          "dir": 1,
          "entryPrice": 1968.915,
          "exitPrice": 1966.916,
          "stopDistance": 1.999,
          "outcome": "stop",
          "netR": -1.2102,
          "holdMinutes": 161
        },
        {
          "entryTs": 1699426680,
          "entryUtc": "2023-11-08T06:58:00.000Z",
          "exitTs": 1699427820,
          "dir": 1,
          "entryPrice": 1967.518,
          "exitPrice": 1965.789,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.2429,
          "holdMinutes": 19
        },
        {
          "entryTs": 1699440600,
          "entryUtc": "2023-11-08T10:50:00.000Z",
          "exitTs": 1699441860,
          "dir": -1,
          "entryPrice": 1961.145,
          "exitPrice": 1963.515,
          "stopDistance": 2.369,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 21
        },
        {
          "entryTs": 1699486440,
          "entryUtc": "2023-11-08T23:34:00.000Z",
          "exitTs": 1699501020,
          "dir": 1,
          "entryPrice": 1950.495,
          "exitPrice": 1947.98,
          "stopDistance": 2.515,
          "outcome": "stop",
          "netR": -1.167,
          "holdMinutes": 243
        },
        {
          "entryTs": 1699518960,
          "entryUtc": "2023-11-09T08:36:00.000Z",
          "exitTs": 1699519440,
          "dir": -1,
          "entryPrice": 1947.025,
          "exitPrice": 1949.176,
          "stopDistance": 2.151,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 8
        },
        {
          "entryTs": 1699521660,
          "entryUtc": "2023-11-09T09:21:00.000Z",
          "exitTs": 1699525680,
          "dir": 1,
          "entryPrice": 1947.765,
          "exitPrice": 1945.389,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 67
        },
        {
          "entryTs": 1699542480,
          "entryUtc": "2023-11-09T15:08:00.000Z",
          "exitTs": 1699544700,
          "dir": 1,
          "entryPrice": 1955.645,
          "exitPrice": 1963.567,
          "stopDistance": 3.961,
          "outcome": "target",
          "netR": 1.9066,
          "holdMinutes": 37
        },
        {
          "entryTs": 1699545780,
          "entryUtc": "2023-11-09T16:03:00.000Z",
          "exitTs": 1699558560,
          "dir": 1,
          "entryPrice": 1961.655,
          "exitPrice": 1957.004,
          "stopDistance": 4.651,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 213
        },
        {
          "entryTs": 1699601880,
          "entryUtc": "2023-11-10T07:38:00.000Z",
          "exitTs": 1699611060,
          "dir": -1,
          "entryPrice": 1955.775,
          "exitPrice": 1951.614,
          "stopDistance": 2.08,
          "outcome": "target",
          "netR": 1.8221,
          "holdMinutes": 153
        },
        {
          "entryTs": 1699618500,
          "entryUtc": "2023-11-10T12:15:00.000Z",
          "exitTs": 1699620180,
          "dir": -1,
          "entryPrice": 1948.735,
          "exitPrice": 1943.548,
          "stopDistance": 2.593,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 28
        },
        {
          "entryTs": 1699855260,
          "entryUtc": "2023-11-13T06:01:00.000Z",
          "exitTs": 1699865160,
          "dir": 1,
          "entryPrice": 1938.508,
          "exitPrice": 1936.157,
          "stopDistance": 2.351,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 165
        },
        {
          "entryTs": 1699881540,
          "entryUtc": "2023-11-13T13:19:00.000Z",
          "exitTs": 1699887600,
          "dir": -1,
          "entryPrice": 1936.395,
          "exitPrice": 1931.625,
          "stopDistance": 2.385,
          "outcome": "target",
          "netR": 1.8449,
          "holdMinutes": 101
        },
        {
          "entryTs": 1699947240,
          "entryUtc": "2023-11-14T07:34:00.000Z",
          "exitTs": 1699968600,
          "dir": 1,
          "entryPrice": 1945.525,
          "exitPrice": 1943.918,
          "stopDistance": 1.607,
          "outcome": "ambiguous",
          "netR": -1.2613,
          "holdMinutes": 356
        },
        {
          "entryTs": 1699977120,
          "entryUtc": "2023-11-14T15:52:00.000Z",
          "exitTs": 1700059920,
          "dir": 1,
          "entryPrice": 1963.995,
          "exitPrice": 1958.315,
          "stopDistance": 5.68,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 1380
        },
        {
          "entryTs": 1700061960,
          "entryUtc": "2023-11-15T15:26:00.000Z",
          "exitTs": 1700063400,
          "dir": -1,
          "entryPrice": 1959.275,
          "exitPrice": 1963.512,
          "stopDistance": 4.237,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 24
        },
        {
          "entryTs": 1700118660,
          "entryUtc": "2023-11-16T07:11:00.000Z",
          "exitTs": 1700136420,
          "dir": 1,
          "entryPrice": 1965.785,
          "exitPrice": 1963.755,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2068,
          "holdMinutes": 296
        },
        {
          "entryTs": 1700137860,
          "entryUtc": "2023-11-16T12:31:00.000Z",
          "exitTs": 1700140860,
          "dir": -1,
          "entryPrice": 1964.195,
          "exitPrice": 1966.252,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 50
        },
        {
          "entryTs": 1700183700,
          "entryUtc": "2023-11-17T01:15:00.000Z",
          "exitTs": 1700211300,
          "dir": 1,
          "entryPrice": 1984.405,
          "exitPrice": 1988.793,
          "stopDistance": 2.194,
          "outcome": "target",
          "netR": 1.8314,
          "holdMinutes": 460
        },
        {
          "entryTs": 1700219340,
          "entryUtc": "2023-11-17T11:09:00.000Z",
          "exitTs": 1700221380,
          "dir": 1,
          "entryPrice": 1990.175,
          "exitPrice": 1987.503,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 34
        },
        {
          "entryTs": 1700229720,
          "entryUtc": "2023-11-17T14:02:00.000Z",
          "exitTs": 1700241000,
          "dir": -1,
          "entryPrice": 1986.125,
          "exitPrice": 1978.709,
          "stopDistance": 3.708,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 188
        },
        {
          "entryTs": 1700440440,
          "entryUtc": "2023-11-20T00:34:00.000Z",
          "exitTs": 1700442000,
          "dir": -1,
          "entryPrice": 1975.055,
          "exitPrice": 1977.589,
          "stopDistance": 2.534,
          "outcome": "stop",
          "netR": -1.1658,
          "holdMinutes": 26
        },
        {
          "entryTs": 1700445840,
          "entryUtc": "2023-11-20T02:04:00.000Z",
          "exitTs": 1700468340,
          "dir": 1,
          "entryPrice": 1980.398,
          "exitPrice": 1977.527,
          "stopDistance": 2.871,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 375
        },
        {
          "entryTs": 1700491500,
          "entryUtc": "2023-11-20T14:45:00.000Z",
          "exitTs": 1700495460,
          "dir": -1,
          "entryPrice": 1969.675,
          "exitPrice": 1973.019,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 66
        },
        {
          "entryTs": 1700505300,
          "entryUtc": "2023-11-20T18:35:00.000Z",
          "exitTs": 1700527680,
          "dir": 1,
          "entryPrice": 1976.845,
          "exitPrice": 1984.357,
          "stopDistance": 3.756,
          "outcome": "target",
          "netR": 1.9015,
          "holdMinutes": 373
        },
        {
          "entryTs": 1700535600,
          "entryUtc": "2023-11-21T03:00:00.000Z",
          "exitTs": 1700556600,
          "dir": 1,
          "entryPrice": 1990.415,
          "exitPrice": 1987.284,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 350
        },
        {
          "entryTs": 1700562060,
          "entryUtc": "2023-11-21T10:21:00.000Z",
          "exitTs": 1700572260,
          "dir": -1,
          "entryPrice": 1988.505,
          "exitPrice": 1991.55,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 170
        },
        {
          "entryTs": 1700574360,
          "entryUtc": "2023-11-21T13:46:00.000Z",
          "exitTs": 1700576760,
          "dir": 1,
          "entryPrice": 1993.775,
          "exitPrice": 2001.184,
          "stopDistance": 3.705,
          "outcome": "target",
          "netR": 1.9001,
          "holdMinutes": 40
        },
        {
          "entryTs": 1700585160,
          "entryUtc": "2023-11-21T16:46:00.000Z",
          "exitTs": 1700640540,
          "dir": -1,
          "entryPrice": 2001.355,
          "exitPrice": 2005.78,
          "stopDistance": 4.425,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 923
        },
        {
          "entryTs": 1700644020,
          "entryUtc": "2023-11-22T09:07:00.000Z",
          "exitTs": 1700665740,
          "dir": -1,
          "entryPrice": 2000.945,
          "exitPrice": 1995.297,
          "stopDistance": 2.824,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 362
        },
        {
          "entryTs": 1700667780,
          "entryUtc": "2023-11-22T15:43:00.000Z",
          "exitTs": 1700757780,
          "dir": -1,
          "entryPrice": 1994.995,
          "exitPrice": 1991.045,
          "stopDistance": 4.169,
          "outcome": "time",
          "netR": 0.8587,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1700782200,
          "entryUtc": "2023-11-23T23:30:00.000Z",
          "exitTs": 1700790060,
          "dir": 1,
          "entryPrice": 1993.585,
          "exitPrice": 1991.814,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2372,
          "holdMinutes": 131
        },
        {
          "entryTs": 1700790420,
          "entryUtc": "2023-11-24T01:47:00.000Z",
          "exitTs": 1700820300,
          "dir": -1,
          "entryPrice": 1993.325,
          "exitPrice": 1995.167,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 498
        },
        {
          "entryTs": 1700839860,
          "entryUtc": "2023-11-24T15:31:00.000Z",
          "exitTs": 1701039600,
          "dir": 1,
          "entryPrice": 1998.905,
          "exitPrice": 2001.775,
          "stopDistance": 2.711,
          "outcome": "time",
          "netR": 0.922,
          "holdMinutes": 3329
        },
        {
          "entryTs": 1701049740,
          "entryUtc": "2023-11-27T01:49:00.000Z",
          "exitTs": 1701051600,
          "dir": 1,
          "entryPrice": 2012.055,
          "exitPrice": 2007.858,
          "stopDistance": 4.197,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 31
        },
        {
          "entryTs": 1701082800,
          "entryUtc": "2023-11-27T11:00:00.000Z",
          "exitTs": 1701092460,
          "dir": 1,
          "entryPrice": 2014.108,
          "exitPrice": 2011.394,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 161
        },
        {
          "entryTs": 1701109320,
          "entryUtc": "2023-11-27T18:22:00.000Z",
          "exitTs": 1701129000,
          "dir": -1,
          "entryPrice": 2011.305,
          "exitPrice": 2015.089,
          "stopDistance": 3.784,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 328
        },
        {
          "entryTs": 1701134220,
          "entryUtc": "2023-11-28T01:17:00.000Z",
          "exitTs": 1701157500,
          "dir": 1,
          "entryPrice": 2015.355,
          "exitPrice": 2013.332,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 388
        },
        {
          "entryTs": 1701164400,
          "entryUtc": "2023-11-28T09:40:00.000Z",
          "exitTs": 1701177240,
          "dir": 1,
          "entryPrice": 2014.705,
          "exitPrice": 2012.44,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 214
        },
        {
          "entryTs": 1701222480,
          "entryUtc": "2023-11-29T01:48:00.000Z",
          "exitTs": 1701229800,
          "dir": 1,
          "entryPrice": 2046.755,
          "exitPrice": 2043.452,
          "stopDistance": 3.303,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 122
        },
        {
          "entryTs": 1701244800,
          "entryUtc": "2023-11-29T08:00:00.000Z",
          "exitTs": 1701250440,
          "dir": -1,
          "entryPrice": 2042.675,
          "exitPrice": 2037.053,
          "stopDistance": 2.811,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 94
        },
        {
          "entryTs": 1701256380,
          "entryUtc": "2023-11-29T11:13:00.000Z",
          "exitTs": 1701264000,
          "dir": -1,
          "entryPrice": 2039.275,
          "exitPrice": 2042.477,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 127
        },
        {
          "entryTs": 1701270540,
          "entryUtc": "2023-11-29T15:09:00.000Z",
          "exitTs": 1701272040,
          "dir": 1,
          "entryPrice": 2042.655,
          "exitPrice": 2039.024,
          "stopDistance": 3.631,
          "outcome": "stop",
          "netR": -1.1157,
          "holdMinutes": 25
        },
        {
          "entryTs": 1701340800,
          "entryUtc": "2023-11-30T10:40:00.000Z",
          "exitTs": 1701351000,
          "dir": -1,
          "entryPrice": 2040.085,
          "exitPrice": 2042.891,
          "stopDistance": 2.806,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 170
        },
        {
          "entryTs": 1701426060,
          "entryUtc": "2023-12-01T10:21:00.000Z",
          "exitTs": 1701428880,
          "dir": 1,
          "entryPrice": 2044.758,
          "exitPrice": 2042.22,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 47
        },
        {
          "entryTs": 1701436680,
          "entryUtc": "2023-12-01T13:18:00.000Z",
          "exitTs": 1701441420,
          "dir": -1,
          "entryPrice": 2037.135,
          "exitPrice": 2040.147,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 79
        },
        {
          "entryTs": 1701457440,
          "entryUtc": "2023-12-01T19:04:00.000Z",
          "exitTs": 1701644400,
          "dir": 1,
          "entryPrice": 2071.015,
          "exitPrice": 2072.504,
          "stopDistance": 5.758,
          "outcome": "time",
          "netR": 0.1943,
          "holdMinutes": 3116
        },
        {
          "entryTs": 1701648240,
          "entryUtc": "2023-12-04T00:04:00.000Z",
          "exitTs": 1701650820,
          "dir": 1,
          "entryPrice": 2108.133,
          "exitPrice": 2094.217,
          "stopDistance": 13.916,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 43
        },
        {
          "entryTs": 1701677880,
          "entryUtc": "2023-12-04T08:18:00.000Z",
          "exitTs": 1701682140,
          "dir": -1,
          "entryPrice": 2064.365,
          "exitPrice": 2072.538,
          "stopDistance": 8.173,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 71
        },
        {
          "entryTs": 1701701700,
          "entryUtc": "2023-12-04T14:55:00.000Z",
          "exitTs": 1701703380,
          "dir": -1,
          "entryPrice": 2050.385,
          "exitPrice": 2035.862,
          "stopDistance": 7.261,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 28
        },
        {
          "entryTs": 1701756900,
          "entryUtc": "2023-12-05T06:15:00.000Z",
          "exitTs": 1701764340,
          "dir": -1,
          "entryPrice": 2033.795,
          "exitPrice": 2037.631,
          "stopDistance": 3.836,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 124
        },
        {
          "entryTs": 1701765600,
          "entryUtc": "2023-12-05T08:40:00.000Z",
          "exitTs": 1701767040,
          "dir": 1,
          "entryPrice": 2035.795,
          "exitPrice": 2032.004,
          "stopDistance": 3.791,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 24
        },
        {
          "entryTs": 1701776880,
          "entryUtc": "2023-12-05T11:48:00.000Z",
          "exitTs": 1701782880,
          "dir": -1,
          "entryPrice": 2024.465,
          "exitPrice": 2028.893,
          "stopDistance": 4.428,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 100
        },
        {
          "entryTs": 1701792120,
          "entryUtc": "2023-12-05T16:02:00.000Z",
          "exitTs": 1701834780,
          "dir": -1,
          "entryPrice": 2016.875,
          "exitPrice": 2023.733,
          "stopDistance": 6.858,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 711
        },
        {
          "entryTs": 1701851460,
          "entryUtc": "2023-12-06T08:31:00.000Z",
          "exitTs": 1701852240,
          "dir": 1,
          "entryPrice": 2030.665,
          "exitPrice": 2027.486,
          "stopDistance": 3.179,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 13
        },
        {
          "entryTs": 1701853320,
          "entryUtc": "2023-12-06T09:02:00.000Z",
          "exitTs": 1701868740,
          "dir": -1,
          "entryPrice": 2027.188,
          "exitPrice": 2030.886,
          "stopDistance": 3.698,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 257
        },
        {
          "entryTs": 1701872340,
          "entryUtc": "2023-12-06T14:19:00.000Z",
          "exitTs": 1701874800,
          "dir": 1,
          "entryPrice": 2028.375,
          "exitPrice": 2024.332,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 41
        },
        {
          "entryTs": 1701875700,
          "entryUtc": "2023-12-06T15:15:00.000Z",
          "exitTs": 1701877620,
          "dir": -1,
          "entryPrice": 2026.318,
          "exitPrice": 2031.008,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 32
        },
        {
          "entryTs": 1701930360,
          "entryUtc": "2023-12-07T06:26:00.000Z",
          "exitTs": 1701932580,
          "dir": -1,
          "entryPrice": 2027.805,
          "exitPrice": 2030.431,
          "stopDistance": 2.626,
          "outcome": "stop",
          "netR": -1.1599,
          "holdMinutes": 37
        },
        {
          "entryTs": 1701957660,
          "entryUtc": "2023-12-07T14:01:00.000Z",
          "exitTs": 1701958440,
          "dir": 1,
          "entryPrice": 2036.755,
          "exitPrice": 2032.948,
          "stopDistance": 3.807,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 13
        },
        {
          "entryTs": 1701959460,
          "entryUtc": "2023-12-07T14:31:00.000Z",
          "exitTs": 1701960300,
          "dir": -1,
          "entryPrice": 2033.895,
          "exitPrice": 2025.649,
          "stopDistance": 4.123,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 14
        },
        {
          "entryTs": 1701962400,
          "entryUtc": "2023-12-07T15:20:00.000Z",
          "exitTs": 1702001820,
          "dir": -1,
          "entryPrice": 2028.735,
          "exitPrice": 2033.423,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 657
        },
        {
          "entryTs": 1702047000,
          "entryUtc": "2023-12-08T14:50:00.000Z",
          "exitTs": 1702055100,
          "dir": -1,
          "entryPrice": 2009.345,
          "exitPrice": 1997.488,
          "stopDistance": 5.929,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 135
        },
        {
          "entryTs": 1702056780,
          "entryUtc": "2023-12-08T17:33:00.000Z",
          "exitTs": 1702072200,
          "dir": -1,
          "entryPrice": 1997.885,
          "exitPrice": 2004.17,
          "stopDistance": 6.285,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 257
        },
        {
          "entryTs": 1702251180,
          "entryUtc": "2023-12-10T23:33:00.000Z",
          "exitTs": 1702259580,
          "dir": 1,
          "entryPrice": 2005.475,
          "exitPrice": 2002.09,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 140
        },
        {
          "entryTs": 1702282800,
          "entryUtc": "2023-12-11T08:20:00.000Z",
          "exitTs": 1702305120,
          "dir": -1,
          "entryPrice": 1995.365,
          "exitPrice": 1988.493,
          "stopDistance": 3.436,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 372
        },
        {
          "entryTs": 1702309560,
          "entryUtc": "2023-12-11T15:46:00.000Z",
          "exitTs": 1702341300,
          "dir": -1,
          "entryPrice": 1983.475,
          "exitPrice": 1987.58,
          "stopDistance": 4.105,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 529
        },
        {
          "entryTs": 1702376760,
          "entryUtc": "2023-12-12T10:26:00.000Z",
          "exitTs": 1702386300,
          "dir": -1,
          "entryPrice": 1986.675,
          "exitPrice": 1989.105,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 159
        },
        {
          "entryTs": 1702389840,
          "entryUtc": "2023-12-12T14:04:00.000Z",
          "exitTs": 1702402740,
          "dir": -1,
          "entryPrice": 1986.525,
          "exitPrice": 1978.004,
          "stopDistance": 4.26,
          "outcome": "target",
          "netR": 1.9132,
          "holdMinutes": 215
        },
        {
          "entryTs": 1702435380,
          "entryUtc": "2023-12-13T02:43:00.000Z",
          "exitTs": 1702448580,
          "dir": -1,
          "entryPrice": 1978.625,
          "exitPrice": 1974.537,
          "stopDistance": 2.044,
          "outcome": "target",
          "netR": 1.819,
          "holdMinutes": 220
        },
        {
          "entryTs": 1702451220,
          "entryUtc": "2023-12-13T07:07:00.000Z",
          "exitTs": 1702452540,
          "dir": -1,
          "entryPrice": 1975.745,
          "exitPrice": 1977.888,
          "stopDistance": 2.143,
          "outcome": "stop",
          "netR": -1.196,
          "holdMinutes": 22
        },
        {
          "entryTs": 1702482180,
          "entryUtc": "2023-12-13T15:43:00.000Z",
          "exitTs": 1702494000,
          "dir": -1,
          "entryPrice": 1980.795,
          "exitPrice": 1984.226,
          "stopDistance": 3.431,
          "outcome": "stop",
          "netR": -1.1224,
          "holdMinutes": 197
        },
        {
          "entryTs": 1702517820,
          "entryUtc": "2023-12-14T01:37:00.000Z",
          "exitTs": 1702542540,
          "dir": -1,
          "entryPrice": 2033.035,
          "exitPrice": 2039.455,
          "stopDistance": 6.42,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 412
        },
        {
          "entryTs": 1702543500,
          "entryUtc": "2023-12-14T08:45:00.000Z",
          "exitTs": 1702560180,
          "dir": 1,
          "entryPrice": 2036.365,
          "exitPrice": 2031.702,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 278
        },
        {
          "entryTs": 1702561500,
          "entryUtc": "2023-12-14T13:45:00.000Z",
          "exitTs": 1702562460,
          "dir": -1,
          "entryPrice": 2033.925,
          "exitPrice": 2038.595,
          "stopDistance": 4.67,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 16
        },
        {
          "entryTs": 1702567800,
          "entryUtc": "2023-12-14T15:30:00.000Z",
          "exitTs": 1702575720,
          "dir": 1,
          "entryPrice": 2041.928,
          "exitPrice": 2036.105,
          "stopDistance": 5.823,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 132
        },
        {
          "entryTs": 1702608660,
          "entryUtc": "2023-12-15T02:51:00.000Z",
          "exitTs": 1702630920,
          "dir": 1,
          "entryPrice": 2035.628,
          "exitPrice": 2041.813,
          "stopDistance": 3.092,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 371
        },
        {
          "entryTs": 1702632600,
          "entryUtc": "2023-12-15T09:30:00.000Z",
          "exitTs": 1702647180,
          "dir": 1,
          "entryPrice": 2041.555,
          "exitPrice": 2038.562,
          "stopDistance": 2.993,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 243
        },
        {
          "entryTs": 1702648860,
          "entryUtc": "2023-12-15T14:01:00.000Z",
          "exitTs": 1702653300,
          "dir": -1,
          "entryPrice": 2033.245,
          "exitPrice": 2038.158,
          "stopDistance": 4.913,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 74
        },
        {
          "entryTs": 1702863000,
          "entryUtc": "2023-12-18T01:30:00.000Z",
          "exitTs": 1702921680,
          "dir": 1,
          "entryPrice": 2021.405,
          "exitPrice": 2028.355,
          "stopDistance": 3.475,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 978
        },
        {
          "entryTs": 1702923300,
          "entryUtc": "2023-12-18T18:15:00.000Z",
          "exitTs": 1702952400,
          "dir": 1,
          "entryPrice": 2027.755,
          "exitPrice": 2023.459,
          "stopDistance": 4.296,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 485
        },
        {
          "entryTs": 1702955700,
          "entryUtc": "2023-12-19T03:15:00.000Z",
          "exitTs": 1702974600,
          "dir": -1,
          "entryPrice": 2025.155,
          "exitPrice": 2027.439,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 315
        },
        {
          "entryTs": 1702989000,
          "entryUtc": "2023-12-19T12:30:00.000Z",
          "exitTs": 1702991820,
          "dir": 1,
          "entryPrice": 2027.715,
          "exitPrice": 2031.995,
          "stopDistance": 2.14,
          "outcome": "target",
          "netR": 1.8271,
          "holdMinutes": 47
        },
        {
          "entryTs": 1702996200,
          "entryUtc": "2023-12-19T14:30:00.000Z",
          "exitTs": 1702996920,
          "dir": 1,
          "entryPrice": 2030.635,
          "exitPrice": 2036.146,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 12
        },
        {
          "entryTs": 1703000520,
          "entryUtc": "2023-12-19T15:42:00.000Z",
          "exitTs": 1703009580,
          "dir": 1,
          "entryPrice": 2040.675,
          "exitPrice": 2036.921,
          "stopDistance": 3.754,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 151
        },
        {
          "entryTs": 1703010840,
          "entryUtc": "2023-12-19T18:34:00.000Z",
          "exitTs": 1703052840,
          "dir": -1,
          "entryPrice": 2038.445,
          "exitPrice": 2042.215,
          "stopDistance": 3.77,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 700
        },
        {
          "entryTs": 1703058900,
          "entryUtc": "2023-12-20T07:55:00.000Z",
          "exitTs": 1703060040,
          "dir": 1,
          "entryPrice": 2041.735,
          "exitPrice": 2039.894,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 19
        },
        {
          "entryTs": 1703061000,
          "entryUtc": "2023-12-20T08:30:00.000Z",
          "exitTs": 1703068020,
          "dir": -1,
          "entryPrice": 2041.115,
          "exitPrice": 2037.035,
          "stopDistance": 2.04,
          "outcome": "target",
          "netR": 1.8186,
          "holdMinutes": 117
        },
        {
          "entryTs": 1703069160,
          "entryUtc": "2023-12-20T10:46:00.000Z",
          "exitTs": 1703071320,
          "dir": -1,
          "entryPrice": 2036.925,
          "exitPrice": 2032.623,
          "stopDistance": 2.151,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 36
        },
        {
          "entryTs": 1703073900,
          "entryUtc": "2023-12-20T12:05:00.000Z",
          "exitTs": 1703079600,
          "dir": -1,
          "entryPrice": 2035.305,
          "exitPrice": 2030.272,
          "stopDistance": 2.516,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 95
        },
        {
          "entryTs": 1703079900,
          "entryUtc": "2023-12-20T13:45:00.000Z",
          "exitTs": 1703080800,
          "dir": -1,
          "entryPrice": 2033.425,
          "exitPrice": 2036.446,
          "stopDistance": 3.021,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 15
        },
        {
          "entryTs": 1703082120,
          "entryUtc": "2023-12-20T14:22:00.000Z",
          "exitTs": 1703085180,
          "dir": 1,
          "entryPrice": 2035.948,
          "exitPrice": 2032.524,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 51
        },
        {
          "entryTs": 1703086500,
          "entryUtc": "2023-12-20T15:35:00.000Z",
          "exitTs": 1703162280,
          "dir": -1,
          "entryPrice": 2034.645,
          "exitPrice": 2038.991,
          "stopDistance": 4.346,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 1263
        },
        {
          "entryTs": 1703163600,
          "entryUtc": "2023-12-21T13:00:00.000Z",
          "exitTs": 1703165160,
          "dir": 1,
          "entryPrice": 2037.478,
          "exitPrice": 2035.171,
          "stopDistance": 2.307,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 26
        },
        {
          "entryTs": 1703165400,
          "entryUtc": "2023-12-21T13:30:00.000Z",
          "exitTs": 1703165400,
          "dir": -1,
          "entryPrice": 2037.398,
          "exitPrice": 2032.37,
          "stopDistance": 2.514,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 0
        },
        {
          "entryTs": 1703167200,
          "entryUtc": "2023-12-21T14:00:00.000Z",
          "exitTs": 1703167740,
          "dir": 1,
          "entryPrice": 2040.998,
          "exitPrice": 2037.215,
          "stopDistance": 3.783,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 9
        },
        {
          "entryTs": 1703172900,
          "entryUtc": "2023-12-21T15:35:00.000Z",
          "exitTs": 1703199600,
          "dir": -1,
          "entryPrice": 2041.435,
          "exitPrice": 2046.223,
          "stopDistance": 4.787,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 445
        },
        {
          "entryTs": 1703203620,
          "entryUtc": "2023-12-22T00:07:00.000Z",
          "exitTs": 1703204160,
          "dir": 1,
          "entryPrice": 2051.475,
          "exitPrice": 2048.027,
          "stopDistance": 3.448,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 9
        },
        {
          "entryTs": 1703204220,
          "entryUtc": "2023-12-22T00:17:00.000Z",
          "exitTs": 1703237760,
          "dir": 1,
          "entryPrice": 2047.915,
          "exitPrice": 2053.85,
          "stopDistance": 2.967,
          "outcome": "target",
          "netR": 1.8753,
          "holdMinutes": 559
        },
        {
          "entryTs": 1703245800,
          "entryUtc": "2023-12-22T11:50:00.000Z",
          "exitTs": 1703248680,
          "dir": 1,
          "entryPrice": 2059.575,
          "exitPrice": 2065.349,
          "stopDistance": 2.887,
          "outcome": "target",
          "netR": 1.8718,
          "holdMinutes": 48
        },
        {
          "entryTs": 1703249160,
          "entryUtc": "2023-12-22T12:46:00.000Z",
          "exitTs": 1703249820,
          "dir": 1,
          "entryPrice": 2063.635,
          "exitPrice": 2060.199,
          "stopDistance": 3.436,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 11
        },
        {
          "entryTs": 1703250900,
          "entryUtc": "2023-12-22T13:15:00.000Z",
          "exitTs": 1703252880,
          "dir": -1,
          "entryPrice": 2062.495,
          "exitPrice": 2066.466,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 33
        },
        {
          "entryTs": 1703254500,
          "entryUtc": "2023-12-22T14:15:00.000Z",
          "exitTs": 1703259600,
          "dir": 1,
          "entryPrice": 2066.808,
          "exitPrice": 2062.074,
          "stopDistance": 4.734,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 85
        },
        {
          "entryTs": 1703265360,
          "entryUtc": "2023-12-22T17:16:00.000Z",
          "exitTs": 1703545200,
          "dir": -1,
          "entryPrice": 2054.025,
          "exitPrice": 2052.975,
          "stopDistance": 5.343,
          "outcome": "time",
          "netR": 0.1272,
          "holdMinutes": 4664
        },
        {
          "entryTs": 1703549220,
          "entryUtc": "2023-12-26T00:07:00.000Z",
          "exitTs": 1703555280,
          "dir": 1,
          "entryPrice": 2053.798,
          "exitPrice": 2060.06,
          "stopDistance": 3.131,
          "outcome": "target",
          "netR": 1.8818,
          "holdMinutes": 101
        },
        {
          "entryTs": 1703570400,
          "entryUtc": "2023-12-26T06:00:00.000Z",
          "exitTs": 1703572740,
          "dir": -1,
          "entryPrice": 2062.715,
          "exitPrice": 2064.763,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 39
        },
        {
          "entryTs": 1703600100,
          "entryUtc": "2023-12-26T14:15:00.000Z",
          "exitTs": 1703601600,
          "dir": -1,
          "entryPrice": 2060.345,
          "exitPrice": 2056.092,
          "stopDistance": 2.127,
          "outcome": "target",
          "netR": 1.826,
          "holdMinutes": 25
        },
        {
          "entryTs": 1703602980,
          "entryUtc": "2023-12-26T15:03:00.000Z",
          "exitTs": 1703619360,
          "dir": -1,
          "entryPrice": 2057.725,
          "exitPrice": 2060.642,
          "stopDistance": 2.917,
          "outcome": "stop",
          "netR": -1.144,
          "holdMinutes": 273
        },
        {
          "entryTs": 1703626320,
          "entryUtc": "2023-12-26T21:32:00.000Z",
          "exitTs": 1703635980,
          "dir": 1,
          "entryPrice": 2066.715,
          "exitPrice": 2064.087,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 161
        },
        {
          "entryTs": 1703637120,
          "entryUtc": "2023-12-27T00:32:00.000Z",
          "exitTs": 1703664480,
          "dir": -1,
          "entryPrice": 2065.455,
          "exitPrice": 2067.81,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 456
        },
        {
          "entryTs": 1703665860,
          "entryUtc": "2023-12-27T08:31:00.000Z",
          "exitTs": 1703672880,
          "dir": 1,
          "entryPrice": 2066.585,
          "exitPrice": 2064.565,
          "stopDistance": 2.02,
          "outcome": "stop",
          "netR": -1.2079,
          "holdMinutes": 117
        },
        {
          "entryTs": 1703674200,
          "entryUtc": "2023-12-27T10:50:00.000Z",
          "exitTs": 1703675820,
          "dir": -1,
          "entryPrice": 2064.355,
          "exitPrice": 2066.674,
          "stopDistance": 2.319,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 27
        },
        {
          "entryTs": 1703682900,
          "entryUtc": "2023-12-27T13:15:00.000Z",
          "exitTs": 1703687700,
          "dir": -1,
          "entryPrice": 2068.215,
          "exitPrice": 2070.891,
          "stopDistance": 2.676,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 80
        },
        {
          "entryTs": 1703705760,
          "entryUtc": "2023-12-27T19:36:00.000Z",
          "exitTs": 1703726760,
          "dir": -1,
          "entryPrice": 2078.635,
          "exitPrice": 2082.592,
          "stopDistance": 3.957,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 350
        },
        {
          "entryTs": 1703731080,
          "entryUtc": "2023-12-28T02:38:00.000Z",
          "exitTs": 1703751180,
          "dir": 1,
          "entryPrice": 2085.685,
          "exitPrice": 2082.859,
          "stopDistance": 2.826,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 335
        },
        {
          "entryTs": 1703755980,
          "entryUtc": "2023-12-28T09:33:00.000Z",
          "exitTs": 1703758200,
          "dir": -1,
          "entryPrice": 2075.715,
          "exitPrice": 2079.125,
          "stopDistance": 3.41,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 37
        },
        {
          "entryTs": 1703772960,
          "entryUtc": "2023-12-28T14:16:00.000Z",
          "exitTs": 1703775660,
          "dir": -1,
          "entryPrice": 2075.395,
          "exitPrice": 2079.344,
          "stopDistance": 3.949,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 45
        },
        {
          "entryTs": 1703776500,
          "entryUtc": "2023-12-28T15:15:00.000Z",
          "exitTs": 1703779800,
          "dir": 1,
          "entryPrice": 2078.245,
          "exitPrice": 2074.06,
          "stopDistance": 4.185,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 55
        },
        {
          "entryTs": 1703831160,
          "entryUtc": "2023-12-29T06:26:00.000Z",
          "exitTs": 1703840160,
          "dir": 1,
          "entryPrice": 2071.655,
          "exitPrice": 2069.525,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 150
        },
        {
          "entryTs": 1703846760,
          "entryUtc": "2023-12-29T10:46:00.000Z",
          "exitTs": 1703847720,
          "dir": -1,
          "entryPrice": 2063.748,
          "exitPrice": 2066.391,
          "stopDistance": 2.642,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 16
        },
        {
          "entryTs": 1703859300,
          "entryUtc": "2023-12-29T14:15:00.000Z",
          "exitTs": 1703863980,
          "dir": -1,
          "entryPrice": 2061.675,
          "exitPrice": 2065.262,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 78
        },
        {
          "entryTs": 1703875320,
          "entryUtc": "2023-12-29T18:42:00.000Z",
          "exitTs": 1704150000,
          "dir": -1,
          "entryPrice": 2064.695,
          "exitPrice": 2064.235,
          "stopDistance": 4.152,
          "outcome": "time",
          "netR": 0.0217,
          "holdMinutes": 4578
        },
        {
          "entryTs": 1704151800,
          "entryUtc": "2024-01-01T23:30:00.000Z",
          "exitTs": 1704172320,
          "dir": 1,
          "entryPrice": 2065.045,
          "exitPrice": 2070.861,
          "stopDistance": 2.908,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 342
        },
        {
          "entryTs": 1704182820,
          "entryUtc": "2024-01-02T08:07:00.000Z",
          "exitTs": 1704188340,
          "dir": 1,
          "entryPrice": 2072.865,
          "exitPrice": 2078.337,
          "stopDistance": 2.736,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 92
        },
        {
          "entryTs": 1704189780,
          "entryUtc": "2024-01-02T10:03:00.000Z",
          "exitTs": 1704190740,
          "dir": 1,
          "entryPrice": 2076.685,
          "exitPrice": 2073.552,
          "stopDistance": 3.133,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 16
        },
        {
          "entryTs": 1704202380,
          "entryUtc": "2024-01-02T13:33:00.000Z",
          "exitTs": 1704206520,
          "dir": -1,
          "entryPrice": 2070.245,
          "exitPrice": 2062.964,
          "stopDistance": 3.64,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 69
        },
        {
          "entryTs": 1704211200,
          "entryUtc": "2024-01-02T16:00:00.000Z",
          "exitTs": 1704211740,
          "dir": -1,
          "entryPrice": 2059.635,
          "exitPrice": 2065.196,
          "stopDistance": 5.561,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 9
        },
        {
          "entryTs": 1704213000,
          "entryUtc": "2024-01-02T16:30:00.000Z",
          "exitTs": 1704228540,
          "dir": 1,
          "entryPrice": 2064.615,
          "exitPrice": 2058.734,
          "stopDistance": 5.881,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 259
        },
        {
          "entryTs": 1704267720,
          "entryUtc": "2024-01-03T07:42:00.000Z",
          "exitTs": 1704273240,
          "dir": -1,
          "entryPrice": 2062.438,
          "exitPrice": 2058.07,
          "stopDistance": 2.184,
          "outcome": "target",
          "netR": 1.8306,
          "holdMinutes": 92
        },
        {
          "entryTs": 1704276060,
          "entryUtc": "2024-01-03T10:01:00.000Z",
          "exitTs": 1704281580,
          "dir": -1,
          "entryPrice": 2056.848,
          "exitPrice": 2050.772,
          "stopDistance": 3.038,
          "outcome": "target",
          "netR": 1.8782,
          "holdMinutes": 92
        },
        {
          "entryTs": 1704285900,
          "entryUtc": "2024-01-03T12:45:00.000Z",
          "exitTs": 1704290760,
          "dir": -1,
          "entryPrice": 2046.195,
          "exitPrice": 2037.968,
          "stopDistance": 4.113,
          "outcome": "target",
          "netR": 1.91,
          "holdMinutes": 81
        },
        {
          "entryTs": 1704293400,
          "entryUtc": "2024-01-03T14:50:00.000Z",
          "exitTs": 1704294000,
          "dir": -1,
          "entryPrice": 2037.488,
          "exitPrice": 2042.344,
          "stopDistance": 4.856,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 10
        },
        {
          "entryTs": 1704294120,
          "entryUtc": "2024-01-03T15:02:00.000Z",
          "exitTs": 1704295320,
          "dir": -1,
          "entryPrice": 2044.865,
          "exitPrice": 2035.739,
          "stopDistance": 4.563,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 20
        },
        {
          "entryTs": 1704297840,
          "entryUtc": "2024-01-03T16:04:00.000Z",
          "exitTs": 1704310260,
          "dir": -1,
          "entryPrice": 2035.125,
          "exitPrice": 2041.731,
          "stopDistance": 6.606,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 207
        },
        {
          "entryTs": 1704350700,
          "entryUtc": "2024-01-04T06:45:00.000Z",
          "exitTs": 1704374460,
          "dir": 1,
          "entryPrice": 2045.668,
          "exitPrice": 2043.052,
          "stopDistance": 2.616,
          "outcome": "stop",
          "netR": -1.1605,
          "holdMinutes": 396
        },
        {
          "entryTs": 1704378060,
          "entryUtc": "2024-01-04T14:21:00.000Z",
          "exitTs": 1704382080,
          "dir": -1,
          "entryPrice": 2041.875,
          "exitPrice": 2045.385,
          "stopDistance": 3.51,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 67
        },
        {
          "entryTs": 1704388680,
          "entryUtc": "2024-01-04T17:18:00.000Z",
          "exitTs": 1704448680,
          "dir": 1,
          "entryPrice": 2042.665,
          "exitPrice": 2038.327,
          "stopDistance": 4.338,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 1000
        },
        {
          "entryTs": 1704452040,
          "entryUtc": "2024-01-05T10:54:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2039.205,
          "exitPrice": 2034.008,
          "stopDistance": 2.598,
          "outcome": "target",
          "netR": 1.8576,
          "holdMinutes": 156
        },
        {
          "entryTs": 1704462780,
          "entryUtc": "2024-01-05T13:53:00.000Z",
          "exitTs": 1704463260,
          "dir": -1,
          "entryPrice": 2038.985,
          "exitPrice": 2042.991,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 8
        },
        {
          "entryTs": 1704469680,
          "entryUtc": "2024-01-05T15:48:00.000Z",
          "exitTs": 1704473220,
          "dir": 1,
          "entryPrice": 2057.495,
          "exitPrice": 2049.68,
          "stopDistance": 7.815,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 59
        },
        {
          "entryTs": 1704693600,
          "entryUtc": "2024-01-08T06:00:00.000Z",
          "exitTs": 1704712680,
          "dir": -1,
          "entryPrice": 2030.815,
          "exitPrice": 2023.98,
          "stopDistance": 3.417,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 318
        },
        {
          "entryTs": 1704718500,
          "entryUtc": "2024-01-08T12:55:00.000Z",
          "exitTs": 1704726000,
          "dir": -1,
          "entryPrice": 2023.135,
          "exitPrice": 2027.216,
          "stopDistance": 4.081,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 125
        },
        {
          "entryTs": 1704745860,
          "entryUtc": "2024-01-08T20:31:00.000Z",
          "exitTs": 1704757560,
          "dir": -1,
          "entryPrice": 2027.225,
          "exitPrice": 2030.527,
          "stopDistance": 3.302,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 195
        },
        {
          "entryTs": 1704763380,
          "entryUtc": "2024-01-09T01:23:00.000Z",
          "exitTs": 1704787200,
          "dir": 1,
          "entryPrice": 2032.485,
          "exitPrice": 2037.603,
          "stopDistance": 2.559,
          "outcome": "target",
          "netR": 1.8554,
          "holdMinutes": 397
        },
        {
          "entryTs": 1704789240,
          "entryUtc": "2024-01-09T08:34:00.000Z",
          "exitTs": 1704793560,
          "dir": -1,
          "entryPrice": 2032.975,
          "exitPrice": 2036.407,
          "stopDistance": 3.432,
          "outcome": "stop",
          "netR": -1.1224,
          "holdMinutes": 72
        },
        {
          "entryTs": 1704810540,
          "entryUtc": "2024-01-09T14:29:00.000Z",
          "exitTs": 1704815640,
          "dir": 1,
          "entryPrice": 2036.285,
          "exitPrice": 2032.202,
          "stopDistance": 4.083,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 85
        },
        {
          "entryTs": 1704817380,
          "entryUtc": "2024-01-09T16:23:00.000Z",
          "exitTs": 1704874020,
          "dir": -1,
          "entryPrice": 2028.765,
          "exitPrice": 2032.986,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 944
        },
        {
          "entryTs": 1704875880,
          "entryUtc": "2024-01-10T08:38:00.000Z",
          "exitTs": 1704881040,
          "dir": 1,
          "entryPrice": 2032.765,
          "exitPrice": 2039.141,
          "stopDistance": 3.188,
          "outcome": "target",
          "netR": 1.8839,
          "holdMinutes": 86
        },
        {
          "entryTs": 1704892440,
          "entryUtc": "2024-01-10T13:14:00.000Z",
          "exitTs": 1704897960,
          "dir": -1,
          "entryPrice": 2032.675,
          "exitPrice": 2026.939,
          "stopDistance": 2.868,
          "outcome": "target",
          "netR": 1.871,
          "holdMinutes": 92
        },
        {
          "entryTs": 1704942780,
          "entryUtc": "2024-01-11T03:13:00.000Z",
          "exitTs": 1704952080,
          "dir": 1,
          "entryPrice": 2028.765,
          "exitPrice": 2033.795,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 155
        },
        {
          "entryTs": 1704961800,
          "entryUtc": "2024-01-11T08:30:00.000Z",
          "exitTs": 1704979380,
          "dir": -1,
          "entryPrice": 2033.525,
          "exitPrice": 2035.939,
          "stopDistance": 2.414,
          "outcome": "stop",
          "netR": -1.174,
          "holdMinutes": 293
        },
        {
          "entryTs": 1704983700,
          "entryUtc": "2024-01-11T14:35:00.000Z",
          "exitTs": 1704990180,
          "dir": -1,
          "entryPrice": 2033.144,
          "exitPrice": 2023.172,
          "stopDistance": 4.986,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 108
        },
        {
          "entryTs": 1704991620,
          "entryUtc": "2024-01-11T16:47:00.000Z",
          "exitTs": 1705002060,
          "dir": -1,
          "entryPrice": 2018.375,
          "exitPrice": 2025.067,
          "stopDistance": 6.692,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 174
        },
        {
          "entryTs": 1705015800,
          "entryUtc": "2024-01-11T23:30:00.000Z",
          "exitTs": 1705056180,
          "dir": 1,
          "entryPrice": 2032.858,
          "exitPrice": 2041.981,
          "stopDistance": 4.561,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 673
        },
        {
          "entryTs": 1705059900,
          "entryUtc": "2024-01-12T11:45:00.000Z",
          "exitTs": 1705061280,
          "dir": 1,
          "entryPrice": 2044.785,
          "exitPrice": 2050.916,
          "stopDistance": 3.066,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 23
        },
        {
          "entryTs": 1705064340,
          "entryUtc": "2024-01-12T12:59:00.000Z",
          "exitTs": 1705066260,
          "dir": 1,
          "entryPrice": 2047.658,
          "exitPrice": 2054.991,
          "stopDistance": 3.667,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 32
        },
        {
          "entryTs": 1705074120,
          "entryUtc": "2024-01-12T15:42:00.000Z",
          "exitTs": 1705078680,
          "dir": 1,
          "entryPrice": 2052.755,
          "exitPrice": 2048.297,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 76
        },
        {
          "entryTs": 1705292940,
          "entryUtc": "2024-01-15T04:29:00.000Z",
          "exitTs": 1705330920,
          "dir": 1,
          "entryPrice": 2053.845,
          "exitPrice": 2050.98,
          "stopDistance": 2.865,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 633
        },
        {
          "entryTs": 1705368720,
          "entryUtc": "2024-01-16T01:32:00.000Z",
          "exitTs": 1705376580,
          "dir": -1,
          "entryPrice": 2052.735,
          "exitPrice": 2048.571,
          "stopDistance": 2.082,
          "outcome": "target",
          "netR": 1.8223,
          "holdMinutes": 131
        },
        {
          "entryTs": 1705379340,
          "entryUtc": "2024-01-16T04:29:00.000Z",
          "exitTs": 1705394100,
          "dir": -1,
          "entryPrice": 2049.775,
          "exitPrice": 2045.351,
          "stopDistance": 2.212,
          "outcome": "target",
          "netR": 1.8327,
          "holdMinutes": 246
        },
        {
          "entryTs": 1705397520,
          "entryUtc": "2024-01-16T09:32:00.000Z",
          "exitTs": 1705410840,
          "dir": -1,
          "entryPrice": 2040.985,
          "exitPrice": 2034.665,
          "stopDistance": 3.16,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 222
        },
        {
          "entryTs": 1705411800,
          "entryUtc": "2024-01-16T13:30:00.000Z",
          "exitTs": 1705411920,
          "dir": -1,
          "entryPrice": 2033.578,
          "exitPrice": 2037.484,
          "stopDistance": 3.906,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 2
        },
        {
          "entryTs": 1705416660,
          "entryUtc": "2024-01-16T14:51:00.000Z",
          "exitTs": 1705424760,
          "dir": 1,
          "entryPrice": 2036.925,
          "exitPrice": 2031.581,
          "stopDistance": 5.344,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 135
        },
        {
          "entryTs": 1705426680,
          "entryUtc": "2024-01-16T17:38:00.000Z",
          "exitTs": 1705500660,
          "dir": -1,
          "entryPrice": 2028.575,
          "exitPrice": 2016.682,
          "stopDistance": 5.946,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 1233
        },
        {
          "entryTs": 1705562820,
          "entryUtc": "2024-01-18T07:27:00.000Z",
          "exitTs": 1705568520,
          "dir": 1,
          "entryPrice": 2011.005,
          "exitPrice": 2008.432,
          "stopDistance": 2.573,
          "outcome": "stop",
          "netR": -1.1632,
          "holdMinutes": 95
        },
        {
          "entryTs": 1705571460,
          "entryUtc": "2024-01-18T09:51:00.000Z",
          "exitTs": 1705581000,
          "dir": 1,
          "entryPrice": 2011.328,
          "exitPrice": 2016.955,
          "stopDistance": 2.814,
          "outcome": "target",
          "netR": 1.8685,
          "holdMinutes": 159
        },
        {
          "entryTs": 1705581180,
          "entryUtc": "2024-01-18T12:33:00.000Z",
          "exitTs": 1705584240,
          "dir": 1,
          "entryPrice": 2014.775,
          "exitPrice": 2011.94,
          "stopDistance": 2.835,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 51
        },
        {
          "entryTs": 1705605480,
          "entryUtc": "2024-01-18T19:18:00.000Z",
          "exitTs": 1705648860,
          "dir": 1,
          "entryPrice": 2018.235,
          "exitPrice": 2025.487,
          "stopDistance": 3.626,
          "outcome": "target",
          "netR": 1.898,
          "holdMinutes": 723
        },
        {
          "entryTs": 1705651200,
          "entryUtc": "2024-01-19T08:00:00.000Z",
          "exitTs": 1705665780,
          "dir": 1,
          "entryPrice": 2027.795,
          "exitPrice": 2032.298,
          "stopDistance": 2.251,
          "outcome": "target",
          "netR": 1.8356,
          "holdMinutes": 243
        },
        {
          "entryTs": 1705674060,
          "entryUtc": "2024-01-19T14:21:00.000Z",
          "exitTs": 1705674660,
          "dir": 1,
          "entryPrice": 2032.225,
          "exitPrice": 2029.851,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 10
        },
        {
          "entryTs": 1705676400,
          "entryUtc": "2024-01-19T15:00:00.000Z",
          "exitTs": 1705878000,
          "dir": -1,
          "entryPrice": 2029.825,
          "exitPrice": 2028.815,
          "stopDistance": 3.594,
          "outcome": "time",
          "netR": 0.1781,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1705884540,
          "entryUtc": "2024-01-22T00:49:00.000Z",
          "exitTs": 1705885680,
          "dir": -1,
          "entryPrice": 2028.455,
          "exitPrice": 2030.922,
          "stopDistance": 2.467,
          "outcome": "stop",
          "netR": -1.1703,
          "holdMinutes": 19
        },
        {
          "entryTs": 1705887060,
          "entryUtc": "2024-01-22T01:31:00.000Z",
          "exitTs": 1705893300,
          "dir": 1,
          "entryPrice": 2029.828,
          "exitPrice": 2027.286,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 104
        },
        {
          "entryTs": 1705975080,
          "entryUtc": "2024-01-23T01:58:00.000Z",
          "exitTs": 1705977420,
          "dir": -1,
          "entryPrice": 2021.585,
          "exitPrice": 2023.51,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 39
        },
        {
          "entryTs": 1705983720,
          "entryUtc": "2024-01-23T04:22:00.000Z",
          "exitTs": 1705989480,
          "dir": 1,
          "entryPrice": 2026.955,
          "exitPrice": 2031.565,
          "stopDistance": 2.305,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 96
        },
        {
          "entryTs": 1705990200,
          "entryUtc": "2024-01-23T06:10:00.000Z",
          "exitTs": 1705992960,
          "dir": 1,
          "entryPrice": 2029.175,
          "exitPrice": 2033.745,
          "stopDistance": 2.285,
          "outcome": "target",
          "netR": 1.8381,
          "holdMinutes": 46
        },
        {
          "entryTs": 1705994280,
          "entryUtc": "2024-01-23T07:18:00.000Z",
          "exitTs": 1705994400,
          "dir": 1,
          "entryPrice": 2033.115,
          "exitPrice": 2030.039,
          "stopDistance": 3.076,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 2
        },
        {
          "entryTs": 1706084280,
          "entryUtc": "2024-01-24T08:18:00.000Z",
          "exitTs": 1706089200,
          "dir": 1,
          "entryPrice": 2028.618,
          "exitPrice": 2034.039,
          "stopDistance": 2.71,
          "outcome": "target",
          "netR": 1.8635,
          "holdMinutes": 82
        },
        {
          "entryTs": 1706089620,
          "entryUtc": "2024-01-24T09:47:00.000Z",
          "exitTs": 1706107140,
          "dir": 1,
          "entryPrice": 2031.555,
          "exitPrice": 2028.513,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 292
        },
        {
          "entryTs": 1706141220,
          "entryUtc": "2024-01-25T00:07:00.000Z",
          "exitTs": 1706189400,
          "dir": 1,
          "entryPrice": 2015.598,
          "exitPrice": 2012.422,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 803
        },
        {
          "entryTs": 1706261400,
          "entryUtc": "2024-01-26T09:30:00.000Z",
          "exitTs": 1706262540,
          "dir": -1,
          "entryPrice": 2019.775,
          "exitPrice": 2022.028,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 19
        },
        {
          "entryTs": 1706283180,
          "entryUtc": "2024-01-26T15:33:00.000Z",
          "exitTs": 1706482800,
          "dir": -1,
          "entryPrice": 2018.535,
          "exitPrice": 2022.298,
          "stopDistance": 3.763,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 3327
        },
        {
          "entryTs": 1706484960,
          "entryUtc": "2024-01-28T23:36:00.000Z",
          "exitTs": 1706487960,
          "dir": 1,
          "entryPrice": 2023.425,
          "exitPrice": 2020.265,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 50
        },
        {
          "entryTs": 1706490300,
          "entryUtc": "2024-01-29T01:05:00.000Z",
          "exitTs": 1706502600,
          "dir": -1,
          "entryPrice": 2023.375,
          "exitPrice": 2026.762,
          "stopDistance": 3.387,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 205
        },
        {
          "entryTs": 1706519280,
          "entryUtc": "2024-01-29T09:08:00.000Z",
          "exitTs": 1706522340,
          "dir": 1,
          "entryPrice": 2030.535,
          "exitPrice": 2028.127,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 51
        },
        {
          "entryTs": 1706537820,
          "entryUtc": "2024-01-29T14:17:00.000Z",
          "exitTs": 1706538600,
          "dir": 1,
          "entryPrice": 2035.085,
          "exitPrice": 2032.158,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 13
        },
        {
          "entryTs": 1706540880,
          "entryUtc": "2024-01-29T15:08:00.000Z",
          "exitTs": 1706548800,
          "dir": -1,
          "entryPrice": 2024.725,
          "exitPrice": 2028.618,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 132
        },
        {
          "entryTs": 1706570460,
          "entryUtc": "2024-01-29T23:21:00.000Z",
          "exitTs": 1706600100,
          "dir": 1,
          "entryPrice": 2030.805,
          "exitPrice": 2037.674,
          "stopDistance": 3.435,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 494
        },
        {
          "entryTs": 1706601600,
          "entryUtc": "2024-01-30T08:00:00.000Z",
          "exitTs": 1706608440,
          "dir": 1,
          "entryPrice": 2037.735,
          "exitPrice": 2035.327,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 114
        },
        {
          "entryTs": 1706615340,
          "entryUtc": "2024-01-30T11:49:00.000Z",
          "exitTs": 1706617260,
          "dir": -1,
          "entryPrice": 2033.565,
          "exitPrice": 2036.039,
          "stopDistance": 2.474,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 32
        },
        {
          "entryTs": 1706626260,
          "entryUtc": "2024-01-30T14:51:00.000Z",
          "exitTs": 1706626800,
          "dir": 1,
          "entryPrice": 2045.528,
          "exitPrice": 2041.842,
          "stopDistance": 3.686,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 9
        },
        {
          "entryTs": 1706630160,
          "entryUtc": "2024-01-30T15:56:00.000Z",
          "exitTs": 1706660460,
          "dir": -1,
          "entryPrice": 2033.405,
          "exitPrice": 2038.523,
          "stopDistance": 5.118,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 505
        },
        {
          "entryTs": 1706681700,
          "entryUtc": "2024-01-31T06:15:00.000Z",
          "exitTs": 1706683200,
          "dir": 1,
          "entryPrice": 2034.965,
          "exitPrice": 2033.528,
          "stopDistance": 1.437,
          "outcome": "stop",
          "netR": -1.2922,
          "holdMinutes": 25
        },
        {
          "entryTs": 1706687040,
          "entryUtc": "2024-01-31T07:44:00.000Z",
          "exitTs": 1706690460,
          "dir": 1,
          "entryPrice": 2036.425,
          "exitPrice": 2039.717,
          "stopDistance": 1.646,
          "outcome": "target",
          "netR": 1.7752,
          "holdMinutes": 57
        },
        {
          "entryTs": 1706692080,
          "entryUtc": "2024-01-31T09:08:00.000Z",
          "exitTs": 1706706300,
          "dir": 1,
          "entryPrice": 2038.415,
          "exitPrice": 2036.379,
          "stopDistance": 2.036,
          "outcome": "stop",
          "netR": -1.2063,
          "holdMinutes": 237
        },
        {
          "entryTs": 1706717040,
          "entryUtc": "2024-01-31T16:04:00.000Z",
          "exitTs": 1706727000,
          "dir": 1,
          "entryPrice": 2049.735,
          "exitPrice": 2045.968,
          "stopDistance": 3.767,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 166
        },
        {
          "entryTs": 1706735940,
          "entryUtc": "2024-01-31T21:19:00.000Z",
          "exitTs": 1706753400,
          "dir": -1,
          "entryPrice": 2038.415,
          "exitPrice": 2045.357,
          "stopDistance": 6.942,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 291
        },
        {
          "entryTs": 1706757180,
          "entryUtc": "2024-02-01T03:13:00.000Z",
          "exitTs": 1706773320,
          "dir": 1,
          "entryPrice": 2045.915,
          "exitPrice": 2041.793,
          "stopDistance": 4.122,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 269
        },
        {
          "entryTs": 1706786400,
          "entryUtc": "2024-02-01T11:20:00.000Z",
          "exitTs": 1706794380,
          "dir": -1,
          "entryPrice": 2032.355,
          "exitPrice": 2035.752,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 133
        },
        {
          "entryTs": 1706799600,
          "entryUtc": "2024-02-01T15:00:00.000Z",
          "exitTs": 1706800440,
          "dir": 1,
          "entryPrice": 2039.645,
          "exitPrice": 2048.463,
          "stopDistance": 4.409,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706809200,
          "entryUtc": "2024-02-01T17:40:00.000Z",
          "exitTs": 1706880600,
          "dir": 1,
          "entryPrice": 2056.455,
          "exitPrice": 2050.288,
          "stopDistance": 6.167,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 1190
        },
        {
          "entryTs": 1706883300,
          "entryUtc": "2024-02-02T14:15:00.000Z",
          "exitTs": 1706892660,
          "dir": -1,
          "entryPrice": 2031.925,
          "exitPrice": 2037.258,
          "stopDistance": 5.333,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 156
        },
        {
          "entryTs": 1707097320,
          "entryUtc": "2024-02-05T01:42:00.000Z",
          "exitTs": 1707103380,
          "dir": -1,
          "entryPrice": 2037.625,
          "exitPrice": 2031.233,
          "stopDistance": 3.196,
          "outcome": "target",
          "netR": 1.8842,
          "holdMinutes": 101
        },
        {
          "entryTs": 1707144300,
          "entryUtc": "2024-02-05T14:45:00.000Z",
          "exitTs": 1707144360,
          "dir": -1,
          "entryPrice": 2019.255,
          "exitPrice": 2022.409,
          "stopDistance": 3.154,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 1
        },
        {
          "entryTs": 1707190260,
          "entryUtc": "2024-02-06T03:31:00.000Z",
          "exitTs": 1707195600,
          "dir": -1,
          "entryPrice": 2024.445,
          "exitPrice": 2026.417,
          "stopDistance": 1.972,
          "outcome": "stop",
          "netR": -1.213,
          "holdMinutes": 89
        },
        {
          "entryTs": 1707199260,
          "entryUtc": "2024-02-06T06:01:00.000Z",
          "exitTs": 1707201000,
          "dir": 1,
          "entryPrice": 2028.745,
          "exitPrice": 2026.867,
          "stopDistance": 1.878,
          "outcome": "stop",
          "netR": -1.2237,
          "holdMinutes": 29
        },
        {
          "entryTs": 1707203220,
          "entryUtc": "2024-02-06T07:07:00.000Z",
          "exitTs": 1707208380,
          "dir": -1,
          "entryPrice": 2028.395,
          "exitPrice": 2024.457,
          "stopDistance": 1.969,
          "outcome": "target",
          "netR": 1.8121,
          "holdMinutes": 86
        },
        {
          "entryTs": 1707291960,
          "entryUtc": "2024-02-07T07:46:00.000Z",
          "exitTs": 1707293820,
          "dir": 1,
          "entryPrice": 2035.048,
          "exitPrice": 2033.559,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.282,
          "holdMinutes": 31
        },
        {
          "entryTs": 1707295500,
          "entryUtc": "2024-02-07T08:45:00.000Z",
          "exitTs": 1707298380,
          "dir": -1,
          "entryPrice": 2032.945,
          "exitPrice": 2034.634,
          "stopDistance": 1.689,
          "outcome": "stop",
          "netR": -1.2486,
          "holdMinutes": 48
        },
        {
          "entryTs": 1707309660,
          "entryUtc": "2024-02-07T12:41:00.000Z",
          "exitTs": 1707312120,
          "dir": -1,
          "entryPrice": 2032.865,
          "exitPrice": 2034.723,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.2261,
          "holdMinutes": 41
        },
        {
          "entryTs": 1707313680,
          "entryUtc": "2024-02-07T13:48:00.000Z",
          "exitTs": 1707316980,
          "dir": 1,
          "entryPrice": 2034.135,
          "exitPrice": 2038.659,
          "stopDistance": 2.262,
          "outcome": "target",
          "netR": 1.8364,
          "holdMinutes": 55
        },
        {
          "entryTs": 1707318240,
          "entryUtc": "2024-02-07T15:04:00.000Z",
          "exitTs": 1707318960,
          "dir": 1,
          "entryPrice": 2040.105,
          "exitPrice": 2036.482,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 12
        },
        {
          "entryTs": 1707319800,
          "entryUtc": "2024-02-07T15:30:00.000Z",
          "exitTs": 1707368220,
          "dir": -1,
          "entryPrice": 2039.635,
          "exitPrice": 2031.632,
          "stopDistance": 4.001,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 807
        },
        {
          "entryTs": 1707384120,
          "entryUtc": "2024-02-08T09:22:00.000Z",
          "exitTs": 1707386160,
          "dir": 1,
          "entryPrice": 2030.535,
          "exitPrice": 2034.623,
          "stopDistance": 2.044,
          "outcome": "target",
          "netR": 1.819,
          "holdMinutes": 34
        },
        {
          "entryTs": 1707387300,
          "entryUtc": "2024-02-08T10:15:00.000Z",
          "exitTs": 1707390780,
          "dir": 1,
          "entryPrice": 2035.095,
          "exitPrice": 2032.683,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 58
        },
        {
          "entryTs": 1707401700,
          "entryUtc": "2024-02-08T14:15:00.000Z",
          "exitTs": 1707402360,
          "dir": -1,
          "entryPrice": 2023.455,
          "exitPrice": 2026.795,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707402660,
          "entryUtc": "2024-02-08T14:31:00.000Z",
          "exitTs": 1707402840,
          "dir": -1,
          "entryPrice": 2029.998,
          "exitPrice": 2032.993,
          "stopDistance": 2.995,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 3
        },
        {
          "entryTs": 1707403980,
          "entryUtc": "2024-02-08T14:53:00.000Z",
          "exitTs": 1707485580,
          "dir": 1,
          "entryPrice": 2028.325,
          "exitPrice": 2036.663,
          "stopDistance": 4.169,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 1360
        },
        {
          "entryTs": 1707694260,
          "entryUtc": "2024-02-11T23:31:00.000Z",
          "exitTs": 1707704580,
          "dir": 1,
          "entryPrice": 2024.974,
          "exitPrice": 2022.644,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 172
        },
        {
          "entryTs": 1707727560,
          "entryUtc": "2024-02-12T08:46:00.000Z",
          "exitTs": 1707728460,
          "dir": 1,
          "entryPrice": 2024.828,
          "exitPrice": 2023.252,
          "stopDistance": 1.576,
          "outcome": "stop",
          "netR": -1.2666,
          "holdMinutes": 15
        },
        {
          "entryTs": 1707744600,
          "entryUtc": "2024-02-12T13:30:00.000Z",
          "exitTs": 1707745680,
          "dir": 1,
          "entryPrice": 2023.005,
          "exitPrice": 2020.544,
          "stopDistance": 2.461,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 18
        },
        {
          "entryTs": 1707749100,
          "entryUtc": "2024-02-12T14:45:00.000Z",
          "exitTs": 1707803520,
          "dir": -1,
          "entryPrice": 2018.035,
          "exitPrice": 2021.522,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 907
        },
        {
          "entryTs": 1707825000,
          "entryUtc": "2024-02-13T11:50:00.000Z",
          "exitTs": 1707831000,
          "dir": 1,
          "entryPrice": 2027.745,
          "exitPrice": 2026.006,
          "stopDistance": 1.739,
          "outcome": "ambiguous",
          "netR": -1.2416,
          "holdMinutes": 100
        },
        {
          "entryTs": 1707833820,
          "entryUtc": "2024-02-13T14:17:00.000Z",
          "exitTs": 1707835920,
          "dir": -1,
          "entryPrice": 2004.305,
          "exitPrice": 1994.445,
          "stopDistance": 4.93,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 35
        },
        {
          "entryTs": 1707842340,
          "entryUtc": "2024-02-13T16:39:00.000Z",
          "exitTs": 1707899460,
          "dir": -1,
          "entryPrice": 1997.545,
          "exitPrice": 1986.529,
          "stopDistance": 5.508,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 952
        },
        {
          "entryTs": 1707900180,
          "entryUtc": "2024-02-14T08:43:00.000Z",
          "exitTs": 1707904080,
          "dir": -1,
          "entryPrice": 1988.698,
          "exitPrice": 1990.821,
          "stopDistance": 2.123,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 65
        },
        {
          "entryTs": 1707970500,
          "entryUtc": "2024-02-15T04:15:00.000Z",
          "exitTs": 1707982080,
          "dir": -1,
          "entryPrice": 1991.605,
          "exitPrice": 1993.35,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2407,
          "holdMinutes": 193
        },
        {
          "entryTs": 1707985860,
          "entryUtc": "2024-02-15T08:31:00.000Z",
          "exitTs": 1708001280,
          "dir": 1,
          "entryPrice": 1995.045,
          "exitPrice": 1998.569,
          "stopDistance": 1.762,
          "outcome": "target",
          "netR": 1.79,
          "holdMinutes": 257
        },
        {
          "entryTs": 1708011480,
          "entryUtc": "2024-02-15T15:38:00.000Z",
          "exitTs": 1708080120,
          "dir": 1,
          "entryPrice": 2001.095,
          "exitPrice": 2006.915,
          "stopDistance": 2.91,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 1144
        },
        {
          "entryTs": 1708081320,
          "entryUtc": "2024-02-16T11:02:00.000Z",
          "exitTs": 1708090200,
          "dir": 1,
          "entryPrice": 2006.405,
          "exitPrice": 2004.742,
          "stopDistance": 1.663,
          "outcome": "stop",
          "netR": -1.2526,
          "holdMinutes": 148
        },
        {
          "entryTs": 1708096380,
          "entryUtc": "2024-02-16T15:13:00.000Z",
          "exitTs": 1708097760,
          "dir": -1,
          "entryPrice": 2004.385,
          "exitPrice": 2007.582,
          "stopDistance": 3.197,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 23
        },
        {
          "entryTs": 1708340460,
          "entryUtc": "2024-02-19T11:01:00.000Z",
          "exitTs": 1708357800,
          "dir": -1,
          "entryPrice": 2019.065,
          "exitPrice": 2015.324,
          "stopDistance": 1.87,
          "outcome": "target",
          "netR": 1.8022,
          "holdMinutes": 289
        },
        {
          "entryTs": 1708394100,
          "entryUtc": "2024-02-20T01:55:00.000Z",
          "exitTs": 1708411980,
          "dir": 1,
          "entryPrice": 2016.925,
          "exitPrice": 2020.595,
          "stopDistance": 1.835,
          "outcome": "target",
          "netR": 1.7984,
          "holdMinutes": 298
        },
        {
          "entryTs": 1708415100,
          "entryUtc": "2024-02-20T07:45:00.000Z",
          "exitTs": 1708422240,
          "dir": 1,
          "entryPrice": 2021.318,
          "exitPrice": 2024.914,
          "stopDistance": 1.798,
          "outcome": "target",
          "netR": 1.7942,
          "holdMinutes": 119
        },
        {
          "entryTs": 1708426500,
          "entryUtc": "2024-02-20T10:55:00.000Z",
          "exitTs": 1708435860,
          "dir": 1,
          "entryPrice": 2025.775,
          "exitPrice": 2029.983,
          "stopDistance": 2.104,
          "outcome": "target",
          "netR": 1.8241,
          "holdMinutes": 156
        },
        {
          "entryTs": 1708437600,
          "entryUtc": "2024-02-20T14:00:00.000Z",
          "exitTs": 1708439700,
          "dir": 1,
          "entryPrice": 2029.405,
          "exitPrice": 2027.136,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 35
        },
        {
          "entryTs": 1708441200,
          "entryUtc": "2024-02-20T15:00:00.000Z",
          "exitTs": 1708489200,
          "dir": -1,
          "entryPrice": 2028.298,
          "exitPrice": 2031.117,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 800
        },
        {
          "entryTs": 1708501620,
          "entryUtc": "2024-02-21T07:47:00.000Z",
          "exitTs": 1708521060,
          "dir": -1,
          "entryPrice": 2029.085,
          "exitPrice": 2030.83,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2407,
          "holdMinutes": 324
        },
        {
          "entryTs": 1708532400,
          "entryUtc": "2024-02-21T16:20:00.000Z",
          "exitTs": 1708565220,
          "dir": -1,
          "entryPrice": 2024.845,
          "exitPrice": 2027.757,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 547
        },
        {
          "entryTs": 1708585380,
          "entryUtc": "2024-02-22T07:03:00.000Z",
          "exitTs": 1708588200,
          "dir": -1,
          "entryPrice": 2029.315,
          "exitPrice": 2031.106,
          "stopDistance": 1.791,
          "outcome": "stop",
          "netR": -1.2345,
          "holdMinutes": 47
        },
        {
          "entryTs": 1708590780,
          "entryUtc": "2024-02-22T08:33:00.000Z",
          "exitTs": 1708593780,
          "dir": 1,
          "entryPrice": 2032.475,
          "exitPrice": 2030.368,
          "stopDistance": 2.107,
          "outcome": "stop",
          "netR": -1.1993,
          "holdMinutes": 50
        },
        {
          "entryTs": 1708595400,
          "entryUtc": "2024-02-22T09:50:00.000Z",
          "exitTs": 1708608000,
          "dir": -1,
          "entryPrice": 2030.555,
          "exitPrice": 2025.544,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 210
        },
        {
          "entryTs": 1708650000,
          "entryUtc": "2024-02-23T01:00:00.000Z",
          "exitTs": 1708652640,
          "dir": -1,
          "entryPrice": 2024.748,
          "exitPrice": 2026.852,
          "stopDistance": 2.104,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 44
        },
        {
          "entryTs": 1708670700,
          "entryUtc": "2024-02-23T06:45:00.000Z",
          "exitTs": 1708671420,
          "dir": -1,
          "entryPrice": 2019.805,
          "exitPrice": 2021.755,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2153,
          "holdMinutes": 12
        },
        {
          "entryTs": 1708679220,
          "entryUtc": "2024-02-23T09:07:00.000Z",
          "exitTs": 1708685160,
          "dir": -1,
          "entryPrice": 2019.545,
          "exitPrice": 2021.781,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1878,
          "holdMinutes": 99
        },
        {
          "entryTs": 1708693260,
          "entryUtc": "2024-02-23T13:01:00.000Z",
          "exitTs": 1708696620,
          "dir": 1,
          "entryPrice": 2026.955,
          "exitPrice": 2024.384,
          "stopDistance": 2.571,
          "outcome": "stop",
          "netR": -1.1633,
          "holdMinutes": 56
        },
        {
          "entryTs": 1708709220,
          "entryUtc": "2024-02-23T17:27:00.000Z",
          "exitTs": 1708902000,
          "dir": 1,
          "entryPrice": 2036.828,
          "exitPrice": 2033.227,
          "stopDistance": 3.601,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 3213
        },
        {
          "entryTs": 1708912680,
          "entryUtc": "2024-02-26T01:58:00.000Z",
          "exitTs": 1708935900,
          "dir": 1,
          "entryPrice": 2031.398,
          "exitPrice": 2035.996,
          "stopDistance": 2.299,
          "outcome": "target",
          "netR": 1.8391,
          "holdMinutes": 387
        },
        {
          "entryTs": 1708943460,
          "entryUtc": "2024-02-26T10:31:00.000Z",
          "exitTs": 1708945260,
          "dir": 1,
          "entryPrice": 2033.525,
          "exitPrice": 2031.272,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 30
        },
        {
          "entryTs": 1708962840,
          "entryUtc": "2024-02-26T15:54:00.000Z",
          "exitTs": 1708979160,
          "dir": -1,
          "entryPrice": 2029.855,
          "exitPrice": 2032.701,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 272
        },
        {
          "entryTs": 1709024460,
          "entryUtc": "2024-02-27T09:01:00.000Z",
          "exitTs": 1709026380,
          "dir": 1,
          "entryPrice": 2037.415,
          "exitPrice": 2035.647,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 32
        },
        {
          "entryTs": 1709036460,
          "entryUtc": "2024-02-27T12:21:00.000Z",
          "exitTs": 1709041020,
          "dir": 1,
          "entryPrice": 2037.558,
          "exitPrice": 2035.615,
          "stopDistance": 1.943,
          "outcome": "stop",
          "netR": -1.2162,
          "holdMinutes": 76
        },
        {
          "entryTs": 1709058600,
          "entryUtc": "2024-02-27T18:30:00.000Z",
          "exitTs": 1709061600,
          "dir": 1,
          "entryPrice": 2034.095,
          "exitPrice": 2031.306,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 50
        },
        {
          "entryTs": 1709089260,
          "entryUtc": "2024-02-28T03:01:00.000Z",
          "exitTs": 1709107200,
          "dir": -1,
          "entryPrice": 2031.125,
          "exitPrice": 2027.615,
          "stopDistance": 1.755,
          "outcome": "target",
          "netR": 1.7891,
          "holdMinutes": 299
        },
        {
          "entryTs": 1709113500,
          "entryUtc": "2024-02-28T09:45:00.000Z",
          "exitTs": 1709121780,
          "dir": -1,
          "entryPrice": 2026.315,
          "exitPrice": 2027.935,
          "stopDistance": 1.62,
          "outcome": "stop",
          "netR": -1.2593,
          "holdMinutes": 138
        },
        {
          "entryTs": 1709129940,
          "entryUtc": "2024-02-28T14:19:00.000Z",
          "exitTs": 1709132100,
          "dir": 1,
          "entryPrice": 2034.175,
          "exitPrice": 2031.791,
          "stopDistance": 2.384,
          "outcome": "stop",
          "netR": -1.1762,
          "holdMinutes": 36
        },
        {
          "entryTs": 1709172360,
          "entryUtc": "2024-02-29T02:06:00.000Z",
          "exitTs": 1709201700,
          "dir": 1,
          "entryPrice": 2035.385,
          "exitPrice": 2033.664,
          "stopDistance": 1.721,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 489
        },
        {
          "entryTs": 1709217300,
          "entryUtc": "2024-02-29T14:35:00.000Z",
          "exitTs": 1709242860,
          "dir": 1,
          "entryPrice": 2046.485,
          "exitPrice": 2042.79,
          "stopDistance": 3.695,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 426
        },
        {
          "entryTs": 1709278260,
          "entryUtc": "2024-03-01T07:31:00.000Z",
          "exitTs": 1709280000,
          "dir": 1,
          "entryPrice": 2046.278,
          "exitPrice": 2044.76,
          "stopDistance": 1.518,
          "outcome": "stop",
          "netR": -1.2768,
          "holdMinutes": 29
        },
        {
          "entryTs": 1709283960,
          "entryUtc": "2024-03-01T09:06:00.000Z",
          "exitTs": 1709284140,
          "dir": -1,
          "entryPrice": 2040.455,
          "exitPrice": 2042.65,
          "stopDistance": 2.195,
          "outcome": "stop",
          "netR": -1.1914,
          "holdMinutes": 3
        },
        {
          "entryTs": 1709284740,
          "entryUtc": "2024-03-01T09:19:00.000Z",
          "exitTs": 1709285880,
          "dir": -1,
          "entryPrice": 2043.725,
          "exitPrice": 2045.725,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 19
        },
        {
          "entryTs": 1709297520,
          "entryUtc": "2024-03-01T12:52:00.000Z",
          "exitTs": 1709304300,
          "dir": 1,
          "entryPrice": 2052.585,
          "exitPrice": 2049.352,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 113
        },
        {
          "entryTs": 1709305200,
          "entryUtc": "2024-03-01T15:00:00.000Z",
          "exitTs": 1709306040,
          "dir": -1,
          "entryPrice": 2051.485,
          "exitPrice": 2055.256,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 14
        },
        {
          "entryTs": 1709509260,
          "entryUtc": "2024-03-03T23:41:00.000Z",
          "exitTs": 1709514540,
          "dir": 1,
          "entryPrice": 2084.555,
          "exitPrice": 2081.126,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 88
        },
        {
          "entryTs": 1709539320,
          "entryUtc": "2024-03-04T08:02:00.000Z",
          "exitTs": 1709540640,
          "dir": 1,
          "entryPrice": 2086.498,
          "exitPrice": 2084.356,
          "stopDistance": 2.142,
          "outcome": "stop",
          "netR": -1.1961,
          "holdMinutes": 22
        },
        {
          "entryTs": 1709542140,
          "entryUtc": "2024-03-04T08:49:00.000Z",
          "exitTs": 1709558400,
          "dir": 1,
          "entryPrice": 2083.428,
          "exitPrice": 2081.367,
          "stopDistance": 2.061,
          "outcome": "stop",
          "netR": -1.2038,
          "holdMinutes": 271
        },
        {
          "entryTs": 1709564400,
          "entryUtc": "2024-03-04T15:00:00.000Z",
          "exitTs": 1709567640,
          "dir": 1,
          "entryPrice": 2098.195,
          "exitPrice": 2106.486,
          "stopDistance": 4.146,
          "outcome": "target",
          "netR": 1.9107,
          "holdMinutes": 54
        },
        {
          "entryTs": 1709618880,
          "entryUtc": "2024-03-05T06:08:00.000Z",
          "exitTs": 1709622900,
          "dir": 1,
          "entryPrice": 2116.975,
          "exitPrice": 2114.399,
          "stopDistance": 2.576,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 67
        },
        {
          "entryTs": 1709638860,
          "entryUtc": "2024-03-05T11:41:00.000Z",
          "exitTs": 1709641740,
          "dir": 1,
          "entryPrice": 2125.145,
          "exitPrice": 2121.521,
          "stopDistance": 3.624,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 48
        },
        {
          "entryTs": 1709646060,
          "entryUtc": "2024-03-05T13:41:00.000Z",
          "exitTs": 1709650800,
          "dir": 1,
          "entryPrice": 2125.508,
          "exitPrice": 2133.835,
          "stopDistance": 4.163,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 79
        },
        {
          "entryTs": 1709658000,
          "entryUtc": "2024-03-05T17:00:00.000Z",
          "exitTs": 1709731200,
          "dir": -1,
          "entryPrice": 2128.625,
          "exitPrice": 2136.464,
          "stopDistance": 7.839,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 1220
        },
        {
          "entryTs": 1709737200,
          "entryUtc": "2024-03-06T15:00:00.000Z",
          "exitTs": 1709737440,
          "dir": 1,
          "entryPrice": 2142.895,
          "exitPrice": 2137.834,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 4
        },
        {
          "entryTs": 1709754660,
          "entryUtc": "2024-03-06T19:51:00.000Z",
          "exitTs": 1709768700,
          "dir": -1,
          "entryPrice": 2143.815,
          "exitPrice": 2149.957,
          "stopDistance": 6.142,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 234
        },
        {
          "entryTs": 1709781840,
          "entryUtc": "2024-03-07T03:24:00.000Z",
          "exitTs": 1709784180,
          "dir": 1,
          "entryPrice": 2149.665,
          "exitPrice": 2157.21,
          "stopDistance": 3.772,
          "outcome": "target",
          "netR": 1.9019,
          "holdMinutes": 39
        },
        {
          "entryTs": 1709791020,
          "entryUtc": "2024-03-07T05:57:00.000Z",
          "exitTs": 1709816760,
          "dir": 1,
          "entryPrice": 2155.045,
          "exitPrice": 2163.689,
          "stopDistance": 4.322,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 429
        },
        {
          "entryTs": 1709820000,
          "entryUtc": "2024-03-07T14:00:00.000Z",
          "exitTs": 1709821860,
          "dir": 1,
          "entryPrice": 2157.265,
          "exitPrice": 2153.277,
          "stopDistance": 3.988,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 31
        },
        {
          "entryTs": 1709828880,
          "entryUtc": "2024-03-07T16:28:00.000Z",
          "exitTs": 1709857800,
          "dir": -1,
          "entryPrice": 2157.678,
          "exitPrice": 2162.657,
          "stopDistance": 4.979,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 482
        },
        {
          "entryTs": 1709881560,
          "entryUtc": "2024-03-08T07:06:00.000Z",
          "exitTs": 1709886540,
          "dir": 1,
          "entryPrice": 2160.555,
          "exitPrice": 2165.487,
          "stopDistance": 2.466,
          "outcome": "target",
          "netR": 1.85,
          "holdMinutes": 83
        },
        {
          "entryTs": 1709906400,
          "entryUtc": "2024-03-08T14:00:00.000Z",
          "exitTs": 1709917440,
          "dir": 1,
          "entryPrice": 2170.475,
          "exitPrice": 2184.493,
          "stopDistance": 7.009,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 184
        },
        {
          "entryTs": 1709919300,
          "entryUtc": "2024-03-08T17:35:00.000Z",
          "exitTs": 1709920560,
          "dir": 1,
          "entryPrice": 2189.525,
          "exitPrice": 2181.659,
          "stopDistance": 7.866,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 21
        },
        {
          "entryTs": 1710144960,
          "entryUtc": "2024-03-11T08:16:00.000Z",
          "exitTs": 1710146880,
          "dir": 1,
          "entryPrice": 2180.725,
          "exitPrice": 2177.681,
          "stopDistance": 3.044,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 32
        },
        {
          "entryTs": 1710165720,
          "entryUtc": "2024-03-11T14:02:00.000Z",
          "exitTs": 1710165840,
          "dir": 1,
          "entryPrice": 2180.315,
          "exitPrice": 2176.073,
          "stopDistance": 4.242,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 2
        },
        {
          "entryTs": 1710198180,
          "entryUtc": "2024-03-11T23:03:00.000Z",
          "exitTs": 1710222180,
          "dir": -1,
          "entryPrice": 2181.805,
          "exitPrice": 2175.745,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 400
        },
        {
          "entryTs": 1710223260,
          "entryUtc": "2024-03-12T06:01:00.000Z",
          "exitTs": 1710242340,
          "dir": -1,
          "entryPrice": 2176.585,
          "exitPrice": 2171.601,
          "stopDistance": 2.492,
          "outcome": "target",
          "netR": 1.8515,
          "holdMinutes": 318
        },
        {
          "entryTs": 1710246720,
          "entryUtc": "2024-03-12T12:32:00.000Z",
          "exitTs": 1710246720,
          "dir": -1,
          "entryPrice": 2174.575,
          "exitPrice": 2168.882,
          "stopDistance": 2.846,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 0
        },
        {
          "entryTs": 1710327840,
          "entryUtc": "2024-03-13T11:04:00.000Z",
          "exitTs": 1710337080,
          "dir": 1,
          "entryPrice": 2162.625,
          "exitPrice": 2167.676,
          "stopDistance": 2.525,
          "outcome": "target",
          "netR": 1.8535,
          "holdMinutes": 154
        },
        {
          "entryTs": 1710352200,
          "entryUtc": "2024-03-13T17:50:00.000Z",
          "exitTs": 1710392700,
          "dir": 1,
          "entryPrice": 2174.595,
          "exitPrice": 2169.957,
          "stopDistance": 4.638,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 675
        },
        {
          "entryTs": 1710394620,
          "entryUtc": "2024-03-14T05:37:00.000Z",
          "exitTs": 1710399060,
          "dir": -1,
          "entryPrice": 2171.375,
          "exitPrice": 2167.33,
          "stopDistance": 2.023,
          "outcome": "target",
          "netR": 1.8171,
          "holdMinutes": 74
        },
        {
          "entryTs": 1710472560,
          "entryUtc": "2024-03-15T03:16:00.000Z",
          "exitTs": 1710477600,
          "dir": -1,
          "entryPrice": 2163.135,
          "exitPrice": 2165.249,
          "stopDistance": 2.114,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 84
        },
        {
          "entryTs": 1710484320,
          "entryUtc": "2024-03-15T06:32:00.000Z",
          "exitTs": 1710490500,
          "dir": 1,
          "entryPrice": 2167.775,
          "exitPrice": 2165.583,
          "stopDistance": 2.192,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 103
        },
        {
          "entryTs": 1710497700,
          "entryUtc": "2024-03-15T10:15:00.000Z",
          "exitTs": 1710500820,
          "dir": 1,
          "entryPrice": 2170.215,
          "exitPrice": 2167.172,
          "stopDistance": 3.043,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 52
        },
        {
          "entryTs": 1710507600,
          "entryUtc": "2024-03-15T13:00:00.000Z",
          "exitTs": 1710514440,
          "dir": -1,
          "entryPrice": 2161.965,
          "exitPrice": 2166.056,
          "stopDistance": 4.091,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 114
        },
        {
          "entryTs": 1710728340,
          "entryUtc": "2024-03-18T02:19:00.000Z",
          "exitTs": 1710729960,
          "dir": -1,
          "entryPrice": 2153.265,
          "exitPrice": 2147.314,
          "stopDistance": 2.976,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 27
        },
        {
          "entryTs": 1710735600,
          "entryUtc": "2024-03-18T04:20:00.000Z",
          "exitTs": 1710748560,
          "dir": -1,
          "entryPrice": 2148.015,
          "exitPrice": 2151.074,
          "stopDistance": 3.059,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 216
        },
        {
          "entryTs": 1710816180,
          "entryUtc": "2024-03-19T02:43:00.000Z",
          "exitTs": 1710824820,
          "dir": 1,
          "entryPrice": 2160.608,
          "exitPrice": 2158.365,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 144
        },
        {
          "entryTs": 1710831000,
          "entryUtc": "2024-03-19T06:50:00.000Z",
          "exitTs": 1710836040,
          "dir": -1,
          "entryPrice": 2156.825,
          "exitPrice": 2151.875,
          "stopDistance": 2.475,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 84
        },
        {
          "entryTs": 1710838020,
          "entryUtc": "2024-03-19T08:47:00.000Z",
          "exitTs": 1710843120,
          "dir": -1,
          "entryPrice": 2151.275,
          "exitPrice": 2154.603,
          "stopDistance": 3.328,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 85
        },
        {
          "entryTs": 1710858600,
          "entryUtc": "2024-03-19T14:30:00.000Z",
          "exitTs": 1710871020,
          "dir": -1,
          "entryPrice": 2152.965,
          "exitPrice": 2157.052,
          "stopDistance": 4.087,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 207
        },
        {
          "entryTs": 1710899520,
          "entryUtc": "2024-03-20T01:52:00.000Z",
          "exitTs": 1710921900,
          "dir": 1,
          "entryPrice": 2158.175,
          "exitPrice": 2156.175,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 373
        },
        {
          "entryTs": 1710934740,
          "entryUtc": "2024-03-20T11:39:00.000Z",
          "exitTs": 1710938580,
          "dir": -1,
          "entryPrice": 2154.835,
          "exitPrice": 2150.432,
          "stopDistance": 2.202,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 64
        },
        {
          "entryTs": 1710945000,
          "entryUtc": "2024-03-20T14:30:00.000Z",
          "exitTs": 1710946260,
          "dir": 1,
          "entryPrice": 2160.525,
          "exitPrice": 2156.19,
          "stopDistance": 4.335,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 21
        },
        {
          "entryTs": 1710959640,
          "entryUtc": "2024-03-20T18:34:00.000Z",
          "exitTs": 1710960060,
          "dir": 1,
          "entryPrice": 2163.835,
          "exitPrice": 2174.68,
          "stopDistance": 5.423,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 7
        },
        {
          "entryTs": 1710974700,
          "entryUtc": "2024-03-20T22:45:00.000Z",
          "exitTs": 1711029720,
          "dir": 1,
          "entryPrice": 2195.318,
          "exitPrice": 2185.06,
          "stopDistance": 10.258,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 917
        },
        {
          "entryTs": 1711036200,
          "entryUtc": "2024-03-21T15:50:00.000Z",
          "exitTs": 1711041060,
          "dir": -1,
          "entryPrice": 2173.545,
          "exitPrice": 2181.303,
          "stopDistance": 7.758,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 81
        },
        {
          "entryTs": 1711073760,
          "entryUtc": "2024-03-22T02:16:00.000Z",
          "exitTs": 1711091280,
          "dir": -1,
          "entryPrice": 2177.005,
          "exitPrice": 2168.955,
          "stopDistance": 4.025,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 292
        },
        {
          "entryTs": 1711118400,
          "entryUtc": "2024-03-22T14:40:00.000Z",
          "exitTs": 1711122960,
          "dir": -1,
          "entryPrice": 2174.835,
          "exitPrice": 2165.776,
          "stopDistance": 4.529,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 76
        },
        {
          "entryTs": 1711129800,
          "entryUtc": "2024-03-22T17:50:00.000Z",
          "exitTs": 1711137120,
          "dir": -1,
          "entryPrice": 2160.315,
          "exitPrice": 2164.94,
          "stopDistance": 4.625,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 122
        },
        {
          "entryTs": 1711329300,
          "entryUtc": "2024-03-25T01:15:00.000Z",
          "exitTs": 1711329360,
          "dir": -1,
          "entryPrice": 2166.168,
          "exitPrice": 2169.421,
          "stopDistance": 3.253,
          "outcome": "stop",
          "netR": -1.1291,
          "holdMinutes": 1
        },
        {
          "entryTs": 1711337340,
          "entryUtc": "2024-03-25T03:29:00.000Z",
          "exitTs": 1711344420,
          "dir": 1,
          "entryPrice": 2171.945,
          "exitPrice": 2167.867,
          "stopDistance": 4.078,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 118
        },
        {
          "entryTs": 1711352160,
          "entryUtc": "2024-03-25T07:36:00.000Z",
          "exitTs": 1711362360,
          "dir": -1,
          "entryPrice": 2167.655,
          "exitPrice": 2170.911,
          "stopDistance": 3.256,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 170
        },
        {
          "entryTs": 1711395240,
          "entryUtc": "2024-03-25T19:34:00.000Z",
          "exitTs": 1711441200,
          "dir": -1,
          "entryPrice": 2172.495,
          "exitPrice": 2175.323,
          "stopDistance": 2.828,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 766
        },
        {
          "entryTs": 1711451700,
          "entryUtc": "2024-03-26T11:15:00.000Z",
          "exitTs": 1711456500,
          "dir": 1,
          "entryPrice": 2196.265,
          "exitPrice": 2191.75,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 80
        },
        {
          "entryTs": 1711456860,
          "entryUtc": "2024-03-26T12:41:00.000Z",
          "exitTs": 1711458000,
          "dir": 1,
          "entryPrice": 2190.055,
          "exitPrice": 2185.938,
          "stopDistance": 4.117,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 19
        },
        {
          "entryTs": 1711458300,
          "entryUtc": "2024-03-26T13:05:00.000Z",
          "exitTs": 1711460460,
          "dir": -1,
          "entryPrice": 2190.825,
          "exitPrice": 2181.31,
          "stopDistance": 4.757,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 36
        },
        {
          "entryTs": 1711461660,
          "entryUtc": "2024-03-26T14:01:00.000Z",
          "exitTs": 1711467600,
          "dir": -1,
          "entryPrice": 2184.465,
          "exitPrice": 2172.215,
          "stopDistance": 6.125,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 99
        },
        {
          "entryTs": 1711474320,
          "entryUtc": "2024-03-26T17:32:00.000Z",
          "exitTs": 1711532580,
          "dir": -1,
          "entryPrice": 2178.765,
          "exitPrice": 2185.21,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 971
        },
        {
          "entryTs": 1711540320,
          "entryUtc": "2024-03-27T11:52:00.000Z",
          "exitTs": 1711599600,
          "dir": 1,
          "entryPrice": 2187.095,
          "exitPrice": 2196.634,
          "stopDistance": 4.769,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 988
        },
        {
          "entryTs": 1711605600,
          "entryUtc": "2024-03-28T06:00:00.000Z",
          "exitTs": 1711610820,
          "dir": 1,
          "entryPrice": 2197.125,
          "exitPrice": 2194.173,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 87
        },
        {
          "entryTs": 1711615320,
          "entryUtc": "2024-03-28T08:42:00.000Z",
          "exitTs": 1711621020,
          "dir": -1,
          "entryPrice": 2196.625,
          "exitPrice": 2199.89,
          "stopDistance": 3.265,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 95
        },
        {
          "entryTs": 1711623720,
          "entryUtc": "2024-03-28T11:02:00.000Z",
          "exitTs": 1711633320,
          "dir": 1,
          "entryPrice": 2210.275,
          "exitPrice": 2205.624,
          "stopDistance": 4.651,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 160
        },
        {
          "entryTs": 1711924500,
          "entryUtc": "2024-03-31T22:35:00.000Z",
          "exitTs": 1711931460,
          "dir": 1,
          "entryPrice": 2238.005,
          "exitPrice": 2251.208,
          "stopDistance": 6.602,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 116
        },
        {
          "entryTs": 1711979100,
          "entryUtc": "2024-04-01T13:45:00.000Z",
          "exitTs": 1711979340,
          "dir": 1,
          "entryPrice": 2247.765,
          "exitPrice": 2242.862,
          "stopDistance": 4.903,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 4
        },
        {
          "entryTs": 1711983780,
          "entryUtc": "2024-04-01T15:03:00.000Z",
          "exitTs": 1712001600,
          "dir": -1,
          "entryPrice": 2237.565,
          "exitPrice": 2244.845,
          "stopDistance": 7.28,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 297
        },
        {
          "entryTs": 1712028360,
          "entryUtc": "2024-04-02T03:26:00.000Z",
          "exitTs": 1712045280,
          "dir": 1,
          "entryPrice": 2253.255,
          "exitPrice": 2261.42,
          "stopDistance": 4.083,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 282
        },
        {
          "entryTs": 1712051460,
          "entryUtc": "2024-04-02T09:51:00.000Z",
          "exitTs": 1712052660,
          "dir": 1,
          "entryPrice": 2259.745,
          "exitPrice": 2255.643,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 20
        },
        {
          "entryTs": 1712058660,
          "entryUtc": "2024-04-02T11:51:00.000Z",
          "exitTs": 1712065620,
          "dir": -1,
          "entryPrice": 2259.565,
          "exitPrice": 2264.285,
          "stopDistance": 4.72,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 116
        },
        {
          "entryTs": 1712068620,
          "entryUtc": "2024-04-02T14:37:00.000Z",
          "exitTs": 1712069160,
          "dir": 1,
          "entryPrice": 2270.475,
          "exitPrice": 2263.672,
          "stopDistance": 6.803,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 9
        },
        {
          "entryTs": 1712069220,
          "entryUtc": "2024-04-02T14:47:00.000Z",
          "exitTs": 1712071620,
          "dir": 1,
          "entryPrice": 2260.924,
          "exitPrice": 2255.084,
          "stopDistance": 5.84,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 40
        },
        {
          "entryTs": 1712076360,
          "entryUtc": "2024-04-02T16:46:00.000Z",
          "exitTs": 1712081160,
          "dir": -1,
          "entryPrice": 2261.155,
          "exitPrice": 2269.184,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 80
        },
        {
          "entryTs": 1712106000,
          "entryUtc": "2024-04-03T01:00:00.000Z",
          "exitTs": 1712128320,
          "dir": 1,
          "entryPrice": 2281.575,
          "exitPrice": 2276.049,
          "stopDistance": 5.526,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 372
        },
        {
          "entryTs": 1712133780,
          "entryUtc": "2024-04-03T08:43:00.000Z",
          "exitTs": 1712149680,
          "dir": -1,
          "entryPrice": 2273.625,
          "exitPrice": 2278.434,
          "stopDistance": 4.809,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 265
        },
        {
          "entryTs": 1712156400,
          "entryUtc": "2024-04-03T15:00:00.000Z",
          "exitTs": 1712161980,
          "dir": 1,
          "entryPrice": 2281.945,
          "exitPrice": 2294.961,
          "stopDistance": 6.508,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 93
        },
        {
          "entryTs": 1712163780,
          "entryUtc": "2024-04-03T17:03:00.000Z",
          "exitTs": 1712233440,
          "dir": 1,
          "entryPrice": 2291.035,
          "exitPrice": 2283.745,
          "stopDistance": 7.29,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 1161
        },
        {
          "entryTs": 1712233800,
          "entryUtc": "2024-04-04T12:30:00.000Z",
          "exitTs": 1712239260,
          "dir": -1,
          "entryPrice": 2287.135,
          "exitPrice": 2291.101,
          "stopDistance": 3.966,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 91
        },
        {
          "entryTs": 1712242080,
          "entryUtc": "2024-04-04T14:48:00.000Z",
          "exitTs": 1712247720,
          "dir": 1,
          "entryPrice": 2294.888,
          "exitPrice": 2289.073,
          "stopDistance": 5.815,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 94
        },
        {
          "entryTs": 1712261340,
          "entryUtc": "2024-04-04T20:09:00.000Z",
          "exitTs": 1712280180,
          "dir": -1,
          "entryPrice": 2286.475,
          "exitPrice": 2270.389,
          "stopDistance": 8.043,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 314
        },
        {
          "entryTs": 1712281500,
          "entryUtc": "2024-04-05T01:45:00.000Z",
          "exitTs": 1712295420,
          "dir": -1,
          "entryPrice": 2275.045,
          "exitPrice": 2281.514,
          "stopDistance": 6.469,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 232
        },
        {
          "entryTs": 1712311200,
          "entryUtc": "2024-04-05T10:00:00.000Z",
          "exitTs": 1712320200,
          "dir": 1,
          "entryPrice": 2290.905,
          "exitPrice": 2285.679,
          "stopDistance": 5.226,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 150
        },
        {
          "entryTs": 1712329260,
          "entryUtc": "2024-04-05T15:01:00.000Z",
          "exitTs": 1712527200,
          "dir": 1,
          "entryPrice": 2315.845,
          "exitPrice": 2322.495,
          "stopDistance": 9.831,
          "outcome": "time",
          "netR": 0.6388,
          "holdMinutes": 3299
        },
        {
          "entryTs": 1712531100,
          "entryUtc": "2024-04-07T23:05:00.000Z",
          "exitTs": 1712541180,
          "dir": -1,
          "entryPrice": 2311.635,
          "exitPrice": 2318.738,
          "stopDistance": 7.103,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 168
        },
        {
          "entryTs": 1712547360,
          "entryUtc": "2024-04-08T03:36:00.000Z",
          "exitTs": 1712578920,
          "dir": 1,
          "entryPrice": 2341.295,
          "exitPrice": 2330.916,
          "stopDistance": 10.378,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 526
        },
        {
          "entryTs": 1712580420,
          "entryUtc": "2024-04-08T12:47:00.000Z",
          "exitTs": 1712597520,
          "dir": -1,
          "entryPrice": 2329.655,
          "exitPrice": 2336.965,
          "stopDistance": 7.31,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 285
        },
        {
          "entryTs": 1712647800,
          "entryUtc": "2024-04-09T07:30:00.000Z",
          "exitTs": 1712654100,
          "dir": 1,
          "entryPrice": 2350.945,
          "exitPrice": 2360.584,
          "stopDistance": 4.819,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 105
        },
        {
          "entryTs": 1712657160,
          "entryUtc": "2024-04-09T10:06:00.000Z",
          "exitTs": 1712658480,
          "dir": 1,
          "entryPrice": 2362.025,
          "exitPrice": 2357.006,
          "stopDistance": 5.019,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 22
        },
        {
          "entryTs": 1712666820,
          "entryUtc": "2024-04-09T12:47:00.000Z",
          "exitTs": 1712669700,
          "dir": -1,
          "entryPrice": 2350.298,
          "exitPrice": 2356.604,
          "stopDistance": 6.306,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 48
        },
        {
          "entryTs": 1712712720,
          "entryUtc": "2024-04-10T01:32:00.000Z",
          "exitTs": 1712716380,
          "dir": -1,
          "entryPrice": 2348.175,
          "exitPrice": 2352.309,
          "stopDistance": 4.134,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 61
        },
        {
          "entryTs": 1712719020,
          "entryUtc": "2024-04-10T03:17:00.000Z",
          "exitTs": 1712726640,
          "dir": 1,
          "entryPrice": 2350.765,
          "exitPrice": 2359.181,
          "stopDistance": 4.208,
          "outcome": "target",
          "netR": 1.9121,
          "holdMinutes": 127
        },
        {
          "entryTs": 1712732400,
          "entryUtc": "2024-04-10T07:00:00.000Z",
          "exitTs": 1712741460,
          "dir": -1,
          "entryPrice": 2356.198,
          "exitPrice": 2348.004,
          "stopDistance": 4.097,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 151
        },
        {
          "entryTs": 1712745240,
          "entryUtc": "2024-04-10T10:34:00.000Z",
          "exitTs": 1712752200,
          "dir": -1,
          "entryPrice": 2349.155,
          "exitPrice": 2340.873,
          "stopDistance": 4.141,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 116
        },
        {
          "entryTs": 1712756100,
          "entryUtc": "2024-04-10T13:35:00.000Z",
          "exitTs": 1712758020,
          "dir": -1,
          "entryPrice": 2328.605,
          "exitPrice": 2336.94,
          "stopDistance": 8.335,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 32
        },
        {
          "entryTs": 1712758740,
          "entryUtc": "2024-04-10T14:19:00.000Z",
          "exitTs": 1712761800,
          "dir": -1,
          "entryPrice": 2346.255,
          "exitPrice": 2332.593,
          "stopDistance": 6.831,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 51
        },
        {
          "entryTs": 1712763000,
          "entryUtc": "2024-04-10T15:30:00.000Z",
          "exitTs": 1712853000,
          "dir": -1,
          "entryPrice": 2337.445,
          "exitPrice": 2343.615,
          "stopDistance": 11.655,
          "outcome": "time",
          "netR": -0.5611,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1712909700,
          "entryUtc": "2024-04-12T08:15:00.000Z",
          "exitTs": 1712921580,
          "dir": 1,
          "entryPrice": 2396.325,
          "exitPrice": 2390.363,
          "stopDistance": 5.962,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 198
        },
        {
          "entryTs": 1712934720,
          "entryUtc": "2024-04-12T15:12:00.000Z",
          "exitTs": 1712935380,
          "dir": 1,
          "entryPrice": 2411.695,
          "exitPrice": 2403.269,
          "stopDistance": 8.426,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 11
        },
        {
          "entryTs": 1712935500,
          "entryUtc": "2024-04-12T15:25:00.000Z",
          "exitTs": 1712935860,
          "dir": 1,
          "entryPrice": 2399.348,
          "exitPrice": 2392.392,
          "stopDistance": 6.956,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 6
        },
        {
          "entryTs": 1713180480,
          "entryUtc": "2024-04-15T11:28:00.000Z",
          "exitTs": 1713188220,
          "dir": 1,
          "entryPrice": 2356.365,
          "exitPrice": 2350.079,
          "stopDistance": 6.286,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 129
        },
        {
          "entryTs": 1713191400,
          "entryUtc": "2024-04-15T14:30:00.000Z",
          "exitTs": 1713191820,
          "dir": -1,
          "entryPrice": 2335.385,
          "exitPrice": 2345.481,
          "stopDistance": 10.096,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 7
        },
        {
          "entryTs": 1713192780,
          "entryUtc": "2024-04-15T14:53:00.000Z",
          "exitTs": 1713200040,
          "dir": -1,
          "entryPrice": 2351.315,
          "exitPrice": 2359.155,
          "stopDistance": 7.84,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 121
        },
        {
          "entryTs": 1713200520,
          "entryUtc": "2024-04-15T17:02:00.000Z",
          "exitTs": 1713207240,
          "dir": 1,
          "entryPrice": 2354.598,
          "exitPrice": 2375.117,
          "stopDistance": 10.26,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 112
        },
        {
          "entryTs": 1713250860,
          "entryUtc": "2024-04-16T07:01:00.000Z",
          "exitTs": 1713279180,
          "dir": -1,
          "entryPrice": 2373.755,
          "exitPrice": 2380.01,
          "stopDistance": 6.255,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 472
        },
        {
          "entryTs": 1713281100,
          "entryUtc": "2024-04-16T15:25:00.000Z",
          "exitTs": 1713371100,
          "dir": 1,
          "entryPrice": 2382.088,
          "exitPrice": 2382.315,
          "stopDistance": 9.619,
          "outcome": "time",
          "netR": -0.0149,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1713374820,
          "entryUtc": "2024-04-17T17:27:00.000Z",
          "exitTs": 1713387120,
          "dir": -1,
          "entryPrice": 2373.265,
          "exitPrice": 2355.742,
          "stopDistance": 8.761,
          "outcome": "target",
          "netR": 1.9578,
          "holdMinutes": 205
        },
        {
          "entryTs": 1713393600,
          "entryUtc": "2024-04-17T22:40:00.000Z",
          "exitTs": 1713408420,
          "dir": -1,
          "entryPrice": 2366.225,
          "exitPrice": 2373.98,
          "stopDistance": 7.755,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 247
        },
        {
          "entryTs": 1713438720,
          "entryUtc": "2024-04-18T11:12:00.000Z",
          "exitTs": 1713446460,
          "dir": 1,
          "entryPrice": 2381.115,
          "exitPrice": 2388.621,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 129
        },
        {
          "entryTs": 1713486900,
          "entryUtc": "2024-04-19T00:35:00.000Z",
          "exitTs": 1713488460,
          "dir": -1,
          "entryPrice": 2376.015,
          "exitPrice": 2379.924,
          "stopDistance": 3.909,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 26
        },
        {
          "entryTs": 1713494400,
          "entryUtc": "2024-04-19T02:40:00.000Z",
          "exitTs": 1713496140,
          "dir": 1,
          "entryPrice": 2402.665,
          "exitPrice": 2393.997,
          "stopDistance": 8.668,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 29
        },
        {
          "entryTs": 1713496680,
          "entryUtc": "2024-04-19T03:18:00.000Z",
          "exitTs": 1713501840,
          "dir": 1,
          "entryPrice": 2386.775,
          "exitPrice": 2380.865,
          "stopDistance": 5.91,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 86
        },
        {
          "entryTs": 1713511320,
          "entryUtc": "2024-04-19T07:22:00.000Z",
          "exitTs": 1713515220,
          "dir": 1,
          "entryPrice": 2387.778,
          "exitPrice": 2378.622,
          "stopDistance": 9.156,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 65
        },
        {
          "entryTs": 1713526320,
          "entryUtc": "2024-04-19T11:32:00.000Z",
          "exitTs": 1713529860,
          "dir": -1,
          "entryPrice": 2375.835,
          "exitPrice": 2382.714,
          "stopDistance": 6.879,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 59
        },
        {
          "entryTs": 1713740880,
          "entryUtc": "2024-04-21T23:08:00.000Z",
          "exitTs": 1713752460,
          "dir": -1,
          "entryPrice": 2385.925,
          "exitPrice": 2373.926,
          "stopDistance": 6,
          "outcome": "target",
          "netR": 1.9383,
          "holdMinutes": 193
        },
        {
          "entryTs": 1713757140,
          "entryUtc": "2024-04-22T03:39:00.000Z",
          "exitTs": 1713768360,
          "dir": -1,
          "entryPrice": 2367.595,
          "exitPrice": 2356.437,
          "stopDistance": 5.579,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 187
        },
        {
          "entryTs": 1713770400,
          "entryUtc": "2024-04-22T07:20:00.000Z",
          "exitTs": 1713784680,
          "dir": -1,
          "entryPrice": 2358.045,
          "exitPrice": 2345.233,
          "stopDistance": 6.406,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 238
        },
        {
          "entryTs": 1713789180,
          "entryUtc": "2024-04-22T12:33:00.000Z",
          "exitTs": 1713790260,
          "dir": -1,
          "entryPrice": 2349.345,
          "exitPrice": 2336.892,
          "stopDistance": 6.226,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 18
        },
        {
          "entryTs": 1713791580,
          "entryUtc": "2024-04-22T13:13:00.000Z",
          "exitTs": 1713809340,
          "dir": -1,
          "entryPrice": 2341.925,
          "exitPrice": 2326.59,
          "stopDistance": 7.667,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 296
        },
        {
          "entryTs": 1713838260,
          "entryUtc": "2024-04-23T02:11:00.000Z",
          "exitTs": 1713863820,
          "dir": -1,
          "entryPrice": 2310.995,
          "exitPrice": 2294.659,
          "stopDistance": 8.168,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 426
        },
        {
          "entryTs": 1713864780,
          "entryUtc": "2024-04-23T09:33:00.000Z",
          "exitTs": 1713869760,
          "dir": -1,
          "entryPrice": 2298.185,
          "exitPrice": 2305.516,
          "stopDistance": 7.331,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 83
        },
        {
          "entryTs": 1713881700,
          "entryUtc": "2024-04-23T14:15:00.000Z",
          "exitTs": 1713883680,
          "dir": 1,
          "entryPrice": 2324.475,
          "exitPrice": 2315.566,
          "stopDistance": 8.91,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 33
        },
        {
          "entryTs": 1713924480,
          "entryUtc": "2024-04-24T02:08:00.000Z",
          "exitTs": 1713928440,
          "dir": -1,
          "entryPrice": 2319.685,
          "exitPrice": 2323.527,
          "stopDistance": 3.842,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 66
        },
        {
          "entryTs": 1713947400,
          "entryUtc": "2024-04-24T08:30:00.000Z",
          "exitTs": 1713963240,
          "dir": -1,
          "entryPrice": 2318.895,
          "exitPrice": 2323.244,
          "stopDistance": 4.349,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 264
        },
        {
          "entryTs": 1713964740,
          "entryUtc": "2024-04-24T13:19:00.000Z",
          "exitTs": 1713970200,
          "dir": 1,
          "entryPrice": 2318.528,
          "exitPrice": 2328.828,
          "stopDistance": 5.15,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 91
        },
        {
          "entryTs": 1713978420,
          "entryUtc": "2024-04-24T17:07:00.000Z",
          "exitTs": 1714014660,
          "dir": -1,
          "entryPrice": 2327.735,
          "exitPrice": 2313.199,
          "stopDistance": 7.268,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 604
        },
        {
          "entryTs": 1714016640,
          "entryUtc": "2024-04-25T03:44:00.000Z",
          "exitTs": 1714021320,
          "dir": -1,
          "entryPrice": 2310.865,
          "exitPrice": 2315.884,
          "stopDistance": 5.019,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 78
        },
        {
          "entryTs": 1714051980,
          "entryUtc": "2024-04-25T13:33:00.000Z",
          "exitTs": 1714055460,
          "dir": -1,
          "entryPrice": 2320.045,
          "exitPrice": 2326.531,
          "stopDistance": 6.486,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 58
        },
        {
          "entryTs": 1714057200,
          "entryUtc": "2024-04-25T15:00:00.000Z",
          "exitTs": 1714122660,
          "dir": 1,
          "entryPrice": 2332.385,
          "exitPrice": 2351.611,
          "stopDistance": 9.613,
          "outcome": "target",
          "netR": 1.9615,
          "holdMinutes": 1091
        },
        {
          "entryTs": 1714140120,
          "entryUtc": "2024-04-26T14:02:00.000Z",
          "exitTs": 1714143060,
          "dir": -1,
          "entryPrice": 2343.805,
          "exitPrice": 2331.716,
          "stopDistance": 6.045,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 49
        },
        {
          "entryTs": 1714143840,
          "entryUtc": "2024-04-26T15:04:00.000Z",
          "exitTs": 1714341600,
          "dir": -1,
          "entryPrice": 2335.185,
          "exitPrice": 2335.595,
          "stopDistance": 7.019,
          "outcome": "time",
          "netR": -0.1111,
          "holdMinutes": 3296
        },
        {
          "entryTs": 1714343520,
          "entryUtc": "2024-04-28T22:32:00.000Z",
          "exitTs": 1714352400,
          "dir": -1,
          "entryPrice": 2335.845,
          "exitPrice": 2327.319,
          "stopDistance": 4.263,
          "outcome": "target",
          "netR": 1.9132,
          "holdMinutes": 148
        },
        {
          "entryTs": 1714355760,
          "entryUtc": "2024-04-29T01:56:00.000Z",
          "exitTs": 1714366920,
          "dir": -1,
          "entryPrice": 2329.495,
          "exitPrice": 2334.003,
          "stopDistance": 4.508,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 186
        },
        {
          "entryTs": 1714386240,
          "entryUtc": "2024-04-29T10:24:00.000Z",
          "exitTs": 1714391340,
          "dir": 1,
          "entryPrice": 2341.928,
          "exitPrice": 2337.767,
          "stopDistance": 4.161,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 85
        },
        {
          "entryTs": 1714412640,
          "entryUtc": "2024-04-29T17:44:00.000Z",
          "exitTs": 1714417260,
          "dir": 1,
          "entryPrice": 2341.295,
          "exitPrice": 2335.117,
          "stopDistance": 6.178,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 77
        },
        {
          "entryTs": 1714463460,
          "entryUtc": "2024-04-30T07:51:00.000Z",
          "exitTs": 1714477500,
          "dir": -1,
          "entryPrice": 2318.225,
          "exitPrice": 2310.163,
          "stopDistance": 4.031,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 234
        },
        {
          "entryTs": 1714485600,
          "entryUtc": "2024-04-30T14:00:00.000Z",
          "exitTs": 1714486140,
          "dir": 1,
          "entryPrice": 2307.215,
          "exitPrice": 2301.339,
          "stopDistance": 5.876,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 9
        },
        {
          "entryTs": 1714514400,
          "entryUtc": "2024-04-30T22:00:00.000Z",
          "exitTs": 1714520400,
          "dir": -1,
          "entryPrice": 2287.415,
          "exitPrice": 2292.936,
          "stopDistance": 5.521,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 100
        },
        {
          "entryTs": 1714549260,
          "entryUtc": "2024-05-01T07:41:00.000Z",
          "exitTs": 1714557000,
          "dir": 1,
          "entryPrice": 2284.698,
          "exitPrice": 2291.82,
          "stopDistance": 3.561,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 129
        },
        {
          "entryTs": 1714573920,
          "entryUtc": "2024-05-01T14:32:00.000Z",
          "exitTs": 1714574760,
          "dir": 1,
          "entryPrice": 2303.535,
          "exitPrice": 2297.972,
          "stopDistance": 5.563,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 14
        },
        {
          "entryTs": 1714578480,
          "entryUtc": "2024-05-01T15:48:00.000Z",
          "exitTs": 1714584540,
          "dir": 1,
          "entryPrice": 2306.765,
          "exitPrice": 2300.478,
          "stopDistance": 6.287,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 101
        },
        {
          "entryTs": 1714590600,
          "entryUtc": "2024-05-01T19:10:00.000Z",
          "exitTs": 1714593300,
          "dir": 1,
          "entryPrice": 2320.485,
          "exitPrice": 2311.606,
          "stopDistance": 8.879,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 45
        },
        {
          "entryTs": 1714635540,
          "entryUtc": "2024-05-02T07:39:00.000Z",
          "exitTs": 1714641780,
          "dir": -1,
          "entryPrice": 2312.175,
          "exitPrice": 2302.82,
          "stopDistance": 4.678,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 104
        },
        {
          "entryTs": 1714647300,
          "entryUtc": "2024-05-02T10:55:00.000Z",
          "exitTs": 1714652700,
          "dir": -1,
          "entryPrice": 2298.335,
          "exitPrice": 2303.198,
          "stopDistance": 4.863,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 90
        },
        {
          "entryTs": 1714656600,
          "entryUtc": "2024-05-02T13:30:00.000Z",
          "exitTs": 1714659720,
          "dir": -1,
          "entryPrice": 2290.978,
          "exitPrice": 2297.734,
          "stopDistance": 6.756,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 52
        },
        {
          "entryTs": 1714716000,
          "entryUtc": "2024-05-03T06:00:00.000Z",
          "exitTs": 1714717020,
          "dir": 1,
          "entryPrice": 2305.455,
          "exitPrice": 2302.246,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 17
        },
        {
          "entryTs": 1714720920,
          "entryUtc": "2024-05-03T07:22:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2299.825,
          "exitPrice": 2303.197,
          "stopDistance": 3.372,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 308
        },
        {
          "entryTs": 1714744800,
          "entryUtc": "2024-05-03T14:00:00.000Z",
          "exitTs": 1714946400,
          "dir": -1,
          "entryPrice": 2293.274,
          "exitPrice": 2303.46,
          "stopDistance": 10.186,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1714956840,
          "entryUtc": "2024-05-06T00:54:00.000Z",
          "exitTs": 1714957260,
          "dir": -1,
          "entryPrice": 2296.345,
          "exitPrice": 2301.343,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 7
        },
        {
          "entryTs": 1714962840,
          "entryUtc": "2024-05-06T02:34:00.000Z",
          "exitTs": 1714999440,
          "dir": 1,
          "entryPrice": 2312.545,
          "exitPrice": 2324.693,
          "stopDistance": 6.074,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 610
        },
        {
          "entryTs": 1715000460,
          "entryUtc": "2024-05-06T13:01:00.000Z",
          "exitTs": 1715069340,
          "dir": 1,
          "entryPrice": 2322.995,
          "exitPrice": 2317.455,
          "stopDistance": 5.54,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 1148
        },
        {
          "entryTs": 1715070660,
          "entryUtc": "2024-05-07T08:31:00.000Z",
          "exitTs": 1715087100,
          "dir": -1,
          "entryPrice": 2315.648,
          "exitPrice": 2319.958,
          "stopDistance": 4.311,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 274
        },
        {
          "entryTs": 1715088600,
          "entryUtc": "2024-05-07T13:30:00.000Z",
          "exitTs": 1715093880,
          "dir": 1,
          "entryPrice": 2317.885,
          "exitPrice": 2313.069,
          "stopDistance": 4.816,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 88
        },
        {
          "entryTs": 1715135580,
          "entryUtc": "2024-05-08T02:33:00.000Z",
          "exitTs": 1715136240,
          "dir": -1,
          "entryPrice": 2310.385,
          "exitPrice": 2313.694,
          "stopDistance": 3.309,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715138700,
          "entryUtc": "2024-05-08T03:25:00.000Z",
          "exitTs": 1715153160,
          "dir": 1,
          "entryPrice": 2315.445,
          "exitPrice": 2311.673,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 241
        },
        {
          "entryTs": 1715156100,
          "entryUtc": "2024-05-08T08:15:00.000Z",
          "exitTs": 1715161140,
          "dir": -1,
          "entryPrice": 2306.685,
          "exitPrice": 2310.423,
          "stopDistance": 3.738,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 84
        },
        {
          "entryTs": 1715176980,
          "entryUtc": "2024-05-08T14:03:00.000Z",
          "exitTs": 1715182020,
          "dir": -1,
          "entryPrice": 2312.475,
          "exitPrice": 2317.696,
          "stopDistance": 5.221,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 84
        },
        {
          "entryTs": 1715241960,
          "entryUtc": "2024-05-09T08:06:00.000Z",
          "exitTs": 1715255220,
          "dir": -1,
          "entryPrice": 2311.615,
          "exitPrice": 2314.955,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 221
        },
        {
          "entryTs": 1715259600,
          "entryUtc": "2024-05-09T13:00:00.000Z",
          "exitTs": 1715260200,
          "dir": 1,
          "entryPrice": 2325.365,
          "exitPrice": 2320.469,
          "stopDistance": 4.896,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 10
        },
        {
          "entryTs": 1715261400,
          "entryUtc": "2024-05-09T13:30:00.000Z",
          "exitTs": 1715263140,
          "dir": -1,
          "entryPrice": 2318.455,
          "exitPrice": 2324.791,
          "stopDistance": 6.336,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 29
        },
        {
          "entryTs": 1715265240,
          "entryUtc": "2024-05-09T14:34:00.000Z",
          "exitTs": 1715285940,
          "dir": 1,
          "entryPrice": 2331.895,
          "exitPrice": 2347.087,
          "stopDistance": 7.596,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 345
        },
        {
          "entryTs": 1715305380,
          "entryUtc": "2024-05-10T01:43:00.000Z",
          "exitTs": 1715319840,
          "dir": 1,
          "entryPrice": 2350.325,
          "exitPrice": 2358.392,
          "stopDistance": 4.034,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 241
        },
        {
          "entryTs": 1715325360,
          "entryUtc": "2024-05-10T07:16:00.000Z",
          "exitTs": 1715337120,
          "dir": 1,
          "entryPrice": 2368.375,
          "exitPrice": 2377.287,
          "stopDistance": 4.456,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 196
        },
        {
          "entryTs": 1715347260,
          "entryUtc": "2024-05-10T13:21:00.000Z",
          "exitTs": 1715352960,
          "dir": -1,
          "entryPrice": 2369.745,
          "exitPrice": 2359.002,
          "stopDistance": 5.371,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 95
        },
        {
          "entryTs": 1715564880,
          "entryUtc": "2024-05-13T01:48:00.000Z",
          "exitTs": 1715580840,
          "dir": -1,
          "entryPrice": 2357.795,
          "exitPrice": 2350.265,
          "stopDistance": 3.765,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 266
        },
        {
          "entryTs": 1715599800,
          "entryUtc": "2024-05-13T11:30:00.000Z",
          "exitTs": 1715601240,
          "dir": -1,
          "entryPrice": 2341.525,
          "exitPrice": 2345.758,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 24
        },
        {
          "entryTs": 1715608020,
          "entryUtc": "2024-05-13T13:47:00.000Z",
          "exitTs": 1715612640,
          "dir": 1,
          "entryPrice": 2342.165,
          "exitPrice": 2337.596,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 77
        },
        {
          "entryTs": 1715646960,
          "entryUtc": "2024-05-14T00:36:00.000Z",
          "exitTs": 1715652660,
          "dir": 1,
          "entryPrice": 2336.995,
          "exitPrice": 2343.346,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 95
        },
        {
          "entryTs": 1715655060,
          "entryUtc": "2024-05-14T02:51:00.000Z",
          "exitTs": 1715668620,
          "dir": 1,
          "entryPrice": 2341.255,
          "exitPrice": 2337.955,
          "stopDistance": 3.3,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 226
        },
        {
          "entryTs": 1715670360,
          "entryUtc": "2024-05-14T07:06:00.000Z",
          "exitTs": 1715676780,
          "dir": -1,
          "entryPrice": 2338.975,
          "exitPrice": 2342.224,
          "stopDistance": 3.249,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 107
        },
        {
          "entryTs": 1715679600,
          "entryUtc": "2024-05-14T09:40:00.000Z",
          "exitTs": 1715689800,
          "dir": 1,
          "entryPrice": 2345.428,
          "exitPrice": 2341.657,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 170
        },
        {
          "entryTs": 1715758680,
          "entryUtc": "2024-05-15T07:38:00.000Z",
          "exitTs": 1715761560,
          "dir": 1,
          "entryPrice": 2361.655,
          "exitPrice": 2367.363,
          "stopDistance": 2.854,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 48
        },
        {
          "entryTs": 1715765280,
          "entryUtc": "2024-05-15T09:28:00.000Z",
          "exitTs": 1715769780,
          "dir": 1,
          "entryPrice": 2371.325,
          "exitPrice": 2367.716,
          "stopDistance": 3.609,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 75
        },
        {
          "entryTs": 1715776200,
          "entryUtc": "2024-05-15T12:30:00.000Z",
          "exitTs": 1715776200,
          "dir": -1,
          "entryPrice": 2368.135,
          "exitPrice": 2371.706,
          "stopDistance": 3.57,
          "outcome": "ambiguous",
          "netR": -1.1176,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715778000,
          "entryUtc": "2024-05-15T13:00:00.000Z",
          "exitTs": 1715779320,
          "dir": 1,
          "entryPrice": 2371.745,
          "exitPrice": 2366.04,
          "stopDistance": 5.705,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 22
        },
        {
          "entryTs": 1715787420,
          "entryUtc": "2024-05-15T15:37:00.000Z",
          "exitTs": 1715871420,
          "dir": 1,
          "entryPrice": 2380.165,
          "exitPrice": 2371.336,
          "stopDistance": 8.829,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1715915820,
          "entryUtc": "2024-05-17T03:17:00.000Z",
          "exitTs": 1715922180,
          "dir": -1,
          "entryPrice": 2376.178,
          "exitPrice": 2379.271,
          "stopDistance": 3.093,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 106
        },
        {
          "entryTs": 1715952900,
          "entryUtc": "2024-05-17T13:35:00.000Z",
          "exitTs": 1715957160,
          "dir": 1,
          "entryPrice": 2399.445,
          "exitPrice": 2409.609,
          "stopDistance": 5.082,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 71
        },
        {
          "entryTs": 1716157980,
          "entryUtc": "2024-05-19T22:33:00.000Z",
          "exitTs": 1716166800,
          "dir": 1,
          "entryPrice": 2418.105,
          "exitPrice": 2431.096,
          "stopDistance": 6.495,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 147
        },
        {
          "entryTs": 1716185040,
          "entryUtc": "2024-05-20T06:04:00.000Z",
          "exitTs": 1716186060,
          "dir": 1,
          "entryPrice": 2446.995,
          "exitPrice": 2440.743,
          "stopDistance": 6.252,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 17
        },
        {
          "entryTs": 1716188880,
          "entryUtc": "2024-05-20T07:08:00.000Z",
          "exitTs": 1716206460,
          "dir": -1,
          "entryPrice": 2442.325,
          "exitPrice": 2427.058,
          "stopDistance": 7.634,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 293
        },
        {
          "entryTs": 1716217020,
          "entryUtc": "2024-05-20T14:57:00.000Z",
          "exitTs": 1716225780,
          "dir": -1,
          "entryPrice": 2423.175,
          "exitPrice": 2431.077,
          "stopDistance": 7.902,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 146
        },
        {
          "entryTs": 1716263100,
          "entryUtc": "2024-05-21T03:45:00.000Z",
          "exitTs": 1716276840,
          "dir": -1,
          "entryPrice": 2412.075,
          "exitPrice": 2418.818,
          "stopDistance": 6.743,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 229
        },
        {
          "entryTs": 1716345060,
          "entryUtc": "2024-05-22T02:31:00.000Z",
          "exitTs": 1716345960,
          "dir": 1,
          "entryPrice": 2423.534,
          "exitPrice": 2420.193,
          "stopDistance": 3.341,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 15
        },
        {
          "entryTs": 1716358500,
          "entryUtc": "2024-05-22T06:15:00.000Z",
          "exitTs": 1716366480,
          "dir": 1,
          "entryPrice": 2415.264,
          "exitPrice": 2410.99,
          "stopDistance": 4.274,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 133
        },
        {
          "entryTs": 1716379200,
          "entryUtc": "2024-05-22T12:00:00.000Z",
          "exitTs": 1716380940,
          "dir": -1,
          "entryPrice": 2409.925,
          "exitPrice": 2414.813,
          "stopDistance": 4.888,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 29
        },
        {
          "entryTs": 1716389100,
          "entryUtc": "2024-05-22T14:45:00.000Z",
          "exitTs": 1716427560,
          "dir": -1,
          "entryPrice": 2389.675,
          "exitPrice": 2373.087,
          "stopDistance": 8.294,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 641
        },
        {
          "entryTs": 1716428700,
          "entryUtc": "2024-05-23T01:45:00.000Z",
          "exitTs": 1716443400,
          "dir": -1,
          "entryPrice": 2372.735,
          "exitPrice": 2362.268,
          "stopDistance": 5.234,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 245
        },
        {
          "entryTs": 1716445260,
          "entryUtc": "2024-05-23T06:21:00.000Z",
          "exitTs": 1716463860,
          "dir": -1,
          "entryPrice": 2363.395,
          "exitPrice": 2369.255,
          "stopDistance": 5.86,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 310
        },
        {
          "entryTs": 1716469440,
          "entryUtc": "2024-05-23T13:04:00.000Z",
          "exitTs": 1716470640,
          "dir": -1,
          "entryPrice": 2364.165,
          "exitPrice": 2369.04,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 20
        },
        {
          "entryTs": 1716516060,
          "entryUtc": "2024-05-24T02:01:00.000Z",
          "exitTs": 1716517560,
          "dir": 1,
          "entryPrice": 2332.458,
          "exitPrice": 2328.212,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 25
        },
        {
          "entryTs": 1716518820,
          "entryUtc": "2024-05-24T02:47:00.000Z",
          "exitTs": 1716528600,
          "dir": -1,
          "entryPrice": 2330.765,
          "exitPrice": 2335.707,
          "stopDistance": 4.942,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 163
        },
        {
          "entryTs": 1716547560,
          "entryUtc": "2024-05-24T10:46:00.000Z",
          "exitTs": 1716553800,
          "dir": 1,
          "entryPrice": 2339.925,
          "exitPrice": 2335.475,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 104
        },
        {
          "entryTs": 1716567540,
          "entryUtc": "2024-05-24T16:19:00.000Z",
          "exitTs": 1716760800,
          "dir": -1,
          "entryPrice": 2335.885,
          "exitPrice": 2335.775,
          "stopDistance": 5.88,
          "outcome": "time",
          "netR": -0.0442,
          "holdMinutes": 3221
        },
        {
          "entryTs": 1716765840,
          "entryUtc": "2024-05-26T23:24:00.000Z",
          "exitTs": 1716778440,
          "dir": 1,
          "entryPrice": 2338.024,
          "exitPrice": 2345.754,
          "stopDistance": 3.865,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 210
        },
        {
          "entryTs": 1716782880,
          "entryUtc": "2024-05-27T04:08:00.000Z",
          "exitTs": 1716793440,
          "dir": 1,
          "entryPrice": 2343.485,
          "exitPrice": 2339.545,
          "stopDistance": 3.94,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 176
        },
        {
          "entryTs": 1716813900,
          "entryUtc": "2024-05-27T12:45:00.000Z",
          "exitTs": 1716817620,
          "dir": 1,
          "entryPrice": 2347.495,
          "exitPrice": 2354.392,
          "stopDistance": 3.448,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 62
        },
        {
          "entryTs": 1716821160,
          "entryUtc": "2024-05-27T14:46:00.000Z",
          "exitTs": 1716858840,
          "dir": 1,
          "entryPrice": 2354.515,
          "exitPrice": 2350.185,
          "stopDistance": 4.33,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 628
        },
        {
          "entryTs": 1716861720,
          "entryUtc": "2024-05-28T02:02:00.000Z",
          "exitTs": 1716866520,
          "dir": 1,
          "entryPrice": 2353.958,
          "exitPrice": 2350.696,
          "stopDistance": 3.262,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 80
        },
        {
          "entryTs": 1716883320,
          "entryUtc": "2024-05-28T08:02:00.000Z",
          "exitTs": 1716898020,
          "dir": -1,
          "entryPrice": 2344.915,
          "exitPrice": 2348.575,
          "stopDistance": 3.66,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 245
        },
        {
          "entryTs": 1716900840,
          "entryUtc": "2024-05-28T12:54:00.000Z",
          "exitTs": 1716902340,
          "dir": 1,
          "entryPrice": 2353.148,
          "exitPrice": 2361.236,
          "stopDistance": 4.044,
          "outcome": "target",
          "netR": 1.9085,
          "holdMinutes": 25
        },
        {
          "entryTs": 1716903900,
          "entryUtc": "2024-05-28T13:45:00.000Z",
          "exitTs": 1716904800,
          "dir": 1,
          "entryPrice": 2356.525,
          "exitPrice": 2351.733,
          "stopDistance": 4.792,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 15
        },
        {
          "entryTs": 1716904980,
          "entryUtc": "2024-05-28T14:03:00.000Z",
          "exitTs": 1716909540,
          "dir": 1,
          "entryPrice": 2349.875,
          "exitPrice": 2357.691,
          "stopDistance": 3.908,
          "outcome": "target",
          "netR": 1.9053,
          "holdMinutes": 76
        },
        {
          "entryTs": 1716975780,
          "entryUtc": "2024-05-29T09:43:00.000Z",
          "exitTs": 1716987180,
          "dir": -1,
          "entryPrice": 2343.995,
          "exitPrice": 2335.367,
          "stopDistance": 4.314,
          "outcome": "target",
          "netR": 1.9142,
          "holdMinutes": 190
        },
        {
          "entryTs": 1717032600,
          "entryUtc": "2024-05-30T01:30:00.000Z",
          "exitTs": 1717033260,
          "dir": 1,
          "entryPrice": 2337.665,
          "exitPrice": 2334.449,
          "stopDistance": 3.216,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 11
        },
        {
          "entryTs": 1717034700,
          "entryUtc": "2024-05-30T02:05:00.000Z",
          "exitTs": 1717036980,
          "dir": -1,
          "entryPrice": 2335.055,
          "exitPrice": 2328.135,
          "stopDistance": 3.46,
          "outcome": "target",
          "netR": 1.8931,
          "holdMinutes": 38
        },
        {
          "entryTs": 1717038900,
          "entryUtc": "2024-05-30T03:15:00.000Z",
          "exitTs": 1717042200,
          "dir": -1,
          "entryPrice": 2331.538,
          "exitPrice": 2335.665,
          "stopDistance": 4.127,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 55
        },
        {
          "entryTs": 1717049520,
          "entryUtc": "2024-05-30T06:12:00.000Z",
          "exitTs": 1717051920,
          "dir": -1,
          "entryPrice": 2327.348,
          "exitPrice": 2331.723,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 40
        },
        {
          "entryTs": 1717054320,
          "entryUtc": "2024-05-30T07:32:00.000Z",
          "exitTs": 1717072500,
          "dir": 1,
          "entryPrice": 2334.425,
          "exitPrice": 2343.959,
          "stopDistance": 4.767,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 303
        },
        {
          "entryTs": 1717126920,
          "entryUtc": "2024-05-31T03:42:00.000Z",
          "exitTs": 1717128000,
          "dir": -1,
          "entryPrice": 2340.008,
          "exitPrice": 2343.695,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 18
        },
        {
          "entryTs": 1717128240,
          "entryUtc": "2024-05-31T04:04:00.000Z",
          "exitTs": 1717158720,
          "dir": -1,
          "entryPrice": 2344.685,
          "exitPrice": 2348.043,
          "stopDistance": 3.357,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 508
        },
        {
          "entryTs": 1717161660,
          "entryUtc": "2024-05-31T13:21:00.000Z",
          "exitTs": 1717163520,
          "dir": 1,
          "entryPrice": 2353.775,
          "exitPrice": 2349.25,
          "stopDistance": 4.525,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 31
        },
        {
          "entryTs": 1717177560,
          "entryUtc": "2024-05-31T17:46:00.000Z",
          "exitTs": 1717365600,
          "dir": -1,
          "entryPrice": 2326.425,
          "exitPrice": 2328.735,
          "stopDistance": 6.965,
          "outcome": "time",
          "netR": -0.3848,
          "holdMinutes": 3134
        },
        {
          "entryTs": 1717394400,
          "entryUtc": "2024-06-03T06:00:00.000Z",
          "exitTs": 1717398540,
          "dir": -1,
          "entryPrice": 2320.765,
          "exitPrice": 2325.067,
          "stopDistance": 4.302,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 69
        },
        {
          "entryTs": 1717414680,
          "entryUtc": "2024-06-03T11:38:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2329.798,
          "exitPrice": 2338.925,
          "stopDistance": 4.563,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 142
        },
        {
          "entryTs": 1717427100,
          "entryUtc": "2024-06-03T15:05:00.000Z",
          "exitTs": 1717432920,
          "dir": 1,
          "entryPrice": 2336.455,
          "exitPrice": 2348.305,
          "stopDistance": 5.925,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 97
        },
        {
          "entryTs": 1717467000,
          "entryUtc": "2024-06-04T02:10:00.000Z",
          "exitTs": 1717485180,
          "dir": -1,
          "entryPrice": 2348.995,
          "exitPrice": 2342.806,
          "stopDistance": 3.094,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 303
        },
        {
          "entryTs": 1717494420,
          "entryUtc": "2024-06-04T09:47:00.000Z",
          "exitTs": 1717506000,
          "dir": -1,
          "entryPrice": 2332.035,
          "exitPrice": 2336.563,
          "stopDistance": 4.528,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 193
        },
        {
          "entryTs": 1717508220,
          "entryUtc": "2024-06-04T13:37:00.000Z",
          "exitTs": 1717508640,
          "dir": 1,
          "entryPrice": 2331.468,
          "exitPrice": 2326.953,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 7
        },
        {
          "entryTs": 1717509600,
          "entryUtc": "2024-06-04T14:00:00.000Z",
          "exitTs": 1717510680,
          "dir": -1,
          "entryPrice": 2329.045,
          "exitPrice": 2316.978,
          "stopDistance": 6.033,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 18
        },
        {
          "entryTs": 1717517580,
          "entryUtc": "2024-06-04T16:13:00.000Z",
          "exitTs": 1717563660,
          "dir": 1,
          "entryPrice": 2324.275,
          "exitPrice": 2339.485,
          "stopDistance": 7.605,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 768
        },
        {
          "entryTs": 1717565640,
          "entryUtc": "2024-06-05T05:34:00.000Z",
          "exitTs": 1717567620,
          "dir": 1,
          "entryPrice": 2339.148,
          "exitPrice": 2336.148,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 33
        },
        {
          "entryTs": 1717567860,
          "entryUtc": "2024-06-05T06:11:00.000Z",
          "exitTs": 1717568160,
          "dir": 1,
          "entryPrice": 2334.254,
          "exitPrice": 2331.193,
          "stopDistance": 3.061,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 5
        },
        {
          "entryTs": 1717569480,
          "entryUtc": "2024-06-05T06:38:00.000Z",
          "exitTs": 1717589700,
          "dir": -1,
          "entryPrice": 2333.325,
          "exitPrice": 2337.066,
          "stopDistance": 3.741,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 337
        },
        {
          "entryTs": 1717594680,
          "entryUtc": "2024-06-05T13:38:00.000Z",
          "exitTs": 1717596900,
          "dir": 1,
          "entryPrice": 2339.545,
          "exitPrice": 2334.833,
          "stopDistance": 4.712,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 37
        },
        {
          "entryTs": 1717639080,
          "entryUtc": "2024-06-06T01:58:00.000Z",
          "exitTs": 1717642800,
          "dir": 1,
          "entryPrice": 2366.245,
          "exitPrice": 2374.69,
          "stopDistance": 4.222,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 62
        },
        {
          "entryTs": 1717643760,
          "entryUtc": "2024-06-06T03:16:00.000Z",
          "exitTs": 1717655100,
          "dir": 1,
          "entryPrice": 2370.178,
          "exitPrice": 2365.415,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 189
        },
        {
          "entryTs": 1717682460,
          "entryUtc": "2024-06-06T14:01:00.000Z",
          "exitTs": 1717686720,
          "dir": 1,
          "entryPrice": 2359.525,
          "exitPrice": 2370.366,
          "stopDistance": 5.421,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 71
        },
        {
          "entryTs": 1717697100,
          "entryUtc": "2024-06-06T18:05:00.000Z",
          "exitTs": 1717734300,
          "dir": 1,
          "entryPrice": 2369.475,
          "exitPrice": 2382.471,
          "stopDistance": 6.498,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 620
        },
        {
          "entryTs": 1717744260,
          "entryUtc": "2024-06-07T07:11:00.000Z",
          "exitTs": 1717747320,
          "dir": -1,
          "entryPrice": 2377.695,
          "exitPrice": 2367.869,
          "stopDistance": 4.913,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 51
        },
        {
          "entryTs": 1717765320,
          "entryUtc": "2024-06-07T13:02:00.000Z",
          "exitTs": 1717785360,
          "dir": -1,
          "entryPrice": 2320.025,
          "exitPrice": 2302.161,
          "stopDistance": 8.932,
          "outcome": "target",
          "netR": 1.9586,
          "holdMinutes": 334
        },
        {
          "entryTs": 1718005560,
          "entryUtc": "2024-06-10T07:46:00.000Z",
          "exitTs": 1718020500,
          "dir": 1,
          "entryPrice": 2294.325,
          "exitPrice": 2303.706,
          "stopDistance": 4.691,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 249
        },
        {
          "entryTs": 1718026200,
          "entryUtc": "2024-06-10T13:30:00.000Z",
          "exitTs": 1718036760,
          "dir": 1,
          "entryPrice": 2303.025,
          "exitPrice": 2312.023,
          "stopDistance": 4.499,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 176
        },
        {
          "entryTs": 1718069400,
          "entryUtc": "2024-06-11T01:30:00.000Z",
          "exitTs": 1718070900,
          "dir": -1,
          "entryPrice": 2309.435,
          "exitPrice": 2302.992,
          "stopDistance": 3.222,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 25
        },
        {
          "entryTs": 1718073000,
          "entryUtc": "2024-06-11T02:30:00.000Z",
          "exitTs": 1718094360,
          "dir": -1,
          "entryPrice": 2303.245,
          "exitPrice": 2307.026,
          "stopDistance": 3.781,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 356
        },
        {
          "entryTs": 1718110800,
          "entryUtc": "2024-06-11T13:00:00.000Z",
          "exitTs": 1718111700,
          "dir": 1,
          "entryPrice": 2316.935,
          "exitPrice": 2312.685,
          "stopDistance": 4.251,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 15
        },
        {
          "entryTs": 1718156040,
          "entryUtc": "2024-06-12T01:34:00.000Z",
          "exitTs": 1718162580,
          "dir": -1,
          "entryPrice": 2313.024,
          "exitPrice": 2315.702,
          "stopDistance": 2.678,
          "outcome": "stop",
          "netR": -1.1568,
          "holdMinutes": 109
        },
        {
          "entryTs": 1718199060,
          "entryUtc": "2024-06-12T13:31:00.000Z",
          "exitTs": 1718199360,
          "dir": 1,
          "entryPrice": 2335.695,
          "exitPrice": 2330.171,
          "stopDistance": 5.524,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 5
        },
        {
          "entryTs": 1718199420,
          "entryUtc": "2024-06-12T13:37:00.000Z",
          "exitTs": 1718201100,
          "dir": 1,
          "entryPrice": 2329.325,
          "exitPrice": 2324.045,
          "stopDistance": 5.28,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 28
        },
        {
          "entryTs": 1718206140,
          "entryUtc": "2024-06-12T15:29:00.000Z",
          "exitTs": 1718206800,
          "dir": -1,
          "entryPrice": 2329.805,
          "exitPrice": 2336.619,
          "stopDistance": 6.814,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 11
        },
        {
          "entryTs": 1718215200,
          "entryUtc": "2024-06-12T18:00:00.000Z",
          "exitTs": 1718218020,
          "dir": 1,
          "entryPrice": 2330.158,
          "exitPrice": 2322.709,
          "stopDistance": 7.449,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 47
        },
        {
          "entryTs": 1718243280,
          "entryUtc": "2024-06-13T01:48:00.000Z",
          "exitTs": 1718264700,
          "dir": -1,
          "entryPrice": 2312.715,
          "exitPrice": 2318.043,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 357
        },
        {
          "entryTs": 1718280000,
          "entryUtc": "2024-06-13T12:00:00.000Z",
          "exitTs": 1718281800,
          "dir": -1,
          "entryPrice": 2307.348,
          "exitPrice": 2311.809,
          "stopDistance": 4.461,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 30
        },
        {
          "entryTs": 1718284920,
          "entryUtc": "2024-06-13T13:22:00.000Z",
          "exitTs": 1718287080,
          "dir": 1,
          "entryPrice": 2315.788,
          "exitPrice": 2308.851,
          "stopDistance": 6.937,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 36
        },
        {
          "entryTs": 1718290800,
          "entryUtc": "2024-06-13T15:00:00.000Z",
          "exitTs": 1718294400,
          "dir": -1,
          "entryPrice": 2314.278,
          "exitPrice": 2297.48,
          "stopDistance": 8.399,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 60
        },
        {
          "entryTs": 1718296200,
          "entryUtc": "2024-06-13T16:30:00.000Z",
          "exitTs": 1718334780,
          "dir": -1,
          "entryPrice": 2299.255,
          "exitPrice": 2307.756,
          "stopDistance": 8.501,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 643
        },
        {
          "entryTs": 1718344980,
          "entryUtc": "2024-06-14T06:03:00.000Z",
          "exitTs": 1718351400,
          "dir": 1,
          "entryPrice": 2308.975,
          "exitPrice": 2315.134,
          "stopDistance": 3.079,
          "outcome": "target",
          "netR": 1.8798,
          "holdMinutes": 107
        },
        {
          "entryTs": 1718353860,
          "entryUtc": "2024-06-14T08:31:00.000Z",
          "exitTs": 1718360400,
          "dir": 1,
          "entryPrice": 2318.075,
          "exitPrice": 2326.318,
          "stopDistance": 4.122,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 109
        },
        {
          "entryTs": 1718366400,
          "entryUtc": "2024-06-14T12:00:00.000Z",
          "exitTs": 1718371800,
          "dir": 1,
          "entryPrice": 2331.465,
          "exitPrice": 2326.064,
          "stopDistance": 5.401,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 90
        },
        {
          "entryTs": 1718585100,
          "entryUtc": "2024-06-17T00:45:00.000Z",
          "exitTs": 1718602200,
          "dir": -1,
          "entryPrice": 2326.948,
          "exitPrice": 2320.748,
          "stopDistance": 3.1,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 285
        },
        {
          "entryTs": 1718631000,
          "entryUtc": "2024-06-17T13:30:00.000Z",
          "exitTs": 1718633280,
          "dir": 1,
          "entryPrice": 2323.035,
          "exitPrice": 2318.901,
          "stopDistance": 4.134,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 38
        },
        {
          "entryTs": 1718633820,
          "entryUtc": "2024-06-17T14:17:00.000Z",
          "exitTs": 1718634540,
          "dir": -1,
          "entryPrice": 2321.475,
          "exitPrice": 2325.915,
          "stopDistance": 4.439,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 12
        },
        {
          "entryTs": 1718635500,
          "entryUtc": "2024-06-17T14:45:00.000Z",
          "exitTs": 1718638200,
          "dir": 1,
          "entryPrice": 2323.785,
          "exitPrice": 2318.802,
          "stopDistance": 4.983,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 45
        },
        {
          "entryTs": 1718640000,
          "entryUtc": "2024-06-17T16:00:00.000Z",
          "exitTs": 1718649660,
          "dir": -1,
          "entryPrice": 2313.185,
          "exitPrice": 2318.627,
          "stopDistance": 5.442,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 161
        },
        {
          "entryTs": 1718672520,
          "entryUtc": "2024-06-18T01:02:00.000Z",
          "exitTs": 1718673360,
          "dir": 1,
          "entryPrice": 2323.598,
          "exitPrice": 2320.869,
          "stopDistance": 2.729,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 14
        },
        {
          "entryTs": 1718674200,
          "entryUtc": "2024-06-18T01:30:00.000Z",
          "exitTs": 1718678460,
          "dir": -1,
          "entryPrice": 2321.758,
          "exitPrice": 2324.766,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 71
        },
        {
          "entryTs": 1718679780,
          "entryUtc": "2024-06-18T03:03:00.000Z",
          "exitTs": 1718687160,
          "dir": 1,
          "entryPrice": 2323.745,
          "exitPrice": 2320.602,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 123
        },
        {
          "entryTs": 1718688720,
          "entryUtc": "2024-06-18T05:32:00.000Z",
          "exitTs": 1718696940,
          "dir": -1,
          "entryPrice": 2320.995,
          "exitPrice": 2315.298,
          "stopDistance": 2.849,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 137
        },
        {
          "entryTs": 1718709480,
          "entryUtc": "2024-06-18T11:18:00.000Z",
          "exitTs": 1718711460,
          "dir": -1,
          "entryPrice": 2310.075,
          "exitPrice": 2313.461,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 33
        },
        {
          "entryTs": 1718721900,
          "entryUtc": "2024-06-18T14:45:00.000Z",
          "exitTs": 1718811900,
          "dir": 1,
          "entryPrice": 2322.755,
          "exitPrice": 2328.015,
          "stopDistance": 6.615,
          "outcome": "time",
          "netR": 0.7392,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1718848800,
          "entryUtc": "2024-06-20T02:00:00.000Z",
          "exitTs": 1718851260,
          "dir": 1,
          "entryPrice": 2335.925,
          "exitPrice": 2332.722,
          "stopDistance": 3.203,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 41
        },
        {
          "entryTs": 1718856480,
          "entryUtc": "2024-06-20T04:08:00.000Z",
          "exitTs": 1718857620,
          "dir": -1,
          "entryPrice": 2334.595,
          "exitPrice": 2337.75,
          "stopDistance": 3.156,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 19
        },
        {
          "entryTs": 1718872440,
          "entryUtc": "2024-06-20T08:34:00.000Z",
          "exitTs": 1718879640,
          "dir": -1,
          "entryPrice": 2334.215,
          "exitPrice": 2338.053,
          "stopDistance": 3.838,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 120
        },
        {
          "entryTs": 1718896920,
          "entryUtc": "2024-06-20T15:22:00.000Z",
          "exitTs": 1718958540,
          "dir": 1,
          "entryPrice": 2354.635,
          "exitPrice": 2367.832,
          "stopDistance": 6.598,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 1027
        },
        {
          "entryTs": 1718964240,
          "entryUtc": "2024-06-21T10:04:00.000Z",
          "exitTs": 1718976060,
          "dir": 1,
          "entryPrice": 2362.558,
          "exitPrice": 2359.061,
          "stopDistance": 3.497,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 197
        },
        {
          "entryTs": 1718984700,
          "entryUtc": "2024-06-21T15:45:00.000Z",
          "exitTs": 1719180000,
          "dir": -1,
          "entryPrice": 2328.238,
          "exitPrice": 2318.385,
          "stopDistance": 7.365,
          "outcome": "time",
          "netR": 1.2875,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1719196200,
          "entryUtc": "2024-06-24T02:30:00.000Z",
          "exitTs": 1719198120,
          "dir": -1,
          "entryPrice": 2321.435,
          "exitPrice": 2325.243,
          "stopDistance": 3.808,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 32
        },
        {
          "entryTs": 1719216600,
          "entryUtc": "2024-06-24T08:10:00.000Z",
          "exitTs": 1719220080,
          "dir": 1,
          "entryPrice": 2330.205,
          "exitPrice": 2326.667,
          "stopDistance": 3.538,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 58
        },
        {
          "entryTs": 1719221580,
          "entryUtc": "2024-06-24T09:33:00.000Z",
          "exitTs": 1719221580,
          "dir": 1,
          "entryPrice": 2324.175,
          "exitPrice": 2320.786,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 0
        },
        {
          "entryTs": 1719223620,
          "entryUtc": "2024-06-24T10:07:00.000Z",
          "exitTs": 1719235800,
          "dir": -1,
          "entryPrice": 2326.965,
          "exitPrice": 2331.328,
          "stopDistance": 4.363,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 203
        },
        {
          "entryTs": 1719236820,
          "entryUtc": "2024-06-24T13:47:00.000Z",
          "exitTs": 1719279120,
          "dir": 1,
          "entryPrice": 2330.388,
          "exitPrice": 2326.119,
          "stopDistance": 4.268,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 705
        },
        {
          "entryTs": 1719280800,
          "entryUtc": "2024-06-25T02:00:00.000Z",
          "exitTs": 1719293100,
          "dir": -1,
          "entryPrice": 2325.795,
          "exitPrice": 2328.558,
          "stopDistance": 2.763,
          "outcome": "stop",
          "netR": -1.152,
          "holdMinutes": 205
        },
        {
          "entryTs": 1719298020,
          "entryUtc": "2024-06-25T06:47:00.000Z",
          "exitTs": 1719305580,
          "dir": -1,
          "entryPrice": 2326.248,
          "exitPrice": 2329.324,
          "stopDistance": 3.076,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 126
        },
        {
          "entryTs": 1719314640,
          "entryUtc": "2024-06-25T11:24:00.000Z",
          "exitTs": 1719315660,
          "dir": 1,
          "entryPrice": 2332.028,
          "exitPrice": 2328.414,
          "stopDistance": 3.614,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 17
        },
        {
          "entryTs": 1719321480,
          "entryUtc": "2024-06-25T13:18:00.000Z",
          "exitTs": 1719329460,
          "dir": -1,
          "entryPrice": 2326.815,
          "exitPrice": 2318.808,
          "stopDistance": 4.004,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 133
        },
        {
          "entryTs": 1719367560,
          "entryUtc": "2024-06-26T02:06:00.000Z",
          "exitTs": 1719368280,
          "dir": -1,
          "entryPrice": 2314.795,
          "exitPrice": 2318.985,
          "stopDistance": 4.19,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 12
        },
        {
          "entryTs": 1719370500,
          "entryUtc": "2024-06-26T02:55:00.000Z",
          "exitTs": 1719380220,
          "dir": 1,
          "entryPrice": 2319.198,
          "exitPrice": 2314.689,
          "stopDistance": 4.509,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 162
        },
        {
          "entryTs": 1719383580,
          "entryUtc": "2024-06-26T06:33:00.000Z",
          "exitTs": 1719394980,
          "dir": -1,
          "entryPrice": 2314.428,
          "exitPrice": 2318.098,
          "stopDistance": 3.671,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 190
        },
        {
          "entryTs": 1719402180,
          "entryUtc": "2024-06-26T11:43:00.000Z",
          "exitTs": 1719403440,
          "dir": -1,
          "entryPrice": 2310.995,
          "exitPrice": 2315.266,
          "stopDistance": 4.271,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 21
        },
        {
          "entryTs": 1719406680,
          "entryUtc": "2024-06-26T12:58:00.000Z",
          "exitTs": 1719407340,
          "dir": 1,
          "entryPrice": 2310.855,
          "exitPrice": 2306.115,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 11
        },
        {
          "entryTs": 1719410580,
          "entryUtc": "2024-06-26T14:03:00.000Z",
          "exitTs": 1719477780,
          "dir": -1,
          "entryPrice": 2299.885,
          "exitPrice": 2306.066,
          "stopDistance": 6.181,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 1120
        },
        {
          "entryTs": 1719481380,
          "entryUtc": "2024-06-27T09:43:00.000Z",
          "exitTs": 1719488460,
          "dir": 1,
          "entryPrice": 2310.115,
          "exitPrice": 2316.913,
          "stopDistance": 3.399,
          "outcome": "target",
          "netR": 1.8911,
          "holdMinutes": 118
        },
        {
          "entryTs": 1719493260,
          "entryUtc": "2024-06-27T13:01:00.000Z",
          "exitTs": 1719496860,
          "dir": 1,
          "entryPrice": 2320.595,
          "exitPrice": 2329.678,
          "stopDistance": 4.541,
          "outcome": "target",
          "netR": 1.9185,
          "holdMinutes": 60
        },
        {
          "entryTs": 1719537540,
          "entryUtc": "2024-06-28T01:19:00.000Z",
          "exitTs": 1719553800,
          "dir": -1,
          "entryPrice": 2322.955,
          "exitPrice": 2325.844,
          "stopDistance": 2.889,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 271
        },
        {
          "entryTs": 1719564600,
          "entryUtc": "2024-06-28T08:50:00.000Z",
          "exitTs": 1719570540,
          "dir": 1,
          "entryPrice": 2328.875,
          "exitPrice": 2335.345,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 99
        },
        {
          "entryTs": 1719573900,
          "entryUtc": "2024-06-28T11:25:00.000Z",
          "exitTs": 1719577800,
          "dir": 1,
          "entryPrice": 2334.185,
          "exitPrice": 2330.841,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 65
        },
        {
          "entryTs": 1719583200,
          "entryUtc": "2024-06-28T14:00:00.000Z",
          "exitTs": 1719784800,
          "dir": -1,
          "entryPrice": 2332.095,
          "exitPrice": 2326.075,
          "stopDistance": 4.861,
          "outcome": "time",
          "netR": 1.1623,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1719806760,
          "entryUtc": "2024-07-01T04:06:00.000Z",
          "exitTs": 1719811800,
          "dir": -1,
          "entryPrice": 2325.058,
          "exitPrice": 2319.553,
          "stopDistance": 2.753,
          "outcome": "target",
          "netR": 1.8656,
          "holdMinutes": 84
        },
        {
          "entryTs": 1719814380,
          "entryUtc": "2024-07-01T06:13:00.000Z",
          "exitTs": 1719815160,
          "dir": -1,
          "entryPrice": 2323.875,
          "exitPrice": 2326.778,
          "stopDistance": 2.903,
          "outcome": "stop",
          "netR": -1.1447,
          "holdMinutes": 13
        },
        {
          "entryTs": 1719816300,
          "entryUtc": "2024-07-01T06:45:00.000Z",
          "exitTs": 1719821100,
          "dir": 1,
          "entryPrice": 2325.835,
          "exitPrice": 2322.262,
          "stopDistance": 3.573,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 80
        },
        {
          "entryTs": 1719841020,
          "entryUtc": "2024-07-01T13:37:00.000Z",
          "exitTs": 1719843720,
          "dir": -1,
          "entryPrice": 2330.175,
          "exitPrice": 2321.983,
          "stopDistance": 4.096,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 45
        },
        {
          "entryTs": 1719845880,
          "entryUtc": "2024-07-01T14:58:00.000Z",
          "exitTs": 1719850740,
          "dir": -1,
          "entryPrice": 2324.175,
          "exitPrice": 2330.504,
          "stopDistance": 6.329,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 81
        },
        {
          "entryTs": 1719899100,
          "entryUtc": "2024-07-02T05:45:00.000Z",
          "exitTs": 1719904560,
          "dir": -1,
          "entryPrice": 2330.055,
          "exitPrice": 2324.78,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 91
        },
        {
          "entryTs": 1719906180,
          "entryUtc": "2024-07-02T07:43:00.000Z",
          "exitTs": 1719907080,
          "dir": -1,
          "entryPrice": 2326.725,
          "exitPrice": 2329.807,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 15
        },
        {
          "entryTs": 1719908700,
          "entryUtc": "2024-07-02T08:25:00.000Z",
          "exitTs": 1719913440,
          "dir": 1,
          "entryPrice": 2329.928,
          "exitPrice": 2326.591,
          "stopDistance": 3.337,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 79
        },
        {
          "entryTs": 1719921600,
          "entryUtc": "2024-07-02T12:00:00.000Z",
          "exitTs": 1719924000,
          "dir": -1,
          "entryPrice": 2321.515,
          "exitPrice": 2325.119,
          "stopDistance": 3.604,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 40
        },
        {
          "entryTs": 1719928800,
          "entryUtc": "2024-07-02T14:00:00.000Z",
          "exitTs": 1719929340,
          "dir": 1,
          "entryPrice": 2331.495,
          "exitPrice": 2326.619,
          "stopDistance": 4.876,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 9
        },
        {
          "entryTs": 1719930600,
          "entryUtc": "2024-07-02T14:30:00.000Z",
          "exitTs": 1719981120,
          "dir": -1,
          "entryPrice": 2327.685,
          "exitPrice": 2333.474,
          "stopDistance": 5.789,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 842
        },
        {
          "entryTs": 1719992160,
          "entryUtc": "2024-07-03T07:36:00.000Z",
          "exitTs": 1719993420,
          "dir": 1,
          "entryPrice": 2339.795,
          "exitPrice": 2346.134,
          "stopDistance": 3.17,
          "outcome": "target",
          "netR": 1.8833,
          "holdMinutes": 21
        },
        {
          "entryTs": 1719995520,
          "entryUtc": "2024-07-03T08:32:00.000Z",
          "exitTs": 1720009980,
          "dir": 1,
          "entryPrice": 2345.105,
          "exitPrice": 2352.73,
          "stopDistance": 3.813,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 241
        },
        {
          "entryTs": 1720011660,
          "entryUtc": "2024-07-03T13:01:00.000Z",
          "exitTs": 1720014180,
          "dir": 1,
          "entryPrice": 2347.985,
          "exitPrice": 2357.257,
          "stopDistance": 4.636,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 42
        },
        {
          "entryTs": 1720166400,
          "entryUtc": "2024-07-05T08:00:00.000Z",
          "exitTs": 1720173600,
          "dir": 1,
          "entryPrice": 2364.755,
          "exitPrice": 2361.778,
          "stopDistance": 2.977,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 120
        },
        {
          "entryTs": 1720174860,
          "entryUtc": "2024-07-05T10:21:00.000Z",
          "exitTs": 1720180920,
          "dir": -1,
          "entryPrice": 2363.755,
          "exitPrice": 2366.767,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 101
        },
        {
          "entryTs": 1720188180,
          "entryUtc": "2024-07-05T14:03:00.000Z",
          "exitTs": 1720389600,
          "dir": 1,
          "entryPrice": 2378.948,
          "exitPrice": 2387.055,
          "stopDistance": 7.743,
          "outcome": "time",
          "netR": 0.9992,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1720413060,
          "entryUtc": "2024-07-08T04:31:00.000Z",
          "exitTs": 1720421940,
          "dir": -1,
          "entryPrice": 2384.305,
          "exitPrice": 2376.697,
          "stopDistance": 3.804,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 148
        },
        {
          "entryTs": 1720429200,
          "entryUtc": "2024-07-08T09:00:00.000Z",
          "exitTs": 1720441200,
          "dir": -1,
          "entryPrice": 2373.245,
          "exitPrice": 2376.894,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 200
        },
        {
          "entryTs": 1720443840,
          "entryUtc": "2024-07-08T13:04:00.000Z",
          "exitTs": 1720447620,
          "dir": -1,
          "entryPrice": 2374.208,
          "exitPrice": 2377.98,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 63
        },
        {
          "entryTs": 1720456860,
          "entryUtc": "2024-07-08T16:41:00.000Z",
          "exitTs": 1720483200,
          "dir": -1,
          "entryPrice": 2356.015,
          "exitPrice": 2362.352,
          "stopDistance": 6.337,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 439
        },
        {
          "entryTs": 1720512600,
          "entryUtc": "2024-07-09T08:10:00.000Z",
          "exitTs": 1720516380,
          "dir": -1,
          "entryPrice": 2360.195,
          "exitPrice": 2363.265,
          "stopDistance": 3.07,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 63
        },
        {
          "entryTs": 1720529760,
          "entryUtc": "2024-07-09T12:56:00.000Z",
          "exitTs": 1720530300,
          "dir": -1,
          "entryPrice": 2358.998,
          "exitPrice": 2362.652,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 9
        },
        {
          "entryTs": 1720533840,
          "entryUtc": "2024-07-09T14:04:00.000Z",
          "exitTs": 1720533900,
          "dir": 1,
          "entryPrice": 2362.028,
          "exitPrice": 2357.996,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 1
        },
        {
          "entryTs": 1720535460,
          "entryUtc": "2024-07-09T14:31:00.000Z",
          "exitTs": 1720537980,
          "dir": -1,
          "entryPrice": 2363.515,
          "exitPrice": 2352.222,
          "stopDistance": 5.647,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 42
        },
        {
          "entryTs": 1720540140,
          "entryUtc": "2024-07-09T15:49:00.000Z",
          "exitTs": 1720551000,
          "dir": -1,
          "entryPrice": 2358.665,
          "exitPrice": 2365.077,
          "stopDistance": 6.412,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 181
        },
        {
          "entryTs": 1720576560,
          "entryUtc": "2024-07-10T01:56:00.000Z",
          "exitTs": 1720594380,
          "dir": 1,
          "entryPrice": 2366.718,
          "exitPrice": 2372.186,
          "stopDistance": 2.734,
          "outcome": "target",
          "netR": 1.8647,
          "holdMinutes": 297
        },
        {
          "entryTs": 1720595700,
          "entryUtc": "2024-07-10T07:15:00.000Z",
          "exitTs": 1720612020,
          "dir": 1,
          "entryPrice": 2371.745,
          "exitPrice": 2377.438,
          "stopDistance": 2.847,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 272
        },
        {
          "entryTs": 1720616100,
          "entryUtc": "2024-07-10T12:55:00.000Z",
          "exitTs": 1720616820,
          "dir": 1,
          "entryPrice": 2379.118,
          "exitPrice": 2376.096,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 12
        },
        {
          "entryTs": 1720621080,
          "entryUtc": "2024-07-10T14:18:00.000Z",
          "exitTs": 1720621260,
          "dir": 1,
          "entryPrice": 2381.715,
          "exitPrice": 2377.776,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 3
        },
        {
          "entryTs": 1720625340,
          "entryUtc": "2024-07-10T15:29:00.000Z",
          "exitTs": 1720635900,
          "dir": -1,
          "entryPrice": 2379.115,
          "exitPrice": 2369.851,
          "stopDistance": 4.632,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 176
        },
        {
          "entryTs": 1720702920,
          "entryUtc": "2024-07-11T13:02:00.000Z",
          "exitTs": 1720705260,
          "dir": 1,
          "entryPrice": 2404.595,
          "exitPrice": 2398.075,
          "stopDistance": 6.519,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 39
        },
        {
          "entryTs": 1720780620,
          "entryUtc": "2024-07-12T10:37:00.000Z",
          "exitTs": 1720787460,
          "dir": -1,
          "entryPrice": 2402.435,
          "exitPrice": 2394.749,
          "stopDistance": 3.843,
          "outcome": "target",
          "netR": 1.9037,
          "holdMinutes": 114
        },
        {
          "entryTs": 1720789560,
          "entryUtc": "2024-07-12T13:06:00.000Z",
          "exitTs": 1720790160,
          "dir": -1,
          "entryPrice": 2399.585,
          "exitPrice": 2404.668,
          "stopDistance": 5.083,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 10
        },
        {
          "entryTs": 1720791000,
          "entryUtc": "2024-07-12T13:30:00.000Z",
          "exitTs": 1720796940,
          "dir": 1,
          "entryPrice": 2400.495,
          "exitPrice": 2411.855,
          "stopDistance": 5.68,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 99
        },
        {
          "entryTs": 1721032680,
          "entryUtc": "2024-07-15T08:38:00.000Z",
          "exitTs": 1721038860,
          "dir": -1,
          "entryPrice": 2410.735,
          "exitPrice": 2413.761,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 103
        },
        {
          "entryTs": 1721046300,
          "entryUtc": "2024-07-15T12:25:00.000Z",
          "exitTs": 1721048940,
          "dir": 1,
          "entryPrice": 2416.395,
          "exitPrice": 2412.558,
          "stopDistance": 3.837,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 44
        },
        {
          "entryTs": 1721051760,
          "entryUtc": "2024-07-15T13:56:00.000Z",
          "exitTs": 1721052540,
          "dir": -1,
          "entryPrice": 2417.765,
          "exitPrice": 2421.983,
          "stopDistance": 4.218,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 13
        },
        {
          "entryTs": 1721056620,
          "entryUtc": "2024-07-15T15:17:00.000Z",
          "exitTs": 1721062980,
          "dir": 1,
          "entryPrice": 2431.368,
          "exitPrice": 2425.629,
          "stopDistance": 5.738,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 106
        },
        {
          "entryTs": 1721093760,
          "entryUtc": "2024-07-16T01:36:00.000Z",
          "exitTs": 1721098500,
          "dir": 1,
          "entryPrice": 2423.738,
          "exitPrice": 2429.784,
          "stopDistance": 3.023,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 79
        },
        {
          "entryTs": 1721124600,
          "entryUtc": "2024-07-16T10:10:00.000Z",
          "exitTs": 1721133000,
          "dir": 1,
          "entryPrice": 2441.845,
          "exitPrice": 2437.675,
          "stopDistance": 4.17,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 140
        },
        {
          "entryTs": 1721135160,
          "entryUtc": "2024-07-16T13:06:00.000Z",
          "exitTs": 1721137080,
          "dir": -1,
          "entryPrice": 2435.015,
          "exitPrice": 2440.363,
          "stopDistance": 5.348,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 32
        },
        {
          "entryTs": 1721138940,
          "entryUtc": "2024-07-16T14:09:00.000Z",
          "exitTs": 1721142240,
          "dir": 1,
          "entryPrice": 2440.905,
          "exitPrice": 2454.222,
          "stopDistance": 6.658,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 55
        },
        {
          "entryTs": 1721178000,
          "entryUtc": "2024-07-17T01:00:00.000Z",
          "exitTs": 1721179320,
          "dir": 1,
          "entryPrice": 2468.544,
          "exitPrice": 2476.444,
          "stopDistance": 3.95,
          "outcome": "target",
          "netR": 1.9063,
          "holdMinutes": 22
        },
        {
          "entryTs": 1721208300,
          "entryUtc": "2024-07-17T09:25:00.000Z",
          "exitTs": 1721224740,
          "dir": 1,
          "entryPrice": 2470.645,
          "exitPrice": 2481.656,
          "stopDistance": 5.505,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 274
        },
        {
          "entryTs": 1721227380,
          "entryUtc": "2024-07-17T14:43:00.000Z",
          "exitTs": 1721233500,
          "dir": -1,
          "entryPrice": 2471.885,
          "exitPrice": 2454.86,
          "stopDistance": 8.513,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 102
        },
        {
          "entryTs": 1721262600,
          "entryUtc": "2024-07-18T00:30:00.000Z",
          "exitTs": 1721265360,
          "dir": -1,
          "entryPrice": 2459.224,
          "exitPrice": 2462.789,
          "stopDistance": 3.565,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 46
        },
        {
          "entryTs": 1721266380,
          "entryUtc": "2024-07-18T01:33:00.000Z",
          "exitTs": 1721280000,
          "dir": 1,
          "entryPrice": 2461.855,
          "exitPrice": 2469.466,
          "stopDistance": 3.805,
          "outcome": "target",
          "netR": 1.9028,
          "holdMinutes": 227
        },
        {
          "entryTs": 1721280840,
          "entryUtc": "2024-07-18T05:34:00.000Z",
          "exitTs": 1721296980,
          "dir": 1,
          "entryPrice": 2467.775,
          "exitPrice": 2464.003,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 269
        },
        {
          "entryTs": 1721332320,
          "entryUtc": "2024-07-18T19:52:00.000Z",
          "exitTs": 1721347380,
          "dir": -1,
          "entryPrice": 2443.718,
          "exitPrice": 2432.94,
          "stopDistance": 5.389,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 251
        },
        {
          "entryTs": 1721349000,
          "entryUtc": "2024-07-19T00:30:00.000Z",
          "exitTs": 1721352480,
          "dir": -1,
          "entryPrice": 2431.975,
          "exitPrice": 2422.41,
          "stopDistance": 4.783,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 58
        },
        {
          "entryTs": 1721353140,
          "entryUtc": "2024-07-19T01:39:00.000Z",
          "exitTs": 1721369520,
          "dir": -1,
          "entryPrice": 2427.595,
          "exitPrice": 2415.754,
          "stopDistance": 5.921,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 273
        },
        {
          "entryTs": 1721370660,
          "entryUtc": "2024-07-19T06:31:00.000Z",
          "exitTs": 1721390580,
          "dir": -1,
          "entryPrice": 2418.525,
          "exitPrice": 2407.011,
          "stopDistance": 5.757,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 332
        },
        {
          "entryTs": 1721395980,
          "entryUtc": "2024-07-19T13:33:00.000Z",
          "exitTs": 1721396520,
          "dir": -1,
          "entryPrice": 2398.195,
          "exitPrice": 2404.213,
          "stopDistance": 6.018,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 9
        },
        {
          "entryTs": 1721397780,
          "entryUtc": "2024-07-19T14:03:00.000Z",
          "exitTs": 1721599200,
          "dir": 1,
          "entryPrice": 2401.218,
          "exitPrice": 2403.675,
          "stopDistance": 6.832,
          "outcome": "time",
          "netR": 0.3055,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1721606760,
          "entryUtc": "2024-07-22T00:06:00.000Z",
          "exitTs": 1721614620,
          "dir": 1,
          "entryPrice": 2408.795,
          "exitPrice": 2404.174,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 131
        },
        {
          "entryTs": 1721657160,
          "entryUtc": "2024-07-22T14:06:00.000Z",
          "exitTs": 1721696520,
          "dir": -1,
          "entryPrice": 2394.425,
          "exitPrice": 2400.282,
          "stopDistance": 5.857,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 656
        },
        {
          "entryTs": 1721699400,
          "entryUtc": "2024-07-23T01:50:00.000Z",
          "exitTs": 1721702880,
          "dir": 1,
          "entryPrice": 2401.945,
          "exitPrice": 2398.837,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 58
        },
        {
          "entryTs": 1721705700,
          "entryUtc": "2024-07-23T03:35:00.000Z",
          "exitTs": 1721713200,
          "dir": -1,
          "entryPrice": 2399.614,
          "exitPrice": 2392.76,
          "stopDistance": 3.427,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 125
        },
        {
          "entryTs": 1721714460,
          "entryUtc": "2024-07-23T06:01:00.000Z",
          "exitTs": 1721720700,
          "dir": -1,
          "entryPrice": 2393.055,
          "exitPrice": 2396.532,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 104
        },
        {
          "entryTs": 1721789340,
          "entryUtc": "2024-07-24T02:49:00.000Z",
          "exitTs": 1721801640,
          "dir": 1,
          "entryPrice": 2410.614,
          "exitPrice": 2418.391,
          "stopDistance": 3.888,
          "outcome": "target",
          "netR": 1.9048,
          "holdMinutes": 205
        },
        {
          "entryTs": 1721808000,
          "entryUtc": "2024-07-24T08:00:00.000Z",
          "exitTs": 1721823480,
          "dir": -1,
          "entryPrice": 2414.685,
          "exitPrice": 2418.576,
          "stopDistance": 3.891,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 258
        },
        {
          "entryTs": 1721827440,
          "entryUtc": "2024-07-24T13:24:00.000Z",
          "exitTs": 1721828340,
          "dir": 1,
          "entryPrice": 2414.595,
          "exitPrice": 2422.616,
          "stopDistance": 4.011,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 15
        },
        {
          "entryTs": 1721840220,
          "entryUtc": "2024-07-24T16:57:00.000Z",
          "exitTs": 1721843040,
          "dir": 1,
          "entryPrice": 2418.515,
          "exitPrice": 2412.782,
          "stopDistance": 5.733,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 47
        },
        {
          "entryTs": 1721878680,
          "entryUtc": "2024-07-25T03:38:00.000Z",
          "exitTs": 1721916900,
          "dir": -1,
          "entryPrice": 2375.165,
          "exitPrice": 2359.512,
          "stopDistance": 7.827,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 637
        },
        {
          "entryTs": 1721929980,
          "entryUtc": "2024-07-25T17:53:00.000Z",
          "exitTs": 1721940000,
          "dir": -1,
          "entryPrice": 2356.535,
          "exitPrice": 2364.428,
          "stopDistance": 7.893,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 167
        },
        {
          "entryTs": 1721967420,
          "entryUtc": "2024-07-26T04:17:00.000Z",
          "exitTs": 1721974800,
          "dir": 1,
          "entryPrice": 2370.415,
          "exitPrice": 2365.456,
          "stopDistance": 4.959,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 123
        },
        {
          "entryTs": 1721976480,
          "entryUtc": "2024-07-26T06:48:00.000Z",
          "exitTs": 1721984160,
          "dir": -1,
          "entryPrice": 2369.015,
          "exitPrice": 2373.914,
          "stopDistance": 4.9,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 128
        },
        {
          "entryTs": 1721999400,
          "entryUtc": "2024-07-26T13:10:00.000Z",
          "exitTs": 1722002520,
          "dir": 1,
          "entryPrice": 2375.125,
          "exitPrice": 2384.604,
          "stopDistance": 4.739,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 52
        },
        {
          "entryTs": 1722004200,
          "entryUtc": "2024-07-26T14:30:00.000Z",
          "exitTs": 1722204000,
          "dir": 1,
          "entryPrice": 2384.225,
          "exitPrice": 2388.335,
          "stopDistance": 6.439,
          "outcome": "time",
          "netR": 0.5809,
          "holdMinutes": 3330
        },
        {
          "entryTs": 1722206220,
          "entryUtc": "2024-07-28T22:37:00.000Z",
          "exitTs": 1722217920,
          "dir": 1,
          "entryPrice": 2395.555,
          "exitPrice": 2390.093,
          "stopDistance": 5.461,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 195
        },
        {
          "entryTs": 1722218460,
          "entryUtc": "2024-07-29T02:01:00.000Z",
          "exitTs": 1722264120,
          "dir": -1,
          "entryPrice": 2393.725,
          "exitPrice": 2383.169,
          "stopDistance": 5.278,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 761
        },
        {
          "entryTs": 1722267780,
          "entryUtc": "2024-07-29T15:43:00.000Z",
          "exitTs": 1722281220,
          "dir": -1,
          "entryPrice": 2376.785,
          "exitPrice": 2383.322,
          "stopDistance": 6.537,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 224
        },
        {
          "entryTs": 1722347100,
          "entryUtc": "2024-07-30T13:45:00.000Z",
          "exitTs": 1722348120,
          "dir": 1,
          "entryPrice": 2392.548,
          "exitPrice": 2388.444,
          "stopDistance": 4.105,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 17
        },
        {
          "entryTs": 1722355800,
          "entryUtc": "2024-07-30T16:10:00.000Z",
          "exitTs": 1722357900,
          "dir": -1,
          "entryPrice": 2388.345,
          "exitPrice": 2393.925,
          "stopDistance": 5.58,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 35
        },
        {
          "entryTs": 1722389760,
          "entryUtc": "2024-07-31T01:36:00.000Z",
          "exitTs": 1722390240,
          "dir": -1,
          "entryPrice": 2408.325,
          "exitPrice": 2412.061,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 8
        },
        {
          "entryTs": 1722393000,
          "entryUtc": "2024-07-31T02:30:00.000Z",
          "exitTs": 1722395280,
          "dir": -1,
          "entryPrice": 2406.855,
          "exitPrice": 2411.067,
          "stopDistance": 4.212,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 38
        },
        {
          "entryTs": 1722408480,
          "entryUtc": "2024-07-31T06:48:00.000Z",
          "exitTs": 1722414960,
          "dir": 1,
          "entryPrice": 2420.485,
          "exitPrice": 2415.39,
          "stopDistance": 5.095,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 108
        },
        {
          "entryTs": 1722435780,
          "entryUtc": "2024-07-31T14:23:00.000Z",
          "exitTs": 1722451440,
          "dir": 1,
          "entryPrice": 2422.605,
          "exitPrice": 2432.192,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 261
        },
        {
          "entryTs": 1722458820,
          "entryUtc": "2024-07-31T20:47:00.000Z",
          "exitTs": 1722480720,
          "dir": 1,
          "entryPrice": 2446.755,
          "exitPrice": 2439.837,
          "stopDistance": 6.918,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 365
        },
        {
          "entryTs": 1722482700,
          "entryUtc": "2024-08-01T03:25:00.000Z",
          "exitTs": 1722505860,
          "dir": -1,
          "entryPrice": 2442.998,
          "exitPrice": 2430.976,
          "stopDistance": 6.011,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 386
        },
        {
          "entryTs": 1722511680,
          "entryUtc": "2024-08-01T11:28:00.000Z",
          "exitTs": 1722513120,
          "dir": -1,
          "entryPrice": 2437.578,
          "exitPrice": 2442.316,
          "stopDistance": 4.738,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 24
        },
        {
          "entryTs": 1722521460,
          "entryUtc": "2024-08-01T14:11:00.000Z",
          "exitTs": 1722527220,
          "dir": 1,
          "entryPrice": 2448.045,
          "exitPrice": 2442.44,
          "stopDistance": 5.605,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 96
        },
        {
          "entryTs": 1722535620,
          "entryUtc": "2024-08-01T18:07:00.000Z",
          "exitTs": 1722558360,
          "dir": -1,
          "entryPrice": 2440.425,
          "exitPrice": 2448.108,
          "stopDistance": 7.683,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 379
        },
        {
          "entryTs": 1722562200,
          "entryUtc": "2024-08-02T01:30:00.000Z",
          "exitTs": 1722564120,
          "dir": -1,
          "entryPrice": 2443.038,
          "exitPrice": 2449.114,
          "stopDistance": 6.076,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 32
        },
        {
          "entryTs": 1722582960,
          "entryUtc": "2024-08-02T07:16:00.000Z",
          "exitTs": 1722601020,
          "dir": 1,
          "entryPrice": 2462.288,
          "exitPrice": 2456.266,
          "stopDistance": 6.022,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 301
        },
        {
          "entryTs": 1722603660,
          "entryUtc": "2024-08-02T13:01:00.000Z",
          "exitTs": 1722603840,
          "dir": 1,
          "entryPrice": 2470.185,
          "exitPrice": 2463.219,
          "stopDistance": 6.966,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 3
        },
        {
          "entryTs": 1722605400,
          "entryUtc": "2024-08-02T13:30:00.000Z",
          "exitTs": 1722609240,
          "dir": -1,
          "entryPrice": 2466.305,
          "exitPrice": 2449.328,
          "stopDistance": 8.489,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 64
        },
        {
          "entryTs": 1722612600,
          "entryUtc": "2024-08-02T15:30:00.000Z",
          "exitTs": 1722631260,
          "dir": -1,
          "entryPrice": 2426.555,
          "exitPrice": 2441.577,
          "stopDistance": 15.022,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 311
        },
        {
          "entryTs": 1722820740,
          "entryUtc": "2024-08-05T01:19:00.000Z",
          "exitTs": 1722826440,
          "dir": -1,
          "entryPrice": 2435.815,
          "exitPrice": 2445.381,
          "stopDistance": 9.566,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 95
        },
        {
          "entryTs": 1722843960,
          "entryUtc": "2024-08-05T07:46:00.000Z",
          "exitTs": 1722846840,
          "dir": 1,
          "entryPrice": 2435.545,
          "exitPrice": 2424.666,
          "stopDistance": 10.879,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 48
        },
        {
          "entryTs": 1722859440,
          "entryUtc": "2024-08-05T12:04:00.000Z",
          "exitTs": 1722860640,
          "dir": -1,
          "entryPrice": 2389.495,
          "exitPrice": 2367.697,
          "stopDistance": 10.899,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 20
        },
        {
          "entryTs": 1722862020,
          "entryUtc": "2024-08-05T12:47:00.000Z",
          "exitTs": 1722863160,
          "dir": -1,
          "entryPrice": 2375.715,
          "exitPrice": 2388.424,
          "stopDistance": 12.709,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 19
        },
        {
          "entryTs": 1722864660,
          "entryUtc": "2024-08-05T13:31:00.000Z",
          "exitTs": 1722871020,
          "dir": 1,
          "entryPrice": 2382.668,
          "exitPrice": 2410.303,
          "stopDistance": 13.818,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 106
        },
        {
          "entryTs": 1722925380,
          "entryUtc": "2024-08-06T06:23:00.000Z",
          "exitTs": 1722925740,
          "dir": -1,
          "entryPrice": 2400.845,
          "exitPrice": 2406.751,
          "stopDistance": 5.906,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 6
        },
        {
          "entryTs": 1722926700,
          "entryUtc": "2024-08-06T06:45:00.000Z",
          "exitTs": 1722939000,
          "dir": 1,
          "entryPrice": 2402.318,
          "exitPrice": 2416.187,
          "stopDistance": 6.935,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 205
        },
        {
          "entryTs": 1722949200,
          "entryUtc": "2024-08-06T13:00:00.000Z",
          "exitTs": 1722953160,
          "dir": -1,
          "entryPrice": 2395.645,
          "exitPrice": 2402.348,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 66
        },
        {
          "entryTs": 1723013100,
          "entryUtc": "2024-08-07T06:45:00.000Z",
          "exitTs": 1723017000,
          "dir": 1,
          "entryPrice": 2393.965,
          "exitPrice": 2388.587,
          "stopDistance": 5.378,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 65
        },
        {
          "entryTs": 1723033560,
          "entryUtc": "2024-08-07T12:26:00.000Z",
          "exitTs": 1723044600,
          "dir": 1,
          "entryPrice": 2400.915,
          "exitPrice": 2395.991,
          "stopDistance": 4.924,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 184
        },
        {
          "entryTs": 1723099980,
          "entryUtc": "2024-08-08T06:53:00.000Z",
          "exitTs": 1723114620,
          "dir": 1,
          "entryPrice": 2396.615,
          "exitPrice": 2405.997,
          "stopDistance": 4.691,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 244
        },
        {
          "entryTs": 1723116600,
          "entryUtc": "2024-08-08T11:30:00.000Z",
          "exitTs": 1723122000,
          "dir": 1,
          "entryPrice": 2409.808,
          "exitPrice": 2404.693,
          "stopDistance": 5.115,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 90
        },
        {
          "entryTs": 1723123620,
          "entryUtc": "2024-08-08T13:27:00.000Z",
          "exitTs": 1723126200,
          "dir": -1,
          "entryPrice": 2410.015,
          "exitPrice": 2415.576,
          "stopDistance": 5.561,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 43
        },
        {
          "entryTs": 1723128000,
          "entryUtc": "2024-08-08T14:40:00.000Z",
          "exitTs": 1723210260,
          "dir": 1,
          "entryPrice": 2417.275,
          "exitPrice": 2432.676,
          "stopDistance": 7.7,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 1371
        },
        {
          "entryTs": 1723212060,
          "entryUtc": "2024-08-09T14:01:00.000Z",
          "exitTs": 1723213260,
          "dir": -1,
          "entryPrice": 2427.165,
          "exitPrice": 2432.572,
          "stopDistance": 5.407,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723429920,
          "entryUtc": "2024-08-12T02:32:00.000Z",
          "exitTs": 1723437000,
          "dir": -1,
          "entryPrice": 2427.265,
          "exitPrice": 2430.867,
          "stopDistance": 3.603,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 118
        },
        {
          "entryTs": 1723443360,
          "entryUtc": "2024-08-12T06:16:00.000Z",
          "exitTs": 1723449420,
          "dir": 1,
          "entryPrice": 2434.328,
          "exitPrice": 2441.205,
          "stopDistance": 3.439,
          "outcome": "target",
          "netR": 1.8924,
          "holdMinutes": 101
        },
        {
          "entryTs": 1723471440,
          "entryUtc": "2024-08-12T14:04:00.000Z",
          "exitTs": 1723472220,
          "dir": 1,
          "entryPrice": 2451.605,
          "exitPrice": 2447.097,
          "stopDistance": 4.508,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 13
        },
        {
          "entryTs": 1723473120,
          "entryUtc": "2024-08-12T14:32:00.000Z",
          "exitTs": 1723474140,
          "dir": -1,
          "entryPrice": 2449.465,
          "exitPrice": 2454.533,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 17
        },
        {
          "entryTs": 1723477020,
          "entryUtc": "2024-08-12T15:37:00.000Z",
          "exitTs": 1723484400,
          "dir": 1,
          "entryPrice": 2456.188,
          "exitPrice": 2467.361,
          "stopDistance": 5.586,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 123
        },
        {
          "entryTs": 1723510920,
          "entryUtc": "2024-08-13T01:02:00.000Z",
          "exitTs": 1723511640,
          "dir": -1,
          "entryPrice": 2472.935,
          "exitPrice": 2465.36,
          "stopDistance": 3.787,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 12
        },
        {
          "entryTs": 1723513860,
          "entryUtc": "2024-08-13T01:51:00.000Z",
          "exitTs": 1723552200,
          "dir": -1,
          "entryPrice": 2466.195,
          "exitPrice": 2470.886,
          "stopDistance": 4.691,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 639
        },
        {
          "entryTs": 1723558080,
          "entryUtc": "2024-08-13T14:08:00.000Z",
          "exitTs": 1723559580,
          "dir": 1,
          "entryPrice": 2470.485,
          "exitPrice": 2464.432,
          "stopDistance": 6.053,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 25
        },
        {
          "entryTs": 1723599960,
          "entryUtc": "2024-08-14T01:46:00.000Z",
          "exitTs": 1723600260,
          "dir": 1,
          "entryPrice": 2468.025,
          "exitPrice": 2464.756,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 5
        },
        {
          "entryTs": 1723609020,
          "entryUtc": "2024-08-14T04:17:00.000Z",
          "exitTs": 1723617120,
          "dir": -1,
          "entryPrice": 2462.585,
          "exitPrice": 2466.508,
          "stopDistance": 3.923,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 135
        },
        {
          "entryTs": 1723627560,
          "entryUtc": "2024-08-14T09:26:00.000Z",
          "exitTs": 1723638600,
          "dir": 1,
          "entryPrice": 2473.645,
          "exitPrice": 2469.24,
          "stopDistance": 4.405,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 184
        },
        {
          "entryTs": 1723643100,
          "entryUtc": "2024-08-14T13:45:00.000Z",
          "exitTs": 1723650300,
          "dir": -1,
          "entryPrice": 2459.358,
          "exitPrice": 2443.459,
          "stopDistance": 7.949,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 120
        },
        {
          "entryTs": 1723683600,
          "entryUtc": "2024-08-15T01:00:00.000Z",
          "exitTs": 1723702320,
          "dir": 1,
          "entryPrice": 2449.985,
          "exitPrice": 2456.955,
          "stopDistance": 3.485,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 312
        },
        {
          "entryTs": 1723703640,
          "entryUtc": "2024-08-15T06:34:00.000Z",
          "exitTs": 1723721580,
          "dir": 1,
          "entryPrice": 2455.165,
          "exitPrice": 2462.25,
          "stopDistance": 3.542,
          "outcome": "target",
          "netR": 1.8955,
          "holdMinutes": 299
        },
        {
          "entryTs": 1723725000,
          "entryUtc": "2024-08-15T12:30:00.000Z",
          "exitTs": 1723725120,
          "dir": 1,
          "entryPrice": 2460.875,
          "exitPrice": 2457.586,
          "stopDistance": 3.289,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 2
        },
        {
          "entryTs": 1723727820,
          "entryUtc": "2024-08-15T13:17:00.000Z",
          "exitTs": 1723728360,
          "dir": -1,
          "entryPrice": 2441.415,
          "exitPrice": 2448.498,
          "stopDistance": 7.083,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 9
        },
        {
          "entryTs": 1723729500,
          "entryUtc": "2024-08-15T13:45:00.000Z",
          "exitTs": 1723748700,
          "dir": 1,
          "entryPrice": 2443.058,
          "exitPrice": 2459.862,
          "stopDistance": 8.402,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 320
        },
        {
          "entryTs": 1723796100,
          "entryUtc": "2024-08-16T08:15:00.000Z",
          "exitTs": 1723803780,
          "dir": 1,
          "entryPrice": 2459.828,
          "exitPrice": 2467.885,
          "stopDistance": 4.028,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 128
        },
        {
          "entryTs": 1723807920,
          "entryUtc": "2024-08-16T11:32:00.000Z",
          "exitTs": 1723811520,
          "dir": 1,
          "entryPrice": 2467.728,
          "exitPrice": 2475.839,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 60
        },
        {
          "entryTs": 1723814160,
          "entryUtc": "2024-08-16T13:16:00.000Z",
          "exitTs": 1723815960,
          "dir": 1,
          "entryPrice": 2484.985,
          "exitPrice": 2498.205,
          "stopDistance": 6.61,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 30
        },
        {
          "entryTs": 1723816800,
          "entryUtc": "2024-08-16T14:00:00.000Z",
          "exitTs": 1723817040,
          "dir": 1,
          "entryPrice": 2492.985,
          "exitPrice": 2485.364,
          "stopDistance": 7.621,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 4
        },
        {
          "entryTs": 1723821000,
          "entryUtc": "2024-08-16T15:10:00.000Z",
          "exitTs": 1723829280,
          "dir": -1,
          "entryPrice": 2490.045,
          "exitPrice": 2499.066,
          "stopDistance": 9.021,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 138
        },
        {
          "entryTs": 1724020380,
          "entryUtc": "2024-08-18T22:33:00.000Z",
          "exitTs": 1724062980,
          "dir": -1,
          "entryPrice": 2505.274,
          "exitPrice": 2493.433,
          "stopDistance": 5.921,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 710
        },
        {
          "entryTs": 1724068080,
          "entryUtc": "2024-08-19T11:48:00.000Z",
          "exitTs": 1724076240,
          "dir": -1,
          "entryPrice": 2492.825,
          "exitPrice": 2497.336,
          "stopDistance": 4.511,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 136
        },
        {
          "entryTs": 1724077260,
          "entryUtc": "2024-08-19T14:21:00.000Z",
          "exitTs": 1724085600,
          "dir": 1,
          "entryPrice": 2494.265,
          "exitPrice": 2506.748,
          "stopDistance": 6.242,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 139
        },
        {
          "entryTs": 1724125980,
          "entryUtc": "2024-08-20T03:53:00.000Z",
          "exitTs": 1724138640,
          "dir": -1,
          "entryPrice": 2502.165,
          "exitPrice": 2505.871,
          "stopDistance": 3.706,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 211
        },
        {
          "entryTs": 1724167860,
          "entryUtc": "2024-08-20T15:31:00.000Z",
          "exitTs": 1724206080,
          "dir": -1,
          "entryPrice": 2510.728,
          "exitPrice": 2518.919,
          "stopDistance": 8.191,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 637
        },
        {
          "entryTs": 1724210340,
          "entryUtc": "2024-08-21T03:19:00.000Z",
          "exitTs": 1724226120,
          "dir": 1,
          "entryPrice": 2513.905,
          "exitPrice": 2510.103,
          "stopDistance": 3.803,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 263
        },
        {
          "entryTs": 1724227440,
          "entryUtc": "2024-08-21T08:04:00.000Z",
          "exitTs": 1724247780,
          "dir": -1,
          "entryPrice": 2510.635,
          "exitPrice": 2501.367,
          "stopDistance": 4.634,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 339
        },
        {
          "entryTs": 1724249580,
          "entryUtc": "2024-08-21T14:13:00.000Z",
          "exitTs": 1724254260,
          "dir": -1,
          "entryPrice": 2503.328,
          "exitPrice": 2508.917,
          "stopDistance": 5.589,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 78
        },
        {
          "entryTs": 1724265780,
          "entryUtc": "2024-08-21T18:43:00.000Z",
          "exitTs": 1724290920,
          "dir": 1,
          "entryPrice": 2515.115,
          "exitPrice": 2509.031,
          "stopDistance": 6.084,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 419
        },
        {
          "entryTs": 1724295600,
          "entryUtc": "2024-08-22T03:00:00.000Z",
          "exitTs": 1724307180,
          "dir": -1,
          "entryPrice": 2502.308,
          "exitPrice": 2506.378,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 193
        },
        {
          "entryTs": 1724308860,
          "entryUtc": "2024-08-22T06:41:00.000Z",
          "exitTs": 1724326620,
          "dir": 1,
          "entryPrice": 2504.355,
          "exitPrice": 2500.556,
          "stopDistance": 3.799,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 296
        },
        {
          "entryTs": 1724330220,
          "entryUtc": "2024-08-22T12:37:00.000Z",
          "exitTs": 1724332860,
          "dir": -1,
          "entryPrice": 2502.305,
          "exitPrice": 2493.298,
          "stopDistance": 4.504,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 44
        },
        {
          "entryTs": 1724337960,
          "entryUtc": "2024-08-22T14:46:00.000Z",
          "exitTs": 1724370720,
          "dir": -1,
          "entryPrice": 2478.605,
          "exitPrice": 2486.486,
          "stopDistance": 7.881,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 546
        },
        {
          "entryTs": 1724374800,
          "entryUtc": "2024-08-23T01:00:00.000Z",
          "exitTs": 1724391120,
          "dir": 1,
          "entryPrice": 2489.365,
          "exitPrice": 2495.643,
          "stopDistance": 3.139,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 272
        },
        {
          "entryTs": 1724394120,
          "entryUtc": "2024-08-23T06:22:00.000Z",
          "exitTs": 1724401260,
          "dir": -1,
          "entryPrice": 2493.635,
          "exitPrice": 2496.749,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 119
        },
        {
          "entryTs": 1724421600,
          "entryUtc": "2024-08-23T14:00:00.000Z",
          "exitTs": 1724421600,
          "dir": -1,
          "entryPrice": 2498.768,
          "exitPrice": 2503.084,
          "stopDistance": 4.316,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 0
        },
        {
          "entryTs": 1724424720,
          "entryUtc": "2024-08-23T14:52:00.000Z",
          "exitTs": 1724623200,
          "dir": 1,
          "entryPrice": 2504.33,
          "exitPrice": 2511.855,
          "stopDistance": 7.183,
          "outcome": "time",
          "netR": 0.9961,
          "holdMinutes": 3308
        },
        {
          "entryTs": 1724661540,
          "entryUtc": "2024-08-26T08:39:00.000Z",
          "exitTs": 1724680080,
          "dir": 1,
          "entryPrice": 2522.428,
          "exitPrice": 2518.628,
          "stopDistance": 3.8,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 309
        },
        {
          "entryTs": 1724682720,
          "entryUtc": "2024-08-26T14:32:00.000Z",
          "exitTs": 1724691780,
          "dir": -1,
          "entryPrice": 2517.815,
          "exitPrice": 2523.206,
          "stopDistance": 5.392,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 151
        },
        {
          "entryTs": 1724726100,
          "entryUtc": "2024-08-27T02:35:00.000Z",
          "exitTs": 1724736600,
          "dir": -1,
          "entryPrice": 2507.635,
          "exitPrice": 2510.896,
          "stopDistance": 3.261,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 175
        },
        {
          "entryTs": 1724740800,
          "entryUtc": "2024-08-27T06:40:00.000Z",
          "exitTs": 1724743920,
          "dir": 1,
          "entryPrice": 2513.865,
          "exitPrice": 2510.323,
          "stopDistance": 3.542,
          "outcome": "stop",
          "netR": -1.1186,
          "holdMinutes": 52
        },
        {
          "entryTs": 1724745840,
          "entryUtc": "2024-08-27T08:04:00.000Z",
          "exitTs": 1724760300,
          "dir": -1,
          "entryPrice": 2509.335,
          "exitPrice": 2513.797,
          "stopDistance": 4.462,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 241
        },
        {
          "entryTs": 1724767200,
          "entryUtc": "2024-08-27T14:00:00.000Z",
          "exitTs": 1724780520,
          "dir": 1,
          "entryPrice": 2510.188,
          "exitPrice": 2520.895,
          "stopDistance": 5.354,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 222
        },
        {
          "entryTs": 1724801400,
          "entryUtc": "2024-08-27T23:30:00.000Z",
          "exitTs": 1724806800,
          "dir": 1,
          "entryPrice": 2526.585,
          "exitPrice": 2523.612,
          "stopDistance": 2.973,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 90
        },
        {
          "entryTs": 1724825820,
          "entryUtc": "2024-08-28T06:17:00.000Z",
          "exitTs": 1724830320,
          "dir": -1,
          "entryPrice": 2507.605,
          "exitPrice": 2511.136,
          "stopDistance": 3.531,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 75
        },
        {
          "entryTs": 1724852220,
          "entryUtc": "2024-08-28T13:37:00.000Z",
          "exitTs": 1724862240,
          "dir": 1,
          "entryPrice": 2503.075,
          "exitPrice": 2497.825,
          "stopDistance": 5.25,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 167
        },
        {
          "entryTs": 1724866260,
          "entryUtc": "2024-08-28T17:31:00.000Z",
          "exitTs": 1724890260,
          "dir": -1,
          "entryPrice": 2503.775,
          "exitPrice": 2509.949,
          "stopDistance": 6.174,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 400
        },
        {
          "entryTs": 1724892360,
          "entryUtc": "2024-08-29T00:46:00.000Z",
          "exitTs": 1724910900,
          "dir": 1,
          "entryPrice": 2512.315,
          "exitPrice": 2519.549,
          "stopDistance": 3.617,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 309
        },
        {
          "entryTs": 1724918340,
          "entryUtc": "2024-08-29T07:59:00.000Z",
          "exitTs": 1724925060,
          "dir": -1,
          "entryPrice": 2518.858,
          "exitPrice": 2522.346,
          "stopDistance": 3.489,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 112
        },
        {
          "entryTs": 1724931180,
          "entryUtc": "2024-08-29T11:33:00.000Z",
          "exitTs": 1724933760,
          "dir": 1,
          "entryPrice": 2520.675,
          "exitPrice": 2516.237,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 43
        },
        {
          "entryTs": 1724936400,
          "entryUtc": "2024-08-29T13:00:00.000Z",
          "exitTs": 1724939100,
          "dir": -1,
          "entryPrice": 2509.185,
          "exitPrice": 2514.849,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 45
        },
        {
          "entryTs": 1725000360,
          "entryUtc": "2024-08-30T06:46:00.000Z",
          "exitTs": 1725006900,
          "dir": 1,
          "entryPrice": 2518.755,
          "exitPrice": 2526.404,
          "stopDistance": 3.824,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 109
        },
        {
          "entryTs": 1725007500,
          "entryUtc": "2024-08-30T08:45:00.000Z",
          "exitTs": 1725013560,
          "dir": 1,
          "entryPrice": 2523.375,
          "exitPrice": 2519.278,
          "stopDistance": 4.097,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 101
        },
        {
          "entryTs": 1725018600,
          "entryUtc": "2024-08-30T11:50:00.000Z",
          "exitTs": 1725023340,
          "dir": 1,
          "entryPrice": 2519.015,
          "exitPrice": 2514.643,
          "stopDistance": 4.371,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 79
        },
        {
          "entryTs": 1725249000,
          "entryUtc": "2024-09-02T03:50:00.000Z",
          "exitTs": 1725258420,
          "dir": -1,
          "entryPrice": 2495.468,
          "exitPrice": 2499.938,
          "stopDistance": 4.47,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 157
        },
        {
          "entryTs": 1725258840,
          "entryUtc": "2024-09-02T06:34:00.000Z",
          "exitTs": 1725266640,
          "dir": 1,
          "entryPrice": 2497.495,
          "exitPrice": 2505.199,
          "stopDistance": 3.852,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 130
        },
        {
          "entryTs": 1725268200,
          "entryUtc": "2024-09-02T09:10:00.000Z",
          "exitTs": 1725269820,
          "dir": 1,
          "entryPrice": 2504.225,
          "exitPrice": 2499.628,
          "stopDistance": 4.598,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 27
        },
        {
          "entryTs": 1725328140,
          "entryUtc": "2024-09-03T01:49:00.000Z",
          "exitTs": 1725331320,
          "dir": -1,
          "entryPrice": 2492.915,
          "exitPrice": 2495.523,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 53
        },
        {
          "entryTs": 1725358020,
          "entryUtc": "2024-09-03T10:07:00.000Z",
          "exitTs": 1725359040,
          "dir": 1,
          "entryPrice": 2499.235,
          "exitPrice": 2495.737,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 17
        },
        {
          "entryTs": 1725360540,
          "entryUtc": "2024-09-03T10:49:00.000Z",
          "exitTs": 1725361620,
          "dir": -1,
          "entryPrice": 2495.575,
          "exitPrice": 2499.249,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725365580,
          "entryUtc": "2024-09-03T12:13:00.000Z",
          "exitTs": 1725365580,
          "dir": -1,
          "entryPrice": 2496.055,
          "exitPrice": 2500.447,
          "stopDistance": 4.392,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 0
        },
        {
          "entryTs": 1725366720,
          "entryUtc": "2024-09-03T12:32:00.000Z",
          "exitTs": 1725370620,
          "dir": 1,
          "entryPrice": 2492.365,
          "exitPrice": 2486,
          "stopDistance": 6.365,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 65
        },
        {
          "entryTs": 1725372600,
          "entryUtc": "2024-09-03T14:10:00.000Z",
          "exitTs": 1725384480,
          "dir": -1,
          "entryPrice": 2484.165,
          "exitPrice": 2491.879,
          "stopDistance": 7.714,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 198
        },
        {
          "entryTs": 1725420480,
          "entryUtc": "2024-09-04T03:28:00.000Z",
          "exitTs": 1725430440,
          "dir": 1,
          "entryPrice": 2494.485,
          "exitPrice": 2491.364,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 166
        },
        {
          "entryTs": 1725434100,
          "entryUtc": "2024-09-04T07:15:00.000Z",
          "exitTs": 1725436800,
          "dir": -1,
          "entryPrice": 2487.895,
          "exitPrice": 2481.148,
          "stopDistance": 3.374,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 45
        },
        {
          "entryTs": 1725442320,
          "entryUtc": "2024-09-04T09:32:00.000Z",
          "exitTs": 1725443340,
          "dir": -1,
          "entryPrice": 2476.175,
          "exitPrice": 2480.747,
          "stopDistance": 4.572,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 17
        },
        {
          "entryTs": 1725462000,
          "entryUtc": "2024-09-04T15:00:00.000Z",
          "exitTs": 1725524400,
          "dir": 1,
          "entryPrice": 2495.698,
          "exitPrice": 2510.127,
          "stopDistance": 7.215,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 1040
        },
        {
          "entryTs": 1725540840,
          "entryUtc": "2024-09-05T12:54:00.000Z",
          "exitTs": 1725544800,
          "dir": 1,
          "entryPrice": 2516.514,
          "exitPrice": 2511.828,
          "stopDistance": 4.686,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 66
        },
        {
          "entryTs": 1725557100,
          "entryUtc": "2024-09-05T17:25:00.000Z",
          "exitTs": 1725597660,
          "dir": -1,
          "entryPrice": 2512.815,
          "exitPrice": 2519.246,
          "stopDistance": 6.431,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 676
        },
        {
          "entryTs": 1725625320,
          "entryUtc": "2024-09-06T12:22:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2516.675,
          "exitPrice": 2519.614,
          "stopDistance": 2.939,
          "outcome": "ambiguous",
          "netR": -1.1429,
          "holdMinutes": 8
        },
        {
          "entryTs": 1725627600,
          "entryUtc": "2024-09-06T13:00:00.000Z",
          "exitTs": 1725627960,
          "dir": 1,
          "entryPrice": 2520.525,
          "exitPrice": 2514.636,
          "stopDistance": 5.889,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 6
        },
        {
          "entryTs": 1725633660,
          "entryUtc": "2024-09-06T14:41:00.000Z",
          "exitTs": 1725638640,
          "dir": -1,
          "entryPrice": 2514.595,
          "exitPrice": 2500.383,
          "stopDistance": 7.106,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 83
        },
        {
          "entryTs": 1725863940,
          "entryUtc": "2024-09-09T06:39:00.000Z",
          "exitTs": 1725867180,
          "dir": -1,
          "entryPrice": 2491.645,
          "exitPrice": 2495.014,
          "stopDistance": 3.369,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 54
        },
        {
          "entryTs": 1725868380,
          "entryUtc": "2024-09-09T07:53:00.000Z",
          "exitTs": 1725884880,
          "dir": 1,
          "entryPrice": 2492.425,
          "exitPrice": 2501.84,
          "stopDistance": 4.707,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 275
        },
        {
          "entryTs": 1725886440,
          "entryUtc": "2024-09-09T12:54:00.000Z",
          "exitTs": 1725890880,
          "dir": 1,
          "entryPrice": 2501.515,
          "exitPrice": 2497.503,
          "stopDistance": 4.012,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 74
        },
        {
          "entryTs": 1725956520,
          "entryUtc": "2024-09-10T08:22:00.000Z",
          "exitTs": 1725962340,
          "dir": -1,
          "entryPrice": 2502.595,
          "exitPrice": 2505.696,
          "stopDistance": 3.101,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 97
        },
        {
          "entryTs": 1725964680,
          "entryUtc": "2024-09-10T10:38:00.000Z",
          "exitTs": 1725973020,
          "dir": 1,
          "entryPrice": 2505.755,
          "exitPrice": 2512.084,
          "stopDistance": 3.165,
          "outcome": "target",
          "netR": 1.8831,
          "holdMinutes": 139
        },
        {
          "entryTs": 1725975300,
          "entryUtc": "2024-09-10T13:35:00.000Z",
          "exitTs": 1725976260,
          "dir": 1,
          "entryPrice": 2511.505,
          "exitPrice": 2507.822,
          "stopDistance": 3.683,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 16
        },
        {
          "entryTs": 1725980820,
          "entryUtc": "2024-09-10T15:07:00.000Z",
          "exitTs": 1725982440,
          "dir": -1,
          "entryPrice": 2510.375,
          "exitPrice": 2514.701,
          "stopDistance": 4.326,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 27
        },
        {
          "entryTs": 1726017300,
          "entryUtc": "2024-09-11T01:15:00.000Z",
          "exitTs": 1726018260,
          "dir": -1,
          "entryPrice": 2517.135,
          "exitPrice": 2519.675,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1653,
          "holdMinutes": 16
        },
        {
          "entryTs": 1726040640,
          "entryUtc": "2024-09-11T07:44:00.000Z",
          "exitTs": 1726049880,
          "dir": 1,
          "entryPrice": 2523.365,
          "exitPrice": 2520.329,
          "stopDistance": 3.036,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 154
        },
        {
          "entryTs": 1726059840,
          "entryUtc": "2024-09-11T13:04:00.000Z",
          "exitTs": 1726072500,
          "dir": -1,
          "entryPrice": 2510.505,
          "exitPrice": 2516.541,
          "stopDistance": 6.036,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 211
        },
        {
          "entryTs": 1726106280,
          "entryUtc": "2024-09-12T01:58:00.000Z",
          "exitTs": 1726117980,
          "dir": 1,
          "entryPrice": 2512.848,
          "exitPrice": 2518.072,
          "stopDistance": 2.612,
          "outcome": "target",
          "netR": 1.8584,
          "holdMinutes": 195
        },
        {
          "entryTs": 1726129500,
          "entryUtc": "2024-09-12T08:25:00.000Z",
          "exitTs": 1726138680,
          "dir": -1,
          "entryPrice": 2518.685,
          "exitPrice": 2513.481,
          "stopDistance": 2.602,
          "outcome": "target",
          "netR": 1.8578,
          "holdMinutes": 153
        },
        {
          "entryTs": 1726141200,
          "entryUtc": "2024-09-12T11:40:00.000Z",
          "exitTs": 1726143540,
          "dir": -1,
          "entryPrice": 2518.375,
          "exitPrice": 2521.351,
          "stopDistance": 2.976,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 39
        },
        {
          "entryTs": 1726146000,
          "entryUtc": "2024-09-12T13:00:00.000Z",
          "exitTs": 1726146000,
          "dir": 1,
          "entryPrice": 2527.155,
          "exitPrice": 2521.988,
          "stopDistance": 5.167,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 0
        },
        {
          "entryTs": 1726150440,
          "entryUtc": "2024-09-12T14:14:00.000Z",
          "exitTs": 1726188120,
          "dir": 1,
          "entryPrice": 2543.644,
          "exitPrice": 2560.393,
          "stopDistance": 8.374,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 628
        },
        {
          "entryTs": 1726221120,
          "entryUtc": "2024-09-13T09:52:00.000Z",
          "exitTs": 1726222320,
          "dir": 1,
          "entryPrice": 2570.548,
          "exitPrice": 2566.153,
          "stopDistance": 4.395,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 20
        },
        {
          "entryTs": 1726230480,
          "entryUtc": "2024-09-13T12:28:00.000Z",
          "exitTs": 1726232220,
          "dir": -1,
          "entryPrice": 2569.215,
          "exitPrice": 2573.838,
          "stopDistance": 4.623,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 29
        },
        {
          "entryTs": 1726236120,
          "entryUtc": "2024-09-13T14:02:00.000Z",
          "exitTs": 1726243200,
          "dir": 1,
          "entryPrice": 2573.375,
          "exitPrice": 2582.554,
          "stopDistance": 4.59,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 118
        },
        {
          "entryTs": 1726472640,
          "entryUtc": "2024-09-16T07:44:00.000Z",
          "exitTs": 1726475220,
          "dir": -1,
          "entryPrice": 2583.155,
          "exitPrice": 2586.771,
          "stopDistance": 3.616,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 43
        },
        {
          "entryTs": 1726477560,
          "entryUtc": "2024-09-16T09:06:00.000Z",
          "exitTs": 1726482420,
          "dir": 1,
          "entryPrice": 2586.415,
          "exitPrice": 2582.599,
          "stopDistance": 3.816,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 81
        },
        {
          "entryTs": 1726498920,
          "entryUtc": "2024-09-16T15:02:00.000Z",
          "exitTs": 1726569540,
          "dir": -1,
          "entryPrice": 2581.515,
          "exitPrice": 2570.606,
          "stopDistance": 5.455,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 1177
        },
        {
          "entryTs": 1726572840,
          "entryUtc": "2024-09-17T11:34:00.000Z",
          "exitTs": 1726573620,
          "dir": -1,
          "entryPrice": 2576.678,
          "exitPrice": 2580.532,
          "stopDistance": 3.854,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 13
        },
        {
          "entryTs": 1726574700,
          "entryUtc": "2024-09-17T12:05:00.000Z",
          "exitTs": 1726576200,
          "dir": 1,
          "entryPrice": 2578.565,
          "exitPrice": 2574.223,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 25
        },
        {
          "entryTs": 1726585200,
          "entryUtc": "2024-09-17T15:00:00.000Z",
          "exitTs": 1726587240,
          "dir": -1,
          "entryPrice": 2576.595,
          "exitPrice": 2563.31,
          "stopDistance": 6.642,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 34
        },
        {
          "entryTs": 1726595460,
          "entryUtc": "2024-09-17T17:51:00.000Z",
          "exitTs": 1726621320,
          "dir": -1,
          "entryPrice": 2568.925,
          "exitPrice": 2576.18,
          "stopDistance": 7.254,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 431
        },
        {
          "entryTs": 1726623000,
          "entryUtc": "2024-09-18T01:30:00.000Z",
          "exitTs": 1726625100,
          "dir": 1,
          "entryPrice": 2573.595,
          "exitPrice": 2570.202,
          "stopDistance": 3.393,
          "outcome": "stop",
          "netR": -1.1238,
          "holdMinutes": 35
        },
        {
          "entryTs": 1726657440,
          "entryUtc": "2024-09-18T11:04:00.000Z",
          "exitTs": 1726667400,
          "dir": 1,
          "entryPrice": 2575.025,
          "exitPrice": 2571.629,
          "stopDistance": 3.396,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 166
        },
        {
          "entryTs": 1726668540,
          "entryUtc": "2024-09-18T14:09:00.000Z",
          "exitTs": 1726682400,
          "dir": -1,
          "entryPrice": 2574.595,
          "exitPrice": 2579.092,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 231
        },
        {
          "entryTs": 1726684860,
          "entryUtc": "2024-09-18T18:41:00.000Z",
          "exitTs": 1726685040,
          "dir": 1,
          "entryPrice": 2587.025,
          "exitPrice": 2579.465,
          "stopDistance": 7.56,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 3
        },
        {
          "entryTs": 1726740300,
          "entryUtc": "2024-09-19T10:05:00.000Z",
          "exitTs": 1726744200,
          "dir": 1,
          "entryPrice": 2590.098,
          "exitPrice": 2584.766,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 65
        },
        {
          "entryTs": 1726751040,
          "entryUtc": "2024-09-19T13:04:00.000Z",
          "exitTs": 1726760640,
          "dir": -1,
          "entryPrice": 2579.164,
          "exitPrice": 2584.947,
          "stopDistance": 5.783,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 160
        },
        {
          "entryTs": 1726818360,
          "entryUtc": "2024-09-20T07:46:00.000Z",
          "exitTs": 1726829520,
          "dir": 1,
          "entryPrice": 2604.835,
          "exitPrice": 2612.714,
          "stopDistance": 3.939,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 186
        },
        {
          "entryTs": 1726837320,
          "entryUtc": "2024-09-20T13:02:00.000Z",
          "exitTs": 1726839000,
          "dir": 1,
          "entryPrice": 2613.235,
          "exitPrice": 2608.904,
          "stopDistance": 4.331,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 28
        },
        {
          "entryTs": 1726841220,
          "entryUtc": "2024-09-20T14:07:00.000Z",
          "exitTs": 1726842600,
          "dir": -1,
          "entryPrice": 2607.935,
          "exitPrice": 2613.717,
          "stopDistance": 5.782,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 23
        },
        {
          "entryTs": 1726845360,
          "entryUtc": "2024-09-20T15:16:00.000Z",
          "exitTs": 1726848000,
          "dir": 1,
          "entryPrice": 2611.798,
          "exitPrice": 2624.393,
          "stopDistance": 6.297,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 44
        },
        {
          "entryTs": 1726848480,
          "entryUtc": "2024-09-20T16:08:00.000Z",
          "exitTs": 1727042400,
          "dir": 1,
          "entryPrice": 2619.695,
          "exitPrice": 2619.415,
          "stopDistance": 6.941,
          "outcome": "time",
          "netR": -0.0937,
          "holdMinutes": 3232
        },
        {
          "entryTs": 1727078640,
          "entryUtc": "2024-09-23T08:04:00.000Z",
          "exitTs": 1727085000,
          "dir": -1,
          "entryPrice": 2616.665,
          "exitPrice": 2621.041,
          "stopDistance": 4.376,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 106
        },
        {
          "entryTs": 1727085060,
          "entryUtc": "2024-09-23T09:51:00.000Z",
          "exitTs": 1727091240,
          "dir": -1,
          "entryPrice": 2621.245,
          "exitPrice": 2625.307,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 103
        },
        {
          "entryTs": 1727141400,
          "entryUtc": "2024-09-24T01:30:00.000Z",
          "exitTs": 1727148660,
          "dir": 1,
          "entryPrice": 2627.358,
          "exitPrice": 2632.733,
          "stopDistance": 2.688,
          "outcome": "target",
          "netR": 1.8623,
          "holdMinutes": 121
        },
        {
          "entryTs": 1727150400,
          "entryUtc": "2024-09-24T04:00:00.000Z",
          "exitTs": 1727155020,
          "dir": 1,
          "entryPrice": 2633.905,
          "exitPrice": 2639.836,
          "stopDistance": 2.965,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 77
        },
        {
          "entryTs": 1727156400,
          "entryUtc": "2024-09-24T05:40:00.000Z",
          "exitTs": 1727156700,
          "dir": 1,
          "entryPrice": 2634.685,
          "exitPrice": 2631.548,
          "stopDistance": 3.137,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 5
        },
        {
          "entryTs": 1727158680,
          "entryUtc": "2024-09-24T06:18:00.000Z",
          "exitTs": 1727173380,
          "dir": -1,
          "entryPrice": 2629.445,
          "exitPrice": 2633.962,
          "stopDistance": 4.517,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 245
        },
        {
          "entryTs": 1727180760,
          "entryUtc": "2024-09-24T12:26:00.000Z",
          "exitTs": 1727182680,
          "dir": -1,
          "entryPrice": 2627.915,
          "exitPrice": 2632.813,
          "stopDistance": 4.897,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727195400,
          "entryUtc": "2024-09-24T16:30:00.000Z",
          "exitTs": 1727206020,
          "dir": 1,
          "entryPrice": 2646.795,
          "exitPrice": 2660.431,
          "stopDistance": 6.818,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 177
        },
        {
          "entryTs": 1727229120,
          "entryUtc": "2024-09-25T01:52:00.000Z",
          "exitTs": 1727230020,
          "dir": -1,
          "entryPrice": 2658.845,
          "exitPrice": 2662.849,
          "stopDistance": 4.004,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 15
        },
        {
          "entryTs": 1727238000,
          "entryUtc": "2024-09-25T04:20:00.000Z",
          "exitTs": 1727243460,
          "dir": 1,
          "entryPrice": 2659.525,
          "exitPrice": 2655.18,
          "stopDistance": 4.345,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 91
        },
        {
          "entryTs": 1727271120,
          "entryUtc": "2024-09-25T13:32:00.000Z",
          "exitTs": 1727275860,
          "dir": 1,
          "entryPrice": 2662.235,
          "exitPrice": 2657.485,
          "stopDistance": 4.751,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 79
        },
        {
          "entryTs": 1727285400,
          "entryUtc": "2024-09-25T17:30:00.000Z",
          "exitTs": 1727337300,
          "dir": -1,
          "entryPrice": 2660.685,
          "exitPrice": 2666.702,
          "stopDistance": 6.017,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 865
        },
        {
          "entryTs": 1727352180,
          "entryUtc": "2024-09-26T12:03:00.000Z",
          "exitTs": 1727352660,
          "dir": 1,
          "entryPrice": 2681.705,
          "exitPrice": 2676.586,
          "stopDistance": 5.119,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 8
        },
        {
          "entryTs": 1727354340,
          "entryUtc": "2024-09-26T12:39:00.000Z",
          "exitTs": 1727355120,
          "dir": 1,
          "entryPrice": 2669.675,
          "exitPrice": 2677.768,
          "stopDistance": 4.046,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 13
        },
        {
          "entryTs": 1727357400,
          "entryUtc": "2024-09-26T13:30:00.000Z",
          "exitTs": 1727376180,
          "dir": -1,
          "entryPrice": 2667.735,
          "exitPrice": 2676.315,
          "stopDistance": 8.579,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 313
        },
        {
          "entryTs": 1727402400,
          "entryUtc": "2024-09-27T02:00:00.000Z",
          "exitTs": 1727408580,
          "dir": -1,
          "entryPrice": 2669.665,
          "exitPrice": 2673.347,
          "stopDistance": 3.682,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 103
        },
        {
          "entryTs": 1727416800,
          "entryUtc": "2024-09-27T06:00:00.000Z",
          "exitTs": 1727418000,
          "dir": -1,
          "entryPrice": 2664.875,
          "exitPrice": 2668.477,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 20
        },
        {
          "entryTs": 1727442000,
          "entryUtc": "2024-09-27T13:00:00.000Z",
          "exitTs": 1727444760,
          "dir": 1,
          "entryPrice": 2669.295,
          "exitPrice": 2664.33,
          "stopDistance": 4.965,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 46
        },
        {
          "entryTs": 1727450400,
          "entryUtc": "2024-09-27T15:20:00.000Z",
          "exitTs": 1727470380,
          "dir": -1,
          "entryPrice": 2651.915,
          "exitPrice": 2658.954,
          "stopDistance": 7.039,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 333
        },
        {
          "entryTs": 1727663280,
          "entryUtc": "2024-09-30T02:28:00.000Z",
          "exitTs": 1727677740,
          "dir": -1,
          "entryPrice": 2654.015,
          "exitPrice": 2659.257,
          "stopDistance": 5.242,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 241
        },
        {
          "entryTs": 1727684340,
          "entryUtc": "2024-09-30T08:19:00.000Z",
          "exitTs": 1727691960,
          "dir": -1,
          "entryPrice": 2654.175,
          "exitPrice": 2644.939,
          "stopDistance": 4.618,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 127
        },
        {
          "entryTs": 1727696160,
          "entryUtc": "2024-09-30T11:36:00.000Z",
          "exitTs": 1727704080,
          "dir": -1,
          "entryPrice": 2641.385,
          "exitPrice": 2630.955,
          "stopDistance": 5.215,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 132
        },
        {
          "entryTs": 1727721600,
          "entryUtc": "2024-09-30T18:40:00.000Z",
          "exitTs": 1727741160,
          "dir": -1,
          "entryPrice": 2630.174,
          "exitPrice": 2636.209,
          "stopDistance": 6.035,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 326
        },
        {
          "entryTs": 1727767140,
          "entryUtc": "2024-10-01T07:19:00.000Z",
          "exitTs": 1727774160,
          "dir": 1,
          "entryPrice": 2641.825,
          "exitPrice": 2647.684,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 117
        },
        {
          "entryTs": 1727783160,
          "entryUtc": "2024-10-01T11:46:00.000Z",
          "exitTs": 1727784180,
          "dir": -1,
          "entryPrice": 2648.905,
          "exitPrice": 2652.209,
          "stopDistance": 3.304,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 17
        },
        {
          "entryTs": 1727786040,
          "entryUtc": "2024-10-01T12:34:00.000Z",
          "exitTs": 1727787960,
          "dir": 1,
          "entryPrice": 2653.455,
          "exitPrice": 2649.623,
          "stopDistance": 3.832,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727788800,
          "entryUtc": "2024-10-01T13:20:00.000Z",
          "exitTs": 1727789520,
          "dir": -1,
          "entryPrice": 2651.865,
          "exitPrice": 2656.048,
          "stopDistance": 4.183,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 12
        },
        {
          "entryTs": 1727791920,
          "entryUtc": "2024-10-01T14:12:00.000Z",
          "exitTs": 1727795220,
          "dir": 1,
          "entryPrice": 2661.708,
          "exitPrice": 2655.285,
          "stopDistance": 6.423,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 55
        },
        {
          "entryTs": 1727851560,
          "entryUtc": "2024-10-02T06:46:00.000Z",
          "exitTs": 1727854260,
          "dir": -1,
          "entryPrice": 2650.078,
          "exitPrice": 2654.212,
          "stopDistance": 4.134,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 45
        },
        {
          "entryTs": 1727856600,
          "entryUtc": "2024-10-02T08:10:00.000Z",
          "exitTs": 1727871300,
          "dir": 1,
          "entryPrice": 2651.895,
          "exitPrice": 2647.752,
          "stopDistance": 4.143,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 245
        },
        {
          "entryTs": 1727883120,
          "entryUtc": "2024-10-02T15:32:00.000Z",
          "exitTs": 1727895060,
          "dir": -1,
          "entryPrice": 2648.375,
          "exitPrice": 2655.583,
          "stopDistance": 7.208,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 199
        },
        {
          "entryTs": 1727934480,
          "entryUtc": "2024-10-03T05:48:00.000Z",
          "exitTs": 1727936580,
          "dir": -1,
          "entryPrice": 2653.485,
          "exitPrice": 2656.429,
          "stopDistance": 2.944,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 35
        },
        {
          "entryTs": 1727977800,
          "entryUtc": "2024-10-03T17:50:00.000Z",
          "exitTs": 1728045000,
          "dir": 1,
          "entryPrice": 2655.225,
          "exitPrice": 2647.913,
          "stopDistance": 7.312,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 1120
        },
        {
          "entryTs": 1728047220,
          "entryUtc": "2024-10-04T13:07:00.000Z",
          "exitTs": 1728048420,
          "dir": -1,
          "entryPrice": 2646.364,
          "exitPrice": 2652.675,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 20
        },
        {
          "entryTs": 1728051780,
          "entryUtc": "2024-10-04T14:23:00.000Z",
          "exitTs": 1728054180,
          "dir": 1,
          "entryPrice": 2646.918,
          "exitPrice": 2661.72,
          "stopDistance": 7.401,
          "outcome": "target",
          "netR": 1.95,
          "holdMinutes": 40
        },
        {
          "entryTs": 1728306300,
          "entryUtc": "2024-10-07T13:05:00.000Z",
          "exitTs": 1728306720,
          "dir": -1,
          "entryPrice": 2643.735,
          "exitPrice": 2649.075,
          "stopDistance": 5.34,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 7
        },
        {
          "entryTs": 1728307800,
          "entryUtc": "2024-10-07T13:30:00.000Z",
          "exitTs": 1728313200,
          "dir": 1,
          "entryPrice": 2646.628,
          "exitPrice": 2640.244,
          "stopDistance": 6.384,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 90
        },
        {
          "entryTs": 1728328260,
          "entryUtc": "2024-10-07T19:11:00.000Z",
          "exitTs": 1728340500,
          "dir": -1,
          "entryPrice": 2641.698,
          "exitPrice": 2647.041,
          "stopDistance": 5.343,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 204
        },
        {
          "entryTs": 1728352140,
          "entryUtc": "2024-10-08T01:49:00.000Z",
          "exitTs": 1728352560,
          "dir": -1,
          "entryPrice": 2642.135,
          "exitPrice": 2645.961,
          "stopDistance": 3.826,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 7
        },
        {
          "entryTs": 1728390600,
          "entryUtc": "2024-10-08T12:30:00.000Z",
          "exitTs": 1728390720,
          "dir": 1,
          "entryPrice": 2646.135,
          "exitPrice": 2640.939,
          "stopDistance": 5.196,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 2
        },
        {
          "entryTs": 1728403980,
          "entryUtc": "2024-10-08T16:13:00.000Z",
          "exitTs": 1728452100,
          "dir": -1,
          "entryPrice": 2615.708,
          "exitPrice": 2624.121,
          "stopDistance": 8.413,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 802
        },
        {
          "entryTs": 1728453360,
          "entryUtc": "2024-10-09T05:56:00.000Z",
          "exitTs": 1728454560,
          "dir": 1,
          "entryPrice": 2619.335,
          "exitPrice": 2615.473,
          "stopDistance": 3.862,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 20
        },
        {
          "entryTs": 1728458160,
          "entryUtc": "2024-10-09T07:16:00.000Z",
          "exitTs": 1728465900,
          "dir": -1,
          "entryPrice": 2612.985,
          "exitPrice": 2617.348,
          "stopDistance": 4.363,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 129
        },
        {
          "entryTs": 1728486180,
          "entryUtc": "2024-10-09T15:03:00.000Z",
          "exitTs": 1728558060,
          "dir": -1,
          "entryPrice": 2613.055,
          "exitPrice": 2618.486,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 1198
        },
        {
          "entryTs": 1728561780,
          "entryUtc": "2024-10-10T12:03:00.000Z",
          "exitTs": 1728563400,
          "dir": -1,
          "entryPrice": 2614.145,
          "exitPrice": 2617.712,
          "stopDistance": 3.567,
          "outcome": "ambiguous",
          "netR": -1.1178,
          "holdMinutes": 27
        },
        {
          "entryTs": 1728565200,
          "entryUtc": "2024-10-10T13:00:00.000Z",
          "exitTs": 1728602520,
          "dir": 1,
          "entryPrice": 2620.008,
          "exitPrice": 2632.169,
          "stopDistance": 6.08,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 622
        },
        {
          "entryTs": 1729078080,
          "entryUtc": "2024-10-16T11:28:00.000Z",
          "exitTs": 1729083600,
          "dir": -1,
          "entryPrice": 2677.895,
          "exitPrice": 2682.012,
          "stopDistance": 4.117,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 92
        },
        {
          "entryTs": 1729088220,
          "entryUtc": "2024-10-16T14:17:00.000Z",
          "exitTs": 1729094580,
          "dir": -1,
          "entryPrice": 2679.065,
          "exitPrice": 2667.256,
          "stopDistance": 5.904,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 106
        },
        {
          "entryTs": 1729132740,
          "entryUtc": "2024-10-17T02:39:00.000Z",
          "exitTs": 1729136160,
          "dir": 1,
          "entryPrice": 2680.225,
          "exitPrice": 2677.311,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 57
        },
        {
          "entryTs": 1729137960,
          "entryUtc": "2024-10-17T04:06:00.000Z",
          "exitTs": 1729142160,
          "dir": -1,
          "entryPrice": 2677.465,
          "exitPrice": 2681.12,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 70
        },
        {
          "entryTs": 1729163940,
          "entryUtc": "2024-10-17T11:19:00.000Z",
          "exitTs": 1729166160,
          "dir": 1,
          "entryPrice": 2685.455,
          "exitPrice": 2680.921,
          "stopDistance": 4.534,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 37
        },
        {
          "entryTs": 1729177920,
          "entryUtc": "2024-10-17T15:12:00.000Z",
          "exitTs": 1729182660,
          "dir": 1,
          "entryPrice": 2692.655,
          "exitPrice": 2686.305,
          "stopDistance": 6.35,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 79
        },
        {
          "entryTs": 1729474260,
          "entryUtc": "2024-10-21T01:31:00.000Z",
          "exitTs": 1729510260,
          "dir": 1,
          "entryPrice": 2725.615,
          "exitPrice": 2737.291,
          "stopDistance": 5.838,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 600
        },
        {
          "entryTs": 1729524660,
          "entryUtc": "2024-10-21T15:31:00.000Z",
          "exitTs": 1729560600,
          "dir": -1,
          "entryPrice": 2721.975,
          "exitPrice": 2728.732,
          "stopDistance": 6.757,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 599
        },
        {
          "entryTs": 1729561920,
          "entryUtc": "2024-10-22T01:52:00.000Z",
          "exitTs": 1729570260,
          "dir": 1,
          "entryPrice": 2727.735,
          "exitPrice": 2734.179,
          "stopDistance": 3.222,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 139
        },
        {
          "entryTs": 1729575000,
          "entryUtc": "2024-10-22T05:30:00.000Z",
          "exitTs": 1729576200,
          "dir": 1,
          "entryPrice": 2733.008,
          "exitPrice": 2729.605,
          "stopDistance": 3.403,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 20
        },
        {
          "entryTs": 1729579800,
          "entryUtc": "2024-10-22T06:50:00.000Z",
          "exitTs": 1729590960,
          "dir": 1,
          "entryPrice": 2733.425,
          "exitPrice": 2729.699,
          "stopDistance": 3.726,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 186
        },
        {
          "entryTs": 1729596360,
          "entryUtc": "2024-10-22T11:26:00.000Z",
          "exitTs": 1729597860,
          "dir": 1,
          "entryPrice": 2734.155,
          "exitPrice": 2730.24,
          "stopDistance": 3.915,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 25
        },
        {
          "entryTs": 1729651800,
          "entryUtc": "2024-10-23T02:50:00.000Z",
          "exitTs": 1729654980,
          "dir": -1,
          "entryPrice": 2740.255,
          "exitPrice": 2743.429,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 53
        },
        {
          "entryTs": 1729666980,
          "entryUtc": "2024-10-23T07:03:00.000Z",
          "exitTs": 1729668960,
          "dir": -1,
          "entryPrice": 2750.725,
          "exitPrice": 2754.251,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 33
        },
        {
          "entryTs": 1729690200,
          "entryUtc": "2024-10-23T13:30:00.000Z",
          "exitTs": 1729692660,
          "dir": -1,
          "entryPrice": 2740.335,
          "exitPrice": 2729.622,
          "stopDistance": 5.356,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 41
        },
        {
          "entryTs": 1729697460,
          "entryUtc": "2024-10-23T15:31:00.000Z",
          "exitTs": 1729699080,
          "dir": -1,
          "entryPrice": 2713.605,
          "exitPrice": 2721.951,
          "stopDistance": 8.346,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 27
        },
        {
          "entryTs": 1729734360,
          "entryUtc": "2024-10-24T01:46:00.000Z",
          "exitTs": 1729737120,
          "dir": 1,
          "entryPrice": 2724.275,
          "exitPrice": 2720.276,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 46
        },
        {
          "entryTs": 1729756140,
          "entryUtc": "2024-10-24T07:49:00.000Z",
          "exitTs": 1729773720,
          "dir": 1,
          "entryPrice": 2732.915,
          "exitPrice": 2740.259,
          "stopDistance": 3.672,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 293
        },
        {
          "entryTs": 1729781160,
          "entryUtc": "2024-10-24T14:46:00.000Z",
          "exitTs": 1729789500,
          "dir": -1,
          "entryPrice": 2729.715,
          "exitPrice": 2735.834,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 139
        },
        {
          "entryTs": 1729789560,
          "entryUtc": "2024-10-24T17:06:00.000Z",
          "exitTs": 1729825980,
          "dir": -1,
          "entryPrice": 2736.075,
          "exitPrice": 2725.449,
          "stopDistance": 5.313,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 607
        },
        {
          "entryTs": 1729850400,
          "entryUtc": "2024-10-25T10:00:00.000Z",
          "exitTs": 1729855860,
          "dir": -1,
          "entryPrice": 2721.955,
          "exitPrice": 2725.886,
          "stopDistance": 3.931,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 91
        },
        {
          "entryTs": 1729873140,
          "entryUtc": "2024-10-25T16:19:00.000Z",
          "exitTs": 1729889460,
          "dir": 1,
          "entryPrice": 2734.375,
          "exitPrice": 2746.657,
          "stopDistance": 6.141,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 272
        },
        {
          "entryTs": 1730068500,
          "entryUtc": "2024-10-27T22:35:00.000Z",
          "exitTs": 1730078400,
          "dir": -1,
          "entryPrice": 2735.585,
          "exitPrice": 2724.626,
          "stopDistance": 5.48,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 165
        },
        {
          "entryTs": 1730079180,
          "entryUtc": "2024-10-28T01:33:00.000Z",
          "exitTs": 1730082060,
          "dir": -1,
          "entryPrice": 2728.778,
          "exitPrice": 2734.199,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 48
        },
        {
          "entryTs": 1730104380,
          "entryUtc": "2024-10-28T08:33:00.000Z",
          "exitTs": 1730107440,
          "dir": 1,
          "entryPrice": 2734.765,
          "exitPrice": 2730.318,
          "stopDistance": 4.447,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 51
        },
        {
          "entryTs": 1730169360,
          "entryUtc": "2024-10-29T02:36:00.000Z",
          "exitTs": 1730171160,
          "dir": 1,
          "entryPrice": 2753.875,
          "exitPrice": 2750.191,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 30
        },
        {
          "entryTs": 1730181180,
          "entryUtc": "2024-10-29T05:53:00.000Z",
          "exitTs": 1730190360,
          "dir": 1,
          "entryPrice": 2751.005,
          "exitPrice": 2747.002,
          "stopDistance": 4.003,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 153
        },
        {
          "entryTs": 1730208600,
          "entryUtc": "2024-10-29T13:30:00.000Z",
          "exitTs": 1730210400,
          "dir": 1,
          "entryPrice": 2753.685,
          "exitPrice": 2764.116,
          "stopDistance": 5.216,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 30
        },
        {
          "entryTs": 1730212560,
          "entryUtc": "2024-10-29T14:36:00.000Z",
          "exitTs": 1730247060,
          "dir": 1,
          "entryPrice": 2765.725,
          "exitPrice": 2778.111,
          "stopDistance": 6.193,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 575
        },
        {
          "entryTs": 1730248200,
          "entryUtc": "2024-10-30T00:30:00.000Z",
          "exitTs": 1730266440,
          "dir": 1,
          "entryPrice": 2777.105,
          "exitPrice": 2783.211,
          "stopDistance": 3.053,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 304
        },
        {
          "entryTs": 1730272860,
          "entryUtc": "2024-10-30T07:21:00.000Z",
          "exitTs": 1730274120,
          "dir": 1,
          "entryPrice": 2785.025,
          "exitPrice": 2781.505,
          "stopDistance": 3.52,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 21
        },
        {
          "entryTs": 1730294760,
          "entryUtc": "2024-10-30T13:26:00.000Z",
          "exitTs": 1730295060,
          "dir": 1,
          "entryPrice": 2780.795,
          "exitPrice": 2776.254,
          "stopDistance": 4.541,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 5
        },
        {
          "entryTs": 1730297700,
          "entryUtc": "2024-10-30T14:15:00.000Z",
          "exitTs": 1730303460,
          "dir": -1,
          "entryPrice": 2779.515,
          "exitPrice": 2785.399,
          "stopDistance": 5.884,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 96
        },
        {
          "entryTs": 1730340120,
          "entryUtc": "2024-10-31T02:02:00.000Z",
          "exitTs": 1730357880,
          "dir": -1,
          "entryPrice": 2786.455,
          "exitPrice": 2779.972,
          "stopDistance": 3.241,
          "outcome": "target",
          "netR": 1.8858,
          "holdMinutes": 296
        },
        {
          "entryTs": 1730359020,
          "entryUtc": "2024-10-31T07:17:00.000Z",
          "exitTs": 1730369880,
          "dir": -1,
          "entryPrice": 2781.525,
          "exitPrice": 2773.899,
          "stopDistance": 3.813,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 181
        },
        {
          "entryTs": 1730370600,
          "entryUtc": "2024-10-31T10:30:00.000Z",
          "exitTs": 1730372520,
          "dir": -1,
          "entryPrice": 2777.575,
          "exitPrice": 2781.474,
          "stopDistance": 3.899,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730384220,
          "entryUtc": "2024-10-31T14:17:00.000Z",
          "exitTs": 1730385780,
          "dir": -1,
          "entryPrice": 2755.325,
          "exitPrice": 2742.404,
          "stopDistance": 6.46,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 26
        },
        {
          "entryTs": 1730390400,
          "entryUtc": "2024-10-31T16:00:00.000Z",
          "exitTs": 1730402640,
          "dir": -1,
          "entryPrice": 2741.545,
          "exitPrice": 2749.376,
          "stopDistance": 7.831,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 204
        },
        {
          "entryTs": 1730407680,
          "entryUtc": "2024-10-31T20:48:00.000Z",
          "exitTs": 1730440980,
          "dir": 1,
          "entryPrice": 2743.958,
          "exitPrice": 2756.437,
          "stopDistance": 6.239,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 555
        },
        {
          "entryTs": 1730449500,
          "entryUtc": "2024-11-01T08:25:00.000Z",
          "exitTs": 1730457000,
          "dir": -1,
          "entryPrice": 2754.045,
          "exitPrice": 2747.102,
          "stopDistance": 3.472,
          "outcome": "target",
          "netR": 1.8934,
          "holdMinutes": 125
        },
        {
          "entryTs": 1730473200,
          "entryUtc": "2024-11-01T15:00:00.000Z",
          "exitTs": 1730678400,
          "dir": -1,
          "entryPrice": 2747.495,
          "exitPrice": 2738.775,
          "stopDistance": 8.53,
          "outcome": "time",
          "netR": 0.979,
          "holdMinutes": 3420
        },
        {
          "entryTs": 1730713500,
          "entryUtc": "2024-11-04T09:45:00.000Z",
          "exitTs": 1730736300,
          "dir": 1,
          "entryPrice": 2740.605,
          "exitPrice": 2735.651,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 380
        },
        {
          "entryTs": 1730775600,
          "entryUtc": "2024-11-05T03:00:00.000Z",
          "exitTs": 1730778060,
          "dir": -1,
          "entryPrice": 2728.855,
          "exitPrice": 2732.796,
          "stopDistance": 3.941,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 41
        },
        {
          "entryTs": 1730781180,
          "entryUtc": "2024-11-05T04:33:00.000Z",
          "exitTs": 1730796840,
          "dir": 1,
          "entryPrice": 2733.225,
          "exitPrice": 2741.476,
          "stopDistance": 4.125,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 261
        },
        {
          "entryTs": 1730818800,
          "entryUtc": "2024-11-05T15:00:00.000Z",
          "exitTs": 1730819400,
          "dir": 1,
          "entryPrice": 2741.215,
          "exitPrice": 2736.885,
          "stopDistance": 4.33,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 10
        },
        {
          "entryTs": 1730821380,
          "entryUtc": "2024-11-05T15:43:00.000Z",
          "exitTs": 1730822580,
          "dir": -1,
          "entryPrice": 2738.455,
          "exitPrice": 2744.416,
          "stopDistance": 5.961,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 20
        },
        {
          "entryTs": 1730854260,
          "entryUtc": "2024-11-06T00:51:00.000Z",
          "exitTs": 1730857080,
          "dir": -1,
          "entryPrice": 2739.915,
          "exitPrice": 2744.053,
          "stopDistance": 4.138,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 47
        },
        {
          "entryTs": 1730858880,
          "entryUtc": "2024-11-06T02:08:00.000Z",
          "exitTs": 1730860800,
          "dir": 1,
          "entryPrice": 2744.684,
          "exitPrice": 2739.298,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730876880,
          "entryUtc": "2024-11-06T07:08:00.000Z",
          "exitTs": 1730877480,
          "dir": -1,
          "entryPrice": 2715.004,
          "exitPrice": 2725.753,
          "stopDistance": 10.749,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 10
        },
        {
          "entryTs": 1730879040,
          "entryUtc": "2024-11-06T07:44:00.000Z",
          "exitTs": 1730893020,
          "dir": 1,
          "entryPrice": 2720.235,
          "exitPrice": 2707.785,
          "stopDistance": 12.45,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 233
        },
        {
          "entryTs": 1730902260,
          "entryUtc": "2024-11-06T14:11:00.000Z",
          "exitTs": 1731024000,
          "dir": -1,
          "entryPrice": 2667.285,
          "exitPrice": 2680.181,
          "stopDistance": 12.896,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 2029
        },
        {
          "entryTs": 1731288660,
          "entryUtc": "2024-11-11T01:31:00.000Z",
          "exitTs": 1731292560,
          "dir": -1,
          "entryPrice": 2677.915,
          "exitPrice": 2668.645,
          "stopDistance": 4.635,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 65
        },
        {
          "entryTs": 1731301140,
          "entryUtc": "2024-11-11T04:59:00.000Z",
          "exitTs": 1731322680,
          "dir": -1,
          "entryPrice": 2672.165,
          "exitPrice": 2661.776,
          "stopDistance": 5.195,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 359
        },
        {
          "entryTs": 1731323700,
          "entryUtc": "2024-11-11T11:15:00.000Z",
          "exitTs": 1731330060,
          "dir": -1,
          "entryPrice": 2664.275,
          "exitPrice": 2652.815,
          "stopDistance": 5.73,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 106
        },
        {
          "entryTs": 1731337440,
          "entryUtc": "2024-11-11T15:04:00.000Z",
          "exitTs": 1731389400,
          "dir": -1,
          "entryPrice": 2625.965,
          "exitPrice": 2608.219,
          "stopDistance": 8.873,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 866
        },
        {
          "entryTs": 1731398580,
          "entryUtc": "2024-11-12T08:03:00.000Z",
          "exitTs": 1731402540,
          "dir": -1,
          "entryPrice": 2604.455,
          "exitPrice": 2591.11,
          "stopDistance": 6.673,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 66
        },
        {
          "entryTs": 1731404340,
          "entryUtc": "2024-11-12T09:39:00.000Z",
          "exitTs": 1731412920,
          "dir": -1,
          "entryPrice": 2595.585,
          "exitPrice": 2603.004,
          "stopDistance": 7.419,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 143
        },
        {
          "entryTs": 1731463380,
          "entryUtc": "2024-11-13T02:03:00.000Z",
          "exitTs": 1731485580,
          "dir": 1,
          "entryPrice": 2606.385,
          "exitPrice": 2602.254,
          "stopDistance": 4.131,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 370
        },
        {
          "entryTs": 1731488400,
          "entryUtc": "2024-11-13T09:00:00.000Z",
          "exitTs": 1731504600,
          "dir": 1,
          "entryPrice": 2607.305,
          "exitPrice": 2616.989,
          "stopDistance": 4.842,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 270
        },
        {
          "entryTs": 1731511920,
          "entryUtc": "2024-11-13T15:32:00.000Z",
          "exitTs": 1731516900,
          "dir": -1,
          "entryPrice": 2600.275,
          "exitPrice": 2585.865,
          "stopDistance": 7.205,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 83
        },
        {
          "entryTs": 1731543240,
          "entryUtc": "2024-11-14T00:14:00.000Z",
          "exitTs": 1731551820,
          "dir": -1,
          "entryPrice": 2572.675,
          "exitPrice": 2559.298,
          "stopDistance": 6.689,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 143
        },
        {
          "entryTs": 1731579240,
          "entryUtc": "2024-11-14T10:14:00.000Z",
          "exitTs": 1731584280,
          "dir": -1,
          "entryPrice": 2544.285,
          "exitPrice": 2551.135,
          "stopDistance": 6.85,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 84
        },
        {
          "entryTs": 1731616200,
          "entryUtc": "2024-11-14T20:30:00.000Z",
          "exitTs": 1731650940,
          "dir": -1,
          "entryPrice": 2573.175,
          "exitPrice": 2559.117,
          "stopDistance": 7.029,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 579
        },
        {
          "entryTs": 1731652200,
          "entryUtc": "2024-11-15T06:30:00.000Z",
          "exitTs": 1731653220,
          "dir": -1,
          "entryPrice": 2558.085,
          "exitPrice": 2562.422,
          "stopDistance": 4.337,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 17
        },
        {
          "entryTs": 1731661320,
          "entryUtc": "2024-11-15T09:02:00.000Z",
          "exitTs": 1731676380,
          "dir": 1,
          "entryPrice": 2565.965,
          "exitPrice": 2575.591,
          "stopDistance": 4.813,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 251
        },
        {
          "entryTs": 1731677400,
          "entryUtc": "2024-11-15T13:30:00.000Z",
          "exitTs": 1731677520,
          "dir": 1,
          "entryPrice": 2569.574,
          "exitPrice": 2563.973,
          "stopDistance": 5.601,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 2
        },
        {
          "entryTs": 1731887820,
          "entryUtc": "2024-11-17T23:57:00.000Z",
          "exitTs": 1731892560,
          "dir": 1,
          "entryPrice": 2571.238,
          "exitPrice": 2581.454,
          "stopDistance": 5.108,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 79
        },
        {
          "entryTs": 1731894300,
          "entryUtc": "2024-11-18T01:45:00.000Z",
          "exitTs": 1731909600,
          "dir": 1,
          "entryPrice": 2590.374,
          "exitPrice": 2583.766,
          "stopDistance": 6.608,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 255
        },
        {
          "entryTs": 1731993060,
          "entryUtc": "2024-11-19T05:11:00.000Z",
          "exitTs": 1732007940,
          "dir": 1,
          "entryPrice": 2621.084,
          "exitPrice": 2629.008,
          "stopDistance": 3.962,
          "outcome": "target",
          "netR": 1.9066,
          "holdMinutes": 248
        },
        {
          "entryTs": 1732009560,
          "entryUtc": "2024-11-19T09:46:00.000Z",
          "exitTs": 1732025940,
          "dir": 1,
          "entryPrice": 2630.045,
          "exitPrice": 2624.891,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 273
        },
        {
          "entryTs": 1732027500,
          "entryUtc": "2024-11-19T14:45:00.000Z",
          "exitTs": 1732062300,
          "dir": -1,
          "entryPrice": 2630.725,
          "exitPrice": 2637.44,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 580
        },
        {
          "entryTs": 1732105260,
          "entryUtc": "2024-11-20T12:21:00.000Z",
          "exitTs": 1732108800,
          "dir": 1,
          "entryPrice": 2627.855,
          "exitPrice": 2636.75,
          "stopDistance": 4.447,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 59
        },
        {
          "entryTs": 1732150920,
          "entryUtc": "2024-11-21T01:02:00.000Z",
          "exitTs": 1732151940,
          "dir": 1,
          "entryPrice": 2657.505,
          "exitPrice": 2653.781,
          "stopDistance": 3.724,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 17
        },
        {
          "entryTs": 1732152900,
          "entryUtc": "2024-11-21T01:35:00.000Z",
          "exitTs": 1732169700,
          "dir": -1,
          "entryPrice": 2655.785,
          "exitPrice": 2659.864,
          "stopDistance": 4.079,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 280
        },
        {
          "entryTs": 1732175280,
          "entryUtc": "2024-11-21T07:48:00.000Z",
          "exitTs": 1732178160,
          "dir": 1,
          "entryPrice": 2662.515,
          "exitPrice": 2669.811,
          "stopDistance": 3.648,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 48
        },
        {
          "entryTs": 1732179120,
          "entryUtc": "2024-11-21T08:52:00.000Z",
          "exitTs": 1732194000,
          "dir": 1,
          "entryPrice": 2666.705,
          "exitPrice": 2662.764,
          "stopDistance": 3.941,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 248
        },
        {
          "entryTs": 1732246320,
          "entryUtc": "2024-11-22T03:32:00.000Z",
          "exitTs": 1732258560,
          "dir": 1,
          "entryPrice": 2684.425,
          "exitPrice": 2692.705,
          "stopDistance": 4.14,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 204
        },
        {
          "entryTs": 1732269600,
          "entryUtc": "2024-11-22T10:00:00.000Z",
          "exitTs": 1732281840,
          "dir": 1,
          "entryPrice": 2702.845,
          "exitPrice": 2696.732,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 204
        },
        {
          "entryTs": 1732287420,
          "entryUtc": "2024-11-22T14:57:00.000Z",
          "exitTs": 1732290000,
          "dir": -1,
          "entryPrice": 2695.564,
          "exitPrice": 2702.858,
          "stopDistance": 7.294,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 43
        },
        {
          "entryTs": 1732506480,
          "entryUtc": "2024-11-25T03:48:00.000Z",
          "exitTs": 1732534440,
          "dir": -1,
          "entryPrice": 2675.665,
          "exitPrice": 2686.702,
          "stopDistance": 11.037,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 466
        },
        {
          "entryTs": 1732579380,
          "entryUtc": "2024-11-26T00:03:00.000Z",
          "exitTs": 1732580460,
          "dir": -1,
          "entryPrice": 2613.725,
          "exitPrice": 2621.724,
          "stopDistance": 7.999,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 18
        },
        {
          "entryTs": 1732582500,
          "entryUtc": "2024-11-26T00:55:00.000Z",
          "exitTs": 1732607160,
          "dir": 1,
          "entryPrice": 2619.785,
          "exitPrice": 2610.914,
          "stopDistance": 8.871,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 411
        },
        {
          "entryTs": 1732608300,
          "entryUtc": "2024-11-26T08:05:00.000Z",
          "exitTs": 1732612500,
          "dir": -1,
          "entryPrice": 2615.955,
          "exitPrice": 2621.846,
          "stopDistance": 5.891,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 70
        },
        {
          "entryTs": 1732627800,
          "entryUtc": "2024-11-26T13:30:00.000Z",
          "exitTs": 1732629120,
          "dir": 1,
          "entryPrice": 2632.118,
          "exitPrice": 2625.168,
          "stopDistance": 6.95,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 22
        },
        {
          "entryTs": 1732633680,
          "entryUtc": "2024-11-26T15:08:00.000Z",
          "exitTs": 1732656540,
          "dir": -1,
          "entryPrice": 2625.155,
          "exitPrice": 2633.335,
          "stopDistance": 8.18,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 381
        },
        {
          "entryTs": 1732687200,
          "entryUtc": "2024-11-27T06:00:00.000Z",
          "exitTs": 1732697580,
          "dir": 1,
          "entryPrice": 2641.808,
          "exitPrice": 2650.35,
          "stopDistance": 4.271,
          "outcome": "target",
          "netR": 1.9134,
          "holdMinutes": 173
        },
        {
          "entryTs": 1732699860,
          "entryUtc": "2024-11-27T09:31:00.000Z",
          "exitTs": 1732705920,
          "dir": 1,
          "entryPrice": 2648.728,
          "exitPrice": 2643.828,
          "stopDistance": 4.9,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 101
        },
        {
          "entryTs": 1732714200,
          "entryUtc": "2024-11-27T13:30:00.000Z",
          "exitTs": 1732715400,
          "dir": -1,
          "entryPrice": 2650.074,
          "exitPrice": 2655.271,
          "stopDistance": 5.197,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 20
        },
        {
          "entryTs": 1732722600,
          "entryUtc": "2024-11-27T15:50:00.000Z",
          "exitTs": 1732755960,
          "dir": -1,
          "entryPrice": 2644.424,
          "exitPrice": 2629.621,
          "stopDistance": 7.402,
          "outcome": "target",
          "netR": 1.95,
          "holdMinutes": 556
        },
        {
          "entryTs": 1732759260,
          "entryUtc": "2024-11-28T02:01:00.000Z",
          "exitTs": 1732774980,
          "dir": -1,
          "entryPrice": 2629.125,
          "exitPrice": 2634.134,
          "stopDistance": 5.009,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 262
        },
        {
          "entryTs": 1732792920,
          "entryUtc": "2024-11-28T11:22:00.000Z",
          "exitTs": 1732805400,
          "dir": 1,
          "entryPrice": 2646.805,
          "exitPrice": 2642.527,
          "stopDistance": 4.278,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 208
        },
        {
          "entryTs": 1732848300,
          "entryUtc": "2024-11-29T02:45:00.000Z",
          "exitTs": 1732892400,
          "dir": 1,
          "entryPrice": 2656.704,
          "exitPrice": 2651.309,
          "stopDistance": 5.395,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 735
        },
        {
          "entryTs": 1733096880,
          "entryUtc": "2024-12-01T23:48:00.000Z",
          "exitTs": 1733100180,
          "dir": -1,
          "entryPrice": 2646.105,
          "exitPrice": 2635.51,
          "stopDistance": 5.298,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 55
        },
        {
          "entryTs": 1733103900,
          "entryUtc": "2024-12-02T01:45:00.000Z",
          "exitTs": 1733108340,
          "dir": -1,
          "entryPrice": 2638.825,
          "exitPrice": 2625.652,
          "stopDistance": 6.586,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 74
        },
        {
          "entryTs": 1733150700,
          "entryUtc": "2024-12-02T14:45:00.000Z",
          "exitTs": 1733162700,
          "dir": 1,
          "entryPrice": 2642.855,
          "exitPrice": 2636.304,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 200
        },
        {
          "entryTs": 1733172300,
          "entryUtc": "2024-12-02T20:45:00.000Z",
          "exitTs": 1733174820,
          "dir": 1,
          "entryPrice": 2641.515,
          "exitPrice": 2636.43,
          "stopDistance": 5.085,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 42
        },
        {
          "entryTs": 1733175960,
          "entryUtc": "2024-12-02T21:46:00.000Z",
          "exitTs": 1733185500,
          "dir": -1,
          "entryPrice": 2638.725,
          "exitPrice": 2643.88,
          "stopDistance": 5.155,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 159
        },
        {
          "entryTs": 1733208300,
          "entryUtc": "2024-12-03T06:45:00.000Z",
          "exitTs": 1733213040,
          "dir": 1,
          "entryPrice": 2646.825,
          "exitPrice": 2642.352,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 79
        },
        {
          "entryTs": 1733214780,
          "entryUtc": "2024-12-03T08:33:00.000Z",
          "exitTs": 1733216400,
          "dir": -1,
          "entryPrice": 2641.825,
          "exitPrice": 2646.119,
          "stopDistance": 4.294,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 27
        },
        {
          "entryTs": 1733219880,
          "entryUtc": "2024-12-03T09:58:00.000Z",
          "exitTs": 1733228580,
          "dir": 1,
          "entryPrice": 2644.445,
          "exitPrice": 2639.842,
          "stopDistance": 4.603,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 145
        },
        {
          "entryTs": 1733230020,
          "entryUtc": "2024-12-03T12:47:00.000Z",
          "exitTs": 1733231880,
          "dir": -1,
          "entryPrice": 2640.575,
          "exitPrice": 2644.591,
          "stopDistance": 4.016,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 31
        },
        {
          "entryTs": 1733236500,
          "entryUtc": "2024-12-03T14:35:00.000Z",
          "exitTs": 1733238000,
          "dir": 1,
          "entryPrice": 2649.688,
          "exitPrice": 2644.517,
          "stopDistance": 5.171,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 25
        },
        {
          "entryTs": 1733238060,
          "entryUtc": "2024-12-03T15:01:00.000Z",
          "exitTs": 1733239140,
          "dir": 1,
          "entryPrice": 2642.538,
          "exitPrice": 2638.045,
          "stopDistance": 4.493,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 18
        },
        {
          "entryTs": 1733241300,
          "entryUtc": "2024-12-03T15:55:00.000Z",
          "exitTs": 1733248980,
          "dir": -1,
          "entryPrice": 2642.085,
          "exitPrice": 2648.688,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 128
        },
        {
          "entryTs": 1733302080,
          "entryUtc": "2024-12-04T08:48:00.000Z",
          "exitTs": 1733310300,
          "dir": -1,
          "entryPrice": 2642.025,
          "exitPrice": 2645.781,
          "stopDistance": 3.756,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 137
        },
        {
          "entryTs": 1733318160,
          "entryUtc": "2024-12-04T13:16:00.000Z",
          "exitTs": 1733318580,
          "dir": -1,
          "entryPrice": 2638.555,
          "exitPrice": 2643.412,
          "stopDistance": 4.857,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 7
        },
        {
          "entryTs": 1733327220,
          "entryUtc": "2024-12-04T15:47:00.000Z",
          "exitTs": 1733363160,
          "dir": 1,
          "entryPrice": 2652.974,
          "exitPrice": 2646.43,
          "stopDistance": 6.544,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 599
        },
        {
          "entryTs": 1733366100,
          "entryUtc": "2024-12-05T02:35:00.000Z",
          "exitTs": 1733376840,
          "dir": -1,
          "entryPrice": 2647.625,
          "exitPrice": 2651.019,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 179
        },
        {
          "entryTs": 1733378640,
          "entryUtc": "2024-12-05T06:04:00.000Z",
          "exitTs": 1733380440,
          "dir": 1,
          "entryPrice": 2652.525,
          "exitPrice": 2648.741,
          "stopDistance": 3.784,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 30
        },
        {
          "entryTs": 1733413860,
          "entryUtc": "2024-12-05T15:51:00.000Z",
          "exitTs": 1733419200,
          "dir": -1,
          "entryPrice": 2639.385,
          "exitPrice": 2626.951,
          "stopDistance": 6.217,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 89
        },
        {
          "entryTs": 1733425200,
          "entryUtc": "2024-12-05T19:00:00.000Z",
          "exitTs": 1733447400,
          "dir": -1,
          "entryPrice": 2629.775,
          "exitPrice": 2615.229,
          "stopDistance": 7.273,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 370
        },
        {
          "entryTs": 1733448600,
          "entryUtc": "2024-12-06T01:30:00.000Z",
          "exitTs": 1733453940,
          "dir": -1,
          "entryPrice": 2619.955,
          "exitPrice": 2625.28,
          "stopDistance": 5.325,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 89
        },
        {
          "entryTs": 1733455200,
          "entryUtc": "2024-12-06T03:20:00.000Z",
          "exitTs": 1733455500,
          "dir": -1,
          "entryPrice": 2630.455,
          "exitPrice": 2635.548,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 5
        },
        {
          "entryTs": 1733465640,
          "entryUtc": "2024-12-06T06:14:00.000Z",
          "exitTs": 1733475480,
          "dir": -1,
          "entryPrice": 2638.615,
          "exitPrice": 2644.049,
          "stopDistance": 5.434,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 164
        },
        {
          "entryTs": 1733700660,
          "entryUtc": "2024-12-08T23:31:00.000Z",
          "exitTs": 1733704200,
          "dir": 1,
          "entryPrice": 2636.575,
          "exitPrice": 2630.641,
          "stopDistance": 5.934,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 59
        },
        {
          "entryTs": 1733708760,
          "entryUtc": "2024-12-09T01:46:00.000Z",
          "exitTs": 1733716980,
          "dir": 1,
          "entryPrice": 2645.008,
          "exitPrice": 2637.739,
          "stopDistance": 7.269,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 137
        },
        {
          "entryTs": 1733758260,
          "entryUtc": "2024-12-09T15:31:00.000Z",
          "exitTs": 1733766360,
          "dir": 1,
          "entryPrice": 2670.825,
          "exitPrice": 2664.919,
          "stopDistance": 5.906,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 135
        },
        {
          "entryTs": 1733794260,
          "entryUtc": "2024-12-10T01:31:00.000Z",
          "exitTs": 1733796480,
          "dir": 1,
          "entryPrice": 2662.785,
          "exitPrice": 2670.214,
          "stopDistance": 3.715,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 37
        },
        {
          "entryTs": 1733800680,
          "entryUtc": "2024-12-10T03:18:00.000Z",
          "exitTs": 1733818980,
          "dir": 1,
          "entryPrice": 2665.964,
          "exitPrice": 2661.389,
          "stopDistance": 4.576,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 305
        },
        {
          "entryTs": 1733828460,
          "entryUtc": "2024-12-10T11:01:00.000Z",
          "exitTs": 1733840340,
          "dir": 1,
          "entryPrice": 2673.255,
          "exitPrice": 2683.075,
          "stopDistance": 4.91,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 198
        },
        {
          "entryTs": 1733878920,
          "entryUtc": "2024-12-11T01:02:00.000Z",
          "exitTs": 1733888640,
          "dir": 1,
          "entryPrice": 2697.534,
          "exitPrice": 2693.884,
          "stopDistance": 3.65,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 162
        },
        {
          "entryTs": 1733895480,
          "entryUtc": "2024-12-11T05:38:00.000Z",
          "exitTs": 1733895900,
          "dir": -1,
          "entryPrice": 2680.925,
          "exitPrice": 2687.617,
          "stopDistance": 6.692,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 7
        },
        {
          "entryTs": 1733927460,
          "entryUtc": "2024-12-11T14:31:00.000Z",
          "exitTs": 1733929860,
          "dir": 1,
          "entryPrice": 2697.805,
          "exitPrice": 2710.608,
          "stopDistance": 6.402,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 40
        },
        {
          "entryTs": 1733968860,
          "entryUtc": "2024-12-12T02:01:00.000Z",
          "exitTs": 1733986500,
          "dir": -1,
          "entryPrice": 2711.125,
          "exitPrice": 2716.931,
          "stopDistance": 5.806,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 294
        },
        {
          "entryTs": 1733999400,
          "entryUtc": "2024-12-12T10:30:00.000Z",
          "exitTs": 1734009300,
          "dir": -1,
          "entryPrice": 2713.625,
          "exitPrice": 2703.472,
          "stopDistance": 5.076,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 165
        },
        {
          "entryTs": 1734014880,
          "entryUtc": "2024-12-12T14:48:00.000Z",
          "exitTs": 1734080640,
          "dir": -1,
          "entryPrice": 2686.645,
          "exitPrice": 2671.376,
          "stopDistance": 7.634,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 1096
        },
        {
          "entryTs": 1734095340,
          "entryUtc": "2024-12-13T13:09:00.000Z",
          "exitTs": 1734096720,
          "dir": 1,
          "entryPrice": 2667.485,
          "exitPrice": 2662.252,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 23
        },
        {
          "entryTs": 1734313560,
          "entryUtc": "2024-12-16T01:46:00.000Z",
          "exitTs": 1734338160,
          "dir": 1,
          "entryPrice": 2652.015,
          "exitPrice": 2661.575,
          "stopDistance": 4.78,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 410
        },
        {
          "entryTs": 1734354060,
          "entryUtc": "2024-12-16T13:01:00.000Z",
          "exitTs": 1734362280,
          "dir": -1,
          "entryPrice": 2660.638,
          "exitPrice": 2652.517,
          "stopDistance": 4.06,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 137
        },
        {
          "entryTs": 1734367500,
          "entryUtc": "2024-12-16T16:45:00.000Z",
          "exitTs": 1734400200,
          "dir": -1,
          "entryPrice": 2651.925,
          "exitPrice": 2657.209,
          "stopDistance": 5.284,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 545
        },
        {
          "entryTs": 1734403980,
          "entryUtc": "2024-12-17T02:53:00.000Z",
          "exitTs": 1734405180,
          "dir": 1,
          "entryPrice": 2654.255,
          "exitPrice": 2651.311,
          "stopDistance": 2.943,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734419220,
          "entryUtc": "2024-12-17T07:07:00.000Z",
          "exitTs": 1734420120,
          "dir": -1,
          "entryPrice": 2650.248,
          "exitPrice": 2654.063,
          "stopDistance": 3.815,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 15
        },
        {
          "entryTs": 1734422880,
          "entryUtc": "2024-12-17T08:08:00.000Z",
          "exitTs": 1734424080,
          "dir": 1,
          "entryPrice": 2651.748,
          "exitPrice": 2647.592,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734425220,
          "entryUtc": "2024-12-17T08:47:00.000Z",
          "exitTs": 1734428160,
          "dir": -1,
          "entryPrice": 2648.988,
          "exitPrice": 2639.981,
          "stopDistance": 4.503,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 49
        },
        {
          "entryTs": 1734543960,
          "entryUtc": "2024-12-18T17:46:00.000Z",
          "exitTs": 1734548400,
          "dir": 1,
          "entryPrice": 2637.118,
          "exitPrice": 2632.865,
          "stopDistance": 4.253,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 74
        },
        {
          "entryTs": 1734550380,
          "entryUtc": "2024-12-18T19:33:00.000Z",
          "exitTs": 1734551280,
          "dir": -1,
          "entryPrice": 2623.775,
          "exitPrice": 2611.07,
          "stopDistance": 6.352,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 15
        },
        {
          "entryTs": 1734555720,
          "entryUtc": "2024-12-18T21:02:00.000Z",
          "exitTs": 1734571380,
          "dir": -1,
          "entryPrice": 2594.435,
          "exitPrice": 2603.637,
          "stopDistance": 9.202,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 261
        },
        {
          "entryTs": 1734573720,
          "entryUtc": "2024-12-19T02:02:00.000Z",
          "exitTs": 1734614100,
          "dir": 1,
          "entryPrice": 2610.838,
          "exitPrice": 2602.154,
          "stopDistance": 8.684,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 673
        },
        {
          "entryTs": 1734636480,
          "entryUtc": "2024-12-19T19:28:00.000Z",
          "exitTs": 1734656040,
          "dir": 1,
          "entryPrice": 2597.455,
          "exitPrice": 2591.519,
          "stopDistance": 5.936,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 326
        },
        {
          "entryTs": 1734661680,
          "entryUtc": "2024-12-20T02:28:00.000Z",
          "exitTs": 1734678180,
          "dir": 1,
          "entryPrice": 2596.315,
          "exitPrice": 2605.711,
          "stopDistance": 4.698,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 275
        },
        {
          "entryTs": 1734940560,
          "entryUtc": "2024-12-23T07:56:00.000Z",
          "exitTs": 1734948060,
          "dir": 1,
          "entryPrice": 2629.798,
          "exitPrice": 2625.816,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 125
        },
        {
          "entryTs": 1735036260,
          "entryUtc": "2024-12-24T10:31:00.000Z",
          "exitTs": 1735039680,
          "dir": 1,
          "entryPrice": 2615.895,
          "exitPrice": 2612.798,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 57
        },
        {
          "entryTs": 1735062300,
          "entryUtc": "2024-12-24T17:45:00.000Z",
          "exitTs": 1735167600,
          "dir": 1,
          "entryPrice": 2617.045,
          "exitPrice": 2616.255,
          "stopDistance": 3.695,
          "outcome": "time",
          "netR": -0.3139,
          "holdMinutes": 1755
        },
        {
          "entryTs": 1735199220,
          "entryUtc": "2024-12-26T07:47:00.000Z",
          "exitTs": 1735200480,
          "dir": -1,
          "entryPrice": 2624.798,
          "exitPrice": 2627.861,
          "stopDistance": 3.063,
          "outcome": "stop",
          "netR": -1.1371,
          "holdMinutes": 21
        },
        {
          "entryTs": 1735201800,
          "entryUtc": "2024-12-26T08:30:00.000Z",
          "exitTs": 1735220580,
          "dir": 1,
          "entryPrice": 2626.785,
          "exitPrice": 2623.64,
          "stopDistance": 3.145,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 313
        },
        {
          "entryTs": 1735221600,
          "entryUtc": "2024-12-26T14:00:00.000Z",
          "exitTs": 1735224540,
          "dir": -1,
          "entryPrice": 2624.085,
          "exitPrice": 2627.471,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 49
        },
        {
          "entryTs": 1735229100,
          "entryUtc": "2024-12-26T16:05:00.000Z",
          "exitTs": 1735233540,
          "dir": 1,
          "entryPrice": 2633.348,
          "exitPrice": 2629.39,
          "stopDistance": 3.958,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 74
        },
        {
          "entryTs": 1735233780,
          "entryUtc": "2024-12-26T17:23:00.000Z",
          "exitTs": 1735283100,
          "dir": 1,
          "entryPrice": 2628.955,
          "exitPrice": 2636.94,
          "stopDistance": 3.993,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 822
        },
        {
          "entryTs": 1735284600,
          "entryUtc": "2024-12-27T07:30:00.000Z",
          "exitTs": 1735286400,
          "dir": 1,
          "entryPrice": 2635.898,
          "exitPrice": 2632.771,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 30
        },
        {
          "entryTs": 1735332660,
          "entryUtc": "2024-12-27T20:51:00.000Z",
          "exitTs": 1735335900,
          "dir": -1,
          "entryPrice": 2615.655,
          "exitPrice": 2619.869,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 54
        },
        {
          "entryTs": 1735520100,
          "entryUtc": "2024-12-30T00:55:00.000Z",
          "exitTs": 1735542240,
          "dir": 1,
          "entryPrice": 2622.094,
          "exitPrice": 2617.868,
          "stopDistance": 4.226,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 369
        },
        {
          "entryTs": 1735568100,
          "entryUtc": "2024-12-30T14:15:00.000Z",
          "exitTs": 1735572840,
          "dir": -1,
          "entryPrice": 2612.145,
          "exitPrice": 2599.859,
          "stopDistance": 6.143,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 79
        },
        {
          "entryTs": 1735583040,
          "entryUtc": "2024-12-30T18:24:00.000Z",
          "exitTs": 1735631280,
          "dir": -1,
          "entryPrice": 2605.755,
          "exitPrice": 2612.757,
          "stopDistance": 7.003,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 804
        },
        {
          "entryTs": 1735641120,
          "entryUtc": "2024-12-31T10:32:00.000Z",
          "exitTs": 1735650660,
          "dir": 1,
          "entryPrice": 2611.148,
          "exitPrice": 2607.939,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 159
        },
        {
          "entryTs": 1735652700,
          "entryUtc": "2024-12-31T13:45:00.000Z",
          "exitTs": 1735659180,
          "dir": 1,
          "entryPrice": 2612.035,
          "exitPrice": 2620.982,
          "stopDistance": 4.474,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 108
        },
        {
          "entryTs": 1735779600,
          "entryUtc": "2025-01-02T01:00:00.000Z",
          "exitTs": 1735780680,
          "dir": 1,
          "entryPrice": 2625.005,
          "exitPrice": 2631.428,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 18
        },
        {
          "entryTs": 1735812060,
          "entryUtc": "2025-01-02T10:01:00.000Z",
          "exitTs": 1735813140,
          "dir": 1,
          "entryPrice": 2635.124,
          "exitPrice": 2642.713,
          "stopDistance": 3.795,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 18
        },
        {
          "entryTs": 1735814700,
          "entryUtc": "2025-01-02T10:45:00.000Z",
          "exitTs": 1735823580,
          "dir": 1,
          "entryPrice": 2642.948,
          "exitPrice": 2638.28,
          "stopDistance": 4.668,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 148
        },
        {
          "entryTs": 1735823880,
          "entryUtc": "2025-01-02T13:18:00.000Z",
          "exitTs": 1735827300,
          "dir": 1,
          "entryPrice": 2637.935,
          "exitPrice": 2647.389,
          "stopDistance": 4.727,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 57
        },
        {
          "entryTs": 1735890720,
          "entryUtc": "2025-01-03T07:52:00.000Z",
          "exitTs": 1735902360,
          "dir": -1,
          "entryPrice": 2654.855,
          "exitPrice": 2658.678,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 194
        },
        {
          "entryTs": 1735912440,
          "entryUtc": "2025-01-03T13:54:00.000Z",
          "exitTs": 1735917540,
          "dir": -1,
          "entryPrice": 2651.055,
          "exitPrice": 2641.292,
          "stopDistance": 4.881,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 85
        },
        {
          "entryTs": 1736127060,
          "entryUtc": "2025-01-06T01:31:00.000Z",
          "exitTs": 1736128800,
          "dir": 1,
          "entryPrice": 2644.448,
          "exitPrice": 2640.881,
          "stopDistance": 3.567,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 29
        },
        {
          "entryTs": 1736145900,
          "entryUtc": "2025-01-06T06:45:00.000Z",
          "exitTs": 1736162040,
          "dir": -1,
          "entryPrice": 2631.955,
          "exitPrice": 2635.823,
          "stopDistance": 3.868,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 269
        },
        {
          "entryTs": 1736165520,
          "entryUtc": "2025-01-06T12:12:00.000Z",
          "exitTs": 1736170440,
          "dir": 1,
          "entryPrice": 2643.254,
          "exitPrice": 2638.011,
          "stopDistance": 5.243,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 82
        },
        {
          "entryTs": 1736170560,
          "entryUtc": "2025-01-06T13:36:00.000Z",
          "exitTs": 1736170620,
          "dir": 1,
          "entryPrice": 2635.975,
          "exitPrice": 2631.023,
          "stopDistance": 4.952,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 1
        },
        {
          "entryTs": 1736172180,
          "entryUtc": "2025-01-06T14:03:00.000Z",
          "exitTs": 1736175240,
          "dir": -1,
          "entryPrice": 2627.098,
          "exitPrice": 2634.582,
          "stopDistance": 7.485,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 51
        },
        {
          "entryTs": 1736176560,
          "entryUtc": "2025-01-06T15:16:00.000Z",
          "exitTs": 1736250780,
          "dir": 1,
          "entryPrice": 2629.934,
          "exitPrice": 2648.36,
          "stopDistance": 9.213,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 1237
        },
        {
          "entryTs": 1736259420,
          "entryUtc": "2025-01-07T14:17:00.000Z",
          "exitTs": 1736262000,
          "dir": 1,
          "entryPrice": 2656.948,
          "exitPrice": 2652.006,
          "stopDistance": 4.942,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 43
        },
        {
          "entryTs": 1736266800,
          "entryUtc": "2025-01-07T16:20:00.000Z",
          "exitTs": 1736344800,
          "dir": -1,
          "entryPrice": 2653.548,
          "exitPrice": 2660.395,
          "stopDistance": 6.847,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 1300
        },
        {
          "entryTs": 1736359320,
          "entryUtc": "2025-01-08T18:02:00.000Z",
          "exitTs": 1736369460,
          "dir": -1,
          "entryPrice": 2656.448,
          "exitPrice": 2663.472,
          "stopDistance": 7.024,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 169
        },
        {
          "entryTs": 1736409000,
          "entryUtc": "2025-01-09T07:50:00.000Z",
          "exitTs": 1736409900,
          "dir": 1,
          "entryPrice": 2663.795,
          "exitPrice": 2660.274,
          "stopDistance": 3.521,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 15
        },
        {
          "entryTs": 1736433420,
          "entryUtc": "2025-01-09T14:37:00.000Z",
          "exitTs": 1736442420,
          "dir": -1,
          "entryPrice": 2673.475,
          "exitPrice": 2663.199,
          "stopDistance": 5.138,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 150
        },
        {
          "entryTs": 1736732220,
          "entryUtc": "2025-01-13T01:37:00.000Z",
          "exitTs": 1736734020,
          "dir": -1,
          "entryPrice": 2683.515,
          "exitPrice": 2689.042,
          "stopDistance": 5.528,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 30
        },
        {
          "entryTs": 1736764620,
          "entryUtc": "2025-01-13T10:37:00.000Z",
          "exitTs": 1736770200,
          "dir": -1,
          "entryPrice": 2681.155,
          "exitPrice": 2670.906,
          "stopDistance": 5.124,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 93
        },
        {
          "entryTs": 1736772480,
          "entryUtc": "2025-01-13T12:48:00.000Z",
          "exitTs": 1736783880,
          "dir": -1,
          "entryPrice": 2672.549,
          "exitPrice": 2661.733,
          "stopDistance": 5.408,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 190
        },
        {
          "entryTs": 1736831280,
          "entryUtc": "2025-01-14T05:08:00.000Z",
          "exitTs": 1736833860,
          "dir": 1,
          "entryPrice": 2671.645,
          "exitPrice": 2668.083,
          "stopDistance": 3.562,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 43
        },
        {
          "entryTs": 1736939340,
          "entryUtc": "2025-01-15T11:09:00.000Z",
          "exitTs": 1736946000,
          "dir": 1,
          "entryPrice": 2686.488,
          "exitPrice": 2682.924,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 111
        },
        {
          "entryTs": 1736958120,
          "entryUtc": "2025-01-15T16:22:00.000Z",
          "exitTs": 1736960700,
          "dir": -1,
          "entryPrice": 2684.255,
          "exitPrice": 2691.089,
          "stopDistance": 6.834,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 43
        },
        {
          "entryTs": 1736992140,
          "entryUtc": "2025-01-16T01:49:00.000Z",
          "exitTs": 1737005400,
          "dir": 1,
          "entryPrice": 2697.915,
          "exitPrice": 2693.823,
          "stopDistance": 4.092,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 221
        },
        {
          "entryTs": 1737009480,
          "entryUtc": "2025-01-16T06:38:00.000Z",
          "exitTs": 1737011220,
          "dir": -1,
          "entryPrice": 2692.575,
          "exitPrice": 2695.924,
          "stopDistance": 3.349,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 29
        },
        {
          "entryTs": 1737030180,
          "entryUtc": "2025-01-16T12:23:00.000Z",
          "exitTs": 1737034200,
          "dir": 1,
          "entryPrice": 2702.929,
          "exitPrice": 2711.75,
          "stopDistance": 4.411,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 67
        },
        {
          "entryTs": 1737038220,
          "entryUtc": "2025-01-16T14:37:00.000Z",
          "exitTs": 1737105840,
          "dir": 1,
          "entryPrice": 2713.349,
          "exitPrice": 2707.628,
          "stopDistance": 5.721,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 1127
        },
        {
          "entryTs": 1737115140,
          "entryUtc": "2025-01-17T11:59:00.000Z",
          "exitTs": 1737120240,
          "dir": -1,
          "entryPrice": 2708.255,
          "exitPrice": 2711.771,
          "stopDistance": 3.517,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 85
        },
        {
          "entryTs": 1737135120,
          "entryUtc": "2025-01-17T17:32:00.000Z",
          "exitTs": 1737144000,
          "dir": -1,
          "entryPrice": 2712.265,
          "exitPrice": 2702.514,
          "stopDistance": 4.875,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 148
        },
        {
          "entryTs": 1737362400,
          "entryUtc": "2025-01-20T08:40:00.000Z",
          "exitTs": 1737371280,
          "dir": -1,
          "entryPrice": 2707.015,
          "exitPrice": 2710.975,
          "stopDistance": 3.96,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 148
        },
        {
          "entryTs": 1737446400,
          "entryUtc": "2025-01-21T08:00:00.000Z",
          "exitTs": 1737447360,
          "dir": 1,
          "entryPrice": 2729.055,
          "exitPrice": 2724.057,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 16
        },
        {
          "entryTs": 1737509340,
          "entryUtc": "2025-01-22T01:29:00.000Z",
          "exitTs": 1737523740,
          "dir": 1,
          "entryPrice": 2746.788,
          "exitPrice": 2753.911,
          "stopDistance": 3.561,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 240
        },
        {
          "entryTs": 1737529560,
          "entryUtc": "2025-01-22T07:06:00.000Z",
          "exitTs": 1737532200,
          "dir": -1,
          "entryPrice": 2749.175,
          "exitPrice": 2753.435,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 44
        },
        {
          "entryTs": 1737539400,
          "entryUtc": "2025-01-22T09:50:00.000Z",
          "exitTs": 1737547440,
          "dir": 1,
          "entryPrice": 2758.935,
          "exitPrice": 2753.91,
          "stopDistance": 5.026,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 134
        },
        {
          "entryTs": 1737553860,
          "entryUtc": "2025-01-22T13:51:00.000Z",
          "exitTs": 1737561120,
          "dir": -1,
          "entryPrice": 2755.035,
          "exitPrice": 2760.16,
          "stopDistance": 5.125,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 121
        },
        {
          "entryTs": 1737615480,
          "entryUtc": "2025-01-23T06:58:00.000Z",
          "exitTs": 1737624000,
          "dir": 1,
          "entryPrice": 2752.935,
          "exitPrice": 2750.133,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 142
        },
        {
          "entryTs": 1737625920,
          "entryUtc": "2025-01-23T09:52:00.000Z",
          "exitTs": 1737628620,
          "dir": -1,
          "entryPrice": 2744.755,
          "exitPrice": 2748.458,
          "stopDistance": 3.703,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 45
        },
        {
          "entryTs": 1737634800,
          "entryUtc": "2025-01-23T12:20:00.000Z",
          "exitTs": 1737638040,
          "dir": 1,
          "entryPrice": 2745.105,
          "exitPrice": 2741.24,
          "stopDistance": 3.865,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 54
        },
        {
          "entryTs": 1737648000,
          "entryUtc": "2025-01-23T16:00:00.000Z",
          "exitTs": 1737679020,
          "dir": 1,
          "entryPrice": 2745.645,
          "exitPrice": 2758.733,
          "stopDistance": 6.544,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 517
        },
        {
          "entryTs": 1737680400,
          "entryUtc": "2025-01-24T01:00:00.000Z",
          "exitTs": 1737684480,
          "dir": 1,
          "entryPrice": 2759.225,
          "exitPrice": 2765.963,
          "stopDistance": 3.369,
          "outcome": "target",
          "netR": 1.8902,
          "holdMinutes": 68
        },
        {
          "entryTs": 1737689040,
          "entryUtc": "2025-01-24T03:24:00.000Z",
          "exitTs": 1737724080,
          "dir": 1,
          "entryPrice": 2771.915,
          "exitPrice": 2781.061,
          "stopDistance": 4.573,
          "outcome": "target",
          "netR": 1.9191,
          "holdMinutes": 584
        },
        {
          "entryTs": 1737725520,
          "entryUtc": "2025-01-24T13:32:00.000Z",
          "exitTs": 1737728100,
          "dir": 1,
          "entryPrice": 2780.978,
          "exitPrice": 2776.94,
          "stopDistance": 4.038,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 43
        },
        {
          "entryTs": 1737729900,
          "entryUtc": "2025-01-24T14:45:00.000Z",
          "exitTs": 1737732420,
          "dir": -1,
          "entryPrice": 2780.575,
          "exitPrice": 2785.514,
          "stopDistance": 4.939,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 42
        },
        {
          "entryTs": 1737736920,
          "entryUtc": "2025-01-24T16:42:00.000Z",
          "exitTs": 1737932400,
          "dir": -1,
          "entryPrice": 2777.275,
          "exitPrice": 2765.052,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 3258
        },
        {
          "entryTs": 1737935100,
          "entryUtc": "2025-01-26T23:45:00.000Z",
          "exitTs": 1737939900,
          "dir": -1,
          "entryPrice": 2768.535,
          "exitPrice": 2772.296,
          "stopDistance": 3.761,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 80
        },
        {
          "entryTs": 1737947700,
          "entryUtc": "2025-01-27T03:15:00.000Z",
          "exitTs": 1737962880,
          "dir": -1,
          "entryPrice": 2759.375,
          "exitPrice": 2749.686,
          "stopDistance": 4.844,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 253
        },
        {
          "entryTs": 1738076400,
          "entryUtc": "2025-01-28T15:00:00.000Z",
          "exitTs": 1738087560,
          "dir": 1,
          "entryPrice": 2752.805,
          "exitPrice": 2760.667,
          "stopDistance": 3.931,
          "outcome": "target",
          "netR": 1.9059,
          "holdMinutes": 186
        },
        {
          "entryTs": 1738140300,
          "entryUtc": "2025-01-29T08:45:00.000Z",
          "exitTs": 1738146240,
          "dir": 1,
          "entryPrice": 2762.885,
          "exitPrice": 2759.913,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 99
        },
        {
          "entryTs": 1738165500,
          "entryUtc": "2025-01-29T15:45:00.000Z",
          "exitTs": 1738182360,
          "dir": -1,
          "entryPrice": 2753.405,
          "exitPrice": 2758.569,
          "stopDistance": 5.164,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 281
        },
        {
          "entryTs": 1738245900,
          "entryUtc": "2025-01-30T14:05:00.000Z",
          "exitTs": 1738250700,
          "dir": 1,
          "entryPrice": 2782.835,
          "exitPrice": 2790.803,
          "stopDistance": 3.984,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 80
        },
        {
          "entryTs": 1738253700,
          "entryUtc": "2025-01-30T16:15:00.000Z",
          "exitTs": 1738325940,
          "dir": 1,
          "entryPrice": 2793.448,
          "exitPrice": 2804.749,
          "stopDistance": 5.651,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 1204
        },
        {
          "entryTs": 1738328460,
          "entryUtc": "2025-01-31T13:01:00.000Z",
          "exitTs": 1738335600,
          "dir": 1,
          "entryPrice": 2804.345,
          "exitPrice": 2813.129,
          "stopDistance": 4.392,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 119
        },
        {
          "entryTs": 1738336740,
          "entryUtc": "2025-01-31T15:19:00.000Z",
          "exitTs": 1738339440,
          "dir": 1,
          "entryPrice": 2812.165,
          "exitPrice": 2807.017,
          "stopDistance": 5.148,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 45
        },
        {
          "entryTs": 1738343880,
          "entryUtc": "2025-01-31T17:18:00.000Z",
          "exitTs": 1738347660,
          "dir": -1,
          "entryPrice": 2811.455,
          "exitPrice": 2800.631,
          "stopDistance": 5.412,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 63
        },
        {
          "entryTs": 1738540380,
          "entryUtc": "2025-02-02T23:53:00.000Z",
          "exitTs": 1738548540,
          "dir": -1,
          "entryPrice": 2792.848,
          "exitPrice": 2775.907,
          "stopDistance": 8.47,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 136
        },
        {
          "entryTs": 1738557000,
          "entryUtc": "2025-02-03T04:30:00.000Z",
          "exitTs": 1738570500,
          "dir": 1,
          "entryPrice": 2778.635,
          "exitPrice": 2794.141,
          "stopDistance": 7.753,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 225
        },
        {
          "entryTs": 1738588020,
          "entryUtc": "2025-02-03T13:07:00.000Z",
          "exitTs": 1738593840,
          "dir": 1,
          "entryPrice": 2807.758,
          "exitPrice": 2818.933,
          "stopDistance": 5.587,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 97
        },
        {
          "entryTs": 1738595880,
          "entryUtc": "2025-02-03T15:18:00.000Z",
          "exitTs": 1738596300,
          "dir": 1,
          "entryPrice": 2822.895,
          "exitPrice": 2816.148,
          "stopDistance": 6.747,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 7
        },
        {
          "entryTs": 1738598700,
          "entryUtc": "2025-02-03T16:05:00.000Z",
          "exitTs": 1738675260,
          "dir": -1,
          "entryPrice": 2821.565,
          "exitPrice": 2829.73,
          "stopDistance": 8.165,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 1276
        },
        {
          "entryTs": 1738677000,
          "entryUtc": "2025-02-04T13:50:00.000Z",
          "exitTs": 1738683240,
          "dir": 1,
          "entryPrice": 2833.218,
          "exitPrice": 2844.773,
          "stopDistance": 5.777,
          "outcome": "target",
          "netR": 1.936,
          "holdMinutes": 104
        },
        {
          "entryTs": 1738685520,
          "entryUtc": "2025-02-04T16:12:00.000Z",
          "exitTs": 1738715580,
          "dir": -1,
          "entryPrice": 2838.475,
          "exitPrice": 2845.779,
          "stopDistance": 7.304,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 501
        },
        {
          "entryTs": 1738717320,
          "entryUtc": "2025-02-05T01:02:00.000Z",
          "exitTs": 1738719420,
          "dir": 1,
          "entryPrice": 2843.758,
          "exitPrice": 2839.892,
          "stopDistance": 3.866,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 35
        },
        {
          "entryTs": 1738722600,
          "entryUtc": "2025-02-05T02:30:00.000Z",
          "exitTs": 1738736640,
          "dir": 1,
          "entryPrice": 2850.485,
          "exitPrice": 2861.187,
          "stopDistance": 5.351,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 234
        },
        {
          "entryTs": 1738752600,
          "entryUtc": "2025-02-05T10:50:00.000Z",
          "exitTs": 1738762260,
          "dir": 1,
          "entryPrice": 2869.045,
          "exitPrice": 2864.046,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 161
        },
        {
          "entryTs": 1738764180,
          "entryUtc": "2025-02-05T14:03:00.000Z",
          "exitTs": 1738765860,
          "dir": -1,
          "entryPrice": 2862.475,
          "exitPrice": 2867.897,
          "stopDistance": 5.422,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 28
        },
        {
          "entryTs": 1738771620,
          "entryUtc": "2025-02-05T16:07:00.000Z",
          "exitTs": 1738772580,
          "dir": 1,
          "entryPrice": 2869.895,
          "exitPrice": 2863.494,
          "stopDistance": 6.401,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 16
        },
        {
          "entryTs": 1738773000,
          "entryUtc": "2025-02-05T16:30:00.000Z",
          "exitTs": 1738828860,
          "dir": -1,
          "entryPrice": 2869.208,
          "exitPrice": 2853.997,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 931
        },
        {
          "entryTs": 1738846560,
          "entryUtc": "2025-02-06T12:56:00.000Z",
          "exitTs": 1738849500,
          "dir": 1,
          "entryPrice": 2864.235,
          "exitPrice": 2858.444,
          "stopDistance": 5.791,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 49
        },
        {
          "entryTs": 1738854900,
          "entryUtc": "2025-02-06T15:15:00.000Z",
          "exitTs": 1738856820,
          "dir": -1,
          "entryPrice": 2843.575,
          "exitPrice": 2851.367,
          "stopDistance": 7.792,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 32
        },
        {
          "entryTs": 1738905300,
          "entryUtc": "2025-02-07T05:15:00.000Z",
          "exitTs": 1738911060,
          "dir": -1,
          "entryPrice": 2866.648,
          "exitPrice": 2859.905,
          "stopDistance": 3.372,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 96
        },
        {
          "entryTs": 1738923000,
          "entryUtc": "2025-02-07T10:10:00.000Z",
          "exitTs": 1738933920,
          "dir": 1,
          "entryPrice": 2866.775,
          "exitPrice": 2862.548,
          "stopDistance": 4.227,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 182
        },
        {
          "entryTs": 1738943580,
          "entryUtc": "2025-02-07T15:53:00.000Z",
          "exitTs": 1738944180,
          "dir": 1,
          "entryPrice": 2878.845,
          "exitPrice": 2871.199,
          "stopDistance": 7.646,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 10
        },
        {
          "entryTs": 1738946220,
          "entryUtc": "2025-02-07T16:37:00.000Z",
          "exitTs": 1738947660,
          "dir": 1,
          "entryPrice": 2864.275,
          "exitPrice": 2857.059,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 24
        },
        {
          "entryTs": 1738952160,
          "entryUtc": "2025-02-07T18:16:00.000Z",
          "exitTs": 1739142000,
          "dir": -1,
          "entryPrice": 2864.115,
          "exitPrice": 2855.698,
          "stopDistance": 8.754,
          "outcome": "time",
          "netR": 0.9193,
          "holdMinutes": 3164
        },
        {
          "entryTs": 1739145600,
          "entryUtc": "2025-02-10T00:00:00.000Z",
          "exitTs": 1739162640,
          "dir": 1,
          "entryPrice": 2866.375,
          "exitPrice": 2878.826,
          "stopDistance": 6.225,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 284
        },
        {
          "entryTs": 1739191140,
          "entryUtc": "2025-02-10T12:39:00.000Z",
          "exitTs": 1739196240,
          "dir": 1,
          "entryPrice": 2902.985,
          "exitPrice": 2897.757,
          "stopDistance": 5.228,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 85
        },
        {
          "entryTs": 1739232060,
          "entryUtc": "2025-02-11T00:01:00.000Z",
          "exitTs": 1739236260,
          "dir": 1,
          "entryPrice": 2916.865,
          "exitPrice": 2927.689,
          "stopDistance": 5.412,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 70
        },
        {
          "entryTs": 1739237400,
          "entryUtc": "2025-02-11T01:30:00.000Z",
          "exitTs": 1739239980,
          "dir": 1,
          "entryPrice": 2927.128,
          "exitPrice": 2939.608,
          "stopDistance": 6.24,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 43
        },
        {
          "entryTs": 1739241120,
          "entryUtc": "2025-02-11T02:32:00.000Z",
          "exitTs": 1739241300,
          "dir": 1,
          "entryPrice": 2937.305,
          "exitPrice": 2930.156,
          "stopDistance": 7.149,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 3
        },
        {
          "entryTs": 1739244900,
          "entryUtc": "2025-02-11T03:35:00.000Z",
          "exitTs": 1739268000,
          "dir": -1,
          "entryPrice": 2923.825,
          "exitPrice": 2901.968,
          "stopDistance": 10.928,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 385
        },
        {
          "entryTs": 1739280600,
          "entryUtc": "2025-02-11T13:30:00.000Z",
          "exitTs": 1739282460,
          "dir": -1,
          "entryPrice": 2890.355,
          "exitPrice": 2898.23,
          "stopDistance": 7.875,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 31
        },
        {
          "entryTs": 1739286180,
          "entryUtc": "2025-02-11T15:03:00.000Z",
          "exitTs": 1739356380,
          "dir": 1,
          "entryPrice": 2891.455,
          "exitPrice": 2882.794,
          "stopDistance": 8.661,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1739360220,
          "entryUtc": "2025-02-12T11:37:00.000Z",
          "exitTs": 1739366520,
          "dir": -1,
          "entryPrice": 2885.575,
          "exitPrice": 2873.317,
          "stopDistance": 6.129,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 105
        },
        {
          "entryTs": 1739368680,
          "entryUtc": "2025-02-12T13:58:00.000Z",
          "exitTs": 1739369280,
          "dir": -1,
          "entryPrice": 2879.835,
          "exitPrice": 2886.626,
          "stopDistance": 6.791,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 10
        },
        {
          "entryTs": 1739372100,
          "entryUtc": "2025-02-12T14:55:00.000Z",
          "exitTs": 1739380440,
          "dir": 1,
          "entryPrice": 2889.908,
          "exitPrice": 2908.844,
          "stopDistance": 9.468,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 139
        },
        {
          "entryTs": 1739428500,
          "entryUtc": "2025-02-13T06:35:00.000Z",
          "exitTs": 1739453460,
          "dir": 1,
          "entryPrice": 2913.938,
          "exitPrice": 2908.89,
          "stopDistance": 5.048,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 416
        },
        {
          "entryTs": 1739496600,
          "entryUtc": "2025-02-14T01:30:00.000Z",
          "exitTs": 1739499060,
          "dir": 1,
          "entryPrice": 2930.705,
          "exitPrice": 2926.527,
          "stopDistance": 4.178,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 41
        },
        {
          "entryTs": 1739505780,
          "entryUtc": "2025-02-14T04:03:00.000Z",
          "exitTs": 1739511900,
          "dir": -1,
          "entryPrice": 2925.698,
          "exitPrice": 2930.087,
          "stopDistance": 4.389,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 102
        },
        {
          "entryTs": 1739521920,
          "entryUtc": "2025-02-14T08:32:00.000Z",
          "exitTs": 1739533680,
          "dir": 1,
          "entryPrice": 2935.155,
          "exitPrice": 2930.503,
          "stopDistance": 4.652,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 196
        },
        {
          "entryTs": 1739535300,
          "entryUtc": "2025-02-14T12:15:00.000Z",
          "exitTs": 1739540580,
          "dir": -1,
          "entryPrice": 2931.298,
          "exitPrice": 2922.242,
          "stopDistance": 4.528,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 88
        },
        {
          "entryTs": 1739542440,
          "entryUtc": "2025-02-14T14:14:00.000Z",
          "exitTs": 1739546280,
          "dir": -1,
          "entryPrice": 2922.575,
          "exitPrice": 2909.792,
          "stopDistance": 6.391,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 64
        },
        {
          "entryTs": 1739567940,
          "entryUtc": "2025-02-14T21:19:00.000Z",
          "exitTs": 1739746800,
          "dir": 1,
          "entryPrice": 2883.165,
          "exitPrice": 2885.845,
          "stopDistance": 6.914,
          "outcome": "time",
          "netR": 0.3341,
          "holdMinutes": 2981
        },
        {
          "entryTs": 1739774700,
          "entryUtc": "2025-02-17T06:45:00.000Z",
          "exitTs": 1739779080,
          "dir": -1,
          "entryPrice": 2896.405,
          "exitPrice": 2902.666,
          "stopDistance": 6.261,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 73
        },
        {
          "entryTs": 1739845020,
          "entryUtc": "2025-02-18T02:17:00.000Z",
          "exitTs": 1739846340,
          "dir": -1,
          "entryPrice": 2898.235,
          "exitPrice": 2901.406,
          "stopDistance": 3.17,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 22
        },
        {
          "entryTs": 1739850660,
          "entryUtc": "2025-02-18T03:51:00.000Z",
          "exitTs": 1739882460,
          "dir": 1,
          "entryPrice": 2907.345,
          "exitPrice": 2916.344,
          "stopDistance": 4.5,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 530
        },
        {
          "entryTs": 1739932200,
          "entryUtc": "2025-02-19T02:30:00.000Z",
          "exitTs": 1739933100,
          "dir": 1,
          "entryPrice": 2935.205,
          "exitPrice": 2931.204,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 15
        },
        {
          "entryTs": 1739935260,
          "entryUtc": "2025-02-19T03:21:00.000Z",
          "exitTs": 1739944500,
          "dir": -1,
          "entryPrice": 2929.175,
          "exitPrice": 2934.155,
          "stopDistance": 4.98,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 154
        },
        {
          "entryTs": 1739960040,
          "entryUtc": "2025-02-19T10:14:00.000Z",
          "exitTs": 1739965860,
          "dir": 1,
          "entryPrice": 2942.525,
          "exitPrice": 2937.965,
          "stopDistance": 4.559,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 97
        },
        {
          "entryTs": 1739967300,
          "entryUtc": "2025-02-19T12:15:00.000Z",
          "exitTs": 1739970300,
          "dir": -1,
          "entryPrice": 2935.135,
          "exitPrice": 2940.147,
          "stopDistance": 5.012,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 50
        },
        {
          "entryTs": 1739973000,
          "entryUtc": "2025-02-19T13:50:00.000Z",
          "exitTs": 1739975160,
          "dir": 1,
          "entryPrice": 2937.055,
          "exitPrice": 2931.422,
          "stopDistance": 5.633,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 36
        },
        {
          "entryTs": 1740014880,
          "entryUtc": "2025-02-20T01:28:00.000Z",
          "exitTs": 1740017280,
          "dir": 1,
          "entryPrice": 2938.295,
          "exitPrice": 2933.858,
          "stopDistance": 4.437,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 40
        },
        {
          "entryTs": 1740023880,
          "entryUtc": "2025-02-20T03:58:00.000Z",
          "exitTs": 1740036780,
          "dir": 1,
          "entryPrice": 2940.455,
          "exitPrice": 2950.212,
          "stopDistance": 4.878,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 215
        },
        {
          "entryTs": 1740041460,
          "entryUtc": "2025-02-20T08:51:00.000Z",
          "exitTs": 1740051900,
          "dir": 1,
          "entryPrice": 2952.505,
          "exitPrice": 2947.935,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 174
        },
        {
          "entryTs": 1740055500,
          "entryUtc": "2025-02-20T12:45:00.000Z",
          "exitTs": 1740059460,
          "dir": -1,
          "entryPrice": 2944.665,
          "exitPrice": 2933.954,
          "stopDistance": 5.355,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 66
        },
        {
          "entryTs": 1740061800,
          "entryUtc": "2025-02-20T14:30:00.000Z",
          "exitTs": 1740062580,
          "dir": -1,
          "entryPrice": 2931.195,
          "exitPrice": 2938.457,
          "stopDistance": 7.262,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740063600,
          "entryUtc": "2025-02-20T15:00:00.000Z",
          "exitTs": 1740102720,
          "dir": 1,
          "entryPrice": 2934.435,
          "exitPrice": 2926.518,
          "stopDistance": 7.917,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 652
        },
        {
          "entryTs": 1740103620,
          "entryUtc": "2025-02-21T02:07:00.000Z",
          "exitTs": 1740115920,
          "dir": -1,
          "entryPrice": 2936.855,
          "exitPrice": 2924.364,
          "stopDistance": 6.245,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 205
        },
        {
          "entryTs": 1740117720,
          "entryUtc": "2025-02-21T06:02:00.000Z",
          "exitTs": 1740125820,
          "dir": 1,
          "entryPrice": 2929.495,
          "exitPrice": 2923.204,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 135
        },
        {
          "entryTs": 1740127800,
          "entryUtc": "2025-02-21T08:50:00.000Z",
          "exitTs": 1740131520,
          "dir": -1,
          "entryPrice": 2923.045,
          "exitPrice": 2929.429,
          "stopDistance": 6.384,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 62
        },
        {
          "entryTs": 1740152040,
          "entryUtc": "2025-02-21T15:34:00.000Z",
          "exitTs": 1740155580,
          "dir": -1,
          "entryPrice": 2928.845,
          "exitPrice": 2936.175,
          "stopDistance": 7.33,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 59
        },
        {
          "entryTs": 1740353400,
          "entryUtc": "2025-02-23T23:30:00.000Z",
          "exitTs": 1740358080,
          "dir": 1,
          "entryPrice": 2938.245,
          "exitPrice": 2933.09,
          "stopDistance": 5.155,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 78
        },
        {
          "entryTs": 1740360600,
          "entryUtc": "2025-02-24T01:30:00.000Z",
          "exitTs": 1740363720,
          "dir": -1,
          "entryPrice": 2926.035,
          "exitPrice": 2931.579,
          "stopDistance": 5.544,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 52
        },
        {
          "entryTs": 1740388560,
          "entryUtc": "2025-02-24T09:16:00.000Z",
          "exitTs": 1740393420,
          "dir": 1,
          "entryPrice": 2944.585,
          "exitPrice": 2938.871,
          "stopDistance": 5.714,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 81
        },
        {
          "entryTs": 1740408300,
          "entryUtc": "2025-02-24T14:45:00.000Z",
          "exitTs": 1740430080,
          "dir": -1,
          "entryPrice": 2943.595,
          "exitPrice": 2950.55,
          "stopDistance": 6.955,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 363
        },
        {
          "entryTs": 1740461400,
          "entryUtc": "2025-02-25T05:30:00.000Z",
          "exitTs": 1740470400,
          "dir": -1,
          "entryPrice": 2939.548,
          "exitPrice": 2930.227,
          "stopDistance": 4.66,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 150
        },
        {
          "entryTs": 1740472080,
          "entryUtc": "2025-02-25T08:28:00.000Z",
          "exitTs": 1740472800,
          "dir": -1,
          "entryPrice": 2934.635,
          "exitPrice": 2939.476,
          "stopDistance": 4.841,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 12
        },
        {
          "entryTs": 1740474660,
          "entryUtc": "2025-02-25T09:11:00.000Z",
          "exitTs": 1740486600,
          "dir": 1,
          "entryPrice": 2938.785,
          "exitPrice": 2933.478,
          "stopDistance": 5.307,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 199
        },
        {
          "entryTs": 1740488700,
          "entryUtc": "2025-02-25T13:05:00.000Z",
          "exitTs": 1740491280,
          "dir": -1,
          "entryPrice": 2930.355,
          "exitPrice": 2936.364,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 43
        },
        {
          "entryTs": 1740495480,
          "entryUtc": "2025-02-25T14:58:00.000Z",
          "exitTs": 1740496500,
          "dir": 1,
          "entryPrice": 2932.778,
          "exitPrice": 2926.062,
          "stopDistance": 6.716,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 17
        },
        {
          "entryTs": 1740504600,
          "entryUtc": "2025-02-25T17:30:00.000Z",
          "exitTs": 1740506880,
          "dir": -1,
          "entryPrice": 2901.185,
          "exitPrice": 2911.864,
          "stopDistance": 10.679,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 38
        },
        {
          "entryTs": 1740530820,
          "entryUtc": "2025-02-26T00:47:00.000Z",
          "exitTs": 1740535020,
          "dir": 1,
          "entryPrice": 2923.245,
          "exitPrice": 2917.726,
          "stopDistance": 5.519,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 70
        },
        {
          "entryTs": 1740537240,
          "entryUtc": "2025-02-26T02:34:00.000Z",
          "exitTs": 1740552900,
          "dir": -1,
          "entryPrice": 2919.955,
          "exitPrice": 2906.761,
          "stopDistance": 6.597,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 261
        },
        {
          "entryTs": 1740555720,
          "entryUtc": "2025-02-26T07:42:00.000Z",
          "exitTs": 1740560400,
          "dir": -1,
          "entryPrice": 2912.935,
          "exitPrice": 2918.861,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 78
        },
        {
          "entryTs": 1740581100,
          "entryUtc": "2025-02-26T14:45:00.000Z",
          "exitTs": 1740581340,
          "dir": -1,
          "entryPrice": 2896.645,
          "exitPrice": 2903.101,
          "stopDistance": 6.456,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 4
        },
        {
          "entryTs": 1740582600,
          "entryUtc": "2025-02-26T15:10:00.000Z",
          "exitTs": 1740585180,
          "dir": -1,
          "entryPrice": 2906.065,
          "exitPrice": 2912.55,
          "stopDistance": 6.485,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 43
        },
        {
          "entryTs": 1740620040,
          "entryUtc": "2025-02-27T01:34:00.000Z",
          "exitTs": 1740624600,
          "dir": -1,
          "entryPrice": 2915.515,
          "exitPrice": 2907.519,
          "stopDistance": 3.998,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 76
        },
        {
          "entryTs": 1740626760,
          "entryUtc": "2025-02-27T03:26:00.000Z",
          "exitTs": 1740631980,
          "dir": -1,
          "entryPrice": 2908.685,
          "exitPrice": 2898.92,
          "stopDistance": 4.882,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 87
        },
        {
          "entryTs": 1740647580,
          "entryUtc": "2025-02-27T09:13:00.000Z",
          "exitTs": 1740667560,
          "dir": -1,
          "entryPrice": 2888.935,
          "exitPrice": 2874.862,
          "stopDistance": 7.037,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 333
        },
        {
          "entryTs": 1740668760,
          "entryUtc": "2025-02-27T15:06:00.000Z",
          "exitTs": 1740715320,
          "dir": -1,
          "entryPrice": 2882.225,
          "exitPrice": 2863.21,
          "stopDistance": 9.508,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 776
        },
        {
          "entryTs": 1740717840,
          "entryUtc": "2025-02-28T04:44:00.000Z",
          "exitTs": 1740750900,
          "dir": -1,
          "entryPrice": 2863.405,
          "exitPrice": 2850.087,
          "stopDistance": 6.659,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 551
        },
        {
          "entryTs": 1740752220,
          "entryUtc": "2025-02-28T14:17:00.000Z",
          "exitTs": 1740754440,
          "dir": -1,
          "entryPrice": 2849.738,
          "exitPrice": 2835.615,
          "stopDistance": 7.062,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 37
        },
        {
          "entryTs": 1740755580,
          "entryUtc": "2025-02-28T15:13:00.000Z",
          "exitTs": 1740757980,
          "dir": -1,
          "entryPrice": 2840.655,
          "exitPrice": 2848.542,
          "stopDistance": 7.887,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 40
        },
        {
          "entryTs": 1740759780,
          "entryUtc": "2025-02-28T16:23:00.000Z",
          "exitTs": 1740767220,
          "dir": 1,
          "entryPrice": 2848.665,
          "exitPrice": 2839.891,
          "stopDistance": 8.774,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 124
        },
        {
          "entryTs": 1740958320,
          "entryUtc": "2025-03-02T23:32:00.000Z",
          "exitTs": 1740971580,
          "dir": 1,
          "entryPrice": 2869.775,
          "exitPrice": 2861.905,
          "stopDistance": 7.87,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 221
        },
        {
          "entryTs": 1740995040,
          "entryUtc": "2025-03-03T09:44:00.000Z",
          "exitTs": 1741003380,
          "dir": 1,
          "entryPrice": 2864.875,
          "exitPrice": 2875.659,
          "stopDistance": 5.392,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 139
        },
        {
          "entryTs": 1741032960,
          "entryUtc": "2025-03-03T20:16:00.000Z",
          "exitTs": 1741035780,
          "dir": -1,
          "entryPrice": 2884.935,
          "exitPrice": 2891.488,
          "stopDistance": 6.553,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 47
        },
        {
          "entryTs": 1741051800,
          "entryUtc": "2025-03-04T01:30:00.000Z",
          "exitTs": 1741058280,
          "dir": -1,
          "entryPrice": 2885.168,
          "exitPrice": 2890.875,
          "stopDistance": 5.707,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 108
        },
        {
          "entryTs": 1741077900,
          "entryUtc": "2025-03-04T08:45:00.000Z",
          "exitTs": 1741093500,
          "dir": 1,
          "entryPrice": 2912.515,
          "exitPrice": 2926.287,
          "stopDistance": 6.886,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 260
        },
        {
          "entryTs": 1741101120,
          "entryUtc": "2025-03-04T15:12:00.000Z",
          "exitTs": 1741119600,
          "dir": -1,
          "entryPrice": 2912.095,
          "exitPrice": 2919.724,
          "stopDistance": 7.63,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 308
        },
        {
          "entryTs": 1741138200,
          "entryUtc": "2025-03-05T01:30:00.000Z",
          "exitTs": 1741153860,
          "dir": -1,
          "entryPrice": 2910.455,
          "exitPrice": 2916.094,
          "stopDistance": 5.639,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 261
        },
        {
          "entryTs": 1741155660,
          "entryUtc": "2025-03-05T06:21:00.000Z",
          "exitTs": 1741172160,
          "dir": 1,
          "entryPrice": 2917.065,
          "exitPrice": 2911.559,
          "stopDistance": 5.505,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 275
        },
        {
          "entryTs": 1741183380,
          "entryUtc": "2025-03-05T14:03:00.000Z",
          "exitTs": 1741185360,
          "dir": -1,
          "entryPrice": 2903.805,
          "exitPrice": 2911.526,
          "stopDistance": 7.721,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 33
        },
        {
          "entryTs": 1741186800,
          "entryUtc": "2025-03-05T15:00:00.000Z",
          "exitTs": 1741191600,
          "dir": 1,
          "entryPrice": 2909.688,
          "exitPrice": 2927.782,
          "stopDistance": 9.047,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 80
        },
        {
          "entryTs": 1741230480,
          "entryUtc": "2025-03-06T03:08:00.000Z",
          "exitTs": 1741234800,
          "dir": 1,
          "entryPrice": 2921.995,
          "exitPrice": 2917.761,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 72
        },
        {
          "entryTs": 1741242900,
          "entryUtc": "2025-03-06T06:35:00.000Z",
          "exitTs": 1741246080,
          "dir": 1,
          "entryPrice": 2919.675,
          "exitPrice": 2915.559,
          "stopDistance": 4.116,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 53
        },
        {
          "entryTs": 1741275900,
          "entryUtc": "2025-03-06T15:45:00.000Z",
          "exitTs": 1741306200,
          "dir": -1,
          "entryPrice": 2913.565,
          "exitPrice": 2896.564,
          "stopDistance": 8.501,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 505
        },
        {
          "entryTs": 1741308000,
          "entryUtc": "2025-03-07T00:40:00.000Z",
          "exitTs": 1741325580,
          "dir": -1,
          "entryPrice": 2905.325,
          "exitPrice": 2911.798,
          "stopDistance": 6.473,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 293
        },
        {
          "entryTs": 1741351560,
          "entryUtc": "2025-03-07T12:46:00.000Z",
          "exitTs": 1741353300,
          "dir": 1,
          "entryPrice": 2920.758,
          "exitPrice": 2916.391,
          "stopDistance": 4.367,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 29
        },
        {
          "entryTs": 1741360500,
          "entryUtc": "2025-03-07T15:15:00.000Z",
          "exitTs": 1741361880,
          "dir": 1,
          "entryPrice": 2925.825,
          "exitPrice": 2917.48,
          "stopDistance": 8.345,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 23
        },
        {
          "entryTs": 1741364160,
          "entryUtc": "2025-03-07T16:16:00.000Z",
          "exitTs": 1741557600,
          "dir": -1,
          "entryPrice": 2917.685,
          "exitPrice": 2912.055,
          "stopDistance": 9.545,
          "outcome": "time",
          "netR": 0.5511,
          "holdMinutes": 3224
        },
        {
          "entryTs": 1741598220,
          "entryUtc": "2025-03-10T09:17:00.000Z",
          "exitTs": 1741602780,
          "dir": -1,
          "entryPrice": 2910.479,
          "exitPrice": 2900.047,
          "stopDistance": 5.216,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 76
        },
        {
          "entryTs": 1741603860,
          "entryUtc": "2025-03-10T10:51:00.000Z",
          "exitTs": 1741618800,
          "dir": -1,
          "entryPrice": 2903.169,
          "exitPrice": 2910.017,
          "stopDistance": 6.848,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 249
        },
        {
          "entryTs": 1741631940,
          "entryUtc": "2025-03-10T18:39:00.000Z",
          "exitTs": 1741659480,
          "dir": -1,
          "entryPrice": 2886.865,
          "exitPrice": 2894.973,
          "stopDistance": 8.108,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 459
        },
        {
          "entryTs": 1741677300,
          "entryUtc": "2025-03-11T07:15:00.000Z",
          "exitTs": 1741682580,
          "dir": 1,
          "entryPrice": 2899.575,
          "exitPrice": 2908.814,
          "stopDistance": 4.62,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 88
        },
        {
          "entryTs": 1741701600,
          "entryUtc": "2025-03-11T14:00:00.000Z",
          "exitTs": 1741764000,
          "dir": 1,
          "entryPrice": 2916.159,
          "exitPrice": 2910.07,
          "stopDistance": 6.089,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 1040
        },
        {
          "entryTs": 1741766220,
          "entryUtc": "2025-03-12T07:57:00.000Z",
          "exitTs": 1741768920,
          "dir": -1,
          "entryPrice": 2915.125,
          "exitPrice": 2919.561,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 45
        },
        {
          "entryTs": 1741784400,
          "entryUtc": "2025-03-12T13:00:00.000Z",
          "exitTs": 1741785480,
          "dir": 1,
          "entryPrice": 2916.405,
          "exitPrice": 2911.221,
          "stopDistance": 5.184,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 18
        },
        {
          "entryTs": 1741787160,
          "entryUtc": "2025-03-12T13:46:00.000Z",
          "exitTs": 1741790100,
          "dir": -1,
          "entryPrice": 2912.995,
          "exitPrice": 2918.949,
          "stopDistance": 5.953,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 49
        },
        {
          "entryTs": 1741843020,
          "entryUtc": "2025-03-13T05:17:00.000Z",
          "exitTs": 1741843860,
          "dir": 1,
          "entryPrice": 2942.725,
          "exitPrice": 2938.508,
          "stopDistance": 4.217,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 14
        },
        {
          "entryTs": 1741860540,
          "entryUtc": "2025-03-13T10:09:00.000Z",
          "exitTs": 1741870680,
          "dir": 1,
          "entryPrice": 2945.755,
          "exitPrice": 2941.163,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 169
        },
        {
          "entryTs": 1741926420,
          "entryUtc": "2025-03-14T04:27:00.000Z",
          "exitTs": 1741927920,
          "dir": 1,
          "entryPrice": 2991.548,
          "exitPrice": 2986.615,
          "stopDistance": 4.933,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 25
        },
        {
          "entryTs": 1741950120,
          "entryUtc": "2025-03-14T11:02:00.000Z",
          "exitTs": 1741964520,
          "dir": -1,
          "entryPrice": 2994.415,
          "exitPrice": 2981.089,
          "stopDistance": 6.663,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 240
        },
        {
          "entryTs": 1742162400,
          "entryUtc": "2025-03-16T22:00:00.000Z",
          "exitTs": 1742204220,
          "dir": 1,
          "entryPrice": 2983.795,
          "exitPrice": 2994.17,
          "stopDistance": 5.188,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 697
        },
        {
          "entryTs": 1742221260,
          "entryUtc": "2025-03-17T14:21:00.000Z",
          "exitTs": 1742222640,
          "dir": -1,
          "entryPrice": 2994.405,
          "exitPrice": 2999.638,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 23
        },
        {
          "entryTs": 1742275080,
          "entryUtc": "2025-03-18T05:18:00.000Z",
          "exitTs": 1742281920,
          "dir": 1,
          "entryPrice": 3009.298,
          "exitPrice": 3017.733,
          "stopDistance": 4.218,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 114
        },
        {
          "entryTs": 1742289540,
          "entryUtc": "2025-03-18T09:19:00.000Z",
          "exitTs": 1742291640,
          "dir": 1,
          "entryPrice": 3023.749,
          "exitPrice": 3018.355,
          "stopDistance": 5.394,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 35
        },
        {
          "entryTs": 1742303280,
          "entryUtc": "2025-03-18T13:08:00.000Z",
          "exitTs": 1742305140,
          "dir": 1,
          "entryPrice": 3033.298,
          "exitPrice": 3027.499,
          "stopDistance": 5.8,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 31
        },
        {
          "entryTs": 1742345160,
          "entryUtc": "2025-03-19T00:46:00.000Z",
          "exitTs": 1742346900,
          "dir": 1,
          "entryPrice": 3031.975,
          "exitPrice": 3028.782,
          "stopDistance": 3.193,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 29
        },
        {
          "entryTs": 1742349660,
          "entryUtc": "2025-03-19T02:01:00.000Z",
          "exitTs": 1742352300,
          "dir": -1,
          "entryPrice": 3029.755,
          "exitPrice": 3033.056,
          "stopDistance": 3.301,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 44
        },
        {
          "entryTs": 1742353440,
          "entryUtc": "2025-03-19T03:04:00.000Z",
          "exitTs": 1742362440,
          "dir": 1,
          "entryPrice": 3032.195,
          "exitPrice": 3039.09,
          "stopDistance": 3.447,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 150
        },
        {
          "entryTs": 1742364660,
          "entryUtc": "2025-03-19T06:11:00.000Z",
          "exitTs": 1742364780,
          "dir": 1,
          "entryPrice": 3041.068,
          "exitPrice": 3037.034,
          "stopDistance": 4.034,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 2
        },
        {
          "entryTs": 1742366700,
          "entryUtc": "2025-03-19T06:45:00.000Z",
          "exitTs": 1742373360,
          "dir": -1,
          "entryPrice": 3040.755,
          "exitPrice": 3030.858,
          "stopDistance": 4.949,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 111
        },
        {
          "entryTs": 1742377140,
          "entryUtc": "2025-03-19T09:39:00.000Z",
          "exitTs": 1742379780,
          "dir": -1,
          "entryPrice": 3028.868,
          "exitPrice": 3034.714,
          "stopDistance": 5.846,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 44
        },
        {
          "entryTs": 1742381700,
          "entryUtc": "2025-03-19T10:55:00.000Z",
          "exitTs": 1742391360,
          "dir": 1,
          "entryPrice": 3034.055,
          "exitPrice": 3028.344,
          "stopDistance": 5.711,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 161
        },
        {
          "entryTs": 1742412060,
          "entryUtc": "2025-03-19T19:21:00.000Z",
          "exitTs": 1742445840,
          "dir": 1,
          "entryPrice": 3042.215,
          "exitPrice": 3056.523,
          "stopDistance": 7.154,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 563
        },
        {
          "entryTs": 1742451000,
          "entryUtc": "2025-03-20T06:10:00.000Z",
          "exitTs": 1742465220,
          "dir": -1,
          "entryPrice": 3048.745,
          "exitPrice": 3037.98,
          "stopDistance": 5.383,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 237
        },
        {
          "entryTs": 1742468280,
          "entryUtc": "2025-03-20T10:58:00.000Z",
          "exitTs": 1742474280,
          "dir": -1,
          "entryPrice": 3034.495,
          "exitPrice": 3040.091,
          "stopDistance": 5.595,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 100
        },
        {
          "entryTs": 1742477520,
          "entryUtc": "2025-03-20T13:32:00.000Z",
          "exitTs": 1742482620,
          "dir": -1,
          "entryPrice": 3033.948,
          "exitPrice": 3040.483,
          "stopDistance": 6.535,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 85
        },
        {
          "entryTs": 1742539620,
          "entryUtc": "2025-03-21T06:47:00.000Z",
          "exitTs": 1742563920,
          "dir": 1,
          "entryPrice": 3030.335,
          "exitPrice": 3025.979,
          "stopDistance": 4.356,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 405
        },
        {
          "entryTs": 1742566920,
          "entryUtc": "2025-03-21T14:22:00.000Z",
          "exitTs": 1742568600,
          "dir": -1,
          "entryPrice": 3007.205,
          "exitPrice": 3015.1,
          "stopDistance": 7.895,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 28
        },
        {
          "entryTs": 1742569080,
          "entryUtc": "2025-03-21T14:58:00.000Z",
          "exitTs": 1742589420,
          "dir": -1,
          "entryPrice": 3016.318,
          "exitPrice": 3023.905,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 339
        },
        {
          "entryTs": 1742786400,
          "entryUtc": "2025-03-24T03:20:00.000Z",
          "exitTs": 1742798520,
          "dir": -1,
          "entryPrice": 3018.435,
          "exitPrice": 3023.488,
          "stopDistance": 5.053,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 202
        },
        {
          "entryTs": 1742809080,
          "entryUtc": "2025-03-24T09:38:00.000Z",
          "exitTs": 1742823420,
          "dir": 1,
          "entryPrice": 3026.715,
          "exitPrice": 3022.097,
          "stopDistance": 4.618,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 239
        },
        {
          "entryTs": 1742830740,
          "entryUtc": "2025-03-24T15:39:00.000Z",
          "exitTs": 1742880540,
          "dir": -1,
          "entryPrice": 3013.975,
          "exitPrice": 3020.596,
          "stopDistance": 6.621,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 830
        },
        {
          "entryTs": 1742881740,
          "entryUtc": "2025-03-25T05:49:00.000Z",
          "exitTs": 1742887320,
          "dir": 1,
          "entryPrice": 3017.615,
          "exitPrice": 3013.885,
          "stopDistance": 3.73,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 93
        },
        {
          "entryTs": 1742905980,
          "entryUtc": "2025-03-25T12:33:00.000Z",
          "exitTs": 1742907960,
          "dir": -1,
          "entryPrice": 3018.648,
          "exitPrice": 3023.326,
          "stopDistance": 4.678,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 33
        },
        {
          "entryTs": 1742913000,
          "entryUtc": "2025-03-25T14:30:00.000Z",
          "exitTs": 1742916600,
          "dir": 1,
          "entryPrice": 3026.165,
          "exitPrice": 3020.648,
          "stopDistance": 5.517,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 60
        },
        {
          "entryTs": 1742916780,
          "entryUtc": "2025-03-25T15:33:00.000Z",
          "exitTs": 1742975460,
          "dir": -1,
          "entryPrice": 3023.435,
          "exitPrice": 3030.096,
          "stopDistance": 6.661,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 978
        },
        {
          "entryTs": 1742980260,
          "entryUtc": "2025-03-26T09:11:00.000Z",
          "exitTs": 1742981520,
          "dir": 1,
          "entryPrice": 3021.878,
          "exitPrice": 3018.028,
          "stopDistance": 3.85,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742986200,
          "entryUtc": "2025-03-26T10:50:00.000Z",
          "exitTs": 1742989080,
          "dir": 1,
          "entryPrice": 3021.265,
          "exitPrice": 3029.564,
          "stopDistance": 4.149,
          "outcome": "target",
          "netR": 1.9108,
          "holdMinutes": 48
        },
        {
          "entryTs": 1743000000,
          "entryUtc": "2025-03-26T14:40:00.000Z",
          "exitTs": 1743034020,
          "dir": -1,
          "entryPrice": 3019.328,
          "exitPrice": 3024.83,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 567
        },
        {
          "entryTs": 1743055080,
          "entryUtc": "2025-03-27T05:58:00.000Z",
          "exitTs": 1743062940,
          "dir": 1,
          "entryPrice": 3029.255,
          "exitPrice": 3037.463,
          "stopDistance": 4.104,
          "outcome": "target",
          "netR": 1.9098,
          "holdMinutes": 131
        },
        {
          "entryTs": 1743073260,
          "entryUtc": "2025-03-27T11:01:00.000Z",
          "exitTs": 1743081120,
          "dir": 1,
          "entryPrice": 3050.728,
          "exitPrice": 3044.836,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 131
        },
        {
          "entryTs": 1743084180,
          "entryUtc": "2025-03-27T14:03:00.000Z",
          "exitTs": 1743085440,
          "dir": -1,
          "entryPrice": 3043.155,
          "exitPrice": 3050.601,
          "stopDistance": 7.446,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 21
        },
        {
          "entryTs": 1743087720,
          "entryUtc": "2025-03-27T15:02:00.000Z",
          "exitTs": 1743126480,
          "dir": 1,
          "entryPrice": 3053.965,
          "exitPrice": 3070.212,
          "stopDistance": 8.123,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 646
        },
        {
          "entryTs": 1743129240,
          "entryUtc": "2025-03-28T02:34:00.000Z",
          "exitTs": 1743142020,
          "dir": 1,
          "entryPrice": 3072.448,
          "exitPrice": 3081.919,
          "stopDistance": 4.736,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 213
        },
        {
          "entryTs": 1743151500,
          "entryUtc": "2025-03-28T08:45:00.000Z",
          "exitTs": 1743160560,
          "dir": -1,
          "entryPrice": 3071.465,
          "exitPrice": 3077.765,
          "stopDistance": 6.3,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 151
        },
        {
          "entryTs": 1743166800,
          "entryUtc": "2025-03-28T13:00:00.000Z",
          "exitTs": 1743167880,
          "dir": 1,
          "entryPrice": 3076.908,
          "exitPrice": 3070.986,
          "stopDistance": 5.922,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 18
        },
        {
          "entryTs": 1743171300,
          "entryUtc": "2025-03-28T14:15:00.000Z",
          "exitTs": 1743172380,
          "dir": 1,
          "entryPrice": 3079.775,
          "exitPrice": 3071.977,
          "stopDistance": 7.798,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 18
        },
        {
          "entryTs": 1743174960,
          "entryUtc": "2025-03-28T15:16:00.000Z",
          "exitTs": 1743177420,
          "dir": -1,
          "entryPrice": 3076.248,
          "exitPrice": 3084.755,
          "stopDistance": 8.507,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 41
        },
        {
          "entryTs": 1743373800,
          "entryUtc": "2025-03-30T22:30:00.000Z",
          "exitTs": 1743380880,
          "dir": 1,
          "entryPrice": 3088.798,
          "exitPrice": 3082.512,
          "stopDistance": 6.286,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 118
        },
        {
          "entryTs": 1743384000,
          "entryUtc": "2025-03-31T01:20:00.000Z",
          "exitTs": 1743384360,
          "dir": -1,
          "entryPrice": 3084.355,
          "exitPrice": 3089.665,
          "stopDistance": 5.31,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 6
        },
        {
          "entryTs": 1743429600,
          "entryUtc": "2025-03-31T14:00:00.000Z",
          "exitTs": 1743433860,
          "dir": -1,
          "entryPrice": 3113.948,
          "exitPrice": 3123.862,
          "stopDistance": 9.914,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 71
        },
        {
          "entryTs": 1743435060,
          "entryUtc": "2025-03-31T15:31:00.000Z",
          "exitTs": 1743473520,
          "dir": 1,
          "entryPrice": 3119.115,
          "exitPrice": 3138.898,
          "stopDistance": 9.892,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 641
        },
        {
          "entryTs": 1743488160,
          "entryUtc": "2025-04-01T06:16:00.000Z",
          "exitTs": 1743522180,
          "dir": -1,
          "entryPrice": 3132.655,
          "exitPrice": 3119.084,
          "stopDistance": 6.786,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 567
        },
        {
          "entryTs": 1743525180,
          "entryUtc": "2025-04-01T16:33:00.000Z",
          "exitTs": 1743532440,
          "dir": -1,
          "entryPrice": 3108.565,
          "exitPrice": 3118.059,
          "stopDistance": 9.494,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 121
        },
        {
          "entryTs": 1743551460,
          "entryUtc": "2025-04-01T23:51:00.000Z",
          "exitTs": 1743553440,
          "dir": -1,
          "entryPrice": 3114.545,
          "exitPrice": 3120.288,
          "stopDistance": 5.743,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 33
        },
        {
          "entryTs": 1743557820,
          "entryUtc": "2025-04-02T01:37:00.000Z",
          "exitTs": 1743568020,
          "dir": 1,
          "entryPrice": 3130.295,
          "exitPrice": 3124.108,
          "stopDistance": 6.187,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 170
        },
        {
          "entryTs": 1743580020,
          "entryUtc": "2025-04-02T07:47:00.000Z",
          "exitTs": 1743581160,
          "dir": -1,
          "entryPrice": 3120.398,
          "exitPrice": 3126.373,
          "stopDistance": 5.975,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 19
        },
        {
          "entryTs": 1743590400,
          "entryUtc": "2025-04-02T10:40:00.000Z",
          "exitTs": 1743590640,
          "dir": 1,
          "entryPrice": 3123.198,
          "exitPrice": 3116.438,
          "stopDistance": 6.76,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 4
        },
        {
          "entryTs": 1743591840,
          "entryUtc": "2025-04-02T11:04:00.000Z",
          "exitTs": 1743596940,
          "dir": -1,
          "entryPrice": 3117.145,
          "exitPrice": 3124.44,
          "stopDistance": 7.295,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 85
        },
        {
          "entryTs": 1743598800,
          "entryUtc": "2025-04-02T13:00:00.000Z",
          "exitTs": 1743624780,
          "dir": 1,
          "entryPrice": 3122.008,
          "exitPrice": 3114.251,
          "stopDistance": 7.757,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 433
        },
        {
          "entryTs": 1743640500,
          "entryUtc": "2025-04-03T00:35:00.000Z",
          "exitTs": 1743661680,
          "dir": -1,
          "entryPrice": 3151.768,
          "exitPrice": 3123.168,
          "stopDistance": 14.3,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 353
        },
        {
          "entryTs": 1743677100,
          "entryUtc": "2025-04-03T10:45:00.000Z",
          "exitTs": 1743680460,
          "dir": -1,
          "entryPrice": 3108.105,
          "exitPrice": 3087.08,
          "stopDistance": 10.513,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 56
        },
        {
          "entryTs": 1743685080,
          "entryUtc": "2025-04-03T12:58:00.000Z",
          "exitTs": 1743687960,
          "dir": -1,
          "entryPrice": 3079.005,
          "exitPrice": 3093.233,
          "stopDistance": 14.228,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 48
        },
        {
          "entryTs": 1743693240,
          "entryUtc": "2025-04-03T15:14:00.000Z",
          "exitTs": 1743735960,
          "dir": 1,
          "entryPrice": 3110.735,
          "exitPrice": 3090.723,
          "stopDistance": 20.012,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 712
        },
        {
          "entryTs": 1743739200,
          "entryUtc": "2025-04-04T04:00:00.000Z",
          "exitTs": 1743746340,
          "dir": -1,
          "entryPrice": 3099.035,
          "exitPrice": 3107.783,
          "stopDistance": 8.748,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 119
        },
        {
          "entryTs": 1743766200,
          "entryUtc": "2025-04-04T11:30:00.000Z",
          "exitTs": 1743766800,
          "dir": 1,
          "entryPrice": 3125.955,
          "exitPrice": 3112.552,
          "stopDistance": 13.403,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 10
        },
        {
          "entryTs": 1743767100,
          "entryUtc": "2025-04-04T11:45:00.000Z",
          "exitTs": 1743768840,
          "dir": 1,
          "entryPrice": 3104.235,
          "exitPrice": 3093.327,
          "stopDistance": 10.908,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 29
        },
        {
          "entryTs": 1743983280,
          "entryUtc": "2025-04-06T23:48:00.000Z",
          "exitTs": 1743988500,
          "dir": -1,
          "entryPrice": 2990.355,
          "exitPrice": 3011.079,
          "stopDistance": 20.724,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 87
        },
        {
          "entryTs": 1743991200,
          "entryUtc": "2025-04-07T02:00:00.000Z",
          "exitTs": 1744032960,
          "dir": 1,
          "entryPrice": 3035.915,
          "exitPrice": 3007.897,
          "stopDistance": 28.018,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 696
        },
        {
          "entryTs": 1744034760,
          "entryUtc": "2025-04-07T14:06:00.000Z",
          "exitTs": 1744035360,
          "dir": -1,
          "entryPrice": 3018.898,
          "exitPrice": 3035.585,
          "stopDistance": 16.688,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744114800,
          "entryUtc": "2025-04-08T12:20:00.000Z",
          "exitTs": 1744115040,
          "dir": 1,
          "entryPrice": 3013.905,
          "exitPrice": 3005.396,
          "stopDistance": 8.509,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 4
        },
        {
          "entryTs": 1744115100,
          "entryUtc": "2025-04-08T12:25:00.000Z",
          "exitTs": 1744118220,
          "dir": 1,
          "entryPrice": 3003.045,
          "exitPrice": 3021.796,
          "stopDistance": 9.375,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 52
        },
        {
          "entryTs": 1744119000,
          "entryUtc": "2025-04-08T13:30:00.000Z",
          "exitTs": 1744127940,
          "dir": 1,
          "entryPrice": 3012.925,
          "exitPrice": 3001.992,
          "stopDistance": 10.933,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 149
        },
        {
          "entryTs": 1744171320,
          "entryUtc": "2025-04-09T04:02:00.000Z",
          "exitTs": 1744179540,
          "dir": 1,
          "entryPrice": 2999.455,
          "exitPrice": 3025.417,
          "stopDistance": 12.981,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 137
        },
        {
          "entryTs": 1744184100,
          "entryUtc": "2025-04-09T07:35:00.000Z",
          "exitTs": 1744199280,
          "dir": 1,
          "entryPrice": 3040.925,
          "exitPrice": 3067.036,
          "stopDistance": 13.055,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 253
        },
        {
          "entryTs": 1744201200,
          "entryUtc": "2025-04-09T12:20:00.000Z",
          "exitTs": 1744202640,
          "dir": 1,
          "entryPrice": 3057.591,
          "exitPrice": 3045.429,
          "stopDistance": 12.162,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 24
        },
        {
          "entryTs": 1744203960,
          "entryUtc": "2025-04-09T13:06:00.000Z",
          "exitTs": 1744205580,
          "dir": -1,
          "entryPrice": 3054.885,
          "exitPrice": 3069.183,
          "stopDistance": 14.298,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 27
        },
        {
          "entryTs": 1744210860,
          "entryUtc": "2025-04-09T15:01:00.000Z",
          "exitTs": 1744219140,
          "dir": 1,
          "entryPrice": 3067.275,
          "exitPrice": 3097.198,
          "stopDistance": 14.962,
          "outcome": "target",
          "netR": 1.9753,
          "holdMinutes": 138
        },
        {
          "entryTs": 1744220760,
          "entryUtc": "2025-04-09T17:46:00.000Z",
          "exitTs": 1744225800,
          "dir": -1,
          "entryPrice": 3070.155,
          "exitPrice": 3088.207,
          "stopDistance": 18.052,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 84
        },
        {
          "entryTs": 1744228500,
          "entryUtc": "2025-04-09T19:55:00.000Z",
          "exitTs": 1744254780,
          "dir": 1,
          "entryPrice": 3085.105,
          "exitPrice": 3124.793,
          "stopDistance": 19.844,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 438
        },
        {
          "entryTs": 1744326840,
          "entryUtc": "2025-04-10T23:14:00.000Z",
          "exitTs": 1744331700,
          "dir": 1,
          "entryPrice": 3183.005,
          "exitPrice": 3204.137,
          "stopDistance": 10.566,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 81
        },
        {
          "entryTs": 1744334280,
          "entryUtc": "2025-04-11T01:18:00.000Z",
          "exitTs": 1744350240,
          "dir": 1,
          "entryPrice": 3202.275,
          "exitPrice": 3189.632,
          "stopDistance": 12.643,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 266
        },
        {
          "entryTs": 1744351200,
          "entryUtc": "2025-04-11T06:00:00.000Z",
          "exitTs": 1744355100,
          "dir": -1,
          "entryPrice": 3196.075,
          "exitPrice": 3209.434,
          "stopDistance": 13.359,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 65
        },
        {
          "entryTs": 1744583520,
          "entryUtc": "2025-04-13T22:32:00.000Z",
          "exitTs": 1744594440,
          "dir": -1,
          "entryPrice": 3222.735,
          "exitPrice": 3234.398,
          "stopDistance": 11.663,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 182
        },
        {
          "entryTs": 1744597140,
          "entryUtc": "2025-04-14T02:19:00.000Z",
          "exitTs": 1744606980,
          "dir": 1,
          "entryPrice": 3236.765,
          "exitPrice": 3225.498,
          "stopDistance": 11.267,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 164
        },
        {
          "entryTs": 1744619400,
          "entryUtc": "2025-04-14T08:30:00.000Z",
          "exitTs": 1744634400,
          "dir": -1,
          "entryPrice": 3224.385,
          "exitPrice": 3205.01,
          "stopDistance": 9.687,
          "outcome": "target",
          "netR": 1.9618,
          "holdMinutes": 250
        },
        {
          "entryTs": 1744642140,
          "entryUtc": "2025-04-14T14:49:00.000Z",
          "exitTs": 1744680780,
          "dir": -1,
          "entryPrice": 3213.965,
          "exitPrice": 3225.194,
          "stopDistance": 11.229,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 644
        },
        {
          "entryTs": 1744705980,
          "entryUtc": "2025-04-15T08:33:00.000Z",
          "exitTs": 1744710720,
          "dir": 1,
          "entryPrice": 3228.465,
          "exitPrice": 3221.664,
          "stopDistance": 6.801,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 79
        },
        {
          "entryTs": 1744725720,
          "entryUtc": "2025-04-15T14:02:00.000Z",
          "exitTs": 1744727340,
          "dir": -1,
          "entryPrice": 3218.315,
          "exitPrice": 3226.417,
          "stopDistance": 8.102,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 27
        },
        {
          "entryTs": 1744729380,
          "entryUtc": "2025-04-15T15:03:00.000Z",
          "exitTs": 1744756680,
          "dir": 1,
          "entryPrice": 3218.655,
          "exitPrice": 3236.119,
          "stopDistance": 8.732,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 455
        },
        {
          "entryTs": 1744775100,
          "entryUtc": "2025-04-16T03:45:00.000Z",
          "exitTs": 1744784460,
          "dir": 1,
          "entryPrice": 3274.775,
          "exitPrice": 3292.504,
          "stopDistance": 8.865,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 156
        },
        {
          "entryTs": 1744812960,
          "entryUtc": "2025-04-16T14:16:00.000Z",
          "exitTs": 1744820820,
          "dir": 1,
          "entryPrice": 3307.115,
          "exitPrice": 3332.86,
          "stopDistance": 12.872,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 131
        },
        {
          "entryTs": 1744843080,
          "entryUtc": "2025-04-16T22:38:00.000Z",
          "exitTs": 1744850640,
          "dir": 1,
          "entryPrice": 3352.055,
          "exitPrice": 3343.031,
          "stopDistance": 9.024,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 126
        },
        {
          "entryTs": 1744859700,
          "entryUtc": "2025-04-17T03:15:00.000Z",
          "exitTs": 1744874160,
          "dir": -1,
          "entryPrice": 3342.505,
          "exitPrice": 3318.043,
          "stopDistance": 12.231,
          "outcome": "target",
          "netR": 1.9697,
          "holdMinutes": 241
        },
        {
          "entryTs": 1744875600,
          "entryUtc": "2025-04-17T07:40:00.000Z",
          "exitTs": 1744885560,
          "dir": -1,
          "entryPrice": 3322.919,
          "exitPrice": 3333.168,
          "stopDistance": 10.249,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 166
        },
        {
          "entryTs": 1744889100,
          "entryUtc": "2025-04-17T11:25:00.000Z",
          "exitTs": 1744897920,
          "dir": 1,
          "entryPrice": 3324.725,
          "exitPrice": 3315.519,
          "stopDistance": 9.206,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 147
        },
        {
          "entryTs": 1744902120,
          "entryUtc": "2025-04-17T15:02:00.000Z",
          "exitTs": 1744907460,
          "dir": -1,
          "entryPrice": 3296.685,
          "exitPrice": 3311.108,
          "stopDistance": 14.423,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 89
        },
        {
          "entryTs": 1744908480,
          "entryUtc": "2025-04-17T16:48:00.000Z",
          "exitTs": 1744922820,
          "dir": -1,
          "entryPrice": 3314.925,
          "exitPrice": 3327.524,
          "stopDistance": 12.599,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 239
        },
        {
          "entryTs": 1745223480,
          "entryUtc": "2025-04-21T08:18:00.000Z",
          "exitTs": 1745226720,
          "dir": -1,
          "entryPrice": 3387.435,
          "exitPrice": 3395.597,
          "stopDistance": 8.162,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 54
        },
        {
          "entryTs": 1745237640,
          "entryUtc": "2025-04-21T12:14:00.000Z",
          "exitTs": 1745240400,
          "dir": 1,
          "entryPrice": 3401.545,
          "exitPrice": 3417.935,
          "stopDistance": 8.195,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 46
        },
        {
          "entryTs": 1745248860,
          "entryUtc": "2025-04-21T15:21:00.000Z",
          "exitTs": 1745273460,
          "dir": -1,
          "entryPrice": 3418.625,
          "exitPrice": 3431.181,
          "stopDistance": 12.556,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 410
        },
        {
          "entryTs": 1745274720,
          "entryUtc": "2025-04-21T22:32:00.000Z",
          "exitTs": 1745280180,
          "dir": 1,
          "entryPrice": 3430.605,
          "exitPrice": 3421.423,
          "stopDistance": 9.182,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 91
        },
        {
          "entryTs": 1745284500,
          "entryUtc": "2025-04-22T01:15:00.000Z",
          "exitTs": 1745285760,
          "dir": -1,
          "entryPrice": 3435.065,
          "exitPrice": 3446.39,
          "stopDistance": 11.325,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 21
        },
        {
          "entryTs": 1745287320,
          "entryUtc": "2025-04-22T02:02:00.000Z",
          "exitTs": 1745290620,
          "dir": 1,
          "entryPrice": 3448.195,
          "exitPrice": 3474.987,
          "stopDistance": 13.396,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 55
        },
        {
          "entryTs": 1745301600,
          "entryUtc": "2025-04-22T06:00:00.000Z",
          "exitTs": 1745305500,
          "dir": 1,
          "entryPrice": 3487.475,
          "exitPrice": 3474.205,
          "stopDistance": 13.27,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 65
        },
        {
          "entryTs": 1745307120,
          "entryUtc": "2025-04-22T07:32:00.000Z",
          "exitTs": 1745325900,
          "dir": -1,
          "entryPrice": 3471.175,
          "exitPrice": 3438.474,
          "stopDistance": 16.351,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 313
        },
        {
          "entryTs": 1745330400,
          "entryUtc": "2025-04-22T14:00:00.000Z",
          "exitTs": 1745339280,
          "dir": -1,
          "entryPrice": 3430.565,
          "exitPrice": 3388.346,
          "stopDistance": 21.11,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 148
        },
        {
          "entryTs": 1745341080,
          "entryUtc": "2025-04-22T16:58:00.000Z",
          "exitTs": 1745359200,
          "dir": -1,
          "entryPrice": 3392.025,
          "exitPrice": 3345.649,
          "stopDistance": 23.188,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 302
        },
        {
          "entryTs": 1745363100,
          "entryUtc": "2025-04-22T23:05:00.000Z",
          "exitTs": 1745369100,
          "dir": -1,
          "entryPrice": 3336.065,
          "exitPrice": 3358.201,
          "stopDistance": 22.136,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 100
        },
        {
          "entryTs": 1745373600,
          "entryUtc": "2025-04-23T02:00:00.000Z",
          "exitTs": 1745376960,
          "dir": 1,
          "entryPrice": 3377.195,
          "exitPrice": 3355.993,
          "stopDistance": 21.202,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 56
        },
        {
          "entryTs": 1745379420,
          "entryUtc": "2025-04-23T03:37:00.000Z",
          "exitTs": 1745391180,
          "dir": -1,
          "entryPrice": 3340.855,
          "exitPrice": 3298.261,
          "stopDistance": 21.297,
          "outcome": "target",
          "netR": 1.9826,
          "holdMinutes": 196
        },
        {
          "entryTs": 1745417940,
          "entryUtc": "2025-04-23T14:19:00.000Z",
          "exitTs": 1745426280,
          "dir": -1,
          "entryPrice": 3277.235,
          "exitPrice": 3296.78,
          "stopDistance": 19.545,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 139
        },
        {
          "entryTs": 1745455800,
          "entryUtc": "2025-04-24T00:50:00.000Z",
          "exitTs": 1745457420,
          "dir": 1,
          "entryPrice": 3329.465,
          "exitPrice": 3354.279,
          "stopDistance": 12.407,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 27
        },
        {
          "entryTs": 1745459400,
          "entryUtc": "2025-04-24T01:50:00.000Z",
          "exitTs": 1745462220,
          "dir": 1,
          "entryPrice": 3354.565,
          "exitPrice": 3340.321,
          "stopDistance": 14.244,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 47
        },
        {
          "entryTs": 1745505060,
          "entryUtc": "2025-04-24T14:31:00.000Z",
          "exitTs": 1745510940,
          "dir": -1,
          "entryPrice": 3320.565,
          "exitPrice": 3332.705,
          "stopDistance": 12.14,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 98
        },
        {
          "entryTs": 1745535600,
          "entryUtc": "2025-04-24T23:00:00.000Z",
          "exitTs": 1745537640,
          "dir": 1,
          "entryPrice": 3360.655,
          "exitPrice": 3350.817,
          "stopDistance": 9.838,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 34
        },
        {
          "entryTs": 1745562000,
          "entryUtc": "2025-04-25T06:20:00.000Z",
          "exitTs": 1745565300,
          "dir": -1,
          "entryPrice": 3297.235,
          "exitPrice": 3310.992,
          "stopDistance": 13.757,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 55
        },
        {
          "entryTs": 1745589360,
          "entryUtc": "2025-04-25T13:56:00.000Z",
          "exitTs": 1745609580,
          "dir": -1,
          "entryPrice": 3284.225,
          "exitPrice": 3297.381,
          "stopDistance": 13.156,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 337
        },
        {
          "entryTs": 1745804820,
          "entryUtc": "2025-04-28T01:47:00.000Z",
          "exitTs": 1745849760,
          "dir": -1,
          "entryPrice": 3290.795,
          "exitPrice": 3303.897,
          "stopDistance": 13.102,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 749
        },
        {
          "entryTs": 1745852400,
          "entryUtc": "2025-04-28T15:00:00.000Z",
          "exitTs": 1745867160,
          "dir": 1,
          "entryPrice": 3326.875,
          "exitPrice": 3351.232,
          "stopDistance": 12.178,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 246
        },
        {
          "entryTs": 1745867760,
          "entryUtc": "2025-04-28T19:16:00.000Z",
          "exitTs": 1745878560,
          "dir": 1,
          "entryPrice": 3345.665,
          "exitPrice": 3335.158,
          "stopDistance": 10.507,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 180
        },
        {
          "entryTs": 1745879820,
          "entryUtc": "2025-04-28T22:37:00.000Z",
          "exitTs": 1745895360,
          "dir": -1,
          "entryPrice": 3338.935,
          "exitPrice": 3320.776,
          "stopDistance": 9.08,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 259
        },
        {
          "entryTs": 1745950500,
          "entryUtc": "2025-04-29T18:15:00.000Z",
          "exitTs": 1746000600,
          "dir": -1,
          "entryPrice": 3319.255,
          "exitPrice": 3299.398,
          "stopDistance": 9.928,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 835
        },
        {
          "entryTs": 1746015300,
          "entryUtc": "2025-04-30T12:15:00.000Z",
          "exitTs": 1746015660,
          "dir": -1,
          "entryPrice": 3277.705,
          "exitPrice": 3288.221,
          "stopDistance": 10.516,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 6
        },
        {
          "entryTs": 1746052320,
          "entryUtc": "2025-04-30T22:32:00.000Z",
          "exitTs": 1746059040,
          "dir": -1,
          "entryPrice": 3279.135,
          "exitPrice": 3257.417,
          "stopDistance": 10.859,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 112
        },
        {
          "entryTs": 1746102000,
          "entryUtc": "2025-05-01T12:20:00.000Z",
          "exitTs": 1746102600,
          "dir": -1,
          "entryPrice": 3209.765,
          "exitPrice": 3219.977,
          "stopDistance": 10.212,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 10
        },
        {
          "entryTs": 1746108000,
          "entryUtc": "2025-05-01T14:00:00.000Z",
          "exitTs": 1746114180,
          "dir": 1,
          "entryPrice": 3217.315,
          "exitPrice": 3205.718,
          "stopDistance": 11.597,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 103
        },
        {
          "entryTs": 1746148500,
          "entryUtc": "2025-05-02T01:15:00.000Z",
          "exitTs": 1746152280,
          "dir": -1,
          "entryPrice": 3236.175,
          "exitPrice": 3245.148,
          "stopDistance": 8.973,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 63
        },
        {
          "entryTs": 1746206640,
          "entryUtc": "2025-05-02T17:24:00.000Z",
          "exitTs": 1746396000,
          "dir": -1,
          "entryPrice": 3237.795,
          "exitPrice": 3242.075,
          "stopDistance": 13.615,
          "outcome": "time",
          "netR": -0.3415,
          "holdMinutes": 3156
        },
        {
          "entryTs": 1746409560,
          "entryUtc": "2025-05-05T01:46:00.000Z",
          "exitTs": 1746416580,
          "dir": 1,
          "entryPrice": 3262.495,
          "exitPrice": 3252.92,
          "stopDistance": 9.575,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 117
        },
        {
          "entryTs": 1746423600,
          "entryUtc": "2025-05-05T05:40:00.000Z",
          "exitTs": 1746433740,
          "dir": -1,
          "entryPrice": 3261.435,
          "exitPrice": 3271.303,
          "stopDistance": 9.867,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 169
        },
        {
          "entryTs": 1746474600,
          "entryUtc": "2025-05-05T19:50:00.000Z",
          "exitTs": 1746490860,
          "dir": 1,
          "entryPrice": 3333.755,
          "exitPrice": 3325.412,
          "stopDistance": 8.343,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 271
        },
        {
          "entryTs": 1746492360,
          "entryUtc": "2025-05-06T00:46:00.000Z",
          "exitTs": 1746493200,
          "dir": -1,
          "entryPrice": 3328.615,
          "exitPrice": 3336.477,
          "stopDistance": 7.862,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 14
        },
        {
          "entryTs": 1746498900,
          "entryUtc": "2025-05-06T02:35:00.000Z",
          "exitTs": 1746499740,
          "dir": 1,
          "entryPrice": 3371.715,
          "exitPrice": 3358.188,
          "stopDistance": 13.527,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 14
        },
        {
          "entryTs": 1746500400,
          "entryUtc": "2025-05-06T03:00:00.000Z",
          "exitTs": 1746516840,
          "dir": 1,
          "entryPrice": 3354.705,
          "exitPrice": 3377.625,
          "stopDistance": 11.46,
          "outcome": "target",
          "netR": 1.9677,
          "holdMinutes": 274
        },
        {
          "entryTs": 1746541740,
          "entryUtc": "2025-05-06T14:29:00.000Z",
          "exitTs": 1746549360,
          "dir": 1,
          "entryPrice": 3384.925,
          "exitPrice": 3405.499,
          "stopDistance": 10.287,
          "outcome": "target",
          "netR": 1.964,
          "holdMinutes": 127
        },
        {
          "entryTs": 1746579720,
          "entryUtc": "2025-05-07T01:02:00.000Z",
          "exitTs": 1746669060,
          "dir": -1,
          "entryPrice": 3380.765,
          "exitPrice": 3399.47,
          "stopDistance": 18.705,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 1489
        },
        {
          "entryTs": 1746671220,
          "entryUtc": "2025-05-08T02:27:00.000Z",
          "exitTs": 1746674760,
          "dir": 1,
          "entryPrice": 3407.639,
          "exitPrice": 3395.562,
          "stopDistance": 12.077,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 59
        },
        {
          "entryTs": 1746687720,
          "entryUtc": "2025-05-08T07:02:00.000Z",
          "exitTs": 1746689880,
          "dir": -1,
          "entryPrice": 3331.515,
          "exitPrice": 3346.423,
          "stopDistance": 14.908,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 36
        },
        {
          "entryTs": 1746757860,
          "entryUtc": "2025-05-09T02:31:00.000Z",
          "exitTs": 1746758700,
          "dir": -1,
          "entryPrice": 3284.765,
          "exitPrice": 3298.215,
          "stopDistance": 13.45,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 14
        },
        {
          "entryTs": 1746759180,
          "entryUtc": "2025-05-09T02:53:00.000Z",
          "exitTs": 1746764100,
          "dir": -1,
          "entryPrice": 3303.785,
          "exitPrice": 3316.497,
          "stopDistance": 12.712,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 82
        },
        {
          "entryTs": 1747006020,
          "entryUtc": "2025-05-11T23:27:00.000Z",
          "exitTs": 1747033260,
          "dir": -1,
          "entryPrice": 3282.325,
          "exitPrice": 3257.166,
          "stopDistance": 12.58,
          "outcome": "target",
          "netR": 1.9706,
          "holdMinutes": 454
        },
        {
          "entryTs": 1747049460,
          "entryUtc": "2025-05-12T11:31:00.000Z",
          "exitTs": 1747055280,
          "dir": 1,
          "entryPrice": 3218.875,
          "exitPrice": 3246.379,
          "stopDistance": 13.752,
          "outcome": "target",
          "netR": 1.9731,
          "holdMinutes": 97
        },
        {
          "entryTs": 1747056600,
          "entryUtc": "2025-05-12T13:30:00.000Z",
          "exitTs": 1747069080,
          "dir": 1,
          "entryPrice": 3236.845,
          "exitPrice": 3223.057,
          "stopDistance": 13.788,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 208
        },
        {
          "entryTs": 1747101720,
          "entryUtc": "2025-05-13T02:02:00.000Z",
          "exitTs": 1747104120,
          "dir": -1,
          "entryPrice": 3227.075,
          "exitPrice": 3237.092,
          "stopDistance": 10.017,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 40
        },
        {
          "entryTs": 1747139400,
          "entryUtc": "2025-05-13T12:30:00.000Z",
          "exitTs": 1747144860,
          "dir": -1,
          "entryPrice": 3242.305,
          "exitPrice": 3226.015,
          "stopDistance": 8.145,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 91
        },
        {
          "entryTs": 1747182600,
          "entryUtc": "2025-05-14T00:30:00.000Z",
          "exitTs": 1747189680,
          "dir": -1,
          "entryPrice": 3247.025,
          "exitPrice": 3233.828,
          "stopDistance": 6.598,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 118
        },
        {
          "entryTs": 1747211280,
          "entryUtc": "2025-05-14T08:28:00.000Z",
          "exitTs": 1747223700,
          "dir": 1,
          "entryPrice": 3233.955,
          "exitPrice": 3225.065,
          "stopDistance": 8.89,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 207
        },
        {
          "entryTs": 1747228860,
          "entryUtc": "2025-05-14T13:21:00.000Z",
          "exitTs": 1747275900,
          "dir": -1,
          "entryPrice": 3188.535,
          "exitPrice": 3163.949,
          "stopDistance": 12.293,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 784
        },
        {
          "entryTs": 1747292700,
          "entryUtc": "2025-05-15T07:05:00.000Z",
          "exitTs": 1747294860,
          "dir": 1,
          "entryPrice": 3145.505,
          "exitPrice": 3133.147,
          "stopDistance": 12.357,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 36
        },
        {
          "entryTs": 1747319700,
          "entryUtc": "2025-05-15T14:35:00.000Z",
          "exitTs": 1747328640,
          "dir": 1,
          "entryPrice": 3200.865,
          "exitPrice": 3224.538,
          "stopDistance": 11.836,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 149
        },
        {
          "entryTs": 1747348380,
          "entryUtc": "2025-05-15T22:33:00.000Z",
          "exitTs": 1747354320,
          "dir": 1,
          "entryPrice": 3243.845,
          "exitPrice": 3235.903,
          "stopDistance": 7.942,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 99
        },
        {
          "entryTs": 1747384200,
          "entryUtc": "2025-05-16T08:30:00.000Z",
          "exitTs": 1747392660,
          "dir": -1,
          "entryPrice": 3205.545,
          "exitPrice": 3181.882,
          "stopDistance": 11.831,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 141
        },
        {
          "entryTs": 1747395240,
          "entryUtc": "2025-05-16T11:34:00.000Z",
          "exitTs": 1747415220,
          "dir": -1,
          "entryPrice": 3178.865,
          "exitPrice": 3191.821,
          "stopDistance": 12.956,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 333
        },
        {
          "entryTs": 1747611660,
          "entryUtc": "2025-05-18T23:41:00.000Z",
          "exitTs": 1747619460,
          "dir": 1,
          "entryPrice": 3229.735,
          "exitPrice": 3218.093,
          "stopDistance": 11.642,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 130
        },
        {
          "entryTs": 1747702800,
          "entryUtc": "2025-05-20T01:00:00.000Z",
          "exitTs": 1747703760,
          "dir": -1,
          "entryPrice": 3223.885,
          "exitPrice": 3229.829,
          "stopDistance": 5.944,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 16
        },
        {
          "entryTs": 1747716720,
          "entryUtc": "2025-05-20T04:52:00.000Z",
          "exitTs": 1747727700,
          "dir": -1,
          "entryPrice": 3216.805,
          "exitPrice": 3224.721,
          "stopDistance": 7.916,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 183
        },
        {
          "entryTs": 1747728660,
          "entryUtc": "2025-05-20T08:11:00.000Z",
          "exitTs": 1747731600,
          "dir": 1,
          "entryPrice": 3219.955,
          "exitPrice": 3236.753,
          "stopDistance": 8.399,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 49
        },
        {
          "entryTs": 1747747800,
          "entryUtc": "2025-05-20T13:30:00.000Z",
          "exitTs": 1747748940,
          "dir": -1,
          "entryPrice": 3238.715,
          "exitPrice": 3247.23,
          "stopDistance": 8.515,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 19
        },
        {
          "entryTs": 1747751700,
          "entryUtc": "2025-05-20T14:35:00.000Z",
          "exitTs": 1747779060,
          "dir": 1,
          "entryPrice": 3275.955,
          "exitPrice": 3300.133,
          "stopDistance": 12.089,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 456
        },
        {
          "entryTs": 1747780200,
          "entryUtc": "2025-05-20T22:30:00.000Z",
          "exitTs": 1747789200,
          "dir": 1,
          "entryPrice": 3294.995,
          "exitPrice": 3310.087,
          "stopDistance": 7.546,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 150
        },
        {
          "entryTs": 1747789500,
          "entryUtc": "2025-05-21T01:05:00.000Z",
          "exitTs": 1747790400,
          "dir": 1,
          "entryPrice": 3300.295,
          "exitPrice": 3292.669,
          "stopDistance": 7.626,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 15
        },
        {
          "entryTs": 1747792080,
          "entryUtc": "2025-05-21T01:48:00.000Z",
          "exitTs": 1747798020,
          "dir": -1,
          "entryPrice": 3295.505,
          "exitPrice": 3305.556,
          "stopDistance": 10.051,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 99
        },
        {
          "entryTs": 1747807800,
          "entryUtc": "2025-05-21T06:10:00.000Z",
          "exitTs": 1747830420,
          "dir": 1,
          "entryPrice": 3310.685,
          "exitPrice": 3301.218,
          "stopDistance": 9.467,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 377
        },
        {
          "entryTs": 1747831500,
          "entryUtc": "2025-05-21T12:45:00.000Z",
          "exitTs": 1747840020,
          "dir": -1,
          "entryPrice": 3299.298,
          "exitPrice": 3309.561,
          "stopDistance": 10.263,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 142
        },
        {
          "entryTs": 1747856460,
          "entryUtc": "2025-05-21T19:41:00.000Z",
          "exitTs": 1747877100,
          "dir": 1,
          "entryPrice": 3320.525,
          "exitPrice": 3337.967,
          "stopDistance": 8.721,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 344
        },
        {
          "entryTs": 1747886100,
          "entryUtc": "2025-05-22T03:55:00.000Z",
          "exitTs": 1747893120,
          "dir": 1,
          "entryPrice": 3335.948,
          "exitPrice": 3327.188,
          "stopDistance": 8.76,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 117
        },
        {
          "entryTs": 1747916220,
          "entryUtc": "2025-05-22T12:17:00.000Z",
          "exitTs": 1747921860,
          "dir": 1,
          "entryPrice": 3305.598,
          "exitPrice": 3294.323,
          "stopDistance": 11.275,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 94
        },
        {
          "entryTs": 1747923600,
          "entryUtc": "2025-05-22T14:20:00.000Z",
          "exitTs": 1747973880,
          "dir": -1,
          "entryPrice": 3295.348,
          "exitPrice": 3309.381,
          "stopDistance": 14.033,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 838
        },
        {
          "entryTs": 1748007180,
          "entryUtc": "2025-05-23T13:33:00.000Z",
          "exitTs": 1748021160,
          "dir": 1,
          "entryPrice": 3344.555,
          "exitPrice": 3364.735,
          "stopDistance": 10.09,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 233
        },
        {
          "entryTs": 1748219400,
          "entryUtc": "2025-05-26T00:30:00.000Z",
          "exitTs": 1748224440,
          "dir": -1,
          "entryPrice": 3338.265,
          "exitPrice": 3347.3,
          "stopDistance": 9.035,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 84
        },
        {
          "entryTs": 1748253600,
          "entryUtc": "2025-05-26T10:00:00.000Z",
          "exitTs": 1748265900,
          "dir": -1,
          "entryPrice": 3329.398,
          "exitPrice": 3337.038,
          "stopDistance": 7.64,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 205
        },
        {
          "entryTs": 1748306400,
          "entryUtc": "2025-05-27T00:40:00.000Z",
          "exitTs": 1748309280,
          "dir": 1,
          "entryPrice": 3342.838,
          "exitPrice": 3338.291,
          "stopDistance": 4.547,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 48
        },
        {
          "entryTs": 1748311200,
          "entryUtc": "2025-05-27T02:00:00.000Z",
          "exitTs": 1748313660,
          "dir": -1,
          "entryPrice": 3335.735,
          "exitPrice": 3341.756,
          "stopDistance": 6.02,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 41
        },
        {
          "entryTs": 1748394300,
          "entryUtc": "2025-05-28T01:05:00.000Z",
          "exitTs": 1748396580,
          "dir": 1,
          "entryPrice": 3306.565,
          "exitPrice": 3300.765,
          "stopDistance": 5.8,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 38
        },
        {
          "entryTs": 1748397780,
          "entryUtc": "2025-05-28T02:03:00.000Z",
          "exitTs": 1748402340,
          "dir": -1,
          "entryPrice": 3310.548,
          "exitPrice": 3298.476,
          "stopDistance": 6.036,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 76
        },
        {
          "entryTs": 1748403900,
          "entryUtc": "2025-05-28T03:45:00.000Z",
          "exitTs": 1748409540,
          "dir": -1,
          "entryPrice": 3298.448,
          "exitPrice": 3306.647,
          "stopDistance": 8.199,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 94
        },
        {
          "entryTs": 1748420520,
          "entryUtc": "2025-05-28T08:22:00.000Z",
          "exitTs": 1748432880,
          "dir": 1,
          "entryPrice": 3317.048,
          "exitPrice": 3309.04,
          "stopDistance": 8.009,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 206
        },
        {
          "entryTs": 1748482200,
          "entryUtc": "2025-05-29T01:30:00.000Z",
          "exitTs": 1748486700,
          "dir": -1,
          "entryPrice": 3257.048,
          "exitPrice": 3270.736,
          "stopDistance": 13.688,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 75
        },
        {
          "entryTs": 1748515620,
          "entryUtc": "2025-05-29T10:47:00.000Z",
          "exitTs": 1748521920,
          "dir": 1,
          "entryPrice": 3296.258,
          "exitPrice": 3312.813,
          "stopDistance": 8.278,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 105
        },
        {
          "entryTs": 1748568660,
          "entryUtc": "2025-05-30T01:31:00.000Z",
          "exitTs": 1748569860,
          "dir": 1,
          "entryPrice": 3314.408,
          "exitPrice": 3308.066,
          "stopDistance": 6.342,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 20
        },
        {
          "entryTs": 1748587080,
          "entryUtc": "2025-05-30T06:38:00.000Z",
          "exitTs": 1748607240,
          "dir": -1,
          "entryPrice": 3296.848,
          "exitPrice": 3305.32,
          "stopDistance": 8.472,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 336
        },
        {
          "entryTs": 1748608380,
          "entryUtc": "2025-05-30T12:33:00.000Z",
          "exitTs": 1748612700,
          "dir": 1,
          "entryPrice": 3296.765,
          "exitPrice": 3287.093,
          "stopDistance": 9.672,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 72
        },
        {
          "entryTs": 1748614920,
          "entryUtc": "2025-05-30T14:22:00.000Z",
          "exitTs": 1748815200,
          "dir": -1,
          "entryPrice": 3286.425,
          "exitPrice": 3298.773,
          "stopDistance": 12.348,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 3338
        },
        {
          "entryTs": 1748819760,
          "entryUtc": "2025-06-01T23:16:00.000Z",
          "exitTs": 1748824860,
          "dir": 1,
          "entryPrice": 3312.005,
          "exitPrice": 3303.437,
          "stopDistance": 8.567,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 85
        },
        {
          "entryTs": 1748850900,
          "entryUtc": "2025-06-02T07:55:00.000Z",
          "exitTs": 1748871960,
          "dir": 1,
          "entryPrice": 3350.905,
          "exitPrice": 3368.101,
          "stopDistance": 8.598,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 351
        },
        {
          "entryTs": 1748914200,
          "entryUtc": "2025-06-03T01:30:00.000Z",
          "exitTs": 1748916900,
          "dir": -1,
          "entryPrice": 3368.675,
          "exitPrice": 3376.035,
          "stopDistance": 7.36,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 45
        },
        {
          "entryTs": 1748934000,
          "entryUtc": "2025-06-03T07:00:00.000Z",
          "exitTs": 1748958780,
          "dir": -1,
          "entryPrice": 3359.415,
          "exitPrice": 3341.446,
          "stopDistance": 8.984,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 413
        },
        {
          "entryTs": 1748960940,
          "entryUtc": "2025-06-03T14:29:00.000Z",
          "exitTs": 1748977680,
          "dir": -1,
          "entryPrice": 3345.605,
          "exitPrice": 3355.215,
          "stopDistance": 9.61,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 279
        },
        {
          "entryTs": 1749007920,
          "entryUtc": "2025-06-04T03:32:00.000Z",
          "exitTs": 1749012180,
          "dir": 1,
          "entryPrice": 3362.395,
          "exitPrice": 3355.196,
          "stopDistance": 7.199,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 71
        },
        {
          "entryTs": 1749026340,
          "entryUtc": "2025-06-04T08:39:00.000Z",
          "exitTs": 1749029340,
          "dir": -1,
          "entryPrice": 3356.998,
          "exitPrice": 3364.569,
          "stopDistance": 7.571,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 50
        },
        {
          "entryTs": 1749049320,
          "entryUtc": "2025-06-04T15:02:00.000Z",
          "exitTs": 1749096960,
          "dir": 1,
          "entryPrice": 3375.428,
          "exitPrice": 3364.684,
          "stopDistance": 10.744,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 794
        },
        {
          "entryTs": 1749109380,
          "entryUtc": "2025-06-05T07:43:00.000Z",
          "exitTs": 1749115380,
          "dir": 1,
          "entryPrice": 3370.755,
          "exitPrice": 3383.93,
          "stopDistance": 6.588,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 100
        },
        {
          "entryTs": 1749126600,
          "entryUtc": "2025-06-05T12:30:00.000Z",
          "exitTs": 1749127740,
          "dir": -1,
          "entryPrice": 3397.105,
          "exitPrice": 3381.564,
          "stopDistance": 7.77,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 19
        },
        {
          "entryTs": 1749129600,
          "entryUtc": "2025-06-05T13:20:00.000Z",
          "exitTs": 1749136500,
          "dir": -1,
          "entryPrice": 3384.195,
          "exitPrice": 3363.39,
          "stopDistance": 10.403,
          "outcome": "target",
          "netR": 1.9644,
          "holdMinutes": 115
        },
        {
          "entryTs": 1749140160,
          "entryUtc": "2025-06-05T16:16:00.000Z",
          "exitTs": 1749168720,
          "dir": -1,
          "entryPrice": 3350.598,
          "exitPrice": 3363.948,
          "stopDistance": 13.351,
          "outcome": "stop",
          "netR": -1.0315,
          "holdMinutes": 476
        },
        {
          "entryTs": 1749193980,
          "entryUtc": "2025-06-06T07:13:00.000Z",
          "exitTs": 1749213000,
          "dir": -1,
          "entryPrice": 3361.225,
          "exitPrice": 3347.645,
          "stopDistance": 6.79,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 317
        },
        {
          "entryTs": 1749224280,
          "entryUtc": "2025-06-06T15:38:00.000Z",
          "exitTs": 1749240240,
          "dir": -1,
          "entryPrice": 3335.398,
          "exitPrice": 3310.777,
          "stopDistance": 12.31,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 266
        },
        {
          "entryTs": 1749422340,
          "entryUtc": "2025-06-08T22:39:00.000Z",
          "exitTs": 1749428100,
          "dir": 1,
          "entryPrice": 3316.395,
          "exitPrice": 3308.448,
          "stopDistance": 7.947,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 96
        },
        {
          "entryTs": 1749435420,
          "entryUtc": "2025-06-09T02:17:00.000Z",
          "exitTs": 1749438780,
          "dir": -1,
          "entryPrice": 3298.965,
          "exitPrice": 3308.487,
          "stopDistance": 9.522,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 56
        },
        {
          "entryTs": 1749517200,
          "entryUtc": "2025-06-10T01:00:00.000Z",
          "exitTs": 1749519180,
          "dir": -1,
          "entryPrice": 3318.198,
          "exitPrice": 3306.44,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 33
        },
        {
          "entryTs": 1749556740,
          "entryUtc": "2025-06-10T11:59:00.000Z",
          "exitTs": 1749562140,
          "dir": 1,
          "entryPrice": 3332.655,
          "exitPrice": 3345.051,
          "stopDistance": 6.198,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 90
        },
        {
          "entryTs": 1749564000,
          "entryUtc": "2025-06-10T14:00:00.000Z",
          "exitTs": 1749564480,
          "dir": 1,
          "entryPrice": 3342.315,
          "exitPrice": 3334.727,
          "stopDistance": 7.588,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 8
        },
        {
          "entryTs": 1749629820,
          "entryUtc": "2025-06-11T08:17:00.000Z",
          "exitTs": 1749632820,
          "dir": 1,
          "entryPrice": 3343.648,
          "exitPrice": 3337.202,
          "stopDistance": 6.446,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 50
        },
        {
          "entryTs": 1749644700,
          "entryUtc": "2025-06-11T12:25:00.000Z",
          "exitTs": 1749645000,
          "dir": -1,
          "entryPrice": 3342.105,
          "exitPrice": 3348.847,
          "stopDistance": 6.742,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 5
        },
        {
          "entryTs": 1749646560,
          "entryUtc": "2025-06-11T12:56:00.000Z",
          "exitTs": 1749649500,
          "dir": 1,
          "entryPrice": 3338.645,
          "exitPrice": 3329.238,
          "stopDistance": 9.407,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 49
        },
        {
          "entryTs": 1749666660,
          "entryUtc": "2025-06-11T18:31:00.000Z",
          "exitTs": 1749679320,
          "dir": 1,
          "entryPrice": 3339.225,
          "exitPrice": 3359.39,
          "stopDistance": 10.082,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 211
        },
        {
          "entryTs": 1749715200,
          "entryUtc": "2025-06-12T08:00:00.000Z",
          "exitTs": 1749716220,
          "dir": -1,
          "entryPrice": 3346.898,
          "exitPrice": 3356.589,
          "stopDistance": 9.691,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 17
        },
        {
          "entryTs": 1749728160,
          "entryUtc": "2025-06-12T11:36:00.000Z",
          "exitTs": 1749772920,
          "dir": 1,
          "entryPrice": 3378.945,
          "exitPrice": 3398.834,
          "stopDistance": 9.945,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 746
        },
        {
          "entryTs": 1749799620,
          "entryUtc": "2025-06-13T07:27:00.000Z",
          "exitTs": 1749818040,
          "dir": -1,
          "entryPrice": 3417.548,
          "exitPrice": 3428.682,
          "stopDistance": 11.134,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 307
        },
        {
          "entryTs": 1749832740,
          "entryUtc": "2025-06-13T16:39:00.000Z",
          "exitTs": 1750024800,
          "dir": -1,
          "entryPrice": 3430.198,
          "exitPrice": 3441.689,
          "stopDistance": 11.491,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 3201
        },
        {
          "entryTs": 1750026600,
          "entryUtc": "2025-06-15T22:30:00.000Z",
          "exitTs": 1750032240,
          "dir": 1,
          "entryPrice": 3446.345,
          "exitPrice": 3437.39,
          "stopDistance": 8.955,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 94
        },
        {
          "entryTs": 1750086000,
          "entryUtc": "2025-06-16T15:00:00.000Z",
          "exitTs": 1750130580,
          "dir": -1,
          "entryPrice": 3399.248,
          "exitPrice": 3375.686,
          "stopDistance": 11.781,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 743
        },
        {
          "entryTs": 1750131000,
          "entryUtc": "2025-06-17T03:30:00.000Z",
          "exitTs": 1750135980,
          "dir": -1,
          "entryPrice": 3385.545,
          "exitPrice": 3395.426,
          "stopDistance": 9.881,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 83
        },
        {
          "entryTs": 1750163400,
          "entryUtc": "2025-06-17T12:30:00.000Z",
          "exitTs": 1750167240,
          "dir": -1,
          "entryPrice": 3388.348,
          "exitPrice": 3396.488,
          "stopDistance": 8.14,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 64
        },
        {
          "entryTs": 1750173600,
          "entryUtc": "2025-06-17T15:20:00.000Z",
          "exitTs": 1750175400,
          "dir": 1,
          "entryPrice": 3383.795,
          "exitPrice": 3373.264,
          "stopDistance": 10.531,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 30
        },
        {
          "entryTs": 1750242840,
          "entryUtc": "2025-06-18T10:34:00.000Z",
          "exitTs": 1750246080,
          "dir": -1,
          "entryPrice": 3379.348,
          "exitPrice": 3385.321,
          "stopDistance": 5.974,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 54
        },
        {
          "entryTs": 1750257120,
          "entryUtc": "2025-06-18T14:32:00.000Z",
          "exitTs": 1750270080,
          "dir": -1,
          "entryPrice": 3386.848,
          "exitPrice": 3395.041,
          "stopDistance": 8.193,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 216
        },
        {
          "entryTs": 1750285020,
          "entryUtc": "2025-06-18T22:17:00.000Z",
          "exitTs": 1750295100,
          "dir": -1,
          "entryPrice": 3376.335,
          "exitPrice": 3385.526,
          "stopDistance": 9.191,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 168
        },
        {
          "entryTs": 1750315740,
          "entryUtc": "2025-06-19T06:49:00.000Z",
          "exitTs": 1750318740,
          "dir": -1,
          "entryPrice": 3355.965,
          "exitPrice": 3363.944,
          "stopDistance": 7.979,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 50
        },
        {
          "entryTs": 1750320060,
          "entryUtc": "2025-06-19T08:01:00.000Z",
          "exitTs": 1750386660,
          "dir": 1,
          "entryPrice": 3364.245,
          "exitPrice": 3355.018,
          "stopDistance": 9.227,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 1110
        },
        {
          "entryTs": 1750404900,
          "entryUtc": "2025-06-20T07:35:00.000Z",
          "exitTs": 1750427100,
          "dir": 1,
          "entryPrice": 3349.655,
          "exitPrice": 3365.547,
          "stopDistance": 7.946,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 370
        },
        {
          "entryTs": 1750429320,
          "entryUtc": "2025-06-20T14:22:00.000Z",
          "exitTs": 1750629600,
          "dir": 1,
          "entryPrice": 3365.965,
          "exitPrice": 3382.96,
          "stopDistance": 8.498,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 3338
        },
        {
          "entryTs": 1750631400,
          "entryUtc": "2025-06-22T22:30:00.000Z",
          "exitTs": 1750637400,
          "dir": 1,
          "entryPrice": 3375.448,
          "exitPrice": 3367.599,
          "stopDistance": 7.849,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 100
        },
        {
          "entryTs": 1750644360,
          "entryUtc": "2025-06-23T02:06:00.000Z",
          "exitTs": 1750670100,
          "dir": -1,
          "entryPrice": 3358.898,
          "exitPrice": 3368.352,
          "stopDistance": 9.454,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 429
        },
        {
          "entryTs": 1750680360,
          "entryUtc": "2025-06-23T12:06:00.000Z",
          "exitTs": 1750680600,
          "dir": 1,
          "entryPrice": 3375.648,
          "exitPrice": 3368.962,
          "stopDistance": 6.686,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 4
        },
        {
          "entryTs": 1750683060,
          "entryUtc": "2025-06-23T12:51:00.000Z",
          "exitTs": 1750685460,
          "dir": -1,
          "entryPrice": 3362.875,
          "exitPrice": 3371.088,
          "stopDistance": 8.213,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 40
        },
        {
          "entryTs": 1750687440,
          "entryUtc": "2025-06-23T14:04:00.000Z",
          "exitTs": 1750711260,
          "dir": 1,
          "entryPrice": 3378.105,
          "exitPrice": 3368.43,
          "stopDistance": 9.675,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 397
        },
        {
          "entryTs": 1750717920,
          "entryUtc": "2025-06-23T22:32:00.000Z",
          "exitTs": 1750721820,
          "dir": -1,
          "entryPrice": 3360.815,
          "exitPrice": 3342.708,
          "stopDistance": 9.053,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 65
        },
        {
          "entryTs": 1750773660,
          "entryUtc": "2025-06-24T14:01:00.000Z",
          "exitTs": 1750778880,
          "dir": -1,
          "entryPrice": 3302.648,
          "exitPrice": 3313.391,
          "stopDistance": 10.743,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 87
        },
        {
          "entryTs": 1750780980,
          "entryUtc": "2025-06-24T16:03:00.000Z",
          "exitTs": 1750816200,
          "dir": 1,
          "entryPrice": 3311.765,
          "exitPrice": 3333.69,
          "stopDistance": 10.963,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 587
        },
        {
          "entryTs": 1750860960,
          "entryUtc": "2025-06-25T14:16:00.000Z",
          "exitTs": 1750868520,
          "dir": -1,
          "entryPrice": 3322.115,
          "exitPrice": 3328.467,
          "stopDistance": 6.352,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 126
        },
        {
          "entryTs": 1750896060,
          "entryUtc": "2025-06-26T00:01:00.000Z",
          "exitTs": 1750899060,
          "dir": 1,
          "entryPrice": 3336.248,
          "exitPrice": 3331.853,
          "stopDistance": 4.395,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 50
        },
        {
          "entryTs": 1750900020,
          "entryUtc": "2025-06-26T01:07:00.000Z",
          "exitTs": 1750906380,
          "dir": -1,
          "entryPrice": 3336.285,
          "exitPrice": 3340.968,
          "stopDistance": 4.683,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 106
        },
        {
          "entryTs": 1750935480,
          "entryUtc": "2025-06-26T10:58:00.000Z",
          "exitTs": 1750941360,
          "dir": -1,
          "entryPrice": 3341.898,
          "exitPrice": 3331.204,
          "stopDistance": 5.347,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 98
        },
        {
          "entryTs": 1750943940,
          "entryUtc": "2025-06-26T13:19:00.000Z",
          "exitTs": 1750956900,
          "dir": -1,
          "entryPrice": 3324.548,
          "exitPrice": 3333.073,
          "stopDistance": 8.525,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 216
        },
        {
          "entryTs": 1751033700,
          "entryUtc": "2025-06-27T14:15:00.000Z",
          "exitTs": 1751234400,
          "dir": 1,
          "entryPrice": 3269.965,
          "exitPrice": 3281.098,
          "stopDistance": 10.543,
          "outcome": "time",
          "netR": 1.0209,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1751237280,
          "entryUtc": "2025-06-29T22:48:00.000Z",
          "exitTs": 1751246760,
          "dir": -1,
          "entryPrice": 3264.765,
          "exitPrice": 3275.253,
          "stopDistance": 10.488,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 158
        },
        {
          "entryTs": 1751276880,
          "entryUtc": "2025-06-30T09:48:00.000Z",
          "exitTs": 1751300100,
          "dir": -1,
          "entryPrice": 3286.705,
          "exitPrice": 3293.414,
          "stopDistance": 6.709,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 387
        },
        {
          "entryTs": 1751325360,
          "entryUtc": "2025-06-30T23:16:00.000Z",
          "exitTs": 1751333160,
          "dir": 1,
          "entryPrice": 3309.598,
          "exitPrice": 3320.501,
          "stopDistance": 5.452,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 130
        },
        {
          "entryTs": 1751349960,
          "entryUtc": "2025-07-01T06:06:00.000Z",
          "exitTs": 1751354160,
          "dir": 1,
          "entryPrice": 3327.575,
          "exitPrice": 3337.251,
          "stopDistance": 4.838,
          "outcome": "target",
          "netR": 1.9235,
          "holdMinutes": 70
        },
        {
          "entryTs": 1751355240,
          "entryUtc": "2025-07-01T07:34:00.000Z",
          "exitTs": 1751363520,
          "dir": 1,
          "entryPrice": 3335.375,
          "exitPrice": 3346.571,
          "stopDistance": 5.598,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 138
        },
        {
          "entryTs": 1751377020,
          "entryUtc": "2025-07-01T13:37:00.000Z",
          "exitTs": 1751385300,
          "dir": -1,
          "entryPrice": 3350.135,
          "exitPrice": 3336.827,
          "stopDistance": 6.654,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 138
        },
        {
          "entryTs": 1751410320,
          "entryUtc": "2025-07-01T22:52:00.000Z",
          "exitTs": 1751411040,
          "dir": 1,
          "entryPrice": 3341.715,
          "exitPrice": 3337.118,
          "stopDistance": 4.597,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751412600,
          "entryUtc": "2025-07-01T23:30:00.000Z",
          "exitTs": 1751415000,
          "dir": -1,
          "entryPrice": 3340.105,
          "exitPrice": 3344.706,
          "stopDistance": 4.601,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 40
        },
        {
          "entryTs": 1751436000,
          "entryUtc": "2025-07-02T06:00:00.000Z",
          "exitTs": 1751440200,
          "dir": -1,
          "entryPrice": 3338.755,
          "exitPrice": 3328.407,
          "stopDistance": 5.174,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 70
        },
        {
          "entryTs": 1751446620,
          "entryUtc": "2025-07-02T08:57:00.000Z",
          "exitTs": 1751452620,
          "dir": 1,
          "entryPrice": 3332.865,
          "exitPrice": 3344.479,
          "stopDistance": 5.807,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 100
        },
        {
          "entryTs": 1751466300,
          "entryUtc": "2025-07-02T14:25:00.000Z",
          "exitTs": 1751472420,
          "dir": -1,
          "entryPrice": 3338.265,
          "exitPrice": 3345.527,
          "stopDistance": 7.262,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 102
        },
        {
          "entryTs": 1751496840,
          "entryUtc": "2025-07-02T22:54:00.000Z",
          "exitTs": 1751497260,
          "dir": 1,
          "entryPrice": 3361.898,
          "exitPrice": 3357.188,
          "stopDistance": 4.71,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 7
        },
        {
          "entryTs": 1751523300,
          "entryUtc": "2025-07-03T06:15:00.000Z",
          "exitTs": 1751528880,
          "dir": 1,
          "entryPrice": 3358.105,
          "exitPrice": 3353.165,
          "stopDistance": 4.94,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 93
        },
        {
          "entryTs": 1751537820,
          "entryUtc": "2025-07-03T10:17:00.000Z",
          "exitTs": 1751539380,
          "dir": -1,
          "entryPrice": 3347.148,
          "exitPrice": 3352.752,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 26
        },
        {
          "entryTs": 1751545020,
          "entryUtc": "2025-07-03T12:17:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3348.748,
          "exitPrice": 3337.731,
          "stopDistance": 5.509,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 13
        },
        {
          "entryTs": 1751547600,
          "entryUtc": "2025-07-03T13:00:00.000Z",
          "exitTs": 1751550000,
          "dir": -1,
          "entryPrice": 3325.448,
          "exitPrice": 3335.638,
          "stopDistance": 10.19,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 40
        },
        {
          "entryTs": 1751589000,
          "entryUtc": "2025-07-04T00:30:00.000Z",
          "exitTs": 1751592060,
          "dir": -1,
          "entryPrice": 3328.848,
          "exitPrice": 3333.016,
          "stopDistance": 4.169,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 51
        },
        {
          "entryTs": 1751613000,
          "entryUtc": "2025-07-04T07:10:00.000Z",
          "exitTs": 1751613300,
          "dir": 1,
          "entryPrice": 3341.215,
          "exitPrice": 3336.891,
          "stopDistance": 4.324,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751614560,
          "entryUtc": "2025-07-04T07:36:00.000Z",
          "exitTs": 1751639940,
          "dir": -1,
          "entryPrice": 3339.995,
          "exitPrice": 3331.005,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 423
        },
        {
          "entryTs": 1751849940,
          "entryUtc": "2025-07-07T00:59:00.000Z",
          "exitTs": 1751850540,
          "dir": -1,
          "entryPrice": 3326.005,
          "exitPrice": 3315.729,
          "stopDistance": 5.138,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 10
        },
        {
          "entryTs": 1751852100,
          "entryUtc": "2025-07-07T01:35:00.000Z",
          "exitTs": 1751884860,
          "dir": -1,
          "entryPrice": 3314.135,
          "exitPrice": 3300.384,
          "stopDistance": 6.875,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 546
        },
        {
          "entryTs": 1751886420,
          "entryUtc": "2025-07-07T11:07:00.000Z",
          "exitTs": 1751892360,
          "dir": -1,
          "entryPrice": 3303.865,
          "exitPrice": 3310.859,
          "stopDistance": 6.994,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 99
        },
        {
          "entryTs": 1751927880,
          "entryUtc": "2025-07-07T22:38:00.000Z",
          "exitTs": 1751929500,
          "dir": 1,
          "entryPrice": 3340.998,
          "exitPrice": 3335.496,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 27
        },
        {
          "entryTs": 1751960880,
          "entryUtc": "2025-07-08T07:48:00.000Z",
          "exitTs": 1751965140,
          "dir": -1,
          "entryPrice": 3333.448,
          "exitPrice": 3323.254,
          "stopDistance": 5.097,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 71
        },
        {
          "entryTs": 1751989860,
          "entryUtc": "2025-07-08T15:51:00.000Z",
          "exitTs": 1751995440,
          "dir": -1,
          "entryPrice": 3299.215,
          "exitPrice": 3307.568,
          "stopDistance": 8.353,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 93
        },
        {
          "entryTs": 1752023520,
          "entryUtc": "2025-07-09T01:12:00.000Z",
          "exitTs": 1752028740,
          "dir": 1,
          "entryPrice": 3303.148,
          "exitPrice": 3297.679,
          "stopDistance": 5.469,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 87
        },
        {
          "entryTs": 1752031500,
          "entryUtc": "2025-07-09T03:25:00.000Z",
          "exitTs": 1752069060,
          "dir": -1,
          "entryPrice": 3293.135,
          "exitPrice": 3300.138,
          "stopDistance": 7.003,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 626
        },
        {
          "entryTs": 1752136560,
          "entryUtc": "2025-07-10T08:36:00.000Z",
          "exitTs": 1752137340,
          "dir": -1,
          "entryPrice": 3323.025,
          "exitPrice": 3327.821,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 13
        },
        {
          "entryTs": 1752150060,
          "entryUtc": "2025-07-10T12:21:00.000Z",
          "exitTs": 1752152220,
          "dir": -1,
          "entryPrice": 3320.305,
          "exitPrice": 3325.85,
          "stopDistance": 5.545,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 36
        },
        {
          "entryTs": 1752156900,
          "entryUtc": "2025-07-10T14:15:00.000Z",
          "exitTs": 1752192720,
          "dir": -1,
          "entryPrice": 3319.305,
          "exitPrice": 3327.044,
          "stopDistance": 7.739,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 597
        },
        {
          "entryTs": 1752195600,
          "entryUtc": "2025-07-11T01:00:00.000Z",
          "exitTs": 1752211560,
          "dir": 1,
          "entryPrice": 3329.155,
          "exitPrice": 3339.256,
          "stopDistance": 5.05,
          "outcome": "target",
          "netR": 1.9267,
          "holdMinutes": 266
        },
        {
          "entryTs": 1752212700,
          "entryUtc": "2025-07-11T05:45:00.000Z",
          "exitTs": 1752229620,
          "dir": 1,
          "entryPrice": 3334.805,
          "exitPrice": 3345.279,
          "stopDistance": 5.237,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 282
        },
        {
          "entryTs": 1752240240,
          "entryUtc": "2025-07-11T13:24:00.000Z",
          "exitTs": 1752246780,
          "dir": 1,
          "entryPrice": 3351.488,
          "exitPrice": 3365.041,
          "stopDistance": 6.777,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 109
        },
        {
          "entryTs": 1752455400,
          "entryUtc": "2025-07-14T01:10:00.000Z",
          "exitTs": 1752458460,
          "dir": 1,
          "entryPrice": 3362.415,
          "exitPrice": 3355.802,
          "stopDistance": 6.613,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 51
        },
        {
          "entryTs": 1752481620,
          "entryUtc": "2025-07-14T08:27:00.000Z",
          "exitTs": 1752495600,
          "dir": 1,
          "entryPrice": 3366.415,
          "exitPrice": 3360.088,
          "stopDistance": 6.327,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 233
        },
        {
          "entryTs": 1752498840,
          "entryUtc": "2025-07-14T13:14:00.000Z",
          "exitTs": 1752552780,
          "dir": -1,
          "entryPrice": 3353.015,
          "exitPrice": 3359.699,
          "stopDistance": 6.684,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 899
        },
        {
          "entryTs": 1752587460,
          "entryUtc": "2025-07-15T13:51:00.000Z",
          "exitTs": 1752589920,
          "dir": -1,
          "entryPrice": 3342.099,
          "exitPrice": 3349.715,
          "stopDistance": 7.616,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 41
        },
        {
          "entryTs": 1752592740,
          "entryUtc": "2025-07-15T15:19:00.000Z",
          "exitTs": 1752593340,
          "dir": 1,
          "entryPrice": 3342.259,
          "exitPrice": 3333.834,
          "stopDistance": 8.425,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 10
        },
        {
          "entryTs": 1752658140,
          "entryUtc": "2025-07-16T09:29:00.000Z",
          "exitTs": 1752663540,
          "dir": 1,
          "entryPrice": 3338.885,
          "exitPrice": 3334.79,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 90
        },
        {
          "entryTs": 1752664560,
          "entryUtc": "2025-07-16T11:16:00.000Z",
          "exitTs": 1752667620,
          "dir": -1,
          "entryPrice": 3336.365,
          "exitPrice": 3340.276,
          "stopDistance": 3.911,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 51
        },
        {
          "entryTs": 1752674700,
          "entryUtc": "2025-07-16T14:05:00.000Z",
          "exitTs": 1752677640,
          "dir": -1,
          "entryPrice": 3326.919,
          "exitPrice": 3332.884,
          "stopDistance": 5.965,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 49
        },
        {
          "entryTs": 1752680760,
          "entryUtc": "2025-07-16T15:46:00.000Z",
          "exitTs": 1752681300,
          "dir": 1,
          "entryPrice": 3357.105,
          "exitPrice": 3344.388,
          "stopDistance": 12.717,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 9
        },
        {
          "entryTs": 1752681360,
          "entryUtc": "2025-07-16T15:56:00.000Z",
          "exitTs": 1752688080,
          "dir": 1,
          "entryPrice": 3336.959,
          "exitPrice": 3355.847,
          "stopDistance": 9.444,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 112
        },
        {
          "entryTs": 1752735180,
          "entryUtc": "2025-07-17T06:53:00.000Z",
          "exitTs": 1752750000,
          "dir": -1,
          "entryPrice": 3334.725,
          "exitPrice": 3323.579,
          "stopDistance": 5.573,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 247
        },
        {
          "entryTs": 1752755220,
          "entryUtc": "2025-07-17T12:27:00.000Z",
          "exitTs": 1752755400,
          "dir": -1,
          "entryPrice": 3328.298,
          "exitPrice": 3316.847,
          "stopDistance": 5.726,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 3
        },
        {
          "entryTs": 1752757560,
          "entryUtc": "2025-07-17T13:06:00.000Z",
          "exitTs": 1752761220,
          "dir": -1,
          "entryPrice": 3315.115,
          "exitPrice": 3322.1,
          "stopDistance": 6.985,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 61
        },
        {
          "entryTs": 1752793200,
          "entryUtc": "2025-07-17T23:00:00.000Z",
          "exitTs": 1752798660,
          "dir": 1,
          "entryPrice": 3342.085,
          "exitPrice": 3338.103,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 91
        },
        {
          "entryTs": 1752805800,
          "entryUtc": "2025-07-18T02:30:00.000Z",
          "exitTs": 1752807000,
          "dir": 1,
          "entryPrice": 3342.635,
          "exitPrice": 3338.243,
          "stopDistance": 4.392,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 20
        },
        {
          "entryTs": 1752826440,
          "entryUtc": "2025-07-18T08:14:00.000Z",
          "exitTs": 1752839220,
          "dir": 1,
          "entryPrice": 3347.335,
          "exitPrice": 3356.997,
          "stopDistance": 4.831,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 213
        },
        {
          "entryTs": 1753050840,
          "entryUtc": "2025-07-20T22:34:00.000Z",
          "exitTs": 1753057800,
          "dir": -1,
          "entryPrice": 3347.648,
          "exitPrice": 3351.524,
          "stopDistance": 3.876,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 116
        },
        {
          "entryTs": 1753062300,
          "entryUtc": "2025-07-21T01:45:00.000Z",
          "exitTs": 1753069020,
          "dir": 1,
          "entryPrice": 3355.925,
          "exitPrice": 3352.018,
          "stopDistance": 3.907,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 112
        },
        {
          "entryTs": 1753082640,
          "entryUtc": "2025-07-21T07:24:00.000Z",
          "exitTs": 1753098360,
          "dir": 1,
          "entryPrice": 3364.758,
          "exitPrice": 3374.523,
          "stopDistance": 4.883,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 262
        },
        {
          "entryTs": 1753102800,
          "entryUtc": "2025-07-21T13:00:00.000Z",
          "exitTs": 1753105620,
          "dir": 1,
          "entryPrice": 3384.685,
          "exitPrice": 3395.101,
          "stopDistance": 5.208,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 47
        },
        {
          "entryTs": 1753144320,
          "entryUtc": "2025-07-22T00:32:00.000Z",
          "exitTs": 1753148460,
          "dir": -1,
          "entryPrice": 3397.235,
          "exitPrice": 3388.667,
          "stopDistance": 4.284,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 69
        },
        {
          "entryTs": 1753150380,
          "entryUtc": "2025-07-22T02:13:00.000Z",
          "exitTs": 1753186020,
          "dir": -1,
          "entryPrice": 3388.625,
          "exitPrice": 3394.085,
          "stopDistance": 5.46,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 594
        },
        {
          "entryTs": 1753192800,
          "entryUtc": "2025-07-22T14:00:00.000Z",
          "exitTs": 1753193820,
          "dir": 1,
          "entryPrice": 3406.198,
          "exitPrice": 3417.795,
          "stopDistance": 5.799,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 17
        },
        {
          "entryTs": 1753230660,
          "entryUtc": "2025-07-23T00:31:00.000Z",
          "exitTs": 1753232640,
          "dir": 1,
          "entryPrice": 3431.698,
          "exitPrice": 3426.214,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 33
        },
        {
          "entryTs": 1753234260,
          "entryUtc": "2025-07-23T01:31:00.000Z",
          "exitTs": 1753262400,
          "dir": -1,
          "entryPrice": 3426.355,
          "exitPrice": 3432.499,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 469
        },
        {
          "entryTs": 1753270080,
          "entryUtc": "2025-07-23T11:28:00.000Z",
          "exitTs": 1753275780,
          "dir": -1,
          "entryPrice": 3424.575,
          "exitPrice": 3413.337,
          "stopDistance": 5.619,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 95
        },
        {
          "entryTs": 1753279500,
          "entryUtc": "2025-07-23T14:05:00.000Z",
          "exitTs": 1753286160,
          "dir": -1,
          "entryPrice": 3417.265,
          "exitPrice": 3403.555,
          "stopDistance": 6.855,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 111
        },
        {
          "entryTs": 1753288800,
          "entryUtc": "2025-07-23T16:40:00.000Z",
          "exitTs": 1753338540,
          "dir": -1,
          "entryPrice": 3390.349,
          "exitPrice": 3371.815,
          "stopDistance": 9.267,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 829
        },
        {
          "entryTs": 1753344900,
          "entryUtc": "2025-07-24T08:15:00.000Z",
          "exitTs": 1753361340,
          "dir": -1,
          "entryPrice": 3369.525,
          "exitPrice": 3355.465,
          "stopDistance": 7.03,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 274
        },
        {
          "entryTs": 1753410600,
          "entryUtc": "2025-07-25T02:30:00.000Z",
          "exitTs": 1753418520,
          "dir": -1,
          "entryPrice": 3366.398,
          "exitPrice": 3357.714,
          "stopDistance": 4.342,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 132
        },
        {
          "entryTs": 1753657260,
          "entryUtc": "2025-07-27T23:01:00.000Z",
          "exitTs": 1753674300,
          "dir": -1,
          "entryPrice": 3333.555,
          "exitPrice": 3339.256,
          "stopDistance": 5.701,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 284
        },
        {
          "entryTs": 1753712100,
          "entryUtc": "2025-07-28T14:15:00.000Z",
          "exitTs": 1753716780,
          "dir": -1,
          "entryPrice": 3308.725,
          "exitPrice": 3316.65,
          "stopDistance": 7.925,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 78
        },
        {
          "entryTs": 1753741380,
          "entryUtc": "2025-07-28T22:23:00.000Z",
          "exitTs": 1753753320,
          "dir": -1,
          "entryPrice": 3314.725,
          "exitPrice": 3319.449,
          "stopDistance": 4.724,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 199
        },
        {
          "entryTs": 1753758480,
          "entryUtc": "2025-07-29T03:08:00.000Z",
          "exitTs": 1753763040,
          "dir": 1,
          "entryPrice": 3316.305,
          "exitPrice": 3310.828,
          "stopDistance": 5.477,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 76
        },
        {
          "entryTs": 1753778220,
          "entryUtc": "2025-07-29T08:37:00.000Z",
          "exitTs": 1753786980,
          "dir": 1,
          "entryPrice": 3325.805,
          "exitPrice": 3319.305,
          "stopDistance": 6.5,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 146
        },
        {
          "entryTs": 1753803840,
          "entryUtc": "2025-07-29T15:44:00.000Z",
          "exitTs": 1753879980,
          "dir": 1,
          "entryPrice": 3322.798,
          "exitPrice": 3315.132,
          "stopDistance": 7.667,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 1269
        },
        {
          "entryTs": 1753884600,
          "entryUtc": "2025-07-30T14:10:00.000Z",
          "exitTs": 1753888860,
          "dir": -1,
          "entryPrice": 3307.935,
          "exitPrice": 3292.369,
          "stopDistance": 7.783,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 71
        },
        {
          "entryTs": 1753890300,
          "entryUtc": "2025-07-30T15:45:00.000Z",
          "exitTs": 1753898100,
          "dir": -1,
          "entryPrice": 3293.345,
          "exitPrice": 3301.683,
          "stopDistance": 8.338,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 130
        },
        {
          "entryTs": 1753944660,
          "entryUtc": "2025-07-31T06:51:00.000Z",
          "exitTs": 1753949880,
          "dir": 1,
          "entryPrice": 3298.015,
          "exitPrice": 3309.768,
          "stopDistance": 5.877,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 87
        },
        {
          "entryTs": 1753974960,
          "entryUtc": "2025-07-31T15:16:00.000Z",
          "exitTs": 1754013120,
          "dir": -1,
          "entryPrice": 3297.995,
          "exitPrice": 3283.216,
          "stopDistance": 7.39,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 636
        },
        {
          "entryTs": 1754013720,
          "entryUtc": "2025-08-01T02:02:00.000Z",
          "exitTs": 1754017740,
          "dir": -1,
          "entryPrice": 3288.198,
          "exitPrice": 3293.957,
          "stopDistance": 5.759,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 67
        },
        {
          "entryTs": 1754048760,
          "entryUtc": "2025-08-01T11:46:00.000Z",
          "exitTs": 1754051400,
          "dir": 1,
          "entryPrice": 3298.295,
          "exitPrice": 3309.303,
          "stopDistance": 5.504,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 44
        },
        {
          "entryTs": 1754055120,
          "entryUtc": "2025-08-01T13:32:00.000Z",
          "exitTs": 1754056620,
          "dir": 1,
          "entryPrice": 3348.975,
          "exitPrice": 3338.97,
          "stopDistance": 10.005,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 25
        },
        {
          "entryTs": 1754265480,
          "entryUtc": "2025-08-03T23:58:00.000Z",
          "exitTs": 1754270460,
          "dir": -1,
          "entryPrice": 3361.415,
          "exitPrice": 3348.056,
          "stopDistance": 6.68,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 83
        },
        {
          "entryTs": 1754276520,
          "entryUtc": "2025-08-04T03:02:00.000Z",
          "exitTs": 1754305560,
          "dir": -1,
          "entryPrice": 3356.648,
          "exitPrice": 3362.642,
          "stopDistance": 5.994,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 484
        },
        {
          "entryTs": 1754310540,
          "entryUtc": "2025-08-04T12:29:00.000Z",
          "exitTs": 1754313360,
          "dir": 1,
          "entryPrice": 3363.625,
          "exitPrice": 3374.475,
          "stopDistance": 5.425,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 47
        },
        {
          "entryTs": 1754319000,
          "entryUtc": "2025-08-04T14:50:00.000Z",
          "exitTs": 1754376240,
          "dir": 1,
          "entryPrice": 3372.695,
          "exitPrice": 3366.574,
          "stopDistance": 6.121,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 954
        },
        {
          "entryTs": 1754379960,
          "entryUtc": "2025-08-05T07:46:00.000Z",
          "exitTs": 1754383800,
          "dir": 1,
          "entryPrice": 3372.105,
          "exitPrice": 3367.44,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 64
        },
        {
          "entryTs": 1754396700,
          "entryUtc": "2025-08-05T12:25:00.000Z",
          "exitTs": 1754397120,
          "dir": -1,
          "entryPrice": 3357.948,
          "exitPrice": 3363.26,
          "stopDistance": 5.312,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 7
        },
        {
          "entryTs": 1754403000,
          "entryUtc": "2025-08-05T14:10:00.000Z",
          "exitTs": 1754405640,
          "dir": 1,
          "entryPrice": 3371.759,
          "exitPrice": 3385.324,
          "stopDistance": 6.783,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 44
        },
        {
          "entryTs": 1754443800,
          "entryUtc": "2025-08-06T01:30:00.000Z",
          "exitTs": 1754457840,
          "dir": -1,
          "entryPrice": 3378.975,
          "exitPrice": 3370.701,
          "stopDistance": 4.137,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 234
        },
        {
          "entryTs": 1754467200,
          "entryUtc": "2025-08-06T08:00:00.000Z",
          "exitTs": 1754467800,
          "dir": 1,
          "entryPrice": 3373.125,
          "exitPrice": 3368.468,
          "stopDistance": 4.657,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 10
        },
        {
          "entryTs": 1754487120,
          "entryUtc": "2025-08-06T13:32:00.000Z",
          "exitTs": 1754492160,
          "dir": 1,
          "entryPrice": 3367.005,
          "exitPrice": 3378.371,
          "stopDistance": 5.683,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 84
        },
        {
          "entryTs": 1754521380,
          "entryUtc": "2025-08-06T23:03:00.000Z",
          "exitTs": 1754524980,
          "dir": 1,
          "entryPrice": 3369.715,
          "exitPrice": 3365.284,
          "stopDistance": 4.431,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 60
        },
        {
          "entryTs": 1754546400,
          "entryUtc": "2025-08-07T06:00:00.000Z",
          "exitTs": 1754548320,
          "dir": -1,
          "entryPrice": 3375.725,
          "exitPrice": 3380.768,
          "stopDistance": 5.043,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 32
        },
        {
          "entryTs": 1754553780,
          "entryUtc": "2025-08-07T08:03:00.000Z",
          "exitTs": 1754553960,
          "dir": 1,
          "entryPrice": 3391.775,
          "exitPrice": 3386.108,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 3
        },
        {
          "entryTs": 1754556300,
          "entryUtc": "2025-08-07T08:45:00.000Z",
          "exitTs": 1754570040,
          "dir": -1,
          "entryPrice": 3379.575,
          "exitPrice": 3387.33,
          "stopDistance": 7.755,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 229
        },
        {
          "entryTs": 1754599440,
          "entryUtc": "2025-08-07T20:44:00.000Z",
          "exitTs": 1754604720,
          "dir": 1,
          "entryPrice": 3396.625,
          "exitPrice": 3390.096,
          "stopDistance": 6.529,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 88
        },
        {
          "entryTs": 1754629080,
          "entryUtc": "2025-08-08T04:58:00.000Z",
          "exitTs": 1754650680,
          "dir": 1,
          "entryPrice": 3393.879,
          "exitPrice": 3385.459,
          "stopDistance": 8.42,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 360
        },
        {
          "entryTs": 1754655660,
          "entryUtc": "2025-08-08T12:21:00.000Z",
          "exitTs": 1754656260,
          "dir": -1,
          "entryPrice": 3391.295,
          "exitPrice": 3398.771,
          "stopDistance": 7.476,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 10
        },
        {
          "entryTs": 1754657280,
          "entryUtc": "2025-08-08T12:48:00.000Z",
          "exitTs": 1754662140,
          "dir": 1,
          "entryPrice": 3393.969,
          "exitPrice": 3385.458,
          "stopDistance": 8.511,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 81
        },
        {
          "entryTs": 1754664900,
          "entryUtc": "2025-08-08T14:55:00.000Z",
          "exitTs": 1754676480,
          "dir": -1,
          "entryPrice": 3389.859,
          "exitPrice": 3400.768,
          "stopDistance": 10.91,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 193
        },
        {
          "entryTs": 1754876940,
          "entryUtc": "2025-08-11T01:49:00.000Z",
          "exitTs": 1754898600,
          "dir": -1,
          "entryPrice": 3376.005,
          "exitPrice": 3357.499,
          "stopDistance": 9.253,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 361
        },
        {
          "entryTs": 1754919060,
          "entryUtc": "2025-08-11T13:31:00.000Z",
          "exitTs": 1754920320,
          "dir": -1,
          "entryPrice": 3352.598,
          "exitPrice": 3361.316,
          "stopDistance": 8.718,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 21
        },
        {
          "entryTs": 1754925780,
          "entryUtc": "2025-08-11T15:23:00.000Z",
          "exitTs": 1754934240,
          "dir": -1,
          "entryPrice": 3348.848,
          "exitPrice": 3358.131,
          "stopDistance": 9.284,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 141
        },
        {
          "entryTs": 1754935860,
          "entryUtc": "2025-08-11T18:11:00.000Z",
          "exitTs": 1754945100,
          "dir": 1,
          "entryPrice": 3354.719,
          "exitPrice": 3346.39,
          "stopDistance": 8.329,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 154
        },
        {
          "entryTs": 1754963220,
          "entryUtc": "2025-08-12T01:47:00.000Z",
          "exitTs": 1754984340,
          "dir": -1,
          "entryPrice": 3351.548,
          "exitPrice": 3357.527,
          "stopDistance": 5.978,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 352
        },
        {
          "entryTs": 1754985900,
          "entryUtc": "2025-08-12T08:05:00.000Z",
          "exitTs": 1754988720,
          "dir": 1,
          "entryPrice": 3352.309,
          "exitPrice": 3345.454,
          "stopDistance": 6.855,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 47
        },
        {
          "entryTs": 1755000600,
          "entryUtc": "2025-08-12T12:10:00.000Z",
          "exitTs": 1755007920,
          "dir": 1,
          "entryPrice": 3344.415,
          "exitPrice": 3337.578,
          "stopDistance": 6.837,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 122
        },
        {
          "entryTs": 1755013980,
          "entryUtc": "2025-08-12T15:53:00.000Z",
          "exitTs": 1755103980,
          "dir": 1,
          "entryPrice": 3349.665,
          "exitPrice": 3358.595,
          "stopDistance": 12.131,
          "outcome": "time",
          "netR": 0.7056,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1755133140,
          "entryUtc": "2025-08-14T00:59:00.000Z",
          "exitTs": 1755138600,
          "dir": 1,
          "entryPrice": 3369.348,
          "exitPrice": 3364.844,
          "stopDistance": 4.504,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 91
        },
        {
          "entryTs": 1755159780,
          "entryUtc": "2025-08-14T08:23:00.000Z",
          "exitTs": 1755162660,
          "dir": -1,
          "entryPrice": 3347.365,
          "exitPrice": 3353.907,
          "stopDistance": 6.542,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 48
        },
        {
          "entryTs": 1755164640,
          "entryUtc": "2025-08-14T09:44:00.000Z",
          "exitTs": 1755174600,
          "dir": 1,
          "entryPrice": 3354.475,
          "exitPrice": 3347.083,
          "stopDistance": 7.392,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 166
        },
        {
          "entryTs": 1755189360,
          "entryUtc": "2025-08-14T16:36:00.000Z",
          "exitTs": 1755228720,
          "dir": -1,
          "entryPrice": 3334.735,
          "exitPrice": 3343.391,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 656
        },
        {
          "entryTs": 1755247740,
          "entryUtc": "2025-08-15T08:49:00.000Z",
          "exitTs": 1755468000,
          "dir": -1,
          "entryPrice": 3342.098,
          "exitPrice": 3336.448,
          "stopDistance": 5.127,
          "outcome": "time",
          "netR": 1.0299,
          "holdMinutes": 3671
        },
        {
          "entryTs": 1755475500,
          "entryUtc": "2025-08-18T00:05:00.000Z",
          "exitTs": 1755475920,
          "dir": -1,
          "entryPrice": 3329.298,
          "exitPrice": 3333.551,
          "stopDistance": 4.252,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 7
        },
        {
          "entryTs": 1755502200,
          "entryUtc": "2025-08-18T07:30:00.000Z",
          "exitTs": 1755504300,
          "dir": 1,
          "entryPrice": 3351.998,
          "exitPrice": 3346.694,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 35
        },
        {
          "entryTs": 1755564180,
          "entryUtc": "2025-08-19T00:43:00.000Z",
          "exitTs": 1755565440,
          "dir": 1,
          "entryPrice": 3335.345,
          "exitPrice": 3331.302,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 21
        },
        {
          "entryTs": 1755575340,
          "entryUtc": "2025-08-19T03:49:00.000Z",
          "exitTs": 1755608820,
          "dir": 1,
          "entryPrice": 3337.285,
          "exitPrice": 3332.356,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 558
        },
        {
          "entryTs": 1755610260,
          "entryUtc": "2025-08-19T13:31:00.000Z",
          "exitTs": 1755611040,
          "dir": -1,
          "entryPrice": 3332.848,
          "exitPrice": 3337.997,
          "stopDistance": 5.149,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 13
        },
        {
          "entryTs": 1755612000,
          "entryUtc": "2025-08-19T14:00:00.000Z",
          "exitTs": 1755614340,
          "dir": 1,
          "entryPrice": 3333.598,
          "exitPrice": 3327.884,
          "stopDistance": 5.714,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 39
        },
        {
          "entryTs": 1755672480,
          "entryUtc": "2025-08-20T06:48:00.000Z",
          "exitTs": 1755688620,
          "dir": 1,
          "entryPrice": 3322.185,
          "exitPrice": 3329.932,
          "stopDistance": 3.873,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 269
        },
        {
          "entryTs": 1755775500,
          "entryUtc": "2025-08-21T11:25:00.000Z",
          "exitTs": 1755777720,
          "dir": -1,
          "entryPrice": 3331.448,
          "exitPrice": 3336.089,
          "stopDistance": 4.641,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 37
        },
        {
          "entryTs": 1755783900,
          "entryUtc": "2025-08-21T13:45:00.000Z",
          "exitTs": 1755787080,
          "dir": 1,
          "entryPrice": 3336.255,
          "exitPrice": 3347.706,
          "stopDistance": 5.726,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 53
        },
        {
          "entryTs": 1755847800,
          "entryUtc": "2025-08-22T07:30:00.000Z",
          "exitTs": 1755848640,
          "dir": 1,
          "entryPrice": 3332.155,
          "exitPrice": 3328.368,
          "stopDistance": 3.788,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 14
        },
        {
          "entryTs": 1755849600,
          "entryUtc": "2025-08-22T08:00:00.000Z",
          "exitTs": 1755869820,
          "dir": -1,
          "entryPrice": 3328.135,
          "exitPrice": 3332.143,
          "stopDistance": 4.008,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 337
        },
        {
          "entryTs": 1756079280,
          "entryUtc": "2025-08-24T23:48:00.000Z",
          "exitTs": 1756087740,
          "dir": -1,
          "entryPrice": 3368.565,
          "exitPrice": 3359.61,
          "stopDistance": 4.477,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 141
        },
        {
          "entryTs": 1756096260,
          "entryUtc": "2025-08-25T04:31:00.000Z",
          "exitTs": 1756105680,
          "dir": -1,
          "entryPrice": 3365.995,
          "exitPrice": 3369.653,
          "stopDistance": 3.658,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 157
        },
        {
          "entryTs": 1756117620,
          "entryUtc": "2025-08-25T10:27:00.000Z",
          "exitTs": 1756127220,
          "dir": 1,
          "entryPrice": 3365.785,
          "exitPrice": 3362.401,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 160
        },
        {
          "entryTs": 1756128660,
          "entryUtc": "2025-08-25T13:31:00.000Z",
          "exitTs": 1756129860,
          "dir": -1,
          "entryPrice": 3366.418,
          "exitPrice": 3370.037,
          "stopDistance": 3.619,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 20
        },
        {
          "entryTs": 1756132080,
          "entryUtc": "2025-08-25T14:28:00.000Z",
          "exitTs": 1756151700,
          "dir": 1,
          "entryPrice": 3369.865,
          "exitPrice": 3365.56,
          "stopDistance": 4.305,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 327
        },
        {
          "entryTs": 1756166580,
          "entryUtc": "2025-08-26T00:03:00.000Z",
          "exitTs": 1756166820,
          "dir": -1,
          "entryPrice": 3355.398,
          "exitPrice": 3359.02,
          "stopDistance": 3.622,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 4
        },
        {
          "entryTs": 1756170360,
          "entryUtc": "2025-08-26T01:06:00.000Z",
          "exitTs": 1756177800,
          "dir": 1,
          "entryPrice": 3377.035,
          "exitPrice": 3370.441,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 124
        },
        {
          "entryTs": 1756193520,
          "entryUtc": "2025-08-26T07:32:00.000Z",
          "exitTs": 1756194360,
          "dir": -1,
          "entryPrice": 3372.805,
          "exitPrice": 3378.574,
          "stopDistance": 5.769,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 14
        },
        {
          "entryTs": 1756196640,
          "entryUtc": "2025-08-26T08:24:00.000Z",
          "exitTs": 1756201740,
          "dir": 1,
          "entryPrice": 3375.675,
          "exitPrice": 3369.629,
          "stopDistance": 6.046,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 85
        },
        {
          "entryTs": 1756211400,
          "entryUtc": "2025-08-26T12:30:00.000Z",
          "exitTs": 1756223760,
          "dir": 1,
          "entryPrice": 3375.535,
          "exitPrice": 3386.917,
          "stopDistance": 5.691,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 206
        },
        {
          "entryTs": 1756247400,
          "entryUtc": "2025-08-26T22:30:00.000Z",
          "exitTs": 1756262340,
          "dir": -1,
          "entryPrice": 3390.245,
          "exitPrice": 3382.482,
          "stopDistance": 3.881,
          "outcome": "target",
          "netR": 1.9047,
          "holdMinutes": 249
        },
        {
          "entryTs": 1756297260,
          "entryUtc": "2025-08-27T12:21:00.000Z",
          "exitTs": 1756300080,
          "dir": -1,
          "entryPrice": 3378.985,
          "exitPrice": 3383.23,
          "stopDistance": 4.245,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 47
        },
        {
          "entryTs": 1756301400,
          "entryUtc": "2025-08-27T13:30:00.000Z",
          "exitTs": 1756307460,
          "dir": 1,
          "entryPrice": 3379.515,
          "exitPrice": 3388.66,
          "stopDistance": 4.573,
          "outcome": "target",
          "netR": 1.9191,
          "holdMinutes": 101
        },
        {
          "entryTs": 1756317900,
          "entryUtc": "2025-08-27T18:05:00.000Z",
          "exitTs": 1756344060,
          "dir": 1,
          "entryPrice": 3393.865,
          "exitPrice": 3388.521,
          "stopDistance": 5.344,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 436
        },
        {
          "entryTs": 1756364760,
          "entryUtc": "2025-08-28T07:06:00.000Z",
          "exitTs": 1756380240,
          "dir": 1,
          "entryPrice": 3393.648,
          "exitPrice": 3401.561,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 258
        },
        {
          "entryTs": 1756382340,
          "entryUtc": "2025-08-28T11:59:00.000Z",
          "exitTs": 1756385340,
          "dir": 1,
          "entryPrice": 3403.855,
          "exitPrice": 3399.273,
          "stopDistance": 4.582,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 50
        },
        {
          "entryTs": 1756386960,
          "entryUtc": "2025-08-28T13:16:00.000Z",
          "exitTs": 1756387980,
          "dir": -1,
          "entryPrice": 3400.215,
          "exitPrice": 3405.708,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756395960,
          "entryUtc": "2025-08-28T15:46:00.000Z",
          "exitTs": 1756397580,
          "dir": -1,
          "entryPrice": 3407.548,
          "exitPrice": 3413.763,
          "stopDistance": 6.215,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 27
        },
        {
          "entryTs": 1756450800,
          "entryUtc": "2025-08-29T07:00:00.000Z",
          "exitTs": 1756455360,
          "dir": -1,
          "entryPrice": 3410.675,
          "exitPrice": 3413.981,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 76
        },
        {
          "entryTs": 1756690320,
          "entryUtc": "2025-09-01T01:32:00.000Z",
          "exitTs": 1756690980,
          "dir": -1,
          "entryPrice": 3440.248,
          "exitPrice": 3445.755,
          "stopDistance": 5.507,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 11
        },
        {
          "entryTs": 1756696140,
          "entryUtc": "2025-09-01T03:09:00.000Z",
          "exitTs": 1756776000,
          "dir": 1,
          "entryPrice": 3473.915,
          "exitPrice": 3494.071,
          "stopDistance": 10.078,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 1331
        },
        {
          "entryTs": 1756777740,
          "entryUtc": "2025-09-02T01:49:00.000Z",
          "exitTs": 1756794240,
          "dir": 1,
          "entryPrice": 3494.485,
          "exitPrice": 3487.468,
          "stopDistance": 7.017,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 275
        },
        {
          "entryTs": 1756800960,
          "entryUtc": "2025-09-02T08:16:00.000Z",
          "exitTs": 1756810800,
          "dir": -1,
          "entryPrice": 3477.575,
          "exitPrice": 3485.972,
          "stopDistance": 8.397,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 164
        },
        {
          "entryTs": 1756819800,
          "entryUtc": "2025-09-02T13:30:00.000Z",
          "exitTs": 1756822080,
          "dir": -1,
          "entryPrice": 3488.145,
          "exitPrice": 3497.127,
          "stopDistance": 8.982,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 38
        },
        {
          "entryTs": 1756823460,
          "entryUtc": "2025-09-02T14:31:00.000Z",
          "exitTs": 1756828320,
          "dir": 1,
          "entryPrice": 3496.048,
          "exitPrice": 3518.546,
          "stopDistance": 11.249,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 81
        },
        {
          "entryTs": 1756862280,
          "entryUtc": "2025-09-03T01:18:00.000Z",
          "exitTs": 1756878900,
          "dir": 1,
          "entryPrice": 3534.295,
          "exitPrice": 3526.619,
          "stopDistance": 7.676,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 277
        },
        {
          "entryTs": 1756901400,
          "entryUtc": "2025-09-03T12:10:00.000Z",
          "exitTs": 1756906020,
          "dir": 1,
          "entryPrice": 3544.505,
          "exitPrice": 3557.627,
          "stopDistance": 6.561,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 77
        },
        {
          "entryTs": 1756906560,
          "entryUtc": "2025-09-03T13:36:00.000Z",
          "exitTs": 1756917840,
          "dir": 1,
          "entryPrice": 3553.435,
          "exitPrice": 3568.851,
          "stopDistance": 7.708,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 188
        },
        {
          "entryTs": 1756931100,
          "entryUtc": "2025-09-03T20:25:00.000Z",
          "exitTs": 1756949460,
          "dir": -1,
          "entryPrice": 3565.595,
          "exitPrice": 3550.653,
          "stopDistance": 7.471,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 306
        },
        {
          "entryTs": 1756951200,
          "entryUtc": "2025-09-04T02:00:00.000Z",
          "exitTs": 1756953960,
          "dir": -1,
          "entryPrice": 3548.265,
          "exitPrice": 3532.003,
          "stopDistance": 8.131,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 46
        },
        {
          "entryTs": 1756958640,
          "entryUtc": "2025-09-04T04:04:00.000Z",
          "exitTs": 1756972800,
          "dir": -1,
          "entryPrice": 3531.275,
          "exitPrice": 3542.434,
          "stopDistance": 11.159,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 236
        },
        {
          "entryTs": 1756993500,
          "entryUtc": "2025-09-04T13:45:00.000Z",
          "exitTs": 1756994400,
          "dir": 1,
          "entryPrice": 3548.948,
          "exitPrice": 3539.407,
          "stopDistance": 9.541,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 15
        },
        {
          "entryTs": 1757027820,
          "entryUtc": "2025-09-04T23:17:00.000Z",
          "exitTs": 1757028960,
          "dir": -1,
          "entryPrice": 3543.225,
          "exitPrice": 3549,
          "stopDistance": 5.775,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 19
        },
        {
          "entryTs": 1757030760,
          "entryUtc": "2025-09-05T00:06:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3550.185,
          "exitPrice": 3561.991,
          "stopDistance": 5.903,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 744
        },
        {
          "entryTs": 1757081880,
          "entryUtc": "2025-09-05T14:18:00.000Z",
          "exitTs": 1757082480,
          "dir": 1,
          "entryPrice": 3591.775,
          "exitPrice": 3580.726,
          "stopDistance": 11.049,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 10
        },
        {
          "entryTs": 1757084160,
          "entryUtc": "2025-09-05T14:56:00.000Z",
          "exitTs": 1757089440,
          "dir": -1,
          "entryPrice": 3586.495,
          "exitPrice": 3599.329,
          "stopDistance": 12.834,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 88
        },
        {
          "entryTs": 1757321640,
          "entryUtc": "2025-09-08T08:54:00.000Z",
          "exitTs": 1757336400,
          "dir": 1,
          "entryPrice": 3611.045,
          "exitPrice": 3625.984,
          "stopDistance": 7.47,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 246
        },
        {
          "entryTs": 1757346360,
          "entryUtc": "2025-09-08T15:46:00.000Z",
          "exitTs": 1757382480,
          "dir": -1,
          "entryPrice": 3637.775,
          "exitPrice": 3647.092,
          "stopDistance": 9.317,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 602
        },
        {
          "entryTs": 1757386200,
          "entryUtc": "2025-09-09T02:50:00.000Z",
          "exitTs": 1757387580,
          "dir": 1,
          "entryPrice": 3650.405,
          "exitPrice": 3644.009,
          "stopDistance": 6.396,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 23
        },
        {
          "entryTs": 1757400000,
          "entryUtc": "2025-09-09T06:40:00.000Z",
          "exitTs": 1757409240,
          "dir": -1,
          "entryPrice": 3646.098,
          "exitPrice": 3654.421,
          "stopDistance": 8.323,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 154
        },
        {
          "entryTs": 1757426580,
          "entryUtc": "2025-09-09T14:03:00.000Z",
          "exitTs": 1757426820,
          "dir": 1,
          "entryPrice": 3657.815,
          "exitPrice": 3649.094,
          "stopDistance": 8.721,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 4
        },
        {
          "entryTs": 1757507400,
          "entryUtc": "2025-09-10T12:30:00.000Z",
          "exitTs": 1757517840,
          "dir": -1,
          "entryPrice": 3651.765,
          "exitPrice": 3639.717,
          "stopDistance": 6.024,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 174
        },
        {
          "entryTs": 1757535660,
          "entryUtc": "2025-09-10T20:21:00.000Z",
          "exitTs": 1757558700,
          "dir": 1,
          "entryPrice": 3640.245,
          "exitPrice": 3634.221,
          "stopDistance": 6.024,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 384
        },
        {
          "entryTs": 1757570760,
          "entryUtc": "2025-09-11T06:06:00.000Z",
          "exitTs": 1757572500,
          "dir": -1,
          "entryPrice": 3629.248,
          "exitPrice": 3634.865,
          "stopDistance": 5.617,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 29
        },
        {
          "entryTs": 1757574120,
          "entryUtc": "2025-09-11T07:02:00.000Z",
          "exitTs": 1757575140,
          "dir": 1,
          "entryPrice": 3630.795,
          "exitPrice": 3624.515,
          "stopDistance": 6.28,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 17
        },
        {
          "entryTs": 1757577600,
          "entryUtc": "2025-09-11T08:00:00.000Z",
          "exitTs": 1757582100,
          "dir": -1,
          "entryPrice": 3630.248,
          "exitPrice": 3616.025,
          "stopDistance": 7.112,
          "outcome": "target",
          "netR": 1.948,
          "holdMinutes": 75
        },
        {
          "entryTs": 1757583120,
          "entryUtc": "2025-09-11T09:32:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3619.175,
          "exitPrice": 3626.236,
          "stopDistance": 7.061,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 178
        },
        {
          "entryTs": 1757666760,
          "entryUtc": "2025-09-12T08:46:00.000Z",
          "exitTs": 1757672460,
          "dir": -1,
          "entryPrice": 3645.745,
          "exitPrice": 3651.132,
          "stopDistance": 5.387,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 95
        },
        {
          "entryTs": 1757681520,
          "entryUtc": "2025-09-12T12:52:00.000Z",
          "exitTs": 1757682660,
          "dir": -1,
          "entryPrice": 3643.635,
          "exitPrice": 3649.646,
          "stopDistance": 6.011,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 19
        },
        {
          "entryTs": 1757683800,
          "entryUtc": "2025-09-12T13:30:00.000Z",
          "exitTs": 1757709780,
          "dir": 1,
          "entryPrice": 3647.545,
          "exitPrice": 3640.995,
          "stopDistance": 6.55,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 433
        },
        {
          "entryTs": 1757896200,
          "entryUtc": "2025-09-15T00:30:00.000Z",
          "exitTs": 1757896560,
          "dir": 1,
          "entryPrice": 3638.898,
          "exitPrice": 3634.525,
          "stopDistance": 4.373,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 6
        },
        {
          "entryTs": 1757901600,
          "entryUtc": "2025-09-15T02:00:00.000Z",
          "exitTs": 1757902140,
          "dir": -1,
          "entryPrice": 3634.935,
          "exitPrice": 3639.65,
          "stopDistance": 4.715,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 9
        },
        {
          "entryTs": 1757904960,
          "entryUtc": "2025-09-15T02:56:00.000Z",
          "exitTs": 1757919720,
          "dir": 1,
          "entryPrice": 3640.545,
          "exitPrice": 3634.536,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 246
        },
        {
          "entryTs": 1757928420,
          "entryUtc": "2025-09-15T09:27:00.000Z",
          "exitTs": 1757940600,
          "dir": 1,
          "entryPrice": 3639.465,
          "exitPrice": 3650.384,
          "stopDistance": 5.459,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 203
        },
        {
          "entryTs": 1757944800,
          "entryUtc": "2025-09-15T14:00:00.000Z",
          "exitTs": 1757951340,
          "dir": 1,
          "entryPrice": 3656.195,
          "exitPrice": 3671.332,
          "stopDistance": 7.568,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 109
        },
        {
          "entryTs": 1757954340,
          "entryUtc": "2025-09-15T16:39:00.000Z",
          "exitTs": 1758005820,
          "dir": 1,
          "entryPrice": 3677.205,
          "exitPrice": 3692.904,
          "stopDistance": 7.85,
          "outcome": "target",
          "netR": 1.9529,
          "holdMinutes": 858
        },
        {
          "entryTs": 1758008220,
          "entryUtc": "2025-09-16T07:37:00.000Z",
          "exitTs": 1758016320,
          "dir": 1,
          "entryPrice": 3687.965,
          "exitPrice": 3698.318,
          "stopDistance": 5.176,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 135
        },
        {
          "entryTs": 1758028980,
          "entryUtc": "2025-09-16T13:23:00.000Z",
          "exitTs": 1758029700,
          "dir": -1,
          "entryPrice": 3690.405,
          "exitPrice": 3696.072,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 12
        },
        {
          "entryTs": 1758032940,
          "entryUtc": "2025-09-16T14:29:00.000Z",
          "exitTs": 1758035040,
          "dir": 1,
          "entryPrice": 3691.855,
          "exitPrice": 3685.346,
          "stopDistance": 6.509,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 35
        },
        {
          "entryTs": 1758075240,
          "entryUtc": "2025-09-17T02:14:00.000Z",
          "exitTs": 1758091440,
          "dir": -1,
          "entryPrice": 3680.835,
          "exitPrice": 3671.044,
          "stopDistance": 4.896,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 270
        },
        {
          "entryTs": 1758129540,
          "entryUtc": "2025-09-17T17:19:00.000Z",
          "exitTs": 1758132000,
          "dir": 1,
          "entryPrice": 3681.645,
          "exitPrice": 3696.059,
          "stopDistance": 7.207,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 41
        },
        {
          "entryTs": 1758136080,
          "entryUtc": "2025-09-17T19:08:00.000Z",
          "exitTs": 1758175800,
          "dir": -1,
          "entryPrice": 3663.845,
          "exitPrice": 3635.206,
          "stopDistance": 14.319,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 662
        },
        {
          "entryTs": 1758177240,
          "entryUtc": "2025-09-18T06:34:00.000Z",
          "exitTs": 1758179940,
          "dir": -1,
          "entryPrice": 3639.475,
          "exitPrice": 3648.183,
          "stopDistance": 8.708,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 45
        },
        {
          "entryTs": 1758182700,
          "entryUtc": "2025-09-18T08:05:00.000Z",
          "exitTs": 1758202320,
          "dir": 1,
          "entryPrice": 3656.815,
          "exitPrice": 3647.822,
          "stopDistance": 8.993,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 327
        },
        {
          "entryTs": 1758204000,
          "entryUtc": "2025-09-18T14:00:00.000Z",
          "exitTs": 1758252180,
          "dir": -1,
          "entryPrice": 3642.445,
          "exitPrice": 3653.852,
          "stopDistance": 11.407,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 803
        },
        {
          "entryTs": 1758253860,
          "entryUtc": "2025-09-19T03:51:00.000Z",
          "exitTs": 1758262920,
          "dir": 1,
          "entryPrice": 3653.235,
          "exitPrice": 3646.49,
          "stopDistance": 6.745,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 151
        },
        {
          "entryTs": 1758291360,
          "entryUtc": "2025-09-19T14:16:00.000Z",
          "exitTs": 1758295140,
          "dir": 1,
          "entryPrice": 3659.008,
          "exitPrice": 3673.031,
          "stopDistance": 7.012,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 63
        },
        {
          "entryTs": 1758494820,
          "entryUtc": "2025-09-21T22:47:00.000Z",
          "exitTs": 1758519300,
          "dir": 1,
          "entryPrice": 3688.895,
          "exitPrice": 3698.689,
          "stopDistance": 4.897,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 408
        },
        {
          "entryTs": 1758524400,
          "entryUtc": "2025-09-22T07:00:00.000Z",
          "exitTs": 1758536580,
          "dir": 1,
          "entryPrice": 3712.985,
          "exitPrice": 3726.846,
          "stopDistance": 6.931,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 203
        },
        {
          "entryTs": 1758545340,
          "entryUtc": "2025-09-22T12:49:00.000Z",
          "exitTs": 1758552780,
          "dir": -1,
          "entryPrice": 3718.645,
          "exitPrice": 3725.59,
          "stopDistance": 6.945,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 124
        },
        {
          "entryTs": 1758586620,
          "entryUtc": "2025-09-23T00:17:00.000Z",
          "exitTs": 1758590160,
          "dir": 1,
          "entryPrice": 3745.548,
          "exitPrice": 3756.543,
          "stopDistance": 5.498,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 59
        },
        {
          "entryTs": 1758599340,
          "entryUtc": "2025-09-23T03:49:00.000Z",
          "exitTs": 1758605520,
          "dir": -1,
          "entryPrice": 3745.305,
          "exitPrice": 3753.641,
          "stopDistance": 8.336,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 103
        },
        {
          "entryTs": 1758607200,
          "entryUtc": "2025-09-23T06:00:00.000Z",
          "exitTs": 1758616800,
          "dir": 1,
          "entryPrice": 3752.895,
          "exitPrice": 3767.5,
          "stopDistance": 7.302,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 160
        },
        {
          "entryTs": 1758620520,
          "entryUtc": "2025-09-23T09:42:00.000Z",
          "exitTs": 1758636360,
          "dir": 1,
          "entryPrice": 3782.035,
          "exitPrice": 3773.433,
          "stopDistance": 8.602,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 264
        },
        {
          "entryTs": 1758656460,
          "entryUtc": "2025-09-23T19:41:00.000Z",
          "exitTs": 1758692340,
          "dir": -1,
          "entryPrice": 3765.225,
          "exitPrice": 3776.07,
          "stopDistance": 10.844,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 598
        },
        {
          "entryTs": 1758760440,
          "entryUtc": "2025-09-25T00:34:00.000Z",
          "exitTs": 1758762780,
          "dir": 1,
          "entryPrice": 3748.029,
          "exitPrice": 3741.38,
          "stopDistance": 6.649,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 39
        },
        {
          "entryTs": 1758767400,
          "entryUtc": "2025-09-25T02:30:00.000Z",
          "exitTs": 1758780660,
          "dir": -1,
          "entryPrice": 3736.135,
          "exitPrice": 3744.232,
          "stopDistance": 8.097,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 221
        },
        {
          "entryTs": 1758781860,
          "entryUtc": "2025-09-25T06:31:00.000Z",
          "exitTs": 1758788040,
          "dir": 1,
          "entryPrice": 3744.155,
          "exitPrice": 3759.236,
          "stopDistance": 7.541,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 103
        },
        {
          "entryTs": 1758789000,
          "entryUtc": "2025-09-25T08:30:00.000Z",
          "exitTs": 1758798240,
          "dir": 1,
          "entryPrice": 3756.015,
          "exitPrice": 3747.913,
          "stopDistance": 8.102,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 154
        },
        {
          "entryTs": 1758799920,
          "entryUtc": "2025-09-25T11:32:00.000Z",
          "exitTs": 1758804600,
          "dir": -1,
          "entryPrice": 3750.448,
          "exitPrice": 3732.8,
          "stopDistance": 8.824,
          "outcome": "target",
          "netR": 1.9581,
          "holdMinutes": 78
        },
        {
          "entryTs": 1758806340,
          "entryUtc": "2025-09-25T13:19:00.000Z",
          "exitTs": 1758808020,
          "dir": -1,
          "entryPrice": 3742.245,
          "exitPrice": 3722.14,
          "stopDistance": 10.053,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 28
        },
        {
          "entryTs": 1758808800,
          "entryUtc": "2025-09-25T14:00:00.000Z",
          "exitTs": 1758824700,
          "dir": -1,
          "entryPrice": 3733.578,
          "exitPrice": 3745.814,
          "stopDistance": 12.236,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 265
        },
        {
          "entryTs": 1758828960,
          "entryUtc": "2025-09-25T19:36:00.000Z",
          "exitTs": 1758855600,
          "dir": 1,
          "entryPrice": 3748.618,
          "exitPrice": 3737.237,
          "stopDistance": 11.381,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 444
        },
        {
          "entryTs": 1758866340,
          "entryUtc": "2025-09-26T05:59:00.000Z",
          "exitTs": 1758892020,
          "dir": 1,
          "entryPrice": 3742.185,
          "exitPrice": 3757.529,
          "stopDistance": 7.672,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 428
        },
        {
          "entryTs": 1758903840,
          "entryUtc": "2025-09-26T16:24:00.000Z",
          "exitTs": 1758919500,
          "dir": 1,
          "entryPrice": 3771.435,
          "exitPrice": 3761.3,
          "stopDistance": 10.135,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 261
        },
        {
          "entryTs": 1759098660,
          "entryUtc": "2025-09-28T22:31:00.000Z",
          "exitTs": 1759106520,
          "dir": 1,
          "entryPrice": 3766.095,
          "exitPrice": 3782.515,
          "stopDistance": 8.21,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 131
        },
        {
          "entryTs": 1759109040,
          "entryUtc": "2025-09-29T01:24:00.000Z",
          "exitTs": 1759112280,
          "dir": 1,
          "entryPrice": 3772.455,
          "exitPrice": 3788.33,
          "stopDistance": 7.937,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 54
        },
        {
          "entryTs": 1759113960,
          "entryUtc": "2025-09-29T02:46:00.000Z",
          "exitTs": 1759122300,
          "dir": 1,
          "entryPrice": 3790.125,
          "exitPrice": 3811.601,
          "stopDistance": 10.738,
          "outcome": "target",
          "netR": 1.9655,
          "holdMinutes": 139
        },
        {
          "entryTs": 1759131240,
          "entryUtc": "2025-09-29T07:34:00.000Z",
          "exitTs": 1759147020,
          "dir": 1,
          "entryPrice": 3810.665,
          "exitPrice": 3831.188,
          "stopDistance": 10.261,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 263
        },
        {
          "entryTs": 1759193400,
          "entryUtc": "2025-09-30T00:50:00.000Z",
          "exitTs": 1759195920,
          "dir": 1,
          "entryPrice": 3835.355,
          "exitPrice": 3848.142,
          "stopDistance": 6.393,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 42
        },
        {
          "entryTs": 1759224660,
          "entryUtc": "2025-09-30T09:31:00.000Z",
          "exitTs": 1759236840,
          "dir": -1,
          "entryPrice": 3806.195,
          "exitPrice": 3820.346,
          "stopDistance": 14.151,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 203
        },
        {
          "entryTs": 1759240800,
          "entryUtc": "2025-09-30T14:00:00.000Z",
          "exitTs": 1759241760,
          "dir": 1,
          "entryPrice": 3822.295,
          "exitPrice": 3846.863,
          "stopDistance": 12.284,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 16
        },
        {
          "entryTs": 1759242840,
          "entryUtc": "2025-09-30T14:34:00.000Z",
          "exitTs": 1759284300,
          "dir": 1,
          "entryPrice": 3842.545,
          "exitPrice": 3871.156,
          "stopDistance": 14.306,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 691
        },
        {
          "entryTs": 1759310460,
          "entryUtc": "2025-10-01T09:21:00.000Z",
          "exitTs": 1759318320,
          "dir": 1,
          "entryPrice": 3887.645,
          "exitPrice": 3878.242,
          "stopDistance": 9.403,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 131
        },
        {
          "entryTs": 1759412160,
          "entryUtc": "2025-10-02T13:36:00.000Z",
          "exitTs": 1759412940,
          "dir": 1,
          "entryPrice": 3887.165,
          "exitPrice": 3879.323,
          "stopDistance": 7.842,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 13
        },
        {
          "entryTs": 1759417200,
          "entryUtc": "2025-10-02T15:00:00.000Z",
          "exitTs": 1759431780,
          "dir": -1,
          "entryPrice": 3840.725,
          "exitPrice": 3854.603,
          "stopDistance": 13.878,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 243
        },
        {
          "entryTs": 1759463160,
          "entryUtc": "2025-10-03T03:46:00.000Z",
          "exitTs": 1759468440,
          "dir": -1,
          "entryPrice": 3842.155,
          "exitPrice": 3850.045,
          "stopDistance": 7.89,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 88
        },
        {
          "entryTs": 1759498260,
          "entryUtc": "2025-10-03T13:31:00.000Z",
          "exitTs": 1759500840,
          "dir": 1,
          "entryPrice": 3875.765,
          "exitPrice": 3867.866,
          "stopDistance": 7.899,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 43
        },
        {
          "entryTs": 1759501860,
          "entryUtc": "2025-10-03T14:31:00.000Z",
          "exitTs": 1759507020,
          "dir": -1,
          "entryPrice": 3879.775,
          "exitPrice": 3891.18,
          "stopDistance": 11.405,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 86
        },
        {
          "entryTs": 1759708800,
          "entryUtc": "2025-10-06T00:00:00.000Z",
          "exitTs": 1759720260,
          "dir": 1,
          "entryPrice": 3906.848,
          "exitPrice": 3926.112,
          "stopDistance": 9.632,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 191
        },
        {
          "entryTs": 1759739160,
          "entryUtc": "2025-10-06T08:26:00.000Z",
          "exitTs": 1759751460,
          "dir": 1,
          "entryPrice": 3941.375,
          "exitPrice": 3931.198,
          "stopDistance": 10.177,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 205
        },
        {
          "entryTs": 1759754700,
          "entryUtc": "2025-10-06T12:45:00.000Z",
          "exitTs": 1759758060,
          "dir": -1,
          "entryPrice": 3932.245,
          "exitPrice": 3942.883,
          "stopDistance": 10.638,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 56
        },
        {
          "entryTs": 1759759560,
          "entryUtc": "2025-10-06T14:06:00.000Z",
          "exitTs": 1759766100,
          "dir": 1,
          "entryPrice": 3940.485,
          "exitPrice": 3963.344,
          "stopDistance": 11.429,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 109
        },
        {
          "entryTs": 1759790100,
          "entryUtc": "2025-10-06T22:35:00.000Z",
          "exitTs": 1759790400,
          "dir": 1,
          "entryPrice": 3969.245,
          "exitPrice": 3960.374,
          "stopDistance": 8.871,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 5
        },
        {
          "entryTs": 1759806780,
          "entryUtc": "2025-10-07T03:13:00.000Z",
          "exitTs": 1759821600,
          "dir": -1,
          "entryPrice": 3966.805,
          "exitPrice": 3946.744,
          "stopDistance": 10.03,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 247
        },
        {
          "entryTs": 1759853160,
          "entryUtc": "2025-10-07T16:06:00.000Z",
          "exitTs": 1759858920,
          "dir": -1,
          "entryPrice": 3973.015,
          "exitPrice": 3985.521,
          "stopDistance": 12.506,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 96
        },
        {
          "entryTs": 1759904220,
          "entryUtc": "2025-10-08T06:17:00.000Z",
          "exitTs": 1759913280,
          "dir": 1,
          "entryPrice": 4024.395,
          "exitPrice": 4040.247,
          "stopDistance": 7.926,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 151
        },
        {
          "entryTs": 1759918560,
          "entryUtc": "2025-10-08T10:16:00.000Z",
          "exitTs": 1759919580,
          "dir": 1,
          "entryPrice": 4045.065,
          "exitPrice": 4036.276,
          "stopDistance": 8.789,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 17
        },
        {
          "entryTs": 1759944000,
          "entryUtc": "2025-10-08T17:20:00.000Z",
          "exitTs": 1759947300,
          "dir": 1,
          "entryPrice": 4051.828,
          "exitPrice": 4040.263,
          "stopDistance": 11.565,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 55
        },
        {
          "entryTs": 1759948620,
          "entryUtc": "2025-10-08T18:37:00.000Z",
          "exitTs": 1759961340,
          "dir": -1,
          "entryPrice": 4049.285,
          "exitPrice": 4026.532,
          "stopDistance": 11.376,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 212
        },
        {
          "entryTs": 1759962660,
          "entryUtc": "2025-10-08T22:31:00.000Z",
          "exitTs": 1759987860,
          "dir": -1,
          "entryPrice": 4027.548,
          "exitPrice": 4041.015,
          "stopDistance": 13.467,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 420
        },
        {
          "entryTs": 1760011200,
          "entryUtc": "2025-10-09T12:00:00.000Z",
          "exitTs": 1760017380,
          "dir": 1,
          "entryPrice": 4042.675,
          "exitPrice": 4034.494,
          "stopDistance": 8.181,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 103
        },
        {
          "entryTs": 1760019480,
          "entryUtc": "2025-10-09T14:18:00.000Z",
          "exitTs": 1760027640,
          "dir": -1,
          "entryPrice": 4028.695,
          "exitPrice": 4001.994,
          "stopDistance": 13.351,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 136
        },
        {
          "entryTs": 1760037240,
          "entryUtc": "2025-10-09T19:14:00.000Z",
          "exitTs": 1760086860,
          "dir": -1,
          "entryPrice": 3974.085,
          "exitPrice": 3994.745,
          "stopDistance": 20.66,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 827
        },
        {
          "entryTs": 1760105880,
          "entryUtc": "2025-10-10T14:18:00.000Z",
          "exitTs": 1760108460,
          "dir": -1,
          "entryPrice": 3982.425,
          "exitPrice": 3996.201,
          "stopDistance": 13.776,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 43
        },
        {
          "entryTs": 1760111100,
          "entryUtc": "2025-10-10T15:45:00.000Z",
          "exitTs": 1760112360,
          "dir": 1,
          "entryPrice": 4002.975,
          "exitPrice": 3986.503,
          "stopDistance": 16.472,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 21
        },
        {
          "entryTs": 1760309160,
          "entryUtc": "2025-10-12T22:46:00.000Z",
          "exitTs": 1760332920,
          "dir": 1,
          "entryPrice": 4032.455,
          "exitPrice": 4069.779,
          "stopDistance": 18.662,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 396
        },
        {
          "entryTs": 1760336100,
          "entryUtc": "2025-10-13T06:15:00.000Z",
          "exitTs": 1760352540,
          "dir": -1,
          "entryPrice": 4066.898,
          "exitPrice": 4080.855,
          "stopDistance": 13.957,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 274
        },
        {
          "entryTs": 1760359680,
          "entryUtc": "2025-10-13T12:48:00.000Z",
          "exitTs": 1760365800,
          "dir": 1,
          "entryPrice": 4076.935,
          "exitPrice": 4097.306,
          "stopDistance": 10.185,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 102
        },
        {
          "entryTs": 1760373060,
          "entryUtc": "2025-10-13T16:31:00.000Z",
          "exitTs": 1760382300,
          "dir": 1,
          "entryPrice": 4108.835,
          "exitPrice": 4097.244,
          "stopDistance": 11.591,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 154
        },
        {
          "entryTs": 1760400120,
          "entryUtc": "2025-10-14T00:02:00.000Z",
          "exitTs": 1760405040,
          "dir": 1,
          "entryPrice": 4125.345,
          "exitPrice": 4145.065,
          "stopDistance": 9.86,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 82
        },
        {
          "entryTs": 1760406060,
          "entryUtc": "2025-10-14T01:41:00.000Z",
          "exitTs": 1760413200,
          "dir": 1,
          "entryPrice": 4138.955,
          "exitPrice": 4162.029,
          "stopDistance": 11.537,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 119
        },
        {
          "entryTs": 1760429520,
          "entryUtc": "2025-10-14T08:12:00.000Z",
          "exitTs": 1760446800,
          "dir": -1,
          "entryPrice": 4136.995,
          "exitPrice": 4099.005,
          "stopDistance": 18.995,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 288
        },
        {
          "entryTs": 1760447820,
          "entryUtc": "2025-10-14T13:17:00.000Z",
          "exitTs": 1760451060,
          "dir": -1,
          "entryPrice": 4119.795,
          "exitPrice": 4136.357,
          "stopDistance": 16.562,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 54
        },
        {
          "entryTs": 1760472060,
          "entryUtc": "2025-10-14T20:01:00.000Z",
          "exitTs": 1760480040,
          "dir": -1,
          "entryPrice": 4144.325,
          "exitPrice": 4157.994,
          "stopDistance": 13.669,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 133
        },
        {
          "entryTs": 1760481060,
          "entryUtc": "2025-10-14T22:31:00.000Z",
          "exitTs": 1760490300,
          "dir": 1,
          "entryPrice": 4150.808,
          "exitPrice": 4177.536,
          "stopDistance": 13.364,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 154
        },
        {
          "entryTs": 1760495460,
          "entryUtc": "2025-10-15T02:31:00.000Z",
          "exitTs": 1760513820,
          "dir": 1,
          "entryPrice": 4173.598,
          "exitPrice": 4204.323,
          "stopDistance": 15.362,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 306
        },
        {
          "entryTs": 1760522880,
          "entryUtc": "2025-10-15T10:08:00.000Z",
          "exitTs": 1760537520,
          "dir": -1,
          "entryPrice": 4196.475,
          "exitPrice": 4211.704,
          "stopDistance": 15.229,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 244
        },
        {
          "entryTs": 1760538660,
          "entryUtc": "2025-10-15T14:31:00.000Z",
          "exitTs": 1760542440,
          "dir": 1,
          "entryPrice": 4203.988,
          "exitPrice": 4187.574,
          "stopDistance": 16.414,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 63
        },
        {
          "entryTs": 1760594520,
          "entryUtc": "2025-10-16T06:02:00.000Z",
          "exitTs": 1760595300,
          "dir": -1,
          "entryPrice": 4211.398,
          "exitPrice": 4223.861,
          "stopDistance": 12.463,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 13
        },
        {
          "entryTs": 1760596380,
          "entryUtc": "2025-10-16T06:33:00.000Z",
          "exitTs": 1760618100,
          "dir": 1,
          "entryPrice": 4221.635,
          "exitPrice": 4248.13,
          "stopDistance": 13.247,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 362
        },
        {
          "entryTs": 1760654100,
          "entryUtc": "2025-10-16T22:35:00.000Z",
          "exitTs": 1760663820,
          "dir": 1,
          "entryPrice": 4349.215,
          "exitPrice": 4329.015,
          "stopDistance": 20.2,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 162
        },
        {
          "entryTs": 1760666400,
          "entryUtc": "2025-10-17T02:00:00.000Z",
          "exitTs": 1760668260,
          "dir": -1,
          "entryPrice": 4313.748,
          "exitPrice": 4343.634,
          "stopDistance": 29.886,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 31
        },
        {
          "entryTs": 1760689080,
          "entryUtc": "2025-10-17T08:18:00.000Z",
          "exitTs": 1760702160,
          "dir": -1,
          "entryPrice": 4349.165,
          "exitPrice": 4298.034,
          "stopDistance": 25.565,
          "outcome": "target",
          "netR": 1.9855,
          "holdMinutes": 218
        },
        {
          "entryTs": 1760711460,
          "entryUtc": "2025-10-17T14:31:00.000Z",
          "exitTs": 1760911200,
          "dir": -1,
          "entryPrice": 4244.748,
          "exitPrice": 4243.865,
          "stopDistance": 34.528,
          "outcome": "time",
          "netR": 0.0149,
          "holdMinutes": 3329
        },
        {
          "entryTs": 1760913180,
          "entryUtc": "2025-10-19T22:33:00.000Z",
          "exitTs": 1760919120,
          "dir": 1,
          "entryPrice": 4254.575,
          "exitPrice": 4229.113,
          "stopDistance": 25.463,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 99
        },
        {
          "entryTs": 1760922060,
          "entryUtc": "2025-10-20T01:01:00.000Z",
          "exitTs": 1760962680,
          "dir": 1,
          "entryPrice": 4238.745,
          "exitPrice": 4284.816,
          "stopDistance": 23.035,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 677
        },
        {
          "entryTs": 1760967000,
          "entryUtc": "2025-10-20T13:30:00.000Z",
          "exitTs": 1760968860,
          "dir": 1,
          "entryPrice": 4312.338,
          "exitPrice": 4294.143,
          "stopDistance": 18.195,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 31
        },
        {
          "entryTs": 1760997660,
          "entryUtc": "2025-10-20T22:01:00.000Z",
          "exitTs": 1761024120,
          "dir": -1,
          "entryPrice": 4360.935,
          "exitPrice": 4329.899,
          "stopDistance": 15.518,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 441
        },
        {
          "entryTs": 1761027120,
          "entryUtc": "2025-10-21T06:12:00.000Z",
          "exitTs": 1761029340,
          "dir": -1,
          "entryPrice": 4329.165,
          "exitPrice": 4342.864,
          "stopDistance": 13.699,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 37
        },
        {
          "entryTs": 1761030120,
          "entryUtc": "2025-10-21T07:02:00.000Z",
          "exitTs": 1761031920,
          "dir": 1,
          "entryPrice": 4334.765,
          "exitPrice": 4320.155,
          "stopDistance": 14.61,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 30
        },
        {
          "entryTs": 1761036000,
          "entryUtc": "2025-10-21T08:40:00.000Z",
          "exitTs": 1761048600,
          "dir": -1,
          "entryPrice": 4270.415,
          "exitPrice": 4223.572,
          "stopDistance": 23.422,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 210
        },
        {
          "entryTs": 1761058740,
          "entryUtc": "2025-10-21T14:59:00.000Z",
          "exitTs": 1761091320,
          "dir": -1,
          "entryPrice": 4137.005,
          "exitPrice": 4067.937,
          "stopDistance": 34.534,
          "outcome": "target",
          "netR": 1.9893,
          "holdMinutes": 543
        },
        {
          "entryTs": 1761093240,
          "entryUtc": "2025-10-22T00:34:00.000Z",
          "exitTs": 1761094080,
          "dir": -1,
          "entryPrice": 4058.098,
          "exitPrice": 4088.964,
          "stopDistance": 30.866,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 14
        },
        {
          "entryTs": 1761095040,
          "entryUtc": "2025-10-22T01:04:00.000Z",
          "exitTs": 1761103920,
          "dir": -1,
          "entryPrice": 4093.345,
          "exitPrice": 4123.37,
          "stopDistance": 30.025,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 148
        },
        {
          "entryTs": 1761119280,
          "entryUtc": "2025-10-22T07:48:00.000Z",
          "exitTs": 1761120720,
          "dir": -1,
          "entryPrice": 4144.585,
          "exitPrice": 4097.738,
          "stopDistance": 23.423,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 24
        },
        {
          "entryTs": 1761132000,
          "entryUtc": "2025-10-22T11:20:00.000Z",
          "exitTs": 1761140280,
          "dir": -1,
          "entryPrice": 4040.148,
          "exitPrice": 4074.591,
          "stopDistance": 34.443,
          "outcome": "stop",
          "netR": -1.0122,
          "holdMinutes": 138
        },
        {
          "entryTs": 1761201180,
          "entryUtc": "2025-10-23T06:33:00.000Z",
          "exitTs": 1761204900,
          "dir": 1,
          "entryPrice": 4120.025,
          "exitPrice": 4102.941,
          "stopDistance": 17.084,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 62
        },
        {
          "entryTs": 1761206580,
          "entryUtc": "2025-10-23T08:03:00.000Z",
          "exitTs": 1761211020,
          "dir": -1,
          "entryPrice": 4104.565,
          "exitPrice": 4122.595,
          "stopDistance": 18.03,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 74
        },
        {
          "entryTs": 1761269820,
          "entryUtc": "2025-10-24T01:37:00.000Z",
          "exitTs": 1761272520,
          "dir": 1,
          "entryPrice": 4125.085,
          "exitPrice": 4111.114,
          "stopDistance": 13.971,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 45
        },
        {
          "entryTs": 1761287760,
          "entryUtc": "2025-10-24T06:36:00.000Z",
          "exitTs": 1761293400,
          "dir": -1,
          "entryPrice": 4090.855,
          "exitPrice": 4061.861,
          "stopDistance": 14.497,
          "outcome": "target",
          "netR": 1.9745,
          "holdMinutes": 94
        },
        {
          "entryTs": 1761294900,
          "entryUtc": "2025-10-24T08:35:00.000Z",
          "exitTs": 1761309000,
          "dir": -1,
          "entryPrice": 4057.675,
          "exitPrice": 4074.289,
          "stopDistance": 16.614,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 235
        },
        {
          "entryTs": 1761313200,
          "entryUtc": "2025-10-24T13:40:00.000Z",
          "exitTs": 1761516000,
          "dir": 1,
          "entryPrice": 4109.205,
          "exitPrice": 4089.849,
          "stopDistance": 19.356,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 3380
        },
        {
          "entryTs": 1761519660,
          "entryUtc": "2025-10-26T23:01:00.000Z",
          "exitTs": 1761555180,
          "dir": -1,
          "entryPrice": 4084.765,
          "exitPrice": 4045.811,
          "stopDistance": 19.477,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 592
        },
        {
          "entryTs": 1761566520,
          "entryUtc": "2025-10-27T12:02:00.000Z",
          "exitTs": 1761570000,
          "dir": -1,
          "entryPrice": 4032.405,
          "exitPrice": 4049.451,
          "stopDistance": 17.046,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 58
        },
        {
          "entryTs": 1761584340,
          "entryUtc": "2025-10-27T16:59:00.000Z",
          "exitTs": 1761631620,
          "dir": -1,
          "entryPrice": 3999.855,
          "exitPrice": 3957.774,
          "stopDistance": 21.04,
          "outcome": "target",
          "netR": 1.9824,
          "holdMinutes": 788
        },
        {
          "entryTs": 1761693540,
          "entryUtc": "2025-10-28T23:19:00.000Z",
          "exitTs": 1761696240,
          "dir": -1,
          "entryPrice": 3949.805,
          "exitPrice": 3967.943,
          "stopDistance": 18.138,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 45
        },
        {
          "entryTs": 1761706800,
          "entryUtc": "2025-10-29T03:00:00.000Z",
          "exitTs": 1761720120,
          "dir": -1,
          "entryPrice": 3961.105,
          "exitPrice": 3978.159,
          "stopDistance": 17.054,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 222
        },
        {
          "entryTs": 1761723060,
          "entryUtc": "2025-10-29T07:31:00.000Z",
          "exitTs": 1761731220,
          "dir": 1,
          "entryPrice": 3992.935,
          "exitPrice": 4024.669,
          "stopDistance": 15.867,
          "outcome": "target",
          "netR": 1.9767,
          "holdMinutes": 136
        },
        {
          "entryTs": 1761741540,
          "entryUtc": "2025-10-29T12:39:00.000Z",
          "exitTs": 1761743580,
          "dir": 1,
          "entryPrice": 4022.785,
          "exitPrice": 4009.812,
          "stopDistance": 12.973,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 34
        },
        {
          "entryTs": 1761746760,
          "entryUtc": "2025-10-29T14:06:00.000Z",
          "exitTs": 1761753000,
          "dir": -1,
          "entryPrice": 4019.448,
          "exitPrice": 3993.419,
          "stopDistance": 13.015,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 104
        },
        {
          "entryTs": 1761754680,
          "entryUtc": "2025-10-29T16:18:00.000Z",
          "exitTs": 1761762900,
          "dir": -1,
          "entryPrice": 3999.415,
          "exitPrice": 3971.713,
          "stopDistance": 13.851,
          "outcome": "target",
          "netR": 1.9733,
          "holdMinutes": 137
        },
        {
          "entryTs": 1761764400,
          "entryUtc": "2025-10-29T19:00:00.000Z",
          "exitTs": 1761767040,
          "dir": -1,
          "entryPrice": 3972.265,
          "exitPrice": 3931.17,
          "stopDistance": 20.547,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 44
        },
        {
          "entryTs": 1761769440,
          "entryUtc": "2025-10-29T20:24:00.000Z",
          "exitTs": 1761798900,
          "dir": -1,
          "entryPrice": 3949.225,
          "exitPrice": 3973.756,
          "stopDistance": 24.531,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 491
        },
        {
          "entryTs": 1761800400,
          "entryUtc": "2025-10-30T05:00:00.000Z",
          "exitTs": 1761801960,
          "dir": 1,
          "entryPrice": 3971.245,
          "exitPrice": 3951.058,
          "stopDistance": 20.187,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 26
        },
        {
          "entryTs": 1761817740,
          "entryUtc": "2025-10-30T09:49:00.000Z",
          "exitTs": 1761820440,
          "dir": 1,
          "entryPrice": 3999.625,
          "exitPrice": 3980.58,
          "stopDistance": 19.045,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 45
        },
        {
          "entryTs": 1761834780,
          "entryUtc": "2025-10-30T14:33:00.000Z",
          "exitTs": 1761864600,
          "dir": 1,
          "entryPrice": 3995.365,
          "exitPrice": 4037.416,
          "stopDistance": 21.025,
          "outcome": "target",
          "netR": 1.9824,
          "holdMinutes": 497
        },
        {
          "entryTs": 1761881640,
          "entryUtc": "2025-10-31T03:34:00.000Z",
          "exitTs": 1761895020,
          "dir": -1,
          "entryPrice": 4001.305,
          "exitPrice": 4017.972,
          "stopDistance": 16.667,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 223
        },
        {
          "entryTs": 1761917940,
          "entryUtc": "2025-10-31T13:39:00.000Z",
          "exitTs": 1761926760,
          "dir": 1,
          "entryPrice": 4016.165,
          "exitPrice": 4003.154,
          "stopDistance": 13.011,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 147
        },
        {
          "entryTs": 1761928260,
          "entryUtc": "2025-10-31T16:31:00.000Z",
          "exitTs": 1761934620,
          "dir": -1,
          "entryPrice": 3989.895,
          "exitPrice": 4008.05,
          "stopDistance": 18.155,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 106
        },
        {
          "entryTs": 1762128060,
          "entryUtc": "2025-11-03T00:01:00.000Z",
          "exitTs": 1762133400,
          "dir": -1,
          "entryPrice": 3984.798,
          "exitPrice": 3999.675,
          "stopDistance": 14.877,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 89
        },
        {
          "entryTs": 1762159860,
          "entryUtc": "2025-11-03T08:51:00.000Z",
          "exitTs": 1762163160,
          "dir": -1,
          "entryPrice": 4017.305,
          "exitPrice": 3993.911,
          "stopDistance": 11.697,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 55
        },
        {
          "entryTs": 1762170480,
          "entryUtc": "2025-11-03T11:48:00.000Z",
          "exitTs": 1762181280,
          "dir": -1,
          "entryPrice": 4007.745,
          "exitPrice": 4020.92,
          "stopDistance": 13.175,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 180
        },
        {
          "entryTs": 1762183380,
          "entryUtc": "2025-11-03T15:23:00.000Z",
          "exitTs": 1762183620,
          "dir": 1,
          "entryPrice": 4023.085,
          "exitPrice": 4010.887,
          "stopDistance": 12.198,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 4
        },
        {
          "entryTs": 1762184700,
          "entryUtc": "2025-11-03T15:45:00.000Z",
          "exitTs": 1762211580,
          "dir": -1,
          "entryPrice": 4022.229,
          "exitPrice": 3993.495,
          "stopDistance": 14.367,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 448
        },
        {
          "entryTs": 1762212660,
          "entryUtc": "2025-11-03T23:31:00.000Z",
          "exitTs": 1762235100,
          "dir": -1,
          "entryPrice": 3996.795,
          "exitPrice": 3973.676,
          "stopDistance": 11.559,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 374
        },
        {
          "entryTs": 1762268280,
          "entryUtc": "2025-11-04T14:58:00.000Z",
          "exitTs": 1762273320,
          "dir": -1,
          "entryPrice": 3956.485,
          "exitPrice": 3972.814,
          "stopDistance": 16.329,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 84
        },
        {
          "entryTs": 1762278720,
          "entryUtc": "2025-11-04T17:52:00.000Z",
          "exitTs": 1762281360,
          "dir": 1,
          "entryPrice": 3956.235,
          "exitPrice": 3937.345,
          "stopDistance": 18.89,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 44
        },
        {
          "entryTs": 1762283520,
          "entryUtc": "2025-11-04T19:12:00.000Z",
          "exitTs": 1762313700,
          "dir": -1,
          "entryPrice": 3940.945,
          "exitPrice": 3956.835,
          "stopDistance": 15.89,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 503
        },
        {
          "entryTs": 1762333200,
          "entryUtc": "2025-11-05T09:00:00.000Z",
          "exitTs": 1762334640,
          "dir": 1,
          "entryPrice": 3978.215,
          "exitPrice": 3967.416,
          "stopDistance": 10.8,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 24
        },
        {
          "entryTs": 1762336080,
          "entryUtc": "2025-11-05T09:48:00.000Z",
          "exitTs": 1762352700,
          "dir": -1,
          "entryPrice": 3971.525,
          "exitPrice": 3982.492,
          "stopDistance": 10.967,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 277
        },
        {
          "entryTs": 1762358160,
          "entryUtc": "2025-11-05T15:56:00.000Z",
          "exitTs": 1762391280,
          "dir": 1,
          "entryPrice": 3977.925,
          "exitPrice": 3965.588,
          "stopDistance": 12.337,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 552
        },
        {
          "entryTs": 1762430640,
          "entryUtc": "2025-11-06T12:04:00.000Z",
          "exitTs": 1762432740,
          "dir": 1,
          "entryPrice": 4013.855,
          "exitPrice": 4006.421,
          "stopDistance": 7.434,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 35
        },
        {
          "entryTs": 1762437720,
          "entryUtc": "2025-11-06T14:02:00.000Z",
          "exitTs": 1762438680,
          "dir": 1,
          "entryPrice": 4010.085,
          "exitPrice": 4001.695,
          "stopDistance": 8.389,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 16
        },
        {
          "entryTs": 1762452360,
          "entryUtc": "2025-11-06T18:06:00.000Z",
          "exitTs": 1762498260,
          "dir": 1,
          "entryPrice": 3981.005,
          "exitPrice": 4006.762,
          "stopDistance": 12.878,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 765
        },
        {
          "entryTs": 1762515900,
          "entryUtc": "2025-11-07T11:45:00.000Z",
          "exitTs": 1762517160,
          "dir": -1,
          "entryPrice": 3999.485,
          "exitPrice": 4007.983,
          "stopDistance": 8.498,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 21
        },
        {
          "entryTs": 1762527660,
          "entryUtc": "2025-11-07T15:01:00.000Z",
          "exitTs": 1762532700,
          "dir": -1,
          "entryPrice": 3995.545,
          "exitPrice": 4006.504,
          "stopDistance": 10.959,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 84
        },
        {
          "entryTs": 1762534680,
          "entryUtc": "2025-11-07T16:58:00.000Z",
          "exitTs": 1762535880,
          "dir": 1,
          "entryPrice": 4007.665,
          "exitPrice": 3994.031,
          "stopDistance": 13.634,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 20
        },
        {
          "entryTs": 1762731240,
          "entryUtc": "2025-11-09T23:34:00.000Z",
          "exitTs": 1762737060,
          "dir": 1,
          "entryPrice": 4004.545,
          "exitPrice": 4025.194,
          "stopDistance": 10.324,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 97
        },
        {
          "entryTs": 1762739580,
          "entryUtc": "2025-11-10T01:53:00.000Z",
          "exitTs": 1762754340,
          "dir": 1,
          "entryPrice": 4045.265,
          "exitPrice": 4069.47,
          "stopDistance": 12.103,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 246
        },
        {
          "entryTs": 1762786860,
          "entryUtc": "2025-11-10T15:01:00.000Z",
          "exitTs": 1762797000,
          "dir": -1,
          "entryPrice": 4088.565,
          "exitPrice": 4098.556,
          "stopDistance": 9.991,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 169
        },
        {
          "entryTs": 1762872300,
          "entryUtc": "2025-11-11T14:45:00.000Z",
          "exitTs": 1762874400,
          "dir": -1,
          "entryPrice": 4133.285,
          "exitPrice": 4114.214,
          "stopDistance": 9.535,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 35
        },
        {
          "entryTs": 1762875900,
          "entryUtc": "2025-11-11T15:45:00.000Z",
          "exitTs": 1762890180,
          "dir": -1,
          "entryPrice": 4107.785,
          "exitPrice": 4120.477,
          "stopDistance": 12.692,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 238
        },
        {
          "entryTs": 1762934460,
          "entryUtc": "2025-11-12T08:01:00.000Z",
          "exitTs": 1762935840,
          "dir": -1,
          "entryPrice": 4118.905,
          "exitPrice": 4129.124,
          "stopDistance": 10.219,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 23
        },
        {
          "entryTs": 1762939560,
          "entryUtc": "2025-11-12T09:26:00.000Z",
          "exitTs": 1762960200,
          "dir": 1,
          "entryPrice": 4126.075,
          "exitPrice": 4147.79,
          "stopDistance": 10.857,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 344
        },
        {
          "entryTs": 1762976040,
          "entryUtc": "2025-11-12T19:34:00.000Z",
          "exitTs": 1763006760,
          "dir": -1,
          "entryPrice": 4200.049,
          "exitPrice": 4213.907,
          "stopDistance": 13.859,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 512
        },
        {
          "entryTs": 1763046360,
          "entryUtc": "2025-11-13T15:06:00.000Z",
          "exitTs": 1763058780,
          "dir": -1,
          "entryPrice": 4200.755,
          "exitPrice": 4164.325,
          "stopDistance": 18.215,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 207
        },
        {
          "entryTs": 1763062440,
          "entryUtc": "2025-11-13T19:34:00.000Z",
          "exitTs": 1763076540,
          "dir": -1,
          "entryPrice": 4161.835,
          "exitPrice": 4182.34,
          "stopDistance": 20.505,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 235
        },
        {
          "entryTs": 1763098200,
          "entryUtc": "2025-11-14T05:30:00.000Z",
          "exitTs": 1763104920,
          "dir": -1,
          "entryPrice": 4189.225,
          "exitPrice": 4165.389,
          "stopDistance": 11.918,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 112
        },
        {
          "entryTs": 1763108340,
          "entryUtc": "2025-11-14T08:19:00.000Z",
          "exitTs": 1763118540,
          "dir": -1,
          "entryPrice": 4183.855,
          "exitPrice": 4158.051,
          "stopDistance": 12.902,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 170
        },
        {
          "entryTs": 1763120100,
          "entryUtc": "2025-11-14T11:35:00.000Z",
          "exitTs": 1763122320,
          "dir": -1,
          "entryPrice": 4152.675,
          "exitPrice": 4124.076,
          "stopDistance": 14.299,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 37
        },
        {
          "entryTs": 1763124600,
          "entryUtc": "2025-11-14T12:50:00.000Z",
          "exitTs": 1763126040,
          "dir": -1,
          "entryPrice": 4119.085,
          "exitPrice": 4084.97,
          "stopDistance": 17.057,
          "outcome": "target",
          "netR": 1.9783,
          "holdMinutes": 24
        },
        {
          "entryTs": 1763131080,
          "entryUtc": "2025-11-14T14:38:00.000Z",
          "exitTs": 1763135220,
          "dir": -1,
          "entryPrice": 4063.325,
          "exitPrice": 4085.835,
          "stopDistance": 22.51,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 69
        },
        {
          "entryTs": 1763135280,
          "entryUtc": "2025-11-14T15:48:00.000Z",
          "exitTs": 1763334000,
          "dir": -1,
          "entryPrice": 4091.785,
          "exitPrice": 4082.748,
          "stopDistance": 22.243,
          "outcome": "time",
          "netR": 0.3896,
          "holdMinutes": 3312
        },
        {
          "entryTs": 1763337120,
          "entryUtc": "2025-11-16T23:52:00.000Z",
          "exitTs": 1763348400,
          "dir": 1,
          "entryPrice": 4094.745,
          "exitPrice": 4076.617,
          "stopDistance": 18.128,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 188
        },
        {
          "entryTs": 1763359500,
          "entryUtc": "2025-11-17T06:05:00.000Z",
          "exitTs": 1763364540,
          "dir": -1,
          "entryPrice": 4064.745,
          "exitPrice": 4078.634,
          "stopDistance": 13.889,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 84
        },
        {
          "entryTs": 1763379300,
          "entryUtc": "2025-11-17T11:35:00.000Z",
          "exitTs": 1763384580,
          "dir": -1,
          "entryPrice": 4073.585,
          "exitPrice": 4086.73,
          "stopDistance": 13.145,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 88
        },
        {
          "entryTs": 1763410680,
          "entryUtc": "2025-11-17T20:18:00.000Z",
          "exitTs": 1763413080,
          "dir": -1,
          "entryPrice": 4025.595,
          "exitPrice": 4042.805,
          "stopDistance": 17.21,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 40
        },
        {
          "entryTs": 1763427600,
          "entryUtc": "2025-11-18T01:00:00.000Z",
          "exitTs": 1763435400,
          "dir": -1,
          "entryPrice": 4042.525,
          "exitPrice": 4011.919,
          "stopDistance": 15.303,
          "outcome": "target",
          "netR": 1.9758,
          "holdMinutes": 130
        },
        {
          "entryTs": 1763456640,
          "entryUtc": "2025-11-18T09:04:00.000Z",
          "exitTs": 1763472960,
          "dir": 1,
          "entryPrice": 4033.765,
          "exitPrice": 4064.349,
          "stopDistance": 15.292,
          "outcome": "target",
          "netR": 1.9758,
          "holdMinutes": 272
        },
        {
          "entryTs": 1763477640,
          "entryUtc": "2025-11-18T14:54:00.000Z",
          "exitTs": 1763481720,
          "dir": 1,
          "entryPrice": 4061.678,
          "exitPrice": 4047.102,
          "stopDistance": 14.576,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 68
        },
        {
          "entryTs": 1763481780,
          "entryUtc": "2025-11-18T16:03:00.000Z",
          "exitTs": 1763484960,
          "dir": 1,
          "entryPrice": 4040.545,
          "exitPrice": 4067.553,
          "stopDistance": 13.504,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 53
        },
        {
          "entryTs": 1763521200,
          "entryUtc": "2025-11-19T03:00:00.000Z",
          "exitTs": 1763532000,
          "dir": 1,
          "entryPrice": 4075.095,
          "exitPrice": 4097.869,
          "stopDistance": 11.387,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 180
        },
        {
          "entryTs": 1763536020,
          "entryUtc": "2025-11-19T07:07:00.000Z",
          "exitTs": 1763546160,
          "dir": 1,
          "entryPrice": 4087.635,
          "exitPrice": 4109.8,
          "stopDistance": 11.082,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 169
        },
        {
          "entryTs": 1763549880,
          "entryUtc": "2025-11-19T10:58:00.000Z",
          "exitTs": 1763567580,
          "dir": 1,
          "entryPrice": 4108.945,
          "exitPrice": 4096.122,
          "stopDistance": 12.822,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 295
        },
        {
          "entryTs": 1763574600,
          "entryUtc": "2025-11-19T17:50:00.000Z",
          "exitTs": 1763595660,
          "dir": -1,
          "entryPrice": 4079.095,
          "exitPrice": 4097.35,
          "stopDistance": 18.255,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 351
        },
        {
          "entryTs": 1763606940,
          "entryUtc": "2025-11-20T02:49:00.000Z",
          "exitTs": 1763608020,
          "dir": -1,
          "entryPrice": 4063.905,
          "exitPrice": 4080.787,
          "stopDistance": 16.882,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 18
        },
        {
          "entryTs": 1763609640,
          "entryUtc": "2025-11-20T03:34:00.000Z",
          "exitTs": 1763624700,
          "dir": 1,
          "entryPrice": 4072.415,
          "exitPrice": 4055.635,
          "stopDistance": 16.78,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 251
        },
        {
          "entryTs": 1763627520,
          "entryUtc": "2025-11-20T08:32:00.000Z",
          "exitTs": 1763629020,
          "dir": -1,
          "entryPrice": 4050.355,
          "exitPrice": 4066.334,
          "stopDistance": 15.979,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 25
        },
        {
          "entryTs": 1763630700,
          "entryUtc": "2025-11-20T09:25:00.000Z",
          "exitTs": 1763650140,
          "dir": 1,
          "entryPrice": 4062.815,
          "exitPrice": 4096.668,
          "stopDistance": 16.927,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 324
        },
        {
          "entryTs": 1763658900,
          "entryUtc": "2025-11-20T17:15:00.000Z",
          "exitTs": 1763666400,
          "dir": -1,
          "entryPrice": 4054.695,
          "exitPrice": 4075.8,
          "stopDistance": 21.105,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 125
        },
        {
          "entryTs": 1763669340,
          "entryUtc": "2025-11-20T20:09:00.000Z",
          "exitTs": 1763693760,
          "dir": 1,
          "entryPrice": 4079.005,
          "exitPrice": 4060.034,
          "stopDistance": 18.97,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 407
        },
        {
          "entryTs": 1763697120,
          "entryUtc": "2025-11-21T03:52:00.000Z",
          "exitTs": 1763706480,
          "dir": -1,
          "entryPrice": 4059.075,
          "exitPrice": 4031.077,
          "stopDistance": 13.999,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 156
        },
        {
          "entryTs": 1763712900,
          "entryUtc": "2025-11-21T08:15:00.000Z",
          "exitTs": 1763716440,
          "dir": -1,
          "entryPrice": 4040.325,
          "exitPrice": 4056.064,
          "stopDistance": 15.739,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 59
        },
        {
          "entryTs": 1763717940,
          "entryUtc": "2025-11-21T09:39:00.000Z",
          "exitTs": 1763720040,
          "dir": 1,
          "entryPrice": 4053.675,
          "exitPrice": 4037.867,
          "stopDistance": 15.808,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 35
        },
        {
          "entryTs": 1763723220,
          "entryUtc": "2025-11-21T11:07:00.000Z",
          "exitTs": 1763728260,
          "dir": -1,
          "entryPrice": 4043.185,
          "exitPrice": 4059.414,
          "stopDistance": 16.228,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 84
        },
        {
          "entryTs": 1763730180,
          "entryUtc": "2025-11-21T13:03:00.000Z",
          "exitTs": 1763743800,
          "dir": 1,
          "entryPrice": 4060.705,
          "exitPrice": 4091.891,
          "stopDistance": 15.593,
          "outcome": "target",
          "netR": 1.9763,
          "holdMinutes": 227
        },
        {
          "entryTs": 1763745300,
          "entryUtc": "2025-11-21T17:15:00.000Z",
          "exitTs": 1763757000,
          "dir": 1,
          "entryPrice": 4082.855,
          "exitPrice": 4065.119,
          "stopDistance": 17.736,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 195
        },
        {
          "entryTs": 1763758740,
          "entryUtc": "2025-11-21T20:59:00.000Z",
          "exitTs": 1763938800,
          "dir": -1,
          "entryPrice": 4069.305,
          "exitPrice": 4068.148,
          "stopDistance": 14.225,
          "outcome": "time",
          "netR": 0.0553,
          "holdMinutes": 3001
        },
        {
          "entryTs": 1763944320,
          "entryUtc": "2025-11-24T00:32:00.000Z",
          "exitTs": 1763988240,
          "dir": -1,
          "entryPrice": 4064.445,
          "exitPrice": 4078.554,
          "stopDistance": 14.109,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 732
        },
        {
          "entryTs": 1763998200,
          "entryUtc": "2025-11-24T15:30:00.000Z",
          "exitTs": 1764009540,
          "dir": 1,
          "entryPrice": 4086.988,
          "exitPrice": 4110.851,
          "stopDistance": 11.932,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 189
        },
        {
          "entryTs": 1764011700,
          "entryUtc": "2025-11-24T19:15:00.000Z",
          "exitTs": 1764027960,
          "dir": 1,
          "entryPrice": 4116.315,
          "exitPrice": 4140.522,
          "stopDistance": 12.104,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 271
        },
        {
          "entryTs": 1764061980,
          "entryUtc": "2025-11-25T09:13:00.000Z",
          "exitTs": 1764076500,
          "dir": -1,
          "entryPrice": 4127.938,
          "exitPrice": 4140.034,
          "stopDistance": 12.096,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 242
        },
        {
          "entryTs": 1764083280,
          "entryUtc": "2025-11-25T15:08:00.000Z",
          "exitTs": 1764088020,
          "dir": -1,
          "entryPrice": 4125.875,
          "exitPrice": 4140.841,
          "stopDistance": 14.966,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 79
        },
        {
          "entryTs": 1764093240,
          "entryUtc": "2025-11-25T17:54:00.000Z",
          "exitTs": 1764098640,
          "dir": 1,
          "entryPrice": 4144.898,
          "exitPrice": 4130.133,
          "stopDistance": 14.765,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 90
        },
        {
          "entryTs": 1764130980,
          "entryUtc": "2025-11-26T04:23:00.000Z",
          "exitTs": 1764139080,
          "dir": 1,
          "entryPrice": 4158.035,
          "exitPrice": 4147.487,
          "stopDistance": 10.548,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 135
        },
        {
          "entryTs": 1764145920,
          "entryUtc": "2025-11-26T08:32:00.000Z",
          "exitTs": 1764146940,
          "dir": 1,
          "entryPrice": 4164.515,
          "exitPrice": 4154.99,
          "stopDistance": 9.525,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 17
        },
        {
          "entryTs": 1764147720,
          "entryUtc": "2025-11-26T09:02:00.000Z",
          "exitTs": 1764158280,
          "dir": -1,
          "entryPrice": 4162.305,
          "exitPrice": 4172.504,
          "stopDistance": 10.199,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 176
        },
        {
          "entryTs": 1764162660,
          "entryUtc": "2025-11-26T13:11:00.000Z",
          "exitTs": 1764166080,
          "dir": -1,
          "entryPrice": 4163.485,
          "exitPrice": 4144.017,
          "stopDistance": 9.734,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 57
        },
        {
          "entryTs": 1764183600,
          "entryUtc": "2025-11-26T19:00:00.000Z",
          "exitTs": 1764212160,
          "dir": -1,
          "entryPrice": 4165.155,
          "exitPrice": 4144.781,
          "stopDistance": 10.187,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 476
        },
        {
          "entryTs": 1764213480,
          "entryUtc": "2025-11-27T03:18:00.000Z",
          "exitTs": 1764225360,
          "dir": -1,
          "entryPrice": 4149.045,
          "exitPrice": 4157.35,
          "stopDistance": 8.305,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 198
        },
        {
          "entryTs": 1764235080,
          "entryUtc": "2025-11-27T09:18:00.000Z",
          "exitTs": 1764288420,
          "dir": 1,
          "entryPrice": 4152.185,
          "exitPrice": 4167.261,
          "stopDistance": 7.538,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 889
        },
        {
          "entryTs": 1764301200,
          "entryUtc": "2025-11-28T03:40:00.000Z",
          "exitTs": 1764306540,
          "dir": 1,
          "entryPrice": 4182.795,
          "exitPrice": 4175.625,
          "stopDistance": 7.17,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 89
        },
        {
          "entryTs": 1764318780,
          "entryUtc": "2025-11-28T08:33:00.000Z",
          "exitTs": 1764329100,
          "dir": -1,
          "entryPrice": 4167.476,
          "exitPrice": 4178.435,
          "stopDistance": 10.959,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 172
        },
        {
          "entryTs": 1764550260,
          "entryUtc": "2025-12-01T00:51:00.000Z",
          "exitTs": 1764554160,
          "dir": 1,
          "entryPrice": 4226.025,
          "exitPrice": 4249.806,
          "stopDistance": 11.891,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 65
        },
        {
          "entryTs": 1764555600,
          "entryUtc": "2025-12-01T02:20:00.000Z",
          "exitTs": 1764565980,
          "dir": 1,
          "entryPrice": 4245.105,
          "exitPrice": 4230.622,
          "stopDistance": 14.483,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 173
        },
        {
          "entryTs": 1764568080,
          "entryUtc": "2025-12-01T05:48:00.000Z",
          "exitTs": 1764573960,
          "dir": -1,
          "entryPrice": 4227.625,
          "exitPrice": 4240.87,
          "stopDistance": 13.245,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 98
        },
        {
          "entryTs": 1764585600,
          "entryUtc": "2025-12-01T10:40:00.000Z",
          "exitTs": 1764597900,
          "dir": 1,
          "entryPrice": 4251.945,
          "exitPrice": 4240.755,
          "stopDistance": 11.19,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 205
        },
        {
          "entryTs": 1764598560,
          "entryUtc": "2025-12-01T14:16:00.000Z",
          "exitTs": 1764600120,
          "dir": -1,
          "entryPrice": 4248.995,
          "exitPrice": 4224.503,
          "stopDistance": 12.246,
          "outcome": "target",
          "netR": 1.9698,
          "holdMinutes": 26
        },
        {
          "entryTs": 1764601200,
          "entryUtc": "2025-12-01T15:00:00.000Z",
          "exitTs": 1764720000,
          "dir": -1,
          "entryPrice": 4241.375,
          "exitPrice": 4210.802,
          "stopDistance": 15.286,
          "outcome": "target",
          "netR": 1.9758,
          "holdMinutes": 1980
        },
        {
          "entryTs": 1764741960,
          "entryUtc": "2025-12-03T06:06:00.000Z",
          "exitTs": 1764767700,
          "dir": -1,
          "entryPrice": 4209.495,
          "exitPrice": 4218.918,
          "stopDistance": 9.423,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 429
        },
        {
          "entryTs": 1764774960,
          "entryUtc": "2025-12-03T15:16:00.000Z",
          "exitTs": 1764892800,
          "dir": -1,
          "entryPrice": 4219.095,
          "exitPrice": 4205.605,
          "stopDistance": 14.849,
          "outcome": "time",
          "netR": 0.8836,
          "holdMinutes": 1964
        },
        {
          "entryTs": 1764898440,
          "entryUtc": "2025-12-05T01:34:00.000Z",
          "exitTs": 1764906300,
          "dir": -1,
          "entryPrice": 4200.585,
          "exitPrice": 4209.342,
          "stopDistance": 8.758,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 131
        },
        {
          "entryTs": 1764916260,
          "entryUtc": "2025-12-05T06:31:00.000Z",
          "exitTs": 1764926280,
          "dir": 1,
          "entryPrice": 4224.355,
          "exitPrice": 4216.698,
          "stopDistance": 7.657,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 167
        },
        {
          "entryTs": 1764937860,
          "entryUtc": "2025-12-05T12:31:00.000Z",
          "exitTs": 1764941820,
          "dir": 1,
          "entryPrice": 4223.765,
          "exitPrice": 4236.906,
          "stopDistance": 6.571,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 66
        },
        {
          "entryTs": 1764949800,
          "entryUtc": "2025-12-05T15:50:00.000Z",
          "exitTs": 1764950700,
          "dir": 1,
          "entryPrice": 4246.325,
          "exitPrice": 4235.448,
          "stopDistance": 10.877,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 15
        },
        {
          "entryTs": 1764954360,
          "entryUtc": "2025-12-05T17:06:00.000Z",
          "exitTs": 1765148400,
          "dir": -1,
          "entryPrice": 4218.165,
          "exitPrice": 4194.985,
          "stopDistance": 16.712,
          "outcome": "time",
          "netR": 1.3649,
          "holdMinutes": 3234
        },
        {
          "entryTs": 1765160280,
          "entryUtc": "2025-12-08T02:18:00.000Z",
          "exitTs": 1765162560,
          "dir": -1,
          "entryPrice": 4202.045,
          "exitPrice": 4211.696,
          "stopDistance": 9.651,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 38
        },
        {
          "entryTs": 1765174080,
          "entryUtc": "2025-12-08T06:08:00.000Z",
          "exitTs": 1765180800,
          "dir": 1,
          "entryPrice": 4212.385,
          "exitPrice": 4204.528,
          "stopDistance": 7.857,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 112
        },
        {
          "entryTs": 1765201500,
          "entryUtc": "2025-12-08T13:45:00.000Z",
          "exitTs": 1765206240,
          "dir": -1,
          "entryPrice": 4204.665,
          "exitPrice": 4188.339,
          "stopDistance": 8.163,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 79
        },
        {
          "entryTs": 1765207920,
          "entryUtc": "2025-12-08T15:32:00.000Z",
          "exitTs": 1765271760,
          "dir": -1,
          "entryPrice": 4193.025,
          "exitPrice": 4206.049,
          "stopDistance": 13.024,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 1064
        },
        {
          "entryTs": 1765273140,
          "entryUtc": "2025-12-09T09:39:00.000Z",
          "exitTs": 1765289400,
          "dir": 1,
          "entryPrice": 4203.105,
          "exitPrice": 4194.361,
          "stopDistance": 8.744,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 271
        },
        {
          "entryTs": 1765290600,
          "entryUtc": "2025-12-09T14:30:00.000Z",
          "exitTs": 1765290840,
          "dir": -1,
          "entryPrice": 4194.295,
          "exitPrice": 4202.849,
          "stopDistance": 8.555,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 4
        },
        {
          "entryTs": 1765292400,
          "entryUtc": "2025-12-09T15:00:00.000Z",
          "exitTs": 1765293000,
          "dir": 1,
          "entryPrice": 4201.975,
          "exitPrice": 4192.353,
          "stopDistance": 9.622,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 10
        },
        {
          "entryTs": 1765297320,
          "entryUtc": "2025-12-09T16:22:00.000Z",
          "exitTs": 1765356780,
          "dir": 1,
          "entryPrice": 4209.905,
          "exitPrice": 4197.472,
          "stopDistance": 12.432,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 991
        },
        {
          "entryTs": 1765400760,
          "entryUtc": "2025-12-10T21:06:00.000Z",
          "exitTs": 1765431540,
          "dir": 1,
          "entryPrice": 4226.405,
          "exitPrice": 4208.182,
          "stopDistance": 18.222,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 513
        },
        {
          "entryTs": 1765459800,
          "entryUtc": "2025-12-11T13:30:00.000Z",
          "exitTs": 1765461000,
          "dir": -1,
          "entryPrice": 4213.815,
          "exitPrice": 4222.472,
          "stopDistance": 8.657,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 20
        },
        {
          "entryTs": 1765461840,
          "entryUtc": "2025-12-11T14:04:00.000Z",
          "exitTs": 1765463700,
          "dir": 1,
          "entryPrice": 4217.935,
          "exitPrice": 4236.31,
          "stopDistance": 9.187,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 31
        },
        {
          "entryTs": 1765468800,
          "entryUtc": "2025-12-11T16:00:00.000Z",
          "exitTs": 1765471860,
          "dir": 1,
          "entryPrice": 4250.025,
          "exitPrice": 4277.093,
          "stopDistance": 13.534,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 51
        },
        {
          "entryTs": 1765474560,
          "entryUtc": "2025-12-11T17:36:00.000Z",
          "exitTs": 1765528680,
          "dir": 1,
          "entryPrice": 4272.125,
          "exitPrice": 4299.9,
          "stopDistance": 13.888,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 902
        },
        {
          "entryTs": 1765531860,
          "entryUtc": "2025-12-12T09:31:00.000Z",
          "exitTs": 1765536360,
          "dir": 1,
          "entryPrice": 4312.365,
          "exitPrice": 4329.762,
          "stopDistance": 8.698,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 75
        },
        {
          "entryTs": 1765539360,
          "entryUtc": "2025-12-12T11:36:00.000Z",
          "exitTs": 1765544400,
          "dir": 1,
          "entryPrice": 4331.708,
          "exitPrice": 4321.459,
          "stopDistance": 10.249,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 84
        },
        {
          "entryTs": 1765547160,
          "entryUtc": "2025-12-12T13:46:00.000Z",
          "exitTs": 1765552800,
          "dir": 1,
          "entryPrice": 4334.208,
          "exitPrice": 4323.757,
          "stopDistance": 10.451,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 94
        },
        {
          "entryTs": 1765554300,
          "entryUtc": "2025-12-12T15:45:00.000Z",
          "exitTs": 1765555320,
          "dir": -1,
          "entryPrice": 4317.845,
          "exitPrice": 4281.425,
          "stopDistance": 18.21,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 17
        },
        {
          "entryTs": 1765784280,
          "entryUtc": "2025-12-15T07:38:00.000Z",
          "exitTs": 1765807800,
          "dir": 1,
          "entryPrice": 4337.735,
          "exitPrice": 4328.853,
          "stopDistance": 8.882,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 392
        },
        {
          "entryTs": 1765820880,
          "entryUtc": "2025-12-15T17:48:00.000Z",
          "exitTs": 1765863000,
          "dir": -1,
          "entryPrice": 4305.505,
          "exitPrice": 4275.898,
          "stopDistance": 14.804,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 702
        },
        {
          "entryTs": 1765888620,
          "entryUtc": "2025-12-16T12:37:00.000Z",
          "exitTs": 1765891800,
          "dir": 1,
          "entryPrice": 4287.585,
          "exitPrice": 4305.282,
          "stopDistance": 8.849,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 53
        },
        {
          "entryTs": 1765897200,
          "entryUtc": "2025-12-16T15:00:00.000Z",
          "exitTs": 1765901760,
          "dir": 1,
          "entryPrice": 4321.515,
          "exitPrice": 4310.105,
          "stopDistance": 11.41,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 76
        },
        {
          "entryTs": 1765904400,
          "entryUtc": "2025-12-16T17:00:00.000Z",
          "exitTs": 1765933740,
          "dir": -1,
          "entryPrice": 4302.785,
          "exitPrice": 4317.22,
          "stopDistance": 14.435,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 489
        },
        {
          "entryTs": 1765937040,
          "entryUtc": "2025-12-17T02:04:00.000Z",
          "exitTs": 1765939680,
          "dir": 1,
          "entryPrice": 4321.775,
          "exitPrice": 4313.377,
          "stopDistance": 8.398,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 44
        },
        {
          "entryTs": 1765947720,
          "entryUtc": "2025-12-17T05:02:00.000Z",
          "exitTs": 1765956240,
          "dir": 1,
          "entryPrice": 4328.175,
          "exitPrice": 4319.711,
          "stopDistance": 8.464,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 142
        },
        {
          "entryTs": 1765980720,
          "entryUtc": "2025-12-17T14:12:00.000Z",
          "exitTs": 1765988580,
          "dir": 1,
          "entryPrice": 4332.865,
          "exitPrice": 4322.648,
          "stopDistance": 10.217,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 131
        },
        {
          "entryTs": 1765998240,
          "entryUtc": "2025-12-17T19:04:00.000Z",
          "exitTs": 1766069100,
          "dir": -1,
          "entryPrice": 4336.215,
          "exitPrice": 4310.127,
          "stopDistance": 13.044,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1766070000,
          "entryUtc": "2025-12-18T15:00:00.000Z",
          "exitTs": 1766073720,
          "dir": -1,
          "entryPrice": 4329.855,
          "exitPrice": 4343.037,
          "stopDistance": 13.182,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 62
        },
        {
          "entryTs": 1766076720,
          "entryUtc": "2025-12-18T16:52:00.000Z",
          "exitTs": 1766077560,
          "dir": 1,
          "entryPrice": 4361.698,
          "exitPrice": 4345.81,
          "stopDistance": 15.889,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 14
        },
        {
          "entryTs": 1766079180,
          "entryUtc": "2025-12-18T17:33:00.000Z",
          "exitTs": 1766160000,
          "dir": -1,
          "entryPrice": 4332.615,
          "exitPrice": 4351.593,
          "stopDistance": 18.978,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 1347
        },
        {
          "entryTs": 1766369220,
          "entryUtc": "2025-12-22T02:07:00.000Z",
          "exitTs": 1766379000,
          "dir": 1,
          "entryPrice": 4379.415,
          "exitPrice": 4399.117,
          "stopDistance": 9.851,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 163
        },
        {
          "entryTs": 1766390400,
          "entryUtc": "2025-12-22T08:00:00.000Z",
          "exitTs": 1766418540,
          "dir": 1,
          "entryPrice": 4410.058,
          "exitPrice": 4431.184,
          "stopDistance": 10.563,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 469
        },
        {
          "entryTs": 1766446320,
          "entryUtc": "2025-12-22T23:32:00.000Z",
          "exitTs": 1766451600,
          "dir": 1,
          "entryPrice": 4454.665,
          "exitPrice": 4472.279,
          "stopDistance": 8.807,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 88
        },
        {
          "entryTs": 1766482260,
          "entryUtc": "2025-12-23T09:31:00.000Z",
          "exitTs": 1766491080,
          "dir": -1,
          "entryPrice": 4484.225,
          "exitPrice": 4493.254,
          "stopDistance": 9.029,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 147
        },
        {
          "entryTs": 1766505600,
          "entryUtc": "2025-12-23T16:00:00.000Z",
          "exitTs": 1766508780,
          "dir": -1,
          "entryPrice": 4459.245,
          "exitPrice": 4473.385,
          "stopDistance": 14.14,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 53
        },
        {
          "entryTs": 1766509440,
          "entryUtc": "2025-12-23T17:04:00.000Z",
          "exitTs": 1766516580,
          "dir": -1,
          "entryPrice": 4479.695,
          "exitPrice": 4491.734,
          "stopDistance": 12.039,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 119
        },
        {
          "entryTs": 1766544960,
          "entryUtc": "2025-12-24T02:56:00.000Z",
          "exitTs": 1766545080,
          "dir": 1,
          "entryPrice": 4499.365,
          "exitPrice": 4487.055,
          "stopDistance": 12.311,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 2
        },
        {
          "entryTs": 1766546100,
          "entryUtc": "2025-12-24T03:15:00.000Z",
          "exitTs": 1766590980,
          "dir": -1,
          "entryPrice": 4485.785,
          "exitPrice": 4452.266,
          "stopDistance": 16.76,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 748
        },
        {
          "entryTs": 1766592060,
          "entryUtc": "2025-12-24T16:01:00.000Z",
          "exitTs": 1766595420,
          "dir": -1,
          "entryPrice": 4460.465,
          "exitPrice": 4476.46,
          "stopDistance": 15.995,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 56
        },
        {
          "entryTs": 1766765580,
          "entryUtc": "2025-12-26T16:13:00.000Z",
          "exitTs": 1766769300,
          "dir": 1,
          "entryPrice": 4537.068,
          "exitPrice": 4524.13,
          "stopDistance": 12.938,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 62
        },
        {
          "entryTs": 1766969280,
          "entryUtc": "2025-12-29T00:48:00.000Z",
          "exitTs": 1766991600,
          "dir": -1,
          "entryPrice": 4502.748,
          "exitPrice": 4462.258,
          "stopDistance": 20.245,
          "outcome": "target",
          "netR": 1.9817,
          "holdMinutes": 372
        },
        {
          "entryTs": 1766992560,
          "entryUtc": "2025-12-29T07:16:00.000Z",
          "exitTs": 1767008400,
          "dir": -1,
          "entryPrice": 4475.965,
          "exitPrice": 4438.881,
          "stopDistance": 18.542,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 264
        },
        {
          "entryTs": 1767010020,
          "entryUtc": "2025-12-29T12:07:00.000Z",
          "exitTs": 1767016020,
          "dir": -1,
          "entryPrice": 4453.255,
          "exitPrice": 4418.261,
          "stopDistance": 17.497,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 100
        },
        {
          "entryTs": 1767027240,
          "entryUtc": "2025-12-29T16:54:00.000Z",
          "exitTs": 1767072240,
          "dir": -1,
          "entryPrice": 4342.725,
          "exitPrice": 4372.254,
          "stopDistance": 29.529,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 750
        },
        {
          "entryTs": 1767075300,
          "entryUtc": "2025-12-30T06:15:00.000Z",
          "exitTs": 1767083220,
          "dir": 1,
          "entryPrice": 4371.685,
          "exitPrice": 4358.178,
          "stopDistance": 13.507,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 132
        },
        {
          "entryTs": 1767084660,
          "entryUtc": "2025-12-30T08:51:00.000Z",
          "exitTs": 1767086220,
          "dir": -1,
          "entryPrice": 4360.105,
          "exitPrice": 4374.853,
          "stopDistance": 14.748,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 26
        },
        {
          "entryTs": 1767100740,
          "entryUtc": "2025-12-30T13:19:00.000Z",
          "exitTs": 1767101580,
          "dir": 1,
          "entryPrice": 4391.295,
          "exitPrice": 4378.808,
          "stopDistance": 12.487,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 14
        },
        {
          "entryTs": 1767103200,
          "entryUtc": "2025-12-30T14:00:00.000Z",
          "exitTs": 1767105960,
          "dir": -1,
          "entryPrice": 4389.215,
          "exitPrice": 4361.559,
          "stopDistance": 13.828,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 46
        },
        {
          "entryTs": 1767107160,
          "entryUtc": "2025-12-30T15:06:00.000Z",
          "exitTs": 1767124560,
          "dir": -1,
          "entryPrice": 4371.995,
          "exitPrice": 4339.033,
          "stopDistance": 16.481,
          "outcome": "target",
          "netR": 1.9775,
          "holdMinutes": 290
        },
        {
          "entryTs": 1767125760,
          "entryUtc": "2025-12-30T20:16:00.000Z",
          "exitTs": 1767145080,
          "dir": -1,
          "entryPrice": 4350.105,
          "exitPrice": 4365.262,
          "stopDistance": 15.157,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 322
        },
        {
          "entryTs": 1767149760,
          "entryUtc": "2025-12-31T02:56:00.000Z",
          "exitTs": 1767157020,
          "dir": 1,
          "entryPrice": 4348.965,
          "exitPrice": 4333.422,
          "stopDistance": 15.543,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 121
        },
        {
          "entryTs": 1767161880,
          "entryUtc": "2025-12-31T06:18:00.000Z",
          "exitTs": 1767163920,
          "dir": -1,
          "entryPrice": 4301.005,
          "exitPrice": 4323.95,
          "stopDistance": 22.945,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 34
        },
        {
          "entryTs": 1767164340,
          "entryUtc": "2025-12-31T06:59:00.000Z",
          "exitTs": 1767192420,
          "dir": -1,
          "entryPrice": 4327.375,
          "exitPrice": 4348.946,
          "stopDistance": 21.571,
          "outcome": "stop",
          "netR": -1.0195,
          "holdMinutes": 468
        },
        {
          "entryTs": 1767197100,
          "entryUtc": "2025-12-31T16:05:00.000Z",
          "exitTs": 1767209760,
          "dir": 1,
          "entryPrice": 4325.345,
          "exitPrice": 4309.583,
          "stopDistance": 15.762,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 211
        },
        {
          "entryTs": 1767353400,
          "entryUtc": "2026-01-02T11:30:00.000Z",
          "exitTs": 1767360240,
          "dir": 1,
          "entryPrice": 4393.345,
          "exitPrice": 4384.04,
          "stopDistance": 9.305,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 114
        },
        {
          "entryTs": 1767361560,
          "entryUtc": "2026-01-02T13:46:00.000Z",
          "exitTs": 1767364500,
          "dir": -1,
          "entryPrice": 4377.035,
          "exitPrice": 4352.134,
          "stopDistance": 12.45,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 49
        },
        {
          "entryTs": 1767368400,
          "entryUtc": "2026-01-02T15:40:00.000Z",
          "exitTs": 1767377700,
          "dir": -1,
          "entryPrice": 4342.555,
          "exitPrice": 4310.075,
          "stopDistance": 16.24,
          "outcome": "target",
          "netR": 1.9772,
          "holdMinutes": 155
        },
        {
          "entryTs": 1767569520,
          "entryUtc": "2026-01-04T23:32:00.000Z",
          "exitTs": 1767573060,
          "dir": 1,
          "entryPrice": 4360.655,
          "exitPrice": 4389.316,
          "stopDistance": 14.331,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 59
        },
        {
          "entryTs": 1767613740,
          "entryUtc": "2026-01-05T11:49:00.000Z",
          "exitTs": 1767619740,
          "dir": -1,
          "entryPrice": 4424.405,
          "exitPrice": 4400.497,
          "stopDistance": 11.954,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 100
        },
        {
          "entryTs": 1767627480,
          "entryUtc": "2026-01-05T15:38:00.000Z",
          "exitTs": 1767669840,
          "dir": 1,
          "entryPrice": 4435.998,
          "exitPrice": 4467.579,
          "stopDistance": 15.791,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 706
        },
        {
          "entryTs": 1767680340,
          "entryUtc": "2026-01-06T06:19:00.000Z",
          "exitTs": 1767683280,
          "dir": -1,
          "entryPrice": 4458.165,
          "exitPrice": 4469.528,
          "stopDistance": 11.363,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 49
        },
        {
          "entryTs": 1767690120,
          "entryUtc": "2026-01-06T09:02:00.000Z",
          "exitTs": 1767690900,
          "dir": 1,
          "entryPrice": 4464.195,
          "exitPrice": 4452.71,
          "stopDistance": 11.485,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 13
        },
        {
          "entryTs": 1767699180,
          "entryUtc": "2026-01-06T11:33:00.000Z",
          "exitTs": 1767705360,
          "dir": -1,
          "entryPrice": 4457.935,
          "exitPrice": 4469.68,
          "stopDistance": 11.745,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 103
        },
        {
          "entryTs": 1767709200,
          "entryUtc": "2026-01-06T14:20:00.000Z",
          "exitTs": 1767711300,
          "dir": 1,
          "entryPrice": 4466.025,
          "exitPrice": 4488.529,
          "stopDistance": 11.252,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 35
        },
        {
          "entryTs": 1767712320,
          "entryUtc": "2026-01-06T15:12:00.000Z",
          "exitTs": 1767713640,
          "dir": 1,
          "entryPrice": 4479.045,
          "exitPrice": 4466.318,
          "stopDistance": 12.727,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 22
        },
        {
          "entryTs": 1767751740,
          "entryUtc": "2026-01-07T02:09:00.000Z",
          "exitTs": 1767764700,
          "dir": -1,
          "entryPrice": 4470.195,
          "exitPrice": 4446.434,
          "stopDistance": 11.88,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 216
        },
        {
          "entryTs": 1767765600,
          "entryUtc": "2026-01-07T06:00:00.000Z",
          "exitTs": 1767773400,
          "dir": -1,
          "entryPrice": 4454.195,
          "exitPrice": 4465.816,
          "stopDistance": 11.621,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 130
        },
        {
          "entryTs": 1767807360,
          "entryUtc": "2026-01-07T17:36:00.000Z",
          "exitTs": 1767837900,
          "dir": 1,
          "entryPrice": 4456.615,
          "exitPrice": 4440.085,
          "stopDistance": 16.53,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 509
        },
        {
          "entryTs": 1767863700,
          "entryUtc": "2026-01-08T09:15:00.000Z",
          "exitTs": 1767873660,
          "dir": 1,
          "entryPrice": 4430.285,
          "exitPrice": 4418.818,
          "stopDistance": 11.467,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 166
        },
        {
          "entryTs": 1767961200,
          "entryUtc": "2026-01-09T12:20:00.000Z",
          "exitTs": 1767961980,
          "dir": 1,
          "entryPrice": 4471.745,
          "exitPrice": 4463.874,
          "stopDistance": 7.872,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 13
        },
        {
          "entryTs": 1767974820,
          "entryUtc": "2026-01-09T16:07:00.000Z",
          "exitTs": 1767981180,
          "dir": 1,
          "entryPrice": 4504.915,
          "exitPrice": 4488.81,
          "stopDistance": 16.105,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 106
        },
        {
          "entryTs": 1767982500,
          "entryUtc": "2026-01-09T18:15:00.000Z",
          "exitTs": 1767989700,
          "dir": -1,
          "entryPrice": 4493.015,
          "exitPrice": 4508.443,
          "stopDistance": 15.428,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 120
        },
        {
          "entryTs": 1768179600,
          "entryUtc": "2026-01-12T01:00:00.000Z",
          "exitTs": 1768183140,
          "dir": 1,
          "entryPrice": 4587.785,
          "exitPrice": 4571.246,
          "stopDistance": 16.539,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 59
        },
        {
          "entryTs": 1768183680,
          "entryUtc": "2026-01-12T02:08:00.000Z",
          "exitTs": 1768207740,
          "dir": 1,
          "entryPrice": 4561.848,
          "exitPrice": 4594.41,
          "stopDistance": 16.281,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 401
        },
        {
          "entryTs": 1768211220,
          "entryUtc": "2026-01-12T09:47:00.000Z",
          "exitTs": 1768219680,
          "dir": 1,
          "entryPrice": 4593.068,
          "exitPrice": 4581.36,
          "stopDistance": 11.708,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 141
        },
        {
          "entryTs": 1768226580,
          "entryUtc": "2026-01-12T14:03:00.000Z",
          "exitTs": 1768227000,
          "dir": 1,
          "entryPrice": 4604.108,
          "exitPrice": 4592.334,
          "stopDistance": 11.774,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 7
        },
        {
          "entryTs": 1768228320,
          "entryUtc": "2026-01-12T14:32:00.000Z",
          "exitTs": 1768230360,
          "dir": -1,
          "entryPrice": 4599.385,
          "exitPrice": 4614.095,
          "stopDistance": 14.711,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 34
        },
        {
          "entryTs": 1768236000,
          "entryUtc": "2026-01-12T16:40:00.000Z",
          "exitTs": 1768250640,
          "dir": 1,
          "entryPrice": 4610.095,
          "exitPrice": 4592.909,
          "stopDistance": 17.186,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 244
        },
        {
          "entryTs": 1768260840,
          "entryUtc": "2026-01-12T23:34:00.000Z",
          "exitTs": 1768309920,
          "dir": -1,
          "entryPrice": 4588.365,
          "exitPrice": 4602.794,
          "stopDistance": 14.429,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 818
        },
        {
          "entryTs": 1768317480,
          "entryUtc": "2026-01-13T15:18:00.000Z",
          "exitTs": 1768321620,
          "dir": 1,
          "entryPrice": 4606.798,
          "exitPrice": 4593.936,
          "stopDistance": 12.862,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 69
        },
        {
          "entryTs": 1768328100,
          "entryUtc": "2026-01-13T18:15:00.000Z",
          "exitTs": 1768352400,
          "dir": -1,
          "entryPrice": 4594.095,
          "exitPrice": 4610.688,
          "stopDistance": 16.593,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 405
        },
        {
          "entryTs": 1768370100,
          "entryUtc": "2026-01-14T05:55:00.000Z",
          "exitTs": 1768370220,
          "dir": 1,
          "entryPrice": 4630.648,
          "exitPrice": 4620.716,
          "stopDistance": 9.932,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 2
        },
        {
          "entryTs": 1768403760,
          "entryUtc": "2026-01-14T15:16:00.000Z",
          "exitTs": 1768416600,
          "dir": -1,
          "entryPrice": 4620.475,
          "exitPrice": 4634.042,
          "stopDistance": 13.567,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 214
        },
        {
          "entryTs": 1768444620,
          "entryUtc": "2026-01-15T02:37:00.000Z",
          "exitTs": 1768446780,
          "dir": 1,
          "entryPrice": 4606.975,
          "exitPrice": 4591.758,
          "stopDistance": 15.217,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 36
        },
        {
          "entryTs": 1768485840,
          "entryUtc": "2026-01-15T14:04:00.000Z",
          "exitTs": 1768487040,
          "dir": -1,
          "entryPrice": 4594.195,
          "exitPrice": 4605.467,
          "stopDistance": 11.272,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 20
        },
        {
          "entryTs": 1768509300,
          "entryUtc": "2026-01-15T20:35:00.000Z",
          "exitTs": 1768518000,
          "dir": -1,
          "entryPrice": 4608.565,
          "exitPrice": 4618.935,
          "stopDistance": 10.37,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 145
        },
        {
          "entryTs": 1768543500,
          "entryUtc": "2026-01-16T06:05:00.000Z",
          "exitTs": 1768545840,
          "dir": 1,
          "entryPrice": 4606.365,
          "exitPrice": 4597.285,
          "stopDistance": 9.08,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 39
        },
        {
          "entryTs": 1768546860,
          "entryUtc": "2026-01-16T07:01:00.000Z",
          "exitTs": 1768547520,
          "dir": -1,
          "entryPrice": 4599.015,
          "exitPrice": 4608.788,
          "stopDistance": 9.773,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 11
        },
        {
          "entryTs": 1768548600,
          "entryUtc": "2026-01-16T07:30:00.000Z",
          "exitTs": 1768569360,
          "dir": 1,
          "entryPrice": 4604.655,
          "exitPrice": 4594.151,
          "stopDistance": 10.504,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 346
        },
        {
          "entryTs": 1768578480,
          "entryUtc": "2026-01-16T15:48:00.000Z",
          "exitTs": 1768579800,
          "dir": -1,
          "entryPrice": 4570.105,
          "exitPrice": 4590.453,
          "stopDistance": 20.348,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 22
        },
        {
          "entryTs": 1768582260,
          "entryUtc": "2026-01-16T16:51:00.000Z",
          "exitTs": 1768777200,
          "dir": 1,
          "entryPrice": 4584.098,
          "exitPrice": 4628.163,
          "stopDistance": 22.032,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 3249
        },
        {
          "entryTs": 1768788060,
          "entryUtc": "2026-01-19T02:01:00.000Z",
          "exitTs": 1768878060,
          "dir": 1,
          "entryPrice": 4653.375,
          "exitPrice": 4667.265,
          "stopDistance": 21.154,
          "outcome": "time",
          "netR": 0.6391,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1768891020,
          "entryUtc": "2026-01-20T06:37:00.000Z",
          "exitTs": 1768899300,
          "dir": 1,
          "entryPrice": 4707.175,
          "exitPrice": 4728.522,
          "stopDistance": 10.673,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 138
        },
        {
          "entryTs": 1768902900,
          "entryUtc": "2026-01-20T09:55:00.000Z",
          "exitTs": 1768915200,
          "dir": 1,
          "entryPrice": 4732.705,
          "exitPrice": 4721.388,
          "stopDistance": 11.317,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 205
        },
        {
          "entryTs": 1768919400,
          "entryUtc": "2026-01-20T14:30:00.000Z",
          "exitTs": 1768922640,
          "dir": 1,
          "entryPrice": 4740.095,
          "exitPrice": 4728.09,
          "stopDistance": 12.005,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 54
        },
        {
          "entryTs": 1768922700,
          "entryUtc": "2026-01-20T15:25:00.000Z",
          "exitTs": 1768927800,
          "dir": 1,
          "entryPrice": 4727.235,
          "exitPrice": 4748.758,
          "stopDistance": 10.761,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 85
        },
        {
          "entryTs": 1768942440,
          "entryUtc": "2026-01-20T20:54:00.000Z",
          "exitTs": 1768952640,
          "dir": -1,
          "entryPrice": 4754.945,
          "exitPrice": 4767.234,
          "stopDistance": 12.289,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 170
        },
        {
          "entryTs": 1768953720,
          "entryUtc": "2026-01-21T00:02:00.000Z",
          "exitTs": 1768957440,
          "dir": 1,
          "entryPrice": 4771.745,
          "exitPrice": 4794.458,
          "stopDistance": 11.357,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 62
        },
        {
          "entryTs": 1768983480,
          "entryUtc": "2026-01-21T08:18:00.000Z",
          "exitTs": 1769008860,
          "dir": -1,
          "entryPrice": 4865.805,
          "exitPrice": 4824.939,
          "stopDistance": 20.433,
          "outcome": "target",
          "netR": 1.9819,
          "holdMinutes": 423
        },
        {
          "entryTs": 1769010780,
          "entryUtc": "2026-01-21T15:53:00.000Z",
          "exitTs": 1769024100,
          "dir": -1,
          "entryPrice": 4845.275,
          "exitPrice": 4794.711,
          "stopDistance": 25.282,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 222
        },
        {
          "entryTs": 1769025600,
          "entryUtc": "2026-01-21T20:00:00.000Z",
          "exitTs": 1769028180,
          "dir": -1,
          "entryPrice": 4782.775,
          "exitPrice": 4814.287,
          "stopDistance": 31.512,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 43
        },
        {
          "entryTs": 1769028240,
          "entryUtc": "2026-01-21T20:44:00.000Z",
          "exitTs": 1769095560,
          "dir": -1,
          "entryPrice": 4821.225,
          "exitPrice": 4851.996,
          "stopDistance": 30.771,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 1122
        },
        {
          "entryTs": 1769124600,
          "entryUtc": "2026-01-22T23:30:00.000Z",
          "exitTs": 1769129940,
          "dir": 1,
          "entryPrice": 4935.365,
          "exitPrice": 4964.581,
          "stopDistance": 14.608,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 89
        },
        {
          "entryTs": 1769152800,
          "entryUtc": "2026-01-23T07:20:00.000Z",
          "exitTs": 1769156400,
          "dir": -1,
          "entryPrice": 4958.835,
          "exitPrice": 4932.909,
          "stopDistance": 12.963,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 60
        },
        {
          "entryTs": 1769163840,
          "entryUtc": "2026-01-23T10:24:00.000Z",
          "exitTs": 1769173440,
          "dir": -1,
          "entryPrice": 4926.065,
          "exitPrice": 4942.598,
          "stopDistance": 16.533,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 160
        },
        {
          "entryTs": 1769174460,
          "entryUtc": "2026-01-23T13:21:00.000Z",
          "exitTs": 1769182980,
          "dir": 1,
          "entryPrice": 4930.295,
          "exitPrice": 4960.57,
          "stopDistance": 15.138,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 142
        },
        {
          "entryTs": 1769442060,
          "entryUtc": "2026-01-26T15:41:00.000Z",
          "exitTs": 1769454120,
          "dir": 1,
          "entryPrice": 5074.515,
          "exitPrice": 5056.111,
          "stopDistance": 18.404,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 201
        },
        {
          "entryTs": 1769459520,
          "entryUtc": "2026-01-26T20:32:00.000Z",
          "exitTs": 1769463360,
          "dir": -1,
          "entryPrice": 5061.175,
          "exitPrice": 5002.434,
          "stopDistance": 29.37,
          "outcome": "target",
          "netR": 1.9874,
          "holdMinutes": 64
        },
        {
          "entryTs": 1769477520,
          "entryUtc": "2026-01-27T01:32:00.000Z",
          "exitTs": 1769544600,
          "dir": 1,
          "entryPrice": 5062.635,
          "exitPrice": 5127.39,
          "stopDistance": 32.378,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 1118
        },
        {
          "entryTs": 1769549100,
          "entryUtc": "2026-01-27T21:25:00.000Z",
          "exitTs": 1769564700,
          "dir": 1,
          "entryPrice": 5170.675,
          "exitPrice": 5218.89,
          "stopDistance": 24.108,
          "outcome": "target",
          "netR": 1.9847,
          "holdMinutes": 260
        },
        {
          "entryTs": 1769565600,
          "entryUtc": "2026-01-28T02:00:00.000Z",
          "exitTs": 1769577000,
          "dir": 1,
          "entryPrice": 5204.225,
          "exitPrice": 5253.821,
          "stopDistance": 24.798,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 190
        },
        {
          "entryTs": 1769600460,
          "entryUtc": "2026-01-28T11:41:00.000Z",
          "exitTs": 1769605320,
          "dir": -1,
          "entryPrice": 5261.815,
          "exitPrice": 5283.596,
          "stopDistance": 21.781,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 81
        },
        {
          "entryTs": 1769608800,
          "entryUtc": "2026-01-28T14:00:00.000Z",
          "exitTs": 1769612400,
          "dir": -1,
          "entryPrice": 5268.645,
          "exitPrice": 5290.355,
          "stopDistance": 21.71,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 60
        },
        {
          "entryTs": 1769626800,
          "entryUtc": "2026-01-28T19:00:00.000Z",
          "exitTs": 1769629500,
          "dir": -1,
          "entryPrice": 5283.405,
          "exitPrice": 5312.598,
          "stopDistance": 29.193,
          "outcome": "stop",
          "netR": -1.0144,
          "holdMinutes": 45
        },
        {
          "entryTs": 1769644860,
          "entryUtc": "2026-01-29T00:01:00.000Z",
          "exitTs": 1769650920,
          "dir": 1,
          "entryPrice": 5471.765,
          "exitPrice": 5546.336,
          "stopDistance": 37.286,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 101
        },
        {
          "entryTs": 1769678700,
          "entryUtc": "2026-01-29T09:25:00.000Z",
          "exitTs": 1769699220,
          "dir": -1,
          "entryPrice": 5517.175,
          "exitPrice": 5436.407,
          "stopDistance": 40.384,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 342
        },
        {
          "entryTs": 1769702700,
          "entryUtc": "2026-01-29T16:05:00.000Z",
          "exitTs": 1769707440,
          "dir": -1,
          "entryPrice": 5257.015,
          "exitPrice": 5343.777,
          "stopDistance": 86.762,
          "outcome": "stop",
          "netR": -1.0048,
          "holdMinutes": 79
        },
        {
          "entryTs": 1769736780,
          "entryUtc": "2026-01-30T01:33:00.000Z",
          "exitTs": 1769739120,
          "dir": -1,
          "entryPrice": 5363.155,
          "exitPrice": 5229.418,
          "stopDistance": 66.868,
          "outcome": "target",
          "netR": 1.9945,
          "holdMinutes": 39
        },
        {
          "entryTs": 1769740740,
          "entryUtc": "2026-01-30T02:39:00.000Z",
          "exitTs": 1769762100,
          "dir": -1,
          "entryPrice": 5213.698,
          "exitPrice": 5053.181,
          "stopDistance": 80.259,
          "outcome": "target",
          "netR": 1.9954,
          "holdMinutes": 356
        },
        {
          "entryTs": 1769763780,
          "entryUtc": "2026-01-30T09:03:00.000Z",
          "exitTs": 1769766180,
          "dir": -1,
          "entryPrice": 5128.255,
          "exitPrice": 4992.412,
          "stopDistance": 67.922,
          "outcome": "target",
          "netR": 1.9946,
          "holdMinutes": 40
        },
        {
          "entryTs": 1769768400,
          "entryUtc": "2026-01-30T10:20:00.000Z",
          "exitTs": 1769774460,
          "dir": -1,
          "entryPrice": 5068.908,
          "exitPrice": 5144.536,
          "stopDistance": 75.628,
          "outcome": "stop",
          "netR": -1.0056,
          "holdMinutes": 101
        },
        {
          "entryTs": 1769786160,
          "entryUtc": "2026-01-30T15:16:00.000Z",
          "exitTs": 1769794740,
          "dir": -1,
          "entryPrice": 5045.565,
          "exitPrice": 4891.035,
          "stopDistance": 77.265,
          "outcome": "target",
          "netR": 1.9952,
          "holdMinutes": 143
        },
        {
          "entryTs": 1769796240,
          "entryUtc": "2026-01-30T18:04:00.000Z",
          "exitTs": 1769797260,
          "dir": -1,
          "entryPrice": 4877.898,
          "exitPrice": 4709.998,
          "stopDistance": 83.95,
          "outcome": "target",
          "netR": 1.9956,
          "holdMinutes": 17
        },
        {
          "entryTs": 1769798700,
          "entryUtc": "2026-01-30T18:45:00.000Z",
          "exitTs": 1769799360,
          "dir": -1,
          "entryPrice": 4783.78,
          "exitPrice": 4883.992,
          "stopDistance": 100.212,
          "outcome": "stop",
          "netR": -1.0042,
          "holdMinutes": 11
        },
        {
          "entryTs": 1769800740,
          "entryUtc": "2026-01-30T19:19:00.000Z",
          "exitTs": 1769987160,
          "dir": 1,
          "entryPrice": 4870.348,
          "exitPrice": 4817.598,
          "stopDistance": 103.52,
          "outcome": "time",
          "netR": -0.5131,
          "holdMinutes": 3107
        },
        {
          "entryTs": 1769992260,
          "entryUtc": "2026-02-02T00:31:00.000Z",
          "exitTs": 1769994420,
          "dir": 1,
          "entryPrice": 4825.258,
          "exitPrice": 4727.379,
          "stopDistance": 97.879,
          "outcome": "stop",
          "netR": -1.0043,
          "holdMinutes": 36
        },
        {
          "entryTs": 1769996100,
          "entryUtc": "2026-02-02T01:35:00.000Z",
          "exitTs": 1770013260,
          "dir": -1,
          "entryPrice": 4708.908,
          "exitPrice": 4489.942,
          "stopDistance": 109.483,
          "outcome": "target",
          "netR": 1.9966,
          "holdMinutes": 286
        },
        {
          "entryTs": 1770015360,
          "entryUtc": "2026-02-02T06:56:00.000Z",
          "exitTs": 1770018360,
          "dir": -1,
          "entryPrice": 4499.148,
          "exitPrice": 4597.907,
          "stopDistance": 98.759,
          "outcome": "stop",
          "netR": -1.0043,
          "holdMinutes": 50
        },
        {
          "entryTs": 1770137460,
          "entryUtc": "2026-02-03T16:51:00.000Z",
          "exitTs": 1770138660,
          "dir": 1,
          "entryPrice": 4963.795,
          "exitPrice": 4925.284,
          "stopDistance": 38.511,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 20
        },
        {
          "entryTs": 1770168600,
          "entryUtc": "2026-02-04T01:30:00.000Z",
          "exitTs": 1770215880,
          "dir": 1,
          "entryPrice": 5030.765,
          "exitPrice": 4984.948,
          "stopDistance": 45.817,
          "outcome": "stop",
          "netR": -1.0092,
          "holdMinutes": 788
        },
        {
          "entryTs": 1770250440,
          "entryUtc": "2026-02-05T00:14:00.000Z",
          "exitTs": 1770254100,
          "dir": 1,
          "entryPrice": 4999.715,
          "exitPrice": 4959.317,
          "stopDistance": 40.398,
          "outcome": "stop",
          "netR": -1.0104,
          "holdMinutes": 61
        },
        {
          "entryTs": 1770255300,
          "entryUtc": "2026-02-05T01:35:00.000Z",
          "exitTs": 1770257700,
          "dir": -1,
          "entryPrice": 4972.925,
          "exitPrice": 4895.881,
          "stopDistance": 38.522,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 40
        },
        {
          "entryTs": 1770261540,
          "entryUtc": "2026-02-05T03:19:00.000Z",
          "exitTs": 1770271740,
          "dir": -1,
          "entryPrice": 4857.489,
          "exitPrice": 4915.026,
          "stopDistance": 57.538,
          "outcome": "stop",
          "netR": -1.0073,
          "holdMinutes": 170
        },
        {
          "entryTs": 1770284280,
          "entryUtc": "2026-02-05T09:38:00.000Z",
          "exitTs": 1770324900,
          "dir": -1,
          "entryPrice": 4885.955,
          "exitPrice": 4793.689,
          "stopDistance": 46.133,
          "outcome": "target",
          "netR": 1.992,
          "holdMinutes": 677
        },
        {
          "entryTs": 1770332400,
          "entryUtc": "2026-02-05T23:00:00.000Z",
          "exitTs": 1770335340,
          "dir": -1,
          "entryPrice": 4791.698,
          "exitPrice": 4712.697,
          "stopDistance": 39.501,
          "outcome": "target",
          "netR": 1.9906,
          "holdMinutes": 49
        },
        {
          "entryTs": 1770339660,
          "entryUtc": "2026-02-06T01:01:00.000Z",
          "exitTs": 1770345240,
          "dir": 1,
          "entryPrice": 4738.615,
          "exitPrice": 4834.973,
          "stopDistance": 48.179,
          "outcome": "target",
          "netR": 1.9923,
          "holdMinutes": 93
        },
        {
          "entryTs": 1770395160,
          "entryUtc": "2026-02-06T16:26:00.000Z",
          "exitTs": 1770591600,
          "dir": 1,
          "entryPrice": 4926.818,
          "exitPrice": 4983.898,
          "stopDistance": 35.845,
          "outcome": "time",
          "netR": 1.5821,
          "holdMinutes": 3274
        },
        {
          "entryTs": 1770597720,
          "entryUtc": "2026-02-09T00:42:00.000Z",
          "exitTs": 1770600960,
          "dir": 1,
          "entryPrice": 5019.485,
          "exitPrice": 4992.88,
          "stopDistance": 26.605,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 54
        },
        {
          "entryTs": 1770601080,
          "entryUtc": "2026-02-09T01:38:00.000Z",
          "exitTs": 1770607860,
          "dir": 1,
          "entryPrice": 4976.445,
          "exitPrice": 5028.183,
          "stopDistance": 25.869,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 113
        },
        {
          "entryTs": 1770660900,
          "entryUtc": "2026-02-09T18:15:00.000Z",
          "exitTs": 1770668400,
          "dir": -1,
          "entryPrice": 5058.965,
          "exitPrice": 5080.206,
          "stopDistance": 21.242,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 125
        },
        {
          "entryTs": 1770673740,
          "entryUtc": "2026-02-09T21:49:00.000Z",
          "exitTs": 1770678600,
          "dir": -1,
          "entryPrice": 5066.105,
          "exitPrice": 5028.304,
          "stopDistance": 18.9,
          "outcome": "target",
          "netR": 1.9804,
          "holdMinutes": 81
        },
        {
          "entryTs": 1770680520,
          "entryUtc": "2026-02-09T23:42:00.000Z",
          "exitTs": 1770690360,
          "dir": -1,
          "entryPrice": 5027.705,
          "exitPrice": 5055.271,
          "stopDistance": 27.566,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 164
        },
        {
          "entryTs": 1770728460,
          "entryUtc": "2026-02-10T13:01:00.000Z",
          "exitTs": 1770730320,
          "dir": -1,
          "entryPrice": 5034.185,
          "exitPrice": 5053.591,
          "stopDistance": 19.406,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 31
        },
        {
          "entryTs": 1770732000,
          "entryUtc": "2026-02-10T14:00:00.000Z",
          "exitTs": 1770734880,
          "dir": 1,
          "entryPrice": 5049.115,
          "exitPrice": 5029.148,
          "stopDistance": 19.968,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 48
        },
        {
          "entryTs": 1770736800,
          "entryUtc": "2026-02-10T15:20:00.000Z",
          "exitTs": 1770793860,
          "dir": -1,
          "entryPrice": 5043.505,
          "exitPrice": 5067.323,
          "stopDistance": 23.818,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 951
        },
        {
          "entryTs": 1770807720,
          "entryUtc": "2026-02-11T11:02:00.000Z",
          "exitTs": 1770813660,
          "dir": 1,
          "entryPrice": 5090.445,
          "exitPrice": 5074.345,
          "stopDistance": 16.1,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 99
        },
        {
          "entryTs": 1770814800,
          "entryUtc": "2026-02-11T13:00:00.000Z",
          "exitTs": 1770816600,
          "dir": -1,
          "entryPrice": 5083.438,
          "exitPrice": 5037.746,
          "stopDistance": 22.846,
          "outcome": "target",
          "netR": 1.9838,
          "holdMinutes": 30
        },
        {
          "entryTs": 1770822240,
          "entryUtc": "2026-02-11T15:04:00.000Z",
          "exitTs": 1770831780,
          "dir": -1,
          "entryPrice": 5065.175,
          "exitPrice": 5096.497,
          "stopDistance": 31.322,
          "outcome": "stop",
          "netR": -1.0134,
          "holdMinutes": 159
        },
        {
          "entryTs": 1770861660,
          "entryUtc": "2026-02-12T02:01:00.000Z",
          "exitTs": 1770912660,
          "dir": -1,
          "entryPrice": 5070.695,
          "exitPrice": 5026.05,
          "stopDistance": 22.322,
          "outcome": "target",
          "netR": 1.9834,
          "holdMinutes": 850
        },
        {
          "entryTs": 1770914460,
          "entryUtc": "2026-02-12T16:41:00.000Z",
          "exitTs": 1770937260,
          "dir": -1,
          "entryPrice": 4965.425,
          "exitPrice": 4891.051,
          "stopDistance": 37.187,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 380
        },
        {
          "entryTs": 1770943320,
          "entryUtc": "2026-02-13T00:42:00.000Z",
          "exitTs": 1770956160,
          "dir": 1,
          "entryPrice": 4933.945,
          "exitPrice": 4994.251,
          "stopDistance": 30.153,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 214
        },
        {
          "entryTs": 1770983940,
          "entryUtc": "2026-02-13T11:59:00.000Z",
          "exitTs": 1770987600,
          "dir": -1,
          "entryPrice": 4953.485,
          "exitPrice": 4974.389,
          "stopDistance": 20.904,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 61
        },
        {
          "entryTs": 1770993660,
          "entryUtc": "2026-02-13T14:41:00.000Z",
          "exitTs": 1770996960,
          "dir": 1,
          "entryPrice": 4971.885,
          "exitPrice": 5016.931,
          "stopDistance": 22.523,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 55
        },
        {
          "entryTs": 1770999300,
          "entryUtc": "2026-02-13T16:15:00.000Z",
          "exitTs": 1771000080,
          "dir": -1,
          "entryPrice": 4997.385,
          "exitPrice": 5025.633,
          "stopDistance": 28.248,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 13
        },
        {
          "entryTs": 1771001940,
          "entryUtc": "2026-02-13T16:59:00.000Z",
          "exitTs": 1771196400,
          "dir": 1,
          "entryPrice": 5012.839,
          "exitPrice": 5033.998,
          "stopDistance": 29.754,
          "outcome": "time",
          "netR": 0.6987,
          "holdMinutes": 3241
        },
        {
          "entryTs": 1771220400,
          "entryUtc": "2026-02-16T05:40:00.000Z",
          "exitTs": 1771289520,
          "dir": 1,
          "entryPrice": 4982.965,
          "exitPrice": 4965.314,
          "stopDistance": 17.65,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 1152
        },
        {
          "entryTs": 1771291260,
          "entryUtc": "2026-02-17T01:21:00.000Z",
          "exitTs": 1771294800,
          "dir": -1,
          "entryPrice": 4950.928,
          "exitPrice": 4968.598,
          "stopDistance": 17.67,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 59
        },
        {
          "entryTs": 1771309980,
          "entryUtc": "2026-02-17T06:33:00.000Z",
          "exitTs": 1771315440,
          "dir": -1,
          "entryPrice": 4901.895,
          "exitPrice": 4924.928,
          "stopDistance": 23.033,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 91
        },
        {
          "entryTs": 1771315920,
          "entryUtc": "2026-02-17T08:12:00.000Z",
          "exitTs": 1771336620,
          "dir": -1,
          "entryPrice": 4927.895,
          "exitPrice": 4888.726,
          "stopDistance": 19.584,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 345
        },
        {
          "entryTs": 1771337700,
          "entryUtc": "2026-02-17T14:15:00.000Z",
          "exitTs": 1771387680,
          "dir": -1,
          "entryPrice": 4899.325,
          "exitPrice": 4926.456,
          "stopDistance": 27.131,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 833
        },
        {
          "entryTs": 1771417800,
          "entryUtc": "2026-02-18T12:30:00.000Z",
          "exitTs": 1771419540,
          "dir": 1,
          "entryPrice": 4920.775,
          "exitPrice": 4944.523,
          "stopDistance": 11.874,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 29
        },
        {
          "entryTs": 1771422240,
          "entryUtc": "2026-02-18T13:44:00.000Z",
          "exitTs": 1771425360,
          "dir": 1,
          "entryPrice": 4952.085,
          "exitPrice": 4980.298,
          "stopDistance": 14.107,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 52
        },
        {
          "entryTs": 1771466460,
          "entryUtc": "2026-02-19T02:01:00.000Z",
          "exitTs": 1771477800,
          "dir": -1,
          "entryPrice": 4975.975,
          "exitPrice": 4990.541,
          "stopDistance": 14.566,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 189
        },
        {
          "entryTs": 1771502700,
          "entryUtc": "2026-02-19T12:05:00.000Z",
          "exitTs": 1771512720,
          "dir": -1,
          "entryPrice": 4986.915,
          "exitPrice": 5000.15,
          "stopDistance": 13.235,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 167
        },
        {
          "entryTs": 1771514100,
          "entryUtc": "2026-02-19T15:15:00.000Z",
          "exitTs": 1771524480,
          "dir": 1,
          "entryPrice": 4998.738,
          "exitPrice": 4979.325,
          "stopDistance": 19.413,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 173
        },
        {
          "entryTs": 1771553040,
          "entryUtc": "2026-02-20T02:04:00.000Z",
          "exitTs": 1771567920,
          "dir": -1,
          "entryPrice": 5003.415,
          "exitPrice": 5018.71,
          "stopDistance": 15.295,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 248
        },
        {
          "entryTs": 1771572180,
          "entryUtc": "2026-02-20T07:23:00.000Z",
          "exitTs": 1771578360,
          "dir": 1,
          "entryPrice": 5011.498,
          "exitPrice": 5037.137,
          "stopDistance": 12.819,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 103
        },
        {
          "entryTs": 1771599720,
          "entryUtc": "2026-02-20T15:02:00.000Z",
          "exitTs": 1771599780,
          "dir": 1,
          "entryPrice": 5048.285,
          "exitPrice": 5032.501,
          "stopDistance": 15.784,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771602180,
          "entryUtc": "2026-02-20T15:43:00.000Z",
          "exitTs": 1771606980,
          "dir": -1,
          "entryPrice": 5044.558,
          "exitPrice": 5069.209,
          "stopDistance": 24.651,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 80
        },
        {
          "entryTs": 1771804860,
          "entryUtc": "2026-02-23T00:01:00.000Z",
          "exitTs": 1771857360,
          "dir": 1,
          "entryPrice": 5140.235,
          "exitPrice": 5178.243,
          "stopDistance": 19.004,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 875
        },
        {
          "entryTs": 1771858860,
          "entryUtc": "2026-02-23T15:01:00.000Z",
          "exitTs": 1771876980,
          "dir": 1,
          "entryPrice": 5187.185,
          "exitPrice": 5220.262,
          "stopDistance": 16.539,
          "outcome": "target",
          "netR": 1.9776,
          "holdMinutes": 302
        },
        {
          "entryTs": 1771891200,
          "entryUtc": "2026-02-24T00:00:00.000Z",
          "exitTs": 1771891260,
          "dir": 1,
          "entryPrice": 5233.645,
          "exitPrice": 5217.658,
          "stopDistance": 15.987,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771897500,
          "entryUtc": "2026-02-24T01:45:00.000Z",
          "exitTs": 1771940880,
          "dir": -1,
          "entryPrice": 5175.838,
          "exitPrice": 5129.736,
          "stopDistance": 23.051,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 723
        },
        {
          "entryTs": 1771943760,
          "entryUtc": "2026-02-24T14:36:00.000Z",
          "exitTs": 1771947720,
          "dir": -1,
          "entryPrice": 5127.145,
          "exitPrice": 5148.396,
          "stopDistance": 21.251,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 66
        },
        {
          "entryTs": 1771966260,
          "entryUtc": "2026-02-24T20:51:00.000Z",
          "exitTs": 1771968780,
          "dir": 1,
          "entryPrice": 5165.298,
          "exitPrice": 5148.427,
          "stopDistance": 16.87,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 42
        },
        {
          "entryTs": 1771977660,
          "entryUtc": "2026-02-25T00:01:00.000Z",
          "exitTs": 1771982220,
          "dir": 1,
          "entryPrice": 5145.118,
          "exitPrice": 5179.4,
          "stopDistance": 17.141,
          "outcome": "target",
          "netR": 1.9784,
          "holdMinutes": 76
        },
        {
          "entryTs": 1771987860,
          "entryUtc": "2026-02-25T02:51:00.000Z",
          "exitTs": 1772038020,
          "dir": 1,
          "entryPrice": 5173.495,
          "exitPrice": 5213.542,
          "stopDistance": 20.024,
          "outcome": "target",
          "netR": 1.9815,
          "holdMinutes": 836
        },
        {
          "entryTs": 1772054160,
          "entryUtc": "2026-02-25T21:16:00.000Z",
          "exitTs": 1772065680,
          "dir": -1,
          "entryPrice": 5165.355,
          "exitPrice": 5183.15,
          "stopDistance": 17.795,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 192
        },
        {
          "entryTs": 1772108220,
          "entryUtc": "2026-02-26T12:17:00.000Z",
          "exitTs": 1772109180,
          "dir": -1,
          "entryPrice": 5169.665,
          "exitPrice": 5182.854,
          "stopDistance": 13.189,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 16
        },
        {
          "entryTs": 1772111040,
          "entryUtc": "2026-02-26T13:04:00.000Z",
          "exitTs": 1772114400,
          "dir": 1,
          "entryPrice": 5177.495,
          "exitPrice": 5163.638,
          "stopDistance": 13.857,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 56
        },
        {
          "entryTs": 1772120700,
          "entryUtc": "2026-02-26T15:45:00.000Z",
          "exitTs": 1772135280,
          "dir": -1,
          "entryPrice": 5178.665,
          "exitPrice": 5193.076,
          "stopDistance": 14.411,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 243
        },
        {
          "entryTs": 1772154600,
          "entryUtc": "2026-02-27T01:10:00.000Z",
          "exitTs": 1772157060,
          "dir": -1,
          "entryPrice": 5177.315,
          "exitPrice": 5192.382,
          "stopDistance": 15.067,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 41
        },
        {
          "entryTs": 1772158920,
          "entryUtc": "2026-02-27T02:22:00.000Z",
          "exitTs": 1772186640,
          "dir": 1,
          "entryPrice": 5186.995,
          "exitPrice": 5171.701,
          "stopDistance": 15.294,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 462
        },
        {
          "entryTs": 1772199600,
          "entryUtc": "2026-02-27T13:40:00.000Z",
          "exitTs": 1772207520,
          "dir": 1,
          "entryPrice": 5212.298,
          "exitPrice": 5240.271,
          "stopDistance": 13.986,
          "outcome": "target",
          "netR": 1.9735,
          "holdMinutes": 132
        },
        {
          "entryTs": 1772409660,
          "entryUtc": "2026-03-02T00:01:00.000Z",
          "exitTs": 1772412780,
          "dir": 1,
          "entryPrice": 5373.535,
          "exitPrice": 5346.407,
          "stopDistance": 27.128,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 52
        },
        {
          "entryTs": 1772412840,
          "entryUtc": "2026-03-02T00:54:00.000Z",
          "exitTs": 1772413380,
          "dir": 1,
          "entryPrice": 5342.925,
          "exitPrice": 5318.195,
          "stopDistance": 24.73,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 9
        },
        {
          "entryTs": 1772472660,
          "entryUtc": "2026-03-02T17:31:00.000Z",
          "exitTs": 1772497020,
          "dir": -1,
          "entryPrice": 5314.925,
          "exitPrice": 5355.086,
          "stopDistance": 40.161,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 406
        },
        {
          "entryTs": 1772502180,
          "entryUtc": "2026-03-03T01:43:00.000Z",
          "exitTs": 1772503020,
          "dir": 1,
          "entryPrice": 5365.535,
          "exitPrice": 5342.244,
          "stopDistance": 23.291,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 14
        },
        {
          "entryTs": 1772504820,
          "entryUtc": "2026-03-03T02:27:00.000Z",
          "exitTs": 1772517360,
          "dir": -1,
          "entryPrice": 5356.845,
          "exitPrice": 5306.313,
          "stopDistance": 25.266,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 209
        },
        {
          "entryTs": 1772523480,
          "entryUtc": "2026-03-03T07:38:00.000Z",
          "exitTs": 1772529900,
          "dir": -1,
          "entryPrice": 5322.675,
          "exitPrice": 5269.592,
          "stopDistance": 26.542,
          "outcome": "target",
          "netR": 1.9861,
          "holdMinutes": 107
        },
        {
          "entryTs": 1772531220,
          "entryUtc": "2026-03-03T09:47:00.000Z",
          "exitTs": 1772536020,
          "dir": -1,
          "entryPrice": 5270.425,
          "exitPrice": 5203.072,
          "stopDistance": 33.676,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 80
        },
        {
          "entryTs": 1772538420,
          "entryUtc": "2026-03-03T11:47:00.000Z",
          "exitTs": 1772540640,
          "dir": -1,
          "entryPrice": 5142.165,
          "exitPrice": 5195.907,
          "stopDistance": 53.742,
          "outcome": "stop",
          "netR": -1.0078,
          "holdMinutes": 37
        },
        {
          "entryTs": 1772541000,
          "entryUtc": "2026-03-03T12:30:00.000Z",
          "exitTs": 1772548500,
          "dir": -1,
          "entryPrice": 5209.145,
          "exitPrice": 5109.667,
          "stopDistance": 49.739,
          "outcome": "target",
          "netR": 1.9926,
          "holdMinutes": 125
        },
        {
          "entryTs": 1772552880,
          "entryUtc": "2026-03-03T15:48:00.000Z",
          "exitTs": 1772563800,
          "dir": -1,
          "entryPrice": 5075.745,
          "exitPrice": 5137.826,
          "stopDistance": 62.081,
          "outcome": "stop",
          "netR": -1.0068,
          "holdMinutes": 182
        },
        {
          "entryTs": 1772606040,
          "entryUtc": "2026-03-04T06:34:00.000Z",
          "exitTs": 1772614020,
          "dir": -1,
          "entryPrice": 5150.005,
          "exitPrice": 5177.7,
          "stopDistance": 27.695,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 133
        },
        {
          "entryTs": 1772629200,
          "entryUtc": "2026-03-04T13:00:00.000Z",
          "exitTs": 1772637240,
          "dir": -1,
          "entryPrice": 5178.235,
          "exitPrice": 5133.765,
          "stopDistance": 22.235,
          "outcome": "target",
          "netR": 1.9834,
          "holdMinutes": 134
        },
        {
          "entryTs": 1772638500,
          "entryUtc": "2026-03-04T15:35:00.000Z",
          "exitTs": 1772679480,
          "dir": -1,
          "entryPrice": 5162.555,
          "exitPrice": 5191.073,
          "stopDistance": 28.518,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 683
        },
        {
          "entryTs": 1772692200,
          "entryUtc": "2026-03-05T06:30:00.000Z",
          "exitTs": 1772693820,
          "dir": -1,
          "entryPrice": 5143.635,
          "exitPrice": 5164.085,
          "stopDistance": 20.45,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 27
        },
        {
          "entryTs": 1772699400,
          "entryUtc": "2026-03-05T08:30:00.000Z",
          "exitTs": 1772700420,
          "dir": -1,
          "entryPrice": 5148.355,
          "exitPrice": 5168.162,
          "stopDistance": 19.807,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 17
        },
        {
          "entryTs": 1772764680,
          "entryUtc": "2026-03-06T02:38:00.000Z",
          "exitTs": 1772785680,
          "dir": 1,
          "entryPrice": 5125.135,
          "exitPrice": 5100.074,
          "stopDistance": 25.061,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 350
        },
        {
          "entryTs": 1772786700,
          "entryUtc": "2026-03-06T08:45:00.000Z",
          "exitTs": 1772798100,
          "dir": -1,
          "entryPrice": 5108.335,
          "exitPrice": 5075.453,
          "stopDistance": 16.441,
          "outcome": "target",
          "netR": 1.9775,
          "holdMinutes": 190
        },
        {
          "entryTs": 1772815200,
          "entryUtc": "2026-03-06T16:40:00.000Z",
          "exitTs": 1773007200,
          "dir": 1,
          "entryPrice": 5127.498,
          "exitPrice": 5194.306,
          "stopDistance": 33.404,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 3200
        },
        {
          "entryTs": 1773009000,
          "entryUtc": "2026-03-08T22:30:00.000Z",
          "exitTs": 1773010200,
          "dir": -1,
          "entryPrice": 5159.755,
          "exitPrice": 5104.54,
          "stopDistance": 27.607,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 20
        },
        {
          "entryTs": 1773014400,
          "entryUtc": "2026-03-09T00:00:00.000Z",
          "exitTs": 1773034980,
          "dir": -1,
          "entryPrice": 5079.385,
          "exitPrice": 5117.344,
          "stopDistance": 37.959,
          "outcome": "stop",
          "netR": -1.0111,
          "holdMinutes": 343
        },
        {
          "entryTs": 1773036240,
          "entryUtc": "2026-03-09T06:04:00.000Z",
          "exitTs": 1773039780,
          "dir": 1,
          "entryPrice": 5118.995,
          "exitPrice": 5090.162,
          "stopDistance": 28.834,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 59
        },
        {
          "entryTs": 1773050400,
          "entryUtc": "2026-03-09T10:00:00.000Z",
          "exitTs": 1773083940,
          "dir": -1,
          "entryPrice": 5107.255,
          "exitPrice": 5131.923,
          "stopDistance": 24.668,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 559
        },
        {
          "entryTs": 1773150300,
          "entryUtc": "2026-03-10T13:45:00.000Z",
          "exitTs": 1773151620,
          "dir": 1,
          "entryPrice": 5207.035,
          "exitPrice": 5188.224,
          "stopDistance": 18.811,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 22
        },
        {
          "entryTs": 1773165720,
          "entryUtc": "2026-03-10T18:02:00.000Z",
          "exitTs": 1773166620,
          "dir": 1,
          "entryPrice": 5221.365,
          "exitPrice": 5200.805,
          "stopDistance": 20.56,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 15
        },
        {
          "entryTs": 1773194400,
          "entryUtc": "2026-03-11T02:00:00.000Z",
          "exitTs": 1773214620,
          "dir": 1,
          "entryPrice": 5205.685,
          "exitPrice": 5188.39,
          "stopDistance": 17.295,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 337
        },
        {
          "entryTs": 1773219120,
          "entryUtc": "2026-03-11T08:52:00.000Z",
          "exitTs": 1773237060,
          "dir": -1,
          "entryPrice": 5187.355,
          "exitPrice": 5157.665,
          "stopDistance": 14.845,
          "outcome": "target",
          "netR": 1.9751,
          "holdMinutes": 299
        },
        {
          "entryTs": 1773276480,
          "entryUtc": "2026-03-12T00:48:00.000Z",
          "exitTs": 1773302460,
          "dir": 1,
          "entryPrice": 5151.045,
          "exitPrice": 5188.371,
          "stopDistance": 18.663,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 433
        },
        {
          "entryTs": 1773318600,
          "entryUtc": "2026-03-12T12:30:00.000Z",
          "exitTs": 1773319860,
          "dir": -1,
          "entryPrice": 5172.615,
          "exitPrice": 5184.03,
          "stopDistance": 11.415,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 21
        },
        {
          "entryTs": 1773330180,
          "entryUtc": "2026-03-12T15:43:00.000Z",
          "exitTs": 1773341340,
          "dir": -1,
          "entryPrice": 5132.475,
          "exitPrice": 5093.869,
          "stopDistance": 19.303,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 186
        },
        {
          "entryTs": 1773368100,
          "entryUtc": "2026-03-13T02:15:00.000Z",
          "exitTs": 1773372540,
          "dir": 1,
          "entryPrice": 5122.515,
          "exitPrice": 5108.123,
          "stopDistance": 14.392,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 74
        },
        {
          "entryTs": 1773390900,
          "entryUtc": "2026-03-13T08:35:00.000Z",
          "exitTs": 1773392700,
          "dir": -1,
          "entryPrice": 5078.925,
          "exitPrice": 5094.879,
          "stopDistance": 15.955,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 30
        },
        {
          "entryTs": 1773404100,
          "entryUtc": "2026-03-13T12:15:00.000Z",
          "exitTs": 1773411240,
          "dir": 1,
          "entryPrice": 5107.125,
          "exitPrice": 5091.402,
          "stopDistance": 15.723,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 119
        },
        {
          "entryTs": 1773415020,
          "entryUtc": "2026-03-13T15:17:00.000Z",
          "exitTs": 1773417960,
          "dir": -1,
          "entryPrice": 5071.075,
          "exitPrice": 5024.238,
          "stopDistance": 23.419,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 49
        },
        {
          "entryTs": 1773419100,
          "entryUtc": "2026-03-13T16:25:00.000Z",
          "exitTs": 1773612000,
          "dir": -1,
          "entryPrice": 5040.495,
          "exitPrice": 5010.885,
          "stopDistance": 25.992,
          "outcome": "time",
          "netR": 1.125,
          "holdMinutes": 3215
        },
        {
          "entryTs": 1773618960,
          "entryUtc": "2026-03-15T23:56:00.000Z",
          "exitTs": 1773619320,
          "dir": -1,
          "entryPrice": 4992.075,
          "exitPrice": 5017.267,
          "stopDistance": 25.192,
          "outcome": "stop",
          "netR": -1.0167,
          "holdMinutes": 6
        },
        {
          "entryTs": 1773621000,
          "entryUtc": "2026-03-16T00:30:00.000Z",
          "exitTs": 1773623640,
          "dir": 1,
          "entryPrice": 5014.665,
          "exitPrice": 4987.912,
          "stopDistance": 26.753,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 44
        },
        {
          "entryTs": 1773625560,
          "entryUtc": "2026-03-16T01:46:00.000Z",
          "exitTs": 1773641760,
          "dir": -1,
          "entryPrice": 5005.355,
          "exitPrice": 5034.217,
          "stopDistance": 28.862,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 270
        },
        {
          "entryTs": 1773661560,
          "entryUtc": "2026-03-16T11:46:00.000Z",
          "exitTs": 1773662040,
          "dir": 1,
          "entryPrice": 5013.665,
          "exitPrice": 4995.95,
          "stopDistance": 17.715,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 8
        },
        {
          "entryTs": 1773663420,
          "entryUtc": "2026-03-16T12:17:00.000Z",
          "exitTs": 1773666900,
          "dir": -1,
          "entryPrice": 5006.455,
          "exitPrice": 5025.591,
          "stopDistance": 19.136,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 58
        },
        {
          "entryTs": 1773729180,
          "entryUtc": "2026-03-17T06:33:00.000Z",
          "exitTs": 1773733200,
          "dir": -1,
          "entryPrice": 5013.925,
          "exitPrice": 5027.489,
          "stopDistance": 13.564,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 67
        },
        {
          "entryTs": 1773743460,
          "entryUtc": "2026-03-17T10:31:00.000Z",
          "exitTs": 1773750720,
          "dir": -1,
          "entryPrice": 5008.935,
          "exitPrice": 5022.244,
          "stopDistance": 13.309,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 121
        },
        {
          "entryTs": 1773764280,
          "entryUtc": "2026-03-17T16:18:00.000Z",
          "exitTs": 1773830100,
          "dir": -1,
          "entryPrice": 5000.475,
          "exitPrice": 4962.045,
          "stopDistance": 19.215,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 1097
        },
        {
          "entryTs": 1773841140,
          "entryUtc": "2026-03-18T13:39:00.000Z",
          "exitTs": 1773842760,
          "dir": -1,
          "entryPrice": 4865.585,
          "exitPrice": 4893.086,
          "stopDistance": 27.501,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 27
        },
        {
          "entryTs": 1773861300,
          "entryUtc": "2026-03-18T19:15:00.000Z",
          "exitTs": 1773865680,
          "dir": -1,
          "entryPrice": 4861.095,
          "exitPrice": 4815.407,
          "stopDistance": 22.844,
          "outcome": "target",
          "netR": 1.9838,
          "holdMinutes": 73
        },
        {
          "entryTs": 1773871200,
          "entryUtc": "2026-03-18T22:00:00.000Z",
          "exitTs": 1773882120,
          "dir": -1,
          "entryPrice": 4828.265,
          "exitPrice": 4852.7,
          "stopDistance": 24.435,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 182
        },
        {
          "entryTs": 1773885600,
          "entryUtc": "2026-03-19T02:00:00.000Z",
          "exitTs": 1773899760,
          "dir": 1,
          "entryPrice": 4848.885,
          "exitPrice": 4826.79,
          "stopDistance": 22.095,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 236
        },
        {
          "entryTs": 1773928380,
          "entryUtc": "2026-03-19T13:53:00.000Z",
          "exitTs": 1773928800,
          "dir": -1,
          "entryPrice": 4585.645,
          "exitPrice": 4630.069,
          "stopDistance": 44.424,
          "outcome": "stop",
          "netR": -1.0095,
          "holdMinutes": 7
        },
        {
          "entryTs": 1773929700,
          "entryUtc": "2026-03-19T14:15:00.000Z",
          "exitTs": 1773976680,
          "dir": 1,
          "entryPrice": 4618.505,
          "exitPrice": 4731.113,
          "stopDistance": 56.304,
          "outcome": "target",
          "netR": 1.9934,
          "holdMinutes": 783
        },
        {
          "entryTs": 1773990060,
          "entryUtc": "2026-03-20T07:01:00.000Z",
          "exitTs": 1773993240,
          "dir": -1,
          "entryPrice": 4675.525,
          "exitPrice": 4700.244,
          "stopDistance": 24.719,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 53
        },
        {
          "entryTs": 1773993300,
          "entryUtc": "2026-03-20T07:55:00.000Z",
          "exitTs": 1773994740,
          "dir": -1,
          "entryPrice": 4700.785,
          "exitPrice": 4724.542,
          "stopDistance": 23.757,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 24
        },
        {
          "entryTs": 1774023180,
          "entryUtc": "2026-03-20T16:13:00.000Z",
          "exitTs": 1774032420,
          "dir": -1,
          "entryPrice": 4585.205,
          "exitPrice": 4513.933,
          "stopDistance": 35.636,
          "outcome": "target",
          "netR": 1.9896,
          "holdMinutes": 154
        },
        {
          "entryTs": 1774035840,
          "entryUtc": "2026-03-20T19:44:00.000Z",
          "exitTs": 1774216800,
          "dir": -1,
          "entryPrice": 4516.055,
          "exitPrice": 4487.845,
          "stopDistance": 39.721,
          "outcome": "time",
          "netR": 0.7009,
          "holdMinutes": 3016
        },
        {
          "entryTs": 1774227840,
          "entryUtc": "2026-03-23T01:04:00.000Z",
          "exitTs": 1774228500,
          "dir": -1,
          "entryPrice": 4370.565,
          "exitPrice": 4423.572,
          "stopDistance": 53.007,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 11
        },
        {
          "entryTs": 1774229460,
          "entryUtc": "2026-03-23T01:31:00.000Z",
          "exitTs": 1774234380,
          "dir": -1,
          "entryPrice": 4444.855,
          "exitPrice": 4359.666,
          "stopDistance": 42.594,
          "outcome": "target",
          "netR": 1.9913,
          "holdMinutes": 82
        },
        {
          "entryTs": 1774251180,
          "entryUtc": "2026-03-23T07:33:00.000Z",
          "exitTs": 1774251960,
          "dir": -1,
          "entryPrice": 4159.625,
          "exitPrice": 4224.419,
          "stopDistance": 64.794,
          "outcome": "stop",
          "netR": -1.0065,
          "holdMinutes": 13
        },
        {
          "entryTs": 1774252080,
          "entryUtc": "2026-03-23T07:48:00.000Z",
          "exitTs": 1774257360,
          "dir": -1,
          "entryPrice": 4229.648,
          "exitPrice": 4286.107,
          "stopDistance": 56.459,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 88
        },
        {
          "entryTs": 1774260000,
          "entryUtc": "2026-03-23T10:00:00.000Z",
          "exitTs": 1774263900,
          "dir": -1,
          "entryPrice": 4257.045,
          "exitPrice": 4326.825,
          "stopDistance": 69.78,
          "outcome": "stop",
          "netR": -1.006,
          "holdMinutes": 65
        },
        {
          "entryTs": 1774267320,
          "entryUtc": "2026-03-23T12:02:00.000Z",
          "exitTs": 1774357320,
          "dir": 1,
          "entryPrice": 4353.748,
          "exitPrice": 4383.705,
          "stopDistance": 84.436,
          "outcome": "time",
          "netR": 0.3504,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1774360860,
          "entryUtc": "2026-03-24T14:01:00.000Z",
          "exitTs": 1774363920,
          "dir": -1,
          "entryPrice": 4390.325,
          "exitPrice": 4429.39,
          "stopDistance": 39.065,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 51
        },
        {
          "entryTs": 1774376640,
          "entryUtc": "2026-03-24T18:24:00.000Z",
          "exitTs": 1774383840,
          "dir": -1,
          "entryPrice": 4405.605,
          "exitPrice": 4438.576,
          "stopDistance": 32.971,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 120
        },
        {
          "entryTs": 1774420200,
          "entryUtc": "2026-03-25T06:30:00.000Z",
          "exitTs": 1774437720,
          "dir": -1,
          "entryPrice": 4552.288,
          "exitPrice": 4574.811,
          "stopDistance": 22.523,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 292
        },
        {
          "entryTs": 1774443780,
          "entryUtc": "2026-03-25T13:03:00.000Z",
          "exitTs": 1774450200,
          "dir": -1,
          "entryPrice": 4554.405,
          "exitPrice": 4578.327,
          "stopDistance": 23.922,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 107
        },
        {
          "entryTs": 1774467600,
          "entryUtc": "2026-03-25T19:40:00.000Z",
          "exitTs": 1774504320,
          "dir": -1,
          "entryPrice": 4518.535,
          "exitPrice": 4463.455,
          "stopDistance": 27.54,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 612
        },
        {
          "entryTs": 1774507560,
          "entryUtc": "2026-03-26T06:46:00.000Z",
          "exitTs": 1774535640,
          "dir": -1,
          "entryPrice": 4450.335,
          "exitPrice": 4475.401,
          "stopDistance": 25.066,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 468
        },
        {
          "entryTs": 1774544460,
          "entryUtc": "2026-03-26T17:01:00.000Z",
          "exitTs": 1774576860,
          "dir": -1,
          "entryPrice": 4396.118,
          "exitPrice": 4428.316,
          "stopDistance": 32.198,
          "outcome": "stop",
          "netR": -1.013,
          "holdMinutes": 540
        },
        {
          "entryTs": 1774591500,
          "entryUtc": "2026-03-27T06:05:00.000Z",
          "exitTs": 1774600020,
          "dir": 1,
          "entryPrice": 4453.285,
          "exitPrice": 4432.51,
          "stopDistance": 20.775,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 142
        },
        {
          "entryTs": 1774611480,
          "entryUtc": "2026-03-27T11:38:00.000Z",
          "exitTs": 1774615080,
          "dir": -1,
          "entryPrice": 4418.965,
          "exitPrice": 4436.062,
          "stopDistance": 17.097,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 60
        },
        {
          "entryTs": 1774621800,
          "entryUtc": "2026-03-27T14:30:00.000Z",
          "exitTs": 1774623120,
          "dir": 1,
          "entryPrice": 4451.638,
          "exitPrice": 4498.33,
          "stopDistance": 23.346,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 22
        },
        {
          "entryTs": 1774626960,
          "entryUtc": "2026-03-27T15:56:00.000Z",
          "exitTs": 1774632360,
          "dir": 1,
          "entryPrice": 4520.368,
          "exitPrice": 4490.31,
          "stopDistance": 30.058,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 90
        },
        {
          "entryTs": 1774839600,
          "entryUtc": "2026-03-30T03:00:00.000Z",
          "exitTs": 1774853100,
          "dir": 1,
          "entryPrice": 4478.715,
          "exitPrice": 4542.681,
          "stopDistance": 31.983,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 225
        },
        {
          "entryTs": 1774872000,
          "entryUtc": "2026-03-30T12:00:00.000Z",
          "exitTs": 1774878540,
          "dir": 1,
          "entryPrice": 4555.785,
          "exitPrice": 4534.611,
          "stopDistance": 21.174,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 109
        },
        {
          "entryTs": 1774882020,
          "entryUtc": "2026-03-30T14:47:00.000Z",
          "exitTs": 1774916400,
          "dir": -1,
          "entryPrice": 4535.695,
          "exitPrice": 4486.419,
          "stopDistance": 24.638,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 573
        },
        {
          "entryTs": 1774919220,
          "entryUtc": "2026-03-31T01:07:00.000Z",
          "exitTs": 1774920240,
          "dir": 1,
          "entryPrice": 4534.975,
          "exitPrice": 4582.7,
          "stopDistance": 23.862,
          "outcome": "target",
          "netR": 1.9845,
          "holdMinutes": 17
        },
        {
          "entryTs": 1774922460,
          "entryUtc": "2026-03-31T02:01:00.000Z",
          "exitTs": 1774925700,
          "dir": 1,
          "entryPrice": 4595.515,
          "exitPrice": 4565.606,
          "stopDistance": 29.909,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 54
        },
        {
          "entryTs": 1774955460,
          "entryUtc": "2026-03-31T11:11:00.000Z",
          "exitTs": 1774956000,
          "dir": -1,
          "entryPrice": 4552.538,
          "exitPrice": 4571.44,
          "stopDistance": 18.902,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 9
        },
        {
          "entryTs": 1774962180,
          "entryUtc": "2026-03-31T13:03:00.000Z",
          "exitTs": 1774965600,
          "dir": 1,
          "entryPrice": 4568.588,
          "exitPrice": 4614.954,
          "stopDistance": 23.183,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 57
        },
        {
          "entryTs": 1775027700,
          "entryUtc": "2026-04-01T07:15:00.000Z",
          "exitTs": 1775043540,
          "dir": 1,
          "entryPrice": 4713.765,
          "exitPrice": 4757.351,
          "stopDistance": 21.793,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 264
        },
        {
          "entryTs": 1775091600,
          "entryUtc": "2026-04-02T01:00:00.000Z",
          "exitTs": 1775091780,
          "dir": 1,
          "entryPrice": 4770.215,
          "exitPrice": 4750.895,
          "stopDistance": 19.32,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 3
        },
        {
          "entryTs": 1775094660,
          "entryUtc": "2026-04-02T01:51:00.000Z",
          "exitTs": 1775108040,
          "dir": -1,
          "entryPrice": 4708.255,
          "exitPrice": 4640.733,
          "stopDistance": 33.761,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 223
        },
        {
          "entryTs": 1775110860,
          "entryUtc": "2026-04-02T06:21:00.000Z",
          "exitTs": 1775115240,
          "dir": -1,
          "entryPrice": 4596.415,
          "exitPrice": 4631.362,
          "stopDistance": 34.947,
          "outcome": "stop",
          "netR": -1.012,
          "holdMinutes": 73
        },
        {
          "entryTs": 1775115540,
          "entryUtc": "2026-04-02T07:39:00.000Z",
          "exitTs": 1775139780,
          "dir": -1,
          "entryPrice": 4635.135,
          "exitPrice": 4667.779,
          "stopDistance": 32.644,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 404
        },
        {
          "entryTs": 1775428800,
          "entryUtc": "2026-04-05T22:40:00.000Z",
          "exitTs": 1775442000,
          "dir": -1,
          "entryPrice": 4641.535,
          "exitPrice": 4666.252,
          "stopDistance": 24.717,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 220
        },
        {
          "entryTs": 1775444460,
          "entryUtc": "2026-04-06T03:01:00.000Z",
          "exitTs": 1775466000,
          "dir": 1,
          "entryPrice": 4643.908,
          "exitPrice": 4702.14,
          "stopDistance": 29.116,
          "outcome": "target",
          "netR": 1.9873,
          "holdMinutes": 359
        },
        {
          "entryTs": 1775489460,
          "entryUtc": "2026-04-06T15:31:00.000Z",
          "exitTs": 1775526720,
          "dir": -1,
          "entryPrice": 4669.658,
          "exitPrice": 4624.358,
          "stopDistance": 22.65,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 621
        },
        {
          "entryTs": 1775541300,
          "entryUtc": "2026-04-07T05:55:00.000Z",
          "exitTs": 1775548920,
          "dir": -1,
          "entryPrice": 4641.335,
          "exitPrice": 4659.666,
          "stopDistance": 18.331,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 127
        },
        {
          "entryTs": 1775554620,
          "entryUtc": "2026-04-07T09:37:00.000Z",
          "exitTs": 1775558580,
          "dir": 1,
          "entryPrice": 4676.625,
          "exitPrice": 4656.213,
          "stopDistance": 20.412,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 66
        },
        {
          "entryTs": 1775587800,
          "entryUtc": "2026-04-07T18:50:00.000Z",
          "exitTs": 1775599200,
          "dir": 1,
          "entryPrice": 4670.885,
          "exitPrice": 4720.443,
          "stopDistance": 24.779,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 190
        },
        {
          "entryTs": 1775601120,
          "entryUtc": "2026-04-07T22:32:00.000Z",
          "exitTs": 1775601540,
          "dir": 1,
          "entryPrice": 4725.285,
          "exitPrice": 4778.313,
          "stopDistance": 26.514,
          "outcome": "target",
          "netR": 1.986,
          "holdMinutes": 7
        },
        {
          "entryTs": 1775611140,
          "entryUtc": "2026-04-08T01:19:00.000Z",
          "exitTs": 1775658300,
          "dir": 1,
          "entryPrice": 4800.498,
          "exitPrice": 4764.759,
          "stopDistance": 35.739,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 786
        },
        {
          "entryTs": 1775661360,
          "entryUtc": "2026-04-08T15:16:00.000Z",
          "exitTs": 1775742120,
          "dir": -1,
          "entryPrice": 4749.125,
          "exitPrice": 4774.882,
          "stopDistance": 25.757,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 1346
        },
        {
          "entryTs": 1775745120,
          "entryUtc": "2026-04-09T14:32:00.000Z",
          "exitTs": 1775748960,
          "dir": 1,
          "entryPrice": 4759.365,
          "exitPrice": 4795.723,
          "stopDistance": 18.179,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 64
        },
        {
          "entryTs": 1775790000,
          "entryUtc": "2026-04-10T03:00:00.000Z",
          "exitTs": 1775794620,
          "dir": -1,
          "entryPrice": 4753.975,
          "exitPrice": 4769.313,
          "stopDistance": 15.338,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 77
        },
        {
          "entryTs": 1775819460,
          "entryUtc": "2026-04-10T11:11:00.000Z",
          "exitTs": 1775824440,
          "dir": 1,
          "entryPrice": 4753.648,
          "exitPrice": 4780.269,
          "stopDistance": 13.311,
          "outcome": "target",
          "netR": 1.9722,
          "holdMinutes": 83
        },
        {
          "entryTs": 1775845920,
          "entryUtc": "2026-04-10T18:32:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4769.725,
          "exitPrice": 4732.618,
          "stopDistance": 18.553,
          "outcome": "target",
          "netR": 1.9801,
          "holdMinutes": 3088
        },
        {
          "entryTs": 1776040560,
          "entryUtc": "2026-04-13T00:36:00.000Z",
          "exitTs": 1776042600,
          "dir": -1,
          "entryPrice": 4682.425,
          "exitPrice": 4709.234,
          "stopDistance": 26.809,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 34
        },
        {
          "entryTs": 1776043920,
          "entryUtc": "2026-04-13T01:32:00.000Z",
          "exitTs": 1776120960,
          "dir": 1,
          "entryPrice": 4711.365,
          "exitPrice": 4757.69,
          "stopDistance": 23.162,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 1284
        },
        {
          "entryTs": 1776128400,
          "entryUtc": "2026-04-14T01:00:00.000Z",
          "exitTs": 1776150360,
          "dir": 1,
          "entryPrice": 4767.825,
          "exitPrice": 4793.167,
          "stopDistance": 12.671,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 366
        },
        {
          "entryTs": 1776151380,
          "entryUtc": "2026-04-14T07:23:00.000Z",
          "exitTs": 1776151500,
          "dir": 1,
          "entryPrice": 4780.805,
          "exitPrice": 4768.259,
          "stopDistance": 12.546,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 2
        },
        {
          "entryTs": 1776152760,
          "entryUtc": "2026-04-14T07:46:00.000Z",
          "exitTs": 1776163140,
          "dir": -1,
          "entryPrice": 4779.475,
          "exitPrice": 4751.411,
          "stopDistance": 14.032,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 173
        },
        {
          "entryTs": 1776164700,
          "entryUtc": "2026-04-14T11:05:00.000Z",
          "exitTs": 1776172740,
          "dir": -1,
          "entryPrice": 4772.105,
          "exitPrice": 4787.26,
          "stopDistance": 15.155,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 134
        },
        {
          "entryTs": 1776217680,
          "entryUtc": "2026-04-15T01:48:00.000Z",
          "exitTs": 1776220440,
          "dir": 1,
          "entryPrice": 4841.838,
          "exitPrice": 4826.031,
          "stopDistance": 15.807,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 46
        },
        {
          "entryTs": 1776232800,
          "entryUtc": "2026-04-15T06:00:00.000Z",
          "exitTs": 1776244260,
          "dir": -1,
          "entryPrice": 4823.495,
          "exitPrice": 4797.433,
          "stopDistance": 13.031,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 191
        },
        {
          "entryTs": 1776252600,
          "entryUtc": "2026-04-15T11:30:00.000Z",
          "exitTs": 1776260280,
          "dir": -1,
          "entryPrice": 4807.135,
          "exitPrice": 4822.282,
          "stopDistance": 15.147,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 128
        },
        {
          "entryTs": 1776270420,
          "entryUtc": "2026-04-15T16:27:00.000Z",
          "exitTs": 1776296820,
          "dir": -1,
          "entryPrice": 4810.745,
          "exitPrice": 4825.273,
          "stopDistance": 14.528,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 440
        },
        {
          "entryTs": 1776304860,
          "entryUtc": "2026-04-16T02:01:00.000Z",
          "exitTs": 1776315600,
          "dir": -1,
          "entryPrice": 4821.755,
          "exitPrice": 4834.096,
          "stopDistance": 12.341,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 179
        },
        {
          "entryTs": 1776329880,
          "entryUtc": "2026-04-16T08:58:00.000Z",
          "exitTs": 1776347640,
          "dir": -1,
          "entryPrice": 4814.475,
          "exitPrice": 4790.368,
          "stopDistance": 12.054,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 296
        },
        {
          "entryTs": 1776351960,
          "entryUtc": "2026-04-16T15:06:00.000Z",
          "exitTs": 1776388320,
          "dir": -1,
          "entryPrice": 4805.185,
          "exitPrice": 4774.733,
          "stopDistance": 15.226,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 606
        },
        {
          "entryTs": 1776390720,
          "entryUtc": "2026-04-17T01:52:00.000Z",
          "exitTs": 1776395160,
          "dir": -1,
          "entryPrice": 4784.995,
          "exitPrice": 4797.334,
          "stopDistance": 12.338,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 74
        },
        {
          "entryTs": 1776419160,
          "entryUtc": "2026-04-17T09:46:00.000Z",
          "exitTs": 1776428700,
          "dir": 1,
          "entryPrice": 4790.935,
          "exitPrice": 4813.488,
          "stopDistance": 11.276,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 159
        },
        {
          "entryTs": 1776432600,
          "entryUtc": "2026-04-17T13:30:00.000Z",
          "exitTs": 1776459540,
          "dir": 1,
          "entryPrice": 4850.028,
          "exitPrice": 4828.593,
          "stopDistance": 21.435,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 449
        },
        {
          "entryTs": 1776644100,
          "entryUtc": "2026-04-20T00:15:00.000Z",
          "exitTs": 1776646800,
          "dir": -1,
          "entryPrice": 4755.115,
          "exitPrice": 4776.831,
          "stopDistance": 21.716,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 45
        },
        {
          "entryTs": 1776647700,
          "entryUtc": "2026-04-20T01:15:00.000Z",
          "exitTs": 1776687600,
          "dir": -1,
          "entryPrice": 4794.635,
          "exitPrice": 4815.809,
          "stopDistance": 21.174,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 665
        },
        {
          "entryTs": 1776688500,
          "entryUtc": "2026-04-20T12:35:00.000Z",
          "exitTs": 1776695400,
          "dir": 1,
          "entryPrice": 4802.605,
          "exitPrice": 4826.854,
          "stopDistance": 12.125,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 115
        },
        {
          "entryTs": 1776698760,
          "entryUtc": "2026-04-20T15:26:00.000Z",
          "exitTs": 1776722400,
          "dir": -1,
          "entryPrice": 4807.105,
          "exitPrice": 4824.493,
          "stopDistance": 17.388,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 394
        },
        {
          "entryTs": 1776724200,
          "entryUtc": "2026-04-20T22:30:00.000Z",
          "exitTs": 1776731520,
          "dir": 1,
          "entryPrice": 4828.275,
          "exitPrice": 4817.844,
          "stopDistance": 10.431,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 122
        },
        {
          "entryTs": 1776735180,
          "entryUtc": "2026-04-21T01:33:00.000Z",
          "exitTs": 1776741480,
          "dir": -1,
          "entryPrice": 4818.485,
          "exitPrice": 4797.803,
          "stopDistance": 10.341,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 105
        },
        {
          "entryTs": 1776771000,
          "entryUtc": "2026-04-21T11:30:00.000Z",
          "exitTs": 1776772020,
          "dir": -1,
          "entryPrice": 4784.245,
          "exitPrice": 4795.395,
          "stopDistance": 11.15,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 17
        },
        {
          "entryTs": 1776773100,
          "entryUtc": "2026-04-21T12:05:00.000Z",
          "exitTs": 1776774000,
          "dir": 1,
          "entryPrice": 4791.545,
          "exitPrice": 4780.067,
          "stopDistance": 11.478,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776778200,
          "entryUtc": "2026-04-21T13:30:00.000Z",
          "exitTs": 1776778800,
          "dir": -1,
          "entryPrice": 4775.175,
          "exitPrice": 4790.414,
          "stopDistance": 15.239,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 10
        },
        {
          "entryTs": 1776780000,
          "entryUtc": "2026-04-21T14:00:00.000Z",
          "exitTs": 1776782400,
          "dir": 1,
          "entryPrice": 4777.075,
          "exitPrice": 4759.862,
          "stopDistance": 17.213,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 40
        },
        {
          "entryTs": 1776784200,
          "entryUtc": "2026-04-21T15:10:00.000Z",
          "exitTs": 1776791460,
          "dir": -1,
          "entryPrice": 4745.515,
          "exitPrice": 4705.32,
          "stopDistance": 20.097,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 121
        },
        {
          "entryTs": 1776802200,
          "entryUtc": "2026-04-21T20:10:00.000Z",
          "exitTs": 1776802560,
          "dir": -1,
          "entryPrice": 4685.525,
          "exitPrice": 4708.777,
          "stopDistance": 23.252,
          "outcome": "stop",
          "netR": -1.0181,
          "holdMinutes": 6
        },
        {
          "entryTs": 1776837600,
          "entryUtc": "2026-04-22T06:00:00.000Z",
          "exitTs": 1776846960,
          "dir": 1,
          "entryPrice": 4763.535,
          "exitPrice": 4751.901,
          "stopDistance": 11.634,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 156
        },
        {
          "entryTs": 1776859260,
          "entryUtc": "2026-04-22T12:01:00.000Z",
          "exitTs": 1776868320,
          "dir": -1,
          "entryPrice": 4753.015,
          "exitPrice": 4733.297,
          "stopDistance": 9.859,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 151
        },
        {
          "entryTs": 1776870420,
          "entryUtc": "2026-04-22T15:07:00.000Z",
          "exitTs": 1776903000,
          "dir": -1,
          "entryPrice": 4739.495,
          "exitPrice": 4712.146,
          "stopDistance": 13.674,
          "outcome": "target",
          "netR": 1.9729,
          "holdMinutes": 543
        },
        {
          "entryTs": 1776906660,
          "entryUtc": "2026-04-23T01:11:00.000Z",
          "exitTs": 1776909240,
          "dir": 1,
          "entryPrice": 4740.935,
          "exitPrice": 4724.934,
          "stopDistance": 16.001,
          "outcome": "stop",
          "netR": -1.0262,
          "holdMinutes": 43
        },
        {
          "entryTs": 1776940380,
          "entryUtc": "2026-04-23T10:33:00.000Z",
          "exitTs": 1776944700,
          "dir": -1,
          "entryPrice": 4692.475,
          "exitPrice": 4705.878,
          "stopDistance": 13.403,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 72
        },
        {
          "entryTs": 1776950040,
          "entryUtc": "2026-04-23T13:14:00.000Z",
          "exitTs": 1776964140,
          "dir": 1,
          "entryPrice": 4725.795,
          "exitPrice": 4710.979,
          "stopDistance": 14.816,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 235
        },
        {
          "entryTs": 1776967260,
          "entryUtc": "2026-04-23T18:01:00.000Z",
          "exitTs": 1776997500,
          "dir": -1,
          "entryPrice": 4717.735,
          "exitPrice": 4683.847,
          "stopDistance": 16.944,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 504
        },
        {
          "entryTs": 1777028640,
          "entryUtc": "2026-04-24T11:04:00.000Z",
          "exitTs": 1777028820,
          "dir": -1,
          "entryPrice": 4688.395,
          "exitPrice": 4701.346,
          "stopDistance": 12.951,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 3
        },
        {
          "entryTs": 1777031100,
          "entryUtc": "2026-04-24T11:45:00.000Z",
          "exitTs": 1777039920,
          "dir": 1,
          "entryPrice": 4704.975,
          "exitPrice": 4735.844,
          "stopDistance": 15.435,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 147
        },
        {
          "entryTs": 1777043100,
          "entryUtc": "2026-04-24T15:05:00.000Z",
          "exitTs": 1777240800,
          "dir": 1,
          "entryPrice": 4721.315,
          "exitPrice": 4702.451,
          "stopDistance": 18.864,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 3295
        },
        {
          "entryTs": 1777251240,
          "entryUtc": "2026-04-27T00:54:00.000Z",
          "exitTs": 1777251660,
          "dir": -1,
          "entryPrice": 4688.435,
          "exitPrice": 4701.008,
          "stopDistance": 12.573,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 7
        },
        {
          "entryTs": 1777252500,
          "entryUtc": "2026-04-27T01:15:00.000Z",
          "exitTs": 1777258080,
          "dir": 1,
          "entryPrice": 4691.865,
          "exitPrice": 4717.627,
          "stopDistance": 12.881,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 93
        },
        {
          "entryTs": 1777266120,
          "entryUtc": "2026-04-27T05:02:00.000Z",
          "exitTs": 1777268520,
          "dir": 1,
          "entryPrice": 4722.135,
          "exitPrice": 4709.26,
          "stopDistance": 12.875,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 40
        },
        {
          "entryTs": 1777303740,
          "entryUtc": "2026-04-27T15:29:00.000Z",
          "exitTs": 1777332960,
          "dir": -1,
          "entryPrice": 4679.265,
          "exitPrice": 4692.803,
          "stopDistance": 13.537,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 487
        },
        {
          "entryTs": 1777342500,
          "entryUtc": "2026-04-28T02:15:00.000Z",
          "exitTs": 1777352760,
          "dir": -1,
          "entryPrice": 4677.645,
          "exitPrice": 4658,
          "stopDistance": 9.822,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 171
        },
        {
          "entryTs": 1777356300,
          "entryUtc": "2026-04-28T06:05:00.000Z",
          "exitTs": 1777369200,
          "dir": -1,
          "entryPrice": 4634.195,
          "exitPrice": 4608.716,
          "stopDistance": 12.739,
          "outcome": "target",
          "netR": 1.971,
          "holdMinutes": 215
        },
        {
          "entryTs": 1777378200,
          "entryUtc": "2026-04-28T12:10:00.000Z",
          "exitTs": 1777378800,
          "dir": -1,
          "entryPrice": 4573.925,
          "exitPrice": 4591.661,
          "stopDistance": 17.737,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 10
        },
        {
          "entryTs": 1777383720,
          "entryUtc": "2026-04-28T13:42:00.000Z",
          "exitTs": 1777421040,
          "dir": -1,
          "entryPrice": 4584.055,
          "exitPrice": 4606.01,
          "stopDistance": 21.955,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 622
        },
        {
          "entryTs": 1777423800,
          "entryUtc": "2026-04-29T00:50:00.000Z",
          "exitTs": 1777424460,
          "dir": 1,
          "entryPrice": 4598.395,
          "exitPrice": 4587.747,
          "stopDistance": 10.648,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 11
        },
        {
          "entryTs": 1777426500,
          "entryUtc": "2026-04-29T01:35:00.000Z",
          "exitTs": 1777428360,
          "dir": -1,
          "entryPrice": 4586.345,
          "exitPrice": 4598.671,
          "stopDistance": 12.326,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 31
        },
        {
          "entryTs": 1777430100,
          "entryUtc": "2026-04-29T02:35:00.000Z",
          "exitTs": 1777443540,
          "dir": 1,
          "entryPrice": 4597.988,
          "exitPrice": 4584.316,
          "stopDistance": 13.672,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 224
        },
        {
          "entryTs": 1777457700,
          "entryUtc": "2026-04-29T10:15:00.000Z",
          "exitTs": 1777467300,
          "dir": -1,
          "entryPrice": 4569.495,
          "exitPrice": 4543.217,
          "stopDistance": 13.139,
          "outcome": "target",
          "netR": 1.9718,
          "holdMinutes": 160
        },
        {
          "entryTs": 1777472160,
          "entryUtc": "2026-04-29T14:16:00.000Z",
          "exitTs": 1777476960,
          "dir": -1,
          "entryPrice": 4529.795,
          "exitPrice": 4547.046,
          "stopDistance": 17.251,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 80
        },
        {
          "entryTs": 1777487760,
          "entryUtc": "2026-04-29T18:36:00.000Z",
          "exitTs": 1777506480,
          "dir": -1,
          "entryPrice": 4539.515,
          "exitPrice": 4557.724,
          "stopDistance": 18.209,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 312
        },
        {
          "entryTs": 1777518060,
          "entryUtc": "2026-04-30T03:01:00.000Z",
          "exitTs": 1777531740,
          "dir": -1,
          "entryPrice": 4565.165,
          "exitPrice": 4578.443,
          "stopDistance": 13.278,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 228
        },
        {
          "entryTs": 1777533600,
          "entryUtc": "2026-04-30T07:20:00.000Z",
          "exitTs": 1777536240,
          "dir": 1,
          "entryPrice": 4585.965,
          "exitPrice": 4613.076,
          "stopDistance": 13.556,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 44
        },
        {
          "entryTs": 1777545960,
          "entryUtc": "2026-04-30T10:46:00.000Z",
          "exitTs": 1777556760,
          "dir": 1,
          "entryPrice": 4634.085,
          "exitPrice": 4618.352,
          "stopDistance": 15.733,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 180
        }
      ],
      "significance": {
        "tStat": -4.305,
        "pValueOneSided": 0.99999,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "smc-order-block-retest-m15",
      "name": "Order block retest",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "Order blocks are the second half of the FVG pairing in nearly every gold SMC tutorial.",
      "rule": "Mark the last opposite-coloured candle before a displacement move that breaks its range. Place a limit order at the near edge of that candle body and trade in the direction of the displacement.",
      "rawSignals": 3333,
      "full": {
        "trades": 2615,
        "winRate": {
          "successes": 897,
          "total": 2615,
          "ratePct": 34.3,
          "ci95Pct": [
            32.5,
            36.1
          ]
        },
        "expectancyR": -0.093,
        "totalR": -243.22,
        "profitFactor": 0.873,
        "avgWinR": 1.856,
        "avgLossR": -1.111,
        "maxDrawdownPct": 93.74,
        "finalEquity": 675.63,
        "returnPct": -93.24,
        "tStat": -3.356,
        "sdR": 1.417,
        "ambiguousTrades": 5,
        "timeExits": 45,
        "stopExits": 1700,
        "targetExits": 865,
        "optimisticExpectancyR": -0.0872,
        "medianHoldMinutes": 86,
        "medianCostShareOfR": 0.1056,
        "longTrades": 1278,
        "longExpectancyR": -0.1125,
        "shortTrades": 1337,
        "shortExpectancyR": -0.0744,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 718,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 1999,
        "winRate": {
          "successes": 687,
          "total": 1999,
          "ratePct": 34.4,
          "ci95Pct": [
            32.3,
            36.5
          ]
        },
        "expectancyR": -0.1067,
        "totalR": -213.32,
        "profitFactor": 0.856,
        "avgWinR": 1.845,
        "avgLossR": -1.129,
        "maxDrawdownPct": 90.88,
        "finalEquity": 967.92,
        "returnPct": -90.32,
        "tStat": -3.358,
        "sdR": 1.421,
        "ambiguousTrades": 5,
        "timeExits": 35,
        "stopExits": 1294,
        "targetExits": 665,
        "optimisticExpectancyR": -0.0992,
        "medianHoldMinutes": 82,
        "medianCostShareOfR": 0.1231,
        "longTrades": 986,
        "longExpectancyR": -0.1459,
        "shortTrades": 1013,
        "shortExpectancyR": -0.0686,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 539,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 616,
        "winRate": {
          "successes": 210,
          "total": 616,
          "ratePct": 34.1,
          "ci95Pct": [
            30.5,
            37.9
          ]
        },
        "expectancyR": -0.0485,
        "totalR": -29.9,
        "profitFactor": 0.93,
        "avgWinR": 1.89,
        "avgLossR": -1.051,
        "maxDrawdownPct": 39.92,
        "finalEquity": 6980.23,
        "returnPct": -30.2,
        "tStat": -0.857,
        "sdR": 1.406,
        "ambiguousTrades": 0,
        "timeExits": 10,
        "stopExits": 406,
        "targetExits": 200,
        "optimisticExpectancyR": -0.0485,
        "medianHoldMinutes": 100.5,
        "medianCostShareOfR": 0.0433,
        "longTrades": 292,
        "longExpectancyR": 0.0003,
        "shortTrades": 324,
        "shortExpectancyR": -0.0926,
        "maxConsecutiveLosses": 9,
        "skippedInPosition": 179,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 3201,
          "winRatePct": 51,
          "expectancyR": -0.1434,
          "profitFactor": 0.751,
          "returnPct": -99.14
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 3007,
          "winRatePct": 34,
          "expectancyR": -0.1518,
          "profitFactor": 0.804,
          "returnPct": -99.24
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 2833,
          "winRatePct": 26.1,
          "expectancyR": -0.1406,
          "profitFactor": 0.838,
          "returnPct": -98.79
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 2974,
          "winRatePct": 50.1,
          "expectancyR": -0.1073,
          "profitFactor": 0.807,
          "returnPct": -96.47
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 2615,
          "winRatePct": 34.3,
          "expectancyR": -0.093,
          "profitFactor": 0.873,
          "returnPct": -93.24
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 2378,
          "winRatePct": 26.9,
          "expectancyR": -0.0757,
          "profitFactor": 0.907,
          "returnPct": -88.38
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 2387,
          "winRatePct": 48.8,
          "expectancyR": -0.0872,
          "profitFactor": 0.838,
          "returnPct": -88.91
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 1927,
          "winRatePct": 35.5,
          "expectancyR": -0.062,
          "profitFactor": 0.907,
          "returnPct": -74.64
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 1728,
          "winRatePct": 30.2,
          "expectancyR": -0.0877,
          "profitFactor": 0.878,
          "returnPct": -82.17
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 2615,
          "expectancyR": -0.0518,
          "profitFactor": 0.926,
          "returnPct": -80.13
        },
        {
          "spreadUsd": 0.3,
          "trades": 2615,
          "expectancyR": -0.093,
          "profitFactor": 0.873,
          "returnPct": -93.24
        },
        {
          "spreadUsd": 0.6,
          "trades": 2615,
          "expectancyR": -0.1754,
          "profitFactor": 0.776,
          "returnPct": -99.22
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -7.38
        },
        {
          "month": "2021-02",
          "totalR": -14.21
        },
        {
          "month": "2021-03",
          "totalR": 12.85
        },
        {
          "month": "2021-04",
          "totalR": -3.64
        },
        {
          "month": "2021-05",
          "totalR": -5.09
        },
        {
          "month": "2021-06",
          "totalR": -8.85
        },
        {
          "month": "2021-07",
          "totalR": -8.81
        },
        {
          "month": "2021-08",
          "totalR": -17.72
        },
        {
          "month": "2021-09",
          "totalR": -14.69
        },
        {
          "month": "2021-10",
          "totalR": -17.57
        },
        {
          "month": "2021-11",
          "totalR": -18.48
        },
        {
          "month": "2021-12",
          "totalR": -17.27
        },
        {
          "month": "2022-01",
          "totalR": -15.53
        },
        {
          "month": "2022-02",
          "totalR": 7.43
        },
        {
          "month": "2022-03",
          "totalR": 3.27
        },
        {
          "month": "2022-04",
          "totalR": -9.37
        },
        {
          "month": "2022-05",
          "totalR": 31.16
        },
        {
          "month": "2022-06",
          "totalR": -9.35
        },
        {
          "month": "2022-07",
          "totalR": -12.09
        },
        {
          "month": "2022-08",
          "totalR": 12.75
        },
        {
          "month": "2022-09",
          "totalR": -9.67
        },
        {
          "month": "2022-10",
          "totalR": 0.86
        },
        {
          "month": "2022-11",
          "totalR": 8.93
        },
        {
          "month": "2022-12",
          "totalR": -3.7
        },
        {
          "month": "2023-01",
          "totalR": 6.49
        },
        {
          "month": "2023-02",
          "totalR": -0.95
        },
        {
          "month": "2023-03",
          "totalR": 5.15
        },
        {
          "month": "2023-04",
          "totalR": -5.03
        },
        {
          "month": "2023-05",
          "totalR": -5.58
        },
        {
          "month": "2023-06",
          "totalR": -2.42
        },
        {
          "month": "2023-07",
          "totalR": -5.91
        },
        {
          "month": "2023-08",
          "totalR": 7.68
        },
        {
          "month": "2023-09",
          "totalR": -19.94
        },
        {
          "month": "2023-10",
          "totalR": -2.26
        },
        {
          "month": "2023-11",
          "totalR": -8.16
        },
        {
          "month": "2023-12",
          "totalR": -13.63
        },
        {
          "month": "2024-01",
          "totalR": 2.6
        },
        {
          "month": "2024-02",
          "totalR": -13.54
        },
        {
          "month": "2024-03",
          "totalR": -10.96
        },
        {
          "month": "2024-04",
          "totalR": -7.93
        },
        {
          "month": "2024-05",
          "totalR": 4.82
        },
        {
          "month": "2024-06",
          "totalR": -11.21
        },
        {
          "month": "2024-07",
          "totalR": 1.25
        },
        {
          "month": "2024-08",
          "totalR": -2.77
        },
        {
          "month": "2024-09",
          "totalR": -1.69
        },
        {
          "month": "2024-10",
          "totalR": 3.73
        },
        {
          "month": "2024-11",
          "totalR": -8.95
        },
        {
          "month": "2024-12",
          "totalR": -7.9
        },
        {
          "month": "2025-01",
          "totalR": 1.39
        },
        {
          "month": "2025-02",
          "totalR": 2.85
        },
        {
          "month": "2025-03",
          "totalR": 3.26
        },
        {
          "month": "2025-04",
          "totalR": -5.6
        },
        {
          "month": "2025-05",
          "totalR": -10.85
        },
        {
          "month": "2025-06",
          "totalR": 7.36
        },
        {
          "month": "2025-07",
          "totalR": -1.79
        },
        {
          "month": "2025-08",
          "totalR": -0.23
        },
        {
          "month": "2025-09",
          "totalR": 2.15
        },
        {
          "month": "2025-10",
          "totalR": -13.15
        },
        {
          "month": "2025-11",
          "totalR": 0.57
        },
        {
          "month": "2025-12",
          "totalR": -3.02
        },
        {
          "month": "2026-01",
          "totalR": -6.21
        },
        {
          "month": "2026-02",
          "totalR": -4.86
        },
        {
          "month": "2026-03",
          "totalR": -1.59
        },
        {
          "month": "2026-04",
          "totalR": -0.19
        }
      ],
      "trades": [
        {
          "entryTs": 1609757040,
          "entryUtc": "2021-01-04T10:44:00.000Z",
          "exitTs": 1609758240,
          "dir": -1,
          "entryPrice": 1932.038,
          "exitPrice": 1936.01,
          "stopDistance": 3.972,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 20
        },
        {
          "entryTs": 1609772880,
          "entryUtc": "2021-01-04T15:08:00.000Z",
          "exitTs": 1609772940,
          "dir": 1,
          "entryPrice": 1940.718,
          "exitPrice": 1935.743,
          "stopDistance": 4.975,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 1
        },
        {
          "entryTs": 1609832880,
          "entryUtc": "2021-01-05T07:48:00.000Z",
          "exitTs": 1609840080,
          "dir": 1,
          "entryPrice": 1940.595,
          "exitPrice": 1948.043,
          "stopDistance": 3.724,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 120
        },
        {
          "entryTs": 1609860300,
          "entryUtc": "2021-01-05T15:25:00.000Z",
          "exitTs": 1609865520,
          "dir": -1,
          "entryPrice": 1944.888,
          "exitPrice": 1950.566,
          "stopDistance": 5.678,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 87
        },
        {
          "entryTs": 1609896780,
          "entryUtc": "2021-01-06T01:33:00.000Z",
          "exitTs": 1609901820,
          "dir": -1,
          "entryPrice": 1951.975,
          "exitPrice": 1943.411,
          "stopDistance": 4.282,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 84
        },
        {
          "entryTs": 1609903080,
          "entryUtc": "2021-01-06T03:18:00.000Z",
          "exitTs": 1609922160,
          "dir": -1,
          "entryPrice": 1947.895,
          "exitPrice": 1952.739,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 318
        },
        {
          "entryTs": 1610004300,
          "entryUtc": "2021-01-07T07:25:00.000Z",
          "exitTs": 1610006700,
          "dir": -1,
          "entryPrice": 1926.348,
          "exitPrice": 1918.233,
          "stopDistance": 4.058,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 40
        },
        {
          "entryTs": 1610017260,
          "entryUtc": "2021-01-07T11:01:00.000Z",
          "exitTs": 1610018940,
          "dir": -1,
          "entryPrice": 1915.748,
          "exitPrice": 1920.927,
          "stopDistance": 5.179,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 28
        },
        {
          "entryTs": 1610027160,
          "entryUtc": "2021-01-07T13:46:00.000Z",
          "exitTs": 1610030640,
          "dir": 1,
          "entryPrice": 1913.065,
          "exitPrice": 1907.53,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 58
        },
        {
          "entryTs": 1610087040,
          "entryUtc": "2021-01-08T06:24:00.000Z",
          "exitTs": 1610090220,
          "dir": -1,
          "entryPrice": 1907.995,
          "exitPrice": 1911.317,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 53
        },
        {
          "entryTs": 1610112600,
          "entryUtc": "2021-01-08T13:30:00.000Z",
          "exitTs": 1610113140,
          "dir": -1,
          "entryPrice": 1888.188,
          "exitPrice": 1877.389,
          "stopDistance": 5.4,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 9
        },
        {
          "entryTs": 1610113560,
          "entryUtc": "2021-01-08T13:46:00.000Z",
          "exitTs": 1610114280,
          "dir": -1,
          "entryPrice": 1883.298,
          "exitPrice": 1889.92,
          "stopDistance": 6.622,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 12
        },
        {
          "entryTs": 1610116020,
          "entryUtc": "2021-01-08T14:27:00.000Z",
          "exitTs": 1610116920,
          "dir": 1,
          "entryPrice": 1885.3,
          "exitPrice": 1877.788,
          "stopDistance": 7.512,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 15
        },
        {
          "entryTs": 1610123760,
          "entryUtc": "2021-01-08T16:36:00.000Z",
          "exitTs": 1610127180,
          "dir": -1,
          "entryPrice": 1862.015,
          "exitPrice": 1840.322,
          "stopDistance": 10.846,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 57
        },
        {
          "entryTs": 1610355240,
          "entryUtc": "2021-01-11T08:54:00.000Z",
          "exitTs": 1610370240,
          "dir": 1,
          "entryPrice": 1846.196,
          "exitPrice": 1838.881,
          "stopDistance": 7.315,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 250
        },
        {
          "entryTs": 1610410440,
          "entryUtc": "2021-01-12T00:14:00.000Z",
          "exitTs": 1610429820,
          "dir": 1,
          "entryPrice": 1845.318,
          "exitPrice": 1853.769,
          "stopDistance": 4.226,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 323
        },
        {
          "entryTs": 1610523900,
          "entryUtc": "2021-01-13T07:45:00.000Z",
          "exitTs": 1610529120,
          "dir": -1,
          "entryPrice": 1858.735,
          "exitPrice": 1851.752,
          "stopDistance": 3.491,
          "outcome": "target",
          "netR": 1.894,
          "holdMinutes": 87
        },
        {
          "entryTs": 1610531400,
          "entryUtc": "2021-01-13T09:50:00.000Z",
          "exitTs": 1610546820,
          "dir": -1,
          "entryPrice": 1856.418,
          "exitPrice": 1860.48,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 257
        },
        {
          "entryTs": 1610549220,
          "entryUtc": "2021-01-13T14:47:00.000Z",
          "exitTs": 1610571180,
          "dir": -1,
          "entryPrice": 1857.868,
          "exitPrice": 1847.043,
          "stopDistance": 5.412,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 366
        },
        {
          "entryTs": 1610594160,
          "entryUtc": "2021-01-14T03:16:00.000Z",
          "exitTs": 1610602740,
          "dir": -1,
          "entryPrice": 1838.405,
          "exitPrice": 1843.865,
          "stopDistance": 5.46,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 143
        },
        {
          "entryTs": 1610611260,
          "entryUtc": "2021-01-14T08:01:00.000Z",
          "exitTs": 1610634960,
          "dir": 1,
          "entryPrice": 1840.948,
          "exitPrice": 1851.637,
          "stopDistance": 5.344,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 395
        },
        {
          "entryTs": 1610697360,
          "entryUtc": "2021-01-15T07:56:00.000Z",
          "exitTs": 1610703420,
          "dir": -1,
          "entryPrice": 1852.285,
          "exitPrice": 1855.461,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 101
        },
        {
          "entryTs": 1610728980,
          "entryUtc": "2021-01-15T16:43:00.000Z",
          "exitTs": 1610924400,
          "dir": -1,
          "entryPrice": 1833.008,
          "exitPrice": 1828.998,
          "stopDistance": 6.905,
          "outcome": "time",
          "netR": 0.5271,
          "holdMinutes": 3257
        },
        {
          "entryTs": 1610969100,
          "entryUtc": "2021-01-18T11:25:00.000Z",
          "exitTs": 1610972340,
          "dir": 1,
          "entryPrice": 1833.645,
          "exitPrice": 1829.609,
          "stopDistance": 4.036,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 54
        },
        {
          "entryTs": 1611039660,
          "entryUtc": "2021-01-19T07:01:00.000Z",
          "exitTs": 1611060420,
          "dir": 1,
          "entryPrice": 1839.585,
          "exitPrice": 1836.5,
          "stopDistance": 3.085,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 346
        },
        {
          "entryTs": 1611067620,
          "entryUtc": "2021-01-19T14:47:00.000Z",
          "exitTs": 1611104580,
          "dir": -1,
          "entryPrice": 1840.507,
          "exitPrice": 1844.908,
          "stopDistance": 4.401,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 616
        },
        {
          "entryTs": 1611129600,
          "entryUtc": "2021-01-20T08:00:00.000Z",
          "exitTs": 1611142260,
          "dir": 1,
          "entryPrice": 1854.215,
          "exitPrice": 1851.395,
          "stopDistance": 2.82,
          "outcome": "stop",
          "netR": -1.1489,
          "holdMinutes": 211
        },
        {
          "entryTs": 1611151020,
          "entryUtc": "2021-01-20T13:57:00.000Z",
          "exitTs": 1611151800,
          "dir": -1,
          "entryPrice": 1848.885,
          "exitPrice": 1852.855,
          "stopDistance": 3.97,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 13
        },
        {
          "entryTs": 1611155640,
          "entryUtc": "2021-01-20T15:14:00.000Z",
          "exitTs": 1611155880,
          "dir": -1,
          "entryPrice": 1859.845,
          "exitPrice": 1866.814,
          "stopDistance": 6.969,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 4
        },
        {
          "entryTs": 1611218340,
          "entryUtc": "2021-01-21T08:39:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1868.535,
          "exitPrice": 1864.926,
          "stopDistance": 3.609,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 262
        },
        {
          "entryTs": 1611243000,
          "entryUtc": "2021-01-21T15:30:00.000Z",
          "exitTs": 1611295860,
          "dir": 1,
          "entryPrice": 1864.965,
          "exitPrice": 1859.506,
          "stopDistance": 5.459,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 881
        },
        {
          "entryTs": 1611325920,
          "entryUtc": "2021-01-22T14:32:00.000Z",
          "exitTs": 1611327600,
          "dir": 1,
          "entryPrice": 1840.608,
          "exitPrice": 1850.906,
          "stopDistance": 5.149,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 28
        },
        {
          "entryTs": 1611582000,
          "entryUtc": "2021-01-25T13:40:00.000Z",
          "exitTs": 1611586020,
          "dir": 1,
          "entryPrice": 1863.695,
          "exitPrice": 1859.855,
          "stopDistance": 3.84,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 67
        },
        {
          "entryTs": 1611590400,
          "entryUtc": "2021-01-25T16:00:00.000Z",
          "exitTs": 1611626640,
          "dir": -1,
          "entryPrice": 1853.575,
          "exitPrice": 1859.351,
          "stopDistance": 5.776,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 604
        },
        {
          "entryTs": 1611641940,
          "entryUtc": "2021-01-26T06:19:00.000Z",
          "exitTs": 1611646500,
          "dir": -1,
          "entryPrice": 1856.625,
          "exitPrice": 1851.324,
          "stopDistance": 2.65,
          "outcome": "target",
          "netR": 1.8604,
          "holdMinutes": 76
        },
        {
          "entryTs": 1611663300,
          "entryUtc": "2021-01-26T12:15:00.000Z",
          "exitTs": 1611672300,
          "dir": 1,
          "entryPrice": 1853.822,
          "exitPrice": 1850.352,
          "stopDistance": 3.47,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 150
        },
        {
          "entryTs": 1611735600,
          "entryUtc": "2021-01-27T08:20:00.000Z",
          "exitTs": 1611738660,
          "dir": 1,
          "entryPrice": 1847.383,
          "exitPrice": 1844.949,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 51
        },
        {
          "entryTs": 1611759660,
          "entryUtc": "2021-01-27T15:01:00.000Z",
          "exitTs": 1611762900,
          "dir": -1,
          "entryPrice": 1842.562,
          "exitPrice": 1848.234,
          "stopDistance": 5.672,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 54
        },
        {
          "entryTs": 1611780480,
          "entryUtc": "2021-01-27T20:48:00.000Z",
          "exitTs": 1611841500,
          "dir": -1,
          "entryPrice": 1843.865,
          "exitPrice": 1849.196,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 1017
        },
        {
          "entryTs": 1611845280,
          "entryUtc": "2021-01-28T14:48:00.000Z",
          "exitTs": 1611845880,
          "dir": 1,
          "entryPrice": 1859.284,
          "exitPrice": 1853.749,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611846900,
          "entryUtc": "2021-01-28T15:15:00.000Z",
          "exitTs": 1611852960,
          "dir": -1,
          "entryPrice": 1858.955,
          "exitPrice": 1846.724,
          "stopDistance": 6.115,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 101
        },
        {
          "entryTs": 1611904560,
          "entryUtc": "2021-01-29T07:16:00.000Z",
          "exitTs": 1611910980,
          "dir": -1,
          "entryPrice": 1845.525,
          "exitPrice": 1849.093,
          "stopDistance": 3.568,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 107
        },
        {
          "entryTs": 1611922560,
          "entryUtc": "2021-01-29T12:16:00.000Z",
          "exitTs": 1611928200,
          "dir": 1,
          "entryPrice": 1862.742,
          "exitPrice": 1873.734,
          "stopDistance": 5.496,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 94
        },
        {
          "entryTs": 1611930480,
          "entryUtc": "2021-01-29T14:28:00.000Z",
          "exitTs": 1611930780,
          "dir": 1,
          "entryPrice": 1868.658,
          "exitPrice": 1862.366,
          "stopDistance": 6.292,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 5
        },
        {
          "entryTs": 1612144440,
          "entryUtc": "2021-02-01T01:54:00.000Z",
          "exitTs": 1612147440,
          "dir": -1,
          "entryPrice": 1853.142,
          "exitPrice": 1859.892,
          "stopDistance": 6.75,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 50
        },
        {
          "entryTs": 1612166520,
          "entryUtc": "2021-02-01T08:02:00.000Z",
          "exitTs": 1612167000,
          "dir": -1,
          "entryPrice": 1862.415,
          "exitPrice": 1867.515,
          "stopDistance": 5.1,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 8
        },
        {
          "entryTs": 1612167840,
          "entryUtc": "2021-02-01T08:24:00.000Z",
          "exitTs": 1612174980,
          "dir": 1,
          "entryPrice": 1863.842,
          "exitPrice": 1857.855,
          "stopDistance": 5.987,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 119
        },
        {
          "entryTs": 1612235220,
          "entryUtc": "2021-02-02T03:07:00.000Z",
          "exitTs": 1612240740,
          "dir": 1,
          "entryPrice": 1856.941,
          "exitPrice": 1853.048,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 92
        },
        {
          "entryTs": 1612263060,
          "entryUtc": "2021-02-02T10:51:00.000Z",
          "exitTs": 1612267200,
          "dir": -1,
          "entryPrice": 1850.145,
          "exitPrice": 1840.625,
          "stopDistance": 4.76,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 69
        },
        {
          "entryTs": 1612268220,
          "entryUtc": "2021-02-02T12:17:00.000Z",
          "exitTs": 1612271880,
          "dir": 1,
          "entryPrice": 1845.385,
          "exitPrice": 1840.168,
          "stopDistance": 5.217,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 61
        },
        {
          "entryTs": 1612276560,
          "entryUtc": "2021-02-02T14:36:00.000Z",
          "exitTs": 1612366560,
          "dir": 1,
          "entryPrice": 1833.265,
          "exitPrice": 1833.867,
          "stopDistance": 6.539,
          "outcome": "time",
          "netR": 0.0355,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1612419480,
          "entryUtc": "2021-02-04T06:18:00.000Z",
          "exitTs": 1612420980,
          "dir": -1,
          "entryPrice": 1820.475,
          "exitPrice": 1823.683,
          "stopDistance": 3.208,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 25
        },
        {
          "entryTs": 1612452240,
          "entryUtc": "2021-02-04T15:24:00.000Z",
          "exitTs": 1612512600,
          "dir": 1,
          "entryPrice": 1788.179,
          "exitPrice": 1803.317,
          "stopDistance": 7.569,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1006
        },
        {
          "entryTs": 1612531800,
          "entryUtc": "2021-02-05T13:30:00.000Z",
          "exitTs": 1612532160,
          "dir": -1,
          "entryPrice": 1801.805,
          "exitPrice": 1805.91,
          "stopDistance": 4.105,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 6
        },
        {
          "entryTs": 1612533600,
          "entryUtc": "2021-02-05T14:00:00.000Z",
          "exitTs": 1612538760,
          "dir": 1,
          "entryPrice": 1797.933,
          "exitPrice": 1808.042,
          "stopDistance": 5.054,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 86
        },
        {
          "entryTs": 1612860420,
          "entryUtc": "2021-02-09T08:47:00.000Z",
          "exitTs": 1612862280,
          "dir": -1,
          "entryPrice": 1842.06,
          "exitPrice": 1845.115,
          "stopDistance": 3.055,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 31
        },
        {
          "entryTs": 1612919700,
          "entryUtc": "2021-02-10T01:15:00.000Z",
          "exitTs": 1612921980,
          "dir": -1,
          "entryPrice": 1835.685,
          "exitPrice": 1838.424,
          "stopDistance": 2.739,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 38
        },
        {
          "entryTs": 1612925400,
          "entryUtc": "2021-02-10T02:50:00.000Z",
          "exitTs": 1612942260,
          "dir": 1,
          "entryPrice": 1840.485,
          "exitPrice": 1846.614,
          "stopDistance": 3.065,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 281
        },
        {
          "entryTs": 1612946220,
          "entryUtc": "2021-02-10T08:37:00.000Z",
          "exitTs": 1612951020,
          "dir": -1,
          "entryPrice": 1845.345,
          "exitPrice": 1839.565,
          "stopDistance": 2.89,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 80
        },
        {
          "entryTs": 1612967520,
          "entryUtc": "2021-02-10T14:32:00.000Z",
          "exitTs": 1612970460,
          "dir": 1,
          "entryPrice": 1844.065,
          "exitPrice": 1839.182,
          "stopDistance": 4.883,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 49
        },
        {
          "entryTs": 1612971000,
          "entryUtc": "2021-02-10T15:30:00.000Z",
          "exitTs": 1613061000,
          "dir": -1,
          "entryPrice": 1841.335,
          "exitPrice": 1836.585,
          "stopDistance": 6.32,
          "outcome": "time",
          "netR": 0.693,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1613116200,
          "entryUtc": "2021-02-12T07:50:00.000Z",
          "exitTs": 1613116380,
          "dir": 1,
          "entryPrice": 1818.972,
          "exitPrice": 1816.707,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 3
        },
        {
          "entryTs": 1613122500,
          "entryUtc": "2021-02-12T09:35:00.000Z",
          "exitTs": 1613126700,
          "dir": -1,
          "entryPrice": 1818.845,
          "exitPrice": 1821.41,
          "stopDistance": 2.565,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 70
        },
        {
          "entryTs": 1613138460,
          "entryUtc": "2021-02-12T14:01:00.000Z",
          "exitTs": 1613144940,
          "dir": -1,
          "entryPrice": 1817.345,
          "exitPrice": 1820.904,
          "stopDistance": 3.559,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 108
        },
        {
          "entryTs": 1613379780,
          "entryUtc": "2021-02-15T09:03:00.000Z",
          "exitTs": 1613391720,
          "dir": 1,
          "entryPrice": 1817.465,
          "exitPrice": 1823.255,
          "stopDistance": 2.895,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 199
        },
        {
          "entryTs": 1613460180,
          "entryUtc": "2021-02-16T07:23:00.000Z",
          "exitTs": 1613476140,
          "dir": 1,
          "entryPrice": 1821.065,
          "exitPrice": 1818.689,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 266
        },
        {
          "entryTs": 1613494920,
          "entryUtc": "2021-02-16T17:02:00.000Z",
          "exitTs": 1613516820,
          "dir": 1,
          "entryPrice": 1795.945,
          "exitPrice": 1787.561,
          "stopDistance": 8.384,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 365
        },
        {
          "entryTs": 1613567280,
          "entryUtc": "2021-02-17T13:08:00.000Z",
          "exitTs": 1613567880,
          "dir": 1,
          "entryPrice": 1788.425,
          "exitPrice": 1784.527,
          "stopDistance": 3.898,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 10
        },
        {
          "entryTs": 1613574360,
          "entryUtc": "2021-02-17T15:06:00.000Z",
          "exitTs": 1613577480,
          "dir": 1,
          "entryPrice": 1778.815,
          "exitPrice": 1772.833,
          "stopDistance": 5.982,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 52
        },
        {
          "entryTs": 1613634540,
          "entryUtc": "2021-02-18T07:49:00.000Z",
          "exitTs": 1613635740,
          "dir": 1,
          "entryPrice": 1781.785,
          "exitPrice": 1779.008,
          "stopDistance": 2.777,
          "outcome": "stop",
          "netR": -1.1512,
          "holdMinutes": 20
        },
        {
          "entryTs": 1613637060,
          "entryUtc": "2021-02-18T08:31:00.000Z",
          "exitTs": 1613638380,
          "dir": 1,
          "entryPrice": 1781.975,
          "exitPrice": 1788.312,
          "stopDistance": 3.169,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 22
        },
        {
          "entryTs": 1613648160,
          "entryUtc": "2021-02-18T11:36:00.000Z",
          "exitTs": 1613658660,
          "dir": -1,
          "entryPrice": 1786.245,
          "exitPrice": 1778.503,
          "stopDistance": 3.871,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 175
        },
        {
          "entryTs": 1613699280,
          "entryUtc": "2021-02-19T01:48:00.000Z",
          "exitTs": 1613713800,
          "dir": -1,
          "entryPrice": 1766.945,
          "exitPrice": 1771.578,
          "stopDistance": 4.633,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 242
        },
        {
          "entryTs": 1613736720,
          "entryUtc": "2021-02-19T12:12:00.000Z",
          "exitTs": 1613743080,
          "dir": -1,
          "entryPrice": 1771.195,
          "exitPrice": 1775.053,
          "stopDistance": 3.858,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 106
        },
        {
          "entryTs": 1613745960,
          "entryUtc": "2021-02-19T14:46:00.000Z",
          "exitTs": 1613746080,
          "dir": -1,
          "entryPrice": 1783.246,
          "exitPrice": 1788.882,
          "stopDistance": 5.636,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 2
        },
        {
          "entryTs": 1613958600,
          "entryUtc": "2021-02-22T01:50:00.000Z",
          "exitTs": 1613965440,
          "dir": 1,
          "entryPrice": 1785.876,
          "exitPrice": 1781.791,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 114
        },
        {
          "entryTs": 1613983800,
          "entryUtc": "2021-02-22T08:50:00.000Z",
          "exitTs": 1613986380,
          "dir": -1,
          "entryPrice": 1794.475,
          "exitPrice": 1798.782,
          "stopDistance": 4.307,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 43
        },
        {
          "entryTs": 1613995560,
          "entryUtc": "2021-02-22T12:06:00.000Z",
          "exitTs": 1613999760,
          "dir": -1,
          "entryPrice": 1797.485,
          "exitPrice": 1801.006,
          "stopDistance": 3.521,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 70
        },
        {
          "entryTs": 1614093060,
          "entryUtc": "2021-02-23T15:11:00.000Z",
          "exitTs": 1614131460,
          "dir": -1,
          "entryPrice": 1807.555,
          "exitPrice": 1812.375,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 640
        },
        {
          "entryTs": 1614171420,
          "entryUtc": "2021-02-24T12:57:00.000Z",
          "exitTs": 1614172680,
          "dir": 1,
          "entryPrice": 1805.425,
          "exitPrice": 1801.948,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 21
        },
        {
          "entryTs": 1614177720,
          "entryUtc": "2021-02-24T14:42:00.000Z",
          "exitTs": 1614183720,
          "dir": -1,
          "entryPrice": 1790.565,
          "exitPrice": 1796.103,
          "stopDistance": 5.538,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 100
        },
        {
          "entryTs": 1614216600,
          "entryUtc": "2021-02-25T01:30:00.000Z",
          "exitTs": 1614221580,
          "dir": -1,
          "entryPrice": 1801.855,
          "exitPrice": 1795.168,
          "stopDistance": 3.344,
          "outcome": "target",
          "netR": 1.8893,
          "holdMinutes": 83
        },
        {
          "entryTs": 1614277860,
          "entryUtc": "2021-02-25T18:31:00.000Z",
          "exitTs": 1614317460,
          "dir": 1,
          "entryPrice": 1773.085,
          "exitPrice": 1764.641,
          "stopDistance": 8.444,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 660
        },
        {
          "entryTs": 1614345300,
          "entryUtc": "2021-02-26T13:15:00.000Z",
          "exitTs": 1614349920,
          "dir": 1,
          "entryPrice": 1762.305,
          "exitPrice": 1756.9,
          "stopDistance": 5.405,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 77
        },
        {
          "entryTs": 1614612180,
          "entryUtc": "2021-03-01T15:23:00.000Z",
          "exitTs": 1614617820,
          "dir": 1,
          "entryPrice": 1738.11,
          "exitPrice": 1731.527,
          "stopDistance": 6.583,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 94
        },
        {
          "entryTs": 1614684180,
          "entryUtc": "2021-03-02T11:23:00.000Z",
          "exitTs": 1614692760,
          "dir": 1,
          "entryPrice": 1729.895,
          "exitPrice": 1724.474,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 143
        },
        {
          "entryTs": 1614697140,
          "entryUtc": "2021-03-02T14:59:00.000Z",
          "exitTs": 1614703680,
          "dir": -1,
          "entryPrice": 1726.905,
          "exitPrice": 1732.834,
          "stopDistance": 5.929,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 109
        },
        {
          "entryTs": 1614741900,
          "entryUtc": "2021-03-03T03:25:00.000Z",
          "exitTs": 1614759720,
          "dir": -1,
          "entryPrice": 1735.076,
          "exitPrice": 1727.042,
          "stopDistance": 4.017,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 297
        },
        {
          "entryTs": 1614786540,
          "entryUtc": "2021-03-03T15:49:00.000Z",
          "exitTs": 1614787200,
          "dir": -1,
          "entryPrice": 1709.833,
          "exitPrice": 1717.164,
          "stopDistance": 7.331,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 11
        },
        {
          "entryTs": 1614871860,
          "entryUtc": "2021-03-04T15:31:00.000Z",
          "exitTs": 1614878820,
          "dir": -1,
          "entryPrice": 1718.593,
          "exitPrice": 1707.94,
          "stopDistance": 5.326,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 116
        },
        {
          "entryTs": 1614911040,
          "entryUtc": "2021-03-05T02:24:00.000Z",
          "exitTs": 1614928500,
          "dir": -1,
          "entryPrice": 1693.735,
          "exitPrice": 1699.642,
          "stopDistance": 5.907,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 291
        },
        {
          "entryTs": 1614949200,
          "entryUtc": "2021-03-05T13:00:00.000Z",
          "exitTs": 1614951000,
          "dir": 1,
          "entryPrice": 1697.695,
          "exitPrice": 1693.637,
          "stopDistance": 4.058,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 30
        },
        {
          "entryTs": 1614952200,
          "entryUtc": "2021-03-05T13:50:00.000Z",
          "exitTs": 1614954000,
          "dir": 1,
          "entryPrice": 1696.008,
          "exitPrice": 1706.124,
          "stopDistance": 5.058,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 30
        },
        {
          "entryTs": 1614956760,
          "entryUtc": "2021-03-05T15:06:00.000Z",
          "exitTs": 1615158000,
          "dir": -1,
          "entryPrice": 1699.733,
          "exitPrice": 1705.048,
          "stopDistance": 6.76,
          "outcome": "time",
          "netR": -0.841,
          "holdMinutes": 3354
        },
        {
          "entryTs": 1615171560,
          "entryUtc": "2021-03-08T02:46:00.000Z",
          "exitTs": 1615187040,
          "dir": 1,
          "entryPrice": 1707.268,
          "exitPrice": 1702.542,
          "stopDistance": 4.726,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 258
        },
        {
          "entryTs": 1615205520,
          "entryUtc": "2021-03-08T12:12:00.000Z",
          "exitTs": 1615209720,
          "dir": -1,
          "entryPrice": 1689.314,
          "exitPrice": 1693.783,
          "stopDistance": 4.469,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 70
        },
        {
          "entryTs": 1615210740,
          "entryUtc": "2021-03-08T13:39:00.000Z",
          "exitTs": 1615218180,
          "dir": 1,
          "entryPrice": 1690.425,
          "exitPrice": 1685.06,
          "stopDistance": 5.365,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 124
        },
        {
          "entryTs": 1615255260,
          "entryUtc": "2021-03-09T02:01:00.000Z",
          "exitTs": 1615256280,
          "dir": -1,
          "entryPrice": 1684.463,
          "exitPrice": 1687.599,
          "stopDistance": 3.136,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 17
        },
        {
          "entryTs": 1615265280,
          "entryUtc": "2021-03-09T04:48:00.000Z",
          "exitTs": 1615274820,
          "dir": 1,
          "entryPrice": 1687.464,
          "exitPrice": 1694.613,
          "stopDistance": 3.575,
          "outcome": "target",
          "netR": 1.8965,
          "holdMinutes": 159
        },
        {
          "entryTs": 1615338060,
          "entryUtc": "2021-03-10T01:01:00.000Z",
          "exitTs": 1615338300,
          "dir": -1,
          "entryPrice": 1716.295,
          "exitPrice": 1719.466,
          "stopDistance": 3.171,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 4
        },
        {
          "entryTs": 1615339200,
          "entryUtc": "2021-03-10T01:20:00.000Z",
          "exitTs": 1615340280,
          "dir": 1,
          "entryPrice": 1716.454,
          "exitPrice": 1712.932,
          "stopDistance": 3.522,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615377120,
          "entryUtc": "2021-03-10T11:52:00.000Z",
          "exitTs": 1615381560,
          "dir": -1,
          "entryPrice": 1710.998,
          "exitPrice": 1714.247,
          "stopDistance": 3.249,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 74
        },
        {
          "entryTs": 1615382100,
          "entryUtc": "2021-03-10T13:15:00.000Z",
          "exitTs": 1615383120,
          "dir": -1,
          "entryPrice": 1714.555,
          "exitPrice": 1717.718,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 17
        },
        {
          "entryTs": 1615400100,
          "entryUtc": "2021-03-10T18:15:00.000Z",
          "exitTs": 1615428360,
          "dir": 1,
          "entryPrice": 1719.665,
          "exitPrice": 1729.305,
          "stopDistance": 4.82,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 471
        },
        {
          "entryTs": 1615434300,
          "entryUtc": "2021-03-11T03:45:00.000Z",
          "exitTs": 1615442160,
          "dir": -1,
          "entryPrice": 1732.215,
          "exitPrice": 1735.417,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 131
        },
        {
          "entryTs": 1615444680,
          "entryUtc": "2021-03-11T06:38:00.000Z",
          "exitTs": 1615450860,
          "dir": 1,
          "entryPrice": 1732.734,
          "exitPrice": 1738.368,
          "stopDistance": 2.817,
          "outcome": "target",
          "netR": 1.8687,
          "holdMinutes": 103
        },
        {
          "entryTs": 1615463580,
          "entryUtc": "2021-03-11T11:53:00.000Z",
          "exitTs": 1615472520,
          "dir": -1,
          "entryPrice": 1734.298,
          "exitPrice": 1727.247,
          "stopDistance": 3.525,
          "outcome": "target",
          "netR": 1.895,
          "holdMinutes": 149
        },
        {
          "entryTs": 1615537200,
          "entryUtc": "2021-03-12T08:20:00.000Z",
          "exitTs": 1615540740,
          "dir": -1,
          "entryPrice": 1709.864,
          "exitPrice": 1701.822,
          "stopDistance": 4.021,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 59
        },
        {
          "entryTs": 1615555200,
          "entryUtc": "2021-03-12T13:20:00.000Z",
          "exitTs": 1615564140,
          "dir": -1,
          "entryPrice": 1704.335,
          "exitPrice": 1708.582,
          "stopDistance": 4.247,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 149
        },
        {
          "entryTs": 1615821480,
          "entryUtc": "2021-03-15T15:18:00.000Z",
          "exitTs": 1615873680,
          "dir": 1,
          "entryPrice": 1726.738,
          "exitPrice": 1736.713,
          "stopDistance": 4.987,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 870
        },
        {
          "entryTs": 1615880700,
          "entryUtc": "2021-03-16T07:45:00.000Z",
          "exitTs": 1615895160,
          "dir": 1,
          "entryPrice": 1729.118,
          "exitPrice": 1734.987,
          "stopDistance": 2.935,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 241
        },
        {
          "entryTs": 1615896600,
          "entryUtc": "2021-03-16T12:10:00.000Z",
          "exitTs": 1615904580,
          "dir": -1,
          "entryPrice": 1733.764,
          "exitPrice": 1736.606,
          "stopDistance": 2.842,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 133
        },
        {
          "entryTs": 1615906560,
          "entryUtc": "2021-03-16T14:56:00.000Z",
          "exitTs": 1615908660,
          "dir": 1,
          "entryPrice": 1734.364,
          "exitPrice": 1729.915,
          "stopDistance": 4.449,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 35
        },
        {
          "entryTs": 1615963800,
          "entryUtc": "2021-03-17T06:50:00.000Z",
          "exitTs": 1615979340,
          "dir": -1,
          "entryPrice": 1736.065,
          "exitPrice": 1731.495,
          "stopDistance": 2.285,
          "outcome": "target",
          "netR": 1.8381,
          "holdMinutes": 259
        },
        {
          "entryTs": 1615987980,
          "entryUtc": "2021-03-17T13:33:00.000Z",
          "exitTs": 1615989720,
          "dir": 1,
          "entryPrice": 1729.125,
          "exitPrice": 1725.699,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 29
        },
        {
          "entryTs": 1616075220,
          "entryUtc": "2021-03-18T13:47:00.000Z",
          "exitTs": 1616083800,
          "dir": 1,
          "entryPrice": 1721.768,
          "exitPrice": 1733.275,
          "stopDistance": 5.754,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 143
        },
        {
          "entryTs": 1616367900,
          "entryUtc": "2021-03-21T23:05:00.000Z",
          "exitTs": 1616376360,
          "dir": -1,
          "entryPrice": 1739.825,
          "exitPrice": 1732.682,
          "stopDistance": 3.571,
          "outcome": "target",
          "netR": 1.8964,
          "holdMinutes": 141
        },
        {
          "entryTs": 1616468340,
          "entryUtc": "2021-03-23T02:59:00.000Z",
          "exitTs": 1616472420,
          "dir": -1,
          "entryPrice": 1734.248,
          "exitPrice": 1736.628,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 68
        },
        {
          "entryTs": 1616481900,
          "entryUtc": "2021-03-23T06:45:00.000Z",
          "exitTs": 1616494140,
          "dir": 1,
          "entryPrice": 1737.595,
          "exitPrice": 1742.065,
          "stopDistance": 2.235,
          "outcome": "target",
          "netR": 1.8345,
          "holdMinutes": 204
        },
        {
          "entryTs": 1616576280,
          "entryUtc": "2021-03-24T08:58:00.000Z",
          "exitTs": 1616577420,
          "dir": -1,
          "entryPrice": 1730.825,
          "exitPrice": 1733.201,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 19
        },
        {
          "entryTs": 1616581020,
          "entryUtc": "2021-03-24T10:17:00.000Z",
          "exitTs": 1616601960,
          "dir": -1,
          "entryPrice": 1733.908,
          "exitPrice": 1736.721,
          "stopDistance": 2.813,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 349
        },
        {
          "entryTs": 1616651100,
          "entryUtc": "2021-03-25T05:45:00.000Z",
          "exitTs": 1616656440,
          "dir": -1,
          "entryPrice": 1735.818,
          "exitPrice": 1731.238,
          "stopDistance": 2.29,
          "outcome": "target",
          "netR": 1.8384,
          "holdMinutes": 89
        },
        {
          "entryTs": 1616676780,
          "entryUtc": "2021-03-25T12:53:00.000Z",
          "exitTs": 1616677500,
          "dir": -1,
          "entryPrice": 1728.048,
          "exitPrice": 1731.379,
          "stopDistance": 3.331,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 12
        },
        {
          "entryTs": 1616680800,
          "entryUtc": "2021-03-25T14:00:00.000Z",
          "exitTs": 1616690640,
          "dir": -1,
          "entryPrice": 1739.785,
          "exitPrice": 1729.184,
          "stopDistance": 5.301,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 164
        },
        {
          "entryTs": 1616722200,
          "entryUtc": "2021-03-26T01:30:00.000Z",
          "exitTs": 1616751780,
          "dir": -1,
          "entryPrice": 1727.808,
          "exitPrice": 1730.665,
          "stopDistance": 2.857,
          "outcome": "stop",
          "netR": -1.147,
          "holdMinutes": 493
        },
        {
          "entryTs": 1616754900,
          "entryUtc": "2021-03-26T10:35:00.000Z",
          "exitTs": 1616756640,
          "dir": 1,
          "entryPrice": 1727.325,
          "exitPrice": 1724.587,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 29
        },
        {
          "entryTs": 1616762940,
          "entryUtc": "2021-03-26T12:49:00.000Z",
          "exitTs": 1616771040,
          "dir": 1,
          "entryPrice": 1726.025,
          "exitPrice": 1732.796,
          "stopDistance": 3.385,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 135
        },
        {
          "entryTs": 1616982780,
          "entryUtc": "2021-03-29T01:53:00.000Z",
          "exitTs": 1616995800,
          "dir": -1,
          "entryPrice": 1731.098,
          "exitPrice": 1726.448,
          "stopDistance": 2.325,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 217
        },
        {
          "entryTs": 1617003060,
          "entryUtc": "2021-03-29T07:31:00.000Z",
          "exitTs": 1617022380,
          "dir": -1,
          "entryPrice": 1727.445,
          "exitPrice": 1722.346,
          "stopDistance": 2.55,
          "outcome": "target",
          "netR": 1.8549,
          "holdMinutes": 322
        },
        {
          "entryTs": 1617084780,
          "entryUtc": "2021-03-30T06:13:00.000Z",
          "exitTs": 1617087600,
          "dir": -1,
          "entryPrice": 1706.988,
          "exitPrice": 1702.098,
          "stopDistance": 2.445,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 47
        },
        {
          "entryTs": 1617112560,
          "entryUtc": "2021-03-30T13:56:00.000Z",
          "exitTs": 1617155160,
          "dir": -1,
          "entryPrice": 1688.245,
          "exitPrice": 1679.353,
          "stopDistance": 4.446,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 710
        },
        {
          "entryTs": 1617181620,
          "entryUtc": "2021-03-31T09:07:00.000Z",
          "exitTs": 1617197760,
          "dir": 1,
          "entryPrice": 1684.965,
          "exitPrice": 1691.573,
          "stopDistance": 3.304,
          "outcome": "target",
          "netR": 1.888,
          "holdMinutes": 269
        },
        {
          "entryTs": 1617261360,
          "entryUtc": "2021-04-01T07:16:00.000Z",
          "exitTs": 1617268380,
          "dir": 1,
          "entryPrice": 1717.108,
          "exitPrice": 1713.738,
          "stopDistance": 3.37,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 117
        },
        {
          "entryTs": 1617272880,
          "entryUtc": "2021-04-01T10:28:00.000Z",
          "exitTs": 1617281460,
          "dir": -1,
          "entryPrice": 1715.698,
          "exitPrice": 1719.095,
          "stopDistance": 3.397,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 143
        },
        {
          "entryTs": 1617286560,
          "entryUtc": "2021-04-01T14:16:00.000Z",
          "exitTs": 1617288960,
          "dir": -1,
          "entryPrice": 1724.228,
          "exitPrice": 1728.797,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 40
        },
        {
          "entryTs": 1617670740,
          "entryUtc": "2021-04-06T00:59:00.000Z",
          "exitTs": 1617670860,
          "dir": -1,
          "entryPrice": 1729.148,
          "exitPrice": 1731.88,
          "stopDistance": 2.732,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 2
        },
        {
          "entryTs": 1617764760,
          "entryUtc": "2021-04-07T03:06:00.000Z",
          "exitTs": 1617776700,
          "dir": -1,
          "entryPrice": 1736.785,
          "exitPrice": 1739.166,
          "stopDistance": 2.381,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 199
        },
        {
          "entryTs": 1617783000,
          "entryUtc": "2021-04-07T08:10:00.000Z",
          "exitTs": 1617793800,
          "dir": 1,
          "entryPrice": 1737.698,
          "exitPrice": 1735.558,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 180
        },
        {
          "entryTs": 1617795960,
          "entryUtc": "2021-04-07T11:46:00.000Z",
          "exitTs": 1617800160,
          "dir": -1,
          "entryPrice": 1735.908,
          "exitPrice": 1738.788,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 70
        },
        {
          "entryTs": 1617804000,
          "entryUtc": "2021-04-07T14:00:00.000Z",
          "exitTs": 1617844740,
          "dir": 1,
          "entryPrice": 1737.995,
          "exitPrice": 1734.1,
          "stopDistance": 3.895,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 679
        },
        {
          "entryTs": 1617869280,
          "entryUtc": "2021-04-08T08:08:00.000Z",
          "exitTs": 1617881580,
          "dir": 1,
          "entryPrice": 1744.058,
          "exitPrice": 1749.597,
          "stopDistance": 2.77,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 205
        },
        {
          "entryTs": 1617883920,
          "entryUtc": "2021-04-08T12:12:00.000Z",
          "exitTs": 1617887100,
          "dir": 1,
          "entryPrice": 1746.335,
          "exitPrice": 1752.146,
          "stopDistance": 2.905,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 53
        },
        {
          "entryTs": 1618212960,
          "entryUtc": "2021-04-12T07:36:00.000Z",
          "exitTs": 1618226760,
          "dir": -1,
          "entryPrice": 1740.728,
          "exitPrice": 1743.434,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 230
        },
        {
          "entryTs": 1618255680,
          "entryUtc": "2021-04-12T19:28:00.000Z",
          "exitTs": 1618280040,
          "dir": -1,
          "entryPrice": 1731.628,
          "exitPrice": 1734.741,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 406
        },
        {
          "entryTs": 1618412640,
          "entryUtc": "2021-04-14T15:04:00.000Z",
          "exitTs": 1618468260,
          "dir": 1,
          "entryPrice": 1735.988,
          "exitPrice": 1744.446,
          "stopDistance": 4.229,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 927
        },
        {
          "entryTs": 1618488060,
          "entryUtc": "2021-04-15T12:01:00.000Z",
          "exitTs": 1618488480,
          "dir": -1,
          "entryPrice": 1746.508,
          "exitPrice": 1748.835,
          "stopDistance": 2.327,
          "outcome": "stop",
          "netR": -1.1805,
          "holdMinutes": 7
        },
        {
          "entryTs": 1618533420,
          "entryUtc": "2021-04-16T00:37:00.000Z",
          "exitTs": 1618535040,
          "dir": 1,
          "entryPrice": 1763.995,
          "exitPrice": 1761.887,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1992,
          "holdMinutes": 27
        },
        {
          "entryTs": 1618557240,
          "entryUtc": "2021-04-16T07:14:00.000Z",
          "exitTs": 1618564200,
          "dir": -1,
          "entryPrice": 1765.378,
          "exitPrice": 1767.438,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 116
        },
        {
          "entryTs": 1618794900,
          "entryUtc": "2021-04-19T01:15:00.000Z",
          "exitTs": 1618796040,
          "dir": 1,
          "entryPrice": 1777.265,
          "exitPrice": 1774.799,
          "stopDistance": 2.466,
          "outcome": "stop",
          "netR": -1.1703,
          "holdMinutes": 19
        },
        {
          "entryTs": 1618816260,
          "entryUtc": "2021-04-19T07:11:00.000Z",
          "exitTs": 1618818180,
          "dir": 1,
          "entryPrice": 1777.665,
          "exitPrice": 1783.33,
          "stopDistance": 2.833,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 32
        },
        {
          "entryTs": 1618887480,
          "entryUtc": "2021-04-20T02:58:00.000Z",
          "exitTs": 1618888140,
          "dir": -1,
          "entryPrice": 1768.428,
          "exitPrice": 1771.154,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 11
        },
        {
          "entryTs": 1618922040,
          "entryUtc": "2021-04-20T12:34:00.000Z",
          "exitTs": 1618927200,
          "dir": 1,
          "entryPrice": 1766.748,
          "exitPrice": 1775.406,
          "stopDistance": 4.329,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 86
        },
        {
          "entryTs": 1619073600,
          "entryUtc": "2021-04-22T06:40:00.000Z",
          "exitTs": 1619083740,
          "dir": -1,
          "entryPrice": 1792.448,
          "exitPrice": 1787.507,
          "stopDistance": 2.471,
          "outcome": "target",
          "netR": 1.8502,
          "holdMinutes": 169
        },
        {
          "entryTs": 1619086440,
          "entryUtc": "2021-04-22T10:14:00.000Z",
          "exitTs": 1619089080,
          "dir": -1,
          "entryPrice": 1789.735,
          "exitPrice": 1784.23,
          "stopDistance": 2.752,
          "outcome": "target",
          "netR": 1.8656,
          "holdMinutes": 44
        },
        {
          "entryTs": 1619094120,
          "entryUtc": "2021-04-22T12:22:00.000Z",
          "exitTs": 1619097660,
          "dir": -1,
          "entryPrice": 1787.128,
          "exitPrice": 1780.415,
          "stopDistance": 3.356,
          "outcome": "target",
          "netR": 1.8898,
          "holdMinutes": 59
        },
        {
          "entryTs": 1619160420,
          "entryUtc": "2021-04-23T06:47:00.000Z",
          "exitTs": 1619171880,
          "dir": -1,
          "entryPrice": 1784.735,
          "exitPrice": 1787.083,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 191
        },
        {
          "entryTs": 1619401140,
          "entryUtc": "2021-04-26T01:39:00.000Z",
          "exitTs": 1619415120,
          "dir": 1,
          "entryPrice": 1778.498,
          "exitPrice": 1783.014,
          "stopDistance": 2.258,
          "outcome": "target",
          "netR": 1.8361,
          "holdMinutes": 233
        },
        {
          "entryTs": 1619425440,
          "entryUtc": "2021-04-26T08:24:00.000Z",
          "exitTs": 1619435580,
          "dir": -1,
          "entryPrice": 1781.538,
          "exitPrice": 1777.347,
          "stopDistance": 2.096,
          "outcome": "target",
          "netR": 1.8234,
          "holdMinutes": 169
        },
        {
          "entryTs": 1619441160,
          "entryUtc": "2021-04-26T12:46:00.000Z",
          "exitTs": 1619442540,
          "dir": -1,
          "entryPrice": 1775.608,
          "exitPrice": 1778.944,
          "stopDistance": 3.335,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 23
        },
        {
          "entryTs": 1619446680,
          "entryUtc": "2021-04-26T14:18:00.000Z",
          "exitTs": 1619485200,
          "dir": -1,
          "entryPrice": 1778.617,
          "exitPrice": 1783.018,
          "stopDistance": 4.402,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 642
        },
        {
          "entryTs": 1619504040,
          "entryUtc": "2021-04-27T06:14:00.000Z",
          "exitTs": 1619509860,
          "dir": 1,
          "entryPrice": 1780.475,
          "exitPrice": 1778.258,
          "stopDistance": 2.217,
          "outcome": "stop",
          "netR": -1.1895,
          "holdMinutes": 97
        },
        {
          "entryTs": 1619512200,
          "entryUtc": "2021-04-27T08:30:00.000Z",
          "exitTs": 1619526000,
          "dir": 1,
          "entryPrice": 1778.117,
          "exitPrice": 1783.425,
          "stopDistance": 2.654,
          "outcome": "target",
          "netR": 1.8606,
          "holdMinutes": 230
        },
        {
          "entryTs": 1619526660,
          "entryUtc": "2021-04-27T12:31:00.000Z",
          "exitTs": 1619530320,
          "dir": 1,
          "entryPrice": 1782.478,
          "exitPrice": 1779.343,
          "stopDistance": 3.135,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 61
        },
        {
          "entryTs": 1619532600,
          "entryUtc": "2021-04-27T14:10:00.000Z",
          "exitTs": 1619545500,
          "dir": 1,
          "entryPrice": 1781.757,
          "exitPrice": 1777.472,
          "stopDistance": 4.285,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 215
        },
        {
          "entryTs": 1619572800,
          "entryUtc": "2021-04-28T01:20:00.000Z",
          "exitTs": 1619595240,
          "dir": -1,
          "entryPrice": 1770.748,
          "exitPrice": 1766.138,
          "stopDistance": 2.305,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 374
        },
        {
          "entryTs": 1619601600,
          "entryUtc": "2021-04-28T09:20:00.000Z",
          "exitTs": 1619602080,
          "dir": 1,
          "entryPrice": 1767.035,
          "exitPrice": 1764.611,
          "stopDistance": 2.425,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 8
        },
        {
          "entryTs": 1619614140,
          "entryUtc": "2021-04-28T12:49:00.000Z",
          "exitTs": 1619618340,
          "dir": 1,
          "entryPrice": 1766.675,
          "exitPrice": 1773.635,
          "stopDistance": 3.48,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 70
        },
        {
          "entryTs": 1619701500,
          "entryUtc": "2021-04-29T13:05:00.000Z",
          "exitTs": 1619701800,
          "dir": 1,
          "entryPrice": 1776.898,
          "exitPrice": 1773.366,
          "stopDistance": 3.532,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 5
        },
        {
          "entryTs": 1619707800,
          "entryUtc": "2021-04-29T14:50:00.000Z",
          "exitTs": 1619722380,
          "dir": -1,
          "entryPrice": 1767.538,
          "exitPrice": 1773.332,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 243
        },
        {
          "entryTs": 1619746740,
          "entryUtc": "2021-04-30T01:39:00.000Z",
          "exitTs": 1619764740,
          "dir": -1,
          "entryPrice": 1769.538,
          "exitPrice": 1772.198,
          "stopDistance": 2.66,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 300
        },
        {
          "entryTs": 1619771820,
          "entryUtc": "2021-04-30T08:37:00.000Z",
          "exitTs": 1619776680,
          "dir": 1,
          "entryPrice": 1769.785,
          "exitPrice": 1767.002,
          "stopDistance": 2.784,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 81
        },
        {
          "entryTs": 1619781060,
          "entryUtc": "2021-04-30T11:11:00.000Z",
          "exitTs": 1619791500,
          "dir": -1,
          "entryPrice": 1770.585,
          "exitPrice": 1764.646,
          "stopDistance": 2.969,
          "outcome": "target",
          "netR": 1.8754,
          "holdMinutes": 174
        },
        {
          "entryTs": 1620115260,
          "entryUtc": "2021-05-04T08:01:00.000Z",
          "exitTs": 1620121020,
          "dir": 1,
          "entryPrice": 1786.462,
          "exitPrice": 1783.732,
          "stopDistance": 2.73,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 96
        },
        {
          "entryTs": 1620128880,
          "entryUtc": "2021-05-04T11:48:00.000Z",
          "exitTs": 1620129060,
          "dir": 1,
          "entryPrice": 1783.898,
          "exitPrice": 1780.686,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 3
        },
        {
          "entryTs": 1620140400,
          "entryUtc": "2021-05-04T15:00:00.000Z",
          "exitTs": 1620141120,
          "dir": -1,
          "entryPrice": 1794.808,
          "exitPrice": 1786.137,
          "stopDistance": 4.336,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 12
        },
        {
          "entryTs": 1620204300,
          "entryUtc": "2021-05-05T08:45:00.000Z",
          "exitTs": 1620206940,
          "dir": -1,
          "entryPrice": 1775.558,
          "exitPrice": 1777.99,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 44
        },
        {
          "entryTs": 1620221700,
          "entryUtc": "2021-05-05T13:35:00.000Z",
          "exitTs": 1620244080,
          "dir": -1,
          "entryPrice": 1781.688,
          "exitPrice": 1785.737,
          "stopDistance": 4.049,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 373
        },
        {
          "entryTs": 1620269460,
          "entryUtc": "2021-05-06T02:51:00.000Z",
          "exitTs": 1620280320,
          "dir": 1,
          "entryPrice": 1786.678,
          "exitPrice": 1791.826,
          "stopDistance": 2.574,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 181
        },
        {
          "entryTs": 1620286860,
          "entryUtc": "2021-05-06T07:41:00.000Z",
          "exitTs": 1620298980,
          "dir": 1,
          "entryPrice": 1791.995,
          "exitPrice": 1789.606,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 202
        },
        {
          "entryTs": 1620300120,
          "entryUtc": "2021-05-06T11:22:00.000Z",
          "exitTs": 1620302580,
          "dir": -1,
          "entryPrice": 1791.835,
          "exitPrice": 1794.634,
          "stopDistance": 2.799,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 41
        },
        {
          "entryTs": 1620304260,
          "entryUtc": "2021-05-06T12:31:00.000Z",
          "exitTs": 1620308100,
          "dir": 1,
          "entryPrice": 1793.658,
          "exitPrice": 1799.623,
          "stopDistance": 2.983,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620371580,
          "entryUtc": "2021-05-07T07:13:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1820.375,
          "exitPrice": 1823.107,
          "stopDistance": 2.732,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 317
        },
        {
          "entryTs": 1620395580,
          "entryUtc": "2021-05-07T13:53:00.000Z",
          "exitTs": 1620597600,
          "dir": -1,
          "entryPrice": 1837.578,
          "exitPrice": 1832.608,
          "stopDistance": 6.094,
          "outcome": "time",
          "netR": 0.7548,
          "holdMinutes": 3367
        },
        {
          "entryTs": 1620649260,
          "entryUtc": "2021-05-10T12:21:00.000Z",
          "exitTs": 1620659040,
          "dir": 1,
          "entryPrice": 1839.458,
          "exitPrice": 1836.484,
          "stopDistance": 2.974,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 163
        },
        {
          "entryTs": 1620675420,
          "entryUtc": "2021-05-10T19:37:00.000Z",
          "exitTs": 1620728640,
          "dir": -1,
          "entryPrice": 1837.438,
          "exitPrice": 1841.177,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 887
        },
        {
          "entryTs": 1620747360,
          "entryUtc": "2021-05-11T15:36:00.000Z",
          "exitTs": 1620762840,
          "dir": -1,
          "entryPrice": 1832.038,
          "exitPrice": 1837.972,
          "stopDistance": 5.934,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 258
        },
        {
          "entryTs": 1620894600,
          "entryUtc": "2021-05-13T08:30:00.000Z",
          "exitTs": 1620909060,
          "dir": -1,
          "entryPrice": 1814.568,
          "exitPrice": 1818.096,
          "stopDistance": 3.528,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 241
        },
        {
          "entryTs": 1620910140,
          "entryUtc": "2021-05-13T12:49:00.000Z",
          "exitTs": 1620917220,
          "dir": 1,
          "entryPrice": 1816.948,
          "exitPrice": 1824.893,
          "stopDistance": 3.973,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 118
        },
        {
          "entryTs": 1620994800,
          "entryUtc": "2021-05-14T12:20:00.000Z",
          "exitTs": 1620996240,
          "dir": 1,
          "entryPrice": 1836.358,
          "exitPrice": 1833.359,
          "stopDistance": 2.999,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 24
        },
        {
          "entryTs": 1621213560,
          "entryUtc": "2021-05-17T01:06:00.000Z",
          "exitTs": 1621214400,
          "dir": -1,
          "entryPrice": 1846.558,
          "exitPrice": 1849.376,
          "stopDistance": 2.818,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 14
        },
        {
          "entryTs": 1621231380,
          "entryUtc": "2021-05-17T06:03:00.000Z",
          "exitTs": 1621250700,
          "dir": -1,
          "entryPrice": 1853.588,
          "exitPrice": 1848.257,
          "stopDistance": 2.666,
          "outcome": "target",
          "netR": 1.8612,
          "holdMinutes": 322
        },
        {
          "entryTs": 1621252080,
          "entryUtc": "2021-05-17T11:48:00.000Z",
          "exitTs": 1621256400,
          "dir": -1,
          "entryPrice": 1848.848,
          "exitPrice": 1844.198,
          "stopDistance": 2.325,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 72
        },
        {
          "entryTs": 1621306260,
          "entryUtc": "2021-05-18T02:51:00.000Z",
          "exitTs": 1621312920,
          "dir": 1,
          "entryPrice": 1869.048,
          "exitPrice": 1866.709,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1796,
          "holdMinutes": 111
        },
        {
          "entryTs": 1621321260,
          "entryUtc": "2021-05-18T07:01:00.000Z",
          "exitTs": 1621336140,
          "dir": 1,
          "entryPrice": 1869.738,
          "exitPrice": 1866.936,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 248
        },
        {
          "entryTs": 1621338000,
          "entryUtc": "2021-05-18T11:40:00.000Z",
          "exitTs": 1621339200,
          "dir": -1,
          "entryPrice": 1867.985,
          "exitPrice": 1870.319,
          "stopDistance": 2.334,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 20
        },
        {
          "entryTs": 1621343460,
          "entryUtc": "2021-05-18T13:11:00.000Z",
          "exitTs": 1621346280,
          "dir": 1,
          "entryPrice": 1866.725,
          "exitPrice": 1864.111,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 47
        },
        {
          "entryTs": 1621392120,
          "entryUtc": "2021-05-19T02:42:00.000Z",
          "exitTs": 1621403400,
          "dir": -1,
          "entryPrice": 1867.408,
          "exitPrice": 1869.757,
          "stopDistance": 2.349,
          "outcome": "stop",
          "netR": -1.1788,
          "holdMinutes": 188
        },
        {
          "entryTs": 1621410720,
          "entryUtc": "2021-05-19T07:52:00.000Z",
          "exitTs": 1621410780,
          "dir": 1,
          "entryPrice": 1868.614,
          "exitPrice": 1866.29,
          "stopDistance": 2.324,
          "outcome": "stop",
          "netR": -1.1807,
          "holdMinutes": 1
        },
        {
          "entryTs": 1621429440,
          "entryUtc": "2021-05-19T13:04:00.000Z",
          "exitTs": 1621431480,
          "dir": 1,
          "entryPrice": 1864.915,
          "exitPrice": 1875.791,
          "stopDistance": 5.438,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 34
        },
        {
          "entryTs": 1621452120,
          "entryUtc": "2021-05-19T19:22:00.000Z",
          "exitTs": 1621479120,
          "dir": -1,
          "entryPrice": 1868.075,
          "exitPrice": 1875.392,
          "stopDistance": 7.317,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 450
        },
        {
          "entryTs": 1621492440,
          "entryUtc": "2021-05-20T06:34:00.000Z",
          "exitTs": 1621502580,
          "dir": -1,
          "entryPrice": 1875.525,
          "exitPrice": 1868.831,
          "stopDistance": 3.347,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 169
        },
        {
          "entryTs": 1621556220,
          "entryUtc": "2021-05-21T00:17:00.000Z",
          "exitTs": 1621559460,
          "dir": 1,
          "entryPrice": 1875.205,
          "exitPrice": 1872.798,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 54
        },
        {
          "entryTs": 1621583880,
          "entryUtc": "2021-05-21T07:58:00.000Z",
          "exitTs": 1621584420,
          "dir": -1,
          "entryPrice": 1875.148,
          "exitPrice": 1877.413,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 9
        },
        {
          "entryTs": 1621610280,
          "entryUtc": "2021-05-21T15:18:00.000Z",
          "exitTs": 1621623900,
          "dir": -1,
          "entryPrice": 1875.305,
          "exitPrice": 1880.245,
          "stopDistance": 4.94,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 227
        },
        {
          "entryTs": 1621835400,
          "entryUtc": "2021-05-24T05:50:00.000Z",
          "exitTs": 1621836300,
          "dir": 1,
          "entryPrice": 1885.388,
          "exitPrice": 1883.23,
          "stopDistance": 2.158,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621857600,
          "entryUtc": "2021-05-24T12:00:00.000Z",
          "exitTs": 1621859400,
          "dir": 1,
          "entryPrice": 1880.398,
          "exitPrice": 1885.562,
          "stopDistance": 2.582,
          "outcome": "target",
          "netR": 1.8567,
          "holdMinutes": 30
        },
        {
          "entryTs": 1621861200,
          "entryUtc": "2021-05-24T13:00:00.000Z",
          "exitTs": 1621863600,
          "dir": 1,
          "entryPrice": 1879.158,
          "exitPrice": 1884.838,
          "stopDistance": 2.84,
          "outcome": "target",
          "netR": 1.8697,
          "holdMinutes": 40
        },
        {
          "entryTs": 1621911900,
          "entryUtc": "2021-05-25T03:05:00.000Z",
          "exitTs": 1621920900,
          "dir": -1,
          "entryPrice": 1878.438,
          "exitPrice": 1873.926,
          "stopDistance": 2.256,
          "outcome": "target",
          "netR": 1.836,
          "holdMinutes": 150
        },
        {
          "entryTs": 1622018520,
          "entryUtc": "2021-05-26T08:42:00.000Z",
          "exitTs": 1622032800,
          "dir": 1,
          "entryPrice": 1906.158,
          "exitPrice": 1912.212,
          "stopDistance": 3.027,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 238
        },
        {
          "entryTs": 1622079060,
          "entryUtc": "2021-05-27T01:31:00.000Z",
          "exitTs": 1622083740,
          "dir": -1,
          "entryPrice": 1894.428,
          "exitPrice": 1896.78,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 78
        },
        {
          "entryTs": 1622100720,
          "entryUtc": "2021-05-27T07:32:00.000Z",
          "exitTs": 1622104920,
          "dir": 1,
          "entryPrice": 1898.848,
          "exitPrice": 1896.038,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 70
        },
        {
          "entryTs": 1622117280,
          "entryUtc": "2021-05-27T12:08:00.000Z",
          "exitTs": 1622118000,
          "dir": 1,
          "entryPrice": 1893.228,
          "exitPrice": 1889.843,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 12
        },
        {
          "entryTs": 1622167620,
          "entryUtc": "2021-05-28T02:07:00.000Z",
          "exitTs": 1622179200,
          "dir": -1,
          "entryPrice": 1894.575,
          "exitPrice": 1889.932,
          "stopDistance": 2.322,
          "outcome": "target",
          "netR": 1.8406,
          "holdMinutes": 193
        },
        {
          "entryTs": 1622209680,
          "entryUtc": "2021-05-28T13:48:00.000Z",
          "exitTs": 1622232000,
          "dir": 1,
          "entryPrice": 1896.138,
          "exitPrice": 1905.798,
          "stopDistance": 4.83,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 372
        },
        {
          "entryTs": 1622460360,
          "entryUtc": "2021-05-31T11:26:00.000Z",
          "exitTs": 1622469900,
          "dir": -1,
          "entryPrice": 1904.005,
          "exitPrice": 1906.362,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 159
        },
        {
          "entryTs": 1622470920,
          "entryUtc": "2021-05-31T14:22:00.000Z",
          "exitTs": 1622510100,
          "dir": 1,
          "entryPrice": 1904.808,
          "exitPrice": 1909.579,
          "stopDistance": 2.385,
          "outcome": "target",
          "netR": 1.8449,
          "holdMinutes": 653
        },
        {
          "entryTs": 1622539920,
          "entryUtc": "2021-06-01T09:32:00.000Z",
          "exitTs": 1622544120,
          "dir": 1,
          "entryPrice": 1908.185,
          "exitPrice": 1905.022,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 70
        },
        {
          "entryTs": 1622597340,
          "entryUtc": "2021-06-02T01:29:00.000Z",
          "exitTs": 1622603460,
          "dir": 1,
          "entryPrice": 1899.538,
          "exitPrice": 1897.416,
          "stopDistance": 2.122,
          "outcome": "stop",
          "netR": -1.1979,
          "holdMinutes": 102
        },
        {
          "entryTs": 1622642820,
          "entryUtc": "2021-06-02T14:07:00.000Z",
          "exitTs": 1622663640,
          "dir": -1,
          "entryPrice": 1904.585,
          "exitPrice": 1908.627,
          "stopDistance": 4.042,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 347
        },
        {
          "entryTs": 1622794920,
          "entryUtc": "2021-06-04T08:22:00.000Z",
          "exitTs": 1622809800,
          "dir": 1,
          "entryPrice": 1869.048,
          "exitPrice": 1877.214,
          "stopDistance": 4.083,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 248
        },
        {
          "entryTs": 1623027660,
          "entryUtc": "2021-06-07T01:01:00.000Z",
          "exitTs": 1623029580,
          "dir": 1,
          "entryPrice": 1889.275,
          "exitPrice": 1887.265,
          "stopDistance": 2.01,
          "outcome": "stop",
          "netR": -1.209,
          "holdMinutes": 32
        },
        {
          "entryTs": 1623033180,
          "entryUtc": "2021-06-07T02:33:00.000Z",
          "exitTs": 1623048960,
          "dir": -1,
          "entryPrice": 1887.014,
          "exitPrice": 1882.505,
          "stopDistance": 2.255,
          "outcome": "target",
          "netR": 1.8359,
          "holdMinutes": 263
        },
        {
          "entryTs": 1623054480,
          "entryUtc": "2021-06-07T08:28:00.000Z",
          "exitTs": 1623065400,
          "dir": -1,
          "entryPrice": 1884.278,
          "exitPrice": 1887.033,
          "stopDistance": 2.755,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 182
        },
        {
          "entryTs": 1623132300,
          "entryUtc": "2021-06-08T06:05:00.000Z",
          "exitTs": 1623139320,
          "dir": -1,
          "entryPrice": 1896.548,
          "exitPrice": 1892.076,
          "stopDistance": 2.236,
          "outcome": "target",
          "netR": 1.8345,
          "holdMinutes": 117
        },
        {
          "entryTs": 1623156300,
          "entryUtc": "2021-06-08T12:45:00.000Z",
          "exitTs": 1623156540,
          "dir": -1,
          "entryPrice": 1898.838,
          "exitPrice": 1892.085,
          "stopDistance": 3.377,
          "outcome": "target",
          "netR": 1.8904,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623160980,
          "entryUtc": "2021-06-08T14:03:00.000Z",
          "exitTs": 1623246120,
          "dir": -1,
          "entryPrice": 1892.988,
          "exitPrice": 1898.167,
          "stopDistance": 5.179,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 1419
        },
        {
          "entryTs": 1623246780,
          "entryUtc": "2021-06-09T13:53:00.000Z",
          "exitTs": 1623247740,
          "dir": 1,
          "entryPrice": 1895.048,
          "exitPrice": 1891.395,
          "stopDistance": 3.653,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 16
        },
        {
          "entryTs": 1623288660,
          "entryUtc": "2021-06-10T01:31:00.000Z",
          "exitTs": 1623290700,
          "dir": -1,
          "entryPrice": 1888.595,
          "exitPrice": 1885.131,
          "stopDistance": 1.732,
          "outcome": "target",
          "netR": 1.7864,
          "holdMinutes": 34
        },
        {
          "entryTs": 1623294120,
          "entryUtc": "2021-06-10T03:02:00.000Z",
          "exitTs": 1623303780,
          "dir": -1,
          "entryPrice": 1887.378,
          "exitPrice": 1882.722,
          "stopDistance": 2.328,
          "outcome": "target",
          "netR": 1.8411,
          "holdMinutes": 161
        },
        {
          "entryTs": 1623305700,
          "entryUtc": "2021-06-10T06:15:00.000Z",
          "exitTs": 1623309840,
          "dir": -1,
          "entryPrice": 1886.588,
          "exitPrice": 1882.021,
          "stopDistance": 2.284,
          "outcome": "target",
          "netR": 1.838,
          "holdMinutes": 69
        },
        {
          "entryTs": 1623332640,
          "entryUtc": "2021-06-10T13:44:00.000Z",
          "exitTs": 1623352380,
          "dir": -1,
          "entryPrice": 1890.858,
          "exitPrice": 1896.837,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 329
        },
        {
          "entryTs": 1623646680,
          "entryUtc": "2021-06-14T04:58:00.000Z",
          "exitTs": 1623654540,
          "dir": -1,
          "entryPrice": 1864.858,
          "exitPrice": 1858.3,
          "stopDistance": 3.279,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 131
        },
        {
          "entryTs": 1623723180,
          "entryUtc": "2021-06-15T02:13:00.000Z",
          "exitTs": 1623729780,
          "dir": -1,
          "entryPrice": 1861.378,
          "exitPrice": 1864.192,
          "stopDistance": 2.814,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 110
        },
        {
          "entryTs": 1623738060,
          "entryUtc": "2021-06-15T06:21:00.000Z",
          "exitTs": 1623744540,
          "dir": 1,
          "entryPrice": 1866.675,
          "exitPrice": 1863.946,
          "stopDistance": 2.729,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 108
        },
        {
          "entryTs": 1623760200,
          "entryUtc": "2021-06-15T12:30:00.000Z",
          "exitTs": 1623763680,
          "dir": -1,
          "entryPrice": 1863.998,
          "exitPrice": 1867.253,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 58
        },
        {
          "entryTs": 1623811320,
          "entryUtc": "2021-06-16T02:42:00.000Z",
          "exitTs": 1623813420,
          "dir": -1,
          "entryPrice": 1855.388,
          "exitPrice": 1857.61,
          "stopDistance": 2.222,
          "outcome": "stop",
          "netR": -1.189,
          "holdMinutes": 35
        },
        {
          "entryTs": 1623827040,
          "entryUtc": "2021-06-16T07:04:00.000Z",
          "exitTs": 1623827340,
          "dir": 1,
          "entryPrice": 1859.705,
          "exitPrice": 1857.322,
          "stopDistance": 2.383,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 5
        },
        {
          "entryTs": 1623853500,
          "entryUtc": "2021-06-16T14:25:00.000Z",
          "exitTs": 1623866340,
          "dir": -1,
          "entryPrice": 1857.688,
          "exitPrice": 1861.361,
          "stopDistance": 3.673,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 214
        },
        {
          "entryTs": 1623917760,
          "entryUtc": "2021-06-17T08:16:00.000Z",
          "exitTs": 1623919560,
          "dir": 1,
          "entryPrice": 1809.418,
          "exitPrice": 1804.749,
          "stopDistance": 4.669,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 30
        },
        {
          "entryTs": 1623936960,
          "entryUtc": "2021-06-17T13:36:00.000Z",
          "exitTs": 1623938820,
          "dir": -1,
          "entryPrice": 1788.348,
          "exitPrice": 1775.448,
          "stopDistance": 6.45,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 31
        },
        {
          "entryTs": 1624028100,
          "entryUtc": "2021-06-18T14:55:00.000Z",
          "exitTs": 1624037340,
          "dir": 1,
          "entryPrice": 1775.648,
          "exitPrice": 1769.106,
          "stopDistance": 6.542,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 154
        },
        {
          "entryTs": 1624284360,
          "entryUtc": "2021-06-21T14:06:00.000Z",
          "exitTs": 1624285740,
          "dir": -1,
          "entryPrice": 1777.138,
          "exitPrice": 1781.854,
          "stopDistance": 4.716,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 23
        },
        {
          "entryTs": 1624286460,
          "entryUtc": "2021-06-21T14:41:00.000Z",
          "exitTs": 1624314300,
          "dir": -1,
          "entryPrice": 1782.558,
          "exitPrice": 1786.48,
          "stopDistance": 3.922,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 464
        },
        {
          "entryTs": 1624320180,
          "entryUtc": "2021-06-22T00:03:00.000Z",
          "exitTs": 1624331880,
          "dir": 1,
          "entryPrice": 1782.967,
          "exitPrice": 1788.102,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 195
        },
        {
          "entryTs": 1624367220,
          "entryUtc": "2021-06-22T13:07:00.000Z",
          "exitTs": 1624436280,
          "dir": -1,
          "entryPrice": 1780.468,
          "exitPrice": 1784.322,
          "stopDistance": 3.854,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 1151
        },
        {
          "entryTs": 1624448880,
          "entryUtc": "2021-06-23T11:48:00.000Z",
          "exitTs": 1624455420,
          "dir": 1,
          "entryPrice": 1782.558,
          "exitPrice": 1788.227,
          "stopDistance": 2.835,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 109
        },
        {
          "entryTs": 1624514400,
          "entryUtc": "2021-06-24T06:00:00.000Z",
          "exitTs": 1624522920,
          "dir": 1,
          "entryPrice": 1775.548,
          "exitPrice": 1780.241,
          "stopDistance": 2.347,
          "outcome": "target",
          "netR": 1.8423,
          "holdMinutes": 142
        },
        {
          "entryTs": 1624589400,
          "entryUtc": "2021-06-25T02:50:00.000Z",
          "exitTs": 1624597380,
          "dir": 1,
          "entryPrice": 1777.898,
          "exitPrice": 1775.7,
          "stopDistance": 2.198,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 133
        },
        {
          "entryTs": 1624854600,
          "entryUtc": "2021-06-28T04:30:00.000Z",
          "exitTs": 1624857360,
          "dir": -1,
          "entryPrice": 1780.345,
          "exitPrice": 1782.725,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 46
        },
        {
          "entryTs": 1624860060,
          "entryUtc": "2021-06-28T06:01:00.000Z",
          "exitTs": 1624867740,
          "dir": 1,
          "entryPrice": 1783.568,
          "exitPrice": 1780.895,
          "stopDistance": 2.673,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 128
        },
        {
          "entryTs": 1624893780,
          "entryUtc": "2021-06-28T15:23:00.000Z",
          "exitTs": 1624927080,
          "dir": 1,
          "entryPrice": 1779.518,
          "exitPrice": 1775.471,
          "stopDistance": 4.047,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 555
        },
        {
          "entryTs": 1624948440,
          "entryUtc": "2021-06-29T06:34:00.000Z",
          "exitTs": 1624952040,
          "dir": 1,
          "entryPrice": 1774.908,
          "exitPrice": 1773.053,
          "stopDistance": 1.855,
          "outcome": "stop",
          "netR": -1.2264,
          "holdMinutes": 60
        },
        {
          "entryTs": 1624969380,
          "entryUtc": "2021-06-29T12:23:00.000Z",
          "exitTs": 1624969500,
          "dir": 1,
          "entryPrice": 1772.658,
          "exitPrice": 1768.983,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 2
        },
        {
          "entryTs": 1624969560,
          "entryUtc": "2021-06-29T12:26:00.000Z",
          "exitTs": 1624970520,
          "dir": 1,
          "entryPrice": 1767.828,
          "exitPrice": 1764.516,
          "stopDistance": 3.312,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 16
        },
        {
          "entryTs": 1625017080,
          "entryUtc": "2021-06-30T01:38:00.000Z",
          "exitTs": 1625019660,
          "dir": -1,
          "entryPrice": 1762.158,
          "exitPrice": 1764.235,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 43
        },
        {
          "entryTs": 1625035500,
          "entryUtc": "2021-06-30T06:45:00.000Z",
          "exitTs": 1625040000,
          "dir": 1,
          "entryPrice": 1757.748,
          "exitPrice": 1755.182,
          "stopDistance": 2.566,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 75
        },
        {
          "entryTs": 1625052780,
          "entryUtc": "2021-06-30T11:33:00.000Z",
          "exitTs": 1625059080,
          "dir": 1,
          "entryPrice": 1758.108,
          "exitPrice": 1754.94,
          "stopDistance": 3.168,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 105
        },
        {
          "entryTs": 1625101620,
          "entryUtc": "2021-07-01T01:07:00.000Z",
          "exitTs": 1625102040,
          "dir": -1,
          "entryPrice": 1767.788,
          "exitPrice": 1769.764,
          "stopDistance": 1.976,
          "outcome": "stop",
          "netR": -1.2125,
          "holdMinutes": 7
        },
        {
          "entryTs": 1625114040,
          "entryUtc": "2021-07-01T04:34:00.000Z",
          "exitTs": 1625138160,
          "dir": 1,
          "entryPrice": 1774.258,
          "exitPrice": 1779.193,
          "stopDistance": 2.467,
          "outcome": "target",
          "netR": 1.85,
          "holdMinutes": 402
        },
        {
          "entryTs": 1625139060,
          "entryUtc": "2021-07-01T11:31:00.000Z",
          "exitTs": 1625142900,
          "dir": 1,
          "entryPrice": 1775.248,
          "exitPrice": 1772.395,
          "stopDistance": 2.853,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 64
        },
        {
          "entryTs": 1625159280,
          "entryUtc": "2021-07-01T17:08:00.000Z",
          "exitTs": 1625188980,
          "dir": -1,
          "entryPrice": 1773.838,
          "exitPrice": 1778.567,
          "stopDistance": 4.729,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 495
        },
        {
          "entryTs": 1625212200,
          "entryUtc": "2021-07-02T07:50:00.000Z",
          "exitTs": 1625213100,
          "dir": -1,
          "entryPrice": 1777.785,
          "exitPrice": 1779.812,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 15
        },
        {
          "entryTs": 1625224680,
          "entryUtc": "2021-07-02T11:18:00.000Z",
          "exitTs": 1625228640,
          "dir": -1,
          "entryPrice": 1786.748,
          "exitPrice": 1780.659,
          "stopDistance": 3.045,
          "outcome": "target",
          "netR": 1.8785,
          "holdMinutes": 66
        },
        {
          "entryTs": 1625232720,
          "entryUtc": "2021-07-02T13:32:00.000Z",
          "exitTs": 1625436000,
          "dir": -1,
          "entryPrice": 1789.398,
          "exitPrice": 1787.448,
          "stopDistance": 6.001,
          "outcome": "time",
          "netR": 0.2633,
          "holdMinutes": 3388
        },
        {
          "entryTs": 1625478960,
          "entryUtc": "2021-07-05T09:56:00.000Z",
          "exitTs": 1625537280,
          "dir": 1,
          "entryPrice": 1791.478,
          "exitPrice": 1797.216,
          "stopDistance": 2.869,
          "outcome": "target",
          "netR": 1.871,
          "holdMinutes": 972
        },
        {
          "entryTs": 1625576400,
          "entryUtc": "2021-07-06T13:00:00.000Z",
          "exitTs": 1625583840,
          "dir": -1,
          "entryPrice": 1809.968,
          "exitPrice": 1802.618,
          "stopDistance": 3.675,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 124
        },
        {
          "entryTs": 1625667000,
          "entryUtc": "2021-07-07T14:10:00.000Z",
          "exitTs": 1625668200,
          "dir": 1,
          "entryPrice": 1803.508,
          "exitPrice": 1799.897,
          "stopDistance": 3.611,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 20
        },
        {
          "entryTs": 1625669160,
          "entryUtc": "2021-07-07T14:46:00.000Z",
          "exitTs": 1625711460,
          "dir": -1,
          "entryPrice": 1805.128,
          "exitPrice": 1797.28,
          "stopDistance": 3.924,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 705
        },
        {
          "entryTs": 1625739780,
          "entryUtc": "2021-07-08T10:23:00.000Z",
          "exitTs": 1625741520,
          "dir": 1,
          "entryPrice": 1807.208,
          "exitPrice": 1815.142,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 29
        },
        {
          "entryTs": 1625749380,
          "entryUtc": "2021-07-08T13:03:00.000Z",
          "exitTs": 1625753220,
          "dir": -1,
          "entryPrice": 1816.768,
          "exitPrice": 1806.852,
          "stopDistance": 4.958,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 64
        },
        {
          "entryTs": 1625814360,
          "entryUtc": "2021-07-09T07:06:00.000Z",
          "exitTs": 1625815200,
          "dir": -1,
          "entryPrice": 1800.148,
          "exitPrice": 1803.101,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 14
        },
        {
          "entryTs": 1625822220,
          "entryUtc": "2021-07-09T09:17:00.000Z",
          "exitTs": 1625839500,
          "dir": -1,
          "entryPrice": 1804.458,
          "exitPrice": 1808.212,
          "stopDistance": 3.754,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 288
        },
        {
          "entryTs": 1626053580,
          "entryUtc": "2021-07-12T01:33:00.000Z",
          "exitTs": 1626054480,
          "dir": 1,
          "entryPrice": 1806.835,
          "exitPrice": 1804.935,
          "stopDistance": 1.9,
          "outcome": "stop",
          "netR": -1.2211,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626072900,
          "entryUtc": "2021-07-12T06:55:00.000Z",
          "exitTs": 1626075300,
          "dir": -1,
          "entryPrice": 1800.678,
          "exitPrice": 1802.93,
          "stopDistance": 2.252,
          "outcome": "stop",
          "netR": -1.1865,
          "holdMinutes": 40
        },
        {
          "entryTs": 1626163500,
          "entryUtc": "2021-07-13T08:05:00.000Z",
          "exitTs": 1626177840,
          "dir": 1,
          "entryPrice": 1807.548,
          "exitPrice": 1811.812,
          "stopDistance": 2.132,
          "outcome": "target",
          "netR": 1.8265,
          "holdMinutes": 239
        },
        {
          "entryTs": 1626183300,
          "entryUtc": "2021-07-13T13:35:00.000Z",
          "exitTs": 1626264120,
          "dir": -1,
          "entryPrice": 1813.168,
          "exitPrice": 1818.715,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 1347
        },
        {
          "entryTs": 1626315840,
          "entryUtc": "2021-07-15T02:24:00.000Z",
          "exitTs": 1626328380,
          "dir": 1,
          "entryPrice": 1825.288,
          "exitPrice": 1829.814,
          "stopDistance": 2.263,
          "outcome": "target",
          "netR": 1.8365,
          "holdMinutes": 209
        },
        {
          "entryTs": 1626333360,
          "entryUtc": "2021-07-15T07:16:00.000Z",
          "exitTs": 1626343560,
          "dir": 1,
          "entryPrice": 1831.908,
          "exitPrice": 1829.316,
          "stopDistance": 2.592,
          "outcome": "stop",
          "netR": -1.162,
          "holdMinutes": 170
        },
        {
          "entryTs": 1626414660,
          "entryUtc": "2021-07-16T05:51:00.000Z",
          "exitTs": 1626415260,
          "dir": 1,
          "entryPrice": 1825.658,
          "exitPrice": 1823.751,
          "stopDistance": 1.907,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 10
        },
        {
          "entryTs": 1626443220,
          "entryUtc": "2021-07-16T13:47:00.000Z",
          "exitTs": 1626444600,
          "dir": 1,
          "entryPrice": 1823.868,
          "exitPrice": 1819.7,
          "stopDistance": 4.168,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 23
        },
        {
          "entryTs": 1626667680,
          "entryUtc": "2021-07-19T04:08:00.000Z",
          "exitTs": 1626674700,
          "dir": -1,
          "entryPrice": 1814.498,
          "exitPrice": 1808.936,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.8669,
          "holdMinutes": 117
        },
        {
          "entryTs": 1626699000,
          "entryUtc": "2021-07-19T12:50:00.000Z",
          "exitTs": 1626699120,
          "dir": -1,
          "entryPrice": 1803.828,
          "exitPrice": 1806.994,
          "stopDistance": 3.166,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 2
        },
        {
          "entryTs": 1626703380,
          "entryUtc": "2021-07-19T14:03:00.000Z",
          "exitTs": 1626707760,
          "dir": 1,
          "entryPrice": 1811.258,
          "exitPrice": 1805.878,
          "stopDistance": 5.38,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 73
        },
        {
          "entryTs": 1626750060,
          "entryUtc": "2021-07-20T03:01:00.000Z",
          "exitTs": 1626767100,
          "dir": 1,
          "entryPrice": 1815.778,
          "exitPrice": 1813.627,
          "stopDistance": 2.151,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 284
        },
        {
          "entryTs": 1626792060,
          "entryUtc": "2021-07-20T14:41:00.000Z",
          "exitTs": 1626792240,
          "dir": 1,
          "entryPrice": 1817.018,
          "exitPrice": 1813.357,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 3
        },
        {
          "entryTs": 1626832320,
          "entryUtc": "2021-07-21T01:52:00.000Z",
          "exitTs": 1626840060,
          "dir": -1,
          "entryPrice": 1806.708,
          "exitPrice": 1808.906,
          "stopDistance": 2.198,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 129
        },
        {
          "entryTs": 1626852420,
          "entryUtc": "2021-07-21T07:27:00.000Z",
          "exitTs": 1626852900,
          "dir": 1,
          "entryPrice": 1809.418,
          "exitPrice": 1806.84,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 8
        },
        {
          "entryTs": 1626857760,
          "entryUtc": "2021-07-21T08:56:00.000Z",
          "exitTs": 1626866340,
          "dir": -1,
          "entryPrice": 1807.048,
          "exitPrice": 1800.841,
          "stopDistance": 3.103,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 143
        },
        {
          "entryTs": 1626870720,
          "entryUtc": "2021-07-21T12:32:00.000Z",
          "exitTs": 1626870960,
          "dir": 1,
          "entryPrice": 1800.468,
          "exitPrice": 1796.826,
          "stopDistance": 3.642,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 4
        },
        {
          "entryTs": 1626921300,
          "entryUtc": "2021-07-22T02:35:00.000Z",
          "exitTs": 1626922680,
          "dir": 1,
          "entryPrice": 1800.775,
          "exitPrice": 1798.998,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 23
        },
        {
          "entryTs": 1626934980,
          "entryUtc": "2021-07-22T06:23:00.000Z",
          "exitTs": 1626935880,
          "dir": -1,
          "entryPrice": 1800.178,
          "exitPrice": 1802.073,
          "stopDistance": 1.895,
          "outcome": "stop",
          "netR": -1.2217,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626938280,
          "entryUtc": "2021-07-22T07:18:00.000Z",
          "exitTs": 1626940800,
          "dir": 1,
          "entryPrice": 1801.808,
          "exitPrice": 1799.604,
          "stopDistance": 2.204,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 42
        },
        {
          "entryTs": 1626943500,
          "entryUtc": "2021-07-22T08:45:00.000Z",
          "exitTs": 1626957180,
          "dir": 1,
          "entryPrice": 1795.468,
          "exitPrice": 1801.083,
          "stopDistance": 2.808,
          "outcome": "target",
          "netR": 1.8682,
          "holdMinutes": 228
        },
        {
          "entryTs": 1626963420,
          "entryUtc": "2021-07-22T14:17:00.000Z",
          "exitTs": 1626967740,
          "dir": -1,
          "entryPrice": 1802.728,
          "exitPrice": 1806.939,
          "stopDistance": 4.211,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 72
        },
        {
          "entryTs": 1627004820,
          "entryUtc": "2021-07-23T01:47:00.000Z",
          "exitTs": 1627012320,
          "dir": -1,
          "entryPrice": 1805.698,
          "exitPrice": 1802.209,
          "stopDistance": 1.745,
          "outcome": "target",
          "netR": 1.7879,
          "holdMinutes": 125
        },
        {
          "entryTs": 1627021020,
          "entryUtc": "2021-07-23T06:17:00.000Z",
          "exitTs": 1627021260,
          "dir": -1,
          "entryPrice": 1804.458,
          "exitPrice": 1806.367,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.22,
          "holdMinutes": 4
        },
        {
          "entryTs": 1627027740,
          "entryUtc": "2021-07-23T08:09:00.000Z",
          "exitTs": 1627028760,
          "dir": 1,
          "entryPrice": 1807.358,
          "exitPrice": 1804.826,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 17
        },
        {
          "entryTs": 1627308000,
          "entryUtc": "2021-07-26T14:00:00.000Z",
          "exitTs": 1627308300,
          "dir": 1,
          "entryPrice": 1802.048,
          "exitPrice": 1798.611,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 5
        },
        {
          "entryTs": 1627399320,
          "entryUtc": "2021-07-27T15:22:00.000Z",
          "exitTs": 1627439940,
          "dir": -1,
          "entryPrice": 1800.278,
          "exitPrice": 1804.099,
          "stopDistance": 3.821,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 677
        },
        {
          "entryTs": 1627453860,
          "entryUtc": "2021-07-28T06:31:00.000Z",
          "exitTs": 1627458960,
          "dir": 1,
          "entryPrice": 1804.368,
          "exitPrice": 1802.349,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 85
        },
        {
          "entryTs": 1627498440,
          "entryUtc": "2021-07-28T18:54:00.000Z",
          "exitTs": 1627501500,
          "dir": 1,
          "entryPrice": 1799.168,
          "exitPrice": 1807.433,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 51
        },
        {
          "entryTs": 1627538580,
          "entryUtc": "2021-07-29T06:03:00.000Z",
          "exitTs": 1627541460,
          "dir": -1,
          "entryPrice": 1816.555,
          "exitPrice": 1818.765,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 48
        },
        {
          "entryTs": 1627561800,
          "entryUtc": "2021-07-29T12:30:00.000Z",
          "exitTs": 1627568160,
          "dir": -1,
          "entryPrice": 1824.988,
          "exitPrice": 1828.188,
          "stopDistance": 3.2,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 106
        },
        {
          "entryTs": 1627603680,
          "entryUtc": "2021-07-30T00:08:00.000Z",
          "exitTs": 1627623000,
          "dir": 1,
          "entryPrice": 1827.908,
          "exitPrice": 1825.917,
          "stopDistance": 1.991,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 322
        },
        {
          "entryTs": 1627623900,
          "entryUtc": "2021-07-30T05:45:00.000Z",
          "exitTs": 1627629780,
          "dir": 1,
          "entryPrice": 1827.285,
          "exitPrice": 1830.975,
          "stopDistance": 1.845,
          "outcome": "target",
          "netR": 1.7994,
          "holdMinutes": 98
        },
        {
          "entryTs": 1627882920,
          "entryUtc": "2021-08-02T05:42:00.000Z",
          "exitTs": 1627885500,
          "dir": 1,
          "entryPrice": 1810.538,
          "exitPrice": 1808.268,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 43
        },
        {
          "entryTs": 1627905720,
          "entryUtc": "2021-08-02T12:02:00.000Z",
          "exitTs": 1627906500,
          "dir": 1,
          "entryPrice": 1808.568,
          "exitPrice": 1806.252,
          "stopDistance": 2.316,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627906740,
          "entryUtc": "2021-08-02T12:19:00.000Z",
          "exitTs": 1627911120,
          "dir": -1,
          "entryPrice": 1808.558,
          "exitPrice": 1811.24,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 73
        },
        {
          "entryTs": 1627958220,
          "entryUtc": "2021-08-03T02:37:00.000Z",
          "exitTs": 1627971840,
          "dir": 1,
          "entryPrice": 1810.428,
          "exitPrice": 1808.559,
          "stopDistance": 1.869,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 227
        },
        {
          "entryTs": 1627999560,
          "entryUtc": "2021-08-03T14:06:00.000Z",
          "exitTs": 1628003520,
          "dir": 1,
          "entryPrice": 1811.848,
          "exitPrice": 1808.861,
          "stopDistance": 2.987,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 66
        },
        {
          "entryTs": 1628036220,
          "entryUtc": "2021-08-04T00:17:00.000Z",
          "exitTs": 1628041920,
          "dir": -1,
          "entryPrice": 1810.698,
          "exitPrice": 1811.9,
          "stopDistance": 1.202,
          "outcome": "stop",
          "netR": -1.3493,
          "holdMinutes": 95
        },
        {
          "entryTs": 1628055360,
          "entryUtc": "2021-08-04T05:36:00.000Z",
          "exitTs": 1628066460,
          "dir": 1,
          "entryPrice": 1812.695,
          "exitPrice": 1811.297,
          "stopDistance": 1.398,
          "outcome": "stop",
          "netR": -1.3004,
          "holdMinutes": 185
        },
        {
          "entryTs": 1628128800,
          "entryUtc": "2021-08-05T02:00:00.000Z",
          "exitTs": 1628149680,
          "dir": 1,
          "entryPrice": 1809.695,
          "exitPrice": 1813.184,
          "stopDistance": 1.745,
          "outcome": "target",
          "netR": 1.7879,
          "holdMinutes": 348
        },
        {
          "entryTs": 1628157300,
          "entryUtc": "2021-08-05T09:55:00.000Z",
          "exitTs": 1628163060,
          "dir": 1,
          "entryPrice": 1809.858,
          "exitPrice": 1814.646,
          "stopDistance": 2.394,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 96
        },
        {
          "entryTs": 1628165880,
          "entryUtc": "2021-08-05T12:18:00.000Z",
          "exitTs": 1628170800,
          "dir": 1,
          "entryPrice": 1810.348,
          "exitPrice": 1808.005,
          "stopDistance": 2.343,
          "outcome": "stop",
          "netR": -1.1793,
          "holdMinutes": 82
        },
        {
          "entryTs": 1628233200,
          "entryUtc": "2021-08-06T07:00:00.000Z",
          "exitTs": 1628234160,
          "dir": 1,
          "entryPrice": 1798.978,
          "exitPrice": 1797.298,
          "stopDistance": 1.68,
          "outcome": "stop",
          "netR": -1.2501,
          "holdMinutes": 16
        },
        {
          "entryTs": 1628235660,
          "entryUtc": "2021-08-06T07:41:00.000Z",
          "exitTs": 1628244660,
          "dir": 1,
          "entryPrice": 1799.968,
          "exitPrice": 1797.821,
          "stopDistance": 2.147,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 150
        },
        {
          "entryTs": 1628511300,
          "entryUtc": "2021-08-09T12:15:00.000Z",
          "exitTs": 1628512560,
          "dir": 1,
          "entryPrice": 1746.598,
          "exitPrice": 1740.992,
          "stopDistance": 5.606,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 21
        },
        {
          "entryTs": 1628575980,
          "entryUtc": "2021-08-10T06:13:00.000Z",
          "exitTs": 1628578380,
          "dir": -1,
          "entryPrice": 1735.188,
          "exitPrice": 1737.58,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 40
        },
        {
          "entryTs": 1628642460,
          "entryUtc": "2021-08-11T00:41:00.000Z",
          "exitTs": 1628643840,
          "dir": 1,
          "entryPrice": 1726.808,
          "exitPrice": 1724.721,
          "stopDistance": 2.087,
          "outcome": "stop",
          "netR": -1.2012,
          "holdMinutes": 23
        },
        {
          "entryTs": 1628662920,
          "entryUtc": "2021-08-11T06:22:00.000Z",
          "exitTs": 1628677020,
          "dir": -1,
          "entryPrice": 1732.808,
          "exitPrice": 1735.079,
          "stopDistance": 2.271,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 235
        },
        {
          "entryTs": 1628684400,
          "entryUtc": "2021-08-11T12:20:00.000Z",
          "exitTs": 1628684460,
          "dir": 1,
          "entryPrice": 1737.798,
          "exitPrice": 1735.161,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 1
        },
        {
          "entryTs": 1628685000,
          "entryUtc": "2021-08-11T12:30:00.000Z",
          "exitTs": 1628685000,
          "dir": -1,
          "entryPrice": 1737.488,
          "exitPrice": 1740.415,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 0
        },
        {
          "entryTs": 1628687100,
          "entryUtc": "2021-08-11T13:05:00.000Z",
          "exitTs": 1628694120,
          "dir": 1,
          "entryPrice": 1738.708,
          "exitPrice": 1746.582,
          "stopDistance": 3.937,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 117
        },
        {
          "entryTs": 1628752680,
          "entryUtc": "2021-08-12T07:18:00.000Z",
          "exitTs": 1628763660,
          "dir": 1,
          "entryPrice": 1753.928,
          "exitPrice": 1751.437,
          "stopDistance": 2.491,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 183
        },
        {
          "entryTs": 1628772480,
          "entryUtc": "2021-08-12T12:48:00.000Z",
          "exitTs": 1628775360,
          "dir": -1,
          "entryPrice": 1749.348,
          "exitPrice": 1743.093,
          "stopDistance": 3.127,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 48
        },
        {
          "entryTs": 1628776860,
          "entryUtc": "2021-08-12T14:01:00.000Z",
          "exitTs": 1628784480,
          "dir": -1,
          "entryPrice": 1748.418,
          "exitPrice": 1752.492,
          "stopDistance": 4.074,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 127
        },
        {
          "entryTs": 1628817420,
          "entryUtc": "2021-08-13T01:17:00.000Z",
          "exitTs": 1628817840,
          "dir": -1,
          "entryPrice": 1752.958,
          "exitPrice": 1754.721,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2383,
          "holdMinutes": 7
        },
        {
          "entryTs": 1628835720,
          "entryUtc": "2021-08-13T06:22:00.000Z",
          "exitTs": 1628850360,
          "dir": 1,
          "entryPrice": 1756.608,
          "exitPrice": 1760.522,
          "stopDistance": 1.957,
          "outcome": "target",
          "netR": 1.8109,
          "holdMinutes": 244
        },
        {
          "entryTs": 1629095040,
          "entryUtc": "2021-08-16T06:24:00.000Z",
          "exitTs": 1629098280,
          "dir": -1,
          "entryPrice": 1774.165,
          "exitPrice": 1776.547,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 54
        },
        {
          "entryTs": 1629119880,
          "entryUtc": "2021-08-16T13:18:00.000Z",
          "exitTs": 1629124800,
          "dir": 1,
          "entryPrice": 1781.018,
          "exitPrice": 1788.417,
          "stopDistance": 3.7,
          "outcome": "target",
          "netR": 1.9,
          "holdMinutes": 82
        },
        {
          "entryTs": 1629187380,
          "entryUtc": "2021-08-17T08:03:00.000Z",
          "exitTs": 1629203580,
          "dir": 1,
          "entryPrice": 1791.428,
          "exitPrice": 1788.943,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 270
        },
        {
          "entryTs": 1629208800,
          "entryUtc": "2021-08-17T14:00:00.000Z",
          "exitTs": 1629209520,
          "dir": 1,
          "entryPrice": 1789.261,
          "exitPrice": 1785.754,
          "stopDistance": 3.507,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629252120,
          "entryUtc": "2021-08-18T02:02:00.000Z",
          "exitTs": 1629268380,
          "dir": 1,
          "entryPrice": 1788.628,
          "exitPrice": 1792.647,
          "stopDistance": 2.01,
          "outcome": "target",
          "netR": 1.8159,
          "holdMinutes": 271
        },
        {
          "entryTs": 1629292620,
          "entryUtc": "2021-08-18T13:17:00.000Z",
          "exitTs": 1629293460,
          "dir": 1,
          "entryPrice": 1788.628,
          "exitPrice": 1785.747,
          "stopDistance": 2.881,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 14
        },
        {
          "entryTs": 1629354600,
          "entryUtc": "2021-08-19T06:30:00.000Z",
          "exitTs": 1629355800,
          "dir": -1,
          "entryPrice": 1778.138,
          "exitPrice": 1781.009,
          "stopDistance": 2.871,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 20
        },
        {
          "entryTs": 1629387960,
          "entryUtc": "2021-08-19T15:46:00.000Z",
          "exitTs": 1629442620,
          "dir": -1,
          "entryPrice": 1783.358,
          "exitPrice": 1788.173,
          "stopDistance": 4.815,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 911
        },
        {
          "entryTs": 1629457440,
          "entryUtc": "2021-08-20T11:04:00.000Z",
          "exitTs": 1629464580,
          "dir": -1,
          "entryPrice": 1785.301,
          "exitPrice": 1780.434,
          "stopDistance": 2.433,
          "outcome": "target",
          "netR": 1.848,
          "holdMinutes": 119
        },
        {
          "entryTs": 1629471000,
          "entryUtc": "2021-08-20T14:50:00.000Z",
          "exitTs": 1629669600,
          "dir": -1,
          "entryPrice": 1783.138,
          "exitPrice": 1780.883,
          "stopDistance": 3.67,
          "outcome": "time",
          "netR": 0.5136,
          "holdMinutes": 3310
        },
        {
          "entryTs": 1629670680,
          "entryUtc": "2021-08-22T22:18:00.000Z",
          "exitTs": 1629672600,
          "dir": 1,
          "entryPrice": 1781.178,
          "exitPrice": 1779.01,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1938,
          "holdMinutes": 32
        },
        {
          "entryTs": 1629678360,
          "entryUtc": "2021-08-23T00:26:00.000Z",
          "exitTs": 1629683160,
          "dir": -1,
          "entryPrice": 1778.238,
          "exitPrice": 1780.35,
          "stopDistance": 2.112,
          "outcome": "stop",
          "netR": -1.1989,
          "holdMinutes": 80
        },
        {
          "entryTs": 1629704820,
          "entryUtc": "2021-08-23T07:47:00.000Z",
          "exitTs": 1629716580,
          "dir": 1,
          "entryPrice": 1786.018,
          "exitPrice": 1790.889,
          "stopDistance": 2.435,
          "outcome": "target",
          "netR": 1.8481,
          "holdMinutes": 196
        },
        {
          "entryTs": 1629720060,
          "entryUtc": "2021-08-23T12:01:00.000Z",
          "exitTs": 1629721860,
          "dir": 1,
          "entryPrice": 1790.295,
          "exitPrice": 1794.888,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 30
        },
        {
          "entryTs": 1629726300,
          "entryUtc": "2021-08-23T13:45:00.000Z",
          "exitTs": 1629728280,
          "dir": -1,
          "entryPrice": 1803.748,
          "exitPrice": 1796.41,
          "stopDistance": 3.669,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 33
        },
        {
          "entryTs": 1629729840,
          "entryUtc": "2021-08-23T14:44:00.000Z",
          "exitTs": 1629807240,
          "dir": -1,
          "entryPrice": 1802.328,
          "exitPrice": 1806.386,
          "stopDistance": 4.058,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1629807720,
          "entryUtc": "2021-08-24T12:22:00.000Z",
          "exitTs": 1629807720,
          "dir": 1,
          "entryPrice": 1804.207,
          "exitPrice": 1802.033,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 0
        },
        {
          "entryTs": 1629810060,
          "entryUtc": "2021-08-24T13:01:00.000Z",
          "exitTs": 1629812040,
          "dir": 1,
          "entryPrice": 1806.488,
          "exitPrice": 1803.409,
          "stopDistance": 3.079,
          "outcome": "stop",
          "netR": -1.1364,
          "holdMinutes": 33
        },
        {
          "entryTs": 1629878520,
          "entryUtc": "2021-08-25T08:02:00.000Z",
          "exitTs": 1629890820,
          "dir": 1,
          "entryPrice": 1792.768,
          "exitPrice": 1790.223,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 205
        },
        {
          "entryTs": 1629893460,
          "entryUtc": "2021-08-25T12:11:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1792.588,
          "exitPrice": 1789.762,
          "stopDistance": 2.826,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 89
        },
        {
          "entryTs": 1629972780,
          "entryUtc": "2021-08-26T10:13:00.000Z",
          "exitTs": 1629976200,
          "dir": -1,
          "entryPrice": 1786.948,
          "exitPrice": 1789.079,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 57
        },
        {
          "entryTs": 1629984540,
          "entryUtc": "2021-08-26T13:29:00.000Z",
          "exitTs": 1629988080,
          "dir": -1,
          "entryPrice": 1787.748,
          "exitPrice": 1790.998,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 59
        },
        {
          "entryTs": 1630072800,
          "entryUtc": "2021-08-27T14:00:00.000Z",
          "exitTs": 1630072800,
          "dir": -1,
          "entryPrice": 1798.035,
          "exitPrice": 1790.829,
          "stopDistance": 3.603,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 0
        },
        {
          "entryTs": 1630325220,
          "entryUtc": "2021-08-30T12:07:00.000Z",
          "exitTs": 1630328400,
          "dir": 1,
          "entryPrice": 1816.194,
          "exitPrice": 1814.18,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 53
        },
        {
          "entryTs": 1630332060,
          "entryUtc": "2021-08-30T14:01:00.000Z",
          "exitTs": 1630347420,
          "dir": -1,
          "entryPrice": 1813.839,
          "exitPrice": 1808.567,
          "stopDistance": 2.636,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 256
        },
        {
          "entryTs": 1630378860,
          "entryUtc": "2021-08-31T03:01:00.000Z",
          "exitTs": 1630380180,
          "dir": -1,
          "entryPrice": 1812.858,
          "exitPrice": 1814.582,
          "stopDistance": 1.724,
          "outcome": "stop",
          "netR": -1.2436,
          "holdMinutes": 22
        },
        {
          "entryTs": 1630427640,
          "entryUtc": "2021-08-31T16:34:00.000Z",
          "exitTs": 1630476300,
          "dir": -1,
          "entryPrice": 1811.208,
          "exitPrice": 1816.542,
          "stopDistance": 5.334,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 811
        },
        {
          "entryTs": 1630480680,
          "entryUtc": "2021-09-01T07:18:00.000Z",
          "exitTs": 1630483200,
          "dir": -1,
          "entryPrice": 1815.548,
          "exitPrice": 1811.014,
          "stopDistance": 2.267,
          "outcome": "target",
          "netR": 1.8368,
          "holdMinutes": 42
        },
        {
          "entryTs": 1630501980,
          "entryUtc": "2021-09-01T13:13:00.000Z",
          "exitTs": 1630505220,
          "dir": 1,
          "entryPrice": 1812.905,
          "exitPrice": 1810.282,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 54
        },
        {
          "entryTs": 1630546020,
          "entryUtc": "2021-09-02T01:27:00.000Z",
          "exitTs": 1630547340,
          "dir": 1,
          "entryPrice": 1814.718,
          "exitPrice": 1813.16,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2695,
          "holdMinutes": 22
        },
        {
          "entryTs": 1630568220,
          "entryUtc": "2021-09-02T07:37:00.000Z",
          "exitTs": 1630575600,
          "dir": -1,
          "entryPrice": 1814.618,
          "exitPrice": 1816.39,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.237,
          "holdMinutes": 123
        },
        {
          "entryTs": 1630587660,
          "entryUtc": "2021-09-02T13:01:00.000Z",
          "exitTs": 1630589580,
          "dir": 1,
          "entryPrice": 1812.775,
          "exitPrice": 1810.416,
          "stopDistance": 2.359,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 32
        },
        {
          "entryTs": 1630590300,
          "entryUtc": "2021-09-02T13:45:00.000Z",
          "exitTs": 1630591620,
          "dir": -1,
          "entryPrice": 1811.358,
          "exitPrice": 1806.008,
          "stopDistance": 2.675,
          "outcome": "target",
          "netR": 1.8617,
          "holdMinutes": 22
        },
        {
          "entryTs": 1630593480,
          "entryUtc": "2021-09-02T14:38:00.000Z",
          "exitTs": 1630635720,
          "dir": -1,
          "entryPrice": 1810.305,
          "exitPrice": 1813.822,
          "stopDistance": 3.517,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 704
        },
        {
          "entryTs": 1630643700,
          "entryUtc": "2021-09-03T04:35:00.000Z",
          "exitTs": 1630667040,
          "dir": 1,
          "entryPrice": 1811.288,
          "exitPrice": 1814.418,
          "stopDistance": 1.565,
          "outcome": "target",
          "netR": 1.7636,
          "holdMinutes": 389
        },
        {
          "entryTs": 1630672200,
          "entryUtc": "2021-09-03T12:30:00.000Z",
          "exitTs": 1630672200,
          "dir": -1,
          "entryPrice": 1814.605,
          "exitPrice": 1816.623,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2082,
          "holdMinutes": 0
        },
        {
          "entryTs": 1630890960,
          "entryUtc": "2021-09-06T01:16:00.000Z",
          "exitTs": 1630915380,
          "dir": 1,
          "entryPrice": 1826.768,
          "exitPrice": 1824.695,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 407
        },
        {
          "entryTs": 1630938180,
          "entryUtc": "2021-09-06T14:23:00.000Z",
          "exitTs": 1630973460,
          "dir": -1,
          "entryPrice": 1822.567,
          "exitPrice": 1824.519,
          "stopDistance": 1.952,
          "outcome": "stop",
          "netR": -1.2151,
          "holdMinutes": 588
        },
        {
          "entryTs": 1631021280,
          "entryUtc": "2021-09-07T13:28:00.000Z",
          "exitTs": 1631023320,
          "dir": -1,
          "entryPrice": 1812.287,
          "exitPrice": 1805.995,
          "stopDistance": 3.146,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 34
        },
        {
          "entryTs": 1631088960,
          "entryUtc": "2021-09-08T08:16:00.000Z",
          "exitTs": 1631103120,
          "dir": -1,
          "entryPrice": 1799.217,
          "exitPrice": 1801.828,
          "stopDistance": 2.611,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 236
        },
        {
          "entryTs": 1631104200,
          "entryUtc": "2021-09-08T12:30:00.000Z",
          "exitTs": 1631106000,
          "dir": 1,
          "entryPrice": 1798.528,
          "exitPrice": 1795.845,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 30
        },
        {
          "entryTs": 1631113080,
          "entryUtc": "2021-09-08T14:58:00.000Z",
          "exitTs": 1631113800,
          "dir": -1,
          "entryPrice": 1788.734,
          "exitPrice": 1793.526,
          "stopDistance": 4.792,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 12
        },
        {
          "entryTs": 1631147280,
          "entryUtc": "2021-09-09T00:28:00.000Z",
          "exitTs": 1631173260,
          "dir": -1,
          "entryPrice": 1789.443,
          "exitPrice": 1791.616,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 433
        },
        {
          "entryTs": 1631188920,
          "entryUtc": "2021-09-09T12:02:00.000Z",
          "exitTs": 1631190840,
          "dir": -1,
          "entryPrice": 1799.634,
          "exitPrice": 1794.869,
          "stopDistance": 2.383,
          "outcome": "target",
          "netR": 1.8447,
          "holdMinutes": 32
        },
        {
          "entryTs": 1631195580,
          "entryUtc": "2021-09-09T13:53:00.000Z",
          "exitTs": 1631196000,
          "dir": 1,
          "entryPrice": 1791.734,
          "exitPrice": 1788.005,
          "stopDistance": 3.729,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 7
        },
        {
          "entryTs": 1631199060,
          "entryUtc": "2021-09-09T14:51:00.000Z",
          "exitTs": 1631204760,
          "dir": -1,
          "entryPrice": 1788.804,
          "exitPrice": 1793.383,
          "stopDistance": 4.579,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 95
        },
        {
          "entryTs": 1631215980,
          "entryUtc": "2021-09-09T19:33:00.000Z",
          "exitTs": 1631241660,
          "dir": -1,
          "entryPrice": 1794.104,
          "exitPrice": 1797.882,
          "stopDistance": 3.778,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 428
        },
        {
          "entryTs": 1631498340,
          "entryUtc": "2021-09-13T01:59:00.000Z",
          "exitTs": 1631511960,
          "dir": 1,
          "entryPrice": 1787.718,
          "exitPrice": 1792.693,
          "stopDistance": 2.487,
          "outcome": "target",
          "netR": 1.8512,
          "holdMinutes": 227
        },
        {
          "entryTs": 1631517720,
          "entryUtc": "2021-09-13T07:22:00.000Z",
          "exitTs": 1631539620,
          "dir": -1,
          "entryPrice": 1789.224,
          "exitPrice": 1791.602,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 365
        },
        {
          "entryTs": 1631587740,
          "entryUtc": "2021-09-14T02:49:00.000Z",
          "exitTs": 1631598240,
          "dir": -1,
          "entryPrice": 1791.268,
          "exitPrice": 1792.93,
          "stopDistance": 1.662,
          "outcome": "stop",
          "netR": -1.2527,
          "holdMinutes": 175
        },
        {
          "entryTs": 1631628900,
          "entryUtc": "2021-09-14T14:15:00.000Z",
          "exitTs": 1631630220,
          "dir": -1,
          "entryPrice": 1797.668,
          "exitPrice": 1803.274,
          "stopDistance": 5.606,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 22
        },
        {
          "entryTs": 1631688240,
          "entryUtc": "2021-09-15T06:44:00.000Z",
          "exitTs": 1631695020,
          "dir": -1,
          "entryPrice": 1802.718,
          "exitPrice": 1798.961,
          "stopDistance": 1.879,
          "outcome": "target",
          "netR": 1.8031,
          "holdMinutes": 113
        },
        {
          "entryTs": 1631756100,
          "entryUtc": "2021-09-16T01:35:00.000Z",
          "exitTs": 1631764980,
          "dir": -1,
          "entryPrice": 1794.448,
          "exitPrice": 1790.668,
          "stopDistance": 1.89,
          "outcome": "target",
          "netR": 1.8042,
          "holdMinutes": 148
        },
        {
          "entryTs": 1631775420,
          "entryUtc": "2021-09-16T06:57:00.000Z",
          "exitTs": 1631776500,
          "dir": 1,
          "entryPrice": 1785.564,
          "exitPrice": 1783.063,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 18
        },
        {
          "entryTs": 1631777400,
          "entryUtc": "2021-09-16T07:30:00.000Z",
          "exitTs": 1631783820,
          "dir": 1,
          "entryPrice": 1785.664,
          "exitPrice": 1782.812,
          "stopDistance": 2.852,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 107
        },
        {
          "entryTs": 1631801880,
          "entryUtc": "2021-09-16T14:18:00.000Z",
          "exitTs": 1631860680,
          "dir": 1,
          "entryPrice": 1753.508,
          "exitPrice": 1765.163,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 980
        },
        {
          "entryTs": 1631861340,
          "entryUtc": "2021-09-17T06:49:00.000Z",
          "exitTs": 1631865000,
          "dir": 1,
          "entryPrice": 1762.998,
          "exitPrice": 1760.925,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 61
        },
        {
          "entryTs": 1631867280,
          "entryUtc": "2021-09-17T08:28:00.000Z",
          "exitTs": 1631868300,
          "dir": -1,
          "entryPrice": 1762.898,
          "exitPrice": 1765.315,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1738,
          "holdMinutes": 17
        },
        {
          "entryTs": 1631881920,
          "entryUtc": "2021-09-17T12:32:00.000Z",
          "exitTs": 1631882880,
          "dir": 1,
          "entryPrice": 1759.857,
          "exitPrice": 1756.663,
          "stopDistance": 3.194,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 16
        },
        {
          "entryTs": 1632091980,
          "entryUtc": "2021-09-19T22:53:00.000Z",
          "exitTs": 1632104520,
          "dir": -1,
          "entryPrice": 1753.962,
          "exitPrice": 1748.094,
          "stopDistance": 2.934,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 209
        },
        {
          "entryTs": 1632139260,
          "entryUtc": "2021-09-20T12:01:00.000Z",
          "exitTs": 1632140160,
          "dir": -1,
          "entryPrice": 1756.627,
          "exitPrice": 1759.375,
          "stopDistance": 2.748,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 15
        },
        {
          "entryTs": 1632141300,
          "entryUtc": "2021-09-20T12:35:00.000Z",
          "exitTs": 1632147660,
          "dir": 1,
          "entryPrice": 1756.797,
          "exitPrice": 1762.764,
          "stopDistance": 2.984,
          "outcome": "target",
          "netR": 1.876,
          "holdMinutes": 106
        },
        {
          "entryTs": 1632191340,
          "entryUtc": "2021-09-21T02:29:00.000Z",
          "exitTs": 1632196680,
          "dir": 1,
          "entryPrice": 1763.908,
          "exitPrice": 1761.818,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.2009,
          "holdMinutes": 89
        },
        {
          "entryTs": 1632295500,
          "entryUtc": "2021-09-22T07:25:00.000Z",
          "exitTs": 1632298680,
          "dir": -1,
          "entryPrice": 1779.004,
          "exitPrice": 1774.616,
          "stopDistance": 2.194,
          "outcome": "target",
          "netR": 1.8313,
          "holdMinutes": 53
        },
        {
          "entryTs": 1632313560,
          "entryUtc": "2021-09-22T12:26:00.000Z",
          "exitTs": 1632318060,
          "dir": -1,
          "entryPrice": 1774.555,
          "exitPrice": 1776.861,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 75
        },
        {
          "entryTs": 1632381720,
          "entryUtc": "2021-09-23T07:22:00.000Z",
          "exitTs": 1632383040,
          "dir": -1,
          "entryPrice": 1763.774,
          "exitPrice": 1766.511,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1535,
          "holdMinutes": 22
        },
        {
          "entryTs": 1632392700,
          "entryUtc": "2021-09-23T10:25:00.000Z",
          "exitTs": 1632400200,
          "dir": 1,
          "entryPrice": 1771.447,
          "exitPrice": 1767.608,
          "stopDistance": 3.839,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 125
        },
        {
          "entryTs": 1632489360,
          "entryUtc": "2021-09-24T13:16:00.000Z",
          "exitTs": 1632494100,
          "dir": -1,
          "entryPrice": 1745.067,
          "exitPrice": 1748.411,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 79
        },
        {
          "entryTs": 1632495600,
          "entryUtc": "2021-09-24T15:00:00.000Z",
          "exitTs": 1632495780,
          "dir": -1,
          "entryPrice": 1749.444,
          "exitPrice": 1752.354,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 3
        },
        {
          "entryTs": 1632792780,
          "entryUtc": "2021-09-28T01:33:00.000Z",
          "exitTs": 1632794280,
          "dir": 1,
          "entryPrice": 1749.454,
          "exitPrice": 1752.972,
          "stopDistance": 1.759,
          "outcome": "target",
          "netR": 1.7897,
          "holdMinutes": 25
        },
        {
          "entryTs": 1632817920,
          "entryUtc": "2021-09-28T08:32:00.000Z",
          "exitTs": 1632826080,
          "dir": -1,
          "entryPrice": 1743.168,
          "exitPrice": 1736.242,
          "stopDistance": 3.463,
          "outcome": "target",
          "netR": 1.8932,
          "holdMinutes": 136
        },
        {
          "entryTs": 1632837480,
          "entryUtc": "2021-09-28T13:58:00.000Z",
          "exitTs": 1632898980,
          "dir": -1,
          "entryPrice": 1735.338,
          "exitPrice": 1741.472,
          "stopDistance": 6.134,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 1025
        },
        {
          "entryTs": 1632900480,
          "entryUtc": "2021-09-29T07:28:00.000Z",
          "exitTs": 1632905760,
          "dir": -1,
          "entryPrice": 1739.35,
          "exitPrice": 1742.004,
          "stopDistance": 2.654,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 88
        },
        {
          "entryTs": 1632984900,
          "entryUtc": "2021-09-30T06:55:00.000Z",
          "exitTs": 1632987300,
          "dir": -1,
          "entryPrice": 1729.556,
          "exitPrice": 1731.851,
          "stopDistance": 2.295,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 40
        },
        {
          "entryTs": 1632995760,
          "entryUtc": "2021-09-30T09:56:00.000Z",
          "exitTs": 1632997860,
          "dir": 1,
          "entryPrice": 1728.716,
          "exitPrice": 1725.932,
          "stopDistance": 2.784,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 35
        },
        {
          "entryTs": 1633064520,
          "entryUtc": "2021-10-01T05:02:00.000Z",
          "exitTs": 1633090440,
          "dir": 1,
          "entryPrice": 1752.758,
          "exitPrice": 1750.06,
          "stopDistance": 2.698,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 432
        },
        {
          "entryTs": 1633091100,
          "entryUtc": "2021-10-01T12:25:00.000Z",
          "exitTs": 1633092300,
          "dir": -1,
          "entryPrice": 1754.248,
          "exitPrice": 1757.576,
          "stopDistance": 3.328,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 20
        },
        {
          "entryTs": 1633328220,
          "entryUtc": "2021-10-04T06:17:00.000Z",
          "exitTs": 1633330440,
          "dir": -1,
          "entryPrice": 1760.995,
          "exitPrice": 1756.963,
          "stopDistance": 2.016,
          "outcome": "target",
          "netR": 1.8165,
          "holdMinutes": 37
        },
        {
          "entryTs": 1633352580,
          "entryUtc": "2021-10-04T13:03:00.000Z",
          "exitTs": 1633354380,
          "dir": 1,
          "entryPrice": 1753.138,
          "exitPrice": 1749.654,
          "stopDistance": 3.484,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 30
        },
        {
          "entryTs": 1633418760,
          "entryUtc": "2021-10-05T07:26:00.000Z",
          "exitTs": 1633429800,
          "dir": -1,
          "entryPrice": 1759.688,
          "exitPrice": 1755.298,
          "stopDistance": 2.195,
          "outcome": "target",
          "netR": 1.8314,
          "holdMinutes": 184
        },
        {
          "entryTs": 1633438200,
          "entryUtc": "2021-10-05T12:50:00.000Z",
          "exitTs": 1633439220,
          "dir": 1,
          "entryPrice": 1757.358,
          "exitPrice": 1754.458,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 17
        },
        {
          "entryTs": 1633486920,
          "entryUtc": "2021-10-06T02:22:00.000Z",
          "exitTs": 1633493520,
          "dir": -1,
          "entryPrice": 1757.148,
          "exitPrice": 1753.329,
          "stopDistance": 1.909,
          "outcome": "target",
          "netR": 1.8062,
          "holdMinutes": 110
        },
        {
          "entryTs": 1633501320,
          "entryUtc": "2021-10-06T06:22:00.000Z",
          "exitTs": 1633504140,
          "dir": 1,
          "entryPrice": 1751.855,
          "exitPrice": 1749.428,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 47
        },
        {
          "entryTs": 1633522500,
          "entryUtc": "2021-10-06T12:15:00.000Z",
          "exitTs": 1633531800,
          "dir": 1,
          "entryPrice": 1755.565,
          "exitPrice": 1763.42,
          "stopDistance": 3.928,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 155
        },
        {
          "entryTs": 1633583700,
          "entryUtc": "2021-10-07T05:15:00.000Z",
          "exitTs": 1633584300,
          "dir": 1,
          "entryPrice": 1759.068,
          "exitPrice": 1757.369,
          "stopDistance": 1.699,
          "outcome": "stop",
          "netR": -1.2473,
          "holdMinutes": 10
        },
        {
          "entryTs": 1633587000,
          "entryUtc": "2021-10-07T06:10:00.000Z",
          "exitTs": 1633587300,
          "dir": -1,
          "entryPrice": 1758.888,
          "exitPrice": 1760.708,
          "stopDistance": 1.82,
          "outcome": "stop",
          "netR": -1.2308,
          "holdMinutes": 5
        },
        {
          "entryTs": 1633594980,
          "entryUtc": "2021-10-07T08:23:00.000Z",
          "exitTs": 1633596540,
          "dir": 1,
          "entryPrice": 1763.008,
          "exitPrice": 1760.311,
          "stopDistance": 2.697,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 26
        },
        {
          "entryTs": 1633609620,
          "entryUtc": "2021-10-07T12:27:00.000Z",
          "exitTs": 1633610340,
          "dir": 1,
          "entryPrice": 1759.438,
          "exitPrice": 1756.58,
          "stopDistance": 2.857,
          "outcome": "stop",
          "netR": -1.147,
          "holdMinutes": 12
        },
        {
          "entryTs": 1633672800,
          "entryUtc": "2021-10-08T06:00:00.000Z",
          "exitTs": 1633677240,
          "dir": 1,
          "entryPrice": 1757.258,
          "exitPrice": 1755.298,
          "stopDistance": 1.96,
          "outcome": "stop",
          "netR": -1.2143,
          "holdMinutes": 74
        },
        {
          "entryTs": 1633702380,
          "entryUtc": "2021-10-08T14:13:00.000Z",
          "exitTs": 1633703640,
          "dir": 1,
          "entryPrice": 1764.258,
          "exitPrice": 1760.035,
          "stopDistance": 4.223,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 21
        },
        {
          "entryTs": 1633932060,
          "entryUtc": "2021-10-11T06:01:00.000Z",
          "exitTs": 1633944300,
          "dir": -1,
          "entryPrice": 1757.138,
          "exitPrice": 1752.338,
          "stopDistance": 2.4,
          "outcome": "target",
          "netR": 1.8458,
          "holdMinutes": 204
        },
        {
          "entryTs": 1633954980,
          "entryUtc": "2021-10-11T12:23:00.000Z",
          "exitTs": 1633956120,
          "dir": 1,
          "entryPrice": 1754.865,
          "exitPrice": 1752.452,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634023500,
          "entryUtc": "2021-10-12T07:25:00.000Z",
          "exitTs": 1634035920,
          "dir": -1,
          "entryPrice": 1760.608,
          "exitPrice": 1762.947,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 207
        },
        {
          "entryTs": 1634040000,
          "entryUtc": "2021-10-12T12:00:00.000Z",
          "exitTs": 1634041800,
          "dir": -1,
          "entryPrice": 1762.378,
          "exitPrice": 1756.866,
          "stopDistance": 2.756,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 30
        },
        {
          "entryTs": 1634044080,
          "entryUtc": "2021-10-12T13:08:00.000Z",
          "exitTs": 1634046540,
          "dir": -1,
          "entryPrice": 1761.763,
          "exitPrice": 1764.993,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 41
        },
        {
          "entryTs": 1634052900,
          "entryUtc": "2021-10-12T15:35:00.000Z",
          "exitTs": 1634120100,
          "dir": 1,
          "entryPrice": 1760.348,
          "exitPrice": 1770.378,
          "stopDistance": 5.015,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 1120
        },
        {
          "entryTs": 1634128440,
          "entryUtc": "2021-10-13T12:34:00.000Z",
          "exitTs": 1634128440,
          "dir": 1,
          "entryPrice": 1770.508,
          "exitPrice": 1768.208,
          "stopDistance": 2.3,
          "outcome": "stop",
          "netR": -1.1826,
          "holdMinutes": 0
        },
        {
          "entryTs": 1634174220,
          "entryUtc": "2021-10-14T01:17:00.000Z",
          "exitTs": 1634179800,
          "dir": -1,
          "entryPrice": 1791.398,
          "exitPrice": 1786.777,
          "stopDistance": 2.31,
          "outcome": "target",
          "netR": 1.8399,
          "holdMinutes": 93
        },
        {
          "entryTs": 1634214600,
          "entryUtc": "2021-10-14T12:30:00.000Z",
          "exitTs": 1634275380,
          "dir": -1,
          "entryPrice": 1798.024,
          "exitPrice": 1792.529,
          "stopDistance": 2.747,
          "outcome": "target",
          "netR": 1.8653,
          "holdMinutes": 1013
        },
        {
          "entryTs": 1634286840,
          "entryUtc": "2021-10-15T08:34:00.000Z",
          "exitTs": 1634288880,
          "dir": 1,
          "entryPrice": 1787.378,
          "exitPrice": 1785.077,
          "stopDistance": 2.301,
          "outcome": "stop",
          "netR": -1.1825,
          "holdMinutes": 34
        },
        {
          "entryTs": 1634546700,
          "entryUtc": "2021-10-18T08:45:00.000Z",
          "exitTs": 1634559000,
          "dir": -1,
          "entryPrice": 1764.288,
          "exitPrice": 1767.769,
          "stopDistance": 3.481,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 205
        },
        {
          "entryTs": 1634564520,
          "entryUtc": "2021-10-18T13:42:00.000Z",
          "exitTs": 1634612100,
          "dir": 1,
          "entryPrice": 1765.058,
          "exitPrice": 1773.852,
          "stopDistance": 4.397,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 793
        },
        {
          "entryTs": 1634642400,
          "entryUtc": "2021-10-19T11:20:00.000Z",
          "exitTs": 1634643720,
          "dir": -1,
          "entryPrice": 1777.644,
          "exitPrice": 1780.239,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 22
        },
        {
          "entryTs": 1634646660,
          "entryUtc": "2021-10-19T12:31:00.000Z",
          "exitTs": 1634648760,
          "dir": -1,
          "entryPrice": 1780.388,
          "exitPrice": 1783.717,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 35
        },
        {
          "entryTs": 1634649360,
          "entryUtc": "2021-10-19T13:16:00.000Z",
          "exitTs": 1634653140,
          "dir": -1,
          "entryPrice": 1780.278,
          "exitPrice": 1772.575,
          "stopDistance": 3.852,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 63
        },
        {
          "entryTs": 1634729700,
          "entryUtc": "2021-10-20T11:35:00.000Z",
          "exitTs": 1634731380,
          "dir": -1,
          "entryPrice": 1780.048,
          "exitPrice": 1782.351,
          "stopDistance": 2.303,
          "outcome": "stop",
          "netR": -1.1824,
          "holdMinutes": 28
        },
        {
          "entryTs": 1634735940,
          "entryUtc": "2021-10-20T13:19:00.000Z",
          "exitTs": 1634736480,
          "dir": 1,
          "entryPrice": 1783.524,
          "exitPrice": 1780.209,
          "stopDistance": 3.315,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 9
        },
        {
          "entryTs": 1634750340,
          "entryUtc": "2021-10-20T17:19:00.000Z",
          "exitTs": 1634783700,
          "dir": -1,
          "entryPrice": 1784.988,
          "exitPrice": 1788.945,
          "stopDistance": 3.957,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 556
        },
        {
          "entryTs": 1634805540,
          "entryUtc": "2021-10-21T08:39:00.000Z",
          "exitTs": 1634814780,
          "dir": -1,
          "entryPrice": 1786.144,
          "exitPrice": 1780.96,
          "stopDistance": 2.592,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 154
        },
        {
          "entryTs": 1634824080,
          "entryUtc": "2021-10-21T13:48:00.000Z",
          "exitTs": 1634824800,
          "dir": 1,
          "entryPrice": 1783.014,
          "exitPrice": 1778.696,
          "stopDistance": 4.318,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 12
        },
        {
          "entryTs": 1634832120,
          "entryUtc": "2021-10-21T16:02:00.000Z",
          "exitTs": 1634872560,
          "dir": -1,
          "entryPrice": 1782.958,
          "exitPrice": 1787.582,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 674
        },
        {
          "entryTs": 1634887020,
          "entryUtc": "2021-10-22T07:17:00.000Z",
          "exitTs": 1634905200,
          "dir": -1,
          "entryPrice": 1792.734,
          "exitPrice": 1795.092,
          "stopDistance": 2.358,
          "outcome": "stop",
          "netR": -1.1781,
          "holdMinutes": 303
        },
        {
          "entryTs": 1635124500,
          "entryUtc": "2021-10-25T01:15:00.000Z",
          "exitTs": 1635132420,
          "dir": -1,
          "entryPrice": 1794.408,
          "exitPrice": 1797.536,
          "stopDistance": 3.128,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 132
        },
        {
          "entryTs": 1635153660,
          "entryUtc": "2021-10-25T09:21:00.000Z",
          "exitTs": 1635169800,
          "dir": 1,
          "entryPrice": 1800.335,
          "exitPrice": 1806.658,
          "stopDistance": 3.162,
          "outcome": "target",
          "netR": 1.883,
          "holdMinutes": 269
        },
        {
          "entryTs": 1635210900,
          "entryUtc": "2021-10-26T01:15:00.000Z",
          "exitTs": 1635212040,
          "dir": 1,
          "entryPrice": 1805.808,
          "exitPrice": 1804.37,
          "stopDistance": 1.438,
          "outcome": "stop",
          "netR": -1.2921,
          "holdMinutes": 19
        },
        {
          "entryTs": 1635227520,
          "entryUtc": "2021-10-26T05:52:00.000Z",
          "exitTs": 1635228540,
          "dir": -1,
          "entryPrice": 1804.408,
          "exitPrice": 1806.342,
          "stopDistance": 1.934,
          "outcome": "stop",
          "netR": -1.2171,
          "holdMinutes": 17
        },
        {
          "entryTs": 1635250500,
          "entryUtc": "2021-10-26T12:15:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1803.048,
          "exitPrice": 1800.74,
          "stopDistance": 2.308,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635316200,
          "entryUtc": "2021-10-27T06:30:00.000Z",
          "exitTs": 1635317820,
          "dir": -1,
          "entryPrice": 1789.068,
          "exitPrice": 1790.825,
          "stopDistance": 1.757,
          "outcome": "stop",
          "netR": -1.2391,
          "holdMinutes": 27
        },
        {
          "entryTs": 1635318420,
          "entryUtc": "2021-10-27T07:07:00.000Z",
          "exitTs": 1635319020,
          "dir": 1,
          "entryPrice": 1788.802,
          "exitPrice": 1786.629,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635327420,
          "entryUtc": "2021-10-27T09:37:00.000Z",
          "exitTs": 1635331440,
          "dir": -1,
          "entryPrice": 1786.438,
          "exitPrice": 1789.233,
          "stopDistance": 2.795,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 67
        },
        {
          "entryTs": 1635390000,
          "entryUtc": "2021-10-28T03:00:00.000Z",
          "exitTs": 1635402420,
          "dir": -1,
          "entryPrice": 1799.844,
          "exitPrice": 1802.606,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 207
        },
        {
          "entryTs": 1635403200,
          "entryUtc": "2021-10-28T06:40:00.000Z",
          "exitTs": 1635412320,
          "dir": 1,
          "entryPrice": 1802.068,
          "exitPrice": 1799.794,
          "stopDistance": 2.274,
          "outcome": "stop",
          "netR": -1.1847,
          "holdMinutes": 152
        },
        {
          "entryTs": 1635426360,
          "entryUtc": "2021-10-28T13:06:00.000Z",
          "exitTs": 1635427740,
          "dir": -1,
          "entryPrice": 1802.228,
          "exitPrice": 1805.801,
          "stopDistance": 3.573,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635429000,
          "entryUtc": "2021-10-28T13:50:00.000Z",
          "exitTs": 1635431640,
          "dir": 1,
          "entryPrice": 1800.528,
          "exitPrice": 1796.201,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 44
        },
        {
          "entryTs": 1635492720,
          "entryUtc": "2021-10-29T07:32:00.000Z",
          "exitTs": 1635496500,
          "dir": 1,
          "entryPrice": 1795.038,
          "exitPrice": 1792.085,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 63
        },
        {
          "entryTs": 1635517560,
          "entryUtc": "2021-10-29T14:26:00.000Z",
          "exitTs": 1635717600,
          "dir": 1,
          "entryPrice": 1775.378,
          "exitPrice": 1783.102,
          "stopDistance": 6.562,
          "outcome": "time",
          "netR": 1.1207,
          "holdMinutes": 3334
        },
        {
          "entryTs": 1635747540,
          "entryUtc": "2021-11-01T06:19:00.000Z",
          "exitTs": 1635748140,
          "dir": 1,
          "entryPrice": 1784.574,
          "exitPrice": 1782.555,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.208,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635757260,
          "entryUtc": "2021-11-01T09:01:00.000Z",
          "exitTs": 1635761100,
          "dir": -1,
          "entryPrice": 1784.422,
          "exitPrice": 1787.055,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 64
        },
        {
          "entryTs": 1635767100,
          "entryUtc": "2021-11-01T11:45:00.000Z",
          "exitTs": 1635769320,
          "dir": -1,
          "entryPrice": 1786.134,
          "exitPrice": 1788.773,
          "stopDistance": 2.639,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 37
        },
        {
          "entryTs": 1635773460,
          "entryUtc": "2021-11-01T13:31:00.000Z",
          "exitTs": 1635773640,
          "dir": 1,
          "entryPrice": 1789.174,
          "exitPrice": 1785.811,
          "stopDistance": 3.363,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 3
        },
        {
          "entryTs": 1635775620,
          "entryUtc": "2021-11-01T14:07:00.000Z",
          "exitTs": 1635862080,
          "dir": 1,
          "entryPrice": 1790.738,
          "exitPrice": 1786.813,
          "stopDistance": 3.925,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 1441
        },
        {
          "entryTs": 1635963300,
          "entryUtc": "2021-11-03T18:15:00.000Z",
          "exitTs": 1635968760,
          "dir": 1,
          "entryPrice": 1765.858,
          "exitPrice": 1774.567,
          "stopDistance": 4.354,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 91
        },
        {
          "entryTs": 1636027320,
          "entryUtc": "2021-11-04T12:02:00.000Z",
          "exitTs": 1636029060,
          "dir": 1,
          "entryPrice": 1779.628,
          "exitPrice": 1785.542,
          "stopDistance": 2.957,
          "outcome": "target",
          "netR": 1.8749,
          "holdMinutes": 29
        },
        {
          "entryTs": 1636074000,
          "entryUtc": "2021-11-05T01:00:00.000Z",
          "exitTs": 1636074480,
          "dir": -1,
          "entryPrice": 1791.824,
          "exitPrice": 1793.847,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 8
        },
        {
          "entryTs": 1636378860,
          "entryUtc": "2021-11-08T13:41:00.000Z",
          "exitTs": 1636380060,
          "dir": 1,
          "entryPrice": 1817.668,
          "exitPrice": 1824.323,
          "stopDistance": 3.327,
          "outcome": "target",
          "netR": 1.8888,
          "holdMinutes": 20
        },
        {
          "entryTs": 1636423080,
          "entryUtc": "2021-11-09T01:58:00.000Z",
          "exitTs": 1636438680,
          "dir": -1,
          "entryPrice": 1824.958,
          "exitPrice": 1827.025,
          "stopDistance": 2.067,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 260
        },
        {
          "entryTs": 1636445700,
          "entryUtc": "2021-11-09T08:15:00.000Z",
          "exitTs": 1636450740,
          "dir": -1,
          "entryPrice": 1823.858,
          "exitPrice": 1826.187,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 84
        },
        {
          "entryTs": 1636463160,
          "entryUtc": "2021-11-09T13:06:00.000Z",
          "exitTs": 1636464720,
          "dir": -1,
          "entryPrice": 1825.818,
          "exitPrice": 1828.787,
          "stopDistance": 2.969,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 26
        },
        {
          "entryTs": 1636468560,
          "entryUtc": "2021-11-09T14:36:00.000Z",
          "exitTs": 1636470300,
          "dir": -1,
          "entryPrice": 1829.783,
          "exitPrice": 1822.155,
          "stopDistance": 3.814,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 29
        },
        {
          "entryTs": 1636483440,
          "entryUtc": "2021-11-09T18:44:00.000Z",
          "exitTs": 1636551180,
          "dir": -1,
          "entryPrice": 1829.253,
          "exitPrice": 1833.315,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 1129
        },
        {
          "entryTs": 1636632180,
          "entryUtc": "2021-11-11T12:03:00.000Z",
          "exitTs": 1636633140,
          "dir": 1,
          "entryPrice": 1862.404,
          "exitPrice": 1859.365,
          "stopDistance": 3.039,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 16
        },
        {
          "entryTs": 1636970340,
          "entryUtc": "2021-11-15T09:59:00.000Z",
          "exitTs": 1636981500,
          "dir": -1,
          "entryPrice": 1862.184,
          "exitPrice": 1865.089,
          "stopDistance": 2.906,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 186
        },
        {
          "entryTs": 1637024400,
          "entryUtc": "2021-11-16T01:00:00.000Z",
          "exitTs": 1637028300,
          "dir": 1,
          "entryPrice": 1862.928,
          "exitPrice": 1867.176,
          "stopDistance": 2.124,
          "outcome": "target",
          "netR": 1.8258,
          "holdMinutes": 65
        },
        {
          "entryTs": 1637036940,
          "entryUtc": "2021-11-16T04:29:00.000Z",
          "exitTs": 1637048040,
          "dir": 1,
          "entryPrice": 1864.718,
          "exitPrice": 1862.233,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 185
        },
        {
          "entryTs": 1637069280,
          "entryUtc": "2021-11-16T13:28:00.000Z",
          "exitTs": 1637071140,
          "dir": 1,
          "entryPrice": 1872.128,
          "exitPrice": 1868.699,
          "stopDistance": 3.43,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 31
        },
        {
          "entryTs": 1637074140,
          "entryUtc": "2021-11-16T14:49:00.000Z",
          "exitTs": 1637075040,
          "dir": 1,
          "entryPrice": 1862.108,
          "exitPrice": 1856.776,
          "stopDistance": 5.332,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 15
        },
        {
          "entryTs": 1637155200,
          "entryUtc": "2021-11-17T13:20:00.000Z",
          "exitTs": 1637159640,
          "dir": -1,
          "entryPrice": 1863.264,
          "exitPrice": 1866.163,
          "stopDistance": 2.899,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 74
        },
        {
          "entryTs": 1637168280,
          "entryUtc": "2021-11-17T16:58:00.000Z",
          "exitTs": 1637195100,
          "dir": -1,
          "entryPrice": 1865.948,
          "exitPrice": 1869.794,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 447
        },
        {
          "entryTs": 1637200020,
          "entryUtc": "2021-11-18T01:47:00.000Z",
          "exitTs": 1637217780,
          "dir": -1,
          "entryPrice": 1868.194,
          "exitPrice": 1863.367,
          "stopDistance": 2.414,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 296
        },
        {
          "entryTs": 1637224800,
          "entryUtc": "2021-11-18T08:40:00.000Z",
          "exitTs": 1637230620,
          "dir": 1,
          "entryPrice": 1864.968,
          "exitPrice": 1862.359,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 97
        },
        {
          "entryTs": 1637244060,
          "entryUtc": "2021-11-18T14:01:00.000Z",
          "exitTs": 1637250060,
          "dir": 1,
          "entryPrice": 1863.033,
          "exitPrice": 1858.286,
          "stopDistance": 4.747,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 100
        },
        {
          "entryTs": 1637314020,
          "entryUtc": "2021-11-19T09:27:00.000Z",
          "exitTs": 1637315760,
          "dir": -1,
          "entryPrice": 1860.592,
          "exitPrice": 1862.54,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 29
        },
        {
          "entryTs": 1637318160,
          "entryUtc": "2021-11-19T10:36:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1860.637,
          "exitPrice": 1856.753,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 219
        },
        {
          "entryTs": 1637566440,
          "entryUtc": "2021-11-22T07:34:00.000Z",
          "exitTs": 1637577300,
          "dir": 1,
          "entryPrice": 1842.894,
          "exitPrice": 1840.085,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 181
        },
        {
          "entryTs": 1637679840,
          "entryUtc": "2021-11-23T15:04:00.000Z",
          "exitTs": 1637684220,
          "dir": 1,
          "entryPrice": 1787.618,
          "exitPrice": 1782.15,
          "stopDistance": 5.468,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 73
        },
        {
          "entryTs": 1637717940,
          "entryUtc": "2021-11-24T01:39:00.000Z",
          "exitTs": 1637718780,
          "dir": -1,
          "entryPrice": 1791.108,
          "exitPrice": 1793.784,
          "stopDistance": 2.676,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 14
        },
        {
          "entryTs": 1637739000,
          "entryUtc": "2021-11-24T07:30:00.000Z",
          "exitTs": 1637743440,
          "dir": 1,
          "entryPrice": 1793.455,
          "exitPrice": 1790.784,
          "stopDistance": 2.671,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 74
        },
        {
          "entryTs": 1637760600,
          "entryUtc": "2021-11-24T13:30:00.000Z",
          "exitTs": 1637763000,
          "dir": -1,
          "entryPrice": 1785.785,
          "exitPrice": 1778.876,
          "stopDistance": 3.455,
          "outcome": "target",
          "netR": 1.8929,
          "holdMinutes": 40
        },
        {
          "entryTs": 1637827020,
          "entryUtc": "2021-11-25T07:57:00.000Z",
          "exitTs": 1637835840,
          "dir": 1,
          "entryPrice": 1792.795,
          "exitPrice": 1791.089,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2462,
          "holdMinutes": 147
        },
        {
          "entryTs": 1637885940,
          "entryUtc": "2021-11-26T00:19:00.000Z",
          "exitTs": 1637887380,
          "dir": -1,
          "entryPrice": 1791.929,
          "exitPrice": 1794.052,
          "stopDistance": 2.123,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 24
        },
        {
          "entryTs": 1637918580,
          "entryUtc": "2021-11-26T09:23:00.000Z",
          "exitTs": 1637924100,
          "dir": -1,
          "entryPrice": 1806.268,
          "exitPrice": 1810.338,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 92
        },
        {
          "entryTs": 1637934540,
          "entryUtc": "2021-11-26T13:49:00.000Z",
          "exitTs": 1637944260,
          "dir": -1,
          "entryPrice": 1805.998,
          "exitPrice": 1794.725,
          "stopDistance": 5.637,
          "outcome": "target",
          "netR": 1.9344,
          "holdMinutes": 162
        },
        {
          "entryTs": 1638142320,
          "entryUtc": "2021-11-28T23:32:00.000Z",
          "exitTs": 1638144060,
          "dir": -1,
          "entryPrice": 1787.995,
          "exitPrice": 1795.638,
          "stopDistance": 7.643,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 29
        },
        {
          "entryTs": 1638253080,
          "entryUtc": "2021-11-30T06:18:00.000Z",
          "exitTs": 1638264360,
          "dir": -1,
          "entryPrice": 1793.198,
          "exitPrice": 1795.88,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 188
        },
        {
          "entryTs": 1638273000,
          "entryUtc": "2021-11-30T11:50:00.000Z",
          "exitTs": 1638275220,
          "dir": 1,
          "entryPrice": 1792.778,
          "exitPrice": 1789.232,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 37
        },
        {
          "entryTs": 1638286200,
          "entryUtc": "2021-11-30T15:30:00.000Z",
          "exitTs": 1638286680,
          "dir": -1,
          "entryPrice": 1802.268,
          "exitPrice": 1791.901,
          "stopDistance": 5.183,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 8
        },
        {
          "entryTs": 1638321300,
          "entryUtc": "2021-12-01T01:15:00.000Z",
          "exitTs": 1638328560,
          "dir": -1,
          "entryPrice": 1776.168,
          "exitPrice": 1780.016,
          "stopDistance": 3.848,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 121
        },
        {
          "entryTs": 1638368820,
          "entryUtc": "2021-12-01T14:27:00.000Z",
          "exitTs": 1638377340,
          "dir": 1,
          "entryPrice": 1786.025,
          "exitPrice": 1781.594,
          "stopDistance": 4.431,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 142
        },
        {
          "entryTs": 1638424440,
          "entryUtc": "2021-12-02T05:54:00.000Z",
          "exitTs": 1638433560,
          "dir": -1,
          "entryPrice": 1776.888,
          "exitPrice": 1772.035,
          "stopDistance": 2.427,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 152
        },
        {
          "entryTs": 1638440100,
          "entryUtc": "2021-12-02T10:15:00.000Z",
          "exitTs": 1638443700,
          "dir": -1,
          "entryPrice": 1774.87,
          "exitPrice": 1777.434,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 60
        },
        {
          "entryTs": 1638455100,
          "entryUtc": "2021-12-02T14:25:00.000Z",
          "exitTs": 1638455640,
          "dir": 1,
          "entryPrice": 1776.458,
          "exitPrice": 1772.425,
          "stopDistance": 4.033,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 9
        },
        {
          "entryTs": 1638493440,
          "entryUtc": "2021-12-03T01:04:00.000Z",
          "exitTs": 1638509520,
          "dir": 1,
          "entryPrice": 1768.948,
          "exitPrice": 1774.377,
          "stopDistance": 2.715,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 268
        },
        {
          "entryTs": 1638525540,
          "entryUtc": "2021-12-03T09:59:00.000Z",
          "exitTs": 1638526500,
          "dir": -1,
          "entryPrice": 1768.448,
          "exitPrice": 1771.101,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 16
        },
        {
          "entryTs": 1638531060,
          "entryUtc": "2021-12-03T11:31:00.000Z",
          "exitTs": 1638538020,
          "dir": 1,
          "entryPrice": 1771.448,
          "exitPrice": 1768.583,
          "stopDistance": 2.865,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 116
        },
        {
          "entryTs": 1638538200,
          "entryUtc": "2021-12-03T13:30:00.000Z",
          "exitTs": 1638538200,
          "dir": -1,
          "entryPrice": 1772.708,
          "exitPrice": 1775.561,
          "stopDistance": 2.853,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 0
        },
        {
          "entryTs": 1638539160,
          "entryUtc": "2021-12-03T13:46:00.000Z",
          "exitTs": 1638539400,
          "dir": 1,
          "entryPrice": 1771.745,
          "exitPrice": 1767.861,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 4
        },
        {
          "entryTs": 1638542760,
          "entryUtc": "2021-12-03T14:46:00.000Z",
          "exitTs": 1638543600,
          "dir": 1,
          "entryPrice": 1771.198,
          "exitPrice": 1766.43,
          "stopDistance": 4.768,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 14
        },
        {
          "entryTs": 1638786480,
          "entryUtc": "2021-12-06T10:28:00.000Z",
          "exitTs": 1638809760,
          "dir": -1,
          "entryPrice": 1781.128,
          "exitPrice": 1784.108,
          "stopDistance": 2.979,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 388
        },
        {
          "entryTs": 1638844560,
          "entryUtc": "2021-12-07T02:36:00.000Z",
          "exitTs": 1638851280,
          "dir": -1,
          "entryPrice": 1780.988,
          "exitPrice": 1777.029,
          "stopDistance": 1.979,
          "outcome": "target",
          "netR": 1.8131,
          "holdMinutes": 112
        },
        {
          "entryTs": 1638864540,
          "entryUtc": "2021-12-07T08:09:00.000Z",
          "exitTs": 1638867780,
          "dir": 1,
          "entryPrice": 1781.768,
          "exitPrice": 1779.7,
          "stopDistance": 2.068,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 54
        },
        {
          "entryTs": 1638872820,
          "entryUtc": "2021-12-07T10:27:00.000Z",
          "exitTs": 1638877500,
          "dir": -1,
          "entryPrice": 1780.008,
          "exitPrice": 1782.698,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 78
        },
        {
          "entryTs": 1638949320,
          "entryUtc": "2021-12-08T07:42:00.000Z",
          "exitTs": 1638951420,
          "dir": -1,
          "entryPrice": 1790.478,
          "exitPrice": 1786.857,
          "stopDistance": 1.81,
          "outcome": "target",
          "netR": 1.7956,
          "holdMinutes": 35
        },
        {
          "entryTs": 1638969360,
          "entryUtc": "2021-12-08T13:16:00.000Z",
          "exitTs": 1639052220,
          "dir": -1,
          "entryPrice": 1784.238,
          "exitPrice": 1777.637,
          "stopDistance": 3.3,
          "outcome": "target",
          "netR": 1.8879,
          "holdMinutes": 1381
        },
        {
          "entryTs": 1639056600,
          "entryUtc": "2021-12-09T13:30:00.000Z",
          "exitTs": 1639059720,
          "dir": 1,
          "entryPrice": 1776.265,
          "exitPrice": 1782.792,
          "stopDistance": 3.263,
          "outcome": "target",
          "netR": 1.8866,
          "holdMinutes": 52
        },
        {
          "entryTs": 1639060740,
          "entryUtc": "2021-12-09T14:39:00.000Z",
          "exitTs": 1639072920,
          "dir": 1,
          "entryPrice": 1777.517,
          "exitPrice": 1773.506,
          "stopDistance": 4.011,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 203
        },
        {
          "entryTs": 1639110840,
          "entryUtc": "2021-12-10T04:34:00.000Z",
          "exitTs": 1639116120,
          "dir": 1,
          "entryPrice": 1778.358,
          "exitPrice": 1776.515,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 88
        },
        {
          "entryTs": 1639150800,
          "entryUtc": "2021-12-10T15:40:00.000Z",
          "exitTs": 1639350000,
          "dir": -1,
          "entryPrice": 1784.208,
          "exitPrice": 1781.815,
          "stopDistance": 4.726,
          "outcome": "time",
          "netR": 0.4281,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1639357140,
          "entryUtc": "2021-12-13T00:59:00.000Z",
          "exitTs": 1639359720,
          "dir": 1,
          "entryPrice": 1782.358,
          "exitPrice": 1786.359,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 43
        },
        {
          "entryTs": 1639377300,
          "entryUtc": "2021-12-13T06:35:00.000Z",
          "exitTs": 1639395780,
          "dir": 1,
          "entryPrice": 1784.825,
          "exitPrice": 1788.306,
          "stopDistance": 1.741,
          "outcome": "target",
          "netR": 1.7874,
          "holdMinutes": 308
        },
        {
          "entryTs": 1639400460,
          "entryUtc": "2021-12-13T13:01:00.000Z",
          "exitTs": 1639401180,
          "dir": 1,
          "entryPrice": 1787.958,
          "exitPrice": 1785.847,
          "stopDistance": 2.111,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 12
        },
        {
          "entryTs": 1639407600,
          "entryUtc": "2021-12-13T15:00:00.000Z",
          "exitTs": 1639468320,
          "dir": -1,
          "entryPrice": 1789.288,
          "exitPrice": 1784.261,
          "stopDistance": 2.514,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 1012
        },
        {
          "entryTs": 1639472100,
          "entryUtc": "2021-12-14T08:55:00.000Z",
          "exitTs": 1639488060,
          "dir": 1,
          "entryPrice": 1783.678,
          "exitPrice": 1781.608,
          "stopDistance": 2.07,
          "outcome": "stop",
          "netR": -1.2029,
          "holdMinutes": 266
        },
        {
          "entryTs": 1639551660,
          "entryUtc": "2021-12-15T07:01:00.000Z",
          "exitTs": 1639560420,
          "dir": -1,
          "entryPrice": 1768.745,
          "exitPrice": 1770.586,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 146
        },
        {
          "entryTs": 1639573200,
          "entryUtc": "2021-12-15T13:00:00.000Z",
          "exitTs": 1639578660,
          "dir": 1,
          "entryPrice": 1770.885,
          "exitPrice": 1768.654,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 91
        },
        {
          "entryTs": 1639580400,
          "entryUtc": "2021-12-15T15:00:00.000Z",
          "exitTs": 1639582740,
          "dir": 1,
          "entryPrice": 1769.198,
          "exitPrice": 1765.665,
          "stopDistance": 3.533,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 39
        },
        {
          "entryTs": 1639660140,
          "entryUtc": "2021-12-16T13:09:00.000Z",
          "exitTs": 1639660440,
          "dir": -1,
          "entryPrice": 1786.588,
          "exitPrice": 1788.977,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 5
        },
        {
          "entryTs": 1639710120,
          "entryUtc": "2021-12-17T03:02:00.000Z",
          "exitTs": 1639720500,
          "dir": -1,
          "entryPrice": 1802.478,
          "exitPrice": 1804.852,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 173
        },
        {
          "entryTs": 1639748640,
          "entryUtc": "2021-12-17T13:44:00.000Z",
          "exitTs": 1639749180,
          "dir": 1,
          "entryPrice": 1809.399,
          "exitPrice": 1806.837,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 9
        },
        {
          "entryTs": 1639990800,
          "entryUtc": "2021-12-20T09:00:00.000Z",
          "exitTs": 1639996260,
          "dir": -1,
          "entryPrice": 1801.658,
          "exitPrice": 1797.983,
          "stopDistance": 1.838,
          "outcome": "target",
          "netR": 1.7987,
          "holdMinutes": 91
        },
        {
          "entryTs": 1640002740,
          "entryUtc": "2021-12-20T12:19:00.000Z",
          "exitTs": 1640006700,
          "dir": -1,
          "entryPrice": 1797.508,
          "exitPrice": 1799.742,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 66
        },
        {
          "entryTs": 1640007420,
          "entryUtc": "2021-12-20T13:37:00.000Z",
          "exitTs": 1640012340,
          "dir": -1,
          "entryPrice": 1797.468,
          "exitPrice": 1791.699,
          "stopDistance": 2.885,
          "outcome": "target",
          "netR": 1.8717,
          "holdMinutes": 82
        },
        {
          "entryTs": 1640037420,
          "entryUtc": "2021-12-20T21:57:00.000Z",
          "exitTs": 1640064780,
          "dir": -1,
          "entryPrice": 1790.308,
          "exitPrice": 1792.858,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 456
        },
        {
          "entryTs": 1640094120,
          "entryUtc": "2021-12-21T13:42:00.000Z",
          "exitTs": 1640096220,
          "dir": 1,
          "entryPrice": 1796.568,
          "exitPrice": 1794.471,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2003,
          "holdMinutes": 35
        },
        {
          "entryTs": 1640183520,
          "entryUtc": "2021-12-22T14:32:00.000Z",
          "exitTs": 1640184420,
          "dir": 1,
          "entryPrice": 1792.958,
          "exitPrice": 1790.73,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 15
        },
        {
          "entryTs": 1640186820,
          "entryUtc": "2021-12-22T15:27:00.000Z",
          "exitTs": 1640188740,
          "dir": -1,
          "entryPrice": 1793.255,
          "exitPrice": 1795.649,
          "stopDistance": 2.394,
          "outcome": "stop",
          "netR": -1.1754,
          "holdMinutes": 32
        },
        {
          "entryTs": 1640242320,
          "entryUtc": "2021-12-23T06:52:00.000Z",
          "exitTs": 1640266020,
          "dir": -1,
          "entryPrice": 1806.168,
          "exitPrice": 1807.919,
          "stopDistance": 1.751,
          "outcome": "stop",
          "netR": -1.2398,
          "holdMinutes": 395
        },
        {
          "entryTs": 1640269380,
          "entryUtc": "2021-12-23T14:23:00.000Z",
          "exitTs": 1640270040,
          "dir": -1,
          "entryPrice": 1807.078,
          "exitPrice": 1802.451,
          "stopDistance": 2.314,
          "outcome": "target",
          "netR": 1.8401,
          "holdMinutes": 11
        },
        {
          "entryTs": 1640272140,
          "entryUtc": "2021-12-23T15:09:00.000Z",
          "exitTs": 1640280360,
          "dir": -1,
          "entryPrice": 1805.695,
          "exitPrice": 1808.607,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 137
        },
        {
          "entryTs": 1640606700,
          "entryUtc": "2021-12-27T12:05:00.000Z",
          "exitTs": 1640611620,
          "dir": 1,
          "entryPrice": 1805.638,
          "exitPrice": 1803.897,
          "stopDistance": 1.741,
          "outcome": "stop",
          "netR": -1.2413,
          "holdMinutes": 82
        },
        {
          "entryTs": 1640625360,
          "entryUtc": "2021-12-27T17:16:00.000Z",
          "exitTs": 1640673300,
          "dir": 1,
          "entryPrice": 1808.678,
          "exitPrice": 1813.915,
          "stopDistance": 2.619,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 799
        },
        {
          "entryTs": 1640700300,
          "entryUtc": "2021-12-28T14:05:00.000Z",
          "exitTs": 1640700420,
          "dir": 1,
          "entryPrice": 1816.388,
          "exitPrice": 1814.342,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 2
        },
        {
          "entryTs": 1640746140,
          "entryUtc": "2021-12-29T02:49:00.000Z",
          "exitTs": 1640765580,
          "dir": -1,
          "entryPrice": 1806.268,
          "exitPrice": 1802.265,
          "stopDistance": 2.002,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 324
        },
        {
          "entryTs": 1640787420,
          "entryUtc": "2021-12-29T14:17:00.000Z",
          "exitTs": 1640788500,
          "dir": -1,
          "entryPrice": 1791.438,
          "exitPrice": 1794.599,
          "stopDistance": 3.161,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 18
        },
        {
          "entryTs": 1640847000,
          "entryUtc": "2021-12-30T06:50:00.000Z",
          "exitTs": 1640848920,
          "dir": 1,
          "entryPrice": 1798.175,
          "exitPrice": 1796.509,
          "stopDistance": 1.666,
          "outcome": "stop",
          "netR": -1.2521,
          "holdMinutes": 32
        },
        {
          "entryTs": 1640872620,
          "entryUtc": "2021-12-30T13:57:00.000Z",
          "exitTs": 1640874720,
          "dir": -1,
          "entryPrice": 1803.515,
          "exitPrice": 1805.506,
          "stopDistance": 1.991,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 35
        },
        {
          "entryTs": 1640936460,
          "entryUtc": "2021-12-31T07:41:00.000Z",
          "exitTs": 1640937360,
          "dir": 1,
          "entryPrice": 1818.138,
          "exitPrice": 1816.58,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2696,
          "holdMinutes": 15
        },
        {
          "entryTs": 1640941380,
          "entryUtc": "2021-12-31T09:03:00.000Z",
          "exitTs": 1640956200,
          "dir": -1,
          "entryPrice": 1819.348,
          "exitPrice": 1821.018,
          "stopDistance": 1.67,
          "outcome": "stop",
          "netR": -1.2514,
          "holdMinutes": 247
        },
        {
          "entryTs": 1640959260,
          "entryUtc": "2021-12-31T14:01:00.000Z",
          "exitTs": 1640975340,
          "dir": -1,
          "entryPrice": 1824.998,
          "exitPrice": 1827.54,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 268
        },
        {
          "entryTs": 1641201240,
          "entryUtc": "2022-01-03T09:14:00.000Z",
          "exitTs": 1641204000,
          "dir": -1,
          "entryPrice": 1824.688,
          "exitPrice": 1826.787,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 46
        },
        {
          "entryTs": 1641244560,
          "entryUtc": "2022-01-03T21:16:00.000Z",
          "exitTs": 1641258000,
          "dir": -1,
          "entryPrice": 1802.124,
          "exitPrice": 1804.959,
          "stopDistance": 2.835,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 224
        },
        {
          "entryTs": 1641280860,
          "entryUtc": "2022-01-04T07:21:00.000Z",
          "exitTs": 1641282060,
          "dir": -1,
          "entryPrice": 1805.348,
          "exitPrice": 1807.136,
          "stopDistance": 1.788,
          "outcome": "stop",
          "netR": -1.2349,
          "holdMinutes": 20
        },
        {
          "entryTs": 1641302220,
          "entryUtc": "2022-01-04T13:17:00.000Z",
          "exitTs": 1641304320,
          "dir": -1,
          "entryPrice": 1803.188,
          "exitPrice": 1805.821,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 35
        },
        {
          "entryTs": 1641308820,
          "entryUtc": "2022-01-04T15:07:00.000Z",
          "exitTs": 1641310920,
          "dir": 1,
          "entryPrice": 1808.258,
          "exitPrice": 1815.792,
          "stopDistance": 3.767,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 35
        },
        {
          "entryTs": 1641362100,
          "entryUtc": "2022-01-05T05:55:00.000Z",
          "exitTs": 1641363540,
          "dir": -1,
          "entryPrice": 1815.368,
          "exitPrice": 1816.806,
          "stopDistance": 1.438,
          "outcome": "stop",
          "netR": -1.2921,
          "holdMinutes": 24
        },
        {
          "entryTs": 1641367260,
          "entryUtc": "2022-01-05T07:21:00.000Z",
          "exitTs": 1641369060,
          "dir": 1,
          "entryPrice": 1814.798,
          "exitPrice": 1812.933,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 30
        },
        {
          "entryTs": 1641370500,
          "entryUtc": "2022-01-05T08:15:00.000Z",
          "exitTs": 1641374580,
          "dir": -1,
          "entryPrice": 1816.058,
          "exitPrice": 1817.65,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2639,
          "holdMinutes": 68
        },
        {
          "entryTs": 1641447480,
          "entryUtc": "2022-01-06T05:38:00.000Z",
          "exitTs": 1641448140,
          "dir": 1,
          "entryPrice": 1805.408,
          "exitPrice": 1803.274,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 11
        },
        {
          "entryTs": 1641452940,
          "entryUtc": "2022-01-06T07:09:00.000Z",
          "exitTs": 1641457620,
          "dir": -1,
          "entryPrice": 1802.658,
          "exitPrice": 1797.605,
          "stopDistance": 2.527,
          "outcome": "target",
          "netR": 1.8536,
          "holdMinutes": 78
        },
        {
          "entryTs": 1641472500,
          "entryUtc": "2022-01-06T12:35:00.000Z",
          "exitTs": 1641473700,
          "dir": 1,
          "entryPrice": 1797.658,
          "exitPrice": 1793.908,
          "stopDistance": 3.75,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 20
        },
        {
          "entryTs": 1641541080,
          "entryUtc": "2022-01-07T07:38:00.000Z",
          "exitTs": 1641541620,
          "dir": 1,
          "entryPrice": 1789.998,
          "exitPrice": 1788.227,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641544140,
          "entryUtc": "2022-01-07T08:29:00.000Z",
          "exitTs": 1641547980,
          "dir": -1,
          "entryPrice": 1789.218,
          "exitPrice": 1791.216,
          "stopDistance": 1.998,
          "outcome": "stop",
          "netR": -1.2102,
          "holdMinutes": 64
        },
        {
          "entryTs": 1641562200,
          "entryUtc": "2022-01-07T13:30:00.000Z",
          "exitTs": 1641562260,
          "dir": -1,
          "entryPrice": 1792.335,
          "exitPrice": 1794.77,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 1
        },
        {
          "entryTs": 1641566040,
          "entryUtc": "2022-01-07T14:34:00.000Z",
          "exitTs": 1641769200,
          "dir": 1,
          "entryPrice": 1790.205,
          "exitPrice": 1794.458,
          "stopDistance": 4.477,
          "outcome": "time",
          "netR": 0.8672,
          "holdMinutes": 3386
        },
        {
          "entryTs": 1641775140,
          "entryUtc": "2022-01-10T00:39:00.000Z",
          "exitTs": 1641805680,
          "dir": -1,
          "entryPrice": 1794.548,
          "exitPrice": 1797.277,
          "stopDistance": 2.729,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 509
        },
        {
          "entryTs": 1641816960,
          "entryUtc": "2022-01-10T12:16:00.000Z",
          "exitTs": 1641818760,
          "dir": 1,
          "entryPrice": 1797.285,
          "exitPrice": 1794.802,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 30
        },
        {
          "entryTs": 1641829920,
          "entryUtc": "2022-01-10T15:52:00.000Z",
          "exitTs": 1641836460,
          "dir": 1,
          "entryPrice": 1791.855,
          "exitPrice": 1799.129,
          "stopDistance": 3.637,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 109
        },
        {
          "entryTs": 1641885060,
          "entryUtc": "2022-01-11T07:11:00.000Z",
          "exitTs": 1641897000,
          "dir": -1,
          "entryPrice": 1809.178,
          "exitPrice": 1805.324,
          "stopDistance": 1.927,
          "outcome": "target",
          "netR": 1.808,
          "holdMinutes": 199
        },
        {
          "entryTs": 1641913320,
          "entryUtc": "2022-01-11T15:02:00.000Z",
          "exitTs": 1641916680,
          "dir": -1,
          "entryPrice": 1807.278,
          "exitPrice": 1809.865,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 56
        },
        {
          "entryTs": 1641996720,
          "entryUtc": "2022-01-12T14:12:00.000Z",
          "exitTs": 1642007100,
          "dir": 1,
          "entryPrice": 1818.998,
          "exitPrice": 1824.826,
          "stopDistance": 2.914,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 173
        },
        {
          "entryTs": 1642053420,
          "entryUtc": "2022-01-13T05:57:00.000Z",
          "exitTs": 1642056060,
          "dir": 1,
          "entryPrice": 1826.764,
          "exitPrice": 1825.227,
          "stopDistance": 1.537,
          "outcome": "stop",
          "netR": -1.2732,
          "holdMinutes": 44
        },
        {
          "entryTs": 1642058460,
          "entryUtc": "2022-01-13T07:21:00.000Z",
          "exitTs": 1642059240,
          "dir": -1,
          "entryPrice": 1824.688,
          "exitPrice": 1826.514,
          "stopDistance": 1.826,
          "outcome": "stop",
          "netR": -1.23,
          "holdMinutes": 13
        },
        {
          "entryTs": 1642062300,
          "entryUtc": "2022-01-13T08:25:00.000Z",
          "exitTs": 1642062780,
          "dir": 1,
          "entryPrice": 1825.048,
          "exitPrice": 1823.141,
          "stopDistance": 1.907,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 8
        },
        {
          "entryTs": 1642148640,
          "entryUtc": "2022-01-14T08:24:00.000Z",
          "exitTs": 1642150620,
          "dir": 1,
          "entryPrice": 1827.528,
          "exitPrice": 1825.578,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2154,
          "holdMinutes": 33
        },
        {
          "entryTs": 1642172400,
          "entryUtc": "2022-01-14T15:00:00.000Z",
          "exitTs": 1642177560,
          "dir": -1,
          "entryPrice": 1825.338,
          "exitPrice": 1818.205,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 86
        },
        {
          "entryTs": 1642476780,
          "entryUtc": "2022-01-18T03:33:00.000Z",
          "exitTs": 1642476960,
          "dir": 1,
          "entryPrice": 1819.788,
          "exitPrice": 1818.338,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2898,
          "holdMinutes": 3
        },
        {
          "entryTs": 1642479480,
          "entryUtc": "2022-01-18T04:18:00.000Z",
          "exitTs": 1642490040,
          "dir": 1,
          "entryPrice": 1816.448,
          "exitPrice": 1814.457,
          "stopDistance": 1.991,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 176
        },
        {
          "entryTs": 1642491600,
          "entryUtc": "2022-01-18T07:40:00.000Z",
          "exitTs": 1642496400,
          "dir": -1,
          "entryPrice": 1816.498,
          "exitPrice": 1811.826,
          "stopDistance": 2.336,
          "outcome": "target",
          "netR": 1.8416,
          "holdMinutes": 80
        },
        {
          "entryTs": 1642510800,
          "entryUtc": "2022-01-18T13:00:00.000Z",
          "exitTs": 1642511340,
          "dir": 1,
          "entryPrice": 1814.558,
          "exitPrice": 1811.713,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 9
        },
        {
          "entryTs": 1642511400,
          "entryUtc": "2022-01-18T13:10:00.000Z",
          "exitTs": 1642511520,
          "dir": 1,
          "entryPrice": 1811.288,
          "exitPrice": 1808.5,
          "stopDistance": 2.788,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 2
        },
        {
          "entryTs": 1642512720,
          "entryUtc": "2022-01-18T13:32:00.000Z",
          "exitTs": 1642512780,
          "dir": -1,
          "entryPrice": 1813.058,
          "exitPrice": 1816.525,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 1
        },
        {
          "entryTs": 1642518240,
          "entryUtc": "2022-01-18T15:04:00.000Z",
          "exitTs": 1642523100,
          "dir": 1,
          "entryPrice": 1816.358,
          "exitPrice": 1811.067,
          "stopDistance": 5.291,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 81
        },
        {
          "entryTs": 1642575600,
          "entryUtc": "2022-01-19T07:00:00.000Z",
          "exitTs": 1642578300,
          "dir": 1,
          "entryPrice": 1813.868,
          "exitPrice": 1812.093,
          "stopDistance": 1.775,
          "outcome": "stop",
          "netR": -1.2366,
          "holdMinutes": 45
        },
        {
          "entryTs": 1642580400,
          "entryUtc": "2022-01-19T08:20:00.000Z",
          "exitTs": 1642584780,
          "dir": 1,
          "entryPrice": 1812.488,
          "exitPrice": 1816.636,
          "stopDistance": 2.074,
          "outcome": "target",
          "netR": 1.8216,
          "holdMinutes": 73
        },
        {
          "entryTs": 1642594740,
          "entryUtc": "2022-01-19T12:19:00.000Z",
          "exitTs": 1642598400,
          "dir": -1,
          "entryPrice": 1818.904,
          "exitPrice": 1821.155,
          "stopDistance": 2.251,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 61
        },
        {
          "entryTs": 1642645080,
          "entryUtc": "2022-01-20T02:18:00.000Z",
          "exitTs": 1642651560,
          "dir": 1,
          "entryPrice": 1841.028,
          "exitPrice": 1838.708,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 108
        },
        {
          "entryTs": 1642667700,
          "entryUtc": "2022-01-20T08:35:00.000Z",
          "exitTs": 1642672200,
          "dir": 1,
          "entryPrice": 1839.858,
          "exitPrice": 1837.573,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 75
        },
        {
          "entryTs": 1642681320,
          "entryUtc": "2022-01-20T12:22:00.000Z",
          "exitTs": 1642684860,
          "dir": 1,
          "entryPrice": 1837.249,
          "exitPrice": 1841.471,
          "stopDistance": 2.111,
          "outcome": "target",
          "netR": 1.8247,
          "holdMinutes": 59
        },
        {
          "entryTs": 1642695720,
          "entryUtc": "2022-01-20T16:22:00.000Z",
          "exitTs": 1642711680,
          "dir": 1,
          "entryPrice": 1840.258,
          "exitPrice": 1837.669,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 266
        },
        {
          "entryTs": 1643010240,
          "entryUtc": "2022-01-24T07:44:00.000Z",
          "exitTs": 1643015400,
          "dir": 1,
          "entryPrice": 1837.474,
          "exitPrice": 1841.629,
          "stopDistance": 2.078,
          "outcome": "target",
          "netR": 1.8219,
          "holdMinutes": 86
        },
        {
          "entryTs": 1643018520,
          "entryUtc": "2022-01-24T10:02:00.000Z",
          "exitTs": 1643020440,
          "dir": 1,
          "entryPrice": 1840.854,
          "exitPrice": 1838.302,
          "stopDistance": 2.552,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 32
        },
        {
          "entryTs": 1643030160,
          "entryUtc": "2022-01-24T13:16:00.000Z",
          "exitTs": 1643031900,
          "dir": -1,
          "entryPrice": 1841.098,
          "exitPrice": 1835.908,
          "stopDistance": 2.595,
          "outcome": "target",
          "netR": 1.8574,
          "holdMinutes": 29
        },
        {
          "entryTs": 1643033460,
          "entryUtc": "2022-01-24T14:11:00.000Z",
          "exitTs": 1643035020,
          "dir": -1,
          "entryPrice": 1840.288,
          "exitPrice": 1833.593,
          "stopDistance": 3.348,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 26
        },
        {
          "entryTs": 1643099640,
          "entryUtc": "2022-01-25T08:34:00.000Z",
          "exitTs": 1643106600,
          "dir": -1,
          "entryPrice": 1840.698,
          "exitPrice": 1836.378,
          "stopDistance": 2.16,
          "outcome": "target",
          "netR": 1.8287,
          "holdMinutes": 116
        },
        {
          "entryTs": 1643116800,
          "entryUtc": "2022-01-25T13:20:00.000Z",
          "exitTs": 1643116980,
          "dir": -1,
          "entryPrice": 1839.518,
          "exitPrice": 1842.172,
          "stopDistance": 2.654,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 3
        },
        {
          "entryTs": 1643199180,
          "entryUtc": "2022-01-26T12:13:00.000Z",
          "exitTs": 1643201040,
          "dir": -1,
          "entryPrice": 1844.488,
          "exitPrice": 1846.616,
          "stopDistance": 2.128,
          "outcome": "stop",
          "netR": -1.1974,
          "holdMinutes": 31
        },
        {
          "entryTs": 1643203260,
          "entryUtc": "2022-01-26T13:21:00.000Z",
          "exitTs": 1643205840,
          "dir": -1,
          "entryPrice": 1846.628,
          "exitPrice": 1842.098,
          "stopDistance": 2.265,
          "outcome": "target",
          "netR": 1.8367,
          "holdMinutes": 43
        },
        {
          "entryTs": 1643224560,
          "entryUtc": "2022-01-26T19:16:00.000Z",
          "exitTs": 1643225520,
          "dir": 1,
          "entryPrice": 1831.538,
          "exitPrice": 1827.356,
          "stopDistance": 4.182,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 16
        },
        {
          "entryTs": 1643269140,
          "entryUtc": "2022-01-27T07:39:00.000Z",
          "exitTs": 1643283660,
          "dir": 1,
          "entryPrice": 1811.218,
          "exitPrice": 1808.107,
          "stopDistance": 3.111,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 242
        },
        {
          "entryTs": 1643286900,
          "entryUtc": "2022-01-27T12:35:00.000Z",
          "exitTs": 1643287500,
          "dir": 1,
          "entryPrice": 1810.278,
          "exitPrice": 1806.944,
          "stopDistance": 3.334,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643297160,
          "entryUtc": "2022-01-27T15:26:00.000Z",
          "exitTs": 1643297700,
          "dir": 1,
          "entryPrice": 1801.514,
          "exitPrice": 1795.839,
          "stopDistance": 5.675,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 9
        },
        {
          "entryTs": 1643375400,
          "entryUtc": "2022-01-28T13:10:00.000Z",
          "exitTs": 1643375700,
          "dir": -1,
          "entryPrice": 1788.268,
          "exitPrice": 1791.751,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 5
        },
        {
          "entryTs": 1643376060,
          "entryUtc": "2022-01-28T13:21:00.000Z",
          "exitTs": 1643377860,
          "dir": 1,
          "entryPrice": 1788.445,
          "exitPrice": 1784.558,
          "stopDistance": 3.886,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 30
        },
        {
          "entryTs": 1643612640,
          "entryUtc": "2022-01-31T07:04:00.000Z",
          "exitTs": 1643617740,
          "dir": 1,
          "entryPrice": 1787.588,
          "exitPrice": 1791.533,
          "stopDistance": 1.973,
          "outcome": "target",
          "netR": 1.8124,
          "holdMinutes": 85
        },
        {
          "entryTs": 1643623020,
          "entryUtc": "2022-01-31T09:57:00.000Z",
          "exitTs": 1643636820,
          "dir": 1,
          "entryPrice": 1788.788,
          "exitPrice": 1793.675,
          "stopDistance": 2.443,
          "outcome": "target",
          "netR": 1.8486,
          "holdMinutes": 230
        },
        {
          "entryTs": 1643642640,
          "entryUtc": "2022-01-31T15:24:00.000Z",
          "exitTs": 1643692320,
          "dir": -1,
          "entryPrice": 1796.765,
          "exitPrice": 1800.537,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 828
        },
        {
          "entryTs": 1643722380,
          "entryUtc": "2022-02-01T13:33:00.000Z",
          "exitTs": 1643727660,
          "dir": -1,
          "entryPrice": 1804.478,
          "exitPrice": 1798.477,
          "stopDistance": 3,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 88
        },
        {
          "entryTs": 1643729820,
          "entryUtc": "2022-02-01T15:37:00.000Z",
          "exitTs": 1643772780,
          "dir": -1,
          "entryPrice": 1804.338,
          "exitPrice": 1797.292,
          "stopDistance": 3.523,
          "outcome": "target",
          "netR": 1.895,
          "holdMinutes": 716
        },
        {
          "entryTs": 1643784480,
          "entryUtc": "2022-02-02T06:48:00.000Z",
          "exitTs": 1643787660,
          "dir": -1,
          "entryPrice": 1797.528,
          "exitPrice": 1794.468,
          "stopDistance": 1.53,
          "outcome": "target",
          "netR": 1.7581,
          "holdMinutes": 53
        },
        {
          "entryTs": 1643807700,
          "entryUtc": "2022-02-02T13:15:00.000Z",
          "exitTs": 1643807700,
          "dir": -1,
          "entryPrice": 1803.978,
          "exitPrice": 1806.148,
          "stopDistance": 2.17,
          "outcome": "stop",
          "netR": -1.1936,
          "holdMinutes": 0
        },
        {
          "entryTs": 1643809500,
          "entryUtc": "2022-02-02T13:45:00.000Z",
          "exitTs": 1643814000,
          "dir": -1,
          "entryPrice": 1802.915,
          "exitPrice": 1805.696,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 75
        },
        {
          "entryTs": 1643868900,
          "entryUtc": "2022-02-03T06:15:00.000Z",
          "exitTs": 1643883960,
          "dir": -1,
          "entryPrice": 1805.538,
          "exitPrice": 1802.551,
          "stopDistance": 1.493,
          "outcome": "target",
          "netR": 1.7522,
          "holdMinutes": 251
        },
        {
          "entryTs": 1643952180,
          "entryUtc": "2022-02-04T05:23:00.000Z",
          "exitTs": 1643958360,
          "dir": -1,
          "entryPrice": 1807.188,
          "exitPrice": 1808.692,
          "stopDistance": 1.504,
          "outcome": "stop",
          "netR": -1.2792,
          "holdMinutes": 103
        },
        {
          "entryTs": 1643965200,
          "entryUtc": "2022-02-04T09:00:00.000Z",
          "exitTs": 1643968500,
          "dir": -1,
          "entryPrice": 1808.668,
          "exitPrice": 1810.502,
          "stopDistance": 1.834,
          "outcome": "stop",
          "netR": -1.229,
          "holdMinutes": 55
        },
        {
          "entryTs": 1643975220,
          "entryUtc": "2022-02-04T11:47:00.000Z",
          "exitTs": 1643980200,
          "dir": 1,
          "entryPrice": 1809.805,
          "exitPrice": 1813.645,
          "stopDistance": 1.92,
          "outcome": "target",
          "netR": 1.8073,
          "holdMinutes": 83
        },
        {
          "entryTs": 1643981400,
          "entryUtc": "2022-02-04T13:30:00.000Z",
          "exitTs": 1643981400,
          "dir": 1,
          "entryPrice": 1811.545,
          "exitPrice": 1809.24,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 0
        },
        {
          "entryTs": 1643986380,
          "entryUtc": "2022-02-04T14:53:00.000Z",
          "exitTs": 1644188400,
          "dir": 1,
          "entryPrice": 1803.258,
          "exitPrice": 1807.648,
          "stopDistance": 5.849,
          "outcome": "time",
          "netR": 0.6872,
          "holdMinutes": 3367
        },
        {
          "entryTs": 1644221820,
          "entryUtc": "2022-02-07T08:17:00.000Z",
          "exitTs": 1644238980,
          "dir": 1,
          "entryPrice": 1810.998,
          "exitPrice": 1814.728,
          "stopDistance": 1.865,
          "outcome": "target",
          "netR": 1.8016,
          "holdMinutes": 286
        },
        {
          "entryTs": 1644242040,
          "entryUtc": "2022-02-07T13:54:00.000Z",
          "exitTs": 1644251580,
          "dir": 1,
          "entryPrice": 1813.488,
          "exitPrice": 1818.102,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 159
        },
        {
          "entryTs": 1644300600,
          "entryUtc": "2022-02-08T06:10:00.000Z",
          "exitTs": 1644304560,
          "dir": 1,
          "entryPrice": 1819.464,
          "exitPrice": 1817.908,
          "stopDistance": 1.556,
          "outcome": "stop",
          "netR": -1.2699,
          "holdMinutes": 66
        },
        {
          "entryTs": 1644331680,
          "entryUtc": "2022-02-08T14:48:00.000Z",
          "exitTs": 1644334320,
          "dir": 1,
          "entryPrice": 1822.008,
          "exitPrice": 1827.541,
          "stopDistance": 2.767,
          "outcome": "target",
          "netR": 1.8663,
          "holdMinutes": 44
        },
        {
          "entryTs": 1644386760,
          "entryUtc": "2022-02-09T06:06:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1827.808,
          "exitPrice": 1829.152,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3125,
          "holdMinutes": 414
        },
        {
          "entryTs": 1644414840,
          "entryUtc": "2022-02-09T13:54:00.000Z",
          "exitTs": 1644415380,
          "dir": 1,
          "entryPrice": 1826.914,
          "exitPrice": 1825.242,
          "stopDistance": 1.671,
          "outcome": "stop",
          "netR": -1.2513,
          "holdMinutes": 9
        },
        {
          "entryTs": 1644417960,
          "entryUtc": "2022-02-09T14:46:00.000Z",
          "exitTs": 1644425040,
          "dir": -1,
          "entryPrice": 1830.148,
          "exitPrice": 1832.641,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 118
        },
        {
          "entryTs": 1644555000,
          "entryUtc": "2022-02-11T04:50:00.000Z",
          "exitTs": 1644561600,
          "dir": 1,
          "entryPrice": 1823.998,
          "exitPrice": 1821.907,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2008,
          "holdMinutes": 110
        },
        {
          "entryTs": 1644589920,
          "entryUtc": "2022-02-11T14:32:00.000Z",
          "exitTs": 1644592500,
          "dir": -1,
          "entryPrice": 1830.424,
          "exitPrice": 1833.407,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 43
        },
        {
          "entryTs": 1644830640,
          "entryUtc": "2022-02-14T09:24:00.000Z",
          "exitTs": 1644846300,
          "dir": 1,
          "entryPrice": 1854.248,
          "exitPrice": 1860.656,
          "stopDistance": 3.204,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 261
        },
        {
          "entryTs": 1644866940,
          "entryUtc": "2022-02-14T19:29:00.000Z",
          "exitTs": 1644894180,
          "dir": 1,
          "entryPrice": 1867.654,
          "exitPrice": 1877.022,
          "stopDistance": 4.684,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 454
        },
        {
          "entryTs": 1644935520,
          "entryUtc": "2022-02-15T14:32:00.000Z",
          "exitTs": 1645022100,
          "dir": 1,
          "entryPrice": 1851.168,
          "exitPrice": 1862.754,
          "stopDistance": 5.793,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 1443
        },
        {
          "entryTs": 1645039140,
          "entryUtc": "2022-02-16T19:19:00.000Z",
          "exitTs": 1645077960,
          "dir": 1,
          "entryPrice": 1868.444,
          "exitPrice": 1876.316,
          "stopDistance": 3.936,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 647
        },
        {
          "entryTs": 1645107060,
          "entryUtc": "2022-02-17T14:11:00.000Z",
          "exitTs": 1645110420,
          "dir": 1,
          "entryPrice": 1886.658,
          "exitPrice": 1895.051,
          "stopDistance": 4.196,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 56
        },
        {
          "entryTs": 1645166220,
          "entryUtc": "2022-02-18T06:37:00.000Z",
          "exitTs": 1645180200,
          "dir": 1,
          "entryPrice": 1890.958,
          "exitPrice": 1888.36,
          "stopDistance": 2.598,
          "outcome": "stop",
          "netR": -1.1616,
          "holdMinutes": 233
        },
        {
          "entryTs": 1645404900,
          "entryUtc": "2022-02-21T00:55:00.000Z",
          "exitTs": 1645407180,
          "dir": 1,
          "entryPrice": 1897.798,
          "exitPrice": 1894.108,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 38
        },
        {
          "entryTs": 1645418940,
          "entryUtc": "2022-02-21T04:49:00.000Z",
          "exitTs": 1645433520,
          "dir": -1,
          "entryPrice": 1892.848,
          "exitPrice": 1896.745,
          "stopDistance": 3.897,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 243
        },
        {
          "entryTs": 1645447980,
          "entryUtc": "2022-02-21T12:53:00.000Z",
          "exitTs": 1645468080,
          "dir": -1,
          "entryPrice": 1896.858,
          "exitPrice": 1900.152,
          "stopDistance": 3.294,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 335
        },
        {
          "entryTs": 1645604640,
          "entryUtc": "2022-02-23T08:24:00.000Z",
          "exitTs": 1645606260,
          "dir": -1,
          "entryPrice": 1896.878,
          "exitPrice": 1892.285,
          "stopDistance": 2.296,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 27
        },
        {
          "entryTs": 1645665660,
          "entryUtc": "2022-02-24T01:21:00.000Z",
          "exitTs": 1645669560,
          "dir": -1,
          "entryPrice": 1911.668,
          "exitPrice": 1914.78,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 65
        },
        {
          "entryTs": 1646008620,
          "entryUtc": "2022-02-28T00:37:00.000Z",
          "exitTs": 1646033400,
          "dir": -1,
          "entryPrice": 1914.078,
          "exitPrice": 1895.517,
          "stopDistance": 9.281,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 413
        },
        {
          "entryTs": 1646058780,
          "entryUtc": "2022-02-28T14:33:00.000Z",
          "exitTs": 1646064420,
          "dir": 1,
          "entryPrice": 1910.598,
          "exitPrice": 1905.006,
          "stopDistance": 5.592,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 94
        },
        {
          "entryTs": 1646288100,
          "entryUtc": "2022-03-03T06:15:00.000Z",
          "exitTs": 1646293260,
          "dir": -1,
          "entryPrice": 1926.478,
          "exitPrice": 1929.699,
          "stopDistance": 3.221,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 86
        },
        {
          "entryTs": 1646298360,
          "entryUtc": "2022-03-03T09:06:00.000Z",
          "exitTs": 1646299740,
          "dir": 1,
          "entryPrice": 1927.897,
          "exitPrice": 1924.188,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 23
        },
        {
          "entryTs": 1646313480,
          "entryUtc": "2022-03-03T13:18:00.000Z",
          "exitTs": 1646315820,
          "dir": -1,
          "entryPrice": 1934.05,
          "exitPrice": 1924.63,
          "stopDistance": 4.71,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 39
        },
        {
          "entryTs": 1646358600,
          "entryUtc": "2022-03-04T01:50:00.000Z",
          "exitTs": 1646358720,
          "dir": 1,
          "entryPrice": 1936.427,
          "exitPrice": 1932.626,
          "stopDistance": 3.801,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 2
        },
        {
          "entryTs": 1646362380,
          "entryUtc": "2022-03-04T02:53:00.000Z",
          "exitTs": 1646387400,
          "dir": -1,
          "entryPrice": 1939.478,
          "exitPrice": 1945.564,
          "stopDistance": 6.086,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 417
        },
        {
          "entryTs": 1646389020,
          "entryUtc": "2022-03-04T10:17:00.000Z",
          "exitTs": 1646391840,
          "dir": -1,
          "entryPrice": 1944.053,
          "exitPrice": 1948.701,
          "stopDistance": 4.648,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 47
        },
        {
          "entryTs": 1646619060,
          "entryUtc": "2022-03-07T02:11:00.000Z",
          "exitTs": 1646623980,
          "dir": 1,
          "entryPrice": 1992.12,
          "exitPrice": 1984.93,
          "stopDistance": 7.19,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 82
        },
        {
          "entryTs": 1646662020,
          "entryUtc": "2022-03-07T14:07:00.000Z",
          "exitTs": 1646677980,
          "dir": 1,
          "entryPrice": 1973.468,
          "exitPrice": 1993.966,
          "stopDistance": 10.249,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 266
        },
        {
          "entryTs": 1646755860,
          "entryUtc": "2022-03-08T16:11:00.000Z",
          "exitTs": 1646760780,
          "dir": -1,
          "entryPrice": 2056.712,
          "exitPrice": 2026.339,
          "stopDistance": 15.186,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 82
        },
        {
          "entryTs": 1646902800,
          "entryUtc": "2022-03-10T09:00:00.000Z",
          "exitTs": 1646907120,
          "dir": 1,
          "entryPrice": 1979.318,
          "exitPrice": 1992.443,
          "stopDistance": 6.562,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 72
        },
        {
          "entryTs": 1646921700,
          "entryUtc": "2022-03-10T14:15:00.000Z",
          "exitTs": 1646925480,
          "dir": -1,
          "entryPrice": 2002.218,
          "exitPrice": 1982.381,
          "stopDistance": 9.919,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 63
        },
        {
          "entryTs": 1646934180,
          "entryUtc": "2022-03-10T17:43:00.000Z",
          "exitTs": 1646977020,
          "dir": -1,
          "entryPrice": 2001.748,
          "exitPrice": 1981.588,
          "stopDistance": 10.08,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 714
        },
        {
          "entryTs": 1647003480,
          "entryUtc": "2022-03-11T12:58:00.000Z",
          "exitTs": 1647014400,
          "dir": -1,
          "entryPrice": 1973.582,
          "exitPrice": 1982.725,
          "stopDistance": 9.143,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 182
        },
        {
          "entryTs": 1647215220,
          "entryUtc": "2022-03-13T23:47:00.000Z",
          "exitTs": 1647248520,
          "dir": 1,
          "entryPrice": 1973.248,
          "exitPrice": 1965.048,
          "stopDistance": 8.2,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 555
        },
        {
          "entryTs": 1647254100,
          "entryUtc": "2022-03-14T10:35:00.000Z",
          "exitTs": 1647266100,
          "dir": -1,
          "entryPrice": 1963.651,
          "exitPrice": 1952.455,
          "stopDistance": 5.598,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 200
        },
        {
          "entryTs": 1647306540,
          "entryUtc": "2022-03-15T01:09:00.000Z",
          "exitTs": 1647308700,
          "dir": -1,
          "entryPrice": 1950.238,
          "exitPrice": 1941.043,
          "stopDistance": 4.598,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 36
        },
        {
          "entryTs": 1647336360,
          "entryUtc": "2022-03-15T09:26:00.000Z",
          "exitTs": 1647341880,
          "dir": 1,
          "entryPrice": 1929.158,
          "exitPrice": 1922.847,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 92
        },
        {
          "entryTs": 1647346800,
          "entryUtc": "2022-03-15T12:20:00.000Z",
          "exitTs": 1647350340,
          "dir": -1,
          "entryPrice": 1928.558,
          "exitPrice": 1915.553,
          "stopDistance": 6.502,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 59
        },
        {
          "entryTs": 1647353040,
          "entryUtc": "2022-03-15T14:04:00.000Z",
          "exitTs": 1647353580,
          "dir": 1,
          "entryPrice": 1918.743,
          "exitPrice": 1910.844,
          "stopDistance": 7.899,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 9
        },
        {
          "entryTs": 1647411300,
          "entryUtc": "2022-03-16T06:15:00.000Z",
          "exitTs": 1647412500,
          "dir": 1,
          "entryPrice": 1916.988,
          "exitPrice": 1913.786,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 20
        },
        {
          "entryTs": 1647416460,
          "entryUtc": "2022-03-16T07:41:00.000Z",
          "exitTs": 1647423480,
          "dir": 1,
          "entryPrice": 1914.878,
          "exitPrice": 1922.183,
          "stopDistance": 3.652,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 117
        },
        {
          "entryTs": 1647442380,
          "entryUtc": "2022-03-16T14:53:00.000Z",
          "exitTs": 1647453600,
          "dir": 1,
          "entryPrice": 1911.348,
          "exitPrice": 1904.101,
          "stopDistance": 7.247,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 187
        },
        {
          "entryTs": 1647512460,
          "entryUtc": "2022-03-17T10:21:00.000Z",
          "exitTs": 1647519720,
          "dir": 1,
          "entryPrice": 1942.193,
          "exitPrice": 1937.417,
          "stopDistance": 4.776,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 121
        },
        {
          "entryTs": 1647580320,
          "entryUtc": "2022-03-18T05:12:00.000Z",
          "exitTs": 1647609660,
          "dir": 1,
          "entryPrice": 1932.398,
          "exitPrice": 1928.085,
          "stopDistance": 4.313,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 489
        },
        {
          "entryTs": 1647611100,
          "entryUtc": "2022-03-18T13:45:00.000Z",
          "exitTs": 1647629160,
          "dir": 1,
          "entryPrice": 1932.318,
          "exitPrice": 1925.714,
          "stopDistance": 6.604,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 301
        },
        {
          "entryTs": 1647814500,
          "entryUtc": "2022-03-20T22:15:00.000Z",
          "exitTs": 1647825840,
          "dir": -1,
          "entryPrice": 1919.363,
          "exitPrice": 1924.357,
          "stopDistance": 4.994,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 189
        },
        {
          "entryTs": 1647858660,
          "entryUtc": "2022-03-21T10:31:00.000Z",
          "exitTs": 1647869280,
          "dir": 1,
          "entryPrice": 1923.098,
          "exitPrice": 1919.887,
          "stopDistance": 3.211,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 177
        },
        {
          "entryTs": 1647938760,
          "entryUtc": "2022-03-22T08:46:00.000Z",
          "exitTs": 1647953340,
          "dir": -1,
          "entryPrice": 1926.738,
          "exitPrice": 1930.517,
          "stopDistance": 3.779,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 243
        },
        {
          "entryTs": 1647966000,
          "entryUtc": "2022-03-22T16:20:00.000Z",
          "exitTs": 1648027620,
          "dir": -1,
          "entryPrice": 1921.518,
          "exitPrice": 1927.205,
          "stopDistance": 5.687,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 1027
        },
        {
          "entryTs": 1648046820,
          "entryUtc": "2022-03-23T14:47:00.000Z",
          "exitTs": 1648058820,
          "dir": -1,
          "entryPrice": 1933.933,
          "exitPrice": 1938.503,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 200
        },
        {
          "entryTs": 1648083480,
          "entryUtc": "2022-03-24T00:58:00.000Z",
          "exitTs": 1648084980,
          "dir": 1,
          "entryPrice": 1945.919,
          "exitPrice": 1942.985,
          "stopDistance": 2.934,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 25
        },
        {
          "entryTs": 1648103940,
          "entryUtc": "2022-03-24T06:39:00.000Z",
          "exitTs": 1648109520,
          "dir": 1,
          "entryPrice": 1939.168,
          "exitPrice": 1945.46,
          "stopDistance": 3.146,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 93
        },
        {
          "entryTs": 1648124700,
          "entryUtc": "2022-03-24T12:25:00.000Z",
          "exitTs": 1648128480,
          "dir": 1,
          "entryPrice": 1946.098,
          "exitPrice": 1954.207,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9087,
          "holdMinutes": 63
        },
        {
          "entryTs": 1648129860,
          "entryUtc": "2022-03-24T13:51:00.000Z",
          "exitTs": 1648132200,
          "dir": 1,
          "entryPrice": 1949.128,
          "exitPrice": 1960.664,
          "stopDistance": 5.768,
          "outcome": "target",
          "netR": 1.9359,
          "holdMinutes": 39
        },
        {
          "entryTs": 1648196100,
          "entryUtc": "2022-03-25T08:15:00.000Z",
          "exitTs": 1648204920,
          "dir": -1,
          "entryPrice": 1958.132,
          "exitPrice": 1952.598,
          "stopDistance": 2.767,
          "outcome": "target",
          "netR": 1.8663,
          "holdMinutes": 147
        },
        {
          "entryTs": 1648217460,
          "entryUtc": "2022-03-25T14:11:00.000Z",
          "exitTs": 1648221720,
          "dir": -1,
          "entryPrice": 1953.353,
          "exitPrice": 1957.789,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 71
        },
        {
          "entryTs": 1648466820,
          "entryUtc": "2022-03-28T11:27:00.000Z",
          "exitTs": 1648469760,
          "dir": 1,
          "entryPrice": 1930.235,
          "exitPrice": 1939.837,
          "stopDistance": 4.801,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 49
        },
        {
          "entryTs": 1648477200,
          "entryUtc": "2022-03-28T14:20:00.000Z",
          "exitTs": 1648493520,
          "dir": -1,
          "entryPrice": 1941.198,
          "exitPrice": 1928.809,
          "stopDistance": 6.194,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 272
        },
        {
          "entryTs": 1648562460,
          "entryUtc": "2022-03-29T14:01:00.000Z",
          "exitTs": 1648571700,
          "dir": -1,
          "entryPrice": 1912.293,
          "exitPrice": 1916.67,
          "stopDistance": 4.377,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 154
        },
        {
          "entryTs": 1648613760,
          "entryUtc": "2022-03-30T04:16:00.000Z",
          "exitTs": 1648615680,
          "dir": -1,
          "entryPrice": 1923.098,
          "exitPrice": 1926.531,
          "stopDistance": 3.433,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 32
        },
        {
          "entryTs": 1648622220,
          "entryUtc": "2022-03-30T06:37:00.000Z",
          "exitTs": 1648625760,
          "dir": 1,
          "entryPrice": 1924.538,
          "exitPrice": 1921.017,
          "stopDistance": 3.521,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 59
        },
        {
          "entryTs": 1648626840,
          "entryUtc": "2022-03-30T07:54:00.000Z",
          "exitTs": 1648642380,
          "dir": -1,
          "entryPrice": 1922.743,
          "exitPrice": 1926.878,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 259
        },
        {
          "entryTs": 1648644540,
          "entryUtc": "2022-03-30T12:49:00.000Z",
          "exitTs": 1648647540,
          "dir": -1,
          "entryPrice": 1927.113,
          "exitPrice": 1931.864,
          "stopDistance": 4.751,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 50
        },
        {
          "entryTs": 1648687500,
          "entryUtc": "2022-03-31T00:45:00.000Z",
          "exitTs": 1648695660,
          "dir": -1,
          "entryPrice": 1930.208,
          "exitPrice": 1924.456,
          "stopDistance": 2.876,
          "outcome": "target",
          "netR": 1.8714,
          "holdMinutes": 136
        },
        {
          "entryTs": 1648793820,
          "entryUtc": "2022-04-01T06:17:00.000Z",
          "exitTs": 1648797120,
          "dir": -1,
          "entryPrice": 1936.258,
          "exitPrice": 1930.432,
          "stopDistance": 2.913,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 55
        },
        {
          "entryTs": 1648816260,
          "entryUtc": "2022-04-01T12:31:00.000Z",
          "exitTs": 1648818120,
          "dir": 1,
          "entryPrice": 1927.398,
          "exitPrice": 1923.171,
          "stopDistance": 4.227,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 31
        },
        {
          "entryTs": 1648840860,
          "entryUtc": "2022-04-01T19:21:00.000Z",
          "exitTs": 1649023200,
          "dir": -1,
          "entryPrice": 1924.843,
          "exitPrice": 1925.253,
          "stopDistance": 4.724,
          "outcome": "time",
          "netR": -0.1651,
          "holdMinutes": 3039
        },
        {
          "entryTs": 1649079960,
          "entryUtc": "2022-04-04T13:46:00.000Z",
          "exitTs": 1649080680,
          "dir": 1,
          "entryPrice": 1931.508,
          "exitPrice": 1926.914,
          "stopDistance": 4.594,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 12
        },
        {
          "entryTs": 1649082540,
          "entryUtc": "2022-04-04T14:29:00.000Z",
          "exitTs": 1649163960,
          "dir": -1,
          "entryPrice": 1931.408,
          "exitPrice": 1936.472,
          "stopDistance": 5.064,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 1357
        },
        {
          "entryTs": 1649167920,
          "entryUtc": "2022-04-05T14:12:00.000Z",
          "exitTs": 1649168460,
          "dir": 1,
          "entryPrice": 1935.053,
          "exitPrice": 1930.817,
          "stopDistance": 4.236,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 9
        },
        {
          "entryTs": 1649169900,
          "entryUtc": "2022-04-05T14:45:00.000Z",
          "exitTs": 1649174340,
          "dir": 1,
          "entryPrice": 1927.673,
          "exitPrice": 1924.126,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 74
        },
        {
          "entryTs": 1649191800,
          "entryUtc": "2022-04-05T20:50:00.000Z",
          "exitTs": 1649235900,
          "dir": -1,
          "entryPrice": 1923.203,
          "exitPrice": 1927.779,
          "stopDistance": 4.576,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 735
        },
        {
          "entryTs": 1649254860,
          "entryUtc": "2022-04-06T14:21:00.000Z",
          "exitTs": 1649268660,
          "dir": -1,
          "entryPrice": 1929.008,
          "exitPrice": 1917.609,
          "stopDistance": 5.699,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 230
        },
        {
          "entryTs": 1649317200,
          "entryUtc": "2022-04-07T07:40:00.000Z",
          "exitTs": 1649331900,
          "dir": 1,
          "entryPrice": 1924.988,
          "exitPrice": 1930.782,
          "stopDistance": 2.897,
          "outcome": "target",
          "netR": 1.8723,
          "holdMinutes": 245
        },
        {
          "entryTs": 1649336700,
          "entryUtc": "2022-04-07T13:05:00.000Z",
          "exitTs": 1649340180,
          "dir": -1,
          "entryPrice": 1930.518,
          "exitPrice": 1934.133,
          "stopDistance": 3.615,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 58
        },
        {
          "entryTs": 1649347260,
          "entryUtc": "2022-04-07T16:01:00.000Z",
          "exitTs": 1649425080,
          "dir": -1,
          "entryPrice": 1934.168,
          "exitPrice": 1939.133,
          "stopDistance": 4.965,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 1297
        },
        {
          "entryTs": 1649649660,
          "entryUtc": "2022-04-11T04:01:00.000Z",
          "exitTs": 1649664780,
          "dir": 1,
          "entryPrice": 1942.202,
          "exitPrice": 1948.862,
          "stopDistance": 3.33,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 252
        },
        {
          "entryTs": 1649763000,
          "entryUtc": "2022-04-12T11:30:00.000Z",
          "exitTs": 1649765340,
          "dir": -1,
          "entryPrice": 1955.088,
          "exitPrice": 1958.345,
          "stopDistance": 3.257,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 39
        },
        {
          "entryTs": 1649766600,
          "entryUtc": "2022-04-12T12:30:00.000Z",
          "exitTs": 1649766600,
          "dir": -1,
          "entryPrice": 1956.508,
          "exitPrice": 1960.762,
          "stopDistance": 4.254,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 0
        },
        {
          "entryTs": 1649774280,
          "entryUtc": "2022-04-12T14:38:00.000Z",
          "exitTs": 1649775240,
          "dir": -1,
          "entryPrice": 1969.738,
          "exitPrice": 1975.913,
          "stopDistance": 6.175,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 16
        },
        {
          "entryTs": 1649850600,
          "entryUtc": "2022-04-13T11:50:00.000Z",
          "exitTs": 1649852760,
          "dir": 1,
          "entryPrice": 1976.743,
          "exitPrice": 1973.044,
          "stopDistance": 3.699,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 36
        },
        {
          "entryTs": 1649853120,
          "entryUtc": "2022-04-13T12:32:00.000Z",
          "exitTs": 1649927100,
          "dir": -1,
          "entryPrice": 1977.933,
          "exitPrice": 1969.014,
          "stopDistance": 4.46,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 1233
        },
        {
          "entryTs": 1649941560,
          "entryUtc": "2022-04-14T13:06:00.000Z",
          "exitTs": 1649944020,
          "dir": -1,
          "entryPrice": 1977.162,
          "exitPrice": 1968.926,
          "stopDistance": 4.118,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 41
        },
        {
          "entryTs": 1650290100,
          "entryUtc": "2022-04-18T13:55:00.000Z",
          "exitTs": 1650292740,
          "dir": -1,
          "entryPrice": 1992.682,
          "exitPrice": 1985.307,
          "stopDistance": 3.687,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 44
        },
        {
          "entryTs": 1650417300,
          "entryUtc": "2022-04-20T01:15:00.000Z",
          "exitTs": 1650417720,
          "dir": 1,
          "entryPrice": 1947.248,
          "exitPrice": 1944.029,
          "stopDistance": 3.219,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 7
        },
        {
          "entryTs": 1650421620,
          "entryUtc": "2022-04-20T02:27:00.000Z",
          "exitTs": 1650435360,
          "dir": -1,
          "entryPrice": 1946.792,
          "exitPrice": 1939.711,
          "stopDistance": 3.541,
          "outcome": "target",
          "netR": 1.8955,
          "holdMinutes": 229
        },
        {
          "entryTs": 1650444420,
          "entryUtc": "2022-04-20T08:47:00.000Z",
          "exitTs": 1650447360,
          "dir": -1,
          "entryPrice": 1945.328,
          "exitPrice": 1948.965,
          "stopDistance": 3.637,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 49
        },
        {
          "entryTs": 1650502500,
          "entryUtc": "2022-04-21T00:55:00.000Z",
          "exitTs": 1650518040,
          "dir": -1,
          "entryPrice": 1955.418,
          "exitPrice": 1949.724,
          "stopDistance": 2.847,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 259
        },
        {
          "entryTs": 1650522060,
          "entryUtc": "2022-04-21T06:21:00.000Z",
          "exitTs": 1650528000,
          "dir": 1,
          "entryPrice": 1951.612,
          "exitPrice": 1949.142,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 99
        },
        {
          "entryTs": 1650542280,
          "entryUtc": "2022-04-21T11:58:00.000Z",
          "exitTs": 1650544320,
          "dir": -1,
          "entryPrice": 1939.962,
          "exitPrice": 1944.416,
          "stopDistance": 4.454,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 34
        },
        {
          "entryTs": 1650591960,
          "entryUtc": "2022-04-22T01:46:00.000Z",
          "exitTs": 1650595980,
          "dir": 1,
          "entryPrice": 1950.548,
          "exitPrice": 1947.495,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 67
        },
        {
          "entryTs": 1650651060,
          "entryUtc": "2022-04-22T18:11:00.000Z",
          "exitTs": 1650837600,
          "dir": 1,
          "entryPrice": 1931.918,
          "exitPrice": 1930.603,
          "stopDistance": 7.278,
          "outcome": "time",
          "netR": -0.2315,
          "holdMinutes": 3109
        },
        {
          "entryTs": 1650839520,
          "entryUtc": "2022-04-24T22:32:00.000Z",
          "exitTs": 1650847740,
          "dir": 1,
          "entryPrice": 1931.668,
          "exitPrice": 1926.977,
          "stopDistance": 4.691,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 137
        },
        {
          "entryTs": 1650872760,
          "entryUtc": "2022-04-25T07:46:00.000Z",
          "exitTs": 1650883080,
          "dir": 1,
          "entryPrice": 1914.833,
          "exitPrice": 1910.429,
          "stopDistance": 4.404,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 172
        },
        {
          "entryTs": 1650937260,
          "entryUtc": "2022-04-26T01:41:00.000Z",
          "exitTs": 1650942060,
          "dir": -1,
          "entryPrice": 1900.773,
          "exitPrice": 1904.388,
          "stopDistance": 3.615,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 80
        },
        {
          "entryTs": 1650961380,
          "entryUtc": "2022-04-26T08:23:00.000Z",
          "exitTs": 1650970560,
          "dir": 1,
          "entryPrice": 1898.383,
          "exitPrice": 1906.996,
          "stopDistance": 4.306,
          "outcome": "target",
          "netR": 1.9141,
          "holdMinutes": 153
        },
        {
          "entryTs": 1650976620,
          "entryUtc": "2022-04-26T12:37:00.000Z",
          "exitTs": 1650978660,
          "dir": -1,
          "entryPrice": 1903.428,
          "exitPrice": 1907.789,
          "stopDistance": 4.361,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 34
        },
        {
          "entryTs": 1650981420,
          "entryUtc": "2022-04-26T13:57:00.000Z",
          "exitTs": 1650997500,
          "dir": 1,
          "entryPrice": 1904.338,
          "exitPrice": 1899.208,
          "stopDistance": 5.13,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 268
        },
        {
          "entryTs": 1651041420,
          "entryUtc": "2022-04-27T06:37:00.000Z",
          "exitTs": 1651046400,
          "dir": 1,
          "entryPrice": 1899.153,
          "exitPrice": 1896.203,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 83
        },
        {
          "entryTs": 1651103160,
          "entryUtc": "2022-04-27T23:46:00.000Z",
          "exitTs": 1651107660,
          "dir": 1,
          "entryPrice": 1885.538,
          "exitPrice": 1882.591,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 75
        },
        {
          "entryTs": 1651124940,
          "entryUtc": "2022-04-28T05:49:00.000Z",
          "exitTs": 1651128540,
          "dir": -1,
          "entryPrice": 1876.328,
          "exitPrice": 1879.858,
          "stopDistance": 3.53,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 60
        },
        {
          "entryTs": 1651147620,
          "entryUtc": "2022-04-28T12:07:00.000Z",
          "exitTs": 1651149180,
          "dir": -1,
          "entryPrice": 1888.498,
          "exitPrice": 1893.018,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 26
        },
        {
          "entryTs": 1651150260,
          "entryUtc": "2022-04-28T12:51:00.000Z",
          "exitTs": 1651191060,
          "dir": 1,
          "entryPrice": 1885.207,
          "exitPrice": 1896.616,
          "stopDistance": 5.705,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 680
        },
        {
          "entryTs": 1651241280,
          "entryUtc": "2022-04-29T14:08:00.000Z",
          "exitTs": 1651259400,
          "dir": 1,
          "entryPrice": 1908.743,
          "exitPrice": 1902.907,
          "stopDistance": 5.836,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 302
        },
        {
          "entryTs": 1651546680,
          "entryUtc": "2022-05-03T02:58:00.000Z",
          "exitTs": 1651553640,
          "dir": -1,
          "entryPrice": 1864.758,
          "exitPrice": 1859.088,
          "stopDistance": 2.835,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 116
        },
        {
          "entryTs": 1651559520,
          "entryUtc": "2022-05-03T06:32:00.000Z",
          "exitTs": 1651561980,
          "dir": -1,
          "entryPrice": 1859.458,
          "exitPrice": 1853.357,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 41
        },
        {
          "entryTs": 1651563720,
          "entryUtc": "2022-05-03T07:42:00.000Z",
          "exitTs": 1651565460,
          "dir": 1,
          "entryPrice": 1858.768,
          "exitPrice": 1854.507,
          "stopDistance": 4.261,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 29
        },
        {
          "entryTs": 1651635480,
          "entryUtc": "2022-05-04T03:38:00.000Z",
          "exitTs": 1651647900,
          "dir": -1,
          "entryPrice": 1865.368,
          "exitPrice": 1868.148,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 207
        },
        {
          "entryTs": 1651689120,
          "entryUtc": "2022-05-04T18:32:00.000Z",
          "exitTs": 1651689240,
          "dir": 1,
          "entryPrice": 1867.928,
          "exitPrice": 1863.187,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 2
        },
        {
          "entryTs": 1651741140,
          "entryUtc": "2022-05-05T08:59:00.000Z",
          "exitTs": 1651744320,
          "dir": -1,
          "entryPrice": 1894.028,
          "exitPrice": 1898.155,
          "stopDistance": 4.127,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 53
        },
        {
          "entryTs": 1651822080,
          "entryUtc": "2022-05-06T07:28:00.000Z",
          "exitTs": 1651825980,
          "dir": -1,
          "entryPrice": 1876.234,
          "exitPrice": 1879.332,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 65
        },
        {
          "entryTs": 1651845120,
          "entryUtc": "2022-05-06T13:52:00.000Z",
          "exitTs": 1651850520,
          "dir": -1,
          "entryPrice": 1884.118,
          "exitPrice": 1889.084,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 90
        },
        {
          "entryTs": 1652065800,
          "entryUtc": "2022-05-09T03:10:00.000Z",
          "exitTs": 1652080620,
          "dir": -1,
          "entryPrice": 1876.128,
          "exitPrice": 1868.907,
          "stopDistance": 3.611,
          "outcome": "target",
          "netR": 1.8975,
          "holdMinutes": 247
        },
        {
          "entryTs": 1652089860,
          "entryUtc": "2022-05-09T09:51:00.000Z",
          "exitTs": 1652091900,
          "dir": -1,
          "entryPrice": 1865.438,
          "exitPrice": 1857.246,
          "stopDistance": 4.096,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 34
        },
        {
          "entryTs": 1652103120,
          "entryUtc": "2022-05-09T13:32:00.000Z",
          "exitTs": 1652105760,
          "dir": 1,
          "entryPrice": 1865.968,
          "exitPrice": 1860.756,
          "stopDistance": 5.213,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 44
        },
        {
          "entryTs": 1652182020,
          "entryUtc": "2022-05-10T11:27:00.000Z",
          "exitTs": 1652193900,
          "dir": -1,
          "entryPrice": 1861.268,
          "exitPrice": 1853.64,
          "stopDistance": 3.814,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 198
        },
        {
          "entryTs": 1652318820,
          "entryUtc": "2022-05-12T01:27:00.000Z",
          "exitTs": 1652330580,
          "dir": -1,
          "entryPrice": 1856.848,
          "exitPrice": 1850.424,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 196
        },
        {
          "entryTs": 1652335380,
          "entryUtc": "2022-05-12T06:03:00.000Z",
          "exitTs": 1652339760,
          "dir": -1,
          "entryPrice": 1850.948,
          "exitPrice": 1844.674,
          "stopDistance": 3.137,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 73
        },
        {
          "entryTs": 1652341140,
          "entryUtc": "2022-05-12T07:39:00.000Z",
          "exitTs": 1652355540,
          "dir": -1,
          "entryPrice": 1851.608,
          "exitPrice": 1843.918,
          "stopDistance": 3.845,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 240
        },
        {
          "entryTs": 1652358660,
          "entryUtc": "2022-05-12T12:31:00.000Z",
          "exitTs": 1652370300,
          "dir": -1,
          "entryPrice": 1846.008,
          "exitPrice": 1835.439,
          "stopDistance": 5.284,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 194
        },
        {
          "entryTs": 1652440620,
          "entryUtc": "2022-05-13T11:17:00.000Z",
          "exitTs": 1652442840,
          "dir": 1,
          "entryPrice": 1817.768,
          "exitPrice": 1813.989,
          "stopDistance": 3.779,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 37
        },
        {
          "entryTs": 1652445060,
          "entryUtc": "2022-05-13T12:31:00.000Z",
          "exitTs": 1652447280,
          "dir": -1,
          "entryPrice": 1813.888,
          "exitPrice": 1804.96,
          "stopDistance": 4.464,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 37
        },
        {
          "entryTs": 1652653560,
          "entryUtc": "2022-05-15T22:26:00.000Z",
          "exitTs": 1652677080,
          "dir": 1,
          "entryPrice": 1811.108,
          "exitPrice": 1807.332,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 392
        },
        {
          "entryTs": 1652685000,
          "entryUtc": "2022-05-16T07:10:00.000Z",
          "exitTs": 1652686740,
          "dir": -1,
          "entryPrice": 1808.488,
          "exitPrice": 1802.068,
          "stopDistance": 3.21,
          "outcome": "target",
          "netR": 1.8847,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652701980,
          "entryUtc": "2022-05-16T11:53:00.000Z",
          "exitTs": 1652710260,
          "dir": 1,
          "entryPrice": 1798.868,
          "exitPrice": 1810.711,
          "stopDistance": 5.921,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 138
        },
        {
          "entryTs": 1652777100,
          "entryUtc": "2022-05-17T08:45:00.000Z",
          "exitTs": 1652787240,
          "dir": -1,
          "entryPrice": 1828.588,
          "exitPrice": 1831.701,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 169
        },
        {
          "entryTs": 1652813280,
          "entryUtc": "2022-05-17T18:48:00.000Z",
          "exitTs": 1652839560,
          "dir": -1,
          "entryPrice": 1818.898,
          "exitPrice": 1810.389,
          "stopDistance": 4.254,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 438
        },
        {
          "entryTs": 1652879820,
          "entryUtc": "2022-05-18T13:17:00.000Z",
          "exitTs": 1652888460,
          "dir": 1,
          "entryPrice": 1813.798,
          "exitPrice": 1822.823,
          "stopDistance": 4.513,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 144
        },
        {
          "entryTs": 1652945040,
          "entryUtc": "2022-05-19T07:24:00.000Z",
          "exitTs": 1652947020,
          "dir": -1,
          "entryPrice": 1815.673,
          "exitPrice": 1811.024,
          "stopDistance": 2.324,
          "outcome": "target",
          "netR": 1.8408,
          "holdMinutes": 33
        },
        {
          "entryTs": 1653030900,
          "entryUtc": "2022-05-20T07:15:00.000Z",
          "exitTs": 1653032400,
          "dir": -1,
          "entryPrice": 1847.843,
          "exitPrice": 1842.215,
          "stopDistance": 2.814,
          "outcome": "target",
          "netR": 1.8685,
          "holdMinutes": 25
        },
        {
          "entryTs": 1653048720,
          "entryUtc": "2022-05-20T12:12:00.000Z",
          "exitTs": 1653054300,
          "dir": -1,
          "entryPrice": 1845.343,
          "exitPrice": 1838.783,
          "stopDistance": 3.28,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 93
        },
        {
          "entryTs": 1653271920,
          "entryUtc": "2022-05-23T02:12:00.000Z",
          "exitTs": 1653279120,
          "dir": -1,
          "entryPrice": 1851.758,
          "exitPrice": 1855.261,
          "stopDistance": 3.503,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 120
        },
        {
          "entryTs": 1653286620,
          "entryUtc": "2022-05-23T06:17:00.000Z",
          "exitTs": 1653293340,
          "dir": -1,
          "entryPrice": 1854.888,
          "exitPrice": 1858.026,
          "stopDistance": 3.139,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 112
        },
        {
          "entryTs": 1653382500,
          "entryUtc": "2022-05-24T08:55:00.000Z",
          "exitTs": 1653399900,
          "dir": 1,
          "entryPrice": 1856.808,
          "exitPrice": 1862.678,
          "stopDistance": 2.935,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 290
        },
        {
          "entryTs": 1653461340,
          "entryUtc": "2022-05-25T06:49:00.000Z",
          "exitTs": 1653473640,
          "dir": -1,
          "entryPrice": 1859.063,
          "exitPrice": 1854.363,
          "stopDistance": 2.35,
          "outcome": "target",
          "netR": 1.8426,
          "holdMinutes": 205
        },
        {
          "entryTs": 1653478560,
          "entryUtc": "2022-05-25T11:36:00.000Z",
          "exitTs": 1653483600,
          "dir": 1,
          "entryPrice": 1854.043,
          "exitPrice": 1850.699,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 84
        },
        {
          "entryTs": 1653535800,
          "entryUtc": "2022-05-26T03:30:00.000Z",
          "exitTs": 1653539700,
          "dir": -1,
          "entryPrice": 1850.658,
          "exitPrice": 1845.859,
          "stopDistance": 2.399,
          "outcome": "target",
          "netR": 1.8458,
          "holdMinutes": 65
        },
        {
          "entryTs": 1653571800,
          "entryUtc": "2022-05-26T13:30:00.000Z",
          "exitTs": 1653574560,
          "dir": 1,
          "entryPrice": 1845.258,
          "exitPrice": 1853.284,
          "stopDistance": 4.013,
          "outcome": "target",
          "netR": 1.9078,
          "holdMinutes": 46
        },
        {
          "entryTs": 1653577260,
          "entryUtc": "2022-05-26T15:01:00.000Z",
          "exitTs": 1653616260,
          "dir": 1,
          "entryPrice": 1845.618,
          "exitPrice": 1854.827,
          "stopDistance": 4.605,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 650
        },
        {
          "entryTs": 1653630480,
          "entryUtc": "2022-05-27T05:48:00.000Z",
          "exitTs": 1653638460,
          "dir": 1,
          "entryPrice": 1853.648,
          "exitPrice": 1858.834,
          "stopDistance": 2.593,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 133
        },
        {
          "entryTs": 1653643020,
          "entryUtc": "2022-05-27T09:17:00.000Z",
          "exitTs": 1653654600,
          "dir": -1,
          "entryPrice": 1859.063,
          "exitPrice": 1853.27,
          "stopDistance": 2.896,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 193
        },
        {
          "entryTs": 1653656640,
          "entryUtc": "2022-05-27T13:04:00.000Z",
          "exitTs": 1653663840,
          "dir": -1,
          "entryPrice": 1858.288,
          "exitPrice": 1851.436,
          "stopDistance": 3.426,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 120
        },
        {
          "entryTs": 1653896040,
          "entryUtc": "2022-05-30T07:34:00.000Z",
          "exitTs": 1653897300,
          "dir": 1,
          "entryPrice": 1861.608,
          "exitPrice": 1858.878,
          "stopDistance": 2.73,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 21
        },
        {
          "entryTs": 1653899880,
          "entryUtc": "2022-05-30T08:38:00.000Z",
          "exitTs": 1653952560,
          "dir": -1,
          "entryPrice": 1858.554,
          "exitPrice": 1852.771,
          "stopDistance": 2.892,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 878
        },
        {
          "entryTs": 1653959280,
          "entryUtc": "2022-05-31T01:08:00.000Z",
          "exitTs": 1653965100,
          "dir": -1,
          "entryPrice": 1848.228,
          "exitPrice": 1850.657,
          "stopDistance": 2.429,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 97
        },
        {
          "entryTs": 1653999180,
          "entryUtc": "2022-05-31T12:13:00.000Z",
          "exitTs": 1654003980,
          "dir": -1,
          "entryPrice": 1851.968,
          "exitPrice": 1854.831,
          "stopDistance": 2.863,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 80
        },
        {
          "entryTs": 1654048260,
          "entryUtc": "2022-06-01T01:51:00.000Z",
          "exitTs": 1654051740,
          "dir": -1,
          "entryPrice": 1834.963,
          "exitPrice": 1837.604,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 58
        },
        {
          "entryTs": 1654068840,
          "entryUtc": "2022-06-01T07:34:00.000Z",
          "exitTs": 1654073940,
          "dir": 1,
          "entryPrice": 1833.822,
          "exitPrice": 1830.924,
          "stopDistance": 2.898,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 85
        },
        {
          "entryTs": 1654174080,
          "entryUtc": "2022-06-02T12:48:00.000Z",
          "exitTs": 1654174860,
          "dir": -1,
          "entryPrice": 1855.588,
          "exitPrice": 1858.557,
          "stopDistance": 2.969,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 13
        },
        {
          "entryTs": 1654179720,
          "entryUtc": "2022-06-02T14:22:00.000Z",
          "exitTs": 1654259400,
          "dir": 1,
          "entryPrice": 1866.625,
          "exitPrice": 1862.023,
          "stopDistance": 4.602,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 1328
        },
        {
          "entryTs": 1654511580,
          "entryUtc": "2022-06-06T10:33:00.000Z",
          "exitTs": 1654518660,
          "dir": 1,
          "entryPrice": 1853.798,
          "exitPrice": 1851.501,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1828,
          "holdMinutes": 118
        },
        {
          "entryTs": 1654573680,
          "entryUtc": "2022-06-07T03:48:00.000Z",
          "exitTs": 1654586940,
          "dir": 1,
          "entryPrice": 1840.708,
          "exitPrice": 1845.51,
          "stopDistance": 2.401,
          "outcome": "target",
          "netR": 1.8459,
          "holdMinutes": 221
        },
        {
          "entryTs": 1654589820,
          "entryUtc": "2022-06-07T08:17:00.000Z",
          "exitTs": 1654598700,
          "dir": 1,
          "entryPrice": 1844.188,
          "exitPrice": 1850.244,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 148
        },
        {
          "entryTs": 1654608780,
          "entryUtc": "2022-06-07T13:33:00.000Z",
          "exitTs": 1654609800,
          "dir": 1,
          "entryPrice": 1844.888,
          "exitPrice": 1851.591,
          "stopDistance": 3.352,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 17
        },
        {
          "entryTs": 1654613340,
          "entryUtc": "2022-06-07T14:49:00.000Z",
          "exitTs": 1654661460,
          "dir": 1,
          "entryPrice": 1850.404,
          "exitPrice": 1845.851,
          "stopDistance": 4.553,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 802
        },
        {
          "entryTs": 1654721220,
          "entryUtc": "2022-06-08T20:47:00.000Z",
          "exitTs": 1654727580,
          "dir": -1,
          "entryPrice": 1851.828,
          "exitPrice": 1854.181,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 106
        },
        {
          "entryTs": 1654759260,
          "entryUtc": "2022-06-09T07:21:00.000Z",
          "exitTs": 1654773120,
          "dir": -1,
          "entryPrice": 1851.168,
          "exitPrice": 1847.086,
          "stopDistance": 2.041,
          "outcome": "target",
          "netR": 1.8187,
          "holdMinutes": 231
        },
        {
          "entryTs": 1654777320,
          "entryUtc": "2022-06-09T12:22:00.000Z",
          "exitTs": 1654777920,
          "dir": -1,
          "entryPrice": 1848.163,
          "exitPrice": 1851.087,
          "stopDistance": 2.924,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 10
        },
        {
          "entryTs": 1654782120,
          "entryUtc": "2022-06-09T13:42:00.000Z",
          "exitTs": 1654783800,
          "dir": 1,
          "entryPrice": 1846.098,
          "exitPrice": 1842.632,
          "stopDistance": 3.466,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 28
        },
        {
          "entryTs": 1654790640,
          "entryUtc": "2022-06-09T16:04:00.000Z",
          "exitTs": 1654861200,
          "dir": -1,
          "entryPrice": 1846.085,
          "exitPrice": 1836.837,
          "stopDistance": 4.624,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1654864800,
          "entryUtc": "2022-06-10T12:40:00.000Z",
          "exitTs": 1654864860,
          "dir": -1,
          "entryPrice": 1842.64,
          "exitPrice": 1845.145,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 1
        },
        {
          "entryTs": 1655079960,
          "entryUtc": "2022-06-13T00:26:00.000Z",
          "exitTs": 1655084040,
          "dir": -1,
          "entryPrice": 1875.123,
          "exitPrice": 1867.292,
          "stopDistance": 3.916,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 68
        },
        {
          "entryTs": 1655191140,
          "entryUtc": "2022-06-14T07:19:00.000Z",
          "exitTs": 1655197560,
          "dir": -1,
          "entryPrice": 1829.153,
          "exitPrice": 1822.561,
          "stopDistance": 3.296,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 107
        },
        {
          "entryTs": 1655209860,
          "entryUtc": "2022-06-14T12:31:00.000Z",
          "exitTs": 1655221140,
          "dir": -1,
          "entryPrice": 1821.138,
          "exitPrice": 1811.98,
          "stopDistance": 4.579,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 188
        },
        {
          "entryTs": 1655279220,
          "entryUtc": "2022-06-15T07:47:00.000Z",
          "exitTs": 1655280960,
          "dir": 1,
          "entryPrice": 1821.356,
          "exitPrice": 1818.059,
          "stopDistance": 3.297,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 29
        },
        {
          "entryTs": 1655297700,
          "entryUtc": "2022-06-15T12:55:00.000Z",
          "exitTs": 1655299920,
          "dir": 1,
          "entryPrice": 1831.408,
          "exitPrice": 1826.562,
          "stopDistance": 4.846,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 37
        },
        {
          "entryTs": 1655323800,
          "entryUtc": "2022-06-15T20:10:00.000Z",
          "exitTs": 1655377200,
          "dir": -1,
          "entryPrice": 1833.938,
          "exitPrice": 1815.531,
          "stopDistance": 9.204,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 890
        },
        {
          "entryTs": 1655380800,
          "entryUtc": "2022-06-16T12:00:00.000Z",
          "exitTs": 1655382600,
          "dir": -1,
          "entryPrice": 1819.953,
          "exitPrice": 1825.666,
          "stopDistance": 5.713,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 30
        },
        {
          "entryTs": 1655433960,
          "entryUtc": "2022-06-17T02:46:00.000Z",
          "exitTs": 1655453640,
          "dir": 1,
          "entryPrice": 1844.224,
          "exitPrice": 1850.694,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 328
        },
        {
          "entryTs": 1655471400,
          "entryUtc": "2022-06-17T13:10:00.000Z",
          "exitTs": 1655472840,
          "dir": 1,
          "entryPrice": 1848.008,
          "exitPrice": 1844.35,
          "stopDistance": 3.658,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 24
        },
        {
          "entryTs": 1655688840,
          "entryUtc": "2022-06-20T01:34:00.000Z",
          "exitTs": 1655693460,
          "dir": -1,
          "entryPrice": 1839.648,
          "exitPrice": 1842.995,
          "stopDistance": 3.347,
          "outcome": "stop",
          "netR": -1.1255,
          "holdMinutes": 77
        },
        {
          "entryTs": 1655718600,
          "entryUtc": "2022-06-20T09:50:00.000Z",
          "exitTs": 1655719620,
          "dir": 1,
          "entryPrice": 1839.928,
          "exitPrice": 1836.55,
          "stopDistance": 3.378,
          "outcome": "stop",
          "netR": -1.1243,
          "holdMinutes": 17
        },
        {
          "entryTs": 1655738220,
          "entryUtc": "2022-06-20T15:17:00.000Z",
          "exitTs": 1655774400,
          "dir": -1,
          "entryPrice": 1839.018,
          "exitPrice": 1842.258,
          "stopDistance": 3.24,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 603
        },
        {
          "entryTs": 1655826240,
          "entryUtc": "2022-06-21T15:44:00.000Z",
          "exitTs": 1655837160,
          "dir": 1,
          "entryPrice": 1835.118,
          "exitPrice": 1831.136,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 182
        },
        {
          "entryTs": 1655884800,
          "entryUtc": "2022-06-22T08:00:00.000Z",
          "exitTs": 1655895600,
          "dir": 1,
          "entryPrice": 1826.078,
          "exitPrice": 1832.644,
          "stopDistance": 3.283,
          "outcome": "target",
          "netR": 1.8873,
          "holdMinutes": 180
        },
        {
          "entryTs": 1655905560,
          "entryUtc": "2022-06-22T13:46:00.000Z",
          "exitTs": 1655914140,
          "dir": 1,
          "entryPrice": 1842.223,
          "exitPrice": 1836.646,
          "stopDistance": 5.578,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 143
        },
        {
          "entryTs": 1655948340,
          "entryUtc": "2022-06-23T01:39:00.000Z",
          "exitTs": 1655949480,
          "dir": 1,
          "entryPrice": 1835.463,
          "exitPrice": 1833.231,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 19
        },
        {
          "entryTs": 1655985540,
          "entryUtc": "2022-06-23T11:59:00.000Z",
          "exitTs": 1655987460,
          "dir": -1,
          "entryPrice": 1829.228,
          "exitPrice": 1832.494,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 32
        },
        {
          "entryTs": 1655996640,
          "entryUtc": "2022-06-23T15:04:00.000Z",
          "exitTs": 1655998620,
          "dir": 1,
          "entryPrice": 1838.163,
          "exitPrice": 1833.467,
          "stopDistance": 4.696,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 33
        },
        {
          "entryTs": 1656033300,
          "entryUtc": "2022-06-24T01:15:00.000Z",
          "exitTs": 1656038100,
          "dir": -1,
          "entryPrice": 1823.218,
          "exitPrice": 1825.958,
          "stopDistance": 2.74,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 80
        },
        {
          "entryTs": 1656078000,
          "entryUtc": "2022-06-24T13:40:00.000Z",
          "exitTs": 1656280800,
          "dir": 1,
          "entryPrice": 1823.893,
          "exitPrice": 1833.224,
          "stopDistance": 4.666,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 3380
        },
        {
          "entryTs": 1656321480,
          "entryUtc": "2022-06-27T09:18:00.000Z",
          "exitTs": 1656331680,
          "dir": -1,
          "entryPrice": 1838.623,
          "exitPrice": 1832.063,
          "stopDistance": 3.28,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 170
        },
        {
          "entryTs": 1656350100,
          "entryUtc": "2022-06-27T17:15:00.000Z",
          "exitTs": 1656398400,
          "dir": -1,
          "entryPrice": 1824.708,
          "exitPrice": 1828.764,
          "stopDistance": 4.056,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 805
        },
        {
          "entryTs": 1656418680,
          "entryUtc": "2022-06-28T12:18:00.000Z",
          "exitTs": 1656423960,
          "dir": 1,
          "entryPrice": 1823.214,
          "exitPrice": 1820.344,
          "stopDistance": 2.87,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 88
        },
        {
          "entryTs": 1656425700,
          "entryUtc": "2022-06-28T14:15:00.000Z",
          "exitTs": 1656441240,
          "dir": 1,
          "entryPrice": 1822.343,
          "exitPrice": 1818.474,
          "stopDistance": 3.869,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 259
        },
        {
          "entryTs": 1656472560,
          "entryUtc": "2022-06-29T03:16:00.000Z",
          "exitTs": 1656484380,
          "dir": 1,
          "entryPrice": 1820.208,
          "exitPrice": 1818.338,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2246,
          "holdMinutes": 197
        },
        {
          "entryTs": 1656509460,
          "entryUtc": "2022-06-29T13:31:00.000Z",
          "exitTs": 1656510240,
          "dir": 1,
          "entryPrice": 1827.078,
          "exitPrice": 1823.022,
          "stopDistance": 4.056,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 13
        },
        {
          "entryTs": 1656570600,
          "entryUtc": "2022-06-30T06:30:00.000Z",
          "exitTs": 1656575100,
          "dir": 1,
          "entryPrice": 1815.618,
          "exitPrice": 1813.668,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2154,
          "holdMinutes": 75
        },
        {
          "entryTs": 1656592200,
          "entryUtc": "2022-06-30T12:30:00.000Z",
          "exitTs": 1656592740,
          "dir": -1,
          "entryPrice": 1805.268,
          "exitPrice": 1809.049,
          "stopDistance": 3.781,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 9
        },
        {
          "entryTs": 1656600540,
          "entryUtc": "2022-06-30T14:49:00.000Z",
          "exitTs": 1656653640,
          "dir": 1,
          "entryPrice": 1805.993,
          "exitPrice": 1800.091,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 885
        },
        {
          "entryTs": 1656660480,
          "entryUtc": "2022-07-01T07:28:00.000Z",
          "exitTs": 1656673080,
          "dir": -1,
          "entryPrice": 1796.632,
          "exitPrice": 1789.641,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 210
        },
        {
          "entryTs": 1656676800,
          "entryUtc": "2022-07-01T12:00:00.000Z",
          "exitTs": 1656677820,
          "dir": 1,
          "entryPrice": 1789.948,
          "exitPrice": 1785.774,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 17
        },
        {
          "entryTs": 1656680700,
          "entryUtc": "2022-07-01T13:05:00.000Z",
          "exitTs": 1656684060,
          "dir": -1,
          "entryPrice": 1794.851,
          "exitPrice": 1798.44,
          "stopDistance": 3.589,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 56
        },
        {
          "entryTs": 1656694380,
          "entryUtc": "2022-07-01T16:53:00.000Z",
          "exitTs": 1656885600,
          "dir": 1,
          "entryPrice": 1800.658,
          "exitPrice": 1810.914,
          "stopDistance": 6.518,
          "outcome": "time",
          "netR": 1.5167,
          "holdMinutes": 3187
        },
        {
          "entryTs": 1656900960,
          "entryUtc": "2022-07-04T02:16:00.000Z",
          "exitTs": 1656901020,
          "dir": -1,
          "entryPrice": 1810.004,
          "exitPrice": 1813.217,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656926160,
          "entryUtc": "2022-07-04T09:16:00.000Z",
          "exitTs": 1656945900,
          "dir": -1,
          "entryPrice": 1807.998,
          "exitPrice": 1810.552,
          "stopDistance": 2.554,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 329
        },
        {
          "entryTs": 1656983160,
          "entryUtc": "2022-07-05T01:06:00.000Z",
          "exitTs": 1656985140,
          "dir": -1,
          "entryPrice": 1808.448,
          "exitPrice": 1810.252,
          "stopDistance": 1.804,
          "outcome": "stop",
          "netR": -1.2328,
          "holdMinutes": 33
        },
        {
          "entryTs": 1656989700,
          "entryUtc": "2022-07-05T02:55:00.000Z",
          "exitTs": 1657005420,
          "dir": 1,
          "entryPrice": 1809.208,
          "exitPrice": 1807.069,
          "stopDistance": 2.139,
          "outcome": "stop",
          "netR": -1.1964,
          "holdMinutes": 262
        },
        {
          "entryTs": 1657012380,
          "entryUtc": "2022-07-05T09:13:00.000Z",
          "exitTs": 1657022280,
          "dir": -1,
          "entryPrice": 1802.643,
          "exitPrice": 1797.394,
          "stopDistance": 2.624,
          "outcome": "target",
          "netR": 1.859,
          "holdMinutes": 165
        },
        {
          "entryTs": 1657023840,
          "entryUtc": "2022-07-05T12:24:00.000Z",
          "exitTs": 1657026600,
          "dir": 1,
          "entryPrice": 1798.364,
          "exitPrice": 1795.207,
          "stopDistance": 3.157,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 46
        },
        {
          "entryTs": 1657071180,
          "entryUtc": "2022-07-06T01:33:00.000Z",
          "exitTs": 1657085460,
          "dir": -1,
          "entryPrice": 1771.078,
          "exitPrice": 1765.195,
          "stopDistance": 2.941,
          "outcome": "target",
          "netR": 1.8742,
          "holdMinutes": 238
        },
        {
          "entryTs": 1657096560,
          "entryUtc": "2022-07-06T08:36:00.000Z",
          "exitTs": 1657096980,
          "dir": 1,
          "entryPrice": 1768.688,
          "exitPrice": 1765.044,
          "stopDistance": 3.644,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 7
        },
        {
          "entryTs": 1657098360,
          "entryUtc": "2022-07-06T09:06:00.000Z",
          "exitTs": 1657102320,
          "dir": 1,
          "entryPrice": 1764.498,
          "exitPrice": 1761.258,
          "stopDistance": 3.24,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 66
        },
        {
          "entryTs": 1657200000,
          "entryUtc": "2022-07-07T13:20:00.000Z",
          "exitTs": 1657201740,
          "dir": -1,
          "entryPrice": 1743.714,
          "exitPrice": 1747.164,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 29
        },
        {
          "entryTs": 1657549680,
          "entryUtc": "2022-07-11T14:28:00.000Z",
          "exitTs": 1657560540,
          "dir": 1,
          "entryPrice": 1737.294,
          "exitPrice": 1733.749,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 181
        },
        {
          "entryTs": 1657585740,
          "entryUtc": "2022-07-12T00:29:00.000Z",
          "exitTs": 1657587660,
          "dir": 1,
          "entryPrice": 1733.514,
          "exitPrice": 1731.553,
          "stopDistance": 1.961,
          "outcome": "stop",
          "netR": -1.2142,
          "holdMinutes": 32
        },
        {
          "entryTs": 1657589400,
          "entryUtc": "2022-07-12T01:30:00.000Z",
          "exitTs": 1657589400,
          "dir": -1,
          "entryPrice": 1731.948,
          "exitPrice": 1734.749,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 0
        },
        {
          "entryTs": 1657683300,
          "entryUtc": "2022-07-13T03:35:00.000Z",
          "exitTs": 1657693380,
          "dir": -1,
          "entryPrice": 1727.928,
          "exitPrice": 1722.853,
          "stopDistance": 2.538,
          "outcome": "target",
          "netR": 1.8542,
          "holdMinutes": 168
        },
        {
          "entryTs": 1657694760,
          "entryUtc": "2022-07-13T06:46:00.000Z",
          "exitTs": 1657703520,
          "dir": 1,
          "entryPrice": 1724.664,
          "exitPrice": 1729.875,
          "stopDistance": 2.606,
          "outcome": "target",
          "netR": 1.858,
          "holdMinutes": 146
        },
        {
          "entryTs": 1657722960,
          "entryUtc": "2022-07-13T14:36:00.000Z",
          "exitTs": 1657723380,
          "dir": -1,
          "entryPrice": 1729.318,
          "exitPrice": 1734.197,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 7
        },
        {
          "entryTs": 1657772040,
          "entryUtc": "2022-07-14T04:14:00.000Z",
          "exitTs": 1657774920,
          "dir": 1,
          "entryPrice": 1730.008,
          "exitPrice": 1726.516,
          "stopDistance": 3.492,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 48
        },
        {
          "entryTs": 1657815720,
          "entryUtc": "2022-07-14T16:22:00.000Z",
          "exitTs": 1657905720,
          "dir": 1,
          "entryPrice": 1705.663,
          "exitPrice": 1705.438,
          "stopDistance": 7.104,
          "outcome": "time",
          "netR": -0.0838,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1658124120,
          "entryUtc": "2022-07-18T06:02:00.000Z",
          "exitTs": 1658128920,
          "dir": -1,
          "entryPrice": 1715.534,
          "exitPrice": 1718.171,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 80
        },
        {
          "entryTs": 1658146740,
          "entryUtc": "2022-07-18T12:19:00.000Z",
          "exitTs": 1658149140,
          "dir": -1,
          "entryPrice": 1713.605,
          "exitPrice": 1717.221,
          "stopDistance": 3.616,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 40
        },
        {
          "entryTs": 1658151180,
          "entryUtc": "2022-07-18T13:33:00.000Z",
          "exitTs": 1658157000,
          "dir": -1,
          "entryPrice": 1718.826,
          "exitPrice": 1711.539,
          "stopDistance": 3.643,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 97
        },
        {
          "entryTs": 1658206980,
          "entryUtc": "2022-07-19T05:03:00.000Z",
          "exitTs": 1658217480,
          "dir": -1,
          "entryPrice": 1709.378,
          "exitPrice": 1711.414,
          "stopDistance": 2.036,
          "outcome": "stop",
          "netR": -1.2063,
          "holdMinutes": 175
        },
        {
          "entryTs": 1658281260,
          "entryUtc": "2022-07-20T01:41:00.000Z",
          "exitTs": 1658287800,
          "dir": -1,
          "entryPrice": 1711.243,
          "exitPrice": 1713.072,
          "stopDistance": 1.829,
          "outcome": "stop",
          "netR": -1.2297,
          "holdMinutes": 109
        },
        {
          "entryTs": 1658319900,
          "entryUtc": "2022-07-20T12:25:00.000Z",
          "exitTs": 1658331120,
          "dir": -1,
          "entryPrice": 1711.777,
          "exitPrice": 1706.18,
          "stopDistance": 2.798,
          "outcome": "target",
          "netR": 1.8678,
          "holdMinutes": 187
        },
        {
          "entryTs": 1658389620,
          "entryUtc": "2022-07-21T07:47:00.000Z",
          "exitTs": 1658392860,
          "dir": 1,
          "entryPrice": 1689.304,
          "exitPrice": 1686.178,
          "stopDistance": 3.126,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 54
        },
        {
          "entryTs": 1658475060,
          "entryUtc": "2022-07-22T07:31:00.000Z",
          "exitTs": 1658475240,
          "dir": 1,
          "entryPrice": 1718.534,
          "exitPrice": 1715.997,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 3
        },
        {
          "entryTs": 1658477100,
          "entryUtc": "2022-07-22T08:05:00.000Z",
          "exitTs": 1658481780,
          "dir": -1,
          "entryPrice": 1717.834,
          "exitPrice": 1720.769,
          "stopDistance": 2.935,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 78
        },
        {
          "entryTs": 1658496720,
          "entryUtc": "2022-07-22T13:32:00.000Z",
          "exitTs": 1658497320,
          "dir": -1,
          "entryPrice": 1724.008,
          "exitPrice": 1727.996,
          "stopDistance": 3.988,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 10
        },
        {
          "entryTs": 1658516460,
          "entryUtc": "2022-07-22T19:01:00.000Z",
          "exitTs": 1658700000,
          "dir": 1,
          "entryPrice": 1722.104,
          "exitPrice": 1726.464,
          "stopDistance": 4.428,
          "outcome": "time",
          "netR": 0.9011,
          "holdMinutes": 3059
        },
        {
          "entryTs": 1658711700,
          "entryUtc": "2022-07-25T01:15:00.000Z",
          "exitTs": 1658717580,
          "dir": 1,
          "entryPrice": 1721.488,
          "exitPrice": 1727.341,
          "stopDistance": 2.926,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 98
        },
        {
          "entryTs": 1658744400,
          "entryUtc": "2022-07-25T10:20:00.000Z",
          "exitTs": 1658749020,
          "dir": 1,
          "entryPrice": 1731.32,
          "exitPrice": 1727.962,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 77
        },
        {
          "entryTs": 1658840100,
          "entryUtc": "2022-07-26T12:55:00.000Z",
          "exitTs": 1658846820,
          "dir": 1,
          "entryPrice": 1718.918,
          "exitPrice": 1715.546,
          "stopDistance": 3.372,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 112
        },
        {
          "entryTs": 1658891700,
          "entryUtc": "2022-07-27T03:15:00.000Z",
          "exitTs": 1658897220,
          "dir": 1,
          "entryPrice": 1717.054,
          "exitPrice": 1714.849,
          "stopDistance": 2.205,
          "outcome": "stop",
          "netR": -1.1905,
          "holdMinutes": 92
        },
        {
          "entryTs": 1658992980,
          "entryUtc": "2022-07-28T07:23:00.000Z",
          "exitTs": 1658995860,
          "dir": 1,
          "entryPrice": 1741.168,
          "exitPrice": 1746.71,
          "stopDistance": 2.771,
          "outcome": "target",
          "netR": 1.8665,
          "holdMinutes": 48
        },
        {
          "entryTs": 1659002340,
          "entryUtc": "2022-07-28T09:59:00.000Z",
          "exitTs": 1659010920,
          "dir": 1,
          "entryPrice": 1741.024,
          "exitPrice": 1737.634,
          "stopDistance": 3.39,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 143
        },
        {
          "entryTs": 1659079560,
          "entryUtc": "2022-07-29T07:26:00.000Z",
          "exitTs": 1659086220,
          "dir": 1,
          "entryPrice": 1764.464,
          "exitPrice": 1761.618,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 111
        },
        {
          "entryTs": 1659097380,
          "entryUtc": "2022-07-29T12:23:00.000Z",
          "exitTs": 1659102960,
          "dir": -1,
          "entryPrice": 1760.814,
          "exitPrice": 1753.078,
          "stopDistance": 3.868,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 93
        },
        {
          "entryTs": 1659323760,
          "entryUtc": "2022-08-01T03:16:00.000Z",
          "exitTs": 1659328980,
          "dir": 1,
          "entryPrice": 1762.644,
          "exitPrice": 1759.934,
          "stopDistance": 2.71,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 87
        },
        {
          "entryTs": 1659334500,
          "entryUtc": "2022-08-01T06:15:00.000Z",
          "exitTs": 1659336240,
          "dir": -1,
          "entryPrice": 1761.138,
          "exitPrice": 1763.534,
          "stopDistance": 2.396,
          "outcome": "stop",
          "netR": -1.1753,
          "holdMinutes": 29
        },
        {
          "entryTs": 1659340080,
          "entryUtc": "2022-08-01T07:48:00.000Z",
          "exitTs": 1659346620,
          "dir": 1,
          "entryPrice": 1763.798,
          "exitPrice": 1769.161,
          "stopDistance": 2.681,
          "outcome": "target",
          "netR": 1.862,
          "holdMinutes": 109
        },
        {
          "entryTs": 1659448080,
          "entryUtc": "2022-08-02T13:48:00.000Z",
          "exitTs": 1659448800,
          "dir": 1,
          "entryPrice": 1774.984,
          "exitPrice": 1781.166,
          "stopDistance": 3.091,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 12
        },
        {
          "entryTs": 1659489060,
          "entryUtc": "2022-08-03T01:11:00.000Z",
          "exitTs": 1659492000,
          "dir": -1,
          "entryPrice": 1760.598,
          "exitPrice": 1764.844,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 49
        },
        {
          "entryTs": 1659510900,
          "entryUtc": "2022-08-03T07:15:00.000Z",
          "exitTs": 1659522360,
          "dir": -1,
          "entryPrice": 1767.174,
          "exitPrice": 1760.657,
          "stopDistance": 3.258,
          "outcome": "target",
          "netR": 1.8864,
          "holdMinutes": 191
        },
        {
          "entryTs": 1659534180,
          "entryUtc": "2022-08-03T13:43:00.000Z",
          "exitTs": 1659535200,
          "dir": 1,
          "entryPrice": 1765.424,
          "exitPrice": 1761.557,
          "stopDistance": 3.867,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 17
        },
        {
          "entryTs": 1659616200,
          "entryUtc": "2022-08-04T12:30:00.000Z",
          "exitTs": 1659618060,
          "dir": -1,
          "entryPrice": 1785.578,
          "exitPrice": 1778.667,
          "stopDistance": 3.455,
          "outcome": "target",
          "netR": 1.8929,
          "holdMinutes": 31
        },
        {
          "entryTs": 1659911400,
          "entryUtc": "2022-08-07T22:30:00.000Z",
          "exitTs": 1659943500,
          "dir": -1,
          "entryPrice": 1774.548,
          "exitPrice": 1777.78,
          "stopDistance": 3.232,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 535
        },
        {
          "entryTs": 1659962160,
          "entryUtc": "2022-08-08T12:36:00.000Z",
          "exitTs": 1659969360,
          "dir": 1,
          "entryPrice": 1782.738,
          "exitPrice": 1788.497,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 120
        },
        {
          "entryTs": 1660002780,
          "entryUtc": "2022-08-08T23:53:00.000Z",
          "exitTs": 1660007220,
          "dir": 1,
          "entryPrice": 1788.678,
          "exitPrice": 1786.831,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 74
        },
        {
          "entryTs": 1660042320,
          "entryUtc": "2022-08-09T10:52:00.000Z",
          "exitTs": 1660046340,
          "dir": 1,
          "entryPrice": 1792.634,
          "exitPrice": 1789.438,
          "stopDistance": 3.196,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 67
        },
        {
          "entryTs": 1660060500,
          "entryUtc": "2022-08-09T15:55:00.000Z",
          "exitTs": 1660134600,
          "dir": -1,
          "entryPrice": 1795.464,
          "exitPrice": 1799.842,
          "stopDistance": 4.378,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 1235
        },
        {
          "entryTs": 1660138380,
          "entryUtc": "2022-08-10T13:33:00.000Z",
          "exitTs": 1660143420,
          "dir": 1,
          "entryPrice": 1792.704,
          "exitPrice": 1801.802,
          "stopDistance": 4.549,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 84
        },
        {
          "entryTs": 1660188540,
          "entryUtc": "2022-08-11T03:29:00.000Z",
          "exitTs": 1660208220,
          "dir": -1,
          "entryPrice": 1786.878,
          "exitPrice": 1789.302,
          "stopDistance": 2.424,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 328
        },
        {
          "entryTs": 1660222200,
          "entryUtc": "2022-08-11T12:50:00.000Z",
          "exitTs": 1660230480,
          "dir": -1,
          "entryPrice": 1797.054,
          "exitPrice": 1790.521,
          "stopDistance": 3.267,
          "outcome": "target",
          "netR": 1.8867,
          "holdMinutes": 138
        },
        {
          "entryTs": 1660271460,
          "entryUtc": "2022-08-12T02:31:00.000Z",
          "exitTs": 1660273800,
          "dir": -1,
          "entryPrice": 1787.038,
          "exitPrice": 1789.205,
          "stopDistance": 2.167,
          "outcome": "stop",
          "netR": -1.1938,
          "holdMinutes": 39
        },
        {
          "entryTs": 1660296720,
          "entryUtc": "2022-08-12T09:32:00.000Z",
          "exitTs": 1660306980,
          "dir": 1,
          "entryPrice": 1787.244,
          "exitPrice": 1792.38,
          "stopDistance": 2.568,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 171
        },
        {
          "entryTs": 1660317300,
          "entryUtc": "2022-08-12T15:15:00.000Z",
          "exitTs": 1660323900,
          "dir": -1,
          "entryPrice": 1795.254,
          "exitPrice": 1799.571,
          "stopDistance": 4.317,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 110
        },
        {
          "entryTs": 1660327260,
          "entryUtc": "2022-08-12T18:01:00.000Z",
          "exitTs": 1660514400,
          "dir": 1,
          "entryPrice": 1798.038,
          "exitPrice": 1802.064,
          "stopDistance": 3.892,
          "outcome": "time",
          "netR": 0.9395,
          "holdMinutes": 3119
        },
        {
          "entryTs": 1660566300,
          "entryUtc": "2022-08-15T12:25:00.000Z",
          "exitTs": 1660566600,
          "dir": -1,
          "entryPrice": 1783.424,
          "exitPrice": 1786.087,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 5
        },
        {
          "entryTs": 1660646460,
          "entryUtc": "2022-08-16T10:41:00.000Z",
          "exitTs": 1660652040,
          "dir": -1,
          "entryPrice": 1775.638,
          "exitPrice": 1778.185,
          "stopDistance": 2.547,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 93
        },
        {
          "entryTs": 1660741080,
          "entryUtc": "2022-08-17T12:58:00.000Z",
          "exitTs": 1660743360,
          "dir": -1,
          "entryPrice": 1773.424,
          "exitPrice": 1768.355,
          "stopDistance": 2.534,
          "outcome": "target",
          "netR": 1.854,
          "holdMinutes": 38
        },
        {
          "entryTs": 1660745220,
          "entryUtc": "2022-08-17T14:07:00.000Z",
          "exitTs": 1660752300,
          "dir": -1,
          "entryPrice": 1769.478,
          "exitPrice": 1760.282,
          "stopDistance": 4.598,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 118
        },
        {
          "entryTs": 1660768620,
          "entryUtc": "2022-08-17T20:37:00.000Z",
          "exitTs": 1660817160,
          "dir": 1,
          "entryPrice": 1761.934,
          "exitPrice": 1769.687,
          "stopDistance": 3.876,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 809
        },
        {
          "entryTs": 1660829820,
          "entryUtc": "2022-08-18T13:37:00.000Z",
          "exitTs": 1660833180,
          "dir": -1,
          "entryPrice": 1769.238,
          "exitPrice": 1763.233,
          "stopDistance": 3.002,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 56
        },
        {
          "entryTs": 1660872660,
          "entryUtc": "2022-08-19T01:31:00.000Z",
          "exitTs": 1660881900,
          "dir": 1,
          "entryPrice": 1755.595,
          "exitPrice": 1753.308,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 154
        },
        {
          "entryTs": 1660911600,
          "entryUtc": "2022-08-19T12:20:00.000Z",
          "exitTs": 1660912560,
          "dir": 1,
          "entryPrice": 1750.598,
          "exitPrice": 1755.994,
          "stopDistance": 2.698,
          "outcome": "target",
          "netR": 1.8629,
          "holdMinutes": 16
        },
        {
          "entryTs": 1661177220,
          "entryUtc": "2022-08-22T14:07:00.000Z",
          "exitTs": 1661179260,
          "dir": -1,
          "entryPrice": 1735.294,
          "exitPrice": 1739.534,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 34
        },
        {
          "entryTs": 1661234040,
          "entryUtc": "2022-08-23T05:54:00.000Z",
          "exitTs": 1661242560,
          "dir": 1,
          "entryPrice": 1736.354,
          "exitPrice": 1740.255,
          "stopDistance": 1.95,
          "outcome": "target",
          "netR": 1.8103,
          "holdMinutes": 142
        },
        {
          "entryTs": 1661255520,
          "entryUtc": "2022-08-23T11:52:00.000Z",
          "exitTs": 1661257800,
          "dir": -1,
          "entryPrice": 1738.838,
          "exitPrice": 1732.423,
          "stopDistance": 3.207,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 38
        },
        {
          "entryTs": 1661259480,
          "entryUtc": "2022-08-23T12:58:00.000Z",
          "exitTs": 1661262300,
          "dir": 1,
          "entryPrice": 1736.035,
          "exitPrice": 1743.32,
          "stopDistance": 3.642,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 47
        },
        {
          "entryTs": 1661325480,
          "entryUtc": "2022-08-24T07:18:00.000Z",
          "exitTs": 1661328300,
          "dir": 1,
          "entryPrice": 1745.348,
          "exitPrice": 1749.136,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8047,
          "holdMinutes": 47
        },
        {
          "entryTs": 1661336700,
          "entryUtc": "2022-08-24T10:25:00.000Z",
          "exitTs": 1661338080,
          "dir": 1,
          "entryPrice": 1746.084,
          "exitPrice": 1743.926,
          "stopDistance": 2.158,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 23
        },
        {
          "entryTs": 1661345520,
          "entryUtc": "2022-08-24T12:52:00.000Z",
          "exitTs": 1661350740,
          "dir": -1,
          "entryPrice": 1745.954,
          "exitPrice": 1749.181,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 87
        },
        {
          "entryTs": 1661358600,
          "entryUtc": "2022-08-24T16:30:00.000Z",
          "exitTs": 1661403840,
          "dir": 1,
          "entryPrice": 1749.838,
          "exitPrice": 1758.119,
          "stopDistance": 4.14,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 754
        },
        {
          "entryTs": 1661428380,
          "entryUtc": "2022-08-25T11:53:00.000Z",
          "exitTs": 1661429640,
          "dir": 1,
          "entryPrice": 1762.908,
          "exitPrice": 1760.303,
          "stopDistance": 2.605,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661431980,
          "entryUtc": "2022-08-25T12:53:00.000Z",
          "exitTs": 1661435340,
          "dir": -1,
          "entryPrice": 1760.084,
          "exitPrice": 1753.97,
          "stopDistance": 3.057,
          "outcome": "target",
          "netR": 1.879,
          "holdMinutes": 56
        },
        {
          "entryTs": 1661522460,
          "entryUtc": "2022-08-26T14:01:00.000Z",
          "exitTs": 1661522520,
          "dir": 1,
          "entryPrice": 1746.499,
          "exitPrice": 1742.948,
          "stopDistance": 3.551,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 1
        },
        {
          "entryTs": 1661523420,
          "entryUtc": "2022-08-26T14:17:00.000Z",
          "exitTs": 1661524020,
          "dir": 1,
          "entryPrice": 1751.364,
          "exitPrice": 1746.31,
          "stopDistance": 5.054,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 10
        },
        {
          "entryTs": 1661850300,
          "entryUtc": "2022-08-30T09:05:00.000Z",
          "exitTs": 1661863380,
          "dir": 1,
          "entryPrice": 1733.034,
          "exitPrice": 1730.067,
          "stopDistance": 2.968,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 218
        },
        {
          "entryTs": 1661868000,
          "entryUtc": "2022-08-30T14:00:00.000Z",
          "exitTs": 1661868900,
          "dir": 1,
          "entryPrice": 1731.49,
          "exitPrice": 1727.952,
          "stopDistance": 3.538,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 15
        },
        {
          "entryTs": 1661911200,
          "entryUtc": "2022-08-31T02:00:00.000Z",
          "exitTs": 1661918940,
          "dir": -1,
          "entryPrice": 1722.848,
          "exitPrice": 1724.732,
          "stopDistance": 1.884,
          "outcome": "stop",
          "netR": -1.2229,
          "holdMinutes": 129
        },
        {
          "entryTs": 1661924400,
          "entryUtc": "2022-08-31T05:40:00.000Z",
          "exitTs": 1661926500,
          "dir": 1,
          "entryPrice": 1724.634,
          "exitPrice": 1722.642,
          "stopDistance": 1.993,
          "outcome": "stop",
          "netR": -1.2108,
          "holdMinutes": 35
        },
        {
          "entryTs": 1661930520,
          "entryUtc": "2022-08-31T07:22:00.000Z",
          "exitTs": 1661934060,
          "dir": -1,
          "entryPrice": 1721.424,
          "exitPrice": 1716.845,
          "stopDistance": 2.289,
          "outcome": "target",
          "netR": 1.8384,
          "holdMinutes": 59
        },
        {
          "entryTs": 1661940900,
          "entryUtc": "2022-08-31T10:15:00.000Z",
          "exitTs": 1661955900,
          "dir": 1,
          "entryPrice": 1712.574,
          "exitPrice": 1718.793,
          "stopDistance": 3.11,
          "outcome": "target",
          "netR": 1.881,
          "holdMinutes": 250
        },
        {
          "entryTs": 1662014700,
          "entryUtc": "2022-09-01T06:45:00.000Z",
          "exitTs": 1662020340,
          "dir": -1,
          "entryPrice": 1706.864,
          "exitPrice": 1701.901,
          "stopDistance": 2.481,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 94
        },
        {
          "entryTs": 1662035460,
          "entryUtc": "2022-09-01T12:31:00.000Z",
          "exitTs": 1662036060,
          "dir": 1,
          "entryPrice": 1701.674,
          "exitPrice": 1698.313,
          "stopDistance": 3.361,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 10
        },
        {
          "entryTs": 1662036720,
          "entryUtc": "2022-09-01T12:52:00.000Z",
          "exitTs": 1662041760,
          "dir": -1,
          "entryPrice": 1700.164,
          "exitPrice": 1691.985,
          "stopDistance": 4.089,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 84
        },
        {
          "entryTs": 1662044520,
          "entryUtc": "2022-09-01T15:02:00.000Z",
          "exitTs": 1662048060,
          "dir": -1,
          "entryPrice": 1693.414,
          "exitPrice": 1698.913,
          "stopDistance": 5.5,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 59
        },
        {
          "entryTs": 1662103920,
          "entryUtc": "2022-09-02T07:32:00.000Z",
          "exitTs": 1662111360,
          "dir": 1,
          "entryPrice": 1702.588,
          "exitPrice": 1706.77,
          "stopDistance": 2.091,
          "outcome": "target",
          "netR": 1.8231,
          "holdMinutes": 124
        },
        {
          "entryTs": 1662344460,
          "entryUtc": "2022-09-05T02:21:00.000Z",
          "exitTs": 1662372360,
          "dir": 1,
          "entryPrice": 1709.178,
          "exitPrice": 1714.526,
          "stopDistance": 2.674,
          "outcome": "target",
          "netR": 1.8616,
          "holdMinutes": 465
        },
        {
          "entryTs": 1662467400,
          "entryUtc": "2022-09-06T12:30:00.000Z",
          "exitTs": 1662468720,
          "dir": 1,
          "entryPrice": 1712.265,
          "exitPrice": 1709.664,
          "stopDistance": 2.601,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 22
        },
        {
          "entryTs": 1662474600,
          "entryUtc": "2022-09-06T14:30:00.000Z",
          "exitTs": 1662476040,
          "dir": 1,
          "entryPrice": 1708.648,
          "exitPrice": 1704.229,
          "stopDistance": 4.419,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 24
        },
        {
          "entryTs": 1662509880,
          "entryUtc": "2022-09-07T00:18:00.000Z",
          "exitTs": 1662510120,
          "dir": 1,
          "entryPrice": 1700.294,
          "exitPrice": 1697.936,
          "stopDistance": 2.358,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 4
        },
        {
          "entryTs": 1662558420,
          "entryUtc": "2022-09-07T13:47:00.000Z",
          "exitTs": 1662560340,
          "dir": -1,
          "entryPrice": 1701.816,
          "exitPrice": 1705.075,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 32
        },
        {
          "entryTs": 1662601500,
          "entryUtc": "2022-09-08T01:45:00.000Z",
          "exitTs": 1662617640,
          "dir": -1,
          "entryPrice": 1716.074,
          "exitPrice": 1718.448,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 269
        },
        {
          "entryTs": 1662623100,
          "entryUtc": "2022-09-08T07:45:00.000Z",
          "exitTs": 1662633360,
          "dir": -1,
          "entryPrice": 1719.468,
          "exitPrice": 1722.068,
          "stopDistance": 2.6,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 171
        },
        {
          "entryTs": 1662697200,
          "entryUtc": "2022-09-09T04:20:00.000Z",
          "exitTs": 1662706860,
          "dir": 1,
          "entryPrice": 1719.978,
          "exitPrice": 1724.471,
          "stopDistance": 2.246,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 161
        },
        {
          "entryTs": 1662715320,
          "entryUtc": "2022-09-09T09:22:00.000Z",
          "exitTs": 1662724440,
          "dir": -1,
          "entryPrice": 1728.034,
          "exitPrice": 1721.738,
          "stopDistance": 3.148,
          "outcome": "target",
          "netR": 1.8825,
          "holdMinutes": 152
        },
        {
          "entryTs": 1662947220,
          "entryUtc": "2022-09-12T01:47:00.000Z",
          "exitTs": 1662950040,
          "dir": 1,
          "entryPrice": 1716.888,
          "exitPrice": 1714.372,
          "stopDistance": 2.516,
          "outcome": "stop",
          "netR": -1.1669,
          "holdMinutes": 47
        },
        {
          "entryTs": 1663028460,
          "entryUtc": "2022-09-13T00:21:00.000Z",
          "exitTs": 1663030860,
          "dir": 1,
          "entryPrice": 1726.038,
          "exitPrice": 1723.657,
          "stopDistance": 2.381,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 40
        },
        {
          "entryTs": 1663058400,
          "entryUtc": "2022-09-13T08:40:00.000Z",
          "exitTs": 1663060920,
          "dir": -1,
          "entryPrice": 1723.858,
          "exitPrice": 1726.398,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 42
        },
        {
          "entryTs": 1663065300,
          "entryUtc": "2022-09-13T10:35:00.000Z",
          "exitTs": 1663066920,
          "dir": -1,
          "entryPrice": 1726.694,
          "exitPrice": 1729.313,
          "stopDistance": 2.619,
          "outcome": "stop",
          "netR": -1.1603,
          "holdMinutes": 27
        },
        {
          "entryTs": 1663241700,
          "entryUtc": "2022-09-15T11:35:00.000Z",
          "exitTs": 1663245960,
          "dir": -1,
          "entryPrice": 1686.184,
          "exitPrice": 1689.251,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 71
        },
        {
          "entryTs": 1663246800,
          "entryUtc": "2022-09-15T13:00:00.000Z",
          "exitTs": 1663248540,
          "dir": 1,
          "entryPrice": 1686.851,
          "exitPrice": 1683.093,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 29
        },
        {
          "entryTs": 1663578240,
          "entryUtc": "2022-09-19T09:04:00.000Z",
          "exitTs": 1663590420,
          "dir": -1,
          "entryPrice": 1663.998,
          "exitPrice": 1667.394,
          "stopDistance": 3.396,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 203
        },
        {
          "entryTs": 1663595880,
          "entryUtc": "2022-09-19T13:58:00.000Z",
          "exitTs": 1663599360,
          "dir": 1,
          "entryPrice": 1664.908,
          "exitPrice": 1672.867,
          "stopDistance": 3.98,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 58
        },
        {
          "entryTs": 1663654500,
          "entryUtc": "2022-09-20T06:15:00.000Z",
          "exitTs": 1663655820,
          "dir": -1,
          "entryPrice": 1672.235,
          "exitPrice": 1674.311,
          "stopDistance": 2.076,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 22
        },
        {
          "entryTs": 1663660080,
          "entryUtc": "2022-09-20T07:48:00.000Z",
          "exitTs": 1663666080,
          "dir": -1,
          "entryPrice": 1672.868,
          "exitPrice": 1667.428,
          "stopDistance": 2.72,
          "outcome": "target",
          "netR": 1.864,
          "holdMinutes": 100
        },
        {
          "entryTs": 1663672080,
          "entryUtc": "2022-09-20T11:08:00.000Z",
          "exitTs": 1663680600,
          "dir": 1,
          "entryPrice": 1667.748,
          "exitPrice": 1664.755,
          "stopDistance": 2.993,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 142
        },
        {
          "entryTs": 1663682400,
          "entryUtc": "2022-09-20T14:00:00.000Z",
          "exitTs": 1663684620,
          "dir": 1,
          "entryPrice": 1664.848,
          "exitPrice": 1661.052,
          "stopDistance": 3.796,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 37
        },
        {
          "entryTs": 1663726980,
          "entryUtc": "2022-09-21T02:23:00.000Z",
          "exitTs": 1663733280,
          "dir": -1,
          "entryPrice": 1666.281,
          "exitPrice": 1662.329,
          "stopDistance": 1.976,
          "outcome": "target",
          "netR": 1.8128,
          "holdMinutes": 105
        },
        {
          "entryTs": 1663839060,
          "entryUtc": "2022-09-22T09:31:00.000Z",
          "exitTs": 1663850100,
          "dir": -1,
          "entryPrice": 1672.302,
          "exitPrice": 1678.052,
          "stopDistance": 5.75,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 184
        },
        {
          "entryTs": 1664154900,
          "entryUtc": "2022-09-26T01:15:00.000Z",
          "exitTs": 1664208420,
          "dir": 1,
          "entryPrice": 1638.995,
          "exitPrice": 1632.436,
          "stopDistance": 6.559,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 892
        },
        {
          "entryTs": 1664215440,
          "entryUtc": "2022-09-26T18:04:00.000Z",
          "exitTs": 1664240460,
          "dir": -1,
          "entryPrice": 1625.875,
          "exitPrice": 1631.342,
          "stopDistance": 5.467,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 417
        },
        {
          "entryTs": 1664260440,
          "entryUtc": "2022-09-27T06:34:00.000Z",
          "exitTs": 1664271000,
          "dir": 1,
          "entryPrice": 1635.898,
          "exitPrice": 1633.11,
          "stopDistance": 2.788,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 176
        },
        {
          "entryTs": 1664281260,
          "entryUtc": "2022-09-27T12:21:00.000Z",
          "exitTs": 1664294880,
          "dir": -1,
          "entryPrice": 1639.18,
          "exitPrice": 1631.544,
          "stopDistance": 3.818,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 227
        },
        {
          "entryTs": 1664454600,
          "entryUtc": "2022-09-29T12:30:00.000Z",
          "exitTs": 1664461080,
          "dir": 1,
          "entryPrice": 1651.318,
          "exitPrice": 1646.995,
          "stopDistance": 4.323,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 108
        },
        {
          "entryTs": 1664520660,
          "entryUtc": "2022-09-30T06:51:00.000Z",
          "exitTs": 1664521320,
          "dir": -1,
          "entryPrice": 1667.508,
          "exitPrice": 1670.227,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 11
        },
        {
          "entryTs": 1664531460,
          "entryUtc": "2022-09-30T09:51:00.000Z",
          "exitTs": 1664548320,
          "dir": -1,
          "entryPrice": 1669.498,
          "exitPrice": 1673.664,
          "stopDistance": 4.166,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 281
        },
        {
          "entryTs": 1664781600,
          "entryUtc": "2022-10-03T07:20:00.000Z",
          "exitTs": 1664784300,
          "dir": -1,
          "entryPrice": 1666.908,
          "exitPrice": 1661.096,
          "stopDistance": 2.906,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 45
        },
        {
          "entryTs": 1664786700,
          "entryUtc": "2022-10-03T08:45:00.000Z",
          "exitTs": 1664789400,
          "dir": 1,
          "entryPrice": 1663.658,
          "exitPrice": 1660.142,
          "stopDistance": 3.516,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 45
        },
        {
          "entryTs": 1664801640,
          "entryUtc": "2022-10-03T12:54:00.000Z",
          "exitTs": 1664803080,
          "dir": 1,
          "entryPrice": 1666.101,
          "exitPrice": 1673.661,
          "stopDistance": 3.78,
          "outcome": "target",
          "netR": 1.9021,
          "holdMinutes": 24
        },
        {
          "entryTs": 1664875080,
          "entryUtc": "2022-10-04T09:18:00.000Z",
          "exitTs": 1664878980,
          "dir": -1,
          "entryPrice": 1707.134,
          "exitPrice": 1711.185,
          "stopDistance": 4.051,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 65
        },
        {
          "entryTs": 1664949540,
          "entryUtc": "2022-10-05T05:59:00.000Z",
          "exitTs": 1664951820,
          "dir": 1,
          "entryPrice": 1718.385,
          "exitPrice": 1724.174,
          "stopDistance": 2.895,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 38
        },
        {
          "entryTs": 1664959560,
          "entryUtc": "2022-10-05T08:46:00.000Z",
          "exitTs": 1664963100,
          "dir": 1,
          "entryPrice": 1713.568,
          "exitPrice": 1709.219,
          "stopDistance": 4.349,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 59
        },
        {
          "entryTs": 1664979420,
          "entryUtc": "2022-10-05T14:17:00.000Z",
          "exitTs": 1664990700,
          "dir": -1,
          "entryPrice": 1705.913,
          "exitPrice": 1711.902,
          "stopDistance": 5.989,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 188
        },
        {
          "entryTs": 1665021660,
          "entryUtc": "2022-10-06T02:01:00.000Z",
          "exitTs": 1665042960,
          "dir": -1,
          "entryPrice": 1722.254,
          "exitPrice": 1725.287,
          "stopDistance": 3.033,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 355
        },
        {
          "entryTs": 1665055860,
          "entryUtc": "2022-10-06T11:31:00.000Z",
          "exitTs": 1665058140,
          "dir": -1,
          "entryPrice": 1713.084,
          "exitPrice": 1717.04,
          "stopDistance": 3.956,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 38
        },
        {
          "entryTs": 1665063900,
          "entryUtc": "2022-10-06T13:45:00.000Z",
          "exitTs": 1665066480,
          "dir": 1,
          "entryPrice": 1713.864,
          "exitPrice": 1709.201,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 43
        },
        {
          "entryTs": 1665126960,
          "entryUtc": "2022-10-07T07:16:00.000Z",
          "exitTs": 1665138540,
          "dir": 1,
          "entryPrice": 1709.332,
          "exitPrice": 1706.414,
          "stopDistance": 2.918,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 193
        },
        {
          "entryTs": 1665146100,
          "entryUtc": "2022-10-07T12:35:00.000Z",
          "exitTs": 1665146220,
          "dir": -1,
          "entryPrice": 1712.402,
          "exitPrice": 1705.569,
          "stopDistance": 3.417,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 2
        },
        {
          "entryTs": 1665149100,
          "entryUtc": "2022-10-07T13:25:00.000Z",
          "exitTs": 1665151380,
          "dir": 1,
          "entryPrice": 1701.104,
          "exitPrice": 1694.974,
          "stopDistance": 6.13,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 38
        },
        {
          "entryTs": 1665361500,
          "entryUtc": "2022-10-10T00:25:00.000Z",
          "exitTs": 1665369960,
          "dir": 1,
          "entryPrice": 1695.064,
          "exitPrice": 1691.303,
          "stopDistance": 3.761,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 141
        },
        {
          "entryTs": 1665383040,
          "entryUtc": "2022-10-10T06:24:00.000Z",
          "exitTs": 1665388380,
          "dir": 1,
          "entryPrice": 1686.734,
          "exitPrice": 1683.466,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 89
        },
        {
          "entryTs": 1665393720,
          "entryUtc": "2022-10-10T09:22:00.000Z",
          "exitTs": 1665402060,
          "dir": 1,
          "entryPrice": 1681.114,
          "exitPrice": 1677.323,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 139
        },
        {
          "entryTs": 1665412260,
          "entryUtc": "2022-10-10T14:31:00.000Z",
          "exitTs": 1665413520,
          "dir": -1,
          "entryPrice": 1676.738,
          "exitPrice": 1667.164,
          "stopDistance": 4.787,
          "outcome": "target",
          "netR": 1.9227,
          "holdMinutes": 21
        },
        {
          "entryTs": 1665477660,
          "entryUtc": "2022-10-11T08:41:00.000Z",
          "exitTs": 1665490260,
          "dir": 1,
          "entryPrice": 1664.668,
          "exitPrice": 1672.436,
          "stopDistance": 3.884,
          "outcome": "target",
          "netR": 1.9047,
          "holdMinutes": 210
        },
        {
          "entryTs": 1665496080,
          "entryUtc": "2022-10-11T13:48:00.000Z",
          "exitTs": 1665496800,
          "dir": 1,
          "entryPrice": 1669.715,
          "exitPrice": 1665.543,
          "stopDistance": 4.172,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 12
        },
        {
          "entryTs": 1665577800,
          "entryUtc": "2022-10-12T12:30:00.000Z",
          "exitTs": 1665598200,
          "dir": 1,
          "entryPrice": 1668.415,
          "exitPrice": 1675.896,
          "stopDistance": 3.74,
          "outcome": "target",
          "netR": 1.9011,
          "holdMinutes": 340
        },
        {
          "entryTs": 1665664020,
          "entryUtc": "2022-10-13T12:27:00.000Z",
          "exitTs": 1665664200,
          "dir": 1,
          "entryPrice": 1674.048,
          "exitPrice": 1671.436,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 3
        },
        {
          "entryTs": 1665731700,
          "entryUtc": "2022-10-14T07:15:00.000Z",
          "exitTs": 1665732060,
          "dir": 1,
          "entryPrice": 1667.728,
          "exitPrice": 1664.831,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 6
        },
        {
          "entryTs": 1665749760,
          "entryUtc": "2022-10-14T12:16:00.000Z",
          "exitTs": 1665752220,
          "dir": 1,
          "entryPrice": 1653.89,
          "exitPrice": 1662.832,
          "stopDistance": 4.471,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 41
        },
        {
          "entryTs": 1665997200,
          "entryUtc": "2022-10-17T09:00:00.000Z",
          "exitTs": 1666001280,
          "dir": -1,
          "entryPrice": 1655.868,
          "exitPrice": 1659.286,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 68
        },
        {
          "entryTs": 1666002120,
          "entryUtc": "2022-10-17T10:22:00.000Z",
          "exitTs": 1666009320,
          "dir": 1,
          "entryPrice": 1657.298,
          "exitPrice": 1663.888,
          "stopDistance": 3.295,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 120
        },
        {
          "entryTs": 1666014360,
          "entryUtc": "2022-10-17T13:46:00.000Z",
          "exitTs": 1666019760,
          "dir": 1,
          "entryPrice": 1664.528,
          "exitPrice": 1660.409,
          "stopDistance": 4.119,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 90
        },
        {
          "entryTs": 1666075860,
          "entryUtc": "2022-10-18T06:51:00.000Z",
          "exitTs": 1666077600,
          "dir": 1,
          "entryPrice": 1654.947,
          "exitPrice": 1651.972,
          "stopDistance": 2.975,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 29
        },
        {
          "entryTs": 1666104480,
          "entryUtc": "2022-10-18T14:48:00.000Z",
          "exitTs": 1666160520,
          "dir": -1,
          "entryPrice": 1651.777,
          "exitPrice": 1644.19,
          "stopDistance": 3.794,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 934
        },
        {
          "entryTs": 1666234620,
          "entryUtc": "2022-10-20T02:57:00.000Z",
          "exitTs": 1666239540,
          "dir": -1,
          "entryPrice": 1625.997,
          "exitPrice": 1628.461,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 82
        },
        {
          "entryTs": 1666247460,
          "entryUtc": "2022-10-20T06:31:00.000Z",
          "exitTs": 1666259640,
          "dir": 1,
          "entryPrice": 1629.287,
          "exitPrice": 1635.266,
          "stopDistance": 2.99,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 203
        },
        {
          "entryTs": 1666274700,
          "entryUtc": "2022-10-20T14:05:00.000Z",
          "exitTs": 1666275600,
          "dir": -1,
          "entryPrice": 1636.758,
          "exitPrice": 1640.881,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666285560,
          "entryUtc": "2022-10-20T17:06:00.000Z",
          "exitTs": 1666289580,
          "dir": 1,
          "entryPrice": 1633.227,
          "exitPrice": 1628.601,
          "stopDistance": 4.626,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 67
        },
        {
          "entryTs": 1666340460,
          "entryUtc": "2022-10-21T08:21:00.000Z",
          "exitTs": 1666357080,
          "dir": 1,
          "entryPrice": 1621.025,
          "exitPrice": 1628.322,
          "stopDistance": 3.649,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 277
        },
        {
          "entryTs": 1666569600,
          "entryUtc": "2022-10-24T00:00:00.000Z",
          "exitTs": 1666576980,
          "dir": 1,
          "entryPrice": 1657.778,
          "exitPrice": 1652.844,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 123
        },
        {
          "entryTs": 1666620180,
          "entryUtc": "2022-10-24T14:03:00.000Z",
          "exitTs": 1666688160,
          "dir": 1,
          "entryPrice": 1648.097,
          "exitPrice": 1643.277,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 1133
        },
        {
          "entryTs": 1666698000,
          "entryUtc": "2022-10-25T11:40:00.000Z",
          "exitTs": 1666701540,
          "dir": -1,
          "entryPrice": 1645.747,
          "exitPrice": 1639.71,
          "stopDistance": 3.019,
          "outcome": "target",
          "netR": 1.8774,
          "holdMinutes": 59
        },
        {
          "entryTs": 1666702860,
          "entryUtc": "2022-10-25T13:01:00.000Z",
          "exitTs": 1666703820,
          "dir": -1,
          "entryPrice": 1643.728,
          "exitPrice": 1647.134,
          "stopDistance": 3.406,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 16
        },
        {
          "entryTs": 1666744140,
          "entryUtc": "2022-10-26T00:29:00.000Z",
          "exitTs": 1666747440,
          "dir": -1,
          "entryPrice": 1651.498,
          "exitPrice": 1653.832,
          "stopDistance": 2.334,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 55
        },
        {
          "entryTs": 1666792740,
          "entryUtc": "2022-10-26T13:59:00.000Z",
          "exitTs": 1666797480,
          "dir": 1,
          "entryPrice": 1663.858,
          "exitPrice": 1672.056,
          "stopDistance": 4.099,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 79
        },
        {
          "entryTs": 1666843680,
          "entryUtc": "2022-10-27T04:08:00.000Z",
          "exitTs": 1666849440,
          "dir": 1,
          "entryPrice": 1663.387,
          "exitPrice": 1668.836,
          "stopDistance": 2.724,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 96
        },
        {
          "entryTs": 1666850700,
          "entryUtc": "2022-10-27T06:05:00.000Z",
          "exitTs": 1666852320,
          "dir": 1,
          "entryPrice": 1666.557,
          "exitPrice": 1663.756,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 27
        },
        {
          "entryTs": 1666877520,
          "entryUtc": "2022-10-27T13:32:00.000Z",
          "exitTs": 1666940520,
          "dir": 1,
          "entryPrice": 1660.077,
          "exitPrice": 1655.514,
          "stopDistance": 4.563,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 1050
        },
        {
          "entryTs": 1667202060,
          "entryUtc": "2022-10-31T07:41:00.000Z",
          "exitTs": 1667204280,
          "dir": -1,
          "entryPrice": 1642.548,
          "exitPrice": 1637.765,
          "stopDistance": 2.392,
          "outcome": "target",
          "netR": 1.8453,
          "holdMinutes": 37
        },
        {
          "entryTs": 1667218500,
          "entryUtc": "2022-10-31T12:15:00.000Z",
          "exitTs": 1667222280,
          "dir": -1,
          "entryPrice": 1640.928,
          "exitPrice": 1635.066,
          "stopDistance": 2.931,
          "outcome": "target",
          "netR": 1.8738,
          "holdMinutes": 63
        },
        {
          "entryTs": 1667224140,
          "entryUtc": "2022-10-31T13:49:00.000Z",
          "exitTs": 1667243700,
          "dir": 1,
          "entryPrice": 1636.698,
          "exitPrice": 1633.127,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 326
        },
        {
          "entryTs": 1667289900,
          "entryUtc": "2022-11-01T08:05:00.000Z",
          "exitTs": 1667296500,
          "dir": -1,
          "entryPrice": 1647.028,
          "exitPrice": 1650.233,
          "stopDistance": 3.205,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 110
        },
        {
          "entryTs": 1667353920,
          "entryUtc": "2022-11-02T01:52:00.000Z",
          "exitTs": 1667354940,
          "dir": 1,
          "entryPrice": 1649.698,
          "exitPrice": 1647.346,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 17
        },
        {
          "entryTs": 1667370660,
          "entryUtc": "2022-11-02T06:31:00.000Z",
          "exitTs": 1667376060,
          "dir": -1,
          "entryPrice": 1651.068,
          "exitPrice": 1653.348,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 90
        },
        {
          "entryTs": 1667391300,
          "entryUtc": "2022-11-02T12:15:00.000Z",
          "exitTs": 1667397660,
          "dir": 1,
          "entryPrice": 1655.108,
          "exitPrice": 1652.441,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 106
        },
        {
          "entryTs": 1667470440,
          "entryUtc": "2022-11-03T10:14:00.000Z",
          "exitTs": 1667474760,
          "dir": 1,
          "entryPrice": 1621.657,
          "exitPrice": 1618.101,
          "stopDistance": 3.556,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 72
        },
        {
          "entryTs": 1667483100,
          "entryUtc": "2022-11-03T13:45:00.000Z",
          "exitTs": 1667487120,
          "dir": 1,
          "entryPrice": 1620.098,
          "exitPrice": 1630.004,
          "stopDistance": 4.953,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 67
        },
        {
          "entryTs": 1667490720,
          "entryUtc": "2022-11-03T15:52:00.000Z",
          "exitTs": 1667530920,
          "dir": 1,
          "entryPrice": 1625.627,
          "exitPrice": 1637.161,
          "stopDistance": 5.767,
          "outcome": "target",
          "netR": 1.9358,
          "holdMinutes": 670
        },
        {
          "entryTs": 1667555100,
          "entryUtc": "2022-11-04T09:45:00.000Z",
          "exitTs": 1667560140,
          "dir": 1,
          "entryPrice": 1645.697,
          "exitPrice": 1652.643,
          "stopDistance": 3.473,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 84
        },
        {
          "entryTs": 1667825880,
          "entryUtc": "2022-11-07T12:58:00.000Z",
          "exitTs": 1667830140,
          "dir": -1,
          "entryPrice": 1676.858,
          "exitPrice": 1680.099,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 71
        },
        {
          "entryTs": 1667891400,
          "entryUtc": "2022-11-08T07:10:00.000Z",
          "exitTs": 1667897280,
          "dir": 1,
          "entryPrice": 1669.367,
          "exitPrice": 1667.236,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 98
        },
        {
          "entryTs": 1667899380,
          "entryUtc": "2022-11-08T09:23:00.000Z",
          "exitTs": 1667901540,
          "dir": -1,
          "entryPrice": 1668.627,
          "exitPrice": 1671.461,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 36
        },
        {
          "entryTs": 1668005460,
          "entryUtc": "2022-11-09T14:51:00.000Z",
          "exitTs": 1668006540,
          "dir": 1,
          "entryPrice": 1711.567,
          "exitPrice": 1719.086,
          "stopDistance": 3.76,
          "outcome": "target",
          "netR": 1.9016,
          "holdMinutes": 18
        },
        {
          "entryTs": 1668047520,
          "entryUtc": "2022-11-10T02:32:00.000Z",
          "exitTs": 1668056760,
          "dir": -1,
          "entryPrice": 1707.758,
          "exitPrice": 1710.75,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 154
        },
        {
          "entryTs": 1668070920,
          "entryUtc": "2022-11-10T09:02:00.000Z",
          "exitTs": 1668086880,
          "dir": 1,
          "entryPrice": 1706.168,
          "exitPrice": 1712.424,
          "stopDistance": 3.128,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 266
        },
        {
          "entryTs": 1668155400,
          "entryUtc": "2022-11-11T08:30:00.000Z",
          "exitTs": 1668156720,
          "dir": -1,
          "entryPrice": 1760.228,
          "exitPrice": 1764.738,
          "stopDistance": 4.51,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 22
        },
        {
          "entryTs": 1668407760,
          "entryUtc": "2022-11-14T06:36:00.000Z",
          "exitTs": 1668420600,
          "dir": 1,
          "entryPrice": 1759.608,
          "exitPrice": 1756.025,
          "stopDistance": 3.583,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 214
        },
        {
          "entryTs": 1668491760,
          "entryUtc": "2022-11-15T05:56:00.000Z",
          "exitTs": 1668497040,
          "dir": 1,
          "entryPrice": 1770.947,
          "exitPrice": 1775.77,
          "stopDistance": 2.411,
          "outcome": "target",
          "netR": 1.8466,
          "holdMinutes": 88
        },
        {
          "entryTs": 1668537060,
          "entryUtc": "2022-11-15T18:31:00.000Z",
          "exitTs": 1668537420,
          "dir": 1,
          "entryPrice": 1772.217,
          "exitPrice": 1782.462,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 6
        },
        {
          "entryTs": 1668671460,
          "entryUtc": "2022-11-17T07:51:00.000Z",
          "exitTs": 1668677700,
          "dir": 1,
          "entryPrice": 1766.077,
          "exitPrice": 1763.457,
          "stopDistance": 2.62,
          "outcome": "stop",
          "netR": -1.1603,
          "holdMinutes": 104
        },
        {
          "entryTs": 1668691440,
          "entryUtc": "2022-11-17T13:24:00.000Z",
          "exitTs": 1668694020,
          "dir": -1,
          "entryPrice": 1762.728,
          "exitPrice": 1754.483,
          "stopDistance": 4.122,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 43
        },
        {
          "entryTs": 1668746820,
          "entryUtc": "2022-11-18T04:47:00.000Z",
          "exitTs": 1668757560,
          "dir": 1,
          "entryPrice": 1762.307,
          "exitPrice": 1766.776,
          "stopDistance": 2.235,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 179
        },
        {
          "entryTs": 1668768600,
          "entryUtc": "2022-11-18T10:50:00.000Z",
          "exitTs": 1668776400,
          "dir": -1,
          "entryPrice": 1765.067,
          "exitPrice": 1758.759,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 130
        },
        {
          "entryTs": 1669010460,
          "entryUtc": "2022-11-21T06:01:00.000Z",
          "exitTs": 1669016460,
          "dir": 1,
          "entryPrice": 1746.068,
          "exitPrice": 1743.64,
          "stopDistance": 2.428,
          "outcome": "stop",
          "netR": -1.173,
          "holdMinutes": 100
        },
        {
          "entryTs": 1669025400,
          "entryUtc": "2022-11-21T10:10:00.000Z",
          "exitTs": 1669036740,
          "dir": -1,
          "entryPrice": 1741.458,
          "exitPrice": 1744.423,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 189
        },
        {
          "entryTs": 1669041840,
          "entryUtc": "2022-11-21T14:44:00.000Z",
          "exitTs": 1669043100,
          "dir": 1,
          "entryPrice": 1740.487,
          "exitPrice": 1737.677,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 21
        },
        {
          "entryTs": 1669173240,
          "entryUtc": "2022-11-23T03:14:00.000Z",
          "exitTs": 1669175760,
          "dir": 1,
          "entryPrice": 1739.608,
          "exitPrice": 1737.602,
          "stopDistance": 2.006,
          "outcome": "stop",
          "netR": -1.2094,
          "holdMinutes": 42
        },
        {
          "entryTs": 1669204200,
          "entryUtc": "2022-11-23T11:50:00.000Z",
          "exitTs": 1669210200,
          "dir": -1,
          "entryPrice": 1738.657,
          "exitPrice": 1732.307,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 100
        },
        {
          "entryTs": 1669210380,
          "entryUtc": "2022-11-23T13:33:00.000Z",
          "exitTs": 1669210440,
          "dir": -1,
          "entryPrice": 1736.517,
          "exitPrice": 1739.383,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 1
        },
        {
          "entryTs": 1669279260,
          "entryUtc": "2022-11-24T08:41:00.000Z",
          "exitTs": 1669337640,
          "dir": -1,
          "entryPrice": 1756.647,
          "exitPrice": 1752.161,
          "stopDistance": 2.243,
          "outcome": "target",
          "netR": 1.835,
          "holdMinutes": 973
        },
        {
          "entryTs": 1669360560,
          "entryUtc": "2022-11-25T07:16:00.000Z",
          "exitTs": 1669362360,
          "dir": 1,
          "entryPrice": 1754.948,
          "exitPrice": 1752.894,
          "stopDistance": 2.054,
          "outcome": "stop",
          "netR": -1.2045,
          "holdMinutes": 30
        },
        {
          "entryTs": 1669384920,
          "entryUtc": "2022-11-25T14:02:00.000Z",
          "exitTs": 1669396200,
          "dir": 1,
          "entryPrice": 1747.558,
          "exitPrice": 1753.179,
          "stopDistance": 2.811,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 188
        },
        {
          "entryTs": 1669620360,
          "entryUtc": "2022-11-28T07:26:00.000Z",
          "exitTs": 1669624020,
          "dir": 1,
          "entryPrice": 1751.718,
          "exitPrice": 1756.762,
          "stopDistance": 2.522,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 61
        },
        {
          "entryTs": 1669706220,
          "entryUtc": "2022-11-29T07:17:00.000Z",
          "exitTs": 1669710660,
          "dir": -1,
          "entryPrice": 1753.238,
          "exitPrice": 1755.785,
          "stopDistance": 2.547,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 74
        },
        {
          "entryTs": 1669713720,
          "entryUtc": "2022-11-29T09:22:00.000Z",
          "exitTs": 1669729920,
          "dir": -1,
          "entryPrice": 1756.158,
          "exitPrice": 1750.183,
          "stopDistance": 2.987,
          "outcome": "target",
          "netR": 1.8761,
          "holdMinutes": 270
        },
        {
          "entryTs": 1669732860,
          "entryUtc": "2022-11-29T14:41:00.000Z",
          "exitTs": 1669734900,
          "dir": -1,
          "entryPrice": 1751.468,
          "exitPrice": 1754.942,
          "stopDistance": 3.474,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 34
        },
        {
          "entryTs": 1669773660,
          "entryUtc": "2022-11-30T02:01:00.000Z",
          "exitTs": 1669792380,
          "dir": 1,
          "entryPrice": 1751.408,
          "exitPrice": 1755.818,
          "stopDistance": 2.205,
          "outcome": "target",
          "netR": 1.8322,
          "holdMinutes": 312
        },
        {
          "entryTs": 1669819320,
          "entryUtc": "2022-11-30T14:42:00.000Z",
          "exitTs": 1669820400,
          "dir": -1,
          "entryPrice": 1761.098,
          "exitPrice": 1753.425,
          "stopDistance": 3.837,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 18
        },
        {
          "entryTs": 1669874100,
          "entryUtc": "2022-12-01T05:55:00.000Z",
          "exitTs": 1669881120,
          "dir": 1,
          "entryPrice": 1779.628,
          "exitPrice": 1776.733,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 117
        },
        {
          "entryTs": 1669951020,
          "entryUtc": "2022-12-02T03:17:00.000Z",
          "exitTs": 1669966800,
          "dir": 1,
          "entryPrice": 1797.188,
          "exitPrice": 1801.952,
          "stopDistance": 2.382,
          "outcome": "target",
          "netR": 1.8447,
          "holdMinutes": 263
        },
        {
          "entryTs": 1669996140,
          "entryUtc": "2022-12-02T15:49:00.000Z",
          "exitTs": 1669998660,
          "dir": -1,
          "entryPrice": 1785.548,
          "exitPrice": 1791.053,
          "stopDistance": 5.506,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 42
        },
        {
          "entryTs": 1670300160,
          "entryUtc": "2022-12-06T04:16:00.000Z",
          "exitTs": 1670309520,
          "dir": -1,
          "entryPrice": 1774.028,
          "exitPrice": 1768.023,
          "stopDistance": 3.002,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 156
        },
        {
          "entryTs": 1670310600,
          "entryUtc": "2022-12-06T07:10:00.000Z",
          "exitTs": 1670313360,
          "dir": -1,
          "entryPrice": 1769.367,
          "exitPrice": 1772.337,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 46
        },
        {
          "entryTs": 1670336880,
          "entryUtc": "2022-12-06T14:28:00.000Z",
          "exitTs": 1670338920,
          "dir": 1,
          "entryPrice": 1776.088,
          "exitPrice": 1772.998,
          "stopDistance": 3.09,
          "outcome": "stop",
          "netR": -1.1359,
          "holdMinutes": 34
        },
        {
          "entryTs": 1670380440,
          "entryUtc": "2022-12-07T02:34:00.000Z",
          "exitTs": 1670383140,
          "dir": 1,
          "entryPrice": 1773.248,
          "exitPrice": 1770.848,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 45
        },
        {
          "entryTs": 1670404980,
          "entryUtc": "2022-12-07T09:23:00.000Z",
          "exitTs": 1670421180,
          "dir": 1,
          "entryPrice": 1772.735,
          "exitPrice": 1778.747,
          "stopDistance": 3.006,
          "outcome": "target",
          "netR": 1.8769,
          "holdMinutes": 270
        },
        {
          "entryTs": 1670484120,
          "entryUtc": "2022-12-08T07:22:00.000Z",
          "exitTs": 1670492220,
          "dir": -1,
          "entryPrice": 1785.867,
          "exitPrice": 1781.506,
          "stopDistance": 2.18,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 135
        },
        {
          "entryTs": 1670503440,
          "entryUtc": "2022-12-08T12:44:00.000Z",
          "exitTs": 1670506200,
          "dir": 1,
          "entryPrice": 1784.478,
          "exitPrice": 1789.688,
          "stopDistance": 2.605,
          "outcome": "target",
          "netR": 1.858,
          "holdMinutes": 46
        },
        {
          "entryTs": 1670511060,
          "entryUtc": "2022-12-08T14:51:00.000Z",
          "exitTs": 1670513100,
          "dir": -1,
          "entryPrice": 1788.698,
          "exitPrice": 1792.613,
          "stopDistance": 3.915,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 34
        },
        {
          "entryTs": 1670554980,
          "entryUtc": "2022-12-09T03:03:00.000Z",
          "exitTs": 1670559720,
          "dir": -1,
          "entryPrice": 1794.057,
          "exitPrice": 1796.531,
          "stopDistance": 2.474,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 79
        },
        {
          "entryTs": 1670566320,
          "entryUtc": "2022-12-09T06:12:00.000Z",
          "exitTs": 1670572320,
          "dir": -1,
          "entryPrice": 1796.058,
          "exitPrice": 1791.35,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 100
        },
        {
          "entryTs": 1670592600,
          "entryUtc": "2022-12-09T13:30:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1794.468,
          "exitPrice": 1791.474,
          "stopDistance": 2.994,
          "outcome": "ambiguous",
          "netR": -1.1403,
          "holdMinutes": 0
        },
        {
          "entryTs": 1670598000,
          "entryUtc": "2022-12-09T15:00:00.000Z",
          "exitTs": 1670599200,
          "dir": -1,
          "entryPrice": 1800.148,
          "exitPrice": 1791.271,
          "stopDistance": 4.438,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 20
        },
        {
          "entryTs": 1670601900,
          "entryUtc": "2022-12-09T16:05:00.000Z",
          "exitTs": 1670603460,
          "dir": -1,
          "entryPrice": 1797.848,
          "exitPrice": 1803.109,
          "stopDistance": 5.261,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 26
        },
        {
          "entryTs": 1670856360,
          "entryUtc": "2022-12-12T14:46:00.000Z",
          "exitTs": 1670866500,
          "dir": -1,
          "entryPrice": 1787.418,
          "exitPrice": 1781.337,
          "stopDistance": 3.04,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 169
        },
        {
          "entryTs": 1670917860,
          "entryUtc": "2022-12-13T07:51:00.000Z",
          "exitTs": 1670922540,
          "dir": 1,
          "entryPrice": 1786.265,
          "exitPrice": 1784.228,
          "stopDistance": 2.037,
          "outcome": "stop",
          "netR": -1.2062,
          "holdMinutes": 78
        },
        {
          "entryTs": 1670953020,
          "entryUtc": "2022-12-13T17:37:00.000Z",
          "exitTs": 1671043020,
          "dir": -1,
          "entryPrice": 1808.805,
          "exitPrice": 1808.815,
          "stopDistance": 6.94,
          "outcome": "time",
          "netR": -0.0547,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1671044400,
          "entryUtc": "2022-12-14T19:00:00.000Z",
          "exitTs": 1671044400,
          "dir": 1,
          "entryPrice": 1808.185,
          "exitPrice": 1805.274,
          "stopDistance": 2.911,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 0
        },
        {
          "entryTs": 1671048600,
          "entryUtc": "2022-12-14T20:10:00.000Z",
          "exitTs": 1671048720,
          "dir": -1,
          "entryPrice": 1809.005,
          "exitPrice": 1813.205,
          "stopDistance": 4.2,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 2
        },
        {
          "entryTs": 1671112140,
          "entryUtc": "2022-12-15T13:49:00.000Z",
          "exitTs": 1671199260,
          "dir": 1,
          "entryPrice": 1777.355,
          "exitPrice": 1786.696,
          "stopDistance": 4.67,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 1452
        },
        {
          "entryTs": 1671207240,
          "entryUtc": "2022-12-16T16:14:00.000Z",
          "exitTs": 1671404400,
          "dir": -1,
          "entryPrice": 1789.885,
          "exitPrice": 1793.248,
          "stopDistance": 4.825,
          "outcome": "time",
          "netR": -0.7737,
          "holdMinutes": 3286
        },
        {
          "entryTs": 1671444360,
          "entryUtc": "2022-12-19T10:06:00.000Z",
          "exitTs": 1671456240,
          "dir": -1,
          "entryPrice": 1796.848,
          "exitPrice": 1791.474,
          "stopDistance": 2.687,
          "outcome": "target",
          "netR": 1.8623,
          "holdMinutes": 198
        },
        {
          "entryTs": 1671461520,
          "entryUtc": "2022-12-19T14:52:00.000Z",
          "exitTs": 1671463260,
          "dir": -1,
          "entryPrice": 1791.338,
          "exitPrice": 1794.028,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1562,
          "holdMinutes": 29
        },
        {
          "entryTs": 1671463800,
          "entryUtc": "2022-12-19T15:30:00.000Z",
          "exitTs": 1671464760,
          "dir": 1,
          "entryPrice": 1792.308,
          "exitPrice": 1788.98,
          "stopDistance": 3.328,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 16
        },
        {
          "entryTs": 1671472200,
          "entryUtc": "2022-12-19T17:50:00.000Z",
          "exitTs": 1671505500,
          "dir": -1,
          "entryPrice": 1790.775,
          "exitPrice": 1794.261,
          "stopDistance": 3.486,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 555
        },
        {
          "entryTs": 1671610200,
          "entryUtc": "2022-12-21T08:10:00.000Z",
          "exitTs": 1671628800,
          "dir": 1,
          "entryPrice": 1814.077,
          "exitPrice": 1818.834,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 310
        },
        {
          "entryTs": 1671699000,
          "entryUtc": "2022-12-22T08:50:00.000Z",
          "exitTs": 1671706800,
          "dir": 1,
          "entryPrice": 1816.735,
          "exitPrice": 1814.393,
          "stopDistance": 2.342,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 130
        },
        {
          "entryTs": 1671715860,
          "entryUtc": "2022-12-22T13:31:00.000Z",
          "exitTs": 1671716100,
          "dir": 1,
          "entryPrice": 1814.675,
          "exitPrice": 1812.355,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 4
        },
        {
          "entryTs": 1671783720,
          "entryUtc": "2022-12-23T08:22:00.000Z",
          "exitTs": 1671803820,
          "dir": 1,
          "entryPrice": 1795.935,
          "exitPrice": 1793.735,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 335
        },
        {
          "entryTs": 1672119900,
          "entryUtc": "2022-12-27T05:45:00.000Z",
          "exitTs": 1672120080,
          "dir": -1,
          "entryPrice": 1804.895,
          "exitPrice": 1806.69,
          "stopDistance": 1.795,
          "outcome": "stop",
          "netR": -1.234,
          "holdMinutes": 3
        },
        {
          "entryTs": 1672226160,
          "entryUtc": "2022-12-28T11:16:00.000Z",
          "exitTs": 1672238160,
          "dir": -1,
          "entryPrice": 1804.365,
          "exitPrice": 1807.661,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 200
        },
        {
          "entryTs": 1672301340,
          "entryUtc": "2022-12-29T08:09:00.000Z",
          "exitTs": 1672302540,
          "dir": -1,
          "entryPrice": 1807.755,
          "exitPrice": 1809.811,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 20
        },
        {
          "entryTs": 1672314960,
          "entryUtc": "2022-12-29T11:56:00.000Z",
          "exitTs": 1672321020,
          "dir": 1,
          "entryPrice": 1806.185,
          "exitPrice": 1811.264,
          "stopDistance": 2.539,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 101
        },
        {
          "entryTs": 1672409880,
          "entryUtc": "2022-12-30T14:18:00.000Z",
          "exitTs": 1672412580,
          "dir": 1,
          "entryPrice": 1819.397,
          "exitPrice": 1816.373,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672815360,
          "entryUtc": "2023-01-04T06:56:00.000Z",
          "exitTs": 1672816260,
          "dir": -1,
          "entryPrice": 1847.435,
          "exitPrice": 1849.847,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 15
        },
        {
          "entryTs": 1672901280,
          "entryUtc": "2023-01-05T06:48:00.000Z",
          "exitTs": 1672905300,
          "dir": 1,
          "entryPrice": 1852.655,
          "exitPrice": 1849.746,
          "stopDistance": 2.909,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 67
        },
        {
          "entryTs": 1672925400,
          "entryUtc": "2023-01-05T13:30:00.000Z",
          "exitTs": 1672926780,
          "dir": -1,
          "entryPrice": 1845.285,
          "exitPrice": 1837.5,
          "stopDistance": 3.892,
          "outcome": "target",
          "netR": 1.9049,
          "holdMinutes": 23
        },
        {
          "entryTs": 1672946460,
          "entryUtc": "2023-01-05T19:21:00.000Z",
          "exitTs": 1673011800,
          "dir": 1,
          "entryPrice": 1833.768,
          "exitPrice": 1843.051,
          "stopDistance": 4.641,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 1089
        },
        {
          "entryTs": 1673014560,
          "entryUtc": "2023-01-06T14:16:00.000Z",
          "exitTs": 1673017380,
          "dir": -1,
          "entryPrice": 1847.685,
          "exitPrice": 1852.9,
          "stopDistance": 5.215,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 47
        },
        {
          "entryTs": 1673323980,
          "entryUtc": "2023-01-10T04:13:00.000Z",
          "exitTs": 1673341560,
          "dir": 1,
          "entryPrice": 1870.615,
          "exitPrice": 1876.197,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 293
        },
        {
          "entryTs": 1673407860,
          "entryUtc": "2023-01-11T03:31:00.000Z",
          "exitTs": 1673413920,
          "dir": -1,
          "entryPrice": 1876.955,
          "exitPrice": 1879.068,
          "stopDistance": 2.114,
          "outcome": "stop",
          "netR": -1.1987,
          "holdMinutes": 101
        },
        {
          "entryTs": 1673444760,
          "entryUtc": "2023-01-11T13:46:00.000Z",
          "exitTs": 1673447760,
          "dir": 1,
          "entryPrice": 1879.035,
          "exitPrice": 1875.679,
          "stopDistance": 3.356,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 50
        },
        {
          "entryTs": 1673481660,
          "entryUtc": "2023-01-12T00:01:00.000Z",
          "exitTs": 1673490360,
          "dir": 1,
          "entryPrice": 1876.177,
          "exitPrice": 1881.724,
          "stopDistance": 2.774,
          "outcome": "target",
          "netR": 1.8666,
          "holdMinutes": 145
        },
        {
          "entryTs": 1673532960,
          "entryUtc": "2023-01-12T14:16:00.000Z",
          "exitTs": 1673549820,
          "dir": -1,
          "entryPrice": 1891.865,
          "exitPrice": 1898.929,
          "stopDistance": 7.064,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 281
        },
        {
          "entryTs": 1673607900,
          "entryUtc": "2023-01-13T11:05:00.000Z",
          "exitTs": 1673612700,
          "dir": -1,
          "entryPrice": 1906.355,
          "exitPrice": 1898.501,
          "stopDistance": 3.927,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 80
        },
        {
          "entryTs": 1673838900,
          "entryUtc": "2023-01-16T03:15:00.000Z",
          "exitTs": 1673848080,
          "dir": -1,
          "entryPrice": 1925.318,
          "exitPrice": 1917.819,
          "stopDistance": 3.75,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 153
        },
        {
          "entryTs": 1673921760,
          "entryUtc": "2023-01-17T02:16:00.000Z",
          "exitTs": 1673922600,
          "dir": 1,
          "entryPrice": 1914.825,
          "exitPrice": 1911.869,
          "stopDistance": 2.956,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 14
        },
        {
          "entryTs": 1673932620,
          "entryUtc": "2023-01-17T05:17:00.000Z",
          "exitTs": 1673948460,
          "dir": -1,
          "entryPrice": 1912.985,
          "exitPrice": 1906.791,
          "stopDistance": 3.097,
          "outcome": "target",
          "netR": 1.8805,
          "holdMinutes": 264
        },
        {
          "entryTs": 1673969460,
          "entryUtc": "2023-01-17T15:31:00.000Z",
          "exitTs": 1673977560,
          "dir": 1,
          "entryPrice": 1909.255,
          "exitPrice": 1905.632,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 135
        },
        {
          "entryTs": 1674049500,
          "entryUtc": "2023-01-18T13:45:00.000Z",
          "exitTs": 1674055080,
          "dir": 1,
          "entryPrice": 1919.195,
          "exitPrice": 1915.288,
          "stopDistance": 3.907,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 93
        },
        {
          "entryTs": 1674113940,
          "entryUtc": "2023-01-19T07:39:00.000Z",
          "exitTs": 1674114660,
          "dir": -1,
          "entryPrice": 1909.825,
          "exitPrice": 1912.665,
          "stopDistance": 2.84,
          "outcome": "stop",
          "netR": -1.1479,
          "holdMinutes": 12
        },
        {
          "entryTs": 1674182160,
          "entryUtc": "2023-01-20T02:36:00.000Z",
          "exitTs": 1674187260,
          "dir": 1,
          "entryPrice": 1930.317,
          "exitPrice": 1927.174,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 85
        },
        {
          "entryTs": 1674209280,
          "entryUtc": "2023-01-20T10:08:00.000Z",
          "exitTs": 1674222720,
          "dir": 1,
          "entryPrice": 1928.485,
          "exitPrice": 1924.545,
          "stopDistance": 3.94,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 224
        },
        {
          "entryTs": 1674226140,
          "entryUtc": "2023-01-20T14:49:00.000Z",
          "exitTs": 1674228300,
          "dir": -1,
          "entryPrice": 1924.545,
          "exitPrice": 1928.508,
          "stopDistance": 3.963,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 36
        },
        {
          "entryTs": 1674451800,
          "entryUtc": "2023-01-23T05:30:00.000Z",
          "exitTs": 1674454260,
          "dir": -1,
          "entryPrice": 1928.925,
          "exitPrice": 1924.055,
          "stopDistance": 2.435,
          "outcome": "target",
          "netR": 1.848,
          "holdMinutes": 41
        },
        {
          "entryTs": 1674488940,
          "entryUtc": "2023-01-23T15:49:00.000Z",
          "exitTs": 1674497400,
          "dir": -1,
          "entryPrice": 1921.825,
          "exitPrice": 1926.182,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 141
        },
        {
          "entryTs": 1674533100,
          "entryUtc": "2023-01-24T04:05:00.000Z",
          "exitTs": 1674541800,
          "dir": 1,
          "entryPrice": 1932.298,
          "exitPrice": 1937.077,
          "stopDistance": 2.389,
          "outcome": "target",
          "netR": 1.8451,
          "holdMinutes": 145
        },
        {
          "entryTs": 1674544680,
          "entryUtc": "2023-01-24T07:18:00.000Z",
          "exitTs": 1674545580,
          "dir": -1,
          "entryPrice": 1938.825,
          "exitPrice": 1941.326,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 15
        },
        {
          "entryTs": 1674549000,
          "entryUtc": "2023-01-24T08:30:00.000Z",
          "exitTs": 1674553080,
          "dir": -1,
          "entryPrice": 1940.275,
          "exitPrice": 1934.691,
          "stopDistance": 2.792,
          "outcome": "target",
          "netR": 1.8675,
          "holdMinutes": 68
        },
        {
          "entryTs": 1674560580,
          "entryUtc": "2023-01-24T11:43:00.000Z",
          "exitTs": 1674568380,
          "dir": -1,
          "entryPrice": 1937.605,
          "exitPrice": 1931.503,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 130
        },
        {
          "entryTs": 1674575820,
          "entryUtc": "2023-01-24T15:57:00.000Z",
          "exitTs": 1674578940,
          "dir": -1,
          "entryPrice": 1936.345,
          "exitPrice": 1930.267,
          "stopDistance": 3.039,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 52
        },
        {
          "entryTs": 1674632820,
          "entryUtc": "2023-01-25T07:47:00.000Z",
          "exitTs": 1674641580,
          "dir": 1,
          "entryPrice": 1927.525,
          "exitPrice": 1924.454,
          "stopDistance": 3.071,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 146
        },
        {
          "entryTs": 1674660240,
          "entryUtc": "2023-01-25T15:24:00.000Z",
          "exitTs": 1674670500,
          "dir": 1,
          "entryPrice": 1930.798,
          "exitPrice": 1940.733,
          "stopDistance": 4.968,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 171
        },
        {
          "entryTs": 1674715200,
          "entryUtc": "2023-01-26T06:40:00.000Z",
          "exitTs": 1674716700,
          "dir": 1,
          "entryPrice": 1945.855,
          "exitPrice": 1943.395,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 25
        },
        {
          "entryTs": 1674721080,
          "entryUtc": "2023-01-26T08:18:00.000Z",
          "exitTs": 1674726240,
          "dir": -1,
          "entryPrice": 1941.835,
          "exitPrice": 1935.421,
          "stopDistance": 3.207,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 86
        },
        {
          "entryTs": 1674741060,
          "entryUtc": "2023-01-26T13:51:00.000Z",
          "exitTs": 1674741900,
          "dir": -1,
          "entryPrice": 1936.485,
          "exitPrice": 1940.237,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 14
        },
        {
          "entryTs": 1674743400,
          "entryUtc": "2023-01-26T14:30:00.000Z",
          "exitTs": 1674747420,
          "dir": -1,
          "entryPrice": 1937.575,
          "exitPrice": 1928.068,
          "stopDistance": 4.753,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 67
        },
        {
          "entryTs": 1674831960,
          "entryUtc": "2023-01-27T15:06:00.000Z",
          "exitTs": 1674834480,
          "dir": -1,
          "entryPrice": 1927.235,
          "exitPrice": 1918.573,
          "stopDistance": 4.331,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 42
        },
        {
          "entryTs": 1675043280,
          "entryUtc": "2023-01-30T01:48:00.000Z",
          "exitTs": 1675053060,
          "dir": -1,
          "entryPrice": 1928.507,
          "exitPrice": 1931.831,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 163
        },
        {
          "entryTs": 1675108500,
          "entryUtc": "2023-01-30T19:55:00.000Z",
          "exitTs": 1675139460,
          "dir": 1,
          "entryPrice": 1922.715,
          "exitPrice": 1919.435,
          "stopDistance": 3.28,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 516
        },
        {
          "entryTs": 1675152120,
          "entryUtc": "2023-01-31T08:02:00.000Z",
          "exitTs": 1675152600,
          "dir": 1,
          "entryPrice": 1913.595,
          "exitPrice": 1910.629,
          "stopDistance": 2.966,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 8
        },
        {
          "entryTs": 1675177680,
          "entryUtc": "2023-01-31T15:08:00.000Z",
          "exitTs": 1675267680,
          "dir": 1,
          "entryPrice": 1922.815,
          "exitPrice": 1930.965,
          "stopDistance": 5.51,
          "outcome": "time",
          "netR": 1.412,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1675301640,
          "entryUtc": "2023-02-02T01:34:00.000Z",
          "exitTs": 1675345440,
          "dir": 1,
          "entryPrice": 1953.725,
          "exitPrice": 1948.061,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 730
        },
        {
          "entryTs": 1675354020,
          "entryUtc": "2023-02-02T16:07:00.000Z",
          "exitTs": 1675360020,
          "dir": 1,
          "entryPrice": 1921.315,
          "exitPrice": 1914.089,
          "stopDistance": 7.226,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 100
        },
        {
          "entryTs": 1675408920,
          "entryUtc": "2023-02-03T07:22:00.000Z",
          "exitTs": 1675409400,
          "dir": 1,
          "entryPrice": 1916.505,
          "exitPrice": 1913.895,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 8
        },
        {
          "entryTs": 1675416000,
          "entryUtc": "2023-02-03T09:20:00.000Z",
          "exitTs": 1675419600,
          "dir": -1,
          "entryPrice": 1915.805,
          "exitPrice": 1910.209,
          "stopDistance": 2.798,
          "outcome": "target",
          "netR": 1.8678,
          "holdMinutes": 60
        },
        {
          "entryTs": 1675640580,
          "entryUtc": "2023-02-05T23:43:00.000Z",
          "exitTs": 1675649700,
          "dir": 1,
          "entryPrice": 1865.235,
          "exitPrice": 1874.555,
          "stopDistance": 4.66,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 152
        },
        {
          "entryTs": 1675735920,
          "entryUtc": "2023-02-07T02:12:00.000Z",
          "exitTs": 1675756980,
          "dir": 1,
          "entryPrice": 1871.685,
          "exitPrice": 1877.034,
          "stopDistance": 2.674,
          "outcome": "target",
          "netR": 1.8617,
          "holdMinutes": 351
        },
        {
          "entryTs": 1675757880,
          "entryUtc": "2023-02-07T08:18:00.000Z",
          "exitTs": 1675761720,
          "dir": -1,
          "entryPrice": 1874.375,
          "exitPrice": 1877.458,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 64
        },
        {
          "entryTs": 1675763880,
          "entryUtc": "2023-02-07T09:58:00.000Z",
          "exitTs": 1675767840,
          "dir": 1,
          "entryPrice": 1873.848,
          "exitPrice": 1870.186,
          "stopDistance": 3.662,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 66
        },
        {
          "entryTs": 1675776060,
          "entryUtc": "2023-02-07T13:21:00.000Z",
          "exitTs": 1675785000,
          "dir": 1,
          "entryPrice": 1867.455,
          "exitPrice": 1875.491,
          "stopDistance": 4.018,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 149
        },
        {
          "entryTs": 1675793640,
          "entryUtc": "2023-02-07T18:14:00.000Z",
          "exitTs": 1675794720,
          "dir": 1,
          "entryPrice": 1874.875,
          "exitPrice": 1869.392,
          "stopDistance": 5.483,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 18
        },
        {
          "entryTs": 1675922640,
          "entryUtc": "2023-02-09T06:04:00.000Z",
          "exitTs": 1675927320,
          "dir": -1,
          "entryPrice": 1879.355,
          "exitPrice": 1881.449,
          "stopDistance": 2.094,
          "outcome": "stop",
          "netR": -1.2005,
          "holdMinutes": 78
        },
        {
          "entryTs": 1675938840,
          "entryUtc": "2023-02-09T10:34:00.000Z",
          "exitTs": 1675950720,
          "dir": -1,
          "entryPrice": 1883.725,
          "exitPrice": 1886.948,
          "stopDistance": 3.223,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 198
        },
        {
          "entryTs": 1675953300,
          "entryUtc": "2023-02-09T14:35:00.000Z",
          "exitTs": 1675955880,
          "dir": 1,
          "entryPrice": 1882.195,
          "exitPrice": 1878.594,
          "stopDistance": 3.601,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 43
        },
        {
          "entryTs": 1676020740,
          "entryUtc": "2023-02-10T09:19:00.000Z",
          "exitTs": 1676045940,
          "dir": 1,
          "entryPrice": 1861.735,
          "exitPrice": 1857.888,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 420
        },
        {
          "entryTs": 1676287560,
          "entryUtc": "2023-02-13T11:26:00.000Z",
          "exitTs": 1676298840,
          "dir": -1,
          "entryPrice": 1861.445,
          "exitPrice": 1854.824,
          "stopDistance": 3.31,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 188
        },
        {
          "entryTs": 1676308320,
          "entryUtc": "2023-02-13T17:12:00.000Z",
          "exitTs": 1676340420,
          "dir": -1,
          "entryPrice": 1852.745,
          "exitPrice": 1856.743,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 535
        },
        {
          "entryTs": 1676358960,
          "entryUtc": "2023-02-14T07:16:00.000Z",
          "exitTs": 1676359320,
          "dir": 1,
          "entryPrice": 1859.995,
          "exitPrice": 1857.984,
          "stopDistance": 2.011,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 6
        },
        {
          "entryTs": 1676379960,
          "entryUtc": "2023-02-14T13:06:00.000Z",
          "exitTs": 1676381400,
          "dir": 1,
          "entryPrice": 1859.545,
          "exitPrice": 1856.257,
          "stopDistance": 3.288,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 24
        },
        {
          "entryTs": 1676392020,
          "entryUtc": "2023-02-14T16:27:00.000Z",
          "exitTs": 1676446320,
          "dir": 1,
          "entryPrice": 1849.205,
          "exitPrice": 1840.91,
          "stopDistance": 8.295,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 905
        },
        {
          "entryTs": 1676449800,
          "entryUtc": "2023-02-15T08:30:00.000Z",
          "exitTs": 1676475840,
          "dir": 1,
          "entryPrice": 1835.545,
          "exitPrice": 1831.442,
          "stopDistance": 4.103,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 434
        },
        {
          "entryTs": 1676532000,
          "entryUtc": "2023-02-16T07:20:00.000Z",
          "exitTs": 1676534520,
          "dir": -1,
          "entryPrice": 1839.265,
          "exitPrice": 1841.655,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 42
        },
        {
          "entryTs": 1676556900,
          "entryUtc": "2023-02-16T14:15:00.000Z",
          "exitTs": 1676558160,
          "dir": 1,
          "entryPrice": 1834.977,
          "exitPrice": 1830.317,
          "stopDistance": 4.66,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 21
        },
        {
          "entryTs": 1676560500,
          "entryUtc": "2023-02-16T15:15:00.000Z",
          "exitTs": 1676566020,
          "dir": 1,
          "entryPrice": 1830.975,
          "exitPrice": 1841.167,
          "stopDistance": 5.096,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 92
        },
        {
          "entryTs": 1676620800,
          "entryUtc": "2023-02-17T08:00:00.000Z",
          "exitTs": 1676620980,
          "dir": 1,
          "entryPrice": 1823.015,
          "exitPrice": 1820.058,
          "stopDistance": 2.957,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 3
        },
        {
          "entryTs": 1676624460,
          "entryUtc": "2023-02-17T09:01:00.000Z",
          "exitTs": 1676627460,
          "dir": 1,
          "entryPrice": 1820.745,
          "exitPrice": 1827.75,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8944,
          "holdMinutes": 50
        },
        {
          "entryTs": 1676631840,
          "entryUtc": "2023-02-17T11:04:00.000Z",
          "exitTs": 1676641620,
          "dir": 1,
          "entryPrice": 1821.995,
          "exitPrice": 1829.341,
          "stopDistance": 3.673,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 163
        },
        {
          "entryTs": 1676941080,
          "entryUtc": "2023-02-21T00:58:00.000Z",
          "exitTs": 1676943180,
          "dir": 1,
          "entryPrice": 1841.655,
          "exitPrice": 1839.985,
          "stopDistance": 1.67,
          "outcome": "stop",
          "netR": -1.2515,
          "holdMinutes": 35
        },
        {
          "entryTs": 1676971320,
          "entryUtc": "2023-02-21T09:22:00.000Z",
          "exitTs": 1676988360,
          "dir": 1,
          "entryPrice": 1832.605,
          "exitPrice": 1838.845,
          "stopDistance": 3.12,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 284
        },
        {
          "entryTs": 1676993760,
          "entryUtc": "2023-02-21T15:36:00.000Z",
          "exitTs": 1676998680,
          "dir": -1,
          "entryPrice": 1840.965,
          "exitPrice": 1832.88,
          "stopDistance": 4.043,
          "outcome": "target",
          "netR": 1.9085,
          "holdMinutes": 82
        },
        {
          "entryTs": 1677028620,
          "entryUtc": "2023-02-22T01:17:00.000Z",
          "exitTs": 1677029460,
          "dir": -1,
          "entryPrice": 1836.008,
          "exitPrice": 1838.165,
          "stopDistance": 2.157,
          "outcome": "stop",
          "netR": -1.1947,
          "holdMinutes": 14
        },
        {
          "entryTs": 1677054660,
          "entryUtc": "2023-02-22T08:31:00.000Z",
          "exitTs": 1677055080,
          "dir": 1,
          "entryPrice": 1835.915,
          "exitPrice": 1833.868,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 7
        },
        {
          "entryTs": 1677066300,
          "entryUtc": "2023-02-22T11:45:00.000Z",
          "exitTs": 1677068160,
          "dir": -1,
          "entryPrice": 1837.065,
          "exitPrice": 1840.309,
          "stopDistance": 3.244,
          "outcome": "stop",
          "netR": -1.1295,
          "holdMinutes": 31
        },
        {
          "entryTs": 1677079200,
          "entryUtc": "2023-02-22T15:20:00.000Z",
          "exitTs": 1677093360,
          "dir": -1,
          "entryPrice": 1835.155,
          "exitPrice": 1826.809,
          "stopDistance": 4.173,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 236
        },
        {
          "entryTs": 1677163680,
          "entryUtc": "2023-02-23T14:48:00.000Z",
          "exitTs": 1677240540,
          "dir": -1,
          "entryPrice": 1826.115,
          "exitPrice": 1816.723,
          "stopDistance": 4.696,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 1281
        },
        {
          "entryTs": 1677242760,
          "entryUtc": "2023-02-24T12:46:00.000Z",
          "exitTs": 1677245400,
          "dir": 1,
          "entryPrice": 1817.225,
          "exitPrice": 1813.865,
          "stopDistance": 3.36,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 44
        },
        {
          "entryTs": 1677246300,
          "entryUtc": "2023-02-24T13:45:00.000Z",
          "exitTs": 1677452400,
          "dir": -1,
          "entryPrice": 1815.578,
          "exitPrice": 1812.648,
          "stopDistance": 3.816,
          "outcome": "time",
          "netR": 0.6708,
          "holdMinutes": 3435
        },
        {
          "entryTs": 1677456120,
          "entryUtc": "2023-02-27T00:02:00.000Z",
          "exitTs": 1677469200,
          "dir": 1,
          "entryPrice": 1810.805,
          "exitPrice": 1808.169,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 218
        },
        {
          "entryTs": 1677479400,
          "entryUtc": "2023-02-27T06:30:00.000Z",
          "exitTs": 1677505080,
          "dir": 1,
          "entryPrice": 1808.815,
          "exitPrice": 1813.824,
          "stopDistance": 2.505,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 428
        },
        {
          "entryTs": 1677512220,
          "entryUtc": "2023-02-27T15:37:00.000Z",
          "exitTs": 1677515460,
          "dir": 1,
          "entryPrice": 1816.275,
          "exitPrice": 1812.769,
          "stopDistance": 3.506,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 54
        },
        {
          "entryTs": 1677553320,
          "entryUtc": "2023-02-28T03:02:00.000Z",
          "exitTs": 1677556560,
          "dir": 1,
          "entryPrice": 1817.215,
          "exitPrice": 1815.149,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 54
        },
        {
          "entryTs": 1677577140,
          "entryUtc": "2023-02-28T09:39:00.000Z",
          "exitTs": 1677595560,
          "dir": 1,
          "entryPrice": 1809.965,
          "exitPrice": 1816.681,
          "stopDistance": 3.358,
          "outcome": "target",
          "netR": 1.8898,
          "holdMinutes": 307
        },
        {
          "entryTs": 1677680640,
          "entryUtc": "2023-03-01T14:24:00.000Z",
          "exitTs": 1677682560,
          "dir": -1,
          "entryPrice": 1838.975,
          "exitPrice": 1842.695,
          "stopDistance": 3.72,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 32
        },
        {
          "entryTs": 1677684960,
          "entryUtc": "2023-03-01T15:36:00.000Z",
          "exitTs": 1677741420,
          "dir": -1,
          "entryPrice": 1840.758,
          "exitPrice": 1830.787,
          "stopDistance": 4.985,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 941
        },
        {
          "entryTs": 1677837060,
          "entryUtc": "2023-03-03T09:51:00.000Z",
          "exitTs": 1677853380,
          "dir": 1,
          "entryPrice": 1845.445,
          "exitPrice": 1843.033,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 272
        },
        {
          "entryTs": 1677857460,
          "entryUtc": "2023-03-03T15:31:00.000Z",
          "exitTs": 1677871740,
          "dir": 1,
          "entryPrice": 1843.564,
          "exitPrice": 1850.588,
          "stopDistance": 3.512,
          "outcome": "target",
          "netR": 1.8946,
          "holdMinutes": 238
        },
        {
          "entryTs": 1678169940,
          "entryUtc": "2023-03-07T06:19:00.000Z",
          "exitTs": 1678173900,
          "dir": -1,
          "entryPrice": 1848.335,
          "exitPrice": 1850.306,
          "stopDistance": 1.971,
          "outcome": "stop",
          "netR": -1.2131,
          "holdMinutes": 66
        },
        {
          "entryTs": 1678290180,
          "entryUtc": "2023-03-08T15:43:00.000Z",
          "exitTs": 1678295220,
          "dir": 1,
          "entryPrice": 1820.264,
          "exitPrice": 1816.259,
          "stopDistance": 4.005,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 84
        },
        {
          "entryTs": 1678325460,
          "entryUtc": "2023-03-09T01:31:00.000Z",
          "exitTs": 1678351320,
          "dir": 1,
          "entryPrice": 1813.775,
          "exitPrice": 1818.606,
          "stopDistance": 2.416,
          "outcome": "target",
          "netR": 1.8468,
          "holdMinutes": 431
        },
        {
          "entryTs": 1678410360,
          "entryUtc": "2023-03-10T01:06:00.000Z",
          "exitTs": 1678415400,
          "dir": 1,
          "entryPrice": 1831.428,
          "exitPrice": 1828.944,
          "stopDistance": 2.484,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 84
        },
        {
          "entryTs": 1678437000,
          "entryUtc": "2023-03-10T08:30:00.000Z",
          "exitTs": 1678438020,
          "dir": -1,
          "entryPrice": 1833.415,
          "exitPrice": 1836.352,
          "stopDistance": 2.937,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 17
        },
        {
          "entryTs": 1678457700,
          "entryUtc": "2023-03-10T14:15:00.000Z",
          "exitTs": 1678459020,
          "dir": 1,
          "entryPrice": 1843.805,
          "exitPrice": 1853.543,
          "stopDistance": 4.869,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 22
        },
        {
          "entryTs": 1678701780,
          "entryUtc": "2023-03-13T10:03:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1885.415,
          "exitPrice": 1896.003,
          "stopDistance": 5.294,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 146
        },
        {
          "entryTs": 1678716180,
          "entryUtc": "2023-03-13T14:03:00.000Z",
          "exitTs": 1678718580,
          "dir": -1,
          "entryPrice": 1900.148,
          "exitPrice": 1908.504,
          "stopDistance": 8.356,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 40
        },
        {
          "entryTs": 1678798980,
          "entryUtc": "2023-03-14T13:03:00.000Z",
          "exitTs": 1678800900,
          "dir": 1,
          "entryPrice": 1907.105,
          "exitPrice": 1902.216,
          "stopDistance": 4.889,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 32
        },
        {
          "entryTs": 1678873320,
          "entryUtc": "2023-03-15T09:42:00.000Z",
          "exitTs": 1678873620,
          "dir": -1,
          "entryPrice": 1898.545,
          "exitPrice": 1893.325,
          "stopDistance": 2.61,
          "outcome": "target",
          "netR": 1.8582,
          "holdMinutes": 5
        },
        {
          "entryTs": 1678977360,
          "entryUtc": "2023-03-16T14:36:00.000Z",
          "exitTs": 1678979820,
          "dir": -1,
          "entryPrice": 1930.404,
          "exitPrice": 1918.844,
          "stopDistance": 5.78,
          "outcome": "target",
          "netR": 1.936,
          "holdMinutes": 41
        },
        {
          "entryTs": 1679037120,
          "entryUtc": "2023-03-17T07:12:00.000Z",
          "exitTs": 1679052120,
          "dir": 1,
          "entryPrice": 1929.365,
          "exitPrice": 1935.181,
          "stopDistance": 2.908,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 250
        },
        {
          "entryTs": 1679066820,
          "entryUtc": "2023-03-17T15:27:00.000Z",
          "exitTs": 1679074080,
          "dir": -1,
          "entryPrice": 1961.205,
          "exitPrice": 1967.606,
          "stopDistance": 6.401,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 121
        },
        {
          "entryTs": 1679318880,
          "entryUtc": "2023-03-20T13:28:00.000Z",
          "exitTs": 1679385960,
          "dir": -1,
          "entryPrice": 1982.065,
          "exitPrice": 1965.379,
          "stopDistance": 8.343,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 1118
        },
        {
          "entryTs": 1679453160,
          "entryUtc": "2023-03-22T02:46:00.000Z",
          "exitTs": 1679458020,
          "dir": 1,
          "entryPrice": 1941.305,
          "exitPrice": 1938.038,
          "stopDistance": 3.267,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 81
        },
        {
          "entryTs": 1679472720,
          "entryUtc": "2023-03-22T08:12:00.000Z",
          "exitTs": 1679477700,
          "dir": -1,
          "entryPrice": 1942.195,
          "exitPrice": 1945.504,
          "stopDistance": 3.309,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 83
        },
        {
          "entryTs": 1679506320,
          "entryUtc": "2023-03-22T17:32:00.000Z",
          "exitTs": 1679508000,
          "dir": -1,
          "entryPrice": 1948.458,
          "exitPrice": 1952.886,
          "stopDistance": 4.428,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 28
        },
        {
          "entryTs": 1679557260,
          "entryUtc": "2023-03-23T07:41:00.000Z",
          "exitTs": 1679574960,
          "dir": 1,
          "entryPrice": 1978.074,
          "exitPrice": 1973.227,
          "stopDistance": 4.847,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 295
        },
        {
          "entryTs": 1679583600,
          "entryUtc": "2023-03-23T15:00:00.000Z",
          "exitTs": 1679588460,
          "dir": 1,
          "entryPrice": 1978.488,
          "exitPrice": 1991.044,
          "stopDistance": 6.278,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 81
        },
        {
          "entryTs": 1679649660,
          "entryUtc": "2023-03-24T09:21:00.000Z",
          "exitTs": 1679651640,
          "dir": -1,
          "entryPrice": 1989.405,
          "exitPrice": 1993.429,
          "stopDistance": 4.024,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 33
        },
        {
          "entryTs": 1679667480,
          "entryUtc": "2023-03-24T14:18:00.000Z",
          "exitTs": 1679678520,
          "dir": -1,
          "entryPrice": 1996.275,
          "exitPrice": 1983.146,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 184
        },
        {
          "entryTs": 1679902620,
          "entryUtc": "2023-03-27T07:37:00.000Z",
          "exitTs": 1679908800,
          "dir": -1,
          "entryPrice": 1969.555,
          "exitPrice": 1962.106,
          "stopDistance": 3.724,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 103
        },
        {
          "entryTs": 1679920800,
          "entryUtc": "2023-03-27T12:40:00.000Z",
          "exitTs": 1679921220,
          "dir": 1,
          "entryPrice": 1954.075,
          "exitPrice": 1948.784,
          "stopDistance": 5.291,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 7
        },
        {
          "entryTs": 1679988900,
          "entryUtc": "2023-03-28T07:35:00.000Z",
          "exitTs": 1679992620,
          "dir": 1,
          "entryPrice": 1954.835,
          "exitPrice": 1951.453,
          "stopDistance": 3.382,
          "outcome": "stop",
          "netR": -1.1242,
          "holdMinutes": 62
        },
        {
          "entryTs": 1680102420,
          "entryUtc": "2023-03-29T15:07:00.000Z",
          "exitTs": 1680105360,
          "dir": 1,
          "entryPrice": 1967.165,
          "exitPrice": 1962.44,
          "stopDistance": 4.725,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 49
        },
        {
          "entryTs": 1680111060,
          "entryUtc": "2023-03-29T17:31:00.000Z",
          "exitTs": 1680140520,
          "dir": -1,
          "entryPrice": 1966.525,
          "exitPrice": 1956.411,
          "stopDistance": 5.057,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 491
        },
        {
          "entryTs": 1680140880,
          "entryUtc": "2023-03-30T01:48:00.000Z",
          "exitTs": 1680152580,
          "dir": -1,
          "entryPrice": 1958.495,
          "exitPrice": 1961.509,
          "stopDistance": 3.014,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 195
        },
        {
          "entryTs": 1680178740,
          "entryUtc": "2023-03-30T12:19:00.000Z",
          "exitTs": 1680179400,
          "dir": 1,
          "entryPrice": 1969.195,
          "exitPrice": 1974.891,
          "stopDistance": 2.848,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 11
        },
        {
          "entryTs": 1680180360,
          "entryUtc": "2023-03-30T12:46:00.000Z",
          "exitTs": 1680188940,
          "dir": -1,
          "entryPrice": 1969.574,
          "exitPrice": 1973.418,
          "stopDistance": 3.844,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 143
        },
        {
          "entryTs": 1680227520,
          "entryUtc": "2023-03-31T01:52:00.000Z",
          "exitTs": 1680240180,
          "dir": 1,
          "entryPrice": 1981.305,
          "exitPrice": 1978.736,
          "stopDistance": 2.569,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 211
        },
        {
          "entryTs": 1680250920,
          "entryUtc": "2023-03-31T08:22:00.000Z",
          "exitTs": 1680265920,
          "dir": 1,
          "entryPrice": 1976.395,
          "exitPrice": 1983.036,
          "stopDistance": 3.32,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 250
        },
        {
          "entryTs": 1680267000,
          "entryUtc": "2023-03-31T12:50:00.000Z",
          "exitTs": 1680268080,
          "dir": 1,
          "entryPrice": 1979.935,
          "exitPrice": 1975.744,
          "stopDistance": 4.191,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 18
        },
        {
          "entryTs": 1680597180,
          "entryUtc": "2023-04-04T08:33:00.000Z",
          "exitTs": 1680614700,
          "dir": 1,
          "entryPrice": 1981.195,
          "exitPrice": 1987.072,
          "stopDistance": 2.938,
          "outcome": "target",
          "netR": 1.8741,
          "holdMinutes": 292
        },
        {
          "entryTs": 1680684420,
          "entryUtc": "2023-04-05T08:47:00.000Z",
          "exitTs": 1680696900,
          "dir": -1,
          "entryPrice": 2025.445,
          "exitPrice": 2028.574,
          "stopDistance": 3.129,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 208
        },
        {
          "entryTs": 1680762120,
          "entryUtc": "2023-04-06T06:22:00.000Z",
          "exitTs": 1680771060,
          "dir": 1,
          "entryPrice": 2013.075,
          "exitPrice": 2018.105,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 149
        },
        {
          "entryTs": 1680791640,
          "entryUtc": "2023-04-06T14:34:00.000Z",
          "exitTs": 1680797940,
          "dir": -1,
          "entryPrice": 2009.354,
          "exitPrice": 2013.984,
          "stopDistance": 4.63,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 105
        },
        {
          "entryTs": 1681130400,
          "entryUtc": "2023-04-10T12:40:00.000Z",
          "exitTs": 1681131000,
          "dir": -1,
          "entryPrice": 2001.295,
          "exitPrice": 1995.48,
          "stopDistance": 2.908,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 10
        },
        {
          "entryTs": 1681134360,
          "entryUtc": "2023-04-10T13:46:00.000Z",
          "exitTs": 1681179000,
          "dir": -1,
          "entryPrice": 1991.075,
          "exitPrice": 1995.999,
          "stopDistance": 4.924,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 744
        },
        {
          "entryTs": 1681194480,
          "entryUtc": "2023-04-11T06:28:00.000Z",
          "exitTs": 1681201380,
          "dir": 1,
          "entryPrice": 1999.348,
          "exitPrice": 2004.306,
          "stopDistance": 2.479,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 115
        },
        {
          "entryTs": 1681209900,
          "entryUtc": "2023-04-11T10:45:00.000Z",
          "exitTs": 1681218360,
          "dir": -1,
          "entryPrice": 2003.775,
          "exitPrice": 1997.575,
          "stopDistance": 3.1,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 141
        },
        {
          "entryTs": 1681222200,
          "entryUtc": "2023-04-11T14:10:00.000Z",
          "exitTs": 1681262400,
          "dir": 1,
          "entryPrice": 1999.864,
          "exitPrice": 2007.155,
          "stopDistance": 3.646,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 670
        },
        {
          "entryTs": 1681302600,
          "entryUtc": "2023-04-12T12:30:00.000Z",
          "exitTs": 1681302600,
          "dir": -1,
          "entryPrice": 2010.755,
          "exitPrice": 2013.945,
          "stopDistance": 3.19,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 0
        },
        {
          "entryTs": 1681306980,
          "entryUtc": "2023-04-12T13:43:00.000Z",
          "exitTs": 1681307100,
          "dir": 1,
          "entryPrice": 2007.985,
          "exitPrice": 2003.071,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 2
        },
        {
          "entryTs": 1681320540,
          "entryUtc": "2023-04-12T17:29:00.000Z",
          "exitTs": 1681326120,
          "dir": -1,
          "entryPrice": 2010.115,
          "exitPrice": 2017.501,
          "stopDistance": 7.386,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 93
        },
        {
          "entryTs": 1681395840,
          "entryUtc": "2023-04-13T14:24:00.000Z",
          "exitTs": 1681396860,
          "dir": 1,
          "entryPrice": 2041.695,
          "exitPrice": 2036.374,
          "stopDistance": 5.321,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 17
        },
        {
          "entryTs": 1681452060,
          "entryUtc": "2023-04-14T06:01:00.000Z",
          "exitTs": 1681457100,
          "dir": 1,
          "entryPrice": 2041.765,
          "exitPrice": 2038.733,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 84
        },
        {
          "entryTs": 1681465260,
          "entryUtc": "2023-04-14T09:41:00.000Z",
          "exitTs": 1681466880,
          "dir": -1,
          "entryPrice": 2037.265,
          "exitPrice": 2040.898,
          "stopDistance": 3.633,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 27
        },
        {
          "entryTs": 1681716060,
          "entryUtc": "2023-04-17T07:21:00.000Z",
          "exitTs": 1681720260,
          "dir": 1,
          "entryPrice": 2012.115,
          "exitPrice": 2008.717,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 70
        },
        {
          "entryTs": 1681780560,
          "entryUtc": "2023-04-18T01:16:00.000Z",
          "exitTs": 1681786560,
          "dir": 1,
          "entryPrice": 1995.935,
          "exitPrice": 2000.567,
          "stopDistance": 2.316,
          "outcome": "target",
          "netR": 1.8402,
          "holdMinutes": 100
        },
        {
          "entryTs": 1681798980,
          "entryUtc": "2023-04-18T06:23:00.000Z",
          "exitTs": 1681803360,
          "dir": 1,
          "entryPrice": 1998.214,
          "exitPrice": 2003.361,
          "stopDistance": 2.574,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 73
        },
        {
          "entryTs": 1681813080,
          "entryUtc": "2023-04-18T10:18:00.000Z",
          "exitTs": 1681824180,
          "dir": -1,
          "entryPrice": 2003.135,
          "exitPrice": 1996.7,
          "stopDistance": 3.218,
          "outcome": "target",
          "netR": 1.885,
          "holdMinutes": 185
        },
        {
          "entryTs": 1681871820,
          "entryUtc": "2023-04-19T02:37:00.000Z",
          "exitTs": 1681882920,
          "dir": -1,
          "entryPrice": 2005.805,
          "exitPrice": 2001.445,
          "stopDistance": 2.18,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 185
        },
        {
          "entryTs": 1681978500,
          "entryUtc": "2023-04-20T08:15:00.000Z",
          "exitTs": 1681986480,
          "dir": -1,
          "entryPrice": 1997.995,
          "exitPrice": 2001.215,
          "stopDistance": 3.22,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 133
        },
        {
          "entryTs": 1682003160,
          "entryUtc": "2023-04-20T15:06:00.000Z",
          "exitTs": 1682055780,
          "dir": 1,
          "entryPrice": 1999.615,
          "exitPrice": 1994.751,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 877
        },
        {
          "entryTs": 1682061960,
          "entryUtc": "2023-04-21T07:26:00.000Z",
          "exitTs": 1682067660,
          "dir": -1,
          "entryPrice": 1985.675,
          "exitPrice": 1989.894,
          "stopDistance": 4.218,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 95
        },
        {
          "entryTs": 1682080020,
          "entryUtc": "2023-04-21T12:27:00.000Z",
          "exitTs": 1682082120,
          "dir": -1,
          "entryPrice": 1987.165,
          "exitPrice": 1991.579,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 35
        },
        {
          "entryTs": 1682084700,
          "entryUtc": "2023-04-21T13:45:00.000Z",
          "exitTs": 1682084940,
          "dir": 1,
          "entryPrice": 1991.285,
          "exitPrice": 1985.95,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 4
        },
        {
          "entryTs": 1682314440,
          "entryUtc": "2023-04-24T05:34:00.000Z",
          "exitTs": 1682321100,
          "dir": -1,
          "entryPrice": 1978.905,
          "exitPrice": 1981.69,
          "stopDistance": 2.785,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 111
        },
        {
          "entryTs": 1682339400,
          "entryUtc": "2023-04-24T12:30:00.000Z",
          "exitTs": 1682343300,
          "dir": 1,
          "entryPrice": 1982.904,
          "exitPrice": 1979.677,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 65
        },
        {
          "entryTs": 1682408520,
          "entryUtc": "2023-04-25T07:42:00.000Z",
          "exitTs": 1682408580,
          "dir": 1,
          "entryPrice": 1992.745,
          "exitPrice": 1989.737,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1397,
          "holdMinutes": 1
        },
        {
          "entryTs": 1682495460,
          "entryUtc": "2023-04-26T07:51:00.000Z",
          "exitTs": 1682505060,
          "dir": -1,
          "entryPrice": 1996.995,
          "exitPrice": 2000.052,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 160
        },
        {
          "entryTs": 1682508960,
          "entryUtc": "2023-04-26T11:36:00.000Z",
          "exitTs": 1682509320,
          "dir": 1,
          "entryPrice": 1999.205,
          "exitPrice": 1996.226,
          "stopDistance": 2.979,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 6
        },
        {
          "entryTs": 1682512320,
          "entryUtc": "2023-04-26T12:32:00.000Z",
          "exitTs": 1682515320,
          "dir": -1,
          "entryPrice": 1998.958,
          "exitPrice": 2002.734,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 50
        },
        {
          "entryTs": 1682581980,
          "entryUtc": "2023-04-27T07:53:00.000Z",
          "exitTs": 1682598600,
          "dir": 1,
          "entryPrice": 1998.895,
          "exitPrice": 1995.445,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 277
        },
        {
          "entryTs": 1682659800,
          "entryUtc": "2023-04-28T05:30:00.000Z",
          "exitTs": 1682665500,
          "dir": -1,
          "entryPrice": 1988.295,
          "exitPrice": 1982.44,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 95
        },
        {
          "entryTs": 1682689500,
          "entryUtc": "2023-04-28T13:45:00.000Z",
          "exitTs": 1682692680,
          "dir": -1,
          "entryPrice": 1985.398,
          "exitPrice": 1990.257,
          "stopDistance": 4.859,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 53
        },
        {
          "entryTs": 1682943540,
          "entryUtc": "2023-05-01T12:19:00.000Z",
          "exitTs": 1682943780,
          "dir": 1,
          "entryPrice": 1989.085,
          "exitPrice": 1995.338,
          "stopDistance": 3.127,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 4
        },
        {
          "entryTs": 1683009480,
          "entryUtc": "2023-05-02T06:38:00.000Z",
          "exitTs": 1683013680,
          "dir": 1,
          "entryPrice": 1983.105,
          "exitPrice": 1981.056,
          "stopDistance": 2.049,
          "outcome": "stop",
          "netR": -1.2049,
          "holdMinutes": 70
        },
        {
          "entryTs": 1683020400,
          "entryUtc": "2023-05-02T09:40:00.000Z",
          "exitTs": 1683020760,
          "dir": -1,
          "entryPrice": 1983.634,
          "exitPrice": 1986.043,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 6
        },
        {
          "entryTs": 1683142440,
          "entryUtc": "2023-05-03T19:34:00.000Z",
          "exitTs": 1683146880,
          "dir": 1,
          "entryPrice": 2022.825,
          "exitPrice": 2036.434,
          "stopDistance": 6.804,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 74
        },
        {
          "entryTs": 1683193140,
          "entryUtc": "2023-05-04T09:39:00.000Z",
          "exitTs": 1683198420,
          "dir": -1,
          "entryPrice": 2037.785,
          "exitPrice": 2042.819,
          "stopDistance": 5.034,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 88
        },
        {
          "entryTs": 1683213300,
          "entryUtc": "2023-05-04T15:15:00.000Z",
          "exitTs": 1683279840,
          "dir": 1,
          "entryPrice": 2044.248,
          "exitPrice": 2037.566,
          "stopDistance": 6.682,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 1109
        },
        {
          "entryTs": 1683288960,
          "entryUtc": "2023-05-05T12:16:00.000Z",
          "exitTs": 1683289800,
          "dir": 1,
          "entryPrice": 2035.705,
          "exitPrice": 2032.711,
          "stopDistance": 2.994,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 14
        },
        {
          "entryTs": 1683557280,
          "entryUtc": "2023-05-08T14:48:00.000Z",
          "exitTs": 1683560520,
          "dir": -1,
          "entryPrice": 2025.704,
          "exitPrice": 2028.814,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 54
        },
        {
          "entryTs": 1683567000,
          "entryUtc": "2023-05-08T17:30:00.000Z",
          "exitTs": 1683568980,
          "dir": 1,
          "entryPrice": 2024.894,
          "exitPrice": 2021.141,
          "stopDistance": 3.753,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 33
        },
        {
          "entryTs": 1683611700,
          "entryUtc": "2023-05-09T05:55:00.000Z",
          "exitTs": 1683615840,
          "dir": -1,
          "entryPrice": 2026.635,
          "exitPrice": 2022.158,
          "stopDistance": 2.239,
          "outcome": "target",
          "netR": 1.8347,
          "holdMinutes": 69
        },
        {
          "entryTs": 1683618300,
          "entryUtc": "2023-05-09T07:45:00.000Z",
          "exitTs": 1683624000,
          "dir": -1,
          "entryPrice": 2024.094,
          "exitPrice": 2026.634,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 95
        },
        {
          "entryTs": 1683677700,
          "entryUtc": "2023-05-10T00:15:00.000Z",
          "exitTs": 1683679080,
          "dir": 1,
          "entryPrice": 2036.825,
          "exitPrice": 2034.957,
          "stopDistance": 1.868,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683700440,
          "entryUtc": "2023-05-10T06:34:00.000Z",
          "exitTs": 1683700920,
          "dir": -1,
          "entryPrice": 2028.944,
          "exitPrice": 2030.927,
          "stopDistance": 1.983,
          "outcome": "stop",
          "netR": -1.2118,
          "holdMinutes": 8
        },
        {
          "entryTs": 1683702600,
          "entryUtc": "2023-05-10T07:10:00.000Z",
          "exitTs": 1683707520,
          "dir": 1,
          "entryPrice": 2029.515,
          "exitPrice": 2027.319,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1913,
          "holdMinutes": 82
        },
        {
          "entryTs": 1683738240,
          "entryUtc": "2023-05-10T17:04:00.000Z",
          "exitTs": 1683766620,
          "dir": -1,
          "entryPrice": 2028.805,
          "exitPrice": 2035.334,
          "stopDistance": 6.529,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 473
        },
        {
          "entryTs": 1683877620,
          "entryUtc": "2023-05-12T07:47:00.000Z",
          "exitTs": 1683881160,
          "dir": 1,
          "entryPrice": 2009.865,
          "exitPrice": 2006.864,
          "stopDistance": 3.001,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 59
        },
        {
          "entryTs": 1683888060,
          "entryUtc": "2023-05-12T10:41:00.000Z",
          "exitTs": 1683895140,
          "dir": -1,
          "entryPrice": 2006.564,
          "exitPrice": 2010.008,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 118
        },
        {
          "entryTs": 1684116720,
          "entryUtc": "2023-05-15T02:12:00.000Z",
          "exitTs": 1684148520,
          "dir": 1,
          "entryPrice": 2015.294,
          "exitPrice": 2012.427,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 530
        },
        {
          "entryTs": 1684153800,
          "entryUtc": "2023-05-15T12:30:00.000Z",
          "exitTs": 1684153800,
          "dir": -1,
          "entryPrice": 2014.364,
          "exitPrice": 2017.119,
          "stopDistance": 2.755,
          "outcome": "stop",
          "netR": -1.1525,
          "holdMinutes": 0
        },
        {
          "entryTs": 1684172220,
          "entryUtc": "2023-05-15T17:37:00.000Z",
          "exitTs": 1684215480,
          "dir": -1,
          "entryPrice": 2019.804,
          "exitPrice": 2012.801,
          "stopDistance": 3.501,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 721
        },
        {
          "entryTs": 1684250340,
          "entryUtc": "2023-05-16T15:19:00.000Z",
          "exitTs": 1684254660,
          "dir": -1,
          "entryPrice": 2002.504,
          "exitPrice": 1992.778,
          "stopDistance": 4.863,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 72
        },
        {
          "entryTs": 1684287960,
          "entryUtc": "2023-05-17T01:46:00.000Z",
          "exitTs": 1684304520,
          "dir": -1,
          "entryPrice": 1991.584,
          "exitPrice": 1986.745,
          "stopDistance": 2.419,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 276
        },
        {
          "entryTs": 1684305960,
          "entryUtc": "2023-05-17T06:46:00.000Z",
          "exitTs": 1684314060,
          "dir": -1,
          "entryPrice": 1989.074,
          "exitPrice": 1984.831,
          "stopDistance": 2.122,
          "outcome": "target",
          "netR": 1.8256,
          "holdMinutes": 135
        },
        {
          "entryTs": 1684333620,
          "entryUtc": "2023-05-17T14:27:00.000Z",
          "exitTs": 1684388820,
          "dir": -1,
          "entryPrice": 1984.814,
          "exitPrice": 1978.085,
          "stopDistance": 3.365,
          "outcome": "target",
          "netR": 1.89,
          "holdMinutes": 920
        },
        {
          "entryTs": 1684398600,
          "entryUtc": "2023-05-18T08:30:00.000Z",
          "exitTs": 1684413000,
          "dir": 1,
          "entryPrice": 1974.474,
          "exitPrice": 1971.41,
          "stopDistance": 3.064,
          "outcome": "stop",
          "netR": -1.1371,
          "holdMinutes": 240
        },
        {
          "entryTs": 1684459020,
          "entryUtc": "2023-05-19T01:17:00.000Z",
          "exitTs": 1684459260,
          "dir": 1,
          "entryPrice": 1958.715,
          "exitPrice": 1956.653,
          "stopDistance": 2.062,
          "outcome": "stop",
          "netR": -1.2037,
          "holdMinutes": 4
        },
        {
          "entryTs": 1684463400,
          "entryUtc": "2023-05-19T02:30:00.000Z",
          "exitTs": 1684464480,
          "dir": -1,
          "entryPrice": 1957.615,
          "exitPrice": 1960.049,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 18
        },
        {
          "entryTs": 1684504560,
          "entryUtc": "2023-05-19T13:56:00.000Z",
          "exitTs": 1684509180,
          "dir": -1,
          "entryPrice": 1961.185,
          "exitPrice": 1964.641,
          "stopDistance": 3.456,
          "outcome": "stop",
          "netR": -1.1215,
          "holdMinutes": 77
        },
        {
          "entryTs": 1684724580,
          "entryUtc": "2023-05-22T03:03:00.000Z",
          "exitTs": 1684734120,
          "dir": -1,
          "entryPrice": 1978.845,
          "exitPrice": 1972.526,
          "stopDistance": 3.159,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 159
        },
        {
          "entryTs": 1684776540,
          "entryUtc": "2023-05-22T17:29:00.000Z",
          "exitTs": 1684796640,
          "dir": 1,
          "entryPrice": 1974.775,
          "exitPrice": 1970.707,
          "stopDistance": 4.068,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 335
        },
        {
          "entryTs": 1684813380,
          "entryUtc": "2023-05-23T03:43:00.000Z",
          "exitTs": 1684826160,
          "dir": -1,
          "entryPrice": 1962.755,
          "exitPrice": 1957.057,
          "stopDistance": 2.849,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 213
        },
        {
          "entryTs": 1684835760,
          "entryUtc": "2023-05-23T09:56:00.000Z",
          "exitTs": 1684847760,
          "dir": 1,
          "entryPrice": 1957.105,
          "exitPrice": 1964.414,
          "stopDistance": 3.654,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 200
        },
        {
          "entryTs": 1684898520,
          "entryUtc": "2023-05-24T03:22:00.000Z",
          "exitTs": 1684906560,
          "dir": 1,
          "entryPrice": 1974.145,
          "exitPrice": 1978.934,
          "stopDistance": 2.394,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 134
        },
        {
          "entryTs": 1684971240,
          "entryUtc": "2023-05-24T23:34:00.000Z",
          "exitTs": 1684979040,
          "dir": 1,
          "entryPrice": 1958.765,
          "exitPrice": 1954.914,
          "stopDistance": 3.851,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 130
        },
        {
          "entryTs": 1684979280,
          "entryUtc": "2023-05-25T01:48:00.000Z",
          "exitTs": 1684997340,
          "dir": -1,
          "entryPrice": 1956.915,
          "exitPrice": 1960.206,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 301
        },
        {
          "entryTs": 1685022600,
          "entryUtc": "2023-05-25T13:50:00.000Z",
          "exitTs": 1685086800,
          "dir": -1,
          "entryPrice": 1948.645,
          "exitPrice": 1954.729,
          "stopDistance": 6.084,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 1070
        },
        {
          "entryTs": 1685108820,
          "entryUtc": "2023-05-26T13:47:00.000Z",
          "exitTs": 1685111640,
          "dir": 1,
          "entryPrice": 1948.705,
          "exitPrice": 1944.794,
          "stopDistance": 3.911,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 47
        },
        {
          "entryTs": 1685327280,
          "entryUtc": "2023-05-29T02:28:00.000Z",
          "exitTs": 1685340120,
          "dir": -1,
          "entryPrice": 1944.375,
          "exitPrice": 1947.454,
          "stopDistance": 3.079,
          "outcome": "stop",
          "netR": -1.1364,
          "holdMinutes": 214
        },
        {
          "entryTs": 1685406060,
          "entryUtc": "2023-05-30T00:21:00.000Z",
          "exitTs": 1685412180,
          "dir": 1,
          "entryPrice": 1942.098,
          "exitPrice": 1945.506,
          "stopDistance": 1.704,
          "outcome": "target",
          "netR": 1.7829,
          "holdMinutes": 102
        },
        {
          "entryTs": 1685432580,
          "entryUtc": "2023-05-30T07:43:00.000Z",
          "exitTs": 1685433300,
          "dir": -1,
          "entryPrice": 1936.855,
          "exitPrice": 1940.215,
          "stopDistance": 3.36,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685456340,
          "entryUtc": "2023-05-30T14:19:00.000Z",
          "exitTs": 1685512680,
          "dir": 1,
          "entryPrice": 1954.685,
          "exitPrice": 1964.274,
          "stopDistance": 4.795,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 939
        },
        {
          "entryTs": 1685542980,
          "entryUtc": "2023-05-31T14:23:00.000Z",
          "exitTs": 1685544060,
          "dir": -1,
          "entryPrice": 1967.355,
          "exitPrice": 1972.237,
          "stopDistance": 4.882,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 18
        },
        {
          "entryTs": 1685558520,
          "entryUtc": "2023-05-31T18:42:00.000Z",
          "exitTs": 1685601300,
          "dir": 1,
          "entryPrice": 1965.515,
          "exitPrice": 1960.698,
          "stopDistance": 4.817,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 713
        },
        {
          "entryTs": 1685683800,
          "entryUtc": "2023-06-02T05:30:00.000Z",
          "exitTs": 1685693100,
          "dir": -1,
          "entryPrice": 1979.635,
          "exitPrice": 1974.998,
          "stopDistance": 2.318,
          "outcome": "target",
          "netR": 1.8404,
          "holdMinutes": 155
        },
        {
          "entryTs": 1685921520,
          "entryUtc": "2023-06-04T23:32:00.000Z",
          "exitTs": 1685931780,
          "dir": 1,
          "entryPrice": 1947.998,
          "exitPrice": 1945.276,
          "stopDistance": 2.722,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 171
        },
        {
          "entryTs": 1685937960,
          "entryUtc": "2023-06-05T04:06:00.000Z",
          "exitTs": 1685942280,
          "dir": 1,
          "entryPrice": 1945.565,
          "exitPrice": 1942.995,
          "stopDistance": 2.57,
          "outcome": "stop",
          "netR": -1.1634,
          "holdMinutes": 72
        },
        {
          "entryTs": 1685959920,
          "entryUtc": "2023-06-05T10:12:00.000Z",
          "exitTs": 1685965080,
          "dir": 1,
          "entryPrice": 1942.128,
          "exitPrice": 1938.872,
          "stopDistance": 3.256,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 86
        },
        {
          "entryTs": 1686032700,
          "entryUtc": "2023-06-06T06:25:00.000Z",
          "exitTs": 1686043920,
          "dir": -1,
          "entryPrice": 1961.065,
          "exitPrice": 1963.308,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 187
        },
        {
          "entryTs": 1686100980,
          "entryUtc": "2023-06-07T01:23:00.000Z",
          "exitTs": 1686103920,
          "dir": 1,
          "entryPrice": 1964.835,
          "exitPrice": 1963.139,
          "stopDistance": 1.696,
          "outcome": "stop",
          "netR": -1.2477,
          "holdMinutes": 49
        },
        {
          "entryTs": 1686116520,
          "entryUtc": "2023-06-07T05:42:00.000Z",
          "exitTs": 1686118860,
          "dir": -1,
          "entryPrice": 1964.055,
          "exitPrice": 1960.64,
          "stopDistance": 1.707,
          "outcome": "target",
          "netR": 1.7833,
          "holdMinutes": 39
        },
        {
          "entryTs": 1686148140,
          "entryUtc": "2023-06-07T14:29:00.000Z",
          "exitTs": 1686150060,
          "dir": 1,
          "entryPrice": 1959.485,
          "exitPrice": 1956.419,
          "stopDistance": 3.066,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 32
        },
        {
          "entryTs": 1686207600,
          "entryUtc": "2023-06-08T07:00:00.000Z",
          "exitTs": 1686213600,
          "dir": 1,
          "entryPrice": 1944.275,
          "exitPrice": 1948.706,
          "stopDistance": 2.215,
          "outcome": "target",
          "netR": 1.833,
          "holdMinutes": 100
        },
        {
          "entryTs": 1686236400,
          "entryUtc": "2023-06-08T15:00:00.000Z",
          "exitTs": 1686313860,
          "dir": -1,
          "entryPrice": 1968.065,
          "exitPrice": 1972.926,
          "stopDistance": 4.861,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 1291
        },
        {
          "entryTs": 1686316980,
          "entryUtc": "2023-06-09T13:23:00.000Z",
          "exitTs": 1686318060,
          "dir": -1,
          "entryPrice": 1964.785,
          "exitPrice": 1957.84,
          "stopDistance": 3.472,
          "outcome": "target",
          "netR": 1.8934,
          "holdMinutes": 18
        },
        {
          "entryTs": 1686548880,
          "entryUtc": "2023-06-12T05:48:00.000Z",
          "exitTs": 1686557160,
          "dir": 1,
          "entryPrice": 1959.535,
          "exitPrice": 1963.762,
          "stopDistance": 2.113,
          "outcome": "target",
          "netR": 1.8249,
          "holdMinutes": 138
        },
        {
          "entryTs": 1686569520,
          "entryUtc": "2023-06-12T11:32:00.000Z",
          "exitTs": 1686575940,
          "dir": -1,
          "entryPrice": 1963.955,
          "exitPrice": 1958.83,
          "stopDistance": 2.562,
          "outcome": "target",
          "netR": 1.8556,
          "holdMinutes": 107
        },
        {
          "entryTs": 1686582600,
          "entryUtc": "2023-06-12T15:10:00.000Z",
          "exitTs": 1686628380,
          "dir": -1,
          "entryPrice": 1957.235,
          "exitPrice": 1961.191,
          "stopDistance": 3.956,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 763
        },
        {
          "entryTs": 1686642180,
          "entryUtc": "2023-06-13T07:43:00.000Z",
          "exitTs": 1686658320,
          "dir": 1,
          "entryPrice": 1963.035,
          "exitPrice": 1960.612,
          "stopDistance": 2.423,
          "outcome": "stop",
          "netR": -1.1733,
          "holdMinutes": 269
        },
        {
          "entryTs": 1686727680,
          "entryUtc": "2023-06-14T07:28:00.000Z",
          "exitTs": 1686728400,
          "dir": -1,
          "entryPrice": 1948.674,
          "exitPrice": 1950.571,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 12
        },
        {
          "entryTs": 1686807360,
          "entryUtc": "2023-06-15T05:36:00.000Z",
          "exitTs": 1686812460,
          "dir": 1,
          "entryPrice": 1934.425,
          "exitPrice": 1931.189,
          "stopDistance": 3.236,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 85
        },
        {
          "entryTs": 1686814260,
          "entryUtc": "2023-06-15T07:31:00.000Z",
          "exitTs": 1686829140,
          "dir": 1,
          "entryPrice": 1932.535,
          "exitPrice": 1928.746,
          "stopDistance": 3.789,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 248
        },
        {
          "entryTs": 1686901500,
          "entryUtc": "2023-06-16T07:45:00.000Z",
          "exitTs": 1686917700,
          "dir": 1,
          "entryPrice": 1961.878,
          "exitPrice": 1967.673,
          "stopDistance": 2.897,
          "outcome": "target",
          "netR": 1.8723,
          "holdMinutes": 270
        },
        {
          "entryTs": 1687139580,
          "entryUtc": "2023-06-19T01:53:00.000Z",
          "exitTs": 1687167960,
          "dir": -1,
          "entryPrice": 1956.585,
          "exitPrice": 1952.125,
          "stopDistance": 2.23,
          "outcome": "target",
          "netR": 1.8341,
          "holdMinutes": 473
        },
        {
          "entryTs": 1687339800,
          "entryUtc": "2023-06-21T09:30:00.000Z",
          "exitTs": 1687350000,
          "dir": 1,
          "entryPrice": 1934.468,
          "exitPrice": 1931.699,
          "stopDistance": 2.769,
          "outcome": "stop",
          "netR": -1.1517,
          "holdMinutes": 170
        },
        {
          "entryTs": 1687353660,
          "entryUtc": "2023-06-21T13:21:00.000Z",
          "exitTs": 1687354740,
          "dir": -1,
          "entryPrice": 1928.985,
          "exitPrice": 1921.091,
          "stopDistance": 3.947,
          "outcome": "target",
          "netR": 1.9063,
          "holdMinutes": 18
        },
        {
          "entryTs": 1687355160,
          "entryUtc": "2023-06-21T13:46:00.000Z",
          "exitTs": 1687357800,
          "dir": -1,
          "entryPrice": 1926.955,
          "exitPrice": 1931.919,
          "stopDistance": 4.965,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 44
        },
        {
          "entryTs": 1687416900,
          "entryUtc": "2023-06-22T06:55:00.000Z",
          "exitTs": 1687418520,
          "dir": 1,
          "entryPrice": 1929.465,
          "exitPrice": 1927.4,
          "stopDistance": 2.065,
          "outcome": "stop",
          "netR": -1.2034,
          "holdMinutes": 27
        },
        {
          "entryTs": 1687419000,
          "entryUtc": "2023-06-22T07:30:00.000Z",
          "exitTs": 1687423380,
          "dir": -1,
          "entryPrice": 1929.975,
          "exitPrice": 1925.17,
          "stopDistance": 2.403,
          "outcome": "target",
          "netR": 1.846,
          "holdMinutes": 73
        },
        {
          "entryTs": 1687446120,
          "entryUtc": "2023-06-22T15:02:00.000Z",
          "exitTs": 1687522740,
          "dir": -1,
          "entryPrice": 1916.265,
          "exitPrice": 1921.309,
          "stopDistance": 5.044,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 1277
        },
        {
          "entryTs": 1687523520,
          "entryUtc": "2023-06-23T12:32:00.000Z",
          "exitTs": 1687524420,
          "dir": 1,
          "entryPrice": 1919.105,
          "exitPrice": 1924.554,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 15
        },
        {
          "entryTs": 1687760340,
          "entryUtc": "2023-06-26T06:19:00.000Z",
          "exitTs": 1687761060,
          "dir": 1,
          "entryPrice": 1924.935,
          "exitPrice": 1922.736,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 12
        },
        {
          "entryTs": 1687825920,
          "entryUtc": "2023-06-27T00:32:00.000Z",
          "exitTs": 1687829820,
          "dir": -1,
          "entryPrice": 1924.015,
          "exitPrice": 1925.857,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 65
        },
        {
          "entryTs": 1687917000,
          "entryUtc": "2023-06-28T01:50:00.000Z",
          "exitTs": 1687933320,
          "dir": 1,
          "entryPrice": 1915.284,
          "exitPrice": 1913.273,
          "stopDistance": 2.011,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 272
        },
        {
          "entryTs": 1687942500,
          "entryUtc": "2023-06-28T08:55:00.000Z",
          "exitTs": 1687957860,
          "dir": -1,
          "entryPrice": 1910.165,
          "exitPrice": 1905.304,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8478,
          "holdMinutes": 256
        },
        {
          "entryTs": 1687960080,
          "entryUtc": "2023-06-28T13:48:00.000Z",
          "exitTs": 1687960140,
          "dir": -1,
          "entryPrice": 1906.455,
          "exitPrice": 1909.845,
          "stopDistance": 3.39,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 1
        },
        {
          "entryTs": 1687997160,
          "entryUtc": "2023-06-29T00:06:00.000Z",
          "exitTs": 1688006640,
          "dir": 1,
          "entryPrice": 1907.938,
          "exitPrice": 1905.401,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 158
        },
        {
          "entryTs": 1688027580,
          "entryUtc": "2023-06-29T08:33:00.000Z",
          "exitTs": 1688040720,
          "dir": 1,
          "entryPrice": 1905.625,
          "exitPrice": 1911.003,
          "stopDistance": 2.689,
          "outcome": "target",
          "netR": 1.8624,
          "holdMinutes": 219
        },
        {
          "entryTs": 1688133060,
          "entryUtc": "2023-06-30T13:51:00.000Z",
          "exitTs": 1688133960,
          "dir": -1,
          "entryPrice": 1912.305,
          "exitPrice": 1916.012,
          "stopDistance": 3.707,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 15
        },
        {
          "entryTs": 1688349300,
          "entryUtc": "2023-07-03T01:55:00.000Z",
          "exitTs": 1688365440,
          "dir": 1,
          "entryPrice": 1916.525,
          "exitPrice": 1914.397,
          "stopDistance": 2.128,
          "outcome": "stop",
          "netR": -1.1974,
          "holdMinutes": 269
        },
        {
          "entryTs": 1688377440,
          "entryUtc": "2023-07-03T09:44:00.000Z",
          "exitTs": 1688387820,
          "dir": 1,
          "entryPrice": 1912.705,
          "exitPrice": 1917.786,
          "stopDistance": 2.54,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 173
        },
        {
          "entryTs": 1688398380,
          "entryUtc": "2023-07-03T15:33:00.000Z",
          "exitTs": 1688403540,
          "dir": 1,
          "entryPrice": 1925.955,
          "exitPrice": 1921.859,
          "stopDistance": 4.096,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 86
        },
        {
          "entryTs": 1688434260,
          "entryUtc": "2023-07-04T01:31:00.000Z",
          "exitTs": 1688446500,
          "dir": 1,
          "entryPrice": 1921.195,
          "exitPrice": 1924.294,
          "stopDistance": 1.55,
          "outcome": "target",
          "netR": 1.7612,
          "holdMinutes": 204
        },
        {
          "entryTs": 1688477580,
          "entryUtc": "2023-07-04T13:33:00.000Z",
          "exitTs": 1688488920,
          "dir": -1,
          "entryPrice": 1928.405,
          "exitPrice": 1924.404,
          "stopDistance": 2,
          "outcome": "target",
          "netR": 1.815,
          "holdMinutes": 189
        },
        {
          "entryTs": 1688511600,
          "entryUtc": "2023-07-04T23:00:00.000Z",
          "exitTs": 1688521980,
          "dir": 1,
          "entryPrice": 1925.674,
          "exitPrice": 1923.979,
          "stopDistance": 1.695,
          "outcome": "stop",
          "netR": -1.2479,
          "holdMinutes": 173
        },
        {
          "entryTs": 1688542860,
          "entryUtc": "2023-07-05T07:41:00.000Z",
          "exitTs": 1688543700,
          "dir": -1,
          "entryPrice": 1925.198,
          "exitPrice": 1926.722,
          "stopDistance": 1.524,
          "outcome": "stop",
          "netR": -1.2757,
          "holdMinutes": 14
        },
        {
          "entryTs": 1688563860,
          "entryUtc": "2023-07-05T13:31:00.000Z",
          "exitTs": 1688564160,
          "dir": 1,
          "entryPrice": 1929.658,
          "exitPrice": 1926.986,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 5
        },
        {
          "entryTs": 1688564400,
          "entryUtc": "2023-07-05T13:40:00.000Z",
          "exitTs": 1688564700,
          "dir": 1,
          "entryPrice": 1926.855,
          "exitPrice": 1924.339,
          "stopDistance": 2.516,
          "outcome": "stop",
          "netR": -1.167,
          "holdMinutes": 5
        },
        {
          "entryTs": 1688569500,
          "entryUtc": "2023-07-05T15:05:00.000Z",
          "exitTs": 1688583960,
          "dir": -1,
          "entryPrice": 1923.265,
          "exitPrice": 1915.139,
          "stopDistance": 4.063,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 241
        },
        {
          "entryTs": 1688608380,
          "entryUtc": "2023-07-06T01:53:00.000Z",
          "exitTs": 1688639400,
          "dir": 1,
          "entryPrice": 1918.115,
          "exitPrice": 1922.432,
          "stopDistance": 2.158,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 517
        },
        {
          "entryTs": 1688652000,
          "entryUtc": "2023-07-06T14:00:00.000Z",
          "exitTs": 1688726400,
          "dir": 1,
          "entryPrice": 1906.165,
          "exitPrice": 1917.479,
          "stopDistance": 5.657,
          "outcome": "target",
          "netR": 1.9346,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1688733000,
          "entryUtc": "2023-07-07T12:30:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1917.415,
          "exitPrice": 1922.688,
          "stopDistance": 2.636,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 0
        },
        {
          "entryTs": 1688943600,
          "entryUtc": "2023-07-09T23:00:00.000Z",
          "exitTs": 1688963940,
          "dir": 1,
          "entryPrice": 1924.975,
          "exitPrice": 1922.149,
          "stopDistance": 2.826,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 339
        },
        {
          "entryTs": 1689042720,
          "entryUtc": "2023-07-11T02:32:00.000Z",
          "exitTs": 1689044700,
          "dir": -1,
          "entryPrice": 1926.825,
          "exitPrice": 1928.637,
          "stopDistance": 1.812,
          "outcome": "stop",
          "netR": -1.2318,
          "holdMinutes": 33
        },
        {
          "entryTs": 1689063360,
          "entryUtc": "2023-07-11T08:16:00.000Z",
          "exitTs": 1689069540,
          "dir": -1,
          "entryPrice": 1935.115,
          "exitPrice": 1938.069,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 103
        },
        {
          "entryTs": 1689083280,
          "entryUtc": "2023-07-11T13:48:00.000Z",
          "exitTs": 1689085680,
          "dir": -1,
          "entryPrice": 1931.695,
          "exitPrice": 1935.085,
          "stopDistance": 3.39,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 40
        },
        {
          "entryTs": 1689127260,
          "entryUtc": "2023-07-12T02:01:00.000Z",
          "exitTs": 1689143880,
          "dir": 1,
          "entryPrice": 1937.375,
          "exitPrice": 1935.541,
          "stopDistance": 1.834,
          "outcome": "stop",
          "netR": -1.2291,
          "holdMinutes": 277
        },
        {
          "entryTs": 1689162780,
          "entryUtc": "2023-07-12T11:53:00.000Z",
          "exitTs": 1689165000,
          "dir": 1,
          "entryPrice": 1934.335,
          "exitPrice": 1938.208,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 37
        },
        {
          "entryTs": 1689211140,
          "entryUtc": "2023-07-13T01:19:00.000Z",
          "exitTs": 1689216600,
          "dir": 1,
          "entryPrice": 1957.005,
          "exitPrice": 1960.701,
          "stopDistance": 1.848,
          "outcome": "target",
          "netR": 1.7998,
          "holdMinutes": 91
        },
        {
          "entryTs": 1689229260,
          "entryUtc": "2023-07-13T06:21:00.000Z",
          "exitTs": 1689231540,
          "dir": -1,
          "entryPrice": 1960.465,
          "exitPrice": 1962.743,
          "stopDistance": 2.278,
          "outcome": "stop",
          "netR": -1.1844,
          "holdMinutes": 38
        },
        {
          "entryTs": 1689290220,
          "entryUtc": "2023-07-13T23:17:00.000Z",
          "exitTs": 1689313320,
          "dir": 1,
          "entryPrice": 1960.085,
          "exitPrice": 1958.219,
          "stopDistance": 1.866,
          "outcome": "stop",
          "netR": -1.2251,
          "holdMinutes": 385
        },
        {
          "entryTs": 1689326340,
          "entryUtc": "2023-07-14T09:19:00.000Z",
          "exitTs": 1689336660,
          "dir": 1,
          "entryPrice": 1955.295,
          "exitPrice": 1959.999,
          "stopDistance": 2.352,
          "outcome": "target",
          "netR": 1.8427,
          "holdMinutes": 172
        },
        {
          "entryTs": 1689342720,
          "entryUtc": "2023-07-14T13:52:00.000Z",
          "exitTs": 1689343260,
          "dir": -1,
          "entryPrice": 1960.425,
          "exitPrice": 1954.504,
          "stopDistance": 2.961,
          "outcome": "target",
          "netR": 1.875,
          "holdMinutes": 9
        },
        {
          "entryTs": 1689345900,
          "entryUtc": "2023-07-14T14:45:00.000Z",
          "exitTs": 1689544800,
          "dir": -1,
          "entryPrice": 1958.265,
          "exitPrice": 1954.634,
          "stopDistance": 4.022,
          "outcome": "time",
          "netR": 0.8107,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1689596220,
          "entryUtc": "2023-07-17T12:17:00.000Z",
          "exitTs": 1689596520,
          "dir": 1,
          "entryPrice": 1957.485,
          "exitPrice": 1955.009,
          "stopDistance": 2.476,
          "outcome": "stop",
          "netR": -1.1696,
          "holdMinutes": 5
        },
        {
          "entryTs": 1689601860,
          "entryUtc": "2023-07-17T13:51:00.000Z",
          "exitTs": 1689603060,
          "dir": -1,
          "entryPrice": 1948.765,
          "exitPrice": 1952.576,
          "stopDistance": 3.811,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 20
        },
        {
          "entryTs": 1689645300,
          "entryUtc": "2023-07-18T01:55:00.000Z",
          "exitTs": 1689649020,
          "dir": -1,
          "entryPrice": 1956.685,
          "exitPrice": 1958.689,
          "stopDistance": 2.004,
          "outcome": "stop",
          "netR": -1.2096,
          "holdMinutes": 62
        },
        {
          "entryTs": 1689666600,
          "entryUtc": "2023-07-18T07:50:00.000Z",
          "exitTs": 1689678960,
          "dir": -1,
          "entryPrice": 1962.245,
          "exitPrice": 1964.624,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 206
        },
        {
          "entryTs": 1689681060,
          "entryUtc": "2023-07-18T11:51:00.000Z",
          "exitTs": 1689683340,
          "dir": -1,
          "entryPrice": 1963.495,
          "exitPrice": 1966.707,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 38
        },
        {
          "entryTs": 1689684420,
          "entryUtc": "2023-07-18T12:47:00.000Z",
          "exitTs": 1689684720,
          "dir": -1,
          "entryPrice": 1963.678,
          "exitPrice": 1967.934,
          "stopDistance": 4.256,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 5
        },
        {
          "entryTs": 1689750480,
          "entryUtc": "2023-07-19T07:08:00.000Z",
          "exitTs": 1689751020,
          "dir": -1,
          "entryPrice": 1978.005,
          "exitPrice": 1980.252,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 9
        },
        {
          "entryTs": 1689774420,
          "entryUtc": "2023-07-19T13:47:00.000Z",
          "exitTs": 1689776040,
          "dir": 1,
          "entryPrice": 1977.355,
          "exitPrice": 1974.035,
          "stopDistance": 3.32,
          "outcome": "stop",
          "netR": -1.1265,
          "holdMinutes": 27
        },
        {
          "entryTs": 1689778800,
          "entryUtc": "2023-07-19T15:00:00.000Z",
          "exitTs": 1689816420,
          "dir": 1,
          "entryPrice": 1973.805,
          "exitPrice": 1982.054,
          "stopDistance": 4.125,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 627
        },
        {
          "entryTs": 1689819480,
          "entryUtc": "2023-07-20T02:18:00.000Z",
          "exitTs": 1689823080,
          "dir": -1,
          "entryPrice": 1984.665,
          "exitPrice": 1986.907,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1874,
          "holdMinutes": 60
        },
        {
          "entryTs": 1689862560,
          "entryUtc": "2023-07-20T14:16:00.000Z",
          "exitTs": 1689926700,
          "dir": -1,
          "entryPrice": 1972.825,
          "exitPrice": 1963.635,
          "stopDistance": 4.595,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 1069
        },
        {
          "entryTs": 1690163040,
          "entryUtc": "2023-07-24T01:44:00.000Z",
          "exitTs": 1690179000,
          "dir": -1,
          "entryPrice": 1961.735,
          "exitPrice": 1957.803,
          "stopDistance": 1.966,
          "outcome": "target",
          "netR": 1.8118,
          "holdMinutes": 266
        },
        {
          "entryTs": 1690188960,
          "entryUtc": "2023-07-24T08:56:00.000Z",
          "exitTs": 1690190280,
          "dir": 1,
          "entryPrice": 1959.824,
          "exitPrice": 1964.124,
          "stopDistance": 2.15,
          "outcome": "target",
          "netR": 1.8279,
          "holdMinutes": 22
        },
        {
          "entryTs": 1690265520,
          "entryUtc": "2023-07-25T06:12:00.000Z",
          "exitTs": 1690282740,
          "dir": 1,
          "entryPrice": 1961.135,
          "exitPrice": 1959.293,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 287
        },
        {
          "entryTs": 1690291800,
          "entryUtc": "2023-07-25T13:30:00.000Z",
          "exitTs": 1690297200,
          "dir": -1,
          "entryPrice": 1958.095,
          "exitPrice": 1961.831,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 90
        },
        {
          "entryTs": 1690382400,
          "entryUtc": "2023-07-26T14:40:00.000Z",
          "exitTs": 1690384260,
          "dir": -1,
          "entryPrice": 1966.515,
          "exitPrice": 1969.757,
          "stopDistance": 3.242,
          "outcome": "stop",
          "netR": -1.1295,
          "holdMinutes": 31
        },
        {
          "entryTs": 1690440720,
          "entryUtc": "2023-07-27T06:52:00.000Z",
          "exitTs": 1690443000,
          "dir": 1,
          "entryPrice": 1975.274,
          "exitPrice": 1980.047,
          "stopDistance": 2.387,
          "outcome": "target",
          "netR": 1.845,
          "holdMinutes": 38
        },
        {
          "entryTs": 1690446180,
          "entryUtc": "2023-07-27T08:23:00.000Z",
          "exitTs": 1690448460,
          "dir": 1,
          "entryPrice": 1978.235,
          "exitPrice": 1975.32,
          "stopDistance": 2.915,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 38
        },
        {
          "entryTs": 1690511760,
          "entryUtc": "2023-07-28T02:36:00.000Z",
          "exitTs": 1690513500,
          "dir": -1,
          "entryPrice": 1950.655,
          "exitPrice": 1953.245,
          "stopDistance": 2.59,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 29
        },
        {
          "entryTs": 1690537560,
          "entryUtc": "2023-07-28T09:46:00.000Z",
          "exitTs": 1690542900,
          "dir": -1,
          "entryPrice": 1951.405,
          "exitPrice": 1954.677,
          "stopDistance": 3.272,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 89
        },
        {
          "entryTs": 1690758060,
          "entryUtc": "2023-07-30T23:01:00.000Z",
          "exitTs": 1690764660,
          "dir": 1,
          "entryPrice": 1958.625,
          "exitPrice": 1956.417,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 110
        },
        {
          "entryTs": 1690765200,
          "entryUtc": "2023-07-31T01:00:00.000Z",
          "exitTs": 1690765860,
          "dir": 1,
          "entryPrice": 1957.745,
          "exitPrice": 1955.68,
          "stopDistance": 2.065,
          "outcome": "stop",
          "netR": -1.2034,
          "holdMinutes": 11
        },
        {
          "entryTs": 1690786260,
          "entryUtc": "2023-07-31T06:51:00.000Z",
          "exitTs": 1690793400,
          "dir": 1,
          "entryPrice": 1954.975,
          "exitPrice": 1952.805,
          "stopDistance": 2.17,
          "outcome": "stop",
          "netR": -1.1935,
          "holdMinutes": 119
        },
        {
          "entryTs": 1690882380,
          "entryUtc": "2023-08-01T09:33:00.000Z",
          "exitTs": 1690890900,
          "dir": -1,
          "entryPrice": 1957.355,
          "exitPrice": 1953.167,
          "stopDistance": 2.094,
          "outcome": "target",
          "netR": 1.8233,
          "holdMinutes": 142
        },
        {
          "entryTs": 1691061360,
          "entryUtc": "2023-08-03T11:16:00.000Z",
          "exitTs": 1691065500,
          "dir": -1,
          "entryPrice": 1935.775,
          "exitPrice": 1930.323,
          "stopDistance": 2.726,
          "outcome": "target",
          "netR": 1.8643,
          "holdMinutes": 69
        },
        {
          "entryTs": 1691066820,
          "entryUtc": "2023-08-03T12:47:00.000Z",
          "exitTs": 1691152200,
          "dir": 1,
          "entryPrice": 1933.675,
          "exitPrice": 1929.698,
          "stopDistance": 3.977,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 1423
        },
        {
          "entryTs": 1691157300,
          "entryUtc": "2023-08-04T13:55:00.000Z",
          "exitTs": 1691160900,
          "dir": 1,
          "entryPrice": 1943.755,
          "exitPrice": 1939.018,
          "stopDistance": 4.737,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 60
        },
        {
          "entryTs": 1691388840,
          "entryUtc": "2023-08-07T06:14:00.000Z",
          "exitTs": 1691405280,
          "dir": -1,
          "entryPrice": 1937.605,
          "exitPrice": 1933.43,
          "stopDistance": 2.087,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 274
        },
        {
          "entryTs": 1691406120,
          "entryUtc": "2023-08-07T11:02:00.000Z",
          "exitTs": 1691413200,
          "dir": 1,
          "entryPrice": 1934.445,
          "exitPrice": 1938.818,
          "stopDistance": 2.187,
          "outcome": "target",
          "netR": 1.8308,
          "holdMinutes": 118
        },
        {
          "entryTs": 1691501280,
          "entryUtc": "2023-08-08T13:28:00.000Z",
          "exitTs": 1691589420,
          "dir": 1,
          "entryPrice": 1925.405,
          "exitPrice": 1921.563,
          "stopDistance": 3.842,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 1469
        },
        {
          "entryTs": 1691591040,
          "entryUtc": "2023-08-09T14:24:00.000Z",
          "exitTs": 1691591460,
          "dir": 1,
          "entryPrice": 1924.534,
          "exitPrice": 1921.341,
          "stopDistance": 3.193,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 7
        },
        {
          "entryTs": 1691630220,
          "entryUtc": "2023-08-10T01:17:00.000Z",
          "exitTs": 1691631060,
          "dir": -1,
          "entryPrice": 1916.215,
          "exitPrice": 1917.821,
          "stopDistance": 1.606,
          "outcome": "stop",
          "netR": -1.2615,
          "holdMinutes": 14
        },
        {
          "entryTs": 1691649420,
          "entryUtc": "2023-08-10T06:37:00.000Z",
          "exitTs": 1691651040,
          "dir": -1,
          "entryPrice": 1917.725,
          "exitPrice": 1919.662,
          "stopDistance": 1.937,
          "outcome": "stop",
          "netR": -1.2168,
          "holdMinutes": 27
        },
        {
          "entryTs": 1691762400,
          "entryUtc": "2023-08-11T14:00:00.000Z",
          "exitTs": 1691762460,
          "dir": -1,
          "entryPrice": 1919.965,
          "exitPrice": 1915.383,
          "stopDistance": 2.291,
          "outcome": "target",
          "netR": 1.8385,
          "holdMinutes": 1
        },
        {
          "entryTs": 1691764500,
          "entryUtc": "2023-08-11T14:35:00.000Z",
          "exitTs": 1691768640,
          "dir": 1,
          "entryPrice": 1917.125,
          "exitPrice": 1913.653,
          "stopDistance": 3.472,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 69
        },
        {
          "entryTs": 1691992800,
          "entryUtc": "2023-08-14T06:00:00.000Z",
          "exitTs": 1691996640,
          "dir": 1,
          "entryPrice": 1912.315,
          "exitPrice": 1910.697,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2595,
          "holdMinutes": 64
        },
        {
          "entryTs": 1692061380,
          "entryUtc": "2023-08-15T01:03:00.000Z",
          "exitTs": 1692063300,
          "dir": 1,
          "entryPrice": 1906.075,
          "exitPrice": 1904.421,
          "stopDistance": 1.654,
          "outcome": "stop",
          "netR": -1.254,
          "holdMinutes": 32
        },
        {
          "entryTs": 1692098940,
          "entryUtc": "2023-08-15T11:29:00.000Z",
          "exitTs": 1692102600,
          "dir": -1,
          "entryPrice": 1903.115,
          "exitPrice": 1899.225,
          "stopDistance": 1.945,
          "outcome": "target",
          "netR": 1.8098,
          "holdMinutes": 61
        },
        {
          "entryTs": 1692176880,
          "entryUtc": "2023-08-16T09:08:00.000Z",
          "exitTs": 1692187200,
          "dir": -1,
          "entryPrice": 1906.165,
          "exitPrice": 1902.947,
          "stopDistance": 1.609,
          "outcome": "target",
          "netR": 1.7701,
          "holdMinutes": 172
        },
        {
          "entryTs": 1692189240,
          "entryUtc": "2023-08-16T12:34:00.000Z",
          "exitTs": 1692191700,
          "dir": -1,
          "entryPrice": 1903.015,
          "exitPrice": 1899.234,
          "stopDistance": 1.891,
          "outcome": "target",
          "netR": 1.8043,
          "holdMinutes": 41
        },
        {
          "entryTs": 1692209820,
          "entryUtc": "2023-08-16T18:17:00.000Z",
          "exitTs": 1692214860,
          "dir": -1,
          "entryPrice": 1897.955,
          "exitPrice": 1892.349,
          "stopDistance": 2.803,
          "outcome": "target",
          "netR": 1.868,
          "holdMinutes": 84
        },
        {
          "entryTs": 1692228540,
          "entryUtc": "2023-08-16T23:29:00.000Z",
          "exitTs": 1692235680,
          "dir": 1,
          "entryPrice": 1892.775,
          "exitPrice": 1889.926,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 119
        },
        {
          "entryTs": 1692322560,
          "entryUtc": "2023-08-18T01:36:00.000Z",
          "exitTs": 1692334200,
          "dir": 1,
          "entryPrice": 1893.245,
          "exitPrice": 1891.315,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2176,
          "holdMinutes": 194
        },
        {
          "entryTs": 1692365880,
          "entryUtc": "2023-08-18T13:38:00.000Z",
          "exitTs": 1692366600,
          "dir": 1,
          "entryPrice": 1891.135,
          "exitPrice": 1896.5,
          "stopDistance": 2.682,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 12
        },
        {
          "entryTs": 1692381240,
          "entryUtc": "2023-08-18T17:54:00.000Z",
          "exitTs": 1692568800,
          "dir": -1,
          "entryPrice": 1889.465,
          "exitPrice": 1889.734,
          "stopDistance": 2.841,
          "outcome": "time",
          "netR": -0.225,
          "holdMinutes": 3126
        },
        {
          "entryTs": 1692590760,
          "entryUtc": "2023-08-21T04:06:00.000Z",
          "exitTs": 1692597480,
          "dir": -1,
          "entryPrice": 1892.825,
          "exitPrice": 1887.802,
          "stopDistance": 2.512,
          "outcome": "target",
          "netR": 1.8527,
          "holdMinutes": 112
        },
        {
          "entryTs": 1692623880,
          "entryUtc": "2023-08-21T13:18:00.000Z",
          "exitTs": 1692625500,
          "dir": -1,
          "entryPrice": 1896.425,
          "exitPrice": 1890.368,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 27
        },
        {
          "entryTs": 1692666960,
          "entryUtc": "2023-08-22T01:16:00.000Z",
          "exitTs": 1692667500,
          "dir": -1,
          "entryPrice": 1895.225,
          "exitPrice": 1896.636,
          "stopDistance": 1.411,
          "outcome": "stop",
          "netR": -1.2976,
          "holdMinutes": 9
        },
        {
          "entryTs": 1692679620,
          "entryUtc": "2023-08-22T04:47:00.000Z",
          "exitTs": 1692685200,
          "dir": 1,
          "entryPrice": 1894.885,
          "exitPrice": 1898.654,
          "stopDistance": 1.885,
          "outcome": "target",
          "netR": 1.8037,
          "holdMinutes": 93
        },
        {
          "entryTs": 1692700200,
          "entryUtc": "2023-08-22T10:30:00.000Z",
          "exitTs": 1692708120,
          "dir": -1,
          "entryPrice": 1902.715,
          "exitPrice": 1897.896,
          "stopDistance": 2.409,
          "outcome": "target",
          "netR": 1.8464,
          "holdMinutes": 132
        },
        {
          "entryTs": 1692713940,
          "entryUtc": "2023-08-22T14:19:00.000Z",
          "exitTs": 1692753600,
          "dir": 1,
          "entryPrice": 1893.475,
          "exitPrice": 1900.421,
          "stopDistance": 3.473,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 661
        },
        {
          "entryTs": 1692775440,
          "entryUtc": "2023-08-23T07:24:00.000Z",
          "exitTs": 1692793620,
          "dir": -1,
          "entryPrice": 1903.885,
          "exitPrice": 1905.746,
          "stopDistance": 1.861,
          "outcome": "stop",
          "netR": -1.2257,
          "holdMinutes": 303
        },
        {
          "entryTs": 1692796620,
          "entryUtc": "2023-08-23T13:17:00.000Z",
          "exitTs": 1692797040,
          "dir": -1,
          "entryPrice": 1906.505,
          "exitPrice": 1909.457,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 7
        },
        {
          "entryTs": 1692845880,
          "entryUtc": "2023-08-24T02:58:00.000Z",
          "exitTs": 1692859860,
          "dir": 1,
          "entryPrice": 1919.415,
          "exitPrice": 1922.762,
          "stopDistance": 1.673,
          "outcome": "target",
          "netR": 1.7789,
          "holdMinutes": 233
        },
        {
          "entryTs": 1692881880,
          "entryUtc": "2023-08-24T12:58:00.000Z",
          "exitTs": 1692885720,
          "dir": -1,
          "entryPrice": 1914.965,
          "exitPrice": 1917.395,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1728,
          "holdMinutes": 64
        },
        {
          "entryTs": 1692893220,
          "entryUtc": "2023-08-24T16:07:00.000Z",
          "exitTs": 1692918060,
          "dir": 1,
          "entryPrice": 1919.425,
          "exitPrice": 1915.978,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 414
        },
        {
          "entryTs": 1692945300,
          "entryUtc": "2023-08-25T06:35:00.000Z",
          "exitTs": 1692946680,
          "dir": 1,
          "entryPrice": 1914.355,
          "exitPrice": 1912.816,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.273,
          "holdMinutes": 23
        },
        {
          "entryTs": 1692949860,
          "entryUtc": "2023-08-25T07:51:00.000Z",
          "exitTs": 1692964680,
          "dir": 1,
          "entryPrice": 1914.255,
          "exitPrice": 1917.994,
          "stopDistance": 1.869,
          "outcome": "target",
          "netR": 1.8021,
          "holdMinutes": 247
        },
        {
          "entryTs": 1693186380,
          "entryUtc": "2023-08-28T01:33:00.000Z",
          "exitTs": 1693209840,
          "dir": 1,
          "entryPrice": 1915.645,
          "exitPrice": 1913.714,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 391
        },
        {
          "entryTs": 1693230600,
          "entryUtc": "2023-08-28T13:50:00.000Z",
          "exitTs": 1693236660,
          "dir": 1,
          "entryPrice": 1916.305,
          "exitPrice": 1921.242,
          "stopDistance": 2.469,
          "outcome": "target",
          "netR": 1.8501,
          "holdMinutes": 101
        },
        {
          "entryTs": 1693290420,
          "entryUtc": "2023-08-29T06:27:00.000Z",
          "exitTs": 1693292940,
          "dir": 1,
          "entryPrice": 1923.495,
          "exitPrice": 1922.021,
          "stopDistance": 1.474,
          "outcome": "stop",
          "netR": -1.2849,
          "holdMinutes": 42
        },
        {
          "entryTs": 1693360260,
          "entryUtc": "2023-08-30T01:51:00.000Z",
          "exitTs": 1693387560,
          "dir": -1,
          "entryPrice": 1936.398,
          "exitPrice": 1937.879,
          "stopDistance": 1.481,
          "outcome": "stop",
          "netR": -1.2836,
          "holdMinutes": 455
        },
        {
          "entryTs": 1693402320,
          "entryUtc": "2023-08-30T13:32:00.000Z",
          "exitTs": 1693427820,
          "dir": 1,
          "entryPrice": 1945.075,
          "exitPrice": 1942.446,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 425
        },
        {
          "entryTs": 1693489500,
          "entryUtc": "2023-08-31T13:45:00.000Z",
          "exitTs": 1693570440,
          "dir": -1,
          "entryPrice": 1943.245,
          "exitPrice": 1945.957,
          "stopDistance": 2.712,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 1349
        },
        {
          "entryTs": 1693575600,
          "entryUtc": "2023-09-01T13:40:00.000Z",
          "exitTs": 1693575900,
          "dir": 1,
          "entryPrice": 1945.825,
          "exitPrice": 1943.448,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693809540,
          "entryUtc": "2023-09-04T06:39:00.000Z",
          "exitTs": 1693812000,
          "dir": 1,
          "entryPrice": 1944.878,
          "exitPrice": 1943.466,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2975,
          "holdMinutes": 41
        },
        {
          "entryTs": 1693830840,
          "entryUtc": "2023-09-04T12:34:00.000Z",
          "exitTs": 1693833720,
          "dir": 1,
          "entryPrice": 1940.275,
          "exitPrice": 1938.727,
          "stopDistance": 1.548,
          "outcome": "stop",
          "netR": -1.2713,
          "holdMinutes": 48
        },
        {
          "entryTs": 1693835400,
          "entryUtc": "2023-09-04T13:50:00.000Z",
          "exitTs": 1693837140,
          "dir": -1,
          "entryPrice": 1939.875,
          "exitPrice": 1936.732,
          "stopDistance": 1.571,
          "outcome": "target",
          "netR": 1.7645,
          "holdMinutes": 29
        },
        {
          "entryTs": 1693877820,
          "entryUtc": "2023-09-05T01:37:00.000Z",
          "exitTs": 1693878420,
          "dir": 1,
          "entryPrice": 1937.745,
          "exitPrice": 1936.735,
          "stopDistance": 1.01,
          "outcome": "stop",
          "netR": -1.4157,
          "holdMinutes": 10
        },
        {
          "entryTs": 1693900080,
          "entryUtc": "2023-09-05T07:48:00.000Z",
          "exitTs": 1693902480,
          "dir": -1,
          "entryPrice": 1936.735,
          "exitPrice": 1933.619,
          "stopDistance": 1.558,
          "outcome": "target",
          "netR": 1.7625,
          "holdMinutes": 40
        },
        {
          "entryTs": 1693917780,
          "entryUtc": "2023-09-05T12:43:00.000Z",
          "exitTs": 1693917780,
          "dir": -1,
          "entryPrice": 1930.385,
          "exitPrice": 1932.374,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 0
        },
        {
          "entryTs": 1693919460,
          "entryUtc": "2023-09-05T13:11:00.000Z",
          "exitTs": 1693921980,
          "dir": 1,
          "entryPrice": 1930.954,
          "exitPrice": 1928.506,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 42
        },
        {
          "entryTs": 1694002980,
          "entryUtc": "2023-09-06T12:23:00.000Z",
          "exitTs": 1694004840,
          "dir": 1,
          "entryPrice": 1925.475,
          "exitPrice": 1923.732,
          "stopDistance": 1.743,
          "outcome": "stop",
          "netR": -1.241,
          "holdMinutes": 31
        },
        {
          "entryTs": 1694008800,
          "entryUtc": "2023-09-06T14:00:00.000Z",
          "exitTs": 1694008800,
          "dir": 1,
          "entryPrice": 1921.745,
          "exitPrice": 1926.502,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 0
        },
        {
          "entryTs": 1694045340,
          "entryUtc": "2023-09-07T00:09:00.000Z",
          "exitTs": 1694056140,
          "dir": 1,
          "entryPrice": 1916.495,
          "exitPrice": 1920.265,
          "stopDistance": 1.885,
          "outcome": "target",
          "netR": 1.8037,
          "holdMinutes": 180
        },
        {
          "entryTs": 1694091720,
          "entryUtc": "2023-09-07T13:02:00.000Z",
          "exitTs": 1694094540,
          "dir": 1,
          "entryPrice": 1921.314,
          "exitPrice": 1918.736,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 47
        },
        {
          "entryTs": 1694098560,
          "entryUtc": "2023-09-07T14:56:00.000Z",
          "exitTs": 1694135460,
          "dir": 1,
          "entryPrice": 1918.315,
          "exitPrice": 1924.583,
          "stopDistance": 3.134,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 615
        },
        {
          "entryTs": 1694180040,
          "entryUtc": "2023-09-08T13:34:00.000Z",
          "exitTs": 1694181180,
          "dir": -1,
          "entryPrice": 1922.895,
          "exitPrice": 1925.12,
          "stopDistance": 2.225,
          "outcome": "stop",
          "netR": -1.1888,
          "holdMinutes": 19
        },
        {
          "entryTs": 1694416980,
          "entryUtc": "2023-09-11T07:23:00.000Z",
          "exitTs": 1694418840,
          "dir": 1,
          "entryPrice": 1928.205,
          "exitPrice": 1926.198,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2092,
          "holdMinutes": 31
        },
        {
          "entryTs": 1694454900,
          "entryUtc": "2023-09-11T17:55:00.000Z",
          "exitTs": 1694498520,
          "dir": 1,
          "entryPrice": 1922.475,
          "exitPrice": 1919.62,
          "stopDistance": 2.855,
          "outcome": "stop",
          "netR": -1.1471,
          "holdMinutes": 727
        },
        {
          "entryTs": 1694504100,
          "entryUtc": "2023-09-12T07:35:00.000Z",
          "exitTs": 1694514900,
          "dir": 1,
          "entryPrice": 1919.145,
          "exitPrice": 1917.571,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2668,
          "holdMinutes": 180
        },
        {
          "entryTs": 1694522460,
          "entryUtc": "2023-09-12T12:41:00.000Z",
          "exitTs": 1694523660,
          "dir": -1,
          "entryPrice": 1912.295,
          "exitPrice": 1908.158,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 20
        },
        {
          "entryTs": 1694568840,
          "entryUtc": "2023-09-13T01:34:00.000Z",
          "exitTs": 1694572860,
          "dir": -1,
          "entryPrice": 1912.425,
          "exitPrice": 1909.629,
          "stopDistance": 1.398,
          "outcome": "target",
          "netR": 1.7354,
          "holdMinutes": 67
        },
        {
          "entryTs": 1694698380,
          "entryUtc": "2023-09-14T13:33:00.000Z",
          "exitTs": 1694702400,
          "dir": -1,
          "entryPrice": 1904.335,
          "exitPrice": 1907.58,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 67
        },
        {
          "entryTs": 1694783280,
          "entryUtc": "2023-09-15T13:08:00.000Z",
          "exitTs": 1694783400,
          "dir": -1,
          "entryPrice": 1919.154,
          "exitPrice": 1921.037,
          "stopDistance": 1.883,
          "outcome": "stop",
          "netR": -1.223,
          "holdMinutes": 2
        },
        {
          "entryTs": 1694790240,
          "entryUtc": "2023-09-15T15:04:00.000Z",
          "exitTs": 1694806380,
          "dir": 1,
          "entryPrice": 1926.645,
          "exitPrice": 1923.23,
          "stopDistance": 3.415,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 269
        },
        {
          "entryTs": 1695017700,
          "entryUtc": "2023-09-18T06:15:00.000Z",
          "exitTs": 1695022740,
          "dir": 1,
          "entryPrice": 1928.328,
          "exitPrice": 1926.816,
          "stopDistance": 1.512,
          "outcome": "stop",
          "netR": -1.2778,
          "holdMinutes": 84
        },
        {
          "entryTs": 1695043920,
          "entryUtc": "2023-09-18T13:32:00.000Z",
          "exitTs": 1695045480,
          "dir": 1,
          "entryPrice": 1925.525,
          "exitPrice": 1923.389,
          "stopDistance": 2.136,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 26
        },
        {
          "entryTs": 1695137760,
          "entryUtc": "2023-09-19T15:36:00.000Z",
          "exitTs": 1695172200,
          "dir": 1,
          "entryPrice": 1932.005,
          "exitPrice": 1929.338,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 574
        },
        {
          "entryTs": 1695193620,
          "entryUtc": "2023-09-20T07:07:00.000Z",
          "exitTs": 1695194220,
          "dir": 1,
          "entryPrice": 1929.675,
          "exitPrice": 1928.542,
          "stopDistance": 1.133,
          "outcome": "stop",
          "netR": -1.3707,
          "holdMinutes": 10
        },
        {
          "entryTs": 1695203820,
          "entryUtc": "2023-09-20T09:57:00.000Z",
          "exitTs": 1695211260,
          "dir": -1,
          "entryPrice": 1931.505,
          "exitPrice": 1932.912,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2985,
          "holdMinutes": 124
        },
        {
          "entryTs": 1695213180,
          "entryUtc": "2023-09-20T12:33:00.000Z",
          "exitTs": 1695216600,
          "dir": -1,
          "entryPrice": 1931.954,
          "exitPrice": 1933.586,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 57
        },
        {
          "entryTs": 1695308100,
          "entryUtc": "2023-09-21T14:55:00.000Z",
          "exitTs": 1695348420,
          "dir": -1,
          "entryPrice": 1920.298,
          "exitPrice": 1924.183,
          "stopDistance": 3.885,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 672
        },
        {
          "entryTs": 1695354480,
          "entryUtc": "2023-09-22T03:48:00.000Z",
          "exitTs": 1695363240,
          "dir": -1,
          "entryPrice": 1923.835,
          "exitPrice": 1925.474,
          "stopDistance": 1.639,
          "outcome": "stop",
          "netR": -1.2562,
          "holdMinutes": 146
        },
        {
          "entryTs": 1695596460,
          "entryUtc": "2023-09-24T23:01:00.000Z",
          "exitTs": 1695600600,
          "dir": 1,
          "entryPrice": 1924.938,
          "exitPrice": 1923.499,
          "stopDistance": 1.439,
          "outcome": "stop",
          "netR": -1.2918,
          "holdMinutes": 69
        },
        {
          "entryTs": 1695629940,
          "entryUtc": "2023-09-25T08:19:00.000Z",
          "exitTs": 1695637680,
          "dir": 1,
          "entryPrice": 1921.475,
          "exitPrice": 1924.148,
          "stopDistance": 1.337,
          "outcome": "target",
          "netR": 1.7232,
          "holdMinutes": 129
        },
        {
          "entryTs": 1695715380,
          "entryUtc": "2023-09-26T08:03:00.000Z",
          "exitTs": 1695720600,
          "dir": -1,
          "entryPrice": 1914.545,
          "exitPrice": 1912.175,
          "stopDistance": 1.185,
          "outcome": "target",
          "netR": 1.6877,
          "holdMinutes": 87
        },
        {
          "entryTs": 1695729180,
          "entryUtc": "2023-09-26T11:53:00.000Z",
          "exitTs": 1695731820,
          "dir": 1,
          "entryPrice": 1911.558,
          "exitPrice": 1909.603,
          "stopDistance": 1.955,
          "outcome": "stop",
          "netR": -1.2148,
          "holdMinutes": 44
        },
        {
          "entryTs": 1695736800,
          "entryUtc": "2023-09-26T14:00:00.000Z",
          "exitTs": 1695740820,
          "dir": -1,
          "entryPrice": 1908.345,
          "exitPrice": 1902.263,
          "stopDistance": 3.041,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 67
        },
        {
          "entryTs": 1695781860,
          "entryUtc": "2023-09-27T02:31:00.000Z",
          "exitTs": 1695787680,
          "dir": 1,
          "entryPrice": 1900.525,
          "exitPrice": 1898.992,
          "stopDistance": 1.533,
          "outcome": "stop",
          "netR": -1.274,
          "holdMinutes": 97
        },
        {
          "entryTs": 1695794460,
          "entryUtc": "2023-09-27T06:01:00.000Z",
          "exitTs": 1695794880,
          "dir": -1,
          "entryPrice": 1896.475,
          "exitPrice": 1898.339,
          "stopDistance": 1.864,
          "outcome": "stop",
          "netR": -1.2254,
          "holdMinutes": 7
        },
        {
          "entryTs": 1695904200,
          "entryUtc": "2023-09-28T12:30:00.000Z",
          "exitTs": 1695905100,
          "dir": 1,
          "entryPrice": 1875.615,
          "exitPrice": 1873.66,
          "stopDistance": 1.955,
          "outcome": "stop",
          "netR": -1.2148,
          "holdMinutes": 15
        },
        {
          "entryTs": 1695910620,
          "entryUtc": "2023-09-28T14:17:00.000Z",
          "exitTs": 1695911460,
          "dir": 1,
          "entryPrice": 1873.315,
          "exitPrice": 1869.916,
          "stopDistance": 3.399,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 14
        },
        {
          "entryTs": 1695978060,
          "entryUtc": "2023-09-29T09:01:00.000Z",
          "exitTs": 1695985860,
          "dir": 1,
          "entryPrice": 1871.205,
          "exitPrice": 1868.969,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 130
        },
        {
          "entryTs": 1696227720,
          "entryUtc": "2023-10-02T06:22:00.000Z",
          "exitTs": 1696228380,
          "dir": -1,
          "entryPrice": 1842.485,
          "exitPrice": 1844.269,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2354,
          "holdMinutes": 11
        },
        {
          "entryTs": 1696236780,
          "entryUtc": "2023-10-02T08:53:00.000Z",
          "exitTs": 1696237500,
          "dir": 1,
          "entryPrice": 1840.405,
          "exitPrice": 1837.622,
          "stopDistance": 2.783,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 12
        },
        {
          "entryTs": 1696257900,
          "entryUtc": "2023-10-02T14:45:00.000Z",
          "exitTs": 1696260060,
          "dir": -1,
          "entryPrice": 1828.158,
          "exitPrice": 1833.172,
          "stopDistance": 5.014,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 36
        },
        {
          "entryTs": 1696293900,
          "entryUtc": "2023-10-03T00:45:00.000Z",
          "exitTs": 1696299540,
          "dir": -1,
          "entryPrice": 1824.335,
          "exitPrice": 1818.083,
          "stopDistance": 3.126,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 94
        },
        {
          "entryTs": 1696319820,
          "entryUtc": "2023-10-03T07:57:00.000Z",
          "exitTs": 1696320360,
          "dir": -1,
          "entryPrice": 1823.695,
          "exitPrice": 1826.633,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 9
        },
        {
          "entryTs": 1696341600,
          "entryUtc": "2023-10-03T14:00:00.000Z",
          "exitTs": 1696341720,
          "dir": 1,
          "entryPrice": 1825.085,
          "exitPrice": 1821.185,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 2
        },
        {
          "entryTs": 1696384560,
          "entryUtc": "2023-10-04T01:56:00.000Z",
          "exitTs": 1696400280,
          "dir": -1,
          "entryPrice": 1823.615,
          "exitPrice": 1818.347,
          "stopDistance": 2.634,
          "outcome": "target",
          "netR": 1.8595,
          "holdMinutes": 262
        },
        {
          "entryTs": 1696440660,
          "entryUtc": "2023-10-04T17:31:00.000Z",
          "exitTs": 1696477860,
          "dir": 1,
          "entryPrice": 1819.298,
          "exitPrice": 1828.456,
          "stopDistance": 4.579,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 620
        },
        {
          "entryTs": 1696508280,
          "entryUtc": "2023-10-05T12:18:00.000Z",
          "exitTs": 1696508640,
          "dir": 1,
          "entryPrice": 1821.675,
          "exitPrice": 1819.543,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 6
        },
        {
          "entryTs": 1696519680,
          "entryUtc": "2023-10-05T15:28:00.000Z",
          "exitTs": 1696546920,
          "dir": 1,
          "entryPrice": 1815.625,
          "exitPrice": 1822.538,
          "stopDistance": 3.457,
          "outcome": "target",
          "netR": 1.893,
          "holdMinutes": 454
        },
        {
          "entryTs": 1696550400,
          "entryUtc": "2023-10-06T00:00:00.000Z",
          "exitTs": 1696573560,
          "dir": 1,
          "entryPrice": 1821.095,
          "exitPrice": 1819.155,
          "stopDistance": 1.94,
          "outcome": "stop",
          "netR": -1.2165,
          "holdMinutes": 386
        },
        {
          "entryTs": 1696591920,
          "entryUtc": "2023-10-06T11:32:00.000Z",
          "exitTs": 1696595400,
          "dir": 1,
          "entryPrice": 1821.058,
          "exitPrice": 1818.973,
          "stopDistance": 2.085,
          "outcome": "stop",
          "netR": -1.2015,
          "holdMinutes": 58
        },
        {
          "entryTs": 1696814160,
          "entryUtc": "2023-10-09T01:16:00.000Z",
          "exitTs": 1696832280,
          "dir": -1,
          "entryPrice": 1848.508,
          "exitPrice": 1853.36,
          "stopDistance": 4.852,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 302
        },
        {
          "entryTs": 1696834380,
          "entryUtc": "2023-10-09T06:53:00.000Z",
          "exitTs": 1696855020,
          "dir": 1,
          "entryPrice": 1849.985,
          "exitPrice": 1846.756,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 344
        },
        {
          "entryTs": 1696859160,
          "entryUtc": "2023-10-09T13:46:00.000Z",
          "exitTs": 1696862400,
          "dir": 1,
          "entryPrice": 1846.188,
          "exitPrice": 1852.352,
          "stopDistance": 3.082,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 54
        },
        {
          "entryTs": 1696990380,
          "entryUtc": "2023-10-11T02:13:00.000Z",
          "exitTs": 1697006580,
          "dir": 1,
          "entryPrice": 1859.908,
          "exitPrice": 1863.358,
          "stopDistance": 1.725,
          "outcome": "target",
          "netR": 1.7855,
          "holdMinutes": 270
        },
        {
          "entryTs": 1697026800,
          "entryUtc": "2023-10-11T12:20:00.000Z",
          "exitTs": 1697027400,
          "dir": 1,
          "entryPrice": 1870.405,
          "exitPrice": 1867.892,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 10
        },
        {
          "entryTs": 1697112420,
          "entryUtc": "2023-10-12T12:07:00.000Z",
          "exitTs": 1697113920,
          "dir": 1,
          "entryPrice": 1882.518,
          "exitPrice": 1880.319,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 25
        },
        {
          "entryTs": 1697407200,
          "entryUtc": "2023-10-15T22:00:00.000Z",
          "exitTs": 1697407200,
          "dir": 1,
          "entryPrice": 1927.998,
          "exitPrice": 1924.518,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 0
        },
        {
          "entryTs": 1697443200,
          "entryUtc": "2023-10-16T08:00:00.000Z",
          "exitTs": 1697449080,
          "dir": -1,
          "entryPrice": 1912.518,
          "exitPrice": 1915.632,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 98
        },
        {
          "entryTs": 1697547000,
          "entryUtc": "2023-10-17T12:50:00.000Z",
          "exitTs": 1697550420,
          "dir": -1,
          "entryPrice": 1926.155,
          "exitPrice": 1929.665,
          "stopDistance": 3.51,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 57
        },
        {
          "entryTs": 1697633280,
          "entryUtc": "2023-10-18T12:48:00.000Z",
          "exitTs": 1697635800,
          "dir": -1,
          "entryPrice": 1947.535,
          "exitPrice": 1950.943,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 42
        },
        {
          "entryTs": 1697676240,
          "entryUtc": "2023-10-19T00:44:00.000Z",
          "exitTs": 1697719140,
          "dir": 1,
          "entryPrice": 1948.645,
          "exitPrice": 1955.9,
          "stopDistance": 3.628,
          "outcome": "target",
          "netR": 1.898,
          "holdMinutes": 715
        },
        {
          "entryTs": 1697728440,
          "entryUtc": "2023-10-19T15:14:00.000Z",
          "exitTs": 1697729520,
          "dir": -1,
          "entryPrice": 1954.195,
          "exitPrice": 1958.469,
          "stopDistance": 4.274,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 18
        },
        {
          "entryTs": 1697758260,
          "entryUtc": "2023-10-19T23:31:00.000Z",
          "exitTs": 1697789940,
          "dir": 1,
          "entryPrice": 1974.275,
          "exitPrice": 1983.404,
          "stopDistance": 4.565,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 528
        },
        {
          "entryTs": 1697805480,
          "entryUtc": "2023-10-20T12:38:00.000Z",
          "exitTs": 1697809500,
          "dir": -1,
          "entryPrice": 1977.175,
          "exitPrice": 1981.021,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 67
        },
        {
          "entryTs": 1698064620,
          "entryUtc": "2023-10-23T12:37:00.000Z",
          "exitTs": 1698067920,
          "dir": 1,
          "entryPrice": 1979.275,
          "exitPrice": 1975.449,
          "stopDistance": 3.826,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 55
        },
        {
          "entryTs": 1698072840,
          "entryUtc": "2023-10-23T14:54:00.000Z",
          "exitTs": 1698139080,
          "dir": -1,
          "entryPrice": 1978.128,
          "exitPrice": 1968.737,
          "stopDistance": 4.695,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1698198360,
          "entryUtc": "2023-10-25T01:46:00.000Z",
          "exitTs": 1698202440,
          "dir": 1,
          "entryPrice": 1974.195,
          "exitPrice": 1971.769,
          "stopDistance": 2.426,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 68
        },
        {
          "entryTs": 1698220500,
          "entryUtc": "2023-10-25T07:55:00.000Z",
          "exitTs": 1698222960,
          "dir": -1,
          "entryPrice": 1971.225,
          "exitPrice": 1974.15,
          "stopDistance": 2.925,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 41
        },
        {
          "entryTs": 1698248520,
          "entryUtc": "2023-10-25T15:42:00.000Z",
          "exitTs": 1698249120,
          "dir": -1,
          "entryPrice": 1979.405,
          "exitPrice": 1984.538,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 10
        },
        {
          "entryTs": 1698323400,
          "entryUtc": "2023-10-26T12:30:00.000Z",
          "exitTs": 1698324360,
          "dir": -1,
          "entryPrice": 1984.545,
          "exitPrice": 1977.997,
          "stopDistance": 3.274,
          "outcome": "target",
          "netR": 1.887,
          "holdMinutes": 16
        },
        {
          "entryTs": 1698386340,
          "entryUtc": "2023-10-27T05:59:00.000Z",
          "exitTs": 1698402600,
          "dir": -1,
          "entryPrice": 1988.995,
          "exitPrice": 1984.349,
          "stopDistance": 2.323,
          "outcome": "target",
          "netR": 1.8407,
          "holdMinutes": 271
        },
        {
          "entryTs": 1698413520,
          "entryUtc": "2023-10-27T13:32:00.000Z",
          "exitTs": 1698427560,
          "dir": -1,
          "entryPrice": 1983.488,
          "exitPrice": 1987.334,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 234
        },
        {
          "entryTs": 1698626460,
          "entryUtc": "2023-10-30T00:41:00.000Z",
          "exitTs": 1698648960,
          "dir": -1,
          "entryPrice": 2005.575,
          "exitPrice": 1995.606,
          "stopDistance": 4.985,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 375
        },
        {
          "entryTs": 1698658560,
          "entryUtc": "2023-10-30T09:36:00.000Z",
          "exitTs": 1698671460,
          "dir": 1,
          "entryPrice": 1993.615,
          "exitPrice": 2000.143,
          "stopDistance": 3.264,
          "outcome": "target",
          "netR": 1.8866,
          "holdMinutes": 215
        },
        {
          "entryTs": 1698717300,
          "entryUtc": "2023-10-31T01:55:00.000Z",
          "exitTs": 1698724620,
          "dir": -1,
          "entryPrice": 1996.198,
          "exitPrice": 1991.919,
          "stopDistance": 2.14,
          "outcome": "target",
          "netR": 1.8271,
          "holdMinutes": 122
        },
        {
          "entryTs": 1698727620,
          "entryUtc": "2023-10-31T04:47:00.000Z",
          "exitTs": 1698728880,
          "dir": -1,
          "entryPrice": 1991.905,
          "exitPrice": 1994.074,
          "stopDistance": 2.169,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 21
        },
        {
          "entryTs": 1698759900,
          "entryUtc": "2023-10-31T13:45:00.000Z",
          "exitTs": 1698760500,
          "dir": -1,
          "entryPrice": 1999.585,
          "exitPrice": 2002.288,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 10
        },
        {
          "entryTs": 1698865800,
          "entryUtc": "2023-11-01T19:10:00.000Z",
          "exitTs": 1698876000,
          "dir": -1,
          "entryPrice": 1978.395,
          "exitPrice": 1983.381,
          "stopDistance": 4.986,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 170
        },
        {
          "entryTs": 1698910560,
          "entryUtc": "2023-11-02T07:36:00.000Z",
          "exitTs": 1698916560,
          "dir": -1,
          "entryPrice": 1986.245,
          "exitPrice": 1988.559,
          "stopDistance": 2.314,
          "outcome": "stop",
          "netR": -1.1815,
          "holdMinutes": 100
        },
        {
          "entryTs": 1698926040,
          "entryUtc": "2023-11-02T11:54:00.000Z",
          "exitTs": 1698931920,
          "dir": -1,
          "entryPrice": 1988.775,
          "exitPrice": 1983.608,
          "stopDistance": 2.584,
          "outcome": "target",
          "netR": 1.8568,
          "holdMinutes": 98
        },
        {
          "entryTs": 1699017960,
          "entryUtc": "2023-11-03T13:26:00.000Z",
          "exitTs": 1699018380,
          "dir": 1,
          "entryPrice": 1987.565,
          "exitPrice": 1992.425,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 7
        },
        {
          "entryTs": 1699282080,
          "entryUtc": "2023-11-06T14:48:00.000Z",
          "exitTs": 1699286220,
          "dir": 1,
          "entryPrice": 1984.405,
          "exitPrice": 1981.81,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 69
        },
        {
          "entryTs": 1699314300,
          "entryUtc": "2023-11-06T23:45:00.000Z",
          "exitTs": 1699325040,
          "dir": -1,
          "entryPrice": 1977.285,
          "exitPrice": 1973.384,
          "stopDistance": 1.951,
          "outcome": "target",
          "netR": 1.8103,
          "holdMinutes": 179
        },
        {
          "entryTs": 1699350060,
          "entryUtc": "2023-11-07T09:41:00.000Z",
          "exitTs": 1699357080,
          "dir": 1,
          "entryPrice": 1966.574,
          "exitPrice": 1964.092,
          "stopDistance": 2.482,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 117
        },
        {
          "entryTs": 1699364580,
          "entryUtc": "2023-11-07T13:43:00.000Z",
          "exitTs": 1699365360,
          "dir": -1,
          "entryPrice": 1963.425,
          "exitPrice": 1966.062,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 13
        },
        {
          "entryTs": 1699370160,
          "entryUtc": "2023-11-07T15:16:00.000Z",
          "exitTs": 1699455660,
          "dir": 1,
          "entryPrice": 1963.004,
          "exitPrice": 1958.865,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 1425
        },
        {
          "entryTs": 1699522560,
          "entryUtc": "2023-11-09T09:36:00.000Z",
          "exitTs": 1699538220,
          "dir": 1,
          "entryPrice": 1946.465,
          "exitPrice": 1951.16,
          "stopDistance": 2.347,
          "outcome": "target",
          "netR": 1.8424,
          "holdMinutes": 261
        },
        {
          "entryTs": 1699552860,
          "entryUtc": "2023-11-09T18:01:00.000Z",
          "exitTs": 1699600440,
          "dir": 1,
          "entryPrice": 1959.695,
          "exitPrice": 1955.049,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 793
        },
        {
          "entryTs": 1699603020,
          "entryUtc": "2023-11-10T07:57:00.000Z",
          "exitTs": 1699610880,
          "dir": 1,
          "entryPrice": 1955.305,
          "exitPrice": 1953.072,
          "stopDistance": 2.233,
          "outcome": "stop",
          "netR": -1.1881,
          "holdMinutes": 131
        },
        {
          "entryTs": 1699621440,
          "entryUtc": "2023-11-10T13:04:00.000Z",
          "exitTs": 1699622640,
          "dir": 1,
          "entryPrice": 1946.768,
          "exitPrice": 1943.764,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 20
        },
        {
          "entryTs": 1699629660,
          "entryUtc": "2023-11-10T15:21:00.000Z",
          "exitTs": 1699631280,
          "dir": 1,
          "entryPrice": 1944.745,
          "exitPrice": 1940.54,
          "stopDistance": 4.205,
          "outcome": "stop",
          "netR": -1.0999,
          "holdMinutes": 27
        },
        {
          "entryTs": 1699862400,
          "entryUtc": "2023-11-13T08:00:00.000Z",
          "exitTs": 1699880640,
          "dir": -1,
          "entryPrice": 1939.178,
          "exitPrice": 1934.452,
          "stopDistance": 2.363,
          "outcome": "target",
          "netR": 1.8434,
          "holdMinutes": 304
        },
        {
          "entryTs": 1699898160,
          "entryUtc": "2023-11-13T17:56:00.000Z",
          "exitTs": 1699968600,
          "dir": 1,
          "entryPrice": 1945.705,
          "exitPrice": 1942.184,
          "stopDistance": 3.521,
          "outcome": "ambiguous",
          "netR": -1.1193,
          "holdMinutes": 1174
        },
        {
          "entryTs": 1700033220,
          "entryUtc": "2023-11-15T07:27:00.000Z",
          "exitTs": 1700036520,
          "dir": -1,
          "entryPrice": 1969.035,
          "exitPrice": 1971.113,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 55
        },
        {
          "entryTs": 1700139660,
          "entryUtc": "2023-11-16T13:01:00.000Z",
          "exitTs": 1700141400,
          "dir": -1,
          "entryPrice": 1965.094,
          "exitPrice": 1967.058,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 29
        },
        {
          "entryTs": 1700152440,
          "entryUtc": "2023-11-16T16:34:00.000Z",
          "exitTs": 1700211960,
          "dir": -1,
          "entryPrice": 1984.764,
          "exitPrice": 1989.264,
          "stopDistance": 4.5,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 992
        },
        {
          "entryTs": 1700221680,
          "entryUtc": "2023-11-17T11:48:00.000Z",
          "exitTs": 1700231340,
          "dir": -1,
          "entryPrice": 1989.225,
          "exitPrice": 1983.474,
          "stopDistance": 2.875,
          "outcome": "target",
          "netR": 1.8713,
          "holdMinutes": 161
        },
        {
          "entryTs": 1700535660,
          "entryUtc": "2023-11-21T03:01:00.000Z",
          "exitTs": 1700556600,
          "dir": 1,
          "entryPrice": 1989.875,
          "exitPrice": 1986.729,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 349
        },
        {
          "entryTs": 1700594100,
          "entryUtc": "2023-11-21T19:15:00.000Z",
          "exitTs": 1700636940,
          "dir": -1,
          "entryPrice": 1998.335,
          "exitPrice": 2001.946,
          "stopDistance": 3.611,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 714
        },
        {
          "entryTs": 1700663760,
          "entryUtc": "2023-11-22T14:36:00.000Z",
          "exitTs": 1700665740,
          "dir": -1,
          "entryPrice": 2001.185,
          "exitPrice": 1995.122,
          "stopDistance": 3.031,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 33
        },
        {
          "entryTs": 1700725320,
          "entryUtc": "2023-11-23T07:42:00.000Z",
          "exitTs": 1700727900,
          "dir": 1,
          "entryPrice": 1996.085,
          "exitPrice": 1993.873,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 43
        },
        {
          "entryTs": 1700793900,
          "entryUtc": "2023-11-24T02:45:00.000Z",
          "exitTs": 1700821140,
          "dir": -1,
          "entryPrice": 1993.714,
          "exitPrice": 1995.476,
          "stopDistance": 1.762,
          "outcome": "stop",
          "netR": -1.2384,
          "holdMinutes": 454
        },
        {
          "entryTs": 1700846880,
          "entryUtc": "2023-11-24T17:28:00.000Z",
          "exitTs": 1701039600,
          "dir": -1,
          "entryPrice": 2000.998,
          "exitPrice": 2001.775,
          "stopDistance": 3.109,
          "outcome": "time",
          "netR": -0.3689,
          "holdMinutes": 3212
        },
        {
          "entryTs": 1701088200,
          "entryUtc": "2023-11-27T12:30:00.000Z",
          "exitTs": 1701091800,
          "dir": -1,
          "entryPrice": 2012.505,
          "exitPrice": 2015.156,
          "stopDistance": 2.651,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 60
        },
        {
          "entryTs": 1701093180,
          "entryUtc": "2023-11-27T13:53:00.000Z",
          "exitTs": 1701103080,
          "dir": -1,
          "entryPrice": 2013.138,
          "exitPrice": 2006.939,
          "stopDistance": 3.099,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 165
        },
        {
          "entryTs": 1701109740,
          "entryUtc": "2023-11-27T18:29:00.000Z",
          "exitTs": 1701129600,
          "dir": -1,
          "entryPrice": 2012.025,
          "exitPrice": 2015.79,
          "stopDistance": 3.765,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 331
        },
        {
          "entryTs": 1701238680,
          "entryUtc": "2023-11-29T06:18:00.000Z",
          "exitTs": 1701250260,
          "dir": -1,
          "entryPrice": 2044.855,
          "exitPrice": 2038.846,
          "stopDistance": 3.004,
          "outcome": "target",
          "netR": 1.8769,
          "holdMinutes": 193
        },
        {
          "entryTs": 1701264600,
          "entryUtc": "2023-11-29T13:30:00.000Z",
          "exitTs": 1701265080,
          "dir": 1,
          "entryPrice": 2041.315,
          "exitPrice": 2038.566,
          "stopDistance": 2.749,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 8
        },
        {
          "entryTs": 1701268260,
          "entryUtc": "2023-11-29T14:31:00.000Z",
          "exitTs": 1701268680,
          "dir": -1,
          "entryPrice": 2041.045,
          "exitPrice": 2044.199,
          "stopDistance": 3.154,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 7
        },
        {
          "entryTs": 1701271020,
          "entryUtc": "2023-11-29T15:17:00.000Z",
          "exitTs": 1701282720,
          "dir": -1,
          "entryPrice": 2042.965,
          "exitPrice": 2047.09,
          "stopDistance": 4.125,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 195
        },
        {
          "entryTs": 1701331140,
          "entryUtc": "2023-11-30T07:59:00.000Z",
          "exitTs": 1701337800,
          "dir": -1,
          "entryPrice": 2044.385,
          "exitPrice": 2039.551,
          "stopDistance": 2.417,
          "outcome": "target",
          "netR": 1.8469,
          "holdMinutes": 111
        },
        {
          "entryTs": 1701358500,
          "entryUtc": "2023-11-30T15:35:00.000Z",
          "exitTs": 1701390780,
          "dir": -1,
          "entryPrice": 2037.845,
          "exitPrice": 2042.393,
          "stopDistance": 4.548,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 538
        },
        {
          "entryTs": 1701438660,
          "entryUtc": "2023-12-01T13:51:00.000Z",
          "exitTs": 1701441420,
          "dir": -1,
          "entryPrice": 2036.908,
          "exitPrice": 2040.174,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 46
        },
        {
          "entryTs": 1701765900,
          "entryUtc": "2023-12-05T08:45:00.000Z",
          "exitTs": 1701767520,
          "dir": 1,
          "entryPrice": 2034.385,
          "exitPrice": 2030.729,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 27
        },
        {
          "entryTs": 1701777180,
          "entryUtc": "2023-12-05T11:53:00.000Z",
          "exitTs": 1701783300,
          "dir": -1,
          "entryPrice": 2025.084,
          "exitPrice": 2029.509,
          "stopDistance": 4.425,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 102
        },
        {
          "entryTs": 1701792120,
          "entryUtc": "2023-12-05T16:02:00.000Z",
          "exitTs": 1701834780,
          "dir": -1,
          "entryPrice": 2017.355,
          "exitPrice": 2023.93,
          "stopDistance": 6.575,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 711
        },
        {
          "entryTs": 1701857340,
          "entryUtc": "2023-12-06T10:09:00.000Z",
          "exitTs": 1701867120,
          "dir": -1,
          "entryPrice": 2022.755,
          "exitPrice": 2026.709,
          "stopDistance": 3.954,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 163
        },
        {
          "entryTs": 1701873420,
          "entryUtc": "2023-12-06T14:37:00.000Z",
          "exitTs": 1701873960,
          "dir": 1,
          "entryPrice": 2030.165,
          "exitPrice": 2025.921,
          "stopDistance": 4.244,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 9
        },
        {
          "entryTs": 1701914700,
          "entryUtc": "2023-12-07T02:05:00.000Z",
          "exitTs": 1701932580,
          "dir": -1,
          "entryPrice": 2027.415,
          "exitPrice": 2030.151,
          "stopDistance": 2.736,
          "outcome": "stop",
          "netR": -1.1535,
          "holdMinutes": 298
        },
        {
          "entryTs": 1701933360,
          "entryUtc": "2023-12-07T07:16:00.000Z",
          "exitTs": 1701938220,
          "dir": 1,
          "entryPrice": 2028.495,
          "exitPrice": 2033.597,
          "stopDistance": 2.551,
          "outcome": "target",
          "netR": 1.855,
          "holdMinutes": 81
        },
        {
          "entryTs": 1701941820,
          "entryUtc": "2023-12-07T09:37:00.000Z",
          "exitTs": 1701956280,
          "dir": -1,
          "entryPrice": 2032.795,
          "exitPrice": 2035.7,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 241
        },
        {
          "entryTs": 1702023660,
          "entryUtc": "2023-12-08T08:21:00.000Z",
          "exitTs": 1702042200,
          "dir": -1,
          "entryPrice": 2030.535,
          "exitPrice": 2025.643,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 309
        },
        {
          "entryTs": 1702295760,
          "entryUtc": "2023-12-11T11:56:00.000Z",
          "exitTs": 1702306080,
          "dir": -1,
          "entryPrice": 1995.185,
          "exitPrice": 1987.622,
          "stopDistance": 3.781,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 172
        },
        {
          "entryTs": 1702319400,
          "entryUtc": "2023-12-11T18:30:00.000Z",
          "exitTs": 1702321380,
          "dir": -1,
          "entryPrice": 1978.725,
          "exitPrice": 1982.709,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 33
        },
        {
          "entryTs": 1702360500,
          "entryUtc": "2023-12-12T05:55:00.000Z",
          "exitTs": 1702371060,
          "dir": 1,
          "entryPrice": 1986.435,
          "exitPrice": 1984.214,
          "stopDistance": 2.221,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 176
        },
        {
          "entryTs": 1702376820,
          "entryUtc": "2023-12-12T10:27:00.000Z",
          "exitTs": 1702386300,
          "dir": -1,
          "entryPrice": 1986.955,
          "exitPrice": 1989.385,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 158
        },
        {
          "entryTs": 1702387320,
          "entryUtc": "2023-12-12T13:22:00.000Z",
          "exitTs": 1702387800,
          "dir": 1,
          "entryPrice": 1988.745,
          "exitPrice": 1986,
          "stopDistance": 2.745,
          "outcome": "ambiguous",
          "netR": -1.153,
          "holdMinutes": 8
        },
        {
          "entryTs": 1702390800,
          "entryUtc": "2023-12-12T14:20:00.000Z",
          "exitTs": 1702391640,
          "dir": 1,
          "entryPrice": 1985.285,
          "exitPrice": 1980.688,
          "stopDistance": 4.598,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 14
        },
        {
          "entryTs": 1702392660,
          "entryUtc": "2023-12-12T14:51:00.000Z",
          "exitTs": 1702448580,
          "dir": -1,
          "entryPrice": 1984.345,
          "exitPrice": 1974.665,
          "stopDistance": 4.84,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 932
        },
        {
          "entryTs": 1702540860,
          "entryUtc": "2023-12-14T08:01:00.000Z",
          "exitTs": 1702542540,
          "dir": -1,
          "entryPrice": 2035.145,
          "exitPrice": 2039.265,
          "stopDistance": 4.12,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 28
        },
        {
          "entryTs": 1702559760,
          "entryUtc": "2023-12-14T13:16:00.000Z",
          "exitTs": 1702560600,
          "dir": -1,
          "entryPrice": 2037.115,
          "exitPrice": 2029.399,
          "stopDistance": 3.858,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 14
        },
        {
          "entryTs": 1702568040,
          "entryUtc": "2023-12-14T15:34:00.000Z",
          "exitTs": 1702577040,
          "dir": 1,
          "entryPrice": 2037.815,
          "exitPrice": 2032.219,
          "stopDistance": 5.596,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 150
        },
        {
          "entryTs": 1702866600,
          "entryUtc": "2023-12-18T02:30:00.000Z",
          "exitTs": 1702921680,
          "dir": 1,
          "entryPrice": 2020.805,
          "exitPrice": 2028.134,
          "stopDistance": 3.664,
          "outcome": "target",
          "netR": 1.899,
          "holdMinutes": 918
        },
        {
          "entryTs": 1702955880,
          "entryUtc": "2023-12-19T03:18:00.000Z",
          "exitTs": 1702974720,
          "dir": -1,
          "entryPrice": 2025.485,
          "exitPrice": 2027.784,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 314
        },
        {
          "entryTs": 1703001900,
          "entryUtc": "2023-12-19T16:05:00.000Z",
          "exitTs": 1703003520,
          "dir": -1,
          "entryPrice": 2042.295,
          "exitPrice": 2046.427,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 27
        },
        {
          "entryTs": 1703028720,
          "entryUtc": "2023-12-19T23:32:00.000Z",
          "exitTs": 1703052720,
          "dir": -1,
          "entryPrice": 2039.548,
          "exitPrice": 2041.777,
          "stopDistance": 2.229,
          "outcome": "stop",
          "netR": -1.1884,
          "holdMinutes": 400
        },
        {
          "entryTs": 1703053860,
          "entryUtc": "2023-12-20T06:31:00.000Z",
          "exitTs": 1703057040,
          "dir": -1,
          "entryPrice": 2041.165,
          "exitPrice": 2042.924,
          "stopDistance": 1.759,
          "outcome": "stop",
          "netR": -1.2388,
          "holdMinutes": 53
        },
        {
          "entryTs": 1703059260,
          "entryUtc": "2023-12-20T08:01:00.000Z",
          "exitTs": 1703066940,
          "dir": 1,
          "entryPrice": 2041.065,
          "exitPrice": 2039.25,
          "stopDistance": 1.815,
          "outcome": "stop",
          "netR": -1.2314,
          "holdMinutes": 128
        },
        {
          "entryTs": 1703079960,
          "entryUtc": "2023-12-20T13:46:00.000Z",
          "exitTs": 1703080800,
          "dir": -1,
          "entryPrice": 2033.945,
          "exitPrice": 2036.743,
          "stopDistance": 2.798,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 14
        },
        {
          "entryTs": 1703083020,
          "entryUtc": "2023-12-20T14:37:00.000Z",
          "exitTs": 1703107860,
          "dir": -1,
          "entryPrice": 2036.278,
          "exitPrice": 2028.999,
          "stopDistance": 3.639,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 414
        },
        {
          "entryTs": 1703143860,
          "entryUtc": "2023-12-21T07:31:00.000Z",
          "exitTs": 1703162280,
          "dir": -1,
          "entryPrice": 2035.855,
          "exitPrice": 2037.96,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 307
        },
        {
          "entryTs": 1703165400,
          "entryUtc": "2023-12-21T13:30:00.000Z",
          "exitTs": 1703165580,
          "dir": 1,
          "entryPrice": 2033.975,
          "exitPrice": 2038.248,
          "stopDistance": 2.137,
          "outcome": "target",
          "netR": 1.8268,
          "holdMinutes": 3
        },
        {
          "entryTs": 1703204100,
          "entryUtc": "2023-12-22T00:15:00.000Z",
          "exitTs": 1703240640,
          "dir": 1,
          "entryPrice": 2048.845,
          "exitPrice": 2055.487,
          "stopDistance": 3.321,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 609
        },
        {
          "entryTs": 1703252760,
          "entryUtc": "2023-12-22T13:46:00.000Z",
          "exitTs": 1703253060,
          "dir": -1,
          "entryPrice": 2063.635,
          "exitPrice": 2067.433,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 5
        },
        {
          "entryTs": 1703571900,
          "entryUtc": "2023-12-26T06:25:00.000Z",
          "exitTs": 1703599020,
          "dir": -1,
          "entryPrice": 2063.525,
          "exitPrice": 2059.441,
          "stopDistance": 2.042,
          "outcome": "target",
          "netR": 1.8188,
          "holdMinutes": 452
        },
        {
          "entryTs": 1703683260,
          "entryUtc": "2023-12-27T13:21:00.000Z",
          "exitTs": 1703689920,
          "dir": -1,
          "entryPrice": 2069.025,
          "exitPrice": 2071.684,
          "stopDistance": 2.659,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 111
        },
        {
          "entryTs": 1703779620,
          "entryUtc": "2023-12-28T16:07:00.000Z",
          "exitTs": 1703790900,
          "dir": 1,
          "entryPrice": 2075.095,
          "exitPrice": 2070.906,
          "stopDistance": 4.189,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 188
        },
        {
          "entryTs": 1703816400,
          "entryUtc": "2023-12-29T02:20:00.000Z",
          "exitTs": 1703829780,
          "dir": -1,
          "entryPrice": 2070.045,
          "exitPrice": 2072.614,
          "stopDistance": 2.569,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 223
        },
        {
          "entryTs": 1703836200,
          "entryUtc": "2023-12-29T07:50:00.000Z",
          "exitTs": 1703839380,
          "dir": 1,
          "entryPrice": 2072.828,
          "exitPrice": 2070.727,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 53
        },
        {
          "entryTs": 1703839500,
          "entryUtc": "2023-12-29T08:45:00.000Z",
          "exitTs": 1703840400,
          "dir": 1,
          "entryPrice": 2070.428,
          "exitPrice": 2068.293,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 15
        },
        {
          "entryTs": 1703847600,
          "entryUtc": "2023-12-29T11:00:00.000Z",
          "exitTs": 1703850000,
          "dir": -1,
          "entryPrice": 2065.435,
          "exitPrice": 2068.044,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 40
        },
        {
          "entryTs": 1703856060,
          "entryUtc": "2023-12-29T13:21:00.000Z",
          "exitTs": 1703858160,
          "dir": -1,
          "entryPrice": 2064.805,
          "exitPrice": 2058.872,
          "stopDistance": 2.967,
          "outcome": "target",
          "netR": 1.8753,
          "holdMinutes": 35
        },
        {
          "entryTs": 1704201720,
          "entryUtc": "2024-01-02T13:22:00.000Z",
          "exitTs": 1704202380,
          "dir": -1,
          "entryPrice": 2067.085,
          "exitPrice": 2070.847,
          "stopDistance": 3.762,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 11
        },
        {
          "entryTs": 1704204060,
          "entryUtc": "2024-01-02T14:01:00.000Z",
          "exitTs": 1704209820,
          "dir": -1,
          "entryPrice": 2066.965,
          "exitPrice": 2058.469,
          "stopDistance": 4.248,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 96
        },
        {
          "entryTs": 1704261360,
          "entryUtc": "2024-01-03T05:56:00.000Z",
          "exitTs": 1704266100,
          "dir": 1,
          "entryPrice": 2063.725,
          "exitPrice": 2061.662,
          "stopDistance": 2.063,
          "outcome": "stop",
          "netR": -1.2036,
          "holdMinutes": 79
        },
        {
          "entryTs": 1704269340,
          "entryUtc": "2024-01-03T08:09:00.000Z",
          "exitTs": 1704270420,
          "dir": -1,
          "entryPrice": 2064.044,
          "exitPrice": 2059.719,
          "stopDistance": 2.162,
          "outcome": "target",
          "netR": 1.8289,
          "holdMinutes": 18
        },
        {
          "entryTs": 1704294000,
          "entryUtc": "2024-01-03T15:00:00.000Z",
          "exitTs": 1704294240,
          "dir": 1,
          "entryPrice": 2037.025,
          "exitPrice": 2047.619,
          "stopDistance": 5.297,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704309900,
          "entryUtc": "2024-01-03T19:25:00.000Z",
          "exitTs": 1704310260,
          "dir": -1,
          "entryPrice": 2035.255,
          "exitPrice": 2040.234,
          "stopDistance": 4.979,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 6
        },
        {
          "entryTs": 1704311700,
          "entryUtc": "2024-01-03T19:55:00.000Z",
          "exitTs": 1704339000,
          "dir": 1,
          "entryPrice": 2035.678,
          "exitPrice": 2046.64,
          "stopDistance": 5.481,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 455
        },
        {
          "entryTs": 1704362220,
          "entryUtc": "2024-01-04T09:57:00.000Z",
          "exitTs": 1704369240,
          "dir": 1,
          "entryPrice": 2048.045,
          "exitPrice": 2044.897,
          "stopDistance": 3.148,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 117
        },
        {
          "entryTs": 1704382140,
          "entryUtc": "2024-01-04T15:29:00.000Z",
          "exitTs": 1704448320,
          "dir": -1,
          "entryPrice": 2045.895,
          "exitPrice": 2039.834,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 1103
        },
        {
          "entryTs": 1704462780,
          "entryUtc": "2024-01-05T13:53:00.000Z",
          "exitTs": 1704463260,
          "dir": -1,
          "entryPrice": 2040.135,
          "exitPrice": 2042.749,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 8
        },
        {
          "entryTs": 1704464040,
          "entryUtc": "2024-01-05T14:14:00.000Z",
          "exitTs": 1704465060,
          "dir": 1,
          "entryPrice": 2038.985,
          "exitPrice": 2048.973,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 17
        },
        {
          "entryTs": 1704707220,
          "entryUtc": "2024-01-08T09:47:00.000Z",
          "exitTs": 1704712680,
          "dir": -1,
          "entryPrice": 2030.745,
          "exitPrice": 2023.542,
          "stopDistance": 3.602,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 91
        },
        {
          "entryTs": 1704721020,
          "entryUtc": "2024-01-08T13:37:00.000Z",
          "exitTs": 1704726360,
          "dir": 1,
          "entryPrice": 2019.975,
          "exitPrice": 2027.931,
          "stopDistance": 3.978,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 89
        },
        {
          "entryTs": 1704748080,
          "entryUtc": "2024-01-08T21:08:00.000Z",
          "exitTs": 1704758520,
          "dir": -1,
          "entryPrice": 2028.015,
          "exitPrice": 2031.451,
          "stopDistance": 3.436,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 174
        },
        {
          "entryTs": 1704810720,
          "entryUtc": "2024-01-09T14:32:00.000Z",
          "exitTs": 1704815760,
          "dir": 1,
          "entryPrice": 2035.225,
          "exitPrice": 2031.266,
          "stopDistance": 3.959,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 84
        },
        {
          "entryTs": 1704871980,
          "entryUtc": "2024-01-10T07:33:00.000Z",
          "exitTs": 1704872520,
          "dir": -1,
          "entryPrice": 2028.785,
          "exitPrice": 2031.187,
          "stopDistance": 2.402,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 9
        },
        {
          "entryTs": 1704902040,
          "entryUtc": "2024-01-10T15:54:00.000Z",
          "exitTs": 1704909180,
          "dir": 1,
          "entryPrice": 2026.745,
          "exitPrice": 2023.007,
          "stopDistance": 3.738,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 119
        },
        {
          "entryTs": 1704979200,
          "entryUtc": "2024-01-11T13:20:00.000Z",
          "exitTs": 1704979440,
          "dir": 1,
          "entryPrice": 2033.508,
          "exitPrice": 2038.19,
          "stopDistance": 2.341,
          "outcome": "target",
          "netR": 1.842,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704983700,
          "entryUtc": "2024-01-11T14:35:00.000Z",
          "exitTs": 1704989700,
          "dir": -1,
          "entryPrice": 2033.755,
          "exitPrice": 2024.458,
          "stopDistance": 4.648,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 100
        },
        {
          "entryTs": 1705043040,
          "entryUtc": "2024-01-12T07:04:00.000Z",
          "exitTs": 1705046820,
          "dir": 1,
          "entryPrice": 2034.215,
          "exitPrice": 2039.358,
          "stopDistance": 2.571,
          "outcome": "target",
          "netR": 1.8561,
          "holdMinutes": 63
        },
        {
          "entryTs": 1705071900,
          "entryUtc": "2024-01-12T15:05:00.000Z",
          "exitTs": 1705078920,
          "dir": -1,
          "entryPrice": 2057.665,
          "exitPrice": 2047.024,
          "stopDistance": 5.321,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 117
        },
        {
          "entryTs": 1705308960,
          "entryUtc": "2024-01-15T08:56:00.000Z",
          "exitTs": 1705311540,
          "dir": 1,
          "entryPrice": 2056.545,
          "exitPrice": 2053.871,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 43
        },
        {
          "entryTs": 1705370160,
          "entryUtc": "2024-01-16T01:56:00.000Z",
          "exitTs": 1705376280,
          "dir": 1,
          "entryPrice": 2051.335,
          "exitPrice": 2049.09,
          "stopDistance": 2.245,
          "outcome": "stop",
          "netR": -1.1871,
          "holdMinutes": 102
        },
        {
          "entryTs": 1705408200,
          "entryUtc": "2024-01-16T12:30:00.000Z",
          "exitTs": 1705410840,
          "dir": -1,
          "entryPrice": 2039.335,
          "exitPrice": 2032.796,
          "stopDistance": 3.269,
          "outcome": "target",
          "netR": 1.8868,
          "holdMinutes": 44
        },
        {
          "entryTs": 1705411980,
          "entryUtc": "2024-01-16T13:33:00.000Z",
          "exitTs": 1705412520,
          "dir": -1,
          "entryPrice": 2038.175,
          "exitPrice": 2042.117,
          "stopDistance": 3.941,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 9
        },
        {
          "entryTs": 1705477860,
          "entryUtc": "2024-01-17T07:51:00.000Z",
          "exitTs": 1705487520,
          "dir": -1,
          "entryPrice": 2024.785,
          "exitPrice": 2027.85,
          "stopDistance": 3.065,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 161
        },
        {
          "entryTs": 1705489920,
          "entryUtc": "2024-01-17T11:12:00.000Z",
          "exitTs": 1705498200,
          "dir": 1,
          "entryPrice": 2023.725,
          "exitPrice": 2020.357,
          "stopDistance": 3.368,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 138
        },
        {
          "entryTs": 1705563900,
          "entryUtc": "2024-01-18T07:45:00.000Z",
          "exitTs": 1705565400,
          "dir": 1,
          "entryPrice": 2013.095,
          "exitPrice": 2010.395,
          "stopDistance": 2.7,
          "outcome": "stop",
          "netR": -1.1556,
          "holdMinutes": 25
        },
        {
          "entryTs": 1705572060,
          "entryUtc": "2024-01-18T10:01:00.000Z",
          "exitTs": 1705579500,
          "dir": 1,
          "entryPrice": 2009.585,
          "exitPrice": 2015.29,
          "stopDistance": 2.853,
          "outcome": "target",
          "netR": 1.8703,
          "holdMinutes": 124
        },
        {
          "entryTs": 1705581900,
          "entryUtc": "2024-01-18T12:45:00.000Z",
          "exitTs": 1705584600,
          "dir": -1,
          "entryPrice": 2014.775,
          "exitPrice": 2008.781,
          "stopDistance": 2.997,
          "outcome": "target",
          "netR": 1.8765,
          "holdMinutes": 45
        },
        {
          "entryTs": 1705670160,
          "entryUtc": "2024-01-19T13:16:00.000Z",
          "exitTs": 1705674060,
          "dir": 1,
          "entryPrice": 2034.845,
          "exitPrice": 2032.179,
          "stopDistance": 2.666,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 65
        },
        {
          "entryTs": 1705674180,
          "entryUtc": "2024-01-19T14:23:00.000Z",
          "exitTs": 1705674900,
          "dir": 1,
          "entryPrice": 2031.775,
          "exitPrice": 2029.383,
          "stopDistance": 2.393,
          "outcome": "stop",
          "netR": -1.1755,
          "holdMinutes": 12
        },
        {
          "entryTs": 1705679940,
          "entryUtc": "2024-01-19T15:59:00.000Z",
          "exitTs": 1705878000,
          "dir": -1,
          "entryPrice": 2027.805,
          "exitPrice": 2028.815,
          "stopDistance": 4.196,
          "outcome": "time",
          "netR": -0.3289,
          "holdMinutes": 3301
        },
        {
          "entryTs": 1705904580,
          "entryUtc": "2024-01-22T06:23:00.000Z",
          "exitTs": 1705912020,
          "dir": -1,
          "entryPrice": 2022.745,
          "exitPrice": 2025.18,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 124
        },
        {
          "entryTs": 1706012100,
          "entryUtc": "2024-01-23T12:15:00.000Z",
          "exitTs": 1706016480,
          "dir": -1,
          "entryPrice": 2025.015,
          "exitPrice": 2028.439,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 73
        },
        {
          "entryTs": 1706086380,
          "entryUtc": "2024-01-24T08:53:00.000Z",
          "exitTs": 1706101560,
          "dir": 1,
          "entryPrice": 2029.315,
          "exitPrice": 2035.238,
          "stopDistance": 2.962,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 253
        },
        {
          "entryTs": 1706102520,
          "entryUtc": "2024-01-24T13:22:00.000Z",
          "exitTs": 1706106960,
          "dir": 1,
          "entryPrice": 2033.375,
          "exitPrice": 2030.417,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 74
        },
        {
          "entryTs": 1706484660,
          "entryUtc": "2024-01-28T23:31:00.000Z",
          "exitTs": 1706486400,
          "dir": 1,
          "entryPrice": 2024.215,
          "exitPrice": 2021.055,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 29
        },
        {
          "entryTs": 1706490600,
          "entryUtc": "2024-01-29T01:10:00.000Z",
          "exitTs": 1706509560,
          "dir": -1,
          "entryPrice": 2024.164,
          "exitPrice": 2027.555,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1238,
          "holdMinutes": 316
        },
        {
          "entryTs": 1706620620,
          "entryUtc": "2024-01-30T13:17:00.000Z",
          "exitTs": 1706623080,
          "dir": -1,
          "entryPrice": 2034.675,
          "exitPrice": 2037.383,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 41
        },
        {
          "entryTs": 1706730720,
          "entryUtc": "2024-01-31T19:52:00.000Z",
          "exitTs": 1706731320,
          "dir": 1,
          "entryPrice": 2045.235,
          "exitPrice": 2039.883,
          "stopDistance": 5.352,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706776740,
          "entryUtc": "2024-02-01T08:39:00.000Z",
          "exitTs": 1706783760,
          "dir": -1,
          "entryPrice": 2042.265,
          "exitPrice": 2036.755,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 117
        },
        {
          "entryTs": 1706799600,
          "entryUtc": "2024-02-01T15:00:00.000Z",
          "exitTs": 1706802180,
          "dir": 1,
          "entryPrice": 2041.185,
          "exitPrice": 2050.802,
          "stopDistance": 4.809,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 43
        },
        {
          "entryTs": 1706806800,
          "entryUtc": "2024-02-01T17:00:00.000Z",
          "exitTs": 1706880600,
          "dir": -1,
          "entryPrice": 2059.335,
          "exitPrice": 2046.343,
          "stopDistance": 6.496,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1707145200,
          "entryUtc": "2024-02-05T15:00:00.000Z",
          "exitTs": 1707154980,
          "dir": 1,
          "entryPrice": 2017.355,
          "exitPrice": 2024.979,
          "stopDistance": 3.812,
          "outcome": "target",
          "netR": 1.9029,
          "holdMinutes": 163
        },
        {
          "entryTs": 1707204540,
          "entryUtc": "2024-02-06T07:29:00.000Z",
          "exitTs": 1707207360,
          "dir": 1,
          "entryPrice": 2027.115,
          "exitPrice": 2025.101,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 47
        },
        {
          "entryTs": 1707226320,
          "entryUtc": "2024-02-06T13:32:00.000Z",
          "exitTs": 1707229560,
          "dir": -1,
          "entryPrice": 2027.635,
          "exitPrice": 2030.457,
          "stopDistance": 2.822,
          "outcome": "stop",
          "netR": -1.1488,
          "holdMinutes": 54
        },
        {
          "entryTs": 1707310980,
          "entryUtc": "2024-02-07T13:03:00.000Z",
          "exitTs": 1707314460,
          "dir": 1,
          "entryPrice": 2032.425,
          "exitPrice": 2036.514,
          "stopDistance": 2.044,
          "outcome": "target",
          "netR": 1.819,
          "holdMinutes": 58
        },
        {
          "entryTs": 1707316200,
          "entryUtc": "2024-02-07T14:30:00.000Z",
          "exitTs": 1707316800,
          "dir": 1,
          "entryPrice": 2033.475,
          "exitPrice": 2037.801,
          "stopDistance": 2.163,
          "outcome": "target",
          "netR": 1.829,
          "holdMinutes": 10
        },
        {
          "entryTs": 1707318960,
          "entryUtc": "2024-02-07T15:16:00.000Z",
          "exitTs": 1707363900,
          "dir": 1,
          "entryPrice": 2036.185,
          "exitPrice": 2032.787,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 749
        },
        {
          "entryTs": 1707384360,
          "entryUtc": "2024-02-08T09:26:00.000Z",
          "exitTs": 1707386160,
          "dir": 1,
          "entryPrice": 2030.265,
          "exitPrice": 2034.425,
          "stopDistance": 2.08,
          "outcome": "target",
          "netR": 1.8221,
          "holdMinutes": 30
        },
        {
          "entryTs": 1707391560,
          "entryUtc": "2024-02-08T11:26:00.000Z",
          "exitTs": 1707391920,
          "dir": 1,
          "entryPrice": 2031.085,
          "exitPrice": 2028.805,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 6
        },
        {
          "entryTs": 1707402300,
          "entryUtc": "2024-02-08T14:25:00.000Z",
          "exitTs": 1707402420,
          "dir": -1,
          "entryPrice": 2024.985,
          "exitPrice": 2028.278,
          "stopDistance": 3.293,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 2
        },
        {
          "entryTs": 1707416100,
          "entryUtc": "2024-02-08T18:15:00.000Z",
          "exitTs": 1707483420,
          "dir": 1,
          "entryPrice": 2032.695,
          "exitPrice": 2028.897,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 1122
        },
        {
          "entryTs": 1707491580,
          "entryUtc": "2024-02-09T15:13:00.000Z",
          "exitTs": 1707692400,
          "dir": -1,
          "entryPrice": 2026.925,
          "exitPrice": 2025.225,
          "stopDistance": 3.884,
          "outcome": "time",
          "netR": 0.3424,
          "holdMinutes": 3347
        },
        {
          "entryTs": 1707700440,
          "entryUtc": "2024-02-12T01:14:00.000Z",
          "exitTs": 1707708180,
          "dir": 1,
          "entryPrice": 2024.288,
          "exitPrice": 2021.861,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 129
        },
        {
          "entryTs": 1707723060,
          "entryUtc": "2024-02-12T07:31:00.000Z",
          "exitTs": 1707726660,
          "dir": 1,
          "entryPrice": 2024.115,
          "exitPrice": 2027.038,
          "stopDistance": 1.461,
          "outcome": "target",
          "netR": 1.7468,
          "holdMinutes": 60
        },
        {
          "entryTs": 1707726960,
          "entryUtc": "2024-02-12T08:36:00.000Z",
          "exitTs": 1707728100,
          "dir": 1,
          "entryPrice": 2025.435,
          "exitPrice": 2023.758,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2504,
          "holdMinutes": 19
        },
        {
          "entryTs": 1707875160,
          "entryUtc": "2024-02-14T01:46:00.000Z",
          "exitTs": 1707897960,
          "dir": 1,
          "entryPrice": 1990.935,
          "exitPrice": 1988.616,
          "stopDistance": 2.319,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 380
        },
        {
          "entryTs": 1707904500,
          "entryUtc": "2024-02-14T09:55:00.000Z",
          "exitTs": 1707908100,
          "dir": -1,
          "entryPrice": 1991.155,
          "exitPrice": 1993.032,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2238,
          "holdMinutes": 60
        },
        {
          "entryTs": 1707916560,
          "entryUtc": "2024-02-14T13:16:00.000Z",
          "exitTs": 1707922320,
          "dir": 1,
          "entryPrice": 1990.375,
          "exitPrice": 1987.87,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 96
        },
        {
          "entryTs": 1707926700,
          "entryUtc": "2024-02-14T16:05:00.000Z",
          "exitTs": 1707928500,
          "dir": -1,
          "entryPrice": 1989.555,
          "exitPrice": 1993.04,
          "stopDistance": 3.485,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 30
        },
        {
          "entryTs": 1707973020,
          "entryUtc": "2024-02-15T04:57:00.000Z",
          "exitTs": 1707982140,
          "dir": -1,
          "entryPrice": 1992.005,
          "exitPrice": 1993.745,
          "stopDistance": 1.74,
          "outcome": "stop",
          "netR": -1.2414,
          "holdMinutes": 152
        },
        {
          "entryTs": 1707995100,
          "entryUtc": "2024-02-15T11:05:00.000Z",
          "exitTs": 1708001040,
          "dir": -1,
          "entryPrice": 1996.615,
          "exitPrice": 1998.428,
          "stopDistance": 1.813,
          "outcome": "stop",
          "netR": -1.2317,
          "holdMinutes": 99
        },
        {
          "entryTs": 1708010400,
          "entryUtc": "2024-02-15T15:20:00.000Z",
          "exitTs": 1708011480,
          "dir": 1,
          "entryPrice": 2005.255,
          "exitPrice": 2001.538,
          "stopDistance": 3.717,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 18
        },
        {
          "entryTs": 1708076760,
          "entryUtc": "2024-02-16T09:46:00.000Z",
          "exitTs": 1708090200,
          "dir": 1,
          "entryPrice": 2004.905,
          "exitPrice": 2003.216,
          "stopDistance": 1.69,
          "outcome": "stop",
          "netR": -1.2486,
          "holdMinutes": 224
        },
        {
          "entryTs": 1708096620,
          "entryUtc": "2024-02-16T15:17:00.000Z",
          "exitTs": 1708097760,
          "dir": -1,
          "entryPrice": 2005.625,
          "exitPrice": 2008.345,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 19
        },
        {
          "entryTs": 1708304520,
          "entryUtc": "2024-02-19T01:02:00.000Z",
          "exitTs": 1708358520,
          "dir": 1,
          "entryPrice": 2017.125,
          "exitPrice": 2013.939,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 900
        },
        {
          "entryTs": 1708443900,
          "entryUtc": "2024-02-20T15:45:00.000Z",
          "exitTs": 1708488420,
          "dir": -1,
          "entryPrice": 2027.605,
          "exitPrice": 2030.836,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 742
        },
        {
          "entryTs": 1708517400,
          "entryUtc": "2024-02-21T12:10:00.000Z",
          "exitTs": 1708520700,
          "dir": -1,
          "entryPrice": 2028.815,
          "exitPrice": 2030.665,
          "stopDistance": 1.85,
          "outcome": "stop",
          "netR": -1.227,
          "holdMinutes": 55
        },
        {
          "entryTs": 1708522260,
          "entryUtc": "2024-02-21T13:31:00.000Z",
          "exitTs": 1708531020,
          "dir": -1,
          "entryPrice": 2029.335,
          "exitPrice": 2024.96,
          "stopDistance": 2.188,
          "outcome": "target",
          "netR": 1.8309,
          "holdMinutes": 146
        },
        {
          "entryTs": 1708650060,
          "entryUtc": "2024-02-23T01:01:00.000Z",
          "exitTs": 1708654260,
          "dir": -1,
          "entryPrice": 2025.125,
          "exitPrice": 2027.267,
          "stopDistance": 2.142,
          "outcome": "stop",
          "netR": -1.1961,
          "holdMinutes": 70
        },
        {
          "entryTs": 1708676580,
          "entryUtc": "2024-02-23T08:23:00.000Z",
          "exitTs": 1708680180,
          "dir": -1,
          "entryPrice": 2021.375,
          "exitPrice": 2017.106,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 60
        },
        {
          "entryTs": 1708700160,
          "entryUtc": "2024-02-23T14:56:00.000Z",
          "exitTs": 1708703760,
          "dir": -1,
          "entryPrice": 2027.935,
          "exitPrice": 2030.815,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 60
        },
        {
          "entryTs": 1708920000,
          "entryUtc": "2024-02-26T04:00:00.000Z",
          "exitTs": 1708931580,
          "dir": -1,
          "entryPrice": 2032.475,
          "exitPrice": 2034.915,
          "stopDistance": 2.44,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 193
        },
        {
          "entryTs": 1708932120,
          "entryUtc": "2024-02-26T07:22:00.000Z",
          "exitTs": 1708944840,
          "dir": 1,
          "entryPrice": 2033.675,
          "exitPrice": 2031.855,
          "stopDistance": 1.82,
          "outcome": "stop",
          "netR": -1.2307,
          "holdMinutes": 212
        },
        {
          "entryTs": 1708955520,
          "entryUtc": "2024-02-26T13:52:00.000Z",
          "exitTs": 1708956720,
          "dir": 1,
          "entryPrice": 2032.865,
          "exitPrice": 2030.566,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 20
        },
        {
          "entryTs": 1709002080,
          "entryUtc": "2024-02-27T02:48:00.000Z",
          "exitTs": 1709022180,
          "dir": 1,
          "entryPrice": 2033.465,
          "exitPrice": 2036.725,
          "stopDistance": 1.63,
          "outcome": "target",
          "netR": 1.773,
          "holdMinutes": 335
        },
        {
          "entryTs": 1709039640,
          "entryUtc": "2024-02-27T13:14:00.000Z",
          "exitTs": 1709042820,
          "dir": 1,
          "entryPrice": 2036.495,
          "exitPrice": 2034.527,
          "stopDistance": 1.968,
          "outcome": "stop",
          "netR": -1.2134,
          "holdMinutes": 53
        },
        {
          "entryTs": 1709044440,
          "entryUtc": "2024-02-27T14:34:00.000Z",
          "exitTs": 1709047860,
          "dir": 1,
          "entryPrice": 2035.315,
          "exitPrice": 2032.927,
          "stopDistance": 2.388,
          "outcome": "stop",
          "netR": -1.1759,
          "holdMinutes": 57
        },
        {
          "entryTs": 1709114820,
          "entryUtc": "2024-02-28T10:07:00.000Z",
          "exitTs": 1709117100,
          "dir": -1,
          "entryPrice": 2025.635,
          "exitPrice": 2027.351,
          "stopDistance": 1.716,
          "outcome": "stop",
          "netR": -1.2448,
          "holdMinutes": 38
        },
        {
          "entryTs": 1709217900,
          "entryUtc": "2024-02-29T14:45:00.000Z",
          "exitTs": 1709223240,
          "dir": 1,
          "entryPrice": 2049.555,
          "exitPrice": 2045.745,
          "stopDistance": 3.81,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 89
        },
        {
          "entryTs": 1709277900,
          "entryUtc": "2024-03-01T07:25:00.000Z",
          "exitTs": 1709280000,
          "dir": 1,
          "entryPrice": 2046.685,
          "exitPrice": 2045.072,
          "stopDistance": 1.613,
          "outcome": "stop",
          "netR": -1.2604,
          "holdMinutes": 35
        },
        {
          "entryTs": 1709286000,
          "entryUtc": "2024-03-01T09:40:00.000Z",
          "exitTs": 1709287980,
          "dir": -1,
          "entryPrice": 2046.515,
          "exitPrice": 2048.33,
          "stopDistance": 1.815,
          "outcome": "stop",
          "netR": -1.2314,
          "holdMinutes": 33
        },
        {
          "entryTs": 1709305800,
          "entryUtc": "2024-03-01T15:10:00.000Z",
          "exitTs": 1709306100,
          "dir": -1,
          "entryPrice": 2054.275,
          "exitPrice": 2057.644,
          "stopDistance": 3.369,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 5
        },
        {
          "entryTs": 1709509680,
          "entryUtc": "2024-03-03T23:48:00.000Z",
          "exitTs": 1709517060,
          "dir": 1,
          "entryPrice": 2083.305,
          "exitPrice": 2079.796,
          "stopDistance": 3.509,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 123
        },
        {
          "entryTs": 1709547240,
          "entryUtc": "2024-03-04T10:14:00.000Z",
          "exitTs": 1709557380,
          "dir": 1,
          "entryPrice": 2084.038,
          "exitPrice": 2081.652,
          "stopDistance": 2.386,
          "outcome": "stop",
          "netR": -1.1761,
          "holdMinutes": 169
        },
        {
          "entryTs": 1709558100,
          "entryUtc": "2024-03-04T13:15:00.000Z",
          "exitTs": 1709560320,
          "dir": 1,
          "entryPrice": 2082.745,
          "exitPrice": 2087.105,
          "stopDistance": 2.18,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 37
        },
        {
          "entryTs": 1709620200,
          "entryUtc": "2024-03-05T06:30:00.000Z",
          "exitTs": 1709627340,
          "dir": 1,
          "entryPrice": 2116.075,
          "exitPrice": 2121.007,
          "stopDistance": 2.466,
          "outcome": "target",
          "netR": 1.85,
          "holdMinutes": 119
        },
        {
          "entryTs": 1709639100,
          "entryUtc": "2024-03-05T11:45:00.000Z",
          "exitTs": 1709645340,
          "dir": 1,
          "entryPrice": 2124.295,
          "exitPrice": 2131.652,
          "stopDistance": 3.679,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 104
        },
        {
          "entryTs": 1709653800,
          "entryUtc": "2024-03-05T15:50:00.000Z",
          "exitTs": 1709735520,
          "dir": 1,
          "entryPrice": 2128.264,
          "exitPrice": 2142.856,
          "stopDistance": 7.296,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 1362
        },
        {
          "entryTs": 1709737440,
          "entryUtc": "2024-03-06T15:04:00.000Z",
          "exitTs": 1709737440,
          "dir": 1,
          "entryPrice": 2134.845,
          "exitPrice": 2143.046,
          "stopDistance": 4.1,
          "outcome": "target",
          "netR": 1.9098,
          "holdMinutes": 0
        },
        {
          "entryTs": 1709738160,
          "entryUtc": "2024-03-06T15:16:00.000Z",
          "exitTs": 1709744220,
          "dir": -1,
          "entryPrice": 2142.895,
          "exitPrice": 2149.055,
          "stopDistance": 6.16,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 101
        },
        {
          "entryTs": 1709744820,
          "entryUtc": "2024-03-06T17:07:00.000Z",
          "exitTs": 1709753400,
          "dir": 1,
          "entryPrice": 2146.155,
          "exitPrice": 2139.921,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 143
        },
        {
          "entryTs": 1709812500,
          "entryUtc": "2024-03-07T11:55:00.000Z",
          "exitTs": 1709816700,
          "dir": -1,
          "entryPrice": 2156.544,
          "exitPrice": 2159.965,
          "stopDistance": 3.421,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 70
        },
        {
          "entryTs": 1709820120,
          "entryUtc": "2024-03-07T14:02:00.000Z",
          "exitTs": 1709821860,
          "dir": 1,
          "entryPrice": 2156.525,
          "exitPrice": 2153.081,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 29
        },
        {
          "entryTs": 1709894160,
          "entryUtc": "2024-03-08T10:36:00.000Z",
          "exitTs": 1709904540,
          "dir": 1,
          "entryPrice": 2167.515,
          "exitPrice": 2164.121,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 173
        },
        {
          "entryTs": 1709906940,
          "entryUtc": "2024-03-08T14:09:00.000Z",
          "exitTs": 1709915880,
          "dir": 1,
          "entryPrice": 2165.135,
          "exitPrice": 2177.726,
          "stopDistance": 6.296,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 149
        },
        {
          "entryTs": 1710144960,
          "entryUtc": "2024-03-11T08:16:00.000Z",
          "exitTs": 1710146880,
          "dir": 1,
          "entryPrice": 2180.578,
          "exitPrice": 2177.557,
          "stopDistance": 3.02,
          "outcome": "stop",
          "netR": -1.1391,
          "holdMinutes": 32
        },
        {
          "entryTs": 1710148560,
          "entryUtc": "2024-03-11T09:16:00.000Z",
          "exitTs": 1710162600,
          "dir": 1,
          "entryPrice": 2178.045,
          "exitPrice": 2174.74,
          "stopDistance": 3.305,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 234
        },
        {
          "entryTs": 1710198240,
          "entryUtc": "2024-03-11T23:04:00.000Z",
          "exitTs": 1710222180,
          "dir": -1,
          "entryPrice": 2182.355,
          "exitPrice": 2176.099,
          "stopDistance": 3.128,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 399
        },
        {
          "entryTs": 1710246720,
          "entryUtc": "2024-03-12T12:32:00.000Z",
          "exitTs": 1710246720,
          "dir": -1,
          "entryPrice": 2176.038,
          "exitPrice": 2170.845,
          "stopDistance": 2.597,
          "outcome": "target",
          "netR": 1.8575,
          "holdMinutes": 0
        },
        {
          "entryTs": 1710248040,
          "entryUtc": "2024-03-12T12:54:00.000Z",
          "exitTs": 1710248520,
          "dir": 1,
          "entryPrice": 2171.855,
          "exitPrice": 2166.726,
          "stopDistance": 5.129,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710253080,
          "entryUtc": "2024-03-12T14:18:00.000Z",
          "exitTs": 1710262260,
          "dir": -1,
          "entryPrice": 2158.244,
          "exitPrice": 2166.302,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 153
        },
        {
          "entryTs": 1710302160,
          "entryUtc": "2024-03-13T03:56:00.000Z",
          "exitTs": 1710326160,
          "dir": -1,
          "entryPrice": 2159.278,
          "exitPrice": 2162.205,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 400
        },
        {
          "entryTs": 1710379680,
          "entryUtc": "2024-03-14T01:28:00.000Z",
          "exitTs": 1710387060,
          "dir": 1,
          "entryPrice": 2174.295,
          "exitPrice": 2171.958,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 123
        },
        {
          "entryTs": 1710420360,
          "entryUtc": "2024-03-14T12:46:00.000Z",
          "exitTs": 1710420660,
          "dir": 1,
          "entryPrice": 2167.485,
          "exitPrice": 2164.21,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710473220,
          "entryUtc": "2024-03-15T03:27:00.000Z",
          "exitTs": 1710481260,
          "dir": -1,
          "entryPrice": 2164.215,
          "exitPrice": 2166.392,
          "stopDistance": 2.177,
          "outcome": "stop",
          "netR": -1.193,
          "holdMinutes": 134
        },
        {
          "entryTs": 1710500460,
          "entryUtc": "2024-03-15T11:01:00.000Z",
          "exitTs": 1710504180,
          "dir": 1,
          "entryPrice": 2168.435,
          "exitPrice": 2165.427,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 62
        },
        {
          "entryTs": 1710515340,
          "entryUtc": "2024-03-15T15:09:00.000Z",
          "exitTs": 1710525360,
          "dir": 1,
          "entryPrice": 2160.695,
          "exitPrice": 2155.664,
          "stopDistance": 5.031,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 167
        },
        {
          "entryTs": 1710748980,
          "entryUtc": "2024-03-18T08:03:00.000Z",
          "exitTs": 1710753360,
          "dir": 1,
          "entryPrice": 2150.455,
          "exitPrice": 2155.696,
          "stopDistance": 2.62,
          "outcome": "target",
          "netR": 1.8588,
          "holdMinutes": 73
        },
        {
          "entryTs": 1710775620,
          "entryUtc": "2024-03-18T15:27:00.000Z",
          "exitTs": 1710777840,
          "dir": -1,
          "entryPrice": 2161.175,
          "exitPrice": 2154.797,
          "stopDistance": 3.189,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 37
        },
        {
          "entryTs": 1710843240,
          "entryUtc": "2024-03-19T10:14:00.000Z",
          "exitTs": 1710852180,
          "dir": -1,
          "entryPrice": 2155.255,
          "exitPrice": 2158.113,
          "stopDistance": 2.858,
          "outcome": "stop",
          "netR": -1.1469,
          "holdMinutes": 149
        },
        {
          "entryTs": 1710852720,
          "entryUtc": "2024-03-19T12:52:00.000Z",
          "exitTs": 1710855780,
          "dir": 1,
          "entryPrice": 2156.665,
          "exitPrice": 2152.721,
          "stopDistance": 3.944,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 51
        },
        {
          "entryTs": 1710939300,
          "entryUtc": "2024-03-20T12:55:00.000Z",
          "exitTs": 1710940380,
          "dir": -1,
          "entryPrice": 2153.065,
          "exitPrice": 2155.774,
          "stopDistance": 2.709,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 18
        },
        {
          "entryTs": 1710941820,
          "entryUtc": "2024-03-20T13:37:00.000Z",
          "exitTs": 1710942840,
          "dir": -1,
          "entryPrice": 2153.155,
          "exitPrice": 2156.42,
          "stopDistance": 3.264,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710963900,
          "entryUtc": "2024-03-20T19:45:00.000Z",
          "exitTs": 1710972960,
          "dir": 1,
          "entryPrice": 2181.908,
          "exitPrice": 2197.683,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 151
        },
        {
          "entryTs": 1711118460,
          "entryUtc": "2024-03-22T14:41:00.000Z",
          "exitTs": 1711122840,
          "dir": -1,
          "entryPrice": 2175.605,
          "exitPrice": 2166.398,
          "stopDistance": 4.603,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 73
        },
        {
          "entryTs": 1711131540,
          "entryUtc": "2024-03-22T18:19:00.000Z",
          "exitTs": 1711317600,
          "dir": -1,
          "entryPrice": 2162.545,
          "exitPrice": 2165.335,
          "stopDistance": 4.693,
          "outcome": "time",
          "netR": -0.6733,
          "holdMinutes": 3101
        },
        {
          "entryTs": 1711352700,
          "entryUtc": "2024-03-25T07:45:00.000Z",
          "exitTs": 1711368300,
          "dir": 1,
          "entryPrice": 2166.685,
          "exitPrice": 2173.791,
          "stopDistance": 3.553,
          "outcome": "target",
          "netR": 1.8959,
          "holdMinutes": 260
        },
        {
          "entryTs": 1711379880,
          "entryUtc": "2024-03-25T15:18:00.000Z",
          "exitTs": 1711393980,
          "dir": 1,
          "entryPrice": 2175.065,
          "exitPrice": 2170.784,
          "stopDistance": 4.281,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 235
        },
        {
          "entryTs": 1711455660,
          "entryUtc": "2024-03-26T12:21:00.000Z",
          "exitTs": 1711457220,
          "dir": 1,
          "entryPrice": 2193.375,
          "exitPrice": 2188.826,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 26
        },
        {
          "entryTs": 1711459320,
          "entryUtc": "2024-03-26T13:22:00.000Z",
          "exitTs": 1711460400,
          "dir": 1,
          "entryPrice": 2189.985,
          "exitPrice": 2184.892,
          "stopDistance": 5.094,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 18
        },
        {
          "entryTs": 1711530780,
          "entryUtc": "2024-03-27T09:13:00.000Z",
          "exitTs": 1711532520,
          "dir": -1,
          "entryPrice": 2180.455,
          "exitPrice": 2183.425,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 29
        },
        {
          "entryTs": 1711619340,
          "entryUtc": "2024-03-28T09:49:00.000Z",
          "exitTs": 1711621320,
          "dir": -1,
          "entryPrice": 2197.635,
          "exitPrice": 2200.842,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 33
        },
        {
          "entryTs": 1711627260,
          "entryUtc": "2024-03-28T12:01:00.000Z",
          "exitTs": 1711628220,
          "dir": -1,
          "entryPrice": 2211.575,
          "exitPrice": 2216.489,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 16
        },
        {
          "entryTs": 1711631460,
          "entryUtc": "2024-03-28T13:11:00.000Z",
          "exitTs": 1711634040,
          "dir": 1,
          "entryPrice": 2211.225,
          "exitPrice": 2204.969,
          "stopDistance": 6.256,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 43
        },
        {
          "entryTs": 1711979160,
          "entryUtc": "2024-04-01T13:46:00.000Z",
          "exitTs": 1711979340,
          "dir": 1,
          "entryPrice": 2246.745,
          "exitPrice": 2241.975,
          "stopDistance": 4.77,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 3
        },
        {
          "entryTs": 1712062500,
          "entryUtc": "2024-04-02T12:55:00.000Z",
          "exitTs": 1712065080,
          "dir": -1,
          "entryPrice": 2258.475,
          "exitPrice": 2263.422,
          "stopDistance": 4.946,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 43
        },
        {
          "entryTs": 1712106480,
          "entryUtc": "2024-04-03T01:08:00.000Z",
          "exitTs": 1712129040,
          "dir": 1,
          "entryPrice": 2279.955,
          "exitPrice": 2274.399,
          "stopDistance": 5.556,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 376
        },
        {
          "entryTs": 1712143560,
          "entryUtc": "2024-04-03T11:26:00.000Z",
          "exitTs": 1712152800,
          "dir": 1,
          "entryPrice": 2269.535,
          "exitPrice": 2279.656,
          "stopDistance": 5.061,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 154
        },
        {
          "entryTs": 1712193600,
          "entryUtc": "2024-04-04T01:20:00.000Z",
          "exitTs": 1712231820,
          "dir": -1,
          "entryPrice": 2299.398,
          "exitPrice": 2290.117,
          "stopDistance": 4.641,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 637
        },
        {
          "entryTs": 1712234700,
          "entryUtc": "2024-04-04T12:45:00.000Z",
          "exitTs": 1712236620,
          "dir": -1,
          "entryPrice": 2284.895,
          "exitPrice": 2289.186,
          "stopDistance": 4.291,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 32
        },
        {
          "entryTs": 1712238300,
          "entryUtc": "2024-04-04T13:45:00.000Z",
          "exitTs": 1712239260,
          "dir": -1,
          "entryPrice": 2287.515,
          "exitPrice": 2292.5,
          "stopDistance": 4.985,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 16
        },
        {
          "entryTs": 1712322000,
          "entryUtc": "2024-04-05T13:00:00.000Z",
          "exitTs": 1712323080,
          "dir": -1,
          "entryPrice": 2291.165,
          "exitPrice": 2297.381,
          "stopDistance": 6.216,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 18
        },
        {
          "entryTs": 1712534880,
          "entryUtc": "2024-04-08T00:08:00.000Z",
          "exitTs": 1712541420,
          "dir": 1,
          "entryPrice": 2308.515,
          "exitPrice": 2323.209,
          "stopDistance": 7.347,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 109
        },
        {
          "entryTs": 1712557920,
          "entryUtc": "2024-04-08T06:32:00.000Z",
          "exitTs": 1712584920,
          "dir": -1,
          "entryPrice": 2339.525,
          "exitPrice": 2322.375,
          "stopDistance": 8.575,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 450
        },
        {
          "entryTs": 1712663640,
          "entryUtc": "2024-04-09T11:54:00.000Z",
          "exitTs": 1712669820,
          "dir": -1,
          "entryPrice": 2353.758,
          "exitPrice": 2359.058,
          "stopDistance": 5.3,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 103
        },
        {
          "entryTs": 1712675700,
          "entryUtc": "2024-04-09T15:15:00.000Z",
          "exitTs": 1712707320,
          "dir": -1,
          "entryPrice": 2346.148,
          "exitPrice": 2355.288,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 527
        },
        {
          "entryTs": 1712732400,
          "entryUtc": "2024-04-10T07:00:00.000Z",
          "exitTs": 1712741280,
          "dir": -1,
          "entryPrice": 2357.565,
          "exitPrice": 2349.309,
          "stopDistance": 4.128,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 148
        },
        {
          "entryTs": 1712758740,
          "entryUtc": "2024-04-10T14:19:00.000Z",
          "exitTs": 1712761800,
          "dir": -1,
          "entryPrice": 2347.675,
          "exitPrice": 2335.469,
          "stopDistance": 6.103,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 51
        },
        {
          "entryTs": 1712770260,
          "entryUtc": "2024-04-10T17:31:00.000Z",
          "exitTs": 1712843220,
          "dir": -1,
          "entryPrice": 2336.665,
          "exitPrice": 2346.841,
          "stopDistance": 10.176,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 1216
        },
        {
          "entryTs": 1712845020,
          "entryUtc": "2024-04-11T14:17:00.000Z",
          "exitTs": 1712853780,
          "dir": 1,
          "entryPrice": 2335.365,
          "exitPrice": 2347.54,
          "stopDistance": 6.088,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 146
        },
        {
          "entryTs": 1712889300,
          "entryUtc": "2024-04-12T02:35:00.000Z",
          "exitTs": 1712905740,
          "dir": -1,
          "entryPrice": 2390.605,
          "exitPrice": 2397.422,
          "stopDistance": 6.817,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 274
        },
        {
          "entryTs": 1712911380,
          "entryUtc": "2024-04-12T08:43:00.000Z",
          "exitTs": 1712930580,
          "dir": 1,
          "entryPrice": 2395.075,
          "exitPrice": 2406.936,
          "stopDistance": 5.931,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 320
        },
        {
          "entryTs": 1713169260,
          "entryUtc": "2024-04-15T08:21:00.000Z",
          "exitTs": 1713170040,
          "dir": 1,
          "entryPrice": 2353.205,
          "exitPrice": 2346.327,
          "stopDistance": 6.878,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 13
        },
        {
          "entryTs": 1713191820,
          "entryUtc": "2024-04-15T14:37:00.000Z",
          "exitTs": 1713199260,
          "dir": -1,
          "entryPrice": 2345.195,
          "exitPrice": 2355.172,
          "stopDistance": 9.977,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 124
        },
        {
          "entryTs": 1713256440,
          "entryUtc": "2024-04-16T08:34:00.000Z",
          "exitTs": 1713271560,
          "dir": -1,
          "entryPrice": 2371.215,
          "exitPrice": 2377.871,
          "stopDistance": 6.656,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 252
        },
        {
          "entryTs": 1713274380,
          "entryUtc": "2024-04-16T13:33:00.000Z",
          "exitTs": 1713275700,
          "dir": 1,
          "entryPrice": 2376.055,
          "exitPrice": 2369.464,
          "stopDistance": 6.591,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 22
        },
        {
          "entryTs": 1713291660,
          "entryUtc": "2024-04-16T18:21:00.000Z",
          "exitTs": 1713332100,
          "dir": 1,
          "entryPrice": 2386.714,
          "exitPrice": 2375.987,
          "stopDistance": 10.728,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 674
        },
        {
          "entryTs": 1713423600,
          "entryUtc": "2024-04-18T07:00:00.000Z",
          "exitTs": 1713426000,
          "dir": 1,
          "entryPrice": 2379.065,
          "exitPrice": 2375.113,
          "stopDistance": 3.952,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 40
        },
        {
          "entryTs": 1713438900,
          "entryUtc": "2024-04-18T11:15:00.000Z",
          "exitTs": 1713442020,
          "dir": 1,
          "entryPrice": 2379.425,
          "exitPrice": 2386.894,
          "stopDistance": 3.735,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 52
        },
        {
          "entryTs": 1713442860,
          "entryUtc": "2024-04-18T12:21:00.000Z",
          "exitTs": 1713446940,
          "dir": 1,
          "entryPrice": 2382.355,
          "exitPrice": 2391.015,
          "stopDistance": 4.33,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 68
        },
        {
          "entryTs": 1713447300,
          "entryUtc": "2024-04-18T13:35:00.000Z",
          "exitTs": 1713447300,
          "dir": 1,
          "entryPrice": 2385.305,
          "exitPrice": 2379.735,
          "stopDistance": 5.57,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 0
        },
        {
          "entryTs": 1713448140,
          "entryUtc": "2024-04-18T13:49:00.000Z",
          "exitTs": 1713489120,
          "dir": -1,
          "entryPrice": 2382.728,
          "exitPrice": 2389.757,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 683
        },
        {
          "entryTs": 1713527340,
          "entryUtc": "2024-04-19T11:49:00.000Z",
          "exitTs": 1713536220,
          "dir": -1,
          "entryPrice": 2380.195,
          "exitPrice": 2387.258,
          "stopDistance": 7.063,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 148
        },
        {
          "entryTs": 1713788400,
          "entryUtc": "2024-04-22T12:20:00.000Z",
          "exitTs": 1713790260,
          "dir": 1,
          "entryPrice": 2344.035,
          "exitPrice": 2337.149,
          "stopDistance": 6.886,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 31
        },
        {
          "entryTs": 1713839580,
          "entryUtc": "2024-04-23T02:33:00.000Z",
          "exitTs": 1713863640,
          "dir": 1,
          "entryPrice": 2305.485,
          "exitPrice": 2296.203,
          "stopDistance": 9.282,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 401
        },
        {
          "entryTs": 1713924540,
          "entryUtc": "2024-04-24T02:09:00.000Z",
          "exitTs": 1713928680,
          "dir": -1,
          "entryPrice": 2320.255,
          "exitPrice": 2324.082,
          "stopDistance": 3.827,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 69
        },
        {
          "entryTs": 1714049160,
          "entryUtc": "2024-04-25T12:46:00.000Z",
          "exitTs": 1714050420,
          "dir": 1,
          "entryPrice": 2327.315,
          "exitPrice": 2322.548,
          "stopDistance": 4.767,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 21
        },
        {
          "entryTs": 1714053000,
          "entryUtc": "2024-04-25T13:50:00.000Z",
          "exitTs": 1714055640,
          "dir": 1,
          "entryPrice": 2319.695,
          "exitPrice": 2333.74,
          "stopDistance": 7.023,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 44
        },
        {
          "entryTs": 1714094640,
          "entryUtc": "2024-04-26T01:24:00.000Z",
          "exitTs": 1714096260,
          "dir": -1,
          "entryPrice": 2328.835,
          "exitPrice": 2332.165,
          "stopDistance": 3.33,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 27
        },
        {
          "entryTs": 1714119540,
          "entryUtc": "2024-04-26T08:19:00.000Z",
          "exitTs": 1714135980,
          "dir": 1,
          "entryPrice": 2345.505,
          "exitPrice": 2340.724,
          "stopDistance": 4.781,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 274
        },
        {
          "entryTs": 1714140240,
          "entryUtc": "2024-04-26T14:04:00.000Z",
          "exitTs": 1714142220,
          "dir": -1,
          "entryPrice": 2344.675,
          "exitPrice": 2332.821,
          "stopDistance": 5.927,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 33
        },
        {
          "entryTs": 1714356120,
          "entryUtc": "2024-04-29T02:02:00.000Z",
          "exitTs": 1714359600,
          "dir": 1,
          "entryPrice": 2329.055,
          "exitPrice": 2323.627,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 58
        },
        {
          "entryTs": 1714398660,
          "entryUtc": "2024-04-29T13:51:00.000Z",
          "exitTs": 1714399560,
          "dir": -1,
          "entryPrice": 2332.355,
          "exitPrice": 2337.938,
          "stopDistance": 5.583,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 15
        },
        {
          "entryTs": 1714415280,
          "entryUtc": "2024-04-29T18:28:00.000Z",
          "exitTs": 1714435260,
          "dir": 1,
          "entryPrice": 2338.085,
          "exitPrice": 2332.042,
          "stopDistance": 6.043,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 333
        },
        {
          "entryTs": 1714485780,
          "entryUtc": "2024-04-30T14:03:00.000Z",
          "exitTs": 1714486260,
          "dir": 1,
          "entryPrice": 2305.965,
          "exitPrice": 2300.333,
          "stopDistance": 5.632,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 8
        },
        {
          "entryTs": 1714515960,
          "entryUtc": "2024-04-30T22:26:00.000Z",
          "exitTs": 1714563600,
          "dir": -1,
          "entryPrice": 2290.695,
          "exitPrice": 2296.359,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 794
        },
        {
          "entryTs": 1714566000,
          "entryUtc": "2024-05-01T12:20:00.000Z",
          "exitTs": 1714570200,
          "dir": 1,
          "entryPrice": 2294.495,
          "exitPrice": 2302.215,
          "stopDistance": 3.86,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 70
        },
        {
          "entryTs": 1714574760,
          "entryUtc": "2024-05-01T14:46:00.000Z",
          "exitTs": 1714577280,
          "dir": 1,
          "entryPrice": 2298.155,
          "exitPrice": 2307.477,
          "stopDistance": 4.661,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 42
        },
        {
          "entryTs": 1714647960,
          "entryUtc": "2024-05-02T11:06:00.000Z",
          "exitTs": 1714655220,
          "dir": -1,
          "entryPrice": 2301.025,
          "exitPrice": 2291.305,
          "stopDistance": 4.86,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 121
        },
        {
          "entryTs": 1714661220,
          "entryUtc": "2024-05-02T14:47:00.000Z",
          "exitTs": 1714673340,
          "dir": -1,
          "entryPrice": 2302.384,
          "exitPrice": 2308.58,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 202
        },
        {
          "entryTs": 1714716960,
          "entryUtc": "2024-05-03T06:16:00.000Z",
          "exitTs": 1714719240,
          "dir": 1,
          "entryPrice": 2303.385,
          "exitPrice": 2300.218,
          "stopDistance": 3.167,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 38
        },
        {
          "entryTs": 1714721040,
          "entryUtc": "2024-05-03T07:24:00.000Z",
          "exitTs": 1714739040,
          "dir": -1,
          "entryPrice": 2301.295,
          "exitPrice": 2294.529,
          "stopDistance": 3.383,
          "outcome": "target",
          "netR": 1.8906,
          "holdMinutes": 300
        },
        {
          "entryTs": 1714739400,
          "entryUtc": "2024-05-03T12:30:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2298.195,
          "exitPrice": 2302.097,
          "stopDistance": 3.902,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 0
        },
        {
          "entryTs": 1714740660,
          "entryUtc": "2024-05-03T12:51:00.000Z",
          "exitTs": 1714743120,
          "dir": 1,
          "entryPrice": 2298.435,
          "exitPrice": 2292.145,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 41
        },
        {
          "entryTs": 1714997940,
          "entryUtc": "2024-05-06T12:19:00.000Z",
          "exitTs": 1714999080,
          "dir": -1,
          "entryPrice": 2316.805,
          "exitPrice": 2321.243,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 19
        },
        {
          "entryTs": 1715003220,
          "entryUtc": "2024-05-06T13:47:00.000Z",
          "exitTs": 1715013120,
          "dir": 1,
          "entryPrice": 2324.705,
          "exitPrice": 2318.435,
          "stopDistance": 6.27,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 165
        },
        {
          "entryTs": 1715088660,
          "entryUtc": "2024-05-07T13:31:00.000Z",
          "exitTs": 1715093880,
          "dir": 1,
          "entryPrice": 2316.805,
          "exitPrice": 2312.269,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 87
        },
        {
          "entryTs": 1715187960,
          "entryUtc": "2024-05-08T17:06:00.000Z",
          "exitTs": 1715196480,
          "dir": 1,
          "entryPrice": 2315.395,
          "exitPrice": 2309.898,
          "stopDistance": 5.497,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 142
        },
        {
          "entryTs": 1715220240,
          "entryUtc": "2024-05-09T02:04:00.000Z",
          "exitTs": 1715224980,
          "dir": -1,
          "entryPrice": 2310.135,
          "exitPrice": 2312.743,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 79
        },
        {
          "entryTs": 1715260320,
          "entryUtc": "2024-05-09T13:12:00.000Z",
          "exitTs": 1715263140,
          "dir": 1,
          "entryPrice": 2315.778,
          "exitPrice": 2323.66,
          "stopDistance": 3.941,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 47
        },
        {
          "entryTs": 1715305980,
          "entryUtc": "2024-05-10T01:53:00.000Z",
          "exitTs": 1715317920,
          "dir": 1,
          "entryPrice": 2348.055,
          "exitPrice": 2355.508,
          "stopDistance": 3.727,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 199
        },
        {
          "entryTs": 1715349900,
          "entryUtc": "2024-05-10T14:05:00.000Z",
          "exitTs": 1715351340,
          "dir": -1,
          "entryPrice": 2371.995,
          "exitPrice": 2361.631,
          "stopDistance": 5.182,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 24
        },
        {
          "entryTs": 1715359680,
          "entryUtc": "2024-05-10T16:48:00.000Z",
          "exitTs": 1715551200,
          "dir": -1,
          "entryPrice": 2367.228,
          "exitPrice": 2360.695,
          "stopDistance": 7.211,
          "outcome": "time",
          "netR": 0.8546,
          "holdMinutes": 3192
        },
        {
          "entryTs": 1715570280,
          "entryUtc": "2024-05-13T03:18:00.000Z",
          "exitTs": 1715577840,
          "dir": 1,
          "entryPrice": 2356.445,
          "exitPrice": 2352.509,
          "stopDistance": 3.936,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 126
        },
        {
          "entryTs": 1715600160,
          "entryUtc": "2024-05-13T11:36:00.000Z",
          "exitTs": 1715602500,
          "dir": -1,
          "entryPrice": 2342.914,
          "exitPrice": 2347.138,
          "stopDistance": 4.223,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 39
        },
        {
          "entryTs": 1715671980,
          "entryUtc": "2024-05-14T07:33:00.000Z",
          "exitTs": 1715676360,
          "dir": -1,
          "entryPrice": 2338.068,
          "exitPrice": 2341.439,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 73
        },
        {
          "entryTs": 1715696220,
          "entryUtc": "2024-05-14T14:17:00.000Z",
          "exitTs": 1715744640,
          "dir": 1,
          "entryPrice": 2348.375,
          "exitPrice": 2360.269,
          "stopDistance": 5.947,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 807
        },
        {
          "entryTs": 1715776200,
          "entryUtc": "2024-05-15T12:30:00.000Z",
          "exitTs": 1715776200,
          "dir": -1,
          "entryPrice": 2369.455,
          "exitPrice": 2372.954,
          "stopDistance": 3.499,
          "outcome": "ambiguous",
          "netR": -1.12,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715780640,
          "entryUtc": "2024-05-15T13:44:00.000Z",
          "exitTs": 1715781060,
          "dir": 1,
          "entryPrice": 2362.485,
          "exitPrice": 2356.797,
          "stopDistance": 5.688,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 7
        },
        {
          "entryTs": 1715847540,
          "entryUtc": "2024-05-16T08:19:00.000Z",
          "exitTs": 1715855400,
          "dir": 1,
          "entryPrice": 2386.995,
          "exitPrice": 2382.974,
          "stopDistance": 4.021,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 131
        },
        {
          "entryTs": 1715859420,
          "entryUtc": "2024-05-16T11:37:00.000Z",
          "exitTs": 1715864460,
          "dir": -1,
          "entryPrice": 2384.795,
          "exitPrice": 2376.754,
          "stopDistance": 4.021,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 84
        },
        {
          "entryTs": 1715913540,
          "entryUtc": "2024-05-17T02:39:00.000Z",
          "exitTs": 1715914260,
          "dir": 1,
          "entryPrice": 2378.205,
          "exitPrice": 2375.505,
          "stopDistance": 2.7,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 12
        },
        {
          "entryTs": 1715937180,
          "entryUtc": "2024-05-17T09:13:00.000Z",
          "exitTs": 1715949840,
          "dir": 1,
          "entryPrice": 2383.855,
          "exitPrice": 2390.847,
          "stopDistance": 3.496,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 211
        },
        {
          "entryTs": 1715958900,
          "entryUtc": "2024-05-17T15:15:00.000Z",
          "exitTs": 1715970540,
          "dir": -1,
          "entryPrice": 2408.855,
          "exitPrice": 2416.304,
          "stopDistance": 7.449,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 194
        },
        {
          "entryTs": 1716158040,
          "entryUtc": "2024-05-19T22:34:00.000Z",
          "exitTs": 1716166800,
          "dir": 1,
          "entryPrice": 2417.485,
          "exitPrice": 2430.508,
          "stopDistance": 6.511,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 146
        },
        {
          "entryTs": 1716256080,
          "entryUtc": "2024-05-21T01:48:00.000Z",
          "exitTs": 1716257040,
          "dir": -1,
          "entryPrice": 2429.105,
          "exitPrice": 2418.583,
          "stopDistance": 5.261,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 16
        },
        {
          "entryTs": 1716263760,
          "entryUtc": "2024-05-21T03:56:00.000Z",
          "exitTs": 1716277260,
          "dir": -1,
          "entryPrice": 2413.785,
          "exitPrice": 2420.758,
          "stopDistance": 6.973,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 225
        },
        {
          "entryTs": 1716359280,
          "entryUtc": "2024-05-22T06:28:00.000Z",
          "exitTs": 1716378120,
          "dir": 1,
          "entryPrice": 2413.554,
          "exitPrice": 2409.232,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 314
        },
        {
          "entryTs": 1716380640,
          "entryUtc": "2024-05-22T12:24:00.000Z",
          "exitTs": 1716386820,
          "dir": -1,
          "entryPrice": 2413.395,
          "exitPrice": 2404.084,
          "stopDistance": 4.655,
          "outcome": "target",
          "netR": 1.9205,
          "holdMinutes": 103
        },
        {
          "entryTs": 1716471000,
          "entryUtc": "2024-05-23T13:30:00.000Z",
          "exitTs": 1716472020,
          "dir": 1,
          "entryPrice": 2362.985,
          "exitPrice": 2357.55,
          "stopDistance": 5.435,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 17
        },
        {
          "entryTs": 1716767580,
          "entryUtc": "2024-05-26T23:53:00.000Z",
          "exitTs": 1716778260,
          "dir": 1,
          "entryPrice": 2336.678,
          "exitPrice": 2344.522,
          "stopDistance": 3.922,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 178
        },
        {
          "entryTs": 1716815220,
          "entryUtc": "2024-05-27T13:07:00.000Z",
          "exitTs": 1716816960,
          "dir": 1,
          "entryPrice": 2344.975,
          "exitPrice": 2351.943,
          "stopDistance": 3.484,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 29
        },
        {
          "entryTs": 1716865260,
          "entryUtc": "2024-05-28T03:01:00.000Z",
          "exitTs": 1716875760,
          "dir": 1,
          "entryPrice": 2353.085,
          "exitPrice": 2349.749,
          "stopDistance": 3.336,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 175
        },
        {
          "entryTs": 1716903900,
          "entryUtc": "2024-05-28T13:45:00.000Z",
          "exitTs": 1716904920,
          "dir": 1,
          "entryPrice": 2355.065,
          "exitPrice": 2350.764,
          "stopDistance": 4.301,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 17
        },
        {
          "entryTs": 1716948600,
          "entryUtc": "2024-05-29T02:10:00.000Z",
          "exitTs": 1716960960,
          "dir": -1,
          "entryPrice": 2357.515,
          "exitPrice": 2360.88,
          "stopDistance": 3.365,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 206
        },
        {
          "entryTs": 1716987900,
          "entryUtc": "2024-05-29T13:05:00.000Z",
          "exitTs": 1716989460,
          "dir": -1,
          "entryPrice": 2341.685,
          "exitPrice": 2346.678,
          "stopDistance": 4.993,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 26
        },
        {
          "entryTs": 1716990480,
          "entryUtc": "2024-05-29T13:48:00.000Z",
          "exitTs": 1717036860,
          "dir": -1,
          "entryPrice": 2342.198,
          "exitPrice": 2330.052,
          "stopDistance": 6.073,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 773
        },
        {
          "entryTs": 1717118460,
          "entryUtc": "2024-05-31T01:21:00.000Z",
          "exitTs": 1717124640,
          "dir": -1,
          "entryPrice": 2345.015,
          "exitPrice": 2338.785,
          "stopDistance": 3.115,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 103
        },
        {
          "entryTs": 1717163700,
          "entryUtc": "2024-05-31T13:55:00.000Z",
          "exitTs": 1717164720,
          "dir": 1,
          "entryPrice": 2343.855,
          "exitPrice": 2340.08,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 17
        },
        {
          "entryTs": 1717397880,
          "entryUtc": "2024-06-03T06:58:00.000Z",
          "exitTs": 1717399020,
          "dir": -1,
          "entryPrice": 2322.445,
          "exitPrice": 2326.438,
          "stopDistance": 3.993,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 19
        },
        {
          "entryTs": 1717417440,
          "entryUtc": "2024-06-03T12:24:00.000Z",
          "exitTs": 1717419060,
          "dir": -1,
          "entryPrice": 2329.825,
          "exitPrice": 2334.118,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 27
        },
        {
          "entryTs": 1717422660,
          "entryUtc": "2024-06-03T13:51:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2329.868,
          "exitPrice": 2339.262,
          "stopDistance": 4.697,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 9
        },
        {
          "entryTs": 1717482420,
          "entryUtc": "2024-06-04T06:27:00.000Z",
          "exitTs": 1717483980,
          "dir": 1,
          "entryPrice": 2348.595,
          "exitPrice": 2345.471,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 26
        },
        {
          "entryTs": 1717596000,
          "entryUtc": "2024-06-05T14:00:00.000Z",
          "exitTs": 1717596360,
          "dir": 1,
          "entryPrice": 2342.325,
          "exitPrice": 2336.987,
          "stopDistance": 5.338,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 6
        },
        {
          "entryTs": 1717597200,
          "entryUtc": "2024-06-05T14:20:00.000Z",
          "exitTs": 1717597920,
          "dir": -1,
          "entryPrice": 2341.465,
          "exitPrice": 2347.444,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 12
        },
        {
          "entryTs": 1717644420,
          "entryUtc": "2024-06-06T03:27:00.000Z",
          "exitTs": 1717655280,
          "dir": 1,
          "entryPrice": 2368.905,
          "exitPrice": 2364.282,
          "stopDistance": 4.623,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 181
        },
        {
          "entryTs": 1717677300,
          "entryUtc": "2024-06-06T12:35:00.000Z",
          "exitTs": 1717678260,
          "dir": 1,
          "entryPrice": 2359.665,
          "exitPrice": 2355.994,
          "stopDistance": 3.671,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 16
        },
        {
          "entryTs": 1717728720,
          "entryUtc": "2024-06-07T02:52:00.000Z",
          "exitTs": 1717732140,
          "dir": -1,
          "entryPrice": 2377.335,
          "exitPrice": 2380.761,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 57
        },
        {
          "entryTs": 1718158080,
          "entryUtc": "2024-06-12T02:08:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2311.868,
          "exitPrice": 2317.975,
          "stopDistance": 3.054,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 622
        },
        {
          "entryTs": 1718246940,
          "entryUtc": "2024-06-13T02:49:00.000Z",
          "exitTs": 1718274420,
          "dir": -1,
          "entryPrice": 2314.375,
          "exitPrice": 2319.593,
          "stopDistance": 5.218,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 458
        },
        {
          "entryTs": 1718329860,
          "entryUtc": "2024-06-14T01:51:00.000Z",
          "exitTs": 1718334780,
          "dir": -1,
          "entryPrice": 2304.745,
          "exitPrice": 2307.696,
          "stopDistance": 2.951,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 82
        },
        {
          "entryTs": 1718596440,
          "entryUtc": "2024-06-17T03:54:00.000Z",
          "exitTs": 1718604300,
          "dir": -1,
          "entryPrice": 2324.145,
          "exitPrice": 2317.03,
          "stopDistance": 3.558,
          "outcome": "target",
          "netR": 1.896,
          "holdMinutes": 131
        },
        {
          "entryTs": 1718610660,
          "entryUtc": "2024-06-17T07:51:00.000Z",
          "exitTs": 1718614380,
          "dir": -1,
          "entryPrice": 2318.215,
          "exitPrice": 2321.936,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 62
        },
        {
          "entryTs": 1718624760,
          "entryUtc": "2024-06-17T11:46:00.000Z",
          "exitTs": 1718629860,
          "dir": -1,
          "entryPrice": 2320.225,
          "exitPrice": 2323.724,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 85
        },
        {
          "entryTs": 1718631840,
          "entryUtc": "2024-06-17T13:44:00.000Z",
          "exitTs": 1718638380,
          "dir": 1,
          "entryPrice": 2319.565,
          "exitPrice": 2315.47,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 109
        },
        {
          "entryTs": 1718675100,
          "entryUtc": "2024-06-18T01:45:00.000Z",
          "exitTs": 1718694240,
          "dir": 1,
          "entryPrice": 2321.645,
          "exitPrice": 2318.482,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 319
        },
        {
          "entryTs": 1718710140,
          "entryUtc": "2024-06-18T11:29:00.000Z",
          "exitTs": 1718712960,
          "dir": -1,
          "entryPrice": 2310.995,
          "exitPrice": 2314.249,
          "stopDistance": 3.254,
          "outcome": "stop",
          "netR": -1.1291,
          "holdMinutes": 47
        },
        {
          "entryTs": 1718715420,
          "entryUtc": "2024-06-18T12:57:00.000Z",
          "exitTs": 1718718600,
          "dir": 1,
          "entryPrice": 2313.135,
          "exitPrice": 2322.189,
          "stopDistance": 4.527,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 53
        },
        {
          "entryTs": 1718760540,
          "entryUtc": "2024-06-19T01:29:00.000Z",
          "exitTs": 1718766300,
          "dir": -1,
          "entryPrice": 2328.635,
          "exitPrice": 2331.36,
          "stopDistance": 2.725,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 96
        },
        {
          "entryTs": 1718778540,
          "entryUtc": "2024-06-19T06:29:00.000Z",
          "exitTs": 1718784000,
          "dir": 1,
          "entryPrice": 2328.435,
          "exitPrice": 2332.704,
          "stopDistance": 2.134,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 91
        },
        {
          "entryTs": 1718850840,
          "entryUtc": "2024-06-20T02:34:00.000Z",
          "exitTs": 1718859480,
          "dir": 1,
          "entryPrice": 2333.815,
          "exitPrice": 2340.288,
          "stopDistance": 3.236,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 144
        },
        {
          "entryTs": 1718985180,
          "entryUtc": "2024-06-21T15:53:00.000Z",
          "exitTs": 1719180000,
          "dir": -1,
          "entryPrice": 2329.838,
          "exitPrice": 2318.385,
          "stopDistance": 7.602,
          "outcome": "time",
          "netR": 1.4578,
          "holdMinutes": 3247
        },
        {
          "entryTs": 1719181020,
          "entryUtc": "2024-06-23T22:17:00.000Z",
          "exitTs": 1719193560,
          "dir": -1,
          "entryPrice": 2321.215,
          "exitPrice": 2325.672,
          "stopDistance": 4.457,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 209
        },
        {
          "entryTs": 1719195060,
          "entryUtc": "2024-06-24T02:11:00.000Z",
          "exitTs": 1719214320,
          "dir": 1,
          "entryPrice": 2320.998,
          "exitPrice": 2328.173,
          "stopDistance": 3.587,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 321
        },
        {
          "entryTs": 1719220980,
          "entryUtc": "2024-06-24T09:23:00.000Z",
          "exitTs": 1719221580,
          "dir": -1,
          "entryPrice": 2330.405,
          "exitPrice": 2322.711,
          "stopDistance": 3.847,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 10
        },
        {
          "entryTs": 1719238140,
          "entryUtc": "2024-06-24T14:09:00.000Z",
          "exitTs": 1719310080,
          "dir": -1,
          "entryPrice": 2330.535,
          "exitPrice": 2334.974,
          "stopDistance": 4.439,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 1199
        },
        {
          "entryTs": 1719324180,
          "entryUtc": "2024-06-25T14:03:00.000Z",
          "exitTs": 1719329460,
          "dir": 1,
          "entryPrice": 2324.095,
          "exitPrice": 2319.263,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 88
        },
        {
          "entryTs": 1719365340,
          "entryUtc": "2024-06-26T01:29:00.000Z",
          "exitTs": 1719365880,
          "dir": 1,
          "entryPrice": 2319.005,
          "exitPrice": 2315.754,
          "stopDistance": 3.251,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 9
        },
        {
          "entryTs": 1719390840,
          "entryUtc": "2024-06-26T08:34:00.000Z",
          "exitTs": 1719397080,
          "dir": 1,
          "entryPrice": 2315.985,
          "exitPrice": 2311.688,
          "stopDistance": 4.297,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 104
        },
        {
          "entryTs": 1719407340,
          "entryUtc": "2024-06-26T13:09:00.000Z",
          "exitTs": 1719407460,
          "dir": 1,
          "entryPrice": 2307.625,
          "exitPrice": 2302.869,
          "stopDistance": 4.756,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 2
        },
        {
          "entryTs": 1719454980,
          "entryUtc": "2024-06-27T02:23:00.000Z",
          "exitTs": 1719469740,
          "dir": -1,
          "entryPrice": 2299.085,
          "exitPrice": 2301.642,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 246
        },
        {
          "entryTs": 1719557160,
          "entryUtc": "2024-06-28T06:46:00.000Z",
          "exitTs": 1719563040,
          "dir": -1,
          "entryPrice": 2326.678,
          "exitPrice": 2329.556,
          "stopDistance": 2.878,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 98
        },
        {
          "entryTs": 1719580860,
          "entryUtc": "2024-06-28T13:21:00.000Z",
          "exitTs": 1719581460,
          "dir": 1,
          "entryPrice": 2334.055,
          "exitPrice": 2330.202,
          "stopDistance": 3.853,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 10
        },
        {
          "entryTs": 1719785880,
          "entryUtc": "2024-06-30T22:18:00.000Z",
          "exitTs": 1719815760,
          "dir": -1,
          "entryPrice": 2325.195,
          "exitPrice": 2328.795,
          "stopDistance": 3.6,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 498
        },
        {
          "entryTs": 1719842340,
          "entryUtc": "2024-07-01T13:59:00.000Z",
          "exitTs": 1719843720,
          "dir": 1,
          "entryPrice": 2327.975,
          "exitPrice": 2323.338,
          "stopDistance": 4.637,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 23
        },
        {
          "entryTs": 1719846720,
          "entryUtc": "2024-07-01T15:12:00.000Z",
          "exitTs": 1719878400,
          "dir": -1,
          "entryPrice": 2327.055,
          "exitPrice": 2333.288,
          "stopDistance": 6.233,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 528
        },
        {
          "entryTs": 1719907020,
          "entryUtc": "2024-07-02T07:57:00.000Z",
          "exitTs": 1719914400,
          "dir": -1,
          "entryPrice": 2329.665,
          "exitPrice": 2323.84,
          "stopDistance": 2.912,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 123
        },
        {
          "entryTs": 1720025280,
          "entryUtc": "2024-07-03T16:48:00.000Z",
          "exitTs": 1720074720,
          "dir": 1,
          "entryPrice": 2357.375,
          "exitPrice": 2351.219,
          "stopDistance": 6.156,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 824
        },
        {
          "entryTs": 1720105680,
          "entryUtc": "2024-07-04T15:08:00.000Z",
          "exitTs": 1720132140,
          "dir": -1,
          "entryPrice": 2360.238,
          "exitPrice": 2354.72,
          "stopDistance": 2.759,
          "outcome": "target",
          "netR": 1.8659,
          "holdMinutes": 441
        },
        {
          "entryTs": 1720144500,
          "entryUtc": "2024-07-05T01:55:00.000Z",
          "exitTs": 1720146300,
          "dir": -1,
          "entryPrice": 2358.745,
          "exitPrice": 2360.99,
          "stopDistance": 2.245,
          "outcome": "stop",
          "netR": -1.1871,
          "holdMinutes": 30
        },
        {
          "entryTs": 1720171860,
          "entryUtc": "2024-07-05T09:31:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2364.285,
          "exitPrice": 2361.354,
          "stopDistance": 2.931,
          "outcome": "stop",
          "netR": -1.1433,
          "holdMinutes": 179
        },
        {
          "entryTs": 1720185600,
          "entryUtc": "2024-07-05T13:20:00.000Z",
          "exitTs": 1720193580,
          "dir": 1,
          "entryPrice": 2372.845,
          "exitPrice": 2386.622,
          "stopDistance": 6.889,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 133
        },
        {
          "entryTs": 1720401900,
          "entryUtc": "2024-07-08T01:25:00.000Z",
          "exitTs": 1720406580,
          "dir": 1,
          "entryPrice": 2387.605,
          "exitPrice": 2383.919,
          "stopDistance": 3.686,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 78
        },
        {
          "entryTs": 1720415820,
          "entryUtc": "2024-07-08T05:17:00.000Z",
          "exitTs": 1720421460,
          "dir": -1,
          "entryPrice": 2385.535,
          "exitPrice": 2378.034,
          "stopDistance": 3.75,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 94
        },
        {
          "entryTs": 1720490520,
          "entryUtc": "2024-07-09T02:02:00.000Z",
          "exitTs": 1720497660,
          "dir": 1,
          "entryPrice": 2362.235,
          "exitPrice": 2367.842,
          "stopDistance": 2.803,
          "outcome": "target",
          "netR": 1.868,
          "holdMinutes": 119
        },
        {
          "entryTs": 1720530000,
          "entryUtc": "2024-07-09T13:00:00.000Z",
          "exitTs": 1720530360,
          "dir": -1,
          "entryPrice": 2360.498,
          "exitPrice": 2364.084,
          "stopDistance": 3.586,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 6
        },
        {
          "entryTs": 1720535640,
          "entryUtc": "2024-07-09T14:34:00.000Z",
          "exitTs": 1720537200,
          "dir": -1,
          "entryPrice": 2364.838,
          "exitPrice": 2353.611,
          "stopDistance": 5.614,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 26
        },
        {
          "entryTs": 1720616160,
          "entryUtc": "2024-07-10T12:56:00.000Z",
          "exitTs": 1720619580,
          "dir": 1,
          "entryPrice": 2378.235,
          "exitPrice": 2384.149,
          "stopDistance": 2.957,
          "outcome": "target",
          "netR": 1.8749,
          "holdMinutes": 57
        },
        {
          "entryTs": 1720680960,
          "entryUtc": "2024-07-11T06:56:00.000Z",
          "exitTs": 1720689180,
          "dir": -1,
          "entryPrice": 2381.845,
          "exitPrice": 2384.144,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 137
        },
        {
          "entryTs": 1720701000,
          "entryUtc": "2024-07-11T12:30:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2380.695,
          "exitPrice": 2384.098,
          "stopDistance": 3.403,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 0
        },
        {
          "entryTs": 1720706220,
          "entryUtc": "2024-07-11T13:57:00.000Z",
          "exitTs": 1720709400,
          "dir": -1,
          "entryPrice": 2405.408,
          "exitPrice": 2413.515,
          "stopDistance": 8.107,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 53
        },
        {
          "entryTs": 1720743360,
          "entryUtc": "2024-07-12T00:16:00.000Z",
          "exitTs": 1720765860,
          "dir": -1,
          "entryPrice": 2412.424,
          "exitPrice": 2403.599,
          "stopDistance": 4.412,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 375
        },
        {
          "entryTs": 1720778940,
          "entryUtc": "2024-07-12T10:09:00.000Z",
          "exitTs": 1720782060,
          "dir": 1,
          "entryPrice": 2402.805,
          "exitPrice": 2399.06,
          "stopDistance": 3.745,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720786080,
          "entryUtc": "2024-07-12T12:08:00.000Z",
          "exitTs": 1720787400,
          "dir": -1,
          "entryPrice": 2403.725,
          "exitPrice": 2396.052,
          "stopDistance": 3.837,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 22
        },
        {
          "entryTs": 1720789740,
          "entryUtc": "2024-07-12T13:09:00.000Z",
          "exitTs": 1720793100,
          "dir": -1,
          "entryPrice": 2402.925,
          "exitPrice": 2407.542,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 56
        },
        {
          "entryTs": 1721006220,
          "entryUtc": "2024-07-15T01:17:00.000Z",
          "exitTs": 1721008380,
          "dir": -1,
          "entryPrice": 2406.185,
          "exitPrice": 2409.411,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 36
        },
        {
          "entryTs": 1721021820,
          "entryUtc": "2024-07-15T05:37:00.000Z",
          "exitTs": 1721022600,
          "dir": 1,
          "entryPrice": 2411.375,
          "exitPrice": 2408.71,
          "stopDistance": 2.665,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 13
        },
        {
          "entryTs": 1721051820,
          "entryUtc": "2024-07-15T13:57:00.000Z",
          "exitTs": 1721052540,
          "dir": -1,
          "entryPrice": 2418.155,
          "exitPrice": 2422.224,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 12
        },
        {
          "entryTs": 1721137080,
          "entryUtc": "2024-07-16T13:38:00.000Z",
          "exitTs": 1721137320,
          "dir": -1,
          "entryPrice": 2440.905,
          "exitPrice": 2446.004,
          "stopDistance": 5.098,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 4
        },
        {
          "entryTs": 1721188920,
          "entryUtc": "2024-07-17T04:02:00.000Z",
          "exitTs": 1721196060,
          "dir": 1,
          "entryPrice": 2470.848,
          "exitPrice": 2464.44,
          "stopDistance": 6.408,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 119
        },
        {
          "entryTs": 1721218800,
          "entryUtc": "2024-07-17T12:20:00.000Z",
          "exitTs": 1721223420,
          "dir": -1,
          "entryPrice": 2473.775,
          "exitPrice": 2479.529,
          "stopDistance": 5.754,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 77
        },
        {
          "entryTs": 1721223900,
          "entryUtc": "2024-07-17T13:45:00.000Z",
          "exitTs": 1721225460,
          "dir": 1,
          "entryPrice": 2475.668,
          "exitPrice": 2469.488,
          "stopDistance": 6.18,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 26
        },
        {
          "entryTs": 1721266800,
          "entryUtc": "2024-07-18T01:40:00.000Z",
          "exitTs": 1721271720,
          "dir": 1,
          "entryPrice": 2459.315,
          "exitPrice": 2467.013,
          "stopDistance": 3.849,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 82
        },
        {
          "entryTs": 1721280900,
          "entryUtc": "2024-07-18T05:35:00.000Z",
          "exitTs": 1721297220,
          "dir": 1,
          "entryPrice": 2467.408,
          "exitPrice": 2463.583,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 272
        },
        {
          "entryTs": 1721308920,
          "entryUtc": "2024-07-18T13:22:00.000Z",
          "exitTs": 1721314320,
          "dir": -1,
          "entryPrice": 2463.585,
          "exitPrice": 2467.956,
          "stopDistance": 4.371,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 90
        },
        {
          "entryTs": 1721317560,
          "entryUtc": "2024-07-18T15:46:00.000Z",
          "exitTs": 1721318580,
          "dir": 1,
          "entryPrice": 2463.155,
          "exitPrice": 2457.571,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 17
        },
        {
          "entryTs": 1721396400,
          "entryUtc": "2024-07-19T13:40:00.000Z",
          "exitTs": 1721599200,
          "dir": -1,
          "entryPrice": 2403.075,
          "exitPrice": 2403.675,
          "stopDistance": 5.959,
          "outcome": "time",
          "netR": -0.1628,
          "holdMinutes": 3380
        },
        {
          "entryTs": 1721652420,
          "entryUtc": "2024-07-22T12:47:00.000Z",
          "exitTs": 1721658720,
          "dir": -1,
          "entryPrice": 2394.715,
          "exitPrice": 2384.091,
          "stopDistance": 5.312,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 105
        },
        {
          "entryTs": 1721666220,
          "entryUtc": "2024-07-22T16:37:00.000Z",
          "exitTs": 1721677800,
          "dir": -1,
          "entryPrice": 2392.588,
          "exitPrice": 2398.85,
          "stopDistance": 6.262,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 193
        },
        {
          "entryTs": 1721717820,
          "entryUtc": "2024-07-23T06:57:00.000Z",
          "exitTs": 1721720880,
          "dir": 1,
          "entryPrice": 2389.915,
          "exitPrice": 2397.708,
          "stopDistance": 3.897,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721783820,
          "entryUtc": "2024-07-24T01:17:00.000Z",
          "exitTs": 1721784420,
          "dir": 1,
          "entryPrice": 2409.645,
          "exitPrice": 2406.883,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 10
        },
        {
          "entryTs": 1721785020,
          "entryUtc": "2024-07-24T01:37:00.000Z",
          "exitTs": 1721787300,
          "dir": -1,
          "entryPrice": 2408.164,
          "exitPrice": 2411.409,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 38
        },
        {
          "entryTs": 1721816700,
          "entryUtc": "2024-07-24T10:25:00.000Z",
          "exitTs": 1721824380,
          "dir": -1,
          "entryPrice": 2415.944,
          "exitPrice": 2419.767,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 128
        },
        {
          "entryTs": 1721826900,
          "entryUtc": "2024-07-24T13:15:00.000Z",
          "exitTs": 1721828940,
          "dir": 1,
          "entryPrice": 2417.438,
          "exitPrice": 2426.215,
          "stopDistance": 4.389,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 34
        },
        {
          "entryTs": 1721880960,
          "entryUtc": "2024-07-25T04:16:00.000Z",
          "exitTs": 1721916900,
          "dir": -1,
          "entryPrice": 2375.705,
          "exitPrice": 2359.789,
          "stopDistance": 7.958,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 599
        },
        {
          "entryTs": 1721935740,
          "entryUtc": "2024-07-25T19:29:00.000Z",
          "exitTs": 1721958480,
          "dir": -1,
          "entryPrice": 2362.508,
          "exitPrice": 2370.615,
          "stopDistance": 8.107,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 379
        },
        {
          "entryTs": 1721999400,
          "entryUtc": "2024-07-26T13:10:00.000Z",
          "exitTs": 1722002520,
          "dir": 1,
          "entryPrice": 2374.645,
          "exitPrice": 2383.983,
          "stopDistance": 4.669,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 52
        },
        {
          "entryTs": 1722005520,
          "entryUtc": "2024-07-26T14:52:00.000Z",
          "exitTs": 1722204000,
          "dir": 1,
          "entryPrice": 2381.725,
          "exitPrice": 2388.335,
          "stopDistance": 6.192,
          "outcome": "time",
          "netR": 1.0078,
          "holdMinutes": 3308
        },
        {
          "entryTs": 1722318540,
          "entryUtc": "2024-07-30T05:49:00.000Z",
          "exitTs": 1722345420,
          "dir": 1,
          "entryPrice": 2387.135,
          "exitPrice": 2393.856,
          "stopDistance": 3.36,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 448
        },
        {
          "entryTs": 1722349440,
          "entryUtc": "2024-07-30T14:24:00.000Z",
          "exitTs": 1722353280,
          "dir": -1,
          "entryPrice": 2393.265,
          "exitPrice": 2384.147,
          "stopDistance": 4.559,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 64
        },
        {
          "entryTs": 1722443100,
          "entryUtc": "2024-07-31T16:25:00.000Z",
          "exitTs": 1722451320,
          "dir": -1,
          "entryPrice": 2426.075,
          "exitPrice": 2431.365,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 137
        },
        {
          "entryTs": 1722479700,
          "entryUtc": "2024-08-01T02:35:00.000Z",
          "exitTs": 1722480300,
          "dir": 1,
          "entryPrice": 2447.675,
          "exitPrice": 2443.155,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 10
        },
        {
          "entryTs": 1722604500,
          "entryUtc": "2024-08-02T13:15:00.000Z",
          "exitTs": 1722605700,
          "dir": 1,
          "entryPrice": 2457.408,
          "exitPrice": 2470.766,
          "stopDistance": 6.679,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 20
        },
        {
          "entryTs": 1722819720,
          "entryUtc": "2024-08-05T01:02:00.000Z",
          "exitTs": 1722820740,
          "dir": -1,
          "entryPrice": 2425.495,
          "exitPrice": 2435.527,
          "stopDistance": 10.032,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 17
        },
        {
          "entryTs": 1722822120,
          "entryUtc": "2024-08-05T01:42:00.000Z",
          "exitTs": 1722829740,
          "dir": -1,
          "entryPrice": 2440.815,
          "exitPrice": 2448.589,
          "stopDistance": 7.774,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 127
        },
        {
          "entryTs": 1722993480,
          "entryUtc": "2024-08-07T01:18:00.000Z",
          "exitTs": 1723004880,
          "dir": 1,
          "entryPrice": 2383.705,
          "exitPrice": 2393.398,
          "stopDistance": 4.846,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 190
        },
        {
          "entryTs": 1723038660,
          "entryUtc": "2024-08-07T13:51:00.000Z",
          "exitTs": 1723045500,
          "dir": 1,
          "entryPrice": 2397.345,
          "exitPrice": 2392.378,
          "stopDistance": 4.967,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 114
        },
        {
          "entryTs": 1723080840,
          "entryUtc": "2024-08-08T01:34:00.000Z",
          "exitTs": 1723089300,
          "dir": 1,
          "entryPrice": 2386.245,
          "exitPrice": 2394.512,
          "stopDistance": 4.134,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 141
        },
        {
          "entryTs": 1723102260,
          "entryUtc": "2024-08-08T07:31:00.000Z",
          "exitTs": 1723113840,
          "dir": 1,
          "entryPrice": 2395.115,
          "exitPrice": 2404.31,
          "stopDistance": 4.597,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 193
        },
        {
          "entryTs": 1723123920,
          "entryUtc": "2024-08-08T13:32:00.000Z",
          "exitTs": 1723126260,
          "dir": 1,
          "entryPrice": 2407.925,
          "exitPrice": 2420.339,
          "stopDistance": 6.207,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 39
        },
        {
          "entryTs": 1723128780,
          "entryUtc": "2024-08-08T14:53:00.000Z",
          "exitTs": 1723200480,
          "dir": 1,
          "entryPrice": 2415.228,
          "exitPrice": 2430.272,
          "stopDistance": 7.522,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1723212600,
          "entryUtc": "2024-08-09T14:10:00.000Z",
          "exitTs": 1723213800,
          "dir": -1,
          "entryPrice": 2429.164,
          "exitPrice": 2434.272,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723415760,
          "entryUtc": "2024-08-11T22:36:00.000Z",
          "exitTs": 1723426740,
          "dir": 1,
          "entryPrice": 2430.298,
          "exitPrice": 2426.369,
          "stopDistance": 3.929,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 183
        },
        {
          "entryTs": 1723434780,
          "entryUtc": "2024-08-12T03:53:00.000Z",
          "exitTs": 1723438200,
          "dir": -1,
          "entryPrice": 2428.658,
          "exitPrice": 2432.22,
          "stopDistance": 3.562,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 57
        },
        {
          "entryTs": 1723473600,
          "entryUtc": "2024-08-12T14:40:00.000Z",
          "exitTs": 1723475400,
          "dir": -1,
          "entryPrice": 2451.875,
          "exitPrice": 2456.747,
          "stopDistance": 4.872,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 30
        },
        {
          "entryTs": 1723553580,
          "entryUtc": "2024-08-13T12:53:00.000Z",
          "exitTs": 1723555260,
          "dir": 1,
          "entryPrice": 2465.855,
          "exitPrice": 2461.637,
          "stopDistance": 4.218,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 28
        },
        {
          "entryTs": 1723559040,
          "entryUtc": "2024-08-13T14:24:00.000Z",
          "exitTs": 1723577400,
          "dir": 1,
          "entryPrice": 2469.255,
          "exitPrice": 2463.316,
          "stopDistance": 5.939,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 306
        },
        {
          "entryTs": 1723600140,
          "entryUtc": "2024-08-14T01:49:00.000Z",
          "exitTs": 1723600980,
          "dir": 1,
          "entryPrice": 2465.855,
          "exitPrice": 2462.842,
          "stopDistance": 3.013,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 14
        },
        {
          "entryTs": 1723729620,
          "entryUtc": "2024-08-15T13:47:00.000Z",
          "exitTs": 1723733160,
          "dir": 1,
          "entryPrice": 2441.075,
          "exitPrice": 2457.263,
          "stopDistance": 8.094,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 59
        },
        {
          "entryTs": 1723808160,
          "entryUtc": "2024-08-16T11:36:00.000Z",
          "exitTs": 1723809780,
          "dir": 1,
          "entryPrice": 2465.418,
          "exitPrice": 2473.376,
          "stopDistance": 3.979,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 27
        },
        {
          "entryTs": 1723824300,
          "entryUtc": "2024-08-16T16:05:00.000Z",
          "exitTs": 1723833420,
          "dir": -1,
          "entryPrice": 2493.905,
          "exitPrice": 2502.151,
          "stopDistance": 8.246,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 152
        },
        {
          "entryTs": 1724031540,
          "entryUtc": "2024-08-19T01:39:00.000Z",
          "exitTs": 1724056020,
          "dir": -1,
          "entryPrice": 2501.364,
          "exitPrice": 2506.585,
          "stopDistance": 5.221,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 408
        },
        {
          "entryTs": 1724212200,
          "entryUtc": "2024-08-21T03:50:00.000Z",
          "exitTs": 1724226240,
          "dir": -1,
          "entryPrice": 2517.575,
          "exitPrice": 2509.42,
          "stopDistance": 4.078,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 234
        },
        {
          "entryTs": 1724309220,
          "entryUtc": "2024-08-22T06:47:00.000Z",
          "exitTs": 1724326680,
          "dir": -1,
          "entryPrice": 2507.095,
          "exitPrice": 2498.209,
          "stopDistance": 4.443,
          "outcome": "target",
          "netR": 1.9167,
          "holdMinutes": 291
        },
        {
          "entryTs": 1724394540,
          "entryUtc": "2024-08-23T06:29:00.000Z",
          "exitTs": 1724401560,
          "dir": -1,
          "entryPrice": 2494.355,
          "exitPrice": 2497.403,
          "stopDistance": 3.048,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 117
        },
        {
          "entryTs": 1724428200,
          "entryUtc": "2024-08-23T15:50:00.000Z",
          "exitTs": 1724431440,
          "dir": 1,
          "entryPrice": 2510.605,
          "exitPrice": 2502.26,
          "stopDistance": 8.345,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 54
        },
        {
          "entryTs": 1724431680,
          "entryUtc": "2024-08-23T16:48:00.000Z",
          "exitTs": 1724623200,
          "dir": -1,
          "entryPrice": 2506.718,
          "exitPrice": 2511.855,
          "stopDistance": 8.197,
          "outcome": "time",
          "netR": -0.6719,
          "holdMinutes": 3192
        },
        {
          "entryTs": 1724636940,
          "entryUtc": "2024-08-26T01:49:00.000Z",
          "exitTs": 1724656800,
          "dir": -1,
          "entryPrice": 2513.445,
          "exitPrice": 2517.641,
          "stopDistance": 4.196,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 331
        },
        {
          "entryTs": 1724742000,
          "entryUtc": "2024-08-27T07:00:00.000Z",
          "exitTs": 1724744160,
          "dir": -1,
          "entryPrice": 2515.585,
          "exitPrice": 2508.032,
          "stopDistance": 3.777,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 36
        },
        {
          "entryTs": 1724764560,
          "entryUtc": "2024-08-27T13:16:00.000Z",
          "exitTs": 1724765760,
          "dir": -1,
          "entryPrice": 2508.495,
          "exitPrice": 2512.982,
          "stopDistance": 4.487,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 20
        },
        {
          "entryTs": 1724801580,
          "entryUtc": "2024-08-27T23:33:00.000Z",
          "exitTs": 1724806980,
          "dir": 1,
          "entryPrice": 2525.648,
          "exitPrice": 2522.599,
          "stopDistance": 3.048,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 90
        },
        {
          "entryTs": 1724813220,
          "entryUtc": "2024-08-28T02:47:00.000Z",
          "exitTs": 1724819280,
          "dir": 1,
          "entryPrice": 2516.335,
          "exitPrice": 2512.971,
          "stopDistance": 3.364,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 101
        },
        {
          "entryTs": 1724918400,
          "entryUtc": "2024-08-29T08:00:00.000Z",
          "exitTs": 1724925060,
          "dir": -1,
          "entryPrice": 2519.065,
          "exitPrice": 2522.581,
          "stopDistance": 3.516,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 111
        },
        {
          "entryTs": 1724982180,
          "entryUtc": "2024-08-30T01:43:00.000Z",
          "exitTs": 1724982840,
          "dir": 1,
          "entryPrice": 2517.655,
          "exitPrice": 2514.714,
          "stopDistance": 2.941,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 11
        },
        {
          "entryTs": 1725013440,
          "entryUtc": "2024-08-30T10:24:00.000Z",
          "exitTs": 1725015540,
          "dir": 1,
          "entryPrice": 2519.628,
          "exitPrice": 2515.518,
          "stopDistance": 4.11,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 35
        },
        {
          "entryTs": 1725021840,
          "entryUtc": "2024-08-30T12:44:00.000Z",
          "exitTs": 1725023700,
          "dir": 1,
          "entryPrice": 2517.665,
          "exitPrice": 2513.246,
          "stopDistance": 4.419,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 31
        },
        {
          "entryTs": 1725023820,
          "entryUtc": "2024-08-30T13:17:00.000Z",
          "exitTs": 1725028620,
          "dir": -1,
          "entryPrice": 2516.904,
          "exitPrice": 2506.336,
          "stopDistance": 5.284,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 80
        },
        {
          "entryTs": 1725239040,
          "entryUtc": "2024-09-02T01:04:00.000Z",
          "exitTs": 1725242700,
          "dir": -1,
          "entryPrice": 2502.705,
          "exitPrice": 2495.853,
          "stopDistance": 3.426,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 61
        },
        {
          "entryTs": 1725249720,
          "entryUtc": "2024-09-02T04:02:00.000Z",
          "exitTs": 1725266280,
          "dir": -1,
          "entryPrice": 2497.535,
          "exitPrice": 2502.005,
          "stopDistance": 4.47,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 276
        },
        {
          "entryTs": 1725269400,
          "entryUtc": "2024-09-02T09:30:00.000Z",
          "exitTs": 1725322200,
          "dir": 1,
          "entryPrice": 2500.755,
          "exitPrice": 2496.138,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 880
        },
        {
          "entryTs": 1725358560,
          "entryUtc": "2024-09-03T10:16:00.000Z",
          "exitTs": 1725359760,
          "dir": 1,
          "entryPrice": 2497.705,
          "exitPrice": 2494.25,
          "stopDistance": 3.455,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 20
        },
        {
          "entryTs": 1725365580,
          "entryUtc": "2024-09-03T12:13:00.000Z",
          "exitTs": 1725365580,
          "dir": -1,
          "entryPrice": 2497.215,
          "exitPrice": 2501.478,
          "stopDistance": 4.263,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 0
        },
        {
          "entryTs": 1725366780,
          "entryUtc": "2024-09-03T12:33:00.000Z",
          "exitTs": 1725370620,
          "dir": 1,
          "entryPrice": 2492.075,
          "exitPrice": 2485.931,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 64
        },
        {
          "entryTs": 1725435000,
          "entryUtc": "2024-09-04T07:30:00.000Z",
          "exitTs": 1725439500,
          "dir": -1,
          "entryPrice": 2484.145,
          "exitPrice": 2476.494,
          "stopDistance": 3.826,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 75
        },
        {
          "entryTs": 1725443340,
          "entryUtc": "2024-09-04T09:49:00.000Z",
          "exitTs": 1725445320,
          "dir": -1,
          "entryPrice": 2480.255,
          "exitPrice": 2484.431,
          "stopDistance": 4.176,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 33
        },
        {
          "entryTs": 1725508620,
          "entryUtc": "2024-09-05T03:57:00.000Z",
          "exitTs": 1725515460,
          "dir": 1,
          "entryPrice": 2495.164,
          "exitPrice": 2500.391,
          "stopDistance": 2.613,
          "outcome": "target",
          "netR": 1.8584,
          "holdMinutes": 114
        },
        {
          "entryTs": 1725541440,
          "entryUtc": "2024-09-05T13:04:00.000Z",
          "exitTs": 1725544920,
          "dir": 1,
          "entryPrice": 2515.085,
          "exitPrice": 2510.839,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 58
        },
        {
          "entryTs": 1725547200,
          "entryUtc": "2024-09-05T14:40:00.000Z",
          "exitTs": 1725548280,
          "dir": 1,
          "entryPrice": 2514.905,
          "exitPrice": 2508.785,
          "stopDistance": 6.12,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725558120,
          "entryUtc": "2024-09-05T17:42:00.000Z",
          "exitTs": 1725599280,
          "dir": -1,
          "entryPrice": 2513.635,
          "exitPrice": 2520.055,
          "stopDistance": 6.42,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 686
        },
        {
          "entryTs": 1725604200,
          "entryUtc": "2024-09-06T06:30:00.000Z",
          "exitTs": 1725604620,
          "dir": 1,
          "entryPrice": 2519.914,
          "exitPrice": 2517.512,
          "stopDistance": 2.402,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 7
        },
        {
          "entryTs": 1725625260,
          "entryUtc": "2024-09-06T12:21:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2515.955,
          "exitPrice": 2519.085,
          "stopDistance": 3.13,
          "outcome": "ambiguous",
          "netR": -1.1342,
          "holdMinutes": 9
        },
        {
          "entryTs": 1725634380,
          "entryUtc": "2024-09-06T14:53:00.000Z",
          "exitTs": 1725638640,
          "dir": 1,
          "entryPrice": 2508.175,
          "exitPrice": 2499.011,
          "stopDistance": 9.164,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 71
        },
        {
          "entryTs": 1725863520,
          "entryUtc": "2024-09-09T06:32:00.000Z",
          "exitTs": 1725863940,
          "dir": -1,
          "entryPrice": 2487.745,
          "exitPrice": 2491.444,
          "stopDistance": 3.699,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 7
        },
        {
          "entryTs": 1725865020,
          "entryUtc": "2024-09-09T06:57:00.000Z",
          "exitTs": 1725876480,
          "dir": 1,
          "entryPrice": 2489.265,
          "exitPrice": 2497.864,
          "stopDistance": 4.299,
          "outcome": "target",
          "netR": 1.9139,
          "holdMinutes": 191
        },
        {
          "entryTs": 1725896820,
          "entryUtc": "2024-09-09T15:47:00.000Z",
          "exitTs": 1725901080,
          "dir": -1,
          "entryPrice": 2498.465,
          "exitPrice": 2503.889,
          "stopDistance": 5.424,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 71
        },
        {
          "entryTs": 1725954060,
          "entryUtc": "2024-09-10T07:41:00.000Z",
          "exitTs": 1725955020,
          "dir": 1,
          "entryPrice": 2504.995,
          "exitPrice": 2502.165,
          "stopDistance": 2.83,
          "outcome": "stop",
          "netR": -1.1484,
          "holdMinutes": 16
        },
        {
          "entryTs": 1725961860,
          "entryUtc": "2024-09-10T09:51:00.000Z",
          "exitTs": 1725963360,
          "dir": -1,
          "entryPrice": 2505.064,
          "exitPrice": 2508.202,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 25
        },
        {
          "entryTs": 1725981900,
          "entryUtc": "2024-09-10T15:25:00.000Z",
          "exitTs": 1725982500,
          "dir": -1,
          "entryPrice": 2513.015,
          "exitPrice": 2517.183,
          "stopDistance": 4.168,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 10
        },
        {
          "entryTs": 1726018260,
          "entryUtc": "2024-09-11T01:31:00.000Z",
          "exitTs": 1726018680,
          "dir": -1,
          "entryPrice": 2518.288,
          "exitPrice": 2520.76,
          "stopDistance": 2.472,
          "outcome": "stop",
          "netR": -1.1699,
          "holdMinutes": 7
        },
        {
          "entryTs": 1726044120,
          "entryUtc": "2024-09-11T08:42:00.000Z",
          "exitTs": 1726057140,
          "dir": -1,
          "entryPrice": 2525.215,
          "exitPrice": 2518.061,
          "stopDistance": 3.577,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 217
        },
        {
          "entryTs": 1726064280,
          "entryUtc": "2024-09-11T14:18:00.000Z",
          "exitTs": 1726067640,
          "dir": -1,
          "entryPrice": 2506.905,
          "exitPrice": 2513.973,
          "stopDistance": 7.068,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 56
        },
        {
          "entryTs": 1726141260,
          "entryUtc": "2024-09-12T11:41:00.000Z",
          "exitTs": 1726143540,
          "dir": -1,
          "entryPrice": 2518.685,
          "exitPrice": 2521.622,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 38
        },
        {
          "entryTs": 1726209240,
          "entryUtc": "2024-09-13T06:34:00.000Z",
          "exitTs": 1726232220,
          "dir": 1,
          "entryPrice": 2566.418,
          "exitPrice": 2573.936,
          "stopDistance": 3.759,
          "outcome": "target",
          "netR": 1.9016,
          "holdMinutes": 383
        },
        {
          "entryTs": 1726456500,
          "entryUtc": "2024-09-16T03:15:00.000Z",
          "exitTs": 1726464360,
          "dir": -1,
          "entryPrice": 2584.395,
          "exitPrice": 2587.633,
          "stopDistance": 3.238,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 131
        },
        {
          "entryTs": 1726480800,
          "entryUtc": "2024-09-16T10:00:00.000Z",
          "exitTs": 1726483380,
          "dir": -1,
          "entryPrice": 2586.045,
          "exitPrice": 2578.493,
          "stopDistance": 3.776,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 43
        },
        {
          "entryTs": 1726495560,
          "entryUtc": "2024-09-16T14:06:00.000Z",
          "exitTs": 1726496400,
          "dir": 1,
          "entryPrice": 2583.278,
          "exitPrice": 2578.347,
          "stopDistance": 4.931,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 14
        },
        {
          "entryTs": 1726504980,
          "entryUtc": "2024-09-16T16:43:00.000Z",
          "exitTs": 1726566780,
          "dir": -1,
          "entryPrice": 2582.505,
          "exitPrice": 2571.666,
          "stopDistance": 5.419,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1726573260,
          "entryUtc": "2024-09-17T11:41:00.000Z",
          "exitTs": 1726576200,
          "dir": -1,
          "entryPrice": 2579.514,
          "exitPrice": 2571.862,
          "stopDistance": 3.826,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 49
        },
        {
          "entryTs": 1726582260,
          "entryUtc": "2024-09-17T14:11:00.000Z",
          "exitTs": 1726586760,
          "dir": -1,
          "entryPrice": 2579.775,
          "exitPrice": 2570.407,
          "stopDistance": 4.684,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 75
        },
        {
          "entryTs": 1726686060,
          "entryUtc": "2024-09-18T19:01:00.000Z",
          "exitTs": 1726686300,
          "dir": 1,
          "entryPrice": 2570.868,
          "exitPrice": 2563.961,
          "stopDistance": 6.907,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 4
        },
        {
          "entryTs": 1726837680,
          "entryUtc": "2024-09-20T13:08:00.000Z",
          "exitTs": 1726839120,
          "dir": 1,
          "entryPrice": 2611.954,
          "exitPrice": 2607.481,
          "stopDistance": 4.474,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 24
        },
        {
          "entryTs": 1727054280,
          "entryUtc": "2024-09-23T01:18:00.000Z",
          "exitTs": 1727058960,
          "dir": 1,
          "entryPrice": 2618.485,
          "exitPrice": 2624.893,
          "stopDistance": 3.204,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 78
        },
        {
          "entryTs": 1727156580,
          "entryUtc": "2024-09-24T05:43:00.000Z",
          "exitTs": 1727156760,
          "dir": 1,
          "entryPrice": 2633.965,
          "exitPrice": 2630.814,
          "stopDistance": 3.151,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 3
        },
        {
          "entryTs": 1727197680,
          "entryUtc": "2024-09-24T17:08:00.000Z",
          "exitTs": 1727231280,
          "dir": 1,
          "entryPrice": 2649.795,
          "exitPrice": 2664.336,
          "stopDistance": 7.271,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 560
        },
        {
          "entryTs": 1727233620,
          "entryUtc": "2024-09-25T03:07:00.000Z",
          "exitTs": 1727238000,
          "dir": 1,
          "entryPrice": 2664.615,
          "exitPrice": 2659.567,
          "stopDistance": 5.048,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 73
        },
        {
          "entryTs": 1727238120,
          "entryUtc": "2024-09-25T04:22:00.000Z",
          "exitTs": 1727244780,
          "dir": 1,
          "entryPrice": 2658.175,
          "exitPrice": 2653.968,
          "stopDistance": 4.207,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 111
        },
        {
          "entryTs": 1727271900,
          "entryUtc": "2024-09-25T13:45:00.000Z",
          "exitTs": 1727281200,
          "dir": -1,
          "entryPrice": 2663.095,
          "exitPrice": 2653.114,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 155
        },
        {
          "entryTs": 1727334900,
          "entryUtc": "2024-09-26T07:15:00.000Z",
          "exitTs": 1727336820,
          "dir": -1,
          "entryPrice": 2660.935,
          "exitPrice": 2664.433,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727352600,
          "entryUtc": "2024-09-26T12:10:00.000Z",
          "exitTs": 1727353860,
          "dir": 1,
          "entryPrice": 2678.185,
          "exitPrice": 2673.086,
          "stopDistance": 5.099,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 21
        },
        {
          "entryTs": 1727354760,
          "entryUtc": "2024-09-26T12:46:00.000Z",
          "exitTs": 1727356620,
          "dir": -1,
          "entryPrice": 2676.835,
          "exitPrice": 2663.291,
          "stopDistance": 6.772,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 31
        },
        {
          "entryTs": 1727404980,
          "entryUtc": "2024-09-27T02:43:00.000Z",
          "exitTs": 1727415180,
          "dir": -1,
          "entryPrice": 2670.414,
          "exitPrice": 2663.084,
          "stopDistance": 3.665,
          "outcome": "target",
          "netR": 1.899,
          "holdMinutes": 170
        },
        {
          "entryTs": 1727420400,
          "entryUtc": "2024-09-27T07:00:00.000Z",
          "exitTs": 1727428800,
          "dir": -1,
          "entryPrice": 2666.675,
          "exitPrice": 2658.867,
          "stopDistance": 3.904,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 140
        },
        {
          "entryTs": 1727451900,
          "entryUtc": "2024-09-27T15:45:00.000Z",
          "exitTs": 1727454900,
          "dir": -1,
          "entryPrice": 2647.975,
          "exitPrice": 2655.626,
          "stopDistance": 7.651,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 50
        },
        {
          "entryTs": 1727677920,
          "entryUtc": "2024-09-30T06:32:00.000Z",
          "exitTs": 1727682540,
          "dir": 1,
          "entryPrice": 2657.735,
          "exitPrice": 2653.526,
          "stopDistance": 4.209,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 77
        },
        {
          "entryTs": 1727701380,
          "entryUtc": "2024-09-30T13:03:00.000Z",
          "exitTs": 1727704080,
          "dir": -1,
          "entryPrice": 2641.485,
          "exitPrice": 2630.484,
          "stopDistance": 5.501,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 45
        },
        {
          "entryTs": 1727783340,
          "entryUtc": "2024-10-01T11:49:00.000Z",
          "exitTs": 1727784540,
          "dir": -1,
          "entryPrice": 2650.245,
          "exitPrice": 2653.559,
          "stopDistance": 3.314,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 20
        },
        {
          "entryTs": 1727853000,
          "entryUtc": "2024-10-02T07:10:00.000Z",
          "exitTs": 1727871420,
          "dir": -1,
          "entryPrice": 2653.965,
          "exitPrice": 2646.113,
          "stopDistance": 3.926,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 307
        },
        {
          "entryTs": 1727872380,
          "entryUtc": "2024-10-02T12:33:00.000Z",
          "exitTs": 1727874360,
          "dir": -1,
          "entryPrice": 2649.465,
          "exitPrice": 2653.989,
          "stopDistance": 4.524,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 33
        },
        {
          "entryTs": 1727958840,
          "entryUtc": "2024-10-03T12:34:00.000Z",
          "exitTs": 1727959980,
          "dir": 1,
          "entryPrice": 2647.948,
          "exitPrice": 2643.583,
          "stopDistance": 4.365,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 19
        },
        {
          "entryTs": 1727961420,
          "entryUtc": "2024-10-03T13:17:00.000Z",
          "exitTs": 1727964000,
          "dir": -1,
          "entryPrice": 2647.738,
          "exitPrice": 2637.592,
          "stopDistance": 5.073,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 43
        },
        {
          "entryTs": 1727965020,
          "entryUtc": "2024-10-03T14:17:00.000Z",
          "exitTs": 1728009840,
          "dir": 1,
          "entryPrice": 2648.875,
          "exitPrice": 2663.18,
          "stopDistance": 7.152,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 747
        },
        {
          "entryTs": 1728054180,
          "entryUtc": "2024-10-04T15:03:00.000Z",
          "exitTs": 1728054300,
          "dir": -1,
          "entryPrice": 2661.105,
          "exitPrice": 2664.435,
          "stopDistance": 3.33,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 2
        },
        {
          "entryTs": 1728303360,
          "entryUtc": "2024-10-07T12:16:00.000Z",
          "exitTs": 1728303660,
          "dir": 1,
          "entryPrice": 2656.115,
          "exitPrice": 2652.172,
          "stopDistance": 3.943,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 5
        },
        {
          "entryTs": 1728309540,
          "entryUtc": "2024-10-07T13:59:00.000Z",
          "exitTs": 1728354600,
          "dir": 1,
          "entryPrice": 2643.085,
          "exitPrice": 2637.023,
          "stopDistance": 6.062,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 751
        },
        {
          "entryTs": 1728454140,
          "entryUtc": "2024-10-09T06:09:00.000Z",
          "exitTs": 1728456180,
          "dir": 1,
          "entryPrice": 2616.775,
          "exitPrice": 2612.912,
          "stopDistance": 3.863,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 34
        },
        {
          "entryTs": 1728477420,
          "entryUtc": "2024-10-09T12:37:00.000Z",
          "exitTs": 1728480420,
          "dir": -1,
          "entryPrice": 2618.908,
          "exitPrice": 2609.945,
          "stopDistance": 4.482,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 50
        },
        {
          "entryTs": 1728486960,
          "entryUtc": "2024-10-09T15:16:00.000Z",
          "exitTs": 1728492120,
          "dir": -1,
          "entryPrice": 2617.335,
          "exitPrice": 2607.737,
          "stopDistance": 4.799,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 86
        },
        {
          "entryTs": 1728545460,
          "entryUtc": "2024-10-10T07:31:00.000Z",
          "exitTs": 1728558000,
          "dir": -1,
          "entryPrice": 2614.975,
          "exitPrice": 2618.421,
          "stopDistance": 3.445,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 209
        },
        {
          "entryTs": 1728567600,
          "entryUtc": "2024-10-10T13:40:00.000Z",
          "exitTs": 1728568440,
          "dir": -1,
          "entryPrice": 2620.964,
          "exitPrice": 2627.467,
          "stopDistance": 6.503,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 14
        },
        {
          "entryTs": 1729086300,
          "entryUtc": "2024-10-16T13:45:00.000Z",
          "exitTs": 1729086660,
          "dir": 1,
          "entryPrice": 2681.725,
          "exitPrice": 2676.959,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 6
        },
        {
          "entryTs": 1729088340,
          "entryUtc": "2024-10-16T14:19:00.000Z",
          "exitTs": 1729090980,
          "dir": -1,
          "entryPrice": 2680.645,
          "exitPrice": 2669.275,
          "stopDistance": 5.685,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 44
        },
        {
          "entryTs": 1729170000,
          "entryUtc": "2024-10-17T13:00:00.000Z",
          "exitTs": 1729173480,
          "dir": 1,
          "entryPrice": 2679.265,
          "exitPrice": 2689.718,
          "stopDistance": 5.227,
          "outcome": "target",
          "netR": 1.9292,
          "holdMinutes": 58
        },
        {
          "entryTs": 1729178400,
          "entryUtc": "2024-10-17T15:20:00.000Z",
          "exitTs": 1729468800,
          "dir": 1,
          "entryPrice": 2689.858,
          "exitPrice": 2702.682,
          "stopDistance": 6.412,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 4840
        },
        {
          "entryTs": 1729497540,
          "entryUtc": "2024-10-21T07:59:00.000Z",
          "exitTs": 1729502160,
          "dir": -1,
          "entryPrice": 2730.185,
          "exitPrice": 2734.582,
          "stopDistance": 4.397,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 77
        },
        {
          "entryTs": 1729518600,
          "entryUtc": "2024-10-21T13:50:00.000Z",
          "exitTs": 1729521060,
          "dir": 1,
          "entryPrice": 2737.178,
          "exitPrice": 2732.072,
          "stopDistance": 5.106,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 41
        },
        {
          "entryTs": 1729576020,
          "entryUtc": "2024-10-22T05:47:00.000Z",
          "exitTs": 1729585680,
          "dir": 1,
          "entryPrice": 2731.435,
          "exitPrice": 2738.132,
          "stopDistance": 3.348,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 161
        },
        {
          "entryTs": 1729606800,
          "entryUtc": "2024-10-22T14:20:00.000Z",
          "exitTs": 1729615800,
          "dir": -1,
          "entryPrice": 2739.175,
          "exitPrice": 2744.232,
          "stopDistance": 5.057,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 150
        },
        {
          "entryTs": 1729655280,
          "entryUtc": "2024-10-23T03:48:00.000Z",
          "exitTs": 1729656900,
          "dir": -1,
          "entryPrice": 2745.195,
          "exitPrice": 2747.995,
          "stopDistance": 2.8,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 27
        },
        {
          "entryTs": 1729771680,
          "entryUtc": "2024-10-24T12:08:00.000Z",
          "exitTs": 1729777800,
          "dir": 1,
          "entryPrice": 2736.938,
          "exitPrice": 2733.451,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 102
        },
        {
          "entryTs": 1729832640,
          "entryUtc": "2024-10-25T05:04:00.000Z",
          "exitTs": 1729838940,
          "dir": -1,
          "entryPrice": 2727.805,
          "exitPrice": 2731.063,
          "stopDistance": 3.258,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 105
        },
        {
          "entryTs": 1729857660,
          "entryUtc": "2024-10-25T12:01:00.000Z",
          "exitTs": 1729860420,
          "dir": -1,
          "entryPrice": 2725.115,
          "exitPrice": 2729.619,
          "stopDistance": 4.504,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 46
        },
        {
          "entryTs": 1729862940,
          "entryUtc": "2024-10-25T13:29:00.000Z",
          "exitTs": 1729865340,
          "dir": -1,
          "entryPrice": 2728.495,
          "exitPrice": 2733.551,
          "stopDistance": 5.056,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 40
        },
        {
          "entryTs": 1730101800,
          "entryUtc": "2024-10-28T07:50:00.000Z",
          "exitTs": 1730107620,
          "dir": -1,
          "entryPrice": 2740.435,
          "exitPrice": 2729.996,
          "stopDistance": 5.22,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 97
        },
        {
          "entryTs": 1730124960,
          "entryUtc": "2024-10-28T14:16:00.000Z",
          "exitTs": 1730167020,
          "dir": 1,
          "entryPrice": 2741.915,
          "exitPrice": 2752.126,
          "stopDistance": 5.106,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 701
        },
        {
          "entryTs": 1730181300,
          "entryUtc": "2024-10-29T05:55:00.000Z",
          "exitTs": 1730209020,
          "dir": 1,
          "entryPrice": 2750.324,
          "exitPrice": 2758.527,
          "stopDistance": 4.101,
          "outcome": "target",
          "netR": 1.9098,
          "holdMinutes": 462
        },
        {
          "entryTs": 1730255280,
          "entryUtc": "2024-10-30T02:28:00.000Z",
          "exitTs": 1730267640,
          "dir": 1,
          "entryPrice": 2777.905,
          "exitPrice": 2784.598,
          "stopDistance": 3.347,
          "outcome": "target",
          "netR": 1.8894,
          "holdMinutes": 206
        },
        {
          "entryTs": 1730273580,
          "entryUtc": "2024-10-30T07:33:00.000Z",
          "exitTs": 1730278380,
          "dir": 1,
          "entryPrice": 2783.355,
          "exitPrice": 2779.782,
          "stopDistance": 3.573,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 80
        },
        {
          "entryTs": 1730278920,
          "entryUtc": "2024-10-30T09:02:00.000Z",
          "exitTs": 1730283300,
          "dir": -1,
          "entryPrice": 2782.005,
          "exitPrice": 2785.912,
          "stopDistance": 3.907,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 73
        },
        {
          "entryTs": 1730301840,
          "entryUtc": "2024-10-30T15:24:00.000Z",
          "exitTs": 1730303580,
          "dir": -1,
          "entryPrice": 2778.645,
          "exitPrice": 2785.488,
          "stopDistance": 6.843,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 29
        },
        {
          "entryTs": 1730342100,
          "entryUtc": "2024-10-31T02:35:00.000Z",
          "exitTs": 1730357760,
          "dir": -1,
          "entryPrice": 2787.704,
          "exitPrice": 2781.406,
          "stopDistance": 3.149,
          "outcome": "target",
          "netR": 1.8825,
          "holdMinutes": 261
        },
        {
          "entryTs": 1730450400,
          "entryUtc": "2024-11-01T08:40:00.000Z",
          "exitTs": 1730453820,
          "dir": -1,
          "entryPrice": 2754.855,
          "exitPrice": 2748.047,
          "stopDistance": 3.404,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 57
        },
        {
          "entryTs": 1730464200,
          "entryUtc": "2024-11-01T12:30:00.000Z",
          "exitTs": 1730464200,
          "dir": -1,
          "entryPrice": 2752.815,
          "exitPrice": 2757.267,
          "stopDistance": 4.452,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 0
        },
        {
          "entryTs": 1730465400,
          "entryUtc": "2024-11-01T12:50:00.000Z",
          "exitTs": 1730471100,
          "dir": 1,
          "entryPrice": 2753.725,
          "exitPrice": 2748.333,
          "stopDistance": 5.392,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 95
        },
        {
          "entryTs": 1730683200,
          "entryUtc": "2024-11-04T01:20:00.000Z",
          "exitTs": 1730697300,
          "dir": -1,
          "entryPrice": 2738.365,
          "exitPrice": 2743.164,
          "stopDistance": 4.799,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 235
        },
        {
          "entryTs": 1730711820,
          "entryUtc": "2024-11-04T09:17:00.000Z",
          "exitTs": 1730712300,
          "dir": -1,
          "entryPrice": 2735.615,
          "exitPrice": 2740.203,
          "stopDistance": 4.588,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 8
        },
        {
          "entryTs": 1730727480,
          "entryUtc": "2024-11-04T13:38:00.000Z",
          "exitTs": 1730729280,
          "dir": -1,
          "entryPrice": 2743.265,
          "exitPrice": 2747.849,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 30
        },
        {
          "entryTs": 1730795400,
          "entryUtc": "2024-11-05T08:30:00.000Z",
          "exitTs": 1730796360,
          "dir": -1,
          "entryPrice": 2736.275,
          "exitPrice": 2740.41,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730857260,
          "entryUtc": "2024-11-06T01:41:00.000Z",
          "exitTs": 1730857440,
          "dir": -1,
          "entryPrice": 2744.745,
          "exitPrice": 2748.147,
          "stopDistance": 3.402,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 3
        },
        {
          "entryTs": 1730861280,
          "entryUtc": "2024-11-06T02:48:00.000Z",
          "exitTs": 1730863740,
          "dir": -1,
          "entryPrice": 2743.734,
          "exitPrice": 2731.609,
          "stopDistance": 6.062,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 41
        },
        {
          "entryTs": 1730864100,
          "entryUtc": "2024-11-06T03:35:00.000Z",
          "exitTs": 1730874420,
          "dir": -1,
          "entryPrice": 2737.275,
          "exitPrice": 2722.089,
          "stopDistance": 7.593,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 172
        },
        {
          "entryTs": 1731053820,
          "entryUtc": "2024-11-08T08:17:00.000Z",
          "exitTs": 1731065880,
          "dir": -1,
          "entryPrice": 2686.305,
          "exitPrice": 2692.047,
          "stopDistance": 5.743,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 201
        },
        {
          "entryTs": 1731076680,
          "entryUtc": "2024-11-08T14:38:00.000Z",
          "exitTs": 1731077100,
          "dir": 1,
          "entryPrice": 2695.015,
          "exitPrice": 2688.879,
          "stopDistance": 6.136,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 7
        },
        {
          "entryTs": 1731079620,
          "entryUtc": "2024-11-08T15:27:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2691.205,
          "exitPrice": 2684.498,
          "stopDistance": 7.54,
          "outcome": "time",
          "netR": 0.8404,
          "holdMinutes": 3333
        },
        {
          "entryTs": 1731281460,
          "entryUtc": "2024-11-10T23:31:00.000Z",
          "exitTs": 1731287820,
          "dir": -1,
          "entryPrice": 2683.795,
          "exitPrice": 2675.038,
          "stopDistance": 4.379,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 106
        },
        {
          "entryTs": 1731301380,
          "entryUtc": "2024-11-11T05:03:00.000Z",
          "exitTs": 1731322620,
          "dir": -1,
          "entryPrice": 2673.005,
          "exitPrice": 2662.672,
          "stopDistance": 5.166,
          "outcome": "target",
          "netR": 1.9284,
          "holdMinutes": 354
        },
        {
          "entryTs": 1731412800,
          "entryUtc": "2024-11-12T12:00:00.000Z",
          "exitTs": 1731416760,
          "dir": -1,
          "entryPrice": 2599.635,
          "exitPrice": 2607.254,
          "stopDistance": 7.619,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 66
        },
        {
          "entryTs": 1731659400,
          "entryUtc": "2024-11-15T08:30:00.000Z",
          "exitTs": 1731660300,
          "dir": -1,
          "entryPrice": 2563.625,
          "exitPrice": 2568.188,
          "stopDistance": 4.563,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 15
        },
        {
          "entryTs": 1731662640,
          "entryUtc": "2024-11-15T09:24:00.000Z",
          "exitTs": 1731676380,
          "dir": 1,
          "entryPrice": 2565.255,
          "exitPrice": 2574.96,
          "stopDistance": 4.853,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 229
        },
        {
          "entryTs": 1731897360,
          "entryUtc": "2024-11-18T02:36:00.000Z",
          "exitTs": 1731909600,
          "dir": 1,
          "entryPrice": 2590.945,
          "exitPrice": 2583.778,
          "stopDistance": 7.167,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 204
        },
        {
          "entryTs": 1731910500,
          "entryUtc": "2024-11-18T06:15:00.000Z",
          "exitTs": 1731921900,
          "dir": -1,
          "entryPrice": 2585.345,
          "exitPrice": 2590.403,
          "stopDistance": 5.058,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 190
        },
        {
          "entryTs": 1731979980,
          "entryUtc": "2024-11-19T01:33:00.000Z",
          "exitTs": 1731981720,
          "dir": -1,
          "entryPrice": 2613.235,
          "exitPrice": 2616.647,
          "stopDistance": 3.412,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 29
        },
        {
          "entryTs": 1732005660,
          "entryUtc": "2024-11-19T08:41:00.000Z",
          "exitTs": 1732006920,
          "dir": -1,
          "entryPrice": 2623.205,
          "exitPrice": 2627.404,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 21
        },
        {
          "entryTs": 1732022280,
          "entryUtc": "2024-11-19T13:18:00.000Z",
          "exitTs": 1732022520,
          "dir": 1,
          "entryPrice": 2635.685,
          "exitPrice": 2630.428,
          "stopDistance": 5.257,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 4
        },
        {
          "entryTs": 1732029240,
          "entryUtc": "2024-11-19T15:14:00.000Z",
          "exitTs": 1732060560,
          "dir": -1,
          "entryPrice": 2628.175,
          "exitPrice": 2635.219,
          "stopDistance": 7.044,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 522
        },
        {
          "entryTs": 1732066620,
          "entryUtc": "2024-11-20T01:37:00.000Z",
          "exitTs": 1732068840,
          "dir": -1,
          "entryPrice": 2637.735,
          "exitPrice": 2641.468,
          "stopDistance": 3.733,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 37
        },
        {
          "entryTs": 1732154820,
          "entryUtc": "2024-11-21T02:07:00.000Z",
          "exitTs": 1732171380,
          "dir": -1,
          "entryPrice": 2657.605,
          "exitPrice": 2661.667,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 276
        },
        {
          "entryTs": 1732195080,
          "entryUtc": "2024-11-21T13:18:00.000Z",
          "exitTs": 1732237200,
          "dir": 1,
          "entryPrice": 2665.345,
          "exitPrice": 2676.008,
          "stopDistance": 5.332,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 702
        },
        {
          "entryTs": 1732286700,
          "entryUtc": "2024-11-22T14:45:00.000Z",
          "exitTs": 1732291920,
          "dir": 1,
          "entryPrice": 2689.495,
          "exitPrice": 2705.365,
          "stopDistance": 7.935,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 87
        },
        {
          "entryTs": 1732541760,
          "entryUtc": "2024-11-25T13:36:00.000Z",
          "exitTs": 1732543260,
          "dir": 1,
          "entryPrice": 2680.835,
          "exitPrice": 2673.972,
          "stopDistance": 6.863,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 25
        },
        {
          "entryTs": 1732612500,
          "entryUtc": "2024-11-26T09:15:00.000Z",
          "exitTs": 1732615320,
          "dir": -1,
          "entryPrice": 2621.905,
          "exitPrice": 2627.797,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 47
        },
        {
          "entryTs": 1732706400,
          "entryUtc": "2024-11-27T11:20:00.000Z",
          "exitTs": 1732709460,
          "dir": -1,
          "entryPrice": 2648.265,
          "exitPrice": 2652.68,
          "stopDistance": 4.415,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 51
        },
        {
          "entryTs": 1732716960,
          "entryUtc": "2024-11-27T14:16:00.000Z",
          "exitTs": 1732719900,
          "dir": -1,
          "entryPrice": 2652.235,
          "exitPrice": 2640.146,
          "stopDistance": 6.045,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 49
        },
        {
          "entryTs": 1732793160,
          "entryUtc": "2024-11-28T11:26:00.000Z",
          "exitTs": 1732805820,
          "dir": 1,
          "entryPrice": 2645.895,
          "exitPrice": 2641.502,
          "stopDistance": 4.393,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 211
        },
        {
          "entryTs": 1732870140,
          "entryUtc": "2024-11-29T08:49:00.000Z",
          "exitTs": 1732871700,
          "dir": -1,
          "entryPrice": 2656.615,
          "exitPrice": 2661.711,
          "stopDistance": 5.096,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 26
        },
        {
          "entryTs": 1732887180,
          "entryUtc": "2024-11-29T13:33:00.000Z",
          "exitTs": 1732891500,
          "dir": 1,
          "entryPrice": 2659.895,
          "exitPrice": 2654.484,
          "stopDistance": 5.411,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 72
        },
        {
          "entryTs": 1733095020,
          "entryUtc": "2024-12-01T23:17:00.000Z",
          "exitTs": 1733100000,
          "dir": -1,
          "entryPrice": 2649.245,
          "exitPrice": 2639.122,
          "stopDistance": 5.062,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 83
        },
        {
          "entryTs": 1733105400,
          "entryUtc": "2024-12-02T02:10:00.000Z",
          "exitTs": 1733108580,
          "dir": 1,
          "entryPrice": 2632.195,
          "exitPrice": 2624.113,
          "stopDistance": 8.082,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 53
        },
        {
          "entryTs": 1733140980,
          "entryUtc": "2024-12-02T12:03:00.000Z",
          "exitTs": 1733163840,
          "dir": 1,
          "entryPrice": 2639.775,
          "exitPrice": 2633.714,
          "stopDistance": 6.06,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 381
        },
        {
          "entryTs": 1733172900,
          "entryUtc": "2024-12-02T20:55:00.000Z",
          "exitTs": 1733206680,
          "dir": 1,
          "entryPrice": 2637.475,
          "exitPrice": 2647.827,
          "stopDistance": 5.176,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 563
        },
        {
          "entryTs": 1733238120,
          "entryUtc": "2024-12-03T15:02:00.000Z",
          "exitTs": 1733239200,
          "dir": 1,
          "entryPrice": 2640.235,
          "exitPrice": 2635.878,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 18
        },
        {
          "entryTs": 1733291160,
          "entryUtc": "2024-12-04T05:46:00.000Z",
          "exitTs": 1733298120,
          "dir": -1,
          "entryPrice": 2648.535,
          "exitPrice": 2641.422,
          "stopDistance": 3.556,
          "outcome": "target",
          "netR": 1.896,
          "holdMinutes": 116
        },
        {
          "entryTs": 1733340300,
          "entryUtc": "2024-12-04T19:25:00.000Z",
          "exitTs": 1733367780,
          "dir": 1,
          "entryPrice": 2650.498,
          "exitPrice": 2644.97,
          "stopDistance": 5.528,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 458
        },
        {
          "entryTs": 1733389380,
          "entryUtc": "2024-12-05T09:03:00.000Z",
          "exitTs": 1733394600,
          "dir": -1,
          "entryPrice": 2644.705,
          "exitPrice": 2648.957,
          "stopDistance": 4.252,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 87
        },
        {
          "entryTs": 1733417640,
          "entryUtc": "2024-12-05T16:54:00.000Z",
          "exitTs": 1733418780,
          "dir": 1,
          "entryPrice": 2633.955,
          "exitPrice": 2627.269,
          "stopDistance": 6.686,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 19
        },
        {
          "entryTs": 1733455200,
          "entryUtc": "2024-12-06T03:20:00.000Z",
          "exitTs": 1733455500,
          "dir": -1,
          "entryPrice": 2631.575,
          "exitPrice": 2634.998,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 5
        },
        {
          "entryTs": 1733496720,
          "entryUtc": "2024-12-06T14:52:00.000Z",
          "exitTs": 1733698800,
          "dir": -1,
          "entryPrice": 2635.604,
          "exitPrice": 2642.789,
          "stopDistance": 7.185,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 3368
        },
        {
          "entryTs": 1733713140,
          "entryUtc": "2024-12-09T02:59:00.000Z",
          "exitTs": 1733735940,
          "dir": -1,
          "entryPrice": 2645.865,
          "exitPrice": 2652.935,
          "stopDistance": 7.07,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 380
        },
        {
          "entryTs": 1733923800,
          "entryUtc": "2024-12-11T13:30:00.000Z",
          "exitTs": 1733924220,
          "dir": -1,
          "entryPrice": 2695.554,
          "exitPrice": 2701.469,
          "stopDistance": 5.915,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 7
        },
        {
          "entryTs": 1733927460,
          "entryUtc": "2024-12-11T14:31:00.000Z",
          "exitTs": 1733929380,
          "dir": 1,
          "entryPrice": 2696.884,
          "exitPrice": 2709.716,
          "stopDistance": 6.416,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 32
        },
        {
          "entryTs": 1734019320,
          "entryUtc": "2024-12-12T16:02:00.000Z",
          "exitTs": 1734052680,
          "dir": -1,
          "entryPrice": 2682.104,
          "exitPrice": 2690.833,
          "stopDistance": 8.729,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 556
        },
        {
          "entryTs": 1734074100,
          "entryUtc": "2024-12-13T07:15:00.000Z",
          "exitTs": 1734074880,
          "dir": 1,
          "entryPrice": 2686.885,
          "exitPrice": 2682.48,
          "stopDistance": 4.405,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 13
        },
        {
          "entryTs": 1734095580,
          "entryUtc": "2024-12-13T13:13:00.000Z",
          "exitTs": 1734097620,
          "dir": 1,
          "entryPrice": 2666.195,
          "exitPrice": 2660.968,
          "stopDistance": 5.227,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 34
        },
        {
          "entryTs": 1734111840,
          "entryUtc": "2024-12-13T17:44:00.000Z",
          "exitTs": 1734120660,
          "dir": 1,
          "entryPrice": 2657.425,
          "exitPrice": 2651.022,
          "stopDistance": 6.403,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 147
        },
        {
          "entryTs": 1734369480,
          "entryUtc": "2024-12-16T17:18:00.000Z",
          "exitTs": 1734425820,
          "dir": -1,
          "entryPrice": 2654.255,
          "exitPrice": 2643.669,
          "stopDistance": 5.293,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 939
        },
        {
          "entryTs": 1734445920,
          "entryUtc": "2024-12-17T14:32:00.000Z",
          "exitTs": 1734458940,
          "dir": -1,
          "entryPrice": 2641.828,
          "exitPrice": 2647.362,
          "stopDistance": 5.534,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 217
        },
        {
          "entryTs": 1734499440,
          "entryUtc": "2024-12-18T05:24:00.000Z",
          "exitTs": 1734531360,
          "dir": -1,
          "entryPrice": 2647.294,
          "exitPrice": 2640.474,
          "stopDistance": 3.41,
          "outcome": "target",
          "netR": 1.8915,
          "holdMinutes": 532
        },
        {
          "entryTs": 1734642840,
          "entryUtc": "2024-12-19T21:14:00.000Z",
          "exitTs": 1734681840,
          "dir": 1,
          "entryPrice": 2595.215,
          "exitPrice": 2607.46,
          "stopDistance": 6.122,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 650
        },
        {
          "entryTs": 1734916560,
          "entryUtc": "2024-12-23T01:16:00.000Z",
          "exitTs": 1734919920,
          "dir": -1,
          "entryPrice": 2620.305,
          "exitPrice": 2624.86,
          "stopDistance": 4.555,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 56
        },
        {
          "entryTs": 1734962280,
          "entryUtc": "2024-12-23T13:58:00.000Z",
          "exitTs": 1734966240,
          "dir": 1,
          "entryPrice": 2617.395,
          "exitPrice": 2612.929,
          "stopDistance": 4.466,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 66
        },
        {
          "entryTs": 1735036320,
          "entryUtc": "2024-12-24T10:32:00.000Z",
          "exitTs": 1735047180,
          "dir": 1,
          "entryPrice": 2614.365,
          "exitPrice": 2611.245,
          "stopDistance": 3.12,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 181
        },
        {
          "entryTs": 1735062480,
          "entryUtc": "2024-12-24T17:48:00.000Z",
          "exitTs": 1735167600,
          "dir": 1,
          "entryPrice": 2615.855,
          "exitPrice": 2616.255,
          "stopDistance": 3.739,
          "outcome": "time",
          "netR": 0.008,
          "holdMinutes": 1752
        },
        {
          "entryTs": 1735200000,
          "entryUtc": "2024-12-26T08:00:00.000Z",
          "exitTs": 1735210380,
          "dir": -1,
          "entryPrice": 2625.915,
          "exitPrice": 2629.056,
          "stopDistance": 3.141,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 173
        },
        {
          "entryTs": 1735262640,
          "entryUtc": "2024-12-27T01:24:00.000Z",
          "exitTs": 1735283400,
          "dir": 1,
          "entryPrice": 2631.455,
          "exitPrice": 2637.281,
          "stopDistance": 2.913,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 346
        },
        {
          "entryTs": 1735285680,
          "entryUtc": "2024-12-27T07:48:00.000Z",
          "exitTs": 1735286460,
          "dir": 1,
          "entryPrice": 2634.785,
          "exitPrice": 2631.602,
          "stopDistance": 3.182,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 13
        },
        {
          "entryTs": 1735296480,
          "entryUtc": "2024-12-27T10:48:00.000Z",
          "exitTs": 1735301040,
          "dir": -1,
          "entryPrice": 2625.655,
          "exitPrice": 2629.352,
          "stopDistance": 3.697,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 76
        },
        {
          "entryTs": 1735335900,
          "entryUtc": "2024-12-27T21:45:00.000Z",
          "exitTs": 1735513200,
          "dir": -1,
          "entryPrice": 2619.348,
          "exitPrice": 2619.348,
          "stopDistance": 4.226,
          "outcome": "time",
          "netR": -0.0876,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1735636320,
          "entryUtc": "2024-12-31T09:12:00.000Z",
          "exitTs": 1735641120,
          "dir": 1,
          "entryPrice": 2614.145,
          "exitPrice": 2610.738,
          "stopDistance": 3.407,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 80
        },
        {
          "entryTs": 1735651380,
          "entryUtc": "2024-12-31T13:23:00.000Z",
          "exitTs": 1735651620,
          "dir": -1,
          "entryPrice": 2610.248,
          "exitPrice": 2613.835,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 4
        },
        {
          "entryTs": 1735656600,
          "entryUtc": "2024-12-31T14:50:00.000Z",
          "exitTs": 1735659360,
          "dir": 1,
          "entryPrice": 2613.275,
          "exitPrice": 2622.793,
          "stopDistance": 4.759,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 46
        },
        {
          "entryTs": 1735799520,
          "entryUtc": "2025-01-02T06:32:00.000Z",
          "exitTs": 1735813080,
          "dir": 1,
          "entryPrice": 2633.748,
          "exitPrice": 2640.319,
          "stopDistance": 3.286,
          "outcome": "target",
          "netR": 1.8874,
          "holdMinutes": 226
        },
        {
          "entryTs": 1735826460,
          "entryUtc": "2025-01-02T14:01:00.000Z",
          "exitTs": 1735832040,
          "dir": 1,
          "entryPrice": 2640.445,
          "exitPrice": 2651.7,
          "stopDistance": 5.627,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 93
        },
        {
          "entryTs": 1736135220,
          "entryUtc": "2025-01-06T03:47:00.000Z",
          "exitTs": 1736137320,
          "dir": 1,
          "entryPrice": 2639.195,
          "exitPrice": 2635.888,
          "stopDistance": 3.307,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 35
        },
        {
          "entryTs": 1736154240,
          "entryUtc": "2025-01-06T09:04:00.000Z",
          "exitTs": 1736162100,
          "dir": -1,
          "entryPrice": 2633.755,
          "exitPrice": 2637.698,
          "stopDistance": 3.943,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 131
        },
        {
          "entryTs": 1736242380,
          "entryUtc": "2025-01-07T09:33:00.000Z",
          "exitTs": 1736251620,
          "dir": 1,
          "entryPrice": 2642.425,
          "exitPrice": 2650.182,
          "stopDistance": 3.878,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 154
        },
        {
          "entryTs": 1736262060,
          "entryUtc": "2025-01-07T15:01:00.000Z",
          "exitTs": 1736262420,
          "dir": 1,
          "entryPrice": 2648.065,
          "exitPrice": 2644.104,
          "stopDistance": 3.961,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 6
        },
        {
          "entryTs": 1736264760,
          "entryUtc": "2025-01-07T15:46:00.000Z",
          "exitTs": 1736271060,
          "dir": -1,
          "entryPrice": 2648.505,
          "exitPrice": 2655.645,
          "stopDistance": 7.14,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 105
        },
        {
          "entryTs": 1736326320,
          "entryUtc": "2025-01-08T08:52:00.000Z",
          "exitTs": 1736335980,
          "dir": 1,
          "entryPrice": 2650.954,
          "exitPrice": 2647.83,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 161
        },
        {
          "entryTs": 1736348520,
          "entryUtc": "2025-01-08T15:02:00.000Z",
          "exitTs": 1736354460,
          "dir": -1,
          "entryPrice": 2662.365,
          "exitPrice": 2667.831,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 99
        },
        {
          "entryTs": 1736412060,
          "entryUtc": "2025-01-09T08:41:00.000Z",
          "exitTs": 1736422020,
          "dir": 1,
          "entryPrice": 2662.164,
          "exitPrice": 2669.466,
          "stopDistance": 3.651,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 166
        },
        {
          "entryTs": 1736434200,
          "entryUtc": "2025-01-09T14:50:00.000Z",
          "exitTs": 1736442300,
          "dir": -1,
          "entryPrice": 2674.814,
          "exitPrice": 2664.548,
          "stopDistance": 5.133,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 135
        },
        {
          "entryTs": 1736493300,
          "entryUtc": "2025-01-10T07:15:00.000Z",
          "exitTs": 1736497260,
          "dir": -1,
          "entryPrice": 2676.185,
          "exitPrice": 2678.904,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 66
        },
        {
          "entryTs": 1736734140,
          "entryUtc": "2025-01-13T02:09:00.000Z",
          "exitTs": 1736763960,
          "dir": -1,
          "entryPrice": 2689.298,
          "exitPrice": 2678.401,
          "stopDistance": 5.449,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 497
        },
        {
          "entryTs": 1736776380,
          "entryUtc": "2025-01-13T13:53:00.000Z",
          "exitTs": 1736830920,
          "dir": -1,
          "entryPrice": 2668.315,
          "exitPrice": 2674.528,
          "stopDistance": 6.213,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 909
        },
        {
          "entryTs": 1736861400,
          "entryUtc": "2025-01-14T13:30:00.000Z",
          "exitTs": 1736861400,
          "dir": -1,
          "entryPrice": 2668.165,
          "exitPrice": 2672.476,
          "stopDistance": 4.311,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 0
        },
        {
          "entryTs": 1736907840,
          "entryUtc": "2025-01-15T02:24:00.000Z",
          "exitTs": 1736920200,
          "dir": 1,
          "entryPrice": 2671.635,
          "exitPrice": 2678.436,
          "stopDistance": 3.4,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 206
        },
        {
          "entryTs": 1736928060,
          "entryUtc": "2025-01-15T08:01:00.000Z",
          "exitTs": 1736932800,
          "dir": -1,
          "entryPrice": 2682.635,
          "exitPrice": 2685.824,
          "stopDistance": 3.189,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 79
        },
        {
          "entryTs": 1736940000,
          "entryUtc": "2025-01-15T11:20:00.000Z",
          "exitTs": 1736947920,
          "dir": 1,
          "entryPrice": 2685.519,
          "exitPrice": 2692.632,
          "stopDistance": 3.556,
          "outcome": "target",
          "netR": 1.896,
          "holdMinutes": 132
        },
        {
          "entryTs": 1736950920,
          "entryUtc": "2025-01-15T14:22:00.000Z",
          "exitTs": 1736951760,
          "dir": 1,
          "entryPrice": 2685.635,
          "exitPrice": 2680.965,
          "stopDistance": 4.67,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 14
        },
        {
          "entryTs": 1736959800,
          "entryUtc": "2025-01-15T16:50:00.000Z",
          "exitTs": 1736971560,
          "dir": -1,
          "entryPrice": 2688.449,
          "exitPrice": 2695.164,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 196
        },
        {
          "entryTs": 1736987700,
          "entryUtc": "2025-01-16T00:35:00.000Z",
          "exitTs": 1737007980,
          "dir": 1,
          "entryPrice": 2694.625,
          "exitPrice": 2690.8,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 338
        },
        {
          "entryTs": 1737010500,
          "entryUtc": "2025-01-16T06:55:00.000Z",
          "exitTs": 1737011700,
          "dir": -1,
          "entryPrice": 2694.488,
          "exitPrice": 2697.766,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 20
        },
        {
          "entryTs": 1737032580,
          "entryUtc": "2025-01-16T13:03:00.000Z",
          "exitTs": 1737034200,
          "dir": 1,
          "entryPrice": 2702.109,
          "exitPrice": 2711.643,
          "stopDistance": 4.767,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 27
        },
        {
          "entryTs": 1737040740,
          "entryUtc": "2025-01-16T15:19:00.000Z",
          "exitTs": 1737047880,
          "dir": -1,
          "entryPrice": 2716.559,
          "exitPrice": 2722.62,
          "stopDistance": 6.061,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 119
        },
        {
          "entryTs": 1737103440,
          "entryUtc": "2025-01-17T08:44:00.000Z",
          "exitTs": 1737106020,
          "dir": -1,
          "entryPrice": 2711.849,
          "exitPrice": 2705.455,
          "stopDistance": 3.197,
          "outcome": "target",
          "netR": 1.8843,
          "holdMinutes": 43
        },
        {
          "entryTs": 1737120060,
          "entryUtc": "2025-01-17T13:21:00.000Z",
          "exitTs": 1737126060,
          "dir": -1,
          "entryPrice": 2710.068,
          "exitPrice": 2714.066,
          "stopDistance": 3.997,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 100
        },
        {
          "entryTs": 1737336720,
          "entryUtc": "2025-01-20T01:32:00.000Z",
          "exitTs": 1737342240,
          "dir": -1,
          "entryPrice": 2694.155,
          "exitPrice": 2698.948,
          "stopDistance": 4.793,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 92
        },
        {
          "entryTs": 1737365100,
          "entryUtc": "2025-01-20T09:25:00.000Z",
          "exitTs": 1737371160,
          "dir": -1,
          "entryPrice": 2705.739,
          "exitPrice": 2709.999,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 101
        },
        {
          "entryTs": 1737372060,
          "entryUtc": "2025-01-20T11:21:00.000Z",
          "exitTs": 1737380100,
          "dir": 1,
          "entryPrice": 2708.655,
          "exitPrice": 2704.369,
          "stopDistance": 4.286,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 134
        },
        {
          "entryTs": 1737380820,
          "entryUtc": "2025-01-20T13:47:00.000Z",
          "exitTs": 1737423660,
          "dir": -1,
          "entryPrice": 2708.755,
          "exitPrice": 2713.514,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 714
        },
        {
          "entryTs": 1737451440,
          "entryUtc": "2025-01-21T09:24:00.000Z",
          "exitTs": 1737464460,
          "dir": -1,
          "entryPrice": 2722.395,
          "exitPrice": 2727.662,
          "stopDistance": 5.267,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 217
        },
        {
          "entryTs": 1737533640,
          "entryUtc": "2025-01-22T08:14:00.000Z",
          "exitTs": 1737536700,
          "dir": -1,
          "entryPrice": 2750.945,
          "exitPrice": 2755.483,
          "stopDistance": 4.538,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 51
        },
        {
          "entryTs": 1737560820,
          "entryUtc": "2025-01-22T15:47:00.000Z",
          "exitTs": 1737624060,
          "dir": -1,
          "entryPrice": 2758.278,
          "exitPrice": 2748.218,
          "stopDistance": 5.03,
          "outcome": "target",
          "netR": 1.9264,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1737635580,
          "entryUtc": "2025-01-23T12:33:00.000Z",
          "exitTs": 1737638580,
          "dir": 1,
          "entryPrice": 2743.655,
          "exitPrice": 2739.716,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 50
        },
        {
          "entryTs": 1737643500,
          "entryUtc": "2025-01-23T14:45:00.000Z",
          "exitTs": 1737646800,
          "dir": -1,
          "entryPrice": 2741.355,
          "exitPrice": 2747.548,
          "stopDistance": 6.193,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 55
        },
        {
          "entryTs": 1737648660,
          "entryUtc": "2025-01-23T16:11:00.000Z",
          "exitTs": 1737654060,
          "dir": 1,
          "entryPrice": 2744.205,
          "exitPrice": 2757.441,
          "stopDistance": 6.618,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 90
        },
        {
          "entryTs": 1737713400,
          "entryUtc": "2025-01-24T10:10:00.000Z",
          "exitTs": 1737718440,
          "dir": -1,
          "entryPrice": 2774.355,
          "exitPrice": 2778.871,
          "stopDistance": 4.516,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 84
        },
        {
          "entryTs": 1737733860,
          "entryUtc": "2025-01-24T15:51:00.000Z",
          "exitTs": 1737737340,
          "dir": 1,
          "entryPrice": 2779.091,
          "exitPrice": 2773.29,
          "stopDistance": 5.801,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 58
        },
        {
          "entryTs": 1738072320,
          "entryUtc": "2025-01-28T13:52:00.000Z",
          "exitTs": 1738074360,
          "dir": 1,
          "entryPrice": 2746.675,
          "exitPrice": 2753.683,
          "stopDistance": 3.504,
          "outcome": "target",
          "netR": 1.8944,
          "holdMinutes": 34
        },
        {
          "entryTs": 1738142220,
          "entryUtc": "2025-01-29T09:17:00.000Z",
          "exitTs": 1738152480,
          "dir": -1,
          "entryPrice": 2762.905,
          "exitPrice": 2756.593,
          "stopDistance": 3.156,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 171
        },
        {
          "entryTs": 1738157700,
          "entryUtc": "2025-01-29T13:35:00.000Z",
          "exitTs": 1738159680,
          "dir": -1,
          "entryPrice": 2756.395,
          "exitPrice": 2759.884,
          "stopDistance": 3.489,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 33
        },
        {
          "entryTs": 1738161000,
          "entryUtc": "2025-01-29T14:30:00.000Z",
          "exitTs": 1738164480,
          "dir": -1,
          "entryPrice": 2758.525,
          "exitPrice": 2750.711,
          "stopDistance": 3.907,
          "outcome": "target",
          "netR": 1.9053,
          "holdMinutes": 58
        },
        {
          "entryTs": 1738228800,
          "entryUtc": "2025-01-30T09:20:00.000Z",
          "exitTs": 1738240620,
          "dir": 1,
          "entryPrice": 2772.515,
          "exitPrice": 2780.018,
          "stopDistance": 3.751,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 197
        },
        {
          "entryTs": 1738247400,
          "entryUtc": "2025-01-30T14:30:00.000Z",
          "exitTs": 1738247700,
          "dir": 1,
          "entryPrice": 2785.525,
          "exitPrice": 2781.104,
          "stopDistance": 4.421,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 5
        },
        {
          "entryTs": 1738307100,
          "entryUtc": "2025-01-31T07:05:00.000Z",
          "exitTs": 1738308000,
          "dir": -1,
          "entryPrice": 2794.318,
          "exitPrice": 2797.363,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738311720,
          "entryUtc": "2025-01-31T08:22:00.000Z",
          "exitTs": 1738319580,
          "dir": 1,
          "entryPrice": 2794.408,
          "exitPrice": 2791.129,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 131
        },
        {
          "entryTs": 1738332720,
          "entryUtc": "2025-01-31T14:12:00.000Z",
          "exitTs": 1738335900,
          "dir": 1,
          "entryPrice": 2804.505,
          "exitPrice": 2813.638,
          "stopDistance": 4.567,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 53
        },
        {
          "entryTs": 1738343880,
          "entryUtc": "2025-01-31T17:18:00.000Z",
          "exitTs": 1738347540,
          "dir": -1,
          "entryPrice": 2812.235,
          "exitPrice": 2801.349,
          "stopDistance": 5.443,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 61
        },
        {
          "entryTs": 1738540380,
          "entryUtc": "2025-02-02T23:53:00.000Z",
          "exitTs": 1738547760,
          "dir": -1,
          "entryPrice": 2793.987,
          "exitPrice": 2778.12,
          "stopDistance": 7.934,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 123
        },
        {
          "entryTs": 1738605000,
          "entryUtc": "2025-02-03T17:50:00.000Z",
          "exitTs": 1738675260,
          "dir": -1,
          "entryPrice": 2820.635,
          "exitPrice": 2829.442,
          "stopDistance": 8.807,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 1171
        },
        {
          "entryTs": 1738682640,
          "entryUtc": "2025-02-04T15:24:00.000Z",
          "exitTs": 1738684860,
          "dir": 1,
          "entryPrice": 2839.948,
          "exitPrice": 2833.354,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 37
        },
        {
          "entryTs": 1738689900,
          "entryUtc": "2025-02-04T17:25:00.000Z",
          "exitTs": 1738721400,
          "dir": -1,
          "entryPrice": 2843.045,
          "exitPrice": 2850.396,
          "stopDistance": 7.351,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 525
        },
        {
          "entryTs": 1738752780,
          "entryUtc": "2025-02-05T10:53:00.000Z",
          "exitTs": 1738762440,
          "dir": 1,
          "entryPrice": 2867.315,
          "exitPrice": 2862.278,
          "stopDistance": 5.036,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 161
        },
        {
          "entryTs": 1738805940,
          "entryUtc": "2025-02-06T01:39:00.000Z",
          "exitTs": 1738824600,
          "dir": -1,
          "entryPrice": 2869.015,
          "exitPrice": 2859.311,
          "stopDistance": 4.852,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 311
        },
        {
          "entryTs": 1738944060,
          "entryUtc": "2025-02-07T16:01:00.000Z",
          "exitTs": 1738944900,
          "dir": 1,
          "entryPrice": 2876.998,
          "exitPrice": 2869.233,
          "stopDistance": 7.765,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 14
        },
        {
          "entryTs": 1738946520,
          "entryUtc": "2025-02-07T16:42:00.000Z",
          "exitTs": 1738948800,
          "dir": 1,
          "entryPrice": 2862.715,
          "exitPrice": 2856.2,
          "stopDistance": 6.515,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 38
        },
        {
          "entryTs": 1739194800,
          "entryUtc": "2025-02-10T13:40:00.000Z",
          "exitTs": 1739202000,
          "dir": 1,
          "entryPrice": 2900.965,
          "exitPrice": 2911.624,
          "stopDistance": 5.329,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 120
        },
        {
          "entryTs": 1739342460,
          "entryUtc": "2025-02-12T06:41:00.000Z",
          "exitTs": 1739356380,
          "dir": 1,
          "entryPrice": 2887.305,
          "exitPrice": 2881.949,
          "stopDistance": 5.356,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 232
        },
        {
          "entryTs": 1739368680,
          "entryUtc": "2025-02-12T13:58:00.000Z",
          "exitTs": 1739369460,
          "dir": -1,
          "entryPrice": 2881.628,
          "exitPrice": 2888.163,
          "stopDistance": 6.535,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 13
        },
        {
          "entryTs": 1739498580,
          "entryUtc": "2025-02-14T02:03:00.000Z",
          "exitTs": 1739504580,
          "dir": 1,
          "entryPrice": 2928.205,
          "exitPrice": 2924.052,
          "stopDistance": 4.153,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 100
        },
        {
          "entryTs": 1739528220,
          "entryUtc": "2025-02-14T10:17:00.000Z",
          "exitTs": 1739536860,
          "dir": -1,
          "entryPrice": 2937.395,
          "exitPrice": 2927.984,
          "stopDistance": 4.706,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 144
        },
        {
          "entryTs": 1739537580,
          "entryUtc": "2025-02-14T12:53:00.000Z",
          "exitTs": 1739540640,
          "dir": -1,
          "entryPrice": 2930.785,
          "exitPrice": 2921.534,
          "stopDistance": 4.625,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 51
        },
        {
          "entryTs": 1739569140,
          "entryUtc": "2025-02-14T21:39:00.000Z",
          "exitTs": 1739746800,
          "dir": 1,
          "entryPrice": 2882.175,
          "exitPrice": 2885.845,
          "stopDistance": 7.17,
          "outcome": "time",
          "netR": 0.4602,
          "holdMinutes": 2961
        },
        {
          "entryTs": 1739748360,
          "entryUtc": "2025-02-16T23:26:00.000Z",
          "exitTs": 1739758380,
          "dir": 1,
          "entryPrice": 2883.105,
          "exitPrice": 2896.787,
          "stopDistance": 6.841,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 167
        },
        {
          "entryTs": 1739876760,
          "entryUtc": "2025-02-18T11:06:00.000Z",
          "exitTs": 1739882760,
          "dir": 1,
          "entryPrice": 2909.675,
          "exitPrice": 2918.119,
          "stopDistance": 4.222,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 100
        },
        {
          "entryTs": 1739884680,
          "entryUtc": "2025-02-18T13:18:00.000Z",
          "exitTs": 1739886300,
          "dir": -1,
          "entryPrice": 2916.045,
          "exitPrice": 2920.448,
          "stopDistance": 4.403,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 27
        },
        {
          "entryTs": 1739927700,
          "entryUtc": "2025-02-19T01:15:00.000Z",
          "exitTs": 1739930280,
          "dir": 1,
          "entryPrice": 2931.998,
          "exitPrice": 2939.062,
          "stopDistance": 3.532,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 43
        },
        {
          "entryTs": 1739932920,
          "entryUtc": "2025-02-19T02:42:00.000Z",
          "exitTs": 1739933280,
          "dir": 1,
          "entryPrice": 2932.475,
          "exitPrice": 2928.652,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 6
        },
        {
          "entryTs": 1739973060,
          "entryUtc": "2025-02-19T13:51:00.000Z",
          "exitTs": 1739975160,
          "dir": 1,
          "entryPrice": 2935.935,
          "exitPrice": 2930.264,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 35
        },
        {
          "entryTs": 1739975460,
          "entryUtc": "2025-02-19T14:31:00.000Z",
          "exitTs": 1739987040,
          "dir": -1,
          "entryPrice": 2936.155,
          "exitPrice": 2922.619,
          "stopDistance": 6.768,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 193
        },
        {
          "entryTs": 1740068700,
          "entryUtc": "2025-02-20T16:25:00.000Z",
          "exitTs": 1740100800,
          "dir": -1,
          "entryPrice": 2943.225,
          "exitPrice": 2949.378,
          "stopDistance": 6.153,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 535
        },
        {
          "entryTs": 1740107100,
          "entryUtc": "2025-02-21T03:05:00.000Z",
          "exitTs": 1740108300,
          "dir": 1,
          "entryPrice": 2936.298,
          "exitPrice": 2929.172,
          "stopDistance": 7.126,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 20
        },
        {
          "entryTs": 1740117780,
          "entryUtc": "2025-02-21T06:03:00.000Z",
          "exitTs": 1740126000,
          "dir": 1,
          "entryPrice": 2927.275,
          "exitPrice": 2920.998,
          "stopDistance": 6.277,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 137
        },
        {
          "entryTs": 1740149100,
          "entryUtc": "2025-02-21T14:45:00.000Z",
          "exitTs": 1740151560,
          "dir": -1,
          "entryPrice": 2933.605,
          "exitPrice": 2921.46,
          "stopDistance": 6.073,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 41
        },
        {
          "entryTs": 1740153060,
          "entryUtc": "2025-02-21T15:51:00.000Z",
          "exitTs": 1740156000,
          "dir": -1,
          "entryPrice": 2931.008,
          "exitPrice": 2938.038,
          "stopDistance": 7.03,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 49
        },
        {
          "entryTs": 1740353460,
          "entryUtc": "2025-02-23T23:31:00.000Z",
          "exitTs": 1740358380,
          "dir": 1,
          "entryPrice": 2937.335,
          "exitPrice": 2931.994,
          "stopDistance": 5.341,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 82
        },
        {
          "entryTs": 1740392580,
          "entryUtc": "2025-02-24T10:23:00.000Z",
          "exitTs": 1740394200,
          "dir": 1,
          "entryPrice": 2942.115,
          "exitPrice": 2936.36,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 27
        },
        {
          "entryTs": 1740492000,
          "entryUtc": "2025-02-25T14:00:00.000Z",
          "exitTs": 1740494100,
          "dir": -1,
          "entryPrice": 2938.535,
          "exitPrice": 2943.463,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 35
        },
        {
          "entryTs": 1740496020,
          "entryUtc": "2025-02-25T15:07:00.000Z",
          "exitTs": 1740496620,
          "dir": 1,
          "entryPrice": 2930.865,
          "exitPrice": 2924.21,
          "stopDistance": 6.655,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 10
        },
        {
          "entryTs": 1740505620,
          "entryUtc": "2025-02-25T17:47:00.000Z",
          "exitTs": 1740517380,
          "dir": -1,
          "entryPrice": 2904.135,
          "exitPrice": 2914.793,
          "stopDistance": 10.658,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 196
        },
        {
          "entryTs": 1740576480,
          "entryUtc": "2025-02-26T13:28:00.000Z",
          "exitTs": 1740578580,
          "dir": -1,
          "entryPrice": 2912.875,
          "exitPrice": 2902.902,
          "stopDistance": 4.986,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 35
        },
        {
          "entryTs": 1740620100,
          "entryUtc": "2025-02-27T01:35:00.000Z",
          "exitTs": 1740624600,
          "dir": -1,
          "entryPrice": 2916.125,
          "exitPrice": 2908.132,
          "stopDistance": 3.996,
          "outcome": "target",
          "netR": 1.9074,
          "holdMinutes": 75
        },
        {
          "entryTs": 1740648420,
          "entryUtc": "2025-02-27T09:27:00.000Z",
          "exitTs": 1740667560,
          "dir": -1,
          "entryPrice": 2890.135,
          "exitPrice": 2877.01,
          "stopDistance": 6.562,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 319
        },
        {
          "entryTs": 1740705300,
          "entryUtc": "2025-02-28T01:15:00.000Z",
          "exitTs": 1740708000,
          "dir": 1,
          "entryPrice": 2878.255,
          "exitPrice": 2872.897,
          "stopDistance": 5.358,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 45
        },
        {
          "entryTs": 1740718020,
          "entryUtc": "2025-02-28T04:47:00.000Z",
          "exitTs": 1740750900,
          "dir": -1,
          "entryPrice": 2863.538,
          "exitPrice": 2850.728,
          "stopDistance": 6.405,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 548
        },
        {
          "entryTs": 1740757800,
          "entryUtc": "2025-02-28T15:50:00.000Z",
          "exitTs": 1740773640,
          "dir": -1,
          "entryPrice": 2846.168,
          "exitPrice": 2853.807,
          "stopDistance": 7.639,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 264
        },
        {
          "entryTs": 1740990960,
          "entryUtc": "2025-03-03T08:36:00.000Z",
          "exitTs": 1740991920,
          "dir": -1,
          "entryPrice": 2863.205,
          "exitPrice": 2868.208,
          "stopDistance": 5.003,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 16
        },
        {
          "entryTs": 1741058280,
          "entryUtc": "2025-03-04T03:18:00.000Z",
          "exitTs": 1741073220,
          "dir": -1,
          "entryPrice": 2890.925,
          "exitPrice": 2896.665,
          "stopDistance": 5.74,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 249
        },
        {
          "entryTs": 1741185480,
          "entryUtc": "2025-03-05T14:38:00.000Z",
          "exitTs": 1741187220,
          "dir": -1,
          "entryPrice": 2912.728,
          "exitPrice": 2919.928,
          "stopDistance": 7.2,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 29
        },
        {
          "entryTs": 1741197300,
          "entryUtc": "2025-03-05T17:55:00.000Z",
          "exitTs": 1741250160,
          "dir": 1,
          "entryPrice": 2914.255,
          "exitPrice": 2904.126,
          "stopDistance": 10.129,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 881
        },
        {
          "entryTs": 1741276080,
          "entryUtc": "2025-03-06T15:48:00.000Z",
          "exitTs": 1741306200,
          "dir": -1,
          "entryPrice": 2915.115,
          "exitPrice": 2897.888,
          "stopDistance": 8.613,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 502
        },
        {
          "entryTs": 1741313280,
          "entryUtc": "2025-03-07T02:08:00.000Z",
          "exitTs": 1741333920,
          "dir": 1,
          "entryPrice": 2903.325,
          "exitPrice": 2916.712,
          "stopDistance": 6.693,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 344
        },
        {
          "entryTs": 1741346460,
          "entryUtc": "2025-03-07T11:21:00.000Z",
          "exitTs": 1741353540,
          "dir": 1,
          "entryPrice": 2919.645,
          "exitPrice": 2915.154,
          "stopDistance": 4.491,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 118
        },
        {
          "entryTs": 1741355580,
          "entryUtc": "2025-03-07T13:53:00.000Z",
          "exitTs": 1741356000,
          "dir": 1,
          "entryPrice": 2917.735,
          "exitPrice": 2911.395,
          "stopDistance": 6.34,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 7
        },
        {
          "entryTs": 1741586520,
          "entryUtc": "2025-03-10T06:02:00.000Z",
          "exitTs": 1741591920,
          "dir": -1,
          "entryPrice": 2910.665,
          "exitPrice": 2915.134,
          "stopDistance": 4.469,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 90
        },
        {
          "entryTs": 1741602720,
          "entryUtc": "2025-03-10T10:32:00.000Z",
          "exitTs": 1741626000,
          "dir": 1,
          "entryPrice": 2900.219,
          "exitPrice": 2893.887,
          "stopDistance": 6.332,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 388
        },
        {
          "entryTs": 1741714380,
          "entryUtc": "2025-03-11T17:33:00.000Z",
          "exitTs": 1741770000,
          "dir": -1,
          "entryPrice": 2916.965,
          "exitPrice": 2923.034,
          "stopDistance": 6.069,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 927
        },
        {
          "entryTs": 1741916280,
          "entryUtc": "2025-03-14T01:38:00.000Z",
          "exitTs": 1741924500,
          "dir": -1,
          "entryPrice": 2986.498,
          "exitPrice": 2991.826,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 137
        },
        {
          "entryTs": 1741961520,
          "entryUtc": "2025-03-14T14:12:00.000Z",
          "exitTs": 1741965600,
          "dir": -1,
          "entryPrice": 2992.865,
          "exitPrice": 2978.246,
          "stopDistance": 7.309,
          "outcome": "target",
          "netR": 1.9494,
          "holdMinutes": 68
        },
        {
          "entryTs": 1742164500,
          "entryUtc": "2025-03-16T22:35:00.000Z",
          "exitTs": 1742208840,
          "dir": 1,
          "entryPrice": 2987.548,
          "exitPrice": 2998.774,
          "stopDistance": 5.613,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 739
        },
        {
          "entryTs": 1742263380,
          "entryUtc": "2025-03-18T02:03:00.000Z",
          "exitTs": 1742266440,
          "dir": 1,
          "entryPrice": 3004.035,
          "exitPrice": 3011.821,
          "stopDistance": 3.893,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 51
        },
        {
          "entryTs": 1742277420,
          "entryUtc": "2025-03-18T05:57:00.000Z",
          "exitTs": 1742286120,
          "dir": 1,
          "entryPrice": 3011.548,
          "exitPrice": 3021.33,
          "stopDistance": 4.891,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 145
        },
        {
          "entryTs": 1742305140,
          "entryUtc": "2025-03-18T13:39:00.000Z",
          "exitTs": 1742362620,
          "dir": 1,
          "entryPrice": 3029.855,
          "exitPrice": 3041.819,
          "stopDistance": 5.982,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 958
        },
        {
          "entryTs": 1742364780,
          "entryUtc": "2025-03-19T06:13:00.000Z",
          "exitTs": 1742365260,
          "dir": 1,
          "entryPrice": 3038.255,
          "exitPrice": 3034.382,
          "stopDistance": 3.873,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 8
        },
        {
          "entryTs": 1742366700,
          "entryUtc": "2025-03-19T06:45:00.000Z",
          "exitTs": 1742371800,
          "dir": -1,
          "entryPrice": 3041.188,
          "exitPrice": 3032.003,
          "stopDistance": 4.592,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 85
        },
        {
          "entryTs": 1742379480,
          "entryUtc": "2025-03-19T10:18:00.000Z",
          "exitTs": 1742383500,
          "dir": -1,
          "entryPrice": 3032.278,
          "exitPrice": 3038.055,
          "stopDistance": 5.777,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 67
        },
        {
          "entryTs": 1742446920,
          "entryUtc": "2025-03-20T05:02:00.000Z",
          "exitTs": 1742456760,
          "dir": -1,
          "entryPrice": 3053.225,
          "exitPrice": 3043.093,
          "stopDistance": 5.066,
          "outcome": "target",
          "netR": 1.927,
          "holdMinutes": 164
        },
        {
          "entryTs": 1742469180,
          "entryUtc": "2025-03-20T11:13:00.000Z",
          "exitTs": 1742474760,
          "dir": 1,
          "entryPrice": 3029.848,
          "exitPrice": 3041.93,
          "stopDistance": 6.041,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 93
        },
        {
          "entryTs": 1742478600,
          "entryUtc": "2025-03-20T13:50:00.000Z",
          "exitTs": 1742515200,
          "dir": 1,
          "entryPrice": 3033.205,
          "exitPrice": 3046.941,
          "stopDistance": 6.868,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 610
        },
        {
          "entryTs": 1742537100,
          "entryUtc": "2025-03-21T06:05:00.000Z",
          "exitTs": 1742544120,
          "dir": -1,
          "entryPrice": 3030.298,
          "exitPrice": 3033.873,
          "stopDistance": 3.575,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 117
        },
        {
          "entryTs": 1742548200,
          "entryUtc": "2025-03-21T09:10:00.000Z",
          "exitTs": 1742563980,
          "dir": 1,
          "entryPrice": 3029.885,
          "exitPrice": 3024.848,
          "stopDistance": 5.038,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 263
        },
        {
          "entryTs": 1742567400,
          "entryUtc": "2025-03-21T14:30:00.000Z",
          "exitTs": 1742588760,
          "dir": 1,
          "entryPrice": 3006.315,
          "exitPrice": 3022.996,
          "stopDistance": 8.34,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 356
        },
        {
          "entryTs": 1742779080,
          "entryUtc": "2025-03-24T01:18:00.000Z",
          "exitTs": 1742784300,
          "dir": 1,
          "entryPrice": 3021.135,
          "exitPrice": 3016.782,
          "stopDistance": 4.353,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 87
        },
        {
          "entryTs": 1742793060,
          "entryUtc": "2025-03-24T05:11:00.000Z",
          "exitTs": 1742800980,
          "dir": -1,
          "entryPrice": 3022.815,
          "exitPrice": 3027.684,
          "stopDistance": 4.869,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 132
        },
        {
          "entryTs": 1742809260,
          "entryUtc": "2025-03-24T09:41:00.000Z",
          "exitTs": 1742823900,
          "dir": 1,
          "entryPrice": 3024.645,
          "exitPrice": 3019.914,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 244
        },
        {
          "entryTs": 1742885220,
          "entryUtc": "2025-03-25T06:47:00.000Z",
          "exitTs": 1742889420,
          "dir": 1,
          "entryPrice": 3015.115,
          "exitPrice": 3011.476,
          "stopDistance": 3.639,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 70
        },
        {
          "entryTs": 1742890620,
          "entryUtc": "2025-03-25T08:17:00.000Z",
          "exitTs": 1742896080,
          "dir": 1,
          "entryPrice": 3013.078,
          "exitPrice": 3021.782,
          "stopDistance": 4.352,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 91
        },
        {
          "entryTs": 1742915400,
          "entryUtc": "2025-03-25T15:10:00.000Z",
          "exitTs": 1742916660,
          "dir": 1,
          "entryPrice": 3024.155,
          "exitPrice": 3018.673,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742959740,
          "entryUtc": "2025-03-26T03:29:00.000Z",
          "exitTs": 1742963220,
          "dir": 1,
          "entryPrice": 3018.565,
          "exitPrice": 3015.352,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 58
        },
        {
          "entryTs": 1743075120,
          "entryUtc": "2025-03-27T11:32:00.000Z",
          "exitTs": 1743081720,
          "dir": -1,
          "entryPrice": 3051.228,
          "exitPrice": 3038.926,
          "stopDistance": 6.151,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 110
        },
        {
          "entryTs": 1743085140,
          "entryUtc": "2025-03-27T14:19:00.000Z",
          "exitTs": 1743086340,
          "dir": -1,
          "entryPrice": 3049.508,
          "exitPrice": 3055.96,
          "stopDistance": 6.452,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 20
        },
        {
          "entryTs": 1743166800,
          "entryUtc": "2025-03-28T13:00:00.000Z",
          "exitTs": 1743172440,
          "dir": 1,
          "entryPrice": 3076.139,
          "exitPrice": 3070.318,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 94
        },
        {
          "entryTs": 1743433920,
          "entryUtc": "2025-03-31T15:12:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3124.065,
          "exitPrice": 3132.071,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 589
        },
        {
          "entryTs": 1743489900,
          "entryUtc": "2025-04-01T06:45:00.000Z",
          "exitTs": 1743493560,
          "dir": 1,
          "entryPrice": 3131.848,
          "exitPrice": 3124.673,
          "stopDistance": 7.175,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 61
        },
        {
          "entryTs": 1743514800,
          "entryUtc": "2025-04-01T13:40:00.000Z",
          "exitTs": 1743522180,
          "dir": -1,
          "entryPrice": 3133.215,
          "exitPrice": 3119.506,
          "stopDistance": 6.855,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 123
        },
        {
          "entryTs": 1743598800,
          "entryUtc": "2025-04-02T13:00:00.000Z",
          "exitTs": 1743624780,
          "dir": 1,
          "entryPrice": 3121.195,
          "exitPrice": 3113.432,
          "stopDistance": 7.763,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 433
        },
        {
          "entryTs": 1743626160,
          "entryUtc": "2025-04-02T20:36:00.000Z",
          "exitTs": 1743632100,
          "dir": 1,
          "entryPrice": 3123.898,
          "exitPrice": 3146.594,
          "stopDistance": 11.348,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 99
        },
        {
          "entryTs": 1743644220,
          "entryUtc": "2025-04-03T01:37:00.000Z",
          "exitTs": 1743657360,
          "dir": -1,
          "entryPrice": 3160.795,
          "exitPrice": 3132.628,
          "stopDistance": 14.084,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 219
        },
        {
          "entryTs": 1743686280,
          "entryUtc": "2025-04-03T13:18:00.000Z",
          "exitTs": 1743687540,
          "dir": -1,
          "entryPrice": 3065.605,
          "exitPrice": 3081.765,
          "stopDistance": 16.16,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 21
        },
        {
          "entryTs": 1743766800,
          "entryUtc": "2025-04-04T11:40:00.000Z",
          "exitTs": 1743767100,
          "dir": 1,
          "entryPrice": 3110.935,
          "exitPrice": 3097.479,
          "stopDistance": 13.456,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 5
        },
        {
          "entryTs": 1743985020,
          "entryUtc": "2025-04-07T00:17:00.000Z",
          "exitTs": 1743988500,
          "dir": -1,
          "entryPrice": 2987.225,
          "exitPrice": 3010.995,
          "stopDistance": 23.77,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 58
        },
        {
          "entryTs": 1744029960,
          "entryUtc": "2025-04-07T12:46:00.000Z",
          "exitTs": 1744037520,
          "dir": -1,
          "entryPrice": 3025.505,
          "exitPrice": 2996.844,
          "stopDistance": 14.331,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 126
        },
        {
          "entryTs": 1744074900,
          "entryUtc": "2025-04-08T01:15:00.000Z",
          "exitTs": 1744094100,
          "dir": 1,
          "entryPrice": 2991.415,
          "exitPrice": 3013.48,
          "stopDistance": 11.032,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 320
        },
        {
          "entryTs": 1744114860,
          "entryUtc": "2025-04-08T12:21:00.000Z",
          "exitTs": 1744127940,
          "dir": 1,
          "entryPrice": 3010.325,
          "exitPrice": 3001.775,
          "stopDistance": 8.55,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 218
        },
        {
          "entryTs": 1744250400,
          "entryUtc": "2025-04-10T02:00:00.000Z",
          "exitTs": 1744250940,
          "dir": -1,
          "entryPrice": 3096.905,
          "exitPrice": 3111.439,
          "stopDistance": 14.534,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 9
        },
        {
          "entryTs": 1744292820,
          "entryUtc": "2025-04-10T13:47:00.000Z",
          "exitTs": 1744294020,
          "dir": -1,
          "entryPrice": 3125.485,
          "exitPrice": 3138.054,
          "stopDistance": 12.568,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 20
        },
        {
          "entryTs": 1744353720,
          "entryUtc": "2025-04-11T06:42:00.000Z",
          "exitTs": 1744359720,
          "dir": -1,
          "entryPrice": 3208.495,
          "exitPrice": 3221.789,
          "stopDistance": 13.294,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 100
        },
        {
          "entryTs": 1744380000,
          "entryUtc": "2025-04-11T14:00:00.000Z",
          "exitTs": 1744581600,
          "dir": -1,
          "entryPrice": 3230.24,
          "exitPrice": 3218.925,
          "stopDistance": 15.511,
          "outcome": "time",
          "netR": 0.7056,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1744638240,
          "entryUtc": "2025-04-14T13:44:00.000Z",
          "exitTs": 1744679880,
          "dir": -1,
          "entryPrice": 3206.325,
          "exitPrice": 3218.547,
          "stopDistance": 12.222,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 694
        },
        {
          "entryTs": 1744714440,
          "entryUtc": "2025-04-15T10:54:00.000Z",
          "exitTs": 1744725060,
          "dir": 1,
          "entryPrice": 3220.265,
          "exitPrice": 3213.626,
          "stopDistance": 6.639,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 177
        },
        {
          "entryTs": 1744798080,
          "entryUtc": "2025-04-16T10:08:00.000Z",
          "exitTs": 1744818120,
          "dir": 1,
          "entryPrice": 3299.435,
          "exitPrice": 3324.133,
          "stopDistance": 12.349,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 334
        },
        {
          "entryTs": 1744850820,
          "entryUtc": "2025-04-17T00:47:00.000Z",
          "exitTs": 1744852500,
          "dir": -1,
          "entryPrice": 3344.935,
          "exitPrice": 3353.28,
          "stopDistance": 8.345,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 28
        },
        {
          "entryTs": 1744893060,
          "entryUtc": "2025-04-17T12:31:00.000Z",
          "exitTs": 1744898520,
          "dir": -1,
          "entryPrice": 3327.205,
          "exitPrice": 3305.334,
          "stopDistance": 10.936,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 91
        },
        {
          "entryTs": 1745234940,
          "entryUtc": "2025-04-21T11:29:00.000Z",
          "exitTs": 1745235420,
          "dir": -1,
          "entryPrice": 3392.475,
          "exitPrice": 3400.031,
          "stopDistance": 7.556,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 8
        },
        {
          "entryTs": 1745280180,
          "entryUtc": "2025-04-22T00:03:00.000Z",
          "exitTs": 1745280180,
          "dir": 1,
          "entryPrice": 3423.985,
          "exitPrice": 3414.691,
          "stopDistance": 9.294,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 0
        },
        {
          "entryTs": 1745285520,
          "entryUtc": "2025-04-22T01:32:00.000Z",
          "exitTs": 1745285880,
          "dir": -1,
          "entryPrice": 3441.175,
          "exitPrice": 3450.603,
          "stopDistance": 9.428,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 6
        },
        {
          "entryTs": 1745370060,
          "entryUtc": "2025-04-23T01:01:00.000Z",
          "exitTs": 1745377920,
          "dir": -1,
          "entryPrice": 3379.745,
          "exitPrice": 3336.318,
          "stopDistance": 21.714,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 131
        },
        {
          "entryTs": 1745411460,
          "entryUtc": "2025-04-23T12:31:00.000Z",
          "exitTs": 1745413320,
          "dir": 1,
          "entryPrice": 3324.355,
          "exitPrice": 3307.732,
          "stopDistance": 16.623,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 31
        },
        {
          "entryTs": 1745464320,
          "entryUtc": "2025-04-24T03:12:00.000Z",
          "exitTs": 1745474400,
          "dir": 1,
          "entryPrice": 3332.795,
          "exitPrice": 3319.507,
          "stopDistance": 13.288,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 168
        },
        {
          "entryTs": 1745505960,
          "entryUtc": "2025-04-24T14:46:00.000Z",
          "exitTs": 1745523600,
          "dir": -1,
          "entryPrice": 3328.625,
          "exitPrice": 3340.738,
          "stopDistance": 12.113,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 294
        },
        {
          "entryTs": 1745537640,
          "entryUtc": "2025-04-24T23:34:00.000Z",
          "exitTs": 1745552460,
          "dir": 1,
          "entryPrice": 3350.885,
          "exitPrice": 3341.376,
          "stopDistance": 9.509,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 247
        },
        {
          "entryTs": 1745582520,
          "entryUtc": "2025-04-25T12:02:00.000Z",
          "exitTs": 1745587020,
          "dir": -1,
          "entryPrice": 3298.205,
          "exitPrice": 3275.916,
          "stopDistance": 11.145,
          "outcome": "target",
          "netR": 1.9668,
          "holdMinutes": 75
        },
        {
          "entryTs": 1745799960,
          "entryUtc": "2025-04-28T00:26:00.000Z",
          "exitTs": 1745803500,
          "dir": 1,
          "entryPrice": 3305.855,
          "exitPrice": 3294.034,
          "stopDistance": 11.821,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 59
        },
        {
          "entryTs": 1745827320,
          "entryUtc": "2025-04-28T08:02:00.000Z",
          "exitTs": 1745834400,
          "dir": 1,
          "entryPrice": 3285.845,
          "exitPrice": 3273.591,
          "stopDistance": 12.254,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 118
        },
        {
          "entryTs": 1745848800,
          "entryUtc": "2025-04-28T14:00:00.000Z",
          "exitTs": 1745849760,
          "dir": -1,
          "entryPrice": 3294.995,
          "exitPrice": 3304.965,
          "stopDistance": 9.97,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 16
        },
        {
          "entryTs": 1745953320,
          "entryUtc": "2025-04-29T19:02:00.000Z",
          "exitTs": 1745984520,
          "dir": -1,
          "entryPrice": 3323.275,
          "exitPrice": 3303.335,
          "stopDistance": 9.97,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 520
        },
        {
          "entryTs": 1746021300,
          "entryUtc": "2025-04-30T13:55:00.000Z",
          "exitTs": 1746023640,
          "dir": 1,
          "entryPrice": 3307.585,
          "exitPrice": 3293.838,
          "stopDistance": 13.747,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 39
        },
        {
          "entryTs": 1746025860,
          "entryUtc": "2025-04-30T15:11:00.000Z",
          "exitTs": 1746045120,
          "dir": 1,
          "entryPrice": 3304.285,
          "exitPrice": 3288.38,
          "stopDistance": 15.905,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 321
        },
        {
          "entryTs": 1746055020,
          "entryUtc": "2025-04-30T23:17:00.000Z",
          "exitTs": 1746058800,
          "dir": 1,
          "entryPrice": 3275.525,
          "exitPrice": 3263.997,
          "stopDistance": 11.527,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 63
        },
        {
          "entryTs": 1746169200,
          "entryUtc": "2025-05-02T07:00:00.000Z",
          "exitTs": 1746171300,
          "dir": -1,
          "entryPrice": 3254.475,
          "exitPrice": 3262.796,
          "stopDistance": 8.321,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 35
        },
        {
          "entryTs": 1746192780,
          "entryUtc": "2025-05-02T13:33:00.000Z",
          "exitTs": 1746200160,
          "dir": 1,
          "entryPrice": 3250.065,
          "exitPrice": 3239.166,
          "stopDistance": 10.899,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 123
        },
        {
          "entryTs": 1746411660,
          "entryUtc": "2025-05-05T02:21:00.000Z",
          "exitTs": 1746433740,
          "dir": -1,
          "entryPrice": 3263.415,
          "exitPrice": 3273.233,
          "stopDistance": 9.818,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 368
        },
        {
          "entryTs": 1746484860,
          "entryUtc": "2025-05-05T22:41:00.000Z",
          "exitTs": 1746493260,
          "dir": -1,
          "entryPrice": 3332.045,
          "exitPrice": 3340.436,
          "stopDistance": 8.391,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 140
        },
        {
          "entryTs": 1746499620,
          "entryUtc": "2025-05-06T02:47:00.000Z",
          "exitTs": 1746535200,
          "dir": 1,
          "entryPrice": 3361.835,
          "exitPrice": 3388.794,
          "stopDistance": 13.479,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 593
        },
        {
          "entryTs": 1746544080,
          "entryUtc": "2025-05-06T15:08:00.000Z",
          "exitTs": 1746548700,
          "dir": -1,
          "entryPrice": 3391.565,
          "exitPrice": 3402.498,
          "stopDistance": 10.934,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 77
        },
        {
          "entryTs": 1746612720,
          "entryUtc": "2025-05-07T10:12:00.000Z",
          "exitTs": 1746625500,
          "dir": -1,
          "entryPrice": 3382.655,
          "exitPrice": 3393.94,
          "stopDistance": 11.285,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 213
        },
        {
          "entryTs": 1746642660,
          "entryUtc": "2025-05-07T18:31:00.000Z",
          "exitTs": 1746645060,
          "dir": 1,
          "entryPrice": 3384.715,
          "exitPrice": 3374.952,
          "stopDistance": 9.763,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 40
        },
        {
          "entryTs": 1746798060,
          "entryUtc": "2025-05-09T13:41:00.000Z",
          "exitTs": 1746799320,
          "dir": 1,
          "entryPrice": 3333.375,
          "exitPrice": 3323.935,
          "stopDistance": 9.44,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 21
        },
        {
          "entryTs": 1747014120,
          "entryUtc": "2025-05-12T01:42:00.000Z",
          "exitTs": 1747034520,
          "dir": -1,
          "entryPrice": 3274.275,
          "exitPrice": 3243.572,
          "stopDistance": 15.352,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 340
        },
        {
          "entryTs": 1747095720,
          "entryUtc": "2025-05-13T00:22:00.000Z",
          "exitTs": 1747099680,
          "dir": 1,
          "entryPrice": 3237.935,
          "exitPrice": 3230.394,
          "stopDistance": 7.541,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 66
        },
        {
          "entryTs": 1747105140,
          "entryUtc": "2025-05-13T02:59:00.000Z",
          "exitTs": 1747111800,
          "dir": 1,
          "entryPrice": 3228.055,
          "exitPrice": 3248.834,
          "stopDistance": 10.389,
          "outcome": "target",
          "netR": 1.9644,
          "holdMinutes": 111
        },
        {
          "entryTs": 1747116960,
          "entryUtc": "2025-05-13T06:16:00.000Z",
          "exitTs": 1747118940,
          "dir": -1,
          "entryPrice": 3252.875,
          "exitPrice": 3262.874,
          "stopDistance": 9.999,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 33
        },
        {
          "entryTs": 1747141080,
          "entryUtc": "2025-05-13T12:58:00.000Z",
          "exitTs": 1747143600,
          "dir": 1,
          "entryPrice": 3241.525,
          "exitPrice": 3232.919,
          "stopDistance": 8.606,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 42
        },
        {
          "entryTs": 1747186920,
          "entryUtc": "2025-05-14T01:42:00.000Z",
          "exitTs": 1747188180,
          "dir": 1,
          "entryPrice": 3243.379,
          "exitPrice": 3235.625,
          "stopDistance": 7.754,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 21
        },
        {
          "entryTs": 1747376760,
          "entryUtc": "2025-05-16T06:26:00.000Z",
          "exitTs": 1747379880,
          "dir": 1,
          "entryPrice": 3218.785,
          "exitPrice": 3208.305,
          "stopDistance": 10.479,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 52
        },
        {
          "entryTs": 1747398180,
          "entryUtc": "2025-05-16T12:23:00.000Z",
          "exitTs": 1747402920,
          "dir": -1,
          "entryPrice": 3171.745,
          "exitPrice": 3185.986,
          "stopDistance": 14.241,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 79
        },
        {
          "entryTs": 1747405140,
          "entryUtc": "2025-05-16T14:19:00.000Z",
          "exitTs": 1747605600,
          "dir": 1,
          "entryPrice": 3176.415,
          "exitPrice": 3206.686,
          "stopDistance": 15.135,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 3341
        },
        {
          "entryTs": 1747660500,
          "entryUtc": "2025-05-19T13:15:00.000Z",
          "exitTs": 1747663320,
          "dir": -1,
          "entryPrice": 3241.035,
          "exitPrice": 3222.772,
          "stopDistance": 9.131,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 47
        },
        {
          "entryTs": 1747702980,
          "entryUtc": "2025-05-20T01:03:00.000Z",
          "exitTs": 1747705080,
          "dir": -1,
          "entryPrice": 3226.065,
          "exitPrice": 3232.096,
          "stopDistance": 6.031,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 35
        },
        {
          "entryTs": 1747721280,
          "entryUtc": "2025-05-20T06:08:00.000Z",
          "exitTs": 1747726980,
          "dir": -1,
          "entryPrice": 3214.975,
          "exitPrice": 3222.643,
          "stopDistance": 7.668,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 95
        },
        {
          "entryTs": 1747782240,
          "entryUtc": "2025-05-20T23:04:00.000Z",
          "exitTs": 1747789200,
          "dir": 1,
          "entryPrice": 3290.225,
          "exitPrice": 3305.112,
          "stopDistance": 7.443,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 116
        },
        {
          "entryTs": 1747795260,
          "entryUtc": "2025-05-21T02:41:00.000Z",
          "exitTs": 1747806060,
          "dir": -1,
          "entryPrice": 3301.915,
          "exitPrice": 3310.861,
          "stopDistance": 8.945,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 180
        },
        {
          "entryTs": 1747858500,
          "entryUtc": "2025-05-21T20:15:00.000Z",
          "exitTs": 1747876860,
          "dir": 1,
          "entryPrice": 3315.065,
          "exitPrice": 3332.874,
          "stopDistance": 8.904,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 306
        },
        {
          "entryTs": 1747899300,
          "entryUtc": "2025-05-22T07:35:00.000Z",
          "exitTs": 1747902420,
          "dir": 1,
          "entryPrice": 3326.145,
          "exitPrice": 3318.446,
          "stopDistance": 7.699,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 52
        },
        {
          "entryTs": 1747913880,
          "entryUtc": "2025-05-22T11:38:00.000Z",
          "exitTs": 1747914840,
          "dir": -1,
          "entryPrice": 3298.605,
          "exitPrice": 3308.141,
          "stopDistance": 9.536,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 16
        },
        {
          "entryTs": 1747999920,
          "entryUtc": "2025-05-23T11:32:00.000Z",
          "exitTs": 1748000940,
          "dir": 1,
          "entryPrice": 3328.355,
          "exitPrice": 3343.245,
          "stopDistance": 7.445,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 17
        },
        {
          "entryTs": 1748004780,
          "entryUtc": "2025-05-23T12:53:00.000Z",
          "exitTs": 1748007300,
          "dir": 1,
          "entryPrice": 3349.685,
          "exitPrice": 3338.72,
          "stopDistance": 10.965,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 42
        },
        {
          "entryTs": 1748221920,
          "entryUtc": "2025-05-26T01:12:00.000Z",
          "exitTs": 1748227020,
          "dir": 1,
          "entryPrice": 3335.298,
          "exitPrice": 3353.976,
          "stopDistance": 9.339,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 85
        },
        {
          "entryTs": 1748263320,
          "entryUtc": "2025-05-26T12:42:00.000Z",
          "exitTs": 1748268000,
          "dir": -1,
          "entryPrice": 3332.905,
          "exitPrice": 3339.141,
          "stopDistance": 6.235,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 78
        },
        {
          "entryTs": 1748305140,
          "entryUtc": "2025-05-27T00:19:00.000Z",
          "exitTs": 1748307840,
          "dir": 1,
          "entryPrice": 3346.475,
          "exitPrice": 3342.183,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 45
        },
        {
          "entryTs": 1748332980,
          "entryUtc": "2025-05-27T08:03:00.000Z",
          "exitTs": 1748392260,
          "dir": -1,
          "entryPrice": 3304.665,
          "exitPrice": 3314.965,
          "stopDistance": 10.3,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 988
        },
        {
          "entryTs": 1748394540,
          "entryUtc": "2025-05-28T01:09:00.000Z",
          "exitTs": 1748396880,
          "dir": 1,
          "entryPrice": 3304.155,
          "exitPrice": 3298.288,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 39
        },
        {
          "entryTs": 1748397780,
          "entryUtc": "2025-05-28T02:03:00.000Z",
          "exitTs": 1748397840,
          "dir": -1,
          "entryPrice": 3306.035,
          "exitPrice": 3312.432,
          "stopDistance": 6.397,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 1
        },
        {
          "entryTs": 1748427420,
          "entryUtc": "2025-05-28T10:17:00.000Z",
          "exitTs": 1748430840,
          "dir": 1,
          "entryPrice": 3318.145,
          "exitPrice": 3309.742,
          "stopDistance": 8.403,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 57
        },
        {
          "entryTs": 1748472960,
          "entryUtc": "2025-05-28T22:56:00.000Z",
          "exitTs": 1748473860,
          "dir": -1,
          "entryPrice": 3288.148,
          "exitPrice": 3270.429,
          "stopDistance": 8.86,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 15
        },
        {
          "entryTs": 1748568720,
          "entryUtc": "2025-05-30T01:32:00.000Z",
          "exitTs": 1748570640,
          "dir": 1,
          "entryPrice": 3313.055,
          "exitPrice": 3307.153,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 32
        },
        {
          "entryTs": 1748587860,
          "entryUtc": "2025-05-30T06:51:00.000Z",
          "exitTs": 1748610600,
          "dir": -1,
          "entryPrice": 3298.925,
          "exitPrice": 3307.287,
          "stopDistance": 8.362,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 379
        },
        {
          "entryTs": 1748856600,
          "entryUtc": "2025-06-02T09:30:00.000Z",
          "exitTs": 1748866920,
          "dir": 1,
          "entryPrice": 3344.798,
          "exitPrice": 3361.546,
          "stopDistance": 8.374,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 172
        },
        {
          "entryTs": 1748937660,
          "entryUtc": "2025-06-03T08:01:00.000Z",
          "exitTs": 1748958360,
          "dir": -1,
          "entryPrice": 3361.715,
          "exitPrice": 3344.32,
          "stopDistance": 8.697,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 345
        },
        {
          "entryTs": 1748998200,
          "entryUtc": "2025-06-04T00:50:00.000Z",
          "exitTs": 1748999880,
          "dir": -1,
          "entryPrice": 3353.635,
          "exitPrice": 3359.282,
          "stopDistance": 5.647,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 28
        },
        {
          "entryTs": 1749084120,
          "entryUtc": "2025-06-05T00:42:00.000Z",
          "exitTs": 1749085560,
          "dir": 1,
          "entryPrice": 3373.235,
          "exitPrice": 3383.629,
          "stopDistance": 5.197,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 24
        },
        {
          "entryTs": 1749126660,
          "entryUtc": "2025-06-05T12:31:00.000Z",
          "exitTs": 1749127740,
          "dir": -1,
          "entryPrice": 3399.765,
          "exitPrice": 3384.194,
          "stopDistance": 7.785,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 18
        },
        {
          "entryTs": 1749172500,
          "entryUtc": "2025-06-06T01:15:00.000Z",
          "exitTs": 1749186180,
          "dir": 1,
          "entryPrice": 3361.248,
          "exitPrice": 3374.431,
          "stopDistance": 6.591,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 228
        },
        {
          "entryTs": 1749198420,
          "entryUtc": "2025-06-06T08:27:00.000Z",
          "exitTs": 1749213000,
          "dir": -1,
          "entryPrice": 3362.705,
          "exitPrice": 3349.324,
          "stopDistance": 6.69,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 243
        },
        {
          "entryTs": 1749213960,
          "entryUtc": "2025-06-06T12:46:00.000Z",
          "exitTs": 1749218400,
          "dir": -1,
          "entryPrice": 3356.345,
          "exitPrice": 3339.82,
          "stopDistance": 8.262,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 74
        },
        {
          "entryTs": 1749422460,
          "entryUtc": "2025-06-08T22:41:00.000Z",
          "exitTs": 1749429780,
          "dir": 1,
          "entryPrice": 3310.825,
          "exitPrice": 3302.529,
          "stopDistance": 8.296,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 122
        },
        {
          "entryTs": 1749437640,
          "entryUtc": "2025-06-09T02:54:00.000Z",
          "exitTs": 1749448080,
          "dir": -1,
          "entryPrice": 3306.395,
          "exitPrice": 3315.984,
          "stopDistance": 9.589,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 174
        },
        {
          "entryTs": 1749461520,
          "entryUtc": "2025-06-09T09:32:00.000Z",
          "exitTs": 1749478440,
          "dir": -1,
          "entryPrice": 3319.679,
          "exitPrice": 3326.195,
          "stopDistance": 6.516,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 282
        },
        {
          "entryTs": 1749557580,
          "entryUtc": "2025-06-10T12:13:00.000Z",
          "exitTs": 1749561780,
          "dir": 1,
          "entryPrice": 3329.575,
          "exitPrice": 3342.377,
          "stopDistance": 6.401,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 70
        },
        {
          "entryTs": 1749564600,
          "entryUtc": "2025-06-10T14:10:00.000Z",
          "exitTs": 1749567060,
          "dir": 1,
          "entryPrice": 3333.595,
          "exitPrice": 3326.165,
          "stopDistance": 7.43,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 41
        },
        {
          "entryTs": 1749598620,
          "entryUtc": "2025-06-10T23:37:00.000Z",
          "exitTs": 1749600960,
          "dir": -1,
          "entryPrice": 3324.085,
          "exitPrice": 3330.915,
          "stopDistance": 6.83,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 39
        },
        {
          "entryTs": 1749646800,
          "entryUtc": "2025-06-11T13:00:00.000Z",
          "exitTs": 1749673560,
          "dir": -1,
          "entryPrice": 3338.765,
          "exitPrice": 3350.001,
          "stopDistance": 11.236,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 446
        },
        {
          "entryTs": 1749740340,
          "entryUtc": "2025-06-12T14:59:00.000Z",
          "exitTs": 1749773220,
          "dir": 1,
          "entryPrice": 3383.198,
          "exitPrice": 3406.598,
          "stopDistance": 11.7,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 548
        },
        {
          "entryTs": 1749802440,
          "entryUtc": "2025-06-13T08:14:00.000Z",
          "exitTs": 1749818220,
          "dir": -1,
          "entryPrice": 3422.075,
          "exitPrice": 3432.515,
          "stopDistance": 10.44,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 263
        },
        {
          "entryTs": 1750118460,
          "entryUtc": "2025-06-17T00:01:00.000Z",
          "exitTs": 1750125900,
          "dir": 1,
          "entryPrice": 3398.555,
          "exitPrice": 3391.259,
          "stopDistance": 7.296,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 124
        },
        {
          "entryTs": 1750166100,
          "entryUtc": "2025-06-17T13:15:00.000Z",
          "exitTs": 1750170780,
          "dir": -1,
          "entryPrice": 3393.645,
          "exitPrice": 3377.209,
          "stopDistance": 8.218,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 78
        },
        {
          "entryTs": 1750173600,
          "entryUtc": "2025-06-17T15:20:00.000Z",
          "exitTs": 1750175400,
          "dir": 1,
          "entryPrice": 3383.665,
          "exitPrice": 3372.818,
          "stopDistance": 10.847,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 30
        },
        {
          "entryTs": 1750216440,
          "entryUtc": "2025-06-18T03:14:00.000Z",
          "exitTs": 1750218720,
          "dir": -1,
          "entryPrice": 3383.845,
          "exitPrice": 3390.462,
          "stopDistance": 6.617,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 38
        },
        {
          "entryTs": 1750239000,
          "entryUtc": "2025-06-18T09:30:00.000Z",
          "exitTs": 1750253340,
          "dir": 1,
          "entryPrice": 3381.348,
          "exitPrice": 3395.203,
          "stopDistance": 6.928,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 239
        },
        {
          "entryTs": 1750272000,
          "entryUtc": "2025-06-18T18:40:00.000Z",
          "exitTs": 1750272840,
          "dir": 1,
          "entryPrice": 3386.098,
          "exitPrice": 3379.116,
          "stopDistance": 6.982,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 14
        },
        {
          "entryTs": 1750375380,
          "entryUtc": "2025-06-19T23:23:00.000Z",
          "exitTs": 1750386660,
          "dir": -1,
          "entryPrice": 3369.215,
          "exitPrice": 3355.383,
          "stopDistance": 6.916,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 188
        },
        {
          "entryTs": 1750403100,
          "entryUtc": "2025-06-20T07:05:00.000Z",
          "exitTs": 1750411680,
          "dir": -1,
          "entryPrice": 3348.948,
          "exitPrice": 3355.879,
          "stopDistance": 6.931,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 143
        },
        {
          "entryTs": 1750424760,
          "entryUtc": "2025-06-20T13:06:00.000Z",
          "exitTs": 1750425720,
          "dir": -1,
          "entryPrice": 3347.885,
          "exitPrice": 3354.467,
          "stopDistance": 6.582,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 16
        },
        {
          "entryTs": 1750648080,
          "entryUtc": "2025-06-23T03:08:00.000Z",
          "exitTs": 1750677300,
          "dir": -1,
          "entryPrice": 3365.435,
          "exitPrice": 3374.884,
          "stopDistance": 9.449,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 487
        },
        {
          "entryTs": 1750686000,
          "entryUtc": "2025-06-23T13:40:00.000Z",
          "exitTs": 1750686720,
          "dir": -1,
          "entryPrice": 3378.875,
          "exitPrice": 3386.447,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 12
        },
        {
          "entryTs": 1750697520,
          "entryUtc": "2025-06-23T16:52:00.000Z",
          "exitTs": 1750711260,
          "dir": -1,
          "entryPrice": 3387.555,
          "exitPrice": 3369.008,
          "stopDistance": 9.273,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 229
        },
        {
          "entryTs": 1750769340,
          "entryUtc": "2025-06-24T12:49:00.000Z",
          "exitTs": 1750772460,
          "dir": -1,
          "entryPrice": 3313.248,
          "exitPrice": 3296.073,
          "stopDistance": 8.587,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 52
        },
        {
          "entryTs": 1750812660,
          "entryUtc": "2025-06-25T00:51:00.000Z",
          "exitTs": 1750813860,
          "dir": -1,
          "entryPrice": 3326.385,
          "exitPrice": 3331.015,
          "stopDistance": 4.63,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 20
        },
        {
          "entryTs": 1750837980,
          "entryUtc": "2025-06-25T07:53:00.000Z",
          "exitTs": 1750839420,
          "dir": 1,
          "entryPrice": 3331.525,
          "exitPrice": 3326.316,
          "stopDistance": 5.209,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 24
        },
        {
          "entryTs": 1750860300,
          "entryUtc": "2025-06-25T14:05:00.000Z",
          "exitTs": 1750866120,
          "dir": -1,
          "entryPrice": 3319.498,
          "exitPrice": 3326.238,
          "stopDistance": 6.74,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 97
        },
        {
          "entryTs": 1750896120,
          "entryUtc": "2025-06-26T00:02:00.000Z",
          "exitTs": 1750903020,
          "dir": 1,
          "entryPrice": 3333.945,
          "exitPrice": 3329.316,
          "stopDistance": 4.629,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 115
        },
        {
          "entryTs": 1750905300,
          "entryUtc": "2025-06-26T02:35:00.000Z",
          "exitTs": 1750907220,
          "dir": -1,
          "entryPrice": 3337.598,
          "exitPrice": 3342.263,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 32
        },
        {
          "entryTs": 1750919700,
          "entryUtc": "2025-06-26T06:35:00.000Z",
          "exitTs": 1750922220,
          "dir": 1,
          "entryPrice": 3333.865,
          "exitPrice": 3344.367,
          "stopDistance": 5.251,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 42
        },
        {
          "entryTs": 1750949040,
          "entryUtc": "2025-06-26T14:44:00.000Z",
          "exitTs": 1750955040,
          "dir": -1,
          "entryPrice": 3319.478,
          "exitPrice": 3329.527,
          "stopDistance": 10.049,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 100
        },
        {
          "entryTs": 1750988280,
          "entryUtc": "2025-06-27T01:38:00.000Z",
          "exitTs": 1750991400,
          "dir": 1,
          "entryPrice": 3318.635,
          "exitPrice": 3312.861,
          "stopDistance": 5.775,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 52
        },
        {
          "entryTs": 1751028660,
          "entryUtc": "2025-06-27T12:51:00.000Z",
          "exitTs": 1751030820,
          "dir": -1,
          "entryPrice": 3275.575,
          "exitPrice": 3256.992,
          "stopDistance": 9.291,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 36
        },
        {
          "entryTs": 1751047260,
          "entryUtc": "2025-06-27T18:01:00.000Z",
          "exitTs": 1751234400,
          "dir": 1,
          "entryPrice": 3275.845,
          "exitPrice": 3281.098,
          "stopDistance": 8.769,
          "outcome": "time",
          "netR": 0.5568,
          "holdMinutes": 3119
        },
        {
          "entryTs": 1751371020,
          "entryUtc": "2025-07-01T11:57:00.000Z",
          "exitTs": 1751372460,
          "dir": -1,
          "entryPrice": 3350.645,
          "exitPrice": 3356.226,
          "stopDistance": 5.581,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 24
        },
        {
          "entryTs": 1751378400,
          "entryUtc": "2025-07-01T14:00:00.000Z",
          "exitTs": 1751382240,
          "dir": 1,
          "entryPrice": 3349.515,
          "exitPrice": 3342.391,
          "stopDistance": 7.124,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 64
        },
        {
          "entryTs": 1751410860,
          "entryUtc": "2025-07-01T23:01:00.000Z",
          "exitTs": 1751419500,
          "dir": 1,
          "entryPrice": 3338.698,
          "exitPrice": 3333.959,
          "stopDistance": 4.739,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 144
        },
        {
          "entryTs": 1751461440,
          "entryUtc": "2025-07-02T13:04:00.000Z",
          "exitTs": 1751464440,
          "dir": 1,
          "entryPrice": 3342.055,
          "exitPrice": 3335.633,
          "stopDistance": 6.422,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 50
        },
        {
          "entryTs": 1751526120,
          "entryUtc": "2025-07-03T07:02:00.000Z",
          "exitTs": 1751527680,
          "dir": 1,
          "entryPrice": 3360.155,
          "exitPrice": 3354.828,
          "stopDistance": 5.327,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 26
        },
        {
          "entryTs": 1751529480,
          "entryUtc": "2025-07-03T07:58:00.000Z",
          "exitTs": 1751535360,
          "dir": 1,
          "entryPrice": 3352.565,
          "exitPrice": 3347.873,
          "stopDistance": 4.692,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 98
        },
        {
          "entryTs": 1751614920,
          "entryUtc": "2025-07-04T07:42:00.000Z",
          "exitTs": 1751621700,
          "dir": -1,
          "entryPrice": 3342.095,
          "exitPrice": 3333.279,
          "stopDistance": 4.408,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 113
        },
        {
          "entryTs": 1751841000,
          "entryUtc": "2025-07-06T22:30:00.000Z",
          "exitTs": 1751847000,
          "dir": -1,
          "entryPrice": 3334.015,
          "exitPrice": 3324.388,
          "stopDistance": 4.813,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 100
        },
        {
          "entryTs": 1751864940,
          "entryUtc": "2025-07-07T05:09:00.000Z",
          "exitTs": 1751885100,
          "dir": -1,
          "entryPrice": 3310.785,
          "exitPrice": 3296.803,
          "stopDistance": 6.991,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 336
        },
        {
          "entryTs": 1751937720,
          "entryUtc": "2025-07-08T01:22:00.000Z",
          "exitTs": 1751958360,
          "dir": -1,
          "entryPrice": 3333.149,
          "exitPrice": 3338.699,
          "stopDistance": 5.55,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 344
        },
        {
          "entryTs": 1751975820,
          "entryUtc": "2025-07-08T11:57:00.000Z",
          "exitTs": 1751978220,
          "dir": -1,
          "entryPrice": 3323.825,
          "exitPrice": 3329.456,
          "stopDistance": 5.631,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 40
        },
        {
          "entryTs": 1751981340,
          "entryUtc": "2025-07-08T13:29:00.000Z",
          "exitTs": 1751983380,
          "dir": -1,
          "entryPrice": 3325.915,
          "exitPrice": 3313.421,
          "stopDistance": 6.247,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 34
        },
        {
          "entryTs": 1752023580,
          "entryUtc": "2025-07-09T01:13:00.000Z",
          "exitTs": 1752028860,
          "dir": 1,
          "entryPrice": 3301.149,
          "exitPrice": 3295.894,
          "stopDistance": 5.255,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 88
        },
        {
          "entryTs": 1752109500,
          "entryUtc": "2025-07-10T01:05:00.000Z",
          "exitTs": 1752110760,
          "dir": -1,
          "entryPrice": 3318.825,
          "exitPrice": 3323.47,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 21
        },
        {
          "entryTs": 1752137160,
          "entryUtc": "2025-07-10T08:46:00.000Z",
          "exitTs": 1752155220,
          "dir": -1,
          "entryPrice": 3326.405,
          "exitPrice": 3316.842,
          "stopDistance": 4.781,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 301
        },
        {
          "entryTs": 1752240720,
          "entryUtc": "2025-07-11T13:32:00.000Z",
          "exitTs": 1752245640,
          "dir": -1,
          "entryPrice": 3354.919,
          "exitPrice": 3362.134,
          "stopDistance": 7.215,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 82
        },
        {
          "entryTs": 1752449400,
          "entryUtc": "2025-07-13T23:30:00.000Z",
          "exitTs": 1752459180,
          "dir": -1,
          "entryPrice": 3368.645,
          "exitPrice": 3354.827,
          "stopDistance": 6.909,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 163
        },
        {
          "entryTs": 1752481260,
          "entryUtc": "2025-07-14T08:21:00.000Z",
          "exitTs": 1752495060,
          "dir": 1,
          "entryPrice": 3368.575,
          "exitPrice": 3361.863,
          "stopDistance": 6.712,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 230
        },
        {
          "entryTs": 1752592860,
          "entryUtc": "2025-07-15T15:21:00.000Z",
          "exitTs": 1752593400,
          "dir": 1,
          "entryPrice": 3340.685,
          "exitPrice": 3332.256,
          "stopDistance": 8.429,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 9
        },
        {
          "entryTs": 1752677640,
          "entryUtc": "2025-07-16T14:54:00.000Z",
          "exitTs": 1752677760,
          "dir": -1,
          "entryPrice": 3334.179,
          "exitPrice": 3340.015,
          "stopDistance": 5.836,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 2
        },
        {
          "entryTs": 1752736800,
          "entryUtc": "2025-07-17T07:20:00.000Z",
          "exitTs": 1752750000,
          "dir": 1,
          "entryPrice": 3329.898,
          "exitPrice": 3324.016,
          "stopDistance": 5.882,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 220
        },
        {
          "entryTs": 1752761640,
          "entryUtc": "2025-07-17T14:14:00.000Z",
          "exitTs": 1752762780,
          "dir": -1,
          "entryPrice": 3325.198,
          "exitPrice": 3332.081,
          "stopDistance": 6.883,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 19
        },
        {
          "entryTs": 1752796440,
          "entryUtc": "2025-07-17T23:54:00.000Z",
          "exitTs": 1752802260,
          "dir": 1,
          "entryPrice": 3339.495,
          "exitPrice": 3335.416,
          "stopDistance": 4.08,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 97
        },
        {
          "entryTs": 1752833100,
          "entryUtc": "2025-07-18T10:05:00.000Z",
          "exitTs": 1752840180,
          "dir": 1,
          "entryPrice": 3348.849,
          "exitPrice": 3358.833,
          "stopDistance": 4.992,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 118
        },
        {
          "entryTs": 1752845460,
          "entryUtc": "2025-07-18T13:31:00.000Z",
          "exitTs": 1752859380,
          "dir": 1,
          "entryPrice": 3355.615,
          "exitPrice": 3350.656,
          "stopDistance": 4.959,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 232
        },
        {
          "entryTs": 1753065600,
          "entryUtc": "2025-07-21T02:40:00.000Z",
          "exitTs": 1753074660,
          "dir": 1,
          "entryPrice": 3353.445,
          "exitPrice": 3361.323,
          "stopDistance": 3.939,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 151
        },
        {
          "entryTs": 1753143780,
          "entryUtc": "2025-07-22T00:23:00.000Z",
          "exitTs": 1753163700,
          "dir": -1,
          "entryPrice": 3393.998,
          "exitPrice": 3384.691,
          "stopDistance": 4.653,
          "outcome": "target",
          "netR": 1.9205,
          "holdMinutes": 332
        },
        {
          "entryTs": 1753184220,
          "entryUtc": "2025-07-22T11:37:00.000Z",
          "exitTs": 1753185960,
          "dir": -1,
          "entryPrice": 3388.785,
          "exitPrice": 3392.985,
          "stopDistance": 4.2,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 29
        },
        {
          "entryTs": 1753193580,
          "entryUtc": "2025-07-22T14:13:00.000Z",
          "exitTs": 1753194480,
          "dir": -1,
          "entryPrice": 3415.348,
          "exitPrice": 3422.222,
          "stopDistance": 6.874,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 15
        },
        {
          "entryTs": 1753226340,
          "entryUtc": "2025-07-22T23:19:00.000Z",
          "exitTs": 1753230240,
          "dir": 1,
          "entryPrice": 3428.398,
          "exitPrice": 3437.725,
          "stopDistance": 4.664,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 65
        },
        {
          "entryTs": 1753232400,
          "entryUtc": "2025-07-23T01:00:00.000Z",
          "exitTs": 1753232940,
          "dir": 1,
          "entryPrice": 3428.245,
          "exitPrice": 3423.142,
          "stopDistance": 5.104,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 9
        },
        {
          "entryTs": 1753319700,
          "entryUtc": "2025-07-24T01:15:00.000Z",
          "exitTs": 1753326180,
          "dir": -1,
          "entryPrice": 3390.855,
          "exitPrice": 3379.927,
          "stopDistance": 5.464,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 108
        },
        {
          "entryTs": 1753364280,
          "entryUtc": "2025-07-24T13:38:00.000Z",
          "exitTs": 1753364580,
          "dir": -1,
          "entryPrice": 3361.495,
          "exitPrice": 3367.732,
          "stopDistance": 6.237,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 5
        },
        {
          "entryTs": 1753417620,
          "entryUtc": "2025-07-25T04:27:00.000Z",
          "exitTs": 1753422180,
          "dir": 1,
          "entryPrice": 3360.545,
          "exitPrice": 3356.258,
          "stopDistance": 4.287,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 76
        },
        {
          "entryTs": 1753716240,
          "entryUtc": "2025-07-28T15:24:00.000Z",
          "exitTs": 1753753500,
          "dir": -1,
          "entryPrice": 3311.835,
          "exitPrice": 3320.401,
          "stopDistance": 8.566,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 621
        },
        {
          "entryTs": 1753795860,
          "entryUtc": "2025-07-29T13:31:00.000Z",
          "exitTs": 1753800360,
          "dir": 1,
          "entryPrice": 3316.575,
          "exitPrice": 3328.728,
          "stopDistance": 6.076,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 75
        },
        {
          "entryTs": 1753843920,
          "entryUtc": "2025-07-30T02:52:00.000Z",
          "exitTs": 1753879800,
          "dir": -1,
          "entryPrice": 3328.998,
          "exitPrice": 3318.628,
          "stopDistance": 5.185,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 598
        },
        {
          "entryTs": 1753960500,
          "entryUtc": "2025-07-31T11:15:00.000Z",
          "exitTs": 1753972440,
          "dir": 1,
          "entryPrice": 3300.675,
          "exitPrice": 3293.578,
          "stopDistance": 7.097,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 199
        },
        {
          "entryTs": 1754015340,
          "entryUtc": "2025-08-01T02:29:00.000Z",
          "exitTs": 1754027520,
          "dir": 1,
          "entryPrice": 3287.755,
          "exitPrice": 3300.118,
          "stopDistance": 6.181,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 203
        },
        {
          "entryTs": 1754056800,
          "entryUtc": "2025-08-01T14:00:00.000Z",
          "exitTs": 1754080320,
          "dir": -1,
          "entryPrice": 3350.775,
          "exitPrice": 3361.268,
          "stopDistance": 10.493,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 392
        },
        {
          "entryTs": 1754289420,
          "entryUtc": "2025-08-04T06:37:00.000Z",
          "exitTs": 1754290740,
          "dir": -1,
          "entryPrice": 3357.385,
          "exitPrice": 3362.398,
          "stopDistance": 5.013,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 22
        },
        {
          "entryTs": 1754291820,
          "entryUtc": "2025-08-04T07:17:00.000Z",
          "exitTs": 1754292540,
          "dir": 1,
          "entryPrice": 3358.645,
          "exitPrice": 3353.229,
          "stopDistance": 5.416,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 12
        },
        {
          "entryTs": 1754303520,
          "entryUtc": "2025-08-04T10:32:00.000Z",
          "exitTs": 1754305560,
          "dir": -1,
          "entryPrice": 3357.745,
          "exitPrice": 3363.07,
          "stopDistance": 5.325,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 34
        },
        {
          "entryTs": 1754384040,
          "entryUtc": "2025-08-05T08:54:00.000Z",
          "exitTs": 1754387640,
          "dir": 1,
          "entryPrice": 3366.205,
          "exitPrice": 3361.84,
          "stopDistance": 4.365,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 60
        },
        {
          "entryTs": 1754450460,
          "entryUtc": "2025-08-06T03:21:00.000Z",
          "exitTs": 1754467800,
          "dir": -1,
          "entryPrice": 3377.815,
          "exitPrice": 3368.622,
          "stopDistance": 4.596,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 289
        },
        {
          "entryTs": 1754547240,
          "entryUtc": "2025-08-07T06:14:00.000Z",
          "exitTs": 1754548920,
          "dir": -1,
          "entryPrice": 3378.615,
          "exitPrice": 3383.558,
          "stopDistance": 4.943,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 28
        },
        {
          "entryTs": 1754566740,
          "entryUtc": "2025-08-07T11:39:00.000Z",
          "exitTs": 1754574420,
          "dir": 1,
          "entryPrice": 3377.115,
          "exitPrice": 3392.376,
          "stopDistance": 7.631,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 128
        },
        {
          "entryTs": 1754575500,
          "entryUtc": "2025-08-07T14:05:00.000Z",
          "exitTs": 1754595060,
          "dir": -1,
          "entryPrice": 3386.245,
          "exitPrice": 3394.733,
          "stopDistance": 8.488,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 326
        },
        {
          "entryTs": 1754606820,
          "entryUtc": "2025-08-07T22:47:00.000Z",
          "exitTs": 1754615400,
          "dir": 1,
          "entryPrice": 3392.335,
          "exitPrice": 3383.106,
          "stopDistance": 9.229,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 143
        },
        {
          "entryTs": 1754642820,
          "entryUtc": "2025-08-08T08:47:00.000Z",
          "exitTs": 1754649360,
          "dir": 1,
          "entryPrice": 3395.755,
          "exitPrice": 3387.71,
          "stopDistance": 8.045,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 109
        },
        {
          "entryTs": 1754658000,
          "entryUtc": "2025-08-08T13:00:00.000Z",
          "exitTs": 1754675940,
          "dir": -1,
          "entryPrice": 3393.969,
          "exitPrice": 3375.627,
          "stopDistance": 9.171,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 299
        },
        {
          "entryTs": 1754904600,
          "entryUtc": "2025-08-11T09:30:00.000Z",
          "exitTs": 1754905980,
          "dir": 1,
          "entryPrice": 3361.519,
          "exitPrice": 3353.713,
          "stopDistance": 7.806,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 23
        },
        {
          "entryTs": 1754919120,
          "entryUtc": "2025-08-11T13:32:00.000Z",
          "exitTs": 1754998560,
          "dir": -1,
          "entryPrice": 3354.825,
          "exitPrice": 3337.104,
          "stopDistance": 8.86,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 1324
        },
        {
          "entryTs": 1755000600,
          "entryUtc": "2025-08-12T12:10:00.000Z",
          "exitTs": 1755002940,
          "dir": 1,
          "entryPrice": 3343.665,
          "exitPrice": 3357.523,
          "stopDistance": 6.929,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 39
        },
        {
          "entryTs": 1755004260,
          "entryUtc": "2025-08-12T13:11:00.000Z",
          "exitTs": 1755008040,
          "dir": 1,
          "entryPrice": 3344.065,
          "exitPrice": 3335.881,
          "stopDistance": 8.184,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 63
        },
        {
          "entryTs": 1755048120,
          "entryUtc": "2025-08-13T01:22:00.000Z",
          "exitTs": 1755065760,
          "dir": 1,
          "entryPrice": 3345.105,
          "exitPrice": 3354.708,
          "stopDistance": 4.801,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 294
        },
        {
          "entryTs": 1755087540,
          "entryUtc": "2025-08-13T12:19:00.000Z",
          "exitTs": 1755093180,
          "dir": -1,
          "entryPrice": 3358.779,
          "exitPrice": 3364.701,
          "stopDistance": 5.922,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 94
        },
        {
          "entryTs": 1755093240,
          "entryUtc": "2025-08-13T13:54:00.000Z",
          "exitTs": 1755099240,
          "dir": -1,
          "entryPrice": 3365.425,
          "exitPrice": 3354.225,
          "stopDistance": 5.6,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 100
        },
        {
          "entryTs": 1755140340,
          "entryUtc": "2025-08-14T02:59:00.000Z",
          "exitTs": 1755141000,
          "dir": 1,
          "entryPrice": 3362.605,
          "exitPrice": 3358.62,
          "stopDistance": 3.985,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 11
        },
        {
          "entryTs": 1755160680,
          "entryUtc": "2025-08-14T08:38:00.000Z",
          "exitTs": 1755180300,
          "dir": 1,
          "entryPrice": 3345.835,
          "exitPrice": 3338.893,
          "stopDistance": 6.942,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 327
        },
        {
          "entryTs": 1755198300,
          "entryUtc": "2025-08-14T19:05:00.000Z",
          "exitTs": 1755288300,
          "dir": -1,
          "entryPrice": 3340.415,
          "exitPrice": 3338.048,
          "stopDistance": 8.735,
          "outcome": "time",
          "netR": 0.2286,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1755484020,
          "entryUtc": "2025-08-18T02:27:00.000Z",
          "exitTs": 1755491520,
          "dir": 1,
          "entryPrice": 3342.605,
          "exitPrice": 3353.699,
          "stopDistance": 5.547,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 125
        },
        {
          "entryTs": 1755564660,
          "entryUtc": "2025-08-19T00:51:00.000Z",
          "exitTs": 1755573180,
          "dir": 1,
          "entryPrice": 3332.598,
          "exitPrice": 3340.454,
          "stopDistance": 3.928,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 142
        },
        {
          "entryTs": 1755655620,
          "entryUtc": "2025-08-20T02:07:00.000Z",
          "exitTs": 1755669240,
          "dir": 1,
          "entryPrice": 3313.335,
          "exitPrice": 3321.748,
          "stopDistance": 4.206,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 227
        },
        {
          "entryTs": 1755675000,
          "entryUtc": "2025-08-20T07:30:00.000Z",
          "exitTs": 1755690960,
          "dir": 1,
          "entryPrice": 3324.079,
          "exitPrice": 3332.116,
          "stopDistance": 4.019,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 266
        },
        {
          "entryTs": 1755697560,
          "entryUtc": "2025-08-20T13:46:00.000Z",
          "exitTs": 1755752460,
          "dir": 1,
          "entryPrice": 3343.005,
          "exitPrice": 3337.701,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 915
        },
        {
          "entryTs": 1755848700,
          "entryUtc": "2025-08-22T07:45:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3327.248,
          "exitPrice": 3323.783,
          "stopDistance": 3.465,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 287
        },
        {
          "entryTs": 1755866940,
          "entryUtc": "2025-08-22T12:49:00.000Z",
          "exitTs": 1755869400,
          "dir": -1,
          "entryPrice": 3325.505,
          "exitPrice": 3329.989,
          "stopDistance": 4.484,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 41
        },
        {
          "entryTs": 1756080060,
          "entryUtc": "2025-08-25T00:01:00.000Z",
          "exitTs": 1756082940,
          "dir": 1,
          "entryPrice": 3367.248,
          "exitPrice": 3363.264,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 48
        },
        {
          "entryTs": 1756083660,
          "entryUtc": "2025-08-25T01:01:00.000Z",
          "exitTs": 1756122360,
          "dir": -1,
          "entryPrice": 3367.055,
          "exitPrice": 3371.323,
          "stopDistance": 4.268,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 645
        },
        {
          "entryTs": 1756129500,
          "entryUtc": "2025-08-25T13:45:00.000Z",
          "exitTs": 1756130520,
          "dir": -1,
          "entryPrice": 3368.415,
          "exitPrice": 3372.033,
          "stopDistance": 3.618,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756194000,
          "entryUtc": "2025-08-26T07:40:00.000Z",
          "exitTs": 1756220580,
          "dir": -1,
          "entryPrice": 3374.775,
          "exitPrice": 3380.316,
          "stopDistance": 5.541,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 443
        },
        {
          "entryTs": 1756247520,
          "entryUtc": "2025-08-26T22:32:00.000Z",
          "exitTs": 1756262340,
          "dir": -1,
          "entryPrice": 3390.985,
          "exitPrice": 3383.011,
          "stopDistance": 3.987,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 247
        },
        {
          "entryTs": 1756384200,
          "entryUtc": "2025-08-28T12:30:00.000Z",
          "exitTs": 1756385340,
          "dir": 1,
          "entryPrice": 3404.545,
          "exitPrice": 3399.827,
          "stopDistance": 4.718,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 19
        },
        {
          "entryTs": 1756411920,
          "entryUtc": "2025-08-28T20:12:00.000Z",
          "exitTs": 1756420500,
          "dir": 1,
          "entryPrice": 3419.255,
          "exitPrice": 3414.886,
          "stopDistance": 4.369,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 143
        },
        {
          "entryTs": 1756450860,
          "entryUtc": "2025-08-29T07:01:00.000Z",
          "exitTs": 1756455420,
          "dir": -1,
          "entryPrice": 3411.315,
          "exitPrice": 3414.618,
          "stopDistance": 3.303,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 76
        },
        {
          "entryTs": 1756498800,
          "entryUtc": "2025-08-29T20:20:00.000Z",
          "exitTs": 1756677600,
          "dir": -1,
          "entryPrice": 3447.755,
          "exitPrice": 3444.948,
          "stopDistance": 6.118,
          "outcome": "time",
          "netR": 0.3983,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1756690860,
          "entryUtc": "2025-09-01T01:41:00.000Z",
          "exitTs": 1756691220,
          "dir": -1,
          "entryPrice": 3443.415,
          "exitPrice": 3448.919,
          "stopDistance": 5.504,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 6
        },
        {
          "entryTs": 1756696560,
          "entryUtc": "2025-09-01T03:16:00.000Z",
          "exitTs": 1756708380,
          "dir": -1,
          "entryPrice": 3475.205,
          "exitPrice": 3486.343,
          "stopDistance": 11.138,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 197
        },
        {
          "entryTs": 1756774920,
          "entryUtc": "2025-09-02T01:02:00.000Z",
          "exitTs": 1756775580,
          "dir": -1,
          "entryPrice": 3480.798,
          "exitPrice": 3485.905,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 11
        },
        {
          "entryTs": 1756809540,
          "entryUtc": "2025-09-02T10:39:00.000Z",
          "exitTs": 1756814580,
          "dir": -1,
          "entryPrice": 3483.705,
          "exitPrice": 3491.852,
          "stopDistance": 8.146,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 84
        },
        {
          "entryTs": 1756816560,
          "entryUtc": "2025-09-02T12:36:00.000Z",
          "exitTs": 1756820760,
          "dir": 1,
          "entryPrice": 3477.465,
          "exitPrice": 3492.476,
          "stopDistance": 7.505,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 70
        },
        {
          "entryTs": 1756908000,
          "entryUtc": "2025-09-03T14:00:00.000Z",
          "exitTs": 1756913460,
          "dir": -1,
          "entryPrice": 3557.025,
          "exitPrice": 3565.473,
          "stopDistance": 8.448,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 91
        },
        {
          "entryTs": 1756981260,
          "entryUtc": "2025-09-04T10:21:00.000Z",
          "exitTs": 1756993020,
          "dir": 1,
          "entryPrice": 3540.045,
          "exitPrice": 3556.351,
          "stopDistance": 8.153,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 196
        },
        {
          "entryTs": 1756993500,
          "entryUtc": "2025-09-04T13:45:00.000Z",
          "exitTs": 1756994520,
          "dir": 1,
          "entryPrice": 3548.105,
          "exitPrice": 3538.929,
          "stopDistance": 9.176,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 17
        },
        {
          "entryTs": 1757283300,
          "entryUtc": "2025-09-07T22:15:00.000Z",
          "exitTs": 1757304120,
          "dir": 1,
          "entryPrice": 3589.675,
          "exitPrice": 3581.021,
          "stopDistance": 8.654,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 347
        },
        {
          "entryTs": 1757322060,
          "entryUtc": "2025-09-08T09:01:00.000Z",
          "exitTs": 1757336100,
          "dir": 1,
          "entryPrice": 3609.155,
          "exitPrice": 3624.454,
          "stopDistance": 7.649,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 234
        },
        {
          "entryTs": 1757339220,
          "entryUtc": "2025-09-08T13:47:00.000Z",
          "exitTs": 1757383620,
          "dir": 1,
          "entryPrice": 3630.685,
          "exitPrice": 3647.69,
          "stopDistance": 8.503,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 740
        },
        {
          "entryTs": 1757404020,
          "entryUtc": "2025-09-09T07:47:00.000Z",
          "exitTs": 1757424480,
          "dir": 1,
          "entryPrice": 3643.215,
          "exitPrice": 3661.32,
          "stopDistance": 9.053,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 341
        },
        {
          "entryTs": 1757456100,
          "entryUtc": "2025-09-09T22:15:00.000Z",
          "exitTs": 1757467740,
          "dir": 1,
          "entryPrice": 3628.385,
          "exitPrice": 3620.351,
          "stopDistance": 8.034,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 194
        },
        {
          "entryTs": 1757489220,
          "entryUtc": "2025-09-10T07:27:00.000Z",
          "exitTs": 1757532720,
          "dir": 1,
          "entryPrice": 3644.735,
          "exitPrice": 3638.032,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 725
        },
        {
          "entryTs": 1757536140,
          "entryUtc": "2025-09-10T20:29:00.000Z",
          "exitTs": 1757560140,
          "dir": 1,
          "entryPrice": 3639.415,
          "exitPrice": 3633.216,
          "stopDistance": 6.199,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 400
        },
        {
          "entryTs": 1757570760,
          "entryUtc": "2025-09-11T06:06:00.000Z",
          "exitTs": 1757572920,
          "dir": -1,
          "entryPrice": 3630.175,
          "exitPrice": 3635.529,
          "stopDistance": 5.354,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 36
        },
        {
          "entryTs": 1757574240,
          "entryUtc": "2025-09-11T07:04:00.000Z",
          "exitTs": 1757581440,
          "dir": 1,
          "entryPrice": 3629.055,
          "exitPrice": 3622.667,
          "stopDistance": 6.388,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 120
        },
        {
          "entryTs": 1757598120,
          "entryUtc": "2025-09-11T13:42:00.000Z",
          "exitTs": 1757607060,
          "dir": -1,
          "entryPrice": 3628.825,
          "exitPrice": 3639.998,
          "stopDistance": 11.173,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 149
        },
        {
          "entryTs": 1757672100,
          "entryUtc": "2025-09-12T10:15:00.000Z",
          "exitTs": 1757686560,
          "dir": -1,
          "entryPrice": 3648.065,
          "exitPrice": 3653.484,
          "stopDistance": 5.419,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 241
        },
        {
          "entryTs": 1757689920,
          "entryUtc": "2025-09-12T15:12:00.000Z",
          "exitTs": 1757887200,
          "dir": 1,
          "entryPrice": 3642.485,
          "exitPrice": 3644.548,
          "stopDistance": 6.434,
          "outcome": "time",
          "netR": 0.2631,
          "holdMinutes": 3288
        },
        {
          "entryTs": 1757955660,
          "entryUtc": "2025-09-15T17:01:00.000Z",
          "exitTs": 1757984400,
          "dir": -1,
          "entryPrice": 3680.775,
          "exitPrice": 3688.96,
          "stopDistance": 8.185,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 479
        },
        {
          "entryTs": 1758033180,
          "entryUtc": "2025-09-16T14:33:00.000Z",
          "exitTs": 1758035100,
          "dir": 1,
          "entryPrice": 3688.825,
          "exitPrice": 3682.56,
          "stopDistance": 6.265,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 32
        },
        {
          "entryTs": 1758086400,
          "entryUtc": "2025-09-17T05:20:00.000Z",
          "exitTs": 1758087600,
          "dir": 1,
          "entryPrice": 3681.395,
          "exitPrice": 3676.896,
          "stopDistance": 4.499,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 20
        },
        {
          "entryTs": 1758090000,
          "entryUtc": "2025-09-17T06:20:00.000Z",
          "exitTs": 1758094140,
          "dir": -1,
          "entryPrice": 3678.485,
          "exitPrice": 3668.212,
          "stopDistance": 5.137,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 69
        },
        {
          "entryTs": 1758174360,
          "entryUtc": "2025-09-18T05:46:00.000Z",
          "exitTs": 1758175800,
          "dir": -1,
          "entryPrice": 3654.425,
          "exitPrice": 3639.952,
          "stopDistance": 7.237,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 24
        },
        {
          "entryTs": 1758248100,
          "entryUtc": "2025-09-19T02:15:00.000Z",
          "exitTs": 1758255720,
          "dir": 1,
          "entryPrice": 3646.005,
          "exitPrice": 3659.677,
          "stopDistance": 6.836,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 127
        },
        {
          "entryTs": 1758262860,
          "entryUtc": "2025-09-19T06:21:00.000Z",
          "exitTs": 1758290160,
          "dir": 1,
          "entryPrice": 3647.185,
          "exitPrice": 3661.239,
          "stopDistance": 7.027,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 455
        },
        {
          "entryTs": 1758509040,
          "entryUtc": "2025-09-22T02:44:00.000Z",
          "exitTs": 1758512880,
          "dir": 1,
          "entryPrice": 3686.295,
          "exitPrice": 3696.435,
          "stopDistance": 5.07,
          "outcome": "target",
          "netR": 1.927,
          "holdMinutes": 64
        },
        {
          "entryTs": 1758548820,
          "entryUtc": "2025-09-22T13:47:00.000Z",
          "exitTs": 1758554880,
          "dir": 1,
          "entryPrice": 3715.155,
          "exitPrice": 3729.802,
          "stopDistance": 7.323,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 101
        },
        {
          "entryTs": 1758590820,
          "entryUtc": "2025-09-23T01:27:00.000Z",
          "exitTs": 1758593460,
          "dir": 1,
          "entryPrice": 3749.125,
          "exitPrice": 3743.141,
          "stopDistance": 5.984,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 44
        },
        {
          "entryTs": 1758621300,
          "entryUtc": "2025-09-23T09:55:00.000Z",
          "exitTs": 1758645360,
          "dir": -1,
          "entryPrice": 3784.145,
          "exitPrice": 3766.157,
          "stopDistance": 8.994,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 401
        },
        {
          "entryTs": 1758645900,
          "entryUtc": "2025-09-23T16:45:00.000Z",
          "exitTs": 1758648300,
          "dir": -1,
          "entryPrice": 3774.115,
          "exitPrice": 3783.893,
          "stopDistance": 9.778,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 40
        },
        {
          "entryTs": 1758813300,
          "entryUtc": "2025-09-25T15:15:00.000Z",
          "exitTs": 1758824880,
          "dir": -1,
          "entryPrice": 3736.675,
          "exitPrice": 3748.507,
          "stopDistance": 11.832,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 193
        },
        {
          "entryTs": 1758866880,
          "entryUtc": "2025-09-26T06:08:00.000Z",
          "exitTs": 1758867480,
          "dir": -1,
          "entryPrice": 3746.365,
          "exitPrice": 3752.81,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 10
        },
        {
          "entryTs": 1758868860,
          "entryUtc": "2025-09-26T06:41:00.000Z",
          "exitTs": 1758870240,
          "dir": 1,
          "entryPrice": 3748.135,
          "exitPrice": 3741.048,
          "stopDistance": 7.087,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 23
        },
        {
          "entryTs": 1758874020,
          "entryUtc": "2025-09-26T08:07:00.000Z",
          "exitTs": 1758892080,
          "dir": -1,
          "entryPrice": 3751.315,
          "exitPrice": 3758.698,
          "stopDistance": 7.383,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 301
        },
        {
          "entryTs": 1759109040,
          "entryUtc": "2025-09-29T01:24:00.000Z",
          "exitTs": 1759111920,
          "dir": 1,
          "entryPrice": 3769.855,
          "exitPrice": 3785.804,
          "stopDistance": 7.974,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 48
        },
        {
          "entryTs": 1759132260,
          "entryUtc": "2025-09-29T07:51:00.000Z",
          "exitTs": 1759146060,
          "dir": 1,
          "entryPrice": 3805.195,
          "exitPrice": 3825.847,
          "stopDistance": 10.326,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 230
        },
        {
          "entryTs": 1759232040,
          "entryUtc": "2025-09-30T11:34:00.000Z",
          "exitTs": 1759241100,
          "dir": -1,
          "entryPrice": 3815.365,
          "exitPrice": 3829.653,
          "stopDistance": 14.288,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 151
        },
        {
          "entryTs": 1759330800,
          "entryUtc": "2025-10-01T15:00:00.000Z",
          "exitTs": 1759406580,
          "dir": -1,
          "entryPrice": 3875.055,
          "exitPrice": 3886.773,
          "stopDistance": 11.718,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 1263
        },
        {
          "entryTs": 1759733220,
          "entryUtc": "2025-10-06T06:47:00.000Z",
          "exitTs": 1759737000,
          "dir": -1,
          "entryPrice": 3930.125,
          "exitPrice": 3940.269,
          "stopDistance": 10.144,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 63
        },
        {
          "entryTs": 1759755300,
          "entryUtc": "2025-10-06T12:55:00.000Z",
          "exitTs": 1759759380,
          "dir": -1,
          "entryPrice": 3937.985,
          "exitPrice": 3948.772,
          "stopDistance": 10.787,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 68
        },
        {
          "entryTs": 1759770360,
          "entryUtc": "2025-10-06T17:06:00.000Z",
          "exitTs": 1759788660,
          "dir": -1,
          "entryPrice": 3956.835,
          "exitPrice": 3970.618,
          "stopDistance": 13.783,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 305
        },
        {
          "entryTs": 1759793700,
          "entryUtc": "2025-10-06T23:35:00.000Z",
          "exitTs": 1759820460,
          "dir": -1,
          "entryPrice": 3970.775,
          "exitPrice": 3951.268,
          "stopDistance": 9.753,
          "outcome": "target",
          "netR": 1.9621,
          "holdMinutes": 446
        },
        {
          "entryTs": 1759846620,
          "entryUtc": "2025-10-07T14:17:00.000Z",
          "exitTs": 1759847640,
          "dir": -1,
          "entryPrice": 3972.565,
          "exitPrice": 3983.693,
          "stopDistance": 11.128,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 17
        },
        {
          "entryTs": 1759884600,
          "entryUtc": "2025-10-08T00:50:00.000Z",
          "exitTs": 1759889640,
          "dir": -1,
          "entryPrice": 3996.548,
          "exitPrice": 4003.671,
          "stopDistance": 7.123,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 84
        },
        {
          "entryTs": 1759919520,
          "entryUtc": "2025-10-08T10:32:00.000Z",
          "exitTs": 1759930560,
          "dir": 1,
          "entryPrice": 4036.905,
          "exitPrice": 4028.356,
          "stopDistance": 8.549,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 184
        },
        {
          "entryTs": 1759936680,
          "entryUtc": "2025-10-08T15:18:00.000Z",
          "exitTs": 1759939860,
          "dir": -1,
          "entryPrice": 4042.105,
          "exitPrice": 4054.355,
          "stopDistance": 12.25,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 53
        },
        {
          "entryTs": 1759944660,
          "entryUtc": "2025-10-08T17:31:00.000Z",
          "exitTs": 1759950540,
          "dir": 1,
          "entryPrice": 4045.975,
          "exitPrice": 4033.997,
          "stopDistance": 11.978,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 98
        },
        {
          "entryTs": 1759951560,
          "entryUtc": "2025-10-08T19:26:00.000Z",
          "exitTs": 1759961340,
          "dir": -1,
          "entryPrice": 4047.605,
          "exitPrice": 4023.237,
          "stopDistance": 12.184,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 163
        },
        {
          "entryTs": 1759983120,
          "entryUtc": "2025-10-09T04:12:00.000Z",
          "exitTs": 1760007600,
          "dir": -1,
          "entryPrice": 4030.975,
          "exitPrice": 4045.889,
          "stopDistance": 14.914,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 408
        },
        {
          "entryTs": 1760008500,
          "entryUtc": "2025-10-09T11:15:00.000Z",
          "exitTs": 1760014020,
          "dir": -1,
          "entryPrice": 4038.675,
          "exitPrice": 4046.675,
          "stopDistance": 8,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 92
        },
        {
          "entryTs": 1760021280,
          "entryUtc": "2025-10-09T14:48:00.000Z",
          "exitTs": 1760027940,
          "dir": -1,
          "entryPrice": 4016.779,
          "exitPrice": 3987.131,
          "stopDistance": 14.824,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 111
        },
        {
          "entryTs": 1760048400,
          "entryUtc": "2025-10-09T22:20:00.000Z",
          "exitTs": 1760055120,
          "dir": -1,
          "entryPrice": 3974.485,
          "exitPrice": 3991.301,
          "stopDistance": 16.816,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 112
        },
        {
          "entryTs": 1760108280,
          "entryUtc": "2025-10-10T14:58:00.000Z",
          "exitTs": 1760108760,
          "dir": -1,
          "entryPrice": 3992.215,
          "exitPrice": 4005.673,
          "stopDistance": 13.458,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 8
        },
        {
          "entryTs": 1760336640,
          "entryUtc": "2025-10-13T06:24:00.000Z",
          "exitTs": 1760358660,
          "dir": -1,
          "entryPrice": 4070.935,
          "exitPrice": 4085.1,
          "stopDistance": 14.165,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 367
        },
        {
          "entryTs": 1760479800,
          "entryUtc": "2025-10-14T22:10:00.000Z",
          "exitTs": 1760480100,
          "dir": -1,
          "entryPrice": 4148.655,
          "exitPrice": 4162.324,
          "stopDistance": 13.67,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 5
        },
        {
          "entryTs": 1760488680,
          "entryUtc": "2025-10-15T00:38:00.000Z",
          "exitTs": 1760490300,
          "dir": -1,
          "entryPrice": 4161.305,
          "exitPrice": 4174.304,
          "stopDistance": 12.999,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 27
        },
        {
          "entryTs": 1760495580,
          "entryUtc": "2025-10-15T02:33:00.000Z",
          "exitTs": 1760511060,
          "dir": 1,
          "entryPrice": 4166.798,
          "exitPrice": 4196.894,
          "stopDistance": 15.048,
          "outcome": "target",
          "netR": 1.9754,
          "holdMinutes": 258
        },
        {
          "entryTs": 1760539320,
          "entryUtc": "2025-10-15T14:42:00.000Z",
          "exitTs": 1760578620,
          "dir": 1,
          "entryPrice": 4194.615,
          "exitPrice": 4228.233,
          "stopDistance": 16.809,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 655
        },
        {
          "entryTs": 1760624760,
          "entryUtc": "2025-10-16T14:26:00.000Z",
          "exitTs": 1760631480,
          "dir": 1,
          "entryPrice": 4255.448,
          "exitPrice": 4285.83,
          "stopDistance": 15.191,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 112
        },
        {
          "entryTs": 1760633160,
          "entryUtc": "2025-10-16T16:46:00.000Z",
          "exitTs": 1760636040,
          "dir": -1,
          "entryPrice": 4278.475,
          "exitPrice": 4295.308,
          "stopDistance": 16.833,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 48
        },
        {
          "entryTs": 1760703600,
          "entryUtc": "2025-10-17T12:20:00.000Z",
          "exitTs": 1760708100,
          "dir": 1,
          "entryPrice": 4307.275,
          "exitPrice": 4282.111,
          "stopDistance": 25.164,
          "outcome": "stop",
          "netR": -1.0167,
          "holdMinutes": 75
        },
        {
          "entryTs": 1760942280,
          "entryUtc": "2025-10-20T06:38:00.000Z",
          "exitTs": 1760944560,
          "dir": -1,
          "entryPrice": 4239.525,
          "exitPrice": 4257.456,
          "stopDistance": 17.931,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 38
        },
        {
          "entryTs": 1760955780,
          "entryUtc": "2025-10-20T10:23:00.000Z",
          "exitTs": 1760961540,
          "dir": -1,
          "entryPrice": 4258.145,
          "exitPrice": 4273.222,
          "stopDistance": 15.077,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 96
        },
        {
          "entryTs": 1760997780,
          "entryUtc": "2025-10-20T22:03:00.000Z",
          "exitTs": 1761010620,
          "dir": -1,
          "entryPrice": 4369.298,
          "exitPrice": 4339.333,
          "stopDistance": 14.982,
          "outcome": "target",
          "netR": 1.9753,
          "holdMinutes": 214
        },
        {
          "entryTs": 1761031320,
          "entryUtc": "2025-10-21T07:22:00.000Z",
          "exitTs": 1761031980,
          "dir": 1,
          "entryPrice": 4329.205,
          "exitPrice": 4314.536,
          "stopDistance": 14.669,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 11
        },
        {
          "entryTs": 1761038940,
          "entryUtc": "2025-10-21T09:29:00.000Z",
          "exitTs": 1761048600,
          "dir": -1,
          "entryPrice": 4271.825,
          "exitPrice": 4226.219,
          "stopDistance": 22.803,
          "outcome": "target",
          "netR": 1.9838,
          "holdMinutes": 161
        },
        {
          "entryTs": 1761058800,
          "entryUtc": "2025-10-21T15:00:00.000Z",
          "exitTs": 1761067620,
          "dir": 1,
          "entryPrice": 4136.725,
          "exitPrice": 4097.939,
          "stopDistance": 38.786,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 147
        },
        {
          "entryTs": 1761140280,
          "entryUtc": "2025-10-22T13:38:00.000Z",
          "exitTs": 1761161460,
          "dir": -1,
          "entryPrice": 4075.535,
          "exitPrice": 4107.972,
          "stopDistance": 32.437,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 353
        },
        {
          "entryTs": 1761206760,
          "entryUtc": "2025-10-23T08:06:00.000Z",
          "exitTs": 1761224760,
          "dir": -1,
          "entryPrice": 4114.065,
          "exitPrice": 4132.21,
          "stopDistance": 18.145,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 300
        },
        {
          "entryTs": 1761314760,
          "entryUtc": "2025-10-24T14:06:00.000Z",
          "exitTs": 1761315240,
          "dir": -1,
          "entryPrice": 4111.589,
          "exitPrice": 4131.878,
          "stopDistance": 20.289,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 8
        },
        {
          "entryTs": 1761619140,
          "entryUtc": "2025-10-28T02:39:00.000Z",
          "exitTs": 1761625560,
          "dir": 1,
          "entryPrice": 3986.025,
          "exitPrice": 3969.782,
          "stopDistance": 16.243,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 107
        },
        {
          "entryTs": 1761659100,
          "entryUtc": "2025-10-28T13:45:00.000Z",
          "exitTs": 1761660000,
          "dir": -1,
          "entryPrice": 3922.715,
          "exitPrice": 3941.163,
          "stopDistance": 18.448,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 15
        },
        {
          "entryTs": 1761742920,
          "entryUtc": "2025-10-29T13:02:00.000Z",
          "exitTs": 1761745080,
          "dir": 1,
          "entryPrice": 4017.805,
          "exitPrice": 4004.661,
          "stopDistance": 13.144,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 36
        },
        {
          "entryTs": 1761746160,
          "entryUtc": "2025-10-29T13:56:00.000Z",
          "exitTs": 1761760860,
          "dir": -1,
          "entryPrice": 4012.325,
          "exitPrice": 3984.505,
          "stopDistance": 13.91,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 245
        },
        {
          "entryTs": 1761874260,
          "entryUtc": "2025-10-31T01:31:00.000Z",
          "exitTs": 1761875640,
          "dir": 1,
          "entryPrice": 4027.485,
          "exitPrice": 4012.496,
          "stopDistance": 14.989,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 23
        },
        {
          "entryTs": 1761881760,
          "entryUtc": "2025-10-31T03:36:00.000Z",
          "exitTs": 1761895080,
          "dir": -1,
          "entryPrice": 4002.725,
          "exitPrice": 4019.681,
          "stopDistance": 16.956,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 222
        },
        {
          "entryTs": 1762131960,
          "entryUtc": "2025-11-03T01:06:00.000Z",
          "exitTs": 1762133220,
          "dir": -1,
          "entryPrice": 3978.625,
          "exitPrice": 3994.738,
          "stopDistance": 16.113,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 21
        },
        {
          "entryTs": 1762181100,
          "entryUtc": "2025-11-03T14:45:00.000Z",
          "exitTs": 1762182000,
          "dir": -1,
          "entryPrice": 4015.765,
          "exitPrice": 4026.804,
          "stopDistance": 11.039,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 15
        },
        {
          "entryTs": 1762262400,
          "entryUtc": "2025-11-04T13:20:00.000Z",
          "exitTs": 1762263240,
          "dir": 1,
          "entryPrice": 3990.375,
          "exitPrice": 3979.978,
          "stopDistance": 10.397,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 14
        },
        {
          "entryTs": 1762268520,
          "entryUtc": "2025-11-04T15:02:00.000Z",
          "exitTs": 1762281540,
          "dir": 1,
          "entryPrice": 3951.105,
          "exitPrice": 3932.858,
          "stopDistance": 18.247,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 217
        },
        {
          "entryTs": 1762339620,
          "entryUtc": "2025-11-05T10:47:00.000Z",
          "exitTs": 1762352340,
          "dir": -1,
          "entryPrice": 3969.645,
          "exitPrice": 3981.156,
          "stopDistance": 11.511,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 212
        },
        {
          "entryTs": 1762392060,
          "entryUtc": "2025-11-06T01:21:00.000Z",
          "exitTs": 1762396260,
          "dir": -1,
          "entryPrice": 3972.195,
          "exitPrice": 3980.79,
          "stopDistance": 8.595,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 70
        },
        {
          "entryTs": 1762432620,
          "entryUtc": "2025-11-06T12:37:00.000Z",
          "exitTs": 1762438680,
          "dir": 1,
          "entryPrice": 4009.638,
          "exitPrice": 4002.245,
          "stopDistance": 7.392,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 101
        },
        {
          "entryTs": 1762484640,
          "entryUtc": "2025-11-07T03:04:00.000Z",
          "exitTs": 1762499580,
          "dir": 1,
          "entryPrice": 3991.125,
          "exitPrice": 4009.14,
          "stopDistance": 9.008,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 249
        },
        {
          "entryTs": 1762514280,
          "entryUtc": "2025-11-07T11:18:00.000Z",
          "exitTs": 1762526160,
          "dir": -1,
          "entryPrice": 4004.145,
          "exitPrice": 3988.175,
          "stopDistance": 7.985,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 198
        },
        {
          "entryTs": 1762534800,
          "entryUtc": "2025-11-07T17:00:00.000Z",
          "exitTs": 1762729200,
          "dir": -1,
          "entryPrice": 4007.725,
          "exitPrice": 3998.795,
          "stopDistance": 14.369,
          "outcome": "time",
          "netR": 0.5957,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1762829640,
          "entryUtc": "2025-11-11T02:54:00.000Z",
          "exitTs": 1762839360,
          "dir": 1,
          "entryPrice": 4134.485,
          "exitPrice": 4125.622,
          "stopDistance": 8.863,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 162
        },
        {
          "entryTs": 1762957980,
          "entryUtc": "2025-11-12T14:33:00.000Z",
          "exitTs": 1762960200,
          "dir": 1,
          "entryPrice": 4128.835,
          "exitPrice": 4150.041,
          "stopDistance": 10.603,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 37
        },
        {
          "entryTs": 1763003460,
          "entryUtc": "2025-11-13T03:11:00.000Z",
          "exitTs": 1763006760,
          "dir": -1,
          "entryPrice": 4201.745,
          "exitPrice": 4215.123,
          "stopDistance": 13.378,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 55
        },
        {
          "entryTs": 1763026320,
          "entryUtc": "2025-11-13T09:32:00.000Z",
          "exitTs": 1763038740,
          "dir": -1,
          "entryPrice": 4232.509,
          "exitPrice": 4244.722,
          "stopDistance": 12.213,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 207
        },
        {
          "entryTs": 1763040240,
          "entryUtc": "2025-11-13T13:24:00.000Z",
          "exitTs": 1763043960,
          "dir": -1,
          "entryPrice": 4235.285,
          "exitPrice": 4209.508,
          "stopDistance": 12.889,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 62
        },
        {
          "entryTs": 1763386620,
          "entryUtc": "2025-11-17T13:37:00.000Z",
          "exitTs": 1763395680,
          "dir": 1,
          "entryPrice": 4067.815,
          "exitPrice": 4053.778,
          "stopDistance": 14.037,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 151
        },
        {
          "entryTs": 1763562780,
          "entryUtc": "2025-11-19T14:33:00.000Z",
          "exitTs": 1763564160,
          "dir": -1,
          "entryPrice": 4110.535,
          "exitPrice": 4123.1,
          "stopDistance": 12.565,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 23
        },
        {
          "entryTs": 1763574060,
          "entryUtc": "2025-11-19T17:41:00.000Z",
          "exitTs": 1763595420,
          "dir": -1,
          "entryPrice": 4073.335,
          "exitPrice": 4092.111,
          "stopDistance": 18.776,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 356
        },
        {
          "entryTs": 1763620560,
          "entryUtc": "2025-11-20T06:36:00.000Z",
          "exitTs": 1763643540,
          "dir": -1,
          "entryPrice": 4066.465,
          "exitPrice": 4081.185,
          "stopDistance": 14.72,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 383
        },
        {
          "entryTs": 1763683920,
          "entryUtc": "2025-11-21T00:12:00.000Z",
          "exitTs": 1763695020,
          "dir": -1,
          "entryPrice": 4080.605,
          "exitPrice": 4051.499,
          "stopDistance": 14.553,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 185
        },
        {
          "entryTs": 1763705580,
          "entryUtc": "2025-11-21T06:13:00.000Z",
          "exitTs": 1763706480,
          "dir": 1,
          "entryPrice": 4052.595,
          "exitPrice": 4038.707,
          "stopDistance": 13.888,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 15
        },
        {
          "entryTs": 1763719620,
          "entryUtc": "2025-11-21T10:07:00.000Z",
          "exitTs": 1763732700,
          "dir": 1,
          "entryPrice": 4043.235,
          "exitPrice": 4075.097,
          "stopDistance": 15.931,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 218
        },
        {
          "entryTs": 1763946000,
          "entryUtc": "2025-11-24T01:00:00.000Z",
          "exitTs": 1763953020,
          "dir": -1,
          "entryPrice": 4069.815,
          "exitPrice": 4040.716,
          "stopDistance": 14.55,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 117
        },
        {
          "entryTs": 1763981640,
          "entryUtc": "2025-11-24T10:54:00.000Z",
          "exitTs": 1763996160,
          "dir": 1,
          "entryPrice": 4063.295,
          "exitPrice": 4085.643,
          "stopDistance": 11.174,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 242
        },
        {
          "entryTs": 1764065040,
          "entryUtc": "2025-11-25T10:04:00.000Z",
          "exitTs": 1764076800,
          "dir": -1,
          "entryPrice": 4134.205,
          "exitPrice": 4145.095,
          "stopDistance": 10.89,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 196
        },
        {
          "entryTs": 1764095880,
          "entryUtc": "2025-11-25T18:38:00.000Z",
          "exitTs": 1764156720,
          "dir": 1,
          "entryPrice": 4139.895,
          "exitPrice": 4169.667,
          "stopDistance": 14.886,
          "outcome": "target",
          "netR": 1.9751,
          "holdMinutes": 1014
        },
        {
          "entryTs": 1764162900,
          "entryUtc": "2025-11-26T13:15:00.000Z",
          "exitTs": 1764166020,
          "dir": 1,
          "entryPrice": 4157.895,
          "exitPrice": 4147.376,
          "stopDistance": 10.519,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 52
        },
        {
          "entryTs": 1764171000,
          "entryUtc": "2025-11-26T15:30:00.000Z",
          "exitTs": 1764180720,
          "dir": -1,
          "entryPrice": 4159.165,
          "exitPrice": 4170.436,
          "stopDistance": 11.271,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 162
        },
        {
          "entryTs": 1764217920,
          "entryUtc": "2025-11-27T04:32:00.000Z",
          "exitTs": 1764227700,
          "dir": -1,
          "entryPrice": 4152.665,
          "exitPrice": 4161.02,
          "stopDistance": 8.355,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 163
        },
        {
          "entryTs": 1764304500,
          "entryUtc": "2025-11-28T04:35:00.000Z",
          "exitTs": 1764316980,
          "dir": -1,
          "entryPrice": 4183.555,
          "exitPrice": 4168.771,
          "stopDistance": 7.392,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 208
        },
        {
          "entryTs": 1764573960,
          "entryUtc": "2025-12-01T07:26:00.000Z",
          "exitTs": 1764583380,
          "dir": -1,
          "entryPrice": 4241.745,
          "exitPrice": 4253.766,
          "stopDistance": 12.02,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 157
        },
        {
          "entryTs": 1764757860,
          "entryUtc": "2025-12-03T10:31:00.000Z",
          "exitTs": 1764767700,
          "dir": 1,
          "entryPrice": 4201.855,
          "exitPrice": 4218.952,
          "stopDistance": 8.549,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 164
        },
        {
          "entryTs": 1764773520,
          "entryUtc": "2025-12-03T14:52:00.000Z",
          "exitTs": 1764780900,
          "dir": 1,
          "entryPrice": 4213.365,
          "exitPrice": 4204.616,
          "stopDistance": 8.75,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 123
        },
        {
          "entryTs": 1764949920,
          "entryUtc": "2025-12-05T15:52:00.000Z",
          "exitTs": 1764950940,
          "dir": 1,
          "entryPrice": 4241.485,
          "exitPrice": 4231.246,
          "stopDistance": 10.239,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 17
        },
        {
          "entryTs": 1765157040,
          "entryUtc": "2025-12-08T01:24:00.000Z",
          "exitTs": 1765206180,
          "dir": -1,
          "entryPrice": 4209.245,
          "exitPrice": 4189.824,
          "stopDistance": 9.71,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 819
        },
        {
          "entryTs": 1765246260,
          "entryUtc": "2025-12-09T02:11:00.000Z",
          "exitTs": 1765256100,
          "dir": 1,
          "entryPrice": 4191.785,
          "exitPrice": 4184.98,
          "stopDistance": 6.805,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 164
        },
        {
          "entryTs": 1765290780,
          "entryUtc": "2025-12-09T14:33:00.000Z",
          "exitTs": 1765292040,
          "dir": -1,
          "entryPrice": 4200.495,
          "exitPrice": 4209.123,
          "stopDistance": 8.628,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 21
        },
        {
          "entryTs": 1765294200,
          "entryUtc": "2025-12-09T15:30:00.000Z",
          "exitTs": 1765360500,
          "dir": 1,
          "entryPrice": 4204.465,
          "exitPrice": 4193.235,
          "stopDistance": 11.23,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 1105
        },
        {
          "entryTs": 1765378140,
          "entryUtc": "2025-12-10T14:49:00.000Z",
          "exitTs": 1765393200,
          "dir": -1,
          "entryPrice": 4200.445,
          "exitPrice": 4208.363,
          "stopDistance": 7.918,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 251
        },
        {
          "entryTs": 1765395060,
          "entryUtc": "2025-12-10T19:31:00.000Z",
          "exitTs": 1765395300,
          "dir": 1,
          "entryPrice": 4193.875,
          "exitPrice": 4214.292,
          "stopDistance": 10.208,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 4
        },
        {
          "entryTs": 1765460520,
          "entryUtc": "2025-12-11T13:42:00.000Z",
          "exitTs": 1765462200,
          "dir": -1,
          "entryPrice": 4219.045,
          "exitPrice": 4227.355,
          "stopDistance": 8.31,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 28
        },
        {
          "entryTs": 1765465200,
          "entryUtc": "2025-12-11T15:00:00.000Z",
          "exitTs": 1765466460,
          "dir": -1,
          "entryPrice": 4230.935,
          "exitPrice": 4242.585,
          "stopDistance": 11.65,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 21
        },
        {
          "entryTs": 1765489440,
          "entryUtc": "2025-12-11T21:44:00.000Z",
          "exitTs": 1765527120,
          "dir": -1,
          "entryPrice": 4281.615,
          "exitPrice": 4294.897,
          "stopDistance": 13.281,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 628
        },
        {
          "entryTs": 1765552560,
          "entryUtc": "2025-12-12T15:16:00.000Z",
          "exitTs": 1765552680,
          "dir": 1,
          "entryPrice": 4340.575,
          "exitPrice": 4327.916,
          "stopDistance": 12.659,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 2
        },
        {
          "entryTs": 1765563120,
          "entryUtc": "2025-12-12T18:12:00.000Z",
          "exitTs": 1765753200,
          "dir": -1,
          "entryPrice": 4300.265,
          "exitPrice": 4295.198,
          "stopDistance": 21.081,
          "outcome": "time",
          "netR": 0.2228,
          "holdMinutes": 3168
        },
        {
          "entryTs": 1765785900,
          "entryUtc": "2025-12-15T08:05:00.000Z",
          "exitTs": 1765808400,
          "dir": -1,
          "entryPrice": 4342.245,
          "exitPrice": 4325.36,
          "stopDistance": 8.443,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 375
        },
        {
          "entryTs": 1765850640,
          "entryUtc": "2025-12-16T02:04:00.000Z",
          "exitTs": 1765853820,
          "dir": -1,
          "entryPrice": 4311.185,
          "exitPrice": 4291.431,
          "stopDistance": 9.877,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 53
        },
        {
          "entryTs": 1765937880,
          "entryUtc": "2025-12-17T02:18:00.000Z",
          "exitTs": 1765948140,
          "dir": -1,
          "entryPrice": 4322.865,
          "exitPrice": 4331.685,
          "stopDistance": 8.819,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 171
        },
        {
          "entryTs": 1765951320,
          "entryUtc": "2025-12-17T06:02:00.000Z",
          "exitTs": 1765955460,
          "dir": 1,
          "entryPrice": 4332.125,
          "exitPrice": 4323.048,
          "stopDistance": 9.077,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 69
        },
        {
          "entryTs": 1765959600,
          "entryUtc": "2025-12-17T08:20:00.000Z",
          "exitTs": 1765977060,
          "dir": -1,
          "entryPrice": 4315.945,
          "exitPrice": 4325.924,
          "stopDistance": 9.979,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 291
        },
        {
          "entryTs": 1765982460,
          "entryUtc": "2025-12-17T14:41:00.000Z",
          "exitTs": 1766063160,
          "dir": -1,
          "entryPrice": 4338.205,
          "exitPrice": 4315.146,
          "stopDistance": 11.529,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 1345
        },
        {
          "entryTs": 1766122320,
          "entryUtc": "2025-12-19T05:32:00.000Z",
          "exitTs": 1766150220,
          "dir": -1,
          "entryPrice": 4323.825,
          "exitPrice": 4334.735,
          "stopDistance": 10.91,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 465
        },
        {
          "entryTs": 1766155560,
          "entryUtc": "2025-12-19T14:46:00.000Z",
          "exitTs": 1766156940,
          "dir": 1,
          "entryPrice": 4327.795,
          "exitPrice": 4344.905,
          "stopDistance": 8.555,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 23
        },
        {
          "entryTs": 1766414760,
          "entryUtc": "2025-12-22T14:46:00.000Z",
          "exitTs": 1766419680,
          "dir": -1,
          "entryPrice": 4426.005,
          "exitPrice": 4435.784,
          "stopDistance": 9.779,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 82
        },
        {
          "entryTs": 1766541840,
          "entryUtc": "2025-12-24T02:04:00.000Z",
          "exitTs": 1766545020,
          "dir": 1,
          "entryPrice": 4511.748,
          "exitPrice": 4498.297,
          "stopDistance": 13.451,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 53
        },
        {
          "entryTs": 1766573760,
          "entryUtc": "2025-12-24T10:56:00.000Z",
          "exitTs": 1766587800,
          "dir": -1,
          "entryPrice": 4490.295,
          "exitPrice": 4466.842,
          "stopDistance": 11.726,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 234
        },
        {
          "entryTs": 1766755200,
          "entryUtc": "2025-12-26T13:20:00.000Z",
          "exitTs": 1766759640,
          "dir": 1,
          "entryPrice": 4512.398,
          "exitPrice": 4531.837,
          "stopDistance": 9.719,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 74
        },
        {
          "entryTs": 1766761080,
          "entryUtc": "2025-12-26T14:58:00.000Z",
          "exitTs": 1766763120,
          "dir": -1,
          "entryPrice": 4525.575,
          "exitPrice": 4536.737,
          "stopDistance": 11.162,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 34
        },
        {
          "entryTs": 1767011880,
          "entryUtc": "2025-12-29T12:38:00.000Z",
          "exitTs": 1767015960,
          "dir": -1,
          "entryPrice": 4457.865,
          "exitPrice": 4422.916,
          "stopDistance": 17.474,
          "outcome": "target",
          "netR": 1.9788,
          "holdMinutes": 68
        },
        {
          "entryTs": 1767101520,
          "entryUtc": "2025-12-30T13:32:00.000Z",
          "exitTs": 1767105600,
          "dir": 1,
          "entryPrice": 4384.515,
          "exitPrice": 4371.963,
          "stopDistance": 12.552,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 68
        },
        {
          "entryTs": 1767141720,
          "entryUtc": "2025-12-31T00:42:00.000Z",
          "exitTs": 1767144840,
          "dir": -1,
          "entryPrice": 4346.248,
          "exitPrice": 4360.456,
          "stopDistance": 14.208,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 52
        },
        {
          "entryTs": 1767151380,
          "entryUtc": "2025-12-31T03:23:00.000Z",
          "exitTs": 1767159600,
          "dir": 1,
          "entryPrice": 4342.548,
          "exitPrice": 4327.118,
          "stopDistance": 15.43,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 137
        },
        {
          "entryTs": 1767165780,
          "entryUtc": "2025-12-31T07:23:00.000Z",
          "exitTs": 1767192960,
          "dir": -1,
          "entryPrice": 4334.335,
          "exitPrice": 4351.583,
          "stopDistance": 17.248,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 453
        },
        {
          "entryTs": 1767214800,
          "entryUtc": "2025-12-31T21:00:00.000Z",
          "exitTs": 1767308400,
          "dir": -1,
          "entryPrice": 4314.455,
          "exitPrice": 4328.686,
          "stopDistance": 14.231,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 1560
        },
        {
          "entryTs": 1767357660,
          "entryUtc": "2026-01-02T12:41:00.000Z",
          "exitTs": 1767360300,
          "dir": 1,
          "entryPrice": 4387.635,
          "exitPrice": 4378.178,
          "stopDistance": 9.456,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 44
        },
        {
          "entryTs": 1767641460,
          "entryUtc": "2026-01-05T19:31:00.000Z",
          "exitTs": 1767654600,
          "dir": -1,
          "entryPrice": 4443.348,
          "exitPrice": 4457.496,
          "stopDistance": 14.147,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 219
        },
        {
          "entryTs": 1767661800,
          "entryUtc": "2026-01-06T01:10:00.000Z",
          "exitTs": 1767664680,
          "dir": -1,
          "entryPrice": 4440.198,
          "exitPrice": 4451.554,
          "stopDistance": 11.356,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 48
        },
        {
          "entryTs": 1767682800,
          "entryUtc": "2026-01-06T07:00:00.000Z",
          "exitTs": 1767692880,
          "dir": -1,
          "entryPrice": 4466.945,
          "exitPrice": 4445.848,
          "stopDistance": 10.548,
          "outcome": "target",
          "netR": 1.9649,
          "holdMinutes": 168
        },
        {
          "entryTs": 1767707160,
          "entryUtc": "2026-01-06T13:46:00.000Z",
          "exitTs": 1767709860,
          "dir": -1,
          "entryPrice": 4463.345,
          "exitPrice": 4473.981,
          "stopDistance": 10.636,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767713580,
          "entryUtc": "2026-01-06T15:33:00.000Z",
          "exitTs": 1767733080,
          "dir": 1,
          "entryPrice": 4471.305,
          "exitPrice": 4496.316,
          "stopDistance": 12.505,
          "outcome": "target",
          "netR": 1.9704,
          "holdMinutes": 325
        },
        {
          "entryTs": 1767751800,
          "entryUtc": "2026-01-07T02:10:00.000Z",
          "exitTs": 1767764700,
          "dir": -1,
          "entryPrice": 4470.735,
          "exitPrice": 4447.355,
          "stopDistance": 11.69,
          "outcome": "target",
          "netR": 1.9683,
          "holdMinutes": 215
        },
        {
          "entryTs": 1767773400,
          "entryUtc": "2026-01-07T08:10:00.000Z",
          "exitTs": 1767788280,
          "dir": -1,
          "entryPrice": 4465.635,
          "exitPrice": 4443.203,
          "stopDistance": 11.216,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 248
        },
        {
          "entryTs": 1767799800,
          "entryUtc": "2026-01-07T15:30:00.000Z",
          "exitTs": 1767802920,
          "dir": -1,
          "entryPrice": 4444.005,
          "exitPrice": 4459.812,
          "stopDistance": 15.808,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 52
        },
        {
          "entryTs": 1767835980,
          "entryUtc": "2026-01-08T01:33:00.000Z",
          "exitTs": 1767837900,
          "dir": 1,
          "entryPrice": 4451.125,
          "exitPrice": 4440.413,
          "stopDistance": 10.712,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 32
        },
        {
          "entryTs": 1767863880,
          "entryUtc": "2026-01-08T09:18:00.000Z",
          "exitTs": 1767873840,
          "dir": 1,
          "entryPrice": 4426.585,
          "exitPrice": 4414.796,
          "stopDistance": 11.789,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 166
        },
        {
          "entryTs": 1767879000,
          "entryUtc": "2026-01-08T13:30:00.000Z",
          "exitTs": 1767885360,
          "dir": 1,
          "entryPrice": 4427.375,
          "exitPrice": 4452.19,
          "stopDistance": 12.407,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 106
        },
        {
          "entryTs": 1767947400,
          "entryUtc": "2026-01-09T08:30:00.000Z",
          "exitTs": 1767961980,
          "dir": 1,
          "entryPrice": 4471.355,
          "exitPrice": 4462.879,
          "stopDistance": 8.476,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 243
        },
        {
          "entryTs": 1767968220,
          "entryUtc": "2026-01-09T14:17:00.000Z",
          "exitTs": 1767973140,
          "dir": 1,
          "entryPrice": 4486.648,
          "exitPrice": 4513.445,
          "stopDistance": 13.399,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 82
        },
        {
          "entryTs": 1768228740,
          "entryUtc": "2026-01-12T14:39:00.000Z",
          "exitTs": 1768232040,
          "dir": -1,
          "entryPrice": 4608.905,
          "exitPrice": 4623.043,
          "stopDistance": 14.138,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 55
        },
        {
          "entryTs": 1768261860,
          "entryUtc": "2026-01-12T23:51:00.000Z",
          "exitTs": 1768309980,
          "dir": -1,
          "entryPrice": 4590.335,
          "exitPrice": 4604.674,
          "stopDistance": 14.339,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 802
        },
        {
          "entryTs": 1768316520,
          "entryUtc": "2026-01-13T15:02:00.000Z",
          "exitTs": 1768317480,
          "dir": 1,
          "entryPrice": 4618.325,
          "exitPrice": 4604.67,
          "stopDistance": 13.655,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 16
        },
        {
          "entryTs": 1768317600,
          "entryUtc": "2026-01-13T15:20:00.000Z",
          "exitTs": 1768327080,
          "dir": 1,
          "entryPrice": 4602.309,
          "exitPrice": 4590.044,
          "stopDistance": 12.265,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 158
        },
        {
          "entryTs": 1768371240,
          "entryUtc": "2026-01-14T06:14:00.000Z",
          "exitTs": 1768402080,
          "dir": -1,
          "entryPrice": 4633.898,
          "exitPrice": 4610.516,
          "stopDistance": 11.691,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 514
        },
        {
          "entryTs": 1768445220,
          "entryUtc": "2026-01-15T02:47:00.000Z",
          "exitTs": 1768447260,
          "dir": 1,
          "entryPrice": 4602.305,
          "exitPrice": 4586.771,
          "stopDistance": 15.534,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 34
        },
        {
          "entryTs": 1768526100,
          "entryUtc": "2026-01-16T01:15:00.000Z",
          "exitTs": 1768531020,
          "dir": 1,
          "entryPrice": 4600.998,
          "exitPrice": 4591.671,
          "stopDistance": 9.327,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 82
        },
        {
          "entryTs": 1768573800,
          "entryUtc": "2026-01-16T14:30:00.000Z",
          "exitTs": 1768575960,
          "dir": 1,
          "entryPrice": 4596.035,
          "exitPrice": 4619.521,
          "stopDistance": 11.743,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 36
        },
        {
          "entryTs": 1768869240,
          "entryUtc": "2026-01-20T00:34:00.000Z",
          "exitTs": 1768871220,
          "dir": -1,
          "entryPrice": 4665.145,
          "exitPrice": 4672.802,
          "stopDistance": 7.657,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 33
        },
        {
          "entryTs": 1768874400,
          "entryUtc": "2026-01-20T02:00:00.000Z",
          "exitTs": 1768881060,
          "dir": -1,
          "entryPrice": 4670.795,
          "exitPrice": 4679.763,
          "stopDistance": 8.968,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 111
        },
        {
          "entryTs": 1768904880,
          "entryUtc": "2026-01-20T10:28:00.000Z",
          "exitTs": 1768915320,
          "dir": 1,
          "entryPrice": 4729.225,
          "exitPrice": 4717.423,
          "stopDistance": 11.802,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 174
        },
        {
          "entryTs": 1768920420,
          "entryUtc": "2026-01-20T14:47:00.000Z",
          "exitTs": 1768928160,
          "dir": -1,
          "entryPrice": 4740.595,
          "exitPrice": 4754.158,
          "stopDistance": 13.562,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 129
        },
        {
          "entryTs": 1768987560,
          "entryUtc": "2026-01-21T09:26:00.000Z",
          "exitTs": 1769008740,
          "dir": -1,
          "entryPrice": 4871.285,
          "exitPrice": 4831.972,
          "stopDistance": 19.657,
          "outcome": "target",
          "netR": 1.9812,
          "holdMinutes": 353
        },
        {
          "entryTs": 1769010840,
          "entryUtc": "2026-01-21T15:54:00.000Z",
          "exitTs": 1769023860,
          "dir": -1,
          "entryPrice": 4851.515,
          "exitPrice": 4800.872,
          "stopDistance": 25.322,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 217
        },
        {
          "entryTs": 1769124600,
          "entryUtc": "2026-01-22T23:30:00.000Z",
          "exitTs": 1769156580,
          "dir": 1,
          "entryPrice": 4938.895,
          "exitPrice": 4922.764,
          "stopDistance": 16.131,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 533
        },
        {
          "entryTs": 1769176200,
          "entryUtc": "2026-01-23T13:50:00.000Z",
          "exitTs": 1769179680,
          "dir": -1,
          "entryPrice": 4939.175,
          "exitPrice": 4954.868,
          "stopDistance": 15.693,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 58
        },
        {
          "entryTs": 1769180340,
          "entryUtc": "2026-01-23T14:59:00.000Z",
          "exitTs": 1769185020,
          "dir": 1,
          "entryPrice": 4944.735,
          "exitPrice": 4977.348,
          "stopDistance": 16.307,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 78
        },
        {
          "entryTs": 1769192460,
          "entryUtc": "2026-01-23T18:21:00.000Z",
          "exitTs": 1769382000,
          "dir": -1,
          "entryPrice": 4982.835,
          "exitPrice": 5000.914,
          "stopDistance": 18.079,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 3159
        },
        {
          "entryTs": 1769446680,
          "entryUtc": "2026-01-26T16:58:00.000Z",
          "exitTs": 1769454180,
          "dir": -1,
          "entryPrice": 5090.655,
          "exitPrice": 5045.91,
          "stopDistance": 22.372,
          "outcome": "target",
          "netR": 1.9835,
          "holdMinutes": 125
        },
        {
          "entryTs": 1769524560,
          "entryUtc": "2026-01-27T14:36:00.000Z",
          "exitTs": 1769529540,
          "dir": -1,
          "entryPrice": 5073.245,
          "exitPrice": 5090.956,
          "stopDistance": 17.711,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 83
        },
        {
          "entryTs": 1769610960,
          "entryUtc": "2026-01-28T14:36:00.000Z",
          "exitTs": 1769612580,
          "dir": -1,
          "entryPrice": 5275.035,
          "exitPrice": 5297.03,
          "stopDistance": 21.995,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 27
        },
        {
          "entryTs": 1769612820,
          "entryUtc": "2026-01-28T15:07:00.000Z",
          "exitTs": 1769612880,
          "dir": 1,
          "entryPrice": 5262.265,
          "exitPrice": 5238.085,
          "stopDistance": 24.18,
          "outcome": "stop",
          "netR": -1.0174,
          "holdMinutes": 1
        },
        {
          "entryTs": 1769614800,
          "entryUtc": "2026-01-28T15:40:00.000Z",
          "exitTs": 1769624280,
          "dir": -1,
          "entryPrice": 5279.125,
          "exitPrice": 5308.536,
          "stopDistance": 29.411,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 158
        },
        {
          "entryTs": 1769627700,
          "entryUtc": "2026-01-28T19:15:00.000Z",
          "exitTs": 1769630220,
          "dir": -1,
          "entryPrice": 5299.795,
          "exitPrice": 5329.825,
          "stopDistance": 30.03,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 42
        },
        {
          "entryTs": 1769649840,
          "entryUtc": "2026-01-29T01:24:00.000Z",
          "exitTs": 1769666400,
          "dir": -1,
          "entryPrice": 5508.485,
          "exitPrice": 5564.797,
          "stopDistance": 56.312,
          "outcome": "stop",
          "netR": -1.0075,
          "holdMinutes": 276
        },
        {
          "entryTs": 1769734860,
          "entryUtc": "2026-01-30T01:01:00.000Z",
          "exitTs": 1769735640,
          "dir": 1,
          "entryPrice": 5382.895,
          "exitPrice": 5315.642,
          "stopDistance": 67.253,
          "outcome": "stop",
          "netR": -1.0062,
          "holdMinutes": 13
        },
        {
          "entryTs": 1769741820,
          "entryUtc": "2026-01-30T02:57:00.000Z",
          "exitTs": 1769756400,
          "dir": 1,
          "entryPrice": 5211.298,
          "exitPrice": 5126.866,
          "stopDistance": 84.432,
          "outcome": "stop",
          "netR": -1.005,
          "holdMinutes": 243
        },
        {
          "entryTs": 1769767020,
          "entryUtc": "2026-01-30T09:57:00.000Z",
          "exitTs": 1769770740,
          "dir": -1,
          "entryPrice": 5027.415,
          "exitPrice": 5107.649,
          "stopDistance": 80.234,
          "outcome": "stop",
          "netR": -1.0052,
          "holdMinutes": 62
        },
        {
          "entryTs": 1769787720,
          "entryUtc": "2026-01-30T15:42:00.000Z",
          "exitTs": 1769793120,
          "dir": -1,
          "entryPrice": 5071.535,
          "exitPrice": 4920.312,
          "stopDistance": 75.612,
          "outcome": "target",
          "netR": 1.9951,
          "holdMinutes": 90
        },
        {
          "entryTs": 1769800200,
          "entryUtc": "2026-01-30T19:10:00.000Z",
          "exitTs": 1769987160,
          "dir": -1,
          "entryPrice": 4914.645,
          "exitPrice": 4817.598,
          "stopDistance": 81.357,
          "outcome": "time",
          "netR": 1.1883,
          "holdMinutes": 3116
        },
        {
          "entryTs": 1769993760,
          "entryUtc": "2026-02-02T00:56:00.000Z",
          "exitTs": 1769994540,
          "dir": 1,
          "entryPrice": 4773.635,
          "exitPrice": 4675.033,
          "stopDistance": 98.601,
          "outcome": "stop",
          "netR": -1.0043,
          "holdMinutes": 13
        },
        {
          "entryTs": 1770043920,
          "entryUtc": "2026-02-02T14:52:00.000Z",
          "exitTs": 1770046320,
          "dir": 1,
          "entryPrice": 4725.628,
          "exitPrice": 4648.737,
          "stopDistance": 76.891,
          "outcome": "stop",
          "netR": -1.0055,
          "holdMinutes": 40
        },
        {
          "entryTs": 1770049020,
          "entryUtc": "2026-02-02T16:17:00.000Z",
          "exitTs": 1770081300,
          "dir": 1,
          "entryPrice": 4674.978,
          "exitPrice": 4846.545,
          "stopDistance": 85.783,
          "outcome": "target",
          "netR": 1.9957,
          "holdMinutes": 538
        },
        {
          "entryTs": 1770083400,
          "entryUtc": "2026-02-03T01:50:00.000Z",
          "exitTs": 1770085800,
          "dir": 1,
          "entryPrice": 4820.405,
          "exitPrice": 4758.667,
          "stopDistance": 61.738,
          "outcome": "stop",
          "netR": -1.0068,
          "holdMinutes": 40
        },
        {
          "entryTs": 1770132060,
          "entryUtc": "2026-02-03T15:21:00.000Z",
          "exitTs": 1770136740,
          "dir": 1,
          "entryPrice": 4917.755,
          "exitPrice": 4993.077,
          "stopDistance": 37.661,
          "outcome": "target",
          "netR": 1.9902,
          "holdMinutes": 78
        },
        {
          "entryTs": 1770141060,
          "entryUtc": "2026-02-03T17:51:00.000Z",
          "exitTs": 1770164040,
          "dir": -1,
          "entryPrice": 4943.495,
          "exitPrice": 4987.217,
          "stopDistance": 43.722,
          "outcome": "stop",
          "netR": -1.0096,
          "holdMinutes": 383
        },
        {
          "entryTs": 1770297660,
          "entryUtc": "2026-02-05T13:21:00.000Z",
          "exitTs": 1770310200,
          "dir": -1,
          "entryPrice": 4847.408,
          "exitPrice": 4893.097,
          "stopDistance": 45.689,
          "outcome": "stop",
          "netR": -1.0092,
          "holdMinutes": 209
        },
        {
          "entryTs": 1770339720,
          "entryUtc": "2026-02-06T01:02:00.000Z",
          "exitTs": 1770344280,
          "dir": 1,
          "entryPrice": 4703.265,
          "exitPrice": 4796.513,
          "stopDistance": 46.624,
          "outcome": "target",
          "netR": 1.9921,
          "holdMinutes": 76
        },
        {
          "entryTs": 1770395160,
          "entryUtc": "2026-02-06T16:26:00.000Z",
          "exitTs": 1770591600,
          "dir": 1,
          "entryPrice": 4921.725,
          "exitPrice": 4983.898,
          "stopDistance": 35.995,
          "outcome": "time",
          "netR": 1.717,
          "holdMinutes": 3274
        },
        {
          "entryTs": 1770600960,
          "entryUtc": "2026-02-09T01:36:00.000Z",
          "exitTs": 1770615000,
          "dir": 1,
          "entryPrice": 4980.098,
          "exitPrice": 5031.837,
          "stopDistance": 25.869,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 234
        },
        {
          "entryTs": 1770637080,
          "entryUtc": "2026-02-09T11:38:00.000Z",
          "exitTs": 1770647520,
          "dir": -1,
          "entryPrice": 5007.585,
          "exitPrice": 5032.324,
          "stopDistance": 24.74,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 174
        },
        {
          "entryTs": 1770729420,
          "entryUtc": "2026-02-10T13:17:00.000Z",
          "exitTs": 1770732960,
          "dir": -1,
          "entryPrice": 5043.318,
          "exitPrice": 5062.513,
          "stopDistance": 19.195,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 59
        },
        {
          "entryTs": 1770734700,
          "entryUtc": "2026-02-10T14:45:00.000Z",
          "exitTs": 1770734940,
          "dir": 1,
          "entryPrice": 5041.945,
          "exitPrice": 5021.338,
          "stopDistance": 20.607,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 4
        },
        {
          "entryTs": 1770776280,
          "entryUtc": "2026-02-11T02:18:00.000Z",
          "exitTs": 1770788220,
          "dir": -1,
          "entryPrice": 5043.838,
          "exitPrice": 5062.704,
          "stopDistance": 18.866,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 199
        },
        {
          "entryTs": 1770812280,
          "entryUtc": "2026-02-11T12:18:00.000Z",
          "exitTs": 1770813660,
          "dir": 1,
          "entryPrice": 5093.015,
          "exitPrice": 5075.857,
          "stopDistance": 17.158,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 23
        },
        {
          "entryTs": 1770901800,
          "entryUtc": "2026-02-12T13:10:00.000Z",
          "exitTs": 1770903420,
          "dir": -1,
          "entryPrice": 5061.765,
          "exitPrice": 5074.523,
          "stopDistance": 12.757,
          "outcome": "stop",
          "netR": -1.0329,
          "holdMinutes": 27
        },
        {
          "entryTs": 1770905640,
          "entryUtc": "2026-02-12T14:14:00.000Z",
          "exitTs": 1770908160,
          "dir": 1,
          "entryPrice": 5065.375,
          "exitPrice": 5050.679,
          "stopDistance": 14.696,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 42
        },
        {
          "entryTs": 1770912360,
          "entryUtc": "2026-02-12T16:06:00.000Z",
          "exitTs": 1770912600,
          "dir": 1,
          "entryPrice": 5055.925,
          "exitPrice": 5036.772,
          "stopDistance": 19.153,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 4
        },
        {
          "entryTs": 1770993660,
          "entryUtc": "2026-02-13T14:41:00.000Z",
          "exitTs": 1770995340,
          "dir": 1,
          "entryPrice": 4966.915,
          "exitPrice": 5010.638,
          "stopDistance": 21.862,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 28
        },
        {
          "entryTs": 1771229880,
          "entryUtc": "2026-02-16T08:18:00.000Z",
          "exitTs": 1771235460,
          "dir": -1,
          "entryPrice": 5001.095,
          "exitPrice": 5016.757,
          "stopDistance": 15.662,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 93
        },
        {
          "entryTs": 1771247700,
          "entryUtc": "2026-02-16T13:15:00.000Z",
          "exitTs": 1771253040,
          "dir": 1,
          "entryPrice": 4997.395,
          "exitPrice": 4985.059,
          "stopDistance": 12.336,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 89
        },
        {
          "entryTs": 1771370160,
          "entryUtc": "2026-02-17T23:16:00.000Z",
          "exitTs": 1771372200,
          "dir": 1,
          "entryPrice": 4879.169,
          "exitPrice": 4860.199,
          "stopDistance": 18.97,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 34
        },
        {
          "entryTs": 1771447380,
          "entryUtc": "2026-02-18T20:43:00.000Z",
          "exitTs": 1771482420,
          "dir": -1,
          "entryPrice": 4986.448,
          "exitPrice": 5001.633,
          "stopDistance": 15.185,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 584
        },
        {
          "entryTs": 1771509900,
          "entryUtc": "2026-02-19T14:05:00.000Z",
          "exitTs": 1771511640,
          "dir": 1,
          "entryPrice": 4983.545,
          "exitPrice": 4968.625,
          "stopDistance": 14.92,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 29
        },
        {
          "entryTs": 1771512240,
          "entryUtc": "2026-02-19T14:44:00.000Z",
          "exitTs": 1771513020,
          "dir": -1,
          "entryPrice": 4993.445,
          "exitPrice": 5009.706,
          "stopDistance": 16.261,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 13
        },
        {
          "entryTs": 1771553100,
          "entryUtc": "2026-02-20T02:05:00.000Z",
          "exitTs": 1771568580,
          "dir": -1,
          "entryPrice": 5006.065,
          "exitPrice": 5021.562,
          "stopDistance": 15.497,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 258
        },
        {
          "entryTs": 1771591560,
          "entryUtc": "2026-02-20T12:46:00.000Z",
          "exitTs": 1771598640,
          "dir": 1,
          "entryPrice": 5022.085,
          "exitPrice": 5052.447,
          "stopDistance": 15.181,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 118
        },
        {
          "entryTs": 1771599720,
          "entryUtc": "2026-02-20T15:02:00.000Z",
          "exitTs": 1771599780,
          "dir": 1,
          "entryPrice": 5042.645,
          "exitPrice": 5027.027,
          "stopDistance": 15.618,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771603980,
          "entryUtc": "2026-02-20T16:13:00.000Z",
          "exitTs": 1771610040,
          "dir": -1,
          "entryPrice": 5053.325,
          "exitPrice": 5075.991,
          "stopDistance": 22.666,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 101
        },
        {
          "entryTs": 1771806600,
          "entryUtc": "2026-02-23T00:30:00.000Z",
          "exitTs": 1771857420,
          "dir": -1,
          "entryPrice": 5158.345,
          "exitPrice": 5180.358,
          "stopDistance": 22.013,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 847
        },
        {
          "entryTs": 1771891260,
          "entryUtc": "2026-02-24T00:01:00.000Z",
          "exitTs": 1771894800,
          "dir": 1,
          "entryPrice": 5228.475,
          "exitPrice": 5213.096,
          "stopDistance": 15.379,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 59
        },
        {
          "entryTs": 1771968240,
          "entryUtc": "2026-02-24T21:24:00.000Z",
          "exitTs": 1771974000,
          "dir": 1,
          "entryPrice": 5153.735,
          "exitPrice": 5136.464,
          "stopDistance": 17.271,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 96
        },
        {
          "entryTs": 1772033220,
          "entryUtc": "2026-02-25T15:27:00.000Z",
          "exitTs": 1772037900,
          "dir": 1,
          "entryPrice": 5177.495,
          "exitPrice": 5208.147,
          "stopDistance": 15.326,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 78
        },
        {
          "entryTs": 1772046900,
          "entryUtc": "2026-02-25T19:15:00.000Z",
          "exitTs": 1772050500,
          "dir": 1,
          "entryPrice": 5204.958,
          "exitPrice": 5191.818,
          "stopDistance": 13.141,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 60
        },
        {
          "entryTs": 1772099520,
          "entryUtc": "2026-02-26T09:52:00.000Z",
          "exitTs": 1772107320,
          "dir": -1,
          "entryPrice": 5186.075,
          "exitPrice": 5158.689,
          "stopDistance": 13.693,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 130
        },
        {
          "entryTs": 1772108280,
          "entryUtc": "2026-02-26T12:18:00.000Z",
          "exitTs": 1772109660,
          "dir": -1,
          "entryPrice": 5171.725,
          "exitPrice": 5184.524,
          "stopDistance": 12.799,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 23
        },
        {
          "entryTs": 1772128680,
          "entryUtc": "2026-02-26T17:58:00.000Z",
          "exitTs": 1772197620,
          "dir": 1,
          "entryPrice": 5162.105,
          "exitPrice": 5206.72,
          "stopDistance": 22.307,
          "outcome": "target",
          "netR": 1.9834,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1772205480,
          "entryUtc": "2026-02-27T15:18:00.000Z",
          "exitTs": 1772224980,
          "dir": 1,
          "entryPrice": 5225.155,
          "exitPrice": 5262.756,
          "stopDistance": 18.801,
          "outcome": "target",
          "netR": 1.9803,
          "holdMinutes": 325
        },
        {
          "entryTs": 1772457600,
          "entryUtc": "2026-03-02T13:20:00.000Z",
          "exitTs": 1772461320,
          "dir": -1,
          "entryPrice": 5396.085,
          "exitPrice": 5352.575,
          "stopDistance": 21.755,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 62
        },
        {
          "entryTs": 1772493780,
          "entryUtc": "2026-03-02T23:23:00.000Z",
          "exitTs": 1772517360,
          "dir": 1,
          "entryPrice": 5331.095,
          "exitPrice": 5306.28,
          "stopDistance": 24.815,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 393
        },
        {
          "entryTs": 1772629860,
          "entryUtc": "2026-03-04T13:11:00.000Z",
          "exitTs": 1772635680,
          "dir": -1,
          "entryPrice": 5192.055,
          "exitPrice": 5149.274,
          "stopDistance": 21.391,
          "outcome": "target",
          "netR": 1.9827,
          "holdMinutes": 97
        },
        {
          "entryTs": 1772638500,
          "entryUtc": "2026-03-04T15:35:00.000Z",
          "exitTs": 1772648400,
          "dir": -1,
          "entryPrice": 5166.155,
          "exitPrice": 5112.022,
          "stopDistance": 27.066,
          "outcome": "target",
          "netR": 1.9863,
          "holdMinutes": 165
        },
        {
          "entryTs": 1772699820,
          "entryUtc": "2026-03-05T08:37:00.000Z",
          "exitTs": 1772701680,
          "dir": -1,
          "entryPrice": 5159.865,
          "exitPrice": 5179.911,
          "stopDistance": 20.046,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 31
        },
        {
          "entryTs": 1772722860,
          "entryUtc": "2026-03-05T15:01:00.000Z",
          "exitTs": 1772728200,
          "dir": -1,
          "entryPrice": 5112.425,
          "exitPrice": 5058.29,
          "stopDistance": 27.068,
          "outcome": "target",
          "netR": 1.9863,
          "holdMinutes": 89
        },
        {
          "entryTs": 1772797620,
          "entryUtc": "2026-03-06T11:47:00.000Z",
          "exitTs": 1772803800,
          "dir": -1,
          "entryPrice": 5085.805,
          "exitPrice": 5104.268,
          "stopDistance": 18.463,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 103
        },
        {
          "entryTs": 1773018840,
          "entryUtc": "2026-03-09T01:14:00.000Z",
          "exitTs": 1773034920,
          "dir": -1,
          "entryPrice": 5072.415,
          "exitPrice": 5113.162,
          "stopDistance": 40.747,
          "outcome": "stop",
          "netR": -1.0103,
          "holdMinutes": 268
        },
        {
          "entryTs": 1773039600,
          "entryUtc": "2026-03-09T07:00:00.000Z",
          "exitTs": 1773064500,
          "dir": 1,
          "entryPrice": 5096.165,
          "exitPrice": 5067.579,
          "stopDistance": 28.586,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 415
        },
        {
          "entryTs": 1773067080,
          "entryUtc": "2026-03-09T14:38:00.000Z",
          "exitTs": 1773067500,
          "dir": -1,
          "entryPrice": 5092.275,
          "exitPrice": 5115.08,
          "stopDistance": 22.805,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 7
        },
        {
          "entryTs": 1773093780,
          "entryUtc": "2026-03-09T22:03:00.000Z",
          "exitTs": 1773105900,
          "dir": 1,
          "entryPrice": 5122.945,
          "exitPrice": 5164.228,
          "stopDistance": 20.642,
          "outcome": "target",
          "netR": 1.9821,
          "holdMinutes": 202
        },
        {
          "entryTs": 1773194940,
          "entryUtc": "2026-03-11T02:09:00.000Z",
          "exitTs": 1773218280,
          "dir": 1,
          "entryPrice": 5197.175,
          "exitPrice": 5179.311,
          "stopDistance": 17.864,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 389
        },
        {
          "entryTs": 1773221700,
          "entryUtc": "2026-03-11T09:35:00.000Z",
          "exitTs": 1773234000,
          "dir": -1,
          "entryPrice": 5195.445,
          "exitPrice": 5166.287,
          "stopDistance": 14.579,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 205
        },
        {
          "entryTs": 1773368520,
          "entryUtc": "2026-03-13T02:22:00.000Z",
          "exitTs": 1773375840,
          "dir": 1,
          "entryPrice": 5118.815,
          "exitPrice": 5103.974,
          "stopDistance": 14.841,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 122
        },
        {
          "entryTs": 1773410400,
          "entryUtc": "2026-03-13T14:00:00.000Z",
          "exitTs": 1773412800,
          "dir": 1,
          "entryPrice": 5095.265,
          "exitPrice": 5079.671,
          "stopDistance": 15.594,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 40
        },
        {
          "entryTs": 1773619260,
          "entryUtc": "2026-03-16T00:01:00.000Z",
          "exitTs": 1773641760,
          "dir": -1,
          "entryPrice": 5010.175,
          "exitPrice": 5032.959,
          "stopDistance": 22.785,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 375
        },
        {
          "entryTs": 1773755460,
          "entryUtc": "2026-03-17T13:51:00.000Z",
          "exitTs": 1773761220,
          "dir": 1,
          "entryPrice": 5016.475,
          "exitPrice": 5001.688,
          "stopDistance": 14.787,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 96
        },
        {
          "entryTs": 1773768240,
          "entryUtc": "2026-03-17T17:24:00.000Z",
          "exitTs": 1773830100,
          "dir": -1,
          "entryPrice": 5007.265,
          "exitPrice": 4972.105,
          "stopDistance": 17.58,
          "outcome": "target",
          "netR": 1.979,
          "holdMinutes": 1031
        },
        {
          "entryTs": 1773841260,
          "entryUtc": "2026-03-18T13:41:00.000Z",
          "exitTs": 1773864840,
          "dir": -1,
          "entryPrice": 4878.105,
          "exitPrice": 4826.191,
          "stopDistance": 25.957,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 393
        },
        {
          "entryTs": 1773910080,
          "entryUtc": "2026-03-19T08:48:00.000Z",
          "exitTs": 1773921600,
          "dir": -1,
          "entryPrice": 4714.545,
          "exitPrice": 4650.554,
          "stopDistance": 31.995,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 192
        },
        {
          "entryTs": 1773927000,
          "entryUtc": "2026-03-19T13:30:00.000Z",
          "exitTs": 1773968820,
          "dir": 1,
          "entryPrice": 4573.915,
          "exitPrice": 4677.342,
          "stopDistance": 51.713,
          "outcome": "target",
          "netR": 1.9928,
          "holdMinutes": 697
        },
        {
          "entryTs": 1774005360,
          "entryUtc": "2026-03-20T11:16:00.000Z",
          "exitTs": 1774014660,
          "dir": 1,
          "entryPrice": 4659.685,
          "exitPrice": 4631.38,
          "stopDistance": 28.305,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 155
        },
        {
          "entryTs": 1774220100,
          "entryUtc": "2026-03-22T22:55:00.000Z",
          "exitTs": 1774223280,
          "dir": 1,
          "entryPrice": 4502.538,
          "exitPrice": 4464.267,
          "stopDistance": 38.271,
          "outcome": "stop",
          "netR": -1.011,
          "holdMinutes": 53
        },
        {
          "entryTs": 1774234380,
          "entryUtc": "2026-03-23T02:53:00.000Z",
          "exitTs": 1774245240,
          "dir": 1,
          "entryPrice": 4362.775,
          "exitPrice": 4303.452,
          "stopDistance": 59.323,
          "outcome": "stop",
          "netR": -1.0071,
          "holdMinutes": 181
        },
        {
          "entryTs": 1774251420,
          "entryUtc": "2026-03-23T07:37:00.000Z",
          "exitTs": 1774253460,
          "dir": -1,
          "entryPrice": 4182.115,
          "exitPrice": 4244.814,
          "stopDistance": 62.699,
          "outcome": "stop",
          "netR": -1.0067,
          "holdMinutes": 34
        },
        {
          "entryTs": 1774260660,
          "entryUtc": "2026-03-23T10:11:00.000Z",
          "exitTs": 1774263900,
          "dir": -1,
          "entryPrice": 4268.685,
          "exitPrice": 4339.928,
          "stopDistance": 71.243,
          "outcome": "stop",
          "netR": -1.0059,
          "holdMinutes": 54
        },
        {
          "entryTs": 1774431900,
          "entryUtc": "2026-03-25T09:45:00.000Z",
          "exitTs": 1774441860,
          "dir": 1,
          "entryPrice": 4546.345,
          "exitPrice": 4524.219,
          "stopDistance": 22.126,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 166
        },
        {
          "entryTs": 1774446600,
          "entryUtc": "2026-03-25T13:50:00.000Z",
          "exitTs": 1774465680,
          "dir": 1,
          "entryPrice": 4547.195,
          "exitPrice": 4521.667,
          "stopDistance": 25.528,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 318
        },
        {
          "entryTs": 1774558320,
          "entryUtc": "2026-03-26T20:52:00.000Z",
          "exitTs": 1774582740,
          "dir": 1,
          "entryPrice": 4378.565,
          "exitPrice": 4442.108,
          "stopDistance": 31.772,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 407
        },
        {
          "entryTs": 1774598040,
          "entryUtc": "2026-03-27T07:54:00.000Z",
          "exitTs": 1774602540,
          "dir": 1,
          "entryPrice": 4443.595,
          "exitPrice": 4422.956,
          "stopDistance": 20.639,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 75
        },
        {
          "entryTs": 1774613580,
          "entryUtc": "2026-03-27T12:13:00.000Z",
          "exitTs": 1774615860,
          "dir": -1,
          "entryPrice": 4426.351,
          "exitPrice": 4443.798,
          "stopDistance": 17.447,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 38
        },
        {
          "entryTs": 1774617300,
          "entryUtc": "2026-03-27T13:15:00.000Z",
          "exitTs": 1774620180,
          "dir": -1,
          "entryPrice": 4433.648,
          "exitPrice": 4452.278,
          "stopDistance": 18.631,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 48
        },
        {
          "entryTs": 1774888200,
          "entryUtc": "2026-03-30T16:30:00.000Z",
          "exitTs": 1774896840,
          "dir": 1,
          "entryPrice": 4532.655,
          "exitPrice": 4507.312,
          "stopDistance": 25.343,
          "outcome": "stop",
          "netR": -1.0166,
          "holdMinutes": 144
        },
        {
          "entryTs": 1774955460,
          "entryUtc": "2026-03-31T11:11:00.000Z",
          "exitTs": 1774956120,
          "dir": -1,
          "entryPrice": 4556.655,
          "exitPrice": 4575.538,
          "stopDistance": 18.883,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 11
        },
        {
          "entryTs": 1775047500,
          "entryUtc": "2026-04-01T12:45:00.000Z",
          "exitTs": 1775048400,
          "dir": 1,
          "entryPrice": 4742.115,
          "exitPrice": 4720.666,
          "stopDistance": 21.449,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 15
        },
        {
          "entryTs": 1775049360,
          "entryUtc": "2026-04-01T13:16:00.000Z",
          "exitTs": 1775054880,
          "dir": -1,
          "entryPrice": 4734.278,
          "exitPrice": 4757.336,
          "stopDistance": 23.059,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 92
        },
        {
          "entryTs": 1775091780,
          "entryUtc": "2026-04-02T01:03:00.000Z",
          "exitTs": 1775091840,
          "dir": 1,
          "entryPrice": 4757.505,
          "exitPrice": 4737.947,
          "stopDistance": 19.558,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 1
        },
        {
          "entryTs": 1775098560,
          "entryUtc": "2026-04-02T02:56:00.000Z",
          "exitTs": 1775108760,
          "dir": -1,
          "entryPrice": 4688.128,
          "exitPrice": 4617.898,
          "stopDistance": 35.115,
          "outcome": "target",
          "netR": 1.9895,
          "holdMinutes": 170
        },
        {
          "entryTs": 1775484240,
          "entryUtc": "2026-04-06T14:04:00.000Z",
          "exitTs": 1775495640,
          "dir": 1,
          "entryPrice": 4668.945,
          "exitPrice": 4650.003,
          "stopDistance": 18.941,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 190
        },
        {
          "entryTs": 1775518500,
          "entryUtc": "2026-04-06T23:35:00.000Z",
          "exitTs": 1775523600,
          "dir": 1,
          "entryPrice": 4652.915,
          "exitPrice": 4637.73,
          "stopDistance": 15.185,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 85
        },
        {
          "entryTs": 1775571780,
          "entryUtc": "2026-04-07T14:23:00.000Z",
          "exitTs": 1775577780,
          "dir": -1,
          "entryPrice": 4639.338,
          "exitPrice": 4665.515,
          "stopDistance": 26.177,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 100
        },
        {
          "entryTs": 1775587860,
          "entryUtc": "2026-04-07T18:51:00.000Z",
          "exitTs": 1775599200,
          "dir": 1,
          "entryPrice": 4667.638,
          "exitPrice": 4718.951,
          "stopDistance": 25.657,
          "outcome": "target",
          "netR": 1.9856,
          "holdMinutes": 189
        },
        {
          "entryTs": 1775652360,
          "entryUtc": "2026-04-08T12:46:00.000Z",
          "exitTs": 1775658720,
          "dir": -1,
          "entryPrice": 4798.085,
          "exitPrice": 4752.775,
          "stopDistance": 22.655,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 106
        },
        {
          "entryTs": 1775697300,
          "entryUtc": "2026-04-09T01:15:00.000Z",
          "exitTs": 1775736060,
          "dir": 1,
          "entryPrice": 4718.115,
          "exitPrice": 4758.006,
          "stopDistance": 19.945,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 646
        },
        {
          "entryTs": 1775740200,
          "entryUtc": "2026-04-09T13:10:00.000Z",
          "exitTs": 1775741820,
          "dir": -1,
          "entryPrice": 4750.755,
          "exitPrice": 4765.996,
          "stopDistance": 15.241,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 27
        },
        {
          "entryTs": 1775745300,
          "entryUtc": "2026-04-09T14:35:00.000Z",
          "exitTs": 1775748720,
          "dir": 1,
          "entryPrice": 4754.658,
          "exitPrice": 4789.852,
          "stopDistance": 17.597,
          "outcome": "target",
          "netR": 1.979,
          "holdMinutes": 57
        },
        {
          "entryTs": 1775825160,
          "entryUtc": "2026-04-10T12:46:00.000Z",
          "exitTs": 1775831460,
          "dir": 1,
          "entryPrice": 4766.725,
          "exitPrice": 4794.534,
          "stopDistance": 13.904,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 105
        },
        {
          "entryTs": 1776082860,
          "entryUtc": "2026-04-13T12:21:00.000Z",
          "exitTs": 1776086340,
          "dir": 1,
          "entryPrice": 4707.485,
          "exitPrice": 4736.317,
          "stopDistance": 14.416,
          "outcome": "target",
          "netR": 1.9743,
          "holdMinutes": 58
        },
        {
          "entryTs": 1776102780,
          "entryUtc": "2026-04-13T17:53:00.000Z",
          "exitTs": 1776127200,
          "dir": 1,
          "entryPrice": 4732.795,
          "exitPrice": 4771.395,
          "stopDistance": 19.3,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 407
        },
        {
          "entryTs": 1776129600,
          "entryUtc": "2026-04-14T01:20:00.000Z",
          "exitTs": 1776163140,
          "dir": 1,
          "entryPrice": 4769.615,
          "exitPrice": 4756.294,
          "stopDistance": 13.322,
          "outcome": "stop",
          "netR": -1.0315,
          "holdMinutes": 559
        },
        {
          "entryTs": 1776166080,
          "entryUtc": "2026-04-14T11:28:00.000Z",
          "exitTs": 1776173880,
          "dir": -1,
          "entryPrice": 4782.175,
          "exitPrice": 4797.862,
          "stopDistance": 15.687,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 130
        },
        {
          "entryTs": 1776205080,
          "entryUtc": "2026-04-14T22:18:00.000Z",
          "exitTs": 1776212220,
          "dir": 1,
          "entryPrice": 4841.735,
          "exitPrice": 4829.642,
          "stopDistance": 12.093,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 119
        },
        {
          "entryTs": 1776253560,
          "entryUtc": "2026-04-15T11:46:00.000Z",
          "exitTs": 1776260880,
          "dir": -1,
          "entryPrice": 4810.215,
          "exitPrice": 4825.385,
          "stopDistance": 15.171,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 122
        },
        {
          "entryTs": 1776301200,
          "entryUtc": "2026-04-16T01:00:00.000Z",
          "exitTs": 1776303420,
          "dir": 1,
          "entryPrice": 4829.478,
          "exitPrice": 4817.409,
          "stopDistance": 12.069,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 37
        },
        {
          "entryTs": 1776321660,
          "entryUtc": "2026-04-16T06:41:00.000Z",
          "exitTs": 1776347520,
          "dir": -1,
          "entryPrice": 4821.045,
          "exitPrice": 4799.692,
          "stopDistance": 10.677,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 431
        },
        {
          "entryTs": 1776405600,
          "entryUtc": "2026-04-17T06:00:00.000Z",
          "exitTs": 1776428700,
          "dir": 1,
          "entryPrice": 4791.245,
          "exitPrice": 4817.083,
          "stopDistance": 12.919,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 385
        },
        {
          "entryTs": 1776664380,
          "entryUtc": "2026-04-20T05:53:00.000Z",
          "exitTs": 1776668580,
          "dir": -1,
          "entryPrice": 4786.225,
          "exitPrice": 4800.519,
          "stopDistance": 14.293,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 70
        },
        {
          "entryTs": 1776696660,
          "entryUtc": "2026-04-20T14:51:00.000Z",
          "exitTs": 1776745440,
          "dir": 1,
          "entryPrice": 4805.965,
          "exitPrice": 4791.794,
          "stopDistance": 14.171,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 813
        },
        {
          "entryTs": 1776750600,
          "entryUtc": "2026-04-21T05:50:00.000Z",
          "exitTs": 1776751200,
          "dir": 1,
          "entryPrice": 4789.405,
          "exitPrice": 4779.625,
          "stopDistance": 9.779,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 10
        },
        {
          "entryTs": 1776751740,
          "entryUtc": "2026-04-21T06:09:00.000Z",
          "exitTs": 1776772080,
          "dir": -1,
          "entryPrice": 4787.365,
          "exitPrice": 4797.906,
          "stopDistance": 10.541,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 339
        },
        {
          "entryTs": 1776785160,
          "entryUtc": "2026-04-21T15:26:00.000Z",
          "exitTs": 1776788880,
          "dir": 1,
          "entryPrice": 4744.625,
          "exitPrice": 4723.496,
          "stopDistance": 21.129,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 62
        },
        {
          "entryTs": 1776794100,
          "entryUtc": "2026-04-21T17:55:00.000Z",
          "exitTs": 1776800520,
          "dir": 1,
          "entryPrice": 4706.125,
          "exitPrice": 4684,
          "stopDistance": 22.125,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 107
        },
        {
          "entryTs": 1776802560,
          "entryUtc": "2026-04-21T20:16:00.000Z",
          "exitTs": 1776813540,
          "dir": -1,
          "entryPrice": 4707.085,
          "exitPrice": 4730.418,
          "stopDistance": 23.333,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 183
        },
        {
          "entryTs": 1776896160,
          "entryUtc": "2026-04-22T22:16:00.000Z",
          "exitTs": 1776902940,
          "dir": -1,
          "entryPrice": 4737.285,
          "exitPrice": 4717.164,
          "stopDistance": 10.061,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 113
        },
        {
          "entryTs": 1776903600,
          "entryUtc": "2026-04-23T00:20:00.000Z",
          "exitTs": 1776903960,
          "dir": -1,
          "entryPrice": 4724.235,
          "exitPrice": 4735.85,
          "stopDistance": 11.615,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 6
        },
        {
          "entryTs": 1776907740,
          "entryUtc": "2026-04-23T01:29:00.000Z",
          "exitTs": 1776910200,
          "dir": 1,
          "entryPrice": 4727.505,
          "exitPrice": 4711.527,
          "stopDistance": 15.977,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 41
        },
        {
          "entryTs": 1776952260,
          "entryUtc": "2026-04-23T13:51:00.000Z",
          "exitTs": 1776964200,
          "dir": -1,
          "entryPrice": 4739.275,
          "exitPrice": 4707.564,
          "stopDistance": 15.856,
          "outcome": "target",
          "netR": 1.9767,
          "holdMinutes": 199
        },
        {
          "entryTs": 1777028640,
          "entryUtc": "2026-04-24T11:04:00.000Z",
          "exitTs": 1777029720,
          "dir": -1,
          "entryPrice": 4690.635,
          "exitPrice": 4703.525,
          "stopDistance": 12.891,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 18
        },
        {
          "entryTs": 1777251720,
          "entryUtc": "2026-04-27T01:02:00.000Z",
          "exitTs": 1777258260,
          "dir": -1,
          "entryPrice": 4707.105,
          "exitPrice": 4719.989,
          "stopDistance": 12.884,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 109
        },
        {
          "entryTs": 1777266900,
          "entryUtc": "2026-04-27T05:15:00.000Z",
          "exitTs": 1777280940,
          "dir": 1,
          "entryPrice": 4717.515,
          "exitPrice": 4704.393,
          "stopDistance": 13.122,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 234
        },
        {
          "entryTs": 1777298340,
          "entryUtc": "2026-04-27T13:59:00.000Z",
          "exitTs": 1777302120,
          "dir": -1,
          "entryPrice": 4695.835,
          "exitPrice": 4673.629,
          "stopDistance": 11.103,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 63
        },
        {
          "entryTs": 1777336020,
          "entryUtc": "2026-04-28T00:27:00.000Z",
          "exitTs": 1777338060,
          "dir": 1,
          "entryPrice": 4694.115,
          "exitPrice": 4686.793,
          "stopDistance": 7.323,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 34
        },
        {
          "entryTs": 1777365000,
          "entryUtc": "2026-04-28T08:30:00.000Z",
          "exitTs": 1777374840,
          "dir": -1,
          "entryPrice": 4629.245,
          "exitPrice": 4597.695,
          "stopDistance": 15.775,
          "outcome": "target",
          "netR": 1.9765,
          "holdMinutes": 164
        },
        {
          "entryTs": 1777379460,
          "entryUtc": "2026-04-28T12:31:00.000Z",
          "exitTs": 1777456200,
          "dir": 1,
          "entryPrice": 4571.905,
          "exitPrice": 4552.553,
          "stopDistance": 19.352,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 1279
        },
        {
          "entryTs": 1777457820,
          "entryUtc": "2026-04-29T10:17:00.000Z",
          "exitTs": 1777467180,
          "dir": -1,
          "entryPrice": 4573.025,
          "exitPrice": 4547.232,
          "stopDistance": 12.896,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 156
        },
        {
          "entryTs": 1777474800,
          "entryUtc": "2026-04-29T15:00:00.000Z",
          "exitTs": 1777478520,
          "dir": -1,
          "entryPrice": 4544.855,
          "exitPrice": 4559.377,
          "stopDistance": 14.522,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 62
        },
        {
          "entryTs": 1777488420,
          "entryUtc": "2026-04-29T18:47:00.000Z",
          "exitTs": 1777489200,
          "dir": -1,
          "entryPrice": 4525.375,
          "exitPrice": 4544.46,
          "stopDistance": 19.085,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 13
        },
        {
          "entryTs": 1777516200,
          "entryUtc": "2026-04-30T02:30:00.000Z",
          "exitTs": 1777521120,
          "dir": 1,
          "entryPrice": 4569.555,
          "exitPrice": 4556.486,
          "stopDistance": 13.069,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 82
        }
      ],
      "significance": {
        "tStat": -3.356,
        "pValueOneSided": 0.9996,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "ict-ote-retracement-h1",
      "name": "Optimal Trade Entry (0.62-0.79 retracement)",
      "family": "ICT / Smart Money",
      "timeframe": "H1",
      "signalTimeframe": "H1",
      "trendNote": "The ICT rebrand of Fibonacci retracement; \"OTE\" carries heavy tutorial volume.",
      "rule": "Measure the leg between two confirmed H1 swings, place a limit order at the 0.705 retracement of that leg, and trade in the direction of the leg.",
      "rawSignals": 6253,
      "full": {
        "trades": 1766,
        "winRate": {
          "successes": 613,
          "total": 1766,
          "ratePct": 34.7,
          "ci95Pct": [
            32.5,
            37
          ]
        },
        "expectancyR": -0.0191,
        "totalR": -33.66,
        "profitFactor": 0.972,
        "avgWinR": 1.914,
        "avgLossR": -1.047,
        "maxDrawdownPct": 50.51,
        "finalEquity": 5987.57,
        "returnPct": -40.12,
        "tStat": -0.565,
        "sdR": 1.417,
        "ambiguousTrades": 1,
        "timeExits": 29,
        "stopExits": 1145,
        "targetExits": 591,
        "optimisticExpectancyR": -0.0174,
        "medianHoldMinutes": 535,
        "medianCostShareOfR": 0.0489,
        "longTrades": 835,
        "longExpectancyR": 0.0595,
        "shortTrades": 931,
        "shortExpectancyR": -0.0895,
        "maxConsecutiveLosses": 16,
        "skippedInPosition": 4485,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 1323,
        "winRate": {
          "successes": 465,
          "total": 1323,
          "ratePct": 35.1,
          "ci95Pct": [
            32.6,
            37.8
          ]
        },
        "expectancyR": -0.0163,
        "totalR": -21.51,
        "profitFactor": 0.976,
        "avgWinR": 1.906,
        "avgLossR": -1.058,
        "maxDrawdownPct": 47.7,
        "finalEquity": 7060.31,
        "returnPct": -29.4,
        "tStat": -0.416,
        "sdR": 1.422,
        "ambiguousTrades": 1,
        "timeExits": 21,
        "stopExits": 854,
        "targetExits": 447,
        "optimisticExpectancyR": -0.014,
        "medianHoldMinutes": 557,
        "medianCostShareOfR": 0.0554,
        "longTrades": 647,
        "longExpectancyR": 0.0131,
        "shortTrades": 676,
        "shortExpectancyR": -0.0444,
        "maxConsecutiveLosses": 16,
        "skippedInPosition": 3425,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 442,
        "winRate": {
          "successes": 148,
          "total": 442,
          "ratePct": 33.5,
          "ci95Pct": [
            29.2,
            38
          ]
        },
        "expectancyR": -0.0251,
        "totalR": -11.1,
        "profitFactor": 0.963,
        "avgWinR": 1.941,
        "avgLossR": -1.015,
        "maxDrawdownPct": 32.82,
        "finalEquity": 8570.3,
        "returnPct": -14.3,
        "tStat": -0.376,
        "sdR": 1.404,
        "ambiguousTrades": 0,
        "timeExits": 8,
        "stopExits": 290,
        "targetExits": 144,
        "optimisticExpectancyR": -0.0251,
        "medianHoldMinutes": 459,
        "medianCostShareOfR": 0.0222,
        "longTrades": 188,
        "longExpectancyR": 0.2192,
        "shortTrades": 254,
        "shortExpectancyR": -0.206,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 1060,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 4159,
          "winRatePct": 50.3,
          "expectancyR": -0.0673,
          "profitFactor": 0.874,
          "returnPct": -95.08
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 2902,
          "winRatePct": 33.9,
          "expectancyR": -0.0584,
          "profitFactor": 0.918,
          "returnPct": -86.31
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 2273,
          "winRatePct": 26.5,
          "expectancyR": -0.024,
          "profitFactor": 0.97,
          "returnPct": -59.05
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 2823,
          "winRatePct": 50.1,
          "expectancyR": -0.0463,
          "profitFactor": 0.912,
          "returnPct": -76.51
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1766,
          "winRatePct": 34.7,
          "expectancyR": -0.0191,
          "profitFactor": 0.972,
          "returnPct": -40.12
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1402,
          "winRatePct": 28.6,
          "expectancyR": 0.0232,
          "profitFactor": 1.031,
          "returnPct": 12.55
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1450,
          "winRatePct": 48.7,
          "expectancyR": -0.0546,
          "profitFactor": 0.895,
          "returnPct": -57.81
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 956,
          "winRatePct": 39.5,
          "expectancyR": 0.0405,
          "profitFactor": 1.067,
          "returnPct": 35.07
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 817,
          "winRatePct": 34.8,
          "expectancyR": 0.0374,
          "profitFactor": 1.058,
          "returnPct": 23.15
        }
      ],
      "exitGridPositiveCells": 3,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1766,
          "expectancyR": -0.0007,
          "profitFactor": 0.999,
          "returnPct": -17.24
        },
        {
          "spreadUsd": 0.3,
          "trades": 1766,
          "expectancyR": -0.0191,
          "profitFactor": 0.972,
          "returnPct": -40.12
        },
        {
          "spreadUsd": 0.6,
          "trades": 1766,
          "expectancyR": -0.0557,
          "profitFactor": 0.921,
          "returnPct": -68.66
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -0.04
        },
        {
          "month": "2021-02",
          "totalR": -5.2
        },
        {
          "month": "2021-03",
          "totalR": 1.56
        },
        {
          "month": "2021-04",
          "totalR": -4.14
        },
        {
          "month": "2021-05",
          "totalR": 5.69
        },
        {
          "month": "2021-06",
          "totalR": -0.18
        },
        {
          "month": "2021-07",
          "totalR": -2.58
        },
        {
          "month": "2021-08",
          "totalR": 1.75
        },
        {
          "month": "2021-09",
          "totalR": -7.85
        },
        {
          "month": "2021-10",
          "totalR": 6.44
        },
        {
          "month": "2021-11",
          "totalR": 3.28
        },
        {
          "month": "2021-12",
          "totalR": -15.42
        },
        {
          "month": "2022-01",
          "totalR": -16.41
        },
        {
          "month": "2022-02",
          "totalR": 6.24
        },
        {
          "month": "2022-03",
          "totalR": 6.76
        },
        {
          "month": "2022-04",
          "totalR": 0.76
        },
        {
          "month": "2022-05",
          "totalR": 1.47
        },
        {
          "month": "2022-06",
          "totalR": -2.12
        },
        {
          "month": "2022-07",
          "totalR": 10.99
        },
        {
          "month": "2022-08",
          "totalR": -14.68
        },
        {
          "month": "2022-09",
          "totalR": 0.5
        },
        {
          "month": "2022-10",
          "totalR": 8.68
        },
        {
          "month": "2022-11",
          "totalR": -11.47
        },
        {
          "month": "2022-12",
          "totalR": 2.59
        },
        {
          "month": "2023-01",
          "totalR": -2.67
        },
        {
          "month": "2023-02",
          "totalR": -3.3
        },
        {
          "month": "2023-03",
          "totalR": -5.51
        },
        {
          "month": "2023-04",
          "totalR": 4.79
        },
        {
          "month": "2023-05",
          "totalR": 8.13
        },
        {
          "month": "2023-06",
          "totalR": 12.33
        },
        {
          "month": "2023-07",
          "totalR": -3.38
        },
        {
          "month": "2023-08",
          "totalR": 13.33
        },
        {
          "month": "2023-09",
          "totalR": -19.81
        },
        {
          "month": "2023-10",
          "totalR": -6.73
        },
        {
          "month": "2023-11",
          "totalR": -3.38
        },
        {
          "month": "2023-12",
          "totalR": -4.79
        },
        {
          "month": "2024-01",
          "totalR": 10.76
        },
        {
          "month": "2024-02",
          "totalR": 2.35
        },
        {
          "month": "2024-03",
          "totalR": -5.55
        },
        {
          "month": "2024-04",
          "totalR": 0.01
        },
        {
          "month": "2024-05",
          "totalR": -0.21
        },
        {
          "month": "2024-06",
          "totalR": 2.68
        },
        {
          "month": "2024-07",
          "totalR": -7.57
        },
        {
          "month": "2024-08",
          "totalR": 1.78
        },
        {
          "month": "2024-09",
          "totalR": -12.46
        },
        {
          "month": "2024-10",
          "totalR": 5.14
        },
        {
          "month": "2024-11",
          "totalR": -5.01
        },
        {
          "month": "2024-12",
          "totalR": 20.94
        },
        {
          "month": "2025-01",
          "totalR": 2.55
        },
        {
          "month": "2025-02",
          "totalR": -3.1
        },
        {
          "month": "2025-03",
          "totalR": -0.34
        },
        {
          "month": "2025-04",
          "totalR": 1.48
        },
        {
          "month": "2025-05",
          "totalR": -3.54
        },
        {
          "month": "2025-06",
          "totalR": 9.29
        },
        {
          "month": "2025-07",
          "totalR": -7.25
        },
        {
          "month": "2025-08",
          "totalR": -3.35
        },
        {
          "month": "2025-09",
          "totalR": -10.02
        },
        {
          "month": "2025-10",
          "totalR": 3.59
        },
        {
          "month": "2025-11",
          "totalR": 17.57
        },
        {
          "month": "2025-12",
          "totalR": -6.5
        },
        {
          "month": "2026-01",
          "totalR": -13.3
        },
        {
          "month": "2026-02",
          "totalR": -6.49
        },
        {
          "month": "2026-03",
          "totalR": -6.48
        },
        {
          "month": "2026-04",
          "totalR": 13.74
        }
      ],
      "trades": [
        {
          "entryTs": 1609829040,
          "entryUtc": "2021-01-05T06:44:00.000Z",
          "exitTs": 1609848000,
          "dir": -1,
          "entryPrice": 1942.156,
          "exitPrice": 1950.344,
          "stopDistance": 8.188,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 316
        },
        {
          "entryTs": 1609873200,
          "entryUtc": "2021-01-05T19:00:00.000Z",
          "exitTs": 1609936980,
          "dir": -1,
          "entryPrice": 1951.165,
          "exitPrice": 1933.914,
          "stopDistance": 8.625,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 1063
        },
        {
          "entryTs": 1609941600,
          "entryUtc": "2021-01-06T14:00:00.000Z",
          "exitTs": 1609947420,
          "dir": 1,
          "entryPrice": 1932.825,
          "exitPrice": 1921.047,
          "stopDistance": 11.778,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 97
        },
        {
          "entryTs": 1609999440,
          "entryUtc": "2021-01-07T06:04:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1921.603,
          "exitPrice": 1899.896,
          "stopDistance": 10.853,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 1556
        },
        {
          "entryTs": 1610103600,
          "entryUtc": "2021-01-08T11:00:00.000Z",
          "exitTs": 1610112300,
          "dir": 1,
          "entryPrice": 1890.965,
          "exitPrice": 1880.724,
          "stopDistance": 10.241,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 145
        },
        {
          "entryTs": 1610121600,
          "entryUtc": "2021-01-08T16:00:00.000Z",
          "exitTs": 1610126760,
          "dir": 1,
          "entryPrice": 1862.805,
          "exitPrice": 1848.137,
          "stopDistance": 14.668,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 86
        },
        {
          "entryTs": 1610334000,
          "entryUtc": "2021-01-11T03:00:00.000Z",
          "exitTs": 1610694000,
          "dir": 1,
          "entryPrice": 1835.342,
          "exitPrice": 1848.818,
          "stopDistance": 17.049,
          "outcome": "time",
          "netR": 0.7687,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1610704800,
          "entryUtc": "2021-01-15T10:00:00.000Z",
          "exitTs": 1610718540,
          "dir": -1,
          "entryPrice": 1855.115,
          "exitPrice": 1839.442,
          "stopDistance": 7.837,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 229
        },
        {
          "entryTs": 1610979120,
          "entryUtc": "2021-01-18T14:12:00.000Z",
          "exitTs": 1611104760,
          "dir": -1,
          "entryPrice": 1837.478,
          "exitPrice": 1847.066,
          "stopDistance": 9.588,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 2094
        },
        {
          "entryTs": 1611147600,
          "entryUtc": "2021-01-20T13:00:00.000Z",
          "exitTs": 1611147900,
          "dir": 1,
          "entryPrice": 1842.945,
          "exitPrice": 1836.191,
          "stopDistance": 6.754,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 5
        },
        {
          "entryTs": 1611162000,
          "entryUtc": "2021-01-20T17:00:00.000Z",
          "exitTs": 1611314460,
          "dir": -1,
          "entryPrice": 1866.66,
          "exitPrice": 1846.145,
          "stopDistance": 10.258,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 2541
        },
        {
          "entryTs": 1611320400,
          "entryUtc": "2021-01-22T13:00:00.000Z",
          "exitTs": 1611534960,
          "dir": 1,
          "entryPrice": 1843.265,
          "exitPrice": 1859.46,
          "stopDistance": 8.098,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 3576
        },
        {
          "entryTs": 1611552660,
          "entryUtc": "2021-01-25T05:31:00.000Z",
          "exitTs": 1611572700,
          "dir": -1,
          "entryPrice": 1856.285,
          "exitPrice": 1864.202,
          "stopDistance": 7.916,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 334
        },
        {
          "entryTs": 1611594120,
          "entryUtc": "2021-01-25T17:02:00.000Z",
          "exitTs": 1611709500,
          "dir": 1,
          "entryPrice": 1854.643,
          "exitPrice": 1845.822,
          "stopDistance": 8.821,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 1923
        },
        {
          "entryTs": 1611748800,
          "entryUtc": "2021-01-27T12:00:00.000Z",
          "exitTs": 1611758460,
          "dir": 1,
          "entryPrice": 1841.275,
          "exitPrice": 1834.664,
          "stopDistance": 6.611,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 161
        },
        {
          "entryTs": 1611772140,
          "entryUtc": "2021-01-27T18:29:00.000Z",
          "exitTs": 1611841800,
          "dir": -1,
          "entryPrice": 1846.645,
          "exitPrice": 1855.175,
          "stopDistance": 8.531,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 1161
        },
        {
          "entryTs": 1611853200,
          "entryUtc": "2021-01-28T17:00:00.000Z",
          "exitTs": 1611917100,
          "dir": -1,
          "entryPrice": 1845.635,
          "exitPrice": 1855.969,
          "stopDistance": 10.334,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 1065
        },
        {
          "entryTs": 1611921600,
          "entryUtc": "2021-01-29T12:00:00.000Z",
          "exitTs": 1611927660,
          "dir": -1,
          "entryPrice": 1862.055,
          "exitPrice": 1871.195,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 101
        },
        {
          "entryTs": 1611953520,
          "entryUtc": "2021-01-29T20:52:00.000Z",
          "exitTs": 1612134000,
          "dir": 1,
          "entryPrice": 1844.084,
          "exitPrice": 1861.085,
          "stopDistance": 8.501,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 3008
        },
        {
          "entryTs": 1612156260,
          "entryUtc": "2021-02-01T05:11:00.000Z",
          "exitTs": 1612271880,
          "dir": -1,
          "entryPrice": 1861.543,
          "exitPrice": 1838.731,
          "stopDistance": 11.406,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 1927
        },
        {
          "entryTs": 1612274400,
          "entryUtc": "2021-02-02T14:00:00.000Z",
          "exitTs": 1612403220,
          "dir": 1,
          "entryPrice": 1837.815,
          "exitPrice": 1827.264,
          "stopDistance": 10.551,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 2147
        },
        {
          "entryTs": 1612411200,
          "entryUtc": "2021-02-04T04:00:00.000Z",
          "exitTs": 1612418040,
          "dir": 1,
          "entryPrice": 1822.965,
          "exitPrice": 1816.441,
          "stopDistance": 6.524,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 114
        },
        {
          "entryTs": 1612436400,
          "entryUtc": "2021-02-04T11:00:00.000Z",
          "exitTs": 1612447380,
          "dir": 1,
          "entryPrice": 1811.638,
          "exitPrice": 1803.915,
          "stopDistance": 7.723,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 183
        },
        {
          "entryTs": 1612458000,
          "entryUtc": "2021-02-04T17:00:00.000Z",
          "exitTs": 1612544220,
          "dir": 1,
          "entryPrice": 1792.445,
          "exitPrice": 1813.932,
          "stopDistance": 10.744,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 1437
        },
        {
          "entryTs": 1612544400,
          "entryUtc": "2021-02-05T17:00:00.000Z",
          "exitTs": 1612783980,
          "dir": -1,
          "entryPrice": 1812.855,
          "exitPrice": 1822.041,
          "stopDistance": 9.186,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 3993
        },
        {
          "entryTs": 1612785600,
          "entryUtc": "2021-02-08T12:00:00.000Z",
          "exitTs": 1612791540,
          "dir": -1,
          "entryPrice": 1820.705,
          "exitPrice": 1828.202,
          "stopDistance": 7.497,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 99
        },
        {
          "entryTs": 1612839600,
          "entryUtc": "2021-02-09T03:00:00.000Z",
          "exitTs": 1612864560,
          "dir": -1,
          "entryPrice": 1841.262,
          "exitPrice": 1848.455,
          "stopDistance": 7.193,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 416
        },
        {
          "entryTs": 1612868400,
          "entryUtc": "2021-02-09T11:00:00.000Z",
          "exitTs": 1612963860,
          "dir": -1,
          "entryPrice": 1841.815,
          "exitPrice": 1849.01,
          "stopDistance": 7.195,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 1591
        },
        {
          "entryTs": 1612976400,
          "entryUtc": "2021-02-10T17:00:00.000Z",
          "exitTs": 1613062380,
          "dir": 1,
          "entryPrice": 1840.995,
          "exitPrice": 1831.705,
          "stopDistance": 9.29,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 1433
        },
        {
          "entryTs": 1613062800,
          "entryUtc": "2021-02-11T17:00:00.000Z",
          "exitTs": 1613072040,
          "dir": 1,
          "entryPrice": 1829.905,
          "exitPrice": 1822.736,
          "stopDistance": 7.169,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 154
        },
        {
          "entryTs": 1613102400,
          "entryUtc": "2021-02-12T04:00:00.000Z",
          "exitTs": 1613117280,
          "dir": 1,
          "entryPrice": 1821.848,
          "exitPrice": 1815.484,
          "stopDistance": 6.364,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 248
        },
        {
          "entryTs": 1613120400,
          "entryUtc": "2021-02-12T09:00:00.000Z",
          "exitTs": 1613136780,
          "dir": 1,
          "entryPrice": 1816.955,
          "exitPrice": 1810.676,
          "stopDistance": 6.279,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 273
        },
        {
          "entryTs": 1613140200,
          "entryUtc": "2021-02-12T14:30:00.000Z",
          "exitTs": 1613145180,
          "dir": 1,
          "entryPrice": 1815.18,
          "exitPrice": 1828.769,
          "stopDistance": 6.794,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 83
        },
        {
          "entryTs": 1613149200,
          "entryUtc": "2021-02-12T17:00:00.000Z",
          "exitTs": 1613480160,
          "dir": -1,
          "entryPrice": 1824.146,
          "exitPrice": 1807.226,
          "stopDistance": 8.46,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 5516
        },
        {
          "entryTs": 1613484000,
          "entryUtc": "2021-02-16T14:00:00.000Z",
          "exitTs": 1613489700,
          "dir": 1,
          "entryPrice": 1796.725,
          "exitPrice": 1813.758,
          "stopDistance": 8.517,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 95
        },
        {
          "entryTs": 1613502000,
          "entryUtc": "2021-02-16T19:00:00.000Z",
          "exitTs": 1613548980,
          "dir": 1,
          "entryPrice": 1796.62,
          "exitPrice": 1785.467,
          "stopDistance": 11.153,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 783
        },
        {
          "entryTs": 1613556000,
          "entryUtc": "2021-02-17T10:00:00.000Z",
          "exitTs": 1613568600,
          "dir": 1,
          "entryPrice": 1785.915,
          "exitPrice": 1777.646,
          "stopDistance": 8.269,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 210
        },
        {
          "entryTs": 1613581200,
          "entryUtc": "2021-02-17T17:00:00.000Z",
          "exitTs": 1613695320,
          "dir": 1,
          "entryPrice": 1777.845,
          "exitPrice": 1767.152,
          "stopDistance": 10.693,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 1902
        },
        {
          "entryTs": 1613703600,
          "entryUtc": "2021-02-19T03:00:00.000Z",
          "exitTs": 1613743440,
          "dir": 1,
          "entryPrice": 1769.901,
          "exitPrice": 1787.238,
          "stopDistance": 8.669,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 664
        },
        {
          "entryTs": 1613746800,
          "entryUtc": "2021-02-19T15:00:00.000Z",
          "exitTs": 1613985480,
          "dir": -1,
          "entryPrice": 1786.795,
          "exitPrice": 1796.608,
          "stopDistance": 9.813,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 3978
        },
        {
          "entryTs": 1614009600,
          "entryUtc": "2021-02-22T16:00:00.000Z",
          "exitTs": 1614174540,
          "dir": -1,
          "entryPrice": 1808.855,
          "exitPrice": 1790.622,
          "stopDistance": 9.116,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 2749
        },
        {
          "entryTs": 1614182400,
          "entryUtc": "2021-02-24T16:00:00.000Z",
          "exitTs": 1614253260,
          "dir": 1,
          "entryPrice": 1794.885,
          "exitPrice": 1785.262,
          "stopDistance": 9.623,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1614261600,
          "entryUtc": "2021-02-25T14:00:00.000Z",
          "exitTs": 1614267360,
          "dir": 1,
          "entryPrice": 1781.255,
          "exitPrice": 1771.303,
          "stopDistance": 9.952,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 96
        },
        {
          "entryTs": 1614319200,
          "entryUtc": "2021-02-26T06:00:00.000Z",
          "exitTs": 1614350940,
          "dir": 1,
          "entryPrice": 1760.405,
          "exitPrice": 1749.811,
          "stopDistance": 10.594,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 529
        },
        {
          "entryTs": 1614358800,
          "entryUtc": "2021-02-26T17:00:00.000Z",
          "exitTs": 1614564120,
          "dir": 1,
          "entryPrice": 1717.912,
          "exitPrice": 1746.004,
          "stopDistance": 14.046,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 3422
        },
        {
          "entryTs": 1614618900,
          "entryUtc": "2021-03-01T17:15:00.000Z",
          "exitTs": 1614629220,
          "dir": 1,
          "entryPrice": 1729.664,
          "exitPrice": 1719.741,
          "stopDistance": 9.923,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 172
        },
        {
          "entryTs": 1614657600,
          "entryUtc": "2021-03-02T04:00:00.000Z",
          "exitTs": 1614690240,
          "dir": 1,
          "entryPrice": 1713.216,
          "exitPrice": 1735.159,
          "stopDistance": 10.972,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 544
        },
        {
          "entryTs": 1614711600,
          "entryUtc": "2021-03-02T19:00:00.000Z",
          "exitTs": 1614776940,
          "dir": -1,
          "entryPrice": 1736.756,
          "exitPrice": 1714.425,
          "stopDistance": 11.166,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1089
        },
        {
          "entryTs": 1614814500,
          "entryUtc": "2021-03-03T23:35:00.000Z",
          "exitTs": 1614880500,
          "dir": 1,
          "entryPrice": 1708.652,
          "exitPrice": 1698.508,
          "stopDistance": 10.143,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 1100
        },
        {
          "entryTs": 1614888000,
          "entryUtc": "2021-03-04T20:00:00.000Z",
          "exitTs": 1615204680,
          "dir": 1,
          "entryPrice": 1699.015,
          "exitPrice": 1686.467,
          "stopDistance": 12.548,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 5278
        },
        {
          "entryTs": 1615226400,
          "entryUtc": "2021-03-08T18:00:00.000Z",
          "exitTs": 1615280340,
          "dir": 1,
          "entryPrice": 1680.675,
          "exitPrice": 1702.301,
          "stopDistance": 10.813,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 899
        },
        {
          "entryTs": 1615374000,
          "entryUtc": "2021-03-10T11:00:00.000Z",
          "exitTs": 1615403520,
          "dir": 1,
          "entryPrice": 1710.998,
          "exitPrice": 1724.145,
          "stopDistance": 6.573,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 492
        },
        {
          "entryTs": 1615438800,
          "entryUtc": "2021-03-11T05:00:00.000Z",
          "exitTs": 1615450860,
          "dir": -1,
          "entryPrice": 1732.118,
          "exitPrice": 1738.62,
          "stopDistance": 6.502,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 201
        },
        {
          "entryTs": 1615467480,
          "entryUtc": "2021-03-11T12:58:00.000Z",
          "exitTs": 1615472820,
          "dir": -1,
          "entryPrice": 1736.759,
          "exitPrice": 1723.185,
          "stopDistance": 6.787,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 89
        },
        {
          "entryTs": 1615482000,
          "entryUtc": "2021-03-11T17:00:00.000Z",
          "exitTs": 1615529100,
          "dir": 1,
          "entryPrice": 1724.295,
          "exitPrice": 1715.746,
          "stopDistance": 8.549,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 785
        },
        {
          "entryTs": 1615539600,
          "entryUtc": "2021-03-12T09:00:00.000Z",
          "exitTs": 1615542780,
          "dir": 1,
          "entryPrice": 1706.378,
          "exitPrice": 1699.22,
          "stopDistance": 7.158,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 53
        },
        {
          "entryTs": 1615566360,
          "entryUtc": "2021-03-12T16:26:00.000Z",
          "exitTs": 1615571280,
          "dir": -1,
          "entryPrice": 1713.601,
          "exitPrice": 1721.015,
          "stopDistance": 7.414,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 82
        },
        {
          "entryTs": 1615585740,
          "entryUtc": "2021-03-12T21:49:00.000Z",
          "exitTs": 1615771680,
          "dir": -1,
          "entryPrice": 1726.155,
          "exitPrice": 1733.423,
          "stopDistance": 7.269,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 3099
        },
        {
          "entryTs": 1615799820,
          "entryUtc": "2021-03-15T09:17:00.000Z",
          "exitTs": 1615904880,
          "dir": -1,
          "entryPrice": 1730.285,
          "exitPrice": 1737.723,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 1751
        },
        {
          "entryTs": 1615917600,
          "entryUtc": "2021-03-16T18:00:00.000Z",
          "exitTs": 1616004780,
          "dir": 1,
          "entryPrice": 1728.997,
          "exitPrice": 1743.01,
          "stopDistance": 7.006,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 1453
        },
        {
          "entryTs": 1616057220,
          "entryUtc": "2021-03-18T08:47:00.000Z",
          "exitTs": 1616072760,
          "dir": 1,
          "entryPrice": 1733.278,
          "exitPrice": 1726.202,
          "stopDistance": 7.076,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 259
        },
        {
          "entryTs": 1616133720,
          "entryUtc": "2021-03-19T06:02:00.000Z",
          "exitTs": 1616135280,
          "dir": -1,
          "entryPrice": 1734.866,
          "exitPrice": 1742.307,
          "stopDistance": 7.442,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 26
        },
        {
          "entryTs": 1616161320,
          "entryUtc": "2021-03-19T13:42:00.000Z",
          "exitTs": 1616513940,
          "dir": 1,
          "entryPrice": 1733.376,
          "exitPrice": 1725.451,
          "stopDistance": 7.925,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 5877
        },
        {
          "entryTs": 1616545200,
          "entryUtc": "2021-03-24T00:20:00.000Z",
          "exitTs": 1616601960,
          "dir": 1,
          "entryPrice": 1725.782,
          "exitPrice": 1736.431,
          "stopDistance": 5.325,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 946
        },
        {
          "entryTs": 1616602020,
          "entryUtc": "2021-03-24T16:07:00.000Z",
          "exitTs": 1616676240,
          "dir": -1,
          "entryPrice": 1737.127,
          "exitPrice": 1725.531,
          "stopDistance": 5.798,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 1237
        },
        {
          "entryTs": 1616678580,
          "entryUtc": "2021-03-25T13:23:00.000Z",
          "exitTs": 1616679120,
          "dir": -1,
          "entryPrice": 1736.561,
          "exitPrice": 1741.025,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 9
        },
        {
          "entryTs": 1616691600,
          "entryUtc": "2021-03-25T17:00:00.000Z",
          "exitTs": 1617024780,
          "dir": 1,
          "entryPrice": 1728.175,
          "exitPrice": 1721.012,
          "stopDistance": 7.163,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 5553
        },
        {
          "entryTs": 1617026400,
          "entryUtc": "2021-03-29T14:00:00.000Z",
          "exitTs": 1617084120,
          "dir": 1,
          "entryPrice": 1711.035,
          "exitPrice": 1704.091,
          "stopDistance": 6.944,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 962
        },
        {
          "entryTs": 1617098400,
          "entryUtc": "2021-03-30T10:00:00.000Z",
          "exitTs": 1617103320,
          "dir": 1,
          "entryPrice": 1696.118,
          "exitPrice": 1689.537,
          "stopDistance": 6.581,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 82
        },
        {
          "entryTs": 1617163200,
          "entryUtc": "2021-03-31T04:00:00.000Z",
          "exitTs": 1617198600,
          "dir": 1,
          "entryPrice": 1679.325,
          "exitPrice": 1692.514,
          "stopDistance": 6.595,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 590
        },
        {
          "entryTs": 1617201900,
          "entryUtc": "2021-03-31T14:45:00.000Z",
          "exitTs": 1617206040,
          "dir": -1,
          "entryPrice": 1699.643,
          "exitPrice": 1707.517,
          "stopDistance": 7.874,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 69
        },
        {
          "entryTs": 1617206400,
          "entryUtc": "2021-03-31T16:00:00.000Z",
          "exitTs": 1617259320,
          "dir": -1,
          "entryPrice": 1708.078,
          "exitPrice": 1716.426,
          "stopDistance": 8.348,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 882
        },
        {
          "entryTs": 1617267600,
          "entryUtc": "2021-04-01T09:00:00.000Z",
          "exitTs": 1617282060,
          "dir": -1,
          "entryPrice": 1716.105,
          "exitPrice": 1722.584,
          "stopDistance": 6.479,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 241
        },
        {
          "entryTs": 1617289200,
          "entryUtc": "2021-04-01T15:00:00.000Z",
          "exitTs": 1617667200,
          "dir": -1,
          "entryPrice": 1728.565,
          "exitPrice": 1729.889,
          "stopDistance": 7.467,
          "outcome": "time",
          "netR": -0.2269,
          "holdMinutes": 6300
        },
        {
          "entryTs": 1617674400,
          "entryUtc": "2021-04-06T02:00:00.000Z",
          "exitTs": 1617717240,
          "dir": -1,
          "entryPrice": 1734.238,
          "exitPrice": 1740.634,
          "stopDistance": 6.395,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 714
        },
        {
          "entryTs": 1617748080,
          "entryUtc": "2021-04-06T22:28:00.000Z",
          "exitTs": 1617796860,
          "dir": -1,
          "entryPrice": 1743.724,
          "exitPrice": 1732.124,
          "stopDistance": 5.8,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 813
        },
        {
          "entryTs": 1617811200,
          "entryUtc": "2021-04-07T16:00:00.000Z",
          "exitTs": 1617867420,
          "dir": -1,
          "entryPrice": 1741.275,
          "exitPrice": 1747.278,
          "stopDistance": 6.003,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 937
        },
        {
          "entryTs": 1617883200,
          "entryUtc": "2021-04-08T12:00:00.000Z",
          "exitTs": 1617888720,
          "dir": -1,
          "entryPrice": 1749.678,
          "exitPrice": 1755.108,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 92
        },
        {
          "entryTs": 1617952080,
          "entryUtc": "2021-04-09T07:08:00.000Z",
          "exitTs": 1617970860,
          "dir": 1,
          "entryPrice": 1746.474,
          "exitPrice": 1740.609,
          "stopDistance": 5.866,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 313
        },
        {
          "entryTs": 1617972300,
          "entryUtc": "2021-04-09T12:45:00.000Z",
          "exitTs": 1617973680,
          "dir": 1,
          "entryPrice": 1737.332,
          "exitPrice": 1732.113,
          "stopDistance": 5.219,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 23
        },
        {
          "entryTs": 1617980760,
          "entryUtc": "2021-04-09T15:06:00.000Z",
          "exitTs": 1618194840,
          "dir": 1,
          "entryPrice": 1743.605,
          "exitPrice": 1736.947,
          "stopDistance": 6.657,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 3568
        },
        {
          "entryTs": 1618203600,
          "entryUtc": "2021-04-12T05:00:00.000Z",
          "exitTs": 1618235580,
          "dir": 1,
          "entryPrice": 1738.398,
          "exitPrice": 1733.51,
          "stopDistance": 4.888,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 533
        },
        {
          "entryTs": 1618243200,
          "entryUtc": "2021-04-12T16:00:00.000Z",
          "exitTs": 1618292160,
          "dir": 1,
          "entryPrice": 1732.075,
          "exitPrice": 1725.885,
          "stopDistance": 6.19,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 816
        },
        {
          "entryTs": 1618293600,
          "entryUtc": "2021-04-13T06:00:00.000Z",
          "exitTs": 1618317720,
          "dir": 1,
          "entryPrice": 1727.608,
          "exitPrice": 1738.817,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 402
        },
        {
          "entryTs": 1618317780,
          "entryUtc": "2021-04-13T12:43:00.000Z",
          "exitTs": 1618320900,
          "dir": -1,
          "entryPrice": 1739.74,
          "exitPrice": 1745.059,
          "stopDistance": 5.318,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 52
        },
        {
          "entryTs": 1618322400,
          "entryUtc": "2021-04-13T14:00:00.000Z",
          "exitTs": 1618410060,
          "dir": -1,
          "entryPrice": 1747.959,
          "exitPrice": 1732.723,
          "stopDistance": 7.618,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1618416000,
          "entryUtc": "2021-04-14T16:00:00.000Z",
          "exitTs": 1618488480,
          "dir": 1,
          "entryPrice": 1736.348,
          "exitPrice": 1749.835,
          "stopDistance": 6.743,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 1208
        },
        {
          "entryTs": 1618498800,
          "entryUtc": "2021-04-15T15:00:00.000Z",
          "exitTs": 1618567560,
          "dir": -1,
          "entryPrice": 1764.648,
          "exitPrice": 1771.627,
          "stopDistance": 6.979,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 1146
        },
        {
          "entryTs": 1618791060,
          "entryUtc": "2021-04-19T00:11:00.000Z",
          "exitTs": 1618818240,
          "dir": -1,
          "entryPrice": 1778.481,
          "exitPrice": 1784.408,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 453
        },
        {
          "entryTs": 1618826400,
          "entryUtc": "2021-04-19T10:00:00.000Z",
          "exitTs": 1618834560,
          "dir": -1,
          "entryPrice": 1788.418,
          "exitPrice": 1774.912,
          "stopDistance": 6.753,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 136
        },
        {
          "entryTs": 1618840800,
          "entryUtc": "2021-04-19T14:00:00.000Z",
          "exitTs": 1618886160,
          "dir": 1,
          "entryPrice": 1773.555,
          "exitPrice": 1765.546,
          "stopDistance": 8.009,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 756
        },
        {
          "entryTs": 1618896420,
          "entryUtc": "2021-04-20T05:27:00.000Z",
          "exitTs": 1618974540,
          "dir": 1,
          "entryPrice": 1769.99,
          "exitPrice": 1782.999,
          "stopDistance": 6.504,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 1302
        },
        {
          "entryTs": 1619013600,
          "entryUtc": "2021-04-21T14:00:00.000Z",
          "exitTs": 1619097660,
          "dir": -1,
          "entryPrice": 1795.718,
          "exitPrice": 1780.758,
          "stopDistance": 7.48,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 1401
        },
        {
          "entryTs": 1619114400,
          "entryUtc": "2021-04-22T18:00:00.000Z",
          "exitTs": 1619182980,
          "dir": 1,
          "entryPrice": 1782.285,
          "exitPrice": 1795.814,
          "stopDistance": 6.765,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 1143
        },
        {
          "entryTs": 1619186460,
          "entryUtc": "2021-04-23T14:01:00.000Z",
          "exitTs": 1619187420,
          "dir": 1,
          "entryPrice": 1779.918,
          "exitPrice": 1773.939,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 16
        },
        {
          "entryTs": 1619197200,
          "entryUtc": "2021-04-23T17:00:00.000Z",
          "exitTs": 1619439600,
          "dir": 1,
          "entryPrice": 1777.485,
          "exitPrice": 1770.006,
          "stopDistance": 7.479,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 4040
        },
        {
          "entryTs": 1619445600,
          "entryUtc": "2021-04-26T14:00:00.000Z",
          "exitTs": 1619570340,
          "dir": 1,
          "entryPrice": 1776.218,
          "exitPrice": 1769.923,
          "stopDistance": 6.295,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 2079
        },
        {
          "entryTs": 1619611200,
          "entryUtc": "2021-04-28T12:00:00.000Z",
          "exitTs": 1619634900,
          "dir": 1,
          "entryPrice": 1766.568,
          "exitPrice": 1776.678,
          "stopDistance": 5.055,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 395
        },
        {
          "entryTs": 1619635020,
          "entryUtc": "2021-04-28T18:37:00.000Z",
          "exitTs": 1619654820,
          "dir": -1,
          "entryPrice": 1779.814,
          "exitPrice": 1784.574,
          "stopDistance": 4.761,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 330
        },
        {
          "entryTs": 1619685060,
          "entryUtc": "2021-04-29T08:31:00.000Z",
          "exitTs": 1619702100,
          "dir": 1,
          "entryPrice": 1776.052,
          "exitPrice": 1770.871,
          "stopDistance": 5.181,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 284
        },
        {
          "entryTs": 1619702400,
          "entryUtc": "2021-04-29T13:20:00.000Z",
          "exitTs": 1619704320,
          "dir": 1,
          "entryPrice": 1766.41,
          "exitPrice": 1759.971,
          "stopDistance": 6.439,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 32
        },
        {
          "entryTs": 1619712000,
          "entryUtc": "2021-04-29T16:00:00.000Z",
          "exitTs": 1620086400,
          "dir": 1,
          "entryPrice": 1766.905,
          "exitPrice": 1784.363,
          "stopDistance": 8.729,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 6240
        },
        {
          "entryTs": 1620093600,
          "entryUtc": "2021-05-04T02:00:00.000Z",
          "exitTs": 1620137040,
          "dir": -1,
          "entryPrice": 1789.945,
          "exitPrice": 1797.682,
          "stopDistance": 7.737,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 724
        },
        {
          "entryTs": 1620140400,
          "entryUtc": "2021-05-04T15:00:00.000Z",
          "exitTs": 1620141180,
          "dir": -1,
          "entryPrice": 1794.628,
          "exitPrice": 1779.673,
          "stopDistance": 7.478,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 13
        },
        {
          "entryTs": 1620141300,
          "entryUtc": "2021-05-04T15:15:00.000Z",
          "exitTs": 1620268380,
          "dir": 1,
          "entryPrice": 1773.949,
          "exitPrice": 1787.956,
          "stopDistance": 7.003,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 2118
        },
        {
          "entryTs": 1620277200,
          "entryUtc": "2021-05-06T05:00:00.000Z",
          "exitTs": 1620282960,
          "dir": -1,
          "entryPrice": 1788.458,
          "exitPrice": 1793.701,
          "stopDistance": 5.243,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 96
        },
        {
          "entryTs": 1620313200,
          "entryUtc": "2021-05-06T15:00:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1815.458,
          "exitPrice": 1823.304,
          "stopDistance": 7.846,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1620623820,
          "entryUtc": "2021-05-10T05:17:00.000Z",
          "exitTs": 1620647820,
          "dir": -1,
          "entryPrice": 1834.805,
          "exitPrice": 1841.887,
          "stopDistance": 7.083,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 400
        },
        {
          "entryTs": 1620666120,
          "entryUtc": "2021-05-10T17:02:00.000Z",
          "exitTs": 1620737820,
          "dir": 1,
          "entryPrice": 1836.901,
          "exitPrice": 1829.529,
          "stopDistance": 7.372,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1620745200,
          "entryUtc": "2021-05-11T15:00:00.000Z",
          "exitTs": 1620822660,
          "dir": 1,
          "entryPrice": 1829.468,
          "exitPrice": 1821.575,
          "stopDistance": 7.893,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 1291
        },
        {
          "entryTs": 1620838800,
          "entryUtc": "2021-05-12T17:00:00.000Z",
          "exitTs": 1620899820,
          "dir": 1,
          "entryPrice": 1820.228,
          "exitPrice": 1811.347,
          "stopDistance": 8.881,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 1017
        },
        {
          "entryTs": 1620903600,
          "entryUtc": "2021-05-13T11:00:00.000Z",
          "exitTs": 1620973440,
          "dir": 1,
          "entryPrice": 1813.958,
          "exitPrice": 1829.293,
          "stopDistance": 7.668,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 1164
        },
        {
          "entryTs": 1620974820,
          "entryUtc": "2021-05-14T06:47:00.000Z",
          "exitTs": 1621019580,
          "dir": -1,
          "entryPrice": 1834.614,
          "exitPrice": 1842.301,
          "stopDistance": 7.686,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 746
        },
        {
          "entryTs": 1621227600,
          "entryUtc": "2021-05-17T05:00:00.000Z",
          "exitTs": 1621261020,
          "dir": -1,
          "entryPrice": 1852.648,
          "exitPrice": 1858.937,
          "stopDistance": 6.289,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 557
        },
        {
          "entryTs": 1621270800,
          "entryUtc": "2021-05-17T17:00:00.000Z",
          "exitTs": 1621423680,
          "dir": -1,
          "entryPrice": 1867.905,
          "exitPrice": 1853.29,
          "stopDistance": 7.308,
          "outcome": "target",
          "netR": 1.9494,
          "holdMinutes": 2548
        },
        {
          "entryTs": 1621436400,
          "entryUtc": "2021-05-19T15:00:00.000Z",
          "exitTs": 1621450800,
          "dir": -1,
          "entryPrice": 1883.695,
          "exitPrice": 1861.825,
          "stopDistance": 10.935,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 240
        },
        {
          "entryTs": 1621503120,
          "entryUtc": "2021-05-20T09:32:00.000Z",
          "exitTs": 1621600440,
          "dir": 1,
          "entryPrice": 1868.228,
          "exitPrice": 1886.345,
          "stopDistance": 9.059,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 1622
        },
        {
          "entryTs": 1621607760,
          "entryUtc": "2021-05-21T14:36:00.000Z",
          "exitTs": 1621815300,
          "dir": 1,
          "entryPrice": 1872.225,
          "exitPrice": 1884.229,
          "stopDistance": 6.002,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 3459
        },
        {
          "entryTs": 1621846800,
          "entryUtc": "2021-05-24T09:00:00.000Z",
          "exitTs": 1621951380,
          "dir": 1,
          "entryPrice": 1877.488,
          "exitPrice": 1889.999,
          "stopDistance": 6.255,
          "outcome": "target",
          "netR": 1.9409,
          "holdMinutes": 1743
        },
        {
          "entryTs": 1621954800,
          "entryUtc": "2021-05-25T15:00:00.000Z",
          "exitTs": 1621963860,
          "dir": -1,
          "entryPrice": 1890.468,
          "exitPrice": 1897.756,
          "stopDistance": 7.288,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 151
        },
        {
          "entryTs": 1622001600,
          "entryUtc": "2021-05-26T04:00:00.000Z",
          "exitTs": 1622032200,
          "dir": -1,
          "entryPrice": 1905.248,
          "exitPrice": 1911.042,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 510
        },
        {
          "entryTs": 1622034240,
          "entryUtc": "2021-05-26T13:04:00.000Z",
          "exitTs": 1622050920,
          "dir": 1,
          "entryPrice": 1903.264,
          "exitPrice": 1897.218,
          "stopDistance": 6.046,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 278
        },
        {
          "entryTs": 1622091600,
          "entryUtc": "2021-05-27T05:00:00.000Z",
          "exitTs": 1622203800,
          "dir": -1,
          "entryPrice": 1899.164,
          "exitPrice": 1887.462,
          "stopDistance": 5.851,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 1870
        },
        {
          "entryTs": 1622206020,
          "entryUtc": "2021-05-28T12:47:00.000Z",
          "exitTs": 1622221200,
          "dir": -1,
          "entryPrice": 1895.276,
          "exitPrice": 1900.46,
          "stopDistance": 5.184,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 253
        },
        {
          "entryTs": 1622433600,
          "entryUtc": "2021-05-31T04:00:00.000Z",
          "exitTs": 1622513460,
          "dir": -1,
          "entryPrice": 1908.348,
          "exitPrice": 1914.059,
          "stopDistance": 5.711,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 1331
        },
        {
          "entryTs": 1622523600,
          "entryUtc": "2021-06-01T05:00:00.000Z",
          "exitTs": 1622528280,
          "dir": -1,
          "entryPrice": 1910.528,
          "exitPrice": 1915.033,
          "stopDistance": 4.505,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 78
        },
        {
          "entryTs": 1622536140,
          "entryUtc": "2021-06-01T08:29:00.000Z",
          "exitTs": 1622555280,
          "dir": 1,
          "entryPrice": 1908.514,
          "exitPrice": 1904.019,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 319
        },
        {
          "entryTs": 1622555460,
          "entryUtc": "2021-06-01T13:51:00.000Z",
          "exitTs": 1622556240,
          "dir": 1,
          "entryPrice": 1903.436,
          "exitPrice": 1899.076,
          "stopDistance": 4.36,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 13
        },
        {
          "entryTs": 1622566800,
          "entryUtc": "2021-06-01T17:00:00.000Z",
          "exitTs": 1622611860,
          "dir": 1,
          "entryPrice": 1903.188,
          "exitPrice": 1895.541,
          "stopDistance": 7.647,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 751
        },
        {
          "entryTs": 1622631600,
          "entryUtc": "2021-06-02T11:00:00.000Z",
          "exitTs": 1622637000,
          "dir": 1,
          "entryPrice": 1895.758,
          "exitPrice": 1906.614,
          "stopDistance": 5.428,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 90
        },
        {
          "entryTs": 1622641200,
          "entryUtc": "2021-06-02T13:40:00.000Z",
          "exitTs": 1622764800,
          "dir": -1,
          "entryPrice": 1907.691,
          "exitPrice": 1896.482,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 2060
        },
        {
          "entryTs": 1622775600,
          "entryUtc": "2021-06-04T03:00:00.000Z",
          "exitTs": 1622811840,
          "dir": 1,
          "entryPrice": 1866.738,
          "exitPrice": 1886.682,
          "stopDistance": 9.972,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 604
        },
        {
          "entryTs": 1622816940,
          "entryUtc": "2021-06-04T14:29:00.000Z",
          "exitTs": 1623114120,
          "dir": -1,
          "entryPrice": 1893.443,
          "exitPrice": 1902.73,
          "stopDistance": 9.287,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 4953
        },
        {
          "entryTs": 1623153600,
          "entryUtc": "2021-06-08T12:00:00.000Z",
          "exitTs": 1623160440,
          "dir": -1,
          "entryPrice": 1899.948,
          "exitPrice": 1889.204,
          "stopDistance": 5.372,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 114
        },
        {
          "entryTs": 1623160500,
          "entryUtc": "2021-06-08T13:55:00.000Z",
          "exitTs": 1623244500,
          "dir": 1,
          "entryPrice": 1886.425,
          "exitPrice": 1896.295,
          "stopDistance": 4.935,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1623245940,
          "entryUtc": "2021-06-09T13:39:00.000Z",
          "exitTs": 1623303780,
          "dir": -1,
          "entryPrice": 1897.767,
          "exitPrice": 1882.941,
          "stopDistance": 7.413,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 964
        },
        {
          "entryTs": 1623305940,
          "entryUtc": "2021-06-10T06:19:00.000Z",
          "exitTs": 1623310560,
          "dir": -1,
          "entryPrice": 1887.734,
          "exitPrice": 1878.047,
          "stopDistance": 4.843,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 77
        },
        {
          "entryTs": 1623319200,
          "entryUtc": "2021-06-10T10:00:00.000Z",
          "exitTs": 1623326400,
          "dir": 1,
          "entryPrice": 1880.664,
          "exitPrice": 1874.836,
          "stopDistance": 5.828,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 120
        },
        {
          "entryTs": 1623328500,
          "entryUtc": "2021-06-10T12:35:00.000Z",
          "exitTs": 1623329640,
          "dir": -1,
          "entryPrice": 1884.66,
          "exitPrice": 1890.261,
          "stopDistance": 5.601,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 19
        },
        {
          "entryTs": 1623340800,
          "entryUtc": "2021-06-10T16:00:00.000Z",
          "exitTs": 1623391860,
          "dir": -1,
          "entryPrice": 1893.621,
          "exitPrice": 1901.59,
          "stopDistance": 7.969,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 851
        },
        {
          "entryTs": 1623398460,
          "entryUtc": "2021-06-11T08:01:00.000Z",
          "exitTs": 1623403020,
          "dir": 1,
          "entryPrice": 1898.287,
          "exitPrice": 1893.203,
          "stopDistance": 5.084,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 76
        },
        {
          "entryTs": 1623409200,
          "entryUtc": "2021-06-11T11:00:00.000Z",
          "exitTs": 1623414600,
          "dir": 1,
          "entryPrice": 1891.178,
          "exitPrice": 1885.376,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 90
        },
        {
          "entryTs": 1623422520,
          "entryUtc": "2021-06-11T14:42:00.000Z",
          "exitTs": 1623628860,
          "dir": 1,
          "entryPrice": 1878.545,
          "exitPrice": 1872.613,
          "stopDistance": 5.932,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 3439
        },
        {
          "entryTs": 1623636000,
          "entryUtc": "2021-06-14T02:00:00.000Z",
          "exitTs": 1623654540,
          "dir": 1,
          "entryPrice": 1864.748,
          "exitPrice": 1858.258,
          "stopDistance": 6.49,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 309
        },
        {
          "entryTs": 1623664800,
          "entryUtc": "2021-06-14T10:00:00.000Z",
          "exitTs": 1623672360,
          "dir": 1,
          "entryPrice": 1858.078,
          "exitPrice": 1851.461,
          "stopDistance": 6.617,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 126
        },
        {
          "entryTs": 1623686400,
          "entryUtc": "2021-06-14T16:00:00.000Z",
          "exitTs": 1623866520,
          "dir": -1,
          "entryPrice": 1864.078,
          "exitPrice": 1846.414,
          "stopDistance": 8.832,
          "outcome": "target",
          "netR": 1.9581,
          "holdMinutes": 3002
        },
        {
          "entryTs": 1623880800,
          "entryUtc": "2021-06-16T22:00:00.000Z",
          "exitTs": 1623926580,
          "dir": 1,
          "entryPrice": 1810.848,
          "exitPrice": 1798.979,
          "stopDistance": 11.869,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 763
        },
        {
          "entryTs": 1623978000,
          "entryUtc": "2021-06-18T01:00:00.000Z",
          "exitTs": 1624002120,
          "dir": -1,
          "entryPrice": 1779.098,
          "exitPrice": 1789.725,
          "stopDistance": 10.627,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 402
        },
        {
          "entryTs": 1624006800,
          "entryUtc": "2021-06-18T09:00:00.000Z",
          "exitTs": 1624024920,
          "dir": -1,
          "entryPrice": 1791.028,
          "exitPrice": 1772.327,
          "stopDistance": 9.351,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 302
        },
        {
          "entryTs": 1624266000,
          "entryUtc": "2021-06-21T09:00:00.000Z",
          "exitTs": 1624456320,
          "dir": -1,
          "entryPrice": 1784.868,
          "exitPrice": 1793.888,
          "stopDistance": 9.02,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 3172
        },
        {
          "entryTs": 1624464000,
          "entryUtc": "2021-06-23T16:00:00.000Z",
          "exitTs": 1624831200,
          "dir": -1,
          "entryPrice": 1786.628,
          "exitPrice": 1781.348,
          "stopDistance": 7.179,
          "outcome": "time",
          "netR": 0.6839,
          "holdMinutes": 6120
        },
        {
          "entryTs": 1624856400,
          "entryUtc": "2021-06-28T05:00:00.000Z",
          "exitTs": 1624953840,
          "dir": -1,
          "entryPrice": 1780.718,
          "exitPrice": 1769.603,
          "stopDistance": 5.557,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 1624
        },
        {
          "entryTs": 1624957200,
          "entryUtc": "2021-06-29T09:00:00.000Z",
          "exitTs": 1624970520,
          "dir": 1,
          "entryPrice": 1769.308,
          "exitPrice": 1764.015,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 222
        },
        {
          "entryTs": 1625019540,
          "entryUtc": "2021-06-30T02:19:00.000Z",
          "exitTs": 1625071260,
          "dir": -1,
          "entryPrice": 1764.123,
          "exitPrice": 1770.893,
          "stopDistance": 6.771,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 862
        },
        {
          "entryTs": 1625072400,
          "entryUtc": "2021-06-30T17:00:00.000Z",
          "exitTs": 1625138160,
          "dir": -1,
          "entryPrice": 1772.108,
          "exitPrice": 1779.666,
          "stopDistance": 7.558,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 1096
        },
        {
          "entryTs": 1625144400,
          "entryUtc": "2021-07-01T13:00:00.000Z",
          "exitTs": 1625215260,
          "dir": -1,
          "entryPrice": 1777.908,
          "exitPrice": 1783.998,
          "stopDistance": 6.09,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1625223600,
          "entryUtc": "2021-07-02T11:00:00.000Z",
          "exitTs": 1625229000,
          "dir": -1,
          "entryPrice": 1787.088,
          "exitPrice": 1776.104,
          "stopDistance": 5.492,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 90
        },
        {
          "entryTs": 1625241600,
          "entryUtc": "2021-07-02T16:00:00.000Z",
          "exitTs": 1625250660,
          "dir": -1,
          "entryPrice": 1782.798,
          "exitPrice": 1791.11,
          "stopDistance": 8.312,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 151
        },
        {
          "entryTs": 1625463360,
          "entryUtc": "2021-07-05T05:36:00.000Z",
          "exitTs": 1625537520,
          "dir": 1,
          "entryPrice": 1785.934,
          "exitPrice": 1798.158,
          "stopDistance": 6.112,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 1236
        },
        {
          "entryTs": 1625572800,
          "entryUtc": "2021-07-06T12:00:00.000Z",
          "exitTs": 1625586720,
          "dir": -1,
          "entryPrice": 1809.718,
          "exitPrice": 1799.125,
          "stopDistance": 5.297,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 232
        },
        {
          "entryTs": 1625587200,
          "entryUtc": "2021-07-06T16:00:00.000Z",
          "exitTs": 1625588400,
          "dir": 1,
          "entryPrice": 1795.42,
          "exitPrice": 1790.18,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 20
        },
        {
          "entryTs": 1625630400,
          "entryUtc": "2021-07-07T04:00:00.000Z",
          "exitTs": 1625645520,
          "dir": -1,
          "entryPrice": 1800.878,
          "exitPrice": 1806.709,
          "stopDistance": 5.831,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 252
        },
        {
          "entryTs": 1625653020,
          "entryUtc": "2021-07-07T10:17:00.000Z",
          "exitTs": 1625733540,
          "dir": -1,
          "entryPrice": 1807.549,
          "exitPrice": 1814.079,
          "stopDistance": 6.53,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 1342
        },
        {
          "entryTs": 1625760000,
          "entryUtc": "2021-07-08T16:00:00.000Z",
          "exitTs": 1626120000,
          "dir": 1,
          "entryPrice": 1796.608,
          "exitPrice": 1805.348,
          "stopDistance": 9.086,
          "outcome": "time",
          "netR": 0.9212,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1626138000,
          "entryUtc": "2021-07-13T01:00:00.000Z",
          "exitTs": 1626178620,
          "dir": -1,
          "entryPrice": 1807.175,
          "exitPrice": 1812.603,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 677
        },
        {
          "entryTs": 1626236160,
          "entryUtc": "2021-07-14T04:16:00.000Z",
          "exitTs": 1626264120,
          "dir": -1,
          "entryPrice": 1813.34,
          "exitPrice": 1819.241,
          "stopDistance": 5.9,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 466
        },
        {
          "entryTs": 1626332400,
          "entryUtc": "2021-07-15T07:00:00.000Z",
          "exitTs": 1626361320,
          "dir": -1,
          "entryPrice": 1831.078,
          "exitPrice": 1820.281,
          "stopDistance": 5.399,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 482
        },
        {
          "entryTs": 1626377400,
          "entryUtc": "2021-07-15T19:30:00.000Z",
          "exitTs": 1626432360,
          "dir": -1,
          "entryPrice": 1829.891,
          "exitPrice": 1818.115,
          "stopDistance": 5.888,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 916
        },
        {
          "entryTs": 1626454800,
          "entryUtc": "2021-07-16T17:00:00.000Z",
          "exitTs": 1626675240,
          "dir": 1,
          "entryPrice": 1815.108,
          "exitPrice": 1808.012,
          "stopDistance": 7.096,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 3674
        },
        {
          "entryTs": 1626681600,
          "entryUtc": "2021-07-19T08:00:00.000Z",
          "exitTs": 1626695820,
          "dir": 1,
          "entryPrice": 1805.825,
          "exitPrice": 1799.711,
          "stopDistance": 6.114,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 237
        },
        {
          "entryTs": 1626714120,
          "entryUtc": "2021-07-19T17:02:00.000Z",
          "exitTs": 1626744900,
          "dir": -1,
          "entryPrice": 1809.207,
          "exitPrice": 1816.935,
          "stopDistance": 7.728,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 513
        },
        {
          "entryTs": 1626750000,
          "entryUtc": "2021-07-20T03:00:00.000Z",
          "exitTs": 1626784740,
          "dir": -1,
          "entryPrice": 1816.638,
          "exitPrice": 1822.51,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 579
        },
        {
          "entryTs": 1626792420,
          "entryUtc": "2021-07-20T14:47:00.000Z",
          "exitTs": 1626860460,
          "dir": 1,
          "entryPrice": 1808.67,
          "exitPrice": 1802.776,
          "stopDistance": 5.894,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 1134
        },
        {
          "entryTs": 1626861600,
          "entryUtc": "2021-07-21T10:00:00.000Z",
          "exitTs": 1626868920,
          "dir": 1,
          "entryPrice": 1804.805,
          "exitPrice": 1798.624,
          "stopDistance": 6.181,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 122
        },
        {
          "entryTs": 1626912000,
          "entryUtc": "2021-07-22T00:00:00.000Z",
          "exitTs": 1626941280,
          "dir": 1,
          "entryPrice": 1802.448,
          "exitPrice": 1797.039,
          "stopDistance": 5.409,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 488
        },
        {
          "entryTs": 1626951600,
          "entryUtc": "2021-07-22T11:00:00.000Z",
          "exitTs": 1626957600,
          "dir": 1,
          "entryPrice": 1794.928,
          "exitPrice": 1805.136,
          "stopDistance": 5.104,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 100
        },
        {
          "entryTs": 1627002060,
          "entryUtc": "2021-07-23T01:01:00.000Z",
          "exitTs": 1627034940,
          "dir": -1,
          "entryPrice": 1807.392,
          "exitPrice": 1797.768,
          "stopDistance": 4.812,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 548
        },
        {
          "entryTs": 1627038000,
          "entryUtc": "2021-07-23T11:00:00.000Z",
          "exitTs": 1627039920,
          "dir": 1,
          "entryPrice": 1797.608,
          "exitPrice": 1791.982,
          "stopDistance": 5.626,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 32
        },
        {
          "entryTs": 1627057200,
          "entryUtc": "2021-07-23T16:20:00.000Z",
          "exitTs": 1627417200,
          "dir": -1,
          "entryPrice": 1804.079,
          "exitPrice": 1799.828,
          "stopDistance": 7.569,
          "outcome": "time",
          "netR": 0.5127,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1627441440,
          "entryUtc": "2021-07-28T03:04:00.000Z",
          "exitTs": 1627473000,
          "dir": -1,
          "entryPrice": 1805.822,
          "exitPrice": 1796.23,
          "stopDistance": 4.796,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 526
        },
        {
          "entryTs": 1627497600,
          "entryUtc": "2021-07-28T18:40:00.000Z",
          "exitTs": 1627501560,
          "dir": -1,
          "entryPrice": 1803.221,
          "exitPrice": 1808.72,
          "stopDistance": 5.499,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 66
        },
        {
          "entryTs": 1627513200,
          "entryUtc": "2021-07-28T23:00:00.000Z",
          "exitTs": 1627520760,
          "dir": -1,
          "entryPrice": 1808.578,
          "exitPrice": 1815.106,
          "stopDistance": 6.528,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 126
        },
        {
          "entryTs": 1627560000,
          "entryUtc": "2021-07-29T12:00:00.000Z",
          "exitTs": 1627573380,
          "dir": -1,
          "entryPrice": 1824.988,
          "exitPrice": 1830.948,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 223
        },
        {
          "entryTs": 1627629120,
          "entryUtc": "2021-07-30T07:12:00.000Z",
          "exitTs": 1627661580,
          "dir": -1,
          "entryPrice": 1829.751,
          "exitPrice": 1820.614,
          "stopDistance": 4.569,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 541
        },
        {
          "entryTs": 1627661700,
          "entryUtc": "2021-07-30T16:15:00.000Z",
          "exitTs": 1627664280,
          "dir": 1,
          "entryPrice": 1820.202,
          "exitPrice": 1814.834,
          "stopDistance": 5.367,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 43
        },
        {
          "entryTs": 1627894800,
          "entryUtc": "2021-08-02T09:00:00.000Z",
          "exitTs": 1627922760,
          "dir": 1,
          "entryPrice": 1807.248,
          "exitPrice": 1817.99,
          "stopDistance": 5.371,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 466
        },
        {
          "entryTs": 1627953900,
          "entryUtc": "2021-08-03T01:25:00.000Z",
          "exitTs": 1628079300,
          "dir": 1,
          "entryPrice": 1809.703,
          "exitPrice": 1821.112,
          "stopDistance": 5.705,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 2090
        },
        {
          "entryTs": 1628082000,
          "entryUtc": "2021-08-04T13:00:00.000Z",
          "exitTs": 1628086440,
          "dir": -1,
          "entryPrice": 1827.058,
          "exitPrice": 1817.055,
          "stopDistance": 5.002,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 74
        },
        {
          "entryTs": 1628086800,
          "entryUtc": "2021-08-04T14:20:00.000Z",
          "exitTs": 1628089740,
          "dir": 1,
          "entryPrice": 1812.791,
          "exitPrice": 1808.974,
          "stopDistance": 3.817,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 49
        },
        {
          "entryTs": 1628096400,
          "entryUtc": "2021-08-04T17:00:00.000Z",
          "exitTs": 1628170800,
          "dir": 1,
          "entryPrice": 1811.818,
          "exitPrice": 1804.964,
          "stopDistance": 6.854,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1628175600,
          "entryUtc": "2021-08-05T15:00:00.000Z",
          "exitTs": 1628247000,
          "dir": 1,
          "entryPrice": 1802.848,
          "exitPrice": 1796.568,
          "stopDistance": 6.28,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 1190
        },
        {
          "entryTs": 1628251920,
          "entryUtc": "2021-08-06T12:12:00.000Z",
          "exitTs": 1628253000,
          "dir": -1,
          "entryPrice": 1800.523,
          "exitPrice": 1792.005,
          "stopDistance": 4.259,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 18
        },
        {
          "entryTs": 1628265600,
          "entryUtc": "2021-08-06T16:00:00.000Z",
          "exitTs": 1628461680,
          "dir": 1,
          "entryPrice": 1761.908,
          "exitPrice": 1753.677,
          "stopDistance": 8.231,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 3268
        },
        {
          "entryTs": 1628463780,
          "entryUtc": "2021-08-08T23:03:00.000Z",
          "exitTs": 1628464080,
          "dir": 1,
          "entryPrice": 1704.84,
          "exitPrice": 1687.757,
          "stopDistance": 17.083,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 5
        },
        {
          "entryTs": 1628521200,
          "entryUtc": "2021-08-09T15:00:00.000Z",
          "exitTs": 1628850360,
          "dir": 1,
          "entryPrice": 1729.608,
          "exitPrice": 1760.539,
          "stopDistance": 15.465,
          "outcome": "target",
          "netR": 1.9761,
          "holdMinutes": 5486
        },
        {
          "entryTs": 1628870400,
          "entryUtc": "2021-08-13T16:00:00.000Z",
          "exitTs": 1629076140,
          "dir": -1,
          "entryPrice": 1776.548,
          "exitPrice": 1782.385,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 3429
        },
        {
          "entryTs": 1629112260,
          "entryUtc": "2021-08-16T11:11:00.000Z",
          "exitTs": 1629120960,
          "dir": 1,
          "entryPrice": 1773.416,
          "exitPrice": 1783.053,
          "stopDistance": 4.818,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 145
        },
        {
          "entryTs": 1629126000,
          "entryUtc": "2021-08-16T15:00:00.000Z",
          "exitTs": 1629184920,
          "dir": -1,
          "entryPrice": 1788.488,
          "exitPrice": 1794.939,
          "stopDistance": 6.451,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 982
        },
        {
          "entryTs": 1629206220,
          "entryUtc": "2021-08-17T13:17:00.000Z",
          "exitTs": 1629209580,
          "dir": 1,
          "entryPrice": 1787.544,
          "exitPrice": 1782.894,
          "stopDistance": 4.65,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 56
        },
        {
          "entryTs": 1629212400,
          "entryUtc": "2021-08-17T15:00:00.000Z",
          "exitTs": 1629342660,
          "dir": 1,
          "entryPrice": 1783.258,
          "exitPrice": 1777.182,
          "stopDistance": 6.076,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 2171
        },
        {
          "entryTs": 1629362340,
          "entryUtc": "2021-08-19T08:39:00.000Z",
          "exitTs": 1629378360,
          "dir": -1,
          "entryPrice": 1784.573,
          "exitPrice": 1790.417,
          "stopDistance": 5.843,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 267
        },
        {
          "entryTs": 1629382020,
          "entryUtc": "2021-08-19T14:07:00.000Z",
          "exitTs": 1629721800,
          "dir": 1,
          "entryPrice": 1779.827,
          "exitPrice": 1793.966,
          "stopDistance": 7.07,
          "outcome": "target",
          "netR": 1.9477,
          "holdMinutes": 5663
        },
        {
          "entryTs": 1629800280,
          "entryUtc": "2021-08-24T10:18:00.000Z",
          "exitTs": 1629808920,
          "dir": -1,
          "entryPrice": 1804.314,
          "exitPrice": 1808.882,
          "stopDistance": 4.568,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 144
        },
        {
          "entryTs": 1629824400,
          "entryUtc": "2021-08-24T17:00:00.000Z",
          "exitTs": 1629852120,
          "dir": -1,
          "entryPrice": 1806.178,
          "exitPrice": 1795.657,
          "stopDistance": 5.26,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 462
        },
        {
          "entryTs": 1629887820,
          "entryUtc": "2021-08-25T10:37:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1793.394,
          "exitPrice": 1788.374,
          "stopDistance": 5.02,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 183
        },
        {
          "entryTs": 1629910800,
          "entryUtc": "2021-08-25T17:00:00.000Z",
          "exitTs": 1629981660,
          "dir": 1,
          "entryPrice": 1789.738,
          "exitPrice": 1783.155,
          "stopDistance": 6.583,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1629988260,
          "entryUtc": "2021-08-26T14:31:00.000Z",
          "exitTs": 1630038840,
          "dir": -1,
          "entryPrice": 1793.178,
          "exitPrice": 1799.527,
          "stopDistance": 6.349,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 843
        },
        {
          "entryTs": 1630060800,
          "entryUtc": "2021-08-27T10:40:00.000Z",
          "exitTs": 1630071000,
          "dir": 1,
          "entryPrice": 1794.522,
          "exitPrice": 1789.468,
          "stopDistance": 5.053,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 170
        },
        {
          "entryTs": 1630072800,
          "entryUtc": "2021-08-27T14:00:00.000Z",
          "exitTs": 1630072800,
          "dir": 1,
          "entryPrice": 1785.287,
          "exitPrice": 1797.528,
          "stopDistance": 6.12,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 0
        },
        {
          "entryTs": 1630087200,
          "entryUtc": "2021-08-27T18:00:00.000Z",
          "exitTs": 1630447200,
          "dir": -1,
          "entryPrice": 1817.879,
          "exitPrice": 1814.208,
          "stopDistance": 8.334,
          "outcome": "time",
          "netR": 0.3961,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1630472400,
          "entryUtc": "2021-09-01T05:00:00.000Z",
          "exitTs": 1630500900,
          "dir": -1,
          "entryPrice": 1814.808,
          "exitPrice": 1819.782,
          "stopDistance": 4.974,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 475
        },
        {
          "entryTs": 1630516020,
          "entryUtc": "2021-09-01T17:07:00.000Z",
          "exitTs": 1630591440,
          "dir": 1,
          "entryPrice": 1812.357,
          "exitPrice": 1806.098,
          "stopDistance": 6.258,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 1257
        },
        {
          "entryTs": 1630634400,
          "entryUtc": "2021-09-03T02:00:00.000Z",
          "exitTs": 1630671840,
          "dir": -1,
          "entryPrice": 1812.838,
          "exitPrice": 1816.923,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 624
        },
        {
          "entryTs": 1630922400,
          "entryUtc": "2021-09-06T10:00:00.000Z",
          "exitTs": 1630991040,
          "dir": 1,
          "entryPrice": 1824.568,
          "exitPrice": 1820.441,
          "stopDistance": 4.127,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 1144
        },
        {
          "entryTs": 1631034000,
          "entryUtc": "2021-09-07T17:00:00.000Z",
          "exitTs": 1631108760,
          "dir": 1,
          "entryPrice": 1795.744,
          "exitPrice": 1789.15,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 1246
        },
        {
          "entryTs": 1631116800,
          "entryUtc": "2021-09-08T16:00:00.000Z",
          "exitTs": 1631198280,
          "dir": 1,
          "entryPrice": 1791.867,
          "exitPrice": 1785.064,
          "stopDistance": 6.803,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 1358
        },
        {
          "entryTs": 1631199600,
          "entryUtc": "2021-09-09T15:00:00.000Z",
          "exitTs": 1631252340,
          "dir": 1,
          "entryPrice": 1788.988,
          "exitPrice": 1802.007,
          "stopDistance": 6.51,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 879
        },
        {
          "entryTs": 1631289600,
          "entryUtc": "2021-09-10T16:00:00.000Z",
          "exitTs": 1631494920,
          "dir": 1,
          "entryPrice": 1792.667,
          "exitPrice": 1785.83,
          "stopDistance": 6.837,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 3422
        },
        {
          "entryTs": 1631535300,
          "entryUtc": "2021-09-13T12:15:00.000Z",
          "exitTs": 1631542020,
          "dir": -1,
          "entryPrice": 1791.571,
          "exitPrice": 1796.746,
          "stopDistance": 5.175,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 112
        },
        {
          "entryTs": 1631552400,
          "entryUtc": "2021-09-13T17:00:00.000Z",
          "exitTs": 1631620380,
          "dir": -1,
          "entryPrice": 1793.654,
          "exitPrice": 1782.139,
          "stopDistance": 5.757,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 1133
        },
        {
          "entryTs": 1631624100,
          "entryUtc": "2021-09-14T12:55:00.000Z",
          "exitTs": 1631630220,
          "dir": -1,
          "entryPrice": 1796.102,
          "exitPrice": 1800.979,
          "stopDistance": 4.878,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 102
        },
        {
          "entryTs": 1631635200,
          "entryUtc": "2021-09-14T16:00:00.000Z",
          "exitTs": 1631765220,
          "dir": -1,
          "entryPrice": 1805.668,
          "exitPrice": 1790.122,
          "stopDistance": 7.773,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 2167
        },
        {
          "entryTs": 1631772000,
          "entryUtc": "2021-09-16T06:00:00.000Z",
          "exitTs": 1631784600,
          "dir": 1,
          "entryPrice": 1786.728,
          "exitPrice": 1781.819,
          "stopDistance": 4.909,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 210
        },
        {
          "entryTs": 1631883600,
          "entryUtc": "2021-09-17T13:00:00.000Z",
          "exitTs": 1632104580,
          "dir": 1,
          "entryPrice": 1752.978,
          "exitPrice": 1746.396,
          "stopDistance": 6.582,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 3683
        },
        {
          "entryTs": 1632118260,
          "entryUtc": "2021-09-20T06:11:00.000Z",
          "exitTs": 1632128400,
          "dir": -1,
          "entryPrice": 1751.197,
          "exitPrice": 1757.626,
          "stopDistance": 6.429,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 169
        },
        {
          "entryTs": 1632147660,
          "entryUtc": "2021-09-20T14:21:00.000Z",
          "exitTs": 1632225900,
          "dir": -1,
          "entryPrice": 1762.277,
          "exitPrice": 1768.794,
          "stopDistance": 6.517,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 1304
        },
        {
          "entryTs": 1632289800,
          "entryUtc": "2021-09-22T05:50:00.000Z",
          "exitTs": 1632333600,
          "dir": -1,
          "entryPrice": 1778.873,
          "exitPrice": 1769.495,
          "stopDistance": 4.689,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 730
        },
        {
          "entryTs": 1632337200,
          "entryUtc": "2021-09-22T19:00:00.000Z",
          "exitTs": 1632402300,
          "dir": 1,
          "entryPrice": 1766.958,
          "exitPrice": 1759.819,
          "stopDistance": 7.139,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 1085
        },
        {
          "entryTs": 1632405600,
          "entryUtc": "2021-09-23T14:00:00.000Z",
          "exitTs": 1632428640,
          "dir": 1,
          "entryPrice": 1751.078,
          "exitPrice": 1742.797,
          "stopDistance": 8.281,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 384
        },
        {
          "entryTs": 1632434400,
          "entryUtc": "2021-09-23T22:00:00.000Z",
          "exitTs": 1632706860,
          "dir": 1,
          "entryPrice": 1742.574,
          "exitPrice": 1758.953,
          "stopDistance": 8.189,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 4541
        },
        {
          "entryTs": 1632731700,
          "entryUtc": "2021-09-27T08:35:00.000Z",
          "exitTs": 1632737340,
          "dir": 1,
          "entryPrice": 1750.273,
          "exitPrice": 1744.845,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 94
        },
        {
          "entryTs": 1632740400,
          "entryUtc": "2021-09-27T11:00:00.000Z",
          "exitTs": 1632810420,
          "dir": 1,
          "entryPrice": 1748.588,
          "exitPrice": 1742.457,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1632882720,
          "entryUtc": "2021-09-29T02:32:00.000Z",
          "exitTs": 1632910740,
          "dir": -1,
          "entryPrice": 1738.658,
          "exitPrice": 1744.867,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 467
        },
        {
          "entryTs": 1632913200,
          "entryUtc": "2021-09-29T11:00:00.000Z",
          "exitTs": 1632924300,
          "dir": -1,
          "entryPrice": 1745.225,
          "exitPrice": 1733.562,
          "stopDistance": 5.832,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 185
        },
        {
          "entryTs": 1632924600,
          "entryUtc": "2021-09-29T14:10:00.000Z",
          "exitTs": 1632936360,
          "dir": 1,
          "entryPrice": 1731.884,
          "exitPrice": 1723.364,
          "stopDistance": 8.52,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 196
        },
        {
          "entryTs": 1632998040,
          "entryUtc": "2021-09-30T10:34:00.000Z",
          "exitTs": 1633006560,
          "dir": 1,
          "entryPrice": 1725.441,
          "exitPrice": 1736.113,
          "stopDistance": 5.336,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 142
        },
        {
          "entryTs": 1633006860,
          "entryUtc": "2021-09-30T13:01:00.000Z",
          "exitTs": 1633010400,
          "dir": -1,
          "entryPrice": 1738.376,
          "exitPrice": 1744.921,
          "stopDistance": 6.544,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 59
        },
        {
          "entryTs": 1633014000,
          "entryUtc": "2021-09-30T15:00:00.000Z",
          "exitTs": 1633358340,
          "dir": -1,
          "entryPrice": 1757.316,
          "exitPrice": 1765.865,
          "stopDistance": 8.549,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 5739
        },
        {
          "entryTs": 1633359600,
          "entryUtc": "2021-10-04T15:00:00.000Z",
          "exitTs": 1633442640,
          "dir": -1,
          "entryPrice": 1766.408,
          "exitPrice": 1749.851,
          "stopDistance": 8.278,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 1384
        },
        {
          "entryTs": 1633456800,
          "entryUtc": "2021-10-05T18:00:00.000Z",
          "exitTs": 1633504320,
          "dir": -1,
          "entryPrice": 1761.645,
          "exitPrice": 1747.448,
          "stopDistance": 7.098,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 792
        },
        {
          "entryTs": 1633522200,
          "entryUtc": "2021-10-06T12:10:00.000Z",
          "exitTs": 1633531800,
          "dir": -1,
          "entryPrice": 1757.866,
          "exitPrice": 1763.54,
          "stopDistance": 5.674,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 160
        },
        {
          "entryTs": 1633590960,
          "entryUtc": "2021-10-07T07:16:00.000Z",
          "exitTs": 1633610640,
          "dir": -1,
          "entryPrice": 1764.184,
          "exitPrice": 1754.007,
          "stopDistance": 5.089,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 328
        },
        {
          "entryTs": 1633618800,
          "entryUtc": "2021-10-07T15:00:00.000Z",
          "exitTs": 1633696200,
          "dir": 1,
          "entryPrice": 1756.475,
          "exitPrice": 1769.925,
          "stopDistance": 6.725,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1633712400,
          "entryUtc": "2021-10-08T17:00:00.000Z",
          "exitTs": 1633956900,
          "dir": 1,
          "entryPrice": 1758.468,
          "exitPrice": 1750.418,
          "stopDistance": 8.05,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 4075
        },
        {
          "entryTs": 1633959300,
          "entryUtc": "2021-10-11T13:35:00.000Z",
          "exitTs": 1634038020,
          "dir": -1,
          "entryPrice": 1758.32,
          "exitPrice": 1764.483,
          "stopDistance": 6.163,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 1312
        },
        {
          "entryTs": 1634040000,
          "entryUtc": "2021-10-12T12:00:00.000Z",
          "exitTs": 1634046540,
          "dir": -1,
          "entryPrice": 1761.763,
          "exitPrice": 1767.007,
          "stopDistance": 5.244,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 109
        },
        {
          "entryTs": 1634054400,
          "entryUtc": "2021-10-12T16:00:00.000Z",
          "exitTs": 1634112780,
          "dir": -1,
          "entryPrice": 1760.708,
          "exitPrice": 1767.69,
          "stopDistance": 6.982,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 973
        },
        {
          "entryTs": 1634128800,
          "entryUtc": "2021-10-13T12:40:00.000Z",
          "exitTs": 1634131800,
          "dir": 1,
          "entryPrice": 1759.01,
          "exitPrice": 1769.618,
          "stopDistance": 5.304,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 50
        },
        {
          "entryTs": 1634144400,
          "entryUtc": "2021-10-13T17:00:00.000Z",
          "exitTs": 1634300220,
          "dir": -1,
          "entryPrice": 1792.498,
          "exitPrice": 1774.097,
          "stopDistance": 9.201,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 2597
        },
        {
          "entryTs": 1634536920,
          "entryUtc": "2021-10-18T06:02:00.000Z",
          "exitTs": 1634545740,
          "dir": 1,
          "entryPrice": 1766.894,
          "exitPrice": 1761.616,
          "stopDistance": 5.278,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 147
        },
        {
          "entryTs": 1634565600,
          "entryUtc": "2021-10-18T14:00:00.000Z",
          "exitTs": 1634616540,
          "dir": -1,
          "entryPrice": 1768.768,
          "exitPrice": 1775.028,
          "stopDistance": 6.261,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 849
        },
        {
          "entryTs": 1634659860,
          "entryUtc": "2021-10-19T16:11:00.000Z",
          "exitTs": 1634719380,
          "dir": 1,
          "entryPrice": 1768.755,
          "exitPrice": 1779.104,
          "stopDistance": 5.175,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 992
        },
        {
          "entryTs": 1634725680,
          "entryUtc": "2021-10-20T10:28:00.000Z",
          "exitTs": 1634733300,
          "dir": -1,
          "entryPrice": 1779.641,
          "exitPrice": 1784.923,
          "stopDistance": 5.281,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 127
        },
        {
          "entryTs": 1634749200,
          "entryUtc": "2021-10-20T17:00:00.000Z",
          "exitTs": 1634885280,
          "dir": -1,
          "entryPrice": 1786.628,
          "exitPrice": 1793.11,
          "stopDistance": 6.482,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 2268
        },
        {
          "entryTs": 1634907600,
          "entryUtc": "2021-10-22T13:00:00.000Z",
          "exitTs": 1634912100,
          "dir": -1,
          "entryPrice": 1805.728,
          "exitPrice": 1812.079,
          "stopDistance": 6.351,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 75
        },
        {
          "entryTs": 1634917200,
          "entryUtc": "2021-10-22T15:40:00.000Z",
          "exitTs": 1634920140,
          "dir": 1,
          "entryPrice": 1783.208,
          "exitPrice": 1793.294,
          "stopDistance": 5.043,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 49
        },
        {
          "entryTs": 1635156000,
          "entryUtc": "2021-10-25T10:00:00.000Z",
          "exitTs": 1635169920,
          "dir": -1,
          "entryPrice": 1799.488,
          "exitPrice": 1806.878,
          "stopDistance": 7.39,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 232
        },
        {
          "entryTs": 1635169980,
          "entryUtc": "2021-10-25T13:53:00.000Z",
          "exitTs": 1635255060,
          "dir": -1,
          "entryPrice": 1807.381,
          "exitPrice": 1792.35,
          "stopDistance": 7.515,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 1418
        },
        {
          "entryTs": 1635264000,
          "entryUtc": "2021-10-26T16:00:00.000Z",
          "exitTs": 1635402600,
          "dir": 1,
          "entryPrice": 1789.768,
          "exitPrice": 1803.378,
          "stopDistance": 6.805,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 2310
        },
        {
          "entryTs": 1635414480,
          "entryUtc": "2021-10-28T09:48:00.000Z",
          "exitTs": 1635427800,
          "dir": 1,
          "entryPrice": 1796.703,
          "exitPrice": 1807.469,
          "stopDistance": 5.383,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 222
        },
        {
          "entryTs": 1635440460,
          "entryUtc": "2021-10-28T17:01:00.000Z",
          "exitTs": 1635496500,
          "dir": 1,
          "entryPrice": 1799.983,
          "exitPrice": 1792.036,
          "stopDistance": 7.947,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 934
        },
        {
          "entryTs": 1635512400,
          "entryUtc": "2021-10-29T13:00:00.000Z",
          "exitTs": 1635515100,
          "dir": 1,
          "entryPrice": 1780.258,
          "exitPrice": 1772.565,
          "stopDistance": 7.693,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 45
        },
        {
          "entryTs": 1635735600,
          "entryUtc": "2021-11-01T03:00:00.000Z",
          "exitTs": 1635775140,
          "dir": -1,
          "entryPrice": 1785.724,
          "exitPrice": 1792.15,
          "stopDistance": 6.426,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 659
        },
        {
          "entryTs": 1635778800,
          "entryUtc": "2021-11-01T15:00:00.000Z",
          "exitTs": 1635905460,
          "dir": -1,
          "entryPrice": 1793.918,
          "exitPrice": 1781.04,
          "stopDistance": 6.439,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 2111
        },
        {
          "entryTs": 1635939060,
          "entryUtc": "2021-11-03T11:31:00.000Z",
          "exitTs": 1635943380,
          "dir": -1,
          "entryPrice": 1785.277,
          "exitPrice": 1776.031,
          "stopDistance": 4.623,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 72
        },
        {
          "entryTs": 1635955200,
          "entryUtc": "2021-11-03T16:00:00.000Z",
          "exitTs": 1635983520,
          "dir": 1,
          "entryPrice": 1763.458,
          "exitPrice": 1776.904,
          "stopDistance": 6.723,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 472
        },
        {
          "entryTs": 1635984000,
          "entryUtc": "2021-11-04T00:00:00.000Z",
          "exitTs": 1636028400,
          "dir": -1,
          "entryPrice": 1777.611,
          "exitPrice": 1784.07,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 740
        },
        {
          "entryTs": 1636029060,
          "entryUtc": "2021-11-04T12:31:00.000Z",
          "exitTs": 1636030200,
          "dir": -1,
          "entryPrice": 1785.581,
          "exitPrice": 1790.383,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 19
        },
        {
          "entryTs": 1636088640,
          "entryUtc": "2021-11-05T05:04:00.000Z",
          "exitTs": 1636115460,
          "dir": -1,
          "entryPrice": 1796.199,
          "exitPrice": 1785.389,
          "stopDistance": 5.405,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 447
        },
        {
          "entryTs": 1636128000,
          "entryUtc": "2021-11-05T16:00:00.000Z",
          "exitTs": 1636141620,
          "dir": -1,
          "entryPrice": 1809.834,
          "exitPrice": 1817.794,
          "stopDistance": 7.96,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 227
        },
        {
          "entryTs": 1636355460,
          "entryUtc": "2021-11-08T07:11:00.000Z",
          "exitTs": 1636458120,
          "dir": 1,
          "entryPrice": 1815.216,
          "exitPrice": 1828.39,
          "stopDistance": 6.587,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 1711
        },
        {
          "entryTs": 1636459620,
          "entryUtc": "2021-11-09T12:07:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1823.317,
          "exitPrice": 1834.251,
          "stopDistance": 5.467,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 1526
        },
        {
          "entryTs": 1636563600,
          "entryUtc": "2021-11-10T17:00:00.000Z",
          "exitTs": 1636630680,
          "dir": -1,
          "entryPrice": 1854.914,
          "exitPrice": 1864.628,
          "stopDistance": 9.714,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 1118
        },
        {
          "entryTs": 1636646400,
          "entryUtc": "2021-11-11T16:00:00.000Z",
          "exitTs": 1636982220,
          "dir": -1,
          "entryPrice": 1861.574,
          "exitPrice": 1870.203,
          "stopDistance": 8.629,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 5597
        },
        {
          "entryTs": 1636988700,
          "entryUtc": "2021-11-15T15:05:00.000Z",
          "exitTs": 1637052960,
          "dir": 1,
          "entryPrice": 1858.801,
          "exitPrice": 1871.78,
          "stopDistance": 6.49,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 1071
        },
        {
          "entryTs": 1637060400,
          "entryUtc": "2021-11-16T11:00:00.000Z",
          "exitTs": 1637071680,
          "dir": -1,
          "entryPrice": 1874.098,
          "exitPrice": 1862.458,
          "stopDistance": 5.82,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 188
        },
        {
          "entryTs": 1637071980,
          "entryUtc": "2021-11-16T14:13:00.000Z",
          "exitTs": 1637080860,
          "dir": 1,
          "entryPrice": 1860.492,
          "exitPrice": 1853.759,
          "stopDistance": 6.733,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 148
        },
        {
          "entryTs": 1637082000,
          "entryUtc": "2021-11-16T17:00:00.000Z",
          "exitTs": 1637196900,
          "dir": 1,
          "entryPrice": 1855.104,
          "exitPrice": 1870.77,
          "stopDistance": 7.833,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 1915
        },
        {
          "entryTs": 1637197200,
          "entryUtc": "2021-11-18T01:00:00.000Z",
          "exitTs": 1637232000,
          "dir": -1,
          "entryPrice": 1869.848,
          "exitPrice": 1858.838,
          "stopDistance": 5.505,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 580
        },
        {
          "entryTs": 1637236800,
          "entryUtc": "2021-11-18T12:00:00.000Z",
          "exitTs": 1637241900,
          "dir": 1,
          "entryPrice": 1862.628,
          "exitPrice": 1856.771,
          "stopDistance": 5.857,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 85
        },
        {
          "entryTs": 1637308800,
          "entryUtc": "2021-11-19T08:00:00.000Z",
          "exitTs": 1637312520,
          "dir": 1,
          "entryPrice": 1857.458,
          "exitPrice": 1852.541,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 62
        },
        {
          "entryTs": 1637326800,
          "entryUtc": "2021-11-19T13:00:00.000Z",
          "exitTs": 1637343660,
          "dir": -1,
          "entryPrice": 1860.108,
          "exitPrice": 1847.542,
          "stopDistance": 6.283,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 281
        },
        {
          "entryTs": 1637563800,
          "entryUtc": "2021-11-22T06:50:00.000Z",
          "exitTs": 1637589600,
          "dir": 1,
          "entryPrice": 1841.541,
          "exitPrice": 1834.602,
          "stopDistance": 6.939,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 430
        },
        {
          "entryTs": 1637649720,
          "entryUtc": "2021-11-23T06:42:00.000Z",
          "exitTs": 1637660040,
          "dir": 1,
          "entryPrice": 1805.145,
          "exitPrice": 1797.589,
          "stopDistance": 7.556,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 172
        },
        {
          "entryTs": 1637665200,
          "entryUtc": "2021-11-23T11:00:00.000Z",
          "exitTs": 1637672940,
          "dir": 1,
          "entryPrice": 1796.648,
          "exitPrice": 1788.433,
          "stopDistance": 8.214,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 129
        },
        {
          "entryTs": 1637752140,
          "entryUtc": "2021-11-24T11:09:00.000Z",
          "exitTs": 1637763000,
          "dir": 1,
          "entryPrice": 1786.018,
          "exitPrice": 1779.331,
          "stopDistance": 6.687,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 181
        },
        {
          "entryTs": 1637798400,
          "entryUtc": "2021-11-25T00:00:00.000Z",
          "exitTs": 1637895900,
          "dir": -1,
          "entryPrice": 1789.518,
          "exitPrice": 1796.017,
          "stopDistance": 6.499,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 1625
        },
        {
          "entryTs": 1637944200,
          "entryUtc": "2021-11-26T16:30:00.000Z",
          "exitTs": 1637944920,
          "dir": 1,
          "entryPrice": 1795.887,
          "exitPrice": 1787.39,
          "stopDistance": 8.496,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 12
        },
        {
          "entryTs": 1638174240,
          "entryUtc": "2021-11-29T08:24:00.000Z",
          "exitTs": 1638283980,
          "dir": -1,
          "entryPrice": 1794.954,
          "exitPrice": 1803.972,
          "stopDistance": 9.017,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 1829
        },
        {
          "entryTs": 1638287580,
          "entryUtc": "2021-11-30T15:53:00.000Z",
          "exitTs": 1638288000,
          "dir": 1,
          "entryPrice": 1785.082,
          "exitPrice": 1778.524,
          "stopDistance": 6.558,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 7
        },
        {
          "entryTs": 1638298800,
          "entryUtc": "2021-11-30T19:00:00.000Z",
          "exitTs": 1638456660,
          "dir": 1,
          "entryPrice": 1776.428,
          "exitPrice": 1766.318,
          "stopDistance": 10.11,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 2631
        },
        {
          "entryTs": 1638460800,
          "entryUtc": "2021-12-02T16:00:00.000Z",
          "exitTs": 1638556740,
          "dir": 1,
          "entryPrice": 1767.135,
          "exitPrice": 1783.908,
          "stopDistance": 8.387,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 1599
        },
        {
          "entryTs": 1638759600,
          "entryUtc": "2021-12-06T03:00:00.000Z",
          "exitTs": 1638884340,
          "dir": -1,
          "entryPrice": 1786.718,
          "exitPrice": 1773.559,
          "stopDistance": 6.579,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 2079
        },
        {
          "entryTs": 1638896400,
          "entryUtc": "2021-12-07T17:00:00.000Z",
          "exitTs": 1638959880,
          "dir": -1,
          "entryPrice": 1785.815,
          "exitPrice": 1792.283,
          "stopDistance": 6.468,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 1058
        },
        {
          "entryTs": 1638963960,
          "entryUtc": "2021-12-08T11:46:00.000Z",
          "exitTs": 1638972300,
          "dir": 1,
          "entryPrice": 1785.333,
          "exitPrice": 1780.266,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 139
        },
        {
          "entryTs": 1639022940,
          "entryUtc": "2021-12-09T04:09:00.000Z",
          "exitTs": 1639052820,
          "dir": -1,
          "entryPrice": 1785.386,
          "exitPrice": 1775.835,
          "stopDistance": 4.775,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 498
        },
        {
          "entryTs": 1639072920,
          "entryUtc": "2021-12-09T18:02:00.000Z",
          "exitTs": 1639124280,
          "dir": 1,
          "entryPrice": 1776.43,
          "exitPrice": 1770.4,
          "stopDistance": 6.03,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 856
        },
        {
          "entryTs": 1639142220,
          "entryUtc": "2021-12-10T13:17:00.000Z",
          "exitTs": 1639143180,
          "dir": -1,
          "entryPrice": 1776.72,
          "exitPrice": 1781.013,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639144620,
          "entryUtc": "2021-12-10T13:57:00.000Z",
          "exitTs": 1639398180,
          "dir": -1,
          "entryPrice": 1783.426,
          "exitPrice": 1789.644,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 4226
        },
        {
          "entryTs": 1639401420,
          "entryUtc": "2021-12-13T13:17:00.000Z",
          "exitTs": 1639488120,
          "dir": 1,
          "entryPrice": 1784.542,
          "exitPrice": 1780.282,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 1445
        },
        {
          "entryTs": 1639501200,
          "entryUtc": "2021-12-14T17:00:00.000Z",
          "exitTs": 1639552920,
          "dir": 1,
          "entryPrice": 1773.405,
          "exitPrice": 1767.162,
          "stopDistance": 6.243,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 862
        },
        {
          "entryTs": 1639572960,
          "entryUtc": "2021-12-15T12:56:00.000Z",
          "exitTs": 1639593060,
          "dir": -1,
          "entryPrice": 1771.667,
          "exitPrice": 1763.299,
          "stopDistance": 4.184,
          "outcome": "target",
          "netR": 1.9116,
          "holdMinutes": 335
        },
        {
          "entryTs": 1639598640,
          "entryUtc": "2021-12-15T20:04:00.000Z",
          "exitTs": 1639599120,
          "dir": -1,
          "entryPrice": 1770.843,
          "exitPrice": 1775.821,
          "stopDistance": 4.977,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 8
        },
        {
          "entryTs": 1639600500,
          "entryUtc": "2021-12-15T20:35:00.000Z",
          "exitTs": 1639638240,
          "dir": -1,
          "entryPrice": 1779.831,
          "exitPrice": 1785.878,
          "stopDistance": 6.047,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 629
        },
        {
          "entryTs": 1639645200,
          "entryUtc": "2021-12-16T09:00:00.000Z",
          "exitTs": 1639665720,
          "dir": -1,
          "entryPrice": 1786.458,
          "exitPrice": 1792.197,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 342
        },
        {
          "entryTs": 1639670400,
          "entryUtc": "2021-12-16T16:00:00.000Z",
          "exitTs": 1639708560,
          "dir": -1,
          "entryPrice": 1797.228,
          "exitPrice": 1803.599,
          "stopDistance": 6.371,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 636
        },
        {
          "entryTs": 1639713600,
          "entryUtc": "2021-12-17T04:00:00.000Z",
          "exitTs": 1639727220,
          "dir": -1,
          "entryPrice": 1802.978,
          "exitPrice": 1808.09,
          "stopDistance": 5.112,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 227
        },
        {
          "entryTs": 1639766040,
          "entryUtc": "2021-12-17T18:34:00.000Z",
          "exitTs": 1639774740,
          "dir": 1,
          "entryPrice": 1802.163,
          "exitPrice": 1796.218,
          "stopDistance": 5.945,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 145
        },
        {
          "entryTs": 1639988220,
          "entryUtc": "2021-12-20T08:17:00.000Z",
          "exitTs": 1640012280,
          "dir": 1,
          "entryPrice": 1797.712,
          "exitPrice": 1792.453,
          "stopDistance": 5.26,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 401
        },
        {
          "entryTs": 1640019600,
          "entryUtc": "2021-12-20T17:00:00.000Z",
          "exitTs": 1640030400,
          "dir": 1,
          "entryPrice": 1795.748,
          "exitPrice": 1789.89,
          "stopDistance": 5.858,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 180
        },
        {
          "entryTs": 1640062800,
          "entryUtc": "2021-12-21T05:00:00.000Z",
          "exitTs": 1640075160,
          "dir": -1,
          "entryPrice": 1792.008,
          "exitPrice": 1796.63,
          "stopDistance": 4.622,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 206
        },
        {
          "entryTs": 1640075880,
          "entryUtc": "2021-12-21T08:38:00.000Z",
          "exitTs": 1640101440,
          "dir": -1,
          "entryPrice": 1797.576,
          "exitPrice": 1786.125,
          "stopDistance": 5.726,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 426
        },
        {
          "entryTs": 1640106000,
          "entryUtc": "2021-12-21T17:00:00.000Z",
          "exitTs": 1640189340,
          "dir": 1,
          "entryPrice": 1788.128,
          "exitPrice": 1799.511,
          "stopDistance": 5.691,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 1389
        },
        {
          "entryTs": 1640196000,
          "entryUtc": "2021-12-22T18:00:00.000Z",
          "exitTs": 1640203560,
          "dir": -1,
          "entryPrice": 1799.448,
          "exitPrice": 1804.276,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 126
        },
        {
          "entryTs": 1640228400,
          "entryUtc": "2021-12-23T03:00:00.000Z",
          "exitTs": 1640567880,
          "dir": -1,
          "entryPrice": 1806.599,
          "exitPrice": 1810.897,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 5658
        },
        {
          "entryTs": 1640574000,
          "entryUtc": "2021-12-27T03:00:00.000Z",
          "exitTs": 1640673300,
          "dir": -1,
          "entryPrice": 1809.774,
          "exitPrice": 1813.924,
          "stopDistance": 4.149,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 1655
        },
        {
          "entryTs": 1640700780,
          "entryUtc": "2021-12-28T14:13:00.000Z",
          "exitTs": 1640717280,
          "dir": 1,
          "entryPrice": 1810.637,
          "exitPrice": 1807.04,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 275
        },
        {
          "entryTs": 1640717580,
          "entryUtc": "2021-12-28T18:53:00.000Z",
          "exitTs": 1640772480,
          "dir": 1,
          "entryPrice": 1805.962,
          "exitPrice": 1801.728,
          "stopDistance": 4.235,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 915
        },
        {
          "entryTs": 1640797200,
          "entryUtc": "2021-12-29T17:00:00.000Z",
          "exitTs": 1640875140,
          "dir": -1,
          "entryPrice": 1802.668,
          "exitPrice": 1808.34,
          "stopDistance": 5.672,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 1299
        },
        {
          "entryTs": 1640883600,
          "entryUtc": "2021-12-30T17:00:00.000Z",
          "exitTs": 1640913600,
          "dir": -1,
          "entryPrice": 1813.435,
          "exitPrice": 1818.8,
          "stopDistance": 5.364,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 500
        },
        {
          "entryTs": 1640919600,
          "entryUtc": "2021-12-31T03:00:00.000Z",
          "exitTs": 1640956200,
          "dir": -1,
          "entryPrice": 1817.748,
          "exitPrice": 1822.321,
          "stopDistance": 4.573,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 610
        },
        {
          "entryTs": 1641214920,
          "entryUtc": "2022-01-03T13:02:00.000Z",
          "exitTs": 1641215460,
          "dir": 1,
          "entryPrice": 1819.882,
          "exitPrice": 1815.031,
          "stopDistance": 4.851,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641218400,
          "entryUtc": "2022-01-03T14:00:00.000Z",
          "exitTs": 1641222420,
          "dir": 1,
          "entryPrice": 1807.028,
          "exitPrice": 1800.997,
          "stopDistance": 6.031,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 67
        },
        {
          "entryTs": 1641265200,
          "entryUtc": "2022-01-04T03:00:00.000Z",
          "exitTs": 1641307980,
          "dir": -1,
          "entryPrice": 1805.318,
          "exitPrice": 1810.703,
          "stopDistance": 5.385,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 713
        },
        {
          "entryTs": 1641312000,
          "entryUtc": "2022-01-04T16:00:00.000Z",
          "exitTs": 1641389100,
          "dir": -1,
          "entryPrice": 1814.458,
          "exitPrice": 1820.949,
          "stopDistance": 6.491,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 1285
        },
        {
          "entryTs": 1641402000,
          "entryUtc": "2022-01-05T17:00:00.000Z",
          "exitTs": 1641412860,
          "dir": -1,
          "entryPrice": 1823.858,
          "exitPrice": 1812.131,
          "stopDistance": 5.863,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 181
        },
        {
          "entryTs": 1641445200,
          "entryUtc": "2022-01-06T05:00:00.000Z",
          "exitTs": 1641451980,
          "dir": 1,
          "entryPrice": 1805.408,
          "exitPrice": 1799.905,
          "stopDistance": 5.503,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 113
        },
        {
          "entryTs": 1641477600,
          "entryUtc": "2022-01-06T14:00:00.000Z",
          "exitTs": 1641837600,
          "dir": 1,
          "entryPrice": 1788.318,
          "exitPrice": 1799.835,
          "stopDistance": 7.541,
          "outcome": "time",
          "netR": 1.4782,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1641913560,
          "entryUtc": "2022-01-11T15:06:00.000Z",
          "exitTs": 1641917580,
          "dir": -1,
          "entryPrice": 1808.44,
          "exitPrice": 1813.54,
          "stopDistance": 5.1,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 67
        },
        {
          "entryTs": 1641924000,
          "entryUtc": "2022-01-11T18:00:00.000Z",
          "exitTs": 1641994800,
          "dir": -1,
          "entryPrice": 1817.475,
          "exitPrice": 1823.28,
          "stopDistance": 5.805,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 1180
        },
        {
          "entryTs": 1642053600,
          "entryUtc": "2022-01-13T06:00:00.000Z",
          "exitTs": 1642085220,
          "dir": -1,
          "entryPrice": 1825.788,
          "exitPrice": 1817.938,
          "stopDistance": 3.925,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 527
        },
        {
          "entryTs": 1642086060,
          "entryUtc": "2022-01-13T15:01:00.000Z",
          "exitTs": 1642089780,
          "dir": 1,
          "entryPrice": 1817.749,
          "exitPrice": 1812.393,
          "stopDistance": 5.357,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 62
        },
        {
          "entryTs": 1642104420,
          "entryUtc": "2022-01-13T20:07:00.000Z",
          "exitTs": 1642130460,
          "dir": -1,
          "entryPrice": 1821.856,
          "exitPrice": 1827.134,
          "stopDistance": 5.278,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 434
        },
        {
          "entryTs": 1642132800,
          "entryUtc": "2022-01-14T04:00:00.000Z",
          "exitTs": 1642180440,
          "dir": -1,
          "entryPrice": 1825.958,
          "exitPrice": 1816.64,
          "stopDistance": 4.659,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 794
        },
        {
          "entryTs": 1642182900,
          "entryUtc": "2022-01-14T17:55:00.000Z",
          "exitTs": 1642499280,
          "dir": 1,
          "entryPrice": 1815.337,
          "exitPrice": 1810.609,
          "stopDistance": 4.728,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 5273
        },
        {
          "entryTs": 1642512900,
          "entryUtc": "2022-01-18T13:35:00.000Z",
          "exitTs": 1642598760,
          "dir": -1,
          "entryPrice": 1818.633,
          "exitPrice": 1823.289,
          "stopDistance": 4.656,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 1431
        },
        {
          "entryTs": 1642655160,
          "entryUtc": "2022-01-20T05:06:00.000Z",
          "exitTs": 1642753020,
          "dir": 1,
          "entryPrice": 1839.649,
          "exitPrice": 1834.509,
          "stopDistance": 5.14,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 1631
        },
        {
          "entryTs": 1642762800,
          "entryUtc": "2022-01-21T11:00:00.000Z",
          "exitTs": 1642796040,
          "dir": 1,
          "entryPrice": 1833.888,
          "exitPrice": 1828.561,
          "stopDistance": 5.327,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 554
        },
        {
          "entryTs": 1643003760,
          "entryUtc": "2022-01-24T05:56:00.000Z",
          "exitTs": 1643121900,
          "dir": -1,
          "entryPrice": 1838.776,
          "exitPrice": 1844.597,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 1969
        },
        {
          "entryTs": 1643191200,
          "entryUtc": "2022-01-26T10:00:00.000Z",
          "exitTs": 1643205840,
          "dir": 1,
          "entryPrice": 1846.808,
          "exitPrice": 1842.264,
          "stopDistance": 4.544,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 244
        },
        {
          "entryTs": 1643206440,
          "entryUtc": "2022-01-26T14:14:00.000Z",
          "exitTs": 1643206920,
          "dir": 1,
          "entryPrice": 1840.416,
          "exitPrice": 1834.512,
          "stopDistance": 5.904,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 8
        },
        {
          "entryTs": 1643216400,
          "entryUtc": "2022-01-26T17:00:00.000Z",
          "exitTs": 1643223780,
          "dir": 1,
          "entryPrice": 1831.718,
          "exitPrice": 1825.548,
          "stopDistance": 6.17,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 123
        },
        {
          "entryTs": 1643241600,
          "entryUtc": "2022-01-27T00:00:00.000Z",
          "exitTs": 1643248860,
          "dir": 1,
          "entryPrice": 1821.848,
          "exitPrice": 1814.666,
          "stopDistance": 7.182,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 121
        },
        {
          "entryTs": 1643252400,
          "entryUtc": "2022-01-27T03:00:00.000Z",
          "exitTs": 1643283240,
          "dir": 1,
          "entryPrice": 1816.348,
          "exitPrice": 1809.144,
          "stopDistance": 7.204,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 514
        },
        {
          "entryTs": 1643292000,
          "entryUtc": "2022-01-27T14:00:00.000Z",
          "exitTs": 1643302380,
          "dir": 1,
          "entryPrice": 1799.848,
          "exitPrice": 1792.127,
          "stopDistance": 7.721,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 173
        },
        {
          "entryTs": 1643357040,
          "entryUtc": "2022-01-28T08:04:00.000Z",
          "exitTs": 1643366940,
          "dir": 1,
          "entryPrice": 1793.929,
          "exitPrice": 1788.302,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 165
        },
        {
          "entryTs": 1643617500,
          "entryUtc": "2022-01-31T08:25:00.000Z",
          "exitTs": 1643637180,
          "dir": -1,
          "entryPrice": 1790.295,
          "exitPrice": 1796.182,
          "stopDistance": 5.888,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 328
        },
        {
          "entryTs": 1643691120,
          "entryUtc": "2022-02-01T04:52:00.000Z",
          "exitTs": 1643699280,
          "dir": -1,
          "entryPrice": 1798.806,
          "exitPrice": 1803.499,
          "stopDistance": 4.693,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 136
        },
        {
          "entryTs": 1643745480,
          "entryUtc": "2022-02-01T19:58:00.000Z",
          "exitTs": 1643899500,
          "dir": 1,
          "entryPrice": 1799.464,
          "exitPrice": 1793.566,
          "stopDistance": 5.898,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 2567
        },
        {
          "entryTs": 1643911200,
          "entryUtc": "2022-02-03T18:00:00.000Z",
          "exitTs": 1643968500,
          "dir": -1,
          "entryPrice": 1803.938,
          "exitPrice": 1810.794,
          "stopDistance": 6.856,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 955
        },
        {
          "entryTs": 1643968800,
          "entryUtc": "2022-02-04T10:00:00.000Z",
          "exitTs": 1643981520,
          "dir": -1,
          "entryPrice": 1810.905,
          "exitPrice": 1802.089,
          "stopDistance": 4.408,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 212
        },
        {
          "entryTs": 1643983200,
          "entryUtc": "2022-02-04T14:00:00.000Z",
          "exitTs": 1643986980,
          "dir": 1,
          "entryPrice": 1795.258,
          "exitPrice": 1807.878,
          "stopDistance": 6.31,
          "outcome": "target",
          "netR": 1.9414,
          "holdMinutes": 63
        },
        {
          "entryTs": 1643994000,
          "entryUtc": "2022-02-04T17:00:00.000Z",
          "exitTs": 1644261960,
          "dir": 1,
          "entryPrice": 1806.815,
          "exitPrice": 1822.126,
          "stopDistance": 7.656,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 4466
        },
        {
          "entryTs": 1644289440,
          "entryUtc": "2022-02-08T03:04:00.000Z",
          "exitTs": 1644334020,
          "dir": -1,
          "entryPrice": 1822.408,
          "exitPrice": 1826.731,
          "stopDistance": 4.323,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 743
        },
        {
          "entryTs": 1644336000,
          "entryUtc": "2022-02-08T16:00:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1824.464,
          "exitPrice": 1829.436,
          "stopDistance": 4.972,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 1260
        },
        {
          "entryTs": 1644418800,
          "entryUtc": "2022-02-09T15:00:00.000Z",
          "exitTs": 1644425040,
          "dir": -1,
          "entryPrice": 1828.458,
          "exitPrice": 1832.508,
          "stopDistance": 4.05,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 104
        },
        {
          "entryTs": 1644429600,
          "entryUtc": "2022-02-09T18:00:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1834.018,
          "exitPrice": 1825.026,
          "stopDistance": 4.496,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1644500460,
          "entryUtc": "2022-02-10T13:41:00.000Z",
          "exitTs": 1644500820,
          "dir": -1,
          "entryPrice": 1834.253,
          "exitPrice": 1827.616,
          "stopDistance": 3.319,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 6
        },
        {
          "entryTs": 1644512400,
          "entryUtc": "2022-02-10T17:00:00.000Z",
          "exitTs": 1644522960,
          "dir": -1,
          "entryPrice": 1841.508,
          "exitPrice": 1829.059,
          "stopDistance": 6.225,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 176
        },
        {
          "entryTs": 1644525660,
          "entryUtc": "2022-02-10T20:41:00.000Z",
          "exitTs": 1644604320,
          "dir": 1,
          "entryPrice": 1827.524,
          "exitPrice": 1841.613,
          "stopDistance": 7.045,
          "outcome": "target",
          "netR": 1.9475,
          "holdMinutes": 1311
        },
        {
          "entryTs": 1644842520,
          "entryUtc": "2022-02-14T12:42:00.000Z",
          "exitTs": 1644850800,
          "dir": 1,
          "entryPrice": 1852.978,
          "exitPrice": 1866.954,
          "stopDistance": 6.988,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 138
        },
        {
          "entryTs": 1644854400,
          "entryUtc": "2022-02-14T16:00:00.000Z",
          "exitTs": 1644892680,
          "dir": -1,
          "entryPrice": 1868.058,
          "exitPrice": 1876.139,
          "stopDistance": 8.081,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 638
        },
        {
          "entryTs": 1644901200,
          "entryUtc": "2022-02-15T05:00:00.000Z",
          "exitTs": 1644914700,
          "dir": -1,
          "entryPrice": 1877.278,
          "exitPrice": 1863.431,
          "stopDistance": 6.923,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 225
        },
        {
          "entryTs": 1644916380,
          "entryUtc": "2022-02-15T09:13:00.000Z",
          "exitTs": 1644927720,
          "dir": 1,
          "entryPrice": 1857.055,
          "exitPrice": 1848.428,
          "stopDistance": 8.627,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 189
        },
        {
          "entryTs": 1644955200,
          "entryUtc": "2022-02-15T20:00:00.000Z",
          "exitTs": 1645022100,
          "dir": -1,
          "entryPrice": 1854.328,
          "exitPrice": 1862.903,
          "stopDistance": 8.575,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 1115
        },
        {
          "entryTs": 1645027200,
          "entryUtc": "2022-02-16T16:00:00.000Z",
          "exitTs": 1645032540,
          "dir": -1,
          "entryPrice": 1862.536,
          "exitPrice": 1868.852,
          "stopDistance": 6.316,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 89
        },
        {
          "entryTs": 1645032960,
          "entryUtc": "2022-02-16T17:36:00.000Z",
          "exitTs": 1645086360,
          "dir": -1,
          "entryPrice": 1869.059,
          "exitPrice": 1878.474,
          "stopDistance": 9.415,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 890
        },
        {
          "entryTs": 1645113600,
          "entryUtc": "2022-02-17T16:00:00.000Z",
          "exitTs": 1645398060,
          "dir": -1,
          "entryPrice": 1895.218,
          "exitPrice": 1903.925,
          "stopDistance": 8.707,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 4741
        },
        {
          "entryTs": 1645405200,
          "entryUtc": "2022-02-21T01:00:00.000Z",
          "exitTs": 1645471320,
          "dir": -1,
          "entryPrice": 1898.088,
          "exitPrice": 1905.9,
          "stopDistance": 7.812,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 1102
        },
        {
          "entryTs": 1645513920,
          "entryUtc": "2022-02-22T07:12:00.000Z",
          "exitTs": 1645520280,
          "dir": -1,
          "entryPrice": 1911.417,
          "exitPrice": 1897.631,
          "stopDistance": 6.893,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 106
        },
        {
          "entryTs": 1645527600,
          "entryUtc": "2022-02-22T11:00:00.000Z",
          "exitTs": 1645662540,
          "dir": 1,
          "entryPrice": 1896.418,
          "exitPrice": 1912.779,
          "stopDistance": 8.18,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 2249
        },
        {
          "entryTs": 1645664400,
          "entryUtc": "2022-02-24T01:00:00.000Z",
          "exitTs": 1645671060,
          "dir": -1,
          "entryPrice": 1913.503,
          "exitPrice": 1919.629,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 111
        },
        {
          "entryTs": 1645715880,
          "entryUtc": "2022-02-24T15:18:00.000Z",
          "exitTs": 1645729740,
          "dir": 1,
          "entryPrice": 1925.14,
          "exitPrice": 1911.63,
          "stopDistance": 13.509,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 231
        },
        {
          "entryTs": 1645730400,
          "entryUtc": "2022-02-24T19:20:00.000Z",
          "exitTs": 1645730820,
          "dir": 1,
          "entryPrice": 1895.702,
          "exitPrice": 1889.215,
          "stopDistance": 6.487,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 7
        },
        {
          "entryTs": 1645794720,
          "entryUtc": "2022-02-25T13:12:00.000Z",
          "exitTs": 1646002800,
          "dir": 1,
          "entryPrice": 1890.782,
          "exitPrice": 1926.154,
          "stopDistance": 17.686,
          "outcome": "target",
          "netR": 1.9791,
          "holdMinutes": 3468
        },
        {
          "entryTs": 1646033160,
          "entryUtc": "2022-02-28T07:26:00.000Z",
          "exitTs": 1646149500,
          "dir": 1,
          "entryPrice": 1897.023,
          "exitPrice": 1928.318,
          "stopDistance": 15.647,
          "outcome": "target",
          "netR": 1.9764,
          "holdMinutes": 1939
        },
        {
          "entryTs": 1646150400,
          "entryUtc": "2022-03-01T16:00:00.000Z",
          "exitTs": 1646158560,
          "dir": -1,
          "entryPrice": 1926.498,
          "exitPrice": 1937.785,
          "stopDistance": 11.287,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 136
        },
        {
          "entryTs": 1646207280,
          "entryUtc": "2022-03-02T07:48:00.000Z",
          "exitTs": 1646216760,
          "dir": -1,
          "entryPrice": 1944.417,
          "exitPrice": 1924.034,
          "stopDistance": 10.192,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 158
        },
        {
          "entryTs": 1646218800,
          "entryUtc": "2022-03-02T11:00:00.000Z",
          "exitTs": 1646404260,
          "dir": 1,
          "entryPrice": 1926.468,
          "exitPrice": 1952.114,
          "stopDistance": 12.823,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 3091
        },
        {
          "entryTs": 1646413200,
          "entryUtc": "2022-03-04T17:00:00.000Z",
          "exitTs": 1646607600,
          "dir": -1,
          "entryPrice": 1962.618,
          "exitPrice": 1974.131,
          "stopDistance": 11.513,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1646647200,
          "entryUtc": "2022-03-07T10:00:00.000Z",
          "exitTs": 1646659200,
          "dir": -1,
          "entryPrice": 1997.902,
          "exitPrice": 1972.93,
          "stopDistance": 12.486,
          "outcome": "target",
          "netR": 1.9704,
          "holdMinutes": 200
        },
        {
          "entryTs": 1646661600,
          "entryUtc": "2022-03-07T14:00:00.000Z",
          "exitTs": 1646721420,
          "dir": 1,
          "entryPrice": 1979.008,
          "exitPrice": 2009.296,
          "stopDistance": 15.144,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 997
        },
        {
          "entryTs": 1646758800,
          "entryUtc": "2022-03-08T17:00:00.000Z",
          "exitTs": 1646760780,
          "dir": -1,
          "entryPrice": 2069.368,
          "exitPrice": 2028.257,
          "stopDistance": 20.555,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 33
        },
        {
          "entryTs": 1646797200,
          "entryUtc": "2022-03-09T03:40:00.000Z",
          "exitTs": 1646830920,
          "dir": -1,
          "entryPrice": 2055.826,
          "exitPrice": 2003.011,
          "stopDistance": 26.407,
          "outcome": "target",
          "netR": 1.986,
          "holdMinutes": 562
        },
        {
          "entryTs": 1646832360,
          "entryUtc": "2022-03-09T13:26:00.000Z",
          "exitTs": 1646834880,
          "dir": 1,
          "entryPrice": 1992.706,
          "exitPrice": 1977.933,
          "stopDistance": 14.772,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 42
        },
        {
          "entryTs": 1646841600,
          "entryUtc": "2022-03-09T16:00:00.000Z",
          "exitTs": 1646874300,
          "dir": 1,
          "entryPrice": 1995.958,
          "exitPrice": 1973.998,
          "stopDistance": 21.96,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 545
        },
        {
          "entryTs": 1646877600,
          "entryUtc": "2022-03-10T02:00:00.000Z",
          "exitTs": 1647237600,
          "dir": 1,
          "entryPrice": 1974.558,
          "exitPrice": 1973.458,
          "stopDistance": 19.057,
          "outcome": "time",
          "netR": -0.0771,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1647245280,
          "entryUtc": "2022-03-14T08:08:00.000Z",
          "exitTs": 1647266100,
          "dir": 1,
          "entryPrice": 1967.84,
          "exitPrice": 1953.417,
          "stopDistance": 14.423,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 347
        },
        {
          "entryTs": 1647273600,
          "entryUtc": "2022-03-14T16:00:00.000Z",
          "exitTs": 1647307560,
          "dir": 1,
          "entryPrice": 1954.718,
          "exitPrice": 1942.061,
          "stopDistance": 12.657,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 566
        },
        {
          "entryTs": 1647313200,
          "entryUtc": "2022-03-15T03:00:00.000Z",
          "exitTs": 1647321240,
          "dir": 1,
          "entryPrice": 1942.968,
          "exitPrice": 1932.334,
          "stopDistance": 10.634,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 134
        },
        {
          "entryTs": 1647376020,
          "entryUtc": "2022-03-15T20:27:00.000Z",
          "exitTs": 1647454620,
          "dir": 1,
          "entryPrice": 1914.015,
          "exitPrice": 1901.204,
          "stopDistance": 12.811,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 1310
        },
        {
          "entryTs": 1647458280,
          "entryUtc": "2022-03-16T19:18:00.000Z",
          "exitTs": 1647480600,
          "dir": -1,
          "entryPrice": 1920.138,
          "exitPrice": 1930.781,
          "stopDistance": 10.644,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 372
        },
        {
          "entryTs": 1647514800,
          "entryUtc": "2022-03-17T11:00:00.000Z",
          "exitTs": 1647609840,
          "dir": -1,
          "entryPrice": 1943.068,
          "exitPrice": 1923.231,
          "stopDistance": 9.918,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 1584
        },
        {
          "entryTs": 1647612000,
          "entryUtc": "2022-03-18T14:00:00.000Z",
          "exitTs": 1647957840,
          "dir": -1,
          "entryPrice": 1934.661,
          "exitPrice": 1915.793,
          "stopDistance": 9.434,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 5764
        },
        {
          "entryTs": 1647964800,
          "entryUtc": "2022-03-22T16:00:00.000Z",
          "exitTs": 1648044000,
          "dir": 1,
          "entryPrice": 1917.759,
          "exitPrice": 1935.761,
          "stopDistance": 9.001,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 1320
        },
        {
          "entryTs": 1648051200,
          "entryUtc": "2022-03-23T16:00:00.000Z",
          "exitTs": 1648055280,
          "dir": -1,
          "entryPrice": 1929.298,
          "exitPrice": 1937.212,
          "stopDistance": 7.914,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 68
        },
        {
          "entryTs": 1648062000,
          "entryUtc": "2022-03-23T19:00:00.000Z",
          "exitTs": 1648065240,
          "dir": -1,
          "entryPrice": 1939.403,
          "exitPrice": 1947.131,
          "stopDistance": 7.728,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 54
        },
        {
          "entryTs": 1648117320,
          "entryUtc": "2022-03-24T10:22:00.000Z",
          "exitTs": 1648122000,
          "dir": -1,
          "entryPrice": 1945.175,
          "exitPrice": 1951.941,
          "stopDistance": 6.766,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 78
        },
        {
          "entryTs": 1648126800,
          "entryUtc": "2022-03-24T13:00:00.000Z",
          "exitTs": 1648131480,
          "dir": -1,
          "entryPrice": 1949.128,
          "exitPrice": 1958.114,
          "stopDistance": 8.986,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 78
        },
        {
          "entryTs": 1648174740,
          "entryUtc": "2022-03-25T02:19:00.000Z",
          "exitTs": 1648215240,
          "dir": -1,
          "entryPrice": 1963.143,
          "exitPrice": 1946.097,
          "stopDistance": 8.523,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 675
        },
        {
          "entryTs": 1648221720,
          "entryUtc": "2022-03-25T15:22:00.000Z",
          "exitTs": 1648445400,
          "dir": -1,
          "entryPrice": 1957.358,
          "exitPrice": 1940.047,
          "stopDistance": 8.655,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 3728
        },
        {
          "entryTs": 1648493460,
          "entryUtc": "2022-03-28T18:51:00.000Z",
          "exitTs": 1648495800,
          "dir": 1,
          "entryPrice": 1931.193,
          "exitPrice": 1920.798,
          "stopDistance": 10.395,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 39
        },
        {
          "entryTs": 1648504800,
          "entryUtc": "2022-03-28T22:00:00.000Z",
          "exitTs": 1648543200,
          "dir": 1,
          "entryPrice": 1922.203,
          "exitPrice": 1911.797,
          "stopDistance": 10.406,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 640
        },
        {
          "entryTs": 1648571880,
          "entryUtc": "2022-03-29T16:38:00.000Z",
          "exitTs": 1648642560,
          "dir": -1,
          "entryPrice": 1917.613,
          "exitPrice": 1929.41,
          "stopDistance": 11.797,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1648645200,
          "entryUtc": "2022-03-30T13:00:00.000Z",
          "exitTs": 1648650840,
          "dir": -1,
          "entryPrice": 1927.078,
          "exitPrice": 1935.25,
          "stopDistance": 8.172,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 94
        },
        {
          "entryTs": 1648688400,
          "entryUtc": "2022-03-31T01:00:00.000Z",
          "exitTs": 1648695840,
          "dir": 1,
          "entryPrice": 1931.568,
          "exitPrice": 1923.968,
          "stopDistance": 7.6,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 124
        },
        {
          "entryTs": 1648699200,
          "entryUtc": "2022-03-31T04:00:00.000Z",
          "exitTs": 1648733580,
          "dir": 1,
          "entryPrice": 1924.928,
          "exitPrice": 1939.4,
          "stopDistance": 7.236,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 573
        },
        {
          "entryTs": 1648797120,
          "entryUtc": "2022-04-01T07:12:00.000Z",
          "exitTs": 1648823460,
          "dir": 1,
          "entryPrice": 1930.438,
          "exitPrice": 1922.277,
          "stopDistance": 8.161,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 439
        },
        {
          "entryTs": 1649044800,
          "entryUtc": "2022-04-04T04:00:00.000Z",
          "exitTs": 1649075280,
          "dir": 1,
          "entryPrice": 1918.853,
          "exitPrice": 1933.258,
          "stopDistance": 7.203,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 508
        },
        {
          "entryTs": 1649080980,
          "entryUtc": "2022-04-04T14:03:00.000Z",
          "exitTs": 1649165220,
          "dir": -1,
          "entryPrice": 1930.758,
          "exitPrice": 1938.968,
          "stopDistance": 8.21,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 1404
        },
        {
          "entryTs": 1649174340,
          "entryUtc": "2022-04-05T15:59:00.000Z",
          "exitTs": 1649342160,
          "dir": 1,
          "entryPrice": 1920.53,
          "exitPrice": 1934.895,
          "stopDistance": 7.182,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 2797
        },
        {
          "entryTs": 1649343600,
          "entryUtc": "2022-04-07T15:00:00.000Z",
          "exitTs": 1649426940,
          "dir": -1,
          "entryPrice": 1936.557,
          "exitPrice": 1944.367,
          "stopDistance": 7.81,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 1389
        },
        {
          "entryTs": 1649433600,
          "entryUtc": "2022-04-08T16:00:00.000Z",
          "exitTs": 1649628420,
          "dir": -1,
          "entryPrice": 1941.552,
          "exitPrice": 1949.017,
          "stopDistance": 7.465,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 3247
        },
        {
          "entryTs": 1649642640,
          "entryUtc": "2022-04-11T02:04:00.000Z",
          "exitTs": 1649665260,
          "dir": 1,
          "entryPrice": 1942.1,
          "exitPrice": 1955.305,
          "stopDistance": 6.603,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 377
        },
        {
          "entryTs": 1649667600,
          "entryUtc": "2022-04-11T09:00:00.000Z",
          "exitTs": 1649680440,
          "dir": -1,
          "entryPrice": 1956.958,
          "exitPrice": 1964.474,
          "stopDistance": 7.516,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 214
        },
        {
          "entryTs": 1649693940,
          "entryUtc": "2022-04-11T16:19:00.000Z",
          "exitTs": 1649766780,
          "dir": 1,
          "entryPrice": 1948.636,
          "exitPrice": 1966.883,
          "stopDistance": 9.123,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 1214
        },
        {
          "entryTs": 1649768400,
          "entryUtc": "2022-04-12T13:00:00.000Z",
          "exitTs": 1649843160,
          "dir": -1,
          "entryPrice": 1970.323,
          "exitPrice": 1978.757,
          "stopDistance": 8.434,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 1246
        },
        {
          "entryTs": 1649847600,
          "entryUtc": "2022-04-13T11:00:00.000Z",
          "exitTs": 1649944740,
          "dir": -1,
          "entryPrice": 1976.743,
          "exitPrice": 1960.701,
          "stopDistance": 8.021,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 1619
        },
        {
          "entryTs": 1649952000,
          "entryUtc": "2022-04-14T16:00:00.000Z",
          "exitTs": 1650239520,
          "dir": 1,
          "entryPrice": 1966.662,
          "exitPrice": 1986.655,
          "stopDistance": 9.996,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 4792
        },
        {
          "entryTs": 1650262500,
          "entryUtc": "2022-04-18T06:15:00.000Z",
          "exitTs": 1650284640,
          "dir": -1,
          "entryPrice": 1986.682,
          "exitPrice": 1994.739,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 369
        },
        {
          "entryTs": 1650290400,
          "entryUtc": "2022-04-18T14:00:00.000Z",
          "exitTs": 1650304920,
          "dir": -1,
          "entryPrice": 1992.668,
          "exitPrice": 1976.808,
          "stopDistance": 7.93,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 242
        },
        {
          "entryTs": 1650358800,
          "entryUtc": "2022-04-19T09:00:00.000Z",
          "exitTs": 1650372960,
          "dir": -1,
          "entryPrice": 1977.962,
          "exitPrice": 1964.632,
          "stopDistance": 6.665,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 236
        },
        {
          "entryTs": 1650384000,
          "entryUtc": "2022-04-19T16:00:00.000Z",
          "exitTs": 1650396000,
          "dir": 1,
          "entryPrice": 1956.328,
          "exitPrice": 1946.865,
          "stopDistance": 9.463,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 200
        },
        {
          "entryTs": 1650423840,
          "entryUtc": "2022-04-20T03:04:00.000Z",
          "exitTs": 1650541380,
          "dir": 1,
          "entryPrice": 1945.898,
          "exitPrice": 1937.898,
          "stopDistance": 7.999,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 1959
        },
        {
          "entryTs": 1650560400,
          "entryUtc": "2022-04-21T17:00:00.000Z",
          "exitTs": 1650623040,
          "dir": 1,
          "entryPrice": 1940.393,
          "exitPrice": 1932.553,
          "stopDistance": 7.84,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 1044
        },
        {
          "entryTs": 1650647280,
          "entryUtc": "2022-04-22T17:08:00.000Z",
          "exitTs": 1650852480,
          "dir": 1,
          "entryPrice": 1934.415,
          "exitPrice": 1923.91,
          "stopDistance": 10.505,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 3420
        },
        {
          "entryTs": 1650888000,
          "entryUtc": "2022-04-25T12:00:00.000Z",
          "exitTs": 1650889260,
          "dir": 1,
          "entryPrice": 1907.428,
          "exitPrice": 1898.312,
          "stopDistance": 9.116,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 21
        },
        {
          "entryTs": 1650949200,
          "entryUtc": "2022-04-26T05:00:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1903.793,
          "exitPrice": 1888.078,
          "stopDistance": 7.858,
          "outcome": "target",
          "netR": 1.9529,
          "holdMinutes": 1632
        },
        {
          "entryTs": 1651057200,
          "entryUtc": "2022-04-27T11:00:00.000Z",
          "exitTs": 1651066380,
          "dir": 1,
          "entryPrice": 1897.518,
          "exitPrice": 1889.678,
          "stopDistance": 7.84,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 153
        },
        {
          "entryTs": 1651075200,
          "entryUtc": "2022-04-27T16:00:00.000Z",
          "exitTs": 1651123920,
          "dir": 1,
          "entryPrice": 1884.878,
          "exitPrice": 1875.481,
          "stopDistance": 9.397,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 812
        },
        {
          "entryTs": 1651136400,
          "entryUtc": "2022-04-28T09:00:00.000Z",
          "exitTs": 1651149180,
          "dir": -1,
          "entryPrice": 1886.153,
          "exitPrice": 1894.394,
          "stopDistance": 8.241,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 213
        },
        {
          "entryTs": 1651201200,
          "entryUtc": "2022-04-29T03:00:00.000Z",
          "exitTs": 1651212420,
          "dir": -1,
          "entryPrice": 1900.653,
          "exitPrice": 1908.673,
          "stopDistance": 8.02,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 187
        },
        {
          "entryTs": 1651260540,
          "entryUtc": "2022-04-29T19:29:00.000Z",
          "exitTs": 1651452360,
          "dir": 1,
          "entryPrice": 1900.542,
          "exitPrice": 1891.567,
          "stopDistance": 8.975,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 3197
        },
        {
          "entryTs": 1651460400,
          "entryUtc": "2022-05-02T03:00:00.000Z",
          "exitTs": 1651482120,
          "dir": 1,
          "entryPrice": 1887.658,
          "exitPrice": 1878.91,
          "stopDistance": 8.748,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 362
        },
        {
          "entryTs": 1651503600,
          "entryUtc": "2022-05-02T15:00:00.000Z",
          "exitTs": 1651566180,
          "dir": 1,
          "entryPrice": 1862.694,
          "exitPrice": 1852.979,
          "stopDistance": 9.715,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 1043
        },
        {
          "entryTs": 1651579200,
          "entryUtc": "2022-05-03T12:00:00.000Z",
          "exitTs": 1651586340,
          "dir": -1,
          "entryPrice": 1863.738,
          "exitPrice": 1872.11,
          "stopDistance": 8.372,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 119
        },
        {
          "entryTs": 1651587900,
          "entryUtc": "2022-05-03T14:25:00.000Z",
          "exitTs": 1651690380,
          "dir": -1,
          "entryPrice": 1874.032,
          "exitPrice": 1884.184,
          "stopDistance": 10.152,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 1708
        },
        {
          "entryTs": 1651705200,
          "entryUtc": "2022-05-04T23:00:00.000Z",
          "exitTs": 1651708260,
          "dir": -1,
          "entryPrice": 1882.638,
          "exitPrice": 1891.903,
          "stopDistance": 9.265,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 51
        },
        {
          "entryTs": 1651752120,
          "entryUtc": "2022-05-05T12:02:00.000Z",
          "exitTs": 1651754880,
          "dir": -1,
          "entryPrice": 1899.168,
          "exitPrice": 1907.259,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 46
        },
        {
          "entryTs": 1651766400,
          "entryUtc": "2022-05-05T16:00:00.000Z",
          "exitTs": 1651850520,
          "dir": 1,
          "entryPrice": 1873.953,
          "exitPrice": 1890.841,
          "stopDistance": 8.444,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 1402
        },
        {
          "entryTs": 1651856400,
          "entryUtc": "2022-05-06T17:00:00.000Z",
          "exitTs": 1652079180,
          "dir": -1,
          "entryPrice": 1888.558,
          "exitPrice": 1869.743,
          "stopDistance": 9.407,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 3713
        },
        {
          "entryTs": 1652116080,
          "entryUtc": "2022-05-09T17:08:00.000Z",
          "exitTs": 1652193960,
          "dir": 1,
          "entryPrice": 1860.633,
          "exitPrice": 1851.463,
          "stopDistance": 9.171,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 1298
        },
        {
          "entryTs": 1652202000,
          "entryUtc": "2022-05-10T17:00:00.000Z",
          "exitTs": 1652226120,
          "dir": 1,
          "entryPrice": 1844.778,
          "exitPrice": 1835.335,
          "stopDistance": 9.443,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 402
        },
        {
          "entryTs": 1652256000,
          "entryUtc": "2022-05-11T08:00:00.000Z",
          "exitTs": 1652276940,
          "dir": -1,
          "entryPrice": 1848.593,
          "exitPrice": 1856.788,
          "stopDistance": 8.195,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 349
        },
        {
          "entryTs": 1652284800,
          "entryUtc": "2022-05-11T16:00:00.000Z",
          "exitTs": 1652374320,
          "dir": -1,
          "entryPrice": 1852.168,
          "exitPrice": 1830.979,
          "stopDistance": 10.595,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 1492
        },
        {
          "entryTs": 1652374800,
          "entryUtc": "2022-05-12T17:00:00.000Z",
          "exitTs": 1652394720,
          "dir": 1,
          "entryPrice": 1825.308,
          "exitPrice": 1814.674,
          "stopDistance": 10.634,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 332
        },
        {
          "entryTs": 1652440980,
          "entryUtc": "2022-05-13T11:23:00.000Z",
          "exitTs": 1652446980,
          "dir": 1,
          "entryPrice": 1816.027,
          "exitPrice": 1807.944,
          "stopDistance": 8.084,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 100
        },
        {
          "entryTs": 1652662500,
          "entryUtc": "2022-05-16T00:55:00.000Z",
          "exitTs": 1652687040,
          "dir": -1,
          "entryPrice": 1814.878,
          "exitPrice": 1798.006,
          "stopDistance": 8.436,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 409
        },
        {
          "entryTs": 1652716800,
          "entryUtc": "2022-05-16T16:00:00.000Z",
          "exitTs": 1652727960,
          "dir": -1,
          "entryPrice": 1813.728,
          "exitPrice": 1824.118,
          "stopDistance": 10.39,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 186
        },
        {
          "entryTs": 1652770800,
          "entryUtc": "2022-05-17T07:00:00.000Z",
          "exitTs": 1652812500,
          "dir": -1,
          "entryPrice": 1830.16,
          "exitPrice": 1814.471,
          "stopDistance": 7.845,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 695
        },
        {
          "entryTs": 1652850000,
          "entryUtc": "2022-05-18T05:00:00.000Z",
          "exitTs": 1652888460,
          "dir": 1,
          "entryPrice": 1808.948,
          "exitPrice": 1822.829,
          "stopDistance": 6.941,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 641
        },
        {
          "entryTs": 1652889600,
          "entryUtc": "2022-05-18T16:00:00.000Z",
          "exitTs": 1652958420,
          "dir": -1,
          "entryPrice": 1823.428,
          "exitPrice": 1832.016,
          "stopDistance": 8.588,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 1147
        },
        {
          "entryTs": 1653015600,
          "entryUtc": "2022-05-20T03:00:00.000Z",
          "exitTs": 1653256800,
          "dir": 1,
          "entryPrice": 1838.573,
          "exitPrice": 1851.973,
          "stopDistance": 6.7,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 4020
        },
        {
          "entryTs": 1653300000,
          "entryUtc": "2022-05-23T10:00:00.000Z",
          "exitTs": 1653322620,
          "dir": -1,
          "entryPrice": 1864.248,
          "exitPrice": 1849.596,
          "stopDistance": 7.326,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 377
        },
        {
          "entryTs": 1653354300,
          "entryUtc": "2022-05-24T01:05:00.000Z",
          "exitTs": 1653399960,
          "dir": 1,
          "entryPrice": 1850.42,
          "exitPrice": 1864.127,
          "stopDistance": 6.853,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 761
        },
        {
          "entryTs": 1653408000,
          "entryUtc": "2022-05-24T16:00:00.000Z",
          "exitTs": 1653473520,
          "dir": -1,
          "entryPrice": 1869.078,
          "exitPrice": 1854.57,
          "stopDistance": 7.254,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 1092
        },
        {
          "entryTs": 1653473700,
          "entryUtc": "2022-05-25T10:15:00.000Z",
          "exitTs": 1653487200,
          "dir": 1,
          "entryPrice": 1853.334,
          "exitPrice": 1847.308,
          "stopDistance": 6.025,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 225
        },
        {
          "entryTs": 1653494400,
          "entryUtc": "2022-05-25T16:00:00.000Z",
          "exitTs": 1653640440,
          "dir": 1,
          "entryPrice": 1845.693,
          "exitPrice": 1859.571,
          "stopDistance": 6.939,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 2434
        },
        {
          "entryTs": 1653642000,
          "entryUtc": "2022-05-27T09:00:00.000Z",
          "exitTs": 1653887160,
          "dir": -1,
          "entryPrice": 1856.654,
          "exitPrice": 1862.384,
          "stopDistance": 5.73,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 4086
        },
        {
          "entryTs": 1653930000,
          "entryUtc": "2022-05-30T17:00:00.000Z",
          "exitTs": 1653956460,
          "dir": 1,
          "entryPrice": 1856.076,
          "exitPrice": 1850.561,
          "stopDistance": 5.514,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 441
        },
        {
          "entryTs": 1653962400,
          "entryUtc": "2022-05-31T02:00:00.000Z",
          "exitTs": 1654006920,
          "dir": 1,
          "entryPrice": 1848.918,
          "exitPrice": 1843.487,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 742
        },
        {
          "entryTs": 1654016400,
          "entryUtc": "2022-05-31T17:00:00.000Z",
          "exitTs": 1654024140,
          "dir": 1,
          "entryPrice": 1845.818,
          "exitPrice": 1838.702,
          "stopDistance": 7.116,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 129
        },
        {
          "entryTs": 1654063200,
          "entryUtc": "2022-06-01T06:00:00.000Z",
          "exitTs": 1654088100,
          "dir": 1,
          "entryPrice": 1832.338,
          "exitPrice": 1844.036,
          "stopDistance": 5.849,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 415
        },
        {
          "entryTs": 1654088400,
          "entryUtc": "2022-06-01T13:00:00.000Z",
          "exitTs": 1654151400,
          "dir": -1,
          "entryPrice": 1844.158,
          "exitPrice": 1851.575,
          "stopDistance": 7.417,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 1050
        },
        {
          "entryTs": 1654160400,
          "entryUtc": "2022-06-02T09:00:00.000Z",
          "exitTs": 1654171320,
          "dir": -1,
          "entryPrice": 1851.993,
          "exitPrice": 1857.518,
          "stopDistance": 5.525,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 182
        },
        {
          "entryTs": 1654185600,
          "entryUtc": "2022-06-02T16:00:00.000Z",
          "exitTs": 1654269600,
          "dir": -1,
          "entryPrice": 1867.824,
          "exitPrice": 1854.596,
          "stopDistance": 6.614,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1654516860,
          "entryUtc": "2022-06-06T12:01:00.000Z",
          "exitTs": 1654526220,
          "dir": -1,
          "entryPrice": 1854.834,
          "exitPrice": 1845.353,
          "stopDistance": 4.74,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 156
        },
        {
          "entryTs": 1654531200,
          "entryUtc": "2022-06-06T16:00:00.000Z",
          "exitTs": 1654562100,
          "dir": 1,
          "entryPrice": 1843.508,
          "exitPrice": 1837.679,
          "stopDistance": 5.829,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 515
        },
        {
          "entryTs": 1654596000,
          "entryUtc": "2022-06-07T10:00:00.000Z",
          "exitTs": 1654609980,
          "dir": -1,
          "entryPrice": 1847.184,
          "exitPrice": 1852.615,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 233
        },
        {
          "entryTs": 1654639200,
          "entryUtc": "2022-06-07T22:00:00.000Z",
          "exitTs": 1654700700,
          "dir": -1,
          "entryPrice": 1852.03,
          "exitPrice": 1858.105,
          "stopDistance": 6.074,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 1025
        },
        {
          "entryTs": 1654704000,
          "entryUtc": "2022-06-08T16:00:00.000Z",
          "exitTs": 1654775280,
          "dir": -1,
          "entryPrice": 1858.338,
          "exitPrice": 1846.32,
          "stopDistance": 6.009,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 1188
        },
        {
          "entryTs": 1654790400,
          "entryUtc": "2022-06-09T16:00:00.000Z",
          "exitTs": 1654860840,
          "dir": 1,
          "entryPrice": 1845.628,
          "exitPrice": 1839.587,
          "stopDistance": 6.041,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 1174
        },
        {
          "entryTs": 1654871460,
          "entryUtc": "2022-06-10T14:31:00.000Z",
          "exitTs": 1654872540,
          "dir": -1,
          "entryPrice": 1846.637,
          "exitPrice": 1851.094,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 18
        },
        {
          "entryTs": 1654876800,
          "entryUtc": "2022-06-10T16:00:00.000Z",
          "exitTs": 1655071380,
          "dir": -1,
          "entryPrice": 1867.173,
          "exitPrice": 1878.562,
          "stopDistance": 11.389,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 3243
        },
        {
          "entryTs": 1655114400,
          "entryUtc": "2022-06-13T10:00:00.000Z",
          "exitTs": 1655123940,
          "dir": 1,
          "entryPrice": 1854.618,
          "exitPrice": 1845.781,
          "stopDistance": 8.837,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 159
        },
        {
          "entryTs": 1655125800,
          "entryUtc": "2022-06-13T13:10:00.000Z",
          "exitTs": 1655127840,
          "dir": 1,
          "entryPrice": 1840.823,
          "exitPrice": 1830.743,
          "stopDistance": 10.08,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 34
        },
        {
          "entryTs": 1655132400,
          "entryUtc": "2022-06-13T15:00:00.000Z",
          "exitTs": 1655157720,
          "dir": 1,
          "entryPrice": 1827.323,
          "exitPrice": 1816.416,
          "stopDistance": 10.907,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 422
        },
        {
          "entryTs": 1655174040,
          "entryUtc": "2022-06-14T02:34:00.000Z",
          "exitTs": 1655232900,
          "dir": -1,
          "entryPrice": 1826.277,
          "exitPrice": 1807.117,
          "stopDistance": 9.58,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 981
        },
        {
          "entryTs": 1655278860,
          "entryUtc": "2022-06-15T07:41:00.000Z",
          "exitTs": 1655292000,
          "dir": -1,
          "entryPrice": 1823.698,
          "exitPrice": 1831.154,
          "stopDistance": 7.455,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 219
        },
        {
          "entryTs": 1655294400,
          "entryUtc": "2022-06-15T12:00:00.000Z",
          "exitTs": 1655316240,
          "dir": -1,
          "entryPrice": 1830.978,
          "exitPrice": 1814.926,
          "stopDistance": 8.026,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 364
        },
        {
          "entryTs": 1655318280,
          "entryUtc": "2022-06-15T18:38:00.000Z",
          "exitTs": 1655318640,
          "dir": -1,
          "entryPrice": 1831.135,
          "exitPrice": 1839.725,
          "stopDistance": 8.59,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 6
        },
        {
          "entryTs": 1655334000,
          "entryUtc": "2022-06-15T23:00:00.000Z",
          "exitTs": 1655393460,
          "dir": -1,
          "entryPrice": 1833.408,
          "exitPrice": 1843.964,
          "stopDistance": 10.556,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 991
        },
        {
          "entryTs": 1655470380,
          "entryUtc": "2022-06-17T12:53:00.000Z",
          "exitTs": 1655475780,
          "dir": -1,
          "entryPrice": 1852.725,
          "exitPrice": 1837.23,
          "stopDistance": 7.747,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 90
        },
        {
          "entryTs": 1655481600,
          "entryUtc": "2022-06-17T16:00:00.000Z",
          "exitTs": 1655809620,
          "dir": 1,
          "entryPrice": 1841.078,
          "exitPrice": 1832.448,
          "stopDistance": 8.63,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 5467
        },
        {
          "entryTs": 1655814840,
          "entryUtc": "2022-06-21T12:34:00.000Z",
          "exitTs": 1655856840,
          "dir": -1,
          "entryPrice": 1839.419,
          "exitPrice": 1828.189,
          "stopDistance": 5.615,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 700
        },
        {
          "entryTs": 1655859600,
          "entryUtc": "2022-06-22T01:00:00.000Z",
          "exitTs": 1655896200,
          "dir": 1,
          "entryPrice": 1828.388,
          "exitPrice": 1840.957,
          "stopDistance": 6.284,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 610
        },
        {
          "entryTs": 1655899200,
          "entryUtc": "2022-06-22T12:00:00.000Z",
          "exitTs": 1655901900,
          "dir": -1,
          "entryPrice": 1836.372,
          "exitPrice": 1843.309,
          "stopDistance": 6.937,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 45
        },
        {
          "entryTs": 1655940420,
          "entryUtc": "2022-06-22T23:27:00.000Z",
          "exitTs": 1655976840,
          "dir": 1,
          "entryPrice": 1837.414,
          "exitPrice": 1830.646,
          "stopDistance": 6.769,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 607
        },
        {
          "entryTs": 1655978520,
          "entryUtc": "2022-06-23T10:02:00.000Z",
          "exitTs": 1655991900,
          "dir": 1,
          "entryPrice": 1828.974,
          "exitPrice": 1841.354,
          "stopDistance": 6.19,
          "outcome": "target",
          "netR": 1.9402,
          "holdMinutes": 223
        },
        {
          "entryTs": 1655992320,
          "entryUtc": "2022-06-23T13:52:00.000Z",
          "exitTs": 1656003660,
          "dir": -1,
          "entryPrice": 1844.206,
          "exitPrice": 1828.915,
          "stopDistance": 7.645,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 189
        },
        {
          "entryTs": 1656091260,
          "entryUtc": "2022-06-24T17:21:00.000Z",
          "exitTs": 1656280800,
          "dir": -1,
          "entryPrice": 1827.324,
          "exitPrice": 1834.521,
          "stopDistance": 7.197,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 3159
        },
        {
          "entryTs": 1656288000,
          "entryUtc": "2022-06-27T00:00:00.000Z",
          "exitTs": 1656313140,
          "dir": -1,
          "entryPrice": 1830.918,
          "exitPrice": 1838.574,
          "stopDistance": 7.656,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 419
        },
        {
          "entryTs": 1656331680,
          "entryUtc": "2022-06-27T12:08:00.000Z",
          "exitTs": 1656340560,
          "dir": 1,
          "entryPrice": 1831.861,
          "exitPrice": 1825.171,
          "stopDistance": 6.69,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 148
        },
        {
          "entryTs": 1656343080,
          "entryUtc": "2022-06-27T15:18:00.000Z",
          "exitTs": 1656495120,
          "dir": 1,
          "entryPrice": 1820.991,
          "exitPrice": 1813.243,
          "stopDistance": 7.749,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 2534
        },
        {
          "entryTs": 1656499260,
          "entryUtc": "2022-06-29T10:41:00.000Z",
          "exitTs": 1656505800,
          "dir": -1,
          "entryPrice": 1824.249,
          "exitPrice": 1830.104,
          "stopDistance": 5.855,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 109
        },
        {
          "entryTs": 1656507600,
          "entryUtc": "2022-06-29T13:00:00.000Z",
          "exitTs": 1656510840,
          "dir": -1,
          "entryPrice": 1831.178,
          "exitPrice": 1818.724,
          "stopDistance": 6.227,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 54
        },
        {
          "entryTs": 1656518460,
          "entryUtc": "2022-06-29T16:01:00.000Z",
          "exitTs": 1656584340,
          "dir": 1,
          "entryPrice": 1818.167,
          "exitPrice": 1810.669,
          "stopDistance": 7.498,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 1098
        },
        {
          "entryTs": 1656592920,
          "entryUtc": "2022-06-30T12:42:00.000Z",
          "exitTs": 1656592980,
          "dir": -1,
          "entryPrice": 1819.845,
          "exitPrice": 1824.908,
          "stopDistance": 5.064,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656604800,
          "entryUtc": "2022-06-30T16:00:00.000Z",
          "exitTs": 1656659460,
          "dir": -1,
          "entryPrice": 1814.234,
          "exitPrice": 1794.823,
          "stopDistance": 9.706,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 911
        },
        {
          "entryTs": 1656885600,
          "entryUtc": "2022-07-03T22:00:00.000Z",
          "exitTs": 1657026660,
          "dir": -1,
          "entryPrice": 1812.078,
          "exitPrice": 1794.227,
          "stopDistance": 8.926,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 2351
        },
        {
          "entryTs": 1657036800,
          "entryUtc": "2022-07-05T16:00:00.000Z",
          "exitTs": 1657103040,
          "dir": 1,
          "entryPrice": 1768.868,
          "exitPrice": 1760.252,
          "stopDistance": 8.616,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1657108800,
          "entryUtc": "2022-07-06T12:00:00.000Z",
          "exitTs": 1657115400,
          "dir": 1,
          "entryPrice": 1763.058,
          "exitPrice": 1756.232,
          "stopDistance": 6.826,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 110
        },
        {
          "entryTs": 1657123200,
          "entryUtc": "2022-07-06T16:00:00.000Z",
          "exitTs": 1657490400,
          "dir": 1,
          "entryPrice": 1733.598,
          "exitPrice": 1741.714,
          "stopDistance": 9.9,
          "outcome": "time",
          "netR": 0.7824,
          "holdMinutes": 6120
        },
        {
          "entryTs": 1657519200,
          "entryUtc": "2022-07-11T06:00:00.000Z",
          "exitTs": 1657539480,
          "dir": 1,
          "entryPrice": 1739.838,
          "exitPrice": 1733.862,
          "stopDistance": 5.976,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 338
        },
        {
          "entryTs": 1657551600,
          "entryUtc": "2022-07-11T15:00:00.000Z",
          "exitTs": 1657587660,
          "dir": -1,
          "entryPrice": 1740.477,
          "exitPrice": 1727.783,
          "stopDistance": 6.347,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 601
        },
        {
          "entryTs": 1657589400,
          "entryUtc": "2022-07-12T01:30:00.000Z",
          "exitTs": 1657589460,
          "dir": -1,
          "entryPrice": 1742.708,
          "exitPrice": 1730.44,
          "stopDistance": 6.134,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 1
        },
        {
          "entryTs": 1657624860,
          "entryUtc": "2022-07-12T11:21:00.000Z",
          "exitTs": 1657673580,
          "dir": -1,
          "entryPrice": 1738.602,
          "exitPrice": 1723.739,
          "stopDistance": 7.432,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 812
        },
        {
          "entryTs": 1657692840,
          "entryUtc": "2022-07-13T06:14:00.000Z",
          "exitTs": 1657715580,
          "dir": 1,
          "entryPrice": 1724.434,
          "exitPrice": 1718.792,
          "stopDistance": 5.642,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 379
        },
        {
          "entryTs": 1657723380,
          "entryUtc": "2022-07-13T14:43:00.000Z",
          "exitTs": 1657724100,
          "dir": -1,
          "entryPrice": 1734.399,
          "exitPrice": 1740.307,
          "stopDistance": 5.908,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 12
        },
        {
          "entryTs": 1657728000,
          "entryUtc": "2022-07-13T16:00:00.000Z",
          "exitTs": 1657782360,
          "dir": -1,
          "entryPrice": 1737.324,
          "exitPrice": 1715.261,
          "stopDistance": 11.032,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 906
        },
        {
          "entryTs": 1657867140,
          "entryUtc": "2022-07-15T06:39:00.000Z",
          "exitTs": 1658123100,
          "dir": 1,
          "entryPrice": 1703.067,
          "exitPrice": 1717.689,
          "stopDistance": 7.311,
          "outcome": "target",
          "netR": 1.9494,
          "holdMinutes": 4266
        },
        {
          "entryTs": 1658138400,
          "entryUtc": "2022-07-18T10:00:00.000Z",
          "exitTs": 1658170320,
          "dir": -1,
          "entryPrice": 1721.998,
          "exitPrice": 1708.693,
          "stopDistance": 6.653,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 532
        },
        {
          "entryTs": 1658196000,
          "entryUtc": "2022-07-19T02:00:00.000Z",
          "exitTs": 1658228760,
          "dir": 1,
          "entryPrice": 1705.858,
          "exitPrice": 1717.486,
          "stopDistance": 5.814,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 546
        },
        {
          "entryTs": 1658253960,
          "entryUtc": "2022-07-19T18:06:00.000Z",
          "exitTs": 1658335440,
          "dir": 1,
          "entryPrice": 1710.564,
          "exitPrice": 1704.49,
          "stopDistance": 6.073,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 1358
        },
        {
          "entryTs": 1658336400,
          "entryUtc": "2022-07-20T17:00:00.000Z",
          "exitTs": 1658346840,
          "dir": 1,
          "entryPrice": 1702.782,
          "exitPrice": 1696.785,
          "stopDistance": 5.997,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 174
        },
        {
          "entryTs": 1658397600,
          "entryUtc": "2022-07-21T10:00:00.000Z",
          "exitTs": 1658407140,
          "dir": 1,
          "entryPrice": 1684.394,
          "exitPrice": 1696.324,
          "stopDistance": 5.965,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 159
        },
        {
          "entryTs": 1658408400,
          "entryUtc": "2022-07-21T13:00:00.000Z",
          "exitTs": 1658409960,
          "dir": -1,
          "entryPrice": 1707.153,
          "exitPrice": 1696.434,
          "stopDistance": 5.36,
          "outcome": "target",
          "netR": 1.931,
          "holdMinutes": 26
        },
        {
          "entryTs": 1658415420,
          "entryUtc": "2022-07-21T14:57:00.000Z",
          "exitTs": 1658415900,
          "dir": -1,
          "entryPrice": 1711.667,
          "exitPrice": 1717.373,
          "stopDistance": 5.706,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 8
        },
        {
          "entryTs": 1658473200,
          "entryUtc": "2022-07-22T07:00:00.000Z",
          "exitTs": 1658482260,
          "dir": -1,
          "entryPrice": 1718.534,
          "exitPrice": 1724.773,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 151
        },
        {
          "entryTs": 1658514180,
          "entryUtc": "2022-07-22T18:23:00.000Z",
          "exitTs": 1658874180,
          "dir": 1,
          "entryPrice": 1720.55,
          "exitPrice": 1717.918,
          "stopDistance": 8.127,
          "outcome": "time",
          "netR": -0.3694,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1658886060,
          "entryUtc": "2022-07-27T01:41:00.000Z",
          "exitTs": 1658946960,
          "dir": 1,
          "entryPrice": 1715.978,
          "exitPrice": 1729.071,
          "stopDistance": 6.546,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 1015
        },
        {
          "entryTs": 1658988180,
          "entryUtc": "2022-07-28T06:03:00.000Z",
          "exitTs": 1658995860,
          "dir": -1,
          "entryPrice": 1739.254,
          "exitPrice": 1745.688,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 128
        },
        {
          "entryTs": 1658998800,
          "entryUtc": "2022-07-28T09:00:00.000Z",
          "exitTs": 1659014880,
          "dir": -1,
          "entryPrice": 1745.645,
          "exitPrice": 1752.204,
          "stopDistance": 6.559,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 268
        },
        {
          "entryTs": 1659024000,
          "entryUtc": "2022-07-28T16:00:00.000Z",
          "exitTs": 1659066780,
          "dir": -1,
          "entryPrice": 1752.974,
          "exitPrice": 1761.678,
          "stopDistance": 8.704,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 713
        },
        {
          "entryTs": 1659070800,
          "entryUtc": "2022-07-29T05:00:00.000Z",
          "exitTs": 1659346620,
          "dir": -1,
          "entryPrice": 1761.348,
          "exitPrice": 1767.951,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 4597
        },
        {
          "entryTs": 1659384180,
          "entryUtc": "2022-08-01T20:03:00.000Z",
          "exitTs": 1659401940,
          "dir": -1,
          "entryPrice": 1772.005,
          "exitPrice": 1779.433,
          "stopDistance": 7.428,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 296
        },
        {
          "entryTs": 1659438000,
          "entryUtc": "2022-08-02T11:00:00.000Z",
          "exitTs": 1659442560,
          "dir": -1,
          "entryPrice": 1773.923,
          "exitPrice": 1780.048,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 76
        },
        {
          "entryTs": 1659457980,
          "entryUtc": "2022-08-02T16:33:00.000Z",
          "exitTs": 1659466320,
          "dir": 1,
          "entryPrice": 1774.441,
          "exitPrice": 1766.113,
          "stopDistance": 8.328,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 139
        },
        {
          "entryTs": 1659535320,
          "entryUtc": "2022-08-03T14:02:00.000Z",
          "exitTs": 1659591120,
          "dir": 1,
          "entryPrice": 1759.471,
          "exitPrice": 1773.99,
          "stopDistance": 7.259,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 930
        },
        {
          "entryTs": 1659607200,
          "entryUtc": "2022-08-04T10:00:00.000Z",
          "exitTs": 1659614220,
          "dir": -1,
          "entryPrice": 1779.652,
          "exitPrice": 1785.654,
          "stopDistance": 6.002,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 117
        },
        {
          "entryTs": 1659632400,
          "entryUtc": "2022-08-04T17:00:00.000Z",
          "exitTs": 1659702720,
          "dir": -1,
          "entryPrice": 1790.358,
          "exitPrice": 1775.793,
          "stopDistance": 7.282,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 1172
        },
        {
          "entryTs": 1659715200,
          "entryUtc": "2022-08-05T16:00:00.000Z",
          "exitTs": 1660001640,
          "dir": 1,
          "entryPrice": 1773.638,
          "exitPrice": 1789.989,
          "stopDistance": 8.175,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 4774
        },
        {
          "entryTs": 1660024800,
          "entryUtc": "2022-08-09T06:00:00.000Z",
          "exitTs": 1660041780,
          "dir": -1,
          "entryPrice": 1788.578,
          "exitPrice": 1793.379,
          "stopDistance": 4.801,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 283
        },
        {
          "entryTs": 1660042800,
          "entryUtc": "2022-08-09T11:00:00.000Z",
          "exitTs": 1660050300,
          "dir": -1,
          "entryPrice": 1790.952,
          "exitPrice": 1796.517,
          "stopDistance": 5.565,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 125
        },
        {
          "entryTs": 1660060800,
          "entryUtc": "2022-08-09T16:00:00.000Z",
          "exitTs": 1660134600,
          "dir": -1,
          "entryPrice": 1796.042,
          "exitPrice": 1802.816,
          "stopDistance": 6.775,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1660158000,
          "entryUtc": "2022-08-10T19:00:00.000Z",
          "exitTs": 1660518000,
          "dir": 1,
          "entryPrice": 1789.504,
          "exitPrice": 1799.898,
          "stopDistance": 7.366,
          "outcome": "time",
          "netR": 1.3609,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1660547220,
          "entryUtc": "2022-08-15T07:07:00.000Z",
          "exitTs": 1660553220,
          "dir": 1,
          "entryPrice": 1790.034,
          "exitPrice": 1784.319,
          "stopDistance": 5.715,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 100
        },
        {
          "entryTs": 1660612800,
          "entryUtc": "2022-08-16T01:20:00.000Z",
          "exitTs": 1660735020,
          "dir": 1,
          "entryPrice": 1776.803,
          "exitPrice": 1769.581,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 2037
        },
        {
          "entryTs": 1660777200,
          "entryUtc": "2022-08-17T23:00:00.000Z",
          "exitTs": 1660842240,
          "dir": 1,
          "entryPrice": 1762.088,
          "exitPrice": 1755.795,
          "stopDistance": 6.293,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 1084
        },
        {
          "entryTs": 1660867680,
          "entryUtc": "2022-08-19T00:08:00.000Z",
          "exitTs": 1660882620,
          "dir": 1,
          "entryPrice": 1756.966,
          "exitPrice": 1752.014,
          "stopDistance": 4.952,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 249
        },
        {
          "entryTs": 1660903200,
          "entryUtc": "2022-08-19T10:00:00.000Z",
          "exitTs": 1660919580,
          "dir": 1,
          "entryPrice": 1753.316,
          "exitPrice": 1748.507,
          "stopDistance": 4.809,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 273
        },
        {
          "entryTs": 1660928400,
          "entryUtc": "2022-08-19T17:00:00.000Z",
          "exitTs": 1661144040,
          "dir": 1,
          "entryPrice": 1749.728,
          "exitPrice": 1743.884,
          "stopDistance": 5.844,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 3594
        },
        {
          "entryTs": 1661151600,
          "entryUtc": "2022-08-22T07:00:00.000Z",
          "exitTs": 1661154300,
          "dir": 1,
          "entryPrice": 1742.104,
          "exitPrice": 1737.702,
          "stopDistance": 4.402,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 45
        },
        {
          "entryTs": 1661212860,
          "entryUtc": "2022-08-23T00:01:00.000Z",
          "exitTs": 1661262420,
          "dir": 1,
          "entryPrice": 1734.855,
          "exitPrice": 1745.514,
          "stopDistance": 5.33,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 826
        },
        {
          "entryTs": 1661270400,
          "entryUtc": "2022-08-23T16:00:00.000Z",
          "exitTs": 1661396880,
          "dir": -1,
          "entryPrice": 1749.644,
          "exitPrice": 1756.742,
          "stopDistance": 7.098,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 2108
        },
        {
          "entryTs": 1661400000,
          "entryUtc": "2022-08-25T04:00:00.000Z",
          "exitTs": 1661410380,
          "dir": -1,
          "entryPrice": 1756.254,
          "exitPrice": 1761.283,
          "stopDistance": 5.029,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 173
        },
        {
          "entryTs": 1661434860,
          "entryUtc": "2022-08-25T13:41:00.000Z",
          "exitTs": 1661507460,
          "dir": 1,
          "entryPrice": 1754.337,
          "exitPrice": 1749.458,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1661508000,
          "entryUtc": "2022-08-26T10:00:00.000Z",
          "exitTs": 1661513400,
          "dir": 1,
          "entryPrice": 1749.714,
          "exitPrice": 1744.965,
          "stopDistance": 4.749,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 90
        },
        {
          "entryTs": 1661536800,
          "entryUtc": "2022-08-26T18:00:00.000Z",
          "exitTs": 1661735220,
          "dir": 1,
          "entryPrice": 1739.064,
          "exitPrice": 1731.879,
          "stopDistance": 7.185,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 3307
        },
        {
          "entryTs": 1661767320,
          "entryUtc": "2022-08-29T10:02:00.000Z",
          "exitTs": 1661777340,
          "dir": 1,
          "entryPrice": 1722.416,
          "exitPrice": 1734.744,
          "stopDistance": 6.164,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 167
        },
        {
          "entryTs": 1661832000,
          "entryUtc": "2022-08-30T04:00:00.000Z",
          "exitTs": 1661843940,
          "dir": 1,
          "entryPrice": 1734.844,
          "exitPrice": 1729.287,
          "stopDistance": 5.557,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 199
        },
        {
          "entryTs": 1661846400,
          "entryUtc": "2022-08-30T08:00:00.000Z",
          "exitTs": 1661869140,
          "dir": 1,
          "entryPrice": 1731.254,
          "exitPrice": 1725.799,
          "stopDistance": 5.455,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 379
        },
        {
          "entryTs": 1661904060,
          "entryUtc": "2022-08-31T00:01:00.000Z",
          "exitTs": 1661934000,
          "dir": 1,
          "entryPrice": 1722.6,
          "exitPrice": 1717.529,
          "stopDistance": 5.07,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 499
        },
        {
          "entryTs": 1661936400,
          "entryUtc": "2022-08-31T09:00:00.000Z",
          "exitTs": 1661984460,
          "dir": 1,
          "entryPrice": 1714.024,
          "exitPrice": 1708.723,
          "stopDistance": 5.301,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 801
        },
        {
          "entryTs": 1662022800,
          "entryUtc": "2022-09-01T09:00:00.000Z",
          "exitTs": 1662036060,
          "dir": 1,
          "entryPrice": 1702.044,
          "exitPrice": 1696.198,
          "stopDistance": 5.846,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 221
        },
        {
          "entryTs": 1662037200,
          "entryUtc": "2022-09-01T13:00:00.000Z",
          "exitTs": 1662040920,
          "dir": 1,
          "entryPrice": 1700.974,
          "exitPrice": 1694.255,
          "stopDistance": 6.719,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 62
        },
        {
          "entryTs": 1662080460,
          "entryUtc": "2022-09-02T01:01:00.000Z",
          "exitTs": 1662107280,
          "dir": -1,
          "entryPrice": 1697.988,
          "exitPrice": 1704.471,
          "stopDistance": 6.483,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 447
        },
        {
          "entryTs": 1662134400,
          "entryUtc": "2022-09-02T16:00:00.000Z",
          "exitTs": 1662425280,
          "dir": -1,
          "entryPrice": 1716.114,
          "exitPrice": 1722.559,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 4848
        },
        {
          "entryTs": 1662429600,
          "entryUtc": "2022-09-06T02:00:00.000Z",
          "exitTs": 1662469560,
          "dir": -1,
          "entryPrice": 1718.135,
          "exitPrice": 1706.308,
          "stopDistance": 5.914,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 666
        },
        {
          "entryTs": 1662480000,
          "entryUtc": "2022-09-06T16:00:00.000Z",
          "exitTs": 1662510360,
          "dir": 1,
          "entryPrice": 1702.994,
          "exitPrice": 1696.227,
          "stopDistance": 6.767,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 506
        },
        {
          "entryTs": 1662519600,
          "entryUtc": "2022-09-07T03:00:00.000Z",
          "exitTs": 1662560880,
          "dir": 1,
          "entryPrice": 1694.944,
          "exitPrice": 1707.715,
          "stopDistance": 6.386,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 688
        },
        {
          "entryTs": 1662561000,
          "entryUtc": "2022-09-07T14:30:00.000Z",
          "exitTs": 1662571560,
          "dir": -1,
          "entryPrice": 1710.445,
          "exitPrice": 1716.162,
          "stopDistance": 5.717,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 176
        },
        {
          "entryTs": 1662617100,
          "entryUtc": "2022-09-08T06:05:00.000Z",
          "exitTs": 1662633420,
          "dir": -1,
          "entryPrice": 1717.483,
          "exitPrice": 1723,
          "stopDistance": 5.518,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 272
        },
        {
          "entryTs": 1662640380,
          "entryUtc": "2022-09-08T12:33:00.000Z",
          "exitTs": 1662642900,
          "dir": 1,
          "entryPrice": 1716.157,
          "exitPrice": 1710.241,
          "stopDistance": 5.917,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 42
        },
        {
          "entryTs": 1662649200,
          "entryUtc": "2022-09-08T15:00:00.000Z",
          "exitTs": 1662706800,
          "dir": 1,
          "entryPrice": 1707.728,
          "exitPrice": 1722.892,
          "stopDistance": 7.582,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 960
        },
        {
          "entryTs": 1662717600,
          "entryUtc": "2022-09-09T10:00:00.000Z",
          "exitTs": 1662729840,
          "dir": -1,
          "entryPrice": 1727.244,
          "exitPrice": 1715.485,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 204
        },
        {
          "entryTs": 1662732000,
          "entryUtc": "2022-09-09T14:00:00.000Z",
          "exitTs": 1662973320,
          "dir": 1,
          "entryPrice": 1713.323,
          "exitPrice": 1726.834,
          "stopDistance": 6.755,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 4022
        },
        {
          "entryTs": 1663002000,
          "entryUtc": "2022-09-12T17:00:00.000Z",
          "exitTs": 1663072200,
          "dir": -1,
          "entryPrice": 1731.728,
          "exitPrice": 1717.389,
          "stopDistance": 7.169,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1663084800,
          "entryUtc": "2022-09-13T16:00:00.000Z",
          "exitTs": 1663210980,
          "dir": 1,
          "entryPrice": 1700.874,
          "exitPrice": 1692.049,
          "stopDistance": 8.825,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 2103
        },
        {
          "entryTs": 1663257600,
          "entryUtc": "2022-09-15T16:00:00.000Z",
          "exitTs": 1663617600,
          "dir": 1,
          "entryPrice": 1664.321,
          "exitPrice": 1674.465,
          "stopDistance": 10.148,
          "outcome": "time",
          "netR": 0.9631,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1663624800,
          "entryUtc": "2022-09-19T22:00:00.000Z",
          "exitTs": 1663681020,
          "dir": -1,
          "entryPrice": 1675.225,
          "exitPrice": 1661.886,
          "stopDistance": 6.669,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 937
        },
        {
          "entryTs": 1663686000,
          "entryUtc": "2022-09-20T15:00:00.000Z",
          "exitTs": 1663783260,
          "dir": 1,
          "entryPrice": 1665.245,
          "exitPrice": 1658.798,
          "stopDistance": 6.447,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 1621
        },
        {
          "entryTs": 1663850100,
          "entryUtc": "2022-09-22T12:35:00.000Z",
          "exitTs": 1663925880,
          "dir": -1,
          "entryPrice": 1678.386,
          "exitPrice": 1658.916,
          "stopDistance": 9.735,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 1263
        },
        {
          "entryTs": 1663927200,
          "entryUtc": "2022-09-23T10:00:00.000Z",
          "exitTs": 1663930080,
          "dir": 1,
          "entryPrice": 1657.065,
          "exitPrice": 1649.261,
          "stopDistance": 7.804,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 48
        },
        {
          "entryTs": 1663952400,
          "entryUtc": "2022-09-23T17:00:00.000Z",
          "exitTs": 1664153820,
          "dir": 1,
          "entryPrice": 1645.959,
          "exitPrice": 1636.301,
          "stopDistance": 9.658,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1664157600,
          "entryUtc": "2022-09-26T02:00:00.000Z",
          "exitTs": 1664209920,
          "dir": 1,
          "entryPrice": 1640.265,
          "exitPrice": 1629.195,
          "stopDistance": 11.07,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 872
        },
        {
          "entryTs": 1664215200,
          "entryUtc": "2022-09-26T18:00:00.000Z",
          "exitTs": 1664371740,
          "dir": 1,
          "entryPrice": 1624.348,
          "exitPrice": 1645.18,
          "stopDistance": 10.416,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 2609
        },
        {
          "entryTs": 1664373600,
          "entryUtc": "2022-09-28T14:00:00.000Z",
          "exitTs": 1664380380,
          "dir": -1,
          "entryPrice": 1649.278,
          "exitPrice": 1659.79,
          "stopDistance": 10.512,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 113
        },
        {
          "entryTs": 1664454420,
          "entryUtc": "2022-09-29T12:27:00.000Z",
          "exitTs": 1664467560,
          "dir": -1,
          "entryPrice": 1654.011,
          "exitPrice": 1662.207,
          "stopDistance": 8.196,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 219
        },
        {
          "entryTs": 1664474400,
          "entryUtc": "2022-09-29T18:00:00.000Z",
          "exitTs": 1664517240,
          "dir": -1,
          "entryPrice": 1658.1,
          "exitPrice": 1667.4,
          "stopDistance": 9.3,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 714
        },
        {
          "entryTs": 1664517600,
          "entryUtc": "2022-09-30T06:00:00.000Z",
          "exitTs": 1664548380,
          "dir": -1,
          "entryPrice": 1667.508,
          "exitPrice": 1674.392,
          "stopDistance": 6.884,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 513
        },
        {
          "entryTs": 1664560800,
          "entryUtc": "2022-09-30T18:00:00.000Z",
          "exitTs": 1664806080,
          "dir": 1,
          "entryPrice": 1662.878,
          "exitPrice": 1678.792,
          "stopDistance": 7.957,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 4088
        },
        {
          "entryTs": 1664863200,
          "entryUtc": "2022-10-04T06:00:00.000Z",
          "exitTs": 1664878980,
          "dir": -1,
          "entryPrice": 1703.094,
          "exitPrice": 1710.861,
          "stopDistance": 7.767,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 263
        },
        {
          "entryTs": 1664895600,
          "entryUtc": "2022-10-04T15:00:00.000Z",
          "exitTs": 1664978460,
          "dir": -1,
          "entryPrice": 1720.604,
          "exitPrice": 1702.019,
          "stopDistance": 9.292,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 1381
        },
        {
          "entryTs": 1664992800,
          "entryUtc": "2022-10-05T18:00:00.000Z",
          "exitTs": 1665016140,
          "dir": -1,
          "entryPrice": 1712.894,
          "exitPrice": 1722.455,
          "stopDistance": 9.561,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 389
        },
        {
          "entryTs": 1665021600,
          "entryUtc": "2022-10-06T02:00:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1721.098,
          "exitPrice": 1705.654,
          "stopDistance": 7.722,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 2070
        },
        {
          "entryTs": 1665147600,
          "entryUtc": "2022-10-07T13:00:00.000Z",
          "exitTs": 1665371760,
          "dir": 1,
          "entryPrice": 1697.838,
          "exitPrice": 1689.531,
          "stopDistance": 8.307,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 3736
        },
        {
          "entryTs": 1665450000,
          "entryUtc": "2022-10-11T01:00:00.000Z",
          "exitTs": 1665502500,
          "dir": -1,
          "entryPrice": 1672.223,
          "exitPrice": 1678.615,
          "stopDistance": 6.392,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 875
        },
        {
          "entryTs": 1665511200,
          "entryUtc": "2022-10-11T18:00:00.000Z",
          "exitTs": 1665532980,
          "dir": -1,
          "entryPrice": 1678.148,
          "exitPrice": 1662.236,
          "stopDistance": 7.956,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 363
        },
        {
          "entryTs": 1665554400,
          "entryUtc": "2022-10-12T06:00:00.000Z",
          "exitTs": 1665598260,
          "dir": -1,
          "entryPrice": 1669.555,
          "exitPrice": 1676.731,
          "stopDistance": 7.176,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 731
        },
        {
          "entryTs": 1665598320,
          "entryUtc": "2022-10-12T18:12:00.000Z",
          "exitTs": 1665664200,
          "dir": -1,
          "entryPrice": 1677.88,
          "exitPrice": 1663.049,
          "stopDistance": 7.415,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 1098
        },
        {
          "entryTs": 1665673200,
          "entryUtc": "2022-10-13T15:00:00.000Z",
          "exitTs": 1665680700,
          "dir": 1,
          "entryPrice": 1648.935,
          "exitPrice": 1668.856,
          "stopDistance": 9.961,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 125
        },
        {
          "entryTs": 1665681720,
          "entryUtc": "2022-10-13T17:22:00.000Z",
          "exitTs": 1665756000,
          "dir": -1,
          "entryPrice": 1670.522,
          "exitPrice": 1648.019,
          "stopDistance": 11.251,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 1238
        },
        {
          "entryTs": 1665766800,
          "entryUtc": "2022-10-14T17:00:00.000Z",
          "exitTs": 1666009320,
          "dir": 1,
          "entryPrice": 1643.778,
          "exitPrice": 1664.544,
          "stopDistance": 10.383,
          "outcome": "target",
          "netR": 1.9644,
          "holdMinutes": 4042
        },
        {
          "entryTs": 1666029240,
          "entryUtc": "2022-10-17T17:54:00.000Z",
          "exitTs": 1666107480,
          "dir": 1,
          "entryPrice": 1654.152,
          "exitPrice": 1646.495,
          "stopDistance": 7.657,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 1304
        },
        {
          "entryTs": 1666108800,
          "entryUtc": "2022-10-18T16:00:00.000Z",
          "exitTs": 1666161660,
          "dir": 1,
          "entryPrice": 1649.608,
          "exitPrice": 1642.33,
          "stopDistance": 7.278,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 881
        },
        {
          "entryTs": 1666202400,
          "entryUtc": "2022-10-19T18:00:00.000Z",
          "exitTs": 1666275660,
          "dir": 1,
          "entryPrice": 1628.268,
          "exitPrice": 1642.109,
          "stopDistance": 6.92,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 1221
        },
        {
          "entryTs": 1666285200,
          "entryUtc": "2022-10-20T17:00:00.000Z",
          "exitTs": 1666329060,
          "dir": -1,
          "entryPrice": 1636.027,
          "exitPrice": 1620.024,
          "stopDistance": 8.001,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 731
        },
        {
          "entryTs": 1666359900,
          "entryUtc": "2022-10-21T13:45:00.000Z",
          "exitTs": 1666365900,
          "dir": -1,
          "entryPrice": 1639.278,
          "exitPrice": 1646.109,
          "stopDistance": 6.83,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 100
        },
        {
          "entryTs": 1666368000,
          "entryUtc": "2022-10-21T16:00:00.000Z",
          "exitTs": 1666562400,
          "dir": -1,
          "entryPrice": 1650.687,
          "exitPrice": 1660.708,
          "stopDistance": 10.021,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1666602000,
          "entryUtc": "2022-10-24T09:00:00.000Z",
          "exitTs": 1666693080,
          "dir": 1,
          "entryPrice": 1647.607,
          "exitPrice": 1638.75,
          "stopDistance": 8.857,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 1518
        },
        {
          "entryTs": 1666704540,
          "entryUtc": "2022-10-25T13:29:00.000Z",
          "exitTs": 1666705620,
          "dir": -1,
          "entryPrice": 1652.494,
          "exitPrice": 1658.76,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 18
        },
        {
          "entryTs": 1666706400,
          "entryUtc": "2022-10-25T14:00:00.000Z",
          "exitTs": 1666768140,
          "dir": -1,
          "entryPrice": 1659.118,
          "exitPrice": 1667.543,
          "stopDistance": 8.425,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 1029
        },
        {
          "entryTs": 1666774800,
          "entryUtc": "2022-10-26T09:00:00.000Z",
          "exitTs": 1666854060,
          "dir": -1,
          "entryPrice": 1672.817,
          "exitPrice": 1659.133,
          "stopDistance": 6.842,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 1321
        },
        {
          "entryTs": 1666861200,
          "entryUtc": "2022-10-27T09:00:00.000Z",
          "exitTs": 1666873200,
          "dir": 1,
          "entryPrice": 1663.298,
          "exitPrice": 1656.801,
          "stopDistance": 6.497,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 200
        },
        {
          "entryTs": 1666897740,
          "entryUtc": "2022-10-27T19:09:00.000Z",
          "exitTs": 1666944420,
          "dir": 1,
          "entryPrice": 1657.892,
          "exitPrice": 1650.426,
          "stopDistance": 7.466,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 778
        },
        {
          "entryTs": 1667188620,
          "entryUtc": "2022-10-31T03:57:00.000Z",
          "exitTs": 1667246100,
          "dir": -1,
          "entryPrice": 1644.294,
          "exitPrice": 1631.722,
          "stopDistance": 6.286,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 958
        },
        {
          "entryTs": 1667269800,
          "entryUtc": "2022-11-01T02:30:00.000Z",
          "exitTs": 1667284320,
          "dir": -1,
          "entryPrice": 1638.924,
          "exitPrice": 1644.145,
          "stopDistance": 5.221,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 242
        },
        {
          "entryTs": 1667354400,
          "entryUtc": "2022-11-02T02:00:00.000Z",
          "exitTs": 1667381460,
          "dir": -1,
          "entryPrice": 1649.798,
          "exitPrice": 1655.624,
          "stopDistance": 5.826,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 451
        },
        {
          "entryTs": 1667401380,
          "entryUtc": "2022-11-02T15:03:00.000Z",
          "exitTs": 1667412060,
          "dir": 1,
          "entryPrice": 1647.967,
          "exitPrice": 1658.888,
          "stopDistance": 5.46,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 178
        },
        {
          "entryTs": 1667415120,
          "entryUtc": "2022-11-02T18:52:00.000Z",
          "exitTs": 1667416920,
          "dir": 1,
          "entryPrice": 1644.586,
          "exitPrice": 1638.345,
          "stopDistance": 6.241,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 30
        },
        {
          "entryTs": 1667416980,
          "entryUtc": "2022-11-02T19:23:00.000Z",
          "exitTs": 1667459280,
          "dir": 1,
          "entryPrice": 1638.265,
          "exitPrice": 1631.535,
          "stopDistance": 6.73,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 705
        },
        {
          "entryTs": 1667527140,
          "entryUtc": "2022-11-04T01:59:00.000Z",
          "exitTs": 1667536380,
          "dir": -1,
          "entryPrice": 1633.666,
          "exitPrice": 1642.138,
          "stopDistance": 8.472,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 154
        },
        {
          "entryTs": 1667538000,
          "entryUtc": "2022-11-04T05:00:00.000Z",
          "exitTs": 1667565360,
          "dir": -1,
          "entryPrice": 1646.778,
          "exitPrice": 1653.495,
          "stopDistance": 6.717,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 456
        },
        {
          "entryTs": 1667566800,
          "entryUtc": "2022-11-04T13:00:00.000Z",
          "exitTs": 1667570400,
          "dir": -1,
          "entryPrice": 1659.468,
          "exitPrice": 1668.063,
          "stopDistance": 8.594,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 60
        },
        {
          "entryTs": 1667577600,
          "entryUtc": "2022-11-04T16:00:00.000Z",
          "exitTs": 1667588280,
          "dir": -1,
          "entryPrice": 1670.987,
          "exitPrice": 1680.099,
          "stopDistance": 9.112,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 178
        },
        {
          "entryTs": 1667812440,
          "entryUtc": "2022-11-07T09:14:00.000Z",
          "exitTs": 1667920140,
          "dir": -1,
          "entryPrice": 1678.328,
          "exitPrice": 1685.773,
          "stopDistance": 7.445,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 1795
        },
        {
          "entryTs": 1667962800,
          "entryUtc": "2022-11-09T03:00:00.000Z",
          "exitTs": 1668087000,
          "dir": 1,
          "entryPrice": 1708.058,
          "exitPrice": 1722.56,
          "stopDistance": 7.251,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 2070
        },
        {
          "entryTs": 1668088800,
          "entryUtc": "2022-11-10T14:00:00.000Z",
          "exitTs": 1668090300,
          "dir": -1,
          "entryPrice": 1732.927,
          "exitPrice": 1741.474,
          "stopDistance": 8.547,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 25
        },
        {
          "entryTs": 1668143520,
          "entryUtc": "2022-11-11T05:12:00.000Z",
          "exitTs": 1668144660,
          "dir": -1,
          "entryPrice": 1754.08,
          "exitPrice": 1761.711,
          "stopDistance": 7.63,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 19
        },
        {
          "entryTs": 1668168000,
          "entryUtc": "2022-11-11T12:00:00.000Z",
          "exitTs": 1668202800,
          "dir": -1,
          "entryPrice": 1759.168,
          "exitPrice": 1768.58,
          "stopDistance": 9.412,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 580
        },
        {
          "entryTs": 1668399480,
          "entryUtc": "2022-11-14T04:18:00.000Z",
          "exitTs": 1668497460,
          "dir": 1,
          "entryPrice": 1760.428,
          "exitPrice": 1777.591,
          "stopDistance": 8.582,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 1633
        },
        {
          "entryTs": 1668506400,
          "entryUtc": "2022-11-15T10:00:00.000Z",
          "exitTs": 1668519000,
          "dir": -1,
          "entryPrice": 1776.087,
          "exitPrice": 1783.604,
          "stopDistance": 7.517,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 210
        },
        {
          "entryTs": 1668520320,
          "entryUtc": "2022-11-15T13:52:00.000Z",
          "exitTs": 1668654300,
          "dir": 1,
          "entryPrice": 1773.189,
          "exitPrice": 1765.823,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 2233
        },
        {
          "entryTs": 1668661200,
          "entryUtc": "2022-11-17T05:00:00.000Z",
          "exitTs": 1668693600,
          "dir": 1,
          "entryPrice": 1762.167,
          "exitPrice": 1755.907,
          "stopDistance": 6.26,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 540
        },
        {
          "entryTs": 1668700800,
          "entryUtc": "2022-11-17T16:00:00.000Z",
          "exitTs": 1668782820,
          "dir": 1,
          "entryPrice": 1760.087,
          "exitPrice": 1752.73,
          "stopDistance": 7.357,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 1367
        },
        {
          "entryTs": 1669003200,
          "entryUtc": "2022-11-21T04:00:00.000Z",
          "exitTs": 1669020180,
          "dir": 1,
          "entryPrice": 1746.607,
          "exitPrice": 1740.58,
          "stopDistance": 6.027,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 283
        },
        {
          "entryTs": 1669036740,
          "entryUtc": "2022-11-21T13:19:00.000Z",
          "exitTs": 1669049460,
          "dir": -1,
          "entryPrice": 1744.188,
          "exitPrice": 1733.117,
          "stopDistance": 5.536,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 212
        },
        {
          "entryTs": 1669050000,
          "entryUtc": "2022-11-21T17:00:00.000Z",
          "exitTs": 1669105560,
          "dir": 1,
          "entryPrice": 1732.817,
          "exitPrice": 1745.657,
          "stopDistance": 6.42,
          "outcome": "target",
          "netR": 1.9424,
          "holdMinutes": 926
        },
        {
          "entryTs": 1669114800,
          "entryUtc": "2022-11-22T11:00:00.000Z",
          "exitTs": 1669176180,
          "dir": -1,
          "entryPrice": 1746.038,
          "exitPrice": 1735.212,
          "stopDistance": 5.413,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 1023
        },
        {
          "entryTs": 1669176240,
          "entryUtc": "2022-11-23T04:04:00.000Z",
          "exitTs": 1669210200,
          "dir": 1,
          "entryPrice": 1734.45,
          "exitPrice": 1728.428,
          "stopDistance": 6.023,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 566
        },
        {
          "entryTs": 1669214760,
          "entryUtc": "2022-11-23T14:46:00.000Z",
          "exitTs": 1669230120,
          "dir": -1,
          "entryPrice": 1742.254,
          "exitPrice": 1748.837,
          "stopDistance": 6.583,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 256
        },
        {
          "entryTs": 1669258800,
          "entryUtc": "2022-11-24T03:00:00.000Z",
          "exitTs": 1669618800,
          "dir": -1,
          "entryPrice": 1754.958,
          "exitPrice": 1751.758,
          "stopDistance": 6.307,
          "outcome": "time",
          "netR": 0.4487,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1669619040,
          "entryUtc": "2022-11-28T07:04:00.000Z",
          "exitTs": 1669624860,
          "dir": -1,
          "entryPrice": 1753.148,
          "exitPrice": 1758.577,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 97
        },
        {
          "entryTs": 1669626000,
          "entryUtc": "2022-11-28T09:00:00.000Z",
          "exitTs": 1669646400,
          "dir": -1,
          "entryPrice": 1759.148,
          "exitPrice": 1746.642,
          "stopDistance": 6.253,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 340
        },
        {
          "entryTs": 1669711200,
          "entryUtc": "2022-11-29T08:40:00.000Z",
          "exitTs": 1669802400,
          "dir": -1,
          "entryPrice": 1756.458,
          "exitPrice": 1762.294,
          "stopDistance": 5.836,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 1520
        },
        {
          "entryTs": 1669806000,
          "entryUtc": "2022-11-30T11:00:00.000Z",
          "exitTs": 1669814100,
          "dir": -1,
          "entryPrice": 1758.518,
          "exitPrice": 1763.708,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 135
        },
        {
          "entryTs": 1669822380,
          "entryUtc": "2022-11-30T15:33:00.000Z",
          "exitTs": 1669832940,
          "dir": 1,
          "entryPrice": 1749.939,
          "exitPrice": 1745.058,
          "stopDistance": 4.88,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 176
        },
        {
          "entryTs": 1669834800,
          "entryUtc": "2022-11-30T19:00:00.000Z",
          "exitTs": 1669837800,
          "dir": -1,
          "entryPrice": 1760.268,
          "exitPrice": 1768.124,
          "stopDistance": 7.856,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 50
        },
        {
          "entryTs": 1669849200,
          "entryUtc": "2022-11-30T23:00:00.000Z",
          "exitTs": 1669854420,
          "dir": -1,
          "entryPrice": 1768.618,
          "exitPrice": 1776.541,
          "stopDistance": 7.923,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 87
        },
        {
          "entryTs": 1669874400,
          "entryUtc": "2022-12-01T06:00:00.000Z",
          "exitTs": 1669901100,
          "dir": -1,
          "entryPrice": 1779.888,
          "exitPrice": 1787.198,
          "stopDistance": 7.31,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 445
        },
        {
          "entryTs": 1669966740,
          "entryUtc": "2022-12-02T07:39:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1801.67,
          "exitPrice": 1789.434,
          "stopDistance": 6.118,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 351
        },
        {
          "entryTs": 1669988040,
          "entryUtc": "2022-12-02T13:34:00.000Z",
          "exitTs": 1670198400,
          "dir": 1,
          "entryPrice": 1783.172,
          "exitPrice": 1800.228,
          "stopDistance": 8.528,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 3506
        },
        {
          "entryTs": 1670209200,
          "entryUtc": "2022-12-05T03:00:00.000Z",
          "exitTs": 1670248140,
          "dir": -1,
          "entryPrice": 1806.737,
          "exitPrice": 1792.555,
          "stopDistance": 7.091,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 649
        },
        {
          "entryTs": 1670259600,
          "entryUtc": "2022-12-05T17:00:00.000Z",
          "exitTs": 1670439000,
          "dir": 1,
          "entryPrice": 1773.188,
          "exitPrice": 1789.521,
          "stopDistance": 8.166,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1670482800,
          "entryUtc": "2022-12-08T07:00:00.000Z",
          "exitTs": 1670506560,
          "dir": -1,
          "entryPrice": 1786.017,
          "exitPrice": 1791.706,
          "stopDistance": 5.689,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 396
        },
        {
          "entryTs": 1670576460,
          "entryUtc": "2022-12-09T09:01:00.000Z",
          "exitTs": 1670586180,
          "dir": 1,
          "entryPrice": 1789.781,
          "exitPrice": 1800.033,
          "stopDistance": 5.126,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 162
        },
        {
          "entryTs": 1670590800,
          "entryUtc": "2022-12-09T13:00:00.000Z",
          "exitTs": 1670604300,
          "dir": -1,
          "entryPrice": 1800.498,
          "exitPrice": 1805.856,
          "stopDistance": 5.358,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 225
        },
        {
          "entryTs": 1670619420,
          "entryUtc": "2022-12-09T20:57:00.000Z",
          "exitTs": 1670812140,
          "dir": 1,
          "entryPrice": 1794.696,
          "exitPrice": 1787.296,
          "stopDistance": 7.4,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 3212
        },
        {
          "entryTs": 1670857200,
          "entryUtc": "2022-12-12T15:00:00.000Z",
          "exitTs": 1670861460,
          "dir": 1,
          "entryPrice": 1788.078,
          "exitPrice": 1782.091,
          "stopDistance": 5.987,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 71
        },
        {
          "entryTs": 1670936220,
          "entryUtc": "2022-12-13T12:57:00.000Z",
          "exitTs": 1670938200,
          "dir": -1,
          "entryPrice": 1790.044,
          "exitPrice": 1795.642,
          "stopDistance": 5.597,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 33
        },
        {
          "entryTs": 1670940000,
          "entryUtc": "2022-12-13T14:00:00.000Z",
          "exitTs": 1670941140,
          "dir": -1,
          "entryPrice": 1810.858,
          "exitPrice": 1818.323,
          "stopDistance": 7.465,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 19
        },
        {
          "entryTs": 1670994000,
          "entryUtc": "2022-12-14T05:00:00.000Z",
          "exitTs": 1671044400,
          "dir": 1,
          "entryPrice": 1808.875,
          "exitPrice": 1802.105,
          "stopDistance": 6.77,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 840
        },
        {
          "entryTs": 1671062460,
          "entryUtc": "2022-12-15T00:01:00.000Z",
          "exitTs": 1671073140,
          "dir": -1,
          "entryPrice": 1807.661,
          "exitPrice": 1793.819,
          "stopDistance": 6.921,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 178
        },
        {
          "entryTs": 1671098400,
          "entryUtc": "2022-12-15T10:00:00.000Z",
          "exitTs": 1671410520,
          "dir": 1,
          "entryPrice": 1777.535,
          "exitPrice": 1794.227,
          "stopDistance": 8.346,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 5202
        },
        {
          "entryTs": 1671422400,
          "entryUtc": "2022-12-19T04:00:00.000Z",
          "exitTs": 1671525780,
          "dir": -1,
          "entryPrice": 1793.835,
          "exitPrice": 1799.805,
          "stopDistance": 5.97,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 1723
        },
        {
          "entryTs": 1671552000,
          "entryUtc": "2022-12-20T16:00:00.000Z",
          "exitTs": 1671721680,
          "dir": -1,
          "entryPrice": 1815.235,
          "exitPrice": 1798.312,
          "stopDistance": 8.462,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 2828
        },
        {
          "entryTs": 1671728400,
          "entryUtc": "2022-12-22T17:00:00.000Z",
          "exitTs": 1671732000,
          "dir": 1,
          "entryPrice": 1795.245,
          "exitPrice": 1788.467,
          "stopDistance": 6.778,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 60
        },
        {
          "entryTs": 1671818400,
          "entryUtc": "2022-12-23T18:00:00.000Z",
          "exitTs": 1672097580,
          "dir": -1,
          "entryPrice": 1797.047,
          "exitPrice": 1802.964,
          "stopDistance": 5.917,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 4653
        },
        {
          "entryTs": 1672131600,
          "entryUtc": "2022-12-27T09:00:00.000Z",
          "exitTs": 1672142520,
          "dir": -1,
          "entryPrice": 1806.425,
          "exitPrice": 1811.258,
          "stopDistance": 4.833,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 182
        },
        {
          "entryTs": 1672164000,
          "entryUtc": "2022-12-27T18:00:00.000Z",
          "exitTs": 1672383840,
          "dir": -1,
          "entryPrice": 1813.655,
          "exitPrice": 1822.094,
          "stopDistance": 8.439,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 3664
        },
        {
          "entryTs": 1672398000,
          "entryUtc": "2022-12-30T11:00:00.000Z",
          "exitTs": 1672423440,
          "dir": 1,
          "entryPrice": 1816.088,
          "exitPrice": 1825.834,
          "stopDistance": 4.873,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 424
        },
        {
          "entryTs": 1672430400,
          "entryUtc": "2022-12-30T20:00:00.000Z",
          "exitTs": 1672700700,
          "dir": -1,
          "entryPrice": 1821.834,
          "exitPrice": 1828.396,
          "stopDistance": 6.562,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 4505
        },
        {
          "entryTs": 1672738200,
          "entryUtc": "2023-01-03T09:30:00.000Z",
          "exitTs": 1672757460,
          "dir": -1,
          "entryPrice": 1841.507,
          "exitPrice": 1849.636,
          "stopDistance": 8.129,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 321
        },
        {
          "entryTs": 1672758000,
          "entryUtc": "2023-01-03T15:00:00.000Z",
          "exitTs": 1672817520,
          "dir": -1,
          "entryPrice": 1844.728,
          "exitPrice": 1853.778,
          "stopDistance": 9.05,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 992
        },
        {
          "entryTs": 1672822800,
          "entryUtc": "2023-01-04T09:00:00.000Z",
          "exitTs": 1672908360,
          "dir": -1,
          "entryPrice": 1859.778,
          "exitPrice": 1844.387,
          "stopDistance": 7.695,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 1426
        },
        {
          "entryTs": 1672912800,
          "entryUtc": "2023-01-05T10:00:00.000Z",
          "exitTs": 1672926360,
          "dir": 1,
          "entryPrice": 1848.465,
          "exitPrice": 1840.798,
          "stopDistance": 7.667,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 226
        },
        {
          "entryTs": 1672927200,
          "entryUtc": "2023-01-05T14:00:00.000Z",
          "exitTs": 1672932840,
          "dir": 1,
          "entryPrice": 1834.695,
          "exitPrice": 1826.204,
          "stopDistance": 8.491,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 94
        },
        {
          "entryTs": 1672974000,
          "entryUtc": "2023-01-06T03:00:00.000Z",
          "exitTs": 1673012580,
          "dir": -1,
          "entryPrice": 1838.278,
          "exitPrice": 1845.654,
          "stopDistance": 7.376,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 643
        },
        {
          "entryTs": 1673013480,
          "entryUtc": "2023-01-06T13:58:00.000Z",
          "exitTs": 1673017680,
          "dir": -1,
          "entryPrice": 1852.093,
          "exitPrice": 1859.569,
          "stopDistance": 7.476,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 70
        },
        {
          "entryTs": 1673024400,
          "entryUtc": "2023-01-06T17:00:00.000Z",
          "exitTs": 1673228640,
          "dir": -1,
          "entryPrice": 1863.295,
          "exitPrice": 1872.988,
          "stopDistance": 9.693,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 3404
        },
        {
          "entryTs": 1673233200,
          "entryUtc": "2023-01-09T03:00:00.000Z",
          "exitTs": 1673526060,
          "dir": -1,
          "entryPrice": 1879.068,
          "exitPrice": 1887.369,
          "stopDistance": 8.301,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 4881
        },
        {
          "entryTs": 1673530200,
          "entryUtc": "2023-01-12T13:30:00.000Z",
          "exitTs": 1673530260,
          "dir": 1,
          "entryPrice": 1877.465,
          "exitPrice": 1887.731,
          "stopDistance": 5.133,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 1
        },
        {
          "entryTs": 1673600400,
          "entryUtc": "2023-01-13T09:00:00.000Z",
          "exitTs": 1673624700,
          "dir": -1,
          "entryPrice": 1906.355,
          "exitPrice": 1914.305,
          "stopDistance": 7.95,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 405
        },
        {
          "entryTs": 1673629200,
          "entryUtc": "2023-01-13T17:00:00.000Z",
          "exitTs": 1673635380,
          "dir": -1,
          "entryPrice": 1912.108,
          "exitPrice": 1921.522,
          "stopDistance": 9.414,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 103
        },
        {
          "entryTs": 1673841600,
          "entryUtc": "2023-01-16T04:00:00.000Z",
          "exitTs": 1673922720,
          "dir": -1,
          "entryPrice": 1926.295,
          "exitPrice": 1910.217,
          "stopDistance": 8.039,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1673928000,
          "entryUtc": "2023-01-17T04:00:00.000Z",
          "exitTs": 1673982840,
          "dir": 1,
          "entryPrice": 1910.215,
          "exitPrice": 1903.811,
          "stopDistance": 6.404,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 914
        },
        {
          "entryTs": 1674009600,
          "entryUtc": "2023-01-18T02:40:00.000Z",
          "exitTs": 1674013260,
          "dir": 1,
          "entryPrice": 1905.74,
          "exitPrice": 1899.482,
          "stopDistance": 6.258,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 61
        },
        {
          "entryTs": 1674021600,
          "entryUtc": "2023-01-18T06:00:00.000Z",
          "exitTs": 1674029040,
          "dir": 1,
          "entryPrice": 1897.845,
          "exitPrice": 1910.991,
          "stopDistance": 6.573,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 124
        },
        {
          "entryTs": 1674029760,
          "entryUtc": "2023-01-18T08:16:00.000Z",
          "exitTs": 1674046920,
          "dir": -1,
          "entryPrice": 1912.748,
          "exitPrice": 1919.205,
          "stopDistance": 6.457,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 286
        },
        {
          "entryTs": 1674064860,
          "entryUtc": "2023-01-18T18:01:00.000Z",
          "exitTs": 1674141900,
          "dir": 1,
          "entryPrice": 1905.139,
          "exitPrice": 1922.007,
          "stopDistance": 8.434,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 1284
        },
        {
          "entryTs": 1674206400,
          "entryUtc": "2023-01-20T09:20:00.000Z",
          "exitTs": 1674482820,
          "dir": -1,
          "entryPrice": 1931.265,
          "exitPrice": 1916.709,
          "stopDistance": 7.278,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 4607
        },
        {
          "entryTs": 1674500400,
          "entryUtc": "2023-01-23T19:00:00.000Z",
          "exitTs": 1674525600,
          "dir": -1,
          "entryPrice": 1927.725,
          "exitPrice": 1936.014,
          "stopDistance": 8.289,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 420
        },
        {
          "entryTs": 1674547200,
          "entryUtc": "2023-01-24T08:00:00.000Z",
          "exitTs": 1674569880,
          "dir": -1,
          "entryPrice": 1940.295,
          "exitPrice": 1927.505,
          "stopDistance": 6.395,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 378
        },
        {
          "entryTs": 1674572820,
          "entryUtc": "2023-01-24T15:07:00.000Z",
          "exitTs": 1674574920,
          "dir": 1,
          "entryPrice": 1918.84,
          "exitPrice": 1931.34,
          "stopDistance": 6.25,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 35
        },
        {
          "entryTs": 1674576000,
          "entryUtc": "2023-01-24T16:00:00.000Z",
          "exitTs": 1674624960,
          "dir": 1,
          "entryPrice": 1934.885,
          "exitPrice": 1926.016,
          "stopDistance": 8.869,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 816
        },
        {
          "entryTs": 1674626400,
          "entryUtc": "2023-01-25T06:00:00.000Z",
          "exitTs": 1674655080,
          "dir": 1,
          "entryPrice": 1927.525,
          "exitPrice": 1920.851,
          "stopDistance": 6.674,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 478
        },
        {
          "entryTs": 1674657360,
          "entryUtc": "2023-01-25T14:36:00.000Z",
          "exitTs": 1674659220,
          "dir": -1,
          "entryPrice": 1930.383,
          "exitPrice": 1937.739,
          "stopDistance": 7.356,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 31
        },
        {
          "entryTs": 1674666000,
          "entryUtc": "2023-01-25T17:00:00.000Z",
          "exitTs": 1674676980,
          "dir": -1,
          "entryPrice": 1936.638,
          "exitPrice": 1945.489,
          "stopDistance": 8.851,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 183
        },
        {
          "entryTs": 1674709380,
          "entryUtc": "2023-01-26T05:03:00.000Z",
          "exitTs": 1674732720,
          "dir": -1,
          "entryPrice": 1947.117,
          "exitPrice": 1933.566,
          "stopDistance": 6.776,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 389
        },
        {
          "entryTs": 1674747420,
          "entryUtc": "2023-01-26T15:37:00.000Z",
          "exitTs": 1674750240,
          "dir": 1,
          "entryPrice": 1928.366,
          "exitPrice": 1921.366,
          "stopDistance": 7,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 47
        },
        {
          "entryTs": 1674756000,
          "entryUtc": "2023-01-26T18:00:00.000Z",
          "exitTs": 1674834480,
          "dir": 1,
          "entryPrice": 1926.495,
          "exitPrice": 1917.302,
          "stopDistance": 9.193,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 1308
        },
        {
          "entryTs": 1674846000,
          "entryUtc": "2023-01-27T19:00:00.000Z",
          "exitTs": 1675145100,
          "dir": -1,
          "entryPrice": 1930.148,
          "exitPrice": 1913.742,
          "stopDistance": 8.203,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 4985
        },
        {
          "entryTs": 1675179600,
          "entryUtc": "2023-01-31T15:40:00.000Z",
          "exitTs": 1675280400,
          "dir": -1,
          "entryPrice": 1927.7,
          "exitPrice": 1933.736,
          "stopDistance": 6.036,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 1680
        },
        {
          "entryTs": 1675285200,
          "entryUtc": "2023-02-01T21:00:00.000Z",
          "exitTs": 1675349220,
          "dir": -1,
          "entryPrice": 1953.398,
          "exitPrice": 1933.724,
          "stopDistance": 9.837,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 1067
        },
        {
          "entryTs": 1675349400,
          "entryUtc": "2023-02-02T14:50:00.000Z",
          "exitTs": 1675349820,
          "dir": 1,
          "entryPrice": 1931.262,
          "exitPrice": 1922.996,
          "stopDistance": 8.266,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 7
        },
        {
          "entryTs": 1675409400,
          "entryUtc": "2023-02-03T07:30:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1913.367,
          "exitPrice": 1905.779,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 360
        },
        {
          "entryTs": 1675440000,
          "entryUtc": "2023-02-03T16:00:00.000Z",
          "exitTs": 1675448100,
          "dir": 1,
          "entryPrice": 1872.975,
          "exitPrice": 1861.367,
          "stopDistance": 11.608,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 135
        },
        {
          "entryTs": 1675698180,
          "entryUtc": "2023-02-06T15:43:00.000Z",
          "exitTs": 1675791960,
          "dir": 1,
          "entryPrice": 1866.005,
          "exitPrice": 1882.659,
          "stopDistance": 8.327,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 1563
        },
        {
          "entryTs": 1675795680,
          "entryUtc": "2023-02-07T18:48:00.000Z",
          "exitTs": 1675842120,
          "dir": 1,
          "entryPrice": 1865.349,
          "exitPrice": 1880.209,
          "stopDistance": 7.43,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 774
        },
        {
          "entryTs": 1675854000,
          "entryUtc": "2023-02-08T11:00:00.000Z",
          "exitTs": 1675951080,
          "dir": -1,
          "entryPrice": 1880.645,
          "exitPrice": 1889.066,
          "stopDistance": 8.421,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 1618
        },
        {
          "entryTs": 1675954680,
          "entryUtc": "2023-02-09T14:58:00.000Z",
          "exitTs": 1675958520,
          "dir": 1,
          "entryPrice": 1879.437,
          "exitPrice": 1872.221,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 64
        },
        {
          "entryTs": 1675965600,
          "entryUtc": "2023-02-09T18:00:00.000Z",
          "exitTs": 1675999500,
          "dir": 1,
          "entryPrice": 1868.325,
          "exitPrice": 1858.822,
          "stopDistance": 9.503,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 565
        },
        {
          "entryTs": 1676005200,
          "entryUtc": "2023-02-10T05:00:00.000Z",
          "exitTs": 1676016360,
          "dir": 1,
          "entryPrice": 1853.825,
          "exitPrice": 1869.587,
          "stopDistance": 7.881,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 186
        },
        {
          "entryTs": 1676019600,
          "entryUtc": "2023-02-10T09:00:00.000Z",
          "exitTs": 1676307420,
          "dir": -1,
          "entryPrice": 1867.675,
          "exitPrice": 1850.708,
          "stopDistance": 8.484,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 4797
        },
        {
          "entryTs": 1676354340,
          "entryUtc": "2023-02-14T05:59:00.000Z",
          "exitTs": 1676381520,
          "dir": -1,
          "entryPrice": 1859.222,
          "exitPrice": 1865.887,
          "stopDistance": 6.665,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 453
        },
        {
          "entryTs": 1676394000,
          "entryUtc": "2023-02-14T17:00:00.000Z",
          "exitTs": 1676446500,
          "dir": 1,
          "entryPrice": 1849.465,
          "exitPrice": 1838.231,
          "stopDistance": 11.234,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 875
        },
        {
          "entryTs": 1676481780,
          "entryUtc": "2023-02-15T17:23:00.000Z",
          "exitTs": 1676608560,
          "dir": 1,
          "entryPrice": 1833.818,
          "exitPrice": 1825.73,
          "stopDistance": 8.087,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 2113
        },
        {
          "entryTs": 1676647980,
          "entryUtc": "2023-02-17T15:33:00.000Z",
          "exitTs": 1676867880,
          "dir": -1,
          "entryPrice": 1837.384,
          "exitPrice": 1844.688,
          "stopDistance": 7.304,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 3665
        },
        {
          "entryTs": 1676883600,
          "entryUtc": "2023-02-20T09:00:00.000Z",
          "exitTs": 1676967840,
          "dir": -1,
          "entryPrice": 1843.575,
          "exitPrice": 1831.479,
          "stopDistance": 6.048,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 1404
        },
        {
          "entryTs": 1676989200,
          "entryUtc": "2023-02-21T14:20:00.000Z",
          "exitTs": 1677069180,
          "dir": -1,
          "entryPrice": 1839.97,
          "exitPrice": 1844.927,
          "stopDistance": 4.957,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 1333
        },
        {
          "entryTs": 1677072180,
          "entryUtc": "2023-02-22T13:23:00.000Z",
          "exitTs": 1677087300,
          "dir": 1,
          "entryPrice": 1836.407,
          "exitPrice": 1830.707,
          "stopDistance": 5.7,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 252
        },
        {
          "entryTs": 1677146400,
          "entryUtc": "2023-02-23T10:00:00.000Z",
          "exitTs": 1677159120,
          "dir": 1,
          "entryPrice": 1826.155,
          "exitPrice": 1820.398,
          "stopDistance": 5.757,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 212
        },
        {
          "entryTs": 1677175200,
          "entryUtc": "2023-02-23T18:00:00.000Z",
          "exitTs": 1677245400,
          "dir": 1,
          "entryPrice": 1821.121,
          "exitPrice": 1814.172,
          "stopDistance": 6.949,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1677467580,
          "entryUtc": "2023-02-27T03:13:00.000Z",
          "exitTs": 1677572220,
          "dir": 1,
          "entryPrice": 1810.173,
          "exitPrice": 1804.77,
          "stopDistance": 5.402,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 1744
        },
        {
          "entryTs": 1677578400,
          "entryUtc": "2023-02-28T10:00:00.000Z",
          "exitTs": 1677596400,
          "dir": 1,
          "entryPrice": 1810.255,
          "exitPrice": 1821.072,
          "stopDistance": 5.408,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 300
        },
        {
          "entryTs": 1677603600,
          "entryUtc": "2023-02-28T17:00:00.000Z",
          "exitTs": 1677651300,
          "dir": -1,
          "entryPrice": 1826.518,
          "exitPrice": 1832.804,
          "stopDistance": 6.286,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 795
        },
        {
          "entryTs": 1677675600,
          "entryUtc": "2023-03-01T13:00:00.000Z",
          "exitTs": 1677834480,
          "dir": -1,
          "entryPrice": 1840.418,
          "exitPrice": 1846.6,
          "stopDistance": 6.182,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 2648
        },
        {
          "entryTs": 1677855720,
          "entryUtc": "2023-03-03T15:02:00.000Z",
          "exitTs": 1677871860,
          "dir": 1,
          "entryPrice": 1841.119,
          "exitPrice": 1851.538,
          "stopDistance": 5.209,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 269
        },
        {
          "entryTs": 1678080060,
          "entryUtc": "2023-03-06T05:21:00.000Z",
          "exitTs": 1678147920,
          "dir": -1,
          "entryPrice": 1854.968,
          "exitPrice": 1844.701,
          "stopDistance": 5.134,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 1131
        },
        {
          "entryTs": 1678148700,
          "entryUtc": "2023-03-07T00:25:00.000Z",
          "exitTs": 1678192320,
          "dir": 1,
          "entryPrice": 1844.182,
          "exitPrice": 1838.846,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 727
        },
        {
          "entryTs": 1678284000,
          "entryUtc": "2023-03-08T14:00:00.000Z",
          "exitTs": 1678286820,
          "dir": -1,
          "entryPrice": 1814.269,
          "exitPrice": 1818.736,
          "stopDistance": 4.467,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 47
        },
        {
          "entryTs": 1678294800,
          "entryUtc": "2023-03-08T17:00:00.000Z",
          "exitTs": 1678369260,
          "dir": -1,
          "entryPrice": 1817.588,
          "exitPrice": 1823.266,
          "stopDistance": 5.678,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 1241
        },
        {
          "entryTs": 1678381200,
          "entryUtc": "2023-03-09T17:00:00.000Z",
          "exitTs": 1678386900,
          "dir": -1,
          "entryPrice": 1825.885,
          "exitPrice": 1831.909,
          "stopDistance": 6.024,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 95
        },
        {
          "entryTs": 1678407540,
          "entryUtc": "2023-03-10T00:19:00.000Z",
          "exitTs": 1678455000,
          "dir": -1,
          "entryPrice": 1832.58,
          "exitPrice": 1838.762,
          "stopDistance": 6.182,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 791
        },
        {
          "entryTs": 1678456800,
          "entryUtc": "2023-03-10T14:00:00.000Z",
          "exitTs": 1678458420,
          "dir": -1,
          "entryPrice": 1842.375,
          "exitPrice": 1849.199,
          "stopDistance": 6.824,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 27
        },
        {
          "entryTs": 1678467600,
          "entryUtc": "2023-03-10T17:00:00.000Z",
          "exitTs": 1678470480,
          "dir": -1,
          "entryPrice": 1855.225,
          "exitPrice": 1864.604,
          "stopDistance": 9.379,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 48
        },
        {
          "entryTs": 1678689600,
          "entryUtc": "2023-03-13T06:40:00.000Z",
          "exitTs": 1678710600,
          "dir": 1,
          "entryPrice": 1876.99,
          "exitPrice": 1899.719,
          "stopDistance": 11.365,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 350
        },
        {
          "entryTs": 1678719600,
          "entryUtc": "2023-03-13T15:00:00.000Z",
          "exitTs": 1678882440,
          "dir": -1,
          "entryPrice": 1910.504,
          "exitPrice": 1925.049,
          "stopDistance": 14.545,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 2714
        },
        {
          "entryTs": 1678939200,
          "entryUtc": "2023-03-16T04:00:00.000Z",
          "exitTs": 1679052120,
          "dir": 1,
          "entryPrice": 1913.115,
          "exitPrice": 1935.132,
          "stopDistance": 11.008,
          "outcome": "target",
          "netR": 1.9664,
          "holdMinutes": 1882
        },
        {
          "entryTs": 1679054400,
          "entryUtc": "2023-03-17T12:00:00.000Z",
          "exitTs": 1679056200,
          "dir": -1,
          "entryPrice": 1934.975,
          "exitPrice": 1942.935,
          "stopDistance": 7.96,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 30
        },
        {
          "entryTs": 1679291520,
          "entryUtc": "2023-03-20T05:52:00.000Z",
          "exitTs": 1679295960,
          "dir": -1,
          "entryPrice": 1983.901,
          "exitPrice": 1994.95,
          "stopDistance": 11.05,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 74
        },
        {
          "entryTs": 1679310000,
          "entryUtc": "2023-03-20T11:00:00.000Z",
          "exitTs": 1679385960,
          "dir": 1,
          "entryPrice": 1980.311,
          "exitPrice": 1965.353,
          "stopDistance": 14.958,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 1266
        },
        {
          "entryTs": 1679461980,
          "entryUtc": "2023-03-22T05:13:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1938.425,
          "exitPrice": 1954.696,
          "stopDistance": 8.136,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 767
        },
        {
          "entryTs": 1679510460,
          "entryUtc": "2023-03-22T18:41:00.000Z",
          "exitTs": 1679549640,
          "dir": -1,
          "entryPrice": 1970.325,
          "exitPrice": 1980.276,
          "stopDistance": 9.951,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 653
        },
        {
          "entryTs": 1679579460,
          "entryUtc": "2023-03-23T13:51:00.000Z",
          "exitTs": 1679588340,
          "dir": -1,
          "entryPrice": 1980.761,
          "exitPrice": 1990.2,
          "stopDistance": 9.439,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 148
        },
        {
          "entryTs": 1679634480,
          "entryUtc": "2023-03-24T05:08:00.000Z",
          "exitTs": 1679647200,
          "dir": 1,
          "entryPrice": 1991.208,
          "exitPrice": 1981.89,
          "stopDistance": 9.318,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 212
        },
        {
          "entryTs": 1679652720,
          "entryUtc": "2023-03-24T10:12:00.000Z",
          "exitTs": 1679679480,
          "dir": -1,
          "entryPrice": 1998.689,
          "exitPrice": 1976.474,
          "stopDistance": 11.108,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 446
        },
        {
          "entryTs": 1679936400,
          "entryUtc": "2023-03-27T17:00:00.000Z",
          "exitTs": 1680007080,
          "dir": -1,
          "entryPrice": 1955.765,
          "exitPrice": 1966.281,
          "stopDistance": 10.516,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1680008400,
          "entryUtc": "2023-03-28T13:00:00.000Z",
          "exitTs": 1680024000,
          "dir": -1,
          "entryPrice": 1965.084,
          "exitPrice": 1972.802,
          "stopDistance": 7.718,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 260
        },
        {
          "entryTs": 1680101040,
          "entryUtc": "2023-03-29T14:44:00.000Z",
          "exitTs": 1680138540,
          "dir": -1,
          "entryPrice": 1970.259,
          "exitPrice": 1957.777,
          "stopDistance": 6.241,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 625
        },
        {
          "entryTs": 1680140520,
          "entryUtc": "2023-03-30T01:42:00.000Z",
          "exitTs": 1680159720,
          "dir": 1,
          "entryPrice": 1956.733,
          "exitPrice": 1970.317,
          "stopDistance": 6.792,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 320
        },
        {
          "entryTs": 1680199200,
          "entryUtc": "2023-03-30T18:00:00.000Z",
          "exitTs": 1680265920,
          "dir": -1,
          "entryPrice": 1979.795,
          "exitPrice": 1987.304,
          "stopDistance": 7.509,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 1112
        },
        {
          "entryTs": 1680278880,
          "entryUtc": "2023-03-31T16:08:00.000Z",
          "exitTs": 1680283680,
          "dir": 1,
          "entryPrice": 1977.34,
          "exitPrice": 1969.653,
          "stopDistance": 7.687,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 80
        },
        {
          "entryTs": 1680487200,
          "entryUtc": "2023-04-03T02:00:00.000Z",
          "exitTs": 1680491580,
          "dir": 1,
          "entryPrice": 1960.225,
          "exitPrice": 1951.617,
          "stopDistance": 8.608,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 73
        },
        {
          "entryTs": 1680498000,
          "entryUtc": "2023-04-03T05:00:00.000Z",
          "exitTs": 1680516660,
          "dir": 1,
          "entryPrice": 1952.495,
          "exitPrice": 1969.011,
          "stopDistance": 8.258,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 311
        },
        {
          "entryTs": 1680530400,
          "entryUtc": "2023-04-03T14:00:00.000Z",
          "exitTs": 1680532380,
          "dir": -1,
          "entryPrice": 1981.369,
          "exitPrice": 1988.961,
          "stopDistance": 7.592,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 33
        },
        {
          "entryTs": 1680614700,
          "entryUtc": "2023-04-04T13:25:00.000Z",
          "exitTs": 1680616800,
          "dir": -1,
          "entryPrice": 1987.825,
          "exitPrice": 1996.084,
          "stopDistance": 8.259,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 35
        },
        {
          "entryTs": 1680620400,
          "entryUtc": "2023-04-04T15:00:00.000Z",
          "exitTs": 1680675840,
          "dir": -1,
          "entryPrice": 2016.035,
          "exitPrice": 2026.084,
          "stopDistance": 10.049,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 924
        },
        {
          "entryTs": 1680692400,
          "entryUtc": "2023-04-05T11:00:00.000Z",
          "exitTs": 1680705120,
          "dir": 1,
          "entryPrice": 2021.87,
          "exitPrice": 2015.497,
          "stopDistance": 6.373,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 212
        },
        {
          "entryTs": 1680714000,
          "entryUtc": "2023-04-05T17:00:00.000Z",
          "exitTs": 1680746460,
          "dir": 1,
          "entryPrice": 2021.255,
          "exitPrice": 2012.059,
          "stopDistance": 9.196,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 541
        },
        {
          "entryTs": 1680793200,
          "entryUtc": "2023-04-06T15:00:00.000Z",
          "exitTs": 1681077600,
          "dir": 1,
          "entryPrice": 2011.717,
          "exitPrice": 2003.197,
          "stopDistance": 8.52,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 4740
        },
        {
          "entryTs": 1681138800,
          "entryUtc": "2023-04-10T15:00:00.000Z",
          "exitTs": 1681201380,
          "dir": 1,
          "entryPrice": 1987.425,
          "exitPrice": 2004.729,
          "stopDistance": 8.652,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 1043
        },
        {
          "entryTs": 1681202760,
          "entryUtc": "2023-04-11T08:46:00.000Z",
          "exitTs": 1681264740,
          "dir": -1,
          "entryPrice": 2007.164,
          "exitPrice": 2014.98,
          "stopDistance": 7.816,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 1033
        },
        {
          "entryTs": 1681295160,
          "entryUtc": "2023-04-12T10:26:00.000Z",
          "exitTs": 1681302600,
          "dir": 1,
          "entryPrice": 2008.131,
          "exitPrice": 2020.77,
          "stopDistance": 6.32,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 124
        },
        {
          "entryTs": 1681307100,
          "entryUtc": "2023-04-12T13:45:00.000Z",
          "exitTs": 1681322640,
          "dir": 1,
          "entryPrice": 2002.599,
          "exitPrice": 2013.521,
          "stopDistance": 5.461,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 259
        },
        {
          "entryTs": 1681367100,
          "entryUtc": "2023-04-13T06:25:00.000Z",
          "exitTs": 1681388460,
          "dir": -1,
          "entryPrice": 2020.267,
          "exitPrice": 2029.915,
          "stopDistance": 9.648,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 356
        },
        {
          "entryTs": 1681432920,
          "entryUtc": "2023-04-14T00:42:00.000Z",
          "exitTs": 1681476240,
          "dir": -1,
          "entryPrice": 2041.776,
          "exitPrice": 2026.446,
          "stopDistance": 7.665,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 722
        },
        {
          "entryTs": 1681476360,
          "entryUtc": "2023-04-14T12:46:00.000Z",
          "exitTs": 1681481280,
          "dir": 1,
          "entryPrice": 2019.258,
          "exitPrice": 2012.519,
          "stopDistance": 6.738,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 82
        },
        {
          "entryTs": 1681693800,
          "entryUtc": "2023-04-17T01:10:00.000Z",
          "exitTs": 1681742400,
          "dir": 1,
          "entryPrice": 1996.89,
          "exitPrice": 1987.337,
          "stopDistance": 9.553,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 810
        },
        {
          "entryTs": 1681790400,
          "entryUtc": "2023-04-18T04:00:00.000Z",
          "exitTs": 1681826940,
          "dir": -1,
          "entryPrice": 2000.155,
          "exitPrice": 2007.211,
          "stopDistance": 7.056,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 609
        },
        {
          "entryTs": 1681837200,
          "entryUtc": "2023-04-18T17:00:00.000Z",
          "exitTs": 1681885020,
          "dir": -1,
          "entryPrice": 2007.075,
          "exitPrice": 1991.644,
          "stopDistance": 7.716,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 797
        },
        {
          "entryTs": 1681930500,
          "entryUtc": "2023-04-19T18:55:00.000Z",
          "exitTs": 1681993860,
          "dir": -1,
          "entryPrice": 1996.572,
          "exitPrice": 2006.062,
          "stopDistance": 9.489,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 1056
        },
        {
          "entryTs": 1681995600,
          "entryUtc": "2023-04-20T13:00:00.000Z",
          "exitTs": 1682058480,
          "dir": -1,
          "entryPrice": 2006.614,
          "exitPrice": 1990.111,
          "stopDistance": 8.252,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 1048
        },
        {
          "entryTs": 1682085600,
          "entryUtc": "2023-04-21T14:00:00.000Z",
          "exitTs": 1682379660,
          "dir": 1,
          "entryPrice": 1973.614,
          "exitPrice": 1994.306,
          "stopDistance": 10.346,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 4901
        },
        {
          "entryTs": 1682420280,
          "entryUtc": "2023-04-25T10:58:00.000Z",
          "exitTs": 1682443560,
          "dir": 1,
          "entryPrice": 1981.922,
          "exitPrice": 1995.796,
          "stopDistance": 6.937,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 388
        },
        {
          "entryTs": 1682501040,
          "entryUtc": "2023-04-26T09:24:00.000Z",
          "exitTs": 1682515560,
          "dir": -1,
          "entryPrice": 1999.601,
          "exitPrice": 2007.137,
          "stopDistance": 7.536,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 242
        },
        {
          "entryTs": 1682521380,
          "entryUtc": "2023-04-26T15:03:00.000Z",
          "exitTs": 1682599440,
          "dir": -1,
          "entryPrice": 1999.096,
          "exitPrice": 1982.362,
          "stopDistance": 8.367,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 1301
        },
        {
          "entryTs": 1682611200,
          "entryUtc": "2023-04-27T16:00:00.000Z",
          "exitTs": 1682944500,
          "dir": 1,
          "entryPrice": 1982.165,
          "exitPrice": 2001.271,
          "stopDistance": 9.553,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 5555
        },
        {
          "entryTs": 1682946000,
          "entryUtc": "2023-05-01T13:00:00.000Z",
          "exitTs": 1682949600,
          "dir": -1,
          "entryPrice": 2004.068,
          "exitPrice": 1988.856,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 60
        },
        {
          "entryTs": 1682960400,
          "entryUtc": "2023-05-01T17:00:00.000Z",
          "exitTs": 1683036840,
          "dir": 1,
          "entryPrice": 1981.555,
          "exitPrice": 1998.828,
          "stopDistance": 8.637,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 1274
        },
        {
          "entryTs": 1683046800,
          "entryUtc": "2023-05-02T17:00:00.000Z",
          "exitTs": 1683127020,
          "dir": -1,
          "entryPrice": 2015.035,
          "exitPrice": 2023.835,
          "stopDistance": 8.8,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 1337
        },
        {
          "entryTs": 1683129600,
          "entryUtc": "2023-05-03T16:00:00.000Z",
          "exitTs": 1683136800,
          "dir": -1,
          "entryPrice": 2023.394,
          "exitPrice": 2030.681,
          "stopDistance": 7.287,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 120
        },
        {
          "entryTs": 1683154800,
          "entryUtc": "2023-05-03T23:00:00.000Z",
          "exitTs": 1683289800,
          "dir": -1,
          "entryPrice": 2056.454,
          "exitPrice": 2028.332,
          "stopDistance": 14.061,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 2250
        },
        {
          "entryTs": 1683511320,
          "entryUtc": "2023-05-08T02:02:00.000Z",
          "exitTs": 1683549840,
          "dir": -1,
          "entryPrice": 2017.387,
          "exitPrice": 2025.866,
          "stopDistance": 8.48,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 642
        },
        {
          "entryTs": 1683565200,
          "entryUtc": "2023-05-08T17:00:00.000Z",
          "exitTs": 1683652260,
          "dir": -1,
          "entryPrice": 2027.044,
          "exitPrice": 2034.009,
          "stopDistance": 6.965,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 1451
        },
        {
          "entryTs": 1683691200,
          "entryUtc": "2023-05-10T04:00:00.000Z",
          "exitTs": 1683707580,
          "dir": 1,
          "entryPrice": 2031.615,
          "exitPrice": 2026.54,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 273
        },
        {
          "entryTs": 1683712800,
          "entryUtc": "2023-05-10T10:00:00.000Z",
          "exitTs": 1683721860,
          "dir": 1,
          "entryPrice": 2028.964,
          "exitPrice": 2039.583,
          "stopDistance": 5.31,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 151
        },
        {
          "entryTs": 1683766800,
          "entryUtc": "2023-05-11T01:00:00.000Z",
          "exitTs": 1683812820,
          "dir": -1,
          "entryPrice": 2035.264,
          "exitPrice": 2020.515,
          "stopDistance": 7.375,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 767
        },
        {
          "entryTs": 1683820800,
          "entryUtc": "2023-05-11T16:00:00.000Z",
          "exitTs": 1683884580,
          "dir": 1,
          "entryPrice": 2013.494,
          "exitPrice": 2002.527,
          "stopDistance": 10.967,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 1063
        },
        {
          "entryTs": 1683889200,
          "entryUtc": "2023-05-12T11:00:00.000Z",
          "exitTs": 1683899220,
          "dir": 1,
          "entryPrice": 2006.044,
          "exitPrice": 2020.432,
          "stopDistance": 7.194,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 167
        },
        {
          "entryTs": 1684101600,
          "entryUtc": "2023-05-14T22:00:00.000Z",
          "exitTs": 1684249620,
          "dir": 1,
          "entryPrice": 2007.498,
          "exitPrice": 2000.068,
          "stopDistance": 7.43,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 2467
        },
        {
          "entryTs": 1684303200,
          "entryUtc": "2023-05-17T06:00:00.000Z",
          "exitTs": 1684326180,
          "dir": 1,
          "entryPrice": 1987.844,
          "exitPrice": 1982.368,
          "stopDistance": 5.476,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 383
        },
        {
          "entryTs": 1684375200,
          "entryUtc": "2023-05-18T02:00:00.000Z",
          "exitTs": 1684396560,
          "dir": -1,
          "entryPrice": 1985.054,
          "exitPrice": 1974.085,
          "stopDistance": 5.484,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 356
        },
        {
          "entryTs": 1684418400,
          "entryUtc": "2023-05-18T14:00:00.000Z",
          "exitTs": 1684422180,
          "dir": 1,
          "entryPrice": 1959.885,
          "exitPrice": 1953.168,
          "stopDistance": 6.717,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 63
        },
        {
          "entryTs": 1684460280,
          "entryUtc": "2023-05-19T01:38:00.000Z",
          "exitTs": 1684477380,
          "dir": 1,
          "entryPrice": 1953.944,
          "exitPrice": 1966.015,
          "stopDistance": 6.035,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 285
        },
        {
          "entryTs": 1684486800,
          "entryUtc": "2023-05-19T09:00:00.000Z",
          "exitTs": 1684509360,
          "dir": -1,
          "entryPrice": 1964.545,
          "exitPrice": 1970.481,
          "stopDistance": 5.936,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 376
        },
        {
          "entryTs": 1684510440,
          "entryUtc": "2023-05-19T15:34:00.000Z",
          "exitTs": 1684735800,
          "dir": -1,
          "entryPrice": 1981.852,
          "exitPrice": 1971.284,
          "stopDistance": 5.284,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 3756
        },
        {
          "entryTs": 1684749600,
          "entryUtc": "2023-05-22T10:00:00.000Z",
          "exitTs": 1684803780,
          "dir": -1,
          "entryPrice": 1979.615,
          "exitPrice": 1965.976,
          "stopDistance": 6.82,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 903
        },
        {
          "entryTs": 1684805580,
          "entryUtc": "2023-05-23T01:33:00.000Z",
          "exitTs": 1684826580,
          "dir": 1,
          "entryPrice": 1964.763,
          "exitPrice": 1956.717,
          "stopDistance": 8.046,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 350
        },
        {
          "entryTs": 1684836000,
          "entryUtc": "2023-05-23T10:00:00.000Z",
          "exitTs": 1684849620,
          "dir": 1,
          "entryPrice": 1956.935,
          "exitPrice": 1970.662,
          "stopDistance": 6.863,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 227
        },
        {
          "entryTs": 1684851360,
          "entryUtc": "2023-05-23T14:16:00.000Z",
          "exitTs": 1684907820,
          "dir": -1,
          "entryPrice": 1973.287,
          "exitPrice": 1979.557,
          "stopDistance": 6.27,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 941
        },
        {
          "entryTs": 1684914120,
          "entryUtc": "2023-05-24T07:42:00.000Z",
          "exitTs": 1684930860,
          "dir": -1,
          "entryPrice": 1975.829,
          "exitPrice": 1982.205,
          "stopDistance": 6.376,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 279
        },
        {
          "entryTs": 1684943700,
          "entryUtc": "2023-05-24T15:55:00.000Z",
          "exitTs": 1685017920,
          "dir": 1,
          "entryPrice": 1961.008,
          "exitPrice": 1954.12,
          "stopDistance": 6.887,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 1237
        },
        {
          "entryTs": 1685073600,
          "entryUtc": "2023-05-26T04:00:00.000Z",
          "exitTs": 1685086800,
          "dir": -1,
          "entryPrice": 1948.395,
          "exitPrice": 1955.277,
          "stopDistance": 6.882,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 220
        },
        {
          "entryTs": 1685086920,
          "entryUtc": "2023-05-26T07:42:00.000Z",
          "exitTs": 1685111940,
          "dir": -1,
          "entryPrice": 1955.789,
          "exitPrice": 1941.979,
          "stopDistance": 6.905,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 417
        },
        {
          "entryTs": 1685112300,
          "entryUtc": "2023-05-26T14:45:00.000Z",
          "exitTs": 1685425620,
          "dir": 1,
          "entryPrice": 1939.925,
          "exitPrice": 1932.766,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 5222
        },
        {
          "entryTs": 1685426400,
          "entryUtc": "2023-05-30T06:00:00.000Z",
          "exitTs": 1685433600,
          "dir": 1,
          "entryPrice": 1933.275,
          "exitPrice": 1942.8,
          "stopDistance": 4.762,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 120
        },
        {
          "entryTs": 1685437200,
          "entryUtc": "2023-05-30T09:00:00.000Z",
          "exitTs": 1685440560,
          "dir": -1,
          "entryPrice": 1944.858,
          "exitPrice": 1950.488,
          "stopDistance": 5.63,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 56
        },
        {
          "entryTs": 1685469960,
          "entryUtc": "2023-05-30T18:06:00.000Z",
          "exitTs": 1685540520,
          "dir": -1,
          "entryPrice": 1958.683,
          "exitPrice": 1965.639,
          "stopDistance": 6.956,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1685541600,
          "entryUtc": "2023-05-31T14:00:00.000Z",
          "exitTs": 1685604840,
          "dir": -1,
          "entryPrice": 1969.658,
          "exitPrice": 1955.725,
          "stopDistance": 6.966,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1685620800,
          "entryUtc": "2023-06-01T12:00:00.000Z",
          "exitTs": 1685627220,
          "dir": -1,
          "entryPrice": 1967.668,
          "exitPrice": 1973.889,
          "stopDistance": 6.221,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 107
        },
        {
          "entryTs": 1685635200,
          "entryUtc": "2023-06-01T16:00:00.000Z",
          "exitTs": 1685713500,
          "dir": -1,
          "entryPrice": 1982.015,
          "exitPrice": 1966.397,
          "stopDistance": 7.809,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 1305
        },
        {
          "entryTs": 1685980800,
          "entryUtc": "2023-06-05T16:00:00.000Z",
          "exitTs": 1686054000,
          "dir": -1,
          "entryPrice": 1958.045,
          "exitPrice": 1965.832,
          "stopDistance": 7.787,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 1220
        },
        {
          "entryTs": 1686055380,
          "entryUtc": "2023-06-06T12:43:00.000Z",
          "exitTs": 1686059760,
          "dir": 1,
          "entryPrice": 1959.957,
          "exitPrice": 1954.283,
          "stopDistance": 5.675,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 73
        },
        {
          "entryTs": 1686070800,
          "entryUtc": "2023-06-06T17:00:00.000Z",
          "exitTs": 1686152820,
          "dir": -1,
          "entryPrice": 1963.488,
          "exitPrice": 1949.932,
          "stopDistance": 6.778,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 1367
        },
        {
          "entryTs": 1686157200,
          "entryUtc": "2023-06-07T17:00:00.000Z",
          "exitTs": 1686228120,
          "dir": 1,
          "entryPrice": 1942.075,
          "exitPrice": 1958.406,
          "stopDistance": 8.166,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 1182
        },
        {
          "entryTs": 1686231060,
          "entryUtc": "2023-06-08T13:31:00.000Z",
          "exitTs": 1686231960,
          "dir": -1,
          "entryPrice": 1961.075,
          "exitPrice": 1967.627,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 15
        },
        {
          "entryTs": 1686236400,
          "entryUtc": "2023-06-08T15:00:00.000Z",
          "exitTs": 1686577740,
          "dir": -1,
          "entryPrice": 1967.095,
          "exitPrice": 1952.75,
          "stopDistance": 7.172,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 5689
        },
        {
          "entryTs": 1686578400,
          "entryUtc": "2023-06-12T14:00:00.000Z",
          "exitTs": 1686640320,
          "dir": 1,
          "entryPrice": 1952.005,
          "exitPrice": 1964.783,
          "stopDistance": 6.389,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 1032
        },
        {
          "entryTs": 1686646800,
          "entryUtc": "2023-06-13T09:00:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1964.065,
          "exitPrice": 1969.327,
          "stopDistance": 5.262,
          "outcome": "ambiguous",
          "netR": -1.0798,
          "holdMinutes": 210
        },
        {
          "entryTs": 1686744480,
          "entryUtc": "2023-06-14T12:08:00.000Z",
          "exitTs": 1686746160,
          "dir": -1,
          "entryPrice": 1948.107,
          "exitPrice": 1953.801,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 28
        },
        {
          "entryTs": 1686754800,
          "entryUtc": "2023-06-14T15:00:00.000Z",
          "exitTs": 1686765660,
          "dir": -1,
          "entryPrice": 1957.805,
          "exitPrice": 1944.641,
          "stopDistance": 6.582,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 181
        },
        {
          "entryTs": 1686819600,
          "entryUtc": "2023-06-15T09:00:00.000Z",
          "exitTs": 1686836700,
          "dir": 1,
          "entryPrice": 1931.585,
          "exitPrice": 1946.706,
          "stopDistance": 7.561,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 285
        },
        {
          "entryTs": 1686837180,
          "entryUtc": "2023-06-15T13:53:00.000Z",
          "exitTs": 1686839460,
          "dir": -1,
          "entryPrice": 1951.974,
          "exitPrice": 1959.561,
          "stopDistance": 7.586,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 38
        },
        {
          "entryTs": 1686844800,
          "entryUtc": "2023-06-15T16:00:00.000Z",
          "exitTs": 1686915540,
          "dir": -1,
          "entryPrice": 1956.475,
          "exitPrice": 1966.118,
          "stopDistance": 9.643,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 1179
        },
        {
          "entryTs": 1686931200,
          "entryUtc": "2023-06-16T16:00:00.000Z",
          "exitTs": 1687174920,
          "dir": 1,
          "entryPrice": 1956.195,
          "exitPrice": 1948.761,
          "stopDistance": 7.434,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 4062
        },
        {
          "entryTs": 1687176000,
          "entryUtc": "2023-06-19T12:00:00.000Z",
          "exitTs": 1687266060,
          "dir": 1,
          "entryPrice": 1948.445,
          "exitPrice": 1943.321,
          "stopDistance": 5.124,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1687276800,
          "entryUtc": "2023-06-20T16:00:00.000Z",
          "exitTs": 1687350120,
          "dir": 1,
          "entryPrice": 1935.085,
          "exitPrice": 1928.31,
          "stopDistance": 6.775,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 1222
        },
        {
          "entryTs": 1687366800,
          "entryUtc": "2023-06-21T17:00:00.000Z",
          "exitTs": 1687439340,
          "dir": -1,
          "entryPrice": 1933.185,
          "exitPrice": 1919.6,
          "stopDistance": 6.793,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 1209
        },
        {
          "entryTs": 1687449600,
          "entryUtc": "2023-06-22T16:00:00.000Z",
          "exitTs": 1687524540,
          "dir": 1,
          "entryPrice": 1913.365,
          "exitPrice": 1927.116,
          "stopDistance": 6.875,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 1249
        },
        {
          "entryTs": 1687525860,
          "entryUtc": "2023-06-23T13:11:00.000Z",
          "exitTs": 1687527900,
          "dir": -1,
          "entryPrice": 1931.392,
          "exitPrice": 1936.808,
          "stopDistance": 5.416,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 34
        },
        {
          "entryTs": 1687528800,
          "entryUtc": "2023-06-23T14:00:00.000Z",
          "exitTs": 1687538520,
          "dir": -1,
          "entryPrice": 1932.155,
          "exitPrice": 1919.075,
          "stopDistance": 6.54,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 162
        },
        {
          "entryTs": 1687539600,
          "entryUtc": "2023-06-23T17:00:00.000Z",
          "exitTs": 1687769340,
          "dir": 1,
          "entryPrice": 1918.585,
          "exitPrice": 1932.982,
          "stopDistance": 7.198,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 3829
        },
        {
          "entryTs": 1687773600,
          "entryUtc": "2023-06-26T10:00:00.000Z",
          "exitTs": 1687874460,
          "dir": -1,
          "entryPrice": 1929.735,
          "exitPrice": 1918.119,
          "stopDistance": 5.808,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 1681
        },
        {
          "entryTs": 1687885200,
          "entryUtc": "2023-06-27T17:00:00.000Z",
          "exitTs": 1687945680,
          "dir": 1,
          "entryPrice": 1914.525,
          "exitPrice": 1907.826,
          "stopDistance": 6.699,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 1008
        },
        {
          "entryTs": 1687971660,
          "entryUtc": "2023-06-28T17:01:00.000Z",
          "exitTs": 1688042040,
          "dir": -1,
          "entryPrice": 1912.889,
          "exitPrice": 1900.872,
          "stopDistance": 6.009,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1688058000,
          "entryUtc": "2023-06-29T17:00:00.000Z",
          "exitTs": 1688134260,
          "dir": -1,
          "entryPrice": 1910.165,
          "exitPrice": 1917.428,
          "stopDistance": 7.263,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 1271
        },
        {
          "entryTs": 1688374800,
          "entryUtc": "2023-07-03T09:00:00.000Z",
          "exitTs": 1688390100,
          "dir": 1,
          "entryPrice": 1911.895,
          "exitPrice": 1922.163,
          "stopDistance": 5.134,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 255
        },
        {
          "entryTs": 1688400000,
          "entryUtc": "2023-07-03T16:00:00.000Z",
          "exitTs": 1688563020,
          "dir": -1,
          "entryPrice": 1926.428,
          "exitPrice": 1932.792,
          "stopDistance": 6.364,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 2717
        },
        {
          "entryTs": 1688576400,
          "entryUtc": "2023-07-05T17:00:00.000Z",
          "exitTs": 1688581200,
          "dir": 1,
          "entryPrice": 1921.465,
          "exitPrice": 1916.044,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 80
        },
        {
          "entryTs": 1688630400,
          "entryUtc": "2023-07-06T08:00:00.000Z",
          "exitTs": 1688639640,
          "dir": -1,
          "entryPrice": 1918.805,
          "exitPrice": 1923.025,
          "stopDistance": 4.22,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 154
        },
        {
          "entryTs": 1688644800,
          "entryUtc": "2023-07-06T12:00:00.000Z",
          "exitTs": 1688645880,
          "dir": -1,
          "entryPrice": 1926.565,
          "exitPrice": 1916.901,
          "stopDistance": 4.832,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 18
        },
        {
          "entryTs": 1688695800,
          "entryUtc": "2023-07-07T02:10:00.000Z",
          "exitTs": 1688723280,
          "dir": -1,
          "entryPrice": 1911.079,
          "exitPrice": 1916.581,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 458
        },
        {
          "entryTs": 1688745600,
          "entryUtc": "2023-07-07T16:00:00.000Z",
          "exitTs": 1689057600,
          "dir": -1,
          "entryPrice": 1927.515,
          "exitPrice": 1935.415,
          "stopDistance": 7.9,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 5200
        },
        {
          "entryTs": 1689121980,
          "entryUtc": "2023-07-12T00:33:00.000Z",
          "exitTs": 1689129060,
          "dir": -1,
          "entryPrice": 1935.613,
          "exitPrice": 1940.758,
          "stopDistance": 5.145,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 118
        },
        {
          "entryTs": 1689165000,
          "entryUtc": "2023-07-12T12:30:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1938.725,
          "exitPrice": 1943.044,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 0
        },
        {
          "entryTs": 1689174000,
          "entryUtc": "2023-07-12T15:00:00.000Z",
          "exitTs": 1689544800,
          "dir": -1,
          "entryPrice": 1957.535,
          "exitPrice": 1954.634,
          "stopDistance": 7.19,
          "outcome": "time",
          "netR": 0.352,
          "holdMinutes": 6180
        },
        {
          "entryTs": 1689548400,
          "entryUtc": "2023-07-16T23:00:00.000Z",
          "exitTs": 1689598860,
          "dir": 1,
          "entryPrice": 1952.934,
          "exitPrice": 1947.68,
          "stopDistance": 5.254,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 841
        },
        {
          "entryTs": 1689602400,
          "entryUtc": "2023-07-17T14:00:00.000Z",
          "exitTs": 1689664740,
          "dir": 1,
          "entryPrice": 1950.465,
          "exitPrice": 1962.686,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 1039
        },
        {
          "entryTs": 1689674400,
          "entryUtc": "2023-07-18T10:00:00.000Z",
          "exitTs": 1689678960,
          "dir": -1,
          "entryPrice": 1962.844,
          "exitPrice": 1967.236,
          "stopDistance": 4.392,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 76
        },
        {
          "entryTs": 1689696000,
          "entryUtc": "2023-07-18T16:00:00.000Z",
          "exitTs": 1689818520,
          "dir": -1,
          "entryPrice": 1977.978,
          "exitPrice": 1985.508,
          "stopDistance": 7.53,
          "outcome": "stop",
          "netR": -1.0558,
          "holdMinutes": 2042
        },
        {
          "entryTs": 1689838860,
          "entryUtc": "2023-07-20T07:41:00.000Z",
          "exitTs": 1689856740,
          "dir": 1,
          "entryPrice": 1978.96,
          "exitPrice": 1973.928,
          "stopDistance": 5.032,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 298
        },
        {
          "entryTs": 1689857040,
          "entryUtc": "2023-07-20T12:44:00.000Z",
          "exitTs": 1689864180,
          "dir": 1,
          "entryPrice": 1972.347,
          "exitPrice": 1966.951,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 119
        },
        {
          "entryTs": 1689924840,
          "entryUtc": "2023-07-21T07:34:00.000Z",
          "exitTs": 1689926700,
          "dir": 1,
          "entryPrice": 1967.708,
          "exitPrice": 1963.031,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 31
        },
        {
          "entryTs": 1689933600,
          "entryUtc": "2023-07-21T10:00:00.000Z",
          "exitTs": 1689945780,
          "dir": 1,
          "entryPrice": 1963.805,
          "exitPrice": 1958.679,
          "stopDistance": 5.126,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 203
        },
        {
          "entryTs": 1689955200,
          "entryUtc": "2023-07-21T16:00:00.000Z",
          "exitTs": 1690225860,
          "dir": 1,
          "entryPrice": 1960.175,
          "exitPrice": 1953.971,
          "stopDistance": 6.204,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 4511
        },
        {
          "entryTs": 1690266180,
          "entryUtc": "2023-07-25T06:23:00.000Z",
          "exitTs": 1690284000,
          "dir": -1,
          "entryPrice": 1963.48,
          "exitPrice": 1953.969,
          "stopDistance": 4.755,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 297
        },
        {
          "entryTs": 1690290240,
          "entryUtc": "2023-07-25T13:04:00.000Z",
          "exitTs": 1690352040,
          "dir": 1,
          "entryPrice": 1956.204,
          "exitPrice": 1967.438,
          "stopDistance": 5.617,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1690362000,
          "entryUtc": "2023-07-26T09:00:00.000Z",
          "exitTs": 1690396740,
          "dir": -1,
          "entryPrice": 1971.995,
          "exitPrice": 1976.64,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 579
        },
        {
          "entryTs": 1690423200,
          "entryUtc": "2023-07-27T02:00:00.000Z",
          "exitTs": 1690461720,
          "dir": -1,
          "entryPrice": 1977.665,
          "exitPrice": 1965.494,
          "stopDistance": 6.086,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 642
        },
        {
          "entryTs": 1690473600,
          "entryUtc": "2023-07-27T16:00:00.000Z",
          "exitTs": 1690806660,
          "dir": 1,
          "entryPrice": 1946.755,
          "exitPrice": 1964.163,
          "stopDistance": 8.704,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 5551
        },
        {
          "entryTs": 1690870260,
          "entryUtc": "2023-08-01T06:11:00.000Z",
          "exitTs": 1690892520,
          "dir": 1,
          "entryPrice": 1957.039,
          "exitPrice": 1950.63,
          "stopDistance": 6.409,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 371
        },
        {
          "entryTs": 1690964520,
          "entryUtc": "2023-08-02T08:22:00.000Z",
          "exitTs": 1690985640,
          "dir": -1,
          "entryPrice": 1950.516,
          "exitPrice": 1940.235,
          "stopDistance": 5.14,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 352
        },
        {
          "entryTs": 1690988400,
          "entryUtc": "2023-08-02T15:00:00.000Z",
          "exitTs": 1691152200,
          "dir": 1,
          "entryPrice": 1935.675,
          "exitPrice": 1929.035,
          "stopDistance": 6.64,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 2730
        },
        {
          "entryTs": 1691164800,
          "entryUtc": "2023-08-04T16:00:00.000Z",
          "exitTs": 1691495460,
          "dir": -1,
          "entryPrice": 1942.575,
          "exitPrice": 1929.172,
          "stopDistance": 6.702,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 5511
        },
        {
          "entryTs": 1691499600,
          "entryUtc": "2023-08-08T13:00:00.000Z",
          "exitTs": 1691591460,
          "dir": 1,
          "entryPrice": 1925.275,
          "exitPrice": 1919.976,
          "stopDistance": 5.299,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 1531
        },
        {
          "entryTs": 1691604000,
          "entryUtc": "2023-08-09T18:00:00.000Z",
          "exitTs": 1691670600,
          "dir": 1,
          "entryPrice": 1916.325,
          "exitPrice": 1926.573,
          "stopDistance": 5.124,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 1110
        },
        {
          "entryTs": 1691683260,
          "entryUtc": "2023-08-10T16:01:00.000Z",
          "exitTs": 1691690280,
          "dir": 1,
          "entryPrice": 1919.737,
          "exitPrice": 1913.411,
          "stopDistance": 6.326,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 117
        },
        {
          "entryTs": 1691740800,
          "entryUtc": "2023-08-11T08:00:00.000Z",
          "exitTs": 1692015420,
          "dir": -1,
          "entryPrice": 1917.775,
          "exitPrice": 1908.702,
          "stopDistance": 4.536,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 4577
        },
        {
          "entryTs": 1692025200,
          "entryUtc": "2023-08-14T15:00:00.000Z",
          "exitTs": 1692095220,
          "dir": 1,
          "entryPrice": 1908.445,
          "exitPrice": 1902.762,
          "stopDistance": 5.682,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1692115200,
          "entryUtc": "2023-08-15T16:00:00.000Z",
          "exitTs": 1692211860,
          "dir": -1,
          "entryPrice": 1906.775,
          "exitPrice": 1894.999,
          "stopDistance": 5.888,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 1611
        },
        {
          "entryTs": 1692275820,
          "entryUtc": "2023-08-17T12:37:00.000Z",
          "exitTs": 1692286260,
          "dir": -1,
          "entryPrice": 1902.391,
          "exitPrice": 1893.072,
          "stopDistance": 4.659,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 174
        },
        {
          "entryTs": 1692291600,
          "entryUtc": "2023-08-17T17:00:00.000Z",
          "exitTs": 1692655200,
          "dir": 1,
          "entryPrice": 1888.335,
          "exitPrice": 1894.538,
          "stopDistance": 5.505,
          "outcome": "time",
          "netR": 1.0595,
          "holdMinutes": 6060
        },
        {
          "entryTs": 1692676800,
          "entryUtc": "2023-08-22T04:00:00.000Z",
          "exitTs": 1692689160,
          "dir": -1,
          "entryPrice": 1896.025,
          "exitPrice": 1900.424,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 206
        },
        {
          "entryTs": 1692691200,
          "entryUtc": "2023-08-22T08:00:00.000Z",
          "exitTs": 1692712200,
          "dir": -1,
          "entryPrice": 1901.405,
          "exitPrice": 1892.142,
          "stopDistance": 4.632,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 350
        },
        {
          "entryTs": 1692712440,
          "entryUtc": "2023-08-22T13:54:00.000Z",
          "exitTs": 1692756300,
          "dir": 1,
          "entryPrice": 1890.24,
          "exitPrice": 1902.198,
          "stopDistance": 5.979,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 731
        },
        {
          "entryTs": 1692788460,
          "entryUtc": "2023-08-23T11:01:00.000Z",
          "exitTs": 1692793800,
          "dir": -1,
          "entryPrice": 1903.434,
          "exitPrice": 1907.377,
          "stopDistance": 3.943,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 89
        },
        {
          "entryTs": 1692799200,
          "entryUtc": "2023-08-23T14:00:00.000Z",
          "exitTs": 1692974400,
          "dir": -1,
          "entryPrice": 1917.828,
          "exitPrice": 1906.561,
          "stopDistance": 5.634,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 2920
        },
        {
          "entryTs": 1693216800,
          "entryUtc": "2023-08-28T10:00:00.000Z",
          "exitTs": 1693236720,
          "dir": 1,
          "entryPrice": 1913.955,
          "exitPrice": 1921.669,
          "stopDistance": 3.857,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 332
        },
        {
          "entryTs": 1693242000,
          "entryUtc": "2023-08-28T17:00:00.000Z",
          "exitTs": 1693279500,
          "dir": -1,
          "entryPrice": 1920.518,
          "exitPrice": 1925.4,
          "stopDistance": 4.882,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 625
        },
        {
          "entryTs": 1693306560,
          "entryUtc": "2023-08-29T10:56:00.000Z",
          "exitTs": 1693310220,
          "dir": 1,
          "entryPrice": 1920.549,
          "exitPrice": 1916.829,
          "stopDistance": 3.72,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 61
        },
        {
          "entryTs": 1693310460,
          "entryUtc": "2023-08-29T12:01:00.000Z",
          "exitTs": 1693317600,
          "dir": 1,
          "entryPrice": 1916.593,
          "exitPrice": 1926.036,
          "stopDistance": 4.722,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 119
        },
        {
          "entryTs": 1693324800,
          "entryUtc": "2023-08-29T16:00:00.000Z",
          "exitTs": 1693398600,
          "dir": -1,
          "entryPrice": 1936.635,
          "exitPrice": 1942.288,
          "stopDistance": 5.653,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1693444740,
          "entryUtc": "2023-08-31T01:19:00.000Z",
          "exitTs": 1693496760,
          "dir": -1,
          "entryPrice": 1946.868,
          "exitPrice": 1939.707,
          "stopDistance": 3.58,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 867
        },
        {
          "entryTs": 1693496820,
          "entryUtc": "2023-08-31T15:47:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1939.005,
          "exitPrice": 1947.35,
          "stopDistance": 4.172,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 1243
        },
        {
          "entryTs": 1693584000,
          "entryUtc": "2023-09-01T16:00:00.000Z",
          "exitTs": 1693902540,
          "dir": 1,
          "entryPrice": 1938.735,
          "exitPrice": 1933.171,
          "stopDistance": 5.564,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 5309
        },
        {
          "entryTs": 1693904400,
          "entryUtc": "2023-09-05T09:00:00.000Z",
          "exitTs": 1693908660,
          "dir": 1,
          "entryPrice": 1933.365,
          "exitPrice": 1930.17,
          "stopDistance": 3.195,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 71
        },
        {
          "entryTs": 1693929600,
          "entryUtc": "2023-09-05T16:00:00.000Z",
          "exitTs": 1694005320,
          "dir": 1,
          "entryPrice": 1925.958,
          "exitPrice": 1921.655,
          "stopDistance": 4.303,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1694008800,
          "entryUtc": "2023-09-06T14:00:00.000Z",
          "exitTs": 1694008920,
          "dir": 1,
          "entryPrice": 1924.085,
          "exitPrice": 1919.991,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 2
        },
        {
          "entryTs": 1694019600,
          "entryUtc": "2023-09-06T17:00:00.000Z",
          "exitTs": 1694383200,
          "dir": 1,
          "entryPrice": 1919.925,
          "exitPrice": 1920.418,
          "stopDistance": 5.156,
          "outcome": "time",
          "netR": 0.0238,
          "holdMinutes": 6060
        },
        {
          "entryTs": 1694386800,
          "entryUtc": "2023-09-10T23:00:00.000Z",
          "exitTs": 1694408340,
          "dir": 1,
          "entryPrice": 1918.065,
          "exitPrice": 1926.369,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 359
        },
        {
          "entryTs": 1694482440,
          "entryUtc": "2023-09-12T01:34:00.000Z",
          "exitTs": 1694514900,
          "dir": 1,
          "entryPrice": 1920.706,
          "exitPrice": 1916.684,
          "stopDistance": 4.022,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 541
        },
        {
          "entryTs": 1694520000,
          "entryUtc": "2023-09-12T12:00:00.000Z",
          "exitTs": 1694521500,
          "dir": 1,
          "entryPrice": 1912.855,
          "exitPrice": 1909.019,
          "stopDistance": 3.836,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 25
        },
        {
          "entryTs": 1694572800,
          "entryUtc": "2023-09-13T02:40:00.000Z",
          "exitTs": 1694608200,
          "dir": 1,
          "entryPrice": 1909.684,
          "exitPrice": 1905.648,
          "stopDistance": 4.036,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 590
        },
        {
          "entryTs": 1694621820,
          "entryUtc": "2023-09-13T16:17:00.000Z",
          "exitTs": 1694743140,
          "dir": -1,
          "entryPrice": 1910.448,
          "exitPrice": 1915.291,
          "stopDistance": 4.843,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 2022
        },
        {
          "entryTs": 1694750400,
          "entryUtc": "2023-09-15T04:00:00.000Z",
          "exitTs": 1694778120,
          "dir": -1,
          "entryPrice": 1915.565,
          "exitPrice": 1919.735,
          "stopDistance": 4.17,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 462
        },
        {
          "entryTs": 1694793600,
          "entryUtc": "2023-09-15T16:00:00.000Z",
          "exitTs": 1695056880,
          "dir": -1,
          "entryPrice": 1926.355,
          "exitPrice": 1931.601,
          "stopDistance": 5.246,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 4388
        },
        {
          "entryTs": 1695060000,
          "entryUtc": "2023-09-18T18:00:00.000Z",
          "exitTs": 1695119820,
          "dir": -1,
          "entryPrice": 1931.994,
          "exitPrice": 1936.295,
          "stopDistance": 4.301,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 997
        },
        {
          "entryTs": 1695141300,
          "entryUtc": "2023-09-19T16:35:00.000Z",
          "exitTs": 1695194220,
          "dir": 1,
          "entryPrice": 1931.923,
          "exitPrice": 1928.275,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 882
        },
        {
          "entryTs": 1695207600,
          "entryUtc": "2023-09-20T11:00:00.000Z",
          "exitTs": 1695216840,
          "dir": -1,
          "entryPrice": 1932.505,
          "exitPrice": 1935.415,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 154
        },
        {
          "entryTs": 1695225600,
          "entryUtc": "2023-09-20T16:00:00.000Z",
          "exitTs": 1695228720,
          "dir": -1,
          "entryPrice": 1941.728,
          "exitPrice": 1946.07,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 52
        },
        {
          "entryTs": 1695242220,
          "entryUtc": "2023-09-20T20:37:00.000Z",
          "exitTs": 1695255900,
          "dir": 1,
          "entryPrice": 1930.32,
          "exitPrice": 1927.315,
          "stopDistance": 3.005,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 228
        },
        {
          "entryTs": 1695290400,
          "entryUtc": "2023-09-21T10:00:00.000Z",
          "exitTs": 1695297600,
          "dir": 1,
          "entryPrice": 1924.605,
          "exitPrice": 1920.023,
          "stopDistance": 4.582,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 120
        },
        {
          "entryTs": 1695348000,
          "entryUtc": "2023-09-22T02:00:00.000Z",
          "exitTs": 1695369060,
          "dir": -1,
          "entryPrice": 1923.945,
          "exitPrice": 1928.346,
          "stopDistance": 4.401,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 351
        },
        {
          "entryTs": 1695398400,
          "entryUtc": "2023-09-22T16:00:00.000Z",
          "exitTs": 1695651540,
          "dir": -1,
          "entryPrice": 1927.605,
          "exitPrice": 1919.749,
          "stopDistance": 3.928,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 4219
        },
        {
          "entryTs": 1695657600,
          "entryUtc": "2023-09-25T16:00:00.000Z",
          "exitTs": 1695709080,
          "dir": 1,
          "entryPrice": 1917.375,
          "exitPrice": 1912.792,
          "stopDistance": 4.583,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 858
        },
        {
          "entryTs": 1695718800,
          "entryUtc": "2023-09-26T09:00:00.000Z",
          "exitTs": 1695731100,
          "dir": 1,
          "entryPrice": 1913.566,
          "exitPrice": 1910.119,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 205
        },
        {
          "entryTs": 1695790800,
          "entryUtc": "2023-09-27T05:00:00.000Z",
          "exitTs": 1695811620,
          "dir": 1,
          "entryPrice": 1897.578,
          "exitPrice": 1893.665,
          "stopDistance": 3.913,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 347
        },
        {
          "entryTs": 1695812400,
          "entryUtc": "2023-09-27T11:00:00.000Z",
          "exitTs": 1695817800,
          "dir": 1,
          "entryPrice": 1893.755,
          "exitPrice": 1889.82,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 90
        },
        {
          "entryTs": 1695864420,
          "entryUtc": "2023-09-28T01:27:00.000Z",
          "exitTs": 1695911880,
          "dir": 1,
          "entryPrice": 1874.144,
          "exitPrice": 1869.105,
          "stopDistance": 5.039,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 791
        },
        {
          "entryTs": 1695916800,
          "entryUtc": "2023-09-28T16:00:00.000Z",
          "exitTs": 1695993180,
          "dir": 1,
          "entryPrice": 1864.665,
          "exitPrice": 1877.6,
          "stopDistance": 6.468,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 1273
        },
        {
          "entryTs": 1695996360,
          "entryUtc": "2023-09-29T14:06:00.000Z",
          "exitTs": 1695996780,
          "dir": 1,
          "entryPrice": 1866.126,
          "exitPrice": 1861.294,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 7
        },
        {
          "entryTs": 1695997080,
          "entryUtc": "2023-09-29T14:18:00.000Z",
          "exitTs": 1696001340,
          "dir": 1,
          "entryPrice": 1860.426,
          "exitPrice": 1854.662,
          "stopDistance": 5.764,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 71
        },
        {
          "entryTs": 1696006800,
          "entryUtc": "2023-09-29T17:00:00.000Z",
          "exitTs": 1696012620,
          "dir": 1,
          "entryPrice": 1853.538,
          "exitPrice": 1846.333,
          "stopDistance": 7.205,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 97
        },
        {
          "entryTs": 1696219200,
          "entryUtc": "2023-10-02T04:00:00.000Z",
          "exitTs": 1696237500,
          "dir": 1,
          "entryPrice": 1843.365,
          "exitPrice": 1837.714,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 305
        },
        {
          "entryTs": 1696240800,
          "entryUtc": "2023-10-02T10:00:00.000Z",
          "exitTs": 1696257780,
          "dir": 1,
          "entryPrice": 1834.265,
          "exitPrice": 1827.703,
          "stopDistance": 6.562,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 283
        },
        {
          "entryTs": 1696262400,
          "entryUtc": "2023-10-02T16:00:00.000Z",
          "exitTs": 1696288320,
          "dir": 1,
          "entryPrice": 1832.555,
          "exitPrice": 1824.84,
          "stopDistance": 7.715,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 432
        },
        {
          "entryTs": 1696342020,
          "entryUtc": "2023-10-03T14:07:00.000Z",
          "exitTs": 1696343700,
          "dir": 1,
          "entryPrice": 1819.322,
          "exitPrice": 1831.544,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 28
        },
        {
          "entryTs": 1696392000,
          "entryUtc": "2023-10-04T04:00:00.000Z",
          "exitTs": 1696509480,
          "dir": 1,
          "entryPrice": 1820.655,
          "exitPrice": 1814.7,
          "stopDistance": 5.955,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 1958
        },
        {
          "entryTs": 1696514400,
          "entryUtc": "2023-10-05T14:00:00.000Z",
          "exitTs": 1696595400,
          "dir": 1,
          "entryPrice": 1820.625,
          "exitPrice": 1814.272,
          "stopDistance": 6.353,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 1350
        },
        {
          "entryTs": 1696600800,
          "entryUtc": "2023-10-06T14:00:00.000Z",
          "exitTs": 1696606080,
          "dir": 1,
          "entryPrice": 1821.197,
          "exitPrice": 1833.656,
          "stopDistance": 6.23,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 88
        },
        {
          "entryTs": 1696608000,
          "entryUtc": "2023-10-06T16:00:00.000Z",
          "exitTs": 1696802400,
          "dir": -1,
          "entryPrice": 1832.515,
          "exitPrice": 1840.145,
          "stopDistance": 7.63,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1696813200,
          "entryUtc": "2023-10-09T01:00:00.000Z",
          "exitTs": 1696879020,
          "dir": -1,
          "entryPrice": 1852.285,
          "exitPrice": 1860.887,
          "stopDistance": 8.602,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 1097
        },
        {
          "entryTs": 1696906800,
          "entryUtc": "2023-10-10T03:00:00.000Z",
          "exitTs": 1697012340,
          "dir": -1,
          "entryPrice": 1862.885,
          "exitPrice": 1868.551,
          "stopDistance": 5.666,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1759
        },
        {
          "entryTs": 1697014800,
          "entryUtc": "2023-10-11T09:00:00.000Z",
          "exitTs": 1697020860,
          "dir": -1,
          "entryPrice": 1869.495,
          "exitPrice": 1874.085,
          "stopDistance": 4.59,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 101
        },
        {
          "entryTs": 1697040000,
          "entryUtc": "2023-10-11T16:00:00.000Z",
          "exitTs": 1697075040,
          "dir": -1,
          "entryPrice": 1872.945,
          "exitPrice": 1878.408,
          "stopDistance": 5.463,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 584
        },
        {
          "entryTs": 1697114460,
          "entryUtc": "2023-10-12T12:41:00.000Z",
          "exitTs": 1697121180,
          "dir": 1,
          "entryPrice": 1876.78,
          "exitPrice": 1872.488,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 112
        },
        {
          "entryTs": 1697126400,
          "entryUtc": "2023-10-12T16:00:00.000Z",
          "exitTs": 1697184480,
          "dir": 1,
          "entryPrice": 1872.265,
          "exitPrice": 1883.401,
          "stopDistance": 5.568,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 968
        },
        {
          "entryTs": 1697475600,
          "entryUtc": "2023-10-16T17:00:00.000Z",
          "exitTs": 1697550420,
          "dir": -1,
          "entryPrice": 1921.768,
          "exitPrice": 1928.993,
          "stopDistance": 7.225,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 1247
        },
        {
          "entryTs": 1697558400,
          "entryUtc": "2023-10-17T16:00:00.000Z",
          "exitTs": 1697592480,
          "dir": -1,
          "entryPrice": 1926.718,
          "exitPrice": 1933.851,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 568
        },
        {
          "entryTs": 1697623200,
          "entryUtc": "2023-10-18T10:00:00.000Z",
          "exitTs": 1697635800,
          "dir": -1,
          "entryPrice": 1944.225,
          "exitPrice": 1950.979,
          "stopDistance": 6.754,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 210
        },
        {
          "entryTs": 1697688000,
          "entryUtc": "2023-10-19T04:00:00.000Z",
          "exitTs": 1697734740,
          "dir": 1,
          "entryPrice": 1946.265,
          "exitPrice": 1961.678,
          "stopDistance": 7.707,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 779
        },
        {
          "entryTs": 1697738400,
          "entryUtc": "2023-10-19T18:00:00.000Z",
          "exitTs": 1697758320,
          "dir": -1,
          "entryPrice": 1972.565,
          "exitPrice": 1981.508,
          "stopDistance": 8.943,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 332
        },
        {
          "entryTs": 1697767200,
          "entryUtc": "2023-10-20T02:00:00.000Z",
          "exitTs": 1697810220,
          "dir": -1,
          "entryPrice": 1977.805,
          "exitPrice": 1986.246,
          "stopDistance": 8.441,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 717
        },
        {
          "entryTs": 1697817600,
          "entryUtc": "2023-10-20T16:00:00.000Z",
          "exitTs": 1698012000,
          "dir": -1,
          "entryPrice": 1991.515,
          "exitPrice": 1973.582,
          "stopDistance": 8.967,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1698076800,
          "entryUtc": "2023-10-23T16:00:00.000Z",
          "exitTs": 1698139140,
          "dir": 1,
          "entryPrice": 1975.295,
          "exitPrice": 1966.675,
          "stopDistance": 8.62,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 1039
        },
        {
          "entryTs": 1698145200,
          "entryUtc": "2023-10-24T11:00:00.000Z",
          "exitTs": 1698145440,
          "dir": 1,
          "entryPrice": 1961.714,
          "exitPrice": 1954.696,
          "stopDistance": 7.018,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 4
        },
        {
          "entryTs": 1698164220,
          "entryUtc": "2023-10-24T16:17:00.000Z",
          "exitTs": 1698240660,
          "dir": -1,
          "entryPrice": 1971.523,
          "exitPrice": 1979.386,
          "stopDistance": 7.863,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 1274
        },
        {
          "entryTs": 1698260400,
          "entryUtc": "2023-10-25T19:00:00.000Z",
          "exitTs": 1698309300,
          "dir": -1,
          "entryPrice": 1981.465,
          "exitPrice": 1991.011,
          "stopDistance": 9.546,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 815
        },
        {
          "entryTs": 1698314400,
          "entryUtc": "2023-10-26T10:00:00.000Z",
          "exitTs": 1698324420,
          "dir": -1,
          "entryPrice": 1990.575,
          "exitPrice": 1976.655,
          "stopDistance": 6.96,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 167
        },
        {
          "entryTs": 1698330000,
          "entryUtc": "2023-10-26T14:20:00.000Z",
          "exitTs": 1698428340,
          "dir": 1,
          "entryPrice": 1973.776,
          "exitPrice": 1992.934,
          "stopDistance": 9.579,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 1639
        },
        {
          "entryTs": 1698645360,
          "entryUtc": "2023-10-30T05:56:00.000Z",
          "exitTs": 1698653040,
          "dir": 1,
          "entryPrice": 1999.726,
          "exitPrice": 1992.344,
          "stopDistance": 7.382,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 128
        },
        {
          "entryTs": 1698671640,
          "entryUtc": "2023-10-30T13:14:00.000Z",
          "exitTs": 1698768600,
          "dir": -1,
          "entryPrice": 2002.009,
          "exitPrice": 1988.494,
          "stopDistance": 6.758,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 1616
        },
        {
          "entryTs": 1698775200,
          "entryUtc": "2023-10-31T18:00:00.000Z",
          "exitTs": 1698812040,
          "dir": 1,
          "entryPrice": 1984.055,
          "exitPrice": 1976.415,
          "stopDistance": 7.64,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 614
        },
        {
          "entryTs": 1698861600,
          "entryUtc": "2023-11-01T18:00:00.000Z",
          "exitTs": 1698864240,
          "dir": 1,
          "entryPrice": 1977.635,
          "exitPrice": 1970.908,
          "stopDistance": 6.727,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 44
        },
        {
          "entryTs": 1698881400,
          "entryUtc": "2023-11-01T23:30:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1985.383,
          "exitPrice": 1993.03,
          "stopDistance": 7.647,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 2220
        },
        {
          "entryTs": 1699239060,
          "entryUtc": "2023-11-06T02:51:00.000Z",
          "exitTs": 1699286340,
          "dir": 1,
          "entryPrice": 1988.312,
          "exitPrice": 1981.436,
          "stopDistance": 6.876,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 788
        },
        {
          "entryTs": 1699290000,
          "entryUtc": "2023-11-06T17:00:00.000Z",
          "exitTs": 1699306260,
          "dir": 1,
          "entryPrice": 1983.375,
          "exitPrice": 1977.342,
          "stopDistance": 6.033,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 271
        },
        {
          "entryTs": 1699347600,
          "entryUtc": "2023-11-07T09:00:00.000Z",
          "exitTs": 1699358940,
          "dir": 1,
          "entryPrice": 1966.574,
          "exitPrice": 1961.826,
          "stopDistance": 4.748,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 189
        },
        {
          "entryTs": 1699382700,
          "entryUtc": "2023-11-07T18:45:00.000Z",
          "exitTs": 1699456980,
          "dir": -1,
          "entryPrice": 1968.997,
          "exitPrice": 1956.323,
          "stopDistance": 6.337,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 1238
        },
        {
          "entryTs": 1699462800,
          "entryUtc": "2023-11-08T17:00:00.000Z",
          "exitTs": 1699472100,
          "dir": 1,
          "entryPrice": 1954.775,
          "exitPrice": 1948.696,
          "stopDistance": 6.079,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 155
        },
        {
          "entryTs": 1699506000,
          "entryUtc": "2023-11-09T05:00:00.000Z",
          "exitTs": 1699542720,
          "dir": 1,
          "entryPrice": 1949.405,
          "exitPrice": 1959.804,
          "stopDistance": 5.2,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 612
        },
        {
          "entryTs": 1699544340,
          "entryUtc": "2023-11-09T15:39:00.000Z",
          "exitTs": 1699615500,
          "dir": -1,
          "entryPrice": 1961.936,
          "exitPrice": 1949.73,
          "stopDistance": 6.103,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 1186
        },
        {
          "entryTs": 1699848000,
          "entryUtc": "2023-11-13T04:00:00.000Z",
          "exitTs": 1699896180,
          "dir": 1,
          "entryPrice": 1935.175,
          "exitPrice": 1947.046,
          "stopDistance": 5.936,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 803
        },
        {
          "entryTs": 1699902000,
          "entryUtc": "2023-11-13T19:00:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1947.775,
          "exitPrice": 1953.884,
          "stopDistance": 6.109,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 1110
        },
        {
          "entryTs": 1699981200,
          "entryUtc": "2023-11-14T17:00:00.000Z",
          "exitTs": 1700036520,
          "dir": -1,
          "entryPrice": 1964.115,
          "exitPrice": 1971.352,
          "stopDistance": 7.237,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 922
        },
        {
          "entryTs": 1700056860,
          "entryUtc": "2023-11-15T14:01:00.000Z",
          "exitTs": 1700059860,
          "dir": 1,
          "entryPrice": 1965.2,
          "exitPrice": 1959.734,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 50
        },
        {
          "entryTs": 1700067600,
          "entryUtc": "2023-11-15T17:00:00.000Z",
          "exitTs": 1700145720,
          "dir": 1,
          "entryPrice": 1962.215,
          "exitPrice": 1975.467,
          "stopDistance": 6.626,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 1302
        },
        {
          "entryTs": 1700150400,
          "entryUtc": "2023-11-16T16:00:00.000Z",
          "exitTs": 1700212440,
          "dir": -1,
          "entryPrice": 1984.764,
          "exitPrice": 1991.069,
          "stopDistance": 6.305,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1700215200,
          "entryUtc": "2023-11-17T10:00:00.000Z",
          "exitTs": 1700232540,
          "dir": -1,
          "entryPrice": 1991.235,
          "exitPrice": 1981.049,
          "stopDistance": 5.093,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 289
        },
        {
          "entryTs": 1700468880,
          "entryUtc": "2023-11-20T08:28:00.000Z",
          "exitTs": 1700482860,
          "dir": 1,
          "entryPrice": 1976.752,
          "exitPrice": 1971.069,
          "stopDistance": 5.683,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 233
        },
        {
          "entryTs": 1700521980,
          "entryUtc": "2023-11-20T23:13:00.000Z",
          "exitTs": 1700527920,
          "dir": -1,
          "entryPrice": 1979.265,
          "exitPrice": 1985.573,
          "stopDistance": 6.309,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 99
        },
        {
          "entryTs": 1700529360,
          "entryUtc": "2023-11-21T01:16:00.000Z",
          "exitTs": 1700538720,
          "dir": -1,
          "entryPrice": 1987.414,
          "exitPrice": 1993.248,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 156
        },
        {
          "entryTs": 1700572140,
          "entryUtc": "2023-11-21T13:09:00.000Z",
          "exitTs": 1700573400,
          "dir": -1,
          "entryPrice": 1991.248,
          "exitPrice": 1997.221,
          "stopDistance": 5.973,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 21
        },
        {
          "entryTs": 1700639940,
          "entryUtc": "2023-11-22T07:59:00.000Z",
          "exitTs": 1700665860,
          "dir": -1,
          "entryPrice": 2003.9,
          "exitPrice": 1992.896,
          "stopDistance": 5.502,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 432
        },
        {
          "entryTs": 1700666760,
          "entryUtc": "2023-11-22T15:26:00.000Z",
          "exitTs": 1701039600,
          "dir": 1,
          "entryPrice": 1991.036,
          "exitPrice": 2001.775,
          "stopDistance": 7.14,
          "outcome": "time",
          "netR": 1.4521,
          "holdMinutes": 6214
        },
        {
          "entryTs": 1701046800,
          "entryUtc": "2023-11-27T01:00:00.000Z",
          "exitTs": 1701047760,
          "dir": -1,
          "entryPrice": 2002.115,
          "exitPrice": 2006.537,
          "stopDistance": 4.422,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 16
        },
        {
          "entryTs": 1701115560,
          "entryUtc": "2023-11-27T20:06:00.000Z",
          "exitTs": 1701178920,
          "dir": -1,
          "entryPrice": 2013.086,
          "exitPrice": 2018.598,
          "stopDistance": 5.512,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 1056
        },
        {
          "entryTs": 1701190800,
          "entryUtc": "2023-11-28T17:00:00.000Z",
          "exitTs": 1701218640,
          "dir": -1,
          "entryPrice": 2039.645,
          "exitPrice": 2046.336,
          "stopDistance": 6.691,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 464
        },
        {
          "entryTs": 1701248400,
          "entryUtc": "2023-11-29T09:00:00.000Z",
          "exitTs": 1701250440,
          "dir": 1,
          "entryPrice": 2042.645,
          "exitPrice": 2036.709,
          "stopDistance": 5.936,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 34
        },
        {
          "entryTs": 1701268680,
          "entryUtc": "2023-11-29T14:38:00.000Z",
          "exitTs": 1701352980,
          "dir": -1,
          "entryPrice": 2044.856,
          "exitPrice": 2032.95,
          "stopDistance": 5.953,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 1405
        },
        {
          "entryTs": 1701363600,
          "entryUtc": "2023-11-30T17:00:00.000Z",
          "exitTs": 1701446640,
          "dir": 1,
          "entryPrice": 2039.585,
          "exitPrice": 2053.201,
          "stopDistance": 6.808,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 1384
        },
        {
          "entryTs": 1701676440,
          "entryUtc": "2023-12-04T07:54:00.000Z",
          "exitTs": 1701699180,
          "dir": 1,
          "entryPrice": 2066.647,
          "exitPrice": 2049.03,
          "stopDistance": 17.618,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 379
        },
        {
          "entryTs": 1701699360,
          "entryUtc": "2023-12-04T14:16:00.000Z",
          "exitTs": 1701703380,
          "dir": 1,
          "entryPrice": 2046.036,
          "exitPrice": 2037.253,
          "stopDistance": 8.783,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 67
        },
        {
          "entryTs": 1701771360,
          "entryUtc": "2023-12-05T10:16:00.000Z",
          "exitTs": 1701790620,
          "dir": 1,
          "entryPrice": 2026.188,
          "exitPrice": 2013.589,
          "stopDistance": 12.598,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 321
        },
        {
          "entryTs": 1701795600,
          "entryUtc": "2023-12-05T17:00:00.000Z",
          "exitTs": 1701956460,
          "dir": 1,
          "entryPrice": 2014.755,
          "exitPrice": 2038.775,
          "stopDistance": 12.01,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 2681
        },
        {
          "entryTs": 1701960300,
          "entryUtc": "2023-12-07T14:45:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2025.978,
          "exitPrice": 2019.555,
          "stopDistance": 6.423,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 1365
        },
        {
          "entryTs": 1702044000,
          "entryUtc": "2023-12-08T14:00:00.000Z",
          "exitTs": 1702044600,
          "dir": 1,
          "entryPrice": 2018.445,
          "exitPrice": 2011.741,
          "stopDistance": 6.704,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 10
        },
        {
          "entryTs": 1702267200,
          "entryUtc": "2023-12-11T04:00:00.000Z",
          "exitTs": 1702305000,
          "dir": 1,
          "entryPrice": 1996.845,
          "exitPrice": 1989.327,
          "stopDistance": 7.518,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 630
        },
        {
          "entryTs": 1702310400,
          "entryUtc": "2023-12-11T16:00:00.000Z",
          "exitTs": 1702448580,
          "dir": 1,
          "entryPrice": 1982.305,
          "exitPrice": 1974.623,
          "stopDistance": 7.682,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 2303
        },
        {
          "entryTs": 1702461600,
          "entryUtc": "2023-12-13T10:00:00.000Z",
          "exitTs": 1702494000,
          "dir": -1,
          "entryPrice": 1982.425,
          "exitPrice": 1987.945,
          "stopDistance": 5.52,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 540
        },
        {
          "entryTs": 1702508400,
          "entryUtc": "2023-12-13T23:00:00.000Z",
          "exitTs": 1702513800,
          "dir": -1,
          "entryPrice": 2025.945,
          "exitPrice": 2035.408,
          "stopDistance": 9.463,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 90
        },
        {
          "entryTs": 1702541760,
          "entryUtc": "2023-12-14T08:16:00.000Z",
          "exitTs": 1702564500,
          "dir": -1,
          "entryPrice": 2036.473,
          "exitPrice": 2045.485,
          "stopDistance": 9.013,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 379
        },
        {
          "entryTs": 1702573200,
          "entryUtc": "2023-12-14T17:00:00.000Z",
          "exitTs": 1702666560,
          "dir": -1,
          "entryPrice": 2039.365,
          "exitPrice": 2019.567,
          "stopDistance": 9.899,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 1556
        },
        {
          "entryTs": 1702904400,
          "entryUtc": "2023-12-18T13:00:00.000Z",
          "exitTs": 1702996620,
          "dir": 1,
          "entryPrice": 2023.14,
          "exitPrice": 2035.738,
          "stopDistance": 6.299,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 1537
        },
        {
          "entryTs": 1702997100,
          "entryUtc": "2023-12-19T14:45:00.000Z",
          "exitTs": 1702999320,
          "dir": -1,
          "entryPrice": 2037.918,
          "exitPrice": 2044.326,
          "stopDistance": 6.408,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 37
        },
        {
          "entryTs": 1703052000,
          "entryUtc": "2023-12-20T06:00:00.000Z",
          "exitTs": 1703079540,
          "dir": -1,
          "entryPrice": 2041.165,
          "exitPrice": 2031.502,
          "stopDistance": 4.831,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 459
        },
        {
          "entryTs": 1703101860,
          "entryUtc": "2023-12-20T19:51:00.000Z",
          "exitTs": 1703166060,
          "dir": 1,
          "entryPrice": 2032.51,
          "exitPrice": 2044.084,
          "stopDistance": 5.787,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 1070
        },
        {
          "entryTs": 1703167200,
          "entryUtc": "2023-12-21T14:00:00.000Z",
          "exitTs": 1703199600,
          "dir": -1,
          "entryPrice": 2041.238,
          "exitPrice": 2047.298,
          "stopDistance": 6.06,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 540
        },
        {
          "entryTs": 1703239200,
          "entryUtc": "2023-12-22T10:00:00.000Z",
          "exitTs": 1703244240,
          "dir": -1,
          "entryPrice": 2053.345,
          "exitPrice": 2059.112,
          "stopDistance": 5.767,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 84
        },
        {
          "entryTs": 1703272680,
          "entryUtc": "2023-12-22T19:18:00.000Z",
          "exitTs": 1703632680,
          "dir": 1,
          "entryPrice": 2053.95,
          "exitPrice": 2066.915,
          "stopDistance": 8.153,
          "outcome": "time",
          "netR": 1.5447,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1703664480,
          "entryUtc": "2023-12-27T08:08:00.000Z",
          "exitTs": 1703689980,
          "dir": -1,
          "entryPrice": 2067.437,
          "exitPrice": 2072.559,
          "stopDistance": 5.122,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 425
        },
        {
          "entryTs": 1703751600,
          "entryUtc": "2023-12-28T08:20:00.000Z",
          "exitTs": 1703754720,
          "dir": 1,
          "entryPrice": 2079.486,
          "exitPrice": 2073.893,
          "stopDistance": 5.593,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 52
        },
        {
          "entryTs": 1703761200,
          "entryUtc": "2023-12-28T11:00:00.000Z",
          "exitTs": 1703790900,
          "dir": 1,
          "entryPrice": 2077.205,
          "exitPrice": 2070.931,
          "stopDistance": 6.274,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 495
        },
        {
          "entryTs": 1703843400,
          "entryUtc": "2023-12-29T09:50:00.000Z",
          "exitTs": 1703858100,
          "dir": 1,
          "entryPrice": 2066.453,
          "exitPrice": 2060.721,
          "stopDistance": 5.733,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 245
        },
        {
          "entryTs": 1703865780,
          "entryUtc": "2023-12-29T16:03:00.000Z",
          "exitTs": 1704176520,
          "dir": 1,
          "entryPrice": 2063.783,
          "exitPrice": 2076.529,
          "stopDistance": 6.373,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 5179
        },
        {
          "entryTs": 1704196980,
          "entryUtc": "2024-01-02T12:03:00.000Z",
          "exitTs": 1704209820,
          "dir": 1,
          "entryPrice": 2066.52,
          "exitPrice": 2060.486,
          "stopDistance": 6.034,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 214
        },
        {
          "entryTs": 1704272400,
          "entryUtc": "2024-01-03T09:00:00.000Z",
          "exitTs": 1704277200,
          "dir": 1,
          "entryPrice": 2059.965,
          "exitPrice": 2054.21,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 80
        },
        {
          "entryTs": 1704308400,
          "entryUtc": "2024-01-03T19:00:00.000Z",
          "exitTs": 1704461460,
          "dir": 1,
          "entryPrice": 2035.678,
          "exitPrice": 2027.216,
          "stopDistance": 8.462,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 2551
        },
        {
          "entryTs": 1704463500,
          "entryUtc": "2024-01-05T14:05:00.000Z",
          "exitTs": 1704466800,
          "dir": -1,
          "entryPrice": 2045.987,
          "exitPrice": 2051.28,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 55
        },
        {
          "entryTs": 1704474000,
          "entryUtc": "2024-01-05T17:00:00.000Z",
          "exitTs": 1704711900,
          "dir": -1,
          "entryPrice": 2044.925,
          "exitPrice": 2026.338,
          "stopDistance": 9.293,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 3965
        },
        {
          "entryTs": 1704762000,
          "entryUtc": "2024-01-09T01:00:00.000Z",
          "exitTs": 1704807480,
          "dir": -1,
          "entryPrice": 2034.205,
          "exitPrice": 2041.476,
          "stopDistance": 7.271,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 758
        },
        {
          "entryTs": 1704815040,
          "entryUtc": "2024-01-09T15:44:00.000Z",
          "exitTs": 1704865680,
          "dir": 1,
          "entryPrice": 2032.659,
          "exitPrice": 2025.783,
          "stopDistance": 6.876,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 844
        },
        {
          "entryTs": 1704866400,
          "entryUtc": "2024-01-10T06:00:00.000Z",
          "exitTs": 1704881040,
          "dir": 1,
          "entryPrice": 2026.585,
          "exitPrice": 2038.227,
          "stopDistance": 5.821,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 244
        },
        {
          "entryTs": 1704896160,
          "entryUtc": "2024-01-10T14:16:00.000Z",
          "exitTs": 1704909180,
          "dir": 1,
          "entryPrice": 2028.615,
          "exitPrice": 2022.57,
          "stopDistance": 6.046,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 217
        },
        {
          "entryTs": 1704952380,
          "entryUtc": "2024-01-11T05:53:00.000Z",
          "exitTs": 1704979800,
          "dir": -1,
          "entryPrice": 2034.312,
          "exitPrice": 2040.343,
          "stopDistance": 6.032,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 457
        },
        {
          "entryTs": 1704982020,
          "entryUtc": "2024-01-11T14:07:00.000Z",
          "exitTs": 1704983700,
          "dir": 1,
          "entryPrice": 2024.897,
          "exitPrice": 2034.597,
          "stopDistance": 4.85,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 28
        },
        {
          "entryTs": 1704992400,
          "entryUtc": "2024-01-11T17:00:00.000Z",
          "exitTs": 1705014720,
          "dir": 1,
          "entryPrice": 2016.675,
          "exitPrice": 2033.922,
          "stopDistance": 8.623,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 372
        },
        {
          "entryTs": 1705014840,
          "entryUtc": "2024-01-11T23:14:00.000Z",
          "exitTs": 1705056300,
          "dir": -1,
          "entryPrice": 2034.825,
          "exitPrice": 2043.543,
          "stopDistance": 8.718,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 691
        },
        {
          "entryTs": 1705291200,
          "entryUtc": "2024-01-15T04:00:00.000Z",
          "exitTs": 1705394280,
          "dir": -1,
          "entryPrice": 2057.285,
          "exitPrice": 2042.965,
          "stopDistance": 7.16,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 1718
        },
        {
          "entryTs": 1705402800,
          "entryUtc": "2024-01-16T11:00:00.000Z",
          "exitTs": 1705407180,
          "dir": 1,
          "entryPrice": 2040.905,
          "exitPrice": 2035.762,
          "stopDistance": 5.143,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 73
        },
        {
          "entryTs": 1705471200,
          "entryUtc": "2024-01-17T06:00:00.000Z",
          "exitTs": 1705503300,
          "dir": 1,
          "entryPrice": 2020.565,
          "exitPrice": 2013.865,
          "stopDistance": 6.7,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 535
        },
        {
          "entryTs": 1705507200,
          "entryUtc": "2024-01-17T16:00:00.000Z",
          "exitTs": 1705648980,
          "dir": 1,
          "entryPrice": 2008.805,
          "exitPrice": 2025.94,
          "stopDistance": 8.568,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 2363
        },
        {
          "entryTs": 1705654800,
          "entryUtc": "2024-01-19T09:00:00.000Z",
          "exitTs": 1705668240,
          "dir": -1,
          "entryPrice": 2029.625,
          "exitPrice": 2034.896,
          "stopDistance": 5.271,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 224
        },
        {
          "entryTs": 1705683600,
          "entryUtc": "2024-01-19T17:00:00.000Z",
          "exitTs": 1705934640,
          "dir": 1,
          "entryPrice": 2024.765,
          "exitPrice": 2017.982,
          "stopDistance": 6.783,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 4184
        },
        {
          "entryTs": 1705939500,
          "entryUtc": "2024-01-22T16:05:00.000Z",
          "exitTs": 1705993320,
          "dir": 1,
          "entryPrice": 2022.243,
          "exitPrice": 2036.028,
          "stopDistance": 6.893,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 897
        },
        {
          "entryTs": 1706007600,
          "entryUtc": "2024-01-23T11:00:00.000Z",
          "exitTs": 1706110440,
          "dir": 1,
          "entryPrice": 2024.911,
          "exitPrice": 2018.652,
          "stopDistance": 6.259,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 1714
        },
        {
          "entryTs": 1706115600,
          "entryUtc": "2024-01-24T17:00:00.000Z",
          "exitTs": 1706482800,
          "dir": 1,
          "entryPrice": 2015.215,
          "exitPrice": 2025.975,
          "stopDistance": 7.044,
          "outcome": "time",
          "netR": 1.475,
          "holdMinutes": 6120
        },
        {
          "entryTs": 1706541900,
          "entryUtc": "2024-01-29T15:25:00.000Z",
          "exitTs": 1706559420,
          "dir": 1,
          "entryPrice": 2021.14,
          "exitPrice": 2031.898,
          "stopDistance": 5.379,
          "outcome": "target",
          "netR": 1.9312,
          "holdMinutes": 292
        },
        {
          "entryTs": 1706559480,
          "entryUtc": "2024-01-29T20:18:00.000Z",
          "exitTs": 1706600100,
          "dir": -1,
          "entryPrice": 2032.456,
          "exitPrice": 2039.514,
          "stopDistance": 7.058,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 677
        },
        {
          "entryTs": 1706614020,
          "entryUtc": "2024-01-30T11:27:00.000Z",
          "exitTs": 1706624220,
          "dir": 1,
          "entryPrice": 2032.854,
          "exitPrice": 2044.038,
          "stopDistance": 5.592,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 170
        },
        {
          "entryTs": 1706626800,
          "entryUtc": "2024-01-30T15:00:00.000Z",
          "exitTs": 1706627700,
          "dir": -1,
          "entryPrice": 2046.435,
          "exitPrice": 2033.468,
          "stopDistance": 6.483,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 15
        },
        {
          "entryTs": 1706637600,
          "entryUtc": "2024-01-30T18:00:00.000Z",
          "exitTs": 1706712120,
          "dir": 1,
          "entryPrice": 2033.895,
          "exitPrice": 2049.348,
          "stopDistance": 7.726,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1242
        },
        {
          "entryTs": 1706720400,
          "entryUtc": "2024-01-31T17:00:00.000Z",
          "exitTs": 1706731380,
          "dir": -1,
          "entryPrice": 2049.835,
          "exitPrice": 2036.463,
          "stopDistance": 6.686,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 183
        },
        {
          "entryTs": 1706753700,
          "entryUtc": "2024-02-01T02:15:00.000Z",
          "exitTs": 1706784960,
          "dir": -1,
          "entryPrice": 2048.539,
          "exitPrice": 2032.717,
          "stopDistance": 7.911,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 521
        },
        {
          "entryTs": 1706799600,
          "entryUtc": "2024-02-01T15:00:00.000Z",
          "exitTs": 1706803260,
          "dir": -1,
          "entryPrice": 2045.815,
          "exitPrice": 2054.077,
          "stopDistance": 8.262,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 61
        },
        {
          "entryTs": 1706853600,
          "entryUtc": "2024-02-02T06:00:00.000Z",
          "exitTs": 1706880600,
          "dir": -1,
          "entryPrice": 2055.395,
          "exitPrice": 2041.642,
          "stopDistance": 6.877,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 450
        },
        {
          "entryTs": 1706880660,
          "entryUtc": "2024-02-02T13:31:00.000Z",
          "exitTs": 1706882220,
          "dir": 1,
          "entryPrice": 2040.361,
          "exitPrice": 2030.24,
          "stopDistance": 10.121,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 26
        },
        {
          "entryTs": 1706893200,
          "entryUtc": "2024-02-02T17:00:00.000Z",
          "exitTs": 1707114960,
          "dir": 1,
          "entryPrice": 2036.215,
          "exitPrice": 2027.657,
          "stopDistance": 8.558,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 3696
        },
        {
          "entryTs": 1707145200,
          "entryUtc": "2024-02-05T15:00:00.000Z",
          "exitTs": 1707234480,
          "dir": 1,
          "entryPrice": 2022.827,
          "exitPrice": 2037.904,
          "stopDistance": 7.538,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 1488
        },
        {
          "entryTs": 1707312120,
          "entryUtc": "2024-02-07T13:22:00.000Z",
          "exitTs": 1707316980,
          "dir": -1,
          "entryPrice": 2034.626,
          "exitPrice": 2038.863,
          "stopDistance": 4.237,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 81
        },
        {
          "entryTs": 1707321600,
          "entryUtc": "2024-02-07T16:00:00.000Z",
          "exitTs": 1707393960,
          "dir": -1,
          "entryPrice": 2038.215,
          "exitPrice": 2026.458,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 1206
        },
        {
          "entryTs": 1707400800,
          "entryUtc": "2024-02-08T14:00:00.000Z",
          "exitTs": 1707402840,
          "dir": 1,
          "entryPrice": 2021.005,
          "exitPrice": 2032.903,
          "stopDistance": 5.949,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 34
        },
        {
          "entryTs": 1707458400,
          "entryUtc": "2024-02-09T06:00:00.000Z",
          "exitTs": 1707483600,
          "dir": 1,
          "entryPrice": 2032.727,
          "exitPrice": 2028.072,
          "stopDistance": 4.655,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 420
        },
        {
          "entryTs": 1707485460,
          "entryUtc": "2024-02-09T13:31:00.000Z",
          "exitTs": 1707488580,
          "dir": -1,
          "entryPrice": 2034.111,
          "exitPrice": 2025.091,
          "stopDistance": 4.51,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 52
        },
        {
          "entryTs": 1707488640,
          "entryUtc": "2024-02-09T14:24:00.000Z",
          "exitTs": 1707745800,
          "dir": 1,
          "entryPrice": 2024.544,
          "exitPrice": 2018.587,
          "stopDistance": 5.957,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 4286
        },
        {
          "entryTs": 1707757200,
          "entryUtc": "2024-02-12T17:00:00.000Z",
          "exitTs": 1707818220,
          "dir": 1,
          "entryPrice": 2015.865,
          "exitPrice": 2026.6,
          "stopDistance": 5.367,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 1017
        },
        {
          "entryTs": 1707831240,
          "entryUtc": "2024-02-13T13:34:00.000Z",
          "exitTs": 1707832020,
          "dir": 1,
          "entryPrice": 2014.643,
          "exitPrice": 2009.7,
          "stopDistance": 4.942,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 13
        },
        {
          "entryTs": 1707843600,
          "entryUtc": "2024-02-13T17:00:00.000Z",
          "exitTs": 1707898680,
          "dir": 1,
          "entryPrice": 1994.845,
          "exitPrice": 1987.014,
          "stopDistance": 7.831,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 918
        },
        {
          "entryTs": 1707901200,
          "entryUtc": "2024-02-14T09:00:00.000Z",
          "exitTs": 1708001280,
          "dir": 1,
          "entryPrice": 1988.375,
          "exitPrice": 1998.71,
          "stopDistance": 5.168,
          "outcome": "target",
          "netR": 1.9284,
          "holdMinutes": 1668
        },
        {
          "entryTs": 1708016400,
          "entryUtc": "2024-02-15T17:00:00.000Z",
          "exitTs": 1708023960,
          "dir": -1,
          "entryPrice": 2000.105,
          "exitPrice": 2005.686,
          "stopDistance": 5.581,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 126
        },
        {
          "entryTs": 1708048680,
          "entryUtc": "2024-02-16T01:58:00.000Z",
          "exitTs": 1708098180,
          "dir": -1,
          "entryPrice": 2005.281,
          "exitPrice": 2010.679,
          "stopDistance": 5.398,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 825
        },
        {
          "entryTs": 1708102800,
          "entryUtc": "2024-02-16T17:00:00.000Z",
          "exitTs": 1708297200,
          "dir": -1,
          "entryPrice": 2009.115,
          "exitPrice": 2015.362,
          "stopDistance": 6.247,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1708311600,
          "entryUtc": "2024-02-19T03:00:00.000Z",
          "exitTs": 1708435800,
          "dir": -1,
          "entryPrice": 2022.235,
          "exitPrice": 2028.6,
          "stopDistance": 6.365,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 2070
        },
        {
          "entryTs": 1708470000,
          "entryUtc": "2024-02-20T23:00:00.000Z",
          "exitTs": 1708494360,
          "dir": 1,
          "entryPrice": 2023.588,
          "exitPrice": 2031.753,
          "stopDistance": 4.082,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 406
        },
        {
          "entryTs": 1708520700,
          "entryUtc": "2024-02-21T13:05:00.000Z",
          "exitTs": 1708535460,
          "dir": -1,
          "entryPrice": 2030.322,
          "exitPrice": 2022.755,
          "stopDistance": 3.783,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 246
        },
        {
          "entryTs": 1708565820,
          "entryUtc": "2024-02-22T01:37:00.000Z",
          "exitTs": 1708589220,
          "dir": -1,
          "entryPrice": 2028.065,
          "exitPrice": 2032.553,
          "stopDistance": 4.488,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 390
        },
        {
          "entryTs": 1708604760,
          "entryUtc": "2024-02-22T12:26:00.000Z",
          "exitTs": 1708608600,
          "dir": 1,
          "entryPrice": 2028.18,
          "exitPrice": 2023.92,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 64
        },
        {
          "entryTs": 1708612980,
          "entryUtc": "2024-02-22T14:43:00.000Z",
          "exitTs": 1708680120,
          "dir": 1,
          "entryPrice": 2021.974,
          "exitPrice": 2017.623,
          "stopDistance": 4.351,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 1119
        },
        {
          "entryTs": 1708689720,
          "entryUtc": "2024-02-23T12:02:00.000Z",
          "exitTs": 1708703700,
          "dir": -1,
          "entryPrice": 2024.56,
          "exitPrice": 2029.304,
          "stopDistance": 4.744,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 233
        },
        {
          "entryTs": 1708703760,
          "entryUtc": "2024-02-23T15:56:00.000Z",
          "exitTs": 1708705980,
          "dir": -1,
          "entryPrice": 2030.238,
          "exitPrice": 2034.866,
          "stopDistance": 4.628,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 37
        },
        {
          "entryTs": 1708948800,
          "entryUtc": "2024-02-26T12:00:00.000Z",
          "exitTs": 1708957860,
          "dir": 1,
          "entryPrice": 2030.865,
          "exitPrice": 2026.368,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 151
        },
        {
          "entryTs": 1708966800,
          "entryUtc": "2024-02-26T17:00:00.000Z",
          "exitTs": 1709022660,
          "dir": 1,
          "entryPrice": 2027.715,
          "exitPrice": 2037.904,
          "stopDistance": 5.095,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 931
        },
        {
          "entryTs": 1709023080,
          "entryUtc": "2024-02-27T08:38:00.000Z",
          "exitTs": 1709063220,
          "dir": -1,
          "entryPrice": 2038.485,
          "exitPrice": 2029.457,
          "stopDistance": 4.514,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 669
        },
        {
          "entryTs": 1709064420,
          "entryUtc": "2024-02-27T20:07:00.000Z",
          "exitTs": 1709112120,
          "dir": 1,
          "entryPrice": 2029.223,
          "exitPrice": 2025.321,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 795
        },
        {
          "entryTs": 1709114400,
          "entryUtc": "2024-02-28T10:00:00.000Z",
          "exitTs": 1709126040,
          "dir": 1,
          "entryPrice": 2024.825,
          "exitPrice": 2032.113,
          "stopDistance": 3.644,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 194
        },
        {
          "entryTs": 1709126580,
          "entryUtc": "2024-02-28T13:23:00.000Z",
          "exitTs": 1709129040,
          "dir": -1,
          "entryPrice": 2033.829,
          "exitPrice": 2037.569,
          "stopDistance": 3.74,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 41
        },
        {
          "entryTs": 1709164800,
          "entryUtc": "2024-02-29T00:00:00.000Z",
          "exitTs": 1709213460,
          "dir": -1,
          "entryPrice": 2034.575,
          "exitPrice": 2038.752,
          "stopDistance": 4.177,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 811
        },
        {
          "entryTs": 1709222400,
          "entryUtc": "2024-02-29T16:00:00.000Z",
          "exitTs": 1709289420,
          "dir": -1,
          "entryPrice": 2047.995,
          "exitPrice": 2053.636,
          "stopDistance": 5.641,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 1117
        },
        {
          "entryTs": 1709294400,
          "entryUtc": "2024-03-01T12:00:00.000Z",
          "exitTs": 1709306640,
          "dir": -1,
          "entryPrice": 2055.295,
          "exitPrice": 2060.959,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 204
        },
        {
          "entryTs": 1709316000,
          "entryUtc": "2024-03-01T18:00:00.000Z",
          "exitTs": 1709561760,
          "dir": -1,
          "entryPrice": 2084.715,
          "exitPrice": 2094.163,
          "stopDistance": 9.448,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 4096
        },
        {
          "entryTs": 1709571600,
          "entryUtc": "2024-03-04T17:00:00.000Z",
          "exitTs": 1709644140,
          "dir": -1,
          "entryPrice": 2119.165,
          "exitPrice": 2127.887,
          "stopDistance": 8.722,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 1209
        },
        {
          "entryTs": 1709654400,
          "entryUtc": "2024-03-05T16:00:00.000Z",
          "exitTs": 1709731200,
          "dir": -1,
          "entryPrice": 2126.555,
          "exitPrice": 2136.617,
          "stopDistance": 10.062,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 1280
        },
        {
          "entryTs": 1709769660,
          "entryUtc": "2024-03-07T00:01:00.000Z",
          "exitTs": 1709784180,
          "dir": -1,
          "entryPrice": 2148.327,
          "exitPrice": 2157.617,
          "stopDistance": 9.29,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 242
        },
        {
          "entryTs": 1709787600,
          "entryUtc": "2024-03-07T05:00:00.000Z",
          "exitTs": 1709886600,
          "dir": -1,
          "entryPrice": 2158.125,
          "exitPrice": 2167.065,
          "stopDistance": 8.94,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 1650
        },
        {
          "entryTs": 1709904600,
          "entryUtc": "2024-03-08T13:30:00.000Z",
          "exitTs": 1709904660,
          "dir": 1,
          "entryPrice": 2158.94,
          "exitPrice": 2172.586,
          "stopDistance": 6.823,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 1
        },
        {
          "entryTs": 1710118020,
          "entryUtc": "2024-03-11T00:47:00.000Z",
          "exitTs": 1710246600,
          "dir": -1,
          "entryPrice": 2187.158,
          "exitPrice": 2166.289,
          "stopDistance": 10.435,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 2143
        },
        {
          "entryTs": 1710247260,
          "entryUtc": "2024-03-12T12:41:00.000Z",
          "exitTs": 1710248400,
          "dir": -1,
          "entryPrice": 2181.339,
          "exitPrice": 2169.119,
          "stopDistance": 6.11,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 19
        },
        {
          "entryTs": 1710259200,
          "entryUtc": "2024-03-12T16:00:00.000Z",
          "exitTs": 1710269520,
          "dir": 1,
          "entryPrice": 2162.878,
          "exitPrice": 2153.094,
          "stopDistance": 9.784,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 172
        },
        {
          "entryTs": 1710273600,
          "entryUtc": "2024-03-12T20:00:00.000Z",
          "exitTs": 1710349680,
          "dir": 1,
          "entryPrice": 2156.635,
          "exitPrice": 2176.265,
          "stopDistance": 9.815,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 1268
        },
        {
          "entryTs": 1710392400,
          "entryUtc": "2024-03-14T05:00:00.000Z",
          "exitTs": 1710418680,
          "dir": 1,
          "entryPrice": 2171.595,
          "exitPrice": 2165.95,
          "stopDistance": 5.645,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 438
        },
        {
          "entryTs": 1710421200,
          "entryUtc": "2024-03-14T13:00:00.000Z",
          "exitTs": 1710430500,
          "dir": 1,
          "entryPrice": 2162.655,
          "exitPrice": 2156.812,
          "stopDistance": 5.843,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 155
        },
        {
          "entryTs": 1710475200,
          "entryUtc": "2024-03-15T04:00:00.000Z",
          "exitTs": 1710483540,
          "dir": -1,
          "entryPrice": 2164.478,
          "exitPrice": 2169.826,
          "stopDistance": 5.348,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 139
        },
        {
          "entryTs": 1710504240,
          "entryUtc": "2024-03-15T12:04:00.000Z",
          "exitTs": 1710506880,
          "dir": 1,
          "entryPrice": 2163.285,
          "exitPrice": 2157.771,
          "stopDistance": 5.513,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 44
        },
        {
          "entryTs": 1710507600,
          "entryUtc": "2024-03-15T13:00:00.000Z",
          "exitTs": 1710525360,
          "dir": 1,
          "entryPrice": 2161.695,
          "exitPrice": 2155.554,
          "stopDistance": 6.141,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 296
        },
        {
          "entryTs": 1710734400,
          "entryUtc": "2024-03-18T04:00:00.000Z",
          "exitTs": 1710759960,
          "dir": 1,
          "entryPrice": 2146.655,
          "exitPrice": 2159.792,
          "stopDistance": 6.569,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 426
        },
        {
          "entryTs": 1710777840,
          "entryUtc": "2024-03-18T16:04:00.000Z",
          "exitTs": 1710836280,
          "dir": 1,
          "entryPrice": 2154.981,
          "exitPrice": 2148.843,
          "stopDistance": 6.138,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 974
        },
        {
          "entryTs": 1710852180,
          "entryUtc": "2024-03-19T12:43:00.000Z",
          "exitTs": 1710943320,
          "dir": -1,
          "entryPrice": 2158.114,
          "exitPrice": 2163.47,
          "stopDistance": 5.356,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 1519
        },
        {
          "entryTs": 1710950520,
          "entryUtc": "2024-03-20T16:02:00.000Z",
          "exitTs": 1710957600,
          "dir": -1,
          "entryPrice": 2156.457,
          "exitPrice": 2162.395,
          "stopDistance": 5.939,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 118
        },
        {
          "entryTs": 1711022400,
          "entryUtc": "2024-03-21T12:00:00.000Z",
          "exitTs": 1711029660,
          "dir": -1,
          "entryPrice": 2207.385,
          "exitPrice": 2187.028,
          "stopDistance": 10.179,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 121
        },
        {
          "entryTs": 1711033320,
          "entryUtc": "2024-03-21T15:02:00.000Z",
          "exitTs": 1711128420,
          "dir": 1,
          "entryPrice": 2171.128,
          "exitPrice": 2157.948,
          "stopDistance": 13.18,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 1585
        },
        {
          "entryTs": 1711329720,
          "entryUtc": "2024-03-25T01:22:00.000Z",
          "exitTs": 1711444380,
          "dir": -1,
          "entryPrice": 2173.25,
          "exitPrice": 2182.118,
          "stopDistance": 8.868,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 1911
        },
        {
          "entryTs": 1711450800,
          "entryUtc": "2024-03-26T11:00:00.000Z",
          "exitTs": 1711460460,
          "dir": -1,
          "entryPrice": 2197.615,
          "exitPrice": 2181.84,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 161
        },
        {
          "entryTs": 1711465320,
          "entryUtc": "2024-03-26T15:02:00.000Z",
          "exitTs": 1711538520,
          "dir": 1,
          "entryPrice": 2178.514,
          "exitPrice": 2197.117,
          "stopDistance": 9.302,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 1220
        },
        {
          "entryTs": 1711559040,
          "entryUtc": "2024-03-27T17:04:00.000Z",
          "exitTs": 1711621320,
          "dir": -1,
          "entryPrice": 2193.354,
          "exitPrice": 2202.109,
          "stopDistance": 8.755,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 1038
        },
        {
          "entryTs": 1711627200,
          "entryUtc": "2024-03-28T12:00:00.000Z",
          "exitTs": 1711643220,
          "dir": -1,
          "entryPrice": 2210.295,
          "exitPrice": 2218.894,
          "stopDistance": 8.599,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 267
        },
        {
          "entryTs": 1712003460,
          "entryUtc": "2024-04-01T20:31:00.000Z",
          "exitTs": 1712045280,
          "dir": -1,
          "entryPrice": 2249.096,
          "exitPrice": 2261.531,
          "stopDistance": 12.435,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 697
        },
        {
          "entryTs": 1712071920,
          "entryUtc": "2024-04-02T15:32:00.000Z",
          "exitTs": 1712084640,
          "dir": 1,
          "entryPrice": 2252.517,
          "exitPrice": 2273.201,
          "stopDistance": 10.342,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 212
        },
        {
          "entryTs": 1712123340,
          "entryUtc": "2024-04-03T05:49:00.000Z",
          "exitTs": 1712166960,
          "dir": -1,
          "entryPrice": 2284.757,
          "exitPrice": 2295.078,
          "stopDistance": 10.321,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 727
        },
        {
          "entryTs": 1712206800,
          "entryUtc": "2024-04-04T05:00:00.000Z",
          "exitTs": 1712231820,
          "dir": 1,
          "entryPrice": 2298.705,
          "exitPrice": 2289.92,
          "stopDistance": 8.785,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 417
        },
        {
          "entryTs": 1712242800,
          "entryUtc": "2024-04-04T15:00:00.000Z",
          "exitTs": 1712259480,
          "dir": 1,
          "entryPrice": 2294.199,
          "exitPrice": 2285.305,
          "stopDistance": 8.894,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 278
        },
        {
          "entryTs": 1712274540,
          "entryUtc": "2024-04-04T23:49:00.000Z",
          "exitTs": 1712279220,
          "dir": 1,
          "entryPrice": 2289.336,
          "exitPrice": 2277.973,
          "stopDistance": 11.364,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 78
        },
        {
          "entryTs": 1712279700,
          "entryUtc": "2024-04-05T01:15:00.000Z",
          "exitTs": 1712323080,
          "dir": 1,
          "entryPrice": 2276.364,
          "exitPrice": 2296.075,
          "stopDistance": 9.856,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 723
        },
        {
          "entryTs": 1712323140,
          "entryUtc": "2024-04-05T13:19:00.000Z",
          "exitTs": 1712327160,
          "dir": -1,
          "entryPrice": 2297.833,
          "exitPrice": 2308.646,
          "stopDistance": 10.814,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 67
        },
        {
          "entryTs": 1712332800,
          "entryUtc": "2024-04-05T16:00:00.000Z",
          "exitTs": 1712543760,
          "dir": -1,
          "entryPrice": 2326.085,
          "exitPrice": 2340.985,
          "stopDistance": 14.9,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 3516
        },
        {
          "entryTs": 1712552400,
          "entryUtc": "2024-04-08T05:00:00.000Z",
          "exitTs": 1712651880,
          "dir": -1,
          "entryPrice": 2342.058,
          "exitPrice": 2358.98,
          "stopDistance": 16.922,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 1658
        },
        {
          "entryTs": 1712673840,
          "entryUtc": "2024-04-09T14:44:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2345.17,
          "exitPrice": 2333.999,
          "stopDistance": 11.171,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 1306
        },
        {
          "entryTs": 1712775360,
          "entryUtc": "2024-04-10T18:56:00.000Z",
          "exitTs": 1712858760,
          "dir": 1,
          "entryPrice": 2329.006,
          "exitPrice": 2359.473,
          "stopDistance": 15.233,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 1390
        },
        {
          "entryTs": 1712908800,
          "entryUtc": "2024-04-12T08:00:00.000Z",
          "exitTs": 1712931180,
          "dir": -1,
          "entryPrice": 2399.875,
          "exitPrice": 2411.977,
          "stopDistance": 12.102,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 373
        },
        {
          "entryTs": 1712934000,
          "entryUtc": "2024-04-12T15:00:00.000Z",
          "exitTs": 1712935620,
          "dir": -1,
          "entryPrice": 2426.485,
          "exitPrice": 2398.219,
          "stopDistance": 14.133,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 27
        },
        {
          "entryTs": 1712935860,
          "entryUtc": "2024-04-12T15:31:00.000Z",
          "exitTs": 1712939040,
          "dir": 1,
          "entryPrice": 2387.963,
          "exitPrice": 2376.485,
          "stopDistance": 11.477,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 53
        },
        {
          "entryTs": 1712946300,
          "entryUtc": "2024-04-12T18:25:00.000Z",
          "exitTs": 1712948580,
          "dir": 1,
          "entryPrice": 2346.19,
          "exitPrice": 2334.301,
          "stopDistance": 11.889,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 38
        },
        {
          "entryTs": 1713170040,
          "entryUtc": "2024-04-15T08:34:00.000Z",
          "exitTs": 1713219300,
          "dir": 1,
          "entryPrice": 2345.166,
          "exitPrice": 2389.189,
          "stopDistance": 22.012,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 821
        },
        {
          "entryTs": 1713244020,
          "entryUtc": "2024-04-16T05:07:00.000Z",
          "exitTs": 1713387120,
          "dir": -1,
          "entryPrice": 2388.244,
          "exitPrice": 2357.54,
          "stopDistance": 15.352,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 2385
        },
        {
          "entryTs": 1713436560,
          "entryUtc": "2024-04-18T10:36:00.000Z",
          "exitTs": 1713490020,
          "dir": -1,
          "entryPrice": 2383.349,
          "exitPrice": 2396.672,
          "stopDistance": 13.323,
          "outcome": "stop",
          "netR": -1.0315,
          "holdMinutes": 891
        },
        {
          "entryTs": 1713499200,
          "entryUtc": "2024-04-19T04:00:00.000Z",
          "exitTs": 1713768240,
          "dir": -1,
          "entryPrice": 2391.235,
          "exitPrice": 2359.996,
          "stopDistance": 15.62,
          "outcome": "target",
          "netR": 1.9763,
          "holdMinutes": 4484
        },
        {
          "entryTs": 1713790800,
          "entryUtc": "2024-04-22T13:00:00.000Z",
          "exitTs": 1713836160,
          "dir": 1,
          "entryPrice": 2336.735,
          "exitPrice": 2322.766,
          "stopDistance": 13.969,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 756
        },
        {
          "entryTs": 1713863220,
          "entryUtc": "2024-04-23T09:07:00.000Z",
          "exitTs": 1713880500,
          "dir": 1,
          "entryPrice": 2301.071,
          "exitPrice": 2330.328,
          "stopDistance": 14.628,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 288
        },
        {
          "entryTs": 1713927600,
          "entryUtc": "2024-04-24T03:00:00.000Z",
          "exitTs": 1714014780,
          "dir": 1,
          "entryPrice": 2321.545,
          "exitPrice": 2310.052,
          "stopDistance": 11.492,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 1453
        },
        {
          "entryTs": 1714028400,
          "entryUtc": "2024-04-25T07:00:00.000Z",
          "exitTs": 1714049460,
          "dir": -1,
          "entryPrice": 2322.604,
          "exitPrice": 2332.582,
          "stopDistance": 9.978,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 351
        },
        {
          "entryTs": 1714050900,
          "entryUtc": "2024-04-25T13:15:00.000Z",
          "exitTs": 1714055700,
          "dir": 1,
          "entryPrice": 2316.042,
          "exitPrice": 2336.197,
          "stopDistance": 10.077,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 80
        },
        {
          "entryTs": 1714064400,
          "entryUtc": "2024-04-25T17:00:00.000Z",
          "exitTs": 1714114260,
          "dir": -1,
          "entryPrice": 2328.615,
          "exitPrice": 2341.763,
          "stopDistance": 13.148,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 831
        },
        {
          "entryTs": 1714142220,
          "entryUtc": "2024-04-26T14:37:00.000Z",
          "exitTs": 1714352400,
          "dir": 1,
          "entryPrice": 2333.91,
          "exitPrice": 2324.363,
          "stopDistance": 9.547,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 3503
        },
        {
          "entryTs": 1714367040,
          "entryUtc": "2024-04-29T05:04:00.000Z",
          "exitTs": 1714407780,
          "dir": -1,
          "entryPrice": 2334.919,
          "exitPrice": 2344.832,
          "stopDistance": 9.914,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 679
        },
        {
          "entryTs": 1714410000,
          "entryUtc": "2024-04-29T17:00:00.000Z",
          "exitTs": 1714457040,
          "dir": -1,
          "entryPrice": 2342.725,
          "exitPrice": 2321.411,
          "stopDistance": 10.657,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 784
        },
        {
          "entryTs": 1714588740,
          "entryUtc": "2024-05-01T18:39:00.000Z",
          "exitTs": 1714640100,
          "dir": -1,
          "entryPrice": 2319.966,
          "exitPrice": 2303.125,
          "stopDistance": 8.42,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 856
        },
        {
          "entryTs": 1714655280,
          "entryUtc": "2024-05-02T13:08:00.000Z",
          "exitTs": 1714739400,
          "dir": 1,
          "entryPrice": 2290.014,
          "exitPrice": 2314.894,
          "stopDistance": 12.44,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 1402
        },
        {
          "entryTs": 1714743060,
          "entryUtc": "2024-05-03T13:31:00.000Z",
          "exitTs": 1714743180,
          "dir": 1,
          "entryPrice": 2299.262,
          "exitPrice": 2289.205,
          "stopDistance": 10.058,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 2
        },
        {
          "entryTs": 1714752000,
          "entryUtc": "2024-05-03T16:00:00.000Z",
          "exitTs": 1714981140,
          "dir": 1,
          "entryPrice": 2293.608,
          "exitPrice": 2321.42,
          "stopDistance": 13.906,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 3819
        },
        {
          "entryTs": 1715011200,
          "entryUtc": "2024-05-06T16:00:00.000Z",
          "exitTs": 1715264460,
          "dir": -1,
          "entryPrice": 2324.655,
          "exitPrice": 2336.516,
          "stopDistance": 11.861,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 4221
        },
        {
          "entryTs": 1715556600,
          "entryUtc": "2024-05-12T23:30:00.000Z",
          "exitTs": 1715580660,
          "dir": 1,
          "entryPrice": 2360.719,
          "exitPrice": 2350.587,
          "stopDistance": 10.132,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 401
        },
        {
          "entryTs": 1715616000,
          "entryUtc": "2024-05-13T16:00:00.000Z",
          "exitTs": 1715695260,
          "dir": 1,
          "entryPrice": 2335.765,
          "exitPrice": 2355.317,
          "stopDistance": 9.776,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 1321
        },
        {
          "entryTs": 1715702400,
          "entryUtc": "2024-05-14T16:00:00.000Z",
          "exitTs": 1715709720,
          "dir": -1,
          "entryPrice": 2347.838,
          "exitPrice": 2356.9,
          "stopDistance": 9.063,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 122
        },
        {
          "entryTs": 1715716800,
          "entryUtc": "2024-05-14T20:00:00.000Z",
          "exitTs": 1715761380,
          "dir": -1,
          "entryPrice": 2356.585,
          "exitPrice": 2365.241,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 743
        },
        {
          "entryTs": 1715763600,
          "entryUtc": "2024-05-15T09:00:00.000Z",
          "exitTs": 1715780940,
          "dir": -1,
          "entryPrice": 2373.085,
          "exitPrice": 2357.981,
          "stopDistance": 7.552,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 289
        },
        {
          "entryTs": 1715781060,
          "entryUtc": "2024-05-15T13:51:00.000Z",
          "exitTs": 1715783460,
          "dir": 1,
          "entryPrice": 2356.58,
          "exitPrice": 2369.631,
          "stopDistance": 6.526,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 40
        },
        {
          "entryTs": 1715792400,
          "entryUtc": "2024-05-15T17:00:00.000Z",
          "exitTs": 1715821200,
          "dir": -1,
          "entryPrice": 2383.535,
          "exitPrice": 2396.605,
          "stopDistance": 13.07,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 480
        },
        {
          "entryTs": 1715850000,
          "entryUtc": "2024-05-16T09:00:00.000Z",
          "exitTs": 1715865420,
          "dir": 1,
          "entryPrice": 2385.935,
          "exitPrice": 2376.55,
          "stopDistance": 9.385,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 257
        },
        {
          "entryTs": 1715914380,
          "entryUtc": "2024-05-17T02:53:00.000Z",
          "exitTs": 1715950260,
          "dir": 1,
          "entryPrice": 2374.621,
          "exitPrice": 2392.527,
          "stopDistance": 8.953,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 598
        },
        {
          "entryTs": 1716177600,
          "entryUtc": "2024-05-20T04:00:00.000Z",
          "exitTs": 1716183960,
          "dir": -1,
          "entryPrice": 2437.488,
          "exitPrice": 2449.278,
          "stopDistance": 11.79,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 106
        },
        {
          "entryTs": 1716206580,
          "entryUtc": "2024-05-20T12:03:00.000Z",
          "exitTs": 1716208860,
          "dir": 1,
          "entryPrice": 2426.318,
          "exitPrice": 2413.522,
          "stopDistance": 12.796,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 38
        },
        {
          "entryTs": 1716210000,
          "entryUtc": "2024-05-20T13:00:00.000Z",
          "exitTs": 1716387000,
          "dir": 1,
          "entryPrice": 2413.655,
          "exitPrice": 2399.157,
          "stopDistance": 14.498,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1716436800,
          "entryUtc": "2024-05-23T04:00:00.000Z",
          "exitTs": 1716443760,
          "dir": 1,
          "entryPrice": 2372.315,
          "exitPrice": 2361.36,
          "stopDistance": 10.955,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 116
        },
        {
          "entryTs": 1716483600,
          "entryUtc": "2024-05-23T17:00:00.000Z",
          "exitTs": 1716496740,
          "dir": 1,
          "entryPrice": 2340.805,
          "exitPrice": 2326.91,
          "stopDistance": 13.895,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 219
        },
        {
          "entryTs": 1716530400,
          "entryUtc": "2024-05-24T06:00:00.000Z",
          "exitTs": 1716812400,
          "dir": -1,
          "entryPrice": 2338.495,
          "exitPrice": 2349.224,
          "stopDistance": 10.729,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 4700
        },
        {
          "entryTs": 1716860820,
          "entryUtc": "2024-05-28T01:47:00.000Z",
          "exitTs": 1716877380,
          "dir": -1,
          "entryPrice": 2356.06,
          "exitPrice": 2342.573,
          "stopDistance": 6.743,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 276
        },
        {
          "entryTs": 1716884340,
          "entryUtc": "2024-05-28T08:19:00.000Z",
          "exitTs": 1716899040,
          "dir": 1,
          "entryPrice": 2340.368,
          "exitPrice": 2355.059,
          "stopDistance": 7.346,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 245
        },
        {
          "entryTs": 1716938700,
          "entryUtc": "2024-05-28T23:25:00.000Z",
          "exitTs": 1716973920,
          "dir": -1,
          "entryPrice": 2359.326,
          "exitPrice": 2342.491,
          "stopDistance": 8.418,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 587
        },
        {
          "entryTs": 1717008780,
          "entryUtc": "2024-05-29T18:53:00.000Z",
          "exitTs": 1717036920,
          "dir": 1,
          "entryPrice": 2338.163,
          "exitPrice": 2329.098,
          "stopDistance": 9.065,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 469
        },
        {
          "entryTs": 1717045200,
          "entryUtc": "2024-05-30T05:00:00.000Z",
          "exitTs": 1717047240,
          "dir": 1,
          "entryPrice": 2335.155,
          "exitPrice": 2327.275,
          "stopDistance": 7.88,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 34
        },
        {
          "entryTs": 1717053120,
          "entryUtc": "2024-05-30T07:12:00.000Z",
          "exitTs": 1717072980,
          "dir": -1,
          "entryPrice": 2336.256,
          "exitPrice": 2344.99,
          "stopDistance": 8.734,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 331
        },
        {
          "entryTs": 1717077600,
          "entryUtc": "2024-05-30T14:00:00.000Z",
          "exitTs": 1717160580,
          "dir": -1,
          "entryPrice": 2348.475,
          "exitPrice": 2358.7,
          "stopDistance": 10.225,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 1383
        },
        {
          "entryTs": 1717164720,
          "entryUtc": "2024-05-31T14:12:00.000Z",
          "exitTs": 1717168080,
          "dir": 1,
          "entryPrice": 2339.824,
          "exitPrice": 2332.156,
          "stopDistance": 7.668,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 56
        },
        {
          "entryTs": 1717174800,
          "entryUtc": "2024-05-31T17:00:00.000Z",
          "exitTs": 1717181520,
          "dir": 1,
          "entryPrice": 2332.725,
          "exitPrice": 2322.283,
          "stopDistance": 10.442,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 112
        },
        {
          "entryTs": 1717385460,
          "entryUtc": "2024-06-03T03:31:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2323.375,
          "exitPrice": 2342.152,
          "stopDistance": 9.389,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 629
        },
        {
          "entryTs": 1717430400,
          "entryUtc": "2024-06-03T16:00:00.000Z",
          "exitTs": 1717434300,
          "dir": -1,
          "entryPrice": 2342.675,
          "exitPrice": 2352.771,
          "stopDistance": 10.096,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 65
        },
        {
          "entryTs": 1717460580,
          "entryUtc": "2024-06-04T00:23:00.000Z",
          "exitTs": 1717489800,
          "dir": -1,
          "entryPrice": 2351.627,
          "exitPrice": 2334.451,
          "stopDistance": 8.588,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 487
        },
        {
          "entryTs": 1717495200,
          "entryUtc": "2024-06-04T10:00:00.000Z",
          "exitTs": 1717510380,
          "dir": 1,
          "entryPrice": 2329.775,
          "exitPrice": 2321.259,
          "stopDistance": 8.516,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 253
        },
        {
          "entryTs": 1717510500,
          "entryUtc": "2024-06-04T14:15:00.000Z",
          "exitTs": 1717559220,
          "dir": 1,
          "entryPrice": 2318.8,
          "exitPrice": 2336.932,
          "stopDistance": 9.066,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 812
        },
        {
          "entryTs": 1717563600,
          "entryUtc": "2024-06-05T05:00:00.000Z",
          "exitTs": 1717595880,
          "dir": -1,
          "entryPrice": 2337.895,
          "exitPrice": 2345.606,
          "stopDistance": 7.711,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 538
        },
        {
          "entryTs": 1717596000,
          "entryUtc": "2024-06-05T14:00:00.000Z",
          "exitTs": 1717600560,
          "dir": -1,
          "entryPrice": 2344.905,
          "exitPrice": 2353.555,
          "stopDistance": 8.65,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 76
        },
        {
          "entryTs": 1717646400,
          "entryUtc": "2024-06-06T04:00:00.000Z",
          "exitTs": 1717687860,
          "dir": -1,
          "entryPrice": 2368.328,
          "exitPrice": 2377.647,
          "stopDistance": 9.319,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 691
        },
        {
          "entryTs": 1717693200,
          "entryUtc": "2024-06-06T17:00:00.000Z",
          "exitTs": 1717734300,
          "dir": -1,
          "entryPrice": 2372.735,
          "exitPrice": 2383.019,
          "stopDistance": 10.284,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 685
        },
        {
          "entryTs": 1717740000,
          "entryUtc": "2024-06-07T06:00:00.000Z",
          "exitTs": 1717747620,
          "dir": -1,
          "entryPrice": 2375.805,
          "exitPrice": 2355.942,
          "stopDistance": 9.931,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 127
        },
        {
          "entryTs": 1717750800,
          "entryUtc": "2024-06-07T09:00:00.000Z",
          "exitTs": 1717755780,
          "dir": 1,
          "entryPrice": 2347.105,
          "exitPrice": 2334.698,
          "stopDistance": 12.407,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 83
        },
        {
          "entryTs": 1717999200,
          "entryUtc": "2024-06-10T06:00:00.000Z",
          "exitTs": 1718109780,
          "dir": 1,
          "entryPrice": 2295.575,
          "exitPrice": 2319.344,
          "stopDistance": 11.885,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 1843
        },
        {
          "entryTs": 1718110800,
          "entryUtc": "2024-06-11T13:00:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2317.835,
          "exitPrice": 2326.077,
          "stopDistance": 8.242,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 1410
        },
        {
          "entryTs": 1718208000,
          "entryUtc": "2024-06-12T16:00:00.000Z",
          "exitTs": 1718241180,
          "dir": -1,
          "entryPrice": 2335.475,
          "exitPrice": 2314.308,
          "stopDistance": 10.584,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 553
        },
        {
          "entryTs": 1718242560,
          "entryUtc": "2024-06-13T01:36:00.000Z",
          "exitTs": 1718282160,
          "dir": 1,
          "entryPrice": 2309.25,
          "exitPrice": 2323.472,
          "stopDistance": 7.111,
          "outcome": "target",
          "netR": 1.948,
          "holdMinutes": 660
        },
        {
          "entryTs": 1718290800,
          "entryUtc": "2024-06-13T15:00:00.000Z",
          "exitTs": 1718360400,
          "dir": -1,
          "entryPrice": 2314.194,
          "exitPrice": 2326.373,
          "stopDistance": 12.179,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 1160
        },
        {
          "entryTs": 1718391600,
          "entryUtc": "2024-06-14T19:00:00.000Z",
          "exitTs": 1718638380,
          "dir": -1,
          "entryPrice": 2334.588,
          "exitPrice": 2314.885,
          "stopDistance": 9.851,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 4113
        },
        {
          "entryTs": 1718647200,
          "entryUtc": "2024-06-17T18:00:00.000Z",
          "exitTs": 1718707320,
          "dir": 1,
          "entryPrice": 2316.648,
          "exitPrice": 2307.798,
          "stopDistance": 8.85,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 1002
        },
        {
          "entryTs": 1718719200,
          "entryUtc": "2024-06-18T14:00:00.000Z",
          "exitTs": 1718847240,
          "dir": -1,
          "entryPrice": 2326.605,
          "exitPrice": 2335.578,
          "stopDistance": 8.973,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 2134
        },
        {
          "entryTs": 1718856000,
          "entryUtc": "2024-06-20T04:00:00.000Z",
          "exitTs": 1718858160,
          "dir": -1,
          "entryPrice": 2333.825,
          "exitPrice": 2339.627,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 36
        },
        {
          "entryTs": 1718890800,
          "entryUtc": "2024-06-20T13:40:00.000Z",
          "exitTs": 1718891940,
          "dir": -1,
          "entryPrice": 2341.401,
          "exitPrice": 2348.749,
          "stopDistance": 7.348,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 19
        },
        {
          "entryTs": 1718946000,
          "entryUtc": "2024-06-21T05:00:00.000Z",
          "exitTs": 1718977500,
          "dir": -1,
          "entryPrice": 2362.795,
          "exitPrice": 2348.511,
          "stopDistance": 7.142,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 525
        },
        {
          "entryTs": 1718977920,
          "entryUtc": "2024-06-21T13:52:00.000Z",
          "exitTs": 1718978700,
          "dir": 1,
          "entryPrice": 2341.476,
          "exitPrice": 2332.232,
          "stopDistance": 9.244,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718982000,
          "entryUtc": "2024-06-21T15:00:00.000Z",
          "exitTs": 1718990760,
          "dir": 1,
          "entryPrice": 2329.838,
          "exitPrice": 2319.012,
          "stopDistance": 10.826,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 146
        },
        {
          "entryTs": 1719230460,
          "entryUtc": "2024-06-24T12:01:00.000Z",
          "exitTs": 1719329520,
          "dir": 1,
          "entryPrice": 2324.6,
          "exitPrice": 2316.233,
          "stopDistance": 8.366,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 1651
        },
        {
          "entryTs": 1719374400,
          "entryUtc": "2024-06-26T04:00:00.000Z",
          "exitTs": 1719397380,
          "dir": 1,
          "entryPrice": 2317.115,
          "exitPrice": 2308.802,
          "stopDistance": 8.313,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 383
        },
        {
          "entryTs": 1719406800,
          "entryUtc": "2024-06-26T13:00:00.000Z",
          "exitTs": 1719407940,
          "dir": 1,
          "entryPrice": 2310.058,
          "exitPrice": 2301.158,
          "stopDistance": 8.9,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 19
        },
        {
          "entryTs": 1719417600,
          "entryUtc": "2024-06-26T16:00:00.000Z",
          "exitTs": 1719491400,
          "dir": 1,
          "entryPrice": 2299.895,
          "exitPrice": 2320.417,
          "stopDistance": 10.261,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 1230
        },
        {
          "entryTs": 1719536400,
          "entryUtc": "2024-06-28T01:00:00.000Z",
          "exitTs": 1719570420,
          "dir": 1,
          "entryPrice": 2321.474,
          "exitPrice": 2334.707,
          "stopDistance": 6.617,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 567
        },
        {
          "entryTs": 1719600900,
          "entryUtc": "2024-06-28T18:55:00.000Z",
          "exitTs": 1719960900,
          "dir": 1,
          "entryPrice": 2325.542,
          "exitPrice": 2330.025,
          "stopDistance": 8.546,
          "outcome": "time",
          "netR": 0.4812,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1719966180,
          "entryUtc": "2024-07-03T00:23:00.000Z",
          "exitTs": 1719989820,
          "dir": -1,
          "entryPrice": 2331.992,
          "exitPrice": 2340.217,
          "stopDistance": 8.225,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 394
        },
        {
          "entryTs": 1720056480,
          "entryUtc": "2024-07-04T01:28:00.000Z",
          "exitTs": 1720182660,
          "dir": -1,
          "entryPrice": 2361.488,
          "exitPrice": 2369.09,
          "stopDistance": 7.602,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 2103
        },
        {
          "entryTs": 1720195200,
          "entryUtc": "2024-07-05T16:00:00.000Z",
          "exitTs": 1720453140,
          "dir": -1,
          "entryPrice": 2384.615,
          "exitPrice": 2364.916,
          "stopDistance": 9.849,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 4299
        },
        {
          "entryTs": 1720453500,
          "entryUtc": "2024-07-08T15:45:00.000Z",
          "exitTs": 1720453980,
          "dir": 1,
          "entryPrice": 2360.878,
          "exitPrice": 2352.226,
          "stopDistance": 8.652,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 8
        },
        {
          "entryTs": 1720461600,
          "entryUtc": "2024-07-08T18:00:00.000Z",
          "exitTs": 1720611900,
          "dir": 1,
          "entryPrice": 2357.098,
          "exitPrice": 2377.357,
          "stopDistance": 10.129,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 2505
        },
        {
          "entryTs": 1720635900,
          "entryUtc": "2024-07-10T18:25:00.000Z",
          "exitTs": 1720701000,
          "dir": 1,
          "entryPrice": 2370.065,
          "exitPrice": 2385.966,
          "stopDistance": 7.951,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 1085
        },
        {
          "entryTs": 1720713600,
          "entryUtc": "2024-07-11T16:00:00.000Z",
          "exitTs": 1720787460,
          "dir": -1,
          "entryPrice": 2417.278,
          "exitPrice": 2394.556,
          "stopDistance": 11.361,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 1231
        },
        {
          "entryTs": 1720788060,
          "entryUtc": "2024-07-12T12:41:00.000Z",
          "exitTs": 1720797360,
          "dir": 1,
          "entryPrice": 2391.452,
          "exitPrice": 2413.178,
          "stopDistance": 10.863,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 155
        },
        {
          "entryTs": 1720800000,
          "entryUtc": "2024-07-12T16:00:00.000Z",
          "exitTs": 1721052480,
          "dir": -1,
          "entryPrice": 2411.595,
          "exitPrice": 2420.894,
          "stopDistance": 9.299,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 4208
        },
        {
          "entryTs": 1721062800,
          "entryUtc": "2024-07-15T17:00:00.000Z",
          "exitTs": 1721122080,
          "dir": -1,
          "entryPrice": 2430.135,
          "exitPrice": 2439.648,
          "stopDistance": 9.513,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 988
        },
        {
          "entryTs": 1721145600,
          "entryUtc": "2024-07-16T16:00:00.000Z",
          "exitTs": 1721178120,
          "dir": -1,
          "entryPrice": 2463.048,
          "exitPrice": 2474.482,
          "stopDistance": 11.433,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 542
        },
        {
          "entryTs": 1721196000,
          "entryUtc": "2024-07-17T06:00:00.000Z",
          "exitTs": 1721233500,
          "dir": 1,
          "entryPrice": 2465.304,
          "exitPrice": 2454.549,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 625
        },
        {
          "entryTs": 1721239200,
          "entryUtc": "2024-07-17T18:00:00.000Z",
          "exitTs": 1721347200,
          "dir": 1,
          "entryPrice": 2452.495,
          "exitPrice": 2439.387,
          "stopDistance": 13.108,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 1800
        },
        {
          "entryTs": 1721415600,
          "entryUtc": "2024-07-19T19:00:00.000Z",
          "exitTs": 1721658420,
          "dir": 1,
          "entryPrice": 2397.982,
          "exitPrice": 2387.338,
          "stopDistance": 10.644,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 4047
        },
        {
          "entryTs": 1721697660,
          "entryUtc": "2024-07-23T01:21:00.000Z",
          "exitTs": 1721733840,
          "dir": -1,
          "entryPrice": 2401.025,
          "exitPrice": 2410.986,
          "stopDistance": 9.961,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 603
        },
        {
          "entryTs": 1721762640,
          "entryUtc": "2024-07-23T19:24:00.000Z",
          "exitTs": 1721791260,
          "dir": -1,
          "entryPrice": 2408.325,
          "exitPrice": 2417.059,
          "stopDistance": 8.734,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 477
        },
        {
          "entryTs": 1721797200,
          "entryUtc": "2024-07-24T05:00:00.000Z",
          "exitTs": 1721828880,
          "dir": -1,
          "entryPrice": 2417.705,
          "exitPrice": 2425.147,
          "stopDistance": 7.442,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 528
        },
        {
          "entryTs": 1721843700,
          "entryUtc": "2024-07-24T17:55:00.000Z",
          "exitTs": 1721850540,
          "dir": 1,
          "entryPrice": 2408.758,
          "exitPrice": 2401.311,
          "stopDistance": 7.447,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 114
        },
        {
          "entryTs": 1721876400,
          "entryUtc": "2024-07-25T03:00:00.000Z",
          "exitTs": 1721916900,
          "dir": 1,
          "entryPrice": 2372.528,
          "exitPrice": 2360.472,
          "stopDistance": 12.056,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 675
        },
        {
          "entryTs": 1721959140,
          "entryUtc": "2024-07-26T01:59:00.000Z",
          "exitTs": 1722002700,
          "dir": -1,
          "entryPrice": 2373.788,
          "exitPrice": 2386.862,
          "stopDistance": 13.074,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 726
        },
        {
          "entryTs": 1722006000,
          "entryUtc": "2024-07-26T15:00:00.000Z",
          "exitTs": 1722204780,
          "dir": -1,
          "entryPrice": 2381.758,
          "exitPrice": 2392.601,
          "stopDistance": 10.843,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 3313
        },
        {
          "entryTs": 1722243600,
          "entryUtc": "2024-07-29T09:00:00.000Z",
          "exitTs": 1722264240,
          "dir": 1,
          "entryPrice": 2390.265,
          "exitPrice": 2380.944,
          "stopDistance": 9.321,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 344
        },
        {
          "entryTs": 1722265980,
          "entryUtc": "2024-07-29T15:13:00.000Z",
          "exitTs": 1722358800,
          "dir": 1,
          "entryPrice": 2379.857,
          "exitPrice": 2401.816,
          "stopDistance": 10.98,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 1547
        },
        {
          "entryTs": 1722366000,
          "entryUtc": "2024-07-30T19:00:00.000Z",
          "exitTs": 1722395580,
          "dir": -1,
          "entryPrice": 2404.765,
          "exitPrice": 2414.419,
          "stopDistance": 9.654,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 493
        },
        {
          "entryTs": 1722402000,
          "entryUtc": "2024-07-31T05:00:00.000Z",
          "exitTs": 1722451200,
          "dir": -1,
          "entryPrice": 2420.978,
          "exitPrice": 2430.185,
          "stopDistance": 9.207,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 820
        },
        {
          "entryTs": 1722466800,
          "entryUtc": "2024-07-31T23:00:00.000Z",
          "exitTs": 1722475740,
          "dir": -1,
          "entryPrice": 2447.425,
          "exitPrice": 2457.945,
          "stopDistance": 10.52,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 149
        },
        {
          "entryTs": 1722488400,
          "entryUtc": "2024-08-01T05:00:00.000Z",
          "exitTs": 1722501660,
          "dir": 1,
          "entryPrice": 2444.045,
          "exitPrice": 2433.336,
          "stopDistance": 10.709,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 221
        },
        {
          "entryTs": 1722505920,
          "entryUtc": "2024-08-01T09:52:00.000Z",
          "exitTs": 1722515460,
          "dir": 1,
          "entryPrice": 2430.083,
          "exitPrice": 2449.851,
          "stopDistance": 9.884,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 159
        },
        {
          "entryTs": 1722515580,
          "entryUtc": "2024-08-01T12:33:00.000Z",
          "exitTs": 1722577680,
          "dir": -1,
          "entryPrice": 2452.077,
          "exitPrice": 2462.491,
          "stopDistance": 10.413,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 1035
        },
        {
          "entryTs": 1722609420,
          "entryUtc": "2024-08-02T14:37:00.000Z",
          "exitTs": 1722609900,
          "dir": 1,
          "entryPrice": 2444.689,
          "exitPrice": 2434.032,
          "stopDistance": 10.657,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 8
        },
        {
          "entryTs": 1722614400,
          "entryUtc": "2024-08-02T16:00:00.000Z",
          "exitTs": 1722817020,
          "dir": 1,
          "entryPrice": 2433.075,
          "exitPrice": 2414.512,
          "stopDistance": 18.562,
          "outcome": "stop",
          "netR": -1.0226,
          "holdMinutes": 3377
        },
        {
          "entryTs": 1722830400,
          "entryUtc": "2024-08-05T04:00:00.000Z",
          "exitTs": 1722855360,
          "dir": -1,
          "entryPrice": 2450.835,
          "exitPrice": 2412.715,
          "stopDistance": 19.06,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 416
        },
        {
          "entryTs": 1722914820,
          "entryUtc": "2024-08-06T03:27:00.000Z",
          "exitTs": 1723150440,
          "dir": -1,
          "entryPrice": 2410.426,
          "exitPrice": 2427.401,
          "stopDistance": 16.975,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 3927
        },
        {
          "entryTs": 1723199400,
          "entryUtc": "2024-08-09T10:30:00.000Z",
          "exitTs": 1723213800,
          "dir": -1,
          "entryPrice": 2425.296,
          "exitPrice": 2433.909,
          "stopDistance": 8.613,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 240
        },
        {
          "entryTs": 1723222800,
          "entryUtc": "2024-08-09T17:00:00.000Z",
          "exitTs": 1723454460,
          "dir": -1,
          "entryPrice": 2434.258,
          "exitPrice": 2444.367,
          "stopDistance": 10.109,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 3861
        },
        {
          "entryTs": 1723474800,
          "entryUtc": "2024-08-12T15:00:00.000Z",
          "exitTs": 1723478640,
          "dir": -1,
          "entryPrice": 2453.205,
          "exitPrice": 2462.329,
          "stopDistance": 9.124,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 64
        },
        {
          "entryTs": 1723552200,
          "entryUtc": "2024-08-13T12:30:00.000Z",
          "exitTs": 1723641600,
          "dir": -1,
          "entryPrice": 2471.393,
          "exitPrice": 2454.441,
          "stopDistance": 8.476,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 1490
        },
        {
          "entryTs": 1723651200,
          "entryUtc": "2024-08-14T16:00:00.000Z",
          "exitTs": 1723724760,
          "dir": 1,
          "entryPrice": 2443.955,
          "exitPrice": 2467.357,
          "stopDistance": 11.701,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 1226
        },
        {
          "entryTs": 1723725600,
          "entryUtc": "2024-08-15T12:40:00.000Z",
          "exitTs": 1723726560,
          "dir": 1,
          "entryPrice": 2452.701,
          "exitPrice": 2445.335,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 16
        },
        {
          "entryTs": 1723726680,
          "entryUtc": "2024-08-15T12:58:00.000Z",
          "exitTs": 1723727280,
          "dir": 1,
          "entryPrice": 2442.772,
          "exitPrice": 2434.204,
          "stopDistance": 8.568,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 10
        },
        {
          "entryTs": 1723739940,
          "entryUtc": "2024-08-15T16:39:00.000Z",
          "exitTs": 1723812660,
          "dir": 1,
          "entryPrice": 2456.028,
          "exitPrice": 2480.291,
          "stopDistance": 12.131,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 1212
        },
        {
          "entryTs": 1724055300,
          "entryUtc": "2024-08-19T08:15:00.000Z",
          "exitTs": 1724140980,
          "dir": -1,
          "entryPrice": 2505.528,
          "exitPrice": 2516.384,
          "stopDistance": 10.856,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 1428
        },
        {
          "entryTs": 1724148000,
          "entryUtc": "2024-08-20T10:00:00.000Z",
          "exitTs": 1724160660,
          "dir": -1,
          "entryPrice": 2521.565,
          "exitPrice": 2530.622,
          "stopDistance": 9.057,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 211
        },
        {
          "entryTs": 1724173260,
          "entryUtc": "2024-08-20T17:01:00.000Z",
          "exitTs": 1724248800,
          "dir": 1,
          "entryPrice": 2507.36,
          "exitPrice": 2496.009,
          "stopDistance": 11.351,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 1259
        },
        {
          "entryTs": 1724256420,
          "entryUtc": "2024-08-21T16:07:00.000Z",
          "exitTs": 1724328660,
          "dir": 1,
          "entryPrice": 2507.071,
          "exitPrice": 2496.205,
          "stopDistance": 10.866,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 1204
        },
        {
          "entryTs": 1724335200,
          "entryUtc": "2024-08-22T14:00:00.000Z",
          "exitTs": 1724335980,
          "dir": 1,
          "entryPrice": 2487.385,
          "exitPrice": 2476.873,
          "stopDistance": 10.512,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 13
        },
        {
          "entryTs": 1724402460,
          "entryUtc": "2024-08-23T08:41:00.000Z",
          "exitTs": 1724421720,
          "dir": -1,
          "entryPrice": 2497.709,
          "exitPrice": 2508.776,
          "stopDistance": 11.067,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 321
        },
        {
          "entryTs": 1724432400,
          "entryUtc": "2024-08-23T17:00:00.000Z",
          "exitTs": 1724657760,
          "dir": -1,
          "entryPrice": 2510.195,
          "exitPrice": 2520.4,
          "stopDistance": 10.205,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 3756
        },
        {
          "entryTs": 1724662800,
          "entryUtc": "2024-08-26T09:00:00.000Z",
          "exitTs": 1724723280,
          "dir": -1,
          "entryPrice": 2524.195,
          "exitPrice": 2508.822,
          "stopDistance": 7.686,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 1008
        },
        {
          "entryTs": 1724756400,
          "entryUtc": "2024-08-27T11:00:00.000Z",
          "exitTs": 1724784720,
          "dir": 1,
          "entryPrice": 2508.865,
          "exitPrice": 2525.221,
          "stopDistance": 8.178,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 472
        },
        {
          "entryTs": 1724820300,
          "entryUtc": "2024-08-28T04:45:00.000Z",
          "exitTs": 1724842080,
          "dir": 1,
          "entryPrice": 2510.866,
          "exitPrice": 2502.852,
          "stopDistance": 8.014,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 363
        },
        {
          "entryTs": 1724850000,
          "entryUtc": "2024-08-28T13:00:00.000Z",
          "exitTs": 1724904000,
          "dir": 1,
          "entryPrice": 2500.495,
          "exitPrice": 2516.747,
          "stopDistance": 8.126,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 900
        },
        {
          "entryTs": 1724925060,
          "entryUtc": "2024-08-29T09:51:00.000Z",
          "exitTs": 1724935260,
          "dir": -1,
          "entryPrice": 2521.351,
          "exitPrice": 2506.177,
          "stopDistance": 7.587,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 170
        },
        {
          "entryTs": 1724936400,
          "entryUtc": "2024-08-29T13:00:00.000Z",
          "exitTs": 1724951220,
          "dir": 1,
          "entryPrice": 2509.185,
          "exitPrice": 2526.748,
          "stopDistance": 8.781,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 247
        },
        {
          "entryTs": 1725005760,
          "entryUtc": "2024-08-30T08:16:00.000Z",
          "exitTs": 1725028200,
          "dir": -1,
          "entryPrice": 2523.684,
          "exitPrice": 2508.263,
          "stopDistance": 7.71,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 374
        },
        {
          "entryTs": 1725249600,
          "entryUtc": "2024-09-02T04:00:00.000Z",
          "exitTs": 1725364140,
          "dir": 1,
          "entryPrice": 2496.175,
          "exitPrice": 2487.386,
          "stopDistance": 8.789,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 1909
        },
        {
          "entryTs": 1725364800,
          "entryUtc": "2024-09-03T12:00:00.000Z",
          "exitTs": 1725370860,
          "dir": 1,
          "entryPrice": 2489.558,
          "exitPrice": 2481.32,
          "stopDistance": 8.239,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 101
        },
        {
          "entryTs": 1725379200,
          "entryUtc": "2024-09-03T16:00:00.000Z",
          "exitTs": 1725439560,
          "dir": 1,
          "entryPrice": 2488.285,
          "exitPrice": 2476.288,
          "stopDistance": 11.997,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 1006
        },
        {
          "entryTs": 1725455880,
          "entryUtc": "2024-09-04T13:18:00.000Z",
          "exitTs": 1725458580,
          "dir": -1,
          "entryPrice": 2489.425,
          "exitPrice": 2498.882,
          "stopDistance": 9.456,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 45
        },
        {
          "entryTs": 1725469200,
          "entryUtc": "2024-09-04T17:00:00.000Z",
          "exitTs": 1725522360,
          "dir": -1,
          "entryPrice": 2496.635,
          "exitPrice": 2506.878,
          "stopDistance": 10.243,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 886
        },
        {
          "entryTs": 1725523200,
          "entryUtc": "2024-09-05T08:00:00.000Z",
          "exitTs": 1725524760,
          "dir": -1,
          "entryPrice": 2506.385,
          "exitPrice": 2513.82,
          "stopDistance": 7.435,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 26
        },
        {
          "entryTs": 1725580200,
          "entryUtc": "2024-09-05T23:50:00.000Z",
          "exitTs": 1725625860,
          "dir": -1,
          "entryPrice": 2517.653,
          "exitPrice": 2526.288,
          "stopDistance": 8.635,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 761
        },
        {
          "entryTs": 1725629760,
          "entryUtc": "2024-09-06T13:36:00.000Z",
          "exitTs": 1725639300,
          "dir": 1,
          "entryPrice": 2502.451,
          "exitPrice": 2493.338,
          "stopDistance": 9.113,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 159
        },
        {
          "entryTs": 1725865200,
          "entryUtc": "2024-09-09T07:00:00.000Z",
          "exitTs": 1725963420,
          "dir": 1,
          "entryPrice": 2489.645,
          "exitPrice": 2508.549,
          "stopDistance": 9.452,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 1637
        },
        {
          "entryTs": 1725969780,
          "entryUtc": "2024-09-10T12:03:00.000Z",
          "exitTs": 1725973020,
          "dir": -1,
          "entryPrice": 2505.362,
          "exitPrice": 2511.917,
          "stopDistance": 6.555,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 54
        },
        {
          "entryTs": 1725977640,
          "entryUtc": "2024-09-10T14:14:00.000Z",
          "exitTs": 1725982500,
          "dir": 1,
          "entryPrice": 2502.676,
          "exitPrice": 2516.103,
          "stopDistance": 6.714,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 81
        },
        {
          "entryTs": 1725991200,
          "entryUtc": "2024-09-10T18:00:00.000Z",
          "exitTs": 1726018800,
          "dir": -1,
          "entryPrice": 2513.015,
          "exitPrice": 2521.068,
          "stopDistance": 8.053,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 460
        },
        {
          "entryTs": 1726056660,
          "entryUtc": "2024-09-11T12:11:00.000Z",
          "exitTs": 1726057800,
          "dir": 1,
          "entryPrice": 2518.987,
          "exitPrice": 2512.129,
          "stopDistance": 6.858,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 19
        },
        {
          "entryTs": 1726058280,
          "entryUtc": "2024-09-11T12:38:00.000Z",
          "exitTs": 1726121520,
          "dir": 1,
          "entryPrice": 2506.093,
          "exitPrice": 2522.024,
          "stopDistance": 7.966,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1726138440,
          "entryUtc": "2024-09-12T10:54:00.000Z",
          "exitTs": 1726144800,
          "dir": 1,
          "entryPrice": 2514.221,
          "exitPrice": 2526.759,
          "stopDistance": 6.269,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 106
        },
        {
          "entryTs": 1726153200,
          "entryUtc": "2024-09-12T15:00:00.000Z",
          "exitTs": 1726189560,
          "dir": -1,
          "entryPrice": 2553.228,
          "exitPrice": 2564.656,
          "stopDistance": 11.428,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 606
        },
        {
          "entryTs": 1726196400,
          "entryUtc": "2024-09-13T03:00:00.000Z",
          "exitTs": 1726232280,
          "dir": -1,
          "entryPrice": 2565.285,
          "exitPrice": 2574.549,
          "stopDistance": 9.264,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 598
        },
        {
          "entryTs": 1726239600,
          "entryUtc": "2024-09-13T15:00:00.000Z",
          "exitTs": 1726455960,
          "dir": -1,
          "entryPrice": 2578.298,
          "exitPrice": 2587.688,
          "stopDistance": 9.39,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 3606
        },
        {
          "entryTs": 1726482600,
          "entryUtc": "2024-09-16T10:30:00.000Z",
          "exitTs": 1726566120,
          "dir": 1,
          "entryPrice": 2580.963,
          "exitPrice": 2573.567,
          "stopDistance": 7.395,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 1392
        },
        {
          "entryTs": 1726567200,
          "entryUtc": "2024-09-17T10:00:00.000Z",
          "exitTs": 1726587120,
          "dir": 1,
          "entryPrice": 2573.435,
          "exitPrice": 2565.777,
          "stopDistance": 7.659,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 332
        },
        {
          "entryTs": 1726596000,
          "entryUtc": "2024-09-17T18:00:00.000Z",
          "exitTs": 1726683000,
          "dir": 1,
          "entryPrice": 2569.825,
          "exitPrice": 2591.083,
          "stopDistance": 10.629,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 1450
        },
        {
          "entryTs": 1726686060,
          "entryUtc": "2024-09-18T19:01:00.000Z",
          "exitTs": 1726687260,
          "dir": 1,
          "entryPrice": 2565.506,
          "exitPrice": 2557.118,
          "stopDistance": 8.389,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 20
        },
        {
          "entryTs": 1726700400,
          "entryUtc": "2024-09-18T23:00:00.000Z",
          "exitTs": 1726737360,
          "dir": 1,
          "entryPrice": 2559.125,
          "exitPrice": 2587.126,
          "stopDistance": 14,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 616
        },
        {
          "entryTs": 1726765200,
          "entryUtc": "2024-09-19T17:00:00.000Z",
          "exitTs": 1726815000,
          "dir": -1,
          "entryPrice": 2591.605,
          "exitPrice": 2604.769,
          "stopDistance": 13.164,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 830
        },
        {
          "entryTs": 1726837200,
          "entryUtc": "2024-09-20T13:00:00.000Z",
          "exitTs": 1726849080,
          "dir": -1,
          "entryPrice": 2615.438,
          "exitPrice": 2624.763,
          "stopDistance": 9.325,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 198
        },
        {
          "entryTs": 1726851600,
          "entryUtc": "2024-09-20T17:00:00.000Z",
          "exitTs": 1727149320,
          "dir": -1,
          "entryPrice": 2624.724,
          "exitPrice": 2635.814,
          "stopDistance": 11.09,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 4962
        },
        {
          "entryTs": 1727150400,
          "entryUtc": "2024-09-24T04:00:00.000Z",
          "exitTs": 1727189040,
          "dir": -1,
          "entryPrice": 2633.965,
          "exitPrice": 2640.938,
          "stopDistance": 6.973,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 644
        },
        {
          "entryTs": 1727190000,
          "entryUtc": "2024-09-24T15:00:00.000Z",
          "exitTs": 1727196000,
          "dir": -1,
          "entryPrice": 2643.448,
          "exitPrice": 2653.199,
          "stopDistance": 9.751,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 100
        },
        {
          "entryTs": 1727244000,
          "entryUtc": "2024-09-25T06:00:00.000Z",
          "exitTs": 1727348640,
          "dir": 1,
          "entryPrice": 2657.125,
          "exitPrice": 2676.735,
          "stopDistance": 9.805,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 1744
        },
        {
          "entryTs": 1727362800,
          "entryUtc": "2024-09-26T15:00:00.000Z",
          "exitTs": 1727448540,
          "dir": 1,
          "entryPrice": 2665.664,
          "exitPrice": 2653.611,
          "stopDistance": 12.053,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 1429
        },
        {
          "entryTs": 1727452800,
          "entryUtc": "2024-09-27T16:00:00.000Z",
          "exitTs": 1727692800,
          "dir": 1,
          "entryPrice": 2649.635,
          "exitPrice": 2638.602,
          "stopDistance": 11.033,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 4000
        },
        {
          "entryTs": 1727694000,
          "entryUtc": "2024-09-30T11:00:00.000Z",
          "exitTs": 1727720400,
          "dir": 1,
          "entryPrice": 2636.755,
          "exitPrice": 2625.764,
          "stopDistance": 10.991,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 440
        },
        {
          "entryTs": 1727733660,
          "entryUtc": "2024-09-30T22:01:00.000Z",
          "exitTs": 1727784780,
          "dir": 1,
          "entryPrice": 2632.468,
          "exitPrice": 2654.823,
          "stopDistance": 11.177,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 852
        },
        {
          "entryTs": 1727847360,
          "entryUtc": "2024-10-02T05:36:00.000Z",
          "exitTs": 1728046500,
          "dir": 1,
          "entryPrice": 2645.77,
          "exitPrice": 2634.234,
          "stopDistance": 11.537,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 3319
        },
        {
          "entryTs": 1728054000,
          "entryUtc": "2024-10-04T15:00:00.000Z",
          "exitTs": 1728059580,
          "dir": 1,
          "entryPrice": 2658.285,
          "exitPrice": 2646.334,
          "stopDistance": 11.951,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 93
        },
        {
          "entryTs": 1728068460,
          "entryUtc": "2024-10-04T19:01:00.000Z",
          "exitTs": 1728375540,
          "dir": 1,
          "entryPrice": 2643.277,
          "exitPrice": 2630.033,
          "stopDistance": 13.244,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 5118
        },
        {
          "entryTs": 1728388800,
          "entryUtc": "2024-10-08T12:00:00.000Z",
          "exitTs": 1728397620,
          "dir": -1,
          "entryPrice": 2650.695,
          "exitPrice": 2628.702,
          "stopDistance": 10.996,
          "outcome": "target",
          "netR": 1.9664,
          "holdMinutes": 147
        },
        {
          "entryTs": 1728403200,
          "entryUtc": "2024-10-08T16:00:00.000Z",
          "exitTs": 1728856800,
          "dir": 1,
          "entryPrice": 2612.805,
          "exitPrice": 2641.071,
          "stopDistance": 14.133,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 7560
        },
        {
          "entryTs": 1729123920,
          "entryUtc": "2024-10-17T00:12:00.000Z",
          "exitTs": 1729130580,
          "dir": -1,
          "entryPrice": 2675.372,
          "exitPrice": 2683.668,
          "stopDistance": 8.296,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 111
        },
        {
          "entryTs": 1729149000,
          "entryUtc": "2024-10-17T07:10:00.000Z",
          "exitTs": 1729173600,
          "dir": -1,
          "entryPrice": 2681.705,
          "exitPrice": 2690.068,
          "stopDistance": 8.363,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 410
        },
        {
          "entryTs": 1729180800,
          "entryUtc": "2024-10-17T16:00:00.000Z",
          "exitTs": 1729468800,
          "dir": -1,
          "entryPrice": 2693.145,
          "exitPrice": 2703.712,
          "stopDistance": 10.567,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 4800
        },
        {
          "entryTs": 1729504800,
          "entryUtc": "2024-10-21T10:00:00.000Z",
          "exitTs": 1729537260,
          "dir": -1,
          "entryPrice": 2734.445,
          "exitPrice": 2714.786,
          "stopDistance": 9.83,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 541
        },
        {
          "entryTs": 1729567860,
          "entryUtc": "2024-10-22T03:31:00.000Z",
          "exitTs": 1729608780,
          "dir": -1,
          "entryPrice": 2732.673,
          "exitPrice": 2742.003,
          "stopDistance": 9.33,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 682
        },
        {
          "entryTs": 1729609200,
          "entryUtc": "2024-10-22T15:00:00.000Z",
          "exitTs": 1729661640,
          "dir": -1,
          "entryPrice": 2741.755,
          "exitPrice": 2751.62,
          "stopDistance": 9.865,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 874
        },
        {
          "entryTs": 1729663200,
          "entryUtc": "2024-10-23T06:00:00.000Z",
          "exitTs": 1729689420,
          "dir": -1,
          "entryPrice": 2751.415,
          "exitPrice": 2735.007,
          "stopDistance": 8.204,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 437
        },
        {
          "entryTs": 1729694160,
          "entryUtc": "2024-10-23T14:36:00.000Z",
          "exitTs": 1729696380,
          "dir": 1,
          "entryPrice": 2721.562,
          "exitPrice": 2712.031,
          "stopDistance": 9.531,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 37
        },
        {
          "entryTs": 1729793340,
          "entryUtc": "2024-10-24T18:09:00.000Z",
          "exitTs": 1729848480,
          "dir": -1,
          "entryPrice": 2737.042,
          "exitPrice": 2717.207,
          "stopDistance": 9.918,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 919
        },
        {
          "entryTs": 1729850400,
          "entryUtc": "2024-10-25T10:00:00.000Z",
          "exitTs": 1729865580,
          "dir": 1,
          "entryPrice": 2721.045,
          "exitPrice": 2736.939,
          "stopDistance": 7.947,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 253
        },
        {
          "entryTs": 1730077800,
          "entryUtc": "2024-10-28T01:10:00.000Z",
          "exitTs": 1730127060,
          "dir": 1,
          "entryPrice": 2725.956,
          "exitPrice": 2745.113,
          "stopDistance": 9.579,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 821
        },
        {
          "entryTs": 1730167200,
          "entryUtc": "2024-10-29T02:00:00.000Z",
          "exitTs": 1730209440,
          "dir": -1,
          "entryPrice": 2752.024,
          "exitPrice": 2759.683,
          "stopDistance": 7.659,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 704
        },
        {
          "entryTs": 1730214000,
          "entryUtc": "2024-10-29T15:00:00.000Z",
          "exitTs": 1730250060,
          "dir": -1,
          "entryPrice": 2769.428,
          "exitPrice": 2779.568,
          "stopDistance": 10.14,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 601
        },
        {
          "entryTs": 1730294040,
          "entryUtc": "2024-10-30T13:14:00.000Z",
          "exitTs": 1730379660,
          "dir": -1,
          "entryPrice": 2786.661,
          "exitPrice": 2769.955,
          "stopDistance": 8.353,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 1427
        },
        {
          "entryTs": 1730382540,
          "entryUtc": "2024-10-31T13:49:00.000Z",
          "exitTs": 1730383440,
          "dir": 1,
          "entryPrice": 2759.196,
          "exitPrice": 2750.708,
          "stopDistance": 8.488,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 15
        },
        {
          "entryTs": 1730386800,
          "entryUtc": "2024-10-31T15:00:00.000Z",
          "exitTs": 1730464200,
          "dir": 1,
          "entryPrice": 2734.585,
          "exitPrice": 2758.011,
          "stopDistance": 11.713,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1730469600,
          "entryUtc": "2024-11-01T14:00:00.000Z",
          "exitTs": 1730482800,
          "dir": -1,
          "entryPrice": 2755.778,
          "exitPrice": 2736.063,
          "stopDistance": 9.858,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 220
        },
        {
          "entryTs": 1730718960,
          "entryUtc": "2024-11-04T11:16:00.000Z",
          "exitTs": 1730774100,
          "dir": 1,
          "entryPrice": 2736.511,
          "exitPrice": 2726.48,
          "stopDistance": 10.031,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 919
        },
        {
          "entryTs": 1730788260,
          "entryUtc": "2024-11-05T06:31:00.000Z",
          "exitTs": 1730797320,
          "dir": -1,
          "entryPrice": 2735.174,
          "exitPrice": 2743.409,
          "stopDistance": 8.235,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 151
        },
        {
          "entryTs": 1730800800,
          "entryUtc": "2024-11-05T10:00:00.000Z",
          "exitTs": 1730817180,
          "dir": -1,
          "entryPrice": 2739.805,
          "exitPrice": 2748.883,
          "stopDistance": 9.078,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 273
        },
        {
          "entryTs": 1730819820,
          "entryUtc": "2024-11-05T15:17:00.000Z",
          "exitTs": 1730874300,
          "dir": 1,
          "entryPrice": 2735.537,
          "exitPrice": 2726.74,
          "stopDistance": 8.797,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 908
        },
        {
          "entryTs": 1730883600,
          "entryUtc": "2024-11-06T09:00:00.000Z",
          "exitTs": 1730893020,
          "dir": 1,
          "entryPrice": 2724.315,
          "exitPrice": 2707.413,
          "stopDistance": 16.902,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 157
        },
        {
          "entryTs": 1730925780,
          "entryUtc": "2024-11-06T20:43:00.000Z",
          "exitTs": 1731024000,
          "dir": 1,
          "entryPrice": 2659.906,
          "exitPrice": 2698.753,
          "stopDistance": 19.423,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 1637
        },
        {
          "entryTs": 1731034800,
          "entryUtc": "2024-11-08T03:00:00.000Z",
          "exitTs": 1731328440,
          "dir": -1,
          "entryPrice": 2697.375,
          "exitPrice": 2658.142,
          "stopDistance": 19.616,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 4894
        },
        {
          "entryTs": 1731333600,
          "entryUtc": "2024-11-11T14:00:00.000Z",
          "exitTs": 1731335640,
          "dir": 1,
          "entryPrice": 2635.375,
          "exitPrice": 2622.414,
          "stopDistance": 12.961,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 34
        },
        {
          "entryTs": 1731387600,
          "entryUtc": "2024-11-12T05:00:00.000Z",
          "exitTs": 1731389520,
          "dir": 1,
          "entryPrice": 2617.635,
          "exitPrice": 2607.188,
          "stopDistance": 10.447,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 32
        },
        {
          "entryTs": 1731422280,
          "entryUtc": "2024-11-12T14:38:00.000Z",
          "exitTs": 1731515580,
          "dir": -1,
          "entryPrice": 2615.95,
          "exitPrice": 2591.03,
          "stopDistance": 12.46,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 1555
        },
        {
          "entryTs": 1731517200,
          "entryUtc": "2024-11-13T17:00:00.000Z",
          "exitTs": 1731531300,
          "dir": 1,
          "entryPrice": 2585.735,
          "exitPrice": 2573.011,
          "stopDistance": 12.725,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 235
        },
        {
          "entryTs": 1731553200,
          "entryUtc": "2024-11-14T03:00:00.000Z",
          "exitTs": 1731576600,
          "dir": 1,
          "entryPrice": 2560.405,
          "exitPrice": 2548.439,
          "stopDistance": 11.966,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 390
        },
        {
          "entryTs": 1731590520,
          "entryUtc": "2024-11-14T13:22:00.000Z",
          "exitTs": 1731597660,
          "dir": -1,
          "entryPrice": 2556.722,
          "exitPrice": 2569.731,
          "stopDistance": 13.01,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 119
        },
        {
          "entryTs": 1731601200,
          "entryUtc": "2024-11-14T16:20:00.000Z",
          "exitTs": 1731892920,
          "dir": -1,
          "entryPrice": 2574.586,
          "exitPrice": 2586.297,
          "stopDistance": 11.71,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 4862
        },
        {
          "entryTs": 1731924000,
          "entryUtc": "2024-11-18T10:00:00.000Z",
          "exitTs": 1731939300,
          "dir": -1,
          "entryPrice": 2595.585,
          "exitPrice": 2607.726,
          "stopDistance": 12.141,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 255
        },
        {
          "entryTs": 1732014000,
          "entryUtc": "2024-11-19T11:00:00.000Z",
          "exitTs": 1732113360,
          "dir": -1,
          "entryPrice": 2634.985,
          "exitPrice": 2644.295,
          "stopDistance": 9.309,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 1656
        },
        {
          "entryTs": 1732146000,
          "entryUtc": "2024-11-20T23:40:00.000Z",
          "exitTs": 1732169940,
          "dir": -1,
          "entryPrice": 2652.331,
          "exitPrice": 2661.131,
          "stopDistance": 8.8,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 399
        },
        {
          "entryTs": 1732172400,
          "entryUtc": "2024-11-21T07:00:00.000Z",
          "exitTs": 1732178160,
          "dir": -1,
          "entryPrice": 2661.215,
          "exitPrice": 2669.637,
          "stopDistance": 8.422,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 96
        },
        {
          "entryTs": 1732211100,
          "entryUtc": "2024-11-21T17:45:00.000Z",
          "exitTs": 1732241160,
          "dir": -1,
          "entryPrice": 2669.529,
          "exitPrice": 2679.329,
          "stopDistance": 9.8,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 501
        },
        {
          "entryTs": 1732244400,
          "entryUtc": "2024-11-22T03:00:00.000Z",
          "exitTs": 1732261200,
          "dir": -1,
          "entryPrice": 2685.975,
          "exitPrice": 2695.059,
          "stopDistance": 9.084,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 280
        },
        {
          "entryTs": 1732298400,
          "entryUtc": "2024-11-22T18:00:00.000Z",
          "exitTs": 1732491660,
          "dir": -1,
          "entryPrice": 2706.725,
          "exitPrice": 2718.643,
          "stopDistance": 11.918,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 3221
        },
        {
          "entryTs": 1732546800,
          "entryUtc": "2024-11-25T15:00:00.000Z",
          "exitTs": 1732558560,
          "dir": 1,
          "entryPrice": 2641.195,
          "exitPrice": 2621.634,
          "stopDistance": 19.561,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 196
        },
        {
          "entryTs": 1732582800,
          "entryUtc": "2024-11-26T01:00:00.000Z",
          "exitTs": 1732715460,
          "dir": 1,
          "entryPrice": 2619.34,
          "exitPrice": 2656.952,
          "stopDistance": 18.806,
          "outcome": "target",
          "netR": 1.9803,
          "holdMinutes": 2211
        },
        {
          "entryTs": 1732719600,
          "entryUtc": "2024-11-27T15:00:00.000Z",
          "exitTs": 1732755960,
          "dir": -1,
          "entryPrice": 2651.008,
          "exitPrice": 2628.864,
          "stopDistance": 11.072,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 606
        },
        {
          "entryTs": 1732756080,
          "entryUtc": "2024-11-28T01:08:00.000Z",
          "exitTs": 1732790280,
          "dir": 1,
          "entryPrice": 2623.715,
          "exitPrice": 2648.318,
          "stopDistance": 12.301,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 570
        },
        {
          "entryTs": 1732843680,
          "entryUtc": "2024-11-29T01:28:00.000Z",
          "exitTs": 1732846320,
          "dir": -1,
          "entryPrice": 2644.371,
          "exitPrice": 2652.723,
          "stopDistance": 8.352,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 44
        },
        {
          "entryTs": 1732856400,
          "entryUtc": "2024-11-29T05:00:00.000Z",
          "exitTs": 1733099700,
          "dir": -1,
          "entryPrice": 2659.785,
          "exitPrice": 2640.632,
          "stopDistance": 9.577,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 4055
        },
        {
          "entryTs": 1733148780,
          "entryUtc": "2024-12-02T14:13:00.000Z",
          "exitTs": 1733419200,
          "dir": -1,
          "entryPrice": 2650.528,
          "exitPrice": 2626.388,
          "stopDistance": 12.07,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 4507
        },
        {
          "entryTs": 1733454000,
          "entryUtc": "2024-12-06T03:00:00.000Z",
          "exitTs": 1733698800,
          "dir": 1,
          "entryPrice": 2625.165,
          "exitPrice": 2646.131,
          "stopDistance": 10.483,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 4080
        },
        {
          "entryTs": 1733716800,
          "entryUtc": "2024-12-09T04:00:00.000Z",
          "exitTs": 1733735580,
          "dir": -1,
          "entryPrice": 2638.695,
          "exitPrice": 2651.516,
          "stopDistance": 12.821,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 313
        },
        {
          "entryTs": 1733760000,
          "entryUtc": "2024-12-09T16:00:00.000Z",
          "exitTs": 1733838960,
          "dir": -1,
          "entryPrice": 2668.165,
          "exitPrice": 2680.383,
          "stopDistance": 12.218,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 1316
        },
        {
          "entryTs": 1733878800,
          "entryUtc": "2024-12-11T01:00:00.000Z",
          "exitTs": 1733892720,
          "dir": -1,
          "entryPrice": 2700.895,
          "exitPrice": 2682.924,
          "stopDistance": 8.986,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 232
        },
        {
          "entryTs": 1733896800,
          "entryUtc": "2024-12-11T06:00:00.000Z",
          "exitTs": 1733929380,
          "dir": 1,
          "entryPrice": 2686.775,
          "exitPrice": 2709.91,
          "stopDistance": 11.568,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 543
        },
        {
          "entryTs": 1733936400,
          "entryUtc": "2024-12-11T17:00:00.000Z",
          "exitTs": 1734012840,
          "dir": -1,
          "entryPrice": 2715.114,
          "exitPrice": 2690.376,
          "stopDistance": 12.369,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 1274
        },
        {
          "entryTs": 1734012900,
          "entryUtc": "2024-12-12T14:15:00.000Z",
          "exitTs": 1734018120,
          "dir": 1,
          "entryPrice": 2689.813,
          "exitPrice": 2677.873,
          "stopDistance": 11.94,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 87
        },
        {
          "entryTs": 1734051600,
          "entryUtc": "2024-12-13T01:00:00.000Z",
          "exitTs": 1734088560,
          "dir": -1,
          "entryPrice": 2685.334,
          "exitPrice": 2664.812,
          "stopDistance": 10.261,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 616
        },
        {
          "entryTs": 1734109200,
          "entryUtc": "2024-12-13T17:00:00.000Z",
          "exitTs": 1734120660,
          "dir": 1,
          "entryPrice": 2661.898,
          "exitPrice": 2650.934,
          "stopDistance": 10.964,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 191
        },
        {
          "entryTs": 1734337680,
          "entryUtc": "2024-12-16T08:28:00.000Z",
          "exitTs": 1734428460,
          "dir": -1,
          "entryPrice": 2658.208,
          "exitPrice": 2638.906,
          "stopDistance": 9.651,
          "outcome": "target",
          "netR": 1.9617,
          "holdMinutes": 1513
        },
        {
          "entryTs": 1734433200,
          "entryUtc": "2024-12-17T11:00:00.000Z",
          "exitTs": 1734548400,
          "dir": 1,
          "entryPrice": 2638.084,
          "exitPrice": 2629.214,
          "stopDistance": 8.87,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 1920
        },
        {
          "entryTs": 1734555600,
          "entryUtc": "2024-12-18T21:00:00.000Z",
          "exitTs": 1734572700,
          "dir": 1,
          "entryPrice": 2592.535,
          "exitPrice": 2616.691,
          "stopDistance": 12.078,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 285
        },
        {
          "entryTs": 1734602400,
          "entryUtc": "2024-12-19T10:00:00.000Z",
          "exitTs": 1734616620,
          "dir": -1,
          "entryPrice": 2620.234,
          "exitPrice": 2595.152,
          "stopDistance": 12.541,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 237
        },
        {
          "entryTs": 1734616800,
          "entryUtc": "2024-12-19T14:00:00.000Z",
          "exitTs": 1734707520,
          "dir": 1,
          "entryPrice": 2596.175,
          "exitPrice": 2622.293,
          "stopDistance": 13.059,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 1512
        },
        {
          "entryTs": 1734714000,
          "entryUtc": "2024-12-20T17:00:00.000Z",
          "exitTs": 1735167600,
          "dir": -1,
          "entryPrice": 2624.968,
          "exitPrice": 2616.255,
          "stopDistance": 11.138,
          "outcome": "time",
          "netR": 0.7491,
          "holdMinutes": 7560
        },
        {
          "entryTs": 1735182000,
          "entryUtc": "2024-12-26T03:00:00.000Z",
          "exitTs": 1735225800,
          "dir": -1,
          "entryPrice": 2627.445,
          "exitPrice": 2634.176,
          "stopDistance": 6.731,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 730
        },
        {
          "entryTs": 1735232400,
          "entryUtc": "2024-12-26T17:00:00.000Z",
          "exitTs": 1735308240,
          "dir": -1,
          "entryPrice": 2631.954,
          "exitPrice": 2617.26,
          "stopDistance": 7.347,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 1264
        },
        {
          "entryTs": 1735315200,
          "entryUtc": "2024-12-27T16:00:00.000Z",
          "exitTs": 1735548720,
          "dir": 1,
          "entryPrice": 2617.944,
          "exitPrice": 2610.213,
          "stopDistance": 7.731,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 3892
        },
        {
          "entryTs": 1735565340,
          "entryUtc": "2024-12-30T13:29:00.000Z",
          "exitTs": 1735567200,
          "dir": -1,
          "entryPrice": 2622.421,
          "exitPrice": 2605.682,
          "stopDistance": 8.37,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 31
        },
        {
          "entryTs": 1735578000,
          "entryUtc": "2024-12-30T17:00:00.000Z",
          "exitTs": 1735659120,
          "dir": 1,
          "entryPrice": 2599.645,
          "exitPrice": 2620.449,
          "stopDistance": 10.402,
          "outcome": "target",
          "netR": 1.9644,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1735664400,
          "entryUtc": "2024-12-31T17:00:00.000Z",
          "exitTs": 1735783260,
          "dir": -1,
          "entryPrice": 2625.164,
          "exitPrice": 2634.174,
          "stopDistance": 9.01,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 1981
        },
        {
          "entryTs": 1735786800,
          "entryUtc": "2025-01-02T03:00:00.000Z",
          "exitTs": 1735813140,
          "dir": -1,
          "entryPrice": 2634.404,
          "exitPrice": 2642.612,
          "stopDistance": 8.208,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 439
        },
        {
          "entryTs": 1735819200,
          "entryUtc": "2025-01-02T12:00:00.000Z",
          "exitTs": 1735828260,
          "dir": -1,
          "entryPrice": 2641.704,
          "exitPrice": 2649.85,
          "stopDistance": 8.146,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 151
        },
        {
          "entryTs": 1735837200,
          "entryUtc": "2025-01-02T17:00:00.000Z",
          "exitTs": 1735935000,
          "dir": -1,
          "entryPrice": 2659.144,
          "exitPrice": 2638.59,
          "stopDistance": 10.277,
          "outcome": "target",
          "netR": 1.964,
          "holdMinutes": 1630
        },
        {
          "entryTs": 1736128800,
          "entryUtc": "2025-01-06T02:00:00.000Z",
          "exitTs": 1736149080,
          "dir": -1,
          "entryPrice": 2641.195,
          "exitPrice": 2625.483,
          "stopDistance": 7.856,
          "outcome": "target",
          "netR": 1.9529,
          "holdMinutes": 338
        },
        {
          "entryTs": 1736162520,
          "entryUtc": "2025-01-06T11:22:00.000Z",
          "exitTs": 1736163780,
          "dir": -1,
          "entryPrice": 2640.714,
          "exitPrice": 2648.913,
          "stopDistance": 8.199,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 21
        },
        {
          "entryTs": 1736175600,
          "entryUtc": "2025-01-06T15:00:00.000Z",
          "exitTs": 1736255940,
          "dir": 1,
          "entryPrice": 2631.304,
          "exitPrice": 2657.253,
          "stopDistance": 12.975,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 1339
        },
        {
          "entryTs": 1736308800,
          "entryUtc": "2025-01-08T04:00:00.000Z",
          "exitTs": 1736344980,
          "dir": 1,
          "entryPrice": 2646.575,
          "exitPrice": 2662.683,
          "stopDistance": 8.054,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 603
        },
        {
          "entryTs": 1736352000,
          "entryUtc": "2025-01-08T16:00:00.000Z",
          "exitTs": 1736426040,
          "dir": -1,
          "entryPrice": 2665.698,
          "exitPrice": 2674.065,
          "stopDistance": 8.367,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 1234
        },
        {
          "entryTs": 1736475780,
          "entryUtc": "2025-01-10T02:23:00.000Z",
          "exitTs": 1736501100,
          "dir": -1,
          "entryPrice": 2673.72,
          "exitPrice": 2682.001,
          "stopDistance": 8.281,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 422
        },
        {
          "entryTs": 1736515800,
          "entryUtc": "2025-01-10T13:30:00.000Z",
          "exitTs": 1736517300,
          "dir": 1,
          "entryPrice": 2665.432,
          "exitPrice": 2681.331,
          "stopDistance": 7.949,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 25
        },
        {
          "entryTs": 1736528400,
          "entryUtc": "2025-01-10T17:00:00.000Z",
          "exitTs": 1736769600,
          "dir": -1,
          "entryPrice": 2696.004,
          "exitPrice": 2674.66,
          "stopDistance": 10.672,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 4020
        },
        {
          "entryTs": 1736861880,
          "entryUtc": "2025-01-14T13:38:00.000Z",
          "exitTs": 1736895600,
          "dir": 1,
          "entryPrice": 2662.084,
          "exitPrice": 2679.054,
          "stopDistance": 8.485,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 562
        },
        {
          "entryTs": 1736920800,
          "entryUtc": "2025-01-15T06:00:00.000Z",
          "exitTs": 1736934000,
          "dir": -1,
          "entryPrice": 2679.095,
          "exitPrice": 2686.599,
          "stopDistance": 7.504,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 220
        },
        {
          "entryTs": 1736967600,
          "entryUtc": "2025-01-15T19:00:00.000Z",
          "exitTs": 1737019200,
          "dir": -1,
          "entryPrice": 2693.848,
          "exitPrice": 2703.306,
          "stopDistance": 9.458,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 860
        },
        {
          "entryTs": 1737021600,
          "entryUtc": "2025-01-16T10:00:00.000Z",
          "exitTs": 1737034200,
          "dir": -1,
          "entryPrice": 2705.255,
          "exitPrice": 2713.357,
          "stopDistance": 8.102,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 210
        },
        {
          "entryTs": 1737043200,
          "entryUtc": "2025-01-16T16:00:00.000Z",
          "exitTs": 1737328860,
          "dir": -1,
          "entryPrice": 2716.738,
          "exitPrice": 2697.788,
          "stopDistance": 9.475,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 4761
        },
        {
          "entryTs": 1737353820,
          "entryUtc": "2025-01-20T06:17:00.000Z",
          "exitTs": 1737424500,
          "dir": -1,
          "entryPrice": 2708.961,
          "exitPrice": 2717.232,
          "stopDistance": 8.27,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1737432000,
          "entryUtc": "2025-01-21T04:00:00.000Z",
          "exitTs": 1737470700,
          "dir": -1,
          "entryPrice": 2724.275,
          "exitPrice": 2734.433,
          "stopDistance": 10.158,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 645
        },
        {
          "entryTs": 1737471600,
          "entryUtc": "2025-01-21T15:00:00.000Z",
          "exitTs": 1737507420,
          "dir": -1,
          "entryPrice": 2737.945,
          "exitPrice": 2748.502,
          "stopDistance": 10.557,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 597
        },
        {
          "entryTs": 1737540000,
          "entryUtc": "2025-01-22T10:00:00.000Z",
          "exitTs": 1737638700,
          "dir": -1,
          "entryPrice": 2758.125,
          "exitPrice": 2738.686,
          "stopDistance": 9.72,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 1645
        },
        {
          "entryTs": 1737644460,
          "entryUtc": "2025-01-23T15:01:00.000Z",
          "exitTs": 1737684000,
          "dir": 1,
          "entryPrice": 2744.835,
          "exitPrice": 2762.563,
          "stopDistance": 8.864,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 659
        },
        {
          "entryTs": 1737720000,
          "entryUtc": "2025-01-24T12:00:00.000Z",
          "exitTs": 1737732300,
          "dir": -1,
          "entryPrice": 2776.515,
          "exitPrice": 2784.958,
          "stopDistance": 8.443,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 205
        },
        {
          "entryTs": 1737745200,
          "entryUtc": "2025-01-24T19:00:00.000Z",
          "exitTs": 1737942060,
          "dir": 1,
          "entryPrice": 2773.335,
          "exitPrice": 2764.298,
          "stopDistance": 9.037,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 3281
        },
        {
          "entryTs": 1737954000,
          "entryUtc": "2025-01-27T05:00:00.000Z",
          "exitTs": 1737962880,
          "dir": 1,
          "entryPrice": 2757.805,
          "exitPrice": 2748.615,
          "stopDistance": 9.19,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 148
        },
        {
          "entryTs": 1737973740,
          "entryUtc": "2025-01-27T10:29:00.000Z",
          "exitTs": 1737988200,
          "dir": -1,
          "entryPrice": 2766.87,
          "exitPrice": 2748.671,
          "stopDistance": 9.099,
          "outcome": "target",
          "netR": 1.9593,
          "holdMinutes": 241
        },
        {
          "entryTs": 1737990000,
          "entryUtc": "2025-01-27T15:00:00.000Z",
          "exitTs": 1737992520,
          "dir": 1,
          "entryPrice": 2751.015,
          "exitPrice": 2739.485,
          "stopDistance": 11.53,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 42
        },
        {
          "entryTs": 1738053180,
          "entryUtc": "2025-01-28T08:33:00.000Z",
          "exitTs": 1738074300,
          "dir": 1,
          "entryPrice": 2734.817,
          "exitPrice": 2753.236,
          "stopDistance": 9.209,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 352
        },
        {
          "entryTs": 1738086540,
          "entryUtc": "2025-01-28T17:49:00.000Z",
          "exitTs": 1738224300,
          "dir": -1,
          "entryPrice": 2759.664,
          "exitPrice": 2770.552,
          "stopDistance": 10.888,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 2296
        },
        {
          "entryTs": 1738227120,
          "entryUtc": "2025-01-30T08:52:00.000Z",
          "exitTs": 1738240620,
          "dir": -1,
          "entryPrice": 2773.911,
          "exitPrice": 2779.999,
          "stopDistance": 6.089,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 225
        },
        {
          "entryTs": 1738288800,
          "entryUtc": "2025-01-31T02:00:00.000Z",
          "exitTs": 1738325940,
          "dir": -1,
          "entryPrice": 2796.185,
          "exitPrice": 2804.677,
          "stopDistance": 8.491,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 619
        },
        {
          "entryTs": 1738332000,
          "entryUtc": "2025-01-31T14:00:00.000Z",
          "exitTs": 1738335960,
          "dir": -1,
          "entryPrice": 2806.148,
          "exitPrice": 2814.433,
          "stopDistance": 8.285,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 66
        },
        {
          "entryTs": 1738350000,
          "entryUtc": "2025-01-31T19:00:00.000Z",
          "exitTs": 1738538700,
          "dir": 1,
          "entryPrice": 2798.577,
          "exitPrice": 2788.18,
          "stopDistance": 10.397,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 3145
        },
        {
          "entryTs": 1738551600,
          "entryUtc": "2025-02-03T03:00:00.000Z",
          "exitTs": 1738581060,
          "dir": 1,
          "entryPrice": 2777.935,
          "exitPrice": 2802.927,
          "stopDistance": 12.496,
          "outcome": "target",
          "netR": 1.9704,
          "holdMinutes": 491
        },
        {
          "entryTs": 1738638000,
          "entryUtc": "2025-02-04T03:00:00.000Z",
          "exitTs": 1738675380,
          "dir": -1,
          "entryPrice": 2820.935,
          "exitPrice": 2832.558,
          "stopDistance": 11.623,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 623
        },
        {
          "entryTs": 1738731600,
          "entryUtc": "2025-02-05T05:00:00.000Z",
          "exitTs": 1738742460,
          "dir": -1,
          "entryPrice": 2854.995,
          "exitPrice": 2865.334,
          "stopDistance": 10.338,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 181
        },
        {
          "entryTs": 1738774800,
          "entryUtc": "2025-02-05T17:00:00.000Z",
          "exitTs": 1738830180,
          "dir": -1,
          "entryPrice": 2874.775,
          "exitPrice": 2848.867,
          "stopDistance": 12.954,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 923
        },
        {
          "entryTs": 1738843200,
          "entryUtc": "2025-02-06T12:00:00.000Z",
          "exitTs": 1738853880,
          "dir": -1,
          "entryPrice": 2865.843,
          "exitPrice": 2843.865,
          "stopDistance": 10.989,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 178
        },
        {
          "entryTs": 1738857600,
          "entryUtc": "2025-02-06T16:00:00.000Z",
          "exitTs": 1738939260,
          "dir": 1,
          "entryPrice": 2850.475,
          "exitPrice": 2877.518,
          "stopDistance": 13.521,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 1361
        },
        {
          "entryTs": 1738954800,
          "entryUtc": "2025-02-07T19:00:00.000Z",
          "exitTs": 1739169960,
          "dir": 1,
          "entryPrice": 2860.995,
          "exitPrice": 2887.39,
          "stopDistance": 13.198,
          "outcome": "target",
          "netR": 1.972,
          "holdMinutes": 3586
        },
        {
          "entryTs": 1739223600,
          "entryUtc": "2025-02-10T21:40:00.000Z",
          "exitTs": 1739230740,
          "dir": -1,
          "entryPrice": 2907.13,
          "exitPrice": 2918.59,
          "stopDistance": 11.46,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 119
        },
        {
          "entryTs": 1739268000,
          "entryUtc": "2025-02-11T10:00:00.000Z",
          "exitTs": 1739278620,
          "dir": 1,
          "entryPrice": 2902.968,
          "exitPrice": 2887.362,
          "stopDistance": 15.606,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 177
        },
        {
          "entryTs": 1739321520,
          "entryUtc": "2025-02-12T00:52:00.000Z",
          "exitTs": 1739366280,
          "dir": 1,
          "entryPrice": 2889.553,
          "exitPrice": 2874.964,
          "stopDistance": 14.589,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 746
        },
        {
          "entryTs": 1739370420,
          "entryUtc": "2025-02-12T14:27:00.000Z",
          "exitTs": 1739380440,
          "dir": -1,
          "entryPrice": 2895.546,
          "exitPrice": 2907.497,
          "stopDistance": 11.951,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 167
        },
        {
          "entryTs": 1739404800,
          "entryUtc": "2025-02-13T00:00:00.000Z",
          "exitTs": 1739419680,
          "dir": -1,
          "entryPrice": 2905.498,
          "exitPrice": 2917.912,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 248
        },
        {
          "entryTs": 1739448060,
          "entryUtc": "2025-02-13T12:01:00.000Z",
          "exitTs": 1739482740,
          "dir": -1,
          "entryPrice": 2918.66,
          "exitPrice": 2929.206,
          "stopDistance": 10.545,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 578
        },
        {
          "entryTs": 1739516400,
          "entryUtc": "2025-02-14T07:00:00.000Z",
          "exitTs": 1739541660,
          "dir": -1,
          "entryPrice": 2934.195,
          "exitPrice": 2915.219,
          "stopDistance": 9.488,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 421
        },
        {
          "entryTs": 1739546100,
          "entryUtc": "2025-02-14T15:15:00.000Z",
          "exitTs": 1739546580,
          "dir": 1,
          "entryPrice": 2913.854,
          "exitPrice": 2904.376,
          "stopDistance": 9.478,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 8
        },
        {
          "entryTs": 1739786400,
          "entryUtc": "2025-02-17T10:00:00.000Z",
          "exitTs": 1739857080,
          "dir": -1,
          "entryPrice": 2902.305,
          "exitPrice": 2915.238,
          "stopDistance": 12.933,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1739887200,
          "entryUtc": "2025-02-18T14:00:00.000Z",
          "exitTs": 1739890620,
          "dir": -1,
          "entryPrice": 2918.565,
          "exitPrice": 2927.639,
          "stopDistance": 9.074,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 57
        },
        {
          "entryTs": 1739975160,
          "entryUtc": "2025-02-19T14:26:00.000Z",
          "exitTs": 1739988780,
          "dir": 1,
          "entryPrice": 2930.745,
          "exitPrice": 2920.534,
          "stopDistance": 10.212,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 227
        },
        {
          "entryTs": 1740010080,
          "entryUtc": "2025-02-20T00:08:00.000Z",
          "exitTs": 1740036720,
          "dir": -1,
          "entryPrice": 2938.457,
          "exitPrice": 2949.618,
          "stopDistance": 11.161,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 444
        },
        {
          "entryTs": 1740042000,
          "entryUtc": "2025-02-20T09:00:00.000Z",
          "exitTs": 1740059460,
          "dir": -1,
          "entryPrice": 2954.335,
          "exitPrice": 2934.409,
          "stopDistance": 9.963,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 291
        },
        {
          "entryTs": 1740099720,
          "entryUtc": "2025-02-21T01:02:00.000Z",
          "exitTs": 1740125880,
          "dir": -1,
          "entryPrice": 2942.838,
          "exitPrice": 2921.635,
          "stopDistance": 10.602,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 436
        },
        {
          "entryTs": 1740151500,
          "entryUtc": "2025-02-21T15:25:00.000Z",
          "exitTs": 1740387180,
          "dir": 1,
          "entryPrice": 2922.314,
          "exitPrice": 2947.066,
          "stopDistance": 12.376,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 3928
        },
        {
          "entryTs": 1740391200,
          "entryUtc": "2025-02-24T10:00:00.000Z",
          "exitTs": 1740405600,
          "dir": -1,
          "entryPrice": 2944.005,
          "exitPrice": 2955.837,
          "stopDistance": 11.832,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 240
        },
        {
          "entryTs": 1740407700,
          "entryUtc": "2025-02-24T14:35:00.000Z",
          "exitTs": 1740486780,
          "dir": 1,
          "entryPrice": 2939.112,
          "exitPrice": 2926.802,
          "stopDistance": 12.31,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 1318
        },
        {
          "entryTs": 1740488400,
          "entryUtc": "2025-02-25T13:00:00.000Z",
          "exitTs": 1740496860,
          "dir": 1,
          "entryPrice": 2928.405,
          "exitPrice": 2917.157,
          "stopDistance": 11.248,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 141
        },
        {
          "entryTs": 1740506400,
          "entryUtc": "2025-02-25T18:00:00.000Z",
          "exitTs": 1740580260,
          "dir": 1,
          "entryPrice": 2907.435,
          "exitPrice": 2890.959,
          "stopDistance": 16.476,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 1231
        },
        {
          "entryTs": 1740592800,
          "entryUtc": "2025-02-26T18:00:00.000Z",
          "exitTs": 1740643740,
          "dir": -1,
          "entryPrice": 2913.625,
          "exitPrice": 2887.18,
          "stopDistance": 13.223,
          "outcome": "target",
          "netR": 1.972,
          "holdMinutes": 849
        },
        {
          "entryTs": 1740667320,
          "entryUtc": "2025-02-27T14:42:00.000Z",
          "exitTs": 1740667620,
          "dir": 1,
          "entryPrice": 2882.063,
          "exitPrice": 2868.975,
          "stopDistance": 13.089,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 5
        },
        {
          "entryTs": 1740708000,
          "entryUtc": "2025-02-28T02:00:00.000Z",
          "exitTs": 1740715740,
          "dir": 1,
          "entryPrice": 2873.448,
          "exitPrice": 2860.54,
          "stopDistance": 12.909,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 129
        },
        {
          "entryTs": 1740718800,
          "entryUtc": "2025-02-28T05:00:00.000Z",
          "exitTs": 1740750900,
          "dir": 1,
          "entryPrice": 2863.268,
          "exitPrice": 2850.021,
          "stopDistance": 13.247,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 535
        },
        {
          "entryTs": 1740751200,
          "entryUtc": "2025-02-28T14:00:00.000Z",
          "exitTs": 1740754440,
          "dir": 1,
          "entryPrice": 2848.388,
          "exitPrice": 2835.704,
          "stopDistance": 12.684,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 54
        },
        {
          "entryTs": 1740777300,
          "entryUtc": "2025-02-28T21:15:00.000Z",
          "exitTs": 1740956520,
          "dir": -1,
          "entryPrice": 2855.22,
          "exitPrice": 2869.397,
          "stopDistance": 14.178,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 2987
        },
        {
          "entryTs": 1740998700,
          "entryUtc": "2025-03-03T10:45:00.000Z",
          "exitTs": 1741015200,
          "dir": -1,
          "entryPrice": 2871.639,
          "exitPrice": 2884.125,
          "stopDistance": 12.486,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 275
        },
        {
          "entryTs": 1741021200,
          "entryUtc": "2025-03-03T17:00:00.000Z",
          "exitTs": 1741075980,
          "dir": -1,
          "entryPrice": 2891.235,
          "exitPrice": 2903.817,
          "stopDistance": 12.582,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 913
        },
        {
          "entryTs": 1741082400,
          "entryUtc": "2025-03-04T10:00:00.000Z",
          "exitTs": 1741254960,
          "dir": -1,
          "entryPrice": 2917.728,
          "exitPrice": 2891.222,
          "stopDistance": 13.253,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 2876
        },
        {
          "entryTs": 1741255200,
          "entryUtc": "2025-03-06T10:00:00.000Z",
          "exitTs": 1741273260,
          "dir": 1,
          "entryPrice": 2894.085,
          "exitPrice": 2919.443,
          "stopDistance": 12.679,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 301
        },
        {
          "entryTs": 1741306200,
          "entryUtc": "2025-03-07T00:10:00.000Z",
          "exitTs": 1741359360,
          "dir": 1,
          "entryPrice": 2900.2,
          "exitPrice": 2926.853,
          "stopDistance": 13.327,
          "outcome": "target",
          "netR": 1.9722,
          "holdMinutes": 886
        },
        {
          "entryTs": 1741374000,
          "entryUtc": "2025-03-07T19:00:00.000Z",
          "exitTs": 1741626600,
          "dir": 1,
          "entryPrice": 2906.495,
          "exitPrice": 2892.389,
          "stopDistance": 14.106,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 4210
        },
        {
          "entryTs": 1741633200,
          "entryUtc": "2025-03-10T19:00:00.000Z",
          "exitTs": 1741688640,
          "dir": 1,
          "entryPrice": 2885.275,
          "exitPrice": 2913.263,
          "stopDistance": 13.994,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 924
        },
        {
          "entryTs": 1741741920,
          "entryUtc": "2025-03-12T01:12:00.000Z",
          "exitTs": 1741795680,
          "dir": 1,
          "entryPrice": 2910.966,
          "exitPrice": 2929.715,
          "stopDistance": 9.374,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 896
        },
        {
          "entryTs": 1741798800,
          "entryUtc": "2025-03-12T17:00:00.000Z",
          "exitTs": 1741857840,
          "dir": -1,
          "entryPrice": 2936.139,
          "exitPrice": 2947.334,
          "stopDistance": 11.195,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 984
        },
        {
          "entryTs": 1741863600,
          "entryUtc": "2025-03-13T11:00:00.000Z",
          "exitTs": 1741874760,
          "dir": -1,
          "entryPrice": 2943.925,
          "exitPrice": 2953.278,
          "stopDistance": 9.353,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 186
        },
        {
          "entryTs": 1741885200,
          "entryUtc": "2025-03-13T17:00:00.000Z",
          "exitTs": 1741924500,
          "dir": -1,
          "entryPrice": 2979.945,
          "exitPrice": 2992.179,
          "stopDistance": 12.234,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 655
        },
        {
          "entryTs": 1741934820,
          "entryUtc": "2025-03-14T06:47:00.000Z",
          "exitTs": 1741945260,
          "dir": -1,
          "entryPrice": 2987.334,
          "exitPrice": 2998.386,
          "stopDistance": 11.052,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 174
        },
        {
          "entryTs": 1741960800,
          "entryUtc": "2025-03-14T14:00:00.000Z",
          "exitTs": 1742266020,
          "dir": 1,
          "entryPrice": 2984.268,
          "exitPrice": 3008.324,
          "stopDistance": 12.028,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 5087
        },
        {
          "entryTs": 1742270400,
          "entryUtc": "2025-03-18T04:00:00.000Z",
          "exitTs": 1742285820,
          "dir": -1,
          "entryPrice": 3011.265,
          "exitPrice": 3020.063,
          "stopDistance": 8.798,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 257
        },
        {
          "entryTs": 1742288400,
          "entryUtc": "2025-03-18T09:00:00.000Z",
          "exitTs": 1742302800,
          "dir": -1,
          "entryPrice": 3026.418,
          "exitPrice": 3035.974,
          "stopDistance": 9.556,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 240
        },
        {
          "entryTs": 1742322660,
          "entryUtc": "2025-03-18T18:31:00.000Z",
          "exitTs": 1742363820,
          "dir": -1,
          "entryPrice": 3034.04,
          "exitPrice": 3044.839,
          "stopDistance": 10.799,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 686
        },
        {
          "entryTs": 1742374800,
          "entryUtc": "2025-03-19T09:00:00.000Z",
          "exitTs": 1742409360,
          "dir": 1,
          "entryPrice": 3024.848,
          "exitPrice": 3044.819,
          "stopDistance": 9.986,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 576
        },
        {
          "entryTs": 1742425200,
          "entryUtc": "2025-03-19T23:00:00.000Z",
          "exitTs": 1742466660,
          "dir": -1,
          "entryPrice": 3049.948,
          "exitPrice": 3027.477,
          "stopDistance": 11.235,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 691
        },
        {
          "entryTs": 1742526540,
          "entryUtc": "2025-03-21T03:09:00.000Z",
          "exitTs": 1742535720,
          "dir": 1,
          "entryPrice": 3031.475,
          "exitPrice": 3022.173,
          "stopDistance": 9.302,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 153
        },
        {
          "entryTs": 1742572800,
          "entryUtc": "2025-03-21T16:00:00.000Z",
          "exitTs": 1742932800,
          "dir": 1,
          "entryPrice": 3010.845,
          "exitPrice": 3019.365,
          "stopDistance": 12.866,
          "outcome": "time",
          "netR": 0.6335,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1742959740,
          "entryUtc": "2025-03-26T03:29:00.000Z",
          "exitTs": 1743049620,
          "dir": 1,
          "entryPrice": 3018.891,
          "exitPrice": 3036.057,
          "stopDistance": 8.583,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 1498
        },
        {
          "entryTs": 1743069600,
          "entryUtc": "2025-03-27T10:00:00.000Z",
          "exitTs": 1743070560,
          "dir": -1,
          "entryPrice": 3039.815,
          "exitPrice": 3048.641,
          "stopDistance": 8.827,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 16
        },
        {
          "entryTs": 1743094800,
          "entryUtc": "2025-03-27T17:00:00.000Z",
          "exitTs": 1743120600,
          "dir": -1,
          "entryPrice": 3048.225,
          "exitPrice": 3060.669,
          "stopDistance": 12.444,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 430
        },
        {
          "entryTs": 1743130800,
          "entryUtc": "2025-03-28T03:00:00.000Z",
          "exitTs": 1743142020,
          "dir": -1,
          "entryPrice": 3071.515,
          "exitPrice": 3082.184,
          "stopDistance": 10.669,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 187
        },
        {
          "entryTs": 1743165360,
          "entryUtc": "2025-03-28T12:36:00.000Z",
          "exitTs": 1743372120,
          "dir": -1,
          "entryPrice": 3079.955,
          "exitPrice": 3091.233,
          "stopDistance": 11.278,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 3446
        },
        {
          "entryTs": 1743375600,
          "entryUtc": "2025-03-30T23:00:00.000Z",
          "exitTs": 1743387720,
          "dir": -1,
          "entryPrice": 3089.755,
          "exitPrice": 3102.97,
          "stopDistance": 13.215,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 202
        },
        {
          "entryTs": 1743397200,
          "entryUtc": "2025-03-31T05:00:00.000Z",
          "exitTs": 1743401580,
          "dir": -1,
          "entryPrice": 3113.035,
          "exitPrice": 3127.278,
          "stopDistance": 14.243,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 73
        },
        {
          "entryTs": 1743432600,
          "entryUtc": "2025-03-31T14:50:00.000Z",
          "exitTs": 1743473520,
          "dir": -1,
          "entryPrice": 3123.053,
          "exitPrice": 3139.015,
          "stopDistance": 15.962,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 682
        },
        {
          "entryTs": 1743476400,
          "entryUtc": "2025-04-01T03:00:00.000Z",
          "exitTs": 1743522720,
          "dir": -1,
          "entryPrice": 3144.865,
          "exitPrice": 3117.744,
          "stopDistance": 13.56,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 772
        },
        {
          "entryTs": 1743523920,
          "entryUtc": "2025-04-01T16:12:00.000Z",
          "exitTs": 1743625740,
          "dir": 1,
          "entryPrice": 3107.768,
          "exitPrice": 3138.203,
          "stopDistance": 15.218,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 1697
        },
        {
          "entryTs": 1743642000,
          "entryUtc": "2025-04-03T01:00:00.000Z",
          "exitTs": 1743675960,
          "dir": -1,
          "entryPrice": 3151.105,
          "exitPrice": 3108.805,
          "stopDistance": 21.15,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 566
        },
        {
          "entryTs": 1743733500,
          "entryUtc": "2025-04-04T02:25:00.000Z",
          "exitTs": 1743754920,
          "dir": 1,
          "entryPrice": 3105.6,
          "exitPrice": 3082.665,
          "stopDistance": 22.935,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 357
        },
        {
          "entryTs": 1743760800,
          "entryUtc": "2025-04-04T10:00:00.000Z",
          "exitTs": 1743765120,
          "dir": 1,
          "entryPrice": 3090.545,
          "exitPrice": 3131.744,
          "stopDistance": 20.599,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 72
        },
        {
          "entryTs": 1743768000,
          "entryUtc": "2025-04-04T12:00:00.000Z",
          "exitTs": 1743773760,
          "dir": -1,
          "entryPrice": 3110.145,
          "exitPrice": 3060.713,
          "stopDistance": 24.716,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 96
        },
        {
          "entryTs": 1743778800,
          "entryUtc": "2025-04-04T15:00:00.000Z",
          "exitTs": 1743976800,
          "dir": 1,
          "entryPrice": 3038.065,
          "exitPrice": 3007.893,
          "stopDistance": 30.172,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 3300
        },
        {
          "entryTs": 1743987600,
          "entryUtc": "2025-04-07T01:00:00.000Z",
          "exitTs": 1743989940,
          "dir": 1,
          "entryPrice": 2978.648,
          "exitPrice": 3048.018,
          "stopDistance": 34.685,
          "outcome": "target",
          "netR": 1.9893,
          "holdMinutes": 39
        },
        {
          "entryTs": 1743998400,
          "entryUtc": "2025-04-07T04:00:00.000Z",
          "exitTs": 1744197600,
          "dir": -1,
          "entryPrice": 3020.014,
          "exitPrice": 3060.508,
          "stopDistance": 40.494,
          "outcome": "stop",
          "netR": -1.0104,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1744210800,
          "entryUtc": "2025-04-09T15:00:00.000Z",
          "exitTs": 1744219140,
          "dir": -1,
          "entryPrice": 3070.265,
          "exitPrice": 3097.056,
          "stopDistance": 26.791,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 139
        },
        {
          "entryTs": 1744239600,
          "entryUtc": "2025-04-09T23:00:00.000Z",
          "exitTs": 1744250940,
          "dir": -1,
          "entryPrice": 3079.509,
          "exitPrice": 3110.902,
          "stopDistance": 31.393,
          "outcome": "stop",
          "netR": -1.0134,
          "holdMinutes": 189
        },
        {
          "entryTs": 1744261200,
          "entryUtc": "2025-04-10T05:00:00.000Z",
          "exitTs": 1744297140,
          "dir": -1,
          "entryPrice": 3125.055,
          "exitPrice": 3154.442,
          "stopDistance": 29.387,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 599
        },
        {
          "entryTs": 1744322400,
          "entryUtc": "2025-04-10T22:00:00.000Z",
          "exitTs": 1744331100,
          "dir": -1,
          "entryPrice": 3174.495,
          "exitPrice": 3199.533,
          "stopDistance": 25.038,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 145
        },
        {
          "entryTs": 1744362000,
          "entryUtc": "2025-04-11T09:00:00.000Z",
          "exitTs": 1744378380,
          "dir": -1,
          "entryPrice": 3215.795,
          "exitPrice": 3242.03,
          "stopDistance": 26.235,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 273
        },
        {
          "entryTs": 1744592400,
          "entryUtc": "2025-04-14T01:00:00.000Z",
          "exitTs": 1744636380,
          "dir": 1,
          "entryPrice": 3220.565,
          "exitPrice": 3197.016,
          "stopDistance": 23.549,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 733
        },
        {
          "entryTs": 1744646400,
          "entryUtc": "2025-04-14T16:00:00.000Z",
          "exitTs": 1744760160,
          "dir": 1,
          "entryPrice": 3197.875,
          "exitPrice": 3244.936,
          "stopDistance": 23.53,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 1896
        },
        {
          "entryTs": 1744815600,
          "entryUtc": "2025-04-16T15:00:00.000Z",
          "exitTs": 1744820640,
          "dir": -1,
          "entryPrice": 3310.294,
          "exitPrice": 3329.724,
          "stopDistance": 19.43,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 84
        },
        {
          "entryTs": 1744880400,
          "entryUtc": "2025-04-17T09:00:00.000Z",
          "exitTs": 1744900020,
          "dir": 1,
          "entryPrice": 3324.125,
          "exitPrice": 3304.329,
          "stopDistance": 19.796,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 327
        },
        {
          "entryTs": 1744905600,
          "entryUtc": "2025-04-17T16:00:00.000Z",
          "exitTs": 1745187300,
          "dir": 1,
          "entryPrice": 3296.125,
          "exitPrice": 3340.548,
          "stopDistance": 22.211,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 4695
        },
        {
          "entryTs": 1745193600,
          "entryUtc": "2025-04-21T00:00:00.000Z",
          "exitTs": 1745196240,
          "dir": -1,
          "entryPrice": 3348.295,
          "exitPrice": 3369.735,
          "stopDistance": 21.44,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 44
        },
        {
          "entryTs": 1745235720,
          "entryUtc": "2025-04-21T11:42:00.000Z",
          "exitTs": 1745240640,
          "dir": -1,
          "entryPrice": 3401.635,
          "exitPrice": 3421.814,
          "stopDistance": 20.18,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 82
        },
        {
          "entryTs": 1745272800,
          "entryUtc": "2025-04-21T22:00:00.000Z",
          "exitTs": 1745285700,
          "dir": -1,
          "entryPrice": 3423.815,
          "exitPrice": 3444.457,
          "stopDistance": 20.642,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 215
        },
        {
          "entryTs": 1745294400,
          "entryUtc": "2025-04-22T04:00:00.000Z",
          "exitTs": 1745325960,
          "dir": -1,
          "entryPrice": 3487.745,
          "exitPrice": 3434.963,
          "stopDistance": 26.391,
          "outcome": "target",
          "netR": 1.986,
          "holdMinutes": 526
        },
        {
          "entryTs": 1745338740,
          "entryUtc": "2025-04-22T16:19:00.000Z",
          "exitTs": 1745339880,
          "dir": 1,
          "entryPrice": 3399.051,
          "exitPrice": 3376.932,
          "stopDistance": 22.119,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 19
        },
        {
          "entryTs": 1745386620,
          "entryUtc": "2025-04-23T05:37:00.000Z",
          "exitTs": 1745391300,
          "dir": 1,
          "entryPrice": 3334.381,
          "exitPrice": 3295.766,
          "stopDistance": 38.616,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 78
        },
        {
          "entryTs": 1745413440,
          "entryUtc": "2025-04-23T13:04:00.000Z",
          "exitTs": 1745416800,
          "dir": 1,
          "entryPrice": 3305.647,
          "exitPrice": 3269.095,
          "stopDistance": 36.552,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 56
        },
        {
          "entryTs": 1745449200,
          "entryUtc": "2025-04-23T23:00:00.000Z",
          "exitTs": 1745456700,
          "dir": -1,
          "entryPrice": 3308.785,
          "exitPrice": 3344.351,
          "stopDistance": 35.566,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 125
        },
        {
          "entryTs": 1745457660,
          "entryUtc": "2025-04-24T01:21:00.000Z",
          "exitTs": 1745586060,
          "dir": -1,
          "entryPrice": 3358.288,
          "exitPrice": 3281.938,
          "stopDistance": 38.175,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 2140
        },
        {
          "entryTs": 1745805600,
          "entryUtc": "2025-04-28T02:00:00.000Z",
          "exitTs": 1745856780,
          "dir": 1,
          "entryPrice": 3281.135,
          "exitPrice": 3336.609,
          "stopDistance": 27.737,
          "outcome": "target",
          "netR": 1.9867,
          "holdMinutes": 853
        },
        {
          "entryTs": 1745928000,
          "entryUtc": "2025-04-29T12:00:00.000Z",
          "exitTs": 1746000840,
          "dir": 1,
          "entryPrice": 3309.145,
          "exitPrice": 3289.831,
          "stopDistance": 19.314,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 1214
        },
        {
          "entryTs": 1746003600,
          "entryUtc": "2025-04-30T09:00:00.000Z",
          "exitTs": 1746058800,
          "dir": 1,
          "entryPrice": 3284.195,
          "exitPrice": 3265.949,
          "stopDistance": 18.246,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 920
        },
        {
          "entryTs": 1746093600,
          "entryUtc": "2025-05-01T10:00:00.000Z",
          "exitTs": 1746167040,
          "dir": 1,
          "entryPrice": 3218.335,
          "exitPrice": 3261.713,
          "stopDistance": 21.689,
          "outcome": "target",
          "netR": 1.9829,
          "holdMinutes": 1224
        },
        {
          "entryTs": 1746180000,
          "entryUtc": "2025-05-02T10:00:00.000Z",
          "exitTs": 1746201660,
          "dir": -1,
          "entryPrice": 3265.025,
          "exitPrice": 3228.315,
          "stopDistance": 18.355,
          "outcome": "target",
          "netR": 1.9798,
          "holdMinutes": 361
        },
        {
          "entryTs": 1746475200,
          "entryUtc": "2025-05-05T20:00:00.000Z",
          "exitTs": 1746493320,
          "dir": -1,
          "entryPrice": 3328.609,
          "exitPrice": 3347.032,
          "stopDistance": 18.424,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 302
        },
        {
          "entryTs": 1746504000,
          "entryUtc": "2025-05-06T04:00:00.000Z",
          "exitTs": 1746530520,
          "dir": -1,
          "entryPrice": 3360.255,
          "exitPrice": 3383.959,
          "stopDistance": 23.704,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 442
        },
        {
          "entryTs": 1746547200,
          "entryUtc": "2025-05-06T16:00:00.000Z",
          "exitTs": 1746552120,
          "dir": -1,
          "entryPrice": 3394.805,
          "exitPrice": 3416.415,
          "stopDistance": 21.61,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 82
        },
        {
          "entryTs": 1746583200,
          "entryUtc": "2025-05-07T02:00:00.000Z",
          "exitTs": 1746684840,
          "dir": 1,
          "entryPrice": 3374.475,
          "exitPrice": 3344.8,
          "stopDistance": 29.675,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 1694
        },
        {
          "entryTs": 1746723600,
          "entryUtc": "2025-05-08T17:00:00.000Z",
          "exitTs": 1746756600,
          "dir": 1,
          "entryPrice": 3309.905,
          "exitPrice": 3282.988,
          "stopDistance": 26.917,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 550
        },
        {
          "entryTs": 1746770400,
          "entryUtc": "2025-05-09T06:00:00.000Z",
          "exitTs": 1747004400,
          "dir": -1,
          "entryPrice": 3321.175,
          "exitPrice": 3266.241,
          "stopDistance": 27.467,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 3900
        },
        {
          "entryTs": 1747033200,
          "entryUtc": "2025-05-12T07:00:00.000Z",
          "exitTs": 1747034520,
          "dir": 1,
          "entryPrice": 3266.196,
          "exitPrice": 3243.636,
          "stopDistance": 22.56,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 22
        },
        {
          "entryTs": 1747094760,
          "entryUtc": "2025-05-13T00:06:00.000Z",
          "exitTs": 1747118880,
          "dir": -1,
          "entryPrice": 3240.055,
          "exitPrice": 3261.766,
          "stopDistance": 21.711,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 402
        },
        {
          "entryTs": 1747144560,
          "entryUtc": "2025-05-13T13:56:00.000Z",
          "exitTs": 1747225020,
          "dir": 1,
          "entryPrice": 3230.247,
          "exitPrice": 3209.82,
          "stopDistance": 20.426,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 1341
        },
        {
          "entryTs": 1747234800,
          "entryUtc": "2025-05-14T15:00:00.000Z",
          "exitTs": 1747276440,
          "dir": 1,
          "entryPrice": 3181.569,
          "exitPrice": 3160.378,
          "stopDistance": 21.191,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 694
        },
        {
          "entryTs": 1747285200,
          "entryUtc": "2025-05-15T05:00:00.000Z",
          "exitTs": 1747305120,
          "dir": 1,
          "entryPrice": 3138.345,
          "exitPrice": 3178.535,
          "stopDistance": 20.095,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 332
        },
        {
          "entryTs": 1747324440,
          "entryUtc": "2025-05-15T15:54:00.000Z",
          "exitTs": 1747340220,
          "dir": -1,
          "entryPrice": 3217.826,
          "exitPrice": 3235.99,
          "stopDistance": 18.164,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 263
        },
        {
          "entryTs": 1747389600,
          "entryUtc": "2025-05-16T10:00:00.000Z",
          "exitTs": 1747392540,
          "dir": 1,
          "entryPrice": 3208.945,
          "exitPrice": 3188.372,
          "stopDistance": 20.573,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 49
        },
        {
          "entryTs": 1747396440,
          "entryUtc": "2025-05-16T11:54:00.000Z",
          "exitTs": 1747429080,
          "dir": 1,
          "entryPrice": 3159.027,
          "exitPrice": 3202.995,
          "stopDistance": 21.984,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 544
        },
        {
          "entryTs": 1747642500,
          "entryUtc": "2025-05-19T08:15:00.000Z",
          "exitTs": 1747749540,
          "dir": -1,
          "entryPrice": 3236.761,
          "exitPrice": 3260.683,
          "stopDistance": 23.922,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 1784
        },
        {
          "entryTs": 1747760400,
          "entryUtc": "2025-05-20T17:00:00.000Z",
          "exitTs": 1747778880,
          "dir": -1,
          "entryPrice": 3278.575,
          "exitPrice": 3298.139,
          "stopDistance": 19.564,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 308
        },
        {
          "entryTs": 1747818060,
          "entryUtc": "2025-05-21T09:01:00.000Z",
          "exitTs": 1747876020,
          "dir": -1,
          "entryPrice": 3309.665,
          "exitPrice": 3328.626,
          "stopDistance": 18.961,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 966
        },
        {
          "entryTs": 1747904460,
          "entryUtc": "2025-05-22T09:01:00.000Z",
          "exitTs": 1747909860,
          "dir": 1,
          "entryPrice": 3306.754,
          "exitPrice": 3290.291,
          "stopDistance": 16.463,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 90
        },
        {
          "entryTs": 1747935180,
          "entryUtc": "2025-05-22T17:33:00.000Z",
          "exitTs": 1748000880,
          "dir": 1,
          "entryPrice": 3292.446,
          "exitPrice": 3338.291,
          "stopDistance": 22.922,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 1095
        },
        {
          "entryTs": 1748001600,
          "entryUtc": "2025-05-23T12:00:00.000Z",
          "exitTs": 1748328360,
          "dir": -1,
          "entryPrice": 3347.705,
          "exitPrice": 3310.863,
          "stopDistance": 18.421,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 5446
        },
        {
          "entryTs": 1748368800,
          "entryUtc": "2025-05-27T18:00:00.000Z",
          "exitTs": 1748418300,
          "dir": -1,
          "entryPrice": 3300.995,
          "exitPrice": 3317.567,
          "stopDistance": 16.571,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 825
        },
        {
          "entryTs": 1748439600,
          "entryUtc": "2025-05-28T13:40:00.000Z",
          "exitTs": 1748465460,
          "dir": 1,
          "entryPrice": 3301.404,
          "exitPrice": 3286.316,
          "stopDistance": 15.088,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 431
        },
        {
          "entryTs": 1748476800,
          "entryUtc": "2025-05-29T00:00:00.000Z",
          "exitTs": 1748514480,
          "dir": 1,
          "entryPrice": 3259.548,
          "exitPrice": 3298.246,
          "stopDistance": 19.349,
          "outcome": "target",
          "netR": 1.9809,
          "holdMinutes": 628
        },
        {
          "entryTs": 1748521020,
          "entryUtc": "2025-05-29T12:17:00.000Z",
          "exitTs": 1748534640,
          "dir": -1,
          "entryPrice": 3307.947,
          "exitPrice": 3323.04,
          "stopDistance": 15.093,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 227
        },
        {
          "entryTs": 1748607000,
          "entryUtc": "2025-05-30T12:10:00.000Z",
          "exitTs": 1748842860,
          "dir": 1,
          "entryPrice": 3282.376,
          "exitPrice": 3320.598,
          "stopDistance": 19.111,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 3931
        },
        {
          "entryTs": 1748970000,
          "entryUtc": "2025-06-03T17:00:00.000Z",
          "exitTs": 1749048060,
          "dir": 1,
          "entryPrice": 3348.275,
          "exitPrice": 3380.819,
          "stopDistance": 16.272,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 1301
        },
        {
          "entryTs": 1749049200,
          "entryUtc": "2025-06-04T15:00:00.000Z",
          "exitTs": 1749119340,
          "dir": -1,
          "entryPrice": 3377.148,
          "exitPrice": 3395.689,
          "stopDistance": 18.541,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 1169
        },
        {
          "entryTs": 1749135600,
          "entryUtc": "2025-06-05T15:00:00.000Z",
          "exitTs": 1749138000,
          "dir": 1,
          "entryPrice": 3367.405,
          "exitPrice": 3349.622,
          "stopDistance": 17.783,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 40
        },
        {
          "entryTs": 1749200820,
          "entryUtc": "2025-06-06T09:07:00.000Z",
          "exitTs": 1749213660,
          "dir": 1,
          "entryPrice": 3361.6,
          "exitPrice": 3345.897,
          "stopDistance": 15.704,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 214
        },
        {
          "entryTs": 1749434400,
          "entryUtc": "2025-06-09T02:00:00.000Z",
          "exitTs": 1749483600,
          "dir": 1,
          "entryPrice": 3295.995,
          "exitPrice": 3331.136,
          "stopDistance": 17.57,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 820
        },
        {
          "entryTs": 1749488400,
          "entryUtc": "2025-06-09T17:00:00.000Z",
          "exitTs": 1749519120,
          "dir": -1,
          "entryPrice": 3337.519,
          "exitPrice": 3307.5,
          "stopDistance": 15.01,
          "outcome": "target",
          "netR": 1.9753,
          "holdMinutes": 512
        },
        {
          "entryTs": 1749520320,
          "entryUtc": "2025-06-10T01:52:00.000Z",
          "exitTs": 1749543360,
          "dir": 1,
          "entryPrice": 3303.587,
          "exitPrice": 3333.181,
          "stopDistance": 14.797,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 384
        },
        {
          "entryTs": 1749597720,
          "entryUtc": "2025-06-10T23:22:00.000Z",
          "exitTs": 1749628200,
          "dir": 1,
          "entryPrice": 3315.621,
          "exitPrice": 3344.918,
          "stopDistance": 14.649,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 508
        },
        {
          "entryTs": 1749636000,
          "entryUtc": "2025-06-11T10:00:00.000Z",
          "exitTs": 1749645000,
          "dir": -1,
          "entryPrice": 3333.722,
          "exitPrice": 3347.501,
          "stopDistance": 13.779,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 150
        },
        {
          "entryTs": 1749655140,
          "entryUtc": "2025-06-11T15:19:00.000Z",
          "exitTs": 1749679260,
          "dir": -1,
          "entryPrice": 3341.723,
          "exitPrice": 3358.869,
          "stopDistance": 17.146,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 402
        },
        {
          "entryTs": 1749726000,
          "entryUtc": "2025-06-12T11:00:00.000Z",
          "exitTs": 1749772980,
          "dir": -1,
          "entryPrice": 3382.308,
          "exitPrice": 3402.446,
          "stopDistance": 20.138,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 783
        },
        {
          "entryTs": 1749780000,
          "entryUtc": "2025-06-13T02:00:00.000Z",
          "exitTs": 1749821820,
          "dir": -1,
          "entryPrice": 3427.245,
          "exitPrice": 3446.623,
          "stopDistance": 19.378,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 697
        },
        {
          "entryTs": 1749823200,
          "entryUtc": "2025-06-13T14:00:00.000Z",
          "exitTs": 1750082040,
          "dir": -1,
          "entryPrice": 3436.905,
          "exitPrice": 3397.075,
          "stopDistance": 19.915,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 4314
        },
        {
          "entryTs": 1750086000,
          "entryUtc": "2025-06-16T15:00:00.000Z",
          "exitTs": 1750130580,
          "dir": 1,
          "entryPrice": 3396.855,
          "exitPrice": 3378.189,
          "stopDistance": 18.666,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 743
        },
        {
          "entryTs": 1750132800,
          "entryUtc": "2025-06-17T04:00:00.000Z",
          "exitTs": 1750171020,
          "dir": 1,
          "entryPrice": 3387.365,
          "exitPrice": 3370.256,
          "stopDistance": 17.109,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 637
        },
        {
          "entryTs": 1750173960,
          "entryUtc": "2025-06-17T15:26:00.000Z",
          "exitTs": 1750275000,
          "dir": 1,
          "entryPrice": 3382.673,
          "exitPrice": 3364.826,
          "stopDistance": 17.847,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 1684
        },
        {
          "entryTs": 1750287600,
          "entryUtc": "2025-06-18T23:00:00.000Z",
          "exitTs": 1750312980,
          "dir": 1,
          "entryPrice": 3374.855,
          "exitPrice": 3359.282,
          "stopDistance": 15.573,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 423
        },
        {
          "entryTs": 1750328640,
          "entryUtc": "2025-06-19T10:24:00.000Z",
          "exitTs": 1750399020,
          "dir": -1,
          "entryPrice": 3375.841,
          "exitPrice": 3343.828,
          "stopDistance": 16.006,
          "outcome": "target",
          "netR": 1.9769,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1750424400,
          "entryUtc": "2025-06-20T13:00:00.000Z",
          "exitTs": 1750427640,
          "dir": 1,
          "entryPrice": 3344.355,
          "exitPrice": 3370.868,
          "stopDistance": 13.257,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 54
        },
        {
          "entryTs": 1750435200,
          "entryUtc": "2025-06-20T16:00:00.000Z",
          "exitTs": 1750629600,
          "dir": -1,
          "entryPrice": 3369.525,
          "exitPrice": 3384.533,
          "stopDistance": 15.009,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1750633200,
          "entryUtc": "2025-06-22T23:00:00.000Z",
          "exitTs": 1750656900,
          "dir": -1,
          "entryPrice": 3378.555,
          "exitPrice": 3348.917,
          "stopDistance": 14.819,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 395
        },
        {
          "entryTs": 1750686240,
          "entryUtc": "2025-06-23T13:44:00.000Z",
          "exitTs": 1750717080,
          "dir": -1,
          "entryPrice": 3383.407,
          "exitPrice": 3353.011,
          "stopDistance": 15.198,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 514
        },
        {
          "entryTs": 1750748400,
          "entryUtc": "2025-06-24T07:00:00.000Z",
          "exitTs": 1750772160,
          "dir": 1,
          "entryPrice": 3322.545,
          "exitPrice": 3303.361,
          "stopDistance": 19.184,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 396
        },
        {
          "entryTs": 1750777200,
          "entryUtc": "2025-06-24T15:00:00.000Z",
          "exitTs": 1750921800,
          "dir": 1,
          "entryPrice": 3304.348,
          "exitPrice": 3343.597,
          "stopDistance": 19.624,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 2410
        },
        {
          "entryTs": 1750932000,
          "entryUtc": "2025-06-26T10:00:00.000Z",
          "exitTs": 1750943400,
          "dir": -1,
          "entryPrice": 3340.415,
          "exitPrice": 3317.105,
          "stopDistance": 11.655,
          "outcome": "target",
          "netR": 1.9683,
          "holdMinutes": 190
        },
        {
          "entryTs": 1750953600,
          "entryUtc": "2025-06-26T16:00:00.000Z",
          "exitTs": 1750992360,
          "dir": 1,
          "entryPrice": 3324.685,
          "exitPrice": 3310.257,
          "stopDistance": 14.428,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 646
        },
        {
          "entryTs": 1751235300,
          "entryUtc": "2025-06-29T22:15:00.000Z",
          "exitTs": 1751236020,
          "dir": 1,
          "entryPrice": 3263.483,
          "exitPrice": 3249.164,
          "stopDistance": 14.319,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751259600,
          "entryUtc": "2025-06-30T05:00:00.000Z",
          "exitTs": 1751310600,
          "dir": -1,
          "entryPrice": 3285.298,
          "exitPrice": 3301.238,
          "stopDistance": 15.94,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 850
        },
        {
          "entryTs": 1751448720,
          "entryUtc": "2025-07-02T09:32:00.000Z",
          "exitTs": 1751460600,
          "dir": -1,
          "entryPrice": 3339.881,
          "exitPrice": 3350.834,
          "stopDistance": 10.953,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 198
        },
        {
          "entryTs": 1751479200,
          "entryUtc": "2025-07-02T18:00:00.000Z",
          "exitTs": 1751494500,
          "dir": -1,
          "entryPrice": 3349.469,
          "exitPrice": 3361.052,
          "stopDistance": 11.583,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 255
        },
        {
          "entryTs": 1751521980,
          "entryUtc": "2025-07-03T05:53:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3358.432,
          "exitPrice": 3336.99,
          "stopDistance": 10.721,
          "outcome": "target",
          "netR": 1.9655,
          "holdMinutes": 397
        },
        {
          "entryTs": 1751596020,
          "entryUtc": "2025-07-04T02:27:00.000Z",
          "exitTs": 1751609160,
          "dir": -1,
          "entryPrice": 3331.349,
          "exitPrice": 3343.45,
          "stopDistance": 12.101,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 219
        },
        {
          "entryTs": 1751612400,
          "entryUtc": "2025-07-04T07:00:00.000Z",
          "exitTs": 1751850060,
          "dir": -1,
          "entryPrice": 3342.645,
          "exitPrice": 3320.061,
          "stopDistance": 11.292,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 3961
        },
        {
          "entryTs": 1751853600,
          "entryUtc": "2025-07-07T02:00:00.000Z",
          "exitTs": 1751874360,
          "dir": 1,
          "entryPrice": 3316.298,
          "exitPrice": 3304.537,
          "stopDistance": 11.761,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 346
        },
        {
          "entryTs": 1751882820,
          "entryUtc": "2025-07-07T10:07:00.000Z",
          "exitTs": 1751908680,
          "dir": 1,
          "entryPrice": 3307.976,
          "exitPrice": 3333.039,
          "stopDistance": 12.532,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 431
        },
        {
          "entryTs": 1751914860,
          "entryUtc": "2025-07-07T19:01:00.000Z",
          "exitTs": 1751982540,
          "dir": -1,
          "entryPrice": 3335.694,
          "exitPrice": 3315.486,
          "stopDistance": 10.104,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 1128
        },
        {
          "entryTs": 1751983440,
          "entryUtc": "2025-07-08T14:04:00.000Z",
          "exitTs": 1751985420,
          "dir": 1,
          "entryPrice": 3310.754,
          "exitPrice": 3299.037,
          "stopDistance": 11.717,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 33
        },
        {
          "entryTs": 1751990400,
          "entryUtc": "2025-07-08T16:00:00.000Z",
          "exitTs": 1752049200,
          "dir": 1,
          "entryPrice": 3298.035,
          "exitPrice": 3284.525,
          "stopDistance": 13.51,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 980
        },
        {
          "entryTs": 1752051600,
          "entryUtc": "2025-07-09T09:00:00.000Z",
          "exitTs": 1752071640,
          "dir": 1,
          "entryPrice": 3284.675,
          "exitPrice": 3309.446,
          "stopDistance": 12.385,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 334
        },
        {
          "entryTs": 1752073200,
          "entryUtc": "2025-07-09T15:00:00.000Z",
          "exitTs": 1752128340,
          "dir": -1,
          "entryPrice": 3312.175,
          "exitPrice": 3326.16,
          "stopDistance": 13.985,
          "outcome": "stop",
          "netR": -1.03,
          "holdMinutes": 919
        },
        {
          "entryTs": 1752136560,
          "entryUtc": "2025-07-10T08:36:00.000Z",
          "exitTs": 1752193920,
          "dir": -1,
          "entryPrice": 3322.713,
          "exitPrice": 3333.761,
          "stopDistance": 11.048,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 956
        },
        {
          "entryTs": 1752231600,
          "entryUtc": "2025-07-11T11:00:00.000Z",
          "exitTs": 1752238200,
          "dir": -1,
          "entryPrice": 3344.715,
          "exitPrice": 3356.688,
          "stopDistance": 11.973,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 110
        },
        {
          "entryTs": 1752444000,
          "entryUtc": "2025-07-13T22:00:00.000Z",
          "exitTs": 1752478200,
          "dir": -1,
          "entryPrice": 3362.948,
          "exitPrice": 3374.716,
          "stopDistance": 11.768,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 570
        },
        {
          "entryTs": 1752484680,
          "entryUtc": "2025-07-14T09:18:00.000Z",
          "exitTs": 1752504060,
          "dir": -1,
          "entryPrice": 3367.725,
          "exitPrice": 3342.608,
          "stopDistance": 12.559,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 323
        },
        {
          "entryTs": 1752530400,
          "entryUtc": "2025-07-14T22:00:00.000Z",
          "exitTs": 1752593460,
          "dir": 1,
          "entryPrice": 3342.805,
          "exitPrice": 3330.848,
          "stopDistance": 11.957,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 1051
        },
        {
          "entryTs": 1752627600,
          "entryUtc": "2025-07-16T01:00:00.000Z",
          "exitTs": 1752653460,
          "dir": -1,
          "entryPrice": 3330.295,
          "exitPrice": 3341.944,
          "stopDistance": 11.649,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 431
        },
        {
          "entryTs": 1752672840,
          "entryUtc": "2025-07-16T13:34:00.000Z",
          "exitTs": 1752676380,
          "dir": 1,
          "entryPrice": 3330.148,
          "exitPrice": 3319.988,
          "stopDistance": 10.161,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 59
        },
        {
          "entryTs": 1752678480,
          "entryUtc": "2025-07-16T15:08:00.000Z",
          "exitTs": 1752678960,
          "dir": -1,
          "entryPrice": 3352.551,
          "exitPrice": 3365.482,
          "stopDistance": 12.932,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 8
        },
        {
          "entryTs": 1752688800,
          "entryUtc": "2025-07-16T18:00:00.000Z",
          "exitTs": 1752755400,
          "dir": -1,
          "entryPrice": 3354.485,
          "exitPrice": 3320.964,
          "stopDistance": 16.761,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 1110
        },
        {
          "entryTs": 1752768000,
          "entryUtc": "2025-07-17T16:00:00.000Z",
          "exitTs": 1752829620,
          "dir": -1,
          "entryPrice": 3336.605,
          "exitPrice": 3350.928,
          "stopDistance": 14.323,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 1027
        },
        {
          "entryTs": 1752832800,
          "entryUtc": "2025-07-18T10:00:00.000Z",
          "exitTs": 1753074840,
          "dir": -1,
          "entryPrice": 3352.165,
          "exitPrice": 3362.622,
          "stopDistance": 10.457,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 4034
        },
        {
          "entryTs": 1753084800,
          "entryUtc": "2025-07-21T08:00:00.000Z",
          "exitTs": 1753098360,
          "dir": -1,
          "entryPrice": 3364.545,
          "exitPrice": 3374.154,
          "stopDistance": 9.609,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 226
        },
        {
          "entryTs": 1753102800,
          "entryUtc": "2025-07-21T13:00:00.000Z",
          "exitTs": 1753108020,
          "dir": -1,
          "entryPrice": 3387.165,
          "exitPrice": 3397.454,
          "stopDistance": 10.289,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 87
        },
        {
          "entryTs": 1753135260,
          "entryUtc": "2025-07-21T22:01:00.000Z",
          "exitTs": 1753189260,
          "dir": -1,
          "entryPrice": 3398.332,
          "exitPrice": 3408.082,
          "stopDistance": 9.75,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 900
        },
        {
          "entryTs": 1753262340,
          "entryUtc": "2025-07-23T09:19:00.000Z",
          "exitTs": 1753276980,
          "dir": -1,
          "entryPrice": 3432.02,
          "exitPrice": 3410.236,
          "stopDistance": 10.892,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 244
        },
        {
          "entryTs": 1753286280,
          "entryUtc": "2025-07-23T15:58:00.000Z",
          "exitTs": 1753286460,
          "dir": 1,
          "entryPrice": 3399.499,
          "exitPrice": 3388.489,
          "stopDistance": 11.01,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 3
        },
        {
          "entryTs": 1753333200,
          "entryUtc": "2025-07-24T05:00:00.000Z",
          "exitTs": 1753338600,
          "dir": 1,
          "entryPrice": 3382.385,
          "exitPrice": 3370.342,
          "stopDistance": 12.043,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 90
        },
        {
          "entryTs": 1753415940,
          "entryUtc": "2025-07-25T03:59:00.000Z",
          "exitTs": 1753432140,
          "dir": 1,
          "entryPrice": 3358.831,
          "exitPrice": 3345.844,
          "stopDistance": 12.987,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 270
        },
        {
          "entryTs": 1753462800,
          "entryUtc": "2025-07-25T17:00:00.000Z",
          "exitTs": 1753653600,
          "dir": 1,
          "entryPrice": 3329.635,
          "exitPrice": 3317.869,
          "stopDistance": 11.766,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1753663380,
          "entryUtc": "2025-07-28T00:43:00.000Z",
          "exitTs": 1753710420,
          "dir": 1,
          "entryPrice": 3329.313,
          "exitPrice": 3317.65,
          "stopDistance": 11.662,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 784
        },
        {
          "entryTs": 1753764840,
          "entryUtc": "2025-07-29T04:54:00.000Z",
          "exitTs": 1753776840,
          "dir": -1,
          "entryPrice": 3315.549,
          "exitPrice": 3326.827,
          "stopDistance": 11.279,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 200
        },
        {
          "entryTs": 1753786800,
          "entryUtc": "2025-07-29T11:00:00.000Z",
          "exitTs": 1753801620,
          "dir": -1,
          "entryPrice": 3321.848,
          "exitPrice": 3333.144,
          "stopDistance": 11.296,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 247
        },
        {
          "entryTs": 1753812000,
          "entryUtc": "2025-07-29T18:00:00.000Z",
          "exitTs": 1753882260,
          "dir": -1,
          "entryPrice": 3328.115,
          "exitPrice": 3302.218,
          "stopDistance": 12.949,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 1171
        },
        {
          "entryTs": 1753916400,
          "entryUtc": "2025-07-30T23:00:00.000Z",
          "exitTs": 1753947900,
          "dir": 1,
          "entryPrice": 3278.698,
          "exitPrice": 3307.331,
          "stopDistance": 14.316,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 525
        },
        {
          "entryTs": 1753977600,
          "entryUtc": "2025-07-31T16:00:00.000Z",
          "exitTs": 1754051580,
          "dir": 1,
          "entryPrice": 3295.275,
          "exitPrice": 3323.118,
          "stopDistance": 13.921,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 1233
        },
        {
          "entryTs": 1754078400,
          "entryUtc": "2025-08-01T20:00:00.000Z",
          "exitTs": 1754313180,
          "dir": -1,
          "entryPrice": 3356.965,
          "exitPrice": 3372.304,
          "stopDistance": 15.339,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 3913
        },
        {
          "entryTs": 1754316000,
          "entryUtc": "2025-08-04T14:00:00.000Z",
          "exitTs": 1754389020,
          "dir": -1,
          "entryPrice": 3382.688,
          "exitPrice": 3354.398,
          "stopDistance": 14.145,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 1217
        },
        {
          "entryTs": 1754391600,
          "entryUtc": "2025-08-05T11:00:00.000Z",
          "exitTs": 1754400780,
          "dir": 1,
          "entryPrice": 3353.005,
          "exitPrice": 3374.305,
          "stopDistance": 10.65,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 153
        },
        {
          "entryTs": 1754400960,
          "entryUtc": "2025-08-05T13:36:00.000Z",
          "exitTs": 1754407140,
          "dir": -1,
          "entryPrice": 3377.294,
          "exitPrice": 3387.751,
          "stopDistance": 10.457,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 103
        },
        {
          "entryTs": 1754452800,
          "entryUtc": "2025-08-06T04:00:00.000Z",
          "exitTs": 1754472300,
          "dir": 1,
          "entryPrice": 3374.448,
          "exitPrice": 3364.369,
          "stopDistance": 10.079,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 325
        },
        {
          "entryTs": 1754473500,
          "entryUtc": "2025-08-06T09:45:00.000Z",
          "exitTs": 1754548920,
          "dir": 1,
          "entryPrice": 3361.631,
          "exitPrice": 3385.155,
          "stopDistance": 11.762,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 1257
        },
        {
          "entryTs": 1754557920,
          "entryUtc": "2025-08-07T09:12:00.000Z",
          "exitTs": 1754574420,
          "dir": -1,
          "entryPrice": 3380.315,
          "exitPrice": 3393.461,
          "stopDistance": 13.146,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 275
        },
        {
          "entryTs": 1754576040,
          "entryUtc": "2025-08-07T14:14:00.000Z",
          "exitTs": 1754604000,
          "dir": -1,
          "entryPrice": 3389.565,
          "exitPrice": 3403.887,
          "stopDistance": 14.323,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 466
        },
        {
          "entryTs": 1754618400,
          "entryUtc": "2025-08-08T02:00:00.000Z",
          "exitTs": 1754893740,
          "dir": 1,
          "entryPrice": 3382.969,
          "exitPrice": 3366.834,
          "stopDistance": 16.135,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 4589
        },
        {
          "entryTs": 1754931600,
          "entryUtc": "2025-08-11T17:00:00.000Z",
          "exitTs": 1755468000,
          "dir": 1,
          "entryPrice": 3343.939,
          "exitPrice": 3336.448,
          "stopDistance": 16.647,
          "outcome": "time",
          "netR": -0.4722,
          "holdMinutes": 8940
        },
        {
          "entryTs": 1755475200,
          "entryUtc": "2025-08-18T00:00:00.000Z",
          "exitTs": 1755487860,
          "dir": 1,
          "entryPrice": 3326.945,
          "exitPrice": 3347.525,
          "stopDistance": 10.29,
          "outcome": "target",
          "netR": 1.964,
          "holdMinutes": 211
        },
        {
          "entryTs": 1755525660,
          "entryUtc": "2025-08-18T14:01:00.000Z",
          "exitTs": 1755615060,
          "dir": 1,
          "entryPrice": 3333.625,
          "exitPrice": 3322.084,
          "stopDistance": 11.541,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 1490
        },
        {
          "entryTs": 1755691200,
          "entryUtc": "2025-08-20T12:00:00.000Z",
          "exitTs": 1755693180,
          "dir": -1,
          "entryPrice": 3332.275,
          "exitPrice": 3340.075,
          "stopDistance": 7.8,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 33
        },
        {
          "entryTs": 1755772920,
          "entryUtc": "2025-08-21T10:42:00.000Z",
          "exitTs": 1755783000,
          "dir": 1,
          "entryPrice": 3329.948,
          "exitPrice": 3346.043,
          "stopDistance": 8.048,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 168
        },
        {
          "entryTs": 1755783900,
          "entryUtc": "2025-08-21T13:45:00.000Z",
          "exitTs": 1755843840,
          "dir": 1,
          "entryPrice": 3336.373,
          "exitPrice": 3326.923,
          "stopDistance": 9.45,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 999
        },
        {
          "entryTs": 1755860400,
          "entryUtc": "2025-08-22T11:00:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3330.785,
          "exitPrice": 3323.111,
          "stopDistance": 7.673,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 92
        },
        {
          "entryTs": 1755869820,
          "entryUtc": "2025-08-22T13:37:00.000Z",
          "exitTs": 1755871200,
          "dir": -1,
          "entryPrice": 3332.053,
          "exitPrice": 3339.544,
          "stopDistance": 7.491,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 23
        },
        {
          "entryTs": 1755878400,
          "entryUtc": "2025-08-22T16:00:00.000Z",
          "exitTs": 1756168320,
          "dir": -1,
          "entryPrice": 3367.648,
          "exitPrice": 3380.66,
          "stopDistance": 13.012,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 4832
        },
        {
          "entryTs": 1756213380,
          "entryUtc": "2025-08-26T13:03:00.000Z",
          "exitTs": 1756312500,
          "dir": 1,
          "entryPrice": 3370.743,
          "exitPrice": 3394.291,
          "stopDistance": 11.774,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 1652
        },
        {
          "entryTs": 1756363380,
          "entryUtc": "2025-08-28T06:43:00.000Z",
          "exitTs": 1756380480,
          "dir": -1,
          "entryPrice": 3394.83,
          "exitPrice": 3403.142,
          "stopDistance": 8.312,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 285
        },
        {
          "entryTs": 1756389600,
          "entryUtc": "2025-08-28T14:00:00.000Z",
          "exitTs": 1756399740,
          "dir": -1,
          "entryPrice": 3406.978,
          "exitPrice": 3417.53,
          "stopDistance": 10.552,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 169
        },
        {
          "entryTs": 1756400400,
          "entryUtc": "2025-08-28T17:00:00.000Z",
          "exitTs": 1756475460,
          "dir": -1,
          "entryPrice": 3415.329,
          "exitPrice": 3426.208,
          "stopDistance": 10.879,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 1251
        },
        {
          "entryTs": 1756479600,
          "entryUtc": "2025-08-29T15:00:00.000Z",
          "exitTs": 1756497000,
          "dir": -1,
          "entryPrice": 3440.715,
          "exitPrice": 3451.017,
          "stopDistance": 10.302,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 290
        },
        {
          "entryTs": 1756702800,
          "entryUtc": "2025-09-01T05:00:00.000Z",
          "exitTs": 1756775760,
          "dir": -1,
          "entryPrice": 3474.998,
          "exitPrice": 3490.279,
          "stopDistance": 15.28,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 1216
        },
        {
          "entryTs": 1756782000,
          "entryUtc": "2025-09-02T03:00:00.000Z",
          "exitTs": 1756824240,
          "dir": -1,
          "entryPrice": 3495.725,
          "exitPrice": 3509.666,
          "stopDistance": 13.94,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 704
        },
        {
          "entryTs": 1756828800,
          "entryUtc": "2025-09-02T16:00:00.000Z",
          "exitTs": 1756840800,
          "dir": -1,
          "entryPrice": 3520.205,
          "exitPrice": 3537.809,
          "stopDistance": 17.604,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 200
        },
        {
          "entryTs": 1756872000,
          "entryUtc": "2025-09-03T04:00:00.000Z",
          "exitTs": 1756909440,
          "dir": 1,
          "entryPrice": 3530.665,
          "exitPrice": 3562.225,
          "stopDistance": 15.78,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 624
        },
        {
          "entryTs": 1756949940,
          "entryUtc": "2025-09-04T01:39:00.000Z",
          "exitTs": 1756954080,
          "dir": 1,
          "entryPrice": 3545.667,
          "exitPrice": 3531.211,
          "stopDistance": 14.457,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 69
        },
        {
          "entryTs": 1756962000,
          "entryUtc": "2025-09-04T05:00:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3532.905,
          "exitPrice": 3567.508,
          "stopDistance": 17.301,
          "outcome": "target",
          "netR": 1.9786,
          "holdMinutes": 1890
        },
        {
          "entryTs": 1757307600,
          "entryUtc": "2025-09-08T05:00:00.000Z",
          "exitTs": 1757316840,
          "dir": 1,
          "entryPrice": 3581.225,
          "exitPrice": 3611.505,
          "stopDistance": 15.14,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 154
        },
        {
          "entryTs": 1757318400,
          "entryUtc": "2025-09-08T08:00:00.000Z",
          "exitTs": 1757336160,
          "dir": -1,
          "entryPrice": 3609.155,
          "exitPrice": 3625.017,
          "stopDistance": 15.862,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 296
        },
        {
          "entryTs": 1757380740,
          "entryUtc": "2025-09-09T01:19:00.000Z",
          "exitTs": 1757393100,
          "dir": -1,
          "entryPrice": 3641.882,
          "exitPrice": 3655.522,
          "stopDistance": 13.641,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 206
        },
        {
          "entryTs": 1757412000,
          "entryUtc": "2025-09-09T10:00:00.000Z",
          "exitTs": 1757426400,
          "dir": -1,
          "entryPrice": 3653.555,
          "exitPrice": 3668.15,
          "stopDistance": 14.595,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 240
        },
        {
          "entryTs": 1757426880,
          "entryUtc": "2025-09-09T14:08:00.000Z",
          "exitTs": 1757430960,
          "dir": 1,
          "entryPrice": 3642.31,
          "exitPrice": 3627.966,
          "stopDistance": 14.345,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 68
        },
        {
          "entryTs": 1757440800,
          "entryUtc": "2025-09-09T18:00:00.000Z",
          "exitTs": 1757451540,
          "dir": 1,
          "entryPrice": 3642.635,
          "exitPrice": 3624.849,
          "stopDistance": 17.786,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 179
        },
        {
          "entryTs": 1757480400,
          "entryUtc": "2025-09-10T05:00:00.000Z",
          "exitTs": 1757887200,
          "dir": -1,
          "entryPrice": 3642.775,
          "exitPrice": 3644.548,
          "stopDistance": 15.789,
          "outcome": "time",
          "netR": -0.1357,
          "holdMinutes": 6780
        },
        {
          "entryTs": 1757912400,
          "entryUtc": "2025-09-15T05:00:00.000Z",
          "exitTs": 1757943300,
          "dir": -1,
          "entryPrice": 3645.495,
          "exitPrice": 3655.949,
          "stopDistance": 10.454,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 515
        },
        {
          "entryTs": 1757952000,
          "entryUtc": "2025-09-15T16:00:00.000Z",
          "exitTs": 1758010380,
          "dir": -1,
          "entryPrice": 3680.225,
          "exitPrice": 3694.183,
          "stopDistance": 13.958,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 973
        },
        {
          "entryTs": 1758035160,
          "entryUtc": "2025-09-16T15:06:00.000Z",
          "exitTs": 1758094140,
          "dir": 1,
          "entryPrice": 3681.804,
          "exitPrice": 3667.959,
          "stopDistance": 13.845,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 983
        },
        {
          "entryTs": 1758099600,
          "entryUtc": "2025-09-17T09:00:00.000Z",
          "exitTs": 1758126120,
          "dir": 1,
          "entryPrice": 3664.685,
          "exitPrice": 3687.438,
          "stopDistance": 11.376,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 442
        },
        {
          "entryTs": 1758132000,
          "entryUtc": "2025-09-17T18:00:00.000Z",
          "exitTs": 1758132060,
          "dir": -1,
          "entryPrice": 3695.688,
          "exitPrice": 3670.259,
          "stopDistance": 12.714,
          "outcome": "target",
          "netR": 1.9709,
          "holdMinutes": 1
        },
        {
          "entryTs": 1758171480,
          "entryUtc": "2025-09-18T04:58:00.000Z",
          "exitTs": 1758175800,
          "dir": 1,
          "entryPrice": 3653.426,
          "exitPrice": 3635.264,
          "stopDistance": 18.162,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 72
        },
        {
          "entryTs": 1758186060,
          "entryUtc": "2025-09-18T09:01:00.000Z",
          "exitTs": 1758203040,
          "dir": -1,
          "entryPrice": 3665.785,
          "exitPrice": 3631.555,
          "stopDistance": 17.115,
          "outcome": "target",
          "netR": 1.9784,
          "holdMinutes": 283
        },
        {
          "entryTs": 1758243600,
          "entryUtc": "2025-09-19T01:00:00.000Z",
          "exitTs": 1758293580,
          "dir": 1,
          "entryPrice": 3639.775,
          "exitPrice": 3667.215,
          "stopDistance": 13.72,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 833
        },
        {
          "entryTs": 1758301200,
          "entryUtc": "2025-09-19T17:00:00.000Z",
          "exitTs": 1758308040,
          "dir": -1,
          "entryPrice": 3668.065,
          "exitPrice": 3682.849,
          "stopDistance": 14.784,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 114
        },
        {
          "entryTs": 1758520800,
          "entryUtc": "2025-09-22T06:00:00.000Z",
          "exitTs": 1758523020,
          "dir": -1,
          "entryPrice": 3696.855,
          "exitPrice": 3709.538,
          "stopDistance": 12.683,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 37
        },
        {
          "entryTs": 1758556800,
          "entryUtc": "2025-09-22T16:00:00.000Z",
          "exitTs": 1758589500,
          "dir": -1,
          "entryPrice": 3736.005,
          "exitPrice": 3750.686,
          "stopDistance": 14.681,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 545
        },
        {
          "entryTs": 1758592800,
          "entryUtc": "2025-09-23T02:00:00.000Z",
          "exitTs": 1758616800,
          "dir": -1,
          "entryPrice": 3754.335,
          "exitPrice": 3767.558,
          "stopDistance": 13.223,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 400
        },
        {
          "entryTs": 1758654960,
          "entryUtc": "2025-09-23T19:16:00.000Z",
          "exitTs": 1758732120,
          "dir": 1,
          "entryPrice": 3752.506,
          "exitPrice": 3737.339,
          "stopDistance": 15.167,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 1286
        },
        {
          "entryTs": 1758733200,
          "entryUtc": "2025-09-24T17:00:00.000Z",
          "exitTs": 1758741240,
          "dir": 1,
          "entryPrice": 3735.605,
          "exitPrice": 3718.784,
          "stopDistance": 16.821,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 134
        },
        {
          "entryTs": 1758780660,
          "entryUtc": "2025-09-25T06:11:00.000Z",
          "exitTs": 1758788160,
          "dir": -1,
          "entryPrice": 3744.863,
          "exitPrice": 3760.326,
          "stopDistance": 15.463,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 125
        },
        {
          "entryTs": 1758803820,
          "entryUtc": "2025-09-25T12:37:00.000Z",
          "exitTs": 1758808020,
          "dir": 1,
          "entryPrice": 3738.823,
          "exitPrice": 3722.741,
          "stopDistance": 16.082,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 70
        },
        {
          "entryTs": 1758824940,
          "entryUtc": "2025-09-25T18:29:00.000Z",
          "exitTs": 1758895320,
          "dir": -1,
          "entryPrice": 3749.77,
          "exitPrice": 3768.217,
          "stopDistance": 18.447,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1759111200,
          "entryUtc": "2025-09-29T02:00:00.000Z",
          "exitTs": 1759112460,
          "dir": -1,
          "entryPrice": 3778.435,
          "exitPrice": 3797.219,
          "stopDistance": 18.784,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 21
        },
        {
          "entryTs": 1759165200,
          "entryUtc": "2025-09-29T17:00:00.000Z",
          "exitTs": 1759196160,
          "dir": -1,
          "entryPrice": 3830.175,
          "exitPrice": 3849.871,
          "stopDistance": 19.696,
          "outcome": "stop",
          "netR": -1.0213,
          "holdMinutes": 516
        },
        {
          "entryTs": 1759220520,
          "entryUtc": "2025-09-30T08:22:00.000Z",
          "exitTs": 1759221420,
          "dir": 1,
          "entryPrice": 3825.806,
          "exitPrice": 3809.497,
          "stopDistance": 16.309,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 15
        },
        {
          "entryTs": 1759226400,
          "entryUtc": "2025-09-30T10:00:00.000Z",
          "exitTs": 1759241520,
          "dir": 1,
          "entryPrice": 3798.515,
          "exitPrice": 3843.505,
          "stopDistance": 22.495,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 252
        },
        {
          "entryTs": 1759241940,
          "entryUtc": "2025-09-30T14:19:00.000Z",
          "exitTs": 1759284240,
          "dir": -1,
          "entryPrice": 3848.309,
          "exitPrice": 3870.535,
          "stopDistance": 22.226,
          "outcome": "stop",
          "netR": -1.0189,
          "holdMinutes": 705
        },
        {
          "entryTs": 1759303260,
          "entryUtc": "2025-10-01T07:21:00.000Z",
          "exitTs": 1759306320,
          "dir": -1,
          "entryPrice": 3869.421,
          "exitPrice": 3887.553,
          "stopDistance": 18.132,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 51
        },
        {
          "entryTs": 1759312800,
          "entryUtc": "2025-10-01T10:00:00.000Z",
          "exitTs": 1759415820,
          "dir": -1,
          "entryPrice": 3888.698,
          "exitPrice": 3850.13,
          "stopDistance": 19.284,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 1717
        },
        {
          "entryTs": 1759424400,
          "entryUtc": "2025-10-02T17:00:00.000Z",
          "exitTs": 1759506960,
          "dir": 1,
          "entryPrice": 3844.535,
          "exitPrice": 3890.525,
          "stopDistance": 22.995,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 1376
        },
        {
          "entryTs": 1759744800,
          "entryUtc": "2025-10-06T10:00:00.000Z",
          "exitTs": 1759766100,
          "dir": -1,
          "entryPrice": 3942.155,
          "exitPrice": 3961.054,
          "stopDistance": 18.899,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 355
        },
        {
          "entryTs": 1759766400,
          "entryUtc": "2025-10-06T16:00:00.000Z",
          "exitTs": 1759842480,
          "dir": -1,
          "entryPrice": 3962.285,
          "exitPrice": 3983.019,
          "stopDistance": 20.734,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 1268
        },
        {
          "entryTs": 1759899600,
          "entryUtc": "2025-10-08T05:00:00.000Z",
          "exitTs": 1759916760,
          "dir": -1,
          "entryPrice": 4026.535,
          "exitPrice": 4044.762,
          "stopDistance": 18.228,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 286
        },
        {
          "entryTs": 1759942800,
          "entryUtc": "2025-10-08T17:00:00.000Z",
          "exitTs": 1759961340,
          "dir": -1,
          "entryPrice": 4056.445,
          "exitPrice": 4016.878,
          "stopDistance": 19.783,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 309
        },
        {
          "entryTs": 1759987920,
          "entryUtc": "2025-10-09T05:32:00.000Z",
          "exitTs": 1760027700,
          "dir": -1,
          "entryPrice": 4041.966,
          "exitPrice": 3992.213,
          "stopDistance": 24.877,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 663
        },
        {
          "entryTs": 1760029200,
          "entryUtc": "2025-10-09T17:00:00.000Z",
          "exitTs": 1760306460,
          "dir": 1,
          "entryPrice": 3968.595,
          "exitPrice": 4028.554,
          "stopDistance": 29.98,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 4621
        },
        {
          "entryTs": 1760400000,
          "entryUtc": "2025-10-14T00:00:00.000Z",
          "exitTs": 1760411340,
          "dir": -1,
          "entryPrice": 4127.898,
          "exitPrice": 4150.824,
          "stopDistance": 22.926,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 189
        },
        {
          "entryTs": 1760444700,
          "entryUtc": "2025-10-14T12:25:00.000Z",
          "exitTs": 1760490720,
          "dir": 1,
          "entryPrice": 4116.758,
          "exitPrice": 4181.518,
          "stopDistance": 32.38,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 767
        },
        {
          "entryTs": 1760536920,
          "entryUtc": "2025-10-15T14:02:00.000Z",
          "exitTs": 1760578920,
          "dir": -1,
          "entryPrice": 4201.815,
          "exitPrice": 4230.888,
          "stopDistance": 29.072,
          "outcome": "stop",
          "netR": -1.0144,
          "holdMinutes": 700
        },
        {
          "entryTs": 1760580000,
          "entryUtc": "2025-10-16T02:00:00.000Z",
          "exitTs": 1760622060,
          "dir": -1,
          "entryPrice": 4230.008,
          "exitPrice": 4256.078,
          "stopDistance": 26.07,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 701
        },
        {
          "entryTs": 1760630400,
          "entryUtc": "2025-10-16T16:00:00.000Z",
          "exitTs": 1760644380,
          "dir": -1,
          "entryPrice": 4273.375,
          "exitPrice": 4299.372,
          "stopDistance": 25.997,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 233
        },
        {
          "entryTs": 1760677200,
          "entryUtc": "2025-10-17T05:00:00.000Z",
          "exitTs": 1760702160,
          "dir": -1,
          "entryPrice": 4376.135,
          "exitPrice": 4294.338,
          "stopDistance": 40.898,
          "outcome": "target",
          "netR": 1.991,
          "holdMinutes": 416
        },
        {
          "entryTs": 1760708100,
          "entryUtc": "2025-10-17T13:35:00.000Z",
          "exitTs": 1760709900,
          "dir": 1,
          "entryPrice": 4272.007,
          "exitPrice": 4231.614,
          "stopDistance": 40.393,
          "outcome": "stop",
          "netR": -1.0104,
          "holdMinutes": 30
        },
        {
          "entryTs": 1760932800,
          "entryUtc": "2025-10-20T04:00:00.000Z",
          "exitTs": 1760963760,
          "dir": -1,
          "entryPrice": 4264.379,
          "exitPrice": 4310.989,
          "stopDistance": 46.61,
          "outcome": "stop",
          "netR": -1.009,
          "holdMinutes": 516
        },
        {
          "entryTs": 1760964120,
          "entryUtc": "2025-10-20T12:42:00.000Z",
          "exitTs": 1760989680,
          "dir": -1,
          "entryPrice": 4321.511,
          "exitPrice": 4371.943,
          "stopDistance": 50.432,
          "outcome": "stop",
          "netR": -1.0083,
          "holdMinutes": 426
        },
        {
          "entryTs": 1761033780,
          "entryUtc": "2025-10-21T08:03:00.000Z",
          "exitTs": 1761048600,
          "dir": 1,
          "entryPrice": 4277.859,
          "exitPrice": 4239.344,
          "stopDistance": 38.515,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 247
        },
        {
          "entryTs": 1761098400,
          "entryUtc": "2025-10-22T02:00:00.000Z",
          "exitTs": 1761130560,
          "dir": 1,
          "entryPrice": 4086.885,
          "exitPrice": 4029.901,
          "stopDistance": 56.984,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 536
        },
        {
          "entryTs": 1761156000,
          "entryUtc": "2025-10-22T18:00:00.000Z",
          "exitTs": 1761199800,
          "dir": -1,
          "entryPrice": 4069.769,
          "exitPrice": 4129.534,
          "stopDistance": 59.765,
          "outcome": "stop",
          "netR": -1.007,
          "holdMinutes": 730
        },
        {
          "entryTs": 1761235200,
          "entryUtc": "2025-10-23T16:00:00.000Z",
          "exitTs": 1761293040,
          "dir": -1,
          "entryPrice": 4141.575,
          "exitPrice": 4064.978,
          "stopDistance": 38.299,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 964
        },
        {
          "entryTs": 1761311760,
          "entryUtc": "2025-10-24T13:16:00.000Z",
          "exitTs": 1761555180,
          "dir": -1,
          "entryPrice": 4115.58,
          "exitPrice": 4050.783,
          "stopDistance": 32.399,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 4057
        },
        {
          "entryTs": 1761559200,
          "entryUtc": "2025-10-27T10:00:00.000Z",
          "exitTs": 1761574020,
          "dir": 1,
          "entryPrice": 4039.595,
          "exitPrice": 4005.908,
          "stopDistance": 33.687,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 247
        },
        {
          "entryTs": 1761584400,
          "entryUtc": "2025-10-27T17:00:00.000Z",
          "exitTs": 1761629640,
          "dir": 1,
          "entryPrice": 3999.095,
          "exitPrice": 3963.012,
          "stopDistance": 36.083,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 754
        },
        {
          "entryTs": 1761695700,
          "entryUtc": "2025-10-28T23:55:00.000Z",
          "exitTs": 1761722160,
          "dir": -1,
          "entryPrice": 3962.75,
          "exitPrice": 3997.346,
          "stopDistance": 34.595,
          "outcome": "stop",
          "netR": -1.0121,
          "holdMinutes": 441
        },
        {
          "entryTs": 1761724560,
          "entryUtc": "2025-10-29T07:56:00.000Z",
          "exitTs": 1761767040,
          "dir": -1,
          "entryPrice": 3998.812,
          "exitPrice": 3931.368,
          "stopDistance": 33.722,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 708
        },
        {
          "entryTs": 1761778800,
          "entryUtc": "2025-10-29T23:00:00.000Z",
          "exitTs": 1761846360,
          "dir": 1,
          "entryPrice": 3940.698,
          "exitPrice": 4015.83,
          "stopDistance": 37.566,
          "outcome": "target",
          "netR": 1.9902,
          "holdMinutes": 1126
        },
        {
          "entryTs": 1761914460,
          "entryUtc": "2025-10-31T12:41:00.000Z",
          "exitTs": 1762128900,
          "dir": -1,
          "entryPrice": 4029.063,
          "exitPrice": 3965.932,
          "stopDistance": 31.565,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 3574
        },
        {
          "entryTs": 1762147800,
          "entryUtc": "2025-11-03T05:30:00.000Z",
          "exitTs": 1762266540,
          "dir": -1,
          "entryPrice": 4014.29,
          "exitPrice": 3952.631,
          "stopDistance": 30.83,
          "outcome": "target",
          "netR": 1.988,
          "holdMinutes": 1979
        },
        {
          "entryTs": 1762268400,
          "entryUtc": "2025-11-04T15:00:00.000Z",
          "exitTs": 1762303260,
          "dir": 1,
          "entryPrice": 3956.728,
          "exitPrice": 3930.222,
          "stopDistance": 26.506,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 581
        },
        {
          "entryTs": 1762329900,
          "entryUtc": "2025-11-05T08:05:00.000Z",
          "exitTs": 1762413600,
          "dir": -1,
          "entryPrice": 3978.863,
          "exitPrice": 4006.454,
          "stopDistance": 27.59,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 1395
        },
        {
          "entryTs": 1762423200,
          "entryUtc": "2025-11-06T10:00:00.000Z",
          "exitTs": 1762443420,
          "dir": -1,
          "entryPrice": 4010.715,
          "exitPrice": 3976.227,
          "stopDistance": 17.244,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 337
        },
        {
          "entryTs": 1762444800,
          "entryUtc": "2025-11-06T16:00:00.000Z",
          "exitTs": 1762533300,
          "dir": 1,
          "entryPrice": 3979.975,
          "exitPrice": 4019.141,
          "stopDistance": 19.583,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 1475
        },
        {
          "entryTs": 1762542000,
          "entryUtc": "2025-11-07T19:00:00.000Z",
          "exitTs": 1762737060,
          "dir": -1,
          "entryPrice": 4005.395,
          "exitPrice": 4026.957,
          "stopDistance": 21.562,
          "outcome": "stop",
          "netR": -1.0195,
          "holdMinutes": 3251
        },
        {
          "entryTs": 1762797600,
          "entryUtc": "2025-11-10T18:00:00.000Z",
          "exitTs": 1762820760,
          "dir": -1,
          "entryPrice": 4102.385,
          "exitPrice": 4122.528,
          "stopDistance": 20.143,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 386
        },
        {
          "entryTs": 1762851900,
          "entryUtc": "2025-11-11T09:05:00.000Z",
          "exitTs": 1762874580,
          "dir": -1,
          "entryPrice": 4141.607,
          "exitPrice": 4106.25,
          "stopDistance": 17.679,
          "outcome": "target",
          "netR": 1.9791,
          "holdMinutes": 378
        },
        {
          "entryTs": 1762880400,
          "entryUtc": "2025-11-11T17:00:00.000Z",
          "exitTs": 1762960200,
          "dir": 1,
          "entryPrice": 4113.035,
          "exitPrice": 4152.176,
          "stopDistance": 19.57,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 1330
        },
        {
          "entryTs": 1762966800,
          "entryUtc": "2025-11-12T17:00:00.000Z",
          "exitTs": 1763020740,
          "dir": -1,
          "entryPrice": 4196.155,
          "exitPrice": 4219.727,
          "stopDistance": 23.572,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 899
        },
        {
          "entryTs": 1763028000,
          "entryUtc": "2025-11-13T10:00:00.000Z",
          "exitTs": 1763045040,
          "dir": -1,
          "entryPrice": 4232.895,
          "exitPrice": 4184.719,
          "stopDistance": 24.088,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 284
        },
        {
          "entryTs": 1763049600,
          "entryUtc": "2025-11-13T16:00:00.000Z",
          "exitTs": 1763058660,
          "dir": 1,
          "entryPrice": 4202.305,
          "exitPrice": 4174.242,
          "stopDistance": 28.063,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 151
        },
        {
          "entryTs": 1763059080,
          "entryUtc": "2025-11-13T18:38:00.000Z",
          "exitTs": 1763086500,
          "dir": 1,
          "entryPrice": 4148.75,
          "exitPrice": 4194.718,
          "stopDistance": 22.984,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 457
        },
        {
          "entryTs": 1763104920,
          "entryUtc": "2025-11-14T07:22:00.000Z",
          "exitTs": 1763121240,
          "dir": 1,
          "entryPrice": 4164.45,
          "exitPrice": 4136.104,
          "stopDistance": 28.345,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 272
        },
        {
          "entryTs": 1763384700,
          "entryUtc": "2025-11-17T13:05:00.000Z",
          "exitTs": 1763408520,
          "dir": -1,
          "entryPrice": 4089.542,
          "exitPrice": 4023.65,
          "stopDistance": 32.946,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 397
        },
        {
          "entryTs": 1763413200,
          "entryUtc": "2025-11-17T21:00:00.000Z",
          "exitTs": 1763439600,
          "dir": 1,
          "entryPrice": 4040.835,
          "exitPrice": 4005.356,
          "stopDistance": 35.478,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 440
        },
        {
          "entryTs": 1763455080,
          "entryUtc": "2025-11-18T08:38:00.000Z",
          "exitTs": 1763474640,
          "dir": -1,
          "entryPrice": 4039.971,
          "exitPrice": 4070.359,
          "stopDistance": 30.387,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 326
        },
        {
          "entryTs": 1763475480,
          "entryUtc": "2025-11-18T14:18:00.000Z",
          "exitTs": 1763546220,
          "dir": -1,
          "entryPrice": 4080.241,
          "exitPrice": 4114.158,
          "stopDistance": 33.916,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 1179
        },
        {
          "entryTs": 1763553600,
          "entryUtc": "2025-11-19T12:00:00.000Z",
          "exitTs": 1763571840,
          "dir": -1,
          "entryPrice": 4112.715,
          "exitPrice": 4062.286,
          "stopDistance": 25.214,
          "outcome": "target",
          "netR": 1.9853,
          "holdMinutes": 304
        },
        {
          "entryTs": 1763578800,
          "entryUtc": "2025-11-19T19:00:00.000Z",
          "exitTs": 1763605020,
          "dir": 1,
          "entryPrice": 4086.775,
          "exitPrice": 4057.115,
          "stopDistance": 29.66,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 437
        },
        {
          "entryTs": 1763605080,
          "entryUtc": "2025-11-20T02:18:00.000Z",
          "exitTs": 1763650200,
          "dir": 1,
          "entryPrice": 4052.573,
          "exitPrice": 4105.752,
          "stopDistance": 26.589,
          "outcome": "target",
          "netR": 1.9861,
          "holdMinutes": 752
        },
        {
          "entryTs": 1763650800,
          "entryUtc": "2025-11-20T15:00:00.000Z",
          "exitTs": 1763708460,
          "dir": -1,
          "entryPrice": 4092.675,
          "exitPrice": 4027.925,
          "stopDistance": 32.375,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 961
        },
        {
          "entryTs": 1763719200,
          "entryUtc": "2025-11-21T10:00:00.000Z",
          "exitTs": 1764009540,
          "dir": 1,
          "entryPrice": 4049.631,
          "exitPrice": 4111.03,
          "stopDistance": 30.7,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 4839
        },
        {
          "entryTs": 1764025200,
          "entryUtc": "2025-11-24T23:00:00.000Z",
          "exitTs": 1764038940,
          "dir": -1,
          "entryPrice": 4131.378,
          "exitPrice": 4155.325,
          "stopDistance": 23.947,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 229
        },
        {
          "entryTs": 1764056220,
          "entryUtc": "2025-11-25T07:37:00.000Z",
          "exitTs": 1764290040,
          "dir": 1,
          "entryPrice": 4132.094,
          "exitPrice": 4178.654,
          "stopDistance": 23.28,
          "outcome": "target",
          "netR": 1.9841,
          "holdMinutes": 3897
        },
        {
          "entryTs": 1764316980,
          "entryUtc": "2025-11-28T08:03:00.000Z",
          "exitTs": 1764339420,
          "dir": 1,
          "entryPrice": 4163.56,
          "exitPrice": 4192.401,
          "stopDistance": 14.42,
          "outcome": "target",
          "netR": 1.9743,
          "holdMinutes": 374
        },
        {
          "entryTs": 1764558000,
          "entryUtc": "2025-12-01T03:00:00.000Z",
          "exitTs": 1764918000,
          "dir": -1,
          "entryPrice": 4242.475,
          "exitPrice": 4226.615,
          "stopDistance": 24.378,
          "outcome": "time",
          "netR": 0.6354,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1764939600,
          "entryUtc": "2025-12-05T13:00:00.000Z",
          "exitTs": 1764946200,
          "dir": -1,
          "entryPrice": 4228.575,
          "exitPrice": 4244.41,
          "stopDistance": 15.835,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 110
        },
        {
          "entryTs": 1764951240,
          "entryUtc": "2025-12-05T16:14:00.000Z",
          "exitTs": 1765206240,
          "dir": 1,
          "entryPrice": 4205.091,
          "exitPrice": 4188.249,
          "stopDistance": 16.841,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 4250
        },
        {
          "entryTs": 1765209600,
          "entryUtc": "2025-12-08T16:00:00.000Z",
          "exitTs": 1765298700,
          "dir": 1,
          "entryPrice": 4182.625,
          "exitPrice": 4220.989,
          "stopDistance": 19.182,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1765304040,
          "entryUtc": "2025-12-09T18:14:00.000Z",
          "exitTs": 1765397040,
          "dir": -1,
          "entryPrice": 4205.737,
          "exitPrice": 4224.724,
          "stopDistance": 18.987,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 1550
        },
        {
          "entryTs": 1765411200,
          "entryUtc": "2025-12-11T00:00:00.000Z",
          "exitTs": 1765467660,
          "dir": -1,
          "entryPrice": 4232.235,
          "exitPrice": 4251.305,
          "stopDistance": 19.07,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 941
        },
        {
          "entryTs": 1765472400,
          "entryUtc": "2025-12-11T17:00:00.000Z",
          "exitTs": 1765528500,
          "dir": -1,
          "entryPrice": 4273.375,
          "exitPrice": 4297.461,
          "stopDistance": 24.086,
          "outcome": "stop",
          "netR": -1.0174,
          "holdMinutes": 935
        },
        {
          "entryTs": 1765530000,
          "entryUtc": "2025-12-12T09:00:00.000Z",
          "exitTs": 1765536240,
          "dir": -1,
          "entryPrice": 4307.998,
          "exitPrice": 4327.437,
          "stopDistance": 19.439,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 104
        },
        {
          "entryTs": 1765565040,
          "entryUtc": "2025-12-12T18:44:00.000Z",
          "exitTs": 1765926000,
          "dir": 1,
          "entryPrice": 4291.624,
          "exitPrice": 4301.048,
          "stopDistance": 30.834,
          "outcome": "time",
          "netR": 0.2936,
          "holdMinutes": 6016
        },
        {
          "entryTs": 1765935300,
          "entryUtc": "2025-12-17T01:35:00.000Z",
          "exitTs": 1765980120,
          "dir": -1,
          "entryPrice": 4321.996,
          "exitPrice": 4345.805,
          "stopDistance": 23.809,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 747
        },
        {
          "entryTs": 1766002500,
          "entryUtc": "2025-12-17T20:15:00.000Z",
          "exitTs": 1766074320,
          "dir": -1,
          "entryPrice": 4340.211,
          "exitPrice": 4362.73,
          "stopDistance": 22.519,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 1197
        },
        {
          "entryTs": 1766077800,
          "entryUtc": "2025-12-18T17:10:00.000Z",
          "exitTs": 1766365200,
          "dir": 1,
          "entryPrice": 4327.081,
          "exitPrice": 4371.29,
          "stopDistance": 22.105,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 4790
        },
        {
          "entryTs": 1766368800,
          "entryUtc": "2025-12-22T02:00:00.000Z",
          "exitTs": 1766380380,
          "dir": -1,
          "entryPrice": 4382.539,
          "exitPrice": 4401.007,
          "stopDistance": 18.468,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 193
        },
        {
          "entryTs": 1766415600,
          "entryUtc": "2025-12-22T15:00:00.000Z",
          "exitTs": 1766419680,
          "dir": -1,
          "entryPrice": 4419.045,
          "exitPrice": 4436.421,
          "stopDistance": 17.376,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 68
        },
        {
          "entryTs": 1766430000,
          "entryUtc": "2025-12-22T19:00:00.000Z",
          "exitTs": 1766445180,
          "dir": -1,
          "entryPrice": 4435.055,
          "exitPrice": 4453.311,
          "stopDistance": 18.256,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 253
        },
        {
          "entryTs": 1766448000,
          "entryUtc": "2025-12-23T00:00:00.000Z",
          "exitTs": 1766451840,
          "dir": -1,
          "entryPrice": 4459.865,
          "exitPrice": 4477.834,
          "stopDistance": 17.969,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 64
        },
        {
          "entryTs": 1766490360,
          "entryUtc": "2025-12-23T11:46:00.000Z",
          "exitTs": 1766500320,
          "dir": -1,
          "entryPrice": 4489.062,
          "exitPrice": 4452.326,
          "stopDistance": 18.368,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 166
        },
        {
          "entryTs": 1766500560,
          "entryUtc": "2025-12-23T14:36:00.000Z",
          "exitTs": 1766502180,
          "dir": 1,
          "entryPrice": 4448.933,
          "exitPrice": 4430.032,
          "stopDistance": 18.9,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 27
        },
        {
          "entryTs": 1766509200,
          "entryUtc": "2025-12-23T17:00:00.000Z",
          "exitTs": 1766539380,
          "dir": 1,
          "entryPrice": 4474.045,
          "exitPrice": 4521.877,
          "stopDistance": 23.916,
          "outcome": "target",
          "netR": 1.9845,
          "holdMinutes": 503
        },
        {
          "entryTs": 1766546340,
          "entryUtc": "2025-12-24T03:19:00.000Z",
          "exitTs": 1766710800,
          "dir": -1,
          "entryPrice": 4492.491,
          "exitPrice": 4519.8,
          "stopDistance": 27.309,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 2741
        },
        {
          "entryTs": 1766739600,
          "entryUtc": "2025-12-26T09:00:00.000Z",
          "exitTs": 1766764560,
          "dir": -1,
          "entryPrice": 4519.34,
          "exitPrice": 4545.345,
          "stopDistance": 26.005,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 416
        },
        {
          "entryTs": 1766977200,
          "entryUtc": "2025-12-29T03:00:00.000Z",
          "exitTs": 1766990760,
          "dir": 1,
          "entryPrice": 4512.025,
          "exitPrice": 4481.589,
          "stopDistance": 30.436,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 226
        },
        {
          "entryTs": 1766991600,
          "entryUtc": "2025-12-29T07:00:00.000Z",
          "exitTs": 1767008400,
          "dir": 1,
          "entryPrice": 4474.648,
          "exitPrice": 4444.303,
          "stopDistance": 30.345,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 280
        },
        {
          "entryTs": 1767096000,
          "entryUtc": "2025-12-30T12:00:00.000Z",
          "exitTs": 1767159600,
          "dir": -1,
          "entryPrice": 4383.965,
          "exitPrice": 4320.134,
          "stopDistance": 31.916,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 1060
        },
        {
          "entryTs": 1767189300,
          "entryUtc": "2025-12-31T13:55:00.000Z",
          "exitTs": 1767340800,
          "dir": -1,
          "entryPrice": 4343.67,
          "exitPrice": 4383.487,
          "stopDistance": 39.817,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 2525
        },
        {
          "entryTs": 1767373200,
          "entryUtc": "2026-01-02T17:00:00.000Z",
          "exitTs": 1767572400,
          "dir": 1,
          "entryPrice": 4326.305,
          "exitPrice": 4383.65,
          "stopDistance": 28.672,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1767632400,
          "entryUtc": "2026-01-05T17:00:00.000Z",
          "exitTs": 1767675840,
          "dir": -1,
          "entryPrice": 4441.815,
          "exitPrice": 4469.006,
          "stopDistance": 27.191,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 724
        },
        {
          "entryTs": 1767706260,
          "entryUtc": "2026-01-06T13:31:00.000Z",
          "exitTs": 1767791340,
          "dir": 1,
          "entryPrice": 4456.953,
          "exitPrice": 4432.241,
          "stopDistance": 24.712,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 1418
        },
        {
          "entryTs": 1767816900,
          "entryUtc": "2026-01-07T20:15:00.000Z",
          "exitTs": 1767965520,
          "dir": -1,
          "entryPrice": 4459.452,
          "exitPrice": 4485.805,
          "stopDistance": 26.354,
          "outcome": "stop",
          "netR": -1.0159,
          "holdMinutes": 2477
        },
        {
          "entryTs": 1767978000,
          "entryUtc": "2026-01-09T17:00:00.000Z",
          "exitTs": 1768173240,
          "dir": -1,
          "entryPrice": 4506.315,
          "exitPrice": 4529.425,
          "stopDistance": 23.11,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 3254
        },
        {
          "entryTs": 1768233600,
          "entryUtc": "2026-01-12T16:00:00.000Z",
          "exitTs": 1768577400,
          "dir": -1,
          "entryPrice": 4620.765,
          "exitPrice": 4562.774,
          "stopDistance": 28.996,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 5730
        },
        {
          "entryTs": 1768822860,
          "entryUtc": "2026-01-19T11:41:00.000Z",
          "exitTs": 1768889220,
          "dir": 1,
          "entryPrice": 4660.518,
          "exitPrice": 4716.74,
          "stopDistance": 28.111,
          "outcome": "target",
          "netR": 1.9868,
          "holdMinutes": 1106
        },
        {
          "entryTs": 1768928400,
          "entryUtc": "2026-01-20T17:00:00.000Z",
          "exitTs": 1768952760,
          "dir": -1,
          "entryPrice": 4753.245,
          "exitPrice": 4778.272,
          "stopDistance": 25.027,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 406
        },
        {
          "entryTs": 1768957200,
          "entryUtc": "2026-01-21T01:00:00.000Z",
          "exitTs": 1768958040,
          "dir": -1,
          "entryPrice": 4784.305,
          "exitPrice": 4808.307,
          "stopDistance": 24.002,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 14
        },
        {
          "entryTs": 1769002440,
          "entryUtc": "2026-01-21T13:34:00.000Z",
          "exitTs": 1769016720,
          "dir": -1,
          "entryPrice": 4871.644,
          "exitPrice": 4807.991,
          "stopDistance": 31.826,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 238
        },
        {
          "entryTs": 1769018400,
          "entryUtc": "2026-01-21T18:00:00.000Z",
          "exitTs": 1769024100,
          "dir": 1,
          "entryPrice": 4826.155,
          "exitPrice": 4787.492,
          "stopDistance": 38.663,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 95
        },
        {
          "entryTs": 1769065320,
          "entryUtc": "2026-01-22T07:02:00.000Z",
          "exitTs": 1769098200,
          "dir": -1,
          "entryPrice": 4829.776,
          "exitPrice": 4874.264,
          "stopDistance": 44.488,
          "outcome": "stop",
          "netR": -1.0094,
          "holdMinutes": 548
        },
        {
          "entryTs": 1769101200,
          "entryUtc": "2026-01-22T17:00:00.000Z",
          "exitTs": 1769107080,
          "dir": -1,
          "entryPrice": 4877.875,
          "exitPrice": 4915.332,
          "stopDistance": 37.457,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 98
        },
        {
          "entryTs": 1769173620,
          "entryUtc": "2026-01-23T13:07:00.000Z",
          "exitTs": 1769185200,
          "dir": -1,
          "entryPrice": 4947.266,
          "exitPrice": 4980.938,
          "stopDistance": 33.672,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 193
        },
        {
          "entryTs": 1769382000,
          "entryUtc": "2026-01-25T23:00:00.000Z",
          "exitTs": 1769385120,
          "dir": -1,
          "entryPrice": 5003.285,
          "exitPrice": 5036.629,
          "stopDistance": 33.344,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 52
        },
        {
          "entryTs": 1769418000,
          "entryUtc": "2026-01-26T09:00:00.000Z",
          "exitTs": 1769463360,
          "dir": -1,
          "entryPrice": 5082.965,
          "exitPrice": 5004.993,
          "stopDistance": 38.986,
          "outcome": "target",
          "netR": 1.9905,
          "holdMinutes": 756
        },
        {
          "entryTs": 1769481000,
          "entryUtc": "2026-01-27T02:30:00.000Z",
          "exitTs": 1769544540,
          "dir": -1,
          "entryPrice": 5071.028,
          "exitPrice": 5125.8,
          "stopDistance": 54.772,
          "outcome": "stop",
          "netR": -1.0077,
          "holdMinutes": 1059
        },
        {
          "entryTs": 1769554800,
          "entryUtc": "2026-01-27T23:00:00.000Z",
          "exitTs": 1769564820,
          "dir": -1,
          "entryPrice": 5178.725,
          "exitPrice": 5223.434,
          "stopDistance": 44.708,
          "outcome": "stop",
          "netR": -1.0094,
          "holdMinutes": 167
        },
        {
          "entryTs": 1769572800,
          "entryUtc": "2026-01-28T04:00:00.000Z",
          "exitTs": 1769584740,
          "dir": -1,
          "entryPrice": 5234.845,
          "exitPrice": 5280.693,
          "stopDistance": 45.848,
          "outcome": "stop",
          "netR": -1.0092,
          "holdMinutes": 199
        },
        {
          "entryTs": 1769612400,
          "entryUtc": "2026-01-28T15:00:00.000Z",
          "exitTs": 1769630400,
          "dir": -1,
          "entryPrice": 5289.74,
          "exitPrice": 5334.083,
          "stopDistance": 44.344,
          "outcome": "stop",
          "netR": -1.0095,
          "holdMinutes": 300
        },
        {
          "entryTs": 1769641200,
          "entryUtc": "2026-01-28T23:00:00.000Z",
          "exitTs": 1769642040,
          "dir": -1,
          "entryPrice": 5417.098,
          "exitPrice": 5473.863,
          "stopDistance": 56.765,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 14
        },
        {
          "entryTs": 1769699700,
          "entryUtc": "2026-01-29T15:15:00.000Z",
          "exitTs": 1769699820,
          "dir": 1,
          "entryPrice": 5365.17,
          "exitPrice": 5284.893,
          "stopDistance": 80.277,
          "outcome": "stop",
          "netR": -1.0052,
          "holdMinutes": 2
        },
        {
          "entryTs": 1769700420,
          "entryUtc": "2026-01-29T15:27:00.000Z",
          "exitTs": 1769700420,
          "dir": 1,
          "entryPrice": 5202.584,
          "exitPrice": 5159.749,
          "stopDistance": 42.835,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 0
        },
        {
          "entryTs": 1769709600,
          "entryUtc": "2026-01-29T18:00:00.000Z",
          "exitTs": 1769739240,
          "dir": 1,
          "entryPrice": 5334.475,
          "exitPrice": 5213.42,
          "stopDistance": 121.055,
          "outcome": "stop",
          "netR": -1.0035,
          "holdMinutes": 494
        },
        {
          "entryTs": 1769745600,
          "entryUtc": "2026-01-30T04:00:00.000Z",
          "exitTs": 1769762100,
          "dir": 1,
          "entryPrice": 5195.335,
          "exitPrice": 5063.446,
          "stopDistance": 131.889,
          "outcome": "stop",
          "netR": -1.0032,
          "holdMinutes": 275
        },
        {
          "entryTs": 1769763600,
          "entryUtc": "2026-01-30T09:00:00.000Z",
          "exitTs": 1769766240,
          "dir": 1,
          "entryPrice": 5116.535,
          "exitPrice": 4991.073,
          "stopDistance": 125.463,
          "outcome": "stop",
          "netR": -1.0033,
          "holdMinutes": 44
        },
        {
          "entryTs": 1769790060,
          "entryUtc": "2026-01-30T16:21:00.000Z",
          "exitTs": 1769794980,
          "dir": 1,
          "entryPrice": 5001.237,
          "exitPrice": 4862.17,
          "stopDistance": 139.067,
          "outcome": "stop",
          "netR": -1.003,
          "holdMinutes": 82
        },
        {
          "entryTs": 1770074580,
          "entryUtc": "2026-02-02T23:23:00.000Z",
          "exitTs": 1770103860,
          "dir": -1,
          "entryPrice": 4748.243,
          "exitPrice": 4907.333,
          "stopDistance": 159.09,
          "outcome": "stop",
          "netR": -1.0026,
          "holdMinutes": 488
        },
        {
          "entryTs": 1770104160,
          "entryUtc": "2026-02-03T07:36:00.000Z",
          "exitTs": 1770591600,
          "dir": -1,
          "entryPrice": 4925.845,
          "exitPrice": 4983.898,
          "stopDistance": 186.469,
          "outcome": "time",
          "netR": -0.3133,
          "holdMinutes": 8124
        },
        {
          "entryTs": 1770598800,
          "entryUtc": "2026-02-09T01:00:00.000Z",
          "exitTs": 1770669180,
          "dir": -1,
          "entryPrice": 5020.135,
          "exitPrice": 5085.168,
          "stopDistance": 65.033,
          "outcome": "stop",
          "netR": -1.0065,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1770678600,
          "entryUtc": "2026-02-09T23:10:00.000Z",
          "exitTs": 1770810300,
          "dir": 1,
          "entryPrice": 5011.144,
          "exitPrice": 5110.635,
          "stopDistance": 49.745,
          "outcome": "target",
          "netR": 1.9926,
          "holdMinutes": 2195
        },
        {
          "entryTs": 1770811200,
          "entryUtc": "2026-02-11T12:00:00.000Z",
          "exitTs": 1770816600,
          "dir": -1,
          "entryPrice": 5112.065,
          "exitPrice": 5035.798,
          "stopDistance": 38.133,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 90
        },
        {
          "entryTs": 1770825600,
          "entryUtc": "2026-02-11T16:00:00.000Z",
          "exitTs": 1770912720,
          "dir": 1,
          "entryPrice": 5059.515,
          "exitPrice": 5009.302,
          "stopDistance": 50.213,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 1452
        },
        {
          "entryTs": 1770915600,
          "entryUtc": "2026-02-12T17:00:00.000Z",
          "exitTs": 1770937260,
          "dir": 1,
          "entryPrice": 4954.295,
          "exitPrice": 4898.409,
          "stopDistance": 55.885,
          "outcome": "stop",
          "netR": -1.0075,
          "holdMinutes": 361
        },
        {
          "entryTs": 1770973200,
          "entryUtc": "2026-02-13T09:00:00.000Z",
          "exitTs": 1771000080,
          "dir": -1,
          "entryPrice": 4982.389,
          "exitPrice": 5031.635,
          "stopDistance": 49.246,
          "outcome": "stop",
          "netR": -1.0085,
          "holdMinutes": 448
        },
        {
          "entryTs": 1771213740,
          "entryUtc": "2026-02-16T03:49:00.000Z",
          "exitTs": 1771305300,
          "dir": 1,
          "entryPrice": 4968.359,
          "exitPrice": 4922.062,
          "stopDistance": 46.297,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 1526
        },
        {
          "entryTs": 1771344000,
          "entryUtc": "2026-02-17T16:00:00.000Z",
          "exitTs": 1771425120,
          "dir": 1,
          "entryPrice": 4878.165,
          "exitPrice": 4969.485,
          "stopDistance": 45.66,
          "outcome": "target",
          "netR": 1.9919,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1771426800,
          "entryUtc": "2026-02-18T15:00:00.000Z",
          "exitTs": 1771568700,
          "dir": -1,
          "entryPrice": 4991.535,
          "exitPrice": 5026.282,
          "stopDistance": 34.747,
          "outcome": "stop",
          "netR": -1.0121,
          "holdMinutes": 2365
        },
        {
          "entryTs": 1771570800,
          "entryUtc": "2026-02-20T07:00:00.000Z",
          "exitTs": 1771595760,
          "dir": -1,
          "entryPrice": 5020.365,
          "exitPrice": 5048.072,
          "stopDistance": 27.707,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 416
        },
        {
          "entryTs": 1771599780,
          "entryUtc": "2026-02-20T15:03:00.000Z",
          "exitTs": 1771607580,
          "dir": 1,
          "entryPrice": 5015.775,
          "exitPrice": 5072.895,
          "stopDistance": 28.56,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 130
        },
        {
          "entryTs": 1771614000,
          "entryUtc": "2026-02-20T19:00:00.000Z",
          "exitTs": 1771624560,
          "dir": -1,
          "entryPrice": 5071.105,
          "exitPrice": 5107.208,
          "stopDistance": 36.103,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 176
        },
        {
          "entryTs": 1771850460,
          "entryUtc": "2026-02-23T12:41:00.000Z",
          "exitTs": 1771857900,
          "dir": -1,
          "entryPrice": 5160.288,
          "exitPrice": 5193.604,
          "stopDistance": 33.317,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 124
        },
        {
          "entryTs": 1771869600,
          "entryUtc": "2026-02-23T18:00:00.000Z",
          "exitTs": 1771887840,
          "dir": -1,
          "entryPrice": 5207.748,
          "exitPrice": 5246.371,
          "stopDistance": 38.623,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 304
        },
        {
          "entryTs": 1771895700,
          "entryUtc": "2026-02-24T01:15:00.000Z",
          "exitTs": 1771940940,
          "dir": 1,
          "entryPrice": 5164.129,
          "exitPrice": 5128.124,
          "stopDistance": 36.005,
          "outcome": "stop",
          "netR": -1.0117,
          "holdMinutes": 754
        },
        {
          "entryTs": 1771988400,
          "entryUtc": "2026-02-25T03:00:00.000Z",
          "exitTs": 1772198100,
          "dir": -1,
          "entryPrice": 5180.365,
          "exitPrice": 5219.67,
          "stopDistance": 39.305,
          "outcome": "stop",
          "netR": -1.0107,
          "holdMinutes": 3495
        },
        {
          "entryTs": 1772200800,
          "entryUtc": "2026-02-27T14:00:00.000Z",
          "exitTs": 1772208780,
          "dir": -1,
          "entryPrice": 5222.575,
          "exitPrice": 5252.281,
          "stopDistance": 29.706,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 133
        },
        {
          "entryTs": 1772442000,
          "entryUtc": "2026-03-02T09:00:00.000Z",
          "exitTs": 1772461560,
          "dir": -1,
          "entryPrice": 5393.835,
          "exitPrice": 5306.734,
          "stopDistance": 43.55,
          "outcome": "target",
          "netR": 1.9915,
          "holdMinutes": 326
        },
        {
          "entryTs": 1772470800,
          "entryUtc": "2026-03-02T17:00:00.000Z",
          "exitTs": 1772530020,
          "dir": 1,
          "entryPrice": 5289.725,
          "exitPrice": 5238.317,
          "stopDistance": 51.408,
          "outcome": "stop",
          "netR": -1.0082,
          "holdMinutes": 987
        },
        {
          "entryTs": 1772539200,
          "entryUtc": "2026-03-03T12:00:00.000Z",
          "exitTs": 1772549040,
          "dir": 1,
          "entryPrice": 5144.485,
          "exitPrice": 5072.31,
          "stopDistance": 72.175,
          "outcome": "stop",
          "netR": -1.0058,
          "holdMinutes": 164
        },
        {
          "entryTs": 1772589600,
          "entryUtc": "2026-03-04T02:00:00.000Z",
          "exitTs": 1773007200,
          "dir": -1,
          "entryPrice": 5174.755,
          "exitPrice": 5190.748,
          "stopDistance": 80.639,
          "outcome": "time",
          "netR": -0.2029,
          "holdMinutes": 6960
        },
        {
          "entryTs": 1773021600,
          "entryUtc": "2026-03-09T02:00:00.000Z",
          "exitTs": 1773132000,
          "dir": 1,
          "entryPrice": 5069.915,
          "exitPrice": 5191.943,
          "stopDistance": 61.014,
          "outcome": "target",
          "netR": 1.9939,
          "holdMinutes": 1840
        },
        {
          "entryTs": 1773140400,
          "entryUtc": "2026-03-10T11:00:00.000Z",
          "exitTs": 1773148860,
          "dir": -1,
          "entryPrice": 5178.221,
          "exitPrice": 5215.704,
          "stopDistance": 37.484,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 141
        },
        {
          "entryTs": 1773151200,
          "entryUtc": "2026-03-10T14:00:00.000Z",
          "exitTs": 1773273660,
          "dir": -1,
          "entryPrice": 5204.795,
          "exitPrice": 5126.491,
          "stopDistance": 39.152,
          "outcome": "target",
          "netR": 1.9905,
          "holdMinutes": 2041
        },
        {
          "entryTs": 1773277200,
          "entryUtc": "2026-03-12T01:00:00.000Z",
          "exitTs": 1773328260,
          "dir": 1,
          "entryPrice": 5152.745,
          "exitPrice": 5117.269,
          "stopDistance": 35.476,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 851
        },
        {
          "entryTs": 1773334800,
          "entryUtc": "2026-03-12T17:00:00.000Z",
          "exitTs": 1773342120,
          "dir": 1,
          "entryPrice": 5122.905,
          "exitPrice": 5089.325,
          "stopDistance": 33.58,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 122
        },
        {
          "entryTs": 1773386340,
          "entryUtc": "2026-03-13T07:19:00.000Z",
          "exitTs": 1773413700,
          "dir": 1,
          "entryPrice": 5076.457,
          "exitPrice": 5046.66,
          "stopDistance": 29.797,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 456
        },
        {
          "entryTs": 1773417600,
          "entryUtc": "2026-03-13T16:00:00.000Z",
          "exitTs": 1773616800,
          "dir": 1,
          "entryPrice": 5033.945,
          "exitPrice": 4996.18,
          "stopDistance": 37.765,
          "outcome": "stop",
          "netR": -1.0111,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1773650340,
          "entryUtc": "2026-03-16T08:39:00.000Z",
          "exitTs": 1773834000,
          "dir": 1,
          "entryPrice": 4985.837,
          "exitPrice": 4943.289,
          "stopDistance": 42.548,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 3061
        },
        {
          "entryTs": 1773874800,
          "entryUtc": "2026-03-18T23:00:00.000Z",
          "exitTs": 1773902460,
          "dir": 1,
          "entryPrice": 4833.845,
          "exitPrice": 4791.055,
          "stopDistance": 42.791,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 461
        },
        {
          "entryTs": 1773975600,
          "entryUtc": "2026-03-20T03:00:00.000Z",
          "exitTs": 1774016280,
          "dir": -1,
          "entryPrice": 4698.265,
          "exitPrice": 4569.557,
          "stopDistance": 64.354,
          "outcome": "target",
          "netR": 1.9943,
          "holdMinutes": 678
        },
        {
          "entryTs": 1774016880,
          "entryUtc": "2026-03-20T14:28:00.000Z",
          "exitTs": 1774032900,
          "dir": 1,
          "entryPrice": 4553.661,
          "exitPrice": 4488.187,
          "stopDistance": 65.475,
          "outcome": "stop",
          "netR": -1.0064,
          "holdMinutes": 267
        },
        {
          "entryTs": 1774231200,
          "entryUtc": "2026-03-23T02:00:00.000Z",
          "exitTs": 1774245720,
          "dir": 1,
          "entryPrice": 4388.025,
          "exitPrice": 4294.771,
          "stopDistance": 93.254,
          "outcome": "stop",
          "netR": -1.0045,
          "holdMinutes": 242
        },
        {
          "entryTs": 1774264020,
          "entryUtc": "2026-03-23T11:07:00.000Z",
          "exitTs": 1774275960,
          "dir": -1,
          "entryPrice": 4406.741,
          "exitPrice": 4511.692,
          "stopDistance": 104.952,
          "outcome": "stop",
          "netR": -1.004,
          "holdMinutes": 199
        },
        {
          "entryTs": 1774312020,
          "entryUtc": "2026-03-24T00:27:00.000Z",
          "exitTs": 1774821600,
          "dir": 1,
          "entryPrice": 4385.047,
          "exitPrice": 4485.495,
          "stopDistance": 112.983,
          "outcome": "time",
          "netR": 0.8858,
          "holdMinutes": 8493
        },
        {
          "entryTs": 1774848060,
          "entryUtc": "2026-03-30T05:21:00.000Z",
          "exitTs": 1774871220,
          "dir": -1,
          "entryPrice": 4514.461,
          "exitPrice": 4571.84,
          "stopDistance": 57.379,
          "outcome": "stop",
          "netR": -1.0073,
          "holdMinutes": 386
        },
        {
          "entryTs": 1774919880,
          "entryUtc": "2026-03-31T01:18:00.000Z",
          "exitTs": 1774921260,
          "dir": -1,
          "entryPrice": 4554.629,
          "exitPrice": 4599.431,
          "stopDistance": 44.803,
          "outcome": "stop",
          "netR": -1.0094,
          "holdMinutes": 23
        },
        {
          "entryTs": 1774929600,
          "entryUtc": "2026-03-31T04:00:00.000Z",
          "exitTs": 1774965600,
          "dir": -1,
          "entryPrice": 4556.915,
          "exitPrice": 4610.973,
          "stopDistance": 54.057,
          "outcome": "stop",
          "netR": -1.0078,
          "holdMinutes": 600
        },
        {
          "entryTs": 1775030400,
          "entryUtc": "2026-04-01T08:00:00.000Z",
          "exitTs": 1775043720,
          "dir": -1,
          "entryPrice": 4712.725,
          "exitPrice": 4758.982,
          "stopDistance": 46.257,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 222
        },
        {
          "entryTs": 1775062800,
          "entryUtc": "2026-04-01T17:00:00.000Z",
          "exitTs": 1775093100,
          "dir": -1,
          "entryPrice": 4786.855,
          "exitPrice": 4697.211,
          "stopDistance": 44.822,
          "outcome": "target",
          "netR": 1.9917,
          "holdMinutes": 505
        },
        {
          "entryTs": 1775093160,
          "entryUtc": "2026-04-02T01:26:00.000Z",
          "exitTs": 1775107980,
          "dir": 1,
          "entryPrice": 4690.488,
          "exitPrice": 4646.455,
          "stopDistance": 44.034,
          "outcome": "stop",
          "netR": -1.0095,
          "holdMinutes": 247
        },
        {
          "entryTs": 1775109000,
          "entryUtc": "2026-04-02T05:50:00.000Z",
          "exitTs": 1775139840,
          "dir": 1,
          "entryPrice": 4586.608,
          "exitPrice": 4672.786,
          "stopDistance": 43.089,
          "outcome": "target",
          "netR": 1.9914,
          "holdMinutes": 514
        },
        {
          "entryTs": 1775433600,
          "entryUtc": "2026-04-06T00:00:00.000Z",
          "exitTs": 1775599200,
          "dir": 1,
          "entryPrice": 4610.078,
          "exitPrice": 4725.618,
          "stopDistance": 57.77,
          "outcome": "target",
          "netR": 1.9936,
          "holdMinutes": 2760
        },
        {
          "entryTs": 1775627460,
          "entryUtc": "2026-04-08T05:51:00.000Z",
          "exitTs": 1775660160,
          "dir": -1,
          "entryPrice": 4836.633,
          "exitPrice": 4737.01,
          "stopDistance": 49.811,
          "outcome": "target",
          "netR": 1.9926,
          "holdMinutes": 545
        },
        {
          "entryTs": 1775664000,
          "entryUtc": "2026-04-08T16:00:00.000Z",
          "exitTs": 1775674260,
          "dir": 1,
          "entryPrice": 4756.175,
          "exitPrice": 4706.129,
          "stopDistance": 50.046,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 171
        },
        {
          "entryTs": 1775704560,
          "entryUtc": "2026-04-09T03:16:00.000Z",
          "exitTs": 1775750520,
          "dir": 1,
          "entryPrice": 4709.055,
          "exitPrice": 4797.957,
          "stopDistance": 44.451,
          "outcome": "target",
          "netR": 1.9917,
          "holdMinutes": 766
        },
        {
          "entryTs": 1775800800,
          "entryUtc": "2026-04-10T06:00:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4765.505,
          "exitPrice": 4705.077,
          "stopDistance": 30.214,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 3840
        },
        {
          "entryTs": 1776034800,
          "entryUtc": "2026-04-12T23:00:00.000Z",
          "exitTs": 1776063780,
          "dir": 1,
          "entryPrice": 4658.398,
          "exitPrice": 4737.26,
          "stopDistance": 39.431,
          "outcome": "target",
          "netR": 1.9906,
          "holdMinutes": 483
        },
        {
          "entryTs": 1776067200,
          "entryUtc": "2026-04-13T08:00:00.000Z",
          "exitTs": 1776126660,
          "dir": -1,
          "entryPrice": 4733.465,
          "exitPrice": 4767.644,
          "stopDistance": 34.179,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 991
        },
        {
          "entryTs": 1776157200,
          "entryUtc": "2026-04-14T09:00:00.000Z",
          "exitTs": 1776177180,
          "dir": -1,
          "entryPrice": 4786.715,
          "exitPrice": 4815.464,
          "stopDistance": 28.749,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 333
        },
        {
          "entryTs": 1776246420,
          "entryUtc": "2026-04-15T09:47:00.000Z",
          "exitTs": 1776430380,
          "dir": 1,
          "entryPrice": 4786.65,
          "exitPrice": 4844.724,
          "stopDistance": 29.037,
          "outcome": "target",
          "netR": 1.9873,
          "holdMinutes": 3066
        },
        {
          "entryTs": 1776683520,
          "entryUtc": "2026-04-20T11:12:00.000Z",
          "exitTs": 1776782400,
          "dir": 1,
          "entryPrice": 4787.05,
          "exitPrice": 4757.283,
          "stopDistance": 29.767,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 1648
        },
        {
          "entryTs": 1776783600,
          "entryUtc": "2026-04-21T15:00:00.000Z",
          "exitTs": 1776791100,
          "dir": 1,
          "entryPrice": 4739.095,
          "exitPrice": 4707.303,
          "stopDistance": 31.792,
          "outcome": "stop",
          "netR": -1.0132,
          "holdMinutes": 125
        },
        {
          "entryTs": 1776827280,
          "entryUtc": "2026-04-22T03:08:00.000Z",
          "exitTs": 1776966120,
          "dir": -1,
          "entryPrice": 4759.685,
          "exitPrice": 4682.841,
          "stopDistance": 38.422,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 2314
        },
        {
          "entryTs": 1777006800,
          "entryUtc": "2026-04-24T05:00:00.000Z",
          "exitTs": 1777039920,
          "dir": 1,
          "entryPrice": 4674.275,
          "exitPrice": 4734.332,
          "stopDistance": 30.029,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 552
        },
        {
          "entryTs": 1777262400,
          "entryUtc": "2026-04-27T04:00:00.000Z",
          "exitTs": 1777341660,
          "dir": -1,
          "entryPrice": 4723.945,
          "exitPrice": 4666.215,
          "stopDistance": 28.865,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 1321
        },
        {
          "entryTs": 1777348800,
          "entryUtc": "2026-04-28T04:00:00.000Z",
          "exitTs": 1777352760,
          "dir": 1,
          "entryPrice": 4670.715,
          "exitPrice": 4651.21,
          "stopDistance": 19.505,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 66
        },
        {
          "entryTs": 1777438800,
          "entryUtc": "2026-04-29T05:00:00.000Z",
          "exitTs": 1777456200,
          "dir": -1,
          "entryPrice": 4604.635,
          "exitPrice": 4556.084,
          "stopDistance": 24.275,
          "outcome": "target",
          "netR": 1.9848,
          "holdMinutes": 290
        },
        {
          "entryTs": 1777503600,
          "entryUtc": "2026-04-29T23:00:00.000Z",
          "exitTs": 1777514040,
          "dir": -1,
          "entryPrice": 4551.495,
          "exitPrice": 4581.178,
          "stopDistance": 29.683,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 174
        },
        {
          "entryTs": 1777532280,
          "entryUtc": "2026-04-30T06:58:00.000Z",
          "exitTs": 1777536240,
          "dir": -1,
          "entryPrice": 4591.073,
          "exitPrice": 4618.637,
          "stopDistance": 27.564,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 66
        }
      ],
      "significance": {
        "tStat": -0.565,
        "pValueOneSided": 0.71396,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "smc-bos-continuation-m15",
      "name": "Break of structure continuation",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "BOS-then-pullback is the standard \"trend continuation\" SMC teaching.",
      "rule": "When an M15 candle closes beyond a confirmed swing, place a limit order at the 50% retracement of the breakout leg and trade in the breakout direction.",
      "rawSignals": 8264,
      "full": {
        "trades": 4630,
        "winRate": {
          "successes": 1559,
          "total": 4630,
          "ratePct": 33.7,
          "ci95Pct": [
            32.3,
            35
          ]
        },
        "expectancyR": -0.1225,
        "totalR": -567.15,
        "profitFactor": 0.834,
        "avgWinR": 1.827,
        "avgLossR": -1.112,
        "maxDrawdownPct": 99.81,
        "finalEquity": 21.79,
        "returnPct": -99.78,
        "tStat": -5.94,
        "sdR": 1.403,
        "ambiguousTrades": 14,
        "timeExits": 113,
        "stopExits": 3026,
        "targetExits": 1477,
        "optimisticExpectancyR": -0.1134,
        "medianHoldMinutes": 91,
        "medianCostShareOfR": 0.1085,
        "longTrades": 2353,
        "longExpectancyR": -0.1182,
        "shortTrades": 2277,
        "shortExpectancyR": -0.1269,
        "maxConsecutiveLosses": 20,
        "skippedInPosition": 3632,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 3537,
        "winRate": {
          "successes": 1187,
          "total": 3537,
          "ratePct": 33.6,
          "ci95Pct": [
            32,
            35.1
          ]
        },
        "expectancyR": -0.1448,
        "totalR": -512.24,
        "profitFactor": 0.807,
        "avgWinR": 1.809,
        "avgLossR": -1.132,
        "maxDrawdownPct": 99.6,
        "finalEquity": 42.01,
        "returnPct": -99.58,
        "tStat": -6.141,
        "sdR": 1.402,
        "ambiguousTrades": 14,
        "timeExits": 86,
        "stopExits": 2313,
        "targetExits": 1124,
        "optimisticExpectancyR": -0.1329,
        "medianHoldMinutes": 87,
        "medianCostShareOfR": 0.1269,
        "longTrades": 1813,
        "longExpectancyR": -0.1431,
        "shortTrades": 1724,
        "shortExpectancyR": -0.1466,
        "maxConsecutiveLosses": 18,
        "skippedInPosition": 2719,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 1093,
        "winRate": {
          "successes": 372,
          "total": 1093,
          "ratePct": 34,
          "ci95Pct": [
            31.3,
            36.9
          ]
        },
        "expectancyR": -0.0502,
        "totalR": -54.92,
        "profitFactor": 0.927,
        "avgWinR": 1.885,
        "avgLossR": -1.049,
        "maxDrawdownPct": 54.22,
        "finalEquity": 5187.44,
        "returnPct": -48.13,
        "tStat": -1.183,
        "sdR": 1.404,
        "ambiguousTrades": 0,
        "timeExits": 27,
        "stopExits": 713,
        "targetExits": 353,
        "optimisticExpectancyR": -0.0502,
        "medianHoldMinutes": 107,
        "medianCostShareOfR": 0.0445,
        "longTrades": 540,
        "longExpectancyR": -0.0347,
        "shortTrades": 553,
        "shortExpectancyR": -0.0654,
        "maxConsecutiveLosses": 20,
        "skippedInPosition": 913,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 6969,
          "winRatePct": 50.6,
          "expectancyR": -0.1619,
          "profitFactor": 0.723,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 6065,
          "winRatePct": 33.9,
          "expectancyR": -0.1655,
          "profitFactor": 0.788,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 5385,
          "winRatePct": 25.7,
          "expectancyR": -0.171,
          "profitFactor": 0.805,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 5922,
          "winRatePct": 49.2,
          "expectancyR": -0.1306,
          "profitFactor": 0.769,
          "returnPct": -99.97
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 4630,
          "winRatePct": 33.7,
          "expectancyR": -0.1225,
          "profitFactor": 0.834,
          "returnPct": -99.78
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 3907,
          "winRatePct": 26.6,
          "expectancyR": -0.1109,
          "profitFactor": 0.864,
          "returnPct": -99.25
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 3984,
          "winRatePct": 49.8,
          "expectancyR": -0.0688,
          "profitFactor": 0.869,
          "returnPct": -94.7
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 2866,
          "winRatePct": 35.5,
          "expectancyR": -0.0709,
          "profitFactor": 0.894,
          "returnPct": -89.91
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 2483,
          "winRatePct": 30,
          "expectancyR": -0.0882,
          "profitFactor": 0.878,
          "returnPct": -91.73
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 4630,
          "expectancyR": -0.0802,
          "profitFactor": 0.887,
          "returnPct": -98.45
        },
        {
          "spreadUsd": 0.3,
          "trades": 4630,
          "expectancyR": -0.1225,
          "profitFactor": 0.834,
          "returnPct": -99.78
        },
        {
          "spreadUsd": 0.6,
          "trades": 4630,
          "expectancyR": -0.207,
          "profitFactor": 0.739,
          "returnPct": -100
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -2.94
        },
        {
          "month": "2021-02",
          "totalR": -24.74
        },
        {
          "month": "2021-03",
          "totalR": -2.79
        },
        {
          "month": "2021-04",
          "totalR": -18.64
        },
        {
          "month": "2021-05",
          "totalR": -0.77
        },
        {
          "month": "2021-06",
          "totalR": -23.04
        },
        {
          "month": "2021-07",
          "totalR": -39.12
        },
        {
          "month": "2021-08",
          "totalR": 11.56
        },
        {
          "month": "2021-09",
          "totalR": -0.44
        },
        {
          "month": "2021-10",
          "totalR": -24.97
        },
        {
          "month": "2021-11",
          "totalR": -6.73
        },
        {
          "month": "2021-12",
          "totalR": -20.9
        },
        {
          "month": "2022-01",
          "totalR": -12.43
        },
        {
          "month": "2022-02",
          "totalR": -1.87
        },
        {
          "month": "2022-03",
          "totalR": -10.54
        },
        {
          "month": "2022-04",
          "totalR": -19.96
        },
        {
          "month": "2022-05",
          "totalR": 9.49
        },
        {
          "month": "2022-06",
          "totalR": -12.17
        },
        {
          "month": "2022-07",
          "totalR": -0.32
        },
        {
          "month": "2022-08",
          "totalR": -13.52
        },
        {
          "month": "2022-09",
          "totalR": -8.32
        },
        {
          "month": "2022-10",
          "totalR": 0.61
        },
        {
          "month": "2022-11",
          "totalR": -11.79
        },
        {
          "month": "2022-12",
          "totalR": 4.54
        },
        {
          "month": "2023-01",
          "totalR": -4.55
        },
        {
          "month": "2023-02",
          "totalR": 0.92
        },
        {
          "month": "2023-03",
          "totalR": -6.37
        },
        {
          "month": "2023-04",
          "totalR": -21.35
        },
        {
          "month": "2023-05",
          "totalR": -4.09
        },
        {
          "month": "2023-06",
          "totalR": -27.23
        },
        {
          "month": "2023-07",
          "totalR": -8.69
        },
        {
          "month": "2023-08",
          "totalR": -21.92
        },
        {
          "month": "2023-09",
          "totalR": -25.72
        },
        {
          "month": "2023-10",
          "totalR": -24.88
        },
        {
          "month": "2023-11",
          "totalR": 3.02
        },
        {
          "month": "2023-12",
          "totalR": -23.15
        },
        {
          "month": "2024-01",
          "totalR": -14
        },
        {
          "month": "2024-02",
          "totalR": 4.28
        },
        {
          "month": "2024-03",
          "totalR": -33.66
        },
        {
          "month": "2024-04",
          "totalR": 4.81
        },
        {
          "month": "2024-05",
          "totalR": -3.78
        },
        {
          "month": "2024-06",
          "totalR": -1.57
        },
        {
          "month": "2024-07",
          "totalR": -2.41
        },
        {
          "month": "2024-08",
          "totalR": -16.92
        },
        {
          "month": "2024-09",
          "totalR": -15.46
        },
        {
          "month": "2024-10",
          "totalR": -0.43
        },
        {
          "month": "2024-11",
          "totalR": -8.84
        },
        {
          "month": "2024-12",
          "totalR": -30.43
        },
        {
          "month": "2025-01",
          "totalR": -16.61
        },
        {
          "month": "2025-02",
          "totalR": 0.75
        },
        {
          "month": "2025-03",
          "totalR": -23.78
        },
        {
          "month": "2025-04",
          "totalR": 13.91
        },
        {
          "month": "2025-05",
          "totalR": 10.02
        },
        {
          "month": "2025-06",
          "totalR": -17.34
        },
        {
          "month": "2025-07",
          "totalR": -5.58
        },
        {
          "month": "2025-08",
          "totalR": -11.27
        },
        {
          "month": "2025-09",
          "totalR": -1.5
        },
        {
          "month": "2025-10",
          "totalR": 11.97
        },
        {
          "month": "2025-11",
          "totalR": -0.2
        },
        {
          "month": "2025-12",
          "totalR": -8.71
        },
        {
          "month": "2026-01",
          "totalR": -7.89
        },
        {
          "month": "2026-02",
          "totalR": 2.25
        },
        {
          "month": "2026-03",
          "totalR": 10.25
        },
        {
          "month": "2026-04",
          "totalR": -11.18
        }
      ],
      "trades": [
        {
          "entryTs": 1609740000,
          "entryUtc": "2021-01-04T06:00:00.000Z",
          "exitTs": 1609747260,
          "dir": -1,
          "entryPrice": 1922.096,
          "exitPrice": 1925.814,
          "stopDistance": 3.717,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 121
        },
        {
          "entryTs": 1609757040,
          "entryUtc": "2021-01-04T10:44:00.000Z",
          "exitTs": 1609758180,
          "dir": -1,
          "entryPrice": 1931.435,
          "exitPrice": 1935.407,
          "stopDistance": 3.972,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 19
        },
        {
          "entryTs": 1609761780,
          "entryUtc": "2021-01-04T12:03:00.000Z",
          "exitTs": 1609767180,
          "dir": 1,
          "entryPrice": 1931.735,
          "exitPrice": 1939.948,
          "stopDistance": 4.106,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 90
        },
        {
          "entryTs": 1609773000,
          "entryUtc": "2021-01-04T15:10:00.000Z",
          "exitTs": 1609775640,
          "dir": 1,
          "entryPrice": 1933.052,
          "exitPrice": 1941.79,
          "stopDistance": 4.369,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 44
        },
        {
          "entryTs": 1609804020,
          "entryUtc": "2021-01-04T23:47:00.000Z",
          "exitTs": 1609807260,
          "dir": 1,
          "entryPrice": 1942.346,
          "exitPrice": 1938.444,
          "stopDistance": 3.903,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 54
        },
        {
          "entryTs": 1609830180,
          "entryUtc": "2021-01-05T07:03:00.000Z",
          "exitTs": 1609840020,
          "dir": 1,
          "entryPrice": 1939.432,
          "exitPrice": 1946.607,
          "stopDistance": 3.588,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 164
        },
        {
          "entryTs": 1609850880,
          "entryUtc": "2021-01-05T12:48:00.000Z",
          "exitTs": 1609857360,
          "dir": 1,
          "entryPrice": 1946.338,
          "exitPrice": 1942.442,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 108
        },
        {
          "entryTs": 1609857900,
          "entryUtc": "2021-01-05T14:45:00.000Z",
          "exitTs": 1609865640,
          "dir": -1,
          "entryPrice": 1945.911,
          "exitPrice": 1951.189,
          "stopDistance": 5.278,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 129
        },
        {
          "entryTs": 1609876260,
          "entryUtc": "2021-01-05T19:51:00.000Z",
          "exitTs": 1609901700,
          "dir": 1,
          "entryPrice": 1950.73,
          "exitPrice": 1946.376,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 424
        },
        {
          "entryTs": 1609906980,
          "entryUtc": "2021-01-06T04:23:00.000Z",
          "exitTs": 1609921920,
          "dir": -1,
          "entryPrice": 1945.917,
          "exitPrice": 1950.706,
          "stopDistance": 4.789,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 249
        },
        {
          "entryTs": 1609932540,
          "entryUtc": "2021-01-06T11:29:00.000Z",
          "exitTs": 1609934220,
          "dir": 1,
          "entryPrice": 1950.536,
          "exitPrice": 1946.13,
          "stopDistance": 4.407,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 28
        },
        {
          "entryTs": 1609938900,
          "entryUtc": "2021-01-06T13:15:00.000Z",
          "exitTs": 1609943760,
          "dir": -1,
          "entryPrice": 1941.383,
          "exitPrice": 1927.477,
          "stopDistance": 6.953,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 81
        },
        {
          "entryTs": 1610006700,
          "entryUtc": "2021-01-07T08:05:00.000Z",
          "exitTs": 1610014860,
          "dir": 1,
          "entryPrice": 1918.465,
          "exitPrice": 1914.819,
          "stopDistance": 3.645,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 136
        },
        {
          "entryTs": 1610018820,
          "entryUtc": "2021-01-07T11:27:00.000Z",
          "exitTs": 1610030580,
          "dir": -1,
          "entryPrice": 1918.754,
          "exitPrice": 1908.76,
          "stopDistance": 4.997,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 196
        },
        {
          "entryTs": 1610030880,
          "entryUtc": "2021-01-07T14:48:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1913.076,
          "exitPrice": 1900.246,
          "stopDistance": 6.415,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 1032
        },
        {
          "entryTs": 1610107920,
          "entryUtc": "2021-01-08T12:12:00.000Z",
          "exitTs": 1610109600,
          "dir": 1,
          "entryPrice": 1891.905,
          "exitPrice": 1886.529,
          "stopDistance": 5.376,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 28
        },
        {
          "entryTs": 1610114400,
          "entryUtc": "2021-01-08T14:00:00.000Z",
          "exitTs": 1610116500,
          "dir": -1,
          "entryPrice": 1891.77,
          "exitPrice": 1881.569,
          "stopDistance": 5.101,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 35
        },
        {
          "entryTs": 1610322660,
          "entryUtc": "2021-01-10T23:51:00.000Z",
          "exitTs": 1610327400,
          "dir": 1,
          "entryPrice": 1842.303,
          "exitPrice": 1834.485,
          "stopDistance": 7.818,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 79
        },
        {
          "entryTs": 1610340900,
          "entryUtc": "2021-01-11T04:55:00.000Z",
          "exitTs": 1610343540,
          "dir": -1,
          "entryPrice": 1832.623,
          "exitPrice": 1840.247,
          "stopDistance": 7.624,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 44
        },
        {
          "entryTs": 1610378100,
          "entryUtc": "2021-01-11T15:15:00.000Z",
          "exitTs": 1610429820,
          "dir": -1,
          "entryPrice": 1848.244,
          "exitPrice": 1853.824,
          "stopDistance": 5.58,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 862
        },
        {
          "entryTs": 1610441400,
          "entryUtc": "2021-01-12T08:50:00.000Z",
          "exitTs": 1610445180,
          "dir": 1,
          "entryPrice": 1853.838,
          "exitPrice": 1861.482,
          "stopDistance": 3.822,
          "outcome": "target",
          "netR": 1.9032,
          "holdMinutes": 63
        },
        {
          "entryTs": 1610453220,
          "entryUtc": "2021-01-12T12:07:00.000Z",
          "exitTs": 1610457660,
          "dir": 1,
          "entryPrice": 1858.491,
          "exitPrice": 1854.33,
          "stopDistance": 4.161,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 74
        },
        {
          "entryTs": 1610475000,
          "entryUtc": "2021-01-12T18:10:00.000Z",
          "exitTs": 1610476740,
          "dir": -1,
          "entryPrice": 1842.883,
          "exitPrice": 1849.051,
          "stopDistance": 6.168,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 29
        },
        {
          "entryTs": 1610499600,
          "entryUtc": "2021-01-13T01:00:00.000Z",
          "exitTs": 1610529120,
          "dir": 1,
          "entryPrice": 1856.243,
          "exitPrice": 1852.111,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 492
        },
        {
          "entryTs": 1610531400,
          "entryUtc": "2021-01-13T09:50:00.000Z",
          "exitTs": 1610546820,
          "dir": -1,
          "entryPrice": 1856.061,
          "exitPrice": 1860.124,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 257
        },
        {
          "entryTs": 1610547960,
          "entryUtc": "2021-01-13T14:26:00.000Z",
          "exitTs": 1610571000,
          "dir": 1,
          "entryPrice": 1855.35,
          "exitPrice": 1850.545,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 384
        },
        {
          "entryTs": 1610581920,
          "entryUtc": "2021-01-13T23:52:00.000Z",
          "exitTs": 1610591280,
          "dir": -1,
          "entryPrice": 1848.763,
          "exitPrice": 1840.494,
          "stopDistance": 4.135,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 156
        },
        {
          "entryTs": 1610610900,
          "entryUtc": "2021-01-14T07:55:00.000Z",
          "exitTs": 1610613660,
          "dir": -1,
          "entryPrice": 1839.993,
          "exitPrice": 1845.021,
          "stopDistance": 5.028,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 46
        },
        {
          "entryTs": 1610624340,
          "entryUtc": "2021-01-14T11:39:00.000Z",
          "exitTs": 1610633220,
          "dir": -1,
          "entryPrice": 1841.404,
          "exitPrice": 1846.129,
          "stopDistance": 4.725,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 148
        },
        {
          "entryTs": 1610636520,
          "entryUtc": "2021-01-14T15:02:00.000Z",
          "exitTs": 1610646780,
          "dir": 1,
          "entryPrice": 1842.513,
          "exitPrice": 1853.136,
          "stopDistance": 5.311,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 171
        },
        {
          "entryTs": 1610648160,
          "entryUtc": "2021-01-14T18:16:00.000Z",
          "exitTs": 1610653740,
          "dir": 1,
          "entryPrice": 1851.048,
          "exitPrice": 1845.398,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 93
        },
        {
          "entryTs": 1610688360,
          "entryUtc": "2021-01-15T05:26:00.000Z",
          "exitTs": 1610689560,
          "dir": 1,
          "entryPrice": 1851.823,
          "exitPrice": 1848.721,
          "stopDistance": 3.102,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 20
        },
        {
          "entryTs": 1610695320,
          "entryUtc": "2021-01-15T07:22:00.000Z",
          "exitTs": 1610703360,
          "dir": -1,
          "entryPrice": 1851.333,
          "exitPrice": 1854.509,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 134
        },
        {
          "entryTs": 1610709060,
          "entryUtc": "2021-01-15T11:11:00.000Z",
          "exitTs": 1610711820,
          "dir": 1,
          "entryPrice": 1852.902,
          "exitPrice": 1849.209,
          "stopDistance": 3.692,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 46
        },
        {
          "entryTs": 1610747160,
          "entryUtc": "2021-01-15T21:46:00.000Z",
          "exitTs": 1610924400,
          "dir": -1,
          "entryPrice": 1827.298,
          "exitPrice": 1828.998,
          "stopDistance": 4.54,
          "outcome": "time",
          "netR": -0.4559,
          "holdMinutes": 2954
        },
        {
          "entryTs": 1610926080,
          "entryUtc": "2021-01-17T23:28:00.000Z",
          "exitTs": 1610926500,
          "dir": 1,
          "entryPrice": 1827.648,
          "exitPrice": 1823.418,
          "stopDistance": 4.23,
          "outcome": "stop",
          "netR": -1.0993,
          "holdMinutes": 7
        },
        {
          "entryTs": 1610927100,
          "entryUtc": "2021-01-17T23:45:00.000Z",
          "exitTs": 1610933400,
          "dir": -1,
          "entryPrice": 1817.818,
          "exitPrice": 1824.315,
          "stopDistance": 6.497,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 105
        },
        {
          "entryTs": 1610956440,
          "entryUtc": "2021-01-18T07:54:00.000Z",
          "exitTs": 1611019080,
          "dir": 1,
          "entryPrice": 1833.463,
          "exitPrice": 1843.276,
          "stopDistance": 4.906,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 1044
        },
        {
          "entryTs": 1611025260,
          "entryUtc": "2021-01-19T03:01:00.000Z",
          "exitTs": 1611043740,
          "dir": 1,
          "entryPrice": 1837.839,
          "exitPrice": 1843.347,
          "stopDistance": 2.754,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 308
        },
        {
          "entryTs": 1611053820,
          "entryUtc": "2021-01-19T10:57:00.000Z",
          "exitTs": 1611057840,
          "dir": 1,
          "entryPrice": 1843.805,
          "exitPrice": 1840.596,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 67
        },
        {
          "entryTs": 1611066360,
          "entryUtc": "2021-01-19T14:26:00.000Z",
          "exitTs": 1611067380,
          "dir": -1,
          "entryPrice": 1842.335,
          "exitPrice": 1836.232,
          "stopDistance": 3.052,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 17
        },
        {
          "entryTs": 1611084660,
          "entryUtc": "2021-01-19T19:31:00.000Z",
          "exitTs": 1611104760,
          "dir": 1,
          "entryPrice": 1838.252,
          "exitPrice": 1847.181,
          "stopDistance": 4.465,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 335
        },
        {
          "entryTs": 1611120120,
          "entryUtc": "2021-01-20T05:22:00.000Z",
          "exitTs": 1611125520,
          "dir": 1,
          "entryPrice": 1849.17,
          "exitPrice": 1853.902,
          "stopDistance": 2.366,
          "outcome": "target",
          "netR": 1.8436,
          "holdMinutes": 90
        },
        {
          "entryTs": 1611150660,
          "entryUtc": "2021-01-20T13:51:00.000Z",
          "exitTs": 1611151800,
          "dir": -1,
          "entryPrice": 1847.929,
          "exitPrice": 1851.899,
          "stopDistance": 3.97,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 19
        },
        {
          "entryTs": 1611175800,
          "entryUtc": "2021-01-20T20:50:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1868.849,
          "exitPrice": 1864.736,
          "stopDistance": 4.113,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 971
        },
        {
          "entryTs": 1611234360,
          "entryUtc": "2021-01-21T13:06:00.000Z",
          "exitTs": 1611237180,
          "dir": -1,
          "entryPrice": 1869.103,
          "exitPrice": 1861.96,
          "stopDistance": 3.572,
          "outcome": "target",
          "netR": 1.8964,
          "holdMinutes": 47
        },
        {
          "entryTs": 1611238920,
          "entryUtc": "2021-01-21T14:22:00.000Z",
          "exitTs": 1611262380,
          "dir": -1,
          "entryPrice": 1865.988,
          "exitPrice": 1870.77,
          "stopDistance": 4.782,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 391
        },
        {
          "entryTs": 1611297420,
          "entryUtc": "2021-01-22T06:37:00.000Z",
          "exitTs": 1611306240,
          "dir": -1,
          "entryPrice": 1860.628,
          "exitPrice": 1863.49,
          "stopDistance": 2.862,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 147
        },
        {
          "entryTs": 1611327600,
          "entryUtc": "2021-01-22T15:00:00.000Z",
          "exitTs": 1611331380,
          "dir": -1,
          "entryPrice": 1852.815,
          "exitPrice": 1857.336,
          "stopDistance": 4.521,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 63
        },
        {
          "entryTs": 1611340260,
          "entryUtc": "2021-01-22T18:31:00.000Z",
          "exitTs": 1611529200,
          "dir": 1,
          "entryPrice": 1855.331,
          "exitPrice": 1856.898,
          "stopDistance": 4.893,
          "outcome": "time",
          "netR": 0.2446,
          "holdMinutes": 3149
        },
        {
          "entryTs": 1611533400,
          "entryUtc": "2021-01-25T00:10:00.000Z",
          "exitTs": 1611553200,
          "dir": 1,
          "entryPrice": 1855.977,
          "exitPrice": 1852.535,
          "stopDistance": 3.443,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 330
        },
        {
          "entryTs": 1611561120,
          "entryUtc": "2021-01-25T07:52:00.000Z",
          "exitTs": 1611570720,
          "dir": -1,
          "entryPrice": 1853.65,
          "exitPrice": 1856.549,
          "stopDistance": 2.899,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 160
        },
        {
          "entryTs": 1611585180,
          "entryUtc": "2021-01-25T14:33:00.000Z",
          "exitTs": 1611586020,
          "dir": 1,
          "entryPrice": 1862.569,
          "exitPrice": 1858.729,
          "stopDistance": 3.84,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 14
        },
        {
          "entryTs": 1611595200,
          "entryUtc": "2021-01-25T17:20:00.000Z",
          "exitTs": 1611685200,
          "dir": -1,
          "entryPrice": 1857.44,
          "exitPrice": 1852.345,
          "stopDistance": 6.097,
          "outcome": "time",
          "netR": 0.7749,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1611690540,
          "entryUtc": "2021-01-26T19:49:00.000Z",
          "exitTs": 1611709500,
          "dir": -1,
          "entryPrice": 1851.448,
          "exitPrice": 1845.079,
          "stopDistance": 3.185,
          "outcome": "target",
          "netR": 1.8838,
          "holdMinutes": 316
        },
        {
          "entryTs": 1611710580,
          "entryUtc": "2021-01-27T01:23:00.000Z",
          "exitTs": 1611727020,
          "dir": -1,
          "entryPrice": 1848.203,
          "exitPrice": 1850.822,
          "stopDistance": 2.619,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 274
        },
        {
          "entryTs": 1611735300,
          "entryUtc": "2021-01-27T08:15:00.000Z",
          "exitTs": 1611735600,
          "dir": 1,
          "entryPrice": 1849.302,
          "exitPrice": 1846.858,
          "stopDistance": 2.444,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 5
        },
        {
          "entryTs": 1611736200,
          "entryUtc": "2021-01-27T08:30:00.000Z",
          "exitTs": 1611747480,
          "dir": -1,
          "entryPrice": 1847.456,
          "exitPrice": 1841.332,
          "stopDistance": 3.062,
          "outcome": "target",
          "netR": 1.8792,
          "holdMinutes": 188
        },
        {
          "entryTs": 1611754560,
          "entryUtc": "2021-01-27T13:36:00.000Z",
          "exitTs": 1611758160,
          "dir": 1,
          "entryPrice": 1840.655,
          "exitPrice": 1836.364,
          "stopDistance": 4.291,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 60
        },
        {
          "entryTs": 1611759660,
          "entryUtc": "2021-01-27T15:01:00.000Z",
          "exitTs": 1611759780,
          "dir": -1,
          "entryPrice": 1837.905,
          "exitPrice": 1843.577,
          "stopDistance": 5.672,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 2
        },
        {
          "entryTs": 1611780480,
          "entryUtc": "2021-01-27T20:48:00.000Z",
          "exitTs": 1611797940,
          "dir": -1,
          "entryPrice": 1844.714,
          "exitPrice": 1834.053,
          "stopDistance": 5.331,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 291
        },
        {
          "entryTs": 1611799320,
          "entryUtc": "2021-01-28T02:02:00.000Z",
          "exitTs": 1611828600,
          "dir": -1,
          "entryPrice": 1837.72,
          "exitPrice": 1841.986,
          "stopDistance": 4.266,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 488
        },
        {
          "entryTs": 1611839160,
          "entryUtc": "2021-01-28T13:06:00.000Z",
          "exitTs": 1611841440,
          "dir": 1,
          "entryPrice": 1838.365,
          "exitPrice": 1845.574,
          "stopDistance": 3.604,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 38
        },
        {
          "entryTs": 1611879780,
          "entryUtc": "2021-01-29T00:23:00.000Z",
          "exitTs": 1611903120,
          "dir": 1,
          "entryPrice": 1842.625,
          "exitPrice": 1851.273,
          "stopDistance": 4.324,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 389
        },
        {
          "entryTs": 1611904260,
          "entryUtc": "2021-01-29T07:11:00.000Z",
          "exitTs": 1611904440,
          "dir": 1,
          "entryPrice": 1847.808,
          "exitPrice": 1844.783,
          "stopDistance": 3.025,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 3
        },
        {
          "entryTs": 1611907860,
          "entryUtc": "2021-01-29T08:11:00.000Z",
          "exitTs": 1611910920,
          "dir": 1,
          "entryPrice": 1842.323,
          "exitPrice": 1847.405,
          "stopDistance": 2.541,
          "outcome": "target",
          "netR": 1.8544,
          "holdMinutes": 51
        },
        {
          "entryTs": 1611931500,
          "entryUtc": "2021-01-29T14:45:00.000Z",
          "exitTs": 1611932100,
          "dir": 1,
          "entryPrice": 1852.486,
          "exitPrice": 1862.928,
          "stopDistance": 5.221,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611940980,
          "entryUtc": "2021-01-29T17:23:00.000Z",
          "exitTs": 1611953220,
          "dir": 1,
          "entryPrice": 1854.709,
          "exitPrice": 1845.452,
          "stopDistance": 9.258,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 204
        },
        {
          "entryTs": 1611956280,
          "entryUtc": "2021-01-29T21:38:00.000Z",
          "exitTs": 1612134000,
          "dir": -1,
          "entryPrice": 1846.455,
          "exitPrice": 1852.269,
          "stopDistance": 5.814,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 2962
        },
        {
          "entryTs": 1612134900,
          "entryUtc": "2021-01-31T23:15:00.000Z",
          "exitTs": 1612167000,
          "dir": 1,
          "entryPrice": 1853.385,
          "exitPrice": 1867.42,
          "stopDistance": 7.017,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 535
        },
        {
          "entryTs": 1612167480,
          "entryUtc": "2021-02-01T08:18:00.000Z",
          "exitTs": 1612174500,
          "dir": 1,
          "entryPrice": 1864.31,
          "exitPrice": 1858.324,
          "stopDistance": 5.987,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 117
        },
        {
          "entryTs": 1612177920,
          "entryUtc": "2021-02-01T11:12:00.000Z",
          "exitTs": 1612181700,
          "dir": -1,
          "entryPrice": 1861.425,
          "exitPrice": 1867.771,
          "stopDistance": 6.346,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 63
        },
        {
          "entryTs": 1612184340,
          "entryUtc": "2021-02-01T12:59:00.000Z",
          "exitTs": 1612224960,
          "dir": 1,
          "entryPrice": 1861.145,
          "exitPrice": 1855.227,
          "stopDistance": 5.918,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 677
        },
        {
          "entryTs": 1612228140,
          "entryUtc": "2021-02-02T01:09:00.000Z",
          "exitTs": 1612230780,
          "dir": -1,
          "entryPrice": 1859.567,
          "exitPrice": 1863.392,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 44
        },
        {
          "entryTs": 1612234920,
          "entryUtc": "2021-02-02T03:02:00.000Z",
          "exitTs": 1612235460,
          "dir": 1,
          "entryPrice": 1858.165,
          "exitPrice": 1854.299,
          "stopDistance": 3.866,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 9
        },
        {
          "entryTs": 1612260960,
          "entryUtc": "2021-02-02T10:16:00.000Z",
          "exitTs": 1612265880,
          "dir": 1,
          "entryPrice": 1849.235,
          "exitPrice": 1844.806,
          "stopDistance": 4.429,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 82
        },
        {
          "entryTs": 1612292220,
          "entryUtc": "2021-02-02T18:57:00.000Z",
          "exitTs": 1612317900,
          "dir": -1,
          "entryPrice": 1835.821,
          "exitPrice": 1841.99,
          "stopDistance": 6.169,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 428
        },
        {
          "entryTs": 1612330320,
          "entryUtc": "2021-02-03T05:32:00.000Z",
          "exitTs": 1612330920,
          "dir": 1,
          "entryPrice": 1841.157,
          "exitPrice": 1838.864,
          "stopDistance": 2.294,
          "outcome": "stop",
          "netR": -1.1831,
          "holdMinutes": 10
        },
        {
          "entryTs": 1612358400,
          "entryUtc": "2021-02-03T13:20:00.000Z",
          "exitTs": 1612358760,
          "dir": 1,
          "entryPrice": 1835.86,
          "exitPrice": 1842.129,
          "stopDistance": 3.134,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 6
        },
        {
          "entryTs": 1612369980,
          "entryUtc": "2021-02-03T16:33:00.000Z",
          "exitTs": 1612403220,
          "dir": -1,
          "entryPrice": 1836.549,
          "exitPrice": 1827.222,
          "stopDistance": 4.663,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 554
        },
        {
          "entryTs": 1612419600,
          "entryUtc": "2021-02-04T06:20:00.000Z",
          "exitTs": 1612423020,
          "dir": -1,
          "entryPrice": 1821.612,
          "exitPrice": 1824.64,
          "stopDistance": 3.028,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 57
        },
        {
          "entryTs": 1612426140,
          "entryUtc": "2021-02-04T08:09:00.000Z",
          "exitTs": 1612429440,
          "dir": 1,
          "entryPrice": 1820.977,
          "exitPrice": 1817.349,
          "stopDistance": 3.627,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 55
        },
        {
          "entryTs": 1612445400,
          "entryUtc": "2021-02-04T13:30:00.000Z",
          "exitTs": 1612446300,
          "dir": 1,
          "entryPrice": 1812.724,
          "exitPrice": 1808.62,
          "stopDistance": 4.103,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 15
        },
        {
          "entryTs": 1612486920,
          "entryUtc": "2021-02-05T01:02:00.000Z",
          "exitTs": 1612512540,
          "dir": 1,
          "entryPrice": 1793.827,
          "exitPrice": 1800.314,
          "stopDistance": 3.244,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 427
        },
        {
          "entryTs": 1612531860,
          "entryUtc": "2021-02-05T13:31:00.000Z",
          "exitTs": 1612538700,
          "dir": -1,
          "entryPrice": 1802.859,
          "exitPrice": 1806.965,
          "stopDistance": 4.105,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 114
        },
        {
          "entryTs": 1612557660,
          "entryUtc": "2021-02-05T20:41:00.000Z",
          "exitTs": 1612738800,
          "dir": 1,
          "entryPrice": 1811.045,
          "exitPrice": 1814.938,
          "stopDistance": 3.769,
          "outcome": "time",
          "netR": 0.9346,
          "holdMinutes": 3019
        },
        {
          "entryTs": 1612772100,
          "entryUtc": "2021-02-08T08:15:00.000Z",
          "exitTs": 1612772220,
          "dir": 1,
          "entryPrice": 1813.57,
          "exitPrice": 1810.736,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 2
        },
        {
          "entryTs": 1612776300,
          "entryUtc": "2021-02-08T09:25:00.000Z",
          "exitTs": 1612782000,
          "dir": -1,
          "entryPrice": 1812.745,
          "exitPrice": 1816.007,
          "stopDistance": 3.262,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 95
        },
        {
          "entryTs": 1612815180,
          "entryUtc": "2021-02-08T20:13:00.000Z",
          "exitTs": 1612834380,
          "dir": -1,
          "entryPrice": 1834.088,
          "exitPrice": 1837.878,
          "stopDistance": 3.79,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 320
        },
        {
          "entryTs": 1612854240,
          "entryUtc": "2021-02-09T07:04:00.000Z",
          "exitTs": 1612857180,
          "dir": -1,
          "entryPrice": 1840.603,
          "exitPrice": 1843.31,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 49
        },
        {
          "entryTs": 1612868340,
          "entryUtc": "2021-02-09T10:59:00.000Z",
          "exitTs": 1612881480,
          "dir": 1,
          "entryPrice": 1841.547,
          "exitPrice": 1838.256,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 219
        },
        {
          "entryTs": 1612881900,
          "entryUtc": "2021-02-09T14:45:00.000Z",
          "exitTs": 1612883700,
          "dir": -1,
          "entryPrice": 1838.095,
          "exitPrice": 1843.184,
          "stopDistance": 5.089,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 30
        },
        {
          "entryTs": 1612898160,
          "entryUtc": "2021-02-09T19:16:00.000Z",
          "exitTs": 1612922460,
          "dir": -1,
          "entryPrice": 1836.53,
          "exitPrice": 1840.685,
          "stopDistance": 4.155,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 405
        },
        {
          "entryTs": 1612939200,
          "entryUtc": "2021-02-10T06:40:00.000Z",
          "exitTs": 1612941720,
          "dir": -1,
          "entryPrice": 1843.06,
          "exitPrice": 1845.569,
          "stopDistance": 2.509,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 42
        },
        {
          "entryTs": 1612944360,
          "entryUtc": "2021-02-10T08:06:00.000Z",
          "exitTs": 1612950120,
          "dir": 1,
          "entryPrice": 1843.67,
          "exitPrice": 1841.056,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 96
        },
        {
          "entryTs": 1612953060,
          "entryUtc": "2021-02-10T10:31:00.000Z",
          "exitTs": 1612963800,
          "dir": -1,
          "entryPrice": 1843.292,
          "exitPrice": 1846.33,
          "stopDistance": 3.038,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 179
        },
        {
          "entryTs": 1612967160,
          "entryUtc": "2021-02-10T14:26:00.000Z",
          "exitTs": 1612967520,
          "dir": 1,
          "entryPrice": 1847.191,
          "exitPrice": 1842.308,
          "stopDistance": 4.883,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 6
        },
        {
          "entryTs": 1612988100,
          "entryUtc": "2021-02-10T20:15:00.000Z",
          "exitTs": 1613049420,
          "dir": -1,
          "entryPrice": 1841.805,
          "exitPrice": 1845.931,
          "stopDistance": 4.126,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 1022
        },
        {
          "entryTs": 1613050500,
          "entryUtc": "2021-02-11T13:35:00.000Z",
          "exitTs": 1613054100,
          "dir": 1,
          "entryPrice": 1843.035,
          "exitPrice": 1840.232,
          "stopDistance": 2.803,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 60
        },
        {
          "entryTs": 1613089140,
          "entryUtc": "2021-02-12T00:19:00.000Z",
          "exitTs": 1613092140,
          "dir": 1,
          "entryPrice": 1826.114,
          "exitPrice": 1823.397,
          "stopDistance": 2.716,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 50
        },
        {
          "entryTs": 1613109900,
          "entryUtc": "2021-02-12T06:05:00.000Z",
          "exitTs": 1613112120,
          "dir": 1,
          "entryPrice": 1822.905,
          "exitPrice": 1820.83,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 37
        },
        {
          "entryTs": 1613131560,
          "entryUtc": "2021-02-12T12:06:00.000Z",
          "exitTs": 1613136060,
          "dir": 1,
          "entryPrice": 1816.901,
          "exitPrice": 1813.516,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 75
        },
        {
          "entryTs": 1613138760,
          "entryUtc": "2021-02-12T14:06:00.000Z",
          "exitTs": 1613144940,
          "dir": -1,
          "entryPrice": 1818.324,
          "exitPrice": 1821.882,
          "stopDistance": 3.559,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 103
        },
        {
          "entryTs": 1613152080,
          "entryUtc": "2021-02-12T17:48:00.000Z",
          "exitTs": 1613343600,
          "dir": 1,
          "entryPrice": 1821.355,
          "exitPrice": 1824.538,
          "stopDistance": 5.565,
          "outcome": "time",
          "netR": 0.5055,
          "holdMinutes": 3192
        },
        {
          "entryTs": 1613345820,
          "entryUtc": "2021-02-14T23:37:00.000Z",
          "exitTs": 1613371500,
          "dir": 1,
          "entryPrice": 1821.693,
          "exitPrice": 1818.483,
          "stopDistance": 3.21,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 428
        },
        {
          "entryTs": 1613384400,
          "entryUtc": "2021-02-15T10:20:00.000Z",
          "exitTs": 1613388720,
          "dir": -1,
          "entryPrice": 1818.005,
          "exitPrice": 1820.612,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 72
        },
        {
          "entryTs": 1613397240,
          "entryUtc": "2021-02-15T13:54:00.000Z",
          "exitTs": 1613438940,
          "dir": 1,
          "entryPrice": 1818.14,
          "exitPrice": 1823.489,
          "stopDistance": 2.675,
          "outcome": "target",
          "netR": 1.8617,
          "holdMinutes": 695
        },
        {
          "entryTs": 1613450160,
          "entryUtc": "2021-02-16T04:36:00.000Z",
          "exitTs": 1613452920,
          "dir": 1,
          "entryPrice": 1824.765,
          "exitPrice": 1822.503,
          "stopDistance": 2.262,
          "outcome": "stop",
          "netR": -1.1857,
          "holdMinutes": 46
        },
        {
          "entryTs": 1613464740,
          "entryUtc": "2021-02-16T08:39:00.000Z",
          "exitTs": 1613469000,
          "dir": -1,
          "entryPrice": 1822.71,
          "exitPrice": 1825.058,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 71
        },
        {
          "entryTs": 1613471460,
          "entryUtc": "2021-02-16T10:31:00.000Z",
          "exitTs": 1613474640,
          "dir": 1,
          "entryPrice": 1823.44,
          "exitPrice": 1820.743,
          "stopDistance": 2.697,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 53
        },
        {
          "entryTs": 1613524560,
          "entryUtc": "2021-02-17T01:16:00.000Z",
          "exitTs": 1613568060,
          "dir": -1,
          "entryPrice": 1791.37,
          "exitPrice": 1782.68,
          "stopDistance": 4.345,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 725
        },
        {
          "entryTs": 1613572800,
          "entryUtc": "2021-02-17T14:40:00.000Z",
          "exitTs": 1613577180,
          "dir": -1,
          "entryPrice": 1783.704,
          "exitPrice": 1773.801,
          "stopDistance": 4.951,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 73
        },
        {
          "entryTs": 1613580720,
          "entryUtc": "2021-02-17T16:52:00.000Z",
          "exitTs": 1613617380,
          "dir": -1,
          "entryPrice": 1777.855,
          "exitPrice": 1783.923,
          "stopDistance": 6.068,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 611
        },
        {
          "entryTs": 1613626200,
          "entryUtc": "2021-02-18T05:30:00.000Z",
          "exitTs": 1613637900,
          "dir": -1,
          "entryPrice": 1782.92,
          "exitPrice": 1785.495,
          "stopDistance": 2.575,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 195
        },
        {
          "entryTs": 1613643180,
          "entryUtc": "2021-02-18T10:13:00.000Z",
          "exitTs": 1613650620,
          "dir": 1,
          "entryPrice": 1783.771,
          "exitPrice": 1780.163,
          "stopDistance": 3.609,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 124
        },
        {
          "entryTs": 1613652060,
          "entryUtc": "2021-02-18T12:41:00.000Z",
          "exitTs": 1613653560,
          "dir": -1,
          "entryPrice": 1782.75,
          "exitPrice": 1786.458,
          "stopDistance": 3.708,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 25
        },
        {
          "entryTs": 1613673060,
          "entryUtc": "2021-02-18T18:31:00.000Z",
          "exitTs": 1613696760,
          "dir": -1,
          "entryPrice": 1776.41,
          "exitPrice": 1765.806,
          "stopDistance": 5.302,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 395
        },
        {
          "entryTs": 1613720040,
          "entryUtc": "2021-02-19T07:34:00.000Z",
          "exitTs": 1613743080,
          "dir": 1,
          "entryPrice": 1769.141,
          "exitPrice": 1777.016,
          "stopDistance": 3.937,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 384
        },
        {
          "entryTs": 1613948400,
          "entryUtc": "2021-02-21T23:00:00.000Z",
          "exitTs": 1613956020,
          "dir": 1,
          "entryPrice": 1781.546,
          "exitPrice": 1788.878,
          "stopDistance": 3.666,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 127
        },
        {
          "entryTs": 1613959560,
          "entryUtc": "2021-02-22T02:06:00.000Z",
          "exitTs": 1613965500,
          "dir": 1,
          "entryPrice": 1785.355,
          "exitPrice": 1781.292,
          "stopDistance": 4.063,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 99
        },
        {
          "entryTs": 1613967540,
          "entryUtc": "2021-02-22T04:19:00.000Z",
          "exitTs": 1613972880,
          "dir": -1,
          "entryPrice": 1784.755,
          "exitPrice": 1788.747,
          "stopDistance": 3.992,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 89
        },
        {
          "entryTs": 1613995440,
          "entryUtc": "2021-02-22T12:04:00.000Z",
          "exitTs": 1613999700,
          "dir": -1,
          "entryPrice": 1796.72,
          "exitPrice": 1800.241,
          "stopDistance": 3.521,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 71
        },
        {
          "entryTs": 1614000420,
          "entryUtc": "2021-02-22T13:27:00.000Z",
          "exitTs": 1614000780,
          "dir": 1,
          "entryPrice": 1797.745,
          "exitPrice": 1793.953,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 6
        },
        {
          "entryTs": 1614001980,
          "entryUtc": "2021-02-22T13:53:00.000Z",
          "exitTs": 1614004980,
          "dir": 1,
          "entryPrice": 1796.805,
          "exitPrice": 1806.14,
          "stopDistance": 4.667,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 50
        },
        {
          "entryTs": 1614025260,
          "entryUtc": "2021-02-22T20:21:00.000Z",
          "exitTs": 1614044580,
          "dir": -1,
          "entryPrice": 1808.195,
          "exitPrice": 1812.174,
          "stopDistance": 3.979,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 322
        },
        {
          "entryTs": 1614058020,
          "entryUtc": "2021-02-23T05:27:00.000Z",
          "exitTs": 1614067260,
          "dir": 1,
          "entryPrice": 1810.86,
          "exitPrice": 1807.38,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 154
        },
        {
          "entryTs": 1614070080,
          "entryUtc": "2021-02-23T08:48:00.000Z",
          "exitTs": 1614074160,
          "dir": -1,
          "entryPrice": 1811.335,
          "exitPrice": 1804.338,
          "stopDistance": 3.498,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 68
        },
        {
          "entryTs": 1614075600,
          "entryUtc": "2021-02-23T10:20:00.000Z",
          "exitTs": 1614082320,
          "dir": -1,
          "entryPrice": 1807.565,
          "exitPrice": 1811.382,
          "stopDistance": 3.817,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 112
        },
        {
          "entryTs": 1614088140,
          "entryUtc": "2021-02-23T13:49:00.000Z",
          "exitTs": 1614090960,
          "dir": 1,
          "entryPrice": 1807.83,
          "exitPrice": 1804.095,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 47
        },
        {
          "entryTs": 1614092880,
          "entryUtc": "2021-02-23T15:08:00.000Z",
          "exitTs": 1614094440,
          "dir": -1,
          "entryPrice": 1804.695,
          "exitPrice": 1809.515,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 26
        },
        {
          "entryTs": 1614125160,
          "entryUtc": "2021-02-24T00:06:00.000Z",
          "exitTs": 1614129480,
          "dir": 1,
          "entryPrice": 1805.195,
          "exitPrice": 1810.857,
          "stopDistance": 2.831,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 72
        },
        {
          "entryTs": 1614139500,
          "entryUtc": "2021-02-24T04:05:00.000Z",
          "exitTs": 1614152880,
          "dir": 1,
          "entryPrice": 1807.525,
          "exitPrice": 1804.755,
          "stopDistance": 2.77,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 223
        },
        {
          "entryTs": 1614153660,
          "entryUtc": "2021-02-24T08:01:00.000Z",
          "exitTs": 1614155640,
          "dir": -1,
          "entryPrice": 1807.037,
          "exitPrice": 1809.772,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 33
        },
        {
          "entryTs": 1614162660,
          "entryUtc": "2021-02-24T10:31:00.000Z",
          "exitTs": 1614167280,
          "dir": -1,
          "entryPrice": 1806.473,
          "exitPrice": 1809.826,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 77
        },
        {
          "entryTs": 1614171420,
          "entryUtc": "2021-02-24T12:57:00.000Z",
          "exitTs": 1614172620,
          "dir": 1,
          "entryPrice": 1806.188,
          "exitPrice": 1802.771,
          "stopDistance": 3.416,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 20
        },
        {
          "entryTs": 1614183780,
          "entryUtc": "2021-02-24T16:23:00.000Z",
          "exitTs": 1614186000,
          "dir": -1,
          "entryPrice": 1796.79,
          "exitPrice": 1802.976,
          "stopDistance": 6.186,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 37
        },
        {
          "entryTs": 1614226260,
          "entryUtc": "2021-02-25T04:11:00.000Z",
          "exitTs": 1614232560,
          "dir": -1,
          "entryPrice": 1796.975,
          "exitPrice": 1800.631,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 105
        },
        {
          "entryTs": 1614233280,
          "entryUtc": "2021-02-25T06:08:00.000Z",
          "exitTs": 1614235680,
          "dir": 1,
          "entryPrice": 1796.495,
          "exitPrice": 1793.4,
          "stopDistance": 3.095,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 40
        },
        {
          "entryTs": 1614245640,
          "entryUtc": "2021-02-25T09:34:00.000Z",
          "exitTs": 1614259560,
          "dir": -1,
          "entryPrice": 1790.892,
          "exitPrice": 1781.242,
          "stopDistance": 4.825,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 232
        },
        {
          "entryTs": 1614263640,
          "entryUtc": "2021-02-25T14:34:00.000Z",
          "exitTs": 1614267060,
          "dir": -1,
          "entryPrice": 1784.76,
          "exitPrice": 1772.558,
          "stopDistance": 6.101,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 57
        },
        {
          "entryTs": 1614272100,
          "entryUtc": "2021-02-25T16:55:00.000Z",
          "exitTs": 1614276120,
          "dir": -1,
          "entryPrice": 1782.23,
          "exitPrice": 1767.775,
          "stopDistance": 7.227,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 67
        },
        {
          "entryTs": 1614300060,
          "entryUtc": "2021-02-26T00:41:00.000Z",
          "exitTs": 1614317460,
          "dir": -1,
          "entryPrice": 1770.41,
          "exitPrice": 1759.154,
          "stopDistance": 5.628,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 290
        },
        {
          "entryTs": 1614328680,
          "entryUtc": "2021-02-26T08:38:00.000Z",
          "exitTs": 1614349920,
          "dir": -1,
          "entryPrice": 1766.77,
          "exitPrice": 1756.875,
          "stopDistance": 4.948,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 354
        },
        {
          "entryTs": 1614585600,
          "entryUtc": "2021-03-01T08:00:00.000Z",
          "exitTs": 1614588240,
          "dir": 1,
          "entryPrice": 1753.095,
          "exitPrice": 1749.452,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 44
        },
        {
          "entryTs": 1614606720,
          "entryUtc": "2021-03-01T13:52:00.000Z",
          "exitTs": 1614618900,
          "dir": -1,
          "entryPrice": 1739.87,
          "exitPrice": 1729.815,
          "stopDistance": 5.027,
          "outcome": "target",
          "netR": 1.9264,
          "holdMinutes": 203
        },
        {
          "entryTs": 1614639720,
          "entryUtc": "2021-03-01T23:02:00.000Z",
          "exitTs": 1614648000,
          "dir": 1,
          "entryPrice": 1722.695,
          "exitPrice": 1718.183,
          "stopDistance": 4.512,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 138
        },
        {
          "entryTs": 1614656280,
          "entryUtc": "2021-03-02T03:38:00.000Z",
          "exitTs": 1614665520,
          "dir": -1,
          "entryPrice": 1711.971,
          "exitPrice": 1717.608,
          "stopDistance": 5.637,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 154
        },
        {
          "entryTs": 1614691200,
          "entryUtc": "2021-03-02T13:20:00.000Z",
          "exitTs": 1614692760,
          "dir": 1,
          "entryPrice": 1730.5,
          "exitPrice": 1725.55,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 26
        },
        {
          "entryTs": 1614693840,
          "entryUtc": "2021-03-02T14:04:00.000Z",
          "exitTs": 1614705660,
          "dir": -1,
          "entryPrice": 1729.47,
          "exitPrice": 1734.908,
          "stopDistance": 5.438,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 197
        },
        {
          "entryTs": 1614720360,
          "entryUtc": "2021-03-02T21:26:00.000Z",
          "exitTs": 1614727320,
          "dir": -1,
          "entryPrice": 1735.336,
          "exitPrice": 1739.886,
          "stopDistance": 4.55,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 116
        },
        {
          "entryTs": 1614728700,
          "entryUtc": "2021-03-02T23:45:00.000Z",
          "exitTs": 1614734940,
          "dir": 1,
          "entryPrice": 1735.886,
          "exitPrice": 1731.84,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 104
        },
        {
          "entryTs": 1614740760,
          "entryUtc": "2021-03-03T03:06:00.000Z",
          "exitTs": 1614762180,
          "dir": -1,
          "entryPrice": 1734.449,
          "exitPrice": 1726.415,
          "stopDistance": 4.017,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 357
        },
        {
          "entryTs": 1614775140,
          "entryUtc": "2021-03-03T12:39:00.000Z",
          "exitTs": 1614776640,
          "dir": -1,
          "entryPrice": 1726.154,
          "exitPrice": 1718.973,
          "stopDistance": 3.591,
          "outcome": "target",
          "netR": 1.897,
          "holdMinutes": 25
        },
        {
          "entryTs": 1614786540,
          "entryUtc": "2021-03-03T15:49:00.000Z",
          "exitTs": 1614787080,
          "dir": -1,
          "entryPrice": 1709.45,
          "exitPrice": 1716.781,
          "stopDistance": 7.331,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 9
        },
        {
          "entryTs": 1614787560,
          "entryUtc": "2021-03-03T16:06:00.000Z",
          "exitTs": 1614799740,
          "dir": -1,
          "entryPrice": 1721.792,
          "exitPrice": 1712.9,
          "stopDistance": 4.446,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 203
        },
        {
          "entryTs": 1614801360,
          "entryUtc": "2021-03-03T19:56:00.000Z",
          "exitTs": 1614862860,
          "dir": -1,
          "entryPrice": 1716.053,
          "exitPrice": 1722.335,
          "stopDistance": 6.282,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 1025
        },
        {
          "entryTs": 1614865560,
          "entryUtc": "2021-03-04T13:46:00.000Z",
          "exitTs": 1614878820,
          "dir": 1,
          "entryPrice": 1713.043,
          "exitPrice": 1708.133,
          "stopDistance": 4.91,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 221
        },
        {
          "entryTs": 1614931260,
          "entryUtc": "2021-03-05T08:01:00.000Z",
          "exitTs": 1614934140,
          "dir": 1,
          "entryPrice": 1695.543,
          "exitPrice": 1691.668,
          "stopDistance": 3.875,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 48
        },
        {
          "entryTs": 1614940440,
          "entryUtc": "2021-03-05T10:34:00.000Z",
          "exitTs": 1614951120,
          "dir": -1,
          "entryPrice": 1696.065,
          "exitPrice": 1688.054,
          "stopDistance": 4.006,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 178
        },
        {
          "entryTs": 1614952860,
          "entryUtc": "2021-03-05T14:01:00.000Z",
          "exitTs": 1614953700,
          "dir": -1,
          "entryPrice": 1695.911,
          "exitPrice": 1701.556,
          "stopDistance": 5.645,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 14
        },
        {
          "entryTs": 1614955020,
          "entryUtc": "2021-03-05T14:37:00.000Z",
          "exitTs": 1615158000,
          "dir": 1,
          "entryPrice": 1696.964,
          "exitPrice": 1705.048,
          "stopDistance": 5.944,
          "outcome": "time",
          "netR": 1.2978,
          "holdMinutes": 3383
        },
        {
          "entryTs": 1615171500,
          "entryUtc": "2021-03-08T02:45:00.000Z",
          "exitTs": 1615177080,
          "dir": 1,
          "entryPrice": 1709.278,
          "exitPrice": 1704.406,
          "stopDistance": 4.872,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 93
        },
        {
          "entryTs": 1615210740,
          "entryUtc": "2021-03-08T13:39:00.000Z",
          "exitTs": 1615218180,
          "dir": 1,
          "entryPrice": 1690.236,
          "exitPrice": 1684.871,
          "stopDistance": 5.365,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 124
        },
        {
          "entryTs": 1615249440,
          "entryUtc": "2021-03-09T00:24:00.000Z",
          "exitTs": 1615259580,
          "dir": 1,
          "entryPrice": 1682.971,
          "exitPrice": 1689.167,
          "stopDistance": 3.098,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 169
        },
        {
          "entryTs": 1615292580,
          "entryUtc": "2021-03-09T12:23:00.000Z",
          "exitTs": 1615297680,
          "dir": 1,
          "entryPrice": 1703.981,
          "exitPrice": 1711.925,
          "stopDistance": 3.972,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 85
        },
        {
          "entryTs": 1615318080,
          "entryUtc": "2021-03-09T19:28:00.000Z",
          "exitTs": 1615343520,
          "dir": 1,
          "entryPrice": 1715.628,
          "exitPrice": 1710.787,
          "stopDistance": 4.841,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 424
        },
        {
          "entryTs": 1615358340,
          "entryUtc": "2021-03-10T06:39:00.000Z",
          "exitTs": 1615359180,
          "dir": -1,
          "entryPrice": 1711.872,
          "exitPrice": 1714.682,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 14
        },
        {
          "entryTs": 1615363500,
          "entryUtc": "2021-03-10T08:05:00.000Z",
          "exitTs": 1615375620,
          "dir": 1,
          "entryPrice": 1712.68,
          "exitPrice": 1709.636,
          "stopDistance": 3.044,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 202
        },
        {
          "entryTs": 1615381320,
          "entryUtc": "2021-03-10T13:02:00.000Z",
          "exitTs": 1615383000,
          "dir": -1,
          "entryPrice": 1713.558,
          "exitPrice": 1716.721,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 28
        },
        {
          "entryTs": 1615383900,
          "entryUtc": "2021-03-10T13:45:00.000Z",
          "exitTs": 1615409160,
          "dir": 1,
          "entryPrice": 1717.031,
          "exitPrice": 1725.958,
          "stopDistance": 4.464,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 421
        },
        {
          "entryTs": 1615423500,
          "entryUtc": "2021-03-11T00:45:00.000Z",
          "exitTs": 1615429980,
          "dir": 1,
          "entryPrice": 1724.999,
          "exitPrice": 1731.704,
          "stopDistance": 3.353,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 108
        },
        {
          "entryTs": 1615443600,
          "entryUtc": "2021-03-11T06:20:00.000Z",
          "exitTs": 1615451760,
          "dir": 1,
          "entryPrice": 1733.281,
          "exitPrice": 1739.042,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 136
        },
        {
          "entryTs": 1615455900,
          "entryUtc": "2021-03-11T09:45:00.000Z",
          "exitTs": 1615470240,
          "dir": -1,
          "entryPrice": 1735.211,
          "exitPrice": 1728.917,
          "stopDistance": 3.147,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 239
        },
        {
          "entryTs": 1615505640,
          "entryUtc": "2021-03-11T23:34:00.000Z",
          "exitTs": 1615512480,
          "dir": -1,
          "entryPrice": 1723.181,
          "exitPrice": 1726.463,
          "stopDistance": 3.282,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 114
        },
        {
          "entryTs": 1615514940,
          "entryUtc": "2021-03-12T02:09:00.000Z",
          "exitTs": 1615516800,
          "dir": 1,
          "entryPrice": 1723.617,
          "exitPrice": 1720.845,
          "stopDistance": 2.772,
          "outcome": "stop",
          "netR": -1.1515,
          "holdMinutes": 31
        },
        {
          "entryTs": 1615554540,
          "entryUtc": "2021-03-12T13:09:00.000Z",
          "exitTs": 1615565640,
          "dir": 1,
          "entryPrice": 1703.05,
          "exitPrice": 1710.515,
          "stopDistance": 3.732,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 185
        },
        {
          "entryTs": 1615765080,
          "entryUtc": "2021-03-14T23:38:00.000Z",
          "exitTs": 1615771500,
          "dir": 1,
          "entryPrice": 1725.186,
          "exitPrice": 1732.613,
          "stopDistance": 3.713,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 107
        },
        {
          "entryTs": 1615774140,
          "entryUtc": "2021-03-15T02:09:00.000Z",
          "exitTs": 1615785180,
          "dir": 1,
          "entryPrice": 1728.182,
          "exitPrice": 1724.559,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 184
        },
        {
          "entryTs": 1615793640,
          "entryUtc": "2021-03-15T07:34:00.000Z",
          "exitTs": 1615799160,
          "dir": -1,
          "entryPrice": 1726.15,
          "exitPrice": 1729.174,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 92
        },
        {
          "entryTs": 1615817280,
          "entryUtc": "2021-03-15T14:08:00.000Z",
          "exitTs": 1615818660,
          "dir": 1,
          "entryPrice": 1731.386,
          "exitPrice": 1727.229,
          "stopDistance": 4.157,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 23
        },
        {
          "entryTs": 1615824540,
          "entryUtc": "2021-03-15T16:09:00.000Z",
          "exitTs": 1615857360,
          "dir": -1,
          "entryPrice": 1728.966,
          "exitPrice": 1733.647,
          "stopDistance": 4.681,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 547
        },
        {
          "entryTs": 1615860060,
          "entryUtc": "2021-03-16T02:01:00.000Z",
          "exitTs": 1615873320,
          "dir": 1,
          "entryPrice": 1731.411,
          "exitPrice": 1736.094,
          "stopDistance": 2.341,
          "outcome": "target",
          "netR": 1.842,
          "holdMinutes": 221
        },
        {
          "entryTs": 1615877100,
          "entryUtc": "2021-03-16T06:45:00.000Z",
          "exitTs": 1615877700,
          "dir": 1,
          "entryPrice": 1733.016,
          "exitPrice": 1730.933,
          "stopDistance": 2.083,
          "outcome": "stop",
          "netR": -1.2017,
          "holdMinutes": 10
        },
        {
          "entryTs": 1615895640,
          "entryUtc": "2021-03-16T11:54:00.000Z",
          "exitTs": 1615904700,
          "dir": 1,
          "entryPrice": 1732.001,
          "exitPrice": 1737.397,
          "stopDistance": 2.698,
          "outcome": "target",
          "netR": 1.8629,
          "holdMinutes": 151
        },
        {
          "entryTs": 1615905900,
          "entryUtc": "2021-03-16T14:45:00.000Z",
          "exitTs": 1615908660,
          "dir": 1,
          "entryPrice": 1735.083,
          "exitPrice": 1730.634,
          "stopDistance": 4.449,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 46
        },
        {
          "entryTs": 1615942800,
          "entryUtc": "2021-03-17T01:00:00.000Z",
          "exitTs": 1615953780,
          "dir": 1,
          "entryPrice": 1731.468,
          "exitPrice": 1736.078,
          "stopDistance": 2.305,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 183
        },
        {
          "entryTs": 1615969020,
          "entryUtc": "2021-03-17T08:17:00.000Z",
          "exitTs": 1615979460,
          "dir": -1,
          "entryPrice": 1735.936,
          "exitPrice": 1731.229,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 174
        },
        {
          "entryTs": 1615993260,
          "entryUtc": "2021-03-17T15:01:00.000Z",
          "exitTs": 1615996860,
          "dir": 1,
          "entryPrice": 1730.988,
          "exitPrice": 1726.553,
          "stopDistance": 4.435,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 60
        },
        {
          "entryTs": 1616036700,
          "entryUtc": "2021-03-18T03:05:00.000Z",
          "exitTs": 1616039340,
          "dir": 1,
          "entryPrice": 1752.482,
          "exitPrice": 1748.972,
          "stopDistance": 3.51,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 44
        },
        {
          "entryTs": 1616045520,
          "entryUtc": "2021-03-18T05:32:00.000Z",
          "exitTs": 1616052360,
          "dir": -1,
          "entryPrice": 1751.431,
          "exitPrice": 1744.332,
          "stopDistance": 3.55,
          "outcome": "target",
          "netR": 1.8958,
          "holdMinutes": 114
        },
        {
          "entryTs": 1616078160,
          "entryUtc": "2021-03-18T14:36:00.000Z",
          "exitTs": 1616083320,
          "dir": -1,
          "entryPrice": 1727.385,
          "exitPrice": 1732.794,
          "stopDistance": 5.408,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 86
        },
        {
          "entryTs": 1616096100,
          "entryUtc": "2021-03-18T19:35:00.000Z",
          "exitTs": 1616115600,
          "dir": 1,
          "entryPrice": 1734.673,
          "exitPrice": 1730.274,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 325
        },
        {
          "entryTs": 1616124000,
          "entryUtc": "2021-03-19T03:20:00.000Z",
          "exitTs": 1616134440,
          "dir": -1,
          "entryPrice": 1734.042,
          "exitPrice": 1737.624,
          "stopDistance": 3.582,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 174
        },
        {
          "entryTs": 1616147460,
          "entryUtc": "2021-03-19T09:51:00.000Z",
          "exitTs": 1616158800,
          "dir": 1,
          "entryPrice": 1737.991,
          "exitPrice": 1734.29,
          "stopDistance": 3.701,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 189
        },
        {
          "entryTs": 1616168940,
          "entryUtc": "2021-03-19T15:49:00.000Z",
          "exitTs": 1616177040,
          "dir": -1,
          "entryPrice": 1738.966,
          "exitPrice": 1743.494,
          "stopDistance": 4.528,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 135
        },
        {
          "entryTs": 1616366280,
          "entryUtc": "2021-03-21T22:38:00.000Z",
          "exitTs": 1616375520,
          "dir": -1,
          "entryPrice": 1741.677,
          "exitPrice": 1734.852,
          "stopDistance": 3.412,
          "outcome": "target",
          "netR": 1.8916,
          "holdMinutes": 154
        },
        {
          "entryTs": 1616380200,
          "entryUtc": "2021-03-22T02:30:00.000Z",
          "exitTs": 1616386680,
          "dir": -1,
          "entryPrice": 1737.651,
          "exitPrice": 1741.225,
          "stopDistance": 3.574,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 108
        },
        {
          "entryTs": 1616392740,
          "entryUtc": "2021-03-22T05:59:00.000Z",
          "exitTs": 1616393220,
          "dir": 1,
          "entryPrice": 1736.788,
          "exitPrice": 1733.635,
          "stopDistance": 3.153,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 8
        },
        {
          "entryTs": 1616416560,
          "entryUtc": "2021-03-22T12:36:00.000Z",
          "exitTs": 1616424420,
          "dir": 1,
          "entryPrice": 1730.667,
          "exitPrice": 1737.313,
          "stopDistance": 3.323,
          "outcome": "target",
          "netR": 1.8887,
          "holdMinutes": 131
        },
        {
          "entryTs": 1616450460,
          "entryUtc": "2021-03-22T22:01:00.000Z",
          "exitTs": 1616461920,
          "dir": -1,
          "entryPrice": 1739.498,
          "exitPrice": 1734.913,
          "stopDistance": 2.293,
          "outcome": "target",
          "netR": 1.8386,
          "holdMinutes": 191
        },
        {
          "entryTs": 1616484960,
          "entryUtc": "2021-03-23T07:36:00.000Z",
          "exitTs": 1616504880,
          "dir": 1,
          "entryPrice": 1738.248,
          "exitPrice": 1735.973,
          "stopDistance": 2.275,
          "outcome": "stop",
          "netR": -1.1846,
          "holdMinutes": 332
        },
        {
          "entryTs": 1616543460,
          "entryUtc": "2021-03-23T23:51:00.000Z",
          "exitTs": 1616547780,
          "dir": 1,
          "entryPrice": 1727.255,
          "exitPrice": 1725.135,
          "stopDistance": 2.12,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 72
        },
        {
          "entryTs": 1616575800,
          "entryUtc": "2021-03-24T08:50:00.000Z",
          "exitTs": 1616577120,
          "dir": -1,
          "entryPrice": 1730.551,
          "exitPrice": 1733.053,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 22
        },
        {
          "entryTs": 1616583060,
          "entryUtc": "2021-03-24T10:51:00.000Z",
          "exitTs": 1616601960,
          "dir": 1,
          "entryPrice": 1730.863,
          "exitPrice": 1736.377,
          "stopDistance": 2.757,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 315
        },
        {
          "entryTs": 1616619480,
          "entryUtc": "2021-03-24T20:58:00.000Z",
          "exitTs": 1616641920,
          "dir": -1,
          "entryPrice": 1734.188,
          "exitPrice": 1736.757,
          "stopDistance": 2.569,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 374
        },
        {
          "entryTs": 1616644800,
          "entryUtc": "2021-03-25T04:00:00.000Z",
          "exitTs": 1616656320,
          "dir": 1,
          "entryPrice": 1734.807,
          "exitPrice": 1732.454,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 192
        },
        {
          "entryTs": 1616658840,
          "entryUtc": "2021-03-25T07:54:00.000Z",
          "exitTs": 1616672760,
          "dir": -1,
          "entryPrice": 1734.167,
          "exitPrice": 1728.843,
          "stopDistance": 2.662,
          "outcome": "target",
          "netR": 1.861,
          "holdMinutes": 232
        },
        {
          "entryTs": 1616677260,
          "entryUtc": "2021-03-25T13:01:00.000Z",
          "exitTs": 1616678220,
          "dir": -1,
          "entryPrice": 1731.052,
          "exitPrice": 1733.557,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 16
        },
        {
          "entryTs": 1616686920,
          "entryUtc": "2021-03-25T15:42:00.000Z",
          "exitTs": 1616691660,
          "dir": 1,
          "entryPrice": 1730.868,
          "exitPrice": 1727.054,
          "stopDistance": 3.814,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 79
        },
        {
          "entryTs": 1616735460,
          "entryUtc": "2021-03-26T05:11:00.000Z",
          "exitTs": 1616751540,
          "dir": -1,
          "entryPrice": 1726.946,
          "exitPrice": 1729.899,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 268
        },
        {
          "entryTs": 1616753700,
          "entryUtc": "2021-03-26T10:15:00.000Z",
          "exitTs": 1616755920,
          "dir": 1,
          "entryPrice": 1728.283,
          "exitPrice": 1725.545,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 37
        },
        {
          "entryTs": 1616762160,
          "entryUtc": "2021-03-26T12:36:00.000Z",
          "exitTs": 1616770500,
          "dir": -1,
          "entryPrice": 1728.482,
          "exitPrice": 1731.349,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 139
        },
        {
          "entryTs": 1616792040,
          "entryUtc": "2021-03-26T20:54:00.000Z",
          "exitTs": 1616968800,
          "dir": -1,
          "entryPrice": 1732.596,
          "exitPrice": 1732.158,
          "stopDistance": 3.207,
          "outcome": "time",
          "netR": 0.0214,
          "holdMinutes": 2946
        },
        {
          "entryTs": 1616978040,
          "entryUtc": "2021-03-29T00:34:00.000Z",
          "exitTs": 1616979660,
          "dir": 1,
          "entryPrice": 1731.534,
          "exitPrice": 1729.512,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 27
        },
        {
          "entryTs": 1616982240,
          "entryUtc": "2021-03-29T01:44:00.000Z",
          "exitTs": 1616983740,
          "dir": -1,
          "entryPrice": 1729.922,
          "exitPrice": 1732.247,
          "stopDistance": 2.325,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 25
        },
        {
          "entryTs": 1617001560,
          "entryUtc": "2021-03-29T07:06:00.000Z",
          "exitTs": 1617022620,
          "dir": -1,
          "entryPrice": 1727.031,
          "exitPrice": 1721.781,
          "stopDistance": 2.625,
          "outcome": "target",
          "netR": 1.8591,
          "holdMinutes": 351
        },
        {
          "entryTs": 1617022860,
          "entryUtc": "2021-03-29T13:01:00.000Z",
          "exitTs": 1617024960,
          "dir": -1,
          "entryPrice": 1724.951,
          "exitPrice": 1719.349,
          "stopDistance": 2.801,
          "outcome": "target",
          "netR": 1.8679,
          "holdMinutes": 35
        },
        {
          "entryTs": 1617041160,
          "entryUtc": "2021-03-29T18:06:00.000Z",
          "exitTs": 1617073020,
          "dir": 1,
          "entryPrice": 1709.913,
          "exitPrice": 1705.575,
          "stopDistance": 4.338,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 531
        },
        {
          "entryTs": 1617084660,
          "entryUtc": "2021-03-30T06:11:00.000Z",
          "exitTs": 1617089280,
          "dir": -1,
          "entryPrice": 1706.286,
          "exitPrice": 1701.397,
          "stopDistance": 2.445,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 77
        },
        {
          "entryTs": 1617137280,
          "entryUtc": "2021-03-30T20:48:00.000Z",
          "exitTs": 1617172740,
          "dir": -1,
          "entryPrice": 1684.335,
          "exitPrice": 1688.093,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 591
        },
        {
          "entryTs": 1617177660,
          "entryUtc": "2021-03-31T08:01:00.000Z",
          "exitTs": 1617197580,
          "dir": 1,
          "entryPrice": 1683.59,
          "exitPrice": 1689.809,
          "stopDistance": 3.11,
          "outcome": "target",
          "netR": 1.881,
          "holdMinutes": 332
        },
        {
          "entryTs": 1617230820,
          "entryUtc": "2021-03-31T22:47:00.000Z",
          "exitTs": 1617246000,
          "dir": -1,
          "entryPrice": 1708.425,
          "exitPrice": 1712.217,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 253
        },
        {
          "entryTs": 1617268380,
          "entryUtc": "2021-04-01T09:13:00.000Z",
          "exitTs": 1617275520,
          "dir": 1,
          "entryPrice": 1713.647,
          "exitPrice": 1710.549,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 119
        },
        {
          "entryTs": 1617276120,
          "entryUtc": "2021-04-01T11:22:00.000Z",
          "exitTs": 1617278100,
          "dir": -1,
          "entryPrice": 1713.02,
          "exitPrice": 1716.193,
          "stopDistance": 3.173,
          "outcome": "stop",
          "netR": -1.1324,
          "holdMinutes": 33
        },
        {
          "entryTs": 1617293700,
          "entryUtc": "2021-04-01T16:15:00.000Z",
          "exitTs": 1617573600,
          "dir": 1,
          "entryPrice": 1725.668,
          "exitPrice": 1727.008,
          "stopDistance": 4.324,
          "outcome": "time",
          "netR": 0.2243,
          "holdMinutes": 4665
        },
        {
          "entryTs": 1617574500,
          "entryUtc": "2021-04-04T22:15:00.000Z",
          "exitTs": 1617667200,
          "dir": -1,
          "entryPrice": 1728.008,
          "exitPrice": 1729.889,
          "stopDistance": 2.779,
          "outcome": "time",
          "netR": -0.81,
          "holdMinutes": 1545
        },
        {
          "entryTs": 1617681960,
          "entryUtc": "2021-04-06T04:06:00.000Z",
          "exitTs": 1617687000,
          "dir": -1,
          "entryPrice": 1733.887,
          "exitPrice": 1736.481,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 84
        },
        {
          "entryTs": 1617691380,
          "entryUtc": "2021-04-06T06:43:00.000Z",
          "exitTs": 1617691740,
          "dir": 1,
          "entryPrice": 1734.208,
          "exitPrice": 1731.977,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 6
        },
        {
          "entryTs": 1617696240,
          "entryUtc": "2021-04-06T08:04:00.000Z",
          "exitTs": 1617710100,
          "dir": -1,
          "entryPrice": 1734.088,
          "exitPrice": 1736.699,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 231
        },
        {
          "entryTs": 1617739680,
          "entryUtc": "2021-04-06T20:08:00.000Z",
          "exitTs": 1617760080,
          "dir": -1,
          "entryPrice": 1743.498,
          "exitPrice": 1737.766,
          "stopDistance": 2.866,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 340
        },
        {
          "entryTs": 1617792840,
          "entryUtc": "2021-04-07T10:54:00.000Z",
          "exitTs": 1617796860,
          "dir": -1,
          "entryPrice": 1737.483,
          "exitPrice": 1732.206,
          "stopDistance": 2.638,
          "outcome": "target",
          "netR": 1.8598,
          "holdMinutes": 67
        },
        {
          "entryTs": 1617798720,
          "entryUtc": "2021-04-07T12:32:00.000Z",
          "exitTs": 1617800160,
          "dir": -1,
          "entryPrice": 1735.407,
          "exitPrice": 1738.45,
          "stopDistance": 3.043,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 24
        },
        {
          "entryTs": 1617801180,
          "entryUtc": "2021-04-07T13:13:00.000Z",
          "exitTs": 1617860340,
          "dir": 1,
          "entryPrice": 1736.288,
          "exitPrice": 1743.378,
          "stopDistance": 3.545,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 986
        },
        {
          "entryTs": 1617868140,
          "entryUtc": "2021-04-08T07:49:00.000Z",
          "exitTs": 1617871920,
          "dir": 1,
          "entryPrice": 1744.632,
          "exitPrice": 1741.862,
          "stopDistance": 2.77,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 63
        },
        {
          "entryTs": 1617911940,
          "entryUtc": "2021-04-08T19:59:00.000Z",
          "exitTs": 1617937980,
          "dir": -1,
          "entryPrice": 1755.781,
          "exitPrice": 1751.397,
          "stopDistance": 2.192,
          "outcome": "target",
          "netR": 1.8312,
          "holdMinutes": 434
        },
        {
          "entryTs": 1617968820,
          "entryUtc": "2021-04-09T11:47:00.000Z",
          "exitTs": 1617970800,
          "dir": 1,
          "entryPrice": 1745.736,
          "exitPrice": 1743.034,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 33
        },
        {
          "entryTs": 1617979680,
          "entryUtc": "2021-04-09T14:48:00.000Z",
          "exitTs": 1618178400,
          "dir": -1,
          "entryPrice": 1745.977,
          "exitPrice": 1743.658,
          "stopDistance": 2.792,
          "outcome": "time",
          "netR": 0.698,
          "holdMinutes": 3312
        },
        {
          "entryTs": 1618189200,
          "entryUtc": "2021-04-12T01:00:00.000Z",
          "exitTs": 1618192920,
          "dir": -1,
          "entryPrice": 1742.683,
          "exitPrice": 1738.475,
          "stopDistance": 2.104,
          "outcome": "target",
          "netR": 1.8241,
          "holdMinutes": 62
        },
        {
          "entryTs": 1618206960,
          "entryUtc": "2021-04-12T05:56:00.000Z",
          "exitTs": 1618208280,
          "dir": -1,
          "entryPrice": 1737.901,
          "exitPrice": 1740.143,
          "stopDistance": 2.241,
          "outcome": "stop",
          "netR": -1.1874,
          "holdMinutes": 22
        },
        {
          "entryTs": 1618212540,
          "entryUtc": "2021-04-12T07:29:00.000Z",
          "exitTs": 1618220460,
          "dir": 1,
          "entryPrice": 1738.555,
          "exitPrice": 1743.206,
          "stopDistance": 2.326,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 132
        },
        {
          "entryTs": 1618230180,
          "entryUtc": "2021-04-12T12:23:00.000Z",
          "exitTs": 1618233120,
          "dir": 1,
          "entryPrice": 1740.447,
          "exitPrice": 1737.727,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 49
        },
        {
          "entryTs": 1618254360,
          "entryUtc": "2021-04-12T19:06:00.000Z",
          "exitTs": 1618279500,
          "dir": -1,
          "entryPrice": 1730.798,
          "exitPrice": 1733.911,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 419
        },
        {
          "entryTs": 1618286100,
          "entryUtc": "2021-04-13T03:55:00.000Z",
          "exitTs": 1618288560,
          "dir": 1,
          "entryPrice": 1731.683,
          "exitPrice": 1729.315,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 41
        },
        {
          "entryTs": 1618305480,
          "entryUtc": "2021-04-13T09:18:00.000Z",
          "exitTs": 1618316160,
          "dir": -1,
          "entryPrice": 1729.943,
          "exitPrice": 1732.681,
          "stopDistance": 2.738,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 178
        },
        {
          "entryTs": 1618337220,
          "entryUtc": "2021-04-13T18:07:00.000Z",
          "exitTs": 1618405980,
          "dir": 1,
          "entryPrice": 1743.982,
          "exitPrice": 1739.74,
          "stopDistance": 4.241,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 1146
        },
        {
          "entryTs": 1618433100,
          "entryUtc": "2021-04-14T20:45:00.000Z",
          "exitTs": 1618463340,
          "dir": 1,
          "entryPrice": 1736.135,
          "exitPrice": 1741.214,
          "stopDistance": 2.54,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 504
        },
        {
          "entryTs": 1618482840,
          "entryUtc": "2021-04-15T10:34:00.000Z",
          "exitTs": 1618488900,
          "dir": 1,
          "entryPrice": 1746.257,
          "exitPrice": 1751.04,
          "stopDistance": 2.392,
          "outcome": "target",
          "netR": 1.8453,
          "holdMinutes": 101
        },
        {
          "entryTs": 1618489800,
          "entryUtc": "2021-04-15T12:30:00.000Z",
          "exitTs": 1618493580,
          "dir": 1,
          "entryPrice": 1748.072,
          "exitPrice": 1753.735,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 63
        },
        {
          "entryTs": 1618533240,
          "entryUtc": "2021-04-16T00:34:00.000Z",
          "exitTs": 1618534740,
          "dir": 1,
          "entryPrice": 1764.427,
          "exitPrice": 1762.318,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1992,
          "holdMinutes": 25
        },
        {
          "entryTs": 1618545720,
          "entryUtc": "2021-04-16T04:02:00.000Z",
          "exitTs": 1618551300,
          "dir": -1,
          "entryPrice": 1763.307,
          "exitPrice": 1765.655,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 93
        },
        {
          "entryTs": 1618579860,
          "entryUtc": "2021-04-16T13:31:00.000Z",
          "exitTs": 1618783200,
          "dir": 1,
          "entryPrice": 1773.728,
          "exitPrice": 1777.868,
          "stopDistance": 3.518,
          "outcome": "time",
          "netR": 1.0716,
          "holdMinutes": 3389
        },
        {
          "entryTs": 1618794900,
          "entryUtc": "2021-04-19T01:15:00.000Z",
          "exitTs": 1618796040,
          "dir": 1,
          "entryPrice": 1777.436,
          "exitPrice": 1774.853,
          "stopDistance": 2.584,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 19
        },
        {
          "entryTs": 1618801320,
          "entryUtc": "2021-04-19T03:02:00.000Z",
          "exitTs": 1618818060,
          "dir": -1,
          "entryPrice": 1779.187,
          "exitPrice": 1782.712,
          "stopDistance": 3.525,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 279
        },
        {
          "entryTs": 1618831620,
          "entryUtc": "2021-04-19T11:27:00.000Z",
          "exitTs": 1618832820,
          "dir": 1,
          "entryPrice": 1783.716,
          "exitPrice": 1780.245,
          "stopDistance": 3.471,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 20
        },
        {
          "entryTs": 1618849260,
          "entryUtc": "2021-04-19T16:21:00.000Z",
          "exitTs": 1618886040,
          "dir": 1,
          "entryPrice": 1771.253,
          "exitPrice": 1766.417,
          "stopDistance": 4.836,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 613
        },
        {
          "entryTs": 1618887480,
          "entryUtc": "2021-04-20T02:58:00.000Z",
          "exitTs": 1618888140,
          "dir": -1,
          "entryPrice": 1768.788,
          "exitPrice": 1771.514,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 11
        },
        {
          "entryTs": 1618896300,
          "entryUtc": "2021-04-20T05:25:00.000Z",
          "exitTs": 1618901040,
          "dir": 1,
          "entryPrice": 1770.521,
          "exitPrice": 1767.338,
          "stopDistance": 3.183,
          "outcome": "stop",
          "netR": -1.1319,
          "holdMinutes": 79
        },
        {
          "entryTs": 1618903500,
          "entryUtc": "2021-04-20T07:25:00.000Z",
          "exitTs": 1618904220,
          "dir": -1,
          "entryPrice": 1769.59,
          "exitPrice": 1772.76,
          "stopDistance": 3.17,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 12
        },
        {
          "entryTs": 1618905420,
          "entryUtc": "2021-04-20T07:57:00.000Z",
          "exitTs": 1618906140,
          "dir": 1,
          "entryPrice": 1771.557,
          "exitPrice": 1768.072,
          "stopDistance": 3.484,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 12
        },
        {
          "entryTs": 1618912620,
          "entryUtc": "2021-04-20T09:57:00.000Z",
          "exitTs": 1618916640,
          "dir": -1,
          "entryPrice": 1768.841,
          "exitPrice": 1772.831,
          "stopDistance": 3.99,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 67
        },
        {
          "entryTs": 1618921860,
          "entryUtc": "2021-04-20T12:31:00.000Z",
          "exitTs": 1618927260,
          "dir": 1,
          "entryPrice": 1769.047,
          "exitPrice": 1777.242,
          "stopDistance": 4.098,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 90
        },
        {
          "entryTs": 1618963980,
          "entryUtc": "2021-04-21T00:13:00.000Z",
          "exitTs": 1618966980,
          "dir": -1,
          "entryPrice": 1777.862,
          "exitPrice": 1779.979,
          "stopDistance": 2.117,
          "outcome": "stop",
          "netR": -1.1984,
          "holdMinutes": 50
        },
        {
          "entryTs": 1618978440,
          "entryUtc": "2021-04-21T04:14:00.000Z",
          "exitTs": 1618987500,
          "dir": 1,
          "entryPrice": 1781.445,
          "exitPrice": 1787.027,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 151
        },
        {
          "entryTs": 1618990560,
          "entryUtc": "2021-04-21T07:36:00.000Z",
          "exitTs": 1618994700,
          "dir": 1,
          "entryPrice": 1782.928,
          "exitPrice": 1780.463,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 69
        },
        {
          "entryTs": 1619004840,
          "entryUtc": "2021-04-21T11:34:00.000Z",
          "exitTs": 1619008200,
          "dir": -1,
          "entryPrice": 1783.065,
          "exitPrice": 1786.197,
          "stopDistance": 3.132,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 56
        },
        {
          "entryTs": 1619051820,
          "entryUtc": "2021-04-22T00:37:00.000Z",
          "exitTs": 1619053620,
          "dir": -1,
          "entryPrice": 1793.683,
          "exitPrice": 1795.522,
          "stopDistance": 1.839,
          "outcome": "stop",
          "netR": -1.2284,
          "holdMinutes": 30
        },
        {
          "entryTs": 1619057220,
          "entryUtc": "2021-04-22T02:07:00.000Z",
          "exitTs": 1619064600,
          "dir": 1,
          "entryPrice": 1795.052,
          "exitPrice": 1792.787,
          "stopDistance": 2.264,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 123
        },
        {
          "entryTs": 1619069280,
          "entryUtc": "2021-04-22T05:28:00.000Z",
          "exitTs": 1619071500,
          "dir": -1,
          "entryPrice": 1793.823,
          "exitPrice": 1789.568,
          "stopDistance": 2.128,
          "outcome": "target",
          "netR": 1.8261,
          "holdMinutes": 37
        },
        {
          "entryTs": 1619073300,
          "entryUtc": "2021-04-22T06:35:00.000Z",
          "exitTs": 1619083800,
          "dir": -1,
          "entryPrice": 1791.643,
          "exitPrice": 1786.352,
          "stopDistance": 2.645,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 175
        },
        {
          "entryTs": 1619090400,
          "entryUtc": "2021-04-22T11:20:00.000Z",
          "exitTs": 1619096640,
          "dir": -1,
          "entryPrice": 1787.89,
          "exitPrice": 1781.588,
          "stopDistance": 3.151,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 104
        },
        {
          "entryTs": 1619133480,
          "entryUtc": "2021-04-22T23:18:00.000Z",
          "exitTs": 1619142240,
          "dir": 1,
          "entryPrice": 1784.133,
          "exitPrice": 1789.15,
          "stopDistance": 2.509,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 146
        },
        {
          "entryTs": 1619157720,
          "entryUtc": "2021-04-23T06:02:00.000Z",
          "exitTs": 1619174820,
          "dir": -1,
          "entryPrice": 1785.262,
          "exitPrice": 1787.321,
          "stopDistance": 2.059,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 285
        },
        {
          "entryTs": 1619185080,
          "entryUtc": "2021-04-23T13:38:00.000Z",
          "exitTs": 1619185920,
          "dir": 1,
          "entryPrice": 1785.78,
          "exitPrice": 1783.185,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 14
        },
        {
          "entryTs": 1619198460,
          "entryUtc": "2021-04-23T17:21:00.000Z",
          "exitTs": 1619388000,
          "dir": 1,
          "entryPrice": 1777.326,
          "exitPrice": 1775.968,
          "stopDistance": 3.876,
          "outcome": "time",
          "netR": -0.4459,
          "holdMinutes": 3159
        },
        {
          "entryTs": 1619394900,
          "entryUtc": "2021-04-25T23:55:00.000Z",
          "exitTs": 1619396760,
          "dir": -1,
          "entryPrice": 1775.547,
          "exitPrice": 1777.678,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 31
        },
        {
          "entryTs": 1619413020,
          "entryUtc": "2021-04-26T04:57:00.000Z",
          "exitTs": 1619417040,
          "dir": 1,
          "entryPrice": 1780.358,
          "exitPrice": 1777.974,
          "stopDistance": 2.384,
          "outcome": "stop",
          "netR": -1.1761,
          "holdMinutes": 67
        },
        {
          "entryTs": 1619424900,
          "entryUtc": "2021-04-26T08:15:00.000Z",
          "exitTs": 1619435580,
          "dir": 1,
          "entryPrice": 1779.908,
          "exitPrice": 1776.966,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 178
        },
        {
          "entryTs": 1619442540,
          "entryUtc": "2021-04-26T13:09:00.000Z",
          "exitTs": 1619445600,
          "dir": -1,
          "entryPrice": 1779.487,
          "exitPrice": 1773.844,
          "stopDistance": 2.821,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 51
        },
        {
          "entryTs": 1619482020,
          "entryUtc": "2021-04-27T00:07:00.000Z",
          "exitTs": 1619485200,
          "dir": -1,
          "entryPrice": 1781.171,
          "exitPrice": 1782.944,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 53
        },
        {
          "entryTs": 1619504040,
          "entryUtc": "2021-04-27T06:14:00.000Z",
          "exitTs": 1619509860,
          "dir": 1,
          "entryPrice": 1780.27,
          "exitPrice": 1778.053,
          "stopDistance": 2.217,
          "outcome": "stop",
          "netR": -1.1895,
          "holdMinutes": 97
        },
        {
          "entryTs": 1619515620,
          "entryUtc": "2021-04-27T09:27:00.000Z",
          "exitTs": 1619522640,
          "dir": -1,
          "entryPrice": 1780.511,
          "exitPrice": 1782.992,
          "stopDistance": 2.48,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 117
        },
        {
          "entryTs": 1619525400,
          "entryUtc": "2021-04-27T12:10:00.000Z",
          "exitTs": 1619530380,
          "dir": 1,
          "entryPrice": 1780.978,
          "exitPrice": 1778.234,
          "stopDistance": 2.744,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 83
        },
        {
          "entryTs": 1619531400,
          "entryUtc": "2021-04-27T13:50:00.000Z",
          "exitTs": 1619568180,
          "dir": -1,
          "entryPrice": 1781.596,
          "exitPrice": 1773.536,
          "stopDistance": 4.03,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 613
        },
        {
          "entryTs": 1619586720,
          "entryUtc": "2021-04-28T05:12:00.000Z",
          "exitTs": 1619590980,
          "dir": -1,
          "entryPrice": 1771.551,
          "exitPrice": 1767.847,
          "stopDistance": 1.852,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 71
        },
        {
          "entryTs": 1619613480,
          "entryUtc": "2021-04-28T12:38:00.000Z",
          "exitTs": 1619614620,
          "dir": -1,
          "entryPrice": 1766.571,
          "exitPrice": 1769.609,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 19
        },
        {
          "entryTs": 1619617200,
          "entryUtc": "2021-04-28T13:40:00.000Z",
          "exitTs": 1619619000,
          "dir": 1,
          "entryPrice": 1767.048,
          "exitPrice": 1774.234,
          "stopDistance": 3.593,
          "outcome": "target",
          "netR": 1.897,
          "holdMinutes": 30
        },
        {
          "entryTs": 1619630460,
          "entryUtc": "2021-04-28T17:21:00.000Z",
          "exitTs": 1619635020,
          "dir": 1,
          "entryPrice": 1773.502,
          "exitPrice": 1781.107,
          "stopDistance": 3.803,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 76
        },
        {
          "entryTs": 1619668680,
          "entryUtc": "2021-04-29T03:58:00.000Z",
          "exitTs": 1619676660,
          "dir": 1,
          "entryPrice": 1784.487,
          "exitPrice": 1781.985,
          "stopDistance": 2.502,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 133
        },
        {
          "entryTs": 1619698440,
          "entryUtc": "2021-04-29T12:14:00.000Z",
          "exitTs": 1619700540,
          "dir": -1,
          "entryPrice": 1778.047,
          "exitPrice": 1780.832,
          "stopDistance": 2.784,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 35
        },
        {
          "entryTs": 1619701560,
          "entryUtc": "2021-04-29T13:06:00.000Z",
          "exitTs": 1619701800,
          "dir": 1,
          "entryPrice": 1776.241,
          "exitPrice": 1772.71,
          "stopDistance": 3.532,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 4
        },
        {
          "entryTs": 1619735340,
          "entryUtc": "2021-04-29T22:29:00.000Z",
          "exitTs": 1619745000,
          "dir": 1,
          "entryPrice": 1770.906,
          "exitPrice": 1767.613,
          "stopDistance": 3.293,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 161
        },
        {
          "entryTs": 1619756520,
          "entryUtc": "2021-04-30T04:22:00.000Z",
          "exitTs": 1619763600,
          "dir": -1,
          "entryPrice": 1767.716,
          "exitPrice": 1770.415,
          "stopDistance": 2.699,
          "outcome": "stop",
          "netR": -1.1556,
          "holdMinutes": 118
        },
        {
          "entryTs": 1619768700,
          "entryUtc": "2021-04-30T07:45:00.000Z",
          "exitTs": 1619778120,
          "dir": 1,
          "entryPrice": 1769.132,
          "exitPrice": 1766.703,
          "stopDistance": 2.429,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 157
        },
        {
          "entryTs": 1619779020,
          "entryUtc": "2021-04-30T10:37:00.000Z",
          "exitTs": 1619781600,
          "dir": -1,
          "entryPrice": 1769.484,
          "exitPrice": 1772.256,
          "stopDistance": 2.772,
          "outcome": "stop",
          "netR": -1.1515,
          "holdMinutes": 43
        },
        {
          "entryTs": 1619783520,
          "entryUtc": "2021-04-30T11:52:00.000Z",
          "exitTs": 1619785020,
          "dir": 1,
          "entryPrice": 1769.471,
          "exitPrice": 1766.807,
          "stopDistance": 2.664,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 25
        },
        {
          "entryTs": 1619814300,
          "entryUtc": "2021-04-30T20:25:00.000Z",
          "exitTs": 1619992800,
          "dir": -1,
          "entryPrice": 1768.568,
          "exitPrice": 1767.608,
          "stopDistance": 2.894,
          "outcome": "time",
          "netR": 0.2039,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1620115620,
          "entryUtc": "2021-05-04T08:07:00.000Z",
          "exitTs": 1620121020,
          "dir": -1,
          "entryPrice": 1788.411,
          "exitPrice": 1783.623,
          "stopDistance": 2.394,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 90
        },
        {
          "entryTs": 1620128880,
          "entryUtc": "2021-05-04T11:48:00.000Z",
          "exitTs": 1620129060,
          "dir": 1,
          "entryPrice": 1784.038,
          "exitPrice": 1780.826,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 3
        },
        {
          "entryTs": 1620131400,
          "entryUtc": "2021-05-04T12:30:00.000Z",
          "exitTs": 1620133320,
          "dir": -1,
          "entryPrice": 1786.678,
          "exitPrice": 1789.678,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 32
        },
        {
          "entryTs": 1620141180,
          "entryUtc": "2021-05-04T15:13:00.000Z",
          "exitTs": 1620141180,
          "dir": 1,
          "entryPrice": 1783.973,
          "exitPrice": 1780.383,
          "stopDistance": 3.59,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 0
        },
        {
          "entryTs": 1620175080,
          "entryUtc": "2021-05-05T00:38:00.000Z",
          "exitTs": 1620181800,
          "dir": -1,
          "entryPrice": 1778.237,
          "exitPrice": 1780.927,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 112
        },
        {
          "entryTs": 1620190560,
          "entryUtc": "2021-05-05T04:56:00.000Z",
          "exitTs": 1620192000,
          "dir": 1,
          "entryPrice": 1780.567,
          "exitPrice": 1778.376,
          "stopDistance": 2.19,
          "outcome": "stop",
          "netR": -1.1917,
          "holdMinutes": 24
        },
        {
          "entryTs": 1620205440,
          "entryUtc": "2021-05-05T09:04:00.000Z",
          "exitTs": 1620207660,
          "dir": -1,
          "entryPrice": 1776.292,
          "exitPrice": 1778.723,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 37
        },
        {
          "entryTs": 1620212520,
          "entryUtc": "2021-05-05T11:02:00.000Z",
          "exitTs": 1620217620,
          "dir": 1,
          "entryPrice": 1776.422,
          "exitPrice": 1773.98,
          "stopDistance": 2.442,
          "outcome": "stop",
          "netR": -1.172,
          "holdMinutes": 85
        },
        {
          "entryTs": 1620218460,
          "entryUtc": "2021-05-05T12:41:00.000Z",
          "exitTs": 1620218940,
          "dir": -1,
          "entryPrice": 1776.523,
          "exitPrice": 1779.504,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 8
        },
        {
          "entryTs": 1620220980,
          "entryUtc": "2021-05-05T13:23:00.000Z",
          "exitTs": 1620245820,
          "dir": 1,
          "entryPrice": 1779.396,
          "exitPrice": 1787.266,
          "stopDistance": 3.935,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 414
        },
        {
          "entryTs": 1620255720,
          "entryUtc": "2021-05-05T23:02:00.000Z",
          "exitTs": 1620262800,
          "dir": -1,
          "entryPrice": 1786.753,
          "exitPrice": 1782.302,
          "stopDistance": 2.226,
          "outcome": "target",
          "netR": 1.8338,
          "holdMinutes": 118
        },
        {
          "entryTs": 1620265500,
          "entryUtc": "2021-05-06T01:45:00.000Z",
          "exitTs": 1620280320,
          "dir": 1,
          "entryPrice": 1786.478,
          "exitPrice": 1791.651,
          "stopDistance": 2.587,
          "outcome": "target",
          "netR": 1.857,
          "holdMinutes": 247
        },
        {
          "entryTs": 1620301200,
          "entryUtc": "2021-05-06T11:40:00.000Z",
          "exitTs": 1620303660,
          "dir": -1,
          "entryPrice": 1793.237,
          "exitPrice": 1795.8,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 41
        },
        {
          "entryTs": 1620304260,
          "entryUtc": "2021-05-06T12:31:00.000Z",
          "exitTs": 1620308100,
          "dir": 1,
          "entryPrice": 1792.308,
          "exitPrice": 1798.273,
          "stopDistance": 2.983,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620325920,
          "entryUtc": "2021-05-06T18:32:00.000Z",
          "exitTs": 1620356520,
          "dir": -1,
          "entryPrice": 1814.727,
          "exitPrice": 1818.558,
          "stopDistance": 3.831,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 510
        },
        {
          "entryTs": 1620367440,
          "entryUtc": "2021-05-07T06:04:00.000Z",
          "exitTs": 1620376620,
          "dir": -1,
          "entryPrice": 1819.648,
          "exitPrice": 1822.38,
          "stopDistance": 2.732,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 153
        },
        {
          "entryTs": 1620377820,
          "entryUtc": "2021-05-07T08:57:00.000Z",
          "exitTs": 1620390600,
          "dir": 1,
          "entryPrice": 1819.936,
          "exitPrice": 1825.769,
          "stopDistance": 2.916,
          "outcome": "target",
          "netR": 1.8731,
          "holdMinutes": 213
        },
        {
          "entryTs": 1620392820,
          "entryUtc": "2021-05-07T13:07:00.000Z",
          "exitTs": 1620395940,
          "dir": 1,
          "entryPrice": 1829.571,
          "exitPrice": 1838.983,
          "stopDistance": 4.706,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 52
        },
        {
          "entryTs": 1620418260,
          "entryUtc": "2021-05-07T20:11:00.000Z",
          "exitTs": 1620597600,
          "dir": 1,
          "entryPrice": 1830.858,
          "exitPrice": 1832.608,
          "stopDistance": 3.8,
          "outcome": "time",
          "netR": 0.3632,
          "holdMinutes": 2989
        },
        {
          "entryTs": 1620605220,
          "entryUtc": "2021-05-10T00:07:00.000Z",
          "exitTs": 1620625800,
          "dir": 1,
          "entryPrice": 1832.643,
          "exitPrice": 1838.845,
          "stopDistance": 3.101,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 343
        },
        {
          "entryTs": 1620628680,
          "entryUtc": "2021-05-10T06:38:00.000Z",
          "exitTs": 1620645060,
          "dir": 1,
          "entryPrice": 1834.767,
          "exitPrice": 1840.526,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 273
        },
        {
          "entryTs": 1620676020,
          "entryUtc": "2021-05-10T19:47:00.000Z",
          "exitTs": 1620732000,
          "dir": -1,
          "entryPrice": 1837.823,
          "exitPrice": 1841.562,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 933
        },
        {
          "entryTs": 1620736200,
          "entryUtc": "2021-05-11T12:30:00.000Z",
          "exitTs": 1620737580,
          "dir": 1,
          "entryPrice": 1835.437,
          "exitPrice": 1832.585,
          "stopDistance": 2.852,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 23
        },
        {
          "entryTs": 1620819240,
          "entryUtc": "2021-05-12T11:34:00.000Z",
          "exitTs": 1620822600,
          "dir": 1,
          "entryPrice": 1833.602,
          "exitPrice": 1831.147,
          "stopDistance": 2.455,
          "outcome": "stop",
          "netR": -1.1711,
          "holdMinutes": 56
        },
        {
          "entryTs": 1620825420,
          "entryUtc": "2021-05-12T13:17:00.000Z",
          "exitTs": 1620825480,
          "dir": 1,
          "entryPrice": 1836.758,
          "exitPrice": 1832.383,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 1
        },
        {
          "entryTs": 1620864180,
          "entryUtc": "2021-05-13T00:03:00.000Z",
          "exitTs": 1620870120,
          "dir": 1,
          "entryPrice": 1815.286,
          "exitPrice": 1822.59,
          "stopDistance": 3.652,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 99
        },
        {
          "entryTs": 1620891420,
          "entryUtc": "2021-05-13T07:37:00.000Z",
          "exitTs": 1620892260,
          "dir": 1,
          "entryPrice": 1818.576,
          "exitPrice": 1815.807,
          "stopDistance": 2.769,
          "outcome": "stop",
          "netR": -1.1517,
          "holdMinutes": 14
        },
        {
          "entryTs": 1620893820,
          "entryUtc": "2021-05-13T08:17:00.000Z",
          "exitTs": 1620899760,
          "dir": -1,
          "entryPrice": 1817.936,
          "exitPrice": 1811.568,
          "stopDistance": 3.184,
          "outcome": "target",
          "netR": 1.8838,
          "holdMinutes": 99
        },
        {
          "entryTs": 1620903900,
          "entryUtc": "2021-05-13T11:05:00.000Z",
          "exitTs": 1620909060,
          "dir": -1,
          "entryPrice": 1814.468,
          "exitPrice": 1818.036,
          "stopDistance": 3.568,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 86
        },
        {
          "entryTs": 1620949980,
          "entryUtc": "2021-05-13T23:53:00.000Z",
          "exitTs": 1620959880,
          "dir": -1,
          "entryPrice": 1826.26,
          "exitPrice": 1821.445,
          "stopDistance": 2.408,
          "outcome": "target",
          "netR": 1.8463,
          "holdMinutes": 165
        },
        {
          "entryTs": 1620967380,
          "entryUtc": "2021-05-14T04:43:00.000Z",
          "exitTs": 1620971220,
          "dir": -1,
          "entryPrice": 1823.553,
          "exitPrice": 1826.052,
          "stopDistance": 2.5,
          "outcome": "stop",
          "netR": -1.168,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620995400,
          "entryUtc": "2021-05-14T12:30:00.000Z",
          "exitTs": 1621017000,
          "dir": 1,
          "entryPrice": 1835.565,
          "exitPrice": 1841.564,
          "stopDistance": 2.999,
          "outcome": "target",
          "netR": 1.8766,
          "holdMinutes": 360
        },
        {
          "entryTs": 1621212720,
          "entryUtc": "2021-05-17T00:52:00.000Z",
          "exitTs": 1621214400,
          "dir": 1,
          "entryPrice": 1843.731,
          "exitPrice": 1849.876,
          "stopDistance": 3.073,
          "outcome": "target",
          "netR": 1.8796,
          "holdMinutes": 28
        },
        {
          "entryTs": 1621231080,
          "entryUtc": "2021-05-17T05:58:00.000Z",
          "exitTs": 1621243860,
          "dir": 1,
          "entryPrice": 1852.7,
          "exitPrice": 1850.124,
          "stopDistance": 2.576,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 213
        },
        {
          "entryTs": 1621254000,
          "entryUtc": "2021-05-17T12:20:00.000Z",
          "exitTs": 1621255740,
          "dir": -1,
          "entryPrice": 1850.297,
          "exitPrice": 1845.646,
          "stopDistance": 2.325,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 29
        },
        {
          "entryTs": 1621285080,
          "entryUtc": "2021-05-17T20:58:00.000Z",
          "exitTs": 1621297320,
          "dir": -1,
          "entryPrice": 1866.888,
          "exitPrice": 1869.551,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 204
        },
        {
          "entryTs": 1621318800,
          "entryUtc": "2021-05-18T06:20:00.000Z",
          "exitTs": 1621337340,
          "dir": 1,
          "entryPrice": 1868.85,
          "exitPrice": 1866.441,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 309
        },
        {
          "entryTs": 1621337700,
          "entryUtc": "2021-05-18T11:35:00.000Z",
          "exitTs": 1621338840,
          "dir": -1,
          "entryPrice": 1867.765,
          "exitPrice": 1870.099,
          "stopDistance": 2.334,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 19
        },
        {
          "entryTs": 1621342080,
          "entryUtc": "2021-05-18T12:48:00.000Z",
          "exitTs": 1621343460,
          "dir": 1,
          "entryPrice": 1868.831,
          "exitPrice": 1866.253,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 23
        },
        {
          "entryTs": 1621382400,
          "entryUtc": "2021-05-19T00:00:00.000Z",
          "exitTs": 1621386900,
          "dir": 1,
          "entryPrice": 1869.553,
          "exitPrice": 1867.758,
          "stopDistance": 1.795,
          "outcome": "stop",
          "netR": -1.234,
          "holdMinutes": 75
        },
        {
          "entryTs": 1621389060,
          "entryUtc": "2021-05-19T01:51:00.000Z",
          "exitTs": 1621389900,
          "dir": -1,
          "entryPrice": 1868.788,
          "exitPrice": 1864.419,
          "stopDistance": 2.185,
          "outcome": "target",
          "netR": 1.8306,
          "holdMinutes": 14
        },
        {
          "entryTs": 1621410480,
          "entryUtc": "2021-05-19T07:48:00.000Z",
          "exitTs": 1621410780,
          "dir": 1,
          "entryPrice": 1869.73,
          "exitPrice": 1867.406,
          "stopDistance": 2.324,
          "outcome": "stop",
          "netR": -1.1807,
          "holdMinutes": 5
        },
        {
          "entryTs": 1621426800,
          "entryUtc": "2021-05-19T12:20:00.000Z",
          "exitTs": 1621428780,
          "dir": -1,
          "entryPrice": 1863.552,
          "exitPrice": 1867.686,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 33
        },
        {
          "entryTs": 1621442400,
          "entryUtc": "2021-05-19T16:40:00.000Z",
          "exitTs": 1621447440,
          "dir": 1,
          "entryPrice": 1881.395,
          "exitPrice": 1874.475,
          "stopDistance": 6.92,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 84
        },
        {
          "entryTs": 1621472880,
          "entryUtc": "2021-05-20T01:08:00.000Z",
          "exitTs": 1621480380,
          "dir": 1,
          "entryPrice": 1867.845,
          "exitPrice": 1876.01,
          "stopDistance": 4.082,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 125
        },
        {
          "entryTs": 1621492500,
          "entryUtc": "2021-05-20T06:35:00.000Z",
          "exitTs": 1621502580,
          "dir": -1,
          "entryPrice": 1875.797,
          "exitPrice": 1869.102,
          "stopDistance": 3.347,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 168
        },
        {
          "entryTs": 1621510020,
          "entryUtc": "2021-05-20T11:27:00.000Z",
          "exitTs": 1621518360,
          "dir": -1,
          "entryPrice": 1872.352,
          "exitPrice": 1875.884,
          "stopDistance": 3.532,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 139
        },
        {
          "entryTs": 1621533000,
          "entryUtc": "2021-05-20T17:50:00.000Z",
          "exitTs": 1621533600,
          "dir": 1,
          "entryPrice": 1879.758,
          "exitPrice": 1875.844,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 10
        },
        {
          "entryTs": 1621540740,
          "entryUtc": "2021-05-20T19:59:00.000Z",
          "exitTs": 1621563840,
          "dir": -1,
          "entryPrice": 1878.473,
          "exitPrice": 1871.017,
          "stopDistance": 3.728,
          "outcome": "target",
          "netR": 1.9008,
          "holdMinutes": 385
        },
        {
          "entryTs": 1621583820,
          "entryUtc": "2021-05-21T07:57:00.000Z",
          "exitTs": 1621584360,
          "dir": -1,
          "entryPrice": 1874.768,
          "exitPrice": 1877.034,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 9
        },
        {
          "entryTs": 1621604700,
          "entryUtc": "2021-05-21T13:45:00.000Z",
          "exitTs": 1621605000,
          "dir": 1,
          "entryPrice": 1879.283,
          "exitPrice": 1876.746,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 5
        },
        {
          "entryTs": 1621817700,
          "entryUtc": "2021-05-24T00:55:00.000Z",
          "exitTs": 1621821240,
          "dir": 1,
          "entryPrice": 1881.281,
          "exitPrice": 1886.576,
          "stopDistance": 2.648,
          "outcome": "target",
          "netR": 1.8603,
          "holdMinutes": 59
        },
        {
          "entryTs": 1621834440,
          "entryUtc": "2021-05-24T05:34:00.000Z",
          "exitTs": 1621836360,
          "dir": 1,
          "entryPrice": 1884.318,
          "exitPrice": 1882.223,
          "stopDistance": 2.095,
          "outcome": "stop",
          "netR": -1.2005,
          "holdMinutes": 32
        },
        {
          "entryTs": 1621838100,
          "entryUtc": "2021-05-24T06:35:00.000Z",
          "exitTs": 1621845300,
          "dir": -1,
          "entryPrice": 1883.536,
          "exitPrice": 1878.858,
          "stopDistance": 2.339,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 120
        },
        {
          "entryTs": 1621845900,
          "entryUtc": "2021-05-24T08:45:00.000Z",
          "exitTs": 1621851420,
          "dir": -1,
          "entryPrice": 1879.023,
          "exitPrice": 1881.77,
          "stopDistance": 2.747,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 92
        },
        {
          "entryTs": 1621861080,
          "entryUtc": "2021-05-24T12:58:00.000Z",
          "exitTs": 1621863720,
          "dir": 1,
          "entryPrice": 1879.823,
          "exitPrice": 1885.451,
          "stopDistance": 2.814,
          "outcome": "target",
          "netR": 1.8685,
          "holdMinutes": 44
        },
        {
          "entryTs": 1621885740,
          "entryUtc": "2021-05-24T19:49:00.000Z",
          "exitTs": 1621897800,
          "dir": -1,
          "entryPrice": 1882.786,
          "exitPrice": 1878.208,
          "stopDistance": 2.289,
          "outcome": "target",
          "netR": 1.8384,
          "holdMinutes": 201
        },
        {
          "entryTs": 1621911780,
          "entryUtc": "2021-05-25T03:03:00.000Z",
          "exitTs": 1621924620,
          "dir": -1,
          "entryPrice": 1878.126,
          "exitPrice": 1880.735,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 214
        },
        {
          "entryTs": 1621944120,
          "entryUtc": "2021-05-25T12:02:00.000Z",
          "exitTs": 1621950420,
          "dir": -1,
          "entryPrice": 1882.536,
          "exitPrice": 1885.411,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 105
        },
        {
          "entryTs": 1621980000,
          "entryUtc": "2021-05-25T22:00:00.000Z",
          "exitTs": 1621992000,
          "dir": 1,
          "entryPrice": 1898.592,
          "exitPrice": 1904.078,
          "stopDistance": 2.743,
          "outcome": "target",
          "netR": 1.8651,
          "holdMinutes": 200
        },
        {
          "entryTs": 1622020440,
          "entryUtc": "2021-05-26T09:14:00.000Z",
          "exitTs": 1622032080,
          "dir": 1,
          "entryPrice": 1904.343,
          "exitPrice": 1910.397,
          "stopDistance": 3.027,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 194
        },
        {
          "entryTs": 1622033640,
          "entryUtc": "2021-05-26T12:54:00.000Z",
          "exitTs": 1622034240,
          "dir": 1,
          "entryPrice": 1907.688,
          "exitPrice": 1904.304,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 10
        },
        {
          "entryTs": 1622035860,
          "entryUtc": "2021-05-26T13:31:00.000Z",
          "exitTs": 1622050920,
          "dir": -1,
          "entryPrice": 1905.408,
          "exitPrice": 1897.485,
          "stopDistance": 3.961,
          "outcome": "target",
          "netR": 1.9066,
          "holdMinutes": 251
        },
        {
          "entryTs": 1622071920,
          "entryUtc": "2021-05-26T23:32:00.000Z",
          "exitTs": 1622076300,
          "dir": 1,
          "entryPrice": 1896.638,
          "exitPrice": 1894.261,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 73
        },
        {
          "entryTs": 1622083680,
          "entryUtc": "2021-05-27T02:48:00.000Z",
          "exitTs": 1622090820,
          "dir": -1,
          "entryPrice": 1896.358,
          "exitPrice": 1898.68,
          "stopDistance": 2.322,
          "outcome": "stop",
          "netR": -1.1809,
          "holdMinutes": 119
        },
        {
          "entryTs": 1622104860,
          "entryUtc": "2021-05-27T08:41:00.000Z",
          "exitTs": 1622105100,
          "dir": 1,
          "entryPrice": 1896.647,
          "exitPrice": 1894.209,
          "stopDistance": 2.438,
          "outcome": "stop",
          "netR": -1.1723,
          "holdMinutes": 4
        },
        {
          "entryTs": 1622116380,
          "entryUtc": "2021-05-27T11:53:00.000Z",
          "exitTs": 1622120220,
          "dir": -1,
          "entryPrice": 1895.206,
          "exitPrice": 1898.327,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 64
        },
        {
          "entryTs": 1622147340,
          "entryUtc": "2021-05-27T20:29:00.000Z",
          "exitTs": 1622167080,
          "dir": 1,
          "entryPrice": 1897.026,
          "exitPrice": 1893.761,
          "stopDistance": 3.265,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 329
        },
        {
          "entryTs": 1622186040,
          "entryUtc": "2021-05-28T07:14:00.000Z",
          "exitTs": 1622190960,
          "dir": -1,
          "entryPrice": 1890.435,
          "exitPrice": 1892.809,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 82
        },
        {
          "entryTs": 1622205180,
          "entryUtc": "2021-05-28T12:33:00.000Z",
          "exitTs": 1622206020,
          "dir": -1,
          "entryPrice": 1892.496,
          "exitPrice": 1894.822,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 14
        },
        {
          "entryTs": 1622425500,
          "entryUtc": "2021-05-31T01:45:00.000Z",
          "exitTs": 1622429220,
          "dir": 1,
          "entryPrice": 1905.113,
          "exitPrice": 1910.139,
          "stopDistance": 2.513,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 62
        },
        {
          "entryTs": 1622435220,
          "entryUtc": "2021-05-31T04:27:00.000Z",
          "exitTs": 1622443200,
          "dir": 1,
          "entryPrice": 1907.073,
          "exitPrice": 1904.486,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 133
        },
        {
          "entryTs": 1622446260,
          "entryUtc": "2021-05-31T07:31:00.000Z",
          "exitTs": 1622504580,
          "dir": -1,
          "entryPrice": 1905.683,
          "exitPrice": 1908.21,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 972
        },
        {
          "entryTs": 1622506260,
          "entryUtc": "2021-06-01T00:11:00.000Z",
          "exitTs": 1622510640,
          "dir": 1,
          "entryPrice": 1906.488,
          "exitPrice": 1909.926,
          "stopDistance": 1.719,
          "outcome": "target",
          "netR": 1.7847,
          "holdMinutes": 73
        },
        {
          "entryTs": 1622525460,
          "entryUtc": "2021-06-01T05:31:00.000Z",
          "exitTs": 1622527620,
          "dir": -1,
          "entryPrice": 1911.695,
          "exitPrice": 1913.768,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 36
        },
        {
          "entryTs": 1622534100,
          "entryUtc": "2021-06-01T07:55:00.000Z",
          "exitTs": 1622535600,
          "dir": 1,
          "entryPrice": 1911.811,
          "exitPrice": 1909.745,
          "stopDistance": 2.067,
          "outcome": "stop",
          "netR": -1.2032,
          "holdMinutes": 25
        },
        {
          "entryTs": 1622547480,
          "entryUtc": "2021-06-01T11:38:00.000Z",
          "exitTs": 1622553600,
          "dir": -1,
          "entryPrice": 1908.167,
          "exitPrice": 1911.392,
          "stopDistance": 3.225,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 102
        },
        {
          "entryTs": 1622556000,
          "entryUtc": "2021-06-01T14:00:00.000Z",
          "exitTs": 1622556300,
          "dir": -1,
          "entryPrice": 1906.653,
          "exitPrice": 1898.37,
          "stopDistance": 4.142,
          "outcome": "target",
          "netR": 1.9107,
          "holdMinutes": 5
        },
        {
          "entryTs": 1622588640,
          "entryUtc": "2021-06-01T23:04:00.000Z",
          "exitTs": 1622596440,
          "dir": -1,
          "entryPrice": 1899.364,
          "exitPrice": 1901.587,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 130
        },
        {
          "entryTs": 1622597340,
          "entryUtc": "2021-06-02T01:29:00.000Z",
          "exitTs": 1622603460,
          "dir": 1,
          "entryPrice": 1899.596,
          "exitPrice": 1897.474,
          "stopDistance": 2.122,
          "outcome": "stop",
          "netR": -1.1979,
          "holdMinutes": 102
        },
        {
          "entryTs": 1622612760,
          "entryUtc": "2021-06-02T05:46:00.000Z",
          "exitTs": 1622635320,
          "dir": -1,
          "entryPrice": 1899.409,
          "exitPrice": 1902.024,
          "stopDistance": 2.615,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 376
        },
        {
          "entryTs": 1622645820,
          "entryUtc": "2021-06-02T14:57:00.000Z",
          "exitTs": 1622663640,
          "dir": 1,
          "entryPrice": 1901.463,
          "exitPrice": 1908.863,
          "stopDistance": 3.7,
          "outcome": "target",
          "netR": 1.9,
          "holdMinutes": 297
        },
        {
          "entryTs": 1622676960,
          "entryUtc": "2021-06-02T23:36:00.000Z",
          "exitTs": 1622764800,
          "dir": 1,
          "entryPrice": 1908.359,
          "exitPrice": 1906.886,
          "stopDistance": 1.473,
          "outcome": "stop",
          "netR": -1.2852,
          "holdMinutes": 1464
        },
        {
          "entryTs": 1622774100,
          "entryUtc": "2021-06-04T02:35:00.000Z",
          "exitTs": 1622777040,
          "dir": -1,
          "entryPrice": 1863.626,
          "exitPrice": 1869.593,
          "stopDistance": 5.966,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 49
        },
        {
          "entryTs": 1622786460,
          "entryUtc": "2021-06-04T06:01:00.000Z",
          "exitTs": 1622789040,
          "dir": -1,
          "entryPrice": 1868.193,
          "exitPrice": 1871.965,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 43
        },
        {
          "entryTs": 1622794920,
          "entryUtc": "2021-06-04T08:22:00.000Z",
          "exitTs": 1622809800,
          "dir": 1,
          "entryPrice": 1869.067,
          "exitPrice": 1877.317,
          "stopDistance": 4.125,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 248
        },
        {
          "entryTs": 1623024660,
          "entryUtc": "2021-06-07T00:11:00.000Z",
          "exitTs": 1623031380,
          "dir": -1,
          "entryPrice": 1890.718,
          "exitPrice": 1886.452,
          "stopDistance": 2.133,
          "outcome": "target",
          "netR": 1.8265,
          "holdMinutes": 112
        },
        {
          "entryTs": 1623043140,
          "entryUtc": "2021-06-07T05:19:00.000Z",
          "exitTs": 1623050160,
          "dir": -1,
          "entryPrice": 1885.952,
          "exitPrice": 1881.964,
          "stopDistance": 1.994,
          "outcome": "target",
          "netR": 1.8144,
          "holdMinutes": 117
        },
        {
          "entryTs": 1623056040,
          "entryUtc": "2021-06-07T08:54:00.000Z",
          "exitTs": 1623065400,
          "dir": -1,
          "entryPrice": 1885.418,
          "exitPrice": 1887.849,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1728,
          "holdMinutes": 156
        },
        {
          "entryTs": 1623067440,
          "entryUtc": "2021-06-07T12:04:00.000Z",
          "exitTs": 1623075180,
          "dir": 1,
          "entryPrice": 1885.483,
          "exitPrice": 1891.035,
          "stopDistance": 2.776,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 129
        },
        {
          "entryTs": 1623116220,
          "entryUtc": "2021-06-08T01:37:00.000Z",
          "exitTs": 1623117540,
          "dir": 1,
          "entryPrice": 1899.761,
          "exitPrice": 1898.039,
          "stopDistance": 1.723,
          "outcome": "stop",
          "netR": -1.2438,
          "holdMinutes": 22
        },
        {
          "entryTs": 1623118260,
          "entryUtc": "2021-06-08T02:11:00.000Z",
          "exitTs": 1623132000,
          "dir": -1,
          "entryPrice": 1898.841,
          "exitPrice": 1894.639,
          "stopDistance": 2.101,
          "outcome": "target",
          "netR": 1.8239,
          "holdMinutes": 229
        },
        {
          "entryTs": 1623132300,
          "entryUtc": "2021-06-08T06:05:00.000Z",
          "exitTs": 1623139320,
          "dir": -1,
          "entryPrice": 1896.613,
          "exitPrice": 1892.141,
          "stopDistance": 2.236,
          "outcome": "target",
          "netR": 1.8345,
          "holdMinutes": 117
        },
        {
          "entryTs": 1623156480,
          "entryUtc": "2021-06-08T12:48:00.000Z",
          "exitTs": 1623156720,
          "dir": 1,
          "entryPrice": 1892.748,
          "exitPrice": 1889.91,
          "stopDistance": 2.838,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623158700,
          "entryUtc": "2021-06-08T13:25:00.000Z",
          "exitTs": 1623160440,
          "dir": 1,
          "entryPrice": 1892.868,
          "exitPrice": 1888.756,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 29
        },
        {
          "entryTs": 1623161040,
          "entryUtc": "2021-06-08T14:04:00.000Z",
          "exitTs": 1623246240,
          "dir": -1,
          "entryPrice": 1893.653,
          "exitPrice": 1898.832,
          "stopDistance": 5.179,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 1420
        },
        {
          "entryTs": 1623248040,
          "entryUtc": "2021-06-09T14:14:00.000Z",
          "exitTs": 1623249480,
          "dir": 1,
          "entryPrice": 1891.051,
          "exitPrice": 1888.037,
          "stopDistance": 3.014,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 24
        },
        {
          "entryTs": 1623287460,
          "entryUtc": "2021-06-10T01:11:00.000Z",
          "exitTs": 1623303720,
          "dir": -1,
          "entryPrice": 1887.563,
          "exitPrice": 1884.099,
          "stopDistance": 1.732,
          "outcome": "target",
          "netR": 1.7864,
          "holdMinutes": 271
        },
        {
          "entryTs": 1623305640,
          "entryUtc": "2021-06-10T06:14:00.000Z",
          "exitTs": 1623305880,
          "dir": -1,
          "entryPrice": 1885.243,
          "exitPrice": 1887.527,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623328440,
          "entryUtc": "2021-06-10T12:34:00.000Z",
          "exitTs": 1623328500,
          "dir": -1,
          "entryPrice": 1881.021,
          "exitPrice": 1883.931,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 1
        },
        {
          "entryTs": 1623329100,
          "entryUtc": "2021-06-10T12:45:00.000Z",
          "exitTs": 1623340800,
          "dir": 1,
          "entryPrice": 1884.281,
          "exitPrice": 1894.578,
          "stopDistance": 5.148,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 195
        },
        {
          "entryTs": 1623373320,
          "entryUtc": "2021-06-11T01:02:00.000Z",
          "exitTs": 1623396060,
          "dir": 1,
          "entryPrice": 1898.407,
          "exitPrice": 1902.77,
          "stopDistance": 2.181,
          "outcome": "target",
          "netR": 1.8304,
          "holdMinutes": 379
        },
        {
          "entryTs": 1623396600,
          "entryUtc": "2021-06-11T07:30:00.000Z",
          "exitTs": 1623398700,
          "dir": 1,
          "entryPrice": 1900.328,
          "exitPrice": 1898.029,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 35
        },
        {
          "entryTs": 1623621600,
          "entryUtc": "2021-06-13T22:00:00.000Z",
          "exitTs": 1623624960,
          "dir": 1,
          "entryPrice": 1876.303,
          "exitPrice": 1873.64,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 56
        },
        {
          "entryTs": 1623626100,
          "entryUtc": "2021-06-13T23:15:00.000Z",
          "exitTs": 1623632400,
          "dir": -1,
          "entryPrice": 1875.596,
          "exitPrice": 1870.058,
          "stopDistance": 2.769,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 105
        },
        {
          "entryTs": 1623645120,
          "entryUtc": "2021-06-14T04:32:00.000Z",
          "exitTs": 1623659160,
          "dir": -1,
          "entryPrice": 1863.276,
          "exitPrice": 1856.718,
          "stopDistance": 3.279,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 234
        },
        {
          "entryTs": 1623662220,
          "entryUtc": "2021-06-14T09:17:00.000Z",
          "exitTs": 1623672060,
          "dir": -1,
          "entryPrice": 1859.446,
          "exitPrice": 1852.572,
          "stopDistance": 3.437,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 164
        },
        {
          "entryTs": 1623677760,
          "entryUtc": "2021-06-14T13:36:00.000Z",
          "exitTs": 1623678000,
          "dir": -1,
          "entryPrice": 1853.568,
          "exitPrice": 1857.403,
          "stopDistance": 3.835,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623697200,
          "entryUtc": "2021-06-14T19:00:00.000Z",
          "exitTs": 1623720480,
          "dir": 1,
          "entryPrice": 1864.362,
          "exitPrice": 1861.067,
          "stopDistance": 3.294,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 388
        },
        {
          "entryTs": 1623729840,
          "entryUtc": "2021-06-15T04:04:00.000Z",
          "exitTs": 1623736980,
          "dir": -1,
          "entryPrice": 1864.413,
          "exitPrice": 1866.92,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 119
        },
        {
          "entryTs": 1623744900,
          "entryUtc": "2021-06-15T08:15:00.000Z",
          "exitTs": 1623766620,
          "dir": 1,
          "entryPrice": 1863.477,
          "exitPrice": 1860.834,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 362
        },
        {
          "entryTs": 1623798720,
          "entryUtc": "2021-06-15T23:12:00.000Z",
          "exitTs": 1623801660,
          "dir": 1,
          "entryPrice": 1859.153,
          "exitPrice": 1857.037,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 49
        },
        {
          "entryTs": 1623826260,
          "entryUtc": "2021-06-16T06:51:00.000Z",
          "exitTs": 1623827340,
          "dir": 1,
          "entryPrice": 1860.088,
          "exitPrice": 1857.768,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 18
        },
        {
          "entryTs": 1623827640,
          "entryUtc": "2021-06-16T07:14:00.000Z",
          "exitTs": 1623841200,
          "dir": 1,
          "entryPrice": 1856.963,
          "exitPrice": 1854.867,
          "stopDistance": 2.096,
          "outcome": "stop",
          "netR": -1.2004,
          "holdMinutes": 226
        },
        {
          "entryTs": 1623845880,
          "entryUtc": "2021-06-16T12:18:00.000Z",
          "exitTs": 1623852000,
          "dir": -1,
          "entryPrice": 1858.943,
          "exitPrice": 1861.279,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 102
        },
        {
          "entryTs": 1623866400,
          "entryUtc": "2021-06-16T18:00:00.000Z",
          "exitTs": 1623866400,
          "dir": 1,
          "entryPrice": 1860.278,
          "exitPrice": 1857.002,
          "stopDistance": 3.276,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 0
        },
        {
          "entryTs": 1623921720,
          "entryUtc": "2021-06-17T09:22:00.000Z",
          "exitTs": 1623926640,
          "dir": -1,
          "entryPrice": 1807.123,
          "exitPrice": 1797.786,
          "stopDistance": 4.669,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 82
        },
        {
          "entryTs": 1623952080,
          "entryUtc": "2021-06-17T17:48:00.000Z",
          "exitTs": 1623987360,
          "dir": -1,
          "entryPrice": 1777.753,
          "exitPrice": 1786.076,
          "stopDistance": 8.323,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 588
        },
        {
          "entryTs": 1623989460,
          "entryUtc": "2021-06-18T04:11:00.000Z",
          "exitTs": 1624002600,
          "dir": 1,
          "entryPrice": 1783.683,
          "exitPrice": 1791.094,
          "stopDistance": 3.706,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 219
        },
        {
          "entryTs": 1624252560,
          "entryUtc": "2021-06-21T05:16:00.000Z",
          "exitTs": 1624253460,
          "dir": 1,
          "entryPrice": 1770.915,
          "exitPrice": 1767.337,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 15
        },
        {
          "entryTs": 1624255740,
          "entryUtc": "2021-06-21T06:09:00.000Z",
          "exitTs": 1624255860,
          "dir": -1,
          "entryPrice": 1774.733,
          "exitPrice": 1777.791,
          "stopDistance": 3.058,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 2
        },
        {
          "entryTs": 1624256460,
          "entryUtc": "2021-06-21T06:21:00.000Z",
          "exitTs": 1624263240,
          "dir": 1,
          "entryPrice": 1776.268,
          "exitPrice": 1784.531,
          "stopDistance": 4.132,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 113
        },
        {
          "entryTs": 1624285740,
          "entryUtc": "2021-06-21T14:29:00.000Z",
          "exitTs": 1624288080,
          "dir": -1,
          "entryPrice": 1781.823,
          "exitPrice": 1785.745,
          "stopDistance": 3.922,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 39
        },
        {
          "entryTs": 1624318200,
          "entryUtc": "2021-06-21T23:30:00.000Z",
          "exitTs": 1624332300,
          "dir": 1,
          "entryPrice": 1784.033,
          "exitPrice": 1789.168,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 235
        },
        {
          "entryTs": 1624338960,
          "entryUtc": "2021-06-22T05:16:00.000Z",
          "exitTs": 1624339320,
          "dir": 1,
          "entryPrice": 1784.863,
          "exitPrice": 1782.222,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 6
        },
        {
          "entryTs": 1624356360,
          "entryUtc": "2021-06-22T10:06:00.000Z",
          "exitTs": 1624358100,
          "dir": -1,
          "entryPrice": 1780.468,
          "exitPrice": 1784.118,
          "stopDistance": 3.65,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 29
        },
        {
          "entryTs": 1624364400,
          "entryUtc": "2021-06-22T12:20:00.000Z",
          "exitTs": 1624365300,
          "dir": 1,
          "entryPrice": 1779.353,
          "exitPrice": 1775.91,
          "stopDistance": 3.443,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 15
        },
        {
          "entryTs": 1624389300,
          "entryUtc": "2021-06-22T19:15:00.000Z",
          "exitTs": 1624391340,
          "dir": 1,
          "entryPrice": 1779.263,
          "exitPrice": 1775.833,
          "stopDistance": 3.43,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 34
        },
        {
          "entryTs": 1624399320,
          "entryUtc": "2021-06-22T22:02:00.000Z",
          "exitTs": 1624417200,
          "dir": -1,
          "entryPrice": 1779.403,
          "exitPrice": 1782.597,
          "stopDistance": 3.194,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 298
        },
        {
          "entryTs": 1624424820,
          "entryUtc": "2021-06-23T05:07:00.000Z",
          "exitTs": 1624426380,
          "dir": 1,
          "entryPrice": 1780.112,
          "exitPrice": 1777.685,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 26
        },
        {
          "entryTs": 1624427820,
          "entryUtc": "2021-06-23T05:57:00.000Z",
          "exitTs": 1624436220,
          "dir": -1,
          "entryPrice": 1781.696,
          "exitPrice": 1783.963,
          "stopDistance": 2.266,
          "outcome": "stop",
          "netR": -1.1853,
          "holdMinutes": 140
        },
        {
          "entryTs": 1624441260,
          "entryUtc": "2021-06-23T09:41:00.000Z",
          "exitTs": 1624455420,
          "dir": 1,
          "entryPrice": 1781.808,
          "exitPrice": 1787.756,
          "stopDistance": 2.974,
          "outcome": "target",
          "netR": 1.8756,
          "holdMinutes": 236
        },
        {
          "entryTs": 1624465800,
          "entryUtc": "2021-06-23T16:30:00.000Z",
          "exitTs": 1624468260,
          "dir": 1,
          "entryPrice": 1785.537,
          "exitPrice": 1781.252,
          "stopDistance": 4.286,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 41
        },
        {
          "entryTs": 1624490220,
          "entryUtc": "2021-06-23T23:17:00.000Z",
          "exitTs": 1624509120,
          "dir": 1,
          "entryPrice": 1776.588,
          "exitPrice": 1773.792,
          "stopDistance": 2.796,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 315
        },
        {
          "entryTs": 1624510260,
          "entryUtc": "2021-06-24T04:51:00.000Z",
          "exitTs": 1624513380,
          "dir": -1,
          "entryPrice": 1774.473,
          "exitPrice": 1776.74,
          "stopDistance": 2.267,
          "outcome": "stop",
          "netR": -1.1853,
          "holdMinutes": 52
        },
        {
          "entryTs": 1624542240,
          "entryUtc": "2021-06-24T13:44:00.000Z",
          "exitTs": 1624546080,
          "dir": 1,
          "entryPrice": 1781.833,
          "exitPrice": 1779.054,
          "stopDistance": 2.779,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 64
        },
        {
          "entryTs": 1624547340,
          "entryUtc": "2021-06-24T15:09:00.000Z",
          "exitTs": 1624622460,
          "dir": -1,
          "entryPrice": 1781.218,
          "exitPrice": 1785.359,
          "stopDistance": 4.141,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 1252
        },
        {
          "entryTs": 1624632600,
          "entryUtc": "2021-06-25T14:50:00.000Z",
          "exitTs": 1624633380,
          "dir": 1,
          "entryPrice": 1783.583,
          "exitPrice": 1780.476,
          "stopDistance": 3.107,
          "outcome": "stop",
          "netR": -1.1352,
          "holdMinutes": 13
        },
        {
          "entryTs": 1624842000,
          "entryUtc": "2021-06-28T01:00:00.000Z",
          "exitTs": 1624843200,
          "dir": 1,
          "entryPrice": 1779.603,
          "exitPrice": 1777.539,
          "stopDistance": 2.064,
          "outcome": "stop",
          "netR": -1.2035,
          "holdMinutes": 20
        },
        {
          "entryTs": 1624848600,
          "entryUtc": "2021-06-28T02:50:00.000Z",
          "exitTs": 1624854780,
          "dir": -1,
          "entryPrice": 1778.573,
          "exitPrice": 1780.953,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 103
        },
        {
          "entryTs": 1624892280,
          "entryUtc": "2021-06-28T14:58:00.000Z",
          "exitTs": 1624951440,
          "dir": 1,
          "entryPrice": 1777.14,
          "exitPrice": 1773.642,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 986
        },
        {
          "entryTs": 1624966500,
          "entryUtc": "2021-06-29T11:35:00.000Z",
          "exitTs": 1624966560,
          "dir": -1,
          "entryPrice": 1770.013,
          "exitPrice": 1772.656,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 1
        },
        {
          "entryTs": 1624967940,
          "entryUtc": "2021-06-29T11:59:00.000Z",
          "exitTs": 1624969620,
          "dir": 1,
          "entryPrice": 1770.593,
          "exitPrice": 1767.281,
          "stopDistance": 3.312,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 28
        },
        {
          "entryTs": 1624993200,
          "entryUtc": "2021-06-29T19:00:00.000Z",
          "exitTs": 1625015760,
          "dir": 1,
          "entryPrice": 1763.203,
          "exitPrice": 1759.311,
          "stopDistance": 3.892,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 376
        },
        {
          "entryTs": 1625016240,
          "entryUtc": "2021-06-30T01:24:00.000Z",
          "exitTs": 1625017500,
          "dir": -1,
          "entryPrice": 1760.826,
          "exitPrice": 1762.904,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 21
        },
        {
          "entryTs": 1625022600,
          "entryUtc": "2021-06-30T03:10:00.000Z",
          "exitTs": 1625027580,
          "dir": 1,
          "entryPrice": 1762.346,
          "exitPrice": 1760.01,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 83
        },
        {
          "entryTs": 1625034540,
          "entryUtc": "2021-06-30T06:29:00.000Z",
          "exitTs": 1625040000,
          "dir": -1,
          "entryPrice": 1759.453,
          "exitPrice": 1754.719,
          "stopDistance": 2.367,
          "outcome": "target",
          "netR": 1.8437,
          "holdMinutes": 91
        },
        {
          "entryTs": 1625044200,
          "entryUtc": "2021-06-30T09:10:00.000Z",
          "exitTs": 1625053500,
          "dir": -1,
          "entryPrice": 1758.148,
          "exitPrice": 1761.225,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 155
        },
        {
          "entryTs": 1625102280,
          "entryUtc": "2021-07-01T01:18:00.000Z",
          "exitTs": 1625106180,
          "dir": -1,
          "entryPrice": 1769.973,
          "exitPrice": 1772.047,
          "stopDistance": 2.074,
          "outcome": "stop",
          "netR": -1.2025,
          "holdMinutes": 65
        },
        {
          "entryTs": 1625117460,
          "entryUtc": "2021-07-01T05:31:00.000Z",
          "exitTs": 1625118660,
          "dir": -1,
          "entryPrice": 1774.763,
          "exitPrice": 1776.923,
          "stopDistance": 2.16,
          "outcome": "stop",
          "netR": -1.1944,
          "holdMinutes": 20
        },
        {
          "entryTs": 1625125260,
          "entryUtc": "2021-07-01T07:41:00.000Z",
          "exitTs": 1625130960,
          "dir": 1,
          "entryPrice": 1775.276,
          "exitPrice": 1772.95,
          "stopDistance": 2.327,
          "outcome": "stop",
          "netR": -1.1805,
          "holdMinutes": 95
        },
        {
          "entryTs": 1625133840,
          "entryUtc": "2021-07-01T10:04:00.000Z",
          "exitTs": 1625138160,
          "dir": -1,
          "entryPrice": 1776.258,
          "exitPrice": 1779.09,
          "stopDistance": 2.832,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 72
        },
        {
          "entryTs": 1625148780,
          "entryUtc": "2021-07-01T14:13:00.000Z",
          "exitTs": 1625150520,
          "dir": 1,
          "entryPrice": 1777.513,
          "exitPrice": 1773.512,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 29
        },
        {
          "entryTs": 1625160420,
          "entryUtc": "2021-07-01T17:27:00.000Z",
          "exitTs": 1625213640,
          "dir": -1,
          "entryPrice": 1776.498,
          "exitPrice": 1781.227,
          "stopDistance": 4.729,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 887
        },
        {
          "entryTs": 1625227440,
          "entryUtc": "2021-07-02T12:04:00.000Z",
          "exitTs": 1625228520,
          "dir": 1,
          "entryPrice": 1784.383,
          "exitPrice": 1781.372,
          "stopDistance": 3.011,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 18
        },
        {
          "entryTs": 1625229120,
          "entryUtc": "2021-07-02T12:32:00.000Z",
          "exitTs": 1625229300,
          "dir": -1,
          "entryPrice": 1784.103,
          "exitPrice": 1787.594,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 3
        },
        {
          "entryTs": 1625232600,
          "entryUtc": "2021-07-02T13:30:00.000Z",
          "exitTs": 1625233860,
          "dir": 1,
          "entryPrice": 1786.98,
          "exitPrice": 1781.443,
          "stopDistance": 5.537,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 21
        },
        {
          "entryTs": 1625444580,
          "entryUtc": "2021-07-05T00:23:00.000Z",
          "exitTs": 1625447340,
          "dir": -1,
          "entryPrice": 1785.598,
          "exitPrice": 1788.01,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 46
        },
        {
          "entryTs": 1625455980,
          "entryUtc": "2021-07-05T03:33:00.000Z",
          "exitTs": 1625470320,
          "dir": 1,
          "entryPrice": 1786.908,
          "exitPrice": 1791.952,
          "stopDistance": 2.522,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 239
        },
        {
          "entryTs": 1625486640,
          "entryUtc": "2021-07-05T12:04:00.000Z",
          "exitTs": 1625534760,
          "dir": -1,
          "entryPrice": 1791.211,
          "exitPrice": 1793.808,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 802
        },
        {
          "entryTs": 1625573280,
          "entryUtc": "2021-07-06T12:08:00.000Z",
          "exitTs": 1625574900,
          "dir": 1,
          "entryPrice": 1808.658,
          "exitPrice": 1814.117,
          "stopDistance": 2.73,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 27
        },
        {
          "entryTs": 1625610540,
          "entryUtc": "2021-07-06T22:29:00.000Z",
          "exitTs": 1625623020,
          "dir": 1,
          "entryPrice": 1795.228,
          "exitPrice": 1802.396,
          "stopDistance": 3.584,
          "outcome": "target",
          "netR": 1.8968,
          "holdMinutes": 208
        },
        {
          "entryTs": 1625636220,
          "entryUtc": "2021-07-07T05:37:00.000Z",
          "exitTs": 1625639520,
          "dir": -1,
          "entryPrice": 1800.003,
          "exitPrice": 1802.591,
          "stopDistance": 2.588,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 55
        },
        {
          "entryTs": 1625642160,
          "entryUtc": "2021-07-07T07:16:00.000Z",
          "exitTs": 1625644200,
          "dir": 1,
          "entryPrice": 1800.908,
          "exitPrice": 1806.406,
          "stopDistance": 2.749,
          "outcome": "target",
          "netR": 1.8654,
          "holdMinutes": 34
        },
        {
          "entryTs": 1625665440,
          "entryUtc": "2021-07-07T13:44:00.000Z",
          "exitTs": 1625668200,
          "dir": -1,
          "entryPrice": 1805.443,
          "exitPrice": 1798.865,
          "stopDistance": 3.289,
          "outcome": "target",
          "netR": 1.8875,
          "holdMinutes": 46
        },
        {
          "entryTs": 1625669160,
          "entryUtc": "2021-07-07T14:46:00.000Z",
          "exitTs": 1625711460,
          "dir": -1,
          "entryPrice": 1805.767,
          "exitPrice": 1797.919,
          "stopDistance": 3.924,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 705
        },
        {
          "entryTs": 1625723280,
          "entryUtc": "2021-07-08T05:48:00.000Z",
          "exitTs": 1625728740,
          "dir": 1,
          "entryPrice": 1797.642,
          "exitPrice": 1802.343,
          "stopDistance": 2.351,
          "outcome": "target",
          "netR": 1.8426,
          "holdMinutes": 91
        },
        {
          "entryTs": 1625740560,
          "entryUtc": "2021-07-08T10:36:00.000Z",
          "exitTs": 1625741520,
          "dir": -1,
          "entryPrice": 1810.74,
          "exitPrice": 1815.248,
          "stopDistance": 4.509,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 16
        },
        {
          "entryTs": 1625743620,
          "entryUtc": "2021-07-08T11:27:00.000Z",
          "exitTs": 1625751420,
          "dir": 1,
          "entryPrice": 1813.428,
          "exitPrice": 1808.532,
          "stopDistance": 4.896,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 130
        },
        {
          "entryTs": 1625772780,
          "entryUtc": "2021-07-08T19:33:00.000Z",
          "exitTs": 1625774280,
          "dir": -1,
          "entryPrice": 1799.323,
          "exitPrice": 1802.667,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 25
        },
        {
          "entryTs": 1625793300,
          "entryUtc": "2021-07-09T01:15:00.000Z",
          "exitTs": 1625793660,
          "dir": -1,
          "entryPrice": 1802.663,
          "exitPrice": 1804.984,
          "stopDistance": 2.321,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 6
        },
        {
          "entryTs": 1625796660,
          "entryUtc": "2021-07-09T02:11:00.000Z",
          "exitTs": 1625806740,
          "dir": 1,
          "entryPrice": 1803.963,
          "exitPrice": 1801.383,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 168
        },
        {
          "entryTs": 1625814360,
          "entryUtc": "2021-07-09T07:06:00.000Z",
          "exitTs": 1625815200,
          "dir": -1,
          "entryPrice": 1800.408,
          "exitPrice": 1803.361,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 14
        },
        {
          "entryTs": 1625819280,
          "entryUtc": "2021-07-09T08:28:00.000Z",
          "exitTs": 1625839500,
          "dir": 1,
          "entryPrice": 1800.548,
          "exitPrice": 1807.624,
          "stopDistance": 3.538,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 337
        },
        {
          "entryTs": 1625854740,
          "entryUtc": "2021-07-09T18:19:00.000Z",
          "exitTs": 1625860680,
          "dir": 1,
          "entryPrice": 1810.693,
          "exitPrice": 1807.843,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 99
        },
        {
          "entryTs": 1626049080,
          "entryUtc": "2021-07-12T00:18:00.000Z",
          "exitTs": 1626051660,
          "dir": -1,
          "entryPrice": 1807.667,
          "exitPrice": 1809.583,
          "stopDistance": 1.917,
          "outcome": "stop",
          "netR": -1.2191,
          "holdMinutes": 43
        },
        {
          "entryTs": 1626052020,
          "entryUtc": "2021-07-12T01:07:00.000Z",
          "exitTs": 1626054480,
          "dir": -1,
          "entryPrice": 1809.933,
          "exitPrice": 1805.646,
          "stopDistance": 2.143,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 41
        },
        {
          "entryTs": 1626074340,
          "entryUtc": "2021-07-12T07:19:00.000Z",
          "exitTs": 1626075660,
          "dir": -1,
          "entryPrice": 1801.803,
          "exitPrice": 1804.055,
          "stopDistance": 2.252,
          "outcome": "stop",
          "netR": -1.1865,
          "holdMinutes": 22
        },
        {
          "entryTs": 1626083100,
          "entryUtc": "2021-07-12T09:45:00.000Z",
          "exitTs": 1626097080,
          "dir": 1,
          "entryPrice": 1800.737,
          "exitPrice": 1798.147,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 233
        },
        {
          "entryTs": 1626100080,
          "entryUtc": "2021-07-12T14:28:00.000Z",
          "exitTs": 1626100260,
          "dir": -1,
          "entryPrice": 1798.473,
          "exitPrice": 1802.645,
          "stopDistance": 4.172,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 3
        },
        {
          "entryTs": 1626119520,
          "entryUtc": "2021-07-12T19:52:00.000Z",
          "exitTs": 1626143880,
          "dir": 1,
          "entryPrice": 1806.133,
          "exitPrice": 1811.827,
          "stopDistance": 2.847,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 406
        },
        {
          "entryTs": 1626147240,
          "entryUtc": "2021-07-13T03:34:00.000Z",
          "exitTs": 1626154380,
          "dir": 1,
          "entryPrice": 1809.618,
          "exitPrice": 1807.576,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 119
        },
        {
          "entryTs": 1626156420,
          "entryUtc": "2021-07-13T06:07:00.000Z",
          "exitTs": 1626157440,
          "dir": -1,
          "entryPrice": 1808.498,
          "exitPrice": 1810.358,
          "stopDistance": 1.86,
          "outcome": "stop",
          "netR": -1.2258,
          "holdMinutes": 17
        },
        {
          "entryTs": 1626159660,
          "entryUtc": "2021-07-13T07:01:00.000Z",
          "exitTs": 1626163500,
          "dir": 1,
          "entryPrice": 1809.888,
          "exitPrice": 1807.574,
          "stopDistance": 2.314,
          "outcome": "stop",
          "netR": -1.1815,
          "holdMinutes": 64
        },
        {
          "entryTs": 1626168240,
          "entryUtc": "2021-07-13T09:24:00.000Z",
          "exitTs": 1626177840,
          "dir": -1,
          "entryPrice": 1809.263,
          "exitPrice": 1811.922,
          "stopDistance": 2.659,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 160
        },
        {
          "entryTs": 1626179400,
          "entryUtc": "2021-07-13T12:30:00.000Z",
          "exitTs": 1626179400,
          "dir": 1,
          "entryPrice": 1809.443,
          "exitPrice": 1806.751,
          "stopDistance": 2.692,
          "outcome": "stop",
          "netR": -1.156,
          "holdMinutes": 0
        },
        {
          "entryTs": 1626181320,
          "entryUtc": "2021-07-13T13:02:00.000Z",
          "exitTs": 1626181980,
          "dir": -1,
          "entryPrice": 1804.208,
          "exitPrice": 1809.755,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 11
        },
        {
          "entryTs": 1626223740,
          "entryUtc": "2021-07-14T00:49:00.000Z",
          "exitTs": 1626225360,
          "dir": -1,
          "entryPrice": 1807.238,
          "exitPrice": 1809.508,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 27
        },
        {
          "entryTs": 1626238920,
          "entryUtc": "2021-07-14T05:02:00.000Z",
          "exitTs": 1626242580,
          "dir": -1,
          "entryPrice": 1812.322,
          "exitPrice": 1814.208,
          "stopDistance": 1.886,
          "outcome": "stop",
          "netR": -1.2227,
          "holdMinutes": 61
        },
        {
          "entryTs": 1626245100,
          "entryUtc": "2021-07-14T06:45:00.000Z",
          "exitTs": 1626246660,
          "dir": 1,
          "entryPrice": 1812.668,
          "exitPrice": 1810.671,
          "stopDistance": 1.997,
          "outcome": "stop",
          "netR": -1.2103,
          "holdMinutes": 26
        },
        {
          "entryTs": 1626247080,
          "entryUtc": "2021-07-14T07:18:00.000Z",
          "exitTs": 1626251400,
          "dir": -1,
          "entryPrice": 1812.112,
          "exitPrice": 1814.258,
          "stopDistance": 2.146,
          "outcome": "stop",
          "netR": -1.1957,
          "holdMinutes": 72
        },
        {
          "entryTs": 1626259620,
          "entryUtc": "2021-07-14T10:47:00.000Z",
          "exitTs": 1626264240,
          "dir": 1,
          "entryPrice": 1815.048,
          "exitPrice": 1820.202,
          "stopDistance": 2.577,
          "outcome": "target",
          "netR": 1.8564,
          "holdMinutes": 77
        },
        {
          "entryTs": 1626270960,
          "entryUtc": "2021-07-14T13:56:00.000Z",
          "exitTs": 1626293640,
          "dir": 1,
          "entryPrice": 1820.688,
          "exitPrice": 1827.421,
          "stopDistance": 3.367,
          "outcome": "target",
          "netR": 1.8901,
          "holdMinutes": 378
        },
        {
          "entryTs": 1626303600,
          "entryUtc": "2021-07-14T23:00:00.000Z",
          "exitTs": 1626312960,
          "dir": -1,
          "entryPrice": 1826.198,
          "exitPrice": 1828.567,
          "stopDistance": 2.369,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 156
        },
        {
          "entryTs": 1626314280,
          "entryUtc": "2021-07-15T01:58:00.000Z",
          "exitTs": 1626318420,
          "dir": 1,
          "entryPrice": 1827.237,
          "exitPrice": 1824.84,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 69
        },
        {
          "entryTs": 1626352200,
          "entryUtc": "2021-07-15T12:30:00.000Z",
          "exitTs": 1626358260,
          "dir": 1,
          "entryPrice": 1825.203,
          "exitPrice": 1821.633,
          "stopDistance": 3.57,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 101
        },
        {
          "entryTs": 1626362580,
          "entryUtc": "2021-07-15T15:23:00.000Z",
          "exitTs": 1626370620,
          "dir": -1,
          "entryPrice": 1824.428,
          "exitPrice": 1828.551,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 134
        },
        {
          "entryTs": 1626378480,
          "entryUtc": "2021-07-15T19:48:00.000Z",
          "exitTs": 1626400800,
          "dir": 1,
          "entryPrice": 1828.738,
          "exitPrice": 1825.953,
          "stopDistance": 2.785,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 372
        },
        {
          "entryTs": 1626414300,
          "entryUtc": "2021-07-16T05:45:00.000Z",
          "exitTs": 1626418800,
          "dir": -1,
          "entryPrice": 1826.918,
          "exitPrice": 1823.365,
          "stopDistance": 1.776,
          "outcome": "target",
          "netR": 1.7917,
          "holdMinutes": 75
        },
        {
          "entryTs": 1626419400,
          "entryUtc": "2021-07-16T07:10:00.000Z",
          "exitTs": 1626420720,
          "dir": -1,
          "entryPrice": 1825.843,
          "exitPrice": 1821.757,
          "stopDistance": 2.043,
          "outcome": "target",
          "netR": 1.8189,
          "holdMinutes": 22
        },
        {
          "entryTs": 1626438000,
          "entryUtc": "2021-07-16T12:20:00.000Z",
          "exitTs": 1626439380,
          "dir": -1,
          "entryPrice": 1820.642,
          "exitPrice": 1823.368,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 23
        },
        {
          "entryTs": 1626667680,
          "entryUtc": "2021-07-19T04:08:00.000Z",
          "exitTs": 1626674580,
          "dir": -1,
          "entryPrice": 1814.462,
          "exitPrice": 1809.437,
          "stopDistance": 2.513,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 115
        },
        {
          "entryTs": 1626688320,
          "entryUtc": "2021-07-19T09:52:00.000Z",
          "exitTs": 1626696000,
          "dir": -1,
          "entryPrice": 1804.586,
          "exitPrice": 1798.449,
          "stopDistance": 3.069,
          "outcome": "target",
          "netR": 1.8794,
          "holdMinutes": 128
        },
        {
          "entryTs": 1626698280,
          "entryUtc": "2021-07-19T12:38:00.000Z",
          "exitTs": 1626699120,
          "dir": -1,
          "entryPrice": 1801.966,
          "exitPrice": 1805.344,
          "stopDistance": 3.377,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 14
        },
        {
          "entryTs": 1626707760,
          "entryUtc": "2021-07-19T15:16:00.000Z",
          "exitTs": 1626742920,
          "dir": 1,
          "entryPrice": 1805.898,
          "exitPrice": 1815.737,
          "stopDistance": 4.919,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 586
        },
        {
          "entryTs": 1626762000,
          "entryUtc": "2021-07-20T06:20:00.000Z",
          "exitTs": 1626768120,
          "dir": -1,
          "entryPrice": 1816.993,
          "exitPrice": 1812.835,
          "stopDistance": 2.079,
          "outcome": "target",
          "netR": 1.822,
          "holdMinutes": 102
        },
        {
          "entryTs": 1626772380,
          "entryUtc": "2021-07-20T09:13:00.000Z",
          "exitTs": 1626776580,
          "dir": -1,
          "entryPrice": 1815.538,
          "exitPrice": 1818.012,
          "stopDistance": 2.474,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 70
        },
        {
          "entryTs": 1626791400,
          "entryUtc": "2021-07-20T14:30:00.000Z",
          "exitTs": 1626792060,
          "dir": 1,
          "entryPrice": 1818.863,
          "exitPrice": 1815.202,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 11
        },
        {
          "entryTs": 1626835200,
          "entryUtc": "2021-07-21T02:40:00.000Z",
          "exitTs": 1626847320,
          "dir": -1,
          "entryPrice": 1807.753,
          "exitPrice": 1809.745,
          "stopDistance": 1.992,
          "outcome": "stop",
          "netR": -1.2108,
          "holdMinutes": 202
        },
        {
          "entryTs": 1626852420,
          "entryUtc": "2021-07-21T07:27:00.000Z",
          "exitTs": 1626852900,
          "dir": 1,
          "entryPrice": 1809.417,
          "exitPrice": 1806.839,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 8
        },
        {
          "entryTs": 1626879420,
          "entryUtc": "2021-07-21T14:57:00.000Z",
          "exitTs": 1626941700,
          "dir": 1,
          "entryPrice": 1800.122,
          "exitPrice": 1795.368,
          "stopDistance": 4.754,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 1038
        },
        {
          "entryTs": 1626959880,
          "entryUtc": "2021-07-22T13:18:00.000Z",
          "exitTs": 1626961260,
          "dir": 1,
          "entryPrice": 1800.378,
          "exitPrice": 1796.362,
          "stopDistance": 4.016,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 23
        },
        {
          "entryTs": 1626998340,
          "entryUtc": "2021-07-22T23:59:00.000Z",
          "exitTs": 1627003560,
          "dir": 1,
          "entryPrice": 1807.203,
          "exitPrice": 1805.418,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 87
        },
        {
          "entryTs": 1627020360,
          "entryUtc": "2021-07-23T06:06:00.000Z",
          "exitTs": 1627021140,
          "dir": -1,
          "entryPrice": 1803.378,
          "exitPrice": 1805.287,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.22,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627027500,
          "entryUtc": "2021-07-23T08:05:00.000Z",
          "exitTs": 1627028700,
          "dir": 1,
          "entryPrice": 1807.898,
          "exitPrice": 1805.366,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 20
        },
        {
          "entryTs": 1627028760,
          "entryUtc": "2021-07-23T08:26:00.000Z",
          "exitTs": 1627032540,
          "dir": 1,
          "entryPrice": 1805.158,
          "exitPrice": 1802.829,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 63
        },
        {
          "entryTs": 1627043760,
          "entryUtc": "2021-07-23T12:36:00.000Z",
          "exitTs": 1627044060,
          "dir": -1,
          "entryPrice": 1799.723,
          "exitPrice": 1803.089,
          "stopDistance": 3.366,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 5
        },
        {
          "entryTs": 1627262100,
          "entryUtc": "2021-07-26T01:15:00.000Z",
          "exitTs": 1627262280,
          "dir": -1,
          "entryPrice": 1800.948,
          "exitPrice": 1802.737,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 3
        },
        {
          "entryTs": 1627279440,
          "entryUtc": "2021-07-26T06:04:00.000Z",
          "exitTs": 1627280280,
          "dir": 1,
          "entryPrice": 1807.398,
          "exitPrice": 1805.379,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.208,
          "holdMinutes": 14
        },
        {
          "entryTs": 1627281600,
          "entryUtc": "2021-07-26T06:40:00.000Z",
          "exitTs": 1627284240,
          "dir": -1,
          "entryPrice": 1806.758,
          "exitPrice": 1809.017,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.1859,
          "holdMinutes": 44
        },
        {
          "entryTs": 1627286100,
          "entryUtc": "2021-07-26T07:55:00.000Z",
          "exitTs": 1627301760,
          "dir": 1,
          "entryPrice": 1807.603,
          "exitPrice": 1805.009,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 261
        },
        {
          "entryTs": 1627350180,
          "entryUtc": "2021-07-27T01:43:00.000Z",
          "exitTs": 1627350300,
          "dir": 1,
          "entryPrice": 1797.398,
          "exitPrice": 1795.876,
          "stopDistance": 1.522,
          "outcome": "stop",
          "netR": -1.276,
          "holdMinutes": 2
        },
        {
          "entryTs": 1627352460,
          "entryUtc": "2021-07-27T02:21:00.000Z",
          "exitTs": 1627353900,
          "dir": -1,
          "entryPrice": 1796.352,
          "exitPrice": 1798.151,
          "stopDistance": 1.799,
          "outcome": "stop",
          "netR": -1.2334,
          "holdMinutes": 24
        },
        {
          "entryTs": 1627371060,
          "entryUtc": "2021-07-27T07:31:00.000Z",
          "exitTs": 1627371780,
          "dir": -1,
          "entryPrice": 1798.213,
          "exitPrice": 1799.95,
          "stopDistance": 1.737,
          "outcome": "stop",
          "netR": -1.2418,
          "holdMinutes": 12
        },
        {
          "entryTs": 1627373280,
          "entryUtc": "2021-07-27T08:08:00.000Z",
          "exitTs": 1627387920,
          "dir": 1,
          "entryPrice": 1796.743,
          "exitPrice": 1801.713,
          "stopDistance": 2.485,
          "outcome": "target",
          "netR": 1.8511,
          "holdMinutes": 244
        },
        {
          "entryTs": 1627395780,
          "entryUtc": "2021-07-27T14:23:00.000Z",
          "exitTs": 1627396080,
          "dir": 1,
          "entryPrice": 1798.978,
          "exitPrice": 1796.139,
          "stopDistance": 2.839,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 5
        },
        {
          "entryTs": 1627423200,
          "entryUtc": "2021-07-27T22:00:00.000Z",
          "exitTs": 1627434900,
          "dir": -1,
          "entryPrice": 1799.566,
          "exitPrice": 1801.644,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 195
        },
        {
          "entryTs": 1627450980,
          "entryUtc": "2021-07-28T05:43:00.000Z",
          "exitTs": 1627459200,
          "dir": -1,
          "entryPrice": 1805.583,
          "exitPrice": 1801.687,
          "stopDistance": 1.948,
          "outcome": "target",
          "netR": 1.8101,
          "holdMinutes": 137
        },
        {
          "entryTs": 1627473960,
          "entryUtc": "2021-07-28T12:06:00.000Z",
          "exitTs": 1627484460,
          "dir": -1,
          "entryPrice": 1798.302,
          "exitPrice": 1800.882,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 175
        },
        {
          "entryTs": 1627493340,
          "entryUtc": "2021-07-28T17:29:00.000Z",
          "exitTs": 1627495140,
          "dir": 1,
          "entryPrice": 1800.863,
          "exitPrice": 1798.321,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 30
        },
        {
          "entryTs": 1627495200,
          "entryUtc": "2021-07-28T18:00:00.000Z",
          "exitTs": 1627495200,
          "dir": 1,
          "entryPrice": 1798.093,
          "exitPrice": 1794.992,
          "stopDistance": 3.101,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 0
        },
        {
          "entryTs": 1627495860,
          "entryUtc": "2021-07-28T18:11:00.000Z",
          "exitTs": 1627497600,
          "dir": -1,
          "entryPrice": 1800.468,
          "exitPrice": 1802.998,
          "stopDistance": 2.53,
          "outcome": "stop",
          "netR": -1.166,
          "holdMinutes": 29
        },
        {
          "entryTs": 1627538160,
          "entryUtc": "2021-07-29T05:56:00.000Z",
          "exitTs": 1627548180,
          "dir": 1,
          "entryPrice": 1816.248,
          "exitPrice": 1820.474,
          "stopDistance": 2.113,
          "outcome": "target",
          "netR": 1.8249,
          "holdMinutes": 167
        },
        {
          "entryTs": 1627603440,
          "entryUtc": "2021-07-30T00:04:00.000Z",
          "exitTs": 1627606800,
          "dir": 1,
          "entryPrice": 1828.663,
          "exitPrice": 1826.845,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 56
        },
        {
          "entryTs": 1627623240,
          "entryUtc": "2021-07-30T05:34:00.000Z",
          "exitTs": 1627629240,
          "dir": -1,
          "entryPrice": 1828.141,
          "exitPrice": 1829.838,
          "stopDistance": 1.696,
          "outcome": "stop",
          "netR": -1.2476,
          "holdMinutes": 100
        },
        {
          "entryTs": 1627633380,
          "entryUtc": "2021-07-30T08:23:00.000Z",
          "exitTs": 1627648800,
          "dir": 1,
          "entryPrice": 1828.182,
          "exitPrice": 1826.045,
          "stopDistance": 2.136,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 257
        },
        {
          "entryTs": 1627863360,
          "entryUtc": "2021-08-02T00:16:00.000Z",
          "exitTs": 1627864800,
          "dir": -1,
          "entryPrice": 1813.878,
          "exitPrice": 1816.071,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1915,
          "holdMinutes": 24
        },
        {
          "entryTs": 1627866420,
          "entryUtc": "2021-08-02T01:07:00.000Z",
          "exitTs": 1627866960,
          "dir": 1,
          "entryPrice": 1814.086,
          "exitPrice": 1811.895,
          "stopDistance": 2.191,
          "outcome": "stop",
          "netR": -1.1917,
          "holdMinutes": 9
        },
        {
          "entryTs": 1627881840,
          "entryUtc": "2021-08-02T05:24:00.000Z",
          "exitTs": 1627888920,
          "dir": -1,
          "entryPrice": 1811.098,
          "exitPrice": 1806.796,
          "stopDistance": 2.151,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 118
        },
        {
          "entryTs": 1627900080,
          "entryUtc": "2021-08-02T10:28:00.000Z",
          "exitTs": 1627906500,
          "dir": 1,
          "entryPrice": 1808.277,
          "exitPrice": 1805.899,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 107
        },
        {
          "entryTs": 1627906680,
          "entryUtc": "2021-08-02T12:18:00.000Z",
          "exitTs": 1627907760,
          "dir": -1,
          "entryPrice": 1807.918,
          "exitPrice": 1810.6,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 18
        },
        {
          "entryTs": 1627909980,
          "entryUtc": "2021-08-02T13:13:00.000Z",
          "exitTs": 1627911240,
          "dir": -1,
          "entryPrice": 1809.023,
          "exitPrice": 1812.329,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 21
        },
        {
          "entryTs": 1627946880,
          "entryUtc": "2021-08-02T23:28:00.000Z",
          "exitTs": 1627954260,
          "dir": -1,
          "entryPrice": 1812.933,
          "exitPrice": 1809.323,
          "stopDistance": 1.805,
          "outcome": "target",
          "netR": 1.795,
          "holdMinutes": 123
        },
        {
          "entryTs": 1627955880,
          "entryUtc": "2021-08-03T01:58:00.000Z",
          "exitTs": 1627971780,
          "dir": -1,
          "entryPrice": 1812.641,
          "exitPrice": 1809.259,
          "stopDistance": 1.691,
          "outcome": "target",
          "netR": 1.7812,
          "holdMinutes": 265
        },
        {
          "entryTs": 1627975080,
          "entryUtc": "2021-08-03T07:18:00.000Z",
          "exitTs": 1627995180,
          "dir": -1,
          "entryPrice": 1810.113,
          "exitPrice": 1812.085,
          "stopDistance": 1.972,
          "outcome": "stop",
          "netR": -1.2129,
          "holdMinutes": 335
        },
        {
          "entryTs": 1627996020,
          "entryUtc": "2021-08-03T13:07:00.000Z",
          "exitTs": 1628076780,
          "dir": 1,
          "entryPrice": 1811.163,
          "exitPrice": 1816.686,
          "stopDistance": 2.762,
          "outcome": "target",
          "netR": 1.866,
          "holdMinutes": 1346
        },
        {
          "entryTs": 1628086800,
          "entryUtc": "2021-08-04T14:20:00.000Z",
          "exitTs": 1628086860,
          "dir": 1,
          "entryPrice": 1813.573,
          "exitPrice": 1811.482,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2009,
          "holdMinutes": 1
        },
        {
          "entryTs": 1628121000,
          "entryUtc": "2021-08-04T23:50:00.000Z",
          "exitTs": 1628123820,
          "dir": 1,
          "entryPrice": 1811.578,
          "exitPrice": 1809.896,
          "stopDistance": 1.682,
          "outcome": "stop",
          "netR": -1.2497,
          "holdMinutes": 47
        },
        {
          "entryTs": 1628125860,
          "entryUtc": "2021-08-05T01:11:00.000Z",
          "exitTs": 1628148960,
          "dir": -1,
          "entryPrice": 1811.218,
          "exitPrice": 1812.872,
          "stopDistance": 1.654,
          "outcome": "stop",
          "netR": -1.2539,
          "holdMinutes": 385
        },
        {
          "entryTs": 1628151600,
          "entryUtc": "2021-08-05T08:20:00.000Z",
          "exitTs": 1628162400,
          "dir": 1,
          "entryPrice": 1810.083,
          "exitPrice": 1813.859,
          "stopDistance": 1.888,
          "outcome": "target",
          "netR": 1.804,
          "holdMinutes": 180
        },
        {
          "entryTs": 1628169360,
          "entryUtc": "2021-08-05T13:16:00.000Z",
          "exitTs": 1628170800,
          "dir": -1,
          "entryPrice": 1811.853,
          "exitPrice": 1805.762,
          "stopDistance": 3.046,
          "outcome": "target",
          "netR": 1.8785,
          "holdMinutes": 24
        },
        {
          "entryTs": 1628181840,
          "entryUtc": "2021-08-05T16:44:00.000Z",
          "exitTs": 1628234100,
          "dir": -1,
          "entryPrice": 1806.406,
          "exitPrice": 1798.136,
          "stopDistance": 4.135,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 871
        },
        {
          "entryTs": 1628250060,
          "entryUtc": "2021-08-06T11:41:00.000Z",
          "exitTs": 1628251920,
          "dir": -1,
          "entryPrice": 1798.788,
          "exitPrice": 1800.754,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 31
        },
        {
          "entryTs": 1628252640,
          "entryUtc": "2021-08-06T12:24:00.000Z",
          "exitTs": 1628253000,
          "dir": 1,
          "entryPrice": 1797.781,
          "exitPrice": 1795.376,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1746,
          "holdMinutes": 6
        },
        {
          "entryTs": 1628282760,
          "entryUtc": "2021-08-06T20:46:00.000Z",
          "exitTs": 1628460000,
          "dir": -1,
          "entryPrice": 1763.073,
          "exitPrice": 1762.848,
          "stopDistance": 3.514,
          "outcome": "time",
          "netR": -0.0413,
          "holdMinutes": 2954
        },
        {
          "entryTs": 1628500980,
          "entryUtc": "2021-08-09T09:23:00.000Z",
          "exitTs": 1628513400,
          "dir": 1,
          "entryPrice": 1744.593,
          "exitPrice": 1737.868,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 207
        },
        {
          "entryTs": 1628514120,
          "entryUtc": "2021-08-09T13:02:00.000Z",
          "exitTs": 1628521020,
          "dir": -1,
          "entryPrice": 1743.248,
          "exitPrice": 1731.261,
          "stopDistance": 5.994,
          "outcome": "target",
          "netR": 1.9383,
          "holdMinutes": 115
        },
        {
          "entryTs": 1628553840,
          "entryUtc": "2021-08-10T00:04:00.000Z",
          "exitTs": 1628566440,
          "dir": 1,
          "entryPrice": 1730.837,
          "exitPrice": 1736.567,
          "stopDistance": 2.865,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 210
        },
        {
          "entryTs": 1628571840,
          "entryUtc": "2021-08-10T05:04:00.000Z",
          "exitTs": 1628584380,
          "dir": 1,
          "entryPrice": 1734.786,
          "exitPrice": 1732.141,
          "stopDistance": 2.645,
          "outcome": "stop",
          "netR": -1.1588,
          "holdMinutes": 209
        },
        {
          "entryTs": 1628598000,
          "entryUtc": "2021-08-10T12:20:00.000Z",
          "exitTs": 1628599380,
          "dir": -1,
          "entryPrice": 1733.268,
          "exitPrice": 1727.147,
          "stopDistance": 3.061,
          "outcome": "target",
          "netR": 1.8791,
          "holdMinutes": 23
        },
        {
          "entryTs": 1628600040,
          "entryUtc": "2021-08-10T12:54:00.000Z",
          "exitTs": 1628602740,
          "dir": -1,
          "entryPrice": 1728.588,
          "exitPrice": 1721.596,
          "stopDistance": 3.496,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 45
        },
        {
          "entryTs": 1628645400,
          "entryUtc": "2021-08-11T01:30:00.000Z",
          "exitTs": 1628646960,
          "dir": -1,
          "entryPrice": 1728.543,
          "exitPrice": 1730.416,
          "stopDistance": 1.873,
          "outcome": "stop",
          "netR": -1.2242,
          "holdMinutes": 26
        },
        {
          "entryTs": 1628666160,
          "entryUtc": "2021-08-11T07:16:00.000Z",
          "exitTs": 1628673780,
          "dir": -1,
          "entryPrice": 1731.673,
          "exitPrice": 1734.315,
          "stopDistance": 2.642,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 127
        },
        {
          "entryTs": 1628674560,
          "entryUtc": "2021-08-11T09:36:00.000Z",
          "exitTs": 1628679540,
          "dir": 1,
          "entryPrice": 1732.673,
          "exitPrice": 1737.972,
          "stopDistance": 2.65,
          "outcome": "target",
          "netR": 1.8604,
          "holdMinutes": 83
        },
        {
          "entryTs": 1628684400,
          "entryUtc": "2021-08-11T12:20:00.000Z",
          "exitTs": 1628685000,
          "dir": 1,
          "entryPrice": 1735.688,
          "exitPrice": 1740.962,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 10
        },
        {
          "entryTs": 1628686320,
          "entryUtc": "2021-08-11T12:52:00.000Z",
          "exitTs": 1628696040,
          "dir": 1,
          "entryPrice": 1741.714,
          "exitPrice": 1749.587,
          "stopDistance": 3.937,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 162
        },
        {
          "entryTs": 1628724960,
          "entryUtc": "2021-08-11T23:36:00.000Z",
          "exitTs": 1628749920,
          "dir": -1,
          "entryPrice": 1751.653,
          "exitPrice": 1754.311,
          "stopDistance": 2.658,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 416
        },
        {
          "entryTs": 1628757180,
          "entryUtc": "2021-08-12T08:33:00.000Z",
          "exitTs": 1628763660,
          "dir": 1,
          "entryPrice": 1753.943,
          "exitPrice": 1751.317,
          "stopDistance": 2.626,
          "outcome": "stop",
          "netR": -1.1599,
          "holdMinutes": 108
        },
        {
          "entryTs": 1628839980,
          "entryUtc": "2021-08-13T07:33:00.000Z",
          "exitTs": 1628859480,
          "dir": 1,
          "entryPrice": 1757.098,
          "exitPrice": 1761.856,
          "stopDistance": 2.379,
          "outcome": "target",
          "netR": 1.8445,
          "holdMinutes": 325
        },
        {
          "entryTs": 1629078480,
          "entryUtc": "2021-08-16T01:48:00.000Z",
          "exitTs": 1629079140,
          "dir": 1,
          "entryPrice": 1779.281,
          "exitPrice": 1777.286,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 11
        },
        {
          "entryTs": 1629081540,
          "entryUtc": "2021-08-16T02:39:00.000Z",
          "exitTs": 1629091020,
          "dir": -1,
          "entryPrice": 1779.728,
          "exitPrice": 1774.973,
          "stopDistance": 2.377,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 158
        },
        {
          "entryTs": 1629098580,
          "entryUtc": "2021-08-16T07:23:00.000Z",
          "exitTs": 1629113040,
          "dir": -1,
          "entryPrice": 1776.863,
          "exitPrice": 1772.355,
          "stopDistance": 2.254,
          "outcome": "target",
          "netR": 1.8359,
          "holdMinutes": 241
        },
        {
          "entryTs": 1629115680,
          "entryUtc": "2021-08-16T12:08:00.000Z",
          "exitTs": 1629117180,
          "dir": -1,
          "entryPrice": 1774.708,
          "exitPrice": 1777.198,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 25
        },
        {
          "entryTs": 1629137040,
          "entryUtc": "2021-08-16T18:04:00.000Z",
          "exitTs": 1629180120,
          "dir": 1,
          "entryPrice": 1785.963,
          "exitPrice": 1792.546,
          "stopDistance": 3.292,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 718
        },
        {
          "entryTs": 1629200880,
          "entryUtc": "2021-08-17T11:48:00.000Z",
          "exitTs": 1629203400,
          "dir": 1,
          "entryPrice": 1792.978,
          "exitPrice": 1790.39,
          "stopDistance": 2.588,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 42
        },
        {
          "entryTs": 1629227280,
          "entryUtc": "2021-08-17T19:08:00.000Z",
          "exitTs": 1629252000,
          "dir": 1,
          "entryPrice": 1782.573,
          "exitPrice": 1789.85,
          "stopDistance": 3.639,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 412
        },
        {
          "entryTs": 1629264660,
          "entryUtc": "2021-08-18T05:31:00.000Z",
          "exitTs": 1629267180,
          "dir": 1,
          "entryPrice": 1788.088,
          "exitPrice": 1792.119,
          "stopDistance": 2.016,
          "outcome": "target",
          "netR": 1.8164,
          "holdMinutes": 42
        },
        {
          "entryTs": 1629273600,
          "entryUtc": "2021-08-18T08:00:00.000Z",
          "exitTs": 1629284280,
          "dir": -1,
          "entryPrice": 1790.138,
          "exitPrice": 1785.737,
          "stopDistance": 2.2,
          "outcome": "target",
          "netR": 1.8318,
          "holdMinutes": 178
        },
        {
          "entryTs": 1629288600,
          "entryUtc": "2021-08-18T12:10:00.000Z",
          "exitTs": 1629289320,
          "dir": -1,
          "entryPrice": 1787.628,
          "exitPrice": 1789.772,
          "stopDistance": 2.144,
          "outcome": "stop",
          "netR": -1.1959,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629293400,
          "entryUtc": "2021-08-18T13:30:00.000Z",
          "exitTs": 1629295200,
          "dir": 1,
          "entryPrice": 1786.539,
          "exitPrice": 1783.893,
          "stopDistance": 2.646,
          "outcome": "stop",
          "netR": -1.1587,
          "holdMinutes": 30
        },
        {
          "entryTs": 1629331200,
          "entryUtc": "2021-08-19T00:00:00.000Z",
          "exitTs": 1629334560,
          "dir": 1,
          "entryPrice": 1786.758,
          "exitPrice": 1784.053,
          "stopDistance": 2.705,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 56
        },
        {
          "entryTs": 1629361140,
          "entryUtc": "2021-08-19T08:19:00.000Z",
          "exitTs": 1629362340,
          "dir": 1,
          "entryPrice": 1778.723,
          "exitPrice": 1784.668,
          "stopDistance": 2.973,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 20
        },
        {
          "entryTs": 1629379200,
          "entryUtc": "2021-08-19T13:20:00.000Z",
          "exitTs": 1629380640,
          "dir": 1,
          "entryPrice": 1788.013,
          "exitPrice": 1784.007,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 24
        },
        {
          "entryTs": 1629403200,
          "entryUtc": "2021-08-19T20:00:00.000Z",
          "exitTs": 1629439500,
          "dir": 1,
          "entryPrice": 1780.918,
          "exitPrice": 1787.149,
          "stopDistance": 3.116,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 605
        },
        {
          "entryTs": 1629447900,
          "entryUtc": "2021-08-20T08:25:00.000Z",
          "exitTs": 1629448980,
          "dir": 1,
          "entryPrice": 1784.782,
          "exitPrice": 1782.678,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 18
        },
        {
          "entryTs": 1629455400,
          "entryUtc": "2021-08-20T10:30:00.000Z",
          "exitTs": 1629458040,
          "dir": -1,
          "entryPrice": 1783.357,
          "exitPrice": 1785.927,
          "stopDistance": 2.57,
          "outcome": "stop",
          "netR": -1.1634,
          "holdMinutes": 44
        },
        {
          "entryTs": 1629466200,
          "entryUtc": "2021-08-20T13:30:00.000Z",
          "exitTs": 1629669600,
          "dir": -1,
          "entryPrice": 1784.029,
          "exitPrice": 1780.883,
          "stopDistance": 2.967,
          "outcome": "time",
          "netR": 0.9354,
          "holdMinutes": 3390
        },
        {
          "entryTs": 1629763320,
          "entryUtc": "2021-08-24T00:02:00.000Z",
          "exitTs": 1629766140,
          "dir": 1,
          "entryPrice": 1804.312,
          "exitPrice": 1802.428,
          "stopDistance": 1.883,
          "outcome": "stop",
          "netR": -1.223,
          "holdMinutes": 47
        },
        {
          "entryTs": 1629769560,
          "entryUtc": "2021-08-24T01:46:00.000Z",
          "exitTs": 1629777120,
          "dir": -1,
          "entryPrice": 1804.148,
          "exitPrice": 1800.995,
          "stopDistance": 1.576,
          "outcome": "target",
          "netR": 1.7653,
          "holdMinutes": 126
        },
        {
          "entryTs": 1629781200,
          "entryUtc": "2021-08-24T05:00:00.000Z",
          "exitTs": 1629784020,
          "dir": -1,
          "entryPrice": 1801.903,
          "exitPrice": 1803.614,
          "stopDistance": 1.711,
          "outcome": "stop",
          "netR": -1.2454,
          "holdMinutes": 47
        },
        {
          "entryTs": 1629789240,
          "entryUtc": "2021-08-24T07:14:00.000Z",
          "exitTs": 1629807180,
          "dir": 1,
          "entryPrice": 1802.258,
          "exitPrice": 1805.706,
          "stopDistance": 1.724,
          "outcome": "target",
          "netR": 1.7854,
          "holdMinutes": 299
        },
        {
          "entryTs": 1629807720,
          "entryUtc": "2021-08-24T12:22:00.000Z",
          "exitTs": 1629808860,
          "dir": 1,
          "entryPrice": 1803.122,
          "exitPrice": 1807.135,
          "stopDistance": 2.006,
          "outcome": "target",
          "netR": 1.8156,
          "holdMinutes": 19
        },
        {
          "entryTs": 1629811920,
          "entryUtc": "2021-08-24T13:32:00.000Z",
          "exitTs": 1629812040,
          "dir": 1,
          "entryPrice": 1805.003,
          "exitPrice": 1801.924,
          "stopDistance": 3.079,
          "outcome": "stop",
          "netR": -1.1364,
          "holdMinutes": 2
        },
        {
          "entryTs": 1629831000,
          "entryUtc": "2021-08-24T18:50:00.000Z",
          "exitTs": 1629851220,
          "dir": -1,
          "entryPrice": 1805.738,
          "exitPrice": 1800.465,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 337
        },
        {
          "entryTs": 1629859440,
          "entryUtc": "2021-08-25T02:44:00.000Z",
          "exitTs": 1629890760,
          "dir": -1,
          "entryPrice": 1795.548,
          "exitPrice": 1790.723,
          "stopDistance": 2.412,
          "outcome": "target",
          "netR": 1.8466,
          "holdMinutes": 522
        },
        {
          "entryTs": 1629891360,
          "entryUtc": "2021-08-25T11:36:00.000Z",
          "exitTs": 1629895500,
          "dir": -1,
          "entryPrice": 1793.216,
          "exitPrice": 1795.746,
          "stopDistance": 2.53,
          "outcome": "stop",
          "netR": -1.166,
          "holdMinutes": 69
        },
        {
          "entryTs": 1629898020,
          "entryUtc": "2021-08-25T13:27:00.000Z",
          "exitTs": 1629898740,
          "dir": 1,
          "entryPrice": 1793.938,
          "exitPrice": 1790.447,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629909960,
          "entryUtc": "2021-08-25T16:46:00.000Z",
          "exitTs": 1629981660,
          "dir": -1,
          "entryPrice": 1791.576,
          "exitPrice": 1781.868,
          "stopDistance": 4.854,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1629983640,
          "entryUtc": "2021-08-26T13:14:00.000Z",
          "exitTs": 1629987300,
          "dir": -1,
          "entryPrice": 1785.754,
          "exitPrice": 1789.003,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 61
        },
        {
          "entryTs": 1630006440,
          "entryUtc": "2021-08-26T19:34:00.000Z",
          "exitTs": 1630029780,
          "dir": -1,
          "entryPrice": 1792.118,
          "exitPrice": 1795.598,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 389
        },
        {
          "entryTs": 1630064220,
          "entryUtc": "2021-08-27T11:37:00.000Z",
          "exitTs": 1630068240,
          "dir": -1,
          "entryPrice": 1795.661,
          "exitPrice": 1797.863,
          "stopDistance": 2.201,
          "outcome": "stop",
          "netR": -1.1908,
          "holdMinutes": 67
        },
        {
          "entryTs": 1630069560,
          "entryUtc": "2021-08-27T13:06:00.000Z",
          "exitTs": 1630069860,
          "dir": 1,
          "entryPrice": 1795.227,
          "exitPrice": 1792.508,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 5
        },
        {
          "entryTs": 1630072260,
          "entryUtc": "2021-08-27T13:51:00.000Z",
          "exitTs": 1630072800,
          "dir": -1,
          "entryPrice": 1793.707,
          "exitPrice": 1797.31,
          "stopDistance": 3.603,
          "outcome": "ambiguous",
          "netR": -1.1166,
          "holdMinutes": 9
        },
        {
          "entryTs": 1630097280,
          "entryUtc": "2021-08-27T20:48:00.000Z",
          "exitTs": 1630274400,
          "dir": 1,
          "entryPrice": 1817.547,
          "exitPrice": 1818.448,
          "stopDistance": 3.41,
          "outcome": "time",
          "netR": 0.1559,
          "holdMinutes": 2952
        },
        {
          "entryTs": 1630287300,
          "entryUtc": "2021-08-30T01:35:00.000Z",
          "exitTs": 1630290300,
          "dir": 1,
          "entryPrice": 1818.228,
          "exitPrice": 1815.892,
          "stopDistance": 2.337,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 50
        },
        {
          "entryTs": 1630302960,
          "entryUtc": "2021-08-30T05:56:00.000Z",
          "exitTs": 1630329780,
          "dir": 1,
          "entryPrice": 1814.803,
          "exitPrice": 1812.426,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 447
        },
        {
          "entryTs": 1630349460,
          "entryUtc": "2021-08-30T18:51:00.000Z",
          "exitTs": 1630370940,
          "dir": -1,
          "entryPrice": 1809.763,
          "exitPrice": 1811.928,
          "stopDistance": 2.165,
          "outcome": "stop",
          "netR": -1.194,
          "holdMinutes": 358
        },
        {
          "entryTs": 1630399920,
          "entryUtc": "2021-08-31T08:52:00.000Z",
          "exitTs": 1630407360,
          "dir": 1,
          "entryPrice": 1814.151,
          "exitPrice": 1812.162,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 124
        },
        {
          "entryTs": 1630408860,
          "entryUtc": "2021-08-31T11:21:00.000Z",
          "exitTs": 1630414680,
          "dir": -1,
          "entryPrice": 1814.24,
          "exitPrice": 1809.784,
          "stopDistance": 2.228,
          "outcome": "target",
          "netR": 1.8339,
          "holdMinutes": 97
        },
        {
          "entryTs": 1630417140,
          "entryUtc": "2021-08-31T13:39:00.000Z",
          "exitTs": 1630419300,
          "dir": -1,
          "entryPrice": 1813.628,
          "exitPrice": 1808.721,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 36
        },
        {
          "entryTs": 1630447200,
          "entryUtc": "2021-08-31T22:00:00.000Z",
          "exitTs": 1630476420,
          "dir": -1,
          "entryPrice": 1814.243,
          "exitPrice": 1816.809,
          "stopDistance": 2.566,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 487
        },
        {
          "entryTs": 1630480920,
          "entryUtc": "2021-09-01T07:22:00.000Z",
          "exitTs": 1630481880,
          "dir": 1,
          "entryPrice": 1813.583,
          "exitPrice": 1811.478,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 16
        },
        {
          "entryTs": 1630488900,
          "entryUtc": "2021-09-01T09:35:00.000Z",
          "exitTs": 1630499820,
          "dir": -1,
          "entryPrice": 1813.817,
          "exitPrice": 1816.402,
          "stopDistance": 2.586,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 182
        },
        {
          "entryTs": 1630501980,
          "entryUtc": "2021-09-01T13:13:00.000Z",
          "exitTs": 1630501980,
          "dir": 1,
          "entryPrice": 1813.758,
          "exitPrice": 1811.135,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 0
        },
        {
          "entryTs": 1630504680,
          "entryUtc": "2021-09-01T13:58:00.000Z",
          "exitTs": 1630504800,
          "dir": 1,
          "entryPrice": 1814.386,
          "exitPrice": 1810.48,
          "stopDistance": 3.907,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 2
        },
        {
          "entryTs": 1630510620,
          "entryUtc": "2021-09-01T15:37:00.000Z",
          "exitTs": 1630591440,
          "dir": -1,
          "entryPrice": 1814.732,
          "exitPrice": 1806.098,
          "stopDistance": 4.317,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 1347
        },
        {
          "entryTs": 1630593480,
          "entryUtc": "2021-09-02T14:38:00.000Z",
          "exitTs": 1630593780,
          "dir": -1,
          "entryPrice": 1809.32,
          "exitPrice": 1812.837,
          "stopDistance": 3.517,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 5
        },
        {
          "entryTs": 1630643700,
          "entryUtc": "2021-09-03T04:35:00.000Z",
          "exitTs": 1630667040,
          "dir": 1,
          "entryPrice": 1811.333,
          "exitPrice": 1814.518,
          "stopDistance": 1.592,
          "outcome": "target",
          "netR": 1.7676,
          "holdMinutes": 389
        },
        {
          "entryTs": 1630672080,
          "entryUtc": "2021-09-03T12:28:00.000Z",
          "exitTs": 1630672200,
          "dir": 1,
          "entryPrice": 1813.088,
          "exitPrice": 1816.281,
          "stopDistance": 1.597,
          "outcome": "target",
          "netR": 1.7683,
          "holdMinutes": 2
        },
        {
          "entryTs": 1630907460,
          "entryUtc": "2021-09-06T05:51:00.000Z",
          "exitTs": 1630924020,
          "dir": -1,
          "entryPrice": 1827.173,
          "exitPrice": 1823.292,
          "stopDistance": 1.941,
          "outcome": "target",
          "netR": 1.8093,
          "holdMinutes": 276
        },
        {
          "entryTs": 1630933320,
          "entryUtc": "2021-09-06T13:02:00.000Z",
          "exitTs": 1630973640,
          "dir": -1,
          "entryPrice": 1823.528,
          "exitPrice": 1825.255,
          "stopDistance": 1.727,
          "outcome": "stop",
          "netR": -1.2432,
          "holdMinutes": 672
        },
        {
          "entryTs": 1631041140,
          "entryUtc": "2021-09-07T18:59:00.000Z",
          "exitTs": 1631108580,
          "dir": 1,
          "entryPrice": 1796.117,
          "exitPrice": 1792.333,
          "stopDistance": 3.784,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 1124
        },
        {
          "entryTs": 1631142360,
          "entryUtc": "2021-09-08T23:06:00.000Z",
          "exitTs": 1631151000,
          "dir": 1,
          "entryPrice": 1789.371,
          "exitPrice": 1787.194,
          "stopDistance": 2.177,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 144
        },
        {
          "entryTs": 1631152620,
          "entryUtc": "2021-09-09T01:57:00.000Z",
          "exitTs": 1631172360,
          "dir": -1,
          "entryPrice": 1789.053,
          "exitPrice": 1791.205,
          "stopDistance": 2.152,
          "outcome": "stop",
          "netR": -1.1952,
          "holdMinutes": 329
        },
        {
          "entryTs": 1631190600,
          "entryUtc": "2021-09-09T12:30:00.000Z",
          "exitTs": 1631191080,
          "dir": 1,
          "entryPrice": 1795.232,
          "exitPrice": 1793.211,
          "stopDistance": 2.021,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 8
        },
        {
          "entryTs": 1631193060,
          "entryUtc": "2021-09-09T13:11:00.000Z",
          "exitTs": 1631195760,
          "dir": -1,
          "entryPrice": 1796.197,
          "exitPrice": 1790.031,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 45
        },
        {
          "entryTs": 1631237640,
          "entryUtc": "2021-09-10T01:34:00.000Z",
          "exitTs": 1631241000,
          "dir": -1,
          "entryPrice": 1794.806,
          "exitPrice": 1797.294,
          "stopDistance": 2.488,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 56
        },
        {
          "entryTs": 1631288340,
          "entryUtc": "2021-09-10T15:39:00.000Z",
          "exitTs": 1631296320,
          "dir": 1,
          "entryPrice": 1793.179,
          "exitPrice": 1789.24,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 133
        },
        {
          "entryTs": 1631484000,
          "entryUtc": "2021-09-12T22:00:00.000Z",
          "exitTs": 1631494980,
          "dir": -1,
          "entryPrice": 1789.058,
          "exitPrice": 1784.061,
          "stopDistance": 2.498,
          "outcome": "target",
          "netR": 1.8519,
          "holdMinutes": 183
        },
        {
          "entryTs": 1631495640,
          "entryUtc": "2021-09-13T01:14:00.000Z",
          "exitTs": 1631497800,
          "dir": -1,
          "entryPrice": 1787.643,
          "exitPrice": 1789.718,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 36
        },
        {
          "entryTs": 1631513940,
          "entryUtc": "2021-09-13T06:19:00.000Z",
          "exitTs": 1631514480,
          "dir": 1,
          "entryPrice": 1790.836,
          "exitPrice": 1788.887,
          "stopDistance": 1.949,
          "outcome": "stop",
          "netR": -1.2155,
          "holdMinutes": 9
        },
        {
          "entryTs": 1631515140,
          "entryUtc": "2021-09-13T06:39:00.000Z",
          "exitTs": 1631537400,
          "dir": -1,
          "entryPrice": 1790.676,
          "exitPrice": 1786.219,
          "stopDistance": 2.229,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 371
        },
        {
          "entryTs": 1631538540,
          "entryUtc": "2021-09-13T13:09:00.000Z",
          "exitTs": 1631539140,
          "dir": -1,
          "entryPrice": 1787.937,
          "exitPrice": 1790.578,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 10
        },
        {
          "entryTs": 1631540760,
          "entryUtc": "2021-09-13T13:46:00.000Z",
          "exitTs": 1631541960,
          "dir": 1,
          "entryPrice": 1790.078,
          "exitPrice": 1796.259,
          "stopDistance": 3.09,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 20
        },
        {
          "entryTs": 1631580060,
          "entryUtc": "2021-09-14T00:41:00.000Z",
          "exitTs": 1631581260,
          "dir": -1,
          "entryPrice": 1792.721,
          "exitPrice": 1790.352,
          "stopDistance": 1.185,
          "outcome": "target",
          "netR": 1.6877,
          "holdMinutes": 20
        },
        {
          "entryTs": 1631587380,
          "entryUtc": "2021-09-14T02:43:00.000Z",
          "exitTs": 1631604060,
          "dir": 1,
          "entryPrice": 1791.104,
          "exitPrice": 1794.227,
          "stopDistance": 1.561,
          "outcome": "target",
          "netR": 1.763,
          "holdMinutes": 278
        },
        {
          "entryTs": 1631622600,
          "entryUtc": "2021-09-14T12:30:00.000Z",
          "exitTs": 1631622600,
          "dir": -1,
          "entryPrice": 1788.393,
          "exitPrice": 1783.196,
          "stopDistance": 2.598,
          "outcome": "target",
          "netR": 1.8576,
          "holdMinutes": 0
        },
        {
          "entryTs": 1631622840,
          "entryUtc": "2021-09-14T12:34:00.000Z",
          "exitTs": 1631622900,
          "dir": -1,
          "entryPrice": 1791.026,
          "exitPrice": 1793.212,
          "stopDistance": 2.186,
          "outcome": "stop",
          "netR": -1.1921,
          "holdMinutes": 1
        },
        {
          "entryTs": 1631649120,
          "entryUtc": "2021-09-14T19:52:00.000Z",
          "exitTs": 1631710320,
          "dir": -1,
          "entryPrice": 1804.786,
          "exitPrice": 1797.711,
          "stopDistance": 3.538,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 1020
        },
        {
          "entryTs": 1631712780,
          "entryUtc": "2021-09-15T13:33:00.000Z",
          "exitTs": 1631717580,
          "dir": -1,
          "entryPrice": 1799.108,
          "exitPrice": 1791.969,
          "stopDistance": 3.57,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 80
        },
        {
          "entryTs": 1631730720,
          "entryUtc": "2021-09-15T18:32:00.000Z",
          "exitTs": 1631745480,
          "dir": -1,
          "entryPrice": 1792.368,
          "exitPrice": 1795.033,
          "stopDistance": 2.665,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 246
        },
        {
          "entryTs": 1631752140,
          "entryUtc": "2021-09-16T00:29:00.000Z",
          "exitTs": 1631763840,
          "dir": 1,
          "entryPrice": 1793.861,
          "exitPrice": 1791.878,
          "stopDistance": 1.983,
          "outcome": "stop",
          "netR": -1.2118,
          "holdMinutes": 195
        },
        {
          "entryTs": 1631875320,
          "entryUtc": "2021-09-17T10:42:00.000Z",
          "exitTs": 1631876460,
          "dir": 1,
          "entryPrice": 1763.071,
          "exitPrice": 1760.475,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 19
        },
        {
          "entryTs": 1631903880,
          "entryUtc": "2021-09-17T18:38:00.000Z",
          "exitTs": 1632088800,
          "dir": -1,
          "entryPrice": 1752.269,
          "exitPrice": 1753.748,
          "stopDistance": 4.134,
          "outcome": "time",
          "netR": -0.4473,
          "holdMinutes": 3082
        },
        {
          "entryTs": 1632089700,
          "entryUtc": "2021-09-19T22:15:00.000Z",
          "exitTs": 1632103020,
          "dir": 1,
          "entryPrice": 1753.061,
          "exitPrice": 1750.274,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 222
        },
        {
          "entryTs": 1632154140,
          "entryUtc": "2021-09-20T16:09:00.000Z",
          "exitTs": 1632226440,
          "dir": 1,
          "entryPrice": 1760.289,
          "exitPrice": 1769.236,
          "stopDistance": 4.474,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 1205
        },
        {
          "entryTs": 1632226500,
          "entryUtc": "2021-09-21T12:15:00.000Z",
          "exitTs": 1632227400,
          "dir": 1,
          "entryPrice": 1768.463,
          "exitPrice": 1774.159,
          "stopDistance": 2.848,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 15
        },
        {
          "entryTs": 1632261660,
          "entryUtc": "2021-09-21T22:01:00.000Z",
          "exitTs": 1632276540,
          "dir": -1,
          "entryPrice": 1774.976,
          "exitPrice": 1777.373,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 248
        },
        {
          "entryTs": 1632288780,
          "entryUtc": "2021-09-22T05:33:00.000Z",
          "exitTs": 1632291900,
          "dir": -1,
          "entryPrice": 1777.751,
          "exitPrice": 1779.911,
          "stopDistance": 2.16,
          "outcome": "stop",
          "netR": -1.1944,
          "holdMinutes": 52
        },
        {
          "entryTs": 1632294060,
          "entryUtc": "2021-09-22T07:01:00.000Z",
          "exitTs": 1632298080,
          "dir": 1,
          "entryPrice": 1777.976,
          "exitPrice": 1775.829,
          "stopDistance": 2.147,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 67
        },
        {
          "entryTs": 1632306960,
          "entryUtc": "2021-09-22T10:36:00.000Z",
          "exitTs": 1632309960,
          "dir": 1,
          "entryPrice": 1775.262,
          "exitPrice": 1773.032,
          "stopDistance": 2.23,
          "outcome": "stop",
          "netR": -1.1884,
          "holdMinutes": 50
        },
        {
          "entryTs": 1632313560,
          "entryUtc": "2021-09-22T12:26:00.000Z",
          "exitTs": 1632318060,
          "dir": -1,
          "entryPrice": 1774.602,
          "exitPrice": 1776.908,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 75
        },
        {
          "entryTs": 1632318540,
          "entryUtc": "2021-09-22T13:49:00.000Z",
          "exitTs": 1632333600,
          "dir": 1,
          "entryPrice": 1774.852,
          "exitPrice": 1771.919,
          "stopDistance": 2.934,
          "outcome": "ambiguous",
          "netR": -1.1432,
          "holdMinutes": 251
        },
        {
          "entryTs": 1632335880,
          "entryUtc": "2021-09-22T18:38:00.000Z",
          "exitTs": 1632335940,
          "dir": 1,
          "entryPrice": 1779.781,
          "exitPrice": 1775.177,
          "stopDistance": 4.604,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 1
        },
        {
          "entryTs": 1632338340,
          "entryUtc": "2021-09-22T19:19:00.000Z",
          "exitTs": 1632402300,
          "dir": -1,
          "entryPrice": 1772.398,
          "exitPrice": 1759.075,
          "stopDistance": 6.662,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 1066
        },
        {
          "entryTs": 1632412200,
          "entryUtc": "2021-09-23T15:50:00.000Z",
          "exitTs": 1632428640,
          "dir": -1,
          "entryPrice": 1751.721,
          "exitPrice": 1740.362,
          "stopDistance": 5.679,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 274
        },
        {
          "entryTs": 1632461220,
          "entryUtc": "2021-09-24T05:27:00.000Z",
          "exitTs": 1632462000,
          "dir": -1,
          "entryPrice": 1751.821,
          "exitPrice": 1753.833,
          "stopDistance": 2.012,
          "outcome": "stop",
          "netR": -1.2087,
          "holdMinutes": 13
        },
        {
          "entryTs": 1632466800,
          "entryUtc": "2021-09-24T07:00:00.000Z",
          "exitTs": 1632481320,
          "dir": 1,
          "entryPrice": 1752.936,
          "exitPrice": 1757.095,
          "stopDistance": 2.08,
          "outcome": "target",
          "netR": 1.8221,
          "holdMinutes": 242
        },
        {
          "entryTs": 1632724560,
          "entryUtc": "2021-09-27T06:36:00.000Z",
          "exitTs": 1632727080,
          "dir": -1,
          "entryPrice": 1758.018,
          "exitPrice": 1760.257,
          "stopDistance": 2.239,
          "outcome": "stop",
          "netR": -1.1876,
          "holdMinutes": 42
        },
        {
          "entryTs": 1632745020,
          "entryUtc": "2021-09-27T12:17:00.000Z",
          "exitTs": 1632747120,
          "dir": 1,
          "entryPrice": 1748.821,
          "exitPrice": 1754.644,
          "stopDistance": 2.912,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 35
        },
        {
          "entryTs": 1632752760,
          "entryUtc": "2021-09-27T14:26:00.000Z",
          "exitTs": 1632755340,
          "dir": 1,
          "entryPrice": 1752.643,
          "exitPrice": 1748.672,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 43
        },
        {
          "entryTs": 1632759720,
          "entryUtc": "2021-09-27T16:22:00.000Z",
          "exitTs": 1632809820,
          "dir": -1,
          "entryPrice": 1753.258,
          "exitPrice": 1744.822,
          "stopDistance": 4.218,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 835
        },
        {
          "entryTs": 1632834360,
          "entryUtc": "2021-09-28T13:06:00.000Z",
          "exitTs": 1632835680,
          "dir": -1,
          "entryPrice": 1734.802,
          "exitPrice": 1739.379,
          "stopDistance": 4.577,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 22
        },
        {
          "entryTs": 1632836160,
          "entryUtc": "2021-09-28T13:36:00.000Z",
          "exitTs": 1632837000,
          "dir": 1,
          "entryPrice": 1736.193,
          "exitPrice": 1730.57,
          "stopDistance": 5.622,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 14
        },
        {
          "entryTs": 1632874140,
          "entryUtc": "2021-09-29T00:09:00.000Z",
          "exitTs": 1632882660,
          "dir": 1,
          "entryPrice": 1734.494,
          "exitPrice": 1738.526,
          "stopDistance": 2.016,
          "outcome": "target",
          "netR": 1.8165,
          "holdMinutes": 142
        },
        {
          "entryTs": 1632914100,
          "entryUtc": "2021-09-29T11:15:00.000Z",
          "exitTs": 1632918000,
          "dir": 1,
          "entryPrice": 1743.048,
          "exitPrice": 1740.314,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 65
        },
        {
          "entryTs": 1632987360,
          "entryUtc": "2021-09-30T07:36:00.000Z",
          "exitTs": 1632997320,
          "dir": -1,
          "entryPrice": 1731.917,
          "exitPrice": 1727.619,
          "stopDistance": 2.149,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 166
        },
        {
          "entryTs": 1633005000,
          "entryUtc": "2021-09-30T12:30:00.000Z",
          "exitTs": 1633005540,
          "dir": -1,
          "entryPrice": 1728.723,
          "exitPrice": 1731.79,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 9
        },
        {
          "entryTs": 1633028580,
          "entryUtc": "2021-09-30T19:03:00.000Z",
          "exitTs": 1633098780,
          "dir": -1,
          "entryPrice": 1757.901,
          "exitPrice": 1763.031,
          "stopDistance": 5.13,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1633117500,
          "entryUtc": "2021-10-01T19:45:00.000Z",
          "exitTs": 1633298400,
          "dir": -1,
          "entryPrice": 1758.441,
          "exitPrice": 1761.518,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1633346340,
          "entryUtc": "2021-10-04T11:19:00.000Z",
          "exitTs": 1633348200,
          "dir": -1,
          "entryPrice": 1749.943,
          "exitPrice": 1752.607,
          "stopDistance": 2.664,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 31
        },
        {
          "entryTs": 1633352580,
          "entryUtc": "2021-10-04T13:03:00.000Z",
          "exitTs": 1633354380,
          "dir": 1,
          "entryPrice": 1752.892,
          "exitPrice": 1749.408,
          "stopDistance": 3.484,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 30
        },
        {
          "entryTs": 1633422000,
          "entryUtc": "2021-10-05T08:20:00.000Z",
          "exitTs": 1633429800,
          "dir": 1,
          "entryPrice": 1758.243,
          "exitPrice": 1755.248,
          "stopDistance": 2.995,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 130
        },
        {
          "entryTs": 1633433340,
          "entryUtc": "2021-10-05T11:29:00.000Z",
          "exitTs": 1633435920,
          "dir": -1,
          "entryPrice": 1756.133,
          "exitPrice": 1758.757,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 43
        },
        {
          "entryTs": 1633438440,
          "entryUtc": "2021-10-05T12:54:00.000Z",
          "exitTs": 1633439280,
          "dir": 1,
          "entryPrice": 1756.552,
          "exitPrice": 1753.651,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 14
        },
        {
          "entryTs": 1633447500,
          "entryUtc": "2021-10-05T15:25:00.000Z",
          "exitTs": 1633448100,
          "dir": -1,
          "entryPrice": 1755.828,
          "exitPrice": 1759.893,
          "stopDistance": 4.065,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 10
        },
        {
          "entryTs": 1633486920,
          "entryUtc": "2021-10-06T02:22:00.000Z",
          "exitTs": 1633493580,
          "dir": -1,
          "entryPrice": 1757.008,
          "exitPrice": 1753.189,
          "stopDistance": 1.909,
          "outcome": "target",
          "netR": 1.8062,
          "holdMinutes": 111
        },
        {
          "entryTs": 1633500780,
          "entryUtc": "2021-10-06T06:13:00.000Z",
          "exitTs": 1633504140,
          "dir": -1,
          "entryPrice": 1753.418,
          "exitPrice": 1748.939,
          "stopDistance": 2.24,
          "outcome": "target",
          "netR": 1.8348,
          "holdMinutes": 56
        },
        {
          "entryTs": 1633504980,
          "entryUtc": "2021-10-06T07:23:00.000Z",
          "exitTs": 1633519200,
          "dir": -1,
          "entryPrice": 1750.828,
          "exitPrice": 1753.897,
          "stopDistance": 3.069,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 237
        },
        {
          "entryTs": 1633553880,
          "entryUtc": "2021-10-06T20:58:00.000Z",
          "exitTs": 1633573260,
          "dir": 1,
          "entryPrice": 1762.493,
          "exitPrice": 1759.343,
          "stopDistance": 3.15,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 323
        },
        {
          "entryTs": 1633586940,
          "entryUtc": "2021-10-07T06:09:00.000Z",
          "exitTs": 1633587300,
          "dir": -1,
          "entryPrice": 1758.672,
          "exitPrice": 1760.491,
          "stopDistance": 1.82,
          "outcome": "stop",
          "netR": -1.2308,
          "holdMinutes": 6
        },
        {
          "entryTs": 1633596240,
          "entryUtc": "2021-10-07T08:44:00.000Z",
          "exitTs": 1633598340,
          "dir": 1,
          "entryPrice": 1761.373,
          "exitPrice": 1758.676,
          "stopDistance": 2.697,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 35
        },
        {
          "entryTs": 1633615020,
          "entryUtc": "2021-10-07T13:57:00.000Z",
          "exitTs": 1633615740,
          "dir": -1,
          "entryPrice": 1759.297,
          "exitPrice": 1762.542,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 12
        },
        {
          "entryTs": 1633639140,
          "entryUtc": "2021-10-07T20:39:00.000Z",
          "exitTs": 1633690860,
          "dir": -1,
          "entryPrice": 1757.783,
          "exitPrice": 1760.825,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 862
        },
        {
          "entryTs": 1633702320,
          "entryUtc": "2021-10-08T14:12:00.000Z",
          "exitTs": 1633702860,
          "dir": 1,
          "entryPrice": 1765.783,
          "exitPrice": 1761.56,
          "stopDistance": 4.223,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 9
        },
        {
          "entryTs": 1633703640,
          "entryUtc": "2021-10-08T14:34:00.000Z",
          "exitTs": 1633703700,
          "dir": 1,
          "entryPrice": 1759.763,
          "exitPrice": 1757.195,
          "stopDistance": 2.568,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 1
        },
        {
          "entryTs": 1633910640,
          "entryUtc": "2021-10-11T00:04:00.000Z",
          "exitTs": 1633915440,
          "dir": -1,
          "entryPrice": 1755.62,
          "exitPrice": 1758.662,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 80
        },
        {
          "entryTs": 1633923000,
          "entryUtc": "2021-10-11T03:30:00.000Z",
          "exitTs": 1633944300,
          "dir": -1,
          "entryPrice": 1757.58,
          "exitPrice": 1752.265,
          "stopDistance": 2.658,
          "outcome": "target",
          "netR": 1.8608,
          "holdMinutes": 355
        },
        {
          "entryTs": 1633946700,
          "entryUtc": "2021-10-11T10:05:00.000Z",
          "exitTs": 1633954620,
          "dir": -1,
          "entryPrice": 1754.965,
          "exitPrice": 1757.616,
          "stopDistance": 2.65,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 132
        },
        {
          "entryTs": 1633954980,
          "entryUtc": "2021-10-11T12:23:00.000Z",
          "exitTs": 1633955700,
          "dir": 1,
          "entryPrice": 1755.028,
          "exitPrice": 1752.615,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 12
        },
        {
          "entryTs": 1633958100,
          "entryUtc": "2021-10-11T13:15:00.000Z",
          "exitTs": 1633959180,
          "dir": -1,
          "entryPrice": 1754.298,
          "exitPrice": 1757.02,
          "stopDistance": 2.722,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 18
        },
        {
          "entryTs": 1633971900,
          "entryUtc": "2021-10-11T17:05:00.000Z",
          "exitTs": 1633998000,
          "dir": 1,
          "entryPrice": 1755.043,
          "exitPrice": 1751.533,
          "stopDistance": 3.51,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 435
        },
        {
          "entryTs": 1634000760,
          "entryUtc": "2021-10-12T01:06:00.000Z",
          "exitTs": 1634001120,
          "dir": -1,
          "entryPrice": 1753.213,
          "exitPrice": 1754.815,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2622,
          "holdMinutes": 6
        },
        {
          "entryTs": 1634002200,
          "entryUtc": "2021-10-12T01:30:00.000Z",
          "exitTs": 1634005440,
          "dir": 1,
          "entryPrice": 1753.468,
          "exitPrice": 1757.738,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 54
        },
        {
          "entryTs": 1634014800,
          "entryUtc": "2021-10-12T05:00:00.000Z",
          "exitTs": 1634015220,
          "dir": -1,
          "entryPrice": 1757.798,
          "exitPrice": 1759.75,
          "stopDistance": 1.952,
          "outcome": "stop",
          "netR": -1.2152,
          "holdMinutes": 7
        },
        {
          "entryTs": 1634022780,
          "entryUtc": "2021-10-12T07:13:00.000Z",
          "exitTs": 1634025600,
          "dir": 1,
          "entryPrice": 1758.608,
          "exitPrice": 1756.613,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 47
        },
        {
          "entryTs": 1634030820,
          "entryUtc": "2021-10-12T09:27:00.000Z",
          "exitTs": 1634035860,
          "dir": -1,
          "entryPrice": 1759.583,
          "exitPrice": 1762.107,
          "stopDistance": 2.524,
          "outcome": "stop",
          "netR": -1.1664,
          "holdMinutes": 84
        },
        {
          "entryTs": 1634041500,
          "entryUtc": "2021-10-12T12:25:00.000Z",
          "exitTs": 1634041860,
          "dir": 1,
          "entryPrice": 1759.204,
          "exitPrice": 1756.682,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 6
        },
        {
          "entryTs": 1634044020,
          "entryUtc": "2021-10-12T13:07:00.000Z",
          "exitTs": 1634046480,
          "dir": -1,
          "entryPrice": 1760.941,
          "exitPrice": 1764.172,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 41
        },
        {
          "entryTs": 1634052900,
          "entryUtc": "2021-10-12T15:35:00.000Z",
          "exitTs": 1634122140,
          "dir": 1,
          "entryPrice": 1761.211,
          "exitPrice": 1771.242,
          "stopDistance": 5.015,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 1154
        },
        {
          "entryTs": 1634128440,
          "entryUtc": "2021-10-13T12:34:00.000Z",
          "exitTs": 1634128500,
          "dir": 1,
          "entryPrice": 1768.183,
          "exitPrice": 1765.967,
          "stopDistance": 2.216,
          "outcome": "stop",
          "netR": -1.1895,
          "holdMinutes": 1
        },
        {
          "entryTs": 1634130840,
          "entryUtc": "2021-10-13T13:14:00.000Z",
          "exitTs": 1634131380,
          "dir": -1,
          "entryPrice": 1763.504,
          "exitPrice": 1768.121,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 9
        },
        {
          "entryTs": 1634167740,
          "entryUtc": "2021-10-13T23:29:00.000Z",
          "exitTs": 1634176440,
          "dir": 1,
          "entryPrice": 1792.088,
          "exitPrice": 1789.225,
          "stopDistance": 2.863,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 145
        },
        {
          "entryTs": 1634212500,
          "entryUtc": "2021-10-14T11:55:00.000Z",
          "exitTs": 1634213760,
          "dir": 1,
          "entryPrice": 1797.134,
          "exitPrice": 1794.481,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 21
        },
        {
          "entryTs": 1634258640,
          "entryUtc": "2021-10-15T00:44:00.000Z",
          "exitTs": 1634275380,
          "dir": -1,
          "entryPrice": 1795.268,
          "exitPrice": 1792.38,
          "stopDistance": 1.444,
          "outcome": "target",
          "netR": 1.7438,
          "holdMinutes": 279
        },
        {
          "entryTs": 1634282160,
          "entryUtc": "2021-10-15T07:16:00.000Z",
          "exitTs": 1634283300,
          "dir": -1,
          "entryPrice": 1791.903,
          "exitPrice": 1788.367,
          "stopDistance": 1.768,
          "outcome": "target",
          "netR": 1.7907,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634330940,
          "entryUtc": "2021-10-15T20:49:00.000Z",
          "exitTs": 1634508000,
          "dir": -1,
          "entryPrice": 1767.844,
          "exitPrice": 1766.508,
          "stopDistance": 2.428,
          "outcome": "time",
          "netR": 0.3979,
          "holdMinutes": 2951
        },
        {
          "entryTs": 1634515560,
          "entryUtc": "2021-10-18T00:06:00.000Z",
          "exitTs": 1634536980,
          "dir": 1,
          "entryPrice": 1768.976,
          "exitPrice": 1766.42,
          "stopDistance": 2.556,
          "outcome": "stop",
          "netR": -1.1643,
          "holdMinutes": 357
        },
        {
          "entryTs": 1634538720,
          "entryUtc": "2021-10-18T06:32:00.000Z",
          "exitTs": 1634559000,
          "dir": -1,
          "entryPrice": 1765.211,
          "exitPrice": 1767.821,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 338
        },
        {
          "entryTs": 1634559900,
          "entryUtc": "2021-10-18T12:25:00.000Z",
          "exitTs": 1634608080,
          "dir": 1,
          "entryPrice": 1764.294,
          "exitPrice": 1771.666,
          "stopDistance": 3.686,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 803
        },
        {
          "entryTs": 1634643360,
          "entryUtc": "2021-10-19T11:36:00.000Z",
          "exitTs": 1634645100,
          "dir": -1,
          "entryPrice": 1779.323,
          "exitPrice": 1781.918,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 29
        },
        {
          "entryTs": 1634691300,
          "entryUtc": "2021-10-20T00:55:00.000Z",
          "exitTs": 1634691900,
          "dir": -1,
          "entryPrice": 1768.358,
          "exitPrice": 1770.105,
          "stopDistance": 1.747,
          "outcome": "stop",
          "netR": -1.2404,
          "holdMinutes": 10
        },
        {
          "entryTs": 1634696940,
          "entryUtc": "2021-10-20T02:29:00.000Z",
          "exitTs": 1634701620,
          "dir": 1,
          "entryPrice": 1770.116,
          "exitPrice": 1774.4,
          "stopDistance": 2.142,
          "outcome": "target",
          "netR": 1.8272,
          "holdMinutes": 78
        },
        {
          "entryTs": 1634710560,
          "entryUtc": "2021-10-20T06:16:00.000Z",
          "exitTs": 1634719380,
          "dir": 1,
          "entryPrice": 1775.128,
          "exitPrice": 1779.105,
          "stopDistance": 1.988,
          "outcome": "target",
          "netR": 1.8139,
          "holdMinutes": 147
        },
        {
          "entryTs": 1634729280,
          "entryUtc": "2021-10-20T11:28:00.000Z",
          "exitTs": 1634731440,
          "dir": 1,
          "entryPrice": 1779.036,
          "exitPrice": 1783.324,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 36
        },
        {
          "entryTs": 1634736420,
          "entryUtc": "2021-10-20T13:27:00.000Z",
          "exitTs": 1634736540,
          "dir": 1,
          "entryPrice": 1781.178,
          "exitPrice": 1778.458,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 2
        },
        {
          "entryTs": 1634740140,
          "entryUtc": "2021-10-20T14:29:00.000Z",
          "exitTs": 1634749200,
          "dir": -1,
          "entryPrice": 1782.528,
          "exitPrice": 1787.005,
          "stopDistance": 4.477,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 151
        },
        {
          "entryTs": 1634758020,
          "entryUtc": "2021-10-20T19:27:00.000Z",
          "exitTs": 1634815620,
          "dir": 1,
          "entryPrice": 1784.051,
          "exitPrice": 1780.232,
          "stopDistance": 3.819,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 960
        },
        {
          "entryTs": 1634818800,
          "entryUtc": "2021-10-21T12:20:00.000Z",
          "exitTs": 1634820780,
          "dir": -1,
          "entryPrice": 1782.754,
          "exitPrice": 1785.727,
          "stopDistance": 2.973,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 33
        },
        {
          "entryTs": 1634831340,
          "entryUtc": "2021-10-21T15:49:00.000Z",
          "exitTs": 1634864820,
          "dir": -1,
          "entryPrice": 1782.246,
          "exitPrice": 1786.881,
          "stopDistance": 4.635,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 558
        },
        {
          "entryTs": 1634865840,
          "entryUtc": "2021-10-22T01:24:00.000Z",
          "exitTs": 1634884200,
          "dir": 1,
          "entryPrice": 1785.199,
          "exitPrice": 1789.435,
          "stopDistance": 2.118,
          "outcome": "target",
          "netR": 1.8253,
          "holdMinutes": 306
        },
        {
          "entryTs": 1634893920,
          "entryUtc": "2021-10-22T09:12:00.000Z",
          "exitTs": 1634901660,
          "dir": -1,
          "entryPrice": 1792.481,
          "exitPrice": 1794.945,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 129
        },
        {
          "entryTs": 1634916120,
          "entryUtc": "2021-10-22T15:22:00.000Z",
          "exitTs": 1634916780,
          "dir": 1,
          "entryPrice": 1800.401,
          "exitPrice": 1796.398,
          "stopDistance": 4.003,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 11
        },
        {
          "entryTs": 1635112800,
          "entryUtc": "2021-10-24T22:00:00.000Z",
          "exitTs": 1635123060,
          "dir": -1,
          "entryPrice": 1793.018,
          "exitPrice": 1796.658,
          "stopDistance": 3.64,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 171
        },
        {
          "entryTs": 1635124200,
          "entryUtc": "2021-10-25T01:10:00.000Z",
          "exitTs": 1635137880,
          "dir": 1,
          "entryPrice": 1794.961,
          "exitPrice": 1800.752,
          "stopDistance": 2.895,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 228
        },
        {
          "entryTs": 1635144240,
          "entryUtc": "2021-10-25T06:44:00.000Z",
          "exitTs": 1635151680,
          "dir": 1,
          "entryPrice": 1796.569,
          "exitPrice": 1801.795,
          "stopDistance": 2.613,
          "outcome": "target",
          "netR": 1.8584,
          "holdMinutes": 124
        },
        {
          "entryTs": 1635184920,
          "entryUtc": "2021-10-25T18:02:00.000Z",
          "exitTs": 1635233460,
          "dir": -1,
          "entryPrice": 1806.844,
          "exitPrice": 1801.232,
          "stopDistance": 2.806,
          "outcome": "target",
          "netR": 1.8681,
          "holdMinutes": 809
        },
        {
          "entryTs": 1635243000,
          "entryUtc": "2021-10-26T10:10:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1802.176,
          "exitPrice": 1799.81,
          "stopDistance": 2.366,
          "outcome": "stop",
          "netR": -1.1776,
          "holdMinutes": 135
        },
        {
          "entryTs": 1635251460,
          "entryUtc": "2021-10-26T12:31:00.000Z",
          "exitTs": 1635255060,
          "dir": -1,
          "entryPrice": 1798.943,
          "exitPrice": 1792.44,
          "stopDistance": 3.252,
          "outcome": "target",
          "netR": 1.8862,
          "holdMinutes": 60
        },
        {
          "entryTs": 1635286200,
          "entryUtc": "2021-10-26T22:10:00.000Z",
          "exitTs": 1635299160,
          "dir": 1,
          "entryPrice": 1792.204,
          "exitPrice": 1789.267,
          "stopDistance": 2.937,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 216
        },
        {
          "entryTs": 1635315180,
          "entryUtc": "2021-10-27T06:13:00.000Z",
          "exitTs": 1635316440,
          "dir": -1,
          "entryPrice": 1788.008,
          "exitPrice": 1789.81,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.2331,
          "holdMinutes": 21
        },
        {
          "entryTs": 1635318480,
          "entryUtc": "2021-10-27T07:08:00.000Z",
          "exitTs": 1635319020,
          "dir": 1,
          "entryPrice": 1788.473,
          "exitPrice": 1786.3,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 9
        },
        {
          "entryTs": 1635345600,
          "entryUtc": "2021-10-27T14:40:00.000Z",
          "exitTs": 1635350700,
          "dir": -1,
          "entryPrice": 1791.576,
          "exitPrice": 1796.142,
          "stopDistance": 4.566,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 85
        },
        {
          "entryTs": 1635361440,
          "entryUtc": "2021-10-27T19:04:00.000Z",
          "exitTs": 1635402600,
          "dir": 1,
          "entryPrice": 1796.394,
          "exitPrice": 1803.32,
          "stopDistance": 3.463,
          "outcome": "target",
          "netR": 1.8932,
          "holdMinutes": 686
        },
        {
          "entryTs": 1635420840,
          "entryUtc": "2021-10-28T11:34:00.000Z",
          "exitTs": 1635423540,
          "dir": -1,
          "entryPrice": 1801.946,
          "exitPrice": 1804.265,
          "stopDistance": 2.318,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 45
        },
        {
          "entryTs": 1635424200,
          "entryUtc": "2021-10-28T12:30:00.000Z",
          "exitTs": 1635425220,
          "dir": 1,
          "entryPrice": 1801.156,
          "exitPrice": 1798.097,
          "stopDistance": 3.059,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 17
        },
        {
          "entryTs": 1635428280,
          "entryUtc": "2021-10-28T13:38:00.000Z",
          "exitTs": 1635431640,
          "dir": 1,
          "entryPrice": 1801.496,
          "exitPrice": 1796.831,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 56
        },
        {
          "entryTs": 1635433980,
          "entryUtc": "2021-10-28T15:13:00.000Z",
          "exitTs": 1635509220,
          "dir": -1,
          "entryPrice": 1801.271,
          "exitPrice": 1788.944,
          "stopDistance": 6.163,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 1254
        },
        {
          "entryTs": 1635724860,
          "entryUtc": "2021-11-01T00:01:00.000Z",
          "exitTs": 1635731100,
          "dir": -1,
          "entryPrice": 1781.443,
          "exitPrice": 1783.821,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 104
        },
        {
          "entryTs": 1635748080,
          "entryUtc": "2021-11-01T06:28:00.000Z",
          "exitTs": 1635755100,
          "dir": 1,
          "entryPrice": 1783.088,
          "exitPrice": 1781.069,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.208,
          "holdMinutes": 117
        },
        {
          "entryTs": 1635757260,
          "entryUtc": "2021-11-01T09:01:00.000Z",
          "exitTs": 1635761100,
          "dir": -1,
          "entryPrice": 1784.393,
          "exitPrice": 1787.026,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 64
        },
        {
          "entryTs": 1635765240,
          "entryUtc": "2021-11-01T11:14:00.000Z",
          "exitTs": 1635769320,
          "dir": 1,
          "entryPrice": 1783.811,
          "exitPrice": 1789.056,
          "stopDistance": 2.623,
          "outcome": "target",
          "netR": 1.8589,
          "holdMinutes": 68
        },
        {
          "entryTs": 1635773640,
          "entryUtc": "2021-11-01T13:34:00.000Z",
          "exitTs": 1635775200,
          "dir": 1,
          "entryPrice": 1786.554,
          "exitPrice": 1792.714,
          "stopDistance": 3.08,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 26
        },
        {
          "entryTs": 1635786360,
          "entryUtc": "2021-11-01T17:06:00.000Z",
          "exitTs": 1635876360,
          "dir": -1,
          "entryPrice": 1792.748,
          "exitPrice": 1786.934,
          "stopDistance": 3.939,
          "outcome": "time",
          "netR": 1.3821,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1635881820,
          "entryUtc": "2021-11-02T19:37:00.000Z",
          "exitTs": 1635905040,
          "dir": -1,
          "entryPrice": 1787.956,
          "exitPrice": 1781.805,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 387
        },
        {
          "entryTs": 1635929880,
          "entryUtc": "2021-11-03T08:58:00.000Z",
          "exitTs": 1635943200,
          "dir": 1,
          "entryPrice": 1781.413,
          "exitPrice": 1778.992,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 222
        },
        {
          "entryTs": 1635962400,
          "entryUtc": "2021-11-03T18:00:00.000Z",
          "exitTs": 1635962400,
          "dir": 1,
          "entryPrice": 1762.286,
          "exitPrice": 1769.86,
          "stopDistance": 3.787,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 0
        },
        {
          "entryTs": 1635963300,
          "entryUtc": "2021-11-03T18:15:00.000Z",
          "exitTs": 1635968760,
          "dir": 1,
          "entryPrice": 1765.913,
          "exitPrice": 1774.622,
          "stopDistance": 4.354,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 91
        },
        {
          "entryTs": 1636007520,
          "entryUtc": "2021-11-04T06:32:00.000Z",
          "exitTs": 1636014120,
          "dir": -1,
          "entryPrice": 1773.746,
          "exitPrice": 1776.034,
          "stopDistance": 2.288,
          "outcome": "stop",
          "netR": -1.1836,
          "holdMinutes": 110
        },
        {
          "entryTs": 1636071360,
          "entryUtc": "2021-11-05T00:16:00.000Z",
          "exitTs": 1636074600,
          "dir": -1,
          "entryPrice": 1792.181,
          "exitPrice": 1794.392,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 54
        },
        {
          "entryTs": 1636080600,
          "entryUtc": "2021-11-05T02:50:00.000Z",
          "exitTs": 1636095900,
          "dir": 1,
          "entryPrice": 1792.681,
          "exitPrice": 1797.182,
          "stopDistance": 2.251,
          "outcome": "target",
          "netR": 1.8356,
          "holdMinutes": 255
        },
        {
          "entryTs": 1636099560,
          "entryUtc": "2021-11-05T08:06:00.000Z",
          "exitTs": 1636100700,
          "dir": 1,
          "entryPrice": 1795.908,
          "exitPrice": 1799.895,
          "stopDistance": 1.993,
          "outcome": "target",
          "netR": 1.8144,
          "holdMinutes": 19
        },
        {
          "entryTs": 1636102500,
          "entryUtc": "2021-11-05T08:55:00.000Z",
          "exitTs": 1636104060,
          "dir": 1,
          "entryPrice": 1797.016,
          "exitPrice": 1794.63,
          "stopDistance": 2.386,
          "outcome": "stop",
          "netR": -1.176,
          "holdMinutes": 26
        },
        {
          "entryTs": 1636115880,
          "entryUtc": "2021-11-05T12:38:00.000Z",
          "exitTs": 1636116180,
          "dir": -1,
          "entryPrice": 1796.979,
          "exitPrice": 1791.771,
          "stopDistance": 2.604,
          "outcome": "target",
          "netR": 1.8579,
          "holdMinutes": 5
        },
        {
          "entryTs": 1636116300,
          "entryUtc": "2021-11-05T12:45:00.000Z",
          "exitTs": 1636117380,
          "dir": -1,
          "entryPrice": 1790.428,
          "exitPrice": 1794.579,
          "stopDistance": 4.151,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 18
        },
        {
          "entryTs": 1636333320,
          "entryUtc": "2021-11-08T01:02:00.000Z",
          "exitTs": 1636333620,
          "dir": -1,
          "entryPrice": 1816.445,
          "exitPrice": 1819.489,
          "stopDistance": 3.043,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 5
        },
        {
          "entryTs": 1636334700,
          "entryUtc": "2021-11-08T01:25:00.000Z",
          "exitTs": 1636361400,
          "dir": 1,
          "entryPrice": 1817.815,
          "exitPrice": 1814.379,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 445
        },
        {
          "entryTs": 1636362960,
          "entryUtc": "2021-11-08T09:16:00.000Z",
          "exitTs": 1636365720,
          "dir": -1,
          "entryPrice": 1815.173,
          "exitPrice": 1818.077,
          "stopDistance": 2.904,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 46
        },
        {
          "entryTs": 1636377240,
          "entryUtc": "2021-11-08T13:14:00.000Z",
          "exitTs": 1636377900,
          "dir": 1,
          "entryPrice": 1816.235,
          "exitPrice": 1821.65,
          "stopDistance": 2.707,
          "outcome": "target",
          "netR": 1.8633,
          "holdMinutes": 11
        },
        {
          "entryTs": 1636378680,
          "entryUtc": "2021-11-08T13:38:00.000Z",
          "exitTs": 1636381200,
          "dir": 1,
          "entryPrice": 1819.09,
          "exitPrice": 1825.745,
          "stopDistance": 3.327,
          "outcome": "target",
          "netR": 1.8888,
          "holdMinutes": 42
        },
        {
          "entryTs": 1636387380,
          "entryUtc": "2021-11-08T16:03:00.000Z",
          "exitTs": 1636458120,
          "dir": 1,
          "entryPrice": 1819.48,
          "exitPrice": 1828.057,
          "stopDistance": 4.289,
          "outcome": "target",
          "netR": 1.9137,
          "holdMinutes": 1179
        },
        {
          "entryTs": 1636458360,
          "entryUtc": "2021-11-09T11:46:00.000Z",
          "exitTs": 1636459140,
          "dir": 1,
          "entryPrice": 1826.206,
          "exitPrice": 1823.489,
          "stopDistance": 2.717,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 13
        },
        {
          "entryTs": 1636461480,
          "entryUtc": "2021-11-09T12:38:00.000Z",
          "exitTs": 1636464660,
          "dir": -1,
          "entryPrice": 1825.075,
          "exitPrice": 1828.044,
          "stopDistance": 2.969,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 53
        },
        {
          "entryTs": 1636467060,
          "entryUtc": "2021-11-09T14:11:00.000Z",
          "exitTs": 1636470300,
          "dir": 1,
          "entryPrice": 1826.248,
          "exitPrice": 1822.606,
          "stopDistance": 3.642,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 54
        },
        {
          "entryTs": 1636473000,
          "entryUtc": "2021-11-09T15:50:00.000Z",
          "exitTs": 1636477740,
          "dir": -1,
          "entryPrice": 1825.248,
          "exitPrice": 1829.847,
          "stopDistance": 4.599,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 79
        },
        {
          "entryTs": 1636511760,
          "entryUtc": "2021-11-10T02:36:00.000Z",
          "exitTs": 1636522920,
          "dir": -1,
          "entryPrice": 1829.581,
          "exitPrice": 1825.27,
          "stopDistance": 2.155,
          "outcome": "target",
          "netR": 1.8283,
          "holdMinutes": 186
        },
        {
          "entryTs": 1636531320,
          "entryUtc": "2021-11-10T08:02:00.000Z",
          "exitTs": 1636550400,
          "dir": -1,
          "entryPrice": 1824.961,
          "exitPrice": 1827.303,
          "stopDistance": 2.343,
          "outcome": "stop",
          "netR": -1.1793,
          "holdMinutes": 318
        },
        {
          "entryTs": 1636551000,
          "entryUtc": "2021-11-10T13:30:00.000Z",
          "exitTs": 1636551060,
          "dir": 1,
          "entryPrice": 1824.865,
          "exitPrice": 1822.632,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 1
        },
        {
          "entryTs": 1636581240,
          "entryUtc": "2021-11-10T21:54:00.000Z",
          "exitTs": 1636598820,
          "dir": 1,
          "entryPrice": 1848.966,
          "exitPrice": 1843.662,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 293
        },
        {
          "entryTs": 1636600800,
          "entryUtc": "2021-11-11T03:20:00.000Z",
          "exitTs": 1636601040,
          "dir": -1,
          "entryPrice": 1849.451,
          "exitPrice": 1853.11,
          "stopDistance": 3.659,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 4
        },
        {
          "entryTs": 1636632060,
          "entryUtc": "2021-11-11T12:01:00.000Z",
          "exitTs": 1636633020,
          "dir": 1,
          "entryPrice": 1862.806,
          "exitPrice": 1859.767,
          "stopDistance": 3.039,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 16
        },
        {
          "entryTs": 1636637160,
          "entryUtc": "2021-11-11T13:26:00.000Z",
          "exitTs": 1636638420,
          "dir": -1,
          "entryPrice": 1860.743,
          "exitPrice": 1864.231,
          "stopDistance": 3.488,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 21
        },
        {
          "entryTs": 1636695000,
          "entryUtc": "2021-11-12T05:30:00.000Z",
          "exitTs": 1636704900,
          "dir": -1,
          "entryPrice": 1859.341,
          "exitPrice": 1855.165,
          "stopDistance": 2.088,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 165
        },
        {
          "entryTs": 1636718220,
          "entryUtc": "2021-11-12T11:57:00.000Z",
          "exitTs": 1636719480,
          "dir": -1,
          "entryPrice": 1849.871,
          "exitPrice": 1853.338,
          "stopDistance": 3.467,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 21
        },
        {
          "entryTs": 1636932900,
          "entryUtc": "2021-11-14T23:35:00.000Z",
          "exitTs": 1636938660,
          "dir": 1,
          "entryPrice": 1865.899,
          "exitPrice": 1862.846,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 96
        },
        {
          "entryTs": 1636966140,
          "entryUtc": "2021-11-15T08:49:00.000Z",
          "exitTs": 1636972080,
          "dir": 1,
          "entryPrice": 1859.056,
          "exitPrice": 1864.465,
          "stopDistance": 2.705,
          "outcome": "target",
          "netR": 1.8632,
          "holdMinutes": 99
        },
        {
          "entryTs": 1636978440,
          "entryUtc": "2021-11-15T12:14:00.000Z",
          "exitTs": 1636981980,
          "dir": 1,
          "entryPrice": 1861.481,
          "exitPrice": 1866.973,
          "stopDistance": 2.746,
          "outcome": "target",
          "netR": 1.8653,
          "holdMinutes": 59
        },
        {
          "entryTs": 1636982460,
          "entryUtc": "2021-11-15T13:21:00.000Z",
          "exitTs": 1636985280,
          "dir": 1,
          "entryPrice": 1864.838,
          "exitPrice": 1861.809,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 47
        },
        {
          "entryTs": 1636993620,
          "entryUtc": "2021-11-15T16:27:00.000Z",
          "exitTs": 1637052720,
          "dir": -1,
          "entryPrice": 1864.706,
          "exitPrice": 1868.871,
          "stopDistance": 4.165,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 985
        },
        {
          "entryTs": 1637067720,
          "entryUtc": "2021-11-16T13:02:00.000Z",
          "exitTs": 1637068320,
          "dir": -1,
          "entryPrice": 1872.543,
          "exitPrice": 1875.414,
          "stopDistance": 2.871,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 10
        },
        {
          "entryTs": 1637068680,
          "entryUtc": "2021-11-16T13:18:00.000Z",
          "exitTs": 1637069400,
          "dir": 1,
          "entryPrice": 1874.463,
          "exitPrice": 1871.033,
          "stopDistance": 3.43,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 12
        },
        {
          "entryTs": 1637121240,
          "entryUtc": "2021-11-17T03:54:00.000Z",
          "exitTs": 1637133960,
          "dir": -1,
          "entryPrice": 1853.916,
          "exitPrice": 1856.599,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 212
        },
        {
          "entryTs": 1637163600,
          "entryUtc": "2021-11-17T15:40:00.000Z",
          "exitTs": 1637196840,
          "dir": 1,
          "entryPrice": 1863.583,
          "exitPrice": 1870.727,
          "stopDistance": 3.572,
          "outcome": "target",
          "netR": 1.8964,
          "holdMinutes": 554
        },
        {
          "entryTs": 1637203500,
          "entryUtc": "2021-11-18T02:45:00.000Z",
          "exitTs": 1637204700,
          "dir": 1,
          "entryPrice": 1867.054,
          "exitPrice": 1865.025,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 20
        },
        {
          "entryTs": 1637221200,
          "entryUtc": "2021-11-18T07:40:00.000Z",
          "exitTs": 1637222040,
          "dir": -1,
          "entryPrice": 1865.168,
          "exitPrice": 1867.566,
          "stopDistance": 2.398,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 14
        },
        {
          "entryTs": 1637224500,
          "entryUtc": "2021-11-18T08:35:00.000Z",
          "exitTs": 1637229120,
          "dir": 1,
          "entryPrice": 1865.913,
          "exitPrice": 1863.105,
          "stopDistance": 2.808,
          "outcome": "stop",
          "netR": -1.1496,
          "holdMinutes": 77
        },
        {
          "entryTs": 1637238960,
          "entryUtc": "2021-11-18T12:36:00.000Z",
          "exitTs": 1637241720,
          "dir": -1,
          "entryPrice": 1866.441,
          "exitPrice": 1860.788,
          "stopDistance": 2.826,
          "outcome": "target",
          "netR": 1.8691,
          "holdMinutes": 46
        },
        {
          "entryTs": 1637242320,
          "entryUtc": "2021-11-18T13:32:00.000Z",
          "exitTs": 1637242680,
          "dir": -1,
          "entryPrice": 1860.783,
          "exitPrice": 1864.606,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 6
        },
        {
          "entryTs": 1637268120,
          "entryUtc": "2021-11-18T20:42:00.000Z",
          "exitTs": 1637286060,
          "dir": -1,
          "entryPrice": 1858.553,
          "exitPrice": 1861.536,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 299
        },
        {
          "entryTs": 1637301120,
          "entryUtc": "2021-11-19T05:52:00.000Z",
          "exitTs": 1637304840,
          "dir": 1,
          "entryPrice": 1861.134,
          "exitPrice": 1859.32,
          "stopDistance": 1.814,
          "outcome": "stop",
          "netR": -1.2315,
          "holdMinutes": 62
        },
        {
          "entryTs": 1637314200,
          "entryUtc": "2021-11-19T09:30:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1860.637,
          "exitPrice": 1857.292,
          "stopDistance": 3.345,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 285
        },
        {
          "entryTs": 1637333100,
          "entryUtc": "2021-11-19T14:45:00.000Z",
          "exitTs": 1637343600,
          "dir": -1,
          "entryPrice": 1861.416,
          "exitPrice": 1852.321,
          "stopDistance": 4.547,
          "outcome": "target",
          "netR": 1.9186,
          "holdMinutes": 175
        },
        {
          "entryTs": 1637535600,
          "entryUtc": "2021-11-21T23:00:00.000Z",
          "exitTs": 1637535720,
          "dir": -1,
          "entryPrice": 1846.534,
          "exitPrice": 1839.889,
          "stopDistance": 3.323,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 2
        },
        {
          "entryTs": 1637560320,
          "entryUtc": "2021-11-22T05:52:00.000Z",
          "exitTs": 1637563260,
          "dir": 1,
          "entryPrice": 1846.539,
          "exitPrice": 1843.716,
          "stopDistance": 2.823,
          "outcome": "stop",
          "netR": -1.1488,
          "holdMinutes": 49
        },
        {
          "entryTs": 1637576040,
          "entryUtc": "2021-11-22T10:14:00.000Z",
          "exitTs": 1637577300,
          "dir": 1,
          "entryPrice": 1843.228,
          "exitPrice": 1840.114,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 21
        },
        {
          "entryTs": 1637633460,
          "entryUtc": "2021-11-23T02:11:00.000Z",
          "exitTs": 1637647980,
          "dir": 1,
          "entryPrice": 1809.208,
          "exitPrice": 1805.844,
          "stopDistance": 3.364,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 242
        },
        {
          "entryTs": 1637651940,
          "entryUtc": "2021-11-23T07:19:00.000Z",
          "exitTs": 1637657280,
          "dir": -1,
          "entryPrice": 1808.089,
          "exitPrice": 1803.2,
          "stopDistance": 2.445,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 89
        },
        {
          "entryTs": 1637693760,
          "entryUtc": "2021-11-23T18:56:00.000Z",
          "exitTs": 1637718720,
          "dir": -1,
          "entryPrice": 1787.868,
          "exitPrice": 1793.208,
          "stopDistance": 5.34,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 416
        },
        {
          "entryTs": 1637730780,
          "entryUtc": "2021-11-24T05:13:00.000Z",
          "exitTs": 1637749020,
          "dir": -1,
          "entryPrice": 1793.931,
          "exitPrice": 1788.64,
          "stopDistance": 2.646,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 304
        },
        {
          "entryTs": 1637753340,
          "entryUtc": "2021-11-24T11:29:00.000Z",
          "exitTs": 1637760360,
          "dir": -1,
          "entryPrice": 1789.612,
          "exitPrice": 1783.098,
          "stopDistance": 3.257,
          "outcome": "target",
          "netR": 1.8864,
          "holdMinutes": 117
        },
        {
          "entryTs": 1637771400,
          "entryUtc": "2021-11-24T16:30:00.000Z",
          "exitTs": 1637771760,
          "dir": -1,
          "entryPrice": 1787.729,
          "exitPrice": 1791.184,
          "stopDistance": 3.455,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 6
        },
        {
          "entryTs": 1637780460,
          "entryUtc": "2021-11-24T19:01:00.000Z",
          "exitTs": 1637801520,
          "dir": 1,
          "entryPrice": 1783.418,
          "exitPrice": 1792.492,
          "stopDistance": 4.537,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 351
        },
        {
          "entryTs": 1637811600,
          "entryUtc": "2021-11-25T03:40:00.000Z",
          "exitTs": 1637846100,
          "dir": 1,
          "entryPrice": 1792.031,
          "exitPrice": 1789.444,
          "stopDistance": 2.588,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 575
        },
        {
          "entryTs": 1637858640,
          "entryUtc": "2021-11-25T16:44:00.000Z",
          "exitTs": 1637883060,
          "dir": -1,
          "entryPrice": 1790.012,
          "exitPrice": 1791.989,
          "stopDistance": 1.978,
          "outcome": "stop",
          "netR": -1.2124,
          "holdMinutes": 407
        },
        {
          "entryTs": 1637916300,
          "entryUtc": "2021-11-26T08:45:00.000Z",
          "exitTs": 1637916360,
          "dir": -1,
          "entryPrice": 1799.318,
          "exitPrice": 1803.388,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 1
        },
        {
          "entryTs": 1637932980,
          "entryUtc": "2021-11-26T13:23:00.000Z",
          "exitTs": 1637933580,
          "dir": 1,
          "entryPrice": 1804.133,
          "exitPrice": 1799.129,
          "stopDistance": 5.004,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 10
        },
        {
          "entryTs": 1637939700,
          "entryUtc": "2021-11-26T15:15:00.000Z",
          "exitTs": 1637944920,
          "dir": -1,
          "entryPrice": 1801.595,
          "exitPrice": 1788.565,
          "stopDistance": 6.515,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 87
        },
        {
          "entryTs": 1638140400,
          "entryUtc": "2021-11-28T23:00:00.000Z",
          "exitTs": 1638140460,
          "dir": 1,
          "entryPrice": 1786.586,
          "exitPrice": 1780.329,
          "stopDistance": 6.257,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 1
        },
        {
          "entryTs": 1638163020,
          "entryUtc": "2021-11-29T05:17:00.000Z",
          "exitTs": 1638175860,
          "dir": -1,
          "entryPrice": 1793.833,
          "exitPrice": 1797.844,
          "stopDistance": 4.011,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 214
        },
        {
          "entryTs": 1638181920,
          "entryUtc": "2021-11-29T10:32:00.000Z",
          "exitTs": 1638188340,
          "dir": 1,
          "entryPrice": 1794.783,
          "exitPrice": 1791.133,
          "stopDistance": 3.65,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 107
        },
        {
          "entryTs": 1638212400,
          "entryUtc": "2021-11-29T19:00:00.000Z",
          "exitTs": 1638249360,
          "dir": 1,
          "entryPrice": 1783.728,
          "exitPrice": 1790.386,
          "stopDistance": 3.329,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 616
        },
        {
          "entryTs": 1638271800,
          "entryUtc": "2021-11-30T11:30:00.000Z",
          "exitTs": 1638275220,
          "dir": 1,
          "entryPrice": 1793.489,
          "exitPrice": 1790.019,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 57
        },
        {
          "entryTs": 1638275520,
          "entryUtc": "2021-11-30T12:32:00.000Z",
          "exitTs": 1638280440,
          "dir": -1,
          "entryPrice": 1793.301,
          "exitPrice": 1796.719,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 82
        },
        {
          "entryTs": 1638286560,
          "entryUtc": "2021-11-30T15:36:00.000Z",
          "exitTs": 1638286620,
          "dir": 1,
          "entryPrice": 1796.956,
          "exitPrice": 1792.505,
          "stopDistance": 4.452,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 1
        },
        {
          "entryTs": 1638287100,
          "entryUtc": "2021-11-30T15:45:00.000Z",
          "exitTs": 1638288000,
          "dir": -1,
          "entryPrice": 1794.128,
          "exitPrice": 1781.887,
          "stopDistance": 6.12,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 15
        },
        {
          "entryTs": 1638320820,
          "entryUtc": "2021-12-01T01:07:00.000Z",
          "exitTs": 1638338040,
          "dir": 1,
          "entryPrice": 1774.862,
          "exitPrice": 1782.2,
          "stopDistance": 3.669,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 287
        },
        {
          "entryTs": 1638347100,
          "entryUtc": "2021-12-01T08:25:00.000Z",
          "exitTs": 1638348840,
          "dir": 1,
          "entryPrice": 1779.396,
          "exitPrice": 1776.567,
          "stopDistance": 2.829,
          "outcome": "stop",
          "netR": -1.1484,
          "holdMinutes": 29
        },
        {
          "entryTs": 1638364560,
          "entryUtc": "2021-12-01T13:16:00.000Z",
          "exitTs": 1638365400,
          "dir": -1,
          "entryPrice": 1785.983,
          "exitPrice": 1790.012,
          "stopDistance": 4.029,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 14
        },
        {
          "entryTs": 1638366360,
          "entryUtc": "2021-12-01T13:46:00.000Z",
          "exitTs": 1638369300,
          "dir": 1,
          "entryPrice": 1787.608,
          "exitPrice": 1783.136,
          "stopDistance": 4.472,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 49
        },
        {
          "entryTs": 1638393120,
          "entryUtc": "2021-12-01T21:12:00.000Z",
          "exitTs": 1638432840,
          "dir": -1,
          "entryPrice": 1780.61,
          "exitPrice": 1772.645,
          "stopDistance": 3.983,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 662
        },
        {
          "entryTs": 1638440160,
          "entryUtc": "2021-12-02T10:16:00.000Z",
          "exitTs": 1638444000,
          "dir": -1,
          "entryPrice": 1775.653,
          "exitPrice": 1778.217,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 64
        },
        {
          "entryTs": 1638450660,
          "entryUtc": "2021-12-02T13:11:00.000Z",
          "exitTs": 1638451800,
          "dir": 1,
          "entryPrice": 1777.343,
          "exitPrice": 1774.105,
          "stopDistance": 3.238,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 19
        },
        {
          "entryTs": 1638471720,
          "entryUtc": "2021-12-02T19:02:00.000Z",
          "exitTs": 1638486120,
          "dir": -1,
          "entryPrice": 1765.435,
          "exitPrice": 1769.905,
          "stopDistance": 4.47,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 240
        },
        {
          "entryTs": 1638493260,
          "entryUtc": "2021-12-03T01:01:00.000Z",
          "exitTs": 1638509520,
          "dir": 1,
          "entryPrice": 1769.59,
          "exitPrice": 1774.721,
          "stopDistance": 2.566,
          "outcome": "target",
          "netR": 1.8558,
          "holdMinutes": 271
        },
        {
          "entryTs": 1638512340,
          "entryUtc": "2021-12-03T06:19:00.000Z",
          "exitTs": 1638514800,
          "dir": 1,
          "entryPrice": 1773.547,
          "exitPrice": 1771.428,
          "stopDistance": 2.119,
          "outcome": "stop",
          "netR": -1.1982,
          "holdMinutes": 41
        },
        {
          "entryTs": 1638526200,
          "entryUtc": "2021-12-03T10:10:00.000Z",
          "exitTs": 1638527460,
          "dir": -1,
          "entryPrice": 1769.994,
          "exitPrice": 1772.647,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 21
        },
        {
          "entryTs": 1638536400,
          "entryUtc": "2021-12-03T13:00:00.000Z",
          "exitTs": 1638536940,
          "dir": 1,
          "entryPrice": 1772.923,
          "exitPrice": 1770.356,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 9
        },
        {
          "entryTs": 1638538200,
          "entryUtc": "2021-12-03T13:30:00.000Z",
          "exitTs": 1638538200,
          "dir": -1,
          "entryPrice": 1770.508,
          "exitPrice": 1773.635,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 0
        },
        {
          "entryTs": 1638540180,
          "entryUtc": "2021-12-03T14:03:00.000Z",
          "exitTs": 1638547680,
          "dir": -1,
          "entryPrice": 1770.471,
          "exitPrice": 1774.822,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 125
        },
        {
          "entryTs": 1638563640,
          "entryUtc": "2021-12-03T20:34:00.000Z",
          "exitTs": 1638745200,
          "dir": 1,
          "entryPrice": 1783.707,
          "exitPrice": 1785.208,
          "stopDistance": 4.093,
          "outcome": "time",
          "netR": 0.2764,
          "holdMinutes": 3026
        },
        {
          "entryTs": 1638763560,
          "entryUtc": "2021-12-06T04:06:00.000Z",
          "exitTs": 1638780060,
          "dir": 1,
          "entryPrice": 1783.298,
          "exitPrice": 1780.258,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 275
        },
        {
          "entryTs": 1638787800,
          "entryUtc": "2021-12-06T10:50:00.000Z",
          "exitTs": 1638801780,
          "dir": -1,
          "entryPrice": 1782.033,
          "exitPrice": 1776.074,
          "stopDistance": 2.979,
          "outcome": "target",
          "netR": 1.8758,
          "holdMinutes": 233
        },
        {
          "entryTs": 1638814140,
          "entryUtc": "2021-12-06T18:09:00.000Z",
          "exitTs": 1638883860,
          "dir": 1,
          "entryPrice": 1779.48,
          "exitPrice": 1776.016,
          "stopDistance": 3.464,
          "outcome": "stop",
          "netR": -1.1213,
          "holdMinutes": 1162
        },
        {
          "entryTs": 1638886680,
          "entryUtc": "2021-12-07T14:18:00.000Z",
          "exitTs": 1638891420,
          "dir": -1,
          "entryPrice": 1781.208,
          "exitPrice": 1784.005,
          "stopDistance": 2.797,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 79
        },
        {
          "entryTs": 1638899760,
          "entryUtc": "2021-12-07T17:56:00.000Z",
          "exitTs": 1638929580,
          "dir": 1,
          "entryPrice": 1782.02,
          "exitPrice": 1789.537,
          "stopDistance": 3.759,
          "outcome": "target",
          "netR": 1.9016,
          "holdMinutes": 497
        },
        {
          "entryTs": 1638945780,
          "entryUtc": "2021-12-08T06:43:00.000Z",
          "exitTs": 1638947280,
          "dir": 1,
          "entryPrice": 1789.053,
          "exitPrice": 1787.351,
          "stopDistance": 1.702,
          "outcome": "stop",
          "netR": -1.2468,
          "holdMinutes": 25
        },
        {
          "entryTs": 1638948420,
          "entryUtc": "2021-12-08T07:27:00.000Z",
          "exitTs": 1638949500,
          "dir": -1,
          "entryPrice": 1788.981,
          "exitPrice": 1790.863,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 18
        },
        {
          "entryTs": 1638962100,
          "entryUtc": "2021-12-08T11:15:00.000Z",
          "exitTs": 1638963900,
          "dir": 1,
          "entryPrice": 1789.348,
          "exitPrice": 1786.889,
          "stopDistance": 2.459,
          "outcome": "stop",
          "netR": -1.1708,
          "holdMinutes": 30
        },
        {
          "entryTs": 1638998100,
          "entryUtc": "2021-12-08T21:15:00.000Z",
          "exitTs": 1639023780,
          "dir": -1,
          "entryPrice": 1783.678,
          "exitPrice": 1785.813,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 428
        },
        {
          "entryTs": 1639033020,
          "entryUtc": "2021-12-09T06:57:00.000Z",
          "exitTs": 1639042920,
          "dir": 1,
          "entryPrice": 1783.931,
          "exitPrice": 1782.12,
          "stopDistance": 1.812,
          "outcome": "stop",
          "netR": -1.2318,
          "holdMinutes": 165
        },
        {
          "entryTs": 1639059720,
          "entryUtc": "2021-12-09T14:22:00.000Z",
          "exitTs": 1639060680,
          "dir": -1,
          "entryPrice": 1782.527,
          "exitPrice": 1777.687,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639090800,
          "entryUtc": "2021-12-09T23:00:00.000Z",
          "exitTs": 1639099920,
          "dir": -1,
          "entryPrice": 1775.623,
          "exitPrice": 1778.172,
          "stopDistance": 2.549,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 152
        },
        {
          "entryTs": 1639142700,
          "entryUtc": "2021-12-10T13:25:00.000Z",
          "exitTs": 1639143180,
          "dir": 1,
          "entryPrice": 1773.144,
          "exitPrice": 1777.65,
          "stopDistance": 2.253,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 8
        },
        {
          "entryTs": 1639353000,
          "entryUtc": "2021-12-12T23:50:00.000Z",
          "exitTs": 1639360920,
          "dir": 1,
          "entryPrice": 1782.906,
          "exitPrice": 1786.908,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 132
        },
        {
          "entryTs": 1639370100,
          "entryUtc": "2021-12-13T04:35:00.000Z",
          "exitTs": 1639374000,
          "dir": 1,
          "entryPrice": 1786.033,
          "exitPrice": 1784.388,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2554,
          "holdMinutes": 65
        },
        {
          "entryTs": 1639374360,
          "entryUtc": "2021-12-13T05:46:00.000Z",
          "exitTs": 1639384320,
          "dir": -1,
          "entryPrice": 1785.582,
          "exitPrice": 1787.251,
          "stopDistance": 1.669,
          "outcome": "stop",
          "netR": -1.2516,
          "holdMinutes": 166
        },
        {
          "entryTs": 1639387140,
          "entryUtc": "2021-12-13T09:19:00.000Z",
          "exitTs": 1639398060,
          "dir": 1,
          "entryPrice": 1785.045,
          "exitPrice": 1788.645,
          "stopDistance": 1.8,
          "outcome": "target",
          "netR": 1.7945,
          "holdMinutes": 182
        },
        {
          "entryTs": 1639400520,
          "entryUtc": "2021-12-13T13:02:00.000Z",
          "exitTs": 1639401300,
          "dir": 1,
          "entryPrice": 1787.072,
          "exitPrice": 1784.961,
          "stopDistance": 2.111,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 13
        },
        {
          "entryTs": 1639405560,
          "entryUtc": "2021-12-13T14:26:00.000Z",
          "exitTs": 1639413720,
          "dir": -1,
          "entryPrice": 1786.896,
          "exitPrice": 1789.409,
          "stopDistance": 2.514,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 136
        },
        {
          "entryTs": 1639415700,
          "entryUtc": "2021-12-13T17:15:00.000Z",
          "exitTs": 1639468320,
          "dir": 1,
          "entryPrice": 1787.585,
          "exitPrice": 1784.335,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 877
        },
        {
          "entryTs": 1639506300,
          "entryUtc": "2021-12-14T18:25:00.000Z",
          "exitTs": 1639578840,
          "dir": -1,
          "entryPrice": 1772.908,
          "exitPrice": 1766.481,
          "stopDistance": 3.213,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 1209
        },
        {
          "entryTs": 1639579920,
          "entryUtc": "2021-12-15T14:52:00.000Z",
          "exitTs": 1639593780,
          "dir": -1,
          "entryPrice": 1768.914,
          "exitPrice": 1762.461,
          "stopDistance": 3.226,
          "outcome": "target",
          "netR": 1.8853,
          "holdMinutes": 231
        },
        {
          "entryTs": 1639595460,
          "entryUtc": "2021-12-15T19:11:00.000Z",
          "exitTs": 1639596900,
          "dir": -1,
          "entryPrice": 1765.854,
          "exitPrice": 1759.995,
          "stopDistance": 2.93,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 24
        },
        {
          "entryTs": 1639597020,
          "entryUtc": "2021-12-15T19:37:00.000Z",
          "exitTs": 1639597980,
          "dir": -1,
          "entryPrice": 1764.807,
          "exitPrice": 1769.307,
          "stopDistance": 4.501,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639630200,
          "entryUtc": "2021-12-16T04:50:00.000Z",
          "exitTs": 1639638240,
          "dir": -1,
          "entryPrice": 1782.716,
          "exitPrice": 1785.669,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 134
        },
        {
          "entryTs": 1639645740,
          "entryUtc": "2021-12-16T09:09:00.000Z",
          "exitTs": 1639657200,
          "dir": 1,
          "entryPrice": 1785.528,
          "exitPrice": 1783.285,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 191
        },
        {
          "entryTs": 1639660020,
          "entryUtc": "2021-12-16T13:07:00.000Z",
          "exitTs": 1639660320,
          "dir": -1,
          "entryPrice": 1786.168,
          "exitPrice": 1788.557,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 5
        },
        {
          "entryTs": 1639662300,
          "entryUtc": "2021-12-16T13:45:00.000Z",
          "exitTs": 1639665720,
          "dir": 1,
          "entryPrice": 1785.713,
          "exitPrice": 1791.743,
          "stopDistance": 3.015,
          "outcome": "target",
          "netR": 1.8773,
          "holdMinutes": 57
        },
        {
          "entryTs": 1639665900,
          "entryUtc": "2021-12-16T14:45:00.000Z",
          "exitTs": 1639667700,
          "dir": 1,
          "entryPrice": 1789.262,
          "exitPrice": 1797.356,
          "stopDistance": 4.047,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 30
        },
        {
          "entryTs": 1639684740,
          "entryUtc": "2021-12-16T19:59:00.000Z",
          "exitTs": 1639705320,
          "dir": -1,
          "entryPrice": 1797.153,
          "exitPrice": 1800.227,
          "stopDistance": 3.074,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 343
        },
        {
          "entryTs": 1639736640,
          "entryUtc": "2021-12-17T10:24:00.000Z",
          "exitTs": 1639744500,
          "dir": -1,
          "entryPrice": 1808.006,
          "exitPrice": 1810.459,
          "stopDistance": 2.452,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 131
        },
        {
          "entryTs": 1639748760,
          "entryUtc": "2021-12-17T13:46:00.000Z",
          "exitTs": 1639749240,
          "dir": 1,
          "entryPrice": 1807.843,
          "exitPrice": 1805.326,
          "stopDistance": 2.517,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 8
        },
        {
          "entryTs": 1639750920,
          "entryUtc": "2021-12-17T14:22:00.000Z",
          "exitTs": 1639766760,
          "dir": -1,
          "entryPrice": 1806.898,
          "exitPrice": 1800.255,
          "stopDistance": 3.321,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 264
        },
        {
          "entryTs": 1639963860,
          "entryUtc": "2021-12-20T01:31:00.000Z",
          "exitTs": 1639996740,
          "dir": 1,
          "entryPrice": 1799.737,
          "exitPrice": 1796.912,
          "stopDistance": 2.824,
          "outcome": "stop",
          "netR": -1.1487,
          "holdMinutes": 548
        },
        {
          "entryTs": 1640002860,
          "entryUtc": "2021-12-20T12:21:00.000Z",
          "exitTs": 1640012160,
          "dir": -1,
          "entryPrice": 1798.531,
          "exitPrice": 1794.063,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 155
        },
        {
          "entryTs": 1640012460,
          "entryUtc": "2021-12-20T15:01:00.000Z",
          "exitTs": 1640030940,
          "dir": -1,
          "entryPrice": 1795.84,
          "exitPrice": 1788.836,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 308
        },
        {
          "entryTs": 1640042760,
          "entryUtc": "2021-12-20T23:26:00.000Z",
          "exitTs": 1640074080,
          "dir": -1,
          "entryPrice": 1791.696,
          "exitPrice": 1794.246,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 522
        },
        {
          "entryTs": 1640083320,
          "entryUtc": "2021-12-21T10:42:00.000Z",
          "exitTs": 1640091660,
          "dir": -1,
          "entryPrice": 1796.802,
          "exitPrice": 1799.079,
          "stopDistance": 2.277,
          "outcome": "stop",
          "netR": -1.1844,
          "holdMinutes": 139
        },
        {
          "entryTs": 1640094000,
          "entryUtc": "2021-12-21T13:40:00.000Z",
          "exitTs": 1640096160,
          "dir": 1,
          "entryPrice": 1797.049,
          "exitPrice": 1794.951,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2003,
          "holdMinutes": 36
        },
        {
          "entryTs": 1640119200,
          "entryUtc": "2021-12-21T20:40:00.000Z",
          "exitTs": 1640163240,
          "dir": 1,
          "entryPrice": 1788.327,
          "exitPrice": 1785.891,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 734
        },
        {
          "entryTs": 1640183820,
          "entryUtc": "2021-12-22T14:37:00.000Z",
          "exitTs": 1640184720,
          "dir": 1,
          "entryPrice": 1792.641,
          "exitPrice": 1790.405,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1878,
          "holdMinutes": 15
        },
        {
          "entryTs": 1640185200,
          "entryUtc": "2021-12-22T15:00:00.000Z",
          "exitTs": 1640188020,
          "dir": -1,
          "entryPrice": 1791.792,
          "exitPrice": 1794.358,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 47
        },
        {
          "entryTs": 1640209680,
          "entryUtc": "2021-12-22T21:48:00.000Z",
          "exitTs": 1640224800,
          "dir": 1,
          "entryPrice": 1803.256,
          "exitPrice": 1807.506,
          "stopDistance": 2.125,
          "outcome": "target",
          "netR": 1.8259,
          "holdMinutes": 252
        },
        {
          "entryTs": 1640233620,
          "entryUtc": "2021-12-23T04:27:00.000Z",
          "exitTs": 1640237580,
          "dir": -1,
          "entryPrice": 1805.888,
          "exitPrice": 1807.608,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2442,
          "holdMinutes": 66
        },
        {
          "entryTs": 1640238720,
          "entryUtc": "2021-12-23T05:52:00.000Z",
          "exitTs": 1640240580,
          "dir": 1,
          "entryPrice": 1806.571,
          "exitPrice": 1804.94,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 31
        },
        {
          "entryTs": 1640255160,
          "entryUtc": "2021-12-23T10:26:00.000Z",
          "exitTs": 1640257800,
          "dir": 1,
          "entryPrice": 1806.138,
          "exitPrice": 1804.191,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 44
        },
        {
          "entryTs": 1640265600,
          "entryUtc": "2021-12-23T13:20:00.000Z",
          "exitTs": 1640266320,
          "dir": -1,
          "entryPrice": 1806.608,
          "exitPrice": 1808.354,
          "stopDistance": 1.746,
          "outcome": "stop",
          "netR": -1.2405,
          "holdMinutes": 12
        },
        {
          "entryTs": 1640268780,
          "entryUtc": "2021-12-23T14:13:00.000Z",
          "exitTs": 1640269920,
          "dir": 1,
          "entryPrice": 1805.664,
          "exitPrice": 1803.648,
          "stopDistance": 2.016,
          "outcome": "stop",
          "netR": -1.2084,
          "holdMinutes": 19
        },
        {
          "entryTs": 1640271600,
          "entryUtc": "2021-12-23T15:00:00.000Z",
          "exitTs": 1640275500,
          "dir": -1,
          "entryPrice": 1804.358,
          "exitPrice": 1807.27,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 65
        },
        {
          "entryTs": 1640292420,
          "entryUtc": "2021-12-23T20:47:00.000Z",
          "exitTs": 1640559600,
          "dir": -1,
          "entryPrice": 1808.552,
          "exitPrice": 1807.228,
          "stopDistance": 1.927,
          "outcome": "time",
          "netR": 0.4949,
          "holdMinutes": 4453
        },
        {
          "entryTs": 1640564460,
          "entryUtc": "2021-12-27T00:21:00.000Z",
          "exitTs": 1640567520,
          "dir": -1,
          "entryPrice": 1808.001,
          "exitPrice": 1809.897,
          "stopDistance": 1.895,
          "outcome": "stop",
          "netR": -1.2216,
          "holdMinutes": 51
        },
        {
          "entryTs": 1640581980,
          "entryUtc": "2021-12-27T05:13:00.000Z",
          "exitTs": 1640594040,
          "dir": -1,
          "entryPrice": 1810.231,
          "exitPrice": 1806.853,
          "stopDistance": 1.689,
          "outcome": "target",
          "netR": 1.7809,
          "holdMinutes": 201
        },
        {
          "entryTs": 1640605260,
          "entryUtc": "2021-12-27T11:41:00.000Z",
          "exitTs": 1640612280,
          "dir": -1,
          "entryPrice": 1806.158,
          "exitPrice": 1807.826,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2518,
          "holdMinutes": 117
        },
        {
          "entryTs": 1640697600,
          "entryUtc": "2021-12-28T13:20:00.000Z",
          "exitTs": 1640698080,
          "dir": -1,
          "entryPrice": 1816.458,
          "exitPrice": 1818.247,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2347,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640700060,
          "entryUtc": "2021-12-28T14:01:00.000Z",
          "exitTs": 1640700420,
          "dir": 1,
          "entryPrice": 1817.406,
          "exitPrice": 1815.36,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640702220,
          "entryUtc": "2021-12-28T14:37:00.000Z",
          "exitTs": 1640716860,
          "dir": -1,
          "entryPrice": 1813.954,
          "exitPrice": 1808.06,
          "stopDistance": 2.947,
          "outcome": "target",
          "netR": 1.8745,
          "holdMinutes": 244
        },
        {
          "entryTs": 1640737800,
          "entryUtc": "2021-12-29T00:30:00.000Z",
          "exitTs": 1640772480,
          "dir": -1,
          "entryPrice": 1805.653,
          "exitPrice": 1801.65,
          "stopDistance": 2.002,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 578
        },
        {
          "entryTs": 1640788560,
          "entryUtc": "2021-12-29T14:36:00.000Z",
          "exitTs": 1640790180,
          "dir": -1,
          "entryPrice": 1795.308,
          "exitPrice": 1797.799,
          "stopDistance": 2.491,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 27
        },
        {
          "entryTs": 1640814360,
          "entryUtc": "2021-12-29T21:46:00.000Z",
          "exitTs": 1640840400,
          "dir": 1,
          "entryPrice": 1803.598,
          "exitPrice": 1800.343,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 434
        },
        {
          "entryTs": 1640851080,
          "entryUtc": "2021-12-30T07:58:00.000Z",
          "exitTs": 1640851860,
          "dir": -1,
          "entryPrice": 1797.576,
          "exitPrice": 1799.321,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2408,
          "holdMinutes": 13
        },
        {
          "entryTs": 1640869980,
          "entryUtc": "2021-12-30T13:13:00.000Z",
          "exitTs": 1640870400,
          "dir": 1,
          "entryPrice": 1801.576,
          "exitPrice": 1799.784,
          "stopDistance": 1.793,
          "outcome": "stop",
          "netR": -1.2343,
          "holdMinutes": 7
        },
        {
          "entryTs": 1640871000,
          "entryUtc": "2021-12-30T13:30:00.000Z",
          "exitTs": 1640872320,
          "dir": -1,
          "entryPrice": 1800.988,
          "exitPrice": 1803.268,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 22
        },
        {
          "entryTs": 1640915460,
          "entryUtc": "2021-12-31T01:51:00.000Z",
          "exitTs": 1640934180,
          "dir": 1,
          "entryPrice": 1815.863,
          "exitPrice": 1819.383,
          "stopDistance": 1.76,
          "outcome": "target",
          "netR": 1.7898,
          "holdMinutes": 312
        },
        {
          "entryTs": 1640935800,
          "entryUtc": "2021-12-31T07:30:00.000Z",
          "exitTs": 1640936760,
          "dir": 1,
          "entryPrice": 1818.676,
          "exitPrice": 1817.118,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2696,
          "holdMinutes": 16
        },
        {
          "entryTs": 1640940360,
          "entryUtc": "2021-12-31T08:46:00.000Z",
          "exitTs": 1640942040,
          "dir": -1,
          "entryPrice": 1818.199,
          "exitPrice": 1819.869,
          "stopDistance": 1.67,
          "outcome": "stop",
          "netR": -1.2514,
          "holdMinutes": 28
        },
        {
          "entryTs": 1640950080,
          "entryUtc": "2021-12-31T11:28:00.000Z",
          "exitTs": 1640956200,
          "dir": 1,
          "entryPrice": 1818.944,
          "exitPrice": 1822.19,
          "stopDistance": 1.623,
          "outcome": "target",
          "netR": 1.7721,
          "holdMinutes": 102
        },
        {
          "entryTs": 1640963040,
          "entryUtc": "2021-12-31T15:04:00.000Z",
          "exitTs": 1640968680,
          "dir": 1,
          "entryPrice": 1820.854,
          "exitPrice": 1824.859,
          "stopDistance": 2.003,
          "outcome": "target",
          "netR": 1.8153,
          "holdMinutes": 94
        },
        {
          "entryTs": 1640987160,
          "entryUtc": "2021-12-31T21:46:00.000Z",
          "exitTs": 1641164400,
          "dir": 1,
          "entryPrice": 1828.093,
          "exitPrice": 1829.504,
          "stopDistance": 2.274,
          "outcome": "time",
          "netR": 0.4578,
          "holdMinutes": 2954
        },
        {
          "entryTs": 1641165720,
          "entryUtc": "2022-01-02T23:22:00.000Z",
          "exitTs": 1641169320,
          "dir": 1,
          "entryPrice": 1829.301,
          "exitPrice": 1827.079,
          "stopDistance": 2.222,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 60
        },
        {
          "entryTs": 1641169860,
          "entryUtc": "2022-01-03T00:31:00.000Z",
          "exitTs": 1641180000,
          "dir": -1,
          "entryPrice": 1829.484,
          "exitPrice": 1825.382,
          "stopDistance": 2.051,
          "outcome": "target",
          "netR": 1.8196,
          "holdMinutes": 169
        },
        {
          "entryTs": 1641194400,
          "entryUtc": "2022-01-03T07:20:00.000Z",
          "exitTs": 1641203340,
          "dir": -1,
          "entryPrice": 1823.278,
          "exitPrice": 1825.377,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 149
        },
        {
          "entryTs": 1641210360,
          "entryUtc": "2022-01-03T11:46:00.000Z",
          "exitTs": 1641214920,
          "dir": 1,
          "entryPrice": 1823.118,
          "exitPrice": 1821.003,
          "stopDistance": 2.115,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 76
        },
        {
          "entryTs": 1641245700,
          "entryUtc": "2022-01-03T21:35:00.000Z",
          "exitTs": 1641263280,
          "dir": 1,
          "entryPrice": 1801.401,
          "exitPrice": 1806.84,
          "stopDistance": 2.72,
          "outcome": "target",
          "netR": 1.864,
          "holdMinutes": 293
        },
        {
          "entryTs": 1641282540,
          "entryUtc": "2022-01-04T07:49:00.000Z",
          "exitTs": 1641286860,
          "dir": 1,
          "entryPrice": 1804.706,
          "exitPrice": 1802.7,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 72
        },
        {
          "entryTs": 1641288240,
          "entryUtc": "2022-01-04T09:24:00.000Z",
          "exitTs": 1641292260,
          "dir": -1,
          "entryPrice": 1805.247,
          "exitPrice": 1807.599,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 67
        },
        {
          "entryTs": 1641303720,
          "entryUtc": "2022-01-04T13:42:00.000Z",
          "exitTs": 1641304800,
          "dir": -1,
          "entryPrice": 1805.028,
          "exitPrice": 1807.661,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 18
        },
        {
          "entryTs": 1641346020,
          "entryUtc": "2022-01-05T01:27:00.000Z",
          "exitTs": 1641349800,
          "dir": -1,
          "entryPrice": 1813.896,
          "exitPrice": 1815.659,
          "stopDistance": 1.762,
          "outcome": "stop",
          "netR": -1.2384,
          "holdMinutes": 63
        },
        {
          "entryTs": 1641356040,
          "entryUtc": "2022-01-05T04:14:00.000Z",
          "exitTs": 1641365820,
          "dir": 1,
          "entryPrice": 1814.488,
          "exitPrice": 1812.764,
          "stopDistance": 1.724,
          "outcome": "stop",
          "netR": -1.2437,
          "holdMinutes": 163
        },
        {
          "entryTs": 1641366600,
          "entryUtc": "2022-01-05T07:10:00.000Z",
          "exitTs": 1641370500,
          "dir": -1,
          "entryPrice": 1814.338,
          "exitPrice": 1816.067,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.243,
          "holdMinutes": 65
        },
        {
          "entryTs": 1641387840,
          "entryUtc": "2022-01-05T13:04:00.000Z",
          "exitTs": 1641389100,
          "dir": -1,
          "entryPrice": 1818.816,
          "exitPrice": 1821.044,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 21
        },
        {
          "entryTs": 1641410820,
          "entryUtc": "2022-01-05T19:27:00.000Z",
          "exitTs": 1641412860,
          "dir": -1,
          "entryPrice": 1819.503,
          "exitPrice": 1812.197,
          "stopDistance": 3.653,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 34
        },
        {
          "entryTs": 1641427440,
          "entryUtc": "2022-01-06T00:04:00.000Z",
          "exitTs": 1641441660,
          "dir": 1,
          "entryPrice": 1809.713,
          "exitPrice": 1806.334,
          "stopDistance": 3.379,
          "outcome": "stop",
          "netR": -1.1243,
          "holdMinutes": 237
        },
        {
          "entryTs": 1641465060,
          "entryUtc": "2022-01-06T10:31:00.000Z",
          "exitTs": 1641465240,
          "dir": -1,
          "entryPrice": 1800.021,
          "exitPrice": 1803.025,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 3
        },
        {
          "entryTs": 1641480960,
          "entryUtc": "2022-01-06T14:56:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1790.872,
          "exitPrice": 1785.989,
          "stopDistance": 4.883,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 1360
        },
        {
          "entryTs": 1641564060,
          "entryUtc": "2022-01-07T14:01:00.000Z",
          "exitTs": 1641577740,
          "dir": -1,
          "entryPrice": 1790.957,
          "exitPrice": 1795.178,
          "stopDistance": 4.222,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 228
        },
        {
          "entryTs": 1641592140,
          "entryUtc": "2022-01-07T21:49:00.000Z",
          "exitTs": 1641769200,
          "dir": -1,
          "entryPrice": 1796.063,
          "exitPrice": 1794.458,
          "stopDistance": 3.143,
          "outcome": "time",
          "netR": 0.393,
          "holdMinutes": 2951
        },
        {
          "entryTs": 1641776460,
          "entryUtc": "2022-01-10T01:01:00.000Z",
          "exitTs": 1641806340,
          "dir": -1,
          "entryPrice": 1795.096,
          "exitPrice": 1797.729,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 498
        },
        {
          "entryTs": 1641816660,
          "entryUtc": "2022-01-10T12:11:00.000Z",
          "exitTs": 1641818520,
          "dir": 1,
          "entryPrice": 1799.203,
          "exitPrice": 1796.743,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 31
        },
        {
          "entryTs": 1641818580,
          "entryUtc": "2022-01-10T12:43:00.000Z",
          "exitTs": 1641819120,
          "dir": 1,
          "entryPrice": 1795.928,
          "exitPrice": 1793.445,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641845280,
          "entryUtc": "2022-01-10T20:08:00.000Z",
          "exitTs": 1641864480,
          "dir": 1,
          "entryPrice": 1799.926,
          "exitPrice": 1805.508,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 320
        },
        {
          "entryTs": 1641873180,
          "entryUtc": "2022-01-11T03:53:00.000Z",
          "exitTs": 1641893100,
          "dir": 1,
          "entryPrice": 1806.018,
          "exitPrice": 1810.1,
          "stopDistance": 2.041,
          "outcome": "target",
          "netR": 1.8187,
          "holdMinutes": 332
        },
        {
          "entryTs": 1641894300,
          "entryUtc": "2022-01-11T09:45:00.000Z",
          "exitTs": 1641897060,
          "dir": 1,
          "entryPrice": 1806.876,
          "exitPrice": 1804.949,
          "stopDistance": 1.928,
          "outcome": "stop",
          "netR": -1.2179,
          "holdMinutes": 46
        },
        {
          "entryTs": 1641905940,
          "entryUtc": "2022-01-11T12:59:00.000Z",
          "exitTs": 1641909720,
          "dir": -1,
          "entryPrice": 1807.953,
          "exitPrice": 1803.549,
          "stopDistance": 2.202,
          "outcome": "target",
          "netR": 1.832,
          "holdMinutes": 63
        },
        {
          "entryTs": 1641911880,
          "entryUtc": "2022-01-11T14:38:00.000Z",
          "exitTs": 1641913500,
          "dir": -1,
          "entryPrice": 1805.306,
          "exitPrice": 1808.148,
          "stopDistance": 2.841,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 27
        },
        {
          "entryTs": 1641948480,
          "entryUtc": "2022-01-12T00:48:00.000Z",
          "exitTs": 1641950160,
          "dir": 1,
          "entryPrice": 1820.92,
          "exitPrice": 1818.848,
          "stopDistance": 2.072,
          "outcome": "stop",
          "netR": -1.2027,
          "holdMinutes": 28
        },
        {
          "entryTs": 1641961200,
          "entryUtc": "2022-01-12T04:20:00.000Z",
          "exitTs": 1641966060,
          "dir": -1,
          "entryPrice": 1819.103,
          "exitPrice": 1820.863,
          "stopDistance": 1.759,
          "outcome": "stop",
          "netR": -1.2387,
          "holdMinutes": 81
        },
        {
          "entryTs": 1641971640,
          "entryUtc": "2022-01-12T07:14:00.000Z",
          "exitTs": 1641972600,
          "dir": 1,
          "entryPrice": 1818.661,
          "exitPrice": 1817.097,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2686,
          "holdMinutes": 16
        },
        {
          "entryTs": 1641981600,
          "entryUtc": "2022-01-12T10:00:00.000Z",
          "exitTs": 1641990960,
          "dir": -1,
          "entryPrice": 1816.589,
          "exitPrice": 1818.799,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 156
        },
        {
          "entryTs": 1641994200,
          "entryUtc": "2022-01-12T13:30:00.000Z",
          "exitTs": 1641994800,
          "dir": 1,
          "entryPrice": 1817.621,
          "exitPrice": 1821.596,
          "stopDistance": 1.987,
          "outcome": "target",
          "netR": 1.8138,
          "holdMinutes": 10
        },
        {
          "entryTs": 1642038180,
          "entryUtc": "2022-01-13T01:43:00.000Z",
          "exitTs": 1642063080,
          "dir": -1,
          "entryPrice": 1826.211,
          "exitPrice": 1822.503,
          "stopDistance": 1.854,
          "outcome": "target",
          "netR": 1.8005,
          "holdMinutes": 415
        },
        {
          "entryTs": 1642079760,
          "entryUtc": "2022-01-13T13:16:00.000Z",
          "exitTs": 1642080300,
          "dir": 1,
          "entryPrice": 1822.096,
          "exitPrice": 1819.997,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 9
        },
        {
          "entryTs": 1642115760,
          "entryUtc": "2022-01-13T23:16:00.000Z",
          "exitTs": 1642127760,
          "dir": 1,
          "entryPrice": 1820.918,
          "exitPrice": 1825.456,
          "stopDistance": 2.269,
          "outcome": "target",
          "netR": 1.8369,
          "holdMinutes": 200
        },
        {
          "entryTs": 1642140360,
          "entryUtc": "2022-01-14T06:06:00.000Z",
          "exitTs": 1642150740,
          "dir": 1,
          "entryPrice": 1826.578,
          "exitPrice": 1824.766,
          "stopDistance": 1.812,
          "outcome": "stop",
          "netR": -1.2317,
          "holdMinutes": 173
        },
        {
          "entryTs": 1642160820,
          "entryUtc": "2022-01-14T11:47:00.000Z",
          "exitTs": 1642166460,
          "dir": -1,
          "entryPrice": 1822.053,
          "exitPrice": 1824.427,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 94
        },
        {
          "entryTs": 1642170300,
          "entryUtc": "2022-01-14T14:25:00.000Z",
          "exitTs": 1642170660,
          "dir": 1,
          "entryPrice": 1823.476,
          "exitPrice": 1820.199,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 6
        },
        {
          "entryTs": 1642197000,
          "entryUtc": "2022-01-14T21:50:00.000Z",
          "exitTs": 1642374000,
          "dir": -1,
          "entryPrice": 1817.581,
          "exitPrice": 1817.458,
          "stopDistance": 2.788,
          "outcome": "time",
          "netR": -0.0886,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1642386960,
          "entryUtc": "2022-01-17T02:36:00.000Z",
          "exitTs": 1642393920,
          "dir": -1,
          "entryPrice": 1817.326,
          "exitPrice": 1819.559,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 116
        },
        {
          "entryTs": 1642414620,
          "entryUtc": "2022-01-17T10:17:00.000Z",
          "exitTs": 1642431600,
          "dir": -1,
          "entryPrice": 1821.788,
          "exitPrice": 1818.381,
          "stopDistance": 1.703,
          "outcome": "target",
          "netR": 1.7828,
          "holdMinutes": 283
        },
        {
          "entryTs": 1642432560,
          "entryUtc": "2022-01-17T15:16:00.000Z",
          "exitTs": 1642470000,
          "dir": -1,
          "entryPrice": 1819.491,
          "exitPrice": 1821.333,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 624
        },
        {
          "entryTs": 1642476780,
          "entryUtc": "2022-01-18T03:33:00.000Z",
          "exitTs": 1642476960,
          "dir": 1,
          "entryPrice": 1819.746,
          "exitPrice": 1818.297,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2898,
          "holdMinutes": 3
        },
        {
          "entryTs": 1642491300,
          "entryUtc": "2022-01-18T07:35:00.000Z",
          "exitTs": 1642498920,
          "dir": -1,
          "entryPrice": 1815.403,
          "exitPrice": 1810.731,
          "stopDistance": 2.336,
          "outcome": "target",
          "netR": 1.8416,
          "holdMinutes": 127
        },
        {
          "entryTs": 1642512720,
          "entryUtc": "2022-01-18T13:32:00.000Z",
          "exitTs": 1642512780,
          "dir": -1,
          "entryPrice": 1812.303,
          "exitPrice": 1815.771,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 1
        },
        {
          "entryTs": 1642515300,
          "entryUtc": "2022-01-18T14:15:00.000Z",
          "exitTs": 1642598820,
          "dir": 1,
          "entryPrice": 1814.406,
          "exitPrice": 1823.594,
          "stopDistance": 4.594,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 1392
        },
        {
          "entryTs": 1642645140,
          "entryUtc": "2022-01-20T02:19:00.000Z",
          "exitTs": 1642672140,
          "dir": 1,
          "entryPrice": 1840.648,
          "exitPrice": 1838.328,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 450
        },
        {
          "entryTs": 1642683360,
          "entryUtc": "2022-01-20T12:56:00.000Z",
          "exitTs": 1642684920,
          "dir": -1,
          "entryPrice": 1839.733,
          "exitPrice": 1841.925,
          "stopDistance": 2.192,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 26
        },
        {
          "entryTs": 1642695720,
          "entryUtc": "2022-01-20T16:22:00.000Z",
          "exitTs": 1642727340,
          "dir": 1,
          "entryPrice": 1839.213,
          "exitPrice": 1836.624,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 527
        },
        {
          "entryTs": 1642728960,
          "entryUtc": "2022-01-21T01:36:00.000Z",
          "exitTs": 1642732080,
          "dir": -1,
          "entryPrice": 1837.773,
          "exitPrice": 1839.883,
          "stopDistance": 2.11,
          "outcome": "stop",
          "netR": -1.1991,
          "holdMinutes": 52
        },
        {
          "entryTs": 1642746720,
          "entryUtc": "2022-01-21T06:32:00.000Z",
          "exitTs": 1642749540,
          "dir": -1,
          "entryPrice": 1840.923,
          "exitPrice": 1842.64,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2446,
          "holdMinutes": 47
        },
        {
          "entryTs": 1642777920,
          "entryUtc": "2022-01-21T15:12:00.000Z",
          "exitTs": 1642779900,
          "dir": 1,
          "entryPrice": 1835.473,
          "exitPrice": 1832.232,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 33
        },
        {
          "entryTs": 1642798680,
          "entryUtc": "2022-01-21T20:58:00.000Z",
          "exitTs": 1642801740,
          "dir": -1,
          "entryPrice": 1830.631,
          "exitPrice": 1833.647,
          "stopDistance": 3.016,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 51
        },
        {
          "entryTs": 1642988040,
          "entryUtc": "2022-01-24T01:34:00.000Z",
          "exitTs": 1642992240,
          "dir": -1,
          "entryPrice": 1834.683,
          "exitPrice": 1837.201,
          "stopDistance": 2.518,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 70
        },
        {
          "entryTs": 1643001720,
          "entryUtc": "2022-01-24T05:22:00.000Z",
          "exitTs": 1643011800,
          "dir": 1,
          "entryPrice": 1836.673,
          "exitPrice": 1840.552,
          "stopDistance": 1.939,
          "outcome": "target",
          "netR": 1.8092,
          "holdMinutes": 168
        },
        {
          "entryTs": 1643020200,
          "entryUtc": "2022-01-24T10:30:00.000Z",
          "exitTs": 1643028600,
          "dir": 1,
          "entryPrice": 1838.799,
          "exitPrice": 1836.448,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 140
        },
        {
          "entryTs": 1643031840,
          "entryUtc": "2022-01-24T13:44:00.000Z",
          "exitTs": 1643031900,
          "dir": 1,
          "entryPrice": 1839.283,
          "exitPrice": 1836.28,
          "stopDistance": 3.003,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 1
        },
        {
          "entryTs": 1643033340,
          "entryUtc": "2022-01-24T14:09:00.000Z",
          "exitTs": 1643037660,
          "dir": -1,
          "entryPrice": 1837.666,
          "exitPrice": 1830.728,
          "stopDistance": 3.469,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 72
        },
        {
          "entryTs": 1643046300,
          "entryUtc": "2022-01-24T17:45:00.000Z",
          "exitTs": 1643049060,
          "dir": -1,
          "entryPrice": 1837.753,
          "exitPrice": 1842.175,
          "stopDistance": 4.422,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 46
        },
        {
          "entryTs": 1643081400,
          "entryUtc": "2022-01-25T03:30:00.000Z",
          "exitTs": 1643099400,
          "dir": 1,
          "entryPrice": 1841.532,
          "exitPrice": 1839.485,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2052,
          "holdMinutes": 300
        },
        {
          "entryTs": 1643100480,
          "entryUtc": "2022-01-25T08:48:00.000Z",
          "exitTs": 1643103720,
          "dir": -1,
          "entryPrice": 1841.368,
          "exitPrice": 1837.048,
          "stopDistance": 2.16,
          "outcome": "target",
          "netR": 1.8287,
          "holdMinutes": 54
        },
        {
          "entryTs": 1643111820,
          "entryUtc": "2022-01-25T11:57:00.000Z",
          "exitTs": 1643116980,
          "dir": 1,
          "entryPrice": 1837.166,
          "exitPrice": 1842.043,
          "stopDistance": 2.438,
          "outcome": "target",
          "netR": 1.8483,
          "holdMinutes": 86
        },
        {
          "entryTs": 1643121300,
          "entryUtc": "2022-01-25T14:35:00.000Z",
          "exitTs": 1643121900,
          "dir": 1,
          "entryPrice": 1839.563,
          "exitPrice": 1845.406,
          "stopDistance": 2.921,
          "outcome": "target",
          "netR": 1.8733,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643122920,
          "entryUtc": "2022-01-25T15:02:00.000Z",
          "exitTs": 1643123340,
          "dir": 1,
          "entryPrice": 1845.348,
          "exitPrice": 1841.249,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 7
        },
        {
          "entryTs": 1643164680,
          "entryUtc": "2022-01-26T02:38:00.000Z",
          "exitTs": 1643183340,
          "dir": -1,
          "entryPrice": 1848.598,
          "exitPrice": 1844.557,
          "stopDistance": 2.021,
          "outcome": "target",
          "netR": 1.8169,
          "holdMinutes": 311
        },
        {
          "entryTs": 1643190300,
          "entryUtc": "2022-01-26T09:45:00.000Z",
          "exitTs": 1643197980,
          "dir": -1,
          "entryPrice": 1846.963,
          "exitPrice": 1843.703,
          "stopDistance": 1.63,
          "outcome": "target",
          "netR": 1.773,
          "holdMinutes": 128
        },
        {
          "entryTs": 1643199960,
          "entryUtc": "2022-01-26T12:26:00.000Z",
          "exitTs": 1643201640,
          "dir": -1,
          "entryPrice": 1844.983,
          "exitPrice": 1847.111,
          "stopDistance": 2.128,
          "outcome": "stop",
          "netR": -1.1974,
          "holdMinutes": 28
        },
        {
          "entryTs": 1643267520,
          "entryUtc": "2022-01-27T07:12:00.000Z",
          "exitTs": 1643283240,
          "dir": -1,
          "entryPrice": 1815.023,
          "exitPrice": 1809.228,
          "stopDistance": 2.897,
          "outcome": "target",
          "netR": 1.8723,
          "holdMinutes": 262
        },
        {
          "entryTs": 1643285100,
          "entryUtc": "2022-01-27T12:05:00.000Z",
          "exitTs": 1643288400,
          "dir": -1,
          "entryPrice": 1812.119,
          "exitPrice": 1805.798,
          "stopDistance": 3.16,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 55
        },
        {
          "entryTs": 1643343360,
          "entryUtc": "2022-01-28T04:16:00.000Z",
          "exitTs": 1643353260,
          "dir": 1,
          "entryPrice": 1798.368,
          "exitPrice": 1796.282,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2013,
          "holdMinutes": 165
        },
        {
          "entryTs": 1643354220,
          "entryUtc": "2022-01-28T07:17:00.000Z",
          "exitTs": 1643357700,
          "dir": -1,
          "entryPrice": 1797.216,
          "exitPrice": 1793.456,
          "stopDistance": 1.88,
          "outcome": "target",
          "netR": 1.8032,
          "holdMinutes": 58
        },
        {
          "entryTs": 1643375700,
          "entryUtc": "2022-01-28T13:15:00.000Z",
          "exitTs": 1643376300,
          "dir": -1,
          "entryPrice": 1790.658,
          "exitPrice": 1786.145,
          "stopDistance": 2.256,
          "outcome": "target",
          "netR": 1.836,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643381100,
          "entryUtc": "2022-01-28T14:45:00.000Z",
          "exitTs": 1643382660,
          "dir": -1,
          "entryPrice": 1786.553,
          "exitPrice": 1791.529,
          "stopDistance": 4.976,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 26
        },
        {
          "entryTs": 1643397060,
          "entryUtc": "2022-01-28T19:11:00.000Z",
          "exitTs": 1643583600,
          "dir": 1,
          "entryPrice": 1785.035,
          "exitPrice": 1790.178,
          "stopDistance": 4.415,
          "outcome": "time",
          "netR": 1.0811,
          "holdMinutes": 3109
        },
        {
          "entryTs": 1643594340,
          "entryUtc": "2022-01-31T01:59:00.000Z",
          "exitTs": 1643629920,
          "dir": -1,
          "entryPrice": 1790.081,
          "exitPrice": 1792.705,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 593
        },
        {
          "entryTs": 1643641440,
          "entryUtc": "2022-01-31T15:04:00.000Z",
          "exitTs": 1643692320,
          "dir": 1,
          "entryPrice": 1793.763,
          "exitPrice": 1800.581,
          "stopDistance": 3.409,
          "outcome": "target",
          "netR": 1.8915,
          "holdMinutes": 848
        },
        {
          "entryTs": 1643701380,
          "entryUtc": "2022-02-01T07:43:00.000Z",
          "exitTs": 1643707440,
          "dir": 1,
          "entryPrice": 1802.431,
          "exitPrice": 1806.557,
          "stopDistance": 2.063,
          "outcome": "target",
          "netR": 1.8206,
          "holdMinutes": 101
        },
        {
          "entryTs": 1643720160,
          "entryUtc": "2022-02-01T12:56:00.000Z",
          "exitTs": 1643722440,
          "dir": 1,
          "entryPrice": 1804.607,
          "exitPrice": 1802.392,
          "stopDistance": 2.214,
          "outcome": "stop",
          "netR": -1.1897,
          "holdMinutes": 38
        },
        {
          "entryTs": 1643725800,
          "entryUtc": "2022-02-01T14:30:00.000Z",
          "exitTs": 1643727600,
          "dir": -1,
          "entryPrice": 1805.577,
          "exitPrice": 1799.576,
          "stopDistance": 3,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 30
        },
        {
          "entryTs": 1643729460,
          "entryUtc": "2022-02-01T15:31:00.000Z",
          "exitTs": 1643733240,
          "dir": -1,
          "entryPrice": 1803.151,
          "exitPrice": 1807.22,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 63
        },
        {
          "entryTs": 1643737260,
          "entryUtc": "2022-02-01T17:41:00.000Z",
          "exitTs": 1643771520,
          "dir": 1,
          "entryPrice": 1802.28,
          "exitPrice": 1797.974,
          "stopDistance": 4.306,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 571
        },
        {
          "entryTs": 1643788740,
          "entryUtc": "2022-02-02T07:59:00.000Z",
          "exitTs": 1643789940,
          "dir": -1,
          "entryPrice": 1796.677,
          "exitPrice": 1798.574,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 20
        },
        {
          "entryTs": 1643791140,
          "entryUtc": "2022-02-02T08:39:00.000Z",
          "exitTs": 1643796240,
          "dir": 1,
          "entryPrice": 1798.233,
          "exitPrice": 1802.534,
          "stopDistance": 2.15,
          "outcome": "target",
          "netR": 1.8279,
          "holdMinutes": 85
        },
        {
          "entryTs": 1643807160,
          "entryUtc": "2022-02-02T13:06:00.000Z",
          "exitTs": 1643807760,
          "dir": 1,
          "entryPrice": 1803.287,
          "exitPrice": 1807.652,
          "stopDistance": 2.183,
          "outcome": "target",
          "netR": 1.8305,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643811120,
          "entryUtc": "2022-02-02T14:12:00.000Z",
          "exitTs": 1643814000,
          "dir": -1,
          "entryPrice": 1803.006,
          "exitPrice": 1805.963,
          "stopDistance": 2.957,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 48
        },
        {
          "entryTs": 1643847300,
          "entryUtc": "2022-02-03T00:15:00.000Z",
          "exitTs": 1643871540,
          "dir": 1,
          "entryPrice": 1807.058,
          "exitPrice": 1805.063,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 404
        },
        {
          "entryTs": 1643888520,
          "entryUtc": "2022-02-03T11:42:00.000Z",
          "exitTs": 1643893440,
          "dir": -1,
          "entryPrice": 1804.088,
          "exitPrice": 1800.391,
          "stopDistance": 1.849,
          "outcome": "target",
          "netR": 1.7998,
          "holdMinutes": 82
        },
        {
          "entryTs": 1643893740,
          "entryUtc": "2022-02-03T13:09:00.000Z",
          "exitTs": 1643899440,
          "dir": -1,
          "entryPrice": 1802.768,
          "exitPrice": 1798.04,
          "stopDistance": 2.364,
          "outcome": "target",
          "netR": 1.8435,
          "holdMinutes": 95
        },
        {
          "entryTs": 1643901300,
          "entryUtc": "2022-02-03T15:15:00.000Z",
          "exitTs": 1643903580,
          "dir": -1,
          "entryPrice": 1800.398,
          "exitPrice": 1803.986,
          "stopDistance": 3.588,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 38
        },
        {
          "entryTs": 1643914980,
          "entryUtc": "2022-02-03T19:03:00.000Z",
          "exitTs": 1643963400,
          "dir": -1,
          "entryPrice": 1805.491,
          "exitPrice": 1809.68,
          "stopDistance": 4.189,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 807
        },
        {
          "entryTs": 1643964900,
          "entryUtc": "2022-02-04T08:55:00.000Z",
          "exitTs": 1643968500,
          "dir": 1,
          "entryPrice": 1808.01,
          "exitPrice": 1811.492,
          "stopDistance": 1.741,
          "outcome": "target",
          "netR": 1.7875,
          "holdMinutes": 60
        },
        {
          "entryTs": 1643985660,
          "entryUtc": "2022-02-04T14:41:00.000Z",
          "exitTs": 1643987100,
          "dir": -1,
          "entryPrice": 1805.373,
          "exitPrice": 1809.414,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 24
        },
        {
          "entryTs": 1644211980,
          "entryUtc": "2022-02-07T05:33:00.000Z",
          "exitTs": 1644220500,
          "dir": -1,
          "entryPrice": 1810.077,
          "exitPrice": 1811.96,
          "stopDistance": 1.883,
          "outcome": "stop",
          "netR": -1.2231,
          "holdMinutes": 142
        },
        {
          "entryTs": 1644221880,
          "entryUtc": "2022-02-07T08:18:00.000Z",
          "exitTs": 1644238920,
          "dir": 1,
          "entryPrice": 1810.773,
          "exitPrice": 1814.503,
          "stopDistance": 1.865,
          "outcome": "target",
          "netR": 1.8016,
          "holdMinutes": 284
        },
        {
          "entryTs": 1644240900,
          "entryUtc": "2022-02-07T13:35:00.000Z",
          "exitTs": 1644251700,
          "dir": 1,
          "entryPrice": 1813.716,
          "exitPrice": 1818.33,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 180
        },
        {
          "entryTs": 1644295740,
          "entryUtc": "2022-02-08T04:49:00.000Z",
          "exitTs": 1644297180,
          "dir": 1,
          "entryPrice": 1821.294,
          "exitPrice": 1819.594,
          "stopDistance": 1.699,
          "outcome": "stop",
          "netR": -1.2472,
          "holdMinutes": 24
        },
        {
          "entryTs": 1644309480,
          "entryUtc": "2022-02-08T08:38:00.000Z",
          "exitTs": 1644327300,
          "dir": -1,
          "entryPrice": 1819.614,
          "exitPrice": 1821.206,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2639,
          "holdMinutes": 297
        },
        {
          "entryTs": 1644354480,
          "entryUtc": "2022-02-08T21:08:00.000Z",
          "exitTs": 1644411660,
          "dir": 1,
          "entryPrice": 1826.264,
          "exitPrice": 1830.899,
          "stopDistance": 2.318,
          "outcome": "target",
          "netR": 1.8403,
          "holdMinutes": 953
        },
        {
          "entryTs": 1644412800,
          "entryUtc": "2022-02-09T13:20:00.000Z",
          "exitTs": 1644414840,
          "dir": 1,
          "entryPrice": 1829.023,
          "exitPrice": 1826.991,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 34
        },
        {
          "entryTs": 1644417900,
          "entryUtc": "2022-02-09T14:45:00.000Z",
          "exitTs": 1644424740,
          "dir": -1,
          "entryPrice": 1829.175,
          "exitPrice": 1831.836,
          "stopDistance": 2.661,
          "outcome": "stop",
          "netR": -1.1578,
          "holdMinutes": 114
        },
        {
          "entryTs": 1644479400,
          "entryUtc": "2022-02-10T07:50:00.000Z",
          "exitTs": 1644480120,
          "dir": 1,
          "entryPrice": 1834.783,
          "exitPrice": 1833.49,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3249,
          "holdMinutes": 12
        },
        {
          "entryTs": 1644490980,
          "entryUtc": "2022-02-10T11:03:00.000Z",
          "exitTs": 1644499020,
          "dir": -1,
          "entryPrice": 1833.533,
          "exitPrice": 1830.462,
          "stopDistance": 1.535,
          "outcome": "target",
          "netR": 1.759,
          "holdMinutes": 134
        },
        {
          "entryTs": 1644500460,
          "entryUtc": "2022-02-10T13:41:00.000Z",
          "exitTs": 1644500460,
          "dir": -1,
          "entryPrice": 1832.114,
          "exitPrice": 1833.797,
          "stopDistance": 1.683,
          "outcome": "stop",
          "netR": -1.2496,
          "holdMinutes": 0
        },
        {
          "entryTs": 1644503940,
          "entryUtc": "2022-02-10T14:39:00.000Z",
          "exitTs": 1644505500,
          "dir": -1,
          "entryPrice": 1830.386,
          "exitPrice": 1833.96,
          "stopDistance": 3.574,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 26
        },
        {
          "entryTs": 1644514260,
          "entryUtc": "2022-02-10T17:31:00.000Z",
          "exitTs": 1644515160,
          "dir": 1,
          "entryPrice": 1838.538,
          "exitPrice": 1833.588,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 15
        },
        {
          "entryTs": 1644515400,
          "entryUtc": "2022-02-10T17:50:00.000Z",
          "exitTs": 1644525660,
          "dir": 1,
          "entryPrice": 1832.836,
          "exitPrice": 1827.846,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 171
        },
        {
          "entryTs": 1644544500,
          "entryUtc": "2022-02-11T01:55:00.000Z",
          "exitTs": 1644581940,
          "dir": -1,
          "entryPrice": 1825.9,
          "exitPrice": 1828.617,
          "stopDistance": 2.717,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 624
        },
        {
          "entryTs": 1644586800,
          "entryUtc": "2022-02-11T13:40:00.000Z",
          "exitTs": 1644590700,
          "dir": 1,
          "entryPrice": 1826.696,
          "exitPrice": 1831.061,
          "stopDistance": 2.183,
          "outcome": "target",
          "netR": 1.8305,
          "holdMinutes": 65
        },
        {
          "entryTs": 1644793200,
          "entryUtc": "2022-02-13T23:00:00.000Z",
          "exitTs": 1644822300,
          "dir": -1,
          "entryPrice": 1861.326,
          "exitPrice": 1850.742,
          "stopDistance": 5.292,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 485
        },
        {
          "entryTs": 1644830640,
          "entryUtc": "2022-02-14T09:24:00.000Z",
          "exitTs": 1644842880,
          "dir": 1,
          "entryPrice": 1854.446,
          "exitPrice": 1851.242,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 204
        },
        {
          "entryTs": 1644934320,
          "entryUtc": "2022-02-15T14:12:00.000Z",
          "exitTs": 1644935700,
          "dir": -1,
          "entryPrice": 1856.16,
          "exitPrice": 1847.535,
          "stopDistance": 4.312,
          "outcome": "target",
          "netR": 1.9142,
          "holdMinutes": 23
        },
        {
          "entryTs": 1644966120,
          "entryUtc": "2022-02-15T23:02:00.000Z",
          "exitTs": 1644999600,
          "dir": -1,
          "entryPrice": 1853.772,
          "exitPrice": 1857.382,
          "stopDistance": 3.61,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 558
        },
        {
          "entryTs": 1645006800,
          "entryUtc": "2022-02-16T10:20:00.000Z",
          "exitTs": 1645007400,
          "dir": 1,
          "entryPrice": 1856.466,
          "exitPrice": 1854.568,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 10
        },
        {
          "entryTs": 1645007880,
          "entryUtc": "2022-02-16T10:38:00.000Z",
          "exitTs": 1645015500,
          "dir": -1,
          "entryPrice": 1856.033,
          "exitPrice": 1851.68,
          "stopDistance": 2.177,
          "outcome": "target",
          "netR": 1.83,
          "holdMinutes": 127
        },
        {
          "entryTs": 1645017780,
          "entryUtc": "2022-02-16T13:23:00.000Z",
          "exitTs": 1645018860,
          "dir": -1,
          "entryPrice": 1854.173,
          "exitPrice": 1856.486,
          "stopDistance": 2.313,
          "outcome": "stop",
          "netR": -1.1816,
          "holdMinutes": 18
        },
        {
          "entryTs": 1645045800,
          "entryUtc": "2022-02-16T21:10:00.000Z",
          "exitTs": 1645078740,
          "dir": 1,
          "entryPrice": 1868.788,
          "exitPrice": 1876.964,
          "stopDistance": 4.088,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 549
        },
        {
          "entryTs": 1645086660,
          "entryUtc": "2022-02-17T08:31:00.000Z",
          "exitTs": 1645090080,
          "dir": 1,
          "entryPrice": 1882.308,
          "exitPrice": 1891.806,
          "stopDistance": 4.749,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 57
        },
        {
          "entryTs": 1645097880,
          "entryUtc": "2022-02-17T11:38:00.000Z",
          "exitTs": 1645104720,
          "dir": 1,
          "entryPrice": 1883.473,
          "exitPrice": 1894.338,
          "stopDistance": 5.432,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 114
        },
        {
          "entryTs": 1645107060,
          "entryUtc": "2022-02-17T14:11:00.000Z",
          "exitTs": 1645109220,
          "dir": 1,
          "entryPrice": 1886.473,
          "exitPrice": 1894.866,
          "stopDistance": 4.196,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 36
        },
        {
          "entryTs": 1645145220,
          "entryUtc": "2022-02-18T00:47:00.000Z",
          "exitTs": 1645147920,
          "dir": 1,
          "entryPrice": 1899.828,
          "exitPrice": 1897.048,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 45
        },
        {
          "entryTs": 1645164540,
          "entryUtc": "2022-02-18T06:09:00.000Z",
          "exitTs": 1645180200,
          "dir": 1,
          "entryPrice": 1891.333,
          "exitPrice": 1888.735,
          "stopDistance": 2.598,
          "outcome": "stop",
          "netR": -1.1616,
          "holdMinutes": 261
        },
        {
          "entryTs": 1645187820,
          "entryUtc": "2022-02-18T12:37:00.000Z",
          "exitTs": 1645189740,
          "dir": -1,
          "entryPrice": 1892.338,
          "exitPrice": 1895.495,
          "stopDistance": 3.157,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 32
        },
        {
          "entryTs": 1645196580,
          "entryUtc": "2022-02-18T15:03:00.000Z",
          "exitTs": 1645398000,
          "dir": 1,
          "entryPrice": 1892.883,
          "exitPrice": 1899.827,
          "stopDistance": 3.472,
          "outcome": "target",
          "netR": 1.8934,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1645404780,
          "entryUtc": "2022-02-21T00:53:00.000Z",
          "exitTs": 1645404900,
          "dir": 1,
          "entryPrice": 1902.404,
          "exitPrice": 1898.896,
          "stopDistance": 3.509,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 2
        },
        {
          "entryTs": 1645416540,
          "entryUtc": "2022-02-21T04:09:00.000Z",
          "exitTs": 1645418280,
          "dir": 1,
          "entryPrice": 1895.108,
          "exitPrice": 1890.947,
          "stopDistance": 4.161,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 29
        },
        {
          "entryTs": 1645431180,
          "entryUtc": "2022-02-21T08:13:00.000Z",
          "exitTs": 1645433640,
          "dir": -1,
          "entryPrice": 1893.951,
          "exitPrice": 1897.419,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 41
        },
        {
          "entryTs": 1645447440,
          "entryUtc": "2022-02-21T12:44:00.000Z",
          "exitTs": 1645467240,
          "dir": -1,
          "entryPrice": 1896.236,
          "exitPrice": 1899.53,
          "stopDistance": 3.294,
          "outcome": "stop",
          "netR": -1.1275,
          "holdMinutes": 330
        },
        {
          "entryTs": 1645516020,
          "entryUtc": "2022-02-22T07:47:00.000Z",
          "exitTs": 1645517940,
          "dir": 1,
          "entryPrice": 1909.575,
          "exitPrice": 1906.781,
          "stopDistance": 2.794,
          "outcome": "stop",
          "netR": -1.1503,
          "holdMinutes": 32
        },
        {
          "entryTs": 1645533000,
          "entryUtc": "2022-02-22T12:30:00.000Z",
          "exitTs": 1645536540,
          "dir": -1,
          "entryPrice": 1897.521,
          "exitPrice": 1902.459,
          "stopDistance": 4.938,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 59
        },
        {
          "entryTs": 1645543320,
          "entryUtc": "2022-02-22T15:22:00.000Z",
          "exitTs": 1645606260,
          "dir": 1,
          "entryPrice": 1896.933,
          "exitPrice": 1892.287,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 1049
        },
        {
          "entryTs": 1645607040,
          "entryUtc": "2022-02-23T09:04:00.000Z",
          "exitTs": 1645622400,
          "dir": -1,
          "entryPrice": 1895.143,
          "exitPrice": 1898.041,
          "stopDistance": 2.898,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 256
        },
        {
          "entryTs": 1645639260,
          "entryUtc": "2022-02-23T18:01:00.000Z",
          "exitTs": 1645670940,
          "dir": 1,
          "entryPrice": 1907.752,
          "exitPrice": 1915.303,
          "stopDistance": 3.775,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 528
        },
        {
          "entryTs": 1645752120,
          "entryUtc": "2022-02-25T01:22:00.000Z",
          "exitTs": 1645788480,
          "dir": 1,
          "entryPrice": 1912.713,
          "exitPrice": 1903.529,
          "stopDistance": 9.184,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 606
        },
        {
          "entryTs": 1645824300,
          "entryUtc": "2022-02-25T21:25:00.000Z",
          "exitTs": 1646002800,
          "dir": 1,
          "entryPrice": 1886.903,
          "exitPrice": 1896.687,
          "stopDistance": 4.892,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1646004120,
          "entryUtc": "2022-02-27T23:22:00.000Z",
          "exitTs": 1646033100,
          "dir": 1,
          "entryPrice": 1908.803,
          "exitPrice": 1900.593,
          "stopDistance": 8.21,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 483
        },
        {
          "entryTs": 1646044140,
          "entryUtc": "2022-02-28T10:29:00.000Z",
          "exitTs": 1646045640,
          "dir": -1,
          "entryPrice": 1902.993,
          "exitPrice": 1908.575,
          "stopDistance": 5.582,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 25
        },
        {
          "entryTs": 1646063460,
          "entryUtc": "2022-02-28T15:51:00.000Z",
          "exitTs": 1646065200,
          "dir": 1,
          "entryPrice": 1906.178,
          "exitPrice": 1901.046,
          "stopDistance": 5.131,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 29
        },
        {
          "entryTs": 1646114940,
          "entryUtc": "2022-03-01T06:09:00.000Z",
          "exitTs": 1646122440,
          "dir": 1,
          "entryPrice": 1905.988,
          "exitPrice": 1911.061,
          "stopDistance": 2.537,
          "outcome": "target",
          "netR": 1.8541,
          "holdMinutes": 125
        },
        {
          "entryTs": 1646139840,
          "entryUtc": "2022-03-01T13:04:00.000Z",
          "exitTs": 1646146320,
          "dir": -1,
          "entryPrice": 1918.68,
          "exitPrice": 1923.826,
          "stopDistance": 5.147,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 108
        },
        {
          "entryTs": 1646147820,
          "entryUtc": "2022-03-01T15:17:00.000Z",
          "exitTs": 1646152980,
          "dir": 1,
          "entryPrice": 1919.618,
          "exitPrice": 1932.195,
          "stopDistance": 6.288,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 86
        },
        {
          "entryTs": 1646170500,
          "entryUtc": "2022-03-01T21:35:00.000Z",
          "exitTs": 1646182620,
          "dir": 1,
          "entryPrice": 1940.598,
          "exitPrice": 1934.913,
          "stopDistance": 5.685,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 202
        },
        {
          "entryTs": 1646209440,
          "entryUtc": "2022-03-02T08:24:00.000Z",
          "exitTs": 1646213460,
          "dir": 1,
          "entryPrice": 1936.422,
          "exitPrice": 1932.026,
          "stopDistance": 4.397,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 67
        },
        {
          "entryTs": 1646230800,
          "entryUtc": "2022-03-02T14:20:00.000Z",
          "exitTs": 1646237280,
          "dir": 1,
          "entryPrice": 1928.837,
          "exitPrice": 1921.279,
          "stopDistance": 7.558,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 108
        },
        {
          "entryTs": 1646248680,
          "entryUtc": "2022-03-02T19:18:00.000Z",
          "exitTs": 1646294460,
          "dir": -1,
          "entryPrice": 1925.259,
          "exitPrice": 1933.935,
          "stopDistance": 8.676,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 763
        },
        {
          "entryTs": 1646298300,
          "entryUtc": "2022-03-03T09:05:00.000Z",
          "exitTs": 1646299740,
          "dir": 1,
          "entryPrice": 1928.163,
          "exitPrice": 1923.951,
          "stopDistance": 4.212,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 24
        },
        {
          "entryTs": 1646301600,
          "entryUtc": "2022-03-03T10:00:00.000Z",
          "exitTs": 1646303400,
          "dir": -1,
          "entryPrice": 1929.266,
          "exitPrice": 1934.16,
          "stopDistance": 4.894,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 30
        },
        {
          "entryTs": 1646311020,
          "entryUtc": "2022-03-03T12:37:00.000Z",
          "exitTs": 1646315640,
          "dir": 1,
          "entryPrice": 1931.111,
          "exitPrice": 1926.55,
          "stopDistance": 4.561,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 77
        },
        {
          "entryTs": 1646352600,
          "entryUtc": "2022-03-04T00:10:00.000Z",
          "exitTs": 1646353020,
          "dir": -1,
          "entryPrice": 1938.315,
          "exitPrice": 1942.229,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 7
        },
        {
          "entryTs": 1646357040,
          "entryUtc": "2022-03-04T01:24:00.000Z",
          "exitTs": 1646358720,
          "dir": 1,
          "entryPrice": 1939.804,
          "exitPrice": 1935.822,
          "stopDistance": 3.981,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 28
        },
        {
          "entryTs": 1646363520,
          "entryUtc": "2022-03-04T03:12:00.000Z",
          "exitTs": 1646388000,
          "dir": -1,
          "entryPrice": 1940.201,
          "exitPrice": 1946.286,
          "stopDistance": 6.086,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 408
        },
        {
          "entryTs": 1646399220,
          "entryUtc": "2022-03-04T13:07:00.000Z",
          "exitTs": 1646404140,
          "dir": 1,
          "entryPrice": 1940.855,
          "exitPrice": 1949.755,
          "stopDistance": 4.45,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 82
        },
        {
          "entryTs": 1646406120,
          "entryUtc": "2022-03-04T15:02:00.000Z",
          "exitTs": 1646406900,
          "dir": 1,
          "entryPrice": 1945.313,
          "exitPrice": 1955.62,
          "stopDistance": 5.153,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 13
        },
        {
          "entryTs": 1646638560,
          "entryUtc": "2022-03-07T07:36:00.000Z",
          "exitTs": 1646639880,
          "dir": -1,
          "entryPrice": 1987.249,
          "exitPrice": 1992.947,
          "stopDistance": 5.698,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646651760,
          "entryUtc": "2022-03-07T11:16:00.000Z",
          "exitTs": 1646652660,
          "dir": 1,
          "entryPrice": 1997.98,
          "exitPrice": 1991.919,
          "stopDistance": 6.061,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 15
        },
        {
          "entryTs": 1646670120,
          "entryUtc": "2022-03-07T16:22:00.000Z",
          "exitTs": 1646688180,
          "dir": 1,
          "entryPrice": 1976.213,
          "exitPrice": 1999.154,
          "stopDistance": 11.471,
          "outcome": "target",
          "netR": 1.9677,
          "holdMinutes": 301
        },
        {
          "entryTs": 1646699280,
          "entryUtc": "2022-03-08T00:28:00.000Z",
          "exitTs": 1646701800,
          "dir": 1,
          "entryPrice": 1995.325,
          "exitPrice": 1988.699,
          "stopDistance": 6.626,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 42
        },
        {
          "entryTs": 1646744040,
          "entryUtc": "2022-03-08T12:54:00.000Z",
          "exitTs": 1646750280,
          "dir": 1,
          "entryPrice": 2008.853,
          "exitPrice": 2023.629,
          "stopDistance": 7.388,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 104
        },
        {
          "entryTs": 1646764260,
          "entryUtc": "2022-03-08T18:31:00.000Z",
          "exitTs": 1646820120,
          "dir": -1,
          "entryPrice": 2049.931,
          "exitPrice": 2013.072,
          "stopDistance": 18.43,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 931
        },
        {
          "entryTs": 1646845920,
          "entryUtc": "2022-03-09T17:12:00.000Z",
          "exitTs": 1646852160,
          "dir": 1,
          "entryPrice": 1993.048,
          "exitPrice": 1981.016,
          "stopDistance": 12.032,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 104
        },
        {
          "entryTs": 1646857500,
          "entryUtc": "2022-03-09T20:25:00.000Z",
          "exitTs": 1646875140,
          "dir": -1,
          "entryPrice": 1994.858,
          "exitPrice": 1971.281,
          "stopDistance": 11.788,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 294
        },
        {
          "entryTs": 1646897880,
          "entryUtc": "2022-03-10T07:38:00.000Z",
          "exitTs": 1646901660,
          "dir": 1,
          "entryPrice": 1977.243,
          "exitPrice": 1987.566,
          "stopDistance": 5.161,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 63
        },
        {
          "entryTs": 1646920260,
          "entryUtc": "2022-03-10T13:51:00.000Z",
          "exitTs": 1646925480,
          "dir": 1,
          "entryPrice": 1992.098,
          "exitPrice": 1983.29,
          "stopDistance": 8.808,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 87
        },
        {
          "entryTs": 1646936340,
          "entryUtc": "2022-03-10T18:19:00.000Z",
          "exitTs": 1646973960,
          "dir": 1,
          "entryPrice": 1995.75,
          "exitPrice": 1986.195,
          "stopDistance": 9.555,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 627
        },
        {
          "entryTs": 1646997780,
          "entryUtc": "2022-03-11T11:23:00.000Z",
          "exitTs": 1646997840,
          "dir": 1,
          "entryPrice": 1988.07,
          "exitPrice": 1982.655,
          "stopDistance": 5.415,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 1
        },
        {
          "entryTs": 1646999520,
          "entryUtc": "2022-03-11T11:52:00.000Z",
          "exitTs": 1647000480,
          "dir": -1,
          "entryPrice": 1985.062,
          "exitPrice": 1972.584,
          "stopDistance": 6.239,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 16
        },
        {
          "entryTs": 1647208800,
          "entryUtc": "2022-03-13T22:00:00.000Z",
          "exitTs": 1647210180,
          "dir": 1,
          "entryPrice": 1984.742,
          "exitPrice": 1978.55,
          "stopDistance": 6.192,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 23
        },
        {
          "entryTs": 1647218520,
          "entryUtc": "2022-03-14T00:42:00.000Z",
          "exitTs": 1647250560,
          "dir": -1,
          "entryPrice": 1976.91,
          "exitPrice": 1962.198,
          "stopDistance": 7.356,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 534
        },
        {
          "entryTs": 1647258300,
          "entryUtc": "2022-03-14T11:45:00.000Z",
          "exitTs": 1647258840,
          "dir": -1,
          "entryPrice": 1960.555,
          "exitPrice": 1966.376,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 9
        },
        {
          "entryTs": 1647259680,
          "entryUtc": "2022-03-14T12:08:00.000Z",
          "exitTs": 1647265500,
          "dir": 1,
          "entryPrice": 1963.374,
          "exitPrice": 1957.038,
          "stopDistance": 6.336,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 97
        },
        {
          "entryTs": 1647268140,
          "entryUtc": "2022-03-14T14:29:00.000Z",
          "exitTs": 1647307080,
          "dir": -1,
          "entryPrice": 1960.638,
          "exitPrice": 1944.966,
          "stopDistance": 7.836,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 649
        },
        {
          "entryTs": 1647346680,
          "entryUtc": "2022-03-15T12:18:00.000Z",
          "exitTs": 1647350400,
          "dir": -1,
          "entryPrice": 1927.557,
          "exitPrice": 1914.552,
          "stopDistance": 6.502,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 62
        },
        {
          "entryTs": 1647351480,
          "entryUtc": "2022-03-15T13:38:00.000Z",
          "exitTs": 1647354720,
          "dir": -1,
          "entryPrice": 1922.328,
          "exitPrice": 1908.134,
          "stopDistance": 7.097,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 54
        },
        {
          "entryTs": 1647358320,
          "entryUtc": "2022-03-15T15:32:00.000Z",
          "exitTs": 1647362520,
          "dir": -1,
          "entryPrice": 1919.728,
          "exitPrice": 1928.378,
          "stopDistance": 8.65,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 70
        },
        {
          "entryTs": 1647372600,
          "entryUtc": "2022-03-15T19:30:00.000Z",
          "exitTs": 1647440100,
          "dir": 1,
          "entryPrice": 1917.851,
          "exitPrice": 1909.762,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 1125
        },
        {
          "entryTs": 1647441720,
          "entryUtc": "2022-03-16T14:42:00.000Z",
          "exitTs": 1647453600,
          "dir": -1,
          "entryPrice": 1916.013,
          "exitPrice": 1903.711,
          "stopDistance": 6.151,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 198
        },
        {
          "entryTs": 1647455400,
          "entryUtc": "2022-03-16T18:30:00.000Z",
          "exitTs": 1647456360,
          "dir": -1,
          "entryPrice": 1904.245,
          "exitPrice": 1911.858,
          "stopDistance": 7.613,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 16
        },
        {
          "entryTs": 1647457260,
          "entryUtc": "2022-03-16T19:01:00.000Z",
          "exitTs": 1647460860,
          "dir": 1,
          "entryPrice": 1912.563,
          "exitPrice": 1929.263,
          "stopDistance": 8.35,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 60
        },
        {
          "entryTs": 1647499620,
          "entryUtc": "2022-03-17T06:47:00.000Z",
          "exitTs": 1647505080,
          "dir": -1,
          "entryPrice": 1934.113,
          "exitPrice": 1937.85,
          "stopDistance": 3.738,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 91
        },
        {
          "entryTs": 1647512520,
          "entryUtc": "2022-03-17T10:22:00.000Z",
          "exitTs": 1647519780,
          "dir": 1,
          "entryPrice": 1940.703,
          "exitPrice": 1935.927,
          "stopDistance": 4.776,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 121
        },
        {
          "entryTs": 1647520500,
          "entryUtc": "2022-03-17T12:35:00.000Z",
          "exitTs": 1647525600,
          "dir": -1,
          "entryPrice": 1941.09,
          "exitPrice": 1946.925,
          "stopDistance": 5.835,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 85
        },
        {
          "entryTs": 1647534060,
          "entryUtc": "2022-03-17T16:21:00.000Z",
          "exitTs": 1647569940,
          "dir": 1,
          "entryPrice": 1941.818,
          "exitPrice": 1935.203,
          "stopDistance": 6.614,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 598
        },
        {
          "entryTs": 1647581460,
          "entryUtc": "2022-03-18T05:31:00.000Z",
          "exitTs": 1647601500,
          "dir": -1,
          "entryPrice": 1933.788,
          "exitPrice": 1937.444,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 334
        },
        {
          "entryTs": 1647607920,
          "entryUtc": "2022-03-18T12:52:00.000Z",
          "exitTs": 1647609420,
          "dir": 1,
          "entryPrice": 1934.813,
          "exitPrice": 1930.225,
          "stopDistance": 4.588,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 25
        },
        {
          "entryTs": 1647615120,
          "entryUtc": "2022-03-18T14:52:00.000Z",
          "exitTs": 1647621300,
          "dir": -1,
          "entryPrice": 1937.64,
          "exitPrice": 1927.648,
          "stopDistance": 4.996,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 103
        },
        {
          "entryTs": 1647839040,
          "entryUtc": "2022-03-21T05:04:00.000Z",
          "exitTs": 1647842520,
          "dir": 1,
          "entryPrice": 1926.503,
          "exitPrice": 1923.39,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 58
        },
        {
          "entryTs": 1647852240,
          "entryUtc": "2022-03-21T08:44:00.000Z",
          "exitTs": 1647868740,
          "dir": -1,
          "entryPrice": 1926.768,
          "exitPrice": 1921.177,
          "stopDistance": 2.796,
          "outcome": "target",
          "netR": 1.8677,
          "holdMinutes": 275
        },
        {
          "entryTs": 1647869400,
          "entryUtc": "2022-03-21T13:30:00.000Z",
          "exitTs": 1647870420,
          "dir": -1,
          "entryPrice": 1922.888,
          "exitPrice": 1926.897,
          "stopDistance": 4.009,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 17
        },
        {
          "entryTs": 1647887520,
          "entryUtc": "2022-03-21T18:32:00.000Z",
          "exitTs": 1647889020,
          "dir": -1,
          "entryPrice": 1933.728,
          "exitPrice": 1938.636,
          "stopDistance": 4.908,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 25
        },
        {
          "entryTs": 1647917820,
          "entryUtc": "2022-03-22T02:57:00.000Z",
          "exitTs": 1647927900,
          "dir": -1,
          "entryPrice": 1934.625,
          "exitPrice": 1937.986,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 168
        },
        {
          "entryTs": 1647930420,
          "entryUtc": "2022-03-22T06:27:00.000Z",
          "exitTs": 1647934140,
          "dir": 1,
          "entryPrice": 1935.848,
          "exitPrice": 1933.056,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 62
        },
        {
          "entryTs": 1647975660,
          "entryUtc": "2022-03-22T19:01:00.000Z",
          "exitTs": 1647995940,
          "dir": 1,
          "entryPrice": 1921.505,
          "exitPrice": 1916.79,
          "stopDistance": 4.716,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 338
        },
        {
          "entryTs": 1647997380,
          "entryUtc": "2022-03-23T01:03:00.000Z",
          "exitTs": 1648002780,
          "dir": -1,
          "entryPrice": 1920.458,
          "exitPrice": 1923.267,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 90
        },
        {
          "entryTs": 1648022280,
          "entryUtc": "2022-03-23T07:58:00.000Z",
          "exitTs": 1648023000,
          "dir": -1,
          "entryPrice": 1920.158,
          "exitPrice": 1922.617,
          "stopDistance": 2.459,
          "outcome": "stop",
          "netR": -1.1708,
          "holdMinutes": 12
        },
        {
          "entryTs": 1648040580,
          "entryUtc": "2022-03-23T13:03:00.000Z",
          "exitTs": 1648043040,
          "dir": -1,
          "entryPrice": 1929.865,
          "exitPrice": 1933.996,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 41
        },
        {
          "entryTs": 1648045020,
          "entryUtc": "2022-03-23T14:17:00.000Z",
          "exitTs": 1648050240,
          "dir": 1,
          "entryPrice": 1930.253,
          "exitPrice": 1925.895,
          "stopDistance": 4.358,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 87
        },
        {
          "entryTs": 1648050780,
          "entryUtc": "2022-03-23T15:53:00.000Z",
          "exitTs": 1648053960,
          "dir": -1,
          "entryPrice": 1929.908,
          "exitPrice": 1934.583,
          "stopDistance": 4.675,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 53
        },
        {
          "entryTs": 1648102140,
          "entryUtc": "2022-03-24T06:09:00.000Z",
          "exitTs": 1648108140,
          "dir": -1,
          "entryPrice": 1940.935,
          "exitPrice": 1943.951,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 100
        },
        {
          "entryTs": 1648112340,
          "entryUtc": "2022-03-24T08:59:00.000Z",
          "exitTs": 1648117680,
          "dir": 1,
          "entryPrice": 1940.663,
          "exitPrice": 1947.175,
          "stopDistance": 3.256,
          "outcome": "target",
          "netR": 1.8864,
          "holdMinutes": 89
        },
        {
          "entryTs": 1648124700,
          "entryUtc": "2022-03-24T12:25:00.000Z",
          "exitTs": 1648128480,
          "dir": 1,
          "entryPrice": 1945.685,
          "exitPrice": 1953.794,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9087,
          "holdMinutes": 63
        },
        {
          "entryTs": 1648175940,
          "entryUtc": "2022-03-25T02:39:00.000Z",
          "exitTs": 1648186080,
          "dir": 1,
          "entryPrice": 1960.878,
          "exitPrice": 1957.779,
          "stopDistance": 3.099,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 169
        },
        {
          "entryTs": 1648191000,
          "entryUtc": "2022-03-25T06:50:00.000Z",
          "exitTs": 1648196340,
          "dir": -1,
          "entryPrice": 1957.276,
          "exitPrice": 1960.043,
          "stopDistance": 2.767,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 89
        },
        {
          "entryTs": 1648198320,
          "entryUtc": "2022-03-25T08:52:00.000Z",
          "exitTs": 1648204560,
          "dir": 1,
          "entryPrice": 1956.784,
          "exitPrice": 1953.654,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 104
        },
        {
          "entryTs": 1648209960,
          "entryUtc": "2022-03-25T12:06:00.000Z",
          "exitTs": 1648214640,
          "dir": -1,
          "entryPrice": 1954.858,
          "exitPrice": 1947.513,
          "stopDistance": 3.673,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 78
        },
        {
          "entryTs": 1648216200,
          "entryUtc": "2022-03-25T13:50:00.000Z",
          "exitTs": 1648221660,
          "dir": -1,
          "entryPrice": 1951.618,
          "exitPrice": 1956.484,
          "stopDistance": 4.866,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 91
        },
        {
          "entryTs": 1648419060,
          "entryUtc": "2022-03-27T22:11:00.000Z",
          "exitTs": 1648430220,
          "dir": 1,
          "entryPrice": 1954.903,
          "exitPrice": 1951.323,
          "stopDistance": 3.58,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 186
        },
        {
          "entryTs": 1648473900,
          "entryUtc": "2022-03-28T13:25:00.000Z",
          "exitTs": 1648493820,
          "dir": 1,
          "entryPrice": 1932.588,
          "exitPrice": 1927.176,
          "stopDistance": 5.412,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 332
        },
        {
          "entryTs": 1648526400,
          "entryUtc": "2022-03-29T04:00:00.000Z",
          "exitTs": 1648538820,
          "dir": 1,
          "entryPrice": 1924.361,
          "exitPrice": 1920.682,
          "stopDistance": 3.679,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 207
        },
        {
          "entryTs": 1648555200,
          "entryUtc": "2022-03-29T12:00:00.000Z",
          "exitTs": 1648556640,
          "dir": -1,
          "entryPrice": 1908.493,
          "exitPrice": 1898.089,
          "stopDistance": 5.202,
          "outcome": "target",
          "netR": 1.9289,
          "holdMinutes": 24
        },
        {
          "entryTs": 1648601700,
          "entryUtc": "2022-03-30T00:55:00.000Z",
          "exitTs": 1648603140,
          "dir": -1,
          "entryPrice": 1919.308,
          "exitPrice": 1922.382,
          "stopDistance": 3.074,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 24
        },
        {
          "entryTs": 1648617180,
          "entryUtc": "2022-03-30T05:13:00.000Z",
          "exitTs": 1648626360,
          "dir": 1,
          "entryPrice": 1924.053,
          "exitPrice": 1920.59,
          "stopDistance": 3.463,
          "outcome": "stop",
          "netR": -1.1213,
          "holdMinutes": 153
        },
        {
          "entryTs": 1648665240,
          "entryUtc": "2022-03-30T18:34:00.000Z",
          "exitTs": 1648695540,
          "dir": -1,
          "entryPrice": 1933.968,
          "exitPrice": 1925.104,
          "stopDistance": 4.432,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 505
        },
        {
          "entryTs": 1648706400,
          "entryUtc": "2022-03-31T06:00:00.000Z",
          "exitTs": 1648711800,
          "dir": 1,
          "entryPrice": 1923.378,
          "exitPrice": 1930.546,
          "stopDistance": 3.584,
          "outcome": "target",
          "netR": 1.8968,
          "holdMinutes": 90
        },
        {
          "entryTs": 1648750800,
          "entryUtc": "2022-03-31T18:20:00.000Z",
          "exitTs": 1648755780,
          "dir": 1,
          "entryPrice": 1942.723,
          "exitPrice": 1938.158,
          "stopDistance": 4.564,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 83
        },
        {
          "entryTs": 1648775040,
          "entryUtc": "2022-04-01T01:04:00.000Z",
          "exitTs": 1648777200,
          "dir": -1,
          "entryPrice": 1935.06,
          "exitPrice": 1938.002,
          "stopDistance": 2.941,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 36
        },
        {
          "entryTs": 1648780020,
          "entryUtc": "2022-04-01T02:27:00.000Z",
          "exitTs": 1648796100,
          "dir": 1,
          "entryPrice": 1935.406,
          "exitPrice": 1932.359,
          "stopDistance": 3.047,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 268
        },
        {
          "entryTs": 1648807680,
          "entryUtc": "2022-04-01T10:08:00.000Z",
          "exitTs": 1648810500,
          "dir": 1,
          "entryPrice": 1932.588,
          "exitPrice": 1928.99,
          "stopDistance": 3.598,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 47
        },
        {
          "entryTs": 1648815360,
          "entryUtc": "2022-04-01T12:16:00.000Z",
          "exitTs": 1648818120,
          "dir": -1,
          "entryPrice": 1931.779,
          "exitPrice": 1924.218,
          "stopDistance": 3.78,
          "outcome": "target",
          "netR": 1.9021,
          "holdMinutes": 46
        },
        {
          "entryTs": 1648820160,
          "entryUtc": "2022-04-01T13:36:00.000Z",
          "exitTs": 1648834260,
          "dir": -1,
          "entryPrice": 1929.372,
          "exitPrice": 1918.557,
          "stopDistance": 5.408,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 235
        },
        {
          "entryTs": 1649028360,
          "entryUtc": "2022-04-03T23:26:00.000Z",
          "exitTs": 1649046060,
          "dir": -1,
          "entryPrice": 1923.901,
          "exitPrice": 1915.955,
          "stopDistance": 3.973,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 295
        },
        {
          "entryTs": 1649052120,
          "entryUtc": "2022-04-04T06:02:00.000Z",
          "exitTs": 1649053620,
          "dir": 1,
          "entryPrice": 1918.221,
          "exitPrice": 1923.267,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 25
        },
        {
          "entryTs": 1649078580,
          "entryUtc": "2022-04-04T13:23:00.000Z",
          "exitTs": 1649080740,
          "dir": 1,
          "entryPrice": 1929.474,
          "exitPrice": 1925.744,
          "stopDistance": 3.729,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 36
        },
        {
          "entryTs": 1649080980,
          "entryUtc": "2022-04-04T14:03:00.000Z",
          "exitTs": 1649083560,
          "dir": -1,
          "entryPrice": 1930.638,
          "exitPrice": 1935.702,
          "stopDistance": 5.064,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 43
        },
        {
          "entryTs": 1649096400,
          "entryUtc": "2022-04-04T18:20:00.000Z",
          "exitTs": 1649163960,
          "dir": -1,
          "entryPrice": 1931.673,
          "exitPrice": 1936.107,
          "stopDistance": 4.434,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 1126
        },
        {
          "entryTs": 1649168520,
          "entryUtc": "2022-04-05T14:22:00.000Z",
          "exitTs": 1649172480,
          "dir": 1,
          "entryPrice": 1929.32,
          "exitPrice": 1925.63,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 66
        },
        {
          "entryTs": 1649209440,
          "entryUtc": "2022-04-06T01:44:00.000Z",
          "exitTs": 1649226900,
          "dir": 1,
          "entryPrice": 1921.933,
          "exitPrice": 1918.231,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 291
        },
        {
          "entryTs": 1649230980,
          "entryUtc": "2022-04-06T07:43:00.000Z",
          "exitTs": 1649233500,
          "dir": -1,
          "entryPrice": 1921.418,
          "exitPrice": 1924.422,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 42
        },
        {
          "entryTs": 1649255400,
          "entryUtc": "2022-04-06T14:30:00.000Z",
          "exitTs": 1649266080,
          "dir": 1,
          "entryPrice": 1925.141,
          "exitPrice": 1919.92,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 178
        },
        {
          "entryTs": 1649268120,
          "entryUtc": "2022-04-06T18:02:00.000Z",
          "exitTs": 1649268960,
          "dir": -1,
          "entryPrice": 1925.355,
          "exitPrice": 1915.939,
          "stopDistance": 4.708,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 14
        },
        {
          "entryTs": 1649269980,
          "entryUtc": "2022-04-06T18:33:00.000Z",
          "exitTs": 1649320320,
          "dir": -1,
          "entryPrice": 1922.48,
          "exitPrice": 1928.092,
          "stopDistance": 5.612,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 839
        },
        {
          "entryTs": 1649334600,
          "entryUtc": "2022-04-07T12:30:00.000Z",
          "exitTs": 1649335680,
          "dir": 1,
          "entryPrice": 1927.863,
          "exitPrice": 1924.825,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 18
        },
        {
          "entryTs": 1649344620,
          "entryUtc": "2022-04-07T15:17:00.000Z",
          "exitTs": 1649425260,
          "dir": 1,
          "entryPrice": 1931.16,
          "exitPrice": 1940.612,
          "stopDistance": 4.726,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 1344
        },
        {
          "entryTs": 1649441460,
          "entryUtc": "2022-04-08T18:11:00.000Z",
          "exitTs": 1649628000,
          "dir": -1,
          "entryPrice": 1943.32,
          "exitPrice": 1946.318,
          "stopDistance": 4.678,
          "outcome": "time",
          "netR": -0.72,
          "holdMinutes": 3109
        },
        {
          "entryTs": 1649640600,
          "entryUtc": "2022-04-11T01:30:00.000Z",
          "exitTs": 1649641740,
          "dir": 1,
          "entryPrice": 1945.393,
          "exitPrice": 1942.34,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 19
        },
        {
          "entryTs": 1649642340,
          "entryUtc": "2022-04-11T01:59:00.000Z",
          "exitTs": 1649664540,
          "dir": -1,
          "entryPrice": 1944.22,
          "exitPrice": 1947.355,
          "stopDistance": 3.135,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 370
        },
        {
          "entryTs": 1649684880,
          "entryUtc": "2022-04-11T13:48:00.000Z",
          "exitTs": 1649685120,
          "dir": 1,
          "entryPrice": 1957.203,
          "exitPrice": 1953.166,
          "stopDistance": 4.037,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 4
        },
        {
          "entryTs": 1649700300,
          "entryUtc": "2022-04-11T18:05:00.000Z",
          "exitTs": 1649706000,
          "dir": -1,
          "entryPrice": 1947.55,
          "exitPrice": 1953.177,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 95
        },
        {
          "entryTs": 1649725080,
          "entryUtc": "2022-04-12T00:58:00.000Z",
          "exitTs": 1649728920,
          "dir": -1,
          "entryPrice": 1952.218,
          "exitPrice": 1955.22,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 64
        },
        {
          "entryTs": 1649742420,
          "entryUtc": "2022-04-12T05:47:00.000Z",
          "exitTs": 1649749500,
          "dir": 1,
          "entryPrice": 1956.9,
          "exitPrice": 1954.36,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 118
        },
        {
          "entryTs": 1649759520,
          "entryUtc": "2022-04-12T10:32:00.000Z",
          "exitTs": 1649765580,
          "dir": -1,
          "entryPrice": 1957.178,
          "exitPrice": 1960.255,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 101
        },
        {
          "entryTs": 1649766540,
          "entryUtc": "2022-04-12T12:29:00.000Z",
          "exitTs": 1649766780,
          "dir": 1,
          "entryPrice": 1955.235,
          "exitPrice": 1963.07,
          "stopDistance": 3.917,
          "outcome": "target",
          "netR": 1.9056,
          "holdMinutes": 4
        },
        {
          "entryTs": 1649786280,
          "entryUtc": "2022-04-12T17:58:00.000Z",
          "exitTs": 1649876280,
          "dir": 1,
          "entryPrice": 1969.496,
          "exitPrice": 1976.242,
          "stopDistance": 7.094,
          "outcome": "time",
          "netR": 0.8988,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1649879880,
          "entryUtc": "2022-04-13T19:58:00.000Z",
          "exitTs": 1649916000,
          "dir": -1,
          "entryPrice": 1978.525,
          "exitPrice": 1971.275,
          "stopDistance": 3.625,
          "outcome": "target",
          "netR": 1.8979,
          "holdMinutes": 602
        },
        {
          "entryTs": 1649916180,
          "entryUtc": "2022-04-14T06:03:00.000Z",
          "exitTs": 1649921760,
          "dir": -1,
          "entryPrice": 1973.792,
          "exitPrice": 1976.415,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 93
        },
        {
          "entryTs": 1649923260,
          "entryUtc": "2022-04-14T08:01:00.000Z",
          "exitTs": 1649926920,
          "dir": 1,
          "entryPrice": 1974.413,
          "exitPrice": 1971.022,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 61
        },
        {
          "entryTs": 1649933640,
          "entryUtc": "2022-04-14T10:54:00.000Z",
          "exitTs": 1649936280,
          "dir": -1,
          "entryPrice": 1973.495,
          "exitPrice": 1976.957,
          "stopDistance": 3.462,
          "outcome": "stop",
          "netR": -1.1213,
          "holdMinutes": 44
        },
        {
          "entryTs": 1649947260,
          "entryUtc": "2022-04-14T14:41:00.000Z",
          "exitTs": 1650232800,
          "dir": -1,
          "entryPrice": 1970.098,
          "exitPrice": 1972.738,
          "stopDistance": 5.859,
          "outcome": "time",
          "netR": -0.5137,
          "holdMinutes": 4759
        },
        {
          "entryTs": 1650258660,
          "entryUtc": "2022-04-18T05:11:00.000Z",
          "exitTs": 1650263460,
          "dir": -1,
          "entryPrice": 1985.461,
          "exitPrice": 1989.234,
          "stopDistance": 3.773,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 80
        },
        {
          "entryTs": 1650276600,
          "entryUtc": "2022-04-18T10:10:00.000Z",
          "exitTs": 1650278460,
          "dir": 1,
          "entryPrice": 1991.693,
          "exitPrice": 1988.595,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 31
        },
        {
          "entryTs": 1650281640,
          "entryUtc": "2022-04-18T11:34:00.000Z",
          "exitTs": 1650283800,
          "dir": -1,
          "entryPrice": 1991.163,
          "exitPrice": 1994.101,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 36
        },
        {
          "entryTs": 1650288780,
          "entryUtc": "2022-04-18T13:33:00.000Z",
          "exitTs": 1650292560,
          "dir": 1,
          "entryPrice": 1991.31,
          "exitPrice": 1988.388,
          "stopDistance": 2.922,
          "outcome": "stop",
          "netR": -1.1437,
          "holdMinutes": 63
        },
        {
          "entryTs": 1650326760,
          "entryUtc": "2022-04-19T00:06:00.000Z",
          "exitTs": 1650356820,
          "dir": -1,
          "entryPrice": 1977.748,
          "exitPrice": 1980.742,
          "stopDistance": 2.994,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 501
        },
        {
          "entryTs": 1650362400,
          "entryUtc": "2022-04-19T10:00:00.000Z",
          "exitTs": 1650370800,
          "dir": -1,
          "entryPrice": 1978.271,
          "exitPrice": 1981.66,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 140
        },
        {
          "entryTs": 1650413280,
          "entryUtc": "2022-04-20T00:08:00.000Z",
          "exitTs": 1650417720,
          "dir": 1,
          "entryPrice": 1947.503,
          "exitPrice": 1944.183,
          "stopDistance": 3.32,
          "outcome": "stop",
          "netR": -1.1265,
          "holdMinutes": 74
        },
        {
          "entryTs": 1650438240,
          "entryUtc": "2022-04-20T07:04:00.000Z",
          "exitTs": 1650444720,
          "dir": -1,
          "entryPrice": 1943.123,
          "exitPrice": 1946.69,
          "stopDistance": 3.567,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 108
        },
        {
          "entryTs": 1650499560,
          "entryUtc": "2022-04-21T00:06:00.000Z",
          "exitTs": 1650507180,
          "dir": 1,
          "entryPrice": 1955.838,
          "exitPrice": 1953.147,
          "stopDistance": 2.691,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 127
        },
        {
          "entryTs": 1650518160,
          "entryUtc": "2022-04-21T05:16:00.000Z",
          "exitTs": 1650520380,
          "dir": -1,
          "entryPrice": 1951.06,
          "exitPrice": 1953.364,
          "stopDistance": 2.304,
          "outcome": "stop",
          "netR": -1.1823,
          "holdMinutes": 37
        },
        {
          "entryTs": 1650522000,
          "entryUtc": "2022-04-21T06:20:00.000Z",
          "exitTs": 1650528000,
          "dir": 1,
          "entryPrice": 1951.79,
          "exitPrice": 1949.32,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 100
        },
        {
          "entryTs": 1650540540,
          "entryUtc": "2022-04-21T11:29:00.000Z",
          "exitTs": 1650544560,
          "dir": -1,
          "entryPrice": 1943.285,
          "exitPrice": 1947.049,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 67
        },
        {
          "entryTs": 1650549900,
          "entryUtc": "2022-04-21T14:05:00.000Z",
          "exitTs": 1650567060,
          "dir": 1,
          "entryPrice": 1942.83,
          "exitPrice": 1952.977,
          "stopDistance": 5.074,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 286
        },
        {
          "entryTs": 1650582540,
          "entryUtc": "2022-04-21T23:09:00.000Z",
          "exitTs": 1650617760,
          "dir": -1,
          "entryPrice": 1952.02,
          "exitPrice": 1944.471,
          "stopDistance": 3.774,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 587
        },
        {
          "entryTs": 1650632460,
          "entryUtc": "2022-04-22T13:01:00.000Z",
          "exitTs": 1650635040,
          "dir": 1,
          "entryPrice": 1935.138,
          "exitPrice": 1945.302,
          "stopDistance": 5.082,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 43
        },
        {
          "entryTs": 1650638700,
          "entryUtc": "2022-04-22T14:45:00.000Z",
          "exitTs": 1650640260,
          "dir": 1,
          "entryPrice": 1937.638,
          "exitPrice": 1931.176,
          "stopDistance": 6.462,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 26
        },
        {
          "entryTs": 1650642900,
          "entryUtc": "2022-04-22T15:55:00.000Z",
          "exitTs": 1650837600,
          "dir": -1,
          "entryPrice": 1936.372,
          "exitPrice": 1930.603,
          "stopDistance": 7.083,
          "outcome": "time",
          "netR": 0.7622,
          "holdMinutes": 3245
        },
        {
          "entryTs": 1650837660,
          "entryUtc": "2022-04-24T22:01:00.000Z",
          "exitTs": 1650852360,
          "dir": -1,
          "entryPrice": 1933.333,
          "exitPrice": 1924.652,
          "stopDistance": 4.341,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 245
        },
        {
          "entryTs": 1650870600,
          "entryUtc": "2022-04-25T07:10:00.000Z",
          "exitTs": 1650883080,
          "dir": -1,
          "entryPrice": 1919.508,
          "exitPrice": 1911.207,
          "stopDistance": 4.15,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 208
        },
        {
          "entryTs": 1650924660,
          "entryUtc": "2022-04-25T22:11:00.000Z",
          "exitTs": 1650942060,
          "dir": -1,
          "entryPrice": 1899.953,
          "exitPrice": 1904.675,
          "stopDistance": 4.722,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 290
        },
        {
          "entryTs": 1650948300,
          "entryUtc": "2022-04-26T04:45:00.000Z",
          "exitTs": 1650957540,
          "dir": 1,
          "entryPrice": 1903.263,
          "exitPrice": 1900.086,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 154
        },
        {
          "entryTs": 1650961800,
          "entryUtc": "2022-04-26T08:30:00.000Z",
          "exitTs": 1650967500,
          "dir": -1,
          "entryPrice": 1901.378,
          "exitPrice": 1905.744,
          "stopDistance": 4.366,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 95
        },
        {
          "entryTs": 1650973560,
          "entryUtc": "2022-04-26T11:46:00.000Z",
          "exitTs": 1650979860,
          "dir": 1,
          "entryPrice": 1902.565,
          "exitPrice": 1910.658,
          "stopDistance": 4.046,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 105
        },
        {
          "entryTs": 1650981120,
          "entryUtc": "2022-04-26T13:52:00.000Z",
          "exitTs": 1650988860,
          "dir": 1,
          "entryPrice": 1905.678,
          "exitPrice": 1900.426,
          "stopDistance": 5.252,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 129
        },
        {
          "entryTs": 1650992520,
          "entryUtc": "2022-04-26T17:02:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1904.104,
          "exitPrice": 1893.311,
          "stopDistance": 5.396,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 910
        },
        {
          "entryTs": 1651048020,
          "entryUtc": "2022-04-27T08:27:00.000Z",
          "exitTs": 1651058340,
          "dir": -1,
          "entryPrice": 1893.873,
          "exitPrice": 1898.664,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 172
        },
        {
          "entryTs": 1651060020,
          "entryUtc": "2022-04-27T11:47:00.000Z",
          "exitTs": 1651061760,
          "dir": 1,
          "entryPrice": 1896.243,
          "exitPrice": 1905.56,
          "stopDistance": 4.659,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 29
        },
        {
          "entryTs": 1651064280,
          "entryUtc": "2022-04-27T12:58:00.000Z",
          "exitTs": 1651064580,
          "dir": 1,
          "entryPrice": 1897.608,
          "exitPrice": 1892.61,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 5
        },
        {
          "entryTs": 1651086000,
          "entryUtc": "2022-04-27T19:00:00.000Z",
          "exitTs": 1651111920,
          "dir": 1,
          "entryPrice": 1886.161,
          "exitPrice": 1881.068,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 432
        },
        {
          "entryTs": 1651114320,
          "entryUtc": "2022-04-28T02:52:00.000Z",
          "exitTs": 1651115940,
          "dir": -1,
          "entryPrice": 1883.688,
          "exitPrice": 1877.763,
          "stopDistance": 2.963,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 27
        },
        {
          "entryTs": 1651124940,
          "entryUtc": "2022-04-28T05:49:00.000Z",
          "exitTs": 1651128480,
          "dir": -1,
          "entryPrice": 1875.563,
          "exitPrice": 1879.093,
          "stopDistance": 3.53,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 59
        },
        {
          "entryTs": 1651128540,
          "entryUtc": "2022-04-28T06:49:00.000Z",
          "exitTs": 1651129320,
          "dir": -1,
          "entryPrice": 1879.973,
          "exitPrice": 1883.276,
          "stopDistance": 3.303,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 13
        },
        {
          "entryTs": 1651146660,
          "entryUtc": "2022-04-28T11:51:00.000Z",
          "exitTs": 1651148340,
          "dir": 1,
          "entryPrice": 1887.963,
          "exitPrice": 1883.706,
          "stopDistance": 4.257,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 28
        },
        {
          "entryTs": 1651149000,
          "entryUtc": "2022-04-28T12:30:00.000Z",
          "exitTs": 1651149180,
          "dir": -1,
          "entryPrice": 1887.391,
          "exitPrice": 1891.996,
          "stopDistance": 4.605,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 3
        },
        {
          "entryTs": 1651149900,
          "entryUtc": "2022-04-28T12:45:00.000Z",
          "exitTs": 1651150800,
          "dir": 1,
          "entryPrice": 1890.281,
          "exitPrice": 1884.576,
          "stopDistance": 5.705,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 15
        },
        {
          "entryTs": 1651188900,
          "entryUtc": "2022-04-28T23:35:00.000Z",
          "exitTs": 1651194120,
          "dir": -1,
          "entryPrice": 1895.103,
          "exitPrice": 1898.444,
          "stopDistance": 3.341,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 87
        },
        {
          "entryTs": 1651228740,
          "entryUtc": "2022-04-29T10:39:00.000Z",
          "exitTs": 1651235160,
          "dir": 1,
          "entryPrice": 1915.238,
          "exitPrice": 1911.594,
          "stopDistance": 3.644,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 107
        },
        {
          "entryTs": 1651240500,
          "entryUtc": "2022-04-29T13:55:00.000Z",
          "exitTs": 1651260540,
          "dir": -1,
          "entryPrice": 1911.133,
          "exitPrice": 1900.46,
          "stopDistance": 5.337,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 334
        },
        {
          "entryTs": 1651469880,
          "entryUtc": "2022-05-02T05:38:00.000Z",
          "exitTs": 1651482120,
          "dir": -1,
          "entryPrice": 1885.893,
          "exitPrice": 1878.613,
          "stopDistance": 3.64,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 204
        },
        {
          "entryTs": 1651489560,
          "entryUtc": "2022-05-02T11:06:00.000Z",
          "exitTs": 1651492020,
          "dir": 1,
          "entryPrice": 1879.451,
          "exitPrice": 1875.791,
          "stopDistance": 3.659,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 41
        },
        {
          "entryTs": 1651512840,
          "entryUtc": "2022-05-02T17:34:00.000Z",
          "exitTs": 1651561560,
          "dir": 1,
          "entryPrice": 1862.053,
          "exitPrice": 1855.976,
          "stopDistance": 6.077,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 812
        },
        {
          "entryTs": 1651562820,
          "entryUtc": "2022-05-03T07:27:00.000Z",
          "exitTs": 1651567560,
          "dir": -1,
          "entryPrice": 1858.893,
          "exitPrice": 1851.332,
          "stopDistance": 3.781,
          "outcome": "target",
          "netR": 1.9021,
          "holdMinutes": 79
        },
        {
          "entryTs": 1651569720,
          "entryUtc": "2022-05-03T09:22:00.000Z",
          "exitTs": 1651572360,
          "dir": -1,
          "entryPrice": 1856.293,
          "exitPrice": 1860.488,
          "stopDistance": 4.194,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 44
        },
        {
          "entryTs": 1651580580,
          "entryUtc": "2022-05-03T12:23:00.000Z",
          "exitTs": 1651584660,
          "dir": 1,
          "entryPrice": 1859.208,
          "exitPrice": 1867.617,
          "stopDistance": 4.205,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 68
        },
        {
          "entryTs": 1651603860,
          "entryUtc": "2022-05-03T18:51:00.000Z",
          "exitTs": 1651687260,
          "dir": -1,
          "entryPrice": 1869.03,
          "exitPrice": 1873.555,
          "stopDistance": 4.525,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 1390
        },
        {
          "entryTs": 1651689000,
          "entryUtc": "2022-05-04T18:30:00.000Z",
          "exitTs": 1651689120,
          "dir": 1,
          "entryPrice": 1870.803,
          "exitPrice": 1866.063,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 2
        },
        {
          "entryTs": 1651731420,
          "entryUtc": "2022-05-05T06:17:00.000Z",
          "exitTs": 1651734420,
          "dir": -1,
          "entryPrice": 1900.663,
          "exitPrice": 1893.687,
          "stopDistance": 3.488,
          "outcome": "target",
          "netR": 1.8939,
          "holdMinutes": 50
        },
        {
          "entryTs": 1651744200,
          "entryUtc": "2022-05-05T09:50:00.000Z",
          "exitTs": 1651752300,
          "dir": -1,
          "entryPrice": 1896.021,
          "exitPrice": 1900.191,
          "stopDistance": 4.17,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 135
        },
        {
          "entryTs": 1651757760,
          "entryUtc": "2022-05-05T13:36:00.000Z",
          "exitTs": 1651758540,
          "dir": 1,
          "entryPrice": 1899.023,
          "exitPrice": 1894.664,
          "stopDistance": 4.359,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 13
        },
        {
          "entryTs": 1651781580,
          "entryUtc": "2022-05-05T20:13:00.000Z",
          "exitTs": 1651798560,
          "dir": 1,
          "entryPrice": 1876.988,
          "exitPrice": 1871.89,
          "stopDistance": 5.098,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 283
        },
        {
          "entryTs": 1651805580,
          "entryUtc": "2022-05-06T02:53:00.000Z",
          "exitTs": 1651825920,
          "dir": -1,
          "entryPrice": 1874.858,
          "exitPrice": 1878.336,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 339
        },
        {
          "entryTs": 1651844820,
          "entryUtc": "2022-05-06T13:47:00.000Z",
          "exitTs": 1651846740,
          "dir": -1,
          "entryPrice": 1880.703,
          "exitPrice": 1885.669,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 32
        },
        {
          "entryTs": 1651857480,
          "entryUtc": "2022-05-06T17:18:00.000Z",
          "exitTs": 1652047200,
          "dir": 1,
          "entryPrice": 1883.346,
          "exitPrice": 1883.113,
          "stopDistance": 6.253,
          "outcome": "time",
          "netR": -0.0964,
          "holdMinutes": 3162
        },
        {
          "entryTs": 1652057580,
          "entryUtc": "2022-05-09T00:53:00.000Z",
          "exitTs": 1652064060,
          "dir": -1,
          "entryPrice": 1881.863,
          "exitPrice": 1874.876,
          "stopDistance": 3.493,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 108
        },
        {
          "entryTs": 1652081400,
          "entryUtc": "2022-05-09T07:30:00.000Z",
          "exitTs": 1652088480,
          "dir": -1,
          "entryPrice": 1869.606,
          "exitPrice": 1862.989,
          "stopDistance": 3.309,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 118
        },
        {
          "entryTs": 1652097120,
          "entryUtc": "2022-05-09T11:52:00.000Z",
          "exitTs": 1652098860,
          "dir": -1,
          "entryPrice": 1861.658,
          "exitPrice": 1866.064,
          "stopDistance": 4.406,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652103660,
          "entryUtc": "2022-05-09T13:41:00.000Z",
          "exitTs": 1652110200,
          "dir": 1,
          "entryPrice": 1862.924,
          "exitPrice": 1857.711,
          "stopDistance": 5.213,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 109
        },
        {
          "entryTs": 1652115300,
          "entryUtc": "2022-05-09T16:55:00.000Z",
          "exitTs": 1652118660,
          "dir": 1,
          "entryPrice": 1861.255,
          "exitPrice": 1855.708,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 56
        },
        {
          "entryTs": 1652140860,
          "entryUtc": "2022-05-10T00:01:00.000Z",
          "exitTs": 1652149620,
          "dir": 1,
          "entryPrice": 1853.468,
          "exitPrice": 1859.115,
          "stopDistance": 2.823,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 146
        },
        {
          "entryTs": 1652167800,
          "entryUtc": "2022-05-10T07:30:00.000Z",
          "exitTs": 1652190360,
          "dir": -1,
          "entryPrice": 1862.588,
          "exitPrice": 1855.826,
          "stopDistance": 3.381,
          "outcome": "target",
          "netR": 1.8906,
          "holdMinutes": 376
        },
        {
          "entryTs": 1652234280,
          "entryUtc": "2022-05-11T01:58:00.000Z",
          "exitTs": 1652250000,
          "dir": -1,
          "entryPrice": 1837.288,
          "exitPrice": 1841.086,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 262
        },
        {
          "entryTs": 1652274360,
          "entryUtc": "2022-05-11T13:06:00.000Z",
          "exitTs": 1652275260,
          "dir": -1,
          "entryPrice": 1844.523,
          "exitPrice": 1849.634,
          "stopDistance": 5.111,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 15
        },
        {
          "entryTs": 1652309040,
          "entryUtc": "2022-05-11T22:44:00.000Z",
          "exitTs": 1652315820,
          "dir": -1,
          "entryPrice": 1852.641,
          "exitPrice": 1856.191,
          "stopDistance": 3.551,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 113
        },
        {
          "entryTs": 1652317680,
          "entryUtc": "2022-05-12T01:08:00.000Z",
          "exitTs": 1652330340,
          "dir": 1,
          "entryPrice": 1854.215,
          "exitPrice": 1851.032,
          "stopDistance": 3.183,
          "outcome": "stop",
          "netR": -1.1319,
          "holdMinutes": 211
        },
        {
          "entryTs": 1652331120,
          "entryUtc": "2022-05-12T04:52:00.000Z",
          "exitTs": 1652339280,
          "dir": -1,
          "entryPrice": 1852.448,
          "exitPrice": 1846.636,
          "stopDistance": 2.906,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 136
        },
        {
          "entryTs": 1652340900,
          "entryUtc": "2022-05-12T07:35:00.000Z",
          "exitTs": 1652355660,
          "dir": -1,
          "entryPrice": 1849.963,
          "exitPrice": 1842.273,
          "stopDistance": 3.845,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 246
        },
        {
          "entryTs": 1652361780,
          "entryUtc": "2022-05-12T13:23:00.000Z",
          "exitTs": 1652363760,
          "dir": -1,
          "entryPrice": 1848.615,
          "exitPrice": 1839.016,
          "stopDistance": 4.8,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 33
        },
        {
          "entryTs": 1652393340,
          "entryUtc": "2022-05-12T22:09:00.000Z",
          "exitTs": 1652394720,
          "dir": -1,
          "entryPrice": 1823.308,
          "exitPrice": 1815.592,
          "stopDistance": 3.858,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 23
        },
        {
          "entryTs": 1652399100,
          "entryUtc": "2022-05-12T23:45:00.000Z",
          "exitTs": 1652411700,
          "dir": -1,
          "entryPrice": 1821.648,
          "exitPrice": 1825.696,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 210
        },
        {
          "entryTs": 1652414400,
          "entryUtc": "2022-05-13T04:00:00.000Z",
          "exitTs": 1652423460,
          "dir": 1,
          "entryPrice": 1824.703,
          "exitPrice": 1821.314,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 151
        },
        {
          "entryTs": 1652426820,
          "entryUtc": "2022-05-13T07:27:00.000Z",
          "exitTs": 1652427300,
          "dir": -1,
          "entryPrice": 1825.483,
          "exitPrice": 1828.66,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 8
        },
        {
          "entryTs": 1652450820,
          "entryUtc": "2022-05-13T14:07:00.000Z",
          "exitTs": 1652652000,
          "dir": -1,
          "entryPrice": 1815.343,
          "exitPrice": 1810.028,
          "stopDistance": 4.464,
          "outcome": "time",
          "netR": 1.1078,
          "holdMinutes": 3353
        },
        {
          "entryTs": 1652653920,
          "entryUtc": "2022-05-15T22:32:00.000Z",
          "exitTs": 1652677560,
          "dir": 1,
          "entryPrice": 1810.785,
          "exitPrice": 1807.009,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 394
        },
        {
          "entryTs": 1652693220,
          "entryUtc": "2022-05-16T09:27:00.000Z",
          "exitTs": 1652693340,
          "dir": -1,
          "entryPrice": 1801.963,
          "exitPrice": 1806.582,
          "stopDistance": 4.619,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 2
        },
        {
          "entryTs": 1652725260,
          "entryUtc": "2022-05-16T18:21:00.000Z",
          "exitTs": 1652727900,
          "dir": 1,
          "entryPrice": 1814.484,
          "exitPrice": 1823.59,
          "stopDistance": 4.553,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 44
        },
        {
          "entryTs": 1652749200,
          "entryUtc": "2022-05-17T01:00:00.000Z",
          "exitTs": 1652787120,
          "dir": 1,
          "entryPrice": 1824.561,
          "exitPrice": 1831.159,
          "stopDistance": 3.299,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 632
        },
        {
          "entryTs": 1652789940,
          "entryUtc": "2022-05-17T12:19:00.000Z",
          "exitTs": 1652793360,
          "dir": 1,
          "entryPrice": 1830.93,
          "exitPrice": 1827.059,
          "stopDistance": 3.871,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 57
        },
        {
          "entryTs": 1652813340,
          "entryUtc": "2022-05-17T18:49:00.000Z",
          "exitTs": 1652838900,
          "dir": -1,
          "entryPrice": 1819.336,
          "exitPrice": 1810.827,
          "stopDistance": 4.254,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 426
        },
        {
          "entryTs": 1652840400,
          "entryUtc": "2022-05-18T02:20:00.000Z",
          "exitTs": 1652844240,
          "dir": -1,
          "entryPrice": 1813.538,
          "exitPrice": 1807.702,
          "stopDistance": 2.918,
          "outcome": "target",
          "netR": 1.8732,
          "holdMinutes": 64
        },
        {
          "entryTs": 1652853720,
          "entryUtc": "2022-05-18T06:02:00.000Z",
          "exitTs": 1652854080,
          "dir": -1,
          "entryPrice": 1811.853,
          "exitPrice": 1814.91,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 6
        },
        {
          "entryTs": 1652871120,
          "entryUtc": "2022-05-18T10:52:00.000Z",
          "exitTs": 1652873160,
          "dir": 1,
          "entryPrice": 1816.833,
          "exitPrice": 1813.389,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 34
        },
        {
          "entryTs": 1652881320,
          "entryUtc": "2022-05-18T13:42:00.000Z",
          "exitTs": 1652888220,
          "dir": -1,
          "entryPrice": 1815.521,
          "exitPrice": 1819.846,
          "stopDistance": 4.325,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 115
        },
        {
          "entryTs": 1652901000,
          "entryUtc": "2022-05-18T19:10:00.000Z",
          "exitTs": 1652942100,
          "dir": -1,
          "entryPrice": 1822.014,
          "exitPrice": 1812.879,
          "stopDistance": 4.568,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 685
        },
        {
          "entryTs": 1652945040,
          "entryUtc": "2022-05-19T07:24:00.000Z",
          "exitTs": 1652949900,
          "dir": -1,
          "entryPrice": 1815.383,
          "exitPrice": 1817.715,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 81
        },
        {
          "entryTs": 1652962500,
          "entryUtc": "2022-05-19T12:15:00.000Z",
          "exitTs": 1652963700,
          "dir": 1,
          "entryPrice": 1828.903,
          "exitPrice": 1837.886,
          "stopDistance": 4.491,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 20
        },
        {
          "entryTs": 1652967300,
          "entryUtc": "2022-05-19T13:35:00.000Z",
          "exitTs": 1652969040,
          "dir": 1,
          "entryPrice": 1833.708,
          "exitPrice": 1844.137,
          "stopDistance": 5.215,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652975460,
          "entryUtc": "2022-05-19T15:51:00.000Z",
          "exitTs": 1653055260,
          "dir": 1,
          "entryPrice": 1840.613,
          "exitPrice": 1834.769,
          "stopDistance": 5.844,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 1330
        },
        {
          "entryTs": 1653257700,
          "entryUtc": "2022-05-22T22:15:00.000Z",
          "exitTs": 1653260820,
          "dir": 1,
          "entryPrice": 1843.708,
          "exitPrice": 1849.087,
          "stopDistance": 2.69,
          "outcome": "target",
          "netR": 1.8624,
          "holdMinutes": 52
        },
        {
          "entryTs": 1653286020,
          "entryUtc": "2022-05-23T06:07:00.000Z",
          "exitTs": 1653293340,
          "dir": 1,
          "entryPrice": 1852.09,
          "exitPrice": 1858.319,
          "stopDistance": 3.114,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 122
        },
        {
          "entryTs": 1653308640,
          "entryUtc": "2022-05-23T12:24:00.000Z",
          "exitTs": 1653309000,
          "dir": 1,
          "entryPrice": 1862.028,
          "exitPrice": 1858.577,
          "stopDistance": 3.451,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 6
        },
        {
          "entryTs": 1653330180,
          "entryUtc": "2022-05-23T18:23:00.000Z",
          "exitTs": 1653379080,
          "dir": -1,
          "entryPrice": 1855.238,
          "exitPrice": 1859.267,
          "stopDistance": 4.029,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 815
        },
        {
          "entryTs": 1653389700,
          "entryUtc": "2022-05-24T10:55:00.000Z",
          "exitTs": 1653396960,
          "dir": -1,
          "entryPrice": 1856.968,
          "exitPrice": 1859.819,
          "stopDistance": 2.851,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 121
        },
        {
          "entryTs": 1653401760,
          "entryUtc": "2022-05-24T14:16:00.000Z",
          "exitTs": 1653407700,
          "dir": 1,
          "entryPrice": 1860.813,
          "exitPrice": 1869.392,
          "stopDistance": 4.289,
          "outcome": "target",
          "netR": 1.9137,
          "holdMinutes": 99
        },
        {
          "entryTs": 1653414720,
          "entryUtc": "2022-05-24T17:52:00.000Z",
          "exitTs": 1653447180,
          "dir": 1,
          "entryPrice": 1864.078,
          "exitPrice": 1859.726,
          "stopDistance": 4.353,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 541
        },
        {
          "entryTs": 1653467940,
          "entryUtc": "2022-05-25T08:39:00.000Z",
          "exitTs": 1653476580,
          "dir": -1,
          "entryPrice": 1857.173,
          "exitPrice": 1851.318,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 144
        },
        {
          "entryTs": 1653485460,
          "entryUtc": "2022-05-25T13:31:00.000Z",
          "exitTs": 1653493800,
          "dir": -1,
          "entryPrice": 1853.493,
          "exitPrice": 1845.859,
          "stopDistance": 3.817,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 139
        },
        {
          "entryTs": 1653494520,
          "entryUtc": "2022-05-25T16:02:00.000Z",
          "exitTs": 1653501720,
          "dir": -1,
          "entryPrice": 1846.535,
          "exitPrice": 1850.799,
          "stopDistance": 4.264,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 120
        },
        {
          "entryTs": 1653548400,
          "entryUtc": "2022-05-26T07:00:00.000Z",
          "exitTs": 1653548580,
          "dir": -1,
          "entryPrice": 1847.101,
          "exitPrice": 1849.6,
          "stopDistance": 2.499,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 3
        },
        {
          "entryTs": 1653564900,
          "entryUtc": "2022-05-26T11:35:00.000Z",
          "exitTs": 1653572340,
          "dir": -1,
          "entryPrice": 1844.276,
          "exitPrice": 1847.615,
          "stopDistance": 3.339,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 124
        },
        {
          "entryTs": 1653577140,
          "entryUtc": "2022-05-26T14:59:00.000Z",
          "exitTs": 1653616440,
          "dir": 1,
          "entryPrice": 1845.943,
          "exitPrice": 1855.152,
          "stopDistance": 4.605,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 655
        },
        {
          "entryTs": 1653618180,
          "entryUtc": "2022-05-27T02:23:00.000Z",
          "exitTs": 1653638460,
          "dir": 1,
          "entryPrice": 1853.271,
          "exitPrice": 1858.689,
          "stopDistance": 2.709,
          "outcome": "target",
          "netR": 1.8634,
          "holdMinutes": 338
        },
        {
          "entryTs": 1653656640,
          "entryUtc": "2022-05-27T13:04:00.000Z",
          "exitTs": 1653664680,
          "dir": -1,
          "entryPrice": 1858.107,
          "exitPrice": 1851.255,
          "stopDistance": 3.426,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 134
        },
        {
          "entryTs": 1653862080,
          "entryUtc": "2022-05-29T22:08:00.000Z",
          "exitTs": 1653865680,
          "dir": -1,
          "entryPrice": 1853.583,
          "exitPrice": 1848.998,
          "stopDistance": 2.293,
          "outcome": "target",
          "netR": 1.8386,
          "holdMinutes": 60
        },
        {
          "entryTs": 1653884520,
          "entryUtc": "2022-05-30T04:22:00.000Z",
          "exitTs": 1653898980,
          "dir": 1,
          "entryPrice": 1859.26,
          "exitPrice": 1856.623,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 241
        },
        {
          "entryTs": 1653916200,
          "entryUtc": "2022-05-30T13:10:00.000Z",
          "exitTs": 1653917100,
          "dir": -1,
          "entryPrice": 1857.578,
          "exitPrice": 1860.36,
          "stopDistance": 2.782,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 15
        },
        {
          "entryTs": 1653919320,
          "entryUtc": "2022-05-30T14:02:00.000Z",
          "exitTs": 1653952500,
          "dir": 1,
          "entryPrice": 1855.943,
          "exitPrice": 1853.542,
          "stopDistance": 2.401,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 553
        },
        {
          "entryTs": 1653977880,
          "entryUtc": "2022-05-31T06:18:00.000Z",
          "exitTs": 1653990180,
          "dir": 1,
          "entryPrice": 1852.753,
          "exitPrice": 1850.571,
          "stopDistance": 2.182,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 205
        },
        {
          "entryTs": 1653999900,
          "entryUtc": "2022-05-31T12:25:00.000Z",
          "exitTs": 1654005720,
          "dir": 1,
          "entryPrice": 1849.299,
          "exitPrice": 1845.624,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 97
        },
        {
          "entryTs": 1654043520,
          "entryUtc": "2022-06-01T00:32:00.000Z",
          "exitTs": 1654060500,
          "dir": -1,
          "entryPrice": 1836.248,
          "exitPrice": 1830.986,
          "stopDistance": 2.631,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 283
        },
        {
          "entryTs": 1654064400,
          "entryUtc": "2022-06-01T06:20:00.000Z",
          "exitTs": 1654074000,
          "dir": -1,
          "entryPrice": 1834.468,
          "exitPrice": 1829.149,
          "stopDistance": 2.659,
          "outcome": "target",
          "netR": 1.8609,
          "holdMinutes": 160
        },
        {
          "entryTs": 1654080420,
          "entryUtc": "2022-06-01T10:47:00.000Z",
          "exitTs": 1654087020,
          "dir": -1,
          "entryPrice": 1833.068,
          "exitPrice": 1836.74,
          "stopDistance": 3.672,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 110
        },
        {
          "entryTs": 1654128000,
          "entryUtc": "2022-06-02T00:00:00.000Z",
          "exitTs": 1654129260,
          "dir": -1,
          "entryPrice": 1846.259,
          "exitPrice": 1848.409,
          "stopDistance": 2.15,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 21
        },
        {
          "entryTs": 1654130580,
          "entryUtc": "2022-06-02T00:43:00.000Z",
          "exitTs": 1654133820,
          "dir": 1,
          "entryPrice": 1847.346,
          "exitPrice": 1845.087,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 54
        },
        {
          "entryTs": 1654147860,
          "entryUtc": "2022-06-02T05:31:00.000Z",
          "exitTs": 1654148700,
          "dir": -1,
          "entryPrice": 1846.36,
          "exitPrice": 1848.459,
          "stopDistance": 2.098,
          "outcome": "stop",
          "netR": -1.2002,
          "holdMinutes": 14
        },
        {
          "entryTs": 1654173900,
          "entryUtc": "2022-06-02T12:45:00.000Z",
          "exitTs": 1654174200,
          "dir": -1,
          "entryPrice": 1854.204,
          "exitPrice": 1857.173,
          "stopDistance": 2.969,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 5
        },
        {
          "entryTs": 1654203000,
          "entryUtc": "2022-06-02T20:50:00.000Z",
          "exitTs": 1654239840,
          "dir": 1,
          "entryPrice": 1867.923,
          "exitPrice": 1864.707,
          "stopDistance": 3.216,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 614
        },
        {
          "entryTs": 1654251000,
          "entryUtc": "2022-06-03T10:10:00.000Z",
          "exitTs": 1654259400,
          "dir": -1,
          "entryPrice": 1866.28,
          "exitPrice": 1861.639,
          "stopDistance": 2.321,
          "outcome": "target",
          "netR": 1.8406,
          "holdMinutes": 140
        },
        {
          "entryTs": 1654259520,
          "entryUtc": "2022-06-03T12:32:00.000Z",
          "exitTs": 1654259880,
          "dir": -1,
          "entryPrice": 1865.041,
          "exitPrice": 1859.233,
          "stopDistance": 2.904,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 6
        },
        {
          "entryTs": 1654280700,
          "entryUtc": "2022-06-03T18:25:00.000Z",
          "exitTs": 1654466400,
          "dir": -1,
          "entryPrice": 1849.333,
          "exitPrice": 1849.713,
          "stopDistance": 3.718,
          "outcome": "time",
          "netR": -0.2017,
          "holdMinutes": 3095
        },
        {
          "entryTs": 1654475400,
          "entryUtc": "2022-06-06T00:30:00.000Z",
          "exitTs": 1654485720,
          "dir": 1,
          "entryPrice": 1850.828,
          "exitPrice": 1855.893,
          "stopDistance": 2.532,
          "outcome": "target",
          "netR": 1.8539,
          "holdMinutes": 172
        },
        {
          "entryTs": 1654499700,
          "entryUtc": "2022-06-06T07:15:00.000Z",
          "exitTs": 1654517400,
          "dir": -1,
          "entryPrice": 1853.988,
          "exitPrice": 1856.077,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 295
        },
        {
          "entryTs": 1654518000,
          "entryUtc": "2022-06-06T12:20:00.000Z",
          "exitTs": 1654518660,
          "dir": 1,
          "entryPrice": 1854.733,
          "exitPrice": 1851.936,
          "stopDistance": 2.797,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 11
        },
        {
          "entryTs": 1654537020,
          "entryUtc": "2022-06-06T17:37:00.000Z",
          "exitTs": 1654587060,
          "dir": -1,
          "entryPrice": 1842.93,
          "exitPrice": 1846.217,
          "stopDistance": 3.287,
          "outcome": "stop",
          "netR": -1.1278,
          "holdMinutes": 834
        },
        {
          "entryTs": 1654588680,
          "entryUtc": "2022-06-07T07:58:00.000Z",
          "exitTs": 1654591380,
          "dir": 1,
          "entryPrice": 1842.078,
          "exitPrice": 1847.467,
          "stopDistance": 2.695,
          "outcome": "target",
          "netR": 1.8627,
          "holdMinutes": 45
        },
        {
          "entryTs": 1654604340,
          "entryUtc": "2022-06-07T12:19:00.000Z",
          "exitTs": 1654605240,
          "dir": 1,
          "entryPrice": 1845.945,
          "exitPrice": 1843.067,
          "stopDistance": 2.878,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 15
        },
        {
          "entryTs": 1654609740,
          "entryUtc": "2022-06-07T13:49:00.000Z",
          "exitTs": 1654609800,
          "dir": -1,
          "entryPrice": 1848.558,
          "exitPrice": 1851.666,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1352,
          "holdMinutes": 1
        },
        {
          "entryTs": 1654622760,
          "entryUtc": "2022-06-07T17:26:00.000Z",
          "exitTs": 1654628100,
          "dir": -1,
          "entryPrice": 1850.505,
          "exitPrice": 1854.257,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 89
        },
        {
          "entryTs": 1654646460,
          "entryUtc": "2022-06-08T00:01:00.000Z",
          "exitTs": 1654646580,
          "dir": 1,
          "entryPrice": 1852.531,
          "exitPrice": 1850.35,
          "stopDistance": 2.18,
          "outcome": "stop",
          "netR": -1.1926,
          "holdMinutes": 2
        },
        {
          "entryTs": 1654647420,
          "entryUtc": "2022-06-08T00:17:00.000Z",
          "exitTs": 1654660800,
          "dir": -1,
          "entryPrice": 1851.321,
          "exitPrice": 1846.48,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 223
        },
        {
          "entryTs": 1654663440,
          "entryUtc": "2022-06-08T04:44:00.000Z",
          "exitTs": 1654683060,
          "dir": -1,
          "entryPrice": 1848.906,
          "exitPrice": 1851.176,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 327
        },
        {
          "entryTs": 1654690980,
          "entryUtc": "2022-06-08T12:23:00.000Z",
          "exitTs": 1654691220,
          "dir": 1,
          "entryPrice": 1849.25,
          "exitPrice": 1846.623,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 4
        },
        {
          "entryTs": 1654691580,
          "entryUtc": "2022-06-08T12:33:00.000Z",
          "exitTs": 1654692000,
          "dir": -1,
          "entryPrice": 1847.923,
          "exitPrice": 1851.13,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 7
        },
        {
          "entryTs": 1654708080,
          "entryUtc": "2022-06-08T17:08:00.000Z",
          "exitTs": 1654720380,
          "dir": 1,
          "entryPrice": 1854.051,
          "exitPrice": 1850.423,
          "stopDistance": 3.628,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 205
        },
        {
          "entryTs": 1654727280,
          "entryUtc": "2022-06-08T22:28:00.000Z",
          "exitTs": 1654762800,
          "dir": -1,
          "entryPrice": 1853.508,
          "exitPrice": 1848.812,
          "stopDistance": 2.348,
          "outcome": "target",
          "netR": 1.8424,
          "holdMinutes": 592
        },
        {
          "entryTs": 1654764660,
          "entryUtc": "2022-06-09T08:51:00.000Z",
          "exitTs": 1654775340,
          "dir": -1,
          "entryPrice": 1849.93,
          "exitPrice": 1844.955,
          "stopDistance": 2.488,
          "outcome": "target",
          "netR": 1.8513,
          "holdMinutes": 178
        },
        {
          "entryTs": 1654777320,
          "entryUtc": "2022-06-09T12:22:00.000Z",
          "exitTs": 1654777680,
          "dir": -1,
          "entryPrice": 1847.739,
          "exitPrice": 1850.663,
          "stopDistance": 2.924,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 6
        },
        {
          "entryTs": 1654791720,
          "entryUtc": "2022-06-09T16:22:00.000Z",
          "exitTs": 1654861140,
          "dir": -1,
          "entryPrice": 1846.778,
          "exitPrice": 1837.529,
          "stopDistance": 4.624,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 1157
        },
        {
          "entryTs": 1654864800,
          "entryUtc": "2022-06-10T12:40:00.000Z",
          "exitTs": 1654865940,
          "dir": -1,
          "entryPrice": 1843.541,
          "exitPrice": 1838.53,
          "stopDistance": 2.505,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 19
        },
        {
          "entryTs": 1654866120,
          "entryUtc": "2022-06-10T13:02:00.000Z",
          "exitTs": 1654868340,
          "dir": -1,
          "entryPrice": 1840.693,
          "exitPrice": 1829.647,
          "stopDistance": 5.523,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 37
        },
        {
          "entryTs": 1655078880,
          "entryUtc": "2022-06-13T00:08:00.000Z",
          "exitTs": 1655082240,
          "dir": 1,
          "entryPrice": 1874.518,
          "exitPrice": 1869.843,
          "stopDistance": 4.676,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 56
        },
        {
          "entryTs": 1655160900,
          "entryUtc": "2022-06-13T22:55:00.000Z",
          "exitTs": 1655173980,
          "dir": -1,
          "entryPrice": 1821.13,
          "exitPrice": 1825.895,
          "stopDistance": 4.764,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 218
        },
        {
          "entryTs": 1655177340,
          "entryUtc": "2022-06-14T03:29:00.000Z",
          "exitTs": 1655202120,
          "dir": 1,
          "entryPrice": 1824.913,
          "exitPrice": 1821.147,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 413
        },
        {
          "entryTs": 1655209500,
          "entryUtc": "2022-06-14T12:25:00.000Z",
          "exitTs": 1655221260,
          "dir": -1,
          "entryPrice": 1820.622,
          "exitPrice": 1811.464,
          "stopDistance": 4.579,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 196
        },
        {
          "entryTs": 1655252100,
          "entryUtc": "2022-06-15T00:15:00.000Z",
          "exitTs": 1655256540,
          "dir": 1,
          "entryPrice": 1809.081,
          "exitPrice": 1814.563,
          "stopDistance": 2.741,
          "outcome": "target",
          "netR": 1.865,
          "holdMinutes": 74
        },
        {
          "entryTs": 1655270460,
          "entryUtc": "2022-06-15T05:21:00.000Z",
          "exitTs": 1655271480,
          "dir": -1,
          "entryPrice": 1814.823,
          "exitPrice": 1817.312,
          "stopDistance": 2.489,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 17
        },
        {
          "entryTs": 1655279280,
          "entryUtc": "2022-06-15T07:48:00.000Z",
          "exitTs": 1655286000,
          "dir": 1,
          "entryPrice": 1818.512,
          "exitPrice": 1825.107,
          "stopDistance": 3.297,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 112
        },
        {
          "entryTs": 1655315700,
          "entryUtc": "2022-06-15T17:55:00.000Z",
          "exitTs": 1655317020,
          "dir": -1,
          "entryPrice": 1821.128,
          "exitPrice": 1825.68,
          "stopDistance": 4.552,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 22
        },
        {
          "entryTs": 1655319180,
          "entryUtc": "2022-06-15T18:53:00.000Z",
          "exitTs": 1655374380,
          "dir": 1,
          "entryPrice": 1829.215,
          "exitPrice": 1821.502,
          "stopDistance": 7.714,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 920
        },
        {
          "entryTs": 1655382840,
          "entryUtc": "2022-06-16T12:34:00.000Z",
          "exitTs": 1655391720,
          "dir": -1,
          "entryPrice": 1828.513,
          "exitPrice": 1833.698,
          "stopDistance": 5.185,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 148
        },
        {
          "entryTs": 1655449200,
          "entryUtc": "2022-06-17T07:00:00.000Z",
          "exitTs": 1655453640,
          "dir": 1,
          "entryPrice": 1844.343,
          "exitPrice": 1850.54,
          "stopDistance": 3.098,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 74
        },
        {
          "entryTs": 1655460360,
          "entryUtc": "2022-06-17T10:06:00.000Z",
          "exitTs": 1655472840,
          "dir": 1,
          "entryPrice": 1847.091,
          "exitPrice": 1843.81,
          "stopDistance": 3.281,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 208
        },
        {
          "entryTs": 1655489520,
          "entryUtc": "2022-06-17T18:12:00.000Z",
          "exitTs": 1655676000,
          "dir": -1,
          "entryPrice": 1838.858,
          "exitPrice": 1837.348,
          "stopDistance": 4.124,
          "outcome": "time",
          "netR": 0.2764,
          "holdMinutes": 3108
        },
        {
          "entryTs": 1655687880,
          "entryUtc": "2022-06-20T01:18:00.000Z",
          "exitTs": 1655690700,
          "dir": 1,
          "entryPrice": 1839.448,
          "exitPrice": 1836.365,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 47
        },
        {
          "entryTs": 1655692740,
          "entryUtc": "2022-06-20T02:39:00.000Z",
          "exitTs": 1655693460,
          "dir": -1,
          "entryPrice": 1839.283,
          "exitPrice": 1842.909,
          "stopDistance": 3.626,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 12
        },
        {
          "entryTs": 1655716320,
          "entryUtc": "2022-06-20T09:12:00.000Z",
          "exitTs": 1655733660,
          "dir": -1,
          "entryPrice": 1842.491,
          "exitPrice": 1835.92,
          "stopDistance": 3.285,
          "outcome": "target",
          "netR": 1.8874,
          "holdMinutes": 289
        },
        {
          "entryTs": 1655749680,
          "entryUtc": "2022-06-20T18:28:00.000Z",
          "exitTs": 1655770920,
          "dir": -1,
          "entryPrice": 1837.498,
          "exitPrice": 1840.044,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 354
        },
        {
          "entryTs": 1655796120,
          "entryUtc": "2022-06-21T07:22:00.000Z",
          "exitTs": 1655798100,
          "dir": -1,
          "entryPrice": 1834.7,
          "exitPrice": 1837.085,
          "stopDistance": 2.385,
          "outcome": "stop",
          "netR": -1.1761,
          "holdMinutes": 33
        },
        {
          "entryTs": 1655798160,
          "entryUtc": "2022-06-21T07:56:00.000Z",
          "exitTs": 1655800140,
          "dir": -1,
          "entryPrice": 1838.745,
          "exitPrice": 1834.571,
          "stopDistance": 2.087,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 33
        },
        {
          "entryTs": 1655814000,
          "entryUtc": "2022-06-21T12:20:00.000Z",
          "exitTs": 1655814780,
          "dir": -1,
          "entryPrice": 1836.437,
          "exitPrice": 1839.249,
          "stopDistance": 2.812,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 13
        },
        {
          "entryTs": 1655824200,
          "entryUtc": "2022-06-21T15:10:00.000Z",
          "exitTs": 1655827980,
          "dir": 1,
          "entryPrice": 1838.093,
          "exitPrice": 1833.813,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 63
        },
        {
          "entryTs": 1655833200,
          "entryUtc": "2022-06-21T17:40:00.000Z",
          "exitTs": 1655837160,
          "dir": 1,
          "entryPrice": 1835.192,
          "exitPrice": 1831.222,
          "stopDistance": 3.969,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 66
        },
        {
          "entryTs": 1655866440,
          "entryUtc": "2022-06-22T02:54:00.000Z",
          "exitTs": 1655894160,
          "dir": -1,
          "entryPrice": 1827.873,
          "exitPrice": 1831.003,
          "stopDistance": 3.13,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 462
        },
        {
          "entryTs": 1655923800,
          "entryUtc": "2022-06-22T18:50:00.000Z",
          "exitTs": 1655949300,
          "dir": 1,
          "entryPrice": 1838.128,
          "exitPrice": 1833.673,
          "stopDistance": 4.455,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 425
        },
        {
          "entryTs": 1655962500,
          "entryUtc": "2022-06-23T05:35:00.000Z",
          "exitTs": 1655964060,
          "dir": -1,
          "entryPrice": 1832.868,
          "exitPrice": 1835.078,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 26
        },
        {
          "entryTs": 1655964720,
          "entryUtc": "2022-06-23T06:12:00.000Z",
          "exitTs": 1655976600,
          "dir": 1,
          "entryPrice": 1833.598,
          "exitPrice": 1831.181,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 198
        },
        {
          "entryTs": 1655986980,
          "entryUtc": "2022-06-23T12:23:00.000Z",
          "exitTs": 1655989440,
          "dir": -1,
          "entryPrice": 1831.683,
          "exitPrice": 1834.949,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 41
        },
        {
          "entryTs": 1656040680,
          "entryUtc": "2022-06-24T03:18:00.000Z",
          "exitTs": 1656053580,
          "dir": 1,
          "entryPrice": 1823.941,
          "exitPrice": 1821.313,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 215
        },
        {
          "entryTs": 1656054960,
          "entryUtc": "2022-06-24T07:16:00.000Z",
          "exitTs": 1656056160,
          "dir": -1,
          "entryPrice": 1824.593,
          "exitPrice": 1827.029,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 20
        },
        {
          "entryTs": 1656059940,
          "entryUtc": "2022-06-24T08:39:00.000Z",
          "exitTs": 1656071340,
          "dir": 1,
          "entryPrice": 1825.073,
          "exitPrice": 1822.126,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 190
        },
        {
          "entryTs": 1656076320,
          "entryUtc": "2022-06-24T13:12:00.000Z",
          "exitTs": 1656076380,
          "dir": -1,
          "entryPrice": 1824.016,
          "exitPrice": 1827.747,
          "stopDistance": 3.732,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656076620,
          "entryUtc": "2022-06-24T13:17:00.000Z",
          "exitTs": 1656280800,
          "dir": 1,
          "entryPrice": 1825.066,
          "exitPrice": 1834.397,
          "stopDistance": 4.666,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 3403
        },
        {
          "entryTs": 1656281880,
          "entryUtc": "2022-06-26T22:18:00.000Z",
          "exitTs": 1656314460,
          "dir": 1,
          "entryPrice": 1831.461,
          "exitPrice": 1839.553,
          "stopDistance": 4.046,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 543
        },
        {
          "entryTs": 1656315360,
          "entryUtc": "2022-06-27T07:36:00.000Z",
          "exitTs": 1656317940,
          "dir": 1,
          "entryPrice": 1836.555,
          "exitPrice": 1834.075,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 43
        },
        {
          "entryTs": 1656370980,
          "entryUtc": "2022-06-27T23:03:00.000Z",
          "exitTs": 1656378000,
          "dir": -1,
          "entryPrice": 1822.616,
          "exitPrice": 1825.013,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1753,
          "holdMinutes": 117
        },
        {
          "entryTs": 1656378420,
          "entryUtc": "2022-06-28T01:07:00.000Z",
          "exitTs": 1656396480,
          "dir": 1,
          "entryPrice": 1822.983,
          "exitPrice": 1827.302,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 301
        },
        {
          "entryTs": 1656397140,
          "entryUtc": "2022-06-28T06:19:00.000Z",
          "exitTs": 1656410040,
          "dir": 1,
          "entryPrice": 1826.478,
          "exitPrice": 1824.531,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 215
        },
        {
          "entryTs": 1656425640,
          "entryUtc": "2022-06-28T14:14:00.000Z",
          "exitTs": 1656495000,
          "dir": -1,
          "entryPrice": 1822.683,
          "exitPrice": 1815.38,
          "stopDistance": 3.652,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 1156
        },
        {
          "entryTs": 1656498000,
          "entryUtc": "2022-06-29T10:20:00.000Z",
          "exitTs": 1656498900,
          "dir": -1,
          "entryPrice": 1817.778,
          "exitPrice": 1820.627,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 15
        },
        {
          "entryTs": 1656509460,
          "entryUtc": "2022-06-29T13:31:00.000Z",
          "exitTs": 1656510060,
          "dir": 1,
          "entryPrice": 1828.423,
          "exitPrice": 1824.367,
          "stopDistance": 4.056,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 10
        },
        {
          "entryTs": 1656547380,
          "entryUtc": "2022-06-30T00:03:00.000Z",
          "exitTs": 1656556080,
          "dir": 1,
          "entryPrice": 1817.923,
          "exitPrice": 1821.591,
          "stopDistance": 1.834,
          "outcome": "target",
          "netR": 1.7983,
          "holdMinutes": 145
        },
        {
          "entryTs": 1656557340,
          "entryUtc": "2022-06-30T02:49:00.000Z",
          "exitTs": 1656559860,
          "dir": 1,
          "entryPrice": 1819.841,
          "exitPrice": 1817.947,
          "stopDistance": 1.893,
          "outcome": "stop",
          "netR": -1.2219,
          "holdMinutes": 42
        },
        {
          "entryTs": 1656578880,
          "entryUtc": "2022-06-30T08:48:00.000Z",
          "exitTs": 1656582300,
          "dir": -1,
          "entryPrice": 1815.789,
          "exitPrice": 1811.229,
          "stopDistance": 2.28,
          "outcome": "target",
          "netR": 1.8377,
          "holdMinutes": 57
        },
        {
          "entryTs": 1656592920,
          "entryUtc": "2022-06-30T12:42:00.000Z",
          "exitTs": 1656592920,
          "dir": -1,
          "entryPrice": 1814.18,
          "exitPrice": 1816.92,
          "stopDistance": 2.74,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 0
        },
        {
          "entryTs": 1656598860,
          "entryUtc": "2022-06-30T14:21:00.000Z",
          "exitTs": 1656600480,
          "dir": 1,
          "entryPrice": 1813.783,
          "exitPrice": 1807.881,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 27
        },
        {
          "entryTs": 1656617580,
          "entryUtc": "2022-06-30T19:33:00.000Z",
          "exitTs": 1656653760,
          "dir": -1,
          "entryPrice": 1807.558,
          "exitPrice": 1799.034,
          "stopDistance": 4.262,
          "outcome": "target",
          "netR": 1.9132,
          "holdMinutes": 603
        },
        {
          "entryTs": 1656655320,
          "entryUtc": "2022-07-01T06:02:00.000Z",
          "exitTs": 1656659460,
          "dir": -1,
          "entryPrice": 1799.043,
          "exitPrice": 1792.993,
          "stopDistance": 3.025,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 69
        },
        {
          "entryTs": 1656660600,
          "entryUtc": "2022-07-01T07:30:00.000Z",
          "exitTs": 1656671460,
          "dir": -1,
          "entryPrice": 1797.645,
          "exitPrice": 1790.654,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 181
        },
        {
          "entryTs": 1656680640,
          "entryUtc": "2022-07-01T13:04:00.000Z",
          "exitTs": 1656680700,
          "dir": -1,
          "entryPrice": 1794.072,
          "exitPrice": 1797.661,
          "stopDistance": 3.589,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656683100,
          "entryUtc": "2022-07-01T13:45:00.000Z",
          "exitTs": 1656685020,
          "dir": 1,
          "entryPrice": 1791.44,
          "exitPrice": 1802.228,
          "stopDistance": 5.394,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 32
        },
        {
          "entryTs": 1656694680,
          "entryUtc": "2022-07-01T16:58:00.000Z",
          "exitTs": 1656885600,
          "dir": 1,
          "entryPrice": 1799.851,
          "exitPrice": 1810.914,
          "stopDistance": 6.518,
          "outcome": "time",
          "netR": 1.6405,
          "holdMinutes": 3182
        },
        {
          "entryTs": 1656891960,
          "entryUtc": "2022-07-03T23:46:00.000Z",
          "exitTs": 1656929100,
          "dir": 1,
          "entryPrice": 1808.358,
          "exitPrice": 1804.45,
          "stopDistance": 3.908,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 619
        },
        {
          "entryTs": 1656933540,
          "entryUtc": "2022-07-04T11:19:00.000Z",
          "exitTs": 1656945180,
          "dir": -1,
          "entryPrice": 1807.253,
          "exitPrice": 1809.848,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 194
        },
        {
          "entryTs": 1656946860,
          "entryUtc": "2022-07-04T15:01:00.000Z",
          "exitTs": 1656948780,
          "dir": 1,
          "entryPrice": 1808.986,
          "exitPrice": 1806.403,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 32
        },
        {
          "entryTs": 1656999000,
          "entryUtc": "2022-07-05T05:30:00.000Z",
          "exitTs": 1657003560,
          "dir": 1,
          "entryPrice": 1810.256,
          "exitPrice": 1808.343,
          "stopDistance": 1.913,
          "outcome": "stop",
          "netR": -1.2196,
          "holdMinutes": 76
        },
        {
          "entryTs": 1657023360,
          "entryUtc": "2022-07-05T12:16:00.000Z",
          "exitTs": 1657026540,
          "dir": -1,
          "entryPrice": 1801.811,
          "exitPrice": 1795.906,
          "stopDistance": 2.952,
          "outcome": "target",
          "netR": 1.8747,
          "holdMinutes": 53
        },
        {
          "entryTs": 1657045680,
          "entryUtc": "2022-07-05T18:28:00.000Z",
          "exitTs": 1657115400,
          "dir": -1,
          "entryPrice": 1767.518,
          "exitPrice": 1756.074,
          "stopDistance": 5.722,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 1162
        },
        {
          "entryTs": 1657157220,
          "entryUtc": "2022-07-07T01:27:00.000Z",
          "exitTs": 1657158480,
          "dir": 1,
          "entryPrice": 1739.961,
          "exitPrice": 1737.025,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 21
        },
        {
          "entryTs": 1657159320,
          "entryUtc": "2022-07-07T02:02:00.000Z",
          "exitTs": 1657161840,
          "dir": -1,
          "entryPrice": 1739.386,
          "exitPrice": 1742.23,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 42
        },
        {
          "entryTs": 1657199580,
          "entryUtc": "2022-07-07T13:13:00.000Z",
          "exitTs": 1657201200,
          "dir": -1,
          "entryPrice": 1741.681,
          "exitPrice": 1745.264,
          "stopDistance": 3.583,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 27
        },
        {
          "entryTs": 1657205520,
          "entryUtc": "2022-07-07T14:52:00.000Z",
          "exitTs": 1657221360,
          "dir": 1,
          "entryPrice": 1743.271,
          "exitPrice": 1738.981,
          "stopDistance": 4.29,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 264
        },
        {
          "entryTs": 1657236960,
          "entryUtc": "2022-07-07T23:36:00.000Z",
          "exitTs": 1657238400,
          "dir": -1,
          "entryPrice": 1739.913,
          "exitPrice": 1741.877,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 24
        },
        {
          "entryTs": 1657255800,
          "entryUtc": "2022-07-08T04:50:00.000Z",
          "exitTs": 1657260480,
          "dir": -1,
          "entryPrice": 1741.411,
          "exitPrice": 1743.617,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 78
        },
        {
          "entryTs": 1657263660,
          "entryUtc": "2022-07-08T07:01:00.000Z",
          "exitTs": 1657265220,
          "dir": 1,
          "entryPrice": 1741.846,
          "exitPrice": 1739.373,
          "stopDistance": 2.473,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 26
        },
        {
          "entryTs": 1657267620,
          "entryUtc": "2022-07-08T08:07:00.000Z",
          "exitTs": 1657268700,
          "dir": -1,
          "entryPrice": 1741.218,
          "exitPrice": 1735.999,
          "stopDistance": 2.609,
          "outcome": "target",
          "netR": 1.8582,
          "holdMinutes": 18
        },
        {
          "entryTs": 1657269240,
          "entryUtc": "2022-07-08T08:34:00.000Z",
          "exitTs": 1657282320,
          "dir": -1,
          "entryPrice": 1739.641,
          "exitPrice": 1743.9,
          "stopDistance": 4.259,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 218
        },
        {
          "entryTs": 1657282800,
          "entryUtc": "2022-07-08T12:20:00.000Z",
          "exitTs": 1657283400,
          "dir": 1,
          "entryPrice": 1741.648,
          "exitPrice": 1737.752,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 10
        },
        {
          "entryTs": 1657284780,
          "entryUtc": "2022-07-08T12:53:00.000Z",
          "exitTs": 1657286340,
          "dir": -1,
          "entryPrice": 1737.948,
          "exitPrice": 1742.978,
          "stopDistance": 5.03,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 26
        },
        {
          "entryTs": 1657295820,
          "entryUtc": "2022-07-08T15:57:00.000Z",
          "exitTs": 1657490400,
          "dir": 1,
          "entryPrice": 1742.371,
          "exitPrice": 1741.714,
          "stopDistance": 5.821,
          "outcome": "time",
          "netR": -0.1764,
          "holdMinutes": 3243
        },
        {
          "entryTs": 1657495440,
          "entryUtc": "2022-07-10T23:24:00.000Z",
          "exitTs": 1657498680,
          "dir": 1,
          "entryPrice": 1742.79,
          "exitPrice": 1739.921,
          "stopDistance": 2.869,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 54
        },
        {
          "entryTs": 1657505340,
          "entryUtc": "2022-07-11T02:09:00.000Z",
          "exitTs": 1657525800,
          "dir": -1,
          "entryPrice": 1741.548,
          "exitPrice": 1735.996,
          "stopDistance": 2.776,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 341
        },
        {
          "entryTs": 1657530780,
          "entryUtc": "2022-07-11T09:13:00.000Z",
          "exitTs": 1657533240,
          "dir": -1,
          "entryPrice": 1739.448,
          "exitPrice": 1734.827,
          "stopDistance": 2.31,
          "outcome": "target",
          "netR": 1.8398,
          "holdMinutes": 41
        },
        {
          "entryTs": 1657537740,
          "entryUtc": "2022-07-11T11:09:00.000Z",
          "exitTs": 1657547460,
          "dir": -1,
          "entryPrice": 1737.234,
          "exitPrice": 1739.901,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 162
        },
        {
          "entryTs": 1657549200,
          "entryUtc": "2022-07-11T14:20:00.000Z",
          "exitTs": 1657557000,
          "dir": 1,
          "entryPrice": 1738.085,
          "exitPrice": 1734.541,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 130
        },
        {
          "entryTs": 1657585620,
          "entryUtc": "2022-07-12T00:27:00.000Z",
          "exitTs": 1657586280,
          "dir": 1,
          "entryPrice": 1734.213,
          "exitPrice": 1732.252,
          "stopDistance": 1.961,
          "outcome": "stop",
          "netR": -1.2142,
          "holdMinutes": 11
        },
        {
          "entryTs": 1657589400,
          "entryUtc": "2022-07-12T01:30:00.000Z",
          "exitTs": 1657589400,
          "dir": -1,
          "entryPrice": 1733.113,
          "exitPrice": 1735.2,
          "stopDistance": 2.087,
          "outcome": "stop",
          "netR": -1.2012,
          "holdMinutes": 0
        },
        {
          "entryTs": 1657600200,
          "entryUtc": "2022-07-12T04:30:00.000Z",
          "exitTs": 1657624980,
          "dir": 1,
          "entryPrice": 1729.713,
          "exitPrice": 1739.1,
          "stopDistance": 4.693,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 413
        },
        {
          "entryTs": 1657626300,
          "entryUtc": "2022-07-12T11:45:00.000Z",
          "exitTs": 1657630140,
          "dir": 1,
          "entryPrice": 1735.358,
          "exitPrice": 1731.256,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 64
        },
        {
          "entryTs": 1657639500,
          "entryUtc": "2022-07-12T15:25:00.000Z",
          "exitTs": 1657655760,
          "dir": -1,
          "entryPrice": 1732.946,
          "exitPrice": 1724.533,
          "stopDistance": 4.206,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 271
        },
        {
          "entryTs": 1657673400,
          "entryUtc": "2022-07-13T00:50:00.000Z",
          "exitTs": 1657674420,
          "dir": -1,
          "entryPrice": 1725.208,
          "exitPrice": 1727.248,
          "stopDistance": 2.04,
          "outcome": "stop",
          "netR": -1.2059,
          "holdMinutes": 17
        },
        {
          "entryTs": 1657674900,
          "entryUtc": "2022-07-13T01:15:00.000Z",
          "exitTs": 1657693020,
          "dir": 1,
          "entryPrice": 1726.273,
          "exitPrice": 1723.96,
          "stopDistance": 2.313,
          "outcome": "stop",
          "netR": -1.1816,
          "holdMinutes": 302
        },
        {
          "entryTs": 1657694220,
          "entryUtc": "2022-07-13T06:37:00.000Z",
          "exitTs": 1657698780,
          "dir": -1,
          "entryPrice": 1724.813,
          "exitPrice": 1727.276,
          "stopDistance": 2.463,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 76
        },
        {
          "entryTs": 1657707000,
          "entryUtc": "2022-07-13T10:10:00.000Z",
          "exitTs": 1657715400,
          "dir": 1,
          "entryPrice": 1727.052,
          "exitPrice": 1724.03,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 140
        },
        {
          "entryTs": 1657716600,
          "entryUtc": "2022-07-13T12:50:00.000Z",
          "exitTs": 1657719360,
          "dir": -1,
          "entryPrice": 1719.353,
          "exitPrice": 1724.232,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 46
        },
        {
          "entryTs": 1657749720,
          "entryUtc": "2022-07-13T22:02:00.000Z",
          "exitTs": 1657761180,
          "dir": -1,
          "entryPrice": 1735.876,
          "exitPrice": 1727.044,
          "stopDistance": 4.416,
          "outcome": "target",
          "netR": 1.9162,
          "holdMinutes": 191
        },
        {
          "entryTs": 1657774320,
          "entryUtc": "2022-07-14T04:52:00.000Z",
          "exitTs": 1657779120,
          "dir": 1,
          "entryPrice": 1728.959,
          "exitPrice": 1725.467,
          "stopDistance": 3.492,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 80
        },
        {
          "entryTs": 1657797780,
          "entryUtc": "2022-07-14T11:23:00.000Z",
          "exitTs": 1657803720,
          "dir": -1,
          "entryPrice": 1714.066,
          "exitPrice": 1706.393,
          "stopDistance": 3.836,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 99
        },
        {
          "entryTs": 1657813320,
          "entryUtc": "2022-07-14T15:42:00.000Z",
          "exitTs": 1657867320,
          "dir": -1,
          "entryPrice": 1711.806,
          "exitPrice": 1702.249,
          "stopDistance": 4.779,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 900
        },
        {
          "entryTs": 1657881360,
          "entryUtc": "2022-07-15T10:36:00.000Z",
          "exitTs": 1657882440,
          "dir": -1,
          "entryPrice": 1703.167,
          "exitPrice": 1706.197,
          "stopDistance": 3.03,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 18
        },
        {
          "entryTs": 1657887780,
          "entryUtc": "2022-07-15T12:23:00.000Z",
          "exitTs": 1657888320,
          "dir": 1,
          "entryPrice": 1704.042,
          "exitPrice": 1700.896,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 9
        },
        {
          "entryTs": 1657891320,
          "entryUtc": "2022-07-15T13:22:00.000Z",
          "exitTs": 1657892940,
          "dir": 1,
          "entryPrice": 1707.375,
          "exitPrice": 1702.44,
          "stopDistance": 4.935,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 27
        },
        {
          "entryTs": 1658123700,
          "entryUtc": "2022-07-18T05:55:00.000Z",
          "exitTs": 1658125740,
          "dir": 1,
          "entryPrice": 1715.725,
          "exitPrice": 1713.358,
          "stopDistance": 2.367,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 34
        },
        {
          "entryTs": 1658127720,
          "entryUtc": "2022-07-18T07:02:00.000Z",
          "exitTs": 1658128860,
          "dir": -1,
          "entryPrice": 1714.973,
          "exitPrice": 1717.679,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 19
        },
        {
          "entryTs": 1658138940,
          "entryUtc": "2022-07-18T10:09:00.000Z",
          "exitTs": 1658140740,
          "dir": 1,
          "entryPrice": 1719.791,
          "exitPrice": 1716.648,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 30
        },
        {
          "entryTs": 1658150880,
          "entryUtc": "2022-07-18T13:28:00.000Z",
          "exitTs": 1658157180,
          "dir": -1,
          "entryPrice": 1717.752,
          "exitPrice": 1710.519,
          "stopDistance": 3.616,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 105
        },
        {
          "entryTs": 1658190960,
          "entryUtc": "2022-07-19T00:36:00.000Z",
          "exitTs": 1658202780,
          "dir": -1,
          "entryPrice": 1707.026,
          "exitPrice": 1709.258,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 197
        },
        {
          "entryTs": 1658205360,
          "entryUtc": "2022-07-19T04:36:00.000Z",
          "exitTs": 1658217780,
          "dir": 1,
          "entryPrice": 1707.56,
          "exitPrice": 1711.843,
          "stopDistance": 2.142,
          "outcome": "target",
          "netR": 1.8272,
          "holdMinutes": 207
        },
        {
          "entryTs": 1658257860,
          "entryUtc": "2022-07-19T19:11:00.000Z",
          "exitTs": 1658323800,
          "dir": -1,
          "entryPrice": 1711.324,
          "exitPrice": 1714.074,
          "stopDistance": 2.75,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 1099
        },
        {
          "entryTs": 1658324640,
          "entryUtc": "2022-07-20T13:44:00.000Z",
          "exitTs": 1658331000,
          "dir": 1,
          "entryPrice": 1710.034,
          "exitPrice": 1706.35,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 106
        },
        {
          "entryTs": 1658371380,
          "entryUtc": "2022-07-21T02:43:00.000Z",
          "exitTs": 1658387340,
          "dir": -1,
          "entryPrice": 1693.477,
          "exitPrice": 1688.199,
          "stopDistance": 2.639,
          "outcome": "target",
          "netR": 1.8598,
          "holdMinutes": 266
        },
        {
          "entryTs": 1658388240,
          "entryUtc": "2022-07-21T07:24:00.000Z",
          "exitTs": 1658393280,
          "dir": -1,
          "entryPrice": 1691.036,
          "exitPrice": 1685.959,
          "stopDistance": 2.539,
          "outcome": "target",
          "netR": 1.8542,
          "holdMinutes": 84
        },
        {
          "entryTs": 1658400540,
          "entryUtc": "2022-07-21T10:49:00.000Z",
          "exitTs": 1658406000,
          "dir": -1,
          "entryPrice": 1683.821,
          "exitPrice": 1687.399,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 91
        },
        {
          "entryTs": 1658454060,
          "entryUtc": "2022-07-22T01:41:00.000Z",
          "exitTs": 1658461860,
          "dir": -1,
          "entryPrice": 1717.408,
          "exitPrice": 1712.787,
          "stopDistance": 2.311,
          "outcome": "target",
          "netR": 1.8399,
          "holdMinutes": 130
        },
        {
          "entryTs": 1658475240,
          "entryUtc": "2022-07-22T07:34:00.000Z",
          "exitTs": 1658481780,
          "dir": 1,
          "entryPrice": 1716.113,
          "exitPrice": 1720.763,
          "stopDistance": 2.325,
          "outcome": "target",
          "netR": 1.8408,
          "holdMinutes": 109
        },
        {
          "entryTs": 1658492400,
          "entryUtc": "2022-07-22T12:20:00.000Z",
          "exitTs": 1658497500,
          "dir": 1,
          "entryPrice": 1724.977,
          "exitPrice": 1731.951,
          "stopDistance": 3.487,
          "outcome": "target",
          "netR": 1.8939,
          "holdMinutes": 85
        },
        {
          "entryTs": 1658500200,
          "entryUtc": "2022-07-22T14:30:00.000Z",
          "exitTs": 1658513040,
          "dir": 1,
          "entryPrice": 1730.251,
          "exitPrice": 1725.16,
          "stopDistance": 5.091,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 214
        },
        {
          "entryTs": 1658715780,
          "entryUtc": "2022-07-25T02:23:00.000Z",
          "exitTs": 1658719200,
          "dir": -1,
          "entryPrice": 1725.528,
          "exitPrice": 1728.268,
          "stopDistance": 2.74,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 57
        },
        {
          "entryTs": 1658735280,
          "entryUtc": "2022-07-25T07:48:00.000Z",
          "exitTs": 1658740680,
          "dir": 1,
          "entryPrice": 1725.916,
          "exitPrice": 1730.909,
          "stopDistance": 2.497,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 90
        },
        {
          "entryTs": 1658749020,
          "entryUtc": "2022-07-25T11:37:00.000Z",
          "exitTs": 1658750460,
          "dir": 1,
          "entryPrice": 1727.885,
          "exitPrice": 1725.126,
          "stopDistance": 2.759,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 24
        },
        {
          "entryTs": 1658773980,
          "entryUtc": "2022-07-25T18:33:00.000Z",
          "exitTs": 1658798460,
          "dir": 1,
          "entryPrice": 1718.191,
          "exitPrice": 1724.85,
          "stopDistance": 3.329,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 408
        },
        {
          "entryTs": 1658817300,
          "entryUtc": "2022-07-26T06:35:00.000Z",
          "exitTs": 1658819940,
          "dir": 1,
          "entryPrice": 1722.831,
          "exitPrice": 1727.49,
          "stopDistance": 2.329,
          "outcome": "target",
          "netR": 1.8412,
          "holdMinutes": 44
        },
        {
          "entryTs": 1658838900,
          "entryUtc": "2022-07-26T12:35:00.000Z",
          "exitTs": 1658846820,
          "dir": -1,
          "entryPrice": 1720.321,
          "exitPrice": 1714.758,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 132
        },
        {
          "entryTs": 1658857560,
          "entryUtc": "2022-07-26T17:46:00.000Z",
          "exitTs": 1658897340,
          "dir": 1,
          "entryPrice": 1717.521,
          "exitPrice": 1714.074,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 663
        },
        {
          "entryTs": 1658898660,
          "entryUtc": "2022-07-27T05:11:00.000Z",
          "exitTs": 1658900580,
          "dir": -1,
          "entryPrice": 1715.673,
          "exitPrice": 1717.731,
          "stopDistance": 2.058,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 32
        },
        {
          "entryTs": 1658919540,
          "entryUtc": "2022-07-27T10:59:00.000Z",
          "exitTs": 1658926920,
          "dir": 1,
          "entryPrice": 1720.197,
          "exitPrice": 1717.492,
          "stopDistance": 2.705,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 123
        },
        {
          "entryTs": 1658970120,
          "entryUtc": "2022-07-28T01:02:00.000Z",
          "exitTs": 1658992140,
          "dir": 1,
          "entryPrice": 1735.631,
          "exitPrice": 1743.789,
          "stopDistance": 4.079,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 367
        },
        {
          "entryTs": 1659002280,
          "entryUtc": "2022-07-28T09:58:00.000Z",
          "exitTs": 1659007380,
          "dir": 1,
          "entryPrice": 1741.396,
          "exitPrice": 1737.785,
          "stopDistance": 3.611,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 85
        },
        {
          "entryTs": 1659011400,
          "entryUtc": "2022-07-28T12:30:00.000Z",
          "exitTs": 1659011700,
          "dir": -1,
          "entryPrice": 1741.502,
          "exitPrice": 1745.123,
          "stopDistance": 3.621,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 5
        },
        {
          "entryTs": 1659013200,
          "entryUtc": "2022-07-28T13:00:00.000Z",
          "exitTs": 1659014880,
          "dir": 1,
          "entryPrice": 1742.975,
          "exitPrice": 1752.14,
          "stopDistance": 4.583,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 28
        },
        {
          "entryTs": 1659034440,
          "entryUtc": "2022-07-28T18:54:00.000Z",
          "exitTs": 1659039900,
          "dir": -1,
          "entryPrice": 1752.758,
          "exitPrice": 1756.825,
          "stopDistance": 4.067,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 91
        },
        {
          "entryTs": 1659053760,
          "entryUtc": "2022-07-29T00:16:00.000Z",
          "exitTs": 1659064140,
          "dir": -1,
          "entryPrice": 1754.628,
          "exitPrice": 1756.882,
          "stopDistance": 2.254,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 173
        },
        {
          "entryTs": 1659082260,
          "entryUtc": "2022-07-29T08:11:00.000Z",
          "exitTs": 1659086280,
          "dir": 1,
          "entryPrice": 1763.541,
          "exitPrice": 1760.695,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 67
        },
        {
          "entryTs": 1659091740,
          "entryUtc": "2022-07-29T10:49:00.000Z",
          "exitTs": 1659096780,
          "dir": -1,
          "entryPrice": 1763.219,
          "exitPrice": 1756.335,
          "stopDistance": 3.442,
          "outcome": "target",
          "netR": 1.8925,
          "holdMinutes": 84
        },
        {
          "entryTs": 1659097200,
          "entryUtc": "2022-07-29T12:20:00.000Z",
          "exitTs": 1659103200,
          "dir": -1,
          "entryPrice": 1759.753,
          "exitPrice": 1752.017,
          "stopDistance": 3.868,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 100
        },
        {
          "entryTs": 1659105420,
          "entryUtc": "2022-07-29T14:37:00.000Z",
          "exitTs": 1659106860,
          "dir": -1,
          "entryPrice": 1759.438,
          "exitPrice": 1763.883,
          "stopDistance": 4.445,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 24
        },
        {
          "entryTs": 1659125700,
          "entryUtc": "2022-07-29T20:15:00.000Z",
          "exitTs": 1659304800,
          "dir": -1,
          "entryPrice": 1763.571,
          "exitPrice": 1764.714,
          "stopDistance": 3.532,
          "outcome": "time",
          "netR": -0.4283,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1659323760,
          "entryUtc": "2022-08-01T03:16:00.000Z",
          "exitTs": 1659328980,
          "dir": 1,
          "entryPrice": 1762.451,
          "exitPrice": 1759.741,
          "stopDistance": 2.71,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 87
        },
        {
          "entryTs": 1659334680,
          "entryUtc": "2022-08-01T06:18:00.000Z",
          "exitTs": 1659336300,
          "dir": -1,
          "entryPrice": 1761.868,
          "exitPrice": 1764.095,
          "stopDistance": 2.227,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 27
        },
        {
          "entryTs": 1659357660,
          "entryUtc": "2022-08-01T12:41:00.000Z",
          "exitTs": 1659359520,
          "dir": 1,
          "entryPrice": 1766.596,
          "exitPrice": 1773.095,
          "stopDistance": 3.249,
          "outcome": "target",
          "netR": 1.8861,
          "holdMinutes": 31
        },
        {
          "entryTs": 1659410640,
          "entryUtc": "2022-08-02T03:24:00.000Z",
          "exitTs": 1659425700,
          "dir": 1,
          "entryPrice": 1773.373,
          "exitPrice": 1770.932,
          "stopDistance": 2.441,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 251
        },
        {
          "entryTs": 1659430320,
          "entryUtc": "2022-08-02T08:52:00.000Z",
          "exitTs": 1659438420,
          "dir": -1,
          "entryPrice": 1773.297,
          "exitPrice": 1776.329,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 135
        },
        {
          "entryTs": 1659448140,
          "entryUtc": "2022-08-02T13:49:00.000Z",
          "exitTs": 1659448800,
          "dir": 1,
          "entryPrice": 1774.943,
          "exitPrice": 1781.125,
          "stopDistance": 3.091,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 11
        },
        {
          "entryTs": 1659512580,
          "entryUtc": "2022-08-03T07:43:00.000Z",
          "exitTs": 1659522180,
          "dir": -1,
          "entryPrice": 1768.103,
          "exitPrice": 1761.644,
          "stopDistance": 3.23,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 160
        },
        {
          "entryTs": 1659524400,
          "entryUtc": "2022-08-03T11:00:00.000Z",
          "exitTs": 1659526020,
          "dir": -1,
          "entryPrice": 1763.482,
          "exitPrice": 1766.771,
          "stopDistance": 3.289,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 27
        },
        {
          "entryTs": 1659534300,
          "entryUtc": "2022-08-03T13:45:00.000Z",
          "exitTs": 1659535200,
          "dir": 1,
          "entryPrice": 1764.732,
          "exitPrice": 1760.865,
          "stopDistance": 3.867,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 15
        },
        {
          "entryTs": 1659552060,
          "entryUtc": "2022-08-03T18:41:00.000Z",
          "exitTs": 1659575520,
          "dir": 1,
          "entryPrice": 1760.214,
          "exitPrice": 1767.473,
          "stopDistance": 3.63,
          "outcome": "target",
          "netR": 1.8981,
          "holdMinutes": 391
        },
        {
          "entryTs": 1659592560,
          "entryUtc": "2022-08-04T05:56:00.000Z",
          "exitTs": 1659592680,
          "dir": 1,
          "entryPrice": 1771.896,
          "exitPrice": 1769.799,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2002,
          "holdMinutes": 2
        },
        {
          "entryTs": 1659592800,
          "entryUtc": "2022-08-04T06:00:00.000Z",
          "exitTs": 1659597180,
          "dir": -1,
          "entryPrice": 1770.559,
          "exitPrice": 1773.008,
          "stopDistance": 2.449,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 73
        },
        {
          "entryTs": 1659617940,
          "entryUtc": "2022-08-04T12:59:00.000Z",
          "exitTs": 1659618120,
          "dir": 1,
          "entryPrice": 1780.628,
          "exitPrice": 1777.691,
          "stopDistance": 2.937,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 3
        },
        {
          "entryTs": 1659621480,
          "entryUtc": "2022-08-04T13:58:00.000Z",
          "exitTs": 1659622560,
          "dir": -1,
          "entryPrice": 1782.655,
          "exitPrice": 1786.605,
          "stopDistance": 3.95,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 18
        },
        {
          "entryTs": 1659655260,
          "entryUtc": "2022-08-04T23:21:00.000Z",
          "exitTs": 1659687540,
          "dir": -1,
          "entryPrice": 1792.823,
          "exitPrice": 1786.484,
          "stopDistance": 3.169,
          "outcome": "target",
          "netR": 1.8833,
          "holdMinutes": 538
        },
        {
          "entryTs": 1659694620,
          "entryUtc": "2022-08-05T10:17:00.000Z",
          "exitTs": 1659702600,
          "dir": -1,
          "entryPrice": 1786.695,
          "exitPrice": 1781.267,
          "stopDistance": 2.714,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 133
        },
        {
          "entryTs": 1659946920,
          "entryUtc": "2022-08-08T08:22:00.000Z",
          "exitTs": 1659948060,
          "dir": 1,
          "entryPrice": 1774.767,
          "exitPrice": 1772.496,
          "stopDistance": 2.271,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 19
        },
        {
          "entryTs": 1659999780,
          "entryUtc": "2022-08-08T23:03:00.000Z",
          "exitTs": 1660007940,
          "dir": 1,
          "entryPrice": 1787.896,
          "exitPrice": 1785.487,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 136
        },
        {
          "entryTs": 1660026000,
          "entryUtc": "2022-08-09T06:20:00.000Z",
          "exitTs": 1660026180,
          "dir": 1,
          "entryPrice": 1786.061,
          "exitPrice": 1784.412,
          "stopDistance": 1.649,
          "outcome": "stop",
          "netR": -1.2547,
          "holdMinutes": 3
        },
        {
          "entryTs": 1660027020,
          "entryUtc": "2022-08-09T06:37:00.000Z",
          "exitTs": 1660031820,
          "dir": -1,
          "entryPrice": 1785.408,
          "exitPrice": 1787.432,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 80
        },
        {
          "entryTs": 1660042440,
          "entryUtc": "2022-08-09T10:54:00.000Z",
          "exitTs": 1660047480,
          "dir": 1,
          "entryPrice": 1791.32,
          "exitPrice": 1788.125,
          "stopDistance": 3.196,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 84
        },
        {
          "entryTs": 1660047660,
          "entryUtc": "2022-08-09T12:21:00.000Z",
          "exitTs": 1660050300,
          "dir": -1,
          "entryPrice": 1791.953,
          "exitPrice": 1795.107,
          "stopDistance": 3.154,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 44
        },
        {
          "entryTs": 1660057020,
          "entryUtc": "2022-08-09T14:57:00.000Z",
          "exitTs": 1660108560,
          "dir": 1,
          "entryPrice": 1792.093,
          "exitPrice": 1788.675,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 859
        },
        {
          "entryTs": 1660114980,
          "entryUtc": "2022-08-10T07:03:00.000Z",
          "exitTs": 1660121520,
          "dir": -1,
          "entryPrice": 1791.028,
          "exitPrice": 1792.821,
          "stopDistance": 1.793,
          "outcome": "stop",
          "netR": -1.2342,
          "holdMinutes": 109
        },
        {
          "entryTs": 1660129200,
          "entryUtc": "2022-08-10T11:00:00.000Z",
          "exitTs": 1660134540,
          "dir": 1,
          "entryPrice": 1790.143,
          "exitPrice": 1787.788,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 89
        },
        {
          "entryTs": 1660136280,
          "entryUtc": "2022-08-10T12:58:00.000Z",
          "exitTs": 1660136520,
          "dir": 1,
          "entryPrice": 1798.461,
          "exitPrice": 1793.912,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660196160,
          "entryUtc": "2022-08-11T05:36:00.000Z",
          "exitTs": 1660202460,
          "dir": -1,
          "entryPrice": 1785.593,
          "exitPrice": 1787.822,
          "stopDistance": 2.229,
          "outcome": "stop",
          "netR": -1.1884,
          "holdMinutes": 105
        },
        {
          "entryTs": 1660205280,
          "entryUtc": "2022-08-11T08:08:00.000Z",
          "exitTs": 1660212840,
          "dir": 1,
          "entryPrice": 1785.849,
          "exitPrice": 1791.087,
          "stopDistance": 2.619,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 126
        },
        {
          "entryTs": 1660250340,
          "entryUtc": "2022-08-11T20:39:00.000Z",
          "exitTs": 1660277940,
          "dir": -1,
          "entryPrice": 1789.271,
          "exitPrice": 1792.14,
          "stopDistance": 2.869,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 460
        },
        {
          "entryTs": 1660289460,
          "entryUtc": "2022-08-12T07:31:00.000Z",
          "exitTs": 1660289760,
          "dir": 1,
          "entryPrice": 1791.609,
          "exitPrice": 1789.553,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 5
        },
        {
          "entryTs": 1660303200,
          "entryUtc": "2022-08-12T11:20:00.000Z",
          "exitTs": 1660304640,
          "dir": 1,
          "entryPrice": 1787.583,
          "exitPrice": 1784.855,
          "stopDistance": 2.728,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660305000,
          "entryUtc": "2022-08-12T11:50:00.000Z",
          "exitTs": 1660306800,
          "dir": -1,
          "entryPrice": 1786.616,
          "exitPrice": 1789.713,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 30
        },
        {
          "entryTs": 1660524900,
          "entryUtc": "2022-08-15T00:55:00.000Z",
          "exitTs": 1660528920,
          "dir": -1,
          "entryPrice": 1801.018,
          "exitPrice": 1796.585,
          "stopDistance": 2.216,
          "outcome": "target",
          "netR": 1.8331,
          "holdMinutes": 67
        },
        {
          "entryTs": 1660564440,
          "entryUtc": "2022-08-15T11:54:00.000Z",
          "exitTs": 1660566120,
          "dir": -1,
          "entryPrice": 1775.778,
          "exitPrice": 1779.188,
          "stopDistance": 3.41,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 28
        },
        {
          "entryTs": 1660567260,
          "entryUtc": "2022-08-15T12:41:00.000Z",
          "exitTs": 1660567620,
          "dir": 1,
          "entryPrice": 1780.136,
          "exitPrice": 1775.545,
          "stopDistance": 4.591,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 6
        },
        {
          "entryTs": 1660586580,
          "entryUtc": "2022-08-15T18:03:00.000Z",
          "exitTs": 1660636800,
          "dir": 1,
          "entryPrice": 1779.273,
          "exitPrice": 1775.479,
          "stopDistance": 3.794,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 837
        },
        {
          "entryTs": 1660647960,
          "entryUtc": "2022-08-16T11:06:00.000Z",
          "exitTs": 1660653120,
          "dir": 1,
          "entryPrice": 1775.876,
          "exitPrice": 1773.224,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 86
        },
        {
          "entryTs": 1660654920,
          "entryUtc": "2022-08-16T13:02:00.000Z",
          "exitTs": 1660661280,
          "dir": -1,
          "entryPrice": 1774.689,
          "exitPrice": 1778.296,
          "stopDistance": 3.606,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 106
        },
        {
          "entryTs": 1660667100,
          "entryUtc": "2022-08-16T16:25:00.000Z",
          "exitTs": 1660712460,
          "dir": -1,
          "entryPrice": 1775.616,
          "exitPrice": 1779.092,
          "stopDistance": 3.476,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 756
        },
        {
          "entryTs": 1660718700,
          "entryUtc": "2022-08-17T06:45:00.000Z",
          "exitTs": 1660721160,
          "dir": -1,
          "entryPrice": 1777.624,
          "exitPrice": 1773.751,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.8089,
          "holdMinutes": 41
        },
        {
          "entryTs": 1660738260,
          "entryUtc": "2022-08-17T12:11:00.000Z",
          "exitTs": 1660739700,
          "dir": -1,
          "entryPrice": 1770.807,
          "exitPrice": 1765.256,
          "stopDistance": 2.776,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660759440,
          "entryUtc": "2022-08-17T18:04:00.000Z",
          "exitTs": 1660837260,
          "dir": -1,
          "entryPrice": 1768.056,
          "exitPrice": 1759.28,
          "stopDistance": 4.388,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 1297
        },
        {
          "entryTs": 1660864140,
          "entryUtc": "2022-08-18T23:09:00.000Z",
          "exitTs": 1660872720,
          "dir": -1,
          "entryPrice": 1758.228,
          "exitPrice": 1754.01,
          "stopDistance": 2.109,
          "outcome": "target",
          "netR": 1.8245,
          "holdMinutes": 143
        },
        {
          "entryTs": 1660877940,
          "entryUtc": "2022-08-19T02:59:00.000Z",
          "exitTs": 1660882380,
          "dir": -1,
          "entryPrice": 1757.381,
          "exitPrice": 1752.769,
          "stopDistance": 2.306,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 74
        },
        {
          "entryTs": 1660887840,
          "entryUtc": "2022-08-19T05:44:00.000Z",
          "exitTs": 1660903500,
          "dir": -1,
          "entryPrice": 1754.886,
          "exitPrice": 1750.033,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 261
        },
        {
          "entryTs": 1660906980,
          "entryUtc": "2022-08-19T11:03:00.000Z",
          "exitTs": 1660912380,
          "dir": -1,
          "entryPrice": 1752.138,
          "exitPrice": 1754.755,
          "stopDistance": 2.617,
          "outcome": "stop",
          "netR": -1.1605,
          "holdMinutes": 90
        },
        {
          "entryTs": 1660916340,
          "entryUtc": "2022-08-19T13:39:00.000Z",
          "exitTs": 1660917660,
          "dir": 1,
          "entryPrice": 1753.625,
          "exitPrice": 1750.316,
          "stopDistance": 3.308,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 22
        },
        {
          "entryTs": 1661122980,
          "entryUtc": "2022-08-21T23:03:00.000Z",
          "exitTs": 1661143980,
          "dir": 1,
          "entryPrice": 1746.643,
          "exitPrice": 1744.441,
          "stopDistance": 2.202,
          "outcome": "stop",
          "netR": -1.1907,
          "holdMinutes": 350
        },
        {
          "entryTs": 1661173920,
          "entryUtc": "2022-08-22T13:12:00.000Z",
          "exitTs": 1661175180,
          "dir": -1,
          "entryPrice": 1733.761,
          "exitPrice": 1737.341,
          "stopDistance": 3.58,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661191080,
          "entryUtc": "2022-08-22T17:58:00.000Z",
          "exitTs": 1661244240,
          "dir": 1,
          "entryPrice": 1735.889,
          "exitPrice": 1743.242,
          "stopDistance": 3.676,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 886
        },
        {
          "entryTs": 1661249340,
          "entryUtc": "2022-08-23T10:09:00.000Z",
          "exitTs": 1661257200,
          "dir": 1,
          "entryPrice": 1736.671,
          "exitPrice": 1734.038,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 131
        },
        {
          "entryTs": 1661258400,
          "entryUtc": "2022-08-23T12:40:00.000Z",
          "exitTs": 1661260980,
          "dir": -1,
          "entryPrice": 1735.208,
          "exitPrice": 1738.421,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 43
        },
        {
          "entryTs": 1661292480,
          "entryUtc": "2022-08-23T22:08:00.000Z",
          "exitTs": 1661302920,
          "dir": 1,
          "entryPrice": 1747.126,
          "exitPrice": 1744.723,
          "stopDistance": 2.403,
          "outcome": "stop",
          "netR": -1.1748,
          "holdMinutes": 174
        },
        {
          "entryTs": 1661314680,
          "entryUtc": "2022-08-24T04:18:00.000Z",
          "exitTs": 1661317980,
          "dir": -1,
          "entryPrice": 1745.661,
          "exitPrice": 1747.62,
          "stopDistance": 1.959,
          "outcome": "stop",
          "netR": -1.2144,
          "holdMinutes": 55
        },
        {
          "entryTs": 1661320680,
          "entryUtc": "2022-08-24T05:58:00.000Z",
          "exitTs": 1661325660,
          "dir": 1,
          "entryPrice": 1745.818,
          "exitPrice": 1744.174,
          "stopDistance": 1.644,
          "outcome": "stop",
          "netR": -1.2555,
          "holdMinutes": 83
        },
        {
          "entryTs": 1661336700,
          "entryUtc": "2022-08-24T10:25:00.000Z",
          "exitTs": 1661338080,
          "dir": 1,
          "entryPrice": 1746.224,
          "exitPrice": 1744.066,
          "stopDistance": 2.158,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 23
        },
        {
          "entryTs": 1661352000,
          "entryUtc": "2022-08-24T14:40:00.000Z",
          "exitTs": 1661354100,
          "dir": 1,
          "entryPrice": 1746.918,
          "exitPrice": 1754.618,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 35
        },
        {
          "entryTs": 1661367840,
          "entryUtc": "2022-08-24T19:04:00.000Z",
          "exitTs": 1661390280,
          "dir": 1,
          "entryPrice": 1749.318,
          "exitPrice": 1755.211,
          "stopDistance": 2.947,
          "outcome": "target",
          "netR": 1.8744,
          "holdMinutes": 374
        },
        {
          "entryTs": 1661398500,
          "entryUtc": "2022-08-25T03:35:00.000Z",
          "exitTs": 1661409300,
          "dir": 1,
          "entryPrice": 1755.871,
          "exitPrice": 1760.186,
          "stopDistance": 2.158,
          "outcome": "target",
          "netR": 1.8285,
          "holdMinutes": 180
        },
        {
          "entryTs": 1661419860,
          "entryUtc": "2022-08-25T09:31:00.000Z",
          "exitTs": 1661429640,
          "dir": 1,
          "entryPrice": 1762.606,
          "exitPrice": 1760.146,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 163
        },
        {
          "entryTs": 1661452620,
          "entryUtc": "2022-08-25T18:37:00.000Z",
          "exitTs": 1661478780,
          "dir": 1,
          "entryPrice": 1756.211,
          "exitPrice": 1753.125,
          "stopDistance": 3.086,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 436
        },
        {
          "entryTs": 1661491980,
          "entryUtc": "2022-08-26T05:33:00.000Z",
          "exitTs": 1661494860,
          "dir": 1,
          "entryPrice": 1754.224,
          "exitPrice": 1757.946,
          "stopDistance": 1.861,
          "outcome": "target",
          "netR": 1.8012,
          "holdMinutes": 48
        },
        {
          "entryTs": 1661496660,
          "entryUtc": "2022-08-26T06:51:00.000Z",
          "exitTs": 1661497620,
          "dir": 1,
          "entryPrice": 1756.136,
          "exitPrice": 1754.212,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 16
        },
        {
          "entryTs": 1661517000,
          "entryUtc": "2022-08-26T12:30:00.000Z",
          "exitTs": 1661517960,
          "dir": -1,
          "entryPrice": 1750.981,
          "exitPrice": 1745.659,
          "stopDistance": 2.661,
          "outcome": "target",
          "netR": 1.861,
          "holdMinutes": 16
        },
        {
          "entryTs": 1661523480,
          "entryUtc": "2022-08-26T14:18:00.000Z",
          "exitTs": 1661524020,
          "dir": 1,
          "entryPrice": 1750.303,
          "exitPrice": 1745.249,
          "stopDistance": 5.054,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 9
        },
        {
          "entryTs": 1661540820,
          "entryUtc": "2022-08-26T19:07:00.000Z",
          "exitTs": 1661724000,
          "dir": 1,
          "entryPrice": 1736.606,
          "exitPrice": 1735.775,
          "stopDistance": 4.467,
          "outcome": "time",
          "netR": -0.2689,
          "holdMinutes": 3053
        },
        {
          "entryTs": 1661752020,
          "entryUtc": "2022-08-29T05:47:00.000Z",
          "exitTs": 1661770020,
          "dir": -1,
          "entryPrice": 1724.821,
          "exitPrice": 1727.545,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 300
        },
        {
          "entryTs": 1661796000,
          "entryUtc": "2022-08-29T18:00:00.000Z",
          "exitTs": 1661842860,
          "dir": -1,
          "entryPrice": 1738.951,
          "exitPrice": 1732.255,
          "stopDistance": 3.348,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 781
        },
        {
          "entryTs": 1661847000,
          "entryUtc": "2022-08-30T08:10:00.000Z",
          "exitTs": 1661848260,
          "dir": -1,
          "entryPrice": 1735.006,
          "exitPrice": 1737.24,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661850540,
          "entryUtc": "2022-08-30T09:09:00.000Z",
          "exitTs": 1661863440,
          "dir": 1,
          "entryPrice": 1732.621,
          "exitPrice": 1729.653,
          "stopDistance": 2.968,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 215
        },
        {
          "entryTs": 1661865060,
          "entryUtc": "2022-08-30T13:11:00.000Z",
          "exitTs": 1661869140,
          "dir": -1,
          "entryPrice": 1732.364,
          "exitPrice": 1725.823,
          "stopDistance": 3.271,
          "outcome": "target",
          "netR": 1.8869,
          "holdMinutes": 68
        },
        {
          "entryTs": 1661913540,
          "entryUtc": "2022-08-31T02:39:00.000Z",
          "exitTs": 1661918940,
          "dir": -1,
          "entryPrice": 1723.164,
          "exitPrice": 1725.049,
          "stopDistance": 1.884,
          "outcome": "stop",
          "netR": -1.2229,
          "holdMinutes": 90
        },
        {
          "entryTs": 1661924460,
          "entryUtc": "2022-08-31T05:41:00.000Z",
          "exitTs": 1661927100,
          "dir": 1,
          "entryPrice": 1723.946,
          "exitPrice": 1721.953,
          "stopDistance": 1.993,
          "outcome": "stop",
          "netR": -1.2108,
          "holdMinutes": 44
        },
        {
          "entryTs": 1661932920,
          "entryUtc": "2022-08-31T08:02:00.000Z",
          "exitTs": 1661934060,
          "dir": -1,
          "entryPrice": 1721.701,
          "exitPrice": 1716.828,
          "stopDistance": 2.436,
          "outcome": "target",
          "netR": 1.8481,
          "holdMinutes": 19
        },
        {
          "entryTs": 1661948400,
          "entryUtc": "2022-08-31T12:20:00.000Z",
          "exitTs": 1661955900,
          "dir": 1,
          "entryPrice": 1712.118,
          "exitPrice": 1718.729,
          "stopDistance": 3.305,
          "outcome": "target",
          "netR": 1.8881,
          "holdMinutes": 125
        },
        {
          "entryTs": 1662013200,
          "entryUtc": "2022-09-01T06:20:00.000Z",
          "exitTs": 1662020100,
          "dir": 1,
          "entryPrice": 1704.829,
          "exitPrice": 1702.487,
          "stopDistance": 2.342,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 115
        },
        {
          "entryTs": 1662022860,
          "entryUtc": "2022-09-01T09:01:00.000Z",
          "exitTs": 1662023880,
          "dir": -1,
          "entryPrice": 1703.893,
          "exitPrice": 1706.893,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 17
        },
        {
          "entryTs": 1662036600,
          "entryUtc": "2022-09-01T12:50:00.000Z",
          "exitTs": 1662041820,
          "dir": -1,
          "entryPrice": 1699.386,
          "exitPrice": 1691.208,
          "stopDistance": 4.089,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 87
        },
        {
          "entryTs": 1662044700,
          "entryUtc": "2022-09-01T15:05:00.000Z",
          "exitTs": 1662097440,
          "dir": -1,
          "entryPrice": 1694.994,
          "exitPrice": 1700.494,
          "stopDistance": 5.5,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 879
        },
        {
          "entryTs": 1662105960,
          "entryUtc": "2022-09-02T08:06:00.000Z",
          "exitTs": 1662111240,
          "dir": 1,
          "entryPrice": 1702.208,
          "exitPrice": 1706.47,
          "stopDistance": 2.131,
          "outcome": "target",
          "netR": 1.8264,
          "holdMinutes": 88
        },
        {
          "entryTs": 1662122700,
          "entryUtc": "2022-09-02T12:45:00.000Z",
          "exitTs": 1662123420,
          "dir": -1,
          "entryPrice": 1705.571,
          "exitPrice": 1708.751,
          "stopDistance": 3.18,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 12
        },
        {
          "entryTs": 1662123660,
          "entryUtc": "2022-09-02T13:01:00.000Z",
          "exitTs": 1662127200,
          "dir": 1,
          "entryPrice": 1706.646,
          "exitPrice": 1713.549,
          "stopDistance": 3.452,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 59
        },
        {
          "entryTs": 1662139800,
          "entryUtc": "2022-09-02T17:30:00.000Z",
          "exitTs": 1662328800,
          "dir": 1,
          "entryPrice": 1710.198,
          "exitPrice": 1710.864,
          "stopDistance": 4.096,
          "outcome": "time",
          "netR": 0.0723,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1662339720,
          "entryUtc": "2022-09-05T01:02:00.000Z",
          "exitTs": 1662351900,
          "dir": -1,
          "entryPrice": 1710.402,
          "exitPrice": 1712.782,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 203
        },
        {
          "entryTs": 1662355200,
          "entryUtc": "2022-09-05T05:20:00.000Z",
          "exitTs": 1662361980,
          "dir": 1,
          "entryPrice": 1711.148,
          "exitPrice": 1708.828,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 113
        },
        {
          "entryTs": 1662363180,
          "entryUtc": "2022-09-05T07:33:00.000Z",
          "exitTs": 1662366960,
          "dir": -1,
          "entryPrice": 1710.982,
          "exitPrice": 1713.559,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 63
        },
        {
          "entryTs": 1662369720,
          "entryUtc": "2022-09-05T09:22:00.000Z",
          "exitTs": 1662423120,
          "dir": 1,
          "entryPrice": 1710.742,
          "exitPrice": 1716.041,
          "stopDistance": 2.65,
          "outcome": "target",
          "netR": 1.8604,
          "holdMinutes": 890
        },
        {
          "entryTs": 1662442260,
          "entryUtc": "2022-09-06T05:31:00.000Z",
          "exitTs": 1662447360,
          "dir": -1,
          "entryPrice": 1717.654,
          "exitPrice": 1720.091,
          "stopDistance": 2.437,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 85
        },
        {
          "entryTs": 1662448080,
          "entryUtc": "2022-09-06T07:08:00.000Z",
          "exitTs": 1662448920,
          "dir": 1,
          "entryPrice": 1717.1,
          "exitPrice": 1714.64,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 14
        },
        {
          "entryTs": 1662463440,
          "entryUtc": "2022-09-06T11:24:00.000Z",
          "exitTs": 1662468660,
          "dir": 1,
          "entryPrice": 1712.208,
          "exitPrice": 1709.701,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 87
        },
        {
          "entryTs": 1662471900,
          "entryUtc": "2022-09-06T13:45:00.000Z",
          "exitTs": 1662472860,
          "dir": -1,
          "entryPrice": 1710.882,
          "exitPrice": 1704.781,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 16
        },
        {
          "entryTs": 1662474360,
          "entryUtc": "2022-09-06T14:26:00.000Z",
          "exitTs": 1662484380,
          "dir": -1,
          "entryPrice": 1708.573,
          "exitPrice": 1700.31,
          "stopDistance": 4.132,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 167
        },
        {
          "entryTs": 1662485040,
          "entryUtc": "2022-09-06T17:24:00.000Z",
          "exitTs": 1662510780,
          "dir": -1,
          "entryPrice": 1702.296,
          "exitPrice": 1694.335,
          "stopDistance": 3.98,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 429
        },
        {
          "entryTs": 1662513720,
          "entryUtc": "2022-09-07T01:22:00.000Z",
          "exitTs": 1662520800,
          "dir": -1,
          "entryPrice": 1698.488,
          "exitPrice": 1692.543,
          "stopDistance": 2.972,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 118
        },
        {
          "entryTs": 1662528660,
          "entryUtc": "2022-09-07T05:31:00.000Z",
          "exitTs": 1662533460,
          "dir": -1,
          "entryPrice": 1696.211,
          "exitPrice": 1699.357,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 80
        },
        {
          "entryTs": 1662550620,
          "entryUtc": "2022-09-07T11:37:00.000Z",
          "exitTs": 1662555720,
          "dir": 1,
          "entryPrice": 1701.367,
          "exitPrice": 1698.284,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 85
        },
        {
          "entryTs": 1662557760,
          "entryUtc": "2022-09-07T13:36:00.000Z",
          "exitTs": 1662559080,
          "dir": -1,
          "entryPrice": 1700.811,
          "exitPrice": 1704.061,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 22
        },
        {
          "entryTs": 1662601140,
          "entryUtc": "2022-09-08T01:39:00.000Z",
          "exitTs": 1662604620,
          "dir": 1,
          "entryPrice": 1716.308,
          "exitPrice": 1714.158,
          "stopDistance": 2.15,
          "outcome": "stop",
          "netR": -1.1954,
          "holdMinutes": 58
        },
        {
          "entryTs": 1662606840,
          "entryUtc": "2022-09-08T03:14:00.000Z",
          "exitTs": 1662617580,
          "dir": -1,
          "entryPrice": 1715.716,
          "exitPrice": 1718.06,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 179
        },
        {
          "entryTs": 1662621780,
          "entryUtc": "2022-09-08T07:23:00.000Z",
          "exitTs": 1662633540,
          "dir": 1,
          "entryPrice": 1718.556,
          "exitPrice": 1723.533,
          "stopDistance": 2.488,
          "outcome": "target",
          "netR": 1.8513,
          "holdMinutes": 196
        },
        {
          "entryTs": 1662639480,
          "entryUtc": "2022-09-08T12:18:00.000Z",
          "exitTs": 1662640260,
          "dir": 1,
          "entryPrice": 1722.091,
          "exitPrice": 1718.793,
          "stopDistance": 3.298,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 13
        },
        {
          "entryTs": 1662663240,
          "entryUtc": "2022-09-08T18:54:00.000Z",
          "exitTs": 1662684300,
          "dir": 1,
          "entryPrice": 1707.283,
          "exitPrice": 1714.878,
          "stopDistance": 3.798,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 351
        },
        {
          "entryTs": 1662746700,
          "entryUtc": "2022-09-09T18:05:00.000Z",
          "exitTs": 1662940800,
          "dir": 1,
          "entryPrice": 1715.353,
          "exitPrice": 1718.335,
          "stopDistance": 4.139,
          "outcome": "time",
          "netR": 0.631,
          "holdMinutes": 3235
        },
        {
          "entryTs": 1662941700,
          "entryUtc": "2022-09-12T00:15:00.000Z",
          "exitTs": 1662950460,
          "dir": 1,
          "entryPrice": 1716.798,
          "exitPrice": 1714.291,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 146
        },
        {
          "entryTs": 1662961620,
          "entryUtc": "2022-09-12T05:47:00.000Z",
          "exitTs": 1662965160,
          "dir": 1,
          "entryPrice": 1713.268,
          "exitPrice": 1717.564,
          "stopDistance": 2.148,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 59
        },
        {
          "entryTs": 1662976320,
          "entryUtc": "2022-09-12T09:52:00.000Z",
          "exitTs": 1662984060,
          "dir": 1,
          "entryPrice": 1724.357,
          "exitPrice": 1730.59,
          "stopDistance": 3.116,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 129
        },
        {
          "entryTs": 1662989700,
          "entryUtc": "2022-09-12T13:35:00.000Z",
          "exitTs": 1662996600,
          "dir": 1,
          "entryPrice": 1725.499,
          "exitPrice": 1731.41,
          "stopDistance": 2.956,
          "outcome": "target",
          "netR": 1.8748,
          "holdMinutes": 115
        },
        {
          "entryTs": 1663001460,
          "entryUtc": "2022-09-12T16:51:00.000Z",
          "exitTs": 1663006740,
          "dir": 1,
          "entryPrice": 1730.325,
          "exitPrice": 1726.012,
          "stopDistance": 4.313,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 88
        },
        {
          "entryTs": 1663026420,
          "entryUtc": "2022-09-12T23:47:00.000Z",
          "exitTs": 1663031640,
          "dir": 1,
          "entryPrice": 1725.206,
          "exitPrice": 1722.97,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 87
        },
        {
          "entryTs": 1663051800,
          "entryUtc": "2022-09-13T06:50:00.000Z",
          "exitTs": 1663061040,
          "dir": 1,
          "entryPrice": 1721.993,
          "exitPrice": 1726.688,
          "stopDistance": 2.348,
          "outcome": "target",
          "netR": 1.8424,
          "holdMinutes": 154
        },
        {
          "entryTs": 1663072200,
          "entryUtc": "2022-09-13T12:30:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1725.086,
          "exitPrice": 1722.393,
          "stopDistance": 2.693,
          "outcome": "ambiguous",
          "netR": -1.1559,
          "holdMinutes": 0
        },
        {
          "entryTs": 1663229880,
          "entryUtc": "2022-09-15T08:18:00.000Z",
          "exitTs": 1663240140,
          "dir": 1,
          "entryPrice": 1687.641,
          "exitPrice": 1684.836,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 171
        },
        {
          "entryTs": 1663245120,
          "entryUtc": "2022-09-15T12:32:00.000Z",
          "exitTs": 1663246140,
          "dir": -1,
          "entryPrice": 1687.628,
          "exitPrice": 1690.695,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 17
        },
        {
          "entryTs": 1663246860,
          "entryUtc": "2022-09-15T13:01:00.000Z",
          "exitTs": 1663248600,
          "dir": 1,
          "entryPrice": 1686.116,
          "exitPrice": 1682.358,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 29
        },
        {
          "entryTs": 1663564200,
          "entryUtc": "2022-09-19T05:10:00.000Z",
          "exitTs": 1663571520,
          "dir": -1,
          "entryPrice": 1669.128,
          "exitPrice": 1663.409,
          "stopDistance": 2.859,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 122
        },
        {
          "entryTs": 1663576620,
          "entryUtc": "2022-09-19T08:37:00.000Z",
          "exitTs": 1663598100,
          "dir": -1,
          "entryPrice": 1665.968,
          "exitPrice": 1668.67,
          "stopDistance": 2.702,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 358
        },
        {
          "entryTs": 1663634160,
          "entryUtc": "2022-09-20T00:36:00.000Z",
          "exitTs": 1663635840,
          "dir": 1,
          "entryPrice": 1677.038,
          "exitPrice": 1674.996,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 28
        },
        {
          "entryTs": 1663641000,
          "entryUtc": "2022-09-20T02:30:00.000Z",
          "exitTs": 1663651380,
          "dir": -1,
          "entryPrice": 1676.275,
          "exitPrice": 1671.593,
          "stopDistance": 2.341,
          "outcome": "target",
          "netR": 1.842,
          "holdMinutes": 173
        },
        {
          "entryTs": 1663657920,
          "entryUtc": "2022-09-20T07:12:00.000Z",
          "exitTs": 1663661100,
          "dir": -1,
          "entryPrice": 1675.047,
          "exitPrice": 1671.004,
          "stopDistance": 2.021,
          "outcome": "target",
          "netR": 1.8169,
          "holdMinutes": 53
        },
        {
          "entryTs": 1663677900,
          "entryUtc": "2022-09-20T12:45:00.000Z",
          "exitTs": 1663681080,
          "dir": -1,
          "entryPrice": 1667.86,
          "exitPrice": 1661.459,
          "stopDistance": 3.2,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 53
        },
        {
          "entryTs": 1663695480,
          "entryUtc": "2022-09-20T17:38:00.000Z",
          "exitTs": 1663740240,
          "dir": -1,
          "entryPrice": 1664.658,
          "exitPrice": 1668.069,
          "stopDistance": 3.411,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 746
        },
        {
          "entryTs": 1663780860,
          "entryUtc": "2022-09-21T17:21:00.000Z",
          "exitTs": 1663782540,
          "dir": -1,
          "entryPrice": 1666.852,
          "exitPrice": 1669.816,
          "stopDistance": 2.964,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 28
        },
        {
          "entryTs": 1663784100,
          "entryUtc": "2022-09-21T18:15:00.000Z",
          "exitTs": 1663784160,
          "dir": -1,
          "entryPrice": 1661.257,
          "exitPrice": 1665.625,
          "stopDistance": 4.368,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 1
        },
        {
          "entryTs": 1663789440,
          "entryUtc": "2022-09-21T19:44:00.000Z",
          "exitTs": 1663803000,
          "dir": 1,
          "entryPrice": 1674.368,
          "exitPrice": 1667.494,
          "stopDistance": 6.874,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 226
        },
        {
          "entryTs": 1663816440,
          "entryUtc": "2022-09-22T03:14:00.000Z",
          "exitTs": 1663830240,
          "dir": 1,
          "entryPrice": 1660.741,
          "exitPrice": 1656.319,
          "stopDistance": 4.423,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 230
        },
        {
          "entryTs": 1663832700,
          "entryUtc": "2022-09-22T07:45:00.000Z",
          "exitTs": 1663833840,
          "dir": -1,
          "entryPrice": 1660.935,
          "exitPrice": 1664.293,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 19
        },
        {
          "entryTs": 1663847580,
          "entryUtc": "2022-09-22T11:53:00.000Z",
          "exitTs": 1663850100,
          "dir": -1,
          "entryPrice": 1672.16,
          "exitPrice": 1677.745,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 42
        },
        {
          "entryTs": 1663859640,
          "entryUtc": "2022-09-22T15:14:00.000Z",
          "exitTs": 1663921680,
          "dir": 1,
          "entryPrice": 1669.551,
          "exitPrice": 1664.101,
          "stopDistance": 5.45,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1663938600,
          "entryUtc": "2022-09-23T13:10:00.000Z",
          "exitTs": 1663940700,
          "dir": -1,
          "entryPrice": 1657.533,
          "exitPrice": 1647.032,
          "stopDistance": 5.25,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 35
        },
        {
          "entryTs": 1663960080,
          "entryUtc": "2022-09-23T19:08:00.000Z",
          "exitTs": 1664143200,
          "dir": -1,
          "entryPrice": 1643.986,
          "exitPrice": 1643.965,
          "stopDistance": 4.549,
          "outcome": "time",
          "netR": -0.0767,
          "holdMinutes": 3052
        },
        {
          "entryTs": 1664149440,
          "entryUtc": "2022-09-25T23:44:00.000Z",
          "exitTs": 1664153100,
          "dir": 1,
          "entryPrice": 1642.566,
          "exitPrice": 1638.467,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 61
        },
        {
          "entryTs": 1664154420,
          "entryUtc": "2022-09-26T01:07:00.000Z",
          "exitTs": 1664176980,
          "dir": -1,
          "entryPrice": 1642.078,
          "exitPrice": 1645.947,
          "stopDistance": 3.868,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 376
        },
        {
          "entryTs": 1664187120,
          "entryUtc": "2022-09-26T10:12:00.000Z",
          "exitTs": 1664207220,
          "dir": 1,
          "entryPrice": 1639.172,
          "exitPrice": 1634.167,
          "stopDistance": 5.005,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 335
        },
        {
          "entryTs": 1664232960,
          "entryUtc": "2022-09-26T22:56:00.000Z",
          "exitTs": 1664240400,
          "dir": -1,
          "entryPrice": 1626.521,
          "exitPrice": 1631.104,
          "stopDistance": 4.583,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 124
        },
        {
          "entryTs": 1664273940,
          "entryUtc": "2022-09-27T10:19:00.000Z",
          "exitTs": 1664276820,
          "dir": -1,
          "entryPrice": 1635.262,
          "exitPrice": 1638.739,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 48
        },
        {
          "entryTs": 1664283240,
          "entryUtc": "2022-09-27T12:54:00.000Z",
          "exitTs": 1664292180,
          "dir": 1,
          "entryPrice": 1636.032,
          "exitPrice": 1632.582,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 149
        },
        {
          "entryTs": 1664293260,
          "entryUtc": "2022-09-27T15:41:00.000Z",
          "exitTs": 1664325900,
          "dir": -1,
          "entryPrice": 1635.857,
          "exitPrice": 1625.931,
          "stopDistance": 4.963,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 544
        },
        {
          "entryTs": 1664342220,
          "entryUtc": "2022-09-28T05:17:00.000Z",
          "exitTs": 1664345880,
          "dir": -1,
          "entryPrice": 1624.507,
          "exitPrice": 1619.938,
          "stopDistance": 2.284,
          "outcome": "target",
          "netR": 1.838,
          "holdMinutes": 61
        },
        {
          "entryTs": 1664348640,
          "entryUtc": "2022-09-28T07:04:00.000Z",
          "exitTs": 1664349120,
          "dir": -1,
          "entryPrice": 1623.678,
          "exitPrice": 1618.6,
          "stopDistance": 2.539,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 8
        },
        {
          "entryTs": 1664351640,
          "entryUtc": "2022-09-28T07:54:00.000Z",
          "exitTs": 1664359320,
          "dir": -1,
          "entryPrice": 1621.588,
          "exitPrice": 1624.743,
          "stopDistance": 3.155,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 128
        },
        {
          "entryTs": 1664445840,
          "entryUtc": "2022-09-29T10:04:00.000Z",
          "exitTs": 1664454420,
          "dir": 1,
          "entryPrice": 1646.247,
          "exitPrice": 1653.938,
          "stopDistance": 3.845,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 143
        },
        {
          "entryTs": 1664454780,
          "entryUtc": "2022-09-29T12:33:00.000Z",
          "exitTs": 1664461140,
          "dir": 1,
          "entryPrice": 1650.999,
          "exitPrice": 1646.676,
          "stopDistance": 4.323,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 106
        },
        {
          "entryTs": 1664477160,
          "entryUtc": "2022-09-29T18:46:00.000Z",
          "exitTs": 1664494980,
          "dir": -1,
          "entryPrice": 1659.502,
          "exitPrice": 1664.254,
          "stopDistance": 4.753,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 297
        },
        {
          "entryTs": 1664497800,
          "entryUtc": "2022-09-30T00:30:00.000Z",
          "exitTs": 1664504460,
          "dir": 1,
          "entryPrice": 1662.26,
          "exitPrice": 1659.392,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 111
        },
        {
          "entryTs": 1664506080,
          "entryUtc": "2022-09-30T02:48:00.000Z",
          "exitTs": 1664516280,
          "dir": -1,
          "entryPrice": 1663.207,
          "exitPrice": 1666.047,
          "stopDistance": 2.841,
          "outcome": "stop",
          "netR": -1.1479,
          "holdMinutes": 170
        },
        {
          "entryTs": 1664541000,
          "entryUtc": "2022-09-30T12:30:00.000Z",
          "exitTs": 1664546940,
          "dir": -1,
          "entryPrice": 1668.527,
          "exitPrice": 1672.464,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 99
        },
        {
          "entryTs": 1664554860,
          "entryUtc": "2022-09-30T16:21:00.000Z",
          "exitTs": 1664559900,
          "dir": 1,
          "entryPrice": 1666.502,
          "exitPrice": 1661.475,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 84
        },
        {
          "entryTs": 1664765760,
          "entryUtc": "2022-10-03T02:56:00.000Z",
          "exitTs": 1664771940,
          "dir": 1,
          "entryPrice": 1664.501,
          "exitPrice": 1662.068,
          "stopDistance": 2.433,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 103
        },
        {
          "entryTs": 1664776320,
          "entryUtc": "2022-10-03T05:52:00.000Z",
          "exitTs": 1664784300,
          "dir": -1,
          "entryPrice": 1666.382,
          "exitPrice": 1661.133,
          "stopDistance": 2.624,
          "outcome": "target",
          "netR": 1.859,
          "holdMinutes": 133
        },
        {
          "entryTs": 1664791740,
          "entryUtc": "2022-10-03T10:09:00.000Z",
          "exitTs": 1664794260,
          "dir": -1,
          "entryPrice": 1662.573,
          "exitPrice": 1665.858,
          "stopDistance": 3.285,
          "outcome": "stop",
          "netR": -1.1278,
          "holdMinutes": 42
        },
        {
          "entryTs": 1664804040,
          "entryUtc": "2022-10-03T13:34:00.000Z",
          "exitTs": 1664805960,
          "dir": 1,
          "entryPrice": 1666.596,
          "exitPrice": 1675.004,
          "stopDistance": 4.204,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 32
        },
        {
          "entryTs": 1664834400,
          "entryUtc": "2022-10-03T22:00:00.000Z",
          "exitTs": 1664867280,
          "dir": 1,
          "entryPrice": 1698.265,
          "exitPrice": 1708.015,
          "stopDistance": 4.875,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 548
        },
        {
          "entryTs": 1664880360,
          "entryUtc": "2022-10-04T10:46:00.000Z",
          "exitTs": 1664881260,
          "dir": 1,
          "entryPrice": 1708.951,
          "exitPrice": 1704.905,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 15
        },
        {
          "entryTs": 1664885940,
          "entryUtc": "2022-10-04T12:19:00.000Z",
          "exitTs": 1664887800,
          "dir": -1,
          "entryPrice": 1707.693,
          "exitPrice": 1711.819,
          "stopDistance": 4.126,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 31
        },
        {
          "entryTs": 1664891040,
          "entryUtc": "2022-10-04T13:44:00.000Z",
          "exitTs": 1664892300,
          "dir": 1,
          "entryPrice": 1707.14,
          "exitPrice": 1716.474,
          "stopDistance": 4.667,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 21
        },
        {
          "entryTs": 1664907900,
          "entryUtc": "2022-10-04T18:25:00.000Z",
          "exitTs": 1664957280,
          "dir": -1,
          "entryPrice": 1724.439,
          "exitPrice": 1713.442,
          "stopDistance": 5.498,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 823
        },
        {
          "entryTs": 1664967120,
          "entryUtc": "2022-10-05T10:52:00.000Z",
          "exitTs": 1664978460,
          "dir": -1,
          "entryPrice": 1710.833,
          "exitPrice": 1702.145,
          "stopDistance": 4.344,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 189
        },
        {
          "entryTs": 1664980740,
          "entryUtc": "2022-10-05T14:39:00.000Z",
          "exitTs": 1664992080,
          "dir": -1,
          "entryPrice": 1708.5,
          "exitPrice": 1714.415,
          "stopDistance": 5.915,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 189
        },
        {
          "entryTs": 1665008640,
          "entryUtc": "2022-10-05T22:24:00.000Z",
          "exitTs": 1665014760,
          "dir": -1,
          "entryPrice": 1716.198,
          "exitPrice": 1719.506,
          "stopDistance": 3.308,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 102
        },
        {
          "entryTs": 1665027660,
          "entryUtc": "2022-10-06T03:41:00.000Z",
          "exitTs": 1665044460,
          "dir": 1,
          "entryPrice": 1721.661,
          "exitPrice": 1718.742,
          "stopDistance": 2.919,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 280
        },
        {
          "entryTs": 1665054120,
          "entryUtc": "2022-10-06T11:02:00.000Z",
          "exitTs": 1665058980,
          "dir": -1,
          "entryPrice": 1715.048,
          "exitPrice": 1718.678,
          "stopDistance": 3.63,
          "outcome": "stop",
          "netR": -1.1157,
          "holdMinutes": 81
        },
        {
          "entryTs": 1665061200,
          "entryUtc": "2022-10-06T13:00:00.000Z",
          "exitTs": 1665064320,
          "dir": 1,
          "entryPrice": 1714.32,
          "exitPrice": 1710.348,
          "stopDistance": 3.972,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 52
        },
        {
          "entryTs": 1665069540,
          "entryUtc": "2022-10-06T15:19:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1712.603,
          "exitPrice": 1702.64,
          "stopDistance": 4.981,
          "outcome": "target",
          "netR": 1.9257,
          "holdMinutes": 1271
        },
        {
          "entryTs": 1665146100,
          "entryUtc": "2022-10-07T12:35:00.000Z",
          "exitTs": 1665146280,
          "dir": -1,
          "entryPrice": 1711.704,
          "exitPrice": 1704.871,
          "stopDistance": 3.417,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 3
        },
        {
          "entryTs": 1665159840,
          "entryUtc": "2022-10-07T16:24:00.000Z",
          "exitTs": 1665168840,
          "dir": 1,
          "entryPrice": 1703.128,
          "exitPrice": 1697.079,
          "stopDistance": 6.049,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 150
        },
        {
          "entryTs": 1665365820,
          "entryUtc": "2022-10-10T01:37:00.000Z",
          "exitTs": 1665371760,
          "dir": -1,
          "entryPrice": 1696.066,
          "exitPrice": 1689.588,
          "stopDistance": 3.239,
          "outcome": "target",
          "netR": 1.8858,
          "holdMinutes": 99
        },
        {
          "entryTs": 1665402960,
          "entryUtc": "2022-10-10T11:56:00.000Z",
          "exitTs": 1665413220,
          "dir": -1,
          "entryPrice": 1677.608,
          "exitPrice": 1669.023,
          "stopDistance": 4.292,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 171
        },
        {
          "entryTs": 1665422340,
          "entryUtc": "2022-10-10T17:19:00.000Z",
          "exitTs": 1665454440,
          "dir": 1,
          "entryPrice": 1667.711,
          "exitPrice": 1663.262,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 535
        },
        {
          "entryTs": 1665471300,
          "entryUtc": "2022-10-11T06:55:00.000Z",
          "exitTs": 1665481620,
          "dir": 1,
          "entryPrice": 1665.163,
          "exitPrice": 1662.053,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 172
        },
        {
          "entryTs": 1665485760,
          "entryUtc": "2022-10-11T10:56:00.000Z",
          "exitTs": 1665487440,
          "dir": -1,
          "entryPrice": 1666.15,
          "exitPrice": 1669.916,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 28
        },
        {
          "entryTs": 1665496800,
          "entryUtc": "2022-10-11T14:00:00.000Z",
          "exitTs": 1665502200,
          "dir": 1,
          "entryPrice": 1665.739,
          "exitPrice": 1673.613,
          "stopDistance": 3.937,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 90
        },
        {
          "entryTs": 1665535560,
          "entryUtc": "2022-10-12T00:46:00.000Z",
          "exitTs": 1665547380,
          "dir": -1,
          "entryPrice": 1665.913,
          "exitPrice": 1668.851,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 197
        },
        {
          "entryTs": 1665552120,
          "entryUtc": "2022-10-12T05:22:00.000Z",
          "exitTs": 1665556380,
          "dir": 1,
          "entryPrice": 1666.665,
          "exitPrice": 1673.597,
          "stopDistance": 3.466,
          "outcome": "target",
          "netR": 1.8932,
          "holdMinutes": 71
        },
        {
          "entryTs": 1665558660,
          "entryUtc": "2022-10-12T07:11:00.000Z",
          "exitTs": 1665577800,
          "dir": 1,
          "entryPrice": 1669.338,
          "exitPrice": 1666.131,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 319
        },
        {
          "entryTs": 1665579900,
          "entryUtc": "2022-10-12T13:05:00.000Z",
          "exitTs": 1665661020,
          "dir": 1,
          "entryPrice": 1670.031,
          "exitPrice": 1678.231,
          "stopDistance": 4.1,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1665662460,
          "entryUtc": "2022-10-13T12:01:00.000Z",
          "exitTs": 1665663840,
          "dir": 1,
          "entryPrice": 1677.801,
          "exitPrice": 1674.623,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 23
        },
        {
          "entryTs": 1665675300,
          "entryUtc": "2022-10-13T15:35:00.000Z",
          "exitTs": 1665681720,
          "dir": -1,
          "entryPrice": 1662.846,
          "exitPrice": 1669.962,
          "stopDistance": 7.116,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 107
        },
        {
          "entryTs": 1665685560,
          "entryUtc": "2022-10-13T18:26:00.000Z",
          "exitTs": 1665710100,
          "dir": 1,
          "entryPrice": 1667.64,
          "exitPrice": 1660.08,
          "stopDistance": 7.56,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 409
        },
        {
          "entryTs": 1665711840,
          "entryUtc": "2022-10-14T01:44:00.000Z",
          "exitTs": 1665712320,
          "dir": -1,
          "entryPrice": 1664.161,
          "exitPrice": 1667.294,
          "stopDistance": 3.132,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 8
        },
        {
          "entryTs": 1665730320,
          "entryUtc": "2022-10-14T06:52:00.000Z",
          "exitTs": 1665731940,
          "dir": 1,
          "entryPrice": 1669.047,
          "exitPrice": 1665.99,
          "stopDistance": 3.056,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 27
        },
        {
          "entryTs": 1665748500,
          "entryUtc": "2022-10-14T11:55:00.000Z",
          "exitTs": 1665754980,
          "dir": 1,
          "entryPrice": 1655.187,
          "exitPrice": 1650.839,
          "stopDistance": 4.348,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 108
        },
        {
          "entryTs": 1665763440,
          "entryUtc": "2022-10-14T16:04:00.000Z",
          "exitTs": 1665957600,
          "dir": -1,
          "entryPrice": 1648.611,
          "exitPrice": 1644.252,
          "stopDistance": 5.81,
          "outcome": "time",
          "netR": 0.6866,
          "holdMinutes": 3236
        },
        {
          "entryTs": 1665983160,
          "entryUtc": "2022-10-17T05:06:00.000Z",
          "exitTs": 1665985740,
          "dir": -1,
          "entryPrice": 1650.372,
          "exitPrice": 1652.748,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 43
        },
        {
          "entryTs": 1665987780,
          "entryUtc": "2022-10-17T06:23:00.000Z",
          "exitTs": 1665993060,
          "dir": 1,
          "entryPrice": 1650.076,
          "exitPrice": 1654.727,
          "stopDistance": 2.325,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 88
        },
        {
          "entryTs": 1665995400,
          "entryUtc": "2022-10-17T08:30:00.000Z",
          "exitTs": 1666001280,
          "dir": 1,
          "entryPrice": 1652.928,
          "exitPrice": 1659.46,
          "stopDistance": 3.266,
          "outcome": "target",
          "netR": 1.8867,
          "holdMinutes": 98
        },
        {
          "entryTs": 1666002180,
          "entryUtc": "2022-10-17T10:23:00.000Z",
          "exitTs": 1666009320,
          "dir": 1,
          "entryPrice": 1656.668,
          "exitPrice": 1663.258,
          "stopDistance": 3.295,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 119
        },
        {
          "entryTs": 1666019880,
          "entryUtc": "2022-10-17T15:18:00.000Z",
          "exitTs": 1666028460,
          "dir": 1,
          "entryPrice": 1660.345,
          "exitPrice": 1656.452,
          "stopDistance": 3.894,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 143
        },
        {
          "entryTs": 1666056840,
          "entryUtc": "2022-10-18T01:34:00.000Z",
          "exitTs": 1666066560,
          "dir": 1,
          "entryPrice": 1650.968,
          "exitPrice": 1655.758,
          "stopDistance": 2.395,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 162
        },
        {
          "entryTs": 1666091280,
          "entryUtc": "2022-10-18T11:08:00.000Z",
          "exitTs": 1666096380,
          "dir": -1,
          "entryPrice": 1653.578,
          "exitPrice": 1657.163,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 85
        },
        {
          "entryTs": 1666101180,
          "entryUtc": "2022-10-18T13:53:00.000Z",
          "exitTs": 1666103220,
          "dir": 1,
          "entryPrice": 1652.648,
          "exitPrice": 1649.219,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 34
        },
        {
          "entryTs": 1666104960,
          "entryUtc": "2022-10-18T14:56:00.000Z",
          "exitTs": 1666155060,
          "dir": -1,
          "entryPrice": 1653.123,
          "exitPrice": 1645.536,
          "stopDistance": 3.794,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 835
        },
        {
          "entryTs": 1666165980,
          "entryUtc": "2022-10-19T07:53:00.000Z",
          "exitTs": 1666167060,
          "dir": -1,
          "entryPrice": 1646.487,
          "exitPrice": 1641.662,
          "stopDistance": 2.412,
          "outcome": "target",
          "netR": 1.8466,
          "holdMinutes": 18
        },
        {
          "entryTs": 1666211700,
          "entryUtc": "2022-10-19T20:35:00.000Z",
          "exitTs": 1666228260,
          "dir": 1,
          "entryPrice": 1628.448,
          "exitPrice": 1625.693,
          "stopDistance": 2.754,
          "outcome": "stop",
          "netR": -1.1525,
          "holdMinutes": 276
        },
        {
          "entryTs": 1666234680,
          "entryUtc": "2022-10-20T02:58:00.000Z",
          "exitTs": 1666239540,
          "dir": -1,
          "entryPrice": 1626.577,
          "exitPrice": 1629.041,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 81
        },
        {
          "entryTs": 1666269600,
          "entryUtc": "2022-10-20T12:40:00.000Z",
          "exitTs": 1666275600,
          "dir": 1,
          "entryPrice": 1633.628,
          "exitPrice": 1641.05,
          "stopDistance": 3.711,
          "outcome": "target",
          "netR": 1.9003,
          "holdMinutes": 100
        },
        {
          "entryTs": 1666284180,
          "entryUtc": "2022-10-20T16:43:00.000Z",
          "exitTs": 1666287000,
          "dir": 1,
          "entryPrice": 1636.357,
          "exitPrice": 1631.607,
          "stopDistance": 4.75,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 47
        },
        {
          "entryTs": 1666322040,
          "entryUtc": "2022-10-21T03:14:00.000Z",
          "exitTs": 1666323780,
          "dir": -1,
          "entryPrice": 1626.618,
          "exitPrice": 1622.2,
          "stopDistance": 2.209,
          "outcome": "target",
          "netR": 1.8325,
          "holdMinutes": 29
        },
        {
          "entryTs": 1666331460,
          "entryUtc": "2022-10-21T05:51:00.000Z",
          "exitTs": 1666336440,
          "dir": 1,
          "entryPrice": 1621.443,
          "exitPrice": 1618.907,
          "stopDistance": 2.536,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 83
        },
        {
          "entryTs": 1666336680,
          "entryUtc": "2022-10-21T07:18:00.000Z",
          "exitTs": 1666336980,
          "dir": -1,
          "entryPrice": 1619.927,
          "exitPrice": 1622.822,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 5
        },
        {
          "entryTs": 1666338840,
          "entryUtc": "2022-10-21T07:54:00.000Z",
          "exitTs": 1666341660,
          "dir": 1,
          "entryPrice": 1623.238,
          "exitPrice": 1619.589,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 47
        },
        {
          "entryTs": 1666356960,
          "entryUtc": "2022-10-21T12:56:00.000Z",
          "exitTs": 1666357080,
          "dir": -1,
          "entryPrice": 1624.862,
          "exitPrice": 1628.523,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 2
        },
        {
          "entryTs": 1666569600,
          "entryUtc": "2022-10-24T00:00:00.000Z",
          "exitTs": 1666576860,
          "dir": 1,
          "entryPrice": 1658.218,
          "exitPrice": 1653.284,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 121
        },
        {
          "entryTs": 1666588980,
          "entryUtc": "2022-10-24T05:23:00.000Z",
          "exitTs": 1666595880,
          "dir": 1,
          "entryPrice": 1655.728,
          "exitPrice": 1652.245,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 115
        },
        {
          "entryTs": 1666612800,
          "entryUtc": "2022-10-24T12:00:00.000Z",
          "exitTs": 1666618980,
          "dir": 1,
          "entryPrice": 1649.378,
          "exitPrice": 1645.499,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 103
        },
        {
          "entryTs": 1666619100,
          "entryUtc": "2022-10-24T13:45:00.000Z",
          "exitTs": 1666619160,
          "dir": -1,
          "entryPrice": 1647.953,
          "exitPrice": 1652.116,
          "stopDistance": 4.164,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 1
        },
        {
          "entryTs": 1666638000,
          "entryUtc": "2022-10-24T19:00:00.000Z",
          "exitTs": 1666688220,
          "dir": -1,
          "entryPrice": 1650.843,
          "exitPrice": 1642.847,
          "stopDistance": 3.998,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 837
        },
        {
          "entryTs": 1666698000,
          "entryUtc": "2022-10-25T11:40:00.000Z",
          "exitTs": 1666701600,
          "dir": -1,
          "entryPrice": 1645.437,
          "exitPrice": 1639.4,
          "stopDistance": 3.019,
          "outcome": "target",
          "netR": 1.8774,
          "holdMinutes": 60
        },
        {
          "entryTs": 1666720140,
          "entryUtc": "2022-10-25T17:49:00.000Z",
          "exitTs": 1666762800,
          "dir": -1,
          "entryPrice": 1655.048,
          "exitPrice": 1659.346,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 711
        },
        {
          "entryTs": 1666792860,
          "entryUtc": "2022-10-26T14:01:00.000Z",
          "exitTs": 1666797480,
          "dir": -1,
          "entryPrice": 1668.468,
          "exitPrice": 1672.045,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 77
        },
        {
          "entryTs": 1666799460,
          "entryUtc": "2022-10-26T15:51:00.000Z",
          "exitTs": 1666853940,
          "dir": 1,
          "entryPrice": 1666.083,
          "exitPrice": 1661.053,
          "stopDistance": 5.03,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 908
        },
        {
          "entryTs": 1666858560,
          "entryUtc": "2022-10-27T08:16:00.000Z",
          "exitTs": 1666873140,
          "dir": -1,
          "entryPrice": 1665.573,
          "exitPrice": 1659.331,
          "stopDistance": 3.121,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 243
        },
        {
          "entryTs": 1666916220,
          "entryUtc": "2022-10-28T00:17:00.000Z",
          "exitTs": 1666939740,
          "dir": 1,
          "entryPrice": 1660.548,
          "exitPrice": 1657.349,
          "stopDistance": 3.199,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 392
        },
        {
          "entryTs": 1666950720,
          "entryUtc": "2022-10-28T09:52:00.000Z",
          "exitTs": 1666956960,
          "dir": -1,
          "entryPrice": 1649.112,
          "exitPrice": 1652.705,
          "stopDistance": 3.592,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 104
        },
        {
          "entryTs": 1666958580,
          "entryUtc": "2022-10-28T12:03:00.000Z",
          "exitTs": 1666959900,
          "dir": 1,
          "entryPrice": 1648.823,
          "exitPrice": 1645.34,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 22
        },
        {
          "entryTs": 1666960200,
          "entryUtc": "2022-10-28T12:30:00.000Z",
          "exitTs": 1666960200,
          "dir": -1,
          "entryPrice": 1648.417,
          "exitPrice": 1640.469,
          "stopDistance": 3.974,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 0
        },
        {
          "entryTs": 1667194680,
          "entryUtc": "2022-10-31T05:38:00.000Z",
          "exitTs": 1667203320,
          "dir": 1,
          "entryPrice": 1642.587,
          "exitPrice": 1640.29,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1828,
          "holdMinutes": 144
        },
        {
          "entryTs": 1667214900,
          "entryUtc": "2022-10-31T11:15:00.000Z",
          "exitTs": 1667219820,
          "dir": -1,
          "entryPrice": 1641.458,
          "exitPrice": 1636.263,
          "stopDistance": 2.597,
          "outcome": "target",
          "netR": 1.8576,
          "holdMinutes": 82
        },
        {
          "entryTs": 1667223900,
          "entryUtc": "2022-10-31T13:45:00.000Z",
          "exitTs": 1667227560,
          "dir": -1,
          "entryPrice": 1638.098,
          "exitPrice": 1641.428,
          "stopDistance": 3.331,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 61
        },
        {
          "entryTs": 1667260200,
          "entryUtc": "2022-10-31T23:50:00.000Z",
          "exitTs": 1667264640,
          "dir": -1,
          "entryPrice": 1632.633,
          "exitPrice": 1634.546,
          "stopDistance": 1.913,
          "outcome": "stop",
          "netR": -1.2195,
          "holdMinutes": 74
        },
        {
          "entryTs": 1667330100,
          "entryUtc": "2022-11-01T19:15:00.000Z",
          "exitTs": 1667377320,
          "dir": 1,
          "entryPrice": 1646.808,
          "exitPrice": 1654.414,
          "stopDistance": 3.803,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 787
        },
        {
          "entryTs": 1667391300,
          "entryUtc": "2022-11-02T12:15:00.000Z",
          "exitTs": 1667396340,
          "dir": 1,
          "entryPrice": 1656.347,
          "exitPrice": 1653.68,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 84
        },
        {
          "entryTs": 1667412000,
          "entryUtc": "2022-11-02T18:00:00.000Z",
          "exitTs": 1667412000,
          "dir": 1,
          "entryPrice": 1647.273,
          "exitPrice": 1652.832,
          "stopDistance": 2.779,
          "outcome": "target",
          "netR": 1.8669,
          "holdMinutes": 0
        },
        {
          "entryTs": 1667434440,
          "entryUtc": "2022-11-03T00:14:00.000Z",
          "exitTs": 1667438460,
          "dir": -1,
          "entryPrice": 1634.503,
          "exitPrice": 1639.499,
          "stopDistance": 4.995,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 67
        },
        {
          "entryTs": 1667449200,
          "entryUtc": "2022-11-03T04:20:00.000Z",
          "exitTs": 1667459280,
          "dir": -1,
          "entryPrice": 1638.393,
          "exitPrice": 1631.654,
          "stopDistance": 3.369,
          "outcome": "target",
          "netR": 1.8902,
          "holdMinutes": 168
        },
        {
          "entryTs": 1667477040,
          "entryUtc": "2022-11-03T12:04:00.000Z",
          "exitTs": 1667477160,
          "dir": -1,
          "entryPrice": 1621.168,
          "exitPrice": 1624.86,
          "stopDistance": 3.692,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 2
        },
        {
          "entryTs": 1667523300,
          "entryUtc": "2022-11-04T00:55:00.000Z",
          "exitTs": 1667528100,
          "dir": 1,
          "entryPrice": 1630.158,
          "exitPrice": 1634.311,
          "stopDistance": 2.077,
          "outcome": "target",
          "netR": 1.8218,
          "holdMinutes": 80
        },
        {
          "entryTs": 1667548920,
          "entryUtc": "2022-11-04T08:02:00.000Z",
          "exitTs": 1667553360,
          "dir": -1,
          "entryPrice": 1646.682,
          "exitPrice": 1649.885,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 74
        },
        {
          "entryTs": 1667555100,
          "entryUtc": "2022-11-04T09:45:00.000Z",
          "exitTs": 1667555100,
          "dir": 1,
          "entryPrice": 1648.027,
          "exitPrice": 1644.678,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 0
        },
        {
          "entryTs": 1667809020,
          "entryUtc": "2022-11-07T08:17:00.000Z",
          "exitTs": 1667811300,
          "dir": -1,
          "entryPrice": 1672.618,
          "exitPrice": 1675.634,
          "stopDistance": 3.016,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 38
        },
        {
          "entryTs": 1667826240,
          "entryUtc": "2022-11-07T13:04:00.000Z",
          "exitTs": 1667830200,
          "dir": -1,
          "entryPrice": 1677.352,
          "exitPrice": 1680.594,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 66
        },
        {
          "entryTs": 1667831940,
          "entryUtc": "2022-11-07T14:39:00.000Z",
          "exitTs": 1667834760,
          "dir": 1,
          "entryPrice": 1677.257,
          "exitPrice": 1673.763,
          "stopDistance": 3.495,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 47
        },
        {
          "entryTs": 1667835180,
          "entryUtc": "2022-11-07T15:33:00.000Z",
          "exitTs": 1667883300,
          "dir": -1,
          "entryPrice": 1677.438,
          "exitPrice": 1669.389,
          "stopDistance": 4.025,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 802
        },
        {
          "entryTs": 1667899380,
          "entryUtc": "2022-11-08T09:23:00.000Z",
          "exitTs": 1667901540,
          "dir": -1,
          "entryPrice": 1668.563,
          "exitPrice": 1671.396,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 36
        },
        {
          "entryTs": 1667909520,
          "entryUtc": "2022-11-08T12:12:00.000Z",
          "exitTs": 1667918640,
          "dir": 1,
          "entryPrice": 1671.393,
          "exitPrice": 1677.015,
          "stopDistance": 2.811,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 152
        },
        {
          "entryTs": 1667939640,
          "entryUtc": "2022-11-08T20:34:00.000Z",
          "exitTs": 1668006540,
          "dir": -1,
          "entryPrice": 1713.073,
          "exitPrice": 1718.191,
          "stopDistance": 5.118,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 1115
        },
        {
          "entryTs": 1668008460,
          "entryUtc": "2022-11-09T15:41:00.000Z",
          "exitTs": 1668019920,
          "dir": 1,
          "entryPrice": 1707.727,
          "exitPrice": 1704.241,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 191
        },
        {
          "entryTs": 1668044160,
          "entryUtc": "2022-11-10T01:36:00.000Z",
          "exitTs": 1668060180,
          "dir": 1,
          "entryPrice": 1706.693,
          "exitPrice": 1712.387,
          "stopDistance": 2.847,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 267
        },
        {
          "entryTs": 1668061260,
          "entryUtc": "2022-11-10T06:21:00.000Z",
          "exitTs": 1668064260,
          "dir": 1,
          "entryPrice": 1710.263,
          "exitPrice": 1707.744,
          "stopDistance": 2.519,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 50
        },
        {
          "entryTs": 1668067500,
          "entryUtc": "2022-11-10T08:05:00.000Z",
          "exitTs": 1668086640,
          "dir": -1,
          "entryPrice": 1708.933,
          "exitPrice": 1711.877,
          "stopDistance": 2.944,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 319
        },
        {
          "entryTs": 1668163860,
          "entryUtc": "2022-11-11T10:51:00.000Z",
          "exitTs": 1668164460,
          "dir": 1,
          "entryPrice": 1760.658,
          "exitPrice": 1756.015,
          "stopDistance": 4.643,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 10
        },
        {
          "entryTs": 1668172800,
          "entryUtc": "2022-11-11T13:20:00.000Z",
          "exitTs": 1668190200,
          "dir": -1,
          "entryPrice": 1761.823,
          "exitPrice": 1766.77,
          "stopDistance": 4.948,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 290
        },
        {
          "entryTs": 1668192360,
          "entryUtc": "2022-11-11T18:46:00.000Z",
          "exitTs": 1668202920,
          "dir": 1,
          "entryPrice": 1763.313,
          "exitPrice": 1772.099,
          "stopDistance": 4.393,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 176
        },
        {
          "entryTs": 1668381960,
          "entryUtc": "2022-11-13T23:26:00.000Z",
          "exitTs": 1668420960,
          "dir": -1,
          "entryPrice": 1764.547,
          "exitPrice": 1755.677,
          "stopDistance": 4.435,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 650
        },
        {
          "entryTs": 1668430140,
          "entryUtc": "2022-11-14T12:49:00.000Z",
          "exitTs": 1668434280,
          "dir": -1,
          "entryPrice": 1760.093,
          "exitPrice": 1763.88,
          "stopDistance": 3.787,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 69
        },
        {
          "entryTs": 1668454440,
          "entryUtc": "2022-11-14T19:34:00.000Z",
          "exitTs": 1668473640,
          "dir": 1,
          "entryPrice": 1771.408,
          "exitPrice": 1767.424,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 320
        },
        {
          "entryTs": 1668475260,
          "entryUtc": "2022-11-15T01:21:00.000Z",
          "exitTs": 1668497040,
          "dir": -1,
          "entryPrice": 1772.088,
          "exitPrice": 1774.751,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 363
        },
        {
          "entryTs": 1668505560,
          "entryUtc": "2022-11-15T09:46:00.000Z",
          "exitTs": 1668519000,
          "dir": 1,
          "entryPrice": 1773.563,
          "exitPrice": 1779.411,
          "stopDistance": 2.924,
          "outcome": "target",
          "netR": 1.8735,
          "holdMinutes": 224
        },
        {
          "entryTs": 1668519900,
          "entryUtc": "2022-11-15T13:45:00.000Z",
          "exitTs": 1668520320,
          "dir": 1,
          "entryPrice": 1777.668,
          "exitPrice": 1773.155,
          "stopDistance": 4.513,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 7
        },
        {
          "entryTs": 1668537060,
          "entryUtc": "2022-11-15T18:31:00.000Z",
          "exitTs": 1668537420,
          "dir": 1,
          "entryPrice": 1770.943,
          "exitPrice": 1781.188,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 6
        },
        {
          "entryTs": 1668557520,
          "entryUtc": "2022-11-16T00:12:00.000Z",
          "exitTs": 1668562260,
          "dir": 1,
          "entryPrice": 1779.138,
          "exitPrice": 1775.022,
          "stopDistance": 4.116,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 79
        },
        {
          "entryTs": 1668576060,
          "entryUtc": "2022-11-16T05:21:00.000Z",
          "exitTs": 1668585600,
          "dir": -1,
          "entryPrice": 1774.247,
          "exitPrice": 1777.549,
          "stopDistance": 3.302,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 159
        },
        {
          "entryTs": 1668605160,
          "entryUtc": "2022-11-16T13:26:00.000Z",
          "exitTs": 1668609480,
          "dir": -1,
          "entryPrice": 1781.188,
          "exitPrice": 1774.317,
          "stopDistance": 3.436,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 72
        },
        {
          "entryTs": 1668613020,
          "entryUtc": "2022-11-16T15:37:00.000Z",
          "exitTs": 1668650940,
          "dir": -1,
          "entryPrice": 1777.092,
          "exitPrice": 1768.182,
          "stopDistance": 4.455,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 632
        },
        {
          "entryTs": 1668677400,
          "entryUtc": "2022-11-17T09:30:00.000Z",
          "exitTs": 1668681300,
          "dir": 1,
          "entryPrice": 1766.052,
          "exitPrice": 1763.15,
          "stopDistance": 2.902,
          "outcome": "stop",
          "netR": -1.1447,
          "holdMinutes": 65
        },
        {
          "entryTs": 1668687900,
          "entryUtc": "2022-11-17T12:25:00.000Z",
          "exitTs": 1668689280,
          "dir": -1,
          "entryPrice": 1767.077,
          "exitPrice": 1761.054,
          "stopDistance": 3.012,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 23
        },
        {
          "entryTs": 1668691260,
          "entryUtc": "2022-11-17T13:21:00.000Z",
          "exitTs": 1668755520,
          "dir": -1,
          "entryPrice": 1761.983,
          "exitPrice": 1766.105,
          "stopDistance": 4.122,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 1071
        },
        {
          "entryTs": 1668756660,
          "entryUtc": "2022-11-18T07:31:00.000Z",
          "exitTs": 1668762000,
          "dir": 1,
          "entryPrice": 1763.563,
          "exitPrice": 1761.278,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 89
        },
        {
          "entryTs": 1668763200,
          "entryUtc": "2022-11-18T09:20:00.000Z",
          "exitTs": 1668763920,
          "dir": -1,
          "entryPrice": 1763.662,
          "exitPrice": 1766.389,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 12
        },
        {
          "entryTs": 1668778620,
          "entryUtc": "2022-11-18T13:37:00.000Z",
          "exitTs": 1668781560,
          "dir": 1,
          "entryPrice": 1761.513,
          "exitPrice": 1758.207,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 49
        },
        {
          "entryTs": 1668991200,
          "entryUtc": "2022-11-21T00:40:00.000Z",
          "exitTs": 1668993360,
          "dir": 1,
          "entryPrice": 1749.443,
          "exitPrice": 1746.852,
          "stopDistance": 2.591,
          "outcome": "stop",
          "netR": -1.1621,
          "holdMinutes": 36
        },
        {
          "entryTs": 1669009860,
          "entryUtc": "2022-11-21T05:51:00.000Z",
          "exitTs": 1669018560,
          "dir": -1,
          "entryPrice": 1745.828,
          "exitPrice": 1741.238,
          "stopDistance": 2.295,
          "outcome": "target",
          "netR": 1.8388,
          "holdMinutes": 145
        },
        {
          "entryTs": 1669041840,
          "entryUtc": "2022-11-21T14:44:00.000Z",
          "exitTs": 1669043100,
          "dir": 1,
          "entryPrice": 1740.818,
          "exitPrice": 1738.007,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 21
        },
        {
          "entryTs": 1669052040,
          "entryUtc": "2022-11-21T17:34:00.000Z",
          "exitTs": 1669076100,
          "dir": -1,
          "entryPrice": 1736.708,
          "exitPrice": 1740.452,
          "stopDistance": 3.744,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 401
        },
        {
          "entryTs": 1669094700,
          "entryUtc": "2022-11-22T05:25:00.000Z",
          "exitTs": 1669095540,
          "dir": 1,
          "entryPrice": 1743.643,
          "exitPrice": 1741.625,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 14
        },
        {
          "entryTs": 1669103220,
          "entryUtc": "2022-11-22T07:47:00.000Z",
          "exitTs": 1669104900,
          "dir": -1,
          "entryPrice": 1742.983,
          "exitPrice": 1745.095,
          "stopDistance": 2.112,
          "outcome": "stop",
          "netR": -1.1989,
          "holdMinutes": 28
        },
        {
          "entryTs": 1669121700,
          "entryUtc": "2022-11-22T12:55:00.000Z",
          "exitTs": 1669125360,
          "dir": 1,
          "entryPrice": 1745.763,
          "exitPrice": 1743.014,
          "stopDistance": 2.749,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 61
        },
        {
          "entryTs": 1669141080,
          "entryUtc": "2022-11-22T18:18:00.000Z",
          "exitTs": 1669176180,
          "dir": -1,
          "entryPrice": 1740.227,
          "exitPrice": 1734.754,
          "stopDistance": 2.737,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 585
        },
        {
          "entryTs": 1669194120,
          "entryUtc": "2022-11-23T09:02:00.000Z",
          "exitTs": 1669194840,
          "dir": 1,
          "entryPrice": 1738.668,
          "exitPrice": 1736.123,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 12
        },
        {
          "entryTs": 1669210380,
          "entryUtc": "2022-11-23T13:33:00.000Z",
          "exitTs": 1669210440,
          "dir": -1,
          "entryPrice": 1736.718,
          "exitPrice": 1739.583,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 1
        },
        {
          "entryTs": 1669230000,
          "entryUtc": "2022-11-23T19:00:00.000Z",
          "exitTs": 1669230180,
          "dir": 1,
          "entryPrice": 1742.963,
          "exitPrice": 1750.199,
          "stopDistance": 3.618,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 3
        },
        {
          "entryTs": 1669272660,
          "entryUtc": "2022-11-24T06:51:00.000Z",
          "exitTs": 1669275120,
          "dir": -1,
          "entryPrice": 1755.338,
          "exitPrice": 1757.412,
          "stopDistance": 2.074,
          "outcome": "stop",
          "netR": -1.2025,
          "holdMinutes": 41
        },
        {
          "entryTs": 1669276260,
          "entryUtc": "2022-11-24T07:51:00.000Z",
          "exitTs": 1669277100,
          "dir": 1,
          "entryPrice": 1754.903,
          "exitPrice": 1752.738,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 14
        },
        {
          "entryTs": 1669285800,
          "entryUtc": "2022-11-24T10:30:00.000Z",
          "exitTs": 1669336560,
          "dir": 1,
          "entryPrice": 1755.093,
          "exitPrice": 1752.548,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 846
        },
        {
          "entryTs": 1669338720,
          "entryUtc": "2022-11-25T01:12:00.000Z",
          "exitTs": 1669339440,
          "dir": -1,
          "entryPrice": 1754.357,
          "exitPrice": 1755.931,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2669,
          "holdMinutes": 12
        },
        {
          "entryTs": 1669339920,
          "entryUtc": "2022-11-25T01:32:00.000Z",
          "exitTs": 1669342860,
          "dir": 1,
          "entryPrice": 1754.943,
          "exitPrice": 1758.444,
          "stopDistance": 1.751,
          "outcome": "target",
          "netR": 1.7886,
          "holdMinutes": 49
        },
        {
          "entryTs": 1669355640,
          "entryUtc": "2022-11-25T05:54:00.000Z",
          "exitTs": 1669360680,
          "dir": 1,
          "entryPrice": 1755.847,
          "exitPrice": 1753.972,
          "stopDistance": 1.875,
          "outcome": "stop",
          "netR": -1.224,
          "holdMinutes": 84
        },
        {
          "entryTs": 1669372140,
          "entryUtc": "2022-11-25T10:29:00.000Z",
          "exitTs": 1669382400,
          "dir": -1,
          "entryPrice": 1753.408,
          "exitPrice": 1748.35,
          "stopDistance": 2.529,
          "outcome": "target",
          "netR": 1.8537,
          "holdMinutes": 171
        },
        {
          "entryTs": 1669387860,
          "entryUtc": "2022-11-25T14:51:00.000Z",
          "exitTs": 1669396200,
          "dir": -1,
          "entryPrice": 1751.308,
          "exitPrice": 1753.844,
          "stopDistance": 2.536,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 139
        },
        {
          "entryTs": 1669594920,
          "entryUtc": "2022-11-28T00:22:00.000Z",
          "exitTs": 1669599840,
          "dir": -1,
          "entryPrice": 1753.157,
          "exitPrice": 1746.858,
          "stopDistance": 3.15,
          "outcome": "target",
          "netR": 1.8825,
          "holdMinutes": 82
        },
        {
          "entryTs": 1669613340,
          "entryUtc": "2022-11-28T05:29:00.000Z",
          "exitTs": 1669623360,
          "dir": 1,
          "entryPrice": 1749.988,
          "exitPrice": 1754.705,
          "stopDistance": 2.359,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 167
        },
        {
          "entryTs": 1669632540,
          "entryUtc": "2022-11-28T10:49:00.000Z",
          "exitTs": 1669635900,
          "dir": 1,
          "entryPrice": 1761.858,
          "exitPrice": 1758.728,
          "stopDistance": 3.13,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 56
        },
        {
          "entryTs": 1669683480,
          "entryUtc": "2022-11-29T00:58:00.000Z",
          "exitTs": 1669686180,
          "dir": 1,
          "entryPrice": 1740.648,
          "exitPrice": 1745.242,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 45
        },
        {
          "entryTs": 1669715160,
          "entryUtc": "2022-11-29T09:46:00.000Z",
          "exitTs": 1669729860,
          "dir": 1,
          "entryPrice": 1753.323,
          "exitPrice": 1750.604,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 245
        },
        {
          "entryTs": 1669734900,
          "entryUtc": "2022-11-29T15:15:00.000Z",
          "exitTs": 1669736280,
          "dir": -1,
          "entryPrice": 1754.718,
          "exitPrice": 1757.896,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 23
        },
        {
          "entryTs": 1669738320,
          "entryUtc": "2022-11-29T16:12:00.000Z",
          "exitTs": 1669754820,
          "dir": 1,
          "entryPrice": 1752.162,
          "exitPrice": 1748.028,
          "stopDistance": 4.135,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 275
        },
        {
          "entryTs": 1669788180,
          "entryUtc": "2022-11-30T06:03:00.000Z",
          "exitTs": 1669797720,
          "dir": 1,
          "entryPrice": 1753.123,
          "exitPrice": 1757.083,
          "stopDistance": 1.98,
          "outcome": "target",
          "netR": 1.8131,
          "holdMinutes": 159
        },
        {
          "entryTs": 1669811940,
          "entryUtc": "2022-11-30T12:39:00.000Z",
          "exitTs": 1669815180,
          "dir": 1,
          "entryPrice": 1760.617,
          "exitPrice": 1757.913,
          "stopDistance": 2.705,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 54
        },
        {
          "entryTs": 1669817700,
          "entryUtc": "2022-11-30T14:15:00.000Z",
          "exitTs": 1669819320,
          "dir": -1,
          "entryPrice": 1758.958,
          "exitPrice": 1762.794,
          "stopDistance": 3.837,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 27
        },
        {
          "entryTs": 1669833000,
          "entryUtc": "2022-11-30T18:30:00.000Z",
          "exitTs": 1669833060,
          "dir": -1,
          "entryPrice": 1749.408,
          "exitPrice": 1753.886,
          "stopDistance": 4.479,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 1
        },
        {
          "entryTs": 1669878300,
          "entryUtc": "2022-12-01T07:05:00.000Z",
          "exitTs": 1669880460,
          "dir": 1,
          "entryPrice": 1781.292,
          "exitPrice": 1778.396,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 36
        },
        {
          "entryTs": 1669881120,
          "entryUtc": "2022-12-01T07:52:00.000Z",
          "exitTs": 1669881480,
          "dir": 1,
          "entryPrice": 1777.673,
          "exitPrice": 1774.777,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 6
        },
        {
          "entryTs": 1669890960,
          "entryUtc": "2022-12-01T10:36:00.000Z",
          "exitTs": 1669898940,
          "dir": 1,
          "entryPrice": 1778.003,
          "exitPrice": 1784.46,
          "stopDistance": 3.229,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 133
        },
        {
          "entryTs": 1669925640,
          "entryUtc": "2022-12-01T20:14:00.000Z",
          "exitTs": 1669945800,
          "dir": 1,
          "entryPrice": 1801.163,
          "exitPrice": 1797.642,
          "stopDistance": 3.521,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 336
        },
        {
          "entryTs": 1669986000,
          "entryUtc": "2022-12-02T13:00:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1800.253,
          "exitPrice": 1795.323,
          "stopDistance": 2.465,
          "outcome": "target",
          "netR": 1.8499,
          "holdMinutes": 30
        },
        {
          "entryTs": 1669998660,
          "entryUtc": "2022-12-02T16:31:00.000Z",
          "exitTs": 1669999560,
          "dir": -1,
          "entryPrice": 1791.713,
          "exitPrice": 1795.997,
          "stopDistance": 4.284,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 15
        },
        {
          "entryTs": 1670219760,
          "entryUtc": "2022-12-05T05:56:00.000Z",
          "exitTs": 1670222580,
          "dir": 1,
          "entryPrice": 1807.043,
          "exitPrice": 1804.281,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.152,
          "holdMinutes": 47
        },
        {
          "entryTs": 1670244780,
          "entryUtc": "2022-12-05T12:53:00.000Z",
          "exitTs": 1670250420,
          "dir": -1,
          "entryPrice": 1796.297,
          "exitPrice": 1790.063,
          "stopDistance": 3.117,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 94
        },
        {
          "entryTs": 1670285220,
          "entryUtc": "2022-12-06T00:07:00.000Z",
          "exitTs": 1670289540,
          "dir": 1,
          "entryPrice": 1768.298,
          "exitPrice": 1773.325,
          "stopDistance": 2.514,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 72
        },
        {
          "entryTs": 1670313300,
          "entryUtc": "2022-12-06T07:55:00.000Z",
          "exitTs": 1670323080,
          "dir": -1,
          "entryPrice": 1771.678,
          "exitPrice": 1774.566,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 163
        },
        {
          "entryTs": 1670344380,
          "entryUtc": "2022-12-06T16:33:00.000Z",
          "exitTs": 1670352600,
          "dir": -1,
          "entryPrice": 1775.758,
          "exitPrice": 1768.18,
          "stopDistance": 3.789,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 137
        },
        {
          "entryTs": 1670354700,
          "entryUtc": "2022-12-06T19:25:00.000Z",
          "exitTs": 1670378640,
          "dir": -1,
          "entryPrice": 1770.513,
          "exitPrice": 1773.673,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 399
        },
        {
          "entryTs": 1670383080,
          "entryUtc": "2022-12-07T03:18:00.000Z",
          "exitTs": 1670403240,
          "dir": 1,
          "entryPrice": 1771.118,
          "exitPrice": 1775.731,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 336
        },
        {
          "entryTs": 1670404080,
          "entryUtc": "2022-12-07T09:08:00.000Z",
          "exitTs": 1670423040,
          "dir": 1,
          "entryPrice": 1773.397,
          "exitPrice": 1779.41,
          "stopDistance": 3.006,
          "outcome": "target",
          "netR": 1.8769,
          "holdMinutes": 316
        },
        {
          "entryTs": 1670487720,
          "entryUtc": "2022-12-08T08:22:00.000Z",
          "exitTs": 1670504760,
          "dir": 1,
          "entryPrice": 1782.903,
          "exitPrice": 1787.142,
          "stopDistance": 2.119,
          "outcome": "target",
          "netR": 1.8254,
          "holdMinutes": 284
        },
        {
          "entryTs": 1670510160,
          "entryUtc": "2022-12-08T14:36:00.000Z",
          "exitTs": 1670511180,
          "dir": 1,
          "entryPrice": 1785.868,
          "exitPrice": 1791.532,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 17
        },
        {
          "entryTs": 1670515620,
          "entryUtc": "2022-12-08T16:07:00.000Z",
          "exitTs": 1670585340,
          "dir": 1,
          "entryPrice": 1789.558,
          "exitPrice": 1798.301,
          "stopDistance": 4.372,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 1162
        },
        {
          "entryTs": 1670592600,
          "entryUtc": "2022-12-09T13:30:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1793.543,
          "exitPrice": 1790.549,
          "stopDistance": 2.994,
          "outcome": "ambiguous",
          "netR": -1.1403,
          "holdMinutes": 0
        },
        {
          "entryTs": 1670616540,
          "entryUtc": "2022-12-09T20:09:00.000Z",
          "exitTs": 1670619060,
          "dir": 1,
          "entryPrice": 1798.583,
          "exitPrice": 1794.92,
          "stopDistance": 3.663,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 42
        },
        {
          "entryTs": 1670823000,
          "entryUtc": "2022-12-12T05:30:00.000Z",
          "exitTs": 1670829060,
          "dir": -1,
          "entryPrice": 1787.052,
          "exitPrice": 1789.271,
          "stopDistance": 2.218,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 101
        },
        {
          "entryTs": 1670841000,
          "entryUtc": "2022-12-12T10:30:00.000Z",
          "exitTs": 1670849880,
          "dir": 1,
          "entryPrice": 1790.608,
          "exitPrice": 1788.044,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 148
        },
        {
          "entryTs": 1670891280,
          "entryUtc": "2022-12-13T00:28:00.000Z",
          "exitTs": 1670899320,
          "dir": 1,
          "entryPrice": 1781.131,
          "exitPrice": 1785.429,
          "stopDistance": 2.149,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 134
        },
        {
          "entryTs": 1670909640,
          "entryUtc": "2022-12-13T05:34:00.000Z",
          "exitTs": 1670910840,
          "dir": -1,
          "entryPrice": 1783.625,
          "exitPrice": 1785.584,
          "stopDistance": 1.96,
          "outcome": "stop",
          "netR": -1.2143,
          "holdMinutes": 20
        },
        {
          "entryTs": 1670927400,
          "entryUtc": "2022-12-13T10:30:00.000Z",
          "exitTs": 1670935620,
          "dir": -1,
          "entryPrice": 1786.165,
          "exitPrice": 1788.624,
          "stopDistance": 2.459,
          "outcome": "stop",
          "netR": -1.1708,
          "holdMinutes": 137
        },
        {
          "entryTs": 1670936820,
          "entryUtc": "2022-12-13T13:07:00.000Z",
          "exitTs": 1670938140,
          "dir": 1,
          "entryPrice": 1787.605,
          "exitPrice": 1792.512,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 22
        },
        {
          "entryTs": 1670938200,
          "entryUtc": "2022-12-13T13:30:00.000Z",
          "exitTs": 1670938200,
          "dir": 1,
          "entryPrice": 1790.125,
          "exitPrice": 1796.53,
          "stopDistance": 3.202,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 0
        },
        {
          "entryTs": 1670955060,
          "entryUtc": "2022-12-13T18:11:00.000Z",
          "exitTs": 1671044400,
          "dir": -1,
          "entryPrice": 1810.14,
          "exitPrice": 1796.261,
          "stopDistance": 6.94,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 1489
        },
        {
          "entryTs": 1671045660,
          "entryUtc": "2022-12-14T19:21:00.000Z",
          "exitTs": 1671048540,
          "dir": -1,
          "entryPrice": 1803.982,
          "exitPrice": 1808.182,
          "stopDistance": 4.2,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 48
        },
        {
          "entryTs": 1671111000,
          "entryUtc": "2022-12-15T13:30:00.000Z",
          "exitTs": 1671111780,
          "dir": -1,
          "entryPrice": 1777.09,
          "exitPrice": 1781.229,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 13
        },
        {
          "entryTs": 1671112020,
          "entryUtc": "2022-12-15T13:47:00.000Z",
          "exitTs": 1671118260,
          "dir": 1,
          "entryPrice": 1779.105,
          "exitPrice": 1774.435,
          "stopDistance": 4.67,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 104
        },
        {
          "entryTs": 1671138000,
          "entryUtc": "2022-12-15T21:00:00.000Z",
          "exitTs": 1671157740,
          "dir": -1,
          "entryPrice": 1777.825,
          "exitPrice": 1781.238,
          "stopDistance": 3.413,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 329
        },
        {
          "entryTs": 1671175320,
          "entryUtc": "2022-12-16T07:22:00.000Z",
          "exitTs": 1671176460,
          "dir": 1,
          "entryPrice": 1781.345,
          "exitPrice": 1779.101,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 19
        },
        {
          "entryTs": 1671185940,
          "entryUtc": "2022-12-16T10:19:00.000Z",
          "exitTs": 1671189180,
          "dir": -1,
          "entryPrice": 1780.631,
          "exitPrice": 1783.319,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 54
        },
        {
          "entryTs": 1671197880,
          "entryUtc": "2022-12-16T13:38:00.000Z",
          "exitTs": 1671202560,
          "dir": 1,
          "entryPrice": 1783.82,
          "exitPrice": 1790.087,
          "stopDistance": 3.133,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 78
        },
        {
          "entryTs": 1671204840,
          "entryUtc": "2022-12-16T15:34:00.000Z",
          "exitTs": 1671404400,
          "dir": 1,
          "entryPrice": 1787.7,
          "exitPrice": 1793.248,
          "stopDistance": 4.385,
          "outcome": "time",
          "netR": 1.1809,
          "holdMinutes": 3326
        },
        {
          "entryTs": 1671409380,
          "entryUtc": "2022-12-19T00:23:00.000Z",
          "exitTs": 1671410940,
          "dir": -1,
          "entryPrice": 1792.197,
          "exitPrice": 1794.585,
          "stopDistance": 2.388,
          "outcome": "stop",
          "netR": -1.1759,
          "holdMinutes": 26
        },
        {
          "entryTs": 1671411480,
          "entryUtc": "2022-12-19T00:58:00.000Z",
          "exitTs": 1671428880,
          "dir": 1,
          "entryPrice": 1793,
          "exitPrice": 1790.671,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1804,
          "holdMinutes": 290
        },
        {
          "entryTs": 1671436800,
          "entryUtc": "2022-12-19T08:00:00.000Z",
          "exitTs": 1671437940,
          "dir": -1,
          "entryPrice": 1794.335,
          "exitPrice": 1796.604,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 19
        },
        {
          "entryTs": 1671463380,
          "entryUtc": "2022-12-19T15:23:00.000Z",
          "exitTs": 1671464460,
          "dir": -1,
          "entryPrice": 1795.141,
          "exitPrice": 1790.291,
          "stopDistance": 2.425,
          "outcome": "target",
          "netR": 1.8474,
          "holdMinutes": 18
        },
        {
          "entryTs": 1671471960,
          "entryUtc": "2022-12-19T17:46:00.000Z",
          "exitTs": 1671505500,
          "dir": -1,
          "entryPrice": 1789.965,
          "exitPrice": 1793.65,
          "stopDistance": 3.685,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 559
        },
        {
          "entryTs": 1671510480,
          "entryUtc": "2022-12-20T04:28:00.000Z",
          "exitTs": 1671514620,
          "dir": 1,
          "entryPrice": 1790.575,
          "exitPrice": 1787.613,
          "stopDistance": 2.962,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 69
        },
        {
          "entryTs": 1671517500,
          "entryUtc": "2022-12-20T06:25:00.000Z",
          "exitTs": 1671520560,
          "dir": -1,
          "entryPrice": 1791.421,
          "exitPrice": 1794.75,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 51
        },
        {
          "entryTs": 1671540600,
          "entryUtc": "2022-12-20T12:50:00.000Z",
          "exitTs": 1671546960,
          "dir": 1,
          "entryPrice": 1801.085,
          "exitPrice": 1808.123,
          "stopDistance": 3.519,
          "outcome": "target",
          "netR": 1.8949,
          "holdMinutes": 106
        },
        {
          "entryTs": 1671577200,
          "entryUtc": "2022-12-20T23:00:00.000Z",
          "exitTs": 1671606240,
          "dir": -1,
          "entryPrice": 1817.897,
          "exitPrice": 1812.367,
          "stopDistance": 2.765,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 484
        },
        {
          "entryTs": 1671607320,
          "entryUtc": "2022-12-21T07:22:00.000Z",
          "exitTs": 1671607800,
          "dir": -1,
          "entryPrice": 1813.336,
          "exitPrice": 1815.589,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 8
        },
        {
          "entryTs": 1671613200,
          "entryUtc": "2022-12-21T09:00:00.000Z",
          "exitTs": 1671615780,
          "dir": 1,
          "entryPrice": 1815.636,
          "exitPrice": 1813.013,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 43
        },
        {
          "entryTs": 1671637860,
          "entryUtc": "2022-12-21T15:51:00.000Z",
          "exitTs": 1671638820,
          "dir": 1,
          "entryPrice": 1819.566,
          "exitPrice": 1816.245,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 16
        },
        {
          "entryTs": 1671689340,
          "entryUtc": "2022-12-22T06:09:00.000Z",
          "exitTs": 1671691560,
          "dir": -1,
          "entryPrice": 1819.211,
          "exitPrice": 1815.598,
          "stopDistance": 1.807,
          "outcome": "target",
          "netR": 1.7952,
          "holdMinutes": 37
        },
        {
          "entryTs": 1671697080,
          "entryUtc": "2022-12-22T08:18:00.000Z",
          "exitTs": 1671701400,
          "dir": -1,
          "entryPrice": 1819.01,
          "exitPrice": 1815.199,
          "stopDistance": 1.905,
          "outcome": "target",
          "netR": 1.8058,
          "holdMinutes": 72
        },
        {
          "entryTs": 1671713700,
          "entryUtc": "2022-12-22T12:55:00.000Z",
          "exitTs": 1671715200,
          "dir": -1,
          "entryPrice": 1817.227,
          "exitPrice": 1819.627,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 25
        },
        {
          "entryTs": 1671715860,
          "entryUtc": "2022-12-22T13:31:00.000Z",
          "exitTs": 1671715860,
          "dir": 1,
          "entryPrice": 1815.91,
          "exitPrice": 1813.501,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 0
        },
        {
          "entryTs": 1671763200,
          "entryUtc": "2022-12-23T02:40:00.000Z",
          "exitTs": 1671789480,
          "dir": 1,
          "entryPrice": 1793.146,
          "exitPrice": 1798.417,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 438
        },
        {
          "entryTs": 1671789840,
          "entryUtc": "2022-12-23T10:04:00.000Z",
          "exitTs": 1671802320,
          "dir": 1,
          "entryPrice": 1797.055,
          "exitPrice": 1794.658,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 208
        },
        {
          "entryTs": 1671803100,
          "entryUtc": "2022-12-23T13:45:00.000Z",
          "exitTs": 1671803520,
          "dir": 1,
          "entryPrice": 1798.221,
          "exitPrice": 1795.412,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 7
        },
        {
          "entryTs": 1671808440,
          "entryUtc": "2022-12-23T15:14:00.000Z",
          "exitTs": 1671809400,
          "dir": -1,
          "entryPrice": 1795.77,
          "exitPrice": 1798.966,
          "stopDistance": 3.196,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 16
        },
        {
          "entryTs": 1671819900,
          "entryUtc": "2022-12-23T18:25:00.000Z",
          "exitTs": 1672095600,
          "dir": 1,
          "entryPrice": 1796.035,
          "exitPrice": 1799.687,
          "stopDistance": 3.772,
          "outcome": "time",
          "netR": 0.8701,
          "holdMinutes": 4595
        },
        {
          "entryTs": 1672135260,
          "entryUtc": "2022-12-27T10:01:00.000Z",
          "exitTs": 1672149900,
          "dir": 1,
          "entryPrice": 1807.271,
          "exitPrice": 1805.139,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 244
        },
        {
          "entryTs": 1672152120,
          "entryUtc": "2022-12-27T14:42:00.000Z",
          "exitTs": 1672153440,
          "dir": -1,
          "entryPrice": 1808.841,
          "exitPrice": 1811.015,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 22
        },
        {
          "entryTs": 1672190520,
          "entryUtc": "2022-12-28T01:22:00.000Z",
          "exitTs": 1672211040,
          "dir": -1,
          "entryPrice": 1813.505,
          "exitPrice": 1808.017,
          "stopDistance": 2.744,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 342
        },
        {
          "entryTs": 1672211880,
          "entryUtc": "2022-12-28T07:18:00.000Z",
          "exitTs": 1672215480,
          "dir": -1,
          "entryPrice": 1809.716,
          "exitPrice": 1805.104,
          "stopDistance": 2.306,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 60
        },
        {
          "entryTs": 1672239600,
          "entryUtc": "2022-12-28T15:00:00.000Z",
          "exitTs": 1672241820,
          "dir": 1,
          "entryPrice": 1803.066,
          "exitPrice": 1800.139,
          "stopDistance": 2.928,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 37
        },
        {
          "entryTs": 1672248420,
          "entryUtc": "2022-12-28T17:27:00.000Z",
          "exitTs": 1672251120,
          "dir": -1,
          "entryPrice": 1804.3,
          "exitPrice": 1808.198,
          "stopDistance": 3.898,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672278780,
          "entryUtc": "2022-12-29T01:53:00.000Z",
          "exitTs": 1672302540,
          "dir": 1,
          "entryPrice": 1805.725,
          "exitPrice": 1810.072,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8298,
          "holdMinutes": 396
        },
        {
          "entryTs": 1672308840,
          "entryUtc": "2022-12-29T10:14:00.000Z",
          "exitTs": 1672309860,
          "dir": 1,
          "entryPrice": 1807.405,
          "exitPrice": 1805.079,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 17
        },
        {
          "entryTs": 1672320600,
          "entryUtc": "2022-12-29T13:30:00.000Z",
          "exitTs": 1672322580,
          "dir": 1,
          "entryPrice": 1807.056,
          "exitPrice": 1812.047,
          "stopDistance": 2.495,
          "outcome": "target",
          "netR": 1.8517,
          "holdMinutes": 33
        },
        {
          "entryTs": 1672339620,
          "entryUtc": "2022-12-29T18:47:00.000Z",
          "exitTs": 1672409160,
          "dir": 1,
          "entryPrice": 1815.795,
          "exitPrice": 1823.03,
          "stopDistance": 3.618,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 1159
        },
        {
          "entryTs": 1672412460,
          "entryUtc": "2022-12-30T15:01:00.000Z",
          "exitTs": 1672412760,
          "dir": 1,
          "entryPrice": 1817.442,
          "exitPrice": 1814.417,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 5
        },
        {
          "entryTs": 1672419720,
          "entryUtc": "2022-12-30T17:02:00.000Z",
          "exitTs": 1672422120,
          "dir": -1,
          "entryPrice": 1816.786,
          "exitPrice": 1820.942,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 40
        },
        {
          "entryTs": 1672701420,
          "entryUtc": "2023-01-02T23:17:00.000Z",
          "exitTs": 1672704720,
          "dir": 1,
          "entryPrice": 1824.177,
          "exitPrice": 1830.727,
          "stopDistance": 3.275,
          "outcome": "target",
          "netR": 1.887,
          "holdMinutes": 55
        },
        {
          "entryTs": 1672708320,
          "entryUtc": "2023-01-03T01:12:00.000Z",
          "exitTs": 1672713660,
          "dir": 1,
          "entryPrice": 1827.5,
          "exitPrice": 1834.646,
          "stopDistance": 3.573,
          "outcome": "target",
          "netR": 1.8964,
          "holdMinutes": 89
        },
        {
          "entryTs": 1672727640,
          "entryUtc": "2023-01-03T06:34:00.000Z",
          "exitTs": 1672730760,
          "dir": 1,
          "entryPrice": 1840.066,
          "exitPrice": 1846.826,
          "stopDistance": 3.38,
          "outcome": "target",
          "netR": 1.8905,
          "holdMinutes": 52
        },
        {
          "entryTs": 1672733100,
          "entryUtc": "2023-01-03T08:05:00.000Z",
          "exitTs": 1672734120,
          "dir": 1,
          "entryPrice": 1843.73,
          "exitPrice": 1840.133,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 17
        },
        {
          "entryTs": 1672751520,
          "entryUtc": "2023-01-03T13:12:00.000Z",
          "exitTs": 1672756260,
          "dir": -1,
          "entryPrice": 1837.732,
          "exitPrice": 1842.277,
          "stopDistance": 4.546,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 79
        },
        {
          "entryTs": 1672758660,
          "entryUtc": "2023-01-03T15:11:00.000Z",
          "exitTs": 1672759560,
          "dir": 1,
          "entryPrice": 1839.89,
          "exitPrice": 1834.924,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 15
        },
        {
          "entryTs": 1672766940,
          "entryUtc": "2023-01-03T17:29:00.000Z",
          "exitTs": 1672797000,
          "dir": -1,
          "entryPrice": 1837.151,
          "exitPrice": 1843.152,
          "stopDistance": 6.001,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 501
        },
        {
          "entryTs": 1672811280,
          "entryUtc": "2023-01-04T05:48:00.000Z",
          "exitTs": 1672813080,
          "dir": -1,
          "entryPrice": 1845.88,
          "exitPrice": 1848.137,
          "stopDistance": 2.257,
          "outcome": "stop",
          "netR": -1.1861,
          "holdMinutes": 30
        },
        {
          "entryTs": 1672814400,
          "entryUtc": "2023-01-04T06:40:00.000Z",
          "exitTs": 1672816260,
          "dir": 1,
          "entryPrice": 1846.265,
          "exitPrice": 1850.772,
          "stopDistance": 2.253,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 31
        },
        {
          "entryTs": 1672830660,
          "entryUtc": "2023-01-04T11:11:00.000Z",
          "exitTs": 1672844400,
          "dir": -1,
          "entryPrice": 1859.93,
          "exitPrice": 1852.547,
          "stopDistance": 3.692,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 229
        },
        {
          "entryTs": 1672846140,
          "entryUtc": "2023-01-04T15:29:00.000Z",
          "exitTs": 1672906260,
          "dir": -1,
          "entryPrice": 1855.731,
          "exitPrice": 1845.256,
          "stopDistance": 5.238,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 1002
        },
        {
          "entryTs": 1672921140,
          "entryUtc": "2023-01-05T12:19:00.000Z",
          "exitTs": 1672925760,
          "dir": -1,
          "entryPrice": 1848.547,
          "exitPrice": 1841.04,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 77
        },
        {
          "entryTs": 1672939320,
          "entryUtc": "2023-01-05T17:22:00.000Z",
          "exitTs": 1672971180,
          "dir": -1,
          "entryPrice": 1832.896,
          "exitPrice": 1838.311,
          "stopDistance": 5.415,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 531
        },
        {
          "entryTs": 1672981860,
          "entryUtc": "2023-01-06T05:11:00.000Z",
          "exitTs": 1672996860,
          "dir": 1,
          "entryPrice": 1836.33,
          "exitPrice": 1833.6,
          "stopDistance": 2.73,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 250
        },
        {
          "entryTs": 1673003340,
          "entryUtc": "2023-01-06T11:09:00.000Z",
          "exitTs": 1673011800,
          "dir": -1,
          "entryPrice": 1837.84,
          "exitPrice": 1840.534,
          "stopDistance": 2.694,
          "outcome": "stop",
          "netR": -1.1559,
          "holdMinutes": 141
        },
        {
          "entryTs": 1673016240,
          "entryUtc": "2023-01-06T14:44:00.000Z",
          "exitTs": 1673017320,
          "dir": 1,
          "entryPrice": 1842.065,
          "exitPrice": 1851.263,
          "stopDistance": 4.599,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 18
        },
        {
          "entryTs": 1673241480,
          "entryUtc": "2023-01-09T05:18:00.000Z",
          "exitTs": 1673244720,
          "dir": -1,
          "entryPrice": 1876.417,
          "exitPrice": 1879.04,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 54
        },
        {
          "entryTs": 1673246580,
          "entryUtc": "2023-01-09T06:43:00.000Z",
          "exitTs": 1673250180,
          "dir": 1,
          "entryPrice": 1877.086,
          "exitPrice": 1874.537,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 60
        },
        {
          "entryTs": 1673265360,
          "entryUtc": "2023-01-09T11:56:00.000Z",
          "exitTs": 1673269380,
          "dir": -1,
          "entryPrice": 1872.605,
          "exitPrice": 1875.609,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 67
        },
        {
          "entryTs": 1673269740,
          "entryUtc": "2023-01-09T13:09:00.000Z",
          "exitTs": 1673275680,
          "dir": 1,
          "entryPrice": 1873.175,
          "exitPrice": 1879.583,
          "stopDistance": 3.204,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 99
        },
        {
          "entryTs": 1673278560,
          "entryUtc": "2023-01-09T15:36:00.000Z",
          "exitTs": 1673284560,
          "dir": 1,
          "entryPrice": 1873.7,
          "exitPrice": 1870.534,
          "stopDistance": 3.166,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 100
        },
        {
          "entryTs": 1673294640,
          "entryUtc": "2023-01-09T20:04:00.000Z",
          "exitTs": 1673310300,
          "dir": 1,
          "entryPrice": 1872.265,
          "exitPrice": 1868.575,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 261
        },
        {
          "entryTs": 1673311800,
          "entryUtc": "2023-01-10T00:50:00.000Z",
          "exitTs": 1673313960,
          "dir": -1,
          "entryPrice": 1869.721,
          "exitPrice": 1872.261,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 36
        },
        {
          "entryTs": 1673323980,
          "entryUtc": "2023-01-10T04:13:00.000Z",
          "exitTs": 1673341560,
          "dir": 1,
          "entryPrice": 1870.725,
          "exitPrice": 1876.307,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 293
        },
        {
          "entryTs": 1673347440,
          "entryUtc": "2023-01-10T10:44:00.000Z",
          "exitTs": 1673354940,
          "dir": 1,
          "entryPrice": 1873.34,
          "exitPrice": 1870.506,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 125
        },
        {
          "entryTs": 1673359200,
          "entryUtc": "2023-01-10T14:00:00.000Z",
          "exitTs": 1673360160,
          "dir": -1,
          "entryPrice": 1874.465,
          "exitPrice": 1877.48,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 16
        },
        {
          "entryTs": 1673368740,
          "entryUtc": "2023-01-10T16:39:00.000Z",
          "exitTs": 1673415120,
          "dir": 1,
          "entryPrice": 1873.861,
          "exitPrice": 1880.798,
          "stopDistance": 3.468,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 773
        },
        {
          "entryTs": 1673427600,
          "entryUtc": "2023-01-11T09:00:00.000Z",
          "exitTs": 1673439120,
          "dir": 1,
          "entryPrice": 1883.41,
          "exitPrice": 1880.389,
          "stopDistance": 3.021,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 192
        },
        {
          "entryTs": 1673456160,
          "entryUtc": "2023-01-11T16:56:00.000Z",
          "exitTs": 1673485440,
          "dir": -1,
          "entryPrice": 1874.37,
          "exitPrice": 1878.412,
          "stopDistance": 4.042,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 488
        },
        {
          "entryTs": 1673502480,
          "entryUtc": "2023-01-12T05:48:00.000Z",
          "exitTs": 1673508240,
          "dir": 1,
          "entryPrice": 1883.41,
          "exitPrice": 1881.253,
          "stopDistance": 2.157,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 96
        },
        {
          "entryTs": 1673515860,
          "entryUtc": "2023-01-12T09:31:00.000Z",
          "exitTs": 1673522040,
          "dir": -1,
          "entryPrice": 1883.705,
          "exitPrice": 1885.609,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 103
        },
        {
          "entryTs": 1673530200,
          "entryUtc": "2023-01-12T13:30:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1883.36,
          "exitPrice": 1881.097,
          "stopDistance": 2.263,
          "outcome": "stop",
          "netR": -1.1856,
          "holdMinutes": 0
        },
        {
          "entryTs": 1673531100,
          "entryUtc": "2023-01-12T13:45:00.000Z",
          "exitTs": 1673534580,
          "dir": 1,
          "entryPrice": 1891.848,
          "exitPrice": 1886.376,
          "stopDistance": 5.472,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 58
        },
        {
          "entryTs": 1673535060,
          "entryUtc": "2023-01-12T14:51:00.000Z",
          "exitTs": 1673544780,
          "dir": 1,
          "entryPrice": 1882.843,
          "exitPrice": 1897.088,
          "stopDistance": 7.123,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 162
        },
        {
          "entryTs": 1673559900,
          "entryUtc": "2023-01-12T21:45:00.000Z",
          "exitTs": 1673588220,
          "dir": 1,
          "entryPrice": 1896.775,
          "exitPrice": 1892.456,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 472
        },
        {
          "entryTs": 1673592240,
          "entryUtc": "2023-01-13T06:44:00.000Z",
          "exitTs": 1673596320,
          "dir": -1,
          "entryPrice": 1897.031,
          "exitPrice": 1899.45,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 68
        },
        {
          "entryTs": 1673830500,
          "entryUtc": "2023-01-16T00:55:00.000Z",
          "exitTs": 1673834280,
          "dir": -1,
          "entryPrice": 1919.421,
          "exitPrice": 1922.595,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 63
        },
        {
          "entryTs": 1673861280,
          "entryUtc": "2023-01-16T09:28:00.000Z",
          "exitTs": 1673868660,
          "dir": -1,
          "entryPrice": 1914.79,
          "exitPrice": 1918.316,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 123
        },
        {
          "entryTs": 1673870100,
          "entryUtc": "2023-01-16T11:55:00.000Z",
          "exitTs": 1673874120,
          "dir": 1,
          "entryPrice": 1916.773,
          "exitPrice": 1913.826,
          "stopDistance": 2.947,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 67
        },
        {
          "entryTs": 1673881020,
          "entryUtc": "2023-01-16T14:57:00.000Z",
          "exitTs": 1673914080,
          "dir": -1,
          "entryPrice": 1915.715,
          "exitPrice": 1918.727,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 551
        },
        {
          "entryTs": 1673918040,
          "entryUtc": "2023-01-17T01:14:00.000Z",
          "exitTs": 1673922540,
          "dir": 1,
          "entryPrice": 1914.81,
          "exitPrice": 1912.553,
          "stopDistance": 2.257,
          "outcome": "stop",
          "netR": -1.1861,
          "holdMinutes": 75
        },
        {
          "entryTs": 1673941260,
          "entryUtc": "2023-01-17T07:41:00.000Z",
          "exitTs": 1673956680,
          "dir": -1,
          "entryPrice": 1909.346,
          "exitPrice": 1912.182,
          "stopDistance": 2.835,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 257
        },
        {
          "entryTs": 1673959680,
          "entryUtc": "2023-01-17T12:48:00.000Z",
          "exitTs": 1673964720,
          "dir": 1,
          "entryPrice": 1908.445,
          "exitPrice": 1914.792,
          "stopDistance": 3.174,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 84
        },
        {
          "entryTs": 1673966280,
          "entryUtc": "2023-01-17T14:38:00.000Z",
          "exitTs": 1673976360,
          "dir": 1,
          "entryPrice": 1911.6,
          "exitPrice": 1907.731,
          "stopDistance": 3.869,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 168
        },
        {
          "entryTs": 1673984400,
          "entryUtc": "2023-01-17T19:40:00.000Z",
          "exitTs": 1674009600,
          "dir": -1,
          "entryPrice": 1908.505,
          "exitPrice": 1901.232,
          "stopDistance": 3.637,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 420
        },
        {
          "entryTs": 1674011640,
          "entryUtc": "2023-01-18T03:14:00.000Z",
          "exitTs": 1674014820,
          "dir": -1,
          "entryPrice": 1904.7,
          "exitPrice": 1898.123,
          "stopDistance": 3.288,
          "outcome": "target",
          "netR": 1.8875,
          "holdMinutes": 53
        },
        {
          "entryTs": 1674054840,
          "entryUtc": "2023-01-18T15:14:00.000Z",
          "exitTs": 1674057300,
          "dir": 1,
          "entryPrice": 1915.925,
          "exitPrice": 1912.706,
          "stopDistance": 3.219,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 41
        },
        {
          "entryTs": 1674091080,
          "entryUtc": "2023-01-19T01:18:00.000Z",
          "exitTs": 1674099900,
          "dir": 1,
          "entryPrice": 1903.89,
          "exitPrice": 1910.011,
          "stopDistance": 3.06,
          "outcome": "target",
          "netR": 1.8791,
          "holdMinutes": 147
        },
        {
          "entryTs": 1674105480,
          "entryUtc": "2023-01-19T05:18:00.000Z",
          "exitTs": 1674116460,
          "dir": 1,
          "entryPrice": 1908.73,
          "exitPrice": 1914.924,
          "stopDistance": 3.097,
          "outcome": "target",
          "netR": 1.8805,
          "holdMinutes": 183
        },
        {
          "entryTs": 1674132540,
          "entryUtc": "2023-01-19T12:49:00.000Z",
          "exitTs": 1674137280,
          "dir": 1,
          "entryPrice": 1908.93,
          "exitPrice": 1915.4,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 79
        },
        {
          "entryTs": 1674177780,
          "entryUtc": "2023-01-20T01:23:00.000Z",
          "exitTs": 1674188280,
          "dir": -1,
          "entryPrice": 1932.232,
          "exitPrice": 1926.044,
          "stopDistance": 3.094,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 175
        },
        {
          "entryTs": 1674205800,
          "entryUtc": "2023-01-20T09:10:00.000Z",
          "exitTs": 1674206820,
          "dir": 1,
          "entryPrice": 1926.612,
          "exitPrice": 1932.237,
          "stopDistance": 2.813,
          "outcome": "target",
          "netR": 1.8685,
          "holdMinutes": 17
        },
        {
          "entryTs": 1674218820,
          "entryUtc": "2023-01-20T12:47:00.000Z",
          "exitTs": 1674225120,
          "dir": -1,
          "entryPrice": 1928.971,
          "exitPrice": 1921.951,
          "stopDistance": 3.51,
          "outcome": "target",
          "netR": 1.8946,
          "holdMinutes": 105
        },
        {
          "entryTs": 1674228120,
          "entryUtc": "2023-01-20T15:22:00.000Z",
          "exitTs": 1674228540,
          "dir": -1,
          "entryPrice": 1926.62,
          "exitPrice": 1930.354,
          "stopDistance": 3.734,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 7
        },
        {
          "entryTs": 1674229620,
          "entryUtc": "2023-01-20T15:47:00.000Z",
          "exitTs": 1674428400,
          "dir": 1,
          "entryPrice": 1925.437,
          "exitPrice": 1927.277,
          "stopDistance": 4.343,
          "outcome": "time",
          "netR": 0.3386,
          "holdMinutes": 3313
        },
        {
          "entryTs": 1674448380,
          "entryUtc": "2023-01-23T04:33:00.000Z",
          "exitTs": 1674453480,
          "dir": 1,
          "entryPrice": 1929.151,
          "exitPrice": 1926.419,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 85
        },
        {
          "entryTs": 1674469800,
          "entryUtc": "2023-01-23T10:30:00.000Z",
          "exitTs": 1674475860,
          "dir": 1,
          "entryPrice": 1927.539,
          "exitPrice": 1923.974,
          "stopDistance": 3.565,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 101
        },
        {
          "entryTs": 1674477240,
          "entryUtc": "2023-01-23T12:34:00.000Z",
          "exitTs": 1674481140,
          "dir": -1,
          "entryPrice": 1926.205,
          "exitPrice": 1919.904,
          "stopDistance": 3.151,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 65
        },
        {
          "entryTs": 1674482460,
          "entryUtc": "2023-01-23T14:01:00.000Z",
          "exitTs": 1674482820,
          "dir": -1,
          "entryPrice": 1923.372,
          "exitPrice": 1916.076,
          "stopDistance": 3.648,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 6
        },
        {
          "entryTs": 1674504180,
          "entryUtc": "2023-01-23T20:03:00.000Z",
          "exitTs": 1674506580,
          "dir": -1,
          "entryPrice": 1927.102,
          "exitPrice": 1930.987,
          "stopDistance": 3.886,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 40
        },
        {
          "entryTs": 1674522060,
          "entryUtc": "2023-01-24T01:01:00.000Z",
          "exitTs": 1674524220,
          "dir": -1,
          "entryPrice": 1931.607,
          "exitPrice": 1933.941,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 36
        },
        {
          "entryTs": 1674532920,
          "entryUtc": "2023-01-24T04:02:00.000Z",
          "exitTs": 1674541920,
          "dir": 1,
          "entryPrice": 1932.762,
          "exitPrice": 1937.54,
          "stopDistance": 2.389,
          "outcome": "target",
          "netR": 1.8451,
          "holdMinutes": 150
        },
        {
          "entryTs": 1674552600,
          "entryUtc": "2023-01-24T09:30:00.000Z",
          "exitTs": 1674568020,
          "dir": 1,
          "entryPrice": 1935.485,
          "exitPrice": 1933.12,
          "stopDistance": 2.365,
          "outcome": "stop",
          "netR": -1.1776,
          "holdMinutes": 257
        },
        {
          "entryTs": 1674575820,
          "entryUtc": "2023-01-24T15:57:00.000Z",
          "exitTs": 1674578940,
          "dir": -1,
          "entryPrice": 1936.311,
          "exitPrice": 1930.233,
          "stopDistance": 3.039,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 52
        },
        {
          "entryTs": 1674608220,
          "entryUtc": "2023-01-25T00:57:00.000Z",
          "exitTs": 1674612780,
          "dir": -1,
          "entryPrice": 1936.716,
          "exitPrice": 1938.809,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 76
        },
        {
          "entryTs": 1674614880,
          "entryUtc": "2023-01-25T02:48:00.000Z",
          "exitTs": 1674615600,
          "dir": 1,
          "entryPrice": 1937.071,
          "exitPrice": 1934.783,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 12
        },
        {
          "entryTs": 1674628260,
          "entryUtc": "2023-01-25T06:31:00.000Z",
          "exitTs": 1674629940,
          "dir": -1,
          "entryPrice": 1930.345,
          "exitPrice": 1933.438,
          "stopDistance": 3.093,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 28
        },
        {
          "entryTs": 1674631860,
          "entryUtc": "2023-01-25T07:31:00.000Z",
          "exitTs": 1674641280,
          "dir": 1,
          "entryPrice": 1929.615,
          "exitPrice": 1926.347,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 157
        },
        {
          "entryTs": 1674655380,
          "entryUtc": "2023-01-25T14:03:00.000Z",
          "exitTs": 1674656460,
          "dir": -1,
          "entryPrice": 1923.321,
          "exitPrice": 1927.212,
          "stopDistance": 3.891,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 18
        },
        {
          "entryTs": 1674694980,
          "entryUtc": "2023-01-26T01:03:00.000Z",
          "exitTs": 1674717360,
          "dir": 1,
          "entryPrice": 1943.7,
          "exitPrice": 1940.259,
          "stopDistance": 3.441,
          "outcome": "stop",
          "netR": -1.1221,
          "holdMinutes": 373
        },
        {
          "entryTs": 1674722400,
          "entryUtc": "2023-01-26T08:40:00.000Z",
          "exitTs": 1674724620,
          "dir": -1,
          "entryPrice": 1944.71,
          "exitPrice": 1938.931,
          "stopDistance": 2.89,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 37
        },
        {
          "entryTs": 1674739800,
          "entryUtc": "2023-01-26T13:30:00.000Z",
          "exitTs": 1674739800,
          "dir": 1,
          "entryPrice": 1936.085,
          "exitPrice": 1932.847,
          "stopDistance": 3.238,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 0
        },
        {
          "entryTs": 1674740880,
          "entryUtc": "2023-01-26T13:48:00.000Z",
          "exitTs": 1674741060,
          "dir": -1,
          "entryPrice": 1934.28,
          "exitPrice": 1938.032,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 3
        },
        {
          "entryTs": 1674743100,
          "entryUtc": "2023-01-26T14:25:00.000Z",
          "exitTs": 1674744480,
          "dir": 1,
          "entryPrice": 1937.685,
          "exitPrice": 1933.295,
          "stopDistance": 4.39,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 23
        },
        {
          "entryTs": 1674759960,
          "entryUtc": "2023-01-26T19:06:00.000Z",
          "exitTs": 1674790860,
          "dir": 1,
          "entryPrice": 1929.205,
          "exitPrice": 1924.015,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 515
        },
        {
          "entryTs": 1674826260,
          "entryUtc": "2023-01-27T13:31:00.000Z",
          "exitTs": 1674828540,
          "dir": 1,
          "entryPrice": 1930.675,
          "exitPrice": 1927.624,
          "stopDistance": 3.051,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 38
        },
        {
          "entryTs": 1674829020,
          "entryUtc": "2023-01-27T14:17:00.000Z",
          "exitTs": 1674834360,
          "dir": -1,
          "entryPrice": 1928.93,
          "exitPrice": 1921.055,
          "stopDistance": 3.938,
          "outcome": "target",
          "netR": 1.906,
          "holdMinutes": 89
        },
        {
          "entryTs": 1674840300,
          "entryUtc": "2023-01-27T17:25:00.000Z",
          "exitTs": 1675033200,
          "dir": 1,
          "entryPrice": 1926.681,
          "exitPrice": 1928.167,
          "stopDistance": 5.536,
          "outcome": "time",
          "netR": 0.2015,
          "holdMinutes": 3215
        },
        {
          "entryTs": 1675106460,
          "entryUtc": "2023-01-30T19:21:00.000Z",
          "exitTs": 1675129320,
          "dir": -1,
          "entryPrice": 1923.07,
          "exitPrice": 1926.173,
          "stopDistance": 3.103,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 381
        },
        {
          "entryTs": 1675135020,
          "entryUtc": "2023-01-31T03:17:00.000Z",
          "exitTs": 1675136520,
          "dir": 1,
          "entryPrice": 1923.762,
          "exitPrice": 1921.362,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 25
        },
        {
          "entryTs": 1675170060,
          "entryUtc": "2023-01-31T13:01:00.000Z",
          "exitTs": 1675171800,
          "dir": 1,
          "entryPrice": 1906.65,
          "exitPrice": 1914.777,
          "stopDistance": 4.063,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 29
        },
        {
          "entryTs": 1675215180,
          "entryUtc": "2023-02-01T01:33:00.000Z",
          "exitTs": 1675250820,
          "dir": -1,
          "entryPrice": 1927.053,
          "exitPrice": 1929.215,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 594
        },
        {
          "entryTs": 1675258620,
          "entryUtc": "2023-02-01T13:37:00.000Z",
          "exitTs": 1675261560,
          "dir": 1,
          "entryPrice": 1927.56,
          "exitPrice": 1932.703,
          "stopDistance": 2.572,
          "outcome": "target",
          "netR": 1.8561,
          "holdMinutes": 49
        },
        {
          "entryTs": 1675274880,
          "entryUtc": "2023-02-01T18:08:00.000Z",
          "exitTs": 1675280340,
          "dir": -1,
          "entryPrice": 1926.31,
          "exitPrice": 1930.569,
          "stopDistance": 4.258,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 91
        },
        {
          "entryTs": 1675314540,
          "entryUtc": "2023-02-02T05:09:00.000Z",
          "exitTs": 1675322220,
          "dir": 1,
          "entryPrice": 1952.841,
          "exitPrice": 1959.612,
          "stopDistance": 3.385,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 128
        },
        {
          "entryTs": 1675323480,
          "entryUtc": "2023-02-02T07:38:00.000Z",
          "exitTs": 1675335120,
          "dir": 1,
          "entryPrice": 1955.512,
          "exitPrice": 1952.106,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 194
        },
        {
          "entryTs": 1675337100,
          "entryUtc": "2023-02-02T11:25:00.000Z",
          "exitTs": 1675345800,
          "dir": -1,
          "entryPrice": 1954.455,
          "exitPrice": 1947.242,
          "stopDistance": 3.606,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 145
        },
        {
          "entryTs": 1675395180,
          "entryUtc": "2023-02-03T03:33:00.000Z",
          "exitTs": 1675409700,
          "dir": -1,
          "entryPrice": 1916.941,
          "exitPrice": 1911.679,
          "stopDistance": 2.631,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 242
        },
        {
          "entryTs": 1675410420,
          "entryUtc": "2023-02-03T07:47:00.000Z",
          "exitTs": 1675426620,
          "dir": -1,
          "entryPrice": 1913.226,
          "exitPrice": 1916.338,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 270
        },
        {
          "entryTs": 1675640520,
          "entryUtc": "2023-02-05T23:42:00.000Z",
          "exitTs": 1675649760,
          "dir": 1,
          "entryPrice": 1865.615,
          "exitPrice": 1874.935,
          "stopDistance": 4.66,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 154
        },
        {
          "entryTs": 1675661580,
          "entryUtc": "2023-02-06T05:33:00.000Z",
          "exitTs": 1675674960,
          "dir": 1,
          "entryPrice": 1875.365,
          "exitPrice": 1872.003,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 223
        },
        {
          "entryTs": 1675712760,
          "entryUtc": "2023-02-06T19:46:00.000Z",
          "exitTs": 1675741740,
          "dir": 1,
          "entryPrice": 1867.26,
          "exitPrice": 1875.29,
          "stopDistance": 4.015,
          "outcome": "target",
          "netR": 1.9078,
          "holdMinutes": 483
        },
        {
          "entryTs": 1675753200,
          "entryUtc": "2023-02-07T07:00:00.000Z",
          "exitTs": 1675760220,
          "dir": 1,
          "entryPrice": 1874.2,
          "exitPrice": 1871.737,
          "stopDistance": 2.463,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 117
        },
        {
          "entryTs": 1675761120,
          "entryUtc": "2023-02-07T09:12:00.000Z",
          "exitTs": 1675769160,
          "dir": -1,
          "entryPrice": 1874.67,
          "exitPrice": 1867.788,
          "stopDistance": 3.441,
          "outcome": "target",
          "netR": 1.8925,
          "holdMinutes": 134
        },
        {
          "entryTs": 1675791240,
          "entryUtc": "2023-02-07T17:34:00.000Z",
          "exitTs": 1675791900,
          "dir": 1,
          "entryPrice": 1870.735,
          "exitPrice": 1880.178,
          "stopDistance": 4.721,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 11
        },
        {
          "entryTs": 1675793640,
          "entryUtc": "2023-02-07T18:14:00.000Z",
          "exitTs": 1675794720,
          "dir": 1,
          "entryPrice": 1875.453,
          "exitPrice": 1869.48,
          "stopDistance": 5.973,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 18
        },
        {
          "entryTs": 1675835760,
          "entryUtc": "2023-02-08T05:56:00.000Z",
          "exitTs": 1675841280,
          "dir": -1,
          "entryPrice": 1876.82,
          "exitPrice": 1879.318,
          "stopDistance": 2.498,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 92
        },
        {
          "entryTs": 1675866240,
          "entryUtc": "2023-02-08T14:24:00.000Z",
          "exitTs": 1675867500,
          "dir": -1,
          "entryPrice": 1882.121,
          "exitPrice": 1874.569,
          "stopDistance": 3.776,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 21
        },
        {
          "entryTs": 1675873020,
          "entryUtc": "2023-02-08T16:17:00.000Z",
          "exitTs": 1675929660,
          "dir": -1,
          "entryPrice": 1876.911,
          "exitPrice": 1881.983,
          "stopDistance": 5.072,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 944
        },
        {
          "entryTs": 1675941360,
          "entryUtc": "2023-02-09T11:16:00.000Z",
          "exitTs": 1675949340,
          "dir": 1,
          "entryPrice": 1882.88,
          "exitPrice": 1879.643,
          "stopDistance": 3.237,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 133
        },
        {
          "entryTs": 1675949880,
          "entryUtc": "2023-02-09T13:38:00.000Z",
          "exitTs": 1675950720,
          "dir": -1,
          "entryPrice": 1882.001,
          "exitPrice": 1885.38,
          "stopDistance": 3.379,
          "outcome": "stop",
          "netR": -1.1243,
          "holdMinutes": 14
        },
        {
          "entryTs": 1675953060,
          "entryUtc": "2023-02-09T14:31:00.000Z",
          "exitTs": 1675953360,
          "dir": 1,
          "entryPrice": 1885.05,
          "exitPrice": 1881.021,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 5
        },
        {
          "entryTs": 1675992900,
          "entryUtc": "2023-02-10T01:35:00.000Z",
          "exitTs": 1675999620,
          "dir": 1,
          "entryPrice": 1861.275,
          "exitPrice": 1858.028,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 112
        },
        {
          "entryTs": 1676008380,
          "entryUtc": "2023-02-10T05:53:00.000Z",
          "exitTs": 1676009100,
          "dir": -1,
          "entryPrice": 1858.12,
          "exitPrice": 1861.253,
          "stopDistance": 3.133,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 12
        },
        {
          "entryTs": 1676034000,
          "entryUtc": "2023-02-10T13:00:00.000Z",
          "exitTs": 1676041200,
          "dir": 1,
          "entryPrice": 1862.845,
          "exitPrice": 1858.975,
          "stopDistance": 3.87,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 120
        },
        {
          "entryTs": 1676041680,
          "entryUtc": "2023-02-10T15:08:00.000Z",
          "exitTs": 1676242800,
          "dir": -1,
          "entryPrice": 1864.242,
          "exitPrice": 1864.317,
          "stopDistance": 4.833,
          "outcome": "time",
          "netR": -0.0922,
          "holdMinutes": 3352
        },
        {
          "entryTs": 1676249400,
          "entryUtc": "2023-02-13T00:50:00.000Z",
          "exitTs": 1676263260,
          "dir": -1,
          "entryPrice": 1863.423,
          "exitPrice": 1857.92,
          "stopDistance": 2.752,
          "outcome": "target",
          "netR": 1.8655,
          "holdMinutes": 231
        },
        {
          "entryTs": 1676268240,
          "entryUtc": "2023-02-13T06:04:00.000Z",
          "exitTs": 1676269500,
          "dir": -1,
          "entryPrice": 1860.421,
          "exitPrice": 1863.122,
          "stopDistance": 2.701,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 21
        },
        {
          "entryTs": 1676276760,
          "entryUtc": "2023-02-13T08:26:00.000Z",
          "exitTs": 1676280660,
          "dir": 1,
          "entryPrice": 1860.341,
          "exitPrice": 1857.649,
          "stopDistance": 2.693,
          "outcome": "stop",
          "netR": -1.156,
          "holdMinutes": 65
        },
        {
          "entryTs": 1676288340,
          "entryUtc": "2023-02-13T11:39:00.000Z",
          "exitTs": 1676295900,
          "dir": -1,
          "entryPrice": 1862.365,
          "exitPrice": 1855.744,
          "stopDistance": 3.31,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 126
        },
        {
          "entryTs": 1676314320,
          "entryUtc": "2023-02-13T18:52:00.000Z",
          "exitTs": 1676354460,
          "dir": -1,
          "entryPrice": 1855.682,
          "exitPrice": 1859.767,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 669
        },
        {
          "entryTs": 1676359200,
          "entryUtc": "2023-02-14T07:20:00.000Z",
          "exitTs": 1676367120,
          "dir": 1,
          "entryPrice": 1858.146,
          "exitPrice": 1861.926,
          "stopDistance": 1.89,
          "outcome": "target",
          "netR": 1.8042,
          "holdMinutes": 132
        },
        {
          "entryTs": 1676371380,
          "entryUtc": "2023-02-14T10:43:00.000Z",
          "exitTs": 1676374020,
          "dir": 1,
          "entryPrice": 1859.755,
          "exitPrice": 1856.836,
          "stopDistance": 2.919,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 44
        },
        {
          "entryTs": 1676378880,
          "entryUtc": "2023-02-14T12:48:00.000Z",
          "exitTs": 1676381400,
          "dir": -1,
          "entryPrice": 1859.987,
          "exitPrice": 1854.011,
          "stopDistance": 2.988,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 42
        },
        {
          "entryTs": 1676386980,
          "entryUtc": "2023-02-14T15:03:00.000Z",
          "exitTs": 1676392800,
          "dir": -1,
          "entryPrice": 1859.101,
          "exitPrice": 1844.3,
          "stopDistance": 7.4,
          "outcome": "target",
          "netR": 1.95,
          "holdMinutes": 97
        },
        {
          "entryTs": 1676428800,
          "entryUtc": "2023-02-15T02:40:00.000Z",
          "exitTs": 1676430000,
          "dir": 1,
          "entryPrice": 1854.596,
          "exitPrice": 1851.547,
          "stopDistance": 3.05,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 20
        },
        {
          "entryTs": 1676476920,
          "entryUtc": "2023-02-15T16:02:00.000Z",
          "exitTs": 1676511000,
          "dir": -1,
          "entryPrice": 1834.575,
          "exitPrice": 1839.22,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 568
        },
        {
          "entryTs": 1676532120,
          "entryUtc": "2023-02-16T07:22:00.000Z",
          "exitTs": 1676534820,
          "dir": -1,
          "entryPrice": 1839.937,
          "exitPrice": 1842.326,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 45
        },
        {
          "entryTs": 1676536860,
          "entryUtc": "2023-02-16T08:41:00.000Z",
          "exitTs": 1676540460,
          "dir": 1,
          "entryPrice": 1838.69,
          "exitPrice": 1835.596,
          "stopDistance": 3.094,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 60
        },
        {
          "entryTs": 1676553600,
          "entryUtc": "2023-02-16T13:20:00.000Z",
          "exitTs": 1676554200,
          "dir": 1,
          "entryPrice": 1837.546,
          "exitPrice": 1834.508,
          "stopDistance": 3.038,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 10
        },
        {
          "entryTs": 1676555100,
          "entryUtc": "2023-02-16T13:45:00.000Z",
          "exitTs": 1676559900,
          "dir": -1,
          "entryPrice": 1834.995,
          "exitPrice": 1827.563,
          "stopDistance": 3.716,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 80
        },
        {
          "entryTs": 1676579340,
          "entryUtc": "2023-02-16T20:29:00.000Z",
          "exitTs": 1676591520,
          "dir": 1,
          "entryPrice": 1838.397,
          "exitPrice": 1833.36,
          "stopDistance": 5.036,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 203
        },
        {
          "entryTs": 1676627460,
          "entryUtc": "2023-02-17T09:51:00.000Z",
          "exitTs": 1676631720,
          "dir": -1,
          "entryPrice": 1827.62,
          "exitPrice": 1822.301,
          "stopDistance": 2.66,
          "outcome": "target",
          "netR": 1.8609,
          "holdMinutes": 71
        },
        {
          "entryTs": 1676631840,
          "entryUtc": "2023-02-17T11:04:00.000Z",
          "exitTs": 1676641560,
          "dir": 1,
          "entryPrice": 1821.82,
          "exitPrice": 1829.166,
          "stopDistance": 3.673,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 162
        },
        {
          "entryTs": 1676644680,
          "entryUtc": "2023-02-17T14:38:00.000Z",
          "exitTs": 1676646600,
          "dir": 1,
          "entryPrice": 1825.16,
          "exitPrice": 1832.756,
          "stopDistance": 3.798,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 32
        },
        {
          "entryTs": 1676667660,
          "entryUtc": "2023-02-17T21:01:00.000Z",
          "exitTs": 1676847600,
          "dir": -1,
          "entryPrice": 1842.195,
          "exitPrice": 1841.457,
          "stopDistance": 3.156,
          "outcome": "time",
          "netR": 0.1166,
          "holdMinutes": 2999
        },
        {
          "entryTs": 1676869020,
          "entryUtc": "2023-02-20T04:57:00.000Z",
          "exitTs": 1676880360,
          "dir": 1,
          "entryPrice": 1842.581,
          "exitPrice": 1847.288,
          "stopDistance": 2.353,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 189
        },
        {
          "entryTs": 1676881080,
          "entryUtc": "2023-02-20T08:18:00.000Z",
          "exitTs": 1676882700,
          "dir": 1,
          "entryPrice": 1844.422,
          "exitPrice": 1842.006,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 27
        },
        {
          "entryTs": 1676883600,
          "entryUtc": "2023-02-20T09:00:00.000Z",
          "exitTs": 1676901300,
          "dir": -1,
          "entryPrice": 1843.908,
          "exitPrice": 1846.586,
          "stopDistance": 2.678,
          "outcome": "stop",
          "netR": -1.1568,
          "holdMinutes": 295
        },
        {
          "entryTs": 1676901780,
          "entryUtc": "2023-02-20T14:03:00.000Z",
          "exitTs": 1676907660,
          "dir": 1,
          "entryPrice": 1844.745,
          "exitPrice": 1842.24,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 98
        },
        {
          "entryTs": 1676959260,
          "entryUtc": "2023-02-21T06:01:00.000Z",
          "exitTs": 1676964000,
          "dir": 1,
          "entryPrice": 1838.355,
          "exitPrice": 1836.192,
          "stopDistance": 2.163,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 79
        },
        {
          "entryTs": 1676984640,
          "entryUtc": "2023-02-21T13:04:00.000Z",
          "exitTs": 1676986560,
          "dir": -1,
          "entryPrice": 1833.8,
          "exitPrice": 1836.864,
          "stopDistance": 3.064,
          "outcome": "stop",
          "netR": -1.1371,
          "holdMinutes": 32
        },
        {
          "entryTs": 1677028260,
          "entryUtc": "2023-02-22T01:11:00.000Z",
          "exitTs": 1677052440,
          "dir": 1,
          "entryPrice": 1835.562,
          "exitPrice": 1839.519,
          "stopDistance": 1.979,
          "outcome": "target",
          "netR": 1.813,
          "holdMinutes": 403
        },
        {
          "entryTs": 1677054120,
          "entryUtc": "2023-02-22T08:22:00.000Z",
          "exitTs": 1677055020,
          "dir": 1,
          "entryPrice": 1837.329,
          "exitPrice": 1835.13,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 15
        },
        {
          "entryTs": 1677056760,
          "entryUtc": "2023-02-22T09:06:00.000Z",
          "exitTs": 1677064320,
          "dir": -1,
          "entryPrice": 1834.971,
          "exitPrice": 1837.712,
          "stopDistance": 2.741,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 126
        },
        {
          "entryTs": 1677079200,
          "entryUtc": "2023-02-22T15:20:00.000Z",
          "exitTs": 1677093360,
          "dir": -1,
          "entryPrice": 1835.115,
          "exitPrice": 1826.769,
          "stopDistance": 4.173,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 236
        },
        {
          "entryTs": 1677114000,
          "entryUtc": "2023-02-23T01:00:00.000Z",
          "exitTs": 1677116760,
          "dir": -1,
          "entryPrice": 1824.88,
          "exitPrice": 1827.667,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 46
        },
        {
          "entryTs": 1677137160,
          "entryUtc": "2023-02-23T07:26:00.000Z",
          "exitTs": 1677139800,
          "dir": 1,
          "entryPrice": 1829.185,
          "exitPrice": 1826.973,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 44
        },
        {
          "entryTs": 1677160380,
          "entryUtc": "2023-02-23T13:53:00.000Z",
          "exitTs": 1677160620,
          "dir": -1,
          "entryPrice": 1822.89,
          "exitPrice": 1826.471,
          "stopDistance": 3.581,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 4
        },
        {
          "entryTs": 1677194940,
          "entryUtc": "2023-02-23T23:29:00.000Z",
          "exitTs": 1677199980,
          "dir": -1,
          "entryPrice": 1823.076,
          "exitPrice": 1826.076,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 84
        },
        {
          "entryTs": 1677224220,
          "entryUtc": "2023-02-24T07:37:00.000Z",
          "exitTs": 1677238560,
          "dir": -1,
          "entryPrice": 1824.21,
          "exitPrice": 1819.549,
          "stopDistance": 2.331,
          "outcome": "target",
          "netR": 1.8412,
          "holdMinutes": 239
        },
        {
          "entryTs": 1677249240,
          "entryUtc": "2023-02-24T14:34:00.000Z",
          "exitTs": 1677452400,
          "dir": -1,
          "entryPrice": 1814.47,
          "exitPrice": 1812.648,
          "stopDistance": 4.083,
          "outcome": "time",
          "netR": 0.3556,
          "holdMinutes": 3386
        },
        {
          "entryTs": 1677466080,
          "entryUtc": "2023-02-27T02:48:00.000Z",
          "exitTs": 1677469080,
          "dir": 1,
          "entryPrice": 1811.731,
          "exitPrice": 1809.285,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 50
        },
        {
          "entryTs": 1677488400,
          "entryUtc": "2023-02-27T09:00:00.000Z",
          "exitTs": 1677505920,
          "dir": 1,
          "entryPrice": 1809.855,
          "exitPrice": 1815.062,
          "stopDistance": 2.604,
          "outcome": "target",
          "netR": 1.8579,
          "holdMinutes": 292
        },
        {
          "entryTs": 1677515460,
          "entryUtc": "2023-02-27T16:31:00.000Z",
          "exitTs": 1677520980,
          "dir": 1,
          "entryPrice": 1813.135,
          "exitPrice": 1819.3,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 92
        },
        {
          "entryTs": 1677545280,
          "entryUtc": "2023-02-28T00:48:00.000Z",
          "exitTs": 1677556560,
          "dir": 1,
          "entryPrice": 1816.969,
          "exitPrice": 1815.195,
          "stopDistance": 1.774,
          "outcome": "stop",
          "netR": -1.2367,
          "holdMinutes": 188
        },
        {
          "entryTs": 1677567660,
          "entryUtc": "2023-02-28T07:01:00.000Z",
          "exitTs": 1677568440,
          "dir": 1,
          "entryPrice": 1814.389,
          "exitPrice": 1812.357,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 13
        },
        {
          "entryTs": 1677634200,
          "entryUtc": "2023-03-01T01:30:00.000Z",
          "exitTs": 1677635520,
          "dir": -1,
          "entryPrice": 1825.922,
          "exitPrice": 1828.166,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 22
        },
        {
          "entryTs": 1677656280,
          "entryUtc": "2023-03-01T07:38:00.000Z",
          "exitTs": 1677657420,
          "dir": 1,
          "entryPrice": 1831.245,
          "exitPrice": 1835.574,
          "stopDistance": 2.164,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 19
        },
        {
          "entryTs": 1677676140,
          "entryUtc": "2023-03-01T13:09:00.000Z",
          "exitTs": 1677682560,
          "dir": 1,
          "entryPrice": 1836.883,
          "exitPrice": 1843.468,
          "stopDistance": 3.293,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 107
        },
        {
          "entryTs": 1677683100,
          "entryUtc": "2023-03-01T15:05:00.000Z",
          "exitTs": 1677683400,
          "dir": 1,
          "entryPrice": 1839.06,
          "exitPrice": 1834.97,
          "stopDistance": 4.09,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 5
        },
        {
          "entryTs": 1677711900,
          "entryUtc": "2023-03-01T23:05:00.000Z",
          "exitTs": 1677721260,
          "dir": -1,
          "entryPrice": 1837.43,
          "exitPrice": 1832.289,
          "stopDistance": 2.57,
          "outcome": "target",
          "netR": 1.8561,
          "holdMinutes": 156
        },
        {
          "entryTs": 1677739320,
          "entryUtc": "2023-03-02T06:42:00.000Z",
          "exitTs": 1677756840,
          "dir": -1,
          "entryPrice": 1833.362,
          "exitPrice": 1835.507,
          "stopDistance": 2.146,
          "outcome": "stop",
          "netR": -1.1957,
          "holdMinutes": 292
        },
        {
          "entryTs": 1677760080,
          "entryUtc": "2023-03-02T12:28:00.000Z",
          "exitTs": 1677763800,
          "dir": 1,
          "entryPrice": 1833.516,
          "exitPrice": 1830.576,
          "stopDistance": 2.94,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 62
        },
        {
          "entryTs": 1677768300,
          "entryUtc": "2023-03-02T14:45:00.000Z",
          "exitTs": 1677805920,
          "dir": 1,
          "entryPrice": 1833.756,
          "exitPrice": 1841.151,
          "stopDistance": 3.697,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 627
        },
        {
          "entryTs": 1677808080,
          "entryUtc": "2023-03-03T01:48:00.000Z",
          "exitTs": 1677825720,
          "dir": 1,
          "entryPrice": 1838.27,
          "exitPrice": 1842.927,
          "stopDistance": 2.328,
          "outcome": "target",
          "netR": 1.8411,
          "holdMinutes": 294
        },
        {
          "entryTs": 1677840660,
          "entryUtc": "2023-03-03T10:51:00.000Z",
          "exitTs": 1677853320,
          "dir": 1,
          "entryPrice": 1846.201,
          "exitPrice": 1843.763,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 211
        },
        {
          "entryTs": 1677858420,
          "entryUtc": "2023-03-03T15:47:00.000Z",
          "exitTs": 1677866940,
          "dir": -1,
          "entryPrice": 1844.935,
          "exitPrice": 1848.532,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 142
        },
        {
          "entryTs": 1678072080,
          "entryUtc": "2023-03-06T03:08:00.000Z",
          "exitTs": 1678088220,
          "dir": -1,
          "entryPrice": 1854.916,
          "exitPrice": 1857.458,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 269
        },
        {
          "entryTs": 1678091220,
          "entryUtc": "2023-03-06T08:27:00.000Z",
          "exitTs": 1678091520,
          "dir": 1,
          "entryPrice": 1855.14,
          "exitPrice": 1852.924,
          "stopDistance": 2.216,
          "outcome": "stop",
          "netR": -1.1895,
          "holdMinutes": 5
        },
        {
          "entryTs": 1678149360,
          "entryUtc": "2023-03-07T00:36:00.000Z",
          "exitTs": 1678152960,
          "dir": -1,
          "entryPrice": 1845.771,
          "exitPrice": 1847.695,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 60
        },
        {
          "entryTs": 1678168380,
          "entryUtc": "2023-03-07T05:53:00.000Z",
          "exitTs": 1678172460,
          "dir": 1,
          "entryPrice": 1847.93,
          "exitPrice": 1846.052,
          "stopDistance": 1.878,
          "outcome": "stop",
          "netR": -1.2236,
          "holdMinutes": 68
        },
        {
          "entryTs": 1678173180,
          "entryUtc": "2023-03-07T07:13:00.000Z",
          "exitTs": 1678173840,
          "dir": -1,
          "entryPrice": 1848.055,
          "exitPrice": 1849.953,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 11
        },
        {
          "entryTs": 1678175280,
          "entryUtc": "2023-03-07T07:48:00.000Z",
          "exitTs": 1678176720,
          "dir": 1,
          "entryPrice": 1849.151,
          "exitPrice": 1846.769,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 24
        },
        {
          "entryTs": 1678234740,
          "entryUtc": "2023-03-08T00:19:00.000Z",
          "exitTs": 1678273620,
          "dir": -1,
          "entryPrice": 1813.415,
          "exitPrice": 1815.862,
          "stopDistance": 2.447,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 648
        },
        {
          "entryTs": 1678278240,
          "entryUtc": "2023-03-08T12:24:00.000Z",
          "exitTs": 1678283580,
          "dir": 1,
          "entryPrice": 1814.386,
          "exitPrice": 1812.135,
          "stopDistance": 2.251,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 89
        },
        {
          "entryTs": 1678302720,
          "entryUtc": "2023-03-08T19:12:00.000Z",
          "exitTs": 1678361100,
          "dir": -1,
          "entryPrice": 1815.966,
          "exitPrice": 1819.644,
          "stopDistance": 3.678,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 973
        },
        {
          "entryTs": 1678367640,
          "entryUtc": "2023-03-09T13:14:00.000Z",
          "exitTs": 1678368720,
          "dir": 1,
          "entryPrice": 1816.57,
          "exitPrice": 1820.92,
          "stopDistance": 2.175,
          "outcome": "target",
          "netR": 1.8299,
          "holdMinutes": 18
        },
        {
          "entryTs": 1678385640,
          "entryUtc": "2023-03-09T18:14:00.000Z",
          "exitTs": 1678387860,
          "dir": -1,
          "entryPrice": 1830.645,
          "exitPrice": 1834.651,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 37
        },
        {
          "entryTs": 1678410180,
          "entryUtc": "2023-03-10T01:03:00.000Z",
          "exitTs": 1678410840,
          "dir": 1,
          "entryPrice": 1832.599,
          "exitPrice": 1830.116,
          "stopDistance": 2.484,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 11
        },
        {
          "entryTs": 1678414620,
          "entryUtc": "2023-03-10T02:17:00.000Z",
          "exitTs": 1678415400,
          "dir": 1,
          "entryPrice": 1831.6,
          "exitPrice": 1829.077,
          "stopDistance": 2.523,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 13
        },
        {
          "entryTs": 1678416300,
          "entryUtc": "2023-03-10T02:45:00.000Z",
          "exitTs": 1678428180,
          "dir": -1,
          "entryPrice": 1830.055,
          "exitPrice": 1832.69,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 198
        },
        {
          "entryTs": 1678442340,
          "entryUtc": "2023-03-10T09:59:00.000Z",
          "exitTs": 1678447800,
          "dir": 1,
          "entryPrice": 1831.475,
          "exitPrice": 1836.314,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 91
        },
        {
          "entryTs": 1678455000,
          "entryUtc": "2023-03-10T13:30:00.000Z",
          "exitTs": 1678455000,
          "dir": -1,
          "entryPrice": 1834.241,
          "exitPrice": 1837.454,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 0
        },
        {
          "entryTs": 1678665300,
          "entryUtc": "2023-03-12T23:55:00.000Z",
          "exitTs": 1678699980,
          "dir": 1,
          "entryPrice": 1877.44,
          "exitPrice": 1890.706,
          "stopDistance": 6.633,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 578
        },
        {
          "entryTs": 1678722180,
          "entryUtc": "2023-03-13T15:43:00.000Z",
          "exitTs": 1678801680,
          "dir": 1,
          "entryPrice": 1904.53,
          "exitPrice": 1896.06,
          "stopDistance": 8.47,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1325
        },
        {
          "entryTs": 1678802880,
          "entryUtc": "2023-03-14T14:08:00.000Z",
          "exitTs": 1678867320,
          "dir": -1,
          "entryPrice": 1905.033,
          "exitPrice": 1893.254,
          "stopDistance": 5.889,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 1074
        },
        {
          "entryTs": 1678874580,
          "entryUtc": "2023-03-15T10:03:00.000Z",
          "exitTs": 1678874700,
          "dir": -1,
          "entryPrice": 1899.23,
          "exitPrice": 1901.84,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 2
        },
        {
          "entryTs": 1678887480,
          "entryUtc": "2023-03-15T13:38:00.000Z",
          "exitTs": 1678897080,
          "dir": 1,
          "entryPrice": 1917.595,
          "exitPrice": 1932.535,
          "stopDistance": 7.47,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 160
        },
        {
          "entryTs": 1678900440,
          "entryUtc": "2023-03-15T17:14:00.000Z",
          "exitTs": 1678904880,
          "dir": 1,
          "entryPrice": 1925.974,
          "exitPrice": 1917.867,
          "stopDistance": 8.108,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 74
        },
        {
          "entryTs": 1678924860,
          "entryUtc": "2023-03-16T00:01:00.000Z",
          "exitTs": 1678928160,
          "dir": 1,
          "entryPrice": 1920.685,
          "exitPrice": 1915.648,
          "stopDistance": 5.037,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 55
        },
        {
          "entryTs": 1678950360,
          "entryUtc": "2023-03-16T07:06:00.000Z",
          "exitTs": 1678953300,
          "dir": 1,
          "entryPrice": 1912.77,
          "exitPrice": 1920.508,
          "stopDistance": 3.869,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 49
        },
        {
          "entryTs": 1678975920,
          "entryUtc": "2023-03-16T14:12:00.000Z",
          "exitTs": 1678980120,
          "dir": -1,
          "entryPrice": 1927.43,
          "exitPrice": 1915.774,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 70
        },
        {
          "entryTs": 1678996440,
          "entryUtc": "2023-03-16T19:54:00.000Z",
          "exitTs": 1679028840,
          "dir": 1,
          "entryPrice": 1919.085,
          "exitPrice": 1930.066,
          "stopDistance": 5.491,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 540
        },
        {
          "entryTs": 1679032560,
          "entryUtc": "2023-03-17T05:56:00.000Z",
          "exitTs": 1679052060,
          "dir": 1,
          "entryPrice": 1928.965,
          "exitPrice": 1934.579,
          "stopDistance": 2.807,
          "outcome": "target",
          "netR": 1.8682,
          "holdMinutes": 325
        },
        {
          "entryTs": 1679263800,
          "entryUtc": "2023-03-19T22:10:00.000Z",
          "exitTs": 1679273160,
          "dir": 1,
          "entryPrice": 1981.273,
          "exitPrice": 1974.025,
          "stopDistance": 7.248,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 156
        },
        {
          "entryTs": 1679306160,
          "entryUtc": "2023-03-20T09:56:00.000Z",
          "exitTs": 1679308380,
          "dir": 1,
          "entryPrice": 1985.894,
          "exitPrice": 1979.412,
          "stopDistance": 6.482,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 37
        },
        {
          "entryTs": 1679315700,
          "entryUtc": "2023-03-20T12:35:00.000Z",
          "exitTs": 1679316660,
          "dir": 1,
          "entryPrice": 1982.73,
          "exitPrice": 1974.901,
          "stopDistance": 7.829,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 16
        },
        {
          "entryTs": 1679318820,
          "entryUtc": "2023-03-20T13:27:00.000Z",
          "exitTs": 1679385960,
          "dir": -1,
          "entryPrice": 1981.035,
          "exitPrice": 1964.349,
          "stopDistance": 8.343,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 1119
        },
        {
          "entryTs": 1679402220,
          "entryUtc": "2023-03-21T12:37:00.000Z",
          "exitTs": 1679406240,
          "dir": -1,
          "entryPrice": 1966.33,
          "exitPrice": 1957.652,
          "stopDistance": 4.339,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 67
        },
        {
          "entryTs": 1679450520,
          "entryUtc": "2023-03-22T02:02:00.000Z",
          "exitTs": 1679453760,
          "dir": 1,
          "entryPrice": 1942.63,
          "exitPrice": 1939.476,
          "stopDistance": 3.154,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 54
        },
        {
          "entryTs": 1679468640,
          "entryUtc": "2023-03-22T07:04:00.000Z",
          "exitTs": 1679469900,
          "dir": 1,
          "entryPrice": 1939.89,
          "exitPrice": 1936.86,
          "stopDistance": 3.03,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 21
        },
        {
          "entryTs": 1679470680,
          "entryUtc": "2023-03-22T07:38:00.000Z",
          "exitTs": 1679472720,
          "dir": -1,
          "entryPrice": 1938.83,
          "exitPrice": 1942.514,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 34
        },
        {
          "entryTs": 1679491860,
          "entryUtc": "2023-03-22T13:31:00.000Z",
          "exitTs": 1679496420,
          "dir": -1,
          "entryPrice": 1941.715,
          "exitPrice": 1945.975,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 76
        },
        {
          "entryTs": 1679508900,
          "entryUtc": "2023-03-22T18:15:00.000Z",
          "exitTs": 1679510280,
          "dir": 1,
          "entryPrice": 1953.204,
          "exitPrice": 1965.988,
          "stopDistance": 6.392,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 23
        },
        {
          "entryTs": 1679534100,
          "entryUtc": "2023-03-23T01:15:00.000Z",
          "exitTs": 1679552760,
          "dir": 1,
          "entryPrice": 1968.745,
          "exitPrice": 1981.718,
          "stopDistance": 6.487,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 311
        },
        {
          "entryTs": 1679553480,
          "entryUtc": "2023-03-23T06:38:00.000Z",
          "exitTs": 1679559900,
          "dir": 1,
          "entryPrice": 1979.135,
          "exitPrice": 1974.753,
          "stopDistance": 4.382,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 107
        },
        {
          "entryTs": 1679576700,
          "entryUtc": "2023-03-23T13:05:00.000Z",
          "exitTs": 1679578860,
          "dir": -1,
          "entryPrice": 1973.87,
          "exitPrice": 1979.074,
          "stopDistance": 5.204,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 36
        },
        {
          "entryTs": 1679598960,
          "entryUtc": "2023-03-23T19:16:00.000Z",
          "exitTs": 1679638860,
          "dir": 1,
          "entryPrice": 1994.92,
          "exitPrice": 1987.462,
          "stopDistance": 7.458,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 665
        },
        {
          "entryTs": 1679644140,
          "entryUtc": "2023-03-24T07:49:00.000Z",
          "exitTs": 1679647140,
          "dir": -1,
          "entryPrice": 1989.707,
          "exitPrice": 1982.933,
          "stopDistance": 3.387,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 50
        },
        {
          "entryTs": 1679648520,
          "entryUtc": "2023-03-24T09:02:00.000Z",
          "exitTs": 1679650620,
          "dir": -1,
          "entryPrice": 1987.192,
          "exitPrice": 1991.656,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 35
        },
        {
          "entryTs": 1679667420,
          "entryUtc": "2023-03-24T14:17:00.000Z",
          "exitTs": 1679678760,
          "dir": -1,
          "entryPrice": 1995.682,
          "exitPrice": 1982.553,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 189
        },
        {
          "entryTs": 1679871840,
          "entryUtc": "2023-03-26T23:04:00.000Z",
          "exitTs": 1679908800,
          "dir": -1,
          "entryPrice": 1974.315,
          "exitPrice": 1962.799,
          "stopDistance": 5.758,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 616
        },
        {
          "entryTs": 1679930040,
          "entryUtc": "2023-03-27T15:14:00.000Z",
          "exitTs": 1680006060,
          "dir": -1,
          "entryPrice": 1958.425,
          "exitPrice": 1964.456,
          "stopDistance": 6.031,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1680063360,
          "entryUtc": "2023-03-29T04:16:00.000Z",
          "exitTs": 1680069600,
          "dir": -1,
          "entryPrice": 1968.065,
          "exitPrice": 1962.688,
          "stopDistance": 2.689,
          "outcome": "target",
          "netR": 1.8624,
          "holdMinutes": 104
        },
        {
          "entryTs": 1680075900,
          "entryUtc": "2023-03-29T07:45:00.000Z",
          "exitTs": 1680077040,
          "dir": 1,
          "entryPrice": 1963.945,
          "exitPrice": 1960.818,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 19
        },
        {
          "entryTs": 1680097380,
          "entryUtc": "2023-03-29T13:43:00.000Z",
          "exitTs": 1680101040,
          "dir": -1,
          "entryPrice": 1965.72,
          "exitPrice": 1969.96,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 61
        },
        {
          "entryTs": 1680102420,
          "entryUtc": "2023-03-29T15:07:00.000Z",
          "exitTs": 1680105480,
          "dir": 1,
          "entryPrice": 1966.15,
          "exitPrice": 1961.425,
          "stopDistance": 4.725,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 51
        },
        {
          "entryTs": 1680177600,
          "entryUtc": "2023-03-30T12:00:00.000Z",
          "exitTs": 1680179160,
          "dir": 1,
          "entryPrice": 1968.005,
          "exitPrice": 1973.751,
          "stopDistance": 2.873,
          "outcome": "target",
          "netR": 1.8712,
          "holdMinutes": 26
        },
        {
          "entryTs": 1680179640,
          "entryUtc": "2023-03-30T12:34:00.000Z",
          "exitTs": 1680180120,
          "dir": 1,
          "entryPrice": 1971.56,
          "exitPrice": 1968.305,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 8
        },
        {
          "entryTs": 1680186180,
          "entryUtc": "2023-03-30T14:23:00.000Z",
          "exitTs": 1680189180,
          "dir": -1,
          "entryPrice": 1970.356,
          "exitPrice": 1974.552,
          "stopDistance": 4.196,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 50
        },
        {
          "entryTs": 1680242520,
          "entryUtc": "2023-03-31T06:02:00.000Z",
          "exitTs": 1680245160,
          "dir": -1,
          "entryPrice": 1980.541,
          "exitPrice": 1982.63,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 44
        },
        {
          "entryTs": 1680247260,
          "entryUtc": "2023-03-31T07:21:00.000Z",
          "exitTs": 1680247740,
          "dir": 1,
          "entryPrice": 1980.209,
          "exitPrice": 1977.924,
          "stopDistance": 2.286,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 8
        },
        {
          "entryTs": 1680254880,
          "entryUtc": "2023-03-31T09:28:00.000Z",
          "exitTs": 1680265920,
          "dir": -1,
          "entryPrice": 1979.72,
          "exitPrice": 1982.651,
          "stopDistance": 2.931,
          "outcome": "stop",
          "netR": -1.1433,
          "holdMinutes": 184
        },
        {
          "entryTs": 1680266700,
          "entryUtc": "2023-03-31T12:45:00.000Z",
          "exitTs": 1680267780,
          "dir": 1,
          "entryPrice": 1981.845,
          "exitPrice": 1977.654,
          "stopDistance": 4.191,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 18
        },
        {
          "entryTs": 1680268080,
          "entryUtc": "2023-03-31T13:08:00.000Z",
          "exitTs": 1680269820,
          "dir": 1,
          "entryPrice": 1975.945,
          "exitPrice": 1982.623,
          "stopDistance": 3.339,
          "outcome": "target",
          "netR": 1.8892,
          "holdMinutes": 29
        },
        {
          "entryTs": 1680278760,
          "entryUtc": "2023-03-31T16:06:00.000Z",
          "exitTs": 1680283140,
          "dir": 1,
          "entryPrice": 1977.93,
          "exitPrice": 1973.169,
          "stopDistance": 4.761,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 73
        },
        {
          "entryTs": 1680568080,
          "entryUtc": "2023-04-04T00:28:00.000Z",
          "exitTs": 1680572940,
          "dir": -1,
          "entryPrice": 1984.381,
          "exitPrice": 1979.551,
          "stopDistance": 2.415,
          "outcome": "target",
          "netR": 1.8468,
          "holdMinutes": 81
        },
        {
          "entryTs": 1680593700,
          "entryUtc": "2023-04-04T07:35:00.000Z",
          "exitTs": 1680610800,
          "dir": 1,
          "entryPrice": 1979.766,
          "exitPrice": 1985.241,
          "stopDistance": 2.737,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 285
        },
        {
          "entryTs": 1680625980,
          "entryUtc": "2023-04-04T16:33:00.000Z",
          "exitTs": 1680705180,
          "dir": 1,
          "entryPrice": 2020.14,
          "exitPrice": 2012.887,
          "stopDistance": 7.253,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 1320
        },
        {
          "entryTs": 1680723180,
          "entryUtc": "2023-04-05T19:33:00.000Z",
          "exitTs": 1680742800,
          "dir": 1,
          "entryPrice": 2021.122,
          "exitPrice": 2016.662,
          "stopDistance": 4.459,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 327
        },
        {
          "entryTs": 1680762240,
          "entryUtc": "2023-04-06T06:24:00.000Z",
          "exitTs": 1680767100,
          "dir": 1,
          "entryPrice": 2012.92,
          "exitPrice": 2017.95,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 81
        },
        {
          "entryTs": 1680768780,
          "entryUtc": "2023-04-06T08:13:00.000Z",
          "exitTs": 1680785700,
          "dir": 1,
          "entryPrice": 2014.801,
          "exitPrice": 2011.641,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 282
        },
        {
          "entryTs": 1680800580,
          "entryUtc": "2023-04-06T17:03:00.000Z",
          "exitTs": 1680810900,
          "dir": 1,
          "entryPrice": 2011.495,
          "exitPrice": 2006.595,
          "stopDistance": 4.9,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 172
        },
        {
          "entryTs": 1681078500,
          "entryUtc": "2023-04-09T22:15:00.000Z",
          "exitTs": 1681079820,
          "dir": -1,
          "entryPrice": 2001.971,
          "exitPrice": 2006.345,
          "stopDistance": 4.374,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 22
        },
        {
          "entryTs": 1681106580,
          "entryUtc": "2023-04-10T06:03:00.000Z",
          "exitTs": 1681115460,
          "dir": 1,
          "entryPrice": 1992.33,
          "exitPrice": 1998.268,
          "stopDistance": 2.969,
          "outcome": "target",
          "netR": 1.8754,
          "holdMinutes": 148
        },
        {
          "entryTs": 1681129080,
          "entryUtc": "2023-04-10T12:18:00.000Z",
          "exitTs": 1681131180,
          "dir": 1,
          "entryPrice": 1996.185,
          "exitPrice": 1993.399,
          "stopDistance": 2.786,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 35
        },
        {
          "entryTs": 1681147620,
          "entryUtc": "2023-04-10T17:27:00.000Z",
          "exitTs": 1681180500,
          "dir": 1,
          "entryPrice": 1988.895,
          "exitPrice": 1997.433,
          "stopDistance": 4.269,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 548
        },
        {
          "entryTs": 1681220820,
          "entryUtc": "2023-04-11T13:47:00.000Z",
          "exitTs": 1681223220,
          "dir": -1,
          "entryPrice": 1999.855,
          "exitPrice": 2003.308,
          "stopDistance": 3.453,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 40
        },
        {
          "entryTs": 1681241760,
          "entryUtc": "2023-04-11T19:36:00.000Z",
          "exitTs": 1681263420,
          "dir": 1,
          "entryPrice": 2005.096,
          "exitPrice": 2010.844,
          "stopDistance": 2.874,
          "outcome": "target",
          "netR": 1.8712,
          "holdMinutes": 361
        },
        {
          "entryTs": 1681280340,
          "entryUtc": "2023-04-12T06:19:00.000Z",
          "exitTs": 1681281180,
          "dir": 1,
          "entryPrice": 2016.435,
          "exitPrice": 2013.522,
          "stopDistance": 2.913,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 14
        },
        {
          "entryTs": 1681302600,
          "entryUtc": "2023-04-12T12:30:00.000Z",
          "exitTs": 1681302600,
          "dir": -1,
          "entryPrice": 2011.841,
          "exitPrice": 2015.031,
          "stopDistance": 3.19,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 0
        },
        {
          "entryTs": 1681305000,
          "entryUtc": "2023-04-12T13:10:00.000Z",
          "exitTs": 1681306860,
          "dir": 1,
          "entryPrice": 2017.732,
          "exitPrice": 2012.817,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 31
        },
        {
          "entryTs": 1681366140,
          "entryUtc": "2023-04-13T06:09:00.000Z",
          "exitTs": 1681367100,
          "dir": -1,
          "entryPrice": 2017.32,
          "exitPrice": 2019.961,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 16
        },
        {
          "entryTs": 1681389120,
          "entryUtc": "2023-04-13T12:32:00.000Z",
          "exitTs": 1681389600,
          "dir": 1,
          "entryPrice": 2026.705,
          "exitPrice": 2032.349,
          "stopDistance": 2.822,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 8
        },
        {
          "entryTs": 1681396800,
          "entryUtc": "2023-04-13T14:40:00.000Z",
          "exitTs": 1681475520,
          "dir": 1,
          "entryPrice": 2036.73,
          "exitPrice": 2031.409,
          "stopDistance": 5.321,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 1312
        },
        {
          "entryTs": 1681694280,
          "entryUtc": "2023-04-17T01:18:00.000Z",
          "exitTs": 1681695780,
          "dir": -1,
          "entryPrice": 2000.035,
          "exitPrice": 2003.797,
          "stopDistance": 3.762,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 25
        },
        {
          "entryTs": 1681718880,
          "entryUtc": "2023-04-17T08:08:00.000Z",
          "exitTs": 1681729440,
          "dir": 1,
          "entryPrice": 2009.3,
          "exitPrice": 2005.902,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 176
        },
        {
          "entryTs": 1681731660,
          "entryUtc": "2023-04-17T11:41:00.000Z",
          "exitTs": 1681734720,
          "dir": -1,
          "entryPrice": 2009.705,
          "exitPrice": 2002.76,
          "stopDistance": 3.473,
          "outcome": "target",
          "netR": 1.8935,
          "holdMinutes": 51
        },
        {
          "entryTs": 1681778220,
          "entryUtc": "2023-04-18T00:37:00.000Z",
          "exitTs": 1681781940,
          "dir": -1,
          "entryPrice": 1995.376,
          "exitPrice": 1998.492,
          "stopDistance": 3.115,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 62
        },
        {
          "entryTs": 1681793640,
          "entryUtc": "2023-04-18T04:54:00.000Z",
          "exitTs": 1681803360,
          "dir": 1,
          "entryPrice": 1998.445,
          "exitPrice": 2003.583,
          "stopDistance": 2.569,
          "outcome": "target",
          "netR": 1.856,
          "holdMinutes": 162
        },
        {
          "entryTs": 1681810080,
          "entryUtc": "2023-04-18T09:28:00.000Z",
          "exitTs": 1681824060,
          "dir": 1,
          "entryPrice": 2000.435,
          "exitPrice": 1997.53,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 233
        },
        {
          "entryTs": 1681826820,
          "entryUtc": "2023-04-18T14:07:00.000Z",
          "exitTs": 1681826880,
          "dir": -1,
          "entryPrice": 2001.451,
          "exitPrice": 2004.723,
          "stopDistance": 3.272,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 1
        },
        {
          "entryTs": 1681856760,
          "entryUtc": "2023-04-18T22:26:00.000Z",
          "exitTs": 1681869840,
          "dir": 1,
          "entryPrice": 2004.732,
          "exitPrice": 2002.299,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 218
        },
        {
          "entryTs": 1681879920,
          "entryUtc": "2023-04-19T04:52:00.000Z",
          "exitTs": 1681884480,
          "dir": -1,
          "entryPrice": 2003.755,
          "exitPrice": 1998.927,
          "stopDistance": 2.414,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 76
        },
        {
          "entryTs": 1681909380,
          "entryUtc": "2023-04-19T13:03:00.000Z",
          "exitTs": 1681911300,
          "dir": -1,
          "entryPrice": 1982.25,
          "exitPrice": 1987.009,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 32
        },
        {
          "entryTs": 1681944600,
          "entryUtc": "2023-04-19T22:50:00.000Z",
          "exitTs": 1681952820,
          "dir": 1,
          "entryPrice": 1994.66,
          "exitPrice": 1992.173,
          "stopDistance": 2.487,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 137
        },
        {
          "entryTs": 1681970100,
          "entryUtc": "2023-04-20T05:55:00.000Z",
          "exitTs": 1681971300,
          "dir": -1,
          "entryPrice": 1995.034,
          "exitPrice": 1998.061,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 20
        },
        {
          "entryTs": 1681981860,
          "entryUtc": "2023-04-20T09:11:00.000Z",
          "exitTs": 1681984200,
          "dir": 1,
          "entryPrice": 1994.23,
          "exitPrice": 1999.534,
          "stopDistance": 2.652,
          "outcome": "target",
          "netR": 1.8605,
          "holdMinutes": 39
        },
        {
          "entryTs": 1682002500,
          "entryUtc": "2023-04-20T14:55:00.000Z",
          "exitTs": 1682055120,
          "dir": 1,
          "entryPrice": 2001.767,
          "exitPrice": 1996.903,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 877
        },
        {
          "entryTs": 1682074080,
          "entryUtc": "2023-04-21T10:48:00.000Z",
          "exitTs": 1682079000,
          "dir": 1,
          "entryPrice": 1988.492,
          "exitPrice": 1984.248,
          "stopDistance": 4.244,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 82
        },
        {
          "entryTs": 1682080140,
          "entryUtc": "2023-04-21T12:29:00.000Z",
          "exitTs": 1682082900,
          "dir": -1,
          "entryPrice": 1987.492,
          "exitPrice": 1991.906,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 46
        },
        {
          "entryTs": 1682084760,
          "entryUtc": "2023-04-21T13:46:00.000Z",
          "exitTs": 1682084940,
          "dir": 1,
          "entryPrice": 1986.86,
          "exitPrice": 1981.996,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 3
        },
        {
          "entryTs": 1682086620,
          "entryUtc": "2023-04-21T14:17:00.000Z",
          "exitTs": 1682287200,
          "dir": -1,
          "entryPrice": 1980.34,
          "exitPrice": 1981.098,
          "stopDistance": 7.382,
          "outcome": "time",
          "netR": -0.1528,
          "holdMinutes": 3343
        },
        {
          "entryTs": 1682296920,
          "entryUtc": "2023-04-24T00:42:00.000Z",
          "exitTs": 1682301600,
          "dir": 1,
          "entryPrice": 1981.698,
          "exitPrice": 1978.396,
          "stopDistance": 3.302,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 78
        },
        {
          "entryTs": 1682303580,
          "entryUtc": "2023-04-24T02:33:00.000Z",
          "exitTs": 1682326740,
          "dir": -1,
          "entryPrice": 1981.729,
          "exitPrice": 1984.805,
          "stopDistance": 3.075,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 386
        },
        {
          "entryTs": 1682331300,
          "entryUtc": "2023-04-24T10:15:00.000Z",
          "exitTs": 1682343300,
          "dir": 1,
          "entryPrice": 1983.043,
          "exitPrice": 1979.762,
          "stopDistance": 3.281,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 200
        },
        {
          "entryTs": 1682345580,
          "entryUtc": "2023-04-24T14:13:00.000Z",
          "exitTs": 1682347200,
          "dir": -1,
          "entryPrice": 1980.01,
          "exitPrice": 1983.745,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 27
        },
        {
          "entryTs": 1682390520,
          "entryUtc": "2023-04-25T02:42:00.000Z",
          "exitTs": 1682395680,
          "dir": 1,
          "entryPrice": 1995.03,
          "exitPrice": 1992.149,
          "stopDistance": 2.881,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 86
        },
        {
          "entryTs": 1682399640,
          "entryUtc": "2023-04-25T05:14:00.000Z",
          "exitTs": 1682402940,
          "dir": -1,
          "entryPrice": 1993.62,
          "exitPrice": 1996.513,
          "stopDistance": 2.893,
          "outcome": "stop",
          "netR": -1.1452,
          "holdMinutes": 55
        },
        {
          "entryTs": 1682425920,
          "entryUtc": "2023-04-25T12:32:00.000Z",
          "exitTs": 1682426760,
          "dir": -1,
          "entryPrice": 1987.326,
          "exitPrice": 1991.1,
          "stopDistance": 3.774,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 14
        },
        {
          "entryTs": 1682470500,
          "entryUtc": "2023-04-26T00:55:00.000Z",
          "exitTs": 1682479980,
          "dir": 1,
          "entryPrice": 1997.588,
          "exitPrice": 1994.298,
          "stopDistance": 3.29,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 158
        },
        {
          "entryTs": 1682487840,
          "entryUtc": "2023-04-26T05:44:00.000Z",
          "exitTs": 1682508060,
          "dir": -1,
          "entryPrice": 1997.61,
          "exitPrice": 2000.843,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 337
        },
        {
          "entryTs": 1682508720,
          "entryUtc": "2023-04-26T11:32:00.000Z",
          "exitTs": 1682509320,
          "dir": 1,
          "entryPrice": 1999.275,
          "exitPrice": 1996.296,
          "stopDistance": 2.979,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 10
        },
        {
          "entryTs": 1682509620,
          "entryUtc": "2023-04-26T11:47:00.000Z",
          "exitTs": 1682512380,
          "dir": -1,
          "entryPrice": 1995.835,
          "exitPrice": 1999.611,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 46
        },
        {
          "entryTs": 1682517840,
          "entryUtc": "2023-04-26T14:04:00.000Z",
          "exitTs": 1682521800,
          "dir": 1,
          "entryPrice": 2001.436,
          "exitPrice": 1996.237,
          "stopDistance": 5.199,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 66
        },
        {
          "entryTs": 1682539020,
          "entryUtc": "2023-04-26T19:57:00.000Z",
          "exitTs": 1682563140,
          "dir": 1,
          "entryPrice": 1987.036,
          "exitPrice": 1997.62,
          "stopDistance": 5.292,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 402
        },
        {
          "entryTs": 1682572500,
          "entryUtc": "2023-04-27T05:15:00.000Z",
          "exitTs": 1682587740,
          "dir": 1,
          "entryPrice": 2000.146,
          "exitPrice": 1997.139,
          "stopDistance": 3.007,
          "outcome": "stop",
          "netR": -1.1397,
          "holdMinutes": 254
        },
        {
          "entryTs": 1682590200,
          "entryUtc": "2023-04-27T10:10:00.000Z",
          "exitTs": 1682598600,
          "dir": -1,
          "entryPrice": 1998.285,
          "exitPrice": 2001.465,
          "stopDistance": 3.18,
          "outcome": "ambiguous",
          "netR": -1.1321,
          "holdMinutes": 140
        },
        {
          "entryTs": 1682645400,
          "entryUtc": "2023-04-28T01:30:00.000Z",
          "exitTs": 1682645820,
          "dir": -1,
          "entryPrice": 1987.655,
          "exitPrice": 1989.973,
          "stopDistance": 2.318,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 7
        },
        {
          "entryTs": 1682647920,
          "entryUtc": "2023-04-28T02:12:00.000Z",
          "exitTs": 1682660940,
          "dir": 1,
          "entryPrice": 1988.49,
          "exitPrice": 1985.834,
          "stopDistance": 2.656,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 217
        },
        {
          "entryTs": 1682663340,
          "entryUtc": "2023-04-28T06:29:00.000Z",
          "exitTs": 1682669700,
          "dir": -1,
          "entryPrice": 1986.806,
          "exitPrice": 1980.864,
          "stopDistance": 2.971,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 106
        },
        {
          "entryTs": 1682679420,
          "entryUtc": "2023-04-28T10:57:00.000Z",
          "exitTs": 1682685000,
          "dir": 1,
          "entryPrice": 1982.709,
          "exitPrice": 1979.83,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 93
        },
        {
          "entryTs": 1682689380,
          "entryUtc": "2023-04-28T13:43:00.000Z",
          "exitTs": 1682693940,
          "dir": 1,
          "entryPrice": 1984.235,
          "exitPrice": 1992.948,
          "stopDistance": 4.357,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 76
        },
        {
          "entryTs": 1682711820,
          "entryUtc": "2023-04-28T19:57:00.000Z",
          "exitTs": 1682892000,
          "dir": -1,
          "entryPrice": 1989.495,
          "exitPrice": 1990.204,
          "stopDistance": 3.676,
          "outcome": "time",
          "netR": -0.2935,
          "holdMinutes": 3003
        },
        {
          "entryTs": 1682894160,
          "entryUtc": "2023-04-30T22:36:00.000Z",
          "exitTs": 1682899260,
          "dir": 1,
          "entryPrice": 1989.519,
          "exitPrice": 1986.381,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 85
        },
        {
          "entryTs": 1682917440,
          "entryUtc": "2023-05-01T05:04:00.000Z",
          "exitTs": 1682918460,
          "dir": 1,
          "entryPrice": 1983.31,
          "exitPrice": 1980.803,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 17
        },
        {
          "entryTs": 1682925540,
          "entryUtc": "2023-05-01T07:19:00.000Z",
          "exitTs": 1682933940,
          "dir": -1,
          "entryPrice": 1980.72,
          "exitPrice": 1983.1,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 140
        },
        {
          "entryTs": 1682973300,
          "entryUtc": "2023-05-01T20:35:00.000Z",
          "exitTs": 1683008700,
          "dir": -1,
          "entryPrice": 1981.531,
          "exitPrice": 1985.197,
          "stopDistance": 3.665,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 590
        },
        {
          "entryTs": 1683011460,
          "entryUtc": "2023-05-02T07:11:00.000Z",
          "exitTs": 1683013680,
          "dir": 1,
          "entryPrice": 1983.052,
          "exitPrice": 1981.002,
          "stopDistance": 2.049,
          "outcome": "stop",
          "netR": -1.2049,
          "holdMinutes": 37
        },
        {
          "entryTs": 1683020400,
          "entryUtc": "2023-05-02T09:40:00.000Z",
          "exitTs": 1683020760,
          "dir": -1,
          "entryPrice": 1983.59,
          "exitPrice": 1985.958,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 6
        },
        {
          "entryTs": 1683032880,
          "entryUtc": "2023-05-02T13:08:00.000Z",
          "exitTs": 1683036000,
          "dir": -1,
          "entryPrice": 1987.712,
          "exitPrice": 1990.616,
          "stopDistance": 2.904,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 52
        },
        {
          "entryTs": 1683073080,
          "entryUtc": "2023-05-03T00:18:00.000Z",
          "exitTs": 1683079560,
          "dir": -1,
          "entryPrice": 2015.285,
          "exitPrice": 2017.792,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 108
        },
        {
          "entryTs": 1683095580,
          "entryUtc": "2023-05-03T06:33:00.000Z",
          "exitTs": 1683099720,
          "dir": -1,
          "entryPrice": 2016.94,
          "exitPrice": 2013.121,
          "stopDistance": 1.91,
          "outcome": "target",
          "netR": 1.8062,
          "holdMinutes": 69
        },
        {
          "entryTs": 1683101880,
          "entryUtc": "2023-05-03T08:18:00.000Z",
          "exitTs": 1683116100,
          "dir": -1,
          "entryPrice": 2015.987,
          "exitPrice": 2011.085,
          "stopDistance": 2.451,
          "outcome": "target",
          "netR": 1.849,
          "holdMinutes": 237
        },
        {
          "entryTs": 1683119640,
          "entryUtc": "2023-05-03T13:14:00.000Z",
          "exitTs": 1683120180,
          "dir": -1,
          "entryPrice": 2015.57,
          "exitPrice": 2017.82,
          "stopDistance": 2.25,
          "outcome": "stop",
          "netR": -1.1867,
          "holdMinutes": 9
        },
        {
          "entryTs": 1683123480,
          "entryUtc": "2023-05-03T14:18:00.000Z",
          "exitTs": 1683125520,
          "dir": 1,
          "entryPrice": 2013.019,
          "exitPrice": 2020.23,
          "stopDistance": 3.605,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 34
        },
        {
          "entryTs": 1683136320,
          "entryUtc": "2023-05-03T17:52:00.000Z",
          "exitTs": 1683136920,
          "dir": 1,
          "entryPrice": 2025.47,
          "exitPrice": 2034.119,
          "stopDistance": 4.325,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 10
        },
        {
          "entryTs": 1683139380,
          "entryUtc": "2023-05-03T18:43:00.000Z",
          "exitTs": 1683143460,
          "dir": -1,
          "entryPrice": 2023.645,
          "exitPrice": 2029.722,
          "stopDistance": 6.077,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 68
        },
        {
          "entryTs": 1683195060,
          "entryUtc": "2023-05-04T10:11:00.000Z",
          "exitTs": 1683208020,
          "dir": -1,
          "entryPrice": 2039.761,
          "exitPrice": 2044.796,
          "stopDistance": 5.034,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 216
        },
        {
          "entryTs": 1683213300,
          "entryUtc": "2023-05-04T15:15:00.000Z",
          "exitTs": 1683280860,
          "dir": 1,
          "entryPrice": 2043.93,
          "exitPrice": 2037.248,
          "stopDistance": 6.682,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 1126
        },
        {
          "entryTs": 1683288600,
          "entryUtc": "2023-05-05T12:10:00.000Z",
          "exitTs": 1683289800,
          "dir": -1,
          "entryPrice": 2037.276,
          "exitPrice": 2031.52,
          "stopDistance": 2.878,
          "outcome": "target",
          "netR": 1.8714,
          "holdMinutes": 20
        },
        {
          "entryTs": 1683507660,
          "entryUtc": "2023-05-08T01:01:00.000Z",
          "exitTs": 1683516060,
          "dir": 1,
          "entryPrice": 2016.214,
          "exitPrice": 2022.221,
          "stopDistance": 3.003,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 140
        },
        {
          "entryTs": 1683546420,
          "entryUtc": "2023-05-08T11:47:00.000Z",
          "exitTs": 1683553020,
          "dir": 1,
          "entryPrice": 2022.449,
          "exitPrice": 2019.971,
          "stopDistance": 2.478,
          "outcome": "stop",
          "netR": -1.1695,
          "holdMinutes": 110
        },
        {
          "entryTs": 1683553560,
          "entryUtc": "2023-05-08T13:46:00.000Z",
          "exitTs": 1683557280,
          "dir": -1,
          "entryPrice": 2022.314,
          "exitPrice": 2025.68,
          "stopDistance": 3.366,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 62
        },
        {
          "entryTs": 1683568140,
          "entryUtc": "2023-05-08T17:49:00.000Z",
          "exitTs": 1683627420,
          "dir": 1,
          "entryPrice": 2022.829,
          "exitPrice": 2030.334,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 988
        },
        {
          "entryTs": 1683671280,
          "entryUtc": "2023-05-09T22:28:00.000Z",
          "exitTs": 1683677100,
          "dir": -1,
          "entryPrice": 2035.426,
          "exitPrice": 2037.662,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1878,
          "holdMinutes": 97
        },
        {
          "entryTs": 1683678840,
          "entryUtc": "2023-05-10T00:34:00.000Z",
          "exitTs": 1683682440,
          "dir": 1,
          "entryPrice": 2035.889,
          "exitPrice": 2034.021,
          "stopDistance": 1.868,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 60
        },
        {
          "entryTs": 1683700920,
          "entryUtc": "2023-05-10T06:42:00.000Z",
          "exitTs": 1683701640,
          "dir": -1,
          "entryPrice": 2030.985,
          "exitPrice": 2032.685,
          "stopDistance": 1.7,
          "outcome": "stop",
          "netR": -1.2471,
          "holdMinutes": 12
        },
        {
          "entryTs": 1683709740,
          "entryUtc": "2023-05-10T09:09:00.000Z",
          "exitTs": 1683714960,
          "dir": -1,
          "entryPrice": 2029.046,
          "exitPrice": 2031.752,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 87
        },
        {
          "entryTs": 1683721200,
          "entryUtc": "2023-05-10T12:20:00.000Z",
          "exitTs": 1683721440,
          "dir": -1,
          "entryPrice": 2030.119,
          "exitPrice": 2025.158,
          "stopDistance": 2.48,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 4
        },
        {
          "entryTs": 1683724140,
          "entryUtc": "2023-05-10T13:09:00.000Z",
          "exitTs": 1683725340,
          "dir": 1,
          "entryPrice": 2038.694,
          "exitPrice": 2033.966,
          "stopDistance": 4.728,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 20
        },
        {
          "entryTs": 1683782640,
          "entryUtc": "2023-05-11T05:24:00.000Z",
          "exitTs": 1683788220,
          "dir": -1,
          "entryPrice": 2032.27,
          "exitPrice": 2027.889,
          "stopDistance": 2.19,
          "outcome": "target",
          "netR": 1.8311,
          "holdMinutes": 93
        },
        {
          "entryTs": 1683811260,
          "entryUtc": "2023-05-11T13:21:00.000Z",
          "exitTs": 1683812760,
          "dir": 1,
          "entryPrice": 2028.199,
          "exitPrice": 2024.338,
          "stopDistance": 3.861,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 25
        },
        {
          "entryTs": 1683833520,
          "entryUtc": "2023-05-11T19:32:00.000Z",
          "exitTs": 1683872520,
          "dir": -1,
          "entryPrice": 2015.844,
          "exitPrice": 2005.881,
          "stopDistance": 4.981,
          "outcome": "target",
          "netR": 1.9257,
          "holdMinutes": 650
        },
        {
          "entryTs": 1683888060,
          "entryUtc": "2023-05-12T10:41:00.000Z",
          "exitTs": 1683895140,
          "dir": -1,
          "entryPrice": 2006.82,
          "exitPrice": 2010.264,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 118
        },
        {
          "entryTs": 1683911160,
          "entryUtc": "2023-05-12T17:06:00.000Z",
          "exitTs": 1684101600,
          "dir": -1,
          "entryPrice": 2015.669,
          "exitPrice": 2008.055,
          "stopDistance": 4.713,
          "outcome": "time",
          "netR": 1.5372,
          "holdMinutes": 3174
        },
        {
          "entryTs": 1684132380,
          "entryUtc": "2023-05-15T06:33:00.000Z",
          "exitTs": 1684134120,
          "dir": 1,
          "entryPrice": 2014.417,
          "exitPrice": 2018.8,
          "stopDistance": 2.192,
          "outcome": "target",
          "netR": 1.8312,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684141620,
          "entryUtc": "2023-05-15T09:07:00.000Z",
          "exitTs": 1684148460,
          "dir": 1,
          "entryPrice": 2016.064,
          "exitPrice": 2013.378,
          "stopDistance": 2.686,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 114
        },
        {
          "entryTs": 1684150080,
          "entryUtc": "2023-05-15T11:28:00.000Z",
          "exitTs": 1684153800,
          "dir": -1,
          "entryPrice": 2015.569,
          "exitPrice": 2018.058,
          "stopDistance": 2.489,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 62
        },
        {
          "entryTs": 1684155120,
          "entryUtc": "2023-05-15T12:52:00.000Z",
          "exitTs": 1684162320,
          "dir": 1,
          "entryPrice": 2017.069,
          "exitPrice": 2013.777,
          "stopDistance": 3.292,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 120
        },
        {
          "entryTs": 1684198800,
          "entryUtc": "2023-05-16T01:00:00.000Z",
          "exitTs": 1684199580,
          "dir": -1,
          "entryPrice": 2015.734,
          "exitPrice": 2017.537,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.233,
          "holdMinutes": 13
        },
        {
          "entryTs": 1684202520,
          "entryUtc": "2023-05-16T02:02:00.000Z",
          "exitTs": 1684215300,
          "dir": 1,
          "entryPrice": 2015.964,
          "exitPrice": 2014.129,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2288,
          "holdMinutes": 213
        },
        {
          "entryTs": 1684233300,
          "entryUtc": "2023-05-16T10:35:00.000Z",
          "exitTs": 1684239180,
          "dir": -1,
          "entryPrice": 2009.209,
          "exitPrice": 2004.466,
          "stopDistance": 2.372,
          "outcome": "target",
          "netR": 1.844,
          "holdMinutes": 98
        },
        {
          "entryTs": 1684241280,
          "entryUtc": "2023-05-16T12:48:00.000Z",
          "exitTs": 1684243020,
          "dir": 1,
          "entryPrice": 2011.594,
          "exitPrice": 2007.66,
          "stopDistance": 3.934,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684277820,
          "entryUtc": "2023-05-16T22:57:00.000Z",
          "exitTs": 1684326120,
          "dir": -1,
          "entryPrice": 1989.824,
          "exitPrice": 1983.386,
          "stopDistance": 3.219,
          "outcome": "target",
          "netR": 1.8851,
          "holdMinutes": 805
        },
        {
          "entryTs": 1684328700,
          "entryUtc": "2023-05-17T13:05:00.000Z",
          "exitTs": 1684330260,
          "dir": -1,
          "entryPrice": 1987.594,
          "exitPrice": 1982.713,
          "stopDistance": 2.441,
          "outcome": "target",
          "netR": 1.8484,
          "holdMinutes": 26
        },
        {
          "entryTs": 1684333140,
          "entryUtc": "2023-05-17T14:19:00.000Z",
          "exitTs": 1684393200,
          "dir": -1,
          "entryPrice": 1984.195,
          "exitPrice": 1976.986,
          "stopDistance": 3.604,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 1001
        },
        {
          "entryTs": 1684402560,
          "entryUtc": "2023-05-18T09:36:00.000Z",
          "exitTs": 1684413000,
          "dir": -1,
          "entryPrice": 1977.406,
          "exitPrice": 1971.521,
          "stopDistance": 2.942,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 174
        },
        {
          "entryTs": 1684435080,
          "entryUtc": "2023-05-18T18:38:00.000Z",
          "exitTs": 1684469820,
          "dir": 1,
          "entryPrice": 1956.265,
          "exitPrice": 1963.795,
          "stopDistance": 3.765,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 579
        },
        {
          "entryTs": 1684475100,
          "entryUtc": "2023-05-19T05:45:00.000Z",
          "exitTs": 1684476840,
          "dir": -1,
          "entryPrice": 1962.732,
          "exitPrice": 1965,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684490760,
          "entryUtc": "2023-05-19T10:06:00.000Z",
          "exitTs": 1684495560,
          "dir": 1,
          "entryPrice": 1966.167,
          "exitPrice": 1963.208,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 80
        },
        {
          "entryTs": 1684501380,
          "entryUtc": "2023-05-19T13:03:00.000Z",
          "exitTs": 1684507680,
          "dir": -1,
          "entryPrice": 1963.5,
          "exitPrice": 1957.293,
          "stopDistance": 3.104,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 105
        },
        {
          "entryTs": 1684716840,
          "entryUtc": "2023-05-22T00:54:00.000Z",
          "exitTs": 1684733400,
          "dir": -1,
          "entryPrice": 1980.175,
          "exitPrice": 1974.308,
          "stopDistance": 2.933,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 276
        },
        {
          "entryTs": 1684739160,
          "entryUtc": "2023-05-22T07:06:00.000Z",
          "exitTs": 1684745760,
          "dir": -1,
          "entryPrice": 1977.3,
          "exitPrice": 1979.81,
          "stopDistance": 2.51,
          "outcome": "stop",
          "netR": -1.1673,
          "holdMinutes": 110
        },
        {
          "entryTs": 1684753860,
          "entryUtc": "2023-05-22T11:11:00.000Z",
          "exitTs": 1684755600,
          "dir": 1,
          "entryPrice": 1976.42,
          "exitPrice": 1973.338,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684758300,
          "entryUtc": "2023-05-22T12:25:00.000Z",
          "exitTs": 1684765500,
          "dir": -1,
          "entryPrice": 1976.1,
          "exitPrice": 1969.193,
          "stopDistance": 3.454,
          "outcome": "target",
          "netR": 1.8929,
          "holdMinutes": 120
        },
        {
          "entryTs": 1684776660,
          "entryUtc": "2023-05-22T17:31:00.000Z",
          "exitTs": 1684797480,
          "dir": 1,
          "entryPrice": 1974.505,
          "exitPrice": 1970.437,
          "stopDistance": 4.068,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 347
        },
        {
          "entryTs": 1684801200,
          "entryUtc": "2023-05-23T00:20:00.000Z",
          "exitTs": 1684803420,
          "dir": -1,
          "entryPrice": 1971.515,
          "exitPrice": 1967.244,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 37
        },
        {
          "entryTs": 1684819560,
          "entryUtc": "2023-05-23T05:26:00.000Z",
          "exitTs": 1684826160,
          "dir": -1,
          "entryPrice": 1962.7,
          "exitPrice": 1957.545,
          "stopDistance": 2.577,
          "outcome": "target",
          "netR": 1.8564,
          "holdMinutes": 110
        },
        {
          "entryTs": 1684832640,
          "entryUtc": "2023-05-23T09:04:00.000Z",
          "exitTs": 1684836780,
          "dir": -1,
          "entryPrice": 1961.1,
          "exitPrice": 1954.712,
          "stopDistance": 3.194,
          "outcome": "target",
          "netR": 1.8842,
          "holdMinutes": 69
        },
        {
          "entryTs": 1684884180,
          "entryUtc": "2023-05-23T23:23:00.000Z",
          "exitTs": 1684891320,
          "dir": 1,
          "entryPrice": 1975.543,
          "exitPrice": 1973.026,
          "stopDistance": 2.517,
          "outcome": "stop",
          "netR": -1.1669,
          "holdMinutes": 119
        },
        {
          "entryTs": 1684897980,
          "entryUtc": "2023-05-24T03:13:00.000Z",
          "exitTs": 1684901700,
          "dir": -1,
          "entryPrice": 1974.95,
          "exitPrice": 1977.309,
          "stopDistance": 2.359,
          "outcome": "stop",
          "netR": -1.1781,
          "holdMinutes": 62
        },
        {
          "entryTs": 1684908660,
          "entryUtc": "2023-05-24T06:11:00.000Z",
          "exitTs": 1684909920,
          "dir": 1,
          "entryPrice": 1976.556,
          "exitPrice": 1974.157,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 21
        },
        {
          "entryTs": 1684933860,
          "entryUtc": "2023-05-24T13:11:00.000Z",
          "exitTs": 1684935240,
          "dir": 1,
          "entryPrice": 1976.39,
          "exitPrice": 1973.119,
          "stopDistance": 3.271,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 23
        },
        {
          "entryTs": 1684954560,
          "entryUtc": "2023-05-24T18:56:00.000Z",
          "exitTs": 1684977660,
          "dir": 1,
          "entryPrice": 1960.721,
          "exitPrice": 1956.018,
          "stopDistance": 4.704,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 385
        },
        {
          "entryTs": 1684978440,
          "entryUtc": "2023-05-25T01:34:00.000Z",
          "exitTs": 1685002020,
          "dir": -1,
          "entryPrice": 1958.424,
          "exitPrice": 1961.581,
          "stopDistance": 3.156,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 393
        },
        {
          "entryTs": 1685062800,
          "entryUtc": "2023-05-26T01:00:00.000Z",
          "exitTs": 1685063760,
          "dir": -1,
          "entryPrice": 1940.93,
          "exitPrice": 1943.492,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 16
        },
        {
          "entryTs": 1685080140,
          "entryUtc": "2023-05-26T05:49:00.000Z",
          "exitTs": 1685086800,
          "dir": 1,
          "entryPrice": 1949.32,
          "exitPrice": 1954.396,
          "stopDistance": 2.538,
          "outcome": "target",
          "netR": 1.8542,
          "holdMinutes": 111
        },
        {
          "entryTs": 1685102700,
          "entryUtc": "2023-05-26T12:05:00.000Z",
          "exitTs": 1685104200,
          "dir": -1,
          "entryPrice": 1952.331,
          "exitPrice": 1947.287,
          "stopDistance": 2.522,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 25
        },
        {
          "entryTs": 1685105400,
          "entryUtc": "2023-05-26T12:50:00.000Z",
          "exitTs": 1685111760,
          "dir": -1,
          "entryPrice": 1948.947,
          "exitPrice": 1942.308,
          "stopDistance": 3.319,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 106
        },
        {
          "entryTs": 1685134440,
          "entryUtc": "2023-05-26T20:54:00.000Z",
          "exitTs": 1685311200,
          "dir": 1,
          "entryPrice": 1945.982,
          "exitPrice": 1942.99,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 2946
        },
        {
          "entryTs": 1685322660,
          "entryUtc": "2023-05-29T01:11:00.000Z",
          "exitTs": 1685340060,
          "dir": -1,
          "entryPrice": 1944.497,
          "exitPrice": 1947.134,
          "stopDistance": 2.637,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 290
        },
        {
          "entryTs": 1685344020,
          "entryUtc": "2023-05-29T07:07:00.000Z",
          "exitTs": 1685346900,
          "dir": 1,
          "entryPrice": 1945.73,
          "exitPrice": 1943.765,
          "stopDistance": 1.965,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 48
        },
        {
          "entryTs": 1685361780,
          "entryUtc": "2023-05-29T12:03:00.000Z",
          "exitTs": 1685364660,
          "dir": 1,
          "entryPrice": 1945.345,
          "exitPrice": 1949.033,
          "stopDistance": 1.844,
          "outcome": "target",
          "netR": 1.7994,
          "holdMinutes": 48
        },
        {
          "entryTs": 1685367600,
          "entryUtc": "2023-05-29T13:40:00.000Z",
          "exitTs": 1685378940,
          "dir": 1,
          "entryPrice": 1945.55,
          "exitPrice": 1943.586,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 189
        },
        {
          "entryTs": 1685404980,
          "entryUtc": "2023-05-30T00:03:00.000Z",
          "exitTs": 1685408520,
          "dir": -1,
          "entryPrice": 1942.706,
          "exitPrice": 1944.314,
          "stopDistance": 1.607,
          "outcome": "stop",
          "netR": -1.2613,
          "holdMinutes": 59
        },
        {
          "entryTs": 1685409360,
          "entryUtc": "2023-05-30T01:16:00.000Z",
          "exitTs": 1685418420,
          "dir": 1,
          "entryPrice": 1943.005,
          "exitPrice": 1941.037,
          "stopDistance": 1.968,
          "outcome": "stop",
          "netR": -1.2134,
          "holdMinutes": 151
        },
        {
          "entryTs": 1685433420,
          "entryUtc": "2023-05-30T07:57:00.000Z",
          "exitTs": 1685433780,
          "dir": -1,
          "entryPrice": 1941.45,
          "exitPrice": 1943.819,
          "stopDistance": 2.369,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 6
        },
        {
          "entryTs": 1685455200,
          "entryUtc": "2023-05-30T14:00:00.000Z",
          "exitTs": 1685457000,
          "dir": 1,
          "entryPrice": 1950.648,
          "exitPrice": 1958.862,
          "stopDistance": 4.107,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 30
        },
        {
          "entryTs": 1685477580,
          "entryUtc": "2023-05-30T20:13:00.000Z",
          "exitTs": 1685497020,
          "dir": 1,
          "entryPrice": 1959.11,
          "exitPrice": 1956.391,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 324
        },
        {
          "entryTs": 1685504340,
          "entryUtc": "2023-05-31T03:39:00.000Z",
          "exitTs": 1685509500,
          "dir": -1,
          "entryPrice": 1957.996,
          "exitPrice": 1960.099,
          "stopDistance": 2.102,
          "outcome": "stop",
          "netR": -1.1998,
          "holdMinutes": 86
        },
        {
          "entryTs": 1685516820,
          "entryUtc": "2023-05-31T07:07:00.000Z",
          "exitTs": 1685522880,
          "dir": 1,
          "entryPrice": 1957.702,
          "exitPrice": 1955.39,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 101
        },
        {
          "entryTs": 1685525640,
          "entryUtc": "2023-05-31T09:34:00.000Z",
          "exitTs": 1685535540,
          "dir": -1,
          "entryPrice": 1959.625,
          "exitPrice": 1962.824,
          "stopDistance": 3.199,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 165
        },
        {
          "entryTs": 1685555100,
          "entryUtc": "2023-05-31T17:45:00.000Z",
          "exitTs": 1685603340,
          "dir": -1,
          "entryPrice": 1968.275,
          "exitPrice": 1959.057,
          "stopDistance": 4.609,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 804
        },
        {
          "entryTs": 1685622000,
          "entryUtc": "2023-06-01T12:20:00.000Z",
          "exitTs": 1685622660,
          "dir": 1,
          "entryPrice": 1960.09,
          "exitPrice": 1965.862,
          "stopDistance": 2.886,
          "outcome": "target",
          "netR": 1.8718,
          "holdMinutes": 11
        },
        {
          "entryTs": 1685647020,
          "entryUtc": "2023-06-01T19:17:00.000Z",
          "exitTs": 1685674320,
          "dir": -1,
          "entryPrice": 1977.11,
          "exitPrice": 1980.427,
          "stopDistance": 3.317,
          "outcome": "stop",
          "netR": -1.1266,
          "holdMinutes": 455
        },
        {
          "entryTs": 1685694780,
          "entryUtc": "2023-06-02T08:33:00.000Z",
          "exitTs": 1685698200,
          "dir": -1,
          "entryPrice": 1977.265,
          "exitPrice": 1979.868,
          "stopDistance": 2.603,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 57
        },
        {
          "entryTs": 1685703720,
          "entryUtc": "2023-06-02T11:02:00.000Z",
          "exitTs": 1685709000,
          "dir": 1,
          "entryPrice": 1977.895,
          "exitPrice": 1975.358,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 88
        },
        {
          "entryTs": 1685712420,
          "entryUtc": "2023-06-02T13:27:00.000Z",
          "exitTs": 1685713140,
          "dir": -1,
          "entryPrice": 1976.256,
          "exitPrice": 1969.947,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685916780,
          "entryUtc": "2023-06-04T22:13:00.000Z",
          "exitTs": 1685932500,
          "dir": -1,
          "entryPrice": 1949.564,
          "exitPrice": 1944.379,
          "stopDistance": 2.593,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 262
        },
        {
          "entryTs": 1685936280,
          "entryUtc": "2023-06-05T03:38:00.000Z",
          "exitTs": 1685950920,
          "dir": -1,
          "entryPrice": 1946.095,
          "exitPrice": 1941.009,
          "stopDistance": 2.543,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 244
        },
        {
          "entryTs": 1685952720,
          "entryUtc": "2023-06-05T08:12:00.000Z",
          "exitTs": 1685958120,
          "dir": -1,
          "entryPrice": 1943.052,
          "exitPrice": 1945.769,
          "stopDistance": 2.718,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 90
        },
        {
          "entryTs": 1685959920,
          "entryUtc": "2023-06-05T10:12:00.000Z",
          "exitTs": 1685965080,
          "dir": 1,
          "entryPrice": 1942.115,
          "exitPrice": 1938.859,
          "stopDistance": 3.256,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 86
        },
        {
          "entryTs": 1685969760,
          "entryUtc": "2023-06-05T12:56:00.000Z",
          "exitTs": 1685970900,
          "dir": -1,
          "entryPrice": 1942.462,
          "exitPrice": 1945.67,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 19
        },
        {
          "entryTs": 1686002820,
          "entryUtc": "2023-06-05T22:07:00.000Z",
          "exitTs": 1686036540,
          "dir": 1,
          "entryPrice": 1960.425,
          "exitPrice": 1957.116,
          "stopDistance": 3.309,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 562
        },
        {
          "entryTs": 1686038460,
          "entryUtc": "2023-06-06T08:01:00.000Z",
          "exitTs": 1686043140,
          "dir": -1,
          "entryPrice": 1959.22,
          "exitPrice": 1961.956,
          "stopDistance": 2.736,
          "outcome": "stop",
          "netR": -1.1535,
          "holdMinutes": 78
        },
        {
          "entryTs": 1686061260,
          "entryUtc": "2023-06-06T14:21:00.000Z",
          "exitTs": 1686067560,
          "dir": -1,
          "entryPrice": 1961.997,
          "exitPrice": 1965.743,
          "stopDistance": 3.746,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 105
        },
        {
          "entryTs": 1686090960,
          "entryUtc": "2023-06-06T22:36:00.000Z",
          "exitTs": 1686118800,
          "dir": 1,
          "entryPrice": 1963.301,
          "exitPrice": 1961.288,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 464
        },
        {
          "entryTs": 1686128460,
          "entryUtc": "2023-06-07T09:01:00.000Z",
          "exitTs": 1686131940,
          "dir": -1,
          "entryPrice": 1962.345,
          "exitPrice": 1964.372,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 58
        },
        {
          "entryTs": 1686139200,
          "entryUtc": "2023-06-07T12:00:00.000Z",
          "exitTs": 1686140700,
          "dir": 1,
          "entryPrice": 1960.566,
          "exitPrice": 1957.909,
          "stopDistance": 2.658,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 25
        },
        {
          "entryTs": 1686147060,
          "entryUtc": "2023-06-07T14:11:00.000Z",
          "exitTs": 1686148020,
          "dir": 1,
          "entryPrice": 1963.565,
          "exitPrice": 1959.817,
          "stopDistance": 3.748,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 16
        },
        {
          "entryTs": 1686176820,
          "entryUtc": "2023-06-07T22:27:00.000Z",
          "exitTs": 1686184320,
          "dir": -1,
          "entryPrice": 1943.041,
          "exitPrice": 1945.905,
          "stopDistance": 2.864,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 125
        },
        {
          "entryTs": 1686199980,
          "entryUtc": "2023-06-08T04:53:00.000Z",
          "exitTs": 1686204960,
          "dir": 1,
          "entryPrice": 1945.759,
          "exitPrice": 1943.867,
          "stopDistance": 1.892,
          "outcome": "stop",
          "netR": -1.222,
          "holdMinutes": 83
        },
        {
          "entryTs": 1686206520,
          "entryUtc": "2023-06-08T06:42:00.000Z",
          "exitTs": 1686210900,
          "dir": -1,
          "entryPrice": 1945.715,
          "exitPrice": 1947.705,
          "stopDistance": 1.99,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 73
        },
        {
          "entryTs": 1686257820,
          "entryUtc": "2023-06-08T20:57:00.000Z",
          "exitTs": 1686257820,
          "dir": 1,
          "entryPrice": 1963.61,
          "exitPrice": 1960.768,
          "stopDistance": 2.842,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 0
        },
        {
          "entryTs": 1686271980,
          "entryUtc": "2023-06-09T00:53:00.000Z",
          "exitTs": 1686298080,
          "dir": 1,
          "entryPrice": 1963.975,
          "exitPrice": 1961.025,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 435
        },
        {
          "entryTs": 1686303000,
          "entryUtc": "2023-06-09T09:30:00.000Z",
          "exitTs": 1686309840,
          "dir": -1,
          "entryPrice": 1963.232,
          "exitPrice": 1965.306,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 114
        },
        {
          "entryTs": 1686313260,
          "entryUtc": "2023-06-09T12:21:00.000Z",
          "exitTs": 1686313860,
          "dir": 1,
          "entryPrice": 1964.03,
          "exitPrice": 1968.609,
          "stopDistance": 2.289,
          "outcome": "target",
          "netR": 1.8384,
          "holdMinutes": 10
        },
        {
          "entryTs": 1686314700,
          "entryUtc": "2023-06-09T12:45:00.000Z",
          "exitTs": 1686315300,
          "dir": 1,
          "entryPrice": 1965.385,
          "exitPrice": 1962.172,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 10
        },
        {
          "entryTs": 1686320340,
          "entryUtc": "2023-06-09T14:19:00.000Z",
          "exitTs": 1686520800,
          "dir": -1,
          "entryPrice": 1964.701,
          "exitPrice": 1959.524,
          "stopDistance": 4.062,
          "outcome": "time",
          "netR": 1.1834,
          "holdMinutes": 3341
        },
        {
          "entryTs": 1686526020,
          "entryUtc": "2023-06-11T23:27:00.000Z",
          "exitTs": 1686534720,
          "dir": -1,
          "entryPrice": 1959.426,
          "exitPrice": 1955.419,
          "stopDistance": 2.003,
          "outcome": "target",
          "netR": 1.8153,
          "holdMinutes": 145
        },
        {
          "entryTs": 1686542160,
          "entryUtc": "2023-06-12T03:56:00.000Z",
          "exitTs": 1686547980,
          "dir": -1,
          "entryPrice": 1958.23,
          "exitPrice": 1960.364,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 97
        },
        {
          "entryTs": 1686569040,
          "entryUtc": "2023-06-12T11:24:00.000Z",
          "exitTs": 1686575820,
          "dir": 1,
          "entryPrice": 1962.295,
          "exitPrice": 1959.826,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 113
        },
        {
          "entryTs": 1686601680,
          "entryUtc": "2023-06-12T20:28:00.000Z",
          "exitTs": 1686638340,
          "dir": 1,
          "entryPrice": 1957.172,
          "exitPrice": 1962.826,
          "stopDistance": 2.827,
          "outcome": "target",
          "netR": 1.8691,
          "holdMinutes": 611
        },
        {
          "entryTs": 1686657900,
          "entryUtc": "2023-06-13T12:05:00.000Z",
          "exitTs": 1686658260,
          "dir": 1,
          "entryPrice": 1963.19,
          "exitPrice": 1960.936,
          "stopDistance": 2.254,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 6
        },
        {
          "entryTs": 1686659400,
          "entryUtc": "2023-06-13T12:30:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1962.882,
          "exitPrice": 1965.28,
          "stopDistance": 2.398,
          "outcome": "ambiguous",
          "netR": -1.1751,
          "holdMinutes": 0
        },
        {
          "entryTs": 1686661200,
          "entryUtc": "2023-06-13T13:00:00.000Z",
          "exitTs": 1686664980,
          "dir": -1,
          "entryPrice": 1962.242,
          "exitPrice": 1951.751,
          "stopDistance": 5.245,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 63
        },
        {
          "entryTs": 1686686100,
          "entryUtc": "2023-06-13T19:55:00.000Z",
          "exitTs": 1686709920,
          "dir": -1,
          "entryPrice": 1943.595,
          "exitPrice": 1947.817,
          "stopDistance": 4.222,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 397
        },
        {
          "entryTs": 1686720360,
          "entryUtc": "2023-06-14T05:26:00.000Z",
          "exitTs": 1686722580,
          "dir": 1,
          "entryPrice": 1947.385,
          "exitPrice": 1945.438,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 37
        },
        {
          "entryTs": 1686723120,
          "entryUtc": "2023-06-14T06:12:00.000Z",
          "exitTs": 1686728040,
          "dir": -1,
          "entryPrice": 1947.69,
          "exitPrice": 1949.732,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 82
        },
        {
          "entryTs": 1686736920,
          "entryUtc": "2023-06-14T10:02:00.000Z",
          "exitTs": 1686740340,
          "dir": 1,
          "entryPrice": 1950.24,
          "exitPrice": 1947.727,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 57
        },
        {
          "entryTs": 1686745800,
          "entryUtc": "2023-06-14T12:30:00.000Z",
          "exitTs": 1686746160,
          "dir": -1,
          "entryPrice": 1950.215,
          "exitPrice": 1952.583,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 6
        },
        {
          "entryTs": 1686787860,
          "entryUtc": "2023-06-15T00:11:00.000Z",
          "exitTs": 1686789720,
          "dir": 1,
          "entryPrice": 1943.932,
          "exitPrice": 1940.454,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686806400,
          "entryUtc": "2023-06-15T05:20:00.000Z",
          "exitTs": 1686807840,
          "dir": -1,
          "entryPrice": 1933.5,
          "exitPrice": 1936.461,
          "stopDistance": 2.961,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 24
        },
        {
          "entryTs": 1686810060,
          "entryUtc": "2023-06-15T06:21:00.000Z",
          "exitTs": 1686812400,
          "dir": 1,
          "entryPrice": 1934.895,
          "exitPrice": 1931.659,
          "stopDistance": 3.236,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 39
        },
        {
          "entryTs": 1686813960,
          "entryUtc": "2023-06-15T07:26:00.000Z",
          "exitTs": 1686831120,
          "dir": -1,
          "entryPrice": 1934.275,
          "exitPrice": 1927.188,
          "stopDistance": 3.544,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 286
        },
        {
          "entryTs": 1686832560,
          "entryUtc": "2023-06-15T12:36:00.000Z",
          "exitTs": 1686834000,
          "dir": -1,
          "entryPrice": 1932.565,
          "exitPrice": 1936.012,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 24
        },
        {
          "entryTs": 1686856200,
          "entryUtc": "2023-06-15T19:10:00.000Z",
          "exitTs": 1686896520,
          "dir": -1,
          "entryPrice": 1958.675,
          "exitPrice": 1962.357,
          "stopDistance": 3.682,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 672
        },
        {
          "entryTs": 1686914340,
          "entryUtc": "2023-06-16T11:19:00.000Z",
          "exitTs": 1686920460,
          "dir": 1,
          "entryPrice": 1964.205,
          "exitPrice": 1961.716,
          "stopDistance": 2.489,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 102
        },
        {
          "entryTs": 1686920580,
          "entryUtc": "2023-06-16T13:03:00.000Z",
          "exitTs": 1686922260,
          "dir": -1,
          "entryPrice": 1963.45,
          "exitPrice": 1957.686,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 28
        },
        {
          "entryTs": 1686927420,
          "entryUtc": "2023-06-16T14:57:00.000Z",
          "exitTs": 1687125600,
          "dir": -1,
          "entryPrice": 1960.495,
          "exitPrice": 1957.874,
          "stopDistance": 4.708,
          "outcome": "time",
          "netR": 0.4781,
          "holdMinutes": 3303
        },
        {
          "entryTs": 1687146780,
          "entryUtc": "2023-06-19T03:53:00.000Z",
          "exitTs": 1687150560,
          "dir": -1,
          "entryPrice": 1954.89,
          "exitPrice": 1956.828,
          "stopDistance": 1.939,
          "outcome": "stop",
          "netR": -1.2166,
          "holdMinutes": 63
        },
        {
          "entryTs": 1687153920,
          "entryUtc": "2023-06-19T05:52:00.000Z",
          "exitTs": 1687157520,
          "dir": 1,
          "entryPrice": 1955.084,
          "exitPrice": 1953.076,
          "stopDistance": 2.008,
          "outcome": "stop",
          "netR": -1.2092,
          "holdMinutes": 60
        },
        {
          "entryTs": 1687161540,
          "entryUtc": "2023-06-19T07:59:00.000Z",
          "exitTs": 1687162620,
          "dir": -1,
          "entryPrice": 1955.02,
          "exitPrice": 1957.067,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2052,
          "holdMinutes": 18
        },
        {
          "entryTs": 1687165440,
          "entryUtc": "2023-06-19T09:04:00.000Z",
          "exitTs": 1687167420,
          "dir": 1,
          "entryPrice": 1955.855,
          "exitPrice": 1953.566,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 33
        },
        {
          "entryTs": 1687176900,
          "entryUtc": "2023-06-19T12:15:00.000Z",
          "exitTs": 1687177380,
          "dir": -1,
          "entryPrice": 1949.72,
          "exitPrice": 1951.899,
          "stopDistance": 2.179,
          "outcome": "stop",
          "netR": -1.1928,
          "holdMinutes": 8
        },
        {
          "entryTs": 1687178280,
          "entryUtc": "2023-06-19T12:38:00.000Z",
          "exitTs": 1687223880,
          "dir": 1,
          "entryPrice": 1950.53,
          "exitPrice": 1948.225,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 760
        },
        {
          "entryTs": 1687237740,
          "entryUtc": "2023-06-20T05:09:00.000Z",
          "exitTs": 1687243080,
          "dir": 1,
          "entryPrice": 1948.05,
          "exitPrice": 1952.144,
          "stopDistance": 2.047,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 89
        },
        {
          "entryTs": 1687256160,
          "entryUtc": "2023-06-20T10:16:00.000Z",
          "exitTs": 1687264320,
          "dir": 1,
          "entryPrice": 1951.352,
          "exitPrice": 1948.589,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 136
        },
        {
          "entryTs": 1687288500,
          "entryUtc": "2023-06-20T19:15:00.000Z",
          "exitTs": 1687327260,
          "dir": 1,
          "entryPrice": 1936.97,
          "exitPrice": 1933.794,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 646
        },
        {
          "entryTs": 1687328580,
          "entryUtc": "2023-06-21T06:23:00.000Z",
          "exitTs": 1687332960,
          "dir": -1,
          "entryPrice": 1934.375,
          "exitPrice": 1936.81,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 73
        },
        {
          "entryTs": 1687339560,
          "entryUtc": "2023-06-21T09:26:00.000Z",
          "exitTs": 1687350060,
          "dir": -1,
          "entryPrice": 1935.123,
          "exitPrice": 1929.953,
          "stopDistance": 2.585,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 175
        },
        {
          "entryTs": 1687350600,
          "entryUtc": "2023-06-21T12:30:00.000Z",
          "exitTs": 1687354620,
          "dir": -1,
          "entryPrice": 1931.435,
          "exitPrice": 1925.219,
          "stopDistance": 3.108,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 67
        },
        {
          "entryTs": 1687378080,
          "entryUtc": "2023-06-21T20:08:00.000Z",
          "exitTs": 1687410180,
          "dir": 1,
          "entryPrice": 1932.968,
          "exitPrice": 1928.989,
          "stopDistance": 3.979,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 535
        },
        {
          "entryTs": 1687426080,
          "entryUtc": "2023-06-22T09:28:00.000Z",
          "exitTs": 1687438980,
          "dir": -1,
          "entryPrice": 1928.044,
          "exitPrice": 1922.201,
          "stopDistance": 2.922,
          "outcome": "target",
          "netR": 1.8734,
          "holdMinutes": 215
        },
        {
          "entryTs": 1687476120,
          "entryUtc": "2023-06-22T23:22:00.000Z",
          "exitTs": 1687495980,
          "dir": -1,
          "entryPrice": 1914.211,
          "exitPrice": 1917.087,
          "stopDistance": 2.876,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 331
        },
        {
          "entryTs": 1687502760,
          "entryUtc": "2023-06-23T06:46:00.000Z",
          "exitTs": 1687505400,
          "dir": 1,
          "entryPrice": 1913.59,
          "exitPrice": 1917.741,
          "stopDistance": 2.075,
          "outcome": "target",
          "netR": 1.8217,
          "holdMinutes": 44
        },
        {
          "entryTs": 1687523460,
          "entryUtc": "2023-06-23T12:31:00.000Z",
          "exitTs": 1687524420,
          "dir": 1,
          "entryPrice": 1920.067,
          "exitPrice": 1925.516,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 16
        },
        {
          "entryTs": 1687553460,
          "entryUtc": "2023-06-23T20:51:00.000Z",
          "exitTs": 1687730400,
          "dir": -1,
          "entryPrice": 1920.025,
          "exitPrice": 1922.712,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 2949
        },
        {
          "entryTs": 1687760100,
          "entryUtc": "2023-06-26T06:15:00.000Z",
          "exitTs": 1687761060,
          "dir": 1,
          "entryPrice": 1925.58,
          "exitPrice": 1923.381,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 16
        },
        {
          "entryTs": 1687763400,
          "entryUtc": "2023-06-26T07:10:00.000Z",
          "exitTs": 1687764540,
          "dir": -1,
          "entryPrice": 1924.756,
          "exitPrice": 1927.048,
          "stopDistance": 2.291,
          "outcome": "stop",
          "netR": -1.1833,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687784400,
          "entryUtc": "2023-06-26T13:00:00.000Z",
          "exitTs": 1687785540,
          "dir": 1,
          "entryPrice": 1931.01,
          "exitPrice": 1928.51,
          "stopDistance": 2.5,
          "outcome": "stop",
          "netR": -1.168,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687816980,
          "entryUtc": "2023-06-26T22:03:00.000Z",
          "exitTs": 1687829460,
          "dir": -1,
          "entryPrice": 1923.52,
          "exitPrice": 1925.355,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2288,
          "holdMinutes": 208
        },
        {
          "entryTs": 1687849260,
          "entryUtc": "2023-06-27T07:01:00.000Z",
          "exitTs": 1687858200,
          "dir": -1,
          "entryPrice": 1927.97,
          "exitPrice": 1923.828,
          "stopDistance": 2.071,
          "outcome": "target",
          "netR": 1.8213,
          "holdMinutes": 149
        },
        {
          "entryTs": 1687867860,
          "entryUtc": "2023-06-27T12:11:00.000Z",
          "exitTs": 1687868280,
          "dir": -1,
          "entryPrice": 1925.45,
          "exitPrice": 1927.583,
          "stopDistance": 2.133,
          "outcome": "stop",
          "netR": -1.1969,
          "holdMinutes": 7
        },
        {
          "entryTs": 1687874280,
          "entryUtc": "2023-06-27T13:58:00.000Z",
          "exitTs": 1687874400,
          "dir": 1,
          "entryPrice": 1922.94,
          "exitPrice": 1920.4,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 2
        },
        {
          "entryTs": 1687890240,
          "entryUtc": "2023-06-27T18:24:00.000Z",
          "exitTs": 1687911480,
          "dir": -1,
          "entryPrice": 1913.315,
          "exitPrice": 1916.874,
          "stopDistance": 3.559,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 354
        },
        {
          "entryTs": 1687912560,
          "entryUtc": "2023-06-28T00:36:00.000Z",
          "exitTs": 1687915800,
          "dir": 1,
          "entryPrice": 1915.34,
          "exitPrice": 1913.583,
          "stopDistance": 1.757,
          "outcome": "stop",
          "netR": -1.2391,
          "holdMinutes": 54
        },
        {
          "entryTs": 1687916280,
          "entryUtc": "2023-06-28T01:38:00.000Z",
          "exitTs": 1687934220,
          "dir": -1,
          "entryPrice": 1915.43,
          "exitPrice": 1911.877,
          "stopDistance": 1.776,
          "outcome": "target",
          "netR": 1.7917,
          "holdMinutes": 299
        },
        {
          "entryTs": 1687959000,
          "entryUtc": "2023-06-28T13:30:00.000Z",
          "exitTs": 1687959960,
          "dir": -1,
          "entryPrice": 1908.92,
          "exitPrice": 1903.331,
          "stopDistance": 2.795,
          "outcome": "target",
          "netR": 1.8676,
          "holdMinutes": 16
        },
        {
          "entryTs": 1687960080,
          "entryUtc": "2023-06-28T13:48:00.000Z",
          "exitTs": 1687965840,
          "dir": -1,
          "entryPrice": 1908.17,
          "exitPrice": 1911.56,
          "stopDistance": 3.39,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 96
        },
        {
          "entryTs": 1687996980,
          "entryUtc": "2023-06-29T00:03:00.000Z",
          "exitTs": 1688004780,
          "dir": 1,
          "entryPrice": 1908.466,
          "exitPrice": 1906.313,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 130
        },
        {
          "entryTs": 1688025300,
          "entryUtc": "2023-06-29T07:55:00.000Z",
          "exitTs": 1688038020,
          "dir": 1,
          "entryPrice": 1904.94,
          "exitPrice": 1910.259,
          "stopDistance": 2.66,
          "outcome": "target",
          "netR": 1.8609,
          "holdMinutes": 212
        },
        {
          "entryTs": 1688041800,
          "entryUtc": "2023-06-29T12:30:00.000Z",
          "exitTs": 1688041920,
          "dir": 1,
          "entryPrice": 1906.206,
          "exitPrice": 1903.64,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 2
        },
        {
          "entryTs": 1688047740,
          "entryUtc": "2023-06-29T14:09:00.000Z",
          "exitTs": 1688047920,
          "dir": -1,
          "entryPrice": 1903.06,
          "exitPrice": 1906.751,
          "stopDistance": 3.691,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 3
        },
        {
          "entryTs": 1688067420,
          "entryUtc": "2023-06-29T19:37:00.000Z",
          "exitTs": 1688114040,
          "dir": -1,
          "entryPrice": 1908.62,
          "exitPrice": 1900.884,
          "stopDistance": 3.868,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 777
        },
        {
          "entryTs": 1688118900,
          "entryUtc": "2023-06-30T09:55:00.000Z",
          "exitTs": 1688127120,
          "dir": -1,
          "entryPrice": 1904.797,
          "exitPrice": 1907.127,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 137
        },
        {
          "entryTs": 1688155440,
          "entryUtc": "2023-06-30T20:04:00.000Z",
          "exitTs": 1688335200,
          "dir": 1,
          "entryPrice": 1919.001,
          "exitPrice": 1918.674,
          "stopDistance": 2.704,
          "outcome": "time",
          "netR": -0.258,
          "holdMinutes": 2996
        },
        {
          "entryTs": 1688347020,
          "entryUtc": "2023-07-03T01:17:00.000Z",
          "exitTs": 1688358480,
          "dir": -1,
          "entryPrice": 1917.382,
          "exitPrice": 1919.329,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 191
        },
        {
          "entryTs": 1688363880,
          "entryUtc": "2023-07-03T05:58:00.000Z",
          "exitTs": 1688365020,
          "dir": 1,
          "entryPrice": 1916.982,
          "exitPrice": 1914.952,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 19
        },
        {
          "entryTs": 1688426100,
          "entryUtc": "2023-07-03T23:15:00.000Z",
          "exitTs": 1688433480,
          "dir": -1,
          "entryPrice": 1920.665,
          "exitPrice": 1922.151,
          "stopDistance": 1.486,
          "outcome": "stop",
          "netR": -1.2827,
          "holdMinutes": 123
        },
        {
          "entryTs": 1688434260,
          "entryUtc": "2023-07-04T01:31:00.000Z",
          "exitTs": 1688446920,
          "dir": 1,
          "entryPrice": 1921.359,
          "exitPrice": 1924.459,
          "stopDistance": 1.55,
          "outcome": "target",
          "netR": 1.7612,
          "holdMinutes": 211
        },
        {
          "entryTs": 1688472180,
          "entryUtc": "2023-07-04T12:03:00.000Z",
          "exitTs": 1688488140,
          "dir": -1,
          "entryPrice": 1929.062,
          "exitPrice": 1925.455,
          "stopDistance": 1.803,
          "outcome": "target",
          "netR": 1.7948,
          "holdMinutes": 266
        },
        {
          "entryTs": 1688520480,
          "entryUtc": "2023-07-05T01:28:00.000Z",
          "exitTs": 1688537940,
          "dir": -1,
          "entryPrice": 1925.909,
          "exitPrice": 1922.926,
          "stopDistance": 1.492,
          "outcome": "target",
          "netR": 1.752,
          "holdMinutes": 291
        },
        {
          "entryTs": 1688542080,
          "entryUtc": "2023-07-05T07:28:00.000Z",
          "exitTs": 1688542920,
          "dir": -1,
          "entryPrice": 1924.195,
          "exitPrice": 1925.804,
          "stopDistance": 1.609,
          "outcome": "stop",
          "netR": -1.2611,
          "holdMinutes": 14
        },
        {
          "entryTs": 1688554260,
          "entryUtc": "2023-07-05T10:51:00.000Z",
          "exitTs": 1688562720,
          "dir": 1,
          "entryPrice": 1927.01,
          "exitPrice": 1931.115,
          "stopDistance": 2.053,
          "outcome": "target",
          "netR": 1.8197,
          "holdMinutes": 141
        },
        {
          "entryTs": 1688564040,
          "entryUtc": "2023-07-05T13:34:00.000Z",
          "exitTs": 1688564460,
          "dir": 1,
          "entryPrice": 1928.13,
          "exitPrice": 1925.458,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 7
        },
        {
          "entryTs": 1688565600,
          "entryUtc": "2023-07-05T14:00:00.000Z",
          "exitTs": 1688580840,
          "dir": -1,
          "entryPrice": 1926.016,
          "exitPrice": 1918.695,
          "stopDistance": 3.661,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 254
        },
        {
          "entryTs": 1688594760,
          "entryUtc": "2023-07-05T22:06:00.000Z",
          "exitTs": 1688608620,
          "dir": -1,
          "entryPrice": 1916.531,
          "exitPrice": 1919.168,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 231
        },
        {
          "entryTs": 1688618460,
          "entryUtc": "2023-07-06T04:41:00.000Z",
          "exitTs": 1688625720,
          "dir": 1,
          "entryPrice": 1917.026,
          "exitPrice": 1921.343,
          "stopDistance": 2.158,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 121
        },
        {
          "entryTs": 1688630400,
          "entryUtc": "2023-07-06T08:00:00.000Z",
          "exitTs": 1688631600,
          "dir": 1,
          "entryPrice": 1918.58,
          "exitPrice": 1916.792,
          "stopDistance": 1.788,
          "outcome": "stop",
          "netR": -1.2349,
          "holdMinutes": 20
        },
        {
          "entryTs": 1688638800,
          "entryUtc": "2023-07-06T10:20:00.000Z",
          "exitTs": 1688639340,
          "dir": -1,
          "entryPrice": 1920.102,
          "exitPrice": 1921.999,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 9
        },
        {
          "entryTs": 1688645760,
          "entryUtc": "2023-07-06T12:16:00.000Z",
          "exitTs": 1688645880,
          "dir": 1,
          "entryPrice": 1919.257,
          "exitPrice": 1916.905,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 2
        },
        {
          "entryTs": 1688650740,
          "entryUtc": "2023-07-06T13:39:00.000Z",
          "exitTs": 1688653440,
          "dir": -1,
          "entryPrice": 1913.43,
          "exitPrice": 1904.721,
          "stopDistance": 4.354,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 45
        },
        {
          "entryTs": 1688672880,
          "entryUtc": "2023-07-06T19:48:00.000Z",
          "exitTs": 1688726400,
          "dir": 1,
          "entryPrice": 1910.631,
          "exitPrice": 1917.233,
          "stopDistance": 3.301,
          "outcome": "target",
          "netR": 1.8879,
          "holdMinutes": 892
        },
        {
          "entryTs": 1688727660,
          "entryUtc": "2023-07-07T11:01:00.000Z",
          "exitTs": 1688732940,
          "dir": 1,
          "entryPrice": 1915.995,
          "exitPrice": 1920.062,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 88
        },
        {
          "entryTs": 1688733000,
          "entryUtc": "2023-07-07T12:30:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1917.595,
          "exitPrice": 1922.867,
          "stopDistance": 2.636,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 0
        },
        {
          "entryTs": 1688754960,
          "entryUtc": "2023-07-07T18:36:00.000Z",
          "exitTs": 1688940000,
          "dir": -1,
          "entryPrice": 1926.622,
          "exitPrice": 1924.494,
          "stopDistance": 3.631,
          "outcome": "time",
          "netR": 0.484,
          "holdMinutes": 3084
        },
        {
          "entryTs": 1688950380,
          "entryUtc": "2023-07-10T00:53:00.000Z",
          "exitTs": 1688952240,
          "dir": -1,
          "entryPrice": 1924.125,
          "exitPrice": 1926.522,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1753,
          "holdMinutes": 31
        },
        {
          "entryTs": 1688952600,
          "entryUtc": "2023-07-10T01:30:00.000Z",
          "exitTs": 1688963880,
          "dir": 1,
          "entryPrice": 1924.78,
          "exitPrice": 1922.289,
          "stopDistance": 2.491,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 188
        },
        {
          "entryTs": 1688970600,
          "entryUtc": "2023-07-10T06:30:00.000Z",
          "exitTs": 1688991600,
          "dir": 1,
          "entryPrice": 1922.67,
          "exitPrice": 1920.52,
          "stopDistance": 2.15,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 350
        },
        {
          "entryTs": 1688995380,
          "entryUtc": "2023-07-10T13:23:00.000Z",
          "exitTs": 1688997000,
          "dir": -1,
          "entryPrice": 1921.432,
          "exitPrice": 1924.114,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 27
        },
        {
          "entryTs": 1689031080,
          "entryUtc": "2023-07-10T23:18:00.000Z",
          "exitTs": 1689037380,
          "dir": -1,
          "entryPrice": 1925.42,
          "exitPrice": 1927.317,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 105
        },
        {
          "entryTs": 1689039480,
          "entryUtc": "2023-07-11T01:38:00.000Z",
          "exitTs": 1689044700,
          "dir": 1,
          "entryPrice": 1925.587,
          "exitPrice": 1928.767,
          "stopDistance": 1.59,
          "outcome": "target",
          "netR": 1.7673,
          "holdMinutes": 87
        },
        {
          "entryTs": 1689078000,
          "entryUtc": "2023-07-11T12:20:00.000Z",
          "exitTs": 1689079080,
          "dir": 1,
          "entryPrice": 1933.99,
          "exitPrice": 1930.969,
          "stopDistance": 3.021,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 18
        },
        {
          "entryTs": 1689085380,
          "entryUtc": "2023-07-11T14:23:00.000Z",
          "exitTs": 1689124500,
          "dir": -1,
          "entryPrice": 1934.67,
          "exitPrice": 1937.564,
          "stopDistance": 2.894,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 652
        },
        {
          "entryTs": 1689138120,
          "entryUtc": "2023-07-12T05:02:00.000Z",
          "exitTs": 1689143880,
          "dir": -1,
          "entryPrice": 1939.191,
          "exitPrice": 1935.19,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 96
        },
        {
          "entryTs": 1689166380,
          "entryUtc": "2023-07-12T12:53:00.000Z",
          "exitTs": 1689168120,
          "dir": 1,
          "entryPrice": 1941.71,
          "exitPrice": 1948.775,
          "stopDistance": 3.533,
          "outcome": "target",
          "netR": 1.8953,
          "holdMinutes": 29
        },
        {
          "entryTs": 1689182880,
          "entryUtc": "2023-07-12T17:28:00.000Z",
          "exitTs": 1689272880,
          "dir": 1,
          "entryPrice": 1955.756,
          "exitPrice": 1959.205,
          "stopDistance": 4.405,
          "outcome": "time",
          "netR": 0.6989,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1689287640,
          "entryUtc": "2023-07-13T22:34:00.000Z",
          "exitTs": 1689313320,
          "dir": 1,
          "entryPrice": 1960.047,
          "exitPrice": 1958.003,
          "stopDistance": 2.043,
          "outcome": "stop",
          "netR": -1.2055,
          "holdMinutes": 428
        },
        {
          "entryTs": 1689339600,
          "entryUtc": "2023-07-14T13:00:00.000Z",
          "exitTs": 1689340020,
          "dir": 1,
          "entryPrice": 1956.505,
          "exitPrice": 1954.406,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 7
        },
        {
          "entryTs": 1689345480,
          "entryUtc": "2023-07-14T14:38:00.000Z",
          "exitTs": 1689346860,
          "dir": -1,
          "entryPrice": 1956.729,
          "exitPrice": 1960.752,
          "stopDistance": 4.022,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 23
        },
        {
          "entryTs": 1689361260,
          "entryUtc": "2023-07-14T19:01:00.000Z",
          "exitTs": 1689363840,
          "dir": 1,
          "entryPrice": 1958.525,
          "exitPrice": 1955.061,
          "stopDistance": 3.464,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 43
        },
        {
          "entryTs": 1689575940,
          "entryUtc": "2023-07-17T06:39:00.000Z",
          "exitTs": 1689578280,
          "dir": 1,
          "entryPrice": 1953.05,
          "exitPrice": 1951.162,
          "stopDistance": 1.888,
          "outcome": "stop",
          "netR": -1.2224,
          "holdMinutes": 39
        },
        {
          "entryTs": 1689596580,
          "entryUtc": "2023-07-17T12:23:00.000Z",
          "exitTs": 1689597540,
          "dir": 1,
          "entryPrice": 1954.795,
          "exitPrice": 1952.13,
          "stopDistance": 2.665,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 16
        },
        {
          "entryTs": 1689641400,
          "entryUtc": "2023-07-18T00:50:00.000Z",
          "exitTs": 1689643680,
          "dir": 1,
          "entryPrice": 1955.106,
          "exitPrice": 1958.076,
          "stopDistance": 1.485,
          "outcome": "target",
          "netR": 1.7509,
          "holdMinutes": 38
        },
        {
          "entryTs": 1689644640,
          "entryUtc": "2023-07-18T01:44:00.000Z",
          "exitTs": 1689649140,
          "dir": 1,
          "entryPrice": 1955.675,
          "exitPrice": 1958.795,
          "stopDistance": 1.56,
          "outcome": "target",
          "netR": 1.7628,
          "holdMinutes": 75
        },
        {
          "entryTs": 1689661560,
          "entryUtc": "2023-07-18T06:26:00.000Z",
          "exitTs": 1689663360,
          "dir": -1,
          "entryPrice": 1959.905,
          "exitPrice": 1961.825,
          "stopDistance": 1.92,
          "outcome": "stop",
          "netR": -1.2187,
          "holdMinutes": 30
        },
        {
          "entryTs": 1689679800,
          "entryUtc": "2023-07-18T11:30:00.000Z",
          "exitTs": 1689680460,
          "dir": 1,
          "entryPrice": 1965.348,
          "exitPrice": 1962.437,
          "stopDistance": 2.911,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 11
        },
        {
          "entryTs": 1689711780,
          "entryUtc": "2023-07-18T20:23:00.000Z",
          "exitTs": 1689804000,
          "dir": -1,
          "entryPrice": 1978.265,
          "exitPrice": 1975.695,
          "stopDistance": 4.836,
          "outcome": "time",
          "netR": 0.4549,
          "holdMinutes": 1537
        },
        {
          "entryTs": 1689804180,
          "entryUtc": "2023-07-19T22:03:00.000Z",
          "exitTs": 1689814920,
          "dir": -1,
          "entryPrice": 1977.373,
          "exitPrice": 1979.513,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 179
        },
        {
          "entryTs": 1689831660,
          "entryUtc": "2023-07-20T05:41:00.000Z",
          "exitTs": 1689833820,
          "dir": 1,
          "entryPrice": 1981.67,
          "exitPrice": 1979.443,
          "stopDistance": 2.227,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 36
        },
        {
          "entryTs": 1689840840,
          "entryUtc": "2023-07-20T08:14:00.000Z",
          "exitTs": 1689841500,
          "dir": -1,
          "entryPrice": 1980.425,
          "exitPrice": 1983.099,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 11
        },
        {
          "entryTs": 1689843000,
          "entryUtc": "2023-07-20T08:50:00.000Z",
          "exitTs": 1689855780,
          "dir": 1,
          "entryPrice": 1981.07,
          "exitPrice": 1978.227,
          "stopDistance": 2.843,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 213
        },
        {
          "entryTs": 1689901680,
          "entryUtc": "2023-07-21T01:08:00.000Z",
          "exitTs": 1689906900,
          "dir": 1,
          "entryPrice": 1972.385,
          "exitPrice": 1970.599,
          "stopDistance": 1.786,
          "outcome": "stop",
          "netR": -1.2352,
          "holdMinutes": 87
        },
        {
          "entryTs": 1689919320,
          "entryUtc": "2023-07-21T06:02:00.000Z",
          "exitTs": 1689921000,
          "dir": -1,
          "entryPrice": 1970.215,
          "exitPrice": 1971.776,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.269,
          "holdMinutes": 28
        },
        {
          "entryTs": 1689922800,
          "entryUtc": "2023-07-21T07:00:00.000Z",
          "exitTs": 1689924720,
          "dir": 1,
          "entryPrice": 1970.07,
          "exitPrice": 1968.33,
          "stopDistance": 1.74,
          "outcome": "stop",
          "netR": -1.2414,
          "holdMinutes": 32
        },
        {
          "entryTs": 1689943200,
          "entryUtc": "2023-07-21T12:40:00.000Z",
          "exitTs": 1689945300,
          "dir": 1,
          "entryPrice": 1963.11,
          "exitPrice": 1960.413,
          "stopDistance": 2.697,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 35
        },
        {
          "entryTs": 1689946500,
          "entryUtc": "2023-07-21T13:35:00.000Z",
          "exitTs": 1689951840,
          "dir": -1,
          "entryPrice": 1964.211,
          "exitPrice": 1957.808,
          "stopDistance": 3.202,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 89
        },
        {
          "entryTs": 1690155960,
          "entryUtc": "2023-07-23T23:46:00.000Z",
          "exitTs": 1690179000,
          "dir": -1,
          "entryPrice": 1961.545,
          "exitPrice": 1958.206,
          "stopDistance": 1.669,
          "outcome": "target",
          "netR": 1.7784,
          "holdMinutes": 384
        },
        {
          "entryTs": 1690187640,
          "entryUtc": "2023-07-24T08:34:00.000Z",
          "exitTs": 1690191360,
          "dir": 1,
          "entryPrice": 1960.88,
          "exitPrice": 1965.417,
          "stopDistance": 2.269,
          "outcome": "target",
          "netR": 1.8369,
          "holdMinutes": 62
        },
        {
          "entryTs": 1690205400,
          "entryUtc": "2023-07-24T13:30:00.000Z",
          "exitTs": 1690206300,
          "dir": 1,
          "entryPrice": 1962.307,
          "exitPrice": 1959.806,
          "stopDistance": 2.5,
          "outcome": "stop",
          "netR": -1.168,
          "holdMinutes": 15
        },
        {
          "entryTs": 1690206360,
          "entryUtc": "2023-07-24T13:46:00.000Z",
          "exitTs": 1690208460,
          "dir": -1,
          "entryPrice": 1964.95,
          "exitPrice": 1958.806,
          "stopDistance": 3.072,
          "outcome": "target",
          "netR": 1.8796,
          "holdMinutes": 35
        },
        {
          "entryTs": 1690243200,
          "entryUtc": "2023-07-25T00:00:00.000Z",
          "exitTs": 1690246920,
          "dir": -1,
          "entryPrice": 1954.515,
          "exitPrice": 1956.419,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2205,
          "holdMinutes": 62
        },
        {
          "entryTs": 1690263420,
          "entryUtc": "2023-07-25T05:37:00.000Z",
          "exitTs": 1690266300,
          "dir": -1,
          "entryPrice": 1961.93,
          "exitPrice": 1963.639,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2458,
          "holdMinutes": 48
        },
        {
          "entryTs": 1690286460,
          "entryUtc": "2023-07-25T12:01:00.000Z",
          "exitTs": 1690288500,
          "dir": -1,
          "entryPrice": 1961.275,
          "exitPrice": 1956.468,
          "stopDistance": 2.403,
          "outcome": "target",
          "netR": 1.846,
          "holdMinutes": 34
        },
        {
          "entryTs": 1690325160,
          "entryUtc": "2023-07-25T22:46:00.000Z",
          "exitTs": 1690335000,
          "dir": 1,
          "entryPrice": 1964.685,
          "exitPrice": 1962.554,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 164
        },
        {
          "entryTs": 1690340100,
          "entryUtc": "2023-07-26T02:55:00.000Z",
          "exitTs": 1690351800,
          "dir": -1,
          "entryPrice": 1964.44,
          "exitPrice": 1966.293,
          "stopDistance": 1.853,
          "outcome": "stop",
          "netR": -1.2266,
          "holdMinutes": 195
        },
        {
          "entryTs": 1690368600,
          "entryUtc": "2023-07-26T10:50:00.000Z",
          "exitTs": 1690369260,
          "dir": -1,
          "entryPrice": 1970.975,
          "exitPrice": 1972.923,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 11
        },
        {
          "entryTs": 1690370460,
          "entryUtc": "2023-07-26T11:21:00.000Z",
          "exitTs": 1690376640,
          "dir": 1,
          "entryPrice": 1972.255,
          "exitPrice": 1970.216,
          "stopDistance": 2.039,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 103
        },
        {
          "entryTs": 1690384500,
          "entryUtc": "2023-07-26T15:15:00.000Z",
          "exitTs": 1690385160,
          "dir": -1,
          "entryPrice": 1971.841,
          "exitPrice": 1974.293,
          "stopDistance": 2.451,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 11
        },
        {
          "entryTs": 1690394400,
          "entryUtc": "2023-07-26T18:00:00.000Z",
          "exitTs": 1690396740,
          "dir": 1,
          "entryPrice": 1967.575,
          "exitPrice": 1974.429,
          "stopDistance": 3.427,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 39
        },
        {
          "entryTs": 1690398480,
          "entryUtc": "2023-07-26T19:08:00.000Z",
          "exitTs": 1690461120,
          "dir": 1,
          "entryPrice": 1972.877,
          "exitPrice": 1968.172,
          "stopDistance": 4.704,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 1044
        },
        {
          "entryTs": 1690478940,
          "entryUtc": "2023-07-27T17:29:00.000Z",
          "exitTs": 1690517880,
          "dir": 1,
          "entryPrice": 1946.1,
          "exitPrice": 1955.928,
          "stopDistance": 4.914,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 649
        },
        {
          "entryTs": 1690521480,
          "entryUtc": "2023-07-28T05:18:00.000Z",
          "exitTs": 1690532100,
          "dir": 1,
          "entryPrice": 1951.155,
          "exitPrice": 1947.797,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 177
        },
        {
          "entryTs": 1690536720,
          "entryUtc": "2023-07-28T09:32:00.000Z",
          "exitTs": 1690540140,
          "dir": -1,
          "entryPrice": 1950.792,
          "exitPrice": 1954.061,
          "stopDistance": 3.27,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 57
        },
        {
          "entryTs": 1690758060,
          "entryUtc": "2023-07-30T23:01:00.000Z",
          "exitTs": 1690764660,
          "dir": 1,
          "entryPrice": 1958.79,
          "exitPrice": 1956.582,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 110
        },
        {
          "entryTs": 1690784340,
          "entryUtc": "2023-07-31T06:19:00.000Z",
          "exitTs": 1690793400,
          "dir": -1,
          "entryPrice": 1956.705,
          "exitPrice": 1952.292,
          "stopDistance": 2.207,
          "outcome": "target",
          "netR": 1.8323,
          "holdMinutes": 151
        },
        {
          "entryTs": 1690845420,
          "entryUtc": "2023-07-31T23:17:00.000Z",
          "exitTs": 1690855140,
          "dir": -1,
          "entryPrice": 1964.886,
          "exitPrice": 1961.007,
          "stopDistance": 1.94,
          "outcome": "target",
          "netR": 1.8093,
          "holdMinutes": 162
        },
        {
          "entryTs": 1690889340,
          "entryUtc": "2023-08-01T11:29:00.000Z",
          "exitTs": 1690892460,
          "dir": -1,
          "entryPrice": 1955.37,
          "exitPrice": 1950.756,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 52
        },
        {
          "entryTs": 1690927200,
          "entryUtc": "2023-08-01T22:00:00.000Z",
          "exitTs": 1690930800,
          "dir": -1,
          "entryPrice": 1949.608,
          "exitPrice": 1951.708,
          "stopDistance": 2.1,
          "outcome": "stop",
          "netR": -1.2,
          "holdMinutes": 60
        },
        {
          "entryTs": 1690938900,
          "entryUtc": "2023-08-02T01:15:00.000Z",
          "exitTs": 1690952100,
          "dir": 1,
          "entryPrice": 1948.112,
          "exitPrice": 1945.179,
          "stopDistance": 2.932,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 220
        },
        {
          "entryTs": 1690952520,
          "entryUtc": "2023-08-02T05:02:00.000Z",
          "exitTs": 1690953360,
          "dir": -1,
          "entryPrice": 1947.295,
          "exitPrice": 1949.567,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 14
        },
        {
          "entryTs": 1690960740,
          "entryUtc": "2023-08-02T07:19:00.000Z",
          "exitTs": 1690974060,
          "dir": 1,
          "entryPrice": 1948.71,
          "exitPrice": 1953.601,
          "stopDistance": 2.445,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 222
        },
        {
          "entryTs": 1690976940,
          "entryUtc": "2023-08-02T11:49:00.000Z",
          "exitTs": 1690978500,
          "dir": 1,
          "entryPrice": 1950.615,
          "exitPrice": 1948.225,
          "stopDistance": 2.391,
          "outcome": "stop",
          "netR": -1.1757,
          "holdMinutes": 26
        },
        {
          "entryTs": 1690999620,
          "entryUtc": "2023-08-02T18:07:00.000Z",
          "exitTs": 1691046120,
          "dir": 1,
          "entryPrice": 1935.94,
          "exitPrice": 1932.274,
          "stopDistance": 3.666,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 775
        },
        {
          "entryTs": 1691047320,
          "entryUtc": "2023-08-03T07:22:00.000Z",
          "exitTs": 1691047920,
          "dir": -1,
          "entryPrice": 1933.445,
          "exitPrice": 1935.834,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691058780,
          "entryUtc": "2023-08-03T10:33:00.000Z",
          "exitTs": 1691065260,
          "dir": 1,
          "entryPrice": 1934.495,
          "exitPrice": 1931.724,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 108
        },
        {
          "entryTs": 1691065800,
          "entryUtc": "2023-08-03T12:30:00.000Z",
          "exitTs": 1691066400,
          "dir": -1,
          "entryPrice": 1933.39,
          "exitPrice": 1936.708,
          "stopDistance": 3.318,
          "outcome": "stop",
          "netR": -1.1266,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691091900,
          "entryUtc": "2023-08-03T19:45:00.000Z",
          "exitTs": 1691110800,
          "dir": -1,
          "entryPrice": 1934.235,
          "exitPrice": 1937.213,
          "stopDistance": 2.978,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 315
        },
        {
          "entryTs": 1691112840,
          "entryUtc": "2023-08-04T01:34:00.000Z",
          "exitTs": 1691121360,
          "dir": 1,
          "entryPrice": 1936.135,
          "exitPrice": 1934.355,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.236,
          "holdMinutes": 142
        },
        {
          "entryTs": 1691123820,
          "entryUtc": "2023-08-04T04:37:00.000Z",
          "exitTs": 1691127000,
          "dir": -1,
          "entryPrice": 1934.78,
          "exitPrice": 1936.801,
          "stopDistance": 2.021,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 53
        },
        {
          "entryTs": 1691128860,
          "entryUtc": "2023-08-04T06:01:00.000Z",
          "exitTs": 1691129520,
          "dir": 1,
          "entryPrice": 1934.955,
          "exitPrice": 1932.847,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1992,
          "holdMinutes": 11
        },
        {
          "entryTs": 1691141580,
          "entryUtc": "2023-08-04T09:33:00.000Z",
          "exitTs": 1691150400,
          "dir": 1,
          "entryPrice": 1933.14,
          "exitPrice": 1931.102,
          "stopDistance": 2.038,
          "outcome": "stop",
          "netR": -1.2061,
          "holdMinutes": 147
        },
        {
          "entryTs": 1691163600,
          "entryUtc": "2023-08-04T15:40:00.000Z",
          "exitTs": 1691359200,
          "dir": -1,
          "entryPrice": 1942.792,
          "exitPrice": 1942.104,
          "stopDistance": 4.789,
          "outcome": "time",
          "netR": 0.0663,
          "holdMinutes": 3260
        },
        {
          "entryTs": 1691397900,
          "entryUtc": "2023-08-07T08:45:00.000Z",
          "exitTs": 1691413200,
          "dir": -1,
          "entryPrice": 1936.28,
          "exitPrice": 1938.568,
          "stopDistance": 2.288,
          "outcome": "stop",
          "netR": -1.1836,
          "holdMinutes": 255
        },
        {
          "entryTs": 1691416620,
          "entryUtc": "2023-08-07T13:57:00.000Z",
          "exitTs": 1691416800,
          "dir": 1,
          "entryPrice": 1935.088,
          "exitPrice": 1932.67,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 3
        },
        {
          "entryTs": 1691484060,
          "entryUtc": "2023-08-08T08:41:00.000Z",
          "exitTs": 1691485200,
          "dir": -1,
          "entryPrice": 1933.045,
          "exitPrice": 1935.068,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 19
        },
        {
          "entryTs": 1691490420,
          "entryUtc": "2023-08-08T10:27:00.000Z",
          "exitTs": 1691492400,
          "dir": 1,
          "entryPrice": 1932.605,
          "exitPrice": 1930.25,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 33
        },
        {
          "entryTs": 1691506440,
          "entryUtc": "2023-08-08T14:54:00.000Z",
          "exitTs": 1691582700,
          "dir": 1,
          "entryPrice": 1927.305,
          "exitPrice": 1922.869,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 1271
        },
        {
          "entryTs": 1691584560,
          "entryUtc": "2023-08-09T12:36:00.000Z",
          "exitTs": 1691590860,
          "dir": -1,
          "entryPrice": 1925.445,
          "exitPrice": 1927.474,
          "stopDistance": 2.029,
          "outcome": "stop",
          "netR": -1.207,
          "holdMinutes": 105
        },
        {
          "entryTs": 1691620260,
          "entryUtc": "2023-08-09T22:31:00.000Z",
          "exitTs": 1691631600,
          "dir": -1,
          "entryPrice": 1916.302,
          "exitPrice": 1918.45,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1955,
          "holdMinutes": 189
        },
        {
          "entryTs": 1691644980,
          "entryUtc": "2023-08-10T05:23:00.000Z",
          "exitTs": 1691650980,
          "dir": -1,
          "entryPrice": 1917.615,
          "exitPrice": 1919.262,
          "stopDistance": 1.647,
          "outcome": "stop",
          "netR": -1.255,
          "holdMinutes": 100
        },
        {
          "entryTs": 1691670000,
          "entryUtc": "2023-08-10T12:20:00.000Z",
          "exitTs": 1691670600,
          "dir": 1,
          "entryPrice": 1921.985,
          "exitPrice": 1925.812,
          "stopDistance": 1.913,
          "outcome": "target",
          "netR": 1.8066,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691673960,
          "entryUtc": "2023-08-10T13:26:00.000Z",
          "exitTs": 1691674980,
          "dir": 1,
          "entryPrice": 1920.08,
          "exitPrice": 1924.204,
          "stopDistance": 2.062,
          "outcome": "target",
          "netR": 1.8206,
          "holdMinutes": 17
        },
        {
          "entryTs": 1691675160,
          "entryUtc": "2023-08-10T13:46:00.000Z",
          "exitTs": 1691676660,
          "dir": -1,
          "entryPrice": 1924.975,
          "exitPrice": 1917.929,
          "stopDistance": 3.523,
          "outcome": "target",
          "netR": 1.895,
          "holdMinutes": 25
        },
        {
          "entryTs": 1691714460,
          "entryUtc": "2023-08-11T00:41:00.000Z",
          "exitTs": 1691733960,
          "dir": -1,
          "entryPrice": 1913.84,
          "exitPrice": 1916.173,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 325
        },
        {
          "entryTs": 1691742780,
          "entryUtc": "2023-08-11T08:33:00.000Z",
          "exitTs": 1691756640,
          "dir": 1,
          "entryPrice": 1916.825,
          "exitPrice": 1920.341,
          "stopDistance": 1.758,
          "outcome": "target",
          "netR": 1.7895,
          "holdMinutes": 231
        },
        {
          "entryTs": 1691758980,
          "entryUtc": "2023-08-11T13:03:00.000Z",
          "exitTs": 1691762400,
          "dir": -1,
          "entryPrice": 1916.565,
          "exitPrice": 1918.856,
          "stopDistance": 2.291,
          "outcome": "stop",
          "netR": -1.1833,
          "holdMinutes": 57
        },
        {
          "entryTs": 1691967600,
          "entryUtc": "2023-08-13T23:00:00.000Z",
          "exitTs": 1691971920,
          "dir": 1,
          "entryPrice": 1913.33,
          "exitPrice": 1911.465,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 72
        },
        {
          "entryTs": 1691977620,
          "entryUtc": "2023-08-14T01:47:00.000Z",
          "exitTs": 1691998740,
          "dir": -1,
          "entryPrice": 1912.832,
          "exitPrice": 1914.679,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 352
        },
        {
          "entryTs": 1692005160,
          "entryUtc": "2023-08-14T09:26:00.000Z",
          "exitTs": 1692014880,
          "dir": 1,
          "entryPrice": 1913.275,
          "exitPrice": 1911.254,
          "stopDistance": 2.021,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 162
        },
        {
          "entryTs": 1692017460,
          "entryUtc": "2023-08-14T12:51:00.000Z",
          "exitTs": 1692019440,
          "dir": -1,
          "entryPrice": 1911.865,
          "exitPrice": 1907.385,
          "stopDistance": 2.24,
          "outcome": "target",
          "netR": 1.8348,
          "holdMinutes": 33
        },
        {
          "entryTs": 1692022680,
          "entryUtc": "2023-08-14T14:18:00.000Z",
          "exitTs": 1692063420,
          "dir": -1,
          "entryPrice": 1910.17,
          "exitPrice": 1903.625,
          "stopDistance": 3.273,
          "outcome": "target",
          "netR": 1.8869,
          "holdMinutes": 679
        },
        {
          "entryTs": 1692077520,
          "entryUtc": "2023-08-15T05:32:00.000Z",
          "exitTs": 1692087720,
          "dir": 1,
          "entryPrice": 1905.295,
          "exitPrice": 1903.296,
          "stopDistance": 1.999,
          "outcome": "stop",
          "netR": -1.2101,
          "holdMinutes": 170
        },
        {
          "entryTs": 1692099540,
          "entryUtc": "2023-08-15T11:39:00.000Z",
          "exitTs": 1692102600,
          "dir": -1,
          "entryPrice": 1903.37,
          "exitPrice": 1899.48,
          "stopDistance": 1.945,
          "outcome": "target",
          "netR": 1.8098,
          "holdMinutes": 51
        },
        {
          "entryTs": 1692105780,
          "entryUtc": "2023-08-15T13:23:00.000Z",
          "exitTs": 1692106440,
          "dir": 1,
          "entryPrice": 1904.42,
          "exitPrice": 1900.815,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 11
        },
        {
          "entryTs": 1692115500,
          "entryUtc": "2023-08-15T16:05:00.000Z",
          "exitTs": 1692132720,
          "dir": 1,
          "entryPrice": 1905.76,
          "exitPrice": 1901.419,
          "stopDistance": 4.341,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 287
        },
        {
          "entryTs": 1692162060,
          "entryUtc": "2023-08-16T05:01:00.000Z",
          "exitTs": 1692166320,
          "dir": -1,
          "entryPrice": 1904.235,
          "exitPrice": 1905.767,
          "stopDistance": 1.532,
          "outcome": "stop",
          "netR": -1.2742,
          "holdMinutes": 71
        },
        {
          "entryTs": 1692170520,
          "entryUtc": "2023-08-16T07:22:00.000Z",
          "exitTs": 1692187320,
          "dir": 1,
          "entryPrice": 1904.251,
          "exitPrice": 1902.673,
          "stopDistance": 1.578,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 280
        },
        {
          "entryTs": 1692193500,
          "entryUtc": "2023-08-16T13:45:00.000Z",
          "exitTs": 1692200640,
          "dir": 1,
          "entryPrice": 1904.925,
          "exitPrice": 1902.026,
          "stopDistance": 2.899,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 119
        },
        {
          "entryTs": 1692226860,
          "entryUtc": "2023-08-16T23:01:00.000Z",
          "exitTs": 1692234780,
          "dir": 1,
          "entryPrice": 1893.28,
          "exitPrice": 1890.431,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 132
        },
        {
          "entryTs": 1692236340,
          "entryUtc": "2023-08-17T01:39:00.000Z",
          "exitTs": 1692253200,
          "dir": -1,
          "entryPrice": 1891.885,
          "exitPrice": 1894.26,
          "stopDistance": 2.375,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 281
        },
        {
          "entryTs": 1692266400,
          "entryUtc": "2023-08-17T10:00:00.000Z",
          "exitTs": 1692267000,
          "dir": -1,
          "entryPrice": 1895.595,
          "exitPrice": 1897.51,
          "stopDistance": 1.915,
          "outcome": "stop",
          "netR": -1.2193,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692275400,
          "entryUtc": "2023-08-17T12:30:00.000Z",
          "exitTs": 1692275820,
          "dir": 1,
          "entryPrice": 1896.979,
          "exitPrice": 1901.568,
          "stopDistance": 2.294,
          "outcome": "target",
          "netR": 1.8387,
          "holdMinutes": 7
        },
        {
          "entryTs": 1692281100,
          "entryUtc": "2023-08-17T14:05:00.000Z",
          "exitTs": 1692287700,
          "dir": -1,
          "entryPrice": 1897.405,
          "exitPrice": 1890.436,
          "stopDistance": 3.485,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 110
        },
        {
          "entryTs": 1692351720,
          "entryUtc": "2023-08-18T09:42:00.000Z",
          "exitTs": 1692353340,
          "dir": -1,
          "entryPrice": 1892.572,
          "exitPrice": 1894.407,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2289,
          "holdMinutes": 27
        },
        {
          "entryTs": 1692357060,
          "entryUtc": "2023-08-18T11:11:00.000Z",
          "exitTs": 1692361380,
          "dir": 1,
          "entryPrice": 1893.257,
          "exitPrice": 1891.309,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 72
        },
        {
          "entryTs": 1692364140,
          "entryUtc": "2023-08-18T13:09:00.000Z",
          "exitTs": 1692364920,
          "dir": -1,
          "entryPrice": 1892.465,
          "exitPrice": 1894.658,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1915,
          "holdMinutes": 13
        },
        {
          "entryTs": 1692390300,
          "entryUtc": "2023-08-18T20:25:00.000Z",
          "exitTs": 1692568800,
          "dir": 1,
          "entryPrice": 1888.6,
          "exitPrice": 1889.734,
          "stopDistance": 2.21,
          "outcome": "time",
          "netR": 0.3458,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1692572460,
          "entryUtc": "2023-08-20T23:01:00.000Z",
          "exitTs": 1692581580,
          "dir": 1,
          "entryPrice": 1889.12,
          "exitPrice": 1887.106,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 152
        },
        {
          "entryTs": 1692584880,
          "entryUtc": "2023-08-21T02:28:00.000Z",
          "exitTs": 1692586200,
          "dir": -1,
          "entryPrice": 1889.325,
          "exitPrice": 1891.03,
          "stopDistance": 1.705,
          "outcome": "stop",
          "netR": -1.2464,
          "holdMinutes": 22
        },
        {
          "entryTs": 1692596460,
          "entryUtc": "2023-08-21T05:41:00.000Z",
          "exitTs": 1692619260,
          "dir": 1,
          "entryPrice": 1888.875,
          "exitPrice": 1893.692,
          "stopDistance": 2.408,
          "outcome": "target",
          "netR": 1.8464,
          "holdMinutes": 380
        },
        {
          "entryTs": 1692625500,
          "entryUtc": "2023-08-21T13:45:00.000Z",
          "exitTs": 1692639060,
          "dir": -1,
          "entryPrice": 1891.145,
          "exitPrice": 1894.544,
          "stopDistance": 3.399,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 226
        },
        {
          "entryTs": 1692661020,
          "entryUtc": "2023-08-21T23:37:00.000Z",
          "exitTs": 1692662700,
          "dir": 1,
          "entryPrice": 1894.963,
          "exitPrice": 1893.604,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.309,
          "holdMinutes": 28
        },
        {
          "entryTs": 1692663600,
          "entryUtc": "2023-08-22T00:20:00.000Z",
          "exitTs": 1692666180,
          "dir": -1,
          "entryPrice": 1894.716,
          "exitPrice": 1896.07,
          "stopDistance": 1.354,
          "outcome": "stop",
          "netR": -1.3102,
          "holdMinutes": 43
        },
        {
          "entryTs": 1692668220,
          "entryUtc": "2023-08-22T01:37:00.000Z",
          "exitTs": 1692685140,
          "dir": 1,
          "entryPrice": 1895.21,
          "exitPrice": 1898.279,
          "stopDistance": 1.535,
          "outcome": "target",
          "netR": 1.7589,
          "holdMinutes": 282
        },
        {
          "entryTs": 1692704820,
          "entryUtc": "2023-08-22T11:47:00.000Z",
          "exitTs": 1692707940,
          "dir": -1,
          "entryPrice": 1903.057,
          "exitPrice": 1898.56,
          "stopDistance": 2.248,
          "outcome": "target",
          "netR": 1.8354,
          "holdMinutes": 52
        },
        {
          "entryTs": 1692734460,
          "entryUtc": "2023-08-22T20:01:00.000Z",
          "exitTs": 1692750360,
          "dir": -1,
          "entryPrice": 1897.68,
          "exitPrice": 1900.076,
          "stopDistance": 2.396,
          "outcome": "stop",
          "netR": -1.1753,
          "holdMinutes": 265
        },
        {
          "entryTs": 1692772320,
          "entryUtc": "2023-08-23T06:32:00.000Z",
          "exitTs": 1692776100,
          "dir": 1,
          "entryPrice": 1903.355,
          "exitPrice": 1901.622,
          "stopDistance": 1.733,
          "outcome": "stop",
          "netR": -1.2424,
          "holdMinutes": 63
        },
        {
          "entryTs": 1692782700,
          "entryUtc": "2023-08-23T09:25:00.000Z",
          "exitTs": 1692793800,
          "dir": 1,
          "entryPrice": 1903.27,
          "exitPrice": 1907.519,
          "stopDistance": 2.124,
          "outcome": "target",
          "netR": 1.8258,
          "holdMinutes": 185
        },
        {
          "entryTs": 1692795540,
          "entryUtc": "2023-08-23T12:59:00.000Z",
          "exitTs": 1692797040,
          "dir": 1,
          "entryPrice": 1903.855,
          "exitPrice": 1908.807,
          "stopDistance": 2.476,
          "outcome": "target",
          "netR": 1.8506,
          "holdMinutes": 25
        },
        {
          "entryTs": 1692828180,
          "entryUtc": "2023-08-23T22:03:00.000Z",
          "exitTs": 1692836340,
          "dir": -1,
          "entryPrice": 1916.571,
          "exitPrice": 1918.629,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 136
        },
        {
          "entryTs": 1692864240,
          "entryUtc": "2023-08-24T08:04:00.000Z",
          "exitTs": 1692878040,
          "dir": -1,
          "entryPrice": 1921.11,
          "exitPrice": 1916.998,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.8201,
          "holdMinutes": 230
        },
        {
          "entryTs": 1692908700,
          "entryUtc": "2023-08-24T20:25:00.000Z",
          "exitTs": 1692946680,
          "dir": -1,
          "entryPrice": 1917.086,
          "exitPrice": 1912.884,
          "stopDistance": 2.101,
          "outcome": "target",
          "netR": 1.8239,
          "holdMinutes": 633
        },
        {
          "entryTs": 1692949860,
          "entryUtc": "2023-08-25T07:51:00.000Z",
          "exitTs": 1692964680,
          "dir": 1,
          "entryPrice": 1914.385,
          "exitPrice": 1918.124,
          "stopDistance": 1.869,
          "outcome": "target",
          "netR": 1.8021,
          "holdMinutes": 247
        },
        {
          "entryTs": 1692967440,
          "entryUtc": "2023-08-25T12:44:00.000Z",
          "exitTs": 1692969360,
          "dir": 1,
          "entryPrice": 1917,
          "exitPrice": 1915.151,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 32
        },
        {
          "entryTs": 1692972180,
          "entryUtc": "2023-08-25T14:03:00.000Z",
          "exitTs": 1692972180,
          "dir": -1,
          "entryPrice": 1917.8,
          "exitPrice": 1920.005,
          "stopDistance": 2.205,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 0
        },
        {
          "entryTs": 1693186380,
          "entryUtc": "2023-08-28T01:33:00.000Z",
          "exitTs": 1693209840,
          "dir": 1,
          "entryPrice": 1915.775,
          "exitPrice": 1913.844,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 391
        },
        {
          "entryTs": 1693228980,
          "entryUtc": "2023-08-28T13:23:00.000Z",
          "exitTs": 1693229640,
          "dir": 1,
          "entryPrice": 1915.145,
          "exitPrice": 1913.29,
          "stopDistance": 1.855,
          "outcome": "stop",
          "netR": -1.2264,
          "holdMinutes": 11
        },
        {
          "entryTs": 1693242720,
          "entryUtc": "2023-08-28T17:12:00.000Z",
          "exitTs": 1693267860,
          "dir": 1,
          "entryPrice": 1916.845,
          "exitPrice": 1921.815,
          "stopDistance": 2.485,
          "outcome": "target",
          "netR": 1.8511,
          "holdMinutes": 419
        },
        {
          "entryTs": 1693268700,
          "entryUtc": "2023-08-29T00:25:00.000Z",
          "exitTs": 1693278180,
          "dir": 1,
          "entryPrice": 1921.232,
          "exitPrice": 1924.038,
          "stopDistance": 1.403,
          "outcome": "target",
          "netR": 1.7363,
          "holdMinutes": 158
        },
        {
          "entryTs": 1693294320,
          "entryUtc": "2023-08-29T07:32:00.000Z",
          "exitTs": 1693304940,
          "dir": -1,
          "entryPrice": 1924.132,
          "exitPrice": 1921.113,
          "stopDistance": 1.509,
          "outcome": "target",
          "netR": 1.7548,
          "holdMinutes": 177
        },
        {
          "entryTs": 1693350000,
          "entryUtc": "2023-08-29T23:00:00.000Z",
          "exitTs": 1693396260,
          "dir": -1,
          "entryPrice": 1937.365,
          "exitPrice": 1939.214,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 771
        },
        {
          "entryTs": 1693433040,
          "entryUtc": "2023-08-30T22:04:00.000Z",
          "exitTs": 1693442520,
          "dir": -1,
          "entryPrice": 1943.747,
          "exitPrice": 1945.413,
          "stopDistance": 1.666,
          "outcome": "stop",
          "netR": -1.2521,
          "holdMinutes": 158
        },
        {
          "entryTs": 1693452900,
          "entryUtc": "2023-08-31T03:35:00.000Z",
          "exitTs": 1693464060,
          "dir": 1,
          "entryPrice": 1945.11,
          "exitPrice": 1943.707,
          "stopDistance": 1.403,
          "outcome": "stop",
          "netR": -1.2994,
          "holdMinutes": 186
        },
        {
          "entryTs": 1693465260,
          "entryUtc": "2023-08-31T07:01:00.000Z",
          "exitTs": 1693483920,
          "dir": -1,
          "entryPrice": 1945.02,
          "exitPrice": 1946.336,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3191,
          "holdMinutes": 311
        },
        {
          "entryTs": 1693485000,
          "entryUtc": "2023-08-31T12:30:00.000Z",
          "exitTs": 1693485120,
          "dir": 1,
          "entryPrice": 1944.762,
          "exitPrice": 1947.529,
          "stopDistance": 1.384,
          "outcome": "target",
          "netR": 1.7326,
          "holdMinutes": 2
        },
        {
          "entryTs": 1693487040,
          "entryUtc": "2023-08-31T13:04:00.000Z",
          "exitTs": 1693487460,
          "dir": 1,
          "entryPrice": 1944.785,
          "exitPrice": 1942.627,
          "stopDistance": 2.158,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 7
        },
        {
          "entryTs": 1693487700,
          "entryUtc": "2023-08-31T13:15:00.000Z",
          "exitTs": 1693528980,
          "dir": -1,
          "entryPrice": 1943.682,
          "exitPrice": 1938.79,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 688
        },
        {
          "entryTs": 1693536120,
          "entryUtc": "2023-09-01T02:42:00.000Z",
          "exitTs": 1693537980,
          "dir": 1,
          "entryPrice": 1940.927,
          "exitPrice": 1939.41,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.277,
          "holdMinutes": 31
        },
        {
          "entryTs": 1693549320,
          "entryUtc": "2023-09-01T06:22:00.000Z",
          "exitTs": 1693552860,
          "dir": 1,
          "entryPrice": 1939.315,
          "exitPrice": 1942.045,
          "stopDistance": 1.365,
          "outcome": "target",
          "netR": 1.7289,
          "holdMinutes": 59
        },
        {
          "entryTs": 1693575660,
          "entryUtc": "2023-09-01T13:41:00.000Z",
          "exitTs": 1693576140,
          "dir": 1,
          "entryPrice": 1943.965,
          "exitPrice": 1942.578,
          "stopDistance": 1.387,
          "outcome": "stop",
          "netR": -1.3027,
          "holdMinutes": 8
        },
        {
          "entryTs": 1693785660,
          "entryUtc": "2023-09-04T00:01:00.000Z",
          "exitTs": 1693792140,
          "dir": 1,
          "entryPrice": 1940.112,
          "exitPrice": 1943.108,
          "stopDistance": 1.498,
          "outcome": "target",
          "netR": 1.7531,
          "holdMinutes": 108
        },
        {
          "entryTs": 1693869840,
          "entryUtc": "2023-09-04T23:24:00.000Z",
          "exitTs": 1693878480,
          "dir": -1,
          "entryPrice": 1938.196,
          "exitPrice": 1936.333,
          "stopDistance": 0.931,
          "outcome": "target",
          "netR": 1.6028,
          "holdMinutes": 144
        },
        {
          "entryTs": 1693882080,
          "entryUtc": "2023-09-05T02:48:00.000Z",
          "exitTs": 1693888560,
          "dir": -1,
          "entryPrice": 1936.685,
          "exitPrice": 1937.953,
          "stopDistance": 1.268,
          "outcome": "stop",
          "netR": -1.3311,
          "holdMinutes": 108
        },
        {
          "entryTs": 1693893960,
          "entryUtc": "2023-09-05T06:06:00.000Z",
          "exitTs": 1693900860,
          "dir": 1,
          "entryPrice": 1936.22,
          "exitPrice": 1935.011,
          "stopDistance": 1.209,
          "outcome": "stop",
          "netR": -1.3473,
          "holdMinutes": 115
        },
        {
          "entryTs": 1693917780,
          "entryUtc": "2023-09-05T12:43:00.000Z",
          "exitTs": 1693917780,
          "dir": -1,
          "entryPrice": 1930.202,
          "exitPrice": 1932.191,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 0
        },
        {
          "entryTs": 1693917960,
          "entryUtc": "2023-09-05T12:46:00.000Z",
          "exitTs": 1693921920,
          "dir": 1,
          "entryPrice": 1931.78,
          "exitPrice": 1929.332,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 66
        },
        {
          "entryTs": 1693942080,
          "entryUtc": "2023-09-05T19:28:00.000Z",
          "exitTs": 1694005200,
          "dir": -1,
          "entryPrice": 1926.87,
          "exitPrice": 1922.599,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 1052
        },
        {
          "entryTs": 1694007300,
          "entryUtc": "2023-09-06T13:35:00.000Z",
          "exitTs": 1694007900,
          "dir": -1,
          "entryPrice": 1924.102,
          "exitPrice": 1926.143,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 10
        },
        {
          "entryTs": 1694008800,
          "entryUtc": "2023-09-06T14:00:00.000Z",
          "exitTs": 1694008800,
          "dir": 1,
          "entryPrice": 1925.042,
          "exitPrice": 1922.265,
          "stopDistance": 2.776,
          "outcome": "stop",
          "netR": -1.1513,
          "holdMinutes": 0
        },
        {
          "entryTs": 1694061720,
          "entryUtc": "2023-09-07T04:42:00.000Z",
          "exitTs": 1694072160,
          "dir": 1,
          "entryPrice": 1918.68,
          "exitPrice": 1917.231,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2898,
          "holdMinutes": 174
        },
        {
          "entryTs": 1694089800,
          "entryUtc": "2023-09-07T12:30:00.000Z",
          "exitTs": 1694089800,
          "dir": 1,
          "entryPrice": 1919.432,
          "exitPrice": 1917.756,
          "stopDistance": 1.675,
          "outcome": "stop",
          "netR": -1.2507,
          "holdMinutes": 0
        },
        {
          "entryTs": 1694116620,
          "entryUtc": "2023-09-07T19:57:00.000Z",
          "exitTs": 1694133360,
          "dir": 1,
          "entryPrice": 1918.711,
          "exitPrice": 1923.177,
          "stopDistance": 2.233,
          "outcome": "target",
          "netR": 1.8343,
          "holdMinutes": 279
        },
        {
          "entryTs": 1694153040,
          "entryUtc": "2023-09-08T06:04:00.000Z",
          "exitTs": 1694172360,
          "dir": -1,
          "entryPrice": 1926,
          "exitPrice": 1922.913,
          "stopDistance": 1.543,
          "outcome": "target",
          "netR": 1.7603,
          "holdMinutes": 322
        },
        {
          "entryTs": 1694175660,
          "entryUtc": "2023-09-08T12:21:00.000Z",
          "exitTs": 1694176740,
          "dir": -1,
          "entryPrice": 1924.107,
          "exitPrice": 1925.551,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2907,
          "holdMinutes": 18
        },
        {
          "entryTs": 1694180040,
          "entryUtc": "2023-09-08T13:34:00.000Z",
          "exitTs": 1694181180,
          "dir": -1,
          "entryPrice": 1922.891,
          "exitPrice": 1925.116,
          "stopDistance": 2.225,
          "outcome": "stop",
          "netR": -1.1888,
          "holdMinutes": 19
        },
        {
          "entryTs": 1694184660,
          "entryUtc": "2023-09-08T14:51:00.000Z",
          "exitTs": 1694185560,
          "dir": 1,
          "entryPrice": 1926.02,
          "exitPrice": 1922.984,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 15
        },
        {
          "entryTs": 1694198940,
          "entryUtc": "2023-09-08T18:49:00.000Z",
          "exitTs": 1694383200,
          "dir": 1,
          "entryPrice": 1918.607,
          "exitPrice": 1920.418,
          "stopDistance": 2.513,
          "outcome": "time",
          "netR": 0.5737,
          "holdMinutes": 3071
        },
        {
          "entryTs": 1694388780,
          "entryUtc": "2023-09-10T23:33:00.000Z",
          "exitTs": 1694394060,
          "dir": -1,
          "entryPrice": 1918.62,
          "exitPrice": 1920.281,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 88
        },
        {
          "entryTs": 1694416980,
          "entryUtc": "2023-09-11T07:23:00.000Z",
          "exitTs": 1694418840,
          "dir": 1,
          "entryPrice": 1928.291,
          "exitPrice": 1926.284,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2092,
          "holdMinutes": 31
        },
        {
          "entryTs": 1694419800,
          "entryUtc": "2023-09-11T08:10:00.000Z",
          "exitTs": 1694437980,
          "dir": 1,
          "entryPrice": 1925.32,
          "exitPrice": 1929.025,
          "stopDistance": 1.853,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 303
        },
        {
          "entryTs": 1694440020,
          "entryUtc": "2023-09-11T13:47:00.000Z",
          "exitTs": 1694442600,
          "dir": 1,
          "entryPrice": 1925.861,
          "exitPrice": 1923.806,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 43
        },
        {
          "entryTs": 1694453460,
          "entryUtc": "2023-09-11T17:31:00.000Z",
          "exitTs": 1694482440,
          "dir": 1,
          "entryPrice": 1923.17,
          "exitPrice": 1920.608,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 483
        },
        {
          "entryTs": 1694494920,
          "entryUtc": "2023-09-12T05:02:00.000Z",
          "exitTs": 1694497740,
          "dir": 1,
          "entryPrice": 1922.005,
          "exitPrice": 1920.399,
          "stopDistance": 1.606,
          "outcome": "stop",
          "netR": -1.2616,
          "holdMinutes": 47
        },
        {
          "entryTs": 1694509140,
          "entryUtc": "2023-09-12T08:59:00.000Z",
          "exitTs": 1694514900,
          "dir": 1,
          "entryPrice": 1919.961,
          "exitPrice": 1918.371,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 96
        },
        {
          "entryTs": 1694603400,
          "entryUtc": "2023-09-13T11:10:00.000Z",
          "exitTs": 1694607660,
          "dir": 1,
          "entryPrice": 1911.575,
          "exitPrice": 1910.037,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.2732,
          "holdMinutes": 71
        },
        {
          "entryTs": 1694608020,
          "entryUtc": "2023-09-13T12:27:00.000Z",
          "exitTs": 1694608200,
          "dir": -1,
          "entryPrice": 1911.716,
          "exitPrice": 1913.357,
          "stopDistance": 1.64,
          "outcome": "ambiguous",
          "netR": -1.256,
          "holdMinutes": 3
        },
        {
          "entryTs": 1694609100,
          "entryUtc": "2023-09-13T12:45:00.000Z",
          "exitTs": 1694609400,
          "dir": -1,
          "entryPrice": 1910.425,
          "exitPrice": 1913.029,
          "stopDistance": 2.604,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 5
        },
        {
          "entryTs": 1694611260,
          "entryUtc": "2023-09-13T13:21:00.000Z",
          "exitTs": 1694611860,
          "dir": -1,
          "entryPrice": 1911.132,
          "exitPrice": 1914.455,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 10
        },
        {
          "entryTs": 1694615700,
          "entryUtc": "2023-09-13T14:35:00.000Z",
          "exitTs": 1694675220,
          "dir": 1,
          "entryPrice": 1909.675,
          "exitPrice": 1906.111,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 992
        },
        {
          "entryTs": 1694695920,
          "entryUtc": "2023-09-14T12:52:00.000Z",
          "exitTs": 1694696820,
          "dir": -1,
          "entryPrice": 1905.035,
          "exitPrice": 1907.467,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 15
        },
        {
          "entryTs": 1694706060,
          "entryUtc": "2023-09-14T15:41:00.000Z",
          "exitTs": 1694741880,
          "dir": 1,
          "entryPrice": 1906.086,
          "exitPrice": 1914.387,
          "stopDistance": 4.15,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 597
        },
        {
          "entryTs": 1694762040,
          "entryUtc": "2023-09-15T07:14:00.000Z",
          "exitTs": 1694770320,
          "dir": 1,
          "entryPrice": 1916.06,
          "exitPrice": 1919.15,
          "stopDistance": 1.545,
          "outcome": "target",
          "netR": 1.7606,
          "holdMinutes": 138
        },
        {
          "entryTs": 1694774340,
          "entryUtc": "2023-09-15T10:39:00.000Z",
          "exitTs": 1694783400,
          "dir": 1,
          "entryPrice": 1917.06,
          "exitPrice": 1920.869,
          "stopDistance": 1.905,
          "outcome": "target",
          "netR": 1.8057,
          "holdMinutes": 151
        },
        {
          "entryTs": 1695000900,
          "entryUtc": "2023-09-18T01:35:00.000Z",
          "exitTs": 1695004140,
          "dir": 1,
          "entryPrice": 1923.507,
          "exitPrice": 1926.34,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 54
        },
        {
          "entryTs": 1695013800,
          "entryUtc": "2023-09-18T05:10:00.000Z",
          "exitTs": 1695016200,
          "dir": -1,
          "entryPrice": 1928.507,
          "exitPrice": 1929.956,
          "stopDistance": 1.45,
          "outcome": "stop",
          "netR": -1.2897,
          "holdMinutes": 40
        },
        {
          "entryTs": 1695017280,
          "entryUtc": "2023-09-18T06:08:00.000Z",
          "exitTs": 1695022740,
          "dir": 1,
          "entryPrice": 1928.782,
          "exitPrice": 1927.27,
          "stopDistance": 1.512,
          "outcome": "stop",
          "netR": -1.2778,
          "holdMinutes": 91
        },
        {
          "entryTs": 1695037020,
          "entryUtc": "2023-09-18T11:37:00.000Z",
          "exitTs": 1695041160,
          "dir": 1,
          "entryPrice": 1926.815,
          "exitPrice": 1925.187,
          "stopDistance": 1.628,
          "outcome": "stop",
          "netR": -1.258,
          "holdMinutes": 69
        },
        {
          "entryTs": 1695042720,
          "entryUtc": "2023-09-18T13:12:00.000Z",
          "exitTs": 1695043020,
          "dir": -1,
          "entryPrice": 1925.766,
          "exitPrice": 1927.675,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 5
        },
        {
          "entryTs": 1695082620,
          "entryUtc": "2023-09-19T00:17:00.000Z",
          "exitTs": 1695085380,
          "dir": 1,
          "entryPrice": 1933.737,
          "exitPrice": 1932.46,
          "stopDistance": 1.277,
          "outcome": "stop",
          "netR": -1.3289,
          "holdMinutes": 46
        },
        {
          "entryTs": 1695107700,
          "entryUtc": "2023-09-19T07:15:00.000Z",
          "exitTs": 1695110940,
          "dir": 1,
          "entryPrice": 1932.025,
          "exitPrice": 1934.801,
          "stopDistance": 1.388,
          "outcome": "target",
          "netR": 1.7335,
          "holdMinutes": 54
        },
        {
          "entryTs": 1695126300,
          "entryUtc": "2023-09-19T12:25:00.000Z",
          "exitTs": 1695127500,
          "dir": 1,
          "entryPrice": 1935.635,
          "exitPrice": 1934.214,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2955,
          "holdMinutes": 20
        },
        {
          "entryTs": 1695127920,
          "entryUtc": "2023-09-19T12:52:00.000Z",
          "exitTs": 1695132660,
          "dir": -1,
          "entryPrice": 1935.47,
          "exitPrice": 1932.196,
          "stopDistance": 1.637,
          "outcome": "target",
          "netR": 1.774,
          "holdMinutes": 79
        },
        {
          "entryTs": 1695134400,
          "entryUtc": "2023-09-19T14:40:00.000Z",
          "exitTs": 1695147420,
          "dir": -1,
          "entryPrice": 1934.53,
          "exitPrice": 1929.782,
          "stopDistance": 2.374,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 217
        },
        {
          "entryTs": 1695151800,
          "entryUtc": "2023-09-19T19:30:00.000Z",
          "exitTs": 1695216660,
          "dir": -1,
          "entryPrice": 1931.915,
          "exitPrice": 1933.998,
          "stopDistance": 2.083,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 1081
        },
        {
          "entryTs": 1695232800,
          "entryUtc": "2023-09-20T18:00:00.000Z",
          "exitTs": 1695232800,
          "dir": 1,
          "entryPrice": 1944.071,
          "exitPrice": 1941.275,
          "stopDistance": 2.796,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 0
        },
        {
          "entryTs": 1695234300,
          "entryUtc": "2023-09-20T18:25:00.000Z",
          "exitTs": 1695234780,
          "dir": -1,
          "entryPrice": 1943.229,
          "exitPrice": 1946.439,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 8
        },
        {
          "entryTs": 1695276060,
          "entryUtc": "2023-09-21T06:01:00.000Z",
          "exitTs": 1695283920,
          "dir": 1,
          "entryPrice": 1927.885,
          "exitPrice": 1926.193,
          "stopDistance": 1.692,
          "outcome": "stop",
          "netR": -1.2483,
          "holdMinutes": 131
        },
        {
          "entryTs": 1695363360,
          "entryUtc": "2023-09-22T06:16:00.000Z",
          "exitTs": 1695366900,
          "dir": 1,
          "entryPrice": 1924.455,
          "exitPrice": 1927.366,
          "stopDistance": 1.456,
          "outcome": "target",
          "netR": 1.7458,
          "holdMinutes": 59
        },
        {
          "entryTs": 1695380940,
          "entryUtc": "2023-09-22T11:09:00.000Z",
          "exitTs": 1695390300,
          "dir": -1,
          "entryPrice": 1925.875,
          "exitPrice": 1927.542,
          "stopDistance": 1.667,
          "outcome": "stop",
          "netR": -1.252,
          "holdMinutes": 156
        },
        {
          "entryTs": 1695390660,
          "entryUtc": "2023-09-22T13:51:00.000Z",
          "exitTs": 1695592800,
          "dir": 1,
          "entryPrice": 1925.525,
          "exitPrice": 1925.104,
          "stopDistance": 2.076,
          "outcome": "time",
          "netR": -0.3811,
          "holdMinutes": 3369
        },
        {
          "entryTs": 1695596400,
          "entryUtc": "2023-09-24T23:00:00.000Z",
          "exitTs": 1695600240,
          "dir": 1,
          "entryPrice": 1925.284,
          "exitPrice": 1923.845,
          "stopDistance": 1.439,
          "outcome": "stop",
          "netR": -1.2918,
          "holdMinutes": 64
        },
        {
          "entryTs": 1695602760,
          "entryUtc": "2023-09-25T00:46:00.000Z",
          "exitTs": 1695620040,
          "dir": -1,
          "entryPrice": 1924.729,
          "exitPrice": 1922.015,
          "stopDistance": 1.357,
          "outcome": "target",
          "netR": 1.7274,
          "holdMinutes": 288
        },
        {
          "entryTs": 1695624600,
          "entryUtc": "2023-09-25T06:50:00.000Z",
          "exitTs": 1695624960,
          "dir": -1,
          "entryPrice": 1923.381,
          "exitPrice": 1924.518,
          "stopDistance": 1.137,
          "outcome": "stop",
          "netR": -1.3695,
          "holdMinutes": 6
        },
        {
          "entryTs": 1695627960,
          "entryUtc": "2023-09-25T07:46:00.000Z",
          "exitTs": 1695629820,
          "dir": 1,
          "entryPrice": 1923.71,
          "exitPrice": 1922.212,
          "stopDistance": 1.498,
          "outcome": "stop",
          "netR": -1.2803,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695647100,
          "entryUtc": "2023-09-25T13:05:00.000Z",
          "exitTs": 1695648420,
          "dir": 1,
          "entryPrice": 1925.025,
          "exitPrice": 1923.079,
          "stopDistance": 1.946,
          "outcome": "stop",
          "netR": -1.2159,
          "holdMinutes": 22
        },
        {
          "entryTs": 1695648600,
          "entryUtc": "2023-09-25T13:30:00.000Z",
          "exitTs": 1695651540,
          "dir": 1,
          "entryPrice": 1922.596,
          "exitPrice": 1920.665,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 49
        },
        {
          "entryTs": 1695687780,
          "entryUtc": "2023-09-26T00:23:00.000Z",
          "exitTs": 1695694380,
          "dir": 1,
          "entryPrice": 1915.665,
          "exitPrice": 1914.155,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2782,
          "holdMinutes": 110
        },
        {
          "entryTs": 1695714720,
          "entryUtc": "2023-09-26T07:52:00.000Z",
          "exitTs": 1695715440,
          "dir": -1,
          "entryPrice": 1913.46,
          "exitPrice": 1914.679,
          "stopDistance": 1.219,
          "outcome": "stop",
          "netR": -1.3444,
          "holdMinutes": 12
        },
        {
          "entryTs": 1695719760,
          "entryUtc": "2023-09-26T09:16:00.000Z",
          "exitTs": 1695726360,
          "dir": 1,
          "entryPrice": 1912.54,
          "exitPrice": 1910.787,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2396,
          "holdMinutes": 110
        },
        {
          "entryTs": 1695727380,
          "entryUtc": "2023-09-26T11:23:00.000Z",
          "exitTs": 1695731820,
          "dir": -1,
          "entryPrice": 1913.001,
          "exitPrice": 1909.43,
          "stopDistance": 1.786,
          "outcome": "target",
          "netR": 1.7928,
          "holdMinutes": 74
        },
        {
          "entryTs": 1695732900,
          "entryUtc": "2023-09-26T12:55:00.000Z",
          "exitTs": 1695740700,
          "dir": -1,
          "entryPrice": 1909.365,
          "exitPrice": 1904.274,
          "stopDistance": 2.545,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 130
        },
        {
          "entryTs": 1695775080,
          "entryUtc": "2023-09-27T00:38:00.000Z",
          "exitTs": 1695787500,
          "dir": 1,
          "entryPrice": 1900.812,
          "exitPrice": 1899.279,
          "stopDistance": 1.532,
          "outcome": "stop",
          "netR": -1.2741,
          "holdMinutes": 207
        },
        {
          "entryTs": 1695808500,
          "entryUtc": "2023-09-27T09:55:00.000Z",
          "exitTs": 1695816180,
          "dir": -1,
          "entryPrice": 1895.83,
          "exitPrice": 1892.183,
          "stopDistance": 1.824,
          "outcome": "target",
          "netR": 1.7971,
          "holdMinutes": 128
        },
        {
          "entryTs": 1695852060,
          "entryUtc": "2023-09-27T22:01:00.000Z",
          "exitTs": 1695904440,
          "dir": -1,
          "entryPrice": 1876.271,
          "exitPrice": 1878.967,
          "stopDistance": 2.696,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 873
        },
        {
          "entryTs": 1695906180,
          "entryUtc": "2023-09-28T13:03:00.000Z",
          "exitTs": 1695908100,
          "dir": -1,
          "entryPrice": 1874.405,
          "exitPrice": 1876.985,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 32
        },
        {
          "entryTs": 1695925020,
          "entryUtc": "2023-09-28T18:17:00.000Z",
          "exitTs": 1695966900,
          "dir": -1,
          "entryPrice": 1863.49,
          "exitPrice": 1867.775,
          "stopDistance": 4.285,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 698
        },
        {
          "entryTs": 1695990420,
          "entryUtc": "2023-09-29T12:27:00.000Z",
          "exitTs": 1695991380,
          "dir": -1,
          "entryPrice": 1870.872,
          "exitPrice": 1873.019,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 16
        },
        {
          "entryTs": 1695995400,
          "entryUtc": "2023-09-29T13:50:00.000Z",
          "exitTs": 1695996300,
          "dir": 1,
          "entryPrice": 1870.73,
          "exitPrice": 1867.975,
          "stopDistance": 2.755,
          "outcome": "stop",
          "netR": -1.1525,
          "holdMinutes": 15
        },
        {
          "entryTs": 1696204380,
          "entryUtc": "2023-10-01T23:53:00.000Z",
          "exitTs": 1696225080,
          "dir": -1,
          "entryPrice": 1847.882,
          "exitPrice": 1842.274,
          "stopDistance": 2.804,
          "outcome": "target",
          "netR": 1.868,
          "holdMinutes": 345
        },
        {
          "entryTs": 1696227720,
          "entryUtc": "2023-10-02T06:22:00.000Z",
          "exitTs": 1696228380,
          "dir": -1,
          "entryPrice": 1842.477,
          "exitPrice": 1844.261,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2354,
          "holdMinutes": 11
        },
        {
          "entryTs": 1696231860,
          "entryUtc": "2023-10-02T07:31:00.000Z",
          "exitTs": 1696232640,
          "dir": 1,
          "entryPrice": 1842.66,
          "exitPrice": 1840.247,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696249920,
          "entryUtc": "2023-10-02T12:32:00.000Z",
          "exitTs": 1696255200,
          "dir": 1,
          "entryPrice": 1835.225,
          "exitPrice": 1831.929,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 88
        },
        {
          "entryTs": 1696290540,
          "entryUtc": "2023-10-02T23:49:00.000Z",
          "exitTs": 1696299000,
          "dir": -1,
          "entryPrice": 1825.825,
          "exitPrice": 1820.264,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.8669,
          "holdMinutes": 141
        },
        {
          "entryTs": 1696324140,
          "entryUtc": "2023-10-03T09:09:00.000Z",
          "exitTs": 1696340640,
          "dir": 1,
          "entryPrice": 1824.35,
          "exitPrice": 1830.434,
          "stopDistance": 3.042,
          "outcome": "target",
          "netR": 1.8784,
          "holdMinutes": 275
        },
        {
          "entryTs": 1696340820,
          "entryUtc": "2023-10-03T13:47:00.000Z",
          "exitTs": 1696341600,
          "dir": 1,
          "entryPrice": 1827.425,
          "exitPrice": 1823.525,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696344600,
          "entryUtc": "2023-10-03T14:50:00.000Z",
          "exitTs": 1696347240,
          "dir": 1,
          "entryPrice": 1828.405,
          "exitPrice": 1822.425,
          "stopDistance": 5.98,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 44
        },
        {
          "entryTs": 1696376520,
          "entryUtc": "2023-10-03T23:42:00.000Z",
          "exitTs": 1696383360,
          "dir": 1,
          "entryPrice": 1823.542,
          "exitPrice": 1820.962,
          "stopDistance": 2.579,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 114
        },
        {
          "entryTs": 1696384140,
          "entryUtc": "2023-10-04T01:49:00.000Z",
          "exitTs": 1696401360,
          "dir": -1,
          "entryPrice": 1822.84,
          "exitPrice": 1817.572,
          "stopDistance": 2.634,
          "outcome": "target",
          "netR": 1.8595,
          "holdMinutes": 287
        },
        {
          "entryTs": 1696405320,
          "entryUtc": "2023-10-04T07:42:00.000Z",
          "exitTs": 1696410480,
          "dir": -1,
          "entryPrice": 1821.5,
          "exitPrice": 1823.818,
          "stopDistance": 2.318,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 86
        },
        {
          "entryTs": 1696421220,
          "entryUtc": "2023-10-04T12:07:00.000Z",
          "exitTs": 1696421700,
          "dir": 1,
          "entryPrice": 1823.96,
          "exitPrice": 1829.503,
          "stopDistance": 2.772,
          "outcome": "target",
          "netR": 1.8665,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696425720,
          "entryUtc": "2023-10-04T13:22:00.000Z",
          "exitTs": 1696427220,
          "dir": 1,
          "entryPrice": 1824.59,
          "exitPrice": 1821.206,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 25
        },
        {
          "entryTs": 1696433220,
          "entryUtc": "2023-10-04T15:27:00.000Z",
          "exitTs": 1696440660,
          "dir": -1,
          "entryPrice": 1826.265,
          "exitPrice": 1819.184,
          "stopDistance": 3.541,
          "outcome": "target",
          "netR": 1.8955,
          "holdMinutes": 124
        },
        {
          "entryTs": 1696448160,
          "entryUtc": "2023-10-04T19:36:00.000Z",
          "exitTs": 1696467300,
          "dir": -1,
          "entryPrice": 1821.37,
          "exitPrice": 1824.552,
          "stopDistance": 3.182,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 319
        },
        {
          "entryTs": 1696481460,
          "entryUtc": "2023-10-05T04:51:00.000Z",
          "exitTs": 1696485720,
          "dir": 1,
          "entryPrice": 1827.445,
          "exitPrice": 1825.615,
          "stopDistance": 1.83,
          "outcome": "stop",
          "netR": -1.2295,
          "holdMinutes": 71
        },
        {
          "entryTs": 1696485840,
          "entryUtc": "2023-10-05T06:04:00.000Z",
          "exitTs": 1696487160,
          "dir": 1,
          "entryPrice": 1825.01,
          "exitPrice": 1823.076,
          "stopDistance": 1.934,
          "outcome": "stop",
          "netR": -1.2171,
          "holdMinutes": 22
        },
        {
          "entryTs": 1696504500,
          "entryUtc": "2023-10-05T11:15:00.000Z",
          "exitTs": 1696508760,
          "dir": 1,
          "entryPrice": 1821.426,
          "exitPrice": 1819.356,
          "stopDistance": 2.07,
          "outcome": "stop",
          "netR": -1.2029,
          "holdMinutes": 71
        },
        {
          "entryTs": 1696512420,
          "entryUtc": "2023-10-05T13:27:00.000Z",
          "exitTs": 1696513500,
          "dir": -1,
          "entryPrice": 1818.384,
          "exitPrice": 1821.467,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 18
        },
        {
          "entryTs": 1696527300,
          "entryUtc": "2023-10-05T17:35:00.000Z",
          "exitTs": 1696546920,
          "dir": -1,
          "entryPrice": 1818.625,
          "exitPrice": 1822.798,
          "stopDistance": 4.173,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 327
        },
        {
          "entryTs": 1696552020,
          "entryUtc": "2023-10-06T00:27:00.000Z",
          "exitTs": 1696587180,
          "dir": 1,
          "entryPrice": 1820.245,
          "exitPrice": 1824.56,
          "stopDistance": 2.157,
          "outcome": "target",
          "netR": 1.8285,
          "holdMinutes": 586
        },
        {
          "entryTs": 1696590060,
          "entryUtc": "2023-10-06T11:01:00.000Z",
          "exitTs": 1696594860,
          "dir": 1,
          "entryPrice": 1822.09,
          "exitPrice": 1820.005,
          "stopDistance": 2.085,
          "outcome": "stop",
          "netR": -1.2015,
          "holdMinutes": 80
        },
        {
          "entryTs": 1696598580,
          "entryUtc": "2023-10-06T13:23:00.000Z",
          "exitTs": 1696598700,
          "dir": -1,
          "entryPrice": 1822.09,
          "exitPrice": 1824.182,
          "stopDistance": 2.092,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 2
        },
        {
          "entryTs": 1696619520,
          "entryUtc": "2023-10-06T19:12:00.000Z",
          "exitTs": 1696802400,
          "dir": 1,
          "entryPrice": 1830.938,
          "exitPrice": 1840.007,
          "stopDistance": 4.534,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 3048
        },
        {
          "entryTs": 1696861440,
          "entryUtc": "2023-10-09T14:24:00.000Z",
          "exitTs": 1696862280,
          "dir": -1,
          "entryPrice": 1849.845,
          "exitPrice": 1852.193,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 14
        },
        {
          "entryTs": 1696897920,
          "entryUtc": "2023-10-10T00:32:00.000Z",
          "exitTs": 1696918200,
          "dir": 1,
          "entryPrice": 1861.315,
          "exitPrice": 1859.33,
          "stopDistance": 1.985,
          "outcome": "stop",
          "netR": -1.2116,
          "holdMinutes": 338
        },
        {
          "entryTs": 1696943640,
          "entryUtc": "2023-10-10T13:14:00.000Z",
          "exitTs": 1696950900,
          "dir": -1,
          "entryPrice": 1855.91,
          "exitPrice": 1858.67,
          "stopDistance": 2.76,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 121
        },
        {
          "entryTs": 1696970940,
          "entryUtc": "2023-10-10T20:49:00.000Z",
          "exitTs": 1697007720,
          "dir": 1,
          "entryPrice": 1859.54,
          "exitPrice": 1864.456,
          "stopDistance": 2.458,
          "outcome": "target",
          "netR": 1.8495,
          "holdMinutes": 613
        },
        {
          "entryTs": 1697024400,
          "entryUtc": "2023-10-11T11:40:00.000Z",
          "exitTs": 1697027400,
          "dir": 1,
          "entryPrice": 1871.085,
          "exitPrice": 1868.572,
          "stopDistance": 2.513,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 50
        },
        {
          "entryTs": 1697028480,
          "entryUtc": "2023-10-11T12:48:00.000Z",
          "exitTs": 1697040180,
          "dir": -1,
          "entryPrice": 1872.42,
          "exitPrice": 1875.003,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 195
        },
        {
          "entryTs": 1697043900,
          "entryUtc": "2023-10-11T17:05:00.000Z",
          "exitTs": 1697092620,
          "dir": 1,
          "entryPrice": 1873.047,
          "exitPrice": 1880.323,
          "stopDistance": 3.638,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 812
        },
        {
          "entryTs": 1697113800,
          "entryUtc": "2023-10-12T12:30:00.000Z",
          "exitTs": 1697114220,
          "dir": 1,
          "entryPrice": 1880.724,
          "exitPrice": 1878.665,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 7
        },
        {
          "entryTs": 1697114700,
          "entryUtc": "2023-10-12T12:45:00.000Z",
          "exitTs": 1697121180,
          "dir": -1,
          "entryPrice": 1878.715,
          "exitPrice": 1872.349,
          "stopDistance": 3.183,
          "outcome": "target",
          "netR": 1.8838,
          "holdMinutes": 108
        },
        {
          "entryTs": 1697131860,
          "entryUtc": "2023-10-12T17:31:00.000Z",
          "exitTs": 1697169960,
          "dir": -1,
          "entryPrice": 1870.78,
          "exitPrice": 1874.099,
          "stopDistance": 3.319,
          "outcome": "stop",
          "netR": -1.1265,
          "holdMinutes": 635
        },
        {
          "entryTs": 1697407200,
          "entryUtc": "2023-10-15T22:00:00.000Z",
          "exitTs": 1697407200,
          "dir": 1,
          "entryPrice": 1927.998,
          "exitPrice": 1924.518,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 0
        },
        {
          "entryTs": 1697409780,
          "entryUtc": "2023-10-15T22:43:00.000Z",
          "exitTs": 1697435520,
          "dir": -1,
          "entryPrice": 1925.145,
          "exitPrice": 1916.174,
          "stopDistance": 4.485,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 429
        },
        {
          "entryTs": 1697460300,
          "entryUtc": "2023-10-16T12:45:00.000Z",
          "exitTs": 1697506980,
          "dir": 1,
          "entryPrice": 1917.146,
          "exitPrice": 1913.392,
          "stopDistance": 3.755,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 778
        },
        {
          "entryTs": 1697511420,
          "entryUtc": "2023-10-17T02:57:00.000Z",
          "exitTs": 1697522820,
          "dir": -1,
          "entryPrice": 1914.9,
          "exitPrice": 1917.307,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 190
        },
        {
          "entryTs": 1697523780,
          "entryUtc": "2023-10-17T06:23:00.000Z",
          "exitTs": 1697528880,
          "dir": 1,
          "entryPrice": 1916.015,
          "exitPrice": 1920.489,
          "stopDistance": 2.237,
          "outcome": "target",
          "netR": 1.8346,
          "holdMinutes": 85
        },
        {
          "entryTs": 1697553660,
          "entryUtc": "2023-10-17T14:41:00.000Z",
          "exitTs": 1697565240,
          "dir": 1,
          "entryPrice": 1924.857,
          "exitPrice": 1920,
          "stopDistance": 4.856,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 193
        },
        {
          "entryTs": 1697570700,
          "entryUtc": "2023-10-17T19:25:00.000Z",
          "exitTs": 1697591460,
          "dir": -1,
          "entryPrice": 1924.66,
          "exitPrice": 1928.571,
          "stopDistance": 3.911,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 346
        },
        {
          "entryTs": 1697608260,
          "entryUtc": "2023-10-18T05:51:00.000Z",
          "exitTs": 1697621520,
          "dir": 1,
          "entryPrice": 1937.37,
          "exitPrice": 1943.154,
          "stopDistance": 2.892,
          "outcome": "target",
          "netR": 1.8721,
          "holdMinutes": 221
        },
        {
          "entryTs": 1697640360,
          "entryUtc": "2023-10-18T14:46:00.000Z",
          "exitTs": 1697640420,
          "dir": 1,
          "entryPrice": 1947.695,
          "exitPrice": 1944.071,
          "stopDistance": 3.624,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 1
        },
        {
          "entryTs": 1697648460,
          "entryUtc": "2023-10-18T17:01:00.000Z",
          "exitTs": 1697719140,
          "dir": -1,
          "entryPrice": 1950.335,
          "exitPrice": 1956.569,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1697722320,
          "entryUtc": "2023-10-19T13:32:00.000Z",
          "exitTs": 1697723220,
          "dir": 1,
          "entryPrice": 1950.01,
          "exitPrice": 1955.491,
          "stopDistance": 2.741,
          "outcome": "target",
          "netR": 1.865,
          "holdMinutes": 15
        },
        {
          "entryTs": 1697731200,
          "entryUtc": "2023-10-19T16:00:00.000Z",
          "exitTs": 1697735160,
          "dir": 1,
          "entryPrice": 1954.745,
          "exitPrice": 1963.515,
          "stopDistance": 4.385,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 66
        },
        {
          "entryTs": 1697756820,
          "entryUtc": "2023-10-19T23:07:00.000Z",
          "exitTs": 1697758260,
          "dir": -1,
          "entryPrice": 1974.966,
          "exitPrice": 1979.324,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 24
        },
        {
          "entryTs": 1697766120,
          "entryUtc": "2023-10-20T01:42:00.000Z",
          "exitTs": 1697770380,
          "dir": -1,
          "entryPrice": 1977.055,
          "exitPrice": 1981.712,
          "stopDistance": 4.657,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 71
        },
        {
          "entryTs": 1697801040,
          "entryUtc": "2023-10-20T11:24:00.000Z",
          "exitTs": 1697802480,
          "dir": 1,
          "entryPrice": 1982.965,
          "exitPrice": 1979.788,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 24
        },
        {
          "entryTs": 1697809560,
          "entryUtc": "2023-10-20T13:46:00.000Z",
          "exitTs": 1697810160,
          "dir": -1,
          "entryPrice": 1982.54,
          "exitPrice": 1985.702,
          "stopDistance": 3.162,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 10
        },
        {
          "entryTs": 1697820720,
          "entryUtc": "2023-10-20T16:52:00.000Z",
          "exitTs": 1697822280,
          "dir": 1,
          "entryPrice": 1983.485,
          "exitPrice": 1978.25,
          "stopDistance": 5.235,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 26
        },
        {
          "entryTs": 1698012900,
          "entryUtc": "2023-10-22T22:15:00.000Z",
          "exitTs": 1698048480,
          "dir": -1,
          "entryPrice": 1975.625,
          "exitPrice": 1981.462,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 593
        },
        {
          "entryTs": 1698056940,
          "entryUtc": "2023-10-23T10:29:00.000Z",
          "exitTs": 1698068580,
          "dir": 1,
          "entryPrice": 1976.18,
          "exitPrice": 1972.827,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 194
        },
        {
          "entryTs": 1698070800,
          "entryUtc": "2023-10-23T14:20:00.000Z",
          "exitTs": 1698114180,
          "dir": -1,
          "entryPrice": 1975.96,
          "exitPrice": 1980.655,
          "stopDistance": 4.695,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 723
        },
        {
          "entryTs": 1698117180,
          "entryUtc": "2023-10-24T03:13:00.000Z",
          "exitTs": 1698135600,
          "dir": 1,
          "entryPrice": 1976.55,
          "exitPrice": 1973.548,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 307
        },
        {
          "entryTs": 1698191220,
          "entryUtc": "2023-10-24T23:47:00.000Z",
          "exitTs": 1698194040,
          "dir": -1,
          "entryPrice": 1972.232,
          "exitPrice": 1975.042,
          "stopDistance": 2.811,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 47
        },
        {
          "entryTs": 1698195180,
          "entryUtc": "2023-10-25T00:53:00.000Z",
          "exitTs": 1698198900,
          "dir": 1,
          "entryPrice": 1971.97,
          "exitPrice": 1976.231,
          "stopDistance": 2.131,
          "outcome": "target",
          "netR": 1.8263,
          "holdMinutes": 62
        },
        {
          "entryTs": 1698202020,
          "entryUtc": "2023-10-25T02:47:00.000Z",
          "exitTs": 1698202440,
          "dir": 1,
          "entryPrice": 1974.425,
          "exitPrice": 1971.848,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 7
        },
        {
          "entryTs": 1698206460,
          "entryUtc": "2023-10-25T04:01:00.000Z",
          "exitTs": 1698218940,
          "dir": -1,
          "entryPrice": 1974.057,
          "exitPrice": 1968.657,
          "stopDistance": 2.7,
          "outcome": "target",
          "netR": 1.8629,
          "holdMinutes": 208
        },
        {
          "entryTs": 1698221700,
          "entryUtc": "2023-10-25T08:15:00.000Z",
          "exitTs": 1698233760,
          "dir": -1,
          "entryPrice": 1972.03,
          "exitPrice": 1974.955,
          "stopDistance": 2.925,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 201
        },
        {
          "entryTs": 1698246180,
          "entryUtc": "2023-10-25T15:03:00.000Z",
          "exitTs": 1698246180,
          "dir": 1,
          "entryPrice": 1973.932,
          "exitPrice": 1970.413,
          "stopDistance": 3.518,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 0
        },
        {
          "entryTs": 1698272400,
          "entryUtc": "2023-10-25T22:20:00.000Z",
          "exitTs": 1698291840,
          "dir": -1,
          "entryPrice": 1982.915,
          "exitPrice": 1987.004,
          "stopDistance": 4.089,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 324
        },
        {
          "entryTs": 1698299940,
          "entryUtc": "2023-10-26T05:59:00.000Z",
          "exitTs": 1698307320,
          "dir": 1,
          "entryPrice": 1984.775,
          "exitPrice": 1990.397,
          "stopDistance": 2.811,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 123
        },
        {
          "entryTs": 1698316860,
          "entryUtc": "2023-10-26T10:41:00.000Z",
          "exitTs": 1698320220,
          "dir": 1,
          "entryPrice": 1986.5,
          "exitPrice": 1983.584,
          "stopDistance": 2.916,
          "outcome": "stop",
          "netR": -1.144,
          "holdMinutes": 56
        },
        {
          "entryTs": 1698367860,
          "entryUtc": "2023-10-27T00:51:00.000Z",
          "exitTs": 1698372720,
          "dir": -1,
          "entryPrice": 1984.73,
          "exitPrice": 1987.257,
          "stopDistance": 2.526,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 81
        },
        {
          "entryTs": 1698390060,
          "entryUtc": "2023-10-27T07:01:00.000Z",
          "exitTs": 1698402660,
          "dir": 1,
          "entryPrice": 1986.105,
          "exitPrice": 1983.671,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 210
        },
        {
          "entryTs": 1698413400,
          "entryUtc": "2023-10-27T13:30:00.000Z",
          "exitTs": 1698427080,
          "dir": -1,
          "entryPrice": 1982.29,
          "exitPrice": 1986.556,
          "stopDistance": 4.266,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 228
        },
        {
          "entryTs": 1698628620,
          "entryUtc": "2023-10-30T01:17:00.000Z",
          "exitTs": 1698646200,
          "dir": 1,
          "entryPrice": 2003.28,
          "exitPrice": 1998.966,
          "stopDistance": 4.314,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 293
        },
        {
          "entryTs": 1698676680,
          "entryUtc": "2023-10-30T14:38:00.000Z",
          "exitTs": 1698724680,
          "dir": 1,
          "entryPrice": 1995.255,
          "exitPrice": 1991.684,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 800
        },
        {
          "entryTs": 1698751320,
          "entryUtc": "2023-10-31T11:22:00.000Z",
          "exitTs": 1698756900,
          "dir": 1,
          "entryPrice": 1998.13,
          "exitPrice": 1995.684,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 93
        },
        {
          "entryTs": 1698757860,
          "entryUtc": "2023-10-31T13:11:00.000Z",
          "exitTs": 1698760320,
          "dir": -1,
          "entryPrice": 1997.352,
          "exitPrice": 2000.219,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 41
        },
        {
          "entryTs": 1698760800,
          "entryUtc": "2023-10-31T14:00:00.000Z",
          "exitTs": 1698764640,
          "dir": 1,
          "entryPrice": 2000.721,
          "exitPrice": 1997,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 64
        },
        {
          "entryTs": 1698817380,
          "entryUtc": "2023-11-01T05:43:00.000Z",
          "exitTs": 1698828480,
          "dir": -1,
          "entryPrice": 1978.855,
          "exitPrice": 1981.387,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 185
        },
        {
          "entryTs": 1698839220,
          "entryUtc": "2023-11-01T11:47:00.000Z",
          "exitTs": 1698847200,
          "dir": 1,
          "entryPrice": 1983.42,
          "exitPrice": 1988.44,
          "stopDistance": 2.51,
          "outcome": "target",
          "netR": 1.8526,
          "holdMinutes": 133
        },
        {
          "entryTs": 1698850740,
          "entryUtc": "2023-11-01T14:59:00.000Z",
          "exitTs": 1698852060,
          "dir": 1,
          "entryPrice": 1986.859,
          "exitPrice": 1983.159,
          "stopDistance": 3.7,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 22
        },
        {
          "entryTs": 1698866700,
          "entryUtc": "2023-11-01T19:25:00.000Z",
          "exitTs": 1698887580,
          "dir": -1,
          "entryPrice": 1981.313,
          "exitPrice": 1986.299,
          "stopDistance": 4.986,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 348
        },
        {
          "entryTs": 1698899100,
          "entryUtc": "2023-11-02T04:25:00.000Z",
          "exitTs": 1698916560,
          "dir": -1,
          "entryPrice": 1985.716,
          "exitPrice": 1988.569,
          "stopDistance": 2.853,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 291
        },
        {
          "entryTs": 1698920340,
          "entryUtc": "2023-11-02T10:19:00.000Z",
          "exitTs": 1698928200,
          "dir": 1,
          "entryPrice": 1985.915,
          "exitPrice": 1990.631,
          "stopDistance": 2.358,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 131
        },
        {
          "entryTs": 1698945960,
          "entryUtc": "2023-11-02T17:26:00.000Z",
          "exitTs": 1699002060,
          "dir": -1,
          "entryPrice": 1985.49,
          "exitPrice": 1989.31,
          "stopDistance": 3.82,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 935
        },
        {
          "entryTs": 1699008120,
          "entryUtc": "2023-11-03T10:42:00.000Z",
          "exitTs": 1699014600,
          "dir": 1,
          "entryPrice": 1987.081,
          "exitPrice": 1991.585,
          "stopDistance": 2.252,
          "outcome": "target",
          "netR": 1.8357,
          "holdMinutes": 108
        },
        {
          "entryTs": 1699017720,
          "entryUtc": "2023-11-03T13:22:00.000Z",
          "exitTs": 1699017900,
          "dir": 1,
          "entryPrice": 1995.307,
          "exitPrice": 1991.42,
          "stopDistance": 3.887,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 3
        },
        {
          "entryTs": 1699232280,
          "entryUtc": "2023-11-06T00:58:00.000Z",
          "exitTs": 1699241100,
          "dir": -1,
          "entryPrice": 1990.78,
          "exitPrice": 1984.29,
          "stopDistance": 3.245,
          "outcome": "target",
          "netR": 1.886,
          "holdMinutes": 147
        },
        {
          "entryTs": 1699276980,
          "entryUtc": "2023-11-06T13:23:00.000Z",
          "exitTs": 1699277640,
          "dir": -1,
          "entryPrice": 1986.52,
          "exitPrice": 1988.708,
          "stopDistance": 2.188,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 11
        },
        {
          "entryTs": 1699314300,
          "entryUtc": "2023-11-06T23:45:00.000Z",
          "exitTs": 1699325040,
          "dir": -1,
          "entryPrice": 1977.185,
          "exitPrice": 1973.284,
          "stopDistance": 1.951,
          "outcome": "target",
          "netR": 1.8103,
          "holdMinutes": 179
        },
        {
          "entryTs": 1699336020,
          "entryUtc": "2023-11-07T05:47:00.000Z",
          "exitTs": 1699340580,
          "dir": -1,
          "entryPrice": 1974.167,
          "exitPrice": 1970.364,
          "stopDistance": 1.901,
          "outcome": "target",
          "netR": 1.8054,
          "holdMinutes": 76
        },
        {
          "entryTs": 1699349160,
          "entryUtc": "2023-11-07T09:26:00.000Z",
          "exitTs": 1699357080,
          "dir": -1,
          "entryPrice": 1968.021,
          "exitPrice": 1963.62,
          "stopDistance": 2.201,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 132
        },
        {
          "entryTs": 1699365600,
          "entryUtc": "2023-11-07T14:00:00.000Z",
          "exitTs": 1699368360,
          "dir": -1,
          "entryPrice": 1966.875,
          "exitPrice": 1961.903,
          "stopDistance": 2.486,
          "outcome": "target",
          "netR": 1.8512,
          "holdMinutes": 46
        },
        {
          "entryTs": 1699404180,
          "entryUtc": "2023-11-08T00:43:00.000Z",
          "exitTs": 1699421220,
          "dir": 1,
          "entryPrice": 1968.311,
          "exitPrice": 1966.457,
          "stopDistance": 1.854,
          "outcome": "stop",
          "netR": -1.2265,
          "holdMinutes": 284
        },
        {
          "entryTs": 1699424460,
          "entryUtc": "2023-11-08T06:21:00.000Z",
          "exitTs": 1699428060,
          "dir": -1,
          "entryPrice": 1968.49,
          "exitPrice": 1965.627,
          "stopDistance": 1.432,
          "outcome": "target",
          "netR": 1.7415,
          "holdMinutes": 60
        },
        {
          "entryTs": 1699449900,
          "entryUtc": "2023-11-08T13:25:00.000Z",
          "exitTs": 1699455060,
          "dir": 1,
          "entryPrice": 1962.925,
          "exitPrice": 1960.374,
          "stopDistance": 2.551,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 86
        },
        {
          "entryTs": 1699486560,
          "entryUtc": "2023-11-08T23:36:00.000Z",
          "exitTs": 1699517460,
          "dir": 1,
          "entryPrice": 1950.147,
          "exitPrice": 1947.585,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 515
        },
        {
          "entryTs": 1699519080,
          "entryUtc": "2023-11-09T08:38:00.000Z",
          "exitTs": 1699538100,
          "dir": -1,
          "entryPrice": 1948.4,
          "exitPrice": 1950.433,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2065,
          "holdMinutes": 317
        },
        {
          "entryTs": 1699538940,
          "entryUtc": "2023-11-09T14:09:00.000Z",
          "exitTs": 1699540860,
          "dir": 1,
          "entryPrice": 1948.635,
          "exitPrice": 1955.228,
          "stopDistance": 3.297,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 32
        },
        {
          "entryTs": 1699556400,
          "entryUtc": "2023-11-09T19:00:00.000Z",
          "exitTs": 1699558380,
          "dir": 1,
          "entryPrice": 1962.612,
          "exitPrice": 1958.073,
          "stopDistance": 4.538,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 33
        },
        {
          "entryTs": 1699579740,
          "entryUtc": "2023-11-10T01:29:00.000Z",
          "exitTs": 1699582800,
          "dir": 1,
          "entryPrice": 1959.17,
          "exitPrice": 1956.673,
          "stopDistance": 2.497,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 51
        },
        {
          "entryTs": 1699585860,
          "entryUtc": "2023-11-10T03:11:00.000Z",
          "exitTs": 1699600980,
          "dir": -1,
          "entryPrice": 1958.53,
          "exitPrice": 1953.77,
          "stopDistance": 2.38,
          "outcome": "target",
          "netR": 1.8445,
          "holdMinutes": 252
        },
        {
          "entryTs": 1699604760,
          "entryUtc": "2023-11-10T08:26:00.000Z",
          "exitTs": 1699611000,
          "dir": -1,
          "entryPrice": 1956.545,
          "exitPrice": 1952.038,
          "stopDistance": 2.253,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 104
        },
        {
          "entryTs": 1699628760,
          "entryUtc": "2023-11-10T15:06:00.000Z",
          "exitTs": 1699638720,
          "dir": -1,
          "entryPrice": 1944.33,
          "exitPrice": 1936.619,
          "stopDistance": 3.856,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 166
        },
        {
          "entryTs": 1699831800,
          "entryUtc": "2023-11-12T23:30:00.000Z",
          "exitTs": 1699831800,
          "dir": 1,
          "entryPrice": 1937.022,
          "exitPrice": 1934.388,
          "stopDistance": 2.634,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 0
        },
        {
          "entryTs": 1699837200,
          "entryUtc": "2023-11-13T01:00:00.000Z",
          "exitTs": 1699845180,
          "dir": 1,
          "entryPrice": 1939.098,
          "exitPrice": 1935.838,
          "stopDistance": 3.26,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 133
        },
        {
          "entryTs": 1699854060,
          "entryUtc": "2023-11-13T05:41:00.000Z",
          "exitTs": 1699884660,
          "dir": -1,
          "entryPrice": 1939.335,
          "exitPrice": 1933.881,
          "stopDistance": 2.727,
          "outcome": "target",
          "netR": 1.8643,
          "holdMinutes": 510
        },
        {
          "entryTs": 1699887780,
          "entryUtc": "2023-11-13T15:03:00.000Z",
          "exitTs": 1699890900,
          "dir": -1,
          "entryPrice": 1935.15,
          "exitPrice": 1937.892,
          "stopDistance": 2.742,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 52
        },
        {
          "entryTs": 1699924920,
          "entryUtc": "2023-11-14T01:22:00.000Z",
          "exitTs": 1699927200,
          "dir": 1,
          "entryPrice": 1946.811,
          "exitPrice": 1945.141,
          "stopDistance": 1.67,
          "outcome": "stop",
          "netR": -1.2514,
          "holdMinutes": 38
        },
        {
          "entryTs": 1699928100,
          "entryUtc": "2023-11-14T02:15:00.000Z",
          "exitTs": 1699956780,
          "dir": -1,
          "entryPrice": 1946.275,
          "exitPrice": 1948.072,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 478
        },
        {
          "entryTs": 1699961160,
          "entryUtc": "2023-11-14T11:26:00.000Z",
          "exitTs": 1699968600,
          "dir": 1,
          "entryPrice": 1945.895,
          "exitPrice": 1944.105,
          "stopDistance": 1.79,
          "outcome": "ambiguous",
          "netR": -1.2346,
          "holdMinutes": 124
        },
        {
          "entryTs": 1699985280,
          "entryUtc": "2023-11-14T18:08:00.000Z",
          "exitTs": 1700029560,
          "dir": -1,
          "entryPrice": 1964.156,
          "exitPrice": 1968.777,
          "stopDistance": 4.62,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 738
        },
        {
          "entryTs": 1700046720,
          "entryUtc": "2023-11-15T11:12:00.000Z",
          "exitTs": 1700055060,
          "dir": 1,
          "entryPrice": 1971.965,
          "exitPrice": 1969.646,
          "stopDistance": 2.319,
          "outcome": "stop",
          "netR": -1.1811,
          "holdMinutes": 139
        },
        {
          "entryTs": 1700102820,
          "entryUtc": "2023-11-16T02:47:00.000Z",
          "exitTs": 1700106240,
          "dir": -1,
          "entryPrice": 1959.948,
          "exitPrice": 1961.997,
          "stopDistance": 2.049,
          "outcome": "stop",
          "netR": -1.205,
          "holdMinutes": 57
        },
        {
          "entryTs": 1700130900,
          "entryUtc": "2023-11-16T10:35:00.000Z",
          "exitTs": 1700137200,
          "dir": 1,
          "entryPrice": 1964.806,
          "exitPrice": 1962.756,
          "stopDistance": 2.05,
          "outcome": "stop",
          "netR": -1.2048,
          "holdMinutes": 105
        },
        {
          "entryTs": 1700139660,
          "entryUtc": "2023-11-16T13:01:00.000Z",
          "exitTs": 1700141400,
          "dir": -1,
          "entryPrice": 1964.835,
          "exitPrice": 1966.799,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 29
        },
        {
          "entryTs": 1700165700,
          "entryUtc": "2023-11-16T20:15:00.000Z",
          "exitTs": 1700212140,
          "dir": 1,
          "entryPrice": 1982.455,
          "exitPrice": 1990.693,
          "stopDistance": 4.119,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 774
        },
        {
          "entryTs": 1700441700,
          "entryUtc": "2023-11-20T00:55:00.000Z",
          "exitTs": 1700442420,
          "dir": -1,
          "entryPrice": 1977.422,
          "exitPrice": 1979.944,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 12
        },
        {
          "entryTs": 1700461380,
          "entryUtc": "2023-11-20T06:23:00.000Z",
          "exitTs": 1700476860,
          "dir": -1,
          "entryPrice": 1980.996,
          "exitPrice": 1975.508,
          "stopDistance": 2.744,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 258
        },
        {
          "entryTs": 1700488440,
          "entryUtc": "2023-11-20T13:54:00.000Z",
          "exitTs": 1700491800,
          "dir": -1,
          "entryPrice": 1969.395,
          "exitPrice": 1972.756,
          "stopDistance": 3.362,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 56
        },
        {
          "entryTs": 1700550900,
          "entryUtc": "2023-11-21T07:15:00.000Z",
          "exitTs": 1700556600,
          "dir": -1,
          "entryPrice": 1991.852,
          "exitPrice": 1986.515,
          "stopDistance": 2.668,
          "outcome": "target",
          "netR": 1.8613,
          "holdMinutes": 95
        },
        {
          "entryTs": 1700615700,
          "entryUtc": "2023-11-22T01:15:00.000Z",
          "exitTs": 1700634120,
          "dir": -1,
          "entryPrice": 1998.33,
          "exitPrice": 2000.337,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2092,
          "holdMinutes": 307
        },
        {
          "entryTs": 1700642340,
          "entryUtc": "2023-11-22T08:39:00.000Z",
          "exitTs": 1700660160,
          "dir": 1,
          "entryPrice": 1999.665,
          "exitPrice": 1997.348,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 297
        },
        {
          "entryTs": 1700662140,
          "entryUtc": "2023-11-22T14:09:00.000Z",
          "exitTs": 1700665860,
          "dir": -1,
          "entryPrice": 1999.975,
          "exitPrice": 1993.912,
          "stopDistance": 3.031,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 62
        },
        {
          "entryTs": 1700676900,
          "entryUtc": "2023-11-22T18:15:00.000Z",
          "exitTs": 1700711280,
          "dir": -1,
          "entryPrice": 1992.565,
          "exitPrice": 1996.444,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 573
        },
        {
          "entryTs": 1700714940,
          "entryUtc": "2023-11-23T04:49:00.000Z",
          "exitTs": 1700724780,
          "dir": 1,
          "entryPrice": 1994.185,
          "exitPrice": 1997.968,
          "stopDistance": 1.891,
          "outcome": "target",
          "netR": 1.8044,
          "holdMinutes": 164
        },
        {
          "entryTs": 1700761980,
          "entryUtc": "2023-11-23T17:53:00.000Z",
          "exitTs": 1700787180,
          "dir": -1,
          "entryPrice": 1992.387,
          "exitPrice": 1994.295,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.22,
          "holdMinutes": 420
        },
        {
          "entryTs": 1700790300,
          "entryUtc": "2023-11-24T01:45:00.000Z",
          "exitTs": 1700818020,
          "dir": -1,
          "entryPrice": 1992.835,
          "exitPrice": 1994.677,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 462
        },
        {
          "entryTs": 1700818800,
          "entryUtc": "2023-11-24T09:40:00.000Z",
          "exitTs": 1700832480,
          "dir": 1,
          "entryPrice": 1993.45,
          "exitPrice": 1997.25,
          "stopDistance": 1.9,
          "outcome": "target",
          "netR": 1.8053,
          "holdMinutes": 228
        },
        {
          "entryTs": 1700839860,
          "entryUtc": "2023-11-24T15:31:00.000Z",
          "exitTs": 1701039600,
          "dir": 1,
          "entryPrice": 1998.642,
          "exitPrice": 2001.775,
          "stopDistance": 2.788,
          "outcome": "time",
          "netR": 0.9912,
          "holdMinutes": 3329
        },
        {
          "entryTs": 1701064980,
          "entryUtc": "2023-11-27T06:03:00.000Z",
          "exitTs": 1701103080,
          "dir": 1,
          "entryPrice": 2010.29,
          "exitPrice": 2006.49,
          "stopDistance": 3.8,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 635
        },
        {
          "entryTs": 1701104100,
          "entryUtc": "2023-11-27T16:55:00.000Z",
          "exitTs": 1701118320,
          "dir": -1,
          "entryPrice": 2010.216,
          "exitPrice": 2013.979,
          "stopDistance": 3.763,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 237
        },
        {
          "entryTs": 1701134700,
          "entryUtc": "2023-11-28T01:25:00.000Z",
          "exitTs": 1701157800,
          "dir": 1,
          "entryPrice": 2014.096,
          "exitPrice": 2012.194,
          "stopDistance": 1.902,
          "outcome": "stop",
          "netR": -1.2208,
          "holdMinutes": 385
        },
        {
          "entryTs": 1701161760,
          "entryUtc": "2023-11-28T08:56:00.000Z",
          "exitTs": 1701178680,
          "dir": -1,
          "entryPrice": 2015.22,
          "exitPrice": 2017.325,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 282
        },
        {
          "entryTs": 1701202020,
          "entryUtc": "2023-11-28T20:07:00.000Z",
          "exitTs": 1701218820,
          "dir": 1,
          "entryPrice": 2040.247,
          "exitPrice": 2047.345,
          "stopDistance": 3.549,
          "outcome": "target",
          "netR": 1.8958,
          "holdMinutes": 280
        },
        {
          "entryTs": 1701234300,
          "entryUtc": "2023-11-29T05:05:00.000Z",
          "exitTs": 1701243660,
          "dir": -1,
          "entryPrice": 2047.81,
          "exitPrice": 2041.465,
          "stopDistance": 3.172,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 156
        },
        {
          "entryTs": 1701244920,
          "entryUtc": "2023-11-29T08:02:00.000Z",
          "exitTs": 1701250260,
          "dir": -1,
          "entryPrice": 2043.57,
          "exitPrice": 2037.784,
          "stopDistance": 2.893,
          "outcome": "target",
          "netR": 1.8721,
          "holdMinutes": 89
        },
        {
          "entryTs": 1701264960,
          "entryUtc": "2023-11-29T13:36:00.000Z",
          "exitTs": 1701268680,
          "dir": 1,
          "entryPrice": 2038.845,
          "exitPrice": 2044.127,
          "stopDistance": 2.641,
          "outcome": "target",
          "netR": 1.8599,
          "holdMinutes": 62
        },
        {
          "entryTs": 1701270600,
          "entryUtc": "2023-11-29T15:10:00.000Z",
          "exitTs": 1701283680,
          "dir": 1,
          "entryPrice": 2040.915,
          "exitPrice": 2048.069,
          "stopDistance": 3.577,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 218
        },
        {
          "entryTs": 1701289380,
          "entryUtc": "2023-11-29T20:23:00.000Z",
          "exitTs": 1701334320,
          "dir": 1,
          "entryPrice": 2043.63,
          "exitPrice": 2040.189,
          "stopDistance": 3.441,
          "outcome": "stop",
          "netR": -1.1221,
          "holdMinutes": 749
        },
        {
          "entryTs": 1701349920,
          "entryUtc": "2023-11-30T13:12:00.000Z",
          "exitTs": 1701351000,
          "dir": -1,
          "entryPrice": 2040.22,
          "exitPrice": 2043.14,
          "stopDistance": 2.92,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 18
        },
        {
          "entryTs": 1701351120,
          "entryUtc": "2023-11-30T13:32:00.000Z",
          "exitTs": 1701352440,
          "dir": 1,
          "entryPrice": 2038.39,
          "exitPrice": 2035.67,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 22
        },
        {
          "entryTs": 1701356460,
          "entryUtc": "2023-11-30T15:01:00.000Z",
          "exitTs": 1701390660,
          "dir": -1,
          "entryPrice": 2037.617,
          "exitPrice": 2042.164,
          "stopDistance": 4.548,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 570
        },
        {
          "entryTs": 1701400440,
          "entryUtc": "2023-12-01T03:14:00.000Z",
          "exitTs": 1701420660,
          "dir": -1,
          "entryPrice": 2041.42,
          "exitPrice": 2043.659,
          "stopDistance": 2.239,
          "outcome": "stop",
          "netR": -1.1876,
          "holdMinutes": 337
        },
        {
          "entryTs": 1701428820,
          "entryUtc": "2023-12-01T11:07:00.000Z",
          "exitTs": 1701430500,
          "dir": 1,
          "entryPrice": 2042.561,
          "exitPrice": 2040.053,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 28
        },
        {
          "entryTs": 1701442020,
          "entryUtc": "2023-12-01T14:47:00.000Z",
          "exitTs": 1701442800,
          "dir": -1,
          "entryPrice": 2041.775,
          "exitPrice": 2044.777,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 13
        },
        {
          "entryTs": 1701663600,
          "entryUtc": "2023-12-04T04:20:00.000Z",
          "exitTs": 1701675780,
          "dir": -1,
          "entryPrice": 2085.435,
          "exitPrice": 2066.975,
          "stopDistance": 9.23,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 203
        },
        {
          "entryTs": 1701723540,
          "entryUtc": "2023-12-04T20:59:00.000Z",
          "exitTs": 1701736320,
          "dir": 1,
          "entryPrice": 2026.717,
          "exitPrice": 2040.023,
          "stopDistance": 6.653,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 213
        },
        {
          "entryTs": 1701756900,
          "entryUtc": "2023-12-05T06:15:00.000Z",
          "exitTs": 1701764580,
          "dir": -1,
          "entryPrice": 2034.325,
          "exitPrice": 2038.214,
          "stopDistance": 3.889,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 128
        },
        {
          "entryTs": 1701766020,
          "entryUtc": "2023-12-05T08:47:00.000Z",
          "exitTs": 1701767520,
          "dir": 1,
          "entryPrice": 2033.645,
          "exitPrice": 2029.989,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 25
        },
        {
          "entryTs": 1701782400,
          "entryUtc": "2023-12-05T13:20:00.000Z",
          "exitTs": 1701787500,
          "dir": 1,
          "entryPrice": 2025.25,
          "exitPrice": 2020.951,
          "stopDistance": 4.299,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 85
        },
        {
          "entryTs": 1701788400,
          "entryUtc": "2023-12-05T15:00:00.000Z",
          "exitTs": 1701790740,
          "dir": -1,
          "entryPrice": 2023.095,
          "exitPrice": 2012.433,
          "stopDistance": 5.331,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 39
        },
        {
          "entryTs": 1701820140,
          "entryUtc": "2023-12-05T23:49:00.000Z",
          "exitTs": 1701823860,
          "dir": -1,
          "entryPrice": 2018.937,
          "exitPrice": 2021.916,
          "stopDistance": 2.98,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 62
        },
        {
          "entryTs": 1701837240,
          "entryUtc": "2023-12-06T04:34:00.000Z",
          "exitTs": 1701846120,
          "dir": 1,
          "entryPrice": 2021.885,
          "exitPrice": 2027.284,
          "stopDistance": 2.7,
          "outcome": "target",
          "netR": 1.863,
          "holdMinutes": 148
        },
        {
          "entryTs": 1701854100,
          "entryUtc": "2023-12-06T09:15:00.000Z",
          "exitTs": 1701854820,
          "dir": 1,
          "entryPrice": 2024.11,
          "exitPrice": 2021.591,
          "stopDistance": 2.519,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 12
        },
        {
          "entryTs": 1701905640,
          "entryUtc": "2023-12-06T23:34:00.000Z",
          "exitTs": 1701932580,
          "dir": -1,
          "entryPrice": 2027.408,
          "exitPrice": 2030.37,
          "stopDistance": 2.962,
          "outcome": "stop",
          "netR": -1.1418,
          "holdMinutes": 449
        },
        {
          "entryTs": 1701944940,
          "entryUtc": "2023-12-07T10:29:00.000Z",
          "exitTs": 1701948780,
          "dir": 1,
          "entryPrice": 2033.012,
          "exitPrice": 2030.1,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 64
        },
        {
          "entryTs": 1701949860,
          "entryUtc": "2023-12-07T11:51:00.000Z",
          "exitTs": 1701956280,
          "dir": -1,
          "entryPrice": 2033.15,
          "exitPrice": 2035.905,
          "stopDistance": 2.755,
          "outcome": "stop",
          "netR": -1.1525,
          "holdMinutes": 107
        },
        {
          "entryTs": 1701958020,
          "entryUtc": "2023-12-07T14:07:00.000Z",
          "exitTs": 1701958680,
          "dir": 1,
          "entryPrice": 2034.48,
          "exitPrice": 2030.729,
          "stopDistance": 3.751,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 11
        },
        {
          "entryTs": 1701970920,
          "entryUtc": "2023-12-07T17:42:00.000Z",
          "exitTs": 1701971220,
          "dir": -1,
          "entryPrice": 2025.655,
          "exitPrice": 2030.548,
          "stopDistance": 4.893,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 5
        },
        {
          "entryTs": 1701998640,
          "entryUtc": "2023-12-08T01:24:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2028.805,
          "exitPrice": 2026.187,
          "stopDistance": 2.618,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 726
        },
        {
          "entryTs": 1702043100,
          "entryUtc": "2023-12-08T13:45:00.000Z",
          "exitTs": 1702044240,
          "dir": -1,
          "entryPrice": 2023.125,
          "exitPrice": 2015.296,
          "stopDistance": 3.915,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 19
        },
        {
          "entryTs": 1702272540,
          "entryUtc": "2023-12-11T05:29:00.000Z",
          "exitTs": 1702281360,
          "dir": -1,
          "entryPrice": 1998.02,
          "exitPrice": 1991.959,
          "stopDistance": 3.031,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 147
        },
        {
          "entryTs": 1702282800,
          "entryUtc": "2023-12-11T08:20:00.000Z",
          "exitTs": 1702305060,
          "dir": -1,
          "entryPrice": 1995.56,
          "exitPrice": 1988.972,
          "stopDistance": 3.294,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 371
        },
        {
          "entryTs": 1702320300,
          "entryUtc": "2023-12-11T18:45:00.000Z",
          "exitTs": 1702341300,
          "dir": 1,
          "entryPrice": 1980.456,
          "exitPrice": 1988.277,
          "stopDistance": 3.91,
          "outcome": "target",
          "netR": 1.9054,
          "holdMinutes": 350
        },
        {
          "entryTs": 1702342260,
          "entryUtc": "2023-12-12T00:51:00.000Z",
          "exitTs": 1702348260,
          "dir": 1,
          "entryPrice": 1984.845,
          "exitPrice": 1982.227,
          "stopDistance": 2.618,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 100
        },
        {
          "entryTs": 1702351920,
          "entryUtc": "2023-12-12T03:32:00.000Z",
          "exitTs": 1702361280,
          "dir": -1,
          "entryPrice": 1985.655,
          "exitPrice": 1987.993,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 156
        },
        {
          "entryTs": 1702366560,
          "entryUtc": "2023-12-12T07:36:00.000Z",
          "exitTs": 1702371540,
          "dir": 1,
          "entryPrice": 1985.995,
          "exitPrice": 1983.774,
          "stopDistance": 2.221,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 83
        },
        {
          "entryTs": 1702375320,
          "entryUtc": "2023-12-12T10:02:00.000Z",
          "exitTs": 1702383060,
          "dir": -1,
          "entryPrice": 1986.315,
          "exitPrice": 1988.72,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 129
        },
        {
          "entryTs": 1702384320,
          "entryUtc": "2023-12-12T12:32:00.000Z",
          "exitTs": 1702386840,
          "dir": 1,
          "entryPrice": 1987.05,
          "exitPrice": 1991.949,
          "stopDistance": 2.45,
          "outcome": "target",
          "netR": 1.849,
          "holdMinutes": 42
        },
        {
          "entryTs": 1702387800,
          "entryUtc": "2023-12-12T13:30:00.000Z",
          "exitTs": 1702387800,
          "dir": 1,
          "entryPrice": 1987.39,
          "exitPrice": 1992.36,
          "stopDistance": 2.485,
          "outcome": "target",
          "netR": 1.8511,
          "holdMinutes": 0
        },
        {
          "entryTs": 1702388940,
          "entryUtc": "2023-12-12T13:49:00.000Z",
          "exitTs": 1702402800,
          "dir": -1,
          "entryPrice": 1985.973,
          "exitPrice": 1977.706,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 231
        },
        {
          "entryTs": 1702432020,
          "entryUtc": "2023-12-13T01:47:00.000Z",
          "exitTs": 1702439820,
          "dir": 1,
          "entryPrice": 1979.966,
          "exitPrice": 1977.695,
          "stopDistance": 2.271,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 130
        },
        {
          "entryTs": 1702441860,
          "entryUtc": "2023-12-13T04:31:00.000Z",
          "exitTs": 1702448340,
          "dir": -1,
          "entryPrice": 1979.605,
          "exitPrice": 1975.908,
          "stopDistance": 1.849,
          "outcome": "target",
          "netR": 1.7998,
          "holdMinutes": 108
        },
        {
          "entryTs": 1702452600,
          "entryUtc": "2023-12-13T07:30:00.000Z",
          "exitTs": 1702452840,
          "dir": -1,
          "entryPrice": 1978.355,
          "exitPrice": 1980.099,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2409,
          "holdMinutes": 4
        },
        {
          "entryTs": 1702468980,
          "entryUtc": "2023-12-13T12:03:00.000Z",
          "exitTs": 1702473600,
          "dir": 1,
          "entryPrice": 1982.075,
          "exitPrice": 1979.717,
          "stopDistance": 2.358,
          "outcome": "stop",
          "netR": -1.1781,
          "holdMinutes": 77
        },
        {
          "entryTs": 1702476840,
          "entryUtc": "2023-12-13T14:14:00.000Z",
          "exitTs": 1702480020,
          "dir": 1,
          "entryPrice": 1983.025,
          "exitPrice": 1980.128,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 53
        },
        {
          "entryTs": 1702484100,
          "entryUtc": "2023-12-13T16:15:00.000Z",
          "exitTs": 1702494000,
          "dir": -1,
          "entryPrice": 1982.591,
          "exitPrice": 1986.012,
          "stopDistance": 3.42,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 165
        },
        {
          "entryTs": 1702537800,
          "entryUtc": "2023-12-14T07:10:00.000Z",
          "exitTs": 1702560600,
          "dir": 1,
          "entryPrice": 2032.97,
          "exitPrice": 2028.933,
          "stopDistance": 4.037,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 380
        },
        {
          "entryTs": 1702568040,
          "entryUtc": "2023-12-14T15:34:00.000Z",
          "exitTs": 1702577040,
          "dir": 1,
          "entryPrice": 2037.6,
          "exitPrice": 2032.004,
          "stopDistance": 5.596,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 150
        },
        {
          "entryTs": 1702598520,
          "entryUtc": "2023-12-15T00:02:00.000Z",
          "exitTs": 1702600080,
          "dir": 1,
          "entryPrice": 2035.135,
          "exitPrice": 2031.92,
          "stopDistance": 3.215,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 26
        },
        {
          "entryTs": 1702606740,
          "entryUtc": "2023-12-15T02:19:00.000Z",
          "exitTs": 1702626180,
          "dir": -1,
          "entryPrice": 2035,
          "exitPrice": 2038.329,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 324
        },
        {
          "entryTs": 1702649880,
          "entryUtc": "2023-12-15T14:18:00.000Z",
          "exitTs": 1702664340,
          "dir": -1,
          "entryPrice": 2035.84,
          "exitPrice": 2026.736,
          "stopDistance": 4.552,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 241
        },
        {
          "entryTs": 1702859400,
          "entryUtc": "2023-12-18T00:30:00.000Z",
          "exitTs": 1702862040,
          "dir": -1,
          "entryPrice": 2019.395,
          "exitPrice": 2023.102,
          "stopDistance": 3.707,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 44
        },
        {
          "entryTs": 1702864260,
          "entryUtc": "2023-12-18T01:51:00.000Z",
          "exitTs": 1702890300,
          "dir": 1,
          "entryPrice": 2019.575,
          "exitPrice": 2026.633,
          "stopDistance": 3.529,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 434
        },
        {
          "entryTs": 1702891500,
          "entryUtc": "2023-12-18T09:25:00.000Z",
          "exitTs": 1702895220,
          "dir": 1,
          "entryPrice": 2024.24,
          "exitPrice": 2021.637,
          "stopDistance": 2.603,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 62
        },
        {
          "entryTs": 1702901820,
          "entryUtc": "2023-12-18T12:17:00.000Z",
          "exitTs": 1702908060,
          "dir": -1,
          "entryPrice": 2023.26,
          "exitPrice": 2026.526,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 104
        },
        {
          "entryTs": 1702911540,
          "entryUtc": "2023-12-18T14:59:00.000Z",
          "exitTs": 1702921680,
          "dir": -1,
          "entryPrice": 2023.97,
          "exitPrice": 2027.177,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 169
        },
        {
          "entryTs": 1702923360,
          "entryUtc": "2023-12-18T18:16:00.000Z",
          "exitTs": 1702952400,
          "dir": 1,
          "entryPrice": 2027.265,
          "exitPrice": 2023.313,
          "stopDistance": 3.952,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 484
        },
        {
          "entryTs": 1702967760,
          "entryUtc": "2023-12-19T06:36:00.000Z",
          "exitTs": 1702974720,
          "dir": -1,
          "entryPrice": 2025.525,
          "exitPrice": 2027.804,
          "stopDistance": 2.279,
          "outcome": "stop",
          "netR": -1.1843,
          "holdMinutes": 116
        },
        {
          "entryTs": 1702982340,
          "entryUtc": "2023-12-19T10:39:00.000Z",
          "exitTs": 1702989600,
          "dir": 1,
          "entryPrice": 2024.87,
          "exitPrice": 2029.823,
          "stopDistance": 2.477,
          "outcome": "target",
          "netR": 1.8506,
          "holdMinutes": 121
        },
        {
          "entryTs": 1703005860,
          "entryUtc": "2023-12-19T17:11:00.000Z",
          "exitTs": 1703009460,
          "dir": 1,
          "entryPrice": 2042.495,
          "exitPrice": 2038.442,
          "stopDistance": 4.053,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 60
        },
        {
          "entryTs": 1703028180,
          "entryUtc": "2023-12-19T23:23:00.000Z",
          "exitTs": 1703036400,
          "dir": 1,
          "entryPrice": 2039.715,
          "exitPrice": 2037.609,
          "stopDistance": 2.106,
          "outcome": "stop",
          "netR": -1.1994,
          "holdMinutes": 137
        },
        {
          "entryTs": 1703039760,
          "entryUtc": "2023-12-20T02:36:00.000Z",
          "exitTs": 1703052240,
          "dir": -1,
          "entryPrice": 2039.224,
          "exitPrice": 2041.34,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 208
        },
        {
          "entryTs": 1703053440,
          "entryUtc": "2023-12-20T06:24:00.000Z",
          "exitTs": 1703067120,
          "dir": 1,
          "entryPrice": 2040.522,
          "exitPrice": 2038.869,
          "stopDistance": 1.652,
          "outcome": "stop",
          "netR": -1.2542,
          "holdMinutes": 228
        },
        {
          "entryTs": 1703082660,
          "entryUtc": "2023-12-20T14:31:00.000Z",
          "exitTs": 1703086080,
          "dir": 1,
          "entryPrice": 2034.051,
          "exitPrice": 2030.803,
          "stopDistance": 3.248,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 57
        },
        {
          "entryTs": 1703101620,
          "entryUtc": "2023-12-20T19:47:00.000Z",
          "exitTs": 1703101980,
          "dir": 1,
          "entryPrice": 2034.02,
          "exitPrice": 2030.673,
          "stopDistance": 3.347,
          "outcome": "stop",
          "netR": -1.1255,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703117520,
          "entryUtc": "2023-12-21T00:12:00.000Z",
          "exitTs": 1703124060,
          "dir": -1,
          "entryPrice": 2033.33,
          "exitPrice": 2036.565,
          "stopDistance": 3.235,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 109
        },
        {
          "entryTs": 1703133420,
          "entryUtc": "2023-12-21T04:37:00.000Z",
          "exitTs": 1703139600,
          "dir": 1,
          "entryPrice": 2036.54,
          "exitPrice": 2034.398,
          "stopDistance": 2.142,
          "outcome": "stop",
          "netR": -1.1961,
          "holdMinutes": 103
        },
        {
          "entryTs": 1703140740,
          "entryUtc": "2023-12-21T06:39:00.000Z",
          "exitTs": 1703162280,
          "dir": -1,
          "entryPrice": 2036.38,
          "exitPrice": 2038.424,
          "stopDistance": 2.044,
          "outcome": "stop",
          "netR": -1.2055,
          "holdMinutes": 359
        },
        {
          "entryTs": 1703165400,
          "entryUtc": "2023-12-21T13:30:00.000Z",
          "exitTs": 1703165400,
          "dir": 1,
          "entryPrice": 2034.74,
          "exitPrice": 2032.603,
          "stopDistance": 2.137,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 0
        },
        {
          "entryTs": 1703167620,
          "entryUtc": "2023-12-21T14:07:00.000Z",
          "exitTs": 1703199600,
          "dir": 1,
          "entryPrice": 2039.51,
          "exitPrice": 2047.144,
          "stopDistance": 3.817,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 533
        },
        {
          "entryTs": 1703218020,
          "entryUtc": "2023-12-22T04:07:00.000Z",
          "exitTs": 1703236200,
          "dir": -1,
          "entryPrice": 2049.18,
          "exitPrice": 2052.405,
          "stopDistance": 3.225,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 303
        },
        {
          "entryTs": 1703261040,
          "entryUtc": "2023-12-22T16:04:00.000Z",
          "exitTs": 1703263680,
          "dir": 1,
          "entryPrice": 2058.071,
          "exitPrice": 2053.276,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 44
        },
        {
          "entryTs": 1703546100,
          "entryUtc": "2023-12-25T23:15:00.000Z",
          "exitTs": 1703555340,
          "dir": 1,
          "entryPrice": 2053.998,
          "exitPrice": 2060.347,
          "stopDistance": 3.174,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 154
        },
        {
          "entryTs": 1703570400,
          "entryUtc": "2023-12-26T06:00:00.000Z",
          "exitTs": 1703572860,
          "dir": -1,
          "entryPrice": 2062.855,
          "exitPrice": 2064.897,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 41
        },
        {
          "entryTs": 1703574180,
          "entryUtc": "2023-12-26T07:03:00.000Z",
          "exitTs": 1703581200,
          "dir": 1,
          "entryPrice": 2063.125,
          "exitPrice": 2061.073,
          "stopDistance": 2.052,
          "outcome": "stop",
          "netR": -1.2047,
          "holdMinutes": 117
        },
        {
          "entryTs": 1703584320,
          "entryUtc": "2023-12-26T09:52:00.000Z",
          "exitTs": 1703599140,
          "dir": -1,
          "entryPrice": 2062.935,
          "exitPrice": 2058.845,
          "stopDistance": 2.045,
          "outcome": "target",
          "netR": 1.8191,
          "holdMinutes": 247
        },
        {
          "entryTs": 1703600700,
          "entryUtc": "2023-12-26T14:25:00.000Z",
          "exitTs": 1703601480,
          "dir": -1,
          "entryPrice": 2061.31,
          "exitPrice": 2057.216,
          "stopDistance": 2.047,
          "outcome": "target",
          "netR": 1.8192,
          "holdMinutes": 13
        },
        {
          "entryTs": 1703639520,
          "entryUtc": "2023-12-27T01:12:00.000Z",
          "exitTs": 1703668920,
          "dir": -1,
          "entryPrice": 2066.113,
          "exitPrice": 2068.461,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1788,
          "holdMinutes": 490
        },
        {
          "entryTs": 1703672460,
          "entryUtc": "2023-12-27T10:21:00.000Z",
          "exitTs": 1703672820,
          "dir": 1,
          "entryPrice": 2066.95,
          "exitPrice": 2064.939,
          "stopDistance": 2.011,
          "outcome": "stop",
          "netR": -1.2089,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703675760,
          "entryUtc": "2023-12-27T11:16:00.000Z",
          "exitTs": 1703678100,
          "dir": -1,
          "entryPrice": 2066.395,
          "exitPrice": 2068.549,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 39
        },
        {
          "entryTs": 1703681640,
          "entryUtc": "2023-12-27T12:54:00.000Z",
          "exitTs": 1703687640,
          "dir": 1,
          "entryPrice": 2065.79,
          "exitPrice": 2070.343,
          "stopDistance": 2.277,
          "outcome": "target",
          "netR": 1.8375,
          "holdMinutes": 100
        },
        {
          "entryTs": 1703701740,
          "entryUtc": "2023-12-27T18:29:00.000Z",
          "exitTs": 1703702100,
          "dir": 1,
          "entryPrice": 2081.885,
          "exitPrice": 2078.292,
          "stopDistance": 3.593,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703743380,
          "entryUtc": "2023-12-28T06:03:00.000Z",
          "exitTs": 1703751300,
          "dir": -1,
          "entryPrice": 2086.165,
          "exitPrice": 2081.601,
          "stopDistance": 2.282,
          "outcome": "target",
          "netR": 1.8379,
          "holdMinutes": 132
        },
        {
          "entryTs": 1703766540,
          "entryUtc": "2023-12-28T12:29:00.000Z",
          "exitTs": 1703770260,
          "dir": -1,
          "entryPrice": 2074.835,
          "exitPrice": 2078.289,
          "stopDistance": 3.454,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 62
        },
        {
          "entryTs": 1703778960,
          "entryUtc": "2023-12-28T15:56:00.000Z",
          "exitTs": 1703789220,
          "dir": 1,
          "entryPrice": 2075.786,
          "exitPrice": 2071.604,
          "stopDistance": 4.182,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 171
        },
        {
          "entryTs": 1703809920,
          "entryUtc": "2023-12-29T00:32:00.000Z",
          "exitTs": 1703814960,
          "dir": 1,
          "entryPrice": 2066.078,
          "exitPrice": 2071.052,
          "stopDistance": 2.487,
          "outcome": "target",
          "netR": 1.8512,
          "holdMinutes": 84
        },
        {
          "entryTs": 1703836320,
          "entryUtc": "2023-12-29T07:52:00.000Z",
          "exitTs": 1703840100,
          "dir": 1,
          "entryPrice": 2072.126,
          "exitPrice": 2070.025,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 63
        },
        {
          "entryTs": 1703861100,
          "entryUtc": "2023-12-29T14:45:00.000Z",
          "exitTs": 1703866620,
          "dir": -1,
          "entryPrice": 2063.435,
          "exitPrice": 2066.98,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 92
        },
        {
          "entryTs": 1703867700,
          "entryUtc": "2023-12-29T16:35:00.000Z",
          "exitTs": 1704150000,
          "dir": 1,
          "entryPrice": 2063.685,
          "exitPrice": 2064.235,
          "stopDistance": 3.987,
          "outcome": "time",
          "netR": 0.0452,
          "holdMinutes": 4705
        },
        {
          "entryTs": 1704160860,
          "entryUtc": "2024-01-02T02:01:00.000Z",
          "exitTs": 1704173700,
          "dir": 1,
          "entryPrice": 2065.94,
          "exitPrice": 2071.986,
          "stopDistance": 3.023,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 214
        },
        {
          "entryTs": 1704184680,
          "entryUtc": "2024-01-02T08:38:00.000Z",
          "exitTs": 1704188220,
          "dir": -1,
          "entryPrice": 2074.255,
          "exitPrice": 2077.1,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 59
        },
        {
          "entryTs": 1704190260,
          "entryUtc": "2024-01-02T10:11:00.000Z",
          "exitTs": 1704195180,
          "dir": 1,
          "entryPrice": 2075.255,
          "exitPrice": 2072.128,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 82
        },
        {
          "entryTs": 1704211620,
          "entryUtc": "2024-01-02T16:07:00.000Z",
          "exitTs": 1704280920,
          "dir": -1,
          "entryPrice": 2063.392,
          "exitPrice": 2051.959,
          "stopDistance": 5.716,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 1155
        },
        {
          "entryTs": 1704294000,
          "entryUtc": "2024-01-03T15:00:00.000Z",
          "exitTs": 1704294240,
          "dir": -1,
          "entryPrice": 2043.425,
          "exitPrice": 2048.002,
          "stopDistance": 4.577,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704308700,
          "entryUtc": "2024-01-03T19:05:00.000Z",
          "exitTs": 1704323280,
          "dir": 1,
          "entryPrice": 2032.82,
          "exitPrice": 2042.73,
          "stopDistance": 4.955,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 243
        },
        {
          "entryTs": 1704329580,
          "entryUtc": "2024-01-04T00:53:00.000Z",
          "exitTs": 1704360900,
          "dir": 1,
          "entryPrice": 2041.61,
          "exitPrice": 2049.754,
          "stopDistance": 4.072,
          "outcome": "target",
          "netR": 1.9091,
          "holdMinutes": 522
        },
        {
          "entryTs": 1704365400,
          "entryUtc": "2024-01-04T10:50:00.000Z",
          "exitTs": 1704370020,
          "dir": 1,
          "entryPrice": 2046.6,
          "exitPrice": 2043.452,
          "stopDistance": 3.148,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 77
        },
        {
          "entryTs": 1704381240,
          "entryUtc": "2024-01-04T15:14:00.000Z",
          "exitTs": 1704449100,
          "dir": -1,
          "entryPrice": 2044.74,
          "exitPrice": 2037.818,
          "stopDistance": 3.461,
          "outcome": "target",
          "netR": 1.8931,
          "holdMinutes": 1131
        },
        {
          "entryTs": 1704461340,
          "entryUtc": "2024-01-05T13:29:00.000Z",
          "exitTs": 1704461400,
          "dir": 1,
          "entryPrice": 2039.27,
          "exitPrice": 2036.771,
          "stopDistance": 2.499,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 1
        },
        {
          "entryTs": 1704462300,
          "entryUtc": "2024-01-05T13:45:00.000Z",
          "exitTs": 1704462720,
          "dir": -1,
          "entryPrice": 2033.765,
          "exitPrice": 2037.771,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704707220,
          "entryUtc": "2024-01-08T09:47:00.000Z",
          "exitTs": 1704712680,
          "dir": -1,
          "entryPrice": 2030.415,
          "exitPrice": 2023.259,
          "stopDistance": 3.578,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 91
        },
        {
          "entryTs": 1704744420,
          "entryUtc": "2024-01-08T20:07:00.000Z",
          "exitTs": 1704759600,
          "dir": 1,
          "entryPrice": 2027.89,
          "exitPrice": 2034.455,
          "stopDistance": 3.283,
          "outcome": "target",
          "netR": 1.8873,
          "holdMinutes": 253
        },
        {
          "entryTs": 1704782400,
          "entryUtc": "2024-01-09T06:40:00.000Z",
          "exitTs": 1704785100,
          "dir": -1,
          "entryPrice": 2033.475,
          "exitPrice": 2035.778,
          "stopDistance": 2.303,
          "outcome": "stop",
          "netR": -1.1824,
          "holdMinutes": 45
        },
        {
          "entryTs": 1704787860,
          "entryUtc": "2024-01-09T08:11:00.000Z",
          "exitTs": 1704807480,
          "dir": 1,
          "entryPrice": 2032.715,
          "exitPrice": 2038.48,
          "stopDistance": 2.883,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 327
        },
        {
          "entryTs": 1704809940,
          "entryUtc": "2024-01-09T14:19:00.000Z",
          "exitTs": 1704815040,
          "dir": 1,
          "entryPrice": 2036.818,
          "exitPrice": 2032.735,
          "stopDistance": 4.083,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 85
        },
        {
          "entryTs": 1704850620,
          "entryUtc": "2024-01-10T01:37:00.000Z",
          "exitTs": 1704851340,
          "dir": -1,
          "entryPrice": 2029.575,
          "exitPrice": 2031.854,
          "stopDistance": 2.279,
          "outcome": "stop",
          "netR": -1.1843,
          "holdMinutes": 12
        },
        {
          "entryTs": 1704854460,
          "entryUtc": "2024-01-10T02:41:00.000Z",
          "exitTs": 1704865320,
          "dir": 1,
          "entryPrice": 2030.345,
          "exitPrice": 2027.86,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 181
        },
        {
          "entryTs": 1704872040,
          "entryUtc": "2024-01-10T07:34:00.000Z",
          "exitTs": 1704872520,
          "dir": -1,
          "entryPrice": 2028.832,
          "exitPrice": 2031.233,
          "stopDistance": 2.402,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 8
        },
        {
          "entryTs": 1704890700,
          "entryUtc": "2024-01-10T12:45:00.000Z",
          "exitTs": 1704896040,
          "dir": 1,
          "entryPrice": 2031.965,
          "exitPrice": 2028.72,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 89
        },
        {
          "entryTs": 1704897060,
          "entryUtc": "2024-01-10T14:31:00.000Z",
          "exitTs": 1704899040,
          "dir": -1,
          "entryPrice": 2031.305,
          "exitPrice": 2025.174,
          "stopDistance": 3.065,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 33
        },
        {
          "entryTs": 1704917040,
          "entryUtc": "2024-01-10T20:04:00.000Z",
          "exitTs": 1704936060,
          "dir": -1,
          "entryPrice": 2024.945,
          "exitPrice": 2028.462,
          "stopDistance": 3.517,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 317
        },
        {
          "entryTs": 1704972180,
          "entryUtc": "2024-01-11T11:23:00.000Z",
          "exitTs": 1704979380,
          "dir": -1,
          "entryPrice": 2032.975,
          "exitPrice": 2035.48,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 120
        },
        {
          "entryTs": 1704979800,
          "entryUtc": "2024-01-11T13:30:00.000Z",
          "exitTs": 1704979800,
          "dir": 1,
          "entryPrice": 2035.4,
          "exitPrice": 2032.574,
          "stopDistance": 2.826,
          "outcome": "ambiguous",
          "netR": -1.1486,
          "holdMinutes": 0
        },
        {
          "entryTs": 1704980700,
          "entryUtc": "2024-01-11T13:45:00.000Z",
          "exitTs": 1704990180,
          "dir": -1,
          "entryPrice": 2030.705,
          "exitPrice": 2021.408,
          "stopDistance": 4.648,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 158
        },
        {
          "entryTs": 1705001280,
          "entryUtc": "2024-01-11T19:28:00.000Z",
          "exitTs": 1705014420,
          "dir": -1,
          "entryPrice": 2024.431,
          "exitPrice": 2031.08,
          "stopDistance": 6.649,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 219
        },
        {
          "entryTs": 1705041780,
          "entryUtc": "2024-01-12T06:43:00.000Z",
          "exitTs": 1705055280,
          "dir": 1,
          "entryPrice": 2034.906,
          "exitPrice": 2040.049,
          "stopDistance": 2.571,
          "outcome": "target",
          "netR": 1.8561,
          "holdMinutes": 225
        },
        {
          "entryTs": 1705064400,
          "entryUtc": "2024-01-12T13:00:00.000Z",
          "exitTs": 1705066200,
          "dir": 1,
          "entryPrice": 2045.69,
          "exitPrice": 2052.824,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 30
        },
        {
          "entryTs": 1705093740,
          "entryUtc": "2024-01-12T21:09:00.000Z",
          "exitTs": 1705273200,
          "dir": -1,
          "entryPrice": 2047.505,
          "exitPrice": 2047.035,
          "stopDistance": 3.761,
          "outcome": "time",
          "netR": 0.0266,
          "holdMinutes": 2991
        },
        {
          "entryTs": 1705309260,
          "entryUtc": "2024-01-15T09:01:00.000Z",
          "exitTs": 1705314420,
          "dir": 1,
          "entryPrice": 2055.45,
          "exitPrice": 2052.776,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 86
        },
        {
          "entryTs": 1705323000,
          "entryUtc": "2024-01-15T12:50:00.000Z",
          "exitTs": 1705337400,
          "dir": -1,
          "entryPrice": 2052.495,
          "exitPrice": 2054.834,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 240
        },
        {
          "entryTs": 1705384080,
          "entryUtc": "2024-01-16T05:48:00.000Z",
          "exitTs": 1705388580,
          "dir": -1,
          "entryPrice": 2048.69,
          "exitPrice": 2050.611,
          "stopDistance": 1.921,
          "outcome": "stop",
          "netR": -1.2186,
          "holdMinutes": 75
        },
        {
          "entryTs": 1705389540,
          "entryUtc": "2024-01-16T07:19:00.000Z",
          "exitTs": 1705393800,
          "dir": 1,
          "entryPrice": 2048.89,
          "exitPrice": 2046.837,
          "stopDistance": 2.053,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 71
        },
        {
          "entryTs": 1705408140,
          "entryUtc": "2024-01-16T12:29:00.000Z",
          "exitTs": 1705410840,
          "dir": -1,
          "entryPrice": 2038.358,
          "exitPrice": 2031.819,
          "stopDistance": 3.269,
          "outcome": "target",
          "netR": 1.8868,
          "holdMinutes": 45
        },
        {
          "entryTs": 1705411920,
          "entryUtc": "2024-01-16T13:32:00.000Z",
          "exitTs": 1705412340,
          "dir": -1,
          "entryPrice": 2036.177,
          "exitPrice": 2040.118,
          "stopDistance": 3.941,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 7
        },
        {
          "entryTs": 1705412820,
          "entryUtc": "2024-01-16T13:47:00.000Z",
          "exitTs": 1705420800,
          "dir": 1,
          "entryPrice": 2040.225,
          "exitPrice": 2035.196,
          "stopDistance": 5.029,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 133
        },
        {
          "entryTs": 1705422120,
          "entryUtc": "2024-01-16T16:22:00.000Z",
          "exitTs": 1705424820,
          "dir": -1,
          "entryPrice": 2038.675,
          "exitPrice": 2027.942,
          "stopDistance": 5.366,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 45
        },
        {
          "entryTs": 1705439640,
          "entryUtc": "2024-01-16T21:14:00.000Z",
          "exitTs": 1705468140,
          "dir": 1,
          "entryPrice": 2027.095,
          "exitPrice": 2022.503,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 475
        },
        {
          "entryTs": 1705477260,
          "entryUtc": "2024-01-17T07:41:00.000Z",
          "exitTs": 1705477860,
          "dir": -1,
          "entryPrice": 2021.82,
          "exitPrice": 2024.867,
          "stopDistance": 3.047,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 10
        },
        {
          "entryTs": 1705499460,
          "entryUtc": "2024-01-17T13:51:00.000Z",
          "exitTs": 1705500660,
          "dir": -1,
          "entryPrice": 2023.871,
          "exitPrice": 2015.779,
          "stopDistance": 4.046,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 20
        },
        {
          "entryTs": 1705517880,
          "entryUtc": "2024-01-17T18:58:00.000Z",
          "exitTs": 1705535580,
          "dir": -1,
          "entryPrice": 2004.865,
          "exitPrice": 2009.571,
          "stopDistance": 4.706,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 295
        },
        {
          "entryTs": 1705544460,
          "entryUtc": "2024-01-18T02:21:00.000Z",
          "exitTs": 1705546500,
          "dir": 1,
          "entryPrice": 2010.115,
          "exitPrice": 2007.51,
          "stopDistance": 2.605,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 34
        },
        {
          "entryTs": 1705556220,
          "entryUtc": "2024-01-18T05:37:00.000Z",
          "exitTs": 1705557840,
          "dir": -1,
          "entryPrice": 2007.55,
          "exitPrice": 2009.882,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 27
        },
        {
          "entryTs": 1705566360,
          "entryUtc": "2024-01-18T08:26:00.000Z",
          "exitTs": 1705579500,
          "dir": -1,
          "entryPrice": 2011.81,
          "exitPrice": 2014.586,
          "stopDistance": 2.776,
          "outcome": "stop",
          "netR": -1.1513,
          "holdMinutes": 219
        },
        {
          "entryTs": 1705584600,
          "entryUtc": "2024-01-18T13:30:00.000Z",
          "exitTs": 1705584600,
          "dir": 1,
          "entryPrice": 2010.85,
          "exitPrice": 2008.141,
          "stopDistance": 2.709,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 0
        },
        {
          "entryTs": 1705587120,
          "entryUtc": "2024-01-18T14:12:00.000Z",
          "exitTs": 1705595040,
          "dir": -1,
          "entryPrice": 2012.165,
          "exitPrice": 2015.658,
          "stopDistance": 3.492,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 132
        },
        {
          "entryTs": 1705629180,
          "entryUtc": "2024-01-19T01:53:00.000Z",
          "exitTs": 1705638540,
          "dir": 1,
          "entryPrice": 2023.285,
          "exitPrice": 2020.779,
          "stopDistance": 2.506,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 156
        },
        {
          "entryTs": 1705645260,
          "entryUtc": "2024-01-19T06:21:00.000Z",
          "exitTs": 1705647840,
          "dir": -1,
          "entryPrice": 2022.69,
          "exitPrice": 2024.554,
          "stopDistance": 1.864,
          "outcome": "stop",
          "netR": -1.2253,
          "holdMinutes": 43
        },
        {
          "entryTs": 1705674660,
          "entryUtc": "2024-01-19T14:31:00.000Z",
          "exitTs": 1705675200,
          "dir": 1,
          "entryPrice": 2030.335,
          "exitPrice": 2027.964,
          "stopDistance": 2.371,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 9
        },
        {
          "entryTs": 1705879080,
          "entryUtc": "2024-01-21T23:18:00.000Z",
          "exitTs": 1705885620,
          "dir": -1,
          "entryPrice": 2028.276,
          "exitPrice": 2030.747,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 109
        },
        {
          "entryTs": 1705893120,
          "entryUtc": "2024-01-22T03:12:00.000Z",
          "exitTs": 1705898460,
          "dir": 1,
          "entryPrice": 2027.997,
          "exitPrice": 2025.613,
          "stopDistance": 2.383,
          "outcome": "stop",
          "netR": -1.1762,
          "holdMinutes": 89
        },
        {
          "entryTs": 1705904700,
          "entryUtc": "2024-01-22T06:25:00.000Z",
          "exitTs": 1705912080,
          "dir": -1,
          "entryPrice": 2023.695,
          "exitPrice": 2026.13,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 123
        },
        {
          "entryTs": 1705912440,
          "entryUtc": "2024-01-22T08:34:00.000Z",
          "exitTs": 1705927320,
          "dir": 1,
          "entryPrice": 2022.575,
          "exitPrice": 2029.366,
          "stopDistance": 3.396,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 248
        },
        {
          "entryTs": 1705930260,
          "entryUtc": "2024-01-22T13:31:00.000Z",
          "exitTs": 1705933800,
          "dir": 1,
          "entryPrice": 2023.125,
          "exitPrice": 2019.977,
          "stopDistance": 3.148,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 59
        },
        {
          "entryTs": 1705936500,
          "entryUtc": "2024-01-22T15:15:00.000Z",
          "exitTs": 1705986420,
          "dir": -1,
          "entryPrice": 2025.116,
          "exitPrice": 2028.865,
          "stopDistance": 3.748,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 832
        },
        {
          "entryTs": 1705994340,
          "entryUtc": "2024-01-23T07:19:00.000Z",
          "exitTs": 1705994460,
          "dir": 1,
          "entryPrice": 2032.411,
          "exitPrice": 2029.64,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 2
        },
        {
          "entryTs": 1706016480,
          "entryUtc": "2024-01-23T13:28:00.000Z",
          "exitTs": 1706020500,
          "dir": -1,
          "entryPrice": 2028.22,
          "exitPrice": 2021.451,
          "stopDistance": 3.385,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 67
        },
        {
          "entryTs": 1706034780,
          "entryUtc": "2024-01-23T18:33:00.000Z",
          "exitTs": 1706037600,
          "dir": -1,
          "entryPrice": 2025.11,
          "exitPrice": 2028.57,
          "stopDistance": 3.46,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 47
        },
        {
          "entryTs": 1706054160,
          "entryUtc": "2024-01-23T23:56:00.000Z",
          "exitTs": 1706065080,
          "dir": -1,
          "entryPrice": 2029.043,
          "exitPrice": 2024.445,
          "stopDistance": 2.299,
          "outcome": "target",
          "netR": 1.8391,
          "holdMinutes": 182
        },
        {
          "entryTs": 1706074800,
          "entryUtc": "2024-01-24T05:40:00.000Z",
          "exitTs": 1706078100,
          "dir": -1,
          "entryPrice": 2024.175,
          "exitPrice": 2026.214,
          "stopDistance": 2.039,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 55
        },
        {
          "entryTs": 1706098560,
          "entryUtc": "2024-01-24T12:16:00.000Z",
          "exitTs": 1706107080,
          "dir": 1,
          "entryPrice": 2031.675,
          "exitPrice": 2028.809,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 142
        },
        {
          "entryTs": 1706146560,
          "entryUtc": "2024-01-25T01:36:00.000Z",
          "exitTs": 1706176920,
          "dir": -1,
          "entryPrice": 2016.105,
          "exitPrice": 2018.748,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 506
        },
        {
          "entryTs": 1706184840,
          "entryUtc": "2024-01-25T12:14:00.000Z",
          "exitTs": 1706185860,
          "dir": 1,
          "entryPrice": 2016.005,
          "exitPrice": 2013.584,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 17
        },
        {
          "entryTs": 1706189400,
          "entryUtc": "2024-01-25T13:30:00.000Z",
          "exitTs": 1706189400,
          "dir": -1,
          "entryPrice": 2017.71,
          "exitPrice": 2012.977,
          "stopDistance": 2.366,
          "outcome": "target",
          "netR": 1.8436,
          "holdMinutes": 0
        },
        {
          "entryTs": 1706196600,
          "entryUtc": "2024-01-25T15:30:00.000Z",
          "exitTs": 1706200980,
          "dir": 1,
          "entryPrice": 2018.87,
          "exitPrice": 2014.321,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 73
        },
        {
          "entryTs": 1706207940,
          "entryUtc": "2024-01-25T18:39:00.000Z",
          "exitTs": 1706232120,
          "dir": 1,
          "entryPrice": 2015.447,
          "exitPrice": 2023.885,
          "stopDistance": 4.219,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 403
        },
        {
          "entryTs": 1706249280,
          "entryUtc": "2024-01-26T06:08:00.000Z",
          "exitTs": 1706253300,
          "dir": 1,
          "entryPrice": 2022.01,
          "exitPrice": 2020.106,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 67
        },
        {
          "entryTs": 1706254080,
          "entryUtc": "2024-01-26T07:28:00.000Z",
          "exitTs": 1706266560,
          "dir": -1,
          "entryPrice": 2021.827,
          "exitPrice": 2023.724,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 208
        },
        {
          "entryTs": 1706272620,
          "entryUtc": "2024-01-26T12:37:00.000Z",
          "exitTs": 1706275800,
          "dir": 1,
          "entryPrice": 2020.5,
          "exitPrice": 2024.952,
          "stopDistance": 2.226,
          "outcome": "target",
          "netR": 1.8338,
          "holdMinutes": 53
        },
        {
          "entryTs": 1706485560,
          "entryUtc": "2024-01-28T23:46:00.000Z",
          "exitTs": 1706503260,
          "dir": 1,
          "entryPrice": 2021.53,
          "exitPrice": 2027.191,
          "stopDistance": 2.831,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 295
        },
        {
          "entryTs": 1706538960,
          "entryUtc": "2024-01-29T14:36:00.000Z",
          "exitTs": 1706539200,
          "dir": 1,
          "entryPrice": 2028.332,
          "exitPrice": 2025.766,
          "stopDistance": 2.566,
          "outcome": "stop",
          "netR": -1.1637,
          "holdMinutes": 4
        },
        {
          "entryTs": 1706549700,
          "entryUtc": "2024-01-29T17:35:00.000Z",
          "exitTs": 1706559600,
          "dir": -1,
          "entryPrice": 2030.655,
          "exitPrice": 2034.478,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 165
        },
        {
          "entryTs": 1706577540,
          "entryUtc": "2024-01-30T01:19:00.000Z",
          "exitTs": 1706600040,
          "dir": 1,
          "entryPrice": 2031.34,
          "exitPrice": 2036.791,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 375
        },
        {
          "entryTs": 1706602260,
          "entryUtc": "2024-01-30T08:11:00.000Z",
          "exitTs": 1706613300,
          "dir": 1,
          "entryPrice": 2036.895,
          "exitPrice": 2034.425,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 184
        },
        {
          "entryTs": 1706615760,
          "entryUtc": "2024-01-30T11:56:00.000Z",
          "exitTs": 1706622360,
          "dir": -1,
          "entryPrice": 2034.271,
          "exitPrice": 2036.816,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 110
        },
        {
          "entryTs": 1706627640,
          "entryUtc": "2024-01-30T15:14:00.000Z",
          "exitTs": 1706627760,
          "dir": 1,
          "entryPrice": 2035.475,
          "exitPrice": 2032.679,
          "stopDistance": 2.797,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 2
        },
        {
          "entryTs": 1706661720,
          "entryUtc": "2024-01-31T00:42:00.000Z",
          "exitTs": 1706665920,
          "dir": 1,
          "entryPrice": 2036.542,
          "exitPrice": 2034.603,
          "stopDistance": 1.938,
          "outcome": "stop",
          "netR": -1.2167,
          "holdMinutes": 70
        },
        {
          "entryTs": 1706678040,
          "entryUtc": "2024-01-31T05:14:00.000Z",
          "exitTs": 1706685300,
          "dir": 1,
          "entryPrice": 2033.83,
          "exitPrice": 2036.767,
          "stopDistance": 1.469,
          "outcome": "target",
          "netR": 1.748,
          "holdMinutes": 121
        },
        {
          "entryTs": 1706692260,
          "entryUtc": "2024-01-31T09:11:00.000Z",
          "exitTs": 1706708520,
          "dir": 1,
          "entryPrice": 2037.911,
          "exitPrice": 2041.983,
          "stopDistance": 2.036,
          "outcome": "target",
          "netR": 1.8182,
          "holdMinutes": 271
        },
        {
          "entryTs": 1706742300,
          "entryUtc": "2024-01-31T23:05:00.000Z",
          "exitTs": 1706753700,
          "dir": -1,
          "entryPrice": 2040.354,
          "exitPrice": 2047.195,
          "stopDistance": 6.841,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 190
        },
        {
          "entryTs": 1706831220,
          "entryUtc": "2024-02-01T23:47:00.000Z",
          "exitTs": 1706880600,
          "dir": 1,
          "entryPrice": 2054.955,
          "exitPrice": 2051.235,
          "stopDistance": 3.72,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 823
        },
        {
          "entryTs": 1706907540,
          "entryUtc": "2024-02-02T20:59:00.000Z",
          "exitTs": 1707087600,
          "dir": 1,
          "entryPrice": 2036.252,
          "exitPrice": 2039.708,
          "stopDistance": 4.38,
          "outcome": "time",
          "netR": 0.7046,
          "holdMinutes": 3001
        },
        {
          "entryTs": 1707091260,
          "entryUtc": "2024-02-05T00:01:00.000Z",
          "exitTs": 1707092760,
          "dir": 1,
          "entryPrice": 2037.82,
          "exitPrice": 2034.943,
          "stopDistance": 2.877,
          "outcome": "stop",
          "netR": -1.146,
          "holdMinutes": 25
        },
        {
          "entryTs": 1707098460,
          "entryUtc": "2024-02-05T02:01:00.000Z",
          "exitTs": 1707103140,
          "dir": -1,
          "entryPrice": 2038.36,
          "exitPrice": 2031.967,
          "stopDistance": 3.196,
          "outcome": "target",
          "netR": 1.8842,
          "holdMinutes": 78
        },
        {
          "entryTs": 1707116100,
          "entryUtc": "2024-02-05T06:55:00.000Z",
          "exitTs": 1707120120,
          "dir": -1,
          "entryPrice": 2031.085,
          "exitPrice": 2025.46,
          "stopDistance": 2.812,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 67
        },
        {
          "entryTs": 1707136920,
          "entryUtc": "2024-02-05T12:42:00.000Z",
          "exitTs": 1707139260,
          "dir": 1,
          "entryPrice": 2022.682,
          "exitPrice": 2019.825,
          "stopDistance": 2.856,
          "outcome": "stop",
          "netR": -1.1471,
          "holdMinutes": 39
        },
        {
          "entryTs": 1707144360,
          "entryUtc": "2024-02-05T14:46:00.000Z",
          "exitTs": 1707148080,
          "dir": -1,
          "entryPrice": 2022.292,
          "exitPrice": 2016.125,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 62
        },
        {
          "entryTs": 1707165480,
          "entryUtc": "2024-02-05T20:38:00.000Z",
          "exitTs": 1707198180,
          "dir": -1,
          "entryPrice": 2025.795,
          "exitPrice": 2028.788,
          "stopDistance": 2.993,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 545
        },
        {
          "entryTs": 1707207360,
          "entryUtc": "2024-02-06T08:16:00.000Z",
          "exitTs": 1707209820,
          "dir": 1,
          "entryPrice": 2025.205,
          "exitPrice": 2023.445,
          "stopDistance": 1.76,
          "outcome": "stop",
          "netR": -1.2387,
          "holdMinutes": 41
        },
        {
          "entryTs": 1707222720,
          "entryUtc": "2024-02-06T12:32:00.000Z",
          "exitTs": 1707224760,
          "dir": 1,
          "entryPrice": 2025.105,
          "exitPrice": 2030.021,
          "stopDistance": 2.458,
          "outcome": "target",
          "netR": 1.8495,
          "holdMinutes": 34
        },
        {
          "entryTs": 1707290100,
          "entryUtc": "2024-02-07T07:15:00.000Z",
          "exitTs": 1707291000,
          "dir": -1,
          "entryPrice": 2034.6,
          "exitPrice": 2035.922,
          "stopDistance": 1.322,
          "outcome": "stop",
          "netR": -1.3177,
          "holdMinutes": 15
        },
        {
          "entryTs": 1707293640,
          "entryUtc": "2024-02-07T08:14:00.000Z",
          "exitTs": 1707294420,
          "dir": 1,
          "entryPrice": 2034.011,
          "exitPrice": 2032.527,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.283,
          "holdMinutes": 13
        },
        {
          "entryTs": 1707309900,
          "entryUtc": "2024-02-07T12:45:00.000Z",
          "exitTs": 1707312900,
          "dir": -1,
          "entryPrice": 2033.54,
          "exitPrice": 2035.373,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2291,
          "holdMinutes": 50
        },
        {
          "entryTs": 1707316200,
          "entryUtc": "2024-02-07T14:30:00.000Z",
          "exitTs": 1707316800,
          "dir": 1,
          "entryPrice": 2033.502,
          "exitPrice": 2038.025,
          "stopDistance": 2.262,
          "outcome": "target",
          "netR": 1.8364,
          "holdMinutes": 10
        },
        {
          "entryTs": 1707318960,
          "entryUtc": "2024-02-07T15:16:00.000Z",
          "exitTs": 1707363900,
          "dir": 1,
          "entryPrice": 2036.117,
          "exitPrice": 2032.718,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 749
        },
        {
          "entryTs": 1707377460,
          "entryUtc": "2024-02-08T07:31:00.000Z",
          "exitTs": 1707380220,
          "dir": 1,
          "entryPrice": 2033,
          "exitPrice": 2031.222,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2362,
          "holdMinutes": 46
        },
        {
          "entryTs": 1707385380,
          "entryUtc": "2024-02-08T09:43:00.000Z",
          "exitTs": 1707386160,
          "dir": -1,
          "entryPrice": 2032.655,
          "exitPrice": 2034.628,
          "stopDistance": 1.973,
          "outcome": "stop",
          "netR": -1.2129,
          "holdMinutes": 13
        },
        {
          "entryTs": 1707390840,
          "entryUtc": "2024-02-08T11:14:00.000Z",
          "exitTs": 1707391740,
          "dir": 1,
          "entryPrice": 2032.36,
          "exitPrice": 2029.904,
          "stopDistance": 2.456,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 15
        },
        {
          "entryTs": 1707402840,
          "entryUtc": "2024-02-08T14:34:00.000Z",
          "exitTs": 1707483780,
          "dir": -1,
          "entryPrice": 2033.07,
          "exitPrice": 2027.048,
          "stopDistance": 3.011,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 1349
        },
        {
          "entryTs": 1707485460,
          "entryUtc": "2024-02-09T13:31:00.000Z",
          "exitTs": 1707485460,
          "dir": -1,
          "entryPrice": 2031.441,
          "exitPrice": 2033.269,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 0
        },
        {
          "entryTs": 1707514860,
          "entryUtc": "2024-02-09T21:41:00.000Z",
          "exitTs": 1707692400,
          "dir": 1,
          "entryPrice": 2024.435,
          "exitPrice": 2025.225,
          "stopDistance": 2.73,
          "outcome": "time",
          "netR": 0.1538,
          "holdMinutes": 2959
        },
        {
          "entryTs": 1707695220,
          "entryUtc": "2024-02-11T23:47:00.000Z",
          "exitTs": 1707731520,
          "dir": -1,
          "entryPrice": 2024.905,
          "exitPrice": 2020.36,
          "stopDistance": 2.273,
          "outcome": "target",
          "netR": 1.8372,
          "holdMinutes": 605
        },
        {
          "entryTs": 1707744240,
          "entryUtc": "2024-02-12T13:24:00.000Z",
          "exitTs": 1707745560,
          "dir": 1,
          "entryPrice": 2023.27,
          "exitPrice": 2021.139,
          "stopDistance": 2.131,
          "outcome": "stop",
          "netR": -1.1971,
          "holdMinutes": 22
        },
        {
          "entryTs": 1707760380,
          "entryUtc": "2024-02-12T17:53:00.000Z",
          "exitTs": 1707806760,
          "dir": -1,
          "entryPrice": 2019.745,
          "exitPrice": 2023.391,
          "stopDistance": 3.646,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 773
        },
        {
          "entryTs": 1707870420,
          "entryUtc": "2024-02-14T00:27:00.000Z",
          "exitTs": 1707898080,
          "dir": -1,
          "entryPrice": 1992.775,
          "exitPrice": 1987.74,
          "stopDistance": 2.517,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 461
        },
        {
          "entryTs": 1707904560,
          "entryUtc": "2024-02-14T09:56:00.000Z",
          "exitTs": 1707908100,
          "dir": -1,
          "entryPrice": 1991.16,
          "exitPrice": 1993.05,
          "stopDistance": 1.89,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 59
        },
        {
          "entryTs": 1707916320,
          "entryUtc": "2024-02-14T13:12:00.000Z",
          "exitTs": 1707922620,
          "dir": -1,
          "entryPrice": 1991.86,
          "exitPrice": 1986.871,
          "stopDistance": 2.495,
          "outcome": "target",
          "netR": 1.8517,
          "holdMinutes": 105
        },
        {
          "entryTs": 1707926700,
          "entryUtc": "2024-02-14T16:05:00.000Z",
          "exitTs": 1707928500,
          "dir": -1,
          "entryPrice": 1989.622,
          "exitPrice": 1993.107,
          "stopDistance": 3.485,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 30
        },
        {
          "entryTs": 1707971940,
          "entryUtc": "2024-02-15T04:39:00.000Z",
          "exitTs": 1707982080,
          "dir": -1,
          "entryPrice": 1991.815,
          "exitPrice": 1993.555,
          "stopDistance": 1.74,
          "outcome": "stop",
          "netR": -1.2414,
          "holdMinutes": 169
        },
        {
          "entryTs": 1707994560,
          "entryUtc": "2024-02-15T10:56:00.000Z",
          "exitTs": 1708001340,
          "dir": 1,
          "entryPrice": 1995.64,
          "exitPrice": 1999.014,
          "stopDistance": 1.687,
          "outcome": "target",
          "netR": 1.7807,
          "holdMinutes": 113
        },
        {
          "entryTs": 1708004040,
          "entryUtc": "2024-02-15T13:34:00.000Z",
          "exitTs": 1708004160,
          "dir": 1,
          "entryPrice": 1997.04,
          "exitPrice": 2000.801,
          "stopDistance": 1.88,
          "outcome": "target",
          "netR": 1.8032,
          "holdMinutes": 2
        },
        {
          "entryTs": 1708011420,
          "entryUtc": "2024-02-15T15:37:00.000Z",
          "exitTs": 1708015860,
          "dir": 1,
          "entryPrice": 2001.88,
          "exitPrice": 1998.494,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 74
        },
        {
          "entryTs": 1708019700,
          "entryUtc": "2024-02-15T17:55:00.000Z",
          "exitTs": 1708090500,
          "dir": -1,
          "entryPrice": 2004.425,
          "exitPrice": 1996.09,
          "stopDistance": 4.168,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 1180
        },
        {
          "entryTs": 1708091160,
          "entryUtc": "2024-02-16T13:46:00.000Z",
          "exitTs": 1708091520,
          "dir": -1,
          "entryPrice": 2001.515,
          "exitPrice": 2004.235,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 6
        },
        {
          "entryTs": 1708336260,
          "entryUtc": "2024-02-19T09:51:00.000Z",
          "exitTs": 1708346880,
          "dir": -1,
          "entryPrice": 2020.235,
          "exitPrice": 2016.264,
          "stopDistance": 1.986,
          "outcome": "target",
          "netR": 1.8137,
          "holdMinutes": 177
        },
        {
          "entryTs": 1708348020,
          "entryUtc": "2024-02-19T13:07:00.000Z",
          "exitTs": 1708357860,
          "dir": -1,
          "entryPrice": 2018.683,
          "exitPrice": 2015.188,
          "stopDistance": 1.747,
          "outcome": "target",
          "netR": 1.7882,
          "holdMinutes": 164
        },
        {
          "entryTs": 1708360920,
          "entryUtc": "2024-02-19T16:42:00.000Z",
          "exitTs": 1708363920,
          "dir": -1,
          "entryPrice": 2016.115,
          "exitPrice": 2017.974,
          "stopDistance": 1.859,
          "outcome": "stop",
          "netR": -1.2259,
          "holdMinutes": 50
        },
        {
          "entryTs": 1708392480,
          "entryUtc": "2024-02-20T01:28:00.000Z",
          "exitTs": 1708392960,
          "dir": -1,
          "entryPrice": 2017.411,
          "exitPrice": 2018.936,
          "stopDistance": 1.525,
          "outcome": "stop",
          "netR": -1.2755,
          "holdMinutes": 8
        },
        {
          "entryTs": 1708394160,
          "entryUtc": "2024-02-20T01:56:00.000Z",
          "exitTs": 1708411440,
          "dir": 1,
          "entryPrice": 2016.68,
          "exitPrice": 2020.115,
          "stopDistance": 1.718,
          "outcome": "target",
          "netR": 1.7846,
          "holdMinutes": 288
        },
        {
          "entryTs": 1708412880,
          "entryUtc": "2024-02-20T07:08:00.000Z",
          "exitTs": 1708413660,
          "dir": 1,
          "entryPrice": 2018.91,
          "exitPrice": 2022.012,
          "stopDistance": 1.551,
          "outcome": "target",
          "netR": 1.7615,
          "holdMinutes": 13
        },
        {
          "entryTs": 1708440000,
          "entryUtc": "2024-02-20T14:40:00.000Z",
          "exitTs": 1708459260,
          "dir": 1,
          "entryPrice": 2026.725,
          "exitPrice": 2024.564,
          "stopDistance": 2.161,
          "outcome": "stop",
          "netR": -1.1944,
          "holdMinutes": 321
        },
        {
          "entryTs": 1708478280,
          "entryUtc": "2024-02-21T01:18:00.000Z",
          "exitTs": 1708481100,
          "dir": -1,
          "entryPrice": 2025.225,
          "exitPrice": 2026.877,
          "stopDistance": 1.652,
          "outcome": "stop",
          "netR": -1.2542,
          "holdMinutes": 47
        },
        {
          "entryTs": 1708495140,
          "entryUtc": "2024-02-21T05:59:00.000Z",
          "exitTs": 1708498080,
          "dir": 1,
          "entryPrice": 2030.84,
          "exitPrice": 2029.171,
          "stopDistance": 1.669,
          "outcome": "stop",
          "netR": -1.2517,
          "holdMinutes": 49
        },
        {
          "entryTs": 1708521660,
          "entryUtc": "2024-02-21T13:21:00.000Z",
          "exitTs": 1708525860,
          "dir": 1,
          "entryPrice": 2029.235,
          "exitPrice": 2027.329,
          "stopDistance": 1.906,
          "outcome": "stop",
          "netR": -1.2204,
          "holdMinutes": 70
        },
        {
          "entryTs": 1708528440,
          "entryUtc": "2024-02-21T15:14:00.000Z",
          "exitTs": 1708531080,
          "dir": -1,
          "entryPrice": 2029.34,
          "exitPrice": 2024.146,
          "stopDistance": 2.597,
          "outcome": "target",
          "netR": 1.8575,
          "holdMinutes": 44
        },
        {
          "entryTs": 1708543200,
          "entryUtc": "2024-02-21T19:20:00.000Z",
          "exitTs": 1708583700,
          "dir": 1,
          "entryPrice": 2023.765,
          "exitPrice": 2030.235,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 675
        },
        {
          "entryTs": 1708593960,
          "entryUtc": "2024-02-22T09:26:00.000Z",
          "exitTs": 1708600380,
          "dir": 1,
          "entryPrice": 2029.687,
          "exitPrice": 2027.918,
          "stopDistance": 1.769,
          "outcome": "stop",
          "netR": -1.2374,
          "holdMinutes": 107
        },
        {
          "entryTs": 1708602660,
          "entryUtc": "2024-02-22T11:51:00.000Z",
          "exitTs": 1708608600,
          "dir": -1,
          "entryPrice": 2029.15,
          "exitPrice": 2024.291,
          "stopDistance": 2.429,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 99
        },
        {
          "entryTs": 1708648620,
          "entryUtc": "2024-02-23T00:37:00.000Z",
          "exitTs": 1708650660,
          "dir": 1,
          "entryPrice": 2022.742,
          "exitPrice": 2026.766,
          "stopDistance": 2.012,
          "outcome": "target",
          "netR": 1.8161,
          "holdMinutes": 34
        },
        {
          "entryTs": 1708651980,
          "entryUtc": "2024-02-23T01:33:00.000Z",
          "exitTs": 1708666860,
          "dir": 1,
          "entryPrice": 2025.216,
          "exitPrice": 2022.984,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 248
        },
        {
          "entryTs": 1708683960,
          "entryUtc": "2024-02-23T10:26:00.000Z",
          "exitTs": 1708685160,
          "dir": -1,
          "entryPrice": 2019.66,
          "exitPrice": 2021.944,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 20
        },
        {
          "entryTs": 1708716360,
          "entryUtc": "2024-02-23T19:26:00.000Z",
          "exitTs": 1708723080,
          "dir": 1,
          "entryPrice": 2038.775,
          "exitPrice": 2035.556,
          "stopDistance": 3.22,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 112
        },
        {
          "entryTs": 1708927980,
          "entryUtc": "2024-02-26T06:13:00.000Z",
          "exitTs": 1708932720,
          "dir": 1,
          "entryPrice": 2031.96,
          "exitPrice": 2035.159,
          "stopDistance": 1.599,
          "outcome": "target",
          "netR": 1.7686,
          "holdMinutes": 79
        },
        {
          "entryTs": 1708937760,
          "entryUtc": "2024-02-26T08:56:00.000Z",
          "exitTs": 1708944840,
          "dir": 1,
          "entryPrice": 2033.65,
          "exitPrice": 2031.754,
          "stopDistance": 1.896,
          "outcome": "stop",
          "netR": -1.2215,
          "holdMinutes": 118
        },
        {
          "entryTs": 1708950360,
          "entryUtc": "2024-02-26T12:26:00.000Z",
          "exitTs": 1708956840,
          "dir": -1,
          "entryPrice": 2033.035,
          "exitPrice": 2028.537,
          "stopDistance": 2.249,
          "outcome": "target",
          "netR": 1.8355,
          "holdMinutes": 108
        },
        {
          "entryTs": 1709003700,
          "entryUtc": "2024-02-27T03:15:00.000Z",
          "exitTs": 1709007000,
          "dir": -1,
          "entryPrice": 2032.318,
          "exitPrice": 2033.964,
          "stopDistance": 1.646,
          "outcome": "stop",
          "netR": -1.2552,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709028900,
          "entryUtc": "2024-02-27T10:15:00.000Z",
          "exitTs": 1709034780,
          "dir": 1,
          "entryPrice": 2035.242,
          "exitPrice": 2038.378,
          "stopDistance": 1.568,
          "outcome": "target",
          "netR": 1.764,
          "holdMinutes": 98
        },
        {
          "entryTs": 1709046000,
          "entryUtc": "2024-02-27T15:00:00.000Z",
          "exitTs": 1709054040,
          "dir": -1,
          "entryPrice": 2036.11,
          "exitPrice": 2031.099,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 134
        },
        {
          "entryTs": 1709056920,
          "entryUtc": "2024-02-27T18:02:00.000Z",
          "exitTs": 1709057940,
          "dir": -1,
          "entryPrice": 2033.201,
          "exitPrice": 2035.936,
          "stopDistance": 2.735,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 17
        },
        {
          "entryTs": 1709058720,
          "entryUtc": "2024-02-27T18:32:00.000Z",
          "exitTs": 1709061660,
          "dir": 1,
          "entryPrice": 2033.47,
          "exitPrice": 2030.682,
          "stopDistance": 2.788,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 49
        },
        {
          "entryTs": 1709078400,
          "entryUtc": "2024-02-28T00:00:00.000Z",
          "exitTs": 1709084640,
          "dir": 1,
          "entryPrice": 2029.715,
          "exitPrice": 2033.239,
          "stopDistance": 1.762,
          "outcome": "target",
          "netR": 1.79,
          "holdMinutes": 104
        },
        {
          "entryTs": 1709090220,
          "entryUtc": "2024-02-28T03:17:00.000Z",
          "exitTs": 1709104500,
          "dir": 1,
          "entryPrice": 2030.12,
          "exitPrice": 2028.448,
          "stopDistance": 1.672,
          "outcome": "stop",
          "netR": -1.2512,
          "holdMinutes": 238
        },
        {
          "entryTs": 1709117160,
          "entryUtc": "2024-02-28T10:46:00.000Z",
          "exitTs": 1709125860,
          "dir": 1,
          "entryPrice": 2026.845,
          "exitPrice": 2030.515,
          "stopDistance": 1.835,
          "outcome": "target",
          "netR": 1.7984,
          "holdMinutes": 145
        },
        {
          "entryTs": 1709141400,
          "entryUtc": "2024-02-28T17:30:00.000Z",
          "exitTs": 1709204580,
          "dir": 1,
          "entryPrice": 2032.911,
          "exitPrice": 2030.25,
          "stopDistance": 2.662,
          "outcome": "stop",
          "netR": -1.1578,
          "holdMinutes": 1053
        },
        {
          "entryTs": 1709251260,
          "entryUtc": "2024-03-01T00:01:00.000Z",
          "exitTs": 1709274000,
          "dir": 1,
          "entryPrice": 2043.505,
          "exitPrice": 2047.227,
          "stopDistance": 1.861,
          "outcome": "target",
          "netR": 1.8012,
          "holdMinutes": 379
        },
        {
          "entryTs": 1709279520,
          "entryUtc": "2024-03-01T07:52:00.000Z",
          "exitTs": 1709280060,
          "dir": 1,
          "entryPrice": 2045.925,
          "exitPrice": 2044.312,
          "stopDistance": 1.613,
          "outcome": "stop",
          "netR": -1.2604,
          "holdMinutes": 9
        },
        {
          "entryTs": 1709285820,
          "entryUtc": "2024-03-01T09:37:00.000Z",
          "exitTs": 1709286120,
          "dir": -1,
          "entryPrice": 2045.345,
          "exitPrice": 2047.345,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 5
        },
        {
          "entryTs": 1709303460,
          "entryUtc": "2024-03-01T14:31:00.000Z",
          "exitTs": 1709304300,
          "dir": 1,
          "entryPrice": 2053.25,
          "exitPrice": 2050.039,
          "stopDistance": 3.211,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 14
        },
        {
          "entryTs": 1709305200,
          "entryUtc": "2024-03-01T15:00:00.000Z",
          "exitTs": 1709305800,
          "dir": -1,
          "entryPrice": 2049.961,
          "exitPrice": 2053.732,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 10
        },
        {
          "entryTs": 1709507520,
          "entryUtc": "2024-03-03T23:12:00.000Z",
          "exitTs": 1709560500,
          "dir": -1,
          "entryPrice": 2085.28,
          "exitPrice": 2088.636,
          "stopDistance": 3.356,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 883
        },
        {
          "entryTs": 1709609100,
          "entryUtc": "2024-03-05T03:25:00.000Z",
          "exitTs": 1709616720,
          "dir": -1,
          "entryPrice": 2113.825,
          "exitPrice": 2116.761,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 127
        },
        {
          "entryTs": 1709643000,
          "entryUtc": "2024-03-05T12:50:00.000Z",
          "exitTs": 1709644140,
          "dir": -1,
          "entryPrice": 2124.12,
          "exitPrice": 2127.699,
          "stopDistance": 3.579,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 19
        },
        {
          "entryTs": 1709646060,
          "entryUtc": "2024-03-05T13:41:00.000Z",
          "exitTs": 1709646780,
          "dir": 1,
          "entryPrice": 2126.462,
          "exitPrice": 2122.298,
          "stopDistance": 4.163,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 12
        },
        {
          "entryTs": 1709669640,
          "entryUtc": "2024-03-05T20:14:00.000Z",
          "exitTs": 1709697240,
          "dir": 1,
          "entryPrice": 2129.11,
          "exitPrice": 2123.628,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 460
        },
        {
          "entryTs": 1709697720,
          "entryUtc": "2024-03-06T04:02:00.000Z",
          "exitTs": 1709708640,
          "dir": -1,
          "entryPrice": 2125.715,
          "exitPrice": 2128.262,
          "stopDistance": 2.547,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 182
        },
        {
          "entryTs": 1709712060,
          "entryUtc": "2024-03-06T08:01:00.000Z",
          "exitTs": 1709714400,
          "dir": 1,
          "entryPrice": 2127.4,
          "exitPrice": 2125.204,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 39
        },
        {
          "entryTs": 1709751660,
          "entryUtc": "2024-03-06T19:01:00.000Z",
          "exitTs": 1709753400,
          "dir": 1,
          "entryPrice": 2146.41,
          "exitPrice": 2140.379,
          "stopDistance": 6.031,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 29
        },
        {
          "entryTs": 1709757960,
          "entryUtc": "2024-03-06T20:46:00.000Z",
          "exitTs": 1709784060,
          "dir": -1,
          "entryPrice": 2146.41,
          "exitPrice": 2152.552,
          "stopDistance": 6.142,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 435
        },
        {
          "entryTs": 1709784900,
          "entryUtc": "2024-03-07T04:15:00.000Z",
          "exitTs": 1709816760,
          "dir": 1,
          "entryPrice": 2155.265,
          "exitPrice": 2163.66,
          "stopDistance": 4.197,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 531
        },
        {
          "entryTs": 1709819460,
          "entryUtc": "2024-03-07T13:51:00.000Z",
          "exitTs": 1709821860,
          "dir": 1,
          "entryPrice": 2157.72,
          "exitPrice": 2153.591,
          "stopDistance": 4.129,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 40
        },
        {
          "entryTs": 1709823780,
          "entryUtc": "2024-03-07T15:03:00.000Z",
          "exitTs": 1709855940,
          "dir": -1,
          "entryPrice": 2156.23,
          "exitPrice": 2161.763,
          "stopDistance": 5.533,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 536
        },
        {
          "entryTs": 1709856360,
          "entryUtc": "2024-03-08T00:06:00.000Z",
          "exitTs": 1709862720,
          "dir": 1,
          "entryPrice": 2160.587,
          "exitPrice": 2157.751,
          "stopDistance": 2.836,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 106
        },
        {
          "entryTs": 1709904600,
          "entryUtc": "2024-03-08T13:30:00.000Z",
          "exitTs": 1709904600,
          "dir": -1,
          "entryPrice": 2167.717,
          "exitPrice": 2170.705,
          "stopDistance": 2.989,
          "outcome": "ambiguous",
          "netR": -1.1405,
          "holdMinutes": 0
        },
        {
          "entryTs": 1709905740,
          "entryUtc": "2024-03-08T13:49:00.000Z",
          "exitTs": 1709906760,
          "dir": 1,
          "entryPrice": 2175.731,
          "exitPrice": 2169.436,
          "stopDistance": 6.296,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 17
        },
        {
          "entryTs": 1709924700,
          "entryUtc": "2024-03-08T19:05:00.000Z",
          "exitTs": 1710108000,
          "dir": 1,
          "entryPrice": 2171.615,
          "exitPrice": 2180.898,
          "stopDistance": 7.359,
          "outcome": "time",
          "netR": 1.2112,
          "holdMinutes": 3055
        },
        {
          "entryTs": 1710115500,
          "entryUtc": "2024-03-11T00:05:00.000Z",
          "exitTs": 1710118080,
          "dir": 1,
          "entryPrice": 2179.86,
          "exitPrice": 2188.619,
          "stopDistance": 4.379,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 43
        },
        {
          "entryTs": 1710119880,
          "entryUtc": "2024-03-11T01:18:00.000Z",
          "exitTs": 1710124260,
          "dir": 1,
          "entryPrice": 2181.89,
          "exitPrice": 2177.547,
          "stopDistance": 4.343,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 73
        },
        {
          "entryTs": 1710145680,
          "entryUtc": "2024-03-11T08:28:00.000Z",
          "exitTs": 1710147480,
          "dir": 1,
          "entryPrice": 2179.7,
          "exitPrice": 2176.679,
          "stopDistance": 3.02,
          "outcome": "stop",
          "netR": -1.1391,
          "holdMinutes": 30
        },
        {
          "entryTs": 1710165720,
          "entryUtc": "2024-03-11T14:02:00.000Z",
          "exitTs": 1710165840,
          "dir": 1,
          "entryPrice": 2180.18,
          "exitPrice": 2176.15,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 2
        },
        {
          "entryTs": 1710183480,
          "entryUtc": "2024-03-11T18:58:00.000Z",
          "exitTs": 1710242220,
          "dir": -1,
          "entryPrice": 2180.685,
          "exitPrice": 2172.74,
          "stopDistance": 3.973,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 979
        },
        {
          "entryTs": 1710246720,
          "entryUtc": "2024-03-12T12:32:00.000Z",
          "exitTs": 1710246720,
          "dir": -1,
          "entryPrice": 2172.51,
          "exitPrice": 2175.615,
          "stopDistance": 3.105,
          "outcome": "ambiguous",
          "netR": -1.1353,
          "holdMinutes": 0
        },
        {
          "entryTs": 1710246960,
          "entryUtc": "2024-03-12T12:36:00.000Z",
          "exitTs": 1710247200,
          "dir": -1,
          "entryPrice": 2176.21,
          "exitPrice": 2178.807,
          "stopDistance": 2.597,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 4
        },
        {
          "entryTs": 1710247860,
          "entryUtc": "2024-03-12T12:51:00.000Z",
          "exitTs": 1710248100,
          "dir": 1,
          "entryPrice": 2176.191,
          "exitPrice": 2171.063,
          "stopDistance": 5.129,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 4
        },
        {
          "entryTs": 1710263160,
          "entryUtc": "2024-03-12T17:06:00.000Z",
          "exitTs": 1710266340,
          "dir": 1,
          "entryPrice": 2161.932,
          "exitPrice": 2155.497,
          "stopDistance": 6.434,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 53
        },
        {
          "entryTs": 1710321300,
          "entryUtc": "2024-03-13T09:15:00.000Z",
          "exitTs": 1710326160,
          "dir": -1,
          "entryPrice": 2159.415,
          "exitPrice": 2161.815,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 81
        },
        {
          "entryTs": 1710337500,
          "entryUtc": "2024-03-13T13:45:00.000Z",
          "exitTs": 1710343740,
          "dir": 1,
          "entryPrice": 2166.752,
          "exitPrice": 2173.976,
          "stopDistance": 3.612,
          "outcome": "target",
          "netR": 1.8976,
          "holdMinutes": 104
        },
        {
          "entryTs": 1710357360,
          "entryUtc": "2024-03-13T19:16:00.000Z",
          "exitTs": 1710395400,
          "dir": 1,
          "entryPrice": 2173.845,
          "exitPrice": 2169.444,
          "stopDistance": 4.401,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 634
        },
        {
          "entryTs": 1710404700,
          "entryUtc": "2024-03-14T08:25:00.000Z",
          "exitTs": 1710418680,
          "dir": -1,
          "entryPrice": 2169.81,
          "exitPrice": 2165.481,
          "stopDistance": 2.164,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 233
        },
        {
          "entryTs": 1710420120,
          "entryUtc": "2024-03-14T12:42:00.000Z",
          "exitTs": 1710420660,
          "dir": -1,
          "entryPrice": 2168.73,
          "exitPrice": 2163.975,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 9
        },
        {
          "entryTs": 1710422400,
          "entryUtc": "2024-03-14T13:20:00.000Z",
          "exitTs": 1710429420,
          "dir": -1,
          "entryPrice": 2165.565,
          "exitPrice": 2157.516,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 117
        },
        {
          "entryTs": 1710436500,
          "entryUtc": "2024-03-14T17:15:00.000Z",
          "exitTs": 1710481920,
          "dir": -1,
          "entryPrice": 2163.627,
          "exitPrice": 2168.491,
          "stopDistance": 4.865,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 757
        },
        {
          "entryTs": 1710490500,
          "entryUtc": "2024-03-15T08:15:00.000Z",
          "exitTs": 1710493320,
          "dir": 1,
          "entryPrice": 2165.57,
          "exitPrice": 2169.682,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 47
        },
        {
          "entryTs": 1710499260,
          "entryUtc": "2024-03-15T10:41:00.000Z",
          "exitTs": 1710504180,
          "dir": 1,
          "entryPrice": 2168.91,
          "exitPrice": 2165.902,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 82
        },
        {
          "entryTs": 1710514320,
          "entryUtc": "2024-03-15T14:52:00.000Z",
          "exitTs": 1710523860,
          "dir": -1,
          "entryPrice": 2164.525,
          "exitPrice": 2155.88,
          "stopDistance": 4.322,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 159
        },
        {
          "entryTs": 1710723960,
          "entryUtc": "2024-03-18T01:06:00.000Z",
          "exitTs": 1710724860,
          "dir": 1,
          "entryPrice": 2154.102,
          "exitPrice": 2151.31,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 15
        },
        {
          "entryTs": 1710776280,
          "entryUtc": "2024-03-18T15:38:00.000Z",
          "exitTs": 1710777900,
          "dir": 1,
          "entryPrice": 2158.322,
          "exitPrice": 2154.611,
          "stopDistance": 3.711,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 27
        },
        {
          "entryTs": 1710779100,
          "entryUtc": "2024-03-18T16:25:00.000Z",
          "exitTs": 1710800400,
          "dir": -1,
          "entryPrice": 2157.822,
          "exitPrice": 2161.707,
          "stopDistance": 3.885,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 355
        },
        {
          "entryTs": 1710801000,
          "entryUtc": "2024-03-18T22:30:00.000Z",
          "exitTs": 1710812040,
          "dir": 1,
          "entryPrice": 2160.872,
          "exitPrice": 2158.544,
          "stopDistance": 2.328,
          "outcome": "stop",
          "netR": -1.1804,
          "holdMinutes": 184
        },
        {
          "entryTs": 1710813600,
          "entryUtc": "2024-03-19T02:00:00.000Z",
          "exitTs": 1710814440,
          "dir": -1,
          "entryPrice": 2160.615,
          "exitPrice": 2162.597,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 14
        },
        {
          "entryTs": 1710814620,
          "entryUtc": "2024-03-19T02:17:00.000Z",
          "exitTs": 1710824580,
          "dir": 1,
          "entryPrice": 2161.515,
          "exitPrice": 2159.326,
          "stopDistance": 2.189,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 166
        },
        {
          "entryTs": 1710843120,
          "entryUtc": "2024-03-19T10:12:00.000Z",
          "exitTs": 1710852120,
          "dir": -1,
          "entryPrice": 2154.53,
          "exitPrice": 2157.388,
          "stopDistance": 2.858,
          "outcome": "stop",
          "netR": -1.1469,
          "holdMinutes": 150
        },
        {
          "entryTs": 1710855780,
          "entryUtc": "2024-03-19T13:43:00.000Z",
          "exitTs": 1710857160,
          "dir": 1,
          "entryPrice": 2152.77,
          "exitPrice": 2148.826,
          "stopDistance": 3.944,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 23
        },
        {
          "entryTs": 1710876900,
          "entryUtc": "2024-03-19T19:35:00.000Z",
          "exitTs": 1710928560,
          "dir": 1,
          "entryPrice": 2156.495,
          "exitPrice": 2153.506,
          "stopDistance": 2.989,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 861
        },
        {
          "entryTs": 1710939000,
          "entryUtc": "2024-03-20T12:50:00.000Z",
          "exitTs": 1710940080,
          "dir": -1,
          "entryPrice": 2152.172,
          "exitPrice": 2154.881,
          "stopDistance": 2.709,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 18
        },
        {
          "entryTs": 1710941820,
          "entryUtc": "2024-03-20T13:37:00.000Z",
          "exitTs": 1710942840,
          "dir": -1,
          "entryPrice": 2153.105,
          "exitPrice": 2156.369,
          "stopDistance": 3.264,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710957600,
          "entryUtc": "2024-03-20T18:00:00.000Z",
          "exitTs": 1710957600,
          "dir": -1,
          "entryPrice": 2159.66,
          "exitPrice": 2163.881,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 0
        },
        {
          "entryTs": 1710958500,
          "entryUtc": "2024-03-20T18:15:00.000Z",
          "exitTs": 1710960060,
          "dir": 1,
          "entryPrice": 2165.762,
          "exitPrice": 2176.283,
          "stopDistance": 5.26,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 26
        },
        {
          "entryTs": 1711000320,
          "entryUtc": "2024-03-21T05:52:00.000Z",
          "exitTs": 1711010520,
          "dir": 1,
          "entryPrice": 2203.302,
          "exitPrice": 2198.391,
          "stopDistance": 4.91,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 170
        },
        {
          "entryTs": 1711012620,
          "entryUtc": "2024-03-21T09:17:00.000Z",
          "exitTs": 1711015800,
          "dir": -1,
          "entryPrice": 2203.415,
          "exitPrice": 2208.336,
          "stopDistance": 4.92,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 53
        },
        {
          "entryTs": 1711024440,
          "entryUtc": "2024-03-21T12:34:00.000Z",
          "exitTs": 1711027800,
          "dir": 1,
          "entryPrice": 2204.21,
          "exitPrice": 2199.349,
          "stopDistance": 4.861,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 56
        },
        {
          "entryTs": 1711060920,
          "entryUtc": "2024-03-21T22:42:00.000Z",
          "exitTs": 1711072260,
          "dir": 1,
          "entryPrice": 2181.376,
          "exitPrice": 2177.671,
          "stopDistance": 3.706,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 189
        },
        {
          "entryTs": 1711117320,
          "entryUtc": "2024-03-22T14:22:00.000Z",
          "exitTs": 1711120500,
          "dir": 1,
          "entryPrice": 2172.555,
          "exitPrice": 2168.268,
          "stopDistance": 4.287,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 53
        },
        {
          "entryTs": 1711325580,
          "entryUtc": "2024-03-25T00:13:00.000Z",
          "exitTs": 1711329660,
          "dir": 1,
          "entryPrice": 2166.94,
          "exitPrice": 2173.087,
          "stopDistance": 3.074,
          "outcome": "target",
          "netR": 1.8796,
          "holdMinutes": 68
        },
        {
          "entryTs": 1711379880,
          "entryUtc": "2024-03-25T15:18:00.000Z",
          "exitTs": 1711393980,
          "dir": 1,
          "entryPrice": 2175.2,
          "exitPrice": 2170.919,
          "stopDistance": 4.281,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 235
        },
        {
          "entryTs": 1711406040,
          "entryUtc": "2024-03-25T22:34:00.000Z",
          "exitTs": 1711417320,
          "dir": 1,
          "entryPrice": 2171.735,
          "exitPrice": 2169.465,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 188
        },
        {
          "entryTs": 1711419840,
          "entryUtc": "2024-03-26T02:24:00.000Z",
          "exitTs": 1711439700,
          "dir": -1,
          "entryPrice": 2171.422,
          "exitPrice": 2174.062,
          "stopDistance": 2.64,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 331
        },
        {
          "entryTs": 1711458000,
          "entryUtc": "2024-03-26T13:00:00.000Z",
          "exitTs": 1711460460,
          "dir": 1,
          "entryPrice": 2185.72,
          "exitPrice": 2181.171,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 41
        },
        {
          "entryTs": 1711486260,
          "entryUtc": "2024-03-26T20:51:00.000Z",
          "exitTs": 1711509300,
          "dir": -1,
          "entryPrice": 2177.422,
          "exitPrice": 2180.669,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 384
        },
        {
          "entryTs": 1711519560,
          "entryUtc": "2024-03-27T06:06:00.000Z",
          "exitTs": 1711525980,
          "dir": -1,
          "entryPrice": 2177.835,
          "exitPrice": 2180.708,
          "stopDistance": 2.873,
          "outcome": "stop",
          "netR": -1.1462,
          "holdMinutes": 107
        },
        {
          "entryTs": 1711528500,
          "entryUtc": "2024-03-27T08:35:00.000Z",
          "exitTs": 1711532580,
          "dir": 1,
          "entryPrice": 2178.82,
          "exitPrice": 2184.547,
          "stopDistance": 2.864,
          "outcome": "target",
          "netR": 1.8708,
          "holdMinutes": 68
        },
        {
          "entryTs": 1711541040,
          "entryUtc": "2024-03-27T12:04:00.000Z",
          "exitTs": 1711551240,
          "dir": 1,
          "entryPrice": 2185.135,
          "exitPrice": 2194.325,
          "stopDistance": 4.595,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 170
        },
        {
          "entryTs": 1711576800,
          "entryUtc": "2024-03-27T22:00:00.000Z",
          "exitTs": 1711584120,
          "dir": 1,
          "entryPrice": 2191.547,
          "exitPrice": 2188.345,
          "stopDistance": 3.202,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 122
        },
        {
          "entryTs": 1711592040,
          "entryUtc": "2024-03-28T02:14:00.000Z",
          "exitTs": 1711592760,
          "dir": -1,
          "entryPrice": 2191.145,
          "exitPrice": 2193.937,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 12
        },
        {
          "entryTs": 1711607580,
          "entryUtc": "2024-03-28T06:33:00.000Z",
          "exitTs": 1711611120,
          "dir": 1,
          "entryPrice": 2196.11,
          "exitPrice": 2193.095,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 59
        },
        {
          "entryTs": 1711612320,
          "entryUtc": "2024-03-28T07:52:00.000Z",
          "exitTs": 1711620840,
          "dir": 1,
          "entryPrice": 2192.751,
          "exitPrice": 2198.32,
          "stopDistance": 2.784,
          "outcome": "target",
          "netR": 1.8671,
          "holdMinutes": 142
        },
        {
          "entryTs": 1711631460,
          "entryUtc": "2024-03-28T13:11:00.000Z",
          "exitTs": 1711634040,
          "dir": 1,
          "entryPrice": 2211.54,
          "exitPrice": 2205.284,
          "stopDistance": 6.256,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 43
        },
        {
          "entryTs": 1711945800,
          "entryUtc": "2024-04-01T04:30:00.000Z",
          "exitTs": 1711963680,
          "dir": 1,
          "entryPrice": 2259.545,
          "exitPrice": 2253.375,
          "stopDistance": 6.17,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 298
        },
        {
          "entryTs": 1711975140,
          "entryUtc": "2024-04-01T12:39:00.000Z",
          "exitTs": 1711976880,
          "dir": -1,
          "entryPrice": 2250.935,
          "exitPrice": 2255.504,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 29
        },
        {
          "entryTs": 1711978980,
          "entryUtc": "2024-04-01T13:43:00.000Z",
          "exitTs": 1711979280,
          "dir": 1,
          "entryPrice": 2248.81,
          "exitPrice": 2243.907,
          "stopDistance": 4.903,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 5
        },
        {
          "entryTs": 1711994220,
          "entryUtc": "2024-04-01T17:57:00.000Z",
          "exitTs": 1712002080,
          "dir": -1,
          "entryPrice": 2239.005,
          "exitPrice": 2245.385,
          "stopDistance": 6.38,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 131
        },
        {
          "entryTs": 1712031300,
          "entryUtc": "2024-04-02T04:15:00.000Z",
          "exitTs": 1712033160,
          "dir": 1,
          "entryPrice": 2250.771,
          "exitPrice": 2259.152,
          "stopDistance": 4.19,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 31
        },
        {
          "entryTs": 1712037000,
          "entryUtc": "2024-04-02T05:50:00.000Z",
          "exitTs": 1712045160,
          "dir": 1,
          "entryPrice": 2252.28,
          "exitPrice": 2260.032,
          "stopDistance": 3.876,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 136
        },
        {
          "entryTs": 1712052360,
          "entryUtc": "2024-04-02T10:06:00.000Z",
          "exitTs": 1712060340,
          "dir": 1,
          "entryPrice": 2258.055,
          "exitPrice": 2254.277,
          "stopDistance": 3.778,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 133
        },
        {
          "entryTs": 1712063700,
          "entryUtc": "2024-04-02T13:15:00.000Z",
          "exitTs": 1712065140,
          "dir": -1,
          "entryPrice": 2258.925,
          "exitPrice": 2263.949,
          "stopDistance": 5.024,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 24
        },
        {
          "entryTs": 1712069760,
          "entryUtc": "2024-04-02T14:56:00.000Z",
          "exitTs": 1712071920,
          "dir": 1,
          "entryPrice": 2258.752,
          "exitPrice": 2253.125,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 36
        },
        {
          "entryTs": 1712122200,
          "entryUtc": "2024-04-03T05:30:00.000Z",
          "exitTs": 1712128740,
          "dir": -1,
          "entryPrice": 2283.851,
          "exitPrice": 2275.246,
          "stopDistance": 4.302,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 109
        },
        {
          "entryTs": 1712145960,
          "entryUtc": "2024-04-03T12:06:00.000Z",
          "exitTs": 1712146920,
          "dir": 1,
          "entryPrice": 2272.084,
          "exitPrice": 2267.439,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 16
        },
        {
          "entryTs": 1712147400,
          "entryUtc": "2024-04-03T12:30:00.000Z",
          "exitTs": 1712148660,
          "dir": -1,
          "entryPrice": 2269.29,
          "exitPrice": 2274.382,
          "stopDistance": 5.092,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 21
        },
        {
          "entryTs": 1712151480,
          "entryUtc": "2024-04-03T13:38:00.000Z",
          "exitTs": 1712152800,
          "dir": 1,
          "entryPrice": 2271.9,
          "exitPrice": 2282.263,
          "stopDistance": 5.181,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 22
        },
        {
          "entryTs": 1712154600,
          "entryUtc": "2024-04-03T14:30:00.000Z",
          "exitTs": 1712158560,
          "dir": 1,
          "entryPrice": 2275.307,
          "exitPrice": 2287.54,
          "stopDistance": 6.117,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 66
        },
        {
          "entryTs": 1712187780,
          "entryUtc": "2024-04-03T23:43:00.000Z",
          "exitTs": 1712217240,
          "dir": 1,
          "entryPrice": 2297.177,
          "exitPrice": 2292.629,
          "stopDistance": 4.548,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 491
        },
        {
          "entryTs": 1712239260,
          "entryUtc": "2024-04-04T14:01:00.000Z",
          "exitTs": 1712240820,
          "dir": -1,
          "entryPrice": 2291.895,
          "exitPrice": 2295.396,
          "stopDistance": 3.501,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 26
        },
        {
          "entryTs": 1712248740,
          "entryUtc": "2024-04-04T16:39:00.000Z",
          "exitTs": 1712254740,
          "dir": 1,
          "entryPrice": 2288.275,
          "exitPrice": 2299.33,
          "stopDistance": 5.528,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 100
        },
        {
          "entryTs": 1712259360,
          "entryUtc": "2024-04-04T19:36:00.000Z",
          "exitTs": 1712259480,
          "dir": 1,
          "entryPrice": 2290.105,
          "exitPrice": 2284.906,
          "stopDistance": 5.199,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 2
        },
        {
          "entryTs": 1712269320,
          "entryUtc": "2024-04-04T22:22:00.000Z",
          "exitTs": 1712279700,
          "dir": -1,
          "entryPrice": 2292.557,
          "exitPrice": 2276.471,
          "stopDistance": 8.043,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 173
        },
        {
          "entryTs": 1712298060,
          "entryUtc": "2024-04-05T06:21:00.000Z",
          "exitTs": 1712303220,
          "dir": 1,
          "entryPrice": 2279.045,
          "exitPrice": 2288.828,
          "stopDistance": 4.891,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 86
        },
        {
          "entryTs": 1712318160,
          "entryUtc": "2024-04-05T11:56:00.000Z",
          "exitTs": 1712320200,
          "dir": 1,
          "entryPrice": 2290.377,
          "exitPrice": 2284.952,
          "stopDistance": 5.425,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 34
        },
        {
          "entryTs": 1712321100,
          "entryUtc": "2024-04-05T12:45:00.000Z",
          "exitTs": 1712323080,
          "dir": -1,
          "entryPrice": 2289.158,
          "exitPrice": 2295.374,
          "stopDistance": 6.216,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 33
        },
        {
          "entryTs": 1712348340,
          "entryUtc": "2024-04-05T20:19:00.000Z",
          "exitTs": 1712527200,
          "dir": -1,
          "entryPrice": 2324.405,
          "exitPrice": 2322.495,
          "stopDistance": 6.543,
          "outcome": "time",
          "netR": 0.2354,
          "holdMinutes": 2981
        },
        {
          "entryTs": 1712574180,
          "entryUtc": "2024-04-08T11:03:00.000Z",
          "exitTs": 1712577720,
          "dir": 1,
          "entryPrice": 2338.325,
          "exitPrice": 2332.222,
          "stopDistance": 6.103,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 59
        },
        {
          "entryTs": 1712581380,
          "entryUtc": "2024-04-08T13:03:00.000Z",
          "exitTs": 1712600640,
          "dir": -1,
          "entryPrice": 2332.995,
          "exitPrice": 2340.295,
          "stopDistance": 7.3,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 321
        },
        {
          "entryTs": 1712620320,
          "entryUtc": "2024-04-08T23:52:00.000Z",
          "exitTs": 1712626380,
          "dir": 1,
          "entryPrice": 2338.425,
          "exitPrice": 2345.965,
          "stopDistance": 3.77,
          "outcome": "target",
          "netR": 1.9019,
          "holdMinutes": 101
        },
        {
          "entryTs": 1712642160,
          "entryUtc": "2024-04-09T05:56:00.000Z",
          "exitTs": 1712646840,
          "dir": 1,
          "entryPrice": 2345.406,
          "exitPrice": 2352.756,
          "stopDistance": 3.675,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 78
        },
        {
          "entryTs": 1712662560,
          "entryUtc": "2024-04-09T11:36:00.000Z",
          "exitTs": 1712665560,
          "dir": 1,
          "entryPrice": 2351.676,
          "exitPrice": 2346.686,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 50
        },
        {
          "entryTs": 1712667000,
          "entryUtc": "2024-04-09T12:50:00.000Z",
          "exitTs": 1712669700,
          "dir": -1,
          "entryPrice": 2351.216,
          "exitPrice": 2357.483,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 45
        },
        {
          "entryTs": 1712673540,
          "entryUtc": "2024-04-09T14:39:00.000Z",
          "exitTs": 1712673720,
          "dir": 1,
          "entryPrice": 2353.851,
          "exitPrice": 2346.811,
          "stopDistance": 7.04,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 3
        },
        {
          "entryTs": 1712707800,
          "entryUtc": "2024-04-10T00:10:00.000Z",
          "exitTs": 1712710920,
          "dir": 1,
          "entryPrice": 2353.251,
          "exitPrice": 2349.149,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 52
        },
        {
          "entryTs": 1712714400,
          "entryUtc": "2024-04-10T02:00:00.000Z",
          "exitTs": 1712723460,
          "dir": -1,
          "entryPrice": 2350.065,
          "exitPrice": 2354.292,
          "stopDistance": 4.227,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 151
        },
        {
          "entryTs": 1712732400,
          "entryUtc": "2024-04-10T07:00:00.000Z",
          "exitTs": 1712741400,
          "dir": -1,
          "entryPrice": 2357.01,
          "exitPrice": 2348.753,
          "stopDistance": 4.128,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 150
        },
        {
          "entryTs": 1712753100,
          "entryUtc": "2024-04-10T12:45:00.000Z",
          "exitTs": 1712753340,
          "dir": -1,
          "entryPrice": 2339.027,
          "exitPrice": 2345.131,
          "stopDistance": 6.103,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 4
        },
        {
          "entryTs": 1712769780,
          "entryUtc": "2024-04-10T17:23:00.000Z",
          "exitTs": 1712770440,
          "dir": -1,
          "entryPrice": 2333.205,
          "exitPrice": 2343.381,
          "stopDistance": 10.176,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 11
        },
        {
          "entryTs": 1712830680,
          "entryUtc": "2024-04-11T10:18:00.000Z",
          "exitTs": 1712838600,
          "dir": -1,
          "entryPrice": 2336.135,
          "exitPrice": 2341.23,
          "stopDistance": 5.095,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 132
        },
        {
          "entryTs": 1712845020,
          "entryUtc": "2024-04-11T14:17:00.000Z",
          "exitTs": 1712853960,
          "dir": 1,
          "entryPrice": 2336.276,
          "exitPrice": 2348.452,
          "stopDistance": 6.088,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 149
        },
        {
          "entryTs": 1712893740,
          "entryUtc": "2024-04-12T03:49:00.000Z",
          "exitTs": 1712905740,
          "dir": 1,
          "entryPrice": 2382.895,
          "exitPrice": 2395.542,
          "stopDistance": 6.323,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 200
        },
        {
          "entryTs": 1712935620,
          "entryUtc": "2024-04-12T15:27:00.000Z",
          "exitTs": 1712935860,
          "dir": 1,
          "entryPrice": 2398.2,
          "exitPrice": 2391.523,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 4
        },
        {
          "entryTs": 1713133440,
          "entryUtc": "2024-04-14T22:24:00.000Z",
          "exitTs": 1713188580,
          "dir": 1,
          "entryPrice": 2357.035,
          "exitPrice": 2344.358,
          "stopDistance": 12.677,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 919
        },
        {
          "entryTs": 1713192780,
          "entryUtc": "2024-04-15T14:53:00.000Z",
          "exitTs": 1713200040,
          "dir": -1,
          "entryPrice": 2352.045,
          "exitPrice": 2359.598,
          "stopDistance": 7.553,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 121
        },
        {
          "entryTs": 1713226800,
          "entryUtc": "2024-04-16T00:20:00.000Z",
          "exitTs": 1713249780,
          "dir": -1,
          "entryPrice": 2384.065,
          "exitPrice": 2370.707,
          "stopDistance": 6.679,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 383
        },
        {
          "entryTs": 1713272700,
          "entryUtc": "2024-04-16T13:05:00.000Z",
          "exitTs": 1713275820,
          "dir": 1,
          "entryPrice": 2372.62,
          "exitPrice": 2366.641,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 52
        },
        {
          "entryTs": 1713276120,
          "entryUtc": "2024-04-16T14:02:00.000Z",
          "exitTs": 1713279060,
          "dir": -1,
          "entryPrice": 2370.047,
          "exitPrice": 2378.003,
          "stopDistance": 7.957,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 49
        },
        {
          "entryTs": 1713289920,
          "entryUtc": "2024-04-16T17:52:00.000Z",
          "exitTs": 1713371820,
          "dir": 1,
          "entryPrice": 2380.781,
          "exitPrice": 2371.308,
          "stopDistance": 9.473,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 1365
        },
        {
          "entryTs": 1713391260,
          "entryUtc": "2024-04-17T22:01:00.000Z",
          "exitTs": 1713402180,
          "dir": -1,
          "entryPrice": 2363.965,
          "exitPrice": 2371.644,
          "stopDistance": 7.679,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 182
        },
        {
          "entryTs": 1713403740,
          "entryUtc": "2024-04-18T01:29:00.000Z",
          "exitTs": 1713420060,
          "dir": 1,
          "entryPrice": 2366.025,
          "exitPrice": 2377.139,
          "stopDistance": 5.557,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 272
        },
        {
          "entryTs": 1713426300,
          "entryUtc": "2024-04-18T07:45:00.000Z",
          "exitTs": 1713427680,
          "dir": -1,
          "entryPrice": 2375.455,
          "exitPrice": 2379.413,
          "stopDistance": 3.958,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 23
        },
        {
          "entryTs": 1713435600,
          "entryUtc": "2024-04-18T10:20:00.000Z",
          "exitTs": 1713436320,
          "dir": -1,
          "entryPrice": 2379.075,
          "exitPrice": 2382.499,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 12
        },
        {
          "entryTs": 1713438840,
          "entryUtc": "2024-04-18T11:14:00.000Z",
          "exitTs": 1713445200,
          "dir": 1,
          "entryPrice": 2380.005,
          "exitPrice": 2387.474,
          "stopDistance": 3.735,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 106
        },
        {
          "entryTs": 1713447300,
          "entryUtc": "2024-04-18T13:35:00.000Z",
          "exitTs": 1713447300,
          "dir": 1,
          "entryPrice": 2379.255,
          "exitPrice": 2386.828,
          "stopDistance": 3.786,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 0
        },
        {
          "entryTs": 1713448080,
          "entryUtc": "2024-04-18T13:48:00.000Z",
          "exitTs": 1713459480,
          "dir": -1,
          "entryPrice": 2381.321,
          "exitPrice": 2388.351,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 190
        },
        {
          "entryTs": 1713461040,
          "entryUtc": "2024-04-18T17:24:00.000Z",
          "exitTs": 1713485640,
          "dir": 1,
          "entryPrice": 2383.552,
          "exitPrice": 2375.728,
          "stopDistance": 7.824,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 410
        },
        {
          "entryTs": 1713487860,
          "entryUtc": "2024-04-19T00:51:00.000Z",
          "exitTs": 1713488580,
          "dir": -1,
          "entryPrice": 2378.05,
          "exitPrice": 2381.991,
          "stopDistance": 3.941,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 12
        },
        {
          "entryTs": 1713496740,
          "entryUtc": "2024-04-19T03:19:00.000Z",
          "exitTs": 1713510840,
          "dir": 1,
          "entryPrice": 2383.11,
          "exitPrice": 2393.427,
          "stopDistance": 5.158,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 235
        },
        {
          "entryTs": 1713513420,
          "entryUtc": "2024-04-19T07:57:00.000Z",
          "exitTs": 1713524640,
          "dir": 1,
          "entryPrice": 2385.106,
          "exitPrice": 2375.94,
          "stopDistance": 9.166,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 187
        },
        {
          "entryTs": 1713526680,
          "entryUtc": "2024-04-19T11:38:00.000Z",
          "exitTs": 1713533820,
          "dir": -1,
          "entryPrice": 2378.547,
          "exitPrice": 2385.61,
          "stopDistance": 7.063,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 119
        },
        {
          "entryTs": 1713534540,
          "entryUtc": "2024-04-19T13:49:00.000Z",
          "exitTs": 1713539820,
          "dir": 1,
          "entryPrice": 2379.751,
          "exitPrice": 2394.99,
          "stopDistance": 7.619,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 88
        },
        {
          "entryTs": 1713548820,
          "entryUtc": "2024-04-19T17:47:00.000Z",
          "exitTs": 1713556500,
          "dir": 1,
          "entryPrice": 2394.35,
          "exitPrice": 2387.054,
          "stopDistance": 7.296,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 128
        },
        {
          "entryTs": 1713765600,
          "entryUtc": "2024-04-22T06:00:00.000Z",
          "exitTs": 1713768420,
          "dir": -1,
          "entryPrice": 2366.78,
          "exitPrice": 2355.516,
          "stopDistance": 5.632,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 47
        },
        {
          "entryTs": 1713796680,
          "entryUtc": "2024-04-22T14:38:00.000Z",
          "exitTs": 1713809340,
          "dir": -1,
          "entryPrice": 2342.198,
          "exitPrice": 2325.618,
          "stopDistance": 8.29,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 211
        },
        {
          "entryTs": 1713812940,
          "entryUtc": "2024-04-22T19:09:00.000Z",
          "exitTs": 1713836280,
          "dir": -1,
          "entryPrice": 2329.934,
          "exitPrice": 2316.363,
          "stopDistance": 6.785,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 389
        },
        {
          "entryTs": 1713851460,
          "entryUtc": "2024-04-23T05:51:00.000Z",
          "exitTs": 1713863460,
          "dir": 1,
          "entryPrice": 2306.38,
          "exitPrice": 2298.474,
          "stopDistance": 7.906,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 200
        },
        {
          "entryTs": 1713869220,
          "entryUtc": "2024-04-23T10:47:00.000Z",
          "exitTs": 1713875760,
          "dir": -1,
          "entryPrice": 2303.536,
          "exitPrice": 2310.633,
          "stopDistance": 7.096,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 109
        },
        {
          "entryTs": 1713921600,
          "entryUtc": "2024-04-24T01:20:00.000Z",
          "exitTs": 1713924120,
          "dir": -1,
          "entryPrice": 2322.44,
          "exitPrice": 2316.03,
          "stopDistance": 3.205,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 42
        },
        {
          "entryTs": 1713926820,
          "entryUtc": "2024-04-24T02:47:00.000Z",
          "exitTs": 1713928800,
          "dir": -1,
          "entryPrice": 2320.875,
          "exitPrice": 2324.702,
          "stopDistance": 3.827,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 33
        },
        {
          "entryTs": 1713964740,
          "entryUtc": "2024-04-24T13:19:00.000Z",
          "exitTs": 1713970200,
          "dir": 1,
          "entryPrice": 2317.985,
          "exitPrice": 2327.973,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 91
        },
        {
          "entryTs": 1713974340,
          "entryUtc": "2024-04-24T15:59:00.000Z",
          "exitTs": 1713990120,
          "dir": 1,
          "entryPrice": 2322.987,
          "exitPrice": 2316.255,
          "stopDistance": 6.732,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 263
        },
        {
          "entryTs": 1714007580,
          "entryUtc": "2024-04-25T01:13:00.000Z",
          "exitTs": 1714014660,
          "dir": 1,
          "entryPrice": 2316.35,
          "exitPrice": 2312.743,
          "stopDistance": 3.607,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 118
        },
        {
          "entryTs": 1714016700,
          "entryUtc": "2024-04-25T03:45:00.000Z",
          "exitTs": 1714021380,
          "dir": -1,
          "entryPrice": 2311.488,
          "exitPrice": 2316.41,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 78
        },
        {
          "entryTs": 1714044600,
          "entryUtc": "2024-04-25T11:30:00.000Z",
          "exitTs": 1714049520,
          "dir": 1,
          "entryPrice": 2326.617,
          "exitPrice": 2334.264,
          "stopDistance": 3.824,
          "outcome": "target",
          "netR": 1.9032,
          "holdMinutes": 82
        },
        {
          "entryTs": 1714052580,
          "entryUtc": "2024-04-25T13:43:00.000Z",
          "exitTs": 1714055520,
          "dir": -1,
          "entryPrice": 2324.005,
          "exitPrice": 2330.147,
          "stopDistance": 6.142,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 49
        },
        {
          "entryTs": 1714058520,
          "entryUtc": "2024-04-25T15:22:00.000Z",
          "exitTs": 1714116060,
          "dir": 1,
          "entryPrice": 2328.721,
          "exitPrice": 2346.972,
          "stopDistance": 9.126,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 959
        },
        {
          "entryTs": 1714124640,
          "entryUtc": "2024-04-26T09:44:00.000Z",
          "exitTs": 1714133460,
          "dir": 1,
          "entryPrice": 2348.192,
          "exitPrice": 2343.118,
          "stopDistance": 5.073,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 147
        },
        {
          "entryTs": 1714134600,
          "entryUtc": "2024-04-26T12:30:00.000Z",
          "exitTs": 1714135140,
          "dir": -1,
          "entryPrice": 2346.996,
          "exitPrice": 2351.197,
          "stopDistance": 4.201,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 9
        },
        {
          "entryTs": 1714136400,
          "entryUtc": "2024-04-26T13:00:00.000Z",
          "exitTs": 1714136640,
          "dir": -1,
          "entryPrice": 2344.725,
          "exitPrice": 2350.054,
          "stopDistance": 5.329,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 4
        },
        {
          "entryTs": 1714140300,
          "entryUtc": "2024-04-26T14:05:00.000Z",
          "exitTs": 1714142220,
          "dir": -1,
          "entryPrice": 2345.091,
          "exitPrice": 2333.002,
          "stopDistance": 6.045,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 32
        },
        {
          "entryTs": 1714159440,
          "entryUtc": "2024-04-26T19:24:00.000Z",
          "exitTs": 1714341600,
          "dir": 1,
          "entryPrice": 2336.395,
          "exitPrice": 2335.595,
          "stopDistance": 5.756,
          "outcome": "time",
          "netR": -0.2033,
          "holdMinutes": 3036
        },
        {
          "entryTs": 1714346940,
          "entryUtc": "2024-04-28T23:29:00.000Z",
          "exitTs": 1714352400,
          "dir": -1,
          "entryPrice": 2336.266,
          "exitPrice": 2327.498,
          "stopDistance": 4.384,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 91
        },
        {
          "entryTs": 1714373100,
          "entryUtc": "2024-04-29T06:45:00.000Z",
          "exitTs": 1714379400,
          "dir": 1,
          "entryPrice": 2328.325,
          "exitPrice": 2338.305,
          "stopDistance": 4.99,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 105
        },
        {
          "entryTs": 1714387440,
          "entryUtc": "2024-04-29T10:44:00.000Z",
          "exitTs": 1714391640,
          "dir": 1,
          "entryPrice": 2340.425,
          "exitPrice": 2336.096,
          "stopDistance": 4.329,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 70
        },
        {
          "entryTs": 1714415220,
          "entryUtc": "2024-04-29T18:27:00.000Z",
          "exitTs": 1714435200,
          "dir": 1,
          "entryPrice": 2338.298,
          "exitPrice": 2332.255,
          "stopDistance": 6.043,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 333
        },
        {
          "entryTs": 1714438800,
          "entryUtc": "2024-04-30T01:00:00.000Z",
          "exitTs": 1714444740,
          "dir": -1,
          "entryPrice": 2335.09,
          "exitPrice": 2327.338,
          "stopDistance": 3.876,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 99
        },
        {
          "entryTs": 1714476000,
          "entryUtc": "2024-04-30T11:20:00.000Z",
          "exitTs": 1714480200,
          "dir": -1,
          "entryPrice": 2315.27,
          "exitPrice": 2306.973,
          "stopDistance": 4.148,
          "outcome": "target",
          "netR": 1.9108,
          "holdMinutes": 70
        },
        {
          "entryTs": 1714505460,
          "entryUtc": "2024-04-30T19:31:00.000Z",
          "exitTs": 1714536900,
          "dir": -1,
          "entryPrice": 2293.582,
          "exitPrice": 2281.701,
          "stopDistance": 5.94,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 524
        },
        {
          "entryTs": 1714541640,
          "entryUtc": "2024-05-01T05:34:00.000Z",
          "exitTs": 1714556700,
          "dir": -1,
          "entryPrice": 2286.87,
          "exitPrice": 2290.404,
          "stopDistance": 3.534,
          "outcome": "stop",
          "netR": -1.1188,
          "holdMinutes": 251
        },
        {
          "entryTs": 1714586520,
          "entryUtc": "2024-05-01T18:02:00.000Z",
          "exitTs": 1714588140,
          "dir": -1,
          "entryPrice": 2304.93,
          "exitPrice": 2310.849,
          "stopDistance": 5.919,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 27
        },
        {
          "entryTs": 1714588320,
          "entryUtc": "2024-05-01T18:32:00.000Z",
          "exitTs": 1714588860,
          "dir": 1,
          "entryPrice": 2307.685,
          "exitPrice": 2322.253,
          "stopDistance": 7.284,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 9
        },
        {
          "entryTs": 1714630800,
          "entryUtc": "2024-05-02T06:20:00.000Z",
          "exitTs": 1714634040,
          "dir": -1,
          "entryPrice": 2317.895,
          "exitPrice": 2309.922,
          "stopDistance": 3.986,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 54
        },
        {
          "entryTs": 1714659780,
          "entryUtc": "2024-05-02T14:23:00.000Z",
          "exitTs": 1714661880,
          "dir": -1,
          "entryPrice": 2298.14,
          "exitPrice": 2304.336,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 35
        },
        {
          "entryTs": 1714678800,
          "entryUtc": "2024-05-02T19:40:00.000Z",
          "exitTs": 1714739040,
          "dir": 1,
          "entryPrice": 2301.645,
          "exitPrice": 2294.66,
          "stopDistance": 6.985,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 1004
        },
        {
          "entryTs": 1714739400,
          "entryUtc": "2024-05-03T12:30:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2300.455,
          "exitPrice": 2303.903,
          "stopDistance": 3.449,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 0
        },
        {
          "entryTs": 1714740300,
          "entryUtc": "2024-05-03T12:45:00.000Z",
          "exitTs": 1714743120,
          "dir": 1,
          "entryPrice": 2302.915,
          "exitPrice": 2296.625,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 47
        },
        {
          "entryTs": 1714744800,
          "entryUtc": "2024-05-03T14:00:00.000Z",
          "exitTs": 1714946400,
          "dir": -1,
          "entryPrice": 2298.857,
          "exitPrice": 2303.255,
          "stopDistance": 9.538,
          "outcome": "time",
          "netR": -0.4999,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1714957260,
          "entryUtc": "2024-05-06T01:01:00.000Z",
          "exitTs": 1714957320,
          "dir": -1,
          "entryPrice": 2299.655,
          "exitPrice": 2304.672,
          "stopDistance": 5.017,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 1
        },
        {
          "entryTs": 1714998900,
          "entryUtc": "2024-05-06T12:35:00.000Z",
          "exitTs": 1714999380,
          "dir": -1,
          "entryPrice": 2319.386,
          "exitPrice": 2323.613,
          "stopDistance": 4.226,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 8
        },
        {
          "entryTs": 1715000520,
          "entryUtc": "2024-05-06T13:02:00.000Z",
          "exitTs": 1715069580,
          "dir": 1,
          "entryPrice": 2321.786,
          "exitPrice": 2316.651,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 1151
        },
        {
          "entryTs": 1715084520,
          "entryUtc": "2024-05-07T12:22:00.000Z",
          "exitTs": 1715086980,
          "dir": -1,
          "entryPrice": 2313.477,
          "exitPrice": 2317.24,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 41
        },
        {
          "entryTs": 1715093820,
          "entryUtc": "2024-05-07T14:57:00.000Z",
          "exitTs": 1715101620,
          "dir": 1,
          "entryPrice": 2315.642,
          "exitPrice": 2311.106,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 130
        },
        {
          "entryTs": 1715111520,
          "entryUtc": "2024-05-07T19:52:00.000Z",
          "exitTs": 1715141820,
          "dir": -1,
          "entryPrice": 2314.51,
          "exitPrice": 2318.699,
          "stopDistance": 4.189,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 505
        },
        {
          "entryTs": 1715152200,
          "entryUtc": "2024-05-08T07:10:00.000Z",
          "exitTs": 1715154060,
          "dir": 1,
          "entryPrice": 2313.06,
          "exitPrice": 2309.888,
          "stopDistance": 3.172,
          "outcome": "stop",
          "netR": -1.1324,
          "holdMinutes": 31
        },
        {
          "entryTs": 1715162580,
          "entryUtc": "2024-05-08T10:03:00.000Z",
          "exitTs": 1715164560,
          "dir": -1,
          "entryPrice": 2313.23,
          "exitPrice": 2316.894,
          "stopDistance": 3.664,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 33
        },
        {
          "entryTs": 1715178180,
          "entryUtc": "2024-05-08T14:23:00.000Z",
          "exitTs": 1715184000,
          "dir": -1,
          "entryPrice": 2315.812,
          "exitPrice": 2320.372,
          "stopDistance": 4.56,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 97
        },
        {
          "entryTs": 1715186340,
          "entryUtc": "2024-05-08T16:39:00.000Z",
          "exitTs": 1715195400,
          "dir": 1,
          "entryPrice": 2316.395,
          "exitPrice": 2310.918,
          "stopDistance": 5.477,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 151
        },
        {
          "entryTs": 1715215440,
          "entryUtc": "2024-05-09T00:44:00.000Z",
          "exitTs": 1715218440,
          "dir": -1,
          "entryPrice": 2309.315,
          "exitPrice": 2311.796,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 50
        },
        {
          "entryTs": 1715219640,
          "entryUtc": "2024-05-09T01:54:00.000Z",
          "exitTs": 1715230380,
          "dir": 1,
          "entryPrice": 2309.967,
          "exitPrice": 2314.913,
          "stopDistance": 2.473,
          "outcome": "target",
          "netR": 1.8504,
          "holdMinutes": 179
        },
        {
          "entryTs": 1715250360,
          "entryUtc": "2024-05-09T10:26:00.000Z",
          "exitTs": 1715253900,
          "dir": -1,
          "entryPrice": 2309.925,
          "exitPrice": 2313.378,
          "stopDistance": 3.453,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 59
        },
        {
          "entryTs": 1715305560,
          "entryUtc": "2024-05-10T01:46:00.000Z",
          "exitTs": 1715319840,
          "dir": 1,
          "entryPrice": 2349.169,
          "exitPrice": 2356.623,
          "stopDistance": 3.727,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 238
        },
        {
          "entryTs": 1715334660,
          "entryUtc": "2024-05-10T09:51:00.000Z",
          "exitTs": 1715344500,
          "dir": 1,
          "entryPrice": 2370.005,
          "exitPrice": 2365.393,
          "stopDistance": 4.612,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 164
        },
        {
          "entryTs": 1715347620,
          "entryUtc": "2024-05-10T13:27:00.000Z",
          "exitTs": 1715351340,
          "dir": -1,
          "entryPrice": 2371.947,
          "exitPrice": 2361.582,
          "stopDistance": 5.182,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 62
        },
        {
          "entryTs": 1715367660,
          "entryUtc": "2024-05-10T19:01:00.000Z",
          "exitTs": 1715551200,
          "dir": 1,
          "entryPrice": 2365.756,
          "exitPrice": 2360.695,
          "stopDistance": 6.704,
          "outcome": "time",
          "netR": -0.8102,
          "holdMinutes": 3059
        },
        {
          "entryTs": 1715562060,
          "entryUtc": "2024-05-13T01:01:00.000Z",
          "exitTs": 1715562960,
          "dir": 1,
          "entryPrice": 2361.795,
          "exitPrice": 2358.588,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 15
        },
        {
          "entryTs": 1715610420,
          "entryUtc": "2024-05-13T14:27:00.000Z",
          "exitTs": 1715612640,
          "dir": -1,
          "entryPrice": 2345.125,
          "exitPrice": 2334.17,
          "stopDistance": 5.478,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 37
        },
        {
          "entryTs": 1715630400,
          "entryUtc": "2024-05-13T20:00:00.000Z",
          "exitTs": 1715659740,
          "dir": 1,
          "entryPrice": 2336.878,
          "exitPrice": 2344.477,
          "stopDistance": 3.799,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 489
        },
        {
          "entryTs": 1715665560,
          "entryUtc": "2024-05-14T05:46:00.000Z",
          "exitTs": 1715667660,
          "dir": 1,
          "entryPrice": 2344.137,
          "exitPrice": 2341.258,
          "stopDistance": 2.879,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 35
        },
        {
          "entryTs": 1715676240,
          "entryUtc": "2024-05-14T08:44:00.000Z",
          "exitTs": 1715677200,
          "dir": -1,
          "entryPrice": 2340.892,
          "exitPrice": 2344.263,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 16
        },
        {
          "entryTs": 1715691840,
          "entryUtc": "2024-05-14T13:04:00.000Z",
          "exitTs": 1715695260,
          "dir": 1,
          "entryPrice": 2346.202,
          "exitPrice": 2356.402,
          "stopDistance": 5.1,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 57
        },
        {
          "entryTs": 1715700060,
          "entryUtc": "2024-05-14T15:21:00.000Z",
          "exitTs": 1715757420,
          "dir": 1,
          "entryPrice": 2350.121,
          "exitPrice": 2363.076,
          "stopDistance": 6.478,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 956
        },
        {
          "entryTs": 1715776200,
          "entryUtc": "2024-05-15T12:30:00.000Z",
          "exitTs": 1715776200,
          "dir": -1,
          "entryPrice": 2370.68,
          "exitPrice": 2374.179,
          "stopDistance": 3.499,
          "outcome": "ambiguous",
          "netR": -1.12,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715777160,
          "entryUtc": "2024-05-15T12:46:00.000Z",
          "exitTs": 1715779080,
          "dir": 1,
          "entryPrice": 2373.44,
          "exitPrice": 2367.752,
          "stopDistance": 5.688,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 32
        },
        {
          "entryTs": 1715782980,
          "entryUtc": "2024-05-15T14:23:00.000Z",
          "exitTs": 1715785140,
          "dir": -1,
          "entryPrice": 2365.265,
          "exitPrice": 2372.982,
          "stopDistance": 7.717,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 36
        },
        {
          "entryTs": 1715806560,
          "entryUtc": "2024-05-15T20:56:00.000Z",
          "exitTs": 1715821200,
          "dir": 1,
          "entryPrice": 2385.991,
          "exitPrice": 2396.69,
          "stopDistance": 5.349,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 244
        },
        {
          "entryTs": 1715825280,
          "entryUtc": "2024-05-16T02:08:00.000Z",
          "exitTs": 1715855340,
          "dir": 1,
          "entryPrice": 2387.5,
          "exitPrice": 2383.051,
          "stopDistance": 4.449,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 501
        },
        {
          "entryTs": 1715865780,
          "entryUtc": "2024-05-16T13:23:00.000Z",
          "exitTs": 1715866500,
          "dir": -1,
          "entryPrice": 2382.006,
          "exitPrice": 2372.202,
          "stopDistance": 4.902,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 12
        },
        {
          "entryTs": 1715886420,
          "entryUtc": "2024-05-16T19:07:00.000Z",
          "exitTs": 1715927700,
          "dir": -1,
          "entryPrice": 2380.955,
          "exitPrice": 2385.579,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 688
        },
        {
          "entryTs": 1716158280,
          "entryUtc": "2024-05-19T22:38:00.000Z",
          "exitTs": 1716166800,
          "dir": 1,
          "entryPrice": 2416.866,
          "exitPrice": 2429.857,
          "stopDistance": 6.495,
          "outcome": "target",
          "netR": 1.943,
          "holdMinutes": 142
        },
        {
          "entryTs": 1716187020,
          "entryUtc": "2024-05-20T06:37:00.000Z",
          "exitTs": 1716196200,
          "dir": 1,
          "entryPrice": 2434.615,
          "exitPrice": 2446.284,
          "stopDistance": 5.835,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 153
        },
        {
          "entryTs": 1716198540,
          "entryUtc": "2024-05-20T09:49:00.000Z",
          "exitTs": 1716203640,
          "dir": 1,
          "entryPrice": 2441.227,
          "exitPrice": 2433.714,
          "stopDistance": 7.513,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 85
        },
        {
          "entryTs": 1716235620,
          "entryUtc": "2024-05-20T20:07:00.000Z",
          "exitTs": 1716257640,
          "dir": 1,
          "entryPrice": 2424.753,
          "exitPrice": 2417.17,
          "stopDistance": 7.583,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 367
        },
        {
          "entryTs": 1716275520,
          "entryUtc": "2024-05-21T07:12:00.000Z",
          "exitTs": 1716277080,
          "dir": -1,
          "entryPrice": 2413.715,
          "exitPrice": 2419.687,
          "stopDistance": 5.972,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 26
        },
        {
          "entryTs": 1716277920,
          "entryUtc": "2024-05-21T07:52:00.000Z",
          "exitTs": 1716297900,
          "dir": 1,
          "entryPrice": 2417.536,
          "exitPrice": 2430.13,
          "stopDistance": 6.297,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 333
        },
        {
          "entryTs": 1716304800,
          "entryUtc": "2024-05-21T15:20:00.000Z",
          "exitTs": 1716306240,
          "dir": 1,
          "entryPrice": 2429.236,
          "exitPrice": 2423.052,
          "stopDistance": 6.185,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 24
        },
        {
          "entryTs": 1716318120,
          "entryUtc": "2024-05-21T19:02:00.000Z",
          "exitTs": 1716378000,
          "dir": -1,
          "entryPrice": 2421.001,
          "exitPrice": 2409.732,
          "stopDistance": 5.635,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 998
        },
        {
          "entryTs": 1716425700,
          "entryUtc": "2024-05-23T00:55:00.000Z",
          "exitTs": 1716427200,
          "dir": 1,
          "entryPrice": 2379.145,
          "exitPrice": 2374.246,
          "stopDistance": 4.899,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 25
        },
        {
          "entryTs": 1716467520,
          "entryUtc": "2024-05-23T12:32:00.000Z",
          "exitTs": 1716471900,
          "dir": 1,
          "entryPrice": 2364.71,
          "exitPrice": 2359.788,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 73
        },
        {
          "entryTs": 1716472800,
          "entryUtc": "2024-05-23T14:00:00.000Z",
          "exitTs": 1716474780,
          "dir": -1,
          "entryPrice": 2359.852,
          "exitPrice": 2345.378,
          "stopDistance": 7.237,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 33
        },
        {
          "entryTs": 1716509880,
          "entryUtc": "2024-05-24T00:18:00.000Z",
          "exitTs": 1716517740,
          "dir": 1,
          "entryPrice": 2329.766,
          "exitPrice": 2325.628,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 131
        },
        {
          "entryTs": 1716518160,
          "entryUtc": "2024-05-24T02:36:00.000Z",
          "exitTs": 1716526260,
          "dir": -1,
          "entryPrice": 2329.506,
          "exitPrice": 2334.194,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 135
        },
        {
          "entryTs": 1716542880,
          "entryUtc": "2024-05-24T09:28:00.000Z",
          "exitTs": 1716553800,
          "dir": 1,
          "entryPrice": 2339.55,
          "exitPrice": 2335.338,
          "stopDistance": 4.212,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 182
        },
        {
          "entryTs": 1716558420,
          "entryUtc": "2024-05-24T13:47:00.000Z",
          "exitTs": 1716564120,
          "dir": 1,
          "entryPrice": 2339.906,
          "exitPrice": 2334.821,
          "stopDistance": 5.085,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 95
        },
        {
          "entryTs": 1716761880,
          "entryUtc": "2024-05-26T22:18:00.000Z",
          "exitTs": 1716777900,
          "dir": 1,
          "entryPrice": 2334.48,
          "exitPrice": 2341.17,
          "stopDistance": 3.345,
          "outcome": "target",
          "netR": 1.8894,
          "holdMinutes": 267
        },
        {
          "entryTs": 1716797700,
          "entryUtc": "2024-05-27T08:15:00.000Z",
          "exitTs": 1716800220,
          "dir": -1,
          "entryPrice": 2342.12,
          "exitPrice": 2345.693,
          "stopDistance": 3.573,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 42
        },
        {
          "entryTs": 1716814260,
          "entryUtc": "2024-05-27T12:51:00.000Z",
          "exitTs": 1716817620,
          "dir": 1,
          "entryPrice": 2346.404,
          "exitPrice": 2353.373,
          "stopDistance": 3.484,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 56
        },
        {
          "entryTs": 1716828480,
          "entryUtc": "2024-05-27T16:48:00.000Z",
          "exitTs": 1716876660,
          "dir": -1,
          "entryPrice": 2355.208,
          "exitPrice": 2347.189,
          "stopDistance": 4.009,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 803
        },
        {
          "entryTs": 1716885600,
          "entryUtc": "2024-05-28T08:40:00.000Z",
          "exitTs": 1716896760,
          "dir": -1,
          "entryPrice": 2342.745,
          "exitPrice": 2346.501,
          "stopDistance": 3.756,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 186
        },
        {
          "entryTs": 1716897660,
          "entryUtc": "2024-05-28T12:01:00.000Z",
          "exitTs": 1716898740,
          "dir": 1,
          "entryPrice": 2345.901,
          "exitPrice": 2352.203,
          "stopDistance": 3.151,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 18
        },
        {
          "entryTs": 1716904560,
          "entryUtc": "2024-05-28T13:56:00.000Z",
          "exitTs": 1716905040,
          "dir": 1,
          "entryPrice": 2353.715,
          "exitPrice": 2348.923,
          "stopDistance": 4.792,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 8
        },
        {
          "entryTs": 1716907860,
          "entryUtc": "2024-05-28T14:51:00.000Z",
          "exitTs": 1716911340,
          "dir": -1,
          "entryPrice": 2355.975,
          "exitPrice": 2361.549,
          "stopDistance": 5.574,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 58
        },
        {
          "entryTs": 1716944400,
          "entryUtc": "2024-05-29T01:00:00.000Z",
          "exitTs": 1716963420,
          "dir": 1,
          "entryPrice": 2357,
          "exitPrice": 2352.912,
          "stopDistance": 4.088,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 317
        },
        {
          "entryTs": 1716981240,
          "entryUtc": "2024-05-29T11:14:00.000Z",
          "exitTs": 1716983580,
          "dir": 1,
          "entryPrice": 2343.938,
          "exitPrice": 2339.849,
          "stopDistance": 4.089,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 39
        },
        {
          "entryTs": 1716985620,
          "entryUtc": "2024-05-29T12:27:00.000Z",
          "exitTs": 1717029420,
          "dir": -1,
          "entryPrice": 2342.776,
          "exitPrice": 2334.058,
          "stopDistance": 4.359,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 730
        },
        {
          "entryTs": 1717030800,
          "entryUtc": "2024-05-30T01:00:00.000Z",
          "exitTs": 1717036740,
          "dir": -1,
          "entryPrice": 2337.425,
          "exitPrice": 2331.763,
          "stopDistance": 2.831,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 99
        },
        {
          "entryTs": 1717040340,
          "entryUtc": "2024-05-30T03:39:00.000Z",
          "exitTs": 1717047240,
          "dir": -1,
          "entryPrice": 2333.822,
          "exitPrice": 2325.682,
          "stopDistance": 4.07,
          "outcome": "target",
          "netR": 1.9091,
          "holdMinutes": 115
        },
        {
          "entryTs": 1717052580,
          "entryUtc": "2024-05-30T07:03:00.000Z",
          "exitTs": 1717066740,
          "dir": -1,
          "entryPrice": 2335.792,
          "exitPrice": 2339.453,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 236
        },
        {
          "entryTs": 1717069860,
          "entryUtc": "2024-05-30T11:51:00.000Z",
          "exitTs": 1717076460,
          "dir": 1,
          "entryPrice": 2336.29,
          "exitPrice": 2346.132,
          "stopDistance": 4.921,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 110
        },
        {
          "entryTs": 1717086780,
          "entryUtc": "2024-05-30T16:33:00.000Z",
          "exitTs": 1717159440,
          "dir": -1,
          "entryPrice": 2346.231,
          "exitPrice": 2351.774,
          "stopDistance": 5.543,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 1211
        },
        {
          "entryTs": 1717163580,
          "entryUtc": "2024-05-31T13:53:00.000Z",
          "exitTs": 1717164600,
          "dir": 1,
          "entryPrice": 2346.975,
          "exitPrice": 2343.2,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 17
        },
        {
          "entryTs": 1717187880,
          "entryUtc": "2024-05-31T20:38:00.000Z",
          "exitTs": 1717365600,
          "dir": -1,
          "entryPrice": 2329.446,
          "exitPrice": 2328.735,
          "stopDistance": 5.98,
          "outcome": "time",
          "netR": 0.0571,
          "holdMinutes": 2962
        },
        {
          "entryTs": 1717383180,
          "entryUtc": "2024-06-03T02:53:00.000Z",
          "exitTs": 1717386660,
          "dir": 1,
          "entryPrice": 2325.655,
          "exitPrice": 2321.809,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 58
        },
        {
          "entryTs": 1717397280,
          "entryUtc": "2024-06-03T06:48:00.000Z",
          "exitTs": 1717398120,
          "dir": -1,
          "entryPrice": 2319.746,
          "exitPrice": 2324.276,
          "stopDistance": 4.529,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 14
        },
        {
          "entryTs": 1717400340,
          "entryUtc": "2024-06-03T07:39:00.000Z",
          "exitTs": 1717417920,
          "dir": 1,
          "entryPrice": 2323,
          "exitPrice": 2333.157,
          "stopDistance": 5.079,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 293
        },
        {
          "entryTs": 1717444680,
          "entryUtc": "2024-06-03T19:58:00.000Z",
          "exitTs": 1717461120,
          "dir": -1,
          "entryPrice": 2347.396,
          "exitPrice": 2352.441,
          "stopDistance": 5.045,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 274
        },
        {
          "entryTs": 1717462380,
          "entryUtc": "2024-06-04T00:53:00.000Z",
          "exitTs": 1717463580,
          "dir": 1,
          "entryPrice": 2351.15,
          "exitPrice": 2348.335,
          "stopDistance": 2.815,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 20
        },
        {
          "entryTs": 1717482780,
          "entryUtc": "2024-06-04T06:33:00.000Z",
          "exitTs": 1717484280,
          "dir": 1,
          "entryPrice": 2347.45,
          "exitPrice": 2344.326,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 25
        },
        {
          "entryTs": 1717503660,
          "entryUtc": "2024-06-04T12:21:00.000Z",
          "exitTs": 1717505700,
          "dir": -1,
          "entryPrice": 2330.052,
          "exitPrice": 2334.429,
          "stopDistance": 4.376,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 34
        },
        {
          "entryTs": 1717508040,
          "entryUtc": "2024-06-04T13:34:00.000Z",
          "exitTs": 1717508640,
          "dir": 1,
          "entryPrice": 2332.27,
          "exitPrice": 2327.356,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 10
        },
        {
          "entryTs": 1717509600,
          "entryUtc": "2024-06-04T14:00:00.000Z",
          "exitTs": 1717510980,
          "dir": -1,
          "entryPrice": 2328.367,
          "exitPrice": 2316.3,
          "stopDistance": 6.033,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 23
        },
        {
          "entryTs": 1717545720,
          "entryUtc": "2024-06-05T00:02:00.000Z",
          "exitTs": 1717556400,
          "dir": 1,
          "entryPrice": 2328.087,
          "exitPrice": 2333.457,
          "stopDistance": 2.685,
          "outcome": "target",
          "netR": 1.8622,
          "holdMinutes": 178
        },
        {
          "entryTs": 1717567860,
          "entryUtc": "2024-06-05T06:11:00.000Z",
          "exitTs": 1717568100,
          "dir": 1,
          "entryPrice": 2334.337,
          "exitPrice": 2331.532,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 4
        },
        {
          "entryTs": 1717585620,
          "entryUtc": "2024-06-05T11:07:00.000Z",
          "exitTs": 1717591920,
          "dir": 1,
          "entryPrice": 2332.98,
          "exitPrice": 2340.73,
          "stopDistance": 3.875,
          "outcome": "target",
          "netR": 1.9045,
          "holdMinutes": 105
        },
        {
          "entryTs": 1717615920,
          "entryUtc": "2024-06-05T19:32:00.000Z",
          "exitTs": 1717636680,
          "dir": 1,
          "entryPrice": 2353.933,
          "exitPrice": 2364.474,
          "stopDistance": 5.271,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 346
        },
        {
          "entryTs": 1717643820,
          "entryUtc": "2024-06-06T03:17:00.000Z",
          "exitTs": 1717655280,
          "dir": 1,
          "entryPrice": 2369.777,
          "exitPrice": 2365.014,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 191
        },
        {
          "entryTs": 1717676100,
          "entryUtc": "2024-06-06T12:15:00.000Z",
          "exitTs": 1717677000,
          "dir": -1,
          "entryPrice": 2359.301,
          "exitPrice": 2362.77,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 15
        },
        {
          "entryTs": 1717680060,
          "entryUtc": "2024-06-06T13:21:00.000Z",
          "exitTs": 1717680600,
          "dir": -1,
          "entryPrice": 2357.585,
          "exitPrice": 2362.223,
          "stopDistance": 4.638,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 9
        },
        {
          "entryTs": 1717701300,
          "entryUtc": "2024-06-06T19:15:00.000Z",
          "exitTs": 1717722000,
          "dir": -1,
          "entryPrice": 2373.651,
          "exitPrice": 2379.364,
          "stopDistance": 5.713,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 345
        },
        {
          "entryTs": 1717722420,
          "entryUtc": "2024-06-07T01:07:00.000Z",
          "exitTs": 1717722720,
          "dir": 1,
          "entryPrice": 2377.486,
          "exitPrice": 2374.612,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 5
        },
        {
          "entryTs": 1717728480,
          "entryUtc": "2024-06-07T02:48:00.000Z",
          "exitTs": 1717731360,
          "dir": -1,
          "entryPrice": 2375.421,
          "exitPrice": 2378.847,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 48
        },
        {
          "entryTs": 1717739820,
          "entryUtc": "2024-06-07T05:57:00.000Z",
          "exitTs": 1717747260,
          "dir": 1,
          "entryPrice": 2375.562,
          "exitPrice": 2371.401,
          "stopDistance": 4.16,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 124
        },
        {
          "entryTs": 1717766640,
          "entryUtc": "2024-06-07T13:24:00.000Z",
          "exitTs": 1717768260,
          "dir": -1,
          "entryPrice": 2326.344,
          "exitPrice": 2308.541,
          "stopDistance": 8.902,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 27
        },
        {
          "entryTs": 1717997460,
          "entryUtc": "2024-06-10T05:31:00.000Z",
          "exitTs": 1718001780,
          "dir": -1,
          "entryPrice": 2296.871,
          "exitPrice": 2288.837,
          "stopDistance": 4.017,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 72
        },
        {
          "entryTs": 1718052780,
          "entryUtc": "2024-06-10T20:53:00.000Z",
          "exitTs": 1718070900,
          "dir": -1,
          "entryPrice": 2310.368,
          "exitPrice": 2302.852,
          "stopDistance": 3.758,
          "outcome": "target",
          "netR": 1.9015,
          "holdMinutes": 302
        },
        {
          "entryTs": 1718080620,
          "entryUtc": "2024-06-11T04:37:00.000Z",
          "exitTs": 1718084460,
          "dir": 1,
          "entryPrice": 2301.422,
          "exitPrice": 2297.719,
          "stopDistance": 3.703,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 64
        },
        {
          "entryTs": 1718098200,
          "entryUtc": "2024-06-11T09:30:00.000Z",
          "exitTs": 1718107380,
          "dir": 1,
          "entryPrice": 2302.03,
          "exitPrice": 2309.058,
          "stopDistance": 3.514,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 153
        },
        {
          "entryTs": 1718128200,
          "entryUtc": "2024-06-11T17:50:00.000Z",
          "exitTs": 1718145960,
          "dir": -1,
          "entryPrice": 2312.13,
          "exitPrice": 2317.209,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 296
        },
        {
          "entryTs": 1718147760,
          "entryUtc": "2024-06-11T23:16:00.000Z",
          "exitTs": 1718154360,
          "dir": 1,
          "entryPrice": 2314.74,
          "exitPrice": 2311.708,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 110
        },
        {
          "entryTs": 1718162520,
          "entryUtc": "2024-06-12T03:22:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2315.417,
          "exitPrice": 2317.969,
          "stopDistance": 2.552,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 548
        },
        {
          "entryTs": 1718215200,
          "entryUtc": "2024-06-12T18:00:00.000Z",
          "exitTs": 1718218080,
          "dir": 1,
          "entryPrice": 2328.997,
          "exitPrice": 2322.364,
          "stopDistance": 6.632,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 48
        },
        {
          "entryTs": 1718238840,
          "entryUtc": "2024-06-13T00:34:00.000Z",
          "exitTs": 1718241180,
          "dir": -1,
          "entryPrice": 2322.771,
          "exitPrice": 2313.974,
          "stopDistance": 4.399,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 39
        },
        {
          "entryTs": 1718258640,
          "entryUtc": "2024-06-13T06:04:00.000Z",
          "exitTs": 1718263200,
          "dir": -1,
          "entryPrice": 2312.592,
          "exitPrice": 2317.043,
          "stopDistance": 4.451,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 76
        },
        {
          "entryTs": 1718276220,
          "entryUtc": "2024-06-13T10:57:00.000Z",
          "exitTs": 1718276760,
          "dir": 1,
          "entryPrice": 2316.825,
          "exitPrice": 2313.048,
          "stopDistance": 3.777,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 9
        },
        {
          "entryTs": 1718281800,
          "entryUtc": "2024-06-13T12:30:00.000Z",
          "exitTs": 1718281800,
          "dir": -1,
          "entryPrice": 2314.745,
          "exitPrice": 2318.87,
          "stopDistance": 4.125,
          "outcome": "ambiguous",
          "netR": -1.1018,
          "holdMinutes": 0
        },
        {
          "entryTs": 1718286600,
          "entryUtc": "2024-06-13T13:50:00.000Z",
          "exitTs": 1718287560,
          "dir": 1,
          "entryPrice": 2314.17,
          "exitPrice": 2307.233,
          "stopDistance": 6.937,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 16
        },
        {
          "entryTs": 1718323200,
          "entryUtc": "2024-06-14T00:00:00.000Z",
          "exitTs": 1718327400,
          "dir": -1,
          "entryPrice": 2303.047,
          "exitPrice": 2305.9,
          "stopDistance": 2.853,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 70
        },
        {
          "entryTs": 1718328420,
          "entryUtc": "2024-06-14T01:27:00.000Z",
          "exitTs": 1718343240,
          "dir": 1,
          "entryPrice": 2303.84,
          "exitPrice": 2309.208,
          "stopDistance": 2.684,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 247
        },
        {
          "entryTs": 1718371860,
          "entryUtc": "2024-06-14T13:31:00.000Z",
          "exitTs": 1718575200,
          "dir": 1,
          "entryPrice": 2325.495,
          "exitPrice": 2332.148,
          "stopDistance": 5.227,
          "outcome": "time",
          "netR": 1.202,
          "holdMinutes": 3389
        },
        {
          "entryTs": 1718599020,
          "entryUtc": "2024-06-17T04:37:00.000Z",
          "exitTs": 1718603880,
          "dir": -1,
          "entryPrice": 2325.095,
          "exitPrice": 2317.997,
          "stopDistance": 3.549,
          "outcome": "target",
          "netR": 1.8957,
          "holdMinutes": 81
        },
        {
          "entryTs": 1718613240,
          "entryUtc": "2024-06-17T08:34:00.000Z",
          "exitTs": 1718630340,
          "dir": 1,
          "entryPrice": 2318.33,
          "exitPrice": 2326.005,
          "stopDistance": 3.838,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 285
        },
        {
          "entryTs": 1718631660,
          "entryUtc": "2024-06-17T13:41:00.000Z",
          "exitTs": 1718638380,
          "dir": 1,
          "entryPrice": 2321.185,
          "exitPrice": 2317.09,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 112
        },
        {
          "entryTs": 1718665620,
          "entryUtc": "2024-06-17T23:07:00.000Z",
          "exitTs": 1718671380,
          "dir": 1,
          "entryPrice": 2319.586,
          "exitPrice": 2325.236,
          "stopDistance": 2.825,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 96
        },
        {
          "entryTs": 1718673360,
          "entryUtc": "2024-06-18T01:16:00.000Z",
          "exitTs": 1718694240,
          "dir": 1,
          "entryPrice": 2320.69,
          "exitPrice": 2318.132,
          "stopDistance": 2.558,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 348
        },
        {
          "entryTs": 1718710140,
          "entryUtc": "2024-06-18T11:29:00.000Z",
          "exitTs": 1718712960,
          "dir": -1,
          "entryPrice": 2311.006,
          "exitPrice": 2314.261,
          "stopDistance": 3.254,
          "outcome": "stop",
          "netR": -1.1291,
          "holdMinutes": 47
        },
        {
          "entryTs": 1718715360,
          "entryUtc": "2024-06-18T12:56:00.000Z",
          "exitTs": 1718718660,
          "dir": 1,
          "entryPrice": 2314.38,
          "exitPrice": 2323.434,
          "stopDistance": 4.527,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 55
        },
        {
          "entryTs": 1718751960,
          "entryUtc": "2024-06-18T23:06:00.000Z",
          "exitTs": 1718780700,
          "dir": -1,
          "entryPrice": 2329.062,
          "exitPrice": 2332.151,
          "stopDistance": 3.09,
          "outcome": "stop",
          "netR": -1.1359,
          "holdMinutes": 479
        },
        {
          "entryTs": 1718787960,
          "entryUtc": "2024-06-19T09:06:00.000Z",
          "exitTs": 1718789700,
          "dir": 1,
          "entryPrice": 2330.655,
          "exitPrice": 2328.152,
          "stopDistance": 2.503,
          "outcome": "stop",
          "netR": -1.1678,
          "holdMinutes": 29
        },
        {
          "entryTs": 1718796300,
          "entryUtc": "2024-06-19T11:25:00.000Z",
          "exitTs": 1718797560,
          "dir": -1,
          "entryPrice": 2327.745,
          "exitPrice": 2330.326,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 21
        },
        {
          "entryTs": 1718799900,
          "entryUtc": "2024-06-19T12:25:00.000Z",
          "exitTs": 1718800740,
          "dir": 1,
          "entryPrice": 2328.342,
          "exitPrice": 2325.628,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 14
        },
        {
          "entryTs": 1718846460,
          "entryUtc": "2024-06-20T01:21:00.000Z",
          "exitTs": 1718847240,
          "dir": 1,
          "entryPrice": 2331.076,
          "exitPrice": 2336.122,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718887260,
          "entryUtc": "2024-06-20T12:41:00.000Z",
          "exitTs": 1718888040,
          "dir": 1,
          "entryPrice": 2336.372,
          "exitPrice": 2343.344,
          "stopDistance": 3.486,
          "outcome": "target",
          "netR": 1.8939,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718932500,
          "entryUtc": "2024-06-21T01:15:00.000Z",
          "exitTs": 1718933640,
          "dir": 1,
          "entryPrice": 2360.266,
          "exitPrice": 2357.255,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 19
        },
        {
          "entryTs": 1718951700,
          "entryUtc": "2024-06-21T06:35:00.000Z",
          "exitTs": 1718953440,
          "dir": 1,
          "entryPrice": 2360.021,
          "exitPrice": 2357.181,
          "stopDistance": 2.84,
          "outcome": "stop",
          "netR": -1.1479,
          "holdMinutes": 29
        },
        {
          "entryTs": 1718956080,
          "entryUtc": "2024-06-21T07:48:00.000Z",
          "exitTs": 1718956860,
          "dir": -1,
          "entryPrice": 2361.835,
          "exitPrice": 2364.749,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718964360,
          "entryUtc": "2024-06-21T10:06:00.000Z",
          "exitTs": 1718976240,
          "dir": 1,
          "entryPrice": 2361.505,
          "exitPrice": 2357.739,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 198
        },
        {
          "entryTs": 1719195120,
          "entryUtc": "2024-06-24T02:12:00.000Z",
          "exitTs": 1719214080,
          "dir": 1,
          "entryPrice": 2320.59,
          "exitPrice": 2327.765,
          "stopDistance": 3.587,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 316
        },
        {
          "entryTs": 1719221520,
          "entryUtc": "2024-06-24T09:32:00.000Z",
          "exitTs": 1719221580,
          "dir": 1,
          "entryPrice": 2324.502,
          "exitPrice": 2321.113,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 1
        },
        {
          "entryTs": 1719268680,
          "entryUtc": "2024-06-24T22:38:00.000Z",
          "exitTs": 1719273960,
          "dir": 1,
          "entryPrice": 2332.707,
          "exitPrice": 2329.803,
          "stopDistance": 2.904,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 88
        },
        {
          "entryTs": 1719294000,
          "entryUtc": "2024-06-25T05:40:00.000Z",
          "exitTs": 1719302580,
          "dir": 1,
          "entryPrice": 2325.941,
          "exitPrice": 2323.161,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 143
        },
        {
          "entryTs": 1719315300,
          "entryUtc": "2024-06-25T11:35:00.000Z",
          "exitTs": 1719318660,
          "dir": 1,
          "entryPrice": 2329.306,
          "exitPrice": 2325.717,
          "stopDistance": 3.589,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 56
        },
        {
          "entryTs": 1719355380,
          "entryUtc": "2024-06-25T22:43:00.000Z",
          "exitTs": 1719365820,
          "dir": 1,
          "entryPrice": 2319.506,
          "exitPrice": 2316.395,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 174
        },
        {
          "entryTs": 1719368160,
          "entryUtc": "2024-06-26T02:16:00.000Z",
          "exitTs": 1719368940,
          "dir": -1,
          "entryPrice": 2317.218,
          "exitPrice": 2321.23,
          "stopDistance": 4.012,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 13
        },
        {
          "entryTs": 1719369060,
          "entryUtc": "2024-06-26T02:31:00.000Z",
          "exitTs": 1719376500,
          "dir": 1,
          "entryPrice": 2319.925,
          "exitPrice": 2315.336,
          "stopDistance": 4.589,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 124
        },
        {
          "entryTs": 1719385080,
          "entryUtc": "2024-06-26T06:58:00.000Z",
          "exitTs": 1719397260,
          "dir": -1,
          "entryPrice": 2317.172,
          "exitPrice": 2309.887,
          "stopDistance": 3.642,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 203
        },
        {
          "entryTs": 1719402180,
          "entryUtc": "2024-06-26T11:43:00.000Z",
          "exitTs": 1719403560,
          "dir": -1,
          "entryPrice": 2311.275,
          "exitPrice": 2315.594,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 23
        },
        {
          "entryTs": 1719447300,
          "entryUtc": "2024-06-27T00:15:00.000Z",
          "exitTs": 1719469980,
          "dir": 1,
          "entryPrice": 2298.405,
          "exitPrice": 2303.157,
          "stopDistance": 2.376,
          "outcome": "target",
          "netR": 1.8443,
          "holdMinutes": 378
        },
        {
          "entryTs": 1719470400,
          "entryUtc": "2024-06-27T06:40:00.000Z",
          "exitTs": 1719477600,
          "dir": 1,
          "entryPrice": 2299.802,
          "exitPrice": 2305.146,
          "stopDistance": 2.672,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 120
        },
        {
          "entryTs": 1719498120,
          "entryUtc": "2024-06-27T14:22:00.000Z",
          "exitTs": 1719570420,
          "dir": 1,
          "entryPrice": 2323.36,
          "exitPrice": 2334.526,
          "stopDistance": 5.583,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 1205
        },
        {
          "entryTs": 1719577800,
          "entryUtc": "2024-06-28T12:30:00.000Z",
          "exitTs": 1719577980,
          "dir": 1,
          "entryPrice": 2331.3,
          "exitPrice": 2337.939,
          "stopDistance": 3.32,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 3
        },
        {
          "entryTs": 1719584040,
          "entryUtc": "2024-06-28T14:14:00.000Z",
          "exitTs": 1719585780,
          "dir": -1,
          "entryPrice": 2333.126,
          "exitPrice": 2323.165,
          "stopDistance": 4.981,
          "outcome": "target",
          "netR": 1.9257,
          "holdMinutes": 29
        },
        {
          "entryTs": 1719591360,
          "entryUtc": "2024-06-28T16:16:00.000Z",
          "exitTs": 1719784800,
          "dir": -1,
          "entryPrice": 2331.19,
          "exitPrice": 2326.075,
          "stopDistance": 5.722,
          "outcome": "time",
          "netR": 0.8293,
          "holdMinutes": 3224
        },
        {
          "entryTs": 1719785040,
          "entryUtc": "2024-06-30T22:04:00.000Z",
          "exitTs": 1719808920,
          "dir": 1,
          "entryPrice": 2324.705,
          "exitPrice": 2321.321,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 398
        },
        {
          "entryTs": 1719813720,
          "entryUtc": "2024-07-01T06:02:00.000Z",
          "exitTs": 1719814740,
          "dir": -1,
          "entryPrice": 2322.18,
          "exitPrice": 2325.203,
          "stopDistance": 3.023,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 17
        },
        {
          "entryTs": 1719814800,
          "entryUtc": "2024-07-01T06:20:00.000Z",
          "exitTs": 1719815760,
          "dir": -1,
          "entryPrice": 2325.815,
          "exitPrice": 2328.582,
          "stopDistance": 2.767,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 16
        },
        {
          "entryTs": 1719820860,
          "entryUtc": "2024-07-01T08:01:00.000Z",
          "exitTs": 1719829020,
          "dir": 1,
          "entryPrice": 2322.935,
          "exitPrice": 2329.932,
          "stopDistance": 3.499,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 136
        },
        {
          "entryTs": 1719837900,
          "entryUtc": "2024-07-01T12:45:00.000Z",
          "exitTs": 1719840180,
          "dir": 1,
          "entryPrice": 2329.031,
          "exitPrice": 2325.371,
          "stopDistance": 3.66,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 38
        },
        {
          "entryTs": 1719850620,
          "entryUtc": "2024-07-01T16:17:00.000Z",
          "exitTs": 1719928200,
          "dir": -1,
          "entryPrice": 2329.618,
          "exitPrice": 2335.851,
          "stopDistance": 6.233,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 1293
        },
        {
          "entryTs": 1719929400,
          "entryUtc": "2024-07-02T14:10:00.000Z",
          "exitTs": 1719978660,
          "dir": 1,
          "entryPrice": 2323.766,
          "exitPrice": 2332.153,
          "stopDistance": 4.193,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 821
        },
        {
          "entryTs": 1720004760,
          "entryUtc": "2024-07-03T11:06:00.000Z",
          "exitTs": 1720010100,
          "dir": 1,
          "entryPrice": 2345.59,
          "exitPrice": 2353.511,
          "stopDistance": 3.96,
          "outcome": "target",
          "netR": 1.9066,
          "holdMinutes": 89
        },
        {
          "entryTs": 1720011180,
          "entryUtc": "2024-07-03T12:53:00.000Z",
          "exitTs": 1720014600,
          "dir": 1,
          "entryPrice": 2349.175,
          "exitPrice": 2358.447,
          "stopDistance": 4.636,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 57
        },
        {
          "entryTs": 1720025700,
          "entryUtc": "2024-07-03T16:55:00.000Z",
          "exitTs": 1720115700,
          "dir": 1,
          "entryPrice": 2355.286,
          "exitPrice": 2356.095,
          "stopDistance": 6.156,
          "outcome": "time",
          "netR": 0.0712,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1720139640,
          "entryUtc": "2024-07-05T00:34:00.000Z",
          "exitTs": 1720145340,
          "dir": -1,
          "entryPrice": 2358.202,
          "exitPrice": 2360.491,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 95
        },
        {
          "entryTs": 1720171800,
          "entryUtc": "2024-07-05T09:30:00.000Z",
          "exitTs": 1720173600,
          "dir": 1,
          "entryPrice": 2364.927,
          "exitPrice": 2361.831,
          "stopDistance": 3.096,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 30
        },
        {
          "entryTs": 1720182600,
          "entryUtc": "2024-07-05T12:30:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2364.707,
          "exitPrice": 2361.543,
          "stopDistance": 3.164,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 0
        },
        {
          "entryTs": 1720201140,
          "entryUtc": "2024-07-05T17:39:00.000Z",
          "exitTs": 1720389600,
          "dir": 1,
          "entryPrice": 2385.771,
          "exitPrice": 2387.055,
          "stopDistance": 6.4,
          "outcome": "time",
          "netR": 0.1427,
          "holdMinutes": 3141
        },
        {
          "entryTs": 1720400400,
          "entryUtc": "2024-07-08T01:00:00.000Z",
          "exitTs": 1720406820,
          "dir": 1,
          "entryPrice": 2386.135,
          "exitPrice": 2382.801,
          "stopDistance": 3.335,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 107
        },
        {
          "entryTs": 1720442280,
          "entryUtc": "2024-07-08T12:38:00.000Z",
          "exitTs": 1720447680,
          "dir": 1,
          "entryPrice": 2371.21,
          "exitPrice": 2378.807,
          "stopDistance": 3.798,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 90
        },
        {
          "entryTs": 1720448400,
          "entryUtc": "2024-07-08T14:20:00.000Z",
          "exitTs": 1720452300,
          "dir": 1,
          "entryPrice": 2374.827,
          "exitPrice": 2370.049,
          "stopDistance": 4.778,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 65
        },
        {
          "entryTs": 1720489920,
          "entryUtc": "2024-07-09T01:52:00.000Z",
          "exitTs": 1720498680,
          "dir": 1,
          "entryPrice": 2362.906,
          "exitPrice": 2368.596,
          "stopDistance": 2.845,
          "outcome": "target",
          "netR": 1.8699,
          "holdMinutes": 146
        },
        {
          "entryTs": 1720504740,
          "entryUtc": "2024-07-09T05:59:00.000Z",
          "exitTs": 1720509660,
          "dir": 1,
          "entryPrice": 2364.101,
          "exitPrice": 2360.765,
          "stopDistance": 3.337,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 82
        },
        {
          "entryTs": 1720518960,
          "entryUtc": "2024-07-09T09:56:00.000Z",
          "exitTs": 1720525020,
          "dir": -1,
          "entryPrice": 2365.07,
          "exitPrice": 2359.22,
          "stopDistance": 2.925,
          "outcome": "target",
          "netR": 1.8735,
          "holdMinutes": 101
        },
        {
          "entryTs": 1720530060,
          "entryUtc": "2024-07-09T13:01:00.000Z",
          "exitTs": 1720531500,
          "dir": -1,
          "entryPrice": 2360.74,
          "exitPrice": 2364.394,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 24
        },
        {
          "entryTs": 1720533840,
          "entryUtc": "2024-07-09T14:04:00.000Z",
          "exitTs": 1720533900,
          "dir": 1,
          "entryPrice": 2361.111,
          "exitPrice": 2357.14,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 1
        },
        {
          "entryTs": 1720536480,
          "entryUtc": "2024-07-09T14:48:00.000Z",
          "exitTs": 1720537140,
          "dir": 1,
          "entryPrice": 2359.74,
          "exitPrice": 2354.093,
          "stopDistance": 5.647,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 11
        },
        {
          "entryTs": 1720540800,
          "entryUtc": "2024-07-09T16:00:00.000Z",
          "exitTs": 1720575240,
          "dir": -1,
          "entryPrice": 2362.667,
          "exitPrice": 2368.757,
          "stopDistance": 6.09,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 574
        },
        {
          "entryTs": 1720590540,
          "entryUtc": "2024-07-10T05:49:00.000Z",
          "exitTs": 1720595040,
          "dir": 1,
          "entryPrice": 2368.365,
          "exitPrice": 2373.499,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 75
        },
        {
          "entryTs": 1720621080,
          "entryUtc": "2024-07-10T14:18:00.000Z",
          "exitTs": 1720621860,
          "dir": 1,
          "entryPrice": 2381.308,
          "exitPrice": 2377.448,
          "stopDistance": 3.86,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 13
        },
        {
          "entryTs": 1720622460,
          "entryUtc": "2024-07-10T14:41:00.000Z",
          "exitTs": 1720625460,
          "dir": 1,
          "entryPrice": 2374.376,
          "exitPrice": 2379.984,
          "stopDistance": 2.804,
          "outcome": "target",
          "netR": 1.868,
          "holdMinutes": 50
        },
        {
          "entryTs": 1720625640,
          "entryUtc": "2024-07-10T15:34:00.000Z",
          "exitTs": 1720633200,
          "dir": -1,
          "entryPrice": 2380.607,
          "exitPrice": 2371.318,
          "stopDistance": 4.644,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 126
        },
        {
          "entryTs": 1720656960,
          "entryUtc": "2024-07-11T00:16:00.000Z",
          "exitTs": 1720665840,
          "dir": 1,
          "entryPrice": 2371.547,
          "exitPrice": 2377.109,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 148
        },
        {
          "entryTs": 1720685940,
          "entryUtc": "2024-07-11T08:19:00.000Z",
          "exitTs": 1720700940,
          "dir": 1,
          "entryPrice": 2381.18,
          "exitPrice": 2378.079,
          "stopDistance": 3.101,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 250
        },
        {
          "entryTs": 1720701000,
          "entryUtc": "2024-07-11T12:30:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2380.586,
          "exitPrice": 2383.99,
          "stopDistance": 3.403,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 0
        },
        {
          "entryTs": 1720727520,
          "entryUtc": "2024-07-11T19:52:00.000Z",
          "exitTs": 1720747320,
          "dir": 1,
          "entryPrice": 2415.317,
          "exitPrice": 2409.588,
          "stopDistance": 5.729,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 330
        },
        {
          "entryTs": 1720763160,
          "entryUtc": "2024-07-12T05:46:00.000Z",
          "exitTs": 1720766340,
          "dir": -1,
          "entryPrice": 2409.11,
          "exitPrice": 2403.057,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 53
        },
        {
          "entryTs": 1720773600,
          "entryUtc": "2024-07-12T08:40:00.000Z",
          "exitTs": 1720779960,
          "dir": -1,
          "entryPrice": 2407.432,
          "exitPrice": 2400.764,
          "stopDistance": 3.334,
          "outcome": "target",
          "netR": 1.889,
          "holdMinutes": 106
        },
        {
          "entryTs": 1720782960,
          "entryUtc": "2024-07-12T11:16:00.000Z",
          "exitTs": 1720787460,
          "dir": -1,
          "entryPrice": 2402.535,
          "exitPrice": 2395.184,
          "stopDistance": 3.675,
          "outcome": "target",
          "netR": 1.8993,
          "holdMinutes": 75
        },
        {
          "entryTs": 1720788540,
          "entryUtc": "2024-07-12T12:49:00.000Z",
          "exitTs": 1720789680,
          "dir": -1,
          "entryPrice": 2396.976,
          "exitPrice": 2401.593,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 19
        },
        {
          "entryTs": 1720994460,
          "entryUtc": "2024-07-14T22:01:00.000Z",
          "exitTs": 1720995480,
          "dir": -1,
          "entryPrice": 2414.331,
          "exitPrice": 2408.564,
          "stopDistance": 2.884,
          "outcome": "target",
          "netR": 1.8717,
          "holdMinutes": 17
        },
        {
          "entryTs": 1721006280,
          "entryUtc": "2024-07-15T01:18:00.000Z",
          "exitTs": 1721008500,
          "dir": -1,
          "entryPrice": 2406.745,
          "exitPrice": 2409.971,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 37
        },
        {
          "entryTs": 1721021820,
          "entryUtc": "2024-07-15T05:37:00.000Z",
          "exitTs": 1721022780,
          "dir": 1,
          "entryPrice": 2411.15,
          "exitPrice": 2408.485,
          "stopDistance": 2.665,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 16
        },
        {
          "entryTs": 1721022900,
          "entryUtc": "2024-07-15T05:55:00.000Z",
          "exitTs": 1721024160,
          "dir": 1,
          "entryPrice": 2408.031,
          "exitPrice": 2405.003,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 21
        },
        {
          "entryTs": 1721032620,
          "entryUtc": "2024-07-15T08:37:00.000Z",
          "exitTs": 1721038800,
          "dir": -1,
          "entryPrice": 2410.552,
          "exitPrice": 2413.577,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 103
        },
        {
          "entryTs": 1721091000,
          "entryUtc": "2024-07-16T00:50:00.000Z",
          "exitTs": 1721092200,
          "dir": -1,
          "entryPrice": 2421.235,
          "exitPrice": 2424.039,
          "stopDistance": 2.804,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 20
        },
        {
          "entryTs": 1721110200,
          "entryUtc": "2024-07-16T06:10:00.000Z",
          "exitTs": 1721113260,
          "dir": 1,
          "entryPrice": 2428.39,
          "exitPrice": 2435.197,
          "stopDistance": 3.404,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721130600,
          "entryUtc": "2024-07-16T11:50:00.000Z",
          "exitTs": 1721133420,
          "dir": 1,
          "entryPrice": 2438.27,
          "exitPrice": 2433.943,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 47
        },
        {
          "entryTs": 1721135400,
          "entryUtc": "2024-07-16T13:10:00.000Z",
          "exitTs": 1721137140,
          "dir": -1,
          "entryPrice": 2437.045,
          "exitPrice": 2442.143,
          "stopDistance": 5.098,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 29
        },
        {
          "entryTs": 1721174580,
          "entryUtc": "2024-07-17T00:03:00.000Z",
          "exitTs": 1721178120,
          "dir": 1,
          "entryPrice": 2466.476,
          "exitPrice": 2474.956,
          "stopDistance": 4.24,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 59
        },
        {
          "entryTs": 1721184000,
          "entryUtc": "2024-07-17T02:40:00.000Z",
          "exitTs": 1721186760,
          "dir": 1,
          "entryPrice": 2470.928,
          "exitPrice": 2466.464,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 46
        },
        {
          "entryTs": 1721201700,
          "entryUtc": "2024-07-17T07:35:00.000Z",
          "exitTs": 1721203200,
          "dir": -1,
          "entryPrice": 2468.986,
          "exitPrice": 2474.359,
          "stopDistance": 5.373,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 25
        },
        {
          "entryTs": 1721210100,
          "entryUtc": "2024-07-17T09:55:00.000Z",
          "exitTs": 1721223480,
          "dir": -1,
          "entryPrice": 2474.585,
          "exitPrice": 2480.165,
          "stopDistance": 5.581,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 223
        },
        {
          "entryTs": 1721225280,
          "entryUtc": "2024-07-17T14:08:00.000Z",
          "exitTs": 1721225460,
          "dir": 1,
          "entryPrice": 2474.49,
          "exitPrice": 2468.31,
          "stopDistance": 6.18,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 3
        },
        {
          "entryTs": 1721226000,
          "entryUtc": "2024-07-17T14:20:00.000Z",
          "exitTs": 1721233560,
          "dir": -1,
          "entryPrice": 2469.57,
          "exitPrice": 2453.112,
          "stopDistance": 8.229,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 126
        },
        {
          "entryTs": 1721242800,
          "entryUtc": "2024-07-17T19:00:00.000Z",
          "exitTs": 1721273880,
          "dir": -1,
          "entryPrice": 2459.281,
          "exitPrice": 2468.325,
          "stopDistance": 9.043,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 518
        },
        {
          "entryTs": 1721279100,
          "entryUtc": "2024-07-18T05:05:00.000Z",
          "exitTs": 1721284260,
          "dir": -1,
          "entryPrice": 2466.835,
          "exitPrice": 2470.497,
          "stopDistance": 3.662,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 86
        },
        {
          "entryTs": 1721291940,
          "entryUtc": "2024-07-18T08:39:00.000Z",
          "exitTs": 1721296800,
          "dir": 1,
          "entryPrice": 2468.445,
          "exitPrice": 2464.335,
          "stopDistance": 4.11,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 81
        },
        {
          "entryTs": 1721302980,
          "entryUtc": "2024-07-18T11:43:00.000Z",
          "exitTs": 1721309700,
          "dir": -1,
          "entryPrice": 2465.697,
          "exitPrice": 2458.133,
          "stopDistance": 3.782,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 112
        },
        {
          "entryTs": 1721310960,
          "entryUtc": "2024-07-18T13:56:00.000Z",
          "exitTs": 1721314320,
          "dir": -1,
          "entryPrice": 2463.13,
          "exitPrice": 2467.969,
          "stopDistance": 4.839,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 56
        },
        {
          "entryTs": 1721362980,
          "entryUtc": "2024-07-19T04:23:00.000Z",
          "exitTs": 1721369160,
          "dir": 1,
          "entryPrice": 2425.79,
          "exitPrice": 2420.004,
          "stopDistance": 5.786,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 103
        },
        {
          "entryTs": 1721372100,
          "entryUtc": "2024-07-19T06:55:00.000Z",
          "exitTs": 1721383740,
          "dir": -1,
          "entryPrice": 2421.875,
          "exitPrice": 2410.47,
          "stopDistance": 5.703,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 194
        },
        {
          "entryTs": 1721407920,
          "entryUtc": "2024-07-19T16:52:00.000Z",
          "exitTs": 1721599200,
          "dir": 1,
          "entryPrice": 2400.975,
          "exitPrice": 2403.675,
          "stopDistance": 7.452,
          "outcome": "time",
          "netR": 0.3127,
          "holdMinutes": 3188
        },
        {
          "entryTs": 1721616480,
          "entryUtc": "2024-07-22T02:48:00.000Z",
          "exitTs": 1721628960,
          "dir": -1,
          "entryPrice": 2407.59,
          "exitPrice": 2399.024,
          "stopDistance": 4.283,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 208
        },
        {
          "entryTs": 1721630760,
          "entryUtc": "2024-07-22T06:46:00.000Z",
          "exitTs": 1721649660,
          "dir": -1,
          "entryPrice": 2404.982,
          "exitPrice": 2397.191,
          "stopDistance": 3.895,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 315
        },
        {
          "entryTs": 1721666400,
          "entryUtc": "2024-07-22T16:40:00.000Z",
          "exitTs": 1721677860,
          "dir": -1,
          "entryPrice": 2392.721,
          "exitPrice": 2399.03,
          "stopDistance": 6.308,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 191
        },
        {
          "entryTs": 1721693400,
          "entryUtc": "2024-07-23T00:10:00.000Z",
          "exitTs": 1721696220,
          "dir": -1,
          "entryPrice": 2397.337,
          "exitPrice": 2400.064,
          "stopDistance": 2.727,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 47
        },
        {
          "entryTs": 1721703060,
          "entryUtc": "2024-07-23T02:51:00.000Z",
          "exitTs": 1721712180,
          "dir": 1,
          "entryPrice": 2397.605,
          "exitPrice": 2394.769,
          "stopDistance": 2.836,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 152
        },
        {
          "entryTs": 1721720760,
          "entryUtc": "2024-07-23T07:46:00.000Z",
          "exitTs": 1721723700,
          "dir": -1,
          "entryPrice": 2397.14,
          "exitPrice": 2400.358,
          "stopDistance": 3.218,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 49
        },
        {
          "entryTs": 1721782200,
          "entryUtc": "2024-07-24T00:50:00.000Z",
          "exitTs": 1721784420,
          "dir": 1,
          "entryPrice": 2408.845,
          "exitPrice": 2406.264,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 37
        },
        {
          "entryTs": 1721784960,
          "entryUtc": "2024-07-24T01:36:00.000Z",
          "exitTs": 1721787000,
          "dir": -1,
          "entryPrice": 2407.856,
          "exitPrice": 2411.101,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 34
        },
        {
          "entryTs": 1721798160,
          "entryUtc": "2024-07-24T05:16:00.000Z",
          "exitTs": 1721825760,
          "dir": 1,
          "entryPrice": 2413.605,
          "exitPrice": 2421.763,
          "stopDistance": 4.079,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 460
        },
        {
          "entryTs": 1721827440,
          "entryUtc": "2024-07-24T13:24:00.000Z",
          "exitTs": 1721828340,
          "dir": 1,
          "entryPrice": 2414.861,
          "exitPrice": 2422.883,
          "stopDistance": 4.011,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 15
        },
        {
          "entryTs": 1721835960,
          "entryUtc": "2024-07-24T15:46:00.000Z",
          "exitTs": 1721840700,
          "dir": 1,
          "entryPrice": 2422.75,
          "exitPrice": 2415.977,
          "stopDistance": 6.773,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 79
        },
        {
          "entryTs": 1721866080,
          "entryUtc": "2024-07-25T00:08:00.000Z",
          "exitTs": 1721870520,
          "dir": 1,
          "entryPrice": 2396.67,
          "exitPrice": 2391.717,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 74
        },
        {
          "entryTs": 1721892000,
          "entryUtc": "2024-07-25T07:20:00.000Z",
          "exitTs": 1721904720,
          "dir": -1,
          "entryPrice": 2372.165,
          "exitPrice": 2378.751,
          "stopDistance": 6.586,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 212
        },
        {
          "entryTs": 1721906220,
          "entryUtc": "2024-07-25T11:17:00.000Z",
          "exitTs": 1721908680,
          "dir": 1,
          "entryPrice": 2374.185,
          "exitPrice": 2368.302,
          "stopDistance": 5.883,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 41
        },
        {
          "entryTs": 1721910600,
          "entryUtc": "2024-07-25T12:30:00.000Z",
          "exitTs": 1721915580,
          "dir": -1,
          "entryPrice": 2375.49,
          "exitPrice": 2362.934,
          "stopDistance": 6.278,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 83
        },
        {
          "entryTs": 1721935560,
          "entryUtc": "2024-07-25T19:26:00.000Z",
          "exitTs": 1721958060,
          "dir": -1,
          "entryPrice": 2360.705,
          "exitPrice": 2368.812,
          "stopDistance": 8.107,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 375
        },
        {
          "entryTs": 1721972220,
          "entryUtc": "2024-07-26T05:37:00.000Z",
          "exitTs": 1722000240,
          "dir": -1,
          "entryPrice": 2374.601,
          "exitPrice": 2379.491,
          "stopDistance": 4.889,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 467
        },
        {
          "entryTs": 1722014700,
          "entryUtc": "2024-07-26T17:25:00.000Z",
          "exitTs": 1722204000,
          "dir": 1,
          "entryPrice": 2384.463,
          "exitPrice": 2388.335,
          "stopDistance": 6.055,
          "outcome": "time",
          "netR": 0.5784,
          "holdMinutes": 3155
        },
        {
          "entryTs": 1722232200,
          "entryUtc": "2024-07-29T05:50:00.000Z",
          "exitTs": 1722264120,
          "dir": -1,
          "entryPrice": 2392.995,
          "exitPrice": 2384.952,
          "stopDistance": 4.022,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 532
        },
        {
          "entryTs": 1722297900,
          "entryUtc": "2024-07-30T00:05:00.000Z",
          "exitTs": 1722312000,
          "dir": -1,
          "entryPrice": 2382.8,
          "exitPrice": 2386.243,
          "stopDistance": 3.443,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 235
        },
        {
          "entryTs": 1722318360,
          "entryUtc": "2024-07-30T05:46:00.000Z",
          "exitTs": 1722345420,
          "dir": 1,
          "entryPrice": 2387.682,
          "exitPrice": 2394.402,
          "stopDistance": 3.36,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 451
        },
        {
          "entryTs": 1722348000,
          "entryUtc": "2024-07-30T14:00:00.000Z",
          "exitTs": 1722353040,
          "dir": 1,
          "entryPrice": 2390.31,
          "exitPrice": 2386.478,
          "stopDistance": 3.832,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 84
        },
        {
          "entryTs": 1722356760,
          "entryUtc": "2024-07-30T16:26:00.000Z",
          "exitTs": 1722358020,
          "dir": -1,
          "entryPrice": 2390.706,
          "exitPrice": 2396.16,
          "stopDistance": 5.453,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 21
        },
        {
          "entryTs": 1722388500,
          "entryUtc": "2024-07-31T01:15:00.000Z",
          "exitTs": 1722390000,
          "dir": -1,
          "entryPrice": 2407.085,
          "exitPrice": 2410.741,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 25
        },
        {
          "entryTs": 1722390300,
          "entryUtc": "2024-07-31T01:45:00.000Z",
          "exitTs": 1722391860,
          "dir": 1,
          "entryPrice": 2409.921,
          "exitPrice": 2405.878,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 26
        },
        {
          "entryTs": 1722404520,
          "entryUtc": "2024-07-31T05:42:00.000Z",
          "exitTs": 1722434100,
          "dir": 1,
          "entryPrice": 2417.716,
          "exitPrice": 2427.22,
          "stopDistance": 4.752,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 493
        },
        {
          "entryTs": 1722437460,
          "entryUtc": "2024-07-31T14:51:00.000Z",
          "exitTs": 1722451260,
          "dir": 1,
          "entryPrice": 2421.14,
          "exitPrice": 2430.345,
          "stopDistance": 4.603,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 230
        },
        {
          "entryTs": 1722472080,
          "entryUtc": "2024-08-01T00:28:00.000Z",
          "exitTs": 1722474720,
          "dir": -1,
          "entryPrice": 2446.821,
          "exitPrice": 2451.529,
          "stopDistance": 4.708,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 44
        },
        {
          "entryTs": 1722477960,
          "entryUtc": "2024-08-01T02:06:00.000Z",
          "exitTs": 1722480180,
          "dir": 1,
          "entryPrice": 2448.508,
          "exitPrice": 2443.988,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 37
        },
        {
          "entryTs": 1722492600,
          "entryUtc": "2024-08-01T06:10:00.000Z",
          "exitTs": 1722498600,
          "dir": 1,
          "entryPrice": 2445.29,
          "exitPrice": 2440.543,
          "stopDistance": 4.747,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 100
        },
        {
          "entryTs": 1722561060,
          "entryUtc": "2024-08-02T01:11:00.000Z",
          "exitTs": 1722561180,
          "dir": 1,
          "entryPrice": 2446.67,
          "exitPrice": 2442.238,
          "stopDistance": 4.432,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 2
        },
        {
          "entryTs": 1722562140,
          "entryUtc": "2024-08-02T01:29:00.000Z",
          "exitTs": 1722564000,
          "dir": -1,
          "entryPrice": 2442.246,
          "exitPrice": 2447.84,
          "stopDistance": 5.594,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 31
        },
        {
          "entryTs": 1722601800,
          "entryUtc": "2024-08-02T12:30:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2461.35,
          "exitPrice": 2466.127,
          "stopDistance": 4.777,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 0
        },
        {
          "entryTs": 1722603720,
          "entryUtc": "2024-08-02T13:02:00.000Z",
          "exitTs": 1722603840,
          "dir": 1,
          "entryPrice": 2469.12,
          "exitPrice": 2462.44,
          "stopDistance": 6.679,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 2
        },
        {
          "entryTs": 1722817800,
          "entryUtc": "2024-08-05T00:30:00.000Z",
          "exitTs": 1722822060,
          "dir": -1,
          "entryPrice": 2429.736,
          "exitPrice": 2439.302,
          "stopDistance": 9.566,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 71
        },
        {
          "entryTs": 1722836040,
          "entryUtc": "2024-08-05T05:34:00.000Z",
          "exitTs": 1722837240,
          "dir": 1,
          "entryPrice": 2442.68,
          "exitPrice": 2433.044,
          "stopDistance": 9.636,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 20
        },
        {
          "entryTs": 1722843120,
          "entryUtc": "2024-08-05T07:32:00.000Z",
          "exitTs": 1722846840,
          "dir": -1,
          "entryPrice": 2444.15,
          "exitPrice": 2424.815,
          "stopDistance": 9.667,
          "outcome": "target",
          "netR": 1.9617,
          "holdMinutes": 62
        },
        {
          "entryTs": 1722887940,
          "entryUtc": "2024-08-05T19:59:00.000Z",
          "exitTs": 1722923820,
          "dir": 1,
          "entryPrice": 2407.755,
          "exitPrice": 2399.744,
          "stopDistance": 8.011,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 598
        },
        {
          "entryTs": 1722930240,
          "entryUtc": "2024-08-06T07:44:00.000Z",
          "exitTs": 1722931800,
          "dir": -1,
          "entryPrice": 2408.99,
          "exitPrice": 2414.318,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 26
        },
        {
          "entryTs": 1723015920,
          "entryUtc": "2024-08-07T07:32:00.000Z",
          "exitTs": 1723031760,
          "dir": 1,
          "entryPrice": 2390.8,
          "exitPrice": 2401.664,
          "stopDistance": 5.432,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 264
        },
        {
          "entryTs": 1723038660,
          "entryUtc": "2024-08-07T13:51:00.000Z",
          "exitTs": 1723045500,
          "dir": 1,
          "entryPrice": 2397.602,
          "exitPrice": 2392.635,
          "stopDistance": 4.967,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 114
        },
        {
          "entryTs": 1723049460,
          "entryUtc": "2024-08-07T16:51:00.000Z",
          "exitTs": 1723055520,
          "dir": -1,
          "entryPrice": 2398.297,
          "exitPrice": 2386.925,
          "stopDistance": 5.686,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 101
        },
        {
          "entryTs": 1723078140,
          "entryUtc": "2024-08-08T00:49:00.000Z",
          "exitTs": 1723088880,
          "dir": 1,
          "entryPrice": 2384.785,
          "exitPrice": 2392.352,
          "stopDistance": 3.784,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 179
        },
        {
          "entryTs": 1723100100,
          "entryUtc": "2024-08-08T06:55:00.000Z",
          "exitTs": 1723114620,
          "dir": 1,
          "entryPrice": 2396.495,
          "exitPrice": 2405.69,
          "stopDistance": 4.597,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 242
        },
        {
          "entryTs": 1723155600,
          "entryUtc": "2024-08-08T22:20:00.000Z",
          "exitTs": 1723175220,
          "dir": 1,
          "entryPrice": 2424.491,
          "exitPrice": 2419.706,
          "stopDistance": 4.785,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 327
        },
        {
          "entryTs": 1723185540,
          "entryUtc": "2024-08-09T06:39:00.000Z",
          "exitTs": 1723188360,
          "dir": -1,
          "entryPrice": 2420.692,
          "exitPrice": 2424.502,
          "stopDistance": 3.811,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 47
        },
        {
          "entryTs": 1723203660,
          "entryUtc": "2024-08-09T11:41:00.000Z",
          "exitTs": 1723211040,
          "dir": 1,
          "entryPrice": 2426.338,
          "exitPrice": 2422.342,
          "stopDistance": 3.996,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 123
        },
        {
          "entryTs": 1723212060,
          "entryUtc": "2024-08-09T14:01:00.000Z",
          "exitTs": 1723213260,
          "dir": -1,
          "entryPrice": 2427.251,
          "exitPrice": 2432.359,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723226400,
          "entryUtc": "2024-08-09T18:00:00.000Z",
          "exitTs": 1723413600,
          "dir": 1,
          "entryPrice": 2429.955,
          "exitPrice": 2429.695,
          "stopDistance": 5.362,
          "outcome": "time",
          "netR": -0.1175,
          "holdMinutes": 3120
        },
        {
          "entryTs": 1723415760,
          "entryUtc": "2024-08-11T22:36:00.000Z",
          "exitTs": 1723426740,
          "dir": 1,
          "entryPrice": 2430.316,
          "exitPrice": 2426.388,
          "stopDistance": 3.929,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 183
        },
        {
          "entryTs": 1723431960,
          "entryUtc": "2024-08-12T03:06:00.000Z",
          "exitTs": 1723437000,
          "dir": -1,
          "entryPrice": 2427.395,
          "exitPrice": 2430.889,
          "stopDistance": 3.494,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 84
        },
        {
          "entryTs": 1723464060,
          "entryUtc": "2024-08-12T12:01:00.000Z",
          "exitTs": 1723468740,
          "dir": -1,
          "entryPrice": 2442.061,
          "exitPrice": 2445.459,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 78
        },
        {
          "entryTs": 1723500000,
          "entryUtc": "2024-08-12T22:00:00.000Z",
          "exitTs": 1723511580,
          "dir": 1,
          "entryPrice": 2470.414,
          "exitPrice": 2466.695,
          "stopDistance": 3.719,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 193
        },
        {
          "entryTs": 1723527240,
          "entryUtc": "2024-08-13T05:34:00.000Z",
          "exitTs": 1723534260,
          "dir": -1,
          "entryPrice": 2461.65,
          "exitPrice": 2465.695,
          "stopDistance": 4.045,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 117
        },
        {
          "entryTs": 1723536240,
          "entryUtc": "2024-08-13T08:04:00.000Z",
          "exitTs": 1723552200,
          "dir": 1,
          "entryPrice": 2461.975,
          "exitPrice": 2470.79,
          "stopDistance": 4.407,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 266
        },
        {
          "entryTs": 1723555260,
          "entryUtc": "2024-08-13T13:21:00.000Z",
          "exitTs": 1723555320,
          "dir": 1,
          "entryPrice": 2462.886,
          "exitPrice": 2459.096,
          "stopDistance": 3.79,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 1
        },
        {
          "entryTs": 1723559400,
          "entryUtc": "2024-08-13T14:30:00.000Z",
          "exitTs": 1723601640,
          "dir": 1,
          "entryPrice": 2466.46,
          "exitPrice": 2460.521,
          "stopDistance": 5.939,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 704
        },
        {
          "entryTs": 1723638600,
          "entryUtc": "2024-08-14T12:30:00.000Z",
          "exitTs": 1723638600,
          "dir": -1,
          "entryPrice": 2473.432,
          "exitPrice": 2477.267,
          "stopDistance": 3.836,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 0
        },
        {
          "entryTs": 1723679700,
          "entryUtc": "2024-08-14T23:55:00.000Z",
          "exitTs": 1723682700,
          "dir": 1,
          "entryPrice": 2447.645,
          "exitPrice": 2453.975,
          "stopDistance": 3.165,
          "outcome": "target",
          "netR": 1.8831,
          "holdMinutes": 50
        },
        {
          "entryTs": 1723699860,
          "entryUtc": "2024-08-15T05:31:00.000Z",
          "exitTs": 1723702500,
          "dir": 1,
          "entryPrice": 2451.692,
          "exitPrice": 2458.005,
          "stopDistance": 3.157,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 44
        },
        {
          "entryTs": 1723725000,
          "entryUtc": "2024-08-15T12:30:00.000Z",
          "exitTs": 1723725000,
          "dir": 1,
          "entryPrice": 2460.442,
          "exitPrice": 2466.789,
          "stopDistance": 3.174,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 0
        },
        {
          "entryTs": 1723725180,
          "entryUtc": "2024-08-15T12:33:00.000Z",
          "exitTs": 1723725480,
          "dir": 1,
          "entryPrice": 2456.835,
          "exitPrice": 2453.743,
          "stopDistance": 3.092,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 5
        },
        {
          "entryTs": 1723725900,
          "entryUtc": "2024-08-15T12:45:00.000Z",
          "exitTs": 1723726560,
          "dir": -1,
          "entryPrice": 2455.26,
          "exitPrice": 2444.755,
          "stopDistance": 5.253,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 11
        },
        {
          "entryTs": 1723750620,
          "entryUtc": "2024-08-15T19:37:00.000Z",
          "exitTs": 1723778040,
          "dir": 1,
          "entryPrice": 2457.348,
          "exitPrice": 2452.126,
          "stopDistance": 5.222,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 457
        },
        {
          "entryTs": 1723787700,
          "entryUtc": "2024-08-16T05:55:00.000Z",
          "exitTs": 1723794660,
          "dir": -1,
          "entryPrice": 2455.917,
          "exitPrice": 2459.497,
          "stopDistance": 3.581,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 116
        },
        {
          "entryTs": 1723808160,
          "entryUtc": "2024-08-16T11:36:00.000Z",
          "exitTs": 1723809660,
          "dir": 1,
          "entryPrice": 2464.965,
          "exitPrice": 2472.923,
          "stopDistance": 3.979,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 25
        },
        {
          "entryTs": 1724026980,
          "entryUtc": "2024-08-19T00:23:00.000Z",
          "exitTs": 1724029620,
          "dir": 1,
          "entryPrice": 2504.427,
          "exitPrice": 2499.687,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 44
        },
        {
          "entryTs": 1724057280,
          "entryUtc": "2024-08-19T08:48:00.000Z",
          "exitTs": 1724061780,
          "dir": 1,
          "entryPrice": 2503.165,
          "exitPrice": 2498.689,
          "stopDistance": 4.476,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 75
        },
        {
          "entryTs": 1724107860,
          "entryUtc": "2024-08-19T22:51:00.000Z",
          "exitTs": 1724115960,
          "dir": -1,
          "entryPrice": 2503.885,
          "exitPrice": 2507.255,
          "stopDistance": 3.37,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 135
        },
        {
          "entryTs": 1724118480,
          "entryUtc": "2024-08-20T01:48:00.000Z",
          "exitTs": 1724119440,
          "dir": 1,
          "entryPrice": 2503.86,
          "exitPrice": 2500.476,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 16
        },
        {
          "entryTs": 1724130780,
          "entryUtc": "2024-08-20T05:13:00.000Z",
          "exitTs": 1724139360,
          "dir": -1,
          "entryPrice": 2503.312,
          "exitPrice": 2507.018,
          "stopDistance": 3.706,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 143
        },
        {
          "entryTs": 1724154060,
          "entryUtc": "2024-08-20T11:41:00.000Z",
          "exitTs": 1724166120,
          "dir": 1,
          "entryPrice": 2523.312,
          "exitPrice": 2518.555,
          "stopDistance": 4.757,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 201
        },
        {
          "entryTs": 1724187480,
          "entryUtc": "2024-08-20T20:58:00.000Z",
          "exitTs": 1724226360,
          "dir": 1,
          "entryPrice": 2513.475,
          "exitPrice": 2508.167,
          "stopDistance": 5.308,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 648
        },
        {
          "entryTs": 1724249640,
          "entryUtc": "2024-08-21T14:14:00.000Z",
          "exitTs": 1724251200,
          "dir": -1,
          "entryPrice": 2505.841,
          "exitPrice": 2495.075,
          "stopDistance": 5.383,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 26
        },
        {
          "entryTs": 1724252820,
          "entryUtc": "2024-08-21T15:07:00.000Z",
          "exitTs": 1724263320,
          "dir": -1,
          "entryPrice": 2505.67,
          "exitPrice": 2512.582,
          "stopDistance": 6.912,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 175
        },
        {
          "entryTs": 1724314920,
          "entryUtc": "2024-08-22T08:22:00.000Z",
          "exitTs": 1724326680,
          "dir": 1,
          "entryPrice": 2502.695,
          "exitPrice": 2498.921,
          "stopDistance": 3.773,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 196
        },
        {
          "entryTs": 1724347500,
          "entryUtc": "2024-08-22T17:25:00.000Z",
          "exitTs": 1724389680,
          "dir": 1,
          "entryPrice": 2480.1,
          "exitPrice": 2494.464,
          "stopDistance": 7.182,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 703
        },
        {
          "entryTs": 1724391600,
          "entryUtc": "2024-08-23T05:40:00.000Z",
          "exitTs": 1724392440,
          "dir": 1,
          "entryPrice": 2493.987,
          "exitPrice": 2491.108,
          "stopDistance": 2.879,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 14
        },
        {
          "entryTs": 1724393220,
          "entryUtc": "2024-08-23T06:07:00.000Z",
          "exitTs": 1724400600,
          "dir": -1,
          "entryPrice": 2492.685,
          "exitPrice": 2495.799,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 123
        },
        {
          "entryTs": 1724421480,
          "entryUtc": "2024-08-23T13:58:00.000Z",
          "exitTs": 1724421600,
          "dir": -1,
          "entryPrice": 2498.655,
          "exitPrice": 2502.789,
          "stopDistance": 4.134,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 2
        },
        {
          "entryTs": 1724422680,
          "entryUtc": "2024-08-23T14:18:00.000Z",
          "exitTs": 1724431440,
          "dir": 1,
          "entryPrice": 2508,
          "exitPrice": 2501.811,
          "stopDistance": 6.189,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 146
        },
        {
          "entryTs": 1724625240,
          "entryUtc": "2024-08-25T22:34:00.000Z",
          "exitTs": 1724658060,
          "dir": 1,
          "entryPrice": 2511.906,
          "exitPrice": 2521.654,
          "stopDistance": 4.874,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 547
        },
        {
          "entryTs": 1724672700,
          "entryUtc": "2024-08-26T11:45:00.000Z",
          "exitTs": 1724680440,
          "dir": -1,
          "entryPrice": 2523.691,
          "exitPrice": 2516.203,
          "stopDistance": 3.744,
          "outcome": "target",
          "netR": 1.9012,
          "holdMinutes": 129
        },
        {
          "entryTs": 1724691600,
          "entryUtc": "2024-08-26T17:00:00.000Z",
          "exitTs": 1724721180,
          "dir": -1,
          "entryPrice": 2521.016,
          "exitPrice": 2511.081,
          "stopDistance": 4.968,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 493
        },
        {
          "entryTs": 1724744160,
          "entryUtc": "2024-08-27T07:36:00.000Z",
          "exitTs": 1724745540,
          "dir": 1,
          "entryPrice": 2508.177,
          "exitPrice": 2504.937,
          "stopDistance": 3.239,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 23
        },
        {
          "entryTs": 1724752500,
          "entryUtc": "2024-08-27T09:55:00.000Z",
          "exitTs": 1724765220,
          "dir": 1,
          "entryPrice": 2508.425,
          "exitPrice": 2503.726,
          "stopDistance": 4.699,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 212
        },
        {
          "entryTs": 1724765460,
          "entryUtc": "2024-08-27T13:31:00.000Z",
          "exitTs": 1724766840,
          "dir": -1,
          "entryPrice": 2508.765,
          "exitPrice": 2513.534,
          "stopDistance": 4.769,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 23
        },
        {
          "entryTs": 1724774760,
          "entryUtc": "2024-08-27T16:06:00.000Z",
          "exitTs": 1724782980,
          "dir": 1,
          "entryPrice": 2510.401,
          "exitPrice": 2522.451,
          "stopDistance": 6.025,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 137
        },
        {
          "entryTs": 1724801520,
          "entryUtc": "2024-08-27T23:32:00.000Z",
          "exitTs": 1724806860,
          "dir": 1,
          "entryPrice": 2526.386,
          "exitPrice": 2523.338,
          "stopDistance": 3.048,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 89
        },
        {
          "entryTs": 1724850660,
          "entryUtc": "2024-08-28T13:11:00.000Z",
          "exitTs": 1724851740,
          "dir": -1,
          "entryPrice": 2505.945,
          "exitPrice": 2509.912,
          "stopDistance": 3.967,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 18
        },
        {
          "entryTs": 1724863140,
          "entryUtc": "2024-08-28T16:39:00.000Z",
          "exitTs": 1724871660,
          "dir": -1,
          "entryPrice": 2502.656,
          "exitPrice": 2508.672,
          "stopDistance": 6.016,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 142
        },
        {
          "entryTs": 1724882520,
          "entryUtc": "2024-08-28T22:02:00.000Z",
          "exitTs": 1724890500,
          "dir": -1,
          "entryPrice": 2506.07,
          "exitPrice": 2510.359,
          "stopDistance": 4.289,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 133
        },
        {
          "entryTs": 1724908080,
          "entryUtc": "2024-08-29T05:08:00.000Z",
          "exitTs": 1724912340,
          "dir": 1,
          "entryPrice": 2513.786,
          "exitPrice": 2520.26,
          "stopDistance": 3.237,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 71
        },
        {
          "entryTs": 1724913720,
          "entryUtc": "2024-08-29T06:42:00.000Z",
          "exitTs": 1724925120,
          "dir": 1,
          "entryPrice": 2516.717,
          "exitPrice": 2523.179,
          "stopDistance": 3.231,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 190
        },
        {
          "entryTs": 1724932500,
          "entryUtc": "2024-08-29T11:55:00.000Z",
          "exitTs": 1724934240,
          "dir": 1,
          "entryPrice": 2519.625,
          "exitPrice": 2515.218,
          "stopDistance": 4.406,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 29
        },
        {
          "entryTs": 1724937540,
          "entryUtc": "2024-08-29T13:19:00.000Z",
          "exitTs": 1724940060,
          "dir": -1,
          "entryPrice": 2514.39,
          "exitPrice": 2519.839,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 42
        },
        {
          "entryTs": 1724956740,
          "entryUtc": "2024-08-29T18:39:00.000Z",
          "exitTs": 1724979180,
          "dir": 1,
          "entryPrice": 2522.312,
          "exitPrice": 2516.602,
          "stopDistance": 5.71,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 374
        },
        {
          "entryTs": 1724996100,
          "entryUtc": "2024-08-30T05:35:00.000Z",
          "exitTs": 1724999040,
          "dir": -1,
          "entryPrice": 2515.365,
          "exitPrice": 2518.343,
          "stopDistance": 2.978,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 49
        },
        {
          "entryTs": 1725000360,
          "entryUtc": "2024-08-30T06:46:00.000Z",
          "exitTs": 1725006300,
          "dir": 1,
          "entryPrice": 2518.371,
          "exitPrice": 2525.708,
          "stopDistance": 3.668,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 99
        },
        {
          "entryTs": 1725013500,
          "entryUtc": "2024-08-30T10:25:00.000Z",
          "exitTs": 1725015540,
          "dir": 1,
          "entryPrice": 2519.56,
          "exitPrice": 2515.277,
          "stopDistance": 4.283,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 34
        },
        {
          "entryTs": 1725020820,
          "entryUtc": "2024-08-30T12:27:00.000Z",
          "exitTs": 1725023100,
          "dir": -1,
          "entryPrice": 2524.135,
          "exitPrice": 2515.781,
          "stopDistance": 4.177,
          "outcome": "target",
          "netR": 1.9114,
          "holdMinutes": 38
        },
        {
          "entryTs": 1725238440,
          "entryUtc": "2024-09-02T00:54:00.000Z",
          "exitTs": 1725238800,
          "dir": 1,
          "entryPrice": 2503.31,
          "exitPrice": 2500.053,
          "stopDistance": 3.257,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 6
        },
        {
          "entryTs": 1725239040,
          "entryUtc": "2024-09-02T01:04:00.000Z",
          "exitTs": 1725242760,
          "dir": -1,
          "entryPrice": 2502.336,
          "exitPrice": 2495.484,
          "stopDistance": 3.426,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 62
        },
        {
          "entryTs": 1725269400,
          "entryUtc": "2024-09-02T09:30:00.000Z",
          "exitTs": 1725322200,
          "dir": 1,
          "entryPrice": 2500.835,
          "exitPrice": 2496.218,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 880
        },
        {
          "entryTs": 1725365580,
          "entryUtc": "2024-09-03T12:13:00.000Z",
          "exitTs": 1725370440,
          "dir": -1,
          "entryPrice": 2499.09,
          "exitPrice": 2490.307,
          "stopDistance": 4.392,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 81
        },
        {
          "entryTs": 1725412740,
          "entryUtc": "2024-09-04T01:19:00.000Z",
          "exitTs": 1725417480,
          "dir": -1,
          "entryPrice": 2493.485,
          "exitPrice": 2496.631,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 79
        },
        {
          "entryTs": 1725420720,
          "entryUtc": "2024-09-04T03:32:00.000Z",
          "exitTs": 1725430920,
          "dir": 1,
          "entryPrice": 2493.995,
          "exitPrice": 2490.809,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 170
        },
        {
          "entryTs": 1725455040,
          "entryUtc": "2024-09-04T13:04:00.000Z",
          "exitTs": 1725458400,
          "dir": -1,
          "entryPrice": 2488.23,
          "exitPrice": 2493.596,
          "stopDistance": 5.366,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 56
        },
        {
          "entryTs": 1725459300,
          "entryUtc": "2024-09-04T14:15:00.000Z",
          "exitTs": 1725517200,
          "dir": 1,
          "entryPrice": 2491.444,
          "exitPrice": 2505.27,
          "stopDistance": 6.913,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 965
        },
        {
          "entryTs": 1725539400,
          "entryUtc": "2024-09-05T12:30:00.000Z",
          "exitTs": 1725541920,
          "dir": 1,
          "entryPrice": 2516.955,
          "exitPrice": 2512.709,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 42
        },
        {
          "entryTs": 1725556800,
          "entryUtc": "2024-09-05T17:20:00.000Z",
          "exitTs": 1725596580,
          "dir": -1,
          "entryPrice": 2512.542,
          "exitPrice": 2519.041,
          "stopDistance": 6.5,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 663
        },
        {
          "entryTs": 1725615120,
          "entryUtc": "2024-09-06T09:32:00.000Z",
          "exitTs": 1725624540,
          "dir": -1,
          "entryPrice": 2518.922,
          "exitPrice": 2513.431,
          "stopDistance": 2.745,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 157
        },
        {
          "entryTs": 1725625800,
          "entryUtc": "2024-09-06T12:30:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2517.77,
          "exitPrice": 2520.695,
          "stopDistance": 2.925,
          "outcome": "ambiguous",
          "netR": -1.1436,
          "holdMinutes": 0
        },
        {
          "entryTs": 1725626700,
          "entryUtc": "2024-09-06T12:45:00.000Z",
          "exitTs": 1725627780,
          "dir": 1,
          "entryPrice": 2523.11,
          "exitPrice": 2517.525,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725634800,
          "entryUtc": "2024-09-06T15:00:00.000Z",
          "exitTs": 1725638520,
          "dir": -1,
          "entryPrice": 2515.675,
          "exitPrice": 2502.226,
          "stopDistance": 6.725,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 62
        },
        {
          "entryTs": 1725850800,
          "entryUtc": "2024-09-09T03:00:00.000Z",
          "exitTs": 1725860460,
          "dir": 1,
          "entryPrice": 2496.76,
          "exitPrice": 2493.153,
          "stopDistance": 3.607,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 161
        },
        {
          "entryTs": 1725867180,
          "entryUtc": "2024-09-09T07:33:00.000Z",
          "exitTs": 1725876660,
          "dir": -1,
          "entryPrice": 2495.395,
          "exitPrice": 2498.522,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 158
        },
        {
          "entryTs": 1725890880,
          "entryUtc": "2024-09-09T14:08:00.000Z",
          "exitTs": 1725893100,
          "dir": 1,
          "entryPrice": 2497.62,
          "exitPrice": 2493.584,
          "stopDistance": 4.036,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 37
        },
        {
          "entryTs": 1725897420,
          "entryUtc": "2024-09-09T15:57:00.000Z",
          "exitTs": 1725901140,
          "dir": -1,
          "entryPrice": 2499.393,
          "exitPrice": 2504.817,
          "stopDistance": 5.424,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 62
        },
        {
          "entryTs": 1725928980,
          "entryUtc": "2024-09-10T00:43:00.000Z",
          "exitTs": 1725941340,
          "dir": -1,
          "entryPrice": 2506.08,
          "exitPrice": 2501.047,
          "stopDistance": 2.516,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 206
        },
        {
          "entryTs": 1725945360,
          "entryUtc": "2024-09-10T05:16:00.000Z",
          "exitTs": 1725948240,
          "dir": -1,
          "entryPrice": 2502.67,
          "exitPrice": 2505.097,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.173,
          "holdMinutes": 48
        },
        {
          "entryTs": 1725949680,
          "entryUtc": "2024-09-10T06:28:00.000Z",
          "exitTs": 1725955980,
          "dir": 1,
          "entryPrice": 2503.386,
          "exitPrice": 2500.997,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 105
        },
        {
          "entryTs": 1725961620,
          "entryUtc": "2024-09-10T09:47:00.000Z",
          "exitTs": 1725963180,
          "dir": -1,
          "entryPrice": 2504.24,
          "exitPrice": 2507.378,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 26
        },
        {
          "entryTs": 1725967080,
          "entryUtc": "2024-09-10T11:18:00.000Z",
          "exitTs": 1725972900,
          "dir": 1,
          "entryPrice": 2504.789,
          "exitPrice": 2511.252,
          "stopDistance": 3.231,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 97
        },
        {
          "entryTs": 1725976320,
          "entryUtc": "2024-09-10T13:52:00.000Z",
          "exitTs": 1725977640,
          "dir": 1,
          "entryPrice": 2507.207,
          "exitPrice": 2503.922,
          "stopDistance": 3.284,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 22
        },
        {
          "entryTs": 1725980340,
          "entryUtc": "2024-09-10T14:59:00.000Z",
          "exitTs": 1725981900,
          "dir": -1,
          "entryPrice": 2508.906,
          "exitPrice": 2513.431,
          "stopDistance": 4.525,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 26
        },
        {
          "entryTs": 1725995880,
          "entryUtc": "2024-09-10T19:18:00.000Z",
          "exitTs": 1726034520,
          "dir": 1,
          "entryPrice": 2514.698,
          "exitPrice": 2522.964,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 644
        },
        {
          "entryTs": 1726041240,
          "entryUtc": "2024-09-11T07:54:00.000Z",
          "exitTs": 1726056660,
          "dir": 1,
          "entryPrice": 2522.242,
          "exitPrice": 2519.212,
          "stopDistance": 3.03,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 257
        },
        {
          "entryTs": 1726057800,
          "entryUtc": "2024-09-11T12:30:00.000Z",
          "exitTs": 1726057800,
          "dir": -1,
          "entryPrice": 2522.81,
          "exitPrice": 2515.515,
          "stopDistance": 3.648,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 0
        },
        {
          "entryTs": 1726086420,
          "entryUtc": "2024-09-11T20:27:00.000Z",
          "exitTs": 1726119420,
          "dir": -1,
          "entryPrice": 2513.682,
          "exitPrice": 2518.887,
          "stopDistance": 5.206,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 550
        },
        {
          "entryTs": 1726130520,
          "entryUtc": "2024-09-12T08:42:00.000Z",
          "exitTs": 1726138440,
          "dir": 1,
          "entryPrice": 2516.781,
          "exitPrice": 2513.954,
          "stopDistance": 2.828,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 132
        },
        {
          "entryTs": 1726139580,
          "entryUtc": "2024-09-12T11:13:00.000Z",
          "exitTs": 1726141560,
          "dir": -1,
          "entryPrice": 2516.123,
          "exitPrice": 2519.295,
          "stopDistance": 3.172,
          "outcome": "stop",
          "netR": -1.1324,
          "holdMinutes": 33
        },
        {
          "entryTs": 1726157520,
          "entryUtc": "2024-09-12T16:12:00.000Z",
          "exitTs": 1726189560,
          "dir": 1,
          "entryPrice": 2547.795,
          "exitPrice": 2564.681,
          "stopDistance": 8.443,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 534
        },
        {
          "entryTs": 1726208940,
          "entryUtc": "2024-09-13T06:29:00.000Z",
          "exitTs": 1726219560,
          "dir": -1,
          "entryPrice": 2567.865,
          "exitPrice": 2571.25,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 177
        },
        {
          "entryTs": 1726221300,
          "entryUtc": "2024-09-13T09:55:00.000Z",
          "exitTs": 1726227480,
          "dir": 1,
          "entryPrice": 2569.309,
          "exitPrice": 2564.914,
          "stopDistance": 4.395,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 103
        },
        {
          "entryTs": 1726230000,
          "entryUtc": "2024-09-13T12:20:00.000Z",
          "exitTs": 1726231740,
          "dir": -1,
          "entryPrice": 2568.204,
          "exitPrice": 2572.443,
          "stopDistance": 4.239,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 29
        },
        {
          "entryTs": 1726255440,
          "entryUtc": "2024-09-13T19:24:00.000Z",
          "exitTs": 1726437600,
          "dir": -1,
          "entryPrice": 2581.241,
          "exitPrice": 2578.435,
          "stopDistance": 4.849,
          "outcome": "time",
          "netR": 0.5025,
          "holdMinutes": 3036
        },
        {
          "entryTs": 1726437780,
          "entryUtc": "2024-09-15T22:03:00.000Z",
          "exitTs": 1726453200,
          "dir": -1,
          "entryPrice": 2580.2,
          "exitPrice": 2584.314,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 257
        },
        {
          "entryTs": 1726467300,
          "entryUtc": "2024-09-16T06:15:00.000Z",
          "exitTs": 1726470120,
          "dir": 1,
          "entryPrice": 2586.651,
          "exitPrice": 2583.869,
          "stopDistance": 2.783,
          "outcome": "stop",
          "netR": -1.1509,
          "holdMinutes": 47
        },
        {
          "entryTs": 1726474620,
          "entryUtc": "2024-09-16T08:17:00.000Z",
          "exitTs": 1726483380,
          "dir": -1,
          "entryPrice": 2585.445,
          "exitPrice": 2578.541,
          "stopDistance": 3.452,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 146
        },
        {
          "entryTs": 1726491480,
          "entryUtc": "2024-09-16T12:58:00.000Z",
          "exitTs": 1726494660,
          "dir": -1,
          "entryPrice": 2583.311,
          "exitPrice": 2587.207,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 53
        },
        {
          "entryTs": 1726495320,
          "entryUtc": "2024-09-16T14:02:00.000Z",
          "exitTs": 1726496400,
          "dir": 1,
          "entryPrice": 2583.805,
          "exitPrice": 2578.874,
          "stopDistance": 4.931,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 18
        },
        {
          "entryTs": 1726504980,
          "entryUtc": "2024-09-16T16:43:00.000Z",
          "exitTs": 1726569060,
          "dir": -1,
          "entryPrice": 2582.575,
          "exitPrice": 2571.537,
          "stopDistance": 5.519,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 1068
        },
        {
          "entryTs": 1726585200,
          "entryUtc": "2024-09-17T15:00:00.000Z",
          "exitTs": 1726587240,
          "dir": -1,
          "entryPrice": 2576.609,
          "exitPrice": 2563.445,
          "stopDistance": 6.582,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 34
        },
        {
          "entryTs": 1726604400,
          "entryUtc": "2024-09-17T20:20:00.000Z",
          "exitTs": 1726617720,
          "dir": -1,
          "entryPrice": 2569.252,
          "exitPrice": 2574.62,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 222
        },
        {
          "entryTs": 1726626600,
          "entryUtc": "2024-09-18T02:30:00.000Z",
          "exitTs": 1726636500,
          "dir": -1,
          "entryPrice": 2573.084,
          "exitPrice": 2565.991,
          "stopDistance": 3.547,
          "outcome": "target",
          "netR": 1.8957,
          "holdMinutes": 165
        },
        {
          "entryTs": 1726662720,
          "entryUtc": "2024-09-18T12:32:00.000Z",
          "exitTs": 1726667400,
          "dir": 1,
          "entryPrice": 2573.885,
          "exitPrice": 2570.43,
          "stopDistance": 3.455,
          "outcome": "stop",
          "netR": -1.1215,
          "holdMinutes": 78
        },
        {
          "entryTs": 1726679760,
          "entryUtc": "2024-09-18T17:16:00.000Z",
          "exitTs": 1726682340,
          "dir": 1,
          "entryPrice": 2571.565,
          "exitPrice": 2567.063,
          "stopDistance": 4.502,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 43
        },
        {
          "entryTs": 1726682400,
          "entryUtc": "2024-09-18T18:00:00.000Z",
          "exitTs": 1726682400,
          "dir": -1,
          "entryPrice": 2571.03,
          "exitPrice": 2575.616,
          "stopDistance": 4.586,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 0
        },
        {
          "entryTs": 1726685040,
          "entryUtc": "2024-09-18T18:44:00.000Z",
          "exitTs": 1726685400,
          "dir": 1,
          "entryPrice": 2579.645,
          "exitPrice": 2572.738,
          "stopDistance": 6.907,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 6
        },
        {
          "entryTs": 1726687680,
          "entryUtc": "2024-09-18T19:28:00.000Z",
          "exitTs": 1726726860,
          "dir": -1,
          "entryPrice": 2566.32,
          "exitPrice": 2577.879,
          "stopDistance": 11.559,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 653
        },
        {
          "entryTs": 1726775880,
          "entryUtc": "2024-09-19T19:58:00.000Z",
          "exitTs": 1726801320,
          "dir": -1,
          "entryPrice": 2588.268,
          "exitPrice": 2592.545,
          "stopDistance": 4.277,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 424
        },
        {
          "entryTs": 1726809000,
          "entryUtc": "2024-09-20T05:10:00.000Z",
          "exitTs": 1726813440,
          "dir": 1,
          "entryPrice": 2592.385,
          "exitPrice": 2598.146,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 74
        },
        {
          "entryTs": 1726823640,
          "entryUtc": "2024-09-20T09:14:00.000Z",
          "exitTs": 1726825980,
          "dir": 1,
          "entryPrice": 2608.615,
          "exitPrice": 2604.47,
          "stopDistance": 4.145,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 39
        },
        {
          "entryTs": 1726839000,
          "entryUtc": "2024-09-20T13:30:00.000Z",
          "exitTs": 1726839900,
          "dir": 1,
          "entryPrice": 2608.217,
          "exitPrice": 2603.959,
          "stopDistance": 4.257,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 15
        },
        {
          "entryTs": 1726842660,
          "entryUtc": "2024-09-20T14:31:00.000Z",
          "exitTs": 1726846740,
          "dir": -1,
          "entryPrice": 2614.165,
          "exitPrice": 2619.216,
          "stopDistance": 5.051,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 68
        },
        {
          "entryTs": 1727051280,
          "entryUtc": "2024-09-23T00:28:00.000Z",
          "exitTs": 1727058840,
          "dir": -1,
          "entryPrice": 2620.105,
          "exitPrice": 2623.411,
          "stopDistance": 3.306,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 126
        },
        {
          "entryTs": 1727123100,
          "entryUtc": "2024-09-23T20:25:00.000Z",
          "exitTs": 1727147700,
          "dir": -1,
          "entryPrice": 2627.383,
          "exitPrice": 2630.893,
          "stopDistance": 3.51,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 410
        },
        {
          "entryTs": 1727156700,
          "entryUtc": "2024-09-24T05:45:00.000Z",
          "exitTs": 1727157360,
          "dir": 1,
          "entryPrice": 2631.631,
          "exitPrice": 2628.495,
          "stopDistance": 3.137,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 11
        },
        {
          "entryTs": 1727177820,
          "entryUtc": "2024-09-24T11:37:00.000Z",
          "exitTs": 1727183220,
          "dir": 1,
          "entryPrice": 2626.6,
          "exitPrice": 2635.071,
          "stopDistance": 4.236,
          "outcome": "target",
          "netR": 1.9126,
          "holdMinutes": 90
        },
        {
          "entryTs": 1727227680,
          "entryUtc": "2024-09-25T01:28:00.000Z",
          "exitTs": 1727232660,
          "dir": 1,
          "entryPrice": 2658.25,
          "exitPrice": 2665.358,
          "stopDistance": 3.554,
          "outcome": "target",
          "netR": 1.8959,
          "holdMinutes": 83
        },
        {
          "entryTs": 1727234160,
          "entryUtc": "2024-09-25T03:16:00.000Z",
          "exitTs": 1727238120,
          "dir": 1,
          "entryPrice": 2662.846,
          "exitPrice": 2657.798,
          "stopDistance": 5.048,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 66
        },
        {
          "entryTs": 1727250780,
          "entryUtc": "2024-09-25T07:53:00.000Z",
          "exitTs": 1727267400,
          "dir": -1,
          "entryPrice": 2655.9,
          "exitPrice": 2660.663,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 277
        },
        {
          "entryTs": 1727275860,
          "entryUtc": "2024-09-25T14:51:00.000Z",
          "exitTs": 1727281200,
          "dir": 1,
          "entryPrice": 2657.072,
          "exitPrice": 2652.759,
          "stopDistance": 4.313,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 89
        },
        {
          "entryTs": 1727285280,
          "entryUtc": "2024-09-25T17:28:00.000Z",
          "exitTs": 1727336940,
          "dir": -1,
          "entryPrice": 2659.735,
          "exitPrice": 2665.449,
          "stopDistance": 5.714,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 861
        },
        {
          "entryTs": 1727346600,
          "entryUtc": "2024-09-26T10:30:00.000Z",
          "exitTs": 1727348760,
          "dir": 1,
          "entryPrice": 2670.018,
          "exitPrice": 2677.729,
          "stopDistance": 3.856,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 36
        },
        {
          "entryTs": 1727364840,
          "entryUtc": "2024-09-26T15:34:00.000Z",
          "exitTs": 1727448480,
          "dir": -1,
          "entryPrice": 2672.635,
          "exitPrice": 2654.677,
          "stopDistance": 8.979,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 1394
        },
        {
          "entryTs": 1727464740,
          "entryUtc": "2024-09-27T19:19:00.000Z",
          "exitTs": 1727470320,
          "dir": -1,
          "entryPrice": 2649.628,
          "exitPrice": 2656.651,
          "stopDistance": 7.023,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 93
        },
        {
          "entryTs": 1727660760,
          "entryUtc": "2024-09-30T01:46:00.000Z",
          "exitTs": 1727660880,
          "dir": 1,
          "entryPrice": 2653.917,
          "exitPrice": 2649.007,
          "stopDistance": 4.909,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 2
        },
        {
          "entryTs": 1727682420,
          "entryUtc": "2024-09-30T07:47:00.000Z",
          "exitTs": 1727687040,
          "dir": 1,
          "entryPrice": 2654.602,
          "exitPrice": 2650.483,
          "stopDistance": 4.118,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 77
        },
        {
          "entryTs": 1727704680,
          "entryUtc": "2024-09-30T13:58:00.000Z",
          "exitTs": 1727720760,
          "dir": -1,
          "entryPrice": 2637.91,
          "exitPrice": 2625.35,
          "stopDistance": 6.28,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 268
        },
        {
          "entryTs": 1727729700,
          "entryUtc": "2024-09-30T20:55:00.000Z",
          "exitTs": 1727759280,
          "dir": -1,
          "entryPrice": 2634.661,
          "exitPrice": 2640.51,
          "stopDistance": 5.849,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 493
        },
        {
          "entryTs": 1727781900,
          "entryUtc": "2024-10-01T11:25:00.000Z",
          "exitTs": 1727784780,
          "dir": 1,
          "entryPrice": 2648.78,
          "exitPrice": 2655.018,
          "stopDistance": 3.119,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 48
        },
        {
          "entryTs": 1727787420,
          "entryUtc": "2024-10-01T12:57:00.000Z",
          "exitTs": 1727789580,
          "dir": 1,
          "entryPrice": 2651.605,
          "exitPrice": 2659.144,
          "stopDistance": 3.769,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 36
        },
        {
          "entryTs": 1727792280,
          "entryUtc": "2024-10-01T14:18:00.000Z",
          "exitTs": 1727800320,
          "dir": 1,
          "entryPrice": 2657.485,
          "exitPrice": 2669.005,
          "stopDistance": 5.76,
          "outcome": "target",
          "netR": 1.9358,
          "holdMinutes": 134
        },
        {
          "entryTs": 1727804160,
          "entryUtc": "2024-10-01T17:36:00.000Z",
          "exitTs": 1727842560,
          "dir": 1,
          "entryPrice": 2662.576,
          "exitPrice": 2654.746,
          "stopDistance": 7.83,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 640
        },
        {
          "entryTs": 1727854260,
          "entryUtc": "2024-10-02T07:31:00.000Z",
          "exitTs": 1727871360,
          "dir": -1,
          "entryPrice": 2654.303,
          "exitPrice": 2646.451,
          "stopDistance": 3.926,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 285
        },
        {
          "entryTs": 1727872260,
          "entryUtc": "2024-10-02T12:31:00.000Z",
          "exitTs": 1727872560,
          "dir": -1,
          "entryPrice": 2648.052,
          "exitPrice": 2652.576,
          "stopDistance": 4.524,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 5
        },
        {
          "entryTs": 1727880840,
          "entryUtc": "2024-10-02T14:54:00.000Z",
          "exitTs": 1727881500,
          "dir": 1,
          "entryPrice": 2650.846,
          "exitPrice": 2645.189,
          "stopDistance": 5.657,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 11
        },
        {
          "entryTs": 1727891820,
          "entryUtc": "2024-10-02T17:57:00.000Z",
          "exitTs": 1727901120,
          "dir": -1,
          "entryPrice": 2652.335,
          "exitPrice": 2659.543,
          "stopDistance": 7.208,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 155
        },
        {
          "entryTs": 1727912700,
          "entryUtc": "2024-10-02T23:45:00.000Z",
          "exitTs": 1727919000,
          "dir": 1,
          "entryPrice": 2659.382,
          "exitPrice": 2656.25,
          "stopDistance": 3.132,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 105
        },
        {
          "entryTs": 1727922000,
          "entryUtc": "2024-10-03T02:20:00.000Z",
          "exitTs": 1727939820,
          "dir": -1,
          "entryPrice": 2657.186,
          "exitPrice": 2651.099,
          "stopDistance": 3.044,
          "outcome": "target",
          "netR": 1.8784,
          "holdMinutes": 297
        },
        {
          "entryTs": 1727949960,
          "entryUtc": "2024-10-03T10:06:00.000Z",
          "exitTs": 1727958600,
          "dir": 1,
          "entryPrice": 2644.57,
          "exitPrice": 2653.406,
          "stopDistance": 4.418,
          "outcome": "target",
          "netR": 1.9163,
          "holdMinutes": 144
        },
        {
          "entryTs": 1727958900,
          "entryUtc": "2024-10-03T12:35:00.000Z",
          "exitTs": 1727960100,
          "dir": 1,
          "entryPrice": 2647.431,
          "exitPrice": 2643.066,
          "stopDistance": 4.365,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 20
        },
        {
          "entryTs": 1727961060,
          "entryUtc": "2024-10-03T13:11:00.000Z",
          "exitTs": 1727962260,
          "dir": -1,
          "entryPrice": 2644.983,
          "exitPrice": 2650.26,
          "stopDistance": 5.277,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 20
        },
        {
          "entryTs": 1728002220,
          "entryUtc": "2024-10-04T00:37:00.000Z",
          "exitTs": 1728009420,
          "dir": 1,
          "entryPrice": 2655.625,
          "exitPrice": 2661.493,
          "stopDistance": 2.934,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 120
        },
        {
          "entryTs": 1728023400,
          "entryUtc": "2024-10-04T06:30:00.000Z",
          "exitTs": 1728025020,
          "dir": 1,
          "entryPrice": 2663.816,
          "exitPrice": 2661.042,
          "stopDistance": 2.775,
          "outcome": "stop",
          "netR": -1.1514,
          "holdMinutes": 27
        },
        {
          "entryTs": 1728038760,
          "entryUtc": "2024-10-04T10:46:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2660.32,
          "exitPrice": 2653.97,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 104
        },
        {
          "entryTs": 1728053520,
          "entryUtc": "2024-10-04T14:52:00.000Z",
          "exitTs": 1728054180,
          "dir": -1,
          "entryPrice": 2658.375,
          "exitPrice": 2661.705,
          "stopDistance": 3.33,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 11
        },
        {
          "entryTs": 1728059640,
          "entryUtc": "2024-10-04T16:34:00.000Z",
          "exitTs": 1728252000,
          "dir": 1,
          "entryPrice": 2643.872,
          "exitPrice": 2650.965,
          "stopDistance": 7.874,
          "outcome": "time",
          "netR": 0.8538,
          "holdMinutes": 3206
        },
        {
          "entryTs": 1728260700,
          "entryUtc": "2024-10-07T00:25:00.000Z",
          "exitTs": 1728279660,
          "dir": -1,
          "entryPrice": 2650.292,
          "exitPrice": 2642.121,
          "stopDistance": 4.085,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 316
        },
        {
          "entryTs": 1728284820,
          "entryUtc": "2024-10-07T07:07:00.000Z",
          "exitTs": 1728286620,
          "dir": -1,
          "entryPrice": 2645.65,
          "exitPrice": 2648.94,
          "stopDistance": 3.29,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 30
        },
        {
          "entryTs": 1728303600,
          "entryUtc": "2024-10-07T12:20:00.000Z",
          "exitTs": 1728303900,
          "dir": 1,
          "entryPrice": 2653.84,
          "exitPrice": 2649.833,
          "stopDistance": 4.007,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 5
        },
        {
          "entryTs": 1728307260,
          "entryUtc": "2024-10-07T13:21:00.000Z",
          "exitTs": 1728308400,
          "dir": -1,
          "entryPrice": 2653.4,
          "exitPrice": 2644.416,
          "stopDistance": 4.492,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 19
        },
        {
          "entryTs": 1728317040,
          "entryUtc": "2024-10-07T16:04:00.000Z",
          "exitTs": 1728354540,
          "dir": 1,
          "entryPrice": 2644.955,
          "exitPrice": 2637.69,
          "stopDistance": 7.265,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 625
        },
        {
          "entryTs": 1728356580,
          "entryUtc": "2024-10-08T03:03:00.000Z",
          "exitTs": 1728359040,
          "dir": -1,
          "entryPrice": 2639.625,
          "exitPrice": 2644.843,
          "stopDistance": 5.218,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 41
        },
        {
          "entryTs": 1728366660,
          "entryUtc": "2024-10-08T05:51:00.000Z",
          "exitTs": 1728369300,
          "dir": 1,
          "entryPrice": 2643.77,
          "exitPrice": 2639.047,
          "stopDistance": 4.723,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 44
        },
        {
          "entryTs": 1728436020,
          "entryUtc": "2024-10-09T01:07:00.000Z",
          "exitTs": 1728443700,
          "dir": -1,
          "entryPrice": 2622.251,
          "exitPrice": 2615.239,
          "stopDistance": 3.506,
          "outcome": "target",
          "netR": 1.8945,
          "holdMinutes": 128
        },
        {
          "entryTs": 1728446700,
          "entryUtc": "2024-10-09T04:05:00.000Z",
          "exitTs": 1728451500,
          "dir": -1,
          "entryPrice": 2617.48,
          "exitPrice": 2621.52,
          "stopDistance": 4.039,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 80
        },
        {
          "entryTs": 1728453720,
          "entryUtc": "2024-10-09T06:02:00.000Z",
          "exitTs": 1728454800,
          "dir": 1,
          "entryPrice": 2617.77,
          "exitPrice": 2613.907,
          "stopDistance": 3.863,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 18
        },
        {
          "entryTs": 1728465900,
          "entryUtc": "2024-10-09T09:25:00.000Z",
          "exitTs": 1728480960,
          "dir": -1,
          "entryPrice": 2618,
          "exitPrice": 2609.182,
          "stopDistance": 4.409,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 251
        },
        {
          "entryTs": 1728500820,
          "entryUtc": "2024-10-09T19:07:00.000Z",
          "exitTs": 1728528120,
          "dir": -1,
          "entryPrice": 2608.508,
          "exitPrice": 2613.369,
          "stopDistance": 4.861,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 455
        },
        {
          "entryTs": 1728544980,
          "entryUtc": "2024-10-10T07:23:00.000Z",
          "exitTs": 1728546180,
          "dir": -1,
          "entryPrice": 2613.34,
          "exitPrice": 2616.817,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 20
        },
        {
          "entryTs": 1728547260,
          "entryUtc": "2024-10-10T08:01:00.000Z",
          "exitTs": 1728563400,
          "dir": 1,
          "entryPrice": 2614.617,
          "exitPrice": 2610.926,
          "stopDistance": 3.691,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 269
        },
        {
          "entryTs": 1728566400,
          "entryUtc": "2024-10-10T13:20:00.000Z",
          "exitTs": 1728568860,
          "dir": 1,
          "entryPrice": 2617.745,
          "exitPrice": 2629.193,
          "stopDistance": 5.724,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 41
        },
        {
          "entryTs": 1728581460,
          "entryUtc": "2024-10-10T17:31:00.000Z",
          "exitTs": 1728587220,
          "dir": -1,
          "entryPrice": 2622.69,
          "exitPrice": 2629.652,
          "stopDistance": 6.962,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 96
        },
        {
          "entryTs": 1728601560,
          "entryUtc": "2024-10-10T23:06:00.000Z",
          "exitTs": 1728603180,
          "dir": -1,
          "entryPrice": 2629.73,
          "exitPrice": 2634.133,
          "stopDistance": 4.403,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 27
        },
        {
          "entryTs": 1729058400,
          "entryUtc": "2024-10-16T06:00:00.000Z",
          "exitTs": 1729059240,
          "dir": 1,
          "entryPrice": 2666.937,
          "exitPrice": 2674.462,
          "stopDistance": 3.763,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 14
        },
        {
          "entryTs": 1729073580,
          "entryUtc": "2024-10-16T10:13:00.000Z",
          "exitTs": 1729085760,
          "dir": 1,
          "entryPrice": 2676.605,
          "exitPrice": 2684.686,
          "stopDistance": 4.041,
          "outcome": "target",
          "netR": 1.9084,
          "holdMinutes": 203
        },
        {
          "entryTs": 1729086480,
          "entryUtc": "2024-10-16T13:48:00.000Z",
          "exitTs": 1729086720,
          "dir": 1,
          "entryPrice": 2680.813,
          "exitPrice": 2676.047,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 4
        },
        {
          "entryTs": 1729087800,
          "entryUtc": "2024-10-16T14:10:00.000Z",
          "exitTs": 1729130460,
          "dir": -1,
          "entryPrice": 2677.481,
          "exitPrice": 2683.166,
          "stopDistance": 5.685,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 711
        },
        {
          "entryTs": 1729142280,
          "entryUtc": "2024-10-17T05:18:00.000Z",
          "exitTs": 1729147200,
          "dir": -1,
          "entryPrice": 2681.445,
          "exitPrice": 2684.874,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 82
        },
        {
          "entryTs": 1729151040,
          "entryUtc": "2024-10-17T07:44:00.000Z",
          "exitTs": 1729160700,
          "dir": -1,
          "entryPrice": 2682.23,
          "exitPrice": 2686.48,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 161
        },
        {
          "entryTs": 1729166100,
          "entryUtc": "2024-10-17T11:55:00.000Z",
          "exitTs": 1729167420,
          "dir": 1,
          "entryPrice": 2682.154,
          "exitPrice": 2677.593,
          "stopDistance": 4.561,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 22
        },
        {
          "entryTs": 1729169700,
          "entryUtc": "2024-10-17T12:55:00.000Z",
          "exitTs": 1729171380,
          "dir": -1,
          "entryPrice": 2680.615,
          "exitPrice": 2685.601,
          "stopDistance": 4.986,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 28
        },
        {
          "entryTs": 1729184220,
          "entryUtc": "2024-10-17T16:57:00.000Z",
          "exitTs": 1729468800,
          "dir": -1,
          "entryPrice": 2691.865,
          "exitPrice": 2698.258,
          "stopDistance": 6.393,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 4743
        },
        {
          "entryTs": 1729493160,
          "entryUtc": "2024-10-21T06:46:00.000Z",
          "exitTs": 1729494480,
          "dir": -1,
          "entryPrice": 2728.07,
          "exitPrice": 2732.221,
          "stopDistance": 4.151,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 22
        },
        {
          "entryTs": 1729505700,
          "entryUtc": "2024-10-21T10:15:00.000Z",
          "exitTs": 1729511100,
          "dir": 1,
          "entryPrice": 2729.661,
          "exitPrice": 2737.903,
          "stopDistance": 4.121,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 90
        },
        {
          "entryTs": 1729512360,
          "entryUtc": "2024-10-21T12:06:00.000Z",
          "exitTs": 1729521480,
          "dir": 1,
          "entryPrice": 2732.691,
          "exitPrice": 2728.349,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 152
        },
        {
          "entryTs": 1729538940,
          "entryUtc": "2024-10-21T19:29:00.000Z",
          "exitTs": 1729558800,
          "dir": -1,
          "entryPrice": 2720.33,
          "exitPrice": 2725.469,
          "stopDistance": 5.139,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 331
        },
        {
          "entryTs": 1729576200,
          "entryUtc": "2024-10-22T05:50:00.000Z",
          "exitTs": 1729578180,
          "dir": 1,
          "entryPrice": 2729.695,
          "exitPrice": 2736.269,
          "stopDistance": 3.287,
          "outcome": "target",
          "netR": 1.8874,
          "holdMinutes": 33
        },
        {
          "entryTs": 1729588980,
          "entryUtc": "2024-10-22T09:23:00.000Z",
          "exitTs": 1729590900,
          "dir": 1,
          "entryPrice": 2733.569,
          "exitPrice": 2729.797,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 32
        },
        {
          "entryTs": 1729592100,
          "entryUtc": "2024-10-22T10:15:00.000Z",
          "exitTs": 1729593480,
          "dir": -1,
          "entryPrice": 2734.514,
          "exitPrice": 2738.367,
          "stopDistance": 3.853,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 23
        },
        {
          "entryTs": 1729596360,
          "entryUtc": "2024-10-22T11:26:00.000Z",
          "exitTs": 1729597860,
          "dir": 1,
          "entryPrice": 2734.175,
          "exitPrice": 2730.125,
          "stopDistance": 4.05,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 25
        },
        {
          "entryTs": 1729605600,
          "entryUtc": "2024-10-22T14:00:00.000Z",
          "exitTs": 1729615800,
          "dir": 1,
          "entryPrice": 2734.991,
          "exitPrice": 2744.454,
          "stopDistance": 4.731,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 170
        },
        {
          "entryTs": 1729675740,
          "entryUtc": "2024-10-23T09:29:00.000Z",
          "exitTs": 1729685280,
          "dir": 1,
          "entryPrice": 2751.625,
          "exitPrice": 2747.959,
          "stopDistance": 3.666,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 159
        },
        {
          "entryTs": 1729737060,
          "entryUtc": "2024-10-24T02:31:00.000Z",
          "exitTs": 1729747800,
          "dir": 1,
          "entryPrice": 2720.595,
          "exitPrice": 2728.162,
          "stopDistance": 3.784,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 179
        },
        {
          "entryTs": 1729768800,
          "entryUtc": "2024-10-24T11:20:00.000Z",
          "exitTs": 1729776660,
          "dir": 1,
          "entryPrice": 2735.175,
          "exitPrice": 2742.74,
          "stopDistance": 3.782,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 131
        },
        {
          "entryTs": 1729777200,
          "entryUtc": "2024-10-24T13:40:00.000Z",
          "exitTs": 1729777800,
          "dir": 1,
          "entryPrice": 2738.135,
          "exitPrice": 2733.996,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 10
        },
        {
          "entryTs": 1729778580,
          "entryUtc": "2024-10-24T14:03:00.000Z",
          "exitTs": 1729780020,
          "dir": -1,
          "entryPrice": 2735.48,
          "exitPrice": 2725.056,
          "stopDistance": 5.212,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 24
        },
        {
          "entryTs": 1729816200,
          "entryUtc": "2024-10-25T00:30:00.000Z",
          "exitTs": 1729821660,
          "dir": -1,
          "entryPrice": 2733.681,
          "exitPrice": 2728.536,
          "stopDistance": 2.573,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 91
        },
        {
          "entryTs": 1729836420,
          "entryUtc": "2024-10-25T06:07:00.000Z",
          "exitTs": 1729844160,
          "dir": 1,
          "entryPrice": 2726.72,
          "exitPrice": 2723.41,
          "stopDistance": 3.31,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 129
        },
        {
          "entryTs": 1729861860,
          "entryUtc": "2024-10-25T13:11:00.000Z",
          "exitTs": 1729865580,
          "dir": 1,
          "entryPrice": 2727.741,
          "exitPrice": 2737.302,
          "stopDistance": 4.78,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 62
        },
        {
          "entryTs": 1730071680,
          "entryUtc": "2024-10-27T23:28:00.000Z",
          "exitTs": 1730077800,
          "dir": -1,
          "entryPrice": 2737.355,
          "exitPrice": 2726.257,
          "stopDistance": 5.549,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 102
        },
        {
          "entryTs": 1730080560,
          "entryUtc": "2024-10-28T01:56:00.000Z",
          "exitTs": 1730094960,
          "dir": -1,
          "entryPrice": 2732.775,
          "exitPrice": 2738.125,
          "stopDistance": 5.35,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 240
        },
        {
          "entryTs": 1730105100,
          "entryUtc": "2024-10-28T08:45:00.000Z",
          "exitTs": 1730121960,
          "dir": -1,
          "entryPrice": 2733.685,
          "exitPrice": 2739.074,
          "stopDistance": 5.389,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 281
        },
        {
          "entryTs": 1730154120,
          "entryUtc": "2024-10-28T22:22:00.000Z",
          "exitTs": 1730160060,
          "dir": -1,
          "entryPrice": 2741.398,
          "exitPrice": 2744.388,
          "stopDistance": 2.99,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 99
        },
        {
          "entryTs": 1730179380,
          "entryUtc": "2024-10-29T05:23:00.000Z",
          "exitTs": 1730181960,
          "dir": 1,
          "entryPrice": 2752.592,
          "exitPrice": 2748.847,
          "stopDistance": 3.744,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 43
        },
        {
          "entryTs": 1730222520,
          "entryUtc": "2024-10-29T17:22:00.000Z",
          "exitTs": 1730248320,
          "dir": 1,
          "entryPrice": 2766.6,
          "exitPrice": 2778.839,
          "stopDistance": 6.119,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 430
        },
        {
          "entryTs": 1730284920,
          "entryUtc": "2024-10-30T10:42:00.000Z",
          "exitTs": 1730289420,
          "dir": 1,
          "entryPrice": 2782.02,
          "exitPrice": 2778.187,
          "stopDistance": 3.833,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 75
        },
        {
          "entryTs": 1730292060,
          "entryUtc": "2024-10-30T12:41:00.000Z",
          "exitTs": 1730294040,
          "dir": -1,
          "entryPrice": 2782.258,
          "exitPrice": 2786.262,
          "stopDistance": 4.004,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 33
        },
        {
          "entryTs": 1730294760,
          "entryUtc": "2024-10-30T13:26:00.000Z",
          "exitTs": 1730295060,
          "dir": 1,
          "entryPrice": 2781.375,
          "exitPrice": 2776.834,
          "stopDistance": 4.541,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 5
        },
        {
          "entryTs": 1730333640,
          "entryUtc": "2024-10-31T00:14:00.000Z",
          "exitTs": 1730336520,
          "dir": -1,
          "entryPrice": 2786.496,
          "exitPrice": 2789.406,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 48
        },
        {
          "entryTs": 1730352120,
          "entryUtc": "2024-10-31T05:22:00.000Z",
          "exitTs": 1730358120,
          "dir": -1,
          "entryPrice": 2785.419,
          "exitPrice": 2778.866,
          "stopDistance": 3.277,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 100
        },
        {
          "entryTs": 1730359980,
          "entryUtc": "2024-10-31T07:33:00.000Z",
          "exitTs": 1730369160,
          "dir": -1,
          "entryPrice": 2783.03,
          "exitPrice": 2775.641,
          "stopDistance": 3.694,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 153
        },
        {
          "entryTs": 1730370480,
          "entryUtc": "2024-10-31T10:28:00.000Z",
          "exitTs": 1730372460,
          "dir": -1,
          "entryPrice": 2777.415,
          "exitPrice": 2781.109,
          "stopDistance": 3.694,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 33
        },
        {
          "entryTs": 1730373120,
          "entryUtc": "2024-10-31T11:12:00.000Z",
          "exitTs": 1730378220,
          "dir": 1,
          "entryPrice": 2778.747,
          "exitPrice": 2774.771,
          "stopDistance": 3.976,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 85
        },
        {
          "entryTs": 1730412420,
          "entryUtc": "2024-10-31T22:07:00.000Z",
          "exitTs": 1730436300,
          "dir": -1,
          "entryPrice": 2747.366,
          "exitPrice": 2752.468,
          "stopDistance": 5.101,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 398
        },
        {
          "entryTs": 1730459040,
          "entryUtc": "2024-11-01T11:04:00.000Z",
          "exitTs": 1730464200,
          "dir": -1,
          "entryPrice": 2751.25,
          "exitPrice": 2755.49,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 86
        },
        {
          "entryTs": 1730467860,
          "entryUtc": "2024-11-01T13:31:00.000Z",
          "exitTs": 1730471820,
          "dir": 1,
          "entryPrice": 2753.015,
          "exitPrice": 2746.957,
          "stopDistance": 6.058,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 66
        },
        {
          "entryTs": 1730682360,
          "entryUtc": "2024-11-04T01:06:00.000Z",
          "exitTs": 1730710380,
          "dir": 1,
          "entryPrice": 2736.991,
          "exitPrice": 2732.516,
          "stopDistance": 4.475,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 467
        },
        {
          "entryTs": 1730712000,
          "entryUtc": "2024-11-04T09:20:00.000Z",
          "exitTs": 1730712960,
          "dir": -1,
          "entryPrice": 2738.22,
          "exitPrice": 2742.808,
          "stopDistance": 4.588,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730717400,
          "entryUtc": "2024-11-04T10:50:00.000Z",
          "exitTs": 1730738940,
          "dir": 1,
          "entryPrice": 2738.626,
          "exitPrice": 2733.58,
          "stopDistance": 5.046,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 359
        },
        {
          "entryTs": 1730761200,
          "entryUtc": "2024-11-04T23:00:00.000Z",
          "exitTs": 1730774100,
          "dir": -1,
          "entryPrice": 2737.15,
          "exitPrice": 2730.03,
          "stopDistance": 3.56,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 215
        },
        {
          "entryTs": 1730777820,
          "entryUtc": "2024-11-05T03:37:00.000Z",
          "exitTs": 1730778540,
          "dir": -1,
          "entryPrice": 2730.785,
          "exitPrice": 2734.549,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 12
        },
        {
          "entryTs": 1730786940,
          "entryUtc": "2024-11-05T06:09:00.000Z",
          "exitTs": 1730788620,
          "dir": -1,
          "entryPrice": 2734.005,
          "exitPrice": 2737.59,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 28
        },
        {
          "entryTs": 1730793240,
          "entryUtc": "2024-11-05T07:54:00.000Z",
          "exitTs": 1730797200,
          "dir": 1,
          "entryPrice": 2735.595,
          "exitPrice": 2743.225,
          "stopDistance": 3.815,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 66
        },
        {
          "entryTs": 1730801460,
          "entryUtc": "2024-11-05T10:11:00.000Z",
          "exitTs": 1730815260,
          "dir": 1,
          "entryPrice": 2737.547,
          "exitPrice": 2746.673,
          "stopDistance": 4.563,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 230
        },
        {
          "entryTs": 1730819100,
          "entryUtc": "2024-11-05T15:05:00.000Z",
          "exitTs": 1730819820,
          "dir": 1,
          "entryPrice": 2739.942,
          "exitPrice": 2735.612,
          "stopDistance": 4.33,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 12
        },
        {
          "entryTs": 1730821680,
          "entryUtc": "2024-11-05T15:48:00.000Z",
          "exitTs": 1730857440,
          "dir": -1,
          "entryPrice": 2741.61,
          "exitPrice": 2747.571,
          "stopDistance": 5.961,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 596
        },
        {
          "entryTs": 1730860380,
          "entryUtc": "2024-11-06T02:33:00.000Z",
          "exitTs": 1730862000,
          "dir": 1,
          "entryPrice": 2741.695,
          "exitPrice": 2736.463,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 27
        },
        {
          "entryTs": 1730868000,
          "entryUtc": "2024-11-06T04:40:00.000Z",
          "exitTs": 1730874360,
          "dir": -1,
          "entryPrice": 2740.015,
          "exitPrice": 2724.829,
          "stopDistance": 7.593,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 106
        },
        {
          "entryTs": 1730877540,
          "entryUtc": "2024-11-06T07:19:00.000Z",
          "exitTs": 1730892540,
          "dir": -1,
          "entryPrice": 2729.431,
          "exitPrice": 2711.749,
          "stopDistance": 8.841,
          "outcome": "target",
          "netR": 1.9581,
          "holdMinutes": 250
        },
        {
          "entryTs": 1730934600,
          "entryUtc": "2024-11-06T23:10:00.000Z",
          "exitTs": 1731024000,
          "dir": -1,
          "entryPrice": 2663.765,
          "exitPrice": 2670.045,
          "stopDistance": 6.28,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 1490
        },
        {
          "entryTs": 1731068520,
          "entryUtc": "2024-11-08T12:22:00.000Z",
          "exitTs": 1731074040,
          "dir": 1,
          "entryPrice": 2687.917,
          "exitPrice": 2698.941,
          "stopDistance": 5.512,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 92
        },
        {
          "entryTs": 1731076680,
          "entryUtc": "2024-11-08T14:38:00.000Z",
          "exitTs": 1731077100,
          "dir": 1,
          "entryPrice": 2694.37,
          "exitPrice": 2688.234,
          "stopDistance": 6.136,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 7
        },
        {
          "entryTs": 1731086160,
          "entryUtc": "2024-11-08T17:16:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2687.745,
          "exitPrice": 2684.498,
          "stopDistance": 7.315,
          "outcome": "time",
          "netR": 0.3933,
          "holdMinutes": 3224
        },
        {
          "entryTs": 1731286920,
          "entryUtc": "2024-11-11T01:02:00.000Z",
          "exitTs": 1731287100,
          "dir": 1,
          "entryPrice": 2682.206,
          "exitPrice": 2678.096,
          "stopDistance": 4.11,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 3
        },
        {
          "entryTs": 1731302520,
          "entryUtc": "2024-11-11T05:22:00.000Z",
          "exitTs": 1731316800,
          "dir": 1,
          "entryPrice": 2670.07,
          "exitPrice": 2665.722,
          "stopDistance": 4.348,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 238
        },
        {
          "entryTs": 1731319320,
          "entryUtc": "2024-11-11T10:02:00.000Z",
          "exitTs": 1731320220,
          "dir": -1,
          "entryPrice": 2667.97,
          "exitPrice": 2672.545,
          "stopDistance": 4.575,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 15
        },
        {
          "entryTs": 1731321060,
          "entryUtc": "2024-11-11T10:31:00.000Z",
          "exitTs": 1731322440,
          "dir": 1,
          "entryPrice": 2669.795,
          "exitPrice": 2664.897,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 23
        },
        {
          "entryTs": 1731324180,
          "entryUtc": "2024-11-11T11:23:00.000Z",
          "exitTs": 1731330000,
          "dir": -1,
          "entryPrice": 2665.815,
          "exitPrice": 2654.719,
          "stopDistance": 5.548,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 97
        },
        {
          "entryTs": 1731346440,
          "entryUtc": "2024-11-11T17:34:00.000Z",
          "exitTs": 1731355620,
          "dir": -1,
          "entryPrice": 2614.67,
          "exitPrice": 2621.962,
          "stopDistance": 7.292,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 153
        },
        {
          "entryTs": 1731397740,
          "entryUtc": "2024-11-12T07:49:00.000Z",
          "exitTs": 1731417660,
          "dir": -1,
          "entryPrice": 2602.559,
          "exitPrice": 2609.232,
          "stopDistance": 6.673,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 332
        },
        {
          "entryTs": 1731468300,
          "entryUtc": "2024-11-13T03:25:00.000Z",
          "exitTs": 1731475920,
          "dir": 1,
          "entryPrice": 2608.74,
          "exitPrice": 2604.283,
          "stopDistance": 4.457,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 127
        },
        {
          "entryTs": 1731485820,
          "entryUtc": "2024-11-13T08:17:00.000Z",
          "exitTs": 1731487080,
          "dir": -1,
          "entryPrice": 2604.26,
          "exitPrice": 2608.545,
          "stopDistance": 4.285,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 21
        },
        {
          "entryTs": 1731488220,
          "entryUtc": "2024-11-13T08:57:00.000Z",
          "exitTs": 1731504600,
          "dir": 1,
          "entryPrice": 2607.405,
          "exitPrice": 2617.116,
          "stopDistance": 4.855,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 273
        },
        {
          "entryTs": 1731507480,
          "entryUtc": "2024-11-13T14:18:00.000Z",
          "exitTs": 1731508620,
          "dir": 1,
          "entryPrice": 2611.645,
          "exitPrice": 2606.081,
          "stopDistance": 5.564,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 19
        },
        {
          "entryTs": 1731539580,
          "entryUtc": "2024-11-13T23:13:00.000Z",
          "exitTs": 1731540180,
          "dir": -1,
          "entryPrice": 2574.57,
          "exitPrice": 2580.271,
          "stopDistance": 5.701,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 10
        },
        {
          "entryTs": 1731540840,
          "entryUtc": "2024-11-13T23:34:00.000Z",
          "exitTs": 1731540840,
          "dir": 1,
          "entryPrice": 2577.02,
          "exitPrice": 2571.058,
          "stopDistance": 5.962,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 0
        },
        {
          "entryTs": 1731543420,
          "entryUtc": "2024-11-14T00:17:00.000Z",
          "exitTs": 1731551820,
          "dir": -1,
          "entryPrice": 2573.21,
          "exitPrice": 2559.611,
          "stopDistance": 6.799,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 140
        },
        {
          "entryTs": 1731560760,
          "entryUtc": "2024-11-14T05:06:00.000Z",
          "exitTs": 1731562620,
          "dir": 1,
          "entryPrice": 2562.12,
          "exitPrice": 2556.857,
          "stopDistance": 5.263,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 31
        },
        {
          "entryTs": 1731564180,
          "entryUtc": "2024-11-14T06:03:00.000Z",
          "exitTs": 1731576600,
          "dir": -1,
          "entryPrice": 2560.15,
          "exitPrice": 2549.344,
          "stopDistance": 5.403,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 207
        },
        {
          "entryTs": 1731584220,
          "entryUtc": "2024-11-14T11:37:00.000Z",
          "exitTs": 1731587280,
          "dir": -1,
          "entryPrice": 2550.224,
          "exitPrice": 2556.722,
          "stopDistance": 6.497,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 51
        },
        {
          "entryTs": 1731593100,
          "entryUtc": "2024-11-14T14:05:00.000Z",
          "exitTs": 1731597120,
          "dir": 1,
          "entryPrice": 2555.025,
          "exitPrice": 2568.424,
          "stopDistance": 6.7,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 67
        },
        {
          "entryTs": 1731614400,
          "entryUtc": "2024-11-14T20:00:00.000Z",
          "exitTs": 1731615060,
          "dir": 1,
          "entryPrice": 2570.755,
          "exitPrice": 2564.171,
          "stopDistance": 6.584,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 11
        },
        {
          "entryTs": 1731615360,
          "entryUtc": "2024-11-14T20:16:00.000Z",
          "exitTs": 1731651540,
          "dir": -1,
          "entryPrice": 2568.567,
          "exitPrice": 2555.045,
          "stopDistance": 6.761,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 603
        },
        {
          "entryTs": 1731668400,
          "entryUtc": "2024-11-15T11:00:00.000Z",
          "exitTs": 1731677580,
          "dir": 1,
          "entryPrice": 2566.67,
          "exitPrice": 2561.719,
          "stopDistance": 4.951,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 153
        },
        {
          "entryTs": 1731679500,
          "entryUtc": "2024-11-15T14:05:00.000Z",
          "exitTs": 1731884400,
          "dir": -1,
          "entryPrice": 2570.09,
          "exitPrice": 2567.675,
          "stopDistance": 6.681,
          "outcome": "time",
          "netR": 0.3061,
          "holdMinutes": 3415
        },
        {
          "entryTs": 1731917940,
          "entryUtc": "2024-11-18T08:19:00.000Z",
          "exitTs": 1731923100,
          "dir": -1,
          "entryPrice": 2588.985,
          "exitPrice": 2593.952,
          "stopDistance": 4.967,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 86
        },
        {
          "entryTs": 1731936060,
          "entryUtc": "2024-11-18T13:21:00.000Z",
          "exitTs": 1731938940,
          "dir": 1,
          "entryPrice": 2594.48,
          "exitPrice": 2605.441,
          "stopDistance": 5.481,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 48
        },
        {
          "entryTs": 1731957840,
          "entryUtc": "2024-11-18T19:24:00.000Z",
          "exitTs": 1731983400,
          "dir": 1,
          "entryPrice": 2609.845,
          "exitPrice": 2619.318,
          "stopDistance": 4.736,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 426
        },
        {
          "entryTs": 1731999660,
          "entryUtc": "2024-11-19T07:01:00.000Z",
          "exitTs": 1732000020,
          "dir": 1,
          "entryPrice": 2623.86,
          "exitPrice": 2620.147,
          "stopDistance": 3.713,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 6
        },
        {
          "entryTs": 1732004400,
          "entryUtc": "2024-11-19T08:20:00.000Z",
          "exitTs": 1732005720,
          "dir": -1,
          "entryPrice": 2621.329,
          "exitPrice": 2625.528,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 22
        },
        {
          "entryTs": 1732022340,
          "entryUtc": "2024-11-19T13:19:00.000Z",
          "exitTs": 1732025760,
          "dir": 1,
          "entryPrice": 2633.906,
          "exitPrice": 2628.649,
          "stopDistance": 5.257,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 57
        },
        {
          "entryTs": 1732036860,
          "entryUtc": "2024-11-19T17:21:00.000Z",
          "exitTs": 1732062840,
          "dir": -1,
          "entryPrice": 2630.99,
          "exitPrice": 2638.034,
          "stopDistance": 7.044,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 433
        },
        {
          "entryTs": 1732158060,
          "entryUtc": "2024-11-21T03:01:00.000Z",
          "exitTs": 1732164120,
          "dir": 1,
          "entryPrice": 2650.925,
          "exitPrice": 2658.237,
          "stopDistance": 3.656,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 101
        },
        {
          "entryTs": 1732166400,
          "entryUtc": "2024-11-21T05:20:00.000Z",
          "exitTs": 1732173780,
          "dir": 1,
          "entryPrice": 2654.534,
          "exitPrice": 2662.095,
          "stopDistance": 3.78,
          "outcome": "target",
          "netR": 1.9021,
          "holdMinutes": 123
        },
        {
          "entryTs": 1732190640,
          "entryUtc": "2024-11-21T12:04:00.000Z",
          "exitTs": 1732191480,
          "dir": 1,
          "entryPrice": 2668.354,
          "exitPrice": 2663.861,
          "stopDistance": 4.494,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 14
        },
        {
          "entryTs": 1732198200,
          "entryUtc": "2024-11-21T14:10:00.000Z",
          "exitTs": 1732216140,
          "dir": -1,
          "entryPrice": 2668.12,
          "exitPrice": 2673.052,
          "stopDistance": 4.932,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 299
        },
        {
          "entryTs": 1732251600,
          "entryUtc": "2024-11-22T05:00:00.000Z",
          "exitTs": 1732261680,
          "dir": 1,
          "entryPrice": 2686.804,
          "exitPrice": 2696.961,
          "stopDistance": 5.078,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 168
        },
        {
          "entryTs": 1732289640,
          "entryUtc": "2024-11-22T15:34:00.000Z",
          "exitTs": 1732298400,
          "dir": -1,
          "entryPrice": 2700.435,
          "exitPrice": 2707.681,
          "stopDistance": 7.246,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 146
        },
        {
          "entryTs": 1732530000,
          "entryUtc": "2024-11-25T10:20:00.000Z",
          "exitTs": 1732533420,
          "dir": 1,
          "entryPrice": 2669.04,
          "exitPrice": 2684.54,
          "stopDistance": 7.75,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 57
        },
        {
          "entryTs": 1732580460,
          "entryUtc": "2024-11-26T00:21:00.000Z",
          "exitTs": 1732581000,
          "dir": -1,
          "entryPrice": 2616.707,
          "exitPrice": 2624.324,
          "stopDistance": 7.617,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 9
        },
        {
          "entryTs": 1732597680,
          "entryUtc": "2024-11-26T05:08:00.000Z",
          "exitTs": 1732606020,
          "dir": 1,
          "entryPrice": 2624.332,
          "exitPrice": 2616.934,
          "stopDistance": 7.397,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 139
        },
        {
          "entryTs": 1732612440,
          "entryUtc": "2024-11-26T09:14:00.000Z",
          "exitTs": 1732613940,
          "dir": -1,
          "entryPrice": 2620.797,
          "exitPrice": 2626.689,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 25
        },
        {
          "entryTs": 1732623840,
          "entryUtc": "2024-11-26T12:24:00.000Z",
          "exitTs": 1732626840,
          "dir": 1,
          "entryPrice": 2630.315,
          "exitPrice": 2641.733,
          "stopDistance": 5.709,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 50
        },
        {
          "entryTs": 1732627320,
          "entryUtc": "2024-11-26T13:22:00.000Z",
          "exitTs": 1732628820,
          "dir": 1,
          "entryPrice": 2635.464,
          "exitPrice": 2629.091,
          "stopDistance": 6.374,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 25
        },
        {
          "entryTs": 1732635360,
          "entryUtc": "2024-11-26T15:36:00.000Z",
          "exitTs": 1732674300,
          "dir": -1,
          "entryPrice": 2629.171,
          "exitPrice": 2637.378,
          "stopDistance": 8.207,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 649
        },
        {
          "entryTs": 1732687380,
          "entryUtc": "2024-11-27T06:03:00.000Z",
          "exitTs": 1732697340,
          "dir": 1,
          "entryPrice": 2641.071,
          "exitPrice": 2649.477,
          "stopDistance": 4.203,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 166
        },
        {
          "entryTs": 1732705920,
          "entryUtc": "2024-11-27T11:12:00.000Z",
          "exitTs": 1732715460,
          "dir": 1,
          "entryPrice": 2646.161,
          "exitPrice": 2655.564,
          "stopDistance": 4.701,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 159
        },
        {
          "entryTs": 1732716540,
          "entryUtc": "2024-11-27T14:09:00.000Z",
          "exitTs": 1732719660,
          "dir": 1,
          "entryPrice": 2650.586,
          "exitPrice": 2644.963,
          "stopDistance": 5.623,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 52
        },
        {
          "entryTs": 1732738320,
          "entryUtc": "2024-11-27T20:12:00.000Z",
          "exitTs": 1732756080,
          "dir": -1,
          "entryPrice": 2638.185,
          "exitPrice": 2626.904,
          "stopDistance": 5.64,
          "outcome": "target",
          "netR": 1.9344,
          "holdMinutes": 296
        },
        {
          "entryTs": 1732764420,
          "entryUtc": "2024-11-28T03:27:00.000Z",
          "exitTs": 1732775160,
          "dir": -1,
          "entryPrice": 2630.635,
          "exitPrice": 2635.09,
          "stopDistance": 4.455,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 179
        },
        {
          "entryTs": 1732792920,
          "entryUtc": "2024-11-28T11:22:00.000Z",
          "exitTs": 1732799220,
          "dir": 1,
          "entryPrice": 2647.05,
          "exitPrice": 2642.847,
          "stopDistance": 4.203,
          "outcome": "stop",
          "netR": -1.0999,
          "holdMinutes": 105
        },
        {
          "entryTs": 1732840200,
          "entryUtc": "2024-11-29T00:30:00.000Z",
          "exitTs": 1732842660,
          "dir": -1,
          "entryPrice": 2637.834,
          "exitPrice": 2640.723,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 41
        },
        {
          "entryTs": 1732861140,
          "entryUtc": "2024-11-29T06:19:00.000Z",
          "exitTs": 1732868040,
          "dir": 1,
          "entryPrice": 2662.22,
          "exitPrice": 2657.33,
          "stopDistance": 4.891,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 115
        },
        {
          "entryTs": 1732871400,
          "entryUtc": "2024-11-29T09:10:00.000Z",
          "exitTs": 1732876440,
          "dir": -1,
          "entryPrice": 2660.265,
          "exitPrice": 2665.361,
          "stopDistance": 5.096,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 84
        },
        {
          "entryTs": 1732881540,
          "entryUtc": "2024-11-29T11:59:00.000Z",
          "exitTs": 1732891500,
          "dir": 1,
          "entryPrice": 2659.511,
          "exitPrice": 2653.936,
          "stopDistance": 5.575,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 166
        },
        {
          "entryTs": 1733103600,
          "entryUtc": "2024-12-02T01:40:00.000Z",
          "exitTs": 1733138460,
          "dir": -1,
          "entryPrice": 2635.155,
          "exitPrice": 2642.796,
          "stopDistance": 7.641,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 581
        },
        {
          "entryTs": 1733154360,
          "entryUtc": "2024-12-02T15:46:00.000Z",
          "exitTs": 1733163780,
          "dir": 1,
          "entryPrice": 2640.575,
          "exitPrice": 2634.025,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 157
        },
        {
          "entryTs": 1733167320,
          "entryUtc": "2024-12-02T19:22:00.000Z",
          "exitTs": 1733206260,
          "dir": -1,
          "entryPrice": 2639.605,
          "exitPrice": 2645.549,
          "stopDistance": 5.944,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 649
        },
        {
          "entryTs": 1733213160,
          "entryUtc": "2024-12-03T08:06:00.000Z",
          "exitTs": 1733233740,
          "dir": 1,
          "entryPrice": 2641.725,
          "exitPrice": 2650.265,
          "stopDistance": 4.27,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 343
        },
        {
          "entryTs": 1733269200,
          "entryUtc": "2024-12-03T23:40:00.000Z",
          "exitTs": 1733277840,
          "dir": -1,
          "entryPrice": 2642.55,
          "exitPrice": 2646.26,
          "stopDistance": 3.71,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 144
        },
        {
          "entryTs": 1733279280,
          "entryUtc": "2024-12-04T02:28:00.000Z",
          "exitTs": 1733290260,
          "dir": 1,
          "entryPrice": 2642.825,
          "exitPrice": 2650.705,
          "stopDistance": 3.94,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 183
        },
        {
          "entryTs": 1733296860,
          "entryUtc": "2024-12-04T07:21:00.000Z",
          "exitTs": 1733298120,
          "dir": 1,
          "entryPrice": 2645.615,
          "exitPrice": 2641.988,
          "stopDistance": 3.627,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 21
        },
        {
          "entryTs": 1733315280,
          "entryUtc": "2024-12-04T12:28:00.000Z",
          "exitTs": 1733316660,
          "dir": 1,
          "entryPrice": 2641.73,
          "exitPrice": 2637.821,
          "stopDistance": 3.909,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 23
        },
        {
          "entryTs": 1733318520,
          "entryUtc": "2024-12-04T13:22:00.000Z",
          "exitTs": 1733319000,
          "dir": -1,
          "entryPrice": 2641.85,
          "exitPrice": 2646.36,
          "stopDistance": 4.511,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 8
        },
        {
          "entryTs": 1733343060,
          "entryUtc": "2024-12-04T20:11:00.000Z",
          "exitTs": 1733386620,
          "dir": 1,
          "entryPrice": 2650.116,
          "exitPrice": 2644.588,
          "stopDistance": 5.528,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 726
        },
        {
          "entryTs": 1733393100,
          "entryUtc": "2024-12-05T10:05:00.000Z",
          "exitTs": 1733398260,
          "dir": -1,
          "entryPrice": 2646.327,
          "exitPrice": 2650.579,
          "stopDistance": 4.252,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 86
        },
        {
          "entryTs": 1733405040,
          "entryUtc": "2024-12-05T13:24:00.000Z",
          "exitTs": 1733410140,
          "dir": 1,
          "entryPrice": 2647.505,
          "exitPrice": 2643.483,
          "stopDistance": 4.022,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 85
        },
        {
          "entryTs": 1733446500,
          "entryUtc": "2024-12-06T00:55:00.000Z",
          "exitTs": 1733447100,
          "dir": 1,
          "entryPrice": 2630.542,
          "exitPrice": 2626.767,
          "stopDistance": 3.775,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 10
        },
        {
          "entryTs": 1733449080,
          "entryUtc": "2024-12-06T01:38:00.000Z",
          "exitTs": 1733454660,
          "dir": -1,
          "entryPrice": 2623.155,
          "exitPrice": 2628.248,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 93
        },
        {
          "entryTs": 1733477640,
          "entryUtc": "2024-12-06T09:34:00.000Z",
          "exitTs": 1733481600,
          "dir": 1,
          "entryPrice": 2640.48,
          "exitPrice": 2635.457,
          "stopDistance": 5.023,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 66
        },
        {
          "entryTs": 1733488980,
          "entryUtc": "2024-12-06T12:43:00.000Z",
          "exitTs": 1733491860,
          "dir": -1,
          "entryPrice": 2641.085,
          "exitPrice": 2631.441,
          "stopDistance": 4.822,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 48
        },
        {
          "entryTs": 1733496480,
          "entryUtc": "2024-12-06T14:48:00.000Z",
          "exitTs": 1733497920,
          "dir": -1,
          "entryPrice": 2632.621,
          "exitPrice": 2639.806,
          "stopDistance": 7.185,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 24
        },
        {
          "entryTs": 1733516520,
          "entryUtc": "2024-12-06T20:22:00.000Z",
          "exitTs": 1733698800,
          "dir": -1,
          "entryPrice": 2636.045,
          "exitPrice": 2641.459,
          "stopDistance": 5.414,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 3038
        },
        {
          "entryTs": 1733700420,
          "entryUtc": "2024-12-08T23:27:00.000Z",
          "exitTs": 1733702760,
          "dir": 1,
          "entryPrice": 2639.53,
          "exitPrice": 2634.063,
          "stopDistance": 5.467,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 39
        },
        {
          "entryTs": 1733706540,
          "entryUtc": "2024-12-09T01:09:00.000Z",
          "exitTs": 1733707140,
          "dir": -1,
          "entryPrice": 2637.78,
          "exitPrice": 2643.896,
          "stopDistance": 6.116,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 10
        },
        {
          "entryTs": 1733716680,
          "entryUtc": "2024-12-09T03:58:00.000Z",
          "exitTs": 1733736000,
          "dir": 1,
          "entryPrice": 2638.985,
          "exitPrice": 2653.636,
          "stopDistance": 7.325,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 322
        },
        {
          "entryTs": 1733794500,
          "entryUtc": "2024-12-10T01:35:00.000Z",
          "exitTs": 1733796240,
          "dir": 1,
          "entryPrice": 2661.601,
          "exitPrice": 2668.734,
          "stopDistance": 3.566,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 29
        },
        {
          "entryTs": 1733806800,
          "entryUtc": "2024-12-10T05:00:00.000Z",
          "exitTs": 1733817300,
          "dir": 1,
          "entryPrice": 2669.464,
          "exitPrice": 2664.611,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 175
        },
        {
          "entryTs": 1733825700,
          "entryUtc": "2024-12-10T10:15:00.000Z",
          "exitTs": 1733827020,
          "dir": -1,
          "entryPrice": 2667.13,
          "exitPrice": 2671.413,
          "stopDistance": 4.283,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 22
        },
        {
          "entryTs": 1733834160,
          "entryUtc": "2024-12-10T12:36:00.000Z",
          "exitTs": 1733840760,
          "dir": 1,
          "entryPrice": 2674.495,
          "exitPrice": 2684.795,
          "stopDistance": 5.15,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 110
        },
        {
          "entryTs": 1733888880,
          "entryUtc": "2024-12-11T03:48:00.000Z",
          "exitTs": 1733891700,
          "dir": -1,
          "entryPrice": 2697.891,
          "exitPrice": 2688.024,
          "stopDistance": 4.934,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 47
        },
        {
          "entryTs": 1733896920,
          "entryUtc": "2024-12-11T06:02:00.000Z",
          "exitTs": 1733911980,
          "dir": -1,
          "entryPrice": 2692.9,
          "exitPrice": 2698.567,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 251
        },
        {
          "entryTs": 1733913660,
          "entryUtc": "2024-12-11T10:41:00.000Z",
          "exitTs": 1733928900,
          "dir": 1,
          "entryPrice": 2692.161,
          "exitPrice": 2706.357,
          "stopDistance": 7.098,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 254
        },
        {
          "entryTs": 1733938440,
          "entryUtc": "2024-12-11T17:34:00.000Z",
          "exitTs": 1733967000,
          "dir": 1,
          "entryPrice": 2715.389,
          "exitPrice": 2708.46,
          "stopDistance": 6.929,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 476
        },
        {
          "entryTs": 1733995500,
          "entryUtc": "2024-12-12T09:25:00.000Z",
          "exitTs": 1734001260,
          "dir": 1,
          "entryPrice": 2713.988,
          "exitPrice": 2709.14,
          "stopDistance": 4.848,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 96
        },
        {
          "entryTs": 1734003900,
          "entryUtc": "2024-12-12T11:45:00.000Z",
          "exitTs": 1734009300,
          "dir": -1,
          "entryPrice": 2712.86,
          "exitPrice": 2702.51,
          "stopDistance": 5.175,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 90
        },
        {
          "entryTs": 1734010200,
          "entryUtc": "2024-12-12T13:30:00.000Z",
          "exitTs": 1734011760,
          "dir": -1,
          "entryPrice": 2709.545,
          "exitPrice": 2699.429,
          "stopDistance": 5.058,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 26
        },
        {
          "entryTs": 1734070080,
          "entryUtc": "2024-12-13T06:08:00.000Z",
          "exitTs": 1734074880,
          "dir": 1,
          "entryPrice": 2686.679,
          "exitPrice": 2682.578,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 80
        },
        {
          "entryTs": 1734095340,
          "entryUtc": "2024-12-13T13:09:00.000Z",
          "exitTs": 1734096720,
          "dir": 1,
          "entryPrice": 2667.571,
          "exitPrice": 2662.338,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 23
        },
        {
          "entryTs": 1734310800,
          "entryUtc": "2024-12-16T01:00:00.000Z",
          "exitTs": 1734312000,
          "dir": -1,
          "entryPrice": 2648.109,
          "exitPrice": 2652.445,
          "stopDistance": 4.336,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734316260,
          "entryUtc": "2024-12-16T02:31:00.000Z",
          "exitTs": 1734338100,
          "dir": 1,
          "entryPrice": 2651.417,
          "exitPrice": 2661.137,
          "stopDistance": 4.86,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 364
        },
        {
          "entryTs": 1734352440,
          "entryUtc": "2024-12-16T12:34:00.000Z",
          "exitTs": 1734360120,
          "dir": 1,
          "entryPrice": 2659.176,
          "exitPrice": 2655.192,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 128
        },
        {
          "entryTs": 1734369360,
          "entryUtc": "2024-12-16T17:16:00.000Z",
          "exitTs": 1734400560,
          "dir": -1,
          "entryPrice": 2653.125,
          "exitPrice": 2658.418,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 520
        },
        {
          "entryTs": 1734403740,
          "entryUtc": "2024-12-17T02:49:00.000Z",
          "exitTs": 1734405120,
          "dir": 1,
          "entryPrice": 2654.74,
          "exitPrice": 2651.751,
          "stopDistance": 2.989,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 23
        },
        {
          "entryTs": 1734413280,
          "entryUtc": "2024-12-17T05:28:00.000Z",
          "exitTs": 1734420420,
          "dir": -1,
          "entryPrice": 2652.11,
          "exitPrice": 2655.253,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 119
        },
        {
          "entryTs": 1734422400,
          "entryUtc": "2024-12-17T08:00:00.000Z",
          "exitTs": 1734424020,
          "dir": 1,
          "entryPrice": 2652.425,
          "exitPrice": 2648.268,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 27
        },
        {
          "entryTs": 1734442320,
          "entryUtc": "2024-12-17T13:32:00.000Z",
          "exitTs": 1734443460,
          "dir": 1,
          "entryPrice": 2641.371,
          "exitPrice": 2636.69,
          "stopDistance": 4.681,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 19
        },
        {
          "entryTs": 1734445500,
          "entryUtc": "2024-12-17T14:25:00.000Z",
          "exitTs": 1734458220,
          "dir": -1,
          "entryPrice": 2639.771,
          "exitPrice": 2645.662,
          "stopDistance": 5.891,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 212
        },
        {
          "entryTs": 1734471780,
          "entryUtc": "2024-12-17T21:43:00.000Z",
          "exitTs": 1734482280,
          "dir": -1,
          "entryPrice": 2645.87,
          "exitPrice": 2649.795,
          "stopDistance": 3.925,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 175
        },
        {
          "entryTs": 1734488820,
          "entryUtc": "2024-12-18T02:27:00.000Z",
          "exitTs": 1734494520,
          "dir": 1,
          "entryPrice": 2647.219,
          "exitPrice": 2644.049,
          "stopDistance": 3.17,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 95
        },
        {
          "entryTs": 1734497040,
          "entryUtc": "2024-12-18T04:44:00.000Z",
          "exitTs": 1734500820,
          "dir": -1,
          "entryPrice": 2645.665,
          "exitPrice": 2649.023,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 63
        },
        {
          "entryTs": 1734509820,
          "entryUtc": "2024-12-18T08:17:00.000Z",
          "exitTs": 1734511080,
          "dir": -1,
          "entryPrice": 2644.595,
          "exitPrice": 2647.822,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 21
        },
        {
          "entryTs": 1734515700,
          "entryUtc": "2024-12-18T09:55:00.000Z",
          "exitTs": 1734526860,
          "dir": 1,
          "entryPrice": 2646.301,
          "exitPrice": 2642.566,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 186
        },
        {
          "entryTs": 1734528180,
          "entryUtc": "2024-12-18T13:23:00.000Z",
          "exitTs": 1734531480,
          "dir": -1,
          "entryPrice": 2646.336,
          "exitPrice": 2639.955,
          "stopDistance": 3.191,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 55
        },
        {
          "entryTs": 1734543960,
          "entryUtc": "2024-12-18T17:46:00.000Z",
          "exitTs": 1734548400,
          "dir": 1,
          "entryPrice": 2636.948,
          "exitPrice": 2632.67,
          "stopDistance": 4.278,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 74
        },
        {
          "entryTs": 1734572280,
          "entryUtc": "2024-12-19T01:38:00.000Z",
          "exitTs": 1734593160,
          "dir": -1,
          "entryPrice": 2611.172,
          "exitPrice": 2619.702,
          "stopDistance": 8.531,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 348
        },
        {
          "entryTs": 1734642840,
          "entryUtc": "2024-12-19T21:14:00.000Z",
          "exitTs": 1734678540,
          "dir": 1,
          "entryPrice": 2595.03,
          "exitPrice": 2607.275,
          "stopDistance": 6.122,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 595
        },
        {
          "entryTs": 1734687600,
          "entryUtc": "2024-12-20T09:40:00.000Z",
          "exitTs": 1734702180,
          "dir": -1,
          "entryPrice": 2605.521,
          "exitPrice": 2609.702,
          "stopDistance": 4.18,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 243
        },
        {
          "entryTs": 1734724980,
          "entryUtc": "2024-12-20T20:03:00.000Z",
          "exitTs": 1734729960,
          "dir": 1,
          "entryPrice": 2626.212,
          "exitPrice": 2621.339,
          "stopDistance": 4.872,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 83
        },
        {
          "entryTs": 1734934080,
          "entryUtc": "2024-12-23T06:08:00.000Z",
          "exitTs": 1734936240,
          "dir": 1,
          "entryPrice": 2624.8,
          "exitPrice": 2632.271,
          "stopDistance": 3.735,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 36
        },
        {
          "entryTs": 1734940920,
          "entryUtc": "2024-12-23T08:02:00.000Z",
          "exitTs": 1734949080,
          "dir": 1,
          "entryPrice": 2627.36,
          "exitPrice": 2623.417,
          "stopDistance": 3.943,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 136
        },
        {
          "entryTs": 1734964500,
          "entryUtc": "2024-12-23T14:35:00.000Z",
          "exitTs": 1734966300,
          "dir": 1,
          "entryPrice": 2616.83,
          "exitPrice": 2612.365,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 30
        },
        {
          "entryTs": 1734972240,
          "entryUtc": "2024-12-23T16:44:00.000Z",
          "exitTs": 1735008000,
          "dir": -1,
          "entryPrice": 2615.054,
          "exitPrice": 2619.732,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 596
        },
        {
          "entryTs": 1735020240,
          "entryUtc": "2024-12-24T06:04:00.000Z",
          "exitTs": 1735031760,
          "dir": 1,
          "entryPrice": 2617.946,
          "exitPrice": 2615.179,
          "stopDistance": 2.767,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 192
        },
        {
          "entryTs": 1735041180,
          "entryUtc": "2024-12-24T11:53:00.000Z",
          "exitTs": 1735061040,
          "dir": -1,
          "entryPrice": 2615.226,
          "exitPrice": 2618.433,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 331
        },
        {
          "entryTs": 1735064820,
          "entryUtc": "2024-12-24T18:27:00.000Z",
          "exitTs": 1735167600,
          "dir": 1,
          "entryPrice": 2614.7,
          "exitPrice": 2616.255,
          "stopDistance": 3.739,
          "outcome": "time",
          "netR": 0.3168,
          "holdMinutes": 1713
        },
        {
          "entryTs": 1735196580,
          "entryUtc": "2024-12-26T07:03:00.000Z",
          "exitTs": 1735197060,
          "dir": -1,
          "entryPrice": 2626.665,
          "exitPrice": 2629.47,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 8
        },
        {
          "entryTs": 1735200060,
          "entryUtc": "2024-12-26T08:01:00.000Z",
          "exitTs": 1735210380,
          "dir": -1,
          "entryPrice": 2626.005,
          "exitPrice": 2629.146,
          "stopDistance": 3.141,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 172
        },
        {
          "entryTs": 1735214520,
          "entryUtc": "2024-12-26T12:02:00.000Z",
          "exitTs": 1735215780,
          "dir": 1,
          "entryPrice": 2627.457,
          "exitPrice": 2624.656,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 21
        },
        {
          "entryTs": 1735218000,
          "entryUtc": "2024-12-26T13:00:00.000Z",
          "exitTs": 1735218180,
          "dir": -1,
          "entryPrice": 2627.427,
          "exitPrice": 2630.151,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 3
        },
        {
          "entryTs": 1735219260,
          "entryUtc": "2024-12-26T13:21:00.000Z",
          "exitTs": 1735219980,
          "dir": 1,
          "entryPrice": 2627.702,
          "exitPrice": 2624.781,
          "stopDistance": 2.921,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 12
        },
        {
          "entryTs": 1735222980,
          "entryUtc": "2024-12-26T14:23:00.000Z",
          "exitTs": 1735225140,
          "dir": -1,
          "entryPrice": 2626.658,
          "exitPrice": 2630.018,
          "stopDistance": 3.359,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 36
        },
        {
          "entryTs": 1735233900,
          "entryUtc": "2024-12-26T17:25:00.000Z",
          "exitTs": 1735280580,
          "dir": 1,
          "entryPrice": 2628.248,
          "exitPrice": 2636.233,
          "stopDistance": 3.993,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 778
        },
        {
          "entryTs": 1735281540,
          "entryUtc": "2024-12-27T06:39:00.000Z",
          "exitTs": 1735286460,
          "dir": 1,
          "entryPrice": 2634.286,
          "exitPrice": 2631.359,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 82
        },
        {
          "entryTs": 1735304100,
          "entryUtc": "2024-12-27T12:55:00.000Z",
          "exitTs": 1735304820,
          "dir": 1,
          "entryPrice": 2625.977,
          "exitPrice": 2622.639,
          "stopDistance": 3.338,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 12
        },
        {
          "entryTs": 1735318980,
          "entryUtc": "2024-12-27T17:03:00.000Z",
          "exitTs": 1735513200,
          "dir": 1,
          "entryPrice": 2616.072,
          "exitPrice": 2619.348,
          "stopDistance": 5.249,
          "outcome": "time",
          "netR": 0.5537,
          "holdMinutes": 3237
        },
        {
          "entryTs": 1735531440,
          "entryUtc": "2024-12-30T04:04:00.000Z",
          "exitTs": 1735533780,
          "dir": 1,
          "entryPrice": 2625.03,
          "exitPrice": 2621.394,
          "stopDistance": 3.635,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 39
        },
        {
          "entryTs": 1735557180,
          "entryUtc": "2024-12-30T11:13:00.000Z",
          "exitTs": 1735558860,
          "dir": -1,
          "entryPrice": 2613.856,
          "exitPrice": 2617.695,
          "stopDistance": 3.838,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 28
        },
        {
          "entryTs": 1735566060,
          "entryUtc": "2024-12-30T13:41:00.000Z",
          "exitTs": 1735566780,
          "dir": 1,
          "entryPrice": 2614.107,
          "exitPrice": 2609.899,
          "stopDistance": 4.207,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 12
        },
        {
          "entryTs": 1735595940,
          "entryUtc": "2024-12-30T21:59:00.000Z",
          "exitTs": 1735634280,
          "dir": 1,
          "entryPrice": 2605.185,
          "exitPrice": 2615.167,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 639
        },
        {
          "entryTs": 1735651320,
          "entryUtc": "2024-12-31T13:22:00.000Z",
          "exitTs": 1735651560,
          "dir": -1,
          "entryPrice": 2609.7,
          "exitPrice": 2613.287,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 4
        },
        {
          "entryTs": 1735652700,
          "entryUtc": "2024-12-31T13:45:00.000Z",
          "exitTs": 1735659120,
          "dir": 1,
          "entryPrice": 2611.99,
          "exitPrice": 2620.732,
          "stopDistance": 4.371,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 107
        },
        {
          "entryTs": 1735776540,
          "entryUtc": "2025-01-02T00:09:00.000Z",
          "exitTs": 1735778820,
          "dir": -1,
          "entryPrice": 2624.415,
          "exitPrice": 2627.491,
          "stopDistance": 3.076,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 38
        },
        {
          "entryTs": 1735779600,
          "entryUtc": "2025-01-02T01:00:00.000Z",
          "exitTs": 1735780260,
          "dir": 1,
          "entryPrice": 2624.115,
          "exitPrice": 2630.538,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 11
        },
        {
          "entryTs": 1735793880,
          "entryUtc": "2025-01-02T04:58:00.000Z",
          "exitTs": 1735807500,
          "dir": -1,
          "entryPrice": 2634.048,
          "exitPrice": 2637.244,
          "stopDistance": 3.196,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 227
        },
        {
          "entryTs": 1735812060,
          "entryUtc": "2025-01-02T10:01:00.000Z",
          "exitTs": 1735813140,
          "dir": 1,
          "entryPrice": 2635.353,
          "exitPrice": 2643.12,
          "stopDistance": 3.883,
          "outcome": "target",
          "netR": 1.9047,
          "holdMinutes": 18
        },
        {
          "entryTs": 1735823580,
          "entryUtc": "2025-01-02T13:13:00.000Z",
          "exitTs": 1735827300,
          "dir": 1,
          "entryPrice": 2638.542,
          "exitPrice": 2647.995,
          "stopDistance": 4.727,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 62
        },
        {
          "entryTs": 1735853580,
          "entryUtc": "2025-01-02T21:33:00.000Z",
          "exitTs": 1735888980,
          "dir": 1,
          "entryPrice": 2657.011,
          "exitPrice": 2652.227,
          "stopDistance": 4.784,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 590
        },
        {
          "entryTs": 1735900560,
          "entryUtc": "2025-01-03T10:36:00.000Z",
          "exitTs": 1735910580,
          "dir": 1,
          "entryPrice": 2653.225,
          "exitPrice": 2649.256,
          "stopDistance": 3.969,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 167
        },
        {
          "entryTs": 1735920180,
          "entryUtc": "2025-01-03T16:03:00.000Z",
          "exitTs": 1736118000,
          "dir": -1,
          "entryPrice": 2646.67,
          "exitPrice": 2640.965,
          "stopDistance": 5.727,
          "outcome": "time",
          "netR": 0.9315,
          "holdMinutes": 3297
        },
        {
          "entryTs": 1736128800,
          "entryUtc": "2025-01-06T02:00:00.000Z",
          "exitTs": 1736137020,
          "dir": 1,
          "entryPrice": 2639.895,
          "exitPrice": 2636.588,
          "stopDistance": 3.307,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 137
        },
        {
          "entryTs": 1736152200,
          "entryUtc": "2025-01-06T08:30:00.000Z",
          "exitTs": 1736154540,
          "dir": -1,
          "entryPrice": 2630.091,
          "exitPrice": 2634.156,
          "stopDistance": 4.064,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 39
        },
        {
          "entryTs": 1736170620,
          "entryUtc": "2025-01-06T13:37:00.000Z",
          "exitTs": 1736170800,
          "dir": 1,
          "entryPrice": 2631.019,
          "exitPrice": 2626.722,
          "stopDistance": 4.297,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 3
        },
        {
          "entryTs": 1736177100,
          "entryUtc": "2025-01-06T15:25:00.000Z",
          "exitTs": 1736227800,
          "dir": -1,
          "entryPrice": 2636.674,
          "exitPrice": 2644.108,
          "stopDistance": 7.433,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 845
        },
        {
          "entryTs": 1736232720,
          "entryUtc": "2025-01-07T06:52:00.000Z",
          "exitTs": 1736250300,
          "dir": 1,
          "entryPrice": 2640.609,
          "exitPrice": 2647.073,
          "stopDistance": 3.232,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 293
        },
        {
          "entryTs": 1736263440,
          "entryUtc": "2025-01-07T15:24:00.000Z",
          "exitTs": 1736344620,
          "dir": -1,
          "entryPrice": 2653.066,
          "exitPrice": 2659.777,
          "stopDistance": 6.711,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 1353
        },
        {
          "entryTs": 1736356980,
          "entryUtc": "2025-01-08T17:23:00.000Z",
          "exitTs": 1736357460,
          "dir": 1,
          "entryPrice": 2666.13,
          "exitPrice": 2660.622,
          "stopDistance": 5.508,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 8
        },
        {
          "entryTs": 1736363940,
          "entryUtc": "2025-01-08T19:19:00.000Z",
          "exitTs": 1736405880,
          "dir": -1,
          "entryPrice": 2659.479,
          "exitPrice": 2666.263,
          "stopDistance": 6.784,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 699
        },
        {
          "entryTs": 1736409840,
          "entryUtc": "2025-01-09T08:04:00.000Z",
          "exitTs": 1736419140,
          "dir": 1,
          "entryPrice": 2661.04,
          "exitPrice": 2667.935,
          "stopDistance": 3.448,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 155
        },
        {
          "entryTs": 1736431440,
          "entryUtc": "2025-01-09T14:04:00.000Z",
          "exitTs": 1736442240,
          "dir": 1,
          "entryPrice": 2670.056,
          "exitPrice": 2665.593,
          "stopDistance": 4.463,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 180
        },
        {
          "entryTs": 1736446560,
          "entryUtc": "2025-01-09T18:16:00.000Z",
          "exitTs": 1736487600,
          "dir": -1,
          "entryPrice": 2669.286,
          "exitPrice": 2675.022,
          "stopDistance": 5.736,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 684
        },
        {
          "entryTs": 1736488140,
          "entryUtc": "2025-01-10T05:49:00.000Z",
          "exitTs": 1736497380,
          "dir": 1,
          "entryPrice": 2674.065,
          "exitPrice": 2679.343,
          "stopDistance": 2.639,
          "outcome": "target",
          "netR": 1.8598,
          "holdMinutes": 154
        },
        {
          "entryTs": 1736514600,
          "entryUtc": "2025-01-10T13:10:00.000Z",
          "exitTs": 1736515800,
          "dir": -1,
          "entryPrice": 2680.002,
          "exitPrice": 2672.413,
          "stopDistance": 3.794,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 20
        },
        {
          "entryTs": 1736532900,
          "entryUtc": "2025-01-10T18:15:00.000Z",
          "exitTs": 1736539260,
          "dir": 1,
          "entryPrice": 2691.965,
          "exitPrice": 2683.988,
          "stopDistance": 7.977,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 106
        },
        {
          "entryTs": 1736542860,
          "entryUtc": "2025-01-10T21:01:00.000Z",
          "exitTs": 1736722800,
          "dir": -1,
          "entryPrice": 2691.037,
          "exitPrice": 2688.255,
          "stopDistance": 7.018,
          "outcome": "time",
          "netR": 0.3437,
          "holdMinutes": 2999
        },
        {
          "entryTs": 1736730180,
          "entryUtc": "2025-01-13T01:03:00.000Z",
          "exitTs": 1736730720,
          "dir": 1,
          "entryPrice": 2687.408,
          "exitPrice": 2682.363,
          "stopDistance": 5.045,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 9
        },
        {
          "entryTs": 1736733720,
          "entryUtc": "2025-01-13T02:02:00.000Z",
          "exitTs": 1736768400,
          "dir": -1,
          "entryPrice": 2687.215,
          "exitPrice": 2676.318,
          "stopDistance": 5.449,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 578
        },
        {
          "entryTs": 1736781060,
          "entryUtc": "2025-01-13T15:11:00.000Z",
          "exitTs": 1736783820,
          "dir": 1,
          "entryPrice": 2668.88,
          "exitPrice": 2662.184,
          "stopDistance": 6.696,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 46
        },
        {
          "entryTs": 1736784600,
          "entryUtc": "2025-01-13T16:10:00.000Z",
          "exitTs": 1736830920,
          "dir": -1,
          "entryPrice": 2667.492,
          "exitPrice": 2674.543,
          "stopDistance": 7.051,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 772
        },
        {
          "entryTs": 1736832180,
          "entryUtc": "2025-01-14T05:23:00.000Z",
          "exitTs": 1736839920,
          "dir": 1,
          "entryPrice": 2670.656,
          "exitPrice": 2667.079,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 129
        },
        {
          "entryTs": 1736842500,
          "entryUtc": "2025-01-14T08:15:00.000Z",
          "exitTs": 1736861880,
          "dir": -1,
          "entryPrice": 2671.155,
          "exitPrice": 2663.737,
          "stopDistance": 3.709,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 323
        },
        {
          "entryTs": 1736862360,
          "entryUtc": "2025-01-14T13:46:00.000Z",
          "exitTs": 1736868000,
          "dir": -1,
          "entryPrice": 2666.15,
          "exitPrice": 2671.582,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 94
        },
        {
          "entryTs": 1736879760,
          "entryUtc": "2025-01-14T18:36:00.000Z",
          "exitTs": 1736883360,
          "dir": -1,
          "entryPrice": 2670.325,
          "exitPrice": 2675.245,
          "stopDistance": 4.92,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 60
        },
        {
          "entryTs": 1736897220,
          "entryUtc": "2025-01-14T23:27:00.000Z",
          "exitTs": 1736905500,
          "dir": 1,
          "entryPrice": 2674.727,
          "exitPrice": 2670.831,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 138
        },
        {
          "entryTs": 1736909100,
          "entryUtc": "2025-01-15T02:45:00.000Z",
          "exitTs": 1736919420,
          "dir": -1,
          "entryPrice": 2673.79,
          "exitPrice": 2676.978,
          "stopDistance": 3.188,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 172
        },
        {
          "entryTs": 1736929920,
          "entryUtc": "2025-01-15T08:32:00.000Z",
          "exitTs": 1736947800,
          "dir": 1,
          "entryPrice": 2682.715,
          "exitPrice": 2689.534,
          "stopDistance": 3.409,
          "outcome": "target",
          "netR": 1.8915,
          "holdMinutes": 298
        },
        {
          "entryTs": 1736950140,
          "entryUtc": "2025-01-15T14:09:00.000Z",
          "exitTs": 1736951640,
          "dir": 1,
          "entryPrice": 2689.328,
          "exitPrice": 2684.108,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 25
        },
        {
          "entryTs": 1736952660,
          "entryUtc": "2025-01-15T14:51:00.000Z",
          "exitTs": 1736960400,
          "dir": -1,
          "entryPrice": 2683.465,
          "exitPrice": 2690.18,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 129
        },
        {
          "entryTs": 1736986560,
          "entryUtc": "2025-01-16T00:16:00.000Z",
          "exitTs": 1736989560,
          "dir": -1,
          "entryPrice": 2695.048,
          "exitPrice": 2698.583,
          "stopDistance": 3.535,
          "outcome": "stop",
          "netR": -1.1188,
          "holdMinutes": 50
        },
        {
          "entryTs": 1736992440,
          "entryUtc": "2025-01-16T01:54:00.000Z",
          "exitTs": 1737007980,
          "dir": 1,
          "entryPrice": 2696.286,
          "exitPrice": 2692.107,
          "stopDistance": 4.179,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 259
        },
        {
          "entryTs": 1737011400,
          "entryUtc": "2025-01-16T07:10:00.000Z",
          "exitTs": 1737013800,
          "dir": -1,
          "entryPrice": 2696.486,
          "exitPrice": 2699.608,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 40
        },
        {
          "entryTs": 1737030180,
          "entryUtc": "2025-01-16T12:23:00.000Z",
          "exitTs": 1737034200,
          "dir": 1,
          "entryPrice": 2703.342,
          "exitPrice": 2711.656,
          "stopDistance": 4.157,
          "outcome": "target",
          "netR": 1.911,
          "holdMinutes": 67
        },
        {
          "entryTs": 1737052740,
          "entryUtc": "2025-01-16T18:39:00.000Z",
          "exitTs": 1737075840,
          "dir": 1,
          "entryPrice": 2716.857,
          "exitPrice": 2710.744,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 385
        },
        {
          "entryTs": 1737076800,
          "entryUtc": "2025-01-17T01:20:00.000Z",
          "exitTs": 1737079620,
          "dir": -1,
          "entryPrice": 2712.457,
          "exitPrice": 2715.755,
          "stopDistance": 3.298,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 47
        },
        {
          "entryTs": 1737091740,
          "entryUtc": "2025-01-17T05:29:00.000Z",
          "exitTs": 1737099780,
          "dir": 1,
          "entryPrice": 2713.55,
          "exitPrice": 2710.175,
          "stopDistance": 3.375,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 134
        },
        {
          "entryTs": 1737115500,
          "entryUtc": "2025-01-17T12:05:00.000Z",
          "exitTs": 1737124320,
          "dir": -1,
          "entryPrice": 2710.005,
          "exitPrice": 2703.141,
          "stopDistance": 3.432,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 147
        },
        {
          "entryTs": 1737138180,
          "entryUtc": "2025-01-17T18:23:00.000Z",
          "exitTs": 1737140520,
          "dir": 1,
          "entryPrice": 2709.582,
          "exitPrice": 2704.545,
          "stopDistance": 5.037,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 39
        },
        {
          "entryTs": 1737329460,
          "entryUtc": "2025-01-19T23:31:00.000Z",
          "exitTs": 1737343980,
          "dir": -1,
          "entryPrice": 2697.455,
          "exitPrice": 2702.25,
          "stopDistance": 4.795,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 242
        },
        {
          "entryTs": 1737352020,
          "entryUtc": "2025-01-20T05:47:00.000Z",
          "exitTs": 1737355920,
          "dir": 1,
          "entryPrice": 2704.47,
          "exitPrice": 2711.78,
          "stopDistance": 3.655,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 65
        },
        {
          "entryTs": 1737372180,
          "entryUtc": "2025-01-20T11:23:00.000Z",
          "exitTs": 1737380100,
          "dir": 1,
          "entryPrice": 2707.645,
          "exitPrice": 2703.359,
          "stopDistance": 4.286,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 132
        },
        {
          "entryTs": 1737380700,
          "entryUtc": "2025-01-20T13:45:00.000Z",
          "exitTs": 1737382500,
          "dir": -1,
          "entryPrice": 2705.697,
          "exitPrice": 2710.456,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 30
        },
        {
          "entryTs": 1737383460,
          "entryUtc": "2025-01-20T14:31:00.000Z",
          "exitTs": 1737424560,
          "dir": 1,
          "entryPrice": 2708.127,
          "exitPrice": 2718.986,
          "stopDistance": 5.43,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 685
        },
        {
          "entryTs": 1737439080,
          "entryUtc": "2025-01-21T05:58:00.000Z",
          "exitTs": 1737450120,
          "dir": 1,
          "entryPrice": 2725.125,
          "exitPrice": 2719.654,
          "stopDistance": 5.471,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 184
        },
        {
          "entryTs": 1737492600,
          "entryUtc": "2025-01-21T20:50:00.000Z",
          "exitTs": 1737506760,
          "dir": -1,
          "entryPrice": 2742.861,
          "exitPrice": 2746.911,
          "stopDistance": 4.049,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 236
        },
        {
          "entryTs": 1737526800,
          "entryUtc": "2025-01-22T06:20:00.000Z",
          "exitTs": 1737536700,
          "dir": 1,
          "entryPrice": 2748.168,
          "exitPrice": 2755.121,
          "stopDistance": 3.476,
          "outcome": "target",
          "netR": 1.8936,
          "holdMinutes": 165
        },
        {
          "entryTs": 1737550680,
          "entryUtc": "2025-01-22T12:58:00.000Z",
          "exitTs": 1737602700,
          "dir": -1,
          "entryPrice": 2758.35,
          "exitPrice": 2749.706,
          "stopDistance": 4.322,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 867
        },
        {
          "entryTs": 1737605520,
          "entryUtc": "2025-01-23T04:12:00.000Z",
          "exitTs": 1737613380,
          "dir": -1,
          "entryPrice": 2752.106,
          "exitPrice": 2754.953,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 131
        },
        {
          "entryTs": 1737615660,
          "entryUtc": "2025-01-23T07:01:00.000Z",
          "exitTs": 1737624000,
          "dir": 1,
          "entryPrice": 2752.64,
          "exitPrice": 2749.906,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 139
        },
        {
          "entryTs": 1737628620,
          "entryUtc": "2025-01-23T10:37:00.000Z",
          "exitTs": 1737629520,
          "dir": -1,
          "entryPrice": 2748.475,
          "exitPrice": 2752.018,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 15
        },
        {
          "entryTs": 1737646800,
          "entryUtc": "2025-01-23T15:40:00.000Z",
          "exitTs": 1737649920,
          "dir": -1,
          "entryPrice": 2747.425,
          "exitPrice": 2752.435,
          "stopDistance": 5.009,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 52
        },
        {
          "entryTs": 1737698040,
          "entryUtc": "2025-01-24T05:54:00.000Z",
          "exitTs": 1737724380,
          "dir": 1,
          "entryPrice": 2773.425,
          "exitPrice": 2781.747,
          "stopDistance": 4.161,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 439
        },
        {
          "entryTs": 1737728520,
          "entryUtc": "2025-01-24T14:22:00.000Z",
          "exitTs": 1737732240,
          "dir": 1,
          "entryPrice": 2776.437,
          "exitPrice": 2784.616,
          "stopDistance": 4.09,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 62
        },
        {
          "entryTs": 1737733860,
          "entryUtc": "2025-01-24T15:51:00.000Z",
          "exitTs": 1737735240,
          "dir": 1,
          "entryPrice": 2779.6,
          "exitPrice": 2773.77,
          "stopDistance": 5.83,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 23
        },
        {
          "entryTs": 1737750660,
          "entryUtc": "2025-01-24T20:31:00.000Z",
          "exitTs": 1737932400,
          "dir": 1,
          "entryPrice": 2772.765,
          "exitPrice": 2768.231,
          "stopDistance": 4.534,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 3029
        },
        {
          "entryTs": 1737941100,
          "entryUtc": "2025-01-27T01:25:00.000Z",
          "exitTs": 1737942060,
          "dir": 1,
          "entryPrice": 2768.325,
          "exitPrice": 2764.601,
          "stopDistance": 3.724,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 16
        },
        {
          "entryTs": 1737965160,
          "entryUtc": "2025-01-27T08:06:00.000Z",
          "exitTs": 1737965880,
          "dir": -1,
          "entryPrice": 2752.105,
          "exitPrice": 2756.727,
          "stopDistance": 4.622,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 12
        },
        {
          "entryTs": 1737979620,
          "entryUtc": "2025-01-27T12:07:00.000Z",
          "exitTs": 1737980340,
          "dir": 1,
          "entryPrice": 2768.35,
          "exitPrice": 2763.076,
          "stopDistance": 5.274,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 12
        },
        {
          "entryTs": 1737984120,
          "entryUtc": "2025-01-27T13:22:00.000Z",
          "exitTs": 1737987360,
          "dir": 1,
          "entryPrice": 2757.5,
          "exitPrice": 2751.873,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 54
        },
        {
          "entryTs": 1738040340,
          "entryUtc": "2025-01-28T04:59:00.000Z",
          "exitTs": 1738069320,
          "dir": -1,
          "entryPrice": 2741.735,
          "exitPrice": 2746.352,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 483
        },
        {
          "entryTs": 1738115400,
          "entryUtc": "2025-01-29T01:50:00.000Z",
          "exitTs": 1738123740,
          "dir": 1,
          "entryPrice": 2764.011,
          "exitPrice": 2761.633,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 139
        },
        {
          "entryTs": 1738125000,
          "entryUtc": "2025-01-29T04:30:00.000Z",
          "exitTs": 1738133580,
          "dir": -1,
          "entryPrice": 2763.69,
          "exitPrice": 2759.387,
          "stopDistance": 2.152,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 143
        },
        {
          "entryTs": 1738137600,
          "entryUtc": "2025-01-29T08:00:00.000Z",
          "exitTs": 1738138080,
          "dir": -1,
          "entryPrice": 2759.615,
          "exitPrice": 2762.113,
          "stopDistance": 2.498,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 8
        },
        {
          "entryTs": 1738141800,
          "entryUtc": "2025-01-29T09:10:00.000Z",
          "exitTs": 1738147140,
          "dir": 1,
          "entryPrice": 2760.81,
          "exitPrice": 2757.961,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 89
        },
        {
          "entryTs": 1738153980,
          "entryUtc": "2025-01-29T12:33:00.000Z",
          "exitTs": 1738160520,
          "dir": -1,
          "entryPrice": 2757.655,
          "exitPrice": 2760.695,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 109
        },
        {
          "entryTs": 1738162920,
          "entryUtc": "2025-01-29T15:02:00.000Z",
          "exitTs": 1738164420,
          "dir": 1,
          "entryPrice": 2756.415,
          "exitPrice": 2752.257,
          "stopDistance": 4.158,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 25
        },
        {
          "entryTs": 1738166520,
          "entryUtc": "2025-01-29T16:02:00.000Z",
          "exitTs": 1738177500,
          "dir": -1,
          "entryPrice": 2755.335,
          "exitPrice": 2745.461,
          "stopDistance": 4.937,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 183
        },
        {
          "entryTs": 1738179120,
          "entryUtc": "2025-01-29T19:32:00.000Z",
          "exitTs": 1738179600,
          "dir": -1,
          "entryPrice": 2749.745,
          "exitPrice": 2754.56,
          "stopDistance": 4.815,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 8
        },
        {
          "entryTs": 1738179900,
          "entryUtc": "2025-01-29T19:45:00.000Z",
          "exitTs": 1738220220,
          "dir": 1,
          "entryPrice": 2753.057,
          "exitPrice": 2764.709,
          "stopDistance": 5.826,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 672
        },
        {
          "entryTs": 1738243800,
          "entryUtc": "2025-01-30T13:30:00.000Z",
          "exitTs": 1738245480,
          "dir": 1,
          "entryPrice": 2778.915,
          "exitPrice": 2785.639,
          "stopDistance": 3.362,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 28
        },
        {
          "entryTs": 1738267680,
          "entryUtc": "2025-01-30T20:08:00.000Z",
          "exitTs": 1738282020,
          "dir": -1,
          "entryPrice": 2793.857,
          "exitPrice": 2799.043,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 239
        },
        {
          "entryTs": 1738307100,
          "entryUtc": "2025-01-31T07:05:00.000Z",
          "exitTs": 1738308000,
          "dir": -1,
          "entryPrice": 2794.1,
          "exitPrice": 2797.145,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738310580,
          "entryUtc": "2025-01-31T08:03:00.000Z",
          "exitTs": 1738311900,
          "dir": 1,
          "entryPrice": 2796.85,
          "exitPrice": 2793.363,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 22
        },
        {
          "entryTs": 1738334820,
          "entryUtc": "2025-01-31T14:47:00.000Z",
          "exitTs": 1738336200,
          "dir": 1,
          "entryPrice": 2806.042,
          "exitPrice": 2815.044,
          "stopDistance": 4.501,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 23
        },
        {
          "entryTs": 1738541160,
          "entryUtc": "2025-02-03T00:06:00.000Z",
          "exitTs": 1738547760,
          "dir": -1,
          "entryPrice": 2794.621,
          "exitPrice": 2778.754,
          "stopDistance": 7.934,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 110
        },
        {
          "entryTs": 1738581600,
          "entryUtc": "2025-02-03T11:20:00.000Z",
          "exitTs": 1738587720,
          "dir": 1,
          "entryPrice": 2799.31,
          "exitPrice": 2811.095,
          "stopDistance": 5.892,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 102
        },
        {
          "entryTs": 1738656900,
          "entryUtc": "2025-02-04T08:15:00.000Z",
          "exitTs": 1738662540,
          "dir": -1,
          "entryPrice": 2816.065,
          "exitPrice": 2820.686,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 94
        },
        {
          "entryTs": 1738664280,
          "entryUtc": "2025-02-04T10:18:00.000Z",
          "exitTs": 1738675200,
          "dir": 1,
          "entryPrice": 2815.505,
          "exitPrice": 2826.568,
          "stopDistance": 5.531,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 182
        },
        {
          "entryTs": 1738696860,
          "entryUtc": "2025-02-04T19:21:00.000Z",
          "exitTs": 1738728720,
          "dir": 1,
          "entryPrice": 2841.9,
          "exitPrice": 2854.616,
          "stopDistance": 6.358,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 531
        },
        {
          "entryTs": 1738738860,
          "entryUtc": "2025-02-05T07:01:00.000Z",
          "exitTs": 1738744860,
          "dir": 1,
          "entryPrice": 2857.565,
          "exitPrice": 2867.178,
          "stopDistance": 4.807,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 100
        },
        {
          "entryTs": 1738764900,
          "entryUtc": "2025-02-05T14:15:00.000Z",
          "exitTs": 1738766940,
          "dir": -1,
          "entryPrice": 2865.255,
          "exitPrice": 2870.614,
          "stopDistance": 5.359,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 34
        },
        {
          "entryTs": 1738772160,
          "entryUtc": "2025-02-05T16:16:00.000Z",
          "exitTs": 1738788540,
          "dir": 1,
          "entryPrice": 2867.13,
          "exitPrice": 2860.729,
          "stopDistance": 6.401,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 273
        },
        {
          "entryTs": 1738792020,
          "entryUtc": "2025-02-05T21:47:00.000Z",
          "exitTs": 1738799400,
          "dir": -1,
          "entryPrice": 2864.92,
          "exitPrice": 2870.593,
          "stopDistance": 5.673,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 123
        },
        {
          "entryTs": 1738804320,
          "entryUtc": "2025-02-06T01:12:00.000Z",
          "exitTs": 1738827840,
          "dir": 1,
          "entryPrice": 2863.5,
          "exitPrice": 2858.138,
          "stopDistance": 5.362,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 392
        },
        {
          "entryTs": 1738841220,
          "entryUtc": "2025-02-06T11:27:00.000Z",
          "exitTs": 1738843380,
          "dir": 1,
          "entryPrice": 2858.135,
          "exitPrice": 2868.997,
          "stopDistance": 5.431,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 36
        },
        {
          "entryTs": 1738847400,
          "entryUtc": "2025-02-06T13:10:00.000Z",
          "exitTs": 1738850820,
          "dir": 1,
          "entryPrice": 2861.21,
          "exitPrice": 2855.323,
          "stopDistance": 5.887,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 57
        },
        {
          "entryTs": 1738935000,
          "entryUtc": "2025-02-07T13:30:00.000Z",
          "exitTs": 1738935000,
          "dir": -1,
          "entryPrice": 2865.665,
          "exitPrice": 2869.596,
          "stopDistance": 3.93,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 0
        },
        {
          "entryTs": 1738946280,
          "entryUtc": "2025-02-07T16:38:00.000Z",
          "exitTs": 1738947780,
          "dir": 1,
          "entryPrice": 2863.62,
          "exitPrice": 2856.404,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 25
        },
        {
          "entryTs": 1739150100,
          "entryUtc": "2025-02-10T01:15:00.000Z",
          "exitTs": 1739167800,
          "dir": 1,
          "entryPrice": 2870.608,
          "exitPrice": 2882.536,
          "stopDistance": 5.964,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 295
        },
        {
          "entryTs": 1739192400,
          "entryUtc": "2025-02-10T13:00:00.000Z",
          "exitTs": 1739196240,
          "dir": 1,
          "entryPrice": 2902.355,
          "exitPrice": 2897.231,
          "stopDistance": 5.124,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 64
        },
        {
          "entryTs": 1739241540,
          "entryUtc": "2025-02-11T02:39:00.000Z",
          "exitTs": 1739241600,
          "dir": 1,
          "entryPrice": 2913.761,
          "exitPrice": 2908.515,
          "stopDistance": 5.246,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 1
        },
        {
          "entryTs": 1739255280,
          "entryUtc": "2025-02-11T06:28:00.000Z",
          "exitTs": 1739257380,
          "dir": 1,
          "entryPrice": 2921.96,
          "exitPrice": 2913.679,
          "stopDistance": 8.281,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 35
        },
        {
          "entryTs": 1739276100,
          "entryUtc": "2025-02-11T12:15:00.000Z",
          "exitTs": 1739278560,
          "dir": -1,
          "entryPrice": 2902.457,
          "exitPrice": 2888.888,
          "stopDistance": 6.784,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 41
        },
        {
          "entryTs": 1739340540,
          "entryUtc": "2025-02-12T06:09:00.000Z",
          "exitTs": 1739341080,
          "dir": -1,
          "entryPrice": 2887.942,
          "exitPrice": 2892.99,
          "stopDistance": 5.049,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 9
        },
        {
          "entryTs": 1739342340,
          "entryUtc": "2025-02-12T06:39:00.000Z",
          "exitTs": 1739356380,
          "dir": 1,
          "entryPrice": 2887.585,
          "exitPrice": 2882.229,
          "stopDistance": 5.356,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 234
        },
        {
          "entryTs": 1739368680,
          "entryUtc": "2025-02-12T13:58:00.000Z",
          "exitTs": 1739369460,
          "dir": -1,
          "entryPrice": 2881.11,
          "exitPrice": 2887.645,
          "stopDistance": 6.535,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 13
        },
        {
          "entryTs": 1739387940,
          "entryUtc": "2025-02-12T19:19:00.000Z",
          "exitTs": 1739416920,
          "dir": 1,
          "entryPrice": 2895.44,
          "exitPrice": 2912.629,
          "stopDistance": 8.595,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 483
        },
        {
          "entryTs": 1739440080,
          "entryUtc": "2025-02-13T09:48:00.000Z",
          "exitTs": 1739472960,
          "dir": -1,
          "entryPrice": 2916.48,
          "exitPrice": 2922.179,
          "stopDistance": 5.699,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 548
        },
        {
          "entryTs": 1739487600,
          "entryUtc": "2025-02-13T23:00:00.000Z",
          "exitTs": 1739515380,
          "dir": 1,
          "entryPrice": 2926.735,
          "exitPrice": 2935.801,
          "stopDistance": 4.533,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 463
        },
        {
          "entryTs": 1739529960,
          "entryUtc": "2025-02-14T10:46:00.000Z",
          "exitTs": 1739533620,
          "dir": 1,
          "entryPrice": 2936.36,
          "exitPrice": 2931.721,
          "stopDistance": 4.639,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 61
        },
        {
          "entryTs": 1739748360,
          "entryUtc": "2025-02-16T23:26:00.000Z",
          "exitTs": 1739749740,
          "dir": 1,
          "entryPrice": 2885.105,
          "exitPrice": 2878.264,
          "stopDistance": 6.841,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 23
        },
        {
          "entryTs": 1739776260,
          "entryUtc": "2025-02-17T07:11:00.000Z",
          "exitTs": 1739847720,
          "dir": -1,
          "entryPrice": 2900.27,
          "exitPrice": 2906.389,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 1191
        },
        {
          "entryTs": 1739858400,
          "entryUtc": "2025-02-18T06:00:00.000Z",
          "exitTs": 1739882760,
          "dir": 1,
          "entryPrice": 2909.965,
          "exitPrice": 2918.525,
          "stopDistance": 4.28,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 406
        },
        {
          "entryTs": 1739888220,
          "entryUtc": "2025-02-18T14:17:00.000Z",
          "exitTs": 1739890320,
          "dir": 1,
          "entryPrice": 2917.695,
          "exitPrice": 2927.372,
          "stopDistance": 4.839,
          "outcome": "target",
          "netR": 1.9235,
          "holdMinutes": 35
        },
        {
          "entryTs": 1739928960,
          "entryUtc": "2025-02-19T01:36:00.000Z",
          "exitTs": 1739929680,
          "dir": -1,
          "entryPrice": 2933.345,
          "exitPrice": 2936.871,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 12
        },
        {
          "entryTs": 1739932680,
          "entryUtc": "2025-02-19T02:38:00.000Z",
          "exitTs": 1739933220,
          "dir": 1,
          "entryPrice": 2933.495,
          "exitPrice": 2929.494,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 9
        },
        {
          "entryTs": 1739965860,
          "entryUtc": "2025-02-19T11:51:00.000Z",
          "exitTs": 1739966400,
          "dir": 1,
          "entryPrice": 2938.305,
          "exitPrice": 2933.798,
          "stopDistance": 4.508,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 9
        },
        {
          "entryTs": 1739990700,
          "entryUtc": "2025-02-19T18:45:00.000Z",
          "exitTs": 1739994900,
          "dir": -1,
          "entryPrice": 2925.042,
          "exitPrice": 2931.924,
          "stopDistance": 6.882,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 70
        },
        {
          "entryTs": 1740015000,
          "entryUtc": "2025-02-20T01:30:00.000Z",
          "exitTs": 1740029760,
          "dir": 1,
          "entryPrice": 2936.035,
          "exitPrice": 2945.204,
          "stopDistance": 4.584,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 246
        },
        {
          "entryTs": 1740045300,
          "entryUtc": "2025-02-20T09:55:00.000Z",
          "exitTs": 1740054180,
          "dir": -1,
          "entryPrice": 2952.13,
          "exitPrice": 2943.566,
          "stopDistance": 4.282,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 148
        },
        {
          "entryTs": 1740068760,
          "entryUtc": "2025-02-20T16:26:00.000Z",
          "exitTs": 1740102540,
          "dir": -1,
          "entryPrice": 2944.252,
          "exitPrice": 2931.531,
          "stopDistance": 6.361,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 563
        },
        {
          "entryTs": 1740104220,
          "entryUtc": "2025-02-21T02:17:00.000Z",
          "exitTs": 1740108300,
          "dir": -1,
          "entryPrice": 2939.467,
          "exitPrice": 2928.406,
          "stopDistance": 5.53,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 68
        },
        {
          "entryTs": 1740130560,
          "entryUtc": "2025-02-21T09:36:00.000Z",
          "exitTs": 1740136440,
          "dir": -1,
          "entryPrice": 2928.295,
          "exitPrice": 2934.271,
          "stopDistance": 5.976,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 98
        },
        {
          "entryTs": 1740139740,
          "entryUtc": "2025-02-21T12:09:00.000Z",
          "exitTs": 1740141840,
          "dir": -1,
          "entryPrice": 2929.295,
          "exitPrice": 2934.867,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 35
        },
        {
          "entryTs": 1740148440,
          "entryUtc": "2025-02-21T14:34:00.000Z",
          "exitTs": 1740151200,
          "dir": 1,
          "entryPrice": 2931.026,
          "exitPrice": 2925.349,
          "stopDistance": 5.678,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 46
        },
        {
          "entryTs": 1740151980,
          "entryUtc": "2025-02-21T15:33:00.000Z",
          "exitTs": 1740155400,
          "dir": -1,
          "entryPrice": 2927.915,
          "exitPrice": 2935.245,
          "stopDistance": 7.33,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 57
        },
        {
          "entryTs": 1740172200,
          "entryUtc": "2025-02-21T21:10:00.000Z",
          "exitTs": 1740351600,
          "dir": 1,
          "entryPrice": 2931.99,
          "exitPrice": 2933.698,
          "stopDistance": 5.636,
          "outcome": "time",
          "netR": 0.2374,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1740364740,
          "entryUtc": "2025-02-24T02:39:00.000Z",
          "exitTs": 1740365700,
          "dir": -1,
          "entryPrice": 2934.642,
          "exitPrice": 2939.594,
          "stopDistance": 4.952,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 16
        },
        {
          "entryTs": 1740377340,
          "entryUtc": "2025-02-24T06:09:00.000Z",
          "exitTs": 1740383400,
          "dir": -1,
          "entryPrice": 2939.08,
          "exitPrice": 2944.547,
          "stopDistance": 5.467,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 101
        },
        {
          "entryTs": 1740385260,
          "entryUtc": "2025-02-24T08:21:00.000Z",
          "exitTs": 1740394200,
          "dir": 1,
          "entryPrice": 2940.49,
          "exitPrice": 2935.168,
          "stopDistance": 5.322,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 149
        },
        {
          "entryTs": 1740396600,
          "entryUtc": "2025-02-24T11:30:00.000Z",
          "exitTs": 1740398460,
          "dir": -1,
          "entryPrice": 2943.12,
          "exitPrice": 2948.236,
          "stopDistance": 5.116,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 31
        },
        {
          "entryTs": 1740406620,
          "entryUtc": "2025-02-24T14:17:00.000Z",
          "exitTs": 1740407160,
          "dir": 1,
          "entryPrice": 2948.81,
          "exitPrice": 2943.531,
          "stopDistance": 5.279,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 9
        },
        {
          "entryTs": 1740448620,
          "entryUtc": "2025-02-25T01:57:00.000Z",
          "exitTs": 1740455160,
          "dir": -1,
          "entryPrice": 2949.172,
          "exitPrice": 2940.63,
          "stopDistance": 4.271,
          "outcome": "target",
          "netR": 1.9134,
          "holdMinutes": 109
        },
        {
          "entryTs": 1740472260,
          "entryUtc": "2025-02-25T08:31:00.000Z",
          "exitTs": 1740472920,
          "dir": -1,
          "entryPrice": 2935.39,
          "exitPrice": 2940.231,
          "stopDistance": 4.841,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 11
        },
        {
          "entryTs": 1740481200,
          "entryUtc": "2025-02-25T11:00:00.000Z",
          "exitTs": 1740486660,
          "dir": 1,
          "entryPrice": 2937.19,
          "exitPrice": 2931.873,
          "stopDistance": 5.317,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 91
        },
        {
          "entryTs": 1740491640,
          "entryUtc": "2025-02-25T13:54:00.000Z",
          "exitTs": 1740493740,
          "dir": -1,
          "entryPrice": 2937.735,
          "exitPrice": 2942.663,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 35
        },
        {
          "entryTs": 1740495480,
          "entryUtc": "2025-02-25T14:58:00.000Z",
          "exitTs": 1740496500,
          "dir": 1,
          "entryPrice": 2933.302,
          "exitPrice": 2926.819,
          "stopDistance": 6.482,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 17
        },
        {
          "entryTs": 1740519780,
          "entryUtc": "2025-02-25T21:43:00.000Z",
          "exitTs": 1740532920,
          "dir": 1,
          "entryPrice": 2913.905,
          "exitPrice": 2927.14,
          "stopDistance": 6.618,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 219
        },
        {
          "entryTs": 1740534540,
          "entryUtc": "2025-02-26T01:49:00.000Z",
          "exitTs": 1740535020,
          "dir": 1,
          "entryPrice": 2921.66,
          "exitPrice": 2915.974,
          "stopDistance": 5.686,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 8
        },
        {
          "entryTs": 1740535800,
          "entryUtc": "2025-02-26T02:10:00.000Z",
          "exitTs": 1740550320,
          "dir": 1,
          "entryPrice": 2914.73,
          "exitPrice": 2909.346,
          "stopDistance": 5.384,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 242
        },
        {
          "entryTs": 1740555900,
          "entryUtc": "2025-02-26T07:45:00.000Z",
          "exitTs": 1740578580,
          "dir": -1,
          "entryPrice": 2914.79,
          "exitPrice": 2902.75,
          "stopDistance": 6.02,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 378
        },
        {
          "entryTs": 1740583560,
          "entryUtc": "2025-02-26T15:26:00.000Z",
          "exitTs": 1740585780,
          "dir": -1,
          "entryPrice": 2910.17,
          "exitPrice": 2915.542,
          "stopDistance": 5.372,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 37
        },
        {
          "entryTs": 1740611040,
          "entryUtc": "2025-02-26T23:04:00.000Z",
          "exitTs": 1740624480,
          "dir": 1,
          "entryPrice": 2915.175,
          "exitPrice": 2910.444,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 224
        },
        {
          "entryTs": 1740648420,
          "entryUtc": "2025-02-27T09:27:00.000Z",
          "exitTs": 1740667560,
          "dir": -1,
          "entryPrice": 2891.01,
          "exitPrice": 2877.885,
          "stopDistance": 6.562,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 319
        },
        {
          "entryTs": 1740668580,
          "entryUtc": "2025-02-27T15:03:00.000Z",
          "exitTs": 1740715380,
          "dir": -1,
          "entryPrice": 2879.76,
          "exitPrice": 2860.745,
          "stopDistance": 9.508,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 780
        },
        {
          "entryTs": 1740734280,
          "entryUtc": "2025-02-28T09:18:00.000Z",
          "exitTs": 1740750900,
          "dir": -1,
          "entryPrice": 2862.03,
          "exitPrice": 2850.849,
          "stopDistance": 5.591,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 277
        },
        {
          "entryTs": 1740976860,
          "entryUtc": "2025-03-03T04:41:00.000Z",
          "exitTs": 1740999240,
          "dir": -1,
          "entryPrice": 2866.786,
          "exitPrice": 2873.059,
          "stopDistance": 6.272,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 373
        },
        {
          "entryTs": 1741007280,
          "entryUtc": "2025-03-03T13:08:00.000Z",
          "exitTs": 1741012500,
          "dir": 1,
          "entryPrice": 2870.05,
          "exitPrice": 2879.538,
          "stopDistance": 4.744,
          "outcome": "target",
          "netR": 1.922,
          "holdMinutes": 87
        },
        {
          "entryTs": 1741013100,
          "entryUtc": "2025-03-03T14:45:00.000Z",
          "exitTs": 1741015680,
          "dir": 1,
          "entryPrice": 2875.675,
          "exitPrice": 2887.593,
          "stopDistance": 5.959,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 43
        },
        {
          "entryTs": 1741033020,
          "entryUtc": "2025-03-03T20:17:00.000Z",
          "exitTs": 1741036800,
          "dir": -1,
          "entryPrice": 2886.052,
          "exitPrice": 2892.322,
          "stopDistance": 6.271,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 63
        },
        {
          "entryTs": 1741050000,
          "entryUtc": "2025-03-04T01:00:00.000Z",
          "exitTs": 1741051620,
          "dir": -1,
          "entryPrice": 2892.41,
          "exitPrice": 2881.921,
          "stopDistance": 5.244,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 27
        },
        {
          "entryTs": 1741051980,
          "entryUtc": "2025-03-04T01:33:00.000Z",
          "exitTs": 1741065780,
          "dir": -1,
          "entryPrice": 2888.06,
          "exitPrice": 2893.8,
          "stopDistance": 5.74,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 230
        },
        {
          "entryTs": 1741071960,
          "entryUtc": "2025-03-04T07:06:00.000Z",
          "exitTs": 1741072860,
          "dir": -1,
          "entryPrice": 2889.435,
          "exitPrice": 2893.986,
          "stopDistance": 4.551,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 15
        },
        {
          "entryTs": 1741097820,
          "entryUtc": "2025-03-04T14:17:00.000Z",
          "exitTs": 1741099080,
          "dir": 1,
          "entryPrice": 2916.435,
          "exitPrice": 2910.637,
          "stopDistance": 5.798,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 21
        },
        {
          "entryTs": 1741138500,
          "entryUtc": "2025-03-05T01:35:00.000Z",
          "exitTs": 1741153860,
          "dir": -1,
          "entryPrice": 2910.986,
          "exitPrice": 2916.226,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 256
        },
        {
          "entryTs": 1741163520,
          "entryUtc": "2025-03-05T08:32:00.000Z",
          "exitTs": 1741172160,
          "dir": 1,
          "entryPrice": 2917.371,
          "exitPrice": 2911.616,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 144
        },
        {
          "entryTs": 1741185060,
          "entryUtc": "2025-03-05T14:31:00.000Z",
          "exitTs": 1741185660,
          "dir": -1,
          "entryPrice": 2908.557,
          "exitPrice": 2915.757,
          "stopDistance": 7.2,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 10
        },
        {
          "entryTs": 1741206240,
          "entryUtc": "2025-03-05T20:24:00.000Z",
          "exitTs": 1741250160,
          "dir": -1,
          "entryPrice": 2921.503,
          "exitPrice": 2904.13,
          "stopDistance": 8.686,
          "outcome": "target",
          "netR": 1.9574,
          "holdMinutes": 732
        },
        {
          "entryTs": 1741264320,
          "entryUtc": "2025-03-06T12:32:00.000Z",
          "exitTs": 1741272120,
          "dir": 1,
          "entryPrice": 2899.16,
          "exitPrice": 2913.826,
          "stopDistance": 7.333,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 130
        },
        {
          "entryTs": 1741290660,
          "entryUtc": "2025-03-06T19:51:00.000Z",
          "exitTs": 1741306140,
          "dir": -1,
          "entryPrice": 2916.245,
          "exitPrice": 2902.764,
          "stopDistance": 6.74,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 258
        },
        {
          "entryTs": 1741311660,
          "entryUtc": "2025-03-07T01:41:00.000Z",
          "exitTs": 1741329060,
          "dir": -1,
          "entryPrice": 2906.573,
          "exitPrice": 2912.705,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 290
        },
        {
          "entryTs": 1741354200,
          "entryUtc": "2025-03-07T13:30:00.000Z",
          "exitTs": 1741354560,
          "dir": -1,
          "entryPrice": 2916.27,
          "exitPrice": 2921.303,
          "stopDistance": 5.033,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 6
        },
        {
          "entryTs": 1741355100,
          "entryUtc": "2025-03-07T13:45:00.000Z",
          "exitTs": 1741355700,
          "dir": 1,
          "entryPrice": 2921.265,
          "exitPrice": 2914.925,
          "stopDistance": 6.34,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 10
        },
        {
          "entryTs": 1741357200,
          "entryUtc": "2025-03-07T14:20:00.000Z",
          "exitTs": 1741359120,
          "dir": -1,
          "entryPrice": 2917.571,
          "exitPrice": 2924.546,
          "stopDistance": 6.975,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 32
        },
        {
          "entryTs": 1741362060,
          "entryUtc": "2025-03-07T15:41:00.000Z",
          "exitTs": 1741367880,
          "dir": 1,
          "entryPrice": 2915.903,
          "exitPrice": 2907.42,
          "stopDistance": 8.484,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 97
        },
        {
          "entryTs": 1741380600,
          "entryUtc": "2025-03-07T20:50:00.000Z",
          "exitTs": 1741557600,
          "dir": 1,
          "entryPrice": 2907.775,
          "exitPrice": 2912.055,
          "stopDistance": 6.634,
          "outcome": "time",
          "netR": 0.5894,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1741558500,
          "entryUtc": "2025-03-09T22:15:00.000Z",
          "exitTs": 1741595220,
          "dir": 1,
          "entryPrice": 2909.725,
          "exitPrice": 2903.847,
          "stopDistance": 5.879,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 612
        },
        {
          "entryTs": 1741598100,
          "entryUtc": "2025-03-10T09:15:00.000Z",
          "exitTs": 1741599480,
          "dir": -1,
          "entryPrice": 2909.117,
          "exitPrice": 2914.333,
          "stopDistance": 5.216,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 23
        },
        {
          "entryTs": 1741608360,
          "entryUtc": "2025-03-10T12:06:00.000Z",
          "exitTs": 1741626600,
          "dir": -1,
          "entryPrice": 2905.35,
          "exitPrice": 2891.648,
          "stopDistance": 6.851,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 304
        },
        {
          "entryTs": 1741651980,
          "entryUtc": "2025-03-11T00:13:00.000Z",
          "exitTs": 1741658940,
          "dir": -1,
          "entryPrice": 2886.232,
          "exitPrice": 2891.644,
          "stopDistance": 5.412,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 116
        },
        {
          "entryTs": 1741689420,
          "entryUtc": "2025-03-11T10:37:00.000Z",
          "exitTs": 1741698900,
          "dir": 1,
          "entryPrice": 2911.32,
          "exitPrice": 2906.923,
          "stopDistance": 4.397,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 158
        },
        {
          "entryTs": 1741699440,
          "entryUtc": "2025-03-11T13:24:00.000Z",
          "exitTs": 1741700100,
          "dir": -1,
          "entryPrice": 2911.271,
          "exitPrice": 2916.163,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 11
        },
        {
          "entryTs": 1741701840,
          "entryUtc": "2025-03-11T14:04:00.000Z",
          "exitTs": 1741764000,
          "dir": 1,
          "entryPrice": 2915.495,
          "exitPrice": 2909.617,
          "stopDistance": 5.878,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 1036
        },
        {
          "entryTs": 1741766820,
          "entryUtc": "2025-03-12T08:07:00.000Z",
          "exitTs": 1741769460,
          "dir": -1,
          "entryPrice": 2916.07,
          "exitPrice": 2920.506,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 44
        },
        {
          "entryTs": 1741772640,
          "entryUtc": "2025-03-12T09:44:00.000Z",
          "exitTs": 1741785480,
          "dir": 1,
          "entryPrice": 2915.43,
          "exitPrice": 2910.769,
          "stopDistance": 4.661,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 214
        },
        {
          "entryTs": 1741787220,
          "entryUtc": "2025-03-12T13:47:00.000Z",
          "exitTs": 1741791240,
          "dir": -1,
          "entryPrice": 2914.39,
          "exitPrice": 2920.408,
          "stopDistance": 6.018,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 67
        },
        {
          "entryTs": 1741821480,
          "entryUtc": "2025-03-12T23:18:00.000Z",
          "exitTs": 1741834020,
          "dir": 1,
          "entryPrice": 2934.725,
          "exitPrice": 2943.242,
          "stopDistance": 4.258,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 209
        },
        {
          "entryTs": 1741843800,
          "entryUtc": "2025-03-13T05:30:00.000Z",
          "exitTs": 1741849920,
          "dir": 1,
          "entryPrice": 2939.222,
          "exitPrice": 2935.17,
          "stopDistance": 4.051,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 102
        },
        {
          "entryTs": 1741853520,
          "entryUtc": "2025-03-13T08:12:00.000Z",
          "exitTs": 1741855020,
          "dir": -1,
          "entryPrice": 2940.597,
          "exitPrice": 2944.567,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 25
        },
        {
          "entryTs": 1741903320,
          "entryUtc": "2025-03-13T22:02:00.000Z",
          "exitTs": 1741943460,
          "dir": 1,
          "entryPrice": 2983.46,
          "exitPrice": 2995.312,
          "stopDistance": 5.926,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 669
        },
        {
          "entryTs": 1741960020,
          "entryUtc": "2025-03-14T13:47:00.000Z",
          "exitTs": 1742162400,
          "dir": -1,
          "entryPrice": 2991.256,
          "exitPrice": 2984.165,
          "stopDistance": 7.309,
          "outcome": "time",
          "netR": 0.9196,
          "holdMinutes": 3373
        },
        {
          "entryTs": 1742170620,
          "entryUtc": "2025-03-17T00:17:00.000Z",
          "exitTs": 1742205180,
          "dir": 1,
          "entryPrice": 2986.175,
          "exitPrice": 2996.53,
          "stopDistance": 5.177,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 576
        },
        {
          "entryTs": 1742213700,
          "entryUtc": "2025-03-17T12:15:00.000Z",
          "exitTs": 1742221320,
          "dir": -1,
          "entryPrice": 2990.525,
          "exitPrice": 2995.06,
          "stopDistance": 4.535,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 127
        },
        {
          "entryTs": 1742255160,
          "entryUtc": "2025-03-17T23:46:00.000Z",
          "exitTs": 1742263020,
          "dir": 1,
          "entryPrice": 3001.175,
          "exitPrice": 3006.782,
          "stopDistance": 2.804,
          "outcome": "target",
          "netR": 1.868,
          "holdMinutes": 131
        },
        {
          "entryTs": 1742329380,
          "entryUtc": "2025-03-18T20:23:00.000Z",
          "exitTs": 1742346840,
          "dir": 1,
          "entryPrice": 3033.7,
          "exitPrice": 3029.136,
          "stopDistance": 4.564,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 291
        },
        {
          "entryTs": 1742350260,
          "entryUtc": "2025-03-19T02:11:00.000Z",
          "exitTs": 1742353920,
          "dir": -1,
          "entryPrice": 3031.345,
          "exitPrice": 3034.667,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 61
        },
        {
          "entryTs": 1742364780,
          "entryUtc": "2025-03-19T06:13:00.000Z",
          "exitTs": 1742365200,
          "dir": 1,
          "entryPrice": 3038.656,
          "exitPrice": 3034.783,
          "stopDistance": 3.873,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 7
        },
        {
          "entryTs": 1742389200,
          "entryUtc": "2025-03-19T13:00:00.000Z",
          "exitTs": 1742391120,
          "dir": 1,
          "entryPrice": 3036.715,
          "exitPrice": 3031.633,
          "stopDistance": 5.082,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 32
        },
        {
          "entryTs": 1742391180,
          "entryUtc": "2025-03-19T13:33:00.000Z",
          "exitTs": 1742409360,
          "dir": 1,
          "entryPrice": 3030.77,
          "exitPrice": 3042.007,
          "stopDistance": 5.619,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 303
        },
        {
          "entryTs": 1742429700,
          "entryUtc": "2025-03-20T00:15:00.000Z",
          "exitTs": 1742438940,
          "dir": 1,
          "entryPrice": 3051.338,
          "exitPrice": 3046.416,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 154
        },
        {
          "entryTs": 1742444520,
          "entryUtc": "2025-03-20T04:22:00.000Z",
          "exitTs": 1742445840,
          "dir": -1,
          "entryPrice": 3051.48,
          "exitPrice": 3056.588,
          "stopDistance": 5.108,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 22
        },
        {
          "entryTs": 1742447160,
          "entryUtc": "2025-03-20T05:06:00.000Z",
          "exitTs": 1742448900,
          "dir": 1,
          "entryPrice": 3050.947,
          "exitPrice": 3046.109,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 29
        },
        {
          "entryTs": 1742476980,
          "entryUtc": "2025-03-20T13:23:00.000Z",
          "exitTs": 1742487360,
          "dir": 1,
          "entryPrice": 3030.822,
          "exitPrice": 3042.937,
          "stopDistance": 6.058,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 173
        },
        {
          "entryTs": 1742510940,
          "entryUtc": "2025-03-20T22:49:00.000Z",
          "exitTs": 1742521500,
          "dir": -1,
          "entryPrice": 3044.73,
          "exitPrice": 3037.282,
          "stopDistance": 3.724,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 176
        },
        {
          "entryTs": 1742537040,
          "entryUtc": "2025-03-21T06:04:00.000Z",
          "exitTs": 1742539200,
          "dir": -1,
          "entryPrice": 3029.755,
          "exitPrice": 3033.43,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 36
        },
        {
          "entryTs": 1742544960,
          "entryUtc": "2025-03-21T08:16:00.000Z",
          "exitTs": 1742557740,
          "dir": 1,
          "entryPrice": 3027.545,
          "exitPrice": 3036.239,
          "stopDistance": 4.347,
          "outcome": "target",
          "netR": 1.9149,
          "holdMinutes": 213
        },
        {
          "entryTs": 1742563320,
          "entryUtc": "2025-03-21T13:22:00.000Z",
          "exitTs": 1742563920,
          "dir": 1,
          "entryPrice": 3031.49,
          "exitPrice": 3026.771,
          "stopDistance": 4.719,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 10
        },
        {
          "entryTs": 1742778300,
          "entryUtc": "2025-03-24T01:05:00.000Z",
          "exitTs": 1742800020,
          "dir": -1,
          "entryPrice": 3021.47,
          "exitPrice": 3025.555,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 362
        },
        {
          "entryTs": 1742809260,
          "entryUtc": "2025-03-24T09:41:00.000Z",
          "exitTs": 1742823420,
          "dir": 1,
          "entryPrice": 3025.855,
          "exitPrice": 3021.284,
          "stopDistance": 4.571,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 236
        },
        {
          "entryTs": 1742824380,
          "entryUtc": "2025-03-24T13:53:00.000Z",
          "exitTs": 1742826660,
          "dir": -1,
          "entryPrice": 3024.595,
          "exitPrice": 3014.443,
          "stopDistance": 5.076,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 38
        },
        {
          "entryTs": 1742847540,
          "entryUtc": "2025-03-24T20:19:00.000Z",
          "exitTs": 1742863980,
          "dir": -1,
          "entryPrice": 3008.8,
          "exitPrice": 3014.61,
          "stopDistance": 5.81,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 274
        },
        {
          "entryTs": 1742872320,
          "entryUtc": "2025-03-25T03:12:00.000Z",
          "exitTs": 1742874120,
          "dir": -1,
          "entryPrice": 3012.06,
          "exitPrice": 3015.974,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 30
        },
        {
          "entryTs": 1742882040,
          "entryUtc": "2025-03-25T05:54:00.000Z",
          "exitTs": 1742887440,
          "dir": 1,
          "entryPrice": 3016.661,
          "exitPrice": 3013.023,
          "stopDistance": 3.639,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 90
        },
        {
          "entryTs": 1742890920,
          "entryUtc": "2025-03-25T08:22:00.000Z",
          "exitTs": 1742891580,
          "dir": -1,
          "entryPrice": 3015.365,
          "exitPrice": 3019.487,
          "stopDistance": 4.122,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 11
        },
        {
          "entryTs": 1742902980,
          "entryUtc": "2025-03-25T11:43:00.000Z",
          "exitTs": 1742904240,
          "dir": 1,
          "entryPrice": 3022.832,
          "exitPrice": 3018.931,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742907420,
          "entryUtc": "2025-03-25T12:57:00.000Z",
          "exitTs": 1742909700,
          "dir": -1,
          "entryPrice": 3022.406,
          "exitPrice": 3026.506,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 38
        },
        {
          "entryTs": 1742915520,
          "entryUtc": "2025-03-25T15:12:00.000Z",
          "exitTs": 1742950800,
          "dir": 1,
          "entryPrice": 3022.207,
          "exitPrice": 3016.725,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 588
        },
        {
          "entryTs": 1742951760,
          "entryUtc": "2025-03-26T01:16:00.000Z",
          "exitTs": 1742953500,
          "dir": -1,
          "entryPrice": 3019.72,
          "exitPrice": 3022.565,
          "stopDistance": 2.845,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 29
        },
        {
          "entryTs": 1742958720,
          "entryUtc": "2025-03-26T03:12:00.000Z",
          "exitTs": 1742959800,
          "dir": 1,
          "entryPrice": 3021.375,
          "exitPrice": 3018.162,
          "stopDistance": 3.213,
          "outcome": "stop",
          "netR": -1.1307,
          "holdMinutes": 18
        },
        {
          "entryTs": 1742968380,
          "entryUtc": "2025-03-26T05:53:00.000Z",
          "exitTs": 1742969220,
          "dir": -1,
          "entryPrice": 3021.105,
          "exitPrice": 3024.616,
          "stopDistance": 3.511,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 14
        },
        {
          "entryTs": 1742980560,
          "entryUtc": "2025-03-26T09:16:00.000Z",
          "exitTs": 1742981580,
          "dir": 1,
          "entryPrice": 3020.942,
          "exitPrice": 3017.297,
          "stopDistance": 3.644,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 17
        },
        {
          "entryTs": 1743015660,
          "entryUtc": "2025-03-26T19:01:00.000Z",
          "exitTs": 1743037320,
          "dir": 1,
          "entryPrice": 3017.8,
          "exitPrice": 3026.924,
          "stopDistance": 4.562,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 361
        },
        {
          "entryTs": 1743055200,
          "entryUtc": "2025-03-27T06:00:00.000Z",
          "exitTs": 1743061980,
          "dir": 1,
          "entryPrice": 3028.386,
          "exitPrice": 3036.183,
          "stopDistance": 3.898,
          "outcome": "target",
          "netR": 1.9051,
          "holdMinutes": 113
        },
        {
          "entryTs": 1743085440,
          "entryUtc": "2025-03-27T14:24:00.000Z",
          "exitTs": 1743086340,
          "dir": -1,
          "entryPrice": 3050.286,
          "exitPrice": 3056.738,
          "stopDistance": 6.452,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 15
        },
        {
          "entryTs": 1743119100,
          "entryUtc": "2025-03-27T23:45:00.000Z",
          "exitTs": 1743120540,
          "dir": -1,
          "entryPrice": 3055.511,
          "exitPrice": 3059.447,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 24
        },
        {
          "entryTs": 1743120900,
          "entryUtc": "2025-03-28T00:15:00.000Z",
          "exitTs": 1743124440,
          "dir": 1,
          "entryPrice": 3057.85,
          "exitPrice": 3065.587,
          "stopDistance": 3.869,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 59
        },
        {
          "entryTs": 1743149460,
          "entryUtc": "2025-03-28T08:11:00.000Z",
          "exitTs": 1743150300,
          "dir": 1,
          "entryPrice": 3074.281,
          "exitPrice": 3069.729,
          "stopDistance": 4.552,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 14
        },
        {
          "entryTs": 1743154980,
          "entryUtc": "2025-03-28T09:43:00.000Z",
          "exitTs": 1743169920,
          "dir": -1,
          "entryPrice": 3075.846,
          "exitPrice": 3081.977,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 249
        },
        {
          "entryTs": 1743171420,
          "entryUtc": "2025-03-28T14:17:00.000Z",
          "exitTs": 1743172440,
          "dir": 1,
          "entryPrice": 3078.125,
          "exitPrice": 3070.529,
          "stopDistance": 7.596,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 17
        },
        {
          "entryTs": 1743175080,
          "entryUtc": "2025-03-28T15:18:00.000Z",
          "exitTs": 1743177840,
          "dir": -1,
          "entryPrice": 3077.28,
          "exitPrice": 3085.909,
          "stopDistance": 8.629,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 46
        },
        {
          "entryTs": 1743188100,
          "entryUtc": "2025-03-28T18:55:00.000Z",
          "exitTs": 1743372000,
          "dir": -1,
          "entryPrice": 3079.531,
          "exitPrice": 3086.543,
          "stopDistance": 7.012,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 3065
        },
        {
          "entryTs": 1743379440,
          "entryUtc": "2025-03-31T00:04:00.000Z",
          "exitTs": 1743382500,
          "dir": 1,
          "entryPrice": 3085.54,
          "exitPrice": 3079.066,
          "stopDistance": 6.474,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 51
        },
        {
          "entryTs": 1743403680,
          "entryUtc": "2025-03-31T06:48:00.000Z",
          "exitTs": 1743428400,
          "dir": 1,
          "entryPrice": 3113.452,
          "exitPrice": 3105.875,
          "stopDistance": 7.577,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 412
        },
        {
          "entryTs": 1743430020,
          "entryUtc": "2025-03-31T14:07:00.000Z",
          "exitTs": 1743433920,
          "dir": -1,
          "entryPrice": 3115.007,
          "exitPrice": 3124.038,
          "stopDistance": 9.031,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 65
        },
        {
          "entryTs": 1743464880,
          "entryUtc": "2025-03-31T23:48:00.000Z",
          "exitTs": 1743469260,
          "dir": 1,
          "entryPrice": 3123.868,
          "exitPrice": 3132.437,
          "stopDistance": 4.284,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 73
        },
        {
          "entryTs": 1743484740,
          "entryUtc": "2025-04-01T05:19:00.000Z",
          "exitTs": 1743486840,
          "dir": -1,
          "entryPrice": 3144.56,
          "exitPrice": 3134.346,
          "stopDistance": 5.107,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 35
        },
        {
          "entryTs": 1743494760,
          "entryUtc": "2025-04-01T08:06:00.000Z",
          "exitTs": 1743522840,
          "dir": -1,
          "entryPrice": 3131.832,
          "exitPrice": 3116.279,
          "stopDistance": 7.776,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 468
        },
        {
          "entryTs": 1743545700,
          "entryUtc": "2025-04-01T22:15:00.000Z",
          "exitTs": 1743553740,
          "dir": 1,
          "entryPrice": 3110.22,
          "exitPrice": 3121.698,
          "stopDistance": 5.739,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 134
        },
        {
          "entryTs": 1743590520,
          "entryUtc": "2025-04-02T10:42:00.000Z",
          "exitTs": 1743590820,
          "dir": 1,
          "entryPrice": 3118.95,
          "exitPrice": 3112.168,
          "stopDistance": 6.782,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 5
        },
        {
          "entryTs": 1743601500,
          "entryUtc": "2025-04-02T13:45:00.000Z",
          "exitTs": 1743601860,
          "dir": 1,
          "entryPrice": 3124.435,
          "exitPrice": 3116.608,
          "stopDistance": 7.827,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 6
        },
        {
          "entryTs": 1743614820,
          "entryUtc": "2025-04-02T17:27:00.000Z",
          "exitTs": 1743624780,
          "dir": 1,
          "entryPrice": 3125.447,
          "exitPrice": 3117.802,
          "stopDistance": 7.644,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 166
        },
        {
          "entryTs": 1743624900,
          "entryUtc": "2025-04-02T20:15:00.000Z",
          "exitTs": 1743624960,
          "dir": -1,
          "entryPrice": 3117.235,
          "exitPrice": 3125.36,
          "stopDistance": 8.125,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 1
        },
        {
          "entryTs": 1743625800,
          "entryUtc": "2025-04-02T20:30:00.000Z",
          "exitTs": 1743635340,
          "dir": 1,
          "entryPrice": 3129.874,
          "exitPrice": 3152.571,
          "stopDistance": 11.348,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 159
        },
        {
          "entryTs": 1743689220,
          "entryUtc": "2025-04-03T14:07:00.000Z",
          "exitTs": 1743689700,
          "dir": -1,
          "entryPrice": 3103.37,
          "exitPrice": 3116.713,
          "stopDistance": 13.343,
          "outcome": "stop",
          "netR": -1.0315,
          "holdMinutes": 8
        },
        {
          "entryTs": 1743702000,
          "entryUtc": "2025-04-03T17:40:00.000Z",
          "exitTs": 1743764940,
          "dir": -1,
          "entryPrice": 3107.182,
          "exitPrice": 3122.323,
          "stopDistance": 15.141,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 1049
        },
        {
          "entryTs": 1743768840,
          "entryUtc": "2025-04-04T12:14:00.000Z",
          "exitTs": 1743770340,
          "dir": 1,
          "entryPrice": 3092.53,
          "exitPrice": 3082.135,
          "stopDistance": 10.395,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 25
        },
        {
          "entryTs": 1743976800,
          "entryUtc": "2025-04-06T22:00:00.000Z",
          "exitTs": 1743981720,
          "dir": 1,
          "entryPrice": 3006.765,
          "exitPrice": 2993.959,
          "stopDistance": 12.806,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 82
        },
        {
          "entryTs": 1743988320,
          "entryUtc": "2025-04-07T01:12:00.000Z",
          "exitTs": 1743989580,
          "dir": -1,
          "entryPrice": 3005.56,
          "exitPrice": 3029.33,
          "stopDistance": 23.77,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 21
        },
        {
          "entryTs": 1744002180,
          "entryUtc": "2025-04-07T05:03:00.000Z",
          "exitTs": 1744038660,
          "dir": -1,
          "entryPrice": 3035.717,
          "exitPrice": 2988.956,
          "stopDistance": 23.381,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 608
        },
        {
          "entryTs": 1744056000,
          "entryUtc": "2025-04-07T20:00:00.000Z",
          "exitTs": 1744077960,
          "dir": 1,
          "entryPrice": 2972.865,
          "exitPrice": 3003.148,
          "stopDistance": 15.142,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 366
        },
        {
          "entryTs": 1744104720,
          "entryUtc": "2025-04-08T09:32:00.000Z",
          "exitTs": 1744110000,
          "dir": -1,
          "entryPrice": 3001.94,
          "exitPrice": 3010.875,
          "stopDistance": 8.935,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 88
        },
        {
          "entryTs": 1744115040,
          "entryUtc": "2025-04-08T12:24:00.000Z",
          "exitTs": 1744128060,
          "dir": 1,
          "entryPrice": 3007.03,
          "exitPrice": 2998.48,
          "stopDistance": 8.55,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 217
        },
        {
          "entryTs": 1744156620,
          "entryUtc": "2025-04-08T23:57:00.000Z",
          "exitTs": 1744162020,
          "dir": -1,
          "entryPrice": 2978.46,
          "exitPrice": 2987.792,
          "stopDistance": 9.332,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 90
        },
        {
          "entryTs": 1744201380,
          "entryUtc": "2025-04-09T12:23:00.000Z",
          "exitTs": 1744205700,
          "dir": 1,
          "entryPrice": 3051.288,
          "exitPrice": 3075.307,
          "stopDistance": 12.009,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 72
        },
        {
          "entryTs": 1744219440,
          "entryUtc": "2025-04-09T17:24:00.000Z",
          "exitTs": 1744219740,
          "dir": 1,
          "entryPrice": 3075.745,
          "exitPrice": 3060.938,
          "stopDistance": 14.807,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 5
        },
        {
          "entryTs": 1744220880,
          "entryUtc": "2025-04-09T17:48:00.000Z",
          "exitTs": 1744225800,
          "dir": -1,
          "entryPrice": 3072.86,
          "exitPrice": 3090.011,
          "stopDistance": 17.151,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 82
        },
        {
          "entryTs": 1744238100,
          "entryUtc": "2025-04-09T22:35:00.000Z",
          "exitTs": 1744250940,
          "dir": -1,
          "entryPrice": 3089.68,
          "exitPrice": 3107.958,
          "stopDistance": 18.278,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 214
        },
        {
          "entryTs": 1744264500,
          "entryUtc": "2025-04-10T05:55:00.000Z",
          "exitTs": 1744291380,
          "dir": -1,
          "entryPrice": 3121.425,
          "exitPrice": 3134.48,
          "stopDistance": 13.055,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 448
        },
        {
          "entryTs": 1744348800,
          "entryUtc": "2025-04-11T05:20:00.000Z",
          "exitTs": 1744350180,
          "dir": -1,
          "entryPrice": 3216.045,
          "exitPrice": 3194.769,
          "stopDistance": 10.638,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 23
        },
        {
          "entryTs": 1744353000,
          "entryUtc": "2025-04-11T06:30:00.000Z",
          "exitTs": 1744359180,
          "dir": -1,
          "entryPrice": 3204.045,
          "exitPrice": 3217.339,
          "stopDistance": 13.294,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 103
        },
        {
          "entryTs": 1744368660,
          "entryUtc": "2025-04-11T10:51:00.000Z",
          "exitTs": 1744378320,
          "dir": 1,
          "entryPrice": 3211.885,
          "exitPrice": 3240.126,
          "stopDistance": 14.12,
          "outcome": "target",
          "netR": 1.9738,
          "holdMinutes": 161
        },
        {
          "entryTs": 1744379280,
          "entryUtc": "2025-04-11T13:48:00.000Z",
          "exitTs": 1744581600,
          "dir": 1,
          "entryPrice": 3227.395,
          "exitPrice": 3218.925,
          "stopDistance": 14.287,
          "outcome": "time",
          "netR": -0.6187,
          "holdMinutes": 3372
        },
        {
          "entryTs": 1744584960,
          "entryUtc": "2025-04-13T22:56:00.000Z",
          "exitTs": 1744594500,
          "dir": -1,
          "entryPrice": 3223.585,
          "exitPrice": 3234.989,
          "stopDistance": 11.404,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 159
        },
        {
          "entryTs": 1744609080,
          "entryUtc": "2025-04-14T05:38:00.000Z",
          "exitTs": 1744626060,
          "dir": -1,
          "entryPrice": 3229.615,
          "exitPrice": 3211.798,
          "stopDistance": 8.909,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 283
        },
        {
          "entryTs": 1744628820,
          "entryUtc": "2025-04-14T11:07:00.000Z",
          "exitTs": 1744636200,
          "dir": -1,
          "entryPrice": 3218.79,
          "exitPrice": 3198.712,
          "stopDistance": 10.039,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 123
        },
        {
          "entryTs": 1744642020,
          "entryUtc": "2025-04-14T14:47:00.000Z",
          "exitTs": 1744680180,
          "dir": -1,
          "entryPrice": 3211.2,
          "exitPrice": 3223.422,
          "stopDistance": 12.222,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 636
        },
        {
          "entryTs": 1744697280,
          "entryUtc": "2025-04-15T06:08:00.000Z",
          "exitTs": 1744719960,
          "dir": -1,
          "entryPrice": 3226.945,
          "exitPrice": 3214.56,
          "stopDistance": 6.193,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 378
        },
        {
          "entryTs": 1744721220,
          "entryUtc": "2025-04-15T12:47:00.000Z",
          "exitTs": 1744739160,
          "dir": -1,
          "entryPrice": 3223.04,
          "exitPrice": 3230.048,
          "stopDistance": 7.008,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 299
        },
        {
          "entryTs": 1744792260,
          "entryUtc": "2025-04-16T08:31:00.000Z",
          "exitTs": 1744795140,
          "dir": 1,
          "entryPrice": 3291.825,
          "exitPrice": 3309.855,
          "stopDistance": 9.015,
          "outcome": "target",
          "netR": 1.959,
          "holdMinutes": 48
        },
        {
          "entryTs": 1744801680,
          "entryUtc": "2025-04-16T11:08:00.000Z",
          "exitTs": 1744818060,
          "dir": 1,
          "entryPrice": 3297.76,
          "exitPrice": 3322.458,
          "stopDistance": 12.349,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 273
        },
        {
          "entryTs": 1744849800,
          "entryUtc": "2025-04-17T00:30:00.000Z",
          "exitTs": 1744853460,
          "dir": -1,
          "entryPrice": 3350.385,
          "exitPrice": 3334.565,
          "stopDistance": 7.91,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 61
        },
        {
          "entryTs": 1744856400,
          "entryUtc": "2025-04-17T02:20:00.000Z",
          "exitTs": 1744898160,
          "dir": -1,
          "entryPrice": 3336.395,
          "exitPrice": 3311.933,
          "stopDistance": 12.231,
          "outcome": "target",
          "netR": 1.9697,
          "holdMinutes": 696
        },
        {
          "entryTs": 1744918440,
          "entryUtc": "2025-04-17T19:34:00.000Z",
          "exitTs": 1744922160,
          "dir": -1,
          "entryPrice": 3316.42,
          "exitPrice": 3325.854,
          "stopDistance": 9.434,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 62
        },
        {
          "entryTs": 1745211720,
          "entryUtc": "2025-04-21T05:02:00.000Z",
          "exitTs": 1745215740,
          "dir": -1,
          "entryPrice": 3379.195,
          "exitPrice": 3388.404,
          "stopDistance": 9.209,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 67
        },
        {
          "entryTs": 1745234940,
          "entryUtc": "2025-04-21T11:29:00.000Z",
          "exitTs": 1745235360,
          "dir": -1,
          "entryPrice": 3391.805,
          "exitPrice": 3399.361,
          "stopDistance": 7.556,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 7
        },
        {
          "entryTs": 1745246820,
          "entryUtc": "2025-04-21T14:47:00.000Z",
          "exitTs": 1745277420,
          "dir": 1,
          "entryPrice": 3413.71,
          "exitPrice": 3437.442,
          "stopDistance": 11.866,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 510
        },
        {
          "entryTs": 1745280060,
          "entryUtc": "2025-04-22T00:01:00.000Z",
          "exitTs": 1745280180,
          "dir": 1,
          "entryPrice": 3429.325,
          "exitPrice": 3420.178,
          "stopDistance": 9.147,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 2
        },
        {
          "entryTs": 1745281080,
          "entryUtc": "2025-04-22T00:18:00.000Z",
          "exitTs": 1745284500,
          "dir": -1,
          "entryPrice": 3423.415,
          "exitPrice": 3434.74,
          "stopDistance": 11.325,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 57
        },
        {
          "entryTs": 1745303100,
          "entryUtc": "2025-04-22T06:25:00.000Z",
          "exitTs": 1745305500,
          "dir": 1,
          "entryPrice": 3483.595,
          "exitPrice": 3470.214,
          "stopDistance": 13.381,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 40
        },
        {
          "entryTs": 1745317680,
          "entryUtc": "2025-04-22T10:28:00.000Z",
          "exitTs": 1745325900,
          "dir": 1,
          "entryPrice": 3455.412,
          "exitPrice": 3440.248,
          "stopDistance": 15.164,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 137
        },
        {
          "entryTs": 1745363940,
          "entryUtc": "2025-04-22T23:19:00.000Z",
          "exitTs": 1745369640,
          "dir": -1,
          "entryPrice": 3347.565,
          "exitPrice": 3369.278,
          "stopDistance": 21.714,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 95
        },
        {
          "entryTs": 1745377980,
          "entryUtc": "2025-04-23T03:13:00.000Z",
          "exitTs": 1745388120,
          "dir": 1,
          "entryPrice": 3332.535,
          "exitPrice": 3312.29,
          "stopDistance": 20.245,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 169
        },
        {
          "entryTs": 1745395140,
          "entryUtc": "2025-04-23T07:59:00.000Z",
          "exitTs": 1745400000,
          "dir": -1,
          "entryPrice": 3320.11,
          "exitPrice": 3339.891,
          "stopDistance": 19.781,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 81
        },
        {
          "entryTs": 1745410860,
          "entryUtc": "2025-04-23T12:21:00.000Z",
          "exitTs": 1745415120,
          "dir": -1,
          "entryPrice": 3326.165,
          "exitPrice": 3294.469,
          "stopDistance": 15.848,
          "outcome": "target",
          "netR": 1.9767,
          "holdMinutes": 71
        },
        {
          "entryTs": 1745428500,
          "entryUtc": "2025-04-23T17:15:00.000Z",
          "exitTs": 1745453820,
          "dir": 1,
          "entryPrice": 3284.12,
          "exitPrice": 3322.375,
          "stopDistance": 19.127,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 422
        },
        {
          "entryTs": 1745472960,
          "entryUtc": "2025-04-24T05:36:00.000Z",
          "exitTs": 1745478840,
          "dir": -1,
          "entryPrice": 3326.77,
          "exitPrice": 3339.087,
          "stopDistance": 12.317,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 98
        },
        {
          "entryTs": 1745479620,
          "entryUtc": "2025-04-24T07:27:00.000Z",
          "exitTs": 1745502780,
          "dir": 1,
          "entryPrice": 3326.805,
          "exitPrice": 3312.778,
          "stopDistance": 14.027,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 386
        },
        {
          "entryTs": 1745505960,
          "entryUtc": "2025-04-24T14:46:00.000Z",
          "exitTs": 1745524020,
          "dir": -1,
          "entryPrice": 3330.14,
          "exitPrice": 3342.253,
          "stopDistance": 12.113,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 301
        },
        {
          "entryTs": 1745547180,
          "entryUtc": "2025-04-25T02:13:00.000Z",
          "exitTs": 1745553420,
          "dir": -1,
          "entryPrice": 3352.705,
          "exitPrice": 3328.961,
          "stopDistance": 11.872,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 104
        },
        {
          "entryTs": 1745582460,
          "entryUtc": "2025-04-25T12:01:00.000Z",
          "exitTs": 1745587020,
          "dir": -1,
          "entryPrice": 3297.005,
          "exitPrice": 3274.716,
          "stopDistance": 11.145,
          "outcome": "target",
          "netR": 1.9668,
          "holdMinutes": 76
        },
        {
          "entryTs": 1745802300,
          "entryUtc": "2025-04-28T01:05:00.000Z",
          "exitTs": 1745803440,
          "dir": 1,
          "entryPrice": 3306.985,
          "exitPrice": 3295.586,
          "stopDistance": 11.399,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 19
        },
        {
          "entryTs": 1745819160,
          "entryUtc": "2025-04-28T05:46:00.000Z",
          "exitTs": 1745849760,
          "dir": -1,
          "entryPrice": 3291.245,
          "exitPrice": 3302.851,
          "stopDistance": 11.606,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 510
        },
        {
          "entryTs": 1745873280,
          "entryUtc": "2025-04-28T20:48:00.000Z",
          "exitTs": 1745878560,
          "dir": 1,
          "entryPrice": 3343.18,
          "exitPrice": 3333.972,
          "stopDistance": 9.208,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 88
        },
        {
          "entryTs": 1745890380,
          "entryUtc": "2025-04-29T01:33:00.000Z",
          "exitTs": 1745895900,
          "dir": -1,
          "entryPrice": 3333.785,
          "exitPrice": 3316.957,
          "stopDistance": 8.414,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 92
        },
        {
          "entryTs": 1745908140,
          "entryUtc": "2025-04-29T06:29:00.000Z",
          "exitTs": 1745929260,
          "dir": -1,
          "entryPrice": 3320.45,
          "exitPrice": 3301.218,
          "stopDistance": 9.616,
          "outcome": "target",
          "netR": 1.9615,
          "holdMinutes": 352
        },
        {
          "entryTs": 1745934300,
          "entryUtc": "2025-04-29T13:45:00.000Z",
          "exitTs": 1745945340,
          "dir": 1,
          "entryPrice": 3308.62,
          "exitPrice": 3327.249,
          "stopDistance": 9.314,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 184
        },
        {
          "entryTs": 1745964360,
          "entryUtc": "2025-04-29T22:06:00.000Z",
          "exitTs": 1745978460,
          "dir": -1,
          "entryPrice": 3320.6,
          "exitPrice": 3305.701,
          "stopDistance": 7.449,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 235
        },
        {
          "entryTs": 1745990880,
          "entryUtc": "2025-04-30T05:28:00.000Z",
          "exitTs": 1746000660,
          "dir": -1,
          "entryPrice": 3313.25,
          "exitPrice": 3296.164,
          "stopDistance": 8.543,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 163
        },
        {
          "entryTs": 1746017040,
          "entryUtc": "2025-04-30T12:44:00.000Z",
          "exitTs": 1746017400,
          "dir": -1,
          "entryPrice": 3294.575,
          "exitPrice": 3304.52,
          "stopDistance": 9.945,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 6
        },
        {
          "entryTs": 1746079440,
          "entryUtc": "2025-05-01T06:04:00.000Z",
          "exitTs": 1746099960,
          "dir": -1,
          "entryPrice": 3240.95,
          "exitPrice": 3212.777,
          "stopDistance": 14.087,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 342
        },
        {
          "entryTs": 1746102480,
          "entryUtc": "2025-05-01T12:28:00.000Z",
          "exitTs": 1746103560,
          "dir": -1,
          "entryPrice": 3219.455,
          "exitPrice": 3229.52,
          "stopDistance": 10.065,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 18
        },
        {
          "entryTs": 1746108000,
          "entryUtc": "2025-05-01T14:00:00.000Z",
          "exitTs": 1746132300,
          "dir": 1,
          "entryPrice": 3215.685,
          "exitPrice": 3239.357,
          "stopDistance": 11.836,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 405
        },
        {
          "entryTs": 1746146700,
          "entryUtc": "2025-05-02T00:45:00.000Z",
          "exitTs": 1746147240,
          "dir": 1,
          "entryPrice": 3238.045,
          "exitPrice": 3229.759,
          "stopDistance": 8.286,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 9
        },
        {
          "entryTs": 1746147660,
          "entryUtc": "2025-05-02T01:01:00.000Z",
          "exitTs": 1746151860,
          "dir": -1,
          "entryPrice": 3234.04,
          "exitPrice": 3243.098,
          "stopDistance": 9.058,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 70
        },
        {
          "entryTs": 1746167760,
          "entryUtc": "2025-05-02T06:36:00.000Z",
          "exitTs": 1746168600,
          "dir": 1,
          "entryPrice": 3255.67,
          "exitPrice": 3247.741,
          "stopDistance": 7.929,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 14
        },
        {
          "entryTs": 1746180660,
          "entryUtc": "2025-05-02T10:11:00.000Z",
          "exitTs": 1746189000,
          "dir": 1,
          "entryPrice": 3260.56,
          "exitPrice": 3252.415,
          "stopDistance": 8.146,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 139
        },
        {
          "entryTs": 1746190320,
          "entryUtc": "2025-05-02T12:52:00.000Z",
          "exitTs": 1746191160,
          "dir": -1,
          "entryPrice": 3258.96,
          "exitPrice": 3241.558,
          "stopDistance": 8.701,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 14
        },
        {
          "entryTs": 1746196320,
          "entryUtc": "2025-05-02T14:32:00.000Z",
          "exitTs": 1746200220,
          "dir": -1,
          "entryPrice": 3258.35,
          "exitPrice": 3235.643,
          "stopDistance": 11.354,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 65
        },
        {
          "entryTs": 1746405300,
          "entryUtc": "2025-05-05T00:35:00.000Z",
          "exitTs": 1746407940,
          "dir": 1,
          "entryPrice": 3243.13,
          "exitPrice": 3259.951,
          "stopDistance": 8.411,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 44
        },
        {
          "entryTs": 1746425040,
          "entryUtc": "2025-05-05T06:04:00.000Z",
          "exitTs": 1746434280,
          "dir": 1,
          "entryPrice": 3257.08,
          "exitPrice": 3274.036,
          "stopDistance": 8.478,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 154
        },
        {
          "entryTs": 1746450660,
          "entryUtc": "2025-05-05T13:11:00.000Z",
          "exitTs": 1746461280,
          "dir": 1,
          "entryPrice": 3315.845,
          "exitPrice": 3306.735,
          "stopDistance": 9.11,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 177
        },
        {
          "entryTs": 1746467760,
          "entryUtc": "2025-05-05T17:56:00.000Z",
          "exitTs": 1746472620,
          "dir": -1,
          "entryPrice": 3316.85,
          "exitPrice": 3326.98,
          "stopDistance": 10.13,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 81
        },
        {
          "entryTs": 1746492360,
          "entryUtc": "2025-05-06T00:46:00.000Z",
          "exitTs": 1746493260,
          "dir": -1,
          "entryPrice": 3328.945,
          "exitPrice": 3336.916,
          "stopDistance": 7.971,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 15
        },
        {
          "entryTs": 1746510480,
          "entryUtc": "2025-05-06T05:48:00.000Z",
          "exitTs": 1746516060,
          "dir": -1,
          "entryPrice": 3358.285,
          "exitPrice": 3370.724,
          "stopDistance": 12.439,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 93
        },
        {
          "entryTs": 1746532200,
          "entryUtc": "2025-05-06T11:50:00.000Z",
          "exitTs": 1746535080,
          "dir": -1,
          "entryPrice": 3378.385,
          "exitPrice": 3387.644,
          "stopDistance": 9.259,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 48
        },
        {
          "entryTs": 1746541740,
          "entryUtc": "2025-05-06T14:29:00.000Z",
          "exitTs": 1746549300,
          "dir": 1,
          "entryPrice": 3384.23,
          "exitPrice": 3404.978,
          "stopDistance": 10.374,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 126
        },
        {
          "entryTs": 1746569220,
          "entryUtc": "2025-05-06T22:07:00.000Z",
          "exitTs": 1746569220,
          "dir": 1,
          "entryPrice": 3414.14,
          "exitPrice": 3406.054,
          "stopDistance": 8.086,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 0
        },
        {
          "entryTs": 1746569700,
          "entryUtc": "2025-05-06T22:15:00.000Z",
          "exitTs": 1746570480,
          "dir": -1,
          "entryPrice": 3411.899,
          "exitPrice": 3387.633,
          "stopDistance": 12.133,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 13
        },
        {
          "entryTs": 1746579780,
          "entryUtc": "2025-05-07T01:03:00.000Z",
          "exitTs": 1746669120,
          "dir": -1,
          "entryPrice": 3384.435,
          "exitPrice": 3402.24,
          "stopDistance": 17.805,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 1489
        },
        {
          "entryTs": 1746677400,
          "entryUtc": "2025-05-08T04:10:00.000Z",
          "exitTs": 1746680400,
          "dir": 1,
          "entryPrice": 3393.305,
          "exitPrice": 3381.114,
          "stopDistance": 12.191,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 50
        },
        {
          "entryTs": 1746698940,
          "entryUtc": "2025-05-08T10:09:00.000Z",
          "exitTs": 1746706560,
          "dir": -1,
          "entryPrice": 3337.56,
          "exitPrice": 3350.162,
          "stopDistance": 12.602,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 127
        },
        {
          "entryTs": 1746733140,
          "entryUtc": "2025-05-08T19:39:00.000Z",
          "exitTs": 1746741960,
          "dir": -1,
          "entryPrice": 3299.46,
          "exitPrice": 3312.361,
          "stopDistance": 12.901,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 147
        },
        {
          "entryTs": 1746753000,
          "entryUtc": "2025-05-09T01:10:00.000Z",
          "exitTs": 1746753900,
          "dir": 1,
          "entryPrice": 3313.155,
          "exitPrice": 3303.062,
          "stopDistance": 10.093,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 15
        },
        {
          "entryTs": 1746759600,
          "entryUtc": "2025-05-09T03:00:00.000Z",
          "exitTs": 1746766200,
          "dir": -1,
          "entryPrice": 3308.445,
          "exitPrice": 3320.136,
          "stopDistance": 11.691,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 110
        },
        {
          "entryTs": 1746778020,
          "entryUtc": "2025-05-09T08:07:00.000Z",
          "exitTs": 1746805080,
          "dir": 1,
          "entryPrice": 3321.405,
          "exitPrice": 3344.84,
          "stopDistance": 11.718,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 451
        },
        {
          "entryTs": 1747014540,
          "entryUtc": "2025-05-12T01:49:00.000Z",
          "exitTs": 1747034520,
          "dir": -1,
          "entryPrice": 3274.75,
          "exitPrice": 3244.047,
          "stopDistance": 15.352,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 333
        },
        {
          "entryTs": 1747048380,
          "entryUtc": "2025-05-12T11:13:00.000Z",
          "exitTs": 1747055100,
          "dir": -1,
          "entryPrice": 3223.475,
          "exitPrice": 3237.917,
          "stopDistance": 14.442,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 112
        },
        {
          "entryTs": 1747104000,
          "entryUtc": "2025-05-13T02:40:00.000Z",
          "exitTs": 1747111140,
          "dir": -1,
          "entryPrice": 3236.375,
          "exitPrice": 3244.973,
          "stopDistance": 8.598,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 119
        },
        {
          "entryTs": 1747120920,
          "entryUtc": "2025-05-13T07:22:00.000Z",
          "exitTs": 1747137720,
          "dir": 1,
          "entryPrice": 3256.255,
          "exitPrice": 3246.083,
          "stopDistance": 10.172,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 280
        },
        {
          "entryTs": 1747145940,
          "entryUtc": "2025-05-13T14:19:00.000Z",
          "exitTs": 1747150440,
          "dir": -1,
          "entryPrice": 3237.84,
          "exitPrice": 3248.56,
          "stopDistance": 10.72,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 75
        },
        {
          "entryTs": 1747169820,
          "entryUtc": "2025-05-13T20:57:00.000Z",
          "exitTs": 1747181700,
          "dir": 1,
          "entryPrice": 3250.095,
          "exitPrice": 3243.326,
          "stopDistance": 6.769,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 198
        },
        {
          "entryTs": 1747186140,
          "entryUtc": "2025-05-14T01:29:00.000Z",
          "exitTs": 1747187940,
          "dir": -1,
          "entryPrice": 3250.045,
          "exitPrice": 3237.167,
          "stopDistance": 6.439,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 30
        },
        {
          "entryTs": 1747205940,
          "entryUtc": "2025-05-14T06:59:00.000Z",
          "exitTs": 1747223820,
          "dir": 1,
          "entryPrice": 3228.125,
          "exitPrice": 3219.678,
          "stopDistance": 8.447,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 298
        },
        {
          "entryTs": 1747243140,
          "entryUtc": "2025-05-14T17:19:00.000Z",
          "exitTs": 1747248960,
          "dir": 1,
          "entryPrice": 3184.605,
          "exitPrice": 3172.464,
          "stopDistance": 12.141,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 97
        },
        {
          "entryTs": 1747252500,
          "entryUtc": "2025-05-14T19:55:00.000Z",
          "exitTs": 1747270860,
          "dir": -1,
          "entryPrice": 3180.905,
          "exitPrice": 3190.641,
          "stopDistance": 9.736,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 306
        },
        {
          "entryTs": 1747272000,
          "entryUtc": "2025-05-15T01:20:00.000Z",
          "exitTs": 1747273620,
          "dir": 1,
          "entryPrice": 3183.848,
          "exitPrice": 3176.487,
          "stopDistance": 7.361,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 27
        },
        {
          "entryTs": 1747375620,
          "entryUtc": "2025-05-16T06:07:00.000Z",
          "exitTs": 1747383000,
          "dir": -1,
          "entryPrice": 3225.25,
          "exitPrice": 3203.525,
          "stopDistance": 10.863,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 123
        },
        {
          "entryTs": 1747400400,
          "entryUtc": "2025-05-16T13:00:00.000Z",
          "exitTs": 1747425720,
          "dir": -1,
          "entryPrice": 3183.075,
          "exitPrice": 3197.316,
          "stopDistance": 14.241,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 422
        },
        {
          "entryTs": 1747619400,
          "entryUtc": "2025-05-19T01:50:00.000Z",
          "exitTs": 1747645260,
          "dir": 1,
          "entryPrice": 3219.255,
          "exitPrice": 3245.364,
          "stopDistance": 13.055,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 431
        },
        {
          "entryTs": 1747656540,
          "entryUtc": "2025-05-19T12:09:00.000Z",
          "exitTs": 1747659360,
          "dir": 1,
          "entryPrice": 3240.07,
          "exitPrice": 3231.527,
          "stopDistance": 8.543,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 47
        },
        {
          "entryTs": 1747660500,
          "entryUtc": "2025-05-19T13:15:00.000Z",
          "exitTs": 1747663620,
          "dir": -1,
          "entryPrice": 3238.485,
          "exitPrice": 3220.223,
          "stopDistance": 9.131,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 52
        },
        {
          "entryTs": 1747669800,
          "entryUtc": "2025-05-19T15:50:00.000Z",
          "exitTs": 1747697940,
          "dir": -1,
          "entryPrice": 3239,
          "exitPrice": 3218.712,
          "stopDistance": 10.144,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 469
        },
        {
          "entryTs": 1747703040,
          "entryUtc": "2025-05-20T01:04:00.000Z",
          "exitTs": 1747706940,
          "dir": -1,
          "entryPrice": 3228.16,
          "exitPrice": 3216.097,
          "stopDistance": 6.031,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 65
        },
        {
          "entryTs": 1747719600,
          "entryUtc": "2025-05-20T05:40:00.000Z",
          "exitTs": 1747730280,
          "dir": 1,
          "entryPrice": 3210.945,
          "exitPrice": 3225.877,
          "stopDistance": 7.466,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 178
        },
        {
          "entryTs": 1747743120,
          "entryUtc": "2025-05-20T12:12:00.000Z",
          "exitTs": 1747749420,
          "dir": 1,
          "entryPrice": 3236.025,
          "exitPrice": 3250.882,
          "stopDistance": 7.429,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 105
        },
        {
          "entryTs": 1747782240,
          "entryUtc": "2025-05-20T23:04:00.000Z",
          "exitTs": 1747789200,
          "dir": 1,
          "entryPrice": 3289.38,
          "exitPrice": 3304.267,
          "stopDistance": 7.443,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 116
        },
        {
          "entryTs": 1747811940,
          "entryUtc": "2025-05-21T07:19:00.000Z",
          "exitTs": 1747830480,
          "dir": 1,
          "entryPrice": 3309.3,
          "exitPrice": 3300.143,
          "stopDistance": 9.157,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 309
        },
        {
          "entryTs": 1747832400,
          "entryUtc": "2025-05-21T13:00:00.000Z",
          "exitTs": 1747840620,
          "dir": -1,
          "entryPrice": 3304.386,
          "exitPrice": 3314.447,
          "stopDistance": 10.06,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 137
        },
        {
          "entryTs": 1747845300,
          "entryUtc": "2025-05-21T16:35:00.000Z",
          "exitTs": 1747875840,
          "dir": 1,
          "entryPrice": 3304.09,
          "exitPrice": 3326.226,
          "stopDistance": 11.068,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 509
        },
        {
          "entryTs": 1747893600,
          "entryUtc": "2025-05-22T06:00:00.000Z",
          "exitTs": 1747902420,
          "dir": -1,
          "entryPrice": 3332.598,
          "exitPrice": 3318.077,
          "stopDistance": 7.26,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 147
        },
        {
          "entryTs": 1747921860,
          "entryUtc": "2025-05-22T13:51:00.000Z",
          "exitTs": 1747922340,
          "dir": 1,
          "entryPrice": 3298.85,
          "exitPrice": 3287.152,
          "stopDistance": 11.698,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 8
        },
        {
          "entryTs": 1747924800,
          "entryUtc": "2025-05-22T14:40:00.000Z",
          "exitTs": 1747974720,
          "dir": -1,
          "entryPrice": 3300.5,
          "exitPrice": 3313.702,
          "stopDistance": 13.202,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 832
        },
        {
          "entryTs": 1748226780,
          "entryUtc": "2025-05-26T02:33:00.000Z",
          "exitTs": 1748243940,
          "dir": -1,
          "entryPrice": 3350.395,
          "exitPrice": 3332.566,
          "stopDistance": 8.915,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 286
        },
        {
          "entryTs": 1748254080,
          "entryUtc": "2025-05-26T10:08:00.000Z",
          "exitTs": 1748268000,
          "dir": -1,
          "entryPrice": 3331.348,
          "exitPrice": 3339.022,
          "stopDistance": 7.674,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 232
        },
        {
          "entryTs": 1748305200,
          "entryUtc": "2025-05-27T00:20:00.000Z",
          "exitTs": 1748308740,
          "dir": 1,
          "entryPrice": 3344.688,
          "exitPrice": 3340.396,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 59
        },
        {
          "entryTs": 1748314500,
          "entryUtc": "2025-05-27T02:55:00.000Z",
          "exitTs": 1748321280,
          "dir": -1,
          "entryPrice": 3343.563,
          "exitPrice": 3332.78,
          "stopDistance": 5.391,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 113
        },
        {
          "entryTs": 1748347800,
          "entryUtc": "2025-05-27T12:10:00.000Z",
          "exitTs": 1748352840,
          "dir": -1,
          "entryPrice": 3292.748,
          "exitPrice": 3302.34,
          "stopDistance": 9.592,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 84
        },
        {
          "entryTs": 1748353680,
          "entryUtc": "2025-05-27T13:48:00.000Z",
          "exitTs": 1748354400,
          "dir": 1,
          "entryPrice": 3297.997,
          "exitPrice": 3288.57,
          "stopDistance": 9.427,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 12
        },
        {
          "entryTs": 1748359200,
          "entryUtc": "2025-05-27T15:20:00.000Z",
          "exitTs": 1748418180,
          "dir": 1,
          "entryPrice": 3294.772,
          "exitPrice": 3316.14,
          "stopDistance": 10.684,
          "outcome": "target",
          "netR": 1.9654,
          "holdMinutes": 983
        },
        {
          "entryTs": 1748427180,
          "entryUtc": "2025-05-28T10:13:00.000Z",
          "exitTs": 1748429280,
          "dir": 1,
          "entryPrice": 3320.102,
          "exitPrice": 3312.735,
          "stopDistance": 7.367,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 35
        },
        {
          "entryTs": 1748440380,
          "entryUtc": "2025-05-28T13:53:00.000Z",
          "exitTs": 1748450700,
          "dir": -1,
          "entryPrice": 3306.026,
          "exitPrice": 3288.967,
          "stopDistance": 8.53,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 172
        },
        {
          "entryTs": 1748459700,
          "entryUtc": "2025-05-28T19:15:00.000Z",
          "exitTs": 1748465460,
          "dir": 1,
          "entryPrice": 3294.455,
          "exitPrice": 3287.035,
          "stopDistance": 7.42,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 96
        },
        {
          "entryTs": 1748469780,
          "entryUtc": "2025-05-28T22:03:00.000Z",
          "exitTs": 1748473800,
          "dir": -1,
          "entryPrice": 3289.52,
          "exitPrice": 3273.27,
          "stopDistance": 8.125,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 67
        },
        {
          "entryTs": 1748556060,
          "entryUtc": "2025-05-29T22:01:00.000Z",
          "exitTs": 1748571000,
          "dir": -1,
          "entryPrice": 3320.472,
          "exitPrice": 3306.358,
          "stopDistance": 7.057,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 249
        },
        {
          "entryTs": 1748600820,
          "entryUtc": "2025-05-30T10:27:00.000Z",
          "exitTs": 1748607000,
          "dir": 1,
          "entryPrice": 3295.731,
          "exitPrice": 3287.634,
          "stopDistance": 8.098,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 103
        },
        {
          "entryTs": 1748607120,
          "entryUtc": "2025-05-30T12:12:00.000Z",
          "exitTs": 1748607240,
          "dir": -1,
          "entryPrice": 3295.771,
          "exitPrice": 3302.993,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 2
        },
        {
          "entryTs": 1748607300,
          "entryUtc": "2025-05-30T12:15:00.000Z",
          "exitTs": 1748612640,
          "dir": 1,
          "entryPrice": 3299.331,
          "exitPrice": 3289.895,
          "stopDistance": 9.437,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 89
        },
        {
          "entryTs": 1748619300,
          "entryUtc": "2025-05-30T15:35:00.000Z",
          "exitTs": 1748815200,
          "dir": -1,
          "entryPrice": 3290.511,
          "exitPrice": 3298.298,
          "stopDistance": 12.69,
          "outcome": "time",
          "netR": -0.6428,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1748825220,
          "entryUtc": "2025-06-02T00:47:00.000Z",
          "exitTs": 1748840220,
          "dir": -1,
          "entryPrice": 3309.708,
          "exitPrice": 3317.834,
          "stopDistance": 8.126,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 250
        },
        {
          "entryTs": 1748869320,
          "entryUtc": "2025-06-02T13:02:00.000Z",
          "exitTs": 1748871960,
          "dir": 1,
          "entryPrice": 3353.772,
          "exitPrice": 3369.815,
          "stopDistance": 8.022,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 44
        },
        {
          "entryTs": 1748909100,
          "entryUtc": "2025-06-03T00:05:00.000Z",
          "exitTs": 1748909880,
          "dir": 1,
          "entryPrice": 3382.405,
          "exitPrice": 3376.579,
          "stopDistance": 5.826,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 13
        },
        {
          "entryTs": 1748929380,
          "entryUtc": "2025-06-03T05:43:00.000Z",
          "exitTs": 1748958360,
          "dir": -1,
          "entryPrice": 3361.748,
          "exitPrice": 3347.353,
          "stopDistance": 7.198,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 483
        },
        {
          "entryTs": 1748966940,
          "entryUtc": "2025-06-03T16:09:00.000Z",
          "exitTs": 1748992500,
          "dir": -1,
          "entryPrice": 3351.756,
          "exitPrice": 3360.602,
          "stopDistance": 8.845,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 426
        },
        {
          "entryTs": 1748995500,
          "entryUtc": "2025-06-04T00:05:00.000Z",
          "exitTs": 1748998800,
          "dir": 1,
          "entryPrice": 3353.917,
          "exitPrice": 3349.119,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 55
        },
        {
          "entryTs": 1748999520,
          "entryUtc": "2025-06-04T01:12:00.000Z",
          "exitTs": 1749000000,
          "dir": -1,
          "entryPrice": 3355.511,
          "exitPrice": 3361.329,
          "stopDistance": 5.818,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 8
        },
        {
          "entryTs": 1749009660,
          "entryUtc": "2025-06-04T04:01:00.000Z",
          "exitTs": 1749014700,
          "dir": 1,
          "entryPrice": 3357.54,
          "exitPrice": 3350.589,
          "stopDistance": 6.951,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 84
        },
        {
          "entryTs": 1749040560,
          "entryUtc": "2025-06-04T12:36:00.000Z",
          "exitTs": 1749046020,
          "dir": -1,
          "entryPrice": 3355.992,
          "exitPrice": 3363.312,
          "stopDistance": 7.321,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 91
        },
        {
          "entryTs": 1749080160,
          "entryUtc": "2025-06-04T23:36:00.000Z",
          "exitTs": 1749089640,
          "dir": 1,
          "entryPrice": 3375.448,
          "exitPrice": 3370.251,
          "stopDistance": 5.197,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 158
        },
        {
          "entryTs": 1749094560,
          "entryUtc": "2025-06-05T03:36:00.000Z",
          "exitTs": 1749101820,
          "dir": -1,
          "entryPrice": 3376.595,
          "exitPrice": 3362.658,
          "stopDistance": 6.969,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 121
        },
        {
          "entryTs": 1749107280,
          "entryUtc": "2025-06-05T07:08:00.000Z",
          "exitTs": 1749114060,
          "dir": -1,
          "entryPrice": 3370.395,
          "exitPrice": 3377.115,
          "stopDistance": 6.72,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 113
        },
        {
          "entryTs": 1749161760,
          "entryUtc": "2025-06-05T22:16:00.000Z",
          "exitTs": 1749168720,
          "dir": -1,
          "entryPrice": 3356.432,
          "exitPrice": 3364.023,
          "stopDistance": 7.591,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 116
        },
        {
          "entryTs": 1749170880,
          "entryUtc": "2025-06-06T00:48:00.000Z",
          "exitTs": 1749181560,
          "dir": 1,
          "entryPrice": 3357.891,
          "exitPrice": 3370.819,
          "stopDistance": 6.464,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 178
        },
        {
          "entryTs": 1749188880,
          "entryUtc": "2025-06-06T05:48:00.000Z",
          "exitTs": 1749192360,
          "dir": 1,
          "entryPrice": 3363.151,
          "exitPrice": 3356.416,
          "stopDistance": 6.736,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 58
        },
        {
          "entryTs": 1749199440,
          "entryUtc": "2025-06-06T08:44:00.000Z",
          "exitTs": 1749203280,
          "dir": -1,
          "entryPrice": 3366.721,
          "exitPrice": 3353.341,
          "stopDistance": 6.69,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 64
        },
        {
          "entryTs": 1749211800,
          "entryUtc": "2025-06-06T12:10:00.000Z",
          "exitTs": 1749213000,
          "dir": 1,
          "entryPrice": 3356.7,
          "exitPrice": 3350.276,
          "stopDistance": 6.424,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 20
        },
        {
          "entryTs": 1749437640,
          "entryUtc": "2025-06-09T02:54:00.000Z",
          "exitTs": 1749448080,
          "dir": -1,
          "entryPrice": 3306.631,
          "exitPrice": 3316.22,
          "stopDistance": 9.589,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 174
        },
        {
          "entryTs": 1749468660,
          "entryUtc": "2025-06-09T11:31:00.000Z",
          "exitTs": 1749478440,
          "dir": -1,
          "entryPrice": 3318.915,
          "exitPrice": 3325.215,
          "stopDistance": 6.3,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 163
        },
        {
          "entryTs": 1749479700,
          "entryUtc": "2025-06-09T14:35:00.000Z",
          "exitTs": 1749486300,
          "dir": 1,
          "entryPrice": 3318.386,
          "exitPrice": 3334.389,
          "stopDistance": 8.001,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 110
        },
        {
          "entryTs": 1749544560,
          "entryUtc": "2025-06-10T08:36:00.000Z",
          "exitTs": 1749561780,
          "dir": 1,
          "entryPrice": 3328.15,
          "exitPrice": 3342.885,
          "stopDistance": 7.368,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 287
        },
        {
          "entryTs": 1749564420,
          "entryUtc": "2025-06-10T14:07:00.000Z",
          "exitTs": 1749566640,
          "dir": 1,
          "entryPrice": 3337,
          "exitPrice": 3329.436,
          "stopDistance": 7.564,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 37
        },
        {
          "entryTs": 1749587700,
          "entryUtc": "2025-06-10T20:35:00.000Z",
          "exitTs": 1749597660,
          "dir": 1,
          "entryPrice": 3322.851,
          "exitPrice": 3316.402,
          "stopDistance": 6.449,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 166
        },
        {
          "entryTs": 1749623280,
          "entryUtc": "2025-06-11T06:28:00.000Z",
          "exitTs": 1749628260,
          "dir": 1,
          "entryPrice": 3333.167,
          "exitPrice": 3346.538,
          "stopDistance": 6.686,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 83
        },
        {
          "entryTs": 1749632700,
          "entryUtc": "2025-06-11T09:05:00.000Z",
          "exitTs": 1749635460,
          "dir": 1,
          "entryPrice": 3340.315,
          "exitPrice": 3333.592,
          "stopDistance": 6.723,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 46
        },
        {
          "entryTs": 1749644400,
          "entryUtc": "2025-06-11T12:20:00.000Z",
          "exitTs": 1749645000,
          "dir": -1,
          "entryPrice": 3338.78,
          "exitPrice": 3345.575,
          "stopDistance": 6.795,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 10
        },
        {
          "entryTs": 1749646380,
          "entryUtc": "2025-06-11T12:53:00.000Z",
          "exitTs": 1749646620,
          "dir": 1,
          "entryPrice": 3343.08,
          "exitPrice": 3333.673,
          "stopDistance": 9.407,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 4
        },
        {
          "entryTs": 1749665040,
          "entryUtc": "2025-06-11T18:04:00.000Z",
          "exitTs": 1749665700,
          "dir": -1,
          "entryPrice": 3333.525,
          "exitPrice": 3342.419,
          "stopDistance": 8.894,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 11
        },
        {
          "entryTs": 1749701580,
          "entryUtc": "2025-06-12T04:13:00.000Z",
          "exitTs": 1749713700,
          "dir": 1,
          "entryPrice": 3369.877,
          "exitPrice": 3361.064,
          "stopDistance": 8.813,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 202
        },
        {
          "entryTs": 1749716220,
          "entryUtc": "2025-06-12T08:17:00.000Z",
          "exitTs": 1749721740,
          "dir": -1,
          "entryPrice": 3356.91,
          "exitPrice": 3366.518,
          "stopDistance": 9.607,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 92
        },
        {
          "entryTs": 1749737460,
          "entryUtc": "2025-06-12T14:11:00.000Z",
          "exitTs": 1749773220,
          "dir": 1,
          "entryPrice": 3385.843,
          "exitPrice": 3409.243,
          "stopDistance": 11.7,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 596
        },
        {
          "entryTs": 1749806040,
          "entryUtc": "2025-06-13T09:14:00.000Z",
          "exitTs": 1749819300,
          "dir": -1,
          "entryPrice": 3426.145,
          "exitPrice": 3437.005,
          "stopDistance": 10.86,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 221
        },
        {
          "entryTs": 1749827160,
          "entryUtc": "2025-06-13T15:06:00.000Z",
          "exitTs": 1750024800,
          "dir": 1,
          "entryPrice": 3422.865,
          "exitPrice": 3441.191,
          "stopDistance": 9.163,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 3294
        },
        {
          "entryTs": 1750026900,
          "entryUtc": "2025-06-15T22:35:00.000Z",
          "exitTs": 1750045920,
          "dir": 1,
          "entryPrice": 3439.985,
          "exitPrice": 3430.847,
          "stopDistance": 9.138,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 317
        },
        {
          "entryTs": 1750074240,
          "entryUtc": "2025-06-16T11:44:00.000Z",
          "exitTs": 1750079760,
          "dir": 1,
          "entryPrice": 3415.305,
          "exitPrice": 3407.583,
          "stopDistance": 7.722,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 92
        },
        {
          "entryTs": 1750135380,
          "entryUtc": "2025-06-17T04:43:00.000Z",
          "exitTs": 1750170900,
          "dir": -1,
          "entryPrice": 3391.611,
          "exitPrice": 3373.17,
          "stopDistance": 9.221,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 592
        },
        {
          "entryTs": 1750171920,
          "entryUtc": "2025-06-17T14:52:00.000Z",
          "exitTs": 1750184700,
          "dir": -1,
          "entryPrice": 3381.555,
          "exitPrice": 3391.733,
          "stopDistance": 10.178,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 213
        },
        {
          "entryTs": 1750201080,
          "entryUtc": "2025-06-17T22:58:00.000Z",
          "exitTs": 1750210920,
          "dir": 1,
          "entryPrice": 3389.108,
          "exitPrice": 3382.116,
          "stopDistance": 6.992,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 164
        },
        {
          "entryTs": 1750216440,
          "entryUtc": "2025-06-18T03:14:00.000Z",
          "exitTs": 1750218720,
          "dir": -1,
          "entryPrice": 3383.851,
          "exitPrice": 3390.469,
          "stopDistance": 6.617,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 38
        },
        {
          "entryTs": 1750229040,
          "entryUtc": "2025-06-18T06:44:00.000Z",
          "exitTs": 1750253220,
          "dir": 1,
          "entryPrice": 3380.246,
          "exitPrice": 3393.474,
          "stopDistance": 6.614,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 403
        },
        {
          "entryTs": 1750255680,
          "entryUtc": "2025-06-18T14:08:00.000Z",
          "exitTs": 1750256400,
          "dir": 1,
          "entryPrice": 3385.222,
          "exitPrice": 3378.37,
          "stopDistance": 6.851,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 12
        },
        {
          "entryTs": 1750272480,
          "entryUtc": "2025-06-18T18:48:00.000Z",
          "exitTs": 1750273260,
          "dir": 1,
          "entryPrice": 3383.096,
          "exitPrice": 3375.131,
          "stopDistance": 7.966,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 13
        },
        {
          "entryTs": 1750295880,
          "entryUtc": "2025-06-19T01:18:00.000Z",
          "exitTs": 1750303500,
          "dir": 1,
          "entryPrice": 3379.123,
          "exitPrice": 3371.271,
          "stopDistance": 7.852,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 127
        },
        {
          "entryTs": 1750333980,
          "entryUtc": "2025-06-19T11:53:00.000Z",
          "exitTs": 1750339740,
          "dir": 1,
          "entryPrice": 3370.581,
          "exitPrice": 3362.497,
          "stopDistance": 8.085,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 96
        },
        {
          "entryTs": 1750340820,
          "entryUtc": "2025-06-19T13:47:00.000Z",
          "exitTs": 1750386660,
          "dir": -1,
          "entryPrice": 3370.078,
          "exitPrice": 3355.43,
          "stopDistance": 7.324,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 764
        },
        {
          "entryTs": 1750403100,
          "entryUtc": "2025-06-20T07:05:00.000Z",
          "exitTs": 1750412400,
          "dir": -1,
          "entryPrice": 3350.33,
          "exitPrice": 3357.513,
          "stopDistance": 7.183,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 155
        },
        {
          "entryTs": 1750418880,
          "entryUtc": "2025-06-20T11:28:00.000Z",
          "exitTs": 1750422720,
          "dir": 1,
          "entryPrice": 3351.397,
          "exitPrice": 3344.478,
          "stopDistance": 6.919,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 64
        },
        {
          "entryTs": 1750425000,
          "entryUtc": "2025-06-20T13:10:00.000Z",
          "exitTs": 1750426200,
          "dir": -1,
          "entryPrice": 3351.067,
          "exitPrice": 3357.544,
          "stopDistance": 6.478,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 20
        },
        {
          "entryTs": 1750630500,
          "entryUtc": "2025-06-22T22:15:00.000Z",
          "exitTs": 1750631400,
          "dir": 1,
          "entryPrice": 3379.698,
          "exitPrice": 3372.434,
          "stopDistance": 7.264,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 15
        },
        {
          "entryTs": 1750658640,
          "entryUtc": "2025-06-23T06:04:00.000Z",
          "exitTs": 1750670040,
          "dir": -1,
          "entryPrice": 3359.545,
          "exitPrice": 3366.447,
          "stopDistance": 6.902,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 190
        },
        {
          "entryTs": 1750680960,
          "entryUtc": "2025-06-23T12:16:00.000Z",
          "exitTs": 1750681380,
          "dir": 1,
          "entryPrice": 3366.69,
          "exitPrice": 3360.318,
          "stopDistance": 6.372,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 7
        },
        {
          "entryTs": 1750685400,
          "entryUtc": "2025-06-23T13:30:00.000Z",
          "exitTs": 1750686000,
          "dir": -1,
          "entryPrice": 3370.778,
          "exitPrice": 3378.794,
          "stopDistance": 8.016,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 10
        },
        {
          "entryTs": 1750702380,
          "entryUtc": "2025-06-23T18:13:00.000Z",
          "exitTs": 1750716120,
          "dir": -1,
          "entryPrice": 3384.306,
          "exitPrice": 3364.174,
          "stopDistance": 10.066,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 229
        },
        {
          "entryTs": 1750738260,
          "entryUtc": "2025-06-24T04:11:00.000Z",
          "exitTs": 1750742700,
          "dir": 1,
          "entryPrice": 3348.006,
          "exitPrice": 3339.328,
          "stopDistance": 8.678,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 74
        },
        {
          "entryTs": 1750778880,
          "entryUtc": "2025-06-24T15:28:00.000Z",
          "exitTs": 1750793700,
          "dir": -1,
          "entryPrice": 3311.951,
          "exitPrice": 3322.65,
          "stopDistance": 10.698,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 247
        },
        {
          "entryTs": 1750806540,
          "entryUtc": "2025-06-24T23:09:00.000Z",
          "exitTs": 1750810920,
          "dir": -1,
          "entryPrice": 3322.927,
          "exitPrice": 3327.924,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 73
        },
        {
          "entryTs": 1750828260,
          "entryUtc": "2025-06-25T05:11:00.000Z",
          "exitTs": 1750836540,
          "dir": -1,
          "entryPrice": 3329.2,
          "exitPrice": 3333.847,
          "stopDistance": 4.648,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 138
        },
        {
          "entryTs": 1750838580,
          "entryUtc": "2025-06-25T08:03:00.000Z",
          "exitTs": 1750842300,
          "dir": 1,
          "entryPrice": 3329.78,
          "exitPrice": 3324.571,
          "stopDistance": 5.209,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 62
        },
        {
          "entryTs": 1750846560,
          "entryUtc": "2025-06-25T10:16:00.000Z",
          "exitTs": 1750855500,
          "dir": -1,
          "entryPrice": 3329.236,
          "exitPrice": 3317.949,
          "stopDistance": 5.644,
          "outcome": "target",
          "netR": 1.9344,
          "holdMinutes": 149
        },
        {
          "entryTs": 1750863000,
          "entryUtc": "2025-06-25T14:50:00.000Z",
          "exitTs": 1750869300,
          "dir": -1,
          "entryPrice": 3324.202,
          "exitPrice": 3330.559,
          "stopDistance": 6.357,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 105
        },
        {
          "entryTs": 1750896120,
          "entryUtc": "2025-06-26T00:02:00.000Z",
          "exitTs": 1750902960,
          "dir": 1,
          "entryPrice": 3334.14,
          "exitPrice": 3329.511,
          "stopDistance": 4.629,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 114
        },
        {
          "entryTs": 1750904220,
          "entryUtc": "2025-06-26T02:17:00.000Z",
          "exitTs": 1750905300,
          "dir": -1,
          "entryPrice": 3332.798,
          "exitPrice": 3337.957,
          "stopDistance": 5.159,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 18
        },
        {
          "entryTs": 1750911120,
          "entryUtc": "2025-06-26T04:12:00.000Z",
          "exitTs": 1750923300,
          "dir": 1,
          "entryPrice": 3335.49,
          "exitPrice": 3346.391,
          "stopDistance": 5.451,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 203
        },
        {
          "entryTs": 1750929300,
          "entryUtc": "2025-06-26T09:15:00.000Z",
          "exitTs": 1750941600,
          "dir": -1,
          "entryPrice": 3341.43,
          "exitPrice": 3330.587,
          "stopDistance": 5.421,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 205
        },
        {
          "entryTs": 1751002200,
          "entryUtc": "2025-06-27T05:30:00.000Z",
          "exitTs": 1751006340,
          "dir": 1,
          "entryPrice": 3295.086,
          "exitPrice": 3288.021,
          "stopDistance": 7.065,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 69
        },
        {
          "entryTs": 1751007420,
          "entryUtc": "2025-06-27T06:57:00.000Z",
          "exitTs": 1751025060,
          "dir": -1,
          "entryPrice": 3293.677,
          "exitPrice": 3278.207,
          "stopDistance": 7.735,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 294
        },
        {
          "entryTs": 1751027160,
          "entryUtc": "2025-06-27T12:26:00.000Z",
          "exitTs": 1751029440,
          "dir": -1,
          "entryPrice": 3279.97,
          "exitPrice": 3262.874,
          "stopDistance": 8.548,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 38
        },
        {
          "entryTs": 1751046360,
          "entryUtc": "2025-06-27T17:46:00.000Z",
          "exitTs": 1751234400,
          "dir": -1,
          "entryPrice": 3275.492,
          "exitPrice": 3281.098,
          "stopDistance": 8.287,
          "outcome": "time",
          "netR": -0.7211,
          "holdMinutes": 3134
        },
        {
          "entryTs": 1751238240,
          "entryUtc": "2025-06-29T23:04:00.000Z",
          "exitTs": 1751248860,
          "dir": -1,
          "entryPrice": 3270.137,
          "exitPrice": 3277.898,
          "stopDistance": 7.76,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 177
        },
        {
          "entryTs": 1751284980,
          "entryUtc": "2025-06-30T12:03:00.000Z",
          "exitTs": 1751287200,
          "dir": -1,
          "entryPrice": 3281.61,
          "exitPrice": 3288.271,
          "stopDistance": 6.661,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 37
        },
        {
          "entryTs": 1751340900,
          "entryUtc": "2025-07-01T03:35:00.000Z",
          "exitTs": 1751346900,
          "dir": 1,
          "entryPrice": 3317.998,
          "exitPrice": 3328.675,
          "stopDistance": 5.338,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 100
        },
        {
          "entryTs": 1751374020,
          "entryUtc": "2025-07-01T12:47:00.000Z",
          "exitTs": 1751375760,
          "dir": 1,
          "entryPrice": 3352.335,
          "exitPrice": 3346.216,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 29
        },
        {
          "entryTs": 1751378220,
          "entryUtc": "2025-07-01T13:57:00.000Z",
          "exitTs": 1751385240,
          "dir": -1,
          "entryPrice": 3351.625,
          "exitPrice": 3338.198,
          "stopDistance": 6.713,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 117
        },
        {
          "entryTs": 1751403540,
          "entryUtc": "2025-07-01T20:59:00.000Z",
          "exitTs": 1751419440,
          "dir": 1,
          "entryPrice": 3338.401,
          "exitPrice": 3333.998,
          "stopDistance": 4.403,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 265
        },
        {
          "entryTs": 1751424900,
          "entryUtc": "2025-07-02T02:55:00.000Z",
          "exitTs": 1751450880,
          "dir": -1,
          "entryPrice": 3337.715,
          "exitPrice": 3343.926,
          "stopDistance": 6.211,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 433
        },
        {
          "entryTs": 1751463420,
          "entryUtc": "2025-07-02T13:37:00.000Z",
          "exitTs": 1751465220,
          "dir": 1,
          "entryPrice": 3340.875,
          "exitPrice": 3334.24,
          "stopDistance": 6.635,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 30
        },
        {
          "entryTs": 1751468160,
          "entryUtc": "2025-07-02T14:56:00.000Z",
          "exitTs": 1751475660,
          "dir": -1,
          "entryPrice": 3342.567,
          "exitPrice": 3349.828,
          "stopDistance": 7.262,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 125
        },
        {
          "entryTs": 1751498400,
          "entryUtc": "2025-07-02T23:20:00.000Z",
          "exitTs": 1751501040,
          "dir": 1,
          "entryPrice": 3349.51,
          "exitPrice": 3345.037,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 44
        },
        {
          "entryTs": 1751512920,
          "entryUtc": "2025-07-03T03:22:00.000Z",
          "exitTs": 1751521920,
          "dir": 1,
          "entryPrice": 3346.461,
          "exitPrice": 3356.841,
          "stopDistance": 5.19,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 150
        },
        {
          "entryTs": 1751549100,
          "entryUtc": "2025-07-03T13:25:00.000Z",
          "exitTs": 1751609100,
          "dir": -1,
          "entryPrice": 3333.245,
          "exitPrice": 3342.609,
          "stopDistance": 9.364,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 1000
        },
        {
          "entryTs": 1751613000,
          "entryUtc": "2025-07-04T07:10:00.000Z",
          "exitTs": 1751613300,
          "dir": 1,
          "entryPrice": 3341.552,
          "exitPrice": 3337.228,
          "stopDistance": 4.324,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751614800,
          "entryUtc": "2025-07-04T07:40:00.000Z",
          "exitTs": 1751625660,
          "dir": -1,
          "entryPrice": 3340.575,
          "exitPrice": 3331.585,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 181
        },
        {
          "entryTs": 1751840160,
          "entryUtc": "2025-07-06T22:16:00.000Z",
          "exitTs": 1751843340,
          "dir": 1,
          "entryPrice": 3336.438,
          "exitPrice": 3331.843,
          "stopDistance": 4.596,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 53
        },
        {
          "entryTs": 1751864880,
          "entryUtc": "2025-07-07T05:08:00.000Z",
          "exitTs": 1751885100,
          "dir": -1,
          "entryPrice": 3310.072,
          "exitPrice": 3296.197,
          "stopDistance": 6.937,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 337
        },
        {
          "entryTs": 1751886480,
          "entryUtc": "2025-07-07T11:08:00.000Z",
          "exitTs": 1751892420,
          "dir": -1,
          "entryPrice": 3304.915,
          "exitPrice": 3311.562,
          "stopDistance": 6.647,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 99
        },
        {
          "entryTs": 1751928120,
          "entryUtc": "2025-07-07T22:42:00.000Z",
          "exitTs": 1751930280,
          "dir": 1,
          "entryPrice": 3340.077,
          "exitPrice": 3334.677,
          "stopDistance": 5.4,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 36
        },
        {
          "entryTs": 1751955060,
          "entryUtc": "2025-07-08T06:11:00.000Z",
          "exitTs": 1751962020,
          "dir": 1,
          "entryPrice": 3331.425,
          "exitPrice": 3326.471,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 116
        },
        {
          "entryTs": 1751979960,
          "entryUtc": "2025-07-08T13:06:00.000Z",
          "exitTs": 1751980560,
          "dir": 1,
          "entryPrice": 3324.85,
          "exitPrice": 3319.009,
          "stopDistance": 5.841,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 10
        },
        {
          "entryTs": 1752018480,
          "entryUtc": "2025-07-08T23:48:00.000Z",
          "exitTs": 1752019320,
          "dir": -1,
          "entryPrice": 3300.435,
          "exitPrice": 3305.476,
          "stopDistance": 5.041,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 14
        },
        {
          "entryTs": 1752020820,
          "entryUtc": "2025-07-09T00:27:00.000Z",
          "exitTs": 1752028740,
          "dir": 1,
          "entryPrice": 3303.43,
          "exitPrice": 3297.886,
          "stopDistance": 5.544,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 132
        },
        {
          "entryTs": 1752055320,
          "entryUtc": "2025-07-09T10:02:00.000Z",
          "exitTs": 1752066060,
          "dir": -1,
          "entryPrice": 3290.873,
          "exitPrice": 3297.463,
          "stopDistance": 6.59,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 179
        },
        {
          "entryTs": 1752082380,
          "entryUtc": "2025-07-09T17:33:00.000Z",
          "exitTs": 1752110340,
          "dir": 1,
          "entryPrice": 3310.315,
          "exitPrice": 3322.829,
          "stopDistance": 6.257,
          "outcome": "target",
          "netR": 1.9409,
          "holdMinutes": 466
        },
        {
          "entryTs": 1752115440,
          "entryUtc": "2025-07-10T02:44:00.000Z",
          "exitTs": 1752120000,
          "dir": 1,
          "entryPrice": 3320.03,
          "exitPrice": 3315.025,
          "stopDistance": 5.005,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 76
        },
        {
          "entryTs": 1752123120,
          "entryUtc": "2025-07-10T04:52:00.000Z",
          "exitTs": 1752128100,
          "dir": -1,
          "entryPrice": 3320.711,
          "exitPrice": 3325.437,
          "stopDistance": 4.726,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 83
        },
        {
          "entryTs": 1752133320,
          "entryUtc": "2025-07-10T07:42:00.000Z",
          "exitTs": 1752148620,
          "dir": 1,
          "entryPrice": 3322.876,
          "exitPrice": 3318.384,
          "stopDistance": 4.493,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 255
        },
        {
          "entryTs": 1752151560,
          "entryUtc": "2025-07-10T12:46:00.000Z",
          "exitTs": 1752155940,
          "dir": -1,
          "entryPrice": 3324.085,
          "exitPrice": 3312.727,
          "stopDistance": 5.679,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 73
        },
        {
          "entryTs": 1752156960,
          "entryUtc": "2025-07-10T14:16:00.000Z",
          "exitTs": 1752193500,
          "dir": -1,
          "entryPrice": 3320.462,
          "exitPrice": 3327.711,
          "stopDistance": 7.25,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 609
        },
        {
          "entryTs": 1752212700,
          "entryUtc": "2025-07-11T05:45:00.000Z",
          "exitTs": 1752229560,
          "dir": 1,
          "entryPrice": 3334.242,
          "exitPrice": 3344.286,
          "stopDistance": 5.022,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 281
        },
        {
          "entryTs": 1752250560,
          "entryUtc": "2025-07-11T16:16:00.000Z",
          "exitTs": 1752444000,
          "dir": 1,
          "entryPrice": 3354.898,
          "exitPrice": 3363.508,
          "stopDistance": 7.696,
          "outcome": "time",
          "netR": 1.0707,
          "holdMinutes": 3224
        },
        {
          "entryTs": 1752469320,
          "entryUtc": "2025-07-14T05:02:00.000Z",
          "exitTs": 1752476880,
          "dir": 1,
          "entryPrice": 3358.312,
          "exitPrice": 3370.448,
          "stopDistance": 6.068,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 126
        },
        {
          "entryTs": 1752513960,
          "entryUtc": "2025-07-14T17:26:00.000Z",
          "exitTs": 1752551580,
          "dir": -1,
          "entryPrice": 3349.885,
          "exitPrice": 3357.68,
          "stopDistance": 7.795,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 627
        },
        {
          "entryTs": 1752617160,
          "entryUtc": "2025-07-15T22:06:00.000Z",
          "exitTs": 1752628680,
          "dir": -1,
          "entryPrice": 3327.085,
          "exitPrice": 3332.587,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 192
        },
        {
          "entryTs": 1752630420,
          "entryUtc": "2025-07-16T01:47:00.000Z",
          "exitTs": 1752634440,
          "dir": 1,
          "entryPrice": 3329.725,
          "exitPrice": 3325.38,
          "stopDistance": 4.345,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 67
        },
        {
          "entryTs": 1752636120,
          "entryUtc": "2025-07-16T03:22:00.000Z",
          "exitTs": 1752640200,
          "dir": -1,
          "entryPrice": 3331.01,
          "exitPrice": 3335.322,
          "stopDistance": 4.312,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 68
        },
        {
          "entryTs": 1752667620,
          "entryUtc": "2025-07-16T12:07:00.000Z",
          "exitTs": 1752669120,
          "dir": -1,
          "entryPrice": 3340.24,
          "exitPrice": 3332.495,
          "stopDistance": 3.872,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 25
        },
        {
          "entryTs": 1752677640,
          "entryUtc": "2025-07-16T14:54:00.000Z",
          "exitTs": 1752677760,
          "dir": -1,
          "entryPrice": 3333.601,
          "exitPrice": 3339.437,
          "stopDistance": 5.836,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 2
        },
        {
          "entryTs": 1752681300,
          "entryUtc": "2025-07-16T15:55:00.000Z",
          "exitTs": 1752732780,
          "dir": 1,
          "entryPrice": 3342.307,
          "exitPrice": 3332.863,
          "stopDistance": 9.444,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 858
        },
        {
          "entryTs": 1752744240,
          "entryUtc": "2025-07-17T09:24:00.000Z",
          "exitTs": 1752755400,
          "dir": -1,
          "entryPrice": 3331.99,
          "exitPrice": 3320.144,
          "stopDistance": 5.923,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 186
        },
        {
          "entryTs": 1752760620,
          "entryUtc": "2025-07-17T13:57:00.000Z",
          "exitTs": 1752762000,
          "dir": -1,
          "entryPrice": 3321.587,
          "exitPrice": 3328.469,
          "stopDistance": 6.883,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 23
        },
        {
          "entryTs": 1752796320,
          "entryUtc": "2025-07-17T23:52:00.000Z",
          "exitTs": 1752801900,
          "dir": 1,
          "entryPrice": 3340.102,
          "exitPrice": 3336.022,
          "stopDistance": 4.08,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 93
        },
        {
          "entryTs": 1752804360,
          "entryUtc": "2025-07-18T02:06:00.000Z",
          "exitTs": 1752805260,
          "dir": -1,
          "entryPrice": 3339.922,
          "exitPrice": 3343.893,
          "stopDistance": 3.971,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 15
        },
        {
          "entryTs": 1752805980,
          "entryUtc": "2025-07-18T02:33:00.000Z",
          "exitTs": 1752808800,
          "dir": 1,
          "entryPrice": 3340.43,
          "exitPrice": 3335.863,
          "stopDistance": 4.567,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 47
        },
        {
          "entryTs": 1752815280,
          "entryUtc": "2025-07-18T05:08:00.000Z",
          "exitTs": 1752822480,
          "dir": -1,
          "entryPrice": 3339.223,
          "exitPrice": 3343.62,
          "stopDistance": 4.397,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 120
        },
        {
          "entryTs": 1752832980,
          "entryUtc": "2025-07-18T10:03:00.000Z",
          "exitTs": 1752842400,
          "dir": 1,
          "entryPrice": 3350.205,
          "exitPrice": 3360.189,
          "stopDistance": 4.992,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 157
        },
        {
          "entryTs": 1752845580,
          "entryUtc": "2025-07-18T13:33:00.000Z",
          "exitTs": 1752867300,
          "dir": 1,
          "entryPrice": 3353.525,
          "exitPrice": 3348.566,
          "stopDistance": 4.959,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 362
        },
        {
          "entryTs": 1752871380,
          "entryUtc": "2025-07-18T20:43:00.000Z",
          "exitTs": 1753048800,
          "dir": -1,
          "entryPrice": 3350.625,
          "exitPrice": 3348.598,
          "stopDistance": 3.858,
          "outcome": "time",
          "netR": 0.4295,
          "holdMinutes": 2957
        },
        {
          "entryTs": 1753055640,
          "entryUtc": "2025-07-20T23:54:00.000Z",
          "exitTs": 1753058100,
          "dir": -1,
          "entryPrice": 3349.271,
          "exitPrice": 3353.117,
          "stopDistance": 3.845,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 41
        },
        {
          "entryTs": 1753072080,
          "entryUtc": "2025-07-21T04:28:00.000Z",
          "exitTs": 1753073640,
          "dir": -1,
          "entryPrice": 3354.022,
          "exitPrice": 3358.185,
          "stopDistance": 4.163,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 26
        },
        {
          "entryTs": 1753093260,
          "entryUtc": "2025-07-21T10:21:00.000Z",
          "exitTs": 1753097340,
          "dir": 1,
          "entryPrice": 3365.4,
          "exitPrice": 3373.398,
          "stopDistance": 3.999,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 68
        },
        {
          "entryTs": 1753125000,
          "entryUtc": "2025-07-21T19:10:00.000Z",
          "exitTs": 1753140660,
          "dir": -1,
          "entryPrice": 3396.6,
          "exitPrice": 3402.428,
          "stopDistance": 5.828,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 261
        },
        {
          "entryTs": 1753140900,
          "entryUtc": "2025-07-21T23:35:00.000Z",
          "exitTs": 1753141020,
          "dir": 1,
          "entryPrice": 3398.72,
          "exitPrice": 3395.276,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 2
        },
        {
          "entryTs": 1753141680,
          "entryUtc": "2025-07-21T23:48:00.000Z",
          "exitTs": 1753148460,
          "dir": -1,
          "entryPrice": 3396.223,
          "exitPrice": 3387.881,
          "stopDistance": 4.171,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 113
        },
        {
          "entryTs": 1753155840,
          "entryUtc": "2025-07-22T03:44:00.000Z",
          "exitTs": 1753186860,
          "dir": -1,
          "entryPrice": 3392.075,
          "exitPrice": 3397.531,
          "stopDistance": 5.456,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 517
        },
        {
          "entryTs": 1753204260,
          "entryUtc": "2025-07-22T17:11:00.000Z",
          "exitTs": 1753234740,
          "dir": 1,
          "entryPrice": 3428.047,
          "exitPrice": 3420.867,
          "stopDistance": 7.18,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 508
        },
        {
          "entryTs": 1753251240,
          "entryUtc": "2025-07-23T06:14:00.000Z",
          "exitTs": 1753254600,
          "dir": -1,
          "entryPrice": 3423.015,
          "exitPrice": 3428.28,
          "stopDistance": 5.265,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 56
        },
        {
          "entryTs": 1753265280,
          "entryUtc": "2025-07-23T10:08:00.000Z",
          "exitTs": 1753275600,
          "dir": 1,
          "entryPrice": 3425.228,
          "exitPrice": 3419.573,
          "stopDistance": 5.655,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 172
        },
        {
          "entryTs": 1753323540,
          "entryUtc": "2025-07-24T02:19:00.000Z",
          "exitTs": 1753326480,
          "dir": -1,
          "entryPrice": 3386.79,
          "exitPrice": 3374.756,
          "stopDistance": 6.017,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 49
        },
        {
          "entryTs": 1753328520,
          "entryUtc": "2025-07-24T03:42:00.000Z",
          "exitTs": 1753338600,
          "dir": -1,
          "entryPrice": 3383.756,
          "exitPrice": 3369.853,
          "stopDistance": 6.952,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 168
        },
        {
          "entryTs": 1753359360,
          "entryUtc": "2025-07-24T12:16:00.000Z",
          "exitTs": 1753364700,
          "dir": -1,
          "entryPrice": 3362.43,
          "exitPrice": 3368.314,
          "stopDistance": 5.884,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 89
        },
        {
          "entryTs": 1753378140,
          "entryUtc": "2025-07-24T17:29:00.000Z",
          "exitTs": 1753421820,
          "dir": -1,
          "entryPrice": 3370.922,
          "exitPrice": 3357.569,
          "stopDistance": 6.676,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 728
        },
        {
          "entryTs": 1753426740,
          "entryUtc": "2025-07-25T06:59:00.000Z",
          "exitTs": 1753431900,
          "dir": -1,
          "entryPrice": 3359.062,
          "exitPrice": 3349.814,
          "stopDistance": 4.624,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 86
        },
        {
          "entryTs": 1753441440,
          "entryUtc": "2025-07-25T11:04:00.000Z",
          "exitTs": 1753453020,
          "dir": -1,
          "entryPrice": 3344.708,
          "exitPrice": 3334.486,
          "stopDistance": 5.111,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 193
        },
        {
          "entryTs": 1753667700,
          "entryUtc": "2025-07-28T01:55:00.000Z",
          "exitTs": 1753706460,
          "dir": 1,
          "entryPrice": 3332.975,
          "exitPrice": 3326.166,
          "stopDistance": 6.809,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 646
        },
        {
          "entryTs": 1753723500,
          "entryUtc": "2025-07-28T17:25:00.000Z",
          "exitTs": 1753753320,
          "dir": -1,
          "entryPrice": 3312.802,
          "exitPrice": 3319.61,
          "stopDistance": 6.809,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 497
        },
        {
          "entryTs": 1753760040,
          "entryUtc": "2025-07-29T03:34:00.000Z",
          "exitTs": 1753776540,
          "dir": 1,
          "entryPrice": 3314.081,
          "exitPrice": 3324.876,
          "stopDistance": 5.397,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 275
        },
        {
          "entryTs": 1753787040,
          "entryUtc": "2025-07-29T11:04:00.000Z",
          "exitTs": 1753796100,
          "dir": 1,
          "entryPrice": 3319.08,
          "exitPrice": 3312.533,
          "stopDistance": 6.547,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 151
        },
        {
          "entryTs": 1753804020,
          "entryUtc": "2025-07-29T15:47:00.000Z",
          "exitTs": 1753880040,
          "dir": 1,
          "entryPrice": 3321.417,
          "exitPrice": 3313.75,
          "stopDistance": 7.667,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1753895760,
          "entryUtc": "2025-07-30T17:16:00.000Z",
          "exitTs": 1753901400,
          "dir": -1,
          "entryPrice": 3299.298,
          "exitPrice": 3282.477,
          "stopDistance": 8.41,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 94
        },
        {
          "entryTs": 1753957260,
          "entryUtc": "2025-07-31T10:21:00.000Z",
          "exitTs": 1753959180,
          "dir": 1,
          "entryPrice": 3303.73,
          "exitPrice": 3297.149,
          "stopDistance": 6.581,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 32
        },
        {
          "entryTs": 1753965060,
          "entryUtc": "2025-07-31T12:31:00.000Z",
          "exitTs": 1753971540,
          "dir": -1,
          "entryPrice": 3308.97,
          "exitPrice": 3296.199,
          "stopDistance": 6.386,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 108
        },
        {
          "entryTs": 1753979820,
          "entryUtc": "2025-07-31T16:37:00.000Z",
          "exitTs": 1754045580,
          "dir": -1,
          "entryPrice": 3294.217,
          "exitPrice": 3301.486,
          "stopDistance": 7.27,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 1096
        },
        {
          "entryTs": 1754048760,
          "entryUtc": "2025-08-01T11:46:00.000Z",
          "exitTs": 1754051400,
          "dir": 1,
          "entryPrice": 3297.735,
          "exitPrice": 3308.89,
          "stopDistance": 5.578,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 44
        },
        {
          "entryTs": 1754067360,
          "entryUtc": "2025-08-01T16:56:00.000Z",
          "exitTs": 1754076660,
          "dir": -1,
          "entryPrice": 3345.717,
          "exitPrice": 3355.496,
          "stopDistance": 9.779,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 155
        },
        {
          "entryTs": 1754289480,
          "entryUtc": "2025-08-04T06:38:00.000Z",
          "exitTs": 1754305560,
          "dir": -1,
          "entryPrice": 3357.672,
          "exitPrice": 3362.685,
          "stopDistance": 5.013,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 268
        },
        {
          "entryTs": 1754344860,
          "entryUtc": "2025-08-04T22:01:00.000Z",
          "exitTs": 1754350080,
          "dir": -1,
          "entryPrice": 3375.126,
          "exitPrice": 3379.059,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 87
        },
        {
          "entryTs": 1754352600,
          "entryUtc": "2025-08-05T00:10:00.000Z",
          "exitTs": 1754365500,
          "dir": 1,
          "entryPrice": 3375.68,
          "exitPrice": 3371.92,
          "stopDistance": 3.76,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 215
        },
        {
          "entryTs": 1754378880,
          "entryUtc": "2025-08-05T07:28:00.000Z",
          "exitTs": 1754384340,
          "dir": -1,
          "entryPrice": 3374.226,
          "exitPrice": 3365.923,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 91
        },
        {
          "entryTs": 1754412300,
          "entryUtc": "2025-08-05T16:45:00.000Z",
          "exitTs": 1754468880,
          "dir": -1,
          "entryPrice": 3380.379,
          "exitPrice": 3365.428,
          "stopDistance": 7.475,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 943
        },
        {
          "entryTs": 1754482260,
          "entryUtc": "2025-08-06T12:11:00.000Z",
          "exitTs": 1754488440,
          "dir": 1,
          "entryPrice": 3362.24,
          "exitPrice": 3372.748,
          "stopDistance": 5.254,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 103
        },
        {
          "entryTs": 1754501820,
          "entryUtc": "2025-08-06T17:37:00.000Z",
          "exitTs": 1754530980,
          "dir": -1,
          "entryPrice": 3375,
          "exitPrice": 3380.718,
          "stopDistance": 5.718,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 486
        },
        {
          "entryTs": 1754546400,
          "entryUtc": "2025-08-07T06:00:00.000Z",
          "exitTs": 1754548740,
          "dir": -1,
          "entryPrice": 3376.195,
          "exitPrice": 3381.138,
          "stopDistance": 4.943,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 39
        },
        {
          "entryTs": 1754554560,
          "entryUtc": "2025-08-07T08:16:00.000Z",
          "exitTs": 1754555040,
          "dir": 1,
          "entryPrice": 3378.766,
          "exitPrice": 3373.295,
          "stopDistance": 5.471,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 8
        },
        {
          "entryTs": 1754565060,
          "entryUtc": "2025-08-07T11:11:00.000Z",
          "exitTs": 1754569800,
          "dir": -1,
          "entryPrice": 3376.85,
          "exitPrice": 3384.101,
          "stopDistance": 7.251,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 79
        },
        {
          "entryTs": 1754570820,
          "entryUtc": "2025-08-07T12:47:00.000Z",
          "exitTs": 1754595180,
          "dir": 1,
          "entryPrice": 3380.53,
          "exitPrice": 3396.805,
          "stopDistance": 8.137,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 406
        },
        {
          "entryTs": 1754604720,
          "entryUtc": "2025-08-07T22:12:00.000Z",
          "exitTs": 1754607480,
          "dir": 1,
          "entryPrice": 3391.917,
          "exitPrice": 3405.084,
          "stopDistance": 6.584,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 46
        },
        {
          "entryTs": 1754631000,
          "entryUtc": "2025-08-08T05:30:00.000Z",
          "exitTs": 1754651940,
          "dir": 1,
          "entryPrice": 3390.364,
          "exitPrice": 3382.462,
          "stopDistance": 7.901,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 349
        },
        {
          "entryTs": 1754656200,
          "entryUtc": "2025-08-08T12:30:00.000Z",
          "exitTs": 1754663460,
          "dir": -1,
          "entryPrice": 3396.465,
          "exitPrice": 3381.611,
          "stopDistance": 7.427,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 121
        },
        {
          "entryTs": 1754665260,
          "entryUtc": "2025-08-08T15:01:00.000Z",
          "exitTs": 1754676660,
          "dir": -1,
          "entryPrice": 3392.237,
          "exitPrice": 3403.147,
          "stopDistance": 10.91,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 190
        },
        {
          "entryTs": 1754677800,
          "entryUtc": "2025-08-08T18:30:00.000Z",
          "exitTs": 1754863200,
          "dir": -1,
          "entryPrice": 3394.563,
          "exitPrice": 3403.648,
          "stopDistance": 12.69,
          "outcome": "time",
          "netR": -0.7451,
          "holdMinutes": 3090
        },
        {
          "entryTs": 1754904180,
          "entryUtc": "2025-08-11T09:23:00.000Z",
          "exitTs": 1754915400,
          "dir": -1,
          "entryPrice": 3360.69,
          "exitPrice": 3346.038,
          "stopDistance": 7.326,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 187
        },
        {
          "entryTs": 1754916300,
          "entryUtc": "2025-08-11T12:45:00.000Z",
          "exitTs": 1754997600,
          "dir": -1,
          "entryPrice": 3355.43,
          "exitPrice": 3339.688,
          "stopDistance": 7.871,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 1355
        },
        {
          "entryTs": 1754999040,
          "entryUtc": "2025-08-12T11:44:00.000Z",
          "exitTs": 1755001800,
          "dir": -1,
          "entryPrice": 3346.087,
          "exitPrice": 3352.304,
          "stopDistance": 6.217,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 46
        },
        {
          "entryTs": 1755012120,
          "entryUtc": "2025-08-12T15:22:00.000Z",
          "exitTs": 1755012540,
          "dir": -1,
          "entryPrice": 3346.725,
          "exitPrice": 3358.12,
          "stopDistance": 11.395,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 7
        },
        {
          "entryTs": 1755032160,
          "entryUtc": "2025-08-12T20:56:00.000Z",
          "exitTs": 1755069180,
          "dir": 1,
          "entryPrice": 3347.335,
          "exitPrice": 3358.504,
          "stopDistance": 5.585,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 617
        },
        {
          "entryTs": 1755084300,
          "entryUtc": "2025-08-13T11:25:00.000Z",
          "exitTs": 1755106860,
          "dir": 1,
          "entryPrice": 3359.302,
          "exitPrice": 3353.476,
          "stopDistance": 5.825,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 376
        },
        {
          "entryTs": 1755114600,
          "entryUtc": "2025-08-13T19:50:00.000Z",
          "exitTs": 1755128400,
          "dir": -1,
          "entryPrice": 3356.9,
          "exitPrice": 3362.349,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 230
        },
        {
          "entryTs": 1755156840,
          "entryUtc": "2025-08-14T07:34:00.000Z",
          "exitTs": 1755157260,
          "dir": 1,
          "entryPrice": 3358.962,
          "exitPrice": 3354.15,
          "stopDistance": 4.812,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 7
        },
        {
          "entryTs": 1755162960,
          "entryUtc": "2025-08-14T09:16:00.000Z",
          "exitTs": 1755174600,
          "dir": -1,
          "entryPrice": 3356.522,
          "exitPrice": 3344.932,
          "stopDistance": 5.795,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 194
        },
        {
          "entryTs": 1755176640,
          "entryUtc": "2025-08-14T13:04:00.000Z",
          "exitTs": 1755180300,
          "dir": -1,
          "entryPrice": 3353.567,
          "exitPrice": 3338.891,
          "stopDistance": 7.338,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 61
        },
        {
          "entryTs": 1755181380,
          "entryUtc": "2025-08-14T14:23:00.000Z",
          "exitTs": 1755271380,
          "dir": -1,
          "entryPrice": 3345.121,
          "exitPrice": 3342.798,
          "stopDistance": 8.847,
          "outcome": "time",
          "netR": 0.2208,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1755289500,
          "entryUtc": "2025-08-15T20:25:00.000Z",
          "exitTs": 1755468000,
          "dir": 1,
          "entryPrice": 3336.852,
          "exitPrice": 3336.448,
          "stopDistance": 3.94,
          "outcome": "time",
          "netR": -0.1965,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1755476040,
          "entryUtc": "2025-08-18T00:14:00.000Z",
          "exitTs": 1755476400,
          "dir": -1,
          "entryPrice": 3334.381,
          "exitPrice": 3338.264,
          "stopDistance": 3.883,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 6
        },
        {
          "entryTs": 1755495480,
          "entryUtc": "2025-08-18T05:38:00.000Z",
          "exitTs": 1755522540,
          "dir": 1,
          "entryPrice": 3346.435,
          "exitPrice": 3341.356,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 451
        },
        {
          "entryTs": 1755545520,
          "entryUtc": "2025-08-18T19:32:00.000Z",
          "exitTs": 1755562320,
          "dir": -1,
          "entryPrice": 3332.395,
          "exitPrice": 3336.089,
          "stopDistance": 3.694,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 280
        },
        {
          "entryTs": 1755564240,
          "entryUtc": "2025-08-19T00:44:00.000Z",
          "exitTs": 1755565740,
          "dir": 1,
          "entryPrice": 3334.706,
          "exitPrice": 3330.778,
          "stopDistance": 3.928,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 25
        },
        {
          "entryTs": 1755603660,
          "entryUtc": "2025-08-19T11:41:00.000Z",
          "exitTs": 1755606720,
          "dir": 1,
          "entryPrice": 3339.865,
          "exitPrice": 3335.733,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 51
        },
        {
          "entryTs": 1755648000,
          "entryUtc": "2025-08-20T00:00:00.000Z",
          "exitTs": 1755661440,
          "dir": -1,
          "entryPrice": 3315.015,
          "exitPrice": 3318.237,
          "stopDistance": 3.222,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 224
        },
        {
          "entryTs": 1755731160,
          "entryUtc": "2025-08-20T23:06:00.000Z",
          "exitTs": 1755734880,
          "dir": 1,
          "entryPrice": 3347.882,
          "exitPrice": 3344.323,
          "stopDistance": 3.559,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 62
        },
        {
          "entryTs": 1755758280,
          "entryUtc": "2025-08-21T06:38:00.000Z",
          "exitTs": 1755762420,
          "dir": -1,
          "entryPrice": 3337.271,
          "exitPrice": 3340.698,
          "stopDistance": 3.426,
          "outcome": "stop",
          "netR": -1.1226,
          "holdMinutes": 69
        },
        {
          "entryTs": 1755777660,
          "entryUtc": "2025-08-21T12:01:00.000Z",
          "exitTs": 1755778020,
          "dir": -1,
          "entryPrice": 3335.411,
          "exitPrice": 3339.926,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 6
        },
        {
          "entryTs": 1755802680,
          "entryUtc": "2025-08-21T18:58:00.000Z",
          "exitTs": 1755838140,
          "dir": -1,
          "entryPrice": 3339.376,
          "exitPrice": 3328.08,
          "stopDistance": 5.648,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 591
        },
        {
          "entryTs": 1755845940,
          "entryUtc": "2025-08-22T06:59:00.000Z",
          "exitTs": 1755846300,
          "dir": -1,
          "entryPrice": 3328.688,
          "exitPrice": 3331.98,
          "stopDistance": 3.292,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 6
        },
        {
          "entryTs": 1755848040,
          "entryUtc": "2025-08-22T07:34:00.000Z",
          "exitTs": 1755848700,
          "dir": 1,
          "entryPrice": 3330.41,
          "exitPrice": 3326.652,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 11
        },
        {
          "entryTs": 1755854880,
          "entryUtc": "2025-08-22T09:28:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3328.15,
          "exitPrice": 3323.795,
          "stopDistance": 4.355,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 184
        },
        {
          "entryTs": 1755892680,
          "entryUtc": "2025-08-22T19:58:00.000Z",
          "exitTs": 1756072800,
          "dir": -1,
          "entryPrice": 3372.995,
          "exitPrice": 3371.115,
          "stopDistance": 5.614,
          "outcome": "time",
          "netR": 0.269,
          "holdMinutes": 3002
        },
        {
          "entryTs": 1756079580,
          "entryUtc": "2025-08-24T23:53:00.000Z",
          "exitTs": 1756086420,
          "dir": -1,
          "entryPrice": 3370.198,
          "exitPrice": 3360.82,
          "stopDistance": 4.689,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 114
        },
        {
          "entryTs": 1756091520,
          "entryUtc": "2025-08-25T03:12:00.000Z",
          "exitTs": 1756122360,
          "dir": -1,
          "entryPrice": 3366.28,
          "exitPrice": 3370.342,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 514
        },
        {
          "entryTs": 1756125060,
          "entryUtc": "2025-08-25T12:31:00.000Z",
          "exitTs": 1756126800,
          "dir": 1,
          "entryPrice": 3367.41,
          "exitPrice": 3363.943,
          "stopDistance": 3.467,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 29
        },
        {
          "entryTs": 1756129380,
          "entryUtc": "2025-08-25T13:43:00.000Z",
          "exitTs": 1756130400,
          "dir": -1,
          "entryPrice": 3367.685,
          "exitPrice": 3371.304,
          "stopDistance": 3.619,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756167300,
          "entryUtc": "2025-08-26T00:15:00.000Z",
          "exitTs": 1756167780,
          "dir": 1,
          "entryPrice": 3368.815,
          "exitPrice": 3379.925,
          "stopDistance": 5.555,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 8
        },
        {
          "entryTs": 1756181820,
          "entryUtc": "2025-08-26T04:17:00.000Z",
          "exitTs": 1756220640,
          "dir": -1,
          "entryPrice": 3374.365,
          "exitPrice": 3380.951,
          "stopDistance": 6.586,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 647
        },
        {
          "entryTs": 1756234140,
          "entryUtc": "2025-08-26T18:49:00.000Z",
          "exitTs": 1756237740,
          "dir": -1,
          "entryPrice": 3385.27,
          "exitPrice": 3390.385,
          "stopDistance": 5.115,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 60
        },
        {
          "entryTs": 1756288320,
          "entryUtc": "2025-08-27T09:52:00.000Z",
          "exitTs": 1756294020,
          "dir": 1,
          "entryPrice": 3378.71,
          "exitPrice": 3374.311,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 95
        },
        {
          "entryTs": 1756333080,
          "entryUtc": "2025-08-27T22:18:00.000Z",
          "exitTs": 1756342680,
          "dir": 1,
          "entryPrice": 3395.033,
          "exitPrice": 3391.415,
          "stopDistance": 3.618,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 160
        },
        {
          "entryTs": 1756360860,
          "entryUtc": "2025-08-28T06:01:00.000Z",
          "exitTs": 1756363080,
          "dir": -1,
          "entryPrice": 3389.77,
          "exitPrice": 3393.271,
          "stopDistance": 3.501,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 37
        },
        {
          "entryTs": 1756375380,
          "entryUtc": "2025-08-28T10:03:00.000Z",
          "exitTs": 1756380720,
          "dir": 1,
          "entryPrice": 3396.741,
          "exitPrice": 3405.324,
          "stopDistance": 4.291,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 89
        },
        {
          "entryTs": 1756385340,
          "entryUtc": "2025-08-28T12:49:00.000Z",
          "exitTs": 1756386420,
          "dir": 1,
          "entryPrice": 3398.775,
          "exitPrice": 3394.259,
          "stopDistance": 4.516,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 18
        },
        {
          "entryTs": 1756425840,
          "entryUtc": "2025-08-29T00:04:00.000Z",
          "exitTs": 1756430760,
          "dir": -1,
          "entryPrice": 3415.982,
          "exitPrice": 3409.887,
          "stopDistance": 3.047,
          "outcome": "target",
          "netR": 1.8786,
          "holdMinutes": 82
        },
        {
          "entryTs": 1756447200,
          "entryUtc": "2025-08-29T06:00:00.000Z",
          "exitTs": 1756455420,
          "dir": -1,
          "entryPrice": 3411.01,
          "exitPrice": 3414.595,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 137
        },
        {
          "entryTs": 1756457460,
          "entryUtc": "2025-08-29T08:51:00.000Z",
          "exitTs": 1756460100,
          "dir": 1,
          "entryPrice": 3410.795,
          "exitPrice": 3407.02,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 44
        },
        {
          "entryTs": 1756468140,
          "entryUtc": "2025-08-29T11:49:00.000Z",
          "exitTs": 1756470900,
          "dir": -1,
          "entryPrice": 3409.61,
          "exitPrice": 3413.185,
          "stopDistance": 3.575,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 46
        },
        {
          "entryTs": 1756690860,
          "entryUtc": "2025-09-01T01:41:00.000Z",
          "exitTs": 1756691280,
          "dir": -1,
          "entryPrice": 3443.883,
          "exitPrice": 3449.387,
          "stopDistance": 5.504,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 7
        },
        {
          "entryTs": 1756709940,
          "entryUtc": "2025-09-01T06:59:00.000Z",
          "exitTs": 1756712100,
          "dir": 1,
          "entryPrice": 3478.621,
          "exitPrice": 3469.856,
          "stopDistance": 8.765,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 36
        },
        {
          "entryTs": 1756742820,
          "entryUtc": "2025-09-01T16:07:00.000Z",
          "exitTs": 1756775580,
          "dir": 1,
          "entryPrice": 3472.39,
          "exitPrice": 3485.729,
          "stopDistance": 6.669,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 546
        },
        {
          "entryTs": 1756812360,
          "entryUtc": "2025-09-02T11:26:00.000Z",
          "exitTs": 1756822020,
          "dir": 1,
          "entryPrice": 3479.625,
          "exitPrice": 3494.339,
          "stopDistance": 7.357,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 161
        },
        {
          "entryTs": 1756839000,
          "entryUtc": "2025-09-02T18:50:00.000Z",
          "exitTs": 1756859040,
          "dir": 1,
          "entryPrice": 3525.617,
          "exitPrice": 3544.162,
          "stopDistance": 9.272,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 334
        },
        {
          "entryTs": 1756862280,
          "entryUtc": "2025-09-03T01:18:00.000Z",
          "exitTs": 1756878900,
          "dir": 1,
          "entryPrice": 3534.331,
          "exitPrice": 3526.655,
          "stopDistance": 7.676,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 277
        },
        {
          "entryTs": 1756893060,
          "entryUtc": "2025-09-03T09:51:00.000Z",
          "exitTs": 1756899180,
          "dir": 1,
          "entryPrice": 3535.055,
          "exitPrice": 3548.422,
          "stopDistance": 6.683,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 102
        },
        {
          "entryTs": 1756941660,
          "entryUtc": "2025-09-03T23:21:00.000Z",
          "exitTs": 1756949700,
          "dir": -1,
          "entryPrice": 3560.08,
          "exitPrice": 3547.199,
          "stopDistance": 6.44,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 134
        },
        {
          "entryTs": 1756975560,
          "entryUtc": "2025-09-04T08:46:00.000Z",
          "exitTs": 1756993020,
          "dir": 1,
          "entryPrice": 3538.96,
          "exitPrice": 3555.977,
          "stopDistance": 8.509,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 291
        },
        {
          "entryTs": 1756993500,
          "entryUtc": "2025-09-04T13:45:00.000Z",
          "exitTs": 1756994640,
          "dir": 1,
          "entryPrice": 3545.116,
          "exitPrice": 3535.94,
          "stopDistance": 9.176,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 19
        },
        {
          "entryTs": 1757028840,
          "entryUtc": "2025-09-04T23:34:00.000Z",
          "exitTs": 1757029380,
          "dir": -1,
          "entryPrice": 3545.438,
          "exitPrice": 3551.285,
          "stopDistance": 5.846,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 9
        },
        {
          "entryTs": 1757039460,
          "entryUtc": "2025-09-05T02:31:00.000Z",
          "exitTs": 1757044440,
          "dir": 1,
          "entryPrice": 3546.96,
          "exitPrice": 3558.766,
          "stopDistance": 5.903,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 83
        },
        {
          "entryTs": 1757051160,
          "entryUtc": "2025-09-05T05:46:00.000Z",
          "exitTs": 1757059080,
          "dir": -1,
          "entryPrice": 3557.31,
          "exitPrice": 3546.728,
          "stopDistance": 5.291,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 132
        },
        {
          "entryTs": 1757062980,
          "entryUtc": "2025-09-05T09:03:00.000Z",
          "exitTs": 1757070720,
          "dir": -1,
          "entryPrice": 3549.361,
          "exitPrice": 3554.82,
          "stopDistance": 5.458,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 129
        },
        {
          "entryTs": 1757072160,
          "entryUtc": "2025-09-05T11:36:00.000Z",
          "exitTs": 1757075400,
          "dir": -1,
          "entryPrice": 3551.02,
          "exitPrice": 3556.194,
          "stopDistance": 5.174,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 54
        },
        {
          "entryTs": 1757282580,
          "entryUtc": "2025-09-07T22:03:00.000Z",
          "exitTs": 1757313900,
          "dir": -1,
          "entryPrice": 3590.567,
          "exitPrice": 3597.735,
          "stopDistance": 7.168,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 522
        },
        {
          "entryTs": 1757328780,
          "entryUtc": "2025-09-08T10:53:00.000Z",
          "exitTs": 1757336520,
          "dir": 1,
          "entryPrice": 3614.61,
          "exitPrice": 3628.911,
          "stopDistance": 7.151,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 129
        },
        {
          "entryTs": 1757361240,
          "entryUtc": "2025-09-08T19:54:00.000Z",
          "exitTs": 1757380800,
          "dir": -1,
          "entryPrice": 3636.891,
          "exitPrice": 3644.545,
          "stopDistance": 7.653,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 326
        },
        {
          "entryTs": 1757397900,
          "entryUtc": "2025-09-09T06:05:00.000Z",
          "exitTs": 1757397900,
          "dir": 1,
          "entryPrice": 3648.78,
          "exitPrice": 3642.132,
          "stopDistance": 6.648,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 0
        },
        {
          "entryTs": 1757400000,
          "entryUtc": "2025-09-09T06:40:00.000Z",
          "exitTs": 1757409240,
          "dir": -1,
          "entryPrice": 3647.215,
          "exitPrice": 3655.056,
          "stopDistance": 7.841,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 154
        },
        {
          "entryTs": 1757418960,
          "entryUtc": "2025-09-09T11:56:00.000Z",
          "exitTs": 1757424960,
          "dir": 1,
          "entryPrice": 3648.395,
          "exitPrice": 3665.803,
          "stopDistance": 8.704,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 100
        },
        {
          "entryTs": 1757426760,
          "entryUtc": "2025-09-09T14:06:00.000Z",
          "exitTs": 1757426880,
          "dir": 1,
          "entryPrice": 3652.421,
          "exitPrice": 3644.118,
          "stopDistance": 8.303,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 2
        },
        {
          "entryTs": 1757458200,
          "entryUtc": "2025-09-09T22:50:00.000Z",
          "exitTs": 1757478360,
          "dir": -1,
          "entryPrice": 3633.746,
          "exitPrice": 3642.001,
          "stopDistance": 8.254,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 336
        },
        {
          "entryTs": 1757507820,
          "entryUtc": "2025-09-10T12:37:00.000Z",
          "exitTs": 1757508720,
          "dir": 1,
          "entryPrice": 3646.325,
          "exitPrice": 3640.28,
          "stopDistance": 6.045,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 15
        },
        {
          "entryTs": 1757541780,
          "entryUtc": "2025-09-10T22:03:00.000Z",
          "exitTs": 1757560140,
          "dir": -1,
          "entryPrice": 3644.221,
          "exitPrice": 3632.41,
          "stopDistance": 5.906,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 306
        },
        {
          "entryTs": 1757570760,
          "entryUtc": "2025-09-11T06:06:00.000Z",
          "exitTs": 1757572500,
          "dir": -1,
          "entryPrice": 3629.5,
          "exitPrice": 3634.854,
          "stopDistance": 5.354,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 29
        },
        {
          "entryTs": 1757573760,
          "entryUtc": "2025-09-11T06:56:00.000Z",
          "exitTs": 1757574480,
          "dir": 1,
          "entryPrice": 3633.26,
          "exitPrice": 3626.853,
          "stopDistance": 6.407,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 12
        },
        {
          "entryTs": 1757594820,
          "entryUtc": "2025-09-11T12:47:00.000Z",
          "exitTs": 1757596860,
          "dir": 1,
          "entryPrice": 3629.556,
          "exitPrice": 3619.979,
          "stopDistance": 9.577,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 34
        },
        {
          "entryTs": 1757609280,
          "entryUtc": "2025-09-11T16:48:00.000Z",
          "exitTs": 1757651340,
          "dir": 1,
          "entryPrice": 3634.23,
          "exitPrice": 3654.577,
          "stopDistance": 10.174,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 701
        },
        {
          "entryTs": 1757689500,
          "entryUtc": "2025-09-12T15:05:00.000Z",
          "exitTs": 1757887200,
          "dir": 1,
          "entryPrice": 3646.016,
          "exitPrice": 3644.548,
          "stopDistance": 6.673,
          "outcome": "time",
          "netR": -0.2755,
          "holdMinutes": 3295
        },
        {
          "entryTs": 1757895420,
          "entryUtc": "2025-09-15T00:17:00.000Z",
          "exitTs": 1757896740,
          "dir": -1,
          "entryPrice": 3642.398,
          "exitPrice": 3634.35,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 22
        },
        {
          "entryTs": 1757902620,
          "entryUtc": "2025-09-15T02:17:00.000Z",
          "exitTs": 1757919780,
          "dir": -1,
          "entryPrice": 3642.473,
          "exitPrice": 3633.728,
          "stopDistance": 4.373,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 286
        },
        {
          "entryTs": 1757928420,
          "entryUtc": "2025-09-15T09:27:00.000Z",
          "exitTs": 1757940600,
          "dir": 1,
          "entryPrice": 3639.542,
          "exitPrice": 3650.169,
          "stopDistance": 5.313,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 203
        },
        {
          "entryTs": 1757973600,
          "entryUtc": "2025-09-15T22:00:00.000Z",
          "exitTs": 1757984220,
          "dir": -1,
          "entryPrice": 3679.86,
          "exitPrice": 3685.162,
          "stopDistance": 5.302,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 177
        },
        {
          "entryTs": 1757984640,
          "entryUtc": "2025-09-16T01:04:00.000Z",
          "exitTs": 1757990340,
          "dir": 1,
          "entryPrice": 3681.195,
          "exitPrice": 3676.63,
          "stopDistance": 4.565,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 95
        },
        {
          "entryTs": 1758020580,
          "entryUtc": "2025-09-16T11:03:00.000Z",
          "exitTs": 1758025800,
          "dir": 1,
          "entryPrice": 3692.35,
          "exitPrice": 3686.914,
          "stopDistance": 5.436,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 87
        },
        {
          "entryTs": 1758029160,
          "entryUtc": "2025-09-16T13:26:00.000Z",
          "exitTs": 1758031860,
          "dir": -1,
          "entryPrice": 3692.776,
          "exitPrice": 3698.555,
          "stopDistance": 5.778,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 45
        },
        {
          "entryTs": 1758056220,
          "entryUtc": "2025-09-16T20:57:00.000Z",
          "exitTs": 1758072600,
          "dir": 1,
          "entryPrice": 3689.225,
          "exitPrice": 3684.235,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 273
        },
        {
          "entryTs": 1758086580,
          "entryUtc": "2025-09-17T05:23:00.000Z",
          "exitTs": 1758089460,
          "dir": 1,
          "entryPrice": 3679.957,
          "exitPrice": 3675.457,
          "stopDistance": 4.499,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 48
        },
        {
          "entryTs": 1758130200,
          "entryUtc": "2025-09-17T17:30:00.000Z",
          "exitTs": 1758132000,
          "dir": -1,
          "entryPrice": 3683.426,
          "exitPrice": 3689.088,
          "stopDistance": 5.662,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 30
        },
        {
          "entryTs": 1758132060,
          "entryUtc": "2025-09-17T18:01:00.000Z",
          "exitTs": 1758132060,
          "dir": 1,
          "entryPrice": 3674.081,
          "exitPrice": 3668.176,
          "stopDistance": 5.905,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 0
        },
        {
          "entryTs": 1758155880,
          "entryUtc": "2025-09-18T00:38:00.000Z",
          "exitTs": 1758175380,
          "dir": 1,
          "entryPrice": 3659.852,
          "exitPrice": 3648.627,
          "stopDistance": 11.224,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 325
        },
        {
          "entryTs": 1758181320,
          "entryUtc": "2025-09-18T07:42:00.000Z",
          "exitTs": 1758185760,
          "dir": -1,
          "entryPrice": 3657.456,
          "exitPrice": 3664.769,
          "stopDistance": 7.313,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 74
        },
        {
          "entryTs": 1758243840,
          "entryUtc": "2025-09-19T01:04:00.000Z",
          "exitTs": 1758244020,
          "dir": -1,
          "entryPrice": 3642.987,
          "exitPrice": 3647.295,
          "stopDistance": 4.308,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 3
        },
        {
          "entryTs": 1758246360,
          "entryUtc": "2025-09-19T01:46:00.000Z",
          "exitTs": 1758246600,
          "dir": 1,
          "entryPrice": 3644.305,
          "exitPrice": 3639.04,
          "stopDistance": 5.265,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 4
        },
        {
          "entryTs": 1758280260,
          "entryUtc": "2025-09-19T11:11:00.000Z",
          "exitTs": 1758282240,
          "dir": 1,
          "entryPrice": 3653.66,
          "exitPrice": 3647.902,
          "stopDistance": 5.758,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 33
        },
        {
          "entryTs": 1758288540,
          "entryUtc": "2025-09-19T13:29:00.000Z",
          "exitTs": 1758290160,
          "dir": -1,
          "entryPrice": 3655.505,
          "exitPrice": 3660.696,
          "stopDistance": 5.191,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 27
        },
        {
          "entryTs": 1758503100,
          "entryUtc": "2025-09-22T01:05:00.000Z",
          "exitTs": 1758519060,
          "dir": 1,
          "entryPrice": 3688.11,
          "exitPrice": 3697.916,
          "stopDistance": 4.903,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 266
        },
        {
          "entryTs": 1758543540,
          "entryUtc": "2025-09-22T12:19:00.000Z",
          "exitTs": 1758543900,
          "dir": 1,
          "entryPrice": 3718.265,
          "exitPrice": 3711.945,
          "stopDistance": 6.32,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 6
        },
        {
          "entryTs": 1758583260,
          "entryUtc": "2025-09-22T23:21:00.000Z",
          "exitTs": 1758588360,
          "dir": -1,
          "entryPrice": 3744.635,
          "exitPrice": 3749.847,
          "stopDistance": 5.212,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 85
        },
        {
          "entryTs": 1758590760,
          "entryUtc": "2025-09-23T01:26:00.000Z",
          "exitTs": 1758593460,
          "dir": 1,
          "entryPrice": 3750.005,
          "exitPrice": 3744.021,
          "stopDistance": 5.984,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 45
        },
        {
          "entryTs": 1758594120,
          "entryUtc": "2025-09-23T02:22:00.000Z",
          "exitTs": 1758605520,
          "dir": -1,
          "entryPrice": 3744.848,
          "exitPrice": 3753.322,
          "stopDistance": 8.474,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 190
        },
        {
          "entryTs": 1758629820,
          "entryUtc": "2025-09-23T12:17:00.000Z",
          "exitTs": 1758645360,
          "dir": -1,
          "entryPrice": 3783.005,
          "exitPrice": 3765.889,
          "stopDistance": 8.558,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 259
        },
        {
          "entryTs": 1758653460,
          "entryUtc": "2025-09-23T18:51:00.000Z",
          "exitTs": 1758653700,
          "dir": 1,
          "entryPrice": 3775.16,
          "exitPrice": 3765.61,
          "stopDistance": 9.55,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 4
        },
        {
          "entryTs": 1758670440,
          "entryUtc": "2025-09-23T23:34:00.000Z",
          "exitTs": 1758677580,
          "dir": 1,
          "entryPrice": 3765.603,
          "exitPrice": 3757.736,
          "stopDistance": 7.868,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 119
        },
        {
          "entryTs": 1758684840,
          "entryUtc": "2025-09-24T03:34:00.000Z",
          "exitTs": 1758690960,
          "dir": -1,
          "entryPrice": 3763.185,
          "exitPrice": 3771.08,
          "stopDistance": 7.895,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 102
        },
        {
          "entryTs": 1758701400,
          "entryUtc": "2025-09-24T08:10:00.000Z",
          "exitTs": 1758703740,
          "dir": 1,
          "entryPrice": 3773.972,
          "exitPrice": 3767.308,
          "stopDistance": 6.664,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 39
        },
        {
          "entryTs": 1758713640,
          "entryUtc": "2025-09-24T11:34:00.000Z",
          "exitTs": 1758724020,
          "dir": -1,
          "entryPrice": 3766.456,
          "exitPrice": 3753.809,
          "stopDistance": 6.324,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 173
        },
        {
          "entryTs": 1758762420,
          "entryUtc": "2025-09-25T01:07:00.000Z",
          "exitTs": 1758764520,
          "dir": 1,
          "entryPrice": 3744.3,
          "exitPrice": 3737.522,
          "stopDistance": 6.777,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 35
        },
        {
          "entryTs": 1758774840,
          "entryUtc": "2025-09-25T04:34:00.000Z",
          "exitTs": 1758780660,
          "dir": -1,
          "entryPrice": 3737.155,
          "exitPrice": 3744.782,
          "stopDistance": 7.627,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 97
        },
        {
          "entryTs": 1758782520,
          "entryUtc": "2025-09-25T06:42:00.000Z",
          "exitTs": 1758787320,
          "dir": 1,
          "entryPrice": 3740.365,
          "exitPrice": 3755.697,
          "stopDistance": 7.666,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 80
        },
        {
          "entryTs": 1758799920,
          "entryUtc": "2025-09-25T11:32:00.000Z",
          "exitTs": 1758804600,
          "dir": -1,
          "entryPrice": 3750.94,
          "exitPrice": 3733.661,
          "stopDistance": 8.64,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 78
        },
        {
          "entryTs": 1758810180,
          "entryUtc": "2025-09-25T14:23:00.000Z",
          "exitTs": 1758824880,
          "dir": -1,
          "entryPrice": 3734.935,
          "exitPrice": 3747.381,
          "stopDistance": 12.446,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 245
        },
        {
          "entryTs": 1758844920,
          "entryUtc": "2025-09-26T00:02:00.000Z",
          "exitTs": 1758890160,
          "dir": -1,
          "entryPrice": 3748.84,
          "exitPrice": 3756.697,
          "stopDistance": 7.857,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 754
        },
        {
          "entryTs": 1758893460,
          "entryUtc": "2025-09-26T13:31:00.000Z",
          "exitTs": 1758895380,
          "dir": 1,
          "entryPrice": 3753.65,
          "exitPrice": 3769.105,
          "stopDistance": 7.728,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 32
        },
        {
          "entryTs": 1758909780,
          "entryUtc": "2025-09-26T18:03:00.000Z",
          "exitTs": 1758915420,
          "dir": 1,
          "entryPrice": 3777.025,
          "exitPrice": 3768.372,
          "stopDistance": 8.653,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 94
        },
        {
          "entryTs": 1759149000,
          "entryUtc": "2025-09-29T12:30:00.000Z",
          "exitTs": 1759158240,
          "dir": 1,
          "entryPrice": 3815.375,
          "exitPrice": 3832.429,
          "stopDistance": 8.527,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 154
        },
        {
          "entryTs": 1759184520,
          "entryUtc": "2025-09-29T22:22:00.000Z",
          "exitTs": 1759191900,
          "dir": 1,
          "entryPrice": 3826.525,
          "exitPrice": 3840.108,
          "stopDistance": 6.791,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 123
        },
        {
          "entryTs": 1759210320,
          "entryUtc": "2025-09-30T05:32:00.000Z",
          "exitTs": 1759215180,
          "dir": 1,
          "entryPrice": 3865.805,
          "exitPrice": 3858.446,
          "stopDistance": 7.359,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 81
        },
        {
          "entryTs": 1759238580,
          "entryUtc": "2025-09-30T13:23:00.000Z",
          "exitTs": 1759241340,
          "dir": 1,
          "entryPrice": 3812.88,
          "exitPrice": 3836.951,
          "stopDistance": 12.036,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 46
        },
        {
          "entryTs": 1759280400,
          "entryUtc": "2025-10-01T01:00:00.000Z",
          "exitTs": 1759284300,
          "dir": 1,
          "entryPrice": 3859.511,
          "exitPrice": 3872.873,
          "stopDistance": 6.681,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 65
        },
        {
          "entryTs": 1759287240,
          "entryUtc": "2025-10-01T02:54:00.000Z",
          "exitTs": 1759289760,
          "dir": 1,
          "entryPrice": 3862.275,
          "exitPrice": 3856.001,
          "stopDistance": 6.274,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 42
        },
        {
          "entryTs": 1759297380,
          "entryUtc": "2025-10-01T05:43:00.000Z",
          "exitTs": 1759299660,
          "dir": 1,
          "entryPrice": 3862.771,
          "exitPrice": 3855.261,
          "stopDistance": 7.511,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 38
        },
        {
          "entryTs": 1759320900,
          "entryUtc": "2025-10-01T12:15:00.000Z",
          "exitTs": 1759322940,
          "dir": -1,
          "entryPrice": 3887.792,
          "exitPrice": 3871.006,
          "stopDistance": 8.393,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 34
        },
        {
          "entryTs": 1759329960,
          "entryUtc": "2025-10-01T14:46:00.000Z",
          "exitTs": 1759330080,
          "dir": 1,
          "entryPrice": 3871.03,
          "exitPrice": 3860.92,
          "stopDistance": 10.11,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 2
        },
        {
          "entryTs": 1759334100,
          "entryUtc": "2025-10-01T15:55:00.000Z",
          "exitTs": 1759400460,
          "dir": -1,
          "entryPrice": 3868.915,
          "exitPrice": 3881.129,
          "stopDistance": 12.214,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 1106
        },
        {
          "entryTs": 1759412160,
          "entryUtc": "2025-10-02T13:36:00.000Z",
          "exitTs": 1759412940,
          "dir": 1,
          "entryPrice": 3886.713,
          "exitPrice": 3878.871,
          "stopDistance": 7.842,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 13
        },
        {
          "entryTs": 1759413120,
          "entryUtc": "2025-10-02T13:52:00.000Z",
          "exitTs": 1759414620,
          "dir": 1,
          "entryPrice": 3873.516,
          "exitPrice": 3866.658,
          "stopDistance": 6.859,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 25
        },
        {
          "entryTs": 1759449960,
          "entryUtc": "2025-10-03T00:06:00.000Z",
          "exitTs": 1759454820,
          "dir": 1,
          "entryPrice": 3857.21,
          "exitPrice": 3850.283,
          "stopDistance": 6.927,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 81
        },
        {
          "entryTs": 1759455900,
          "entryUtc": "2025-10-03T01:45:00.000Z",
          "exitTs": 1759461600,
          "dir": -1,
          "entryPrice": 3856.86,
          "exitPrice": 3842.412,
          "stopDistance": 7.224,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 95
        },
        {
          "entryTs": 1759468440,
          "entryUtc": "2025-10-03T05:14:00.000Z",
          "exitTs": 1759469460,
          "dir": -1,
          "entryPrice": 3849.6,
          "exitPrice": 3857.592,
          "stopDistance": 7.992,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 17
        },
        {
          "entryTs": 1759485120,
          "entryUtc": "2025-10-03T09:52:00.000Z",
          "exitTs": 1759494720,
          "dir": -1,
          "entryPrice": 3861.175,
          "exitPrice": 3867.706,
          "stopDistance": 6.531,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 160
        },
        {
          "entryTs": 1759523520,
          "entryUtc": "2025-10-03T20:32:00.000Z",
          "exitTs": 1759701600,
          "dir": 1,
          "entryPrice": 3883.045,
          "exitPrice": 3886.398,
          "stopDistance": 8.926,
          "outcome": "time",
          "netR": 0.3342,
          "holdMinutes": 2968
        },
        {
          "entryTs": 1759739940,
          "entryUtc": "2025-10-06T08:39:00.000Z",
          "exitTs": 1759761360,
          "dir": 1,
          "entryPrice": 3935.77,
          "exitPrice": 3956.125,
          "stopDistance": 10.177,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 357
        },
        {
          "entryTs": 1759782780,
          "entryUtc": "2025-10-06T20:33:00.000Z",
          "exitTs": 1759821600,
          "dir": 1,
          "entryPrice": 3957.846,
          "exitPrice": 3948.146,
          "stopDistance": 9.7,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 647
        },
        {
          "entryTs": 1759851540,
          "entryUtc": "2025-10-07T15:39:00.000Z",
          "exitTs": 1759852020,
          "dir": 1,
          "entryPrice": 3978.125,
          "exitPrice": 3966.586,
          "stopDistance": 11.539,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 8
        },
        {
          "entryTs": 1759853160,
          "entryUtc": "2025-10-07T16:06:00.000Z",
          "exitTs": 1759858920,
          "dir": -1,
          "entryPrice": 3973.48,
          "exitPrice": 3985.986,
          "stopDistance": 12.506,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 96
        },
        {
          "entryTs": 1759883400,
          "entryUtc": "2025-10-08T00:30:00.000Z",
          "exitTs": 1759885740,
          "dir": 1,
          "entryPrice": 3991.361,
          "exitPrice": 3984.429,
          "stopDistance": 6.933,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 39
        },
        {
          "entryTs": 1759919220,
          "entryUtc": "2025-10-08T10:27:00.000Z",
          "exitTs": 1759927200,
          "dir": 1,
          "entryPrice": 4040.072,
          "exitPrice": 4031.106,
          "stopDistance": 8.965,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 133
        },
        {
          "entryTs": 1759931520,
          "entryUtc": "2025-10-08T13:52:00.000Z",
          "exitTs": 1759935480,
          "dir": -1,
          "entryPrice": 4036.135,
          "exitPrice": 4047.323,
          "stopDistance": 11.188,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 66
        },
        {
          "entryTs": 1759944660,
          "entryUtc": "2025-10-08T17:31:00.000Z",
          "exitTs": 1759950540,
          "dir": 1,
          "entryPrice": 4046.575,
          "exitPrice": 4034.597,
          "stopDistance": 11.978,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 98
        },
        {
          "entryTs": 1759973220,
          "entryUtc": "2025-10-09T01:27:00.000Z",
          "exitTs": 1759976220,
          "dir": -1,
          "entryPrice": 4029.315,
          "exitPrice": 4003.595,
          "stopDistance": 12.86,
          "outcome": "target",
          "netR": 1.9712,
          "holdMinutes": 50
        },
        {
          "entryTs": 1759997880,
          "entryUtc": "2025-10-09T08:18:00.000Z",
          "exitTs": 1760014380,
          "dir": -1,
          "entryPrice": 4037.401,
          "exitPrice": 4048.011,
          "stopDistance": 10.61,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 275
        },
        {
          "entryTs": 1760017080,
          "entryUtc": "2025-10-09T13:38:00.000Z",
          "exitTs": 1760017380,
          "dir": 1,
          "entryPrice": 4043.41,
          "exitPrice": 4034.57,
          "stopDistance": 8.84,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 5
        },
        {
          "entryTs": 1760047920,
          "entryUtc": "2025-10-09T22:12:00.000Z",
          "exitTs": 1760087520,
          "dir": 1,
          "entryPrice": 3959.031,
          "exitPrice": 3998.745,
          "stopDistance": 19.857,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 660
        },
        {
          "entryTs": 1760098680,
          "entryUtc": "2025-10-10T12:18:00.000Z",
          "exitTs": 1760108760,
          "dir": -1,
          "entryPrice": 3991.442,
          "exitPrice": 4003.764,
          "stopDistance": 12.322,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 168
        },
        {
          "entryTs": 1760112120,
          "entryUtc": "2025-10-10T16:02:00.000Z",
          "exitTs": 1760116140,
          "dir": 1,
          "entryPrice": 3991.12,
          "exitPrice": 3975.322,
          "stopDistance": 15.798,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 67
        },
        {
          "entryTs": 1760313900,
          "entryUtc": "2025-10-13T00:05:00.000Z",
          "exitTs": 1760332800,
          "dir": 1,
          "entryPrice": 4030.236,
          "exitPrice": 4068.744,
          "stopDistance": 19.254,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 315
        },
        {
          "entryTs": 1760343480,
          "entryUtc": "2025-10-13T08:18:00.000Z",
          "exitTs": 1760364000,
          "dir": 1,
          "entryPrice": 4071.075,
          "exitPrice": 4095.698,
          "stopDistance": 12.312,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 342
        },
        {
          "entryTs": 1760379000,
          "entryUtc": "2025-10-13T18:10:00.000Z",
          "exitTs": 1760398380,
          "dir": 1,
          "entryPrice": 4099.288,
          "exitPrice": 4121.433,
          "stopDistance": 11.073,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 323
        },
        {
          "entryTs": 1760420280,
          "entryUtc": "2025-10-14T05:38:00.000Z",
          "exitTs": 1760420340,
          "dir": 1,
          "entryPrice": 4154.346,
          "exitPrice": 4142.326,
          "stopDistance": 12.02,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 1
        },
        {
          "entryTs": 1760430480,
          "entryUtc": "2025-10-14T08:28:00.000Z",
          "exitTs": 1760445780,
          "dir": -1,
          "entryPrice": 4143.8,
          "exitPrice": 4109.013,
          "stopDistance": 17.393,
          "outcome": "target",
          "netR": 1.9787,
          "holdMinutes": 255
        },
        {
          "entryTs": 1760450580,
          "entryUtc": "2025-10-14T14:03:00.000Z",
          "exitTs": 1760460420,
          "dir": -1,
          "entryPrice": 4130.16,
          "exitPrice": 4146.478,
          "stopDistance": 16.318,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 164
        },
        {
          "entryTs": 1760470560,
          "entryUtc": "2025-10-14T19:36:00.000Z",
          "exitTs": 1760490300,
          "dir": 1,
          "entryPrice": 4138.685,
          "exitPrice": 4174.456,
          "stopDistance": 17.886,
          "outcome": "target",
          "netR": 1.9793,
          "holdMinutes": 329
        },
        {
          "entryTs": 1760495520,
          "entryUtc": "2025-10-15T02:32:00.000Z",
          "exitTs": 1760511480,
          "dir": 1,
          "entryPrice": 4169.16,
          "exitPrice": 4199.256,
          "stopDistance": 15.048,
          "outcome": "target",
          "netR": 1.9754,
          "holdMinutes": 266
        },
        {
          "entryTs": 1760520060,
          "entryUtc": "2025-10-15T09:21:00.000Z",
          "exitTs": 1760520060,
          "dir": 1,
          "entryPrice": 4183.501,
          "exitPrice": 4171.185,
          "stopDistance": 12.316,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 0
        },
        {
          "entryTs": 1760533080,
          "entryUtc": "2025-10-15T12:58:00.000Z",
          "exitTs": 1760537400,
          "dir": -1,
          "entryPrice": 4191.988,
          "exitPrice": 4206.159,
          "stopDistance": 14.172,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 72
        },
        {
          "entryTs": 1760539320,
          "entryUtc": "2025-10-15T14:42:00.000Z",
          "exitTs": 1760578080,
          "dir": 1,
          "entryPrice": 4193.957,
          "exitPrice": 4227.575,
          "stopDistance": 16.809,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 646
        },
        {
          "entryTs": 1760599080,
          "entryUtc": "2025-10-16T07:18:00.000Z",
          "exitTs": 1760612280,
          "dir": -1,
          "entryPrice": 4233.17,
          "exitPrice": 4244.131,
          "stopDistance": 10.961,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 220
        },
        {
          "entryTs": 1760615520,
          "entryUtc": "2025-10-16T11:52:00.000Z",
          "exitTs": 1760618400,
          "dir": 1,
          "entryPrice": 4240.147,
          "exitPrice": 4229.29,
          "stopDistance": 10.857,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 48
        },
        {
          "entryTs": 1760638500,
          "entryUtc": "2025-10-16T18:15:00.000Z",
          "exitTs": 1760644500,
          "dir": 1,
          "entryPrice": 4278.24,
          "exitPrice": 4311.043,
          "stopDistance": 16.401,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 100
        },
        {
          "entryTs": 1760670540,
          "entryUtc": "2025-10-17T03:09:00.000Z",
          "exitTs": 1760673720,
          "dir": -1,
          "entryPrice": 4351.276,
          "exitPrice": 4374.821,
          "stopDistance": 23.544,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 53
        },
        {
          "entryTs": 1760686200,
          "entryUtc": "2025-10-17T07:30:00.000Z",
          "exitTs": 1760702340,
          "dir": -1,
          "entryPrice": 4338.82,
          "exitPrice": 4288.151,
          "stopDistance": 25.334,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 269
        },
        {
          "entryTs": 1760922840,
          "entryUtc": "2025-10-20T01:14:00.000Z",
          "exitTs": 1760961540,
          "dir": -1,
          "entryPrice": 4253.491,
          "exitPrice": 4275.395,
          "stopDistance": 21.904,
          "outcome": "stop",
          "netR": -1.0192,
          "holdMinutes": 645
        },
        {
          "entryTs": 1760982540,
          "entryUtc": "2025-10-20T17:49:00.000Z",
          "exitTs": 1760985480,
          "dir": -1,
          "entryPrice": 4347.78,
          "exitPrice": 4363.584,
          "stopDistance": 15.804,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 49
        },
        {
          "entryTs": 1760991480,
          "entryUtc": "2025-10-20T20:18:00.000Z",
          "exitTs": 1761010680,
          "dir": 1,
          "entryPrice": 4347.34,
          "exitPrice": 4332.644,
          "stopDistance": 14.696,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 320
        },
        {
          "entryTs": 1761029280,
          "entryUtc": "2025-10-21T06:48:00.000Z",
          "exitTs": 1761031980,
          "dir": -1,
          "entryPrice": 4341.01,
          "exitPrice": 4314.229,
          "stopDistance": 13.391,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 45
        },
        {
          "entryTs": 1761045120,
          "entryUtc": "2025-10-21T11:12:00.000Z",
          "exitTs": 1761048600,
          "dir": -1,
          "entryPrice": 4265.642,
          "exitPrice": 4224.82,
          "stopDistance": 20.411,
          "outcome": "target",
          "netR": 1.9819,
          "holdMinutes": 58
        },
        {
          "entryTs": 1761069720,
          "entryUtc": "2025-10-21T18:02:00.000Z",
          "exitTs": 1761091560,
          "dir": -1,
          "entryPrice": 4120.175,
          "exitPrice": 4050.951,
          "stopDistance": 34.612,
          "outcome": "target",
          "netR": 1.9893,
          "holdMinutes": 364
        },
        {
          "entryTs": 1761095160,
          "entryUtc": "2025-10-22T01:06:00.000Z",
          "exitTs": 1761104220,
          "dir": -1,
          "entryPrice": 4110.94,
          "exitPrice": 4132.884,
          "stopDistance": 21.944,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 151
        },
        {
          "entryTs": 1761116760,
          "entryUtc": "2025-10-22T07:06:00.000Z",
          "exitTs": 1761120300,
          "dir": 1,
          "entryPrice": 4138.602,
          "exitPrice": 4114.844,
          "stopDistance": 23.758,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 59
        },
        {
          "entryTs": 1761150720,
          "entryUtc": "2025-10-22T16:32:00.000Z",
          "exitTs": 1761159780,
          "dir": -1,
          "entryPrice": 4047.855,
          "exitPrice": 4083.11,
          "stopDistance": 35.255,
          "outcome": "stop",
          "netR": -1.0119,
          "holdMinutes": 151
        },
        {
          "entryTs": 1761177780,
          "entryUtc": "2025-10-23T00:03:00.000Z",
          "exitTs": 1761199200,
          "dir": -1,
          "entryPrice": 4094.673,
          "exitPrice": 4115.32,
          "stopDistance": 20.647,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 357
        },
        {
          "entryTs": 1761205020,
          "entryUtc": "2025-10-23T07:37:00.000Z",
          "exitTs": 1761211920,
          "dir": 1,
          "entryPrice": 4094.841,
          "exitPrice": 4125.101,
          "stopDistance": 15.13,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 115
        },
        {
          "entryTs": 1761215400,
          "entryUtc": "2025-10-23T10:30:00.000Z",
          "exitTs": 1761225600,
          "dir": 1,
          "entryPrice": 4107.51,
          "exitPrice": 4141.306,
          "stopDistance": 16.898,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 170
        },
        {
          "entryTs": 1761241920,
          "entryUtc": "2025-10-23T17:52:00.000Z",
          "exitTs": 1761280620,
          "dir": -1,
          "entryPrice": 4136.495,
          "exitPrice": 4102.647,
          "stopDistance": 16.924,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 645
        },
        {
          "entryTs": 1761324000,
          "entryUtc": "2025-10-24T16:40:00.000Z",
          "exitTs": 1761328860,
          "dir": 1,
          "entryPrice": 4125.18,
          "exitPrice": 4105.509,
          "stopDistance": 19.671,
          "outcome": "stop",
          "netR": -1.0214,
          "holdMinutes": 81
        },
        {
          "entryTs": 1761338400,
          "entryUtc": "2025-10-24T20:40:00.000Z",
          "exitTs": 1761516000,
          "dir": -1,
          "entryPrice": 4106.895,
          "exitPrice": 4077.753,
          "stopDistance": 14.571,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 2960
        },
        {
          "entryTs": 1761527220,
          "entryUtc": "2025-10-27T01:07:00.000Z",
          "exitTs": 1761555180,
          "dir": -1,
          "entryPrice": 4088.79,
          "exitPrice": 4049.681,
          "stopDistance": 19.555,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 466
        },
        {
          "entryTs": 1761570000,
          "entryUtc": "2025-10-27T13:00:00.000Z",
          "exitTs": 1761572820,
          "dir": -1,
          "entryPrice": 4049.895,
          "exitPrice": 4014.884,
          "stopDistance": 17.505,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 47
        },
        {
          "entryTs": 1761596760,
          "entryUtc": "2025-10-27T20:26:00.000Z",
          "exitTs": 1761613500,
          "dir": -1,
          "entryPrice": 3999.215,
          "exitPrice": 4015.723,
          "stopDistance": 16.508,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 279
        },
        {
          "entryTs": 1761618900,
          "entryUtc": "2025-10-28T02:35:00.000Z",
          "exitTs": 1761625320,
          "dir": 1,
          "entryPrice": 3995.91,
          "exitPrice": 3979.439,
          "stopDistance": 16.471,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 107
        },
        {
          "entryTs": 1761658800,
          "entryUtc": "2025-10-28T13:40:00.000Z",
          "exitTs": 1761664260,
          "dir": 1,
          "entryPrice": 3922.15,
          "exitPrice": 3957.613,
          "stopDistance": 17.731,
          "outcome": "target",
          "netR": 1.9791,
          "holdMinutes": 91
        },
        {
          "entryTs": 1761689700,
          "entryUtc": "2025-10-28T22:15:00.000Z",
          "exitTs": 1761694980,
          "dir": -1,
          "entryPrice": 3938.552,
          "exitPrice": 3955.42,
          "stopDistance": 16.869,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 88
        },
        {
          "entryTs": 1761705300,
          "entryUtc": "2025-10-29T02:35:00.000Z",
          "exitTs": 1761721800,
          "dir": 1,
          "entryPrice": 3950.325,
          "exitPrice": 3985.6,
          "stopDistance": 17.637,
          "outcome": "target",
          "netR": 1.979,
          "holdMinutes": 275
        },
        {
          "entryTs": 1761746580,
          "entryUtc": "2025-10-29T14:03:00.000Z",
          "exitTs": 1761758940,
          "dir": -1,
          "entryPrice": 4016.02,
          "exitPrice": 3988.201,
          "stopDistance": 13.91,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 206
        },
        {
          "entryTs": 1761760920,
          "entryUtc": "2025-10-29T18:02:00.000Z",
          "exitTs": 1761762300,
          "dir": -1,
          "entryPrice": 4005.625,
          "exitPrice": 3977.708,
          "stopDistance": 13.959,
          "outcome": "target",
          "netR": 1.9735,
          "holdMinutes": 23
        },
        {
          "entryTs": 1761785100,
          "entryUtc": "2025-10-30T00:45:00.000Z",
          "exitTs": 1761793200,
          "dir": 1,
          "entryPrice": 3939.656,
          "exitPrice": 3918.798,
          "stopDistance": 20.859,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 135
        },
        {
          "entryTs": 1761797820,
          "entryUtc": "2025-10-30T04:17:00.000Z",
          "exitTs": 1761798840,
          "dir": -1,
          "entryPrice": 3943.895,
          "exitPrice": 3964.979,
          "stopDistance": 21.084,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 17
        },
        {
          "entryTs": 1761802140,
          "entryUtc": "2025-10-30T05:29:00.000Z",
          "exitTs": 1761815100,
          "dir": 1,
          "entryPrice": 3948.68,
          "exitPrice": 3989.775,
          "stopDistance": 20.548,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 216
        },
        {
          "entryTs": 1761820440,
          "entryUtc": "2025-10-30T10:34:00.000Z",
          "exitTs": 1761829080,
          "dir": 1,
          "entryPrice": 3981.065,
          "exitPrice": 3961.925,
          "stopDistance": 19.14,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 144
        },
        {
          "entryTs": 1761832380,
          "entryUtc": "2025-10-30T13:53:00.000Z",
          "exitTs": 1761833280,
          "dir": -1,
          "entryPrice": 3987.562,
          "exitPrice": 4005.409,
          "stopDistance": 17.848,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 15
        },
        {
          "entryTs": 1761847440,
          "entryUtc": "2025-10-30T18:04:00.000Z",
          "exitTs": 1761864600,
          "dir": 1,
          "entryPrice": 4000.802,
          "exitPrice": 4033.822,
          "stopDistance": 16.51,
          "outcome": "target",
          "netR": 1.9776,
          "holdMinutes": 286
        },
        {
          "entryTs": 1761865320,
          "entryUtc": "2025-10-30T23:02:00.000Z",
          "exitTs": 1761875640,
          "dir": 1,
          "entryPrice": 4030.94,
          "exitPrice": 4016.86,
          "stopDistance": 14.08,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 172
        },
        {
          "entryTs": 1761900720,
          "entryUtc": "2025-10-31T08:52:00.000Z",
          "exitTs": 1761902460,
          "dir": 1,
          "entryPrice": 4014.395,
          "exitPrice": 3999.76,
          "stopDistance": 14.635,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 29
        },
        {
          "entryTs": 1761905040,
          "entryUtc": "2025-10-31T10:04:00.000Z",
          "exitTs": 1761914340,
          "dir": -1,
          "entryPrice": 4012.661,
          "exitPrice": 4026.792,
          "stopDistance": 14.131,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 155
        },
        {
          "entryTs": 1761918180,
          "entryUtc": "2025-10-31T13:43:00.000Z",
          "exitTs": 1761926940,
          "dir": 1,
          "entryPrice": 4013.135,
          "exitPrice": 4001.049,
          "stopDistance": 12.086,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 146
        },
        {
          "entryTs": 1761934440,
          "entryUtc": "2025-10-31T18:14:00.000Z",
          "exitTs": 1762124400,
          "dir": -1,
          "entryPrice": 4007.115,
          "exitPrice": 3984.048,
          "stopDistance": 17.482,
          "outcome": "time",
          "netR": 1.2983,
          "holdMinutes": 3166
        },
        {
          "entryTs": 1762132680,
          "entryUtc": "2025-11-03T01:18:00.000Z",
          "exitTs": 1762138860,
          "dir": -1,
          "entryPrice": 3991.873,
          "exitPrice": 4007.042,
          "stopDistance": 15.169,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 103
        },
        {
          "entryTs": 1762158060,
          "entryUtc": "2025-11-03T08:21:00.000Z",
          "exitTs": 1762162020,
          "dir": 1,
          "entryPrice": 4017.725,
          "exitPrice": 4006.268,
          "stopDistance": 11.457,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 66
        },
        {
          "entryTs": 1762181160,
          "entryUtc": "2025-11-03T14:46:00.000Z",
          "exitTs": 1762182000,
          "dir": -1,
          "entryPrice": 4017.411,
          "exitPrice": 4028.451,
          "stopDistance": 11.039,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 14
        },
        {
          "entryTs": 1762183440,
          "entryUtc": "2025-11-03T15:24:00.000Z",
          "exitTs": 1762184160,
          "dir": 1,
          "entryPrice": 4018.175,
          "exitPrice": 4005.996,
          "stopDistance": 12.179,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 12
        },
        {
          "entryTs": 1762185120,
          "entryUtc": "2025-11-03T15:52:00.000Z",
          "exitTs": 1762186680,
          "dir": 1,
          "entryPrice": 4011.822,
          "exitPrice": 3997.455,
          "stopDistance": 14.367,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 26
        },
        {
          "entryTs": 1762204080,
          "entryUtc": "2025-11-03T21:08:00.000Z",
          "exitTs": 1762211520,
          "dir": 1,
          "entryPrice": 4005.7,
          "exitPrice": 3994.987,
          "stopDistance": 10.713,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 124
        },
        {
          "entryTs": 1762212660,
          "entryUtc": "2025-11-03T23:31:00.000Z",
          "exitTs": 1762235100,
          "dir": -1,
          "entryPrice": 3997.66,
          "exitPrice": 3974.911,
          "stopDistance": 11.374,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 374
        },
        {
          "entryTs": 1762239300,
          "entryUtc": "2025-11-04T06:55:00.000Z",
          "exitTs": 1762243260,
          "dir": -1,
          "entryPrice": 3985.815,
          "exitPrice": 3997.335,
          "stopDistance": 11.52,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 66
        },
        {
          "entryTs": 1762261740,
          "entryUtc": "2025-11-04T13:09:00.000Z",
          "exitTs": 1762264320,
          "dir": -1,
          "entryPrice": 3991.707,
          "exitPrice": 3972.015,
          "stopDistance": 9.846,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 43
        },
        {
          "entryTs": 1762279740,
          "entryUtc": "2025-11-04T18:09:00.000Z",
          "exitTs": 1762281540,
          "dir": 1,
          "entryPrice": 3951.94,
          "exitPrice": 3933.469,
          "stopDistance": 18.471,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 30
        },
        {
          "entryTs": 1762297440,
          "entryUtc": "2025-11-04T23:04:00.000Z",
          "exitTs": 1762306020,
          "dir": -1,
          "entryPrice": 3936.245,
          "exitPrice": 3947.961,
          "stopDistance": 11.716,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 143
        },
        {
          "entryTs": 1762307220,
          "entryUtc": "2025-11-05T01:47:00.000Z",
          "exitTs": 1762314360,
          "dir": 1,
          "entryPrice": 3937.79,
          "exitPrice": 3961.194,
          "stopDistance": 11.702,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 119
        },
        {
          "entryTs": 1762333980,
          "entryUtc": "2025-11-05T09:13:00.000Z",
          "exitTs": 1762334880,
          "dir": 1,
          "entryPrice": 3975.2,
          "exitPrice": 3964.231,
          "stopDistance": 10.969,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 15
        },
        {
          "entryTs": 1762348620,
          "entryUtc": "2025-11-05T13:17:00.000Z",
          "exitTs": 1762361220,
          "dir": 1,
          "entryPrice": 3965.765,
          "exitPrice": 3986.23,
          "stopDistance": 10.233,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 210
        },
        {
          "entryTs": 1762375560,
          "entryUtc": "2025-11-05T20:46:00.000Z",
          "exitTs": 1762383600,
          "dir": 1,
          "entryPrice": 3983.642,
          "exitPrice": 3974.038,
          "stopDistance": 9.603,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 134
        },
        {
          "entryTs": 1762411860,
          "entryUtc": "2025-11-06T06:51:00.000Z",
          "exitTs": 1762412400,
          "dir": -1,
          "entryPrice": 3987.28,
          "exitPrice": 3993.902,
          "stopDistance": 6.622,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 9
        },
        {
          "entryTs": 1762431720,
          "entryUtc": "2025-11-06T12:22:00.000Z",
          "exitTs": 1762433580,
          "dir": 1,
          "entryPrice": 4011.665,
          "exitPrice": 4004.231,
          "stopDistance": 7.434,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 31
        },
        {
          "entryTs": 1762439760,
          "entryUtc": "2025-11-06T14:36:00.000Z",
          "exitTs": 1762441380,
          "dir": -1,
          "entryPrice": 4002.355,
          "exitPrice": 3982.331,
          "stopDistance": 10.012,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 27
        },
        {
          "entryTs": 1762452240,
          "entryUtc": "2025-11-06T18:04:00.000Z",
          "exitTs": 1762498380,
          "dir": 1,
          "entryPrice": 3982.05,
          "exitPrice": 4007.807,
          "stopDistance": 12.878,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 769
        },
        {
          "entryTs": 1762507980,
          "entryUtc": "2025-11-07T09:33:00.000Z",
          "exitTs": 1762514820,
          "dir": 1,
          "entryPrice": 4006.922,
          "exitPrice": 3999.196,
          "stopDistance": 7.726,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 114
        },
        {
          "entryTs": 1762516980,
          "entryUtc": "2025-11-07T12:03:00.000Z",
          "exitTs": 1762526160,
          "dir": -1,
          "entryPrice": 4005.927,
          "exitPrice": 3988.996,
          "stopDistance": 8.465,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 153
        },
        {
          "entryTs": 1762526760,
          "entryUtc": "2025-11-07T14:46:00.000Z",
          "exitTs": 1762532640,
          "dir": -1,
          "entryPrice": 3992.915,
          "exitPrice": 4003.587,
          "stopDistance": 10.672,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 98
        },
        {
          "entryTs": 1762535220,
          "entryUtc": "2025-11-07T17:07:00.000Z",
          "exitTs": 1762729200,
          "dir": 1,
          "entryPrice": 3996.58,
          "exitPrice": 3998.795,
          "stopDistance": 12.426,
          "outcome": "time",
          "netR": 0.1485,
          "holdMinutes": 3233
        },
        {
          "entryTs": 1762785180,
          "entryUtc": "2025-11-10T14:33:00.000Z",
          "exitTs": 1762797000,
          "dir": 1,
          "entryPrice": 4080.46,
          "exitPrice": 4098.386,
          "stopDistance": 8.963,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 197
        },
        {
          "entryTs": 1762839300,
          "entryUtc": "2025-11-11T05:35:00.000Z",
          "exitTs": 1762872540,
          "dir": 1,
          "entryPrice": 4130.035,
          "exitPrice": 4121.104,
          "stopDistance": 8.931,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 554
        },
        {
          "entryTs": 1762952100,
          "entryUtc": "2025-11-12T12:55:00.000Z",
          "exitTs": 1762960200,
          "dir": 1,
          "entryPrice": 4130.145,
          "exitPrice": 4149.924,
          "stopDistance": 9.89,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 135
        },
        {
          "entryTs": 1762993860,
          "entryUtc": "2025-11-13T00:31:00.000Z",
          "exitTs": 1762995300,
          "dir": -1,
          "entryPrice": 4196.944,
          "exitPrice": 4208.316,
          "stopDistance": 11.372,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 24
        },
        {
          "entryTs": 1763034180,
          "entryUtc": "2025-11-13T11:43:00.000Z",
          "exitTs": 1763038560,
          "dir": -1,
          "entryPrice": 4229.455,
          "exitPrice": 4242.084,
          "stopDistance": 12.629,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 73
        },
        {
          "entryTs": 1763038980,
          "entryUtc": "2025-11-13T13:03:00.000Z",
          "exitTs": 1763040900,
          "dir": 1,
          "entryPrice": 4231.965,
          "exitPrice": 4220.158,
          "stopDistance": 11.807,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 32
        },
        {
          "entryTs": 1763083260,
          "entryUtc": "2025-11-14T01:21:00.000Z",
          "exitTs": 1763088600,
          "dir": 1,
          "entryPrice": 4177.432,
          "exitPrice": 4207.718,
          "stopDistance": 15.143,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 89
        },
        {
          "entryTs": 1763145120,
          "entryUtc": "2025-11-14T18:32:00.000Z",
          "exitTs": 1763334000,
          "dir": -1,
          "entryPrice": 4095.78,
          "exitPrice": 4082.748,
          "stopDistance": 22.2,
          "outcome": "time",
          "netR": 0.5704,
          "holdMinutes": 3148
        },
        {
          "entryTs": 1763337660,
          "entryUtc": "2025-11-17T00:01:00.000Z",
          "exitTs": 1763348400,
          "dir": 1,
          "entryPrice": 4090.14,
          "exitPrice": 4071.95,
          "stopDistance": 18.19,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 179
        },
        {
          "entryTs": 1763363400,
          "entryUtc": "2025-11-17T07:10:00.000Z",
          "exitTs": 1763365620,
          "dir": -1,
          "entryPrice": 4073.09,
          "exitPrice": 4086.289,
          "stopDistance": 13.199,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 37
        },
        {
          "entryTs": 1763376840,
          "entryUtc": "2025-11-17T10:54:00.000Z",
          "exitTs": 1763395440,
          "dir": 1,
          "entryPrice": 4069.245,
          "exitPrice": 4056.617,
          "stopDistance": 12.628,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 310
        },
        {
          "entryTs": 1763431980,
          "entryUtc": "2025-11-18T02:13:00.000Z",
          "exitTs": 1763449920,
          "dir": -1,
          "entryPrice": 4033.567,
          "exitPrice": 4003.091,
          "stopDistance": 15.238,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 299
        },
        {
          "entryTs": 1763451660,
          "entryUtc": "2025-11-18T07:41:00.000Z",
          "exitTs": 1763454720,
          "dir": -1,
          "entryPrice": 4013.535,
          "exitPrice": 4026.915,
          "stopDistance": 13.38,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 51
        },
        {
          "entryTs": 1763466360,
          "entryUtc": "2025-11-18T11:46:00.000Z",
          "exitTs": 1763470620,
          "dir": 1,
          "entryPrice": 4043.055,
          "exitPrice": 4030.292,
          "stopDistance": 12.763,
          "outcome": "stop",
          "netR": -1.0329,
          "holdMinutes": 71
        },
        {
          "entryTs": 1763470980,
          "entryUtc": "2025-11-18T13:03:00.000Z",
          "exitTs": 1763472840,
          "dir": -1,
          "entryPrice": 4041.06,
          "exitPrice": 4053.843,
          "stopDistance": 12.783,
          "outcome": "stop",
          "netR": -1.0329,
          "holdMinutes": 31
        },
        {
          "entryTs": 1763481720,
          "entryUtc": "2025-11-18T16:02:00.000Z",
          "exitTs": 1763493180,
          "dir": 1,
          "entryPrice": 4048.44,
          "exitPrice": 4077.875,
          "stopDistance": 14.718,
          "outcome": "target",
          "netR": 1.9749,
          "holdMinutes": 191
        },
        {
          "entryTs": 1763497440,
          "entryUtc": "2025-11-18T20:24:00.000Z",
          "exitTs": 1763517480,
          "dir": 1,
          "entryPrice": 4071.305,
          "exitPrice": 4056.944,
          "stopDistance": 14.361,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 334
        },
        {
          "entryTs": 1763519520,
          "entryUtc": "2025-11-19T02:32:00.000Z",
          "exitTs": 1763520240,
          "dir": -1,
          "entryPrice": 4067.13,
          "exitPrice": 4078.066,
          "stopDistance": 10.936,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 12
        },
        {
          "entryTs": 1763522340,
          "entryUtc": "2025-11-19T03:19:00.000Z",
          "exitTs": 1763530440,
          "dir": 1,
          "entryPrice": 4071.6,
          "exitPrice": 4094.891,
          "stopDistance": 11.645,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 135
        },
        {
          "entryTs": 1763537700,
          "entryUtc": "2025-11-19T07:35:00.000Z",
          "exitTs": 1763545560,
          "dir": -1,
          "entryPrice": 4091.52,
          "exitPrice": 4102.185,
          "stopDistance": 10.664,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 131
        },
        {
          "entryTs": 1763558880,
          "entryUtc": "2025-11-19T13:28:00.000Z",
          "exitTs": 1763564100,
          "dir": -1,
          "entryPrice": 4109.275,
          "exitPrice": 4120.643,
          "stopDistance": 11.368,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 87
        },
        {
          "entryTs": 1763566200,
          "entryUtc": "2025-11-19T15:30:00.000Z",
          "exitTs": 1763567580,
          "dir": 1,
          "entryPrice": 4114.685,
          "exitPrice": 4100.196,
          "stopDistance": 14.489,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 23
        },
        {
          "entryTs": 1763604060,
          "entryUtc": "2025-11-20T02:01:00.000Z",
          "exitTs": 1763604420,
          "dir": 1,
          "entryPrice": 4077.455,
          "exitPrice": 4063.128,
          "stopDistance": 14.327,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 6
        },
        {
          "entryTs": 1763608080,
          "entryUtc": "2025-11-20T03:08:00.000Z",
          "exitTs": 1763625780,
          "dir": -1,
          "entryPrice": 4083.895,
          "exitPrice": 4053.05,
          "stopDistance": 15.422,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 295
        },
        {
          "entryTs": 1763628960,
          "entryUtc": "2025-11-20T08:56:00.000Z",
          "exitTs": 1763641080,
          "dir": -1,
          "entryPrice": 4059.475,
          "exitPrice": 4075.328,
          "stopDistance": 15.853,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 202
        },
        {
          "entryTs": 1763666580,
          "entryUtc": "2025-11-20T19:23:00.000Z",
          "exitTs": 1763704320,
          "dir": -1,
          "entryPrice": 4084.89,
          "exitPrice": 4043.186,
          "stopDistance": 20.852,
          "outcome": "target",
          "netR": 1.9823,
          "holdMinutes": 629
        },
        {
          "entryTs": 1763713620,
          "entryUtc": "2025-11-21T08:27:00.000Z",
          "exitTs": 1763716740,
          "dir": -1,
          "entryPrice": 4046.31,
          "exitPrice": 4061.949,
          "stopDistance": 15.639,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 52
        },
        {
          "entryTs": 1763719800,
          "entryUtc": "2025-11-21T10:10:00.000Z",
          "exitTs": 1763732700,
          "dir": 1,
          "entryPrice": 4040.7,
          "exitPrice": 4072.562,
          "stopDistance": 15.931,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 215
        },
        {
          "entryTs": 1763755500,
          "entryUtc": "2025-11-21T20:05:00.000Z",
          "exitTs": 1763756580,
          "dir": 1,
          "entryPrice": 4084.026,
          "exitPrice": 4070.118,
          "stopDistance": 13.908,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 18
        },
        {
          "entryTs": 1763956140,
          "entryUtc": "2025-11-24T03:49:00.000Z",
          "exitTs": 1763975640,
          "dir": 1,
          "entryPrice": 4049.17,
          "exitPrice": 4073.617,
          "stopDistance": 12.224,
          "outcome": "target",
          "netR": 1.9697,
          "holdMinutes": 325
        },
        {
          "entryTs": 1763983260,
          "entryUtc": "2025-11-24T11:21:00.000Z",
          "exitTs": 1763988300,
          "dir": -1,
          "entryPrice": 4069.975,
          "exitPrice": 4080.671,
          "stopDistance": 10.696,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 84
        },
        {
          "entryTs": 1763994600,
          "entryUtc": "2025-11-24T14:30:00.000Z",
          "exitTs": 1763997060,
          "dir": 1,
          "entryPrice": 4071.53,
          "exitPrice": 4091.207,
          "stopDistance": 9.839,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 41
        },
        {
          "entryTs": 1764029700,
          "entryUtc": "2025-11-25T00:15:00.000Z",
          "exitTs": 1764033540,
          "dir": 1,
          "entryPrice": 4134.457,
          "exitPrice": 4123.632,
          "stopDistance": 10.825,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 64
        },
        {
          "entryTs": 1764050700,
          "entryUtc": "2025-11-25T06:05:00.000Z",
          "exitTs": 1764055740,
          "dir": 1,
          "entryPrice": 4145.825,
          "exitPrice": 4135.882,
          "stopDistance": 9.943,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 84
        },
        {
          "entryTs": 1764065040,
          "entryUtc": "2025-11-25T10:04:00.000Z",
          "exitTs": 1764076800,
          "dir": -1,
          "entryPrice": 4133.385,
          "exitPrice": 4144.275,
          "stopDistance": 10.89,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 196
        },
        {
          "entryTs": 1764080760,
          "entryUtc": "2025-11-25T14:26:00.000Z",
          "exitTs": 1764081540,
          "dir": 1,
          "entryPrice": 4136.85,
          "exitPrice": 4123.71,
          "stopDistance": 13.14,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 13
        },
        {
          "entryTs": 1764095880,
          "entryUtc": "2025-11-25T18:38:00.000Z",
          "exitTs": 1764126420,
          "dir": 1,
          "entryPrice": 4136.7,
          "exitPrice": 4166.472,
          "stopDistance": 14.886,
          "outcome": "target",
          "netR": 1.9751,
          "holdMinutes": 509
        },
        {
          "entryTs": 1764143280,
          "entryUtc": "2025-11-26T07:48:00.000Z",
          "exitTs": 1764145140,
          "dir": -1,
          "entryPrice": 4157.43,
          "exitPrice": 4167.211,
          "stopDistance": 9.781,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 31
        },
        {
          "entryTs": 1764160080,
          "entryUtc": "2025-11-26T12:28:00.000Z",
          "exitTs": 1764161100,
          "dir": 1,
          "entryPrice": 4164.025,
          "exitPrice": 4155.112,
          "stopDistance": 8.912,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 17
        },
        {
          "entryTs": 1764162600,
          "entryUtc": "2025-11-26T13:10:00.000Z",
          "exitTs": 1764166080,
          "dir": -1,
          "entryPrice": 4160.875,
          "exitPrice": 4140.685,
          "stopDistance": 10.095,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 58
        },
        {
          "entryTs": 1764167700,
          "entryUtc": "2025-11-26T14:35:00.000Z",
          "exitTs": 1764172680,
          "dir": -1,
          "entryPrice": 4153.188,
          "exitPrice": 4165.441,
          "stopDistance": 12.254,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 83
        },
        {
          "entryTs": 1764234840,
          "entryUtc": "2025-11-27T09:14:00.000Z",
          "exitTs": 1764289020,
          "dir": 1,
          "entryPrice": 4154.32,
          "exitPrice": 4168.515,
          "stopDistance": 7.097,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 903
        },
        {
          "entryTs": 1764565560,
          "entryUtc": "2025-12-01T05:06:00.000Z",
          "exitTs": 1764566100,
          "dir": 1,
          "entryPrice": 4239.495,
          "exitPrice": 4228.527,
          "stopDistance": 10.969,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 9
        },
        {
          "entryTs": 1764568140,
          "entryUtc": "2025-12-01T05:49:00.000Z",
          "exitTs": 1764574260,
          "dir": -1,
          "entryPrice": 4229.465,
          "exitPrice": 4242.555,
          "stopDistance": 13.09,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 102
        },
        {
          "entryTs": 1764578520,
          "entryUtc": "2025-12-01T08:42:00.000Z",
          "exitTs": 1764599820,
          "dir": 1,
          "entryPrice": 4242.122,
          "exitPrice": 4230.46,
          "stopDistance": 11.661,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 355
        },
        {
          "entryTs": 1764601200,
          "entryUtc": "2025-12-01T15:00:00.000Z",
          "exitTs": 1764720000,
          "dir": -1,
          "entryPrice": 4241.865,
          "exitPrice": 4213.253,
          "stopDistance": 14.306,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 1980
        },
        {
          "entryTs": 1764735720,
          "entryUtc": "2025-12-03T04:22:00.000Z",
          "exitTs": 1764740820,
          "dir": -1,
          "entryPrice": 4222.92,
          "exitPrice": 4203.742,
          "stopDistance": 9.589,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 85
        },
        {
          "entryTs": 1764747480,
          "entryUtc": "2025-12-03T07:38:00.000Z",
          "exitTs": 1764767220,
          "dir": -1,
          "entryPrice": 4206.795,
          "exitPrice": 4215.518,
          "stopDistance": 8.723,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 329
        },
        {
          "entryTs": 1764782400,
          "entryUtc": "2025-12-03T17:20:00.000Z",
          "exitTs": 1764892800,
          "dir": -1,
          "entryPrice": 4212.475,
          "exitPrice": 4205.605,
          "stopDistance": 15.803,
          "outcome": "time",
          "netR": 0.4113,
          "holdMinutes": 1840
        },
        {
          "entryTs": 1764902940,
          "entryUtc": "2025-12-05T02:49:00.000Z",
          "exitTs": 1764909180,
          "dir": -1,
          "entryPrice": 4206.741,
          "exitPrice": 4215.025,
          "stopDistance": 8.284,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 104
        },
        {
          "entryTs": 1764950940,
          "entryUtc": "2025-12-05T16:09:00.000Z",
          "exitTs": 1764951000,
          "dir": 1,
          "entryPrice": 4227.325,
          "exitPrice": 4219.565,
          "stopDistance": 7.76,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 1
        },
        {
          "entryTs": 1765158540,
          "entryUtc": "2025-12-08T01:49:00.000Z",
          "exitTs": 1765206000,
          "dir": 1,
          "entryPrice": 4200.52,
          "exitPrice": 4190.737,
          "stopDistance": 9.783,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 791
        },
        {
          "entryTs": 1765224540,
          "entryUtc": "2025-12-08T20:09:00.000Z",
          "exitTs": 1765271100,
          "dir": -1,
          "entryPrice": 4189.77,
          "exitPrice": 4200.474,
          "stopDistance": 10.704,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 776
        },
        {
          "entryTs": 1765290720,
          "entryUtc": "2025-12-09T14:32:00.000Z",
          "exitTs": 1765291860,
          "dir": -1,
          "entryPrice": 4198.685,
          "exitPrice": 4207.313,
          "stopDistance": 8.628,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 19
        },
        {
          "entryTs": 1765303020,
          "entryUtc": "2025-12-09T17:57:00.000Z",
          "exitTs": 1765362660,
          "dir": 1,
          "entryPrice": 4202.955,
          "exitPrice": 4190.785,
          "stopDistance": 12.17,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 994
        },
        {
          "entryTs": 1765376520,
          "entryUtc": "2025-12-10T14:22:00.000Z",
          "exitTs": 1765377480,
          "dir": 1,
          "entryPrice": 4199.84,
          "exitPrice": 4192.623,
          "stopDistance": 7.217,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 16
        },
        {
          "entryTs": 1765378920,
          "entryUtc": "2025-12-10T15:02:00.000Z",
          "exitTs": 1765393200,
          "dir": -1,
          "entryPrice": 4199.375,
          "exitPrice": 4208.126,
          "stopDistance": 8.751,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 238
        },
        {
          "entryTs": 1765394880,
          "entryUtc": "2025-12-10T19:28:00.000Z",
          "exitTs": 1765395060,
          "dir": 1,
          "entryPrice": 4204.095,
          "exitPrice": 4193.886,
          "stopDistance": 10.208,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 3
        },
        {
          "entryTs": 1765395900,
          "entryUtc": "2025-12-10T19:45:00.000Z",
          "exitTs": 1765396500,
          "dir": -1,
          "entryPrice": 4193.24,
          "exitPrice": 4207.742,
          "stopDistance": 14.502,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 10
        },
        {
          "entryTs": 1765420200,
          "entryUtc": "2025-12-11T02:30:00.000Z",
          "exitTs": 1765422540,
          "dir": 1,
          "entryPrice": 4227.51,
          "exitPrice": 4214.651,
          "stopDistance": 12.859,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 39
        },
        {
          "entryTs": 1765433340,
          "entryUtc": "2025-12-11T06:09:00.000Z",
          "exitTs": 1765446480,
          "dir": -1,
          "entryPrice": 4210.947,
          "exitPrice": 4220.633,
          "stopDistance": 9.686,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 219
        },
        {
          "entryTs": 1765448400,
          "entryUtc": "2025-12-11T10:20:00.000Z",
          "exitTs": 1765453980,
          "dir": 1,
          "entryPrice": 4217.985,
          "exitPrice": 4209.676,
          "stopDistance": 8.309,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 93
        },
        {
          "entryTs": 1765455120,
          "entryUtc": "2025-12-11T12:12:00.000Z",
          "exitTs": 1765458000,
          "dir": -1,
          "entryPrice": 4214.19,
          "exitPrice": 4221.961,
          "stopDistance": 7.771,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 48
        },
        {
          "entryTs": 1765458180,
          "entryUtc": "2025-12-11T13:03:00.000Z",
          "exitTs": 1765458960,
          "dir": 1,
          "entryPrice": 4215.84,
          "exitPrice": 4208.177,
          "stopDistance": 7.663,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 13
        },
        {
          "entryTs": 1765481700,
          "entryUtc": "2025-12-11T19:35:00.000Z",
          "exitTs": 1765524960,
          "dir": -1,
          "entryPrice": 4276.11,
          "exitPrice": 4289.391,
          "stopDistance": 13.281,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 721
        },
        {
          "entryTs": 1765551600,
          "entryUtc": "2025-12-12T15:00:00.000Z",
          "exitTs": 1765552680,
          "dir": 1,
          "entryPrice": 4342.71,
          "exitPrice": 4330.051,
          "stopDistance": 12.659,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 18
        },
        {
          "entryTs": 1765553100,
          "entryUtc": "2025-12-12T15:25:00.000Z",
          "exitTs": 1765554900,
          "dir": 1,
          "entryPrice": 4305.87,
          "exitPrice": 4295.081,
          "stopDistance": 10.79,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 30
        },
        {
          "entryTs": 1765571100,
          "entryUtc": "2025-12-12T20:25:00.000Z",
          "exitTs": 1765753200,
          "dir": 1,
          "entryPrice": 4296.141,
          "exitPrice": 4295.198,
          "stopDistance": 16.729,
          "outcome": "time",
          "netR": -0.0785,
          "holdMinutes": 3035
        },
        {
          "entryTs": 1765792800,
          "entryUtc": "2025-12-15T10:00:00.000Z",
          "exitTs": 1765804320,
          "dir": 1,
          "entryPrice": 4341.326,
          "exitPrice": 4333.339,
          "stopDistance": 7.988,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 192
        },
        {
          "entryTs": 1765839780,
          "entryUtc": "2025-12-15T23:03:00.000Z",
          "exitTs": 1765854660,
          "dir": -1,
          "entryPrice": 4308.457,
          "exitPrice": 4285.742,
          "stopDistance": 11.357,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 248
        },
        {
          "entryTs": 1765863900,
          "entryUtc": "2025-12-16T05:45:00.000Z",
          "exitTs": 1765887540,
          "dir": -1,
          "entryPrice": 4281.58,
          "exitPrice": 4292.199,
          "stopDistance": 10.619,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 394
        },
        {
          "entryTs": 1765913100,
          "entryUtc": "2025-12-16T19:25:00.000Z",
          "exitTs": 1765936800,
          "dir": 1,
          "entryPrice": 4302.185,
          "exitPrice": 4327.475,
          "stopDistance": 12.645,
          "outcome": "target",
          "netR": 1.9707,
          "holdMinutes": 395
        },
        {
          "entryTs": 1765956240,
          "entryUtc": "2025-12-17T07:24:00.000Z",
          "exitTs": 1765958940,
          "dir": 1,
          "entryPrice": 4320.345,
          "exitPrice": 4311.596,
          "stopDistance": 8.749,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 45
        },
        {
          "entryTs": 1765968300,
          "entryUtc": "2025-12-17T10:45:00.000Z",
          "exitTs": 1765976940,
          "dir": -1,
          "entryPrice": 4314.805,
          "exitPrice": 4324.417,
          "stopDistance": 9.612,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 144
        },
        {
          "entryTs": 1766013060,
          "entryUtc": "2025-12-17T23:11:00.000Z",
          "exitTs": 1766021400,
          "dir": 1,
          "entryPrice": 4335.506,
          "exitPrice": 4324.4,
          "stopDistance": 11.107,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 139
        },
        {
          "entryTs": 1766037780,
          "entryUtc": "2025-12-18T06:03:00.000Z",
          "exitTs": 1766048100,
          "dir": 1,
          "entryPrice": 4330.585,
          "exitPrice": 4323.479,
          "stopDistance": 7.106,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 172
        },
        {
          "entryTs": 1766061480,
          "entryUtc": "2025-12-18T12:38:00.000Z",
          "exitTs": 1766064600,
          "dir": -1,
          "entryPrice": 4322.78,
          "exitPrice": 4329.188,
          "stopDistance": 6.408,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 52
        },
        {
          "entryTs": 1766068620,
          "entryUtc": "2025-12-18T14:37:00.000Z",
          "exitTs": 1766068860,
          "dir": 1,
          "entryPrice": 4327.58,
          "exitPrice": 4318.958,
          "stopDistance": 8.622,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 4
        },
        {
          "entryTs": 1766069700,
          "entryUtc": "2025-12-18T14:55:00.000Z",
          "exitTs": 1766071980,
          "dir": -1,
          "entryPrice": 4327.025,
          "exitPrice": 4338.733,
          "stopDistance": 11.708,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 38
        },
        {
          "entryTs": 1766077680,
          "entryUtc": "2025-12-18T17:08:00.000Z",
          "exitTs": 1766077980,
          "dir": 1,
          "entryPrice": 4338.1,
          "exitPrice": 4322.454,
          "stopDistance": 15.646,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 5
        },
        {
          "entryTs": 1766088240,
          "entryUtc": "2025-12-18T20:04:00.000Z",
          "exitTs": 1766159880,
          "dir": -1,
          "entryPrice": 4331.795,
          "exitPrice": 4347.685,
          "stopDistance": 15.89,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 1194
        },
        {
          "entryTs": 1766433600,
          "entryUtc": "2025-12-22T20:00:00.000Z",
          "exitTs": 1766438760,
          "dir": -1,
          "entryPrice": 4434.12,
          "exitPrice": 4444.01,
          "stopDistance": 9.89,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 86
        },
        {
          "entryTs": 1766476200,
          "entryUtc": "2025-12-23T07:50:00.000Z",
          "exitTs": 1766498700,
          "dir": -1,
          "entryPrice": 4487.995,
          "exitPrice": 4469.182,
          "stopDistance": 9.406,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 375
        },
        {
          "entryTs": 1766526960,
          "entryUtc": "2025-12-23T21:56:00.000Z",
          "exitTs": 1766533920,
          "dir": 1,
          "entryPrice": 4486.112,
          "exitPrice": 4508.671,
          "stopDistance": 11.28,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 116
        },
        {
          "entryTs": 1766551260,
          "entryUtc": "2025-12-24T04:41:00.000Z",
          "exitTs": 1766587800,
          "dir": -1,
          "entryPrice": 4499.9,
          "exitPrice": 4467.925,
          "stopDistance": 15.987,
          "outcome": "target",
          "netR": 1.9769,
          "holdMinutes": 609
        },
        {
          "entryTs": 1766589300,
          "entryUtc": "2025-12-24T15:15:00.000Z",
          "exitTs": 1766591280,
          "dir": -1,
          "entryPrice": 4474.765,
          "exitPrice": 4448.466,
          "stopDistance": 13.15,
          "outcome": "target",
          "netR": 1.9719,
          "holdMinutes": 33
        },
        {
          "entryTs": 1766592420,
          "entryUtc": "2025-12-24T16:07:00.000Z",
          "exitTs": 1766596140,
          "dir": -1,
          "entryPrice": 4469.346,
          "exitPrice": 4485.121,
          "stopDistance": 15.775,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 62
        },
        {
          "entryTs": 1766719680,
          "entryUtc": "2025-12-26T03:28:00.000Z",
          "exitTs": 1766763060,
          "dir": 1,
          "entryPrice": 4504.126,
          "exitPrice": 4534.701,
          "stopDistance": 15.287,
          "outcome": "target",
          "netR": 1.9758,
          "holdMinutes": 723
        },
        {
          "entryTs": 1766770140,
          "entryUtc": "2025-12-26T17:29:00.000Z",
          "exitTs": 1766962800,
          "dir": 1,
          "entryPrice": 4518.402,
          "exitPrice": 4542.757,
          "stopDistance": 12.178,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 3211
        },
        {
          "entryTs": 1766965200,
          "entryUtc": "2025-12-28T23:40:00.000Z",
          "exitTs": 1766966520,
          "dir": 1,
          "entryPrice": 4530.595,
          "exitPrice": 4516.192,
          "stopDistance": 14.403,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 22
        },
        {
          "entryTs": 1766970960,
          "entryUtc": "2025-12-29T01:16:00.000Z",
          "exitTs": 1766991060,
          "dir": -1,
          "entryPrice": 4515.582,
          "exitPrice": 4479.188,
          "stopDistance": 18.197,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 335
        },
        {
          "entryTs": 1767001440,
          "entryUtc": "2025-12-29T09:44:00.000Z",
          "exitTs": 1767008400,
          "dir": -1,
          "entryPrice": 4474.935,
          "exitPrice": 4439.534,
          "stopDistance": 17.701,
          "outcome": "target",
          "netR": 1.9791,
          "holdMinutes": 116
        },
        {
          "entryTs": 1767011880,
          "entryUtc": "2025-12-29T12:38:00.000Z",
          "exitTs": 1767015900,
          "dir": -1,
          "entryPrice": 4458.745,
          "exitPrice": 4423.751,
          "stopDistance": 17.497,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 67
        },
        {
          "entryTs": 1767040680,
          "entryUtc": "2025-12-29T20:38:00.000Z",
          "exitTs": 1767063300,
          "dir": 1,
          "entryPrice": 4326.24,
          "exitPrice": 4364.241,
          "stopDistance": 19.001,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 377
        },
        {
          "entryTs": 1767066780,
          "entryUtc": "2025-12-30T03:53:00.000Z",
          "exitTs": 1767090660,
          "dir": 1,
          "entryPrice": 4358.761,
          "exitPrice": 4389.769,
          "stopDistance": 15.504,
          "outcome": "target",
          "netR": 1.9761,
          "holdMinutes": 398
        },
        {
          "entryTs": 1767102660,
          "entryUtc": "2025-12-30T13:51:00.000Z",
          "exitTs": 1767106020,
          "dir": -1,
          "entryPrice": 4383.71,
          "exitPrice": 4356.98,
          "stopDistance": 13.365,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 56
        },
        {
          "entryTs": 1767116460,
          "entryUtc": "2025-12-30T17:41:00.000Z",
          "exitTs": 1767124080,
          "dir": 1,
          "entryPrice": 4367.08,
          "exitPrice": 4350.113,
          "stopDistance": 16.967,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 127
        },
        {
          "entryTs": 1767139380,
          "entryUtc": "2025-12-31T00:03:00.000Z",
          "exitTs": 1767144300,
          "dir": -1,
          "entryPrice": 4343.565,
          "exitPrice": 4358.078,
          "stopDistance": 14.513,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 82
        },
        {
          "entryTs": 1767150060,
          "entryUtc": "2025-12-31T03:01:00.000Z",
          "exitTs": 1767159600,
          "dir": 1,
          "entryPrice": 4343.99,
          "exitPrice": 4328.56,
          "stopDistance": 15.43,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 159
        },
        {
          "entryTs": 1767176880,
          "entryUtc": "2025-12-31T10:28:00.000Z",
          "exitTs": 1767308400,
          "dir": 1,
          "entryPrice": 4319.947,
          "exitPrice": 4328.198,
          "stopDistance": 18.996,
          "outcome": "time",
          "netR": 0.4149,
          "holdMinutes": 2192
        },
        {
          "entryTs": 1767333900,
          "entryUtc": "2026-01-02T06:05:00.000Z",
          "exitTs": 1767343560,
          "dir": 1,
          "entryPrice": 4376.047,
          "exitPrice": 4394.959,
          "stopDistance": 9.456,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 161
        },
        {
          "entryTs": 1767358620,
          "entryUtc": "2026-01-02T12:57:00.000Z",
          "exitTs": 1767359700,
          "dir": -1,
          "entryPrice": 4391.852,
          "exitPrice": 4400.9,
          "stopDistance": 9.049,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 18
        },
        {
          "entryTs": 1767360000,
          "entryUtc": "2026-01-02T13:20:00.000Z",
          "exitTs": 1767360180,
          "dir": 1,
          "entryPrice": 4395.527,
          "exitPrice": 4385.87,
          "stopDistance": 9.657,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 3
        },
        {
          "entryTs": 1767380700,
          "entryUtc": "2026-01-02T19:05:00.000Z",
          "exitTs": 1767567600,
          "dir": -1,
          "entryPrice": 4321.417,
          "exitPrice": 4337.112,
          "stopDistance": 15.695,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 3115
        },
        {
          "entryTs": 1767585540,
          "entryUtc": "2026-01-05T03:59:00.000Z",
          "exitTs": 1767606180,
          "dir": 1,
          "entryPrice": 4401.12,
          "exitPrice": 4435.585,
          "stopDistance": 17.232,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 344
        },
        {
          "entryTs": 1767612360,
          "entryUtc": "2026-01-05T11:26:00.000Z",
          "exitTs": 1767619320,
          "dir": 1,
          "entryPrice": 4415.447,
          "exitPrice": 4403.682,
          "stopDistance": 11.764,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 116
        },
        {
          "entryTs": 1767621720,
          "entryUtc": "2026-01-05T14:02:00.000Z",
          "exitTs": 1767624420,
          "dir": -1,
          "entryPrice": 4422.885,
          "exitPrice": 4434.519,
          "stopDistance": 11.634,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767655920,
          "entryUtc": "2026-01-05T23:32:00.000Z",
          "exitTs": 1767661380,
          "dir": 1,
          "entryPrice": 4441.27,
          "exitPrice": 4429.659,
          "stopDistance": 11.611,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 91
        },
        {
          "entryTs": 1767663420,
          "entryUtc": "2026-01-06T01:37:00.000Z",
          "exitTs": 1767664620,
          "dir": -1,
          "entryPrice": 4439.082,
          "exitPrice": 4451.06,
          "stopDistance": 11.979,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 20
        },
        {
          "entryTs": 1767677940,
          "entryUtc": "2026-01-06T05:39:00.000Z",
          "exitTs": 1767678660,
          "dir": 1,
          "entryPrice": 4465.97,
          "exitPrice": 4456.054,
          "stopDistance": 9.916,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 12
        },
        {
          "entryTs": 1767680340,
          "entryUtc": "2026-01-06T06:19:00.000Z",
          "exitTs": 1767687900,
          "dir": -1,
          "entryPrice": 4458.717,
          "exitPrice": 4470.151,
          "stopDistance": 11.434,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 126
        },
        {
          "entryTs": 1767690300,
          "entryUtc": "2026-01-06T09:05:00.000Z",
          "exitTs": 1767692820,
          "dir": 1,
          "entryPrice": 4462.342,
          "exitPrice": 4450.914,
          "stopDistance": 11.428,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 42
        },
        {
          "entryTs": 1767700620,
          "entryUtc": "2026-01-06T11:57:00.000Z",
          "exitTs": 1767709980,
          "dir": -1,
          "entryPrice": 4463.63,
          "exitPrice": 4475.375,
          "stopDistance": 11.745,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 156
        },
        {
          "entryTs": 1767713580,
          "entryUtc": "2026-01-06T15:33:00.000Z",
          "exitTs": 1767723480,
          "dir": 1,
          "entryPrice": 4468.192,
          "exitPrice": 4493.202,
          "stopDistance": 12.505,
          "outcome": "target",
          "netR": 1.9704,
          "holdMinutes": 165
        },
        {
          "entryTs": 1767730380,
          "entryUtc": "2026-01-06T20:13:00.000Z",
          "exitTs": 1767740460,
          "dir": -1,
          "entryPrice": 4485.485,
          "exitPrice": 4497.119,
          "stopDistance": 11.634,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 168
        },
        {
          "entryTs": 1767746340,
          "entryUtc": "2026-01-07T00:39:00.000Z",
          "exitTs": 1767747900,
          "dir": 1,
          "entryPrice": 4488.146,
          "exitPrice": 4479.039,
          "stopDistance": 9.108,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 26
        },
        {
          "entryTs": 1767793320,
          "entryUtc": "2026-01-07T13:42:00.000Z",
          "exitTs": 1767802920,
          "dir": -1,
          "entryPrice": 4447.49,
          "exitPrice": 4460.159,
          "stopDistance": 12.669,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 160
        },
        {
          "entryTs": 1767831900,
          "entryUtc": "2026-01-08T00:25:00.000Z",
          "exitTs": 1767833340,
          "dir": 1,
          "entryPrice": 4456.711,
          "exitPrice": 4446.942,
          "stopDistance": 9.77,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 24
        },
        {
          "entryTs": 1767875940,
          "entryUtc": "2026-01-08T12:39:00.000Z",
          "exitTs": 1767883800,
          "dir": -1,
          "entryPrice": 4428.25,
          "exitPrice": 4437.96,
          "stopDistance": 9.71,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 131
        },
        {
          "entryTs": 1767903240,
          "entryUtc": "2026-01-08T20:14:00.000Z",
          "exitTs": 1767904020,
          "dir": -1,
          "entryPrice": 4458.66,
          "exitPrice": 4472.1,
          "stopDistance": 13.44,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 13
        },
        {
          "entryTs": 1767937560,
          "entryUtc": "2026-01-09T05:46:00.000Z",
          "exitTs": 1767965520,
          "dir": 1,
          "entryPrice": 4466.047,
          "exitPrice": 4483.811,
          "stopDistance": 8.882,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 466
        },
        {
          "entryTs": 1767983460,
          "entryUtc": "2026-01-09T18:31:00.000Z",
          "exitTs": 1768172400,
          "dir": -1,
          "entryPrice": 4496.535,
          "exitPrice": 4511.954,
          "stopDistance": 15.419,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 3149
        },
        {
          "entryTs": 1768198260,
          "entryUtc": "2026-01-12T06:11:00.000Z",
          "exitTs": 1768209720,
          "dir": 1,
          "entryPrice": 4572.952,
          "exitPrice": 4598.885,
          "stopDistance": 12.967,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 191
        },
        {
          "entryTs": 1768217100,
          "entryUtc": "2026-01-12T11:25:00.000Z",
          "exitTs": 1768223580,
          "dir": 1,
          "entryPrice": 4583.885,
          "exitPrice": 4608.065,
          "stopDistance": 12.09,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 108
        },
        {
          "entryTs": 1768227000,
          "entryUtc": "2026-01-12T14:10:00.000Z",
          "exitTs": 1768230540,
          "dir": 1,
          "entryPrice": 4593.715,
          "exitPrice": 4617.499,
          "stopDistance": 11.892,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 59
        },
        {
          "entryTs": 1768241760,
          "entryUtc": "2026-01-12T18:16:00.000Z",
          "exitTs": 1768259460,
          "dir": 1,
          "entryPrice": 4605.945,
          "exitPrice": 4589.025,
          "stopDistance": 16.92,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 295
        },
        {
          "entryTs": 1768282200,
          "entryUtc": "2026-01-13T05:30:00.000Z",
          "exitTs": 1768282380,
          "dir": 1,
          "entryPrice": 4596.82,
          "exitPrice": 4586.367,
          "stopDistance": 10.453,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 3
        },
        {
          "entryTs": 1768292820,
          "entryUtc": "2026-01-13T08:27:00.000Z",
          "exitTs": 1768309920,
          "dir": -1,
          "entryPrice": 4591.965,
          "exitPrice": 4603.016,
          "stopDistance": 11.052,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 285
        },
        {
          "entryTs": 1768323480,
          "entryUtc": "2026-01-13T16:58:00.000Z",
          "exitTs": 1768336380,
          "dir": -1,
          "entryPrice": 4613.53,
          "exitPrice": 4579.293,
          "stopDistance": 17.119,
          "outcome": "target",
          "netR": 1.9784,
          "holdMinutes": 215
        },
        {
          "entryTs": 1768345200,
          "entryUtc": "2026-01-13T23:00:00.000Z",
          "exitTs": 1768349220,
          "dir": -1,
          "entryPrice": 4590.97,
          "exitPrice": 4606.392,
          "stopDistance": 15.422,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 67
        },
        {
          "entryTs": 1768370160,
          "entryUtc": "2026-01-14T05:56:00.000Z",
          "exitTs": 1768401720,
          "dir": 1,
          "entryPrice": 4626.28,
          "exitPrice": 4616.112,
          "stopDistance": 10.168,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 526
        },
        {
          "entryTs": 1768442760,
          "entryUtc": "2026-01-15T02:06:00.000Z",
          "exitTs": 1768474800,
          "dir": -1,
          "entryPrice": 4607.355,
          "exitPrice": 4621.003,
          "stopDistance": 13.648,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 534
        },
        {
          "entryTs": 1768487040,
          "entryUtc": "2026-01-15T14:24:00.000Z",
          "exitTs": 1768490100,
          "dir": -1,
          "entryPrice": 4605.345,
          "exitPrice": 4616.093,
          "stopDistance": 10.748,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 51
        },
        {
          "entryTs": 1768495800,
          "entryUtc": "2026-01-15T16:50:00.000Z",
          "exitTs": 1768569360,
          "dir": 1,
          "entryPrice": 4602.551,
          "exitPrice": 4588.843,
          "stopDistance": 13.708,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 1226
        },
        {
          "entryTs": 1768572300,
          "entryUtc": "2026-01-16T14:05:00.000Z",
          "exitTs": 1768575780,
          "dir": -1,
          "entryPrice": 4605.156,
          "exitPrice": 4614.997,
          "stopDistance": 9.84,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 58
        },
        {
          "entryTs": 1768579800,
          "entryUtc": "2026-01-16T16:10:00.000Z",
          "exitTs": 1768777200,
          "dir": -1,
          "entryPrice": 4590.13,
          "exitPrice": 4608.168,
          "stopDistance": 18.038,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 3290
        },
        {
          "entryTs": 1768792380,
          "entryUtc": "2026-01-19T03:13:00.000Z",
          "exitTs": 1768882380,
          "dir": -1,
          "entryPrice": 4669.275,
          "exitPrice": 4680.265,
          "stopDistance": 20.2,
          "outcome": "time",
          "netR": -0.5624,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1768916040,
          "entryUtc": "2026-01-20T13:34:00.000Z",
          "exitTs": 1768917420,
          "dir": -1,
          "entryPrice": 4725.44,
          "exitPrice": 4734.82,
          "stopDistance": 9.38,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 23
        },
        {
          "entryTs": 1768919760,
          "entryUtc": "2026-01-20T14:36:00.000Z",
          "exitTs": 1768928100,
          "dir": 1,
          "entryPrice": 4729.79,
          "exitPrice": 4751.313,
          "stopDistance": 10.761,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 139
        },
        {
          "entryTs": 1768942500,
          "entryUtc": "2026-01-20T20:55:00.000Z",
          "exitTs": 1768952640,
          "dir": -1,
          "entryPrice": 4756.596,
          "exitPrice": 4769.1,
          "stopDistance": 12.503,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 169
        },
        {
          "entryTs": 1768977960,
          "entryUtc": "2026-01-21T06:46:00.000Z",
          "exitTs": 1768979040,
          "dir": 1,
          "entryPrice": 4857.435,
          "exitPrice": 4839.535,
          "stopDistance": 17.9,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 18
        },
        {
          "entryTs": 1769004240,
          "entryUtc": "2026-01-21T14:04:00.000Z",
          "exitTs": 1769004240,
          "dir": 1,
          "entryPrice": 4866.95,
          "exitPrice": 4851.916,
          "stopDistance": 15.034,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 0
        },
        {
          "entryTs": 1769005200,
          "entryUtc": "2026-01-21T14:20:00.000Z",
          "exitTs": 1769008980,
          "dir": -1,
          "entryPrice": 4855.21,
          "exitPrice": 4818.341,
          "stopDistance": 18.435,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 63
        },
        {
          "entryTs": 1769010780,
          "entryUtc": "2026-01-21T15:53:00.000Z",
          "exitTs": 1769024100,
          "dir": -1,
          "entryPrice": 4846.525,
          "exitPrice": 4795.882,
          "stopDistance": 25.322,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 222
        },
        {
          "entryTs": 1769027460,
          "entryUtc": "2026-01-21T20:31:00.000Z",
          "exitTs": 1769092320,
          "dir": -1,
          "entryPrice": 4810.517,
          "exitPrice": 4841.288,
          "stopDistance": 30.771,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 1081
        },
        {
          "entryTs": 1769094000,
          "entryUtc": "2026-01-22T15:00:00.000Z",
          "exitTs": 1769095860,
          "dir": 1,
          "entryPrice": 4829.02,
          "exitPrice": 4856.947,
          "stopDistance": 13.964,
          "outcome": "target",
          "netR": 1.9735,
          "holdMinutes": 31
        },
        {
          "entryTs": 1769130120,
          "entryUtc": "2026-01-23T01:02:00.000Z",
          "exitTs": 1769156400,
          "dir": 1,
          "entryPrice": 4947.855,
          "exitPrice": 4930.561,
          "stopDistance": 17.294,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 438
        },
        {
          "entryTs": 1769402760,
          "entryUtc": "2026-01-26T04:46:00.000Z",
          "exitTs": 1769410020,
          "dir": 1,
          "entryPrice": 5058.72,
          "exitPrice": 5101.604,
          "stopDistance": 21.442,
          "outcome": "target",
          "netR": 1.9827,
          "holdMinutes": 121
        },
        {
          "entryTs": 1769437620,
          "entryUtc": "2026-01-26T14:27:00.000Z",
          "exitTs": 1769443380,
          "dir": -1,
          "entryPrice": 5081.93,
          "exitPrice": 5098.103,
          "stopDistance": 16.173,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 96
        },
        {
          "entryTs": 1769444880,
          "entryUtc": "2026-01-26T16:28:00.000Z",
          "exitTs": 1769452920,
          "dir": 1,
          "entryPrice": 5079.695,
          "exitPrice": 5059.506,
          "stopDistance": 20.189,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 134
        },
        {
          "entryTs": 1769453400,
          "entryUtc": "2026-01-26T18:50:00.000Z",
          "exitTs": 1769455260,
          "dir": -1,
          "entryPrice": 5081.141,
          "exitPrice": 5031.628,
          "stopDistance": 24.757,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 31
        },
        {
          "entryTs": 1769468460,
          "entryUtc": "2026-01-26T23:01:00.000Z",
          "exitTs": 1769471100,
          "dir": -1,
          "entryPrice": 5025.93,
          "exitPrice": 5058.836,
          "stopDistance": 32.906,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 44
        },
        {
          "entryTs": 1769506020,
          "entryUtc": "2026-01-27T09:27:00.000Z",
          "exitTs": 1769523360,
          "dir": -1,
          "entryPrice": 5087.845,
          "exitPrice": 5051.021,
          "stopDistance": 18.412,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 289
        },
        {
          "entryTs": 1769524560,
          "entryUtc": "2026-01-27T14:36:00.000Z",
          "exitTs": 1769529780,
          "dir": -1,
          "entryPrice": 5073.915,
          "exitPrice": 5091.626,
          "stopDistance": 17.711,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 87
        },
        {
          "entryTs": 1769600460,
          "entryUtc": "2026-01-28T11:41:00.000Z",
          "exitTs": 1769605320,
          "dir": -1,
          "entryPrice": 5261.93,
          "exitPrice": 5283.579,
          "stopDistance": 21.648,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 81
        },
        {
          "entryTs": 1769625540,
          "entryUtc": "2026-01-28T18:39:00.000Z",
          "exitTs": 1769630160,
          "dir": 1,
          "entryPrice": 5269.571,
          "exitPrice": 5323.29,
          "stopDistance": 26.859,
          "outcome": "target",
          "netR": 1.9862,
          "holdMinutes": 77
        },
        {
          "entryTs": 1769664060,
          "entryUtc": "2026-01-29T05:21:00.000Z",
          "exitTs": 1769676180,
          "dir": 1,
          "entryPrice": 5536.085,
          "exitPrice": 5492.35,
          "stopDistance": 43.735,
          "outcome": "stop",
          "netR": -1.0096,
          "holdMinutes": 202
        },
        {
          "entryTs": 1769693700,
          "entryUtc": "2026-01-29T13:35:00.000Z",
          "exitTs": 1769698860,
          "dir": 1,
          "entryPrice": 5504.72,
          "exitPrice": 5471.878,
          "stopDistance": 32.842,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 86
        },
        {
          "entryTs": 1769719020,
          "entryUtc": "2026-01-29T20:37:00.000Z",
          "exitTs": 1769720220,
          "dir": -1,
          "entryPrice": 5329.97,
          "exitPrice": 5402.621,
          "stopDistance": 72.651,
          "outcome": "stop",
          "netR": -1.0058,
          "holdMinutes": 20
        },
        {
          "entryTs": 1769734020,
          "entryUtc": "2026-01-30T00:47:00.000Z",
          "exitTs": 1769735460,
          "dir": 1,
          "entryPrice": 5404.347,
          "exitPrice": 5338.853,
          "stopDistance": 65.495,
          "outcome": "stop",
          "netR": -1.0064,
          "holdMinutes": 24
        },
        {
          "entryTs": 1769752680,
          "entryUtc": "2026-01-30T05:58:00.000Z",
          "exitTs": 1769756400,
          "dir": 1,
          "entryPrice": 5194.805,
          "exitPrice": 5131.096,
          "stopDistance": 63.709,
          "outcome": "stop",
          "netR": -1.0066,
          "holdMinutes": 62
        },
        {
          "entryTs": 1769759880,
          "entryUtc": "2026-01-30T07:58:00.000Z",
          "exitTs": 1769762100,
          "dir": -1,
          "entryPrice": 5179.035,
          "exitPrice": 5053.134,
          "stopDistance": 62.95,
          "outcome": "target",
          "netR": 1.9941,
          "holdMinutes": 37
        },
        {
          "entryTs": 1769762940,
          "entryUtc": "2026-01-30T08:49:00.000Z",
          "exitTs": 1769766240,
          "dir": -1,
          "entryPrice": 5118.725,
          "exitPrice": 4981.11,
          "stopDistance": 68.808,
          "outcome": "target",
          "netR": 1.9946,
          "holdMinutes": 55
        },
        {
          "entryTs": 1769783580,
          "entryUtc": "2026-01-30T14:33:00.000Z",
          "exitTs": 1769790960,
          "dir": -1,
          "entryPrice": 5099.815,
          "exitPrice": 4961.763,
          "stopDistance": 69.026,
          "outcome": "target",
          "netR": 1.9946,
          "holdMinutes": 123
        },
        {
          "entryTs": 1769991240,
          "entryUtc": "2026-02-02T00:14:00.000Z",
          "exitTs": 1769994540,
          "dir": -1,
          "entryPrice": 4843.712,
          "exitPrice": 4653.914,
          "stopDistance": 94.899,
          "outcome": "target",
          "netR": 1.9961,
          "holdMinutes": 55
        },
        {
          "entryTs": 1769996160,
          "entryUtc": "2026-02-02T01:36:00.000Z",
          "exitTs": 1770011520,
          "dir": -1,
          "entryPrice": 4733.523,
          "exitPrice": 4514.345,
          "stopDistance": 109.589,
          "outcome": "target",
          "netR": 1.9966,
          "holdMinutes": 256
        },
        {
          "entryTs": 1770020460,
          "entryUtc": "2026-02-02T08:21:00.000Z",
          "exitTs": 1770026100,
          "dir": -1,
          "entryPrice": 4641.652,
          "exitPrice": 4728.8,
          "stopDistance": 87.149,
          "outcome": "stop",
          "netR": -1.0048,
          "holdMinutes": 94
        },
        {
          "entryTs": 1770028620,
          "entryUtc": "2026-02-02T10:37:00.000Z",
          "exitTs": 1770081300,
          "dir": 1,
          "entryPrice": 4666.261,
          "exitPrice": 4839.705,
          "stopDistance": 86.722,
          "outcome": "target",
          "netR": 1.9957,
          "holdMinutes": 878
        },
        {
          "entryTs": 1770086700,
          "entryUtc": "2026-02-03T02:45:00.000Z",
          "exitTs": 1770100080,
          "dir": 1,
          "entryPrice": 4751.941,
          "exitPrice": 4873.881,
          "stopDistance": 60.97,
          "outcome": "target",
          "netR": 1.9939,
          "holdMinutes": 223
        },
        {
          "entryTs": 1770111780,
          "entryUtc": "2026-02-03T09:43:00.000Z",
          "exitTs": 1770135360,
          "dir": -1,
          "entryPrice": 4919.616,
          "exitPrice": 4958.719,
          "stopDistance": 39.102,
          "outcome": "stop",
          "netR": -1.0107,
          "holdMinutes": 393
        },
        {
          "entryTs": 1770138540,
          "entryUtc": "2026-02-03T17:09:00.000Z",
          "exitTs": 1770143520,
          "dir": 1,
          "entryPrice": 4936.575,
          "exitPrice": 4898.524,
          "stopDistance": 38.051,
          "outcome": "stop",
          "netR": -1.011,
          "holdMinutes": 83
        },
        {
          "entryTs": 1770160020,
          "entryUtc": "2026-02-03T23:07:00.000Z",
          "exitTs": 1770166440,
          "dir": 1,
          "entryPrice": 4918.497,
          "exitPrice": 5004.69,
          "stopDistance": 43.097,
          "outcome": "target",
          "netR": 1.9914,
          "holdMinutes": 107
        },
        {
          "entryTs": 1770185700,
          "entryUtc": "2026-02-04T06:15:00.000Z",
          "exitTs": 1770203820,
          "dir": 1,
          "entryPrice": 5054.2,
          "exitPrice": 5017.121,
          "stopDistance": 37.079,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 302
        },
        {
          "entryTs": 1770206160,
          "entryUtc": "2026-02-04T11:56:00.000Z",
          "exitTs": 1770215820,
          "dir": -1,
          "entryPrice": 5049.73,
          "exitPrice": 4995.356,
          "stopDistance": 27.187,
          "outcome": "target",
          "netR": 1.9864,
          "holdMinutes": 161
        },
        {
          "entryTs": 1770216840,
          "entryUtc": "2026-02-04T14:54:00.000Z",
          "exitTs": 1770219060,
          "dir": -1,
          "entryPrice": 5014.835,
          "exitPrice": 4942.872,
          "stopDistance": 35.981,
          "outcome": "target",
          "netR": 1.9897,
          "holdMinutes": 37
        },
        {
          "entryTs": 1770280080,
          "entryUtc": "2026-02-05T08:28:00.000Z",
          "exitTs": 1770282660,
          "dir": 1,
          "entryPrice": 4919.86,
          "exitPrice": 4872.897,
          "stopDistance": 46.963,
          "outcome": "stop",
          "netR": -1.0089,
          "holdMinutes": 43
        },
        {
          "entryTs": 1770294900,
          "entryUtc": "2026-02-05T12:35:00.000Z",
          "exitTs": 1770310440,
          "dir": -1,
          "entryPrice": 4863.66,
          "exitPrice": 4905.375,
          "stopDistance": 41.715,
          "outcome": "stop",
          "netR": -1.0101,
          "holdMinutes": 259
        },
        {
          "entryTs": 1770319800,
          "entryUtc": "2026-02-05T19:30:00.000Z",
          "exitTs": 1770327180,
          "dir": 1,
          "entryPrice": 4839.975,
          "exitPrice": 4789.772,
          "stopDistance": 50.203,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 123
        },
        {
          "entryTs": 1770360960,
          "entryUtc": "2026-02-06T06:56:00.000Z",
          "exitTs": 1770382800,
          "dir": 1,
          "entryPrice": 4826.077,
          "exitPrice": 4911.914,
          "stopDistance": 42.918,
          "outcome": "target",
          "netR": 1.9914,
          "holdMinutes": 364
        },
        {
          "entryTs": 1770387900,
          "entryUtc": "2026-02-06T14:25:00.000Z",
          "exitTs": 1770390360,
          "dir": 1,
          "entryPrice": 4899.19,
          "exitPrice": 4962.25,
          "stopDistance": 31.53,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 41
        },
        {
          "entryTs": 1770402240,
          "entryUtc": "2026-02-06T18:24:00.000Z",
          "exitTs": 1770591600,
          "dir": 1,
          "entryPrice": 4946.238,
          "exitPrice": 4983.898,
          "stopDistance": 28.913,
          "outcome": "time",
          "netR": 1.2897,
          "holdMinutes": 3156
        },
        {
          "entryTs": 1770616140,
          "entryUtc": "2026-02-09T05:49:00.000Z",
          "exitTs": 1770621720,
          "dir": 1,
          "entryPrice": 5023.985,
          "exitPrice": 4997.822,
          "stopDistance": 26.163,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 93
        },
        {
          "entryTs": 1770625020,
          "entryUtc": "2026-02-09T08:17:00.000Z",
          "exitTs": 1770651240,
          "dir": -1,
          "entryPrice": 5026.712,
          "exitPrice": 5052.985,
          "stopDistance": 26.274,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 437
        },
        {
          "entryTs": 1770663360,
          "entryUtc": "2026-02-09T18:56:00.000Z",
          "exitTs": 1770669180,
          "dir": -1,
          "entryPrice": 5060.565,
          "exitPrice": 5081.935,
          "stopDistance": 21.37,
          "outcome": "stop",
          "netR": -1.0197,
          "holdMinutes": 97
        },
        {
          "entryTs": 1770680580,
          "entryUtc": "2026-02-09T23:43:00.000Z",
          "exitTs": 1770714540,
          "dir": -1,
          "entryPrice": 5036.007,
          "exitPrice": 5062.593,
          "stopDistance": 26.586,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 566
        },
        {
          "entryTs": 1770718380,
          "entryUtc": "2026-02-10T10:13:00.000Z",
          "exitTs": 1770727980,
          "dir": 1,
          "entryPrice": 5040.59,
          "exitPrice": 5019.721,
          "stopDistance": 20.869,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 160
        },
        {
          "entryTs": 1770729120,
          "entryUtc": "2026-02-10T13:12:00.000Z",
          "exitTs": 1770732900,
          "dir": -1,
          "entryPrice": 5040.365,
          "exitPrice": 5059.56,
          "stopDistance": 19.195,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 63
        },
        {
          "entryTs": 1770734700,
          "entryUtc": "2026-02-10T14:45:00.000Z",
          "exitTs": 1770734880,
          "dir": 1,
          "entryPrice": 5046.86,
          "exitPrice": 5026.496,
          "stopDistance": 20.364,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 3
        },
        {
          "entryTs": 1770744540,
          "entryUtc": "2026-02-10T17:29:00.000Z",
          "exitTs": 1770793200,
          "dir": -1,
          "entryPrice": 5038.585,
          "exitPrice": 5064.816,
          "stopDistance": 26.231,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 811
        },
        {
          "entryTs": 1770794700,
          "entryUtc": "2026-02-11T07:25:00.000Z",
          "exitTs": 1770806460,
          "dir": 1,
          "entryPrice": 5053.79,
          "exitPrice": 5083.99,
          "stopDistance": 15.1,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 196
        },
        {
          "entryTs": 1770813660,
          "entryUtc": "2026-02-11T12:41:00.000Z",
          "exitTs": 1770816360,
          "dir": 1,
          "entryPrice": 5060.752,
          "exitPrice": 5088.193,
          "stopDistance": 13.721,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 45
        },
        {
          "entryTs": 1770861660,
          "entryUtc": "2026-02-12T02:01:00.000Z",
          "exitTs": 1770912660,
          "dir": -1,
          "entryPrice": 5072.083,
          "exitPrice": 5030.281,
          "stopDistance": 20.901,
          "outcome": "target",
          "netR": 1.9823,
          "holdMinutes": 850
        },
        {
          "entryTs": 1770938280,
          "entryUtc": "2026-02-12T23:18:00.000Z",
          "exitTs": 1770944460,
          "dir": -1,
          "entryPrice": 4922.106,
          "exitPrice": 4952.289,
          "stopDistance": 30.182,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 103
        },
        {
          "entryTs": 1770968100,
          "entryUtc": "2026-02-13T07:35:00.000Z",
          "exitTs": 1770992100,
          "dir": -1,
          "entryPrice": 4978.12,
          "exitPrice": 5000.673,
          "stopDistance": 22.553,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 400
        },
        {
          "entryTs": 1770993660,
          "entryUtc": "2026-02-13T14:41:00.000Z",
          "exitTs": 1770995340,
          "dir": 1,
          "entryPrice": 4966.34,
          "exitPrice": 5010.063,
          "stopDistance": 21.862,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 28
        },
        {
          "entryTs": 1771012320,
          "entryUtc": "2026-02-13T19:52:00.000Z",
          "exitTs": 1771196400,
          "dir": 1,
          "entryPrice": 5030.452,
          "exitPrice": 5033.998,
          "stopDistance": 23.781,
          "outcome": "time",
          "netR": 0.1336,
          "holdMinutes": 3068
        },
        {
          "entryTs": 1771224240,
          "entryUtc": "2026-02-16T06:44:00.000Z",
          "exitTs": 1771289520,
          "dir": -1,
          "entryPrice": 4999.095,
          "exitPrice": 4961.857,
          "stopDistance": 18.619,
          "outcome": "target",
          "netR": 1.9801,
          "holdMinutes": 1088
        },
        {
          "entryTs": 1771302420,
          "entryUtc": "2026-02-17T04:27:00.000Z",
          "exitTs": 1771305240,
          "dir": -1,
          "entryPrice": 4958.011,
          "exitPrice": 4927.365,
          "stopDistance": 15.323,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 47
        },
        {
          "entryTs": 1771324200,
          "entryUtc": "2026-02-17T10:30:00.000Z",
          "exitTs": 1771325640,
          "dir": 1,
          "entryPrice": 4927.565,
          "exitPrice": 4908.077,
          "stopDistance": 19.488,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 24
        },
        {
          "entryTs": 1771333620,
          "entryUtc": "2026-02-17T13:07:00.000Z",
          "exitTs": 1771336560,
          "dir": 1,
          "entryPrice": 4922.925,
          "exitPrice": 4905.356,
          "stopDistance": 17.569,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 49
        },
        {
          "entryTs": 1771356540,
          "entryUtc": "2026-02-17T19:29:00.000Z",
          "exitTs": 1771372380,
          "dir": 1,
          "entryPrice": 4881.775,
          "exitPrice": 4855.048,
          "stopDistance": 26.727,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 264
        },
        {
          "entryTs": 1771374240,
          "entryUtc": "2026-02-18T00:24:00.000Z",
          "exitTs": 1771377180,
          "dir": -1,
          "entryPrice": 4870.13,
          "exitPrice": 4891.05,
          "stopDistance": 20.92,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 49
        },
        {
          "entryTs": 1771397160,
          "entryUtc": "2026-02-18T06:46:00.000Z",
          "exitTs": 1771419540,
          "dir": -1,
          "entryPrice": 4932.795,
          "exitPrice": 4946.44,
          "stopDistance": 13.645,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 373
        },
        {
          "entryTs": 1771447320,
          "entryUtc": "2026-02-18T20:42:00.000Z",
          "exitTs": 1771481760,
          "dir": -1,
          "entryPrice": 4985.22,
          "exitPrice": 5000.025,
          "stopDistance": 14.805,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 574
        },
        {
          "entryTs": 1771509720,
          "entryUtc": "2026-02-19T14:02:00.000Z",
          "exitTs": 1771510200,
          "dir": 1,
          "entryPrice": 4987.34,
          "exitPrice": 4972.42,
          "stopDistance": 14.92,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 8
        },
        {
          "entryTs": 1771511880,
          "entryUtc": "2026-02-19T14:38:00.000Z",
          "exitTs": 1771512540,
          "dir": -1,
          "entryPrice": 4982.175,
          "exitPrice": 4998.436,
          "stopDistance": 16.261,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771518420,
          "entryUtc": "2026-02-19T16:27:00.000Z",
          "exitTs": 1771578240,
          "dir": 1,
          "entryPrice": 4993.935,
          "exitPrice": 5033.275,
          "stopDistance": 19.67,
          "outcome": "target",
          "netR": 1.9812,
          "holdMinutes": 997
        },
        {
          "entryTs": 1771582020,
          "entryUtc": "2026-02-20T10:07:00.000Z",
          "exitTs": 1771590660,
          "dir": 1,
          "entryPrice": 5022.53,
          "exitPrice": 5008.219,
          "stopDistance": 14.311,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 144
        },
        {
          "entryTs": 1771591440,
          "entryUtc": "2026-02-20T12:44:00.000Z",
          "exitTs": 1771595340,
          "dir": -1,
          "entryPrice": 5024.765,
          "exitPrice": 5038.974,
          "stopDistance": 14.208,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 65
        },
        {
          "entryTs": 1771599780,
          "entryUtc": "2026-02-20T15:03:00.000Z",
          "exitTs": 1771599900,
          "dir": 1,
          "entryPrice": 5027.665,
          "exitPrice": 5012.395,
          "stopDistance": 15.27,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 2
        },
        {
          "entryTs": 1771816320,
          "entryUtc": "2026-02-23T03:12:00.000Z",
          "exitTs": 1771831560,
          "dir": 1,
          "entryPrice": 5152.645,
          "exitPrice": 5131.131,
          "stopDistance": 21.514,
          "outcome": "stop",
          "netR": -1.0195,
          "holdMinutes": 254
        },
        {
          "entryTs": 1771837020,
          "entryUtc": "2026-02-23T08:57:00.000Z",
          "exitTs": 1771843860,
          "dir": -1,
          "entryPrice": 5141.741,
          "exitPrice": 5158.345,
          "stopDistance": 16.604,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 114
        },
        {
          "entryTs": 1771852080,
          "entryUtc": "2026-02-23T13:08:00.000Z",
          "exitTs": 1771855200,
          "dir": 1,
          "entryPrice": 5155.355,
          "exitPrice": 5141.314,
          "stopDistance": 14.041,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 52
        },
        {
          "entryTs": 1771891260,
          "entryUtc": "2026-02-24T00:01:00.000Z",
          "exitTs": 1771894800,
          "dir": 1,
          "entryPrice": 5219.72,
          "exitPrice": 5204.341,
          "stopDistance": 15.379,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 59
        },
        {
          "entryTs": 1771936200,
          "entryUtc": "2026-02-24T12:30:00.000Z",
          "exitTs": 1771940340,
          "dir": -1,
          "entryPrice": 5164.07,
          "exitPrice": 5135.469,
          "stopDistance": 14.301,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 69
        },
        {
          "entryTs": 1771946700,
          "entryUtc": "2026-02-24T15:25:00.000Z",
          "exitTs": 1771955940,
          "dir": -1,
          "entryPrice": 5144.43,
          "exitPrice": 5163.401,
          "stopDistance": 18.971,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 154
        },
        {
          "entryTs": 1771966500,
          "entryUtc": "2026-02-24T20:55:00.000Z",
          "exitTs": 1771969800,
          "dir": 1,
          "entryPrice": 5159.62,
          "exitPrice": 5142.75,
          "stopDistance": 16.87,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 55
        },
        {
          "entryTs": 1771981380,
          "entryUtc": "2026-02-25T01:03:00.000Z",
          "exitTs": 1771982040,
          "dir": -1,
          "entryPrice": 5156.375,
          "exitPrice": 5172.911,
          "stopDistance": 16.536,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771999680,
          "entryUtc": "2026-02-25T06:08:00.000Z",
          "exitTs": 1772017800,
          "dir": 1,
          "entryPrice": 5183.945,
          "exitPrice": 5168.548,
          "stopDistance": 15.397,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 302
        },
        {
          "entryTs": 1772021760,
          "entryUtc": "2026-02-25T12:16:00.000Z",
          "exitTs": 1772031840,
          "dir": -1,
          "entryPrice": 5184.535,
          "exitPrice": 5198.175,
          "stopDistance": 13.64,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 168
        },
        {
          "entryTs": 1772032740,
          "entryUtc": "2026-02-25T15:19:00.000Z",
          "exitTs": 1772033280,
          "dir": 1,
          "entryPrice": 5189.695,
          "exitPrice": 5174.148,
          "stopDistance": 15.547,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 9
        },
        {
          "entryTs": 1772048160,
          "entryUtc": "2026-02-25T19:36:00.000Z",
          "exitTs": 1772052120,
          "dir": -1,
          "entryPrice": 5205.525,
          "exitPrice": 5178.256,
          "stopDistance": 13.634,
          "outcome": "target",
          "netR": 1.9729,
          "holdMinutes": 66
        },
        {
          "entryTs": 1772074860,
          "entryUtc": "2026-02-26T03:01:00.000Z",
          "exitTs": 1772083500,
          "dir": -1,
          "entryPrice": 5185.992,
          "exitPrice": 5204.82,
          "stopDistance": 18.828,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 144
        },
        {
          "entryTs": 1772084760,
          "entryUtc": "2026-02-26T05:46:00.000Z",
          "exitTs": 1772092200,
          "dir": 1,
          "entryPrice": 5194.515,
          "exitPrice": 5180.464,
          "stopDistance": 14.051,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 124
        },
        {
          "entryTs": 1772108580,
          "entryUtc": "2026-02-26T12:23:00.000Z",
          "exitTs": 1772116200,
          "dir": -1,
          "entryPrice": 5175.445,
          "exitPrice": 5149.846,
          "stopDistance": 12.799,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 127
        },
        {
          "entryTs": 1772128140,
          "entryUtc": "2026-02-26T17:49:00.000Z",
          "exitTs": 1772197680,
          "dir": 1,
          "entryPrice": 5166.01,
          "exitPrice": 5211.192,
          "stopDistance": 22.591,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 1159
        },
        {
          "entryTs": 1772209440,
          "entryUtc": "2026-02-27T16:24:00.000Z",
          "exitTs": 1772228340,
          "dir": 1,
          "entryPrice": 5229.892,
          "exitPrice": 5270.06,
          "stopDistance": 20.084,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 315
        },
        {
          "entryTs": 1772459040,
          "entryUtc": "2026-03-02T13:44:00.000Z",
          "exitTs": 1772460600,
          "dir": 1,
          "entryPrice": 5391.955,
          "exitPrice": 5368.894,
          "stopDistance": 23.062,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 26
        },
        {
          "entryTs": 1772472660,
          "entryUtc": "2026-03-02T17:31:00.000Z",
          "exitTs": 1772497020,
          "dir": -1,
          "entryPrice": 5314.958,
          "exitPrice": 5356.056,
          "stopDistance": 41.098,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 406
        },
        {
          "entryTs": 1772503200,
          "entryUtc": "2026-03-03T02:00:00.000Z",
          "exitTs": 1772517240,
          "dir": 1,
          "entryPrice": 5335.042,
          "exitPrice": 5311.854,
          "stopDistance": 23.187,
          "outcome": "stop",
          "netR": -1.0181,
          "holdMinutes": 234
        },
        {
          "entryTs": 1772532180,
          "entryUtc": "2026-03-03T10:03:00.000Z",
          "exitTs": 1772536020,
          "dir": -1,
          "entryPrice": 5280.726,
          "exitPrice": 5215.188,
          "stopDistance": 32.769,
          "outcome": "target",
          "netR": 1.9887,
          "holdMinutes": 64
        },
        {
          "entryTs": 1772542620,
          "entryUtc": "2026-03-03T12:57:00.000Z",
          "exitTs": 1772545500,
          "dir": -1,
          "entryPrice": 5223.365,
          "exitPrice": 5138.926,
          "stopDistance": 42.22,
          "outcome": "target",
          "netR": 1.9912,
          "holdMinutes": 48
        },
        {
          "entryTs": 1772566440,
          "entryUtc": "2026-03-03T19:34:00.000Z",
          "exitTs": 1772618940,
          "dir": 1,
          "entryPrice": 5101.566,
          "exitPrice": 5194.319,
          "stopDistance": 46.376,
          "outcome": "target",
          "netR": 1.992,
          "holdMinutes": 875
        },
        {
          "entryTs": 1772627940,
          "entryUtc": "2026-03-04T12:39:00.000Z",
          "exitTs": 1772636160,
          "dir": 1,
          "entryPrice": 5166.006,
          "exitPrice": 5141.29,
          "stopDistance": 24.716,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 137
        },
        {
          "entryTs": 1772655360,
          "entryUtc": "2026-03-04T20:16:00.000Z",
          "exitTs": 1772669520,
          "dir": 1,
          "entryPrice": 5124.031,
          "exitPrice": 5171.935,
          "stopDistance": 23.952,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 236
        },
        {
          "entryTs": 1772682960,
          "entryUtc": "2026-03-05T03:56:00.000Z",
          "exitTs": 1772688840,
          "dir": 1,
          "entryPrice": 5182.275,
          "exitPrice": 5164.621,
          "stopDistance": 17.654,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 98
        },
        {
          "entryTs": 1772694120,
          "entryUtc": "2026-03-05T07:02:00.000Z",
          "exitTs": 1772716620,
          "dir": -1,
          "entryPrice": 5171.3,
          "exitPrice": 5136.803,
          "stopDistance": 17.248,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 375
        },
        {
          "entryTs": 1772755200,
          "entryUtc": "2026-03-06T00:00:00.000Z",
          "exitTs": 1772761800,
          "dir": 1,
          "entryPrice": 5081.121,
          "exitPrice": 5123.566,
          "stopDistance": 21.222,
          "outcome": "target",
          "netR": 1.9826,
          "holdMinutes": 110
        },
        {
          "entryTs": 1772799540,
          "entryUtc": "2026-03-06T12:19:00.000Z",
          "exitTs": 1772803800,
          "dir": -1,
          "entryPrice": 5092.445,
          "exitPrice": 5112.222,
          "stopDistance": 19.777,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 71
        },
        {
          "entryTs": 1772805300,
          "entryUtc": "2026-03-06T13:55:00.000Z",
          "exitTs": 1772809320,
          "dir": 1,
          "entryPrice": 5096.37,
          "exitPrice": 5144.908,
          "stopDistance": 24.269,
          "outcome": "target",
          "netR": 1.9848,
          "holdMinutes": 67
        },
        {
          "entryTs": 1773038940,
          "entryUtc": "2026-03-09T06:49:00.000Z",
          "exitTs": 1773063900,
          "dir": 1,
          "entryPrice": 5101.205,
          "exitPrice": 5072.619,
          "stopDistance": 28.586,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 416
        },
        {
          "entryTs": 1773067080,
          "entryUtc": "2026-03-09T14:38:00.000Z",
          "exitTs": 1773067500,
          "dir": -1,
          "entryPrice": 5092.955,
          "exitPrice": 5115.76,
          "stopDistance": 22.805,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 7
        },
        {
          "entryTs": 1773067800,
          "entryUtc": "2026-03-09T14:50:00.000Z",
          "exitTs": 1773097140,
          "dir": 1,
          "entryPrice": 5096.9,
          "exitPrice": 5150.31,
          "stopDistance": 26.705,
          "outcome": "target",
          "netR": 1.9861,
          "holdMinutes": 489
        },
        {
          "entryTs": 1773127320,
          "entryUtc": "2026-03-10T07:22:00.000Z",
          "exitTs": 1773147660,
          "dir": 1,
          "entryPrice": 5163.665,
          "exitPrice": 5197.569,
          "stopDistance": 16.952,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 339
        },
        {
          "entryTs": 1773166560,
          "entryUtc": "2026-03-10T18:16:00.000Z",
          "exitTs": 1773166620,
          "dir": 1,
          "entryPrice": 5210.68,
          "exitPrice": 5190.377,
          "stopDistance": 20.303,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 1
        },
        {
          "entryTs": 1773194520,
          "entryUtc": "2026-03-11T02:02:00.000Z",
          "exitTs": 1773217560,
          "dir": 1,
          "entryPrice": 5200.39,
          "exitPrice": 5182.526,
          "stopDistance": 17.864,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 384
        },
        {
          "entryTs": 1773220800,
          "entryUtc": "2026-03-11T09:20:00.000Z",
          "exitTs": 1773236940,
          "dir": -1,
          "entryPrice": 5188.915,
          "exitPrice": 5159.576,
          "stopDistance": 14.669,
          "outcome": "target",
          "netR": 1.9748,
          "holdMinutes": 269
        },
        {
          "entryTs": 1773237660,
          "entryUtc": "2026-03-11T14:01:00.000Z",
          "exitTs": 1773269760,
          "dir": -1,
          "entryPrice": 5180.487,
          "exitPrice": 5144.414,
          "stopDistance": 18.036,
          "outcome": "target",
          "netR": 1.9795,
          "holdMinutes": 535
        },
        {
          "entryTs": 1773283860,
          "entryUtc": "2026-03-12T02:51:00.000Z",
          "exitTs": 1773301500,
          "dir": 1,
          "entryPrice": 5147.705,
          "exitPrice": 5184.564,
          "stopDistance": 18.43,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 294
        },
        {
          "entryTs": 1773319740,
          "entryUtc": "2026-03-12T12:49:00.000Z",
          "exitTs": 1773322920,
          "dir": -1,
          "entryPrice": 5179.207,
          "exitPrice": 5156.718,
          "stopDistance": 11.244,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 53
        },
        {
          "entryTs": 1773353100,
          "entryUtc": "2026-03-12T22:05:00.000Z",
          "exitTs": 1773360000,
          "dir": -1,
          "entryPrice": 5083.925,
          "exitPrice": 5101.523,
          "stopDistance": 17.597,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 115
        },
        {
          "entryTs": 1773391800,
          "entryUtc": "2026-03-13T08:50:00.000Z",
          "exitTs": 1773403020,
          "dir": -1,
          "entryPrice": 5086.2,
          "exitPrice": 5102.155,
          "stopDistance": 15.955,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 187
        },
        {
          "entryTs": 1773411180,
          "entryUtc": "2026-03-13T14:13:00.000Z",
          "exitTs": 1773412800,
          "dir": 1,
          "entryPrice": 5093.652,
          "exitPrice": 5078.058,
          "stopDistance": 15.594,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 27
        },
        {
          "entryTs": 1773619080,
          "entryUtc": "2026-03-15T23:58:00.000Z",
          "exitTs": 1773619500,
          "dir": -1,
          "entryPrice": 4998.535,
          "exitPrice": 5024.044,
          "stopDistance": 25.509,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 7
        },
        {
          "entryTs": 1773623580,
          "entryUtc": "2026-03-16T01:13:00.000Z",
          "exitTs": 1773654360,
          "dir": 1,
          "entryPrice": 4998.84,
          "exitPrice": 4972.266,
          "stopDistance": 26.574,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 513
        },
        {
          "entryTs": 1773656820,
          "entryUtc": "2026-03-16T10:27:00.000Z",
          "exitTs": 1773659460,
          "dir": -1,
          "entryPrice": 4987.725,
          "exitPrice": 5005.051,
          "stopDistance": 17.326,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 44
        },
        {
          "entryTs": 1773671400,
          "entryUtc": "2026-03-16T14:30:00.000Z",
          "exitTs": 1773672480,
          "dir": 1,
          "entryPrice": 5013.4,
          "exitPrice": 4994.293,
          "stopDistance": 19.107,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 18
        },
        {
          "entryTs": 1773679800,
          "entryUtc": "2026-03-16T16:50:00.000Z",
          "exitTs": 1773686280,
          "dir": -1,
          "entryPrice": 4991.745,
          "exitPrice": 5012.828,
          "stopDistance": 21.083,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 108
        },
        {
          "entryTs": 1773726300,
          "entryUtc": "2026-03-17T05:45:00.000Z",
          "exitTs": 1773727260,
          "dir": 1,
          "entryPrice": 5031.05,
          "exitPrice": 5018.965,
          "stopDistance": 12.085,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 16
        },
        {
          "entryTs": 1773733080,
          "entryUtc": "2026-03-17T07:38:00.000Z",
          "exitTs": 1773744000,
          "dir": -1,
          "entryPrice": 5025.43,
          "exitPrice": 4998.347,
          "stopDistance": 13.542,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 182
        },
        {
          "entryTs": 1773750000,
          "entryUtc": "2026-03-17T12:20:00.000Z",
          "exitTs": 1773754380,
          "dir": -1,
          "entryPrice": 5013.345,
          "exitPrice": 5026.813,
          "stopDistance": 13.468,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 73
        },
        {
          "entryTs": 1773755520,
          "entryUtc": "2026-03-17T13:52:00.000Z",
          "exitTs": 1773761280,
          "dir": 1,
          "entryPrice": 5015.155,
          "exitPrice": 5000.368,
          "stopDistance": 14.787,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 96
        },
        {
          "entryTs": 1773776580,
          "entryUtc": "2026-03-17T19:43:00.000Z",
          "exitTs": 1773823500,
          "dir": -1,
          "entryPrice": 5003.405,
          "exitPrice": 4977.321,
          "stopDistance": 13.042,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 782
        },
        {
          "entryTs": 1773859740,
          "entryUtc": "2026-03-18T18:49:00.000Z",
          "exitTs": 1773860400,
          "dir": 1,
          "entryPrice": 4869.667,
          "exitPrice": 4845.362,
          "stopDistance": 24.305,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 11
        },
        {
          "entryTs": 1773916380,
          "entryUtc": "2026-03-19T10:33:00.000Z",
          "exitTs": 1773921840,
          "dir": -1,
          "entryPrice": 4698.15,
          "exitPrice": 4626.374,
          "stopDistance": 35.888,
          "outcome": "target",
          "netR": 1.9897,
          "holdMinutes": 91
        },
        {
          "entryTs": 1773935820,
          "entryUtc": "2026-03-19T15:57:00.000Z",
          "exitTs": 1773958080,
          "dir": -1,
          "entryPrice": 4609.435,
          "exitPrice": 4666.134,
          "stopDistance": 56.699,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 371
        },
        {
          "entryTs": 1773959640,
          "entryUtc": "2026-03-19T22:34:00.000Z",
          "exitTs": 1773976260,
          "dir": 1,
          "entryPrice": 4651.615,
          "exitPrice": 4721.943,
          "stopDistance": 35.164,
          "outcome": "target",
          "netR": 1.9895,
          "holdMinutes": 277
        },
        {
          "entryTs": 1773994560,
          "entryUtc": "2026-03-20T08:16:00.000Z",
          "exitTs": 1773999660,
          "dir": -1,
          "entryPrice": 4718.795,
          "exitPrice": 4673.396,
          "stopDistance": 22.7,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 85
        },
        {
          "entryTs": 1774008600,
          "entryUtc": "2026-03-20T12:10:00.000Z",
          "exitTs": 1774013700,
          "dir": -1,
          "entryPrice": 4690.215,
          "exitPrice": 4637.704,
          "stopDistance": 26.255,
          "outcome": "target",
          "netR": 1.9859,
          "holdMinutes": 85
        },
        {
          "entryTs": 1774218960,
          "entryUtc": "2026-03-22T22:36:00.000Z",
          "exitTs": 1774223280,
          "dir": 1,
          "entryPrice": 4506.47,
          "exitPrice": 4467.438,
          "stopDistance": 39.032,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 72
        },
        {
          "entryTs": 1774267500,
          "entryUtc": "2026-03-23T12:05:00.000Z",
          "exitTs": 1774275780,
          "dir": 1,
          "entryPrice": 4343.11,
          "exitPrice": 4500.473,
          "stopDistance": 78.681,
          "outcome": "target",
          "netR": 1.9953,
          "holdMinutes": 138
        },
        {
          "entryTs": 1774287300,
          "entryUtc": "2026-03-23T17:35:00.000Z",
          "exitTs": 1774377300,
          "dir": -1,
          "entryPrice": 4431.731,
          "exitPrice": 4417.515,
          "stopDistance": 73.336,
          "outcome": "time",
          "netR": 0.1888,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1774417380,
          "entryUtc": "2026-03-25T05:43:00.000Z",
          "exitTs": 1774438560,
          "dir": -1,
          "entryPrice": 4563.87,
          "exitPrice": 4584.618,
          "stopDistance": 20.748,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 353
        },
        {
          "entryTs": 1774441680,
          "entryUtc": "2026-03-25T12:28:00.000Z",
          "exitTs": 1774441860,
          "dir": 1,
          "entryPrice": 4548.22,
          "exitPrice": 4528.404,
          "stopDistance": 19.816,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 3
        },
        {
          "entryTs": 1774443780,
          "entryUtc": "2026-03-25T13:03:00.000Z",
          "exitTs": 1774465680,
          "dir": -1,
          "entryPrice": 4562.675,
          "exitPrice": 4518.7,
          "stopDistance": 21.988,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 365
        },
        {
          "entryTs": 1774483320,
          "entryUtc": "2026-03-26T00:02:00.000Z",
          "exitTs": 1774486800,
          "dir": -1,
          "entryPrice": 4511.55,
          "exitPrice": 4540.433,
          "stopDistance": 28.883,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 58
        },
        {
          "entryTs": 1774492620,
          "entryUtc": "2026-03-26T02:37:00.000Z",
          "exitTs": 1774503000,
          "dir": 1,
          "entryPrice": 4513.725,
          "exitPrice": 4487.449,
          "stopDistance": 26.276,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 173
        },
        {
          "entryTs": 1774520760,
          "entryUtc": "2026-03-26T10:26:00.000Z",
          "exitTs": 1774535640,
          "dir": -1,
          "entryPrice": 4444.255,
          "exitPrice": 4470.009,
          "stopDistance": 25.754,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 248
        },
        {
          "entryTs": 1774539060,
          "entryUtc": "2026-03-26T15:31:00.000Z",
          "exitTs": 1774542060,
          "dir": 1,
          "entryPrice": 4444.655,
          "exitPrice": 4415.698,
          "stopDistance": 28.957,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 50
        },
        {
          "entryTs": 1774550100,
          "entryUtc": "2026-03-26T18:35:00.000Z",
          "exitTs": 1774556520,
          "dir": -1,
          "entryPrice": 4384.721,
          "exitPrice": 4413.48,
          "stopDistance": 28.758,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 107
        },
        {
          "entryTs": 1774558260,
          "entryUtc": "2026-03-26T20:51:00.000Z",
          "exitTs": 1774589640,
          "dir": 1,
          "entryPrice": 4391.447,
          "exitPrice": 4458.279,
          "stopDistance": 33.416,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 523
        },
        {
          "entryTs": 1774591500,
          "entryUtc": "2026-03-27T06:05:00.000Z",
          "exitTs": 1774600020,
          "dir": 1,
          "entryPrice": 4453.065,
          "exitPrice": 4432.426,
          "stopDistance": 20.639,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 142
        },
        {
          "entryTs": 1774612440,
          "entryUtc": "2026-03-27T11:54:00.000Z",
          "exitTs": 1774615800,
          "dir": -1,
          "entryPrice": 4425.075,
          "exitPrice": 4442.522,
          "stopDistance": 17.447,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 56
        },
        {
          "entryTs": 1774636560,
          "entryUtc": "2026-03-27T18:36:00.000Z",
          "exitTs": 1774821600,
          "dir": -1,
          "entryPrice": 4520.79,
          "exitPrice": 4485.495,
          "stopDistance": 28.745,
          "outcome": "time",
          "netR": 1.215,
          "holdMinutes": 3084
        },
        {
          "entryTs": 1774821840,
          "entryUtc": "2026-03-29T22:04:00.000Z",
          "exitTs": 1774825560,
          "dir": -1,
          "entryPrice": 4508.355,
          "exitPrice": 4459.667,
          "stopDistance": 24.344,
          "outcome": "target",
          "netR": 1.9848,
          "holdMinutes": 62
        },
        {
          "entryTs": 1774838460,
          "entryUtc": "2026-03-30T02:41:00.000Z",
          "exitTs": 1774840800,
          "dir": -1,
          "entryPrice": 4479.986,
          "exitPrice": 4510.03,
          "stopDistance": 30.044,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 39
        },
        {
          "entryTs": 1774878300,
          "entryUtc": "2026-03-30T13:45:00.000Z",
          "exitTs": 1774879080,
          "dir": 1,
          "entryPrice": 4537.735,
          "exitPrice": 4519.436,
          "stopDistance": 18.299,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 13
        },
        {
          "entryTs": 1774884960,
          "entryUtc": "2026-03-30T15:36:00.000Z",
          "exitTs": 1774897800,
          "dir": -1,
          "entryPrice": 4545.102,
          "exitPrice": 4494.482,
          "stopDistance": 25.31,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 214
        },
        {
          "entryTs": 1774912800,
          "entryUtc": "2026-03-30T23:20:00.000Z",
          "exitTs": 1774915320,
          "dir": -1,
          "entryPrice": 4507.945,
          "exitPrice": 4527.121,
          "stopDistance": 19.176,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 42
        },
        {
          "entryTs": 1774936800,
          "entryUtc": "2026-03-31T06:00:00.000Z",
          "exitTs": 1774953480,
          "dir": 1,
          "entryPrice": 4564.786,
          "exitPrice": 4540.497,
          "stopDistance": 24.29,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 278
        },
        {
          "entryTs": 1774954620,
          "entryUtc": "2026-03-31T10:57:00.000Z",
          "exitTs": 1774956000,
          "dir": -1,
          "entryPrice": 4551.992,
          "exitPrice": 4570.875,
          "stopDistance": 18.883,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 23
        },
        {
          "entryTs": 1775007600,
          "entryUtc": "2026-04-01T01:40:00.000Z",
          "exitTs": 1775026080,
          "dir": 1,
          "entryPrice": 4683.065,
          "exitPrice": 4726.822,
          "stopDistance": 21.878,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 308
        },
        {
          "entryTs": 1775046060,
          "entryUtc": "2026-04-01T12:21:00.000Z",
          "exitTs": 1775055780,
          "dir": 1,
          "entryPrice": 4730.52,
          "exitPrice": 4769.005,
          "stopDistance": 19.243,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 162
        },
        {
          "entryTs": 1775082240,
          "entryUtc": "2026-04-01T22:24:00.000Z",
          "exitTs": 1775084760,
          "dir": -1,
          "entryPrice": 4767.085,
          "exitPrice": 4785.588,
          "stopDistance": 18.503,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 42
        },
        {
          "entryTs": 1775091720,
          "entryUtc": "2026-04-02T01:02:00.000Z",
          "exitTs": 1775091780,
          "dir": 1,
          "entryPrice": 4769.685,
          "exitPrice": 4750.257,
          "stopDistance": 19.429,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 1
        },
        {
          "entryTs": 1775132100,
          "entryUtc": "2026-04-02T12:15:00.000Z",
          "exitTs": 1775137980,
          "dir": -1,
          "entryPrice": 4613.68,
          "exitPrice": 4640.568,
          "stopDistance": 26.888,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 98
        },
        {
          "entryTs": 1775158200,
          "entryUtc": "2026-04-02T19:30:00.000Z",
          "exitTs": 1775426400,
          "dir": 1,
          "entryPrice": 4663.535,
          "exitPrice": 4639.143,
          "stopDistance": 24.392,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 4470
        },
        {
          "entryTs": 1775428800,
          "entryUtc": "2026-04-05T22:40:00.000Z",
          "exitTs": 1775442060,
          "dir": -1,
          "entryPrice": 4645.191,
          "exitPrice": 4670.354,
          "stopDistance": 25.163,
          "outcome": "stop",
          "netR": -1.0167,
          "holdMinutes": 221
        },
        {
          "entryTs": 1775444580,
          "entryUtc": "2026-04-06T03:03:00.000Z",
          "exitTs": 1775462640,
          "dir": 1,
          "entryPrice": 4635.91,
          "exitPrice": 4693.482,
          "stopDistance": 28.786,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 301
        },
        {
          "entryTs": 1775486040,
          "entryUtc": "2026-04-06T14:34:00.000Z",
          "exitTs": 1775488500,
          "dir": -1,
          "entryPrice": 4691.505,
          "exitPrice": 4659.236,
          "stopDistance": 16.134,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 41
        },
        {
          "entryTs": 1775516220,
          "entryUtc": "2026-04-06T22:57:00.000Z",
          "exitTs": 1775523600,
          "dir": 1,
          "entryPrice": 4656.435,
          "exitPrice": 4641.25,
          "stopDistance": 15.185,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 123
        },
        {
          "entryTs": 1775524560,
          "entryUtc": "2026-04-07T01:16:00.000Z",
          "exitTs": 1775525640,
          "dir": -1,
          "entryPrice": 4646.072,
          "exitPrice": 4661.305,
          "stopDistance": 15.234,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 18
        },
        {
          "entryTs": 1775529960,
          "entryUtc": "2026-04-07T02:46:00.000Z",
          "exitTs": 1775550000,
          "dir": -1,
          "entryPrice": 4648.105,
          "exitPrice": 4666.821,
          "stopDistance": 18.716,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 334
        },
        {
          "entryTs": 1775560200,
          "entryUtc": "2026-04-07T11:10:00.000Z",
          "exitTs": 1775570640,
          "dir": 1,
          "entryPrice": 4643.935,
          "exitPrice": 4625.511,
          "stopDistance": 18.424,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 174
        },
        {
          "entryTs": 1775631600,
          "entryUtc": "2026-04-08T07:00:00.000Z",
          "exitTs": 1775637720,
          "dir": 1,
          "entryPrice": 4816.745,
          "exitPrice": 4795.374,
          "stopDistance": 21.371,
          "outcome": "stop",
          "netR": -1.0197,
          "holdMinutes": 102
        },
        {
          "entryTs": 1775647560,
          "entryUtc": "2026-04-08T11:26:00.000Z",
          "exitTs": 1775658720,
          "dir": -1,
          "entryPrice": 4794.251,
          "exitPrice": 4752.669,
          "stopDistance": 20.791,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 186
        },
        {
          "entryTs": 1775694120,
          "entryUtc": "2026-04-09T00:22:00.000Z",
          "exitTs": 1775699940,
          "dir": -1,
          "entryPrice": 4709.07,
          "exitPrice": 4727.928,
          "stopDistance": 18.858,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 97
        },
        {
          "entryTs": 1775704260,
          "entryUtc": "2026-04-09T03:11:00.000Z",
          "exitTs": 1775735100,
          "dir": 1,
          "entryPrice": 4713.652,
          "exitPrice": 4755.192,
          "stopDistance": 20.77,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 514
        },
        {
          "entryTs": 1775745240,
          "entryUtc": "2026-04-09T14:34:00.000Z",
          "exitTs": 1775748780,
          "dir": 1,
          "entryPrice": 4755.855,
          "exitPrice": 4791.049,
          "stopDistance": 17.597,
          "outcome": "target",
          "netR": 1.979,
          "holdMinutes": 59
        },
        {
          "entryTs": 1775772000,
          "entryUtc": "2026-04-09T22:00:00.000Z",
          "exitTs": 1775788260,
          "dir": -1,
          "entryPrice": 4771.445,
          "exitPrice": 4740.635,
          "stopDistance": 15.405,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 271
        },
        {
          "entryTs": 1775790720,
          "entryUtc": "2026-04-10T03:12:00.000Z",
          "exitTs": 1775824200,
          "dir": -1,
          "entryPrice": 4759.58,
          "exitPrice": 4774.918,
          "stopDistance": 15.338,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 558
        },
        {
          "entryTs": 1775833560,
          "entryUtc": "2026-04-10T15:06:00.000Z",
          "exitTs": 1775837040,
          "dir": 1,
          "entryPrice": 4769.971,
          "exitPrice": 4754.4,
          "stopDistance": 15.572,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 58
        },
        {
          "entryTs": 1776042060,
          "entryUtc": "2026-04-13T01:01:00.000Z",
          "exitTs": 1776045360,
          "dir": -1,
          "entryPrice": 4702.662,
          "exitPrice": 4727.005,
          "stopDistance": 24.343,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 55
        },
        {
          "entryTs": 1776069780,
          "entryUtc": "2026-04-13T08:43:00.000Z",
          "exitTs": 1776075900,
          "dir": 1,
          "entryPrice": 4723.4,
          "exitPrice": 4708.907,
          "stopDistance": 14.493,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 102
        },
        {
          "entryTs": 1776078360,
          "entryUtc": "2026-04-13T11:06:00.000Z",
          "exitTs": 1776088200,
          "dir": -1,
          "entryPrice": 4727.78,
          "exitPrice": 4742.107,
          "stopDistance": 14.327,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 164
        },
        {
          "entryTs": 1776088920,
          "entryUtc": "2026-04-13T14:02:00.000Z",
          "exitTs": 1776092640,
          "dir": 1,
          "entryPrice": 4723.74,
          "exitPrice": 4707.165,
          "stopDistance": 16.575,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 62
        },
        {
          "entryTs": 1776148800,
          "entryUtc": "2026-04-14T06:40:00.000Z",
          "exitTs": 1776149580,
          "dir": -1,
          "entryPrice": 4769.957,
          "exitPrice": 4780.916,
          "stopDistance": 10.96,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 13
        },
        {
          "entryTs": 1776151500,
          "entryUtc": "2026-04-14T07:25:00.000Z",
          "exitTs": 1776163140,
          "dir": 1,
          "entryPrice": 4770.247,
          "exitPrice": 4758.51,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 194
        },
        {
          "entryTs": 1776163620,
          "entryUtc": "2026-04-14T10:47:00.000Z",
          "exitTs": 1776172740,
          "dir": -1,
          "entryPrice": 4770.2,
          "exitPrice": 4785.887,
          "stopDistance": 15.687,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 152
        },
        {
          "entryTs": 1776204000,
          "entryUtc": "2026-04-14T22:00:00.000Z",
          "exitTs": 1776215760,
          "dir": 1,
          "entryPrice": 4836.618,
          "exitPrice": 4863.563,
          "stopDistance": 13.472,
          "outcome": "target",
          "netR": 1.9725,
          "holdMinutes": 196
        },
        {
          "entryTs": 1776216180,
          "entryUtc": "2026-04-15T01:23:00.000Z",
          "exitTs": 1776220260,
          "dir": 1,
          "entryPrice": 4842.592,
          "exitPrice": 4828.953,
          "stopDistance": 13.639,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 68
        },
        {
          "entryTs": 1776232380,
          "entryUtc": "2026-04-15T05:53:00.000Z",
          "exitTs": 1776244260,
          "dir": -1,
          "entryPrice": 4820.92,
          "exitPrice": 4795.021,
          "stopDistance": 12.949,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 198
        },
        {
          "entryTs": 1776253560,
          "entryUtc": "2026-04-15T11:46:00.000Z",
          "exitTs": 1776260280,
          "dir": -1,
          "entryPrice": 4809.616,
          "exitPrice": 4824.764,
          "stopDistance": 15.147,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 112
        },
        {
          "entryTs": 1776265620,
          "entryUtc": "2026-04-15T15:07:00.000Z",
          "exitTs": 1776267060,
          "dir": 1,
          "entryPrice": 4803.865,
          "exitPrice": 4790.559,
          "stopDistance": 13.306,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 24
        },
        {
          "entryTs": 1776290400,
          "entryUtc": "2026-04-15T22:00:00.000Z",
          "exitTs": 1776293460,
          "dir": -1,
          "entryPrice": 4795.455,
          "exitPrice": 4805.943,
          "stopDistance": 10.488,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 51
        },
        {
          "entryTs": 1776305520,
          "entryUtc": "2026-04-16T02:12:00.000Z",
          "exitTs": 1776315960,
          "dir": -1,
          "entryPrice": 4824.251,
          "exitPrice": 4836.773,
          "stopDistance": 12.522,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 174
        },
        {
          "entryTs": 1776318180,
          "entryUtc": "2026-04-16T05:43:00.000Z",
          "exitTs": 1776320940,
          "dir": 1,
          "entryPrice": 4824.99,
          "exitPrice": 4814.556,
          "stopDistance": 10.434,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 46
        },
        {
          "entryTs": 1776322080,
          "entryUtc": "2026-04-16T06:48:00.000Z",
          "exitTs": 1776334500,
          "dir": -1,
          "entryPrice": 4826.22,
          "exitPrice": 4804.867,
          "stopDistance": 10.677,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 207
        },
        {
          "entryTs": 1776337440,
          "entryUtc": "2026-04-16T11:04:00.000Z",
          "exitTs": 1776347640,
          "dir": -1,
          "entryPrice": 4818.845,
          "exitPrice": 4794.126,
          "stopDistance": 12.359,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 170
        },
        {
          "entryTs": 1776348600,
          "entryUtc": "2026-04-16T14:10:00.000Z",
          "exitTs": 1776350400,
          "dir": -1,
          "entryPrice": 4803.83,
          "exitPrice": 4775.723,
          "stopDistance": 14.054,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 30
        },
        {
          "entryTs": 1776370860,
          "entryUtc": "2026-04-16T20:21:00.000Z",
          "exitTs": 1776388320,
          "dir": 1,
          "entryPrice": 4789.44,
          "exitPrice": 4776.727,
          "stopDistance": 12.713,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 291
        },
        {
          "entryTs": 1776388560,
          "entryUtc": "2026-04-17T01:16:00.000Z",
          "exitTs": 1776395100,
          "dir": -1,
          "entryPrice": 4783.425,
          "exitPrice": 4794.751,
          "stopDistance": 11.327,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 109
        },
        {
          "entryTs": 1776405600,
          "entryUtc": "2026-04-17T06:00:00.000Z",
          "exitTs": 1776407520,
          "dir": 1,
          "entryPrice": 4792.715,
          "exitPrice": 4782.177,
          "stopDistance": 10.538,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 32
        },
        {
          "entryTs": 1776411240,
          "entryUtc": "2026-04-17T07:34:00.000Z",
          "exitTs": 1776426300,
          "dir": -1,
          "entryPrice": 4794.427,
          "exitPrice": 4804.9,
          "stopDistance": 10.473,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 251
        },
        {
          "entryTs": 1776648420,
          "entryUtc": "2026-04-20T01:27:00.000Z",
          "exitTs": 1776691740,
          "dir": -1,
          "entryPrice": 4800.876,
          "exitPrice": 4822.13,
          "stopDistance": 21.254,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 722
        },
        {
          "entryTs": 1776693720,
          "entryUtc": "2026-04-20T14:02:00.000Z",
          "exitTs": 1776696660,
          "dir": 1,
          "entryPrice": 4812.3,
          "exitPrice": 4797.638,
          "stopDistance": 14.662,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 49
        },
        {
          "entryTs": 1776698760,
          "entryUtc": "2026-04-20T15:26:00.000Z",
          "exitTs": 1776722400,
          "dir": -1,
          "entryPrice": 4809.116,
          "exitPrice": 4826.148,
          "stopDistance": 17.031,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 394
        },
        {
          "entryTs": 1776728760,
          "entryUtc": "2026-04-20T23:46:00.000Z",
          "exitTs": 1776735600,
          "dir": 1,
          "entryPrice": 4821.165,
          "exitPrice": 4810.459,
          "stopDistance": 10.706,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 114
        },
        {
          "entryTs": 1776769680,
          "entryUtc": "2026-04-21T11:08:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4785.595,
          "exitPrice": 4775.03,
          "stopDistance": 10.565,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 82
        },
        {
          "entryTs": 1776778740,
          "entryUtc": "2026-04-21T13:39:00.000Z",
          "exitTs": 1776782400,
          "dir": -1,
          "entryPrice": 4781.23,
          "exitPrice": 4752.005,
          "stopDistance": 14.612,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 61
        },
        {
          "entryTs": 1776797640,
          "entryUtc": "2026-04-21T18:54:00.000Z",
          "exitTs": 1776808920,
          "dir": -1,
          "entryPrice": 4707.072,
          "exitPrice": 4728.385,
          "stopDistance": 21.314,
          "outcome": "stop",
          "netR": -1.0197,
          "holdMinutes": 188
        },
        {
          "entryTs": 1776837660,
          "entryUtc": "2026-04-22T06:01:00.000Z",
          "exitTs": 1776852180,
          "dir": 1,
          "entryPrice": 4761.11,
          "exitPrice": 4749.245,
          "stopDistance": 11.865,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 242
        },
        {
          "entryTs": 1776854100,
          "entryUtc": "2026-04-22T10:35:00.000Z",
          "exitTs": 1776863820,
          "dir": -1,
          "entryPrice": 4758.875,
          "exitPrice": 4738.653,
          "stopDistance": 10.111,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 162
        },
        {
          "entryTs": 1776865020,
          "entryUtc": "2026-04-22T13:37:00.000Z",
          "exitTs": 1776868500,
          "dir": -1,
          "entryPrice": 4751.64,
          "exitPrice": 4730.412,
          "stopDistance": 10.614,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 58
        },
        {
          "entryTs": 1776883560,
          "entryUtc": "2026-04-22T18:46:00.000Z",
          "exitTs": 1776902940,
          "dir": -1,
          "entryPrice": 4742.42,
          "exitPrice": 4716.791,
          "stopDistance": 12.815,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 323
        },
        {
          "entryTs": 1776903540,
          "entryUtc": "2026-04-23T00:19:00.000Z",
          "exitTs": 1776903900,
          "dir": -1,
          "entryPrice": 4722.39,
          "exitPrice": 4734.005,
          "stopDistance": 11.615,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 6
        },
        {
          "entryTs": 1776904140,
          "entryUtc": "2026-04-23T00:29:00.000Z",
          "exitTs": 1776904200,
          "dir": -1,
          "entryPrice": 4740.89,
          "exitPrice": 4750.862,
          "stopDistance": 9.972,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 1
        },
        {
          "entryTs": 1776906660,
          "entryUtc": "2026-04-23T01:11:00.000Z",
          "exitTs": 1776909540,
          "dir": 1,
          "entryPrice": 4738.296,
          "exitPrice": 4722.339,
          "stopDistance": 15.957,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 48
        },
        {
          "entryTs": 1776921900,
          "entryUtc": "2026-04-23T05:25:00.000Z",
          "exitTs": 1776938940,
          "dir": 1,
          "entryPrice": 4705.29,
          "exitPrice": 4691.638,
          "stopDistance": 13.652,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 284
        },
        {
          "entryTs": 1776944520,
          "entryUtc": "2026-04-23T11:42:00.000Z",
          "exitTs": 1776945300,
          "dir": -1,
          "entryPrice": 4704.855,
          "exitPrice": 4718.335,
          "stopDistance": 13.48,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 13
        },
        {
          "entryTs": 1776992700,
          "entryUtc": "2026-04-24T01:05:00.000Z",
          "exitTs": 1776997680,
          "dir": 1,
          "entryPrice": 4696.055,
          "exitPrice": 4682.08,
          "stopDistance": 13.975,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 83
        },
        {
          "entryTs": 1777005840,
          "entryUtc": "2026-04-24T04:44:00.000Z",
          "exitTs": 1777008780,
          "dir": -1,
          "entryPrice": 4668.305,
          "exitPrice": 4682.561,
          "stopDistance": 14.256,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 49
        },
        {
          "entryTs": 1777011900,
          "entryUtc": "2026-04-24T06:25:00.000Z",
          "exitTs": 1777028820,
          "dir": 1,
          "entryPrice": 4672.3,
          "exitPrice": 4700.231,
          "stopDistance": 13.966,
          "outcome": "target",
          "netR": 1.9735,
          "holdMinutes": 282
        },
        {
          "entryTs": 1777034940,
          "entryUtc": "2026-04-24T12:49:00.000Z",
          "exitTs": 1777039500,
          "dir": 1,
          "entryPrice": 4691.095,
          "exitPrice": 4718.164,
          "stopDistance": 13.534,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 76
        },
        {
          "entryTs": 1777045440,
          "entryUtc": "2026-04-24T15:44:00.000Z",
          "exitTs": 1777240800,
          "dir": 1,
          "entryPrice": 4715.075,
          "exitPrice": 4696.209,
          "stopDistance": 18.866,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 3256
        },
        {
          "entryTs": 1777251480,
          "entryUtc": "2026-04-27T00:58:00.000Z",
          "exitTs": 1777251660,
          "dir": -1,
          "entryPrice": 4693.51,
          "exitPrice": 4705.191,
          "stopDistance": 11.681,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 3
        },
        {
          "entryTs": 1777294200,
          "entryUtc": "2026-04-27T12:50:00.000Z",
          "exitTs": 1777300440,
          "dir": -1,
          "entryPrice": 4703.885,
          "exitPrice": 4683.669,
          "stopDistance": 10.108,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 104
        },
        {
          "entryTs": 1777338000,
          "entryUtc": "2026-04-28T01:00:00.000Z",
          "exitTs": 1777341000,
          "dir": 1,
          "entryPrice": 4690.065,
          "exitPrice": 4683.13,
          "stopDistance": 6.935,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 50
        },
        {
          "entryTs": 1777364940,
          "entryUtc": "2026-04-28T08:29:00.000Z",
          "exitTs": 1777375200,
          "dir": -1,
          "entryPrice": 4626.865,
          "exitPrice": 4595.315,
          "stopDistance": 15.775,
          "outcome": "target",
          "netR": 1.9765,
          "holdMinutes": 171
        },
        {
          "entryTs": 1777409520,
          "entryUtc": "2026-04-28T20:52:00.000Z",
          "exitTs": 1777421280,
          "dir": -1,
          "entryPrice": 4595.34,
          "exitPrice": 4607.679,
          "stopDistance": 12.34,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 196
        },
        {
          "entryTs": 1777421940,
          "entryUtc": "2026-04-29T00:19:00.000Z",
          "exitTs": 1777424460,
          "dir": 1,
          "entryPrice": 4600.56,
          "exitPrice": 4590.164,
          "stopDistance": 10.396,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 42
        },
        {
          "entryTs": 1777428060,
          "entryUtc": "2026-04-29T02:01:00.000Z",
          "exitTs": 1777437360,
          "dir": -1,
          "entryPrice": 4593.01,
          "exitPrice": 4605.434,
          "stopDistance": 12.424,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 155
        },
        {
          "entryTs": 1777440120,
          "entryUtc": "2026-04-29T05:22:00.000Z",
          "exitTs": 1777443120,
          "dir": 1,
          "entryPrice": 4598.695,
          "exitPrice": 4587.507,
          "stopDistance": 11.188,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 50
        },
        {
          "entryTs": 1777457700,
          "entryUtc": "2026-04-29T10:15:00.000Z",
          "exitTs": 1777467300,
          "dir": -1,
          "entryPrice": 4570.065,
          "exitPrice": 4543.429,
          "stopDistance": 13.318,
          "outcome": "target",
          "netR": 1.9722,
          "holdMinutes": 160
        },
        {
          "entryTs": 1777516980,
          "entryUtc": "2026-04-30T02:43:00.000Z",
          "exitTs": 1777523220,
          "dir": 1,
          "entryPrice": 4559.945,
          "exitPrice": 4546.876,
          "stopDistance": 13.069,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 104
        },
        {
          "entryTs": 1777528260,
          "entryUtc": "2026-04-30T05:51:00.000Z",
          "exitTs": 1777531920,
          "dir": -1,
          "entryPrice": 4568.818,
          "exitPrice": 4580.903,
          "stopDistance": 12.085,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 61
        }
      ],
      "significance": {
        "tStat": -5.94,
        "pValueOneSided": 1,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "smc-inverse-fvg-m15",
      "name": "Inverse fair value gap",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "The \"IFVG\" follow-up video that almost every FVG channel eventually publishes.",
      "rule": "When a fair value gap is fully violated by a close through it, treat the gap as the opposite kind of zone and enter with a limit order on the first retest.",
      "rawSignals": 3370,
      "full": {
        "trades": 2403,
        "winRate": {
          "successes": 836,
          "total": 2403,
          "ratePct": 34.8,
          "ci95Pct": [
            32.9,
            36.7
          ]
        },
        "expectancyR": -0.0749,
        "totalR": -179.87,
        "profitFactor": 0.895,
        "avgWinR": 1.843,
        "avgLossR": -1.098,
        "maxDrawdownPct": 90.77,
        "finalEquity": 1302.69,
        "returnPct": -86.97,
        "tStat": -2.596,
        "sdR": 1.413,
        "ambiguousTrades": 6,
        "timeExits": 63,
        "stopExits": 1539,
        "targetExits": 795,
        "optimisticExpectancyR": -0.0673,
        "medianHoldMinutes": 97,
        "medianCostShareOfR": 0.0989,
        "longTrades": 1208,
        "longExpectancyR": -0.0936,
        "shortTrades": 1195,
        "shortExpectancyR": -0.0559,
        "maxConsecutiveLosses": 17,
        "skippedInPosition": 966,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 1823,
        "winRate": {
          "successes": 635,
          "total": 1823,
          "ratePct": 34.8,
          "ci95Pct": [
            32.7,
            37
          ]
        },
        "expectancyR": -0.088,
        "totalR": -160.51,
        "profitFactor": 0.879,
        "avgWinR": 1.831,
        "avgLossR": -1.114,
        "maxDrawdownPct": 86.23,
        "finalEquity": 1673.96,
        "returnPct": -83.26,
        "tStat": -2.657,
        "sdR": 1.415,
        "ambiguousTrades": 6,
        "timeExits": 50,
        "stopExits": 1161,
        "targetExits": 606,
        "optimisticExpectancyR": -0.0781,
        "medianHoldMinutes": 92,
        "medianCostShareOfR": 0.1152,
        "longTrades": 892,
        "longExpectancyR": -0.1238,
        "shortTrades": 931,
        "shortExpectancyR": -0.0537,
        "maxConsecutiveLosses": 17,
        "skippedInPosition": 752,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 580,
        "winRate": {
          "successes": 201,
          "total": 580,
          "ratePct": 34.7,
          "ci95Pct": [
            30.9,
            38.6
          ]
        },
        "expectancyR": -0.0334,
        "totalR": -19.36,
        "profitFactor": 0.951,
        "avgWinR": 1.882,
        "avgLossR": -1.049,
        "maxDrawdownPct": 34.48,
        "finalEquity": 7782.07,
        "returnPct": -22.18,
        "tStat": -0.57,
        "sdR": 1.409,
        "ambiguousTrades": 0,
        "timeExits": 13,
        "stopExits": 378,
        "targetExits": 189,
        "optimisticExpectancyR": -0.0334,
        "medianHoldMinutes": 118.5,
        "medianCostShareOfR": 0.041,
        "longTrades": 316,
        "longExpectancyR": -0.0083,
        "shortTrades": 264,
        "shortExpectancyR": -0.0634,
        "maxConsecutiveLosses": 17,
        "skippedInPosition": 214,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 3091,
          "winRatePct": 51.8,
          "expectancyR": -0.1199,
          "profitFactor": 0.786,
          "returnPct": -97.91
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 2862,
          "winRatePct": 34.3,
          "expectancyR": -0.1373,
          "profitFactor": 0.82,
          "returnPct": -98.53
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 2687,
          "winRatePct": 26.7,
          "expectancyR": -0.1152,
          "profitFactor": 0.865,
          "returnPct": -96.99
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 2793,
          "winRatePct": 50.5,
          "expectancyR": -0.0922,
          "profitFactor": 0.831,
          "returnPct": -93.39
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 2403,
          "winRatePct": 34.8,
          "expectancyR": -0.0749,
          "profitFactor": 0.895,
          "returnPct": -86.97
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 2183,
          "winRatePct": 26.4,
          "expectancyR": -0.1016,
          "profitFactor": 0.874,
          "returnPct": -92.03
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 2172,
          "winRatePct": 49.6,
          "expectancyR": -0.0656,
          "profitFactor": 0.875,
          "returnPct": -78.4
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 1760,
          "winRatePct": 35.3,
          "expectancyR": -0.0679,
          "profitFactor": 0.898,
          "returnPct": -74.16
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 1612,
          "winRatePct": 31,
          "expectancyR": -0.0683,
          "profitFactor": 0.904,
          "returnPct": -72.58
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 2403,
          "expectancyR": -0.036,
          "profitFactor": 0.948,
          "returnPct": -66.86
        },
        {
          "spreadUsd": 0.3,
          "trades": 2403,
          "expectancyR": -0.0749,
          "profitFactor": 0.895,
          "returnPct": -86.97
        },
        {
          "spreadUsd": 0.6,
          "trades": 2403,
          "expectancyR": -0.1525,
          "profitFactor": 0.801,
          "returnPct": -97.99
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 12.2
        },
        {
          "month": "2021-02",
          "totalR": -8.37
        },
        {
          "month": "2021-03",
          "totalR": -8.26
        },
        {
          "month": "2021-04",
          "totalR": -3.57
        },
        {
          "month": "2021-05",
          "totalR": 5
        },
        {
          "month": "2021-06",
          "totalR": 0.41
        },
        {
          "month": "2021-07",
          "totalR": 0.52
        },
        {
          "month": "2021-08",
          "totalR": -20.96
        },
        {
          "month": "2021-09",
          "totalR": 2.61
        },
        {
          "month": "2021-10",
          "totalR": -2.95
        },
        {
          "month": "2021-11",
          "totalR": 6.55
        },
        {
          "month": "2021-12",
          "totalR": -8.33
        },
        {
          "month": "2022-01",
          "totalR": -17.04
        },
        {
          "month": "2022-02",
          "totalR": -5.86
        },
        {
          "month": "2022-03",
          "totalR": 0.08
        },
        {
          "month": "2022-04",
          "totalR": -8.94
        },
        {
          "month": "2022-05",
          "totalR": -15.25
        },
        {
          "month": "2022-06",
          "totalR": -7.22
        },
        {
          "month": "2022-07",
          "totalR": -1.43
        },
        {
          "month": "2022-08",
          "totalR": -4.04
        },
        {
          "month": "2022-09",
          "totalR": -15.28
        },
        {
          "month": "2022-10",
          "totalR": 1.47
        },
        {
          "month": "2022-11",
          "totalR": -9.17
        },
        {
          "month": "2022-12",
          "totalR": -13.9
        },
        {
          "month": "2023-01",
          "totalR": 2.31
        },
        {
          "month": "2023-02",
          "totalR": 7
        },
        {
          "month": "2023-03",
          "totalR": -14.48
        },
        {
          "month": "2023-04",
          "totalR": -7.56
        },
        {
          "month": "2023-05",
          "totalR": 5.2
        },
        {
          "month": "2023-06",
          "totalR": 5.06
        },
        {
          "month": "2023-07",
          "totalR": 8.9
        },
        {
          "month": "2023-08",
          "totalR": 0.68
        },
        {
          "month": "2023-09",
          "totalR": -10.2
        },
        {
          "month": "2023-10",
          "totalR": -6.3
        },
        {
          "month": "2023-11",
          "totalR": 11.47
        },
        {
          "month": "2023-12",
          "totalR": -7
        },
        {
          "month": "2024-01",
          "totalR": 14.41
        },
        {
          "month": "2024-02",
          "totalR": 8.2
        },
        {
          "month": "2024-03",
          "totalR": -2.65
        },
        {
          "month": "2024-04",
          "totalR": -1.3
        },
        {
          "month": "2024-05",
          "totalR": -14.15
        },
        {
          "month": "2024-06",
          "totalR": -6.41
        },
        {
          "month": "2024-07",
          "totalR": -6.64
        },
        {
          "month": "2024-08",
          "totalR": -3.34
        },
        {
          "month": "2024-09",
          "totalR": 11.79
        },
        {
          "month": "2024-10",
          "totalR": -18.96
        },
        {
          "month": "2024-11",
          "totalR": -4.14
        },
        {
          "month": "2024-12",
          "totalR": -10.63
        },
        {
          "month": "2025-01",
          "totalR": -6.05
        },
        {
          "month": "2025-02",
          "totalR": -14.84
        },
        {
          "month": "2025-03",
          "totalR": -7.09
        },
        {
          "month": "2025-04",
          "totalR": 13.35
        },
        {
          "month": "2025-05",
          "totalR": -0.69
        },
        {
          "month": "2025-06",
          "totalR": -14.88
        },
        {
          "month": "2025-07",
          "totalR": 0.4
        },
        {
          "month": "2025-08",
          "totalR": 1.01
        },
        {
          "month": "2025-09",
          "totalR": -1.16
        },
        {
          "month": "2025-10",
          "totalR": 8.56
        },
        {
          "month": "2025-11",
          "totalR": 18.96
        },
        {
          "month": "2025-12",
          "totalR": 1.73
        },
        {
          "month": "2026-01",
          "totalR": -0.06
        },
        {
          "month": "2026-02",
          "totalR": -3.17
        },
        {
          "month": "2026-03",
          "totalR": -7.52
        },
        {
          "month": "2026-04",
          "totalR": -7.9
        }
      ],
      "trades": [
        {
          "entryTs": 1609774680,
          "entryUtc": "2021-01-04T15:38:00.000Z",
          "exitTs": 1609775760,
          "dir": -1,
          "entryPrice": 1936.978,
          "exitPrice": 1942.782,
          "stopDistance": 5.804,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 18
        },
        {
          "entryTs": 1609780500,
          "entryUtc": "2021-01-04T17:15:00.000Z",
          "exitTs": 1609845720,
          "dir": 1,
          "entryPrice": 1935.848,
          "exitPrice": 1948.789,
          "stopDistance": 6.47,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 1087
        },
        {
          "entryTs": 1609917960,
          "entryUtc": "2021-01-06T07:26:00.000Z",
          "exitTs": 1609922340,
          "dir": 1,
          "entryPrice": 1944.645,
          "exitPrice": 1953.551,
          "stopDistance": 4.453,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 73
        },
        {
          "entryTs": 1609940940,
          "entryUtc": "2021-01-06T13:49:00.000Z",
          "exitTs": 1609947420,
          "dir": -1,
          "entryPrice": 1936.688,
          "exitPrice": 1921.076,
          "stopDistance": 7.806,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 108
        },
        {
          "entryTs": 1610007300,
          "entryUtc": "2021-01-07T08:15:00.000Z",
          "exitTs": 1610015400,
          "dir": -1,
          "entryPrice": 1918.898,
          "exitPrice": 1909.727,
          "stopDistance": 4.586,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 135
        },
        {
          "entryTs": 1610022300,
          "entryUtc": "2021-01-07T12:25:00.000Z",
          "exitTs": 1610030580,
          "dir": 1,
          "entryPrice": 1914.708,
          "exitPrice": 1909.173,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 138
        },
        {
          "entryTs": 1610082960,
          "entryUtc": "2021-01-08T05:16:00.000Z",
          "exitTs": 1610086440,
          "dir": 1,
          "entryPrice": 1909.408,
          "exitPrice": 1906.424,
          "stopDistance": 2.984,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 58
        },
        {
          "entryTs": 1610115900,
          "entryUtc": "2021-01-08T14:25:00.000Z",
          "exitTs": 1610116920,
          "dir": 1,
          "entryPrice": 1885.818,
          "exitPrice": 1878.306,
          "stopDistance": 7.512,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 17
        },
        {
          "entryTs": 1610322240,
          "entryUtc": "2021-01-10T23:44:00.000Z",
          "exitTs": 1610326800,
          "dir": 1,
          "entryPrice": 1845.595,
          "exitPrice": 1837.853,
          "stopDistance": 7.742,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 76
        },
        {
          "entryTs": 1610335320,
          "entryUtc": "2021-01-11T03:22:00.000Z",
          "exitTs": 1610346660,
          "dir": 1,
          "entryPrice": 1829.105,
          "exitPrice": 1846.315,
          "stopDistance": 8.605,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 189
        },
        {
          "entryTs": 1610356620,
          "entryUtc": "2021-01-11T09:17:00.000Z",
          "exitTs": 1610371920,
          "dir": -1,
          "entryPrice": 1849.965,
          "exitPrice": 1835.546,
          "stopDistance": 7.209,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 255
        },
        {
          "entryTs": 1610411100,
          "entryUtc": "2021-01-12T00:25:00.000Z",
          "exitTs": 1610421600,
          "dir": -1,
          "entryPrice": 1845.968,
          "exitPrice": 1849.987,
          "stopDistance": 4.019,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 175
        },
        {
          "entryTs": 1610455380,
          "entryUtc": "2021-01-12T12:43:00.000Z",
          "exitTs": 1610457660,
          "dir": -1,
          "entryPrice": 1861.348,
          "exitPrice": 1853.938,
          "stopDistance": 3.705,
          "outcome": "target",
          "netR": 1.9001,
          "holdMinutes": 38
        },
        {
          "entryTs": 1610524080,
          "entryUtc": "2021-01-13T07:48:00.000Z",
          "exitTs": 1610529120,
          "dir": -1,
          "entryPrice": 1859.688,
          "exitPrice": 1852.705,
          "stopDistance": 3.491,
          "outcome": "target",
          "netR": 1.894,
          "holdMinutes": 84
        },
        {
          "entryTs": 1610548140,
          "entryUtc": "2021-01-13T14:29:00.000Z",
          "exitTs": 1610571180,
          "dir": 1,
          "entryPrice": 1852.638,
          "exitPrice": 1847.833,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 384
        },
        {
          "entryTs": 1610677620,
          "entryUtc": "2021-01-15T02:27:00.000Z",
          "exitTs": 1610704020,
          "dir": -1,
          "entryPrice": 1852.118,
          "exitPrice": 1855.97,
          "stopDistance": 3.852,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 440
        },
        {
          "entryTs": 1610711160,
          "entryUtc": "2021-01-15T11:46:00.000Z",
          "exitTs": 1610712240,
          "dir": 1,
          "entryPrice": 1849.995,
          "exitPrice": 1846.242,
          "stopDistance": 3.753,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 18
        },
        {
          "entryTs": 1610721300,
          "entryUtc": "2021-01-15T14:35:00.000Z",
          "exitTs": 1610723100,
          "dir": 1,
          "entryPrice": 1842.298,
          "exitPrice": 1837.069,
          "stopDistance": 5.229,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 30
        },
        {
          "entryTs": 1610729580,
          "entryUtc": "2021-01-15T16:53:00.000Z",
          "exitTs": 1610924400,
          "dir": 1,
          "entryPrice": 1829.757,
          "exitPrice": 1828.998,
          "stopDistance": 7.277,
          "outcome": "time",
          "netR": -0.1551,
          "holdMinutes": 3247
        },
        {
          "entryTs": 1611038100,
          "entryUtc": "2021-01-19T06:35:00.000Z",
          "exitTs": 1611044760,
          "dir": 1,
          "entryPrice": 1838.578,
          "exitPrice": 1844.26,
          "stopDistance": 2.841,
          "outcome": "target",
          "netR": 1.8698,
          "holdMinutes": 111
        },
        {
          "entryTs": 1611066360,
          "entryUtc": "2021-01-19T14:26:00.000Z",
          "exitTs": 1611067440,
          "dir": -1,
          "entryPrice": 1841.845,
          "exitPrice": 1835.573,
          "stopDistance": 3.136,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 18
        },
        {
          "entryTs": 1611146220,
          "entryUtc": "2021-01-20T12:37:00.000Z",
          "exitTs": 1611147240,
          "dir": -1,
          "entryPrice": 1850.377,
          "exitPrice": 1844.449,
          "stopDistance": 2.964,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 17
        },
        {
          "entryTs": 1611151800,
          "entryUtc": "2021-01-20T14:10:00.000Z",
          "exitTs": 1611152100,
          "dir": -1,
          "entryPrice": 1851.707,
          "exitPrice": 1854.635,
          "stopDistance": 2.928,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 5
        },
        {
          "entryTs": 1611216300,
          "entryUtc": "2021-01-21T08:05:00.000Z",
          "exitTs": 1611234060,
          "dir": -1,
          "entryPrice": 1870.825,
          "exitPrice": 1864.338,
          "stopDistance": 3.244,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 296
        },
        {
          "entryTs": 1611239520,
          "entryUtc": "2021-01-21T14:32:00.000Z",
          "exitTs": 1611295860,
          "dir": 1,
          "entryPrice": 1864.825,
          "exitPrice": 1859.605,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 939
        },
        {
          "entryTs": 1611308100,
          "entryUtc": "2021-01-22T09:35:00.000Z",
          "exitTs": 1611308700,
          "dir": 1,
          "entryPrice": 1860.075,
          "exitPrice": 1857.048,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611332040,
          "entryUtc": "2021-01-22T16:14:00.000Z",
          "exitTs": 1611529200,
          "dir": 1,
          "entryPrice": 1853.715,
          "exitPrice": 1856.898,
          "stopDistance": 6.144,
          "outcome": "time",
          "netR": 0.4578,
          "holdMinutes": 3286
        },
        {
          "entryTs": 1611534420,
          "entryUtc": "2021-01-25T00:27:00.000Z",
          "exitTs": 1611556680,
          "dir": -1,
          "entryPrice": 1857.105,
          "exitPrice": 1850.189,
          "stopDistance": 3.458,
          "outcome": "target",
          "netR": 1.893,
          "holdMinutes": 371
        },
        {
          "entryTs": 1611588060,
          "entryUtc": "2021-01-25T15:21:00.000Z",
          "exitTs": 1611626640,
          "dir": -1,
          "entryPrice": 1854.092,
          "exitPrice": 1859.547,
          "stopDistance": 5.455,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 643
        },
        {
          "entryTs": 1611653520,
          "entryUtc": "2021-01-26T09:32:00.000Z",
          "exitTs": 1611658740,
          "dir": 1,
          "entryPrice": 1852.085,
          "exitPrice": 1849.011,
          "stopDistance": 3.074,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 87
        },
        {
          "entryTs": 1611661200,
          "entryUtc": "2021-01-26T11:40:00.000Z",
          "exitTs": 1611666000,
          "dir": -1,
          "entryPrice": 1853.218,
          "exitPrice": 1856.394,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 80
        },
        {
          "entryTs": 1611672060,
          "entryUtc": "2021-01-26T14:41:00.000Z",
          "exitTs": 1611703200,
          "dir": -1,
          "entryPrice": 1856.755,
          "exitPrice": 1848.684,
          "stopDistance": 4.036,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 519
        },
        {
          "entryTs": 1611719400,
          "entryUtc": "2021-01-27T03:50:00.000Z",
          "exitTs": 1611734580,
          "dir": 1,
          "entryPrice": 1846.345,
          "exitPrice": 1851.988,
          "stopDistance": 2.821,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 253
        },
        {
          "entryTs": 1611767040,
          "entryUtc": "2021-01-27T17:04:00.000Z",
          "exitTs": 1611792720,
          "dir": 1,
          "entryPrice": 1843.952,
          "exitPrice": 1837.227,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 428
        },
        {
          "entryTs": 1611849720,
          "entryUtc": "2021-01-28T16:02:00.000Z",
          "exitTs": 1611852960,
          "dir": -1,
          "entryPrice": 1859.618,
          "exitPrice": 1846.67,
          "stopDistance": 6.474,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 54
        },
        {
          "entryTs": 1612166400,
          "entryUtc": "2021-02-01T08:00:00.000Z",
          "exitTs": 1612167120,
          "dir": 1,
          "entryPrice": 1860.215,
          "exitPrice": 1869.809,
          "stopDistance": 4.797,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 12
        },
        {
          "entryTs": 1612180140,
          "entryUtc": "2021-02-01T11:49:00.000Z",
          "exitTs": 1612181760,
          "dir": -1,
          "entryPrice": 1862.125,
          "exitPrice": 1868.471,
          "stopDistance": 6.346,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 27
        },
        {
          "entryTs": 1612196520,
          "entryUtc": "2021-02-01T16:22:00.000Z",
          "exitTs": 1612250700,
          "dir": -1,
          "entryPrice": 1863.755,
          "exitPrice": 1849.248,
          "stopDistance": 7.254,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 903
        },
        {
          "entryTs": 1612364340,
          "entryUtc": "2021-02-03T14:59:00.000Z",
          "exitTs": 1612403220,
          "dir": -1,
          "entryPrice": 1836.755,
          "exitPrice": 1828.445,
          "stopDistance": 4.155,
          "outcome": "target",
          "netR": 1.911,
          "holdMinutes": 648
        },
        {
          "entryTs": 1612426080,
          "entryUtc": "2021-02-04T08:08:00.000Z",
          "exitTs": 1612429380,
          "dir": 1,
          "entryPrice": 1823.365,
          "exitPrice": 1819.738,
          "stopDistance": 3.627,
          "outcome": "stop",
          "netR": -1.1158,
          "holdMinutes": 55
        },
        {
          "entryTs": 1612429440,
          "entryUtc": "2021-02-04T09:04:00.000Z",
          "exitTs": 1612429680,
          "dir": 1,
          "entryPrice": 1819.115,
          "exitPrice": 1815.55,
          "stopDistance": 3.565,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 4
        },
        {
          "entryTs": 1612451940,
          "entryUtc": "2021-02-04T15:19:00.000Z",
          "exitTs": 1612512600,
          "dir": 1,
          "entryPrice": 1791.238,
          "exitPrice": 1806.376,
          "stopDistance": 7.569,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1011
        },
        {
          "entryTs": 1612531800,
          "entryUtc": "2021-02-05T13:30:00.000Z",
          "exitTs": 1612531800,
          "dir": -1,
          "entryPrice": 1797.793,
          "exitPrice": 1802.132,
          "stopDistance": 4.339,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 0
        },
        {
          "entryTs": 1612532100,
          "entryUtc": "2021-02-05T13:35:00.000Z",
          "exitTs": 1612533660,
          "dir": -1,
          "entryPrice": 1805.227,
          "exitPrice": 1797.016,
          "stopDistance": 4.105,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 26
        },
        {
          "entryTs": 1612764180,
          "entryUtc": "2021-02-08T06:03:00.000Z",
          "exitTs": 1612767720,
          "dir": -1,
          "entryPrice": 1813.745,
          "exitPrice": 1816.63,
          "stopDistance": 2.885,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 59
        },
        {
          "entryTs": 1612772100,
          "entryUtc": "2021-02-08T08:15:00.000Z",
          "exitTs": 1612773300,
          "dir": 1,
          "entryPrice": 1812.503,
          "exitPrice": 1809.655,
          "stopDistance": 2.848,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 20
        },
        {
          "entryTs": 1612808460,
          "entryUtc": "2021-02-08T18:21:00.000Z",
          "exitTs": 1612833780,
          "dir": -1,
          "entryPrice": 1832.235,
          "exitPrice": 1836.515,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 422
        },
        {
          "entryTs": 1612858020,
          "entryUtc": "2021-02-09T08:07:00.000Z",
          "exitTs": 1612862460,
          "dir": 1,
          "entryPrice": 1840.135,
          "exitPrice": 1845.965,
          "stopDistance": 2.915,
          "outcome": "target",
          "netR": 1.8731,
          "holdMinutes": 74
        },
        {
          "entryTs": 1612875960,
          "entryUtc": "2021-02-09T13:06:00.000Z",
          "exitTs": 1612881480,
          "dir": 1,
          "entryPrice": 1841.165,
          "exitPrice": 1837.874,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 92
        },
        {
          "entryTs": 1612884120,
          "entryUtc": "2021-02-09T15:22:00.000Z",
          "exitTs": 1612889220,
          "dir": -1,
          "entryPrice": 1844.812,
          "exitPrice": 1836.34,
          "stopDistance": 4.236,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 85
        },
        {
          "entryTs": 1612946220,
          "entryUtc": "2021-02-10T08:37:00.000Z",
          "exitTs": 1612951020,
          "dir": -1,
          "entryPrice": 1845.338,
          "exitPrice": 1839.558,
          "stopDistance": 2.89,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 80
        },
        {
          "entryTs": 1612962780,
          "entryUtc": "2021-02-10T13:13:00.000Z",
          "exitTs": 1612963860,
          "dir": -1,
          "entryPrice": 1844.775,
          "exitPrice": 1847.64,
          "stopDistance": 2.865,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 18
        },
        {
          "entryTs": 1612979340,
          "entryUtc": "2021-02-10T17:49:00.000Z",
          "exitTs": 1613062680,
          "dir": -1,
          "entryPrice": 1841.892,
          "exitPrice": 1828.677,
          "stopDistance": 6.608,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 1389
        },
        {
          "entryTs": 1613066400,
          "entryUtc": "2021-02-11T18:00:00.000Z",
          "exitTs": 1613097240,
          "dir": 1,
          "entryPrice": 1825.552,
          "exitPrice": 1820.83,
          "stopDistance": 4.722,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 514
        },
        {
          "entryTs": 1613116020,
          "entryUtc": "2021-02-12T07:47:00.000Z",
          "exitTs": 1613116380,
          "dir": 1,
          "entryPrice": 1819.815,
          "exitPrice": 1817.55,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 6
        },
        {
          "entryTs": 1613129340,
          "entryUtc": "2021-02-12T11:29:00.000Z",
          "exitTs": 1613135940,
          "dir": 1,
          "entryPrice": 1817.445,
          "exitPrice": 1814.06,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 110
        },
        {
          "entryTs": 1613138220,
          "entryUtc": "2021-02-12T13:57:00.000Z",
          "exitTs": 1613141160,
          "dir": -1,
          "entryPrice": 1815.645,
          "exitPrice": 1819.247,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 49
        },
        {
          "entryTs": 1613141220,
          "entryUtc": "2021-02-12T14:47:00.000Z",
          "exitTs": 1613144940,
          "dir": -1,
          "entryPrice": 1819.992,
          "exitPrice": 1823.36,
          "stopDistance": 3.368,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 62
        },
        {
          "entryTs": 1613160660,
          "entryUtc": "2021-02-12T20:11:00.000Z",
          "exitTs": 1613343600,
          "dir": 1,
          "entryPrice": 1817.395,
          "exitPrice": 1824.538,
          "stopDistance": 4.738,
          "outcome": "time",
          "netR": 1.4296,
          "holdMinutes": 3049
        },
        {
          "entryTs": 1613384400,
          "entryUtc": "2021-02-15T10:20:00.000Z",
          "exitTs": 1613389140,
          "dir": -1,
          "entryPrice": 1818.655,
          "exitPrice": 1821.263,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 79
        },
        {
          "entryTs": 1613410200,
          "entryUtc": "2021-02-15T17:30:00.000Z",
          "exitTs": 1613438940,
          "dir": 1,
          "entryPrice": 1818.095,
          "exitPrice": 1823.454,
          "stopDistance": 2.679,
          "outcome": "target",
          "netR": 1.8619,
          "holdMinutes": 479
        },
        {
          "entryTs": 1613456700,
          "entryUtc": "2021-02-16T06:25:00.000Z",
          "exitTs": 1613469000,
          "dir": -1,
          "entryPrice": 1822.668,
          "exitPrice": 1824.958,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 205
        },
        {
          "entryTs": 1613474640,
          "entryUtc": "2021-02-16T11:24:00.000Z",
          "exitTs": 1613476200,
          "dir": 1,
          "entryPrice": 1820.515,
          "exitPrice": 1817.769,
          "stopDistance": 2.746,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 26
        },
        {
          "entryTs": 1613493000,
          "entryUtc": "2021-02-16T16:30:00.000Z",
          "exitTs": 1613495160,
          "dir": 1,
          "entryPrice": 1803.165,
          "exitPrice": 1794.781,
          "stopDistance": 8.384,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 36
        },
        {
          "entryTs": 1613540580,
          "entryUtc": "2021-02-17T05:43:00.000Z",
          "exitTs": 1613548980,
          "dir": 1,
          "entryPrice": 1790.845,
          "exitPrice": 1787.322,
          "stopDistance": 3.523,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 140
        },
        {
          "entryTs": 1613561760,
          "entryUtc": "2021-02-17T11:36:00.000Z",
          "exitTs": 1613568000,
          "dir": 1,
          "entryPrice": 1787.335,
          "exitPrice": 1783.368,
          "stopDistance": 3.967,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 104
        },
        {
          "entryTs": 1613584680,
          "entryUtc": "2021-02-17T17:58:00.000Z",
          "exitTs": 1613638500,
          "dir": 1,
          "entryPrice": 1775.845,
          "exitPrice": 1788.789,
          "stopDistance": 6.472,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 897
        },
        {
          "entryTs": 1613646360,
          "entryUtc": "2021-02-18T11:06:00.000Z",
          "exitTs": 1613653680,
          "dir": -1,
          "entryPrice": 1785.205,
          "exitPrice": 1789.076,
          "stopDistance": 3.871,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 122
        },
        {
          "entryTs": 1613654760,
          "entryUtc": "2021-02-18T13:26:00.000Z",
          "exitTs": 1613658000,
          "dir": 1,
          "entryPrice": 1783.186,
          "exitPrice": 1778.917,
          "stopDistance": 4.269,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 54
        },
        {
          "entryTs": 1613665920,
          "entryUtc": "2021-02-18T16:32:00.000Z",
          "exitTs": 1613694360,
          "dir": 1,
          "entryPrice": 1775.675,
          "exitPrice": 1769.391,
          "stopDistance": 6.284,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 474
        },
        {
          "entryTs": 1613700240,
          "entryUtc": "2021-02-19T02:04:00.000Z",
          "exitTs": 1613715240,
          "dir": 1,
          "entryPrice": 1765.385,
          "exitPrice": 1775.51,
          "stopDistance": 5.062,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 250
        },
        {
          "entryTs": 1613716620,
          "entryUtc": "2021-02-19T06:37:00.000Z",
          "exitTs": 1613735700,
          "dir": 1,
          "entryPrice": 1771.976,
          "exitPrice": 1767.718,
          "stopDistance": 4.258,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 318
        },
        {
          "entryTs": 1613740800,
          "entryUtc": "2021-02-19T13:20:00.000Z",
          "exitTs": 1613743140,
          "dir": 1,
          "entryPrice": 1771.585,
          "exitPrice": 1779.244,
          "stopDistance": 3.829,
          "outcome": "target",
          "netR": 1.9034,
          "holdMinutes": 39
        },
        {
          "entryTs": 1613747580,
          "entryUtc": "2021-02-19T15:13:00.000Z",
          "exitTs": 1613948400,
          "dir": 1,
          "entryPrice": 1781.645,
          "exitPrice": 1781.906,
          "stopDistance": 6.364,
          "outcome": "time",
          "netR": -0.0171,
          "holdMinutes": 3347
        },
        {
          "entryTs": 1613961240,
          "entryUtc": "2021-02-22T02:34:00.000Z",
          "exitTs": 1613974020,
          "dir": -1,
          "entryPrice": 1787.015,
          "exitPrice": 1791.088,
          "stopDistance": 4.073,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 213
        },
        {
          "entryTs": 1613978880,
          "entryUtc": "2021-02-22T07:28:00.000Z",
          "exitTs": 1613985480,
          "dir": -1,
          "entryPrice": 1791.545,
          "exitPrice": 1795.556,
          "stopDistance": 4.011,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 110
        },
        {
          "entryTs": 1614003300,
          "entryUtc": "2021-02-22T14:15:00.000Z",
          "exitTs": 1614004440,
          "dir": -1,
          "entryPrice": 1795.498,
          "exitPrice": 1800.396,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 19
        },
        {
          "entryTs": 1614058800,
          "entryUtc": "2021-02-23T05:40:00.000Z",
          "exitTs": 1614072060,
          "dir": -1,
          "entryPrice": 1811.925,
          "exitPrice": 1806.363,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 221
        },
        {
          "entryTs": 1614097260,
          "entryUtc": "2021-02-23T16:21:00.000Z",
          "exitTs": 1614174360,
          "dir": 1,
          "entryPrice": 1802.425,
          "exitPrice": 1796.201,
          "stopDistance": 6.225,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 1285
        },
        {
          "entryTs": 1614189300,
          "entryUtc": "2021-02-24T17:55:00.000Z",
          "exitTs": 1614237000,
          "dir": 1,
          "entryPrice": 1798.308,
          "exitPrice": 1791.28,
          "stopDistance": 7.028,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 795
        },
        {
          "entryTs": 1614257100,
          "entryUtc": "2021-02-25T12:45:00.000Z",
          "exitTs": 1614259500,
          "dir": 1,
          "entryPrice": 1787.215,
          "exitPrice": 1781.788,
          "stopDistance": 5.427,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 40
        },
        {
          "entryTs": 1614264840,
          "entryUtc": "2021-02-25T14:54:00.000Z",
          "exitTs": 1614265440,
          "dir": 1,
          "entryPrice": 1784.115,
          "exitPrice": 1777.476,
          "stopDistance": 6.639,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 10
        },
        {
          "entryTs": 1614280620,
          "entryUtc": "2021-02-25T19:17:00.000Z",
          "exitTs": 1614298020,
          "dir": 1,
          "entryPrice": 1776.225,
          "exitPrice": 1767.703,
          "stopDistance": 8.522,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 290
        },
        {
          "entryTs": 1614333540,
          "entryUtc": "2021-02-26T09:59:00.000Z",
          "exitTs": 1614349980,
          "dir": 1,
          "entryPrice": 1762.555,
          "exitPrice": 1756.717,
          "stopDistance": 5.838,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 274
        },
        {
          "entryTs": 1614647100,
          "entryUtc": "2021-03-02T01:05:00.000Z",
          "exitTs": 1614647940,
          "dir": 1,
          "entryPrice": 1725.683,
          "exitPrice": 1721.635,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 14
        },
        {
          "entryTs": 1614670380,
          "entryUtc": "2021-03-02T07:33:00.000Z",
          "exitTs": 1614681660,
          "dir": 1,
          "entryPrice": 1719.286,
          "exitPrice": 1729.474,
          "stopDistance": 5.094,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 188
        },
        {
          "entryTs": 1614818580,
          "entryUtc": "2021-03-04T00:43:00.000Z",
          "exitTs": 1614841980,
          "dir": -1,
          "entryPrice": 1715.53,
          "exitPrice": 1720.333,
          "stopDistance": 4.803,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 390
        },
        {
          "entryTs": 1614846420,
          "entryUtc": "2021-03-04T08:27:00.000Z",
          "exitTs": 1614849060,
          "dir": -1,
          "entryPrice": 1718.564,
          "exitPrice": 1710.553,
          "stopDistance": 4.006,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 44
        },
        {
          "entryTs": 1614851220,
          "entryUtc": "2021-03-04T09:47:00.000Z",
          "exitTs": 1614851700,
          "dir": -1,
          "entryPrice": 1712.304,
          "exitPrice": 1716.598,
          "stopDistance": 4.294,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 8
        },
        {
          "entryTs": 1614877560,
          "entryUtc": "2021-03-04T17:06:00.000Z",
          "exitTs": 1614879180,
          "dir": -1,
          "entryPrice": 1716.364,
          "exitPrice": 1704.607,
          "stopDistance": 5.878,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 27
        },
        {
          "entryTs": 1614918780,
          "entryUtc": "2021-03-05T04:33:00.000Z",
          "exitTs": 1614953760,
          "dir": 1,
          "entryPrice": 1691.893,
          "exitPrice": 1703.121,
          "stopDistance": 5.614,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 583
        },
        {
          "entryTs": 1614958740,
          "entryUtc": "2021-03-05T15:39:00.000Z",
          "exitTs": 1615158000,
          "dir": 1,
          "entryPrice": 1697.698,
          "exitPrice": 1705.048,
          "stopDistance": 7.394,
          "outcome": "time",
          "netR": 0.944,
          "holdMinutes": 3321
        },
        {
          "entryTs": 1615210500,
          "entryUtc": "2021-03-08T13:35:00.000Z",
          "exitTs": 1615215420,
          "dir": 1,
          "entryPrice": 1691.989,
          "exitPrice": 1686.624,
          "stopDistance": 5.365,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 82
        },
        {
          "entryTs": 1615267620,
          "entryUtc": "2021-03-09T05:27:00.000Z",
          "exitTs": 1615271880,
          "dir": -1,
          "entryPrice": 1689.084,
          "exitPrice": 1692.192,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 71
        },
        {
          "entryTs": 1615363620,
          "entryUtc": "2021-03-10T08:07:00.000Z",
          "exitTs": 1615375740,
          "dir": 1,
          "entryPrice": 1711.835,
          "exitPrice": 1708.791,
          "stopDistance": 3.044,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 202
        },
        {
          "entryTs": 1615390680,
          "entryUtc": "2021-03-10T15:38:00.000Z",
          "exitTs": 1615399920,
          "dir": -1,
          "entryPrice": 1716.765,
          "exitPrice": 1721.954,
          "stopDistance": 5.189,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 154
        },
        {
          "entryTs": 1615446480,
          "entryUtc": "2021-03-11T07:08:00.000Z",
          "exitTs": 1615447560,
          "dir": -1,
          "entryPrice": 1733.378,
          "exitPrice": 1736.329,
          "stopDistance": 2.951,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615863960,
          "entryUtc": "2021-03-16T03:06:00.000Z",
          "exitTs": 1615869120,
          "dir": -1,
          "entryPrice": 1732.134,
          "exitPrice": 1734.555,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 86
        },
        {
          "entryTs": 1615895700,
          "entryUtc": "2021-03-16T11:55:00.000Z",
          "exitTs": 1615904580,
          "dir": 1,
          "entryPrice": 1731.358,
          "exitPrice": 1736.64,
          "stopDistance": 2.641,
          "outcome": "target",
          "netR": 1.8599,
          "holdMinutes": 148
        },
        {
          "entryTs": 1615974540,
          "entryUtc": "2021-03-17T09:49:00.000Z",
          "exitTs": 1615979220,
          "dir": 1,
          "entryPrice": 1735.304,
          "exitPrice": 1732.825,
          "stopDistance": 2.479,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 78
        },
        {
          "entryTs": 1615985580,
          "entryUtc": "2021-03-17T12:53:00.000Z",
          "exitTs": 1615989720,
          "dir": 1,
          "entryPrice": 1729.374,
          "exitPrice": 1726.257,
          "stopDistance": 3.117,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 69
        },
        {
          "entryTs": 1616004000,
          "entryUtc": "2021-03-17T18:00:00.000Z",
          "exitTs": 1616004000,
          "dir": -1,
          "entryPrice": 1731.795,
          "exitPrice": 1736.185,
          "stopDistance": 4.39,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 0
        },
        {
          "entryTs": 1616086140,
          "entryUtc": "2021-03-18T16:49:00.000Z",
          "exitTs": 1616139000,
          "dir": 1,
          "entryPrice": 1732.148,
          "exitPrice": 1743.614,
          "stopDistance": 5.733,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 881
        },
        {
          "entryTs": 1616153400,
          "entryUtc": "2021-03-19T11:30:00.000Z",
          "exitTs": 1616157060,
          "dir": -1,
          "entryPrice": 1739.498,
          "exitPrice": 1743.291,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 61
        },
        {
          "entryTs": 1616158800,
          "entryUtc": "2021-03-19T13:00:00.000Z",
          "exitTs": 1616161320,
          "dir": 1,
          "entryPrice": 1737.368,
          "exitPrice": 1733.565,
          "stopDistance": 3.803,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 42
        },
        {
          "entryTs": 1616168880,
          "entryUtc": "2021-03-19T15:48:00.000Z",
          "exitTs": 1616175060,
          "dir": -1,
          "entryPrice": 1738.615,
          "exitPrice": 1743.06,
          "stopDistance": 4.445,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 103
        },
        {
          "entryTs": 1616392920,
          "entryUtc": "2021-03-22T06:02:00.000Z",
          "exitTs": 1616393640,
          "dir": 1,
          "entryPrice": 1735.748,
          "exitPrice": 1732.521,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 12
        },
        {
          "entryTs": 1616415360,
          "entryUtc": "2021-03-22T12:16:00.000Z",
          "exitTs": 1616432220,
          "dir": 1,
          "entryPrice": 1733.175,
          "exitPrice": 1740.016,
          "stopDistance": 3.42,
          "outcome": "target",
          "netR": 1.8918,
          "holdMinutes": 281
        },
        {
          "entryTs": 1616488920,
          "entryUtc": "2021-03-23T08:42:00.000Z",
          "exitTs": 1616505180,
          "dir": 1,
          "entryPrice": 1737.908,
          "exitPrice": 1735.32,
          "stopDistance": 2.588,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 271
        },
        {
          "entryTs": 1616571660,
          "entryUtc": "2021-03-24T07:41:00.000Z",
          "exitTs": 1616576700,
          "dir": -1,
          "entryPrice": 1728.938,
          "exitPrice": 1731.439,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 84
        },
        {
          "entryTs": 1616583180,
          "entryUtc": "2021-03-24T10:53:00.000Z",
          "exitTs": 1616601780,
          "dir": 1,
          "entryPrice": 1730.088,
          "exitPrice": 1735.273,
          "stopDistance": 2.592,
          "outcome": "target",
          "netR": 1.8573,
          "holdMinutes": 310
        },
        {
          "entryTs": 1616649720,
          "entryUtc": "2021-03-25T05:22:00.000Z",
          "exitTs": 1616656320,
          "dir": -1,
          "entryPrice": 1737.108,
          "exitPrice": 1732.359,
          "stopDistance": 2.375,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 110
        },
        {
          "entryTs": 1616746680,
          "entryUtc": "2021-03-26T08:18:00.000Z",
          "exitTs": 1616751540,
          "dir": -1,
          "entryPrice": 1727.345,
          "exitPrice": 1729.796,
          "stopDistance": 2.452,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 81
        },
        {
          "entryTs": 1616767260,
          "entryUtc": "2021-03-26T14:01:00.000Z",
          "exitTs": 1616771040,
          "dir": -1,
          "entryPrice": 1729.848,
          "exitPrice": 1732.565,
          "stopDistance": 2.717,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 63
        },
        {
          "entryTs": 1616992680,
          "entryUtc": "2021-03-29T04:38:00.000Z",
          "exitTs": 1616998440,
          "dir": 1,
          "entryPrice": 1728.358,
          "exitPrice": 1725.889,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 96
        },
        {
          "entryTs": 1617031800,
          "entryUtc": "2021-03-29T15:30:00.000Z",
          "exitTs": 1617072480,
          "dir": 1,
          "entryPrice": 1711.035,
          "exitPrice": 1706.345,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 678
        },
        {
          "entryTs": 1617085440,
          "entryUtc": "2021-03-30T06:24:00.000Z",
          "exitTs": 1617086760,
          "dir": 1,
          "entryPrice": 1706.105,
          "exitPrice": 1703.364,
          "stopDistance": 2.741,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 22
        },
        {
          "entryTs": 1617113100,
          "entryUtc": "2021-03-30T14:05:00.000Z",
          "exitTs": 1617155160,
          "dir": 1,
          "entryPrice": 1684.385,
          "exitPrice": 1679.102,
          "stopDistance": 5.283,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 701
        },
        {
          "entryTs": 1617170820,
          "entryUtc": "2021-03-31T06:07:00.000Z",
          "exitTs": 1617172800,
          "dir": 1,
          "entryPrice": 1682.545,
          "exitPrice": 1688.266,
          "stopDistance": 2.861,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 33
        },
        {
          "entryTs": 1617180900,
          "entryUtc": "2021-03-31T08:55:00.000Z",
          "exitTs": 1617194520,
          "dir": -1,
          "entryPrice": 1686.058,
          "exitPrice": 1689.162,
          "stopDistance": 3.104,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 227
        },
        {
          "entryTs": 1617258720,
          "entryUtc": "2021-04-01T06:32:00.000Z",
          "exitTs": 1617259320,
          "dir": -1,
          "entryPrice": 1714.035,
          "exitPrice": 1716.783,
          "stopDistance": 2.748,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 10
        },
        {
          "entryTs": 1617268380,
          "entryUtc": "2021-04-01T09:13:00.000Z",
          "exitTs": 1617275460,
          "dir": 1,
          "entryPrice": 1713.768,
          "exitPrice": 1710.671,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 118
        },
        {
          "entryTs": 1617697500,
          "entryUtc": "2021-04-06T08:25:00.000Z",
          "exitTs": 1617711000,
          "dir": 1,
          "entryPrice": 1731.685,
          "exitPrice": 1737.753,
          "stopDistance": 3.034,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 225
        },
        {
          "entryTs": 1617781680,
          "entryUtc": "2021-04-07T07:48:00.000Z",
          "exitTs": 1617793800,
          "dir": -1,
          "entryPrice": 1740.458,
          "exitPrice": 1735.497,
          "stopDistance": 2.481,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 202
        },
        {
          "entryTs": 1617801480,
          "entryUtc": "2021-04-07T13:18:00.000Z",
          "exitTs": 1617808440,
          "dir": 1,
          "entryPrice": 1735.738,
          "exitPrice": 1742.828,
          "stopDistance": 3.545,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 116
        },
        {
          "entryTs": 1617850560,
          "entryUtc": "2021-04-08T02:56:00.000Z",
          "exitTs": 1617851700,
          "dir": -1,
          "entryPrice": 1736.135,
          "exitPrice": 1738.335,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 19
        },
        {
          "entryTs": 1617884400,
          "entryUtc": "2021-04-08T12:20:00.000Z",
          "exitTs": 1617886980,
          "dir": -1,
          "entryPrice": 1747.328,
          "exitPrice": 1750.458,
          "stopDistance": 3.13,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 43
        },
        {
          "entryTs": 1617931860,
          "entryUtc": "2021-04-09T01:31:00.000Z",
          "exitTs": 1617934560,
          "dir": 1,
          "entryPrice": 1755.838,
          "exitPrice": 1753.78,
          "stopDistance": 2.058,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 45
        },
        {
          "entryTs": 1617967020,
          "entryUtc": "2021-04-09T11:17:00.000Z",
          "exitTs": 1617969120,
          "dir": 1,
          "entryPrice": 1747.378,
          "exitPrice": 1744.675,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 35
        },
        {
          "entryTs": 1618228800,
          "entryUtc": "2021-04-12T12:00:00.000Z",
          "exitTs": 1618233300,
          "dir": -1,
          "entryPrice": 1742.538,
          "exitPrice": 1737.233,
          "stopDistance": 2.653,
          "outcome": "target",
          "netR": 1.8605,
          "holdMinutes": 75
        },
        {
          "entryTs": 1618306440,
          "entryUtc": "2021-04-13T09:34:00.000Z",
          "exitTs": 1618310640,
          "dir": 1,
          "entryPrice": 1727.698,
          "exitPrice": 1725.006,
          "stopDistance": 2.692,
          "outcome": "stop",
          "netR": -1.156,
          "holdMinutes": 70
        },
        {
          "entryTs": 1618333560,
          "entryUtc": "2021-04-13T17:06:00.000Z",
          "exitTs": 1618406220,
          "dir": -1,
          "entryPrice": 1746.416,
          "exitPrice": 1735.647,
          "stopDistance": 5.385,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 1211
        },
        {
          "entryTs": 1618415880,
          "entryUtc": "2021-04-14T15:58:00.000Z",
          "exitTs": 1618463340,
          "dir": -1,
          "entryPrice": 1736.875,
          "exitPrice": 1741.211,
          "stopDistance": 4.336,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 791
        },
        {
          "entryTs": 1618487700,
          "entryUtc": "2021-04-15T11:55:00.000Z",
          "exitTs": 1618488420,
          "dir": -1,
          "entryPrice": 1746.105,
          "exitPrice": 1748.432,
          "stopDistance": 2.327,
          "outcome": "stop",
          "netR": -1.1805,
          "holdMinutes": 12
        },
        {
          "entryTs": 1618548360,
          "entryUtc": "2021-04-16T04:46:00.000Z",
          "exitTs": 1618561260,
          "dir": -1,
          "entryPrice": 1764.488,
          "exitPrice": 1766.556,
          "stopDistance": 2.068,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 215
        },
        {
          "entryTs": 1618582080,
          "entryUtc": "2021-04-16T14:08:00.000Z",
          "exitTs": 1618783200,
          "dir": -1,
          "entryPrice": 1776.415,
          "exitPrice": 1777.868,
          "stopDistance": 4.28,
          "outcome": "time",
          "netR": -0.426,
          "holdMinutes": 3352
        },
        {
          "entryTs": 1618796700,
          "entryUtc": "2021-04-19T01:45:00.000Z",
          "exitTs": 1618813860,
          "dir": -1,
          "entryPrice": 1777.488,
          "exitPrice": 1780.771,
          "stopDistance": 3.283,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 286
        },
        {
          "entryTs": 1618834740,
          "entryUtc": "2021-04-19T12:19:00.000Z",
          "exitTs": 1618838280,
          "dir": -1,
          "entryPrice": 1778.598,
          "exitPrice": 1770.55,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 59
        },
        {
          "entryTs": 1618847760,
          "entryUtc": "2021-04-19T15:56:00.000Z",
          "exitTs": 1618880400,
          "dir": 1,
          "entryPrice": 1772.618,
          "exitPrice": 1767.782,
          "stopDistance": 4.836,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 544
        },
        {
          "entryTs": 1618896300,
          "entryUtc": "2021-04-20T05:25:00.000Z",
          "exitTs": 1618907280,
          "dir": 1,
          "entryPrice": 1770.178,
          "exitPrice": 1766.995,
          "stopDistance": 3.183,
          "outcome": "stop",
          "netR": -1.1319,
          "holdMinutes": 183
        },
        {
          "entryTs": 1618915020,
          "entryUtc": "2021-04-20T10:37:00.000Z",
          "exitTs": 1618917900,
          "dir": -1,
          "entryPrice": 1771.218,
          "exitPrice": 1774.954,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 48
        },
        {
          "entryTs": 1618920660,
          "entryUtc": "2021-04-20T12:11:00.000Z",
          "exitTs": 1618922040,
          "dir": 1,
          "entryPrice": 1770.405,
          "exitPrice": 1766.138,
          "stopDistance": 4.267,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 23
        },
        {
          "entryTs": 1619010660,
          "entryUtc": "2021-04-21T13:11:00.000Z",
          "exitTs": 1619012760,
          "dir": 1,
          "entryPrice": 1784.798,
          "exitPrice": 1790.854,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 35
        },
        {
          "entryTs": 1619070060,
          "entryUtc": "2021-04-22T05:41:00.000Z",
          "exitTs": 1619071500,
          "dir": 1,
          "entryPrice": 1791.715,
          "exitPrice": 1789.456,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.1859,
          "holdMinutes": 24
        },
        {
          "entryTs": 1619076720,
          "entryUtc": "2021-04-22T07:32:00.000Z",
          "exitTs": 1619083140,
          "dir": 1,
          "entryPrice": 1791.575,
          "exitPrice": 1788.822,
          "stopDistance": 2.753,
          "outcome": "stop",
          "netR": -1.1526,
          "holdMinutes": 107
        },
        {
          "entryTs": 1619087820,
          "entryUtc": "2021-04-22T10:37:00.000Z",
          "exitTs": 1619089080,
          "dir": 1,
          "entryPrice": 1787.428,
          "exitPrice": 1784.591,
          "stopDistance": 2.837,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 21
        },
        {
          "entryTs": 1619095740,
          "entryUtc": "2021-04-22T12:49:00.000Z",
          "exitTs": 1619096640,
          "dir": 1,
          "entryPrice": 1786.098,
          "exitPrice": 1782.12,
          "stopDistance": 3.978,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619157780,
          "entryUtc": "2021-04-23T06:03:00.000Z",
          "exitTs": 1619162700,
          "dir": -1,
          "entryPrice": 1786.058,
          "exitPrice": 1781.939,
          "stopDistance": 2.059,
          "outcome": "target",
          "netR": 1.8203,
          "holdMinutes": 82
        },
        {
          "entryTs": 1619185860,
          "entryUtc": "2021-04-23T13:51:00.000Z",
          "exitTs": 1619186460,
          "dir": 1,
          "entryPrice": 1783.588,
          "exitPrice": 1780.896,
          "stopDistance": 2.692,
          "outcome": "stop",
          "netR": -1.156,
          "holdMinutes": 10
        },
        {
          "entryTs": 1619420520,
          "entryUtc": "2021-04-26T07:02:00.000Z",
          "exitTs": 1619424780,
          "dir": -1,
          "entryPrice": 1777.888,
          "exitPrice": 1780.433,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 71
        },
        {
          "entryTs": 1619445720,
          "entryUtc": "2021-04-26T14:02:00.000Z",
          "exitTs": 1619465460,
          "dir": 1,
          "entryPrice": 1772.805,
          "exitPrice": 1780.899,
          "stopDistance": 4.047,
          "outcome": "target",
          "netR": 1.9086,
          "holdMinutes": 329
        },
        {
          "entryTs": 1619504880,
          "entryUtc": "2021-04-27T06:28:00.000Z",
          "exitTs": 1619510880,
          "dir": -1,
          "entryPrice": 1781.708,
          "exitPrice": 1776.922,
          "stopDistance": 2.393,
          "outcome": "target",
          "netR": 1.8454,
          "holdMinutes": 100
        },
        {
          "entryTs": 1619512800,
          "entryUtc": "2021-04-27T08:40:00.000Z",
          "exitTs": 1619521680,
          "dir": -1,
          "entryPrice": 1779.455,
          "exitPrice": 1781.935,
          "stopDistance": 2.48,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 148
        },
        {
          "entryTs": 1619531100,
          "entryUtc": "2021-04-27T13:45:00.000Z",
          "exitTs": 1619531520,
          "dir": -1,
          "entryPrice": 1780.258,
          "exitPrice": 1784.288,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 7
        },
        {
          "entryTs": 1619609700,
          "entryUtc": "2021-04-28T11:35:00.000Z",
          "exitTs": 1619613000,
          "dir": -1,
          "entryPrice": 1768.258,
          "exitPrice": 1762.746,
          "stopDistance": 2.756,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 55
        },
        {
          "entryTs": 1619684160,
          "entryUtc": "2021-04-29T08:16:00.000Z",
          "exitTs": 1619685060,
          "dir": 1,
          "entryPrice": 1778.688,
          "exitPrice": 1776.022,
          "stopDistance": 2.666,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619698800,
          "entryUtc": "2021-04-29T12:20:00.000Z",
          "exitTs": 1619701800,
          "dir": -1,
          "entryPrice": 1778.725,
          "exitPrice": 1773.016,
          "stopDistance": 2.854,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 50
        },
        {
          "entryTs": 1619770260,
          "entryUtc": "2021-04-30T08:11:00.000Z",
          "exitTs": 1619785860,
          "dir": -1,
          "entryPrice": 1770.775,
          "exitPrice": 1765.504,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 260
        },
        {
          "entryTs": 1620118440,
          "entryUtc": "2021-05-04T08:54:00.000Z",
          "exitTs": 1620121020,
          "dir": 1,
          "entryPrice": 1786.828,
          "exitPrice": 1783.981,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 43
        },
        {
          "entryTs": 1620132780,
          "entryUtc": "2021-05-04T12:53:00.000Z",
          "exitTs": 1620135240,
          "dir": -1,
          "entryPrice": 1788.488,
          "exitPrice": 1791.511,
          "stopDistance": 3.023,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 41
        },
        {
          "entryTs": 1620140400,
          "entryUtc": "2021-05-04T15:00:00.000Z",
          "exitTs": 1620141120,
          "dir": -1,
          "entryPrice": 1794.788,
          "exitPrice": 1785.798,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 12
        },
        {
          "entryTs": 1620290220,
          "entryUtc": "2021-05-06T08:37:00.000Z",
          "exitTs": 1620303660,
          "dir": -1,
          "entryPrice": 1793.178,
          "exitPrice": 1795.865,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 224
        },
        {
          "entryTs": 1620304260,
          "entryUtc": "2021-05-06T12:31:00.000Z",
          "exitTs": 1620308100,
          "dir": 1,
          "entryPrice": 1792.415,
          "exitPrice": 1798.243,
          "stopDistance": 2.914,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620369060,
          "entryUtc": "2021-05-07T06:31:00.000Z",
          "exitTs": 1620371820,
          "dir": -1,
          "entryPrice": 1818.315,
          "exitPrice": 1821.004,
          "stopDistance": 2.689,
          "outcome": "stop",
          "netR": -1.1562,
          "holdMinutes": 46
        },
        {
          "entryTs": 1620372720,
          "entryUtc": "2021-05-07T07:32:00.000Z",
          "exitTs": 1620390600,
          "dir": 1,
          "entryPrice": 1818.578,
          "exitPrice": 1824.117,
          "stopDistance": 2.769,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 298
        },
        {
          "entryTs": 1620398160,
          "entryUtc": "2021-05-07T14:36:00.000Z",
          "exitTs": 1620597600,
          "dir": 1,
          "entryPrice": 1834.678,
          "exitPrice": 1832.608,
          "stopDistance": 7.313,
          "outcome": "time",
          "netR": -0.3336,
          "holdMinutes": 3324
        },
        {
          "entryTs": 1620609420,
          "entryUtc": "2021-05-10T01:17:00.000Z",
          "exitTs": 1620643980,
          "dir": 1,
          "entryPrice": 1832.948,
          "exitPrice": 1839.694,
          "stopDistance": 3.373,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 576
        },
        {
          "entryTs": 1620649800,
          "entryUtc": "2021-05-10T12:30:00.000Z",
          "exitTs": 1620651600,
          "dir": -1,
          "entryPrice": 1839.798,
          "exitPrice": 1843.017,
          "stopDistance": 3.219,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 30
        },
        {
          "entryTs": 1620665460,
          "entryUtc": "2021-05-10T16:51:00.000Z",
          "exitTs": 1620737820,
          "dir": -1,
          "entryPrice": 1837.998,
          "exitPrice": 1829.209,
          "stopDistance": 4.395,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 1206
        },
        {
          "entryTs": 1620803160,
          "entryUtc": "2021-05-12T07:06:00.000Z",
          "exitTs": 1620808380,
          "dir": 1,
          "entryPrice": 1832.908,
          "exitPrice": 1830.214,
          "stopDistance": 2.694,
          "outcome": "stop",
          "netR": -1.1559,
          "holdMinutes": 87
        },
        {
          "entryTs": 1620859380,
          "entryUtc": "2021-05-12T22:43:00.000Z",
          "exitTs": 1620899760,
          "dir": 1,
          "entryPrice": 1815.728,
          "exitPrice": 1811.393,
          "stopDistance": 4.335,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 673
        },
        {
          "entryTs": 1620910080,
          "entryUtc": "2021-05-13T12:48:00.000Z",
          "exitTs": 1620917220,
          "dir": 1,
          "entryPrice": 1818.028,
          "exitPrice": 1825.973,
          "stopDistance": 3.973,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 119
        },
        {
          "entryTs": 1620970500,
          "entryUtc": "2021-05-14T05:35:00.000Z",
          "exitTs": 1620971820,
          "dir": 1,
          "entryPrice": 1822.295,
          "exitPrice": 1826.656,
          "stopDistance": 2.181,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 22
        },
        {
          "entryTs": 1620978420,
          "entryUtc": "2021-05-14T07:47:00.000Z",
          "exitTs": 1620983400,
          "dir": -1,
          "entryPrice": 1833.605,
          "exitPrice": 1836.675,
          "stopDistance": 3.07,
          "outcome": "stop",
          "netR": -1.1368,
          "holdMinutes": 83
        },
        {
          "entryTs": 1621309320,
          "entryUtc": "2021-05-18T03:42:00.000Z",
          "exitTs": 1621337340,
          "dir": 1,
          "entryPrice": 1868.588,
          "exitPrice": 1866.012,
          "stopDistance": 2.576,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 467
        },
        {
          "entryTs": 1621343460,
          "entryUtc": "2021-05-18T13:11:00.000Z",
          "exitTs": 1621346160,
          "dir": 1,
          "entryPrice": 1867.338,
          "exitPrice": 1864.724,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 45
        },
        {
          "entryTs": 1621350120,
          "entryUtc": "2021-05-18T15:02:00.000Z",
          "exitTs": 1621413960,
          "dir": 1,
          "entryPrice": 1866.195,
          "exitPrice": 1861.819,
          "stopDistance": 4.376,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 1064
        },
        {
          "entryTs": 1621426500,
          "entryUtc": "2021-05-19T12:15:00.000Z",
          "exitTs": 1621429140,
          "dir": 1,
          "entryPrice": 1861.918,
          "exitPrice": 1871.254,
          "stopDistance": 4.668,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 44
        },
        {
          "entryTs": 1621429380,
          "entryUtc": "2021-05-19T13:03:00.000Z",
          "exitTs": 1621431540,
          "dir": 1,
          "entryPrice": 1869.748,
          "exitPrice": 1880.624,
          "stopDistance": 5.438,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 36
        },
        {
          "entryTs": 1621499460,
          "entryUtc": "2021-05-20T08:31:00.000Z",
          "exitTs": 1621502580,
          "dir": 1,
          "entryPrice": 1873.035,
          "exitPrice": 1869.45,
          "stopDistance": 3.585,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 52
        },
        {
          "entryTs": 1621539000,
          "entryUtc": "2021-05-20T19:30:00.000Z",
          "exitTs": 1621598820,
          "dir": -1,
          "entryPrice": 1876.804,
          "exitPrice": 1880.532,
          "stopDistance": 3.728,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 997
        },
        {
          "entryTs": 1621604280,
          "entryUtc": "2021-05-21T13:38:00.000Z",
          "exitTs": 1621604700,
          "dir": -1,
          "entryPrice": 1886.105,
          "exitPrice": 1879.521,
          "stopDistance": 3.292,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 7
        },
        {
          "entryTs": 1621818060,
          "entryUtc": "2021-05-24T01:01:00.000Z",
          "exitTs": 1621818420,
          "dir": -1,
          "entryPrice": 1882.348,
          "exitPrice": 1884.868,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 6
        },
        {
          "entryTs": 1621861200,
          "entryUtc": "2021-05-24T13:00:00.000Z",
          "exitTs": 1621863600,
          "dir": 1,
          "entryPrice": 1879.205,
          "exitPrice": 1884.697,
          "stopDistance": 2.746,
          "outcome": "target",
          "netR": 1.8653,
          "holdMinutes": 40
        },
        {
          "entryTs": 1621920120,
          "entryUtc": "2021-05-25T05:22:00.000Z",
          "exitTs": 1621920900,
          "dir": 1,
          "entryPrice": 1877.488,
          "exitPrice": 1874.793,
          "stopDistance": 2.695,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 13
        },
        {
          "entryTs": 1622010720,
          "entryUtc": "2021-05-26T06:32:00.000Z",
          "exitTs": 1622015040,
          "dir": -1,
          "entryPrice": 1904.918,
          "exitPrice": 1907.478,
          "stopDistance": 2.56,
          "outcome": "stop",
          "netR": -1.1641,
          "holdMinutes": 72
        },
        {
          "entryTs": 1622020560,
          "entryUtc": "2021-05-26T09:16:00.000Z",
          "exitTs": 1622031900,
          "dir": 1,
          "entryPrice": 1903.808,
          "exitPrice": 1909.405,
          "stopDistance": 2.798,
          "outcome": "target",
          "netR": 1.8678,
          "holdMinutes": 189
        },
        {
          "entryTs": 1622035860,
          "entryUtc": "2021-05-26T13:31:00.000Z",
          "exitTs": 1622050920,
          "dir": -1,
          "entryPrice": 1906.278,
          "exitPrice": 1898.355,
          "stopDistance": 3.961,
          "outcome": "target",
          "netR": 1.9066,
          "holdMinutes": 251
        },
        {
          "entryTs": 1622080380,
          "entryUtc": "2021-05-27T01:53:00.000Z",
          "exitTs": 1622090820,
          "dir": 1,
          "entryPrice": 1893.628,
          "exitPrice": 1898.63,
          "stopDistance": 2.501,
          "outcome": "target",
          "netR": 1.8521,
          "holdMinutes": 174
        },
        {
          "entryTs": 1622098200,
          "entryUtc": "2021-05-27T06:50:00.000Z",
          "exitTs": 1622104980,
          "dir": -1,
          "entryPrice": 1900.358,
          "exitPrice": 1895.118,
          "stopDistance": 2.62,
          "outcome": "target",
          "netR": 1.8588,
          "holdMinutes": 113
        },
        {
          "entryTs": 1622191680,
          "entryUtc": "2021-05-28T08:48:00.000Z",
          "exitTs": 1622200800,
          "dir": 1,
          "entryPrice": 1893.808,
          "exitPrice": 1891.158,
          "stopDistance": 2.65,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 152
        },
        {
          "entryTs": 1622205180,
          "entryUtc": "2021-05-28T12:33:00.000Z",
          "exitTs": 1622206020,
          "dir": -1,
          "entryPrice": 1892.855,
          "exitPrice": 1895.181,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 14
        },
        {
          "entryTs": 1622450820,
          "entryUtc": "2021-05-31T08:47:00.000Z",
          "exitTs": 1622457060,
          "dir": 1,
          "entryPrice": 1905.098,
          "exitPrice": 1902.761,
          "stopDistance": 2.337,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 104
        },
        {
          "entryTs": 1622473260,
          "entryUtc": "2021-05-31T15:01:00.000Z",
          "exitTs": 1622498760,
          "dir": -1,
          "entryPrice": 1905.528,
          "exitPrice": 1907.818,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 425
        },
        {
          "entryTs": 1622509200,
          "entryUtc": "2021-06-01T01:00:00.000Z",
          "exitTs": 1622511360,
          "dir": 1,
          "entryPrice": 1907.495,
          "exitPrice": 1911.031,
          "stopDistance": 1.768,
          "outcome": "target",
          "netR": 1.7908,
          "holdMinutes": 36
        },
        {
          "entryTs": 1622539920,
          "entryUtc": "2021-06-01T09:32:00.000Z",
          "exitTs": 1622541600,
          "dir": 1,
          "entryPrice": 1908.528,
          "exitPrice": 1905.365,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 28
        },
        {
          "entryTs": 1622550420,
          "entryUtc": "2021-06-01T12:27:00.000Z",
          "exitTs": 1622555280,
          "dir": -1,
          "entryPrice": 1910.378,
          "exitPrice": 1904.105,
          "stopDistance": 3.136,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 81
        },
        {
          "entryTs": 1622573100,
          "entryUtc": "2021-06-01T18:45:00.000Z",
          "exitTs": 1622604420,
          "dir": 1,
          "entryPrice": 1901.315,
          "exitPrice": 1896.198,
          "stopDistance": 5.117,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 522
        },
        {
          "entryTs": 1622613600,
          "entryUtc": "2021-06-02T06:00:00.000Z",
          "exitTs": 1622613780,
          "dir": 1,
          "entryPrice": 1897.998,
          "exitPrice": 1895.513,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 3
        },
        {
          "entryTs": 1622617620,
          "entryUtc": "2021-06-02T07:07:00.000Z",
          "exitTs": 1622635140,
          "dir": -1,
          "entryPrice": 1898.345,
          "exitPrice": 1901.076,
          "stopDistance": 2.731,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 292
        },
        {
          "entryTs": 1622795460,
          "entryUtc": "2021-06-04T08:31:00.000Z",
          "exitTs": 1622808960,
          "dir": -1,
          "entryPrice": 1869.404,
          "exitPrice": 1873.273,
          "stopDistance": 3.869,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 225
        },
        {
          "entryTs": 1623034800,
          "entryUtc": "2021-06-07T03:00:00.000Z",
          "exitTs": 1623045360,
          "dir": 1,
          "entryPrice": 1886.558,
          "exitPrice": 1884.318,
          "stopDistance": 2.24,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 176
        },
        {
          "entryTs": 1623061140,
          "entryUtc": "2021-06-07T10:19:00.000Z",
          "exitTs": 1623071580,
          "dir": 1,
          "entryPrice": 1884.318,
          "exitPrice": 1889.692,
          "stopDistance": 2.687,
          "outcome": "target",
          "netR": 1.8623,
          "holdMinutes": 174
        },
        {
          "entryTs": 1623142800,
          "entryUtc": "2021-06-08T09:00:00.000Z",
          "exitTs": 1623152580,
          "dir": 1,
          "entryPrice": 1892.188,
          "exitPrice": 1897.913,
          "stopDistance": 2.863,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 163
        },
        {
          "entryTs": 1623206820,
          "entryUtc": "2021-06-09T02:47:00.000Z",
          "exitTs": 1623207840,
          "dir": -1,
          "entryPrice": 1893.214,
          "exitPrice": 1895.302,
          "stopDistance": 2.088,
          "outcome": "stop",
          "netR": -1.2012,
          "holdMinutes": 17
        },
        {
          "entryTs": 1623238500,
          "entryUtc": "2021-06-09T11:35:00.000Z",
          "exitTs": 1623242460,
          "dir": 1,
          "entryPrice": 1890.078,
          "exitPrice": 1895.466,
          "stopDistance": 2.694,
          "outcome": "target",
          "netR": 1.8627,
          "holdMinutes": 66
        },
        {
          "entryTs": 1623253860,
          "entryUtc": "2021-06-09T15:51:00.000Z",
          "exitTs": 1623286860,
          "dir": -1,
          "entryPrice": 1893.004,
          "exitPrice": 1884.546,
          "stopDistance": 4.229,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 550
        },
        {
          "entryTs": 1623294000,
          "entryUtc": "2021-06-10T03:00:00.000Z",
          "exitTs": 1623309180,
          "dir": -1,
          "entryPrice": 1887.128,
          "exitPrice": 1882.472,
          "stopDistance": 2.328,
          "outcome": "target",
          "netR": 1.8411,
          "holdMinutes": 253
        },
        {
          "entryTs": 1623317880,
          "entryUtc": "2021-06-10T09:38:00.000Z",
          "exitTs": 1623323760,
          "dir": 1,
          "entryPrice": 1881.368,
          "exitPrice": 1878.102,
          "stopDistance": 3.266,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 98
        },
        {
          "entryTs": 1623332580,
          "entryUtc": "2021-06-10T13:43:00.000Z",
          "exitTs": 1623350820,
          "dir": -1,
          "entryPrice": 1889.948,
          "exitPrice": 1895.927,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 304
        },
        {
          "entryTs": 1623651000,
          "entryUtc": "2021-06-14T06:10:00.000Z",
          "exitTs": 1623652740,
          "dir": 1,
          "entryPrice": 1862.728,
          "exitPrice": 1859.534,
          "stopDistance": 3.194,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 29
        },
        {
          "entryTs": 1623744900,
          "entryUtc": "2021-06-15T08:15:00.000Z",
          "exitTs": 1623766620,
          "dir": 1,
          "entryPrice": 1863.608,
          "exitPrice": 1860.965,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 362
        },
        {
          "entryTs": 1623801720,
          "entryUtc": "2021-06-16T00:02:00.000Z",
          "exitTs": 1623804780,
          "dir": 1,
          "entryPrice": 1856.868,
          "exitPrice": 1854.752,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 51
        },
        {
          "entryTs": 1623846780,
          "entryUtc": "2021-06-16T12:33:00.000Z",
          "exitTs": 1623852000,
          "dir": 1,
          "entryPrice": 1855.398,
          "exitPrice": 1860.768,
          "stopDistance": 2.685,
          "outcome": "target",
          "netR": 1.8622,
          "holdMinutes": 87
        },
        {
          "entryTs": 1623910080,
          "entryUtc": "2021-06-17T06:08:00.000Z",
          "exitTs": 1623914340,
          "dir": 1,
          "entryPrice": 1814.478,
          "exitPrice": 1808.938,
          "stopDistance": 5.54,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 71
        },
        {
          "entryTs": 1624284360,
          "entryUtc": "2021-06-21T14:06:00.000Z",
          "exitTs": 1624285680,
          "dir": -1,
          "entryPrice": 1776.438,
          "exitPrice": 1781.145,
          "stopDistance": 4.707,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 22
        },
        {
          "entryTs": 1624285740,
          "entryUtc": "2021-06-21T14:29:00.000Z",
          "exitTs": 1624288020,
          "dir": -1,
          "entryPrice": 1781.328,
          "exitPrice": 1785.549,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 38
        },
        {
          "entryTs": 1624362120,
          "entryUtc": "2021-06-22T11:42:00.000Z",
          "exitTs": 1624364400,
          "dir": 1,
          "entryPrice": 1782.748,
          "exitPrice": 1779.346,
          "stopDistance": 3.402,
          "outcome": "stop",
          "netR": -1.1235,
          "holdMinutes": 38
        },
        {
          "entryTs": 1624368780,
          "entryUtc": "2021-06-22T13:33:00.000Z",
          "exitTs": 1624439340,
          "dir": 1,
          "entryPrice": 1775.418,
          "exitPrice": 1784.67,
          "stopDistance": 4.626,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1624451580,
          "entryUtc": "2021-06-23T12:33:00.000Z",
          "exitTs": 1624455420,
          "dir": 1,
          "entryPrice": 1780.748,
          "exitPrice": 1786.701,
          "stopDistance": 2.977,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 64
        },
        {
          "entryTs": 1624537800,
          "entryUtc": "2021-06-24T12:30:00.000Z",
          "exitTs": 1624546080,
          "dir": -1,
          "entryPrice": 1786.095,
          "exitPrice": 1780.116,
          "stopDistance": 2.989,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 138
        },
        {
          "entryTs": 1624590960,
          "entryUtc": "2021-06-25T03:16:00.000Z",
          "exitTs": 1624600740,
          "dir": -1,
          "entryPrice": 1778.338,
          "exitPrice": 1780.5,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 163
        },
        {
          "entryTs": 1624868520,
          "entryUtc": "2021-06-28T08:22:00.000Z",
          "exitTs": 1624887000,
          "dir": 1,
          "entryPrice": 1775.435,
          "exitPrice": 1780.72,
          "stopDistance": 2.642,
          "outcome": "target",
          "netR": 1.86,
          "holdMinutes": 308
        },
        {
          "entryTs": 1624892400,
          "entryUtc": "2021-06-28T15:00:00.000Z",
          "exitTs": 1624892880,
          "dir": -1,
          "entryPrice": 1778.518,
          "exitPrice": 1782.339,
          "stopDistance": 3.821,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 8
        },
        {
          "entryTs": 1624949520,
          "entryUtc": "2021-06-29T06:52:00.000Z",
          "exitTs": 1624953660,
          "dir": -1,
          "entryPrice": 1776.288,
          "exitPrice": 1772.282,
          "stopDistance": 2.003,
          "outcome": "target",
          "netR": 1.8153,
          "holdMinutes": 69
        },
        {
          "entryTs": 1624969500,
          "entryUtc": "2021-06-29T12:25:00.000Z",
          "exitTs": 1624969920,
          "dir": 1,
          "entryPrice": 1769.678,
          "exitPrice": 1766.003,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 7
        },
        {
          "entryTs": 1625023620,
          "entryUtc": "2021-06-30T03:27:00.000Z",
          "exitTs": 1625028240,
          "dir": 1,
          "entryPrice": 1761.448,
          "exitPrice": 1759.115,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 77
        },
        {
          "entryTs": 1625059920,
          "entryUtc": "2021-06-30T13:32:00.000Z",
          "exitTs": 1625061900,
          "dir": -1,
          "entryPrice": 1759.218,
          "exitPrice": 1762.864,
          "stopDistance": 3.645,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 33
        },
        {
          "entryTs": 1625133780,
          "entryUtc": "2021-07-01T10:03:00.000Z",
          "exitTs": 1625138160,
          "dir": -1,
          "entryPrice": 1776.038,
          "exitPrice": 1778.87,
          "stopDistance": 2.832,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 73
        },
        {
          "entryTs": 1625195280,
          "entryUtc": "2021-07-02T03:08:00.000Z",
          "exitTs": 1625210040,
          "dir": -1,
          "entryPrice": 1778.568,
          "exitPrice": 1774.359,
          "stopDistance": 2.104,
          "outcome": "target",
          "netR": 1.8242,
          "holdMinutes": 246
        },
        {
          "entryTs": 1625211780,
          "entryUtc": "2021-07-02T07:43:00.000Z",
          "exitTs": 1625213040,
          "dir": -1,
          "entryPrice": 1776.888,
          "exitPrice": 1778.915,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 21
        },
        {
          "entryTs": 1625218200,
          "entryUtc": "2021-07-02T09:30:00.000Z",
          "exitTs": 1625221980,
          "dir": -1,
          "entryPrice": 1782.228,
          "exitPrice": 1785,
          "stopDistance": 2.772,
          "outcome": "stop",
          "netR": -1.1515,
          "holdMinutes": 63
        },
        {
          "entryTs": 1625229000,
          "entryUtc": "2021-07-02T12:30:00.000Z",
          "exitTs": 1625229000,
          "dir": 1,
          "entryPrice": 1776.475,
          "exitPrice": 1781.119,
          "stopDistance": 2.322,
          "outcome": "target",
          "netR": 1.8407,
          "holdMinutes": 0
        },
        {
          "entryTs": 1625229240,
          "entryUtc": "2021-07-02T12:34:00.000Z",
          "exitTs": 1625229300,
          "dir": -1,
          "entryPrice": 1786.748,
          "exitPrice": 1790.24,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 1
        },
        {
          "entryTs": 1625234400,
          "entryUtc": "2021-07-02T14:00:00.000Z",
          "exitTs": 1625436000,
          "dir": -1,
          "entryPrice": 1785.918,
          "exitPrice": 1787.448,
          "stopDistance": 6.574,
          "outcome": "time",
          "netR": -0.289,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1625463000,
          "entryUtc": "2021-07-05T05:30:00.000Z",
          "exitTs": 1625467980,
          "dir": -1,
          "entryPrice": 1787.885,
          "exitPrice": 1790.058,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1933,
          "holdMinutes": 83
        },
        {
          "entryTs": 1625560800,
          "entryUtc": "2021-07-06T08:40:00.000Z",
          "exitTs": 1625563620,
          "dir": -1,
          "entryPrice": 1804.478,
          "exitPrice": 1807.446,
          "stopDistance": 2.968,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 47
        },
        {
          "entryTs": 1625666400,
          "entryUtc": "2021-07-07T14:00:00.000Z",
          "exitTs": 1625667000,
          "dir": 1,
          "entryPrice": 1805.768,
          "exitPrice": 1802.115,
          "stopDistance": 3.653,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 10
        },
        {
          "entryTs": 1625669100,
          "entryUtc": "2021-07-07T14:45:00.000Z",
          "exitTs": 1625711460,
          "dir": -1,
          "entryPrice": 1804.748,
          "exitPrice": 1796.9,
          "stopDistance": 3.924,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 706
        },
        {
          "entryTs": 1625797860,
          "entryUtc": "2021-07-09T02:31:00.000Z",
          "exitTs": 1625807820,
          "dir": -1,
          "entryPrice": 1805.498,
          "exitPrice": 1799.922,
          "stopDistance": 2.788,
          "outcome": "target",
          "netR": 1.8673,
          "holdMinutes": 166
        },
        {
          "entryTs": 1625808780,
          "entryUtc": "2021-07-09T05:33:00.000Z",
          "exitTs": 1625812260,
          "dir": -1,
          "entryPrice": 1802.415,
          "exitPrice": 1797.405,
          "stopDistance": 2.505,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 58
        },
        {
          "entryTs": 1625815440,
          "entryUtc": "2021-07-09T07:24:00.000Z",
          "exitTs": 1625829840,
          "dir": -1,
          "entryPrice": 1804.158,
          "exitPrice": 1799.192,
          "stopDistance": 2.483,
          "outcome": "target",
          "netR": 1.851,
          "holdMinutes": 240
        },
        {
          "entryTs": 1625831280,
          "entryUtc": "2021-07-09T11:48:00.000Z",
          "exitTs": 1625839260,
          "dir": 1,
          "entryPrice": 1798.308,
          "exitPrice": 1805.077,
          "stopDistance": 3.384,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 133
        },
        {
          "entryTs": 1626057120,
          "entryUtc": "2021-07-12T02:32:00.000Z",
          "exitTs": 1626060360,
          "dir": -1,
          "entryPrice": 1807.198,
          "exitPrice": 1802.63,
          "stopDistance": 2.284,
          "outcome": "target",
          "netR": 1.838,
          "holdMinutes": 54
        },
        {
          "entryTs": 1626080880,
          "entryUtc": "2021-07-12T09:08:00.000Z",
          "exitTs": 1626097080,
          "dir": -1,
          "entryPrice": 1803.498,
          "exitPrice": 1798.07,
          "stopDistance": 2.714,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 270
        },
        {
          "entryTs": 1626156900,
          "entryUtc": "2021-07-13T06:15:00.000Z",
          "exitTs": 1626157560,
          "dir": -1,
          "entryPrice": 1809.418,
          "exitPrice": 1811.174,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 11
        },
        {
          "entryTs": 1626165780,
          "entryUtc": "2021-07-13T08:43:00.000Z",
          "exitTs": 1626177660,
          "dir": -1,
          "entryPrice": 1808.128,
          "exitPrice": 1810.787,
          "stopDistance": 2.659,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 198
        },
        {
          "entryTs": 1626179400,
          "entryUtc": "2021-07-13T12:30:00.000Z",
          "exitTs": 1626179400,
          "dir": 1,
          "entryPrice": 1807.778,
          "exitPrice": 1805.086,
          "stopDistance": 2.692,
          "outcome": "ambiguous",
          "netR": -1.156,
          "holdMinutes": 0
        },
        {
          "entryTs": 1626183000,
          "entryUtc": "2021-07-13T13:30:00.000Z",
          "exitTs": 1626258900,
          "dir": -1,
          "entryPrice": 1811.858,
          "exitPrice": 1817.405,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 1265
        },
        {
          "entryTs": 1626322080,
          "entryUtc": "2021-07-15T04:08:00.000Z",
          "exitTs": 1626327960,
          "dir": -1,
          "entryPrice": 1826.448,
          "exitPrice": 1828.832,
          "stopDistance": 2.384,
          "outcome": "stop",
          "netR": -1.1762,
          "holdMinutes": 98
        },
        {
          "entryTs": 1626444600,
          "entryUtc": "2021-07-16T14:10:00.000Z",
          "exitTs": 1626445140,
          "dir": 1,
          "entryPrice": 1820.158,
          "exitPrice": 1816.199,
          "stopDistance": 3.959,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 9
        },
        {
          "entryTs": 1626724020,
          "entryUtc": "2021-07-19T19:47:00.000Z",
          "exitTs": 1626743940,
          "dir": -1,
          "entryPrice": 1810.848,
          "exitPrice": 1816.174,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 332
        },
        {
          "entryTs": 1626759360,
          "entryUtc": "2021-07-20T05:36:00.000Z",
          "exitTs": 1626768060,
          "dir": -1,
          "entryPrice": 1817.008,
          "exitPrice": 1813.066,
          "stopDistance": 1.971,
          "outcome": "target",
          "netR": 1.8123,
          "holdMinutes": 145
        },
        {
          "entryTs": 1626803760,
          "entryUtc": "2021-07-20T17:56:00.000Z",
          "exitTs": 1626830280,
          "dir": 1,
          "entryPrice": 1809.948,
          "exitPrice": 1805.217,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 442
        },
        {
          "entryTs": 1626842640,
          "entryUtc": "2021-07-21T04:44:00.000Z",
          "exitTs": 1626847980,
          "dir": 1,
          "entryPrice": 1807.268,
          "exitPrice": 1811.978,
          "stopDistance": 2.355,
          "outcome": "target",
          "netR": 1.8429,
          "holdMinutes": 89
        },
        {
          "entryTs": 1626859800,
          "entryUtc": "2021-07-21T09:30:00.000Z",
          "exitTs": 1626864000,
          "dir": 1,
          "entryPrice": 1805.438,
          "exitPrice": 1802.191,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 70
        },
        {
          "entryTs": 1626880080,
          "entryUtc": "2021-07-21T15:08:00.000Z",
          "exitTs": 1626941700,
          "dir": -1,
          "entryPrice": 1802.468,
          "exitPrice": 1792.859,
          "stopDistance": 4.804,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 1027
        },
        {
          "entryTs": 1626957060,
          "entryUtc": "2021-07-22T12:31:00.000Z",
          "exitTs": 1626957300,
          "dir": -1,
          "entryPrice": 1799.708,
          "exitPrice": 1802.253,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 4
        },
        {
          "entryTs": 1627022940,
          "entryUtc": "2021-07-23T06:49:00.000Z",
          "exitTs": 1627030140,
          "dir": 1,
          "entryPrice": 1806.508,
          "exitPrice": 1804.179,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 120
        },
        {
          "entryTs": 1627030920,
          "entryUtc": "2021-07-23T09:02:00.000Z",
          "exitTs": 1627034280,
          "dir": 1,
          "entryPrice": 1803.568,
          "exitPrice": 1801.239,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 56
        },
        {
          "entryTs": 1627047300,
          "entryUtc": "2021-07-23T13:35:00.000Z",
          "exitTs": 1627250400,
          "dir": 1,
          "entryPrice": 1798.718,
          "exitPrice": 1802.158,
          "stopDistance": 4.279,
          "outcome": "time",
          "netR": 0.7175,
          "holdMinutes": 3385
        },
        {
          "entryTs": 1627282020,
          "entryUtc": "2021-07-26T06:47:00.000Z",
          "exitTs": 1627284300,
          "dir": -1,
          "entryPrice": 1807.668,
          "exitPrice": 1809.927,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.1859,
          "holdMinutes": 38
        },
        {
          "entryTs": 1627354020,
          "entryUtc": "2021-07-27T02:47:00.000Z",
          "exitTs": 1627364640,
          "dir": -1,
          "entryPrice": 1798.368,
          "exitPrice": 1794.978,
          "stopDistance": 1.695,
          "outcome": "target",
          "netR": 1.7817,
          "holdMinutes": 177
        },
        {
          "entryTs": 1627373520,
          "entryUtc": "2021-07-27T08:12:00.000Z",
          "exitTs": 1627387680,
          "dir": 1,
          "entryPrice": 1796.135,
          "exitPrice": 1800.866,
          "stopDistance": 2.366,
          "outcome": "target",
          "netR": 1.8436,
          "holdMinutes": 236
        },
        {
          "entryTs": 1627399620,
          "entryUtc": "2021-07-27T15:27:00.000Z",
          "exitTs": 1627441620,
          "dir": -1,
          "entryPrice": 1802.298,
          "exitPrice": 1806.119,
          "stopDistance": 3.821,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 700
        },
        {
          "entryTs": 1627452540,
          "entryUtc": "2021-07-28T06:09:00.000Z",
          "exitTs": 1627458960,
          "dir": -1,
          "entryPrice": 1806.108,
          "exitPrice": 1802.212,
          "stopDistance": 1.948,
          "outcome": "target",
          "netR": 1.8101,
          "holdMinutes": 107
        },
        {
          "entryTs": 1627561800,
          "entryUtc": "2021-07-29T12:30:00.000Z",
          "exitTs": 1627571220,
          "dir": -1,
          "entryPrice": 1825.448,
          "exitPrice": 1828.648,
          "stopDistance": 3.2,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 157
        },
        {
          "entryTs": 1627598820,
          "entryUtc": "2021-07-29T22:47:00.000Z",
          "exitTs": 1627601640,
          "dir": -1,
          "entryPrice": 1828.748,
          "exitPrice": 1830.629,
          "stopDistance": 1.881,
          "outcome": "stop",
          "netR": -1.2233,
          "holdMinutes": 47
        },
        {
          "entryTs": 1627633380,
          "entryUtc": "2021-07-30T08:23:00.000Z",
          "exitTs": 1627648800,
          "dir": 1,
          "entryPrice": 1828.288,
          "exitPrice": 1826.152,
          "stopDistance": 2.136,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 257
        },
        {
          "entryTs": 1627871520,
          "entryUtc": "2021-08-02T02:32:00.000Z",
          "exitTs": 1627885500,
          "dir": 1,
          "entryPrice": 1811.288,
          "exitPrice": 1808.303,
          "stopDistance": 2.985,
          "outcome": "stop",
          "netR": -1.1407,
          "holdMinutes": 233
        },
        {
          "entryTs": 1627905660,
          "entryUtc": "2021-08-02T12:01:00.000Z",
          "exitTs": 1627905840,
          "dir": 1,
          "entryPrice": 1810.568,
          "exitPrice": 1808.252,
          "stopDistance": 2.316,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 3
        },
        {
          "entryTs": 1627907040,
          "entryUtc": "2021-08-02T12:24:00.000Z",
          "exitTs": 1627911180,
          "dir": -1,
          "entryPrice": 1809.158,
          "exitPrice": 1811.84,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 69
        },
        {
          "entryTs": 1627955340,
          "entryUtc": "2021-08-03T01:49:00.000Z",
          "exitTs": 1627971780,
          "dir": 1,
          "entryPrice": 1810.818,
          "exitPrice": 1808.949,
          "stopDistance": 1.869,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 274
        },
        {
          "entryTs": 1627975980,
          "entryUtc": "2021-08-03T07:33:00.000Z",
          "exitTs": 1627994160,
          "dir": 1,
          "entryPrice": 1809.078,
          "exitPrice": 1807.04,
          "stopDistance": 2.038,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 303
        },
        {
          "entryTs": 1628004000,
          "entryUtc": "2021-08-03T15:20:00.000Z",
          "exitTs": 1628043780,
          "dir": -1,
          "entryPrice": 1810.248,
          "exitPrice": 1813.569,
          "stopDistance": 3.321,
          "outcome": "stop",
          "netR": -1.1265,
          "holdMinutes": 663
        },
        {
          "entryTs": 1628056080,
          "entryUtc": "2021-08-04T05:48:00.000Z",
          "exitTs": 1628061420,
          "dir": -1,
          "entryPrice": 1813.328,
          "exitPrice": 1814.872,
          "stopDistance": 1.544,
          "outcome": "stop",
          "netR": -1.272,
          "holdMinutes": 89
        },
        {
          "entryTs": 1628086800,
          "entryUtc": "2021-08-04T14:20:00.000Z",
          "exitTs": 1628087220,
          "dir": 1,
          "entryPrice": 1812.138,
          "exitPrice": 1810.066,
          "stopDistance": 2.072,
          "outcome": "stop",
          "netR": -1.2027,
          "holdMinutes": 7
        },
        {
          "entryTs": 1628132400,
          "entryUtc": "2021-08-05T03:00:00.000Z",
          "exitTs": 1628148780,
          "dir": -1,
          "entryPrice": 1810.648,
          "exitPrice": 1812.497,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2271,
          "holdMinutes": 273
        },
        {
          "entryTs": 1628152200,
          "entryUtc": "2021-08-05T08:30:00.000Z",
          "exitTs": 1628161020,
          "dir": 1,
          "entryPrice": 1809.258,
          "exitPrice": 1813.034,
          "stopDistance": 1.888,
          "outcome": "target",
          "netR": 1.804,
          "holdMinutes": 147
        },
        {
          "entryTs": 1628166780,
          "entryUtc": "2021-08-05T12:33:00.000Z",
          "exitTs": 1628170800,
          "dir": -1,
          "entryPrice": 1811.048,
          "exitPrice": 1805.733,
          "stopDistance": 2.658,
          "outcome": "target",
          "netR": 1.8608,
          "holdMinutes": 67
        },
        {
          "entryTs": 1628252760,
          "entryUtc": "2021-08-06T12:26:00.000Z",
          "exitTs": 1628253000,
          "dir": 1,
          "entryPrice": 1796.938,
          "exitPrice": 1794.682,
          "stopDistance": 2.256,
          "outcome": "stop",
          "netR": -1.1862,
          "holdMinutes": 4
        },
        {
          "entryTs": 1628509860,
          "entryUtc": "2021-08-09T11:51:00.000Z",
          "exitTs": 1628517660,
          "dir": 1,
          "entryPrice": 1743.148,
          "exitPrice": 1737.73,
          "stopDistance": 5.418,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 130
        },
        {
          "entryTs": 1628611260,
          "entryUtc": "2021-08-10T16:01:00.000Z",
          "exitTs": 1628640240,
          "dir": 1,
          "entryPrice": 1730.558,
          "exitPrice": 1725.615,
          "stopDistance": 4.943,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 483
        },
        {
          "entryTs": 1628665200,
          "entryUtc": "2021-08-11T07:00:00.000Z",
          "exitTs": 1628665320,
          "dir": 1,
          "entryPrice": 1731.508,
          "exitPrice": 1729.021,
          "stopDistance": 2.487,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 2
        },
        {
          "entryTs": 1628670600,
          "entryUtc": "2021-08-11T08:30:00.000Z",
          "exitTs": 1628677020,
          "dir": -1,
          "entryPrice": 1731.938,
          "exitPrice": 1734.653,
          "stopDistance": 2.715,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 107
        },
        {
          "entryTs": 1628685000,
          "entryUtc": "2021-08-11T12:30:00.000Z",
          "exitTs": 1628685000,
          "dir": -1,
          "entryPrice": 1736.638,
          "exitPrice": 1739.564,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 0
        },
        {
          "entryTs": 1628748000,
          "entryUtc": "2021-08-12T06:00:00.000Z",
          "exitTs": 1628749920,
          "dir": 1,
          "entryPrice": 1750.848,
          "exitPrice": 1754.677,
          "stopDistance": 1.914,
          "outcome": "target",
          "netR": 1.8067,
          "holdMinutes": 32
        },
        {
          "entryTs": 1628758080,
          "entryUtc": "2021-08-12T08:48:00.000Z",
          "exitTs": 1628766420,
          "dir": -1,
          "entryPrice": 1755.848,
          "exitPrice": 1750.264,
          "stopDistance": 2.792,
          "outcome": "target",
          "netR": 1.8675,
          "holdMinutes": 139
        },
        {
          "entryTs": 1628820240,
          "entryUtc": "2021-08-13T02:04:00.000Z",
          "exitTs": 1628822520,
          "dir": -1,
          "entryPrice": 1754.198,
          "exitPrice": 1756.152,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 38
        },
        {
          "entryTs": 1629100680,
          "entryUtc": "2021-08-16T07:58:00.000Z",
          "exitTs": 1629113580,
          "dir": 1,
          "entryPrice": 1774.638,
          "exitPrice": 1771.873,
          "stopDistance": 2.764,
          "outcome": "stop",
          "netR": -1.1519,
          "holdMinutes": 215
        },
        {
          "entryTs": 1629166800,
          "entryUtc": "2021-08-17T02:20:00.000Z",
          "exitTs": 1629178620,
          "dir": 1,
          "entryPrice": 1785.918,
          "exitPrice": 1789.843,
          "stopDistance": 1.963,
          "outcome": "target",
          "netR": 1.8115,
          "holdMinutes": 197
        },
        {
          "entryTs": 1629188700,
          "entryUtc": "2021-08-17T08:25:00.000Z",
          "exitTs": 1629203580,
          "dir": -1,
          "entryPrice": 1793.308,
          "exitPrice": 1788.193,
          "stopDistance": 2.557,
          "outcome": "target",
          "netR": 1.8553,
          "holdMinutes": 248
        },
        {
          "entryTs": 1629289320,
          "entryUtc": "2021-08-18T12:22:00.000Z",
          "exitTs": 1629293460,
          "dir": -1,
          "entryPrice": 1790.088,
          "exitPrice": 1785.389,
          "stopDistance": 2.35,
          "outcome": "target",
          "netR": 1.8425,
          "holdMinutes": 69
        },
        {
          "entryTs": 1629303240,
          "entryUtc": "2021-08-18T16:14:00.000Z",
          "exitTs": 1629342420,
          "dir": 1,
          "entryPrice": 1783.178,
          "exitPrice": 1779.534,
          "stopDistance": 3.644,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 653
        },
        {
          "entryTs": 1629384600,
          "entryUtc": "2021-08-19T14:50:00.000Z",
          "exitTs": 1629400740,
          "dir": 1,
          "entryPrice": 1781.118,
          "exitPrice": 1776.449,
          "stopDistance": 4.669,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 269
        },
        {
          "entryTs": 1629418740,
          "entryUtc": "2021-08-20T00:19:00.000Z",
          "exitTs": 1629422940,
          "dir": 1,
          "entryPrice": 1779.658,
          "exitPrice": 1784.291,
          "stopDistance": 2.317,
          "outcome": "target",
          "netR": 1.8403,
          "holdMinutes": 70
        },
        {
          "entryTs": 1629458340,
          "entryUtc": "2021-08-20T11:19:00.000Z",
          "exitTs": 1629464400,
          "dir": 1,
          "entryPrice": 1784.608,
          "exitPrice": 1781.956,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 101
        },
        {
          "entryTs": 1629465060,
          "entryUtc": "2021-08-20T13:11:00.000Z",
          "exitTs": 1629466860,
          "dir": -1,
          "entryPrice": 1782.808,
          "exitPrice": 1785.775,
          "stopDistance": 2.967,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 30
        },
        {
          "entryTs": 1629478620,
          "entryUtc": "2021-08-20T16:57:00.000Z",
          "exitTs": 1629493140,
          "dir": 1,
          "entryPrice": 1783.488,
          "exitPrice": 1779.814,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 242
        },
        {
          "entryTs": 1629720420,
          "entryUtc": "2021-08-23T12:07:00.000Z",
          "exitTs": 1629721800,
          "dir": -1,
          "entryPrice": 1791.478,
          "exitPrice": 1793.888,
          "stopDistance": 2.41,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 23
        },
        {
          "entryTs": 1629729960,
          "entryUtc": "2021-08-23T14:46:00.000Z",
          "exitTs": 1629807360,
          "dir": -1,
          "entryPrice": 1803.285,
          "exitPrice": 1807.343,
          "stopDistance": 4.058,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1629871140,
          "entryUtc": "2021-08-25T05:59:00.000Z",
          "exitTs": 1629875580,
          "dir": 1,
          "entryPrice": 1794.908,
          "exitPrice": 1792.798,
          "stopDistance": 2.11,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 74
        },
        {
          "entryTs": 1629889020,
          "entryUtc": "2021-08-25T10:57:00.000Z",
          "exitTs": 1629895620,
          "dir": -1,
          "entryPrice": 1794.119,
          "exitPrice": 1796.448,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1804,
          "holdMinutes": 110
        },
        {
          "entryTs": 1629897420,
          "entryUtc": "2021-08-25T13:17:00.000Z",
          "exitTs": 1629898440,
          "dir": 1,
          "entryPrice": 1794.758,
          "exitPrice": 1791.304,
          "stopDistance": 3.454,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 17
        },
        {
          "entryTs": 1629944220,
          "entryUtc": "2021-08-26T02:17:00.000Z",
          "exitTs": 1629945720,
          "dir": 1,
          "entryPrice": 1789.368,
          "exitPrice": 1787.558,
          "stopDistance": 1.81,
          "outcome": "stop",
          "netR": -1.2321,
          "holdMinutes": 25
        },
        {
          "entryTs": 1629981360,
          "entryUtc": "2021-08-26T12:36:00.000Z",
          "exitTs": 1629981660,
          "dir": 1,
          "entryPrice": 1785.578,
          "exitPrice": 1783.378,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 5
        },
        {
          "entryTs": 1629983760,
          "entryUtc": "2021-08-26T13:16:00.000Z",
          "exitTs": 1629987480,
          "dir": -1,
          "entryPrice": 1786.288,
          "exitPrice": 1789.538,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 62
        },
        {
          "entryTs": 1629997800,
          "entryUtc": "2021-08-26T17:10:00.000Z",
          "exitTs": 1630031640,
          "dir": -1,
          "entryPrice": 1793.963,
          "exitPrice": 1798.48,
          "stopDistance": 4.517,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 564
        },
        {
          "entryTs": 1630051080,
          "entryUtc": "2021-08-27T07:58:00.000Z",
          "exitTs": 1630052640,
          "dir": -1,
          "entryPrice": 1801.448,
          "exitPrice": 1797.171,
          "stopDistance": 2.139,
          "outcome": "target",
          "netR": 1.827,
          "holdMinutes": 26
        },
        {
          "entryTs": 1630069560,
          "entryUtc": "2021-08-27T13:06:00.000Z",
          "exitTs": 1630069860,
          "dir": 1,
          "entryPrice": 1796.128,
          "exitPrice": 1793.409,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 5
        },
        {
          "entryTs": 1630072800,
          "entryUtc": "2021-08-27T14:00:00.000Z",
          "exitTs": 1630072800,
          "dir": -1,
          "entryPrice": 1797.198,
          "exitPrice": 1789.991,
          "stopDistance": 3.603,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 0
        },
        {
          "entryTs": 1630302480,
          "entryUtc": "2021-08-30T05:48:00.000Z",
          "exitTs": 1630305660,
          "dir": 1,
          "entryPrice": 1815.248,
          "exitPrice": 1812.804,
          "stopDistance": 2.444,
          "outcome": "stop",
          "netR": -1.1718,
          "holdMinutes": 53
        },
        {
          "entryTs": 1630426140,
          "entryUtc": "2021-08-31T16:09:00.000Z",
          "exitTs": 1630429680,
          "dir": -1,
          "entryPrice": 1810.378,
          "exitPrice": 1815.712,
          "stopDistance": 5.334,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 59
        },
        {
          "entryTs": 1630489500,
          "entryUtc": "2021-09-01T09:45:00.000Z",
          "exitTs": 1630500420,
          "dir": 1,
          "entryPrice": 1813.658,
          "exitPrice": 1818.872,
          "stopDistance": 2.607,
          "outcome": "target",
          "netR": 1.8581,
          "holdMinutes": 182
        },
        {
          "entryTs": 1630502100,
          "entryUtc": "2021-09-01T13:15:00.000Z",
          "exitTs": 1630591440,
          "dir": -1,
          "entryPrice": 1813.925,
          "exitPrice": 1806.532,
          "stopDistance": 3.696,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 1489
        },
        {
          "entryTs": 1630597920,
          "entryUtc": "2021-09-02T15:52:00.000Z",
          "exitTs": 1630671840,
          "dir": 1,
          "entryPrice": 1808.775,
          "exitPrice": 1817.014,
          "stopDistance": 4.119,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 1232
        },
        {
          "entryTs": 1630879200,
          "entryUtc": "2021-09-05T22:00:00.000Z",
          "exitTs": 1630889880,
          "dir": -1,
          "entryPrice": 1829.972,
          "exitPrice": 1825.568,
          "stopDistance": 2.202,
          "outcome": "target",
          "netR": 1.832,
          "holdMinutes": 178
        },
        {
          "entryTs": 1630999800,
          "entryUtc": "2021-09-07T07:30:00.000Z",
          "exitTs": 1631001480,
          "dir": 1,
          "entryPrice": 1819.798,
          "exitPrice": 1817.475,
          "stopDistance": 2.323,
          "outcome": "stop",
          "netR": -1.1808,
          "holdMinutes": 28
        },
        {
          "entryTs": 1631098920,
          "entryUtc": "2021-09-08T11:02:00.000Z",
          "exitTs": 1631103120,
          "dir": -1,
          "entryPrice": 1798.947,
          "exitPrice": 1801.4,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 70
        },
        {
          "entryTs": 1631129280,
          "entryUtc": "2021-09-08T19:28:00.000Z",
          "exitTs": 1631187240,
          "dir": 1,
          "entryPrice": 1789.524,
          "exitPrice": 1800.169,
          "stopDistance": 5.323,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 966
        },
        {
          "entryTs": 1631193060,
          "entryUtc": "2021-09-09T13:11:00.000Z",
          "exitTs": 1631195760,
          "dir": -1,
          "entryPrice": 1796.427,
          "exitPrice": 1790.26,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 45
        },
        {
          "entryTs": 1631207280,
          "entryUtc": "2021-09-09T17:08:00.000Z",
          "exitTs": 1631251980,
          "dir": -1,
          "entryPrice": 1796.197,
          "exitPrice": 1800.172,
          "stopDistance": 3.975,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 745
        },
        {
          "entryTs": 1631276460,
          "entryUtc": "2021-09-10T12:21:00.000Z",
          "exitTs": 1631277960,
          "dir": 1,
          "entryPrice": 1796.624,
          "exitPrice": 1793.863,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 25
        },
        {
          "entryTs": 1631286120,
          "entryUtc": "2021-09-10T15:02:00.000Z",
          "exitTs": 1631288760,
          "dir": 1,
          "entryPrice": 1795.304,
          "exitPrice": 1791.365,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 44
        },
        {
          "entryTs": 1631547900,
          "entryUtc": "2021-09-13T15:45:00.000Z",
          "exitTs": 1631606940,
          "dir": -1,
          "entryPrice": 1795.568,
          "exitPrice": 1788.5,
          "stopDistance": 3.534,
          "outcome": "target",
          "netR": 1.8953,
          "holdMinutes": 984
        },
        {
          "entryTs": 1631622900,
          "entryUtc": "2021-09-14T12:35:00.000Z",
          "exitTs": 1631624040,
          "dir": -1,
          "entryPrice": 1792.628,
          "exitPrice": 1794.768,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 19
        },
        {
          "entryTs": 1631626740,
          "entryUtc": "2021-09-14T13:39:00.000Z",
          "exitTs": 1631630220,
          "dir": 1,
          "entryPrice": 1791.538,
          "exitPrice": 1801.57,
          "stopDistance": 5.016,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 58
        },
        {
          "entryTs": 1631761200,
          "entryUtc": "2021-09-16T03:00:00.000Z",
          "exitTs": 1631763840,
          "dir": 1,
          "entryPrice": 1793.898,
          "exitPrice": 1791.858,
          "stopDistance": 2.04,
          "outcome": "stop",
          "netR": -1.2059,
          "holdMinutes": 44
        },
        {
          "entryTs": 1631876400,
          "entryUtc": "2021-09-17T11:00:00.000Z",
          "exitTs": 1631879040,
          "dir": 1,
          "entryPrice": 1761.534,
          "exitPrice": 1759.151,
          "stopDistance": 2.383,
          "outcome": "stop",
          "netR": -1.1762,
          "holdMinutes": 44
        },
        {
          "entryTs": 1632108720,
          "entryUtc": "2021-09-20T03:32:00.000Z",
          "exitTs": 1632124260,
          "dir": 1,
          "entryPrice": 1747.398,
          "exitPrice": 1753.924,
          "stopDistance": 3.263,
          "outcome": "target",
          "netR": 1.8866,
          "holdMinutes": 259
        },
        {
          "entryTs": 1632141240,
          "entryUtc": "2021-09-20T12:34:00.000Z",
          "exitTs": 1632144840,
          "dir": 1,
          "entryPrice": 1757.567,
          "exitPrice": 1754.515,
          "stopDistance": 3.052,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 60
        },
        {
          "entryTs": 1632146100,
          "entryUtc": "2021-09-20T13:55:00.000Z",
          "exitTs": 1632147660,
          "dir": -1,
          "entryPrice": 1758.527,
          "exitPrice": 1762.055,
          "stopDistance": 3.528,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 26
        },
        {
          "entryTs": 1632211200,
          "entryUtc": "2021-09-21T08:00:00.000Z",
          "exitTs": 1632214500,
          "dir": 1,
          "entryPrice": 1760.098,
          "exitPrice": 1764.614,
          "stopDistance": 2.258,
          "outcome": "target",
          "netR": 1.8361,
          "holdMinutes": 55
        },
        {
          "entryTs": 1632273300,
          "entryUtc": "2021-09-22T01:15:00.000Z",
          "exitTs": 1632276660,
          "dir": 1,
          "entryPrice": 1773.338,
          "exitPrice": 1777.475,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 56
        },
        {
          "entryTs": 1632318360,
          "entryUtc": "2021-09-22T13:46:00.000Z",
          "exitTs": 1632333600,
          "dir": 1,
          "entryPrice": 1775.537,
          "exitPrice": 1772.603,
          "stopDistance": 2.934,
          "outcome": "ambiguous",
          "netR": -1.1432,
          "holdMinutes": 254
        },
        {
          "entryTs": 1632377100,
          "entryUtc": "2021-09-23T06:05:00.000Z",
          "exitTs": 1632381180,
          "dir": 1,
          "entryPrice": 1763.168,
          "exitPrice": 1760.753,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 68
        },
        {
          "entryTs": 1632382620,
          "entryUtc": "2021-09-23T07:37:00.000Z",
          "exitTs": 1632385020,
          "dir": -1,
          "entryPrice": 1765.278,
          "exitPrice": 1767.799,
          "stopDistance": 2.521,
          "outcome": "stop",
          "netR": -1.1666,
          "holdMinutes": 40
        },
        {
          "entryTs": 1632495780,
          "entryUtc": "2021-09-24T15:03:00.000Z",
          "exitTs": 1632506760,
          "dir": -1,
          "entryPrice": 1753.428,
          "exitPrice": 1748.189,
          "stopDistance": 2.619,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 183
        },
        {
          "entryTs": 1632747720,
          "entryUtc": "2021-09-27T13:02:00.000Z",
          "exitTs": 1632790860,
          "dir": 1,
          "entryPrice": 1751.888,
          "exitPrice": 1748.39,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 719
        },
        {
          "entryTs": 1632806160,
          "entryUtc": "2021-09-28T05:16:00.000Z",
          "exitTs": 1632807840,
          "dir": -1,
          "entryPrice": 1751.768,
          "exitPrice": 1747.878,
          "stopDistance": 1.945,
          "outcome": "target",
          "netR": 1.8098,
          "holdMinutes": 28
        },
        {
          "entryTs": 1632819660,
          "entryUtc": "2021-09-28T09:01:00.000Z",
          "exitTs": 1632821880,
          "dir": 1,
          "entryPrice": 1741.908,
          "exitPrice": 1738.435,
          "stopDistance": 3.472,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 37
        },
        {
          "entryTs": 1632836220,
          "entryUtc": "2021-09-28T13:37:00.000Z",
          "exitTs": 1632925140,
          "dir": 1,
          "entryPrice": 1734.438,
          "exitPrice": 1728.815,
          "stopDistance": 5.622,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 1482
        },
        {
          "entryTs": 1632931500,
          "entryUtc": "2021-09-29T16:05:00.000Z",
          "exitTs": 1632934740,
          "dir": 1,
          "entryPrice": 1729.365,
          "exitPrice": 1724.556,
          "stopDistance": 4.809,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 54
        },
        {
          "entryTs": 1632993000,
          "entryUtc": "2021-09-30T09:10:00.000Z",
          "exitTs": 1632997320,
          "dir": 1,
          "entryPrice": 1730.558,
          "exitPrice": 1727.704,
          "stopDistance": 2.854,
          "outcome": "stop",
          "netR": -1.1471,
          "holdMinutes": 72
        },
        {
          "entryTs": 1633005000,
          "entryUtc": "2021-09-30T12:30:00.000Z",
          "exitTs": 1633006440,
          "dir": -1,
          "entryPrice": 1730.056,
          "exitPrice": 1732.941,
          "stopDistance": 2.884,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 24
        },
        {
          "entryTs": 1633062900,
          "entryUtc": "2021-10-01T04:35:00.000Z",
          "exitTs": 1633070880,
          "dir": -1,
          "entryPrice": 1752.668,
          "exitPrice": 1755.249,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 133
        },
        {
          "entryTs": 1633095060,
          "entryUtc": "2021-10-01T13:31:00.000Z",
          "exitTs": 1633098720,
          "dir": 1,
          "entryPrice": 1754.898,
          "exitPrice": 1762.621,
          "stopDistance": 3.862,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 61
        },
        {
          "entryTs": 1633350000,
          "entryUtc": "2021-10-04T12:20:00.000Z",
          "exitTs": 1633351200,
          "dir": 1,
          "entryPrice": 1751.528,
          "exitPrice": 1757.607,
          "stopDistance": 3.04,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 20
        },
        {
          "entryTs": 1633352040,
          "entryUtc": "2021-10-04T12:54:00.000Z",
          "exitTs": 1633352820,
          "dir": 1,
          "entryPrice": 1755.395,
          "exitPrice": 1751.911,
          "stopDistance": 3.484,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 13
        },
        {
          "entryTs": 1633353720,
          "entryUtc": "2021-10-04T13:22:00.000Z",
          "exitTs": 1633356360,
          "dir": -1,
          "entryPrice": 1752.328,
          "exitPrice": 1756.223,
          "stopDistance": 3.895,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 44
        },
        {
          "entryTs": 1633422000,
          "entryUtc": "2021-10-05T08:20:00.000Z",
          "exitTs": 1633429800,
          "dir": 1,
          "entryPrice": 1758.185,
          "exitPrice": 1755.19,
          "stopDistance": 2.995,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 130
        },
        {
          "entryTs": 1633435920,
          "entryUtc": "2021-10-05T12:12:00.000Z",
          "exitTs": 1633439340,
          "dir": -1,
          "entryPrice": 1758.728,
          "exitPrice": 1752.802,
          "stopDistance": 2.963,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 57
        },
        {
          "entryTs": 1633447920,
          "entryUtc": "2021-10-05T15:32:00.000Z",
          "exitTs": 1633455720,
          "dir": -1,
          "entryPrice": 1758.118,
          "exitPrice": 1761.472,
          "stopDistance": 3.354,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 130
        },
        {
          "entryTs": 1633599000,
          "entryUtc": "2021-10-07T09:30:00.000Z",
          "exitTs": 1633604580,
          "dir": 1,
          "entryPrice": 1758.178,
          "exitPrice": 1762.476,
          "stopDistance": 2.149,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 93
        },
        {
          "entryTs": 1633616400,
          "entryUtc": "2021-10-07T14:20:00.000Z",
          "exitTs": 1633631100,
          "dir": 1,
          "entryPrice": 1759.508,
          "exitPrice": 1755.432,
          "stopDistance": 4.076,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 245
        },
        {
          "entryTs": 1633703880,
          "entryUtc": "2021-10-08T14:38:00.000Z",
          "exitTs": 1633903200,
          "dir": 1,
          "entryPrice": 1756.118,
          "exitPrice": 1757.578,
          "stopDistance": 2.518,
          "outcome": "time",
          "netR": 0.4329,
          "holdMinutes": 3322
        },
        {
          "entryTs": 1633926300,
          "entryUtc": "2021-10-11T04:25:00.000Z",
          "exitTs": 1633956720,
          "dir": -1,
          "entryPrice": 1756.445,
          "exitPrice": 1751.398,
          "stopDistance": 2.524,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 507
        },
        {
          "entryTs": 1634030280,
          "entryUtc": "2021-10-12T09:18:00.000Z",
          "exitTs": 1634035800,
          "dir": -1,
          "entryPrice": 1759.528,
          "exitPrice": 1762.052,
          "stopDistance": 2.524,
          "outcome": "stop",
          "netR": -1.1664,
          "holdMinutes": 92
        },
        {
          "entryTs": 1634044020,
          "entryUtc": "2021-10-12T13:07:00.000Z",
          "exitTs": 1634046540,
          "dir": -1,
          "entryPrice": 1761.178,
          "exitPrice": 1764.408,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 42
        },
        {
          "entryTs": 1634065680,
          "entryUtc": "2021-10-12T19:08:00.000Z",
          "exitTs": 1634105760,
          "dir": -1,
          "entryPrice": 1759.915,
          "exitPrice": 1763.276,
          "stopDistance": 3.361,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 668
        },
        {
          "entryTs": 1634130900,
          "entryUtc": "2021-10-13T13:15:00.000Z",
          "exitTs": 1634131800,
          "dir": -1,
          "entryPrice": 1764.508,
          "exitPrice": 1769.125,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 15
        },
        {
          "entryTs": 1634132280,
          "entryUtc": "2021-10-13T13:38:00.000Z",
          "exitTs": 1634132340,
          "dir": -1,
          "entryPrice": 1774.608,
          "exitPrice": 1779.225,
          "stopDistance": 4.617,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 1
        },
        {
          "entryTs": 1634215920,
          "entryUtc": "2021-10-14T12:52:00.000Z",
          "exitTs": 1634219040,
          "dir": 1,
          "entryPrice": 1797.378,
          "exitPrice": 1794.15,
          "stopDistance": 3.228,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 52
        },
        {
          "entryTs": 1634221740,
          "entryUtc": "2021-10-14T14:29:00.000Z",
          "exitTs": 1634275380,
          "dir": 1,
          "entryPrice": 1796.154,
          "exitPrice": 1792.344,
          "stopDistance": 3.81,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 894
        },
        {
          "entryTs": 1634310000,
          "entryUtc": "2021-10-15T15:00:00.000Z",
          "exitTs": 1634312640,
          "dir": 1,
          "entryPrice": 1774.298,
          "exitPrice": 1769.468,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 44
        },
        {
          "entryTs": 1634535060,
          "entryUtc": "2021-10-18T05:31:00.000Z",
          "exitTs": 1634537160,
          "dir": -1,
          "entryPrice": 1769.255,
          "exitPrice": 1764.569,
          "stopDistance": 2.343,
          "outcome": "target",
          "netR": 1.8421,
          "holdMinutes": 35
        },
        {
          "entryTs": 1634555760,
          "entryUtc": "2021-10-18T11:16:00.000Z",
          "exitTs": 1634566200,
          "dir": 1,
          "entryPrice": 1763.948,
          "exitPrice": 1770.524,
          "stopDistance": 3.288,
          "outcome": "target",
          "netR": 1.8875,
          "holdMinutes": 174
        },
        {
          "entryTs": 1634644860,
          "entryUtc": "2021-10-19T12:01:00.000Z",
          "exitTs": 1634645880,
          "dir": -1,
          "entryPrice": 1781.218,
          "exitPrice": 1783.634,
          "stopDistance": 2.416,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 17
        },
        {
          "entryTs": 1634646600,
          "entryUtc": "2021-10-19T12:30:00.000Z",
          "exitTs": 1634648400,
          "dir": -1,
          "entryPrice": 1779.598,
          "exitPrice": 1782.927,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 30
        },
        {
          "entryTs": 1634737200,
          "entryUtc": "2021-10-20T13:40:00.000Z",
          "exitTs": 1634747160,
          "dir": -1,
          "entryPrice": 1781.348,
          "exitPrice": 1785.332,
          "stopDistance": 3.984,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 166
        },
        {
          "entryTs": 1634747820,
          "entryUtc": "2021-10-20T16:37:00.000Z",
          "exitTs": 1634815740,
          "dir": -1,
          "entryPrice": 1786.358,
          "exitPrice": 1778.39,
          "stopDistance": 3.984,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 1132
        },
        {
          "entryTs": 1634821080,
          "entryUtc": "2021-10-21T12:58:00.000Z",
          "exitTs": 1634872560,
          "dir": 1,
          "entryPrice": 1780.478,
          "exitPrice": 1787.575,
          "stopDistance": 3.548,
          "outcome": "target",
          "netR": 1.8957,
          "holdMinutes": 858
        },
        {
          "entryTs": 1634921280,
          "entryUtc": "2021-10-22T16:48:00.000Z",
          "exitTs": 1635112800,
          "dir": -1,
          "entryPrice": 1797.804,
          "exitPrice": 1792.458,
          "stopDistance": 6.599,
          "outcome": "time",
          "netR": 0.754,
          "holdMinutes": 3192
        },
        {
          "entryTs": 1635160380,
          "entryUtc": "2021-10-25T11:13:00.000Z",
          "exitTs": 1635168660,
          "dir": -1,
          "entryPrice": 1801.508,
          "exitPrice": 1804.773,
          "stopDistance": 3.265,
          "outcome": "stop",
          "netR": -1.1286,
          "holdMinutes": 138
        },
        {
          "entryTs": 1635318900,
          "entryUtc": "2021-10-27T07:15:00.000Z",
          "exitTs": 1635319560,
          "dir": 1,
          "entryPrice": 1787.668,
          "exitPrice": 1785.728,
          "stopDistance": 1.94,
          "outcome": "stop",
          "netR": -1.2165,
          "holdMinutes": 11
        },
        {
          "entryTs": 1635321000,
          "entryUtc": "2021-10-27T07:50:00.000Z",
          "exitTs": 1635331800,
          "dir": -1,
          "entryPrice": 1787.508,
          "exitPrice": 1790.062,
          "stopDistance": 2.554,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 180
        },
        {
          "entryTs": 1635343680,
          "entryUtc": "2021-10-27T14:08:00.000Z",
          "exitTs": 1635345960,
          "dir": 1,
          "entryPrice": 1787.478,
          "exitPrice": 1793.313,
          "stopDistance": 2.917,
          "outcome": "target",
          "netR": 1.8732,
          "holdMinutes": 38
        },
        {
          "entryTs": 1635425100,
          "entryUtc": "2021-10-28T12:45:00.000Z",
          "exitTs": 1635426840,
          "dir": -1,
          "entryPrice": 1801.124,
          "exitPrice": 1804.697,
          "stopDistance": 3.573,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 29
        },
        {
          "entryTs": 1635428280,
          "entryUtc": "2021-10-28T13:38:00.000Z",
          "exitTs": 1635431640,
          "dir": 1,
          "entryPrice": 1801.264,
          "exitPrice": 1796.937,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 56
        },
        {
          "entryTs": 1635433980,
          "entryUtc": "2021-10-28T15:13:00.000Z",
          "exitTs": 1635509100,
          "dir": -1,
          "entryPrice": 1801.308,
          "exitPrice": 1789.867,
          "stopDistance": 5.72,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 1252
        },
        {
          "entryTs": 1635752820,
          "entryUtc": "2021-11-01T07:47:00.000Z",
          "exitTs": 1635753480,
          "dir": -1,
          "entryPrice": 1785.488,
          "exitPrice": 1781.194,
          "stopDistance": 2.147,
          "outcome": "target",
          "netR": 1.8277,
          "holdMinutes": 11
        },
        {
          "entryTs": 1635757560,
          "entryUtc": "2021-11-01T09:06:00.000Z",
          "exitTs": 1635769320,
          "dir": 1,
          "entryPrice": 1783.628,
          "exitPrice": 1789.03,
          "stopDistance": 2.701,
          "outcome": "target",
          "netR": 1.863,
          "holdMinutes": 196
        },
        {
          "entryTs": 1635845400,
          "entryUtc": "2021-11-02T09:30:00.000Z",
          "exitTs": 1635851880,
          "dir": -1,
          "entryPrice": 1794.838,
          "exitPrice": 1790.701,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 108
        },
        {
          "entryTs": 1635855180,
          "entryUtc": "2021-11-02T12:13:00.000Z",
          "exitTs": 1635856560,
          "dir": -1,
          "entryPrice": 1793.118,
          "exitPrice": 1788.264,
          "stopDistance": 2.427,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635865560,
          "entryUtc": "2021-11-02T15:06:00.000Z",
          "exitTs": 1635899220,
          "dir": 1,
          "entryPrice": 1788.918,
          "exitPrice": 1784.785,
          "stopDistance": 4.133,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 561
        },
        {
          "entryTs": 1635901260,
          "entryUtc": "2021-11-03T01:01:00.000Z",
          "exitTs": 1635904320,
          "dir": 1,
          "entryPrice": 1785.908,
          "exitPrice": 1783.752,
          "stopDistance": 2.156,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 51
        },
        {
          "entryTs": 1635917400,
          "entryUtc": "2021-11-03T05:30:00.000Z",
          "exitTs": 1635938880,
          "dir": -1,
          "entryPrice": 1782.488,
          "exitPrice": 1784.73,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 358
        },
        {
          "entryTs": 1635962400,
          "entryUtc": "2021-11-03T18:00:00.000Z",
          "exitTs": 1635965520,
          "dir": 1,
          "entryPrice": 1764.318,
          "exitPrice": 1771.892,
          "stopDistance": 3.787,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 52
        },
        {
          "entryTs": 1635966300,
          "entryUtc": "2021-11-03T19:05:00.000Z",
          "exitTs": 1636026180,
          "dir": 1,
          "entryPrice": 1770.988,
          "exitPrice": 1781.475,
          "stopDistance": 5.244,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 998
        },
        {
          "entryTs": 1636038900,
          "entryUtc": "2021-11-04T15:15:00.000Z",
          "exitTs": 1636100640,
          "dir": -1,
          "entryPrice": 1795.118,
          "exitPrice": 1799.445,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 1029
        },
        {
          "entryTs": 1636115880,
          "entryUtc": "2021-11-05T12:38:00.000Z",
          "exitTs": 1636116000,
          "dir": -1,
          "entryPrice": 1797.184,
          "exitPrice": 1792.104,
          "stopDistance": 2.54,
          "outcome": "target",
          "netR": 1.8543,
          "holdMinutes": 2
        },
        {
          "entryTs": 1636119780,
          "entryUtc": "2021-11-05T13:43:00.000Z",
          "exitTs": 1636125960,
          "dir": 1,
          "entryPrice": 1797.114,
          "exitPrice": 1807.743,
          "stopDistance": 5.314,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 103
        },
        {
          "entryTs": 1636335000,
          "entryUtc": "2021-11-08T01:30:00.000Z",
          "exitTs": 1636361760,
          "dir": 1,
          "entryPrice": 1816.958,
          "exitPrice": 1813.521,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 446
        },
        {
          "entryTs": 1636385580,
          "entryUtc": "2021-11-08T15:33:00.000Z",
          "exitTs": 1636420980,
          "dir": -1,
          "entryPrice": 1822.593,
          "exitPrice": 1826.942,
          "stopDistance": 4.349,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 590
        },
        {
          "entryTs": 1636423080,
          "entryUtc": "2021-11-09T01:58:00.000Z",
          "exitTs": 1636438620,
          "dir": -1,
          "entryPrice": 1824.698,
          "exitPrice": 1826.765,
          "stopDistance": 2.067,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 259
        },
        {
          "entryTs": 1636441500,
          "entryUtc": "2021-11-09T07:05:00.000Z",
          "exitTs": 1636444260,
          "dir": -1,
          "entryPrice": 1824.453,
          "exitPrice": 1820.259,
          "stopDistance": 2.097,
          "outcome": "target",
          "netR": 1.8235,
          "holdMinutes": 46
        },
        {
          "entryTs": 1636448460,
          "entryUtc": "2021-11-09T09:01:00.000Z",
          "exitTs": 1636464720,
          "dir": 1,
          "entryPrice": 1823.183,
          "exitPrice": 1828.855,
          "stopDistance": 2.836,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 271
        },
        {
          "entryTs": 1636468200,
          "entryUtc": "2021-11-09T14:30:00.000Z",
          "exitTs": 1636470480,
          "dir": -1,
          "entryPrice": 1828.083,
          "exitPrice": 1820.414,
          "stopDistance": 3.835,
          "outcome": "target",
          "netR": 1.9035,
          "holdMinutes": 38
        },
        {
          "entryTs": 1636474380,
          "entryUtc": "2021-11-09T16:13:00.000Z",
          "exitTs": 1636488240,
          "dir": 1,
          "entryPrice": 1823.468,
          "exitPrice": 1832.199,
          "stopDistance": 4.366,
          "outcome": "target",
          "netR": 1.9152,
          "holdMinutes": 231
        },
        {
          "entryTs": 1636536720,
          "entryUtc": "2021-11-10T09:32:00.000Z",
          "exitTs": 1636542360,
          "dir": 1,
          "entryPrice": 1826.028,
          "exitPrice": 1823.676,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 94
        },
        {
          "entryTs": 1636543920,
          "entryUtc": "2021-11-10T11:32:00.000Z",
          "exitTs": 1636549800,
          "dir": -1,
          "entryPrice": 1824.748,
          "exitPrice": 1826.954,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 98
        },
        {
          "entryTs": 1636604280,
          "entryUtc": "2021-11-11T04:18:00.000Z",
          "exitTs": 1636609920,
          "dir": 1,
          "entryPrice": 1847.164,
          "exitPrice": 1854.844,
          "stopDistance": 3.84,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 94
        },
        {
          "entryTs": 1636638360,
          "entryUtc": "2021-11-11T13:46:00.000Z",
          "exitTs": 1636683660,
          "dir": -1,
          "entryPrice": 1863.658,
          "exitPrice": 1857.444,
          "stopDistance": 3.107,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 755
        },
        {
          "entryTs": 1636693200,
          "entryUtc": "2021-11-12T05:00:00.000Z",
          "exitTs": 1636704900,
          "dir": 1,
          "entryPrice": 1857.094,
          "exitPrice": 1855.171,
          "stopDistance": 1.923,
          "outcome": "stop",
          "netR": -1.2184,
          "holdMinutes": 195
        },
        {
          "entryTs": 1636711260,
          "entryUtc": "2021-11-12T10:01:00.000Z",
          "exitTs": 1636712820,
          "dir": 1,
          "entryPrice": 1852.394,
          "exitPrice": 1849.226,
          "stopDistance": 3.168,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 26
        },
        {
          "entryTs": 1636984800,
          "entryUtc": "2021-11-15T14:00:00.000Z",
          "exitTs": 1637029980,
          "dir": -1,
          "entryPrice": 1864.368,
          "exitPrice": 1868.111,
          "stopDistance": 3.743,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 753
        },
        {
          "entryTs": 1637035020,
          "entryUtc": "2021-11-16T03:57:00.000Z",
          "exitTs": 1637052720,
          "dir": -1,
          "entryPrice": 1867.008,
          "exitPrice": 1869.478,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 295
        },
        {
          "entryTs": 1637167860,
          "entryUtc": "2021-11-17T16:51:00.000Z",
          "exitTs": 1637196840,
          "dir": 1,
          "entryPrice": 1862.978,
          "exitPrice": 1870.678,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 483
        },
        {
          "entryTs": 1637200980,
          "entryUtc": "2021-11-18T02:03:00.000Z",
          "exitTs": 1637204820,
          "dir": -1,
          "entryPrice": 1868.918,
          "exitPrice": 1864.091,
          "stopDistance": 2.414,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 64
        },
        {
          "entryTs": 1637226180,
          "entryUtc": "2021-11-18T09:03:00.000Z",
          "exitTs": 1637231820,
          "dir": -1,
          "entryPrice": 1865.754,
          "exitPrice": 1859.594,
          "stopDistance": 3.08,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 94
        },
        {
          "entryTs": 1637246700,
          "entryUtc": "2021-11-18T14:45:00.000Z",
          "exitTs": 1637247660,
          "dir": 1,
          "entryPrice": 1864.588,
          "exitPrice": 1859.578,
          "stopDistance": 5.01,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 16
        },
        {
          "entryTs": 1637314560,
          "entryUtc": "2021-11-19T09:36:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1859.008,
          "exitPrice": 1855.663,
          "stopDistance": 3.345,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 279
        },
        {
          "entryTs": 1637538780,
          "entryUtc": "2021-11-21T23:53:00.000Z",
          "exitTs": 1637564760,
          "dir": 1,
          "entryPrice": 1844.358,
          "exitPrice": 1840.413,
          "stopDistance": 3.945,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 433
        },
        {
          "entryTs": 1637576040,
          "entryUtc": "2021-11-22T10:14:00.000Z",
          "exitTs": 1637577420,
          "dir": 1,
          "entryPrice": 1843.088,
          "exitPrice": 1839.974,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 23
        },
        {
          "entryTs": 1637583000,
          "entryUtc": "2021-11-22T12:10:00.000Z",
          "exitTs": 1637588040,
          "dir": 1,
          "entryPrice": 1839.738,
          "exitPrice": 1836.288,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 84
        },
        {
          "entryTs": 1637656080,
          "entryUtc": "2021-11-23T08:28:00.000Z",
          "exitTs": 1637657580,
          "dir": 1,
          "entryPrice": 1804.548,
          "exitPrice": 1801.701,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 25
        },
        {
          "entryTs": 1637662500,
          "entryUtc": "2021-11-23T10:15:00.000Z",
          "exitTs": 1637667960,
          "dir": 1,
          "entryPrice": 1798.004,
          "exitPrice": 1793.463,
          "stopDistance": 4.541,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 91
        },
        {
          "entryTs": 1637916360,
          "entryUtc": "2021-11-26T08:46:00.000Z",
          "exitTs": 1637916600,
          "dir": -1,
          "entryPrice": 1800.618,
          "exitPrice": 1804.688,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 4
        },
        {
          "entryTs": 1637918580,
          "entryUtc": "2021-11-26T09:23:00.000Z",
          "exitTs": 1637922000,
          "dir": -1,
          "entryPrice": 1806.208,
          "exitPrice": 1810.278,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 57
        },
        {
          "entryTs": 1638258240,
          "entryUtc": "2021-11-30T07:44:00.000Z",
          "exitTs": 1638264360,
          "dir": -1,
          "entryPrice": 1792.955,
          "exitPrice": 1795.916,
          "stopDistance": 2.961,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 102
        },
        {
          "entryTs": 1638279600,
          "entryUtc": "2021-11-30T13:40:00.000Z",
          "exitTs": 1638283500,
          "dir": -1,
          "entryPrice": 1795.458,
          "exitPrice": 1798.716,
          "stopDistance": 3.258,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 65
        },
        {
          "entryTs": 1638287220,
          "entryUtc": "2021-11-30T15:47:00.000Z",
          "exitTs": 1638288000,
          "dir": -1,
          "entryPrice": 1794.965,
          "exitPrice": 1782.724,
          "stopDistance": 6.12,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 13
        },
        {
          "entryTs": 1638359100,
          "entryUtc": "2021-12-01T11:45:00.000Z",
          "exitTs": 1638386160,
          "dir": -1,
          "entryPrice": 1788.088,
          "exitPrice": 1779.354,
          "stopDistance": 4.367,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 451
        },
        {
          "entryTs": 1638495180,
          "entryUtc": "2021-12-03T01:33:00.000Z",
          "exitTs": 1638497880,
          "dir": -1,
          "entryPrice": 1769.548,
          "exitPrice": 1772.241,
          "stopDistance": 2.693,
          "outcome": "stop",
          "netR": -1.156,
          "holdMinutes": 45
        },
        {
          "entryTs": 1638537900,
          "entryUtc": "2021-12-03T13:25:00.000Z",
          "exitTs": 1638538200,
          "dir": 1,
          "entryPrice": 1769.088,
          "exitPrice": 1774.533,
          "stopDistance": 2.723,
          "outcome": "target",
          "netR": 1.8641,
          "holdMinutes": 5
        },
        {
          "entryTs": 1638539100,
          "entryUtc": "2021-12-03T13:45:00.000Z",
          "exitTs": 1638539280,
          "dir": 1,
          "entryPrice": 1772.105,
          "exitPrice": 1768.221,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 3
        },
        {
          "entryTs": 1638539400,
          "entryUtc": "2021-12-03T13:50:00.000Z",
          "exitTs": 1638541800,
          "dir": 1,
          "entryPrice": 1767.474,
          "exitPrice": 1772.641,
          "stopDistance": 2.584,
          "outcome": "target",
          "netR": 1.8568,
          "holdMinutes": 40
        },
        {
          "entryTs": 1638786780,
          "entryUtc": "2021-12-06T10:33:00.000Z",
          "exitTs": 1638794460,
          "dir": 1,
          "entryPrice": 1780.105,
          "exitPrice": 1777.193,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 128
        },
        {
          "entryTs": 1638865020,
          "entryUtc": "2021-12-07T08:17:00.000Z",
          "exitTs": 1638868380,
          "dir": -1,
          "entryPrice": 1782.248,
          "exitPrice": 1777.984,
          "stopDistance": 2.132,
          "outcome": "target",
          "netR": 1.8265,
          "holdMinutes": 56
        },
        {
          "entryTs": 1638870840,
          "entryUtc": "2021-12-07T09:54:00.000Z",
          "exitTs": 1638878460,
          "dir": -1,
          "entryPrice": 1780.828,
          "exitPrice": 1783.28,
          "stopDistance": 2.452,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 127
        },
        {
          "entryTs": 1638883320,
          "entryUtc": "2021-12-07T13:22:00.000Z",
          "exitTs": 1638883860,
          "dir": 1,
          "entryPrice": 1779.015,
          "exitPrice": 1776.658,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 9
        },
        {
          "entryTs": 1638948060,
          "entryUtc": "2021-12-08T07:21:00.000Z",
          "exitTs": 1638949320,
          "dir": -1,
          "entryPrice": 1788.645,
          "exitPrice": 1790.527,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 21
        },
        {
          "entryTs": 1638950640,
          "entryUtc": "2021-12-08T08:04:00.000Z",
          "exitTs": 1638951420,
          "dir": 1,
          "entryPrice": 1788.695,
          "exitPrice": 1786.56,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 13
        },
        {
          "entryTs": 1638955140,
          "entryUtc": "2021-12-08T09:19:00.000Z",
          "exitTs": 1638959820,
          "dir": -1,
          "entryPrice": 1789.208,
          "exitPrice": 1791.483,
          "stopDistance": 2.275,
          "outcome": "stop",
          "netR": -1.1846,
          "holdMinutes": 78
        },
        {
          "entryTs": 1639015860,
          "entryUtc": "2021-12-09T02:11:00.000Z",
          "exitTs": 1639043640,
          "dir": 1,
          "entryPrice": 1783.878,
          "exitPrice": 1781.954,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 463
        },
        {
          "entryTs": 1639060560,
          "entryUtc": "2021-12-09T14:36:00.000Z",
          "exitTs": 1639061220,
          "dir": 1,
          "entryPrice": 1778.118,
          "exitPrice": 1774.108,
          "stopDistance": 4.011,
          "outcome": "stop",
          "netR": -1.1047,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639076760,
          "entryUtc": "2021-12-09T19:06:00.000Z",
          "exitTs": 1639117140,
          "dir": 1,
          "entryPrice": 1776.458,
          "exitPrice": 1772.944,
          "stopDistance": 3.514,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 673
        },
        {
          "entryTs": 1639150800,
          "entryUtc": "2021-12-10T15:40:00.000Z",
          "exitTs": 1639350000,
          "dir": -1,
          "entryPrice": 1783.915,
          "exitPrice": 1781.815,
          "stopDistance": 4.726,
          "outcome": "time",
          "netR": 0.3661,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1639355880,
          "entryUtc": "2021-12-13T00:38:00.000Z",
          "exitTs": 1639359240,
          "dir": -1,
          "entryPrice": 1783.468,
          "exitPrice": 1785.311,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 56
        },
        {
          "entryTs": 1639391580,
          "entryUtc": "2021-12-13T10:33:00.000Z",
          "exitTs": 1639398060,
          "dir": 1,
          "entryPrice": 1784.418,
          "exitPrice": 1788.542,
          "stopDistance": 2.062,
          "outcome": "target",
          "netR": 1.8206,
          "holdMinutes": 108
        },
        {
          "entryTs": 1639406460,
          "entryUtc": "2021-12-13T14:41:00.000Z",
          "exitTs": 1639488060,
          "dir": 1,
          "entryPrice": 1784.798,
          "exitPrice": 1781.865,
          "stopDistance": 2.933,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 1360
        },
        {
          "entryTs": 1639495020,
          "entryUtc": "2021-12-14T15:17:00.000Z",
          "exitTs": 1639551360,
          "dir": 1,
          "entryPrice": 1772.038,
          "exitPrice": 1767.678,
          "stopDistance": 4.36,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 939
        },
        {
          "entryTs": 1639564200,
          "entryUtc": "2021-12-15T10:30:00.000Z",
          "exitTs": 1639569720,
          "dir": -1,
          "entryPrice": 1768.408,
          "exitPrice": 1770.433,
          "stopDistance": 2.025,
          "outcome": "stop",
          "netR": -1.2074,
          "holdMinutes": 92
        },
        {
          "entryTs": 1639587660,
          "entryUtc": "2021-12-15T17:01:00.000Z",
          "exitTs": 1639592940,
          "dir": 1,
          "entryPrice": 1766.925,
          "exitPrice": 1763.582,
          "stopDistance": 3.343,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 88
        },
        {
          "entryTs": 1639993980,
          "entryUtc": "2021-12-20T09:53:00.000Z",
          "exitTs": 1639996620,
          "dir": 1,
          "entryPrice": 1799.318,
          "exitPrice": 1797.109,
          "stopDistance": 2.209,
          "outcome": "stop",
          "netR": -1.1902,
          "holdMinutes": 44
        },
        {
          "entryTs": 1640003820,
          "entryUtc": "2021-12-20T12:37:00.000Z",
          "exitTs": 1640006940,
          "dir": 1,
          "entryPrice": 1797.078,
          "exitPrice": 1794.685,
          "stopDistance": 2.393,
          "outcome": "stop",
          "netR": -1.1755,
          "holdMinutes": 52
        },
        {
          "entryTs": 1640049900,
          "entryUtc": "2021-12-21T01:25:00.000Z",
          "exitTs": 1640073360,
          "dir": 1,
          "entryPrice": 1789.298,
          "exitPrice": 1794.048,
          "stopDistance": 2.375,
          "outcome": "target",
          "netR": 1.8442,
          "holdMinutes": 391
        },
        {
          "entryTs": 1640095080,
          "entryUtc": "2021-12-21T13:58:00.000Z",
          "exitTs": 1640098560,
          "dir": -1,
          "entryPrice": 1797.518,
          "exitPrice": 1792.46,
          "stopDistance": 2.529,
          "outcome": "target",
          "netR": 1.8537,
          "holdMinutes": 58
        },
        {
          "entryTs": 1640161260,
          "entryUtc": "2021-12-22T08:21:00.000Z",
          "exitTs": 1640169480,
          "dir": 1,
          "entryPrice": 1787.278,
          "exitPrice": 1790.649,
          "stopDistance": 1.685,
          "outcome": "target",
          "netR": 1.7805,
          "holdMinutes": 137
        },
        {
          "entryTs": 1640237400,
          "entryUtc": "2021-12-23T05:30:00.000Z",
          "exitTs": 1640261820,
          "dir": -1,
          "entryPrice": 1806.968,
          "exitPrice": 1803.528,
          "stopDistance": 1.72,
          "outcome": "target",
          "netR": 1.7849,
          "holdMinutes": 407
        },
        {
          "entryTs": 1640269080,
          "entryUtc": "2021-12-23T14:18:00.000Z",
          "exitTs": 1640270100,
          "dir": -1,
          "entryPrice": 1806.565,
          "exitPrice": 1801.938,
          "stopDistance": 2.314,
          "outcome": "target",
          "netR": 1.8401,
          "holdMinutes": 17
        },
        {
          "entryTs": 1640612040,
          "entryUtc": "2021-12-27T13:34:00.000Z",
          "exitTs": 1640612280,
          "dir": -1,
          "entryPrice": 1806.049,
          "exitPrice": 1807.893,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2278,
          "holdMinutes": 4
        },
        {
          "entryTs": 1640628180,
          "entryUtc": "2021-12-27T18:03:00.000Z",
          "exitTs": 1640637900,
          "dir": 1,
          "entryPrice": 1806.594,
          "exitPrice": 1811.404,
          "stopDistance": 2.405,
          "outcome": "target",
          "netR": 1.8462,
          "holdMinutes": 162
        },
        {
          "entryTs": 1640679420,
          "entryUtc": "2021-12-28T08:17:00.000Z",
          "exitTs": 1640688540,
          "dir": 1,
          "entryPrice": 1814.348,
          "exitPrice": 1817.675,
          "stopDistance": 1.664,
          "outcome": "target",
          "netR": 1.7776,
          "holdMinutes": 152
        },
        {
          "entryTs": 1640697600,
          "entryUtc": "2021-12-28T13:20:00.000Z",
          "exitTs": 1640698080,
          "dir": -1,
          "entryPrice": 1816.859,
          "exitPrice": 1818.648,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2347,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640742300,
          "entryUtc": "2021-12-29T01:45:00.000Z",
          "exitTs": 1640764800,
          "dir": 1,
          "entryPrice": 1805.638,
          "exitPrice": 1803.714,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 375
        },
        {
          "entryTs": 1640768880,
          "entryUtc": "2021-12-29T09:08:00.000Z",
          "exitTs": 1640772540,
          "dir": 1,
          "entryPrice": 1803.345,
          "exitPrice": 1801.51,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2289,
          "holdMinutes": 61
        },
        {
          "entryTs": 1640872620,
          "entryUtc": "2021-12-30T13:57:00.000Z",
          "exitTs": 1640874720,
          "dir": -1,
          "entryPrice": 1803.455,
          "exitPrice": 1805.446,
          "stopDistance": 1.991,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 35
        },
        {
          "entryTs": 1640939040,
          "entryUtc": "2021-12-31T08:24:00.000Z",
          "exitTs": 1640941200,
          "dir": -1,
          "entryPrice": 1816.988,
          "exitPrice": 1818.79,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.2331,
          "holdMinutes": 36
        },
        {
          "entryTs": 1640941260,
          "entryUtc": "2021-12-31T09:01:00.000Z",
          "exitTs": 1640956200,
          "dir": -1,
          "entryPrice": 1819.168,
          "exitPrice": 1820.838,
          "stopDistance": 1.67,
          "outcome": "stop",
          "netR": -1.2514,
          "holdMinutes": 249
        },
        {
          "entryTs": 1640968620,
          "entryUtc": "2021-12-31T16:37:00.000Z",
          "exitTs": 1640975340,
          "dir": -1,
          "entryPrice": 1824.708,
          "exitPrice": 1827.882,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 112
        },
        {
          "entryTs": 1641210240,
          "entryUtc": "2022-01-03T11:44:00.000Z",
          "exitTs": 1641213240,
          "dir": 1,
          "entryPrice": 1823.608,
          "exitPrice": 1821.401,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 50
        },
        {
          "entryTs": 1641282540,
          "entryUtc": "2022-01-04T07:49:00.000Z",
          "exitTs": 1641286860,
          "dir": 1,
          "entryPrice": 1804.788,
          "exitPrice": 1802.781,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 72
        },
        {
          "entryTs": 1641288240,
          "entryUtc": "2022-01-04T09:24:00.000Z",
          "exitTs": 1641292260,
          "dir": -1,
          "entryPrice": 1805.298,
          "exitPrice": 1807.65,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 67
        },
        {
          "entryTs": 1641304320,
          "entryUtc": "2022-01-04T13:52:00.000Z",
          "exitTs": 1641304800,
          "dir": -1,
          "entryPrice": 1805.588,
          "exitPrice": 1808.038,
          "stopDistance": 2.45,
          "outcome": "stop",
          "netR": -1.1714,
          "holdMinutes": 8
        },
        {
          "entryTs": 1641467820,
          "entryUtc": "2022-01-06T11:17:00.000Z",
          "exitTs": 1641473520,
          "dir": 1,
          "entryPrice": 1798.998,
          "exitPrice": 1794.994,
          "stopDistance": 4.004,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 95
        },
        {
          "entryTs": 1641481200,
          "entryUtc": "2022-01-06T15:00:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1790.658,
          "exitPrice": 1785.775,
          "stopDistance": 4.883,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 1356
        },
        {
          "entryTs": 1641566040,
          "entryUtc": "2022-01-07T14:34:00.000Z",
          "exitTs": 1641570480,
          "dir": 1,
          "entryPrice": 1790.878,
          "exitPrice": 1786.401,
          "stopDistance": 4.477,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 74
        },
        {
          "entryTs": 1641775620,
          "entryUtc": "2022-01-10T00:47:00.000Z",
          "exitTs": 1641791460,
          "dir": 1,
          "entryPrice": 1794.128,
          "exitPrice": 1791.518,
          "stopDistance": 2.61,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 264
        },
        {
          "entryTs": 1641802740,
          "entryUtc": "2022-01-10T08:19:00.000Z",
          "exitTs": 1641803460,
          "dir": -1,
          "entryPrice": 1793.215,
          "exitPrice": 1795.335,
          "stopDistance": 2.12,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 12
        },
        {
          "entryTs": 1641836340,
          "entryUtc": "2022-01-10T17:39:00.000Z",
          "exitTs": 1641838560,
          "dir": -1,
          "entryPrice": 1798.058,
          "exitPrice": 1801.035,
          "stopDistance": 2.977,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 37
        },
        {
          "entryTs": 1641839040,
          "entryUtc": "2022-01-10T18:24:00.000Z",
          "exitTs": 1641865200,
          "dir": 1,
          "entryPrice": 1799.528,
          "exitPrice": 1805.867,
          "stopDistance": 3.169,
          "outcome": "target",
          "netR": 1.8833,
          "holdMinutes": 436
        },
        {
          "entryTs": 1641886680,
          "entryUtc": "2022-01-11T07:38:00.000Z",
          "exitTs": 1641894660,
          "dir": 1,
          "entryPrice": 1808.325,
          "exitPrice": 1806.306,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.208,
          "holdMinutes": 133
        },
        {
          "entryTs": 1641901800,
          "entryUtc": "2022-01-11T11:50:00.000Z",
          "exitTs": 1641909720,
          "dir": -1,
          "entryPrice": 1807.328,
          "exitPrice": 1802.97,
          "stopDistance": 2.179,
          "outcome": "target",
          "netR": 1.8302,
          "holdMinutes": 132
        },
        {
          "entryTs": 1641969420,
          "entryUtc": "2022-01-12T06:37:00.000Z",
          "exitTs": 1641971640,
          "dir": 1,
          "entryPrice": 1819.948,
          "exitPrice": 1818.314,
          "stopDistance": 1.634,
          "outcome": "stop",
          "netR": -1.257,
          "holdMinutes": 37
        },
        {
          "entryTs": 1641991680,
          "entryUtc": "2022-01-12T12:48:00.000Z",
          "exitTs": 1641994800,
          "dir": 1,
          "entryPrice": 1817.914,
          "exitPrice": 1821.888,
          "stopDistance": 1.987,
          "outcome": "target",
          "netR": 1.8138,
          "holdMinutes": 52
        },
        {
          "entryTs": 1642061520,
          "entryUtc": "2022-01-13T08:12:00.000Z",
          "exitTs": 1642062780,
          "dir": 1,
          "entryPrice": 1825.268,
          "exitPrice": 1823.361,
          "stopDistance": 1.907,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 21
        },
        {
          "entryTs": 1642077300,
          "entryUtc": "2022-01-13T12:35:00.000Z",
          "exitTs": 1642080180,
          "dir": -1,
          "entryPrice": 1825.538,
          "exitPrice": 1821.143,
          "stopDistance": 2.197,
          "outcome": "target",
          "netR": 1.8316,
          "holdMinutes": 48
        },
        {
          "entryTs": 1642163520,
          "entryUtc": "2022-01-14T12:32:00.000Z",
          "exitTs": 1642167000,
          "dir": 1,
          "entryPrice": 1820.978,
          "exitPrice": 1825.687,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8429,
          "holdMinutes": 58
        },
        {
          "entryTs": 1642168260,
          "entryUtc": "2022-01-14T13:51:00.000Z",
          "exitTs": 1642170600,
          "dir": 1,
          "entryPrice": 1824.488,
          "exitPrice": 1821.211,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 39
        },
        {
          "entryTs": 1642172520,
          "entryUtc": "2022-01-14T15:02:00.000Z",
          "exitTs": 1642177560,
          "dir": 1,
          "entryPrice": 1823.228,
          "exitPrice": 1819.403,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 84
        },
        {
          "entryTs": 1642492800,
          "entryUtc": "2022-01-18T08:00:00.000Z",
          "exitTs": 1642495620,
          "dir": 1,
          "entryPrice": 1815.358,
          "exitPrice": 1812.824,
          "stopDistance": 2.534,
          "outcome": "stop",
          "netR": -1.1657,
          "holdMinutes": 47
        },
        {
          "entryTs": 1642510140,
          "entryUtc": "2022-01-18T12:49:00.000Z",
          "exitTs": 1642511460,
          "dir": -1,
          "entryPrice": 1815.608,
          "exitPrice": 1809.964,
          "stopDistance": 2.822,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 22
        },
        {
          "entryTs": 1642512720,
          "entryUtc": "2022-01-18T13:32:00.000Z",
          "exitTs": 1642512780,
          "dir": -1,
          "entryPrice": 1812.958,
          "exitPrice": 1816.426,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 1
        },
        {
          "entryTs": 1642666620,
          "entryUtc": "2022-01-20T08:17:00.000Z",
          "exitTs": 1642672140,
          "dir": 1,
          "entryPrice": 1840.888,
          "exitPrice": 1838.603,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 92
        },
        {
          "entryTs": 1642681860,
          "entryUtc": "2022-01-20T12:31:00.000Z",
          "exitTs": 1642683420,
          "dir": -1,
          "entryPrice": 1838.098,
          "exitPrice": 1840.304,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 26
        },
        {
          "entryTs": 1642697460,
          "entryUtc": "2022-01-20T16:51:00.000Z",
          "exitTs": 1642753020,
          "dir": -1,
          "entryPrice": 1841.844,
          "exitPrice": 1833.353,
          "stopDistance": 4.245,
          "outcome": "target",
          "netR": 1.9128,
          "holdMinutes": 926
        },
        {
          "entryTs": 1642777200,
          "entryUtc": "2022-01-21T15:00:00.000Z",
          "exitTs": 1642777920,
          "dir": 1,
          "entryPrice": 1839.418,
          "exitPrice": 1836.03,
          "stopDistance": 3.388,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 12
        },
        {
          "entryTs": 1642778700,
          "entryUtc": "2022-01-21T15:25:00.000Z",
          "exitTs": 1642795800,
          "dir": 1,
          "entryPrice": 1833.298,
          "exitPrice": 1830.057,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 285
        },
        {
          "entryTs": 1643008740,
          "entryUtc": "2022-01-24T07:19:00.000Z",
          "exitTs": 1643011740,
          "dir": -1,
          "entryPrice": 1838.048,
          "exitPrice": 1840.016,
          "stopDistance": 1.968,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 50
        },
        {
          "entryTs": 1643019540,
          "entryUtc": "2022-01-24T10:19:00.000Z",
          "exitTs": 1643023620,
          "dir": -1,
          "entryPrice": 1842.054,
          "exitPrice": 1837.18,
          "stopDistance": 2.437,
          "outcome": "target",
          "netR": 1.8482,
          "holdMinutes": 68
        },
        {
          "entryTs": 1643026140,
          "entryUtc": "2022-01-24T12:09:00.000Z",
          "exitTs": 1643031060,
          "dir": -1,
          "entryPrice": 1839.995,
          "exitPrice": 1842.776,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 82
        },
        {
          "entryTs": 1643056020,
          "entryUtc": "2022-01-24T20:27:00.000Z",
          "exitTs": 1643121900,
          "dir": 1,
          "entryPrice": 1837.854,
          "exitPrice": 1845.823,
          "stopDistance": 3.984,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 1098
        },
        {
          "entryTs": 1643185920,
          "entryUtc": "2022-01-26T08:32:00.000Z",
          "exitTs": 1643197980,
          "dir": 1,
          "entryPrice": 1845.318,
          "exitPrice": 1843.511,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2324,
          "holdMinutes": 201
        },
        {
          "entryTs": 1643202480,
          "entryUtc": "2022-01-26T13:08:00.000Z",
          "exitTs": 1643205300,
          "dir": 1,
          "entryPrice": 1845.478,
          "exitPrice": 1843.266,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 47
        },
        {
          "entryTs": 1643271780,
          "entryUtc": "2022-01-27T08:23:00.000Z",
          "exitTs": 1643276880,
          "dir": -1,
          "entryPrice": 1812.148,
          "exitPrice": 1815.438,
          "stopDistance": 3.291,
          "outcome": "stop",
          "netR": -1.1276,
          "holdMinutes": 85
        },
        {
          "entryTs": 1643376060,
          "entryUtc": "2022-01-28T13:21:00.000Z",
          "exitTs": 1643379420,
          "dir": 1,
          "entryPrice": 1787.478,
          "exitPrice": 1783.592,
          "stopDistance": 3.886,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 56
        },
        {
          "entryTs": 1643615820,
          "entryUtc": "2022-01-31T07:57:00.000Z",
          "exitTs": 1643617680,
          "dir": -1,
          "entryPrice": 1788.675,
          "exitPrice": 1790.581,
          "stopDistance": 1.906,
          "outcome": "stop",
          "netR": -1.2204,
          "holdMinutes": 31
        },
        {
          "entryTs": 1643623260,
          "entryUtc": "2022-01-31T10:01:00.000Z",
          "exitTs": 1643629860,
          "dir": -1,
          "entryPrice": 1789.748,
          "exitPrice": 1792.35,
          "stopDistance": 2.602,
          "outcome": "stop",
          "netR": -1.1614,
          "holdMinutes": 110
        },
        {
          "entryTs": 1643879220,
          "entryUtc": "2022-02-03T09:07:00.000Z",
          "exitTs": 1643882400,
          "dir": 1,
          "entryPrice": 1804.528,
          "exitPrice": 1802.836,
          "stopDistance": 1.692,
          "outcome": "stop",
          "netR": -1.2483,
          "holdMinutes": 53
        },
        {
          "entryTs": 1643895540,
          "entryUtc": "2022-02-03T13:39:00.000Z",
          "exitTs": 1643899440,
          "dir": -1,
          "entryPrice": 1803.518,
          "exitPrice": 1799.201,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 65
        },
        {
          "entryTs": 1643960160,
          "entryUtc": "2022-02-04T07:36:00.000Z",
          "exitTs": 1643963400,
          "dir": 1,
          "entryPrice": 1806.838,
          "exitPrice": 1809.769,
          "stopDistance": 1.466,
          "outcome": "target",
          "netR": 1.7475,
          "holdMinutes": 54
        },
        {
          "entryTs": 1643979900,
          "entryUtc": "2022-02-04T13:05:00.000Z",
          "exitTs": 1643980800,
          "dir": -1,
          "entryPrice": 1812.508,
          "exitPrice": 1814.634,
          "stopDistance": 2.126,
          "outcome": "stop",
          "netR": -1.1975,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643986980,
          "entryUtc": "2022-02-04T15:03:00.000Z",
          "exitTs": 1644188400,
          "dir": -1,
          "entryPrice": 1807.648,
          "exitPrice": 1807.648,
          "stopDistance": 4.041,
          "outcome": "time",
          "netR": -0.0916,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1644231720,
          "entryUtc": "2022-02-07T11:02:00.000Z",
          "exitTs": 1644234120,
          "dir": -1,
          "entryPrice": 1810.814,
          "exitPrice": 1812.947,
          "stopDistance": 2.133,
          "outcome": "stop",
          "netR": -1.1969,
          "holdMinutes": 40
        },
        {
          "entryTs": 1644242400,
          "entryUtc": "2022-02-07T14:00:00.000Z",
          "exitTs": 1644251160,
          "dir": -1,
          "entryPrice": 1814.368,
          "exitPrice": 1817.247,
          "stopDistance": 2.879,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 146
        },
        {
          "entryTs": 1644308340,
          "entryUtc": "2022-02-08T08:19:00.000Z",
          "exitTs": 1644327300,
          "dir": 1,
          "entryPrice": 1817.778,
          "exitPrice": 1821.798,
          "stopDistance": 2.01,
          "outcome": "target",
          "netR": 1.8159,
          "holdMinutes": 316
        },
        {
          "entryTs": 1644336180,
          "entryUtc": "2022-02-08T16:03:00.000Z",
          "exitTs": 1644385620,
          "dir": -1,
          "entryPrice": 1825.608,
          "exitPrice": 1828.88,
          "stopDistance": 3.272,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 824
        },
        {
          "entryTs": 1644410700,
          "entryUtc": "2022-02-09T12:45:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1826.759,
          "exitPrice": 1828.333,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2669,
          "holdMinutes": 15
        },
        {
          "entryTs": 1644414540,
          "entryUtc": "2022-02-09T13:49:00.000Z",
          "exitTs": 1644424680,
          "dir": -1,
          "entryPrice": 1828.948,
          "exitPrice": 1831.441,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 169
        },
        {
          "entryTs": 1644495720,
          "entryUtc": "2022-02-10T12:22:00.000Z",
          "exitTs": 1644499440,
          "dir": 1,
          "entryPrice": 1831.878,
          "exitPrice": 1830.038,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 62
        },
        {
          "entryTs": 1644587700,
          "entryUtc": "2022-02-11T13:55:00.000Z",
          "exitTs": 1644590700,
          "dir": -1,
          "entryPrice": 1827.878,
          "exitPrice": 1830.905,
          "stopDistance": 3.027,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 50
        },
        {
          "entryTs": 1644831060,
          "entryUtc": "2022-02-14T09:31:00.000Z",
          "exitTs": 1644845940,
          "dir": -1,
          "entryPrice": 1855.508,
          "exitPrice": 1858.725,
          "stopDistance": 3.217,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 248
        },
        {
          "entryTs": 1644869460,
          "entryUtc": "2022-02-14T20:11:00.000Z",
          "exitTs": 1644892680,
          "dir": -1,
          "entryPrice": 1870.774,
          "exitPrice": 1875.533,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 387
        },
        {
          "entryTs": 1644932880,
          "entryUtc": "2022-02-15T13:48:00.000Z",
          "exitTs": 1645021860,
          "dir": 1,
          "entryPrice": 1850.438,
          "exitPrice": 1861.661,
          "stopDistance": 5.612,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 1483
        },
        {
          "entryTs": 1645060020,
          "entryUtc": "2022-02-17T01:07:00.000Z",
          "exitTs": 1645070340,
          "dir": 1,
          "entryPrice": 1868.698,
          "exitPrice": 1874.722,
          "stopDistance": 3.012,
          "outcome": "target",
          "netR": 1.8772,
          "holdMinutes": 172
        },
        {
          "entryTs": 1645103940,
          "entryUtc": "2022-02-17T13:19:00.000Z",
          "exitTs": 1645105440,
          "dir": -1,
          "entryPrice": 1890.308,
          "exitPrice": 1895.61,
          "stopDistance": 5.302,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 25
        },
        {
          "entryTs": 1645107060,
          "entryUtc": "2022-02-17T14:11:00.000Z",
          "exitTs": 1645110420,
          "dir": 1,
          "entryPrice": 1886.688,
          "exitPrice": 1895.081,
          "stopDistance": 4.196,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 56
        },
        {
          "entryTs": 1645111020,
          "entryUtc": "2022-02-17T15:17:00.000Z",
          "exitTs": 1645180200,
          "dir": 1,
          "entryPrice": 1893.738,
          "exitPrice": 1887.788,
          "stopDistance": 5.95,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 1153
        },
        {
          "entryTs": 1645188840,
          "entryUtc": "2022-02-18T12:54:00.000Z",
          "exitTs": 1645190340,
          "dir": -1,
          "entryPrice": 1893.388,
          "exitPrice": 1896.545,
          "stopDistance": 3.157,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 25
        },
        {
          "entryTs": 1645200300,
          "entryUtc": "2022-02-18T16:05:00.000Z",
          "exitTs": 1645398000,
          "dir": -1,
          "entryPrice": 1895.008,
          "exitPrice": 1899.703,
          "stopDistance": 4.695,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 3295
        },
        {
          "entryTs": 1645435980,
          "entryUtc": "2022-02-21T09:33:00.000Z",
          "exitTs": 1645468200,
          "dir": 1,
          "entryPrice": 1894.538,
          "exitPrice": 1901.832,
          "stopDistance": 3.647,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 537
        },
        {
          "entryTs": 1645496280,
          "entryUtc": "2022-02-22T02:18:00.000Z",
          "exitTs": 1645514700,
          "dir": -1,
          "entryPrice": 1907.998,
          "exitPrice": 1912.505,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 307
        },
        {
          "entryTs": 1645542360,
          "entryUtc": "2022-02-22T15:06:00.000Z",
          "exitTs": 1645544880,
          "dir": 1,
          "entryPrice": 1900.068,
          "exitPrice": 1895.422,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 42
        },
        {
          "entryTs": 1645560180,
          "entryUtc": "2022-02-22T20:03:00.000Z",
          "exitTs": 1645593720,
          "dir": 1,
          "entryPrice": 1899.828,
          "exitPrice": 1894.878,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 559
        },
        {
          "entryTs": 1645707780,
          "entryUtc": "2022-02-24T13:03:00.000Z",
          "exitTs": 1645713180,
          "dir": -1,
          "entryPrice": 1965.898,
          "exitPrice": 1948.99,
          "stopDistance": 8.454,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 90
        },
        {
          "entryTs": 1645753140,
          "entryUtc": "2022-02-25T01:39:00.000Z",
          "exitTs": 1645789260,
          "dir": 1,
          "entryPrice": 1906.508,
          "exitPrice": 1897.324,
          "stopDistance": 9.184,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 602
        },
        {
          "entryTs": 1645791420,
          "entryUtc": "2022-02-25T12:17:00.000Z",
          "exitTs": 1645794000,
          "dir": 1,
          "entryPrice": 1900.848,
          "exitPrice": 1894.13,
          "stopDistance": 6.718,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 43
        },
        {
          "entryTs": 1646060760,
          "entryUtc": "2022-02-28T15:06:00.000Z",
          "exitTs": 1646065260,
          "dir": -1,
          "entryPrice": 1913.508,
          "exitPrice": 1900.248,
          "stopDistance": 6.63,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 75
        },
        {
          "entryTs": 1646147640,
          "entryUtc": "2022-03-01T15:14:00.000Z",
          "exitTs": 1646152980,
          "dir": 1,
          "entryPrice": 1920.117,
          "exitPrice": 1932.09,
          "stopDistance": 5.986,
          "outcome": "target",
          "netR": 1.9382,
          "holdMinutes": 89
        },
        {
          "entryTs": 1646194740,
          "entryUtc": "2022-03-02T04:19:00.000Z",
          "exitTs": 1646205660,
          "dir": -1,
          "entryPrice": 1937.688,
          "exitPrice": 1942.285,
          "stopDistance": 4.597,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 182
        },
        {
          "entryTs": 1646230800,
          "entryUtc": "2022-03-02T14:20:00.000Z",
          "exitTs": 1646237400,
          "dir": 1,
          "entryPrice": 1927.336,
          "exitPrice": 1919.778,
          "stopDistance": 7.558,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 110
        },
        {
          "entryTs": 1646253840,
          "entryUtc": "2022-03-02T20:44:00.000Z",
          "exitTs": 1646338680,
          "dir": 1,
          "entryPrice": 1927.818,
          "exitPrice": 1940.547,
          "stopDistance": 6.364,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 1414
        },
        {
          "entryTs": 1646361360,
          "entryUtc": "2022-03-04T02:36:00.000Z",
          "exitTs": 1646391780,
          "dir": 1,
          "entryPrice": 1936.458,
          "exitPrice": 1948.386,
          "stopDistance": 5.964,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 507
        },
        {
          "entryTs": 1646619420,
          "entryUtc": "2022-03-07T02:17:00.000Z",
          "exitTs": 1646633220,
          "dir": -1,
          "entryPrice": 1995.208,
          "exitPrice": 1980.341,
          "stopDistance": 7.434,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 230
        },
        {
          "entryTs": 1646636640,
          "entryUtc": "2022-03-07T07:04:00.000Z",
          "exitTs": 1646640840,
          "dir": 1,
          "entryPrice": 1981.148,
          "exitPrice": 1993.646,
          "stopDistance": 6.249,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 70
        },
        {
          "entryTs": 1646667420,
          "entryUtc": "2022-03-07T15:37:00.000Z",
          "exitTs": 1646678580,
          "dir": -1,
          "entryPrice": 1988.262,
          "exitPrice": 1995.438,
          "stopDistance": 7.176,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 186
        },
        {
          "entryTs": 1646742480,
          "entryUtc": "2022-03-08T12:28:00.000Z",
          "exitTs": 1646750280,
          "dir": -1,
          "entryPrice": 2012.82,
          "exitPrice": 2021.172,
          "stopDistance": 8.352,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 130
        },
        {
          "entryTs": 1646764200,
          "entryUtc": "2022-03-08T18:30:00.000Z",
          "exitTs": 1646799720,
          "dir": -1,
          "entryPrice": 2039.348,
          "exitPrice": 2058.424,
          "stopDistance": 19.076,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 592
        },
        {
          "entryTs": 1646836200,
          "entryUtc": "2022-03-09T14:30:00.000Z",
          "exitTs": 1646874060,
          "dir": 1,
          "entryPrice": 1991.218,
          "exitPrice": 1978.793,
          "stopDistance": 12.425,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 631
        },
        {
          "entryTs": 1646897880,
          "entryUtc": "2022-03-10T07:38:00.000Z",
          "exitTs": 1646906880,
          "dir": 1,
          "entryPrice": 1977.588,
          "exitPrice": 1988.06,
          "stopDistance": 5.236,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 150
        },
        {
          "entryTs": 1646921700,
          "entryUtc": "2022-03-10T14:15:00.000Z",
          "exitTs": 1646925480,
          "dir": -1,
          "entryPrice": 2001.548,
          "exitPrice": 1981.711,
          "stopDistance": 9.919,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 63
        },
        {
          "entryTs": 1646935980,
          "entryUtc": "2022-03-10T18:13:00.000Z",
          "exitTs": 1646960700,
          "dir": 1,
          "entryPrice": 1999.765,
          "exitPrice": 1990.267,
          "stopDistance": 9.498,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 412
        },
        {
          "entryTs": 1647009300,
          "entryUtc": "2022-03-11T14:35:00.000Z",
          "exitTs": 1647011520,
          "dir": -1,
          "entryPrice": 1970.332,
          "exitPrice": 1980.593,
          "stopDistance": 10.261,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 37
        },
        {
          "entryTs": 1647022680,
          "entryUtc": "2022-03-11T18:18:00.000Z",
          "exitTs": 1647208800,
          "dir": 1,
          "entryPrice": 1983.368,
          "exitPrice": 1988.452,
          "stopDistance": 9.338,
          "outcome": "time",
          "netR": 0.5048,
          "holdMinutes": 3102
        },
        {
          "entryTs": 1647214020,
          "entryUtc": "2022-03-13T23:27:00.000Z",
          "exitTs": 1647248220,
          "dir": 1,
          "entryPrice": 1975.618,
          "exitPrice": 1967.418,
          "stopDistance": 8.2,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 570
        },
        {
          "entryTs": 1647263640,
          "entryUtc": "2022-03-14T13:14:00.000Z",
          "exitTs": 1647266100,
          "dir": 1,
          "entryPrice": 1959.791,
          "exitPrice": 1953.455,
          "stopDistance": 6.336,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 41
        },
        {
          "entryTs": 1647338340,
          "entryUtc": "2022-03-15T09:59:00.000Z",
          "exitTs": 1647347460,
          "dir": -1,
          "entryPrice": 1931.728,
          "exitPrice": 1919.495,
          "stopDistance": 6.116,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 152
        },
        {
          "entryTs": 1647366240,
          "entryUtc": "2022-03-15T17:44:00.000Z",
          "exitTs": 1647372600,
          "dir": 1,
          "entryPrice": 1925.923,
          "exitPrice": 1918.014,
          "stopDistance": 7.909,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 106
        },
        {
          "entryTs": 1647375120,
          "entryUtc": "2022-03-15T20:12:00.000Z",
          "exitTs": 1647440100,
          "dir": 1,
          "entryPrice": 1915.108,
          "exitPrice": 1906.523,
          "stopDistance": 8.585,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 1083
        },
        {
          "entryTs": 1647442140,
          "entryUtc": "2022-03-16T14:49:00.000Z",
          "exitTs": 1647453600,
          "dir": 1,
          "entryPrice": 1911.898,
          "exitPrice": 1904.651,
          "stopDistance": 7.247,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 191
        },
        {
          "entryTs": 1647520320,
          "entryUtc": "2022-03-17T12:32:00.000Z",
          "exitTs": 1647525480,
          "dir": -1,
          "entryPrice": 1940.268,
          "exitPrice": 1946.103,
          "stopDistance": 5.835,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 86
        },
        {
          "entryTs": 1647581460,
          "entryUtc": "2022-03-18T05:31:00.000Z",
          "exitTs": 1647592380,
          "dir": -1,
          "entryPrice": 1933.393,
          "exitPrice": 1937.052,
          "stopDistance": 3.659,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 182
        },
        {
          "entryTs": 1647617820,
          "entryUtc": "2022-03-18T15:37:00.000Z",
          "exitTs": 1647629220,
          "dir": 1,
          "entryPrice": 1932.318,
          "exitPrice": 1925.384,
          "stopDistance": 6.934,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 190
        },
        {
          "entryTs": 1647852420,
          "entryUtc": "2022-03-21T08:47:00.000Z",
          "exitTs": 1647868740,
          "dir": -1,
          "entryPrice": 1927.098,
          "exitPrice": 1921.317,
          "stopDistance": 2.891,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 272
        },
        {
          "entryTs": 1647887520,
          "entryUtc": "2022-03-21T18:32:00.000Z",
          "exitTs": 1647889020,
          "dir": -1,
          "entryPrice": 1933.698,
          "exitPrice": 1938.606,
          "stopDistance": 4.908,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 25
        },
        {
          "entryTs": 1647889500,
          "entryUtc": "2022-03-21T19:05:00.000Z",
          "exitTs": 1647910320,
          "dir": 1,
          "entryPrice": 1934.228,
          "exitPrice": 1929.31,
          "stopDistance": 4.918,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 347
        },
        {
          "entryTs": 1647949440,
          "entryUtc": "2022-03-22T11:44:00.000Z",
          "exitTs": 1647956040,
          "dir": 1,
          "entryPrice": 1925.498,
          "exitPrice": 1921.689,
          "stopDistance": 3.809,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 110
        },
        {
          "entryTs": 1648016100,
          "entryUtc": "2022-03-23T06:15:00.000Z",
          "exitTs": 1648022340,
          "dir": -1,
          "entryPrice": 1918.128,
          "exitPrice": 1920.587,
          "stopDistance": 2.459,
          "outcome": "stop",
          "netR": -1.1708,
          "holdMinutes": 104
        },
        {
          "entryTs": 1648040340,
          "entryUtc": "2022-03-23T12:59:00.000Z",
          "exitTs": 1648041060,
          "dir": -1,
          "entryPrice": 1928.498,
          "exitPrice": 1932.628,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 12
        },
        {
          "entryTs": 1648045020,
          "entryUtc": "2022-03-23T14:17:00.000Z",
          "exitTs": 1648050180,
          "dir": 1,
          "entryPrice": 1931.098,
          "exitPrice": 1926.765,
          "stopDistance": 4.333,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 86
        },
        {
          "entryTs": 1648052160,
          "entryUtc": "2022-03-23T16:16:00.000Z",
          "exitTs": 1648054740,
          "dir": -1,
          "entryPrice": 1930.509,
          "exitPrice": 1935.184,
          "stopDistance": 4.675,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 43
        },
        {
          "entryTs": 1648067580,
          "entryUtc": "2022-03-23T20:33:00.000Z",
          "exitTs": 1648101600,
          "dir": -1,
          "entryPrice": 1945.468,
          "exitPrice": 1937.585,
          "stopDistance": 3.942,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 567
        },
        {
          "entryTs": 1648104660,
          "entryUtc": "2022-03-24T06:51:00.000Z",
          "exitTs": 1648109340,
          "dir": -1,
          "entryPrice": 1941.288,
          "exitPrice": 1944.633,
          "stopDistance": 3.345,
          "outcome": "stop",
          "netR": -1.1255,
          "holdMinutes": 78
        },
        {
          "entryTs": 1648128420,
          "entryUtc": "2022-03-24T13:27:00.000Z",
          "exitTs": 1648128900,
          "dir": -1,
          "entryPrice": 1951.318,
          "exitPrice": 1956.51,
          "stopDistance": 5.192,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 8
        },
        {
          "entryTs": 1648129860,
          "entryUtc": "2022-03-24T13:51:00.000Z",
          "exitTs": 1648132200,
          "dir": 1,
          "entryPrice": 1949.008,
          "exitPrice": 1960.544,
          "stopDistance": 5.768,
          "outcome": "target",
          "netR": 1.9359,
          "holdMinutes": 39
        },
        {
          "entryTs": 1648196760,
          "entryUtc": "2022-03-25T08:26:00.000Z",
          "exitTs": 1648198800,
          "dir": -1,
          "entryPrice": 1960.481,
          "exitPrice": 1954.848,
          "stopDistance": 2.816,
          "outcome": "target",
          "netR": 1.8686,
          "holdMinutes": 34
        },
        {
          "entryTs": 1648200780,
          "entryUtc": "2022-03-25T09:33:00.000Z",
          "exitTs": 1648205040,
          "dir": -1,
          "entryPrice": 1957.531,
          "exitPrice": 1951.114,
          "stopDistance": 3.209,
          "outcome": "target",
          "netR": 1.8847,
          "holdMinutes": 71
        },
        {
          "entryTs": 1648230720,
          "entryUtc": "2022-03-25T17:52:00.000Z",
          "exitTs": 1648418400,
          "dir": 1,
          "entryPrice": 1951.624,
          "exitPrice": 1957.123,
          "stopDistance": 5.828,
          "outcome": "time",
          "netR": 0.8801,
          "holdMinutes": 3128
        },
        {
          "entryTs": 1648472640,
          "entryUtc": "2022-03-28T13:04:00.000Z",
          "exitTs": 1648493820,
          "dir": -1,
          "entryPrice": 1939.843,
          "exitPrice": 1927.454,
          "stopDistance": 6.194,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 353
        },
        {
          "entryTs": 1648562700,
          "entryUtc": "2022-03-29T14:05:00.000Z",
          "exitTs": 1648571760,
          "dir": -1,
          "entryPrice": 1912.743,
          "exitPrice": 1917.12,
          "stopDistance": 4.377,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 151
        },
        {
          "entryTs": 1648623960,
          "entryUtc": "2022-03-30T07:06:00.000Z",
          "exitTs": 1648631940,
          "dir": -1,
          "entryPrice": 1925.709,
          "exitPrice": 1918.354,
          "stopDistance": 3.677,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 133
        },
        {
          "entryTs": 1648644420,
          "entryUtc": "2022-03-30T12:47:00.000Z",
          "exitTs": 1648647360,
          "dir": -1,
          "entryPrice": 1926.618,
          "exitPrice": 1931.369,
          "stopDistance": 4.751,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 49
        },
        {
          "entryTs": 1648722420,
          "entryUtc": "2022-03-31T10:27:00.000Z",
          "exitTs": 1648729200,
          "dir": -1,
          "entryPrice": 1927.958,
          "exitPrice": 1932.211,
          "stopDistance": 4.253,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 113
        },
        {
          "entryTs": 1648777620,
          "entryUtc": "2022-04-01T01:47:00.000Z",
          "exitTs": 1648781520,
          "dir": 1,
          "entryPrice": 1937.468,
          "exitPrice": 1934.421,
          "stopDistance": 3.047,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 65
        },
        {
          "entryTs": 1648808700,
          "entryUtc": "2022-04-01T10:25:00.000Z",
          "exitTs": 1648811280,
          "dir": -1,
          "entryPrice": 1933.903,
          "exitPrice": 1926.831,
          "stopDistance": 3.536,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 43
        },
        {
          "entryTs": 1648817580,
          "entryUtc": "2022-04-01T12:53:00.000Z",
          "exitTs": 1648818120,
          "dir": 1,
          "entryPrice": 1929.088,
          "exitPrice": 1924.291,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 9
        },
        {
          "entryTs": 1648826400,
          "entryUtc": "2022-04-01T15:20:00.000Z",
          "exitTs": 1649023200,
          "dir": -1,
          "entryPrice": 1930.018,
          "exitPrice": 1925.253,
          "stopDistance": 6.349,
          "outcome": "time",
          "netR": 0.6923,
          "holdMinutes": 3280
        },
        {
          "entryTs": 1649142900,
          "entryUtc": "2022-04-05T07:15:00.000Z",
          "exitTs": 1649143440,
          "dir": 1,
          "entryPrice": 1930.818,
          "exitPrice": 1928.622,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1913,
          "holdMinutes": 9
        },
        {
          "entryTs": 1649150160,
          "entryUtc": "2022-04-05T09:16:00.000Z",
          "exitTs": 1649154900,
          "dir": 1,
          "entryPrice": 1929.038,
          "exitPrice": 1926.046,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 79
        },
        {
          "entryTs": 1649156580,
          "entryUtc": "2022-04-05T11:03:00.000Z",
          "exitTs": 1649162520,
          "dir": -1,
          "entryPrice": 1929.318,
          "exitPrice": 1932.43,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 99
        },
        {
          "entryTs": 1649171100,
          "entryUtc": "2022-04-05T15:05:00.000Z",
          "exitTs": 1649174340,
          "dir": -1,
          "entryPrice": 1932.523,
          "exitPrice": 1920.753,
          "stopDistance": 5.885,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 54
        },
        {
          "entryTs": 1649201100,
          "entryUtc": "2022-04-05T23:25:00.000Z",
          "exitTs": 1649206980,
          "dir": 1,
          "entryPrice": 1921.348,
          "exitPrice": 1917.321,
          "stopDistance": 4.027,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 98
        },
        {
          "entryTs": 1649246400,
          "entryUtc": "2022-04-06T12:00:00.000Z",
          "exitTs": 1649252040,
          "dir": 1,
          "entryPrice": 1920.868,
          "exitPrice": 1929.88,
          "stopDistance": 4.506,
          "outcome": "target",
          "netR": 1.9179,
          "holdMinutes": 94
        },
        {
          "entryTs": 1649268120,
          "entryUtc": "2022-04-06T18:02:00.000Z",
          "exitTs": 1649268180,
          "dir": -1,
          "entryPrice": 1924.138,
          "exitPrice": 1928.846,
          "stopDistance": 4.708,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 1
        },
        {
          "entryTs": 1649345040,
          "entryUtc": "2022-04-07T15:24:00.000Z",
          "exitTs": 1649420040,
          "dir": 1,
          "entryPrice": 1929.962,
          "exitPrice": 1938.796,
          "stopDistance": 4.417,
          "outcome": "target",
          "netR": 1.9162,
          "holdMinutes": 1250
        },
        {
          "entryTs": 1649422980,
          "entryUtc": "2022-04-08T13:03:00.000Z",
          "exitTs": 1649424780,
          "dir": -1,
          "entryPrice": 1933.912,
          "exitPrice": 1937.643,
          "stopDistance": 3.731,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 30
        },
        {
          "entryTs": 1649444220,
          "entryUtc": "2022-04-08T18:57:00.000Z",
          "exitTs": 1649628000,
          "dir": -1,
          "entryPrice": 1943.838,
          "exitPrice": 1946.318,
          "stopDistance": 4.678,
          "outcome": "time",
          "netR": -0.6092,
          "holdMinutes": 3063
        },
        {
          "entryTs": 1649647680,
          "entryUtc": "2022-04-11T03:28:00.000Z",
          "exitTs": 1649664780,
          "dir": -1,
          "entryPrice": 1945.728,
          "exitPrice": 1948.863,
          "stopDistance": 3.135,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 285
        },
        {
          "entryTs": 1649685000,
          "entryUtc": "2022-04-11T13:50:00.000Z",
          "exitTs": 1649685360,
          "dir": 1,
          "entryPrice": 1954.782,
          "exitPrice": 1950.808,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 6
        },
        {
          "entryTs": 1649691840,
          "entryUtc": "2022-04-11T15:44:00.000Z",
          "exitTs": 1649696340,
          "dir": -1,
          "entryPrice": 1954.052,
          "exitPrice": 1941.025,
          "stopDistance": 6.513,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 75
        },
        {
          "entryTs": 1649773260,
          "entryUtc": "2022-04-12T14:21:00.000Z",
          "exitTs": 1649775180,
          "dir": -1,
          "entryPrice": 1968.868,
          "exitPrice": 1975.043,
          "stopDistance": 6.175,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 32
        },
        {
          "entryTs": 1649780040,
          "entryUtc": "2022-04-12T16:14:00.000Z",
          "exitTs": 1649851920,
          "dir": -1,
          "entryPrice": 1973.458,
          "exitPrice": 1980.183,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 1198
        },
        {
          "entryTs": 1649853120,
          "entryUtc": "2022-04-13T12:32:00.000Z",
          "exitTs": 1649927760,
          "dir": -1,
          "entryPrice": 1977.568,
          "exitPrice": 1968.649,
          "stopDistance": 4.46,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 1244
        },
        {
          "entryTs": 1649934180,
          "entryUtc": "2022-04-14T11:03:00.000Z",
          "exitTs": 1649936400,
          "dir": -1,
          "entryPrice": 1974.976,
          "exitPrice": 1978.3,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 37
        },
        {
          "entryTs": 1649941560,
          "entryUtc": "2022-04-14T13:06:00.000Z",
          "exitTs": 1649944020,
          "dir": -1,
          "entryPrice": 1976.421,
          "exitPrice": 1968.185,
          "stopDistance": 4.118,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 41
        },
        {
          "entryTs": 1649947260,
          "entryUtc": "2022-04-14T14:41:00.000Z",
          "exitTs": 1650232800,
          "dir": -1,
          "entryPrice": 1969.872,
          "exitPrice": 1972.738,
          "stopDistance": 5.859,
          "outcome": "time",
          "netR": -0.5523,
          "holdMinutes": 4759
        },
        {
          "entryTs": 1650258780,
          "entryUtc": "2022-04-18T05:13:00.000Z",
          "exitTs": 1650264180,
          "dir": -1,
          "entryPrice": 1986.085,
          "exitPrice": 1989.962,
          "stopDistance": 3.877,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 90
        },
        {
          "entryTs": 1650362400,
          "entryUtc": "2022-04-19T10:00:00.000Z",
          "exitTs": 1650370800,
          "dir": -1,
          "entryPrice": 1978.262,
          "exitPrice": 1981.651,
          "stopDistance": 3.389,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 140
        },
        {
          "entryTs": 1650376500,
          "entryUtc": "2022-04-19T13:55:00.000Z",
          "exitTs": 1650377700,
          "dir": 1,
          "entryPrice": 1964.332,
          "exitPrice": 1958.153,
          "stopDistance": 6.179,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 20
        },
        {
          "entryTs": 1650413940,
          "entryUtc": "2022-04-20T00:19:00.000Z",
          "exitTs": 1650418200,
          "dir": 1,
          "entryPrice": 1947.171,
          "exitPrice": 1942.849,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 71
        },
        {
          "entryTs": 1650422100,
          "entryUtc": "2022-04-20T02:35:00.000Z",
          "exitTs": 1650427440,
          "dir": 1,
          "entryPrice": 1945.248,
          "exitPrice": 1941.521,
          "stopDistance": 3.727,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 89
        },
        {
          "entryTs": 1650459600,
          "entryUtc": "2022-04-20T13:00:00.000Z",
          "exitTs": 1650461820,
          "dir": 1,
          "entryPrice": 1948.818,
          "exitPrice": 1944.422,
          "stopDistance": 4.396,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 37
        },
        {
          "entryTs": 1650463380,
          "entryUtc": "2022-04-20T14:03:00.000Z",
          "exitTs": 1650483300,
          "dir": -1,
          "entryPrice": 1951.298,
          "exitPrice": 1955.441,
          "stopDistance": 4.143,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 332
        },
        {
          "entryTs": 1650504600,
          "entryUtc": "2022-04-21T01:30:00.000Z",
          "exitTs": 1650509760,
          "dir": 1,
          "entryPrice": 1954.198,
          "exitPrice": 1951.465,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 86
        },
        {
          "entryTs": 1650545280,
          "entryUtc": "2022-04-21T12:48:00.000Z",
          "exitTs": 1650552360,
          "dir": 1,
          "entryPrice": 1945.782,
          "exitPrice": 1940.724,
          "stopDistance": 5.058,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 118
        },
        {
          "entryTs": 1650552720,
          "entryUtc": "2022-04-21T14:52:00.000Z",
          "exitTs": 1650566760,
          "dir": -1,
          "entryPrice": 1945.508,
          "exitPrice": 1950.784,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 234
        },
        {
          "entryTs": 1650638940,
          "entryUtc": "2022-04-22T14:49:00.000Z",
          "exitTs": 1650640380,
          "dir": 1,
          "entryPrice": 1934.458,
          "exitPrice": 1927.996,
          "stopDistance": 6.462,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 24
        },
        {
          "entryTs": 1650648660,
          "entryUtc": "2022-04-22T17:31:00.000Z",
          "exitTs": 1650837600,
          "dir": 1,
          "entryPrice": 1932.212,
          "exitPrice": 1930.603,
          "stopDistance": 7.278,
          "outcome": "time",
          "netR": -0.2719,
          "holdMinutes": 3149
        },
        {
          "entryTs": 1650881700,
          "entryUtc": "2022-04-25T10:15:00.000Z",
          "exitTs": 1650884640,
          "dir": -1,
          "entryPrice": 1915.493,
          "exitPrice": 1906.515,
          "stopDistance": 4.489,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 49
        },
        {
          "entryTs": 1650937260,
          "entryUtc": "2022-04-26T01:41:00.000Z",
          "exitTs": 1650942780,
          "dir": -1,
          "entryPrice": 1901.318,
          "exitPrice": 1904.933,
          "stopDistance": 3.615,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 92
        },
        {
          "entryTs": 1650967380,
          "entryUtc": "2022-04-26T10:03:00.000Z",
          "exitTs": 1650970620,
          "dir": -1,
          "entryPrice": 1904.758,
          "exitPrice": 1908.261,
          "stopDistance": 3.503,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 54
        },
        {
          "entryTs": 1650978540,
          "entryUtc": "2022-04-26T13:09:00.000Z",
          "exitTs": 1650979860,
          "dir": -1,
          "entryPrice": 1906.333,
          "exitPrice": 1910.515,
          "stopDistance": 4.182,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 22
        },
        {
          "entryTs": 1650981660,
          "entryUtc": "2022-04-26T14:01:00.000Z",
          "exitTs": 1651046640,
          "dir": -1,
          "entryPrice": 1905.388,
          "exitPrice": 1894.261,
          "stopDistance": 5.564,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 1083
        },
        {
          "entryTs": 1651057800,
          "entryUtc": "2022-04-27T11:10:00.000Z",
          "exitTs": 1651061940,
          "dir": 1,
          "entryPrice": 1896.738,
          "exitPrice": 1906.188,
          "stopDistance": 4.725,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 69
        },
        {
          "entryTs": 1651082520,
          "entryUtc": "2022-04-27T18:02:00.000Z",
          "exitTs": 1651087080,
          "dir": 1,
          "entryPrice": 1890.575,
          "exitPrice": 1885.658,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 76
        },
        {
          "entryTs": 1651134480,
          "entryUtc": "2022-04-28T08:28:00.000Z",
          "exitTs": 1651135380,
          "dir": 1,
          "entryPrice": 1880.698,
          "exitPrice": 1888.914,
          "stopDistance": 4.108,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 15
        },
        {
          "entryTs": 1651149000,
          "entryUtc": "2022-04-28T12:30:00.000Z",
          "exitTs": 1651149180,
          "dir": -1,
          "entryPrice": 1885.718,
          "exitPrice": 1890.45,
          "stopDistance": 4.732,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 3
        },
        {
          "entryTs": 1651160400,
          "entryUtc": "2022-04-28T15:40:00.000Z",
          "exitTs": 1651194180,
          "dir": 1,
          "entryPrice": 1887.668,
          "exitPrice": 1899.954,
          "stopDistance": 6.143,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 563
        },
        {
          "entryTs": 1651243260,
          "entryUtc": "2022-04-29T14:41:00.000Z",
          "exitTs": 1651245840,
          "dir": -1,
          "entryPrice": 1913.575,
          "exitPrice": 1904.489,
          "stopDistance": 4.543,
          "outcome": "target",
          "netR": 1.9186,
          "holdMinutes": 43
        },
        {
          "entryTs": 1651258800,
          "entryUtc": "2022-04-29T19:00:00.000Z",
          "exitTs": 1651260420,
          "dir": 1,
          "entryPrice": 1907.383,
          "exitPrice": 1902.44,
          "stopDistance": 4.943,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 27
        },
        {
          "entryTs": 1651510500,
          "entryUtc": "2022-05-02T16:55:00.000Z",
          "exitTs": 1651517940,
          "dir": 1,
          "entryPrice": 1866.328,
          "exitPrice": 1860.33,
          "stopDistance": 5.998,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 124
        },
        {
          "entryTs": 1651546680,
          "entryUtc": "2022-05-03T02:58:00.000Z",
          "exitTs": 1651553700,
          "dir": -1,
          "entryPrice": 1864.008,
          "exitPrice": 1858.399,
          "stopDistance": 2.805,
          "outcome": "target",
          "netR": 1.8681,
          "holdMinutes": 117
        },
        {
          "entryTs": 1651638180,
          "entryUtc": "2022-05-04T04:23:00.000Z",
          "exitTs": 1651644240,
          "dir": 1,
          "entryPrice": 1864.253,
          "exitPrice": 1861.771,
          "stopDistance": 2.482,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 101
        },
        {
          "entryTs": 1651663320,
          "entryUtc": "2022-05-04T11:22:00.000Z",
          "exitTs": 1651670280,
          "dir": -1,
          "entryPrice": 1867.163,
          "exitPrice": 1870.24,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 116
        },
        {
          "entryTs": 1651687200,
          "entryUtc": "2022-05-04T18:00:00.000Z",
          "exitTs": 1651687260,
          "dir": 1,
          "entryPrice": 1864.838,
          "exitPrice": 1873.799,
          "stopDistance": 4.481,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 1
        },
        {
          "entryTs": 1651744980,
          "entryUtc": "2022-05-05T10:03:00.000Z",
          "exitTs": 1651753800,
          "dir": -1,
          "entryPrice": 1899.048,
          "exitPrice": 1903.146,
          "stopDistance": 4.098,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 147
        },
        {
          "entryTs": 1651794360,
          "entryUtc": "2022-05-05T23:46:00.000Z",
          "exitTs": 1651799040,
          "dir": 1,
          "entryPrice": 1875.683,
          "exitPrice": 1870.585,
          "stopDistance": 5.098,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 78
        },
        {
          "entryTs": 1652067720,
          "entryUtc": "2022-05-09T03:42:00.000Z",
          "exitTs": 1652072400,
          "dir": 1,
          "entryPrice": 1875.388,
          "exitPrice": 1871.894,
          "stopDistance": 3.494,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 78
        },
        {
          "entryTs": 1652101200,
          "entryUtc": "2022-05-09T13:00:00.000Z",
          "exitTs": 1652102280,
          "dir": -1,
          "entryPrice": 1864.848,
          "exitPrice": 1869.787,
          "stopDistance": 4.939,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 18
        },
        {
          "entryTs": 1652105940,
          "entryUtc": "2022-05-09T14:19:00.000Z",
          "exitTs": 1652118660,
          "dir": 1,
          "entryPrice": 1859.918,
          "exitPrice": 1855.369,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 212
        },
        {
          "entryTs": 1652172360,
          "entryUtc": "2022-05-10T08:46:00.000Z",
          "exitTs": 1652177220,
          "dir": -1,
          "entryPrice": 1863.253,
          "exitPrice": 1856.474,
          "stopDistance": 3.39,
          "outcome": "target",
          "netR": 1.8908,
          "holdMinutes": 81
        },
        {
          "entryTs": 1652185260,
          "entryUtc": "2022-05-10T12:21:00.000Z",
          "exitTs": 1652193540,
          "dir": 1,
          "entryPrice": 1858.248,
          "exitPrice": 1854.639,
          "stopDistance": 3.609,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 138
        },
        {
          "entryTs": 1652214720,
          "entryUtc": "2022-05-10T20:32:00.000Z",
          "exitTs": 1652226840,
          "dir": 1,
          "entryPrice": 1838.198,
          "exitPrice": 1833.367,
          "stopDistance": 4.831,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 202
        },
        {
          "entryTs": 1652274660,
          "entryUtc": "2022-05-11T13:11:00.000Z",
          "exitTs": 1652276400,
          "dir": -1,
          "entryPrice": 1846.333,
          "exitPrice": 1851.444,
          "stopDistance": 5.111,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652318160,
          "entryUtc": "2022-05-12T01:16:00.000Z",
          "exitTs": 1652330580,
          "dir": -1,
          "entryPrice": 1856.528,
          "exitPrice": 1850.104,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 207
        },
        {
          "entryTs": 1652338920,
          "entryUtc": "2022-05-12T07:02:00.000Z",
          "exitTs": 1652339280,
          "dir": 1,
          "entryPrice": 1850.268,
          "exitPrice": 1846.798,
          "stopDistance": 3.47,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 6
        },
        {
          "entryTs": 1652341080,
          "entryUtc": "2022-05-12T07:38:00.000Z",
          "exitTs": 1652355600,
          "dir": -1,
          "entryPrice": 1851.128,
          "exitPrice": 1843.438,
          "stopDistance": 3.845,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 242
        },
        {
          "entryTs": 1652359620,
          "entryUtc": "2022-05-12T12:47:00.000Z",
          "exitTs": 1652363760,
          "dir": 1,
          "entryPrice": 1843.778,
          "exitPrice": 1838.554,
          "stopDistance": 5.224,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652686380,
          "entryUtc": "2022-05-16T07:33:00.000Z",
          "exitTs": 1652686680,
          "dir": 1,
          "entryPrice": 1806.508,
          "exitPrice": 1803.212,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 5
        },
        {
          "entryTs": 1652775660,
          "entryUtc": "2022-05-17T08:21:00.000Z",
          "exitTs": 1652787120,
          "dir": -1,
          "entryPrice": 1827.763,
          "exitPrice": 1830.954,
          "stopDistance": 3.191,
          "outcome": "stop",
          "netR": -1.1316,
          "holdMinutes": 191
        },
        {
          "entryTs": 1652792400,
          "entryUtc": "2022-05-17T13:00:00.000Z",
          "exitTs": 1652793360,
          "dir": 1,
          "entryPrice": 1831.589,
          "exitPrice": 1827.26,
          "stopDistance": 4.329,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 16
        },
        {
          "entryTs": 1652873160,
          "entryUtc": "2022-05-18T11:26:00.000Z",
          "exitTs": 1652874660,
          "dir": 1,
          "entryPrice": 1813.148,
          "exitPrice": 1809.665,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 25
        },
        {
          "entryTs": 1652875380,
          "entryUtc": "2022-05-18T12:03:00.000Z",
          "exitTs": 1652879160,
          "dir": -1,
          "entryPrice": 1811.378,
          "exitPrice": 1815.143,
          "stopDistance": 3.765,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 63
        },
        {
          "entryTs": 1652887860,
          "entryUtc": "2022-05-18T15:31:00.000Z",
          "exitTs": 1652888460,
          "dir": -1,
          "entryPrice": 1818.168,
          "exitPrice": 1821.555,
          "stopDistance": 3.387,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 10
        },
        {
          "entryTs": 1652983200,
          "entryUtc": "2022-05-19T18:00:00.000Z",
          "exitTs": 1653026160,
          "dir": -1,
          "entryPrice": 1841.768,
          "exitPrice": 1846.589,
          "stopDistance": 4.821,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 716
        },
        {
          "entryTs": 1653050040,
          "entryUtc": "2022-05-20T12:34:00.000Z",
          "exitTs": 1653051660,
          "dir": 1,
          "entryPrice": 1843.908,
          "exitPrice": 1840.348,
          "stopDistance": 3.56,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 27
        },
        {
          "entryTs": 1653051900,
          "entryUtc": "2022-05-20T13:05:00.000Z",
          "exitTs": 1653055200,
          "dir": -1,
          "entryPrice": 1843.398,
          "exitPrice": 1835.665,
          "stopDistance": 3.866,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 55
        },
        {
          "entryTs": 1653067740,
          "entryUtc": "2022-05-20T17:29:00.000Z",
          "exitTs": 1653256800,
          "dir": -1,
          "entryPrice": 1843.699,
          "exitPrice": 1848.287,
          "stopDistance": 4.588,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 3151
        },
        {
          "entryTs": 1653384000,
          "entryUtc": "2022-05-24T09:20:00.000Z",
          "exitTs": 1653397260,
          "dir": -1,
          "entryPrice": 1858.688,
          "exitPrice": 1861.782,
          "stopDistance": 3.094,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 221
        },
        {
          "entryTs": 1653481140,
          "entryUtc": "2022-05-25T12:19:00.000Z",
          "exitTs": 1653487200,
          "dir": -1,
          "entryPrice": 1854.118,
          "exitPrice": 1847.63,
          "stopDistance": 3.244,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 101
        },
        {
          "entryTs": 1653500040,
          "entryUtc": "2022-05-25T17:34:00.000Z",
          "exitTs": 1653505560,
          "dir": 1,
          "entryPrice": 1847.073,
          "exitPrice": 1854.923,
          "stopDistance": 3.925,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 92
        },
        {
          "entryTs": 1653516000,
          "entryUtc": "2022-05-25T22:00:00.000Z",
          "exitTs": 1653539340,
          "dir": 1,
          "entryPrice": 1852.508,
          "exitPrice": 1848.532,
          "stopDistance": 3.976,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 389
        },
        {
          "entryTs": 1653552540,
          "entryUtc": "2022-05-26T08:09:00.000Z",
          "exitTs": 1653558120,
          "dir": 1,
          "entryPrice": 1846.488,
          "exitPrice": 1843.641,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 93
        },
        {
          "entryTs": 1653572700,
          "entryUtc": "2022-05-26T13:45:00.000Z",
          "exitTs": 1653573660,
          "dir": -1,
          "entryPrice": 1845.358,
          "exitPrice": 1849.703,
          "stopDistance": 4.345,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 16
        },
        {
          "entryTs": 1653644940,
          "entryUtc": "2022-05-27T09:49:00.000Z",
          "exitTs": 1653654600,
          "dir": 1,
          "entryPrice": 1858.188,
          "exitPrice": 1855.274,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 161
        },
        {
          "entryTs": 1653871440,
          "entryUtc": "2022-05-30T00:44:00.000Z",
          "exitTs": 1653874740,
          "dir": 1,
          "entryPrice": 1849.723,
          "exitPrice": 1854.447,
          "stopDistance": 2.362,
          "outcome": "target",
          "netR": 1.8434,
          "holdMinutes": 55
        },
        {
          "entryTs": 1653919260,
          "entryUtc": "2022-05-30T14:01:00.000Z",
          "exitTs": 1653952500,
          "dir": 1,
          "entryPrice": 1856.168,
          "exitPrice": 1853.554,
          "stopDistance": 2.614,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 554
        },
        {
          "entryTs": 1653999720,
          "entryUtc": "2022-05-31T12:22:00.000Z",
          "exitTs": 1654005600,
          "dir": 1,
          "entryPrice": 1850.618,
          "exitPrice": 1846.944,
          "stopDistance": 3.675,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 98
        },
        {
          "entryTs": 1654070700,
          "entryUtc": "2022-06-01T08:05:00.000Z",
          "exitTs": 1654087080,
          "dir": -1,
          "entryPrice": 1834.218,
          "exitPrice": 1837.424,
          "stopDistance": 3.206,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 273
        },
        {
          "entryTs": 1654266000,
          "entryUtc": "2022-06-03T14:20:00.000Z",
          "exitTs": 1654268400,
          "dir": 1,
          "entryPrice": 1861.168,
          "exitPrice": 1856.859,
          "stopDistance": 4.309,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 40
        },
        {
          "entryTs": 1654515660,
          "entryUtc": "2022-06-06T11:41:00.000Z",
          "exitTs": 1654522800,
          "dir": 1,
          "entryPrice": 1853.113,
          "exitPrice": 1850.619,
          "stopDistance": 2.494,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 119
        },
        {
          "entryTs": 1654567860,
          "entryUtc": "2022-06-07T02:11:00.000Z",
          "exitTs": 1654585860,
          "dir": 1,
          "entryPrice": 1839.648,
          "exitPrice": 1844.404,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 300
        },
        {
          "entryTs": 1654589040,
          "entryUtc": "2022-06-07T08:04:00.000Z",
          "exitTs": 1654591200,
          "dir": -1,
          "entryPrice": 1843.848,
          "exitPrice": 1846.701,
          "stopDistance": 2.853,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 36
        },
        {
          "entryTs": 1654608660,
          "entryUtc": "2022-06-07T13:31:00.000Z",
          "exitTs": 1654609740,
          "dir": -1,
          "entryPrice": 1846.424,
          "exitPrice": 1849.628,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 18
        },
        {
          "entryTs": 1654681740,
          "entryUtc": "2022-06-08T09:49:00.000Z",
          "exitTs": 1654689600,
          "dir": -1,
          "entryPrice": 1849.523,
          "exitPrice": 1851.869,
          "stopDistance": 2.346,
          "outcome": "stop",
          "netR": -1.179,
          "holdMinutes": 131
        },
        {
          "entryTs": 1654691040,
          "entryUtc": "2022-06-08T12:24:00.000Z",
          "exitTs": 1654691220,
          "dir": 1,
          "entryPrice": 1848.378,
          "exitPrice": 1845.734,
          "stopDistance": 2.645,
          "outcome": "stop",
          "netR": -1.1588,
          "holdMinutes": 3
        },
        {
          "entryTs": 1654691940,
          "entryUtc": "2022-06-08T12:39:00.000Z",
          "exitTs": 1654692540,
          "dir": -1,
          "entryPrice": 1849.804,
          "exitPrice": 1853.011,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 10
        },
        {
          "entryTs": 1654765200,
          "entryUtc": "2022-06-09T09:00:00.000Z",
          "exitTs": 1654773120,
          "dir": 1,
          "entryPrice": 1849.306,
          "exitPrice": 1846.813,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 132
        },
        {
          "entryTs": 1654782120,
          "entryUtc": "2022-06-09T13:42:00.000Z",
          "exitTs": 1654783740,
          "dir": 1,
          "entryPrice": 1846.263,
          "exitPrice": 1842.797,
          "stopDistance": 3.466,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 27
        },
        {
          "entryTs": 1654848060,
          "entryUtc": "2022-06-10T08:01:00.000Z",
          "exitTs": 1654859820,
          "dir": -1,
          "entryPrice": 1846.164,
          "exitPrice": 1841.492,
          "stopDistance": 2.336,
          "outcome": "target",
          "netR": 1.8416,
          "holdMinutes": 196
        },
        {
          "entryTs": 1654865820,
          "entryUtc": "2022-06-10T12:57:00.000Z",
          "exitTs": 1654867020,
          "dir": 1,
          "entryPrice": 1840.838,
          "exitPrice": 1835.693,
          "stopDistance": 5.145,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 20
        },
        {
          "entryTs": 1654871100,
          "entryUtc": "2022-06-10T14:25:00.000Z",
          "exitTs": 1654871400,
          "dir": -1,
          "entryPrice": 1837.929,
          "exitPrice": 1844.059,
          "stopDistance": 6.13,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655102100,
          "entryUtc": "2022-06-13T06:35:00.000Z",
          "exitTs": 1655105400,
          "dir": 1,
          "entryPrice": 1862.678,
          "exitPrice": 1859.495,
          "stopDistance": 3.183,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 55
        },
        {
          "entryTs": 1655204520,
          "entryUtc": "2022-06-14T11:02:00.000Z",
          "exitTs": 1655205780,
          "dir": 1,
          "entryPrice": 1824.103,
          "exitPrice": 1819.954,
          "stopDistance": 4.149,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 21
        },
        {
          "entryTs": 1655269200,
          "entryUtc": "2022-06-15T05:00:00.000Z",
          "exitTs": 1655271480,
          "dir": -1,
          "entryPrice": 1815.008,
          "exitPrice": 1817.462,
          "stopDistance": 2.454,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 38
        },
        {
          "entryTs": 1655318280,
          "entryUtc": "2022-06-15T18:38:00.000Z",
          "exitTs": 1655318580,
          "dir": -1,
          "entryPrice": 1830.788,
          "exitPrice": 1836.089,
          "stopDistance": 5.301,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655368440,
          "entryUtc": "2022-06-16T08:34:00.000Z",
          "exitTs": 1655374140,
          "dir": 1,
          "entryPrice": 1830.598,
          "exitPrice": 1826.819,
          "stopDistance": 3.779,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 95
        },
        {
          "entryTs": 1655730840,
          "entryUtc": "2022-06-20T13:14:00.000Z",
          "exitTs": 1655744280,
          "dir": -1,
          "entryPrice": 1842.283,
          "exitPrice": 1835.754,
          "stopDistance": 3.265,
          "outcome": "target",
          "netR": 1.8867,
          "holdMinutes": 224
        },
        {
          "entryTs": 1655769600,
          "entryUtc": "2022-06-21T00:00:00.000Z",
          "exitTs": 1655774400,
          "dir": 1,
          "entryPrice": 1838.448,
          "exitPrice": 1842.313,
          "stopDistance": 1.932,
          "outcome": "target",
          "netR": 1.8085,
          "holdMinutes": 80
        },
        {
          "entryTs": 1655785020,
          "entryUtc": "2022-06-21T04:17:00.000Z",
          "exitTs": 1655789640,
          "dir": -1,
          "entryPrice": 1840.048,
          "exitPrice": 1836.086,
          "stopDistance": 1.981,
          "outcome": "target",
          "netR": 1.8132,
          "holdMinutes": 77
        },
        {
          "entryTs": 1655799480,
          "entryUtc": "2022-06-21T08:18:00.000Z",
          "exitTs": 1655809620,
          "dir": 1,
          "entryPrice": 1835.878,
          "exitPrice": 1833.018,
          "stopDistance": 2.86,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 169
        },
        {
          "entryTs": 1655826600,
          "entryUtc": "2022-06-21T15:50:00.000Z",
          "exitTs": 1655857920,
          "dir": -1,
          "entryPrice": 1836.468,
          "exitPrice": 1827.356,
          "stopDistance": 4.556,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 522
        },
        {
          "entryTs": 1655920200,
          "entryUtc": "2022-06-22T17:50:00.000Z",
          "exitTs": 1655978520,
          "dir": -1,
          "entryPrice": 1839.663,
          "exitPrice": 1829.03,
          "stopDistance": 5.316,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 972
        },
        {
          "entryTs": 1655987820,
          "entryUtc": "2022-06-23T12:37:00.000Z",
          "exitTs": 1655989680,
          "dir": -1,
          "entryPrice": 1832.938,
          "exitPrice": 1835.952,
          "stopDistance": 3.014,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 31
        },
        {
          "entryTs": 1655998500,
          "entryUtc": "2022-06-23T15:35:00.000Z",
          "exitTs": 1656002280,
          "dir": 1,
          "entryPrice": 1833.688,
          "exitPrice": 1829.95,
          "stopDistance": 3.738,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 63
        },
        {
          "entryTs": 1656060900,
          "entryUtc": "2022-06-24T08:55:00.000Z",
          "exitTs": 1656075660,
          "dir": -1,
          "entryPrice": 1827.142,
          "exitPrice": 1820.087,
          "stopDistance": 3.528,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 246
        },
        {
          "entryTs": 1656318360,
          "entryUtc": "2022-06-27T08:26:00.000Z",
          "exitTs": 1656331680,
          "dir": -1,
          "entryPrice": 1837.583,
          "exitPrice": 1831.897,
          "stopDistance": 2.843,
          "outcome": "target",
          "netR": 1.8699,
          "holdMinutes": 222
        },
        {
          "entryTs": 1656418020,
          "entryUtc": "2022-06-28T12:07:00.000Z",
          "exitTs": 1656418920,
          "dir": -1,
          "entryPrice": 1826.358,
          "exitPrice": 1821.499,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 15
        },
        {
          "entryTs": 1656433560,
          "entryUtc": "2022-06-28T16:26:00.000Z",
          "exitTs": 1656484380,
          "dir": 1,
          "entryPrice": 1821.463,
          "exitPrice": 1817.614,
          "stopDistance": 3.849,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 847
        },
        {
          "entryTs": 1656510840,
          "entryUtc": "2022-06-29T13:54:00.000Z",
          "exitTs": 1656575040,
          "dir": 1,
          "entryPrice": 1818.067,
          "exitPrice": 1814.53,
          "stopDistance": 3.537,
          "outcome": "stop",
          "netR": -1.1188,
          "holdMinutes": 1070
        },
        {
          "entryTs": 1656595020,
          "entryUtc": "2022-06-30T13:17:00.000Z",
          "exitTs": 1656599940,
          "dir": 1,
          "entryPrice": 1815.368,
          "exitPrice": 1809.466,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 82
        },
        {
          "entryTs": 1656600540,
          "entryUtc": "2022-06-30T14:49:00.000Z",
          "exitTs": 1656653460,
          "dir": 1,
          "entryPrice": 1806.396,
          "exitPrice": 1800.494,
          "stopDistance": 5.902,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 882
        },
        {
          "entryTs": 1656699000,
          "entryUtc": "2022-07-01T18:10:00.000Z",
          "exitTs": 1656885600,
          "dir": -1,
          "entryPrice": 1805.848,
          "exitPrice": 1811.723,
          "stopDistance": 5.875,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 3110
        },
        {
          "entryTs": 1656900540,
          "entryUtc": "2022-07-04T02:09:00.000Z",
          "exitTs": 1656901020,
          "dir": -1,
          "entryPrice": 1809.318,
          "exitPrice": 1812.434,
          "stopDistance": 3.116,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 8
        },
        {
          "entryTs": 1656902820,
          "entryUtc": "2022-07-04T02:47:00.000Z",
          "exitTs": 1656927840,
          "dir": 1,
          "entryPrice": 1808.768,
          "exitPrice": 1805.674,
          "stopDistance": 3.094,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 417
        },
        {
          "entryTs": 1656934320,
          "entryUtc": "2022-07-04T11:32:00.000Z",
          "exitTs": 1656985620,
          "dir": 1,
          "entryPrice": 1806.414,
          "exitPrice": 1811.683,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 855
        },
        {
          "entryTs": 1656991020,
          "entryUtc": "2022-07-05T03:17:00.000Z",
          "exitTs": 1657005720,
          "dir": -1,
          "entryPrice": 1810.708,
          "exitPrice": 1806.398,
          "stopDistance": 2.155,
          "outcome": "target",
          "netR": 1.8283,
          "holdMinutes": 245
        },
        {
          "entryTs": 1657170240,
          "entryUtc": "2022-07-07T05:04:00.000Z",
          "exitTs": 1657197300,
          "dir": -1,
          "entryPrice": 1745.048,
          "exitPrice": 1739.757,
          "stopDistance": 2.646,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 451
        },
        {
          "entryTs": 1657205880,
          "entryUtc": "2022-07-07T14:58:00.000Z",
          "exitTs": 1657265940,
          "dir": 1,
          "entryPrice": 1742.039,
          "exitPrice": 1737.925,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 1001
        },
        {
          "entryTs": 1657268220,
          "entryUtc": "2022-07-08T08:17:00.000Z",
          "exitTs": 1657268640,
          "dir": 1,
          "entryPrice": 1740.467,
          "exitPrice": 1736.661,
          "stopDistance": 3.806,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 7
        },
        {
          "entryTs": 1657500780,
          "entryUtc": "2022-07-11T00:53:00.000Z",
          "exitTs": 1657524600,
          "dir": -1,
          "entryPrice": 1742.698,
          "exitPrice": 1737.842,
          "stopDistance": 2.428,
          "outcome": "target",
          "netR": 1.8476,
          "holdMinutes": 397
        },
        {
          "entryTs": 1657599060,
          "entryUtc": "2022-07-12T04:11:00.000Z",
          "exitTs": 1657602780,
          "dir": 1,
          "entryPrice": 1731.258,
          "exitPrice": 1726.526,
          "stopDistance": 4.732,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 62
        },
        {
          "entryTs": 1657607640,
          "entryUtc": "2022-07-12T06:34:00.000Z",
          "exitTs": 1657608120,
          "dir": -1,
          "entryPrice": 1731.468,
          "exitPrice": 1735.309,
          "stopDistance": 3.841,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 8
        },
        {
          "entryTs": 1657690740,
          "entryUtc": "2022-07-13T05:39:00.000Z",
          "exitTs": 1657698900,
          "dir": -1,
          "entryPrice": 1726.014,
          "exitPrice": 1728.226,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 136
        },
        {
          "entryTs": 1657707900,
          "entryUtc": "2022-07-13T10:25:00.000Z",
          "exitTs": 1657710840,
          "dir": -1,
          "entryPrice": 1728.378,
          "exitPrice": 1731.242,
          "stopDistance": 2.864,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 49
        },
        {
          "entryTs": 1657821960,
          "entryUtc": "2022-07-14T18:06:00.000Z",
          "exitTs": 1657911960,
          "dir": -1,
          "entryPrice": 1710.724,
          "exitPrice": 1704.808,
          "stopDistance": 6.796,
          "outcome": "time",
          "netR": 0.8161,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1658145480,
          "entryUtc": "2022-07-18T11:58:00.000Z",
          "exitTs": 1658151060,
          "dir": -1,
          "entryPrice": 1714.728,
          "exitPrice": 1718.224,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 93
        },
        {
          "entryTs": 1658152920,
          "entryUtc": "2022-07-18T14:02:00.000Z",
          "exitTs": 1658156760,
          "dir": 1,
          "entryPrice": 1717.084,
          "exitPrice": 1712.639,
          "stopDistance": 4.445,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 64
        },
        {
          "entryTs": 1658210160,
          "entryUtc": "2022-07-19T05:56:00.000Z",
          "exitTs": 1658223060,
          "dir": 1,
          "entryPrice": 1709.038,
          "exitPrice": 1713.292,
          "stopDistance": 2.127,
          "outcome": "target",
          "netR": 1.826,
          "holdMinutes": 215
        },
        {
          "entryTs": 1658233920,
          "entryUtc": "2022-07-19T12:32:00.000Z",
          "exitTs": 1658237820,
          "dir": -1,
          "entryPrice": 1710.688,
          "exitPrice": 1713.846,
          "stopDistance": 3.158,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 65
        },
        {
          "entryTs": 1658238540,
          "entryUtc": "2022-07-19T13:49:00.000Z",
          "exitTs": 1658296980,
          "dir": 1,
          "entryPrice": 1711.348,
          "exitPrice": 1707.865,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 974
        },
        {
          "entryTs": 1658314200,
          "entryUtc": "2022-07-20T10:50:00.000Z",
          "exitTs": 1658319960,
          "dir": 1,
          "entryPrice": 1707.744,
          "exitPrice": 1712.395,
          "stopDistance": 2.326,
          "outcome": "target",
          "netR": 1.8409,
          "holdMinutes": 96
        },
        {
          "entryTs": 1658324580,
          "entryUtc": "2022-07-20T13:43:00.000Z",
          "exitTs": 1658325900,
          "dir": 1,
          "entryPrice": 1710.391,
          "exitPrice": 1706.707,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 22
        },
        {
          "entryTs": 1658406120,
          "entryUtc": "2022-07-21T12:22:00.000Z",
          "exitTs": 1658406900,
          "dir": -1,
          "entryPrice": 1690.508,
          "exitPrice": 1693.789,
          "stopDistance": 3.281,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 13
        },
        {
          "entryTs": 1658410380,
          "entryUtc": "2022-07-21T13:33:00.000Z",
          "exitTs": 1658411700,
          "dir": -1,
          "entryPrice": 1701.728,
          "exitPrice": 1708.717,
          "stopDistance": 6.989,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 22
        },
        {
          "entryTs": 1658497260,
          "entryUtc": "2022-07-22T13:41:00.000Z",
          "exitTs": 1658497500,
          "dir": -1,
          "entryPrice": 1727.298,
          "exitPrice": 1731.056,
          "stopDistance": 3.758,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 4
        },
        {
          "entryTs": 1658512920,
          "entryUtc": "2022-07-22T18:02:00.000Z",
          "exitTs": 1658513940,
          "dir": 1,
          "entryPrice": 1725.524,
          "exitPrice": 1721.141,
          "stopDistance": 4.383,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 17
        },
        {
          "entryTs": 1658813160,
          "entryUtc": "2022-07-26T05:26:00.000Z",
          "exitTs": 1658818260,
          "dir": -1,
          "entryPrice": 1722.728,
          "exitPrice": 1725.127,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 85
        },
        {
          "entryTs": 1658840100,
          "entryUtc": "2022-07-26T12:55:00.000Z",
          "exitTs": 1658846820,
          "dir": 1,
          "entryPrice": 1718.807,
          "exitPrice": 1715.435,
          "stopDistance": 3.372,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 112
        },
        {
          "entryTs": 1658885580,
          "entryUtc": "2022-07-27T01:33:00.000Z",
          "exitTs": 1658897280,
          "dir": -1,
          "entryPrice": 1718.688,
          "exitPrice": 1714.832,
          "stopDistance": 1.928,
          "outcome": "target",
          "netR": 1.8081,
          "holdMinutes": 195
        },
        {
          "entryTs": 1658916360,
          "entryUtc": "2022-07-27T10:06:00.000Z",
          "exitTs": 1658926740,
          "dir": -1,
          "entryPrice": 1723.094,
          "exitPrice": 1717.789,
          "stopDistance": 2.653,
          "outcome": "target",
          "netR": 1.8605,
          "holdMinutes": 173
        },
        {
          "entryTs": 1658943000,
          "entryUtc": "2022-07-27T17:30:00.000Z",
          "exitTs": 1658944980,
          "dir": 1,
          "entryPrice": 1720.477,
          "exitPrice": 1726.852,
          "stopDistance": 3.187,
          "outcome": "target",
          "netR": 1.8839,
          "holdMinutes": 33
        },
        {
          "entryTs": 1659011400,
          "entryUtc": "2022-07-28T12:30:00.000Z",
          "exitTs": 1659011700,
          "dir": -1,
          "entryPrice": 1743.205,
          "exitPrice": 1746.812,
          "stopDistance": 3.607,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 5
        },
        {
          "entryTs": 1659013200,
          "entryUtc": "2022-07-28T13:00:00.000Z",
          "exitTs": 1659014880,
          "dir": 1,
          "entryPrice": 1742.665,
          "exitPrice": 1751.83,
          "stopDistance": 4.583,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 28
        },
        {
          "entryTs": 1659079920,
          "entryUtc": "2022-07-29T07:32:00.000Z",
          "exitTs": 1659086460,
          "dir": -1,
          "entryPrice": 1765.502,
          "exitPrice": 1759.413,
          "stopDistance": 3.044,
          "outcome": "target",
          "netR": 1.8785,
          "holdMinutes": 109
        },
        {
          "entryTs": 1659089580,
          "entryUtc": "2022-07-29T10:13:00.000Z",
          "exitTs": 1659100620,
          "dir": -1,
          "entryPrice": 1761.854,
          "exitPrice": 1754.97,
          "stopDistance": 3.442,
          "outcome": "target",
          "netR": 1.8925,
          "holdMinutes": 184
        },
        {
          "entryTs": 1659336240,
          "entryUtc": "2022-08-01T06:44:00.000Z",
          "exitTs": 1659337860,
          "dir": -1,
          "entryPrice": 1763.368,
          "exitPrice": 1765.907,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 27
        },
        {
          "entryTs": 1659341700,
          "entryUtc": "2022-08-01T08:15:00.000Z",
          "exitTs": 1659346620,
          "dir": -1,
          "entryPrice": 1765.218,
          "exitPrice": 1768.003,
          "stopDistance": 2.785,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 82
        },
        {
          "entryTs": 1659358680,
          "entryUtc": "2022-08-01T12:58:00.000Z",
          "exitTs": 1659359820,
          "dir": -1,
          "entryPrice": 1769.834,
          "exitPrice": 1773.693,
          "stopDistance": 3.859,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 19
        },
        {
          "entryTs": 1659360480,
          "entryUtc": "2022-08-01T13:28:00.000Z",
          "exitTs": 1659366360,
          "dir": 1,
          "entryPrice": 1770.17,
          "exitPrice": 1765.932,
          "stopDistance": 4.238,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 98
        },
        {
          "entryTs": 1659421500,
          "entryUtc": "2022-08-02T06:25:00.000Z",
          "exitTs": 1659425880,
          "dir": -1,
          "entryPrice": 1774.074,
          "exitPrice": 1769.08,
          "stopDistance": 2.497,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 73
        },
        {
          "entryTs": 1659449520,
          "entryUtc": "2022-08-02T14:12:00.000Z",
          "exitTs": 1659456480,
          "dir": -1,
          "entryPrice": 1784.798,
          "exitPrice": 1775.449,
          "stopDistance": 4.675,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 116
        },
        {
          "entryTs": 1659535200,
          "entryUtc": "2022-08-03T14:00:00.000Z",
          "exitTs": 1659535800,
          "dir": 1,
          "entryPrice": 1762.582,
          "exitPrice": 1759.307,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 10
        },
        {
          "entryTs": 1659595680,
          "entryUtc": "2022-08-04T06:48:00.000Z",
          "exitTs": 1659598680,
          "dir": -1,
          "entryPrice": 1771.988,
          "exitPrice": 1774.437,
          "stopDistance": 2.449,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 50
        },
        {
          "entryTs": 1659619800,
          "entryUtc": "2022-08-04T13:30:00.000Z",
          "exitTs": 1659621060,
          "dir": -1,
          "entryPrice": 1777.214,
          "exitPrice": 1781.208,
          "stopDistance": 3.994,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 21
        },
        {
          "entryTs": 1659622080,
          "entryUtc": "2022-08-04T14:08:00.000Z",
          "exitTs": 1659626460,
          "dir": -1,
          "entryPrice": 1785.428,
          "exitPrice": 1789.235,
          "stopDistance": 3.807,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 73
        },
        {
          "entryTs": 1659682800,
          "entryUtc": "2022-08-05T07:00:00.000Z",
          "exitTs": 1659687000,
          "dir": 1,
          "entryPrice": 1790.018,
          "exitPrice": 1787.594,
          "stopDistance": 2.424,
          "outcome": "stop",
          "netR": -1.1733,
          "holdMinutes": 70
        },
        {
          "entryTs": 1659951300,
          "entryUtc": "2022-08-08T09:35:00.000Z",
          "exitTs": 1659955320,
          "dir": -1,
          "entryPrice": 1776.798,
          "exitPrice": 1779.131,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 67
        },
        {
          "entryTs": 1660025760,
          "entryUtc": "2022-08-09T06:16:00.000Z",
          "exitTs": 1660026060,
          "dir": 1,
          "entryPrice": 1786.48,
          "exitPrice": 1784.831,
          "stopDistance": 1.649,
          "outcome": "stop",
          "netR": -1.2547,
          "holdMinutes": 5
        },
        {
          "entryTs": 1660060620,
          "entryUtc": "2022-08-09T15:57:00.000Z",
          "exitTs": 1660134600,
          "dir": -1,
          "entryPrice": 1795.818,
          "exitPrice": 1800.196,
          "stopDistance": 4.378,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 1233
        },
        {
          "entryTs": 1660192260,
          "entryUtc": "2022-08-11T04:31:00.000Z",
          "exitTs": 1660208400,
          "dir": 1,
          "entryPrice": 1785.384,
          "exitPrice": 1789.968,
          "stopDistance": 2.292,
          "outcome": "target",
          "netR": 1.8386,
          "holdMinutes": 269
        },
        {
          "entryTs": 1660225380,
          "entryUtc": "2022-08-11T13:43:00.000Z",
          "exitTs": 1660230600,
          "dir": -1,
          "entryPrice": 1795.924,
          "exitPrice": 1788.891,
          "stopDistance": 3.516,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 87
        },
        {
          "entryTs": 1660561200,
          "entryUtc": "2022-08-15T11:00:00.000Z",
          "exitTs": 1660563060,
          "dir": 1,
          "entryPrice": 1777.514,
          "exitPrice": 1774.192,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 31
        },
        {
          "entryTs": 1660566780,
          "entryUtc": "2022-08-15T12:33:00.000Z",
          "exitTs": 1660567560,
          "dir": 1,
          "entryPrice": 1782.504,
          "exitPrice": 1777.913,
          "stopDistance": 4.591,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 13
        },
        {
          "entryTs": 1660636020,
          "entryUtc": "2022-08-16T07:47:00.000Z",
          "exitTs": 1660637520,
          "dir": -1,
          "entryPrice": 1778.294,
          "exitPrice": 1774.114,
          "stopDistance": 2.09,
          "outcome": "target",
          "netR": 1.823,
          "holdMinutes": 25
        },
        {
          "entryTs": 1660647960,
          "entryUtc": "2022-08-16T11:06:00.000Z",
          "exitTs": 1660653120,
          "dir": 1,
          "entryPrice": 1775.934,
          "exitPrice": 1773.281,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 86
        },
        {
          "entryTs": 1660704240,
          "entryUtc": "2022-08-17T02:44:00.000Z",
          "exitTs": 1660711140,
          "dir": 1,
          "entryPrice": 1775.378,
          "exitPrice": 1778.816,
          "stopDistance": 1.719,
          "outcome": "target",
          "netR": 1.7848,
          "holdMinutes": 115
        },
        {
          "entryTs": 1660741260,
          "entryUtc": "2022-08-17T13:01:00.000Z",
          "exitTs": 1660743480,
          "dir": 1,
          "entryPrice": 1770.043,
          "exitPrice": 1766.406,
          "stopDistance": 3.637,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 37
        },
        {
          "entryTs": 1660780920,
          "entryUtc": "2022-08-18T00:02:00.000Z",
          "exitTs": 1660816500,
          "dir": -1,
          "entryPrice": 1765.068,
          "exitPrice": 1768.423,
          "stopDistance": 3.355,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 593
        },
        {
          "entryTs": 1660880220,
          "entryUtc": "2022-08-19T03:37:00.000Z",
          "exitTs": 1660882380,
          "dir": 1,
          "entryPrice": 1755.018,
          "exitPrice": 1752.552,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 36
        },
        {
          "entryTs": 1660911060,
          "entryUtc": "2022-08-19T12:11:00.000Z",
          "exitTs": 1660912560,
          "dir": 1,
          "entryPrice": 1750.754,
          "exitPrice": 1756.15,
          "stopDistance": 2.698,
          "outcome": "target",
          "netR": 1.8629,
          "holdMinutes": 25
        },
        {
          "entryTs": 1660924860,
          "entryUtc": "2022-08-19T16:01:00.000Z",
          "exitTs": 1661119200,
          "dir": 1,
          "entryPrice": 1748.698,
          "exitPrice": 1746.698,
          "stopDistance": 3.749,
          "outcome": "time",
          "netR": -0.6322,
          "holdMinutes": 3239
        },
        {
          "entryTs": 1661174400,
          "entryUtc": "2022-08-22T13:20:00.000Z",
          "exitTs": 1661175420,
          "dir": -1,
          "entryPrice": 1735.094,
          "exitPrice": 1738.315,
          "stopDistance": 3.221,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 17
        },
        {
          "entryTs": 1661176320,
          "entryUtc": "2022-08-22T13:52:00.000Z",
          "exitTs": 1661243940,
          "dir": 1,
          "entryPrice": 1734.408,
          "exitPrice": 1742.186,
          "stopDistance": 3.889,
          "outcome": "target",
          "netR": 1.9049,
          "holdMinutes": 1127
        },
        {
          "entryTs": 1661342640,
          "entryUtc": "2022-08-24T12:04:00.000Z",
          "exitTs": 1661350860,
          "dir": -1,
          "entryPrice": 1747.244,
          "exitPrice": 1749.984,
          "stopDistance": 2.74,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 137
        },
        {
          "entryTs": 1661351040,
          "entryUtc": "2022-08-24T14:24:00.000Z",
          "exitTs": 1661353920,
          "dir": -1,
          "entryPrice": 1750.864,
          "exitPrice": 1753.415,
          "stopDistance": 2.551,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 48
        },
        {
          "entryTs": 1661370660,
          "entryUtc": "2022-08-24T19:51:00.000Z",
          "exitTs": 1661390340,
          "dir": -1,
          "entryPrice": 1751.694,
          "exitPrice": 1755.413,
          "stopDistance": 3.719,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 328
        },
        {
          "entryTs": 1661483160,
          "entryUtc": "2022-08-26T03:06:00.000Z",
          "exitTs": 1661495400,
          "dir": 1,
          "entryPrice": 1754.528,
          "exitPrice": 1758.447,
          "stopDistance": 1.96,
          "outcome": "target",
          "netR": 1.8112,
          "holdMinutes": 204
        },
        {
          "entryTs": 1661525100,
          "entryUtc": "2022-08-26T14:45:00.000Z",
          "exitTs": 1661724000,
          "dir": -1,
          "entryPrice": 1745.268,
          "exitPrice": 1735.775,
          "stopDistance": 5.682,
          "outcome": "time",
          "netR": 1.6057,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1661802960,
          "entryUtc": "2022-08-29T19:56:00.000Z",
          "exitTs": 1661818020,
          "dir": -1,
          "entryPrice": 1737.368,
          "exitPrice": 1740.161,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 251
        },
        {
          "entryTs": 1661855400,
          "entryUtc": "2022-08-30T10:30:00.000Z",
          "exitTs": 1661863860,
          "dir": -1,
          "entryPrice": 1734.918,
          "exitPrice": 1728.582,
          "stopDistance": 3.168,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 141
        },
        {
          "entryTs": 1661864460,
          "entryUtc": "2022-08-30T13:01:00.000Z",
          "exitTs": 1661869200,
          "dir": -1,
          "entryPrice": 1731.254,
          "exitPrice": 1724.713,
          "stopDistance": 3.271,
          "outcome": "target",
          "netR": 1.8869,
          "holdMinutes": 79
        },
        {
          "entryTs": 1661892900,
          "entryUtc": "2022-08-30T20:55:00.000Z",
          "exitTs": 1661933820,
          "dir": -1,
          "entryPrice": 1724.408,
          "exitPrice": 1719.135,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 682
        },
        {
          "entryTs": 1661964240,
          "entryUtc": "2022-08-31T16:44:00.000Z",
          "exitTs": 1661970840,
          "dir": 1,
          "entryPrice": 1716.224,
          "exitPrice": 1711.729,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 110
        },
        {
          "entryTs": 1662014400,
          "entryUtc": "2022-09-01T06:40:00.000Z",
          "exitTs": 1662021480,
          "dir": -1,
          "entryPrice": 1705.584,
          "exitPrice": 1700.539,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 118
        },
        {
          "entryTs": 1662347760,
          "entryUtc": "2022-09-05T03:16:00.000Z",
          "exitTs": 1662371400,
          "dir": -1,
          "entryPrice": 1711.694,
          "exitPrice": 1714.191,
          "stopDistance": 2.497,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 394
        },
        {
          "entryTs": 1662442200,
          "entryUtc": "2022-09-06T05:30:00.000Z",
          "exitTs": 1662447300,
          "dir": -1,
          "entryPrice": 1717.208,
          "exitPrice": 1719.645,
          "stopDistance": 2.437,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 85
        },
        {
          "entryTs": 1662556860,
          "entryUtc": "2022-09-07T13:21:00.000Z",
          "exitTs": 1662558600,
          "dir": -1,
          "entryPrice": 1699.281,
          "exitPrice": 1702.531,
          "stopDistance": 3.25,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 29
        },
        {
          "entryTs": 1662613680,
          "entryUtc": "2022-09-08T05:08:00.000Z",
          "exitTs": 1662617100,
          "dir": -1,
          "entryPrice": 1715.336,
          "exitPrice": 1717.502,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 57
        },
        {
          "entryTs": 1662626640,
          "entryUtc": "2022-09-08T08:44:00.000Z",
          "exitTs": 1662630420,
          "dir": -1,
          "entryPrice": 1718.144,
          "exitPrice": 1720.91,
          "stopDistance": 2.766,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 63
        },
        {
          "entryTs": 1662726660,
          "entryUtc": "2022-09-09T12:31:00.000Z",
          "exitTs": 1662731280,
          "dir": -1,
          "entryPrice": 1720.188,
          "exitPrice": 1712.514,
          "stopDistance": 3.837,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 77
        },
        {
          "entryTs": 1662738720,
          "entryUtc": "2022-09-09T15:52:00.000Z",
          "exitTs": 1662940800,
          "dir": 1,
          "entryPrice": 1716.65,
          "exitPrice": 1718.335,
          "stopDistance": 4.404,
          "outcome": "time",
          "netR": 0.2985,
          "holdMinutes": 3368
        },
        {
          "entryTs": 1662965160,
          "entryUtc": "2022-09-12T06:46:00.000Z",
          "exitTs": 1662965700,
          "dir": -1,
          "entryPrice": 1717.348,
          "exitPrice": 1719.794,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 9
        },
        {
          "entryTs": 1662971400,
          "entryUtc": "2022-09-12T08:30:00.000Z",
          "exitTs": 1662975540,
          "dir": -1,
          "entryPrice": 1723.944,
          "exitPrice": 1727.298,
          "stopDistance": 3.354,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 69
        },
        {
          "entryTs": 1662991500,
          "entryUtc": "2022-09-12T14:05:00.000Z",
          "exitTs": 1662996900,
          "dir": -1,
          "entryPrice": 1727.873,
          "exitPrice": 1732.323,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 90
        },
        {
          "entryTs": 1663034940,
          "entryUtc": "2022-09-13T02:09:00.000Z",
          "exitTs": 1663045680,
          "dir": 1,
          "entryPrice": 1722.568,
          "exitPrice": 1719.925,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 179
        },
        {
          "entryTs": 1663054560,
          "entryUtc": "2022-09-13T07:36:00.000Z",
          "exitTs": 1663066920,
          "dir": 1,
          "entryPrice": 1723.954,
          "exitPrice": 1729.012,
          "stopDistance": 2.529,
          "outcome": "target",
          "netR": 1.8537,
          "holdMinutes": 206
        },
        {
          "entryTs": 1663083900,
          "entryUtc": "2022-09-13T15:45:00.000Z",
          "exitTs": 1663200000,
          "dir": 1,
          "entryPrice": 1702.544,
          "exitPrice": 1697.314,
          "stopDistance": 6.336,
          "outcome": "time",
          "netR": -0.8838,
          "holdMinutes": 1935
        },
        {
          "entryTs": 1663229220,
          "entryUtc": "2022-09-15T08:07:00.000Z",
          "exitTs": 1663240140,
          "dir": 1,
          "entryPrice": 1688.364,
          "exitPrice": 1685.559,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 182
        },
        {
          "entryTs": 1663247700,
          "entryUtc": "2022-09-15T13:15:00.000Z",
          "exitTs": 1663253340,
          "dir": -1,
          "entryPrice": 1687.278,
          "exitPrice": 1679.211,
          "stopDistance": 4.033,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 94
        },
        {
          "entryTs": 1663557240,
          "entryUtc": "2022-09-19T03:14:00.000Z",
          "exitTs": 1663567320,
          "dir": 1,
          "entryPrice": 1669.548,
          "exitPrice": 1666.429,
          "stopDistance": 3.119,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 168
        },
        {
          "entryTs": 1663574400,
          "entryUtc": "2022-09-19T08:00:00.000Z",
          "exitTs": 1663595100,
          "dir": 1,
          "entryPrice": 1661.818,
          "exitPrice": 1667.792,
          "stopDistance": 2.987,
          "outcome": "target",
          "netR": 1.8761,
          "holdMinutes": 345
        },
        {
          "entryTs": 1663647660,
          "entryUtc": "2022-09-20T04:21:00.000Z",
          "exitTs": 1663650120,
          "dir": 1,
          "entryPrice": 1674.735,
          "exitPrice": 1672.517,
          "stopDistance": 2.218,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 41
        },
        {
          "entryTs": 1663674420,
          "entryUtc": "2022-09-20T11:47:00.000Z",
          "exitTs": 1663680900,
          "dir": -1,
          "entryPrice": 1668.025,
          "exitPrice": 1662.096,
          "stopDistance": 2.965,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 108
        },
        {
          "entryTs": 1663727400,
          "entryUtc": "2022-09-21T02:30:00.000Z",
          "exitTs": 1663729800,
          "dir": 1,
          "entryPrice": 1665.798,
          "exitPrice": 1663.732,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 40
        },
        {
          "entryTs": 1663739520,
          "entryUtc": "2022-09-21T05:52:00.000Z",
          "exitTs": 1663740240,
          "dir": -1,
          "entryPrice": 1665.468,
          "exitPrice": 1667.572,
          "stopDistance": 2.104,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 12
        },
        {
          "entryTs": 1663802820,
          "entryUtc": "2022-09-21T23:27:00.000Z",
          "exitTs": 1663805580,
          "dir": 1,
          "entryPrice": 1668.908,
          "exitPrice": 1662.034,
          "stopDistance": 6.874,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 46
        },
        {
          "entryTs": 1663820520,
          "entryUtc": "2022-09-22T04:22:00.000Z",
          "exitTs": 1663833840,
          "dir": -1,
          "entryPrice": 1660.678,
          "exitPrice": 1664.538,
          "stopDistance": 3.86,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 222
        },
        {
          "entryTs": 1663847520,
          "entryUtc": "2022-09-22T11:52:00.000Z",
          "exitTs": 1663850100,
          "dir": -1,
          "entryPrice": 1671.417,
          "exitPrice": 1677.002,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 43
        },
        {
          "entryTs": 1663857000,
          "entryUtc": "2022-09-22T14:30:00.000Z",
          "exitTs": 1663859760,
          "dir": 1,
          "entryPrice": 1675.337,
          "exitPrice": 1668.692,
          "stopDistance": 6.645,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 46
        },
        {
          "entryTs": 1663940700,
          "entryUtc": "2022-09-23T13:45:00.000Z",
          "exitTs": 1664143200,
          "dir": 1,
          "entryPrice": 1645.943,
          "exitPrice": 1643.965,
          "stopDistance": 6.357,
          "outcome": "time",
          "netR": -0.3694,
          "holdMinutes": 3375
        },
        {
          "entryTs": 1664163840,
          "entryUtc": "2022-09-26T03:44:00.000Z",
          "exitTs": 1664208120,
          "dir": 1,
          "entryPrice": 1639.238,
          "exitPrice": 1633.578,
          "stopDistance": 5.66,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 738
        },
        {
          "entryTs": 1664219700,
          "entryUtc": "2022-09-26T19:15:00.000Z",
          "exitTs": 1664223480,
          "dir": 1,
          "entryPrice": 1627.475,
          "exitPrice": 1622.206,
          "stopDistance": 5.269,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 63
        },
        {
          "entryTs": 1664283000,
          "entryUtc": "2022-09-27T12:50:00.000Z",
          "exitTs": 1664287380,
          "dir": 1,
          "entryPrice": 1637.268,
          "exitPrice": 1633.438,
          "stopDistance": 3.83,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 73
        },
        {
          "entryTs": 1664343060,
          "entryUtc": "2022-09-28T05:31:00.000Z",
          "exitTs": 1664345640,
          "dir": 1,
          "entryPrice": 1624.408,
          "exitPrice": 1622.078,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 43
        },
        {
          "entryTs": 1664354460,
          "entryUtc": "2022-09-28T08:41:00.000Z",
          "exitTs": 1664360340,
          "dir": 1,
          "entryPrice": 1618.748,
          "exitPrice": 1626.312,
          "stopDistance": 3.782,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 98
        },
        {
          "entryTs": 1664366400,
          "entryUtc": "2022-09-28T12:00:00.000Z",
          "exitTs": 1664367480,
          "dir": -1,
          "entryPrice": 1625.671,
          "exitPrice": 1631.144,
          "stopDistance": 5.473,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 18
        },
        {
          "entryTs": 1664459280,
          "entryUtc": "2022-09-29T13:48:00.000Z",
          "exitTs": 1664464080,
          "dir": -1,
          "entryPrice": 1653.508,
          "exitPrice": 1659.113,
          "stopDistance": 5.605,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 80
        },
        {
          "entryTs": 1664520300,
          "entryUtc": "2022-09-30T06:45:00.000Z",
          "exitTs": 1664520720,
          "dir": -1,
          "entryPrice": 1666.108,
          "exitPrice": 1668.804,
          "stopDistance": 2.696,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 7
        },
        {
          "entryTs": 1664529780,
          "entryUtc": "2022-09-30T09:23:00.000Z",
          "exitTs": 1664537820,
          "dir": -1,
          "entryPrice": 1671.025,
          "exitPrice": 1663.358,
          "stopDistance": 3.834,
          "outcome": "target",
          "netR": 1.9035,
          "holdMinutes": 134
        },
        {
          "entryTs": 1664541000,
          "entryUtc": "2022-09-30T12:30:00.000Z",
          "exitTs": 1664546940,
          "dir": -1,
          "entryPrice": 1668.468,
          "exitPrice": 1672.582,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 99
        },
        {
          "entryTs": 1664777940,
          "entryUtc": "2022-10-03T06:19:00.000Z",
          "exitTs": 1664778420,
          "dir": 1,
          "entryPrice": 1666.098,
          "exitPrice": 1663.539,
          "stopDistance": 2.559,
          "outcome": "stop",
          "netR": -1.1641,
          "holdMinutes": 8
        },
        {
          "entryTs": 1664781600,
          "entryUtc": "2022-10-03T07:20:00.000Z",
          "exitTs": 1664789400,
          "dir": -1,
          "entryPrice": 1666.365,
          "exitPrice": 1660.553,
          "stopDistance": 2.906,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 130
        },
        {
          "entryTs": 1664791740,
          "entryUtc": "2022-10-03T10:09:00.000Z",
          "exitTs": 1664798520,
          "dir": -1,
          "entryPrice": 1663.696,
          "exitPrice": 1667.099,
          "stopDistance": 3.403,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 113
        },
        {
          "entryTs": 1664814600,
          "entryUtc": "2022-10-03T16:30:00.000Z",
          "exitTs": 1664818260,
          "dir": -1,
          "entryPrice": 1688.905,
          "exitPrice": 1695.194,
          "stopDistance": 6.289,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 61
        },
        {
          "entryTs": 1664875140,
          "entryUtc": "2022-10-04T09:19:00.000Z",
          "exitTs": 1664878980,
          "dir": -1,
          "entryPrice": 1707.524,
          "exitPrice": 1711.575,
          "stopDistance": 4.051,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 64
        },
        {
          "entryTs": 1664886660,
          "entryUtc": "2022-10-04T12:31:00.000Z",
          "exitTs": 1664888760,
          "dir": -1,
          "entryPrice": 1709.557,
          "exitPrice": 1713.683,
          "stopDistance": 4.126,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 35
        },
        {
          "entryTs": 1664891040,
          "entryUtc": "2022-10-04T13:44:00.000Z",
          "exitTs": 1664892120,
          "dir": 1,
          "entryPrice": 1706.348,
          "exitPrice": 1715.624,
          "stopDistance": 4.638,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 18
        },
        {
          "entryTs": 1664946960,
          "entryUtc": "2022-10-05T05:16:00.000Z",
          "exitTs": 1664949960,
          "dir": 1,
          "entryPrice": 1720.804,
          "exitPrice": 1717.909,
          "stopDistance": 2.895,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 50
        },
        {
          "entryTs": 1664969460,
          "entryUtc": "2022-10-05T11:31:00.000Z",
          "exitTs": 1664978520,
          "dir": -1,
          "entryPrice": 1710.348,
          "exitPrice": 1700.947,
          "stopDistance": 4.7,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 151
        },
        {
          "entryTs": 1665063900,
          "entryUtc": "2022-10-06T13:45:00.000Z",
          "exitTs": 1665065880,
          "dir": 1,
          "entryPrice": 1714.128,
          "exitPrice": 1709.465,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 33
        },
        {
          "entryTs": 1665379980,
          "entryUtc": "2022-10-10T05:33:00.000Z",
          "exitTs": 1665387840,
          "dir": 1,
          "entryPrice": 1687.194,
          "exitPrice": 1684.114,
          "stopDistance": 3.08,
          "outcome": "stop",
          "netR": -1.1364,
          "holdMinutes": 131
        },
        {
          "entryTs": 1665422220,
          "entryUtc": "2022-10-10T17:17:00.000Z",
          "exitTs": 1665454440,
          "dir": 1,
          "entryPrice": 1668.368,
          "exitPrice": 1663.918,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 537
        },
        {
          "entryTs": 1665471300,
          "entryUtc": "2022-10-11T06:55:00.000Z",
          "exitTs": 1665481500,
          "dir": 1,
          "entryPrice": 1665.388,
          "exitPrice": 1662.278,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 170
        },
        {
          "entryTs": 1665564480,
          "entryUtc": "2022-10-12T08:48:00.000Z",
          "exitTs": 1665576300,
          "dir": 1,
          "entryPrice": 1671.368,
          "exitPrice": 1667.316,
          "stopDistance": 4.052,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 197
        },
        {
          "entryTs": 1665655320,
          "entryUtc": "2022-10-13T10:02:00.000Z",
          "exitTs": 1665660780,
          "dir": -1,
          "entryPrice": 1675.368,
          "exitPrice": 1678.169,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 91
        },
        {
          "entryTs": 1665681780,
          "entryUtc": "2022-10-13T17:23:00.000Z",
          "exitTs": 1665710760,
          "dir": -1,
          "entryPrice": 1670.745,
          "exitPrice": 1659.587,
          "stopDistance": 5.579,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 483
        },
        {
          "entryTs": 1665748500,
          "entryUtc": "2022-10-14T11:55:00.000Z",
          "exitTs": 1665752400,
          "dir": 1,
          "entryPrice": 1655.165,
          "exitPrice": 1663.713,
          "stopDistance": 4.274,
          "outcome": "target",
          "netR": 1.9134,
          "holdMinutes": 65
        },
        {
          "entryTs": 1665990060,
          "entryUtc": "2022-10-17T07:01:00.000Z",
          "exitTs": 1665990600,
          "dir": -1,
          "entryPrice": 1651.165,
          "exitPrice": 1653.803,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 9
        },
        {
          "entryTs": 1665991320,
          "entryUtc": "2022-10-17T07:22:00.000Z",
          "exitTs": 1665993180,
          "dir": 1,
          "entryPrice": 1650.955,
          "exitPrice": 1656.811,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 31
        },
        {
          "entryTs": 1665996360,
          "entryUtc": "2022-10-17T08:46:00.000Z",
          "exitTs": 1666001220,
          "dir": -1,
          "entryPrice": 1654.948,
          "exitPrice": 1658.366,
          "stopDistance": 3.418,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 81
        },
        {
          "entryTs": 1666072020,
          "entryUtc": "2022-10-18T05:47:00.000Z",
          "exitTs": 1666077240,
          "dir": -1,
          "entryPrice": 1658.417,
          "exitPrice": 1652.678,
          "stopDistance": 2.87,
          "outcome": "target",
          "netR": 1.8711,
          "holdMinutes": 87
        },
        {
          "entryTs": 1666079160,
          "entryUtc": "2022-10-18T07:46:00.000Z",
          "exitTs": 1666106460,
          "dir": -1,
          "entryPrice": 1654.358,
          "exitPrice": 1648.083,
          "stopDistance": 3.137,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 455
        },
        {
          "entryTs": 1666166700,
          "entryUtc": "2022-10-19T08:05:00.000Z",
          "exitTs": 1666167840,
          "dir": 1,
          "entryPrice": 1643.228,
          "exitPrice": 1639.605,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 19
        },
        {
          "entryTs": 1666167960,
          "entryUtc": "2022-10-19T08:26:00.000Z",
          "exitTs": 1666174920,
          "dir": 1,
          "entryPrice": 1639.437,
          "exitPrice": 1636.121,
          "stopDistance": 3.316,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 116
        },
        {
          "entryTs": 1666239060,
          "entryUtc": "2022-10-20T04:11:00.000Z",
          "exitTs": 1666239540,
          "dir": 1,
          "entryPrice": 1625.027,
          "exitPrice": 1630.29,
          "stopDistance": 2.632,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 8
        },
        {
          "entryTs": 1666252320,
          "entryUtc": "2022-10-20T07:52:00.000Z",
          "exitTs": 1666259220,
          "dir": -1,
          "entryPrice": 1631.888,
          "exitPrice": 1634.816,
          "stopDistance": 2.928,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 115
        },
        {
          "entryTs": 1666274700,
          "entryUtc": "2022-10-20T14:05:00.000Z",
          "exitTs": 1666275540,
          "dir": -1,
          "entryPrice": 1636.368,
          "exitPrice": 1640.491,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 14
        },
        {
          "entryTs": 1666285260,
          "entryUtc": "2022-10-20T17:01:00.000Z",
          "exitTs": 1666288140,
          "dir": 1,
          "entryPrice": 1634.937,
          "exitPrice": 1630.311,
          "stopDistance": 4.626,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 48
        },
        {
          "entryTs": 1666339320,
          "entryUtc": "2022-10-21T08:02:00.000Z",
          "exitTs": 1666357080,
          "dir": 1,
          "entryPrice": 1622.247,
          "exitPrice": 1629.544,
          "stopDistance": 3.649,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 296
        },
        {
          "entryTs": 1666679220,
          "entryUtc": "2022-10-25T06:27:00.000Z",
          "exitTs": 1666682820,
          "dir": -1,
          "entryPrice": 1651.158,
          "exitPrice": 1646.651,
          "stopDistance": 2.254,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 60
        },
        {
          "entryTs": 1666702800,
          "entryUtc": "2022-10-25T13:00:00.000Z",
          "exitTs": 1666703580,
          "dir": -1,
          "entryPrice": 1642.348,
          "exitPrice": 1645.754,
          "stopDistance": 3.406,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 13
        },
        {
          "entryTs": 1666721280,
          "entryUtc": "2022-10-25T18:08:00.000Z",
          "exitTs": 1666764780,
          "dir": -1,
          "entryPrice": 1656.538,
          "exitPrice": 1660.836,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 725
        },
        {
          "entryTs": 1666794720,
          "entryUtc": "2022-10-26T14:32:00.000Z",
          "exitTs": 1666853040,
          "dir": 1,
          "entryPrice": 1666.317,
          "exitPrice": 1661.739,
          "stopDistance": 4.578,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 972
        },
        {
          "entryTs": 1666858500,
          "entryUtc": "2022-10-27T08:15:00.000Z",
          "exitTs": 1666873200,
          "dir": -1,
          "entryPrice": 1664.957,
          "exitPrice": 1658.715,
          "stopDistance": 3.121,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 245
        },
        {
          "entryTs": 1666882380,
          "entryUtc": "2022-10-27T14:53:00.000Z",
          "exitTs": 1666941420,
          "dir": -1,
          "entryPrice": 1662.657,
          "exitPrice": 1651.648,
          "stopDistance": 5.504,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 984
        },
        {
          "entryTs": 1666959480,
          "entryUtc": "2022-10-28T12:18:00.000Z",
          "exitTs": 1666960200,
          "dir": -1,
          "entryPrice": 1650.408,
          "exitPrice": 1643.346,
          "stopDistance": 3.531,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 12
        },
        {
          "entryTs": 1667202480,
          "entryUtc": "2022-10-31T07:48:00.000Z",
          "exitTs": 1667203680,
          "dir": 1,
          "entryPrice": 1641.638,
          "exitPrice": 1639.194,
          "stopDistance": 2.444,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 20
        },
        {
          "entryTs": 1667217120,
          "entryUtc": "2022-10-31T11:52:00.000Z",
          "exitTs": 1667219820,
          "dir": 1,
          "entryPrice": 1639.327,
          "exitPrice": 1636.522,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 45
        },
        {
          "entryTs": 1667225700,
          "entryUtc": "2022-10-31T14:15:00.000Z",
          "exitTs": 1667243760,
          "dir": -1,
          "entryPrice": 1639.398,
          "exitPrice": 1633.048,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 301
        },
        {
          "entryTs": 1667289840,
          "entryUtc": "2022-11-01T08:04:00.000Z",
          "exitTs": 1667296020,
          "dir": -1,
          "entryPrice": 1646.817,
          "exitPrice": 1650.022,
          "stopDistance": 3.205,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 103
        },
        {
          "entryTs": 1667340480,
          "entryUtc": "2022-11-01T22:08:00.000Z",
          "exitTs": 1667376060,
          "dir": 1,
          "entryPrice": 1645.818,
          "exitPrice": 1653.424,
          "stopDistance": 3.803,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 593
        },
        {
          "entryTs": 1667466420,
          "entryUtc": "2022-11-03T09:07:00.000Z",
          "exitTs": 1667467020,
          "dir": 1,
          "entryPrice": 1626.047,
          "exitPrice": 1622.916,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 10
        },
        {
          "entryTs": 1667481000,
          "entryUtc": "2022-11-03T13:10:00.000Z",
          "exitTs": 1667485500,
          "dir": -1,
          "entryPrice": 1620.567,
          "exitPrice": 1625.063,
          "stopDistance": 4.496,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 75
        },
        {
          "entryTs": 1667485980,
          "entryUtc": "2022-11-03T14:33:00.000Z",
          "exitTs": 1667528520,
          "dir": 1,
          "entryPrice": 1623.778,
          "exitPrice": 1634.776,
          "stopDistance": 5.499,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 709
        },
        {
          "entryTs": 1667557320,
          "entryUtc": "2022-11-04T10:22:00.000Z",
          "exitTs": 1667559000,
          "dir": -1,
          "entryPrice": 1647.508,
          "exitPrice": 1651.24,
          "stopDistance": 3.732,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 28
        },
        {
          "entryTs": 1667565000,
          "entryUtc": "2022-11-04T12:30:00.000Z",
          "exitTs": 1667565360,
          "dir": 1,
          "entryPrice": 1646.798,
          "exitPrice": 1654.211,
          "stopDistance": 3.707,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 6
        },
        {
          "entryTs": 1667826240,
          "entryUtc": "2022-11-07T13:04:00.000Z",
          "exitTs": 1667830200,
          "dir": -1,
          "entryPrice": 1677.697,
          "exitPrice": 1680.938,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 66
        },
        {
          "entryTs": 1667971800,
          "entryUtc": "2022-11-09T05:30:00.000Z",
          "exitTs": 1667977860,
          "dir": -1,
          "entryPrice": 1709.448,
          "exitPrice": 1712.307,
          "stopDistance": 2.859,
          "outcome": "stop",
          "netR": -1.1469,
          "holdMinutes": 101
        },
        {
          "entryTs": 1667999700,
          "entryUtc": "2022-11-09T13:15:00.000Z",
          "exitTs": 1668003600,
          "dir": 1,
          "entryPrice": 1705.548,
          "exitPrice": 1712.863,
          "stopDistance": 3.657,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 65
        },
        {
          "entryTs": 1668008220,
          "entryUtc": "2022-11-09T15:37:00.000Z",
          "exitTs": 1668019560,
          "dir": 1,
          "entryPrice": 1708.748,
          "exitPrice": 1705.261,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 189
        },
        {
          "entryTs": 1668048780,
          "entryUtc": "2022-11-10T02:53:00.000Z",
          "exitTs": 1668075960,
          "dir": 1,
          "entryPrice": 1706.848,
          "exitPrice": 1704.011,
          "stopDistance": 2.837,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 453
        },
        {
          "entryTs": 1668097860,
          "entryUtc": "2022-11-10T16:31:00.000Z",
          "exitTs": 1668113940,
          "dir": -1,
          "entryPrice": 1748.758,
          "exitPrice": 1755.781,
          "stopDistance": 7.022,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 268
        },
        {
          "entryTs": 1668150960,
          "entryUtc": "2022-11-11T07:16:00.000Z",
          "exitTs": 1668156300,
          "dir": -1,
          "entryPrice": 1759.048,
          "exitPrice": 1763.078,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 89
        },
        {
          "entryTs": 1668164220,
          "entryUtc": "2022-11-11T10:57:00.000Z",
          "exitTs": 1668164520,
          "dir": 1,
          "entryPrice": 1759.748,
          "exitPrice": 1755.184,
          "stopDistance": 4.564,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 5
        },
        {
          "entryTs": 1668177240,
          "entryUtc": "2022-11-11T14:34:00.000Z",
          "exitTs": 1668202800,
          "dir": 1,
          "entryPrice": 1758.908,
          "exitPrice": 1768.287,
          "stopDistance": 4.689,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 426
        },
        {
          "entryTs": 1668418620,
          "entryUtc": "2022-11-14T09:37:00.000Z",
          "exitTs": 1668434520,
          "dir": -1,
          "entryPrice": 1760.377,
          "exitPrice": 1764.184,
          "stopDistance": 3.807,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 265
        },
        {
          "entryTs": 1668443460,
          "entryUtc": "2022-11-14T16:31:00.000Z",
          "exitTs": 1668450300,
          "dir": -1,
          "entryPrice": 1768.298,
          "exitPrice": 1773.123,
          "stopDistance": 4.825,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 114
        },
        {
          "entryTs": 1668496800,
          "entryUtc": "2022-11-15T07:20:00.000Z",
          "exitTs": 1668497040,
          "dir": -1,
          "entryPrice": 1772.538,
          "exitPrice": 1774.916,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 4
        },
        {
          "entryTs": 1668519000,
          "entryUtc": "2022-11-15T13:30:00.000Z",
          "exitTs": 1668519000,
          "dir": -1,
          "entryPrice": 1779.818,
          "exitPrice": 1783.726,
          "stopDistance": 3.908,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 0
        },
        {
          "entryTs": 1668539700,
          "entryUtc": "2022-11-15T19:15:00.000Z",
          "exitTs": 1668629700,
          "dir": 1,
          "entryPrice": 1773.327,
          "exitPrice": 1773.328,
          "stopDistance": 6.45,
          "outcome": "time",
          "netR": -0.0572,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1668677520,
          "entryUtc": "2022-11-17T09:32:00.000Z",
          "exitTs": 1668681360,
          "dir": 1,
          "entryPrice": 1764.808,
          "exitPrice": 1762.416,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 64
        },
        {
          "entryTs": 1668751020,
          "entryUtc": "2022-11-18T05:57:00.000Z",
          "exitTs": 1668755520,
          "dir": -1,
          "entryPrice": 1763.378,
          "exitPrice": 1765.529,
          "stopDistance": 2.151,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 75
        },
        {
          "entryTs": 1668763140,
          "entryUtc": "2022-11-18T09:19:00.000Z",
          "exitTs": 1668763920,
          "dir": -1,
          "entryPrice": 1763.298,
          "exitPrice": 1765.926,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 13
        },
        {
          "entryTs": 1668765300,
          "entryUtc": "2022-11-18T09:55:00.000Z",
          "exitTs": 1668771840,
          "dir": 1,
          "entryPrice": 1763.637,
          "exitPrice": 1760.615,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 109
        },
        {
          "entryTs": 1669037940,
          "entryUtc": "2022-11-21T13:39:00.000Z",
          "exitTs": 1669041840,
          "dir": 1,
          "entryPrice": 1743.618,
          "exitPrice": 1740.497,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 65
        },
        {
          "entryTs": 1669042020,
          "entryUtc": "2022-11-21T14:47:00.000Z",
          "exitTs": 1669046940,
          "dir": -1,
          "entryPrice": 1742.078,
          "exitPrice": 1734.735,
          "stopDistance": 3.671,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 82
        },
        {
          "entryTs": 1669097880,
          "entryUtc": "2022-11-22T06:18:00.000Z",
          "exitTs": 1669104900,
          "dir": -1,
          "entryPrice": 1742.808,
          "exitPrice": 1744.937,
          "stopDistance": 2.129,
          "outcome": "stop",
          "netR": -1.1973,
          "holdMinutes": 117
        },
        {
          "entryTs": 1669128480,
          "entryUtc": "2022-11-22T14:48:00.000Z",
          "exitTs": 1669132800,
          "dir": -1,
          "entryPrice": 1746.438,
          "exitPrice": 1741.107,
          "stopDistance": 2.665,
          "outcome": "target",
          "netR": 1.8612,
          "holdMinutes": 72
        },
        {
          "entryTs": 1669194720,
          "entryUtc": "2022-11-23T09:12:00.000Z",
          "exitTs": 1669198920,
          "dir": 1,
          "entryPrice": 1737.091,
          "exitPrice": 1734.913,
          "stopDistance": 2.178,
          "outcome": "stop",
          "netR": -1.1928,
          "holdMinutes": 70
        },
        {
          "entryTs": 1669207980,
          "entryUtc": "2022-11-23T12:53:00.000Z",
          "exitTs": 1669210200,
          "dir": 1,
          "entryPrice": 1736.248,
          "exitPrice": 1733.274,
          "stopDistance": 2.974,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 37
        },
        {
          "entryTs": 1669275960,
          "entryUtc": "2022-11-24T07:46:00.000Z",
          "exitTs": 1669284600,
          "dir": -1,
          "entryPrice": 1755.848,
          "exitPrice": 1758.091,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 144
        },
        {
          "entryTs": 1669285800,
          "entryUtc": "2022-11-24T10:30:00.000Z",
          "exitTs": 1669348740,
          "dir": 1,
          "entryPrice": 1754.408,
          "exitPrice": 1759.452,
          "stopDistance": 2.522,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 1049
        },
        {
          "entryTs": 1669359720,
          "entryUtc": "2022-11-25T07:02:00.000Z",
          "exitTs": 1669360680,
          "dir": 1,
          "entryPrice": 1755.637,
          "exitPrice": 1753.583,
          "stopDistance": 2.054,
          "outcome": "stop",
          "netR": -1.2045,
          "holdMinutes": 16
        },
        {
          "entryTs": 1669377540,
          "entryUtc": "2022-11-25T11:59:00.000Z",
          "exitTs": 1669382400,
          "dir": 1,
          "entryPrice": 1750.868,
          "exitPrice": 1748.29,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 81
        },
        {
          "entryTs": 1669594860,
          "entryUtc": "2022-11-28T00:21:00.000Z",
          "exitTs": 1669600320,
          "dir": -1,
          "entryPrice": 1752.628,
          "exitPrice": 1746.121,
          "stopDistance": 3.254,
          "outcome": "target",
          "netR": 1.8863,
          "holdMinutes": 91
        },
        {
          "entryTs": 1669643400,
          "entryUtc": "2022-11-28T13:50:00.000Z",
          "exitTs": 1669644420,
          "dir": -1,
          "entryPrice": 1756.578,
          "exitPrice": 1750.088,
          "stopDistance": 3.245,
          "outcome": "target",
          "netR": 1.886,
          "holdMinutes": 17
        },
        {
          "entryTs": 1669707000,
          "entryUtc": "2022-11-29T07:30:00.000Z",
          "exitTs": 1669711740,
          "dir": 1,
          "entryPrice": 1752.828,
          "exitPrice": 1757.86,
          "stopDistance": 2.516,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 79
        },
        {
          "entryTs": 1669817640,
          "entryUtc": "2022-11-30T14:14:00.000Z",
          "exitTs": 1669819320,
          "dir": -1,
          "entryPrice": 1757.318,
          "exitPrice": 1761.309,
          "stopDistance": 3.991,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 28
        },
        {
          "entryTs": 1669819680,
          "entryUtc": "2022-11-30T14:48:00.000Z",
          "exitTs": 1669820400,
          "dir": 1,
          "entryPrice": 1757.958,
          "exitPrice": 1753.617,
          "stopDistance": 4.341,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 12
        },
        {
          "entryTs": 1669833960,
          "entryUtc": "2022-11-30T18:46:00.000Z",
          "exitTs": 1669837800,
          "dir": 1,
          "entryPrice": 1756.998,
          "exitPrice": 1768.243,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 64
        },
        {
          "entryTs": 1669881480,
          "entryUtc": "2022-12-01T07:58:00.000Z",
          "exitTs": 1669896480,
          "dir": 1,
          "entryPrice": 1775.158,
          "exitPrice": 1782.153,
          "stopDistance": 3.497,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 250
        },
        {
          "entryTs": 1669897020,
          "entryUtc": "2022-12-01T12:17:00.000Z",
          "exitTs": 1669901100,
          "dir": 1,
          "entryPrice": 1781.617,
          "exitPrice": 1788.002,
          "stopDistance": 3.192,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 68
        },
        {
          "entryTs": 1669951920,
          "entryUtc": "2022-12-02T03:32:00.000Z",
          "exitTs": 1669961880,
          "dir": -1,
          "entryPrice": 1797.488,
          "exitPrice": 1799.852,
          "stopDistance": 2.364,
          "outcome": "stop",
          "netR": -1.1777,
          "holdMinutes": 166
        },
        {
          "entryTs": 1669969920,
          "entryUtc": "2022-12-02T08:32:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1801.188,
          "exitPrice": 1796.388,
          "stopDistance": 2.4,
          "outcome": "target",
          "netR": 1.8458,
          "holdMinutes": 298
        },
        {
          "entryTs": 1670296260,
          "entryUtc": "2022-12-06T03:11:00.000Z",
          "exitTs": 1670309580,
          "dir": -1,
          "entryPrice": 1773.418,
          "exitPrice": 1767.546,
          "stopDistance": 2.936,
          "outcome": "target",
          "netR": 1.874,
          "holdMinutes": 222
        },
        {
          "entryTs": 1670313360,
          "entryUtc": "2022-12-06T07:56:00.000Z",
          "exitTs": 1670323080,
          "dir": -1,
          "entryPrice": 1771.907,
          "exitPrice": 1774.795,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 162
        },
        {
          "entryTs": 1670337480,
          "entryUtc": "2022-12-06T14:38:00.000Z",
          "exitTs": 1670339160,
          "dir": -1,
          "entryPrice": 1778.088,
          "exitPrice": 1771.386,
          "stopDistance": 3.351,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 28
        },
        {
          "entryTs": 1670384700,
          "entryUtc": "2022-12-07T03:45:00.000Z",
          "exitTs": 1670403240,
          "dir": -1,
          "entryPrice": 1772.617,
          "exitPrice": 1775.2,
          "stopDistance": 2.584,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 309
        },
        {
          "entryTs": 1670432340,
          "entryUtc": "2022-12-07T16:59:00.000Z",
          "exitTs": 1670438280,
          "dir": -1,
          "entryPrice": 1782.417,
          "exitPrice": 1787.62,
          "stopDistance": 5.203,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 99
        },
        {
          "entryTs": 1670493480,
          "entryUtc": "2022-12-08T09:58:00.000Z",
          "exitTs": 1670501400,
          "dir": -1,
          "entryPrice": 1783.008,
          "exitPrice": 1785.414,
          "stopDistance": 2.406,
          "outcome": "stop",
          "netR": -1.1746,
          "holdMinutes": 132
        },
        {
          "entryTs": 1670503500,
          "entryUtc": "2022-12-08T12:45:00.000Z",
          "exitTs": 1670504820,
          "dir": -1,
          "entryPrice": 1785.208,
          "exitPrice": 1787.765,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1643,
          "holdMinutes": 22
        },
        {
          "entryTs": 1670510700,
          "entryUtc": "2022-12-08T14:45:00.000Z",
          "exitTs": 1670511120,
          "dir": -1,
          "entryPrice": 1786.658,
          "exitPrice": 1790.573,
          "stopDistance": 3.915,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 7
        },
        {
          "entryTs": 1670557260,
          "entryUtc": "2022-12-09T03:41:00.000Z",
          "exitTs": 1670573280,
          "dir": 1,
          "entryPrice": 1793.098,
          "exitPrice": 1790.691,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 267
        },
        {
          "entryTs": 1670581800,
          "entryUtc": "2022-12-09T10:30:00.000Z",
          "exitTs": 1670585580,
          "dir": 1,
          "entryPrice": 1793.088,
          "exitPrice": 1798.745,
          "stopDistance": 2.829,
          "outcome": "target",
          "netR": 1.8692,
          "holdMinutes": 63
        },
        {
          "entryTs": 1670593560,
          "entryUtc": "2022-12-09T13:46:00.000Z",
          "exitTs": 1670603040,
          "dir": -1,
          "entryPrice": 1797.308,
          "exitPrice": 1801.746,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 158
        },
        {
          "entryTs": 1670606640,
          "entryUtc": "2022-12-09T17:24:00.000Z",
          "exitTs": 1670619540,
          "dir": 1,
          "entryPrice": 1799.968,
          "exitPrice": 1794.674,
          "stopDistance": 5.294,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 215
        },
        {
          "entryTs": 1670875200,
          "entryUtc": "2022-12-12T20:00:00.000Z",
          "exitTs": 1670916240,
          "dir": 1,
          "entryPrice": 1781.305,
          "exitPrice": 1787.742,
          "stopDistance": 3.218,
          "outcome": "target",
          "netR": 1.885,
          "holdMinutes": 684
        },
        {
          "entryTs": 1670924880,
          "entryUtc": "2022-12-13T09:48:00.000Z",
          "exitTs": 1670928000,
          "dir": -1,
          "entryPrice": 1783.925,
          "exitPrice": 1786.326,
          "stopDistance": 2.401,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 52
        },
        {
          "entryTs": 1670929080,
          "entryUtc": "2022-12-13T10:58:00.000Z",
          "exitTs": 1670935740,
          "dir": -1,
          "entryPrice": 1786.827,
          "exitPrice": 1789.253,
          "stopDistance": 2.426,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 111
        },
        {
          "entryTs": 1670956500,
          "entryUtc": "2022-12-13T18:35:00.000Z",
          "exitTs": 1671018540,
          "dir": 1,
          "entryPrice": 1812.425,
          "exitPrice": 1806.181,
          "stopDistance": 6.244,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 1034
        },
        {
          "entryTs": 1671048480,
          "entryUtc": "2022-12-14T20:08:00.000Z",
          "exitTs": 1671048660,
          "dir": -1,
          "entryPrice": 1807.445,
          "exitPrice": 1811.645,
          "stopDistance": 4.2,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 3
        },
        {
          "entryTs": 1671049860,
          "entryUtc": "2022-12-14T20:31:00.000Z",
          "exitTs": 1671069180,
          "dir": 1,
          "entryPrice": 1804.815,
          "exitPrice": 1798.426,
          "stopDistance": 6.388,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 322
        },
        {
          "entryTs": 1671112020,
          "entryUtc": "2022-12-15T13:47:00.000Z",
          "exitTs": 1671118260,
          "dir": 1,
          "entryPrice": 1779.285,
          "exitPrice": 1774.615,
          "stopDistance": 4.67,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 104
        },
        {
          "entryTs": 1671177900,
          "entryUtc": "2022-12-16T08:05:00.000Z",
          "exitTs": 1671188760,
          "dir": -1,
          "entryPrice": 1778.925,
          "exitPrice": 1781.612,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 181
        },
        {
          "entryTs": 1671207840,
          "entryUtc": "2022-12-16T16:24:00.000Z",
          "exitTs": 1671404400,
          "dir": 1,
          "entryPrice": 1788.535,
          "exitPrice": 1793.248,
          "stopDistance": 4.642,
          "outcome": "time",
          "netR": 0.9356,
          "holdMinutes": 3276
        },
        {
          "entryTs": 1671463380,
          "entryUtc": "2022-12-19T15:23:00.000Z",
          "exitTs": 1671464460,
          "dir": -1,
          "entryPrice": 1795.185,
          "exitPrice": 1790.334,
          "stopDistance": 2.425,
          "outcome": "target",
          "netR": 1.8474,
          "holdMinutes": 18
        },
        {
          "entryTs": 1671479400,
          "entryUtc": "2022-12-19T19:50:00.000Z",
          "exitTs": 1671505500,
          "dir": 1,
          "entryPrice": 1786.485,
          "exitPrice": 1792.868,
          "stopDistance": 3.192,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 435
        },
        {
          "entryTs": 1671618120,
          "entryUtc": "2022-12-21T10:22:00.000Z",
          "exitTs": 1671628740,
          "dir": -1,
          "entryPrice": 1814.785,
          "exitPrice": 1817.509,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 177
        },
        {
          "entryTs": 1671632460,
          "entryUtc": "2022-12-21T14:21:00.000Z",
          "exitTs": 1671635160,
          "dir": -1,
          "entryPrice": 1817.625,
          "exitPrice": 1820.268,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 45
        },
        {
          "entryTs": 1671695940,
          "entryUtc": "2022-12-22T07:59:00.000Z",
          "exitTs": 1671697080,
          "dir": -1,
          "entryPrice": 1817.207,
          "exitPrice": 1819.194,
          "stopDistance": 1.987,
          "outcome": "stop",
          "netR": -1.2114,
          "holdMinutes": 19
        },
        {
          "entryTs": 1671700560,
          "entryUtc": "2022-12-22T09:16:00.000Z",
          "exitTs": 1671709560,
          "dir": 1,
          "entryPrice": 1816.215,
          "exitPrice": 1813.873,
          "stopDistance": 2.342,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 150
        },
        {
          "entryTs": 1671710040,
          "entryUtc": "2022-12-22T11:54:00.000Z",
          "exitTs": 1671714180,
          "dir": -1,
          "entryPrice": 1815.928,
          "exitPrice": 1818.328,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 69
        },
        {
          "entryTs": 1671784620,
          "entryUtc": "2022-12-23T08:37:00.000Z",
          "exitTs": 1671789480,
          "dir": -1,
          "entryPrice": 1796.375,
          "exitPrice": 1798.582,
          "stopDistance": 2.207,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 81
        },
        {
          "entryTs": 1671821280,
          "entryUtc": "2022-12-23T18:48:00.000Z",
          "exitTs": 1671832500,
          "dir": -1,
          "entryPrice": 1795.215,
          "exitPrice": 1798.3,
          "stopDistance": 3.085,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 187
        },
        {
          "entryTs": 1672152120,
          "entryUtc": "2022-12-27T14:42:00.000Z",
          "exitTs": 1672153440,
          "dir": -1,
          "entryPrice": 1808.528,
          "exitPrice": 1810.702,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 22
        },
        {
          "entryTs": 1672198200,
          "entryUtc": "2022-12-28T03:30:00.000Z",
          "exitTs": 1672210860,
          "dir": 1,
          "entryPrice": 1811.205,
          "exitPrice": 1808.571,
          "stopDistance": 2.634,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 211
        },
        {
          "entryTs": 1672223760,
          "entryUtc": "2022-12-28T10:36:00.000Z",
          "exitTs": 1672238880,
          "dir": 1,
          "entryPrice": 1801.645,
          "exitPrice": 1808.116,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 252
        },
        {
          "entryTs": 1672248420,
          "entryUtc": "2022-12-28T17:27:00.000Z",
          "exitTs": 1672251120,
          "dir": -1,
          "entryPrice": 1804.098,
          "exitPrice": 1808.212,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672309440,
          "entryUtc": "2022-12-29T10:24:00.000Z",
          "exitTs": 1672309860,
          "dir": 1,
          "entryPrice": 1807.225,
          "exitPrice": 1804.908,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 7
        },
        {
          "entryTs": 1672320000,
          "entryUtc": "2022-12-29T13:20:00.000Z",
          "exitTs": 1672321020,
          "dir": -1,
          "entryPrice": 1808.518,
          "exitPrice": 1810.992,
          "stopDistance": 2.474,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 17
        },
        {
          "entryTs": 1672330800,
          "entryUtc": "2022-12-29T16:20:00.000Z",
          "exitTs": 1672334280,
          "dir": -1,
          "entryPrice": 1813.525,
          "exitPrice": 1817.436,
          "stopDistance": 3.911,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 58
        },
        {
          "entryTs": 1672406820,
          "entryUtc": "2022-12-30T13:27:00.000Z",
          "exitTs": 1672408500,
          "dir": 1,
          "entryPrice": 1816.775,
          "exitPrice": 1821.715,
          "stopDistance": 2.47,
          "outcome": "target",
          "netR": 1.8502,
          "holdMinutes": 28
        },
        {
          "entryTs": 1672409880,
          "entryUtc": "2022-12-30T14:18:00.000Z",
          "exitTs": 1672412580,
          "dir": 1,
          "entryPrice": 1819.395,
          "exitPrice": 1816.371,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672758600,
          "entryUtc": "2023-01-03T15:10:00.000Z",
          "exitTs": 1672759560,
          "dir": 1,
          "entryPrice": 1840.555,
          "exitPrice": 1835.589,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 16
        },
        {
          "entryTs": 1672822800,
          "entryUtc": "2023-01-04T09:00:00.000Z",
          "exitTs": 1672844940,
          "dir": -1,
          "entryPrice": 1860.058,
          "exitPrice": 1852.04,
          "stopDistance": 4.009,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 369
        },
        {
          "entryTs": 1672848480,
          "entryUtc": "2023-01-04T16:08:00.000Z",
          "exitTs": 1672858980,
          "dir": -1,
          "entryPrice": 1858.525,
          "exitPrice": 1848.049,
          "stopDistance": 5.238,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 175
        },
        {
          "entryTs": 1672903260,
          "entryUtc": "2023-01-05T07:21:00.000Z",
          "exitTs": 1672905480,
          "dir": -1,
          "entryPrice": 1853.735,
          "exitPrice": 1847.945,
          "stopDistance": 2.895,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 37
        },
        {
          "entryTs": 1672948020,
          "entryUtc": "2023-01-05T19:47:00.000Z",
          "exitTs": 1672971360,
          "dir": -1,
          "entryPrice": 1835.075,
          "exitPrice": 1839.348,
          "stopDistance": 4.273,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 389
        },
        {
          "entryTs": 1672991160,
          "entryUtc": "2023-01-06T07:46:00.000Z",
          "exitTs": 1672996860,
          "dir": -1,
          "entryPrice": 1838.395,
          "exitPrice": 1833.453,
          "stopDistance": 2.471,
          "outcome": "target",
          "netR": 1.8503,
          "holdMinutes": 95
        },
        {
          "entryTs": 1673288940,
          "entryUtc": "2023-01-09T18:29:00.000Z",
          "exitTs": 1673360160,
          "dir": -1,
          "entryPrice": 1873.657,
          "exitPrice": 1877.759,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 1187
        },
        {
          "entryTs": 1673372580,
          "entryUtc": "2023-01-10T17:43:00.000Z",
          "exitTs": 1673414040,
          "dir": -1,
          "entryPrice": 1875.685,
          "exitPrice": 1879.768,
          "stopDistance": 4.082,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 691
        },
        {
          "entryTs": 1673444940,
          "entryUtc": "2023-01-11T13:49:00.000Z",
          "exitTs": 1673447760,
          "dir": 1,
          "entryPrice": 1877.975,
          "exitPrice": 1874.619,
          "stopDistance": 3.356,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 47
        },
        {
          "entryTs": 1673460960,
          "entryUtc": "2023-01-11T18:16:00.000Z",
          "exitTs": 1673490660,
          "dir": 1,
          "entryPrice": 1874.285,
          "exitPrice": 1882.34,
          "stopDistance": 4.027,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 495
        },
        {
          "entryTs": 1673513220,
          "entryUtc": "2023-01-12T08:47:00.000Z",
          "exitTs": 1673526000,
          "dir": 1,
          "entryPrice": 1881.827,
          "exitPrice": 1886.284,
          "stopDistance": 2.228,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 213
        },
        {
          "entryTs": 1673532960,
          "entryUtc": "2023-01-12T14:16:00.000Z",
          "exitTs": 1673549820,
          "dir": -1,
          "entryPrice": 1891.575,
          "exitPrice": 1898.639,
          "stopDistance": 7.064,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 281
        },
        {
          "entryTs": 1673605440,
          "entryUtc": "2023-01-13T10:24:00.000Z",
          "exitTs": 1673612700,
          "dir": -1,
          "entryPrice": 1906.118,
          "exitPrice": 1898.268,
          "stopDistance": 3.925,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 121
        },
        {
          "entryTs": 1673616120,
          "entryUtc": "2023-01-13T13:22:00.000Z",
          "exitTs": 1673618940,
          "dir": -1,
          "entryPrice": 1897.885,
          "exitPrice": 1901.769,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 47
        },
        {
          "entryTs": 1673619000,
          "entryUtc": "2023-01-13T14:10:00.000Z",
          "exitTs": 1673620560,
          "dir": -1,
          "entryPrice": 1902.025,
          "exitPrice": 1905.593,
          "stopDistance": 3.568,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 26
        },
        {
          "entryTs": 1673872740,
          "entryUtc": "2023-01-16T12:39:00.000Z",
          "exitTs": 1673922660,
          "dir": 1,
          "entryPrice": 1914.635,
          "exitPrice": 1911.189,
          "stopDistance": 3.446,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 832
        },
        {
          "entryTs": 1673941500,
          "entryUtc": "2023-01-17T07:45:00.000Z",
          "exitTs": 1673948580,
          "dir": 1,
          "entryPrice": 1909.055,
          "exitPrice": 1906.117,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 118
        },
        {
          "entryTs": 1673969040,
          "entryUtc": "2023-01-17T15:24:00.000Z",
          "exitTs": 1673977500,
          "dir": 1,
          "entryPrice": 1909.725,
          "exitPrice": 1905.986,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 141
        },
        {
          "entryTs": 1673986560,
          "entryUtc": "2023-01-17T20:16:00.000Z",
          "exitTs": 1674009600,
          "dir": -1,
          "entryPrice": 1910.555,
          "exitPrice": 1902.12,
          "stopDistance": 4.217,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 384
        },
        {
          "entryTs": 1674121560,
          "entryUtc": "2023-01-19T09:46:00.000Z",
          "exitTs": 1674137460,
          "dir": 1,
          "entryPrice": 1909.605,
          "exitPrice": 1915.93,
          "stopDistance": 3.162,
          "outcome": "target",
          "netR": 1.883,
          "holdMinutes": 265
        },
        {
          "entryTs": 1674200220,
          "entryUtc": "2023-01-20T07:37:00.000Z",
          "exitTs": 1674202080,
          "dir": -1,
          "entryPrice": 1931.155,
          "exitPrice": 1934.35,
          "stopDistance": 3.195,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 31
        },
        {
          "entryTs": 1674206460,
          "entryUtc": "2023-01-20T09:21:00.000Z",
          "exitTs": 1674222840,
          "dir": -1,
          "entryPrice": 1931.488,
          "exitPrice": 1924.199,
          "stopDistance": 3.644,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 273
        },
        {
          "entryTs": 1674463500,
          "entryUtc": "2023-01-23T08:45:00.000Z",
          "exitTs": 1674480960,
          "dir": 1,
          "entryPrice": 1924.625,
          "exitPrice": 1921.371,
          "stopDistance": 3.254,
          "outcome": "stop",
          "netR": -1.1291,
          "holdMinutes": 291
        },
        {
          "entryTs": 1674481620,
          "entryUtc": "2023-01-23T13:47:00.000Z",
          "exitTs": 1674484980,
          "dir": -1,
          "entryPrice": 1922.058,
          "exitPrice": 1914.762,
          "stopDistance": 3.648,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 56
        },
        {
          "entryTs": 1674488880,
          "entryUtc": "2023-01-23T15:48:00.000Z",
          "exitTs": 1674490020,
          "dir": -1,
          "entryPrice": 1921.407,
          "exitPrice": 1925.764,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 19
        },
        {
          "entryTs": 1674490320,
          "entryUtc": "2023-01-23T16:12:00.000Z",
          "exitTs": 1674506220,
          "dir": -1,
          "entryPrice": 1926.095,
          "exitPrice": 1929.743,
          "stopDistance": 3.648,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 265
        },
        {
          "entryTs": 1674537900,
          "entryUtc": "2023-01-24T05:25:00.000Z",
          "exitTs": 1674541500,
          "dir": -1,
          "entryPrice": 1934.255,
          "exitPrice": 1936.452,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 60
        },
        {
          "entryTs": 1674557940,
          "entryUtc": "2023-01-24T10:59:00.000Z",
          "exitTs": 1674568020,
          "dir": -1,
          "entryPrice": 1938.445,
          "exitPrice": 1932.783,
          "stopDistance": 2.831,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 168
        },
        {
          "entryTs": 1674576000,
          "entryUtc": "2023-01-24T16:00:00.000Z",
          "exitTs": 1674622680,
          "dir": 1,
          "entryPrice": 1934.148,
          "exitPrice": 1928.807,
          "stopDistance": 5.341,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 778
        },
        {
          "entryTs": 1674631980,
          "entryUtc": "2023-01-25T07:33:00.000Z",
          "exitTs": 1674641400,
          "dir": 1,
          "entryPrice": 1928.725,
          "exitPrice": 1925.488,
          "stopDistance": 3.237,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 157
        },
        {
          "entryTs": 1674657060,
          "entryUtc": "2023-01-25T14:31:00.000Z",
          "exitTs": 1674659100,
          "dir": -1,
          "entryPrice": 1929.365,
          "exitPrice": 1932.988,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 34
        },
        {
          "entryTs": 1674696060,
          "entryUtc": "2023-01-26T01:21:00.000Z",
          "exitTs": 1674698700,
          "dir": -1,
          "entryPrice": 1943.265,
          "exitPrice": 1946.269,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 44
        },
        {
          "entryTs": 1674723480,
          "entryUtc": "2023-01-26T08:58:00.000Z",
          "exitTs": 1674724620,
          "dir": 1,
          "entryPrice": 1941.967,
          "exitPrice": 1938.693,
          "stopDistance": 3.274,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 19
        },
        {
          "entryTs": 1674759900,
          "entryUtc": "2023-01-26T19:05:00.000Z",
          "exitTs": 1674790860,
          "dir": 1,
          "entryPrice": 1929.515,
          "exitPrice": 1924.325,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 516
        },
        {
          "entryTs": 1674801600,
          "entryUtc": "2023-01-27T06:40:00.000Z",
          "exitTs": 1674811920,
          "dir": 1,
          "entryPrice": 1922.625,
          "exitPrice": 1928.097,
          "stopDistance": 2.736,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 172
        },
        {
          "entryTs": 1674831960,
          "entryUtc": "2023-01-27T15:06:00.000Z",
          "exitTs": 1674834480,
          "dir": -1,
          "entryPrice": 1927.038,
          "exitPrice": 1918.376,
          "stopDistance": 4.331,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 42
        },
        {
          "entryTs": 1675063320,
          "entryUtc": "2023-01-30T07:22:00.000Z",
          "exitTs": 1675064700,
          "dir": 1,
          "entryPrice": 1927.125,
          "exitPrice": 1924.085,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 23
        },
        {
          "entryTs": 1675075020,
          "entryUtc": "2023-01-30T10:37:00.000Z",
          "exitTs": 1675078320,
          "dir": -1,
          "entryPrice": 1929.325,
          "exitPrice": 1922.517,
          "stopDistance": 3.404,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 55
        },
        {
          "entryTs": 1675089180,
          "entryUtc": "2023-01-30T14:33:00.000Z",
          "exitTs": 1675099980,
          "dir": -1,
          "entryPrice": 1928.805,
          "exitPrice": 1921.938,
          "stopDistance": 3.434,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 180
        },
        {
          "entryTs": 1675113000,
          "entryUtc": "2023-01-30T21:10:00.000Z",
          "exitTs": 1675129440,
          "dir": -1,
          "entryPrice": 1923.328,
          "exitPrice": 1926.516,
          "stopDistance": 3.188,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 274
        },
        {
          "entryTs": 1675152000,
          "entryUtc": "2023-01-31T08:00:00.000Z",
          "exitTs": 1675152480,
          "dir": 1,
          "entryPrice": 1914.285,
          "exitPrice": 1911.319,
          "stopDistance": 2.966,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 8
        },
        {
          "entryTs": 1675216260,
          "entryUtc": "2023-02-01T01:51:00.000Z",
          "exitTs": 1675218360,
          "dir": 1,
          "entryPrice": 1926.898,
          "exitPrice": 1924.622,
          "stopDistance": 2.276,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 35
        },
        {
          "entryTs": 1675242000,
          "entryUtc": "2023-02-01T09:00:00.000Z",
          "exitTs": 1675253040,
          "dir": 1,
          "entryPrice": 1925.115,
          "exitPrice": 1930.114,
          "stopDistance": 2.5,
          "outcome": "target",
          "netR": 1.852,
          "holdMinutes": 184
        },
        {
          "entryTs": 1675265400,
          "entryUtc": "2023-02-01T15:30:00.000Z",
          "exitTs": 1675271580,
          "dir": -1,
          "entryPrice": 1928.815,
          "exitPrice": 1920.554,
          "stopDistance": 4.13,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 103
        },
        {
          "entryTs": 1675303440,
          "entryUtc": "2023-02-02T02:04:00.000Z",
          "exitTs": 1675346520,
          "dir": -1,
          "entryPrice": 1954.265,
          "exitPrice": 1943.128,
          "stopDistance": 5.569,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 718
        },
        {
          "entryTs": 1675416900,
          "entryUtc": "2023-02-03T09:35:00.000Z",
          "exitTs": 1675419240,
          "dir": 1,
          "entryPrice": 1914.145,
          "exitPrice": 1910.599,
          "stopDistance": 3.546,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 39
        },
        {
          "entryTs": 1675429260,
          "entryUtc": "2023-02-03T13:01:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1914.785,
          "exitPrice": 1911.445,
          "stopDistance": 3.341,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 29
        },
        {
          "entryTs": 1675643700,
          "entryUtc": "2023-02-06T00:35:00.000Z",
          "exitTs": 1675647180,
          "dir": -1,
          "entryPrice": 1867.025,
          "exitPrice": 1871.623,
          "stopDistance": 4.598,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 58
        },
        {
          "entryTs": 1675764300,
          "entryUtc": "2023-02-07T10:05:00.000Z",
          "exitTs": 1675769220,
          "dir": -1,
          "entryPrice": 1874.995,
          "exitPrice": 1867.627,
          "stopDistance": 3.684,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 82
        },
        {
          "entryTs": 1675778220,
          "entryUtc": "2023-02-07T13:57:00.000Z",
          "exitTs": 1675784400,
          "dir": -1,
          "entryPrice": 1869.875,
          "exitPrice": 1873.838,
          "stopDistance": 3.963,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 103
        },
        {
          "entryTs": 1675791000,
          "entryUtc": "2023-02-07T17:30:00.000Z",
          "exitTs": 1675791900,
          "dir": -1,
          "entryPrice": 1874.095,
          "exitPrice": 1879.012,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 15
        },
        {
          "entryTs": 1675798320,
          "entryUtc": "2023-02-07T19:32:00.000Z",
          "exitTs": 1675841340,
          "dir": -1,
          "entryPrice": 1873.265,
          "exitPrice": 1879.955,
          "stopDistance": 6.69,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 717
        },
        {
          "entryTs": 1675865160,
          "entryUtc": "2023-02-08T14:06:00.000Z",
          "exitTs": 1675866300,
          "dir": -1,
          "entryPrice": 1878.837,
          "exitPrice": 1882.914,
          "stopDistance": 4.077,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 19
        },
        {
          "entryTs": 1675867080,
          "entryUtc": "2023-02-08T14:38:00.000Z",
          "exitTs": 1675867740,
          "dir": 1,
          "entryPrice": 1876.315,
          "exitPrice": 1872.195,
          "stopDistance": 4.12,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 11
        },
        {
          "entryTs": 1675881420,
          "entryUtc": "2023-02-08T18:37:00.000Z",
          "exitTs": 1675931220,
          "dir": -1,
          "entryPrice": 1879.635,
          "exitPrice": 1884.349,
          "stopDistance": 4.714,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 830
        },
        {
          "entryTs": 1675935480,
          "entryUtc": "2023-02-09T09:38:00.000Z",
          "exitTs": 1675939560,
          "dir": -1,
          "entryPrice": 1881.425,
          "exitPrice": 1884.648,
          "stopDistance": 3.223,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 68
        },
        {
          "entryTs": 1675941360,
          "entryUtc": "2023-02-09T11:16:00.000Z",
          "exitTs": 1675950780,
          "dir": 1,
          "entryPrice": 1881.955,
          "exitPrice": 1888.502,
          "stopDistance": 3.273,
          "outcome": "target",
          "netR": 1.887,
          "holdMinutes": 157
        },
        {
          "entryTs": 1675954260,
          "entryUtc": "2023-02-09T14:51:00.000Z",
          "exitTs": 1675956600,
          "dir": -1,
          "entryPrice": 1883.265,
          "exitPrice": 1874.219,
          "stopDistance": 4.523,
          "outcome": "target",
          "netR": 1.9182,
          "holdMinutes": 39
        },
        {
          "entryTs": 1675992720,
          "entryUtc": "2023-02-10T01:32:00.000Z",
          "exitTs": 1675993260,
          "dir": 1,
          "entryPrice": 1862.415,
          "exitPrice": 1859.066,
          "stopDistance": 3.349,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 9
        },
        {
          "entryTs": 1676013360,
          "entryUtc": "2023-02-10T07:16:00.000Z",
          "exitTs": 1676016000,
          "dir": 1,
          "entryPrice": 1860.835,
          "exitPrice": 1867.9,
          "stopDistance": 3.532,
          "outcome": "target",
          "netR": 1.8953,
          "holdMinutes": 44
        },
        {
          "entryTs": 1676020680,
          "entryUtc": "2023-02-10T09:18:00.000Z",
          "exitTs": 1676045820,
          "dir": 1,
          "entryPrice": 1862.748,
          "exitPrice": 1858.901,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 419
        },
        {
          "entryTs": 1676278260,
          "entryUtc": "2023-02-13T08:51:00.000Z",
          "exitTs": 1676280660,
          "dir": -1,
          "entryPrice": 1863.185,
          "exitPrice": 1856.876,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 40
        },
        {
          "entryTs": 1676286540,
          "entryUtc": "2023-02-13T11:09:00.000Z",
          "exitTs": 1676298900,
          "dir": -1,
          "entryPrice": 1860.495,
          "exitPrice": 1853.874,
          "stopDistance": 3.31,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 206
        },
        {
          "entryTs": 1676362680,
          "entryUtc": "2023-02-14T08:18:00.000Z",
          "exitTs": 1676374200,
          "dir": -1,
          "entryPrice": 1861.258,
          "exitPrice": 1856.053,
          "stopDistance": 2.603,
          "outcome": "target",
          "netR": 1.8578,
          "holdMinutes": 192
        },
        {
          "entryTs": 1676389860,
          "entryUtc": "2023-02-14T15:51:00.000Z",
          "exitTs": 1676442660,
          "dir": 1,
          "entryPrice": 1851.895,
          "exitPrice": 1843.107,
          "stopDistance": 8.788,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 880
        },
        {
          "entryTs": 1676532180,
          "entryUtc": "2023-02-16T07:23:00.000Z",
          "exitTs": 1676534820,
          "dir": -1,
          "entryPrice": 1840.208,
          "exitPrice": 1842.598,
          "stopDistance": 2.39,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 44
        },
        {
          "entryTs": 1676536980,
          "entryUtc": "2023-02-16T08:43:00.000Z",
          "exitTs": 1676540520,
          "dir": 1,
          "entryPrice": 1838.465,
          "exitPrice": 1835.414,
          "stopDistance": 3.051,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 59
        },
        {
          "entryTs": 1676543400,
          "entryUtc": "2023-02-16T10:30:00.000Z",
          "exitTs": 1676555220,
          "dir": -1,
          "entryPrice": 1837.598,
          "exitPrice": 1830.544,
          "stopDistance": 3.527,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 197
        },
        {
          "entryTs": 1676579520,
          "entryUtc": "2023-02-16T20:32:00.000Z",
          "exitTs": 1676592000,
          "dir": 1,
          "entryPrice": 1837.835,
          "exitPrice": 1832.571,
          "stopDistance": 5.264,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 208
        },
        {
          "entryTs": 1676631000,
          "entryUtc": "2023-02-17T10:50:00.000Z",
          "exitTs": 1676637480,
          "dir": -1,
          "entryPrice": 1823.785,
          "exitPrice": 1827.741,
          "stopDistance": 3.956,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 108
        },
        {
          "entryTs": 1676644740,
          "entryUtc": "2023-02-17T14:39:00.000Z",
          "exitTs": 1676646420,
          "dir": 1,
          "entryPrice": 1824.795,
          "exitPrice": 1831.851,
          "stopDistance": 3.528,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 28
        },
        {
          "entryTs": 1676886000,
          "entryUtc": "2023-02-20T09:40:00.000Z",
          "exitTs": 1676914980,
          "dir": 1,
          "entryPrice": 1843.595,
          "exitPrice": 1840.803,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 483
        },
        {
          "entryTs": 1676941260,
          "entryUtc": "2023-02-21T01:01:00.000Z",
          "exitTs": 1676950620,
          "dir": -1,
          "entryPrice": 1841.708,
          "exitPrice": 1837.942,
          "stopDistance": 1.883,
          "outcome": "target",
          "netR": 1.8035,
          "holdMinutes": 156
        },
        {
          "entryTs": 1676993760,
          "entryUtc": "2023-02-21T15:36:00.000Z",
          "exitTs": 1676998920,
          "dir": -1,
          "entryPrice": 1840.445,
          "exitPrice": 1832.36,
          "stopDistance": 4.043,
          "outcome": "target",
          "netR": 1.9085,
          "holdMinutes": 86
        },
        {
          "entryTs": 1677049920,
          "entryUtc": "2023-02-22T07:12:00.000Z",
          "exitTs": 1677052140,
          "dir": -1,
          "entryPrice": 1836.195,
          "exitPrice": 1838.103,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 37
        },
        {
          "entryTs": 1677064260,
          "entryUtc": "2023-02-22T11:11:00.000Z",
          "exitTs": 1677067620,
          "dir": -1,
          "entryPrice": 1837.025,
          "exitPrice": 1839.766,
          "stopDistance": 2.741,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 56
        },
        {
          "entryTs": 1677076920,
          "entryUtc": "2023-02-22T14:42:00.000Z",
          "exitTs": 1677078720,
          "dir": 1,
          "entryPrice": 1834.855,
          "exitPrice": 1831.793,
          "stopDistance": 3.062,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 30
        },
        {
          "entryTs": 1677079380,
          "entryUtc": "2023-02-22T15:23:00.000Z",
          "exitTs": 1677092520,
          "dir": -1,
          "entryPrice": 1837.055,
          "exitPrice": 1828.709,
          "stopDistance": 4.173,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 219
        },
        {
          "entryTs": 1677234300,
          "entryUtc": "2023-02-24T10:25:00.000Z",
          "exitTs": 1677240540,
          "dir": -1,
          "entryPrice": 1822.604,
          "exitPrice": 1816.675,
          "stopDistance": 2.965,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 104
        },
        {
          "entryTs": 1677478320,
          "entryUtc": "2023-02-27T06:12:00.000Z",
          "exitTs": 1677481440,
          "dir": -1,
          "entryPrice": 1811.475,
          "exitPrice": 1807.11,
          "stopDistance": 2.183,
          "outcome": "target",
          "netR": 1.8305,
          "holdMinutes": 52
        },
        {
          "entryTs": 1677488880,
          "entryUtc": "2023-02-27T09:08:00.000Z",
          "exitTs": 1677505080,
          "dir": 1,
          "entryPrice": 1809.348,
          "exitPrice": 1814.318,
          "stopDistance": 2.485,
          "outcome": "target",
          "netR": 1.8511,
          "holdMinutes": 270
        },
        {
          "entryTs": 1677530100,
          "entryUtc": "2023-02-27T20:35:00.000Z",
          "exitTs": 1677562200,
          "dir": 1,
          "entryPrice": 1816.325,
          "exitPrice": 1813.078,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 535
        },
        {
          "entryTs": 1677577740,
          "entryUtc": "2023-02-28T09:49:00.000Z",
          "exitTs": 1677592500,
          "dir": -1,
          "entryPrice": 1810.358,
          "exitPrice": 1813.663,
          "stopDistance": 3.305,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 246
        },
        {
          "entryTs": 1677725220,
          "entryUtc": "2023-03-02T02:47:00.000Z",
          "exitTs": 1677741480,
          "dir": 1,
          "entryPrice": 1833.195,
          "exitPrice": 1830.566,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 271
        },
        {
          "entryTs": 1677753000,
          "entryUtc": "2023-03-02T10:30:00.000Z",
          "exitTs": 1677756780,
          "dir": -1,
          "entryPrice": 1832.505,
          "exitPrice": 1835.385,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 63
        },
        {
          "entryTs": 1677763620,
          "entryUtc": "2023-03-02T13:27:00.000Z",
          "exitTs": 1677768840,
          "dir": -1,
          "entryPrice": 1834.485,
          "exitPrice": 1837.589,
          "stopDistance": 3.104,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 87
        },
        {
          "entryTs": 1677777360,
          "entryUtc": "2023-03-02T17:16:00.000Z",
          "exitTs": 1677806340,
          "dir": 1,
          "entryPrice": 1833.385,
          "exitPrice": 1841.357,
          "stopDistance": 3.986,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 483
        },
        {
          "entryTs": 1677839400,
          "entryUtc": "2023-03-03T10:30:00.000Z",
          "exitTs": 1677842160,
          "dir": -1,
          "entryPrice": 1845.705,
          "exitPrice": 1848.062,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 46
        },
        {
          "entryTs": 1678062480,
          "entryUtc": "2023-03-06T00:28:00.000Z",
          "exitTs": 1678088220,
          "dir": -1,
          "entryPrice": 1853.945,
          "exitPrice": 1856.805,
          "stopDistance": 2.86,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 429
        },
        {
          "entryTs": 1678173840,
          "entryUtc": "2023-03-07T07:24:00.000Z",
          "exitTs": 1678180680,
          "dir": -1,
          "entryPrice": 1849.498,
          "exitPrice": 1845.34,
          "stopDistance": 2.079,
          "outcome": "target",
          "netR": 1.822,
          "holdMinutes": 114
        },
        {
          "entryTs": 1678302720,
          "entryUtc": "2023-03-08T19:12:00.000Z",
          "exitTs": 1678361100,
          "dir": -1,
          "entryPrice": 1816.058,
          "exitPrice": 1819.736,
          "stopDistance": 3.678,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 973
        },
        {
          "entryTs": 1678379640,
          "entryUtc": "2023-03-09T16:34:00.000Z",
          "exitTs": 1678387320,
          "dir": -1,
          "entryPrice": 1829.215,
          "exitPrice": 1833.336,
          "stopDistance": 4.121,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 128
        },
        {
          "entryTs": 1678407600,
          "entryUtc": "2023-03-10T00:20:00.000Z",
          "exitTs": 1678435260,
          "dir": -1,
          "entryPrice": 1833.065,
          "exitPrice": 1836.457,
          "stopDistance": 3.392,
          "outcome": "stop",
          "netR": -1.1238,
          "holdMinutes": 461
        },
        {
          "entryTs": 1678697280,
          "entryUtc": "2023-03-13T08:48:00.000Z",
          "exitTs": 1678697640,
          "dir": -1,
          "entryPrice": 1881.225,
          "exitPrice": 1886.01,
          "stopDistance": 4.785,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 6
        },
        {
          "entryTs": 1678701660,
          "entryUtc": "2023-03-13T10:01:00.000Z",
          "exitTs": 1678710360,
          "dir": -1,
          "entryPrice": 1888.065,
          "exitPrice": 1894.033,
          "stopDistance": 5.968,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 145
        },
        {
          "entryTs": 1678774920,
          "entryUtc": "2023-03-14T06:22:00.000Z",
          "exitTs": 1678783020,
          "dir": 1,
          "entryPrice": 1907.195,
          "exitPrice": 1903.688,
          "stopDistance": 3.507,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 135
        },
        {
          "entryTs": 1678795440,
          "entryUtc": "2023-03-14T12:04:00.000Z",
          "exitTs": 1678797060,
          "dir": -1,
          "entryPrice": 1906.225,
          "exitPrice": 1910.874,
          "stopDistance": 4.649,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 27
        },
        {
          "entryTs": 1678811100,
          "entryUtc": "2023-03-14T16:25:00.000Z",
          "exitTs": 1678867200,
          "dir": 1,
          "entryPrice": 1902.355,
          "exitPrice": 1895.818,
          "stopDistance": 6.537,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 935
        },
        {
          "entryTs": 1678948620,
          "entryUtc": "2023-03-16T06:37:00.000Z",
          "exitTs": 1678954500,
          "dir": -1,
          "entryPrice": 1917.355,
          "exitPrice": 1921.501,
          "stopDistance": 4.146,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 98
        },
        {
          "entryTs": 1679037360,
          "entryUtc": "2023-03-17T07:16:00.000Z",
          "exitTs": 1679052000,
          "dir": -1,
          "entryPrice": 1930.655,
          "exitPrice": 1934.038,
          "stopDistance": 3.383,
          "outcome": "stop",
          "netR": -1.1242,
          "holdMinutes": 244
        },
        {
          "entryTs": 1679310960,
          "entryUtc": "2023-03-20T11:16:00.000Z",
          "exitTs": 1679385960,
          "dir": -1,
          "entryPrice": 1983.615,
          "exitPrice": 1965.626,
          "stopDistance": 8.995,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 1250
        },
        {
          "entryTs": 1679474520,
          "entryUtc": "2023-03-22T08:42:00.000Z",
          "exitTs": 1679489820,
          "dir": 1,
          "entryPrice": 1941.505,
          "exitPrice": 1937.57,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 255
        },
        {
          "entryTs": 1679507580,
          "entryUtc": "2023-03-22T17:53:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1946.855,
          "exitPrice": 1955.513,
          "stopDistance": 4.329,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 7
        },
        {
          "entryTs": 1679584260,
          "entryUtc": "2023-03-23T15:11:00.000Z",
          "exitTs": 1679585460,
          "dir": -1,
          "entryPrice": 1980.485,
          "exitPrice": 1986.824,
          "stopDistance": 6.339,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 20
        },
        {
          "entryTs": 1679646180,
          "entryUtc": "2023-03-24T08:23:00.000Z",
          "exitTs": 1679647080,
          "dir": 1,
          "entryPrice": 1988.425,
          "exitPrice": 1984.774,
          "stopDistance": 3.651,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 15
        },
        {
          "entryTs": 1679657040,
          "entryUtc": "2023-03-24T11:24:00.000Z",
          "exitTs": 1679661060,
          "dir": -1,
          "entryPrice": 1994.255,
          "exitPrice": 1999.524,
          "stopDistance": 5.269,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 67
        },
        {
          "entryTs": 1679666400,
          "entryUtc": "2023-03-24T14:00:00.000Z",
          "exitTs": 1679667480,
          "dir": 1,
          "entryPrice": 1987.935,
          "exitPrice": 1996.882,
          "stopDistance": 4.473,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 18
        },
        {
          "entryTs": 1679881020,
          "entryUtc": "2023-03-27T01:37:00.000Z",
          "exitTs": 1679898000,
          "dir": 1,
          "entryPrice": 1972.464,
          "exitPrice": 1967.548,
          "stopDistance": 4.916,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 283
        },
        {
          "entryTs": 1679900520,
          "entryUtc": "2023-03-27T07:02:00.000Z",
          "exitTs": 1679908800,
          "dir": 1,
          "entryPrice": 1969.035,
          "exitPrice": 1965.533,
          "stopDistance": 3.502,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 138
        },
        {
          "entryTs": 1679919480,
          "entryUtc": "2023-03-27T12:18:00.000Z",
          "exitTs": 1679921280,
          "dir": 1,
          "entryPrice": 1950.375,
          "exitPrice": 1945.585,
          "stopDistance": 4.79,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 30
        },
        {
          "entryTs": 1680058740,
          "entryUtc": "2023-03-29T02:59:00.000Z",
          "exitTs": 1680067920,
          "dir": 1,
          "entryPrice": 1968.255,
          "exitPrice": 1965.545,
          "stopDistance": 2.71,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 153
        },
        {
          "entryTs": 1680091980,
          "entryUtc": "2023-03-29T12:13:00.000Z",
          "exitTs": 1680095880,
          "dir": 1,
          "entryPrice": 1965.265,
          "exitPrice": 1961.769,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 65
        },
        {
          "entryTs": 1680112620,
          "entryUtc": "2023-03-29T17:57:00.000Z",
          "exitTs": 1680138540,
          "dir": -1,
          "entryPrice": 1968.625,
          "exitPrice": 1958.782,
          "stopDistance": 4.922,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 432
        },
        {
          "entryTs": 1680164160,
          "entryUtc": "2023-03-30T08:16:00.000Z",
          "exitTs": 1680171960,
          "dir": -1,
          "entryPrice": 1965.574,
          "exitPrice": 1968.981,
          "stopDistance": 3.407,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 130
        },
        {
          "entryTs": 1680257460,
          "entryUtc": "2023-03-31T10:11:00.000Z",
          "exitTs": 1680265920,
          "dir": 1,
          "entryPrice": 1976.945,
          "exitPrice": 1983.996,
          "stopDistance": 3.526,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 141
        },
        {
          "entryTs": 1680505320,
          "entryUtc": "2023-04-03T07:02:00.000Z",
          "exitTs": 1680508560,
          "dir": 1,
          "entryPrice": 1953.675,
          "exitPrice": 1961.188,
          "stopDistance": 3.757,
          "outcome": "target",
          "netR": 1.9015,
          "holdMinutes": 54
        },
        {
          "entryTs": 1680578340,
          "entryUtc": "2023-04-04T03:19:00.000Z",
          "exitTs": 1680589980,
          "dir": 1,
          "entryPrice": 1979.425,
          "exitPrice": 1976.884,
          "stopDistance": 2.541,
          "outcome": "stop",
          "netR": -1.1653,
          "holdMinutes": 194
        },
        {
          "entryTs": 1680594540,
          "entryUtc": "2023-04-04T07:49:00.000Z",
          "exitTs": 1680596160,
          "dir": -1,
          "entryPrice": 1981.115,
          "exitPrice": 1983.803,
          "stopDistance": 2.688,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 27
        },
        {
          "entryTs": 1680598140,
          "entryUtc": "2023-04-04T08:49:00.000Z",
          "exitTs": 1680610800,
          "dir": -1,
          "entryPrice": 1981.565,
          "exitPrice": 1984.587,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 211
        },
        {
          "entryTs": 1680620460,
          "entryUtc": "2023-04-04T15:01:00.000Z",
          "exitTs": 1680662760,
          "dir": -1,
          "entryPrice": 2017.864,
          "exitPrice": 2024.92,
          "stopDistance": 7.055,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 705
        },
        {
          "entryTs": 1680703200,
          "entryUtc": "2023-04-05T14:00:00.000Z",
          "exitTs": 1680705120,
          "dir": -1,
          "entryPrice": 2028.265,
          "exitPrice": 2018.485,
          "stopDistance": 4.89,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 32
        },
        {
          "entryTs": 1680709500,
          "entryUtc": "2023-04-05T15:45:00.000Z",
          "exitTs": 1680744960,
          "dir": 1,
          "entryPrice": 2020.148,
          "exitPrice": 2012.941,
          "stopDistance": 7.207,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 591
        },
        {
          "entryTs": 1680763800,
          "entryUtc": "2023-04-06T06:50:00.000Z",
          "exitTs": 1680766620,
          "dir": -1,
          "entryPrice": 2013.948,
          "exitPrice": 2016.809,
          "stopDistance": 2.861,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 47
        },
        {
          "entryTs": 1680768780,
          "entryUtc": "2023-04-06T08:13:00.000Z",
          "exitTs": 1680785700,
          "dir": 1,
          "entryPrice": 2014.805,
          "exitPrice": 2011.645,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 282
        },
        {
          "entryTs": 1680805800,
          "entryUtc": "2023-04-06T18:30:00.000Z",
          "exitTs": 1681077600,
          "dir": 1,
          "entryPrice": 2008.235,
          "exitPrice": 2002.743,
          "stopDistance": 5.492,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 4530
        },
        {
          "entryTs": 1681178880,
          "entryUtc": "2023-04-11T02:08:00.000Z",
          "exitTs": 1681179000,
          "dir": -1,
          "entryPrice": 1993.835,
          "exitPrice": 1996.078,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 2
        },
        {
          "entryTs": 1681209960,
          "entryUtc": "2023-04-11T10:46:00.000Z",
          "exitTs": 1681217760,
          "dir": -1,
          "entryPrice": 2004.605,
          "exitPrice": 1998.405,
          "stopDistance": 3.1,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 130
        },
        {
          "entryTs": 1681227420,
          "entryUtc": "2023-04-11T15:37:00.000Z",
          "exitTs": 1681262940,
          "dir": 1,
          "entryPrice": 2002.045,
          "exitPrice": 2009.761,
          "stopDistance": 3.858,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 592
        },
        {
          "entryTs": 1681281600,
          "entryUtc": "2023-04-12T06:40:00.000Z",
          "exitTs": 1681289520,
          "dir": -1,
          "entryPrice": 2015.855,
          "exitPrice": 2009.757,
          "stopDistance": 3.049,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 132
        },
        {
          "entryTs": 1681302600,
          "entryUtc": "2023-04-12T12:30:00.000Z",
          "exitTs": 1681302600,
          "dir": -1,
          "entryPrice": 2013.825,
          "exitPrice": 2016.945,
          "stopDistance": 3.12,
          "outcome": "ambiguous",
          "netR": -1.1346,
          "holdMinutes": 0
        },
        {
          "entryTs": 1681306320,
          "entryUtc": "2023-04-12T13:32:00.000Z",
          "exitTs": 1681306920,
          "dir": 1,
          "entryPrice": 2016.045,
          "exitPrice": 2011.131,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 10
        },
        {
          "entryTs": 1681399080,
          "entryUtc": "2023-04-13T15:18:00.000Z",
          "exitTs": 1681437540,
          "dir": -1,
          "entryPrice": 2039.784,
          "exitPrice": 2045.699,
          "stopDistance": 5.915,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 641
        },
        {
          "entryTs": 1681448100,
          "entryUtc": "2023-04-14T04:55:00.000Z",
          "exitTs": 1681457220,
          "dir": -1,
          "entryPrice": 2043.495,
          "exitPrice": 2037.585,
          "stopDistance": 2.955,
          "outcome": "target",
          "netR": 1.8748,
          "holdMinutes": 152
        },
        {
          "entryTs": 1681459200,
          "entryUtc": "2023-04-14T08:00:00.000Z",
          "exitTs": 1681459620,
          "dir": 1,
          "entryPrice": 2039.005,
          "exitPrice": 2035.726,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 7
        },
        {
          "entryTs": 1681470420,
          "entryUtc": "2023-04-14T11:07:00.000Z",
          "exitTs": 1681475640,
          "dir": 1,
          "entryPrice": 2034.545,
          "exitPrice": 2030.889,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 87
        },
        {
          "entryTs": 1681692480,
          "entryUtc": "2023-04-17T00:48:00.000Z",
          "exitTs": 1681693200,
          "dir": 1,
          "entryPrice": 2003.205,
          "exitPrice": 1999.766,
          "stopDistance": 3.439,
          "outcome": "stop",
          "netR": -1.1221,
          "holdMinutes": 12
        },
        {
          "entryTs": 1681734000,
          "entryUtc": "2023-04-17T12:20:00.000Z",
          "exitTs": 1681734600,
          "dir": -1,
          "entryPrice": 2010.394,
          "exitPrice": 2004.005,
          "stopDistance": 3.194,
          "outcome": "target",
          "netR": 1.8842,
          "holdMinutes": 10
        },
        {
          "entryTs": 1681747740,
          "entryUtc": "2023-04-17T16:09:00.000Z",
          "exitTs": 1681782240,
          "dir": 1,
          "entryPrice": 1987.255,
          "exitPrice": 1998.92,
          "stopDistance": 5.833,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 575
        },
        {
          "entryTs": 1681794900,
          "entryUtc": "2023-04-18T05:15:00.000Z",
          "exitTs": 1681795920,
          "dir": -1,
          "entryPrice": 1997.274,
          "exitPrice": 1999.72,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 17
        },
        {
          "entryTs": 1681799940,
          "entryUtc": "2023-04-18T06:39:00.000Z",
          "exitTs": 1681802940,
          "dir": -1,
          "entryPrice": 1999.565,
          "exitPrice": 2002.203,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 50
        },
        {
          "entryTs": 1681810500,
          "entryUtc": "2023-04-18T09:35:00.000Z",
          "exitTs": 1681814520,
          "dir": -1,
          "entryPrice": 2001.338,
          "exitPrice": 2004.556,
          "stopDistance": 3.218,
          "outcome": "stop",
          "netR": -1.1305,
          "holdMinutes": 67
        },
        {
          "entryTs": 1681822140,
          "entryUtc": "2023-04-18T12:49:00.000Z",
          "exitTs": 1681823400,
          "dir": 1,
          "entryPrice": 2001.675,
          "exitPrice": 1998.373,
          "stopDistance": 3.302,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 21
        },
        {
          "entryTs": 1681880400,
          "entryUtc": "2023-04-19T05:00:00.000Z",
          "exitTs": 1681882920,
          "dir": 1,
          "entryPrice": 2003.465,
          "exitPrice": 2001.181,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 42
        },
        {
          "entryTs": 1681975380,
          "entryUtc": "2023-04-20T07:23:00.000Z",
          "exitTs": 1681981920,
          "dir": -1,
          "entryPrice": 1999.085,
          "exitPrice": 1993.165,
          "stopDistance": 2.96,
          "outcome": "target",
          "netR": 1.875,
          "holdMinutes": 109
        },
        {
          "entryTs": 1681983300,
          "entryUtc": "2023-04-20T09:35:00.000Z",
          "exitTs": 1681984200,
          "dir": -1,
          "entryPrice": 1995.928,
          "exitPrice": 1999.404,
          "stopDistance": 3.476,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 15
        },
        {
          "entryTs": 1681992120,
          "entryUtc": "2023-04-20T12:02:00.000Z",
          "exitTs": 1681993860,
          "dir": -1,
          "entryPrice": 2002.098,
          "exitPrice": 2005.662,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 29
        },
        {
          "entryTs": 1682003160,
          "entryUtc": "2023-04-20T15:06:00.000Z",
          "exitTs": 1682055300,
          "dir": 1,
          "entryPrice": 2000.595,
          "exitPrice": 1995.731,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 869
        },
        {
          "entryTs": 1682074680,
          "entryUtc": "2023-04-21T10:58:00.000Z",
          "exitTs": 1682079060,
          "dir": 1,
          "entryPrice": 1987.515,
          "exitPrice": 1983.271,
          "stopDistance": 4.244,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 73
        },
        {
          "entryTs": 1682304480,
          "entryUtc": "2023-04-24T02:48:00.000Z",
          "exitTs": 1682311140,
          "dir": 1,
          "entryPrice": 1981.345,
          "exitPrice": 1978.193,
          "stopDistance": 3.152,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 111
        },
        {
          "entryTs": 1682318880,
          "entryUtc": "2023-04-24T06:48:00.000Z",
          "exitTs": 1682326440,
          "dir": 1,
          "entryPrice": 1978.265,
          "exitPrice": 1984.231,
          "stopDistance": 2.983,
          "outcome": "target",
          "netR": 1.876,
          "holdMinutes": 126
        },
        {
          "entryTs": 1682346480,
          "entryUtc": "2023-04-24T14:28:00.000Z",
          "exitTs": 1682347320,
          "dir": -1,
          "entryPrice": 1981.034,
          "exitPrice": 1984.77,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 14
        },
        {
          "entryTs": 1682393160,
          "entryUtc": "2023-04-25T03:26:00.000Z",
          "exitTs": 1682408580,
          "dir": -1,
          "entryPrice": 1996.145,
          "exitPrice": 1989.157,
          "stopDistance": 3.494,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 257
        },
        {
          "entryTs": 1682429820,
          "entryUtc": "2023-04-25T13:37:00.000Z",
          "exitTs": 1682443500,
          "dir": 1,
          "entryPrice": 1985.334,
          "exitPrice": 1994.734,
          "stopDistance": 4.7,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 228
        },
        {
          "entryTs": 1682518680,
          "entryUtc": "2023-04-26T14:18:00.000Z",
          "exitTs": 1682522100,
          "dir": 1,
          "entryPrice": 1997.975,
          "exitPrice": 1993.545,
          "stopDistance": 4.43,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 57
        },
        {
          "entryTs": 1682934420,
          "entryUtc": "2023-05-01T09:47:00.000Z",
          "exitTs": 1682935800,
          "dir": -1,
          "entryPrice": 1984.158,
          "exitPrice": 1986.69,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683020400,
          "entryUtc": "2023-05-02T09:40:00.000Z",
          "exitTs": 1683020760,
          "dir": -1,
          "entryPrice": 1983.495,
          "exitPrice": 1985.904,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 6
        },
        {
          "entryTs": 1683108720,
          "entryUtc": "2023-05-03T10:12:00.000Z",
          "exitTs": 1683116100,
          "dir": 1,
          "entryPrice": 2015.268,
          "exitPrice": 2012.987,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 123
        },
        {
          "entryTs": 1683122340,
          "entryUtc": "2023-05-03T13:59:00.000Z",
          "exitTs": 1683125520,
          "dir": 1,
          "entryPrice": 2013.968,
          "exitPrice": 2020.78,
          "stopDistance": 3.406,
          "outcome": "target",
          "netR": 1.8914,
          "holdMinutes": 53
        },
        {
          "entryTs": 1683203460,
          "entryUtc": "2023-05-04T12:31:00.000Z",
          "exitTs": 1683208020,
          "dir": 1,
          "entryPrice": 2036.015,
          "exitPrice": 2044.775,
          "stopDistance": 4.38,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 76
        },
        {
          "entryTs": 1683216600,
          "entryUtc": "2023-05-04T16:10:00.000Z",
          "exitTs": 1683279720,
          "dir": -1,
          "entryPrice": 2053.305,
          "exitPrice": 2037.854,
          "stopDistance": 7.726,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1052
        },
        {
          "entryTs": 1683551100,
          "entryUtc": "2023-05-08T13:05:00.000Z",
          "exitTs": 1683552900,
          "dir": 1,
          "entryPrice": 2023.274,
          "exitPrice": 2020.411,
          "stopDistance": 2.863,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 30
        },
        {
          "entryTs": 1683557280,
          "entryUtc": "2023-05-08T14:48:00.000Z",
          "exitTs": 1683560520,
          "dir": -1,
          "entryPrice": 2025.535,
          "exitPrice": 2028.645,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 54
        },
        {
          "entryTs": 1683568140,
          "entryUtc": "2023-05-08T17:49:00.000Z",
          "exitTs": 1683627420,
          "dir": 1,
          "entryPrice": 2022.924,
          "exitPrice": 2030.429,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 988
        },
        {
          "entryTs": 1683637380,
          "entryUtc": "2023-05-09T13:03:00.000Z",
          "exitTs": 1683648840,
          "dir": 1,
          "entryPrice": 2025.124,
          "exitPrice": 2030.739,
          "stopDistance": 2.807,
          "outcome": "target",
          "netR": 1.8682,
          "holdMinutes": 191
        },
        {
          "entryTs": 1683650100,
          "entryUtc": "2023-05-09T16:35:00.000Z",
          "exitTs": 1683653580,
          "dir": 1,
          "entryPrice": 2030.104,
          "exitPrice": 2036.976,
          "stopDistance": 3.436,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 58
        },
        {
          "entryTs": 1683702660,
          "entryUtc": "2023-05-10T07:11:00.000Z",
          "exitTs": 1683707580,
          "dir": 1,
          "entryPrice": 2029.245,
          "exitPrice": 2027.049,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1913,
          "holdMinutes": 82
        },
        {
          "entryTs": 1683729660,
          "entryUtc": "2023-05-10T14:41:00.000Z",
          "exitTs": 1683731340,
          "dir": 1,
          "entryPrice": 2030.064,
          "exitPrice": 2025.336,
          "stopDistance": 4.728,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 28
        },
        {
          "entryTs": 1683757980,
          "entryUtc": "2023-05-10T22:33:00.000Z",
          "exitTs": 1683788340,
          "dir": 1,
          "entryPrice": 2030.654,
          "exitPrice": 2027.488,
          "stopDistance": 3.166,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 506
        },
        {
          "entryTs": 1683807480,
          "entryUtc": "2023-05-11T12:18:00.000Z",
          "exitTs": 1683808200,
          "dir": 1,
          "entryPrice": 2030.064,
          "exitPrice": 2037.787,
          "stopDistance": 3.861,
          "outcome": "target",
          "netR": 1.9042,
          "holdMinutes": 12
        },
        {
          "entryTs": 1683811260,
          "entryUtc": "2023-05-11T13:21:00.000Z",
          "exitTs": 1683812640,
          "dir": 1,
          "entryPrice": 2028.334,
          "exitPrice": 2024.88,
          "stopDistance": 3.454,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683890880,
          "entryUtc": "2023-05-12T11:28:00.000Z",
          "exitTs": 1683895200,
          "dir": 1,
          "entryPrice": 2003.684,
          "exitPrice": 2010.762,
          "stopDistance": 3.539,
          "outcome": "target",
          "netR": 1.8955,
          "holdMinutes": 72
        },
        {
          "entryTs": 1683904260,
          "entryUtc": "2023-05-12T15:11:00.000Z",
          "exitTs": 1684101600,
          "dir": 1,
          "entryPrice": 2009.624,
          "exitPrice": 2008.055,
          "stopDistance": 4.203,
          "outcome": "time",
          "netR": -0.4613,
          "holdMinutes": 3289
        },
        {
          "entryTs": 1684128000,
          "entryUtc": "2023-05-15T05:20:00.000Z",
          "exitTs": 1684136640,
          "dir": -1,
          "entryPrice": 2016.944,
          "exitPrice": 2019.873,
          "stopDistance": 2.929,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 144
        },
        {
          "entryTs": 1684148160,
          "entryUtc": "2023-05-15T10:56:00.000Z",
          "exitTs": 1684150800,
          "dir": 1,
          "entryPrice": 2014.805,
          "exitPrice": 2012.119,
          "stopDistance": 2.686,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 44
        },
        {
          "entryTs": 1684162080,
          "entryUtc": "2023-05-15T14:48:00.000Z",
          "exitTs": 1684170060,
          "dir": 1,
          "entryPrice": 2014.255,
          "exitPrice": 2020.84,
          "stopDistance": 3.292,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 133
        },
        {
          "entryTs": 1684171380,
          "entryUtc": "2023-05-15T17:23:00.000Z",
          "exitTs": 1684215420,
          "dir": 1,
          "entryPrice": 2017.024,
          "exitPrice": 2013.375,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 734
        },
        {
          "entryTs": 1684236300,
          "entryUtc": "2023-05-16T11:25:00.000Z",
          "exitTs": 1684239180,
          "dir": 1,
          "entryPrice": 2007.244,
          "exitPrice": 2004.166,
          "stopDistance": 3.078,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 48
        },
        {
          "entryTs": 1684334700,
          "entryUtc": "2023-05-17T14:45:00.000Z",
          "exitTs": 1684337580,
          "dir": 1,
          "entryPrice": 1984.274,
          "exitPrice": 1979.76,
          "stopDistance": 4.514,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 48
        },
        {
          "entryTs": 1684380660,
          "entryUtc": "2023-05-18T03:31:00.000Z",
          "exitTs": 1684386540,
          "dir": -1,
          "entryPrice": 1982.325,
          "exitPrice": 1978.458,
          "stopDistance": 1.934,
          "outcome": "target",
          "netR": 1.8086,
          "holdMinutes": 98
        },
        {
          "entryTs": 1684391580,
          "entryUtc": "2023-05-18T06:33:00.000Z",
          "exitTs": 1684392660,
          "dir": 1,
          "entryPrice": 1980.105,
          "exitPrice": 1977.997,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1993,
          "holdMinutes": 18
        },
        {
          "entryTs": 1684395960,
          "entryUtc": "2023-05-18T07:46:00.000Z",
          "exitTs": 1684396560,
          "dir": -1,
          "entryPrice": 1979.065,
          "exitPrice": 1974.359,
          "stopDistance": 2.353,
          "outcome": "target",
          "netR": 1.8427,
          "holdMinutes": 10
        },
        {
          "entryTs": 1684409100,
          "entryUtc": "2023-05-18T11:25:00.000Z",
          "exitTs": 1684413000,
          "dir": 1,
          "entryPrice": 1974.644,
          "exitPrice": 1971.7,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 65
        },
        {
          "entryTs": 1684496580,
          "entryUtc": "2023-05-19T11:43:00.000Z",
          "exitTs": 1684503360,
          "dir": -1,
          "entryPrice": 1964.585,
          "exitPrice": 1958.421,
          "stopDistance": 3.082,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 113
        },
        {
          "entryTs": 1684758180,
          "entryUtc": "2023-05-22T12:23:00.000Z",
          "exitTs": 1684758960,
          "dir": -1,
          "entryPrice": 1974.685,
          "exitPrice": 1978.139,
          "stopDistance": 3.454,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 13
        },
        {
          "entryTs": 1684762500,
          "entryUtc": "2023-05-22T13:35:00.000Z",
          "exitTs": 1684775700,
          "dir": -1,
          "entryPrice": 1974.768,
          "exitPrice": 1978.619,
          "stopDistance": 3.851,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 220
        },
        {
          "entryTs": 1684780140,
          "entryUtc": "2023-05-22T18:29:00.000Z",
          "exitTs": 1684799700,
          "dir": 1,
          "entryPrice": 1973.605,
          "exitPrice": 1969.537,
          "stopDistance": 4.068,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 326
        },
        {
          "entryTs": 1684818660,
          "entryUtc": "2023-05-23T05:11:00.000Z",
          "exitTs": 1684825980,
          "dir": 1,
          "entryPrice": 1961.475,
          "exitPrice": 1958.665,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 122
        },
        {
          "entryTs": 1684839360,
          "entryUtc": "2023-05-23T10:56:00.000Z",
          "exitTs": 1684844460,
          "dir": -1,
          "entryPrice": 1958.555,
          "exitPrice": 1961.798,
          "stopDistance": 3.243,
          "outcome": "stop",
          "netR": -1.1295,
          "holdMinutes": 85
        },
        {
          "entryTs": 1684933860,
          "entryUtc": "2023-05-24T13:11:00.000Z",
          "exitTs": 1684935180,
          "dir": 1,
          "entryPrice": 1977.235,
          "exitPrice": 1973.964,
          "stopDistance": 3.271,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 22
        },
        {
          "entryTs": 1684935900,
          "entryUtc": "2023-05-24T13:45:00.000Z",
          "exitTs": 1684943280,
          "dir": -1,
          "entryPrice": 1973.525,
          "exitPrice": 1964.793,
          "stopDistance": 4.366,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 123
        },
        {
          "entryTs": 1684974120,
          "entryUtc": "2023-05-25T00:22:00.000Z",
          "exitTs": 1685002980,
          "dir": -1,
          "entryPrice": 1958.835,
          "exitPrice": 1962.143,
          "stopDistance": 3.308,
          "outcome": "stop",
          "netR": -1.127,
          "holdMinutes": 481
        },
        {
          "entryTs": 1685006880,
          "entryUtc": "2023-05-25T09:28:00.000Z",
          "exitTs": 1685017800,
          "dir": -1,
          "entryPrice": 1962.505,
          "exitPrice": 1956.561,
          "stopDistance": 2.972,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 182
        },
        {
          "entryTs": 1685108580,
          "entryUtc": "2023-05-26T13:43:00.000Z",
          "exitTs": 1685111700,
          "dir": -1,
          "entryPrice": 1950.195,
          "exitPrice": 1943.556,
          "stopDistance": 3.319,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 52
        },
        {
          "entryTs": 1685371200,
          "entryUtc": "2023-05-29T14:40:00.000Z",
          "exitTs": 1685377140,
          "dir": 1,
          "entryPrice": 1946.645,
          "exitPrice": 1944.392,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 99
        },
        {
          "entryTs": 1685431080,
          "entryUtc": "2023-05-30T07:18:00.000Z",
          "exitTs": 1685433780,
          "dir": 1,
          "entryPrice": 1937.705,
          "exitPrice": 1943.922,
          "stopDistance": 3.109,
          "outcome": "target",
          "netR": 1.881,
          "holdMinutes": 45
        },
        {
          "entryTs": 1685437800,
          "entryUtc": "2023-05-30T09:10:00.000Z",
          "exitTs": 1685440500,
          "dir": 1,
          "entryPrice": 1942.295,
          "exitPrice": 1949.833,
          "stopDistance": 3.769,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 45
        },
        {
          "entryTs": 1685496600,
          "entryUtc": "2023-05-31T01:30:00.000Z",
          "exitTs": 1685497020,
          "dir": 1,
          "entryPrice": 1958.325,
          "exitPrice": 1956.478,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 7
        },
        {
          "entryTs": 1685506260,
          "entryUtc": "2023-05-31T04:11:00.000Z",
          "exitTs": 1685511720,
          "dir": -1,
          "entryPrice": 1958.758,
          "exitPrice": 1960.86,
          "stopDistance": 2.102,
          "outcome": "stop",
          "netR": -1.1998,
          "holdMinutes": 91
        },
        {
          "entryTs": 1685514720,
          "entryUtc": "2023-05-31T06:32:00.000Z",
          "exitTs": 1685519460,
          "dir": -1,
          "entryPrice": 1961.915,
          "exitPrice": 1956.181,
          "stopDistance": 2.867,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 79
        },
        {
          "entryTs": 1685519700,
          "entryUtc": "2023-05-31T07:55:00.000Z",
          "exitTs": 1685533980,
          "dir": 1,
          "entryPrice": 1955.715,
          "exitPrice": 1960.349,
          "stopDistance": 2.317,
          "outcome": "target",
          "netR": 1.8403,
          "holdMinutes": 238
        },
        {
          "entryTs": 1685534700,
          "entryUtc": "2023-05-31T12:05:00.000Z",
          "exitTs": 1685538780,
          "dir": -1,
          "entryPrice": 1961.095,
          "exitPrice": 1964.254,
          "stopDistance": 3.159,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 68
        },
        {
          "entryTs": 1685541600,
          "entryUtc": "2023-05-31T14:00:00.000Z",
          "exitTs": 1685541600,
          "dir": 1,
          "entryPrice": 1960.205,
          "exitPrice": 1966.368,
          "stopDistance": 3.081,
          "outcome": "target",
          "netR": 1.8799,
          "holdMinutes": 0
        },
        {
          "entryTs": 1685542980,
          "entryUtc": "2023-05-31T14:23:00.000Z",
          "exitTs": 1685544060,
          "dir": -1,
          "entryPrice": 1967.314,
          "exitPrice": 1972.196,
          "stopDistance": 4.882,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 18
        },
        {
          "entryTs": 1685573220,
          "entryUtc": "2023-05-31T22:47:00.000Z",
          "exitTs": 1685603460,
          "dir": -1,
          "entryPrice": 1966.064,
          "exitPrice": 1957.734,
          "stopDistance": 4.165,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 504
        },
        {
          "entryTs": 1685622120,
          "entryUtc": "2023-06-01T12:22:00.000Z",
          "exitTs": 1685622660,
          "dir": 1,
          "entryPrice": 1958.825,
          "exitPrice": 1964.151,
          "stopDistance": 2.663,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 9
        },
        {
          "entryTs": 1685694120,
          "entryUtc": "2023-06-02T08:22:00.000Z",
          "exitTs": 1685696220,
          "dir": -1,
          "entryPrice": 1976.925,
          "exitPrice": 1979.528,
          "stopDistance": 2.603,
          "outcome": "stop",
          "netR": -1.1613,
          "holdMinutes": 35
        },
        {
          "entryTs": 1685922960,
          "entryUtc": "2023-06-04T23:56:00.000Z",
          "exitTs": 1685932560,
          "dir": -1,
          "entryPrice": 1949.108,
          "exitPrice": 1944.322,
          "stopDistance": 2.393,
          "outcome": "target",
          "netR": 1.8454,
          "holdMinutes": 160
        },
        {
          "entryTs": 1685956140,
          "entryUtc": "2023-06-05T09:09:00.000Z",
          "exitTs": 1685971500,
          "dir": 1,
          "entryPrice": 1940.445,
          "exitPrice": 1946.6,
          "stopDistance": 3.078,
          "outcome": "target",
          "netR": 1.8798,
          "holdMinutes": 256
        },
        {
          "entryTs": 1686027720,
          "entryUtc": "2023-06-06T05:02:00.000Z",
          "exitTs": 1686036540,
          "dir": -1,
          "entryPrice": 1962.275,
          "exitPrice": 1957.285,
          "stopDistance": 2.495,
          "outcome": "target",
          "netR": 1.8517,
          "holdMinutes": 147
        },
        {
          "entryTs": 1686055380,
          "entryUtc": "2023-06-06T12:43:00.000Z",
          "exitTs": 1686059220,
          "dir": 1,
          "entryPrice": 1960.395,
          "exitPrice": 1957.386,
          "stopDistance": 3.009,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 64
        },
        {
          "entryTs": 1686060540,
          "entryUtc": "2023-06-06T14:09:00.000Z",
          "exitTs": 1686066360,
          "dir": -1,
          "entryPrice": 1960.075,
          "exitPrice": 1963.821,
          "stopDistance": 3.746,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 97
        },
        {
          "entryTs": 1686117420,
          "entryUtc": "2023-06-07T05:57:00.000Z",
          "exitTs": 1686118740,
          "dir": 1,
          "entryPrice": 1963.335,
          "exitPrice": 1961.564,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 22
        },
        {
          "entryTs": 1686139260,
          "entryUtc": "2023-06-07T12:01:00.000Z",
          "exitTs": 1686140700,
          "dir": 1,
          "entryPrice": 1960.245,
          "exitPrice": 1957.727,
          "stopDistance": 2.518,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 24
        },
        {
          "entryTs": 1686225240,
          "entryUtc": "2023-06-08T11:54:00.000Z",
          "exitTs": 1686227220,
          "dir": -1,
          "entryPrice": 1946.644,
          "exitPrice": 1949.181,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 33
        },
        {
          "entryTs": 1686304740,
          "entryUtc": "2023-06-09T09:59:00.000Z",
          "exitTs": 1686309960,
          "dir": 1,
          "entryPrice": 1961.805,
          "exitPrice": 1965.806,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 87
        },
        {
          "entryTs": 1686321180,
          "entryUtc": "2023-06-09T14:33:00.000Z",
          "exitTs": 1686340020,
          "dir": 1,
          "entryPrice": 1964.565,
          "exitPrice": 1960.061,
          "stopDistance": 4.504,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 314
        },
        {
          "entryTs": 1686546900,
          "entryUtc": "2023-06-12T05:15:00.000Z",
          "exitTs": 1686557040,
          "dir": 1,
          "entryPrice": 1959.055,
          "exitPrice": 1963.092,
          "stopDistance": 2.019,
          "outcome": "target",
          "netR": 1.8167,
          "holdMinutes": 169
        },
        {
          "entryTs": 1686585480,
          "entryUtc": "2023-06-12T15:58:00.000Z",
          "exitTs": 1686638580,
          "dir": 1,
          "entryPrice": 1954.765,
          "exitPrice": 1963.296,
          "stopDistance": 4.265,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 885
        },
        {
          "entryTs": 1686645660,
          "entryUtc": "2023-06-13T08:41:00.000Z",
          "exitTs": 1686658680,
          "dir": -1,
          "entryPrice": 1963.665,
          "exitPrice": 1958.737,
          "stopDistance": 2.464,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 217
        },
        {
          "entryTs": 1686659100,
          "entryUtc": "2023-06-13T12:25:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1960.835,
          "exitPrice": 1963.233,
          "stopDistance": 2.398,
          "outcome": "ambiguous",
          "netR": -1.1751,
          "holdMinutes": 5
        },
        {
          "entryTs": 1686745260,
          "entryUtc": "2023-06-14T12:21:00.000Z",
          "exitTs": 1686745800,
          "dir": -1,
          "entryPrice": 1948.578,
          "exitPrice": 1950.922,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 9
        },
        {
          "entryTs": 1686887160,
          "entryUtc": "2023-06-16T03:46:00.000Z",
          "exitTs": 1686896460,
          "dir": 1,
          "entryPrice": 1956.545,
          "exitPrice": 1961.362,
          "stopDistance": 2.408,
          "outcome": "target",
          "netR": 1.8464,
          "holdMinutes": 155
        },
        {
          "entryTs": 1687183260,
          "entryUtc": "2023-06-19T14:01:00.000Z",
          "exitTs": 1687223880,
          "dir": 1,
          "entryPrice": 1950.695,
          "exitPrice": 1948.484,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 677
        },
        {
          "entryTs": 1687235220,
          "entryUtc": "2023-06-20T04:27:00.000Z",
          "exitTs": 1687237800,
          "dir": -1,
          "entryPrice": 1950.874,
          "exitPrice": 1947.253,
          "stopDistance": 1.81,
          "outcome": "target",
          "netR": 1.7956,
          "holdMinutes": 43
        },
        {
          "entryTs": 1687244280,
          "entryUtc": "2023-06-20T06:58:00.000Z",
          "exitTs": 1687247340,
          "dir": 1,
          "entryPrice": 1951.295,
          "exitPrice": 1956.226,
          "stopDistance": 2.466,
          "outcome": "target",
          "netR": 1.8499,
          "holdMinutes": 51
        },
        {
          "entryTs": 1687333980,
          "entryUtc": "2023-06-21T07:53:00.000Z",
          "exitTs": 1687350000,
          "dir": 1,
          "entryPrice": 1934.575,
          "exitPrice": 1931.946,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 267
        },
        {
          "entryTs": 1687377000,
          "entryUtc": "2023-06-21T19:50:00.000Z",
          "exitTs": 1687410180,
          "dir": 1,
          "entryPrice": 1933.505,
          "exitPrice": 1929.14,
          "stopDistance": 4.365,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 553
        },
        {
          "entryTs": 1687422240,
          "entryUtc": "2023-06-22T08:24:00.000Z",
          "exitTs": 1687423140,
          "dir": 1,
          "entryPrice": 1928.685,
          "exitPrice": 1926.178,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 15
        },
        {
          "entryTs": 1687442160,
          "entryUtc": "2023-06-22T13:56:00.000Z",
          "exitTs": 1687443600,
          "dir": 1,
          "entryPrice": 1921.625,
          "exitPrice": 1917.442,
          "stopDistance": 4.183,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 24
        },
        {
          "entryTs": 1687505280,
          "entryUtc": "2023-06-23T07:28:00.000Z",
          "exitTs": 1687505400,
          "dir": -1,
          "entryPrice": 1915.258,
          "exitPrice": 1917.636,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 2
        },
        {
          "entryTs": 1687763520,
          "entryUtc": "2023-06-26T07:12:00.000Z",
          "exitTs": 1687764660,
          "dir": -1,
          "entryPrice": 1925.845,
          "exitPrice": 1928.136,
          "stopDistance": 2.291,
          "outcome": "stop",
          "netR": -1.1833,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687774020,
          "entryUtc": "2023-06-26T10:07:00.000Z",
          "exitTs": 1687786440,
          "dir": -1,
          "entryPrice": 1930.845,
          "exitPrice": 1925.593,
          "stopDistance": 2.626,
          "outcome": "target",
          "netR": 1.8591,
          "holdMinutes": 207
        },
        {
          "entryTs": 1687833420,
          "entryUtc": "2023-06-27T02:37:00.000Z",
          "exitTs": 1687860960,
          "dir": -1,
          "entryPrice": 1927.604,
          "exitPrice": 1922.945,
          "stopDistance": 2.33,
          "outcome": "target",
          "netR": 1.8412,
          "holdMinutes": 459
        },
        {
          "entryTs": 1687868580,
          "entryUtc": "2023-06-27T12:23:00.000Z",
          "exitTs": 1687872960,
          "dir": -1,
          "entryPrice": 1928.125,
          "exitPrice": 1930.487,
          "stopDistance": 2.362,
          "outcome": "stop",
          "netR": -1.1778,
          "holdMinutes": 73
        },
        {
          "entryTs": 1688121840,
          "entryUtc": "2023-06-30T10:44:00.000Z",
          "exitTs": 1688128200,
          "dir": -1,
          "entryPrice": 1906.015,
          "exitPrice": 1908.22,
          "stopDistance": 2.205,
          "outcome": "stop",
          "netR": -1.1905,
          "holdMinutes": 106
        },
        {
          "entryTs": 1688377560,
          "entryUtc": "2023-07-03T09:46:00.000Z",
          "exitTs": 1688387580,
          "dir": -1,
          "entryPrice": 1912.915,
          "exitPrice": 1915.333,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 167
        },
        {
          "entryTs": 1688645700,
          "entryUtc": "2023-07-06T12:15:00.000Z",
          "exitTs": 1688645700,
          "dir": -1,
          "entryPrice": 1925.945,
          "exitPrice": 1920.845,
          "stopDistance": 2.55,
          "outcome": "target",
          "netR": 1.8549,
          "holdMinutes": 0
        },
        {
          "entryTs": 1688652000,
          "entryUtc": "2023-07-06T14:00:00.000Z",
          "exitTs": 1688726400,
          "dir": 1,
          "entryPrice": 1906.295,
          "exitPrice": 1917.609,
          "stopDistance": 5.657,
          "outcome": "target",
          "netR": 1.9346,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1688952240,
          "entryUtc": "2023-07-10T01:24:00.000Z",
          "exitTs": 1688964420,
          "dir": -1,
          "entryPrice": 1926.508,
          "exitPrice": 1921.241,
          "stopDistance": 2.634,
          "outcome": "target",
          "netR": 1.8595,
          "holdMinutes": 203
        },
        {
          "entryTs": 1688995980,
          "entryUtc": "2023-07-10T13:33:00.000Z",
          "exitTs": 1689006960,
          "dir": -1,
          "entryPrice": 1922.355,
          "exitPrice": 1925.037,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 183
        },
        {
          "entryTs": 1689045660,
          "entryUtc": "2023-07-11T03:21:00.000Z",
          "exitTs": 1689051780,
          "dir": 1,
          "entryPrice": 1925.975,
          "exitPrice": 1929.629,
          "stopDistance": 1.827,
          "outcome": "target",
          "netR": 1.7975,
          "holdMinutes": 102
        },
        {
          "entryTs": 1689063360,
          "entryUtc": "2023-07-11T08:16:00.000Z",
          "exitTs": 1689069480,
          "dir": -1,
          "entryPrice": 1935.025,
          "exitPrice": 1937.979,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 102
        },
        {
          "entryTs": 1689075120,
          "entryUtc": "2023-07-11T11:32:00.000Z",
          "exitTs": 1689078600,
          "dir": -1,
          "entryPrice": 1937.235,
          "exitPrice": 1931.518,
          "stopDistance": 2.859,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 58
        },
        {
          "entryTs": 1689086460,
          "entryUtc": "2023-07-11T14:41:00.000Z",
          "exitTs": 1689091500,
          "dir": 1,
          "entryPrice": 1933.225,
          "exitPrice": 1929.6,
          "stopDistance": 3.625,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 84
        },
        {
          "entryTs": 1689139200,
          "entryUtc": "2023-07-12T05:20:00.000Z",
          "exitTs": 1689143820,
          "dir": -1,
          "entryPrice": 1939.915,
          "exitPrice": 1935.914,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 77
        },
        {
          "entryTs": 1689145320,
          "entryUtc": "2023-07-12T07:02:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1935.045,
          "exitPrice": 1937.264,
          "stopDistance": 2.219,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 328
        },
        {
          "entryTs": 1689228480,
          "entryUtc": "2023-07-13T06:08:00.000Z",
          "exitTs": 1689229380,
          "dir": -1,
          "entryPrice": 1958.365,
          "exitPrice": 1960.643,
          "stopDistance": 2.278,
          "outcome": "stop",
          "netR": -1.1844,
          "holdMinutes": 15
        },
        {
          "entryTs": 1689250800,
          "entryUtc": "2023-07-13T12:20:00.000Z",
          "exitTs": 1689251460,
          "dir": -1,
          "entryPrice": 1961.265,
          "exitPrice": 1956.673,
          "stopDistance": 2.296,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 11
        },
        {
          "entryTs": 1689255240,
          "entryUtc": "2023-07-13T13:34:00.000Z",
          "exitTs": 1689343260,
          "dir": 1,
          "entryPrice": 1957.645,
          "exitPrice": 1953.707,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 1467
        },
        {
          "entryTs": 1689363840,
          "entryUtc": "2023-07-14T19:44:00.000Z",
          "exitTs": 1689544800,
          "dir": 1,
          "entryPrice": 1955.105,
          "exitPrice": 1954.634,
          "stopDistance": 4.357,
          "outcome": "time",
          "netR": -0.193,
          "holdMinutes": 3016
        },
        {
          "entryTs": 1689603840,
          "entryUtc": "2023-07-17T14:24:00.000Z",
          "exitTs": 1689652980,
          "dir": 1,
          "entryPrice": 1952.135,
          "exitPrice": 1960.568,
          "stopDistance": 4.216,
          "outcome": "target",
          "netR": 1.9122,
          "holdMinutes": 819
        },
        {
          "entryTs": 1689695100,
          "entryUtc": "2023-07-18T15:45:00.000Z",
          "exitTs": 1689785100,
          "dir": -1,
          "entryPrice": 1979.485,
          "exitPrice": 1976.598,
          "stopDistance": 5.881,
          "outcome": "time",
          "netR": 0.428,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1689809520,
          "entryUtc": "2023-07-19T23:32:00.000Z",
          "exitTs": 1689814800,
          "dir": -1,
          "entryPrice": 1977.305,
          "exitPrice": 1979.251,
          "stopDistance": 1.946,
          "outcome": "stop",
          "netR": -1.2159,
          "holdMinutes": 88
        },
        {
          "entryTs": 1689834420,
          "entryUtc": "2023-07-20T06:27:00.000Z",
          "exitTs": 1689855900,
          "dir": -1,
          "entryPrice": 1981.815,
          "exitPrice": 1977.478,
          "stopDistance": 2.168,
          "outcome": "target",
          "netR": 1.8294,
          "holdMinutes": 358
        },
        {
          "entryTs": 1689860160,
          "entryUtc": "2023-07-20T13:36:00.000Z",
          "exitTs": 1689862380,
          "dir": 1,
          "entryPrice": 1974.875,
          "exitPrice": 1971.332,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 37
        },
        {
          "entryTs": 1690189980,
          "entryUtc": "2023-07-24T09:13:00.000Z",
          "exitTs": 1690191360,
          "dir": -1,
          "entryPrice": 1962.984,
          "exitPrice": 1965.511,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 23
        },
        {
          "entryTs": 1690262220,
          "entryUtc": "2023-07-25T05:17:00.000Z",
          "exitTs": 1690266060,
          "dir": -1,
          "entryPrice": 1961.438,
          "exitPrice": 1963.181,
          "stopDistance": 1.743,
          "outcome": "stop",
          "netR": -1.241,
          "holdMinutes": 64
        },
        {
          "entryTs": 1690292040,
          "entryUtc": "2023-07-25T13:34:00.000Z",
          "exitTs": 1690293600,
          "dir": -1,
          "entryPrice": 1960.164,
          "exitPrice": 1952.691,
          "stopDistance": 3.736,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 26
        },
        {
          "entryTs": 1690380900,
          "entryUtc": "2023-07-26T14:15:00.000Z",
          "exitTs": 1690382220,
          "dir": 1,
          "entryPrice": 1967.325,
          "exitPrice": 1964.222,
          "stopDistance": 3.103,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 22
        },
        {
          "entryTs": 1690390200,
          "entryUtc": "2023-07-26T16:50:00.000Z",
          "exitTs": 1690394400,
          "dir": 1,
          "entryPrice": 1969.995,
          "exitPrice": 1966.352,
          "stopDistance": 3.643,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 70
        },
        {
          "entryTs": 1690442280,
          "entryUtc": "2023-07-27T07:18:00.000Z",
          "exitTs": 1690444140,
          "dir": -1,
          "entryPrice": 1979.438,
          "exitPrice": 1981.965,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 31
        },
        {
          "entryTs": 1690449360,
          "entryUtc": "2023-07-27T09:16:00.000Z",
          "exitTs": 1690461000,
          "dir": -1,
          "entryPrice": 1977.424,
          "exitPrice": 1971.462,
          "stopDistance": 2.981,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 194
        },
        {
          "entryTs": 1690495200,
          "entryUtc": "2023-07-27T22:00:00.000Z",
          "exitTs": 1690508160,
          "dir": -1,
          "entryPrice": 1945.965,
          "exitPrice": 1949.733,
          "stopDistance": 3.768,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 216
        },
        {
          "entryTs": 1690525980,
          "entryUtc": "2023-07-28T06:33:00.000Z",
          "exitTs": 1690542900,
          "dir": 1,
          "entryPrice": 1949.905,
          "exitPrice": 1954.922,
          "stopDistance": 2.509,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 282
        },
        {
          "entryTs": 1690759980,
          "entryUtc": "2023-07-30T23:33:00.000Z",
          "exitTs": 1690775040,
          "dir": -1,
          "entryPrice": 1959.335,
          "exitPrice": 1955.074,
          "stopDistance": 2.13,
          "outcome": "target",
          "netR": 1.8263,
          "holdMinutes": 251
        },
        {
          "entryTs": 1690787760,
          "entryUtc": "2023-07-31T07:16:00.000Z",
          "exitTs": 1690793400,
          "dir": -1,
          "entryPrice": 1955.708,
          "exitPrice": 1951.22,
          "stopDistance": 2.244,
          "outcome": "target",
          "netR": 1.8351,
          "holdMinutes": 94
        },
        {
          "entryTs": 1691051880,
          "entryUtc": "2023-08-03T08:38:00.000Z",
          "exitTs": 1691065260,
          "dir": 1,
          "entryPrice": 1934.955,
          "exitPrice": 1932.184,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 223
        },
        {
          "entryTs": 1691065800,
          "entryUtc": "2023-08-03T12:30:00.000Z",
          "exitTs": 1691066460,
          "dir": -1,
          "entryPrice": 1934.275,
          "exitPrice": 1937.593,
          "stopDistance": 3.318,
          "outcome": "stop",
          "netR": -1.1266,
          "holdMinutes": 11
        },
        {
          "entryTs": 1691365380,
          "entryUtc": "2023-08-06T23:43:00.000Z",
          "exitTs": 1691380380,
          "dir": -1,
          "entryPrice": 1943.445,
          "exitPrice": 1938.821,
          "stopDistance": 2.312,
          "outcome": "target",
          "netR": 1.84,
          "holdMinutes": 250
        },
        {
          "entryTs": 1691388900,
          "entryUtc": "2023-08-07T06:15:00.000Z",
          "exitTs": 1691395980,
          "dir": 1,
          "entryPrice": 1936.985,
          "exitPrice": 1934.862,
          "stopDistance": 2.123,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 118
        },
        {
          "entryTs": 1691417460,
          "entryUtc": "2023-08-07T14:11:00.000Z",
          "exitTs": 1691495520,
          "dir": -1,
          "entryPrice": 1935.215,
          "exitPrice": 1928.813,
          "stopDistance": 3.201,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 1301
        },
        {
          "entryTs": 1691564580,
          "entryUtc": "2023-08-09T07:03:00.000Z",
          "exitTs": 1691571480,
          "dir": -1,
          "entryPrice": 1931.035,
          "exitPrice": 1927.361,
          "stopDistance": 1.837,
          "outcome": "target",
          "netR": 1.7986,
          "holdMinutes": 115
        },
        {
          "entryTs": 1691654280,
          "entryUtc": "2023-08-10T07:58:00.000Z",
          "exitTs": 1691663400,
          "dir": -1,
          "entryPrice": 1919.455,
          "exitPrice": 1921.668,
          "stopDistance": 2.213,
          "outcome": "stop",
          "netR": -1.1897,
          "holdMinutes": 152
        },
        {
          "entryTs": 1691767620,
          "entryUtc": "2023-08-11T15:27:00.000Z",
          "exitTs": 1691777820,
          "dir": 1,
          "entryPrice": 1916.135,
          "exitPrice": 1912.58,
          "stopDistance": 3.555,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 170
        },
        {
          "entryTs": 1691968920,
          "entryUtc": "2023-08-13T23:22:00.000Z",
          "exitTs": 1691974260,
          "dir": -1,
          "entryPrice": 1914.205,
          "exitPrice": 1910.572,
          "stopDistance": 1.816,
          "outcome": "target",
          "netR": 1.7963,
          "holdMinutes": 89
        },
        {
          "entryTs": 1691988300,
          "entryUtc": "2023-08-14T04:45:00.000Z",
          "exitTs": 1691999760,
          "dir": 1,
          "entryPrice": 1911.935,
          "exitPrice": 1915.621,
          "stopDistance": 1.843,
          "outcome": "target",
          "netR": 1.7993,
          "holdMinutes": 191
        },
        {
          "entryTs": 1692172920,
          "entryUtc": "2023-08-16T08:02:00.000Z",
          "exitTs": 1692188400,
          "dir": 1,
          "entryPrice": 1904.065,
          "exitPrice": 1902.346,
          "stopDistance": 1.719,
          "outcome": "stop",
          "netR": -1.2443,
          "holdMinutes": 258
        },
        {
          "entryTs": 1692201180,
          "entryUtc": "2023-08-16T15:53:00.000Z",
          "exitTs": 1692208920,
          "dir": -1,
          "entryPrice": 1902.395,
          "exitPrice": 1896.736,
          "stopDistance": 2.829,
          "outcome": "target",
          "netR": 1.8692,
          "holdMinutes": 129
        },
        {
          "entryTs": 1692266460,
          "entryUtc": "2023-08-17T10:01:00.000Z",
          "exitTs": 1692267000,
          "dir": -1,
          "entryPrice": 1895.655,
          "exitPrice": 1897.57,
          "stopDistance": 1.915,
          "outcome": "stop",
          "netR": -1.2193,
          "holdMinutes": 9
        },
        {
          "entryTs": 1692364740,
          "entryUtc": "2023-08-18T13:19:00.000Z",
          "exitTs": 1692366600,
          "dir": -1,
          "entryPrice": 1894.325,
          "exitPrice": 1896.518,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1915,
          "holdMinutes": 31
        },
        {
          "entryTs": 1692579840,
          "entryUtc": "2023-08-21T01:04:00.000Z",
          "exitTs": 1692581700,
          "dir": 1,
          "entryPrice": 1888.575,
          "exitPrice": 1886.561,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 31
        },
        {
          "entryTs": 1692596460,
          "entryUtc": "2023-08-21T05:41:00.000Z",
          "exitTs": 1692613860,
          "dir": 1,
          "entryPrice": 1889.065,
          "exitPrice": 1886.812,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 290
        },
        {
          "entryTs": 1692623700,
          "entryUtc": "2023-08-21T13:15:00.000Z",
          "exitTs": 1692625560,
          "dir": -1,
          "entryPrice": 1895.565,
          "exitPrice": 1889.508,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 31
        },
        {
          "entryTs": 1692636360,
          "entryUtc": "2023-08-21T16:46:00.000Z",
          "exitTs": 1692639900,
          "dir": -1,
          "entryPrice": 1891.605,
          "exitPrice": 1895.063,
          "stopDistance": 3.458,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 59
        },
        {
          "entryTs": 1692681300,
          "entryUtc": "2023-08-22T05:15:00.000Z",
          "exitTs": 1692684720,
          "dir": -1,
          "entryPrice": 1895.935,
          "exitPrice": 1897.592,
          "stopDistance": 1.657,
          "outcome": "stop",
          "netR": -1.2535,
          "holdMinutes": 57
        },
        {
          "entryTs": 1692796260,
          "entryUtc": "2023-08-23T13:11:00.000Z",
          "exitTs": 1692797040,
          "dir": -1,
          "entryPrice": 1905.605,
          "exitPrice": 1908.557,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 13
        },
        {
          "entryTs": 1692887460,
          "entryUtc": "2023-08-24T14:31:00.000Z",
          "exitTs": 1692888420,
          "dir": 1,
          "entryPrice": 1916.284,
          "exitPrice": 1922.352,
          "stopDistance": 3.034,
          "outcome": "target",
          "netR": 1.8781,
          "holdMinutes": 16
        },
        {
          "entryTs": 1692979020,
          "entryUtc": "2023-08-25T15:57:00.000Z",
          "exitTs": 1693173600,
          "dir": 1,
          "entryPrice": 1907.595,
          "exitPrice": 1915.038,
          "stopDistance": 5.114,
          "outcome": "time",
          "netR": 1.3831,
          "holdMinutes": 3243
        },
        {
          "entryTs": 1693227960,
          "entryUtc": "2023-08-28T13:06:00.000Z",
          "exitTs": 1693229160,
          "dir": 1,
          "entryPrice": 1916.595,
          "exitPrice": 1914.752,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 20
        },
        {
          "entryTs": 1693230000,
          "entryUtc": "2023-08-28T13:40:00.000Z",
          "exitTs": 1693230300,
          "dir": -1,
          "entryPrice": 1916.145,
          "exitPrice": 1918.223,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693256340,
          "entryUtc": "2023-08-28T20:59:00.000Z",
          "exitTs": 1693278300,
          "dir": 1,
          "entryPrice": 1918.948,
          "exitPrice": 1924.565,
          "stopDistance": 2.808,
          "outcome": "target",
          "netR": 1.8683,
          "holdMinutes": 366
        },
        {
          "entryTs": 1693294200,
          "entryUtc": "2023-08-29T07:30:00.000Z",
          "exitTs": 1693306620,
          "dir": -1,
          "entryPrice": 1923.485,
          "exitPrice": 1920.384,
          "stopDistance": 1.55,
          "outcome": "target",
          "netR": 1.7614,
          "holdMinutes": 207
        },
        {
          "entryTs": 1693474860,
          "entryUtc": "2023-08-31T09:41:00.000Z",
          "exitTs": 1693483920,
          "dir": -1,
          "entryPrice": 1944.665,
          "exitPrice": 1946.072,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2984,
          "holdMinutes": 151
        },
        {
          "entryTs": 1693544940,
          "entryUtc": "2023-09-01T05:09:00.000Z",
          "exitTs": 1693552980,
          "dir": 1,
          "entryPrice": 1939.445,
          "exitPrice": 1942.235,
          "stopDistance": 1.395,
          "outcome": "target",
          "netR": 1.7348,
          "holdMinutes": 134
        },
        {
          "entryTs": 1693841460,
          "entryUtc": "2023-09-04T15:31:00.000Z",
          "exitTs": 1693872060,
          "dir": 1,
          "entryPrice": 1938.765,
          "exitPrice": 1937.204,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.2691,
          "holdMinutes": 510
        },
        {
          "entryTs": 1693893900,
          "entryUtc": "2023-09-05T06:05:00.000Z",
          "exitTs": 1693895340,
          "dir": 1,
          "entryPrice": 1936.355,
          "exitPrice": 1935.146,
          "stopDistance": 1.209,
          "outcome": "stop",
          "netR": -1.3473,
          "holdMinutes": 24
        },
        {
          "entryTs": 1693917960,
          "entryUtc": "2023-09-05T12:46:00.000Z",
          "exitTs": 1693921920,
          "dir": 1,
          "entryPrice": 1931.765,
          "exitPrice": 1929.317,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 66
        },
        {
          "entryTs": 1693983480,
          "entryUtc": "2023-09-06T06:58:00.000Z",
          "exitTs": 1693984980,
          "dir": 1,
          "entryPrice": 1925.595,
          "exitPrice": 1924.288,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3212,
          "holdMinutes": 25
        },
        {
          "entryTs": 1694002080,
          "entryUtc": "2023-09-06T12:08:00.000Z",
          "exitTs": 1694004900,
          "dir": -1,
          "entryPrice": 1926.815,
          "exitPrice": 1923.52,
          "stopDistance": 1.647,
          "outcome": "target",
          "netR": 1.7754,
          "holdMinutes": 47
        },
        {
          "entryTs": 1694007600,
          "entryUtc": "2023-09-06T13:40:00.000Z",
          "exitTs": 1694008140,
          "dir": -1,
          "entryPrice": 1925.235,
          "exitPrice": 1927.18,
          "stopDistance": 1.945,
          "outcome": "stop",
          "netR": -1.2159,
          "holdMinutes": 9
        },
        {
          "entryTs": 1694008800,
          "entryUtc": "2023-09-06T14:00:00.000Z",
          "exitTs": 1694008800,
          "dir": 1,
          "entryPrice": 1922.395,
          "exitPrice": 1927.152,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 0
        },
        {
          "entryTs": 1694021520,
          "entryUtc": "2023-09-06T17:32:00.000Z",
          "exitTs": 1694111520,
          "dir": 1,
          "entryPrice": 1918.545,
          "exitPrice": 1919.875,
          "stopDistance": 3.295,
          "outcome": "time",
          "netR": 0.2914,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1694146800,
          "entryUtc": "2023-09-08T04:20:00.000Z",
          "exitTs": 1694153220,
          "dir": -1,
          "entryPrice": 1924.835,
          "exitPrice": 1926.329,
          "stopDistance": 1.494,
          "outcome": "stop",
          "netR": -1.2811,
          "holdMinutes": 107
        },
        {
          "entryTs": 1694185800,
          "entryUtc": "2023-09-08T15:10:00.000Z",
          "exitTs": 1694190360,
          "dir": 1,
          "entryPrice": 1921.575,
          "exitPrice": 1918.54,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 76
        },
        {
          "entryTs": 1694450280,
          "entryUtc": "2023-09-11T16:38:00.000Z",
          "exitTs": 1694475300,
          "dir": 1,
          "entryPrice": 1923.725,
          "exitPrice": 1921.163,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 417
        },
        {
          "entryTs": 1694481120,
          "entryUtc": "2023-09-12T01:12:00.000Z",
          "exitTs": 1694489460,
          "dir": -1,
          "entryPrice": 1922.528,
          "exitPrice": 1923.881,
          "stopDistance": 1.353,
          "outcome": "stop",
          "netR": -1.3104,
          "holdMinutes": 139
        },
        {
          "entryTs": 1694502900,
          "entryUtc": "2023-09-12T07:15:00.000Z",
          "exitTs": 1694508000,
          "dir": -1,
          "entryPrice": 1919.685,
          "exitPrice": 1921.166,
          "stopDistance": 1.481,
          "outcome": "stop",
          "netR": -1.2837,
          "holdMinutes": 85
        },
        {
          "entryTs": 1694536560,
          "entryUtc": "2023-09-12T16:36:00.000Z",
          "exitTs": 1694571780,
          "dir": 1,
          "entryPrice": 1912.868,
          "exitPrice": 1909.941,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 587
        },
        {
          "entryTs": 1694590860,
          "entryUtc": "2023-09-13T07:41:00.000Z",
          "exitTs": 1694608200,
          "dir": 1,
          "entryPrice": 1910.375,
          "exitPrice": 1908.602,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 289
        },
        {
          "entryTs": 1694697420,
          "entryUtc": "2023-09-14T13:17:00.000Z",
          "exitTs": 1694698080,
          "dir": 1,
          "entryPrice": 1905.985,
          "exitPrice": 1903.088,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 11
        },
        {
          "entryTs": 1694762880,
          "entryUtc": "2023-09-15T07:28:00.000Z",
          "exitTs": 1694778120,
          "dir": -1,
          "entryPrice": 1917.815,
          "exitPrice": 1919.78,
          "stopDistance": 1.965,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 254
        },
        {
          "entryTs": 1694793780,
          "entryUtc": "2023-09-15T16:03:00.000Z",
          "exitTs": 1694988000,
          "dir": -1,
          "entryPrice": 1927.235,
          "exitPrice": 1923.355,
          "stopDistance": 3.597,
          "outcome": "time",
          "netR": 0.9758,
          "holdMinutes": 3237
        },
        {
          "entryTs": 1695001860,
          "entryUtc": "2023-09-18T01:51:00.000Z",
          "exitTs": 1695004380,
          "dir": -1,
          "entryPrice": 1925.205,
          "exitPrice": 1926.886,
          "stopDistance": 1.681,
          "outcome": "stop",
          "netR": -1.2499,
          "holdMinutes": 42
        },
        {
          "entryTs": 1695044880,
          "entryUtc": "2023-09-18T13:48:00.000Z",
          "exitTs": 1695052560,
          "dir": -1,
          "entryPrice": 1926.818,
          "exitPrice": 1929.233,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 128
        },
        {
          "entryTs": 1695127920,
          "entryUtc": "2023-09-19T12:52:00.000Z",
          "exitTs": 1695132660,
          "dir": -1,
          "entryPrice": 1935.338,
          "exitPrice": 1932.064,
          "stopDistance": 1.637,
          "outcome": "target",
          "netR": 1.774,
          "holdMinutes": 79
        },
        {
          "entryTs": 1695136560,
          "entryUtc": "2023-09-19T15:16:00.000Z",
          "exitTs": 1695147300,
          "dir": 1,
          "entryPrice": 1932.795,
          "exitPrice": 1930.128,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 179
        },
        {
          "entryTs": 1695176340,
          "entryUtc": "2023-09-20T02:19:00.000Z",
          "exitTs": 1695193980,
          "dir": 1,
          "entryPrice": 1930.735,
          "exitPrice": 1929.393,
          "stopDistance": 1.342,
          "outcome": "stop",
          "netR": -1.3131,
          "holdMinutes": 294
        },
        {
          "entryTs": 1695198240,
          "entryUtc": "2023-09-20T08:24:00.000Z",
          "exitTs": 1695203820,
          "dir": -1,
          "entryPrice": 1929.835,
          "exitPrice": 1931.255,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 93
        },
        {
          "entryTs": 1695281460,
          "entryUtc": "2023-09-21T07:31:00.000Z",
          "exitTs": 1695285900,
          "dir": 1,
          "entryPrice": 1926.905,
          "exitPrice": 1925.173,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 74
        },
        {
          "entryTs": 1695294480,
          "entryUtc": "2023-09-21T11:08:00.000Z",
          "exitTs": 1695295440,
          "dir": 1,
          "entryPrice": 1923.205,
          "exitPrice": 1921.388,
          "stopDistance": 1.817,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 16
        },
        {
          "entryTs": 1695309420,
          "entryUtc": "2023-09-21T15:17:00.000Z",
          "exitTs": 1695366300,
          "dir": 1,
          "entryPrice": 1918.505,
          "exitPrice": 1926.035,
          "stopDistance": 3.765,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 948
        },
        {
          "entryTs": 1695598440,
          "entryUtc": "2023-09-24T23:34:00.000Z",
          "exitTs": 1695608700,
          "dir": -1,
          "entryPrice": 1925.484,
          "exitPrice": 1922.764,
          "stopDistance": 1.36,
          "outcome": "target",
          "netR": 1.7279,
          "holdMinutes": 171
        },
        {
          "entryTs": 1695627120,
          "entryUtc": "2023-09-25T07:32:00.000Z",
          "exitTs": 1695628440,
          "dir": 1,
          "entryPrice": 1924.105,
          "exitPrice": 1922.361,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2409,
          "holdMinutes": 22
        },
        {
          "entryTs": 1695630960,
          "entryUtc": "2023-09-25T08:36:00.000Z",
          "exitTs": 1695637740,
          "dir": -1,
          "entryPrice": 1922.385,
          "exitPrice": 1924.323,
          "stopDistance": 1.938,
          "outcome": "stop",
          "netR": -1.2167,
          "holdMinutes": 113
        },
        {
          "entryTs": 1695649920,
          "entryUtc": "2023-09-25T13:52:00.000Z",
          "exitTs": 1695651420,
          "dir": -1,
          "entryPrice": 1925.245,
          "exitPrice": 1921.167,
          "stopDistance": 2.039,
          "outcome": "target",
          "netR": 1.8185,
          "holdMinutes": 25
        },
        {
          "entryTs": 1695714360,
          "entryUtc": "2023-09-26T07:46:00.000Z",
          "exitTs": 1695726300,
          "dir": 1,
          "entryPrice": 1912.475,
          "exitPrice": 1910.906,
          "stopDistance": 1.569,
          "outcome": "stop",
          "netR": -1.2677,
          "holdMinutes": 199
        },
        {
          "entryTs": 1695729780,
          "entryUtc": "2023-09-26T12:03:00.000Z",
          "exitTs": 1695731880,
          "dir": -1,
          "entryPrice": 1912.018,
          "exitPrice": 1908.094,
          "stopDistance": 1.962,
          "outcome": "target",
          "netR": 1.8114,
          "holdMinutes": 35
        },
        {
          "entryTs": 1695738360,
          "entryUtc": "2023-09-26T14:26:00.000Z",
          "exitTs": 1695740760,
          "dir": 1,
          "entryPrice": 1907.385,
          "exitPrice": 1904.116,
          "stopDistance": 3.269,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 40
        },
        {
          "entryTs": 1695781860,
          "entryUtc": "2023-09-27T02:31:00.000Z",
          "exitTs": 1695787680,
          "dir": 1,
          "entryPrice": 1900.525,
          "exitPrice": 1898.992,
          "stopDistance": 1.533,
          "outcome": "stop",
          "netR": -1.274,
          "holdMinutes": 97
        },
        {
          "entryTs": 1695882060,
          "entryUtc": "2023-09-28T06:21:00.000Z",
          "exitTs": 1695885420,
          "dir": 1,
          "entryPrice": 1874.298,
          "exitPrice": 1877.635,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 56
        },
        {
          "entryTs": 1695888360,
          "entryUtc": "2023-09-28T08:06:00.000Z",
          "exitTs": 1695904440,
          "dir": 1,
          "entryPrice": 1875.175,
          "exitPrice": 1878.979,
          "stopDistance": 1.902,
          "outcome": "target",
          "netR": 1.8054,
          "holdMinutes": 268
        },
        {
          "entryTs": 1695922140,
          "entryUtc": "2023-09-28T17:29:00.000Z",
          "exitTs": 1695971580,
          "dir": 1,
          "entryPrice": 1861.865,
          "exitPrice": 1871.275,
          "stopDistance": 4.705,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 824
        },
        {
          "entryTs": 1695980460,
          "entryUtc": "2023-09-29T09:41:00.000Z",
          "exitTs": 1695985920,
          "dir": -1,
          "entryPrice": 1872.745,
          "exitPrice": 1868.457,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 91
        },
        {
          "entryTs": 1695996120,
          "entryUtc": "2023-09-29T14:02:00.000Z",
          "exitTs": 1695996360,
          "dir": 1,
          "entryPrice": 1869.175,
          "exitPrice": 1866.467,
          "stopDistance": 2.708,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 4
        },
        {
          "entryTs": 1696232520,
          "entryUtc": "2023-10-02T07:42:00.000Z",
          "exitTs": 1696237320,
          "dir": 1,
          "entryPrice": 1841.145,
          "exitPrice": 1838.856,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 80
        },
        {
          "entryTs": 1696249920,
          "entryUtc": "2023-10-02T12:32:00.000Z",
          "exitTs": 1696255200,
          "dir": 1,
          "entryPrice": 1835.375,
          "exitPrice": 1832.079,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 88
        },
        {
          "entryTs": 1696270680,
          "entryUtc": "2023-10-02T18:18:00.000Z",
          "exitTs": 1696278420,
          "dir": 1,
          "entryPrice": 1831.985,
          "exitPrice": 1828.139,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 129
        },
        {
          "entryTs": 1696295340,
          "entryUtc": "2023-10-03T01:09:00.000Z",
          "exitTs": 1696298940,
          "dir": 1,
          "entryPrice": 1824.245,
          "exitPrice": 1821.264,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 60
        },
        {
          "entryTs": 1696314180,
          "entryUtc": "2023-10-03T06:23:00.000Z",
          "exitTs": 1696320120,
          "dir": 1,
          "entryPrice": 1820.255,
          "exitPrice": 1825.733,
          "stopDistance": 2.739,
          "outcome": "target",
          "netR": 1.8649,
          "holdMinutes": 99
        },
        {
          "entryTs": 1696340400,
          "entryUtc": "2023-10-03T13:40:00.000Z",
          "exitTs": 1696340640,
          "dir": -1,
          "entryPrice": 1827.118,
          "exitPrice": 1830.389,
          "stopDistance": 3.271,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 4
        },
        {
          "entryTs": 1696342800,
          "entryUtc": "2023-10-03T14:20:00.000Z",
          "exitTs": 1696343700,
          "dir": -1,
          "entryPrice": 1826.425,
          "exitPrice": 1831.299,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 15
        },
        {
          "entryTs": 1696428000,
          "entryUtc": "2023-10-04T14:00:00.000Z",
          "exitTs": 1696433220,
          "dir": -1,
          "entryPrice": 1821.715,
          "exitPrice": 1825.599,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 87
        },
        {
          "entryTs": 1696435500,
          "entryUtc": "2023-10-04T16:05:00.000Z",
          "exitTs": 1696444440,
          "dir": 1,
          "entryPrice": 1821.764,
          "exitPrice": 1817.185,
          "stopDistance": 4.579,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 149
        },
        {
          "entryTs": 1696448520,
          "entryUtc": "2023-10-04T19:42:00.000Z",
          "exitTs": 1696467780,
          "dir": -1,
          "entryPrice": 1822.705,
          "exitPrice": 1826.475,
          "stopDistance": 3.77,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 321
        },
        {
          "entryTs": 1696515000,
          "entryUtc": "2023-10-05T14:10:00.000Z",
          "exitTs": 1696559700,
          "dir": 1,
          "entryPrice": 1816.755,
          "exitPrice": 1823.738,
          "stopDistance": 3.491,
          "outcome": "target",
          "netR": 1.894,
          "holdMinutes": 745
        },
        {
          "entryTs": 1696580460,
          "entryUtc": "2023-10-06T08:21:00.000Z",
          "exitTs": 1696586940,
          "dir": 1,
          "entryPrice": 1819.775,
          "exitPrice": 1823.289,
          "stopDistance": 1.757,
          "outcome": "target",
          "netR": 1.7894,
          "holdMinutes": 108
        },
        {
          "entryTs": 1696598640,
          "entryUtc": "2023-10-06T13:24:00.000Z",
          "exitTs": 1696599060,
          "dir": -1,
          "entryPrice": 1823.628,
          "exitPrice": 1825.592,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2138,
          "holdMinutes": 7
        },
        {
          "entryTs": 1696599540,
          "entryUtc": "2023-10-06T13:39:00.000Z",
          "exitTs": 1696602240,
          "dir": 1,
          "entryPrice": 1819.815,
          "exitPrice": 1828.197,
          "stopDistance": 4.191,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 45
        },
        {
          "entryTs": 1696836900,
          "entryUtc": "2023-10-09T07:35:00.000Z",
          "exitTs": 1696857360,
          "dir": -1,
          "entryPrice": 1851.138,
          "exitPrice": 1844.719,
          "stopDistance": 3.21,
          "outcome": "target",
          "netR": 1.8847,
          "holdMinutes": 341
        },
        {
          "entryTs": 1696947720,
          "entryUtc": "2023-10-10T14:22:00.000Z",
          "exitTs": 1696957800,
          "dir": 1,
          "entryPrice": 1856.145,
          "exitPrice": 1862.503,
          "stopDistance": 3.179,
          "outcome": "target",
          "netR": 1.8836,
          "holdMinutes": 168
        },
        {
          "entryTs": 1696990740,
          "entryUtc": "2023-10-11T02:19:00.000Z",
          "exitTs": 1697006520,
          "dir": -1,
          "entryPrice": 1860.505,
          "exitPrice": 1862.288,
          "stopDistance": 1.783,
          "outcome": "stop",
          "netR": -1.2356,
          "holdMinutes": 263
        },
        {
          "entryTs": 1697028300,
          "entryUtc": "2023-10-11T12:45:00.000Z",
          "exitTs": 1697040180,
          "dir": -1,
          "entryPrice": 1872.388,
          "exitPrice": 1874.971,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 198
        },
        {
          "entryTs": 1697061600,
          "entryUtc": "2023-10-11T22:00:00.000Z",
          "exitTs": 1697074740,
          "dir": -1,
          "entryPrice": 1874.715,
          "exitPrice": 1878.206,
          "stopDistance": 3.491,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 219
        },
        {
          "entryTs": 1697077980,
          "entryUtc": "2023-10-12T02:33:00.000Z",
          "exitTs": 1697087160,
          "dir": -1,
          "entryPrice": 1877.225,
          "exitPrice": 1879.156,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 153
        },
        {
          "entryTs": 1697103900,
          "entryUtc": "2023-10-12T09:45:00.000Z",
          "exitTs": 1697110920,
          "dir": -1,
          "entryPrice": 1881.458,
          "exitPrice": 1883.666,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1902,
          "holdMinutes": 117
        },
        {
          "entryTs": 1697150940,
          "entryUtc": "2023-10-12T22:49:00.000Z",
          "exitTs": 1697170980,
          "dir": 1,
          "entryPrice": 1870.565,
          "exitPrice": 1874.694,
          "stopDistance": 2.064,
          "outcome": "target",
          "netR": 1.8208,
          "holdMinutes": 334
        },
        {
          "entryTs": 1697204820,
          "entryUtc": "2023-10-13T13:47:00.000Z",
          "exitTs": 1697207160,
          "dir": -1,
          "entryPrice": 1910.095,
          "exitPrice": 1916.043,
          "stopDistance": 5.948,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 39
        },
        {
          "entryTs": 1697444700,
          "entryUtc": "2023-10-16T08:25:00.000Z",
          "exitTs": 1697453880,
          "dir": 1,
          "entryPrice": 1911.275,
          "exitPrice": 1917.557,
          "stopDistance": 3.141,
          "outcome": "target",
          "netR": 1.8822,
          "holdMinutes": 153
        },
        {
          "entryTs": 1697466600,
          "entryUtc": "2023-10-16T14:30:00.000Z",
          "exitTs": 1697475660,
          "dir": -1,
          "entryPrice": 1917.925,
          "exitPrice": 1922.229,
          "stopDistance": 4.304,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 151
        },
        {
          "entryTs": 1697558340,
          "entryUtc": "2023-10-17T15:59:00.000Z",
          "exitTs": 1697592420,
          "dir": -1,
          "entryPrice": 1926.574,
          "exitPrice": 1931.664,
          "stopDistance": 5.09,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 568
        },
        {
          "entryTs": 1697645400,
          "entryUtc": "2023-10-18T16:10:00.000Z",
          "exitTs": 1697648520,
          "dir": -1,
          "entryPrice": 1946.438,
          "exitPrice": 1952.672,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 52
        },
        {
          "entryTs": 1697650080,
          "entryUtc": "2023-10-18T17:28:00.000Z",
          "exitTs": 1697687160,
          "dir": -1,
          "entryPrice": 1956.024,
          "exitPrice": 1945.487,
          "stopDistance": 5.269,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 618
        },
        {
          "entryTs": 1697704740,
          "entryUtc": "2023-10-19T08:39:00.000Z",
          "exitTs": 1697718000,
          "dir": 1,
          "entryPrice": 1948.558,
          "exitPrice": 1954.205,
          "stopDistance": 2.824,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 221
        },
        {
          "entryTs": 1697805660,
          "entryUtc": "2023-10-20T12:41:00.000Z",
          "exitTs": 1697809560,
          "dir": -1,
          "entryPrice": 1978.335,
          "exitPrice": 1982.181,
          "stopDistance": 3.846,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 65
        },
        {
          "entryTs": 1697822220,
          "entryUtc": "2023-10-20T17:17:00.000Z",
          "exitTs": 1697822340,
          "dir": 1,
          "entryPrice": 1979.655,
          "exitPrice": 1974.882,
          "stopDistance": 4.773,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 2
        },
        {
          "entryTs": 1698058200,
          "entryUtc": "2023-10-23T10:50:00.000Z",
          "exitTs": 1698063600,
          "dir": -1,
          "entryPrice": 1977.385,
          "exitPrice": 1980.653,
          "stopDistance": 3.268,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 90
        },
        {
          "entryTs": 1698075600,
          "entryUtc": "2023-10-23T15:40:00.000Z",
          "exitTs": 1698137160,
          "dir": 1,
          "entryPrice": 1975.535,
          "exitPrice": 1970.842,
          "stopDistance": 4.693,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 1026
        },
        {
          "entryTs": 1698214980,
          "entryUtc": "2023-10-25T06:23:00.000Z",
          "exitTs": 1698218700,
          "dir": -1,
          "entryPrice": 1975.525,
          "exitPrice": 1970.554,
          "stopDistance": 2.485,
          "outcome": "target",
          "netR": 1.8511,
          "holdMinutes": 62
        },
        {
          "entryTs": 1698220860,
          "entryUtc": "2023-10-25T08:01:00.000Z",
          "exitTs": 1698236040,
          "dir": 1,
          "entryPrice": 1970.875,
          "exitPrice": 1976.74,
          "stopDistance": 2.932,
          "outcome": "target",
          "netR": 1.8738,
          "holdMinutes": 253
        },
        {
          "entryTs": 1698247860,
          "entryUtc": "2023-10-25T15:31:00.000Z",
          "exitTs": 1698249120,
          "dir": -1,
          "entryPrice": 1978.875,
          "exitPrice": 1984.008,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 21
        },
        {
          "entryTs": 1698252660,
          "entryUtc": "2023-10-25T16:51:00.000Z",
          "exitTs": 1698309360,
          "dir": 1,
          "entryPrice": 1978.165,
          "exitPrice": 1991.207,
          "stopDistance": 6.521,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 945
        },
        {
          "entryTs": 1698338460,
          "entryUtc": "2023-10-26T16:41:00.000Z",
          "exitTs": 1698411420,
          "dir": 1,
          "entryPrice": 1982.315,
          "exitPrice": 1977.345,
          "stopDistance": 4.97,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 1216
        },
        {
          "entryTs": 1698627120,
          "entryUtc": "2023-10-30T00:52:00.000Z",
          "exitTs": 1698645360,
          "dir": 1,
          "entryPrice": 2004.108,
          "exitPrice": 1999.794,
          "stopDistance": 4.314,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 304
        },
        {
          "entryTs": 1698673440,
          "entryUtc": "2023-10-30T13:44:00.000Z",
          "exitTs": 1698676800,
          "dir": 1,
          "entryPrice": 1996.645,
          "exitPrice": 1993.075,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 56
        },
        {
          "entryTs": 1698680760,
          "entryUtc": "2023-10-30T15:46:00.000Z",
          "exitTs": 1698721800,
          "dir": 1,
          "entryPrice": 1998.125,
          "exitPrice": 1993.422,
          "stopDistance": 4.703,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 684
        },
        {
          "entryTs": 1698732780,
          "entryUtc": "2023-10-31T06:13:00.000Z",
          "exitTs": 1698738360,
          "dir": 1,
          "entryPrice": 1992.565,
          "exitPrice": 1997.237,
          "stopDistance": 2.336,
          "outcome": "target",
          "netR": 1.8416,
          "holdMinutes": 93
        },
        {
          "entryTs": 1698764400,
          "entryUtc": "2023-10-31T15:00:00.000Z",
          "exitTs": 1698765120,
          "dir": 1,
          "entryPrice": 1998.035,
          "exitPrice": 1994.314,
          "stopDistance": 3.721,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 12
        },
        {
          "entryTs": 1698846480,
          "entryUtc": "2023-11-01T13:48:00.000Z",
          "exitTs": 1698847200,
          "dir": -1,
          "entryPrice": 1985.185,
          "exitPrice": 1988.293,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 12
        },
        {
          "entryTs": 1698907500,
          "entryUtc": "2023-11-02T06:45:00.000Z",
          "exitTs": 1698923520,
          "dir": 1,
          "entryPrice": 1985.315,
          "exitPrice": 1989.629,
          "stopDistance": 2.157,
          "outcome": "target",
          "netR": 1.8285,
          "holdMinutes": 267
        },
        {
          "entryTs": 1698928560,
          "entryUtc": "2023-11-02T12:36:00.000Z",
          "exitTs": 1698931500,
          "dir": 1,
          "entryPrice": 1988.585,
          "exitPrice": 1985.881,
          "stopDistance": 2.704,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 49
        },
        {
          "entryTs": 1699019100,
          "entryUtc": "2023-11-03T13:45:00.000Z",
          "exitTs": 1699225200,
          "dir": -1,
          "entryPrice": 1999.325,
          "exitPrice": 1992.748,
          "stopDistance": 5.74,
          "outcome": "time",
          "netR": 1.0813,
          "holdMinutes": 3435
        },
        {
          "entryTs": 1699238340,
          "entryUtc": "2023-11-06T02:39:00.000Z",
          "exitTs": 1699239240,
          "dir": 1,
          "entryPrice": 1989.925,
          "exitPrice": 1986.997,
          "stopDistance": 2.928,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 15
        },
        {
          "entryTs": 1699259520,
          "entryUtc": "2023-11-06T08:32:00.000Z",
          "exitTs": 1699284900,
          "dir": 1,
          "entryPrice": 1985.625,
          "exitPrice": 1982.864,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 423
        },
        {
          "entryTs": 1699368960,
          "entryUtc": "2023-11-07T14:56:00.000Z",
          "exitTs": 1699381500,
          "dir": 1,
          "entryPrice": 1960.195,
          "exitPrice": 1966.999,
          "stopDistance": 3.402,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 209
        },
        {
          "entryTs": 1699424580,
          "entryUtc": "2023-11-08T06:23:00.000Z",
          "exitTs": 1699437660,
          "dir": -1,
          "entryPrice": 1968.915,
          "exitPrice": 1964.883,
          "stopDistance": 2.016,
          "outcome": "target",
          "netR": 1.8165,
          "holdMinutes": 218
        },
        {
          "entryTs": 1699449720,
          "entryUtc": "2023-11-08T13:22:00.000Z",
          "exitTs": 1699453980,
          "dir": 1,
          "entryPrice": 1963.595,
          "exitPrice": 1961.044,
          "stopDistance": 2.551,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 71
        },
        {
          "entryTs": 1699487520,
          "entryUtc": "2023-11-08T23:52:00.000Z",
          "exitTs": 1699492860,
          "dir": -1,
          "entryPrice": 1950.495,
          "exitPrice": 1952.979,
          "stopDistance": 2.484,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 89
        },
        {
          "entryTs": 1699522260,
          "entryUtc": "2023-11-09T09:31:00.000Z",
          "exitTs": 1699539720,
          "dir": 1,
          "entryPrice": 1947.025,
          "exitPrice": 1951.72,
          "stopDistance": 2.347,
          "outcome": "target",
          "netR": 1.8424,
          "holdMinutes": 291
        },
        {
          "entryTs": 1699549500,
          "entryUtc": "2023-11-09T17:05:00.000Z",
          "exitTs": 1699610940,
          "dir": -1,
          "entryPrice": 1961.655,
          "exitPrice": 1952.825,
          "stopDistance": 4.415,
          "outcome": "target",
          "netR": 1.9162,
          "holdMinutes": 1024
        },
        {
          "entryTs": 1699867920,
          "entryUtc": "2023-11-13T09:32:00.000Z",
          "exitTs": 1699885140,
          "dir": -1,
          "entryPrice": 1938.508,
          "exitPrice": 1933.677,
          "stopDistance": 2.416,
          "outcome": "target",
          "netR": 1.8468,
          "holdMinutes": 287
        },
        {
          "entryTs": 1699950780,
          "entryUtc": "2023-11-14T08:33:00.000Z",
          "exitTs": 1699953420,
          "dir": -1,
          "entryPrice": 1945.525,
          "exitPrice": 1947.147,
          "stopDistance": 1.622,
          "outcome": "stop",
          "netR": -1.2589,
          "holdMinutes": 44
        },
        {
          "entryTs": 1700066400,
          "entryUtc": "2023-11-15T16:40:00.000Z",
          "exitTs": 1700125680,
          "dir": 1,
          "entryPrice": 1959.275,
          "exitPrice": 1967.767,
          "stopDistance": 4.246,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 988
        },
        {
          "entryTs": 1700132700,
          "entryUtc": "2023-11-16T11:05:00.000Z",
          "exitTs": 1700141400,
          "dir": -1,
          "entryPrice": 1965.785,
          "exitPrice": 1967.71,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 145
        },
        {
          "entryTs": 1700205120,
          "entryUtc": "2023-11-17T07:12:00.000Z",
          "exitTs": 1700206740,
          "dir": -1,
          "entryPrice": 1984.405,
          "exitPrice": 1986.203,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2336,
          "holdMinutes": 27
        },
        {
          "entryTs": 1700221860,
          "entryUtc": "2023-11-17T11:51:00.000Z",
          "exitTs": 1700228640,
          "dir": -1,
          "entryPrice": 1990.185,
          "exitPrice": 1984.434,
          "stopDistance": 2.875,
          "outcome": "target",
          "netR": 1.8713,
          "holdMinutes": 113
        },
        {
          "entryTs": 1700229720,
          "entryUtc": "2023-11-17T14:02:00.000Z",
          "exitTs": 1700241000,
          "dir": -1,
          "entryPrice": 1986.145,
          "exitPrice": 1978.766,
          "stopDistance": 3.69,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 188
        },
        {
          "entryTs": 1700492400,
          "entryUtc": "2023-11-20T15:00:00.000Z",
          "exitTs": 1700503380,
          "dir": 1,
          "entryPrice": 1969.675,
          "exitPrice": 1977.155,
          "stopDistance": 3.74,
          "outcome": "target",
          "netR": 1.9011,
          "holdMinutes": 183
        },
        {
          "entryTs": 1700547420,
          "entryUtc": "2023-11-21T06:17:00.000Z",
          "exitTs": 1700551980,
          "dir": -1,
          "entryPrice": 1990.415,
          "exitPrice": 1993.163,
          "stopDistance": 2.748,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 76
        },
        {
          "entryTs": 1700632620,
          "entryUtc": "2023-11-22T05:57:00.000Z",
          "exitTs": 1700634120,
          "dir": -1,
          "entryPrice": 1998.735,
          "exitPrice": 2000.753,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2082,
          "holdMinutes": 25
        },
        {
          "entryTs": 1700644140,
          "entryUtc": "2023-11-22T09:09:00.000Z",
          "exitTs": 1700665440,
          "dir": -1,
          "entryPrice": 2001.855,
          "exitPrice": 1996.181,
          "stopDistance": 2.837,
          "outcome": "target",
          "netR": 1.8696,
          "holdMinutes": 355
        },
        {
          "entryTs": 1700719380,
          "entryUtc": "2023-11-23T06:03:00.000Z",
          "exitTs": 1700744100,
          "dir": -1,
          "entryPrice": 1996.435,
          "exitPrice": 1992.025,
          "stopDistance": 2.205,
          "outcome": "target",
          "netR": 1.8322,
          "holdMinutes": 412
        },
        {
          "entryTs": 1700793480,
          "entryUtc": "2023-11-24T02:38:00.000Z",
          "exitTs": 1700821140,
          "dir": -1,
          "entryPrice": 1993.585,
          "exitPrice": 1995.462,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2237,
          "holdMinutes": 461
        },
        {
          "entryTs": 1701087660,
          "entryUtc": "2023-11-27T12:21:00.000Z",
          "exitTs": 1701097560,
          "dir": -1,
          "entryPrice": 2014.135,
          "exitPrice": 2008.767,
          "stopDistance": 2.684,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 165
        },
        {
          "entryTs": 1701135600,
          "entryUtc": "2023-11-28T01:40:00.000Z",
          "exitTs": 1701178920,
          "dir": -1,
          "entryPrice": 2015.355,
          "exitPrice": 2017.619,
          "stopDistance": 2.264,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 722
        },
        {
          "entryTs": 1701234060,
          "entryUtc": "2023-11-29T05:01:00.000Z",
          "exitTs": 1701249600,
          "dir": -1,
          "entryPrice": 2046.755,
          "exitPrice": 2040.411,
          "stopDistance": 3.172,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 259
        },
        {
          "entryTs": 1701259260,
          "entryUtc": "2023-11-29T12:01:00.000Z",
          "exitTs": 1701268680,
          "dir": 1,
          "entryPrice": 2039.275,
          "exitPrice": 2044.862,
          "stopDistance": 2.793,
          "outcome": "target",
          "netR": 1.8675,
          "holdMinutes": 157
        },
        {
          "entryTs": 1701277500,
          "entryUtc": "2023-11-29T17:05:00.000Z",
          "exitTs": 1701282660,
          "dir": -1,
          "entryPrice": 2042.655,
          "exitPrice": 2046.82,
          "stopDistance": 4.165,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 86
        },
        {
          "entryTs": 1701351000,
          "entryUtc": "2023-11-30T13:30:00.000Z",
          "exitTs": 1701351660,
          "dir": 1,
          "entryPrice": 2040.085,
          "exitPrice": 2037.365,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 11
        },
        {
          "entryTs": 1701437460,
          "entryUtc": "2023-12-01T13:31:00.000Z",
          "exitTs": 1701442800,
          "dir": 1,
          "entryPrice": 2037.135,
          "exitPrice": 2043.378,
          "stopDistance": 3.122,
          "outcome": "target",
          "netR": 1.8815,
          "holdMinutes": 89
        },
        {
          "entryTs": 1701464640,
          "entryUtc": "2023-12-01T21:04:00.000Z",
          "exitTs": 1701644400,
          "dir": -1,
          "entryPrice": 2071.015,
          "exitPrice": 2072.504,
          "stopDistance": 5.273,
          "outcome": "time",
          "netR": -0.3525,
          "holdMinutes": 2996
        },
        {
          "entryTs": 1701684600,
          "entryUtc": "2023-12-04T10:10:00.000Z",
          "exitTs": 1701697800,
          "dir": 1,
          "entryPrice": 2064.365,
          "exitPrice": 2056.415,
          "stopDistance": 7.95,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 220
        },
        {
          "entryTs": 1701765960,
          "entryUtc": "2023-12-05T08:46:00.000Z",
          "exitTs": 1701767520,
          "dir": 1,
          "entryPrice": 2033.795,
          "exitPrice": 2030.139,
          "stopDistance": 3.656,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 26
        },
        {
          "entryTs": 1701786420,
          "entryUtc": "2023-12-05T14:27:00.000Z",
          "exitTs": 1701787500,
          "dir": 1,
          "entryPrice": 2024.435,
          "exitPrice": 2020.136,
          "stopDistance": 4.299,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 18
        },
        {
          "entryTs": 1701798960,
          "entryUtc": "2023-12-05T17:56:00.000Z",
          "exitTs": 1701848400,
          "dir": 1,
          "entryPrice": 2016.875,
          "exitPrice": 2029.643,
          "stopDistance": 6.384,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 824
        },
        {
          "entryTs": 1701868500,
          "entryUtc": "2023-12-06T13:15:00.000Z",
          "exitTs": 1701874860,
          "dir": -1,
          "entryPrice": 2030.665,
          "exitPrice": 2023.353,
          "stopDistance": 3.656,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 106
        },
        {
          "entryTs": 1701876000,
          "entryUtc": "2023-12-06T15:20:00.000Z",
          "exitTs": 1701937500,
          "dir": -1,
          "entryPrice": 2028.375,
          "exitPrice": 2032.991,
          "stopDistance": 4.616,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 1025
        },
        {
          "entryTs": 1701963000,
          "entryUtc": "2023-12-07T15:30:00.000Z",
          "exitTs": 1701968580,
          "dir": 1,
          "entryPrice": 2028.735,
          "exitPrice": 2023.951,
          "stopDistance": 4.784,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 93
        },
        {
          "entryTs": 1701973020,
          "entryUtc": "2023-12-07T18:17:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2030.085,
          "exitPrice": 2024.842,
          "stopDistance": 5.243,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 1153
        },
        {
          "entryTs": 1702050360,
          "entryUtc": "2023-12-08T15:46:00.000Z",
          "exitTs": 1702053960,
          "dir": 1,
          "entryPrice": 2009.345,
          "exitPrice": 2003.066,
          "stopDistance": 6.279,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 60
        },
        {
          "entryTs": 1702293540,
          "entryUtc": "2023-12-11T11:19:00.000Z",
          "exitTs": 1702302660,
          "dir": 1,
          "entryPrice": 1994.155,
          "exitPrice": 1990.88,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 152
        },
        {
          "entryTs": 1702378500,
          "entryUtc": "2023-12-12T10:55:00.000Z",
          "exitTs": 1702386780,
          "dir": 1,
          "entryPrice": 1986.675,
          "exitPrice": 1991.534,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 138
        },
        {
          "entryTs": 1702439040,
          "entryUtc": "2023-12-13T03:44:00.000Z",
          "exitTs": 1702448340,
          "dir": 1,
          "entryPrice": 1978.625,
          "exitPrice": 1976.7,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 155
        },
        {
          "entryTs": 1702483560,
          "entryUtc": "2023-12-13T16:06:00.000Z",
          "exitTs": 1702494000,
          "dir": 1,
          "entryPrice": 1980.795,
          "exitPrice": 1987.694,
          "stopDistance": 3.45,
          "outcome": "target",
          "netR": 1.8927,
          "holdMinutes": 174
        },
        {
          "entryTs": 1702537800,
          "entryUtc": "2023-12-14T07:10:00.000Z",
          "exitTs": 1702560600,
          "dir": 1,
          "entryPrice": 2033.035,
          "exitPrice": 2028.997,
          "stopDistance": 4.038,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 380
        },
        {
          "entryTs": 1702576860,
          "entryUtc": "2023-12-14T18:01:00.000Z",
          "exitTs": 1702578540,
          "dir": 1,
          "entryPrice": 2033.925,
          "exitPrice": 2029.123,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 28
        },
        {
          "entryTs": 1702633740,
          "entryUtc": "2023-12-15T09:49:00.000Z",
          "exitTs": 1702643700,
          "dir": -1,
          "entryPrice": 2041.565,
          "exitPrice": 2044.65,
          "stopDistance": 3.086,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 166
        },
        {
          "entryTs": 1702864980,
          "entryUtc": "2023-12-18T02:03:00.000Z",
          "exitTs": 1702889280,
          "dir": -1,
          "entryPrice": 2021.405,
          "exitPrice": 2024.889,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 405
        },
        {
          "entryTs": 1702911660,
          "entryUtc": "2023-12-18T15:01:00.000Z",
          "exitTs": 1702912140,
          "dir": 1,
          "entryPrice": 2023.625,
          "exitPrice": 2020.301,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 8
        },
        {
          "entryTs": 1702971000,
          "entryUtc": "2023-12-19T07:30:00.000Z",
          "exitTs": 1702989660,
          "dir": 1,
          "entryPrice": 2025.155,
          "exitPrice": 2029.876,
          "stopDistance": 2.361,
          "outcome": "target",
          "netR": 1.8433,
          "holdMinutes": 311
        },
        {
          "entryTs": 1703006280,
          "entryUtc": "2023-12-19T17:18:00.000Z",
          "exitTs": 1703009520,
          "dir": 1,
          "entryPrice": 2041.805,
          "exitPrice": 2037.735,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 54
        },
        {
          "entryTs": 1703027400,
          "entryUtc": "2023-12-19T23:10:00.000Z",
          "exitTs": 1703071320,
          "dir": -1,
          "entryPrice": 2040.675,
          "exitPrice": 2032.988,
          "stopDistance": 3.844,
          "outcome": "target",
          "netR": 1.9037,
          "holdMinutes": 732
        },
        {
          "entryTs": 1703082060,
          "entryUtc": "2023-12-20T14:21:00.000Z",
          "exitTs": 1703085180,
          "dir": 1,
          "entryPrice": 2036.925,
          "exitPrice": 2033.501,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 52
        },
        {
          "entryTs": 1703089800,
          "entryUtc": "2023-12-20T16:30:00.000Z",
          "exitTs": 1703101980,
          "dir": 1,
          "entryPrice": 2034.645,
          "exitPrice": 2030.461,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 203
        },
        {
          "entryTs": 1703165400,
          "entryUtc": "2023-12-21T13:30:00.000Z",
          "exitTs": 1703165400,
          "dir": -1,
          "entryPrice": 2037.478,
          "exitPrice": 2032.653,
          "stopDistance": 2.413,
          "outcome": "target",
          "netR": 1.8466,
          "holdMinutes": 0
        },
        {
          "entryTs": 1703167740,
          "entryUtc": "2023-12-21T14:09:00.000Z",
          "exitTs": 1703169960,
          "dir": 1,
          "entryPrice": 2037.398,
          "exitPrice": 2045.032,
          "stopDistance": 3.817,
          "outcome": "target",
          "netR": 1.9031,
          "holdMinutes": 37
        },
        {
          "entryTs": 1703177520,
          "entryUtc": "2023-12-21T16:52:00.000Z",
          "exitTs": 1703201940,
          "dir": 1,
          "entryPrice": 2041.435,
          "exitPrice": 2050.459,
          "stopDistance": 4.512,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 407
        },
        {
          "entryTs": 1703252760,
          "entryUtc": "2023-12-22T13:46:00.000Z",
          "exitTs": 1703253060,
          "dir": -1,
          "entryPrice": 2063.635,
          "exitPrice": 2067.433,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 5
        },
        {
          "entryTs": 1703259060,
          "entryUtc": "2023-12-22T15:31:00.000Z",
          "exitTs": 1703261040,
          "dir": 1,
          "entryPrice": 2062.495,
          "exitPrice": 2057.699,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 33
        },
        {
          "entryTs": 1703268720,
          "entryUtc": "2023-12-22T18:12:00.000Z",
          "exitTs": 1703545200,
          "dir": -1,
          "entryPrice": 2056.855,
          "exitPrice": 2052.975,
          "stopDistance": 5.538,
          "outcome": "time",
          "netR": 0.6338,
          "holdMinutes": 4608
        },
        {
          "entryTs": 1703578200,
          "entryUtc": "2023-12-26T08:10:00.000Z",
          "exitTs": 1703581500,
          "dir": 1,
          "entryPrice": 2062.715,
          "exitPrice": 2060.66,
          "stopDistance": 2.055,
          "outcome": "stop",
          "netR": -1.2044,
          "holdMinutes": 55
        },
        {
          "entryTs": 1703643300,
          "entryUtc": "2023-12-27T02:15:00.000Z",
          "exitTs": 1703673000,
          "dir": 1,
          "entryPrice": 2065.455,
          "exitPrice": 2063.184,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 495
        },
        {
          "entryTs": 1703675760,
          "entryUtc": "2023-12-27T11:16:00.000Z",
          "exitTs": 1703679960,
          "dir": -1,
          "entryPrice": 2066.585,
          "exitPrice": 2068.739,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 70
        },
        {
          "entryTs": 1703681640,
          "entryUtc": "2023-12-27T12:54:00.000Z",
          "exitTs": 1703683260,
          "dir": 1,
          "entryPrice": 2064.355,
          "exitPrice": 2068.927,
          "stopDistance": 2.286,
          "outcome": "target",
          "netR": 1.8382,
          "holdMinutes": 27
        },
        {
          "entryTs": 1703760180,
          "entryUtc": "2023-12-28T10:43:00.000Z",
          "exitTs": 1703765100,
          "dir": 1,
          "entryPrice": 2075.715,
          "exitPrice": 2072.177,
          "stopDistance": 3.538,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 82
        },
        {
          "entryTs": 1703779380,
          "entryUtc": "2023-12-28T16:03:00.000Z",
          "exitTs": 1703790840,
          "dir": 1,
          "entryPrice": 2075.395,
          "exitPrice": 2071.206,
          "stopDistance": 4.189,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 191
        },
        {
          "entryTs": 1703855160,
          "entryUtc": "2023-12-29T13:06:00.000Z",
          "exitTs": 1703858100,
          "dir": 1,
          "entryPrice": 2063.748,
          "exitPrice": 2061.067,
          "stopDistance": 2.681,
          "outcome": "stop",
          "netR": -1.1567,
          "holdMinutes": 49
        },
        {
          "entryTs": 1703863440,
          "entryUtc": "2023-12-29T15:24:00.000Z",
          "exitTs": 1704150000,
          "dir": 1,
          "entryPrice": 2061.675,
          "exitPrice": 2064.235,
          "stopDistance": 3.868,
          "outcome": "time",
          "netR": 0.5663,
          "holdMinutes": 4776
        },
        {
          "entryTs": 1704163020,
          "entryUtc": "2024-01-02T02:37:00.000Z",
          "exitTs": 1704168900,
          "dir": -1,
          "entryPrice": 2067.275,
          "exitPrice": 2070.463,
          "stopDistance": 3.189,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 98
        },
        {
          "entryTs": 1704227220,
          "entryUtc": "2024-01-02T20:27:00.000Z",
          "exitTs": 1704277320,
          "dir": 1,
          "entryPrice": 2059.635,
          "exitPrice": 2053.567,
          "stopDistance": 6.068,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 835
        },
        {
          "entryTs": 1704295140,
          "entryUtc": "2024-01-03T15:19:00.000Z",
          "exitTs": 1704301260,
          "dir": 1,
          "entryPrice": 2037.488,
          "exitPrice": 2031.137,
          "stopDistance": 6.351,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 102
        },
        {
          "entryTs": 1704308400,
          "entryUtc": "2024-01-03T19:00:00.000Z",
          "exitTs": 1704309240,
          "dir": 1,
          "entryPrice": 2035.125,
          "exitPrice": 2030.58,
          "stopDistance": 4.545,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 14
        },
        {
          "entryTs": 1704371640,
          "entryUtc": "2024-01-04T12:34:00.000Z",
          "exitTs": 1704375600,
          "dir": -1,
          "entryPrice": 2045.845,
          "exitPrice": 2039.879,
          "stopDistance": 2.983,
          "outcome": "target",
          "netR": 1.876,
          "holdMinutes": 66
        },
        {
          "entryTs": 1704382620,
          "entryUtc": "2024-01-04T15:37:00.000Z",
          "exitTs": 1704448260,
          "dir": 1,
          "entryPrice": 2044.755,
          "exitPrice": 2040.417,
          "stopDistance": 4.338,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 1094
        },
        {
          "entryTs": 1704464040,
          "entryUtc": "2024-01-05T14:14:00.000Z",
          "exitTs": 1704465060,
          "dir": 1,
          "entryPrice": 2038.985,
          "exitPrice": 2048.973,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 17
        },
        {
          "entryTs": 1704700800,
          "entryUtc": "2024-01-08T08:00:00.000Z",
          "exitTs": 1704701640,
          "dir": 1,
          "entryPrice": 2031.175,
          "exitPrice": 2027.748,
          "stopDistance": 3.427,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 14
        },
        {
          "entryTs": 1704774600,
          "entryUtc": "2024-01-09T04:30:00.000Z",
          "exitTs": 1704795900,
          "dir": 1,
          "entryPrice": 2032.715,
          "exitPrice": 2038.233,
          "stopDistance": 2.759,
          "outcome": "target",
          "netR": 1.8659,
          "holdMinutes": 355
        },
        {
          "entryTs": 1704806640,
          "entryUtc": "2024-01-09T13:24:00.000Z",
          "exitTs": 1704807480,
          "dir": 1,
          "entryPrice": 2032.975,
          "exitPrice": 2039.641,
          "stopDistance": 3.333,
          "outcome": "target",
          "netR": 1.889,
          "holdMinutes": 14
        },
        {
          "entryTs": 1704861180,
          "entryUtc": "2024-01-10T04:33:00.000Z",
          "exitTs": 1704866820,
          "dir": -1,
          "entryPrice": 2030.485,
          "exitPrice": 2025.369,
          "stopDistance": 2.558,
          "outcome": "target",
          "netR": 1.8554,
          "holdMinutes": 94
        },
        {
          "entryTs": 1704871800,
          "entryUtc": "2024-01-10T07:30:00.000Z",
          "exitTs": 1704874080,
          "dir": 1,
          "entryPrice": 2028.095,
          "exitPrice": 2033.574,
          "stopDistance": 2.74,
          "outcome": "target",
          "netR": 1.8649,
          "holdMinutes": 38
        },
        {
          "entryTs": 1704892440,
          "entryUtc": "2024-01-10T13:14:00.000Z",
          "exitTs": 1704897960,
          "dir": -1,
          "entryPrice": 2032.765,
          "exitPrice": 2027.029,
          "stopDistance": 2.868,
          "outcome": "target",
          "netR": 1.871,
          "holdMinutes": 92
        },
        {
          "entryTs": 1704975060,
          "entryUtc": "2024-01-11T12:11:00.000Z",
          "exitTs": 1704979440,
          "dir": 1,
          "entryPrice": 2033.525,
          "exitPrice": 2037.843,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 73
        },
        {
          "entryTs": 1705083660,
          "entryUtc": "2024-01-12T18:21:00.000Z",
          "exitTs": 1705273200,
          "dir": -1,
          "entryPrice": 2047.658,
          "exitPrice": 2047.035,
          "stopDistance": 5.748,
          "outcome": "time",
          "netR": 0.044,
          "holdMinutes": 3159
        },
        {
          "entryTs": 1705412760,
          "entryUtc": "2024-01-16T13:46:00.000Z",
          "exitTs": 1705420800,
          "dir": 1,
          "entryPrice": 2040.985,
          "exitPrice": 2035.956,
          "stopDistance": 5.029,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 134
        },
        {
          "entryTs": 1705421400,
          "entryUtc": "2024-01-16T16:10:00.000Z",
          "exitTs": 1705424820,
          "dir": 1,
          "entryPrice": 2033.578,
          "exitPrice": 2028.549,
          "stopDistance": 5.029,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 57
        },
        {
          "entryTs": 1705481580,
          "entryUtc": "2024-01-17T08:53:00.000Z",
          "exitTs": 1705487580,
          "dir": 1,
          "entryPrice": 2021.525,
          "exitPrice": 2028.229,
          "stopDistance": 3.352,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 100
        },
        {
          "entryTs": 1705493220,
          "entryUtc": "2024-01-17T12:07:00.000Z",
          "exitTs": 1705498200,
          "dir": -1,
          "entryPrice": 2025.655,
          "exitPrice": 2018.923,
          "stopDistance": 3.366,
          "outcome": "target",
          "netR": 1.8901,
          "holdMinutes": 83
        },
        {
          "entryTs": 1705555380,
          "entryUtc": "2024-01-18T05:23:00.000Z",
          "exitTs": 1705557720,
          "dir": -1,
          "entryPrice": 2007.015,
          "exitPrice": 2009.347,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 39
        },
        {
          "entryTs": 1705585920,
          "entryUtc": "2024-01-18T13:52:00.000Z",
          "exitTs": 1705592100,
          "dir": -1,
          "entryPrice": 2011.328,
          "exitPrice": 2014.821,
          "stopDistance": 3.492,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 103
        },
        {
          "entryTs": 1705653960,
          "entryUtc": "2024-01-19T08:46:00.000Z",
          "exitTs": 1705654680,
          "dir": -1,
          "entryPrice": 2027.795,
          "exitPrice": 2030.062,
          "stopDistance": 2.267,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 12
        },
        {
          "entryTs": 1705680120,
          "entryUtc": "2024-01-19T16:02:00.000Z",
          "exitTs": 1705878000,
          "dir": -1,
          "entryPrice": 2028.788,
          "exitPrice": 2028.815,
          "stopDistance": 4.196,
          "outcome": "time",
          "netR": -0.0946,
          "holdMinutes": 3298
        },
        {
          "entryTs": 1705888980,
          "entryUtc": "2024-01-22T02:03:00.000Z",
          "exitTs": 1705896120,
          "dir": 1,
          "entryPrice": 2028.455,
          "exitPrice": 2025.878,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 119
        },
        {
          "entryTs": 1706000520,
          "entryUtc": "2024-01-23T09:02:00.000Z",
          "exitTs": 1706020380,
          "dir": -1,
          "entryPrice": 2029.175,
          "exitPrice": 2022.013,
          "stopDistance": 3.581,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 331
        },
        {
          "entryTs": 1706090880,
          "entryUtc": "2024-01-24T10:08:00.000Z",
          "exitTs": 1706101560,
          "dir": -1,
          "entryPrice": 2031.555,
          "exitPrice": 2034.575,
          "stopDistance": 3.02,
          "outcome": "stop",
          "netR": -1.1391,
          "holdMinutes": 178
        },
        {
          "entryTs": 1706188560,
          "entryUtc": "2024-01-25T13:16:00.000Z",
          "exitTs": 1706189400,
          "dir": -1,
          "entryPrice": 2016.404,
          "exitPrice": 2011.545,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706276100,
          "entryUtc": "2024-01-26T13:35:00.000Z",
          "exitTs": 1706276820,
          "dir": 1,
          "entryPrice": 2019.775,
          "exitPrice": 2024.257,
          "stopDistance": 2.241,
          "outcome": "target",
          "netR": 1.8349,
          "holdMinutes": 12
        },
        {
          "entryTs": 1706491620,
          "entryUtc": "2024-01-29T01:27:00.000Z",
          "exitTs": 1706512080,
          "dir": 1,
          "entryPrice": 2023.375,
          "exitPrice": 2030.254,
          "stopDistance": 3.44,
          "outcome": "target",
          "netR": 1.8924,
          "holdMinutes": 341
        },
        {
          "entryTs": 1706534880,
          "entryUtc": "2024-01-29T13:28:00.000Z",
          "exitTs": 1706535480,
          "dir": -1,
          "entryPrice": 2030.535,
          "exitPrice": 2033.086,
          "stopDistance": 2.551,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706577540,
          "entryUtc": "2024-01-30T01:19:00.000Z",
          "exitTs": 1706599980,
          "dir": 1,
          "entryPrice": 2030.995,
          "exitPrice": 2036.521,
          "stopDistance": 2.763,
          "outcome": "target",
          "netR": 1.8661,
          "holdMinutes": 374
        },
        {
          "entryTs": 1706615760,
          "entryUtc": "2024-01-30T11:56:00.000Z",
          "exitTs": 1706622360,
          "dir": -1,
          "entryPrice": 2034.198,
          "exitPrice": 2036.742,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 110
        },
        {
          "entryTs": 1706623140,
          "entryUtc": "2024-01-30T13:59:00.000Z",
          "exitTs": 1706623680,
          "dir": -1,
          "entryPrice": 2037.735,
          "exitPrice": 2040.135,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 9
        },
        {
          "entryTs": 1706636700,
          "entryUtc": "2024-01-30T17:45:00.000Z",
          "exitTs": 1706708820,
          "dir": 1,
          "entryPrice": 2033.405,
          "exitPrice": 2042.162,
          "stopDistance": 4.379,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 1202
        },
        {
          "entryTs": 1706730180,
          "entryUtc": "2024-01-31T19:43:00.000Z",
          "exitTs": 1706731320,
          "dir": -1,
          "entryPrice": 2049.735,
          "exitPrice": 2040.441,
          "stopDistance": 4.647,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 19
        },
        {
          "entryTs": 1706792940,
          "entryUtc": "2024-02-01T13:09:00.000Z",
          "exitTs": 1706794740,
          "dir": 1,
          "entryPrice": 2032.355,
          "exitPrice": 2039.292,
          "stopDistance": 3.468,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 30
        },
        {
          "entryTs": 1706799600,
          "entryUtc": "2024-02-01T15:00:00.000Z",
          "exitTs": 1706800440,
          "dir": 1,
          "entryPrice": 2039.585,
          "exitPrice": 2048.533,
          "stopDistance": 4.474,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706869800,
          "entryUtc": "2024-02-02T10:30:00.000Z",
          "exitTs": 1706880540,
          "dir": 1,
          "entryPrice": 2054.565,
          "exitPrice": 2052.242,
          "stopDistance": 2.323,
          "outcome": "stop",
          "netR": -1.1808,
          "holdMinutes": 179
        },
        {
          "entryTs": 1706886180,
          "entryUtc": "2024-02-02T15:03:00.000Z",
          "exitTs": 1707087600,
          "dir": 1,
          "entryPrice": 2031.925,
          "exitPrice": 2039.708,
          "stopDistance": 5.393,
          "outcome": "time",
          "netR": 1.3745,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1707145200,
          "entryUtc": "2024-02-05T15:00:00.000Z",
          "exitTs": 1707148380,
          "dir": 1,
          "entryPrice": 2019.255,
          "exitPrice": 2015.443,
          "stopDistance": 3.812,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 53
        },
        {
          "entryTs": 1707203700,
          "entryUtc": "2024-02-06T07:15:00.000Z",
          "exitTs": 1707208320,
          "dir": -1,
          "entryPrice": 2028.745,
          "exitPrice": 2024.874,
          "stopDistance": 1.936,
          "outcome": "target",
          "netR": 1.8089,
          "holdMinutes": 77
        },
        {
          "entryTs": 1707208380,
          "entryUtc": "2024-02-06T08:33:00.000Z",
          "exitTs": 1707224400,
          "dir": 1,
          "entryPrice": 2024.445,
          "exitPrice": 2027.95,
          "stopDistance": 1.753,
          "outcome": "target",
          "netR": 1.7889,
          "holdMinutes": 267
        },
        {
          "entryTs": 1707301500,
          "entryUtc": "2024-02-07T10:25:00.000Z",
          "exitTs": 1707309060,
          "dir": 1,
          "entryPrice": 2032.945,
          "exitPrice": 2031.192,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2397,
          "holdMinutes": 126
        },
        {
          "entryTs": 1707310020,
          "entryUtc": "2024-02-07T12:47:00.000Z",
          "exitTs": 1707314520,
          "dir": 1,
          "entryPrice": 2032.865,
          "exitPrice": 2036.954,
          "stopDistance": 2.044,
          "outcome": "target",
          "netR": 1.819,
          "holdMinutes": 75
        },
        {
          "entryTs": 1707320760,
          "entryUtc": "2024-02-07T15:46:00.000Z",
          "exitTs": 1707325860,
          "dir": 1,
          "entryPrice": 2039.635,
          "exitPrice": 2035.503,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 85
        },
        {
          "entryTs": 1707384720,
          "entryUtc": "2024-02-08T09:32:00.000Z",
          "exitTs": 1707385380,
          "dir": -1,
          "entryPrice": 2030.535,
          "exitPrice": 2032.583,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707402780,
          "entryUtc": "2024-02-08T14:33:00.000Z",
          "exitTs": 1707483840,
          "dir": -1,
          "entryPrice": 2032.725,
          "exitPrice": 2026.755,
          "stopDistance": 2.985,
          "outcome": "target",
          "netR": 1.876,
          "holdMinutes": 1351
        },
        {
          "entryTs": 1707486600,
          "entryUtc": "2024-02-09T13:50:00.000Z",
          "exitTs": 1707488820,
          "dir": 1,
          "entryPrice": 2027.365,
          "exitPrice": 2024.248,
          "stopDistance": 3.117,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 37
        },
        {
          "entryTs": 1707695460,
          "entryUtc": "2024-02-11T23:51:00.000Z",
          "exitTs": 1707731460,
          "dir": -1,
          "entryPrice": 2024.974,
          "exitPrice": 2020.429,
          "stopDistance": 2.273,
          "outcome": "target",
          "netR": 1.8372,
          "holdMinutes": 600
        },
        {
          "entryTs": 1707743460,
          "entryUtc": "2024-02-12T13:11:00.000Z",
          "exitTs": 1707743940,
          "dir": -1,
          "entryPrice": 2024.828,
          "exitPrice": 2026.675,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 8
        },
        {
          "entryTs": 1707761580,
          "entryUtc": "2024-02-12T18:13:00.000Z",
          "exitTs": 1707807900,
          "dir": 1,
          "entryPrice": 2018.035,
          "exitPrice": 2024.414,
          "stopDistance": 3.189,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 772
        },
        {
          "entryTs": 1707905520,
          "entryUtc": "2024-02-14T10:12:00.000Z",
          "exitTs": 1707922320,
          "dir": 1,
          "entryPrice": 1990.665,
          "exitPrice": 1988.32,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 280
        },
        {
          "entryTs": 1707978480,
          "entryUtc": "2024-02-15T06:28:00.000Z",
          "exitTs": 1707984540,
          "dir": 1,
          "entryPrice": 1991.595,
          "exitPrice": 1994.83,
          "stopDistance": 1.617,
          "outcome": "target",
          "netR": 1.7712,
          "holdMinutes": 101
        },
        {
          "entryTs": 1708016400,
          "entryUtc": "2024-02-15T17:00:00.000Z",
          "exitTs": 1708023840,
          "dir": -1,
          "entryPrice": 2001.095,
          "exitPrice": 2005.139,
          "stopDistance": 4.044,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 124
        },
        {
          "entryTs": 1708089900,
          "entryUtc": "2024-02-16T13:25:00.000Z",
          "exitTs": 1708090200,
          "dir": -1,
          "entryPrice": 2006.405,
          "exitPrice": 2003.228,
          "stopDistance": 1.588,
          "outcome": "target",
          "netR": 1.7671,
          "holdMinutes": 5
        },
        {
          "entryTs": 1708352580,
          "entryUtc": "2024-02-19T14:23:00.000Z",
          "exitTs": 1708358580,
          "dir": -1,
          "entryPrice": 2017.314,
          "exitPrice": 2013.414,
          "stopDistance": 1.95,
          "outcome": "target",
          "netR": 1.8103,
          "holdMinutes": 100
        },
        {
          "entryTs": 1708441260,
          "entryUtc": "2024-02-20T15:01:00.000Z",
          "exitTs": 1708459380,
          "dir": -1,
          "entryPrice": 2029.405,
          "exitPrice": 2024.021,
          "stopDistance": 2.692,
          "outcome": "target",
          "netR": 1.8626,
          "holdMinutes": 302
        },
        {
          "entryTs": 1708513740,
          "entryUtc": "2024-02-21T11:09:00.000Z",
          "exitTs": 1708514160,
          "dir": 1,
          "entryPrice": 2029.085,
          "exitPrice": 2027.337,
          "stopDistance": 1.748,
          "outcome": "stop",
          "netR": -1.2403,
          "holdMinutes": 7
        },
        {
          "entryTs": 1708518900,
          "entryUtc": "2024-02-21T12:35:00.000Z",
          "exitTs": 1708530660,
          "dir": 1,
          "entryPrice": 2028.195,
          "exitPrice": 2026.379,
          "stopDistance": 1.816,
          "outcome": "stop",
          "netR": -1.2313,
          "holdMinutes": 196
        },
        {
          "entryTs": 1708591980,
          "entryUtc": "2024-02-22T08:53:00.000Z",
          "exitTs": 1708600380,
          "dir": -1,
          "entryPrice": 2032.475,
          "exitPrice": 2027.916,
          "stopDistance": 2.28,
          "outcome": "target",
          "netR": 1.8377,
          "holdMinutes": 140
        },
        {
          "entryTs": 1708604460,
          "entryUtc": "2024-02-22T12:21:00.000Z",
          "exitTs": 1708608000,
          "dir": 1,
          "entryPrice": 2028.725,
          "exitPrice": 2026.513,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 59
        },
        {
          "entryTs": 1708656840,
          "entryUtc": "2024-02-23T02:54:00.000Z",
          "exitTs": 1708666980,
          "dir": 1,
          "entryPrice": 2024.748,
          "exitPrice": 2022.516,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 169
        },
        {
          "entryTs": 1708700100,
          "entryUtc": "2024-02-23T14:55:00.000Z",
          "exitTs": 1708703700,
          "dir": -1,
          "entryPrice": 2026.955,
          "exitPrice": 2029.823,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 60
        },
        {
          "entryTs": 1708917420,
          "entryUtc": "2024-02-26T03:17:00.000Z",
          "exitTs": 1708926480,
          "dir": -1,
          "entryPrice": 2031.398,
          "exitPrice": 2033.56,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 151
        },
        {
          "entryTs": 1708927980,
          "entryUtc": "2024-02-26T06:13:00.000Z",
          "exitTs": 1708935720,
          "dir": 1,
          "entryPrice": 2031.795,
          "exitPrice": 2035.565,
          "stopDistance": 1.885,
          "outcome": "target",
          "netR": 1.8037,
          "holdMinutes": 129
        },
        {
          "entryTs": 1708951560,
          "entryUtc": "2024-02-26T12:46:00.000Z",
          "exitTs": 1708956840,
          "dir": -1,
          "entryPrice": 2033.525,
          "exitPrice": 2028.863,
          "stopDistance": 2.331,
          "outcome": "target",
          "netR": 1.8413,
          "holdMinutes": 88
        },
        {
          "entryTs": 1708966140,
          "entryUtc": "2024-02-26T16:49:00.000Z",
          "exitTs": 1708977780,
          "dir": -1,
          "entryPrice": 2027.355,
          "exitPrice": 2030.484,
          "stopDistance": 3.129,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 194
        },
        {
          "entryTs": 1709027640,
          "entryUtc": "2024-02-27T09:54:00.000Z",
          "exitTs": 1709035380,
          "dir": -1,
          "entryPrice": 2037.085,
          "exitPrice": 2038.822,
          "stopDistance": 1.737,
          "outcome": "stop",
          "netR": -1.2418,
          "holdMinutes": 129
        },
        {
          "entryTs": 1709040600,
          "entryUtc": "2024-02-27T13:30:00.000Z",
          "exitTs": 1709043240,
          "dir": -1,
          "entryPrice": 2037.558,
          "exitPrice": 2033.536,
          "stopDistance": 2.011,
          "outcome": "target",
          "netR": 1.816,
          "holdMinutes": 44
        },
        {
          "entryTs": 1709139900,
          "entryUtc": "2024-02-28T17:05:00.000Z",
          "exitTs": 1709173260,
          "dir": -1,
          "entryPrice": 2034.175,
          "exitPrice": 2036.729,
          "stopDistance": 2.554,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 556
        },
        {
          "entryTs": 1709182800,
          "entryUtc": "2024-02-29T05:00:00.000Z",
          "exitTs": 1709188560,
          "dir": -1,
          "entryPrice": 2035.385,
          "exitPrice": 2036.81,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2948,
          "holdMinutes": 96
        },
        {
          "entryTs": 1709286000,
          "entryUtc": "2024-03-01T09:40:00.000Z",
          "exitTs": 1709287980,
          "dir": -1,
          "entryPrice": 2046.278,
          "exitPrice": 2048.226,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 33
        },
        {
          "entryTs": 1709305200,
          "entryUtc": "2024-03-01T15:00:00.000Z",
          "exitTs": 1709305200,
          "dir": -1,
          "entryPrice": 2048.475,
          "exitPrice": 2052.246,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 0
        },
        {
          "entryTs": 1709547780,
          "entryUtc": "2024-03-04T10:23:00.000Z",
          "exitTs": 1709560440,
          "dir": -1,
          "entryPrice": 2085.005,
          "exitPrice": 2087.349,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 211
        },
        {
          "entryTs": 1709621700,
          "entryUtc": "2024-03-05T06:55:00.000Z",
          "exitTs": 1709627220,
          "dir": -1,
          "entryPrice": 2116.975,
          "exitPrice": 2119.627,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 92
        },
        {
          "entryTs": 1709640240,
          "entryUtc": "2024-03-05T12:04:00.000Z",
          "exitTs": 1709644800,
          "dir": -1,
          "entryPrice": 2125.145,
          "exitPrice": 2128.658,
          "stopDistance": 3.513,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 76
        },
        {
          "entryTs": 1709671140,
          "entryUtc": "2024-03-05T20:39:00.000Z",
          "exitTs": 1709735520,
          "dir": 1,
          "entryPrice": 2128.625,
          "exitPrice": 2141.596,
          "stopDistance": 6.485,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 1073
        },
        {
          "entryTs": 1709741280,
          "entryUtc": "2024-03-06T16:08:00.000Z",
          "exitTs": 1709744220,
          "dir": -1,
          "entryPrice": 2142.895,
          "exitPrice": 2148.885,
          "stopDistance": 5.99,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 49
        },
        {
          "entryTs": 1709820420,
          "entryUtc": "2024-03-07T14:07:00.000Z",
          "exitTs": 1709822280,
          "dir": 1,
          "entryPrice": 2155.135,
          "exitPrice": 2151.691,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 31
        },
        {
          "entryTs": 1709829000,
          "entryUtc": "2024-03-07T16:30:00.000Z",
          "exitTs": 1709891820,
          "dir": 1,
          "entryPrice": 2157.678,
          "exitPrice": 2170.859,
          "stopDistance": 6.591,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 1047
        },
        {
          "entryTs": 1709907660,
          "entryUtc": "2024-03-08T14:21:00.000Z",
          "exitTs": 1709915880,
          "dir": -1,
          "entryPrice": 2170.475,
          "exitPrice": 2178.015,
          "stopDistance": 7.539,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 137
        },
        {
          "entryTs": 1710150480,
          "entryUtc": "2024-03-11T09:48:00.000Z",
          "exitTs": 1710164580,
          "dir": -1,
          "entryPrice": 2180.725,
          "exitPrice": 2183.768,
          "stopDistance": 3.043,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 235
        },
        {
          "entryTs": 1710166560,
          "entryUtc": "2024-03-11T14:16:00.000Z",
          "exitTs": 1710171540,
          "dir": -1,
          "entryPrice": 2180.315,
          "exitPrice": 2184.998,
          "stopDistance": 4.683,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 83
        },
        {
          "entryTs": 1710199740,
          "entryUtc": "2024-03-11T23:29:00.000Z",
          "exitTs": 1710212160,
          "dir": 1,
          "entryPrice": 2181.805,
          "exitPrice": 2178.822,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 207
        },
        {
          "entryTs": 1710234840,
          "entryUtc": "2024-03-12T09:14:00.000Z",
          "exitTs": 1710241980,
          "dir": 1,
          "entryPrice": 2176.585,
          "exitPrice": 2174.156,
          "stopDistance": 2.429,
          "outcome": "stop",
          "netR": -1.1729,
          "holdMinutes": 119
        },
        {
          "entryTs": 1710247980,
          "entryUtc": "2024-03-12T12:53:00.000Z",
          "exitTs": 1710248400,
          "dir": 1,
          "entryPrice": 2174.575,
          "exitPrice": 2169.446,
          "stopDistance": 5.129,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 7
        },
        {
          "entryTs": 1710352800,
          "entryUtc": "2024-03-13T18:00:00.000Z",
          "exitTs": 1710418680,
          "dir": -1,
          "entryPrice": 2174.595,
          "exitPrice": 2165.467,
          "stopDistance": 4.564,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 1098
        },
        {
          "entryTs": 1710492240,
          "entryUtc": "2024-03-15T08:44:00.000Z",
          "exitTs": 1710496440,
          "dir": -1,
          "entryPrice": 2167.775,
          "exitPrice": 2170.238,
          "stopDistance": 2.463,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 70
        },
        {
          "entryTs": 1710512580,
          "entryUtc": "2024-03-15T14:23:00.000Z",
          "exitTs": 1710523440,
          "dir": 1,
          "entryPrice": 2161.965,
          "exitPrice": 2157.329,
          "stopDistance": 4.636,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 181
        },
        {
          "entryTs": 1710850980,
          "entryUtc": "2024-03-19T12:23:00.000Z",
          "exitTs": 1710857160,
          "dir": 1,
          "entryPrice": 2152.385,
          "exitPrice": 2148.962,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 103
        },
        {
          "entryTs": 1710901440,
          "entryUtc": "2024-03-20T02:24:00.000Z",
          "exitTs": 1710928440,
          "dir": -1,
          "entryPrice": 2158.175,
          "exitPrice": 2154.088,
          "stopDistance": 2.043,
          "outcome": "target",
          "netR": 1.8189,
          "holdMinutes": 450
        },
        {
          "entryTs": 1710949200,
          "entryUtc": "2024-03-20T15:40:00.000Z",
          "exitTs": 1710957600,
          "dir": 1,
          "entryPrice": 2154.835,
          "exitPrice": 2162.343,
          "stopDistance": 3.754,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 140
        },
        {
          "entryTs": 1711009380,
          "entryUtc": "2024-03-21T08:23:00.000Z",
          "exitTs": 1711010520,
          "dir": -1,
          "entryPrice": 2206.315,
          "exitPrice": 2197.44,
          "stopDistance": 4.438,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 19
        },
        {
          "entryTs": 1711027500,
          "entryUtc": "2024-03-21T13:25:00.000Z",
          "exitTs": 1711028820,
          "dir": 1,
          "entryPrice": 2201.455,
          "exitPrice": 2196.471,
          "stopDistance": 4.984,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 22
        },
        {
          "entryTs": 1711041900,
          "entryUtc": "2024-03-21T17:25:00.000Z",
          "exitTs": 1711072680,
          "dir": 1,
          "entryPrice": 2181.465,
          "exitPrice": 2174.488,
          "stopDistance": 6.977,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 513
        },
        {
          "entryTs": 1711120080,
          "entryUtc": "2024-03-22T15:08:00.000Z",
          "exitTs": 1711122840,
          "dir": 1,
          "entryPrice": 2170.338,
          "exitPrice": 2166.424,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 46
        },
        {
          "entryTs": 1711347660,
          "entryUtc": "2024-03-25T06:21:00.000Z",
          "exitTs": 1711368300,
          "dir": 1,
          "entryPrice": 2166.168,
          "exitPrice": 2173.822,
          "stopDistance": 3.827,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 344
        },
        {
          "entryTs": 1711414860,
          "entryUtc": "2024-03-26T01:01:00.000Z",
          "exitTs": 1711417200,
          "dir": 1,
          "entryPrice": 2172.495,
          "exitPrice": 2170.331,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 39
        },
        {
          "entryTs": 1711422720,
          "entryUtc": "2024-03-26T03:12:00.000Z",
          "exitTs": 1711440960,
          "dir": 1,
          "entryPrice": 2169.578,
          "exitPrice": 2174.849,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 304
        },
        {
          "entryTs": 1711461660,
          "entryUtc": "2024-03-26T14:01:00.000Z",
          "exitTs": 1711467600,
          "dir": -1,
          "entryPrice": 2184.985,
          "exitPrice": 2172.781,
          "stopDistance": 6.102,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 99
        },
        {
          "entryTs": 1711531080,
          "entryUtc": "2024-03-27T09:18:00.000Z",
          "exitTs": 1711532580,
          "dir": 1,
          "entryPrice": 2179.695,
          "exitPrice": 2186.308,
          "stopDistance": 3.306,
          "outcome": "target",
          "netR": 1.8881,
          "holdMinutes": 25
        },
        {
          "entryTs": 1711607280,
          "entryUtc": "2024-03-28T06:28:00.000Z",
          "exitTs": 1711612980,
          "dir": -1,
          "entryPrice": 2197.125,
          "exitPrice": 2191.261,
          "stopDistance": 2.932,
          "outcome": "target",
          "netR": 1.8738,
          "holdMinutes": 95
        },
        {
          "entryTs": 1711630260,
          "entryUtc": "2024-03-28T12:51:00.000Z",
          "exitTs": 1711630620,
          "dir": -1,
          "entryPrice": 2210.275,
          "exitPrice": 2215.823,
          "stopDistance": 5.548,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 6
        },
        {
          "entryTs": 1711985880,
          "entryUtc": "2024-04-01T15:38:00.000Z",
          "exitTs": 1712010120,
          "dir": 1,
          "entryPrice": 2237.565,
          "exitPrice": 2253.004,
          "stopDistance": 7.719,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 404
        },
        {
          "entryTs": 1712032740,
          "entryUtc": "2024-04-02T04:39:00.000Z",
          "exitTs": 1712033100,
          "dir": -1,
          "entryPrice": 2253.255,
          "exitPrice": 2257.042,
          "stopDistance": 3.787,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 6
        },
        {
          "entryTs": 1712053680,
          "entryUtc": "2024-04-02T10:28:00.000Z",
          "exitTs": 1712054700,
          "dir": -1,
          "entryPrice": 2259.745,
          "exitPrice": 2264.137,
          "stopDistance": 4.392,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 17
        },
        {
          "entryTs": 1712059440,
          "entryUtc": "2024-04-02T12:04:00.000Z",
          "exitTs": 1712060340,
          "dir": 1,
          "entryPrice": 2259.565,
          "exitPrice": 2254.839,
          "stopDistance": 4.726,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 15
        },
        {
          "entryTs": 1712076300,
          "entryUtc": "2024-04-02T16:45:00.000Z",
          "exitTs": 1712081160,
          "dir": -1,
          "entryPrice": 2260.924,
          "exitPrice": 2268.953,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 81
        },
        {
          "entryTs": 1712081340,
          "entryUtc": "2024-04-02T18:09:00.000Z",
          "exitTs": 1712087280,
          "dir": -1,
          "entryPrice": 2270.475,
          "exitPrice": 2278.04,
          "stopDistance": 7.565,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 99
        },
        {
          "entryTs": 1712108280,
          "entryUtc": "2024-04-03T01:38:00.000Z",
          "exitTs": 1712114340,
          "dir": -1,
          "entryPrice": 2281.575,
          "exitPrice": 2287.323,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 101
        },
        {
          "entryTs": 1712127720,
          "entryUtc": "2024-04-03T07:02:00.000Z",
          "exitTs": 1712128800,
          "dir": 1,
          "entryPrice": 2279.985,
          "exitPrice": 2274.516,
          "stopDistance": 5.469,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 18
        },
        {
          "entryTs": 1712137680,
          "entryUtc": "2024-04-03T09:48:00.000Z",
          "exitTs": 1712149620,
          "dir": -1,
          "entryPrice": 2272.978,
          "exitPrice": 2278.034,
          "stopDistance": 5.056,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 199
        },
        {
          "entryTs": 1712229300,
          "entryUtc": "2024-04-04T11:15:00.000Z",
          "exitTs": 1712231400,
          "dir": 1,
          "entryPrice": 2294.385,
          "exitPrice": 2291.124,
          "stopDistance": 3.261,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 35
        },
        {
          "entryTs": 1712237640,
          "entryUtc": "2024-04-04T13:34:00.000Z",
          "exitTs": 1712240880,
          "dir": 1,
          "entryPrice": 2287.135,
          "exitPrice": 2296.689,
          "stopDistance": 4.777,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 54
        },
        {
          "entryTs": 1712247660,
          "entryUtc": "2024-04-04T16:21:00.000Z",
          "exitTs": 1712254800,
          "dir": 1,
          "entryPrice": 2289.875,
          "exitPrice": 2300.931,
          "stopDistance": 5.528,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 119
        },
        {
          "entryTs": 1712288940,
          "entryUtc": "2024-04-05T03:49:00.000Z",
          "exitTs": 1712302200,
          "dir": 1,
          "entryPrice": 2275.045,
          "exitPrice": 2286.775,
          "stopDistance": 5.865,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 221
        },
        {
          "entryTs": 1712322000,
          "entryUtc": "2024-04-05T13:00:00.000Z",
          "exitTs": 1712323080,
          "dir": -1,
          "entryPrice": 2290.905,
          "exitPrice": 2297.121,
          "stopDistance": 6.216,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 18
        },
        {
          "entryTs": 1712564100,
          "entryUtc": "2024-04-08T08:15:00.000Z",
          "exitTs": 1712579160,
          "dir": -1,
          "entryPrice": 2341.295,
          "exitPrice": 2324.601,
          "stopDistance": 8.347,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 251
        },
        {
          "entryTs": 1712583600,
          "entryUtc": "2024-04-08T13:40:00.000Z",
          "exitTs": 1712584920,
          "dir": 1,
          "entryPrice": 2329.655,
          "exitPrice": 2321.566,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 22
        },
        {
          "entryTs": 1712591580,
          "entryUtc": "2024-04-08T15:53:00.000Z",
          "exitTs": 1712625180,
          "dir": 1,
          "entryPrice": 2326.615,
          "exitPrice": 2344.195,
          "stopDistance": 8.79,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 560
        },
        {
          "entryTs": 1712671980,
          "entryUtc": "2024-04-09T14:13:00.000Z",
          "exitTs": 1712673600,
          "dir": -1,
          "entryPrice": 2362.025,
          "exitPrice": 2351.348,
          "stopDistance": 5.339,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 27
        },
        {
          "entryTs": 1712752200,
          "entryUtc": "2024-04-10T12:30:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2349.155,
          "exitPrice": 2345.07,
          "stopDistance": 4.085,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 0
        },
        {
          "entryTs": 1712760960,
          "entryUtc": "2024-04-10T14:56:00.000Z",
          "exitTs": 1712761800,
          "dir": 1,
          "entryPrice": 2346.255,
          "exitPrice": 2335.468,
          "stopDistance": 10.787,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 14
        },
        {
          "entryTs": 1712763240,
          "entryUtc": "2024-04-10T15:34:00.000Z",
          "exitTs": 1712853240,
          "dir": -1,
          "entryPrice": 2340.225,
          "exitPrice": 2345.258,
          "stopDistance": 11.832,
          "outcome": "time",
          "netR": -0.4566,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1712911680,
          "entryUtc": "2024-04-12T08:48:00.000Z",
          "exitTs": 1712929320,
          "dir": -1,
          "entryPrice": 2396.325,
          "exitPrice": 2402.232,
          "stopDistance": 5.907,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 294
        },
        {
          "entryTs": 1712936160,
          "entryUtc": "2024-04-12T15:36:00.000Z",
          "exitTs": 1712939040,
          "dir": -1,
          "entryPrice": 2399.348,
          "exitPrice": 2375.44,
          "stopDistance": 11.954,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 48
        },
        {
          "entryTs": 1713196800,
          "entryUtc": "2024-04-15T16:00:00.000Z",
          "exitTs": 1713207180,
          "dir": 1,
          "entryPrice": 2351.315,
          "exitPrice": 2372.894,
          "stopDistance": 10.789,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 173
        },
        {
          "entryTs": 1713259560,
          "entryUtc": "2024-04-16T09:26:00.000Z",
          "exitTs": 1713279180,
          "dir": 1,
          "entryPrice": 2368.315,
          "exitPrice": 2380.6,
          "stopDistance": 6.142,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 327
        },
        {
          "entryTs": 1713338580,
          "entryUtc": "2024-04-17T07:23:00.000Z",
          "exitTs": 1713342300,
          "dir": 1,
          "entryPrice": 2378.135,
          "exitPrice": 2387.072,
          "stopDistance": 4.468,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 62
        },
        {
          "entryTs": 1713359520,
          "entryUtc": "2024-04-17T13:12:00.000Z",
          "exitTs": 1713361020,
          "dir": -1,
          "entryPrice": 2387.288,
          "exitPrice": 2392.183,
          "stopDistance": 4.895,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 25
        },
        {
          "entryTs": 1713362160,
          "entryUtc": "2024-04-17T13:56:00.000Z",
          "exitTs": 1713366960,
          "dir": 1,
          "entryPrice": 2390.235,
          "exitPrice": 2384.648,
          "stopDistance": 5.587,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 80
        },
        {
          "entryTs": 1713448020,
          "entryUtc": "2024-04-18T13:47:00.000Z",
          "exitTs": 1713459480,
          "dir": -1,
          "entryPrice": 2381.115,
          "exitPrice": 2388.144,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 191
        },
        {
          "entryTs": 1713532500,
          "entryUtc": "2024-04-19T13:15:00.000Z",
          "exitTs": 1713536400,
          "dir": 1,
          "entryPrice": 2375.835,
          "exitPrice": 2389.662,
          "stopDistance": 6.913,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 65
        },
        {
          "entryTs": 1713774000,
          "entryUtc": "2024-04-22T08:20:00.000Z",
          "exitTs": 1713784020,
          "dir": 1,
          "entryPrice": 2358.045,
          "exitPrice": 2351.892,
          "stopDistance": 6.153,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 167
        },
        {
          "entryTs": 1713846540,
          "entryUtc": "2024-04-23T04:29:00.000Z",
          "exitTs": 1713863640,
          "dir": 1,
          "entryPrice": 2304.715,
          "exitPrice": 2296.01,
          "stopDistance": 8.705,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 285
        },
        {
          "entryTs": 1713888360,
          "entryUtc": "2024-04-23T16:06:00.000Z",
          "exitTs": 1713970800,
          "dir": -1,
          "entryPrice": 2324.475,
          "exitPrice": 2333.569,
          "stopDistance": 9.094,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 1374
        },
        {
          "entryTs": 1714100100,
          "entryUtc": "2024-04-26T02:55:00.000Z",
          "exitTs": 1714105740,
          "dir": -1,
          "entryPrice": 2334.135,
          "exitPrice": 2337.836,
          "stopDistance": 3.701,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 94
        },
        {
          "entryTs": 1714140060,
          "entryUtc": "2024-04-26T14:01:00.000Z",
          "exitTs": 1714143060,
          "dir": -1,
          "entryPrice": 2343.045,
          "exitPrice": 2330.956,
          "stopDistance": 6.045,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 50
        },
        {
          "entryTs": 1714356060,
          "entryUtc": "2024-04-29T02:01:00.000Z",
          "exitTs": 1714359060,
          "dir": 1,
          "entryPrice": 2329.495,
          "exitPrice": 2324.067,
          "stopDistance": 5.428,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 50
        },
        {
          "entryTs": 1714368780,
          "entryUtc": "2024-04-29T05:33:00.000Z",
          "exitTs": 1714373700,
          "dir": 1,
          "entryPrice": 2332.375,
          "exitPrice": 2327.463,
          "stopDistance": 4.912,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 82
        },
        {
          "entryTs": 1714397400,
          "entryUtc": "2024-04-29T13:30:00.000Z",
          "exitTs": 1714398120,
          "dir": -1,
          "entryPrice": 2334.598,
          "exitPrice": 2325.539,
          "stopDistance": 4.529,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 12
        },
        {
          "entryTs": 1714406820,
          "entryUtc": "2024-04-29T16:07:00.000Z",
          "exitTs": 1714407780,
          "dir": -1,
          "entryPrice": 2341.928,
          "exitPrice": 2346.076,
          "stopDistance": 4.148,
          "outcome": "stop",
          "netR": -1.1013,
          "holdMinutes": 16
        },
        {
          "entryTs": 1714415220,
          "entryUtc": "2024-04-29T18:27:00.000Z",
          "exitTs": 1714417500,
          "dir": 1,
          "entryPrice": 2339.538,
          "exitPrice": 2333.495,
          "stopDistance": 6.043,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 38
        },
        {
          "entryTs": 1714470900,
          "entryUtc": "2024-04-30T09:55:00.000Z",
          "exitTs": 1714477500,
          "dir": 1,
          "entryPrice": 2315.085,
          "exitPrice": 2310.793,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 110
        },
        {
          "entryTs": 1714524420,
          "entryUtc": "2024-05-01T00:47:00.000Z",
          "exitTs": 1714536600,
          "dir": 1,
          "entryPrice": 2287.415,
          "exitPrice": 2281.942,
          "stopDistance": 5.473,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 203
        },
        {
          "entryTs": 1714550040,
          "entryUtc": "2024-05-01T07:54:00.000Z",
          "exitTs": 1714554360,
          "dir": -1,
          "entryPrice": 2284.698,
          "exitPrice": 2288.061,
          "stopDistance": 3.363,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 72
        },
        {
          "entryTs": 1714575360,
          "entryUtc": "2024-05-01T14:56:00.000Z",
          "exitTs": 1714577580,
          "dir": -1,
          "entryPrice": 2303.535,
          "exitPrice": 2309.411,
          "stopDistance": 5.876,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 37
        },
        {
          "entryTs": 1714582440,
          "entryUtc": "2024-05-01T16:54:00.000Z",
          "exitTs": 1714588140,
          "dir": -1,
          "entryPrice": 2306.765,
          "exitPrice": 2312.893,
          "stopDistance": 6.128,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 95
        },
        {
          "entryTs": 1714595820,
          "entryUtc": "2024-05-01T20:37:00.000Z",
          "exitTs": 1714642380,
          "dir": -1,
          "entryPrice": 2320.485,
          "exitPrice": 2300.262,
          "stopDistance": 10.111,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 776
        },
        {
          "entryTs": 1714649220,
          "entryUtc": "2024-05-02T11:27:00.000Z",
          "exitTs": 1714654860,
          "dir": 1,
          "entryPrice": 2298.335,
          "exitPrice": 2293.381,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 94
        },
        {
          "entryTs": 1714722540,
          "entryUtc": "2024-05-03T07:49:00.000Z",
          "exitTs": 1714734840,
          "dir": 1,
          "entryPrice": 2299.825,
          "exitPrice": 2296.357,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 205
        },
        {
          "entryTs": 1714999080,
          "entryUtc": "2024-05-06T12:38:00.000Z",
          "exitTs": 1714999500,
          "dir": -1,
          "entryPrice": 2321.075,
          "exitPrice": 2325.513,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 7
        },
        {
          "entryTs": 1715013120,
          "entryUtc": "2024-05-06T16:32:00.000Z",
          "exitTs": 1715043360,
          "dir": 1,
          "entryPrice": 2318.625,
          "exitPrice": 2328.895,
          "stopDistance": 5.135,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 504
        },
        {
          "entryTs": 1715093820,
          "entryUtc": "2024-05-07T14:57:00.000Z",
          "exitTs": 1715101620,
          "dir": 1,
          "entryPrice": 2315.648,
          "exitPrice": 2311.112,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 130
        },
        {
          "entryTs": 1715153940,
          "entryUtc": "2024-05-08T07:39:00.000Z",
          "exitTs": 1715155140,
          "dir": 1,
          "entryPrice": 2310.385,
          "exitPrice": 2306.83,
          "stopDistance": 3.555,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 20
        },
        {
          "entryTs": 1715162580,
          "entryUtc": "2024-05-08T10:03:00.000Z",
          "exitTs": 1715164560,
          "dir": -1,
          "entryPrice": 2312.995,
          "exitPrice": 2316.659,
          "stopDistance": 3.664,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 33
        },
        {
          "entryTs": 1715174340,
          "entryUtc": "2024-05-08T13:19:00.000Z",
          "exitTs": 1715177940,
          "dir": 1,
          "entryPrice": 2306.685,
          "exitPrice": 2314.166,
          "stopDistance": 3.741,
          "outcome": "target",
          "netR": 1.9011,
          "holdMinutes": 60
        },
        {
          "entryTs": 1715244480,
          "entryUtc": "2024-05-09T08:48:00.000Z",
          "exitTs": 1715247600,
          "dir": 1,
          "entryPrice": 2311.615,
          "exitPrice": 2308.066,
          "stopDistance": 3.549,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 52
        },
        {
          "entryTs": 1715250780,
          "entryUtc": "2024-05-09T10:33:00.000Z",
          "exitTs": 1715255220,
          "dir": -1,
          "entryPrice": 2311.075,
          "exitPrice": 2314.594,
          "stopDistance": 3.52,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 74
        },
        {
          "entryTs": 1715261280,
          "entryUtc": "2024-05-09T13:28:00.000Z",
          "exitTs": 1715263140,
          "dir": -1,
          "entryPrice": 2317.685,
          "exitPrice": 2323.799,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 31
        },
        {
          "entryTs": 1715263260,
          "entryUtc": "2024-05-09T14:01:00.000Z",
          "exitTs": 1715263740,
          "dir": -1,
          "entryPrice": 2325.365,
          "exitPrice": 2331.478,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 8
        },
        {
          "entryTs": 1715347140,
          "entryUtc": "2024-05-10T13:19:00.000Z",
          "exitTs": 1715353440,
          "dir": -1,
          "entryPrice": 2368.375,
          "exitPrice": 2356.714,
          "stopDistance": 5.831,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 105
        },
        {
          "entryTs": 1715565960,
          "entryUtc": "2024-05-13T02:06:00.000Z",
          "exitTs": 1715576400,
          "dir": 1,
          "entryPrice": 2357.795,
          "exitPrice": 2353.858,
          "stopDistance": 3.936,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 174
        },
        {
          "entryTs": 1715608020,
          "entryUtc": "2024-05-13T13:47:00.000Z",
          "exitTs": 1715612640,
          "dir": 1,
          "entryPrice": 2341.525,
          "exitPrice": 2337.106,
          "stopDistance": 4.419,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 77
        },
        {
          "entryTs": 1715648460,
          "entryUtc": "2024-05-14T01:01:00.000Z",
          "exitTs": 1715649120,
          "dir": -1,
          "entryPrice": 2336.995,
          "exitPrice": 2339.639,
          "stopDistance": 2.644,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715671980,
          "entryUtc": "2024-05-14T07:33:00.000Z",
          "exitTs": 1715676300,
          "dir": -1,
          "entryPrice": 2337.955,
          "exitPrice": 2341.326,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 72
        },
        {
          "entryTs": 1715688480,
          "entryUtc": "2024-05-14T12:08:00.000Z",
          "exitTs": 1715689800,
          "dir": -1,
          "entryPrice": 2345.428,
          "exitPrice": 2338.032,
          "stopDistance": 3.698,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 22
        },
        {
          "entryTs": 1715776200,
          "entryUtc": "2024-05-15T12:30:00.000Z",
          "exitTs": 1715776200,
          "dir": -1,
          "entryPrice": 2368.405,
          "exitPrice": 2372.008,
          "stopDistance": 3.603,
          "outcome": "ambiguous",
          "netR": -1.1166,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715778960,
          "entryUtc": "2024-05-15T13:16:00.000Z",
          "exitTs": 1715780640,
          "dir": 1,
          "entryPrice": 2369.658,
          "exitPrice": 2363.97,
          "stopDistance": 5.688,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 28
        },
        {
          "entryTs": 1715785020,
          "entryUtc": "2024-05-15T14:57:00.000Z",
          "exitTs": 1715785920,
          "dir": -1,
          "entryPrice": 2371.745,
          "exitPrice": 2378.591,
          "stopDistance": 6.846,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 15
        },
        {
          "entryTs": 1715858160,
          "entryUtc": "2024-05-16T11:16:00.000Z",
          "exitTs": 1715858820,
          "dir": 1,
          "entryPrice": 2385.685,
          "exitPrice": 2381.929,
          "stopDistance": 3.756,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 11
        },
        {
          "entryTs": 1716159660,
          "entryUtc": "2024-05-19T23:01:00.000Z",
          "exitTs": 1716165240,
          "dir": -1,
          "entryPrice": 2418.105,
          "exitPrice": 2424.416,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 93
        },
        {
          "entryTs": 1716196560,
          "entryUtc": "2024-05-20T09:16:00.000Z",
          "exitTs": 1716204480,
          "dir": -1,
          "entryPrice": 2446.995,
          "exitPrice": 2431.728,
          "stopDistance": 7.634,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 132
        },
        {
          "entryTs": 1716267300,
          "entryUtc": "2024-05-21T04:55:00.000Z",
          "exitTs": 1716293700,
          "dir": 1,
          "entryPrice": 2412.075,
          "exitPrice": 2425.217,
          "stopDistance": 6.571,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 440
        },
        {
          "entryTs": 1716359580,
          "entryUtc": "2024-05-22T06:33:00.000Z",
          "exitTs": 1716378180,
          "dir": -1,
          "entryPrice": 2415.334,
          "exitPrice": 2406.85,
          "stopDistance": 4.242,
          "outcome": "target",
          "netR": 1.9128,
          "holdMinutes": 310
        },
        {
          "entryTs": 1716383160,
          "entryUtc": "2024-05-22T13:06:00.000Z",
          "exitTs": 1716386820,
          "dir": 1,
          "entryPrice": 2409.925,
          "exitPrice": 2404.733,
          "stopDistance": 5.192,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 61
        },
        {
          "entryTs": 1716446700,
          "entryUtc": "2024-05-23T06:45:00.000Z",
          "exitTs": 1716450300,
          "dir": 1,
          "entryPrice": 2363.395,
          "exitPrice": 2357.157,
          "stopDistance": 6.238,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 60
        },
        {
          "entryTs": 1716470820,
          "entryUtc": "2024-05-23T13:27:00.000Z",
          "exitTs": 1716471960,
          "dir": 1,
          "entryPrice": 2364.165,
          "exitPrice": 2358.73,
          "stopDistance": 5.435,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 19
        },
        {
          "entryTs": 1716523620,
          "entryUtc": "2024-05-24T04:07:00.000Z",
          "exitTs": 1716529380,
          "dir": -1,
          "entryPrice": 2332.458,
          "exitPrice": 2337.146,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 96
        },
        {
          "entryTs": 1716552120,
          "entryUtc": "2024-05-24T12:02:00.000Z",
          "exitTs": 1716557340,
          "dir": -1,
          "entryPrice": 2339.925,
          "exitPrice": 2344.394,
          "stopDistance": 4.469,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 87
        },
        {
          "entryTs": 1716768660,
          "entryUtc": "2024-05-27T00:11:00.000Z",
          "exitTs": 1716778080,
          "dir": 1,
          "entryPrice": 2335.885,
          "exitPrice": 2343.729,
          "stopDistance": 3.922,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 157
        },
        {
          "entryTs": 1716798780,
          "entryUtc": "2024-05-27T08:33:00.000Z",
          "exitTs": 1716812340,
          "dir": -1,
          "entryPrice": 2343.485,
          "exitPrice": 2347.159,
          "stopDistance": 3.673,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 226
        },
        {
          "entryTs": 1716826020,
          "entryUtc": "2024-05-27T16:07:00.000Z",
          "exitTs": 1716876840,
          "dir": -1,
          "entryPrice": 2354.515,
          "exitPrice": 2346.496,
          "stopDistance": 4.009,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 847
        },
        {
          "entryTs": 1716906240,
          "entryUtc": "2024-05-28T14:24:00.000Z",
          "exitTs": 1716909720,
          "dir": -1,
          "entryPrice": 2353.148,
          "exitPrice": 2358.722,
          "stopDistance": 5.574,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 58
        },
        {
          "entryTs": 1716976920,
          "entryUtc": "2024-05-29T10:02:00.000Z",
          "exitTs": 1716983580,
          "dir": 1,
          "entryPrice": 2343.995,
          "exitPrice": 2339.723,
          "stopDistance": 4.272,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 111
        },
        {
          "entryTs": 1716990060,
          "entryUtc": "2024-05-29T13:41:00.000Z",
          "exitTs": 1716999300,
          "dir": 1,
          "entryPrice": 2342.185,
          "exitPrice": 2336.481,
          "stopDistance": 5.704,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 154
        },
        {
          "entryTs": 1717047000,
          "entryUtc": "2024-05-30T05:30:00.000Z",
          "exitTs": 1717047180,
          "dir": 1,
          "entryPrice": 2331.538,
          "exitPrice": 2327.47,
          "stopDistance": 4.068,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 3
        },
        {
          "entryTs": 1717057260,
          "entryUtc": "2024-05-30T08:21:00.000Z",
          "exitTs": 1717066620,
          "dir": -1,
          "entryPrice": 2334.425,
          "exitPrice": 2339.068,
          "stopDistance": 4.643,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 156
        },
        {
          "entryTs": 1717071060,
          "entryUtc": "2024-05-30T12:11:00.000Z",
          "exitTs": 1717072500,
          "dir": 1,
          "entryPrice": 2333.255,
          "exitPrice": 2342.488,
          "stopDistance": 4.617,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 24
        },
        {
          "entryTs": 1717142160,
          "entryUtc": "2024-05-31T07:56:00.000Z",
          "exitTs": 1717158720,
          "dir": 1,
          "entryPrice": 2340.008,
          "exitPrice": 2347.548,
          "stopDistance": 3.77,
          "outcome": "target",
          "netR": 1.9019,
          "holdMinutes": 276
        },
        {
          "entryTs": 1717417440,
          "entryUtc": "2024-06-03T12:24:00.000Z",
          "exitTs": 1717419060,
          "dir": -1,
          "entryPrice": 2329.798,
          "exitPrice": 2334.091,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 27
        },
        {
          "entryTs": 1717482420,
          "entryUtc": "2024-06-04T06:27:00.000Z",
          "exitTs": 1717483920,
          "dir": 1,
          "entryPrice": 2348.995,
          "exitPrice": 2345.871,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 25
        },
        {
          "entryTs": 1717497180,
          "entryUtc": "2024-06-04T10:33:00.000Z",
          "exitTs": 1717498860,
          "dir": 1,
          "entryPrice": 2332.035,
          "exitPrice": 2327.588,
          "stopDistance": 4.447,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 28
        },
        {
          "entryTs": 1717509720,
          "entryUtc": "2024-06-04T14:02:00.000Z",
          "exitTs": 1717510500,
          "dir": -1,
          "entryPrice": 2331.468,
          "exitPrice": 2320.093,
          "stopDistance": 5.688,
          "outcome": "target",
          "netR": 1.9349,
          "holdMinutes": 13
        },
        {
          "entryTs": 1717575180,
          "entryUtc": "2024-06-05T08:13:00.000Z",
          "exitTs": 1717589700,
          "dir": -1,
          "entryPrice": 2334.254,
          "exitPrice": 2337.662,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 242
        },
        {
          "entryTs": 1717597020,
          "entryUtc": "2024-06-05T14:17:00.000Z",
          "exitTs": 1717597260,
          "dir": -1,
          "entryPrice": 2338.005,
          "exitPrice": 2343.984,
          "stopDistance": 5.979,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 4
        },
        {
          "entryTs": 1717648920,
          "entryUtc": "2024-06-06T04:42:00.000Z",
          "exitTs": 1717661880,
          "dir": -1,
          "entryPrice": 2370.178,
          "exitPrice": 2360.899,
          "stopDistance": 4.639,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 216
        },
        {
          "entryTs": 1717739820,
          "entryUtc": "2024-06-07T05:57:00.000Z",
          "exitTs": 1717747260,
          "dir": 1,
          "entryPrice": 2375.145,
          "exitPrice": 2370.97,
          "stopDistance": 4.175,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 124
        },
        {
          "entryTs": 1717771740,
          "entryUtc": "2024-06-07T14:49:00.000Z",
          "exitTs": 1717776300,
          "dir": 1,
          "entryPrice": 2315.035,
          "exitPrice": 2304.221,
          "stopDistance": 10.814,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 76
        },
        {
          "entryTs": 1718010900,
          "entryUtc": "2024-06-10T09:15:00.000Z",
          "exitTs": 1718017200,
          "dir": -1,
          "entryPrice": 2294.325,
          "exitPrice": 2298.946,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 105
        },
        {
          "entryTs": 1718111880,
          "entryUtc": "2024-06-11T13:18:00.000Z",
          "exitTs": 1718122860,
          "dir": -1,
          "entryPrice": 2316.935,
          "exitPrice": 2307.773,
          "stopDistance": 4.581,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 183
        },
        {
          "entryTs": 1718125380,
          "entryUtc": "2024-06-11T17:03:00.000Z",
          "exitTs": 1718136900,
          "dir": -1,
          "entryPrice": 2310.895,
          "exitPrice": 2315.974,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 192
        },
        {
          "entryTs": 1718157900,
          "entryUtc": "2024-06-12T02:05:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2313.024,
          "exitPrice": 2319.131,
          "stopDistance": 3.054,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 625
        },
        {
          "entryTs": 1718206740,
          "entryUtc": "2024-06-12T15:39:00.000Z",
          "exitTs": 1718218080,
          "dir": -1,
          "entryPrice": 2335.695,
          "exitPrice": 2322.15,
          "stopDistance": 6.772,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 189
        },
        {
          "entryTs": 1718246160,
          "entryUtc": "2024-06-13T02:36:00.000Z",
          "exitTs": 1718278740,
          "dir": 1,
          "entryPrice": 2312.715,
          "exitPrice": 2307.542,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 543
        },
        {
          "entryTs": 1718286600,
          "entryUtc": "2024-06-13T13:50:00.000Z",
          "exitTs": 1718287560,
          "dir": 1,
          "entryPrice": 2314.125,
          "exitPrice": 2307.659,
          "stopDistance": 6.466,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 16
        },
        {
          "entryTs": 1718290860,
          "entryUtc": "2024-06-13T15:01:00.000Z",
          "exitTs": 1718294160,
          "dir": -1,
          "entryPrice": 2315.788,
          "exitPrice": 2298.99,
          "stopDistance": 8.399,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 55
        },
        {
          "entryTs": 1718369340,
          "entryUtc": "2024-06-14T12:49:00.000Z",
          "exitTs": 1718575200,
          "dir": -1,
          "entryPrice": 2331.465,
          "exitPrice": 2332.148,
          "stopDistance": 5.795,
          "outcome": "time",
          "netR": -0.1817,
          "holdMinutes": 3431
        },
        {
          "entryTs": 1718597820,
          "entryUtc": "2024-06-17T04:17:00.000Z",
          "exitTs": 1718602200,
          "dir": 1,
          "entryPrice": 2323.665,
          "exitPrice": 2320.334,
          "stopDistance": 3.331,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 73
        },
        {
          "entryTs": 1718634180,
          "entryUtc": "2024-06-17T14:23:00.000Z",
          "exitTs": 1718638380,
          "dir": -1,
          "entryPrice": 2323.035,
          "exitPrice": 2314.062,
          "stopDistance": 4.487,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 70
        },
        {
          "entryTs": 1718676720,
          "entryUtc": "2024-06-18T02:12:00.000Z",
          "exitTs": 1718694300,
          "dir": -1,
          "entryPrice": 2323.598,
          "exitPrice": 2317.731,
          "stopDistance": 2.934,
          "outcome": "target",
          "netR": 1.8739,
          "holdMinutes": 293
        },
        {
          "entryTs": 1718710560,
          "entryUtc": "2024-06-18T11:36:00.000Z",
          "exitTs": 1718713800,
          "dir": 1,
          "entryPrice": 2310.075,
          "exitPrice": 2317.121,
          "stopDistance": 3.523,
          "outcome": "target",
          "netR": 1.895,
          "holdMinutes": 54
        },
        {
          "entryTs": 1718790660,
          "entryUtc": "2024-06-19T09:51:00.000Z",
          "exitTs": 1718798520,
          "dir": -1,
          "entryPrice": 2329.015,
          "exitPrice": 2331.634,
          "stopDistance": 2.619,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 131
        },
        {
          "entryTs": 1718805600,
          "entryUtc": "2024-06-19T14:00:00.000Z",
          "exitTs": 1718805720,
          "dir": 1,
          "entryPrice": 2327.648,
          "exitPrice": 2324.253,
          "stopDistance": 3.395,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 2
        },
        {
          "entryTs": 1718821740,
          "entryUtc": "2024-06-19T18:29:00.000Z",
          "exitTs": 1718845500,
          "dir": 1,
          "entryPrice": 2327.665,
          "exitPrice": 2334.505,
          "stopDistance": 3.42,
          "outcome": "target",
          "netR": 1.8918,
          "holdMinutes": 396
        },
        {
          "entryTs": 1718857200,
          "entryUtc": "2024-06-20T04:20:00.000Z",
          "exitTs": 1718858100,
          "dir": -1,
          "entryPrice": 2335.925,
          "exitPrice": 2339.194,
          "stopDistance": 3.269,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 15
        },
        {
          "entryTs": 1718871240,
          "entryUtc": "2024-06-20T08:14:00.000Z",
          "exitTs": 1718874840,
          "dir": 1,
          "entryPrice": 2334.595,
          "exitPrice": 2331.775,
          "stopDistance": 2.82,
          "outcome": "stop",
          "netR": -1.1489,
          "holdMinutes": 60
        },
        {
          "entryTs": 1718879520,
          "entryUtc": "2024-06-20T10:32:00.000Z",
          "exitTs": 1718886600,
          "dir": -1,
          "entryPrice": 2337.845,
          "exitPrice": 2341.835,
          "stopDistance": 3.99,
          "outcome": "stop",
          "netR": -1.1053,
          "holdMinutes": 118
        },
        {
          "entryTs": 1718897640,
          "entryUtc": "2024-06-20T15:34:00.000Z",
          "exitTs": 1718928540,
          "dir": -1,
          "entryPrice": 2354.635,
          "exitPrice": 2362.152,
          "stopDistance": 7.517,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 515
        },
        {
          "entryTs": 1718964360,
          "entryUtc": "2024-06-21T10:06:00.000Z",
          "exitTs": 1718976120,
          "dir": 1,
          "entryPrice": 2361.748,
          "exitPrice": 2358.278,
          "stopDistance": 3.47,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 196
        },
        {
          "entryTs": 1719197400,
          "entryUtc": "2024-06-24T02:50:00.000Z",
          "exitTs": 1719215040,
          "dir": 1,
          "entryPrice": 2323.488,
          "exitPrice": 2331.379,
          "stopDistance": 3.945,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 294
        },
        {
          "entryTs": 1719223620,
          "entryUtc": "2024-06-24T10:07:00.000Z",
          "exitTs": 1719235800,
          "dir": -1,
          "entryPrice": 2326.918,
          "exitPrice": 2331.281,
          "stopDistance": 4.363,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 203
        },
        {
          "entryTs": 1719238140,
          "entryUtc": "2024-06-24T14:09:00.000Z",
          "exitTs": 1719310080,
          "dir": -1,
          "entryPrice": 2330.388,
          "exitPrice": 2334.827,
          "stopDistance": 4.439,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 1199
        },
        {
          "entryTs": 1719318660,
          "entryUtc": "2024-06-25T12:31:00.000Z",
          "exitTs": 1719320460,
          "dir": 1,
          "entryPrice": 2326.248,
          "exitPrice": 2322.651,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 30
        },
        {
          "entryTs": 1719380220,
          "entryUtc": "2024-06-26T05:37:00.000Z",
          "exitTs": 1719381840,
          "dir": 1,
          "entryPrice": 2314.795,
          "exitPrice": 2310.206,
          "stopDistance": 4.589,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 27
        },
        {
          "entryTs": 1719385980,
          "entryUtc": "2024-06-26T07:13:00.000Z",
          "exitTs": 1719397260,
          "dir": 1,
          "entryPrice": 2314.428,
          "exitPrice": 2310.493,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 188
        },
        {
          "entryTs": 1719403440,
          "entryUtc": "2024-06-26T12:04:00.000Z",
          "exitTs": 1719407340,
          "dir": -1,
          "entryPrice": 2314.885,
          "exitPrice": 2306.385,
          "stopDistance": 4.25,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 65
        },
        {
          "entryTs": 1719417660,
          "entryUtc": "2024-06-26T16:01:00.000Z",
          "exitTs": 1719478260,
          "dir": -1,
          "entryPrice": 2300.828,
          "exitPrice": 2307.359,
          "stopDistance": 6.531,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 1010
        },
        {
          "entryTs": 1719544980,
          "entryUtc": "2024-06-28T03:23:00.000Z",
          "exitTs": 1719548340,
          "dir": 1,
          "entryPrice": 2322.955,
          "exitPrice": 2319.792,
          "stopDistance": 3.163,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 56
        },
        {
          "entryTs": 1719556680,
          "entryUtc": "2024-06-28T06:38:00.000Z",
          "exitTs": 1719563160,
          "dir": 1,
          "entryPrice": 2325.948,
          "exitPrice": 2331.538,
          "stopDistance": 2.795,
          "outcome": "target",
          "netR": 1.8676,
          "holdMinutes": 108
        },
        {
          "entryTs": 1719567840,
          "entryUtc": "2024-06-28T09:44:00.000Z",
          "exitTs": 1719569940,
          "dir": -1,
          "entryPrice": 2328.875,
          "exitPrice": 2332.053,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 35
        },
        {
          "entryTs": 1719584280,
          "entryUtc": "2024-06-28T14:18:00.000Z",
          "exitTs": 1719585480,
          "dir": 1,
          "entryPrice": 2330.925,
          "exitPrice": 2325.762,
          "stopDistance": 5.163,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 20
        },
        {
          "entryTs": 1719597300,
          "entryUtc": "2024-06-28T17:55:00.000Z",
          "exitTs": 1719784800,
          "dir": 1,
          "entryPrice": 2326.735,
          "exitPrice": 2326.075,
          "stopDistance": 5.572,
          "outcome": "time",
          "netR": -0.1849,
          "holdMinutes": 3125
        },
        {
          "entryTs": 1719814500,
          "entryUtc": "2024-07-01T06:15:00.000Z",
          "exitTs": 1719830220,
          "dir": 1,
          "entryPrice": 2323.875,
          "exitPrice": 2330.397,
          "stopDistance": 3.261,
          "outcome": "target",
          "netR": 1.8865,
          "holdMinutes": 262
        },
        {
          "entryTs": 1719906960,
          "entryUtc": "2024-07-02T07:56:00.000Z",
          "exitTs": 1719914760,
          "dir": -1,
          "entryPrice": 2329.418,
          "exitPrice": 2323.593,
          "stopDistance": 2.912,
          "outcome": "target",
          "netR": 1.873,
          "holdMinutes": 130
        },
        {
          "entryTs": 1719924660,
          "entryUtc": "2024-07-02T12:51:00.000Z",
          "exitTs": 1719927420,
          "dir": -1,
          "entryPrice": 2327.045,
          "exitPrice": 2330.647,
          "stopDistance": 3.603,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 46
        },
        {
          "entryTs": 1719932100,
          "entryUtc": "2024-07-02T14:55:00.000Z",
          "exitTs": 1719949920,
          "dir": -1,
          "entryPrice": 2325.328,
          "exitPrice": 2331.273,
          "stopDistance": 5.946,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 297
        },
        {
          "entryTs": 1720174980,
          "entryUtc": "2024-07-05T10:23:00.000Z",
          "exitTs": 1720181760,
          "dir": -1,
          "entryPrice": 2364.755,
          "exitPrice": 2367.763,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 113
        },
        {
          "entryTs": 1720444620,
          "entryUtc": "2024-07-08T13:17:00.000Z",
          "exitTs": 1720452300,
          "dir": 1,
          "entryPrice": 2374.208,
          "exitPrice": 2370.153,
          "stopDistance": 4.055,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 128
        },
        {
          "entryTs": 1720524300,
          "entryUtc": "2024-07-09T11:25:00.000Z",
          "exitTs": 1720527960,
          "dir": 1,
          "entryPrice": 2360.195,
          "exitPrice": 2357.17,
          "stopDistance": 3.025,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 61
        },
        {
          "entryTs": 1720533900,
          "entryUtc": "2024-07-09T14:05:00.000Z",
          "exitTs": 1720537020,
          "dir": 1,
          "entryPrice": 2358.998,
          "exitPrice": 2355.262,
          "stopDistance": 3.736,
          "outcome": "stop",
          "netR": -1.1124,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720540740,
          "entryUtc": "2024-07-09T15:59:00.000Z",
          "exitTs": 1720575240,
          "dir": -1,
          "entryPrice": 2362.028,
          "exitPrice": 2368.118,
          "stopDistance": 6.09,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 575
        },
        {
          "entryTs": 1720617120,
          "entryUtc": "2024-07-10T13:12:00.000Z",
          "exitTs": 1720619220,
          "dir": -1,
          "entryPrice": 2379.118,
          "exitPrice": 2382.298,
          "stopDistance": 3.18,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 35
        },
        {
          "entryTs": 1720790220,
          "entryUtc": "2024-07-12T13:17:00.000Z",
          "exitTs": 1720797420,
          "dir": 1,
          "entryPrice": 2402.435,
          "exitPrice": 2413.506,
          "stopDistance": 5.535,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 120
        },
        {
          "entryTs": 1721030520,
          "entryUtc": "2024-07-15T08:02:00.000Z",
          "exitTs": 1721032680,
          "dir": -1,
          "entryPrice": 2408.025,
          "exitPrice": 2411.081,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 36
        },
        {
          "entryTs": 1721034300,
          "entryUtc": "2024-07-15T09:05:00.000Z",
          "exitTs": 1721041800,
          "dir": 1,
          "entryPrice": 2410.735,
          "exitPrice": 2417.419,
          "stopDistance": 3.342,
          "outcome": "target",
          "netR": 1.8893,
          "holdMinutes": 125
        },
        {
          "entryTs": 1721050320,
          "entryUtc": "2024-07-15T13:32:00.000Z",
          "exitTs": 1721052480,
          "dir": -1,
          "entryPrice": 2416.395,
          "exitPrice": 2420.614,
          "stopDistance": 4.218,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 36
        },
        {
          "entryTs": 1721127840,
          "entryUtc": "2024-07-16T11:04:00.000Z",
          "exitTs": 1721133420,
          "dir": -1,
          "entryPrice": 2441.845,
          "exitPrice": 2433.602,
          "stopDistance": 4.122,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 93
        },
        {
          "entryTs": 1721187480,
          "entryUtc": "2024-07-17T03:38:00.000Z",
          "exitTs": 1721203200,
          "dir": -1,
          "entryPrice": 2468.544,
          "exitPrice": 2474.493,
          "stopDistance": 5.949,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 262
        },
        {
          "entryTs": 1721216340,
          "entryUtc": "2024-07-17T11:39:00.000Z",
          "exitTs": 1721221500,
          "dir": -1,
          "entryPrice": 2470.645,
          "exitPrice": 2476.283,
          "stopDistance": 5.638,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 86
        },
        {
          "entryTs": 1721225460,
          "entryUtc": "2024-07-17T14:11:00.000Z",
          "exitTs": 1721225820,
          "dir": 1,
          "entryPrice": 2469.335,
          "exitPrice": 2463.889,
          "stopDistance": 5.446,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 6
        },
        {
          "entryTs": 1721283960,
          "entryUtc": "2024-07-18T06:26:00.000Z",
          "exitTs": 1721284500,
          "dir": -1,
          "entryPrice": 2467.775,
          "exitPrice": 2471.616,
          "stopDistance": 3.841,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 9
        },
        {
          "entryTs": 1721306040,
          "entryUtc": "2024-07-18T12:34:00.000Z",
          "exitTs": 1721308380,
          "dir": -1,
          "entryPrice": 2468.735,
          "exitPrice": 2460.607,
          "stopDistance": 4.064,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 39
        },
        {
          "entryTs": 1721400660,
          "entryUtc": "2024-07-19T14:51:00.000Z",
          "exitTs": 1721599200,
          "dir": 1,
          "entryPrice": 2398.195,
          "exitPrice": 2403.675,
          "stopDistance": 6.889,
          "outcome": "time",
          "netR": 0.7417,
          "holdMinutes": 3309
        },
        {
          "entryTs": 1721827440,
          "entryUtc": "2024-07-24T13:24:00.000Z",
          "exitTs": 1721828340,
          "dir": 1,
          "entryPrice": 2414.685,
          "exitPrice": 2422.707,
          "stopDistance": 4.011,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 15
        },
        {
          "entryTs": 1721883900,
          "entryUtc": "2024-07-25T05:05:00.000Z",
          "exitTs": 1721891280,
          "dir": 1,
          "entryPrice": 2375.165,
          "exitPrice": 2368.921,
          "stopDistance": 6.244,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 123
        },
        {
          "entryTs": 1721899920,
          "entryUtc": "2024-07-25T09:32:00.000Z",
          "exitTs": 1721904780,
          "dir": -1,
          "entryPrice": 2372.745,
          "exitPrice": 2378.905,
          "stopDistance": 6.16,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 81
        },
        {
          "entryTs": 1721971260,
          "entryUtc": "2024-07-26T05:21:00.000Z",
          "exitTs": 1721994420,
          "dir": -1,
          "entryPrice": 2370.415,
          "exitPrice": 2375.188,
          "stopDistance": 4.773,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 386
        },
        {
          "entryTs": 1722006240,
          "entryUtc": "2024-07-26T15:04:00.000Z",
          "exitTs": 1722204000,
          "dir": -1,
          "entryPrice": 2384.225,
          "exitPrice": 2388.335,
          "stopDistance": 6.702,
          "outcome": "time",
          "netR": -0.6684,
          "holdMinutes": 3296
        },
        {
          "entryTs": 1722349380,
          "entryUtc": "2024-07-30T14:23:00.000Z",
          "exitTs": 1722354600,
          "dir": -1,
          "entryPrice": 2392.548,
          "exitPrice": 2383.43,
          "stopDistance": 4.559,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 87
        },
        {
          "entryTs": 1722356760,
          "entryUtc": "2024-07-30T16:26:00.000Z",
          "exitTs": 1722357960,
          "dir": -1,
          "entryPrice": 2390.628,
          "exitPrice": 2396.081,
          "stopDistance": 5.453,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 20
        },
        {
          "entryTs": 1722391020,
          "entryUtc": "2024-07-31T01:57:00.000Z",
          "exitTs": 1722392040,
          "dir": 1,
          "entryPrice": 2408.325,
          "exitPrice": 2404.282,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 17
        },
        {
          "entryTs": 1722415620,
          "entryUtc": "2024-07-31T08:47:00.000Z",
          "exitTs": 1722433560,
          "dir": -1,
          "entryPrice": 2420.485,
          "exitPrice": 2425.456,
          "stopDistance": 4.971,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 299
        },
        {
          "entryTs": 1722479160,
          "entryUtc": "2024-08-01T02:26:00.000Z",
          "exitTs": 1722480840,
          "dir": -1,
          "entryPrice": 2450.538,
          "exitPrice": 2439.482,
          "stopDistance": 5.528,
          "outcome": "target",
          "netR": 1.9331,
          "holdMinutes": 28
        },
        {
          "entryTs": 1722489600,
          "entryUtc": "2024-08-01T05:20:00.000Z",
          "exitTs": 1722501300,
          "dir": -1,
          "entryPrice": 2446.755,
          "exitPrice": 2435.313,
          "stopDistance": 5.721,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 195
        },
        {
          "entryTs": 1722522720,
          "entryUtc": "2024-08-01T14:32:00.000Z",
          "exitTs": 1722567600,
          "dir": -1,
          "entryPrice": 2448.045,
          "exitPrice": 2455.781,
          "stopDistance": 7.736,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 748
        },
        {
          "entryTs": 1722601800,
          "entryUtc": "2024-08-02T12:30:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2462.288,
          "exitPrice": 2467.008,
          "stopDistance": 4.72,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 0
        },
        {
          "entryTs": 1722608820,
          "entryUtc": "2024-08-02T14:27:00.000Z",
          "exitTs": 1722609120,
          "dir": 1,
          "entryPrice": 2466.305,
          "exitPrice": 2457.123,
          "stopDistance": 9.182,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 5
        },
        {
          "entryTs": 1722617100,
          "entryUtc": "2024-08-02T16:45:00.000Z",
          "exitTs": 1722808800,
          "dir": 1,
          "entryPrice": 2426.555,
          "exitPrice": 2444.098,
          "stopDistance": 15.198,
          "outcome": "time",
          "netR": 1.1299,
          "holdMinutes": 3195
        },
        {
          "entryTs": 1722823320,
          "entryUtc": "2024-08-05T02:02:00.000Z",
          "exitTs": 1722831960,
          "dir": 1,
          "entryPrice": 2435.815,
          "exitPrice": 2458.308,
          "stopDistance": 11.247,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 144
        },
        {
          "entryTs": 1722946800,
          "entryUtc": "2024-08-06T12:20:00.000Z",
          "exitTs": 1722947580,
          "dir": 1,
          "entryPrice": 2405.775,
          "exitPrice": 2398.975,
          "stopDistance": 6.8,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 13
        },
        {
          "entryTs": 1722953160,
          "entryUtc": "2024-08-06T14:06:00.000Z",
          "exitTs": 1722954600,
          "dir": -1,
          "entryPrice": 2402.318,
          "exitPrice": 2388.795,
          "stopDistance": 6.762,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 24
        },
        {
          "entryTs": 1723021200,
          "entryUtc": "2024-08-07T09:00:00.000Z",
          "exitTs": 1723031640,
          "dir": -1,
          "entryPrice": 2393.965,
          "exitPrice": 2399.024,
          "stopDistance": 5.059,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 174
        },
        {
          "entryTs": 1723107720,
          "entryUtc": "2024-08-08T09:02:00.000Z",
          "exitTs": 1723113780,
          "dir": -1,
          "entryPrice": 2396.615,
          "exitPrice": 2401.053,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 101
        },
        {
          "entryTs": 1723123620,
          "entryUtc": "2024-08-08T13:27:00.000Z",
          "exitTs": 1723126200,
          "dir": -1,
          "entryPrice": 2409.808,
          "exitPrice": 2415.437,
          "stopDistance": 5.629,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 43
        },
        {
          "entryTs": 1723131180,
          "entryUtc": "2024-08-08T15:33:00.000Z",
          "exitTs": 1723140780,
          "dir": -1,
          "entryPrice": 2417.275,
          "exitPrice": 2425.418,
          "stopDistance": 8.143,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 160
        },
        {
          "entryTs": 1723212600,
          "entryUtc": "2024-08-09T14:10:00.000Z",
          "exitTs": 1723213800,
          "dir": -1,
          "entryPrice": 2429.258,
          "exitPrice": 2434.366,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723215060,
          "entryUtc": "2024-08-09T14:51:00.000Z",
          "exitTs": 1723413600,
          "dir": 1,
          "entryPrice": 2427.165,
          "exitPrice": 2429.695,
          "stopDistance": 5.537,
          "outcome": "time",
          "netR": 0.3901,
          "holdMinutes": 3309
        },
        {
          "entryTs": 1723523280,
          "entryUtc": "2024-08-13T04:28:00.000Z",
          "exitTs": 1723525800,
          "dir": 1,
          "entryPrice": 2463.485,
          "exitPrice": 2459.453,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 42
        },
        {
          "entryTs": 1723560480,
          "entryUtc": "2024-08-13T14:48:00.000Z",
          "exitTs": 1723602660,
          "dir": -1,
          "entryPrice": 2470.485,
          "exitPrice": 2458.087,
          "stopDistance": 6.199,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 703
        },
        {
          "entryTs": 1723685400,
          "entryUtc": "2024-08-15T01:30:00.000Z",
          "exitTs": 1723693980,
          "dir": -1,
          "entryPrice": 2449.985,
          "exitPrice": 2453.815,
          "stopDistance": 3.83,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 143
        },
        {
          "entryTs": 1723710660,
          "entryUtc": "2024-08-15T08:31:00.000Z",
          "exitTs": 1723716180,
          "dir": -1,
          "entryPrice": 2455.165,
          "exitPrice": 2458.453,
          "stopDistance": 3.288,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 92
        },
        {
          "entryTs": 1723729620,
          "entryUtc": "2024-08-15T13:47:00.000Z",
          "exitTs": 1723733160,
          "dir": 1,
          "entryPrice": 2441.415,
          "exitPrice": 2457.604,
          "stopDistance": 8.094,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 59
        },
        {
          "entryTs": 1723737420,
          "entryUtc": "2024-08-15T15:57:00.000Z",
          "exitTs": 1723794960,
          "dir": -1,
          "entryPrice": 2459.008,
          "exitPrice": 2464.261,
          "stopDistance": 5.253,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 959
        },
        {
          "entryTs": 1723824120,
          "entryUtc": "2024-08-16T16:02:00.000Z",
          "exitTs": 1723833420,
          "dir": -1,
          "entryPrice": 2492.985,
          "exitPrice": 2502.006,
          "stopDistance": 9.021,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 155
        },
        {
          "entryTs": 1724026020,
          "entryUtc": "2024-08-19T00:07:00.000Z",
          "exitTs": 1724028060,
          "dir": 1,
          "entryPrice": 2505.274,
          "exitPrice": 2500.534,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 34
        },
        {
          "entryTs": 1724043060,
          "entryUtc": "2024-08-19T04:51:00.000Z",
          "exitTs": 1724062980,
          "dir": 1,
          "entryPrice": 2498.795,
          "exitPrice": 2493.349,
          "stopDistance": 5.446,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 332
        },
        {
          "entryTs": 1724069460,
          "entryUtc": "2024-08-19T12:11:00.000Z",
          "exitTs": 1724072760,
          "dir": 1,
          "entryPrice": 2492.825,
          "exitPrice": 2487.744,
          "stopDistance": 5.081,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 55
        },
        {
          "entryTs": 1724131620,
          "entryUtc": "2024-08-20T05:27:00.000Z",
          "exitTs": 1724133600,
          "dir": 1,
          "entryPrice": 2502.165,
          "exitPrice": 2498.756,
          "stopDistance": 3.409,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 33
        },
        {
          "entryTs": 1724211060,
          "entryUtc": "2024-08-21T03:31:00.000Z",
          "exitTs": 1724212260,
          "dir": -1,
          "entryPrice": 2513.905,
          "exitPrice": 2517.904,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 20
        },
        {
          "entryTs": 1724215140,
          "entryUtc": "2024-08-21T04:39:00.000Z",
          "exitTs": 1724226120,
          "dir": 1,
          "entryPrice": 2515.345,
          "exitPrice": 2511.179,
          "stopDistance": 4.166,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 183
        },
        {
          "entryTs": 1724256720,
          "entryUtc": "2024-08-21T16:12:00.000Z",
          "exitTs": 1724264220,
          "dir": 1,
          "entryPrice": 2503.328,
          "exitPrice": 2518.377,
          "stopDistance": 7.524,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 125
        },
        {
          "entryTs": 1724297400,
          "entryUtc": "2024-08-22T03:30:00.000Z",
          "exitTs": 1724308140,
          "dir": 1,
          "entryPrice": 2502.308,
          "exitPrice": 2510.215,
          "stopDistance": 3.954,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 179
        },
        {
          "entryTs": 1724308800,
          "entryUtc": "2024-08-22T06:40:00.000Z",
          "exitTs": 1724317920,
          "dir": 1,
          "entryPrice": 2504.815,
          "exitPrice": 2501.016,
          "stopDistance": 3.799,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 152
        },
        {
          "entryTs": 1724318340,
          "entryUtc": "2024-08-22T09:19:00.000Z",
          "exitTs": 1724322840,
          "dir": -1,
          "entryPrice": 2504.355,
          "exitPrice": 2508.835,
          "stopDistance": 4.48,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 75
        },
        {
          "entryTs": 1724354940,
          "entryUtc": "2024-08-22T19:29:00.000Z",
          "exitTs": 1724385720,
          "dir": 1,
          "entryPrice": 2478.605,
          "exitPrice": 2493.907,
          "stopDistance": 7.651,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 513
        },
        {
          "entryTs": 1724394600,
          "entryUtc": "2024-08-23T06:30:00.000Z",
          "exitTs": 1724404500,
          "dir": 1,
          "entryPrice": 2493.635,
          "exitPrice": 2500.039,
          "stopDistance": 3.202,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 165
        },
        {
          "entryTs": 1724672220,
          "entryUtc": "2024-08-26T11:37:00.000Z",
          "exitTs": 1724673240,
          "dir": -1,
          "entryPrice": 2522.428,
          "exitPrice": 2526.172,
          "stopDistance": 3.744,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 17
        },
        {
          "entryTs": 1724675100,
          "entryUtc": "2024-08-26T12:25:00.000Z",
          "exitTs": 1724680080,
          "dir": 1,
          "entryPrice": 2523.345,
          "exitPrice": 2519.466,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 83
        },
        {
          "entryTs": 1724691120,
          "entryUtc": "2024-08-26T16:52:00.000Z",
          "exitTs": 1724723280,
          "dir": -1,
          "entryPrice": 2518.998,
          "exitPrice": 2509.063,
          "stopDistance": 4.968,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 536
        },
        {
          "entryTs": 1724728140,
          "entryUtc": "2024-08-27T03:09:00.000Z",
          "exitTs": 1724738580,
          "dir": 1,
          "entryPrice": 2507.635,
          "exitPrice": 2514.276,
          "stopDistance": 3.321,
          "outcome": "target",
          "netR": 1.8886,
          "holdMinutes": 174
        },
        {
          "entryTs": 1724741160,
          "entryUtc": "2024-08-27T06:46:00.000Z",
          "exitTs": 1724745480,
          "dir": -1,
          "entryPrice": 2513.865,
          "exitPrice": 2506.312,
          "stopDistance": 3.777,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 72
        },
        {
          "entryTs": 1724748600,
          "entryUtc": "2024-08-27T08:50:00.000Z",
          "exitTs": 1724765220,
          "dir": 1,
          "entryPrice": 2509.335,
          "exitPrice": 2504.493,
          "stopDistance": 4.842,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 277
        },
        {
          "entryTs": 1724770980,
          "entryUtc": "2024-08-27T15:03:00.000Z",
          "exitTs": 1724780520,
          "dir": -1,
          "entryPrice": 2515.175,
          "exitPrice": 2520.951,
          "stopDistance": 5.776,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 159
        },
        {
          "entryTs": 1724802480,
          "entryUtc": "2024-08-27T23:48:00.000Z",
          "exitTs": 1724807100,
          "dir": -1,
          "entryPrice": 2526.585,
          "exitPrice": 2520.401,
          "stopDistance": 3.092,
          "outcome": "target",
          "netR": 1.8803,
          "holdMinutes": 77
        },
        {
          "entryTs": 1724826660,
          "entryUtc": "2024-08-28T06:31:00.000Z",
          "exitTs": 1724842020,
          "dir": 1,
          "entryPrice": 2507.605,
          "exitPrice": 2503.872,
          "stopDistance": 3.733,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 256
        },
        {
          "entryTs": 1724863200,
          "entryUtc": "2024-08-28T16:40:00.000Z",
          "exitTs": 1724873100,
          "dir": -1,
          "entryPrice": 2503.075,
          "exitPrice": 2509.091,
          "stopDistance": 6.016,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 165
        },
        {
          "entryTs": 1724932860,
          "entryUtc": "2024-08-29T12:01:00.000Z",
          "exitTs": 1724934600,
          "dir": 1,
          "entryPrice": 2518.858,
          "exitPrice": 2514.452,
          "stopDistance": 4.406,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 29
        },
        {
          "entryTs": 1724940060,
          "entryUtc": "2024-08-29T14:01:00.000Z",
          "exitTs": 1724944140,
          "dir": -1,
          "entryPrice": 2520.675,
          "exitPrice": 2524.694,
          "stopDistance": 4.019,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 68
        },
        {
          "entryTs": 1725016140,
          "entryUtc": "2024-08-30T11:09:00.000Z",
          "exitTs": 1725020520,
          "dir": -1,
          "entryPrice": 2518.755,
          "exitPrice": 2522.952,
          "stopDistance": 4.197,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 73
        },
        {
          "entryTs": 1725022380,
          "entryUtc": "2024-08-30T12:53:00.000Z",
          "exitTs": 1725028200,
          "dir": -1,
          "entryPrice": 2519.015,
          "exitPrice": 2509.177,
          "stopDistance": 4.919,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 97
        },
        {
          "entryTs": 1725255060,
          "entryUtc": "2024-09-02T05:31:00.000Z",
          "exitTs": 1725266400,
          "dir": 1,
          "entryPrice": 2495.468,
          "exitPrice": 2503.224,
          "stopDistance": 3.878,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 189
        },
        {
          "entryTs": 1725330600,
          "entryUtc": "2024-09-03T02:30:00.000Z",
          "exitTs": 1725346980,
          "dir": 1,
          "entryPrice": 2492.915,
          "exitPrice": 2498.931,
          "stopDistance": 3.008,
          "outcome": "target",
          "netR": 1.877,
          "holdMinutes": 273
        },
        {
          "entryTs": 1725361620,
          "entryUtc": "2024-09-03T11:07:00.000Z",
          "exitTs": 1725363840,
          "dir": -1,
          "entryPrice": 2499.248,
          "exitPrice": 2492.034,
          "stopDistance": 3.607,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 37
        },
        {
          "entryTs": 1725365760,
          "entryUtc": "2024-09-03T12:16:00.000Z",
          "exitTs": 1725370440,
          "dir": 1,
          "entryPrice": 2496.055,
          "exitPrice": 2489.911,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 78
        },
        {
          "entryTs": 1725448620,
          "entryUtc": "2024-09-04T11:17:00.000Z",
          "exitTs": 1725457860,
          "dir": 1,
          "entryPrice": 2487.895,
          "exitPrice": 2482.893,
          "stopDistance": 5.002,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 154
        },
        {
          "entryTs": 1725482220,
          "entryUtc": "2024-09-04T20:37:00.000Z",
          "exitTs": 1725515340,
          "dir": -1,
          "entryPrice": 2495.698,
          "exitPrice": 2499.694,
          "stopDistance": 3.996,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 552
        },
        {
          "entryTs": 1725542280,
          "entryUtc": "2024-09-05T13:18:00.000Z",
          "exitTs": 1725548880,
          "dir": -1,
          "entryPrice": 2516.514,
          "exitPrice": 2506.01,
          "stopDistance": 5.252,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 110
        },
        {
          "entryTs": 1725627840,
          "entryUtc": "2024-09-06T13:04:00.000Z",
          "exitTs": 1725628560,
          "dir": 1,
          "entryPrice": 2516.675,
          "exitPrice": 2511.09,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 12
        },
        {
          "entryTs": 1725898380,
          "entryUtc": "2024-09-09T16:13:00.000Z",
          "exitTs": 1725913920,
          "dir": -1,
          "entryPrice": 2501.515,
          "exitPrice": 2506.415,
          "stopDistance": 4.9,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 259
        },
        {
          "entryTs": 1725977640,
          "entryUtc": "2024-09-10T14:14:00.000Z",
          "exitTs": 1725980340,
          "dir": 1,
          "entryPrice": 2502.595,
          "exitPrice": 2509.021,
          "stopDistance": 3.213,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 45
        },
        {
          "entryTs": 1725980400,
          "entryUtc": "2024-09-10T15:00:00.000Z",
          "exitTs": 1725981900,
          "dir": -1,
          "entryPrice": 2509.175,
          "exitPrice": 2513.501,
          "stopDistance": 4.326,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 25
        },
        {
          "entryTs": 1726023780,
          "entryUtc": "2024-09-11T03:03:00.000Z",
          "exitTs": 1726032240,
          "dir": 1,
          "entryPrice": 2517.135,
          "exitPrice": 2522.288,
          "stopDistance": 2.576,
          "outcome": "target",
          "netR": 1.8564,
          "holdMinutes": 141
        },
        {
          "entryTs": 1726041960,
          "entryUtc": "2024-09-11T08:06:00.000Z",
          "exitTs": 1726044360,
          "dir": -1,
          "entryPrice": 2523.365,
          "exitPrice": 2527.037,
          "stopDistance": 3.672,
          "outcome": "stop",
          "netR": -1.1144,
          "holdMinutes": 40
        },
        {
          "entryTs": 1726044720,
          "entryUtc": "2024-09-11T08:52:00.000Z",
          "exitTs": 1726050300,
          "dir": 1,
          "entryPrice": 2523.885,
          "exitPrice": 2519.925,
          "stopDistance": 3.96,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 93
        },
        {
          "entryTs": 1726081320,
          "entryUtc": "2024-09-11T19:02:00.000Z",
          "exitTs": 1726143600,
          "dir": 1,
          "entryPrice": 2510.505,
          "exitPrice": 2523.299,
          "stopDistance": 6.397,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 1038
        },
        {
          "entryTs": 1726231020,
          "entryUtc": "2024-09-13T12:37:00.000Z",
          "exitTs": 1726232280,
          "dir": -1,
          "entryPrice": 2570.548,
          "exitPrice": 2575.139,
          "stopDistance": 4.591,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 21
        },
        {
          "entryTs": 1726479660,
          "entryUtc": "2024-09-16T09:41:00.000Z",
          "exitTs": 1726482600,
          "dir": 1,
          "entryPrice": 2585.465,
          "exitPrice": 2581.582,
          "stopDistance": 3.884,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 49
        },
        {
          "entryTs": 1726494660,
          "entryUtc": "2024-09-16T13:51:00.000Z",
          "exitTs": 1726496400,
          "dir": -1,
          "entryPrice": 2586.415,
          "exitPrice": 2578.842,
          "stopDistance": 3.787,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 29
        },
        {
          "entryTs": 1726507080,
          "entryUtc": "2024-09-16T17:18:00.000Z",
          "exitTs": 1726545420,
          "dir": 1,
          "entryPrice": 2581.515,
          "exitPrice": 2576.956,
          "stopDistance": 4.559,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 639
        },
        {
          "entryTs": 1726554300,
          "entryUtc": "2024-09-17T06:25:00.000Z",
          "exitTs": 1726562880,
          "dir": -1,
          "entryPrice": 2584.635,
          "exitPrice": 2579.012,
          "stopDistance": 2.812,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 143
        },
        {
          "entryTs": 1726575900,
          "entryUtc": "2024-09-17T12:25:00.000Z",
          "exitTs": 1726576200,
          "dir": 1,
          "entryPrice": 2576.678,
          "exitPrice": 2572.353,
          "stopDistance": 4.325,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 5
        },
        {
          "entryTs": 1726578600,
          "entryUtc": "2024-09-17T13:10:00.000Z",
          "exitTs": 1726586940,
          "dir": -1,
          "entryPrice": 2578.565,
          "exitPrice": 2567.558,
          "stopDistance": 5.504,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 139
        },
        {
          "entryTs": 1726623900,
          "entryUtc": "2024-09-18T01:45:00.000Z",
          "exitTs": 1726636200,
          "dir": -1,
          "entryPrice": 2573.595,
          "exitPrice": 2566.729,
          "stopDistance": 3.433,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 205
        },
        {
          "entryTs": 1726678680,
          "entryUtc": "2024-09-18T16:58:00.000Z",
          "exitTs": 1726682400,
          "dir": -1,
          "entryPrice": 2575.025,
          "exitPrice": 2579.522,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 62
        },
        {
          "entryTs": 1726685400,
          "entryUtc": "2024-09-18T18:50:00.000Z",
          "exitTs": 1726686060,
          "dir": 1,
          "entryPrice": 2574.595,
          "exitPrice": 2567.688,
          "stopDistance": 6.907,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 11
        },
        {
          "entryTs": 1726747320,
          "entryUtc": "2024-09-19T12:02:00.000Z",
          "exitTs": 1726749600,
          "dir": -1,
          "entryPrice": 2590.098,
          "exitPrice": 2579.914,
          "stopDistance": 5.092,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 38
        },
        {
          "entryTs": 1726838460,
          "entryUtc": "2024-09-20T13:21:00.000Z",
          "exitTs": 1726839960,
          "dir": -1,
          "entryPrice": 2613.235,
          "exitPrice": 2603.134,
          "stopDistance": 5.051,
          "outcome": "target",
          "netR": 1.9267,
          "holdMinutes": 25
        },
        {
          "entryTs": 1727085900,
          "entryUtc": "2024-09-23T10:05:00.000Z",
          "exitTs": 1727096160,
          "dir": -1,
          "entryPrice": 2622.145,
          "exitPrice": 2626.207,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 171
        },
        {
          "entryTs": 1727173380,
          "entryUtc": "2024-09-24T10:23:00.000Z",
          "exitTs": 1727178060,
          "dir": -1,
          "entryPrice": 2633.905,
          "exitPrice": 2625.352,
          "stopDistance": 4.277,
          "outcome": "target",
          "netR": 1.9135,
          "holdMinutes": 78
        },
        {
          "entryTs": 1727182800,
          "entryUtc": "2024-09-24T13:00:00.000Z",
          "exitTs": 1727189340,
          "dir": 1,
          "entryPrice": 2632.475,
          "exitPrice": 2643.342,
          "stopDistance": 5.434,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 109
        },
        {
          "entryTs": 1727238000,
          "entryUtc": "2024-09-25T04:20:00.000Z",
          "exitTs": 1727243460,
          "dir": 1,
          "entryPrice": 2658.845,
          "exitPrice": 2654.638,
          "stopDistance": 4.207,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 91
        },
        {
          "entryTs": 1727285760,
          "entryUtc": "2024-09-25T17:36:00.000Z",
          "exitTs": 1727338800,
          "dir": -1,
          "entryPrice": 2662.235,
          "exitPrice": 2668.256,
          "stopDistance": 6.021,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 884
        },
        {
          "entryTs": 1727354760,
          "entryUtc": "2024-09-26T12:46:00.000Z",
          "exitTs": 1727356680,
          "dir": -1,
          "entryPrice": 2676.085,
          "exitPrice": 2662.541,
          "stopDistance": 6.772,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727364240,
          "entryUtc": "2024-09-26T15:24:00.000Z",
          "exitTs": 1727449020,
          "dir": -1,
          "entryPrice": 2669.675,
          "exitPrice": 2653.148,
          "stopDistance": 8.264,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 1413
        },
        {
          "entryTs": 1727660820,
          "entryUtc": "2024-09-30T01:47:00.000Z",
          "exitTs": 1727691480,
          "dir": 1,
          "entryPrice": 2651.915,
          "exitPrice": 2646.281,
          "stopDistance": 5.634,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 511
        },
        {
          "entryTs": 1727703180,
          "entryUtc": "2024-09-30T13:33:00.000Z",
          "exitTs": 1727703840,
          "dir": 1,
          "entryPrice": 2639.165,
          "exitPrice": 2633.476,
          "stopDistance": 5.689,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 11
        },
        {
          "entryTs": 1727788080,
          "entryUtc": "2024-10-01T13:08:00.000Z",
          "exitTs": 1727789520,
          "dir": 1,
          "entryPrice": 2648.905,
          "exitPrice": 2655.868,
          "stopDistance": 3.482,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 24
        },
        {
          "entryTs": 1727856660,
          "entryUtc": "2024-10-02T08:11:00.000Z",
          "exitTs": 1727872080,
          "dir": 1,
          "entryPrice": 2650.078,
          "exitPrice": 2645.955,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 257
        },
        {
          "entryTs": 1727939100,
          "entryUtc": "2024-10-03T07:05:00.000Z",
          "exitTs": 1727940060,
          "dir": 1,
          "entryPrice": 2653.485,
          "exitPrice": 2650.355,
          "stopDistance": 3.131,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 16
        },
        {
          "entryTs": 1727958840,
          "entryUtc": "2024-10-03T12:34:00.000Z",
          "exitTs": 1727959860,
          "dir": 1,
          "entryPrice": 2648.235,
          "exitPrice": 2643.87,
          "stopDistance": 4.365,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 17
        },
        {
          "entryTs": 1728055620,
          "entryUtc": "2024-10-04T15:27:00.000Z",
          "exitTs": 1728056460,
          "dir": 1,
          "entryPrice": 2658.065,
          "exitPrice": 2649.211,
          "stopDistance": 8.854,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 14
        },
        {
          "entryTs": 1728059580,
          "entryUtc": "2024-10-04T16:33:00.000Z",
          "exitTs": 1728252000,
          "dir": 1,
          "entryPrice": 2646.364,
          "exitPrice": 2650.965,
          "stopDistance": 8.17,
          "outcome": "time",
          "netR": 0.5179,
          "holdMinutes": 3207
        },
        {
          "entryTs": 1728303960,
          "entryUtc": "2024-10-07T12:26:00.000Z",
          "exitTs": 1728304560,
          "dir": 1,
          "entryPrice": 2648.495,
          "exitPrice": 2644.553,
          "stopDistance": 3.942,
          "outcome": "stop",
          "netR": -1.1065,
          "holdMinutes": 10
        },
        {
          "entryTs": 1728306720,
          "entryUtc": "2024-10-07T13:12:00.000Z",
          "exitTs": 1728349500,
          "dir": -1,
          "entryPrice": 2648.805,
          "exitPrice": 2638.699,
          "stopDistance": 5.053,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 713
        },
        {
          "entryTs": 1728353640,
          "entryUtc": "2024-10-08T02:14:00.000Z",
          "exitTs": 1728354600,
          "dir": 1,
          "entryPrice": 2641.698,
          "exitPrice": 2637.184,
          "stopDistance": 4.514,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 16
        },
        {
          "entryTs": 1728376800,
          "entryUtc": "2024-10-08T08:40:00.000Z",
          "exitTs": 1728384720,
          "dir": -1,
          "entryPrice": 2640.155,
          "exitPrice": 2644.933,
          "stopDistance": 4.778,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 132
        },
        {
          "entryTs": 1728459600,
          "entryUtc": "2024-10-09T07:40:00.000Z",
          "exitTs": 1728471660,
          "dir": 1,
          "entryPrice": 2612.985,
          "exitPrice": 2622.04,
          "stopDistance": 4.527,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 201
        },
        {
          "entryTs": 1728487680,
          "entryUtc": "2024-10-09T15:28:00.000Z",
          "exitTs": 1728493500,
          "dir": 1,
          "entryPrice": 2613.055,
          "exitPrice": 2607.06,
          "stopDistance": 5.995,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 97
        },
        {
          "entryTs": 1728560100,
          "entryUtc": "2024-10-10T11:35:00.000Z",
          "exitTs": 1728563400,
          "dir": 1,
          "entryPrice": 2612.585,
          "exitPrice": 2608.835,
          "stopDistance": 3.75,
          "outcome": "ambiguous",
          "netR": -1.112,
          "holdMinutes": 55
        },
        {
          "entryTs": 1728576000,
          "entryUtc": "2024-10-10T16:00:00.000Z",
          "exitTs": 1728588660,
          "dir": -1,
          "entryPrice": 2623.895,
          "exitPrice": 2631.223,
          "stopDistance": 7.328,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 211
        },
        {
          "entryTs": 1729082160,
          "entryUtc": "2024-10-16T12:36:00.000Z",
          "exitTs": 1729087080,
          "dir": 1,
          "entryPrice": 2677.895,
          "exitPrice": 2673.7,
          "stopDistance": 4.195,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 82
        },
        {
          "entryTs": 1729141800,
          "entryUtc": "2024-10-17T05:10:00.000Z",
          "exitTs": 1729143240,
          "dir": -1,
          "entryPrice": 2680.225,
          "exitPrice": 2683.654,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 24
        },
        {
          "entryTs": 1729156920,
          "entryUtc": "2024-10-17T09:22:00.000Z",
          "exitTs": 1729160340,
          "dir": 1,
          "entryPrice": 2677.465,
          "exitPrice": 2684.59,
          "stopDistance": 3.562,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 57
        },
        {
          "entryTs": 1729171380,
          "entryUtc": "2024-10-17T13:23:00.000Z",
          "exitTs": 1729173600,
          "dir": -1,
          "entryPrice": 2685.455,
          "exitPrice": 2689.971,
          "stopDistance": 4.516,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 37
        },
        {
          "entryTs": 1729178160,
          "entryUtc": "2024-10-17T15:16:00.000Z",
          "exitTs": 1729468800,
          "dir": -1,
          "entryPrice": 2692.655,
          "exitPrice": 2699.117,
          "stopDistance": 6.462,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 4844
        },
        {
          "entryTs": 1729491480,
          "entryUtc": "2024-10-21T06:18:00.000Z",
          "exitTs": 1729493640,
          "dir": -1,
          "entryPrice": 2725.615,
          "exitPrice": 2729.766,
          "stopDistance": 4.151,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 36
        },
        {
          "entryTs": 1729521180,
          "entryUtc": "2024-10-21T14:33:00.000Z",
          "exitTs": 1729521720,
          "dir": 1,
          "entryPrice": 2731.094,
          "exitPrice": 2726.636,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 9
        },
        {
          "entryTs": 1729532580,
          "entryUtc": "2024-10-21T17:43:00.000Z",
          "exitTs": 1729537020,
          "dir": 1,
          "entryPrice": 2721.975,
          "exitPrice": 2715.844,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 74
        },
        {
          "entryTs": 1729577700,
          "entryUtc": "2024-10-22T06:15:00.000Z",
          "exitTs": 1729578420,
          "dir": -1,
          "entryPrice": 2733.008,
          "exitPrice": 2736.441,
          "stopDistance": 3.433,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 12
        },
        {
          "entryTs": 1729591920,
          "entryUtc": "2024-10-22T10:12:00.000Z",
          "exitTs": 1729593180,
          "dir": -1,
          "entryPrice": 2733.425,
          "exitPrice": 2737.278,
          "stopDistance": 3.853,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 21
        },
        {
          "entryTs": 1729676100,
          "entryUtc": "2024-10-23T09:35:00.000Z",
          "exitTs": 1729685820,
          "dir": 1,
          "entryPrice": 2750.725,
          "exitPrice": 2747.129,
          "stopDistance": 3.596,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 162
        },
        {
          "entryTs": 1729705440,
          "entryUtc": "2024-10-23T17:44:00.000Z",
          "exitTs": 1729750380,
          "dir": 1,
          "entryPrice": 2713.605,
          "exitPrice": 2730.549,
          "stopDistance": 8.472,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 749
        },
        {
          "entryTs": 1729784340,
          "entryUtc": "2024-10-24T15:39:00.000Z",
          "exitTs": 1729844160,
          "dir": 1,
          "entryPrice": 2729.715,
          "exitPrice": 2723.38,
          "stopDistance": 6.335,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 997
        },
        {
          "entryTs": 1730105640,
          "entryUtc": "2024-10-28T08:54:00.000Z",
          "exitTs": 1730122320,
          "dir": -1,
          "entryPrice": 2734.765,
          "exitPrice": 2740.154,
          "stopDistance": 5.389,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 278
        },
        {
          "entryTs": 1730172780,
          "entryUtc": "2024-10-29T03:33:00.000Z",
          "exitTs": 1730174700,
          "dir": -1,
          "entryPrice": 2749.818,
          "exitPrice": 2753.691,
          "stopDistance": 3.873,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730174820,
          "entryUtc": "2024-10-29T04:07:00.000Z",
          "exitTs": 1730209020,
          "dir": -1,
          "entryPrice": 2753.875,
          "exitPrice": 2757.806,
          "stopDistance": 3.931,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 570
        },
        {
          "entryTs": 1730217600,
          "entryUtc": "2024-10-29T16:00:00.000Z",
          "exitTs": 1730221380,
          "dir": -1,
          "entryPrice": 2765.725,
          "exitPrice": 2772.272,
          "stopDistance": 6.547,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 63
        },
        {
          "entryTs": 1730256720,
          "entryUtc": "2024-10-30T02:52:00.000Z",
          "exitTs": 1730266440,
          "dir": -1,
          "entryPrice": 2779.725,
          "exitPrice": 2783.137,
          "stopDistance": 3.412,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 162
        },
        {
          "entryTs": 1730282700,
          "entryUtc": "2024-10-30T10:05:00.000Z",
          "exitTs": 1730289900,
          "dir": -1,
          "entryPrice": 2785.025,
          "exitPrice": 2777.621,
          "stopDistance": 3.702,
          "outcome": "target",
          "netR": 1.9,
          "holdMinutes": 120
        },
        {
          "entryTs": 1730300100,
          "entryUtc": "2024-10-30T14:55:00.000Z",
          "exitTs": 1730306820,
          "dir": -1,
          "entryPrice": 2780.795,
          "exitPrice": 2786.679,
          "stopDistance": 5.884,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 112
        },
        {
          "entryTs": 1730343000,
          "entryUtc": "2024-10-31T02:50:00.000Z",
          "exitTs": 1730348760,
          "dir": 1,
          "entryPrice": 2786.455,
          "exitPrice": 2783.058,
          "stopDistance": 3.397,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 96
        },
        {
          "entryTs": 1730352120,
          "entryUtc": "2024-10-31T05:22:00.000Z",
          "exitTs": 1730357940,
          "dir": -1,
          "entryPrice": 2786.245,
          "exitPrice": 2779.698,
          "stopDistance": 3.273,
          "outcome": "target",
          "netR": 1.887,
          "holdMinutes": 97
        },
        {
          "entryTs": 1730361360,
          "entryUtc": "2024-10-31T07:56:00.000Z",
          "exitTs": 1730363280,
          "dir": 1,
          "entryPrice": 2781.525,
          "exitPrice": 2777.792,
          "stopDistance": 3.732,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730374020,
          "entryUtc": "2024-10-31T11:27:00.000Z",
          "exitTs": 1730378760,
          "dir": 1,
          "entryPrice": 2777.575,
          "exitPrice": 2773.599,
          "stopDistance": 3.976,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 79
        },
        {
          "entryTs": 1730450700,
          "entryUtc": "2024-11-01T08:45:00.000Z",
          "exitTs": 1730453760,
          "dir": 1,
          "entryPrice": 2754.045,
          "exitPrice": 2750.129,
          "stopDistance": 3.916,
          "outcome": "stop",
          "netR": -1.1072,
          "holdMinutes": 51
        },
        {
          "entryTs": 1730459160,
          "entryUtc": "2024-11-01T11:06:00.000Z",
          "exitTs": 1730464200,
          "dir": -1,
          "entryPrice": 2751.535,
          "exitPrice": 2755.775,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 84
        },
        {
          "entryTs": 1730475300,
          "entryUtc": "2024-11-01T15:35:00.000Z",
          "exitTs": 1730481960,
          "dir": 1,
          "entryPrice": 2747.495,
          "exitPrice": 2739.236,
          "stopDistance": 8.259,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 111
        },
        {
          "entryTs": 1730793780,
          "entryUtc": "2024-11-05T08:03:00.000Z",
          "exitTs": 1730796960,
          "dir": 1,
          "entryPrice": 2734.655,
          "exitPrice": 2742.285,
          "stopDistance": 3.815,
          "outcome": "target",
          "netR": 1.903,
          "holdMinutes": 53
        },
        {
          "entryTs": 1730801580,
          "entryUtc": "2024-11-05T10:13:00.000Z",
          "exitTs": 1730814840,
          "dir": 1,
          "entryPrice": 2737.068,
          "exitPrice": 2746.195,
          "stopDistance": 4.563,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 221
        },
        {
          "entryTs": 1730821680,
          "entryUtc": "2024-11-05T15:48:00.000Z",
          "exitTs": 1730857440,
          "dir": -1,
          "entryPrice": 2741.215,
          "exitPrice": 2747.045,
          "stopDistance": 5.83,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 596
        },
        {
          "entryTs": 1730859000,
          "entryUtc": "2024-11-06T02:10:00.000Z",
          "exitTs": 1730861580,
          "dir": 1,
          "entryPrice": 2743.465,
          "exitPrice": 2738.233,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 43
        },
        {
          "entryTs": 1730892120,
          "entryUtc": "2024-11-06T11:22:00.000Z",
          "exitTs": 1730893680,
          "dir": 1,
          "entryPrice": 2715.004,
          "exitPrice": 2703.075,
          "stopDistance": 11.929,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 26
        },
        {
          "entryTs": 1731308640,
          "entryUtc": "2024-11-11T07:04:00.000Z",
          "exitTs": 1731314040,
          "dir": 1,
          "entryPrice": 2672.165,
          "exitPrice": 2667.681,
          "stopDistance": 4.484,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 90
        },
        {
          "entryTs": 1731417240,
          "entryUtc": "2024-11-12T13:14:00.000Z",
          "exitTs": 1731431040,
          "dir": 1,
          "entryPrice": 2604.455,
          "exitPrice": 2597.024,
          "stopDistance": 7.431,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 230
        },
        {
          "entryTs": 1731431340,
          "entryUtc": "2024-11-12T17:09:00.000Z",
          "exitTs": 1731462360,
          "dir": 1,
          "entryPrice": 2595.585,
          "exitPrice": 2610.465,
          "stopDistance": 7.44,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 517
        },
        {
          "entryTs": 1731479040,
          "entryUtc": "2024-11-13T06:24:00.000Z",
          "exitTs": 1731490260,
          "dir": -1,
          "entryPrice": 2606.385,
          "exitPrice": 2610.817,
          "stopDistance": 4.432,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 187
        },
        {
          "entryTs": 1731514560,
          "entryUtc": "2024-11-13T16:16:00.000Z",
          "exitTs": 1731515580,
          "dir": 1,
          "entryPrice": 2600.275,
          "exitPrice": 2592.83,
          "stopDistance": 7.445,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 17
        },
        {
          "entryTs": 1731636480,
          "entryUtc": "2024-11-15T02:08:00.000Z",
          "exitTs": 1731650940,
          "dir": -1,
          "entryPrice": 2567.854,
          "exitPrice": 2558.176,
          "stopDistance": 4.839,
          "outcome": "target",
          "netR": 1.9235,
          "holdMinutes": 241
        },
        {
          "entryTs": 1731659100,
          "entryUtc": "2024-11-15T08:25:00.000Z",
          "exitTs": 1731670500,
          "dir": 1,
          "entryPrice": 2561.725,
          "exitPrice": 2570.491,
          "stopDistance": 4.383,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 190
        },
        {
          "entryTs": 1731678540,
          "entryUtc": "2024-11-15T13:49:00.000Z",
          "exitTs": 1731884400,
          "dir": -1,
          "entryPrice": 2569.985,
          "exitPrice": 2567.675,
          "stopDistance": 6.389,
          "outcome": "time",
          "netR": 0.3037,
          "holdMinutes": 3431
        },
        {
          "entryTs": 1731903720,
          "entryUtc": "2024-11-18T04:22:00.000Z",
          "exitTs": 1731935100,
          "dir": -1,
          "entryPrice": 2591.795,
          "exitPrice": 2598.456,
          "stopDistance": 6.661,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 523
        },
        {
          "entryTs": 1732004280,
          "entryUtc": "2024-11-19T08:18:00.000Z",
          "exitTs": 1732005720,
          "dir": -1,
          "entryPrice": 2621.084,
          "exitPrice": 2625.283,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 24
        },
        {
          "entryTs": 1732022460,
          "entryUtc": "2024-11-19T13:21:00.000Z",
          "exitTs": 1732025940,
          "dir": 1,
          "entryPrice": 2631.435,
          "exitPrice": 2626.306,
          "stopDistance": 5.129,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 58
        },
        {
          "entryTs": 1732036620,
          "entryUtc": "2024-11-19T17:17:00.000Z",
          "exitTs": 1732062240,
          "dir": -1,
          "entryPrice": 2630.045,
          "exitPrice": 2637.089,
          "stopDistance": 7.044,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 427
        },
        {
          "entryTs": 1732105500,
          "entryUtc": "2024-11-20T12:25:00.000Z",
          "exitTs": 1732108680,
          "dir": 1,
          "entryPrice": 2626.935,
          "exitPrice": 2635.956,
          "stopDistance": 4.51,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 53
        },
        {
          "entryTs": 1732154820,
          "entryUtc": "2024-11-21T02:07:00.000Z",
          "exitTs": 1732171380,
          "dir": -1,
          "entryPrice": 2657.505,
          "exitPrice": 2661.584,
          "stopDistance": 4.079,
          "outcome": "stop",
          "netR": -1.103,
          "holdMinutes": 276
        },
        {
          "entryTs": 1732191780,
          "entryUtc": "2024-11-21T12:23:00.000Z",
          "exitTs": 1732211700,
          "dir": -1,
          "entryPrice": 2666.705,
          "exitPrice": 2671.655,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 332
        },
        {
          "entryTs": 1732247340,
          "entryUtc": "2024-11-22T03:49:00.000Z",
          "exitTs": 1732250880,
          "dir": -1,
          "entryPrice": 2684.425,
          "exitPrice": 2689.101,
          "stopDistance": 4.676,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 59
        },
        {
          "entryTs": 1732255020,
          "entryUtc": "2024-11-22T05:57:00.000Z",
          "exitTs": 1732258380,
          "dir": -1,
          "entryPrice": 2686.275,
          "exitPrice": 2691.219,
          "stopDistance": 4.944,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 56
        },
        {
          "entryTs": 1732290000,
          "entryUtc": "2024-11-22T15:40:00.000Z",
          "exitTs": 1732299600,
          "dir": -1,
          "entryPrice": 2702.845,
          "exitPrice": 2710.091,
          "stopDistance": 7.246,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 160
        },
        {
          "entryTs": 1732598580,
          "entryUtc": "2024-11-26T05:23:00.000Z",
          "exitTs": 1732607160,
          "dir": -1,
          "entryPrice": 2623.774,
          "exitPrice": 2611.405,
          "stopDistance": 6.185,
          "outcome": "target",
          "netR": 1.9402,
          "holdMinutes": 143
        },
        {
          "entryTs": 1732630380,
          "entryUtc": "2024-11-26T14:13:00.000Z",
          "exitTs": 1732632000,
          "dir": -1,
          "entryPrice": 2632.118,
          "exitPrice": 2618.252,
          "stopDistance": 6.933,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 27
        },
        {
          "entryTs": 1732641660,
          "entryUtc": "2024-11-26T17:21:00.000Z",
          "exitTs": 1732685460,
          "dir": 1,
          "entryPrice": 2625.155,
          "exitPrice": 2641.76,
          "stopDistance": 8.303,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 730
        },
        {
          "entryTs": 1732701720,
          "entryUtc": "2024-11-27T10:02:00.000Z",
          "exitTs": 1732709520,
          "dir": -1,
          "entryPrice": 2648.728,
          "exitPrice": 2653.238,
          "stopDistance": 4.51,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 130
        },
        {
          "entryTs": 1732716540,
          "entryUtc": "2024-11-27T14:09:00.000Z",
          "exitTs": 1732719660,
          "dir": 1,
          "entryPrice": 2650.074,
          "exitPrice": 2644.706,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 52
        },
        {
          "entryTs": 1732794660,
          "entryUtc": "2024-11-28T11:51:00.000Z",
          "exitTs": 1732807380,
          "dir": -1,
          "entryPrice": 2646.805,
          "exitPrice": 2638.538,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 212
        },
        {
          "entryTs": 1732850160,
          "entryUtc": "2024-11-29T03:16:00.000Z",
          "exitTs": 1732855200,
          "dir": -1,
          "entryPrice": 2656.704,
          "exitPrice": 2662.041,
          "stopDistance": 5.336,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 84
        },
        {
          "entryTs": 1733156400,
          "entryUtc": "2024-12-02T16:20:00.000Z",
          "exitTs": 1733207040,
          "dir": -1,
          "entryPrice": 2642.855,
          "exitPrice": 2649.725,
          "stopDistance": 6.87,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 844
        },
        {
          "entryTs": 1733216340,
          "entryUtc": "2024-12-03T08:59:00.000Z",
          "exitTs": 1733233680,
          "dir": -1,
          "entryPrice": 2645.055,
          "exitPrice": 2649.366,
          "stopDistance": 4.311,
          "outcome": "stop",
          "netR": -1.0974,
          "holdMinutes": 289
        },
        {
          "entryTs": 1733238120,
          "entryUtc": "2024-12-03T15:02:00.000Z",
          "exitTs": 1733239200,
          "dir": 1,
          "entryPrice": 2640.575,
          "exitPrice": 2636.218,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 18
        },
        {
          "entryTs": 1733241360,
          "entryUtc": "2024-12-03T15:56:00.000Z",
          "exitTs": 1733248980,
          "dir": -1,
          "entryPrice": 2642.538,
          "exitPrice": 2648.845,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 127
        },
        {
          "entryTs": 1733253720,
          "entryUtc": "2024-12-03T19:22:00.000Z",
          "exitTs": 1733317380,
          "dir": 1,
          "entryPrice": 2642.085,
          "exitPrice": 2635.29,
          "stopDistance": 6.795,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 1061
        },
        {
          "entryTs": 1733339640,
          "entryUtc": "2024-12-04T19:14:00.000Z",
          "exitTs": 1733410680,
          "dir": -1,
          "entryPrice": 2652.974,
          "exitPrice": 2640.276,
          "stopDistance": 6.349,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 1184
        },
        {
          "entryTs": 1733415900,
          "entryUtc": "2024-12-05T16:25:00.000Z",
          "exitTs": 1733418660,
          "dir": 1,
          "entryPrice": 2639.385,
          "exitPrice": 2632.699,
          "stopDistance": 6.686,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 46
        },
        {
          "entryTs": 1733446680,
          "entryUtc": "2024-12-06T00:58:00.000Z",
          "exitTs": 1733447100,
          "dir": 1,
          "entryPrice": 2629.775,
          "exitPrice": 2626.316,
          "stopDistance": 3.458,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 7
        },
        {
          "entryTs": 1733479980,
          "entryUtc": "2024-12-06T10:13:00.000Z",
          "exitTs": 1733481960,
          "dir": 1,
          "entryPrice": 2638.615,
          "exitPrice": 2633.675,
          "stopDistance": 4.94,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 33
        },
        {
          "entryTs": 1733706480,
          "entryUtc": "2024-12-09T01:08:00.000Z",
          "exitTs": 1733706720,
          "dir": -1,
          "entryPrice": 2636.575,
          "exitPrice": 2642.752,
          "stopDistance": 6.177,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 4
        },
        {
          "entryTs": 1733713080,
          "entryUtc": "2024-12-09T02:58:00.000Z",
          "exitTs": 1733735640,
          "dir": -1,
          "entryPrice": 2645.008,
          "exitPrice": 2652.078,
          "stopDistance": 7.07,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 376
        },
        {
          "entryTs": 1733824200,
          "entryUtc": "2024-12-10T09:50:00.000Z",
          "exitTs": 1733826720,
          "dir": -1,
          "entryPrice": 2665.964,
          "exitPrice": 2670.247,
          "stopDistance": 4.283,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 42
        },
        {
          "entryTs": 1733836920,
          "entryUtc": "2024-12-10T13:22:00.000Z",
          "exitTs": 1733838960,
          "dir": -1,
          "entryPrice": 2675.315,
          "exitPrice": 2680.609,
          "stopDistance": 5.294,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 34
        },
        {
          "entryTs": 1733888880,
          "entryUtc": "2024-12-11T03:48:00.000Z",
          "exitTs": 1733891700,
          "dir": -1,
          "entryPrice": 2697.534,
          "exitPrice": 2687.667,
          "stopDistance": 4.934,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 47
        },
        {
          "entryTs": 1733908020,
          "entryUtc": "2024-12-11T09:07:00.000Z",
          "exitTs": 1733925660,
          "dir": 1,
          "entryPrice": 2685.965,
          "exitPrice": 2702.292,
          "stopDistance": 8.164,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 294
        },
        {
          "entryTs": 1733983920,
          "entryUtc": "2024-12-12T06:12:00.000Z",
          "exitTs": 1734008100,
          "dir": 1,
          "entryPrice": 2711.125,
          "exitPrice": 2706.451,
          "stopDistance": 4.674,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 403
        },
        {
          "entryTs": 1734072180,
          "entryUtc": "2024-12-13T06:43:00.000Z",
          "exitTs": 1734079740,
          "dir": -1,
          "entryPrice": 2688.255,
          "exitPrice": 2679.991,
          "stopDistance": 4.132,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 126
        },
        {
          "entryTs": 1734095820,
          "entryUtc": "2024-12-13T13:17:00.000Z",
          "exitTs": 1734103440,
          "dir": -1,
          "entryPrice": 2667.485,
          "exitPrice": 2656.347,
          "stopDistance": 5.569,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 127
        },
        {
          "entryTs": 1734326700,
          "entryUtc": "2024-12-16T05:25:00.000Z",
          "exitTs": 1734335160,
          "dir": -1,
          "entryPrice": 2652.015,
          "exitPrice": 2655.739,
          "stopDistance": 3.724,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 141
        },
        {
          "entryTs": 1734355200,
          "entryUtc": "2024-12-16T13:20:00.000Z",
          "exitTs": 1734360120,
          "dir": 1,
          "entryPrice": 2660.638,
          "exitPrice": 2656.319,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 82
        },
        {
          "entryTs": 1734371760,
          "entryUtc": "2024-12-16T17:56:00.000Z",
          "exitTs": 1734416640,
          "dir": 1,
          "entryPrice": 2651.925,
          "exitPrice": 2647.061,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 748
        },
        {
          "entryTs": 1734422880,
          "entryUtc": "2024-12-17T08:08:00.000Z",
          "exitTs": 1734424080,
          "dir": 1,
          "entryPrice": 2651.764,
          "exitPrice": 2647.607,
          "stopDistance": 4.156,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 20
        },
        {
          "entryTs": 1734544980,
          "entryUtc": "2024-12-18T18:03:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2637.118,
          "exitPrice": 2628.798,
          "stopDistance": 4.16,
          "outcome": "target",
          "netR": 1.9111,
          "holdMinutes": 57
        },
        {
          "entryTs": 1734590100,
          "entryUtc": "2024-12-19T06:35:00.000Z",
          "exitTs": 1734592800,
          "dir": -1,
          "entryPrice": 2610.838,
          "exitPrice": 2616.814,
          "stopDistance": 5.976,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 45
        },
        {
          "entryTs": 1734597960,
          "entryUtc": "2024-12-19T08:46:00.000Z",
          "exitTs": 1734600360,
          "dir": -1,
          "entryPrice": 2615.248,
          "exitPrice": 2621.529,
          "stopDistance": 6.281,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 40
        },
        {
          "entryTs": 1734657000,
          "entryUtc": "2024-12-20T01:10:00.000Z",
          "exitTs": 1734659160,
          "dir": -1,
          "entryPrice": 2597.455,
          "exitPrice": 2602.375,
          "stopDistance": 4.92,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 36
        },
        {
          "entryTs": 1734942540,
          "entryUtc": "2024-12-23T08:29:00.000Z",
          "exitTs": 1734949860,
          "dir": -1,
          "entryPrice": 2629.798,
          "exitPrice": 2621.819,
          "stopDistance": 3.989,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 122
        },
        {
          "entryTs": 1735041240,
          "entryUtc": "2024-12-24T11:54:00.000Z",
          "exitTs": 1735061280,
          "dir": -1,
          "entryPrice": 2615.895,
          "exitPrice": 2619.102,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 334
        },
        {
          "entryTs": 1735065360,
          "entryUtc": "2024-12-24T18:36:00.000Z",
          "exitTs": 1735167600,
          "dir": -1,
          "entryPrice": 2617.048,
          "exitPrice": 2616.255,
          "stopDistance": 3.57,
          "outcome": "time",
          "netR": 0.1186,
          "holdMinutes": 1704
        },
        {
          "entryTs": 1735215780,
          "entryUtc": "2024-12-26T12:23:00.000Z",
          "exitTs": 1735220820,
          "dir": 1,
          "entryPrice": 2624.798,
          "exitPrice": 2621.655,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 84
        },
        {
          "entryTs": 1735236360,
          "entryUtc": "2024-12-26T18:06:00.000Z",
          "exitTs": 1735283400,
          "dir": -1,
          "entryPrice": 2633.348,
          "exitPrice": 2637.219,
          "stopDistance": 3.871,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 784
        },
        {
          "entryTs": 1735595400,
          "entryUtc": "2024-12-30T21:50:00.000Z",
          "exitTs": 1735634340,
          "dir": 1,
          "entryPrice": 2605.755,
          "exitPrice": 2615.737,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 649
        },
        {
          "entryTs": 1735651440,
          "entryUtc": "2024-12-31T13:24:00.000Z",
          "exitTs": 1735651680,
          "dir": -1,
          "entryPrice": 2611.148,
          "exitPrice": 2614.735,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 4
        },
        {
          "entryTs": 1735825800,
          "entryUtc": "2025-01-02T13:50:00.000Z",
          "exitTs": 1735827300,
          "dir": -1,
          "entryPrice": 2642.948,
          "exitPrice": 2647.663,
          "stopDistance": 4.715,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 25
        },
        {
          "entryTs": 1735900260,
          "entryUtc": "2025-01-03T10:31:00.000Z",
          "exitTs": 1735910580,
          "dir": 1,
          "entryPrice": 2654.855,
          "exitPrice": 2650.886,
          "stopDistance": 3.969,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 172
        },
        {
          "entryTs": 1736131260,
          "entryUtc": "2025-01-06T02:41:00.000Z",
          "exitTs": 1736136780,
          "dir": -1,
          "entryPrice": 2644.448,
          "exitPrice": 2637.139,
          "stopDistance": 3.655,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 92
        },
        {
          "entryTs": 1736156940,
          "entryUtc": "2025-01-06T09:49:00.000Z",
          "exitTs": 1736162520,
          "dir": 1,
          "entryPrice": 2631.955,
          "exitPrice": 2640.922,
          "stopDistance": 4.483,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 93
        },
        {
          "entryTs": 1736170740,
          "entryUtc": "2025-01-06T13:39:00.000Z",
          "exitTs": 1736171100,
          "dir": 1,
          "entryPrice": 2627.645,
          "exitPrice": 2623.269,
          "stopDistance": 4.376,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 6
        },
        {
          "entryTs": 1736175060,
          "entryUtc": "2025-01-06T14:51:00.000Z",
          "exitTs": 1736177280,
          "dir": -1,
          "entryPrice": 2631.035,
          "exitPrice": 2638.468,
          "stopDistance": 7.433,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 37
        },
        {
          "entryTs": 1736236920,
          "entryUtc": "2025-01-07T08:02:00.000Z",
          "exitTs": 1736247960,
          "dir": -1,
          "entryPrice": 2642.534,
          "exitPrice": 2646.094,
          "stopDistance": 3.56,
          "outcome": "stop",
          "netR": -1.118,
          "holdMinutes": 184
        },
        {
          "entryTs": 1736268000,
          "entryUtc": "2025-01-07T16:40:00.000Z",
          "exitTs": 1736344800,
          "dir": -1,
          "entryPrice": 2654.125,
          "exitPrice": 2660.836,
          "stopDistance": 6.711,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 1280
        },
        {
          "entryTs": 1736358000,
          "entryUtc": "2025-01-08T17:40:00.000Z",
          "exitTs": 1736359320,
          "dir": 1,
          "entryPrice": 2649.865,
          "exitPrice": 2656.781,
          "stopDistance": 3.458,
          "outcome": "target",
          "netR": 1.893,
          "holdMinutes": 22
        },
        {
          "entryTs": 1736746380,
          "entryUtc": "2025-01-13T05:33:00.000Z",
          "exitTs": 1736763960,
          "dir": 1,
          "entryPrice": 2683.515,
          "exitPrice": 2677.739,
          "stopDistance": 5.776,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 293
        },
        {
          "entryTs": 1736842560,
          "entryUtc": "2025-01-14T08:16:00.000Z",
          "exitTs": 1736861880,
          "dir": -1,
          "entryPrice": 2671.645,
          "exitPrice": 2664.233,
          "stopDistance": 3.706,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 322
        },
        {
          "entryTs": 1736943360,
          "entryUtc": "2025-01-15T12:16:00.000Z",
          "exitTs": 1736947800,
          "dir": -1,
          "entryPrice": 2686.488,
          "exitPrice": 2690.075,
          "stopDistance": 3.587,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 74
        },
        {
          "entryTs": 1736992920,
          "entryUtc": "2025-01-16T02:02:00.000Z",
          "exitTs": 1737015600,
          "dir": -1,
          "entryPrice": 2697.915,
          "exitPrice": 2702.329,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 378
        },
        {
          "entryTs": 1737017580,
          "entryUtc": "2025-01-16T08:53:00.000Z",
          "exitTs": 1737019740,
          "dir": 1,
          "entryPrice": 2697.975,
          "exitPrice": 2705.581,
          "stopDistance": 3.803,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 36
        },
        {
          "entryTs": 1737031560,
          "entryUtc": "2025-01-16T12:46:00.000Z",
          "exitTs": 1737033480,
          "dir": -1,
          "entryPrice": 2702.929,
          "exitPrice": 2707.437,
          "stopDistance": 4.508,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 32
        },
        {
          "entryTs": 1737091800,
          "entryUtc": "2025-01-17T05:30:00.000Z",
          "exitTs": 1737100080,
          "dir": 1,
          "entryPrice": 2713.245,
          "exitPrice": 2709.706,
          "stopDistance": 3.539,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 138
        },
        {
          "entryTs": 1737104700,
          "entryUtc": "2025-01-17T09:05:00.000Z",
          "exitTs": 1737105900,
          "dir": 1,
          "entryPrice": 2710.479,
          "exitPrice": 2707.342,
          "stopDistance": 3.137,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 20
        },
        {
          "entryTs": 1737119460,
          "entryUtc": "2025-01-17T13:11:00.000Z",
          "exitTs": 1737122220,
          "dir": 1,
          "entryPrice": 2708.255,
          "exitPrice": 2704.363,
          "stopDistance": 3.891,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 46
        },
        {
          "entryTs": 1737123000,
          "entryUtc": "2025-01-17T14:10:00.000Z",
          "exitTs": 1737125460,
          "dir": -1,
          "entryPrice": 2707.299,
          "exitPrice": 2711.932,
          "stopDistance": 4.633,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 41
        },
        {
          "entryTs": 1737372720,
          "entryUtc": "2025-01-20T11:32:00.000Z",
          "exitTs": 1737380160,
          "dir": 1,
          "entryPrice": 2707.015,
          "exitPrice": 2702.728,
          "stopDistance": 4.286,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 124
        },
        {
          "entryTs": 1737549060,
          "entryUtc": "2025-01-22T12:31:00.000Z",
          "exitTs": 1737550920,
          "dir": 1,
          "entryPrice": 2752.075,
          "exitPrice": 2761.448,
          "stopDistance": 4.686,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 31
        },
        {
          "entryTs": 1737569040,
          "entryUtc": "2025-01-22T18:04:00.000Z",
          "exitTs": 1737624000,
          "dir": 1,
          "entryPrice": 2755.035,
          "exitPrice": 2749.113,
          "stopDistance": 5.922,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 916
        },
        {
          "entryTs": 1737634800,
          "entryUtc": "2025-01-23T12:20:00.000Z",
          "exitTs": 1737638040,
          "dir": 1,
          "entryPrice": 2744.755,
          "exitPrice": 2740.694,
          "stopDistance": 4.061,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 54
        },
        {
          "entryTs": 1737647820,
          "entryUtc": "2025-01-23T15:57:00.000Z",
          "exitTs": 1737679260,
          "dir": 1,
          "entryPrice": 2745.705,
          "exitPrice": 2758.941,
          "stopDistance": 6.618,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 524
        },
        {
          "entryTs": 1737707040,
          "entryUtc": "2025-01-24T08:24:00.000Z",
          "exitTs": 1737710400,
          "dir": -1,
          "entryPrice": 2771.915,
          "exitPrice": 2775.962,
          "stopDistance": 4.047,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 56
        },
        {
          "entryTs": 1737729900,
          "entryUtc": "2025-01-24T14:45:00.000Z",
          "exitTs": 1737732420,
          "dir": -1,
          "entryPrice": 2780.978,
          "exitPrice": 2785.522,
          "stopDistance": 4.544,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 42
        },
        {
          "entryTs": 1737733500,
          "entryUtc": "2025-01-24T15:45:00.000Z",
          "exitTs": 1737734400,
          "dir": 1,
          "entryPrice": 2780.575,
          "exitPrice": 2774.774,
          "stopDistance": 5.801,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 15
        },
        {
          "entryTs": 1737941100,
          "entryUtc": "2025-01-27T01:25:00.000Z",
          "exitTs": 1737942060,
          "dir": 1,
          "entryPrice": 2768.535,
          "exitPrice": 2764.703,
          "stopDistance": 3.832,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 16
        },
        {
          "entryTs": 1737988860,
          "entryUtc": "2025-01-27T14:41:00.000Z",
          "exitTs": 1737990300,
          "dir": -1,
          "entryPrice": 2753.915,
          "exitPrice": 2740.898,
          "stopDistance": 6.509,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 24
        },
        {
          "entryTs": 1738142220,
          "entryUtc": "2025-01-29T09:17:00.000Z",
          "exitTs": 1738152480,
          "dir": -1,
          "entryPrice": 2762.885,
          "exitPrice": 2756.573,
          "stopDistance": 3.156,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 171
        },
        {
          "entryTs": 1738254780,
          "entryUtc": "2025-01-30T16:33:00.000Z",
          "exitTs": 1738282020,
          "dir": -1,
          "entryPrice": 2793.448,
          "exitPrice": 2799.156,
          "stopDistance": 5.708,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 454
        },
        {
          "entryTs": 1738316040,
          "entryUtc": "2025-01-31T09:34:00.000Z",
          "exitTs": 1738324380,
          "dir": -1,
          "entryPrice": 2795.835,
          "exitPrice": 2799.838,
          "stopDistance": 4.003,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 139
        },
        {
          "entryTs": 1738343880,
          "entryUtc": "2025-01-31T17:18:00.000Z",
          "exitTs": 1738347540,
          "dir": -1,
          "entryPrice": 2812.165,
          "exitPrice": 2801.497,
          "stopDistance": 5.334,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 61
        },
        {
          "entryTs": 1738543680,
          "entryUtc": "2025-02-03T00:48:00.000Z",
          "exitTs": 1738544940,
          "dir": 1,
          "entryPrice": 2792.848,
          "exitPrice": 2784.584,
          "stopDistance": 8.264,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 21
        },
        {
          "entryTs": 1738598700,
          "entryUtc": "2025-02-03T16:05:00.000Z",
          "exitTs": 1738675320,
          "dir": -1,
          "entryPrice": 2822.895,
          "exitPrice": 2831.06,
          "stopDistance": 8.165,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 1277
        },
        {
          "entryTs": 1738720260,
          "entryUtc": "2025-02-05T01:51:00.000Z",
          "exitTs": 1738721160,
          "dir": -1,
          "entryPrice": 2843.758,
          "exitPrice": 2848.292,
          "stopDistance": 4.534,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738732920,
          "entryUtc": "2025-02-05T05:22:00.000Z",
          "exitTs": 1738734480,
          "dir": -1,
          "entryPrice": 2855.248,
          "exitPrice": 2860.039,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 26
        },
        {
          "entryTs": 1738753320,
          "entryUtc": "2025-02-05T11:02:00.000Z",
          "exitTs": 1738763280,
          "dir": -1,
          "entryPrice": 2869.045,
          "exitPrice": 2858.382,
          "stopDistance": 5.331,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 166
        },
        {
          "entryTs": 1738773240,
          "entryUtc": "2025-02-05T16:34:00.000Z",
          "exitTs": 1738827960,
          "dir": -1,
          "entryPrice": 2869.895,
          "exitPrice": 2854.98,
          "stopDistance": 7.458,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 912
        },
        {
          "entryTs": 1738847400,
          "entryUtc": "2025-02-06T13:10:00.000Z",
          "exitTs": 1738850160,
          "dir": 1,
          "entryPrice": 2861.535,
          "exitPrice": 2855.677,
          "stopDistance": 5.858,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 46
        },
        {
          "entryTs": 1738909620,
          "entryUtc": "2025-02-07T06:27:00.000Z",
          "exitTs": 1738919100,
          "dir": -1,
          "entryPrice": 2865.035,
          "exitPrice": 2868.473,
          "stopDistance": 3.438,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 158
        },
        {
          "entryTs": 1738923120,
          "entryUtc": "2025-02-07T10:12:00.000Z",
          "exitTs": 1738933920,
          "dir": 1,
          "entryPrice": 2866.648,
          "exitPrice": 2862.421,
          "stopDistance": 4.227,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 180
        },
        {
          "entryTs": 1738934880,
          "entryUtc": "2025-02-07T13:28:00.000Z",
          "exitTs": 1738935000,
          "dir": -1,
          "entryPrice": 2862.885,
          "exitPrice": 2866.933,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 2
        },
        {
          "entryTs": 1738952160,
          "entryUtc": "2025-02-07T18:16:00.000Z",
          "exitTs": 1739142000,
          "dir": -1,
          "entryPrice": 2864.275,
          "exitPrice": 2855.698,
          "stopDistance": 8.991,
          "outcome": "time",
          "netR": 0.9128,
          "holdMinutes": 3164
        },
        {
          "entryTs": 1739152260,
          "entryUtc": "2025-02-10T01:51:00.000Z",
          "exitTs": 1739154120,
          "dir": -1,
          "entryPrice": 2868.265,
          "exitPrice": 2874.09,
          "stopDistance": 5.825,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 31
        },
        {
          "entryTs": 1739195700,
          "entryUtc": "2025-02-10T13:55:00.000Z",
          "exitTs": 1739199540,
          "dir": -1,
          "entryPrice": 2902.985,
          "exitPrice": 2908.899,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 64
        },
        {
          "entryTs": 1739253900,
          "entryUtc": "2025-02-11T06:05:00.000Z",
          "exitTs": 1739264400,
          "dir": -1,
          "entryPrice": 2927.128,
          "exitPrice": 2906.066,
          "stopDistance": 10.531,
          "outcome": "target",
          "netR": 1.9649,
          "holdMinutes": 175
        },
        {
          "entryTs": 1739348820,
          "entryUtc": "2025-02-12T08:27:00.000Z",
          "exitTs": 1739356980,
          "dir": -1,
          "entryPrice": 2891.645,
          "exitPrice": 2879.824,
          "stopDistance": 5.911,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 136
        },
        {
          "entryTs": 1739511960,
          "entryUtc": "2025-02-14T05:46:00.000Z",
          "exitTs": 1739515320,
          "dir": -1,
          "entryPrice": 2930.705,
          "exitPrice": 2935.027,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 56
        },
        {
          "entryTs": 1739522820,
          "entryUtc": "2025-02-14T08:47:00.000Z",
          "exitTs": 1739529360,
          "dir": -1,
          "entryPrice": 2935.155,
          "exitPrice": 2939.815,
          "stopDistance": 4.66,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 109
        },
        {
          "entryTs": 1739530140,
          "entryUtc": "2025-02-14T10:49:00.000Z",
          "exitTs": 1739533680,
          "dir": 1,
          "entryPrice": 2935.435,
          "exitPrice": 2930.796,
          "stopDistance": 4.639,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 59
        },
        {
          "entryTs": 1739543760,
          "entryUtc": "2025-02-14T14:36:00.000Z",
          "exitTs": 1739545980,
          "dir": 1,
          "entryPrice": 2922.575,
          "exitPrice": 2915.433,
          "stopDistance": 7.141,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 37
        },
        {
          "entryTs": 1739746800,
          "entryUtc": "2025-02-16T23:00:00.000Z",
          "exitTs": 1739746980,
          "dir": -1,
          "entryPrice": 2883.165,
          "exitPrice": 2889.187,
          "stopDistance": 6.022,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 3
        },
        {
          "entryTs": 1739781360,
          "entryUtc": "2025-02-17T08:36:00.000Z",
          "exitTs": 1739848920,
          "dir": 1,
          "entryPrice": 2896.405,
          "exitPrice": 2909.589,
          "stopDistance": 6.592,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 1126
        },
        {
          "entryTs": 1739858580,
          "entryUtc": "2025-02-18T06:03:00.000Z",
          "exitTs": 1739882460,
          "dir": -1,
          "entryPrice": 2911.545,
          "exitPrice": 2915.936,
          "stopDistance": 4.391,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 398
        },
        {
          "entryTs": 1739945160,
          "entryUtc": "2025-02-19T06:06:00.000Z",
          "exitTs": 1739954160,
          "dir": -1,
          "entryPrice": 2935.205,
          "exitPrice": 2939.492,
          "stopDistance": 4.287,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 150
        },
        {
          "entryTs": 1739966400,
          "entryUtc": "2025-02-19T12:00:00.000Z",
          "exitTs": 1739970420,
          "dir": 1,
          "entryPrice": 2932.045,
          "exitPrice": 2940.71,
          "stopDistance": 4.332,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 67
        },
        {
          "entryTs": 1739973060,
          "entryUtc": "2025-02-19T13:51:00.000Z",
          "exitTs": 1739980680,
          "dir": 1,
          "entryPrice": 2935.135,
          "exitPrice": 2929.464,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 127
        },
        {
          "entryTs": 1740018300,
          "entryUtc": "2025-02-20T02:25:00.000Z",
          "exitTs": 1740021180,
          "dir": -1,
          "entryPrice": 2938.295,
          "exitPrice": 2942.934,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 48
        },
        {
          "entryTs": 1740074400,
          "entryUtc": "2025-02-20T18:00:00.000Z",
          "exitTs": 1740102480,
          "dir": 1,
          "entryPrice": 2939.845,
          "exitPrice": 2931.832,
          "stopDistance": 8.013,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 468
        },
        {
          "entryTs": 1740131520,
          "entryUtc": "2025-02-21T09:52:00.000Z",
          "exitTs": 1740137220,
          "dir": -1,
          "entryPrice": 2929.495,
          "exitPrice": 2935.471,
          "stopDistance": 5.976,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 95
        },
        {
          "entryTs": 1740354540,
          "entryUtc": "2025-02-23T23:49:00.000Z",
          "exitTs": 1740358800,
          "dir": -1,
          "entryPrice": 2938.245,
          "exitPrice": 2928.149,
          "stopDistance": 5.048,
          "outcome": "target",
          "netR": 1.9267,
          "holdMinutes": 71
        },
        {
          "entryTs": 1740397320,
          "entryUtc": "2025-02-24T11:42:00.000Z",
          "exitTs": 1740398520,
          "dir": -1,
          "entryPrice": 2944.585,
          "exitPrice": 2949.587,
          "stopDistance": 5.002,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 20
        },
        {
          "entryTs": 1740486480,
          "entryUtc": "2025-02-25T12:28:00.000Z",
          "exitTs": 1740486780,
          "dir": 1,
          "entryPrice": 2934.635,
          "exitPrice": 2929.318,
          "stopDistance": 5.317,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 5
        },
        {
          "entryTs": 1740492060,
          "entryUtc": "2025-02-25T14:01:00.000Z",
          "exitTs": 1740494100,
          "dir": -1,
          "entryPrice": 2938.785,
          "exitPrice": 2943.713,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 34
        },
        {
          "entryTs": 1740495300,
          "entryUtc": "2025-02-25T14:55:00.000Z",
          "exitTs": 1740496200,
          "dir": 1,
          "entryPrice": 2934.478,
          "exitPrice": 2927.878,
          "stopDistance": 6.6,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 15
        },
        {
          "entryTs": 1740556920,
          "entryUtc": "2025-02-26T08:02:00.000Z",
          "exitTs": 1740578220,
          "dir": 1,
          "entryPrice": 2912.935,
          "exitPrice": 2906.726,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 355
        },
        {
          "entryTs": 1740648780,
          "entryUtc": "2025-02-27T09:33:00.000Z",
          "exitTs": 1740667380,
          "dir": 1,
          "entryPrice": 2888.935,
          "exitPrice": 2880.82,
          "stopDistance": 8.115,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 310
        },
        {
          "entryTs": 1740719700,
          "entryUtc": "2025-02-28T05:15:00.000Z",
          "exitTs": 1740729660,
          "dir": 1,
          "entryPrice": 2863.405,
          "exitPrice": 2857.091,
          "stopDistance": 6.314,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 166
        },
        {
          "entryTs": 1740741540,
          "entryUtc": "2025-02-28T11:19:00.000Z",
          "exitTs": 1740747180,
          "dir": 1,
          "entryPrice": 2861.065,
          "exitPrice": 2855.416,
          "stopDistance": 5.649,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 94
        },
        {
          "entryTs": 1740767220,
          "entryUtc": "2025-02-28T18:27:00.000Z",
          "exitTs": 1740779280,
          "dir": 1,
          "entryPrice": 2840.655,
          "exitPrice": 2858.369,
          "stopDistance": 8.857,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 201
        },
        {
          "entryTs": 1740995100,
          "entryUtc": "2025-03-03T09:45:00.000Z",
          "exitTs": 1740997320,
          "dir": -1,
          "entryPrice": 2864.875,
          "exitPrice": 2870.29,
          "stopDistance": 5.415,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 37
        },
        {
          "entryTs": 1741032300,
          "entryUtc": "2025-03-03T20:05:00.000Z",
          "exitTs": 1741035480,
          "dir": -1,
          "entryPrice": 2883.765,
          "exitPrice": 2890.036,
          "stopDistance": 6.271,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 53
        },
        {
          "entryTs": 1741050540,
          "entryUtc": "2025-03-04T01:09:00.000Z",
          "exitTs": 1741073220,
          "dir": 1,
          "entryPrice": 2884.935,
          "exitPrice": 2898.273,
          "stopDistance": 6.669,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 378
        },
        {
          "entryTs": 1741110060,
          "entryUtc": "2025-03-04T17:41:00.000Z",
          "exitTs": 1741137600,
          "dir": 1,
          "entryPrice": 2912.095,
          "exitPrice": 2903.704,
          "stopDistance": 8.391,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 459
        },
        {
          "entryTs": 1741172160,
          "entryUtc": "2025-03-05T10:56:00.000Z",
          "exitTs": 1741182180,
          "dir": 1,
          "entryPrice": 2910.455,
          "exitPrice": 2904.809,
          "stopDistance": 5.646,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 167
        },
        {
          "entryTs": 1741240860,
          "entryUtc": "2025-03-06T06:01:00.000Z",
          "exitTs": 1741246380,
          "dir": -1,
          "entryPrice": 2921.995,
          "exitPrice": 2914.088,
          "stopDistance": 3.954,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 92
        },
        {
          "entryTs": 1741286700,
          "entryUtc": "2025-03-06T18:45:00.000Z",
          "exitTs": 1741306080,
          "dir": 1,
          "entryPrice": 2913.565,
          "exitPrice": 2905.544,
          "stopDistance": 8.021,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 323
        },
        {
          "entryTs": 1741313160,
          "entryUtc": "2025-03-07T02:06:00.000Z",
          "exitTs": 1741334760,
          "dir": 1,
          "entryPrice": 2905.315,
          "exitPrice": 2918.702,
          "stopDistance": 6.693,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 360
        },
        {
          "entryTs": 1741354200,
          "entryUtc": "2025-03-07T13:30:00.000Z",
          "exitTs": 1741354200,
          "dir": -1,
          "entryPrice": 2920.758,
          "exitPrice": 2911.909,
          "stopDistance": 4.425,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 0
        },
        {
          "entryTs": 1741600800,
          "entryUtc": "2025-03-10T10:00:00.000Z",
          "exitTs": 1741602420,
          "dir": 1,
          "entryPrice": 2910.479,
          "exitPrice": 2903.97,
          "stopDistance": 6.509,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 27
        },
        {
          "entryTs": 1741610460,
          "entryUtc": "2025-03-10T12:41:00.000Z",
          "exitTs": 1741626000,
          "dir": -1,
          "entryPrice": 2907.275,
          "exitPrice": 2893.579,
          "stopDistance": 6.848,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 259
        },
        {
          "entryTs": 1741772700,
          "entryUtc": "2025-03-12T09:45:00.000Z",
          "exitTs": 1741785480,
          "dir": 1,
          "entryPrice": 2915.125,
          "exitPrice": 2910.596,
          "stopDistance": 4.529,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 213
        },
        {
          "entryTs": 1741787640,
          "entryUtc": "2025-03-12T13:54:00.000Z",
          "exitTs": 1741791540,
          "dir": -1,
          "entryPrice": 2916.405,
          "exitPrice": 2922.423,
          "stopDistance": 6.018,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 65
        },
        {
          "entryTs": 1741853820,
          "entryUtc": "2025-03-13T08:17:00.000Z",
          "exitTs": 1741857600,
          "dir": -1,
          "entryPrice": 2942.725,
          "exitPrice": 2946.347,
          "stopDistance": 3.622,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 63
        },
        {
          "entryTs": 1741863660,
          "entryUtc": "2025-03-13T11:01:00.000Z",
          "exitTs": 1741873140,
          "dir": -1,
          "entryPrice": 2945.755,
          "exitPrice": 2950.242,
          "stopDistance": 4.487,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 158
        },
        {
          "entryTs": 1741940640,
          "entryUtc": "2025-03-14T08:24:00.000Z",
          "exitTs": 1741944000,
          "dir": -1,
          "entryPrice": 2991.548,
          "exitPrice": 2996.53,
          "stopDistance": 4.982,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 56
        },
        {
          "entryTs": 1742201820,
          "entryUtc": "2025-03-17T08:57:00.000Z",
          "exitTs": 1742203200,
          "dir": -1,
          "entryPrice": 2987.985,
          "exitPrice": 2991.459,
          "stopDistance": 3.474,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 23
        },
        {
          "entryTs": 1742224200,
          "entryUtc": "2025-03-17T15:10:00.000Z",
          "exitTs": 1742263020,
          "dir": 1,
          "entryPrice": 2994.405,
          "exitPrice": 3007.172,
          "stopDistance": 6.383,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 647
        },
        {
          "entryTs": 1742275920,
          "entryUtc": "2025-03-18T05:32:00.000Z",
          "exitTs": 1742276700,
          "dir": -1,
          "entryPrice": 3009.298,
          "exitPrice": 3013.761,
          "stopDistance": 4.463,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 13
        },
        {
          "entryTs": 1742305740,
          "entryUtc": "2025-03-18T13:49:00.000Z",
          "exitTs": 1742362500,
          "dir": -1,
          "entryPrice": 3033.298,
          "exitPrice": 3039.97,
          "stopDistance": 6.672,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 946
        },
        {
          "entryTs": 1742366700,
          "entryUtc": "2025-03-19T06:45:00.000Z",
          "exitTs": 1742371800,
          "dir": -1,
          "entryPrice": 3041.068,
          "exitPrice": 3031.884,
          "stopDistance": 4.592,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 85
        },
        {
          "entryTs": 1742379480,
          "entryUtc": "2025-03-19T10:18:00.000Z",
          "exitTs": 1742383500,
          "dir": -1,
          "entryPrice": 3032.195,
          "exitPrice": 3037.972,
          "stopDistance": 5.777,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 67
        },
        {
          "entryTs": 1742391360,
          "entryUtc": "2025-03-19T13:36:00.000Z",
          "exitTs": 1742408640,
          "dir": 1,
          "entryPrice": 3028.868,
          "exitPrice": 3040.35,
          "stopDistance": 5.741,
          "outcome": "target",
          "netR": 1.9356,
          "holdMinutes": 288
        },
        {
          "entryTs": 1742476080,
          "entryUtc": "2025-03-20T13:08:00.000Z",
          "exitTs": 1742515200,
          "dir": 1,
          "entryPrice": 3034.495,
          "exitPrice": 3046.797,
          "stopDistance": 6.151,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 652
        },
        {
          "entryTs": 1742545920,
          "entryUtc": "2025-03-21T08:32:00.000Z",
          "exitTs": 1742557680,
          "dir": -1,
          "entryPrice": 3030.335,
          "exitPrice": 3035.125,
          "stopDistance": 4.79,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 196
        },
        {
          "entryTs": 1742796720,
          "entryUtc": "2025-03-24T06:12:00.000Z",
          "exitTs": 1742800860,
          "dir": 1,
          "entryPrice": 3018.435,
          "exitPrice": 3027.177,
          "stopDistance": 4.371,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 69
        },
        {
          "entryTs": 1742811180,
          "entryUtc": "2025-03-24T10:13:00.000Z",
          "exitTs": 1742812080,
          "dir": -1,
          "entryPrice": 3026.715,
          "exitPrice": 3031.537,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 15
        },
        {
          "entryTs": 1742816580,
          "entryUtc": "2025-03-24T11:43:00.000Z",
          "exitTs": 1742823900,
          "dir": 1,
          "entryPrice": 3024.765,
          "exitPrice": 3019.578,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 122
        },
        {
          "entryTs": 1742872380,
          "entryUtc": "2025-03-25T03:13:00.000Z",
          "exitTs": 1742875680,
          "dir": -1,
          "entryPrice": 3012.375,
          "exitPrice": 3016.195,
          "stopDistance": 3.82,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 55
        },
        {
          "entryTs": 1742885820,
          "entryUtc": "2025-03-25T06:57:00.000Z",
          "exitTs": 1742889540,
          "dir": -1,
          "entryPrice": 3017.615,
          "exitPrice": 3010.257,
          "stopDistance": 3.679,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 62
        },
        {
          "entryTs": 1742916660,
          "entryUtc": "2025-03-25T15:31:00.000Z",
          "exitTs": 1742965680,
          "dir": 1,
          "entryPrice": 3018.648,
          "exitPrice": 3013.744,
          "stopDistance": 4.904,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 817
        },
        {
          "entryTs": 1742968500,
          "entryUtc": "2025-03-26T05:55:00.000Z",
          "exitTs": 1742970480,
          "dir": -1,
          "entryPrice": 3021.755,
          "exitPrice": 3025.32,
          "stopDistance": 3.565,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 33
        },
        {
          "entryTs": 1742984400,
          "entryUtc": "2025-03-26T10:20:00.000Z",
          "exitTs": 1742987460,
          "dir": -1,
          "entryPrice": 3021.878,
          "exitPrice": 3025.612,
          "stopDistance": 3.734,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 51
        },
        {
          "entryTs": 1743000480,
          "entryUtc": "2025-03-26T14:48:00.000Z",
          "exitTs": 1743037320,
          "dir": -1,
          "entryPrice": 3021.265,
          "exitPrice": 3026.653,
          "stopDistance": 5.388,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 614
        },
        {
          "entryTs": 1743084300,
          "entryUtc": "2025-03-27T14:05:00.000Z",
          "exitTs": 1743086280,
          "dir": -1,
          "entryPrice": 3045.798,
          "exitPrice": 3053.244,
          "stopDistance": 7.446,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 33
        },
        {
          "entryTs": 1743098940,
          "entryUtc": "2025-03-27T18:09:00.000Z",
          "exitTs": 1743120600,
          "dir": -1,
          "entryPrice": 3053.965,
          "exitPrice": 3061.538,
          "stopDistance": 7.573,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 361
        },
        {
          "entryTs": 1743156480,
          "entryUtc": "2025-03-28T10:08:00.000Z",
          "exitTs": 1743170280,
          "dir": 1,
          "entryPrice": 3071.465,
          "exitPrice": 3083.644,
          "stopDistance": 6.089,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 230
        },
        {
          "entryTs": 1743175440,
          "entryUtc": "2025-03-28T15:24:00.000Z",
          "exitTs": 1743372000,
          "dir": -1,
          "entryPrice": 3079.775,
          "exitPrice": 3087.969,
          "stopDistance": 8.194,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 3276
        },
        {
          "entryTs": 1743384180,
          "entryUtc": "2025-03-31T01:23:00.000Z",
          "exitTs": 1743384840,
          "dir": -1,
          "entryPrice": 3088.838,
          "exitPrice": 3094.377,
          "stopDistance": 5.539,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 11
        },
        {
          "entryTs": 1743433500,
          "entryUtc": "2025-03-31T15:05:00.000Z",
          "exitTs": 1743437460,
          "dir": 1,
          "entryPrice": 3121.495,
          "exitPrice": 3111.603,
          "stopDistance": 9.892,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 66
        },
        {
          "entryTs": 1743439080,
          "entryUtc": "2025-03-31T16:38:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3119.115,
          "exitPrice": 3129.043,
          "stopDistance": 9.928,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 503
        },
        {
          "entryTs": 1743492600,
          "entryUtc": "2025-04-01T07:30:00.000Z",
          "exitTs": 1743522720,
          "dir": -1,
          "entryPrice": 3133.038,
          "exitPrice": 3118.021,
          "stopDistance": 7.509,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 502
        },
        {
          "entryTs": 1743540660,
          "entryUtc": "2025-04-01T20:51:00.000Z",
          "exitTs": 1743545700,
          "dir": 1,
          "entryPrice": 3116.635,
          "exitPrice": 3110.896,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 84
        },
        {
          "entryTs": 1743545820,
          "entryUtc": "2025-04-01T22:17:00.000Z",
          "exitTs": 1743556020,
          "dir": 1,
          "entryPrice": 3108.565,
          "exitPrice": 3126.247,
          "stopDistance": 8.841,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 170
        },
        {
          "entryTs": 1743570360,
          "entryUtc": "2025-04-02T05:06:00.000Z",
          "exitTs": 1743571980,
          "dir": 1,
          "entryPrice": 3114.545,
          "exitPrice": 3108.994,
          "stopDistance": 5.551,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 27
        },
        {
          "entryTs": 1743580020,
          "entryUtc": "2025-04-02T07:47:00.000Z",
          "exitTs": 1743581160,
          "dir": -1,
          "entryPrice": 3120.088,
          "exitPrice": 3126.179,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 19
        },
        {
          "entryTs": 1743582600,
          "entryUtc": "2025-04-02T08:30:00.000Z",
          "exitTs": 1743590520,
          "dir": -1,
          "entryPrice": 3130.295,
          "exitPrice": 3118.59,
          "stopDistance": 5.853,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 132
        },
        {
          "entryTs": 1743593160,
          "entryUtc": "2025-04-02T11:26:00.000Z",
          "exitTs": 1743600840,
          "dir": -1,
          "entryPrice": 3123.198,
          "exitPrice": 3130.23,
          "stopDistance": 7.032,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 128
        },
        {
          "entryTs": 1743601860,
          "entryUtc": "2025-04-02T13:51:00.000Z",
          "exitTs": 1743611160,
          "dir": 1,
          "entryPrice": 3117.145,
          "exitPrice": 3132.67,
          "stopDistance": 7.763,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 155
        },
        {
          "entryTs": 1743645000,
          "entryUtc": "2025-04-03T01:50:00.000Z",
          "exitTs": 1743656460,
          "dir": 1,
          "entryPrice": 3151.768,
          "exitPrice": 3137.799,
          "stopDistance": 13.969,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 191
        },
        {
          "entryTs": 1743690720,
          "entryUtc": "2025-04-03T14:32:00.000Z",
          "exitTs": 1743701400,
          "dir": 1,
          "entryPrice": 3119.748,
          "exitPrice": 3099.736,
          "stopDistance": 20.012,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 178
        },
        {
          "entryTs": 1743742500,
          "entryUtc": "2025-04-04T04:55:00.000Z",
          "exitTs": 1743753660,
          "dir": 1,
          "entryPrice": 3099.035,
          "exitPrice": 3090.337,
          "stopDistance": 8.698,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 186
        },
        {
          "entryTs": 1743993420,
          "entryUtc": "2025-04-07T02:37:00.000Z",
          "exitTs": 1744033380,
          "dir": 1,
          "entryPrice": 3031.765,
          "exitPrice": 3003.814,
          "stopDistance": 27.951,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 666
        },
        {
          "entryTs": 1744035720,
          "entryUtc": "2025-04-07T14:22:00.000Z",
          "exitTs": 1744036620,
          "dir": 1,
          "entryPrice": 3018.898,
          "exitPrice": 3001.123,
          "stopDistance": 17.774,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 15
        },
        {
          "entryTs": 1744117200,
          "entryUtc": "2025-04-08T13:00:00.000Z",
          "exitTs": 1744117860,
          "dir": -1,
          "entryPrice": 3003.045,
          "exitPrice": 3012.459,
          "stopDistance": 9.414,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 11
        },
        {
          "entryTs": 1744117920,
          "entryUtc": "2025-04-08T13:12:00.000Z",
          "exitTs": 1744128360,
          "dir": -1,
          "entryPrice": 3013.905,
          "exitPrice": 2995.025,
          "stopDistance": 9.44,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 174
        },
        {
          "entryTs": 1744194660,
          "entryUtc": "2025-04-09T10:31:00.000Z",
          "exitTs": 1744197480,
          "dir": -1,
          "entryPrice": 3040.925,
          "exitPrice": 3051.744,
          "stopDistance": 10.819,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 47
        },
        {
          "entryTs": 1744204200,
          "entryUtc": "2025-04-09T13:10:00.000Z",
          "exitTs": 1744205640,
          "dir": -1,
          "entryPrice": 3057.591,
          "exitPrice": 3071.889,
          "stopDistance": 14.298,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 24
        },
        {
          "entryTs": 1744219860,
          "entryUtc": "2025-04-09T17:31:00.000Z",
          "exitTs": 1744225680,
          "dir": 1,
          "entryPrice": 3054.885,
          "exitPrice": 3083.226,
          "stopDistance": 14.171,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 97
        },
        {
          "entryTs": 1744350360,
          "entryUtc": "2025-04-11T05:46:00.000Z",
          "exitTs": 1744353720,
          "dir": -1,
          "entryPrice": 3194.455,
          "exitPrice": 3207.749,
          "stopDistance": 13.294,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 56
        },
        {
          "entryTs": 1744608120,
          "entryUtc": "2025-04-14T05:22:00.000Z",
          "exitTs": 1744626060,
          "dir": 1,
          "entryPrice": 3222.735,
          "exitPrice": 3211.357,
          "stopDistance": 11.378,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 299
        },
        {
          "entryTs": 1744633560,
          "entryUtc": "2025-04-14T12:26:00.000Z",
          "exitTs": 1744634400,
          "dir": 1,
          "entryPrice": 3213.495,
          "exitPrice": 3202.935,
          "stopDistance": 10.56,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 14
        },
        {
          "entryTs": 1744659240,
          "entryUtc": "2025-04-14T19:34:00.000Z",
          "exitTs": 1744686060,
          "dir": 1,
          "entryPrice": 3208.805,
          "exitPrice": 3226.599,
          "stopDistance": 8.897,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 447
        },
        {
          "entryTs": 1744719240,
          "entryUtc": "2025-04-15T12:14:00.000Z",
          "exitTs": 1744725180,
          "dir": -1,
          "entryPrice": 3224.085,
          "exitPrice": 3211.438,
          "stopDistance": 6.323,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 99
        },
        {
          "entryTs": 1744729380,
          "entryUtc": "2025-04-15T15:03:00.000Z",
          "exitTs": 1744756200,
          "dir": 1,
          "entryPrice": 3218.315,
          "exitPrice": 3235.253,
          "stopDistance": 8.469,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 447
        },
        {
          "entryTs": 1744778460,
          "entryUtc": "2025-04-16T04:41:00.000Z",
          "exitTs": 1744779300,
          "dir": -1,
          "entryPrice": 3274.775,
          "exitPrice": 3283.921,
          "stopDistance": 9.146,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 14
        },
        {
          "entryTs": 1744852320,
          "entryUtc": "2025-04-17T01:12:00.000Z",
          "exitTs": 1744853460,
          "dir": -1,
          "entryPrice": 3352.055,
          "exitPrice": 3335.364,
          "stopDistance": 8.345,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 19
        },
        {
          "entryTs": 1744889100,
          "entryUtc": "2025-04-17T11:25:00.000Z",
          "exitTs": 1744892100,
          "dir": 1,
          "entryPrice": 3322.919,
          "exitPrice": 3341.33,
          "stopDistance": 9.206,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 50
        },
        {
          "entryTs": 1744903860,
          "entryUtc": "2025-04-17T15:31:00.000Z",
          "exitTs": 1744922340,
          "dir": 1,
          "entryPrice": 3296.685,
          "exitPrice": 3326.325,
          "stopDistance": 14.82,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 308
        },
        {
          "entryTs": 1745233920,
          "entryUtc": "2025-04-21T11:12:00.000Z",
          "exitTs": 1745235780,
          "dir": 1,
          "entryPrice": 3387.435,
          "exitPrice": 3403.169,
          "stopDistance": 7.867,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 31
        },
        {
          "entryTs": 1745250660,
          "entryUtc": "2025-04-21T15:51:00.000Z",
          "exitTs": 1745285760,
          "dir": 1,
          "entryPrice": 3418.625,
          "exitPrice": 3445.224,
          "stopDistance": 13.299,
          "outcome": "target",
          "netR": 1.9722,
          "holdMinutes": 585
        },
        {
          "entryTs": 1745316360,
          "entryUtc": "2025-04-22T10:06:00.000Z",
          "exitTs": 1745326200,
          "dir": -1,
          "entryPrice": 3465.645,
          "exitPrice": 3434.049,
          "stopDistance": 15.798,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 164
        },
        {
          "entryTs": 1745346000,
          "entryUtc": "2025-04-22T18:20:00.000Z",
          "exitTs": 1745350320,
          "dir": 1,
          "entryPrice": 3392.025,
          "exitPrice": 3369.465,
          "stopDistance": 22.56,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 72
        },
        {
          "entryTs": 1745377920,
          "entryUtc": "2025-04-23T03:12:00.000Z",
          "exitTs": 1745388120,
          "dir": 1,
          "entryPrice": 3336.065,
          "exitPrice": 3314.291,
          "stopDistance": 21.774,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 170
        },
        {
          "entryTs": 1745421240,
          "entryUtc": "2025-04-23T15:14:00.000Z",
          "exitTs": 1745453340,
          "dir": 1,
          "entryPrice": 3277.235,
          "exitPrice": 3317.974,
          "stopDistance": 20.37,
          "outcome": "target",
          "netR": 1.9818,
          "holdMinutes": 535
        },
        {
          "entryTs": 1745478120,
          "entryUtc": "2025-04-24T07:02:00.000Z",
          "exitTs": 1745494380,
          "dir": -1,
          "entryPrice": 3329.465,
          "exitPrice": 3343.141,
          "stopDistance": 13.676,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 271
        },
        {
          "entryTs": 1745507820,
          "entryUtc": "2025-04-24T15:17:00.000Z",
          "exitTs": 1745524560,
          "dir": 1,
          "entryPrice": 3320.565,
          "exitPrice": 3346.638,
          "stopDistance": 13.036,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 279
        },
        {
          "entryTs": 1745540220,
          "entryUtc": "2025-04-25T00:17:00.000Z",
          "exitTs": 1745552820,
          "dir": -1,
          "entryPrice": 3360.655,
          "exitPrice": 3339.461,
          "stopDistance": 10.597,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 210
        },
        {
          "entryTs": 1745568720,
          "entryUtc": "2025-04-25T08:12:00.000Z",
          "exitTs": 1745586060,
          "dir": 1,
          "entryPrice": 3297.235,
          "exitPrice": 3283.65,
          "stopDistance": 13.585,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 289
        },
        {
          "entryTs": 1745828460,
          "entryUtc": "2025-04-28T08:21:00.000Z",
          "exitTs": 1745843040,
          "dir": -1,
          "entryPrice": 3286.565,
          "exitPrice": 3298.21,
          "stopDistance": 11.645,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 243
        },
        {
          "entryTs": 1745954280,
          "entryUtc": "2025-04-29T19:18:00.000Z",
          "exitTs": 1745974800,
          "dir": 1,
          "entryPrice": 3319.255,
          "exitPrice": 3310.366,
          "stopDistance": 8.889,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 342
        },
        {
          "entryTs": 1745975880,
          "entryUtc": "2025-04-30T01:18:00.000Z",
          "exitTs": 1745987040,
          "dir": -1,
          "entryPrice": 3318.095,
          "exitPrice": 3301.669,
          "stopDistance": 8.213,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 186
        },
        {
          "entryTs": 1746108180,
          "entryUtc": "2025-05-01T14:03:00.000Z",
          "exitTs": 1746132120,
          "dir": 1,
          "entryPrice": 3214.625,
          "exitPrice": 3237.819,
          "stopDistance": 11.597,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 399
        },
        {
          "entryTs": 1746427320,
          "entryUtc": "2025-05-05T06:42:00.000Z",
          "exitTs": 1746433740,
          "dir": -1,
          "entryPrice": 3262.495,
          "exitPrice": 3272.365,
          "stopDistance": 9.87,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 107
        },
        {
          "entryTs": 1746489600,
          "entryUtc": "2025-05-06T00:00:00.000Z",
          "exitTs": 1746490860,
          "dir": 1,
          "entryPrice": 3333.545,
          "exitPrice": 3325.763,
          "stopDistance": 7.782,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 21
        },
        {
          "entryTs": 1746493200,
          "entryUtc": "2025-05-06T01:00:00.000Z",
          "exitTs": 1746493260,
          "dir": -1,
          "entryPrice": 3333.755,
          "exitPrice": 3341.726,
          "stopDistance": 7.971,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 1
        },
        {
          "entryTs": 1746501660,
          "entryUtc": "2025-05-06T03:21:00.000Z",
          "exitTs": 1746535080,
          "dir": -1,
          "entryPrice": 3371.715,
          "exitPrice": 3386.458,
          "stopDistance": 14.743,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 557
        },
        {
          "entryTs": 1746588420,
          "entryUtc": "2025-05-07T03:27:00.000Z",
          "exitTs": 1746678420,
          "dir": 1,
          "entryPrice": 3380.765,
          "exitPrice": 3392.565,
          "stopDistance": 19.377,
          "outcome": "time",
          "netR": 0.5899,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1746698340,
          "entryUtc": "2025-05-08T09:59:00.000Z",
          "exitTs": 1746709920,
          "dir": 1,
          "entryPrice": 3331.205,
          "exitPrice": 3361.512,
          "stopDistance": 15.154,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 193
        },
        {
          "entryTs": 1747028640,
          "entryUtc": "2025-05-12T05:44:00.000Z",
          "exitTs": 1747033260,
          "dir": 1,
          "entryPrice": 3268.405,
          "exitPrice": 3252.964,
          "stopDistance": 15.441,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 77
        },
        {
          "entryTs": 1747078080,
          "entryUtc": "2025-05-12T19:28:00.000Z",
          "exitTs": 1747111860,
          "dir": -1,
          "entryPrice": 3236.845,
          "exitPrice": 3249.789,
          "stopDistance": 12.944,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 563
        },
        {
          "entryTs": 1747157220,
          "entryUtc": "2025-05-13T17:27:00.000Z",
          "exitTs": 1747190220,
          "dir": 1,
          "entryPrice": 3242.305,
          "exitPrice": 3231.543,
          "stopDistance": 10.762,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 550
        },
        {
          "entryTs": 1747212420,
          "entryUtc": "2025-05-14T08:47:00.000Z",
          "exitTs": 1747224120,
          "dir": -1,
          "entryPrice": 3233.955,
          "exitPrice": 3215.789,
          "stopDistance": 9.083,
          "outcome": "target",
          "netR": 1.9593,
          "holdMinutes": 195
        },
        {
          "entryTs": 1747295340,
          "entryUtc": "2025-05-15T07:49:00.000Z",
          "exitTs": 1747296600,
          "dir": -1,
          "entryPrice": 3137.515,
          "exitPrice": 3150.648,
          "stopDistance": 13.133,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 21
        },
        {
          "entryTs": 1747357200,
          "entryUtc": "2025-05-16T01:00:00.000Z",
          "exitTs": 1747358160,
          "dir": -1,
          "entryPrice": 3243.845,
          "exitPrice": 3226.229,
          "stopDistance": 8.808,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 16
        },
        {
          "entryTs": 1747385520,
          "entryUtc": "2025-05-16T08:52:00.000Z",
          "exitTs": 1747392300,
          "dir": 1,
          "entryPrice": 3205.545,
          "exitPrice": 3194.105,
          "stopDistance": 11.44,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 113
        },
        {
          "entryTs": 1747406580,
          "entryUtc": "2025-05-16T14:43:00.000Z",
          "exitTs": 1747425660,
          "dir": 1,
          "entryPrice": 3166.775,
          "exitPrice": 3196.19,
          "stopDistance": 14.707,
          "outcome": "target",
          "netR": 1.9748,
          "holdMinutes": 318
        },
        {
          "entryTs": 1747616520,
          "entryUtc": "2025-05-19T01:02:00.000Z",
          "exitTs": 1747617840,
          "dir": 1,
          "entryPrice": 3237.235,
          "exitPrice": 3224.18,
          "stopDistance": 13.055,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 22
        },
        {
          "entryTs": 1747623780,
          "entryUtc": "2025-05-19T03:03:00.000Z",
          "exitTs": 1747644900,
          "dir": -1,
          "entryPrice": 3229.735,
          "exitPrice": 3243.356,
          "stopDistance": 13.621,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 352
        },
        {
          "entryTs": 1747704240,
          "entryUtc": "2025-05-20T01:24:00.000Z",
          "exitTs": 1747706880,
          "dir": 1,
          "entryPrice": 3223.885,
          "exitPrice": 3217.497,
          "stopDistance": 6.389,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 44
        },
        {
          "entryTs": 1747786320,
          "entryUtc": "2025-05-21T00:12:00.000Z",
          "exitTs": 1747787820,
          "dir": -1,
          "entryPrice": 3294.995,
          "exitPrice": 3302.199,
          "stopDistance": 7.204,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 25
        },
        {
          "entryTs": 1747793760,
          "entryUtc": "2025-05-21T02:16:00.000Z",
          "exitTs": 1747806780,
          "dir": 1,
          "entryPrice": 3295.505,
          "exitPrice": 3316.16,
          "stopDistance": 10.327,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 217
        },
        {
          "entryTs": 1747866240,
          "entryUtc": "2025-05-21T22:24:00.000Z",
          "exitTs": 1747876020,
          "dir": -1,
          "entryPrice": 3320.525,
          "exitPrice": 3328.714,
          "stopDistance": 8.189,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 163
        },
        {
          "entryTs": 1747934700,
          "entryUtc": "2025-05-22T17:25:00.000Z",
          "exitTs": 1747977780,
          "dir": 1,
          "entryPrice": 3294.448,
          "exitPrice": 3319.99,
          "stopDistance": 12.771,
          "outcome": "target",
          "netR": 1.971,
          "holdMinutes": 718
        },
        {
          "entryTs": 1748013600,
          "entryUtc": "2025-05-23T15:20:00.000Z",
          "exitTs": 1748210400,
          "dir": 1,
          "entryPrice": 3352.348,
          "exitPrice": 3353.048,
          "stopDistance": 13.333,
          "outcome": "time",
          "netR": 0.0248,
          "holdMinutes": 3280
        },
        {
          "entryTs": 1748221260,
          "entryUtc": "2025-05-26T01:01:00.000Z",
          "exitTs": 1748251500,
          "dir": 1,
          "entryPrice": 3338.265,
          "exitPrice": 3328.926,
          "stopDistance": 9.339,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 504
        },
        {
          "entryTs": 1748262240,
          "entryUtc": "2025-05-26T12:24:00.000Z",
          "exitTs": 1748268300,
          "dir": 1,
          "entryPrice": 3329.398,
          "exitPrice": 3341.032,
          "stopDistance": 5.817,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 101
        },
        {
          "entryTs": 1748313960,
          "entryUtc": "2025-05-27T02:46:00.000Z",
          "exitTs": 1748321520,
          "dir": -1,
          "entryPrice": 3342.838,
          "exitPrice": 3332.055,
          "stopDistance": 5.391,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 126
        },
        {
          "entryTs": 1748397780,
          "entryUtc": "2025-05-28T02:03:00.000Z",
          "exitTs": 1748397840,
          "dir": -1,
          "entryPrice": 3306.565,
          "exitPrice": 3312.962,
          "stopDistance": 6.397,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 1
        },
        {
          "entryTs": 1748399760,
          "entryUtc": "2025-05-28T02:36:00.000Z",
          "exitTs": 1748402280,
          "dir": 1,
          "entryPrice": 3307.855,
          "exitPrice": 3300.351,
          "stopDistance": 7.504,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 42
        },
        {
          "entryTs": 1748409420,
          "entryUtc": "2025-05-28T05:17:00.000Z",
          "exitTs": 1748416440,
          "dir": -1,
          "entryPrice": 3305.348,
          "exitPrice": 3312.974,
          "stopDistance": 7.627,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 117
        },
        {
          "entryTs": 1748417040,
          "entryUtc": "2025-05-28T07:24:00.000Z",
          "exitTs": 1748439600,
          "dir": 1,
          "entryPrice": 3310.548,
          "exitPrice": 3302.672,
          "stopDistance": 7.876,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 376
        },
        {
          "entryTs": 1748588460,
          "entryUtc": "2025-05-30T07:01:00.000Z",
          "exitTs": 1748589180,
          "dir": 1,
          "entryPrice": 3296.848,
          "exitPrice": 3287.962,
          "stopDistance": 8.886,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 12
        },
        {
          "entryTs": 1748612220,
          "entryUtc": "2025-05-30T13:37:00.000Z",
          "exitTs": 1748613540,
          "dir": -1,
          "entryPrice": 3296.765,
          "exitPrice": 3276.693,
          "stopDistance": 10.036,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 22
        },
        {
          "entryTs": 1748622780,
          "entryUtc": "2025-05-30T16:33:00.000Z",
          "exitTs": 1748815200,
          "dir": 1,
          "entryPrice": 3286.425,
          "exitPrice": 3298.298,
          "stopDistance": 12.355,
          "outcome": "time",
          "netR": 0.931,
          "holdMinutes": 3207
        },
        {
          "entryTs": 1748837580,
          "entryUtc": "2025-06-02T04:13:00.000Z",
          "exitTs": 1748842860,
          "dir": -1,
          "entryPrice": 3312.005,
          "exitPrice": 3320.058,
          "stopDistance": 8.053,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 88
        },
        {
          "entryTs": 1748861820,
          "entryUtc": "2025-06-02T10:57:00.000Z",
          "exitTs": 1748864340,
          "dir": -1,
          "entryPrice": 3350.905,
          "exitPrice": 3358.374,
          "stopDistance": 7.469,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 42
        },
        {
          "entryTs": 1748941740,
          "entryUtc": "2025-06-03T09:09:00.000Z",
          "exitTs": 1748952420,
          "dir": 1,
          "entryPrice": 3359.415,
          "exitPrice": 3350.726,
          "stopDistance": 8.689,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 178
        },
        {
          "entryTs": 1748957400,
          "entryUtc": "2025-06-03T13:30:00.000Z",
          "exitTs": 1748958360,
          "dir": 1,
          "entryPrice": 3355.498,
          "exitPrice": 3347.866,
          "stopDistance": 7.632,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 16
        },
        {
          "entryTs": 1748962200,
          "entryUtc": "2025-06-03T14:50:00.000Z",
          "exitTs": 1749000720,
          "dir": 1,
          "entryPrice": 3345.605,
          "exitPrice": 3365.178,
          "stopDistance": 9.786,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 642
        },
        {
          "entryTs": 1749018780,
          "entryUtc": "2025-06-04T06:33:00.000Z",
          "exitTs": 1749022380,
          "dir": -1,
          "entryPrice": 3356.848,
          "exitPrice": 3363.723,
          "stopDistance": 6.875,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 60
        },
        {
          "entryTs": 1749033000,
          "entryUtc": "2025-06-04T10:30:00.000Z",
          "exitTs": 1749033960,
          "dir": 1,
          "entryPrice": 3356.998,
          "exitPrice": 3349.587,
          "stopDistance": 7.411,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 16
        },
        {
          "entryTs": 1749094200,
          "entryUtc": "2025-06-05T03:30:00.000Z",
          "exitTs": 1749115200,
          "dir": -1,
          "entryPrice": 3374.085,
          "exitPrice": 3381.054,
          "stopDistance": 6.969,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 350
        },
        {
          "entryTs": 1749130380,
          "entryUtc": "2025-06-05T13:33:00.000Z",
          "exitTs": 1749136560,
          "dir": -1,
          "entryPrice": 3381.655,
          "exitPrice": 3360.647,
          "stopDistance": 10.504,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 103
        },
        {
          "entryTs": 1749200820,
          "entryUtc": "2025-06-06T09:07:00.000Z",
          "exitTs": 1749203220,
          "dir": 1,
          "entryPrice": 3361.225,
          "exitPrice": 3354.164,
          "stopDistance": 7.061,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 40
        },
        {
          "entryTs": 1749423720,
          "entryUtc": "2025-06-08T23:02:00.000Z",
          "exitTs": 1749429900,
          "dir": -1,
          "entryPrice": 3316.395,
          "exitPrice": 3299.983,
          "stopDistance": 8.206,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 103
        },
        {
          "entryTs": 1749558000,
          "entryUtc": "2025-06-10T12:20:00.000Z",
          "exitTs": 1749558720,
          "dir": -1,
          "entryPrice": 3332.655,
          "exitPrice": 3339.472,
          "stopDistance": 6.817,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 12
        },
        {
          "entryTs": 1749564180,
          "entryUtc": "2025-06-10T14:03:00.000Z",
          "exitTs": 1749566280,
          "dir": 1,
          "entryPrice": 3337.905,
          "exitPrice": 3330.341,
          "stopDistance": 7.564,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 35
        },
        {
          "entryTs": 1749645000,
          "entryUtc": "2025-06-11T12:30:00.000Z",
          "exitTs": 1749645000,
          "dir": -1,
          "entryPrice": 3343.648,
          "exitPrice": 3350.39,
          "stopDistance": 6.742,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 0
        },
        {
          "entryTs": 1749646380,
          "entryUtc": "2025-06-11T12:53:00.000Z",
          "exitTs": 1749646620,
          "dir": 1,
          "entryPrice": 3342.105,
          "exitPrice": 3332.698,
          "stopDistance": 9.407,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 4
        },
        {
          "entryTs": 1749652920,
          "entryUtc": "2025-06-11T14:42:00.000Z",
          "exitTs": 1749673560,
          "dir": -1,
          "entryPrice": 3338.645,
          "exitPrice": 3350.026,
          "stopDistance": 11.381,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 344
        },
        {
          "entryTs": 1749741720,
          "entryUtc": "2025-06-12T15:22:00.000Z",
          "exitTs": 1749772920,
          "dir": -1,
          "entryPrice": 3386.755,
          "exitPrice": 3398.535,
          "stopDistance": 11.78,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 520
        },
        {
          "entryTs": 1749792660,
          "entryUtc": "2025-06-13T05:31:00.000Z",
          "exitTs": 1749818220,
          "dir": -1,
          "entryPrice": 3422.095,
          "exitPrice": 3432.801,
          "stopDistance": 10.706,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 426
        },
        {
          "entryTs": 1749838740,
          "entryUtc": "2025-06-13T18:19:00.000Z",
          "exitTs": 1750024800,
          "dir": 1,
          "entryPrice": 3430.198,
          "exitPrice": 3448.219,
          "stopDistance": 9.011,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 3101
        },
        {
          "entryTs": 1750090620,
          "entryUtc": "2025-06-16T16:17:00.000Z",
          "exitTs": 1750098120,
          "dir": 1,
          "entryPrice": 3399.248,
          "exitPrice": 3388.296,
          "stopDistance": 10.952,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 125
        },
        {
          "entryTs": 1750135500,
          "entryUtc": "2025-06-17T04:45:00.000Z",
          "exitTs": 1750170900,
          "dir": -1,
          "entryPrice": 3392.448,
          "exitPrice": 3374.007,
          "stopDistance": 9.221,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 590
        },
        {
          "entryTs": 1750179000,
          "entryUtc": "2025-06-17T16:50:00.000Z",
          "exitTs": 1750197780,
          "dir": -1,
          "entryPrice": 3383.795,
          "exitPrice": 3394.401,
          "stopDistance": 10.606,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 313
        },
        {
          "entryTs": 1750247820,
          "entryUtc": "2025-06-18T11:57:00.000Z",
          "exitTs": 1750252620,
          "dir": 1,
          "entryPrice": 3379.348,
          "exitPrice": 3391.865,
          "stopDistance": 6.259,
          "outcome": "target",
          "netR": 1.9409,
          "holdMinutes": 80
        },
        {
          "entryTs": 1750268220,
          "entryUtc": "2025-06-18T17:37:00.000Z",
          "exitTs": 1750272840,
          "dir": 1,
          "entryPrice": 3386.848,
          "exitPrice": 3378.882,
          "stopDistance": 7.966,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 77
        },
        {
          "entryTs": 1750298220,
          "entryUtc": "2025-06-19T01:57:00.000Z",
          "exitTs": 1750311840,
          "dir": 1,
          "entryPrice": 3376.335,
          "exitPrice": 3368.943,
          "stopDistance": 7.392,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 227
        },
        {
          "entryTs": 1750324020,
          "entryUtc": "2025-06-19T09:07:00.000Z",
          "exitTs": 1750384800,
          "dir": 1,
          "entryPrice": 3364.605,
          "exitPrice": 3355.649,
          "stopDistance": 8.956,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 1013
        },
        {
          "entryTs": 1750424880,
          "entryUtc": "2025-06-20T13:08:00.000Z",
          "exitTs": 1750425900,
          "dir": -1,
          "entryPrice": 3349.655,
          "exitPrice": 3356.133,
          "stopDistance": 6.478,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 17
        },
        {
          "entryTs": 1750652640,
          "entryUtc": "2025-06-23T04:24:00.000Z",
          "exitTs": 1750656900,
          "dir": 1,
          "entryPrice": 3358.898,
          "exitPrice": 3349.428,
          "stopDistance": 9.47,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 71
        },
        {
          "entryTs": 1750685640,
          "entryUtc": "2025-06-23T13:34:00.000Z",
          "exitTs": 1750686240,
          "dir": -1,
          "entryPrice": 3374.355,
          "exitPrice": 3382.371,
          "stopDistance": 8.016,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 10
        },
        {
          "entryTs": 1750703160,
          "entryUtc": "2025-06-23T18:26:00.000Z",
          "exitTs": 1750709160,
          "dir": 1,
          "entryPrice": 3384.245,
          "exitPrice": 3374.552,
          "stopDistance": 9.693,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 100
        },
        {
          "entryTs": 1750900020,
          "entryUtc": "2025-06-26T01:07:00.000Z",
          "exitTs": 1750906380,
          "dir": -1,
          "entryPrice": 3336.248,
          "exitPrice": 3340.931,
          "stopDistance": 4.683,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 106
        },
        {
          "entryTs": 1750909680,
          "entryUtc": "2025-06-26T03:48:00.000Z",
          "exitTs": 1750918200,
          "dir": 1,
          "entryPrice": 3336.285,
          "exitPrice": 3330.834,
          "stopDistance": 5.451,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 142
        },
        {
          "entryTs": 1750941180,
          "entryUtc": "2025-06-26T12:33:00.000Z",
          "exitTs": 1750942080,
          "dir": 1,
          "entryPrice": 3335.648,
          "exitPrice": 3329.343,
          "stopDistance": 6.305,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 15
        },
        {
          "entryTs": 1751241000,
          "entryUtc": "2025-06-29T23:50:00.000Z",
          "exitTs": 1751259060,
          "dir": 1,
          "entryPrice": 3264.765,
          "exitPrice": 3285.205,
          "stopDistance": 10.22,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 301
        },
        {
          "entryTs": 1751287860,
          "entryUtc": "2025-06-30T12:51:00.000Z",
          "exitTs": 1751289660,
          "dir": 1,
          "entryPrice": 3286.705,
          "exitPrice": 3279.603,
          "stopDistance": 7.102,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 30
        },
        {
          "entryTs": 1751414880,
          "entryUtc": "2025-07-02T00:08:00.000Z",
          "exitTs": 1751419500,
          "dir": -1,
          "entryPrice": 3341.715,
          "exitPrice": 3332.243,
          "stopDistance": 4.736,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 77
        },
        {
          "entryTs": 1751458320,
          "entryUtc": "2025-07-02T12:12:00.000Z",
          "exitTs": 1751458800,
          "dir": 1,
          "entryPrice": 3338.755,
          "exitPrice": 3349.777,
          "stopDistance": 5.511,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 8
        },
        {
          "entryTs": 1751532480,
          "entryUtc": "2025-07-03T08:48:00.000Z",
          "exitTs": 1751535420,
          "dir": -1,
          "entryPrice": 3358.105,
          "exitPrice": 3346.809,
          "stopDistance": 5.648,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 49
        },
        {
          "entryTs": 1751541420,
          "entryUtc": "2025-07-03T11:17:00.000Z",
          "exitTs": 1751545800,
          "dir": 1,
          "entryPrice": 3347.148,
          "exitPrice": 3341.565,
          "stopDistance": 5.583,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 73
        },
        {
          "entryTs": 1751593080,
          "entryUtc": "2025-07-04T01:38:00.000Z",
          "exitTs": 1751600340,
          "dir": 1,
          "entryPrice": 3328.845,
          "exitPrice": 3337.004,
          "stopDistance": 4.08,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 121
        },
        {
          "entryTs": 1751614860,
          "entryUtc": "2025-07-04T07:41:00.000Z",
          "exitTs": 1751625660,
          "dir": -1,
          "entryPrice": 3341.215,
          "exitPrice": 3332.399,
          "stopDistance": 4.408,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 180
        },
        {
          "entryTs": 1751850000,
          "entryUtc": "2025-07-07T01:00:00.000Z",
          "exitTs": 1751850060,
          "dir": 1,
          "entryPrice": 3326.005,
          "exitPrice": 3320.959,
          "stopDistance": 5.046,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 1
        },
        {
          "entryTs": 1752007800,
          "entryUtc": "2025-07-08T20:50:00.000Z",
          "exitTs": 1752029280,
          "dir": 1,
          "entryPrice": 3299.215,
          "exitPrice": 3290.859,
          "stopDistance": 8.356,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 358
        },
        {
          "entryTs": 1752037380,
          "entryUtc": "2025-07-09T05:03:00.000Z",
          "exitTs": 1752042180,
          "dir": 1,
          "entryPrice": 3293.135,
          "exitPrice": 3286.528,
          "stopDistance": 6.607,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 80
        },
        {
          "entryTs": 1752142320,
          "entryUtc": "2025-07-10T10:12:00.000Z",
          "exitTs": 1752148620,
          "dir": 1,
          "entryPrice": 3323.025,
          "exitPrice": 3318.125,
          "stopDistance": 4.899,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 105
        },
        {
          "entryTs": 1752155100,
          "entryUtc": "2025-07-10T13:45:00.000Z",
          "exitTs": 1752155820,
          "dir": 1,
          "entryPrice": 3320.305,
          "exitPrice": 3314.231,
          "stopDistance": 6.074,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 12
        },
        {
          "entryTs": 1752197400,
          "entryUtc": "2025-07-11T01:30:00.000Z",
          "exitTs": 1752202380,
          "dir": -1,
          "entryPrice": 3329.155,
          "exitPrice": 3334.531,
          "stopDistance": 5.376,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 83
        },
        {
          "entryTs": 1752218880,
          "entryUtc": "2025-07-11T07:28:00.000Z",
          "exitTs": 1752220680,
          "dir": -1,
          "entryPrice": 3334.805,
          "exitPrice": 3340.887,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 30
        },
        {
          "entryTs": 1752223980,
          "entryUtc": "2025-07-11T08:53:00.000Z",
          "exitTs": 1752230340,
          "dir": 1,
          "entryPrice": 3334.245,
          "exitPrice": 3346.05,
          "stopDistance": 5.902,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 106
        },
        {
          "entryTs": 1752475440,
          "entryUtc": "2025-07-14T06:44:00.000Z",
          "exitTs": 1752476100,
          "dir": -1,
          "entryPrice": 3362.415,
          "exitPrice": 3369.386,
          "stopDistance": 6.971,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 11
        },
        {
          "entryTs": 1752476460,
          "entryUtc": "2025-07-14T07:01:00.000Z",
          "exitTs": 1752495600,
          "dir": 1,
          "entryPrice": 3366.835,
          "exitPrice": 3360.698,
          "stopDistance": 6.137,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 319
        },
        {
          "entryTs": 1752501720,
          "entryUtc": "2025-07-14T14:02:00.000Z",
          "exitTs": 1752502920,
          "dir": 1,
          "entryPrice": 3353.015,
          "exitPrice": 3346.237,
          "stopDistance": 6.778,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 20
        },
        {
          "entryTs": 1752508500,
          "entryUtc": "2025-07-14T15:55:00.000Z",
          "exitTs": 1752552840,
          "dir": 1,
          "entryPrice": 3344.898,
          "exitPrice": 3360.68,
          "stopDistance": 7.891,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 739
        },
        {
          "entryTs": 1752592740,
          "entryUtc": "2025-07-15T15:19:00.000Z",
          "exitTs": 1752593340,
          "dir": 1,
          "entryPrice": 3342.099,
          "exitPrice": 3333.67,
          "stopDistance": 8.429,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 10
        },
        {
          "entryTs": 1752661980,
          "entryUtc": "2025-07-16T10:33:00.000Z",
          "exitTs": 1752670080,
          "dir": -1,
          "entryPrice": 3338.885,
          "exitPrice": 3331.14,
          "stopDistance": 3.872,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 135
        },
        {
          "entryTs": 1752689220,
          "entryUtc": "2025-07-16T18:07:00.000Z",
          "exitTs": 1752738360,
          "dir": -1,
          "entryPrice": 3357.105,
          "exitPrice": 3326.876,
          "stopDistance": 15.114,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 819
        },
        {
          "entryTs": 1752744240,
          "entryUtc": "2025-07-17T09:24:00.000Z",
          "exitTs": 1752755400,
          "dir": -1,
          "entryPrice": 3331.995,
          "exitPrice": 3319.742,
          "stopDistance": 6.127,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 186
        },
        {
          "entryTs": 1752800520,
          "entryUtc": "2025-07-18T01:02:00.000Z",
          "exitTs": 1752809160,
          "dir": -1,
          "entryPrice": 3342.085,
          "exitPrice": 3334.746,
          "stopDistance": 3.67,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 144
        },
        {
          "entryTs": 1752822300,
          "entryUtc": "2025-07-18T07:05:00.000Z",
          "exitTs": 1752824160,
          "dir": -1,
          "entryPrice": 3342.635,
          "exitPrice": 3347.146,
          "stopDistance": 4.511,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 31
        },
        {
          "entryTs": 1753064640,
          "entryUtc": "2025-07-21T02:24:00.000Z",
          "exitTs": 1753074420,
          "dir": -1,
          "entryPrice": 3355.925,
          "exitPrice": 3359.873,
          "stopDistance": 3.948,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 163
        },
        {
          "entryTs": 1753157220,
          "entryUtc": "2025-07-22T04:07:00.000Z",
          "exitTs": 1753169280,
          "dir": 1,
          "entryPrice": 3388.625,
          "exitPrice": 3383.32,
          "stopDistance": 5.305,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 201
        },
        {
          "entryTs": 1753183440,
          "entryUtc": "2025-07-22T11:24:00.000Z",
          "exitTs": 1753186080,
          "dir": 1,
          "entryPrice": 3386.758,
          "exitPrice": 3394.213,
          "stopDistance": 3.727,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 44
        },
        {
          "entryTs": 1753258680,
          "entryUtc": "2025-07-23T08:18:00.000Z",
          "exitTs": 1753262280,
          "dir": -1,
          "entryPrice": 3425.815,
          "exitPrice": 3431.538,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 60
        },
        {
          "entryTs": 1753333500,
          "entryUtc": "2025-07-24T05:05:00.000Z",
          "exitTs": 1753338360,
          "dir": 1,
          "entryPrice": 3380.215,
          "exitPrice": 3373.298,
          "stopDistance": 6.917,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 81
        },
        {
          "entryTs": 1753664220,
          "entryUtc": "2025-07-28T00:57:00.000Z",
          "exitTs": 1753674420,
          "dir": -1,
          "entryPrice": 3333.135,
          "exitPrice": 3339.401,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 170
        },
        {
          "entryTs": 1753759320,
          "entryUtc": "2025-07-29T03:22:00.000Z",
          "exitTs": 1753763220,
          "dir": 1,
          "entryPrice": 3314.725,
          "exitPrice": 3309.328,
          "stopDistance": 5.397,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 65
        },
        {
          "entryTs": 1753764900,
          "entryUtc": "2025-07-29T04:55:00.000Z",
          "exitTs": 1753770720,
          "dir": -1,
          "entryPrice": 3316.305,
          "exitPrice": 3321.25,
          "stopDistance": 4.945,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 97
        },
        {
          "entryTs": 1753799760,
          "entryUtc": "2025-07-29T14:36:00.000Z",
          "exitTs": 1753801500,
          "dir": -1,
          "entryPrice": 3325.805,
          "exitPrice": 3331.614,
          "stopDistance": 5.809,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 29
        },
        {
          "entryTs": 1753855380,
          "entryUtc": "2025-07-30T06:03:00.000Z",
          "exitTs": 1753869420,
          "dir": 1,
          "entryPrice": 3323.598,
          "exitPrice": 3333.387,
          "stopDistance": 4.895,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 234
        },
        {
          "entryTs": 1753900260,
          "entryUtc": "2025-07-30T18:31:00.000Z",
          "exitTs": 1753901340,
          "dir": 1,
          "entryPrice": 3293.345,
          "exitPrice": 3286.446,
          "stopDistance": 6.899,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 18
        },
        {
          "entryTs": 1753959840,
          "entryUtc": "2025-07-31T11:04:00.000Z",
          "exitTs": 1753961460,
          "dir": -1,
          "entryPrice": 3298.015,
          "exitPrice": 3304.749,
          "stopDistance": 6.734,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 27
        },
        {
          "entryTs": 1754015220,
          "entryUtc": "2025-08-01T02:27:00.000Z",
          "exitTs": 1754045520,
          "dir": 1,
          "entryPrice": 3288.198,
          "exitPrice": 3300.561,
          "stopDistance": 6.181,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 505
        },
        {
          "entryTs": 1754056800,
          "entryUtc": "2025-08-01T14:00:00.000Z",
          "exitTs": 1754077080,
          "dir": -1,
          "entryPrice": 3348.975,
          "exitPrice": 3359.899,
          "stopDistance": 10.924,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 338
        },
        {
          "entryTs": 1754265600,
          "entryUtc": "2025-08-04T00:00:00.000Z",
          "exitTs": 1754266500,
          "dir": 1,
          "entryPrice": 3361.415,
          "exitPrice": 3355.479,
          "stopDistance": 5.936,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 15
        },
        {
          "entryTs": 1754276520,
          "entryUtc": "2025-08-04T03:02:00.000Z",
          "exitTs": 1754290620,
          "dir": -1,
          "entryPrice": 3356.265,
          "exitPrice": 3362.148,
          "stopDistance": 5.883,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 235
        },
        {
          "entryTs": 1754298360,
          "entryUtc": "2025-08-04T09:06:00.000Z",
          "exitTs": 1754306160,
          "dir": -1,
          "entryPrice": 3359.745,
          "exitPrice": 3365.596,
          "stopDistance": 5.851,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 130
        },
        {
          "entryTs": 1754399640,
          "entryUtc": "2025-08-05T13:14:00.000Z",
          "exitTs": 1754400780,
          "dir": -1,
          "entryPrice": 3368.955,
          "exitPrice": 3373.825,
          "stopDistance": 4.87,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 19
        },
        {
          "entryTs": 1754494800,
          "entryUtc": "2025-08-06T15:40:00.000Z",
          "exitTs": 1754532660,
          "dir": 1,
          "entryPrice": 3370.115,
          "exitPrice": 3382.779,
          "stopDistance": 6.332,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 631
        },
        {
          "entryTs": 1754546340,
          "entryUtc": "2025-08-07T05:59:00.000Z",
          "exitTs": 1754547660,
          "dir": -1,
          "entryPrice": 3374.765,
          "exitPrice": 3379.708,
          "stopDistance": 4.943,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 22
        },
        {
          "entryTs": 1754554800,
          "entryUtc": "2025-08-07T08:20:00.000Z",
          "exitTs": 1754569920,
          "dir": 1,
          "entryPrice": 3375.725,
          "exitPrice": 3386.005,
          "stopDistance": 5.14,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 252
        },
        {
          "entryTs": 1754624460,
          "entryUtc": "2025-08-08T03:41:00.000Z",
          "exitTs": 1754675940,
          "dir": -1,
          "entryPrice": 3396.625,
          "exitPrice": 3376.563,
          "stopDistance": 10.031,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 858
        },
        {
          "entryTs": 1754922540,
          "entryUtc": "2025-08-11T14:29:00.000Z",
          "exitTs": 1754923200,
          "dir": 1,
          "entryPrice": 3352.598,
          "exitPrice": 3343.537,
          "stopDistance": 9.061,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 11
        },
        {
          "entryTs": 1754944200,
          "entryUtc": "2025-08-11T20:30:00.000Z",
          "exitTs": 1754997600,
          "dir": 1,
          "entryPrice": 3348.848,
          "exitPrice": 3340.343,
          "stopDistance": 8.504,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 890
        },
        {
          "entryTs": 1755001800,
          "entryUtc": "2025-08-12T12:30:00.000Z",
          "exitTs": 1755007920,
          "dir": -1,
          "entryPrice": 3352.309,
          "exitPrice": 3338.443,
          "stopDistance": 6.933,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 102
        },
        {
          "entryTs": 1755050700,
          "entryUtc": "2025-08-13T02:05:00.000Z",
          "exitTs": 1755069120,
          "dir": 1,
          "entryPrice": 3347.625,
          "exitPrice": 3358.038,
          "stopDistance": 5.207,
          "outcome": "target",
          "netR": 1.9289,
          "holdMinutes": 307
        },
        {
          "entryTs": 1755093720,
          "entryUtc": "2025-08-13T14:02:00.000Z",
          "exitTs": 1755098220,
          "dir": 1,
          "entryPrice": 3362.998,
          "exitPrice": 3356.467,
          "stopDistance": 6.531,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 75
        },
        {
          "entryTs": 1755101880,
          "entryUtc": "2025-08-13T16:18:00.000Z",
          "exitTs": 1755129900,
          "dir": -1,
          "entryPrice": 3359.855,
          "exitPrice": 3366.407,
          "stopDistance": 6.552,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 467
        },
        {
          "entryTs": 1755136260,
          "entryUtc": "2025-08-14T01:51:00.000Z",
          "exitTs": 1755140700,
          "dir": -1,
          "entryPrice": 3369.348,
          "exitPrice": 3359.809,
          "stopDistance": 4.77,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 74
        },
        {
          "entryTs": 1755174600,
          "entryUtc": "2025-08-14T12:30:00.000Z",
          "exitTs": 1755180300,
          "dir": 1,
          "entryPrice": 3347.365,
          "exitPrice": 3339.927,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 95
        },
        {
          "entryTs": 1755202500,
          "entryUtc": "2025-08-14T20:15:00.000Z",
          "exitTs": 1755234120,
          "dir": 1,
          "entryPrice": 3334.735,
          "exitPrice": 3346.682,
          "stopDistance": 5.973,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 527
        },
        {
          "entryTs": 1755250680,
          "entryUtc": "2025-08-15T09:38:00.000Z",
          "exitTs": 1755255420,
          "dir": 1,
          "entryPrice": 3342.098,
          "exitPrice": 3336.613,
          "stopDistance": 5.485,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 79
        },
        {
          "entryTs": 1755266820,
          "entryUtc": "2025-08-15T14:07:00.000Z",
          "exitTs": 1755468000,
          "dir": -1,
          "entryPrice": 3340.175,
          "exitPrice": 3336.448,
          "stopDistance": 6.24,
          "outcome": "time",
          "netR": 0.538,
          "holdMinutes": 3353
        },
        {
          "entryTs": 1755567960,
          "entryUtc": "2025-08-19T01:46:00.000Z",
          "exitTs": 1755572940,
          "dir": -1,
          "entryPrice": 3335.345,
          "exitPrice": 3339.852,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 83
        },
        {
          "entryTs": 1755587100,
          "entryUtc": "2025-08-19T07:05:00.000Z",
          "exitTs": 1755597960,
          "dir": -1,
          "entryPrice": 3337.285,
          "exitPrice": 3341.767,
          "stopDistance": 4.482,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 181
        },
        {
          "entryTs": 1755605820,
          "entryUtc": "2025-08-19T12:17:00.000Z",
          "exitTs": 1755609000,
          "dir": -1,
          "entryPrice": 3338.405,
          "exitPrice": 3330.385,
          "stopDistance": 4.01,
          "outcome": "target",
          "netR": 1.9077,
          "holdMinutes": 53
        },
        {
          "entryTs": 1755612060,
          "entryUtc": "2025-08-19T14:01:00.000Z",
          "exitTs": 1755614400,
          "dir": 1,
          "entryPrice": 3332.848,
          "exitPrice": 3327.342,
          "stopDistance": 5.506,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 39
        },
        {
          "entryTs": 1755849660,
          "entryUtc": "2025-08-22T08:01:00.000Z",
          "exitTs": 1755869820,
          "dir": -1,
          "entryPrice": 3328.758,
          "exitPrice": 3332.766,
          "stopDistance": 4.008,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 336
        },
        {
          "entryTs": 1756094400,
          "entryUtc": "2025-08-25T04:00:00.000Z",
          "exitTs": 1756113060,
          "dir": 1,
          "entryPrice": 3366.145,
          "exitPrice": 3362.352,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 311
        },
        {
          "entryTs": 1756167240,
          "entryUtc": "2025-08-26T00:14:00.000Z",
          "exitTs": 1756167360,
          "dir": -1,
          "entryPrice": 3369.865,
          "exitPrice": 3373.124,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 2
        },
        {
          "entryTs": 1756200600,
          "entryUtc": "2025-08-26T09:30:00.000Z",
          "exitTs": 1756223220,
          "dir": 1,
          "entryPrice": 3372.805,
          "exitPrice": 3385.07,
          "stopDistance": 6.132,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 377
        },
        {
          "entryTs": 1756251600,
          "entryUtc": "2025-08-26T23:40:00.000Z",
          "exitTs": 1756256760,
          "dir": 1,
          "entryPrice": 3390.245,
          "exitPrice": 3386.617,
          "stopDistance": 3.629,
          "outcome": "stop",
          "netR": -1.1157,
          "holdMinutes": 86
        },
        {
          "entryTs": 1756301460,
          "entryUtc": "2025-08-27T13:31:00.000Z",
          "exitTs": 1756307400,
          "dir": 1,
          "entryPrice": 3378.985,
          "exitPrice": 3388.146,
          "stopDistance": 4.581,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 99
        },
        {
          "entryTs": 1756377060,
          "entryUtc": "2025-08-28T10:31:00.000Z",
          "exitTs": 1756380300,
          "dir": -1,
          "entryPrice": 3398.275,
          "exitPrice": 3402.457,
          "stopDistance": 4.182,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 54
        },
        {
          "entryTs": 1756385940,
          "entryUtc": "2025-08-28T12:59:00.000Z",
          "exitTs": 1756387980,
          "dir": 1,
          "entryPrice": 3396.795,
          "exitPrice": 3405.826,
          "stopDistance": 4.516,
          "outcome": "target",
          "netR": 1.9181,
          "holdMinutes": 34
        },
        {
          "entryTs": 1756457520,
          "entryUtc": "2025-08-29T08:52:00.000Z",
          "exitTs": 1756460100,
          "dir": 1,
          "entryPrice": 3410.675,
          "exitPrice": 3406.926,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 43
        },
        {
          "entryTs": 1756816560,
          "entryUtc": "2025-09-02T12:36:00.000Z",
          "exitTs": 1756820760,
          "dir": 1,
          "entryPrice": 3477.575,
          "exitPrice": 3492.586,
          "stopDistance": 7.505,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 70
        },
        {
          "entryTs": 1756820880,
          "entryUtc": "2025-09-02T13:48:00.000Z",
          "exitTs": 1756824240,
          "dir": 1,
          "entryPrice": 3488.145,
          "exitPrice": 3508.138,
          "stopDistance": 9.997,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 56
        },
        {
          "entryTs": 1756873020,
          "entryUtc": "2025-09-03T04:17:00.000Z",
          "exitTs": 1756897440,
          "dir": -1,
          "entryPrice": 3534.295,
          "exitPrice": 3542.754,
          "stopDistance": 8.459,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 407
        },
        {
          "entryTs": 1757000400,
          "entryUtc": "2025-09-04T15:40:00.000Z",
          "exitTs": 1757044440,
          "dir": -1,
          "entryPrice": 3548.948,
          "exitPrice": 3558.665,
          "stopDistance": 9.717,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 734
        },
        {
          "entryTs": 1757084640,
          "entryUtc": "2025-09-05T15:04:00.000Z",
          "exitTs": 1757282400,
          "dir": -1,
          "entryPrice": 3591.775,
          "exitPrice": 3583.935,
          "stopDistance": 12.194,
          "outcome": "time",
          "netR": 0.6126,
          "holdMinutes": 3296
        },
        {
          "entryTs": 1757284560,
          "entryUtc": "2025-09-07T22:36:00.000Z",
          "exitTs": 1757304120,
          "dir": 1,
          "entryPrice": 3590.495,
          "exitPrice": 3581.506,
          "stopDistance": 8.989,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 326
        },
        {
          "entryTs": 1757332200,
          "entryUtc": "2025-09-08T11:50:00.000Z",
          "exitTs": 1757336040,
          "dir": -1,
          "entryPrice": 3615.965,
          "exitPrice": 3622.775,
          "stopDistance": 6.81,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 64
        },
        {
          "entryTs": 1757349480,
          "entryUtc": "2025-09-08T16:38:00.000Z",
          "exitTs": 1757370840,
          "dir": 1,
          "entryPrice": 3637.775,
          "exitPrice": 3629.018,
          "stopDistance": 8.757,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 356
        },
        {
          "entryTs": 1757386860,
          "entryUtc": "2025-09-09T03:01:00.000Z",
          "exitTs": 1757396280,
          "dir": -1,
          "entryPrice": 3650.405,
          "exitPrice": 3656.949,
          "stopDistance": 6.544,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 157
        },
        {
          "entryTs": 1757399760,
          "entryUtc": "2025-09-09T06:36:00.000Z",
          "exitTs": 1757402940,
          "dir": -1,
          "entryPrice": 3642.205,
          "exitPrice": 3650.528,
          "stopDistance": 8.323,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 53
        },
        {
          "entryTs": 1757421480,
          "entryUtc": "2025-09-09T12:38:00.000Z",
          "exitTs": 1757424900,
          "dir": 1,
          "entryPrice": 3646.098,
          "exitPrice": 3663.506,
          "stopDistance": 8.704,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 57
        },
        {
          "entryTs": 1757537580,
          "entryUtc": "2025-09-10T20:53:00.000Z",
          "exitTs": 1757548860,
          "dir": -1,
          "entryPrice": 3640.245,
          "exitPrice": 3645.891,
          "stopDistance": 5.646,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 188
        },
        {
          "entryTs": 1757574240,
          "entryUtc": "2025-09-11T07:04:00.000Z",
          "exitTs": 1757581440,
          "dir": 1,
          "entryPrice": 3629.248,
          "exitPrice": 3622.86,
          "stopDistance": 6.388,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 120
        },
        {
          "entryTs": 1757594760,
          "entryUtc": "2025-09-11T12:46:00.000Z",
          "exitTs": 1757596860,
          "dir": 1,
          "entryPrice": 3630.248,
          "exitPrice": 3620.671,
          "stopDistance": 9.577,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 35
        },
        {
          "entryTs": 1757597760,
          "entryUtc": "2025-09-11T13:36:00.000Z",
          "exitTs": 1757604240,
          "dir": 1,
          "entryPrice": 3619.175,
          "exitPrice": 3638.33,
          "stopDistance": 9.577,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 108
        },
        {
          "entryTs": 1757678640,
          "entryUtc": "2025-09-12T12:04:00.000Z",
          "exitTs": 1757680380,
          "dir": 1,
          "entryPrice": 3645.745,
          "exitPrice": 3639.735,
          "stopDistance": 6.01,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 29
        },
        {
          "entryTs": 1757682060,
          "entryUtc": "2025-09-12T13:01:00.000Z",
          "exitTs": 1757887200,
          "dir": 1,
          "entryPrice": 3643.635,
          "exitPrice": 3644.548,
          "stopDistance": 6.434,
          "outcome": "time",
          "netR": 0.0844,
          "holdMinutes": 3419
        },
        {
          "entryTs": 1757902080,
          "entryUtc": "2025-09-15T02:08:00.000Z",
          "exitTs": 1757903040,
          "dir": -1,
          "entryPrice": 3638.898,
          "exitPrice": 3643.605,
          "stopDistance": 4.707,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 16
        },
        {
          "entryTs": 1757903400,
          "entryUtc": "2025-09-15T02:30:00.000Z",
          "exitTs": 1757919540,
          "dir": 1,
          "entryPrice": 3642.565,
          "exitPrice": 3636.556,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 269
        },
        {
          "entryTs": 1757919660,
          "entryUtc": "2025-09-15T07:01:00.000Z",
          "exitTs": 1757940420,
          "dir": 1,
          "entryPrice": 3634.935,
          "exitPrice": 3646.91,
          "stopDistance": 5.987,
          "outcome": "target",
          "netR": 1.9382,
          "holdMinutes": 346
        },
        {
          "entryTs": 1757988420,
          "entryUtc": "2025-09-16T02:07:00.000Z",
          "exitTs": 1758004620,
          "dir": -1,
          "entryPrice": 3682.175,
          "exitPrice": 3687.641,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 270
        },
        {
          "entryTs": 1758009840,
          "entryUtc": "2025-09-16T08:04:00.000Z",
          "exitTs": 1758010320,
          "dir": -1,
          "entryPrice": 3687.965,
          "exitPrice": 3693.355,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 8
        },
        {
          "entryTs": 1758025800,
          "entryUtc": "2025-09-16T12:30:00.000Z",
          "exitTs": 1758032220,
          "dir": 1,
          "entryPrice": 3689.198,
          "exitPrice": 3701.339,
          "stopDistance": 6.07,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 107
        },
        {
          "entryTs": 1758033120,
          "entryUtc": "2025-09-16T14:32:00.000Z",
          "exitTs": 1758035100,
          "dir": 1,
          "entryPrice": 3690.405,
          "exitPrice": 3684.14,
          "stopDistance": 6.265,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 33
        },
        {
          "entryTs": 1758248040,
          "entryUtc": "2025-09-19T02:14:00.000Z",
          "exitTs": 1758252180,
          "dir": -1,
          "entryPrice": 3646.385,
          "exitPrice": 3652.787,
          "stopDistance": 6.402,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 69
        },
        {
          "entryTs": 1758266580,
          "entryUtc": "2025-09-19T07:23:00.000Z",
          "exitTs": 1758289920,
          "dir": -1,
          "entryPrice": 3653.235,
          "exitPrice": 3660.099,
          "stopDistance": 6.864,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 389
        },
        {
          "entryTs": 1758496860,
          "entryUtc": "2025-09-21T23:21:00.000Z",
          "exitTs": 1758503400,
          "dir": -1,
          "entryPrice": 3688.895,
          "exitPrice": 3693.782,
          "stopDistance": 4.887,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 109
        },
        {
          "entryTs": 1758545100,
          "entryUtc": "2025-09-22T12:45:00.000Z",
          "exitTs": 1758545520,
          "dir": -1,
          "entryPrice": 3715.745,
          "exitPrice": 3722.69,
          "stopDistance": 6.945,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 7
        },
        {
          "entryTs": 1758547980,
          "entryUtc": "2025-09-22T13:33:00.000Z",
          "exitTs": 1758555540,
          "dir": 1,
          "entryPrice": 3718.645,
          "exitPrice": 3733.292,
          "stopDistance": 7.323,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 126
        },
        {
          "entryTs": 1758599340,
          "entryUtc": "2025-09-23T03:49:00.000Z",
          "exitTs": 1758605520,
          "dir": -1,
          "entryPrice": 3745.548,
          "exitPrice": 3753.777,
          "stopDistance": 8.229,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 103
        },
        {
          "entryTs": 1758648120,
          "entryUtc": "2025-09-23T17:22:00.000Z",
          "exitTs": 1758653820,
          "dir": -1,
          "entryPrice": 3782.035,
          "exitPrice": 3761.413,
          "stopDistance": 10.311,
          "outcome": "target",
          "netR": 1.9641,
          "holdMinutes": 95
        },
        {
          "entryTs": 1758769560,
          "entryUtc": "2025-09-25T03:06:00.000Z",
          "exitTs": 1758786300,
          "dir": 1,
          "entryPrice": 3736.135,
          "exitPrice": 3752.343,
          "stopDistance": 8.104,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 279
        },
        {
          "entryTs": 1758790320,
          "entryUtc": "2025-09-25T08:52:00.000Z",
          "exitTs": 1758803760,
          "dir": -1,
          "entryPrice": 3756.015,
          "exitPrice": 3739.676,
          "stopDistance": 8.169,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 224
        },
        {
          "entryTs": 1758815220,
          "entryUtc": "2025-09-25T15:47:00.000Z",
          "exitTs": 1758892080,
          "dir": 1,
          "entryPrice": 3733.578,
          "exitPrice": 3758.936,
          "stopDistance": 12.679,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 1281
        },
        {
          "entryTs": 1759132920,
          "entryUtc": "2025-09-29T08:02:00.000Z",
          "exitTs": 1759144500,
          "dir": -1,
          "entryPrice": 3810.665,
          "exitPrice": 3820.913,
          "stopDistance": 10.248,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 193
        },
        {
          "entryTs": 1759244880,
          "entryUtc": "2025-09-30T15:08:00.000Z",
          "exitTs": 1759283340,
          "dir": 1,
          "entryPrice": 3838.248,
          "exitPrice": 3866.813,
          "stopDistance": 14.282,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 641
        },
        {
          "entryTs": 1759412760,
          "entryUtc": "2025-10-02T13:46:00.000Z",
          "exitTs": 1759414560,
          "dir": -1,
          "entryPrice": 3887.165,
          "exitPrice": 3869.1,
          "stopDistance": 9.033,
          "outcome": "target",
          "netR": 1.959,
          "holdMinutes": 30
        },
        {
          "entryTs": 1759500960,
          "entryUtc": "2025-10-03T14:16:00.000Z",
          "exitTs": 1759505220,
          "dir": -1,
          "entryPrice": 3875.765,
          "exitPrice": 3886.546,
          "stopDistance": 10.781,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 71
        },
        {
          "entryTs": 1759513860,
          "entryUtc": "2025-10-03T17:51:00.000Z",
          "exitTs": 1759701600,
          "dir": 1,
          "entryPrice": 3879.775,
          "exitPrice": 3886.398,
          "stopDistance": 11.789,
          "outcome": "time",
          "netR": 0.5304,
          "holdMinutes": 3129
        },
        {
          "entryTs": 1759713120,
          "entryUtc": "2025-10-06T01:12:00.000Z",
          "exitTs": 1759715700,
          "dir": -1,
          "entryPrice": 3906.848,
          "exitPrice": 3916.472,
          "stopDistance": 9.624,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 43
        },
        {
          "entryTs": 1759755960,
          "entryUtc": "2025-10-06T13:06:00.000Z",
          "exitTs": 1759761180,
          "dir": 1,
          "entryPrice": 3932.245,
          "exitPrice": 3953.642,
          "stopDistance": 10.698,
          "outcome": "target",
          "netR": 1.9654,
          "holdMinutes": 87
        },
        {
          "entryTs": 1759806960,
          "entryUtc": "2025-10-07T03:16:00.000Z",
          "exitTs": 1759821600,
          "dir": -1,
          "entryPrice": 3969.245,
          "exitPrice": 3948.997,
          "stopDistance": 10.124,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 244
        },
        {
          "entryTs": 1759924980,
          "entryUtc": "2025-10-08T12:03:00.000Z",
          "exitTs": 1759929180,
          "dir": -1,
          "entryPrice": 4039.815,
          "exitPrice": 4049.116,
          "stopDistance": 9.301,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 70
        },
        {
          "entryTs": 1759950060,
          "entryUtc": "2025-10-08T19:01:00.000Z",
          "exitTs": 1759961280,
          "dir": -1,
          "entryPrice": 4051.828,
          "exitPrice": 4029.847,
          "stopDistance": 10.99,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 187
        },
        {
          "entryTs": 1760025660,
          "entryUtc": "2025-10-09T16:01:00.000Z",
          "exitTs": 1760028000,
          "dir": -1,
          "entryPrice": 4017.998,
          "exitPrice": 3985.281,
          "stopDistance": 16.358,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 39
        },
        {
          "entryTs": 1760039580,
          "entryUtc": "2025-10-09T19:53:00.000Z",
          "exitTs": 1760069340,
          "dir": 1,
          "entryPrice": 3974.085,
          "exitPrice": 3954.725,
          "stopDistance": 19.36,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 496
        },
        {
          "entryTs": 1760079960,
          "entryUtc": "2025-10-10T07:06:00.000Z",
          "exitTs": 1760083860,
          "dir": 1,
          "entryPrice": 3958.798,
          "exitPrice": 3986.19,
          "stopDistance": 13.696,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 65
        },
        {
          "entryTs": 1760112360,
          "entryUtc": "2025-10-10T16:06:00.000Z",
          "exitTs": 1760125080,
          "dir": 1,
          "entryPrice": 3982.425,
          "exitPrice": 4010.955,
          "stopDistance": 14.265,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 212
        },
        {
          "entryTs": 1760315880,
          "entryUtc": "2025-10-13T00:38:00.000Z",
          "exitTs": 1760332140,
          "dir": -1,
          "entryPrice": 4045.848,
          "exitPrice": 4064.716,
          "stopDistance": 18.868,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 271
        },
        {
          "entryTs": 1760337720,
          "entryUtc": "2025-10-13T06:42:00.000Z",
          "exitTs": 1760363640,
          "dir": 1,
          "entryPrice": 4066.898,
          "exitPrice": 4094.373,
          "stopDistance": 13.738,
          "outcome": "target",
          "netR": 1.9731,
          "holdMinutes": 432
        },
        {
          "entryTs": 1760373900,
          "entryUtc": "2025-10-13T16:45:00.000Z",
          "exitTs": 1760398380,
          "dir": -1,
          "entryPrice": 4108.835,
          "exitPrice": 4120.328,
          "stopDistance": 11.493,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 408
        },
        {
          "entryTs": 1760429580,
          "entryUtc": "2025-10-14T08:13:00.000Z",
          "exitTs": 1760446740,
          "dir": -1,
          "entryPrice": 4138.955,
          "exitPrice": 4104.168,
          "stopDistance": 17.393,
          "outcome": "target",
          "netR": 1.9787,
          "holdMinutes": 286
        },
        {
          "entryTs": 1760449800,
          "entryUtc": "2025-10-14T13:50:00.000Z",
          "exitTs": 1760480040,
          "dir": 1,
          "entryPrice": 4119.795,
          "exitPrice": 4156.862,
          "stopDistance": 18.534,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 504
        },
        {
          "entryTs": 1760528760,
          "entryUtc": "2025-10-15T11:46:00.000Z",
          "exitTs": 1760530860,
          "dir": 1,
          "entryPrice": 4196.475,
          "exitPrice": 4181.216,
          "stopDistance": 15.259,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 35
        },
        {
          "entryTs": 1760551560,
          "entryUtc": "2025-10-15T18:06:00.000Z",
          "exitTs": 1760574360,
          "dir": -1,
          "entryPrice": 4203.988,
          "exitPrice": 4220.617,
          "stopDistance": 16.629,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 380
        },
        {
          "entryTs": 1760665620,
          "entryUtc": "2025-10-17T01:47:00.000Z",
          "exitTs": 1760667000,
          "dir": -1,
          "entryPrice": 4307.098,
          "exitPrice": 4335.291,
          "stopDistance": 28.193,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 23
        },
        {
          "entryTs": 1760670480,
          "entryUtc": "2025-10-17T03:08:00.000Z",
          "exitTs": 1760677200,
          "dir": -1,
          "entryPrice": 4349.215,
          "exitPrice": 4377.408,
          "stopDistance": 28.193,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 112
        },
        {
          "entryTs": 1760685600,
          "entryUtc": "2025-10-17T07:20:00.000Z",
          "exitTs": 1760685600,
          "dir": 1,
          "entryPrice": 4337.375,
          "exitPrice": 4309.259,
          "stopDistance": 28.116,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 0
        },
        {
          "entryTs": 1760922840,
          "entryUtc": "2025-10-20T01:14:00.000Z",
          "exitTs": 1760961540,
          "dir": -1,
          "entryPrice": 4254.575,
          "exitPrice": 4278.513,
          "stopDistance": 23.937,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 645
        },
        {
          "entryTs": 1761000060,
          "entryUtc": "2025-10-20T22:41:00.000Z",
          "exitTs": 1761010200,
          "dir": 1,
          "entryPrice": 4360.935,
          "exitPrice": 4344.515,
          "stopDistance": 16.42,
          "outcome": "stop",
          "netR": -1.0256,
          "holdMinutes": 169
        },
        {
          "entryTs": 1761031320,
          "entryUtc": "2025-10-21T07:22:00.000Z",
          "exitTs": 1761031980,
          "dir": 1,
          "entryPrice": 4329.165,
          "exitPrice": 4314.496,
          "stopDistance": 14.669,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 11
        },
        {
          "entryTs": 1761098520,
          "entryUtc": "2025-10-22T02:02:00.000Z",
          "exitTs": 1761104400,
          "dir": -1,
          "entryPrice": 4096.939,
          "exitPrice": 4134.1,
          "stopDistance": 37.161,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 98
        },
        {
          "entryTs": 1761120720,
          "entryUtc": "2025-10-22T08:12:00.000Z",
          "exitTs": 1761120960,
          "dir": 1,
          "entryPrice": 4093.345,
          "exitPrice": 4062.682,
          "stopDistance": 30.663,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 4
        },
        {
          "entryTs": 1761137340,
          "entryUtc": "2025-10-22T12:49:00.000Z",
          "exitTs": 1761161400,
          "dir": 1,
          "entryPrice": 4040.148,
          "exitPrice": 4105.609,
          "stopDistance": 32.731,
          "outcome": "target",
          "netR": 1.9887,
          "holdMinutes": 401
        },
        {
          "entryTs": 1761210480,
          "entryUtc": "2025-10-23T09:08:00.000Z",
          "exitTs": 1761225480,
          "dir": -1,
          "entryPrice": 4120.025,
          "exitPrice": 4138.17,
          "stopDistance": 18.145,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 250
        },
        {
          "entryTs": 1761299640,
          "entryUtc": "2025-10-24T09:54:00.000Z",
          "exitTs": 1761309000,
          "dir": 1,
          "entryPrice": 4057.675,
          "exitPrice": 4091.687,
          "stopDistance": 17.006,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 156
        },
        {
          "entryTs": 1761310020,
          "entryUtc": "2025-10-24T12:47:00.000Z",
          "exitTs": 1761311340,
          "dir": 1,
          "entryPrice": 4077.425,
          "exitPrice": 4110.945,
          "stopDistance": 16.76,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 22
        },
        {
          "entryTs": 1761528900,
          "entryUtc": "2025-10-27T01:35:00.000Z",
          "exitTs": 1761534120,
          "dir": 1,
          "entryPrice": 4084.765,
          "exitPrice": 4065.811,
          "stopDistance": 18.953,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 87
        },
        {
          "entryTs": 1761571680,
          "entryUtc": "2025-10-27T13:28:00.000Z",
          "exitTs": 1761572820,
          "dir": 1,
          "entryPrice": 4032.405,
          "exitPrice": 4015.058,
          "stopDistance": 17.347,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 19
        },
        {
          "entryTs": 1761586620,
          "entryUtc": "2025-10-27T17:37:00.000Z",
          "exitTs": 1761598260,
          "dir": 1,
          "entryPrice": 3999.855,
          "exitPrice": 3980.908,
          "stopDistance": 18.947,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 194
        },
        {
          "entryTs": 1761694440,
          "entryUtc": "2025-10-28T23:34:00.000Z",
          "exitTs": 1761721740,
          "dir": 1,
          "entryPrice": 3949.805,
          "exitPrice": 3984.688,
          "stopDistance": 17.442,
          "outcome": "target",
          "netR": 1.9788,
          "holdMinutes": 455
        },
        {
          "entryTs": 1761784740,
          "entryUtc": "2025-10-30T00:39:00.000Z",
          "exitTs": 1761790200,
          "dir": 1,
          "entryPrice": 3949.225,
          "exitPrice": 3928.061,
          "stopDistance": 21.164,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 91
        },
        {
          "entryTs": 1761803400,
          "entryUtc": "2025-10-30T05:50:00.000Z",
          "exitTs": 1761815100,
          "dir": -1,
          "entryPrice": 3971.245,
          "exitPrice": 3992.035,
          "stopDistance": 20.79,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 195
        },
        {
          "entryTs": 1761833040,
          "entryUtc": "2025-10-30T14:04:00.000Z",
          "exitTs": 1761846420,
          "dir": -1,
          "entryPrice": 3999.625,
          "exitPrice": 4017.473,
          "stopDistance": 17.848,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 223
        },
        {
          "entryTs": 1761887040,
          "entryUtc": "2025-10-31T05:04:00.000Z",
          "exitTs": 1761914520,
          "dir": 1,
          "entryPrice": 4001.305,
          "exitPrice": 4031.374,
          "stopDistance": 15.035,
          "outcome": "target",
          "netR": 1.9754,
          "holdMinutes": 458
        },
        {
          "entryTs": 1762133220,
          "entryUtc": "2025-11-03T01:27:00.000Z",
          "exitTs": 1762141020,
          "dir": -1,
          "entryPrice": 3996.265,
          "exitPrice": 4011.434,
          "stopDistance": 15.169,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 130
        },
        {
          "entryTs": 1762161360,
          "entryUtc": "2025-11-03T09:16:00.000Z",
          "exitTs": 1762162020,
          "dir": 1,
          "entryPrice": 4017.305,
          "exitPrice": 4005.428,
          "stopDistance": 11.877,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 11
        },
        {
          "entryTs": 1762180200,
          "entryUtc": "2025-11-03T14:30:00.000Z",
          "exitTs": 1762182000,
          "dir": 1,
          "entryPrice": 4007.745,
          "exitPrice": 4029.496,
          "stopDistance": 10.876,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 30
        },
        {
          "entryTs": 1762184700,
          "entryUtc": "2025-11-03T15:45:00.000Z",
          "exitTs": 1762186680,
          "dir": -1,
          "entryPrice": 4023.085,
          "exitPrice": 3996.09,
          "stopDistance": 13.498,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 33
        },
        {
          "entryTs": 1762229460,
          "entryUtc": "2025-11-04T04:11:00.000Z",
          "exitTs": 1762234980,
          "dir": 1,
          "entryPrice": 3988.985,
          "exitPrice": 3975.978,
          "stopDistance": 13.007,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 92
        },
        {
          "entryTs": 1762271940,
          "entryUtc": "2025-11-04T15:59:00.000Z",
          "exitTs": 1762281360,
          "dir": 1,
          "entryPrice": 3956.485,
          "exitPrice": 3937.237,
          "stopDistance": 19.248,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 157
        },
        {
          "entryTs": 1762307160,
          "entryUtc": "2025-11-05T01:46:00.000Z",
          "exitTs": 1762314540,
          "dir": 1,
          "entryPrice": 3940.945,
          "exitPrice": 3964.854,
          "stopDistance": 11.955,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 123
        },
        {
          "entryTs": 1762347900,
          "entryUtc": "2025-11-05T13:05:00.000Z",
          "exitTs": 1762361220,
          "dir": 1,
          "entryPrice": 3967.105,
          "exitPrice": 3987.363,
          "stopDistance": 10.129,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 222
        },
        {
          "entryTs": 1762435260,
          "entryUtc": "2025-11-06T13:21:00.000Z",
          "exitTs": 1762438800,
          "dir": -1,
          "entryPrice": 4013.855,
          "exitPrice": 3998.514,
          "stopDistance": 7.67,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 59
        },
        {
          "entryTs": 1762457460,
          "entryUtc": "2025-11-06T19:31:00.000Z",
          "exitTs": 1762463100,
          "dir": 1,
          "entryPrice": 3990.835,
          "exitPrice": 3978.741,
          "stopDistance": 12.094,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 94
        },
        {
          "entryTs": 1762470600,
          "entryUtc": "2025-11-06T23:10:00.000Z",
          "exitTs": 1762474680,
          "dir": -1,
          "entryPrice": 3981.005,
          "exitPrice": 3989.9,
          "stopDistance": 8.896,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 68
        },
        {
          "entryTs": 1762489260,
          "entryUtc": "2025-11-07T04:21:00.000Z",
          "exitTs": 1762498200,
          "dir": -1,
          "entryPrice": 3996.625,
          "exitPrice": 4005.525,
          "stopDistance": 8.9,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 149
        },
        {
          "entryTs": 1762518540,
          "entryUtc": "2025-11-07T12:29:00.000Z",
          "exitTs": 1762525920,
          "dir": 1,
          "entryPrice": 3999.485,
          "exitPrice": 3990.953,
          "stopDistance": 8.532,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 123
        },
        {
          "entryTs": 1762535220,
          "entryUtc": "2025-11-07T17:07:00.000Z",
          "exitTs": 1762729200,
          "dir": 1,
          "entryPrice": 3995.545,
          "exitPrice": 3998.795,
          "stopDistance": 12.426,
          "outcome": "time",
          "netR": 0.2318,
          "holdMinutes": 3233
        },
        {
          "entryTs": 1762793280,
          "entryUtc": "2025-11-10T16:48:00.000Z",
          "exitTs": 1762799220,
          "dir": 1,
          "entryPrice": 4088.565,
          "exitPrice": 4111.509,
          "stopDistance": 11.472,
          "outcome": "target",
          "netR": 1.9677,
          "holdMinutes": 99
        },
        {
          "entryTs": 1762939560,
          "entryUtc": "2025-11-12T09:26:00.000Z",
          "exitTs": 1762960200,
          "dir": 1,
          "entryPrice": 4126.125,
          "exitPrice": 4147.161,
          "stopDistance": 10.518,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 344
        },
        {
          "entryTs": 1763003160,
          "entryUtc": "2025-11-13T03:06:00.000Z",
          "exitTs": 1763006160,
          "dir": -1,
          "entryPrice": 4198.215,
          "exitPrice": 4211.593,
          "stopDistance": 13.378,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 50
        },
        {
          "entryTs": 1763051940,
          "entryUtc": "2025-11-13T16:39:00.000Z",
          "exitTs": 1763058660,
          "dir": 1,
          "entryPrice": 4200.755,
          "exitPrice": 4182.063,
          "stopDistance": 18.692,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 112
        },
        {
          "entryTs": 1763341920,
          "entryUtc": "2025-11-17T01:12:00.000Z",
          "exitTs": 1763357160,
          "dir": -1,
          "entryPrice": 4094.745,
          "exitPrice": 4059.456,
          "stopDistance": 17.644,
          "outcome": "target",
          "netR": 1.979,
          "holdMinutes": 254
        },
        {
          "entryTs": 1763377260,
          "entryUtc": "2025-11-17T11:01:00.000Z",
          "exitTs": 1763384760,
          "dir": 1,
          "entryPrice": 4064.745,
          "exitPrice": 4091.495,
          "stopDistance": 13.375,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 125
        },
        {
          "entryTs": 1763386500,
          "entryUtc": "2025-11-17T13:35:00.000Z",
          "exitTs": 1763395440,
          "dir": 1,
          "entryPrice": 4073.585,
          "exitPrice": 4059.548,
          "stopDistance": 14.037,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 149
        },
        {
          "entryTs": 1763489340,
          "entryUtc": "2025-11-18T18:09:00.000Z",
          "exitTs": 1763545560,
          "dir": 1,
          "entryPrice": 4067.635,
          "exitPrice": 4101.006,
          "stopDistance": 16.686,
          "outcome": "target",
          "netR": 1.9778,
          "holdMinutes": 937
        },
        {
          "entryTs": 1763560200,
          "entryUtc": "2025-11-19T13:50:00.000Z",
          "exitTs": 1763567580,
          "dir": 1,
          "entryPrice": 4109.515,
          "exitPrice": 4097.911,
          "stopDistance": 11.605,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 123
        },
        {
          "entryTs": 1763576880,
          "entryUtc": "2025-11-19T18:28:00.000Z",
          "exitTs": 1763604420,
          "dir": 1,
          "entryPrice": 4079.095,
          "exitPrice": 4061.111,
          "stopDistance": 17.984,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 459
        },
        {
          "entryTs": 1763611140,
          "entryUtc": "2025-11-20T03:59:00.000Z",
          "exitTs": 1763626980,
          "dir": -1,
          "entryPrice": 4072.415,
          "exitPrice": 4038.777,
          "stopDistance": 16.819,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 264
        },
        {
          "entryTs": 1763638860,
          "entryUtc": "2025-11-20T11:41:00.000Z",
          "exitTs": 1763641200,
          "dir": -1,
          "entryPrice": 4062.815,
          "exitPrice": 4077.692,
          "stopDistance": 14.877,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 39
        },
        {
          "entryTs": 1763692320,
          "entryUtc": "2025-11-21T02:32:00.000Z",
          "exitTs": 1763695020,
          "dir": -1,
          "entryPrice": 4079.005,
          "exitPrice": 4050.638,
          "stopDistance": 14.183,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 45
        },
        {
          "entryTs": 1763719860,
          "entryUtc": "2025-11-21T10:11:00.000Z",
          "exitTs": 1763732700,
          "dir": 1,
          "entryPrice": 4040.325,
          "exitPrice": 4072.187,
          "stopDistance": 15.931,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 214
        },
        {
          "entryTs": 1763749200,
          "entryUtc": "2025-11-21T18:20:00.000Z",
          "exitTs": 1763938800,
          "dir": -1,
          "entryPrice": 4082.855,
          "exitPrice": 4068.148,
          "stopDistance": 15.942,
          "outcome": "time",
          "netR": 0.8993,
          "holdMinutes": 3160
        },
        {
          "entryTs": 1764030900,
          "entryUtc": "2025-11-25T00:35:00.000Z",
          "exitTs": 1764038940,
          "dir": 1,
          "entryPrice": 4132.855,
          "exitPrice": 4154.191,
          "stopDistance": 10.668,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 134
        },
        {
          "entryTs": 1764066720,
          "entryUtc": "2025-11-25T10:32:00.000Z",
          "exitTs": 1764081960,
          "dir": 1,
          "entryPrice": 4127.938,
          "exitPrice": 4115.332,
          "stopDistance": 12.606,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 254
        },
        {
          "entryTs": 1764143400,
          "entryUtc": "2025-11-26T07:50:00.000Z",
          "exitTs": 1764145560,
          "dir": -1,
          "entryPrice": 4158.035,
          "exitPrice": 4167.816,
          "stopDistance": 9.781,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 36
        },
        {
          "entryTs": 1764151200,
          "entryUtc": "2025-11-26T10:00:00.000Z",
          "exitTs": 1764166080,
          "dir": -1,
          "entryPrice": 4164.515,
          "exitPrice": 4144.354,
          "stopDistance": 10.08,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 248
        },
        {
          "entryTs": 1764181860,
          "entryUtc": "2025-11-26T18:31:00.000Z",
          "exitTs": 1764206280,
          "dir": 1,
          "entryPrice": 4163.485,
          "exitPrice": 4152.548,
          "stopDistance": 10.937,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 407
        },
        {
          "entryTs": 1764222000,
          "entryUtc": "2025-11-27T05:40:00.000Z",
          "exitTs": 1764231240,
          "dir": 1,
          "entryPrice": 4149.045,
          "exitPrice": 4164.059,
          "stopDistance": 7.507,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 154
        },
        {
          "entryTs": 1764304500,
          "entryUtc": "2025-11-28T04:35:00.000Z",
          "exitTs": 1764316980,
          "dir": -1,
          "entryPrice": 4182.795,
          "exitPrice": 4168.011,
          "stopDistance": 7.392,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 208
        },
        {
          "entryTs": 1764325560,
          "entryUtc": "2025-11-28T10:26:00.000Z",
          "exitTs": 1764339480,
          "dir": 1,
          "entryPrice": 4167.476,
          "exitPrice": 4192.991,
          "stopDistance": 12.758,
          "outcome": "target",
          "netR": 1.971,
          "holdMinutes": 232
        },
        {
          "entryTs": 1764564600,
          "entryUtc": "2025-12-01T04:50:00.000Z",
          "exitTs": 1764566760,
          "dir": -1,
          "entryPrice": 4245.105,
          "exitPrice": 4216.494,
          "stopDistance": 14.305,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 36
        },
        {
          "entryTs": 1764567060,
          "entryUtc": "2025-12-01T05:31:00.000Z",
          "exitTs": 1764571620,
          "dir": -1,
          "entryPrice": 4226.025,
          "exitPrice": 4239.115,
          "stopDistance": 13.09,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 76
        },
        {
          "entryTs": 1764591540,
          "entryUtc": "2025-12-01T12:19:00.000Z",
          "exitTs": 1764596400,
          "dir": -1,
          "entryPrice": 4251.945,
          "exitPrice": 4262.437,
          "stopDistance": 10.493,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 81
        },
        {
          "entryTs": 1764614700,
          "entryUtc": "2025-12-01T18:45:00.000Z",
          "exitTs": 1764632880,
          "dir": 1,
          "entryPrice": 4241.375,
          "exitPrice": 4226.619,
          "stopDistance": 14.756,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 303
        },
        {
          "entryTs": 1764777060,
          "entryUtc": "2025-12-03T15:51:00.000Z",
          "exitTs": 1764780900,
          "dir": 1,
          "entryPrice": 4219.095,
          "exitPrice": 4204.575,
          "stopDistance": 14.52,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 64
        },
        {
          "entryTs": 1764900300,
          "entryUtc": "2025-12-05T02:05:00.000Z",
          "exitTs": 1764910860,
          "dir": 1,
          "entryPrice": 4200.585,
          "exitPrice": 4218.064,
          "stopDistance": 8.74,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 176
        },
        {
          "entryTs": 1764927720,
          "entryUtc": "2025-12-05T09:42:00.000Z",
          "exitTs": 1764939600,
          "dir": -1,
          "entryPrice": 4224.355,
          "exitPrice": 4231.586,
          "stopDistance": 7.231,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 198
        },
        {
          "entryTs": 1765181400,
          "entryUtc": "2025-12-08T08:10:00.000Z",
          "exitTs": 1765202400,
          "dir": -1,
          "entryPrice": 4212.385,
          "exitPrice": 4197.472,
          "stopDistance": 7.456,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 350
        },
        {
          "entryTs": 1765204440,
          "entryUtc": "2025-12-08T14:34:00.000Z",
          "exitTs": 1765206000,
          "dir": 1,
          "entryPrice": 4204.665,
          "exitPrice": 4195.398,
          "stopDistance": 9.267,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 26
        },
        {
          "entryTs": 1765265460,
          "entryUtc": "2025-12-09T07:31:00.000Z",
          "exitTs": 1765267920,
          "dir": -1,
          "entryPrice": 4180.125,
          "exitPrice": 4187.719,
          "stopDistance": 7.594,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 41
        },
        {
          "entryTs": 1765289520,
          "entryUtc": "2025-12-09T14:12:00.000Z",
          "exitTs": 1765291500,
          "dir": 1,
          "entryPrice": 4189.815,
          "exitPrice": 4206.447,
          "stopDistance": 8.316,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 33
        },
        {
          "entryTs": 1765292220,
          "entryUtc": "2025-12-09T14:57:00.000Z",
          "exitTs": 1765293000,
          "dir": 1,
          "entryPrice": 4202.485,
          "exitPrice": 4193.071,
          "stopDistance": 9.414,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 13
        },
        {
          "entryTs": 1765306860,
          "entryUtc": "2025-12-09T19:01:00.000Z",
          "exitTs": 1765395660,
          "dir": -1,
          "entryPrice": 4209.905,
          "exitPrice": 4185.371,
          "stopDistance": 12.267,
          "outcome": "target",
          "netR": 1.9698,
          "holdMinutes": 1480
        },
        {
          "entryTs": 1765500840,
          "entryUtc": "2025-12-12T00:54:00.000Z",
          "exitTs": 1765527000,
          "dir": 1,
          "entryPrice": 4271.225,
          "exitPrice": 4293.444,
          "stopDistance": 11.11,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 436
        },
        {
          "entryTs": 1765544640,
          "entryUtc": "2025-12-12T13:04:00.000Z",
          "exitTs": 1765546200,
          "dir": -1,
          "entryPrice": 4331.708,
          "exitPrice": 4341.468,
          "stopDistance": 9.76,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 26
        },
        {
          "entryTs": 1765553520,
          "entryUtc": "2025-12-12T15:32:00.000Z",
          "exitTs": 1765555380,
          "dir": -1,
          "entryPrice": 4312.365,
          "exitPrice": 4278.384,
          "stopDistance": 16.991,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 31
        },
        {
          "entryTs": 1765846440,
          "entryUtc": "2025-12-16T00:54:00.000Z",
          "exitTs": 1765847220,
          "dir": 1,
          "entryPrice": 4307.495,
          "exitPrice": 4298.922,
          "stopDistance": 8.573,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 13
        },
        {
          "entryTs": 1765900800,
          "entryUtc": "2025-12-16T16:00:00.000Z",
          "exitTs": 1765903020,
          "dir": -1,
          "entryPrice": 4321.515,
          "exitPrice": 4295.142,
          "stopDistance": 13.187,
          "outcome": "target",
          "netR": 1.9719,
          "holdMinutes": 37
        },
        {
          "entryTs": 1765905900,
          "entryUtc": "2025-12-16T17:25:00.000Z",
          "exitTs": 1765948140,
          "dir": 1,
          "entryPrice": 4302.785,
          "exitPrice": 4331.828,
          "stopDistance": 14.521,
          "outcome": "target",
          "netR": 1.9745,
          "holdMinutes": 704
        },
        {
          "entryTs": 1765981860,
          "entryUtc": "2025-12-17T14:31:00.000Z",
          "exitTs": 1765983960,
          "dir": -1,
          "entryPrice": 4332.865,
          "exitPrice": 4344.395,
          "stopDistance": 11.529,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 35
        },
        {
          "entryTs": 1765985940,
          "entryUtc": "2025-12-17T15:39:00.000Z",
          "exitTs": 1766060880,
          "dir": 1,
          "entryPrice": 4331.085,
          "exitPrice": 4318.925,
          "stopDistance": 12.16,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 1249
        },
        {
          "entryTs": 1766068560,
          "entryUtc": "2025-12-18T14:36:00.000Z",
          "exitTs": 1766068860,
          "dir": 1,
          "entryPrice": 4329.495,
          "exitPrice": 4320.873,
          "stopDistance": 8.622,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 5
        },
        {
          "entryTs": 1766070180,
          "entryUtc": "2025-12-18T15:03:00.000Z",
          "exitTs": 1766074200,
          "dir": -1,
          "entryPrice": 4334.775,
          "exitPrice": 4346.483,
          "stopDistance": 11.708,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 67
        },
        {
          "entryTs": 1766077740,
          "entryUtc": "2025-12-18T17:09:00.000Z",
          "exitTs": 1766107500,
          "dir": 1,
          "entryPrice": 4329.855,
          "exitPrice": 4316.452,
          "stopDistance": 13.403,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 496
        },
        {
          "entryTs": 1766111820,
          "entryUtc": "2025-12-19T02:37:00.000Z",
          "exitTs": 1766156760,
          "dir": 1,
          "entryPrice": 4318.715,
          "exitPrice": 4341.059,
          "stopDistance": 11.172,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 749
        },
        {
          "entryTs": 1766394180,
          "entryUtc": "2025-12-22T09:03:00.000Z",
          "exitTs": 1766408400,
          "dir": -1,
          "entryPrice": 4410.058,
          "exitPrice": 4419.52,
          "stopDistance": 9.462,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 237
        },
        {
          "entryTs": 1766492160,
          "entryUtc": "2025-12-23T12:16:00.000Z",
          "exitTs": 1766497920,
          "dir": 1,
          "entryPrice": 4484.225,
          "exitPrice": 4476.453,
          "stopDistance": 7.772,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 96
        },
        {
          "entryTs": 1766509260,
          "entryUtc": "2025-12-23T17:01:00.000Z",
          "exitTs": 1766533020,
          "dir": 1,
          "entryPrice": 4471.985,
          "exitPrice": 4502.44,
          "stopDistance": 15.227,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 396
        },
        {
          "entryTs": 1766546220,
          "entryUtc": "2025-12-24T03:17:00.000Z",
          "exitTs": 1766590620,
          "dir": -1,
          "entryPrice": 4490.565,
          "exitPrice": 4458.59,
          "stopDistance": 15.987,
          "outcome": "target",
          "netR": 1.9769,
          "holdMinutes": 740
        },
        {
          "entryTs": 1766988060,
          "entryUtc": "2025-12-29T06:01:00.000Z",
          "exitTs": 1766990700,
          "dir": 1,
          "entryPrice": 4502.748,
          "exitPrice": 4483.203,
          "stopDistance": 19.545,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 44
        },
        {
          "entryTs": 1767003600,
          "entryUtc": "2025-12-29T10:20:00.000Z",
          "exitTs": 1767008340,
          "dir": 1,
          "entryPrice": 4467.615,
          "exitPrice": 4449.499,
          "stopDistance": 18.116,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 79
        },
        {
          "entryTs": 1767014400,
          "entryUtc": "2025-12-29T13:20:00.000Z",
          "exitTs": 1767015720,
          "dir": 1,
          "entryPrice": 4453.255,
          "exitPrice": 4436.679,
          "stopDistance": 16.576,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 22
        },
        {
          "entryTs": 1767079080,
          "entryUtc": "2025-12-30T07:18:00.000Z",
          "exitTs": 1767090600,
          "dir": -1,
          "entryPrice": 4371.685,
          "exitPrice": 4384.894,
          "stopDistance": 13.209,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 192
        },
        {
          "entryTs": 1767105000,
          "entryUtc": "2025-12-30T14:30:00.000Z",
          "exitTs": 1767105720,
          "dir": -1,
          "entryPrice": 4391.295,
          "exitPrice": 4364.565,
          "stopDistance": 13.365,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 12
        },
        {
          "entryTs": 1767149760,
          "entryUtc": "2025-12-31T02:56:00.000Z",
          "exitTs": 1767157020,
          "dir": 1,
          "entryPrice": 4350.105,
          "exitPrice": 4333.995,
          "stopDistance": 16.11,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 121
        },
        {
          "entryTs": 1767167640,
          "entryUtc": "2025-12-31T07:54:00.000Z",
          "exitTs": 1767171480,
          "dir": 1,
          "entryPrice": 4327.375,
          "exitPrice": 4306.039,
          "stopDistance": 21.336,
          "outcome": "stop",
          "netR": -1.0197,
          "holdMinutes": 64
        },
        {
          "entryTs": 1767358740,
          "entryUtc": "2026-01-02T12:59:00.000Z",
          "exitTs": 1767360540,
          "dir": -1,
          "entryPrice": 4393.345,
          "exitPrice": 4375.248,
          "stopDistance": 9.049,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 30
        },
        {
          "entryTs": 1767662520,
          "entryUtc": "2026-01-06T01:22:00.000Z",
          "exitTs": 1767669120,
          "dir": 1,
          "entryPrice": 4438.005,
          "exitPrice": 4461.382,
          "stopDistance": 11.689,
          "outcome": "target",
          "netR": 1.9683,
          "holdMinutes": 110
        },
        {
          "entryTs": 1767684060,
          "entryUtc": "2026-01-06T07:21:00.000Z",
          "exitTs": 1767690660,
          "dir": 1,
          "entryPrice": 4464.498,
          "exitPrice": 4453.704,
          "stopDistance": 10.794,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 110
        },
        {
          "entryTs": 1767700620,
          "entryUtc": "2026-01-06T11:57:00.000Z",
          "exitTs": 1767709980,
          "dir": -1,
          "entryPrice": 4464.195,
          "exitPrice": 4476.133,
          "stopDistance": 11.938,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 156
        },
        {
          "entryTs": 1767752400,
          "entryUtc": "2026-01-07T02:20:00.000Z",
          "exitTs": 1767764040,
          "dir": 1,
          "entryPrice": 4470.195,
          "exitPrice": 4457.475,
          "stopDistance": 12.72,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 194
        },
        {
          "entryTs": 1767785700,
          "entryUtc": "2026-01-07T11:35:00.000Z",
          "exitTs": 1767788280,
          "dir": 1,
          "entryPrice": 4454.195,
          "exitPrice": 4442.514,
          "stopDistance": 11.681,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 43
        },
        {
          "entryTs": 1767811020,
          "entryUtc": "2026-01-07T18:37:00.000Z",
          "exitTs": 1767848700,
          "dir": -1,
          "entryPrice": 4456.615,
          "exitPrice": 4428.308,
          "stopDistance": 14.153,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 628
        },
        {
          "entryTs": 1767868380,
          "entryUtc": "2026-01-08T10:33:00.000Z",
          "exitTs": 1767874560,
          "dir": -1,
          "entryPrice": 4430.285,
          "exitPrice": 4409.274,
          "stopDistance": 10.506,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 103
        },
        {
          "entryTs": 1767924000,
          "entryUtc": "2026-01-09T02:00:00.000Z",
          "exitTs": 1767965520,
          "dir": -1,
          "entryPrice": 4469.955,
          "exitPrice": 4480.511,
          "stopDistance": 10.556,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 692
        },
        {
          "entryTs": 1767985560,
          "entryUtc": "2026-01-09T19:06:00.000Z",
          "exitTs": 1768172400,
          "dir": 1,
          "entryPrice": 4493.015,
          "exitPrice": 4522.098,
          "stopDistance": 15.216,
          "outcome": "time",
          "netR": 1.887,
          "holdMinutes": 3114
        },
        {
          "entryTs": 1768200720,
          "entryUtc": "2026-01-12T06:52:00.000Z",
          "exitTs": 1768207620,
          "dir": -1,
          "entryPrice": 4578.535,
          "exitPrice": 4591.349,
          "stopDistance": 12.813,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 115
        },
        {
          "entryTs": 1768212060,
          "entryUtc": "2026-01-12T10:01:00.000Z",
          "exitTs": 1768223280,
          "dir": -1,
          "entryPrice": 4593.068,
          "exitPrice": 4604.126,
          "stopDistance": 11.058,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 187
        },
        {
          "entryTs": 1768228680,
          "entryUtc": "2026-01-12T14:38:00.000Z",
          "exitTs": 1768230780,
          "dir": -1,
          "entryPrice": 4604.108,
          "exitPrice": 4618.819,
          "stopDistance": 14.711,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 35
        },
        {
          "entryTs": 1768242840,
          "entryUtc": "2026-01-12T18:34:00.000Z",
          "exitTs": 1768259520,
          "dir": -1,
          "entryPrice": 4610.095,
          "exitPrice": 4581.002,
          "stopDistance": 14.547,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 278
        },
        {
          "entryTs": 1768264140,
          "entryUtc": "2026-01-13T00:29:00.000Z",
          "exitTs": 1768286460,
          "dir": 1,
          "entryPrice": 4588.365,
          "exitPrice": 4573.855,
          "stopDistance": 14.51,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 372
        },
        {
          "entryTs": 1768308060,
          "entryUtc": "2026-01-13T12:41:00.000Z",
          "exitTs": 1768309140,
          "dir": -1,
          "entryPrice": 4584.615,
          "exitPrice": 4594.074,
          "stopDistance": 9.458,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 18
        },
        {
          "entryTs": 1768322340,
          "entryUtc": "2026-01-13T16:39:00.000Z",
          "exitTs": 1768336440,
          "dir": -1,
          "entryPrice": 4606.798,
          "exitPrice": 4572.561,
          "stopDistance": 17.119,
          "outcome": "target",
          "netR": 1.9784,
          "holdMinutes": 235
        },
        {
          "entryTs": 1768371120,
          "entryUtc": "2026-01-14T06:12:00.000Z",
          "exitTs": 1768402140,
          "dir": -1,
          "entryPrice": 4630.648,
          "exitPrice": 4607.266,
          "stopDistance": 11.691,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 517
        },
        {
          "entryTs": 1768426440,
          "entryUtc": "2026-01-14T21:34:00.000Z",
          "exitTs": 1768433160,
          "dir": 1,
          "entryPrice": 4620.475,
          "exitPrice": 4606.243,
          "stopDistance": 14.232,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 112
        },
        {
          "entryTs": 1768457520,
          "entryUtc": "2026-01-15T06:12:00.000Z",
          "exitTs": 1768476900,
          "dir": -1,
          "entryPrice": 4606.975,
          "exitPrice": 4622.428,
          "stopDistance": 15.453,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 323
        },
        {
          "entryTs": 1768489620,
          "entryUtc": "2026-01-15T15:07:00.000Z",
          "exitTs": 1768531020,
          "dir": 1,
          "entryPrice": 4605.095,
          "exitPrice": 4591.705,
          "stopDistance": 13.391,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 690
        },
        {
          "entryTs": 1768547400,
          "entryUtc": "2026-01-16T07:10:00.000Z",
          "exitTs": 1768569360,
          "dir": -1,
          "entryPrice": 4606.365,
          "exitPrice": 4586.504,
          "stopDistance": 9.931,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 366
        },
        {
          "entryTs": 1768572300,
          "entryUtc": "2026-01-16T14:05:00.000Z",
          "exitTs": 1768575060,
          "dir": -1,
          "entryPrice": 4604.655,
          "exitPrice": 4614.495,
          "stopDistance": 9.84,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 46
        },
        {
          "entryTs": 1768904220,
          "entryUtc": "2026-01-20T10:17:00.000Z",
          "exitTs": 1768917720,
          "dir": -1,
          "entryPrice": 4732.705,
          "exitPrice": 4743.498,
          "stopDistance": 10.793,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 225
        },
        {
          "entryTs": 1768920300,
          "entryUtc": "2026-01-20T14:45:00.000Z",
          "exitTs": 1768928160,
          "dir": -1,
          "entryPrice": 4740.095,
          "exitPrice": 4753.658,
          "stopDistance": 13.562,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 131
        },
        {
          "entryTs": 1768988220,
          "entryUtc": "2026-01-21T09:37:00.000Z",
          "exitTs": 1769004300,
          "dir": 1,
          "entryPrice": 4865.805,
          "exitPrice": 4846.223,
          "stopDistance": 19.582,
          "outcome": "stop",
          "netR": -1.0214,
          "holdMinutes": 268
        },
        {
          "entryTs": 1769011200,
          "entryUtc": "2026-01-21T16:00:00.000Z",
          "exitTs": 1769014980,
          "dir": 1,
          "entryPrice": 4845.275,
          "exitPrice": 4819.597,
          "stopDistance": 25.678,
          "outcome": "stop",
          "netR": -1.0164,
          "holdMinutes": 63
        },
        {
          "entryTs": 1769039880,
          "entryUtc": "2026-01-21T23:58:00.000Z",
          "exitTs": 1769092380,
          "dir": 1,
          "entryPrice": 4782.775,
          "exitPrice": 4844.712,
          "stopDistance": 30.969,
          "outcome": "target",
          "netR": 1.9881,
          "holdMinutes": 875
        },
        {
          "entryTs": 1769448240,
          "entryUtc": "2026-01-26T17:24:00.000Z",
          "exitTs": 1769452920,
          "dir": 1,
          "entryPrice": 5083.185,
          "exitPrice": 5060.569,
          "stopDistance": 22.616,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 78
        },
        {
          "entryTs": 1769453160,
          "entryUtc": "2026-01-26T18:46:00.000Z",
          "exitTs": 1769455320,
          "dir": -1,
          "entryPrice": 5074.515,
          "exitPrice": 5025.001,
          "stopDistance": 24.757,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 36
        },
        {
          "entryTs": 1769477520,
          "entryUtc": "2026-01-27T01:32:00.000Z",
          "exitTs": 1769544600,
          "dir": 1,
          "entryPrice": 5061.175,
          "exitPrice": 5127.911,
          "stopDistance": 33.368,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 1118
        },
        {
          "entryTs": 1769607720,
          "entryUtc": "2026-01-28T13:42:00.000Z",
          "exitTs": 1769612880,
          "dir": 1,
          "entryPrice": 5261.815,
          "exitPrice": 5241.732,
          "stopDistance": 20.083,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 86
        },
        {
          "entryTs": 1769680020,
          "entryUtc": "2026-01-29T09:47:00.000Z",
          "exitTs": 1769684580,
          "dir": 1,
          "entryPrice": 5517.175,
          "exitPrice": 5479.506,
          "stopDistance": 37.669,
          "outcome": "stop",
          "netR": -1.0111,
          "holdMinutes": 76
        },
        {
          "entryTs": 1769774640,
          "entryUtc": "2026-01-30T12:04:00.000Z",
          "exitTs": 1769777340,
          "dir": 1,
          "entryPrice": 5128.255,
          "exitPrice": 5055.382,
          "stopDistance": 72.873,
          "outcome": "stop",
          "netR": -1.0058,
          "holdMinutes": 45
        },
        {
          "entryTs": 1769788440,
          "entryUtc": "2026-01-30T15:54:00.000Z",
          "exitTs": 1769790900,
          "dir": 1,
          "entryPrice": 5045.565,
          "exitPrice": 4972.022,
          "stopDistance": 73.543,
          "outcome": "stop",
          "netR": -1.0057,
          "holdMinutes": 41
        },
        {
          "entryTs": 1769803920,
          "entryUtc": "2026-01-30T20:12:00.000Z",
          "exitTs": 1769987160,
          "dir": 1,
          "entryPrice": 4877.898,
          "exitPrice": 4817.598,
          "stopDistance": 100.266,
          "outcome": "time",
          "netR": -0.6051,
          "holdMinutes": 3054
        },
        {
          "entryTs": 1769991480,
          "entryUtc": "2026-02-02T00:18:00.000Z",
          "exitTs": 1769994540,
          "dir": -1,
          "entryPrice": 4870.348,
          "exitPrice": 4680.551,
          "stopDistance": 94.899,
          "outcome": "target",
          "netR": 1.9961,
          "holdMinutes": 51
        },
        {
          "entryTs": 1770001020,
          "entryUtc": "2026-02-02T02:57:00.000Z",
          "exitTs": 1770004920,
          "dir": 1,
          "entryPrice": 4708.908,
          "exitPrice": 4611.796,
          "stopDistance": 97.113,
          "outcome": "stop",
          "netR": -1.0043,
          "holdMinutes": 65
        },
        {
          "entryTs": 1770139080,
          "entryUtc": "2026-02-03T17:18:00.000Z",
          "exitTs": 1770143580,
          "dir": -1,
          "entryPrice": 4963.795,
          "exitPrice": 4882.672,
          "stopDistance": 40.561,
          "outcome": "target",
          "netR": 1.9909,
          "holdMinutes": 75
        },
        {
          "entryTs": 1770207000,
          "entryUtc": "2026-02-04T12:10:00.000Z",
          "exitTs": 1770215520,
          "dir": 1,
          "entryPrice": 5039.725,
          "exitPrice": 5012.349,
          "stopDistance": 27.376,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 142
        },
        {
          "entryTs": 1770240060,
          "entryUtc": "2026-02-04T21:21:00.000Z",
          "exitTs": 1770257640,
          "dir": 1,
          "entryPrice": 4949.868,
          "exitPrice": 4906.905,
          "stopDistance": 42.963,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 293
        },
        {
          "entryTs": 1770283200,
          "entryUtc": "2026-02-05T09:20:00.000Z",
          "exitTs": 1770296760,
          "dir": 1,
          "entryPrice": 4857.489,
          "exitPrice": 4805.467,
          "stopDistance": 52.021,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 226
        },
        {
          "entryTs": 1770304560,
          "entryUtc": "2026-02-05T15:16:00.000Z",
          "exitTs": 1770310200,
          "dir": -1,
          "entryPrice": 4838.885,
          "exitPrice": 4890.523,
          "stopDistance": 51.638,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 94
        },
        {
          "entryTs": 1770318300,
          "entryUtc": "2026-02-05T19:05:00.000Z",
          "exitTs": 1770324900,
          "dir": 1,
          "entryPrice": 4848.045,
          "exitPrice": 4797.842,
          "stopDistance": 50.203,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 110
        },
        {
          "entryTs": 1770341640,
          "entryUtc": "2026-02-06T01:34:00.000Z",
          "exitTs": 1770343800,
          "dir": -1,
          "entryPrice": 4738.615,
          "exitPrice": 4793.46,
          "stopDistance": 54.844,
          "outcome": "stop",
          "netR": -1.0077,
          "holdMinutes": 36
        },
        {
          "entryTs": 1770606300,
          "entryUtc": "2026-02-09T03:05:00.000Z",
          "exitTs": 1770651240,
          "dir": -1,
          "entryPrice": 5019.485,
          "exitPrice": 5052.602,
          "stopDistance": 33.117,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 749
        },
        {
          "entryTs": 1770672480,
          "entryUtc": "2026-02-09T21:28:00.000Z",
          "exitTs": 1770678600,
          "dir": 1,
          "entryPrice": 5058.965,
          "exitPrice": 5038.081,
          "stopDistance": 20.884,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 102
        },
        {
          "entryTs": 1770734820,
          "entryUtc": "2026-02-10T14:47:00.000Z",
          "exitTs": 1770737820,
          "dir": 1,
          "entryPrice": 5034.185,
          "exitPrice": 5013.578,
          "stopDistance": 20.607,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 50
        },
        {
          "entryTs": 1770745740,
          "entryUtc": "2026-02-10T17:49:00.000Z",
          "exitTs": 1770747840,
          "dir": 1,
          "entryPrice": 5029.405,
          "exitPrice": 5005.379,
          "stopDistance": 24.026,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 35
        },
        {
          "entryTs": 1770769080,
          "entryUtc": "2026-02-11T00:18:00.000Z",
          "exitTs": 1770775260,
          "dir": -1,
          "entryPrice": 5038.098,
          "exitPrice": 5055.59,
          "stopDistance": 17.492,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 103
        },
        {
          "entryTs": 1770830220,
          "entryUtc": "2026-02-11T17:17:00.000Z",
          "exitTs": 1770858720,
          "dir": -1,
          "entryPrice": 5090.848,
          "exitPrice": 5045.812,
          "stopDistance": 22.518,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 475
        },
        {
          "entryTs": 1770905820,
          "entryUtc": "2026-02-12T14:17:00.000Z",
          "exitTs": 1770908160,
          "dir": 1,
          "entryPrice": 5058.225,
          "exitPrice": 5044.71,
          "stopDistance": 13.515,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 39
        },
        {
          "entryTs": 1770909000,
          "entryUtc": "2026-02-12T15:10:00.000Z",
          "exitTs": 1770912660,
          "dir": -1,
          "entryPrice": 5061.715,
          "exitPrice": 5028.739,
          "stopDistance": 16.488,
          "outcome": "target",
          "netR": 1.9776,
          "holdMinutes": 61
        },
        {
          "entryTs": 1771356600,
          "entryUtc": "2026-02-17T19:30:00.000Z",
          "exitTs": 1771389000,
          "dir": 1,
          "entryPrice": 4880.125,
          "exitPrice": 4933.579,
          "stopDistance": 26.727,
          "outcome": "target",
          "netR": 1.9862,
          "holdMinutes": 540
        },
        {
          "entryTs": 1771504500,
          "entryUtc": "2026-02-19T12:35:00.000Z",
          "exitTs": 1771507800,
          "dir": 1,
          "entryPrice": 4986.915,
          "exitPrice": 4973.772,
          "stopDistance": 13.143,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 55
        },
        {
          "entryTs": 1771512240,
          "entryUtc": "2026-02-19T14:44:00.000Z",
          "exitTs": 1771512900,
          "dir": -1,
          "entryPrice": 4991.055,
          "exitPrice": 5007.316,
          "stopDistance": 16.261,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771517100,
          "entryUtc": "2026-02-19T16:05:00.000Z",
          "exitTs": 1771523580,
          "dir": 1,
          "entryPrice": 5005.405,
          "exitPrice": 4985.222,
          "stopDistance": 20.183,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 108
        },
        {
          "entryTs": 1771524000,
          "entryUtc": "2026-02-19T18:00:00.000Z",
          "exitTs": 1771567920,
          "dir": 1,
          "entryPrice": 4982.165,
          "exitPrice": 5019.247,
          "stopDistance": 18.541,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 732
        },
        {
          "entryTs": 1771600680,
          "entryUtc": "2026-02-20T15:18:00.000Z",
          "exitTs": 1771605120,
          "dir": -1,
          "entryPrice": 5036.885,
          "exitPrice": 5059.551,
          "stopDistance": 22.666,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 74
        },
        {
          "entryTs": 1771816320,
          "entryUtc": "2026-02-23T03:12:00.000Z",
          "exitTs": 1771831560,
          "dir": 1,
          "entryPrice": 5153.138,
          "exitPrice": 5129.892,
          "stopDistance": 23.246,
          "outcome": "stop",
          "netR": -1.0181,
          "holdMinutes": 254
        },
        {
          "entryTs": 1771834620,
          "entryUtc": "2026-02-23T08:17:00.000Z",
          "exitTs": 1771857000,
          "dir": 1,
          "entryPrice": 5137.015,
          "exitPrice": 5168.843,
          "stopDistance": 15.914,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 373
        },
        {
          "entryTs": 1771892220,
          "entryUtc": "2026-02-24T00:17:00.000Z",
          "exitTs": 1771895100,
          "dir": -1,
          "entryPrice": 5233.645,
          "exitPrice": 5200.115,
          "stopDistance": 16.765,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 48
        },
        {
          "entryTs": 1771904640,
          "entryUtc": "2026-02-24T03:44:00.000Z",
          "exitTs": 1771935480,
          "dir": 1,
          "entryPrice": 5175.838,
          "exitPrice": 5153.413,
          "stopDistance": 22.425,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 514
        },
        {
          "entryTs": 1771944840,
          "entryUtc": "2026-02-24T14:54:00.000Z",
          "exitTs": 1771982040,
          "dir": 1,
          "entryPrice": 5127.145,
          "exitPrice": 5173.867,
          "stopDistance": 23.361,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 620
        },
        {
          "entryTs": 1772034060,
          "entryUtc": "2026-02-25T15:41:00.000Z",
          "exitTs": 1772037300,
          "dir": -1,
          "entryPrice": 5190.075,
          "exitPrice": 5206.849,
          "stopDistance": 16.773,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 54
        },
        {
          "entryTs": 1772111460,
          "entryUtc": "2026-02-26T13:11:00.000Z",
          "exitTs": 1772116200,
          "dir": 1,
          "entryPrice": 5169.665,
          "exitPrice": 5155.891,
          "stopDistance": 13.774,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 79
        },
        {
          "entryTs": 1772120700,
          "entryUtc": "2026-02-26T15:45:00.000Z",
          "exitTs": 1772121240,
          "dir": -1,
          "entryPrice": 5177.495,
          "exitPrice": 5192.286,
          "stopDistance": 14.791,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 9
        },
        {
          "entryTs": 1772121720,
          "entryUtc": "2026-02-26T16:02:00.000Z",
          "exitTs": 1772198400,
          "dir": 1,
          "entryPrice": 5178.665,
          "exitPrice": 5223.847,
          "stopDistance": 22.591,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1772506140,
          "entryUtc": "2026-03-03T02:49:00.000Z",
          "exitTs": 1772517240,
          "dir": -1,
          "entryPrice": 5365.535,
          "exitPrice": 5316.729,
          "stopDistance": 24.403,
          "outcome": "target",
          "netR": 1.9848,
          "holdMinutes": 185
        },
        {
          "entryTs": 1772545500,
          "entryUtc": "2026-03-03T13:45:00.000Z",
          "exitTs": 1772548860,
          "dir": 1,
          "entryPrice": 5142.165,
          "exitPrice": 5086.518,
          "stopDistance": 55.647,
          "outcome": "stop",
          "netR": -1.0075,
          "holdMinutes": 56
        },
        {
          "entryTs": 1772611740,
          "entryUtc": "2026-03-04T08:09:00.000Z",
          "exitTs": 1772625840,
          "dir": 1,
          "entryPrice": 5150.005,
          "exitPrice": 5205.389,
          "stopDistance": 27.692,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 235
        },
        {
          "entryTs": 1772632500,
          "entryUtc": "2026-03-04T13:55:00.000Z",
          "exitTs": 1772635680,
          "dir": 1,
          "entryPrice": 5178.235,
          "exitPrice": 5154.996,
          "stopDistance": 23.239,
          "outcome": "stop",
          "netR": -1.0181,
          "holdMinutes": 53
        },
        {
          "entryTs": 1772657280,
          "entryUtc": "2026-03-04T20:48:00.000Z",
          "exitTs": 1772673000,
          "dir": 1,
          "entryPrice": 5138.965,
          "exitPrice": 5184.599,
          "stopDistance": 22.817,
          "outcome": "target",
          "netR": 1.9838,
          "holdMinutes": 262
        },
        {
          "entryTs": 1772697840,
          "entryUtc": "2026-03-05T08:04:00.000Z",
          "exitTs": 1772716620,
          "dir": 1,
          "entryPrice": 5155.155,
          "exitPrice": 5133.743,
          "stopDistance": 21.412,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 313
        },
        {
          "entryTs": 1772805060,
          "entryUtc": "2026-03-06T13:51:00.000Z",
          "exitTs": 1772805420,
          "dir": 1,
          "entryPrice": 5108.335,
          "exitPrice": 5084.066,
          "stopDistance": 24.269,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 6
        },
        {
          "entryTs": 1773047760,
          "entryUtc": "2026-03-09T09:16:00.000Z",
          "exitTs": 1773065460,
          "dir": -1,
          "entryPrice": 5118.995,
          "exitPrice": 5063.985,
          "stopDistance": 27.505,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 295
        },
        {
          "entryTs": 1773067560,
          "entryUtc": "2026-03-09T14:46:00.000Z",
          "exitTs": 1773068880,
          "dir": 1,
          "entryPrice": 5107.255,
          "exitPrice": 5080.55,
          "stopDistance": 26.705,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 22
        },
        {
          "entryTs": 1773152160,
          "entryUtc": "2026-03-10T14:16:00.000Z",
          "exitTs": 1773156000,
          "dir": -1,
          "entryPrice": 5207.035,
          "exitPrice": 5227.677,
          "stopDistance": 20.642,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 64
        },
        {
          "entryTs": 1773194400,
          "entryUtc": "2026-03-11T02:00:00.000Z",
          "exitTs": 1773207000,
          "dir": 1,
          "entryPrice": 5207.585,
          "exitPrice": 5190.665,
          "stopDistance": 16.92,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 210
        },
        {
          "entryTs": 1773222960,
          "entryUtc": "2026-03-11T09:56:00.000Z",
          "exitTs": 1773232620,
          "dir": 1,
          "entryPrice": 5187.355,
          "exitPrice": 5172.922,
          "stopDistance": 14.433,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 161
        },
        {
          "entryTs": 1773240120,
          "entryUtc": "2026-03-11T14:42:00.000Z",
          "exitTs": 1773250560,
          "dir": 1,
          "entryPrice": 5180.555,
          "exitPrice": 5160.59,
          "stopDistance": 19.965,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 174
        },
        {
          "entryTs": 1773321540,
          "entryUtc": "2026-03-12T13:19:00.000Z",
          "exitTs": 1773321780,
          "dir": 1,
          "entryPrice": 5172.615,
          "exitPrice": 5160.721,
          "stopDistance": 11.894,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 4
        },
        {
          "entryTs": 1773408960,
          "entryUtc": "2026-03-13T13:36:00.000Z",
          "exitTs": 1773412560,
          "dir": 1,
          "entryPrice": 5098.145,
          "exitPrice": 5082.551,
          "stopDistance": 15.594,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 60
        },
        {
          "entryTs": 1773425580,
          "entryUtc": "2026-03-13T18:13:00.000Z",
          "exitTs": 1773431220,
          "dir": 1,
          "entryPrice": 5040.495,
          "exitPrice": 5015.581,
          "stopDistance": 24.914,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 94
        },
        {
          "entryTs": 1773623520,
          "entryUtc": "2026-03-16T01:12:00.000Z",
          "exitTs": 1773651900,
          "dir": 1,
          "entryPrice": 5007.745,
          "exitPrice": 4979.943,
          "stopDistance": 27.802,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 473
        },
        {
          "entryTs": 1773663540,
          "entryUtc": "2026-03-16T12:19:00.000Z",
          "exitTs": 1773668160,
          "dir": -1,
          "entryPrice": 5013.665,
          "exitPrice": 5032.856,
          "stopDistance": 19.191,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 77
        },
        {
          "entryTs": 1773671880,
          "entryUtc": "2026-03-16T14:38:00.000Z",
          "exitTs": 1773674940,
          "dir": 1,
          "entryPrice": 5006.455,
          "exitPrice": 4986.32,
          "stopDistance": 20.135,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 51
        },
        {
          "entryTs": 1773688200,
          "entryUtc": "2026-03-16T19:10:00.000Z",
          "exitTs": 1773722640,
          "dir": -1,
          "entryPrice": 5018.755,
          "exitPrice": 5037.989,
          "stopDistance": 19.234,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 574
        },
        {
          "entryTs": 1773738840,
          "entryUtc": "2026-03-17T09:14:00.000Z",
          "exitTs": 1773743940,
          "dir": 1,
          "entryPrice": 5013.925,
          "exitPrice": 5000.404,
          "stopDistance": 13.521,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 85
        },
        {
          "entryTs": 1773755580,
          "entryUtc": "2026-03-17T13:53:00.000Z",
          "exitTs": 1773761340,
          "dir": 1,
          "entryPrice": 5008.935,
          "exitPrice": 4994.969,
          "stopDistance": 13.967,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 96
        },
        {
          "entryTs": 1773772200,
          "entryUtc": "2026-03-17T18:30:00.000Z",
          "exitTs": 1773808560,
          "dir": 1,
          "entryPrice": 5000.475,
          "exitPrice": 4984.977,
          "stopDistance": 15.498,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 606
        },
        {
          "entryTs": 1773820080,
          "entryUtc": "2026-03-18T07:48:00.000Z",
          "exitTs": 1773822060,
          "dir": 1,
          "entryPrice": 4996.005,
          "exitPrice": 4984.358,
          "stopDistance": 11.647,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 33
        },
        {
          "entryTs": 1773841860,
          "entryUtc": "2026-03-18T13:51:00.000Z",
          "exitTs": 1773864660,
          "dir": 1,
          "entryPrice": 4865.585,
          "exitPrice": 4836.289,
          "stopDistance": 29.295,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 380
        },
        {
          "entryTs": 1773930480,
          "entryUtc": "2026-03-19T14:28:00.000Z",
          "exitTs": 1773974940,
          "dir": 1,
          "entryPrice": 4585.645,
          "exitPrice": 4699.918,
          "stopDistance": 57.137,
          "outcome": "target",
          "netR": 1.9935,
          "holdMinutes": 741
        },
        {
          "entryTs": 1773995580,
          "entryUtc": "2026-03-20T08:33:00.000Z",
          "exitTs": 1773999300,
          "dir": 1,
          "entryPrice": 4700.785,
          "exitPrice": 4677.155,
          "stopDistance": 23.63,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 62
        },
        {
          "entryTs": 1773999600,
          "entryUtc": "2026-03-20T09:40:00.000Z",
          "exitTs": 1774001400,
          "dir": 1,
          "entryPrice": 4675.525,
          "exitPrice": 4651.293,
          "stopDistance": 24.232,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 30
        },
        {
          "entryTs": 1774023360,
          "entryUtc": "2026-03-20T16:16:00.000Z",
          "exitTs": 1774030920,
          "dir": 1,
          "entryPrice": 4585.205,
          "exitPrice": 4547.609,
          "stopDistance": 37.596,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 126
        },
        {
          "entryTs": 1774233480,
          "entryUtc": "2026-03-23T02:38:00.000Z",
          "exitTs": 1774245120,
          "dir": 1,
          "entryPrice": 4370.565,
          "exitPrice": 4311.242,
          "stopDistance": 59.323,
          "outcome": "stop",
          "netR": -1.0071,
          "holdMinutes": 194
        },
        {
          "entryTs": 1774253820,
          "entryUtc": "2026-03-23T08:17:00.000Z",
          "exitTs": 1774263960,
          "dir": 1,
          "entryPrice": 4229.648,
          "exitPrice": 4370.098,
          "stopDistance": 70.225,
          "outcome": "target",
          "netR": 1.9947,
          "holdMinutes": 169
        },
        {
          "entryTs": 1774372080,
          "entryUtc": "2026-03-24T17:08:00.000Z",
          "exitTs": 1774383900,
          "dir": 1,
          "entryPrice": 4390.325,
          "exitPrice": 4468.312,
          "stopDistance": 38.994,
          "outcome": "target",
          "netR": 1.9905,
          "holdMinutes": 197
        },
        {
          "entryTs": 1774424100,
          "entryUtc": "2026-03-25T07:35:00.000Z",
          "exitTs": 1774432080,
          "dir": 1,
          "entryPrice": 4552.288,
          "exitPrice": 4530.829,
          "stopDistance": 21.459,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 133
        },
        {
          "entryTs": 1774443780,
          "entryUtc": "2026-03-25T13:03:00.000Z",
          "exitTs": 1774450200,
          "dir": -1,
          "entryPrice": 4556.708,
          "exitPrice": 4578.696,
          "stopDistance": 21.988,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 107
        },
        {
          "entryTs": 1774470960,
          "entryUtc": "2026-03-25T20:36:00.000Z",
          "exitTs": 1774481820,
          "dir": 1,
          "entryPrice": 4518.535,
          "exitPrice": 4490.547,
          "stopDistance": 27.988,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 181
        },
        {
          "entryTs": 1774614000,
          "entryUtc": "2026-03-27T12:20:00.000Z",
          "exitTs": 1774620180,
          "dir": 1,
          "entryPrice": 4418.965,
          "exitPrice": 4452.973,
          "stopDistance": 17.004,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 103
        },
        {
          "entryTs": 1774630140,
          "entryUtc": "2026-03-27T16:49:00.000Z",
          "exitTs": 1774821600,
          "dir": -1,
          "entryPrice": 4520.368,
          "exitPrice": 4485.495,
          "stopDistance": 29.013,
          "outcome": "time",
          "netR": 1.1892,
          "holdMinutes": 3191
        },
        {
          "entryTs": 1774885680,
          "entryUtc": "2026-03-30T15:48:00.000Z",
          "exitTs": 1774896840,
          "dir": -1,
          "entryPrice": 4555.785,
          "exitPrice": 4510.344,
          "stopDistance": 22.721,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 186
        },
        {
          "entryTs": 1774935360,
          "entryUtc": "2026-03-31T05:36:00.000Z",
          "exitTs": 1774953600,
          "dir": -1,
          "entryPrice": 4577.148,
          "exitPrice": 4530.272,
          "stopDistance": 23.438,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 304
        },
        {
          "entryTs": 1775130120,
          "entryUtc": "2026-04-02T11:42:00.000Z",
          "exitTs": 1775139540,
          "dir": 1,
          "entryPrice": 4596.415,
          "exitPrice": 4663.236,
          "stopDistance": 33.411,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 157
        },
        {
          "entryTs": 1775448060,
          "entryUtc": "2026-04-06T04:01:00.000Z",
          "exitTs": 1775452200,
          "dir": -1,
          "entryPrice": 4643.908,
          "exitPrice": 4671.957,
          "stopDistance": 28.049,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 69
        },
        {
          "entryTs": 1775483760,
          "entryUtc": "2026-04-06T13:56:00.000Z",
          "exitTs": 1775523600,
          "dir": -1,
          "entryPrice": 4680.668,
          "exitPrice": 4644.459,
          "stopDistance": 18.104,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 664
        },
        {
          "entryTs": 1775560200,
          "entryUtc": "2026-04-07T11:10:00.000Z",
          "exitTs": 1775570640,
          "dir": 1,
          "entryPrice": 4641.335,
          "exitPrice": 4622.911,
          "stopDistance": 18.424,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 174
        },
        {
          "entryTs": 1775589360,
          "entryUtc": "2026-04-07T19:16:00.000Z",
          "exitTs": 1775589600,
          "dir": -1,
          "entryPrice": 4670.885,
          "exitPrice": 4694.238,
          "stopDistance": 23.353,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 4
        },
        {
          "entryTs": 1775650800,
          "entryUtc": "2026-04-08T12:20:00.000Z",
          "exitTs": 1775658300,
          "dir": 1,
          "entryPrice": 4788.435,
          "exitPrice": 4767.833,
          "stopDistance": 20.602,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 125
        },
        {
          "entryTs": 1775665020,
          "entryUtc": "2026-04-08T16:17:00.000Z",
          "exitTs": 1775672280,
          "dir": 1,
          "entryPrice": 4749.125,
          "exitPrice": 4723.601,
          "stopDistance": 25.524,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 121
        },
        {
          "entryTs": 1775679540,
          "entryUtc": "2026-04-08T20:19:00.000Z",
          "exitTs": 1775693100,
          "dir": 1,
          "entryPrice": 4724.835,
          "exitPrice": 4702.494,
          "stopDistance": 22.341,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 226
        },
        {
          "entryTs": 1775745900,
          "entryUtc": "2026-04-09T14:45:00.000Z",
          "exitTs": 1775747820,
          "dir": -1,
          "entryPrice": 4759.365,
          "exitPrice": 4778.716,
          "stopDistance": 19.351,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 32
        },
        {
          "entryTs": 1775801880,
          "entryUtc": "2026-04-10T06:18:00.000Z",
          "exitTs": 1775810820,
          "dir": 1,
          "entryPrice": 4753.975,
          "exitPrice": 4739,
          "stopDistance": 14.975,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 149
        },
        {
          "entryTs": 1776086520,
          "entryUtc": "2026-04-13T13:22:00.000Z",
          "exitTs": 1776090180,
          "dir": 1,
          "entryPrice": 4729.575,
          "exitPrice": 4714.556,
          "stopDistance": 15.019,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 61
        },
        {
          "entryTs": 1776108360,
          "entryUtc": "2026-04-13T19:26:00.000Z",
          "exitTs": 1776121200,
          "dir": -1,
          "entryPrice": 4742.475,
          "exitPrice": 4761.406,
          "stopDistance": 18.931,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 214
        },
        {
          "entryTs": 1776132300,
          "entryUtc": "2026-04-14T02:05:00.000Z",
          "exitTs": 1776149700,
          "dir": -1,
          "entryPrice": 4767.825,
          "exitPrice": 4781.367,
          "stopDistance": 13.542,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 290
        },
        {
          "entryTs": 1776151500,
          "entryUtc": "2026-04-14T07:25:00.000Z",
          "exitTs": 1776163140,
          "dir": 1,
          "entryPrice": 4767.975,
          "exitPrice": 4756.239,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 194
        },
        {
          "entryTs": 1776166020,
          "entryUtc": "2026-04-14T11:27:00.000Z",
          "exitTs": 1776173820,
          "dir": -1,
          "entryPrice": 4780.805,
          "exitPrice": 4796.492,
          "stopDistance": 15.687,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 130
        },
        {
          "entryTs": 1776254700,
          "entryUtc": "2026-04-15T12:05:00.000Z",
          "exitTs": 1776267060,
          "dir": 1,
          "entryPrice": 4807.135,
          "exitPrice": 4793.028,
          "stopDistance": 14.107,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 206
        },
        {
          "entryTs": 1776310500,
          "entryUtc": "2026-04-16T03:35:00.000Z",
          "exitTs": 1776326700,
          "dir": 1,
          "entryPrice": 4821.755,
          "exitPrice": 4809.988,
          "stopDistance": 11.767,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 270
        },
        {
          "entryTs": 1776341400,
          "entryUtc": "2026-04-16T12:10:00.000Z",
          "exitTs": 1776347520,
          "dir": 1,
          "entryPrice": 4814.475,
          "exitPrice": 4804.101,
          "stopDistance": 10.374,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 102
        },
        {
          "entryTs": 1776406740,
          "entryUtc": "2026-04-17T06:19:00.000Z",
          "exitTs": 1776426480,
          "dir": 1,
          "entryPrice": 4784.995,
          "exitPrice": 4810.833,
          "stopDistance": 12.919,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 329
        },
        {
          "entryTs": 1776706800,
          "entryUtc": "2026-04-20T17:40:00.000Z",
          "exitTs": 1776722460,
          "dir": -1,
          "entryPrice": 4811.775,
          "exitPrice": 4828.806,
          "stopDistance": 17.031,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 261
        },
        {
          "entryTs": 1776730140,
          "entryUtc": "2026-04-21T00:09:00.000Z",
          "exitTs": 1776735660,
          "dir": -1,
          "entryPrice": 4828.275,
          "exitPrice": 4809.453,
          "stopDistance": 9.411,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 92
        },
        {
          "entryTs": 1776773940,
          "entryUtc": "2026-04-21T12:19:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4784.245,
          "exitPrice": 4772.621,
          "stopDistance": 11.624,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 11
        },
        {
          "entryTs": 1776778800,
          "entryUtc": "2026-04-21T13:40:00.000Z",
          "exitTs": 1776781980,
          "dir": -1,
          "entryPrice": 4791.545,
          "exitPrice": 4767.838,
          "stopDistance": 11.854,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 53
        },
        {
          "entryTs": 1776886500,
          "entryUtc": "2026-04-22T19:35:00.000Z",
          "exitTs": 1776898560,
          "dir": 1,
          "entryPrice": 4739.495,
          "exitPrice": 4728.133,
          "stopDistance": 11.362,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 201
        },
        {
          "entryTs": 1776951900,
          "entryUtc": "2026-04-23T13:45:00.000Z",
          "exitTs": 1776964140,
          "dir": 1,
          "entryPrice": 4730.615,
          "exitPrice": 4715.221,
          "stopDistance": 15.395,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 204
        },
        {
          "entryTs": 1776967260,
          "entryUtc": "2026-04-23T18:01:00.000Z",
          "exitTs": 1776998880,
          "dir": -1,
          "entryPrice": 4719.525,
          "exitPrice": 4679.295,
          "stopDistance": 20.115,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 527
        },
        {
          "entryTs": 1777036260,
          "entryUtc": "2026-04-24T13:11:00.000Z",
          "exitTs": 1777039500,
          "dir": -1,
          "entryPrice": 4704.975,
          "exitPrice": 4719.97,
          "stopDistance": 14.995,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 54
        },
        {
          "entryTs": 1777056960,
          "entryUtc": "2026-04-24T18:56:00.000Z",
          "exitTs": 1777240800,
          "dir": -1,
          "entryPrice": 4721.315,
          "exitPrice": 4694.123,
          "stopDistance": 13.596,
          "outcome": "target",
          "netR": 1.9728,
          "holdMinutes": 3064
        },
        {
          "entryTs": 1777268520,
          "entryUtc": "2026-04-27T05:42:00.000Z",
          "exitTs": 1777294860,
          "dir": 1,
          "entryPrice": 4709.138,
          "exitPrice": 4695.87,
          "stopDistance": 13.268,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 439
        },
        {
          "entryTs": 1777316400,
          "entryUtc": "2026-04-27T19:00:00.000Z",
          "exitTs": 1777334940,
          "dir": 1,
          "entryPrice": 4679.265,
          "exitPrice": 4700.907,
          "stopDistance": 10.821,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 309
        },
        {
          "entryTs": 1777392000,
          "entryUtc": "2026-04-28T16:00:00.000Z",
          "exitTs": 1777451640,
          "dir": 1,
          "entryPrice": 4584.055,
          "exitPrice": 4562.483,
          "stopDistance": 21.572,
          "outcome": "stop",
          "netR": -1.0195,
          "holdMinutes": 994
        },
        {
          "entryTs": 1777459200,
          "entryUtc": "2026-04-29T10:40:00.000Z",
          "exitTs": 1777465800,
          "dir": 1,
          "entryPrice": 4569.495,
          "exitPrice": 4556.132,
          "stopDistance": 13.363,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 110
        },
        {
          "entryTs": 1777485600,
          "entryUtc": "2026-04-29T18:00:00.000Z",
          "exitTs": 1777487640,
          "dir": 1,
          "entryPrice": 4539.395,
          "exitPrice": 4522.001,
          "stopDistance": 17.394,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 34
        },
        {
          "entryTs": 1777491180,
          "entryUtc": "2026-04-29T19:33:00.000Z",
          "exitTs": 1777512540,
          "dir": 1,
          "entryPrice": 4539.515,
          "exitPrice": 4580.313,
          "stopDistance": 20.399,
          "outcome": "target",
          "netR": 1.9819,
          "holdMinutes": 356
        }
      ],
      "significance": {
        "tStat": -2.596,
        "pValueOneSided": 0.99528,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "killzone-london-breakout",
      "name": "London killzone opening breakout",
      "family": "Session / killzone",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "Killzone timing content dominates session-trading YouTube for gold.",
      "rule": "Build a 30-minute range from 02:00 New York time, then take the first break of that range with a stop order before 05:00.",
      "rawSignals": 1352,
      "full": {
        "trades": 1208,
        "winRate": {
          "successes": 395,
          "total": 1208,
          "ratePct": 32.7,
          "ci95Pct": [
            30.1,
            35.4
          ]
        },
        "expectancyR": -0.0801,
        "totalR": -96.77,
        "profitFactor": 0.888,
        "avgWinR": 1.935,
        "avgLossR": -1.059,
        "maxDrawdownPct": 70.2,
        "finalEquity": 3372.2,
        "returnPct": -66.28,
        "tStat": -1.978,
        "sdR": 1.408,
        "ambiguousTrades": 0,
        "timeExits": 6,
        "stopExits": 812,
        "targetExits": 390,
        "optimisticExpectancyR": -0.0801,
        "medianHoldMinutes": 363.5,
        "medianCostShareOfR": 0.0575,
        "longTrades": 617,
        "longExpectancyR": -0.04,
        "shortTrades": 591,
        "shortExpectancyR": -0.1219,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 143,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 927,
        "winRate": {
          "successes": 298,
          "total": 927,
          "ratePct": 32.1,
          "ci95Pct": [
            29.2,
            35.2
          ]
        },
        "expectancyR": -0.1038,
        "totalR": -96.18,
        "profitFactor": 0.857,
        "avgWinR": 1.935,
        "avgLossR": -1.07,
        "maxDrawdownPct": 70.2,
        "finalEquity": 3487.91,
        "returnPct": -65.12,
        "tStat": -2.248,
        "sdR": 1.405,
        "ambiguousTrades": 0,
        "timeExits": 1,
        "stopExits": 629,
        "targetExits": 297,
        "optimisticExpectancyR": -0.1038,
        "medianHoldMinutes": 359,
        "medianCostShareOfR": 0.0652,
        "longTrades": 476,
        "longExpectancyR": -0.0992,
        "shortTrades": 451,
        "shortExpectancyR": -0.1085,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 87,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 281,
        "winRate": {
          "successes": 97,
          "total": 281,
          "ratePct": 34.5,
          "ci95Pct": [
            29.2,
            40.3
          ]
        },
        "expectancyR": -0.0021,
        "totalR": -0.58,
        "profitFactor": 0.997,
        "avgWinR": 1.937,
        "avgLossR": -1.024,
        "maxDrawdownPct": 18.32,
        "finalEquity": 9668.26,
        "returnPct": -3.32,
        "tStat": -0.025,
        "sdR": 1.416,
        "ambiguousTrades": 0,
        "timeExits": 5,
        "stopExits": 183,
        "targetExits": 93,
        "optimisticExpectancyR": -0.0021,
        "medianHoldMinutes": 420,
        "medianCostShareOfR": 0.0224,
        "longTrades": 141,
        "longExpectancyR": 0.1598,
        "shortTrades": 140,
        "shortExpectancyR": -0.1651,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 56,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1351,
          "winRatePct": 51.4,
          "expectancyR": -0.0534,
          "profitFactor": 0.899,
          "returnPct": -54.64
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1337,
          "winRatePct": 33.1,
          "expectancyR": -0.0901,
          "profitFactor": 0.876,
          "returnPct": -73.79
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1280,
          "winRatePct": 23.6,
          "expectancyR": -0.1462,
          "profitFactor": 0.824,
          "returnPct": -87.2
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1332,
          "winRatePct": 51.3,
          "expectancyR": -0.0294,
          "profitFactor": 0.943,
          "returnPct": -36.84
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1208,
          "winRatePct": 32.7,
          "expectancyR": -0.0801,
          "profitFactor": 0.888,
          "returnPct": -66.28
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1074,
          "winRatePct": 27.2,
          "expectancyR": 0.0017,
          "profitFactor": 1.002,
          "returnPct": -13.35
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1136,
          "winRatePct": 50.3,
          "expectancyR": -0.0261,
          "profitFactor": 0.949,
          "returnPct": -29.74
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 861,
          "winRatePct": 36,
          "expectancyR": -0.0017,
          "profitFactor": 0.997,
          "returnPct": -9.12
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 713,
          "winRatePct": 31.7,
          "expectancyR": 0.0164,
          "profitFactor": 1.024,
          "returnPct": 2.64
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1208,
          "expectancyR": -0.059,
          "profitFactor": 0.916,
          "returnPct": -56.46
        },
        {
          "spreadUsd": 0.3,
          "trades": 1208,
          "expectancyR": -0.0801,
          "profitFactor": 0.888,
          "returnPct": -66.28
        },
        {
          "spreadUsd": 0.6,
          "trades": 1208,
          "expectancyR": -0.1223,
          "profitFactor": 0.835,
          "returnPct": -79.77
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -2.68
        },
        {
          "month": "2021-02",
          "totalR": 2.03
        },
        {
          "month": "2021-03",
          "totalR": -1.22
        },
        {
          "month": "2021-04",
          "totalR": -6.52
        },
        {
          "month": "2021-05",
          "totalR": -3.12
        },
        {
          "month": "2021-06",
          "totalR": -1.7
        },
        {
          "month": "2021-07",
          "totalR": -7.63
        },
        {
          "month": "2021-08",
          "totalR": -3.6
        },
        {
          "month": "2021-09",
          "totalR": -2.77
        },
        {
          "month": "2021-10",
          "totalR": -13.39
        },
        {
          "month": "2021-11",
          "totalR": 0.68
        },
        {
          "month": "2021-12",
          "totalR": -3.79
        },
        {
          "month": "2022-01",
          "totalR": -9.71
        },
        {
          "month": "2022-02",
          "totalR": 11.53
        },
        {
          "month": "2022-03",
          "totalR": 4.07
        },
        {
          "month": "2022-04",
          "totalR": 5.01
        },
        {
          "month": "2022-05",
          "totalR": -1.23
        },
        {
          "month": "2022-06",
          "totalR": 4.54
        },
        {
          "month": "2022-07",
          "totalR": -4.19
        },
        {
          "month": "2022-08",
          "totalR": 7.42
        },
        {
          "month": "2022-09",
          "totalR": -6.3
        },
        {
          "month": "2022-10",
          "totalR": -2.16
        },
        {
          "month": "2022-11",
          "totalR": -1.23
        },
        {
          "month": "2022-12",
          "totalR": -5.36
        },
        {
          "month": "2023-01",
          "totalR": -5.17
        },
        {
          "month": "2023-02",
          "totalR": -2.92
        },
        {
          "month": "2023-03",
          "totalR": -1.25
        },
        {
          "month": "2023-04",
          "totalR": -2.1
        },
        {
          "month": "2023-05",
          "totalR": -15.57
        },
        {
          "month": "2023-06",
          "totalR": -7.61
        },
        {
          "month": "2023-07",
          "totalR": -13.85
        },
        {
          "month": "2023-08",
          "totalR": 4.84
        },
        {
          "month": "2023-09",
          "totalR": -5.36
        },
        {
          "month": "2023-10",
          "totalR": -4.23
        },
        {
          "month": "2023-11",
          "totalR": -5.74
        },
        {
          "month": "2023-12",
          "totalR": 6.98
        },
        {
          "month": "2024-01",
          "totalR": -0.38
        },
        {
          "month": "2024-02",
          "totalR": -8.75
        },
        {
          "month": "2024-03",
          "totalR": 4.87
        },
        {
          "month": "2024-04",
          "totalR": -0.74
        },
        {
          "month": "2024-05",
          "totalR": -3.81
        },
        {
          "month": "2024-06",
          "totalR": -2.88
        },
        {
          "month": "2024-07",
          "totalR": 3.85
        },
        {
          "month": "2024-08",
          "totalR": -6.81
        },
        {
          "month": "2024-09",
          "totalR": 5.98
        },
        {
          "month": "2024-10",
          "totalR": -0.69
        },
        {
          "month": "2024-11",
          "totalR": 0.38
        },
        {
          "month": "2024-12",
          "totalR": 6.1
        },
        {
          "month": "2025-01",
          "totalR": -4.08
        },
        {
          "month": "2025-02",
          "totalR": -1.58
        },
        {
          "month": "2025-03",
          "totalR": -2.8
        },
        {
          "month": "2025-04",
          "totalR": 1.49
        },
        {
          "month": "2025-05",
          "totalR": 7.62
        },
        {
          "month": "2025-06",
          "totalR": 1.58
        },
        {
          "month": "2025-07",
          "totalR": 2.24
        },
        {
          "month": "2025-08",
          "totalR": -4.65
        },
        {
          "month": "2025-09",
          "totalR": -1.53
        },
        {
          "month": "2025-10",
          "totalR": 3.75
        },
        {
          "month": "2025-11",
          "totalR": -0.58
        },
        {
          "month": "2025-12",
          "totalR": -1.37
        },
        {
          "month": "2026-01",
          "totalR": -1.27
        },
        {
          "month": "2026-02",
          "totalR": -6.1
        },
        {
          "month": "2026-03",
          "totalR": 2.38
        },
        {
          "month": "2026-04",
          "totalR": 4.31
        }
      ],
      "trades": [
        {
          "entryTs": 1609831800,
          "entryUtc": "2021-01-05T07:30:00.000Z",
          "exitTs": 1609936980,
          "dir": 1,
          "entryPrice": 1943.625,
          "exitPrice": 1935.676,
          "stopDistance": 7.949,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 1753
        },
        {
          "entryTs": 1610005140,
          "entryUtc": "2021-01-07T07:39:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1922.848,
          "exitPrice": 1901.005,
          "stopDistance": 10.922,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1610350440,
          "entryUtc": "2021-01-11T07:34:00.000Z",
          "exitTs": 1610434320,
          "dir": -1,
          "entryPrice": 1843.838,
          "exitPrice": 1859.818,
          "stopDistance": 15.98,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 1398
        },
        {
          "entryTs": 1610436660,
          "entryUtc": "2021-01-12T07:31:00.000Z",
          "exitTs": 1610457780,
          "dir": 1,
          "entryPrice": 1860.778,
          "exitPrice": 1851.012,
          "stopDistance": 9.766,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 352
        },
        {
          "entryTs": 1610523120,
          "entryUtc": "2021-01-13T07:32:00.000Z",
          "exitTs": 1610529120,
          "dir": 1,
          "entryPrice": 1860.228,
          "exitPrice": 1851.496,
          "stopDistance": 8.732,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 100
        },
        {
          "entryTs": 1610610120,
          "entryUtc": "2021-01-14T07:42:00.000Z",
          "exitTs": 1610634240,
          "dir": -1,
          "entryPrice": 1838.848,
          "exitPrice": 1848.161,
          "stopDistance": 9.313,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 402
        },
        {
          "entryTs": 1610696460,
          "entryUtc": "2021-01-15T07:41:00.000Z",
          "exitTs": 1610718240,
          "dir": 1,
          "entryPrice": 1852.175,
          "exitPrice": 1844.171,
          "stopDistance": 8.004,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 363
        },
        {
          "entryTs": 1610955000,
          "entryUtc": "2021-01-18T07:30:00.000Z",
          "exitTs": 1611104760,
          "dir": -1,
          "entryPrice": 1835.945,
          "exitPrice": 1846.781,
          "stopDistance": 10.836,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 2496
        },
        {
          "entryTs": 1611129000,
          "entryUtc": "2021-01-20T07:50:00.000Z",
          "exitTs": 1611143520,
          "dir": 1,
          "entryPrice": 1855.097,
          "exitPrice": 1849.067,
          "stopDistance": 6.03,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 242
        },
        {
          "entryTs": 1611214200,
          "entryUtc": "2021-01-21T07:30:00.000Z",
          "exitTs": 1611310680,
          "dir": -1,
          "entryPrice": 1869.601,
          "exitPrice": 1855.219,
          "stopDistance": 7.191,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 1608
        },
        {
          "entryTs": 1611560100,
          "entryUtc": "2021-01-25T07:35:00.000Z",
          "exitTs": 1611580920,
          "dir": 1,
          "entryPrice": 1852.295,
          "exitPrice": 1866.277,
          "stopDistance": 6.991,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 347
        },
        {
          "entryTs": 1611646200,
          "entryUtc": "2021-01-26T07:30:00.000Z",
          "exitTs": 1611747480,
          "dir": -1,
          "entryPrice": 1853.515,
          "exitPrice": 1840.599,
          "stopDistance": 6.458,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 1688
        },
        {
          "entryTs": 1611819240,
          "entryUtc": "2021-01-28T07:34:00.000Z",
          "exitTs": 1611828480,
          "dir": -1,
          "entryPrice": 1834.505,
          "exitPrice": 1841.546,
          "stopDistance": 7.041,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 154
        },
        {
          "entryTs": 1611907740,
          "entryUtc": "2021-01-29T08:09:00.000Z",
          "exitTs": 1611911100,
          "dir": -1,
          "entryPrice": 1843.398,
          "exitPrice": 1851.668,
          "stopDistance": 8.27,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 56
        },
        {
          "entryTs": 1612165680,
          "entryUtc": "2021-02-01T07:48:00.000Z",
          "exitTs": 1612225380,
          "dir": 1,
          "entryPrice": 1865.502,
          "exitPrice": 1854.329,
          "stopDistance": 11.173,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 995
        },
        {
          "entryTs": 1612338240,
          "entryUtc": "2021-02-03T07:44:00.000Z",
          "exitTs": 1612407360,
          "dir": -1,
          "entryPrice": 1837.205,
          "exitPrice": 1822.742,
          "stopDistance": 7.231,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 1152
        },
        {
          "entryTs": 1612423980,
          "entryUtc": "2021-02-04T07:33:00.000Z",
          "exitTs": 1612429440,
          "dir": 1,
          "entryPrice": 1826.115,
          "exitPrice": 1819.152,
          "stopDistance": 6.963,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 91
        },
        {
          "entryTs": 1612510200,
          "entryUtc": "2021-02-05T07:30:00.000Z",
          "exitTs": 1612544220,
          "dir": 1,
          "entryPrice": 1799.5,
          "exitPrice": 1814,
          "stopDistance": 7.25,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 567
        },
        {
          "entryTs": 1612769640,
          "entryUtc": "2021-02-08T07:34:00.000Z",
          "exitTs": 1612772940,
          "dir": 1,
          "entryPrice": 1817.185,
          "exitPrice": 1810.181,
          "stopDistance": 7.004,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 55
        },
        {
          "entryTs": 1612856760,
          "entryUtc": "2021-02-09T07:46:00.000Z",
          "exitTs": 1612881540,
          "dir": 1,
          "entryPrice": 1842.275,
          "exitPrice": 1835.705,
          "stopDistance": 6.57,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 413
        },
        {
          "entryTs": 1612942200,
          "entryUtc": "2021-02-10T07:30:00.000Z",
          "exitTs": 1612950960,
          "dir": 1,
          "entryPrice": 1846.535,
          "exitPrice": 1840.024,
          "stopDistance": 6.511,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 146
        },
        {
          "entryTs": 1613030700,
          "entryUtc": "2021-02-11T08:05:00.000Z",
          "exitTs": 1613059380,
          "dir": 1,
          "entryPrice": 1843.815,
          "exitPrice": 1837.123,
          "stopDistance": 6.692,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 478
        },
        {
          "entryTs": 1613115180,
          "entryUtc": "2021-02-12T07:33:00.000Z",
          "exitTs": 1613118000,
          "dir": 1,
          "entryPrice": 1819.815,
          "exitPrice": 1813.696,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 47
        },
        {
          "entryTs": 1613374500,
          "entryUtc": "2021-02-15T07:35:00.000Z",
          "exitTs": 1613439900,
          "dir": -1,
          "entryPrice": 1817.115,
          "exitPrice": 1824.592,
          "stopDistance": 7.477,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 1090
        },
        {
          "entryTs": 1613460600,
          "entryUtc": "2021-02-16T07:30:00.000Z",
          "exitTs": 1613479740,
          "dir": -1,
          "entryPrice": 1820.465,
          "exitPrice": 1808.604,
          "stopDistance": 5.931,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 319
        },
        {
          "entryTs": 1613547240,
          "entryUtc": "2021-02-17T07:34:00.000Z",
          "exitTs": 1613577480,
          "dir": -1,
          "entryPrice": 1788.495,
          "exitPrice": 1772.276,
          "stopDistance": 8.11,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 504
        },
        {
          "entryTs": 1613633400,
          "entryUtc": "2021-02-18T07:30:00.000Z",
          "exitTs": 1613638380,
          "dir": -1,
          "entryPrice": 1781.311,
          "exitPrice": 1788.596,
          "stopDistance": 7.285,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 83
        },
        {
          "entryTs": 1613719980,
          "entryUtc": "2021-02-19T07:33:00.000Z",
          "exitTs": 1613743080,
          "dir": -1,
          "entryPrice": 1770.445,
          "exitPrice": 1778.774,
          "stopDistance": 8.329,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 385
        },
        {
          "entryTs": 1613979420,
          "entryUtc": "2021-02-22T07:37:00.000Z",
          "exitTs": 1614008520,
          "dir": 1,
          "entryPrice": 1793.285,
          "exitPrice": 1809.427,
          "stopDistance": 8.071,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 485
        },
        {
          "entryTs": 1614065700,
          "entryUtc": "2021-02-23T07:35:00.000Z",
          "exitTs": 1614174360,
          "dir": -1,
          "entryPrice": 1809.165,
          "exitPrice": 1795.241,
          "stopDistance": 6.962,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 1811
        },
        {
          "entryTs": 1614240480,
          "entryUtc": "2021-02-25T08:08:00.000Z",
          "exitTs": 1614266100,
          "dir": -1,
          "entryPrice": 1790.235,
          "exitPrice": 1773.099,
          "stopDistance": 8.568,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 427
        },
        {
          "entryTs": 1614324780,
          "entryUtc": "2021-02-26T07:33:00.000Z",
          "exitTs": 1614328680,
          "dir": -1,
          "entryPrice": 1756.041,
          "exitPrice": 1766.459,
          "stopDistance": 10.418,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 65
        },
        {
          "entryTs": 1614583860,
          "entryUtc": "2021-03-01T07:31:00.000Z",
          "exitTs": 1614591300,
          "dir": 1,
          "entryPrice": 1757.445,
          "exitPrice": 1746.959,
          "stopDistance": 10.486,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 124
        },
        {
          "entryTs": 1614670200,
          "entryUtc": "2021-03-02T07:30:00.000Z",
          "exitTs": 1614683460,
          "dir": -1,
          "entryPrice": 1720.638,
          "exitPrice": 1731.275,
          "stopDistance": 10.637,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 221
        },
        {
          "entryTs": 1614757260,
          "entryUtc": "2021-03-03T07:41:00.000Z",
          "exitTs": 1614759720,
          "dir": 1,
          "entryPrice": 1735.025,
          "exitPrice": 1726.763,
          "stopDistance": 8.262,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 41
        },
        {
          "entryTs": 1614845520,
          "entryUtc": "2021-03-04T08:12:00.000Z",
          "exitTs": 1614880500,
          "dir": -1,
          "entryPrice": 1716.154,
          "exitPrice": 1698.348,
          "stopDistance": 8.903,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 583
        },
        {
          "entryTs": 1614929400,
          "entryUtc": "2021-03-05T07:30:00.000Z",
          "exitTs": 1614951000,
          "dir": 1,
          "entryPrice": 1699.935,
          "exitPrice": 1690.346,
          "stopDistance": 9.589,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 360
        },
        {
          "entryTs": 1615189020,
          "entryUtc": "2021-03-08T07:37:00.000Z",
          "exitTs": 1615218180,
          "dir": -1,
          "entryPrice": 1698.764,
          "exitPrice": 1680.427,
          "stopDistance": 9.168,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 486
        },
        {
          "entryTs": 1615275000,
          "entryUtc": "2021-03-09T07:30:00.000Z",
          "exitTs": 1615297680,
          "dir": 1,
          "entryPrice": 1695.035,
          "exitPrice": 1711.743,
          "stopDistance": 8.354,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 378
        },
        {
          "entryTs": 1615361760,
          "entryUtc": "2021-03-10T07:36:00.000Z",
          "exitTs": 1615383240,
          "dir": -1,
          "entryPrice": 1714.081,
          "exitPrice": 1720.905,
          "stopDistance": 6.824,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 358
        },
        {
          "entryTs": 1615448040,
          "entryUtc": "2021-03-11T07:34:00.000Z",
          "exitTs": 1615464480,
          "dir": 1,
          "entryPrice": 1737.015,
          "exitPrice": 1730.602,
          "stopDistance": 6.413,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 274
        },
        {
          "entryTs": 1615536240,
          "entryUtc": "2021-03-12T08:04:00.000Z",
          "exitTs": 1615567200,
          "dir": -1,
          "entryPrice": 1707.445,
          "exitPrice": 1714.539,
          "stopDistance": 7.094,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 516
        },
        {
          "entryTs": 1615789920,
          "entryUtc": "2021-03-15T06:32:00.000Z",
          "exitTs": 1615904940,
          "dir": 1,
          "entryPrice": 1724.626,
          "exitPrice": 1739.754,
          "stopDistance": 7.564,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1917
        },
        {
          "entryTs": 1615962600,
          "entryUtc": "2021-03-17T06:30:00.000Z",
          "exitTs": 1615979340,
          "dir": 1,
          "entryPrice": 1737.074,
          "exitPrice": 1731.759,
          "stopDistance": 5.315,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 279
        },
        {
          "entryTs": 1616049060,
          "entryUtc": "2021-03-18T06:31:00.000Z",
          "exitTs": 1616052360,
          "dir": 1,
          "entryPrice": 1751.755,
          "exitPrice": 1744.531,
          "stopDistance": 7.224,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 55
        },
        {
          "entryTs": 1616139000,
          "entryUtc": "2021-03-19T07:30:00.000Z",
          "exitTs": 1616148300,
          "dir": 1,
          "entryPrice": 1743.425,
          "exitPrice": 1735.604,
          "stopDistance": 7.821,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 155
        },
        {
          "entryTs": 1616394840,
          "entryUtc": "2021-03-22T06:34:00.000Z",
          "exitTs": 1616411640,
          "dir": -1,
          "entryPrice": 1729.968,
          "exitPrice": 1737.101,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 280
        },
        {
          "entryTs": 1616481120,
          "entryUtc": "2021-03-23T06:32:00.000Z",
          "exitTs": 1616505600,
          "dir": 1,
          "entryPrice": 1739.068,
          "exitPrice": 1733.851,
          "stopDistance": 5.217,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 408
        },
        {
          "entryTs": 1616569320,
          "entryUtc": "2021-03-24T07:02:00.000Z",
          "exitTs": 1616674260,
          "dir": 1,
          "entryPrice": 1731.975,
          "exitPrice": 1726.878,
          "stopDistance": 5.097,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 1749
        },
        {
          "entryTs": 1616740200,
          "entryUtc": "2021-03-26T06:30:00.000Z",
          "exitTs": 1616758080,
          "dir": 1,
          "entryPrice": 1729.008,
          "exitPrice": 1723.093,
          "stopDistance": 5.915,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 298
        },
        {
          "entryTs": 1616999400,
          "entryUtc": "2021-03-29T06:30:00.000Z",
          "exitTs": 1617025020,
          "dir": -1,
          "entryPrice": 1725.785,
          "exitPrice": 1715.945,
          "stopDistance": 4.92,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 427
        },
        {
          "entryTs": 1617086700,
          "entryUtc": "2021-03-30T06:45:00.000Z",
          "exitTs": 1617102120,
          "dir": -1,
          "entryPrice": 1703.495,
          "exitPrice": 1692.291,
          "stopDistance": 5.602,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 257
        },
        {
          "entryTs": 1617172200,
          "entryUtc": "2021-03-31T06:30:00.000Z",
          "exitTs": 1617200280,
          "dir": 1,
          "entryPrice": 1685.138,
          "exitPrice": 1697.966,
          "stopDistance": 6.414,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 468
        },
        {
          "entryTs": 1617259200,
          "entryUtc": "2021-04-01T06:40:00.000Z",
          "exitTs": 1617285060,
          "dir": 1,
          "entryPrice": 1714.658,
          "exitPrice": 1727.077,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 431
        },
        {
          "entryTs": 1617691020,
          "entryUtc": "2021-04-06T06:37:00.000Z",
          "exitTs": 1617717240,
          "dir": -1,
          "entryPrice": 1735.095,
          "exitPrice": 1740.746,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 437
        },
        {
          "entryTs": 1617777120,
          "entryUtc": "2021-04-07T06:32:00.000Z",
          "exitTs": 1617794100,
          "dir": 1,
          "entryPrice": 1739.658,
          "exitPrice": 1734.894,
          "stopDistance": 4.764,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 283
        },
        {
          "entryTs": 1617863580,
          "entryUtc": "2021-04-08T06:33:00.000Z",
          "exitTs": 1617888720,
          "dir": 1,
          "entryPrice": 1744.578,
          "exitPrice": 1754.662,
          "stopDistance": 5.042,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 419
        },
        {
          "entryTs": 1617949800,
          "entryUtc": "2021-04-09T06:30:00.000Z",
          "exitTs": 1617971400,
          "dir": -1,
          "entryPrice": 1747.845,
          "exitPrice": 1738.594,
          "stopDistance": 4.625,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 360
        },
        {
          "entryTs": 1618209600,
          "entryUtc": "2021-04-12T06:40:00.000Z",
          "exitTs": 1618234260,
          "dir": 1,
          "entryPrice": 1741.155,
          "exitPrice": 1736.24,
          "stopDistance": 4.915,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 411
        },
        {
          "entryTs": 1618295400,
          "entryUtc": "2021-04-13T06:30:00.000Z",
          "exitTs": 1618315860,
          "dir": -1,
          "entryPrice": 1725.298,
          "exitPrice": 1730.902,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 341
        },
        {
          "entryTs": 1618382040,
          "entryUtc": "2021-04-14T06:34:00.000Z",
          "exitTs": 1618397460,
          "dir": 1,
          "entryPrice": 1747.275,
          "exitPrice": 1741.843,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 257
        },
        {
          "entryTs": 1618468260,
          "entryUtc": "2021-04-15T06:31:00.000Z",
          "exitTs": 1618493580,
          "dir": 1,
          "entryPrice": 1744.278,
          "exitPrice": 1754.432,
          "stopDistance": 5.077,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 422
        },
        {
          "entryTs": 1618554600,
          "entryUtc": "2021-04-16T06:30:00.000Z",
          "exitTs": 1618561500,
          "dir": -1,
          "entryPrice": 1762.008,
          "exitPrice": 1766.976,
          "stopDistance": 4.968,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 115
        },
        {
          "entryTs": 1618813860,
          "entryUtc": "2021-04-19T06:31:00.000Z",
          "exitTs": 1618837440,
          "dir": 1,
          "entryPrice": 1780.238,
          "exitPrice": 1774.044,
          "stopDistance": 6.194,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 393
        },
        {
          "entryTs": 1618900200,
          "entryUtc": "2021-04-20T06:30:00.000Z",
          "exitTs": 1618919340,
          "dir": -1,
          "entryPrice": 1768.915,
          "exitPrice": 1775.131,
          "stopDistance": 6.216,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 319
        },
        {
          "entryTs": 1618987200,
          "entryUtc": "2021-04-21T06:40:00.000Z",
          "exitTs": 1618991820,
          "dir": 1,
          "entryPrice": 1786.758,
          "exitPrice": 1780.965,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 77
        },
        {
          "entryTs": 1619073540,
          "entryUtc": "2021-04-22T06:39:00.000Z",
          "exitTs": 1619083800,
          "dir": 1,
          "entryPrice": 1791.998,
          "exitPrice": 1786.331,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 171
        },
        {
          "entryTs": 1619159520,
          "entryUtc": "2021-04-23T06:32:00.000Z",
          "exitTs": 1619177700,
          "dir": -1,
          "entryPrice": 1783.378,
          "exitPrice": 1788.69,
          "stopDistance": 5.312,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 303
        },
        {
          "entryTs": 1619418660,
          "entryUtc": "2021-04-26T06:31:00.000Z",
          "exitTs": 1619470200,
          "dir": -1,
          "entryPrice": 1776.858,
          "exitPrice": 1782.167,
          "stopDistance": 5.309,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 859
        },
        {
          "entryTs": 1619506380,
          "entryUtc": "2021-04-27T06:53:00.000Z",
          "exitTs": 1619526300,
          "dir": -1,
          "entryPrice": 1780.038,
          "exitPrice": 1785.253,
          "stopDistance": 5.215,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 332
        },
        {
          "entryTs": 1619591580,
          "entryUtc": "2021-04-28T06:33:00.000Z",
          "exitTs": 1619618220,
          "dir": -1,
          "entryPrice": 1767.518,
          "exitPrice": 1772.274,
          "stopDistance": 4.756,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 444
        },
        {
          "entryTs": 1619678400,
          "entryUtc": "2021-04-29T06:40:00.000Z",
          "exitTs": 1619702100,
          "dir": -1,
          "entryPrice": 1779.725,
          "exitPrice": 1769.363,
          "stopDistance": 5.181,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 395
        },
        {
          "entryTs": 1619764320,
          "entryUtc": "2021-04-30T06:32:00.000Z",
          "exitTs": 1619791500,
          "dir": 1,
          "entryPrice": 1771.458,
          "exitPrice": 1765.353,
          "stopDistance": 6.105,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 453
        },
        {
          "entryTs": 1620109800,
          "entryUtc": "2021-05-04T06:30:00.000Z",
          "exitTs": 1620135120,
          "dir": -1,
          "entryPrice": 1784.628,
          "exitPrice": 1791.349,
          "stopDistance": 6.721,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 422
        },
        {
          "entryTs": 1620196200,
          "entryUtc": "2021-05-05T06:30:00.000Z",
          "exitTs": 1620219120,
          "dir": -1,
          "entryPrice": 1776.048,
          "exitPrice": 1782.164,
          "stopDistance": 6.116,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 382
        },
        {
          "entryTs": 1620282660,
          "entryUtc": "2021-05-06T06:31:00.000Z",
          "exitTs": 1620308220,
          "dir": 1,
          "entryPrice": 1793.137,
          "exitPrice": 1803.712,
          "stopDistance": 5.287,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 426
        },
        {
          "entryTs": 1620371400,
          "entryUtc": "2021-05-07T07:10:00.000Z",
          "exitTs": 1620390720,
          "dir": 1,
          "entryPrice": 1820.258,
          "exitPrice": 1831.646,
          "stopDistance": 5.694,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 322
        },
        {
          "entryTs": 1620628200,
          "entryUtc": "2021-05-10T06:30:00.000Z",
          "exitTs": 1620651780,
          "dir": -1,
          "entryPrice": 1836.515,
          "exitPrice": 1843.652,
          "stopDistance": 7.137,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 393
        },
        {
          "entryTs": 1620715620,
          "entryUtc": "2021-05-11T06:47:00.000Z",
          "exitTs": 1620728580,
          "dir": -1,
          "entryPrice": 1834.555,
          "exitPrice": 1840.375,
          "stopDistance": 5.82,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 216
        },
        {
          "entryTs": 1620801000,
          "entryUtc": "2021-05-12T06:30:00.000Z",
          "exitTs": 1620822600,
          "dir": 1,
          "entryPrice": 1832.798,
          "exitPrice": 1826.934,
          "stopDistance": 5.864,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 360
        },
        {
          "entryTs": 1620888360,
          "entryUtc": "2021-05-13T06:46:00.000Z",
          "exitTs": 1620895800,
          "dir": 1,
          "entryPrice": 1820.745,
          "exitPrice": 1813.574,
          "stopDistance": 7.171,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 124
        },
        {
          "entryTs": 1620973800,
          "entryUtc": "2021-05-14T06:30:00.000Z",
          "exitTs": 1621025160,
          "dir": 1,
          "entryPrice": 1832.088,
          "exitPrice": 1844.165,
          "stopDistance": 6.038,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 856
        },
        {
          "entryTs": 1621236180,
          "entryUtc": "2021-05-17T07:23:00.000Z",
          "exitTs": 1621261020,
          "dir": -1,
          "entryPrice": 1852.115,
          "exitPrice": 1858.177,
          "stopDistance": 6.062,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 414
        },
        {
          "entryTs": 1621320300,
          "entryUtc": "2021-05-18T06:45:00.000Z",
          "exitTs": 1621341000,
          "dir": -1,
          "entryPrice": 1868.008,
          "exitPrice": 1873.833,
          "stopDistance": 5.824,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 345
        },
        {
          "entryTs": 1621406100,
          "entryUtc": "2021-05-19T06:35:00.000Z",
          "exitTs": 1621414020,
          "dir": -1,
          "entryPrice": 1871.098,
          "exitPrice": 1860.57,
          "stopDistance": 5.264,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 132
        },
        {
          "entryTs": 1621492440,
          "entryUtc": "2021-05-20T06:34:00.000Z",
          "exitTs": 1621505520,
          "dir": 1,
          "entryPrice": 1874.938,
          "exitPrice": 1865.551,
          "stopDistance": 9.387,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 218
        },
        {
          "entryTs": 1621578600,
          "entryUtc": "2021-05-21T06:30:00.000Z",
          "exitTs": 1621599540,
          "dir": -1,
          "entryPrice": 1874.984,
          "exitPrice": 1881.241,
          "stopDistance": 6.257,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 349
        },
        {
          "entryTs": 1621839000,
          "entryUtc": "2021-05-24T06:50:00.000Z",
          "exitTs": 1621951380,
          "dir": -1,
          "entryPrice": 1882.128,
          "exitPrice": 1888.147,
          "stopDistance": 6.019,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 1873
        },
        {
          "entryTs": 1622010600,
          "entryUtc": "2021-05-26T06:30:00.000Z",
          "exitTs": 1622050920,
          "dir": 1,
          "entryPrice": 1903.938,
          "exitPrice": 1898.301,
          "stopDistance": 5.637,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 672
        },
        {
          "entryTs": 1622097060,
          "entryUtc": "2021-05-27T06:31:00.000Z",
          "exitTs": 1622203800,
          "dir": -1,
          "entryPrice": 1898.408,
          "exitPrice": 1886.519,
          "stopDistance": 5.945,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 1779
        },
        {
          "entryTs": 1622442780,
          "entryUtc": "2021-05-31T06:33:00.000Z",
          "exitTs": 1622511540,
          "dir": -1,
          "entryPrice": 1905.805,
          "exitPrice": 1911.27,
          "stopDistance": 5.464,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 1146
        },
        {
          "entryTs": 1622529000,
          "entryUtc": "2021-06-01T06:30:00.000Z",
          "exitTs": 1622535120,
          "dir": 1,
          "entryPrice": 1915.148,
          "exitPrice": 1910.653,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 102
        },
        {
          "entryTs": 1622618220,
          "entryUtc": "2021-06-02T07:17:00.000Z",
          "exitTs": 1622764800,
          "dir": 1,
          "entryPrice": 1899.258,
          "exitPrice": 1893.595,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 2443
        },
        {
          "entryTs": 1622789040,
          "entryUtc": "2021-06-04T06:44:00.000Z",
          "exitTs": 1622814720,
          "dir": 1,
          "entryPrice": 1871.668,
          "exitPrice": 1890.128,
          "stopDistance": 9.23,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 428
        },
        {
          "entryTs": 1623048960,
          "entryUtc": "2021-06-07T06:56:00.000Z",
          "exitTs": 1623071520,
          "dir": -1,
          "entryPrice": 1882.528,
          "exitPrice": 1888.388,
          "stopDistance": 5.86,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 376
        },
        {
          "entryTs": 1623135840,
          "entryUtc": "2021-06-08T07:04:00.000Z",
          "exitTs": 1623138960,
          "dir": 1,
          "entryPrice": 1897.388,
          "exitPrice": 1892.823,
          "stopDistance": 4.565,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 52
        },
        {
          "entryTs": 1623220440,
          "entryUtc": "2021-06-09T06:34:00.000Z",
          "exitTs": 1623245460,
          "dir": -1,
          "entryPrice": 1891.298,
          "exitPrice": 1896.493,
          "stopDistance": 5.195,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 417
        },
        {
          "entryTs": 1623309180,
          "entryUtc": "2021-06-10T07:13:00.000Z",
          "exitTs": 1623326460,
          "dir": -1,
          "entryPrice": 1883.038,
          "exitPrice": 1872.961,
          "stopDistance": 5.038,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 288
        },
        {
          "entryTs": 1623395580,
          "entryUtc": "2021-06-11T07:13:00.000Z",
          "exitTs": 1623398880,
          "dir": 1,
          "entryPrice": 1902.018,
          "exitPrice": 1896.933,
          "stopDistance": 5.084,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 55
        },
        {
          "entryTs": 1623652740,
          "entryUtc": "2021-06-14T06:39:00.000Z",
          "exitTs": 1623673200,
          "dir": -1,
          "entryPrice": 1859.688,
          "exitPrice": 1847.391,
          "stopDistance": 6.149,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 341
        },
        {
          "entryTs": 1623739200,
          "entryUtc": "2021-06-15T06:40:00.000Z",
          "exitTs": 1623745080,
          "dir": 1,
          "entryPrice": 1868.928,
          "exitPrice": 1862.714,
          "stopDistance": 6.214,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 98
        },
        {
          "entryTs": 1623825000,
          "entryUtc": "2021-06-16T06:30:00.000Z",
          "exitTs": 1623840720,
          "dir": 1,
          "entryPrice": 1861.188,
          "exitPrice": 1855.978,
          "stopDistance": 5.21,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 262
        },
        {
          "entryTs": 1623911400,
          "entryUtc": "2021-06-17T06:30:00.000Z",
          "exitTs": 1623930180,
          "dir": -1,
          "entryPrice": 1811.965,
          "exitPrice": 1793.016,
          "stopDistance": 9.474,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 313
        },
        {
          "entryTs": 1623997800,
          "entryUtc": "2021-06-18T06:30:00.000Z",
          "exitTs": 1624020360,
          "dir": 1,
          "entryPrice": 1786.108,
          "exitPrice": 1776.738,
          "stopDistance": 9.37,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 376
        },
        {
          "entryTs": 1624257960,
          "entryUtc": "2021-06-21T06:46:00.000Z",
          "exitTs": 1624617960,
          "dir": 1,
          "entryPrice": 1778.878,
          "exitPrice": 1782.808,
          "stopDistance": 8.623,
          "outcome": "time",
          "netR": 0.4128,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1624862100,
          "entryUtc": "2021-06-28T06:35:00.000Z",
          "exitTs": 1624953840,
          "dir": -1,
          "entryPrice": 1782.368,
          "exitPrice": 1770.901,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 1529
        },
        {
          "entryTs": 1625034600,
          "entryUtc": "2021-06-30T06:30:00.000Z",
          "exitTs": 1625040720,
          "dir": 1,
          "entryPrice": 1759.558,
          "exitPrice": 1753.38,
          "stopDistance": 6.178,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 102
        },
        {
          "entryTs": 1625121060,
          "entryUtc": "2021-07-01T06:31:00.000Z",
          "exitTs": 1625142780,
          "dir": 1,
          "entryPrice": 1778.668,
          "exitPrice": 1772.715,
          "stopDistance": 5.953,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 362
        },
        {
          "entryTs": 1625208780,
          "entryUtc": "2021-07-02T06:53:00.000Z",
          "exitTs": 1625213640,
          "dir": -1,
          "entryPrice": 1776.358,
          "exitPrice": 1781.171,
          "stopDistance": 4.813,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 81
        },
        {
          "entryTs": 1625466660,
          "entryUtc": "2021-07-05T06:31:00.000Z",
          "exitTs": 1625537520,
          "dir": 1,
          "entryPrice": 1786.238,
          "exitPrice": 1798.092,
          "stopDistance": 5.927,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1625557320,
          "entryUtc": "2021-07-06T07:42:00.000Z",
          "exitTs": 1625586300,
          "dir": 1,
          "entryPrice": 1806.598,
          "exitPrice": 1801.586,
          "stopDistance": 5.012,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 483
        },
        {
          "entryTs": 1625639400,
          "entryUtc": "2021-07-07T06:30:00.000Z",
          "exitTs": 1625733540,
          "dir": 1,
          "entryPrice": 1802.138,
          "exitPrice": 1814.163,
          "stopDistance": 6.012,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1569
        },
        {
          "entryTs": 1625812200,
          "entryUtc": "2021-07-09T06:30:00.000Z",
          "exitTs": 1625816520,
          "dir": -1,
          "entryPrice": 1797.758,
          "exitPrice": 1804.499,
          "stopDistance": 6.741,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 72
        },
        {
          "entryTs": 1626071880,
          "entryUtc": "2021-07-12T06:38:00.000Z",
          "exitTs": 1626075840,
          "dir": -1,
          "entryPrice": 1799.318,
          "exitPrice": 1804.716,
          "stopDistance": 5.398,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 66
        },
        {
          "entryTs": 1626158040,
          "entryUtc": "2021-07-13T06:34:00.000Z",
          "exitTs": 1626164280,
          "dir": 1,
          "entryPrice": 1811.248,
          "exitPrice": 1806.013,
          "stopDistance": 5.235,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 104
        },
        {
          "entryTs": 1626244440,
          "entryUtc": "2021-07-14T06:34:00.000Z",
          "exitTs": 1626264780,
          "dir": 1,
          "entryPrice": 1814.238,
          "exitPrice": 1825.396,
          "stopDistance": 5.579,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 339
        },
        {
          "entryTs": 1626331140,
          "entryUtc": "2021-07-15T06:39:00.000Z",
          "exitTs": 1626343860,
          "dir": 1,
          "entryPrice": 1832.358,
          "exitPrice": 1826.976,
          "stopDistance": 5.382,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 212
        },
        {
          "entryTs": 1626417000,
          "entryUtc": "2021-07-16T06:30:00.000Z",
          "exitTs": 1626420720,
          "dir": 1,
          "entryPrice": 1825.708,
          "exitPrice": 1820.982,
          "stopDistance": 4.726,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 62
        },
        {
          "entryTs": 1626677100,
          "entryUtc": "2021-07-19T06:45:00.000Z",
          "exitTs": 1626699360,
          "dir": -1,
          "entryPrice": 1804.478,
          "exitPrice": 1810.042,
          "stopDistance": 5.564,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 371
        },
        {
          "entryTs": 1626764520,
          "entryUtc": "2021-07-20T07:02:00.000Z",
          "exitTs": 1626784500,
          "dir": -1,
          "entryPrice": 1814.645,
          "exitPrice": 1820.066,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 333
        },
        {
          "entryTs": 1626849000,
          "entryUtc": "2021-07-21T06:30:00.000Z",
          "exitTs": 1626852720,
          "dir": 1,
          "entryPrice": 1812.878,
          "exitPrice": 1807.612,
          "stopDistance": 5.266,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 62
        },
        {
          "entryTs": 1626935400,
          "entryUtc": "2021-07-22T06:30:00.000Z",
          "exitTs": 1626941640,
          "dir": 1,
          "entryPrice": 1800.595,
          "exitPrice": 1795.771,
          "stopDistance": 4.824,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 104
        },
        {
          "entryTs": 1627021800,
          "entryUtc": "2021-07-23T06:30:00.000Z",
          "exitTs": 1627032420,
          "dir": 1,
          "entryPrice": 1807.458,
          "exitPrice": 1802.961,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 177
        },
        {
          "entryTs": 1627283820,
          "entryUtc": "2021-07-26T07:17:00.000Z",
          "exitTs": 1627302540,
          "dir": 1,
          "entryPrice": 1808.328,
          "exitPrice": 1802.778,
          "stopDistance": 5.55,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 312
        },
        {
          "entryTs": 1627367400,
          "entryUtc": "2021-07-27T06:30:00.000Z",
          "exitTs": 1627371480,
          "dir": -1,
          "entryPrice": 1794.288,
          "exitPrice": 1798.95,
          "stopDistance": 4.662,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 68
        },
        {
          "entryTs": 1627453800,
          "entryUtc": "2021-07-28T06:30:00.000Z",
          "exitTs": 1627479900,
          "dir": -1,
          "entryPrice": 1804.938,
          "exitPrice": 1794.993,
          "stopDistance": 4.973,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 435
        },
        {
          "entryTs": 1627540620,
          "entryUtc": "2021-07-29T06:37:00.000Z",
          "exitTs": 1627571220,
          "dir": 1,
          "entryPrice": 1817.548,
          "exitPrice": 1828.94,
          "stopDistance": 5.696,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 510
        },
        {
          "entryTs": 1627628880,
          "entryUtc": "2021-07-30T07:08:00.000Z",
          "exitTs": 1627649280,
          "dir": 1,
          "entryPrice": 1828.758,
          "exitPrice": 1824.258,
          "stopDistance": 4.5,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 340
        },
        {
          "entryTs": 1627886160,
          "entryUtc": "2021-08-02T06:36:00.000Z",
          "exitTs": 1627913700,
          "dir": -1,
          "entryPrice": 1807.668,
          "exitPrice": 1813.064,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 459
        },
        {
          "entryTs": 1627972320,
          "entryUtc": "2021-08-03T06:32:00.000Z",
          "exitTs": 1627995240,
          "dir": -1,
          "entryPrice": 1808.308,
          "exitPrice": 1812.923,
          "stopDistance": 4.615,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 382
        },
        {
          "entryTs": 1628058600,
          "entryUtc": "2021-08-04T06:30:00.000Z",
          "exitTs": 1628079300,
          "dir": 1,
          "entryPrice": 1813.998,
          "exitPrice": 1821.072,
          "stopDistance": 3.537,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 345
        },
        {
          "entryTs": 1628145480,
          "entryUtc": "2021-08-05T06:38:00.000Z",
          "exitTs": 1628148960,
          "dir": -1,
          "entryPrice": 1808.358,
          "exitPrice": 1812.792,
          "stopDistance": 4.434,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 58
        },
        {
          "entryTs": 1628231520,
          "entryUtc": "2021-08-06T06:32:00.000Z",
          "exitTs": 1628253000,
          "dir": -1,
          "entryPrice": 1799.688,
          "exitPrice": 1791.341,
          "stopDistance": 4.173,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 358
        },
        {
          "entryTs": 1628490660,
          "entryUtc": "2021-08-09T06:31:00.000Z",
          "exitTs": 1628521260,
          "dir": 1,
          "entryPrice": 1745.753,
          "exitPrice": 1727.354,
          "stopDistance": 18.399,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 510
        },
        {
          "entryTs": 1628577000,
          "entryUtc": "2021-08-10T06:30:00.000Z",
          "exitTs": 1628591040,
          "dir": 1,
          "entryPrice": 1736.378,
          "exitPrice": 1727.657,
          "stopDistance": 8.721,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 234
        },
        {
          "entryTs": 1628663400,
          "entryUtc": "2021-08-11T06:30:00.000Z",
          "exitTs": 1628677740,
          "dir": -1,
          "entryPrice": 1729.948,
          "exitPrice": 1736.018,
          "stopDistance": 6.07,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 239
        },
        {
          "entryTs": 1628749800,
          "entryUtc": "2021-08-12T06:30:00.000Z",
          "exitTs": 1628770800,
          "dir": 1,
          "entryPrice": 1753.508,
          "exitPrice": 1748.435,
          "stopDistance": 5.073,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 350
        },
        {
          "entryTs": 1628837280,
          "entryUtc": "2021-08-13T06:48:00.000Z",
          "exitTs": 1628863260,
          "dir": 1,
          "entryPrice": 1759.118,
          "exitPrice": 1768.061,
          "stopDistance": 4.472,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 433
        },
        {
          "entryTs": 1629095460,
          "entryUtc": "2021-08-16T06:31:00.000Z",
          "exitTs": 1629121020,
          "dir": 1,
          "entryPrice": 1775.298,
          "exitPrice": 1785.115,
          "stopDistance": 4.909,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 426
        },
        {
          "entryTs": 1629183600,
          "entryUtc": "2021-08-17T07:00:00.000Z",
          "exitTs": 1629209760,
          "dir": -1,
          "entryPrice": 1790.857,
          "exitPrice": 1781.544,
          "stopDistance": 4.657,
          "outcome": "target",
          "netR": 1.9205,
          "holdMinutes": 436
        },
        {
          "entryTs": 1629268380,
          "entryUtc": "2021-08-18T06:33:00.000Z",
          "exitTs": 1629274200,
          "dir": 1,
          "entryPrice": 1792.328,
          "exitPrice": 1787.749,
          "stopDistance": 4.579,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 97
        },
        {
          "entryTs": 1629354900,
          "entryUtc": "2021-08-19T06:35:00.000Z",
          "exitTs": 1629378360,
          "dir": 1,
          "entryPrice": 1779.345,
          "exitPrice": 1790.431,
          "stopDistance": 5.543,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 391
        },
        {
          "entryTs": 1629441300,
          "entryUtc": "2021-08-20T06:35:00.000Z",
          "exitTs": 1629449160,
          "dir": 1,
          "entryPrice": 1787.678,
          "exitPrice": 1782.391,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 131
        },
        {
          "entryTs": 1629700980,
          "entryUtc": "2021-08-23T06:43:00.000Z",
          "exitTs": 1629716100,
          "dir": -1,
          "entryPrice": 1784.798,
          "exitPrice": 1789.838,
          "stopDistance": 5.04,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 252
        },
        {
          "entryTs": 1629786840,
          "entryUtc": "2021-08-24T06:34:00.000Z",
          "exitTs": 1629851220,
          "dir": 1,
          "entryPrice": 1804.855,
          "exitPrice": 1800.37,
          "stopDistance": 4.485,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 1073
        },
        {
          "entryTs": 1629873000,
          "entryUtc": "2021-08-25T06:30:00.000Z",
          "exitTs": 1629876660,
          "dir": 1,
          "entryPrice": 1796.918,
          "exitPrice": 1792.127,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 61
        },
        {
          "entryTs": 1629959400,
          "entryUtc": "2021-08-26T06:30:00.000Z",
          "exitTs": 1629976200,
          "dir": -1,
          "entryPrice": 1784.668,
          "exitPrice": 1789.205,
          "stopDistance": 4.537,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 280
        },
        {
          "entryTs": 1630045800,
          "entryUtc": "2021-08-27T06:30:00.000Z",
          "exitTs": 1630051440,
          "dir": 1,
          "entryPrice": 1804.138,
          "exitPrice": 1799.43,
          "stopDistance": 4.708,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 94
        },
        {
          "entryTs": 1630305480,
          "entryUtc": "2021-08-30T06:38:00.000Z",
          "exitTs": 1630500420,
          "dir": -1,
          "entryPrice": 1812.938,
          "exitPrice": 1819.377,
          "stopDistance": 6.439,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 3249
        },
        {
          "entryTs": 1630566420,
          "entryUtc": "2021-09-02T07:07:00.000Z",
          "exitTs": 1630591980,
          "dir": -1,
          "entryPrice": 1813.498,
          "exitPrice": 1805.058,
          "stopDistance": 4.22,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 426
        },
        {
          "entryTs": 1630650780,
          "entryUtc": "2021-09-03T06:33:00.000Z",
          "exitTs": 1630672200,
          "dir": 1,
          "entryPrice": 1813.294,
          "exitPrice": 1820.765,
          "stopDistance": 3.736,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 357
        },
        {
          "entryTs": 1630910160,
          "entryUtc": "2021-09-06T06:36:00.000Z",
          "exitTs": 1630924020,
          "dir": 1,
          "entryPrice": 1827.658,
          "exitPrice": 1823.244,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 231
        },
        {
          "entryTs": 1630996260,
          "entryUtc": "2021-09-07T06:31:00.000Z",
          "exitTs": 1630998960,
          "dir": -1,
          "entryPrice": 1815.918,
          "exitPrice": 1819.753,
          "stopDistance": 3.835,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 45
        },
        {
          "entryTs": 1631083680,
          "entryUtc": "2021-09-08T06:48:00.000Z",
          "exitTs": 1631085540,
          "dir": -1,
          "entryPrice": 1794.498,
          "exitPrice": 1799.261,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 31
        },
        {
          "entryTs": 1631169300,
          "entryUtc": "2021-09-09T06:35:00.000Z",
          "exitTs": 1631186700,
          "dir": 1,
          "entryPrice": 1788.948,
          "exitPrice": 1798.352,
          "stopDistance": 4.702,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 290
        },
        {
          "entryTs": 1631256660,
          "entryUtc": "2021-09-10T06:51:00.000Z",
          "exitTs": 1631268000,
          "dir": 1,
          "entryPrice": 1802.984,
          "exitPrice": 1796.858,
          "stopDistance": 6.126,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 189
        },
        {
          "entryTs": 1631515800,
          "entryUtc": "2021-09-13T06:50:00.000Z",
          "exitTs": 1631541540,
          "dir": -1,
          "entryPrice": 1788.864,
          "exitPrice": 1794.054,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 429
        },
        {
          "entryTs": 1631601060,
          "entryUtc": "2021-09-14T06:31:00.000Z",
          "exitTs": 1631620320,
          "dir": -1,
          "entryPrice": 1791.854,
          "exitPrice": 1783.915,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 321
        },
        {
          "entryTs": 1631687760,
          "entryUtc": "2021-09-15T06:36:00.000Z",
          "exitTs": 1631708580,
          "dir": -1,
          "entryPrice": 1800.774,
          "exitPrice": 1805.593,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 347
        },
        {
          "entryTs": 1631774640,
          "entryUtc": "2021-09-16T06:44:00.000Z",
          "exitTs": 1631784600,
          "dir": 1,
          "entryPrice": 1786.888,
          "exitPrice": 1781.979,
          "stopDistance": 4.909,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 166
        },
        {
          "entryTs": 1631860320,
          "entryUtc": "2021-09-17T06:32:00.000Z",
          "exitTs": 1631880480,
          "dir": 1,
          "entryPrice": 1763.608,
          "exitPrice": 1757.998,
          "stopDistance": 5.61,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 336
        },
        {
          "entryTs": 1632119640,
          "entryUtc": "2021-09-20T06:34:00.000Z",
          "exitTs": 1632147780,
          "dir": 1,
          "entryPrice": 1751.384,
          "exitPrice": 1764.243,
          "stopDistance": 6.429,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 469
        },
        {
          "entryTs": 1632206340,
          "entryUtc": "2021-09-21T06:39:00.000Z",
          "exitTs": 1632216660,
          "dir": -1,
          "entryPrice": 1761.188,
          "exitPrice": 1766.275,
          "stopDistance": 5.087,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 172
        },
        {
          "entryTs": 1632292260,
          "entryUtc": "2021-09-22T06:31:00.000Z",
          "exitTs": 1632298080,
          "dir": 1,
          "entryPrice": 1780.218,
          "exitPrice": 1775.481,
          "stopDistance": 4.737,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 97
        },
        {
          "entryTs": 1632381060,
          "entryUtc": "2021-09-23T07:11:00.000Z",
          "exitTs": 1632385020,
          "dir": -1,
          "entryPrice": 1762.188,
          "exitPrice": 1768.067,
          "stopDistance": 5.879,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 66
        },
        {
          "entryTs": 1632466200,
          "entryUtc": "2021-09-24T06:50:00.000Z",
          "exitTs": 1632491100,
          "dir": -1,
          "entryPrice": 1753.964,
          "exitPrice": 1740.756,
          "stopDistance": 6.604,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 415
        },
        {
          "entryTs": 1632726960,
          "entryUtc": "2021-09-27T07:16:00.000Z",
          "exitTs": 1632729600,
          "dir": 1,
          "entryPrice": 1759.264,
          "exitPrice": 1753.798,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 44
        },
        {
          "entryTs": 1632811020,
          "entryUtc": "2021-09-28T06:37:00.000Z",
          "exitTs": 1632826980,
          "dir": -1,
          "entryPrice": 1742.314,
          "exitPrice": 1731.901,
          "stopDistance": 5.207,
          "outcome": "target",
          "netR": 1.9289,
          "holdMinutes": 266
        },
        {
          "entryTs": 1632897000,
          "entryUtc": "2021-09-29T06:30:00.000Z",
          "exitTs": 1632924300,
          "dir": 1,
          "entryPrice": 1739.515,
          "exitPrice": 1733.674,
          "stopDistance": 5.841,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 455
        },
        {
          "entryTs": 1632983700,
          "entryUtc": "2021-09-30T06:35:00.000Z",
          "exitTs": 1633006500,
          "dir": -1,
          "entryPrice": 1728.808,
          "exitPrice": 1734.11,
          "stopDistance": 5.302,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 380
        },
        {
          "entryTs": 1633069860,
          "entryUtc": "2021-10-01T06:31:00.000Z",
          "exitTs": 1633344300,
          "dir": 1,
          "entryPrice": 1754.868,
          "exitPrice": 1748.555,
          "stopDistance": 6.313,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 4574
        },
        {
          "entryTs": 1633416420,
          "entryUtc": "2021-10-05T06:47:00.000Z",
          "exitTs": 1633455900,
          "dir": -1,
          "entryPrice": 1756.178,
          "exitPrice": 1762.311,
          "stopDistance": 6.133,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 658
        },
        {
          "entryTs": 1633502100,
          "entryUtc": "2021-10-06T06:35:00.000Z",
          "exitTs": 1633504140,
          "dir": 1,
          "entryPrice": 1753.635,
          "exitPrice": 1748.452,
          "stopDistance": 5.183,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 34
        },
        {
          "entryTs": 1633588500,
          "entryUtc": "2021-10-07T06:35:00.000Z",
          "exitTs": 1633610340,
          "dir": 1,
          "entryPrice": 1761.478,
          "exitPrice": 1756.665,
          "stopDistance": 4.813,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 364
        },
        {
          "entryTs": 1633676820,
          "entryUtc": "2021-10-08T07:07:00.000Z",
          "exitTs": 1633691460,
          "dir": -1,
          "entryPrice": 1757.168,
          "exitPrice": 1761.974,
          "stopDistance": 4.806,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 244
        },
        {
          "entryTs": 1633933800,
          "entryUtc": "2021-10-11T06:30:00.000Z",
          "exitTs": 1634016600,
          "dir": -1,
          "entryPrice": 1754.948,
          "exitPrice": 1761.244,
          "stopDistance": 6.296,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 1380
        },
        {
          "entryTs": 1634021400,
          "entryUtc": "2021-10-12T06:50:00.000Z",
          "exitTs": 1634046540,
          "dir": -1,
          "entryPrice": 1760.295,
          "exitPrice": 1765.249,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 419
        },
        {
          "entryTs": 1634107620,
          "entryUtc": "2021-10-13T06:47:00.000Z",
          "exitTs": 1634122380,
          "dir": 1,
          "entryPrice": 1763.335,
          "exitPrice": 1772.575,
          "stopDistance": 4.62,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 246
        },
        {
          "entryTs": 1634193360,
          "entryUtc": "2021-10-14T06:36:00.000Z",
          "exitTs": 1634283960,
          "dir": 1,
          "entryPrice": 1793.098,
          "exitPrice": 1786.994,
          "stopDistance": 6.104,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 1510
        },
        {
          "entryTs": 1634545740,
          "entryUtc": "2021-10-18T08:29:00.000Z",
          "exitTs": 1634558820,
          "dir": -1,
          "entryPrice": 1761.808,
          "exitPrice": 1767.357,
          "stopDistance": 5.549,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 218
        },
        {
          "entryTs": 1634625000,
          "entryUtc": "2021-10-19T06:30:00.000Z",
          "exitTs": 1634653080,
          "dir": 1,
          "entryPrice": 1777.798,
          "exitPrice": 1772.9,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 468
        },
        {
          "entryTs": 1634715240,
          "entryUtc": "2021-10-20T07:34:00.000Z",
          "exitTs": 1634727360,
          "dir": -1,
          "entryPrice": 1775.058,
          "exitPrice": 1780.079,
          "stopDistance": 5.021,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 202
        },
        {
          "entryTs": 1634797920,
          "entryUtc": "2021-10-21T06:32:00.000Z",
          "exitTs": 1634884680,
          "dir": -1,
          "entryPrice": 1785.498,
          "exitPrice": 1790.9,
          "stopDistance": 5.402,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 1446
        },
        {
          "entryTs": 1635144180,
          "entryUtc": "2021-10-25T06:43:00.000Z",
          "exitTs": 1635166380,
          "dir": -1,
          "entryPrice": 1796.668,
          "exitPrice": 1804.183,
          "stopDistance": 7.515,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 370
        },
        {
          "entryTs": 1635230700,
          "entryUtc": "2021-10-26T06:45:00.000Z",
          "exitTs": 1635251100,
          "dir": -1,
          "entryPrice": 1804.368,
          "exitPrice": 1794.981,
          "stopDistance": 4.693,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 340
        },
        {
          "entryTs": 1635316200,
          "entryUtc": "2021-10-27T06:30:00.000Z",
          "exitTs": 1635323460,
          "dir": 1,
          "entryPrice": 1788.814,
          "exitPrice": 1783.923,
          "stopDistance": 4.891,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 121
        },
        {
          "entryTs": 1635402600,
          "entryUtc": "2021-10-28T06:30:00.000Z",
          "exitTs": 1635414360,
          "dir": 1,
          "entryPrice": 1803.078,
          "exitPrice": 1797.695,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 196
        },
        {
          "entryTs": 1635489180,
          "entryUtc": "2021-10-29T06:33:00.000Z",
          "exitTs": 1635496500,
          "dir": 1,
          "entryPrice": 1797.088,
          "exitPrice": 1791.384,
          "stopDistance": 5.704,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 122
        },
        {
          "entryTs": 1635748860,
          "entryUtc": "2021-11-01T06:41:00.000Z",
          "exitTs": 1635769320,
          "dir": -1,
          "entryPrice": 1782.524,
          "exitPrice": 1788.358,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 341
        },
        {
          "entryTs": 1635834720,
          "entryUtc": "2021-11-02T06:32:00.000Z",
          "exitTs": 1635842160,
          "dir": 1,
          "entryPrice": 1795.198,
          "exitPrice": 1790.734,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 124
        },
        {
          "entryTs": 1635924720,
          "entryUtc": "2021-11-03T07:32:00.000Z",
          "exitTs": 1635943320,
          "dir": 1,
          "entryPrice": 1782.238,
          "exitPrice": 1777.436,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 310
        },
        {
          "entryTs": 1636010100,
          "entryUtc": "2021-11-04T07:15:00.000Z",
          "exitTs": 1636029060,
          "dir": 1,
          "entryPrice": 1774.574,
          "exitPrice": 1786.734,
          "stopDistance": 6.08,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 316
        },
        {
          "entryTs": 1636095120,
          "entryUtc": "2021-11-05T06:52:00.000Z",
          "exitTs": 1636115280,
          "dir": 1,
          "entryPrice": 1796.848,
          "exitPrice": 1791.579,
          "stopDistance": 5.269,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 336
        },
        {
          "entryTs": 1636358640,
          "entryUtc": "2021-11-08T08:04:00.000Z",
          "exitTs": 1636466400,
          "dir": 1,
          "entryPrice": 1817.478,
          "exitPrice": 1830.237,
          "stopDistance": 6.379,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 1796
        },
        {
          "entryTs": 1636529640,
          "entryUtc": "2021-11-10T07:34:00.000Z",
          "exitTs": 1636551180,
          "dir": -1,
          "entryPrice": 1824.428,
          "exitPrice": 1829.379,
          "stopDistance": 4.951,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 359
        },
        {
          "entryTs": 1636616160,
          "entryUtc": "2021-11-11T07:36:00.000Z",
          "exitTs": 1636715040,
          "dir": 1,
          "entryPrice": 1853.968,
          "exitPrice": 1845.31,
          "stopDistance": 8.658,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 1648
        },
        {
          "entryTs": 1636961400,
          "entryUtc": "2021-11-15T07:30:00.000Z",
          "exitTs": 1637052900,
          "dir": 1,
          "entryPrice": 1858.323,
          "exitPrice": 1870.489,
          "stopDistance": 6.083,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 1525
        },
        {
          "entryTs": 1637135640,
          "entryUtc": "2021-11-17T07:54:00.000Z",
          "exitTs": 1637194920,
          "dir": 1,
          "entryPrice": 1857.208,
          "exitPrice": 1868.833,
          "stopDistance": 5.813,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 988
        },
        {
          "entryTs": 1637220840,
          "entryUtc": "2021-11-18T07:34:00.000Z",
          "exitTs": 1637222100,
          "dir": -1,
          "entryPrice": 1863.277,
          "exitPrice": 1868.507,
          "stopDistance": 5.23,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 21
        },
        {
          "entryTs": 1637307840,
          "entryUtc": "2021-11-19T07:44:00.000Z",
          "exitTs": 1637314140,
          "dir": -1,
          "entryPrice": 1856.914,
          "exitPrice": 1861.848,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 105
        },
        {
          "entryTs": 1637568300,
          "entryUtc": "2021-11-22T08:05:00.000Z",
          "exitTs": 1637577840,
          "dir": 1,
          "entryPrice": 1845.244,
          "exitPrice": 1838.306,
          "stopDistance": 6.939,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 159
        },
        {
          "entryTs": 1637657580,
          "entryUtc": "2021-11-23T08:53:00.000Z",
          "exitTs": 1637673000,
          "dir": -1,
          "entryPrice": 1802.788,
          "exitPrice": 1787.958,
          "stopDistance": 7.415,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 257
        },
        {
          "entryTs": 1637739300,
          "entryUtc": "2021-11-24T07:35:00.000Z",
          "exitTs": 1637763000,
          "dir": -1,
          "entryPrice": 1792.388,
          "exitPrice": 1779.576,
          "stopDistance": 6.406,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 395
        },
        {
          "entryTs": 1637828160,
          "entryUtc": "2021-11-25T08:16:00.000Z",
          "exitTs": 1637852460,
          "dir": 1,
          "entryPrice": 1794.175,
          "exitPrice": 1789.219,
          "stopDistance": 4.956,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 405
        },
        {
          "entryTs": 1637912460,
          "entryUtc": "2021-11-26T07:41:00.000Z",
          "exitTs": 1637916240,
          "dir": 1,
          "entryPrice": 1803.948,
          "exitPrice": 1799.067,
          "stopDistance": 4.881,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 63
        },
        {
          "entryTs": 1638171120,
          "entryUtc": "2021-11-29T07:32:00.000Z",
          "exitTs": 1638195480,
          "dir": 1,
          "entryPrice": 1795.065,
          "exitPrice": 1785.954,
          "stopDistance": 9.111,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 406
        },
        {
          "entryTs": 1638259200,
          "entryUtc": "2021-11-30T08:00:00.000Z",
          "exitTs": 1638285120,
          "dir": 1,
          "entryPrice": 1793.588,
          "exitPrice": 1806.584,
          "stopDistance": 6.498,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 432
        },
        {
          "entryTs": 1638343920,
          "entryUtc": "2021-12-01T07:32:00.000Z",
          "exitTs": 1638455820,
          "dir": -1,
          "entryPrice": 1785.235,
          "exitPrice": 1766.727,
          "stopDistance": 9.254,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 1865
        },
        {
          "entryTs": 1638516600,
          "entryUtc": "2021-12-03T07:30:00.000Z",
          "exitTs": 1638538200,
          "dir": -1,
          "entryPrice": 1770.678,
          "exitPrice": 1776.845,
          "stopDistance": 6.167,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 360
        },
        {
          "entryTs": 1638776640,
          "entryUtc": "2021-12-06T07:44:00.000Z",
          "exitTs": 1638929040,
          "dir": -1,
          "entryPrice": 1782.205,
          "exitPrice": 1788.403,
          "stopDistance": 6.198,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 2540
        },
        {
          "entryTs": 1638948720,
          "entryUtc": "2021-12-08T07:32:00.000Z",
          "exitTs": 1638964020,
          "dir": 1,
          "entryPrice": 1789.998,
          "exitPrice": 1785.102,
          "stopDistance": 4.896,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 255
        },
        {
          "entryTs": 1639037160,
          "entryUtc": "2021-12-09T08:06:00.000Z",
          "exitTs": 1639039620,
          "dir": 1,
          "entryPrice": 1786.988,
          "exitPrice": 1782.612,
          "stopDistance": 4.376,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 41
        },
        {
          "entryTs": 1639121700,
          "entryUtc": "2021-12-10T07:35:00.000Z",
          "exitTs": 1639142160,
          "dir": -1,
          "entryPrice": 1771.388,
          "exitPrice": 1776.262,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 341
        },
        {
          "entryTs": 1639382400,
          "entryUtc": "2021-12-13T08:00:00.000Z",
          "exitTs": 1639404300,
          "dir": 1,
          "entryPrice": 1786.048,
          "exitPrice": 1781.748,
          "stopDistance": 4.3,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 365
        },
        {
          "entryTs": 1639467120,
          "entryUtc": "2021-12-14T07:32:00.000Z",
          "exitTs": 1639488360,
          "dir": -1,
          "entryPrice": 1787.108,
          "exitPrice": 1779.303,
          "stopDistance": 3.902,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 354
        },
        {
          "entryTs": 1639555620,
          "entryUtc": "2021-12-15T08:07:00.000Z",
          "exitTs": 1639578840,
          "dir": 1,
          "entryPrice": 1769.048,
          "exitPrice": 1764.762,
          "stopDistance": 4.286,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 387
        },
        {
          "entryTs": 1639642920,
          "entryUtc": "2021-12-16T08:22:00.000Z",
          "exitTs": 1639667760,
          "dir": 1,
          "entryPrice": 1786.258,
          "exitPrice": 1798.04,
          "stopDistance": 5.891,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 414
        },
        {
          "entryTs": 1639727220,
          "entryUtc": "2021-12-17T07:47:00.000Z",
          "exitTs": 1639757340,
          "dir": 1,
          "entryPrice": 1808.068,
          "exitPrice": 1803.195,
          "stopDistance": 4.873,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 502
        },
        {
          "entryTs": 1639985400,
          "entryUtc": "2021-12-20T07:30:00.000Z",
          "exitTs": 1640030940,
          "dir": -1,
          "entryPrice": 1799.018,
          "exitPrice": 1789.357,
          "stopDistance": 4.83,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 759
        },
        {
          "entryTs": 1640072760,
          "entryUtc": "2021-12-21T07:46:00.000Z",
          "exitTs": 1640101380,
          "dir": 1,
          "entryPrice": 1791.998,
          "exitPrice": 1787.407,
          "stopDistance": 4.591,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 477
        },
        {
          "entryTs": 1640159100,
          "entryUtc": "2021-12-22T07:45:00.000Z",
          "exitTs": 1640169300,
          "dir": -1,
          "entryPrice": 1786.275,
          "exitPrice": 1790.125,
          "stopDistance": 3.85,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 170
        },
        {
          "entryTs": 1640244660,
          "entryUtc": "2021-12-23T07:31:00.000Z",
          "exitTs": 1640266380,
          "dir": -1,
          "entryPrice": 1805.385,
          "exitPrice": 1809.318,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 362
        },
        {
          "entryTs": 1640590260,
          "entryUtc": "2021-12-27T07:31:00.000Z",
          "exitTs": 1640618460,
          "dir": -1,
          "entryPrice": 1808.418,
          "exitPrice": 1812.138,
          "stopDistance": 3.72,
          "outcome": "stop",
          "netR": -1.1129,
          "holdMinutes": 470
        },
        {
          "entryTs": 1640676900,
          "entryUtc": "2021-12-28T07:35:00.000Z",
          "exitTs": 1640698080,
          "dir": -1,
          "entryPrice": 1814.538,
          "exitPrice": 1818.247,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 353
        },
        {
          "entryTs": 1640763480,
          "entryUtc": "2021-12-29T07:38:00.000Z",
          "exitTs": 1640773800,
          "dir": -1,
          "entryPrice": 1804.695,
          "exitPrice": 1797.34,
          "stopDistance": 3.678,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 172
        },
        {
          "entryTs": 1640851200,
          "entryUtc": "2021-12-30T08:00:00.000Z",
          "exitTs": 1640874780,
          "dir": 1,
          "entryPrice": 1798.838,
          "exitPrice": 1807.099,
          "stopDistance": 4.131,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 393
        },
        {
          "entryTs": 1640936460,
          "entryUtc": "2021-12-31T07:41:00.000Z",
          "exitTs": 1640956200,
          "dir": -1,
          "entryPrice": 1818.048,
          "exitPrice": 1822.08,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 329
        },
        {
          "entryTs": 1641203280,
          "entryUtc": "2022-01-03T09:48:00.000Z",
          "exitTs": 1641214920,
          "dir": 1,
          "entryPrice": 1825.278,
          "exitPrice": 1820.736,
          "stopDistance": 4.542,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 194
        },
        {
          "entryTs": 1641281460,
          "entryUtc": "2022-01-04T07:31:00.000Z",
          "exitTs": 1641298500,
          "dir": 1,
          "entryPrice": 1806.308,
          "exitPrice": 1801.486,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 284
        },
        {
          "entryTs": 1641369060,
          "entryUtc": "2022-01-05T07:51:00.000Z",
          "exitTs": 1641370860,
          "dir": -1,
          "entryPrice": 1812.854,
          "exitPrice": 1817.349,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 30
        },
        {
          "entryTs": 1641454440,
          "entryUtc": "2022-01-06T07:34:00.000Z",
          "exitTs": 1641465360,
          "dir": -1,
          "entryPrice": 1800.818,
          "exitPrice": 1806.474,
          "stopDistance": 5.656,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 182
        },
        {
          "entryTs": 1641541440,
          "entryUtc": "2022-01-07T07:44:00.000Z",
          "exitTs": 1641562260,
          "dir": -1,
          "entryPrice": 1789.378,
          "exitPrice": 1794.566,
          "stopDistance": 5.188,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 347
        },
        {
          "entryTs": 1641799980,
          "entryUtc": "2022-01-10T07:33:00.000Z",
          "exitTs": 1641860520,
          "dir": 1,
          "entryPrice": 1793.925,
          "exitPrice": 1804.213,
          "stopDistance": 5.144,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 1009
        },
        {
          "entryTs": 1641888300,
          "entryUtc": "2022-01-11T08:05:00.000Z",
          "exitTs": 1641897780,
          "dir": 1,
          "entryPrice": 1809.648,
          "exitPrice": 1804.883,
          "stopDistance": 4.765,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 158
        },
        {
          "entryTs": 1641972600,
          "entryUtc": "2022-01-12T07:30:00.000Z",
          "exitTs": 1641994800,
          "dir": -1,
          "entryPrice": 1817.668,
          "exitPrice": 1822.058,
          "stopDistance": 4.39,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 370
        },
        {
          "entryTs": 1642059180,
          "entryUtc": "2022-01-13T07:33:00.000Z",
          "exitTs": 1642063320,
          "dir": 1,
          "entryPrice": 1825.918,
          "exitPrice": 1821.996,
          "stopDistance": 3.922,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 69
        },
        {
          "entryTs": 1642147560,
          "entryUtc": "2022-01-14T08:06:00.000Z",
          "exitTs": 1642150800,
          "dir": 1,
          "entryPrice": 1827.968,
          "exitPrice": 1823.776,
          "stopDistance": 4.192,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 54
        },
        {
          "entryTs": 1642404600,
          "entryUtc": "2022-01-17T07:30:00.000Z",
          "exitTs": 1642477200,
          "dir": 1,
          "entryPrice": 1821.364,
          "exitPrice": 1816.989,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1642495620,
          "entryUtc": "2022-01-18T08:47:00.000Z",
          "exitTs": 1642512900,
          "dir": -1,
          "entryPrice": 1812.998,
          "exitPrice": 1817.128,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 288
        },
        {
          "entryTs": 1642577640,
          "entryUtc": "2022-01-19T07:34:00.000Z",
          "exitTs": 1642587840,
          "dir": -1,
          "entryPrice": 1812.668,
          "exitPrice": 1817.473,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 170
        },
        {
          "entryTs": 1642663800,
          "entryUtc": "2022-01-20T07:30:00.000Z",
          "exitTs": 1642753020,
          "dir": 1,
          "entryPrice": 1840.604,
          "exitPrice": 1835.783,
          "stopDistance": 4.821,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 1487
        },
        {
          "entryTs": 1643009400,
          "entryUtc": "2022-01-24T07:30:00.000Z",
          "exitTs": 1643035020,
          "dir": 1,
          "entryPrice": 1838.748,
          "exitPrice": 1833.681,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 427
        },
        {
          "entryTs": 1643095860,
          "entryUtc": "2022-01-25T07:31:00.000Z",
          "exitTs": 1643101200,
          "dir": 1,
          "entryPrice": 1843.138,
          "exitPrice": 1838.289,
          "stopDistance": 4.849,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 89
        },
        {
          "entryTs": 1643182680,
          "entryUtc": "2022-01-26T07:38:00.000Z",
          "exitTs": 1643206920,
          "dir": -1,
          "entryPrice": 1845.954,
          "exitPrice": 1836.873,
          "stopDistance": 4.54,
          "outcome": "target",
          "netR": 1.9185,
          "holdMinutes": 404
        },
        {
          "entryTs": 1643269500,
          "entryUtc": "2022-01-27T07:45:00.000Z",
          "exitTs": 1643297640,
          "dir": -1,
          "entryPrice": 1810.368,
          "exitPrice": 1797.289,
          "stopDistance": 6.54,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 469
        },
        {
          "entryTs": 1643355840,
          "entryUtc": "2022-01-28T07:44:00.000Z",
          "exitTs": 1643359200,
          "dir": 1,
          "entryPrice": 1797.598,
          "exitPrice": 1791.971,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 56
        },
        {
          "entryTs": 1643615820,
          "entryUtc": "2022-01-31T07:57:00.000Z",
          "exitTs": 1643655720,
          "dir": 1,
          "entryPrice": 1788.815,
          "exitPrice": 1799.779,
          "stopDistance": 5.482,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 665
        },
        {
          "entryTs": 1643700720,
          "entryUtc": "2022-02-01T07:32:00.000Z",
          "exitTs": 1643727600,
          "dir": 1,
          "entryPrice": 1803.835,
          "exitPrice": 1799.122,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 448
        },
        {
          "entryTs": 1643787300,
          "entryUtc": "2022-02-02T07:35:00.000Z",
          "exitTs": 1643794680,
          "dir": -1,
          "entryPrice": 1796.798,
          "exitPrice": 1800.828,
          "stopDistance": 4.03,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 123
        },
        {
          "entryTs": 1643873400,
          "entryUtc": "2022-02-03T07:30:00.000Z",
          "exitTs": 1643899440,
          "dir": -1,
          "entryPrice": 1803.728,
          "exitPrice": 1796.246,
          "stopDistance": 3.741,
          "outcome": "target",
          "netR": 1.9011,
          "holdMinutes": 434
        },
        {
          "entryTs": 1643960640,
          "entryUtc": "2022-02-04T07:44:00.000Z",
          "exitTs": 1643968500,
          "dir": -1,
          "entryPrice": 1806.665,
          "exitPrice": 1810.879,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 131
        },
        {
          "entryTs": 1644220440,
          "entryUtc": "2022-02-07T07:54:00.000Z",
          "exitTs": 1644262080,
          "dir": 1,
          "entryPrice": 1811.618,
          "exitPrice": 1822.277,
          "stopDistance": 5.329,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 694
        },
        {
          "entryTs": 1644305700,
          "entryUtc": "2022-02-08T07:35:00.000Z",
          "exitTs": 1644316200,
          "dir": -1,
          "entryPrice": 1816.528,
          "exitPrice": 1820.429,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 175
        },
        {
          "entryTs": 1644391800,
          "entryUtc": "2022-02-09T07:30:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1826.638,
          "exitPrice": 1829.915,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 330
        },
        {
          "entryTs": 1644478260,
          "entryUtc": "2022-02-10T07:31:00.000Z",
          "exitTs": 1644481560,
          "dir": 1,
          "entryPrice": 1834.998,
          "exitPrice": 1831.97,
          "stopDistance": 3.028,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 55
        },
        {
          "entryTs": 1644564840,
          "entryUtc": "2022-02-11T07:34:00.000Z",
          "exitTs": 1644592500,
          "dir": 1,
          "entryPrice": 1823.878,
          "exitPrice": 1834.123,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 461
        },
        {
          "entryTs": 1644824400,
          "entryUtc": "2022-02-14T07:40:00.000Z",
          "exitTs": 1644853020,
          "dir": 1,
          "entryPrice": 1854.658,
          "exitPrice": 1869.381,
          "stopDistance": 7.361,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 477
        },
        {
          "entryTs": 1644910620,
          "entryUtc": "2022-02-15T07:37:00.000Z",
          "exitTs": 1644914640,
          "dir": -1,
          "entryPrice": 1877.248,
          "exitPrice": 1864.372,
          "stopDistance": 6.438,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 67
        },
        {
          "entryTs": 1644999180,
          "entryUtc": "2022-02-16T08:13:00.000Z",
          "exitTs": 1645032300,
          "dir": 1,
          "entryPrice": 1856.758,
          "exitPrice": 1868.097,
          "stopDistance": 5.67,
          "outcome": "target",
          "netR": 1.9347,
          "holdMinutes": 552
        },
        {
          "entryTs": 1645085340,
          "entryUtc": "2022-02-17T08:09:00.000Z",
          "exitTs": 1645086480,
          "dir": 1,
          "entryPrice": 1876.688,
          "exitPrice": 1889.223,
          "stopDistance": 6.268,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 19
        },
        {
          "entryTs": 1645171260,
          "entryUtc": "2022-02-18T08:01:00.000Z",
          "exitTs": 1645398120,
          "dir": 1,
          "entryPrice": 1892.828,
          "exitPrice": 1905.559,
          "stopDistance": 6.365,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 3781
        },
        {
          "entryTs": 1645428600,
          "entryUtc": "2022-02-21T07:30:00.000Z",
          "exitTs": 1645484400,
          "dir": 1,
          "entryPrice": 1890.538,
          "exitPrice": 1906.312,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 930
        },
        {
          "entryTs": 1645516020,
          "entryUtc": "2022-02-22T07:47:00.000Z",
          "exitTs": 1645520340,
          "dir": -1,
          "entryPrice": 1909.737,
          "exitPrice": 1896.688,
          "stopDistance": 6.524,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 72
        },
        {
          "entryTs": 1645603080,
          "entryUtc": "2022-02-23T07:58:00.000Z",
          "exitTs": 1645622400,
          "dir": -1,
          "entryPrice": 1894.788,
          "exitPrice": 1901.024,
          "stopDistance": 6.236,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 322
        },
        {
          "entryTs": 1645687920,
          "entryUtc": "2022-02-24T07:32:00.000Z",
          "exitTs": 1645696560,
          "dir": -1,
          "entryPrice": 1941.058,
          "exitPrice": 1950.666,
          "stopDistance": 9.608,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 144
        },
        {
          "entryTs": 1645774980,
          "entryUtc": "2022-02-25T07:43:00.000Z",
          "exitTs": 1645801680,
          "dir": -1,
          "entryPrice": 1915.988,
          "exitPrice": 1883.279,
          "stopDistance": 16.354,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 445
        },
        {
          "entryTs": 1646033400,
          "entryUtc": "2022-02-28T07:30:00.000Z",
          "exitTs": 1646052660,
          "dir": -1,
          "entryPrice": 1896.008,
          "exitPrice": 1909.608,
          "stopDistance": 13.6,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 321
        },
        {
          "entryTs": 1646121300,
          "entryUtc": "2022-03-01T07:55:00.000Z",
          "exitTs": 1646126220,
          "dir": -1,
          "entryPrice": 1906.238,
          "exitPrice": 1915.339,
          "stopDistance": 9.101,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 82
        },
        {
          "entryTs": 1646207160,
          "entryUtc": "2022-03-02T07:46:00.000Z",
          "exitTs": 1646213400,
          "dir": 1,
          "entryPrice": 1943.518,
          "exitPrice": 1933.34,
          "stopDistance": 10.178,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 104
        },
        {
          "entryTs": 1646293200,
          "entryUtc": "2022-03-03T07:40:00.000Z",
          "exitTs": 1646354220,
          "dir": 1,
          "entryPrice": 1929.36,
          "exitPrice": 1948.212,
          "stopDistance": 9.426,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 1017
        },
        {
          "entryTs": 1646379660,
          "entryUtc": "2022-03-04T07:41:00.000Z",
          "exitTs": 1646404680,
          "dir": 1,
          "entryPrice": 1938.348,
          "exitPrice": 1957.63,
          "stopDistance": 9.641,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 417
        },
        {
          "entryTs": 1646638200,
          "entryUtc": "2022-03-07T07:30:00.000Z",
          "exitTs": 1646659920,
          "dir": 1,
          "entryPrice": 1983.188,
          "exitPrice": 1971.452,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 362
        },
        {
          "entryTs": 1646725200,
          "entryUtc": "2022-03-08T07:40:00.000Z",
          "exitTs": 1646727420,
          "dir": 1,
          "entryPrice": 2019.678,
          "exitPrice": 2005.053,
          "stopDistance": 14.625,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 37
        },
        {
          "entryTs": 1646811060,
          "entryUtc": "2022-03-09T07:31:00.000Z",
          "exitTs": 1646830920,
          "dir": -1,
          "entryPrice": 2041.368,
          "exitPrice": 2000.924,
          "stopDistance": 20.222,
          "outcome": "target",
          "netR": 1.9817,
          "holdMinutes": 331
        },
        {
          "entryTs": 1646897880,
          "entryUtc": "2022-03-10T07:38:00.000Z",
          "exitTs": 1646907180,
          "dir": -1,
          "entryPrice": 1978.088,
          "exitPrice": 1994.223,
          "stopDistance": 16.135,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 155
        },
        {
          "entryTs": 1646983860,
          "entryUtc": "2022-03-11T07:31:00.000Z",
          "exitTs": 1646998980,
          "dir": 1,
          "entryPrice": 1986.768,
          "exitPrice": 1974.258,
          "stopDistance": 12.51,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 252
        },
        {
          "entryTs": 1647239400,
          "entryUtc": "2022-03-14T06:30:00.000Z",
          "exitTs": 1647302460,
          "dir": -1,
          "entryPrice": 1972.748,
          "exitPrice": 1947.466,
          "stopDistance": 12.641,
          "outcome": "target",
          "netR": 1.9707,
          "holdMinutes": 1051
        },
        {
          "entryTs": 1647326460,
          "entryUtc": "2022-03-15T06:41:00.000Z",
          "exitTs": 1647347400,
          "dir": 1,
          "entryPrice": 1930.918,
          "exitPrice": 1920.334,
          "stopDistance": 10.584,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 349
        },
        {
          "entryTs": 1647412320,
          "entryUtc": "2022-03-16T06:32:00.000Z",
          "exitTs": 1647430860,
          "dir": -1,
          "entryPrice": 1915.183,
          "exitPrice": 1924.745,
          "stopDistance": 9.562,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 309
        },
        {
          "entryTs": 1647499620,
          "entryUtc": "2022-03-17T06:47:00.000Z",
          "exitTs": 1647609840,
          "dir": 1,
          "entryPrice": 1934.438,
          "exitPrice": 1924.525,
          "stopDistance": 9.913,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 1837
        },
        {
          "entryTs": 1647846180,
          "entryUtc": "2022-03-21T07:03:00.000Z",
          "exitTs": 1647871200,
          "dir": -1,
          "entryPrice": 1922.738,
          "exitPrice": 1930.463,
          "stopDistance": 7.725,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 417
        },
        {
          "entryTs": 1647930900,
          "entryUtc": "2022-03-22T06:35:00.000Z",
          "exitTs": 1647956040,
          "dir": -1,
          "entryPrice": 1935.558,
          "exitPrice": 1921.11,
          "stopDistance": 7.224,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 419
        },
        {
          "entryTs": 1648017060,
          "entryUtc": "2022-03-23T06:31:00.000Z",
          "exitTs": 1648024860,
          "dir": -1,
          "entryPrice": 1917.828,
          "exitPrice": 1924.266,
          "stopDistance": 6.438,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 130
        },
        {
          "entryTs": 1648107360,
          "entryUtc": "2022-03-24T07:36:00.000Z",
          "exitTs": 1648123200,
          "dir": 1,
          "entryPrice": 1943.093,
          "exitPrice": 1956.962,
          "stopDistance": 6.934,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 264
        },
        {
          "entryTs": 1648190040,
          "entryUtc": "2022-03-25T06:34:00.000Z",
          "exitTs": 1648439700,
          "dir": -1,
          "entryPrice": 1957.248,
          "exitPrice": 1942.247,
          "stopDistance": 7.5,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 4161
        },
        {
          "entryTs": 1648449360,
          "entryUtc": "2022-03-28T06:36:00.000Z",
          "exitTs": 1648469940,
          "dir": -1,
          "entryPrice": 1933.698,
          "exitPrice": 1942.333,
          "stopDistance": 8.635,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 343
        },
        {
          "entryTs": 1648535460,
          "entryUtc": "2022-03-29T06:31:00.000Z",
          "exitTs": 1648554420,
          "dir": -1,
          "entryPrice": 1921.948,
          "exitPrice": 1905.579,
          "stopDistance": 8.184,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 316
        },
        {
          "entryTs": 1648623780,
          "entryUtc": "2022-03-30T07:03:00.000Z",
          "exitTs": 1648642560,
          "dir": -1,
          "entryPrice": 1922.603,
          "exitPrice": 1930.604,
          "stopDistance": 8.001,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 313
        },
        {
          "entryTs": 1648708620,
          "entryUtc": "2022-03-31T06:37:00.000Z",
          "exitTs": 1648733820,
          "dir": 1,
          "entryPrice": 1926.018,
          "exitPrice": 1940.542,
          "stopDistance": 7.262,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 420
        },
        {
          "entryTs": 1648794600,
          "entryUtc": "2022-04-01T06:30:00.000Z",
          "exitTs": 1648823460,
          "dir": -1,
          "entryPrice": 1935.438,
          "exitPrice": 1921.452,
          "stopDistance": 6.993,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 481
        },
        {
          "entryTs": 1649054220,
          "entryUtc": "2022-04-04T06:37:00.000Z",
          "exitTs": 1649165160,
          "dir": 1,
          "entryPrice": 1924.153,
          "exitPrice": 1938.174,
          "stopDistance": 7.01,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 1849
        },
        {
          "entryTs": 1649226900,
          "entryUtc": "2022-04-06T06:35:00.000Z",
          "exitTs": 1649235300,
          "dir": -1,
          "entryPrice": 1918.318,
          "exitPrice": 1925.949,
          "stopDistance": 7.631,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 140
        },
        {
          "entryTs": 1649313600,
          "entryUtc": "2022-04-07T06:40:00.000Z",
          "exitTs": 1649425080,
          "dir": 1,
          "entryPrice": 1925.072,
          "exitPrice": 1939.564,
          "stopDistance": 7.246,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 1858
        },
        {
          "entryTs": 1649662140,
          "entryUtc": "2022-04-11T07:29:00.000Z",
          "exitTs": 1649668440,
          "dir": 1,
          "entryPrice": 1945.478,
          "exitPrice": 1958.483,
          "stopDistance": 6.502,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 105
        },
        {
          "entryTs": 1649745780,
          "entryUtc": "2022-04-12T06:43:00.000Z",
          "exitTs": 1649754180,
          "dir": 1,
          "entryPrice": 1957.772,
          "exitPrice": 1950.497,
          "stopDistance": 7.275,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 140
        },
        {
          "entryTs": 1649831400,
          "entryUtc": "2022-04-13T06:30:00.000Z",
          "exitTs": 1649837820,
          "dir": -1,
          "entryPrice": 1967.122,
          "exitPrice": 1975.017,
          "stopDistance": 7.895,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 107
        },
        {
          "entryTs": 1649918940,
          "entryUtc": "2022-04-14T06:49:00.000Z",
          "exitTs": 1649921940,
          "dir": -1,
          "entryPrice": 1971.198,
          "exitPrice": 1977.718,
          "stopDistance": 6.52,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 50
        },
        {
          "entryTs": 1650263460,
          "entryUtc": "2022-04-18T06:31:00.000Z",
          "exitTs": 1650303240,
          "dir": 1,
          "entryPrice": 1988.998,
          "exitPrice": 1980.94,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 663
        },
        {
          "entryTs": 1650351480,
          "entryUtc": "2022-04-19T06:58:00.000Z",
          "exitTs": 1650354060,
          "dir": -1,
          "entryPrice": 1973.738,
          "exitPrice": 1980.441,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 43
        },
        {
          "entryTs": 1650436320,
          "entryUtc": "2022-04-20T06:32:00.000Z",
          "exitTs": 1650446940,
          "dir": -1,
          "entryPrice": 1939.628,
          "exitPrice": 1947.392,
          "stopDistance": 7.764,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 177
        },
        {
          "entryTs": 1650525120,
          "entryUtc": "2022-04-21T07:12:00.000Z",
          "exitTs": 1650541380,
          "dir": -1,
          "entryPrice": 1950.763,
          "exitPrice": 1938.68,
          "stopDistance": 6.041,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 271
        },
        {
          "entryTs": 1650609240,
          "entryUtc": "2022-04-22T06:34:00.000Z",
          "exitTs": 1650622920,
          "dir": -1,
          "entryPrice": 1952.878,
          "exitPrice": 1939.271,
          "stopDistance": 6.803,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 228
        },
        {
          "entryTs": 1650868380,
          "entryUtc": "2022-04-25T06:33:00.000Z",
          "exitTs": 1650889320,
          "dir": -1,
          "entryPrice": 1913.233,
          "exitPrice": 1895.917,
          "stopDistance": 8.658,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 349
        },
        {
          "entryTs": 1650954780,
          "entryUtc": "2022-04-26T06:33:00.000Z",
          "exitTs": 1650979860,
          "dir": -1,
          "entryPrice": 1902.621,
          "exitPrice": 1910.562,
          "stopDistance": 7.941,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 418
        },
        {
          "entryTs": 1651041000,
          "entryUtc": "2022-04-27T06:30:00.000Z",
          "exitTs": 1651046640,
          "dir": 1,
          "entryPrice": 1901.158,
          "exitPrice": 1894.014,
          "stopDistance": 7.144,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 94
        },
        {
          "entryTs": 1651128180,
          "entryUtc": "2022-04-28T06:43:00.000Z",
          "exitTs": 1651149180,
          "dir": 1,
          "entryPrice": 1877.408,
          "exitPrice": 1891.824,
          "stopDistance": 7.208,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 350
        },
        {
          "entryTs": 1651213800,
          "entryUtc": "2022-04-29T06:30:00.000Z",
          "exitTs": 1651239300,
          "dir": 1,
          "entryPrice": 1912.198,
          "exitPrice": 1904.841,
          "stopDistance": 7.357,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 425
        },
        {
          "entryTs": 1651474440,
          "entryUtc": "2022-05-02T06:54:00.000Z",
          "exitTs": 1651482120,
          "dir": 1,
          "entryPrice": 1887.358,
          "exitPrice": 1879.165,
          "stopDistance": 8.193,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 128
        },
        {
          "entryTs": 1651559760,
          "entryUtc": "2022-05-03T06:36:00.000Z",
          "exitTs": 1651561980,
          "dir": 1,
          "entryPrice": 1861.703,
          "exitPrice": 1853.759,
          "stopDistance": 7.944,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 37
        },
        {
          "entryTs": 1651647420,
          "entryUtc": "2022-05-04T06:57:00.000Z",
          "exitTs": 1651690020,
          "dir": 1,
          "entryPrice": 1865.388,
          "exitPrice": 1879.001,
          "stopDistance": 6.806,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 710
        },
        {
          "entryTs": 1651732200,
          "entryUtc": "2022-05-05T06:30:00.000Z",
          "exitTs": 1651754820,
          "dir": -1,
          "entryPrice": 1898.223,
          "exitPrice": 1906.433,
          "stopDistance": 8.21,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 377
        },
        {
          "entryTs": 1651820040,
          "entryUtc": "2022-05-06T06:54:00.000Z",
          "exitTs": 1651827600,
          "dir": -1,
          "entryPrice": 1873.858,
          "exitPrice": 1881.946,
          "stopDistance": 8.088,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 126
        },
        {
          "entryTs": 1652077980,
          "entryUtc": "2022-05-09T06:33:00.000Z",
          "exitTs": 1652085540,
          "dir": 1,
          "entryPrice": 1872.508,
          "exitPrice": 1865.204,
          "stopDistance": 7.304,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 126
        },
        {
          "entryTs": 1652164200,
          "entryUtc": "2022-05-10T06:30:00.000Z",
          "exitTs": 1652194080,
          "dir": -1,
          "entryPrice": 1862.378,
          "exitPrice": 1847.714,
          "stopDistance": 7.332,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 498
        },
        {
          "entryTs": 1652250660,
          "entryUtc": "2022-05-11T06:31:00.000Z",
          "exitTs": 1652272740,
          "dir": 1,
          "entryPrice": 1843.858,
          "exitPrice": 1836.32,
          "stopDistance": 7.538,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 368
        },
        {
          "entryTs": 1652337000,
          "entryUtc": "2022-05-12T06:30:00.000Z",
          "exitTs": 1652339940,
          "dir": 1,
          "entryPrice": 1852.118,
          "exitPrice": 1844.148,
          "stopDistance": 7.97,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 49
        },
        {
          "entryTs": 1652423400,
          "entryUtc": "2022-05-13T06:30:00.000Z",
          "exitTs": 1652447040,
          "dir": -1,
          "entryPrice": 1822.548,
          "exitPrice": 1807.008,
          "stopDistance": 7.77,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 394
        },
        {
          "entryTs": 1652685060,
          "entryUtc": "2022-05-16T07:11:00.000Z",
          "exitTs": 1652686800,
          "dir": 1,
          "entryPrice": 1808.905,
          "exitPrice": 1801.481,
          "stopDistance": 7.424,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 29
        },
        {
          "entryTs": 1652769000,
          "entryUtc": "2022-05-17T06:30:00.000Z",
          "exitTs": 1652787720,
          "dir": -1,
          "entryPrice": 1827.418,
          "exitPrice": 1835.445,
          "stopDistance": 8.027,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 312
        },
        {
          "entryTs": 1652855820,
          "entryUtc": "2022-05-18T06:37:00.000Z",
          "exitTs": 1652866320,
          "dir": -1,
          "entryPrice": 1810.888,
          "exitPrice": 1817.631,
          "stopDistance": 6.743,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 175
        },
        {
          "entryTs": 1652942100,
          "entryUtc": "2022-05-19T06:35:00.000Z",
          "exitTs": 1652949900,
          "dir": -1,
          "entryPrice": 1812.898,
          "exitPrice": 1818.903,
          "stopDistance": 6.005,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 130
        },
        {
          "entryTs": 1653028380,
          "entryUtc": "2022-05-20T06:33:00.000Z",
          "exitTs": 1653051660,
          "dir": 1,
          "entryPrice": 1847.148,
          "exitPrice": 1840.665,
          "stopDistance": 6.483,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 388
        },
        {
          "entryTs": 1653290880,
          "entryUtc": "2022-05-23T07:28:00.000Z",
          "exitTs": 1653322620,
          "dir": 1,
          "entryPrice": 1856.013,
          "exitPrice": 1848.894,
          "stopDistance": 7.119,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 529
        },
        {
          "entryTs": 1653376080,
          "entryUtc": "2022-05-24T07:08:00.000Z",
          "exitTs": 1653400080,
          "dir": 1,
          "entryPrice": 1855.383,
          "exitPrice": 1866.852,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 400
        },
        {
          "entryTs": 1653467220,
          "entryUtc": "2022-05-25T08:27:00.000Z",
          "exitTs": 1653493800,
          "dir": -1,
          "entryPrice": 1855.754,
          "exitPrice": 1844.607,
          "stopDistance": 5.574,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 443
        },
        {
          "entryTs": 1653546720,
          "entryUtc": "2022-05-26T06:32:00.000Z",
          "exitTs": 1653635700,
          "dir": 1,
          "entryPrice": 1845.938,
          "exitPrice": 1858.129,
          "stopDistance": 6.095,
          "outcome": "target",
          "netR": 1.9393,
          "holdMinutes": 1483
        },
        {
          "entryTs": 1653893460,
          "entryUtc": "2022-05-30T06:51:00.000Z",
          "exitTs": 1653956760,
          "dir": -1,
          "entryPrice": 1861.148,
          "exitPrice": 1850.029,
          "stopDistance": 5.559,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 1055
        },
        {
          "entryTs": 1653978660,
          "entryUtc": "2022-05-31T06:31:00.000Z",
          "exitTs": 1653990240,
          "dir": 1,
          "entryPrice": 1855.173,
          "exitPrice": 1850.08,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 193
        },
        {
          "entryTs": 1654065480,
          "entryUtc": "2022-06-01T06:38:00.000Z",
          "exitTs": 1654074000,
          "dir": 1,
          "entryPrice": 1834.988,
          "exitPrice": 1829.139,
          "stopDistance": 5.849,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 142
        },
        {
          "entryTs": 1654151400,
          "entryUtc": "2022-06-02T06:30:00.000Z",
          "exitTs": 1654176300,
          "dir": 1,
          "entryPrice": 1850.768,
          "exitPrice": 1861.972,
          "stopDistance": 5.602,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 415
        },
        {
          "entryTs": 1654238460,
          "entryUtc": "2022-06-03T06:41:00.000Z",
          "exitTs": 1654259940,
          "dir": -1,
          "entryPrice": 1867.134,
          "exitPrice": 1857.308,
          "stopDistance": 4.913,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 358
        },
        {
          "entryTs": 1654497000,
          "entryUtc": "2022-06-06T06:30:00.000Z",
          "exitTs": 1654528260,
          "dir": -1,
          "entryPrice": 1853.928,
          "exitPrice": 1844.25,
          "stopDistance": 4.839,
          "outcome": "target",
          "netR": 1.9235,
          "holdMinutes": 521
        },
        {
          "entryTs": 1654583700,
          "entryUtc": "2022-06-07T06:35:00.000Z",
          "exitTs": 1654598760,
          "dir": 1,
          "entryPrice": 1840.528,
          "exitPrice": 1850.472,
          "stopDistance": 4.972,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 251
        },
        {
          "entryTs": 1654669920,
          "entryUtc": "2022-06-08T06:32:00.000Z",
          "exitTs": 1654694100,
          "dir": -1,
          "entryPrice": 1848.953,
          "exitPrice": 1854.065,
          "stopDistance": 5.112,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 403
        },
        {
          "entryTs": 1654756200,
          "entryUtc": "2022-06-09T06:30:00.000Z",
          "exitTs": 1654784160,
          "dir": -1,
          "entryPrice": 1849.924,
          "exitPrice": 1840.279,
          "stopDistance": 4.822,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 466
        },
        {
          "entryTs": 1654844520,
          "entryUtc": "2022-06-10T07:02:00.000Z",
          "exitTs": 1654859820,
          "dir": 1,
          "entryPrice": 1845.888,
          "exitPrice": 1841.489,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 255
        },
        {
          "entryTs": 1655102040,
          "entryUtc": "2022-06-13T06:34:00.000Z",
          "exitTs": 1655123940,
          "dir": -1,
          "entryPrice": 1863.008,
          "exitPrice": 1845.681,
          "stopDistance": 8.664,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 365
        },
        {
          "entryTs": 1655189160,
          "entryUtc": "2022-06-14T06:46:00.000Z",
          "exitTs": 1655202060,
          "dir": 1,
          "entryPrice": 1829.763,
          "exitPrice": 1821.249,
          "stopDistance": 8.514,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 215
        },
        {
          "entryTs": 1655274840,
          "entryUtc": "2022-06-15T06:34:00.000Z",
          "exitTs": 1655293200,
          "dir": 1,
          "entryPrice": 1820.174,
          "exitPrice": 1834.443,
          "stopDistance": 7.134,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 306
        },
        {
          "entryTs": 1655361060,
          "entryUtc": "2022-06-16T06:31:00.000Z",
          "exitTs": 1655392500,
          "dir": -1,
          "entryPrice": 1830.678,
          "exitPrice": 1838.985,
          "stopDistance": 8.307,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 524
        },
        {
          "entryTs": 1655447400,
          "entryUtc": "2022-06-17T06:30:00.000Z",
          "exitTs": 1655475300,
          "dir": 1,
          "entryPrice": 1846.968,
          "exitPrice": 1838.934,
          "stopDistance": 8.034,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 465
        },
        {
          "entryTs": 1655709000,
          "entryUtc": "2022-06-20T07:10:00.000Z",
          "exitTs": 1655857920,
          "dir": -1,
          "entryPrice": 1840.913,
          "exitPrice": 1826.839,
          "stopDistance": 7.037,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 2482
        },
        {
          "entryTs": 1655880360,
          "entryUtc": "2022-06-22T06:46:00.000Z",
          "exitTs": 1655896140,
          "dir": 1,
          "entryPrice": 1826.658,
          "exitPrice": 1838.127,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 263
        },
        {
          "entryTs": 1655965800,
          "entryUtc": "2022-06-23T06:30:00.000Z",
          "exitTs": 1655991900,
          "dir": -1,
          "entryPrice": 1833.248,
          "exitPrice": 1839.064,
          "stopDistance": 5.816,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 435
        },
        {
          "entryTs": 1656052920,
          "entryUtc": "2022-06-24T06:42:00.000Z",
          "exitTs": 1656057000,
          "dir": -1,
          "entryPrice": 1822.833,
          "exitPrice": 1828.805,
          "stopDistance": 5.972,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 68
        },
        {
          "entryTs": 1656311580,
          "entryUtc": "2022-06-27T06:33:00.000Z",
          "exitTs": 1656333000,
          "dir": 1,
          "entryPrice": 1836.118,
          "exitPrice": 1829.555,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 357
        },
        {
          "entryTs": 1656397920,
          "entryUtc": "2022-06-28T06:32:00.000Z",
          "exitTs": 1656412980,
          "dir": 1,
          "entryPrice": 1828.188,
          "exitPrice": 1823.418,
          "stopDistance": 4.77,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 251
        },
        {
          "entryTs": 1656484200,
          "entryUtc": "2022-06-29T06:30:00.000Z",
          "exitTs": 1656499080,
          "dir": -1,
          "entryPrice": 1819.388,
          "exitPrice": 1823.664,
          "stopDistance": 4.276,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 248
        },
        {
          "entryTs": 1656571620,
          "entryUtc": "2022-06-30T06:47:00.000Z",
          "exitTs": 1656575100,
          "dir": 1,
          "entryPrice": 1817.666,
          "exitPrice": 1812.728,
          "stopDistance": 4.938,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 58
        },
        {
          "entryTs": 1656657060,
          "entryUtc": "2022-07-01T06:31:00.000Z",
          "exitTs": 1656685020,
          "dir": -1,
          "entryPrice": 1796.988,
          "exitPrice": 1804.04,
          "stopDistance": 7.052,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 466
        },
        {
          "entryTs": 1656916260,
          "entryUtc": "2022-07-04T06:31:00.000Z",
          "exitTs": 1657022640,
          "dir": -1,
          "entryPrice": 1810.743,
          "exitPrice": 1796.293,
          "stopDistance": 7.225,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 1773
        },
        {
          "entryTs": 1657089780,
          "entryUtc": "2022-07-06T06:43:00.000Z",
          "exitTs": 1657102920,
          "dir": 1,
          "entryPrice": 1767.588,
          "exitPrice": 1760.776,
          "stopDistance": 6.812,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 219
        },
        {
          "entryTs": 1657176240,
          "entryUtc": "2022-07-07T06:44:00.000Z",
          "exitTs": 1657291500,
          "dir": -1,
          "entryPrice": 1744.398,
          "exitPrice": 1752.088,
          "stopDistance": 7.69,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 1921
        },
        {
          "entryTs": 1657522440,
          "entryUtc": "2022-07-11T06:54:00.000Z",
          "exitTs": 1657587660,
          "dir": -1,
          "entryPrice": 1739.468,
          "exitPrice": 1727.516,
          "stopDistance": 5.976,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 1087
        },
        {
          "entryTs": 1657607640,
          "entryUtc": "2022-07-12T06:34:00.000Z",
          "exitTs": 1657655760,
          "dir": 1,
          "entryPrice": 1731.448,
          "exitPrice": 1724.564,
          "stopDistance": 6.884,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 802
        },
        {
          "entryTs": 1657694880,
          "entryUtc": "2022-07-13T06:48:00.000Z",
          "exitTs": 1657715400,
          "dir": 1,
          "entryPrice": 1726.814,
          "exitPrice": 1721.172,
          "stopDistance": 5.642,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 342
        },
        {
          "entryTs": 1657781760,
          "entryUtc": "2022-07-14T06:56:00.000Z",
          "exitTs": 1657803660,
          "dir": -1,
          "entryPrice": 1722.658,
          "exitPrice": 1706.685,
          "stopDistance": 7.987,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 365
        },
        {
          "entryTs": 1657866780,
          "entryUtc": "2022-07-15T06:33:00.000Z",
          "exitTs": 1657890840,
          "dir": -1,
          "entryPrice": 1704.508,
          "exitPrice": 1711.819,
          "stopDistance": 7.311,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 401
        },
        {
          "entryTs": 1658125800,
          "entryUtc": "2022-07-18T06:30:00.000Z",
          "exitTs": 1658129040,
          "dir": -1,
          "entryPrice": 1713.258,
          "exitPrice": 1719.672,
          "stopDistance": 6.414,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 54
        },
        {
          "entryTs": 1658212500,
          "entryUtc": "2022-07-19T06:35:00.000Z",
          "exitTs": 1658223120,
          "dir": -1,
          "entryPrice": 1708.088,
          "exitPrice": 1713.486,
          "stopDistance": 5.398,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 177
        },
        {
          "entryTs": 1658298720,
          "entryUtc": "2022-07-20T06:32:00.000Z",
          "exitTs": 1658309400,
          "dir": -1,
          "entryPrice": 1706.294,
          "exitPrice": 1710.917,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 178
        },
        {
          "entryTs": 1658385060,
          "entryUtc": "2022-07-21T06:31:00.000Z",
          "exitTs": 1658406900,
          "dir": -1,
          "entryPrice": 1688.708,
          "exitPrice": 1693.881,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 364
        },
        {
          "entryTs": 1658471400,
          "entryUtc": "2022-07-22T06:30:00.000Z",
          "exitTs": 1658497500,
          "dir": 1,
          "entryPrice": 1719.268,
          "exitPrice": 1731.848,
          "stopDistance": 6.29,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 435
        },
        {
          "entryTs": 1658730660,
          "entryUtc": "2022-07-25T06:31:00.000Z",
          "exitTs": 1658740380,
          "dir": -1,
          "entryPrice": 1724.094,
          "exitPrice": 1730.634,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 162
        },
        {
          "entryTs": 1658817000,
          "entryUtc": "2022-07-26T06:30:00.000Z",
          "exitTs": 1658830620,
          "dir": 1,
          "entryPrice": 1723.557,
          "exitPrice": 1718.077,
          "stopDistance": 5.48,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 227
        },
        {
          "entryTs": 1658905440,
          "entryUtc": "2022-07-27T07:04:00.000Z",
          "exitTs": 1658929260,
          "dir": 1,
          "entryPrice": 1720.064,
          "exitPrice": 1715.116,
          "stopDistance": 4.948,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 397
        },
        {
          "entryTs": 1658989800,
          "entryUtc": "2022-07-28T06:30:00.000Z",
          "exitTs": 1659014880,
          "dir": 1,
          "entryPrice": 1740.704,
          "exitPrice": 1753.573,
          "stopDistance": 6.435,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 418
        },
        {
          "entryTs": 1659082320,
          "entryUtc": "2022-07-29T08:12:00.000Z",
          "exitTs": 1659346860,
          "dir": -1,
          "entryPrice": 1762.938,
          "exitPrice": 1769.469,
          "stopDistance": 6.531,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 4409
        },
        {
          "entryTs": 1659422280,
          "entryUtc": "2022-08-02T06:38:00.000Z",
          "exitTs": 1659443460,
          "dir": 1,
          "entryPrice": 1774.588,
          "exitPrice": 1787.083,
          "stopDistance": 6.247,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 353
        },
        {
          "entryTs": 1659508920,
          "entryUtc": "2022-08-03T06:42:00.000Z",
          "exitTs": 1659601080,
          "dir": -1,
          "entryPrice": 1767.204,
          "exitPrice": 1774.845,
          "stopDistance": 7.641,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 1536
        },
        {
          "entryTs": 1659686880,
          "entryUtc": "2022-08-05T08:08:00.000Z",
          "exitTs": 1659702660,
          "dir": -1,
          "entryPrice": 1788.504,
          "exitPrice": 1777.294,
          "stopDistance": 5.605,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 263
        },
        {
          "entryTs": 1659941460,
          "entryUtc": "2022-08-08T06:51:00.000Z",
          "exitTs": 1659969240,
          "dir": 1,
          "entryPrice": 1775.054,
          "exitPrice": 1786.634,
          "stopDistance": 5.79,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 463
        },
        {
          "entryTs": 1660029840,
          "entryUtc": "2022-08-09T07:24:00.000Z",
          "exitTs": 1660032180,
          "dir": -1,
          "entryPrice": 1784.298,
          "exitPrice": 1789.278,
          "stopDistance": 4.98,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 39
        },
        {
          "entryTs": 1660113060,
          "entryUtc": "2022-08-10T06:31:00.000Z",
          "exitTs": 1660120620,
          "dir": -1,
          "entryPrice": 1787.558,
          "exitPrice": 1792.135,
          "stopDistance": 4.577,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 126
        },
        {
          "entryTs": 1660199820,
          "entryUtc": "2022-08-11T06:37:00.000Z",
          "exitTs": 1660212720,
          "dir": -1,
          "entryPrice": 1784.914,
          "exitPrice": 1790.64,
          "stopDistance": 5.726,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 215
        },
        {
          "entryTs": 1660286100,
          "entryUtc": "2022-08-12T06:35:00.000Z",
          "exitTs": 1660309620,
          "dir": -1,
          "entryPrice": 1790.338,
          "exitPrice": 1795.558,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 392
        },
        {
          "entryTs": 1660545120,
          "entryUtc": "2022-08-15T06:32:00.000Z",
          "exitTs": 1660555920,
          "dir": -1,
          "entryPrice": 1791.388,
          "exitPrice": 1780.797,
          "stopDistance": 5.295,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 180
        },
        {
          "entryTs": 1660633320,
          "entryUtc": "2022-08-16T07:02:00.000Z",
          "exitTs": 1660734960,
          "dir": -1,
          "entryPrice": 1779.508,
          "exitPrice": 1769.831,
          "stopDistance": 4.839,
          "outcome": "target",
          "netR": 1.9235,
          "holdMinutes": 1694
        },
        {
          "entryTs": 1660804200,
          "entryUtc": "2022-08-18T06:30:00.000Z",
          "exitTs": 1660816380,
          "dir": -1,
          "entryPrice": 1762.114,
          "exitPrice": 1767.354,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 203
        },
        {
          "entryTs": 1660892460,
          "entryUtc": "2022-08-19T07:01:00.000Z",
          "exitTs": 1661142840,
          "dir": -1,
          "entryPrice": 1754.668,
          "exitPrice": 1744.51,
          "stopDistance": 5.079,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 4173
        },
        {
          "entryTs": 1661150640,
          "entryUtc": "2022-08-22T06:44:00.000Z",
          "exitTs": 1661158200,
          "dir": -1,
          "entryPrice": 1741.868,
          "exitPrice": 1732.854,
          "stopDistance": 4.507,
          "outcome": "target",
          "netR": 1.9179,
          "holdMinutes": 126
        },
        {
          "entryTs": 1661238960,
          "entryUtc": "2022-08-23T07:16:00.000Z",
          "exitTs": 1661257380,
          "dir": 1,
          "entryPrice": 1737.928,
          "exitPrice": 1733.139,
          "stopDistance": 4.789,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 307
        },
        {
          "entryTs": 1661322960,
          "entryUtc": "2022-08-24T06:36:00.000Z",
          "exitTs": 1661328300,
          "dir": -1,
          "entryPrice": 1744.498,
          "exitPrice": 1749.309,
          "stopDistance": 4.811,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 89
        },
        {
          "entryTs": 1661409120,
          "entryUtc": "2022-08-25T06:32:00.000Z",
          "exitTs": 1661434860,
          "dir": 1,
          "entryPrice": 1759.264,
          "exitPrice": 1754.434,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 429
        },
        {
          "entryTs": 1661495400,
          "entryUtc": "2022-08-26T06:30:00.000Z",
          "exitTs": 1661498160,
          "dir": 1,
          "entryPrice": 1758.224,
          "exitPrice": 1753.653,
          "stopDistance": 4.571,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 46
        },
        {
          "entryTs": 1661754840,
          "entryUtc": "2022-08-29T06:34:00.000Z",
          "exitTs": 1661778360,
          "dir": 1,
          "entryPrice": 1723.688,
          "exitPrice": 1736.881,
          "stopDistance": 6.596,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 392
        },
        {
          "entryTs": 1661841060,
          "entryUtc": "2022-08-30T06:31:00.000Z",
          "exitTs": 1661870760,
          "dir": -1,
          "entryPrice": 1733.164,
          "exitPrice": 1722.517,
          "stopDistance": 5.323,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 495
        },
        {
          "entryTs": 1661927520,
          "entryUtc": "2022-08-31T06:32:00.000Z",
          "exitTs": 1661937840,
          "dir": -1,
          "entryPrice": 1721.848,
          "exitPrice": 1712.633,
          "stopDistance": 4.607,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 172
        },
        {
          "entryTs": 1662019800,
          "entryUtc": "2022-09-01T08:10:00.000Z",
          "exitTs": 1662041760,
          "dir": -1,
          "entryPrice": 1703.348,
          "exitPrice": 1691.806,
          "stopDistance": 5.771,
          "outcome": "target",
          "netR": 1.9359,
          "holdMinutes": 366
        },
        {
          "entryTs": 1662100200,
          "entryUtc": "2022-09-02T06:30:00.000Z",
          "exitTs": 1662111000,
          "dir": -1,
          "entryPrice": 1700.384,
          "exitPrice": 1705.885,
          "stopDistance": 5.501,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 180
        },
        {
          "entryTs": 1662359700,
          "entryUtc": "2022-09-05T06:35:00.000Z",
          "exitTs": 1662373020,
          "dir": -1,
          "entryPrice": 1710.108,
          "exitPrice": 1715.619,
          "stopDistance": 5.511,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 222
        },
        {
          "entryTs": 1662445800,
          "entryUtc": "2022-09-06T06:30:00.000Z",
          "exitTs": 1662454980,
          "dir": 1,
          "entryPrice": 1717.838,
          "exitPrice": 1712.102,
          "stopDistance": 5.736,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 153
        },
        {
          "entryTs": 1662532620,
          "entryUtc": "2022-09-07T06:37:00.000Z",
          "exitTs": 1662561000,
          "dir": 1,
          "entryPrice": 1697.894,
          "exitPrice": 1710.023,
          "stopDistance": 6.065,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 473
        },
        {
          "entryTs": 1662620400,
          "entryUtc": "2022-09-08T07:00:00.000Z",
          "exitTs": 1662641820,
          "dir": 1,
          "entryPrice": 1719.614,
          "exitPrice": 1714.027,
          "stopDistance": 5.587,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 357
        },
        {
          "entryTs": 1662706800,
          "entryUtc": "2022-09-09T07:00:00.000Z",
          "exitTs": 1662729720,
          "dir": 1,
          "entryPrice": 1722.764,
          "exitPrice": 1717.101,
          "stopDistance": 5.663,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 382
        },
        {
          "entryTs": 1662964260,
          "entryUtc": "2022-09-12T06:31:00.000Z",
          "exitTs": 1662967500,
          "dir": 1,
          "entryPrice": 1715.058,
          "exitPrice": 1725.981,
          "stopDistance": 5.462,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 54
        },
        {
          "entryTs": 1663050720,
          "entryUtc": "2022-09-13T06:32:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1724.098,
          "exitPrice": 1718.664,
          "stopDistance": 5.434,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 358
        },
        {
          "entryTs": 1663224000,
          "entryUtc": "2022-09-15T06:40:00.000Z",
          "exitTs": 1663253460,
          "dir": -1,
          "entryPrice": 1687.244,
          "exitPrice": 1673.706,
          "stopDistance": 6.769,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 491
        },
        {
          "entryTs": 1663570920,
          "entryUtc": "2022-09-19T07:02:00.000Z",
          "exitTs": 1663598940,
          "dir": -1,
          "entryPrice": 1664.705,
          "exitPrice": 1671.938,
          "stopDistance": 7.233,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 467
        },
        {
          "entryTs": 1663655400,
          "entryUtc": "2022-09-20T06:30:00.000Z",
          "exitTs": 1663662360,
          "dir": 1,
          "entryPrice": 1673.618,
          "exitPrice": 1668.008,
          "stopDistance": 5.61,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 116
        },
        {
          "entryTs": 1663741800,
          "entryUtc": "2022-09-21T06:30:00.000Z",
          "exitTs": 1663742700,
          "dir": 1,
          "entryPrice": 1674.485,
          "exitPrice": 1669.657,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 15
        },
        {
          "entryTs": 1663828500,
          "entryUtc": "2022-09-22T06:35:00.000Z",
          "exitTs": 1663834500,
          "dir": -1,
          "entryPrice": 1658.898,
          "exitPrice": 1667.434,
          "stopDistance": 8.536,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 100
        },
        {
          "entryTs": 1663914660,
          "entryUtc": "2022-09-23T06:31:00.000Z",
          "exitTs": 1663917360,
          "dir": 1,
          "entryPrice": 1673.938,
          "exitPrice": 1667.04,
          "stopDistance": 6.898,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 45
        },
        {
          "entryTs": 1664174100,
          "entryUtc": "2022-09-26T06:35:00.000Z",
          "exitTs": 1664177220,
          "dir": -1,
          "entryPrice": 1636.818,
          "exitPrice": 1646.754,
          "stopDistance": 9.936,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 52
        },
        {
          "entryTs": 1664261580,
          "entryUtc": "2022-09-27T06:53:00.000Z",
          "exitTs": 1664297520,
          "dir": 1,
          "entryPrice": 1636.665,
          "exitPrice": 1628.893,
          "stopDistance": 7.772,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 599
        },
        {
          "entryTs": 1664349060,
          "entryUtc": "2022-09-28T07:11:00.000Z",
          "exitTs": 1664360340,
          "dir": -1,
          "entryPrice": 1619.915,
          "exitPrice": 1625.999,
          "stopDistance": 6.084,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 188
        },
        {
          "entryTs": 1664433360,
          "entryUtc": "2022-09-29T06:36:00.000Z",
          "exitTs": 1664466960,
          "dir": 1,
          "entryPrice": 1645.668,
          "exitPrice": 1661.648,
          "stopDistance": 7.99,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 560
        },
        {
          "entryTs": 1664520180,
          "entryUtc": "2022-09-30T06:43:00.000Z",
          "exitTs": 1664521740,
          "dir": -1,
          "entryPrice": 1664.998,
          "exitPrice": 1671.882,
          "stopDistance": 6.884,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 26
        },
        {
          "entryTs": 1664778600,
          "entryUtc": "2022-10-03T06:30:00.000Z",
          "exitTs": 1664799960,
          "dir": -1,
          "entryPrice": 1662.998,
          "exitPrice": 1669.46,
          "stopDistance": 6.462,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 356
        },
        {
          "entryTs": 1664865120,
          "entryUtc": "2022-10-04T06:32:00.000Z",
          "exitTs": 1664894520,
          "dir": 1,
          "entryPrice": 1703.628,
          "exitPrice": 1719.162,
          "stopDistance": 7.767,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 490
        },
        {
          "entryTs": 1664951820,
          "entryUtc": "2022-10-05T06:37:00.000Z",
          "exitTs": 1664956260,
          "dir": 1,
          "entryPrice": 1723.674,
          "exitPrice": 1716.824,
          "stopDistance": 6.85,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 74
        },
        {
          "entryTs": 1665038880,
          "entryUtc": "2022-10-06T06:48:00.000Z",
          "exitTs": 1665044700,
          "dir": 1,
          "entryPrice": 1723.968,
          "exitPrice": 1717.007,
          "stopDistance": 6.961,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 97
        },
        {
          "entryTs": 1665124620,
          "entryUtc": "2022-10-07T06:37:00.000Z",
          "exitTs": 1665146760,
          "dir": -1,
          "entryPrice": 1709.457,
          "exitPrice": 1697.66,
          "stopDistance": 5.898,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 369
        },
        {
          "entryTs": 1665383400,
          "entryUtc": "2022-10-10T06:30:00.000Z",
          "exitTs": 1665412680,
          "dir": -1,
          "entryPrice": 1685.424,
          "exitPrice": 1671.101,
          "stopDistance": 7.161,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 488
        },
        {
          "entryTs": 1665469860,
          "entryUtc": "2022-10-11T06:31:00.000Z",
          "exitTs": 1665482640,
          "dir": 1,
          "entryPrice": 1668.578,
          "exitPrice": 1661.933,
          "stopDistance": 6.645,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 213
        },
        {
          "entryTs": 1665556260,
          "entryUtc": "2022-10-12T06:31:00.000Z",
          "exitTs": 1665577800,
          "dir": 1,
          "entryPrice": 1672.698,
          "exitPrice": 1665.522,
          "stopDistance": 7.176,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 359
        },
        {
          "entryTs": 1665642600,
          "entryUtc": "2022-10-13T06:30:00.000Z",
          "exitTs": 1665649800,
          "dir": -1,
          "entryPrice": 1667.778,
          "exitPrice": 1672.901,
          "stopDistance": 5.123,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 120
        },
        {
          "entryTs": 1665729360,
          "entryUtc": "2022-10-14T06:36:00.000Z",
          "exitTs": 1665735540,
          "dir": 1,
          "entryPrice": 1671.615,
          "exitPrice": 1663.376,
          "stopDistance": 8.239,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 103
        },
        {
          "entryTs": 1665988380,
          "entryUtc": "2022-10-17T06:33:00.000Z",
          "exitTs": 1665993300,
          "dir": -1,
          "entryPrice": 1649.955,
          "exitPrice": 1657.171,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 82
        },
        {
          "entryTs": 1666074600,
          "entryUtc": "2022-10-18T06:30:00.000Z",
          "exitTs": 1666162380,
          "dir": -1,
          "entryPrice": 1654.077,
          "exitPrice": 1640.794,
          "stopDistance": 6.641,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 1463
        },
        {
          "entryTs": 1666247400,
          "entryUtc": "2022-10-20T06:30:00.000Z",
          "exitTs": 1666259760,
          "dir": -1,
          "entryPrice": 1629.698,
          "exitPrice": 1635.65,
          "stopDistance": 5.952,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 206
        },
        {
          "entryTs": 1666334640,
          "entryUtc": "2022-10-21T06:44:00.000Z",
          "exitTs": 1666357740,
          "dir": 1,
          "entryPrice": 1622.207,
          "exitPrice": 1634.314,
          "stopDistance": 6.053,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 385
        },
        {
          "entryTs": 1666593000,
          "entryUtc": "2022-10-24T06:30:00.000Z",
          "exitTs": 1666599000,
          "dir": 1,
          "entryPrice": 1656.687,
          "exitPrice": 1647.997,
          "stopDistance": 8.69,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 100
        },
        {
          "entryTs": 1666679400,
          "entryUtc": "2022-10-25T06:30:00.000Z",
          "exitTs": 1666683720,
          "dir": 1,
          "entryPrice": 1651.278,
          "exitPrice": 1645.012,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 72
        },
        {
          "entryTs": 1666766580,
          "entryUtc": "2022-10-26T06:43:00.000Z",
          "exitTs": 1666873200,
          "dir": 1,
          "entryPrice": 1663.658,
          "exitPrice": 1657.419,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 1777
        },
        {
          "entryTs": 1666939500,
          "entryUtc": "2022-10-28T06:45:00.000Z",
          "exitTs": 1666959900,
          "dir": -1,
          "entryPrice": 1657.588,
          "exitPrice": 1645.37,
          "stopDistance": 6.109,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 340
        },
        {
          "entryTs": 1667197980,
          "entryUtc": "2022-10-31T06:33:00.000Z",
          "exitTs": 1667205240,
          "dir": 1,
          "entryPrice": 1641.918,
          "exitPrice": 1636.024,
          "stopDistance": 5.894,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 121
        },
        {
          "entryTs": 1667284260,
          "entryUtc": "2022-11-01T06:31:00.000Z",
          "exitTs": 1667301960,
          "dir": 1,
          "entryPrice": 1643.738,
          "exitPrice": 1654.56,
          "stopDistance": 5.411,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 295
        },
        {
          "entryTs": 1667370660,
          "entryUtc": "2022-11-02T06:31:00.000Z",
          "exitTs": 1667405640,
          "dir": 1,
          "entryPrice": 1650.997,
          "exitPrice": 1645.441,
          "stopDistance": 5.556,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 583
        },
        {
          "entryTs": 1667458800,
          "entryUtc": "2022-11-03T07:00:00.000Z",
          "exitTs": 1667468640,
          "dir": -1,
          "entryPrice": 1633.878,
          "exitPrice": 1620.716,
          "stopDistance": 6.581,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 164
        },
        {
          "entryTs": 1667543400,
          "entryUtc": "2022-11-04T06:30:00.000Z",
          "exitTs": 1667560140,
          "dir": -1,
          "entryPrice": 1646.008,
          "exitPrice": 1652.549,
          "stopDistance": 6.541,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 279
        },
        {
          "entryTs": 1667808960,
          "entryUtc": "2022-11-07T08:16:00.000Z",
          "exitTs": 1667920140,
          "dir": 1,
          "entryPrice": 1671.418,
          "exitPrice": 1685.7,
          "stopDistance": 7.141,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 1853
        },
        {
          "entryTs": 1667979420,
          "entryUtc": "2022-11-09T07:37:00.000Z",
          "exitTs": 1668006540,
          "dir": -1,
          "entryPrice": 1709.867,
          "exitPrice": 1716.314,
          "stopDistance": 6.447,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 452
        },
        {
          "entryTs": 1668065460,
          "entryUtc": "2022-11-10T07:31:00.000Z",
          "exitTs": 1668086580,
          "dir": -1,
          "entryPrice": 1705.398,
          "exitPrice": 1711.363,
          "stopDistance": 5.966,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 352
        },
        {
          "entryTs": 1668151800,
          "entryUtc": "2022-11-11T07:30:00.000Z",
          "exitTs": 1668497460,
          "dir": 1,
          "entryPrice": 1761.208,
          "exitPrice": 1778.381,
          "stopDistance": 8.586,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 5761
        },
        {
          "entryTs": 1668584220,
          "entryUtc": "2022-11-16T07:37:00.000Z",
          "exitTs": 1668651720,
          "dir": 1,
          "entryPrice": 1775.017,
          "exitPrice": 1767.424,
          "stopDistance": 7.593,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 1125
        },
        {
          "entryTs": 1668670440,
          "entryUtc": "2022-11-17T07:34:00.000Z",
          "exitTs": 1668682260,
          "dir": 1,
          "entryPrice": 1767.968,
          "exitPrice": 1761.705,
          "stopDistance": 6.263,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 197
        },
        {
          "entryTs": 1668756660,
          "entryUtc": "2022-11-18T07:31:00.000Z",
          "exitTs": 1668782820,
          "dir": -1,
          "entryPrice": 1763.257,
          "exitPrice": 1752.763,
          "stopDistance": 5.247,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 436
        },
        {
          "entryTs": 1669015800,
          "entryUtc": "2022-11-21T07:30:00.000Z",
          "exitTs": 1669048020,
          "dir": -1,
          "entryPrice": 1744.457,
          "exitPrice": 1733.262,
          "stopDistance": 5.598,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 537
        },
        {
          "entryTs": 1669102380,
          "entryUtc": "2022-11-22T07:33:00.000Z",
          "exitTs": 1669146060,
          "dir": 1,
          "entryPrice": 1742.338,
          "exitPrice": 1737.049,
          "stopDistance": 5.289,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 728
        },
        {
          "entryTs": 1669188900,
          "entryUtc": "2022-11-23T07:35:00.000Z",
          "exitTs": 1669194720,
          "dir": 1,
          "entryPrice": 1742.008,
          "exitPrice": 1737.061,
          "stopDistance": 4.948,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 97
        },
        {
          "entryTs": 1669275120,
          "entryUtc": "2022-11-24T07:32:00.000Z",
          "exitTs": 1669363140,
          "dir": 1,
          "entryPrice": 1757.327,
          "exitPrice": 1751.739,
          "stopDistance": 5.588,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 1467
        },
        {
          "entryTs": 1669620600,
          "entryUtc": "2022-11-28T07:30:00.000Z",
          "exitTs": 1669623960,
          "dir": -1,
          "entryPrice": 1750.878,
          "exitPrice": 1756.371,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 56
        },
        {
          "entryTs": 1669708080,
          "entryUtc": "2022-11-29T07:48:00.000Z",
          "exitTs": 1669732020,
          "dir": 1,
          "entryPrice": 1754.138,
          "exitPrice": 1748.343,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 399
        },
        {
          "entryTs": 1669793460,
          "entryUtc": "2022-11-30T07:31:00.000Z",
          "exitTs": 1669821540,
          "dir": 1,
          "entryPrice": 1756.108,
          "exitPrice": 1751.306,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 468
        },
        {
          "entryTs": 1669880280,
          "entryUtc": "2022-12-01T07:38:00.000Z",
          "exitTs": 1669899960,
          "dir": -1,
          "entryPrice": 1778.947,
          "exitPrice": 1786.17,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 328
        },
        {
          "entryTs": 1669966560,
          "entryUtc": "2022-12-02T07:36:00.000Z",
          "exitTs": 1669987800,
          "dir": 1,
          "entryPrice": 1800.958,
          "exitPrice": 1794.906,
          "stopDistance": 6.052,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 354
        },
        {
          "entryTs": 1670228700,
          "entryUtc": "2022-12-05T08:25:00.000Z",
          "exitTs": 1670252340,
          "dir": -1,
          "entryPrice": 1797.327,
          "exitPrice": 1783.85,
          "stopDistance": 6.739,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 394
        },
        {
          "entryTs": 1670312820,
          "entryUtc": "2022-12-06T07:47:00.000Z",
          "exitTs": 1670423940,
          "dir": 1,
          "entryPrice": 1771.228,
          "exitPrice": 1784.355,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1852
        },
        {
          "entryTs": 1670485740,
          "entryUtc": "2022-12-08T07:49:00.000Z",
          "exitTs": 1670506380,
          "dir": -1,
          "entryPrice": 1784.757,
          "exitPrice": 1790.446,
          "stopDistance": 5.689,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 344
        },
        {
          "entryTs": 1670571420,
          "entryUtc": "2022-12-09T07:37:00.000Z",
          "exitTs": 1670585580,
          "dir": -1,
          "entryPrice": 1793.657,
          "exitPrice": 1798.61,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 236
        },
        {
          "entryTs": 1670830260,
          "entryUtc": "2022-12-12T07:31:00.000Z",
          "exitTs": 1670859480,
          "dir": 1,
          "entryPrice": 1790.088,
          "exitPrice": 1784.222,
          "stopDistance": 5.866,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 487
        },
        {
          "entryTs": 1670916660,
          "entryUtc": "2022-12-13T07:31:00.000Z",
          "exitTs": 1670924460,
          "dir": 1,
          "entryPrice": 1788.305,
          "exitPrice": 1783.428,
          "stopDistance": 4.877,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 130
        },
        {
          "entryTs": 1671003000,
          "entryUtc": "2022-12-14T07:30:00.000Z",
          "exitTs": 1671044400,
          "dir": -1,
          "entryPrice": 1808.478,
          "exitPrice": 1795.632,
          "stopDistance": 6.423,
          "outcome": "target",
          "netR": 1.9424,
          "holdMinutes": 690
        },
        {
          "entryTs": 1671090240,
          "entryUtc": "2022-12-15T07:44:00.000Z",
          "exitTs": 1671093000,
          "dir": -1,
          "entryPrice": 1791.305,
          "exitPrice": 1777.962,
          "stopDistance": 6.671,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 46
        },
        {
          "entryTs": 1671175860,
          "entryUtc": "2022-12-16T07:31:00.000Z",
          "exitTs": 1671199260,
          "dir": -1,
          "entryPrice": 1780.735,
          "exitPrice": 1787.004,
          "stopDistance": 6.269,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 390
        },
        {
          "entryTs": 1671436200,
          "entryUtc": "2022-12-19T07:50:00.000Z",
          "exitTs": 1671464760,
          "dir": 1,
          "entryPrice": 1793.485,
          "exitPrice": 1787.894,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 476
        },
        {
          "entryTs": 1671522360,
          "entryUtc": "2022-12-20T07:46:00.000Z",
          "exitTs": 1671529200,
          "dir": 1,
          "entryPrice": 1795.158,
          "exitPrice": 1806.761,
          "stopDistance": 5.802,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 114
        },
        {
          "entryTs": 1671607800,
          "entryUtc": "2022-12-21T07:30:00.000Z",
          "exitTs": 1671716760,
          "dir": 1,
          "entryPrice": 1815.045,
          "exitPrice": 1809.421,
          "stopDistance": 5.624,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 1816
        },
        {
          "entryTs": 1671781260,
          "entryUtc": "2022-12-23T07:41:00.000Z",
          "exitTs": 1671805320,
          "dir": 1,
          "entryPrice": 1797.675,
          "exitPrice": 1792.286,
          "stopDistance": 5.389,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 401
        },
        {
          "entryTs": 1672127220,
          "entryUtc": "2022-12-27T07:47:00.000Z",
          "exitTs": 1672142460,
          "dir": -1,
          "entryPrice": 1805.975,
          "exitPrice": 1810.925,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 254
        },
        {
          "entryTs": 1672214280,
          "entryUtc": "2022-12-28T07:58:00.000Z",
          "exitTs": 1672216980,
          "dir": 1,
          "entryPrice": 1809.975,
          "exitPrice": 1804.072,
          "stopDistance": 5.903,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672299000,
          "entryUtc": "2022-12-29T07:30:00.000Z",
          "exitTs": 1672304640,
          "dir": -1,
          "entryPrice": 1805.535,
          "exitPrice": 1810.657,
          "stopDistance": 5.122,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 94
        },
        {
          "entryTs": 1672385400,
          "entryUtc": "2022-12-30T07:30:00.000Z",
          "exitTs": 1672409160,
          "dir": -1,
          "entryPrice": 1819.305,
          "exitPrice": 1823.88,
          "stopDistance": 4.575,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 396
        },
        {
          "entryTs": 1672731000,
          "entryUtc": "2023-01-03T07:30:00.000Z",
          "exitTs": 1672734060,
          "dir": 1,
          "entryPrice": 1847.555,
          "exitPrice": 1840.822,
          "stopDistance": 6.733,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 51
        },
        {
          "entryTs": 1672817520,
          "entryUtc": "2023-01-04T07:32:00.000Z",
          "exitTs": 1672905900,
          "dir": 1,
          "entryPrice": 1853.195,
          "exitPrice": 1846.576,
          "stopDistance": 6.619,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 1473
        },
        {
          "entryTs": 1672990200,
          "entryUtc": "2023-01-06T07:30:00.000Z",
          "exitTs": 1673012520,
          "dir": -1,
          "entryPrice": 1837.305,
          "exitPrice": 1843.811,
          "stopDistance": 6.506,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 372
        },
        {
          "entryTs": 1673249760,
          "entryUtc": "2023-01-09T07:36:00.000Z",
          "exitTs": 1673415480,
          "dir": -1,
          "entryPrice": 1876.935,
          "exitPrice": 1884.094,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 2762
        },
        {
          "entryTs": 1673425020,
          "entryUtc": "2023-01-11T08:17:00.000Z",
          "exitTs": 1673439300,
          "dir": 1,
          "entryPrice": 1883.675,
          "exitPrice": 1877.847,
          "stopDistance": 5.828,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 238
        },
        {
          "entryTs": 1673508840,
          "entryUtc": "2023-01-12T07:34:00.000Z",
          "exitTs": 1673523540,
          "dir": -1,
          "entryPrice": 1880.758,
          "exitPrice": 1885.974,
          "stopDistance": 5.216,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 245
        },
        {
          "entryTs": 1673595900,
          "entryUtc": "2023-01-13T07:45:00.000Z",
          "exitTs": 1673621400,
          "dir": 1,
          "entryPrice": 1897.065,
          "exitPrice": 1911.423,
          "stopDistance": 7.179,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 425
        },
        {
          "entryTs": 1673854260,
          "entryUtc": "2023-01-16T07:31:00.000Z",
          "exitTs": 1673928900,
          "dir": 1,
          "entryPrice": 1916.825,
          "exitPrice": 1908.56,
          "stopDistance": 8.265,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 1244
        },
        {
          "entryTs": 1673941260,
          "entryUtc": "2023-01-17T07:41:00.000Z",
          "exitTs": 1674009600,
          "dir": 1,
          "entryPrice": 1909.055,
          "exitPrice": 1902.618,
          "stopDistance": 6.437,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 1139
        },
        {
          "entryTs": 1674028860,
          "entryUtc": "2023-01-18T08:01:00.000Z",
          "exitTs": 1674048600,
          "dir": 1,
          "entryPrice": 1908.945,
          "exitPrice": 1922.87,
          "stopDistance": 6.963,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 329
        },
        {
          "entryTs": 1674113940,
          "entryUtc": "2023-01-19T07:39:00.000Z",
          "exitTs": 1674142800,
          "dir": 1,
          "entryPrice": 1909.605,
          "exitPrice": 1922.953,
          "stopDistance": 6.674,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 481
        },
        {
          "entryTs": 1674199800,
          "entryUtc": "2023-01-20T07:30:00.000Z",
          "exitTs": 1674223260,
          "dir": 1,
          "entryPrice": 1930.185,
          "exitPrice": 1923.684,
          "stopDistance": 6.502,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 391
        },
        {
          "entryTs": 1674459180,
          "entryUtc": "2023-01-23T07:33:00.000Z",
          "exitTs": 1674463200,
          "dir": -1,
          "entryPrice": 1920.295,
          "exitPrice": 1926.603,
          "stopDistance": 6.308,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 67
        },
        {
          "entryTs": 1674545400,
          "entryUtc": "2023-01-24T07:30:00.000Z",
          "exitTs": 1674567660,
          "dir": 1,
          "entryPrice": 1940.555,
          "exitPrice": 1934.097,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 371
        },
        {
          "entryTs": 1674631800,
          "entryUtc": "2023-01-25T07:30:00.000Z",
          "exitTs": 1674659220,
          "dir": -1,
          "entryPrice": 1930.568,
          "exitPrice": 1937.544,
          "stopDistance": 6.976,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 457
        },
        {
          "entryTs": 1674724620,
          "entryUtc": "2023-01-26T09:17:00.000Z",
          "exitTs": 1674748560,
          "dir": -1,
          "entryPrice": 1937.847,
          "exitPrice": 1923.802,
          "stopDistance": 7.022,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 399
        },
        {
          "entryTs": 1674804840,
          "entryUtc": "2023-01-27T07:34:00.000Z",
          "exitTs": 1674834480,
          "dir": 1,
          "entryPrice": 1925.305,
          "exitPrice": 1917.997,
          "stopDistance": 7.308,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 494
        },
        {
          "entryTs": 1675064400,
          "entryUtc": "2023-01-30T07:40:00.000Z",
          "exitTs": 1675145160,
          "dir": -1,
          "entryPrice": 1926.765,
          "exitPrice": 1913.122,
          "stopDistance": 6.821,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 1346
        },
        {
          "entryTs": 1675152420,
          "entryUtc": "2023-01-31T08:07:00.000Z",
          "exitTs": 1675173180,
          "dir": -1,
          "entryPrice": 1912.325,
          "exitPrice": 1918.233,
          "stopDistance": 5.908,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 346
        },
        {
          "entryTs": 1675236600,
          "entryUtc": "2023-02-01T07:30:00.000Z",
          "exitTs": 1675257300,
          "dir": -1,
          "entryPrice": 1925.995,
          "exitPrice": 1931.479,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 345
        },
        {
          "entryTs": 1675409400,
          "entryUtc": "2023-02-03T07:30:00.000Z",
          "exitTs": 1675431000,
          "dir": -1,
          "entryPrice": 1914.535,
          "exitPrice": 1899.851,
          "stopDistance": 7.342,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 360
        },
        {
          "entryTs": 1675668780,
          "entryUtc": "2023-02-06T07:33:00.000Z",
          "exitTs": 1675792020,
          "dir": -1,
          "entryPrice": 1874.765,
          "exitPrice": 1883.512,
          "stopDistance": 8.747,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 2054
        },
        {
          "entryTs": 1675842120,
          "entryUtc": "2023-02-08T07:42:00.000Z",
          "exitTs": 1675862700,
          "dir": 1,
          "entryPrice": 1880.035,
          "exitPrice": 1872.616,
          "stopDistance": 7.419,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 343
        },
        {
          "entryTs": 1675928100,
          "entryUtc": "2023-02-09T07:35:00.000Z",
          "exitTs": 1675956480,
          "dir": 1,
          "entryPrice": 1881.547,
          "exitPrice": 1875.488,
          "stopDistance": 6.059,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 473
        },
        {
          "entryTs": 1676014380,
          "entryUtc": "2023-02-10T07:33:00.000Z",
          "exitTs": 1676283240,
          "dir": 1,
          "entryPrice": 1862.155,
          "exitPrice": 1854.195,
          "stopDistance": 7.96,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 4481
        },
        {
          "entryTs": 1676363820,
          "entryUtc": "2023-02-14T08:37:00.000Z",
          "exitTs": 1676368200,
          "dir": -1,
          "entryPrice": 1857.835,
          "exitPrice": 1863.675,
          "stopDistance": 5.84,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 73
        },
        {
          "entryTs": 1676446320,
          "entryUtc": "2023-02-15T07:32:00.000Z",
          "exitTs": 1676609460,
          "dir": -1,
          "entryPrice": 1841.137,
          "exitPrice": 1824.998,
          "stopDistance": 8.069,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 2719
        },
        {
          "entryTs": 1676619540,
          "entryUtc": "2023-02-17T07:39:00.000Z",
          "exitTs": 1676648040,
          "dir": 1,
          "entryPrice": 1824.255,
          "exitPrice": 1838.411,
          "stopDistance": 7.078,
          "outcome": "target",
          "netR": 1.9477,
          "holdMinutes": 475
        },
        {
          "entryTs": 1676878200,
          "entryUtc": "2023-02-20T07:30:00.000Z",
          "exitTs": 1676949000,
          "dir": 1,
          "entryPrice": 1845.655,
          "exitPrice": 1839.851,
          "stopDistance": 5.804,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 1180
        },
        {
          "entryTs": 1676965620,
          "entryUtc": "2023-02-21T07:47:00.000Z",
          "exitTs": 1676988120,
          "dir": -1,
          "entryPrice": 1833.954,
          "exitPrice": 1838.335,
          "stopDistance": 4.381,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 375
        },
        {
          "entryTs": 1677051420,
          "entryUtc": "2023-02-22T07:37:00.000Z",
          "exitTs": 1677078720,
          "dir": 1,
          "entryPrice": 1836.705,
          "exitPrice": 1831.87,
          "stopDistance": 4.835,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 455
        },
        {
          "entryTs": 1677139380,
          "entryUtc": "2023-02-23T08:03:00.000Z",
          "exitTs": 1677240600,
          "dir": -1,
          "entryPrice": 1828.655,
          "exitPrice": 1816.505,
          "stopDistance": 6.075,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 1687
        },
        {
          "entryTs": 1677483840,
          "entryUtc": "2023-02-27T07:44:00.000Z",
          "exitTs": 1677572220,
          "dir": 1,
          "entryPrice": 1809.945,
          "exitPrice": 1804.756,
          "stopDistance": 5.189,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 1473
        },
        {
          "entryTs": 1677655860,
          "entryUtc": "2023-03-01T07:31:00.000Z",
          "exitTs": 1677674400,
          "dir": -1,
          "entryPrice": 1833.648,
          "exitPrice": 1839.095,
          "stopDistance": 5.447,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 309
        },
        {
          "entryTs": 1677744600,
          "entryUtc": "2023-03-02T08:10:00.000Z",
          "exitTs": 1677756840,
          "dir": -1,
          "entryPrice": 1830.105,
          "exitPrice": 1835.427,
          "stopDistance": 5.322,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 204
        },
        {
          "entryTs": 1677829680,
          "entryUtc": "2023-03-03T07:48:00.000Z",
          "exitTs": 1677836220,
          "dir": -1,
          "entryPrice": 1842.275,
          "exitPrice": 1847.278,
          "stopDistance": 5.003,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 109
        },
        {
          "entryTs": 1678087800,
          "entryUtc": "2023-03-06T07:30:00.000Z",
          "exitTs": 1678094880,
          "dir": 1,
          "entryPrice": 1856.525,
          "exitPrice": 1851.639,
          "stopDistance": 4.886,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 118
        },
        {
          "entryTs": 1678174200,
          "entryUtc": "2023-03-07T07:30:00.000Z",
          "exitTs": 1678176720,
          "dir": 1,
          "entryPrice": 1851.385,
          "exitPrice": 1847.129,
          "stopDistance": 4.256,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 42
        },
        {
          "entryTs": 1678261140,
          "entryUtc": "2023-03-08T07:39:00.000Z",
          "exitTs": 1678370340,
          "dir": 1,
          "entryPrice": 1814.505,
          "exitPrice": 1824.371,
          "stopDistance": 4.933,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 1820
        },
        {
          "entryTs": 1678433640,
          "entryUtc": "2023-03-10T07:34:00.000Z",
          "exitTs": 1678457520,
          "dir": 1,
          "entryPrice": 1834.514,
          "exitPrice": 1845.115,
          "stopDistance": 5.3,
          "outcome": "target",
          "netR": 1.9302,
          "holdMinutes": 398
        },
        {
          "entryTs": 1678689480,
          "entryUtc": "2023-03-13T06:38:00.000Z",
          "exitTs": 1678699500,
          "dir": -1,
          "entryPrice": 1877.554,
          "exitPrice": 1888.919,
          "stopDistance": 11.365,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 167
        },
        {
          "entryTs": 1678783020,
          "entryUtc": "2023-03-14T08:37:00.000Z",
          "exitTs": 1678879860,
          "dir": -1,
          "entryPrice": 1903.695,
          "exitPrice": 1913.276,
          "stopDistance": 9.581,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 1614
        },
        {
          "entryTs": 1678950120,
          "entryUtc": "2023-03-16T07:02:00.000Z",
          "exitTs": 1678966380,
          "dir": -1,
          "entryPrice": 1914.415,
          "exitPrice": 1924.859,
          "stopDistance": 10.444,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 271
        },
        {
          "entryTs": 1679034600,
          "entryUtc": "2023-03-17T06:30:00.000Z",
          "exitTs": 1679058120,
          "dir": 1,
          "entryPrice": 1931.565,
          "exitPrice": 1947.449,
          "stopDistance": 7.942,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 392
        },
        {
          "entryTs": 1679295900,
          "entryUtc": "2023-03-20T07:05:00.000Z",
          "exitTs": 1679308380,
          "dir": 1,
          "entryPrice": 1993.165,
          "exitPrice": 1981.009,
          "stopDistance": 12.156,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 208
        },
        {
          "entryTs": 1679380200,
          "entryUtc": "2023-03-21T06:30:00.000Z",
          "exitTs": 1679406240,
          "dir": -1,
          "entryPrice": 1976.644,
          "exitPrice": 1957.258,
          "stopDistance": 9.693,
          "outcome": "target",
          "netR": 1.9618,
          "holdMinutes": 434
        },
        {
          "entryTs": 1679467020,
          "entryUtc": "2023-03-22T06:37:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1941.955,
          "exitPrice": 1957.746,
          "stopDistance": 7.895,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 683
        },
        {
          "entryTs": 1679556480,
          "entryUtc": "2023-03-23T07:28:00.000Z",
          "exitTs": 1679575020,
          "dir": 1,
          "entryPrice": 1983.455,
          "exitPrice": 1972.992,
          "stopDistance": 10.463,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 309
        },
        {
          "entryTs": 1679639460,
          "entryUtc": "2023-03-24T06:31:00.000Z",
          "exitTs": 1679652000,
          "dir": -1,
          "entryPrice": 1986.165,
          "exitPrice": 1995.246,
          "stopDistance": 9.081,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 209
        },
        {
          "entryTs": 1679901900,
          "entryUtc": "2023-03-27T07:25:00.000Z",
          "exitTs": 1679913720,
          "dir": -1,
          "entryPrice": 1966.525,
          "exitPrice": 1948.813,
          "stopDistance": 8.856,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 197
        },
        {
          "entryTs": 1679985300,
          "entryUtc": "2023-03-28T06:35:00.000Z",
          "exitTs": 1680006000,
          "dir": -1,
          "entryPrice": 1954.028,
          "exitPrice": 1961.176,
          "stopDistance": 7.148,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 345
        },
        {
          "entryTs": 1680071460,
          "entryUtc": "2023-03-29T06:31:00.000Z",
          "exitTs": 1680081300,
          "dir": -1,
          "entryPrice": 1960.415,
          "exitPrice": 1966.735,
          "stopDistance": 6.32,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 164
        },
        {
          "entryTs": 1680158040,
          "entryUtc": "2023-03-30T06:34:00.000Z",
          "exitTs": 1680193680,
          "dir": 1,
          "entryPrice": 1967.995,
          "exitPrice": 1980.42,
          "stopDistance": 6.212,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 594
        },
        {
          "entryTs": 1680244380,
          "entryUtc": "2023-03-31T06:33:00.000Z",
          "exitTs": 1680247860,
          "dir": 1,
          "entryPrice": 1982.345,
          "exitPrice": 1977.051,
          "stopDistance": 5.294,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 58
        },
        {
          "entryTs": 1680503640,
          "entryUtc": "2023-04-03T06:34:00.000Z",
          "exitTs": 1680518640,
          "dir": 1,
          "entryPrice": 1954.875,
          "exitPrice": 1970.772,
          "stopDistance": 7.949,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 250
        },
        {
          "entryTs": 1680589860,
          "entryUtc": "2023-04-04T06:31:00.000Z",
          "exitTs": 1680610800,
          "dir": -1,
          "entryPrice": 1978.028,
          "exitPrice": 1984.735,
          "stopDistance": 6.707,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 349
        },
        {
          "entryTs": 1680676320,
          "entryUtc": "2023-04-05T06:32:00.000Z",
          "exitTs": 1680697860,
          "dir": -1,
          "entryPrice": 2023.694,
          "exitPrice": 2030.182,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 359
        },
        {
          "entryTs": 1680763320,
          "entryUtc": "2023-04-06T06:42:00.000Z",
          "exitTs": 1680771180,
          "dir": -1,
          "entryPrice": 2012.224,
          "exitPrice": 2018.778,
          "stopDistance": 6.554,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 131
        },
        {
          "entryTs": 1681108200,
          "entryUtc": "2023-04-10T06:30:00.000Z",
          "exitTs": 1681132020,
          "dir": 1,
          "entryPrice": 1994.735,
          "exitPrice": 1986.919,
          "stopDistance": 7.816,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 397
        },
        {
          "entryTs": 1681195080,
          "entryUtc": "2023-04-11T06:38:00.000Z",
          "exitTs": 1681201380,
          "dir": -1,
          "entryPrice": 1998.324,
          "exitPrice": 2004.333,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 105
        },
        {
          "entryTs": 1681281000,
          "entryUtc": "2023-04-12T06:30:00.000Z",
          "exitTs": 1681302600,
          "dir": -1,
          "entryPrice": 2014.598,
          "exitPrice": 2020.713,
          "stopDistance": 6.115,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 360
        },
        {
          "entryTs": 1681368120,
          "entryUtc": "2023-04-13T06:42:00.000Z",
          "exitTs": 1681389000,
          "dir": 1,
          "entryPrice": 2021.515,
          "exitPrice": 2035.262,
          "stopDistance": 6.873,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 348
        },
        {
          "entryTs": 1681455060,
          "entryUtc": "2023-04-14T06:51:00.000Z",
          "exitTs": 1681476180,
          "dir": -1,
          "entryPrice": 2041.214,
          "exitPrice": 2027.207,
          "stopDistance": 7.004,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 352
        },
        {
          "entryTs": 1681715100,
          "entryUtc": "2023-04-17T07:05:00.000Z",
          "exitTs": 1681729500,
          "dir": 1,
          "entryPrice": 2013.455,
          "exitPrice": 2005.061,
          "stopDistance": 8.394,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 240
        },
        {
          "entryTs": 1681799520,
          "entryUtc": "2023-04-18T06:32:00.000Z",
          "exitTs": 1681820400,
          "dir": -1,
          "entryPrice": 1998.208,
          "exitPrice": 2005.099,
          "stopDistance": 6.891,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 348
        },
        {
          "entryTs": 1681891620,
          "entryUtc": "2023-04-19T08:07:00.000Z",
          "exitTs": 1681897140,
          "dir": -1,
          "entryPrice": 1986.875,
          "exitPrice": 1972.747,
          "stopDistance": 7.064,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 92
        },
        {
          "entryTs": 1681973040,
          "entryUtc": "2023-04-20T06:44:00.000Z",
          "exitTs": 1681999680,
          "dir": 1,
          "entryPrice": 1998.495,
          "exitPrice": 2012.146,
          "stopDistance": 6.826,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 444
        },
        {
          "entryTs": 1682058600,
          "entryUtc": "2023-04-21T06:30:00.000Z",
          "exitTs": 1682084340,
          "dir": -1,
          "entryPrice": 1989.345,
          "exitPrice": 1995.943,
          "stopDistance": 6.598,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 429
        },
        {
          "entryTs": 1682318220,
          "entryUtc": "2023-04-24T06:37:00.000Z",
          "exitTs": 1682344320,
          "dir": 1,
          "entryPrice": 1981.475,
          "exitPrice": 1974.017,
          "stopDistance": 7.458,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 435
        },
        {
          "entryTs": 1682404380,
          "entryUtc": "2023-04-25T06:33:00.000Z",
          "exitTs": 1682420520,
          "dir": -1,
          "entryPrice": 1993.525,
          "exitPrice": 1979.942,
          "stopDistance": 6.791,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 269
        },
        {
          "entryTs": 1682490660,
          "entryUtc": "2023-04-26T06:31:00.000Z",
          "exitTs": 1682524860,
          "dir": 1,
          "entryPrice": 1997.464,
          "exitPrice": 1989.882,
          "stopDistance": 7.582,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 570
        },
        {
          "entryTs": 1682578080,
          "entryUtc": "2023-04-27T06:48:00.000Z",
          "exitTs": 1682598600,
          "dir": 1,
          "entryPrice": 2002.095,
          "exitPrice": 1994.971,
          "stopDistance": 7.124,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 342
        },
        {
          "entryTs": 1682664720,
          "entryUtc": "2023-04-28T06:52:00.000Z",
          "exitTs": 1682670060,
          "dir": 1,
          "entryPrice": 1986.865,
          "exitPrice": 1979.861,
          "stopDistance": 7.004,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 89
        },
        {
          "entryTs": 1682923080,
          "entryUtc": "2023-05-01T06:38:00.000Z",
          "exitTs": 1682935320,
          "dir": -1,
          "entryPrice": 1979.575,
          "exitPrice": 1985.783,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 204
        },
        {
          "entryTs": 1683010860,
          "entryUtc": "2023-05-02T07:01:00.000Z",
          "exitTs": 1683014640,
          "dir": 1,
          "entryPrice": 1985.545,
          "exitPrice": 1979.886,
          "stopDistance": 5.659,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 63
        },
        {
          "entryTs": 1683095520,
          "entryUtc": "2023-05-03T06:32:00.000Z",
          "exitTs": 1683116100,
          "dir": 1,
          "entryPrice": 2016.345,
          "exitPrice": 2010.441,
          "stopDistance": 5.904,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 343
        },
        {
          "entryTs": 1683183960,
          "entryUtc": "2023-05-04T07:06:00.000Z",
          "exitTs": 1683209820,
          "dir": -1,
          "entryPrice": 2036.555,
          "exitPrice": 2048.472,
          "stopDistance": 11.917,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 431
        },
        {
          "entryTs": 1683271260,
          "entryUtc": "2023-05-05T07:21:00.000Z",
          "exitTs": 1683289800,
          "dir": -1,
          "entryPrice": 2044.575,
          "exitPrice": 2027.871,
          "stopDistance": 8.352,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 309
        },
        {
          "entryTs": 1683533040,
          "entryUtc": "2023-05-08T08:04:00.000Z",
          "exitTs": 1683559740,
          "dir": -1,
          "entryPrice": 2020.255,
          "exitPrice": 2027.444,
          "stopDistance": 7.189,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 445
        },
        {
          "entryTs": 1683614340,
          "entryUtc": "2023-05-09T06:39:00.000Z",
          "exitTs": 1683629820,
          "dir": -1,
          "entryPrice": 2025.754,
          "exitPrice": 2031.048,
          "stopDistance": 5.294,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 258
        },
        {
          "entryTs": 1683700560,
          "entryUtc": "2023-05-10T06:36:00.000Z",
          "exitTs": 1683721440,
          "dir": 1,
          "entryPrice": 2029.994,
          "exitPrice": 2025.021,
          "stopDistance": 4.973,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 348
        },
        {
          "entryTs": 1683786660,
          "entryUtc": "2023-05-11T06:31:00.000Z",
          "exitTs": 1683788880,
          "dir": 1,
          "entryPrice": 2032.624,
          "exitPrice": 2026.244,
          "stopDistance": 6.38,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 37
        },
        {
          "entryTs": 1683873900,
          "entryUtc": "2023-05-12T06:45:00.000Z",
          "exitTs": 1683884100,
          "dir": 1,
          "entryPrice": 2010.474,
          "exitPrice": 2003.563,
          "stopDistance": 6.911,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 170
        },
        {
          "entryTs": 1684132200,
          "entryUtc": "2023-05-15T06:30:00.000Z",
          "exitTs": 1684159080,
          "dir": -1,
          "entryPrice": 2014.844,
          "exitPrice": 2021.459,
          "stopDistance": 6.615,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 448
        },
        {
          "entryTs": 1684218900,
          "entryUtc": "2023-05-16T06:35:00.000Z",
          "exitTs": 1684223880,
          "dir": -1,
          "entryPrice": 2005.075,
          "exitPrice": 2010.126,
          "stopDistance": 5.051,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 83
        },
        {
          "entryTs": 1684305960,
          "entryUtc": "2023-05-17T06:46:00.000Z",
          "exitTs": 1684326120,
          "dir": 1,
          "entryPrice": 1988.994,
          "exitPrice": 1983.518,
          "stopDistance": 5.476,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 336
        },
        {
          "entryTs": 1684391400,
          "entryUtc": "2023-05-18T06:30:00.000Z",
          "exitTs": 1684393260,
          "dir": 1,
          "entryPrice": 1981.345,
          "exitPrice": 1976.202,
          "stopDistance": 5.143,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 31
        },
        {
          "entryTs": 1684477800,
          "entryUtc": "2023-05-19T06:30:00.000Z",
          "exitTs": 1684495560,
          "dir": 1,
          "entryPrice": 1968.445,
          "exitPrice": 1962.707,
          "stopDistance": 5.738,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 296
        },
        {
          "entryTs": 1684738620,
          "entryUtc": "2023-05-22T06:57:00.000Z",
          "exitTs": 1684755780,
          "dir": 1,
          "entryPrice": 1976.595,
          "exitPrice": 1969.839,
          "stopDistance": 6.756,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 286
        },
        {
          "entryTs": 1684825860,
          "entryUtc": "2023-05-23T07:11:00.000Z",
          "exitTs": 1684847820,
          "dir": -1,
          "entryPrice": 1959.418,
          "exitPrice": 1965.786,
          "stopDistance": 6.368,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 366
        },
        {
          "entryTs": 1684909800,
          "entryUtc": "2023-05-24T06:30:00.000Z",
          "exitTs": 1684928280,
          "dir": -1,
          "entryPrice": 1975.565,
          "exitPrice": 1981.432,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 308
        },
        {
          "entryTs": 1684996260,
          "entryUtc": "2023-05-25T06:31:00.000Z",
          "exitTs": 1685018100,
          "dir": 1,
          "entryPrice": 1957.034,
          "exitPrice": 1950.604,
          "stopDistance": 6.43,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 364
        },
        {
          "entryTs": 1685082600,
          "entryUtc": "2023-05-26T06:30:00.000Z",
          "exitTs": 1685104620,
          "dir": 1,
          "entryPrice": 1950.998,
          "exitPrice": 1944.422,
          "stopDistance": 6.576,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 367
        },
        {
          "entryTs": 1685342640,
          "entryUtc": "2023-05-29T06:44:00.000Z",
          "exitTs": 1685424000,
          "dir": -1,
          "entryPrice": 1946.515,
          "exitPrice": 1935.665,
          "stopDistance": 5.425,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 1356
        },
        {
          "entryTs": 1685428320,
          "entryUtc": "2023-05-30T06:32:00.000Z",
          "exitTs": 1685436060,
          "dir": 1,
          "entryPrice": 1935.705,
          "exitPrice": 1945.23,
          "stopDistance": 4.762,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 129
        },
        {
          "entryTs": 1685516400,
          "entryUtc": "2023-05-31T07:00:00.000Z",
          "exitTs": 1685540520,
          "dir": -1,
          "entryPrice": 1960.025,
          "exitPrice": 1965.946,
          "stopDistance": 5.921,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 402
        },
        {
          "entryTs": 1685601180,
          "entryUtc": "2023-06-01T06:33:00.000Z",
          "exitTs": 1685617260,
          "dir": -1,
          "entryPrice": 1961.105,
          "exitPrice": 1966.997,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 268
        },
        {
          "entryTs": 1685687400,
          "entryUtc": "2023-06-02T06:30:00.000Z",
          "exitTs": 1685713500,
          "dir": -1,
          "entryPrice": 1977.555,
          "exitPrice": 1966.166,
          "stopDistance": 5.695,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 435
        },
        {
          "entryTs": 1685949540,
          "entryUtc": "2023-06-05T07:19:00.000Z",
          "exitTs": 1685972760,
          "dir": -1,
          "entryPrice": 1941.805,
          "exitPrice": 1947.719,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 387
        },
        {
          "entryTs": 1686036120,
          "entryUtc": "2023-06-06T07:22:00.000Z",
          "exitTs": 1686043860,
          "dir": -1,
          "entryPrice": 1957.635,
          "exitPrice": 1963.233,
          "stopDistance": 5.598,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 129
        },
        {
          "entryTs": 1686119400,
          "entryUtc": "2023-06-07T06:30:00.000Z",
          "exitTs": 1686131640,
          "dir": -1,
          "entryPrice": 1959.825,
          "exitPrice": 1964.261,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 204
        },
        {
          "entryTs": 1686206520,
          "entryUtc": "2023-06-08T06:42:00.000Z",
          "exitTs": 1686228060,
          "dir": 1,
          "entryPrice": 1945.835,
          "exitPrice": 1957.043,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 359
        },
        {
          "entryTs": 1686292680,
          "entryUtc": "2023-06-09T06:38:00.000Z",
          "exitTs": 1686317880,
          "dir": 1,
          "entryPrice": 1965.285,
          "exitPrice": 1960.391,
          "stopDistance": 4.894,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 420
        },
        {
          "entryTs": 1686556920,
          "entryUtc": "2023-06-12T08:02:00.000Z",
          "exitTs": 1686576360,
          "dir": 1,
          "entryPrice": 1961.925,
          "exitPrice": 1956.926,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 324
        },
        {
          "entryTs": 1686637920,
          "entryUtc": "2023-06-13T06:32:00.000Z",
          "exitTs": 1686659340,
          "dir": 1,
          "entryPrice": 1962.415,
          "exitPrice": 1957.28,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 357
        },
        {
          "entryTs": 1686726480,
          "entryUtc": "2023-06-14T07:08:00.000Z",
          "exitTs": 1686729060,
          "dir": -1,
          "entryPrice": 1945.345,
          "exitPrice": 1951.021,
          "stopDistance": 5.676,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 43
        },
        {
          "entryTs": 1686810600,
          "entryUtc": "2023-06-15T06:30:00.000Z",
          "exitTs": 1686835620,
          "dir": -1,
          "entryPrice": 1934.805,
          "exitPrice": 1942.391,
          "stopDistance": 7.586,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 417
        },
        {
          "entryTs": 1686897120,
          "entryUtc": "2023-06-16T06:32:00.000Z",
          "exitTs": 1686925200,
          "dir": 1,
          "entryPrice": 1962.445,
          "exitPrice": 1956.144,
          "stopDistance": 6.301,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 468
        },
        {
          "entryTs": 1687156920,
          "entryUtc": "2023-06-19T06:42:00.000Z",
          "exitTs": 1687266060,
          "dir": -1,
          "entryPrice": 1953.875,
          "exitPrice": 1943.411,
          "stopDistance": 5.232,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 1819
        },
        {
          "entryTs": 1687331400,
          "entryUtc": "2023-06-21T07:10:00.000Z",
          "exitTs": 1687350000,
          "dir": 1,
          "entryPrice": 1935.524,
          "exitPrice": 1930.607,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 310
        },
        {
          "entryTs": 1687416900,
          "entryUtc": "2023-06-22T06:55:00.000Z",
          "exitTs": 1687439340,
          "dir": -1,
          "entryPrice": 1929.495,
          "exitPrice": 1919.458,
          "stopDistance": 5.019,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 374
        },
        {
          "entryTs": 1687501980,
          "entryUtc": "2023-06-23T06:33:00.000Z",
          "exitTs": 1687519860,
          "dir": -1,
          "entryPrice": 1914.575,
          "exitPrice": 1920.023,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 298
        },
        {
          "entryTs": 1687761000,
          "entryUtc": "2023-06-26T06:30:00.000Z",
          "exitTs": 1687766040,
          "dir": -1,
          "entryPrice": 1923.745,
          "exitPrice": 1929.012,
          "stopDistance": 5.267,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 84
        },
        {
          "entryTs": 1687847400,
          "entryUtc": "2023-06-27T06:30:00.000Z",
          "exitTs": 1687863660,
          "dir": 1,
          "entryPrice": 1926.585,
          "exitPrice": 1921.481,
          "stopDistance": 5.104,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 271
        },
        {
          "entryTs": 1687933860,
          "entryUtc": "2023-06-28T06:31:00.000Z",
          "exitTs": 1687959960,
          "dir": -1,
          "entryPrice": 1912.585,
          "exitPrice": 1903.158,
          "stopDistance": 4.713,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 435
        },
        {
          "entryTs": 1688022360,
          "entryUtc": "2023-06-29T07:06:00.000Z",
          "exitTs": 1688024160,
          "dir": -1,
          "entryPrice": 1902.515,
          "exitPrice": 1907.301,
          "stopDistance": 4.786,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 30
        },
        {
          "entryTs": 1688107380,
          "entryUtc": "2023-06-30T06:43:00.000Z",
          "exitTs": 1688113740,
          "dir": 1,
          "entryPrice": 1907.035,
          "exitPrice": 1902.223,
          "stopDistance": 4.812,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 106
        },
        {
          "entryTs": 1688366580,
          "entryUtc": "2023-07-03T06:43:00.000Z",
          "exitTs": 1688387880,
          "dir": -1,
          "entryPrice": 1913.445,
          "exitPrice": 1918.428,
          "stopDistance": 4.983,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 355
        },
        {
          "entryTs": 1688452560,
          "entryUtc": "2023-07-04T06:36:00.000Z",
          "exitTs": 1688538300,
          "dir": 1,
          "entryPrice": 1926.358,
          "exitPrice": 1922.363,
          "stopDistance": 3.995,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 1429
        },
        {
          "entryTs": 1688538720,
          "entryUtc": "2023-07-05T06:32:00.000Z",
          "exitTs": 1688542860,
          "dir": -1,
          "entryPrice": 1922.005,
          "exitPrice": 1925.211,
          "stopDistance": 3.206,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 69
        },
        {
          "entryTs": 1688625180,
          "entryUtc": "2023-07-06T06:33:00.000Z",
          "exitTs": 1688631540,
          "dir": 1,
          "entryPrice": 1921.185,
          "exitPrice": 1916.833,
          "stopDistance": 4.352,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 106
        },
        {
          "entryTs": 1688712060,
          "entryUtc": "2023-07-07T06:41:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1915.198,
          "exitPrice": 1925.001,
          "stopDistance": 4.902,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 349
        },
        {
          "entryTs": 1688970600,
          "entryUtc": "2023-07-10T06:30:00.000Z",
          "exitTs": 1688991600,
          "dir": 1,
          "entryPrice": 1922.905,
          "exitPrice": 1917.629,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 350
        },
        {
          "entryTs": 1689057000,
          "entryUtc": "2023-07-11T06:30:00.000Z",
          "exitTs": 1689129060,
          "dir": 1,
          "entryPrice": 1931.635,
          "exitPrice": 1940.796,
          "stopDistance": 4.58,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 1201
        },
        {
          "entryTs": 1689143460,
          "entryUtc": "2023-07-12T06:31:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1937.315,
          "exitPrice": 1941.693,
          "stopDistance": 4.378,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 359
        },
        {
          "entryTs": 1689230100,
          "entryUtc": "2023-07-13T06:35:00.000Z",
          "exitTs": 1689251400,
          "dir": 1,
          "entryPrice": 1962.335,
          "exitPrice": 1956.945,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 355
        },
        {
          "entryTs": 1689316200,
          "entryUtc": "2023-07-14T06:30:00.000Z",
          "exitTs": 1689337380,
          "dir": -1,
          "entryPrice": 1957.208,
          "exitPrice": 1961.921,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 353
        },
        {
          "entryTs": 1689575520,
          "entryUtc": "2023-07-17T06:32:00.000Z",
          "exitTs": 1689597960,
          "dir": 1,
          "entryPrice": 1954.894,
          "exitPrice": 1950.08,
          "stopDistance": 4.814,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 374
        },
        {
          "entryTs": 1689662820,
          "entryUtc": "2023-07-18T06:47:00.000Z",
          "exitTs": 1689678960,
          "dir": 1,
          "entryPrice": 1960.035,
          "exitPrice": 1968.774,
          "stopDistance": 4.369,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 269
        },
        {
          "entryTs": 1689748200,
          "entryUtc": "2023-07-19T06:30:00.000Z",
          "exitTs": 1689751320,
          "dir": -1,
          "entryPrice": 1975.355,
          "exitPrice": 1980.43,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 52
        },
        {
          "entryTs": 1689836700,
          "entryUtc": "2023-07-20T07:05:00.000Z",
          "exitTs": 1689855900,
          "dir": 1,
          "entryPrice": 1982.395,
          "exitPrice": 1977.363,
          "stopDistance": 5.032,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 320
        },
        {
          "entryTs": 1689921000,
          "entryUtc": "2023-07-21T06:30:00.000Z",
          "exitTs": 1689924900,
          "dir": 1,
          "entryPrice": 1971.725,
          "exitPrice": 1967.133,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 65
        },
        {
          "entryTs": 1690181520,
          "entryUtc": "2023-07-24T06:52:00.000Z",
          "exitTs": 1690209000,
          "dir": 1,
          "entryPrice": 1961.245,
          "exitPrice": 1956.95,
          "stopDistance": 4.295,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 458
        },
        {
          "entryTs": 1690269660,
          "entryUtc": "2023-07-25T07:21:00.000Z",
          "exitTs": 1690297680,
          "dir": -1,
          "entryPrice": 1960.385,
          "exitPrice": 1965.075,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 467
        },
        {
          "entryTs": 1690353000,
          "entryUtc": "2023-07-26T06:30:00.000Z",
          "exitTs": 1690378740,
          "dir": 1,
          "entryPrice": 1969.855,
          "exitPrice": 1965.5,
          "stopDistance": 4.355,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 429
        },
        {
          "entryTs": 1690439760,
          "entryUtc": "2023-07-27T06:36:00.000Z",
          "exitTs": 1690461000,
          "dir": 1,
          "entryPrice": 1976.745,
          "exitPrice": 1971.153,
          "stopDistance": 5.592,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 354
        },
        {
          "entryTs": 1690525800,
          "entryUtc": "2023-07-28T06:30:00.000Z",
          "exitTs": 1690543560,
          "dir": -1,
          "entryPrice": 1950.218,
          "exitPrice": 1957.277,
          "stopDistance": 7.059,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 296
        },
        {
          "entryTs": 1690786500,
          "entryUtc": "2023-07-31T06:55:00.000Z",
          "exitTs": 1690801380,
          "dir": -1,
          "entryPrice": 1953.924,
          "exitPrice": 1959.031,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 248
        },
        {
          "entryTs": 1690873740,
          "entryUtc": "2023-08-01T07:09:00.000Z",
          "exitTs": 1690894440,
          "dir": -1,
          "entryPrice": 1955.725,
          "exitPrice": 1946.106,
          "stopDistance": 4.81,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 345
        },
        {
          "entryTs": 1690958280,
          "entryUtc": "2023-08-02T06:38:00.000Z",
          "exitTs": 1690980000,
          "dir": 1,
          "entryPrice": 1950.285,
          "exitPrice": 1944.917,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 362
        },
        {
          "entryTs": 1691045700,
          "entryUtc": "2023-08-03T06:55:00.000Z",
          "exitTs": 1691049540,
          "dir": -1,
          "entryPrice": 1933.015,
          "exitPrice": 1938.014,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 64
        },
        {
          "entryTs": 1691130840,
          "entryUtc": "2023-08-04T06:34:00.000Z",
          "exitTs": 1691152260,
          "dir": -1,
          "entryPrice": 1932.558,
          "exitPrice": 1937.337,
          "stopDistance": 4.779,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 357
        },
        {
          "entryTs": 1691393940,
          "entryUtc": "2023-08-07T07:39:00.000Z",
          "exitTs": 1691413860,
          "dir": -1,
          "entryPrice": 1935.435,
          "exitPrice": 1940.36,
          "stopDistance": 4.924,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 332
        },
        {
          "entryTs": 1691478000,
          "entryUtc": "2023-08-08T07:00:00.000Z",
          "exitTs": 1691496720,
          "dir": -1,
          "entryPrice": 1932.425,
          "exitPrice": 1923.84,
          "stopDistance": 4.293,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 312
        },
        {
          "entryTs": 1691569440,
          "entryUtc": "2023-08-09T08:24:00.000Z",
          "exitTs": 1691591460,
          "dir": -1,
          "entryPrice": 1928.468,
          "exitPrice": 1919.884,
          "stopDistance": 4.292,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 367
        },
        {
          "entryTs": 1691650080,
          "entryUtc": "2023-08-10T06:48:00.000Z",
          "exitTs": 1691670600,
          "dir": 1,
          "entryPrice": 1918.645,
          "exitPrice": 1927.025,
          "stopDistance": 4.19,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 342
        },
        {
          "entryTs": 1691735400,
          "entryUtc": "2023-08-11T06:30:00.000Z",
          "exitTs": 1691781060,
          "dir": 1,
          "entryPrice": 1917.125,
          "exitPrice": 1912.395,
          "stopDistance": 4.73,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 761
        },
        {
          "entryTs": 1691996400,
          "entryUtc": "2023-08-14T07:00:00.000Z",
          "exitTs": 1691999760,
          "dir": -1,
          "entryPrice": 1911.435,
          "exitPrice": 1915.525,
          "stopDistance": 4.089,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 56
        },
        {
          "entryTs": 1692081540,
          "entryUtc": "2023-08-15T06:39:00.000Z",
          "exitTs": 1692110040,
          "dir": -1,
          "entryPrice": 1904.345,
          "exitPrice": 1908.679,
          "stopDistance": 4.334,
          "outcome": "stop",
          "netR": -1.0969,
          "holdMinutes": 475
        },
        {
          "entryTs": 1692167580,
          "entryUtc": "2023-08-16T06:33:00.000Z",
          "exitTs": 1692188460,
          "dir": 1,
          "entryPrice": 1906.195,
          "exitPrice": 1901.94,
          "stopDistance": 4.255,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 348
        },
        {
          "entryTs": 1692253860,
          "entryUtc": "2023-08-17T06:31:00.000Z",
          "exitTs": 1692278100,
          "dir": 1,
          "entryPrice": 1894.705,
          "exitPrice": 1902.977,
          "stopDistance": 4.136,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 404
        },
        {
          "entryTs": 1692340260,
          "entryUtc": "2023-08-18T06:31:00.000Z",
          "exitTs": 1692366600,
          "dir": -1,
          "entryPrice": 1892.165,
          "exitPrice": 1896.522,
          "stopDistance": 4.357,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 439
        },
        {
          "entryTs": 1692601320,
          "entryUtc": "2023-08-21T07:02:00.000Z",
          "exitTs": 1692685260,
          "dir": 1,
          "entryPrice": 1889.475,
          "exitPrice": 1899.292,
          "stopDistance": 4.908,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 1399
        },
        {
          "entryTs": 1692685800,
          "entryUtc": "2023-08-22T06:30:00.000Z",
          "exitTs": 1692709260,
          "dir": 1,
          "entryPrice": 1900.145,
          "exitPrice": 1895.835,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 391
        },
        {
          "entryTs": 1692772980,
          "entryUtc": "2023-08-23T06:43:00.000Z",
          "exitTs": 1692798300,
          "dir": 1,
          "entryPrice": 1904.405,
          "exitPrice": 1912.207,
          "stopDistance": 3.901,
          "outcome": "target",
          "netR": 1.9051,
          "holdMinutes": 422
        },
        {
          "entryTs": 1692858720,
          "entryUtc": "2023-08-24T06:32:00.000Z",
          "exitTs": 1692880560,
          "dir": -1,
          "entryPrice": 1920.695,
          "exitPrice": 1912.565,
          "stopDistance": 4.065,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 364
        },
        {
          "entryTs": 1692946260,
          "entryUtc": "2023-08-25T06:51:00.000Z",
          "exitTs": 1692955440,
          "dir": -1,
          "entryPrice": 1913.345,
          "exitPrice": 1916.922,
          "stopDistance": 3.577,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 153
        },
        {
          "entryTs": 1693206240,
          "entryUtc": "2023-08-28T07:04:00.000Z",
          "exitTs": 1693232880,
          "dir": -1,
          "entryPrice": 1915.585,
          "exitPrice": 1919.711,
          "stopDistance": 4.126,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 444
        },
        {
          "entryTs": 1693290780,
          "entryUtc": "2023-08-29T06:33:00.000Z",
          "exitTs": 1693311120,
          "dir": -1,
          "entryPrice": 1923.475,
          "exitPrice": 1916.036,
          "stopDistance": 3.719,
          "outcome": "target",
          "netR": 1.9005,
          "holdMinutes": 339
        },
        {
          "entryTs": 1693377540,
          "entryUtc": "2023-08-30T06:39:00.000Z",
          "exitTs": 1693398600,
          "dir": 1,
          "entryPrice": 1936.705,
          "exitPrice": 1943.872,
          "stopDistance": 3.584,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 351
        },
        {
          "entryTs": 1693463460,
          "entryUtc": "2023-08-31T06:31:00.000Z",
          "exitTs": 1693484400,
          "dir": -1,
          "entryPrice": 1944.185,
          "exitPrice": 1947.444,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 349
        },
        {
          "entryTs": 1693551480,
          "entryUtc": "2023-09-01T06:58:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1940.215,
          "exitPrice": 1947.218,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 332
        },
        {
          "entryTs": 1693809180,
          "entryUtc": "2023-09-04T06:33:00.000Z",
          "exitTs": 1693819500,
          "dir": 1,
          "entryPrice": 1946.155,
          "exitPrice": 1942.311,
          "stopDistance": 3.844,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 172
        },
        {
          "entryTs": 1693896060,
          "entryUtc": "2023-09-05T06:41:00.000Z",
          "exitTs": 1693898040,
          "dir": -1,
          "entryPrice": 1935.108,
          "exitPrice": 1938.032,
          "stopDistance": 2.924,
          "outcome": "stop",
          "netR": -1.1436,
          "holdMinutes": 33
        },
        {
          "entryTs": 1693982160,
          "entryUtc": "2023-09-06T06:36:00.000Z",
          "exitTs": 1694008920,
          "dir": -1,
          "entryPrice": 1926.075,
          "exitPrice": 1920.112,
          "stopDistance": 2.982,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 446
        },
        {
          "entryTs": 1694068860,
          "entryUtc": "2023-09-07T06:41:00.000Z",
          "exitTs": 1694140740,
          "dir": 1,
          "entryPrice": 1919.428,
          "exitPrice": 1926.927,
          "stopDistance": 3.75,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 1198
        },
        {
          "entryTs": 1694154840,
          "entryUtc": "2023-09-08T06:34:00.000Z",
          "exitTs": 1694181600,
          "dir": -1,
          "entryPrice": 1925.434,
          "exitPrice": 1929.036,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 446
        },
        {
          "entryTs": 1694413980,
          "entryUtc": "2023-09-11T06:33:00.000Z",
          "exitTs": 1694442600,
          "dir": 1,
          "entryPrice": 1927.785,
          "exitPrice": 1923.754,
          "stopDistance": 4.031,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 477
        },
        {
          "entryTs": 1694500380,
          "entryUtc": "2023-09-12T06:33:00.000Z",
          "exitTs": 1694518200,
          "dir": -1,
          "entryPrice": 1918.785,
          "exitPrice": 1911.666,
          "stopDistance": 3.56,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 297
        },
        {
          "entryTs": 1694586660,
          "entryUtc": "2023-09-13T06:31:00.000Z",
          "exitTs": 1694602800,
          "dir": -1,
          "entryPrice": 1908.958,
          "exitPrice": 1912.661,
          "stopDistance": 3.703,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 269
        },
        {
          "entryTs": 1694673720,
          "entryUtc": "2023-09-14T06:42:00.000Z",
          "exitTs": 1694704200,
          "dir": -1,
          "entryPrice": 1906.935,
          "exitPrice": 1910.882,
          "stopDistance": 3.947,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 508
        },
        {
          "entryTs": 1694762100,
          "entryUtc": "2023-09-15T07:15:00.000Z",
          "exitTs": 1694779500,
          "dir": -1,
          "entryPrice": 1915.965,
          "exitPrice": 1919.963,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 290
        },
        {
          "entryTs": 1695019620,
          "entryUtc": "2023-09-18T06:47:00.000Z",
          "exitTs": 1695057060,
          "dir": -1,
          "entryPrice": 1928.135,
          "exitPrice": 1932.099,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 624
        },
        {
          "entryTs": 1695105780,
          "entryUtc": "2023-09-19T06:43:00.000Z",
          "exitTs": 1695109080,
          "dir": -1,
          "entryPrice": 1929.994,
          "exitPrice": 1933.02,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 55
        },
        {
          "entryTs": 1695191760,
          "entryUtc": "2023-09-20T06:36:00.000Z",
          "exitTs": 1695194100,
          "dir": 1,
          "entryPrice": 1932.155,
          "exitPrice": 1929.308,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 39
        },
        {
          "entryTs": 1695279600,
          "entryUtc": "2023-09-21T07:00:00.000Z",
          "exitTs": 1695298080,
          "dir": -1,
          "entryPrice": 1927.605,
          "exitPrice": 1918.443,
          "stopDistance": 4.581,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 308
        },
        {
          "entryTs": 1695364200,
          "entryUtc": "2023-09-22T06:30:00.000Z",
          "exitTs": 1695620100,
          "dir": 1,
          "entryPrice": 1925.815,
          "exitPrice": 1921.885,
          "stopDistance": 3.93,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 4265
        },
        {
          "entryTs": 1695623700,
          "entryUtc": "2023-09-25T06:35:00.000Z",
          "exitTs": 1695651540,
          "dir": 1,
          "entryPrice": 1921.968,
          "exitPrice": 1918.937,
          "stopDistance": 3.031,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 464
        },
        {
          "entryTs": 1695710280,
          "entryUtc": "2023-09-26T06:38:00.000Z",
          "exitTs": 1695715440,
          "dir": -1,
          "entryPrice": 1911.845,
          "exitPrice": 1914.91,
          "stopDistance": 3.065,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 86
        },
        {
          "entryTs": 1695797640,
          "entryUtc": "2023-09-27T06:54:00.000Z",
          "exitTs": 1695807780,
          "dir": 1,
          "entryPrice": 1898.645,
          "exitPrice": 1894.712,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 169
        },
        {
          "entryTs": 1695885420,
          "entryUtc": "2023-09-28T07:17:00.000Z",
          "exitTs": 1695905100,
          "dir": 1,
          "entryPrice": 1877.545,
          "exitPrice": 1873.064,
          "stopDistance": 4.481,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 328
        },
        {
          "entryTs": 1695969540,
          "entryUtc": "2023-09-29T06:39:00.000Z",
          "exitTs": 1695993420,
          "dir": 1,
          "entryPrice": 1869.205,
          "exitPrice": 1879.326,
          "stopDistance": 5.061,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 398
        },
        {
          "entryTs": 1696228200,
          "entryUtc": "2023-10-02T06:30:00.000Z",
          "exitTs": 1696237380,
          "dir": 1,
          "entryPrice": 1843.805,
          "exitPrice": 1838.317,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 153
        },
        {
          "entryTs": 1696315020,
          "entryUtc": "2023-10-03T06:37:00.000Z",
          "exitTs": 1696401540,
          "dir": 1,
          "entryPrice": 1823.515,
          "exitPrice": 1817.344,
          "stopDistance": 6.171,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 1442
        },
        {
          "entryTs": 1696488600,
          "entryUtc": "2023-10-05T06:50:00.000Z",
          "exitTs": 1696595400,
          "dir": -1,
          "entryPrice": 1823.065,
          "exitPrice": 1812.575,
          "stopDistance": 5.245,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 1780
        },
        {
          "entryTs": 1696833060,
          "entryUtc": "2023-10-09T06:31:00.000Z",
          "exitTs": 1696878120,
          "dir": -1,
          "entryPrice": 1850.515,
          "exitPrice": 1858.254,
          "stopDistance": 7.739,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 751
        },
        {
          "entryTs": 1696919520,
          "entryUtc": "2023-10-10T06:32:00.000Z",
          "exitTs": 1696956540,
          "dir": -1,
          "entryPrice": 1857.168,
          "exitPrice": 1862.255,
          "stopDistance": 5.087,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 617
        },
        {
          "entryTs": 1697006100,
          "entryUtc": "2023-10-11T06:35:00.000Z",
          "exitTs": 1697012340,
          "dir": 1,
          "entryPrice": 1860.558,
          "exitPrice": 1868.671,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 104
        },
        {
          "entryTs": 1697092560,
          "entryUtc": "2023-10-12T06:36:00.000Z",
          "exitTs": 1697114460,
          "dir": 1,
          "entryPrice": 1880.085,
          "exitPrice": 1875.911,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 365
        },
        {
          "entryTs": 1697179500,
          "entryUtc": "2023-10-13T06:45:00.000Z",
          "exitTs": 1697189160,
          "dir": 1,
          "entryPrice": 1877.125,
          "exitPrice": 1885.434,
          "stopDistance": 4.155,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 161
        },
        {
          "entryTs": 1697438400,
          "entryUtc": "2023-10-16T06:40:00.000Z",
          "exitTs": 1697458800,
          "dir": -1,
          "entryPrice": 1912.184,
          "exitPrice": 1919.429,
          "stopDistance": 7.245,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 340
        },
        {
          "entryTs": 1697525220,
          "entryUtc": "2023-10-17T06:47:00.000Z",
          "exitTs": 1697550420,
          "dir": 1,
          "entryPrice": 1917.945,
          "exitPrice": 1929.045,
          "stopDistance": 5.55,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 420
        },
        {
          "entryTs": 1697611620,
          "entryUtc": "2023-10-18T06:47:00.000Z",
          "exitTs": 1697621460,
          "dir": -1,
          "entryPrice": 1935.554,
          "exitPrice": 1942.189,
          "stopDistance": 6.635,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 164
        },
        {
          "entryTs": 1697698560,
          "entryUtc": "2023-10-19T06:56:00.000Z",
          "exitTs": 1697735160,
          "dir": 1,
          "entryPrice": 1948.308,
          "exitPrice": 1963.034,
          "stopDistance": 7.363,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 610
        },
        {
          "entryTs": 1697783400,
          "entryUtc": "2023-10-20T06:30:00.000Z",
          "exitTs": 1697790060,
          "dir": -1,
          "entryPrice": 1976.285,
          "exitPrice": 1983.949,
          "stopDistance": 7.664,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 111
        },
        {
          "entryTs": 1698042900,
          "entryUtc": "2023-10-23T06:35:00.000Z",
          "exitTs": 1698139080,
          "dir": 1,
          "entryPrice": 1977.405,
          "exitPrice": 1968.111,
          "stopDistance": 9.294,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 1603
        },
        {
          "entryTs": 1698216720,
          "entryUtc": "2023-10-25T06:52:00.000Z",
          "exitTs": 1698240660,
          "dir": -1,
          "entryPrice": 1972.545,
          "exitPrice": 1978.857,
          "stopDistance": 6.312,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 399
        },
        {
          "entryTs": 1698302820,
          "entryUtc": "2023-10-26T06:47:00.000Z",
          "exitTs": 1698324360,
          "dir": 1,
          "entryPrice": 1986.535,
          "exitPrice": 1979.446,
          "stopDistance": 7.089,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 359
        },
        {
          "entryTs": 1698388260,
          "entryUtc": "2023-10-27T06:31:00.000Z",
          "exitTs": 1698428220,
          "dir": -1,
          "entryPrice": 1986.235,
          "exitPrice": 1992.176,
          "stopDistance": 5.941,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 666
        },
        {
          "entryTs": 1698648120,
          "entryUtc": "2023-10-30T06:42:00.000Z",
          "exitTs": 1698760680,
          "dir": -1,
          "entryPrice": 1996.975,
          "exitPrice": 2003.935,
          "stopDistance": 6.96,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 1876
        },
        {
          "entryTs": 1698822360,
          "entryUtc": "2023-11-01T07:06:00.000Z",
          "exitTs": 1698839040,
          "dir": -1,
          "entryPrice": 1979.015,
          "exitPrice": 1984.832,
          "stopDistance": 5.817,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 278
        },
        {
          "entryTs": 1698906900,
          "entryUtc": "2023-11-02T06:35:00.000Z",
          "exitTs": 1698939600,
          "dir": 1,
          "entryPrice": 1985.315,
          "exitPrice": 1979.174,
          "stopDistance": 6.141,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 545
        },
        {
          "entryTs": 1698994440,
          "entryUtc": "2023-11-03T06:54:00.000Z",
          "exitTs": 1699014600,
          "dir": 1,
          "entryPrice": 1987.635,
          "exitPrice": 1996.864,
          "stopDistance": 4.614,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 336
        },
        {
          "entryTs": 1699256820,
          "entryUtc": "2023-11-06T07:47:00.000Z",
          "exitTs": 1699304280,
          "dir": 1,
          "entryPrice": 1984.405,
          "exitPrice": 1978.05,
          "stopDistance": 6.355,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 791
        },
        {
          "entryTs": 1699347240,
          "entryUtc": "2023-11-07T08:54:00.000Z",
          "exitTs": 1699361400,
          "dir": -1,
          "entryPrice": 1967.115,
          "exitPrice": 1957.873,
          "stopDistance": 4.621,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 236
        },
        {
          "entryTs": 1699428780,
          "entryUtc": "2023-11-08T07:33:00.000Z",
          "exitTs": 1699438440,
          "dir": 1,
          "entryPrice": 1968.085,
          "exitPrice": 1963.342,
          "stopDistance": 4.743,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 161
        },
        {
          "entryTs": 1699515000,
          "entryUtc": "2023-11-09T07:30:00.000Z",
          "exitTs": 1699517880,
          "dir": 1,
          "entryPrice": 1950.315,
          "exitPrice": 1945.468,
          "stopDistance": 4.847,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 48
        },
        {
          "entryTs": 1699607640,
          "entryUtc": "2023-11-10T09:14:00.000Z",
          "exitTs": 1699622640,
          "dir": -1,
          "entryPrice": 1953.595,
          "exitPrice": 1943.412,
          "stopDistance": 5.092,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 250
        },
        {
          "entryTs": 1699860600,
          "entryUtc": "2023-11-13T07:30:00.000Z",
          "exitTs": 1699884660,
          "dir": 1,
          "entryPrice": 1939.415,
          "exitPrice": 1933.941,
          "stopDistance": 5.474,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 401
        },
        {
          "entryTs": 1699951500,
          "entryUtc": "2023-11-14T08:45:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1944.265,
          "exitPrice": 1948.325,
          "stopDistance": 4.06,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 285
        },
        {
          "entryTs": 1700033880,
          "entryUtc": "2023-11-15T07:38:00.000Z",
          "exitTs": 1700055540,
          "dir": 1,
          "entryPrice": 1970.665,
          "exitPrice": 1965.899,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 361
        },
        {
          "entryTs": 1700120160,
          "entryUtc": "2023-11-16T07:36:00.000Z",
          "exitTs": 1700141520,
          "dir": -1,
          "entryPrice": 1965.734,
          "exitPrice": 1970.656,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 356
        },
        {
          "entryTs": 1700206200,
          "entryUtc": "2023-11-17T07:30:00.000Z",
          "exitTs": 1700232840,
          "dir": 1,
          "entryPrice": 1984.735,
          "exitPrice": 1980.037,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 444
        },
        {
          "entryTs": 1700465400,
          "entryUtc": "2023-11-20T07:30:00.000Z",
          "exitTs": 1700487240,
          "dir": -1,
          "entryPrice": 1978.955,
          "exitPrice": 1967.728,
          "stopDistance": 5.613,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 364
        },
        {
          "entryTs": 1700551800,
          "entryUtc": "2023-11-21T07:30:00.000Z",
          "exitTs": 1700556600,
          "dir": 1,
          "entryPrice": 1992.328,
          "exitPrice": 1986.511,
          "stopDistance": 5.817,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 80
        },
        {
          "entryTs": 1700639760,
          "entryUtc": "2023-11-22T07:56:00.000Z",
          "exitTs": 1700660160,
          "dir": 1,
          "entryPrice": 2003.345,
          "exitPrice": 1997.914,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 340
        },
        {
          "entryTs": 1700724720,
          "entryUtc": "2023-11-23T07:32:00.000Z",
          "exitTs": 1700744100,
          "dir": 1,
          "entryPrice": 1997.428,
          "exitPrice": 1992.065,
          "stopDistance": 5.363,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 323
        },
        {
          "entryTs": 1700812980,
          "entryUtc": "2023-11-24T08:03:00.000Z",
          "exitTs": 1700833200,
          "dir": 1,
          "entryPrice": 1994.065,
          "exitPrice": 2001.675,
          "stopDistance": 3.805,
          "outcome": "target",
          "netR": 1.9028,
          "holdMinutes": 337
        },
        {
          "entryTs": 1701070560,
          "entryUtc": "2023-11-27T07:36:00.000Z",
          "exitTs": 1701091800,
          "dir": -1,
          "entryPrice": 2009.505,
          "exitPrice": 2015.423,
          "stopDistance": 5.918,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 354
        },
        {
          "entryTs": 1701157260,
          "entryUtc": "2023-11-28T07:41:00.000Z",
          "exitTs": 1701178920,
          "dir": -1,
          "entryPrice": 2014.378,
          "exitPrice": 2019.018,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 361
        },
        {
          "entryTs": 1701243360,
          "entryUtc": "2023-11-29T07:36:00.000Z",
          "exitTs": 1701284760,
          "dir": -1,
          "entryPrice": 2042.895,
          "exitPrice": 2049.005,
          "stopDistance": 6.11,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 690
        },
        {
          "entryTs": 1701329640,
          "entryUtc": "2023-11-30T07:34:00.000Z",
          "exitTs": 1701355320,
          "dir": -1,
          "entryPrice": 2043.935,
          "exitPrice": 2032.547,
          "stopDistance": 5.694,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 428
        },
        {
          "entryTs": 1701417060,
          "entryUtc": "2023-12-01T07:51:00.000Z",
          "exitTs": 1701421020,
          "dir": -1,
          "entryPrice": 2040.245,
          "exitPrice": 2045.477,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 66
        },
        {
          "entryTs": 1701675000,
          "entryUtc": "2023-12-04T07:30:00.000Z",
          "exitTs": 1701703380,
          "dir": -1,
          "entryPrice": 2073.375,
          "exitPrice": 2041.212,
          "stopDistance": 16.081,
          "outcome": "target",
          "netR": 1.977,
          "holdMinutes": 473
        },
        {
          "entryTs": 1701761700,
          "entryUtc": "2023-12-05T07:35:00.000Z",
          "exitTs": 1702044840,
          "dir": -1,
          "entryPrice": 2032.555,
          "exitPrice": 2009.737,
          "stopDistance": 11.409,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 4719
        },
        {
          "entryTs": 1702280580,
          "entryUtc": "2023-12-11T07:43:00.000Z",
          "exitTs": 1702308240,
          "dir": -1,
          "entryPrice": 1997.805,
          "exitPrice": 1984.227,
          "stopDistance": 6.789,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 461
        },
        {
          "entryTs": 1702366380,
          "entryUtc": "2023-12-12T07:33:00.000Z",
          "exitTs": 1702386840,
          "dir": -1,
          "entryPrice": 1986.485,
          "exitPrice": 1992.338,
          "stopDistance": 5.853,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 341
        },
        {
          "entryTs": 1702452600,
          "entryUtc": "2023-12-13T07:30:00.000Z",
          "exitTs": 1702494000,
          "dir": 1,
          "entryPrice": 1978.115,
          "exitPrice": 1988.487,
          "stopDistance": 5.186,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 690
        },
        {
          "entryTs": 1702539180,
          "entryUtc": "2023-12-14T07:33:00.000Z",
          "exitTs": 1702542540,
          "dir": -1,
          "entryPrice": 2031.185,
          "exitPrice": 2040.039,
          "stopDistance": 8.854,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 56
        },
        {
          "entryTs": 1702625520,
          "entryUtc": "2023-12-15T07:32:00.000Z",
          "exitTs": 1702647600,
          "dir": 1,
          "entryPrice": 2037.965,
          "exitPrice": 2031.163,
          "stopDistance": 6.802,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 368
        },
        {
          "entryTs": 1702886400,
          "entryUtc": "2023-12-18T08:00:00.000Z",
          "exitTs": 1702921680,
          "dir": -1,
          "entryPrice": 2022.515,
          "exitPrice": 2028.76,
          "stopDistance": 6.245,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 588
        },
        {
          "entryTs": 1702971420,
          "entryUtc": "2023-12-19T07:37:00.000Z",
          "exitTs": 1702997040,
          "dir": 1,
          "entryPrice": 2026.155,
          "exitPrice": 2037.234,
          "stopDistance": 5.539,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 427
        },
        {
          "entryTs": 1703057940,
          "entryUtc": "2023-12-20T07:39:00.000Z",
          "exitTs": 1703067240,
          "dir": 1,
          "entryPrice": 2043.185,
          "exitPrice": 2038.505,
          "stopDistance": 4.68,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 155
        },
        {
          "entryTs": 1703230200,
          "entryUtc": "2023-12-22T07:30:00.000Z",
          "exitTs": 1703244480,
          "dir": 1,
          "entryPrice": 2049.375,
          "exitPrice": 2061.535,
          "stopDistance": 6.08,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 238
        },
        {
          "entryTs": 1703576220,
          "entryUtc": "2023-12-26T07:37:00.000Z",
          "exitTs": 1703601420,
          "dir": 1,
          "entryPrice": 2064.365,
          "exitPrice": 2058.132,
          "stopDistance": 6.233,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 420
        },
        {
          "entryTs": 1703664000,
          "entryUtc": "2023-12-27T08:00:00.000Z",
          "exitTs": 1703673060,
          "dir": 1,
          "entryPrice": 2066.315,
          "exitPrice": 2061.694,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 151
        },
        {
          "entryTs": 1703749680,
          "entryUtc": "2023-12-28T07:48:00.000Z",
          "exitTs": 1703754540,
          "dir": -1,
          "entryPrice": 2085.315,
          "exitPrice": 2074.366,
          "stopDistance": 5.474,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 81
        },
        {
          "entryTs": 1703836320,
          "entryUtc": "2023-12-29T07:52:00.000Z",
          "exitTs": 1703858040,
          "dir": -1,
          "entryPrice": 2072.258,
          "exitPrice": 2061.562,
          "stopDistance": 5.348,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 362
        },
        {
          "entryTs": 1704182340,
          "entryUtc": "2024-01-02T07:59:00.000Z",
          "exitTs": 1704209820,
          "dir": -1,
          "entryPrice": 2073.325,
          "exitPrice": 2061.2,
          "stopDistance": 6.063,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 458
        },
        {
          "entryTs": 1704269340,
          "entryUtc": "2024-01-03T08:09:00.000Z",
          "exitTs": 1704273000,
          "dir": 1,
          "entryPrice": 2064.175,
          "exitPrice": 2058.603,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 61
        },
        {
          "entryTs": 1704353400,
          "entryUtc": "2024-01-04T07:30:00.000Z",
          "exitTs": 1704375120,
          "dir": 1,
          "entryPrice": 2048.615,
          "exitPrice": 2041.987,
          "stopDistance": 6.628,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 362
        },
        {
          "entryTs": 1704442560,
          "entryUtc": "2024-01-05T08:16:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2041.975,
          "exitPrice": 2031.703,
          "stopDistance": 5.136,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 314
        },
        {
          "entryTs": 1704701580,
          "entryUtc": "2024-01-08T08:13:00.000Z",
          "exitTs": 1704729660,
          "dir": -1,
          "entryPrice": 2028.505,
          "exitPrice": 2035.978,
          "stopDistance": 7.473,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 468
        },
        {
          "entryTs": 1704786120,
          "entryUtc": "2024-01-09T07:42:00.000Z",
          "exitTs": 1704815820,
          "dir": 1,
          "entryPrice": 2036.865,
          "exitPrice": 2030.42,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 495
        },
        {
          "entryTs": 1704871860,
          "entryUtc": "2024-01-10T07:31:00.000Z",
          "exitTs": 1704909180,
          "dir": 1,
          "entryPrice": 2028.675,
          "exitPrice": 2022.936,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 622
        },
        {
          "entryTs": 1704960000,
          "entryUtc": "2024-01-11T08:00:00.000Z",
          "exitTs": 1704979440,
          "dir": -1,
          "entryPrice": 2033.575,
          "exitPrice": 2038.638,
          "stopDistance": 5.063,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 324
        },
        {
          "entryTs": 1705044600,
          "entryUtc": "2024-01-12T07:30:00.000Z",
          "exitTs": 1705061280,
          "dir": 1,
          "entryPrice": 2038.225,
          "exitPrice": 2052.032,
          "stopDistance": 6.904,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 278
        },
        {
          "entryTs": 1705303860,
          "entryUtc": "2024-01-15T07:31:00.000Z",
          "exitTs": 1705396260,
          "dir": -1,
          "entryPrice": 2053.785,
          "exitPrice": 2040.356,
          "stopDistance": 6.715,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 1540
        },
        {
          "entryTs": 1705476780,
          "entryUtc": "2024-01-17T07:33:00.000Z",
          "exitTs": 1705503300,
          "dir": 1,
          "entryPrice": 2020.765,
          "exitPrice": 2014.214,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 442
        },
        {
          "entryTs": 1705565220,
          "entryUtc": "2024-01-18T08:07:00.000Z",
          "exitTs": 1705595280,
          "dir": -1,
          "entryPrice": 2010.985,
          "exitPrice": 2017.194,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 501
        },
        {
          "entryTs": 1705649400,
          "entryUtc": "2024-01-19T07:30:00.000Z",
          "exitTs": 1705670280,
          "dir": 1,
          "entryPrice": 2026.848,
          "exitPrice": 2036.668,
          "stopDistance": 4.91,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 348
        },
        {
          "entryTs": 1705911840,
          "entryUtc": "2024-01-22T08:24:00.000Z",
          "exitTs": 1705934640,
          "dir": 1,
          "entryPrice": 2024.255,
          "exitPrice": 2018.616,
          "stopDistance": 5.639,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 380
        },
        {
          "entryTs": 1706003280,
          "entryUtc": "2024-01-23T09:48:00.000Z",
          "exitTs": 1706089200,
          "dir": -1,
          "entryPrice": 2027.605,
          "exitPrice": 2033.973,
          "stopDistance": 6.368,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 1432
        },
        {
          "entryTs": 1706167800,
          "entryUtc": "2024-01-25T07:30:00.000Z",
          "exitTs": 1706189400,
          "dir": 1,
          "entryPrice": 2016.815,
          "exitPrice": 2011.652,
          "stopDistance": 5.163,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 360
        },
        {
          "entryTs": 1706254500,
          "entryUtc": "2024-01-26T07:35:00.000Z",
          "exitTs": 1706281560,
          "dir": 1,
          "entryPrice": 2022.365,
          "exitPrice": 2017.086,
          "stopDistance": 5.279,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 451
        },
        {
          "entryTs": 1706513400,
          "entryUtc": "2024-01-29T07:30:00.000Z",
          "exitTs": 1706524860,
          "dir": 1,
          "entryPrice": 2031.635,
          "exitPrice": 2026.318,
          "stopDistance": 5.317,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 191
        },
        {
          "entryTs": 1706599800,
          "entryUtc": "2024-01-30T07:30:00.000Z",
          "exitTs": 1706624700,
          "dir": 1,
          "entryPrice": 2036.035,
          "exitPrice": 2047.382,
          "stopDistance": 5.673,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 415
        },
        {
          "entryTs": 1706686260,
          "entryUtc": "2024-01-31T07:31:00.000Z",
          "exitTs": 1706711880,
          "dir": 1,
          "entryPrice": 2037.775,
          "exitPrice": 2047.815,
          "stopDistance": 5.02,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 427
        },
        {
          "entryTs": 1706772720,
          "entryUtc": "2024-02-01T07:32:00.000Z",
          "exitTs": 1706783400,
          "dir": 1,
          "entryPrice": 2043.985,
          "exitPrice": 2037.224,
          "stopDistance": 6.761,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 178
        },
        {
          "entryTs": 1706860800,
          "entryUtc": "2024-02-02T08:00:00.000Z",
          "exitTs": 1706880600,
          "dir": -1,
          "entryPrice": 2054.655,
          "exitPrice": 2041.778,
          "stopDistance": 6.439,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 330
        },
        {
          "entryTs": 1707120000,
          "entryUtc": "2024-02-05T08:00:00.000Z",
          "exitTs": 1707232140,
          "dir": -1,
          "entryPrice": 2026.654,
          "exitPrice": 2033.442,
          "stopDistance": 6.788,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 1869
        },
        {
          "entryTs": 1707291000,
          "entryUtc": "2024-02-07T07:30:00.000Z",
          "exitTs": 1707294900,
          "dir": 1,
          "entryPrice": 2035.725,
          "exitPrice": 2031.497,
          "stopDistance": 4.228,
          "outcome": "stop",
          "netR": -1.0993,
          "holdMinutes": 65
        },
        {
          "entryTs": 1707378060,
          "entryUtc": "2024-02-08T07:41:00.000Z",
          "exitTs": 1707387840,
          "dir": -1,
          "entryPrice": 2032.585,
          "exitPrice": 2037.057,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 163
        },
        {
          "entryTs": 1707464100,
          "entryUtc": "2024-02-09T07:35:00.000Z",
          "exitTs": 1707489000,
          "dir": -1,
          "entryPrice": 2032.985,
          "exitPrice": 2023.867,
          "stopDistance": 4.559,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 415
        },
        {
          "entryTs": 1707724260,
          "entryUtc": "2024-02-12T07:51:00.000Z",
          "exitTs": 1707731220,
          "dir": 1,
          "entryPrice": 2024.885,
          "exitPrice": 2020.819,
          "stopDistance": 4.066,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 116
        },
        {
          "entryTs": 1707810300,
          "entryUtc": "2024-02-13T07:45:00.000Z",
          "exitTs": 1707831000,
          "dir": 1,
          "entryPrice": 2024.785,
          "exitPrice": 2020.694,
          "stopDistance": 4.091,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 345
        },
        {
          "entryTs": 1707897480,
          "entryUtc": "2024-02-14T07:58:00.000Z",
          "exitTs": 1707932760,
          "dir": -1,
          "entryPrice": 1989.535,
          "exitPrice": 1994.525,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 588
        },
        {
          "entryTs": 1707982200,
          "entryUtc": "2024-02-15T07:30:00.000Z",
          "exitTs": 1708003800,
          "dir": 1,
          "entryPrice": 1993.965,
          "exitPrice": 2002.579,
          "stopDistance": 4.307,
          "outcome": "target",
          "netR": 1.9141,
          "holdMinutes": 360
        },
        {
          "entryTs": 1708068780,
          "entryUtc": "2024-02-16T07:33:00.000Z",
          "exitTs": 1708090200,
          "dir": 1,
          "entryPrice": 2005.115,
          "exitPrice": 2001.265,
          "stopDistance": 3.85,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 357
        },
        {
          "entryTs": 1708328040,
          "entryUtc": "2024-02-19T07:34:00.000Z",
          "exitTs": 1708425000,
          "dir": -1,
          "entryPrice": 2021.085,
          "exitPrice": 2026.756,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1616
        },
        {
          "entryTs": 1708500600,
          "entryUtc": "2024-02-21T07:30:00.000Z",
          "exitTs": 1708542000,
          "dir": -1,
          "entryPrice": 2028.528,
          "exitPrice": 2020.872,
          "stopDistance": 3.828,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 690
        },
        {
          "entryTs": 1708587000,
          "entryUtc": "2024-02-22T07:30:00.000Z",
          "exitTs": 1708608000,
          "dir": 1,
          "entryPrice": 2030.505,
          "exitPrice": 2026.47,
          "stopDistance": 4.035,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 350
        },
        {
          "entryTs": 1708673460,
          "entryUtc": "2024-02-23T07:31:00.000Z",
          "exitTs": 1708680240,
          "dir": 1,
          "entryPrice": 2021.505,
          "exitPrice": 2016.949,
          "stopDistance": 4.556,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 113
        },
        {
          "entryTs": 1708932660,
          "entryUtc": "2024-02-26T07:31:00.000Z",
          "exitTs": 1708956720,
          "dir": 1,
          "entryPrice": 2034.995,
          "exitPrice": 2030.415,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 401
        },
        {
          "entryTs": 1709019300,
          "entryUtc": "2024-02-27T07:35:00.000Z",
          "exitTs": 1709050560,
          "dir": 1,
          "entryPrice": 2035.705,
          "exitPrice": 2032.159,
          "stopDistance": 3.546,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 521
        },
        {
          "entryTs": 1709106060,
          "entryUtc": "2024-02-28T07:41:00.000Z",
          "exitTs": 1709126040,
          "dir": -1,
          "entryPrice": 2028.335,
          "exitPrice": 2032.044,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 333
        },
        {
          "entryTs": 1709192220,
          "entryUtc": "2024-02-29T07:37:00.000Z",
          "exitTs": 1709200140,
          "dir": 1,
          "entryPrice": 2037.425,
          "exitPrice": 2033.932,
          "stopDistance": 3.494,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 132
        },
        {
          "entryTs": 1709278260,
          "entryUtc": "2024-03-01T07:31:00.000Z",
          "exitTs": 1709288700,
          "dir": -1,
          "entryPrice": 2046.305,
          "exitPrice": 2050.287,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 174
        },
        {
          "entryTs": 1709537700,
          "entryUtc": "2024-03-04T07:35:00.000Z",
          "exitTs": 1709562780,
          "dir": 1,
          "entryPrice": 2085.425,
          "exitPrice": 2097.856,
          "stopDistance": 6.215,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 418
        },
        {
          "entryTs": 1709626080,
          "entryUtc": "2024-03-05T08:08:00.000Z",
          "exitTs": 1709645280,
          "dir": 1,
          "entryPrice": 2117.695,
          "exitPrice": 2130.993,
          "stopDistance": 6.649,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 320
        },
        {
          "entryTs": 1709710620,
          "entryUtc": "2024-03-06T07:37:00.000Z",
          "exitTs": 1709735520,
          "dir": 1,
          "entryPrice": 2129.895,
          "exitPrice": 2142.538,
          "stopDistance": 6.322,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 415
        },
        {
          "entryTs": 1709796780,
          "entryUtc": "2024-03-07T07:33:00.000Z",
          "exitTs": 1709822580,
          "dir": 1,
          "entryPrice": 2156.505,
          "exitPrice": 2147.837,
          "stopDistance": 8.668,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 430
        },
        {
          "entryTs": 1709883900,
          "entryUtc": "2024-03-08T07:45:00.000Z",
          "exitTs": 1709904660,
          "dir": 1,
          "entryPrice": 2161.605,
          "exitPrice": 2175.325,
          "stopDistance": 6.86,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 346
        },
        {
          "entryTs": 1710139980,
          "entryUtc": "2024-03-11T06:53:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2179.265,
          "exitPrice": 2169.934,
          "stopDistance": 9.331,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 1764
        },
        {
          "entryTs": 1710312000,
          "entryUtc": "2024-03-13T06:40:00.000Z",
          "exitTs": 1710332580,
          "dir": -1,
          "entryPrice": 2158.765,
          "exitPrice": 2166.108,
          "stopDistance": 7.343,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 343
        },
        {
          "entryTs": 1710399000,
          "entryUtc": "2024-03-14T06:50:00.000Z",
          "exitTs": 1710430500,
          "dir": -1,
          "entryPrice": 2167.695,
          "exitPrice": 2156.514,
          "stopDistance": 5.591,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 525
        },
        {
          "entryTs": 1710484320,
          "entryUtc": "2024-03-15T06:32:00.000Z",
          "exitTs": 1710509400,
          "dir": -1,
          "entryPrice": 2167.775,
          "exitPrice": 2157.018,
          "stopDistance": 5.378,
          "outcome": "target",
          "netR": 1.9312,
          "holdMinutes": 418
        },
        {
          "entryTs": 1710744600,
          "entryUtc": "2024-03-18T06:50:00.000Z",
          "exitTs": 1710760260,
          "dir": 1,
          "entryPrice": 2148.195,
          "exitPrice": 2160.435,
          "stopDistance": 6.12,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 261
        },
        {
          "entryTs": 1710835620,
          "entryUtc": "2024-03-19T08:07:00.000Z",
          "exitTs": 1710886800,
          "dir": -1,
          "entryPrice": 2153.925,
          "exitPrice": 2158.794,
          "stopDistance": 4.869,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 853
        },
        {
          "entryTs": 1710916200,
          "entryUtc": "2024-03-20T06:30:00.000Z",
          "exitTs": 1710943320,
          "dir": -1,
          "entryPrice": 2156.405,
          "exitPrice": 2161.088,
          "stopDistance": 4.683,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 452
        },
        {
          "entryTs": 1711006080,
          "entryUtc": "2024-03-21T07:28:00.000Z",
          "exitTs": 1711010520,
          "dir": 1,
          "entryPrice": 2209.445,
          "exitPrice": 2198.659,
          "stopDistance": 10.786,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 74
        },
        {
          "entryTs": 1711089840,
          "entryUtc": "2024-03-22T06:44:00.000Z",
          "exitTs": 1711374120,
          "dir": -1,
          "entryPrice": 2172.395,
          "exitPrice": 2181.085,
          "stopDistance": 8.69,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 4738
        },
        {
          "entryTs": 1711435020,
          "entryUtc": "2024-03-26T06:37:00.000Z",
          "exitTs": 1711441740,
          "dir": -1,
          "entryPrice": 2171.525,
          "exitPrice": 2177.05,
          "stopDistance": 5.526,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 112
        },
        {
          "entryTs": 1711521900,
          "entryUtc": "2024-03-27T06:45:00.000Z",
          "exitTs": 1711532640,
          "dir": 1,
          "entryPrice": 2179.075,
          "exitPrice": 2193.143,
          "stopDistance": 7.034,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 179
        },
        {
          "entryTs": 1711608000,
          "entryUtc": "2024-03-28T06:40:00.000Z",
          "exitTs": 1711613040,
          "dir": 1,
          "entryPrice": 2197.845,
          "exitPrice": 2190.892,
          "stopDistance": 6.953,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 84
        },
        {
          "entryTs": 1711954140,
          "entryUtc": "2024-04-01T06:49:00.000Z",
          "exitTs": 1711980240,
          "dir": -1,
          "entryPrice": 2259.395,
          "exitPrice": 2235.638,
          "stopDistance": 11.878,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 435
        },
        {
          "entryTs": 1712040660,
          "entryUtc": "2024-04-02T06:51:00.000Z",
          "exitTs": 1712068080,
          "dir": 1,
          "entryPrice": 2255.565,
          "exitPrice": 2276.563,
          "stopDistance": 10.499,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 457
        },
        {
          "entryTs": 1712127600,
          "entryUtc": "2024-04-03T07:00:00.000Z",
          "exitTs": 1712161380,
          "dir": -1,
          "entryPrice": 2280.875,
          "exitPrice": 2290.82,
          "stopDistance": 9.945,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 563
        },
        {
          "entryTs": 1712213340,
          "entryUtc": "2024-04-04T06:49:00.000Z",
          "exitTs": 1712256900,
          "dir": -1,
          "entryPrice": 2295.154,
          "exitPrice": 2303.916,
          "stopDistance": 8.762,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 726
        },
        {
          "entryTs": 1712300760,
          "entryUtc": "2024-04-05T07:06:00.000Z",
          "exitTs": 1712326380,
          "dir": 1,
          "entryPrice": 2283.075,
          "exitPrice": 2304.027,
          "stopDistance": 10.476,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 427
        },
        {
          "entryTs": 1712557800,
          "entryUtc": "2024-04-08T06:30:00.000Z",
          "exitTs": 1712585040,
          "dir": 1,
          "entryPrice": 2336.855,
          "exitPrice": 2319.881,
          "stopDistance": 16.974,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 454
        },
        {
          "entryTs": 1712646660,
          "entryUtc": "2024-04-09T07:11:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2346.715,
          "exitPrice": 2337.036,
          "stopDistance": 9.679,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 1759
        },
        {
          "entryTs": 1712823120,
          "entryUtc": "2024-04-11T08:12:00.000Z",
          "exitTs": 1712841540,
          "dir": -1,
          "entryPrice": 2333.785,
          "exitPrice": 2344.893,
          "stopDistance": 11.108,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 307
        },
        {
          "entryTs": 1712903460,
          "entryUtc": "2024-04-12T06:31:00.000Z",
          "exitTs": 1712931180,
          "dir": 1,
          "entryPrice": 2388.365,
          "exitPrice": 2412.144,
          "stopDistance": 11.889,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 462
        },
        {
          "entryTs": 1713162600,
          "entryUtc": "2024-04-15T06:30:00.000Z",
          "exitTs": 1713207240,
          "dir": -1,
          "entryPrice": 2357.245,
          "exitPrice": 2376.511,
          "stopDistance": 19.266,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 744
        },
        {
          "entryTs": 1713249000,
          "entryUtc": "2024-04-16T06:30:00.000Z",
          "exitTs": 1713285960,
          "dir": -1,
          "entryPrice": 2380.515,
          "exitPrice": 2395.214,
          "stopDistance": 14.699,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 616
        },
        {
          "entryTs": 1713335820,
          "entryUtc": "2024-04-17T06:37:00.000Z",
          "exitTs": 1713372240,
          "dir": 1,
          "entryPrice": 2378.045,
          "exitPrice": 2365.703,
          "stopDistance": 12.342,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 607
        },
        {
          "entryTs": 1713423480,
          "entryUtc": "2024-04-18T06:58:00.000Z",
          "exitTs": 1713490260,
          "dir": 1,
          "entryPrice": 2379.675,
          "exitPrice": 2402.638,
          "stopDistance": 11.481,
          "outcome": "target",
          "netR": 1.9678,
          "holdMinutes": 1113
        },
        {
          "entryTs": 1713509700,
          "entryUtc": "2024-04-19T06:55:00.000Z",
          "exitTs": 1713754860,
          "dir": 1,
          "entryPrice": 2385.015,
          "exitPrice": 2369.895,
          "stopDistance": 15.12,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 4086
        },
        {
          "entryTs": 1713768060,
          "entryUtc": "2024-04-22T06:41:00.000Z",
          "exitTs": 1713790260,
          "dir": -1,
          "entryPrice": 2362.245,
          "exitPrice": 2337.094,
          "stopDistance": 12.575,
          "outcome": "target",
          "netR": 1.9706,
          "holdMinutes": 370
        },
        {
          "entryTs": 1713854460,
          "entryUtc": "2024-04-23T06:41:00.000Z",
          "exitTs": 1713878340,
          "dir": -1,
          "entryPrice": 2301.215,
          "exitPrice": 2315.907,
          "stopDistance": 14.692,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 398
        },
        {
          "entryTs": 1713940260,
          "entryUtc": "2024-04-24T06:31:00.000Z",
          "exitTs": 1713970980,
          "dir": -1,
          "entryPrice": 2325.575,
          "exitPrice": 2336.516,
          "stopDistance": 10.941,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 512
        },
        {
          "entryTs": 1714026840,
          "entryUtc": "2024-04-25T06:34:00.000Z",
          "exitTs": 1714032300,
          "dir": -1,
          "entryPrice": 2317.745,
          "exitPrice": 2327.823,
          "stopDistance": 10.077,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 91
        },
        {
          "entryTs": 1714113840,
          "entryUtc": "2024-04-26T06:44:00.000Z",
          "exitTs": 1714142280,
          "dir": 1,
          "entryPrice": 2341.125,
          "exitPrice": 2332.096,
          "stopDistance": 9.029,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 474
        },
        {
          "entryTs": 1714372860,
          "entryUtc": "2024-04-29T06:41:00.000Z",
          "exitTs": 1714379520,
          "dir": -1,
          "entryPrice": 2329.405,
          "exitPrice": 2339.381,
          "stopDistance": 9.976,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 111
        },
        {
          "entryTs": 1714458900,
          "entryUtc": "2024-04-30T06:35:00.000Z",
          "exitTs": 1714486140,
          "dir": -1,
          "entryPrice": 2319.005,
          "exitPrice": 2302.294,
          "stopDistance": 8.355,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 454
        },
        {
          "entryTs": 1714545060,
          "entryUtc": "2024-05-01T06:31:00.000Z",
          "exitTs": 1714572000,
          "dir": 1,
          "entryPrice": 2289.165,
          "exitPrice": 2306.803,
          "stopDistance": 8.819,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 449
        },
        {
          "entryTs": 1714631640,
          "entryUtc": "2024-05-02T06:34:00.000Z",
          "exitTs": 1714637580,
          "dir": 1,
          "entryPrice": 2318.405,
          "exitPrice": 2307.706,
          "stopDistance": 10.699,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 99
        },
        {
          "entryTs": 1714717860,
          "entryUtc": "2024-05-03T06:31:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2301.085,
          "exitPrice": 2309.646,
          "stopDistance": 8.561,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 359
        },
        {
          "entryTs": 1714980240,
          "entryUtc": "2024-05-06T07:24:00.000Z",
          "exitTs": 1715155200,
          "dir": 1,
          "entryPrice": 2314.635,
          "exitPrice": 2303.958,
          "stopDistance": 10.677,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 2916
        },
        {
          "entryTs": 1715236920,
          "entryUtc": "2024-05-09T06:42:00.000Z",
          "exitTs": 1715257800,
          "dir": -1,
          "entryPrice": 2314.435,
          "exitPrice": 2321.118,
          "stopDistance": 6.683,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 348
        },
        {
          "entryTs": 1715322600,
          "entryUtc": "2024-05-10T06:30:00.000Z",
          "exitTs": 1715576400,
          "dir": 1,
          "entryPrice": 2362.415,
          "exitPrice": 2353.971,
          "stopDistance": 8.444,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 4230
        },
        {
          "entryTs": 1715582760,
          "entryUtc": "2024-05-13T06:46:00.000Z",
          "exitTs": 1715709900,
          "dir": -1,
          "entryPrice": 2348.875,
          "exitPrice": 2357.354,
          "stopDistance": 8.479,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 2119
        },
        {
          "entryTs": 1715754660,
          "entryUtc": "2024-05-15T06:31:00.000Z",
          "exitTs": 1715758440,
          "dir": -1,
          "entryPrice": 2357.395,
          "exitPrice": 2364.086,
          "stopDistance": 6.691,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 63
        },
        {
          "entryTs": 1715841480,
          "entryUtc": "2024-05-16T06:38:00.000Z",
          "exitTs": 1715950920,
          "dir": -1,
          "entryPrice": 2387.045,
          "exitPrice": 2396.702,
          "stopDistance": 9.657,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 1824
        },
        {
          "entryTs": 1716186780,
          "entryUtc": "2024-05-20T06:33:00.000Z",
          "exitTs": 1716208860,
          "dir": -1,
          "entryPrice": 2438.225,
          "exitPrice": 2414.18,
          "stopDistance": 12.023,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 368
        },
        {
          "entryTs": 1716274140,
          "entryUtc": "2024-05-21T06:49:00.000Z",
          "exitTs": 1716294000,
          "dir": -1,
          "entryPrice": 2413.335,
          "exitPrice": 2425.815,
          "stopDistance": 12.48,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 331
        },
        {
          "entryTs": 1716360600,
          "entryUtc": "2024-05-22T06:50:00.000Z",
          "exitTs": 1716378120,
          "dir": 1,
          "entryPrice": 2417.764,
          "exitPrice": 2408.432,
          "stopDistance": 9.332,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 292
        },
        {
          "entryTs": 1716445800,
          "entryUtc": "2024-05-23T06:30:00.000Z",
          "exitTs": 1716450720,
          "dir": 1,
          "entryPrice": 2366.905,
          "exitPrice": 2355.625,
          "stopDistance": 11.28,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 82
        },
        {
          "entryTs": 1716532500,
          "entryUtc": "2024-05-24T06:35:00.000Z",
          "exitTs": 1716557460,
          "dir": -1,
          "entryPrice": 2335.525,
          "exitPrice": 2346.254,
          "stopDistance": 10.729,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 416
        },
        {
          "entryTs": 1716791400,
          "entryUtc": "2024-05-27T06:30:00.000Z",
          "exitTs": 1716902280,
          "dir": 1,
          "entryPrice": 2344.475,
          "exitPrice": 2360.782,
          "stopDistance": 8.154,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 1848
        },
        {
          "entryTs": 1716964560,
          "entryUtc": "2024-05-29T06:36:00.000Z",
          "exitTs": 1716987180,
          "dir": -1,
          "entryPrice": 2351.575,
          "exitPrice": 2336.72,
          "stopDistance": 7.427,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 377
        },
        {
          "entryTs": 1717050600,
          "entryUtc": "2024-05-30T06:30:00.000Z",
          "exitTs": 1717076460,
          "dir": 1,
          "entryPrice": 2328.705,
          "exitPrice": 2346.174,
          "stopDistance": 8.734,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 431
        },
        {
          "entryTs": 1717137720,
          "entryUtc": "2024-05-31T06:42:00.000Z",
          "exitTs": 1717166460,
          "dir": 1,
          "entryPrice": 2344.875,
          "exitPrice": 2336.927,
          "stopDistance": 7.948,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 479
        },
        {
          "entryTs": 1717396380,
          "entryUtc": "2024-06-03T06:33:00.000Z",
          "exitTs": 1717398000,
          "dir": -1,
          "entryPrice": 2314.655,
          "exitPrice": 2323.812,
          "stopDistance": 9.157,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 27
        },
        {
          "entryTs": 1717482900,
          "entryUtc": "2024-06-04T06:35:00.000Z",
          "exitTs": 1717491840,
          "dir": -1,
          "entryPrice": 2347.085,
          "exitPrice": 2331.565,
          "stopDistance": 7.76,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 149
        },
        {
          "entryTs": 1717655700,
          "entryUtc": "2024-06-06T06:35:00.000Z",
          "exitTs": 1717687620,
          "dir": -1,
          "entryPrice": 2364.164,
          "exitPrice": 2373.101,
          "stopDistance": 8.937,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 532
        },
        {
          "entryTs": 1717744260,
          "entryUtc": "2024-06-07T07:11:00.000Z",
          "exitTs": 1717747320,
          "dir": 1,
          "entryPrice": 2377.695,
          "exitPrice": 2367.95,
          "stopDistance": 9.745,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 51
        },
        {
          "entryTs": 1718001000,
          "entryUtc": "2024-06-10T06:30:00.000Z",
          "exitTs": 1718020500,
          "dir": -1,
          "entryPrice": 2290.365,
          "exitPrice": 2302.25,
          "stopDistance": 11.885,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 325
        },
        {
          "entryTs": 1718087400,
          "entryUtc": "2024-06-11T06:30:00.000Z",
          "exitTs": 1718109780,
          "dir": 1,
          "entryPrice": 2303.495,
          "exitPrice": 2319.461,
          "stopDistance": 7.983,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 373
        },
        {
          "entryTs": 1718175900,
          "entryUtc": "2024-06-12T07:05:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2313.675,
          "exitPrice": 2320.136,
          "stopDistance": 6.461,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 325
        },
        {
          "entryTs": 1718261760,
          "entryUtc": "2024-06-13T06:56:00.000Z",
          "exitTs": 1718279100,
          "dir": 1,
          "entryPrice": 2314.365,
          "exitPrice": 2304.682,
          "stopDistance": 9.683,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 289
        },
        {
          "entryTs": 1718347260,
          "entryUtc": "2024-06-14T06:41:00.000Z",
          "exitTs": 1718360640,
          "dir": 1,
          "entryPrice": 2312.075,
          "exitPrice": 2328.643,
          "stopDistance": 8.284,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 223
        },
        {
          "entryTs": 1718606280,
          "entryUtc": "2024-06-17T06:38:00.000Z",
          "exitTs": 1718629920,
          "dir": -1,
          "entryPrice": 2316.665,
          "exitPrice": 2324.626,
          "stopDistance": 7.961,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 394
        },
        {
          "entryTs": 1718692740,
          "entryUtc": "2024-06-18T06:39:00.000Z",
          "exitTs": 1718719020,
          "dir": -1,
          "entryPrice": 2319.728,
          "exitPrice": 2326.562,
          "stopDistance": 6.834,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 438
        },
        {
          "entryTs": 1718780100,
          "entryUtc": "2024-06-19T06:55:00.000Z",
          "exitTs": 1718861460,
          "dir": 1,
          "entryPrice": 2330.098,
          "exitPrice": 2342.676,
          "stopDistance": 6.289,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 1356
        },
        {
          "entryTs": 1718866260,
          "entryUtc": "2024-06-20T06:51:00.000Z",
          "exitTs": 1718870340,
          "dir": 1,
          "entryPrice": 2344.938,
          "exitPrice": 2338.672,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 68
        },
        {
          "entryTs": 1718951640,
          "entryUtc": "2024-06-21T06:34:00.000Z",
          "exitTs": 1718958540,
          "dir": -1,
          "entryPrice": 2360.405,
          "exitPrice": 2367.399,
          "stopDistance": 6.994,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 115
        },
        {
          "entryTs": 1719210900,
          "entryUtc": "2024-06-24T06:35:00.000Z",
          "exitTs": 1719329460,
          "dir": 1,
          "entryPrice": 2325.015,
          "exitPrice": 2316.693,
          "stopDistance": 8.322,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 1976
        },
        {
          "entryTs": 1719383400,
          "entryUtc": "2024-06-26T06:30:00.000Z",
          "exitTs": 1719401340,
          "dir": 1,
          "entryPrice": 2312.415,
          "exitPrice": 2304.312,
          "stopDistance": 8.103,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 299
        },
        {
          "entryTs": 1719469800,
          "entryUtc": "2024-06-27T06:30:00.000Z",
          "exitTs": 1719482820,
          "dir": 1,
          "entryPrice": 2301.685,
          "exitPrice": 2314.287,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 217
        },
        {
          "entryTs": 1719556260,
          "entryUtc": "2024-06-28T06:31:00.000Z",
          "exitTs": 1719811800,
          "dir": 1,
          "entryPrice": 2327.568,
          "exitPrice": 2320.957,
          "stopDistance": 6.611,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 4259
        },
        {
          "entryTs": 1719815640,
          "entryUtc": "2024-07-01T06:34:00.000Z",
          "exitTs": 1719844920,
          "dir": 1,
          "entryPrice": 2327.475,
          "exitPrice": 2320.334,
          "stopDistance": 7.141,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 488
        },
        {
          "entryTs": 1719901800,
          "entryUtc": "2024-07-02T06:30:00.000Z",
          "exitTs": 1719928200,
          "dir": -1,
          "entryPrice": 2329.018,
          "exitPrice": 2335.708,
          "stopDistance": 6.69,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 440
        },
        {
          "entryTs": 1719988980,
          "entryUtc": "2024-07-03T06:43:00.000Z",
          "exitTs": 1720003140,
          "dir": 1,
          "entryPrice": 2335.938,
          "exitPrice": 2349.027,
          "stopDistance": 6.544,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 236
        },
        {
          "entryTs": 1720074600,
          "entryUtc": "2024-07-04T06:30:00.000Z",
          "exitTs": 1720095060,
          "dir": -1,
          "entryPrice": 2353.418,
          "exitPrice": 2360.06,
          "stopDistance": 6.642,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 341
        },
        {
          "entryTs": 1720161060,
          "entryUtc": "2024-07-05T06:31:00.000Z",
          "exitTs": 1720182600,
          "dir": -1,
          "entryPrice": 2363.678,
          "exitPrice": 2353.48,
          "stopDistance": 5.099,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 359
        },
        {
          "entryTs": 1720420680,
          "entryUtc": "2024-07-08T06:38:00.000Z",
          "exitTs": 1720453440,
          "dir": -1,
          "entryPrice": 2380.675,
          "exitPrice": 2364.662,
          "stopDistance": 8.006,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 546
        },
        {
          "entryTs": 1720507140,
          "entryUtc": "2024-07-09T06:39:00.000Z",
          "exitTs": 1720533600,
          "dir": -1,
          "entryPrice": 2363.235,
          "exitPrice": 2370.61,
          "stopDistance": 7.375,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 441
        },
        {
          "entryTs": 1720593900,
          "entryUtc": "2024-07-10T06:45:00.000Z",
          "exitTs": 1720619580,
          "dir": 1,
          "entryPrice": 2370.235,
          "exitPrice": 2383.728,
          "stopDistance": 6.746,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 428
        },
        {
          "entryTs": 1720679460,
          "entryUtc": "2024-07-11T06:31:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2379.795,
          "exitPrice": 2385.711,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 359
        },
        {
          "entryTs": 1720765800,
          "entryUtc": "2024-07-12T06:30:00.000Z",
          "exitTs": 1720797360,
          "dir": -1,
          "entryPrice": 2405.045,
          "exitPrice": 2413.385,
          "stopDistance": 8.341,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 526
        },
        {
          "entryTs": 1721025360,
          "entryUtc": "2024-07-15T06:36:00.000Z",
          "exitTs": 1721032680,
          "dir": -1,
          "entryPrice": 2403.805,
          "exitPrice": 2411.05,
          "stopDistance": 7.245,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 122
        },
        {
          "entryTs": 1721111940,
          "entryUtc": "2024-07-16T06:39:00.000Z",
          "exitTs": 1721137860,
          "dir": 1,
          "entryPrice": 2431.895,
          "exitPrice": 2447.118,
          "stopDistance": 7.612,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 432
        },
        {
          "entryTs": 1721198520,
          "entryUtc": "2024-07-17T06:42:00.000Z",
          "exitTs": 1721233380,
          "dir": 1,
          "entryPrice": 2467.165,
          "exitPrice": 2456.41,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 581
        },
        {
          "entryTs": 1721284200,
          "entryUtc": "2024-07-18T06:30:00.000Z",
          "exitTs": 1721309580,
          "dir": 1,
          "entryPrice": 2469.205,
          "exitPrice": 2459.945,
          "stopDistance": 9.26,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 423
        },
        {
          "entryTs": 1721374860,
          "entryUtc": "2024-07-19T07:41:00.000Z",
          "exitTs": 1721651580,
          "dir": -1,
          "entryPrice": 2414.215,
          "exitPrice": 2393.475,
          "stopDistance": 10.37,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 4612
        },
        {
          "entryTs": 1721716200,
          "entryUtc": "2024-07-23T06:30:00.000Z",
          "exitTs": 1721720640,
          "dir": -1,
          "entryPrice": 2388.175,
          "exitPrice": 2396.274,
          "stopDistance": 8.099,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 74
        },
        {
          "entryTs": 1721802600,
          "entryUtc": "2024-07-24T06:30:00.000Z",
          "exitTs": 1721826000,
          "dir": -1,
          "entryPrice": 2415.105,
          "exitPrice": 2422.543,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 390
        },
        {
          "entryTs": 1721889360,
          "entryUtc": "2024-07-25T06:36:00.000Z",
          "exitTs": 1722002520,
          "dir": -1,
          "entryPrice": 2372.875,
          "exitPrice": 2384.766,
          "stopDistance": 11.891,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 1886
        },
        {
          "entryTs": 1722234660,
          "entryUtc": "2024-07-29T06:31:00.000Z",
          "exitTs": 1722266100,
          "dir": -1,
          "entryPrice": 2391.668,
          "exitPrice": 2372.269,
          "stopDistance": 9.7,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 524
        },
        {
          "entryTs": 1722322500,
          "entryUtc": "2024-07-30T06:55:00.000Z",
          "exitTs": 1722358860,
          "dir": 1,
          "entryPrice": 2390.178,
          "exitPrice": 2406.191,
          "stopDistance": 8.006,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 606
        },
        {
          "entryTs": 1722407460,
          "entryUtc": "2024-07-31T06:31:00.000Z",
          "exitTs": 1722453960,
          "dir": 1,
          "entryPrice": 2423.795,
          "exitPrice": 2441.93,
          "stopDistance": 9.068,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 775
        },
        {
          "entryTs": 1722494400,
          "entryUtc": "2024-08-01T06:40:00.000Z",
          "exitTs": 1722519180,
          "dir": -1,
          "entryPrice": 2444.898,
          "exitPrice": 2455.311,
          "stopDistance": 10.413,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 413
        },
        {
          "entryTs": 1722582960,
          "entryUtc": "2024-08-02T07:16:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2462.288,
          "exitPrice": 2473.851,
          "stopDistance": 11.563,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 314
        },
        {
          "entryTs": 1722842580,
          "entryUtc": "2024-08-05T07:23:00.000Z",
          "exitTs": 1722853440,
          "dir": 1,
          "entryPrice": 2438.595,
          "exitPrice": 2418.813,
          "stopDistance": 19.782,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 181
        },
        {
          "entryTs": 1722925800,
          "entryUtc": "2024-08-06T06:30:00.000Z",
          "exitTs": 1722949500,
          "dir": 1,
          "entryPrice": 2406.895,
          "exitPrice": 2390.797,
          "stopDistance": 16.098,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 395
        },
        {
          "entryTs": 1723016400,
          "entryUtc": "2024-08-07T07:40:00.000Z",
          "exitTs": 1723031760,
          "dir": -1,
          "entryPrice": 2389.475,
          "exitPrice": 2401.516,
          "stopDistance": 12.041,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 256
        },
        {
          "entryTs": 1723185420,
          "entryUtc": "2024-08-09T06:37:00.000Z",
          "exitTs": 1723446900,
          "dir": 1,
          "entryPrice": 2419.895,
          "exitPrice": 2438.232,
          "stopDistance": 9.169,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 4358
        },
        {
          "entryTs": 1723531020,
          "entryUtc": "2024-08-13T06:37:00.000Z",
          "exitTs": 1723641600,
          "dir": 1,
          "entryPrice": 2463.335,
          "exitPrice": 2454.533,
          "stopDistance": 8.802,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 1843
        },
        {
          "entryTs": 1723789860,
          "entryUtc": "2024-08-16T06:31:00.000Z",
          "exitTs": 1723809840,
          "dir": 1,
          "entryPrice": 2457.535,
          "exitPrice": 2473.653,
          "stopDistance": 8.059,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 333
        },
        {
          "entryTs": 1724049540,
          "entryUtc": "2024-08-19T06:39:00.000Z",
          "exitTs": 1724062920,
          "dir": 1,
          "entryPrice": 2504.598,
          "exitPrice": 2494.163,
          "stopDistance": 10.434,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 223
        },
        {
          "entryTs": 1724135400,
          "entryUtc": "2024-08-20T06:30:00.000Z",
          "exitTs": 1724141100,
          "dir": 1,
          "entryPrice": 2505.005,
          "exitPrice": 2520.096,
          "stopDistance": 7.545,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 95
        },
        {
          "entryTs": 1724221800,
          "entryUtc": "2024-08-21T06:30:00.000Z",
          "exitTs": 1724226120,
          "dir": 1,
          "entryPrice": 2519.015,
          "exitPrice": 2510.443,
          "stopDistance": 8.572,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 72
        },
        {
          "entryTs": 1724308200,
          "entryUtc": "2024-08-22T06:30:00.000Z",
          "exitTs": 1724317500,
          "dir": 1,
          "entryPrice": 2510.445,
          "exitPrice": 2501.731,
          "stopDistance": 8.714,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 155
        },
        {
          "entryTs": 1724400480,
          "entryUtc": "2024-08-23T08:08:00.000Z",
          "exitTs": 1724421840,
          "dir": 1,
          "entryPrice": 2494.485,
          "exitPrice": 2509.654,
          "stopDistance": 7.584,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 356
        },
        {
          "entryTs": 1724653800,
          "entryUtc": "2024-08-26T06:30:00.000Z",
          "exitTs": 1724724360,
          "dir": 1,
          "entryPrice": 2513.645,
          "exitPrice": 2506.312,
          "stopDistance": 7.333,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1724740860,
          "entryUtc": "2024-08-27T06:41:00.000Z",
          "exitTs": 1724772180,
          "dir": -1,
          "entryPrice": 2512.985,
          "exitPrice": 2520.109,
          "stopDistance": 7.124,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 522
        },
        {
          "entryTs": 1724826600,
          "entryUtc": "2024-08-28T06:30:00.000Z",
          "exitTs": 1724845560,
          "dir": 1,
          "entryPrice": 2508.785,
          "exitPrice": 2500.756,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 316
        },
        {
          "entryTs": 1724913600,
          "entryUtc": "2024-08-29T06:40:00.000Z",
          "exitTs": 1724944140,
          "dir": -1,
          "entryPrice": 2517.545,
          "exitPrice": 2525.117,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 509
        },
        {
          "entryTs": 1725005760,
          "entryUtc": "2024-08-30T08:16:00.000Z",
          "exitTs": 1725015420,
          "dir": 1,
          "entryPrice": 2523.848,
          "exitPrice": 2516.137,
          "stopDistance": 7.71,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 161
        },
        {
          "entryTs": 1725266280,
          "entryUtc": "2024-09-02T08:38:00.000Z",
          "exitTs": 1725325800,
          "dir": 1,
          "entryPrice": 2501.285,
          "exitPrice": 2493.271,
          "stopDistance": 8.014,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 992
        },
        {
          "entryTs": 1725346080,
          "entryUtc": "2024-09-03T06:48:00.000Z",
          "exitTs": 1725363900,
          "dir": 1,
          "entryPrice": 2497.128,
          "exitPrice": 2491.122,
          "stopDistance": 6.006,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 297
        },
        {
          "entryTs": 1725431400,
          "entryUtc": "2024-09-04T06:30:00.000Z",
          "exitTs": 1725440040,
          "dir": -1,
          "entryPrice": 2489.345,
          "exitPrice": 2473.822,
          "stopDistance": 7.762,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 144
        },
        {
          "entryTs": 1725517800,
          "entryUtc": "2024-09-05T06:30:00.000Z",
          "exitTs": 1725539700,
          "dir": 1,
          "entryPrice": 2506.735,
          "exitPrice": 2521.436,
          "stopDistance": 7.35,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 365
        },
        {
          "entryTs": 1725604260,
          "entryUtc": "2024-09-06T06:31:00.000Z",
          "exitTs": 1725625860,
          "dir": -1,
          "entryPrice": 2518.348,
          "exitPrice": 2524.428,
          "stopDistance": 6.08,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 360
        },
        {
          "entryTs": 1725863400,
          "entryUtc": "2024-09-09T06:30:00.000Z",
          "exitTs": 1725867180,
          "dir": -1,
          "entryPrice": 2485.865,
          "exitPrice": 2495.113,
          "stopDistance": 9.248,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 63
        },
        {
          "entryTs": 1725951840,
          "entryUtc": "2024-09-10T07:04:00.000Z",
          "exitTs": 1725971820,
          "dir": -1,
          "entryPrice": 2503.255,
          "exitPrice": 2509.818,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 333
        },
        {
          "entryTs": 1726036620,
          "entryUtc": "2024-09-11T06:37:00.000Z",
          "exitTs": 1726050360,
          "dir": 1,
          "entryPrice": 2526.028,
          "exitPrice": 2519.87,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 229
        },
        {
          "entryTs": 1726122840,
          "entryUtc": "2024-09-12T06:34:00.000Z",
          "exitTs": 1726144620,
          "dir": -1,
          "entryPrice": 2519.145,
          "exitPrice": 2525.569,
          "stopDistance": 6.424,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 363
        },
        {
          "entryTs": 1726209060,
          "entryUtc": "2024-09-13T06:31:00.000Z",
          "exitTs": 1726247100,
          "dir": 1,
          "entryPrice": 2567.935,
          "exitPrice": 2585.376,
          "stopDistance": 8.721,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 634
        },
        {
          "entryTs": 1726468260,
          "entryUtc": "2024-09-16T06:31:00.000Z",
          "exitTs": 1726566180,
          "dir": -1,
          "entryPrice": 2586.625,
          "exitPrice": 2572.364,
          "stopDistance": 7.131,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 1632
        },
        {
          "entryTs": 1726641240,
          "entryUtc": "2024-09-18T06:34:00.000Z",
          "exitTs": 1726682400,
          "dir": 1,
          "entryPrice": 2568.995,
          "exitPrice": 2585.322,
          "stopDistance": 8.163,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 686
        },
        {
          "entryTs": 1726727820,
          "entryUtc": "2024-09-19T06:37:00.000Z",
          "exitTs": 1726737360,
          "dir": -1,
          "entryPrice": 2574.365,
          "exitPrice": 2586.674,
          "stopDistance": 12.309,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 159
        },
        {
          "entryTs": 1726813800,
          "entryUtc": "2024-09-20T06:30:00.000Z",
          "exitTs": 1726833960,
          "dir": 1,
          "entryPrice": 2599.625,
          "exitPrice": 2616.193,
          "stopDistance": 8.284,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 336
        },
        {
          "entryTs": 1727073720,
          "entryUtc": "2024-09-23T06:42:00.000Z",
          "exitTs": 1727149320,
          "dir": -1,
          "entryPrice": 2626.298,
          "exitPrice": 2634.764,
          "stopDistance": 8.466,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1260
        },
        {
          "entryTs": 1727162640,
          "entryUtc": "2024-09-24T07:24:00.000Z",
          "exitTs": 1727189520,
          "dir": 1,
          "entryPrice": 2629.795,
          "exitPrice": 2646.245,
          "stopDistance": 8.225,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 448
        },
        {
          "entryTs": 1727247840,
          "entryUtc": "2024-09-25T07:04:00.000Z",
          "exitTs": 1727269560,
          "dir": -1,
          "entryPrice": 2653.455,
          "exitPrice": 2663.227,
          "stopDistance": 9.772,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 362
        },
        {
          "entryTs": 1727332320,
          "entryUtc": "2024-09-26T06:32:00.000Z",
          "exitTs": 1727348640,
          "dir": 1,
          "entryPrice": 2661.494,
          "exitPrice": 2676.705,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 272
        },
        {
          "entryTs": 1727419440,
          "entryUtc": "2024-09-27T06:44:00.000Z",
          "exitTs": 1727449380,
          "dir": -1,
          "entryPrice": 2664.745,
          "exitPrice": 2645.895,
          "stopDistance": 9.425,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 499
        },
        {
          "entryTs": 1727680980,
          "entryUtc": "2024-09-30T07:23:00.000Z",
          "exitTs": 1727687580,
          "dir": 1,
          "entryPrice": 2659.995,
          "exitPrice": 2649.882,
          "stopDistance": 10.113,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 110
        },
        {
          "entryTs": 1727766000,
          "entryUtc": "2024-10-01T07:00:00.000Z",
          "exitTs": 1727789640,
          "dir": 1,
          "entryPrice": 2645.428,
          "exitPrice": 2662.126,
          "stopDistance": 8.349,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 394
        },
        {
          "entryTs": 1727850720,
          "entryUtc": "2024-10-02T06:32:00.000Z",
          "exitTs": 1727964000,
          "dir": 1,
          "entryPrice": 2649.245,
          "exitPrice": 2639.535,
          "stopDistance": 9.71,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 1888
        },
        {
          "entryTs": 1728023400,
          "entryUtc": "2024-10-04T06:30:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2663.985,
          "exitPrice": 2648.369,
          "stopDistance": 7.808,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 360
        },
        {
          "entryTs": 1728283800,
          "entryUtc": "2024-10-07T06:50:00.000Z",
          "exitTs": 1728370920,
          "dir": 1,
          "entryPrice": 2643.545,
          "exitPrice": 2633.536,
          "stopDistance": 10.009,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 1452
        },
        {
          "entryTs": 1728456060,
          "entryUtc": "2024-10-09T06:41:00.000Z",
          "exitTs": 1728563460,
          "dir": -1,
          "entryPrice": 2613.405,
          "exitPrice": 2623.547,
          "stopDistance": 10.141,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 1790
        },
        {
          "entryTs": 1729068660,
          "entryUtc": "2024-10-16T08:51:00.000Z",
          "exitTs": 1729094580,
          "dir": 1,
          "entryPrice": 2677.545,
          "exitPrice": 2667.189,
          "stopDistance": 10.356,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 432
        },
        {
          "entryTs": 1729147020,
          "entryUtc": "2024-10-17T06:37:00.000Z",
          "exitTs": 1729168200,
          "dir": 1,
          "entryPrice": 2684.125,
          "exitPrice": 2675.781,
          "stopDistance": 8.344,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 353
        },
        {
          "entryTs": 1729492200,
          "entryUtc": "2024-10-21T06:30:00.000Z",
          "exitTs": 1729524000,
          "dir": 1,
          "entryPrice": 2727.555,
          "exitPrice": 2717.412,
          "stopDistance": 10.143,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 530
        },
        {
          "entryTs": 1729585320,
          "entryUtc": "2024-10-22T08:22:00.000Z",
          "exitTs": 1729668960,
          "dir": 1,
          "entryPrice": 2737.025,
          "exitPrice": 2754.22,
          "stopDistance": 8.598,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 1394
        },
        {
          "entryTs": 1729751400,
          "entryUtc": "2024-10-24T06:30:00.000Z",
          "exitTs": 1729780380,
          "dir": 1,
          "entryPrice": 2733.215,
          "exitPrice": 2724.911,
          "stopDistance": 8.305,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 483
        },
        {
          "entryTs": 1729837860,
          "entryUtc": "2024-10-25T06:31:00.000Z",
          "exitTs": 1729844460,
          "dir": 1,
          "entryPrice": 2728.755,
          "exitPrice": 2721.448,
          "stopDistance": 7.307,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 110
        },
        {
          "entryTs": 1730097660,
          "entryUtc": "2024-10-28T06:41:00.000Z",
          "exitTs": 1730104500,
          "dir": 1,
          "entryPrice": 2743.835,
          "exitPrice": 2734.453,
          "stopDistance": 9.382,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 114
        },
        {
          "entryTs": 1730183520,
          "entryUtc": "2024-10-29T06:32:00.000Z",
          "exitTs": 1730211480,
          "dir": 1,
          "entryPrice": 2753.305,
          "exitPrice": 2769.11,
          "stopDistance": 7.902,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 466
        },
        {
          "entryTs": 1730270040,
          "entryUtc": "2024-10-30T06:34:00.000Z",
          "exitTs": 1730286960,
          "dir": 1,
          "entryPrice": 2786.915,
          "exitPrice": 2778.741,
          "stopDistance": 8.174,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 282
        },
        {
          "entryTs": 1730356260,
          "entryUtc": "2024-10-31T06:31:00.000Z",
          "exitTs": 1730380080,
          "dir": -1,
          "entryPrice": 2783.475,
          "exitPrice": 2768.001,
          "stopDistance": 7.737,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 397
        },
        {
          "entryTs": 1730442600,
          "entryUtc": "2024-11-01T06:30:00.000Z",
          "exitTs": 1730466480,
          "dir": -1,
          "entryPrice": 2752.435,
          "exitPrice": 2760.939,
          "stopDistance": 8.504,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 398
        },
        {
          "entryTs": 1730705460,
          "entryUtc": "2024-11-04T07:31:00.000Z",
          "exitTs": 1730817000,
          "dir": -1,
          "entryPrice": 2739.485,
          "exitPrice": 2748.346,
          "stopDistance": 8.86,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 1859
        },
        {
          "entryTs": 1730881200,
          "entryUtc": "2024-11-06T08:20:00.000Z",
          "exitTs": 1730892120,
          "dir": 1,
          "entryPrice": 2733.055,
          "exitPrice": 2716.115,
          "stopDistance": 16.94,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 182
        },
        {
          "entryTs": 1731051840,
          "entryUtc": "2024-11-08T07:44:00.000Z",
          "exitTs": 1731292440,
          "dir": 1,
          "entryPrice": 2686.265,
          "exitPrice": 2669.544,
          "stopDistance": 16.721,
          "outcome": "stop",
          "netR": -1.0251,
          "holdMinutes": 4010
        },
        {
          "entryTs": 1731311460,
          "entryUtc": "2024-11-11T07:51:00.000Z",
          "exitTs": 1731331980,
          "dir": -1,
          "entryPrice": 2669.194,
          "exitPrice": 2646.889,
          "stopDistance": 11.153,
          "outcome": "target",
          "netR": 1.9668,
          "holdMinutes": 342
        },
        {
          "entryTs": 1731397020,
          "entryUtc": "2024-11-12T07:37:00.000Z",
          "exitTs": 1731417840,
          "dir": -1,
          "entryPrice": 2599.415,
          "exitPrice": 2610.411,
          "stopDistance": 10.996,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 347
        },
        {
          "entryTs": 1731485040,
          "entryUtc": "2024-11-13T08:04:00.000Z",
          "exitTs": 1731504600,
          "dir": -1,
          "entryPrice": 2604.165,
          "exitPrice": 2613.737,
          "stopDistance": 9.572,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 326
        },
        {
          "entryTs": 1731569580,
          "entryUtc": "2024-11-14T07:33:00.000Z",
          "exitTs": 1731576900,
          "dir": 1,
          "entryPrice": 2556.898,
          "exitPrice": 2545.101,
          "stopDistance": 11.796,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 122
        },
        {
          "entryTs": 1731657240,
          "entryUtc": "2024-11-15T07:54:00.000Z",
          "exitTs": 1731892920,
          "dir": 1,
          "entryPrice": 2564.205,
          "exitPrice": 2586.283,
          "stopDistance": 11.039,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 3928
        },
        {
          "entryTs": 1731915000,
          "entryUtc": "2024-11-18T07:30:00.000Z",
          "exitTs": 1731923280,
          "dir": -1,
          "entryPrice": 2583.065,
          "exitPrice": 2594.804,
          "stopDistance": 11.739,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 138
        },
        {
          "entryTs": 1732005720,
          "entryUtc": "2024-11-19T08:42:00.000Z",
          "exitTs": 1732113300,
          "dir": 1,
          "entryPrice": 2625.165,
          "exitPrice": 2642.459,
          "stopDistance": 8.647,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 1793
        },
        {
          "entryTs": 1732174260,
          "entryUtc": "2024-11-21T07:31:00.000Z",
          "exitTs": 1732242000,
          "dir": 1,
          "entryPrice": 2664.005,
          "exitPrice": 2680.849,
          "stopDistance": 8.422,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 1129
        },
        {
          "entryTs": 1732260600,
          "entryUtc": "2024-11-22T07:30:00.000Z",
          "exitTs": 1732311900,
          "dir": 1,
          "entryPrice": 2693.175,
          "exitPrice": 2712.773,
          "stopDistance": 9.799,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 855
        },
        {
          "entryTs": 1732519980,
          "entryUtc": "2024-11-25T07:33:00.000Z",
          "exitTs": 1732533180,
          "dir": -1,
          "entryPrice": 2665.345,
          "exitPrice": 2683.209,
          "stopDistance": 17.864,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 220
        },
        {
          "entryTs": 1732606200,
          "entryUtc": "2024-11-26T07:30:00.000Z",
          "exitTs": 1732617300,
          "dir": -1,
          "entryPrice": 2615.695,
          "exitPrice": 2631.904,
          "stopDistance": 16.209,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 185
        },
        {
          "entryTs": 1732694400,
          "entryUtc": "2024-11-27T08:00:00.000Z",
          "exitTs": 1732715460,
          "dir": -1,
          "entryPrice": 2645.775,
          "exitPrice": 2656.754,
          "stopDistance": 10.979,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 351
        },
        {
          "entryTs": 1732782780,
          "entryUtc": "2024-11-28T08:33:00.000Z",
          "exitTs": 1732846920,
          "dir": 1,
          "entryPrice": 2639.198,
          "exitPrice": 2658.403,
          "stopDistance": 9.603,
          "outcome": "target",
          "netR": 1.9615,
          "holdMinutes": 1069
        },
        {
          "entryTs": 1732865460,
          "entryUtc": "2024-11-29T07:31:00.000Z",
          "exitTs": 1733099700,
          "dir": -1,
          "entryPrice": 2661.035,
          "exitPrice": 2642.617,
          "stopDistance": 9.209,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 3904
        },
        {
          "entryTs": 1733124660,
          "entryUtc": "2024-12-02T07:31:00.000Z",
          "exitTs": 1733236260,
          "dir": 1,
          "entryPrice": 2631.535,
          "exitPrice": 2654.864,
          "stopDistance": 11.665,
          "outcome": "target",
          "netR": 1.9683,
          "holdMinutes": 1860
        },
        {
          "entryTs": 1733297460,
          "entryUtc": "2024-12-04T07:31:00.000Z",
          "exitTs": 1733322480,
          "dir": -1,
          "entryPrice": 2643.965,
          "exitPrice": 2652.247,
          "stopDistance": 8.282,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 417
        },
        {
          "entryTs": 1733384340,
          "entryUtc": "2024-12-05T07:39:00.000Z",
          "exitTs": 1733410680,
          "dir": 1,
          "entryPrice": 2650.284,
          "exitPrice": 2641.493,
          "stopDistance": 8.791,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 439
        },
        {
          "entryTs": 1733471700,
          "entryUtc": "2024-12-06T07:55:00.000Z",
          "exitTs": 1733494140,
          "dir": 1,
          "entryPrice": 2639.545,
          "exitPrice": 2628.476,
          "stopDistance": 11.069,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 374
        },
        {
          "entryTs": 1733729400,
          "entryUtc": "2024-12-09T07:30:00.000Z",
          "exitTs": 1733755260,
          "dir": 1,
          "entryPrice": 2647.255,
          "exitPrice": 2670.902,
          "stopDistance": 11.824,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 431
        },
        {
          "entryTs": 1733816400,
          "entryUtc": "2024-12-10T07:40:00.000Z",
          "exitTs": 1733832420,
          "dir": -1,
          "entryPrice": 2667.698,
          "exitPrice": 2676.71,
          "stopDistance": 9.012,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 267
        },
        {
          "entryTs": 1733908020,
          "entryUtc": "2024-12-11T09:07:00.000Z",
          "exitTs": 1733912880,
          "dir": -1,
          "entryPrice": 2687.208,
          "exitPrice": 2699.428,
          "stopDistance": 12.22,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 81
        },
        {
          "entryTs": 1733989320,
          "entryUtc": "2024-12-12T07:42:00.000Z",
          "exitTs": 1734012600,
          "dir": -1,
          "entryPrice": 2717.655,
          "exitPrice": 2694.008,
          "stopDistance": 11.823,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 388
        },
        {
          "entryTs": 1734075000,
          "entryUtc": "2024-12-13T07:30:00.000Z",
          "exitTs": 1734091260,
          "dir": -1,
          "entryPrice": 2682.298,
          "exitPrice": 2663.125,
          "stopDistance": 9.587,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 271
        },
        {
          "entryTs": 1734335040,
          "entryUtc": "2024-12-16T07:44:00.000Z",
          "exitTs": 1734424620,
          "dir": 1,
          "entryPrice": 2654.765,
          "exitPrice": 2646.108,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 1493
        },
        {
          "entryTs": 1734507060,
          "entryUtc": "2024-12-18T07:31:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2644.655,
          "exitPrice": 2629.803,
          "stopDistance": 7.426,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 689
        },
        {
          "entryTs": 1734601320,
          "entryUtc": "2024-12-19T09:42:00.000Z",
          "exitTs": 1734612120,
          "dir": 1,
          "entryPrice": 2622.435,
          "exitPrice": 2609.445,
          "stopDistance": 12.99,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 180
        },
        {
          "entryTs": 1734679920,
          "entryUtc": "2024-12-20T07:32:00.000Z",
          "exitTs": 1734702660,
          "dir": -1,
          "entryPrice": 2603.435,
          "exitPrice": 2613.711,
          "stopDistance": 10.276,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 379
        },
        {
          "entryTs": 1734940560,
          "entryUtc": "2024-12-23T07:56:00.000Z",
          "exitTs": 1734966300,
          "dir": -1,
          "entryPrice": 2630.148,
          "exitPrice": 2611.769,
          "stopDistance": 9.189,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 429
        },
        {
          "entryTs": 1735025820,
          "entryUtc": "2024-12-24T07:37:00.000Z",
          "exitTs": 1735175340,
          "dir": -1,
          "entryPrice": 2618.518,
          "exitPrice": 2625.288,
          "stopDistance": 6.77,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 2492
        },
        {
          "entryTs": 1735198680,
          "entryUtc": "2024-12-26T07:38:00.000Z",
          "exitTs": 1735218120,
          "dir": -1,
          "entryPrice": 2623.798,
          "exitPrice": 2629.889,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 324
        },
        {
          "entryTs": 1735284780,
          "entryUtc": "2024-12-27T07:33:00.000Z",
          "exitTs": 1735286460,
          "dir": 1,
          "entryPrice": 2637.498,
          "exitPrice": 2631.298,
          "stopDistance": 6.2,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 28
        },
        {
          "entryTs": 1735544400,
          "entryUtc": "2024-12-30T07:40:00.000Z",
          "exitTs": 1735571400,
          "dir": -1,
          "entryPrice": 2616.674,
          "exitPrice": 2601.348,
          "stopDistance": 7.663,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 450
        },
        {
          "entryTs": 1735630320,
          "entryUtc": "2024-12-31T07:32:00.000Z",
          "exitTs": 1735659600,
          "dir": 1,
          "entryPrice": 2609.005,
          "exitPrice": 2624.443,
          "stopDistance": 7.719,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 488
        },
        {
          "entryTs": 1735803180,
          "entryUtc": "2025-01-02T07:33:00.000Z",
          "exitTs": 1735813080,
          "dir": -1,
          "entryPrice": 2633.328,
          "exitPrice": 2640.789,
          "stopDistance": 7.461,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 165
        },
        {
          "entryTs": 1735893300,
          "entryUtc": "2025-01-03T08:35:00.000Z",
          "exitTs": 1736139120,
          "dir": -1,
          "entryPrice": 2651.708,
          "exitPrice": 2634.574,
          "stopDistance": 8.567,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 4097
        },
        {
          "entryTs": 1736148660,
          "entryUtc": "2025-01-06T07:31:00.000Z",
          "exitTs": 1736162100,
          "dir": -1,
          "entryPrice": 2629.925,
          "exitPrice": 2637.918,
          "stopDistance": 7.993,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 224
        },
        {
          "entryTs": 1736235360,
          "entryUtc": "2025-01-07T07:36:00.000Z",
          "exitTs": 1736251200,
          "dir": -1,
          "entryPrice": 2639.415,
          "exitPrice": 2648.505,
          "stopDistance": 9.09,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 264
        },
        {
          "entryTs": 1736322300,
          "entryUtc": "2025-01-08T07:45:00.000Z",
          "exitTs": 1736344500,
          "dir": -1,
          "entryPrice": 2651.678,
          "exitPrice": 2659.28,
          "stopDistance": 7.602,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 370
        },
        {
          "entryTs": 1736407980,
          "entryUtc": "2025-01-09T07:33:00.000Z",
          "exitTs": 1736423580,
          "dir": -1,
          "entryPrice": 2664.558,
          "exitPrice": 2672.976,
          "stopDistance": 8.418,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 260
        },
        {
          "entryTs": 1736494200,
          "entryUtc": "2025-01-10T07:30:00.000Z",
          "exitTs": 1736515800,
          "dir": 1,
          "entryPrice": 2678.484,
          "exitPrice": 2671.917,
          "stopDistance": 6.567,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 360
        },
        {
          "entryTs": 1736753760,
          "entryUtc": "2025-01-13T07:36:00.000Z",
          "exitTs": 1736771340,
          "dir": -1,
          "entryPrice": 2686.825,
          "exitPrice": 2668.099,
          "stopDistance": 9.363,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 293
        },
        {
          "entryTs": 1736839860,
          "entryUtc": "2025-01-14T07:31:00.000Z",
          "exitTs": 1736889600,
          "dir": -1,
          "entryPrice": 2668.228,
          "exitPrice": 2676.754,
          "stopDistance": 8.526,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 829
        },
        {
          "entryTs": 1736926200,
          "entryUtc": "2025-01-15T07:30:00.000Z",
          "exitTs": 1736986740,
          "dir": 1,
          "entryPrice": 2682.958,
          "exitPrice": 2697.783,
          "stopDistance": 7.413,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 1009
        },
        {
          "entryTs": 1737013380,
          "entryUtc": "2025-01-16T07:43:00.000Z",
          "exitTs": 1737034200,
          "dir": 1,
          "entryPrice": 2698.598,
          "exitPrice": 2713.461,
          "stopDistance": 7.431,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 347
        },
        {
          "entryTs": 1737099480,
          "entryUtc": "2025-01-17T07:38:00.000Z",
          "exitTs": 1737328920,
          "dir": -1,
          "entryPrice": 2711.275,
          "exitPrice": 2697.543,
          "stopDistance": 6.866,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 3824
        },
        {
          "entryTs": 1737358740,
          "entryUtc": "2025-01-20T07:39:00.000Z",
          "exitTs": 1737423660,
          "dir": -1,
          "entryPrice": 2705.405,
          "exitPrice": 2713.711,
          "stopDistance": 8.306,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 1082
        },
        {
          "entryTs": 1737444780,
          "entryUtc": "2025-01-21T07:33:00.000Z",
          "exitTs": 1737450420,
          "dir": 1,
          "entryPrice": 2727.965,
          "exitPrice": 2718.37,
          "stopDistance": 9.595,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 94
        },
        {
          "entryTs": 1737531060,
          "entryUtc": "2025-01-22T07:31:00.000Z",
          "exitTs": 1737624900,
          "dir": 1,
          "entryPrice": 2751.205,
          "exitPrice": 2742.085,
          "stopDistance": 9.12,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 1564
        },
        {
          "entryTs": 1737705480,
          "entryUtc": "2025-01-24T07:58:00.000Z",
          "exitTs": 1737724080,
          "dir": -1,
          "entryPrice": 2771.925,
          "exitPrice": 2780.588,
          "stopDistance": 8.663,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 310
        },
        {
          "entryTs": 1737963000,
          "entryUtc": "2025-01-27T07:30:00.000Z",
          "exitTs": 1737965880,
          "dir": -1,
          "entryPrice": 2747.725,
          "exitPrice": 2756.645,
          "stopDistance": 8.92,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 48
        },
        {
          "entryTs": 1738050780,
          "entryUtc": "2025-01-28T07:53:00.000Z",
          "exitTs": 1738071060,
          "dir": -1,
          "entryPrice": 2739.055,
          "exitPrice": 2747.785,
          "stopDistance": 8.73,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 338
        },
        {
          "entryTs": 1738137660,
          "entryUtc": "2025-01-29T08:01:00.000Z",
          "exitTs": 1738156620,
          "dir": 1,
          "entryPrice": 2760.475,
          "exitPrice": 2754.946,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 316
        },
        {
          "entryTs": 1738223520,
          "entryUtc": "2025-01-30T07:52:00.000Z",
          "exitTs": 1738242120,
          "dir": 1,
          "entryPrice": 2768.235,
          "exitPrice": 2782.163,
          "stopDistance": 6.964,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 310
        },
        {
          "entryTs": 1738308660,
          "entryUtc": "2025-01-31T07:31:00.000Z",
          "exitTs": 1738312200,
          "dir": 1,
          "entryPrice": 2799.965,
          "exitPrice": 2792.786,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 59
        },
        {
          "entryTs": 1738568160,
          "entryUtc": "2025-02-03T07:36:00.000Z",
          "exitTs": 1738570920,
          "dir": -1,
          "entryPrice": 2785.715,
          "exitPrice": 2797.453,
          "stopDistance": 11.738,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 46
        },
        {
          "entryTs": 1738654200,
          "entryUtc": "2025-02-04T07:30:00.000Z",
          "exitTs": 1738657140,
          "dir": -1,
          "entryPrice": 2807.075,
          "exitPrice": 2817.793,
          "stopDistance": 10.718,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 49
        },
        {
          "entryTs": 1738740660,
          "entryUtc": "2025-02-05T07:31:00.000Z",
          "exitTs": 1738770540,
          "dir": 1,
          "entryPrice": 2859.015,
          "exitPrice": 2879.285,
          "stopDistance": 10.135,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 498
        },
        {
          "entryTs": 1738827840,
          "entryUtc": "2025-02-06T07:44:00.000Z",
          "exitTs": 1738843380,
          "dir": -1,
          "entryPrice": 2858.155,
          "exitPrice": 2869.126,
          "stopDistance": 10.971,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 259
        },
        {
          "entryTs": 1738914660,
          "entryUtc": "2025-02-07T07:51:00.000Z",
          "exitTs": 1738935120,
          "dir": 1,
          "entryPrice": 2865.375,
          "exitPrice": 2855.928,
          "stopDistance": 9.447,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 341
        },
        {
          "entryTs": 1739172600,
          "entryUtc": "2025-02-10T07:30:00.000Z",
          "exitTs": 1739230440,
          "dir": 1,
          "entryPrice": 2892.165,
          "exitPrice": 2915.154,
          "stopDistance": 11.495,
          "outcome": "target",
          "netR": 1.9678,
          "holdMinutes": 964
        },
        {
          "entryTs": 1739259000,
          "entryUtc": "2025-02-11T07:30:00.000Z",
          "exitTs": 1739366040,
          "dir": -1,
          "entryPrice": 2910.645,
          "exitPrice": 2878.703,
          "stopDistance": 15.971,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 1784
        },
        {
          "entryTs": 1739431860,
          "entryUtc": "2025-02-13T07:31:00.000Z",
          "exitTs": 1739454720,
          "dir": 1,
          "entryPrice": 2917.875,
          "exitPrice": 2906.936,
          "stopDistance": 10.939,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 381
        },
        {
          "entryTs": 1739518440,
          "entryUtc": "2025-02-14T07:34:00.000Z",
          "exitTs": 1739540520,
          "dir": 1,
          "entryPrice": 2934.245,
          "exitPrice": 2924.757,
          "stopDistance": 9.488,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 368
        },
        {
          "entryTs": 1739778060,
          "entryUtc": "2025-02-17T07:41:00.000Z",
          "exitTs": 1739890740,
          "dir": 1,
          "entryPrice": 2900.885,
          "exitPrice": 2928.006,
          "stopDistance": 13.561,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 1878
        },
        {
          "entryTs": 1739952540,
          "entryUtc": "2025-02-19T08:09:00.000Z",
          "exitTs": 1739980740,
          "dir": 1,
          "entryPrice": 2935.655,
          "exitPrice": 2926.219,
          "stopDistance": 9.436,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 470
        },
        {
          "entryTs": 1740036720,
          "entryUtc": "2025-02-20T07:32:00.000Z",
          "exitTs": 1740054240,
          "dir": 1,
          "entryPrice": 2949.285,
          "exitPrice": 2939.372,
          "stopDistance": 9.913,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 292
        },
        {
          "entryTs": 1740124980,
          "entryUtc": "2025-02-21T08:03:00.000Z",
          "exitTs": 1740160020,
          "dir": -1,
          "entryPrice": 2928.795,
          "exitPrice": 2941.15,
          "stopDistance": 12.355,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 584
        },
        {
          "entryTs": 1740382320,
          "entryUtc": "2025-02-24T07:32:00.000Z",
          "exitTs": 1740486780,
          "dir": 1,
          "entryPrice": 2941.185,
          "exitPrice": 2929.199,
          "stopDistance": 11.986,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 1741
        },
        {
          "entryTs": 1740555720,
          "entryUtc": "2025-02-26T07:42:00.000Z",
          "exitTs": 1740578820,
          "dir": 1,
          "entryPrice": 2912.915,
          "exitPrice": 2899.688,
          "stopDistance": 13.227,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 385
        },
        {
          "entryTs": 1740641580,
          "entryUtc": "2025-02-27T07:33:00.000Z",
          "exitTs": 1740714120,
          "dir": -1,
          "entryPrice": 2889.895,
          "exitPrice": 2867.214,
          "stopDistance": 11.34,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 1209
        },
        {
          "entryTs": 1740729660,
          "entryUtc": "2025-02-28T08:01:00.000Z",
          "exitTs": 1740956520,
          "dir": -1,
          "entryPrice": 2857.175,
          "exitPrice": 2869.589,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 3781
        },
        {
          "entryTs": 1740988020,
          "entryUtc": "2025-03-03T07:47:00.000Z",
          "exitTs": 1740999180,
          "dir": -1,
          "entryPrice": 2860.505,
          "exitPrice": 2872.99,
          "stopDistance": 12.486,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 186
        },
        {
          "entryTs": 1741075800,
          "entryUtc": "2025-03-04T08:10:00.000Z",
          "exitTs": 1741093080,
          "dir": 1,
          "entryPrice": 2901.105,
          "exitPrice": 2924.629,
          "stopDistance": 11.762,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 288
        },
        {
          "entryTs": 1741160040,
          "entryUtc": "2025-03-05T07:34:00.000Z",
          "exitTs": 1741191600,
          "dir": -1,
          "entryPrice": 2914.885,
          "exitPrice": 2927.411,
          "stopDistance": 12.526,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 526
        },
        {
          "entryTs": 1741246260,
          "entryUtc": "2025-03-06T07:31:00.000Z",
          "exitTs": 1741254900,
          "dir": -1,
          "entryPrice": 2915.305,
          "exitPrice": 2892.994,
          "stopDistance": 11.155,
          "outcome": "target",
          "netR": 1.9668,
          "holdMinutes": 144
        },
        {
          "entryTs": 1741332780,
          "entryUtc": "2025-03-07T07:33:00.000Z",
          "exitTs": 1741354560,
          "dir": -1,
          "entryPrice": 2911.565,
          "exitPrice": 2923.055,
          "stopDistance": 11.49,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 363
        },
        {
          "entryTs": 1741588500,
          "entryUtc": "2025-03-10T06:35:00.000Z",
          "exitTs": 1741595340,
          "dir": 1,
          "entryPrice": 2913.065,
          "exitPrice": 2902.55,
          "stopDistance": 10.515,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 114
        },
        {
          "entryTs": 1741674600,
          "entryUtc": "2025-03-11T06:30:00.000Z",
          "exitTs": 1741700700,
          "dir": 1,
          "entryPrice": 2897.715,
          "exitPrice": 2921.221,
          "stopDistance": 11.753,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 435
        },
        {
          "entryTs": 1741761000,
          "entryUtc": "2025-03-12T06:30:00.000Z",
          "exitTs": 1741770000,
          "dir": -1,
          "entryPrice": 2915.588,
          "exitPrice": 2924.041,
          "stopDistance": 8.453,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 150
        },
        {
          "entryTs": 1741849920,
          "entryUtc": "2025-03-13T07:12:00.000Z",
          "exitTs": 1741854960,
          "dir": -1,
          "entryPrice": 2935.255,
          "exitPrice": 2944.001,
          "stopDistance": 8.746,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 84
        },
        {
          "entryTs": 1741934820,
          "entryUtc": "2025-03-14T06:47:00.000Z",
          "exitTs": 1742263020,
          "dir": 1,
          "entryPrice": 2986.135,
          "exitPrice": 3007.699,
          "stopDistance": 10.782,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 5470
        },
        {
          "entryTs": 1742280720,
          "entryUtc": "2025-03-18T06:52:00.000Z",
          "exitTs": 1742302320,
          "dir": 1,
          "entryPrice": 3017.045,
          "exitPrice": 3035.253,
          "stopDistance": 9.104,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 360
        },
        {
          "entryTs": 1742365920,
          "entryUtc": "2025-03-19T06:32:00.000Z",
          "exitTs": 1742367180,
          "dir": -1,
          "entryPrice": 3034.368,
          "exitPrice": 3043.065,
          "stopDistance": 8.697,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742454060,
          "entryUtc": "2025-03-20T07:01:00.000Z",
          "exitTs": 1742535720,
          "dir": -1,
          "entryPrice": 3045.435,
          "exitPrice": 3024.144,
          "stopDistance": 10.646,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 1361
        },
        {
          "entryTs": 1742538780,
          "entryUtc": "2025-03-21T06:33:00.000Z",
          "exitTs": 1742564100,
          "dir": 1,
          "entryPrice": 3032.485,
          "exitPrice": 3023.385,
          "stopDistance": 9.1,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 422
        },
        {
          "entryTs": 1742797860,
          "entryUtc": "2025-03-24T06:31:00.000Z",
          "exitTs": 1742826780,
          "dir": 1,
          "entryPrice": 3022.415,
          "exitPrice": 3012.014,
          "stopDistance": 10.401,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 482
        },
        {
          "entryTs": 1742884800,
          "entryUtc": "2025-03-25T06:40:00.000Z",
          "exitTs": 1742897580,
          "dir": -1,
          "entryPrice": 3015.265,
          "exitPrice": 3024.575,
          "stopDistance": 9.31,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 213
        },
        {
          "entryTs": 1742970960,
          "entryUtc": "2025-03-26T06:36:00.000Z",
          "exitTs": 1742997360,
          "dir": 1,
          "entryPrice": 3025.595,
          "exitPrice": 3016.626,
          "stopDistance": 8.969,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 440
        },
        {
          "entryTs": 1743057960,
          "entryUtc": "2025-03-27T06:46:00.000Z",
          "exitTs": 1743061980,
          "dir": -1,
          "entryPrice": 3027.255,
          "exitPrice": 3035.925,
          "stopDistance": 8.67,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 67
        },
        {
          "entryTs": 1743143460,
          "entryUtc": "2025-03-28T06:31:00.000Z",
          "exitTs": 1743149940,
          "dir": 1,
          "entryPrice": 3082.665,
          "exitPrice": 3072.173,
          "stopDistance": 10.492,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 108
        },
        {
          "entryTs": 1743403680,
          "entryUtc": "2025-03-31T06:48:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3113.848,
          "exitPrice": 3128.414,
          "stopDistance": 14.566,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 1093
        },
        {
          "entryTs": 1743489240,
          "entryUtc": "2025-04-01T06:34:00.000Z",
          "exitTs": 1743493740,
          "dir": 1,
          "entryPrice": 3137.965,
          "exitPrice": 3124.139,
          "stopDistance": 13.826,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 75
        },
        {
          "entryTs": 1743577440,
          "entryUtc": "2025-04-02T07:04:00.000Z",
          "exitTs": 1743582300,
          "dir": -1,
          "entryPrice": 3113.825,
          "exitPrice": 3127.569,
          "stopDistance": 13.744,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 81
        },
        {
          "entryTs": 1743661800,
          "entryUtc": "2025-04-03T06:30:00.000Z",
          "exitTs": 1743683100,
          "dir": -1,
          "entryPrice": 3121.255,
          "exitPrice": 3080.253,
          "stopDistance": 20.501,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 355
        },
        {
          "entryTs": 1743748320,
          "entryUtc": "2025-04-04T06:32:00.000Z",
          "exitTs": 1743764940,
          "dir": -1,
          "entryPrice": 3102.295,
          "exitPrice": 3123.625,
          "stopDistance": 21.33,
          "outcome": "stop",
          "netR": -1.0197,
          "holdMinutes": 277
        },
        {
          "entryTs": 1744009800,
          "entryUtc": "2025-04-07T07:10:00.000Z",
          "exitTs": 1744197540,
          "dir": -1,
          "entryPrice": 3016.485,
          "exitPrice": 3054.255,
          "stopDistance": 37.77,
          "outcome": "stop",
          "netR": -1.0111,
          "holdMinutes": 3129
        },
        {
          "entryTs": 1744266780,
          "entryUtc": "2025-04-10T06:33:00.000Z",
          "exitTs": 1744295760,
          "dir": -1,
          "entryPrice": 3119.765,
          "exitPrice": 3149.169,
          "stopDistance": 29.404,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 483
        },
        {
          "entryTs": 1744353000,
          "entryUtc": "2025-04-11T06:30:00.000Z",
          "exitTs": 1744713000,
          "dir": 1,
          "entryPrice": 3203.385,
          "exitPrice": 3224.445,
          "stopDistance": 25.551,
          "outcome": "time",
          "netR": 0.8098,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1744785180,
          "entryUtc": "2025-04-16T06:33:00.000Z",
          "exitTs": 1744818840,
          "dir": 1,
          "entryPrice": 3292.575,
          "exitPrice": 3326.411,
          "stopDistance": 16.918,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 561
        },
        {
          "entryTs": 1744873500,
          "entryUtc": "2025-04-17T07:05:00.000Z",
          "exitTs": 1744900500,
          "dir": -1,
          "entryPrice": 3324.895,
          "exitPrice": 3285.678,
          "stopDistance": 19.609,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 450
        },
        {
          "entryTs": 1745217180,
          "entryUtc": "2025-04-21T06:33:00.000Z",
          "exitTs": 1745273460,
          "dir": 1,
          "entryPrice": 3390.685,
          "exitPrice": 3431.444,
          "stopDistance": 20.379,
          "outcome": "target",
          "netR": 1.9818,
          "holdMinutes": 938
        },
        {
          "entryTs": 1745303520,
          "entryUtc": "2025-04-22T06:32:00.000Z",
          "exitTs": 1745326260,
          "dir": -1,
          "entryPrice": 3482.265,
          "exitPrice": 3430.148,
          "stopDistance": 26.058,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 379
        },
        {
          "entryTs": 1745391060,
          "entryUtc": "2025-04-23T06:51:00.000Z",
          "exitTs": 1745456760,
          "dir": -1,
          "entryPrice": 3308,
          "exitPrice": 3347.446,
          "stopDistance": 39.446,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 1095
        },
        {
          "entryTs": 1745477640,
          "entryUtc": "2025-04-24T06:54:00.000Z",
          "exitTs": 1745560440,
          "dir": 1,
          "entryPrice": 3327.565,
          "exitPrice": 3294.308,
          "stopDistance": 33.257,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 1380
        },
        {
          "entryTs": 1745562600,
          "entryUtc": "2025-04-25T06:30:00.000Z",
          "exitTs": 1745587440,
          "dir": 1,
          "entryPrice": 3298.235,
          "exitPrice": 3269.628,
          "stopDistance": 28.607,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 414
        },
        {
          "entryTs": 1745822220,
          "entryUtc": "2025-04-28T06:37:00.000Z",
          "exitTs": 1745850240,
          "dir": -1,
          "entryPrice": 3287.765,
          "exitPrice": 3313.795,
          "stopDistance": 26.03,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 467
        },
        {
          "entryTs": 1745908200,
          "entryUtc": "2025-04-29T06:30:00.000Z",
          "exitTs": 1745929260,
          "dir": 1,
          "entryPrice": 3321.765,
          "exitPrice": 3300.356,
          "stopDistance": 21.409,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 351
        },
        {
          "entryTs": 1745994600,
          "entryUtc": "2025-04-30T06:30:00.000Z",
          "exitTs": 1746010800,
          "dir": -1,
          "entryPrice": 3305.035,
          "exitPrice": 3271.17,
          "stopDistance": 16.932,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 270
        },
        {
          "entryTs": 1746082860,
          "entryUtc": "2025-05-01T07:01:00.000Z",
          "exitTs": 1746157020,
          "dir": -1,
          "entryPrice": 3233.575,
          "exitPrice": 3255.856,
          "stopDistance": 22.281,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 1236
        },
        {
          "entryTs": 1746168360,
          "entryUtc": "2025-05-02T06:46:00.000Z",
          "exitTs": 1746186540,
          "dir": -1,
          "entryPrice": 3249.755,
          "exitPrice": 3268.514,
          "stopDistance": 18.759,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 303
        },
        {
          "entryTs": 1746426960,
          "entryUtc": "2025-05-05T06:36:00.000Z",
          "exitTs": 1746437340,
          "dir": 1,
          "entryPrice": 3261.795,
          "exitPrice": 3300.729,
          "stopDistance": 19.467,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 173
        },
        {
          "entryTs": 1746514800,
          "entryUtc": "2025-05-06T07:00:00.000Z",
          "exitTs": 1746551280,
          "dir": 1,
          "entryPrice": 3367.715,
          "exitPrice": 3412.271,
          "stopDistance": 22.278,
          "outcome": "target",
          "netR": 1.9834,
          "holdMinutes": 608
        },
        {
          "entryTs": 1746600240,
          "entryUtc": "2025-05-07T06:44:00.000Z",
          "exitTs": 1746685980,
          "dir": -1,
          "entryPrice": 3387.525,
          "exitPrice": 3330.565,
          "stopDistance": 28.48,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 1429
        },
        {
          "entryTs": 1746773700,
          "entryUtc": "2025-05-09T06:55:00.000Z",
          "exitTs": 1747000800,
          "dir": 1,
          "entryPrice": 3324.435,
          "exitPrice": 3296.968,
          "stopDistance": 27.467,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 3785
        },
        {
          "entryTs": 1747033200,
          "entryUtc": "2025-05-12T07:00:00.000Z",
          "exitTs": 1747034820,
          "dir": -1,
          "entryPrice": 3272.745,
          "exitPrice": 3227.625,
          "stopDistance": 22.56,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 27
        },
        {
          "entryTs": 1747118700,
          "entryUtc": "2025-05-13T06:45:00.000Z",
          "exitTs": 1747142160,
          "dir": 1,
          "entryPrice": 3258.165,
          "exitPrice": 3236.457,
          "stopDistance": 21.708,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 391
        },
        {
          "entryTs": 1747204200,
          "entryUtc": "2025-05-14T06:30:00.000Z",
          "exitTs": 1747226700,
          "dir": -1,
          "entryPrice": 3229.955,
          "exitPrice": 3196.734,
          "stopDistance": 16.61,
          "outcome": "target",
          "netR": 1.9777,
          "holdMinutes": 375
        },
        {
          "entryTs": 1747290660,
          "entryUtc": "2025-05-15T06:31:00.000Z",
          "exitTs": 1747310640,
          "dir": 1,
          "entryPrice": 3140.345,
          "exitPrice": 3181.894,
          "stopDistance": 20.774,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 333
        },
        {
          "entryTs": 1747377480,
          "entryUtc": "2025-05-16T06:38:00.000Z",
          "exitTs": 1747392660,
          "dir": -1,
          "entryPrice": 3217.355,
          "exitPrice": 3175.801,
          "stopDistance": 20.777,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 253
        },
        {
          "entryTs": 1747636620,
          "entryUtc": "2025-05-19T06:37:00.000Z",
          "exitTs": 1747645440,
          "dir": -1,
          "entryPrice": 3221.965,
          "exitPrice": 3247.079,
          "stopDistance": 25.114,
          "outcome": "stop",
          "netR": -1.0167,
          "holdMinutes": 147
        },
        {
          "entryTs": 1747723320,
          "entryUtc": "2025-05-20T06:42:00.000Z",
          "exitTs": 1747730340,
          "dir": -1,
          "entryPrice": 3209.155,
          "exitPrice": 3226.279,
          "stopDistance": 17.124,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 117
        },
        {
          "entryTs": 1747809000,
          "entryUtc": "2025-05-21T06:30:00.000Z",
          "exitTs": 1747830480,
          "dir": 1,
          "entryPrice": 3318.375,
          "exitPrice": 3298.519,
          "stopDistance": 19.856,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 358
        },
        {
          "entryTs": 1747896840,
          "entryUtc": "2025-05-22T06:54:00.000Z",
          "exitTs": 1747909860,
          "dir": -1,
          "entryPrice": 3327.298,
          "exitPrice": 3294.22,
          "stopDistance": 16.539,
          "outcome": "target",
          "netR": 1.9776,
          "holdMinutes": 217
        },
        {
          "entryTs": 1747982700,
          "entryUtc": "2025-05-23T06:45:00.000Z",
          "exitTs": 1748328360,
          "dir": 1,
          "entryPrice": 3329.978,
          "exitPrice": 3311.031,
          "stopDistance": 18.947,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 5761
        },
        {
          "entryTs": 1748414940,
          "entryUtc": "2025-05-28T06:49:00.000Z",
          "exitTs": 1748446200,
          "dir": 1,
          "entryPrice": 3307.705,
          "exitPrice": 3292.379,
          "stopDistance": 15.326,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 521
        },
        {
          "entryTs": 1748502840,
          "entryUtc": "2025-05-29T07:14:00.000Z",
          "exitTs": 1748521920,
          "dir": 1,
          "entryPrice": 3276.155,
          "exitPrice": 3313.047,
          "stopDistance": 18.446,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 318
        },
        {
          "entryTs": 1748589180,
          "entryUtc": "2025-05-30T07:13:00.000Z",
          "exitTs": 1748610600,
          "dir": -1,
          "entryPrice": 3290.245,
          "exitPrice": 3306.895,
          "stopDistance": 16.65,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 357
        },
        {
          "entryTs": 1748845800,
          "entryUtc": "2025-06-02T06:30:00.000Z",
          "exitTs": 1748872440,
          "dir": 1,
          "entryPrice": 3337.815,
          "exitPrice": 3371.413,
          "stopDistance": 16.799,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 444
        },
        {
          "entryTs": 1748932680,
          "entryUtc": "2025-06-03T06:38:00.000Z",
          "exitTs": 1749047820,
          "dir": -1,
          "entryPrice": 3359.005,
          "exitPrice": 3374.846,
          "stopDistance": 15.841,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 1919
        },
        {
          "entryTs": 1749105000,
          "entryUtc": "2025-06-05T06:30:00.000Z",
          "exitTs": 1749119460,
          "dir": 1,
          "entryPrice": 3368.705,
          "exitPrice": 3396.711,
          "stopDistance": 14.003,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 241
        },
        {
          "entryTs": 1749192000,
          "entryUtc": "2025-06-06T06:40:00.000Z",
          "exitTs": 1749219360,
          "dir": -1,
          "entryPrice": 3361.335,
          "exitPrice": 3329.552,
          "stopDistance": 15.892,
          "outcome": "target",
          "netR": 1.9767,
          "holdMinutes": 456
        },
        {
          "entryTs": 1749451380,
          "entryUtc": "2025-06-09T06:43:00.000Z",
          "exitTs": 1749520320,
          "dir": 1,
          "entryPrice": 3320.228,
          "exitPrice": 3304.051,
          "stopDistance": 16.177,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1749537000,
          "entryUtc": "2025-06-10T06:30:00.000Z",
          "exitTs": 1749645180,
          "dir": 1,
          "entryPrice": 3325.915,
          "exitPrice": 3353.01,
          "stopDistance": 13.548,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 1803
        },
        {
          "entryTs": 1749711240,
          "entryUtc": "2025-06-12T06:54:00.000Z",
          "exitTs": 1749713700,
          "dir": 1,
          "entryPrice": 3375.035,
          "exitPrice": 3359.067,
          "stopDistance": 15.968,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 41
        },
        {
          "entryTs": 1749796740,
          "entryUtc": "2025-06-13T06:39:00.000Z",
          "exitTs": 1750079760,
          "dir": 1,
          "entryPrice": 3427.425,
          "exitPrice": 3407.532,
          "stopDistance": 19.893,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 4717
        },
        {
          "entryTs": 1750141920,
          "entryUtc": "2025-06-17T06:32:00.000Z",
          "exitTs": 1750313280,
          "dir": -1,
          "entryPrice": 3386.685,
          "exitPrice": 3354.326,
          "stopDistance": 16.18,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 2856
        },
        {
          "entryTs": 1750314600,
          "entryUtc": "2025-06-19T06:30:00.000Z",
          "exitTs": 1750318740,
          "dir": -1,
          "entryPrice": 3349.395,
          "exitPrice": 3363.92,
          "stopDistance": 14.525,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 69
        },
        {
          "entryTs": 1750401120,
          "entryUtc": "2025-06-20T06:32:00.000Z",
          "exitTs": 1750411680,
          "dir": -1,
          "entryPrice": 3341.875,
          "exitPrice": 3355.811,
          "stopDistance": 13.936,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 176
        },
        {
          "entryTs": 1750660620,
          "entryUtc": "2025-06-23T06:37:00.000Z",
          "exitTs": 1750676400,
          "dir": -1,
          "entryPrice": 3353.675,
          "exitPrice": 3369.258,
          "stopDistance": 15.583,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 263
        },
        {
          "entryTs": 1750746600,
          "entryUtc": "2025-06-24T06:30:00.000Z",
          "exitTs": 1750906200,
          "dir": -1,
          "entryPrice": 3321.745,
          "exitPrice": 3340.431,
          "stopDistance": 18.685,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 2660
        },
        {
          "entryTs": 1750919400,
          "entryUtc": "2025-06-26T06:30:00.000Z",
          "exitTs": 1750942560,
          "dir": 1,
          "entryPrice": 3336.985,
          "exitPrice": 3325.549,
          "stopDistance": 11.436,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 386
        },
        {
          "entryTs": 1751005980,
          "entryUtc": "2025-06-27T06:33:00.000Z",
          "exitTs": 1751029380,
          "dir": -1,
          "entryPrice": 3292.415,
          "exitPrice": 3264.903,
          "stopDistance": 13.756,
          "outcome": "target",
          "netR": 1.9731,
          "holdMinutes": 390
        },
        {
          "entryTs": 1751265180,
          "entryUtc": "2025-06-30T06:33:00.000Z",
          "exitTs": 1751282580,
          "dir": 1,
          "entryPrice": 3291.548,
          "exitPrice": 3276.021,
          "stopDistance": 15.528,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 290
        },
        {
          "entryTs": 1751352000,
          "entryUtc": "2025-07-01T06:40:00.000Z",
          "exitTs": 1751372400,
          "dir": 1,
          "entryPrice": 3330.448,
          "exitPrice": 3354.51,
          "stopDistance": 12.031,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 340
        },
        {
          "entryTs": 1751438400,
          "entryUtc": "2025-07-02T06:40:00.000Z",
          "exitTs": 1751450880,
          "dir": -1,
          "entryPrice": 3332.815,
          "exitPrice": 3343.768,
          "stopDistance": 10.953,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 208
        },
        {
          "entryTs": 1751524860,
          "entryUtc": "2025-07-03T06:41:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3356.865,
          "exitPrice": 3334.724,
          "stopDistance": 11.07,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 349
        },
        {
          "entryTs": 1751613060,
          "entryUtc": "2025-07-04T07:11:00.000Z",
          "exitTs": 1751850480,
          "dir": -1,
          "entryPrice": 3339.025,
          "exitPrice": 3316.44,
          "stopDistance": 11.292,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 3957
        },
        {
          "entryTs": 1751870220,
          "entryUtc": "2025-07-07T06:37:00.000Z",
          "exitTs": 1751903160,
          "dir": -1,
          "entryPrice": 3309.265,
          "exitPrice": 3321.373,
          "stopDistance": 12.108,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 549
        },
        {
          "entryTs": 1751957880,
          "entryUtc": "2025-07-08T06:58:00.000Z",
          "exitTs": 1751964600,
          "dir": 1,
          "entryPrice": 3334.935,
          "exitPrice": 3323.932,
          "stopDistance": 11.003,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 112
        },
        {
          "entryTs": 1752042960,
          "entryUtc": "2025-07-09T06:36:00.000Z",
          "exitTs": 1752066060,
          "dir": -1,
          "entryPrice": 3285.665,
          "exitPrice": 3298.006,
          "stopDistance": 12.341,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 385
        },
        {
          "entryTs": 1752131160,
          "entryUtc": "2025-07-10T07:06:00.000Z",
          "exitTs": 1752155220,
          "dir": 1,
          "entryPrice": 3328.165,
          "exitPrice": 3317.374,
          "stopDistance": 10.791,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 401
        },
        {
          "entryTs": 1752217140,
          "entryUtc": "2025-07-11T06:59:00.000Z",
          "exitTs": 1752221700,
          "dir": -1,
          "entryPrice": 3332.515,
          "exitPrice": 3343.282,
          "stopDistance": 10.767,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 76
        },
        {
          "entryTs": 1752475140,
          "entryUtc": "2025-07-14T06:39:00.000Z",
          "exitTs": 1752498000,
          "dir": 1,
          "entryPrice": 3361.155,
          "exitPrice": 3349.009,
          "stopDistance": 12.146,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 381
        },
        {
          "entryTs": 1752561240,
          "entryUtc": "2025-07-15T06:34:00.000Z",
          "exitTs": 1752586020,
          "dir": -1,
          "entryPrice": 3358.695,
          "exitPrice": 3338.818,
          "stopDistance": 9.939,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 413
        },
        {
          "entryTs": 1752649740,
          "entryUtc": "2025-07-16T07:09:00.000Z",
          "exitTs": 1752678300,
          "dir": -1,
          "entryPrice": 3337.475,
          "exitPrice": 3348.126,
          "stopDistance": 10.651,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 476
        },
        {
          "entryTs": 1752733800,
          "entryUtc": "2025-07-17T06:30:00.000Z",
          "exitTs": 1752791820,
          "dir": -1,
          "entryPrice": 3329.525,
          "exitPrice": 3342.226,
          "stopDistance": 12.701,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 967
        },
        {
          "entryTs": 1752820200,
          "entryUtc": "2025-07-18T06:30:00.000Z",
          "exitTs": 1752840660,
          "dir": 1,
          "entryPrice": 3338.925,
          "exitPrice": 3358.934,
          "stopDistance": 10.005,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 341
        },
        {
          "entryTs": 1753079400,
          "entryUtc": "2025-07-21T06:30:00.000Z",
          "exitTs": 1753104120,
          "dir": 1,
          "entryPrice": 3370.015,
          "exitPrice": 3389.437,
          "stopDistance": 9.711,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 412
        },
        {
          "entryTs": 1753165800,
          "entryUtc": "2025-07-22T06:30:00.000Z",
          "exitTs": 1753186080,
          "dir": -1,
          "entryPrice": 3384.278,
          "exitPrice": 3394.236,
          "stopDistance": 9.958,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 338
        },
        {
          "entryTs": 1753252200,
          "entryUtc": "2025-07-23T06:30:00.000Z",
          "exitTs": 1753275780,
          "dir": 1,
          "entryPrice": 3424.415,
          "exitPrice": 3413.795,
          "stopDistance": 10.62,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 393
        },
        {
          "entryTs": 1753338600,
          "entryUtc": "2025-07-24T06:30:00.000Z",
          "exitTs": 1753432140,
          "dir": -1,
          "entryPrice": 3371.335,
          "exitPrice": 3347.154,
          "stopDistance": 12.09,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 1559
        },
        {
          "entryTs": 1753684200,
          "entryUtc": "2025-07-28T06:30:00.000Z",
          "exitTs": 1753710600,
          "dir": -1,
          "entryPrice": 3338.548,
          "exitPrice": 3316.097,
          "stopDistance": 11.226,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 440
        },
        {
          "entryTs": 1753770720,
          "entryUtc": "2025-07-29T06:32:00.000Z",
          "exitTs": 1753881180,
          "dir": 1,
          "entryPrice": 3321.165,
          "exitPrice": 3309.97,
          "stopDistance": 11.195,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 1841
        },
        {
          "entryTs": 1753943640,
          "entryUtc": "2025-07-31T06:34:00.000Z",
          "exitTs": 1753972560,
          "dir": 1,
          "entryPrice": 3303.848,
          "exitPrice": 3291.339,
          "stopDistance": 12.509,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 482
        },
        {
          "entryTs": 1754029860,
          "entryUtc": "2025-08-01T06:31:00.000Z",
          "exitTs": 1754050920,
          "dir": -1,
          "entryPrice": 3291.535,
          "exitPrice": 3303.412,
          "stopDistance": 11.877,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 351
        },
        {
          "entryTs": 1754289900,
          "entryUtc": "2025-08-04T06:45:00.000Z",
          "exitTs": 1754406360,
          "dir": 1,
          "entryPrice": 3360.695,
          "exitPrice": 3386.893,
          "stopDistance": 13.099,
          "outcome": "target",
          "netR": 1.9718,
          "holdMinutes": 1941
        },
        {
          "entryTs": 1754461980,
          "entryUtc": "2025-08-06T06:33:00.000Z",
          "exitTs": 1754468220,
          "dir": 1,
          "entryPrice": 3377.835,
          "exitPrice": 3368.291,
          "stopDistance": 9.544,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 104
        },
        {
          "entryTs": 1754548320,
          "entryUtc": "2025-08-07T06:32:00.000Z",
          "exitTs": 1754597220,
          "dir": 1,
          "entryPrice": 3380.665,
          "exitPrice": 3401.18,
          "stopDistance": 10.258,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 815
        },
        {
          "entryTs": 1754634840,
          "entryUtc": "2025-08-08T06:34:00.000Z",
          "exitTs": 1754895960,
          "dir": -1,
          "entryPrice": 3391.415,
          "exitPrice": 3360.942,
          "stopDistance": 15.236,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 4352
        },
        {
          "entryTs": 1754984160,
          "entryUtc": "2025-08-12T07:36:00.000Z",
          "exitTs": 1754997600,
          "dir": 1,
          "entryPrice": 3354.698,
          "exitPrice": 3340.854,
          "stopDistance": 13.844,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 224
        },
        {
          "entryTs": 1755067620,
          "entryUtc": "2025-08-13T06:47:00.000Z",
          "exitTs": 1755158280,
          "dir": 1,
          "entryPrice": 3356.395,
          "exitPrice": 3344.471,
          "stopDistance": 11.924,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 1511
        },
        {
          "entryTs": 1755239460,
          "entryUtc": "2025-08-15T06:31:00.000Z",
          "exitTs": 1755488940,
          "dir": -1,
          "entryPrice": 3340.795,
          "exitPrice": 3351.022,
          "stopDistance": 10.228,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 4158
        },
        {
          "entryTs": 1755500700,
          "entryUtc": "2025-08-18T07:05:00.000Z",
          "exitTs": 1755524340,
          "dir": 1,
          "entryPrice": 3351.005,
          "exitPrice": 3339.278,
          "stopDistance": 11.727,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 394
        },
        {
          "entryTs": 1755585660,
          "entryUtc": "2025-08-19T06:41:00.000Z",
          "exitTs": 1755598560,
          "dir": -1,
          "entryPrice": 3334.848,
          "exitPrice": 3343.561,
          "stopDistance": 8.713,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 215
        },
        {
          "entryTs": 1755672480,
          "entryUtc": "2025-08-20T06:48:00.000Z",
          "exitTs": 1755688680,
          "dir": -1,
          "entryPrice": 3322.185,
          "exitPrice": 3330.159,
          "stopDistance": 7.973,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 270
        },
        {
          "entryTs": 1755761820,
          "entryUtc": "2025-08-21T07:37:00.000Z",
          "exitTs": 1755772800,
          "dir": 1,
          "entryPrice": 3339.775,
          "exitPrice": 3332.127,
          "stopDistance": 7.648,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 183
        },
        {
          "entryTs": 1755844260,
          "entryUtc": "2025-08-22T06:31:00.000Z",
          "exitTs": 1755847140,
          "dir": -1,
          "entryPrice": 3326.755,
          "exitPrice": 3334.526,
          "stopDistance": 7.771,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 48
        },
        {
          "entryTs": 1756104480,
          "entryUtc": "2025-08-25T06:48:00.000Z",
          "exitTs": 1756163520,
          "dir": 1,
          "entryPrice": 3369.095,
          "exitPrice": 3359.635,
          "stopDistance": 9.46,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 984
        },
        {
          "entryTs": 1756190340,
          "entryUtc": "2025-08-26T06:39:00.000Z",
          "exitTs": 1756370340,
          "dir": 1,
          "entryPrice": 3376.545,
          "exitPrice": 3399.584,
          "stopDistance": 11.519,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1756449420,
          "entryUtc": "2025-08-29T06:37:00.000Z",
          "exitTs": 1756473180,
          "dir": -1,
          "entryPrice": 3410.145,
          "exitPrice": 3418.313,
          "stopDistance": 8.168,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 396
        },
        {
          "entryTs": 1756708320,
          "entryUtc": "2025-09-01T06:32:00.000Z",
          "exitTs": 1756711680,
          "dir": 1,
          "entryPrice": 3486.055,
          "exitPrice": 3470.969,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 56
        },
        {
          "entryTs": 1756795620,
          "entryUtc": "2025-09-02T06:47:00.000Z",
          "exitTs": 1756822080,
          "dir": -1,
          "entryPrice": 3484.085,
          "exitPrice": 3496.997,
          "stopDistance": 12.912,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 441
        },
        {
          "entryTs": 1756881180,
          "entryUtc": "2025-09-03T06:33:00.000Z",
          "exitTs": 1756913460,
          "dir": 1,
          "entryPrice": 3534.905,
          "exitPrice": 3566.053,
          "stopDistance": 15.574,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 538
        },
        {
          "entryTs": 1756967400,
          "entryUtc": "2025-09-04T06:30:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3538.635,
          "exitPrice": 3572.639,
          "stopDistance": 17.002,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 1800
        },
        {
          "entryTs": 1757313000,
          "entryUtc": "2025-09-08T06:30:00.000Z",
          "exitTs": 1757336100,
          "dir": 1,
          "entryPrice": 3594.255,
          "exitPrice": 3624.629,
          "stopDistance": 15.187,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 385
        },
        {
          "entryTs": 1757486520,
          "entryUtc": "2025-09-10T06:42:00.000Z",
          "exitTs": 1757500560,
          "dir": -1,
          "entryPrice": 3640.775,
          "exitPrice": 3656.003,
          "stopDistance": 15.228,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 234
        },
        {
          "entryTs": 1757572200,
          "entryUtc": "2025-09-11T06:30:00.000Z",
          "exitTs": 1757581740,
          "dir": 1,
          "entryPrice": 3634.045,
          "exitPrice": 3621.549,
          "stopDistance": 12.496,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 159
        },
        {
          "entryTs": 1757659320,
          "entryUtc": "2025-09-12T06:42:00.000Z",
          "exitTs": 1757943540,
          "dir": -1,
          "entryPrice": 3649.115,
          "exitPrice": 3661.061,
          "stopDistance": 11.946,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 4737
        },
        {
          "entryTs": 1758004500,
          "entryUtc": "2025-09-16T06:35:00.000Z",
          "exitTs": 1758076680,
          "dir": 1,
          "entryPrice": 3686.835,
          "exitPrice": 3675.3,
          "stopDistance": 11.535,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 1203
        },
        {
          "entryTs": 1758090720,
          "entryUtc": "2025-09-17T06:32:00.000Z",
          "exitTs": 1758120540,
          "dir": -1,
          "entryPrice": 3674.548,
          "exitPrice": 3685.579,
          "stopDistance": 11.031,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 497
        },
        {
          "entryTs": 1758180780,
          "entryUtc": "2025-09-18T07:33:00.000Z",
          "exitTs": 1758202980,
          "dir": 1,
          "entryPrice": 3651.645,
          "exitPrice": 3633.961,
          "stopDistance": 17.684,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 370
        },
        {
          "entryTs": 1758263580,
          "entryUtc": "2025-09-19T06:33:00.000Z",
          "exitTs": 1758290160,
          "dir": -1,
          "entryPrice": 3646.295,
          "exitPrice": 3660.988,
          "stopDistance": 14.693,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 443
        },
        {
          "entryTs": 1758522600,
          "entryUtc": "2025-09-22T06:30:00.000Z",
          "exitTs": 1758554940,
          "dir": 1,
          "entryPrice": 3706.205,
          "exitPrice": 3731.57,
          "stopDistance": 12.683,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 539
        },
        {
          "entryTs": 1758610860,
          "entryUtc": "2025-09-23T07:01:00.000Z",
          "exitTs": 1758616380,
          "dir": -1,
          "entryPrice": 3751.055,
          "exitPrice": 3764.962,
          "stopDistance": 13.907,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 92
        },
        {
          "entryTs": 1758698400,
          "entryUtc": "2025-09-24T07:20:00.000Z",
          "exitTs": 1758709560,
          "dir": 1,
          "entryPrice": 3775.905,
          "exitPrice": 3760.134,
          "stopDistance": 15.771,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 186
        },
        {
          "entryTs": 1758785700,
          "entryUtc": "2025-09-25T07:35:00.000Z",
          "exitTs": 1758804600,
          "dir": 1,
          "entryPrice": 3748.095,
          "exitPrice": 3732.579,
          "stopDistance": 15.516,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 315
        },
        {
          "entryTs": 1758870240,
          "entryUtc": "2025-09-26T07:04:00.000Z",
          "exitTs": 1758892020,
          "dir": -1,
          "entryPrice": 3741.105,
          "exitPrice": 3757.38,
          "stopDistance": 16.275,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 363
        },
        {
          "entryTs": 1759128180,
          "entryUtc": "2025-09-29T06:43:00.000Z",
          "exitTs": 1759202760,
          "dir": 1,
          "entryPrice": 3818.245,
          "exitPrice": 3857.293,
          "stopDistance": 19.524,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 1243
        },
        {
          "entryTs": 1759215000,
          "entryUtc": "2025-09-30T06:50:00.000Z",
          "exitTs": 1759220460,
          "dir": -1,
          "entryPrice": 3861.598,
          "exitPrice": 3828.792,
          "stopDistance": 16.403,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 91
        },
        {
          "entryTs": 1759300920,
          "entryUtc": "2025-10-01T06:42:00.000Z",
          "exitTs": 1759415820,
          "dir": 1,
          "entryPrice": 3864.225,
          "exitPrice": 3846.036,
          "stopDistance": 18.189,
          "outcome": "stop",
          "netR": -1.0231,
          "holdMinutes": 1915
        },
        {
          "entryTs": 1759473000,
          "entryUtc": "2025-10-03T06:30:00.000Z",
          "exitTs": 1759705140,
          "dir": 1,
          "entryPrice": 3860.495,
          "exitPrice": 3896.627,
          "stopDistance": 18.066,
          "outcome": "target",
          "netR": 1.9795,
          "holdMinutes": 3869
        },
        {
          "entryTs": 1759733220,
          "entryUtc": "2025-10-06T06:47:00.000Z",
          "exitTs": 1759788660,
          "dir": 1,
          "entryPrice": 3932.485,
          "exitPrice": 3970.579,
          "stopDistance": 19.047,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 924
        },
        {
          "entryTs": 1759819260,
          "entryUtc": "2025-10-07T06:41:00.000Z",
          "exitTs": 1759841520,
          "dir": -1,
          "entryPrice": 3959.495,
          "exitPrice": 3977.961,
          "stopDistance": 18.465,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 371
        },
        {
          "entryTs": 1759906200,
          "entryUtc": "2025-10-08T06:50:00.000Z",
          "exitTs": 1759964520,
          "dir": 1,
          "entryPrice": 4032.735,
          "exitPrice": 4014.482,
          "stopDistance": 18.253,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 972
        },
        {
          "entryTs": 1759991400,
          "entryUtc": "2025-10-09T06:30:00.000Z",
          "exitTs": 1760014800,
          "dir": -1,
          "entryPrice": 4031.398,
          "exitPrice": 4054.883,
          "stopDistance": 23.485,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 390
        },
        {
          "entryTs": 1760078220,
          "entryUtc": "2025-10-10T06:37:00.000Z",
          "exitTs": 1760307780,
          "dir": 1,
          "entryPrice": 3975.695,
          "exitPrice": 4031.328,
          "stopDistance": 27.816,
          "outcome": "target",
          "netR": 1.9867,
          "holdMinutes": 3826
        },
        {
          "entryTs": 1760337120,
          "entryUtc": "2025-10-13T06:32:00.000Z",
          "exitTs": 1760404260,
          "dir": 1,
          "entryPrice": 4071.205,
          "exitPrice": 4133.028,
          "stopDistance": 30.912,
          "outcome": "target",
          "netR": 1.988,
          "holdMinutes": 1119
        },
        {
          "entryTs": 1760424360,
          "entryUtc": "2025-10-14T06:46:00.000Z",
          "exitTs": 1760426160,
          "dir": -1,
          "entryPrice": 4089.885,
          "exitPrice": 4119.414,
          "stopDistance": 29.529,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 30
        },
        {
          "entryTs": 1760510520,
          "entryUtc": "2025-10-15T06:42:00.000Z",
          "exitTs": 1760520060,
          "dir": 1,
          "entryPrice": 4193.285,
          "exitPrice": 4165.801,
          "stopDistance": 27.484,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 159
        },
        {
          "entryTs": 1760598540,
          "entryUtc": "2025-10-16T07:09:00.000Z",
          "exitTs": 1760631360,
          "dir": 1,
          "entryPrice": 4227.095,
          "exitPrice": 4280.972,
          "stopDistance": 26.938,
          "outcome": "target",
          "netR": 1.9863,
          "holdMinutes": 547
        },
        {
          "entryTs": 1760682780,
          "entryUtc": "2025-10-17T06:33:00.000Z",
          "exitTs": 1760708100,
          "dir": -1,
          "entryPrice": 4354.435,
          "exitPrice": 4270.589,
          "stopDistance": 41.923,
          "outcome": "target",
          "netR": 1.9912,
          "holdMinutes": 422
        },
        {
          "entryTs": 1760941800,
          "entryUtc": "2025-10-20T06:30:00.000Z",
          "exitTs": 1760961360,
          "dir": -1,
          "entryPrice": 4225.655,
          "exitPrice": 4269.53,
          "stopDistance": 43.875,
          "outcome": "stop",
          "netR": -1.0096,
          "holdMinutes": 326
        },
        {
          "entryTs": 1761028860,
          "entryUtc": "2025-10-21T06:41:00.000Z",
          "exitTs": 1761032160,
          "dir": 1,
          "entryPrice": 4330.555,
          "exitPrice": 4295.442,
          "stopDistance": 35.113,
          "outcome": "stop",
          "netR": -1.012,
          "holdMinutes": 55
        },
        {
          "entryTs": 1761114600,
          "entryUtc": "2025-10-22T06:30:00.000Z",
          "exitTs": 1761120720,
          "dir": 1,
          "entryPrice": 4143.448,
          "exitPrice": 4090.262,
          "stopDistance": 53.187,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 102
        },
        {
          "entryTs": 1761204900,
          "entryUtc": "2025-10-23T07:35:00.000Z",
          "exitTs": 1761563460,
          "dir": -1,
          "entryPrice": 4109.995,
          "exitPrice": 4020.581,
          "stopDistance": 44.707,
          "outcome": "target",
          "netR": 1.9917,
          "holdMinutes": 5976
        },
        {
          "entryTs": 1761633300,
          "entryUtc": "2025-10-28T06:35:00.000Z",
          "exitTs": 1761721800,
          "dir": -1,
          "entryPrice": 3952,
          "exitPrice": 3986.369,
          "stopDistance": 34.369,
          "outcome": "stop",
          "netR": -1.0122,
          "holdMinutes": 1475
        },
        {
          "entryTs": 1761807420,
          "entryUtc": "2025-10-30T06:57:00.000Z",
          "exitTs": 1762167420,
          "dir": 1,
          "entryPrice": 3970.685,
          "exitPrice": 3998.325,
          "stopDistance": 39.504,
          "outcome": "time",
          "netR": 0.6903,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1762243260,
          "entryUtc": "2025-11-04T08:01:00.000Z",
          "exitTs": 1762264320,
          "dir": 1,
          "entryPrice": 3996.215,
          "exitPrice": 3971.752,
          "stopDistance": 24.463,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 351
        },
        {
          "entryTs": 1762328160,
          "entryUtc": "2025-11-05T07:36:00.000Z",
          "exitTs": 1762417800,
          "dir": 1,
          "entryPrice": 3969.275,
          "exitPrice": 4016.529,
          "stopDistance": 23.627,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 1494
        },
        {
          "entryTs": 1762501740,
          "entryUtc": "2025-11-07T07:49:00.000Z",
          "exitTs": 1762533360,
          "dir": -1,
          "entryPrice": 4002.975,
          "exitPrice": 4021.34,
          "stopDistance": 18.365,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 527
        },
        {
          "entryTs": 1762761960,
          "entryUtc": "2025-11-10T08:06:00.000Z",
          "exitTs": 1762816140,
          "dir": 1,
          "entryPrice": 4078.875,
          "exitPrice": 4119.061,
          "stopDistance": 20.093,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 903
        },
        {
          "entryTs": 1762847460,
          "entryUtc": "2025-11-11T07:51:00.000Z",
          "exitTs": 1762853400,
          "dir": -1,
          "entryPrice": 4125.945,
          "exitPrice": 4144.404,
          "stopDistance": 18.459,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 99
        },
        {
          "entryTs": 1762933320,
          "entryUtc": "2025-11-12T07:42:00.000Z",
          "exitTs": 1762950300,
          "dir": -1,
          "entryPrice": 4115.295,
          "exitPrice": 4134.366,
          "stopDistance": 19.071,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 283
        },
        {
          "entryTs": 1763019120,
          "entryUtc": "2025-11-13T07:32:00.000Z",
          "exitTs": 1763044980,
          "dir": 1,
          "entryPrice": 4218.165,
          "exitPrice": 4193.913,
          "stopDistance": 24.252,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 431
        },
        {
          "entryTs": 1763106480,
          "entryUtc": "2025-11-14T07:48:00.000Z",
          "exitTs": 1763118960,
          "dir": 1,
          "entryPrice": 4177.165,
          "exitPrice": 4148.82,
          "stopDistance": 28.345,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 208
        },
        {
          "entryTs": 1763364600,
          "entryUtc": "2025-11-17T07:30:00.000Z",
          "exitTs": 1763407920,
          "dir": 1,
          "entryPrice": 4079.405,
          "exitPrice": 4046.927,
          "stopDistance": 32.478,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 722
        },
        {
          "entryTs": 1763451000,
          "entryUtc": "2025-11-18T07:30:00.000Z",
          "exitTs": 1763454780,
          "dir": -1,
          "entryPrice": 4001.925,
          "exitPrice": 4032.384,
          "stopDistance": 30.459,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 63
        },
        {
          "entryTs": 1763537820,
          "entryUtc": "2025-11-19T07:37:00.000Z",
          "exitTs": 1763571780,
          "dir": 1,
          "entryPrice": 4092.665,
          "exitPrice": 4067.013,
          "stopDistance": 25.652,
          "outcome": "stop",
          "netR": -1.0164,
          "holdMinutes": 566
        },
        {
          "entryTs": 1763624640,
          "entryUtc": "2025-11-20T07:44:00.000Z",
          "exitTs": 1763643960,
          "dir": -1,
          "entryPrice": 4059.805,
          "exitPrice": 4089.699,
          "stopDistance": 29.894,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 322
        },
        {
          "entryTs": 1763710200,
          "entryUtc": "2025-11-21T07:30:00.000Z",
          "exitTs": 1763744100,
          "dir": 1,
          "entryPrice": 4037.435,
          "exitPrice": 4098.054,
          "stopDistance": 30.309,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 565
        },
        {
          "entryTs": 1763969520,
          "entryUtc": "2025-11-24T07:32:00.000Z",
          "exitTs": 1764009600,
          "dir": 1,
          "entryPrice": 4057.425,
          "exitPrice": 4113.763,
          "stopDistance": 28.169,
          "outcome": "target",
          "netR": 1.9869,
          "holdMinutes": 668
        },
        {
          "entryTs": 1764056160,
          "entryUtc": "2025-11-25T07:36:00.000Z",
          "exitTs": 1764092040,
          "dir": -1,
          "entryPrice": 4134.655,
          "exitPrice": 4157.713,
          "stopDistance": 23.058,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 598
        },
        {
          "entryTs": 1764142380,
          "entryUtc": "2025-11-26T07:33:00.000Z",
          "exitTs": 1764339720,
          "dir": 1,
          "entryPrice": 4154.675,
          "exitPrice": 4198.003,
          "stopDistance": 21.664,
          "outcome": "target",
          "netR": 1.9829,
          "holdMinutes": 3289
        },
        {
          "entryTs": 1764574260,
          "entryUtc": "2025-12-01T07:31:00.000Z",
          "exitTs": 1764720000,
          "dir": 1,
          "entryPrice": 4242.478,
          "exitPrice": 4217.779,
          "stopDistance": 24.699,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 2429
        },
        {
          "entryTs": 1764747120,
          "entryUtc": "2025-12-03T07:32:00.000Z",
          "exitTs": 1764769260,
          "dir": -1,
          "entryPrice": 4201.935,
          "exitPrice": 4223.101,
          "stopDistance": 21.166,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 369
        },
        {
          "entryTs": 1764920700,
          "entryUtc": "2025-12-05T07:45:00.000Z",
          "exitTs": 1764946200,
          "dir": -1,
          "entryPrice": 4224.215,
          "exitPrice": 4243.137,
          "stopDistance": 18.923,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 425
        },
        {
          "entryTs": 1765179480,
          "entryUtc": "2025-12-08T07:38:00.000Z",
          "exitTs": 1765206900,
          "dir": -1,
          "entryPrice": 4212.385,
          "exitPrice": 4176.444,
          "stopDistance": 17.971,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 457
        },
        {
          "entryTs": 1765267320,
          "entryUtc": "2025-12-09T08:02:00.000Z",
          "exitTs": 1765296660,
          "dir": 1,
          "entryPrice": 4185.665,
          "exitPrice": 4218.082,
          "stopDistance": 16.208,
          "outcome": "target",
          "netR": 1.9772,
          "holdMinutes": 489
        },
        {
          "entryTs": 1765353180,
          "entryUtc": "2025-12-10T07:53:00.000Z",
          "exitTs": 1765397040,
          "dir": -1,
          "entryPrice": 4204.258,
          "exitPrice": 4219.641,
          "stopDistance": 15.383,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 731
        },
        {
          "entryTs": 1765438560,
          "entryUtc": "2025-12-11T07:36:00.000Z",
          "exitTs": 1765467660,
          "dir": 1,
          "entryPrice": 4214.575,
          "exitPrice": 4253.553,
          "stopDistance": 19.489,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 485
        },
        {
          "entryTs": 1765524840,
          "entryUtc": "2025-12-12T07:34:00.000Z",
          "exitTs": 1765536120,
          "dir": 1,
          "entryPrice": 4288.578,
          "exitPrice": 4326.012,
          "stopDistance": 18.717,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 188
        },
        {
          "entryTs": 1765784100,
          "entryUtc": "2025-12-15T07:35:00.000Z",
          "exitTs": 1765815720,
          "dir": -1,
          "entryPrice": 4340.498,
          "exitPrice": 4294.617,
          "stopDistance": 22.94,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 527
        },
        {
          "entryTs": 1765873140,
          "entryUtc": "2025-12-16T08:19:00.000Z",
          "exitTs": 1765891320,
          "dir": -1,
          "entryPrice": 4279.245,
          "exitPrice": 4299.916,
          "stopDistance": 20.671,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 303
        },
        {
          "entryTs": 1765957380,
          "entryUtc": "2025-12-17T07:43:00.000Z",
          "exitTs": 1765979160,
          "dir": -1,
          "entryPrice": 4319.265,
          "exitPrice": 4339.954,
          "stopDistance": 20.688,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 363
        },
        {
          "entryTs": 1766043000,
          "entryUtc": "2025-12-18T07:30:00.000Z",
          "exitTs": 1766060880,
          "dir": 1,
          "entryPrice": 4334.945,
          "exitPrice": 4318.189,
          "stopDistance": 16.756,
          "outcome": "stop",
          "netR": -1.0251,
          "holdMinutes": 298
        },
        {
          "entryTs": 1766129400,
          "entryUtc": "2025-12-19T07:30:00.000Z",
          "exitTs": 1766365200,
          "dir": 1,
          "entryPrice": 4328.175,
          "exitPrice": 4367.636,
          "stopDistance": 19.731,
          "outcome": "target",
          "netR": 1.9812,
          "holdMinutes": 3930
        },
        {
          "entryTs": 1766390400,
          "entryUtc": "2025-12-22T08:00:00.000Z",
          "exitTs": 1766413380,
          "dir": -1,
          "entryPrice": 4410.058,
          "exitPrice": 4428.707,
          "stopDistance": 18.648,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 383
        },
        {
          "entryTs": 1766475060,
          "entryUtc": "2025-12-23T07:31:00.000Z",
          "exitTs": 1766498700,
          "dir": 1,
          "entryPrice": 4485.635,
          "exitPrice": 4466.793,
          "stopDistance": 18.841,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 394
        },
        {
          "entryTs": 1766561400,
          "entryUtc": "2025-12-24T07:30:00.000Z",
          "exitTs": 1766710740,
          "dir": -1,
          "entryPrice": 4490.315,
          "exitPrice": 4517.071,
          "stopDistance": 26.756,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 2489
        },
        {
          "entryTs": 1766735100,
          "entryUtc": "2025-12-26T07:45:00.000Z",
          "exitTs": 1766762820,
          "dir": -1,
          "entryPrice": 4507.578,
          "exitPrice": 4532.968,
          "stopDistance": 25.39,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 462
        },
        {
          "entryTs": 1766995980,
          "entryUtc": "2025-12-29T08:13:00.000Z",
          "exitTs": 1767008340,
          "dir": 1,
          "entryPrice": 4481.619,
          "exitPrice": 4449.489,
          "stopDistance": 32.13,
          "outcome": "stop",
          "netR": -1.0131,
          "holdMinutes": 206
        },
        {
          "entryTs": 1767080280,
          "entryUtc": "2025-12-30T07:38:00.000Z",
          "exitTs": 1767124560,
          "dir": 1,
          "entryPrice": 4372.205,
          "exitPrice": 4338.223,
          "stopDistance": 33.982,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 738
        },
        {
          "entryTs": 1767168540,
          "entryUtc": "2025-12-31T08:09:00.000Z",
          "exitTs": 1767322620,
          "dir": -1,
          "entryPrice": 4323.285,
          "exitPrice": 4362.297,
          "stopDistance": 39.012,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 2568
        },
        {
          "entryTs": 1767339180,
          "entryUtc": "2026-01-02T07:33:00.000Z",
          "exitTs": 1767364500,
          "dir": 1,
          "entryPrice": 4377.775,
          "exitPrice": 4350.592,
          "stopDistance": 27.182,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 422
        },
        {
          "entryTs": 1767598920,
          "entryUtc": "2026-01-05T07:42:00.000Z",
          "exitTs": 1767619800,
          "dir": 1,
          "entryPrice": 4423.685,
          "exitPrice": 4396.128,
          "stopDistance": 27.558,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 348
        },
        {
          "entryTs": 1767685920,
          "entryUtc": "2026-01-06T07:52:00.000Z",
          "exitTs": 1767711120,
          "dir": -1,
          "entryPrice": 4461.185,
          "exitPrice": 4485.563,
          "stopDistance": 24.378,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 420
        },
        {
          "entryTs": 1767771000,
          "entryUtc": "2026-01-07T07:30:00.000Z",
          "exitTs": 1767791340,
          "dir": 1,
          "entryPrice": 4454.695,
          "exitPrice": 4429.782,
          "stopDistance": 24.913,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 339
        },
        {
          "entryTs": 1767858300,
          "entryUtc": "2026-01-08T07:45:00.000Z",
          "exitTs": 1767886860,
          "dir": -1,
          "entryPrice": 4430.498,
          "exitPrice": 4454.102,
          "stopDistance": 23.603,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 476
        },
        {
          "entryTs": 1767945720,
          "entryUtc": "2026-01-09T08:02:00.000Z",
          "exitTs": 1767965820,
          "dir": -1,
          "entryPrice": 4468.299,
          "exitPrice": 4488.445,
          "stopDistance": 20.146,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 335
        },
        {
          "entryTs": 1768204620,
          "entryUtc": "2026-01-12T07:57:00.000Z",
          "exitTs": 1768564620,
          "dir": 1,
          "entryPrice": 4587.285,
          "exitPrice": 4614.195,
          "stopDistance": 27.948,
          "outcome": "time",
          "netR": 0.9496,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1768808700,
          "entryUtc": "2026-01-19T07:45:00.000Z",
          "exitTs": 1768884540,
          "dir": -1,
          "entryPrice": 4663.335,
          "exitPrice": 4693.508,
          "stopDistance": 30.173,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 1264
        },
        {
          "entryTs": 1768895160,
          "entryUtc": "2026-01-20T07:46:00.000Z",
          "exitTs": 1768932660,
          "dir": 1,
          "entryPrice": 4722.005,
          "exitPrice": 4764.227,
          "stopDistance": 21.111,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 625
        },
        {
          "entryTs": 1768980600,
          "entryUtc": "2026-01-21T07:30:00.000Z",
          "exitTs": 1769008980,
          "dir": 1,
          "entryPrice": 4850.525,
          "exitPrice": 4817.167,
          "stopDistance": 33.358,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 473
        },
        {
          "entryTs": 1769067780,
          "entryUtc": "2026-01-22T07:43:00.000Z",
          "exitTs": 1769108820,
          "dir": 1,
          "entryPrice": 4837.965,
          "exitPrice": 4922.991,
          "stopDistance": 42.513,
          "outcome": "target",
          "netR": 1.9913,
          "holdMinutes": 684
        },
        {
          "entryTs": 1769154060,
          "entryUtc": "2026-01-23T07:41:00.000Z",
          "exitTs": 1769185560,
          "dir": -1,
          "entryPrice": 4951.505,
          "exitPrice": 4984.196,
          "stopDistance": 32.692,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 525
        },
        {
          "entryTs": 1769414580,
          "entryUtc": "2026-01-26T08:03:00.000Z",
          "exitTs": 1769434320,
          "dir": 1,
          "entryPrice": 5095.585,
          "exitPrice": 5055.703,
          "stopDistance": 39.882,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 329
        },
        {
          "entryTs": 1769499060,
          "entryUtc": "2026-01-27T07:31:00.000Z",
          "exitTs": 1769562360,
          "dir": 1,
          "entryPrice": 5094.395,
          "exitPrice": 5190.569,
          "stopDistance": 48.087,
          "outcome": "target",
          "netR": 1.9923,
          "holdMinutes": 1055
        },
        {
          "entryTs": 1769585520,
          "entryUtc": "2026-01-28T07:32:00.000Z",
          "exitTs": 1769598360,
          "dir": 1,
          "entryPrice": 5283.975,
          "exitPrice": 5241.145,
          "stopDistance": 42.83,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 214
        },
        {
          "entryTs": 1769673840,
          "entryUtc": "2026-01-29T08:04:00.000Z",
          "exitTs": 1769699640,
          "dir": -1,
          "entryPrice": 5536.575,
          "exitPrice": 5388.514,
          "stopDistance": 74.031,
          "outcome": "target",
          "netR": 1.995,
          "holdMinutes": 430
        },
        {
          "entryTs": 1769758500,
          "entryUtc": "2026-01-30T07:35:00.000Z",
          "exitTs": 1769794920,
          "dir": -1,
          "entryPrice": 5122.835,
          "exitPrice": 4879.684,
          "stopDistance": 121.576,
          "outcome": "target",
          "netR": 1.997,
          "holdMinutes": 607
        },
        {
          "entryTs": 1770018000,
          "entryUtc": "2026-02-02T07:40:00.000Z",
          "exitTs": 1770126360,
          "dir": 1,
          "entryPrice": 4573.568,
          "exitPrice": 4950.72,
          "stopDistance": 188.576,
          "outcome": "target",
          "netR": 1.998,
          "holdMinutes": 1806
        },
        {
          "entryTs": 1770190200,
          "entryUtc": "2026-02-04T07:30:00.000Z",
          "exitTs": 1770215520,
          "dir": 1,
          "entryPrice": 5089.105,
          "exitPrice": 5010.013,
          "stopDistance": 79.092,
          "outcome": "stop",
          "netR": -1.0053,
          "holdMinutes": 422
        },
        {
          "entryTs": 1770277080,
          "entryUtc": "2026-02-05T07:38:00.000Z",
          "exitTs": 1770335280,
          "dir": -1,
          "entryPrice": 4910.575,
          "exitPrice": 4725.454,
          "stopDistance": 92.561,
          "outcome": "target",
          "netR": 1.996,
          "holdMinutes": 970
        },
        {
          "entryTs": 1770364800,
          "entryUtc": "2026-02-06T08:00:00.000Z",
          "exitTs": 1770385080,
          "dir": -1,
          "entryPrice": 4837.435,
          "exitPrice": 4929.34,
          "stopDistance": 91.905,
          "outcome": "stop",
          "netR": -1.0046,
          "holdMinutes": 338
        },
        {
          "entryTs": 1770625080,
          "entryUtc": "2026-02-09T08:18:00.000Z",
          "exitTs": 1770912840,
          "dir": 1,
          "entryPrice": 5030.905,
          "exitPrice": 4970.672,
          "stopDistance": 60.232,
          "outcome": "stop",
          "netR": -1.007,
          "holdMinutes": 4796
        },
        {
          "entryTs": 1770968100,
          "entryUtc": "2026-02-13T07:35:00.000Z",
          "exitTs": 1771290180,
          "dir": 1,
          "entryPrice": 4976.365,
          "exitPrice": 4925.137,
          "stopDistance": 51.228,
          "outcome": "stop",
          "netR": -1.0082,
          "holdMinutes": 5368
        },
        {
          "entryTs": 1771313880,
          "entryUtc": "2026-02-17T07:38:00.000Z",
          "exitTs": 1771336680,
          "dir": 1,
          "entryPrice": 4916.445,
          "exitPrice": 4875.329,
          "stopDistance": 41.116,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 380
        },
        {
          "entryTs": 1771401240,
          "entryUtc": "2026-02-18T07:54:00.000Z",
          "exitTs": 1771421760,
          "dir": -1,
          "entryPrice": 4929.768,
          "exitPrice": 4965.152,
          "stopDistance": 35.384,
          "outcome": "stop",
          "netR": -1.0119,
          "holdMinutes": 342
        },
        {
          "entryTs": 1771486860,
          "entryUtc": "2026-02-19T07:41:00.000Z",
          "exitTs": 1771579380,
          "dir": -1,
          "entryPrice": 5014.575,
          "exitPrice": 5042.163,
          "stopDistance": 27.588,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 1542
        },
        {
          "entryTs": 1771832280,
          "entryUtc": "2026-02-23T07:38:00.000Z",
          "exitTs": 1771844100,
          "dir": -1,
          "entryPrice": 5125.378,
          "exitPrice": 5161.064,
          "stopDistance": 35.686,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 197
        },
        {
          "entryTs": 1771918200,
          "entryUtc": "2026-02-24T07:30:00.000Z",
          "exitTs": 1771940340,
          "dir": 1,
          "entryPrice": 5183.135,
          "exitPrice": 5144.684,
          "stopDistance": 38.45,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 369
        },
        {
          "entryTs": 1772005980,
          "entryUtc": "2026-02-25T07:53:00.000Z",
          "exitTs": 1772198100,
          "dir": -1,
          "entryPrice": 5181.985,
          "exitPrice": 5218.249,
          "stopDistance": 36.264,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 3202
        },
        {
          "entryTs": 1772523180,
          "entryUtc": "2026-03-03T07:33:00.000Z",
          "exitTs": 1772529900,
          "dir": 1,
          "entryPrice": 5319.895,
          "exitPrice": 5271.403,
          "stopDistance": 48.492,
          "outcome": "stop",
          "netR": -1.0087,
          "holdMinutes": 112
        },
        {
          "entryTs": 1772611440,
          "entryUtc": "2026-03-04T08:04:00.000Z",
          "exitTs": 1773007200,
          "dir": -1,
          "entryPrice": 5158.175,
          "exitPrice": 5190.748,
          "stopDistance": 67.24,
          "outcome": "time",
          "netR": -0.4899,
          "holdMinutes": 6596
        },
        {
          "entryTs": 1773038160,
          "entryUtc": "2026-03-09T06:36:00.000Z",
          "exitTs": 1773107820,
          "dir": -1,
          "entryPrice": 5118.895,
          "exitPrice": 5177.498,
          "stopDistance": 58.603,
          "outcome": "stop",
          "netR": -1.0072,
          "holdMinutes": 1161
        },
        {
          "entryTs": 1773126120,
          "entryUtc": "2026-03-10T07:02:00.000Z",
          "exitTs": 1773148680,
          "dir": -1,
          "entryPrice": 5171.495,
          "exitPrice": 5211.553,
          "stopDistance": 40.058,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 376
        },
        {
          "entryTs": 1773211320,
          "entryUtc": "2026-03-11T06:42:00.000Z",
          "exitTs": 1773273600,
          "dir": -1,
          "entryPrice": 5196.085,
          "exitPrice": 5127.467,
          "stopDistance": 34.309,
          "outcome": "target",
          "netR": 1.9892,
          "holdMinutes": 1038
        },
        {
          "entryTs": 1773297060,
          "entryUtc": "2026-03-12T06:31:00.000Z",
          "exitTs": 1773328260,
          "dir": 1,
          "entryPrice": 5157.455,
          "exitPrice": 5124.359,
          "stopDistance": 33.096,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 520
        },
        {
          "entryTs": 1773383880,
          "entryUtc": "2026-03-13T06:38:00.000Z",
          "exitTs": 1773403320,
          "dir": -1,
          "entryPrice": 5088.515,
          "exitPrice": 5118.312,
          "stopDistance": 29.797,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 324
        },
        {
          "entryTs": 1773643680,
          "entryUtc": "2026-03-16T06:48:00.000Z",
          "exitTs": 1773834420,
          "dir": -1,
          "entryPrice": 5012.815,
          "exitPrice": 4933.04,
          "stopDistance": 39.888,
          "outcome": "target",
          "netR": 1.9907,
          "holdMinutes": 3179
        },
        {
          "entryTs": 1773901920,
          "entryUtc": "2026-03-19T06:32:00.000Z",
          "exitTs": 1773906240,
          "dir": -1,
          "entryPrice": 4812.935,
          "exitPrice": 4738.818,
          "stopDistance": 37.059,
          "outcome": "target",
          "netR": 1.99,
          "holdMinutes": 72
        },
        {
          "entryTs": 1773988260,
          "entryUtc": "2026-03-20T06:31:00.000Z",
          "exitTs": 1774016700,
          "dir": -1,
          "entryPrice": 4679.835,
          "exitPrice": 4558.351,
          "stopDistance": 60.742,
          "outcome": "target",
          "netR": 1.9939,
          "holdMinutes": 474
        },
        {
          "entryTs": 1774247400,
          "entryUtc": "2026-03-23T06:30:00.000Z",
          "exitTs": 1774263900,
          "dir": -1,
          "entryPrice": 4238.705,
          "exitPrice": 4329.338,
          "stopDistance": 90.633,
          "outcome": "stop",
          "netR": -1.0046,
          "holdMinutes": 275
        },
        {
          "entryTs": 1774334400,
          "entryUtc": "2026-03-24T06:40:00.000Z",
          "exitTs": 1774403460,
          "dir": 1,
          "entryPrice": 4396.455,
          "exitPrice": 4598.68,
          "stopDistance": 101.112,
          "outcome": "target",
          "netR": 1.9963,
          "holdMinutes": 1151
        },
        {
          "entryTs": 1774422840,
          "entryUtc": "2026-03-25T07:14:00.000Z",
          "exitTs": 1774465860,
          "dir": 1,
          "entryPrice": 4556.655,
          "exitPrice": 4493.788,
          "stopDistance": 62.866,
          "outcome": "stop",
          "netR": -1.0067,
          "holdMinutes": 717
        },
        {
          "entryTs": 1774507560,
          "entryUtc": "2026-03-26T06:46:00.000Z",
          "exitTs": 1774542120,
          "dir": 1,
          "entryPrice": 4450.335,
          "exitPrice": 4394.852,
          "stopDistance": 55.483,
          "outcome": "stop",
          "netR": -1.0076,
          "holdMinutes": 576
        },
        {
          "entryTs": 1774594920,
          "entryUtc": "2026-03-27T07:02:00.000Z",
          "exitTs": 1774623360,
          "dir": -1,
          "entryPrice": 4451.595,
          "exitPrice": 4503.294,
          "stopDistance": 51.698,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 474
        },
        {
          "entryTs": 1774852440,
          "entryUtc": "2026-03-30T06:34:00.000Z",
          "exitTs": 1774975260,
          "dir": 1,
          "entryPrice": 4535.115,
          "exitPrice": 4643.423,
          "stopDistance": 54.154,
          "outcome": "target",
          "netR": 1.9932,
          "holdMinutes": 2047
        },
        {
          "entryTs": 1775025000,
          "entryUtc": "2026-04-01T06:30:00.000Z",
          "exitTs": 1775085540,
          "dir": 1,
          "entryPrice": 4711.115,
          "exitPrice": 4797.279,
          "stopDistance": 43.082,
          "outcome": "target",
          "netR": 1.9914,
          "holdMinutes": 1009
        },
        {
          "entryTs": 1775112420,
          "entryUtc": "2026-04-02T06:47:00.000Z",
          "exitTs": 1775472420,
          "dir": 1,
          "entryPrice": 4598.825,
          "exitPrice": 4688.345,
          "stopDistance": 59.348,
          "outcome": "time",
          "netR": 1.5022,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1775544120,
          "entryUtc": "2026-04-07T06:42:00.000Z",
          "exitTs": 1775570760,
          "dir": 1,
          "entryPrice": 4648.895,
          "exitPrice": 4611.19,
          "stopDistance": 37.705,
          "outcome": "stop",
          "netR": -1.0111,
          "holdMinutes": 444
        },
        {
          "entryTs": 1775629800,
          "entryUtc": "2026-04-08T06:30:00.000Z",
          "exitTs": 1775641380,
          "dir": 1,
          "entryPrice": 4836.355,
          "exitPrice": 4785.455,
          "stopDistance": 50.9,
          "outcome": "stop",
          "netR": -1.0083,
          "holdMinutes": 193
        },
        {
          "entryTs": 1775717340,
          "entryUtc": "2026-04-09T06:49:00.000Z",
          "exitTs": 1775734800,
          "dir": -1,
          "entryPrice": 4711.085,
          "exitPrice": 4750.652,
          "stopDistance": 39.567,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 291
        },
        {
          "entryTs": 1775803080,
          "entryUtc": "2026-04-10T06:38:00.000Z",
          "exitTs": 1775824440,
          "dir": -1,
          "entryPrice": 4751.495,
          "exitPrice": 4781.709,
          "stopDistance": 30.214,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 356
        },
        {
          "entryTs": 1776061800,
          "entryUtc": "2026-04-13T06:30:00.000Z",
          "exitTs": 1776176340,
          "dir": 1,
          "entryPrice": 4731.685,
          "exitPrice": 4804.434,
          "stopDistance": 36.374,
          "outcome": "target",
          "netR": 1.9898,
          "holdMinutes": 1909
        },
        {
          "entryTs": 1776234660,
          "entryUtc": "2026-04-15T06:31:00.000Z",
          "exitTs": 1776430080,
          "dir": -1,
          "entryPrice": 4813.318,
          "exitPrice": 4842.196,
          "stopDistance": 28.879,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 3257
        },
        {
          "entryTs": 1776668280,
          "entryUtc": "2026-04-20T06:58:00.000Z",
          "exitTs": 1776777300,
          "dir": 1,
          "entryPrice": 4793.895,
          "exitPrice": 4759.713,
          "stopDistance": 34.182,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 1817
        },
        {
          "entryTs": 1776839400,
          "entryUtc": "2026-04-22T06:30:00.000Z",
          "exitTs": 1776868320,
          "dir": 1,
          "entryPrice": 4767.575,
          "exitPrice": 4735.966,
          "stopDistance": 31.609,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 482
        },
        {
          "entryTs": 1776926760,
          "entryUtc": "2026-04-23T06:46:00.000Z",
          "exitTs": 1776939120,
          "dir": 1,
          "entryPrice": 4718.075,
          "exitPrice": 4689.604,
          "stopDistance": 28.471,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 206
        },
        {
          "entryTs": 1777012920,
          "entryUtc": "2026-04-24T06:42:00.000Z",
          "exitTs": 1777028820,
          "dir": -1,
          "entryPrice": 4669.895,
          "exitPrice": 4699.684,
          "stopDistance": 29.789,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 265
        },
        {
          "entryTs": 1777271400,
          "entryUtc": "2026-04-27T06:30:00.000Z",
          "exitTs": 1777352760,
          "dir": -1,
          "entryPrice": 4709.135,
          "exitPrice": 4654.297,
          "stopDistance": 27.419,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 1356
        },
        {
          "entryTs": 1777359120,
          "entryUtc": "2026-04-28T06:52:00.000Z",
          "exitTs": 1777376220,
          "dir": -1,
          "entryPrice": 4623.215,
          "exitPrice": 4579.136,
          "stopDistance": 22.039,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 285
        },
        {
          "entryTs": 1777444500,
          "entryUtc": "2026-04-29T06:35:00.000Z",
          "exitTs": 1777469400,
          "dir": -1,
          "entryPrice": 4581.115,
          "exitPrice": 4532.328,
          "stopDistance": 24.394,
          "outcome": "target",
          "netR": 1.9848,
          "holdMinutes": 415
        },
        {
          "entryTs": 1777530600,
          "entryUtc": "2026-04-30T06:30:00.000Z",
          "exitTs": 1777536300,
          "dir": 1,
          "entryPrice": 4570.845,
          "exitPrice": 4628.807,
          "stopDistance": 28.981,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 95
        }
      ],
      "significance": {
        "tStat": -1.978,
        "pValueOneSided": 0.97604,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "killzone-newyork-breakout",
      "name": "New York killzone opening breakout",
      "family": "Session / killzone",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The other half of the killzone pairing, usually taught on gold specifically.",
      "rule": "Build a 30-minute range from 07:00 New York time, then take the first break of that range with a stop order before 10:00.",
      "rawSignals": 1362,
      "full": {
        "trades": 1217,
        "winRate": {
          "successes": 401,
          "total": 1217,
          "ratePct": 32.9,
          "ci95Pct": [
            30.4,
            35.6
          ]
        },
        "expectancyR": -0.0698,
        "totalR": -84.92,
        "profitFactor": 0.902,
        "avgWinR": 1.941,
        "avgLossR": -1.058,
        "maxDrawdownPct": 79.02,
        "finalEquity": 3790.42,
        "returnPct": -62.1,
        "tStat": -1.724,
        "sdR": 1.412,
        "ambiguousTrades": 1,
        "timeExits": 3,
        "stopExits": 815,
        "targetExits": 398,
        "optimisticExpectancyR": -0.0673,
        "medianHoldMinutes": 142,
        "medianCostShareOfR": 0.0553,
        "longTrades": 655,
        "longExpectancyR": -0.0873,
        "shortTrades": 562,
        "shortExpectancyR": -0.0493,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 143,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 925,
        "winRate": {
          "successes": 284,
          "total": 925,
          "ratePct": 30.7,
          "ci95Pct": [
            27.8,
            33.8
          ]
        },
        "expectancyR": -0.1462,
        "totalR": -135.22,
        "profitFactor": 0.802,
        "avgWinR": 1.932,
        "avgLossR": -1.067,
        "maxDrawdownPct": 79.02,
        "finalEquity": 2365.76,
        "returnPct": -76.34,
        "tStat": -3.209,
        "sdR": 1.385,
        "ambiguousTrades": 1,
        "timeExits": 2,
        "stopExits": 640,
        "targetExits": 282,
        "optimisticExpectancyR": -0.1429,
        "medianHoldMinutes": 127,
        "medianCostShareOfR": 0.0626,
        "longTrades": 504,
        "longExpectancyR": -0.1844,
        "shortTrades": 421,
        "shortExpectancyR": -0.1004,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 96,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 292,
        "winRate": {
          "successes": 117,
          "total": 292,
          "ratePct": 40.1,
          "ci95Pct": [
            34.6,
            45.8
          ]
        },
        "expectancyR": 0.1723,
        "totalR": 50.31,
        "profitFactor": 1.28,
        "avgWinR": 1.965,
        "avgLossR": -1.026,
        "maxDrawdownPct": 18.12,
        "finalEquity": 16022.02,
        "returnPct": 60.22,
        "tStat": 2.002,
        "sdR": 1.471,
        "ambiguousTrades": 0,
        "timeExits": 1,
        "stopExits": 175,
        "targetExits": 116,
        "optimisticExpectancyR": 0.1723,
        "medianHoldMinutes": 258,
        "medianCostShareOfR": 0.0221,
        "longTrades": 151,
        "longExpectancyR": 0.2367,
        "shortTrades": 141,
        "shortExpectancyR": 0.1033,
        "maxConsecutiveLosses": 12,
        "skippedInPosition": 47,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1361,
          "winRatePct": 48.1,
          "expectancyR": -0.1184,
          "profitFactor": 0.79,
          "returnPct": -81.4
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1343,
          "winRatePct": 32.1,
          "expectancyR": -0.12,
          "profitFactor": 0.837,
          "returnPct": -82.54
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1286,
          "winRatePct": 24.1,
          "expectancyR": -0.1222,
          "profitFactor": 0.852,
          "returnPct": -82.79
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1347,
          "winRatePct": 49,
          "expectancyR": -0.0738,
          "profitFactor": 0.863,
          "returnPct": -65.45
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1217,
          "winRatePct": 32.9,
          "expectancyR": -0.0698,
          "profitFactor": 0.902,
          "returnPct": -62.1
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1068,
          "winRatePct": 25.7,
          "expectancyR": -0.0584,
          "profitFactor": 0.926,
          "returnPct": -54.15
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1108,
          "winRatePct": 49.2,
          "expectancyR": -0.0504,
          "profitFactor": 0.904,
          "returnPct": -45.87
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 825,
          "winRatePct": 36.5,
          "expectancyR": 0.0114,
          "profitFactor": 1.018,
          "returnPct": 1.5
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 694,
          "winRatePct": 32,
          "expectancyR": 0.005,
          "profitFactor": 1.007,
          "returnPct": -5.14
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1217,
          "expectancyR": -0.0494,
          "profitFactor": 0.929,
          "returnPct": -51.39
        },
        {
          "spreadUsd": 0.3,
          "trades": 1217,
          "expectancyR": -0.0698,
          "profitFactor": 0.902,
          "returnPct": -62.1
        },
        {
          "spreadUsd": 0.6,
          "trades": 1217,
          "expectancyR": -0.1106,
          "profitFactor": 0.85,
          "returnPct": -76.95
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -6.9
        },
        {
          "month": "2021-02",
          "totalR": -2.9
        },
        {
          "month": "2021-03",
          "totalR": -7.25
        },
        {
          "month": "2021-04",
          "totalR": -1.29
        },
        {
          "month": "2021-05",
          "totalR": -0.89
        },
        {
          "month": "2021-06",
          "totalR": -2.27
        },
        {
          "month": "2021-07",
          "totalR": -8.36
        },
        {
          "month": "2021-08",
          "totalR": -8.5
        },
        {
          "month": "2021-09",
          "totalR": 3.5
        },
        {
          "month": "2021-10",
          "totalR": -0.22
        },
        {
          "month": "2021-11",
          "totalR": 2.9
        },
        {
          "month": "2021-12",
          "totalR": 4.2
        },
        {
          "month": "2022-01",
          "totalR": 2.83
        },
        {
          "month": "2022-02",
          "totalR": 8.81
        },
        {
          "month": "2022-03",
          "totalR": -6.87
        },
        {
          "month": "2022-04",
          "totalR": -8.94
        },
        {
          "month": "2022-05",
          "totalR": -5.27
        },
        {
          "month": "2022-06",
          "totalR": -10.45
        },
        {
          "month": "2022-07",
          "totalR": -3.05
        },
        {
          "month": "2022-08",
          "totalR": -11.64
        },
        {
          "month": "2022-09",
          "totalR": -9.02
        },
        {
          "month": "2022-10",
          "totalR": -9.16
        },
        {
          "month": "2022-11",
          "totalR": 6.79
        },
        {
          "month": "2022-12",
          "totalR": -3.44
        },
        {
          "month": "2023-01",
          "totalR": 5.83
        },
        {
          "month": "2023-02",
          "totalR": -9.06
        },
        {
          "month": "2023-03",
          "totalR": -1.25
        },
        {
          "month": "2023-04",
          "totalR": -1.03
        },
        {
          "month": "2023-05",
          "totalR": 0.57
        },
        {
          "month": "2023-06",
          "totalR": -14.69
        },
        {
          "month": "2023-07",
          "totalR": -7.48
        },
        {
          "month": "2023-08",
          "totalR": -0.13
        },
        {
          "month": "2023-09",
          "totalR": -7.24
        },
        {
          "month": "2023-10",
          "totalR": 8.69
        },
        {
          "month": "2023-11",
          "totalR": -8.53
        },
        {
          "month": "2023-12",
          "totalR": 5.92
        },
        {
          "month": "2024-01",
          "totalR": -11.56
        },
        {
          "month": "2024-02",
          "totalR": 2.2
        },
        {
          "month": "2024-03",
          "totalR": 0.86
        },
        {
          "month": "2024-04",
          "totalR": -3.78
        },
        {
          "month": "2024-05",
          "totalR": -0.84
        },
        {
          "month": "2024-06",
          "totalR": -1.8
        },
        {
          "month": "2024-07",
          "totalR": -2.14
        },
        {
          "month": "2024-08",
          "totalR": -1.99
        },
        {
          "month": "2024-09",
          "totalR": -7.95
        },
        {
          "month": "2024-10",
          "totalR": -6.84
        },
        {
          "month": "2024-11",
          "totalR": -3.66
        },
        {
          "month": "2024-12",
          "totalR": 8.06
        },
        {
          "month": "2025-01",
          "totalR": 3
        },
        {
          "month": "2025-02",
          "totalR": 9.4
        },
        {
          "month": "2025-03",
          "totalR": -3.68
        },
        {
          "month": "2025-04",
          "totalR": 1.58
        },
        {
          "month": "2025-05",
          "totalR": -13.4
        },
        {
          "month": "2025-06",
          "totalR": 3.55
        },
        {
          "month": "2025-07",
          "totalR": 1.21
        },
        {
          "month": "2025-08",
          "totalR": -1.63
        },
        {
          "month": "2025-09",
          "totalR": 13.49
        },
        {
          "month": "2025-10",
          "totalR": 7.72
        },
        {
          "month": "2025-11",
          "totalR": 7.17
        },
        {
          "month": "2025-12",
          "totalR": 3.66
        },
        {
          "month": "2026-01",
          "totalR": 15.73
        },
        {
          "month": "2026-02",
          "totalR": -1.16
        },
        {
          "month": "2026-03",
          "totalR": 2.84
        },
        {
          "month": "2026-04",
          "totalR": 0.82
        }
      ],
      "trades": [
        {
          "entryTs": 1609850580,
          "entryUtc": "2021-01-05T12:43:00.000Z",
          "exitTs": 1609922760,
          "dir": -1,
          "entryPrice": 1947.809,
          "exitPrice": 1955.473,
          "stopDistance": 7.664,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 1203
        },
        {
          "entryTs": 1609936500,
          "entryUtc": "2021-01-06T12:35:00.000Z",
          "exitTs": 1609946760,
          "dir": -1,
          "entryPrice": 1943.665,
          "exitPrice": 1924.958,
          "stopDistance": 9.354,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 171
        },
        {
          "entryTs": 1610023500,
          "entryUtc": "2021-01-07T12:45:00.000Z",
          "exitTs": 1610030640,
          "dir": 1,
          "entryPrice": 1918.588,
          "exitPrice": 1907.231,
          "stopDistance": 11.357,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 119
        },
        {
          "entryTs": 1610109000,
          "entryUtc": "2021-01-08T12:30:00.000Z",
          "exitTs": 1610117100,
          "dir": -1,
          "entryPrice": 1889.625,
          "exitPrice": 1869.75,
          "stopDistance": 9.938,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 135
        },
        {
          "entryTs": 1610369100,
          "entryUtc": "2021-01-11T12:45:00.000Z",
          "exitTs": 1610430840,
          "dir": -1,
          "entryPrice": 1844.091,
          "exitPrice": 1857.941,
          "stopDistance": 13.85,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 1029
        },
        {
          "entryTs": 1610455380,
          "entryUtc": "2021-01-12T12:43:00.000Z",
          "exitTs": 1610457720,
          "dir": 1,
          "entryPrice": 1861.241,
          "exitPrice": 1851.926,
          "stopDistance": 9.315,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 39
        },
        {
          "entryTs": 1610541180,
          "entryUtc": "2021-01-13T12:33:00.000Z",
          "exitTs": 1610571180,
          "dir": 1,
          "entryPrice": 1855.295,
          "exitPrice": 1846.863,
          "stopDistance": 8.432,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 500
        },
        {
          "entryTs": 1610627400,
          "entryUtc": "2021-01-14T12:30:00.000Z",
          "exitTs": 1610634720,
          "dir": -1,
          "entryPrice": 1841.761,
          "exitPrice": 1850.714,
          "stopDistance": 8.953,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 122
        },
        {
          "entryTs": 1610717700,
          "entryUtc": "2021-01-15T13:35:00.000Z",
          "exitTs": 1610718300,
          "dir": 1,
          "entryPrice": 1849.778,
          "exitPrice": 1842.014,
          "stopDistance": 7.764,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 10
        },
        {
          "entryTs": 1610974440,
          "entryUtc": "2021-01-18T12:54:00.000Z",
          "exitTs": 1611124620,
          "dir": 1,
          "entryPrice": 1834.455,
          "exitPrice": 1853.654,
          "stopDistance": 9.6,
          "outcome": "target",
          "netR": 1.9615,
          "holdMinutes": 2503
        },
        {
          "entryTs": 1611146160,
          "entryUtc": "2021-01-20T12:36:00.000Z",
          "exitTs": 1611147420,
          "dir": 1,
          "entryPrice": 1849.545,
          "exitPrice": 1843.5,
          "stopDistance": 6.045,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 21
        },
        {
          "entryTs": 1611232200,
          "entryUtc": "2021-01-21T12:30:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1871.935,
          "exitPrice": 1864.458,
          "stopDistance": 7.477,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 31
        },
        {
          "entryTs": 1611318720,
          "entryUtc": "2021-01-22T12:32:00.000Z",
          "exitTs": 1611328560,
          "dir": -1,
          "entryPrice": 1846.808,
          "exitPrice": 1854.199,
          "stopDistance": 7.391,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 164
        },
        {
          "entryTs": 1611577980,
          "entryUtc": "2021-01-25T12:33:00.000Z",
          "exitTs": 1611586380,
          "dir": 1,
          "entryPrice": 1863.105,
          "exitPrice": 1855.709,
          "stopDistance": 7.396,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 140
        },
        {
          "entryTs": 1611666000,
          "entryUtc": "2021-01-26T13:00:00.000Z",
          "exitTs": 1611689220,
          "dir": 1,
          "entryPrice": 1856.235,
          "exitPrice": 1849.376,
          "stopDistance": 6.859,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 387
        },
        {
          "entryTs": 1611750660,
          "entryUtc": "2021-01-27T12:31:00.000Z",
          "exitTs": 1611758400,
          "dir": 1,
          "entryPrice": 1841.655,
          "exitPrice": 1835.044,
          "stopDistance": 6.611,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 129
        },
        {
          "entryTs": 1611838260,
          "entryUtc": "2021-01-28T12:51:00.000Z",
          "exitTs": 1611841800,
          "dir": 1,
          "entryPrice": 1841.538,
          "exitPrice": 1855.223,
          "stopDistance": 6.843,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 59
        },
        {
          "entryTs": 1611924120,
          "entryUtc": "2021-01-29T12:42:00.000Z",
          "exitTs": 1611931380,
          "dir": 1,
          "entryPrice": 1866.655,
          "exitPrice": 1857.515,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 121
        },
        {
          "entryTs": 1612183500,
          "entryUtc": "2021-02-01T12:45:00.000Z",
          "exitTs": 1612267200,
          "dir": -1,
          "entryPrice": 1863.755,
          "exitPrice": 1841.077,
          "stopDistance": 11.339,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 1395
        },
        {
          "entryTs": 1612271880,
          "entryUtc": "2021-02-02T13:18:00.000Z",
          "exitTs": 1612415280,
          "dir": -1,
          "entryPrice": 1839.015,
          "exitPrice": 1819.669,
          "stopDistance": 9.673,
          "outcome": "target",
          "netR": 1.9617,
          "holdMinutes": 2390
        },
        {
          "entryTs": 1612442340,
          "entryUtc": "2021-02-04T12:39:00.000Z",
          "exitTs": 1612446300,
          "dir": 1,
          "entryPrice": 1815.705,
          "exitPrice": 1808.213,
          "stopDistance": 7.492,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 66
        },
        {
          "entryTs": 1612530120,
          "entryUtc": "2021-02-05T13:02:00.000Z",
          "exitTs": 1612538820,
          "dir": -1,
          "entryPrice": 1800.695,
          "exitPrice": 1808.283,
          "stopDistance": 7.588,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 145
        },
        {
          "entryTs": 1612787460,
          "entryUtc": "2021-02-08T12:31:00.000Z",
          "exitTs": 1612791300,
          "dir": -1,
          "entryPrice": 1819.228,
          "exitPrice": 1826.725,
          "stopDistance": 7.497,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 64
        },
        {
          "entryTs": 1612875960,
          "entryUtc": "2021-02-09T13:06:00.000Z",
          "exitTs": 1612963860,
          "dir": -1,
          "entryPrice": 1841.295,
          "exitPrice": 1848.141,
          "stopDistance": 6.846,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 1465
        },
        {
          "entryTs": 1613046600,
          "entryUtc": "2021-02-11T12:30:00.000Z",
          "exitTs": 1613059380,
          "dir": 1,
          "entryPrice": 1843.405,
          "exitPrice": 1837.093,
          "stopDistance": 6.312,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 213
        },
        {
          "entryTs": 1613135640,
          "entryUtc": "2021-02-12T13:14:00.000Z",
          "exitTs": 1613144940,
          "dir": -1,
          "entryPrice": 1815.325,
          "exitPrice": 1821.644,
          "stopDistance": 6.319,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 155
        },
        {
          "entryTs": 1613397000,
          "entryUtc": "2021-02-15T13:50:00.000Z",
          "exitTs": 1613441520,
          "dir": -1,
          "entryPrice": 1819.245,
          "exitPrice": 1825.98,
          "stopDistance": 6.735,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 742
        },
        {
          "entryTs": 1613479020,
          "entryUtc": "2021-02-16T12:37:00.000Z",
          "exitTs": 1613482260,
          "dir": -1,
          "entryPrice": 1815.165,
          "exitPrice": 1802.28,
          "stopDistance": 6.442,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 54
        },
        {
          "entryTs": 1613565300,
          "entryUtc": "2021-02-17T12:35:00.000Z",
          "exitTs": 1613568000,
          "dir": 1,
          "entryPrice": 1791.662,
          "exitPrice": 1783.634,
          "stopDistance": 8.028,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 45
        },
        {
          "entryTs": 1613652540,
          "entryUtc": "2021-02-18T12:49:00.000Z",
          "exitTs": 1613659500,
          "dir": 1,
          "entryPrice": 1784.435,
          "exitPrice": 1776.912,
          "stopDistance": 7.523,
          "outcome": "stop",
          "netR": -1.0558,
          "holdMinutes": 116
        },
        {
          "entryTs": 1613737860,
          "entryUtc": "2021-02-19T12:31:00.000Z",
          "exitTs": 1613746080,
          "dir": 1,
          "entryPrice": 1772.915,
          "exitPrice": 1788.83,
          "stopDistance": 7.958,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 137
        },
        {
          "entryTs": 1613997600,
          "entryUtc": "2021-02-22T12:40:00.000Z",
          "exitTs": 1614000240,
          "dir": -1,
          "entryPrice": 1793.708,
          "exitPrice": 1801.421,
          "stopDistance": 7.713,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 44
        },
        {
          "entryTs": 1614085020,
          "entryUtc": "2021-02-23T12:57:00.000Z",
          "exitTs": 1614174360,
          "dir": -1,
          "entryPrice": 1808.705,
          "exitPrice": 1794.203,
          "stopDistance": 7.251,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 1489
        },
        {
          "entryTs": 1614256320,
          "entryUtc": "2021-02-25T12:32:00.000Z",
          "exitTs": 1614259800,
          "dir": 1,
          "entryPrice": 1789.705,
          "exitPrice": 1780.242,
          "stopDistance": 9.463,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 58
        },
        {
          "entryTs": 1614343080,
          "entryUtc": "2021-02-26T12:38:00.000Z",
          "exitTs": 1614350880,
          "dir": 1,
          "entryPrice": 1762.105,
          "exitPrice": 1751.304,
          "stopDistance": 10.801,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 130
        },
        {
          "entryTs": 1614601800,
          "entryUtc": "2021-03-01T12:30:00.000Z",
          "exitTs": 1614622080,
          "dir": -1,
          "entryPrice": 1743.185,
          "exitPrice": 1723.613,
          "stopDistance": 9.786,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 338
        },
        {
          "entryTs": 1614688260,
          "entryUtc": "2021-03-02T12:31:00.000Z",
          "exitTs": 1614776580,
          "dir": 1,
          "entryPrice": 1729.846,
          "exitPrice": 1719.408,
          "stopDistance": 10.438,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 1472
        },
        {
          "entryTs": 1614861960,
          "entryUtc": "2021-03-04T12:46:00.000Z",
          "exitTs": 1614871080,
          "dir": 1,
          "entryPrice": 1720.084,
          "exitPrice": 1710.534,
          "stopDistance": 9.55,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 152
        },
        {
          "entryTs": 1614948900,
          "entryUtc": "2021-03-05T12:55:00.000Z",
          "exitTs": 1614951060,
          "dir": 1,
          "entryPrice": 1697.995,
          "exitPrice": 1689.035,
          "stopDistance": 8.96,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 36
        },
        {
          "entryTs": 1615207020,
          "entryUtc": "2021-03-08T12:37:00.000Z",
          "exitTs": 1615218180,
          "dir": 1,
          "entryPrice": 1690.185,
          "exitPrice": 1680.494,
          "stopDistance": 9.691,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 186
        },
        {
          "entryTs": 1615294560,
          "entryUtc": "2021-03-09T12:56:00.000Z",
          "exitTs": 1615297680,
          "dir": -1,
          "entryPrice": 1703.495,
          "exitPrice": 1712.24,
          "stopDistance": 8.745,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 52
        },
        {
          "entryTs": 1615381320,
          "entryUtc": "2021-03-10T13:02:00.000Z",
          "exitTs": 1615412940,
          "dir": 1,
          "entryPrice": 1713.548,
          "exitPrice": 1726.336,
          "stopDistance": 6.394,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 527
        },
        {
          "entryTs": 1615466760,
          "entryUtc": "2021-03-11T12:46:00.000Z",
          "exitTs": 1615472520,
          "dir": 1,
          "entryPrice": 1733.588,
          "exitPrice": 1726.741,
          "stopDistance": 6.847,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 96
        },
        {
          "entryTs": 1615553580,
          "entryUtc": "2021-03-12T12:53:00.000Z",
          "exitTs": 1615571280,
          "dir": 1,
          "entryPrice": 1706.288,
          "exitPrice": 1721.204,
          "stopDistance": 7.458,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 295
        },
        {
          "entryTs": 1615810800,
          "entryUtc": "2021-03-15T12:20:00.000Z",
          "exitTs": 1615819560,
          "dir": 1,
          "entryPrice": 1732.148,
          "exitPrice": 1725.004,
          "stopDistance": 7.144,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 146
        },
        {
          "entryTs": 1615894440,
          "entryUtc": "2021-03-16T11:34:00.000Z",
          "exitTs": 1615904940,
          "dir": -1,
          "entryPrice": 1733.649,
          "exitPrice": 1739.535,
          "stopDistance": 5.886,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 175
        },
        {
          "entryTs": 1615980600,
          "entryUtc": "2021-03-17T11:30:00.000Z",
          "exitTs": 1615990980,
          "dir": -1,
          "entryPrice": 1727.835,
          "exitPrice": 1732.833,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 173
        },
        {
          "entryTs": 1616067000,
          "entryUtc": "2021-03-18T11:30:00.000Z",
          "exitTs": 1616135100,
          "dir": -1,
          "entryPrice": 1732.258,
          "exitPrice": 1740.734,
          "stopDistance": 8.476,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1135
        },
        {
          "entryTs": 1616153400,
          "entryUtc": "2021-03-19T11:30:00.000Z",
          "exitTs": 1616393820,
          "dir": 1,
          "entryPrice": 1738.935,
          "exitPrice": 1731.01,
          "stopDistance": 7.925,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 4007
        },
        {
          "entryTs": 1616412600,
          "entryUtc": "2021-03-22T11:30:00.000Z",
          "exitTs": 1616419320,
          "dir": 1,
          "entryPrice": 1737.588,
          "exitPrice": 1730.528,
          "stopDistance": 7.06,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 112
        },
        {
          "entryTs": 1616499000,
          "entryUtc": "2021-03-23T11:30:00.000Z",
          "exitTs": 1616507880,
          "dir": -1,
          "entryPrice": 1739.054,
          "exitPrice": 1728.306,
          "stopDistance": 5.374,
          "outcome": "target",
          "netR": 1.9312,
          "holdMinutes": 148
        },
        {
          "entryTs": 1616585820,
          "entryUtc": "2021-03-24T11:37:00.000Z",
          "exitTs": 1616601780,
          "dir": -1,
          "entryPrice": 1729.315,
          "exitPrice": 1734.842,
          "stopDistance": 5.527,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 266
        },
        {
          "entryTs": 1616671980,
          "entryUtc": "2021-03-25T11:33:00.000Z",
          "exitTs": 1616678520,
          "dir": -1,
          "entryPrice": 1731.265,
          "exitPrice": 1735.729,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 109
        },
        {
          "entryTs": 1616758200,
          "entryUtc": "2021-03-26T11:30:00.000Z",
          "exitTs": 1616762100,
          "dir": -1,
          "entryPrice": 1721.675,
          "exitPrice": 1727.677,
          "stopDistance": 6.002,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 65
        },
        {
          "entryTs": 1617018960,
          "entryUtc": "2021-03-29T11:56:00.000Z",
          "exitTs": 1617025020,
          "dir": -1,
          "entryPrice": 1725.398,
          "exitPrice": 1715.524,
          "stopDistance": 4.937,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 101
        },
        {
          "entryTs": 1617104220,
          "entryUtc": "2021-03-30T11:37:00.000Z",
          "exitTs": 1617198720,
          "dir": -1,
          "entryPrice": 1688.285,
          "exitPrice": 1694.807,
          "stopDistance": 6.522,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 1575
        },
        {
          "entryTs": 1617277500,
          "entryUtc": "2021-04-01T11:45:00.000Z",
          "exitTs": 1617285060,
          "dir": 1,
          "entryPrice": 1714.325,
          "exitPrice": 1726.871,
          "stopDistance": 6.273,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 126
        },
        {
          "entryTs": 1617709080,
          "entryUtc": "2021-04-06T11:38:00.000Z",
          "exitTs": 1617867420,
          "dir": 1,
          "entryPrice": 1735.158,
          "exitPrice": 1747.397,
          "stopDistance": 6.12,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 2639
        },
        {
          "entryTs": 1617881400,
          "entryUtc": "2021-04-08T11:30:00.000Z",
          "exitTs": 1617963000,
          "dir": 1,
          "entryPrice": 1749.068,
          "exitPrice": 1743.849,
          "stopDistance": 5.219,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 1360
        },
        {
          "entryTs": 1617967980,
          "entryUtc": "2021-04-09T11:33:00.000Z",
          "exitTs": 1617969600,
          "dir": 1,
          "entryPrice": 1748.818,
          "exitPrice": 1744.013,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 27
        },
        {
          "entryTs": 1618227000,
          "entryUtc": "2021-04-12T11:30:00.000Z",
          "exitTs": 1618232340,
          "dir": 1,
          "entryPrice": 1743.895,
          "exitPrice": 1738.832,
          "stopDistance": 5.063,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 89
        },
        {
          "entryTs": 1618315380,
          "entryUtc": "2021-04-13T12:03:00.000Z",
          "exitTs": 1618317900,
          "dir": 1,
          "entryPrice": 1730.178,
          "exitPrice": 1741.578,
          "stopDistance": 5.7,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 42
        },
        {
          "entryTs": 1618400220,
          "entryUtc": "2021-04-14T11:37:00.000Z",
          "exitTs": 1618406220,
          "dir": 1,
          "entryPrice": 1743.738,
          "exitPrice": 1738.027,
          "stopDistance": 5.711,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 100
        },
        {
          "entryTs": 1618486620,
          "entryUtc": "2021-04-15T11:37:00.000Z",
          "exitTs": 1618488900,
          "dir": -1,
          "entryPrice": 1745.938,
          "exitPrice": 1750.818,
          "stopDistance": 4.88,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 38
        },
        {
          "entryTs": 1618573860,
          "entryUtc": "2021-04-16T11:51:00.000Z",
          "exitTs": 1618580040,
          "dir": 1,
          "entryPrice": 1778.828,
          "exitPrice": 1772.749,
          "stopDistance": 6.079,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 103
        },
        {
          "entryTs": 1618831920,
          "entryUtc": "2021-04-19T11:32:00.000Z",
          "exitTs": 1618838280,
          "dir": -1,
          "entryPrice": 1782.468,
          "exitPrice": 1769.239,
          "stopDistance": 6.615,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 106
        },
        {
          "entryTs": 1618919340,
          "entryUtc": "2021-04-20T11:49:00.000Z",
          "exitTs": 1618921920,
          "dir": 1,
          "entryPrice": 1775.075,
          "exitPrice": 1768.001,
          "stopDistance": 7.074,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 43
        },
        {
          "entryTs": 1619004840,
          "entryUtc": "2021-04-21T11:34:00.000Z",
          "exitTs": 1619013180,
          "dir": 1,
          "entryPrice": 1782.965,
          "exitPrice": 1795.338,
          "stopDistance": 6.187,
          "outcome": "target",
          "netR": 1.9402,
          "holdMinutes": 139
        },
        {
          "entryTs": 1619092020,
          "entryUtc": "2021-04-22T11:47:00.000Z",
          "exitTs": 1619093640,
          "dir": 1,
          "entryPrice": 1788.298,
          "exitPrice": 1782.362,
          "stopDistance": 5.935,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 27
        },
        {
          "entryTs": 1619177400,
          "entryUtc": "2021-04-23T11:30:00.000Z",
          "exitTs": 1619185920,
          "dir": 1,
          "entryPrice": 1788.068,
          "exitPrice": 1782.657,
          "stopDistance": 5.411,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 142
        },
        {
          "entryTs": 1619437440,
          "entryUtc": "2021-04-26T11:44:00.000Z",
          "exitTs": 1619465460,
          "dir": -1,
          "entryPrice": 1775.665,
          "exitPrice": 1781.061,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 467
        },
        {
          "entryTs": 1619523420,
          "entryUtc": "2021-04-27T11:37:00.000Z",
          "exitTs": 1619570280,
          "dir": -1,
          "entryPrice": 1781.065,
          "exitPrice": 1770.578,
          "stopDistance": 5.244,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 781
        },
        {
          "entryTs": 1619609700,
          "entryUtc": "2021-04-28T11:35:00.000Z",
          "exitTs": 1619613000,
          "dir": 1,
          "entryPrice": 1767.568,
          "exitPrice": 1762.515,
          "stopDistance": 5.053,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 55
        },
        {
          "entryTs": 1619697960,
          "entryUtc": "2021-04-29T12:06:00.000Z",
          "exitTs": 1619702100,
          "dir": 1,
          "entryPrice": 1777.298,
          "exitPrice": 1771.585,
          "stopDistance": 5.713,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 69
        },
        {
          "entryTs": 1619783520,
          "entryUtc": "2021-04-30T11:52:00.000Z",
          "exitTs": 1620086400,
          "dir": -1,
          "entryPrice": 1769.158,
          "exitPrice": 1775.262,
          "stopDistance": 6.104,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 5048
        },
        {
          "entryTs": 1620127800,
          "entryUtc": "2021-05-04T11:30:00.000Z",
          "exitTs": 1620132900,
          "dir": -1,
          "entryPrice": 1782.605,
          "exitPrice": 1788.863,
          "stopDistance": 6.258,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 85
        },
        {
          "entryTs": 1620214200,
          "entryUtc": "2021-05-05T11:30:00.000Z",
          "exitTs": 1620217680,
          "dir": 1,
          "entryPrice": 1779.088,
          "exitPrice": 1773.212,
          "stopDistance": 5.876,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 58
        },
        {
          "entryTs": 1620301200,
          "entryUtc": "2021-05-06T11:40:00.000Z",
          "exitTs": 1620308220,
          "dir": 1,
          "entryPrice": 1793.175,
          "exitPrice": 1804.035,
          "stopDistance": 5.43,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 117
        },
        {
          "entryTs": 1620387360,
          "entryUtc": "2021-05-07T11:36:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1819.018,
          "exitPrice": 1824.306,
          "stopDistance": 5.288,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 54
        },
        {
          "entryTs": 1620646200,
          "entryUtc": "2021-05-10T11:30:00.000Z",
          "exitTs": 1620651780,
          "dir": -1,
          "entryPrice": 1837.328,
          "exitPrice": 1843.848,
          "stopDistance": 6.52,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 93
        },
        {
          "entryTs": 1620734040,
          "entryUtc": "2021-05-11T11:54:00.000Z",
          "exitTs": 1620737880,
          "dir": -1,
          "entryPrice": 1839.165,
          "exitPrice": 1827.672,
          "stopDistance": 5.746,
          "outcome": "target",
          "netR": 1.9356,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620819480,
          "entryUtc": "2021-05-12T11:38:00.000Z",
          "exitTs": 1620822660,
          "dir": -1,
          "entryPrice": 1832.908,
          "exitPrice": 1821.732,
          "stopDistance": 5.588,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 53
        },
        {
          "entryTs": 1620905520,
          "entryUtc": "2021-05-13T11:32:00.000Z",
          "exitTs": 1620973620,
          "dir": 1,
          "entryPrice": 1815.265,
          "exitPrice": 1830.6,
          "stopDistance": 7.668,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 1135
        },
        {
          "entryTs": 1620994320,
          "entryUtc": "2021-05-14T12:12:00.000Z",
          "exitTs": 1621214400,
          "dir": 1,
          "entryPrice": 1837.258,
          "exitPrice": 1850.064,
          "stopDistance": 6.403,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 3668
        },
        {
          "entryTs": 1621252320,
          "entryUtc": "2021-05-17T11:52:00.000Z",
          "exitTs": 1621258620,
          "dir": -1,
          "entryPrice": 1847.015,
          "exitPrice": 1852.597,
          "stopDistance": 5.582,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 105
        },
        {
          "entryTs": 1621338420,
          "entryUtc": "2021-05-18T11:47:00.000Z",
          "exitTs": 1621346280,
          "dir": 1,
          "entryPrice": 1869.045,
          "exitPrice": 1863.859,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 131
        },
        {
          "entryTs": 1621424040,
          "entryUtc": "2021-05-19T11:34:00.000Z",
          "exitTs": 1621426020,
          "dir": -1,
          "entryPrice": 1853.208,
          "exitPrice": 1859.843,
          "stopDistance": 6.635,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 33
        },
        {
          "entryTs": 1621510320,
          "entryUtc": "2021-05-20T11:32:00.000Z",
          "exitTs": 1621870320,
          "dir": 1,
          "entryPrice": 1872.407,
          "exitPrice": 1883.258,
          "stopDistance": 8.824,
          "outcome": "time",
          "netR": 1.1877,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1621942980,
          "entryUtc": "2021-05-25T11:43:00.000Z",
          "exitTs": 1621951380,
          "dir": -1,
          "entryPrice": 1881.408,
          "exitPrice": 1887.693,
          "stopDistance": 6.285,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 140
        },
        {
          "entryTs": 1622028660,
          "entryUtc": "2021-05-26T11:31:00.000Z",
          "exitTs": 1622032200,
          "dir": -1,
          "entryPrice": 1905.485,
          "exitPrice": 1911.531,
          "stopDistance": 6.046,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 59
        },
        {
          "entryTs": 1622115000,
          "entryUtc": "2021-05-27T11:30:00.000Z",
          "exitTs": 1622208660,
          "dir": -1,
          "entryPrice": 1893.168,
          "exitPrice": 1899.2,
          "stopDistance": 6.032,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 1561
        },
        {
          "entryTs": 1622461860,
          "entryUtc": "2021-05-31T11:51:00.000Z",
          "exitTs": 1622528280,
          "dir": 1,
          "entryPrice": 1904.888,
          "exitPrice": 1915.002,
          "stopDistance": 5.057,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 1107
        },
        {
          "entryTs": 1622547420,
          "entryUtc": "2021-06-01T11:37:00.000Z",
          "exitTs": 1622555520,
          "dir": 1,
          "entryPrice": 1907.838,
          "exitPrice": 1902.296,
          "stopDistance": 5.542,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 135
        },
        {
          "entryTs": 1622633760,
          "entryUtc": "2021-06-02T11:36:00.000Z",
          "exitTs": 1622641200,
          "dir": 1,
          "entryPrice": 1896.605,
          "exitPrice": 1907.461,
          "stopDistance": 5.428,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 124
        },
        {
          "entryTs": 1622806200,
          "entryUtc": "2021-06-04T11:30:00.000Z",
          "exitTs": 1622813520,
          "dir": 1,
          "entryPrice": 1872.155,
          "exitPrice": 1888.463,
          "stopDistance": 8.154,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 122
        },
        {
          "entryTs": 1623065400,
          "entryUtc": "2021-06-07T11:30:00.000Z",
          "exitTs": 1623088860,
          "dir": 1,
          "entryPrice": 1886.958,
          "exitPrice": 1898.166,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 391
        },
        {
          "entryTs": 1623152520,
          "entryUtc": "2021-06-08T11:42:00.000Z",
          "exitTs": 1623156540,
          "dir": 1,
          "entryPrice": 1896.248,
          "exitPrice": 1891.187,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 67
        },
        {
          "entryTs": 1623241440,
          "entryUtc": "2021-06-09T12:24:00.000Z",
          "exitTs": 1623283920,
          "dir": 1,
          "entryPrice": 1892.378,
          "exitPrice": 1887.17,
          "stopDistance": 5.208,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 708
        },
        {
          "entryTs": 1623326040,
          "entryUtc": "2021-06-10T11:54:00.000Z",
          "exitTs": 1623328440,
          "dir": -1,
          "entryPrice": 1877.228,
          "exitPrice": 1882.829,
          "stopDistance": 5.601,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 40
        },
        {
          "entryTs": 1623413040,
          "entryUtc": "2021-06-11T12:04:00.000Z",
          "exitTs": 1623414540,
          "dir": 1,
          "entryPrice": 1891.315,
          "exitPrice": 1885.487,
          "stopDistance": 5.828,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 25
        },
        {
          "entryTs": 1623672060,
          "entryUtc": "2021-06-14T12:01:00.000Z",
          "exitTs": 1623678120,
          "dir": -1,
          "entryPrice": 1853.328,
          "exitPrice": 1859.987,
          "stopDistance": 6.659,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 101
        },
        {
          "entryTs": 1623756720,
          "entryUtc": "2021-06-15T11:32:00.000Z",
          "exitTs": 1623866400,
          "dir": -1,
          "entryPrice": 1862.945,
          "exitPrice": 1851.33,
          "stopDistance": 5.807,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 1828
        },
        {
          "entryTs": 1623929700,
          "entryUtc": "2021-06-17T11:35:00.000Z",
          "exitTs": 1623932640,
          "dir": -1,
          "entryPrice": 1797.051,
          "exitPrice": 1776.067,
          "stopDistance": 10.492,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 49
        },
        {
          "entryTs": 1624016700,
          "entryUtc": "2021-06-18T11:45:00.000Z",
          "exitTs": 1624018800,
          "dir": 1,
          "entryPrice": 1793.498,
          "exitPrice": 1784.358,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 35
        },
        {
          "entryTs": 1624277040,
          "entryUtc": "2021-06-21T12:04:00.000Z",
          "exitTs": 1624455480,
          "dir": -1,
          "entryPrice": 1781.898,
          "exitPrice": 1790.034,
          "stopDistance": 8.136,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 2974
        },
        {
          "entryTs": 1624534920,
          "entryUtc": "2021-06-24T11:42:00.000Z",
          "exitTs": 1624546080,
          "dir": 1,
          "entryPrice": 1784.958,
          "exitPrice": 1779.01,
          "stopDistance": 5.948,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 186
        },
        {
          "entryTs": 1624620600,
          "entryUtc": "2021-06-25T11:30:00.000Z",
          "exitTs": 1624633380,
          "dir": 1,
          "entryPrice": 1784.928,
          "exitPrice": 1779.901,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 213
        },
        {
          "entryTs": 1624879860,
          "entryUtc": "2021-06-28T11:31:00.000Z",
          "exitTs": 1624887420,
          "dir": -1,
          "entryPrice": 1775.718,
          "exitPrice": 1781.931,
          "stopDistance": 6.213,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 126
        },
        {
          "entryTs": 1624966380,
          "entryUtc": "2021-06-29T11:33:00.000Z",
          "exitTs": 1624970520,
          "dir": 1,
          "entryPrice": 1769.448,
          "exitPrice": 1764.043,
          "stopDistance": 5.405,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 69
        },
        {
          "entryTs": 1625053500,
          "entryUtc": "2021-06-30T11:45:00.000Z",
          "exitTs": 1625059080,
          "dir": 1,
          "entryPrice": 1761.108,
          "exitPrice": 1754.912,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 93
        },
        {
          "entryTs": 1625139000,
          "entryUtc": "2021-07-01T11:30:00.000Z",
          "exitTs": 1625144580,
          "dir": -1,
          "entryPrice": 1775.598,
          "exitPrice": 1781.248,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 93
        },
        {
          "entryTs": 1625226480,
          "entryUtc": "2021-07-02T11:48:00.000Z",
          "exitTs": 1625228520,
          "dir": 1,
          "entryPrice": 1787.958,
          "exitPrice": 1782.466,
          "stopDistance": 5.492,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 34
        },
        {
          "entryTs": 1625484840,
          "entryUtc": "2021-07-05T11:34:00.000Z",
          "exitTs": 1625537280,
          "dir": -1,
          "entryPrice": 1790.798,
          "exitPrice": 1796.779,
          "stopDistance": 5.981,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 874
        },
        {
          "entryTs": 1625571060,
          "entryUtc": "2021-07-06T11:31:00.000Z",
          "exitTs": 1625583780,
          "dir": 1,
          "entryPrice": 1808.058,
          "exitPrice": 1802.818,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 212
        },
        {
          "entryTs": 1625658300,
          "entryUtc": "2021-07-07T11:45:00.000Z",
          "exitTs": 1625733060,
          "dir": -1,
          "entryPrice": 1806.478,
          "exitPrice": 1812.467,
          "stopDistance": 5.989,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 1246
        },
        {
          "entryTs": 1625745660,
          "entryUtc": "2021-07-08T12:01:00.000Z",
          "exitTs": 1625757300,
          "dir": -1,
          "entryPrice": 1812.668,
          "exitPrice": 1796.945,
          "stopDistance": 7.862,
          "outcome": "target",
          "netR": 1.9529,
          "holdMinutes": 194
        },
        {
          "entryTs": 1625831100,
          "entryUtc": "2021-07-09T11:45:00.000Z",
          "exitTs": 1625839260,
          "dir": -1,
          "entryPrice": 1798.458,
          "exitPrice": 1805.466,
          "stopDistance": 7.008,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 136
        },
        {
          "entryTs": 1626090060,
          "entryUtc": "2021-07-12T11:41:00.000Z",
          "exitTs": 1626095400,
          "dir": -1,
          "entryPrice": 1798.848,
          "exitPrice": 1804.61,
          "stopDistance": 5.762,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 89
        },
        {
          "entryTs": 1626176100,
          "entryUtc": "2021-07-13T11:35:00.000Z",
          "exitTs": 1626177840,
          "dir": -1,
          "entryPrice": 1806.968,
          "exitPrice": 1812.238,
          "stopDistance": 5.27,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 29
        },
        {
          "entryTs": 1626262560,
          "entryUtc": "2021-07-14T11:36:00.000Z",
          "exitTs": 1626265980,
          "dir": 1,
          "entryPrice": 1817.408,
          "exitPrice": 1828.428,
          "stopDistance": 5.51,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 57
        },
        {
          "entryTs": 1626351660,
          "entryUtc": "2021-07-15T12:21:00.000Z",
          "exitTs": 1626358260,
          "dir": 1,
          "entryPrice": 1826.578,
          "exitPrice": 1820.886,
          "stopDistance": 5.692,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 110
        },
        {
          "entryTs": 1626437700,
          "entryUtc": "2021-07-16T12:15:00.000Z",
          "exitTs": 1626445200,
          "dir": 1,
          "entryPrice": 1820.158,
          "exitPrice": 1814.827,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 125
        },
        {
          "entryTs": 1626694380,
          "entryUtc": "2021-07-19T11:33:00.000Z",
          "exitTs": 1626695760,
          "dir": 1,
          "entryPrice": 1806.248,
          "exitPrice": 1800.489,
          "stopDistance": 5.759,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 23
        },
        {
          "entryTs": 1626781320,
          "entryUtc": "2021-07-20T11:42:00.000Z",
          "exitTs": 1626792240,
          "dir": 1,
          "entryPrice": 1817.925,
          "exitPrice": 1812.374,
          "stopDistance": 5.551,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 182
        },
        {
          "entryTs": 1626867360,
          "entryUtc": "2021-07-21T11:36:00.000Z",
          "exitTs": 1626967740,
          "dir": -1,
          "entryPrice": 1800.808,
          "exitPrice": 1807.062,
          "stopDistance": 6.254,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 1673
        },
        {
          "entryTs": 1627039860,
          "entryUtc": "2021-07-23T11:31:00.000Z",
          "exitTs": 1627043760,
          "dir": -1,
          "entryPrice": 1794.278,
          "exitPrice": 1799.904,
          "stopDistance": 5.626,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 65
        },
        {
          "entryTs": 1627301280,
          "entryUtc": "2021-07-26T12:08:00.000Z",
          "exitTs": 1627323660,
          "dir": -1,
          "entryPrice": 1807.128,
          "exitPrice": 1796.594,
          "stopDistance": 5.267,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 373
        },
        {
          "entryTs": 1627385700,
          "entryUtc": "2021-07-27T11:35:00.000Z",
          "exitTs": 1627501500,
          "dir": 1,
          "entryPrice": 1797.248,
          "exitPrice": 1807.49,
          "stopDistance": 5.121,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 1930
        },
        {
          "entryTs": 1627558200,
          "entryUtc": "2021-07-29T11:30:00.000Z",
          "exitTs": 1627649700,
          "dir": 1,
          "entryPrice": 1827.458,
          "exitPrice": 1821.78,
          "stopDistance": 5.678,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 1525
        },
        {
          "entryTs": 1627904040,
          "entryUtc": "2021-08-02T11:34:00.000Z",
          "exitTs": 1627913520,
          "dir": -1,
          "entryPrice": 1807.618,
          "exitPrice": 1812.893,
          "stopDistance": 5.275,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 158
        },
        {
          "entryTs": 1627990380,
          "entryUtc": "2021-08-03T11:33:00.000Z",
          "exitTs": 1628078520,
          "dir": 1,
          "entryPrice": 1810.848,
          "exitPrice": 1819.699,
          "stopDistance": 4.425,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 1469
        },
        {
          "entryTs": 1628163000,
          "entryUtc": "2021-08-05T11:30:00.000Z",
          "exitTs": 1628166240,
          "dir": 1,
          "entryPrice": 1814.308,
          "exitPrice": 1809.502,
          "stopDistance": 4.806,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 54
        },
        {
          "entryTs": 1628249520,
          "entryUtc": "2021-08-06T11:32:00.000Z",
          "exitTs": 1628253000,
          "dir": 1,
          "entryPrice": 1798.038,
          "exitPrice": 1793.779,
          "stopDistance": 4.259,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 58
        },
        {
          "entryTs": 1628508600,
          "entryUtc": "2021-08-09T11:30:00.000Z",
          "exitTs": 1628521080,
          "dir": 1,
          "entryPrice": 1746.548,
          "exitPrice": 1730.759,
          "stopDistance": 15.789,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 208
        },
        {
          "entryTs": 1628595060,
          "entryUtc": "2021-08-10T11:31:00.000Z",
          "exitTs": 1628679240,
          "dir": -1,
          "entryPrice": 1728.638,
          "exitPrice": 1736.683,
          "stopDistance": 8.045,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 1403
        },
        {
          "entryTs": 1628681460,
          "entryUtc": "2021-08-11T11:31:00.000Z",
          "exitTs": 1628685000,
          "dir": -1,
          "entryPrice": 1736.588,
          "exitPrice": 1742.559,
          "stopDistance": 5.971,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 59
        },
        {
          "entryTs": 1628768040,
          "entryUtc": "2021-08-12T11:34:00.000Z",
          "exitTs": 1628771160,
          "dir": 1,
          "entryPrice": 1751.768,
          "exitPrice": 1746.356,
          "stopDistance": 5.412,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 52
        },
        {
          "entryTs": 1628854380,
          "entryUtc": "2021-08-13T11:33:00.000Z",
          "exitTs": 1628863500,
          "dir": 1,
          "entryPrice": 1759.997,
          "exitPrice": 1769.255,
          "stopDistance": 4.629,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 152
        },
        {
          "entryTs": 1629113580,
          "entryUtc": "2021-08-16T11:33:00.000Z",
          "exitTs": 1629117180,
          "dir": -1,
          "entryPrice": 1772.138,
          "exitPrice": 1776.956,
          "stopDistance": 4.818,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 60
        },
        {
          "entryTs": 1629199800,
          "entryUtc": "2021-08-17T11:30:00.000Z",
          "exitTs": 1629209520,
          "dir": -1,
          "entryPrice": 1793.347,
          "exitPrice": 1784.047,
          "stopDistance": 4.65,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 162
        },
        {
          "entryTs": 1629287700,
          "entryUtc": "2021-08-18T11:55:00.000Z",
          "exitTs": 1629296880,
          "dir": 1,
          "entryPrice": 1785.798,
          "exitPrice": 1781.14,
          "stopDistance": 4.658,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 153
        },
        {
          "entryTs": 1629373020,
          "entryUtc": "2021-08-19T11:37:00.000Z",
          "exitTs": 1629721860,
          "dir": -1,
          "entryPrice": 1787.818,
          "exitPrice": 1794.125,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 5814
        },
        {
          "entryTs": 1629805440,
          "entryUtc": "2021-08-24T11:44:00.000Z",
          "exitTs": 1629808920,
          "dir": -1,
          "entryPrice": 1804.152,
          "exitPrice": 1808.444,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 58
        },
        {
          "entryTs": 1629891480,
          "entryUtc": "2021-08-25T11:38:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1794.308,
          "exitPrice": 1789.437,
          "stopDistance": 4.871,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 122
        },
        {
          "entryTs": 1629978480,
          "entryUtc": "2021-08-26T11:48:00.000Z",
          "exitTs": 1629981360,
          "dir": 1,
          "entryPrice": 1790.055,
          "exitPrice": 1785.376,
          "stopDistance": 4.679,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 48
        },
        {
          "entryTs": 1630063800,
          "entryUtc": "2021-08-27T11:30:00.000Z",
          "exitTs": 1630071000,
          "dir": 1,
          "entryPrice": 1794.855,
          "exitPrice": 1789.847,
          "stopDistance": 5.008,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 120
        },
        {
          "entryTs": 1630323120,
          "entryUtc": "2021-08-30T11:32:00.000Z",
          "exitTs": 1630332000,
          "dir": 1,
          "entryPrice": 1817.218,
          "exitPrice": 1811.774,
          "stopDistance": 5.444,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 148
        },
        {
          "entryTs": 1630412460,
          "entryUtc": "2021-08-31T12:21:00.000Z",
          "exitTs": 1630415220,
          "dir": -1,
          "entryPrice": 1811.895,
          "exitPrice": 1803.294,
          "stopDistance": 4.3,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 46
        },
        {
          "entryTs": 1630495800,
          "entryUtc": "2021-09-01T11:30:00.000Z",
          "exitTs": 1630500120,
          "dir": -1,
          "entryPrice": 1812.665,
          "exitPrice": 1817.502,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 72
        },
        {
          "entryTs": 1630583040,
          "entryUtc": "2021-09-02T11:44:00.000Z",
          "exitTs": 1630585920,
          "dir": 1,
          "entryPrice": 1815.425,
          "exitPrice": 1811.432,
          "stopDistance": 3.993,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 48
        },
        {
          "entryTs": 1630668840,
          "entryUtc": "2021-09-03T11:34:00.000Z",
          "exitTs": 1630672200,
          "dir": 1,
          "entryPrice": 1815.247,
          "exitPrice": 1822.353,
          "stopDistance": 3.553,
          "outcome": "target",
          "netR": 1.8959,
          "holdMinutes": 56
        },
        {
          "entryTs": 1630930800,
          "entryUtc": "2021-09-06T12:20:00.000Z",
          "exitTs": 1630976520,
          "dir": -1,
          "entryPrice": 1822.858,
          "exitPrice": 1826.827,
          "stopDistance": 3.969,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 762
        },
        {
          "entryTs": 1631015940,
          "entryUtc": "2021-09-07T11:59:00.000Z",
          "exitTs": 1631023320,
          "dir": 1,
          "entryPrice": 1811.148,
          "exitPrice": 1806.798,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 123
        },
        {
          "entryTs": 1631101560,
          "entryUtc": "2021-09-08T11:46:00.000Z",
          "exitTs": 1631108760,
          "dir": -1,
          "entryPrice": 1797.524,
          "exitPrice": 1788.241,
          "stopDistance": 4.642,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 120
        },
        {
          "entryTs": 1631187120,
          "entryUtc": "2021-09-09T11:32:00.000Z",
          "exitTs": 1631190840,
          "dir": 1,
          "entryPrice": 1799.644,
          "exitPrice": 1795.105,
          "stopDistance": 4.539,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 62
        },
        {
          "entryTs": 1631273700,
          "entryUtc": "2021-09-10T11:35:00.000Z",
          "exitTs": 1631280840,
          "dir": 1,
          "entryPrice": 1796.767,
          "exitPrice": 1790.623,
          "stopDistance": 6.144,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 119
        },
        {
          "entryTs": 1631532720,
          "entryUtc": "2021-09-13T11:32:00.000Z",
          "exitTs": 1631620320,
          "dir": 1,
          "entryPrice": 1789.434,
          "exitPrice": 1784.259,
          "stopDistance": 5.175,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 1460
        },
        {
          "entryTs": 1631706120,
          "entryUtc": "2021-09-15T11:42:00.000Z",
          "exitTs": 1631708820,
          "dir": -1,
          "entryPrice": 1801.454,
          "exitPrice": 1806.179,
          "stopDistance": 4.725,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 45
        },
        {
          "entryTs": 1631791800,
          "entryUtc": "2021-09-16T11:30:00.000Z",
          "exitTs": 1631795400,
          "dir": -1,
          "entryPrice": 1775.674,
          "exitPrice": 1764.771,
          "stopDistance": 5.451,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 60
        },
        {
          "entryTs": 1631878320,
          "entryUtc": "2021-09-17T11:32:00.000Z",
          "exitTs": 1631888160,
          "dir": -1,
          "entryPrice": 1759.874,
          "exitPrice": 1748.14,
          "stopDistance": 5.867,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 164
        },
        {
          "entryTs": 1632137400,
          "entryUtc": "2021-09-20T11:30:00.000Z",
          "exitTs": 1632226440,
          "dir": 1,
          "entryPrice": 1757.567,
          "exitPrice": 1769.971,
          "stopDistance": 6.202,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 1484
        },
        {
          "entryTs": 1632311760,
          "entryUtc": "2021-09-22T11:56:00.000Z",
          "exitTs": 1632318060,
          "dir": -1,
          "entryPrice": 1772.388,
          "exitPrice": 1777.053,
          "stopDistance": 4.665,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 105
        },
        {
          "entryTs": 1632397200,
          "entryUtc": "2021-09-23T11:40:00.000Z",
          "exitTs": 1632402360,
          "dir": -1,
          "entryPrice": 1771.494,
          "exitPrice": 1758.391,
          "stopDistance": 6.551,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 86
        },
        {
          "entryTs": 1632483540,
          "entryUtc": "2021-09-24T11:39:00.000Z",
          "exitTs": 1632491100,
          "dir": -1,
          "entryPrice": 1752.057,
          "exitPrice": 1740.428,
          "stopDistance": 5.815,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 126
        },
        {
          "entryTs": 1632742440,
          "entryUtc": "2021-09-27T11:34:00.000Z",
          "exitTs": 1632810360,
          "dir": 1,
          "entryPrice": 1749.538,
          "exitPrice": 1743.407,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 1132
        },
        {
          "entryTs": 1632829260,
          "entryUtc": "2021-09-28T11:41:00.000Z",
          "exitTs": 1632925140,
          "dir": 1,
          "entryPrice": 1734.438,
          "exitPrice": 1727.552,
          "stopDistance": 6.886,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 1598
        },
        {
          "entryTs": 1633001760,
          "entryUtc": "2021-09-30T11:36:00.000Z",
          "exitTs": 1633006620,
          "dir": 1,
          "entryPrice": 1725.288,
          "exitPrice": 1737.082,
          "stopDistance": 5.897,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 81
        },
        {
          "entryTs": 1633087980,
          "entryUtc": "2021-10-01T11:33:00.000Z",
          "exitTs": 1633092420,
          "dir": -1,
          "entryPrice": 1752.725,
          "exitPrice": 1758.899,
          "stopDistance": 6.174,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 74
        },
        {
          "entryTs": 1633347660,
          "entryUtc": "2021-10-04T11:41:00.000Z",
          "exitTs": 1633357560,
          "dir": 1,
          "entryPrice": 1750.615,
          "exitPrice": 1762.483,
          "stopDistance": 5.934,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 165
        },
        {
          "entryTs": 1633433580,
          "entryUtc": "2021-10-05T11:33:00.000Z",
          "exitTs": 1633442640,
          "dir": 1,
          "entryPrice": 1756.295,
          "exitPrice": 1750.135,
          "stopDistance": 6.16,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 151
        },
        {
          "entryTs": 1633522020,
          "entryUtc": "2021-10-06T12:07:00.000Z",
          "exitTs": 1633696200,
          "dir": 1,
          "entryPrice": 1756.738,
          "exitPrice": 1768.086,
          "stopDistance": 5.674,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 2903
        },
        {
          "entryTs": 1633952220,
          "entryUtc": "2021-10-11T11:37:00.000Z",
          "exitTs": 1634046540,
          "dir": 1,
          "entryPrice": 1755.038,
          "exitPrice": 1766.827,
          "stopDistance": 5.895,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 1572
        },
        {
          "entryTs": 1634125380,
          "entryUtc": "2021-10-13T11:43:00.000Z",
          "exitTs": 1634128440,
          "dir": 1,
          "entryPrice": 1773.358,
          "exitPrice": 1768.451,
          "stopDistance": 4.907,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 51
        },
        {
          "entryTs": 1634212380,
          "entryUtc": "2021-10-14T11:53:00.000Z",
          "exitTs": 1634284080,
          "dir": -1,
          "entryPrice": 1797.734,
          "exitPrice": 1786.002,
          "stopDistance": 5.866,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1634298000,
          "entryUtc": "2021-10-15T11:40:00.000Z",
          "exitTs": 1634302260,
          "dir": -1,
          "entryPrice": 1780.268,
          "exitPrice": 1770.062,
          "stopDistance": 5.103,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 71
        },
        {
          "entryTs": 1634557140,
          "entryUtc": "2021-10-18T11:39:00.000Z",
          "exitTs": 1634558820,
          "dir": -1,
          "entryPrice": 1761.679,
          "exitPrice": 1767.307,
          "stopDistance": 5.628,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 28
        },
        {
          "entryTs": 1634643060,
          "entryUtc": "2021-10-19T11:31:00.000Z",
          "exitTs": 1634653080,
          "dir": 1,
          "entryPrice": 1778.684,
          "exitPrice": 1773.681,
          "stopDistance": 5.003,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 167
        },
        {
          "entryTs": 1634730060,
          "entryUtc": "2021-10-20T11:41:00.000Z",
          "exitTs": 1634731440,
          "dir": -1,
          "entryPrice": 1778.944,
          "exitPrice": 1783.605,
          "stopDistance": 4.661,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 23
        },
        {
          "entryTs": 1634817480,
          "entryUtc": "2021-10-21T11:58:00.000Z",
          "exitTs": 1634818860,
          "dir": -1,
          "entryPrice": 1777.654,
          "exitPrice": 1783.171,
          "stopDistance": 5.517,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 23
        },
        {
          "entryTs": 1634904000,
          "entryUtc": "2021-10-22T12:00:00.000Z",
          "exitTs": 1634905200,
          "dir": -1,
          "entryPrice": 1791.778,
          "exitPrice": 1796.821,
          "stopDistance": 5.043,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 20
        },
        {
          "entryTs": 1635161400,
          "entryUtc": "2021-10-25T11:30:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1801.778,
          "exitPrice": 1794.754,
          "stopDistance": 7.024,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 1495
        },
        {
          "entryTs": 1635334500,
          "entryUtc": "2021-10-27T11:35:00.000Z",
          "exitTs": 1635344220,
          "dir": 1,
          "entryPrice": 1790.648,
          "exitPrice": 1784.906,
          "stopDistance": 5.742,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 162
        },
        {
          "entryTs": 1635420600,
          "entryUtc": "2021-10-28T11:30:00.000Z",
          "exitTs": 1635431700,
          "dir": 1,
          "entryPrice": 1800.788,
          "exitPrice": 1795.362,
          "stopDistance": 5.426,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 185
        },
        {
          "entryTs": 1635507000,
          "entryUtc": "2021-10-29T11:30:00.000Z",
          "exitTs": 1635511440,
          "dir": -1,
          "entryPrice": 1793.912,
          "exitPrice": 1781.239,
          "stopDistance": 6.337,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 74
        },
        {
          "entryTs": 1635767640,
          "entryUtc": "2021-11-01T11:54:00.000Z",
          "exitTs": 1635905460,
          "dir": 1,
          "entryPrice": 1787.104,
          "exitPrice": 1781.349,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 2297
        },
        {
          "entryTs": 1635939000,
          "entryUtc": "2021-11-03T11:30:00.000Z",
          "exitTs": 1635942960,
          "dir": 1,
          "entryPrice": 1784.898,
          "exitPrice": 1780.317,
          "stopDistance": 4.581,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 66
        },
        {
          "entryTs": 1636025400,
          "entryUtc": "2021-11-04T11:30:00.000Z",
          "exitTs": 1636028520,
          "dir": -1,
          "entryPrice": 1778.408,
          "exitPrice": 1784.381,
          "stopDistance": 5.973,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 52
        },
        {
          "entryTs": 1636113060,
          "entryUtc": "2021-11-05T11:51:00.000Z",
          "exitTs": 1636115400,
          "dir": 1,
          "entryPrice": 1794.856,
          "exitPrice": 1789.754,
          "stopDistance": 5.102,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 39
        },
        {
          "entryTs": 1636375440,
          "entryUtc": "2021-11-08T12:44:00.000Z",
          "exitTs": 1636466460,
          "dir": 1,
          "entryPrice": 1817.963,
          "exitPrice": 1830.276,
          "stopDistance": 6.156,
          "outcome": "target",
          "netR": 1.9399,
          "holdMinutes": 1517
        },
        {
          "entryTs": 1636548240,
          "entryUtc": "2021-11-10T12:44:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1826.193,
          "exitPrice": 1835.823,
          "stopDistance": 4.815,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 49
        },
        {
          "entryTs": 1636634460,
          "entryUtc": "2021-11-11T12:41:00.000Z",
          "exitTs": 1636638360,
          "dir": -1,
          "entryPrice": 1855.958,
          "exitPrice": 1864.078,
          "stopDistance": 8.12,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 65
        },
        {
          "entryTs": 1636720860,
          "entryUtc": "2021-11-12T12:41:00.000Z",
          "exitTs": 1636743120,
          "dir": 1,
          "entryPrice": 1853.768,
          "exitPrice": 1866.696,
          "stopDistance": 6.464,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 371
        },
        {
          "entryTs": 1636979400,
          "entryUtc": "2021-11-15T12:30:00.000Z",
          "exitTs": 1636982040,
          "dir": -1,
          "entryPrice": 1861.244,
          "exitPrice": 1867.3,
          "stopDistance": 6.056,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 44
        },
        {
          "entryTs": 1637066040,
          "entryUtc": "2021-11-16T12:34:00.000Z",
          "exitTs": 1637071980,
          "dir": -1,
          "entryPrice": 1872.408,
          "exitPrice": 1861.097,
          "stopDistance": 5.656,
          "outcome": "target",
          "netR": 1.9346,
          "holdMinutes": 99
        },
        {
          "entryTs": 1637153160,
          "entryUtc": "2021-11-17T12:46:00.000Z",
          "exitTs": 1637241780,
          "dir": 1,
          "entryPrice": 1864.134,
          "exitPrice": 1858.605,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 1477
        },
        {
          "entryTs": 1637325840,
          "entryUtc": "2021-11-19T12:44:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1862.884,
          "exitPrice": 1856.568,
          "stopDistance": 6.316,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 91
        },
        {
          "entryTs": 1637585880,
          "entryUtc": "2021-11-22T12:58:00.000Z",
          "exitTs": 1637590560,
          "dir": -1,
          "entryPrice": 1839.504,
          "exitPrice": 1825.185,
          "stopDistance": 7.16,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 78
        },
        {
          "entryTs": 1637672040,
          "entryUtc": "2021-11-23T12:54:00.000Z",
          "exitTs": 1637908980,
          "dir": -1,
          "entryPrice": 1793.628,
          "exitPrice": 1801.645,
          "stopDistance": 8.017,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 3949
        },
        {
          "entryTs": 1637930400,
          "entryUtc": "2021-11-26T12:40:00.000Z",
          "exitTs": 1637944620,
          "dir": -1,
          "entryPrice": 1806.948,
          "exitPrice": 1793.242,
          "stopDistance": 6.853,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 237
        },
        {
          "entryTs": 1638190200,
          "entryUtc": "2021-11-29T12:50:00.000Z",
          "exitTs": 1638195600,
          "dir": 1,
          "entryPrice": 1793.898,
          "exitPrice": 1785.601,
          "stopDistance": 8.297,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 90
        },
        {
          "entryTs": 1638278640,
          "entryUtc": "2021-11-30T13:24:00.000Z",
          "exitTs": 1638285120,
          "dir": 1,
          "entryPrice": 1793.858,
          "exitPrice": 1807.182,
          "stopDistance": 6.662,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 108
        },
        {
          "entryTs": 1638362460,
          "entryUtc": "2021-12-01T12:41:00.000Z",
          "exitTs": 1638389280,
          "dir": 1,
          "entryPrice": 1787.838,
          "exitPrice": 1778.85,
          "stopDistance": 8.988,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 447
        },
        {
          "entryTs": 1638448620,
          "entryUtc": "2021-12-02T12:37:00.000Z",
          "exitTs": 1638455640,
          "dir": 1,
          "entryPrice": 1779.218,
          "exitPrice": 1772.662,
          "stopDistance": 6.556,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 117
        },
        {
          "entryTs": 1638535680,
          "entryUtc": "2021-12-03T12:48:00.000Z",
          "exitTs": 1638539460,
          "dir": 1,
          "entryPrice": 1773.215,
          "exitPrice": 1767.179,
          "stopDistance": 6.036,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 63
        },
        {
          "entryTs": 1638794160,
          "entryUtc": "2021-12-06T12:36:00.000Z",
          "exitTs": 1638809640,
          "dir": -1,
          "entryPrice": 1777.908,
          "exitPrice": 1783.914,
          "stopDistance": 6.006,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 258
        },
        {
          "entryTs": 1638882180,
          "entryUtc": "2021-12-07T13:03:00.000Z",
          "exitTs": 1638884400,
          "dir": -1,
          "entryPrice": 1782.018,
          "exitPrice": 1772.315,
          "stopDistance": 4.851,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 37
        },
        {
          "entryTs": 1638968700,
          "entryUtc": "2021-12-08T13:05:00.000Z",
          "exitTs": 1639117260,
          "dir": -1,
          "entryPrice": 1783.308,
          "exitPrice": 1771.653,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 2476
        },
        {
          "entryTs": 1639141020,
          "entryUtc": "2021-12-10T12:57:00.000Z",
          "exitTs": 1639143240,
          "dir": 1,
          "entryPrice": 1773.488,
          "exitPrice": 1782.254,
          "stopDistance": 4.383,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 37
        },
        {
          "entryTs": 1639399740,
          "entryUtc": "2021-12-13T12:49:00.000Z",
          "exitTs": 1639401240,
          "dir": 1,
          "entryPrice": 1789.889,
          "exitPrice": 1785.629,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 25
        },
        {
          "entryTs": 1639485540,
          "entryUtc": "2021-12-14T12:39:00.000Z",
          "exitTs": 1639489200,
          "dir": -1,
          "entryPrice": 1783.688,
          "exitPrice": 1775.636,
          "stopDistance": 4.026,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 61
        },
        {
          "entryTs": 1639571700,
          "entryUtc": "2021-12-15T12:35:00.000Z",
          "exitTs": 1639575000,
          "dir": -1,
          "entryPrice": 1769.215,
          "exitPrice": 1773.344,
          "stopDistance": 4.129,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 55
        },
        {
          "entryTs": 1639660260,
          "entryUtc": "2021-12-16T13:11:00.000Z",
          "exitTs": 1639673100,
          "dir": 1,
          "entryPrice": 1787.455,
          "exitPrice": 1798.417,
          "stopDistance": 5.481,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 214
        },
        {
          "entryTs": 1639744500,
          "entryUtc": "2021-12-17T12:35:00.000Z",
          "exitTs": 1639749360,
          "dir": 1,
          "entryPrice": 1809.965,
          "exitPrice": 1805.078,
          "stopDistance": 4.887,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 81
        },
        {
          "entryTs": 1640006640,
          "entryUtc": "2021-12-20T13:24:00.000Z",
          "exitTs": 1640012160,
          "dir": 1,
          "entryPrice": 1799.058,
          "exitPrice": 1793.903,
          "stopDistance": 5.155,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 92
        },
        {
          "entryTs": 1640090400,
          "entryUtc": "2021-12-21T12:40:00.000Z",
          "exitTs": 1640101440,
          "dir": -1,
          "entryPrice": 1796.128,
          "exitPrice": 1786.627,
          "stopDistance": 4.751,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 184
        },
        {
          "entryTs": 1640176200,
          "entryUtc": "2021-12-22T12:30:00.000Z",
          "exitTs": 1640189340,
          "dir": 1,
          "entryPrice": 1791.548,
          "exitPrice": 1799.461,
          "stopDistance": 3.956,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 219
        },
        {
          "entryTs": 1640265600,
          "entryUtc": "2021-12-23T13:20:00.000Z",
          "exitTs": 1640270040,
          "dir": 1,
          "entryPrice": 1806.328,
          "exitPrice": 1802.526,
          "stopDistance": 3.802,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 74
        },
        {
          "entryTs": 1640608260,
          "entryUtc": "2021-12-27T12:31:00.000Z",
          "exitTs": 1640611800,
          "dir": 1,
          "entryPrice": 1806.615,
          "exitPrice": 1802.965,
          "stopDistance": 3.65,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 59
        },
        {
          "entryTs": 1640695260,
          "entryUtc": "2021-12-28T12:41:00.000Z",
          "exitTs": 1640707500,
          "dir": -1,
          "entryPrice": 1817.128,
          "exitPrice": 1809.983,
          "stopDistance": 3.573,
          "outcome": "target",
          "netR": 1.8964,
          "holdMinutes": 204
        },
        {
          "entryTs": 1640782380,
          "entryUtc": "2021-12-29T12:53:00.000Z",
          "exitTs": 1640790300,
          "dir": -1,
          "entryPrice": 1794.615,
          "exitPrice": 1798.913,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 132
        },
        {
          "entryTs": 1640867460,
          "entryUtc": "2021-12-30T12:31:00.000Z",
          "exitTs": 1640870580,
          "dir": 1,
          "entryPrice": 1802.815,
          "exitPrice": 1798.723,
          "stopDistance": 4.092,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 52
        },
        {
          "entryTs": 1640954520,
          "entryUtc": "2021-12-31T12:42:00.000Z",
          "exitTs": 1640975340,
          "dir": 1,
          "entryPrice": 1819.624,
          "exitPrice": 1827.516,
          "stopDistance": 3.946,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 347
        },
        {
          "entryTs": 1641213060,
          "entryUtc": "2022-01-03T12:31:00.000Z",
          "exitTs": 1641216300,
          "dir": -1,
          "entryPrice": 1821.728,
          "exitPrice": 1812.235,
          "stopDistance": 4.747,
          "outcome": "target",
          "netR": 1.922,
          "holdMinutes": 54
        },
        {
          "entryTs": 1641303720,
          "entryUtc": "2022-01-04T13:42:00.000Z",
          "exitTs": 1641310920,
          "dir": 1,
          "entryPrice": 1804.918,
          "exitPrice": 1815.756,
          "stopDistance": 5.419,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 120
        },
        {
          "entryTs": 1641385800,
          "entryUtc": "2022-01-05T12:30:00.000Z",
          "exitTs": 1641389100,
          "dir": -1,
          "entryPrice": 1816.988,
          "exitPrice": 1821.624,
          "stopDistance": 4.636,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 55
        },
        {
          "entryTs": 1641472860,
          "entryUtc": "2022-01-06T12:41:00.000Z",
          "exitTs": 1641832860,
          "dir": -1,
          "entryPrice": 1796.378,
          "exitPrice": 1794.428,
          "stopDistance": 6.952,
          "outcome": "time",
          "netR": 0.2273,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1641904200,
          "entryUtc": "2022-01-11T12:30:00.000Z",
          "exitTs": 1641909720,
          "dir": 1,
          "entryPrice": 1807.355,
          "exitPrice": 1802.627,
          "stopDistance": 4.728,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 92
        },
        {
          "entryTs": 1641990600,
          "entryUtc": "2022-01-12T12:30:00.000Z",
          "exitTs": 1642009080,
          "dir": 1,
          "entryPrice": 1817.628,
          "exitPrice": 1826.329,
          "stopDistance": 4.351,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 308
        },
        {
          "entryTs": 1642077120,
          "entryUtc": "2022-01-13T12:32:00.000Z",
          "exitTs": 1642080180,
          "dir": 1,
          "entryPrice": 1825.274,
          "exitPrice": 1820.891,
          "stopDistance": 4.383,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 51
        },
        {
          "entryTs": 1642163460,
          "entryUtc": "2022-01-14T12:31:00.000Z",
          "exitTs": 1642167000,
          "dir": -1,
          "entryPrice": 1821.248,
          "exitPrice": 1825.698,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 59
        },
        {
          "entryTs": 1642423920,
          "entryUtc": "2022-01-17T12:52:00.000Z",
          "exitTs": 1642498200,
          "dir": -1,
          "entryPrice": 1819.388,
          "exitPrice": 1811.171,
          "stopDistance": 4.108,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 1238
        },
        {
          "entryTs": 1642509000,
          "entryUtc": "2022-01-18T12:30:00.000Z",
          "exitTs": 1642511460,
          "dir": 1,
          "entryPrice": 1814.598,
          "exitPrice": 1809.993,
          "stopDistance": 4.605,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 41
        },
        {
          "entryTs": 1642597200,
          "entryUtc": "2022-01-19T13:00:00.000Z",
          "exitTs": 1642604580,
          "dir": 1,
          "entryPrice": 1818.954,
          "exitPrice": 1828.56,
          "stopDistance": 4.803,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 123
        },
        {
          "entryTs": 1642683360,
          "entryUtc": "2022-01-20T12:56:00.000Z",
          "exitTs": 1642753020,
          "dir": 1,
          "entryPrice": 1839.444,
          "exitPrice": 1834.6,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 1161
        },
        {
          "entryTs": 1642770180,
          "entryUtc": "2022-01-21T13:03:00.000Z",
          "exitTs": 1642789980,
          "dir": 1,
          "entryPrice": 1836.328,
          "exitPrice": 1830.882,
          "stopDistance": 5.446,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 330
        },
        {
          "entryTs": 1643027700,
          "entryUtc": "2022-01-24T12:35:00.000Z",
          "exitTs": 1643059320,
          "dir": -1,
          "entryPrice": 1838.024,
          "exitPrice": 1843.272,
          "stopDistance": 5.248,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 527
        },
        {
          "entryTs": 1643114040,
          "entryUtc": "2022-01-25T12:34:00.000Z",
          "exitTs": 1643121900,
          "dir": 1,
          "entryPrice": 1838.988,
          "exitPrice": 1848.71,
          "stopDistance": 4.861,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 131
        },
        {
          "entryTs": 1643200200,
          "entryUtc": "2022-01-26T12:30:00.000Z",
          "exitTs": 1643206440,
          "dir": 1,
          "entryPrice": 1845.238,
          "exitPrice": 1840.58,
          "stopDistance": 4.658,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 104
        },
        {
          "entryTs": 1643286600,
          "entryUtc": "2022-01-27T12:30:00.000Z",
          "exitTs": 1643293140,
          "dir": -1,
          "entryPrice": 1810.928,
          "exitPrice": 1797.539,
          "stopDistance": 6.695,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 109
        },
        {
          "entryTs": 1643373000,
          "entryUtc": "2022-01-28T12:30:00.000Z",
          "exitTs": 1643379480,
          "dir": 1,
          "entryPrice": 1788.558,
          "exitPrice": 1782.576,
          "stopDistance": 5.982,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 108
        },
        {
          "entryTs": 1643632620,
          "entryUtc": "2022-01-31T12:37:00.000Z",
          "exitTs": 1643699340,
          "dir": 1,
          "entryPrice": 1792.248,
          "exitPrice": 1803.563,
          "stopDistance": 5.657,
          "outcome": "target",
          "netR": 1.9346,
          "holdMinutes": 1112
        },
        {
          "entryTs": 1643720100,
          "entryUtc": "2022-02-01T12:55:00.000Z",
          "exitTs": 1643783640,
          "dir": -1,
          "entryPrice": 1805.578,
          "exitPrice": 1796.728,
          "stopDistance": 4.425,
          "outcome": "target",
          "netR": 1.9164,
          "holdMinutes": 1059
        },
        {
          "entryTs": 1643806800,
          "entryUtc": "2022-02-02T13:00:00.000Z",
          "exitTs": 1643810580,
          "dir": 1,
          "entryPrice": 1804.955,
          "exitPrice": 1800.74,
          "stopDistance": 4.215,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 63
        },
        {
          "entryTs": 1643891700,
          "entryUtc": "2022-02-03T12:35:00.000Z",
          "exitTs": 1643896620,
          "dir": -1,
          "entryPrice": 1800.578,
          "exitPrice": 1804.373,
          "stopDistance": 3.795,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 82
        },
        {
          "entryTs": 1643977980,
          "entryUtc": "2022-02-04T12:33:00.000Z",
          "exitTs": 1643981400,
          "dir": 1,
          "entryPrice": 1811.468,
          "exitPrice": 1806.898,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 57
        },
        {
          "entryTs": 1644237360,
          "entryUtc": "2022-02-07T12:36:00.000Z",
          "exitTs": 1644328380,
          "dir": 1,
          "entryPrice": 1813.928,
          "exitPrice": 1824.205,
          "stopDistance": 5.138,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 1517
        },
        {
          "entryTs": 1644409980,
          "entryUtc": "2022-02-09T12:33:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1826.759,
          "exitPrice": 1829.877,
          "stopDistance": 3.118,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 27
        },
        {
          "entryTs": 1644496260,
          "entryUtc": "2022-02-10T12:31:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1830.924,
          "exitPrice": 1824.652,
          "stopDistance": 3.136,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 59
        },
        {
          "entryTs": 1644583080,
          "entryUtc": "2022-02-11T12:38:00.000Z",
          "exitTs": 1644587100,
          "dir": 1,
          "entryPrice": 1831.238,
          "exitPrice": 1826.375,
          "stopDistance": 4.863,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 67
        },
        {
          "entryTs": 1644841980,
          "entryUtc": "2022-02-14T12:33:00.000Z",
          "exitTs": 1644864840,
          "dir": 1,
          "entryPrice": 1857.604,
          "exitPrice": 1871.579,
          "stopDistance": 6.988,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 381
        },
        {
          "entryTs": 1644932400,
          "entryUtc": "2022-02-15T13:40:00.000Z",
          "exitTs": 1645038360,
          "dir": 1,
          "entryPrice": 1853.124,
          "exitPrice": 1870.439,
          "stopDistance": 8.657,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 1766
        },
        {
          "entryTs": 1645103040,
          "entryUtc": "2022-02-17T13:04:00.000Z",
          "exitTs": 1645398060,
          "dir": 1,
          "entryPrice": 1887.508,
          "exitPrice": 1902.806,
          "stopDistance": 7.649,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 4917
        },
        {
          "entryTs": 1645446660,
          "entryUtc": "2022-02-21T12:31:00.000Z",
          "exitTs": 1645484400,
          "dir": 1,
          "entryPrice": 1894.898,
          "exitPrice": 1909.958,
          "stopDistance": 7.53,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 629
        },
        {
          "entryTs": 1645533000,
          "entryUtc": "2022-02-22T12:30:00.000Z",
          "exitTs": 1645669320,
          "dir": 1,
          "entryPrice": 1897.468,
          "exitPrice": 1914.119,
          "stopDistance": 8.326,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 2272
        },
        {
          "entryTs": 1645707720,
          "entryUtc": "2022-02-24T13:02:00.000Z",
          "exitTs": 1645713060,
          "dir": 1,
          "entryPrice": 1964.783,
          "exitPrice": 1951.542,
          "stopDistance": 13.241,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 89
        },
        {
          "entryTs": 1645792200,
          "entryUtc": "2022-02-25T12:30:00.000Z",
          "exitTs": 1645796340,
          "dir": 1,
          "entryPrice": 1904.948,
          "exitPrice": 1889.224,
          "stopDistance": 15.724,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 69
        },
        {
          "entryTs": 1646051940,
          "entryUtc": "2022-02-28T12:39:00.000Z",
          "exitTs": 1646067060,
          "dir": 1,
          "entryPrice": 1907.598,
          "exitPrice": 1894.48,
          "stopDistance": 13.118,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 252
        },
        {
          "entryTs": 1646138280,
          "entryUtc": "2022-03-01T12:38:00.000Z",
          "exitTs": 1646139300,
          "dir": 1,
          "entryPrice": 1922.933,
          "exitPrice": 1913.589,
          "stopDistance": 9.344,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 17
        },
        {
          "entryTs": 1646226240,
          "entryUtc": "2022-03-02T13:04:00.000Z",
          "exitTs": 1646237520,
          "dir": 1,
          "entryPrice": 1929.918,
          "exitPrice": 1917.542,
          "stopDistance": 12.376,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 188
        },
        {
          "entryTs": 1646310960,
          "entryUtc": "2022-03-03T12:36:00.000Z",
          "exitTs": 1646353020,
          "dir": -1,
          "entryPrice": 1932.242,
          "exitPrice": 1941.989,
          "stopDistance": 9.747,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 701
        },
        {
          "entryTs": 1646397060,
          "entryUtc": "2022-03-04T12:31:00.000Z",
          "exitTs": 1646399280,
          "dir": 1,
          "entryPrice": 1949.583,
          "exitPrice": 1940.281,
          "stopDistance": 9.302,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 37
        },
        {
          "entryTs": 1646656860,
          "entryUtc": "2022-03-07T12:41:00.000Z",
          "exitTs": 1646678580,
          "dir": -1,
          "entryPrice": 1981.758,
          "exitPrice": 1995.001,
          "stopDistance": 13.243,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 362
        },
        {
          "entryTs": 1646742600,
          "entryUtc": "2022-03-08T12:30:00.000Z",
          "exitTs": 1646751900,
          "dir": 1,
          "entryPrice": 2013.398,
          "exitPrice": 2042.238,
          "stopDistance": 14.42,
          "outcome": "target",
          "netR": 1.9743,
          "holdMinutes": 155
        },
        {
          "entryTs": 1646829180,
          "entryUtc": "2022-03-09T12:33:00.000Z",
          "exitTs": 1646832300,
          "dir": 1,
          "entryPrice": 2018.038,
          "exitPrice": 1997.551,
          "stopDistance": 20.487,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 52
        },
        {
          "entryTs": 1646915640,
          "entryUtc": "2022-03-10T12:34:00.000Z",
          "exitTs": 1646925420,
          "dir": 1,
          "entryPrice": 2006.232,
          "exitPrice": 1989.647,
          "stopDistance": 16.585,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 163
        },
        {
          "entryTs": 1647001860,
          "entryUtc": "2022-03-11T12:31:00.000Z",
          "exitTs": 1647010860,
          "dir": -1,
          "entryPrice": 1964.838,
          "exitPrice": 1978.41,
          "stopDistance": 13.572,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 150
        },
        {
          "entryTs": 1647258420,
          "entryUtc": "2022-03-14T11:47:00.000Z",
          "exitTs": 1647266100,
          "dir": 1,
          "entryPrice": 1963.981,
          "exitPrice": 1952.236,
          "stopDistance": 11.745,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 128
        },
        {
          "entryTs": 1647344460,
          "entryUtc": "2022-03-15T11:41:00.000Z",
          "exitTs": 1647350400,
          "dir": 1,
          "entryPrice": 1926.416,
          "exitPrice": 1914.956,
          "stopDistance": 11.46,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 99
        },
        {
          "entryTs": 1647430380,
          "entryUtc": "2022-03-16T11:33:00.000Z",
          "exitTs": 1647438180,
          "dir": 1,
          "entryPrice": 1922.458,
          "exitPrice": 1912.81,
          "stopDistance": 9.648,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 130
        },
        {
          "entryTs": 1647516840,
          "entryUtc": "2022-03-17T11:34:00.000Z",
          "exitTs": 1647609840,
          "dir": -1,
          "entryPrice": 1942.89,
          "exitPrice": 1923.053,
          "stopDistance": 9.918,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 1550
        },
        {
          "entryTs": 1647862800,
          "entryUtc": "2022-03-21T11:40:00.000Z",
          "exitTs": 1647871260,
          "dir": -1,
          "entryPrice": 1924.908,
          "exitPrice": 1932.498,
          "stopDistance": 7.59,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 141
        },
        {
          "entryTs": 1647948660,
          "entryUtc": "2022-03-22T11:31:00.000Z",
          "exitTs": 1647957960,
          "dir": -1,
          "entryPrice": 1927.177,
          "exitPrice": 1912.265,
          "stopDistance": 7.456,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 155
        },
        {
          "entryTs": 1648037640,
          "entryUtc": "2022-03-23T12:14:00.000Z",
          "exitTs": 1648043040,
          "dir": -1,
          "entryPrice": 1927.758,
          "exitPrice": 1934.701,
          "stopDistance": 6.943,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 90
        },
        {
          "entryTs": 1648121700,
          "entryUtc": "2022-03-24T11:35:00.000Z",
          "exitTs": 1648132200,
          "dir": 1,
          "entryPrice": 1947.193,
          "exitPrice": 1961.19,
          "stopDistance": 6.999,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 175
        },
        {
          "entryTs": 1648208820,
          "entryUtc": "2022-03-25T11:47:00.000Z",
          "exitTs": 1648215360,
          "dir": 1,
          "entryPrice": 1952.161,
          "exitPrice": 1944.408,
          "stopDistance": 7.753,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 109
        },
        {
          "entryTs": 1648469520,
          "entryUtc": "2022-03-28T12:12:00.000Z",
          "exitTs": 1648494300,
          "dir": 1,
          "entryPrice": 1933.398,
          "exitPrice": 1924.433,
          "stopDistance": 8.964,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 413
        },
        {
          "entryTs": 1648553580,
          "entryUtc": "2022-03-29T11:33:00.000Z",
          "exitTs": 1648554420,
          "dir": 1,
          "entryPrice": 1913.528,
          "exitPrice": 1905.15,
          "stopDistance": 8.378,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 14
        },
        {
          "entryTs": 1648640280,
          "entryUtc": "2022-03-30T11:38:00.000Z",
          "exitTs": 1648733580,
          "dir": 1,
          "entryPrice": 1924.518,
          "exitPrice": 1939.658,
          "stopDistance": 7.57,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1555
        },
        {
          "entryTs": 1648813080,
          "entryUtc": "2022-04-01T11:38:00.000Z",
          "exitTs": 1648816980,
          "dir": -1,
          "entryPrice": 1924.968,
          "exitPrice": 1932.227,
          "stopDistance": 7.259,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 65
        },
        {
          "entryTs": 1649071800,
          "entryUtc": "2022-04-04T11:30:00.000Z",
          "exitTs": 1649174340,
          "dir": 1,
          "entryPrice": 1930.829,
          "exitPrice": 1923.436,
          "stopDistance": 7.393,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 1709
        },
        {
          "entryTs": 1649247600,
          "entryUtc": "2022-04-06T12:20:00.000Z",
          "exitTs": 1649268960,
          "dir": 1,
          "entryPrice": 1924.148,
          "exitPrice": 1915.746,
          "stopDistance": 8.402,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 356
        },
        {
          "entryTs": 1649331120,
          "entryUtc": "2022-04-07T11:32:00.000Z",
          "exitTs": 1649426460,
          "dir": 1,
          "entryPrice": 1929.122,
          "exitPrice": 1942.19,
          "stopDistance": 6.534,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 1589
        },
        {
          "entryTs": 1649676720,
          "entryUtc": "2022-04-11T11:32:00.000Z",
          "exitTs": 1649685360,
          "dir": 1,
          "entryPrice": 1958.272,
          "exitPrice": 1950.773,
          "stopDistance": 7.499,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 144
        },
        {
          "entryTs": 1649763600,
          "entryUtc": "2022-04-12T11:40:00.000Z",
          "exitTs": 1649765580,
          "dir": -1,
          "entryPrice": 1953.448,
          "exitPrice": 1960.581,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 33
        },
        {
          "entryTs": 1649849400,
          "entryUtc": "2022-04-13T11:30:00.000Z",
          "exitTs": 1649918940,
          "dir": 1,
          "entryPrice": 1978.698,
          "exitPrice": 1970.677,
          "stopDistance": 8.021,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 1159
        },
        {
          "entryTs": 1649936160,
          "entryUtc": "2022-04-14T11:36:00.000Z",
          "exitTs": 1649944020,
          "dir": 1,
          "entryPrice": 1975.878,
          "exitPrice": 1968.744,
          "stopDistance": 7.134,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 131
        },
        {
          "entryTs": 1650281580,
          "entryUtc": "2022-04-18T11:33:00.000Z",
          "exitTs": 1650292800,
          "dir": 1,
          "entryPrice": 1990.882,
          "exitPrice": 1983.286,
          "stopDistance": 7.596,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 187
        },
        {
          "entryTs": 1650368400,
          "entryUtc": "2022-04-19T11:40:00.000Z",
          "exitTs": 1650372180,
          "dir": 1,
          "entryPrice": 1979.008,
          "exitPrice": 1972.39,
          "stopDistance": 6.618,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 63
        },
        {
          "entryTs": 1650455220,
          "entryUtc": "2022-04-20T11:47:00.000Z",
          "exitTs": 1650457020,
          "dir": 1,
          "entryPrice": 1955.008,
          "exitPrice": 1947.437,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 30
        },
        {
          "entryTs": 1650541260,
          "entryUtc": "2022-04-21T11:41:00.000Z",
          "exitTs": 1650544500,
          "dir": -1,
          "entryPrice": 1939.445,
          "exitPrice": 1945.756,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 54
        },
        {
          "entryTs": 1650628920,
          "entryUtc": "2022-04-22T12:02:00.000Z",
          "exitTs": 1650634740,
          "dir": -1,
          "entryPrice": 1932.678,
          "exitPrice": 1940.492,
          "stopDistance": 7.814,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 97
        },
        {
          "entryTs": 1650888660,
          "entryUtc": "2022-04-25T12:11:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1905.058,
          "exitPrice": 1886.825,
          "stopDistance": 9.116,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 2641
        },
        {
          "entryTs": 1651060020,
          "entryUtc": "2022-04-27T11:47:00.000Z",
          "exitTs": 1651061760,
          "dir": -1,
          "entryPrice": 1896.028,
          "exitPrice": 1903.868,
          "stopDistance": 7.84,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 29
        },
        {
          "entryTs": 1651146120,
          "entryUtc": "2022-04-28T11:42:00.000Z",
          "exitTs": 1651208520,
          "dir": 1,
          "entryPrice": 1889.928,
          "exitPrice": 1906.308,
          "stopDistance": 8.19,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 1040
        },
        {
          "entryTs": 1651232100,
          "entryUtc": "2022-04-29T11:35:00.000Z",
          "exitTs": 1651235880,
          "dir": 1,
          "entryPrice": 1915.903,
          "exitPrice": 1908.485,
          "stopDistance": 7.418,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 63
        },
        {
          "entryTs": 1651491420,
          "entryUtc": "2022-05-02T11:37:00.000Z",
          "exitTs": 1651495980,
          "dir": -1,
          "entryPrice": 1877.573,
          "exitPrice": 1861.691,
          "stopDistance": 7.941,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 76
        },
        {
          "entryTs": 1651577580,
          "entryUtc": "2022-05-03T11:33:00.000Z",
          "exitTs": 1651589580,
          "dir": 1,
          "entryPrice": 1860.758,
          "exitPrice": 1877.534,
          "stopDistance": 8.388,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 200
        },
        {
          "entryTs": 1651664460,
          "entryUtc": "2022-05-04T11:41:00.000Z",
          "exitTs": 1651672200,
          "dir": 1,
          "entryPrice": 1868.583,
          "exitPrice": 1861.69,
          "stopDistance": 6.893,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 129
        },
        {
          "entryTs": 1651752300,
          "entryUtc": "2022-05-05T12:05:00.000Z",
          "exitTs": 1651759260,
          "dir": 1,
          "entryPrice": 1900.168,
          "exitPrice": 1892.077,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 116
        },
        {
          "entryTs": 1651840200,
          "entryUtc": "2022-05-06T12:30:00.000Z",
          "exitTs": 1651841520,
          "dir": 1,
          "entryPrice": 1885.448,
          "exitPrice": 1877.694,
          "stopDistance": 7.754,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 22
        },
        {
          "entryTs": 1652095920,
          "entryUtc": "2022-05-09T11:32:00.000Z",
          "exitTs": 1652127240,
          "dir": 1,
          "entryPrice": 1859.828,
          "exitPrice": 1851.882,
          "stopDistance": 7.946,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 522
        },
        {
          "entryTs": 1652182200,
          "entryUtc": "2022-05-10T11:30:00.000Z",
          "exitTs": 1652190660,
          "dir": 1,
          "entryPrice": 1862.158,
          "exitPrice": 1854.8,
          "stopDistance": 7.358,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 141
        },
        {
          "entryTs": 1652268840,
          "entryUtc": "2022-05-11T11:34:00.000Z",
          "exitTs": 1652272740,
          "dir": -1,
          "entryPrice": 1852.232,
          "exitPrice": 1836.619,
          "stopDistance": 7.807,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 65
        },
        {
          "entryTs": 1652355060,
          "entryUtc": "2022-05-12T11:31:00.000Z",
          "exitTs": 1652363700,
          "dir": 1,
          "entryPrice": 1847.998,
          "exitPrice": 1839.396,
          "stopDistance": 8.602,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 144
        },
        {
          "entryTs": 1652442720,
          "entryUtc": "2022-05-13T11:52:00.000Z",
          "exitTs": 1652448000,
          "dir": -1,
          "entryPrice": 1815.913,
          "exitPrice": 1799.746,
          "stopDistance": 8.084,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 88
        },
        {
          "entryTs": 1652700600,
          "entryUtc": "2022-05-16T11:30:00.000Z",
          "exitTs": 1652710800,
          "dir": -1,
          "entryPrice": 1802.258,
          "exitPrice": 1812.236,
          "stopDistance": 9.978,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 170
        },
        {
          "entryTs": 1652787000,
          "entryUtc": "2022-05-17T11:30:00.000Z",
          "exitTs": 1652795340,
          "dir": 1,
          "entryPrice": 1830.218,
          "exitPrice": 1822.525,
          "stopDistance": 7.693,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 139
        },
        {
          "entryTs": 1652873820,
          "entryUtc": "2022-05-18T11:37:00.000Z",
          "exitTs": 1652888220,
          "dir": -1,
          "entryPrice": 1812.478,
          "exitPrice": 1819.614,
          "stopDistance": 7.136,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 240
        },
        {
          "entryTs": 1652960220,
          "entryUtc": "2022-05-19T11:37:00.000Z",
          "exitTs": 1652972100,
          "dir": 1,
          "entryPrice": 1832.158,
          "exitPrice": 1846.619,
          "stopDistance": 7.23,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 198
        },
        {
          "entryTs": 1653046320,
          "entryUtc": "2022-05-20T11:32:00.000Z",
          "exitTs": 1653256800,
          "dir": -1,
          "entryPrice": 1842.444,
          "exitPrice": 1848.98,
          "stopDistance": 6.536,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 3508
        },
        {
          "entryTs": 1653307200,
          "entryUtc": "2022-05-23T12:00:00.000Z",
          "exitTs": 1653310560,
          "dir": 1,
          "entryPrice": 1862.698,
          "exitPrice": 1855.516,
          "stopDistance": 7.182,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 56
        },
        {
          "entryTs": 1653391800,
          "entryUtc": "2022-05-24T11:30:00.000Z",
          "exitTs": 1653475800,
          "dir": 1,
          "entryPrice": 1858.496,
          "exitPrice": 1852.338,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1653478320,
          "entryUtc": "2022-05-25T11:32:00.000Z",
          "exitTs": 1653483600,
          "dir": 1,
          "entryPrice": 1855.588,
          "exitPrice": 1849.696,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 88
        },
        {
          "entryTs": 1653566340,
          "entryUtc": "2022-05-26T11:59:00.000Z",
          "exitTs": 1653638940,
          "dir": 1,
          "entryPrice": 1846.498,
          "exitPrice": 1858.845,
          "stopDistance": 6.174,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1653651420,
          "entryUtc": "2022-05-27T11:37:00.000Z",
          "exitTs": 1653654600,
          "dir": 1,
          "entryPrice": 1859.908,
          "exitPrice": 1854.291,
          "stopDistance": 5.617,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 53
        },
        {
          "entryTs": 1653911400,
          "entryUtc": "2022-05-30T11:50:00.000Z",
          "exitTs": 1653916980,
          "dir": -1,
          "entryPrice": 1854.413,
          "exitPrice": 1860.108,
          "stopDistance": 5.695,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 93
        },
        {
          "entryTs": 1653998100,
          "entryUtc": "2022-05-31T11:55:00.000Z",
          "exitTs": 1653999180,
          "dir": -1,
          "entryPrice": 1846.524,
          "exitPrice": 1851.91,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 18
        },
        {
          "entryTs": 1654084860,
          "entryUtc": "2022-06-01T12:01:00.000Z",
          "exitTs": 1654086840,
          "dir": -1,
          "entryPrice": 1829.158,
          "exitPrice": 1835.317,
          "stopDistance": 6.159,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 33
        },
        {
          "entryTs": 1654169400,
          "entryUtc": "2022-06-02T11:30:00.000Z",
          "exitTs": 1654175220,
          "dir": -1,
          "entryPrice": 1855.034,
          "exitPrice": 1860.426,
          "stopDistance": 5.392,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 97
        },
        {
          "entryTs": 1654256160,
          "entryUtc": "2022-06-03T11:36:00.000Z",
          "exitTs": 1654259220,
          "dir": 1,
          "entryPrice": 1867.246,
          "exitPrice": 1862.708,
          "stopDistance": 4.538,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 51
        },
        {
          "entryTs": 1654515720,
          "entryUtc": "2022-06-06T11:42:00.000Z",
          "exitTs": 1654517580,
          "dir": -1,
          "entryPrice": 1852.568,
          "exitPrice": 1857.391,
          "stopDistance": 4.823,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 31
        },
        {
          "entryTs": 1654601400,
          "entryUtc": "2022-06-07T11:30:00.000Z",
          "exitTs": 1654628280,
          "dir": -1,
          "entryPrice": 1848.835,
          "exitPrice": 1854.509,
          "stopDistance": 5.674,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 448
        },
        {
          "entryTs": 1654688100,
          "entryUtc": "2022-06-08T11:35:00.000Z",
          "exitTs": 1654691220,
          "dir": 1,
          "entryPrice": 1850.963,
          "exitPrice": 1845.796,
          "stopDistance": 5.167,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 52
        },
        {
          "entryTs": 1654774620,
          "entryUtc": "2022-06-09T11:37:00.000Z",
          "exitTs": 1654776300,
          "dir": 1,
          "entryPrice": 1849.138,
          "exitPrice": 1844.444,
          "stopDistance": 4.694,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 28
        },
        {
          "entryTs": 1654860840,
          "entryUtc": "2022-06-10T11:34:00.000Z",
          "exitTs": 1654864200,
          "dir": -1,
          "entryPrice": 1839.598,
          "exitPrice": 1830.914,
          "stopDistance": 4.342,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 56
        },
        {
          "entryTs": 1655120040,
          "entryUtc": "2022-06-13T11:34:00.000Z",
          "exitTs": 1655122740,
          "dir": 1,
          "entryPrice": 1858.468,
          "exitPrice": 1849.709,
          "stopDistance": 8.759,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 45
        },
        {
          "entryTs": 1655207400,
          "entryUtc": "2022-06-14T11:50:00.000Z",
          "exitTs": 1655291880,
          "dir": -1,
          "entryPrice": 1819.918,
          "exitPrice": 1827.941,
          "stopDistance": 8.023,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 1408
        },
        {
          "entryTs": 1655292660,
          "entryUtc": "2022-06-15T11:31:00.000Z",
          "exitTs": 1655299920,
          "dir": 1,
          "entryPrice": 1832.468,
          "exitPrice": 1825.102,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 121
        },
        {
          "entryTs": 1655381040,
          "entryUtc": "2022-06-16T12:04:00.000Z",
          "exitTs": 1655392860,
          "dir": 1,
          "entryPrice": 1823.058,
          "exitPrice": 1841.479,
          "stopDistance": 9.211,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 197
        },
        {
          "entryTs": 1655466600,
          "entryUtc": "2022-06-17T11:50:00.000Z",
          "exitTs": 1655475180,
          "dir": 1,
          "entryPrice": 1847.253,
          "exitPrice": 1839.656,
          "stopDistance": 7.597,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 143
        },
        {
          "entryTs": 1655724600,
          "entryUtc": "2022-06-20T11:30:00.000Z",
          "exitTs": 1655882100,
          "dir": -1,
          "entryPrice": 1837.568,
          "exitPrice": 1824.025,
          "stopDistance": 6.771,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 2625
        },
        {
          "entryTs": 1655901720,
          "entryUtc": "2022-06-22T12:42:00.000Z",
          "exitTs": 1655904660,
          "dir": 1,
          "entryPrice": 1842.928,
          "exitPrice": 1835.991,
          "stopDistance": 6.937,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 49
        },
        {
          "entryTs": 1655984460,
          "entryUtc": "2022-06-23T11:41:00.000Z",
          "exitTs": 1655986800,
          "dir": -1,
          "entryPrice": 1825.358,
          "exitPrice": 1831.398,
          "stopDistance": 6.04,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 39
        },
        {
          "entryTs": 1656070200,
          "entryUtc": "2022-06-24T11:30:00.000Z",
          "exitTs": 1656084660,
          "dir": -1,
          "entryPrice": 1824.208,
          "exitPrice": 1830.793,
          "stopDistance": 6.585,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 241
        },
        {
          "entryTs": 1656329400,
          "entryUtc": "2022-06-27T11:30:00.000Z",
          "exitTs": 1656343080,
          "dir": -1,
          "entryPrice": 1835,
          "exitPrice": 1821.62,
          "stopDistance": 6.69,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 228
        },
        {
          "entryTs": 1656415860,
          "entryUtc": "2022-06-28T11:31:00.000Z",
          "exitTs": 1656424800,
          "dir": 1,
          "entryPrice": 1823.418,
          "exitPrice": 1818.543,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 149
        },
        {
          "entryTs": 1656503640,
          "entryUtc": "2022-06-29T11:54:00.000Z",
          "exitTs": 1656505860,
          "dir": -1,
          "entryPrice": 1824.625,
          "exitPrice": 1830.438,
          "stopDistance": 5.813,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 37
        },
        {
          "entryTs": 1656588720,
          "entryUtc": "2022-06-30T11:32:00.000Z",
          "exitTs": 1656592920,
          "dir": -1,
          "entryPrice": 1809.198,
          "exitPrice": 1814.502,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 70
        },
        {
          "entryTs": 1656675060,
          "entryUtc": "2022-07-01T11:31:00.000Z",
          "exitTs": 1656680700,
          "dir": -1,
          "entryPrice": 1787.988,
          "exitPrice": 1794.969,
          "stopDistance": 6.981,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 94
        },
        {
          "entryTs": 1656936360,
          "entryUtc": "2022-07-04T12:06:00.000Z",
          "exitTs": 1657011120,
          "dir": 1,
          "entryPrice": 1807.778,
          "exitPrice": 1801.297,
          "stopDistance": 6.48,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 1246
        },
        {
          "entryTs": 1657021320,
          "entryUtc": "2022-07-05T11:42:00.000Z",
          "exitTs": 1657023420,
          "dir": -1,
          "entryPrice": 1798.374,
          "exitPrice": 1803.523,
          "stopDistance": 5.149,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 35
        },
        {
          "entryTs": 1657107180,
          "entryUtc": "2022-07-06T11:33:00.000Z",
          "exitTs": 1657111920,
          "dir": -1,
          "entryPrice": 1760.755,
          "exitPrice": 1767.756,
          "stopDistance": 7.001,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 79
        },
        {
          "entryTs": 1657196280,
          "entryUtc": "2022-07-07T12:18:00.000Z",
          "exitTs": 1657199100,
          "dir": 1,
          "entryPrice": 1745.104,
          "exitPrice": 1738.178,
          "stopDistance": 6.926,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 47
        },
        {
          "entryTs": 1657279860,
          "entryUtc": "2022-07-08T11:31:00.000Z",
          "exitTs": 1657283400,
          "dir": 1,
          "entryPrice": 1741.438,
          "exitPrice": 1734.586,
          "stopDistance": 6.852,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 59
        },
        {
          "entryTs": 1657539360,
          "entryUtc": "2022-07-11T11:36:00.000Z",
          "exitTs": 1657547460,
          "dir": -1,
          "entryPrice": 1735.098,
          "exitPrice": 1740.859,
          "stopDistance": 5.761,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 135
        },
        {
          "entryTs": 1657628760,
          "entryUtc": "2022-07-12T12:26:00.000Z",
          "exitTs": 1657715580,
          "dir": -1,
          "entryPrice": 1731.988,
          "exitPrice": 1717.027,
          "stopDistance": 7.48,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 1447
        },
        {
          "entryTs": 1657798260,
          "entryUtc": "2022-07-14T11:31:00.000Z",
          "exitTs": 1657803660,
          "dir": 1,
          "entryPrice": 1715.478,
          "exitPrice": 1707.326,
          "stopDistance": 8.152,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 90
        },
        {
          "entryTs": 1657884960,
          "entryUtc": "2022-07-15T11:36:00.000Z",
          "exitTs": 1657890840,
          "dir": -1,
          "entryPrice": 1705.558,
          "exitPrice": 1712.863,
          "stopDistance": 7.305,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 98
        },
        {
          "entryTs": 1658143800,
          "entryUtc": "2022-07-18T11:30:00.000Z",
          "exitTs": 1658339820,
          "dir": -1,
          "entryPrice": 1714.414,
          "exitPrice": 1700.401,
          "stopDistance": 7.006,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 3267
        },
        {
          "entryTs": 1658403300,
          "entryUtc": "2022-07-21T11:35:00.000Z",
          "exitTs": 1658406000,
          "dir": -1,
          "entryPrice": 1681.688,
          "exitPrice": 1687.743,
          "stopDistance": 6.055,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 45
        },
        {
          "entryTs": 1658489400,
          "entryUtc": "2022-07-22T11:30:00.000Z",
          "exitTs": 1658499120,
          "dir": 1,
          "entryPrice": 1725.498,
          "exitPrice": 1738.788,
          "stopDistance": 6.645,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 162
        },
        {
          "entryTs": 1658748900,
          "entryUtc": "2022-07-25T11:35:00.000Z",
          "exitTs": 1658838120,
          "dir": -1,
          "entryPrice": 1728.378,
          "exitPrice": 1714.424,
          "stopDistance": 6.977,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 1487
        },
        {
          "entryTs": 1658924280,
          "entryUtc": "2022-07-27T12:18:00.000Z",
          "exitTs": 1658926920,
          "dir": 1,
          "entryPrice": 1722.486,
          "exitPrice": 1717.275,
          "stopDistance": 5.211,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 44
        },
        {
          "entryTs": 1659008940,
          "entryUtc": "2022-07-28T11:49:00.000Z",
          "exitTs": 1659015780,
          "dir": 1,
          "entryPrice": 1740.36,
          "exitPrice": 1753.908,
          "stopDistance": 6.774,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 114
        },
        {
          "entryTs": 1659096120,
          "entryUtc": "2022-07-29T12:02:00.000Z",
          "exitTs": 1659107880,
          "dir": -1,
          "entryPrice": 1758.738,
          "exitPrice": 1765.509,
          "stopDistance": 6.771,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 196
        },
        {
          "entryTs": 1659353880,
          "entryUtc": "2022-08-01T11:38:00.000Z",
          "exitTs": 1659357660,
          "dir": 1,
          "entryPrice": 1773.187,
          "exitPrice": 1766.268,
          "stopDistance": 6.919,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 63
        },
        {
          "entryTs": 1659440760,
          "entryUtc": "2022-08-02T11:46:00.000Z",
          "exitTs": 1659458040,
          "dir": 1,
          "entryPrice": 1779.638,
          "exitPrice": 1773.513,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 288
        },
        {
          "entryTs": 1659526200,
          "entryUtc": "2022-08-03T11:30:00.000Z",
          "exitTs": 1659535320,
          "dir": 1,
          "entryPrice": 1767.152,
          "exitPrice": 1760.039,
          "stopDistance": 7.113,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 152
        },
        {
          "entryTs": 1659613200,
          "entryUtc": "2022-08-04T11:40:00.000Z",
          "exitTs": 1659618780,
          "dir": 1,
          "entryPrice": 1783.314,
          "exitPrice": 1777.227,
          "stopDistance": 6.087,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 93
        },
        {
          "entryTs": 1659699000,
          "entryUtc": "2022-08-05T11:30:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1786.37,
          "exitPrice": 1780.79,
          "stopDistance": 5.58,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 60
        },
        {
          "entryTs": 1659960000,
          "entryUtc": "2022-08-08T12:00:00.000Z",
          "exitTs": 1660050300,
          "dir": 1,
          "entryPrice": 1783.144,
          "exitPrice": 1794.87,
          "stopDistance": 5.863,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 1505
        },
        {
          "entryTs": 1660131900,
          "entryUtc": "2022-08-10T11:45:00.000Z",
          "exitTs": 1660134600,
          "dir": 1,
          "entryPrice": 1790.994,
          "exitPrice": 1800.734,
          "stopDistance": 4.87,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 45
        },
        {
          "entryTs": 1660217460,
          "entryUtc": "2022-08-11T11:31:00.000Z",
          "exitTs": 1660231080,
          "dir": 1,
          "entryPrice": 1792.028,
          "exitPrice": 1786.615,
          "stopDistance": 5.413,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 227
        },
        {
          "entryTs": 1660304640,
          "entryUtc": "2022-08-12T11:44:00.000Z",
          "exitTs": 1660306860,
          "dir": -1,
          "entryPrice": 1784.968,
          "exitPrice": 1790.281,
          "stopDistance": 5.313,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 37
        },
        {
          "entryTs": 1660563000,
          "entryUtc": "2022-08-15T11:30:00.000Z",
          "exitTs": 1660566180,
          "dir": -1,
          "entryPrice": 1774.818,
          "exitPrice": 1780.993,
          "stopDistance": 6.175,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 53
        },
        {
          "entryTs": 1660650480,
          "entryUtc": "2022-08-16T11:48:00.000Z",
          "exitTs": 1660714320,
          "dir": -1,
          "entryPrice": 1775.197,
          "exitPrice": 1780.125,
          "stopDistance": 4.928,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 1064
        },
        {
          "entryTs": 1660738800,
          "entryUtc": "2022-08-17T12:20:00.000Z",
          "exitTs": 1660740120,
          "dir": -1,
          "entryPrice": 1767.198,
          "exitPrice": 1772.276,
          "stopDistance": 5.078,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 22
        },
        {
          "entryTs": 1660822200,
          "entryUtc": "2022-08-18T11:30:00.000Z",
          "exitTs": 1660827960,
          "dir": 1,
          "entryPrice": 1770.988,
          "exitPrice": 1766.006,
          "stopDistance": 4.983,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 96
        },
        {
          "entryTs": 1660908960,
          "entryUtc": "2022-08-19T11:36:00.000Z",
          "exitTs": 1660912380,
          "dir": -1,
          "entryPrice": 1749.778,
          "exitPrice": 1754.633,
          "stopDistance": 4.855,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 57
        },
        {
          "entryTs": 1661168040,
          "entryUtc": "2022-08-22T11:34:00.000Z",
          "exitTs": 1661177700,
          "dir": -1,
          "entryPrice": 1733.331,
          "exitPrice": 1738.627,
          "stopDistance": 5.296,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 161
        },
        {
          "entryTs": 1661254320,
          "entryUtc": "2022-08-23T11:32:00.000Z",
          "exitTs": 1661262300,
          "dir": -1,
          "entryPrice": 1735.934,
          "exitPrice": 1741.324,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 133
        },
        {
          "entryTs": 1661340660,
          "entryUtc": "2022-08-24T11:31:00.000Z",
          "exitTs": 1661350740,
          "dir": -1,
          "entryPrice": 1743.338,
          "exitPrice": 1748.822,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 168
        },
        {
          "entryTs": 1661428800,
          "entryUtc": "2022-08-25T12:00:00.000Z",
          "exitTs": 1661500020,
          "dir": -1,
          "entryPrice": 1761.838,
          "exitPrice": 1752.08,
          "stopDistance": 4.879,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 1187
        },
        {
          "entryTs": 1661513400,
          "entryUtc": "2022-08-26T11:30:00.000Z",
          "exitTs": 1661517000,
          "dir": -1,
          "entryPrice": 1745.418,
          "exitPrice": 1750.207,
          "stopDistance": 4.789,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 60
        },
        {
          "entryTs": 1661772600,
          "entryUtc": "2022-08-29T11:30:00.000Z",
          "exitTs": 1661777220,
          "dir": -1,
          "entryPrice": 1727.127,
          "exitPrice": 1733.674,
          "stopDistance": 6.547,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 77
        },
        {
          "entryTs": 1661859420,
          "entryUtc": "2022-08-30T11:37:00.000Z",
          "exitTs": 1661870940,
          "dir": -1,
          "entryPrice": 1732.914,
          "exitPrice": 1721.776,
          "stopDistance": 5.569,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 192
        },
        {
          "entryTs": 1661945400,
          "entryUtc": "2022-08-31T11:30:00.000Z",
          "exitTs": 1661984400,
          "dir": 1,
          "entryPrice": 1714.618,
          "exitPrice": 1709.254,
          "stopDistance": 5.364,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 650
        },
        {
          "entryTs": 1662032100,
          "entryUtc": "2022-09-01T11:35:00.000Z",
          "exitTs": 1662121800,
          "dir": -1,
          "entryPrice": 1700.998,
          "exitPrice": 1707.327,
          "stopDistance": 6.329,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 1495
        },
        {
          "entryTs": 1662377580,
          "entryUtc": "2022-09-05T11:33:00.000Z",
          "exitTs": 1662424380,
          "dir": -1,
          "entryPrice": 1713.178,
          "exitPrice": 1718.607,
          "stopDistance": 5.429,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 780
        },
        {
          "entryTs": 1662464160,
          "entryUtc": "2022-09-06T11:36:00.000Z",
          "exitTs": 1662484320,
          "dir": -1,
          "entryPrice": 1711.824,
          "exitPrice": 1700.426,
          "stopDistance": 5.699,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 336
        },
        {
          "entryTs": 1662550320,
          "entryUtc": "2022-09-07T11:32:00.000Z",
          "exitTs": 1662560940,
          "dir": -1,
          "entryPrice": 1702.183,
          "exitPrice": 1708.579,
          "stopDistance": 6.396,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 177
        },
        {
          "entryTs": 1662636840,
          "entryUtc": "2022-09-08T11:34:00.000Z",
          "exitTs": 1662640260,
          "dir": 1,
          "entryPrice": 1724.348,
          "exitPrice": 1718.431,
          "stopDistance": 5.917,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 57
        },
        {
          "entryTs": 1662723240,
          "entryUtc": "2022-09-09T11:34:00.000Z",
          "exitTs": 1662730500,
          "dir": -1,
          "entryPrice": 1725.484,
          "exitPrice": 1713.844,
          "stopDistance": 5.82,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 121
        },
        {
          "entryTs": 1662982260,
          "entryUtc": "2022-09-12T11:31:00.000Z",
          "exitTs": 1662984720,
          "dir": -1,
          "entryPrice": 1726.668,
          "exitPrice": 1732.867,
          "stopDistance": 6.199,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 41
        },
        {
          "entryTs": 1663068780,
          "entryUtc": "2022-09-13T11:33:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1729.938,
          "exitPrice": 1724.509,
          "stopDistance": 5.429,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 57
        },
        {
          "entryTs": 1663242360,
          "entryUtc": "2022-09-15T11:46:00.000Z",
          "exitTs": 1663249140,
          "dir": 1,
          "entryPrice": 1687.248,
          "exitPrice": 1680.645,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 113
        },
        {
          "entryTs": 1663590360,
          "entryUtc": "2022-09-19T12:26:00.000Z",
          "exitTs": 1663783260,
          "dir": 1,
          "entryPrice": 1665.938,
          "exitPrice": 1658.737,
          "stopDistance": 7.201,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 3215
        },
        {
          "entryTs": 1663846560,
          "entryUtc": "2022-09-22T11:36:00.000Z",
          "exitTs": 1663925580,
          "dir": 1,
          "entryPrice": 1669.81,
          "exitPrice": 1660.075,
          "stopDistance": 9.735,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 1317
        },
        {
          "entryTs": 1663932600,
          "entryUtc": "2022-09-23T11:30:00.000Z",
          "exitTs": 1664152980,
          "dir": 1,
          "entryPrice": 1648.155,
          "exitPrice": 1639.068,
          "stopDistance": 9.087,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 3673
        },
        {
          "entryTs": 1664192040,
          "entryUtc": "2022-09-26T11:34:00.000Z",
          "exitTs": 1664209560,
          "dir": 1,
          "entryPrice": 1641.149,
          "exitPrice": 1631.137,
          "stopDistance": 10.012,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 292
        },
        {
          "entryTs": 1664278320,
          "entryUtc": "2022-09-27T11:32:00.000Z",
          "exitTs": 1664292300,
          "dir": 1,
          "entryPrice": 1639.745,
          "exitPrice": 1632.162,
          "stopDistance": 7.583,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 233
        },
        {
          "entryTs": 1664364900,
          "entryUtc": "2022-09-28T11:35:00.000Z",
          "exitTs": 1664367600,
          "dir": -1,
          "entryPrice": 1626.098,
          "exitPrice": 1634.036,
          "stopDistance": 7.938,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 45
        },
        {
          "entryTs": 1664451060,
          "entryUtc": "2022-09-29T11:31:00.000Z",
          "exitTs": 1664517540,
          "dir": 1,
          "entryPrice": 1651.535,
          "exitPrice": 1667.839,
          "stopDistance": 8.152,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 1108
        },
        {
          "entryTs": 1664537820,
          "entryUtc": "2022-09-30T11:37:00.000Z",
          "exitTs": 1664546220,
          "dir": -1,
          "entryPrice": 1663.565,
          "exitPrice": 1670.718,
          "stopDistance": 7.153,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 140
        },
        {
          "entryTs": 1664798400,
          "entryUtc": "2022-10-03T12:00:00.000Z",
          "exitTs": 1664806140,
          "dir": 1,
          "entryPrice": 1666.796,
          "exitPrice": 1680.34,
          "stopDistance": 6.772,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 129
        },
        {
          "entryTs": 1664885700,
          "entryUtc": "2022-10-04T12:15:00.000Z",
          "exitTs": 1664894940,
          "dir": 1,
          "entryPrice": 1706.348,
          "exitPrice": 1722.124,
          "stopDistance": 7.888,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 154
        },
        {
          "entryTs": 1664969400,
          "entryUtc": "2022-10-05T11:30:00.000Z",
          "exitTs": 1664997420,
          "dir": -1,
          "entryPrice": 1709.362,
          "exitPrice": 1718.292,
          "stopDistance": 8.93,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 467
        },
        {
          "entryTs": 1665057780,
          "entryUtc": "2022-10-06T12:03:00.000Z",
          "exitTs": 1665066540,
          "dir": 1,
          "entryPrice": 1715.934,
          "exitPrice": 1708.521,
          "stopDistance": 7.413,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 146
        },
        {
          "entryTs": 1665142260,
          "entryUtc": "2022-10-07T11:31:00.000Z",
          "exitTs": 1665145800,
          "dir": 1,
          "entryPrice": 1709.654,
          "exitPrice": 1703.277,
          "stopDistance": 6.377,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 59
        },
        {
          "entryTs": 1665402060,
          "entryUtc": "2022-10-10T11:41:00.000Z",
          "exitTs": 1665454440,
          "dir": -1,
          "entryPrice": 1678.108,
          "exitPrice": 1663.577,
          "stopDistance": 7.266,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 873
        },
        {
          "entryTs": 1665489240,
          "entryUtc": "2022-10-11T11:54:00.000Z",
          "exitTs": 1665532860,
          "dir": 1,
          "entryPrice": 1670.225,
          "exitPrice": 1663.247,
          "stopDistance": 6.978,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 727
        },
        {
          "entryTs": 1665574560,
          "entryUtc": "2022-10-12T11:36:00.000Z",
          "exitTs": 1665664200,
          "dir": 1,
          "entryPrice": 1670.735,
          "exitPrice": 1663.457,
          "stopDistance": 7.278,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 1494
        },
        {
          "entryTs": 1665747300,
          "entryUtc": "2022-10-14T11:35:00.000Z",
          "exitTs": 1665755100,
          "dir": 1,
          "entryPrice": 1658.818,
          "exitPrice": 1650.041,
          "stopDistance": 8.777,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 130
        },
        {
          "entryTs": 1666006500,
          "entryUtc": "2022-10-17T11:35:00.000Z",
          "exitTs": 1666031520,
          "dir": 1,
          "entryPrice": 1657.918,
          "exitPrice": 1650.512,
          "stopDistance": 7.405,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 417
        },
        {
          "entryTs": 1666095060,
          "entryUtc": "2022-10-18T12:11:00.000Z",
          "exitTs": 1666106460,
          "dir": 1,
          "entryPrice": 1654.008,
          "exitPrice": 1647.253,
          "stopDistance": 6.755,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 190
        },
        {
          "entryTs": 1666179540,
          "entryUtc": "2022-10-19T11:39:00.000Z",
          "exitTs": 1666222860,
          "dir": 1,
          "entryPrice": 1633.848,
          "exitPrice": 1626.937,
          "stopDistance": 6.911,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 722
        },
        {
          "entryTs": 1666266240,
          "entryUtc": "2022-10-20T11:44:00.000Z",
          "exitTs": 1666277460,
          "dir": -1,
          "entryPrice": 1636.837,
          "exitPrice": 1643.589,
          "stopDistance": 6.752,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 187
        },
        {
          "entryTs": 1666352460,
          "entryUtc": "2022-10-21T11:41:00.000Z",
          "exitTs": 1666357080,
          "dir": -1,
          "entryPrice": 1624.578,
          "exitPrice": 1631.144,
          "stopDistance": 6.566,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 77
        },
        {
          "entryTs": 1666612080,
          "entryUtc": "2022-10-24T11:48:00.000Z",
          "exitTs": 1666690620,
          "dir": 1,
          "entryPrice": 1649.868,
          "exitPrice": 1641.38,
          "stopDistance": 8.488,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 1309
        },
        {
          "entryTs": 1666697760,
          "entryUtc": "2022-10-25T11:36:00.000Z",
          "exitTs": 1666704840,
          "dir": 1,
          "entryPrice": 1643.617,
          "exitPrice": 1656.733,
          "stopDistance": 6.558,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 118
        },
        {
          "entryTs": 1666783920,
          "entryUtc": "2022-10-26T11:32:00.000Z",
          "exitTs": 1666787880,
          "dir": 1,
          "entryPrice": 1671.348,
          "exitPrice": 1664.451,
          "stopDistance": 6.897,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 66
        },
        {
          "entryTs": 1666872900,
          "entryUtc": "2022-10-27T12:15:00.000Z",
          "exitTs": 1666922340,
          "dir": -1,
          "entryPrice": 1660.187,
          "exitPrice": 1666.3,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 824
        },
        {
          "entryTs": 1666956900,
          "entryUtc": "2022-10-28T11:35:00.000Z",
          "exitTs": 1666960020,
          "dir": 1,
          "entryPrice": 1651.258,
          "exitPrice": 1644.755,
          "stopDistance": 6.503,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 52
        },
        {
          "entryTs": 1667216760,
          "entryUtc": "2022-10-31T11:46:00.000Z",
          "exitTs": 1667219880,
          "dir": 1,
          "entryPrice": 1641.758,
          "exitPrice": 1635.737,
          "stopDistance": 6.021,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 52
        },
        {
          "entryTs": 1667302260,
          "entryUtc": "2022-11-01T11:31:00.000Z",
          "exitTs": 1667311200,
          "dir": 1,
          "entryPrice": 1654.708,
          "exitPrice": 1648.71,
          "stopDistance": 5.998,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 149
        },
        {
          "entryTs": 1667390580,
          "entryUtc": "2022-11-02T12:03:00.000Z",
          "exitTs": 1667398140,
          "dir": 1,
          "entryPrice": 1656.168,
          "exitPrice": 1650.981,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 126
        },
        {
          "entryTs": 1667475600,
          "entryUtc": "2022-11-03T11:40:00.000Z",
          "exitTs": 1667485500,
          "dir": -1,
          "entryPrice": 1618.087,
          "exitPrice": 1625.309,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 165
        },
        {
          "entryTs": 1667565000,
          "entryUtc": "2022-11-04T12:30:00.000Z",
          "exitTs": 1667565900,
          "dir": -1,
          "entryPrice": 1649.097,
          "exitPrice": 1656.362,
          "stopDistance": 7.265,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 15
        },
        {
          "entryTs": 1667826240,
          "entryUtc": "2022-11-07T13:04:00.000Z",
          "exitTs": 1667881860,
          "dir": 1,
          "entryPrice": 1677.827,
          "exitPrice": 1670.795,
          "stopDistance": 7.032,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 927
        },
        {
          "entryTs": 1667913600,
          "entryUtc": "2022-11-08T13:20:00.000Z",
          "exitTs": 1667920080,
          "dir": 1,
          "entryPrice": 1673.128,
          "exitPrice": 1683.963,
          "stopDistance": 5.417,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 108
        },
        {
          "entryTs": 1667997240,
          "entryUtc": "2022-11-09T12:34:00.000Z",
          "exitTs": 1668004860,
          "dir": -1,
          "entryPrice": 1707.208,
          "exitPrice": 1713.658,
          "stopDistance": 6.45,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 127
        },
        {
          "entryTs": 1668084120,
          "entryUtc": "2022-11-10T12:42:00.000Z",
          "exitTs": 1668087000,
          "dir": 1,
          "entryPrice": 1707.998,
          "exitPrice": 1720.22,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 48
        },
        {
          "entryTs": 1668169800,
          "entryUtc": "2022-11-11T12:30:00.000Z",
          "exitTs": 1668497520,
          "dir": 1,
          "entryPrice": 1760.087,
          "exitPrice": 1778.911,
          "stopDistance": 9.412,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 5462
        },
        {
          "entryTs": 1668517740,
          "entryUtc": "2022-11-15T13:09:00.000Z",
          "exitTs": 1668523200,
          "dir": 1,
          "entryPrice": 1777.188,
          "exitPrice": 1770.189,
          "stopDistance": 6.999,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 91
        },
        {
          "entryTs": 1668601800,
          "entryUtc": "2022-11-16T12:30:00.000Z",
          "exitTs": 1668651900,
          "dir": -1,
          "entryPrice": 1781.087,
          "exitPrice": 1766.556,
          "stopDistance": 7.266,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 835
        },
        {
          "entryTs": 1668688440,
          "entryUtc": "2022-11-17T12:34:00.000Z",
          "exitTs": 1668782940,
          "dir": -1,
          "entryPrice": 1764.268,
          "exitPrice": 1751.588,
          "stopDistance": 6.34,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 1575
        },
        {
          "entryTs": 1669033920,
          "entryUtc": "2022-11-21T12:32:00.000Z",
          "exitTs": 1669046940,
          "dir": 1,
          "entryPrice": 1740.648,
          "exitPrice": 1734.919,
          "stopDistance": 5.729,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 217
        },
        {
          "entryTs": 1669120200,
          "entryUtc": "2022-11-22T12:30:00.000Z",
          "exitTs": 1669176060,
          "dir": -1,
          "entryPrice": 1747.038,
          "exitPrice": 1736.119,
          "stopDistance": 5.459,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 931
        },
        {
          "entryTs": 1669206780,
          "entryUtc": "2022-11-23T12:33:00.000Z",
          "exitTs": 1669214880,
          "dir": -1,
          "entryPrice": 1737.168,
          "exitPrice": 1742.95,
          "stopDistance": 5.782,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 135
        },
        {
          "entryTs": 1669293960,
          "entryUtc": "2022-11-24T12:46:00.000Z",
          "exitTs": 1669383960,
          "dir": -1,
          "entryPrice": 1757.268,
          "exitPrice": 1746.251,
          "stopDistance": 5.509,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1669638600,
          "entryUtc": "2022-11-28T12:30:00.000Z",
          "exitTs": 1669650780,
          "dir": -1,
          "entryPrice": 1757.118,
          "exitPrice": 1744.776,
          "stopDistance": 6.171,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 203
        },
        {
          "entryTs": 1669725000,
          "entryUtc": "2022-11-29T12:30:00.000Z",
          "exitTs": 1669798860,
          "dir": -1,
          "entryPrice": 1753.758,
          "exitPrice": 1759.749,
          "stopDistance": 5.991,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 1231
        },
        {
          "entryTs": 1669811700,
          "entryUtc": "2022-11-30T12:35:00.000Z",
          "exitTs": 1669821660,
          "dir": -1,
          "entryPrice": 1761.218,
          "exitPrice": 1750.706,
          "stopDistance": 5.256,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 166
        },
        {
          "entryTs": 1669897860,
          "entryUtc": "2022-12-01T12:31:00.000Z",
          "exitTs": 1669904640,
          "dir": 1,
          "entryPrice": 1783.918,
          "exitPrice": 1798.28,
          "stopDistance": 7.181,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 113
        },
        {
          "entryTs": 1669984380,
          "entryUtc": "2022-12-02T12:33:00.000Z",
          "exitTs": 1669987800,
          "dir": 1,
          "entryPrice": 1798.708,
          "exitPrice": 1793.097,
          "stopDistance": 5.611,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 57
        },
        {
          "entryTs": 1670244420,
          "entryUtc": "2022-12-05T12:47:00.000Z",
          "exitTs": 1670251080,
          "dir": 1,
          "entryPrice": 1795.438,
          "exitPrice": 1789.051,
          "stopDistance": 6.387,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 111
        },
        {
          "entryTs": 1670330100,
          "entryUtc": "2022-12-06T12:35:00.000Z",
          "exitTs": 1670338800,
          "dir": 1,
          "entryPrice": 1780.358,
          "exitPrice": 1773.759,
          "stopDistance": 6.599,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 145
        },
        {
          "entryTs": 1670416500,
          "entryUtc": "2022-12-07T12:35:00.000Z",
          "exitTs": 1670423820,
          "dir": 1,
          "entryPrice": 1772.618,
          "exitPrice": 1783.71,
          "stopDistance": 5.546,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 122
        },
        {
          "entryTs": 1670504700,
          "entryUtc": "2022-12-08T13:05:00.000Z",
          "exitTs": 1670585340,
          "dir": 1,
          "entryPrice": 1786.868,
          "exitPrice": 1797.669,
          "stopDistance": 5.401,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 1344
        },
        {
          "entryTs": 1670589000,
          "entryUtc": "2022-12-09T12:30:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1801.078,
          "exitPrice": 1795.585,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 60
        },
        {
          "entryTs": 1670848200,
          "entryUtc": "2022-12-12T12:30:00.000Z",
          "exitTs": 1670861460,
          "dir": -1,
          "entryPrice": 1793.317,
          "exitPrice": 1782.084,
          "stopDistance": 5.616,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 221
        },
        {
          "entryTs": 1670935560,
          "entryUtc": "2022-12-13T12:46:00.000Z",
          "exitTs": 1670938200,
          "dir": 1,
          "entryPrice": 1788.365,
          "exitPrice": 1798.225,
          "stopDistance": 4.93,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 44
        },
        {
          "entryTs": 1671021600,
          "entryUtc": "2022-12-14T12:40:00.000Z",
          "exitTs": 1671032640,
          "dir": -1,
          "entryPrice": 1805.845,
          "exitPrice": 1812.024,
          "stopDistance": 6.179,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 184
        },
        {
          "entryTs": 1671107400,
          "entryUtc": "2022-12-15T12:30:00.000Z",
          "exitTs": 1671415380,
          "dir": 1,
          "entryPrice": 1779.175,
          "exitPrice": 1795.324,
          "stopDistance": 8.074,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 5133
        },
        {
          "entryTs": 1671453000,
          "entryUtc": "2022-12-19T12:30:00.000Z",
          "exitTs": 1671525600,
          "dir": -1,
          "entryPrice": 1793.808,
          "exitPrice": 1799.194,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1671539400,
          "entryUtc": "2022-12-20T12:30:00.000Z",
          "exitTs": 1671547740,
          "dir": -1,
          "entryPrice": 1804.685,
          "exitPrice": 1811.284,
          "stopDistance": 6.599,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 139
        },
        {
          "entryTs": 1671625920,
          "entryUtc": "2022-12-21T12:32:00.000Z",
          "exitTs": 1671628800,
          "dir": -1,
          "entryPrice": 1813.198,
          "exitPrice": 1818.581,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 48
        },
        {
          "entryTs": 1671713700,
          "entryUtc": "2022-12-22T12:55:00.000Z",
          "exitTs": 1671716100,
          "dir": 1,
          "entryPrice": 1816.835,
          "exitPrice": 1812.061,
          "stopDistance": 4.774,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 40
        },
        {
          "entryTs": 1671799020,
          "entryUtc": "2022-12-23T12:37:00.000Z",
          "exitTs": 1671811800,
          "dir": -1,
          "entryPrice": 1797.055,
          "exitPrice": 1802.096,
          "stopDistance": 5.041,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 213
        },
        {
          "entryTs": 1672144320,
          "entryUtc": "2022-12-27T12:32:00.000Z",
          "exitTs": 1672153680,
          "dir": -1,
          "entryPrice": 1809.208,
          "exitPrice": 1813.781,
          "stopDistance": 4.573,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 156
        },
        {
          "entryTs": 1672230600,
          "entryUtc": "2022-12-28T12:30:00.000Z",
          "exitTs": 1672243080,
          "dir": 1,
          "entryPrice": 1805.245,
          "exitPrice": 1799.029,
          "stopDistance": 6.216,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 208
        },
        {
          "entryTs": 1672317060,
          "entryUtc": "2022-12-29T12:31:00.000Z",
          "exitTs": 1672321020,
          "dir": -1,
          "entryPrice": 1806.077,
          "exitPrice": 1811.44,
          "stopDistance": 5.363,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 66
        },
        {
          "entryTs": 1672403460,
          "entryUtc": "2022-12-30T12:31:00.000Z",
          "exitTs": 1672412640,
          "dir": 1,
          "entryPrice": 1820.418,
          "exitPrice": 1815.455,
          "stopDistance": 4.963,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 153
        },
        {
          "entryTs": 1672749540,
          "entryUtc": "2023-01-03T12:39:00.000Z",
          "exitTs": 1672816260,
          "dir": 1,
          "entryPrice": 1835.485,
          "exitPrice": 1851.813,
          "stopDistance": 8.164,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 1112
        },
        {
          "entryTs": 1672835880,
          "entryUtc": "2023-01-04T12:38:00.000Z",
          "exitTs": 1672839540,
          "dir": -1,
          "entryPrice": 1854.595,
          "exitPrice": 1861.997,
          "stopDistance": 7.402,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 61
        },
        {
          "entryTs": 1672922940,
          "entryUtc": "2023-01-05T12:49:00.000Z",
          "exitTs": 1672931820,
          "dir": -1,
          "entryPrice": 1845.165,
          "exitPrice": 1830.213,
          "stopDistance": 7.476,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 148
        },
        {
          "entryTs": 1673008200,
          "entryUtc": "2023-01-06T12:30:00.000Z",
          "exitTs": 1673012820,
          "dir": 1,
          "entryPrice": 1837.355,
          "exitPrice": 1850.028,
          "stopDistance": 6.337,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 77
        },
        {
          "entryTs": 1673269380,
          "entryUtc": "2023-01-09T13:03:00.000Z",
          "exitTs": 1673310000,
          "dir": 1,
          "entryPrice": 1875.575,
          "exitPrice": 1868.869,
          "stopDistance": 6.706,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 677
        },
        {
          "entryTs": 1673354160,
          "entryUtc": "2023-01-10T12:36:00.000Z",
          "exitTs": 1673360700,
          "dir": -1,
          "entryPrice": 1872.035,
          "exitPrice": 1878.017,
          "stopDistance": 5.982,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 109
        },
        {
          "entryTs": 1673447760,
          "entryUtc": "2023-01-11T14:36:00.000Z",
          "exitTs": 1673490360,
          "dir": -1,
          "entryPrice": 1875.605,
          "exitPrice": 1881.791,
          "stopDistance": 6.186,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 710
        },
        {
          "entryTs": 1673529960,
          "entryUtc": "2023-01-12T13:26:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1889.977,
          "exitPrice": 1884.81,
          "stopDistance": 5.168,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 4
        },
        {
          "entryTs": 1673613000,
          "entryUtc": "2023-01-13T12:30:00.000Z",
          "exitTs": 1673619120,
          "dir": -1,
          "entryPrice": 1895.268,
          "exitPrice": 1903.264,
          "stopDistance": 7.996,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 102
        },
        {
          "entryTs": 1673872380,
          "entryUtc": "2023-01-16T12:33:00.000Z",
          "exitTs": 1674013260,
          "dir": -1,
          "entryPrice": 1915.105,
          "exitPrice": 1899.395,
          "stopDistance": 7.855,
          "outcome": "target",
          "netR": 1.9529,
          "holdMinutes": 2348
        },
        {
          "entryTs": 1674045600,
          "entryUtc": "2023-01-18T12:40:00.000Z",
          "exitTs": 1674048600,
          "dir": -1,
          "entryPrice": 1915.255,
          "exitPrice": 1922.239,
          "stopDistance": 6.984,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 50
        },
        {
          "entryTs": 1674131640,
          "entryUtc": "2023-01-19T12:34:00.000Z",
          "exitTs": 1674153420,
          "dir": 1,
          "entryPrice": 1910.495,
          "exitPrice": 1923.973,
          "stopDistance": 6.739,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 363
        },
        {
          "entryTs": 1674218820,
          "entryUtc": "2023-01-20T12:47:00.000Z",
          "exitTs": 1674225120,
          "dir": 1,
          "entryPrice": 1928.725,
          "exitPrice": 1921.53,
          "stopDistance": 7.195,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 105
        },
        {
          "entryTs": 1674477060,
          "entryUtc": "2023-01-23T12:31:00.000Z",
          "exitTs": 1674481140,
          "dir": 1,
          "entryPrice": 1925.498,
          "exitPrice": 1919.167,
          "stopDistance": 6.331,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 68
        },
        {
          "entryTs": 1674563640,
          "entryUtc": "2023-01-24T12:34:00.000Z",
          "exitTs": 1674572160,
          "dir": -1,
          "entryPrice": 1937.018,
          "exitPrice": 1924.279,
          "stopDistance": 6.37,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 142
        },
        {
          "entryTs": 1674650280,
          "entryUtc": "2023-01-25T12:38:00.000Z",
          "exitTs": 1674668160,
          "dir": 1,
          "entryPrice": 1925.845,
          "exitPrice": 1939.924,
          "stopDistance": 7.039,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 298
        },
        {
          "entryTs": 1674737760,
          "entryUtc": "2023-01-26T12:56:00.000Z",
          "exitTs": 1674744540,
          "dir": 1,
          "entryPrice": 1937.265,
          "exitPrice": 1930.085,
          "stopDistance": 7.18,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 113
        },
        {
          "entryTs": 1674822840,
          "entryUtc": "2023-01-27T12:34:00.000Z",
          "exitTs": 1674834480,
          "dir": -1,
          "entryPrice": 1930.005,
          "exitPrice": 1916.624,
          "stopDistance": 6.691,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 194
        },
        {
          "entryTs": 1675082820,
          "entryUtc": "2023-01-30T12:47:00.000Z",
          "exitTs": 1675143360,
          "dir": 1,
          "entryPrice": 1926.275,
          "exitPrice": 1918.688,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 1009
        },
        {
          "entryTs": 1675168920,
          "entryUtc": "2023-01-31T12:42:00.000Z",
          "exitTs": 1675172880,
          "dir": 1,
          "entryPrice": 1904.425,
          "exitPrice": 1917.48,
          "stopDistance": 6.527,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 66
        },
        {
          "entryTs": 1675255020,
          "entryUtc": "2023-02-01T12:37:00.000Z",
          "exitTs": 1675280400,
          "dir": -1,
          "entryPrice": 1928.445,
          "exitPrice": 1934.03,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 423
        },
        {
          "entryTs": 1675341900,
          "entryUtc": "2023-02-02T12:45:00.000Z",
          "exitTs": 1675349100,
          "dir": -1,
          "entryPrice": 1953.105,
          "exitPrice": 1937.765,
          "stopDistance": 7.67,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 120
        },
        {
          "entryTs": 1675427400,
          "entryUtc": "2023-02-03T12:30:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1916.375,
          "exitPrice": 1908.807,
          "stopDistance": 7.568,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 60
        },
        {
          "entryTs": 1675686960,
          "entryUtc": "2023-02-06T12:36:00.000Z",
          "exitTs": 1675698420,
          "dir": 1,
          "entryPrice": 1873.355,
          "exitPrice": 1865.028,
          "stopDistance": 8.327,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 191
        },
        {
          "entryTs": 1675773000,
          "entryUtc": "2023-02-07T12:30:00.000Z",
          "exitTs": 1675795680,
          "dir": 1,
          "entryPrice": 1871.995,
          "exitPrice": 1865.219,
          "stopDistance": 6.776,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 378
        },
        {
          "entryTs": 1675860720,
          "entryUtc": "2023-02-08T12:52:00.000Z",
          "exitTs": 1675950780,
          "dir": -1,
          "entryPrice": 1879.705,
          "exitPrice": 1887.896,
          "stopDistance": 8.191,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1676033160,
          "entryUtc": "2023-02-10T12:46:00.000Z",
          "exitTs": 1676047920,
          "dir": 1,
          "entryPrice": 1865.005,
          "exitPrice": 1856.531,
          "stopDistance": 8.474,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 246
        },
        {
          "entryTs": 1676291520,
          "entryUtc": "2023-02-13T12:32:00.000Z",
          "exitTs": 1676296080,
          "dir": 1,
          "entryPrice": 1862.505,
          "exitPrice": 1855.463,
          "stopDistance": 7.042,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 76
        },
        {
          "entryTs": 1676378820,
          "entryUtc": "2023-02-14T12:47:00.000Z",
          "exitTs": 1676381400,
          "dir": 1,
          "entryPrice": 1859.875,
          "exitPrice": 1853.771,
          "stopDistance": 6.104,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 43
        },
        {
          "entryTs": 1676465400,
          "entryUtc": "2023-02-15T12:50:00.000Z",
          "exitTs": 1676514900,
          "dir": -1,
          "entryPrice": 1834.395,
          "exitPrice": 1842.258,
          "stopDistance": 7.863,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 825
        },
        {
          "entryTs": 1676550660,
          "entryUtc": "2023-02-16T12:31:00.000Z",
          "exitTs": 1676569320,
          "dir": -1,
          "entryPrice": 1836.175,
          "exitPrice": 1843.024,
          "stopDistance": 6.849,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 311
        },
        {
          "entryTs": 1676637480,
          "entryUtc": "2023-02-17T12:38:00.000Z",
          "exitTs": 1676653320,
          "dir": 1,
          "entryPrice": 1827.705,
          "exitPrice": 1842.312,
          "stopDistance": 7.304,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 264
        },
        {
          "entryTs": 1676897040,
          "entryUtc": "2023-02-20T12:44:00.000Z",
          "exitTs": 1676967420,
          "dir": -1,
          "entryPrice": 1843.075,
          "exitPrice": 1831.951,
          "stopDistance": 5.562,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 1173
        },
        {
          "entryTs": 1676983140,
          "entryUtc": "2023-02-21T12:39:00.000Z",
          "exitTs": 1676985420,
          "dir": -1,
          "entryPrice": 1830.225,
          "exitPrice": 1835.182,
          "stopDistance": 4.957,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 38
        },
        {
          "entryTs": 1677069000,
          "entryUtc": "2023-02-22T12:30:00.000Z",
          "exitTs": 1677072000,
          "dir": 1,
          "entryPrice": 1842.968,
          "exitPrice": 1837.268,
          "stopDistance": 5.7,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 50
        },
        {
          "entryTs": 1677155580,
          "entryUtc": "2023-02-23T12:33:00.000Z",
          "exitTs": 1677159000,
          "dir": 1,
          "entryPrice": 1827.095,
          "exitPrice": 1821.412,
          "stopDistance": 5.683,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 57
        },
        {
          "entryTs": 1677243780,
          "entryUtc": "2023-02-24T13:03:00.000Z",
          "exitTs": 1677596400,
          "dir": -1,
          "entryPrice": 1815.185,
          "exitPrice": 1820.804,
          "stopDistance": 5.619,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 5877
        },
        {
          "entryTs": 1677673860,
          "entryUtc": "2023-03-01T12:31:00.000Z",
          "exitTs": 1677721260,
          "dir": 1,
          "entryPrice": 1838.285,
          "exitPrice": 1832.319,
          "stopDistance": 5.966,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 790
        },
        {
          "entryTs": 1677760200,
          "entryUtc": "2023-03-02T12:30:00.000Z",
          "exitTs": 1677771240,
          "dir": -1,
          "entryPrice": 1833.178,
          "exitPrice": 1838.79,
          "stopDistance": 5.612,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 184
        },
        {
          "entryTs": 1677847200,
          "entryUtc": "2023-03-03T12:40:00.000Z",
          "exitTs": 1677871740,
          "dir": -1,
          "entryPrice": 1845.665,
          "exitPrice": 1850.467,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 409
        },
        {
          "entryTs": 1678106220,
          "entryUtc": "2023-03-06T12:37:00.000Z",
          "exitTs": 1678130100,
          "dir": 1,
          "entryPrice": 1850.518,
          "exitPrice": 1845.183,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 398
        },
        {
          "entryTs": 1678192200,
          "entryUtc": "2023-03-07T12:30:00.000Z",
          "exitTs": 1678199880,
          "dir": -1,
          "entryPrice": 1840.295,
          "exitPrice": 1831.148,
          "stopDistance": 4.573,
          "outcome": "target",
          "netR": 1.9191,
          "holdMinutes": 128
        },
        {
          "entryTs": 1678279020,
          "entryUtc": "2023-03-08T12:37:00.000Z",
          "exitTs": 1678286820,
          "dir": -1,
          "entryPrice": 1813.895,
          "exitPrice": 1818.4,
          "stopDistance": 4.505,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 130
        },
        {
          "entryTs": 1678365000,
          "entryUtc": "2023-03-09T12:30:00.000Z",
          "exitTs": 1678369080,
          "dir": -1,
          "entryPrice": 1817.905,
          "exitPrice": 1822.307,
          "stopDistance": 4.402,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 68
        },
        {
          "entryTs": 1678451760,
          "entryUtc": "2023-03-10T12:36:00.000Z",
          "exitTs": 1678458180,
          "dir": 1,
          "entryPrice": 1835.955,
          "exitPrice": 1847.609,
          "stopDistance": 5.827,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 107
        },
        {
          "entryTs": 1678707000,
          "entryUtc": "2023-03-13T11:30:00.000Z",
          "exitTs": 1678718760,
          "dir": 1,
          "entryPrice": 1887.835,
          "exitPrice": 1911.497,
          "stopDistance": 11.831,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 196
        },
        {
          "entryTs": 1678794120,
          "entryUtc": "2023-03-14T11:42:00.000Z",
          "exitTs": 1678867260,
          "dir": 1,
          "entryPrice": 1904.365,
          "exitPrice": 1894.718,
          "stopDistance": 9.647,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 1219
        },
        {
          "entryTs": 1678879800,
          "entryUtc": "2023-03-15T11:30:00.000Z",
          "exitTs": 1678896900,
          "dir": 1,
          "entryPrice": 1912.685,
          "exitPrice": 1931.295,
          "stopDistance": 9.305,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 285
        },
        {
          "entryTs": 1678966380,
          "entryUtc": "2023-03-16T11:33:00.000Z",
          "exitTs": 1678981200,
          "dir": 1,
          "entryPrice": 1924.695,
          "exitPrice": 1914.684,
          "stopDistance": 10.011,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 247
        },
        {
          "entryTs": 1679054880,
          "entryUtc": "2023-03-17T12:08:00.000Z",
          "exitTs": 1679061600,
          "dir": 1,
          "entryPrice": 1937.048,
          "exitPrice": 1952.968,
          "stopDistance": 7.96,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 112
        },
        {
          "entryTs": 1679311980,
          "entryUtc": "2023-03-20T11:33:00.000Z",
          "exitTs": 1679407680,
          "dir": -1,
          "entryPrice": 1979.525,
          "exitPrice": 1949.609,
          "stopDistance": 14.958,
          "outcome": "target",
          "netR": 1.9753,
          "holdMinutes": 1595
        },
        {
          "entryTs": 1679485380,
          "entryUtc": "2023-03-22T11:43:00.000Z",
          "exitTs": 1679496420,
          "dir": -1,
          "entryPrice": 1940.105,
          "exitPrice": 1948.098,
          "stopDistance": 7.993,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 184
        },
        {
          "entryTs": 1679572560,
          "entryUtc": "2023-03-23T11:56:00.000Z",
          "exitTs": 1679575320,
          "dir": 1,
          "entryPrice": 1978.505,
          "exitPrice": 1968.695,
          "stopDistance": 9.81,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 46
        },
        {
          "entryTs": 1679658600,
          "entryUtc": "2023-03-24T11:50:00.000Z",
          "exitTs": 1679673720,
          "dir": 1,
          "entryPrice": 1995.045,
          "exitPrice": 1985.12,
          "stopDistance": 9.926,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 252
        },
        {
          "entryTs": 1679916600,
          "entryUtc": "2023-03-27T11:30:00.000Z",
          "exitTs": 1680024000,
          "dir": 1,
          "entryPrice": 1953.015,
          "exitPrice": 1972.741,
          "stopDistance": 9.863,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 1790
        },
        {
          "entryTs": 1680089760,
          "entryUtc": "2023-03-29T11:36:00.000Z",
          "exitTs": 1680101040,
          "dir": -1,
          "entryPrice": 1964.078,
          "exitPrice": 1970.319,
          "stopDistance": 6.241,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 188
        },
        {
          "entryTs": 1680176880,
          "entryUtc": "2023-03-30T11:48:00.000Z",
          "exitTs": 1680179220,
          "dir": -1,
          "entryPrice": 1968.325,
          "exitPrice": 1974.46,
          "stopDistance": 6.135,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 39
        },
        {
          "entryTs": 1680262200,
          "entryUtc": "2023-03-31T11:30:00.000Z",
          "exitTs": 1680268080,
          "dir": 1,
          "entryPrice": 1981.795,
          "exitPrice": 1975.382,
          "stopDistance": 6.413,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 98
        },
        {
          "entryTs": 1680521460,
          "entryUtc": "2023-04-03T11:31:00.000Z",
          "exitTs": 1680615720,
          "dir": 1,
          "entryPrice": 1975.245,
          "exitPrice": 1991.9,
          "stopDistance": 8.328,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 1571
        },
        {
          "entryTs": 1680695220,
          "entryUtc": "2023-04-05T11:47:00.000Z",
          "exitTs": 1680705120,
          "dir": 1,
          "entryPrice": 2024.075,
          "exitPrice": 2017.702,
          "stopDistance": 6.373,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 165
        },
        {
          "entryTs": 1680780600,
          "entryUtc": "2023-04-06T11:30:00.000Z",
          "exitTs": 1680788640,
          "dir": -1,
          "entryPrice": 2018.138,
          "exitPrice": 2005.077,
          "stopDistance": 6.53,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 134
        },
        {
          "entryTs": 1681127340,
          "entryUtc": "2023-04-10T11:49:00.000Z",
          "exitTs": 1681131000,
          "dir": 1,
          "entryPrice": 2002.555,
          "exitPrice": 1995.441,
          "stopDistance": 7.114,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 61
        },
        {
          "entryTs": 1681212840,
          "entryUtc": "2023-04-11T11:34:00.000Z",
          "exitTs": 1681231080,
          "dir": -1,
          "entryPrice": 2000.135,
          "exitPrice": 2006.307,
          "stopDistance": 6.172,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 304
        },
        {
          "entryTs": 1681299000,
          "entryUtc": "2023-04-12T11:30:00.000Z",
          "exitTs": 1681302720,
          "dir": 1,
          "entryPrice": 2009.905,
          "exitPrice": 2022.401,
          "stopDistance": 6.248,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 62
        },
        {
          "entryTs": 1681386420,
          "entryUtc": "2023-04-13T11:47:00.000Z",
          "exitTs": 1681390380,
          "dir": 1,
          "entryPrice": 2027.875,
          "exitPrice": 2041.652,
          "stopDistance": 6.889,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 66
        },
        {
          "entryTs": 1681472100,
          "entryUtc": "2023-04-14T11:35:00.000Z",
          "exitTs": 1681475400,
          "dir": -1,
          "entryPrice": 2032.185,
          "exitPrice": 2039.329,
          "stopDistance": 7.144,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 55
        },
        {
          "entryTs": 1681731420,
          "entryUtc": "2023-04-17T11:37:00.000Z",
          "exitTs": 1681735440,
          "dir": 1,
          "entryPrice": 2008.908,
          "exitPrice": 2001.156,
          "stopDistance": 7.752,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 67
        },
        {
          "entryTs": 1681817580,
          "entryUtc": "2023-04-18T11:33:00.000Z",
          "exitTs": 1681823820,
          "dir": 1,
          "entryPrice": 2004.595,
          "exitPrice": 1997.769,
          "stopDistance": 6.826,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 104
        },
        {
          "entryTs": 1681904280,
          "entryUtc": "2023-04-19T11:38:00.000Z",
          "exitTs": 1681907400,
          "dir": -1,
          "entryPrice": 1969.638,
          "exitPrice": 1977.983,
          "stopDistance": 8.345,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 52
        },
        {
          "entryTs": 1681990920,
          "entryUtc": "2023-04-20T11:42:00.000Z",
          "exitTs": 1681993920,
          "dir": -1,
          "entryPrice": 2001.035,
          "exitPrice": 2008.439,
          "stopDistance": 7.404,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 50
        },
        {
          "entryTs": 1682076720,
          "entryUtc": "2023-04-21T11:32:00.000Z",
          "exitTs": 1682084940,
          "dir": 1,
          "entryPrice": 1988.198,
          "exitPrice": 1980.216,
          "stopDistance": 7.982,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 137
        },
        {
          "entryTs": 1682336400,
          "entryUtc": "2023-04-24T11:40:00.000Z",
          "exitTs": 1682343300,
          "dir": 1,
          "entryPrice": 1985.138,
          "exitPrice": 1978.199,
          "stopDistance": 6.939,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 115
        },
        {
          "entryTs": 1682422200,
          "entryUtc": "2023-04-25T11:30:00.000Z",
          "exitTs": 1682445000,
          "dir": 1,
          "entryPrice": 1982.698,
          "exitPrice": 1997.341,
          "stopDistance": 7.321,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 380
        },
        {
          "entryTs": 1682509200,
          "entryUtc": "2023-04-26T11:40:00.000Z",
          "exitTs": 1682515320,
          "dir": -1,
          "entryPrice": 1997.884,
          "exitPrice": 2004.616,
          "stopDistance": 6.732,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 102
        },
        {
          "entryTs": 1682595300,
          "entryUtc": "2023-04-27T11:35:00.000Z",
          "exitTs": 1682599380,
          "dir": -1,
          "entryPrice": 1998.475,
          "exitPrice": 1984.734,
          "stopDistance": 6.87,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 68
        },
        {
          "entryTs": 1682682780,
          "entryUtc": "2023-04-28T11:53:00.000Z",
          "exitTs": 1682688420,
          "dir": -1,
          "entryPrice": 1982.015,
          "exitPrice": 1988.331,
          "stopDistance": 6.315,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 94
        },
        {
          "entryTs": 1682941320,
          "entryUtc": "2023-05-01T11:42:00.000Z",
          "exitTs": 1682944560,
          "dir": 1,
          "entryPrice": 1989.505,
          "exitPrice": 2002.195,
          "stopDistance": 6.345,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 54
        },
        {
          "entryTs": 1683027180,
          "entryUtc": "2023-05-02T11:33:00.000Z",
          "exitTs": 1683036060,
          "dir": -1,
          "entryPrice": 1988.104,
          "exitPrice": 1994.254,
          "stopDistance": 6.15,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 148
        },
        {
          "entryTs": 1683113400,
          "entryUtc": "2023-05-03T11:30:00.000Z",
          "exitTs": 1683125520,
          "dir": -1,
          "entryPrice": 2015.495,
          "exitPrice": 2021.125,
          "stopDistance": 5.63,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 202
        },
        {
          "entryTs": 1683202620,
          "entryUtc": "2023-05-04T12:17:00.000Z",
          "exitTs": 1683210180,
          "dir": -1,
          "entryPrice": 2039.488,
          "exitPrice": 2050.22,
          "stopDistance": 10.732,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 126
        },
        {
          "entryTs": 1683286440,
          "entryUtc": "2023-05-05T11:34:00.000Z",
          "exitTs": 1683289800,
          "dir": -1,
          "entryPrice": 2037.125,
          "exitPrice": 2021.569,
          "stopDistance": 7.778,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 56
        },
        {
          "entryTs": 1683546360,
          "entryUtc": "2023-05-08T11:46:00.000Z",
          "exitTs": 1683627420,
          "dir": -1,
          "entryPrice": 2023.314,
          "exitPrice": 2029.857,
          "stopDistance": 6.543,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 1351
        },
        {
          "entryTs": 1683631800,
          "entryUtc": "2023-05-09T11:30:00.000Z",
          "exitTs": 1683636960,
          "dir": 1,
          "entryPrice": 2032.335,
          "exitPrice": 2026.899,
          "stopDistance": 5.436,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 86
        },
        {
          "entryTs": 1683718620,
          "entryUtc": "2023-05-10T11:37:00.000Z",
          "exitTs": 1683721440,
          "dir": 1,
          "entryPrice": 2031.665,
          "exitPrice": 2026.409,
          "stopDistance": 5.256,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 47
        },
        {
          "entryTs": 1683804720,
          "entryUtc": "2023-05-11T11:32:00.000Z",
          "exitTs": 1683807420,
          "dir": 1,
          "entryPrice": 2037.934,
          "exitPrice": 2031.208,
          "stopDistance": 6.726,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 45
        },
        {
          "entryTs": 1683891000,
          "entryUtc": "2023-05-12T11:30:00.000Z",
          "exitTs": 1683895200,
          "dir": -1,
          "entryPrice": 2003.385,
          "exitPrice": 2010.579,
          "stopDistance": 7.194,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 70
        },
        {
          "entryTs": 1684150800,
          "entryUtc": "2023-05-15T11:40:00.000Z",
          "exitTs": 1684153800,
          "dir": -1,
          "entryPrice": 2012.234,
          "exitPrice": 2018.268,
          "stopDistance": 6.034,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 50
        },
        {
          "entryTs": 1684236660,
          "entryUtc": "2023-05-16T11:31:00.000Z",
          "exitTs": 1684240920,
          "dir": -1,
          "entryPrice": 2007.124,
          "exitPrice": 2012.356,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 71
        },
        {
          "entryTs": 1684323840,
          "entryUtc": "2023-05-17T11:44:00.000Z",
          "exitTs": 1684326120,
          "dir": 1,
          "entryPrice": 1988.234,
          "exitPrice": 1982.895,
          "stopDistance": 5.339,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 38
        },
        {
          "entryTs": 1684409400,
          "entryUtc": "2023-05-18T11:30:00.000Z",
          "exitTs": 1684415700,
          "dir": -1,
          "entryPrice": 1974.328,
          "exitPrice": 1963.706,
          "stopDistance": 5.311,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 105
        },
        {
          "entryTs": 1684499400,
          "entryUtc": "2023-05-19T12:30:00.000Z",
          "exitTs": 1684509300,
          "dir": -1,
          "entryPrice": 1962.185,
          "exitPrice": 1968.111,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 165
        },
        {
          "entryTs": 1684755000,
          "entryUtc": "2023-05-22T11:30:00.000Z",
          "exitTs": 1684805640,
          "dir": -1,
          "entryPrice": 1976.185,
          "exitPrice": 1962.706,
          "stopDistance": 6.74,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 844
        },
        {
          "entryTs": 1684841640,
          "entryUtc": "2023-05-23T11:34:00.000Z",
          "exitTs": 1684850280,
          "dir": 1,
          "entryPrice": 1959.555,
          "exitPrice": 1973.242,
          "stopDistance": 6.844,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 144
        },
        {
          "entryTs": 1684927800,
          "entryUtc": "2023-05-24T11:30:00.000Z",
          "exitTs": 1684935720,
          "dir": 1,
          "entryPrice": 1978.735,
          "exitPrice": 1972.473,
          "stopDistance": 6.262,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 132
        },
        {
          "entryTs": 1685014500,
          "entryUtc": "2023-05-25T11:35:00.000Z",
          "exitTs": 1685018100,
          "dir": -1,
          "entryPrice": 1960.315,
          "exitPrice": 1947.734,
          "stopDistance": 6.29,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 60
        },
        {
          "entryTs": 1685100600,
          "entryUtc": "2023-05-26T11:30:00.000Z",
          "exitTs": 1685112300,
          "dir": -1,
          "entryPrice": 1952.318,
          "exitPrice": 1939.225,
          "stopDistance": 6.547,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 195
        },
        {
          "entryTs": 1685361180,
          "entryUtc": "2023-05-29T11:53:00.000Z",
          "exitTs": 1685402760,
          "dir": 1,
          "entryPrice": 1946.415,
          "exitPrice": 1941.375,
          "stopDistance": 5.04,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 693
        },
        {
          "entryTs": 1685446320,
          "entryUtc": "2023-05-30T11:32:00.000Z",
          "exitTs": 1685540580,
          "dir": 1,
          "entryPrice": 1956.285,
          "exitPrice": 1968.972,
          "stopDistance": 6.343,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 1571
        },
        {
          "entryTs": 1685620620,
          "entryUtc": "2023-06-01T11:57:00.000Z",
          "exitTs": 1685621700,
          "dir": 1,
          "entryPrice": 1967.938,
          "exitPrice": 1961.481,
          "stopDistance": 6.457,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 18
        },
        {
          "entryTs": 1685705820,
          "entryUtc": "2023-06-02T11:37:00.000Z",
          "exitTs": 1685709000,
          "dir": 1,
          "entryPrice": 1980.435,
          "exitPrice": 1974.884,
          "stopDistance": 5.551,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 53
        },
        {
          "entryTs": 1685964840,
          "entryUtc": "2023-06-05T11:34:00.000Z",
          "exitTs": 1685970900,
          "dir": -1,
          "entryPrice": 1939.238,
          "exitPrice": 1945.536,
          "stopDistance": 6.298,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 101
        },
        {
          "entryTs": 1686051240,
          "entryUtc": "2023-06-06T11:34:00.000Z",
          "exitTs": 1686058740,
          "dir": 1,
          "entryPrice": 1964.475,
          "exitPrice": 1958.936,
          "stopDistance": 5.539,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 125
        },
        {
          "entryTs": 1686138540,
          "entryUtc": "2023-06-07T11:49:00.000Z",
          "exitTs": 1686145920,
          "dir": -1,
          "entryPrice": 1961.615,
          "exitPrice": 1966.773,
          "stopDistance": 5.158,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 123
        },
        {
          "entryTs": 1686224100,
          "entryUtc": "2023-06-08T11:35:00.000Z",
          "exitTs": 1686227400,
          "dir": -1,
          "entryPrice": 1945.165,
          "exitPrice": 1950.475,
          "stopDistance": 5.309,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 55
        },
        {
          "entryTs": 1686311700,
          "entryUtc": "2023-06-09T11:55:00.000Z",
          "exitTs": 1686317520,
          "dir": 1,
          "entryPrice": 1966.535,
          "exitPrice": 1961.927,
          "stopDistance": 4.608,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 97
        },
        {
          "entryTs": 1686572160,
          "entryUtc": "2023-06-12T12:16:00.000Z",
          "exitTs": 1686575820,
          "dir": 1,
          "entryPrice": 1964.995,
          "exitPrice": 1959.993,
          "stopDistance": 5.002,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 61
        },
        {
          "entryTs": 1686656520,
          "entryUtc": "2023-06-13T11:42:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1964.594,
          "exitPrice": 1969.752,
          "stopDistance": 5.158,
          "outcome": "ambiguous",
          "netR": -1.0814,
          "holdMinutes": 48
        },
        {
          "entryTs": 1686742200,
          "entryUtc": "2023-06-14T11:30:00.000Z",
          "exitTs": 1686745800,
          "dir": -1,
          "entryPrice": 1945.965,
          "exitPrice": 1951.659,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 60
        },
        {
          "entryTs": 1686828600,
          "entryUtc": "2023-06-15T11:30:00.000Z",
          "exitTs": 1686834960,
          "dir": -1,
          "entryPrice": 1931.098,
          "exitPrice": 1938.487,
          "stopDistance": 7.389,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 106
        },
        {
          "entryTs": 1686915480,
          "entryUtc": "2023-06-16T11:38:00.000Z",
          "exitTs": 1686921780,
          "dir": 1,
          "entryPrice": 1965.845,
          "exitPrice": 1959.918,
          "stopDistance": 5.927,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 105
        },
        {
          "entryTs": 1687174500,
          "entryUtc": "2023-06-19T11:35:00.000Z",
          "exitTs": 1687246440,
          "dir": -1,
          "entryPrice": 1948.925,
          "exitPrice": 1954.165,
          "stopDistance": 5.24,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 1199
        },
        {
          "entryTs": 1687260600,
          "entryUtc": "2023-06-20T11:30:00.000Z",
          "exitTs": 1687266600,
          "dir": -1,
          "entryPrice": 1951.208,
          "exitPrice": 1941.484,
          "stopDistance": 4.862,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 100
        },
        {
          "entryTs": 1687347960,
          "entryUtc": "2023-06-21T11:46:00.000Z",
          "exitTs": 1687350060,
          "dir": 1,
          "entryPrice": 1934.975,
          "exitPrice": 1930.049,
          "stopDistance": 4.926,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 35
        },
        {
          "entryTs": 1687433580,
          "entryUtc": "2023-06-22T11:33:00.000Z",
          "exitTs": 1687445880,
          "dir": -1,
          "entryPrice": 1925.995,
          "exitPrice": 1915.362,
          "stopDistance": 5.317,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 205
        },
        {
          "entryTs": 1687519800,
          "entryUtc": "2023-06-23T11:30:00.000Z",
          "exitTs": 1687525200,
          "dir": 1,
          "entryPrice": 1919.255,
          "exitPrice": 1929.885,
          "stopDistance": 5.315,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 90
        },
        {
          "entryTs": 1687779420,
          "entryUtc": "2023-06-26T11:37:00.000Z",
          "exitTs": 1687786440,
          "dir": 1,
          "entryPrice": 1932.385,
          "exitPrice": 1926.581,
          "stopDistance": 5.804,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 117
        },
        {
          "entryTs": 1687867200,
          "entryUtc": "2023-06-27T12:00:00.000Z",
          "exitTs": 1687874460,
          "dir": 1,
          "entryPrice": 1923.405,
          "exitPrice": 1918.513,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 121
        },
        {
          "entryTs": 1687952100,
          "entryUtc": "2023-06-28T11:35:00.000Z",
          "exitTs": 1687959240,
          "dir": -1,
          "entryPrice": 1906.038,
          "exitPrice": 1911.182,
          "stopDistance": 5.144,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 119
        },
        {
          "entryTs": 1688038620,
          "entryUtc": "2023-06-29T11:37:00.000Z",
          "exitTs": 1688041860,
          "dir": 1,
          "entryPrice": 1910.495,
          "exitPrice": 1905.39,
          "stopDistance": 5.105,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 54
        },
        {
          "entryTs": 1688124600,
          "entryUtc": "2023-06-30T11:30:00.000Z",
          "exitTs": 1688128260,
          "dir": -1,
          "entryPrice": 1905.598,
          "exitPrice": 1910.577,
          "stopDistance": 4.979,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 61
        },
        {
          "entryTs": 1688383920,
          "entryUtc": "2023-07-03T11:32:00.000Z",
          "exitTs": 1688387760,
          "dir": -1,
          "entryPrice": 1911.895,
          "exitPrice": 1916.86,
          "stopDistance": 4.965,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 64
        },
        {
          "entryTs": 1688470680,
          "entryUtc": "2023-07-04T11:38:00.000Z",
          "exitTs": 1688563020,
          "dir": -1,
          "entryPrice": 1928.308,
          "exitPrice": 1932.334,
          "stopDistance": 4.026,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 1539
        },
        {
          "entryTs": 1688643600,
          "entryUtc": "2023-07-06T11:40:00.000Z",
          "exitTs": 1688645700,
          "dir": 1,
          "entryPrice": 1925.635,
          "exitPrice": 1920.797,
          "stopDistance": 4.838,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 35
        },
        {
          "entryTs": 1688729400,
          "entryUtc": "2023-07-07T11:30:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1917.635,
          "exitPrice": 1927.002,
          "stopDistance": 4.683,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 60
        },
        {
          "entryTs": 1688988660,
          "entryUtc": "2023-07-10T11:31:00.000Z",
          "exitTs": 1688991600,
          "dir": 1,
          "entryPrice": 1924.598,
          "exitPrice": 1919.493,
          "stopDistance": 5.105,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 49
        },
        {
          "entryTs": 1689075120,
          "entryUtc": "2023-07-11T11:32:00.000Z",
          "exitTs": 1689078600,
          "dir": 1,
          "entryPrice": 1936.928,
          "exitPrice": 1931.246,
          "stopDistance": 5.682,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 58
        },
        {
          "entryTs": 1689161520,
          "entryUtc": "2023-07-12T11:32:00.000Z",
          "exitTs": 1689165000,
          "dir": 1,
          "entryPrice": 1935.045,
          "exitPrice": 1943.676,
          "stopDistance": 4.316,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 58
        },
        {
          "entryTs": 1689247800,
          "entryUtc": "2023-07-13T11:30:00.000Z",
          "exitTs": 1689598500,
          "dir": -1,
          "entryPrice": 1958.688,
          "exitPrice": 1948.078,
          "stopDistance": 5.305,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 5845
        },
        {
          "entryTs": 1689680460,
          "entryUtc": "2023-07-18T11:41:00.000Z",
          "exitTs": 1689683340,
          "dir": -1,
          "entryPrice": 1961.575,
          "exitPrice": 1965.929,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 48
        },
        {
          "entryTs": 1689766320,
          "entryUtc": "2023-07-19T11:32:00.000Z",
          "exitTs": 1689769200,
          "dir": -1,
          "entryPrice": 1971.784,
          "exitPrice": 1977.04,
          "stopDistance": 5.256,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 48
        },
        {
          "entryTs": 1689854100,
          "entryUtc": "2023-07-20T11:55:00.000Z",
          "exitTs": 1689856200,
          "dir": 1,
          "entryPrice": 1981.955,
          "exitPrice": 1976.787,
          "stopDistance": 5.168,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 35
        },
        {
          "entryTs": 1689939360,
          "entryUtc": "2023-07-21T11:36:00.000Z",
          "exitTs": 1689945780,
          "dir": 1,
          "entryPrice": 1963.855,
          "exitPrice": 1958.859,
          "stopDistance": 4.996,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 107
        },
        {
          "entryTs": 1690198200,
          "entryUtc": "2023-07-24T11:30:00.000Z",
          "exitTs": 1690205520,
          "dir": 1,
          "entryPrice": 1966.878,
          "exitPrice": 1961.876,
          "stopDistance": 5.002,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 122
        },
        {
          "entryTs": 1690285860,
          "entryUtc": "2023-07-25T11:51:00.000Z",
          "exitTs": 1690293600,
          "dir": 1,
          "entryPrice": 1959.445,
          "exitPrice": 1954.713,
          "stopDistance": 4.732,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 129
        },
        {
          "entryTs": 1690371480,
          "entryUtc": "2023-07-26T11:38:00.000Z",
          "exitTs": 1690377360,
          "dir": 1,
          "entryPrice": 1973.635,
          "exitPrice": 1969.223,
          "stopDistance": 4.412,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 98
        },
        {
          "entryTs": 1690457760,
          "entryUtc": "2023-07-27T11:36:00.000Z",
          "exitTs": 1690461000,
          "dir": 1,
          "entryPrice": 1977.715,
          "exitPrice": 1971.752,
          "stopDistance": 5.963,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 54
        },
        {
          "entryTs": 1690543800,
          "entryUtc": "2023-07-28T11:30:00.000Z",
          "exitTs": 1690793400,
          "dir": 1,
          "entryPrice": 1957.578,
          "exitPrice": 1950.813,
          "stopDistance": 6.765,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 4160
        },
        {
          "entryTs": 1690803000,
          "entryUtc": "2023-07-31T11:30:00.000Z",
          "exitTs": 1690811100,
          "dir": 1,
          "entryPrice": 1960.595,
          "exitPrice": 1970.875,
          "stopDistance": 5.14,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 135
        },
        {
          "entryTs": 1690890900,
          "entryUtc": "2023-08-01T11:55:00.000Z",
          "exitTs": 1690900260,
          "dir": -1,
          "entryPrice": 1953.175,
          "exitPrice": 1944.005,
          "stopDistance": 4.585,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 156
        },
        {
          "entryTs": 1690976880,
          "entryUtc": "2023-08-02T11:48:00.000Z",
          "exitTs": 1690985640,
          "dir": -1,
          "entryPrice": 1950.665,
          "exitPrice": 1940.185,
          "stopDistance": 5.24,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 146
        },
        {
          "entryTs": 1691063400,
          "entryUtc": "2023-08-03T11:50:00.000Z",
          "exitTs": 1691065260,
          "dir": 1,
          "entryPrice": 1937.015,
          "exitPrice": 1931.611,
          "stopDistance": 5.404,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 31
        },
        {
          "entryTs": 1691148660,
          "entryUtc": "2023-08-04T11:31:00.000Z",
          "exitTs": 1691152260,
          "dir": -1,
          "entryPrice": 1932.358,
          "exitPrice": 1936.789,
          "stopDistance": 4.431,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 60
        },
        {
          "entryTs": 1691408220,
          "entryUtc": "2023-08-07T11:37:00.000Z",
          "exitTs": 1691481420,
          "dir": 1,
          "entryPrice": 1935.195,
          "exitPrice": 1930.515,
          "stopDistance": 4.68,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 1220
        },
        {
          "entryTs": 1691494620,
          "entryUtc": "2023-08-08T11:37:00.000Z",
          "exitTs": 1691591460,
          "dir": -1,
          "entryPrice": 1929.884,
          "exitPrice": 1920.3,
          "stopDistance": 4.792,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 1614
        },
        {
          "entryTs": 1691668980,
          "entryUtc": "2023-08-10T12:03:00.000Z",
          "exitTs": 1691676540,
          "dir": 1,
          "entryPrice": 1922.615,
          "exitPrice": 1918.506,
          "stopDistance": 4.109,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 126
        },
        {
          "entryTs": 1691753880,
          "entryUtc": "2023-08-11T11:38:00.000Z",
          "exitTs": 1691758080,
          "dir": 1,
          "entryPrice": 1918.225,
          "exitPrice": 1913.879,
          "stopDistance": 4.346,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 70
        },
        {
          "entryTs": 1692012780,
          "entryUtc": "2023-08-14T11:33:00.000Z",
          "exitTs": 1692019800,
          "dir": -1,
          "entryPrice": 1913.365,
          "exitPrice": 1905.078,
          "stopDistance": 4.144,
          "outcome": "target",
          "netR": 1.9107,
          "holdMinutes": 117
        },
        {
          "entryTs": 1692099600,
          "entryUtc": "2023-08-15T11:40:00.000Z",
          "exitTs": 1692102600,
          "dir": 1,
          "entryPrice": 1903.855,
          "exitPrice": 1899.783,
          "stopDistance": 4.072,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 50
        },
        {
          "entryTs": 1692185400,
          "entryUtc": "2023-08-16T11:30:00.000Z",
          "exitTs": 1692207420,
          "dir": -1,
          "entryPrice": 1905.098,
          "exitPrice": 1897.393,
          "stopDistance": 3.853,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 367
        },
        {
          "entryTs": 1692271920,
          "entryUtc": "2023-08-17T11:32:00.000Z",
          "exitTs": 1692282480,
          "dir": 1,
          "entryPrice": 1898.535,
          "exitPrice": 1894.254,
          "stopDistance": 4.281,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 176
        },
        {
          "entryTs": 1692358920,
          "entryUtc": "2023-08-18T11:42:00.000Z",
          "exitTs": 1692361560,
          "dir": 1,
          "entryPrice": 1894.265,
          "exitPrice": 1890.26,
          "stopDistance": 4.005,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 44
        },
        {
          "entryTs": 1692617400,
          "entryUtc": "2023-08-21T11:30:00.000Z",
          "exitTs": 1692628320,
          "dir": 1,
          "entryPrice": 1890.295,
          "exitPrice": 1885.698,
          "stopDistance": 4.597,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 182
        },
        {
          "entryTs": 1692704820,
          "entryUtc": "2023-08-22T11:47:00.000Z",
          "exitTs": 1692708000,
          "dir": 1,
          "entryPrice": 1903.045,
          "exitPrice": 1898.264,
          "stopDistance": 4.781,
          "outcome": "stop",
          "netR": -1.0878,
          "holdMinutes": 53
        },
        {
          "entryTs": 1692790320,
          "entryUtc": "2023-08-23T11:32:00.000Z",
          "exitTs": 1692797640,
          "dir": 1,
          "entryPrice": 1904.135,
          "exitPrice": 1912.021,
          "stopDistance": 3.943,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 122
        },
        {
          "entryTs": 1692876600,
          "entryUtc": "2023-08-24T11:30:00.000Z",
          "exitTs": 1692888360,
          "dir": -1,
          "entryPrice": 1917.635,
          "exitPrice": 1921.464,
          "stopDistance": 3.829,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 196
        },
        {
          "entryTs": 1692964620,
          "entryUtc": "2023-08-25T11:57:00.000Z",
          "exitTs": 1692969780,
          "dir": 1,
          "entryPrice": 1917.778,
          "exitPrice": 1914.158,
          "stopDistance": 3.62,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 86
        },
        {
          "entryTs": 1693223640,
          "entryUtc": "2023-08-28T11:54:00.000Z",
          "exitTs": 1693236900,
          "dir": 1,
          "entryPrice": 1915.275,
          "exitPrice": 1922.744,
          "stopDistance": 3.735,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 221
        },
        {
          "entryTs": 1693309020,
          "entryUtc": "2023-08-29T11:37:00.000Z",
          "exitTs": 1693317600,
          "dir": -1,
          "entryPrice": 1918.195,
          "exitPrice": 1922.091,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 143
        },
        {
          "entryTs": 1693395540,
          "entryUtc": "2023-08-30T11:39:00.000Z",
          "exitTs": 1693398660,
          "dir": 1,
          "entryPrice": 1938.755,
          "exitPrice": 1945.49,
          "stopDistance": 3.367,
          "outcome": "target",
          "netR": 1.8901,
          "holdMinutes": 52
        },
        {
          "entryTs": 1693482360,
          "entryUtc": "2023-08-31T11:46:00.000Z",
          "exitTs": 1693488900,
          "dir": 1,
          "entryPrice": 1944.858,
          "exitPrice": 1941.782,
          "stopDistance": 3.076,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 109
        },
        {
          "entryTs": 1693567920,
          "entryUtc": "2023-09-01T11:32:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1945.305,
          "exitPrice": 1951.866,
          "stopDistance": 3.28,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 58
        },
        {
          "entryTs": 1693827360,
          "entryUtc": "2023-09-04T11:36:00.000Z",
          "exitTs": 1693878480,
          "dir": 1,
          "entryPrice": 1940.395,
          "exitPrice": 1936.622,
          "stopDistance": 3.773,
          "outcome": "stop",
          "netR": -1.1113,
          "holdMinutes": 852
        },
        {
          "entryTs": 1693916340,
          "entryUtc": "2023-09-05T12:19:00.000Z",
          "exitTs": 1693917840,
          "dir": -1,
          "entryPrice": 1930,
          "exitPrice": 1933.23,
          "stopDistance": 3.23,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 25
        },
        {
          "entryTs": 1694000460,
          "entryUtc": "2023-09-06T11:41:00.000Z",
          "exitTs": 1694008560,
          "dir": -1,
          "entryPrice": 1925.525,
          "exitPrice": 1928.858,
          "stopDistance": 3.333,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 135
        },
        {
          "entryTs": 1694088060,
          "entryUtc": "2023-09-07T12:01:00.000Z",
          "exitTs": 1694089800,
          "dir": 1,
          "entryPrice": 1922.125,
          "exitPrice": 1918.66,
          "stopDistance": 3.465,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 29
        },
        {
          "entryTs": 1694173320,
          "entryUtc": "2023-09-08T11:42:00.000Z",
          "exitTs": 1694181420,
          "dir": -1,
          "entryPrice": 1922.835,
          "exitPrice": 1926.25,
          "stopDistance": 3.415,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 135
        },
        {
          "entryTs": 1694431860,
          "entryUtc": "2023-09-11T11:31:00.000Z",
          "exitTs": 1694442840,
          "dir": 1,
          "entryPrice": 1926.228,
          "exitPrice": 1922.206,
          "stopDistance": 4.022,
          "outcome": "stop",
          "netR": -1.1044,
          "holdMinutes": 183
        },
        {
          "entryTs": 1694518200,
          "entryUtc": "2023-09-12T11:30:00.000Z",
          "exitTs": 1694608260,
          "dir": -1,
          "entryPrice": 1912.775,
          "exitPrice": 1905.561,
          "stopDistance": 3.607,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1694691000,
          "entryUtc": "2023-09-14T11:30:00.000Z",
          "exitTs": 1694708400,
          "dir": -1,
          "entryPrice": 1907.645,
          "exitPrice": 1911.326,
          "stopDistance": 3.681,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 290
        },
        {
          "entryTs": 1694777760,
          "entryUtc": "2023-09-15T11:36:00.000Z",
          "exitTs": 1694784840,
          "dir": 1,
          "entryPrice": 1918.725,
          "exitPrice": 1926.12,
          "stopDistance": 3.698,
          "outcome": "target",
          "netR": 1.8999,
          "holdMinutes": 118
        },
        {
          "entryTs": 1695037200,
          "entryUtc": "2023-09-18T11:40:00.000Z",
          "exitTs": 1695052980,
          "dir": -1,
          "entryPrice": 1926.565,
          "exitPrice": 1930.119,
          "stopDistance": 3.554,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 263
        },
        {
          "entryTs": 1695123240,
          "entryUtc": "2023-09-19T11:34:00.000Z",
          "exitTs": 1695130680,
          "dir": 1,
          "entryPrice": 1935.855,
          "exitPrice": 1932.715,
          "stopDistance": 3.14,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 124
        },
        {
          "entryTs": 1695209640,
          "entryUtc": "2023-09-20T11:34:00.000Z",
          "exitTs": 1695216660,
          "dir": -1,
          "entryPrice": 1931.264,
          "exitPrice": 1934.174,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 117
        },
        {
          "entryTs": 1695297180,
          "entryUtc": "2023-09-21T11:53:00.000Z",
          "exitTs": 1695348780,
          "dir": -1,
          "entryPrice": 1920.525,
          "exitPrice": 1925.039,
          "stopDistance": 4.514,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 860
        },
        {
          "entryTs": 1695382200,
          "entryUtc": "2023-09-22T11:30:00.000Z",
          "exitTs": 1695620040,
          "dir": 1,
          "entryPrice": 1925.955,
          "exitPrice": 1922.133,
          "stopDistance": 3.822,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 3964
        },
        {
          "entryTs": 1695641880,
          "entryUtc": "2023-09-25T11:38:00.000Z",
          "exitTs": 1695651900,
          "dir": -1,
          "entryPrice": 1923.695,
          "exitPrice": 1916.637,
          "stopDistance": 3.529,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 167
        },
        {
          "entryTs": 1695731100,
          "entryUtc": "2023-09-26T12:25:00.000Z",
          "exitTs": 1695740820,
          "dir": -1,
          "entryPrice": 1910.438,
          "exitPrice": 1903.503,
          "stopDistance": 3.467,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 162
        },
        {
          "entryTs": 1695815100,
          "entryUtc": "2023-09-27T11:45:00.000Z",
          "exitTs": 1695817320,
          "dir": 1,
          "entryPrice": 1894.015,
          "exitPrice": 1890.08,
          "stopDistance": 3.935,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 37
        },
        {
          "entryTs": 1695901140,
          "entryUtc": "2023-09-28T11:39:00.000Z",
          "exitTs": 1695904440,
          "dir": -1,
          "entryPrice": 1874.645,
          "exitPrice": 1879.066,
          "stopDistance": 4.421,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 55
        },
        {
          "entryTs": 1695987300,
          "entryUtc": "2023-09-29T11:35:00.000Z",
          "exitTs": 1695990600,
          "dir": -1,
          "entryPrice": 1867.815,
          "exitPrice": 1872.647,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 55
        },
        {
          "entryTs": 1696246440,
          "entryUtc": "2023-10-02T11:34:00.000Z",
          "exitTs": 1696256040,
          "dir": 1,
          "entryPrice": 1835.695,
          "exitPrice": 1829.227,
          "stopDistance": 6.468,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 160
        },
        {
          "entryTs": 1696333260,
          "entryUtc": "2023-10-03T11:41:00.000Z",
          "exitTs": 1696341960,
          "dir": 1,
          "entryPrice": 1826.275,
          "exitPrice": 1820.105,
          "stopDistance": 6.171,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 145
        },
        {
          "entryTs": 1696421700,
          "entryUtc": "2023-10-04T12:15:00.000Z",
          "exitTs": 1696427220,
          "dir": 1,
          "entryPrice": 1827.095,
          "exitPrice": 1821.365,
          "stopDistance": 5.73,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 92
        },
        {
          "entryTs": 1696505580,
          "entryUtc": "2023-10-05T11:33:00.000Z",
          "exitTs": 1696596360,
          "dir": -1,
          "entryPrice": 1820.895,
          "exitPrice": 1810.52,
          "stopDistance": 5.188,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 1513
        },
        {
          "entryTs": 1696852320,
          "entryUtc": "2023-10-09T11:52:00.000Z",
          "exitTs": 1696896180,
          "dir": 1,
          "entryPrice": 1850.145,
          "exitPrice": 1863.649,
          "stopDistance": 6.752,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 731
        },
        {
          "entryTs": 1696937940,
          "entryUtc": "2023-10-10T11:39:00.000Z",
          "exitTs": 1697010120,
          "dir": 1,
          "entryPrice": 1856.635,
          "exitPrice": 1866.881,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 1203
        },
        {
          "entryTs": 1697024160,
          "entryUtc": "2023-10-11T11:36:00.000Z",
          "exitTs": 1697040600,
          "dir": -1,
          "entryPrice": 1871.995,
          "exitPrice": 1876.682,
          "stopDistance": 4.687,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 274
        },
        {
          "entryTs": 1697110800,
          "entryUtc": "2023-10-12T11:40:00.000Z",
          "exitTs": 1697114220,
          "dir": 1,
          "entryPrice": 1883.125,
          "exitPrice": 1878.833,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 57
        },
        {
          "entryTs": 1697196840,
          "entryUtc": "2023-10-13T11:34:00.000Z",
          "exitTs": 1697199960,
          "dir": 1,
          "entryPrice": 1893.415,
          "exitPrice": 1902.979,
          "stopDistance": 4.782,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 52
        },
        {
          "entryTs": 1697456100,
          "entryUtc": "2023-10-16T11:35:00.000Z",
          "exitTs": 1697458860,
          "dir": -1,
          "entryPrice": 1915.128,
          "exitPrice": 1922.295,
          "stopDistance": 7.167,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 46
        },
        {
          "entryTs": 1697542440,
          "entryUtc": "2023-10-17T11:34:00.000Z",
          "exitTs": 1697592480,
          "dir": 1,
          "entryPrice": 1924.355,
          "exitPrice": 1935.319,
          "stopDistance": 5.482,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 834
        },
        {
          "entryTs": 1697628660,
          "entryUtc": "2023-10-18T11:31:00.000Z",
          "exitTs": 1697636340,
          "dir": 1,
          "entryPrice": 1946.215,
          "exitPrice": 1959.355,
          "stopDistance": 6.57,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 128
        },
        {
          "entryTs": 1697716320,
          "entryUtc": "2023-10-19T11:52:00.000Z",
          "exitTs": 1697735940,
          "dir": 1,
          "entryPrice": 1951.295,
          "exitPrice": 1965.119,
          "stopDistance": 6.912,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 327
        },
        {
          "entryTs": 1697801400,
          "entryUtc": "2023-10-20T11:30:00.000Z",
          "exitTs": 1697810760,
          "dir": -1,
          "entryPrice": 1982.618,
          "exitPrice": 1989.945,
          "stopDistance": 7.327,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 156
        },
        {
          "entryTs": 1698062220,
          "entryUtc": "2023-10-23T11:57:00.000Z",
          "exitTs": 1698068640,
          "dir": 1,
          "entryPrice": 1979.198,
          "exitPrice": 1970.94,
          "stopDistance": 8.258,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 107
        },
        {
          "entryTs": 1698147120,
          "entryUtc": "2023-10-24T11:32:00.000Z",
          "exitTs": 1698165720,
          "dir": 1,
          "entryPrice": 1961.738,
          "exitPrice": 1975.773,
          "stopDistance": 7.018,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 310
        },
        {
          "entryTs": 1698233700,
          "entryUtc": "2023-10-25T11:35:00.000Z",
          "exitTs": 1698242040,
          "dir": 1,
          "entryPrice": 1974.315,
          "exitPrice": 1986.903,
          "stopDistance": 6.294,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 139
        },
        {
          "entryTs": 1698320100,
          "entryUtc": "2023-10-26T11:35:00.000Z",
          "exitTs": 1698330300,
          "dir": -1,
          "entryPrice": 1985.964,
          "exitPrice": 1971.928,
          "stopDistance": 7.018,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 170
        },
        {
          "entryTs": 1698406200,
          "entryUtc": "2023-10-27T11:30:00.000Z",
          "exitTs": 1698427080,
          "dir": -1,
          "entryPrice": 1980.395,
          "exitPrice": 1986.11,
          "stopDistance": 5.715,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 348
        },
        {
          "entryTs": 1698665460,
          "entryUtc": "2023-10-30T11:31:00.000Z",
          "exitTs": 1698768600,
          "dir": 1,
          "entryPrice": 1994.835,
          "exitPrice": 1987.926,
          "stopDistance": 6.909,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 1719
        },
        {
          "entryTs": 1698838980,
          "entryUtc": "2023-11-01T11:43:00.000Z",
          "exitTs": 1698853440,
          "dir": 1,
          "entryPrice": 1983.945,
          "exitPrice": 1978.185,
          "stopDistance": 5.76,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 241
        },
        {
          "entryTs": 1698926700,
          "entryUtc": "2023-11-02T12:05:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1987.355,
          "exitPrice": 1992.939,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 1465
        },
        {
          "entryTs": 1699273800,
          "entryUtc": "2023-11-06T12:30:00.000Z",
          "exitTs": 1699324980,
          "dir": -1,
          "entryPrice": 1984.785,
          "exitPrice": 1973.615,
          "stopDistance": 5.585,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 853
        },
        {
          "entryTs": 1699360200,
          "entryUtc": "2023-11-07T12:30:00.000Z",
          "exitTs": 1699364940,
          "dir": -1,
          "entryPrice": 1960.655,
          "exitPrice": 1965.53,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 79
        },
        {
          "entryTs": 1699448580,
          "entryUtc": "2023-11-08T13:03:00.000Z",
          "exitTs": 1699455600,
          "dir": 1,
          "entryPrice": 1964.465,
          "exitPrice": 1959.653,
          "stopDistance": 4.812,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 117
        },
        {
          "entryTs": 1699533540,
          "entryUtc": "2023-11-09T12:39:00.000Z",
          "exitTs": 1699538220,
          "dir": -1,
          "entryPrice": 1946.095,
          "exitPrice": 1950.972,
          "stopDistance": 4.877,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 78
        },
        {
          "entryTs": 1699619400,
          "entryUtc": "2023-11-10T12:30:00.000Z",
          "exitTs": 1699639560,
          "dir": -1,
          "entryPrice": 1946.568,
          "exitPrice": 1936.053,
          "stopDistance": 5.258,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 336
        },
        {
          "entryTs": 1699878960,
          "entryUtc": "2023-11-13T12:36:00.000Z",
          "exitTs": 1699886880,
          "dir": 1,
          "entryPrice": 1938.235,
          "exitPrice": 1932.954,
          "stopDistance": 5.281,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 132
        },
        {
          "entryTs": 1699966080,
          "entryUtc": "2023-11-14T12:48:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1944.938,
          "exitPrice": 1948.763,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 42
        },
        {
          "entryTs": 1700051520,
          "entryUtc": "2023-11-15T12:32:00.000Z",
          "exitTs": 1700055000,
          "dir": -1,
          "entryPrice": 1970.425,
          "exitPrice": 1974.925,
          "stopDistance": 4.5,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 58
        },
        {
          "entryTs": 1700139780,
          "entryUtc": "2023-11-16T13:03:00.000Z",
          "exitTs": 1700144100,
          "dir": 1,
          "entryPrice": 1965.555,
          "exitPrice": 1974.528,
          "stopDistance": 4.486,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 72
        },
        {
          "entryTs": 1700224200,
          "entryUtc": "2023-11-17T12:30:00.000Z",
          "exitTs": 1700228640,
          "dir": 1,
          "entryPrice": 1990.105,
          "exitPrice": 1984.956,
          "stopDistance": 5.149,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 74
        },
        {
          "entryTs": 1700486820,
          "entryUtc": "2023-11-20T13:27:00.000Z",
          "exitTs": 1700500860,
          "dir": -1,
          "entryPrice": 1970.465,
          "exitPrice": 1976.076,
          "stopDistance": 5.611,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 234
        },
        {
          "entryTs": 1700570160,
          "entryUtc": "2023-11-21T12:36:00.000Z",
          "exitTs": 1700576760,
          "dir": 1,
          "entryPrice": 1988.935,
          "exitPrice": 2001.163,
          "stopDistance": 6.114,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 110
        },
        {
          "entryTs": 1700656260,
          "entryUtc": "2023-11-22T12:31:00.000Z",
          "exitTs": 1700660460,
          "dir": 1,
          "entryPrice": 2002.415,
          "exitPrice": 1996.692,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 70
        },
        {
          "entryTs": 1700742600,
          "entryUtc": "2023-11-23T12:30:00.000Z",
          "exitTs": 1700832540,
          "dir": -1,
          "entryPrice": 1992.715,
          "exitPrice": 1997.699,
          "stopDistance": 4.984,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 1499
        },
        {
          "entryTs": 1701091500,
          "entryUtc": "2023-11-27T13:25:00.000Z",
          "exitTs": 1701097560,
          "dir": 1,
          "entryPrice": 2014.345,
          "exitPrice": 2009.022,
          "stopDistance": 5.323,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 101
        },
        {
          "entryTs": 1701176040,
          "entryUtc": "2023-11-28T12:54:00.000Z",
          "exitTs": 1701178920,
          "dir": -1,
          "entryPrice": 2014.315,
          "exitPrice": 2018.796,
          "stopDistance": 4.481,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 48
        },
        {
          "entryTs": 1701261720,
          "entryUtc": "2023-11-29T12:42:00.000Z",
          "exitTs": 1701352440,
          "dir": 1,
          "entryPrice": 2040.995,
          "exitPrice": 2034.955,
          "stopDistance": 6.04,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 1512
        },
        {
          "entryTs": 1701433860,
          "entryUtc": "2023-12-01T12:31:00.000Z",
          "exitTs": 1701444120,
          "dir": 1,
          "entryPrice": 2038.435,
          "exitPrice": 2050.599,
          "stopDistance": 6.082,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 171
        },
        {
          "entryTs": 1701693060,
          "entryUtc": "2023-12-04T12:31:00.000Z",
          "exitTs": 1701703380,
          "dir": -1,
          "entryPrice": 2067.635,
          "exitPrice": 2036.444,
          "stopDistance": 15.595,
          "outcome": "target",
          "netR": 1.9763,
          "holdMinutes": 172
        },
        {
          "entryTs": 1701779400,
          "entryUtc": "2023-12-05T12:30:00.000Z",
          "exitTs": 1701790500,
          "dir": 1,
          "entryPrice": 2025.855,
          "exitPrice": 2015.235,
          "stopDistance": 10.62,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 185
        },
        {
          "entryTs": 1701865800,
          "entryUtc": "2023-12-06T12:30:00.000Z",
          "exitTs": 1701956820,
          "dir": 1,
          "entryPrice": 2023.255,
          "exitPrice": 2039.703,
          "stopDistance": 8.224,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 1517
        },
        {
          "entryTs": 1702039320,
          "entryUtc": "2023-12-08T12:42:00.000Z",
          "exitTs": 1702042260,
          "dir": -1,
          "entryPrice": 2028.198,
          "exitPrice": 2016.964,
          "stopDistance": 5.617,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 49
        },
        {
          "entryTs": 1702299900,
          "entryUtc": "2023-12-11T13:05:00.000Z",
          "exitTs": 1702314900,
          "dir": -1,
          "entryPrice": 1993.675,
          "exitPrice": 1979.77,
          "stopDistance": 6.953,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 250
        },
        {
          "entryTs": 1702384320,
          "entryUtc": "2023-12-12T12:32:00.000Z",
          "exitTs": 1702387800,
          "dir": -1,
          "entryPrice": 1987.245,
          "exitPrice": 1992.849,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 58
        },
        {
          "entryTs": 1702473180,
          "entryUtc": "2023-12-13T13:13:00.000Z",
          "exitTs": 1702474260,
          "dir": -1,
          "entryPrice": 1980.705,
          "exitPrice": 1985.699,
          "stopDistance": 4.994,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 18
        },
        {
          "entryTs": 1702557060,
          "entryUtc": "2023-12-14T12:31:00.000Z",
          "exitTs": 1702560600,
          "dir": 1,
          "entryPrice": 2037.045,
          "exitPrice": 2028.586,
          "stopDistance": 8.459,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 59
        },
        {
          "entryTs": 1702643580,
          "entryUtc": "2023-12-15T12:33:00.000Z",
          "exitTs": 1702647240,
          "dir": 1,
          "entryPrice": 2043.975,
          "exitPrice": 2037.639,
          "stopDistance": 6.336,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 61
        },
        {
          "entryTs": 1702902660,
          "entryUtc": "2023-12-18T12:31:00.000Z",
          "exitTs": 1702996920,
          "dir": 1,
          "entryPrice": 2023.335,
          "exitPrice": 2036.364,
          "stopDistance": 6.514,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 1571
        },
        {
          "entryTs": 1703078460,
          "entryUtc": "2023-12-20T13:21:00.000Z",
          "exitTs": 1703081220,
          "dir": -1,
          "entryPrice": 2033.115,
          "exitPrice": 2037.969,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 46
        },
        {
          "entryTs": 1703161800,
          "entryUtc": "2023-12-21T12:30:00.000Z",
          "exitTs": 1703166060,
          "dir": 1,
          "entryPrice": 2036.555,
          "exitPrice": 2045.741,
          "stopDistance": 4.593,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 71
        },
        {
          "entryTs": 1703248200,
          "entryUtc": "2023-12-22T12:30:00.000Z",
          "exitTs": 1703251800,
          "dir": 1,
          "entryPrice": 2064.305,
          "exitPrice": 2058.122,
          "stopDistance": 6.183,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 60
        },
        {
          "entryTs": 1703593800,
          "entryUtc": "2023-12-26T12:30:00.000Z",
          "exitTs": 1703623560,
          "dir": -1,
          "entryPrice": 2062.305,
          "exitPrice": 2067.598,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 496
        },
        {
          "entryTs": 1703680200,
          "entryUtc": "2023-12-27T12:30:00.000Z",
          "exitTs": 1703691420,
          "dir": 1,
          "entryPrice": 2069.035,
          "exitPrice": 2079.058,
          "stopDistance": 5.011,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 187
        },
        {
          "entryTs": 1703767920,
          "entryUtc": "2023-12-28T12:52:00.000Z",
          "exitTs": 1703791260,
          "dir": 1,
          "entryPrice": 2075.545,
          "exitPrice": 2069.341,
          "stopDistance": 6.204,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 389
        },
        {
          "entryTs": 1703853120,
          "entryUtc": "2023-12-29T12:32:00.000Z",
          "exitTs": 1704173700,
          "dir": -1,
          "entryPrice": 2066.315,
          "exitPrice": 2071.834,
          "stopDistance": 5.519,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 5343
        },
        {
          "entryTs": 1704201180,
          "entryUtc": "2024-01-02T13:13:00.000Z",
          "exitTs": 1704280920,
          "dir": -1,
          "entryPrice": 2064.995,
          "exitPrice": 2052.026,
          "stopDistance": 6.485,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 1329
        },
        {
          "entryTs": 1704286080,
          "entryUtc": "2024-01-03T12:48:00.000Z",
          "exitTs": 1704288420,
          "dir": 1,
          "entryPrice": 2048.075,
          "exitPrice": 2041.479,
          "stopDistance": 6.596,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 39
        },
        {
          "entryTs": 1704371640,
          "entryUtc": "2024-01-04T12:34:00.000Z",
          "exitTs": 1704375720,
          "dir": 1,
          "entryPrice": 2045.775,
          "exitPrice": 2039.468,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 68
        },
        {
          "entryTs": 1704458820,
          "entryUtc": "2024-01-05T12:47:00.000Z",
          "exitTs": 1704461400,
          "dir": 1,
          "entryPrice": 2040.735,
          "exitPrice": 2035.527,
          "stopDistance": 5.208,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 43
        },
        {
          "entryTs": 1704717060,
          "entryUtc": "2024-01-08T12:31:00.000Z",
          "exitTs": 1704726000,
          "dir": -1,
          "entryPrice": 2019.355,
          "exitPrice": 2027.234,
          "stopDistance": 7.879,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 149
        },
        {
          "entryTs": 1704805200,
          "entryUtc": "2024-01-09T13:00:00.000Z",
          "exitTs": 1704815820,
          "dir": 1,
          "entryPrice": 2036.295,
          "exitPrice": 2030.086,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 177
        },
        {
          "entryTs": 1704890340,
          "entryUtc": "2024-01-10T12:39:00.000Z",
          "exitTs": 1704911040,
          "dir": -1,
          "entryPrice": 2033.698,
          "exitPrice": 2021.683,
          "stopDistance": 6.007,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 345
        },
        {
          "entryTs": 1704977820,
          "entryUtc": "2024-01-11T12:57:00.000Z",
          "exitTs": 1704979440,
          "dir": -1,
          "entryPrice": 2032.725,
          "exitPrice": 2037.549,
          "stopDistance": 4.824,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 27
        },
        {
          "entryTs": 1705064460,
          "entryUtc": "2024-01-12T13:01:00.000Z",
          "exitTs": 1705066200,
          "dir": -1,
          "entryPrice": 2045.355,
          "exitPrice": 2052.538,
          "stopDistance": 7.183,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 29
        },
        {
          "entryTs": 1705321800,
          "entryUtc": "2024-01-15T12:30:00.000Z",
          "exitTs": 1705396320,
          "dir": -1,
          "entryPrice": 2051.965,
          "exitPrice": 2039.545,
          "stopDistance": 6.21,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 1242
        },
        {
          "entryTs": 1705410720,
          "entryUtc": "2024-01-16T13:12:00.000Z",
          "exitTs": 1705412340,
          "dir": -1,
          "entryPrice": 2035.535,
          "exitPrice": 2040.735,
          "stopDistance": 5.2,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 27
        },
        {
          "entryTs": 1705494600,
          "entryUtc": "2024-01-17T12:30:00.000Z",
          "exitTs": 1705498200,
          "dir": 1,
          "entryPrice": 2027.885,
          "exitPrice": 2020.877,
          "stopDistance": 7.008,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 60
        },
        {
          "entryTs": 1705581000,
          "entryUtc": "2024-01-18T12:30:00.000Z",
          "exitTs": 1705584600,
          "dir": 1,
          "entryPrice": 2016.815,
          "exitPrice": 2010.935,
          "stopDistance": 5.88,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 60
        },
        {
          "entryTs": 1705667760,
          "entryUtc": "2024-01-19T12:36:00.000Z",
          "exitTs": 1705675080,
          "dir": 1,
          "entryPrice": 2034.015,
          "exitPrice": 2028.953,
          "stopDistance": 5.062,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 122
        },
        {
          "entryTs": 1705927260,
          "entryUtc": "2024-01-22T12:41:00.000Z",
          "exitTs": 1705930260,
          "dir": 1,
          "entryPrice": 2028.995,
          "exitPrice": 2023.174,
          "stopDistance": 5.821,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 50
        },
        {
          "entryTs": 1706014440,
          "entryUtc": "2024-01-23T12:54:00.000Z",
          "exitTs": 1706108580,
          "dir": 1,
          "entryPrice": 2025.645,
          "exitPrice": 2019.427,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 1569
        },
        {
          "entryTs": 1706185800,
          "entryUtc": "2024-01-25T12:30:00.000Z",
          "exitTs": 1706189580,
          "dir": -1,
          "entryPrice": 2013.985,
          "exitPrice": 2019.234,
          "stopDistance": 5.249,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 63
        },
        {
          "entryTs": 1706272200,
          "entryUtc": "2024-01-26T12:30:00.000Z",
          "exitTs": 1706275800,
          "dir": -1,
          "entryPrice": 2021.695,
          "exitPrice": 2026.687,
          "stopDistance": 4.992,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 60
        },
        {
          "entryTs": 1706534220,
          "entryUtc": "2024-01-29T13:17:00.000Z",
          "exitTs": 1706535480,
          "dir": -1,
          "entryPrice": 2028.065,
          "exitPrice": 2033.225,
          "stopDistance": 5.16,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 21
        },
        {
          "entryTs": 1706618340,
          "entryUtc": "2024-01-30T12:39:00.000Z",
          "exitTs": 1706623500,
          "dir": -1,
          "entryPrice": 2033.735,
          "exitPrice": 2039.434,
          "stopDistance": 5.699,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 86
        },
        {
          "entryTs": 1706705280,
          "entryUtc": "2024-01-31T12:48:00.000Z",
          "exitTs": 1706712120,
          "dir": 1,
          "entryPrice": 2039.125,
          "exitPrice": 2048.702,
          "stopDistance": 4.789,
          "outcome": "target",
          "netR": 1.9227,
          "holdMinutes": 114
        },
        {
          "entryTs": 1706791620,
          "entryUtc": "2024-02-01T12:47:00.000Z",
          "exitTs": 1706797320,
          "dir": 1,
          "entryPrice": 2033.745,
          "exitPrice": 2047.681,
          "stopDistance": 6.968,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 95
        },
        {
          "entryTs": 1706877000,
          "entryUtc": "2024-02-02T12:30:00.000Z",
          "exitTs": 1706880600,
          "dir": 1,
          "entryPrice": 2056.045,
          "exitPrice": 2050.249,
          "stopDistance": 5.796,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 60
        },
        {
          "entryTs": 1707136200,
          "entryUtc": "2024-02-05T12:30:00.000Z",
          "exitTs": 1707230820,
          "dir": -1,
          "entryPrice": 2024.795,
          "exitPrice": 2031.453,
          "stopDistance": 6.658,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 1577
        },
        {
          "entryTs": 1707309000,
          "entryUtc": "2024-02-07T12:30:00.000Z",
          "exitTs": 1707312960,
          "dir": -1,
          "entryPrice": 2031.415,
          "exitPrice": 2035.652,
          "stopDistance": 4.237,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 66
        },
        {
          "entryTs": 1707395460,
          "entryUtc": "2024-02-08T12:31:00.000Z",
          "exitTs": 1707402780,
          "dir": -1,
          "entryPrice": 2026.275,
          "exitPrice": 2031.857,
          "stopDistance": 5.582,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 122
        },
        {
          "entryTs": 1707481800,
          "entryUtc": "2024-02-09T12:30:00.000Z",
          "exitTs": 1707485580,
          "dir": -1,
          "entryPrice": 2030.635,
          "exitPrice": 2034.915,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 63
        },
        {
          "entryTs": 1707741000,
          "entryUtc": "2024-02-12T12:30:00.000Z",
          "exitTs": 1707743520,
          "dir": -1,
          "entryPrice": 2021.335,
          "exitPrice": 2025.416,
          "stopDistance": 4.081,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 42
        },
        {
          "entryTs": 1707828420,
          "entryUtc": "2024-02-13T12:47:00.000Z",
          "exitTs": 1707831000,
          "dir": 1,
          "entryPrice": 2028.658,
          "exitPrice": 2024.791,
          "stopDistance": 3.867,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 43
        },
        {
          "entryTs": 1707913800,
          "entryUtc": "2024-02-14T12:30:00.000Z",
          "exitTs": 1707933720,
          "dir": -1,
          "entryPrice": 1990.438,
          "exitPrice": 1995.484,
          "stopDistance": 5.046,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 332
        },
        {
          "entryTs": 1708000800,
          "entryUtc": "2024-02-15T12:40:00.000Z",
          "exitTs": 1708007520,
          "dir": 1,
          "entryPrice": 1998.075,
          "exitPrice": 2006.334,
          "stopDistance": 4.13,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 112
        },
        {
          "entryTs": 1708088040,
          "entryUtc": "2024-02-16T12:54:00.000Z",
          "exitTs": 1708090260,
          "dir": -1,
          "entryPrice": 2006.865,
          "exitPrice": 1999.42,
          "stopDistance": 3.722,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 37
        },
        {
          "entryTs": 1708345860,
          "entryUtc": "2024-02-19T12:31:00.000Z",
          "exitTs": 1708419480,
          "dir": -1,
          "entryPrice": 2017.905,
          "exitPrice": 2022.777,
          "stopDistance": 4.872,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 1227
        },
        {
          "entryTs": 1708432560,
          "entryUtc": "2024-02-20T12:36:00.000Z",
          "exitTs": 1708436700,
          "dir": -1,
          "entryPrice": 2026.535,
          "exitPrice": 2030.538,
          "stopDistance": 4.003,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 69
        },
        {
          "entryTs": 1708520520,
          "entryUtc": "2024-02-21T13:02:00.000Z",
          "exitTs": 1708530660,
          "dir": 1,
          "entryPrice": 2029.945,
          "exitPrice": 2026.162,
          "stopDistance": 3.783,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 169
        },
        {
          "entryTs": 1708605840,
          "entryUtc": "2024-02-22T12:44:00.000Z",
          "exitTs": 1708669560,
          "dir": -1,
          "entryPrice": 2028.055,
          "exitPrice": 2019.536,
          "stopDistance": 4.26,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 1062
        },
        {
          "entryTs": 1708691400,
          "entryUtc": "2024-02-23T12:30:00.000Z",
          "exitTs": 1708705980,
          "dir": 1,
          "entryPrice": 2025.275,
          "exitPrice": 2035.185,
          "stopDistance": 4.955,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 243
        },
        {
          "entryTs": 1708950780,
          "entryUtc": "2024-02-26T12:33:00.000Z",
          "exitTs": 1708956840,
          "dir": 1,
          "entryPrice": 2033.075,
          "exitPrice": 2028.578,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 101
        },
        {
          "entryTs": 1709037300,
          "entryUtc": "2024-02-27T12:35:00.000Z",
          "exitTs": 1709063220,
          "dir": -1,
          "entryPrice": 2037.385,
          "exitPrice": 2029.582,
          "stopDistance": 3.901,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 432
        },
        {
          "entryTs": 1709123400,
          "entryUtc": "2024-02-28T12:30:00.000Z",
          "exitTs": 1709128980,
          "dir": 1,
          "entryPrice": 2029.225,
          "exitPrice": 2036.388,
          "stopDistance": 3.581,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 93
        },
        {
          "entryTs": 1709210520,
          "entryUtc": "2024-02-29T12:42:00.000Z",
          "exitTs": 1709213460,
          "dir": 1,
          "entryPrice": 2030.275,
          "exitPrice": 2037.863,
          "stopDistance": 3.794,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 49
        },
        {
          "entryTs": 1709297040,
          "entryUtc": "2024-03-01T12:44:00.000Z",
          "exitTs": 1709306160,
          "dir": -1,
          "entryPrice": 2053.635,
          "exitPrice": 2059.299,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 152
        },
        {
          "entryTs": 1709557380,
          "entryUtc": "2024-03-04T13:03:00.000Z",
          "exitTs": 1709560440,
          "dir": -1,
          "entryPrice": 2081.755,
          "exitPrice": 2087.406,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 51
        },
        {
          "entryTs": 1709641920,
          "entryUtc": "2024-03-05T12:32:00.000Z",
          "exitTs": 1709644800,
          "dir": -1,
          "entryPrice": 2121.155,
          "exitPrice": 2128.328,
          "stopDistance": 7.173,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 48
        },
        {
          "entryTs": 1709728200,
          "entryUtc": "2024-03-06T12:30:00.000Z",
          "exitTs": 1709736420,
          "dir": 1,
          "entryPrice": 2133.135,
          "exitPrice": 2146.638,
          "stopDistance": 6.751,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 137
        },
        {
          "entryTs": 1709814600,
          "entryUtc": "2024-03-07T12:30:00.000Z",
          "exitTs": 1709816760,
          "dir": -1,
          "entryPrice": 2155.675,
          "exitPrice": 2163.69,
          "stopDistance": 8.015,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 36
        },
        {
          "entryTs": 1709901060,
          "entryUtc": "2024-03-08T12:31:00.000Z",
          "exitTs": 1709904660,
          "dir": -1,
          "entryPrice": 2166.735,
          "exitPrice": 2173.707,
          "stopDistance": 6.972,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 60
        },
        {
          "entryTs": 1710156720,
          "entryUtc": "2024-03-11T11:32:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2177.785,
          "exitPrice": 2169.156,
          "stopDistance": 8.629,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1710330960,
          "entryUtc": "2024-03-13T11:56:00.000Z",
          "exitTs": 1710349860,
          "dir": 1,
          "entryPrice": 2163.935,
          "exitPrice": 2177.285,
          "stopDistance": 6.675,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 315
        },
        {
          "entryTs": 1710416700,
          "entryUtc": "2024-03-14T11:45:00.000Z",
          "exitTs": 1710426120,
          "dir": -1,
          "entryPrice": 2168.475,
          "exitPrice": 2158.238,
          "stopDistance": 5.119,
          "outcome": "target",
          "netR": 1.9277,
          "holdMinutes": 157
        },
        {
          "entryTs": 1710504180,
          "entryUtc": "2024-03-15T12:03:00.000Z",
          "exitTs": 1710525420,
          "dir": -1,
          "entryPrice": 2166.095,
          "exitPrice": 2155.126,
          "stopDistance": 5.484,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 354
        },
        {
          "entryTs": 1710761400,
          "entryUtc": "2024-03-18T11:30:00.000Z",
          "exitTs": 1710777900,
          "dir": 1,
          "entryPrice": 2160.475,
          "exitPrice": 2154.588,
          "stopDistance": 5.887,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 275
        },
        {
          "entryTs": 1710847920,
          "entryUtc": "2024-03-19T11:32:00.000Z",
          "exitTs": 1710857100,
          "dir": 1,
          "entryPrice": 2155.505,
          "exitPrice": 2150.081,
          "stopDistance": 5.423,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 153
        },
        {
          "entryTs": 1710934680,
          "entryUtc": "2024-03-20T11:38:00.000Z",
          "exitTs": 1710938640,
          "dir": 1,
          "entryPrice": 2154.365,
          "exitPrice": 2149.827,
          "stopDistance": 4.538,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 66
        },
        {
          "entryTs": 1711021980,
          "entryUtc": "2024-03-21T11:53:00.000Z",
          "exitTs": 1711029720,
          "dir": -1,
          "entryPrice": 2205.415,
          "exitPrice": 2184.293,
          "stopDistance": 10.561,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 129
        },
        {
          "entryTs": 1711107360,
          "entryUtc": "2024-03-22T11:36:00.000Z",
          "exitTs": 1711111080,
          "dir": -1,
          "entryPrice": 2166.415,
          "exitPrice": 2174.742,
          "stopDistance": 8.327,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 62
        },
        {
          "entryTs": 1711368060,
          "entryUtc": "2024-03-25T12:01:00.000Z",
          "exitTs": 1711445460,
          "dir": 1,
          "entryPrice": 2171.775,
          "exitPrice": 2187.269,
          "stopDistance": 7.747,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1711452900,
          "entryUtc": "2024-03-26T11:35:00.000Z",
          "exitTs": 1711460460,
          "dir": -1,
          "entryPrice": 2194.978,
          "exitPrice": 2179.203,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 126
        },
        {
          "entryTs": 1711539300,
          "entryUtc": "2024-03-27T11:35:00.000Z",
          "exitTs": 1711540260,
          "dir": 1,
          "entryPrice": 2197.215,
          "exitPrice": 2188.845,
          "stopDistance": 8.37,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 16
        },
        {
          "entryTs": 1711625820,
          "entryUtc": "2024-03-28T11:37:00.000Z",
          "exitTs": 1711643040,
          "dir": -1,
          "entryPrice": 2208.975,
          "exitPrice": 2217.527,
          "stopDistance": 8.552,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 287
        },
        {
          "entryTs": 1711971000,
          "entryUtc": "2024-04-01T11:30:00.000Z",
          "exitTs": 1711980060,
          "dir": 1,
          "entryPrice": 2249.705,
          "exitPrice": 2238.489,
          "stopDistance": 11.216,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 151
        },
        {
          "entryTs": 1712060280,
          "entryUtc": "2024-04-02T12:18:00.000Z",
          "exitTs": 1712065680,
          "dir": -1,
          "entryPrice": 2255.885,
          "exitPrice": 2266.08,
          "stopDistance": 10.195,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 90
        },
        {
          "entryTs": 1712145480,
          "entryUtc": "2024-04-03T11:58:00.000Z",
          "exitTs": 1712161860,
          "dir": 1,
          "entryPrice": 2273.175,
          "exitPrice": 2293.236,
          "stopDistance": 10.03,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 273
        },
        {
          "entryTs": 1712230500,
          "entryUtc": "2024-04-04T11:35:00.000Z",
          "exitTs": 1712254800,
          "dir": -1,
          "entryPrice": 2292.375,
          "exitPrice": 2300.086,
          "stopDistance": 7.711,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 405
        },
        {
          "entryTs": 1712317860,
          "entryUtc": "2024-04-05T11:51:00.000Z",
          "exitTs": 1712325060,
          "dir": -1,
          "entryPrice": 2291.448,
          "exitPrice": 2302.127,
          "stopDistance": 10.679,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 120
        },
        {
          "entryTs": 1712576520,
          "entryUtc": "2024-04-08T11:42:00.000Z",
          "exitTs": 1712646840,
          "dir": -1,
          "entryPrice": 2337.635,
          "exitPrice": 2352.596,
          "stopDistance": 14.961,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 1172
        },
        {
          "entryTs": 1712662500,
          "entryUtc": "2024-04-09T11:35:00.000Z",
          "exitTs": 1712672220,
          "dir": -1,
          "entryPrice": 2352.318,
          "exitPrice": 2363.012,
          "stopDistance": 10.694,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 162
        },
        {
          "entryTs": 1712748600,
          "entryUtc": "2024-04-10T11:30:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2348.105,
          "exitPrice": 2338.505,
          "stopDistance": 9.6,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 60
        },
        {
          "entryTs": 1712835060,
          "entryUtc": "2024-04-11T11:31:00.000Z",
          "exitTs": 1712854020,
          "dir": -1,
          "entryPrice": 2337.095,
          "exitPrice": 2348.767,
          "stopDistance": 11.672,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 316
        },
        {
          "entryTs": 1712921520,
          "entryUtc": "2024-04-12T11:32:00.000Z",
          "exitTs": 1712929320,
          "dir": -1,
          "entryPrice": 2391.945,
          "exitPrice": 2403.408,
          "stopDistance": 11.462,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 130
        },
        {
          "entryTs": 1713183060,
          "entryUtc": "2024-04-15T12:11:00.000Z",
          "exitTs": 1713206940,
          "dir": -1,
          "entryPrice": 2355.438,
          "exitPrice": 2371.947,
          "stopDistance": 16.509,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 398
        },
        {
          "entryTs": 1713268560,
          "entryUtc": "2024-04-16T11:56:00.000Z",
          "exitTs": 1713387120,
          "dir": 1,
          "entryPrice": 2374.965,
          "exitPrice": 2360.312,
          "stopDistance": 14.653,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 1976
        },
        {
          "entryTs": 1713439920,
          "entryUtc": "2024-04-18T11:32:00.000Z",
          "exitTs": 1713450900,
          "dir": 1,
          "entryPrice": 2383.485,
          "exitPrice": 2373.338,
          "stopDistance": 10.148,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 183
        },
        {
          "entryTs": 1713529620,
          "entryUtc": "2024-04-19T12:27:00.000Z",
          "exitTs": 1713755640,
          "dir": 1,
          "entryPrice": 2381.195,
          "exitPrice": 2367.227,
          "stopDistance": 13.968,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 3767
        },
        {
          "entryTs": 1713787260,
          "entryUtc": "2024-04-22T12:01:00.000Z",
          "exitTs": 1713836400,
          "dir": -1,
          "entryPrice": 2339.295,
          "exitPrice": 2313.198,
          "stopDistance": 13.049,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 819
        },
        {
          "entryTs": 1713873660,
          "entryUtc": "2024-04-23T12:01:00.000Z",
          "exitTs": 1713880800,
          "dir": 1,
          "entryPrice": 2303.125,
          "exitPrice": 2331.669,
          "stopDistance": 14.272,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 119
        },
        {
          "entryTs": 1713959160,
          "entryUtc": "2024-04-24T11:46:00.000Z",
          "exitTs": 1714014840,
          "dir": 1,
          "entryPrice": 2316.695,
          "exitPrice": 2306.305,
          "stopDistance": 10.39,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 928
        },
        {
          "entryTs": 1714044600,
          "entryUtc": "2024-04-25T11:30:00.000Z",
          "exitTs": 1714055700,
          "dir": -1,
          "entryPrice": 2326.855,
          "exitPrice": 2335.967,
          "stopDistance": 9.112,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 185
        },
        {
          "entryTs": 1714131000,
          "entryUtc": "2024-04-26T11:30:00.000Z",
          "exitTs": 1714352400,
          "dir": -1,
          "entryPrice": 2346.008,
          "exitPrice": 2327.798,
          "stopDistance": 9.105,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 3690
        },
        {
          "entryTs": 1714390920,
          "entryUtc": "2024-04-29T11:42:00.000Z",
          "exitTs": 1714457220,
          "dir": -1,
          "entryPrice": 2339.925,
          "exitPrice": 2320.25,
          "stopDistance": 9.837,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 1105
        },
        {
          "entryTs": 1714476600,
          "entryUtc": "2024-04-30T11:30:00.000Z",
          "exitTs": 1714488960,
          "dir": -1,
          "entryPrice": 2312.645,
          "exitPrice": 2295.796,
          "stopDistance": 8.424,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 206
        },
        {
          "entryTs": 1714563060,
          "entryUtc": "2024-05-01T11:31:00.000Z",
          "exitTs": 1714588140,
          "dir": 1,
          "entryPrice": 2294.665,
          "exitPrice": 2311.296,
          "stopDistance": 8.315,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 418
        },
        {
          "entryTs": 1714650660,
          "entryUtc": "2024-05-02T11:51:00.000Z",
          "exitTs": 1714672500,
          "dir": -1,
          "entryPrice": 2297.615,
          "exitPrice": 2308.237,
          "stopDistance": 10.622,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 364
        },
        {
          "entryTs": 1714736460,
          "entryUtc": "2024-05-03T11:41:00.000Z",
          "exitTs": 1714739400,
          "dir": 1,
          "entryPrice": 2299.725,
          "exitPrice": 2315.775,
          "stopDistance": 8.025,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 49
        },
        {
          "entryTs": 1714995660,
          "entryUtc": "2024-05-06T11:41:00.000Z",
          "exitTs": 1714999560,
          "dir": -1,
          "entryPrice": 2319.055,
          "exitPrice": 2329.53,
          "stopDistance": 10.475,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 65
        },
        {
          "entryTs": 1715081400,
          "entryUtc": "2024-05-07T11:30:00.000Z",
          "exitTs": 1715132100,
          "dir": 1,
          "entryPrice": 2316.128,
          "exitPrice": 2307.892,
          "stopDistance": 8.236,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 845
        },
        {
          "entryTs": 1715167860,
          "entryUtc": "2024-05-08T11:31:00.000Z",
          "exitTs": 1715257980,
          "dir": -1,
          "entryPrice": 2314.185,
          "exitPrice": 2322.175,
          "stopDistance": 7.99,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 1502
        },
        {
          "entryTs": 1715341140,
          "entryUtc": "2024-05-10T11:39:00.000Z",
          "exitTs": 1715577000,
          "dir": -1,
          "entryPrice": 2371.988,
          "exitPrice": 2353.497,
          "stopDistance": 9.245,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 3931
        },
        {
          "entryTs": 1715600160,
          "entryUtc": "2024-05-13T11:36:00.000Z",
          "exitTs": 1715612640,
          "dir": 1,
          "entryPrice": 2344.025,
          "exitPrice": 2335.356,
          "stopDistance": 8.669,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 208
        },
        {
          "entryTs": 1715688660,
          "entryUtc": "2024-05-14T12:11:00.000Z",
          "exitTs": 1715689800,
          "dir": 1,
          "entryPrice": 2346.195,
          "exitPrice": 2339.005,
          "stopDistance": 7.191,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 19
        },
        {
          "entryTs": 1715772660,
          "entryUtc": "2024-05-15T11:31:00.000Z",
          "exitTs": 1715776200,
          "dir": -1,
          "entryPrice": 2363.798,
          "exitPrice": 2371.514,
          "stopDistance": 7.716,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 59
        },
        {
          "entryTs": 1715863020,
          "entryUtc": "2024-05-16T12:37:00.000Z",
          "exitTs": 1715947440,
          "dir": -1,
          "entryPrice": 2381.375,
          "exitPrice": 2390.284,
          "stopDistance": 8.909,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 1407
        },
        {
          "entryTs": 1716204900,
          "entryUtc": "2024-05-20T11:35:00.000Z",
          "exitTs": 1716386820,
          "dir": -1,
          "entryPrice": 2429.508,
          "exitPrice": 2403.941,
          "stopDistance": 12.784,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 3032
        },
        {
          "entryTs": 1716463860,
          "entryUtc": "2024-05-23T11:31:00.000Z",
          "exitTs": 1716472020,
          "dir": 1,
          "entryPrice": 2368.948,
          "exitPrice": 2357.748,
          "stopDistance": 11.2,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 136
        },
        {
          "entryTs": 1716550740,
          "entryUtc": "2024-05-24T11:39:00.000Z",
          "exitTs": 1716812400,
          "dir": -1,
          "entryPrice": 2338.505,
          "exitPrice": 2348.337,
          "stopDistance": 9.832,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 4361
        },
        {
          "entryTs": 1716896040,
          "entryUtc": "2024-05-28T11:34:00.000Z",
          "exitTs": 1716902100,
          "dir": 1,
          "entryPrice": 2345.605,
          "exitPrice": 2358.87,
          "stopDistance": 6.632,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 101
        },
        {
          "entryTs": 1716983280,
          "entryUtc": "2024-05-29T11:48:00.000Z",
          "exitTs": 1717047240,
          "dir": -1,
          "entryPrice": 2342.625,
          "exitPrice": 2327.188,
          "stopDistance": 7.719,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1066
        },
        {
          "entryTs": 1717069740,
          "entryUtc": "2024-05-30T11:49:00.000Z",
          "exitTs": 1717076100,
          "dir": -1,
          "entryPrice": 2336.495,
          "exitPrice": 2345.817,
          "stopDistance": 9.322,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 106
        },
        {
          "entryTs": 1717155060,
          "entryUtc": "2024-05-31T11:31:00.000Z",
          "exitTs": 1717159380,
          "dir": -1,
          "entryPrice": 2342.605,
          "exitPrice": 2350.041,
          "stopDistance": 7.436,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 72
        },
        {
          "entryTs": 1717414500,
          "entryUtc": "2024-06-03T11:35:00.000Z",
          "exitTs": 1717423200,
          "dir": -1,
          "entryPrice": 2330.478,
          "exitPrice": 2339.544,
          "stopDistance": 9.066,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 145
        },
        {
          "entryTs": 1717502580,
          "entryUtc": "2024-06-04T12:03:00.000Z",
          "exitTs": 1717510380,
          "dir": 1,
          "entryPrice": 2329.635,
          "exitPrice": 2321.271,
          "stopDistance": 8.364,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 130
        },
        {
          "entryTs": 1717588140,
          "entryUtc": "2024-06-05T11:49:00.000Z",
          "exitTs": 1717591920,
          "dir": -1,
          "entryPrice": 2332.725,
          "exitPrice": 2340.501,
          "stopDistance": 7.776,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 63
        },
        {
          "entryTs": 1717673880,
          "entryUtc": "2024-06-06T11:38:00.000Z",
          "exitTs": 1717679220,
          "dir": 1,
          "entryPrice": 2361.815,
          "exitPrice": 2353.61,
          "stopDistance": 8.205,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 89
        },
        {
          "entryTs": 1717759800,
          "entryUtc": "2024-06-07T11:30:00.000Z",
          "exitTs": 1717763400,
          "dir": 1,
          "entryPrice": 2334.975,
          "exitPrice": 2322.447,
          "stopDistance": 12.528,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 60
        },
        {
          "entryTs": 1718019240,
          "entryUtc": "2024-06-10T11:34:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2301.055,
          "exitPrice": 2322.827,
          "stopDistance": 10.886,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 2936
        },
        {
          "entryTs": 1718278500,
          "entryUtc": "2024-06-13T11:35:00.000Z",
          "exitTs": 1718281800,
          "dir": -1,
          "entryPrice": 2309.635,
          "exitPrice": 2318.475,
          "stopDistance": 8.84,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 55
        },
        {
          "entryTs": 1718364660,
          "entryUtc": "2024-06-14T11:31:00.000Z",
          "exitTs": 1718601060,
          "dir": 1,
          "entryPrice": 2330.648,
          "exitPrice": 2321.247,
          "stopDistance": 9.401,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 3940
        },
        {
          "entryTs": 1718623980,
          "entryUtc": "2024-06-17T11:33:00.000Z",
          "exitTs": 1718634660,
          "dir": -1,
          "entryPrice": 2319.695,
          "exitPrice": 2327.09,
          "stopDistance": 7.395,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 178
        },
        {
          "entryTs": 1718710200,
          "entryUtc": "2024-06-18T11:30:00.000Z",
          "exitTs": 1718718720,
          "dir": 1,
          "entryPrice": 2311.215,
          "exitPrice": 2324.978,
          "stopDistance": 6.881,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 142
        },
        {
          "entryTs": 1718796780,
          "entryUtc": "2024-06-19T11:33:00.000Z",
          "exitTs": 1718859540,
          "dir": 1,
          "entryPrice": 2329.005,
          "exitPrice": 2340.667,
          "stopDistance": 5.831,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 1046
        },
        {
          "entryTs": 1718883660,
          "entryUtc": "2024-06-20T11:41:00.000Z",
          "exitTs": 1718893200,
          "dir": 1,
          "entryPrice": 2340.518,
          "exitPrice": 2354.653,
          "stopDistance": 7.068,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 159
        },
        {
          "entryTs": 1718969640,
          "entryUtc": "2024-06-21T11:34:00.000Z",
          "exitTs": 1718976060,
          "dir": 1,
          "entryPrice": 2365.828,
          "exitPrice": 2358.419,
          "stopDistance": 7.409,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 107
        },
        {
          "entryTs": 1719228780,
          "entryUtc": "2024-06-24T11:33:00.000Z",
          "exitTs": 1719329460,
          "dir": 1,
          "entryPrice": 2326.215,
          "exitPrice": 2317.655,
          "stopDistance": 8.56,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 1678
        },
        {
          "entryTs": 1719401940,
          "entryUtc": "2024-06-26T11:39:00.000Z",
          "exitTs": 1719408120,
          "dir": 1,
          "entryPrice": 2308.535,
          "exitPrice": 2300.275,
          "stopDistance": 8.26,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 103
        },
        {
          "entryTs": 1719488340,
          "entryUtc": "2024-06-27T11:39:00.000Z",
          "exitTs": 1719496860,
          "dir": 1,
          "entryPrice": 2315.905,
          "exitPrice": 2329.304,
          "stopDistance": 6.699,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 142
        },
        {
          "entryTs": 1719574500,
          "entryUtc": "2024-06-28T11:35:00.000Z",
          "exitTs": 1719811800,
          "dir": -1,
          "entryPrice": 2333.975,
          "exitPrice": 2320.47,
          "stopDistance": 6.753,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 3955
        },
        {
          "entryTs": 1719833820,
          "entryUtc": "2024-07-01T11:37:00.000Z",
          "exitTs": 1719837900,
          "dir": 1,
          "entryPrice": 2336.345,
          "exitPrice": 2329.154,
          "stopDistance": 7.191,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 68
        },
        {
          "entryTs": 1719920400,
          "entryUtc": "2024-07-02T11:40:00.000Z",
          "exitTs": 1719927180,
          "dir": -1,
          "entryPrice": 2322.384,
          "exitPrice": 2329.528,
          "stopDistance": 7.144,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 113
        },
        {
          "entryTs": 1720007880,
          "entryUtc": "2024-07-03T11:58:00.000Z",
          "exitTs": 1720015200,
          "dir": 1,
          "entryPrice": 2346.825,
          "exitPrice": 2361.328,
          "stopDistance": 7.252,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 122
        },
        {
          "entryTs": 1720094100,
          "entryUtc": "2024-07-04T11:55:00.000Z",
          "exitTs": 1720155240,
          "dir": -1,
          "entryPrice": 2357.745,
          "exitPrice": 2364.239,
          "stopDistance": 6.494,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 1019
        },
        {
          "entryTs": 1720179480,
          "entryUtc": "2024-07-05T11:38:00.000Z",
          "exitTs": 1720182600,
          "dir": -1,
          "entryPrice": 2363.158,
          "exitPrice": 2352.417,
          "stopDistance": 5.371,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720438440,
          "entryUtc": "2024-07-08T11:34:00.000Z",
          "exitTs": 1720452780,
          "dir": 1,
          "entryPrice": 2374.625,
          "exitPrice": 2366.43,
          "stopDistance": 8.195,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 239
        },
        {
          "entryTs": 1720524960,
          "entryUtc": "2024-07-09T11:36:00.000Z",
          "exitTs": 1720532460,
          "dir": -1,
          "entryPrice": 2359.625,
          "exitPrice": 2366.575,
          "stopDistance": 6.95,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 125
        },
        {
          "entryTs": 1720611060,
          "entryUtc": "2024-07-10T11:31:00.000Z",
          "exitTs": 1720701000,
          "dir": 1,
          "entryPrice": 2374.295,
          "exitPrice": 2386.888,
          "stopDistance": 6.296,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 1499
        },
        {
          "entryTs": 1720785960,
          "entryUtc": "2024-07-12T12:06:00.000Z",
          "exitTs": 1720787460,
          "dir": 1,
          "entryPrice": 2402.628,
          "exitPrice": 2394.521,
          "stopDistance": 8.107,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 25
        },
        {
          "entryTs": 1721043300,
          "entryUtc": "2024-07-15T11:35:00.000Z",
          "exitTs": 1721048940,
          "dir": 1,
          "entryPrice": 2419.545,
          "exitPrice": 2411.969,
          "stopDistance": 7.576,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 94
        },
        {
          "entryTs": 1721130420,
          "entryUtc": "2024-07-16T11:47:00.000Z",
          "exitTs": 1721137440,
          "dir": -1,
          "entryPrice": 2438.485,
          "exitPrice": 2446.451,
          "stopDistance": 7.966,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 117
        },
        {
          "entryTs": 1721216340,
          "entryUtc": "2024-07-17T11:39:00.000Z",
          "exitTs": 1721228940,
          "dir": 1,
          "entryPrice": 2470.565,
          "exitPrice": 2459.529,
          "stopDistance": 11.036,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 210
        },
        {
          "entryTs": 1721302440,
          "entryUtc": "2024-07-18T11:34:00.000Z",
          "exitTs": 1721322060,
          "dir": 1,
          "entryPrice": 2464.535,
          "exitPrice": 2455.608,
          "stopDistance": 8.927,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 327
        },
        {
          "entryTs": 1721388600,
          "entryUtc": "2024-07-19T11:30:00.000Z",
          "exitTs": 1721392380,
          "dir": 1,
          "entryPrice": 2414.155,
          "exitPrice": 2403.899,
          "stopDistance": 10.256,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 63
        },
        {
          "entryTs": 1721648220,
          "entryUtc": "2024-07-22T11:37:00.000Z",
          "exitTs": 1721658660,
          "dir": -1,
          "entryPrice": 2401.975,
          "exitPrice": 2384.875,
          "stopDistance": 8.55,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 174
        },
        {
          "entryTs": 1721734740,
          "entryUtc": "2024-07-23T11:39:00.000Z",
          "exitTs": 1721787480,
          "dir": -1,
          "entryPrice": 2406.265,
          "exitPrice": 2414.858,
          "stopDistance": 8.593,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 879
        },
        {
          "entryTs": 1721820720,
          "entryUtc": "2024-07-24T11:32:00.000Z",
          "exitTs": 1721822520,
          "dir": -1,
          "entryPrice": 2410.555,
          "exitPrice": 2417.995,
          "stopDistance": 7.44,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 30
        },
        {
          "entryTs": 1721907000,
          "entryUtc": "2024-07-25T11:30:00.000Z",
          "exitTs": 1722002640,
          "dir": -1,
          "entryPrice": 2373.435,
          "exitPrice": 2385.571,
          "stopDistance": 12.136,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 1594
        },
        {
          "entryTs": 1722252600,
          "entryUtc": "2024-07-29T11:30:00.000Z",
          "exitTs": 1722266100,
          "dir": -1,
          "entryPrice": 2390.065,
          "exitPrice": 2372.549,
          "stopDistance": 8.758,
          "outcome": "target",
          "netR": 1.9578,
          "holdMinutes": 225
        },
        {
          "entryTs": 1722339360,
          "entryUtc": "2024-07-30T11:36:00.000Z",
          "exitTs": 1722346380,
          "dir": -1,
          "entryPrice": 2390.088,
          "exitPrice": 2397.144,
          "stopDistance": 7.056,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 117
        },
        {
          "entryTs": 1722425700,
          "entryUtc": "2024-07-31T11:35:00.000Z",
          "exitTs": 1722453840,
          "dir": 1,
          "entryPrice": 2420.968,
          "exitPrice": 2439.114,
          "stopDistance": 9.073,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 469
        },
        {
          "entryTs": 1722512700,
          "entryUtc": "2024-08-01T11:45:00.000Z",
          "exitTs": 1722520800,
          "dir": 1,
          "entryPrice": 2438.695,
          "exitPrice": 2458.368,
          "stopDistance": 9.836,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 135
        },
        {
          "entryTs": 1722598500,
          "entryUtc": "2024-08-02T11:35:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2459.275,
          "exitPrice": 2469.65,
          "stopDistance": 10.375,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 55
        },
        {
          "entryTs": 1722857580,
          "entryUtc": "2024-08-05T11:33:00.000Z",
          "exitTs": 1722904920,
          "dir": -1,
          "entryPrice": 2394.384,
          "exitPrice": 2414.73,
          "stopDistance": 20.346,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 789
        },
        {
          "entryTs": 1722943800,
          "entryUtc": "2024-08-06T11:30:00.000Z",
          "exitTs": 1722947580,
          "dir": 1,
          "entryPrice": 2412.575,
          "exitPrice": 2397.91,
          "stopDistance": 14.665,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 63
        },
        {
          "entryTs": 1723030440,
          "entryUtc": "2024-08-07T11:34:00.000Z",
          "exitTs": 1723055520,
          "dir": 1,
          "entryPrice": 2398.328,
          "exitPrice": 2387.373,
          "stopDistance": 10.954,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 418
        },
        {
          "entryTs": 1723117740,
          "entryUtc": "2024-08-08T11:49:00.000Z",
          "exitTs": 1723123080,
          "dir": 1,
          "entryPrice": 2412.535,
          "exitPrice": 2403.057,
          "stopDistance": 9.478,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 89
        },
        {
          "entryTs": 1723203000,
          "entryUtc": "2024-08-09T11:30:00.000Z",
          "exitTs": 1723446840,
          "dir": -1,
          "entryPrice": 2428.708,
          "exitPrice": 2437.614,
          "stopDistance": 8.906,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 4064
        },
        {
          "entryTs": 1723462260,
          "entryUtc": "2024-08-12T11:31:00.000Z",
          "exitTs": 1723469460,
          "dir": -1,
          "entryPrice": 2440.865,
          "exitPrice": 2448.48,
          "stopDistance": 7.615,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 120
        },
        {
          "entryTs": 1723550160,
          "entryUtc": "2024-08-13T11:56:00.000Z",
          "exitTs": 1723602660,
          "dir": 1,
          "entryPrice": 2466.264,
          "exitPrice": 2458.2,
          "stopDistance": 8.064,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 875
        },
        {
          "entryTs": 1723635900,
          "entryUtc": "2024-08-14T11:45:00.000Z",
          "exitTs": 1723638660,
          "dir": 1,
          "entryPrice": 2474.845,
          "exitPrice": 2466.361,
          "stopDistance": 8.484,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 46
        },
        {
          "entryTs": 1723721400,
          "entryUtc": "2024-08-15T11:30:00.000Z",
          "exitTs": 1723725540,
          "dir": 1,
          "entryPrice": 2460.435,
          "exitPrice": 2453.221,
          "stopDistance": 7.214,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 69
        },
        {
          "entryTs": 1723809420,
          "entryUtc": "2024-08-16T11:57:00.000Z",
          "exitTs": 1723812900,
          "dir": 1,
          "entryPrice": 2471.095,
          "exitPrice": 2487.713,
          "stopDistance": 8.309,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 58
        },
        {
          "entryTs": 1724068020,
          "entryUtc": "2024-08-19T11:47:00.000Z",
          "exitTs": 1724139840,
          "dir": 1,
          "entryPrice": 2492.125,
          "exitPrice": 2512.306,
          "stopDistance": 10.091,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 1197
        },
        {
          "entryTs": 1724153400,
          "entryUtc": "2024-08-20T11:30:00.000Z",
          "exitTs": 1724166120,
          "dir": 1,
          "entryPrice": 2525.945,
          "exitPrice": 2517.174,
          "stopDistance": 8.771,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 212
        },
        {
          "entryTs": 1724240100,
          "entryUtc": "2024-08-21T11:35:00.000Z",
          "exitTs": 1724247660,
          "dir": 1,
          "entryPrice": 2510.455,
          "exitPrice": 2501.62,
          "stopDistance": 8.835,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 126
        },
        {
          "entryTs": 1724326260,
          "entryUtc": "2024-08-22T11:31:00.000Z",
          "exitTs": 1724333520,
          "dir": -1,
          "entryPrice": 2503.235,
          "exitPrice": 2486.019,
          "stopDistance": 8.608,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 121
        },
        {
          "entryTs": 1724413920,
          "entryUtc": "2024-08-23T11:52:00.000Z",
          "exitTs": 1724422200,
          "dir": 1,
          "entryPrice": 2500.425,
          "exitPrice": 2515.592,
          "stopDistance": 7.583,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 138
        },
        {
          "entryTs": 1724672040,
          "entryUtc": "2024-08-26T11:34:00.000Z",
          "exitTs": 1724724420,
          "dir": -1,
          "entryPrice": 2520.828,
          "exitPrice": 2506.238,
          "stopDistance": 7.295,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 873
        },
        {
          "entryTs": 1724759400,
          "entryUtc": "2024-08-27T11:50:00.000Z",
          "exitTs": 1724765220,
          "dir": 1,
          "entryPrice": 2512.195,
          "exitPrice": 2504.017,
          "stopDistance": 8.178,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 97
        },
        {
          "entryTs": 1724845500,
          "entryUtc": "2024-08-28T11:45:00.000Z",
          "exitTs": 1724851740,
          "dir": -1,
          "entryPrice": 2501.655,
          "exitPrice": 2509.539,
          "stopDistance": 7.884,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 104
        },
        {
          "entryTs": 1724931120,
          "entryUtc": "2024-08-29T11:32:00.000Z",
          "exitTs": 1724935260,
          "dir": -1,
          "entryPrice": 2521.495,
          "exitPrice": 2506.177,
          "stopDistance": 7.659,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 69
        },
        {
          "entryTs": 1725020040,
          "entryUtc": "2024-08-30T12:14:00.000Z",
          "exitTs": 1725023700,
          "dir": 1,
          "entryPrice": 2521.515,
          "exitPrice": 2513.046,
          "stopDistance": 8.469,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 61
        },
        {
          "entryTs": 1725277560,
          "entryUtc": "2024-09-02T11:46:00.000Z",
          "exitTs": 1725326580,
          "dir": 1,
          "entryPrice": 2499.775,
          "exitPrice": 2491.182,
          "stopDistance": 8.593,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 817
        },
        {
          "entryTs": 1725363600,
          "entryUtc": "2024-09-03T11:40:00.000Z",
          "exitTs": 1725365580,
          "dir": -1,
          "entryPrice": 2494.735,
          "exitPrice": 2501.656,
          "stopDistance": 6.921,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 33
        },
        {
          "entryTs": 1725449760,
          "entryUtc": "2024-09-04T11:36:00.000Z",
          "exitTs": 1725458460,
          "dir": -1,
          "entryPrice": 2487.368,
          "exitPrice": 2497.117,
          "stopDistance": 9.749,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 145
        },
        {
          "entryTs": 1725536280,
          "entryUtc": "2024-09-05T11:38:00.000Z",
          "exitTs": 1725539700,
          "dir": -1,
          "entryPrice": 2514.475,
          "exitPrice": 2522.057,
          "stopDistance": 7.582,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 57
        },
        {
          "entryTs": 1725622320,
          "entryUtc": "2024-09-06T11:32:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2518.135,
          "exitPrice": 2523.909,
          "stopDistance": 5.774,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 58
        },
        {
          "entryTs": 1725881520,
          "entryUtc": "2024-09-09T11:32:00.000Z",
          "exitTs": 1725982500,
          "dir": 1,
          "entryPrice": 2497.595,
          "exitPrice": 2516.423,
          "stopDistance": 9.414,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 1683
        },
        {
          "entryTs": 1726054260,
          "entryUtc": "2024-09-11T11:31:00.000Z",
          "exitTs": 1726058160,
          "dir": -1,
          "entryPrice": 2521.085,
          "exitPrice": 2507.589,
          "stopDistance": 6.748,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 65
        },
        {
          "entryTs": 1726140960,
          "entryUtc": "2024-09-12T11:36:00.000Z",
          "exitTs": 1726145100,
          "dir": 1,
          "entryPrice": 2517.215,
          "exitPrice": 2530.536,
          "stopDistance": 6.661,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 69
        },
        {
          "entryTs": 1726227300,
          "entryUtc": "2024-09-13T11:35:00.000Z",
          "exitTs": 1726232280,
          "dir": -1,
          "entryPrice": 2565.794,
          "exitPrice": 2574.33,
          "stopDistance": 8.536,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 83
        },
        {
          "entryTs": 1726487520,
          "entryUtc": "2024-09-16T11:52:00.000Z",
          "exitTs": 1726564980,
          "dir": 1,
          "entryPrice": 2582.285,
          "exitPrice": 2574.226,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 1291
        },
        {
          "entryTs": 1726572660,
          "entryUtc": "2024-09-17T11:31:00.000Z",
          "exitTs": 1726576740,
          "dir": 1,
          "entryPrice": 2576.005,
          "exitPrice": 2568.213,
          "stopDistance": 7.792,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 68
        },
        {
          "entryTs": 1726659300,
          "entryUtc": "2024-09-18T11:35:00.000Z",
          "exitTs": 1726667400,
          "dir": 1,
          "entryPrice": 2577.775,
          "exitPrice": 2570.092,
          "stopDistance": 7.683,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 135
        },
        {
          "entryTs": 1726746420,
          "entryUtc": "2024-09-19T11:47:00.000Z",
          "exitTs": 1726749900,
          "dir": 1,
          "entryPrice": 2589.245,
          "exitPrice": 2577.335,
          "stopDistance": 11.911,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 58
        },
        {
          "entryTs": 1726831800,
          "entryUtc": "2024-09-20T11:30:00.000Z",
          "exitTs": 1726846860,
          "dir": -1,
          "entryPrice": 2610.815,
          "exitPrice": 2620.3,
          "stopDistance": 9.485,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 251
        },
        {
          "entryTs": 1727091060,
          "entryUtc": "2024-09-23T11:31:00.000Z",
          "exitTs": 1727189040,
          "dir": 1,
          "entryPrice": 2624.038,
          "exitPrice": 2641.415,
          "stopDistance": 8.688,
          "outcome": "target",
          "netR": 1.9574,
          "holdMinutes": 1633
        },
        {
          "entryTs": 1727263860,
          "entryUtc": "2024-09-25T11:31:00.000Z",
          "exitTs": 1727269740,
          "dir": -1,
          "entryPrice": 2654.755,
          "exitPrice": 2663.836,
          "stopDistance": 9.081,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 98
        },
        {
          "entryTs": 1727350380,
          "entryUtc": "2024-09-26T11:33:00.000Z",
          "exitTs": 1727353860,
          "dir": 1,
          "entryPrice": 2680.008,
          "exitPrice": 2672.033,
          "stopDistance": 7.975,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 58
        },
        {
          "entryTs": 1727437440,
          "entryUtc": "2024-09-27T11:44:00.000Z",
          "exitTs": 1727446920,
          "dir": 1,
          "entryPrice": 2668.188,
          "exitPrice": 2659.239,
          "stopDistance": 8.949,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 158
        },
        {
          "entryTs": 1727695800,
          "entryUtc": "2024-09-30T11:30:00.000Z",
          "exitTs": 1727720040,
          "dir": 1,
          "entryPrice": 2639.388,
          "exitPrice": 2628.397,
          "stopDistance": 10.991,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 404
        },
        {
          "entryTs": 1727782320,
          "entryUtc": "2024-10-01T11:32:00.000Z",
          "exitTs": 1727785260,
          "dir": -1,
          "entryPrice": 2647.708,
          "exitPrice": 2655.434,
          "stopDistance": 7.726,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 49
        },
        {
          "entryTs": 1727871300,
          "entryUtc": "2024-10-02T12:15:00.000Z",
          "exitTs": 1727875560,
          "dir": -1,
          "entryPrice": 2647.845,
          "exitPrice": 2656.859,
          "stopDistance": 9.015,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 71
        },
        {
          "entryTs": 1727956140,
          "entryUtc": "2024-10-03T11:49:00.000Z",
          "exitTs": 1727964000,
          "dir": 1,
          "entryPrice": 2647.785,
          "exitPrice": 2639.229,
          "stopDistance": 8.556,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 131
        },
        {
          "entryTs": 1728041400,
          "entryUtc": "2024-10-04T11:30:00.000Z",
          "exitTs": 1728045000,
          "dir": 1,
          "entryPrice": 2659.495,
          "exitPrice": 2652.139,
          "stopDistance": 7.356,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 60
        },
        {
          "entryTs": 1728301320,
          "entryUtc": "2024-10-07T11:42:00.000Z",
          "exitTs": 1728303900,
          "dir": 1,
          "entryPrice": 2659.045,
          "exitPrice": 2649.442,
          "stopDistance": 9.603,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 43
        },
        {
          "entryTs": 1728387720,
          "entryUtc": "2024-10-08T11:42:00.000Z",
          "exitTs": 1728393900,
          "dir": 1,
          "entryPrice": 2650.495,
          "exitPrice": 2639.311,
          "stopDistance": 11.185,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 103
        },
        {
          "entryTs": 1728473880,
          "entryUtc": "2024-10-09T11:38:00.000Z",
          "exitTs": 1728568800,
          "dir": -1,
          "entryPrice": 2619.095,
          "exitPrice": 2628.996,
          "stopDistance": 9.901,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 1582
        },
        {
          "entryTs": 1729078320,
          "entryUtc": "2024-10-16T11:32:00.000Z",
          "exitTs": 1729091280,
          "dir": 1,
          "entryPrice": 2678.205,
          "exitPrice": 2668.101,
          "stopDistance": 10.104,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 216
        },
        {
          "entryTs": 1729164780,
          "entryUtc": "2024-10-17T11:33:00.000Z",
          "exitTs": 1729166640,
          "dir": 1,
          "entryPrice": 2688.305,
          "exitPrice": 2679.778,
          "stopDistance": 8.527,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 31
        },
        {
          "entryTs": 1729510260,
          "entryUtc": "2024-10-21T11:31:00.000Z",
          "exitTs": 1729521720,
          "dir": 1,
          "entryPrice": 2736.688,
          "exitPrice": 2726.789,
          "stopDistance": 9.899,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 191
        },
        {
          "entryTs": 1729596720,
          "entryUtc": "2024-10-22T11:32:00.000Z",
          "exitTs": 1729608780,
          "dir": -1,
          "entryPrice": 2732.905,
          "exitPrice": 2741.996,
          "stopDistance": 9.09,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 201
        },
        {
          "entryTs": 1729684620,
          "entryUtc": "2024-10-23T11:57:00.000Z",
          "exitTs": 1729689480,
          "dir": -1,
          "entryPrice": 2749.085,
          "exitPrice": 2733.003,
          "stopDistance": 8.041,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 81
        },
        {
          "entryTs": 1729769880,
          "entryUtc": "2024-10-24T11:38:00.000Z",
          "exitTs": 1729777920,
          "dir": 1,
          "entryPrice": 2737.975,
          "exitPrice": 2730.058,
          "stopDistance": 7.917,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 134
        },
        {
          "entryTs": 1729855800,
          "entryUtc": "2024-10-25T11:30:00.000Z",
          "exitTs": 1729869900,
          "dir": 1,
          "entryPrice": 2725.275,
          "exitPrice": 2741.213,
          "stopDistance": 7.969,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 235
        },
        {
          "entryTs": 1730115300,
          "entryUtc": "2024-10-28T11:35:00.000Z",
          "exitTs": 1730122320,
          "dir": -1,
          "entryPrice": 2730.175,
          "exitPrice": 2739.894,
          "stopDistance": 9.719,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 117
        },
        {
          "entryTs": 1730202060,
          "entryUtc": "2024-10-29T11:41:00.000Z",
          "exitTs": 1730211420,
          "dir": 1,
          "entryPrice": 2751.265,
          "exitPrice": 2768.299,
          "stopDistance": 8.517,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 156
        },
        {
          "entryTs": 1730288640,
          "entryUtc": "2024-10-30T11:44:00.000Z",
          "exitTs": 1730295060,
          "dir": 1,
          "entryPrice": 2781.395,
          "exitPrice": 2772.833,
          "stopDistance": 8.562,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 107
        },
        {
          "entryTs": 1730374320,
          "entryUtc": "2024-10-31T11:32:00.000Z",
          "exitTs": 1730382300,
          "dir": -1,
          "entryPrice": 2777.198,
          "exitPrice": 2761.064,
          "stopDistance": 8.067,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 133
        },
        {
          "entryTs": 1730463000,
          "entryUtc": "2024-11-01T12:10:00.000Z",
          "exitTs": 1730471940,
          "dir": 1,
          "entryPrice": 2753.985,
          "exitPrice": 2745.156,
          "stopDistance": 8.829,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 149
        },
        {
          "entryTs": 1730723460,
          "entryUtc": "2024-11-04T12:31:00.000Z",
          "exitTs": 1730817240,
          "dir": -1,
          "entryPrice": 2739.648,
          "exitPrice": 2749.447,
          "stopDistance": 9.799,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 1563
        },
        {
          "entryTs": 1730896260,
          "entryUtc": "2024-11-06T12:31:00.000Z",
          "exitTs": 1730900280,
          "dir": -1,
          "entryPrice": 2698.275,
          "exitPrice": 2661.545,
          "stopDistance": 18.365,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 67
        },
        {
          "entryTs": 1731070320,
          "entryUtc": "2024-11-08T12:52:00.000Z",
          "exitTs": 1731287100,
          "dir": 1,
          "entryPrice": 2691.995,
          "exitPrice": 2677.04,
          "stopDistance": 14.956,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 3613
        },
        {
          "entryTs": 1731328440,
          "entryUtc": "2024-11-11T12:34:00.000Z",
          "exitTs": 1731333180,
          "dir": -1,
          "entryPrice": 2658.955,
          "exitPrice": 2636.169,
          "stopDistance": 11.393,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 79
        },
        {
          "entryTs": 1731414900,
          "entryUtc": "2024-11-12T12:35:00.000Z",
          "exitTs": 1731431880,
          "dir": 1,
          "entryPrice": 2604.475,
          "exitPrice": 2592.562,
          "stopDistance": 11.913,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 283
        },
        {
          "entryTs": 1731501120,
          "entryUtc": "2024-11-13T12:32:00.000Z",
          "exitTs": 1731515580,
          "dir": -1,
          "entryPrice": 2609.715,
          "exitPrice": 2591.082,
          "stopDistance": 9.316,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 241
        },
        {
          "entryTs": 1731588480,
          "entryUtc": "2024-11-14T12:48:00.000Z",
          "exitTs": 1731594900,
          "dir": -1,
          "entryPrice": 2552.095,
          "exitPrice": 2565.322,
          "stopDistance": 13.227,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 107
        },
        {
          "entryTs": 1731675900,
          "entryUtc": "2024-11-15T13:05:00.000Z",
          "exitTs": 1731690240,
          "dir": 1,
          "entryPrice": 2570.884,
          "exitPrice": 2560.367,
          "stopDistance": 10.517,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 239
        },
        {
          "entryTs": 1731933540,
          "entryUtc": "2024-11-18T12:39:00.000Z",
          "exitTs": 1731981960,
          "dir": 1,
          "entryPrice": 2594.365,
          "exitPrice": 2617.771,
          "stopDistance": 11.703,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 807
        },
        {
          "entryTs": 1732019400,
          "entryUtc": "2024-11-19T12:30:00.000Z",
          "exitTs": 1732025880,
          "dir": 1,
          "entryPrice": 2636.015,
          "exitPrice": 2626.614,
          "stopDistance": 9.401,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 108
        },
        {
          "entryTs": 1732106040,
          "entryUtc": "2024-11-20T12:34:00.000Z",
          "exitTs": 1732108680,
          "dir": -1,
          "entryPrice": 2626.935,
          "exitPrice": 2635.569,
          "stopDistance": 8.634,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 44
        },
        {
          "entryTs": 1732193820,
          "entryUtc": "2024-11-21T12:57:00.000Z",
          "exitTs": 1732211700,
          "dir": -1,
          "entryPrice": 2663.435,
          "exitPrice": 2672.165,
          "stopDistance": 8.73,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 298
        },
        {
          "entryTs": 1732278600,
          "entryUtc": "2024-11-22T12:30:00.000Z",
          "exitTs": 1732298760,
          "dir": -1,
          "entryPrice": 2697.405,
          "exitPrice": 2708.608,
          "stopDistance": 11.203,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 336
        },
        {
          "entryTs": 1732539600,
          "entryUtc": "2024-11-25T13:00:00.000Z",
          "exitTs": 1732544400,
          "dir": -1,
          "entryPrice": 2679.778,
          "exitPrice": 2648.196,
          "stopDistance": 15.791,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 80
        },
        {
          "entryTs": 1732626060,
          "entryUtc": "2024-11-26T13:01:00.000Z",
          "exitTs": 1732632000,
          "dir": 1,
          "entryPrice": 2634.625,
          "exitPrice": 2619.766,
          "stopDistance": 14.859,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 99
        },
        {
          "entryTs": 1732711080,
          "entryUtc": "2024-11-27T12:38:00.000Z",
          "exitTs": 1732719660,
          "dir": 1,
          "entryPrice": 2654.374,
          "exitPrice": 2643.728,
          "stopDistance": 10.646,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 143
        },
        {
          "entryTs": 1732797420,
          "entryUtc": "2024-11-28T12:37:00.000Z",
          "exitTs": 1732808040,
          "dir": 1,
          "entryPrice": 2646.875,
          "exitPrice": 2637.359,
          "stopDistance": 9.516,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 177
        },
        {
          "entryTs": 1732884240,
          "entryUtc": "2024-11-29T12:44:00.000Z",
          "exitTs": 1733099700,
          "dir": -1,
          "entryPrice": 2659.235,
          "exitPrice": 2640.498,
          "stopDistance": 9.369,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 3591
        },
        {
          "entryTs": 1733143620,
          "entryUtc": "2024-12-02T12:47:00.000Z",
          "exitTs": 1733148780,
          "dir": -1,
          "entryPrice": 2639.535,
          "exitPrice": 2651.137,
          "stopDistance": 11.602,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 86
        },
        {
          "entryTs": 1733229060,
          "entryUtc": "2024-12-03T12:31:00.000Z",
          "exitTs": 1733233260,
          "dir": -1,
          "entryPrice": 2638.175,
          "exitPrice": 2646.733,
          "stopDistance": 8.557,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 70
        },
        {
          "entryTs": 1733316420,
          "entryUtc": "2024-12-04T12:47:00.000Z",
          "exitTs": 1733321040,
          "dir": -1,
          "entryPrice": 2641.465,
          "exitPrice": 2649.661,
          "stopDistance": 8.196,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 77
        },
        {
          "entryTs": 1733401800,
          "entryUtc": "2024-12-05T12:30:00.000Z",
          "exitTs": 1733418720,
          "dir": -1,
          "entryPrice": 2648.505,
          "exitPrice": 2631.185,
          "stopDistance": 8.66,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 282
        },
        {
          "entryTs": 1733488980,
          "entryUtc": "2024-12-06T12:43:00.000Z",
          "exitTs": 1733494020,
          "dir": 1,
          "entryPrice": 2640.964,
          "exitPrice": 2630.338,
          "stopDistance": 10.626,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 84
        },
        {
          "entryTs": 1733748300,
          "entryUtc": "2024-12-09T12:45:00.000Z",
          "exitTs": 1733752680,
          "dir": -1,
          "entryPrice": 2654.868,
          "exitPrice": 2666.17,
          "stopDistance": 11.302,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 73
        },
        {
          "entryTs": 1733836740,
          "entryUtc": "2024-12-10T13:19:00.000Z",
          "exitTs": 1733840100,
          "dir": -1,
          "entryPrice": 2672.848,
          "exitPrice": 2682.385,
          "stopDistance": 9.537,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 56
        },
        {
          "entryTs": 1733922060,
          "entryUtc": "2024-12-11T13:01:00.000Z",
          "exitTs": 1733941200,
          "dir": 1,
          "entryPrice": 2697.304,
          "exitPrice": 2720.341,
          "stopDistance": 11.518,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 319
        },
        {
          "entryTs": 1734007080,
          "entryUtc": "2024-12-12T12:38:00.000Z",
          "exitTs": 1734013020,
          "dir": -1,
          "entryPrice": 2709.885,
          "exitPrice": 2688.467,
          "stopDistance": 10.709,
          "outcome": "target",
          "netR": 1.9654,
          "holdMinutes": 99
        },
        {
          "entryTs": 1734093180,
          "entryUtc": "2024-12-13T12:33:00.000Z",
          "exitTs": 1734097620,
          "dir": 1,
          "entryPrice": 2671.025,
          "exitPrice": 2660.867,
          "stopDistance": 10.158,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 74
        },
        {
          "entryTs": 1734352260,
          "entryUtc": "2024-12-16T12:31:00.000Z",
          "exitTs": 1734425820,
          "dir": -1,
          "entryPrice": 2661.384,
          "exitPrice": 2644.267,
          "stopDistance": 8.559,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 1226
        },
        {
          "entryTs": 1734438900,
          "entryUtc": "2024-12-17T12:35:00.000Z",
          "exitTs": 1734443520,
          "dir": 1,
          "entryPrice": 2644.055,
          "exitPrice": 2635.135,
          "stopDistance": 8.92,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 77
        },
        {
          "entryTs": 1734526140,
          "entryUtc": "2024-12-18T12:49:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2644.424,
          "exitPrice": 2630.06,
          "stopDistance": 7.182,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 371
        },
        {
          "entryTs": 1734611880,
          "entryUtc": "2024-12-19T12:38:00.000Z",
          "exitTs": 1734622740,
          "dir": -1,
          "entryPrice": 2611.848,
          "exitPrice": 2587.152,
          "stopDistance": 12.348,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 181
        },
        {
          "entryTs": 1734697800,
          "entryUtc": "2024-12-20T12:30:00.000Z",
          "exitTs": 1734707880,
          "dir": 1,
          "entryPrice": 2605.835,
          "exitPrice": 2623.724,
          "stopDistance": 8.945,
          "outcome": "target",
          "netR": 1.9586,
          "holdMinutes": 168
        },
        {
          "entryTs": 1734957060,
          "entryUtc": "2024-12-23T12:31:00.000Z",
          "exitTs": 1735175100,
          "dir": -1,
          "entryPrice": 2615.678,
          "exitPrice": 2624.826,
          "stopDistance": 9.148,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 3634
        },
        {
          "entryTs": 1735218000,
          "entryUtc": "2024-12-26T13:00:00.000Z",
          "exitTs": 1735220760,
          "dir": 1,
          "entryPrice": 2628.398,
          "exitPrice": 2622.663,
          "stopDistance": 5.735,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 46
        },
        {
          "entryTs": 1735302600,
          "entryUtc": "2024-12-27T12:30:00.000Z",
          "exitTs": 1735309620,
          "dir": -1,
          "entryPrice": 2627.828,
          "exitPrice": 2614.721,
          "stopDistance": 6.554,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 117
        },
        {
          "entryTs": 1735561800,
          "entryUtc": "2024-12-30T12:30:00.000Z",
          "exitTs": 1735566780,
          "dir": 1,
          "entryPrice": 2618.425,
          "exitPrice": 2610.055,
          "stopDistance": 8.37,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 83
        },
        {
          "entryTs": 1735649220,
          "entryUtc": "2024-12-31T12:47:00.000Z",
          "exitTs": 1735665540,
          "dir": 1,
          "entryPrice": 2611.865,
          "exitPrice": 2627.076,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 272
        },
        {
          "entryTs": 1735821120,
          "entryUtc": "2025-01-02T12:32:00.000Z",
          "exitTs": 1735836480,
          "dir": 1,
          "entryPrice": 2643.155,
          "exitPrice": 2659.446,
          "stopDistance": 8.146,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 256
        },
        {
          "entryTs": 1735907400,
          "entryUtc": "2025-01-03T12:30:00.000Z",
          "exitTs": 1735923000,
          "dir": -1,
          "entryPrice": 2655.175,
          "exitPrice": 2639.221,
          "stopDistance": 7.977,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 260
        },
        {
          "entryTs": 1736166600,
          "entryUtc": "2025-01-06T12:30:00.000Z",
          "exitTs": 1736171100,
          "dir": -1,
          "entryPrice": 2642.154,
          "exitPrice": 2623.292,
          "stopDistance": 9.431,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 75
        },
        {
          "entryTs": 1736253600,
          "entryUtc": "2025-01-07T12:40:00.000Z",
          "exitTs": 1736262480,
          "dir": 1,
          "entryPrice": 2651.125,
          "exitPrice": 2642.704,
          "stopDistance": 8.421,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 148
        },
        {
          "entryTs": 1736340360,
          "entryUtc": "2025-01-08T12:46:00.000Z",
          "exitTs": 1736346720,
          "dir": 1,
          "entryPrice": 2650.885,
          "exitPrice": 2664.843,
          "stopDistance": 6.979,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 106
        },
        {
          "entryTs": 1736426040,
          "entryUtc": "2025-01-09T12:34:00.000Z",
          "exitTs": 1736442300,
          "dir": 1,
          "entryPrice": 2672.755,
          "exitPrice": 2664.339,
          "stopDistance": 8.415,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 271
        },
        {
          "entryTs": 1736512740,
          "entryUtc": "2025-01-10T12:39:00.000Z",
          "exitTs": 1736517300,
          "dir": -1,
          "entryPrice": 2675.848,
          "exitPrice": 2682.39,
          "stopDistance": 6.542,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 76
        },
        {
          "entryTs": 1736771400,
          "entryUtc": "2025-01-13T12:30:00.000Z",
          "exitTs": 1736889600,
          "dir": -1,
          "entryPrice": 2667.885,
          "exitPrice": 2677.161,
          "stopDistance": 9.276,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 1970
        },
        {
          "entryTs": 1736945100,
          "entryUtc": "2025-01-15T12:45:00.000Z",
          "exitTs": 1736947800,
          "dir": -1,
          "entryPrice": 2684.375,
          "exitPrice": 2691.524,
          "stopDistance": 7.149,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 45
        },
        {
          "entryTs": 1737030600,
          "entryUtc": "2025-01-16T12:30:00.000Z",
          "exitTs": 1737033660,
          "dir": -1,
          "entryPrice": 2701.939,
          "exitPrice": 2709.856,
          "stopDistance": 7.917,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 51
        },
        {
          "entryTs": 1737117180,
          "entryUtc": "2025-01-17T12:33:00.000Z",
          "exitTs": 1737124320,
          "dir": 1,
          "entryPrice": 2710.585,
          "exitPrice": 2703.444,
          "stopDistance": 7.141,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 119
        },
        {
          "entryTs": 1737377220,
          "entryUtc": "2025-01-20T12:47:00.000Z",
          "exitTs": 1737423720,
          "dir": -1,
          "entryPrice": 2706.229,
          "exitPrice": 2714.93,
          "stopDistance": 8.701,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 775
        },
        {
          "entryTs": 1737462600,
          "entryUtc": "2025-01-21T12:30:00.000Z",
          "exitTs": 1737506760,
          "dir": 1,
          "entryPrice": 2725.838,
          "exitPrice": 2746.047,
          "stopDistance": 10.105,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 736
        },
        {
          "entryTs": 1737549000,
          "entryUtc": "2025-01-22T12:30:00.000Z",
          "exitTs": 1737684000,
          "dir": -1,
          "entryPrice": 2753.448,
          "exitPrice": 2762.765,
          "stopDistance": 9.317,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 2250
        },
        {
          "entryTs": 1737721800,
          "entryUtc": "2025-01-24T12:30:00.000Z",
          "exitTs": 1737737580,
          "dir": 1,
          "entryPrice": 2778.755,
          "exitPrice": 2770.312,
          "stopDistance": 8.443,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 263
        },
        {
          "entryTs": 1737981480,
          "entryUtc": "2025-01-27T12:38:00.000Z",
          "exitTs": 1737992100,
          "dir": -1,
          "entryPrice": 2760.585,
          "exitPrice": 2740.32,
          "stopDistance": 10.133,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 177
        },
        {
          "entryTs": 1738067400,
          "entryUtc": "2025-01-28T12:30:00.000Z",
          "exitTs": 1738086540,
          "dir": 1,
          "entryPrice": 2743.335,
          "exitPrice": 2759.658,
          "stopDistance": 8.162,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 319
        },
        {
          "entryTs": 1738155180,
          "entryUtc": "2025-01-29T12:53:00.000Z",
          "exitTs": 1738197060,
          "dir": -1,
          "entryPrice": 2755.595,
          "exitPrice": 2761.555,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 698
        },
        {
          "entryTs": 1738240500,
          "entryUtc": "2025-01-30T12:35:00.000Z",
          "exitTs": 1738252200,
          "dir": 1,
          "entryPrice": 2779.135,
          "exitPrice": 2793.419,
          "stopDistance": 7.142,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 195
        },
        {
          "entryTs": 1738326900,
          "entryUtc": "2025-01-31T12:35:00.000Z",
          "exitTs": 1738348200,
          "dir": 1,
          "entryPrice": 2805.785,
          "exitPrice": 2797.792,
          "stopDistance": 7.993,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 355
        },
        {
          "entryTs": 1738585920,
          "entryUtc": "2025-02-03T12:32:00.000Z",
          "exitTs": 1738594200,
          "dir": 1,
          "entryPrice": 2804.395,
          "exitPrice": 2827.602,
          "stopDistance": 11.603,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 138
        },
        {
          "entryTs": 1738672260,
          "entryUtc": "2025-02-04T12:31:00.000Z",
          "exitTs": 1738680540,
          "dir": 1,
          "entryPrice": 2819.835,
          "exitPrice": 2841.121,
          "stopDistance": 10.643,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 138
        },
        {
          "entryTs": 1738758720,
          "entryUtc": "2025-02-05T12:32:00.000Z",
          "exitTs": 1738763160,
          "dir": 1,
          "entryPrice": 2870.065,
          "exitPrice": 2859.461,
          "stopDistance": 10.604,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 74
        },
        {
          "entryTs": 1738846320,
          "entryUtc": "2025-02-06T12:52:00.000Z",
          "exitTs": 1738853880,
          "dir": -1,
          "entryPrice": 2865.095,
          "exitPrice": 2843.117,
          "stopDistance": 10.989,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 126
        },
        {
          "entryTs": 1738932540,
          "entryUtc": "2025-02-07T12:49:00.000Z",
          "exitTs": 1738938360,
          "dir": -1,
          "entryPrice": 2864.185,
          "exitPrice": 2872.84,
          "stopDistance": 8.655,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 97
        },
        {
          "entryTs": 1739191140,
          "entryUtc": "2025-02-10T12:39:00.000Z",
          "exitTs": 1739230440,
          "dir": -1,
          "entryPrice": 2903.725,
          "exitPrice": 2915.294,
          "stopDistance": 11.569,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 655
        },
        {
          "entryTs": 1739277720,
          "entryUtc": "2025-02-11T12:42:00.000Z",
          "exitTs": 1739367000,
          "dir": -1,
          "entryPrice": 2897.948,
          "exitPrice": 2869.019,
          "stopDistance": 14.465,
          "outcome": "target",
          "netR": 1.9744,
          "holdMinutes": 1488
        },
        {
          "entryTs": 1739450280,
          "entryUtc": "2025-02-13T12:38:00.000Z",
          "exitTs": 1739453400,
          "dir": 1,
          "entryPrice": 2920.255,
          "exitPrice": 2909.709,
          "stopDistance": 10.545,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 52
        },
        {
          "entryTs": 1739536800,
          "entryUtc": "2025-02-14T12:40:00.000Z",
          "exitTs": 1739546280,
          "dir": -1,
          "entryPrice": 2929.025,
          "exitPrice": 2910.001,
          "stopDistance": 9.512,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 158
        },
        {
          "entryTs": 1739804100,
          "entryUtc": "2025-02-17T14:55:00.000Z",
          "exitTs": 1739890020,
          "dir": 1,
          "entryPrice": 2901.445,
          "exitPrice": 2925.034,
          "stopDistance": 11.794,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 1432
        },
        {
          "entryTs": 1739968740,
          "entryUtc": "2025-02-19T12:39:00.000Z",
          "exitTs": 1739980740,
          "dir": 1,
          "entryPrice": 2935.845,
          "exitPrice": 2925.778,
          "stopDistance": 10.067,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 200
        },
        {
          "entryTs": 1740059100,
          "entryUtc": "2025-02-20T13:45:00.000Z",
          "exitTs": 1740100740,
          "dir": -1,
          "entryPrice": 2938.448,
          "exitPrice": 2948.693,
          "stopDistance": 10.245,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 694
        },
        {
          "entryTs": 1740141060,
          "entryUtc": "2025-02-21T12:31:00.000Z",
          "exitTs": 1740151500,
          "dir": 1,
          "entryPrice": 2934.145,
          "exitPrice": 2921.998,
          "stopDistance": 12.147,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 174
        },
        {
          "entryTs": 1740401100,
          "entryUtc": "2025-02-24T12:45:00.000Z",
          "exitTs": 1740496740,
          "dir": -1,
          "entryPrice": 2945.315,
          "exitPrice": 2920.695,
          "stopDistance": 12.31,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 1594
        },
        {
          "entryTs": 1740575520,
          "entryUtc": "2025-02-26T13:12:00.000Z",
          "exitTs": 1740643860,
          "dir": -1,
          "entryPrice": 2909.905,
          "exitPrice": 2885.691,
          "stopDistance": 12.107,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 1139
        },
        {
          "entryTs": 1740660240,
          "entryUtc": "2025-02-27T12:44:00.000Z",
          "exitTs": 1740667560,
          "dir": 1,
          "entryPrice": 2887.708,
          "exitPrice": 2874.555,
          "stopDistance": 13.153,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 122
        },
        {
          "entryTs": 1740745920,
          "entryUtc": "2025-02-28T12:32:00.000Z",
          "exitTs": 1740753900,
          "dir": -1,
          "entryPrice": 2860.955,
          "exitPrice": 2837.457,
          "stopDistance": 11.749,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 133
        },
        {
          "entryTs": 1741005000,
          "entryUtc": "2025-03-03T12:30:00.000Z",
          "exitTs": 1741073220,
          "dir": 1,
          "entryPrice": 2876.265,
          "exitPrice": 2899.764,
          "stopDistance": 11.75,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 1137
        },
        {
          "entryTs": 1741092240,
          "entryUtc": "2025-03-04T12:44:00.000Z",
          "exitTs": 1741099080,
          "dir": 1,
          "entryPrice": 2923.505,
          "exitPrice": 2910.505,
          "stopDistance": 13,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 114
        },
        {
          "entryTs": 1741180140,
          "entryUtc": "2025-03-05T13:09:00.000Z",
          "exitTs": 1741191180,
          "dir": -1,
          "entryPrice": 2912.139,
          "exitPrice": 2924.108,
          "stopDistance": 11.969,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 184
        },
        {
          "entryTs": 1741264200,
          "entryUtc": "2025-03-06T12:30:00.000Z",
          "exitTs": 1741272900,
          "dir": -1,
          "entryPrice": 2902.685,
          "exitPrice": 2915.919,
          "stopDistance": 13.234,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 145
        },
        {
          "entryTs": 1741351020,
          "entryUtc": "2025-03-07T12:37:00.000Z",
          "exitTs": 1741353840,
          "dir": 1,
          "entryPrice": 2922.445,
          "exitPrice": 2912.068,
          "stopDistance": 10.377,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 47
        },
        {
          "entryTs": 1741606260,
          "entryUtc": "2025-03-10T11:31:00.000Z",
          "exitTs": 1741683600,
          "dir": -1,
          "entryPrice": 2897.539,
          "exitPrice": 2910.645,
          "stopDistance": 13.105,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 1289
        },
        {
          "entryTs": 1741692600,
          "entryUtc": "2025-03-11T11:30:00.000Z",
          "exitTs": 1741795740,
          "dir": 1,
          "entryPrice": 2913.525,
          "exitPrice": 2935.623,
          "stopDistance": 11.049,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 1719
        },
        {
          "entryTs": 1741866060,
          "entryUtc": "2025-03-13T11:41:00.000Z",
          "exitTs": 1741877040,
          "dir": 1,
          "entryPrice": 2947.145,
          "exitPrice": 2965.851,
          "stopDistance": 9.353,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 183
        },
        {
          "entryTs": 1741952220,
          "entryUtc": "2025-03-14T11:37:00.000Z",
          "exitTs": 1741959420,
          "dir": 1,
          "entryPrice": 2998.235,
          "exitPrice": 2986.37,
          "stopDistance": 11.865,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 120
        },
        {
          "entryTs": 1742211600,
          "entryUtc": "2025-03-17T11:40:00.000Z",
          "exitTs": 1742263080,
          "dir": -1,
          "entryPrice": 2998.665,
          "exitPrice": 3007.995,
          "stopDistance": 9.33,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 858
        },
        {
          "entryTs": 1742297700,
          "entryUtc": "2025-03-18T11:35:00.000Z",
          "exitTs": 1742409720,
          "dir": 1,
          "entryPrice": 3026.195,
          "exitPrice": 3046.044,
          "stopDistance": 9.925,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 1867
        },
        {
          "entryTs": 1742471520,
          "entryUtc": "2025-03-20T11:52:00.000Z",
          "exitTs": 1742535720,
          "dir": 1,
          "entryPrice": 3034.475,
          "exitPrice": 3023.187,
          "stopDistance": 11.288,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 1070
        },
        {
          "entryTs": 1742556960,
          "entryUtc": "2025-03-21T11:36:00.000Z",
          "exitTs": 1742564100,
          "dir": 1,
          "entryPrice": 3032.185,
          "exitPrice": 3023.264,
          "stopDistance": 8.921,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 119
        },
        {
          "entryTs": 1742815920,
          "entryUtc": "2025-03-24T11:32:00.000Z",
          "exitTs": 1742839620,
          "dir": -1,
          "entryPrice": 3026.388,
          "exitPrice": 3004.16,
          "stopDistance": 11.114,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 395
        },
        {
          "entryTs": 1742902200,
          "entryUtc": "2025-03-25T11:30:00.000Z",
          "exitTs": 1742904660,
          "dir": 1,
          "entryPrice": 3025.225,
          "exitPrice": 3015.88,
          "stopDistance": 9.345,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 41
        },
        {
          "entryTs": 1742988720,
          "entryUtc": "2025-03-26T11:32:00.000Z",
          "exitTs": 1742996880,
          "dir": 1,
          "entryPrice": 3028.665,
          "exitPrice": 3019.325,
          "stopDistance": 9.34,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 136
        },
        {
          "entryTs": 1743076800,
          "entryUtc": "2025-03-27T12:00:00.000Z",
          "exitTs": 1743081060,
          "dir": 1,
          "entryPrice": 3055.545,
          "exitPrice": 3045.602,
          "stopDistance": 9.943,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 71
        },
        {
          "entryTs": 1743161580,
          "entryUtc": "2025-03-28T11:33:00.000Z",
          "exitTs": 1743174060,
          "dir": 1,
          "entryPrice": 3079.045,
          "exitPrice": 3067.571,
          "stopDistance": 11.474,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 208
        },
        {
          "entryTs": 1743420660,
          "entryUtc": "2025-03-31T11:31:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3114.478,
          "exitPrice": 3129.271,
          "stopDistance": 14.792,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 810
        },
        {
          "entryTs": 1743508560,
          "entryUtc": "2025-04-01T11:56:00.000Z",
          "exitTs": 1743524280,
          "dir": -1,
          "entryPrice": 3129.135,
          "exitPrice": 3101.545,
          "stopDistance": 13.795,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 262
        },
        {
          "entryTs": 1743596880,
          "entryUtc": "2025-04-02T12:28:00.000Z",
          "exitTs": 1743624840,
          "dir": 1,
          "entryPrice": 3123.725,
          "exitPrice": 3108.662,
          "stopDistance": 15.063,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 466
        },
        {
          "entryTs": 1743679860,
          "entryUtc": "2025-04-03T11:31:00.000Z",
          "exitTs": 1743689400,
          "dir": -1,
          "entryPrice": 3087.485,
          "exitPrice": 3109.045,
          "stopDistance": 21.56,
          "outcome": "stop",
          "netR": -1.0195,
          "holdMinutes": 159
        },
        {
          "entryTs": 1743766800,
          "entryUtc": "2025-04-04T11:40:00.000Z",
          "exitTs": 1743773700,
          "dir": -1,
          "entryPrice": 3108.875,
          "exitPrice": 3065.139,
          "stopDistance": 21.868,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 115
        },
        {
          "entryTs": 1744025760,
          "entryUtc": "2025-04-07T11:36:00.000Z",
          "exitTs": 1744032900,
          "dir": 1,
          "entryPrice": 3043.898,
          "exitPrice": 3009.919,
          "stopDistance": 33.979,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 119
        },
        {
          "entryTs": 1744113120,
          "entryUtc": "2025-04-08T11:52:00.000Z",
          "exitTs": 1744129920,
          "dir": 1,
          "entryPrice": 3014.005,
          "exitPrice": 2991.913,
          "stopDistance": 22.092,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 280
        },
        {
          "entryTs": 1744198260,
          "entryUtc": "2025-04-09T11:31:00.000Z",
          "exitTs": 1744202700,
          "dir": 1,
          "entryPrice": 3064.785,
          "exitPrice": 3042.681,
          "stopDistance": 22.104,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 74
        },
        {
          "entryTs": 1744284600,
          "entryUtc": "2025-04-10T11:30:00.000Z",
          "exitTs": 1744299540,
          "dir": 1,
          "entryPrice": 3122.325,
          "exitPrice": 3173.792,
          "stopDistance": 25.733,
          "outcome": "target",
          "netR": 1.9856,
          "holdMinutes": 249
        },
        {
          "entryTs": 1744372320,
          "entryUtc": "2025-04-11T11:52:00.000Z",
          "exitTs": 1744378320,
          "dir": -1,
          "entryPrice": 3211.665,
          "exitPrice": 3239.101,
          "stopDistance": 27.436,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 100
        },
        {
          "entryTs": 1744630920,
          "entryUtc": "2025-04-14T11:42:00.000Z",
          "exitTs": 1744634400,
          "dir": 1,
          "entryPrice": 3225.045,
          "exitPrice": 3203.276,
          "stopDistance": 21.769,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 58
        },
        {
          "entryTs": 1744716600,
          "entryUtc": "2025-04-15T11:30:00.000Z",
          "exitTs": 1744756140,
          "dir": -1,
          "entryPrice": 3219.325,
          "exitPrice": 3234.273,
          "stopDistance": 14.948,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 659
        },
        {
          "entryTs": 1744803900,
          "entryUtc": "2025-04-16T11:45:00.000Z",
          "exitTs": 1744830420,
          "dir": 1,
          "entryPrice": 3305.165,
          "exitPrice": 3340.764,
          "stopDistance": 17.799,
          "outcome": "target",
          "netR": 1.9792,
          "holdMinutes": 442
        },
        {
          "entryTs": 1744890180,
          "entryUtc": "2025-04-17T11:43:00.000Z",
          "exitTs": 1744892100,
          "dir": -1,
          "entryPrice": 3322.605,
          "exitPrice": 3341.665,
          "stopDistance": 19.06,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 32
        },
        {
          "entryTs": 1745235000,
          "entryUtc": "2025-04-21T11:30:00.000Z",
          "exitTs": 1745273460,
          "dir": 1,
          "entryPrice": 3394.675,
          "exitPrice": 3431.438,
          "stopDistance": 18.382,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 641
        },
        {
          "entryTs": 1745321760,
          "entryUtc": "2025-04-22T11:36:00.000Z",
          "exitTs": 1745338860,
          "dir": -1,
          "entryPrice": 3448.095,
          "exitPrice": 3392.565,
          "stopDistance": 27.765,
          "outcome": "target",
          "netR": 1.9867,
          "holdMinutes": 285
        },
        {
          "entryTs": 1745409840,
          "entryUtc": "2025-04-23T12:04:00.000Z",
          "exitTs": 1745457480,
          "dir": -1,
          "entryPrice": 3321.335,
          "exitPrice": 3358.085,
          "stopDistance": 36.75,
          "outcome": "stop",
          "netR": -1.0114,
          "holdMinutes": 794
        },
        {
          "entryTs": 1745494380,
          "entryUtc": "2025-04-24T11:33:00.000Z",
          "exitTs": 1745502780,
          "dir": 1,
          "entryPrice": 3342.115,
          "exitPrice": 3312.34,
          "stopDistance": 29.775,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 140
        },
        {
          "entryTs": 1745581140,
          "entryUtc": "2025-04-25T11:39:00.000Z",
          "exitTs": 1745791200,
          "dir": -1,
          "entryPrice": 3294.215,
          "exitPrice": 3321.155,
          "stopDistance": 26.94,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 3501
        },
        {
          "entryTs": 1745840760,
          "entryUtc": "2025-04-28T11:46:00.000Z",
          "exitTs": 1745864640,
          "dir": 1,
          "entryPrice": 3294.255,
          "exitPrice": 3343.429,
          "stopDistance": 24.587,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 398
        },
        {
          "entryTs": 1745927340,
          "entryUtc": "2025-04-29T11:49:00.000Z",
          "exitTs": 1746010920,
          "dir": -1,
          "entryPrice": 3310.195,
          "exitPrice": 3270.448,
          "stopDistance": 19.874,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 1393
        },
        {
          "entryTs": 1746014640,
          "entryUtc": "2025-04-30T12:04:00.000Z",
          "exitTs": 1746015600,
          "dir": -1,
          "entryPrice": 3268.055,
          "exitPrice": 3286.096,
          "stopDistance": 18.041,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 16
        },
        {
          "entryTs": 1746099360,
          "entryUtc": "2025-05-01T11:36:00.000Z",
          "exitTs": 1746145380,
          "dir": -1,
          "entryPrice": 3221.875,
          "exitPrice": 3243.277,
          "stopDistance": 21.402,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 767
        },
        {
          "entryTs": 1746185400,
          "entryUtc": "2025-05-02T11:30:00.000Z",
          "exitTs": 1746190800,
          "dir": 1,
          "entryPrice": 3266.015,
          "exitPrice": 3248.06,
          "stopDistance": 17.954,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 90
        },
        {
          "entryTs": 1746445440,
          "entryUtc": "2025-05-05T11:44:00.000Z",
          "exitTs": 1746473100,
          "dir": -1,
          "entryPrice": 3311.615,
          "exitPrice": 3332.106,
          "stopDistance": 20.491,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 461
        },
        {
          "entryTs": 1746531120,
          "entryUtc": "2025-05-06T11:32:00.000Z",
          "exitTs": 1746548520,
          "dir": -1,
          "entryPrice": 3379.345,
          "exitPrice": 3400.467,
          "stopDistance": 21.122,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 290
        },
        {
          "entryTs": 1746617640,
          "entryUtc": "2025-05-07T11:34:00.000Z",
          "exitTs": 1746669600,
          "dir": -1,
          "entryPrice": 3384.245,
          "exitPrice": 3410.853,
          "stopDistance": 26.608,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 866
        },
        {
          "entryTs": 1746703800,
          "entryUtc": "2025-05-08T11:30:00.000Z",
          "exitTs": 1746720780,
          "dir": 1,
          "entryPrice": 3344.015,
          "exitPrice": 3317.963,
          "stopDistance": 26.052,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 283
        },
        {
          "entryTs": 1746797340,
          "entryUtc": "2025-05-09T13:29:00.000Z",
          "exitTs": 1747000800,
          "dir": 1,
          "entryPrice": 3338.105,
          "exitPrice": 3316.116,
          "stopDistance": 21.989,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 3391
        },
        {
          "entryTs": 1747050660,
          "entryUtc": "2025-05-12T11:51:00.000Z",
          "exitTs": 1747226700,
          "dir": 1,
          "entryPrice": 3224.005,
          "exitPrice": 3197.574,
          "stopDistance": 26.431,
          "outcome": "stop",
          "netR": -1.0159,
          "holdMinutes": 2934
        },
        {
          "entryTs": 1747308840,
          "entryUtc": "2025-05-15T11:34:00.000Z",
          "exitTs": 1747314900,
          "dir": -1,
          "entryPrice": 3173.655,
          "exitPrice": 3197.709,
          "stopDistance": 24.054,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 101
        },
        {
          "entryTs": 1747395240,
          "entryUtc": "2025-05-16T11:34:00.000Z",
          "exitTs": 1747396440,
          "dir": 1,
          "entryPrice": 3178.865,
          "exitPrice": 3155.242,
          "stopDistance": 23.623,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 20
        },
        {
          "entryTs": 1747654380,
          "entryUtc": "2025-05-19T11:33:00.000Z",
          "exitTs": 1747663380,
          "dir": 1,
          "entryPrice": 3244.115,
          "exitPrice": 3220.969,
          "stopDistance": 23.146,
          "outcome": "stop",
          "netR": -1.0181,
          "holdMinutes": 150
        },
        {
          "entryTs": 1747741140,
          "entryUtc": "2025-05-20T11:39:00.000Z",
          "exitTs": 1747750080,
          "dir": 1,
          "entryPrice": 3240.475,
          "exitPrice": 3275.336,
          "stopDistance": 17.43,
          "outcome": "target",
          "netR": 1.9788,
          "holdMinutes": 149
        },
        {
          "entryTs": 1747827300,
          "entryUtc": "2025-05-21T11:35:00.000Z",
          "exitTs": 1747875900,
          "dir": -1,
          "entryPrice": 3308.335,
          "exitPrice": 3326.385,
          "stopDistance": 18.05,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 810
        },
        {
          "entryTs": 1747913580,
          "entryUtc": "2025-05-22T11:33:00.000Z",
          "exitTs": 1747983600,
          "dir": 1,
          "entryPrice": 3296.595,
          "exitPrice": 3332.23,
          "stopDistance": 17.818,
          "outcome": "target",
          "netR": 1.9792,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1748000220,
          "entryUtc": "2025-05-23T11:37:00.000Z",
          "exitTs": 1748000940,
          "dir": -1,
          "entryPrice": 3325.225,
          "exitPrice": 3342.141,
          "stopDistance": 16.916,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 12
        },
        {
          "entryTs": 1748259000,
          "entryUtc": "2025-05-26T11:30:00.000Z",
          "exitTs": 1748296980,
          "dir": -1,
          "entryPrice": 3330.295,
          "exitPrice": 3345.7,
          "stopDistance": 15.405,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 633
        },
        {
          "entryTs": 1748347140,
          "entryUtc": "2025-05-27T11:59:00.000Z",
          "exitTs": 1748352960,
          "dir": -1,
          "entryPrice": 3287.778,
          "exitPrice": 3304.347,
          "stopDistance": 16.569,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 97
        },
        {
          "entryTs": 1748431800,
          "entryUtc": "2025-05-28T11:30:00.000Z",
          "exitTs": 1748439780,
          "dir": 1,
          "entryPrice": 3313.475,
          "exitPrice": 3297.994,
          "stopDistance": 15.481,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 133
        },
        {
          "entryTs": 1748518200,
          "entryUtc": "2025-05-29T11:30:00.000Z",
          "exitTs": 1748607000,
          "dir": 1,
          "entryPrice": 3302.215,
          "exitPrice": 3283.401,
          "stopDistance": 18.814,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 1480
        },
        {
          "entryTs": 1748863800,
          "entryUtc": "2025-06-02T11:30:00.000Z",
          "exitTs": 1748902620,
          "dir": 1,
          "entryPrice": 3353.705,
          "exitPrice": 3387.321,
          "stopDistance": 16.808,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 647
        },
        {
          "entryTs": 1748950380,
          "entryUtc": "2025-06-03T11:33:00.000Z",
          "exitTs": 1748958360,
          "dir": 1,
          "entryPrice": 3358.385,
          "exitPrice": 3343.762,
          "stopDistance": 14.623,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 133
        },
        {
          "entryTs": 1749039300,
          "entryUtc": "2025-06-04T12:15:00.000Z",
          "exitTs": 1749048120,
          "dir": 1,
          "entryPrice": 3351.795,
          "exitPrice": 3382.244,
          "stopDistance": 15.224,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 147
        },
        {
          "entryTs": 1749123240,
          "entryUtc": "2025-06-05T11:34:00.000Z",
          "exitTs": 1749134880,
          "dir": -1,
          "entryPrice": 3394.548,
          "exitPrice": 3365.259,
          "stopDistance": 14.644,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 194
        },
        {
          "entryTs": 1749209640,
          "entryUtc": "2025-06-06T11:34:00.000Z",
          "exitTs": 1749213000,
          "dir": 1,
          "entryPrice": 3364.148,
          "exitPrice": 3348.804,
          "stopDistance": 15.344,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 56
        },
        {
          "entryTs": 1749468660,
          "entryUtc": "2025-06-09T11:31:00.000Z",
          "exitTs": 1749520320,
          "dir": 1,
          "entryPrice": 3318.665,
          "exitPrice": 3303.868,
          "stopDistance": 14.797,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 861
        },
        {
          "entryTs": 1749555120,
          "entryUtc": "2025-06-10T11:32:00.000Z",
          "exitTs": 1749557700,
          "dir": 1,
          "entryPrice": 3341.948,
          "exitPrice": 3328.482,
          "stopDistance": 13.466,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 43
        },
        {
          "entryTs": 1749641640,
          "entryUtc": "2025-06-11T11:34:00.000Z",
          "exitTs": 1749645300,
          "dir": 1,
          "entryPrice": 3331.995,
          "exitPrice": 3359.384,
          "stopDistance": 13.695,
          "outcome": "target",
          "netR": 1.973,
          "holdMinutes": 61
        },
        {
          "entryTs": 1749727800,
          "entryUtc": "2025-06-12T11:30:00.000Z",
          "exitTs": 1749772920,
          "dir": -1,
          "entryPrice": 3380.348,
          "exitPrice": 3400.486,
          "stopDistance": 20.138,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 752
        },
        {
          "entryTs": 1749814440,
          "entryUtc": "2025-06-13T11:34:00.000Z",
          "exitTs": 1750082040,
          "dir": 1,
          "entryPrice": 3421.448,
          "exitPrice": 3401.58,
          "stopDistance": 19.868,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 4460
        },
        {
          "entryTs": 1750160280,
          "entryUtc": "2025-06-17T11:38:00.000Z",
          "exitTs": 1750312860,
          "dir": -1,
          "entryPrice": 3392.505,
          "exitPrice": 3359.842,
          "stopDistance": 16.331,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 2543
        },
        {
          "entryTs": 1750333860,
          "entryUtc": "2025-06-19T11:51:00.000Z",
          "exitTs": 1750629600,
          "dir": -1,
          "entryPrice": 3371.635,
          "exitPrice": 3387.577,
          "stopDistance": 15.942,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 4929
        },
        {
          "entryTs": 1750680960,
          "entryUtc": "2025-06-23T12:16:00.000Z",
          "exitTs": 1750686240,
          "dir": -1,
          "entryPrice": 3367.615,
          "exitPrice": 3381.763,
          "stopDistance": 14.148,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 88
        },
        {
          "entryTs": 1750764960,
          "entryUtc": "2025-06-24T11:36:00.000Z",
          "exitTs": 1750906200,
          "dir": -1,
          "entryPrice": 3322.365,
          "exitPrice": 3340.713,
          "stopDistance": 18.348,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 2354
        },
        {
          "entryTs": 1750937400,
          "entryUtc": "2025-06-26T11:30:00.000Z",
          "exitTs": 1750943520,
          "dir": -1,
          "entryPrice": 3338.829,
          "exitPrice": 3316.073,
          "stopDistance": 11.378,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 102
        },
        {
          "entryTs": 1751024100,
          "entryUtc": "2025-06-27T11:35:00.000Z",
          "exitTs": 1751235960,
          "dir": -1,
          "entryPrice": 3282.258,
          "exitPrice": 3253.527,
          "stopDistance": 14.366,
          "outcome": "target",
          "netR": 1.9742,
          "holdMinutes": 3531
        },
        {
          "entryTs": 1751283060,
          "entryUtc": "2025-06-30T11:31:00.000Z",
          "exitTs": 1751294100,
          "dir": -1,
          "entryPrice": 3274.545,
          "exitPrice": 3289.02,
          "stopDistance": 14.475,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 184
        },
        {
          "entryTs": 1751369400,
          "entryUtc": "2025-07-01T11:30:00.000Z",
          "exitTs": 1751382900,
          "dir": 1,
          "entryPrice": 3352.155,
          "exitPrice": 3340.233,
          "stopDistance": 11.922,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 225
        },
        {
          "entryTs": 1751456460,
          "entryUtc": "2025-07-02T11:41:00.000Z",
          "exitTs": 1751480820,
          "dir": -1,
          "entryPrice": 3341.385,
          "exitPrice": 3352.434,
          "stopDistance": 11.049,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 406
        },
        {
          "entryTs": 1751542320,
          "entryUtc": "2025-07-03T11:32:00.000Z",
          "exitTs": 1751546280,
          "dir": -1,
          "entryPrice": 3346.788,
          "exitPrice": 3322.491,
          "stopDistance": 12.148,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 66
        },
        {
          "entryTs": 1751628660,
          "entryUtc": "2025-07-04T11:31:00.000Z",
          "exitTs": 1751845680,
          "dir": 1,
          "entryPrice": 3337.198,
          "exitPrice": 3326.16,
          "stopDistance": 11.038,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 3617
        },
        {
          "entryTs": 1751888580,
          "entryUtc": "2025-07-07T11:43:00.000Z",
          "exitTs": 1751896320,
          "dir": -1,
          "entryPrice": 3299.755,
          "exitPrice": 3312.929,
          "stopDistance": 13.174,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 129
        },
        {
          "entryTs": 1751974620,
          "entryUtc": "2025-07-08T11:37:00.000Z",
          "exitTs": 1751984640,
          "dir": -1,
          "entryPrice": 3322.965,
          "exitPrice": 3300.86,
          "stopDistance": 11.053,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 167
        },
        {
          "entryTs": 1752060600,
          "entryUtc": "2025-07-09T11:30:00.000Z",
          "exitTs": 1752069000,
          "dir": -1,
          "entryPrice": 3287.439,
          "exitPrice": 3299.537,
          "stopDistance": 12.098,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 140
        },
        {
          "entryTs": 1752147540,
          "entryUtc": "2025-07-10T11:39:00.000Z",
          "exitTs": 1752211320,
          "dir": -1,
          "entryPrice": 3325.095,
          "exitPrice": 3336.292,
          "stopDistance": 11.197,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 1063
        },
        {
          "entryTs": 1752233820,
          "entryUtc": "2025-07-11T11:37:00.000Z",
          "exitTs": 1752448320,
          "dir": 1,
          "entryPrice": 3348.125,
          "exitPrice": 3372.072,
          "stopDistance": 11.973,
          "outcome": "target",
          "netR": 1.9691,
          "holdMinutes": 3575
        },
        {
          "entryTs": 1752492600,
          "entryUtc": "2025-07-14T11:30:00.000Z",
          "exitTs": 1752502980,
          "dir": -1,
          "entryPrice": 3369.105,
          "exitPrice": 3345.089,
          "stopDistance": 12.008,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 173
        },
        {
          "entryTs": 1752579000,
          "entryUtc": "2025-07-15T11:30:00.000Z",
          "exitTs": 1752586320,
          "dir": -1,
          "entryPrice": 3357.695,
          "exitPrice": 3337.593,
          "stopDistance": 10.051,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 122
        },
        {
          "entryTs": 1752666060,
          "entryUtc": "2025-07-16T11:41:00.000Z",
          "exitTs": 1752673020,
          "dir": 1,
          "entryPrice": 3337.165,
          "exitPrice": 3327.363,
          "stopDistance": 9.802,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 116
        },
        {
          "entryTs": 1752753120,
          "entryUtc": "2025-07-17T11:52:00.000Z",
          "exitTs": 1752764400,
          "dir": -1,
          "entryPrice": 3322.859,
          "exitPrice": 3335.536,
          "stopDistance": 12.677,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 188
        },
        {
          "entryTs": 1752838440,
          "entryUtc": "2025-07-18T11:34:00.000Z",
          "exitTs": 1753098360,
          "dir": 1,
          "entryPrice": 3353.605,
          "exitPrice": 3374.07,
          "stopDistance": 10.232,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 4332
        },
        {
          "entryTs": 1753183920,
          "entryUtc": "2025-07-22T11:32:00.000Z",
          "exitTs": 1753186800,
          "dir": -1,
          "entryPrice": 3386.545,
          "exitPrice": 3395.362,
          "stopDistance": 8.817,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 48
        },
        {
          "entryTs": 1753270200,
          "entryUtc": "2025-07-23T11:30:00.000Z",
          "exitTs": 1753275780,
          "dir": 1,
          "entryPrice": 3425.165,
          "exitPrice": 3414.131,
          "stopDistance": 11.034,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 93
        },
        {
          "entryTs": 1753356600,
          "entryUtc": "2025-07-24T11:30:00.000Z",
          "exitTs": 1753367460,
          "dir": -1,
          "entryPrice": 3362.455,
          "exitPrice": 3374.732,
          "stopDistance": 12.277,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 181
        },
        {
          "entryTs": 1753443000,
          "entryUtc": "2025-07-25T11:30:00.000Z",
          "exitTs": 1753653600,
          "dir": -1,
          "entryPrice": 3339.329,
          "exitPrice": 3318.23,
          "stopDistance": 10.549,
          "outcome": "target",
          "netR": 1.9649,
          "holdMinutes": 3510
        },
        {
          "entryTs": 1753703160,
          "entryUtc": "2025-07-28T11:46:00.000Z",
          "exitTs": 1753706400,
          "dir": 1,
          "entryPrice": 3337.248,
          "exitPrice": 3326.463,
          "stopDistance": 10.785,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 54
        },
        {
          "entryTs": 1753789020,
          "entryUtc": "2025-07-29T11:37:00.000Z",
          "exitTs": 1753800360,
          "dir": -1,
          "entryPrice": 3317.895,
          "exitPrice": 3329.191,
          "stopDistance": 11.296,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 189
        },
        {
          "entryTs": 1753875960,
          "entryUtc": "2025-07-30T11:46:00.000Z",
          "exitTs": 1753882080,
          "dir": -1,
          "entryPrice": 3324.955,
          "exitPrice": 3305.311,
          "stopDistance": 9.822,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 102
        },
        {
          "entryTs": 1753961400,
          "entryUtc": "2025-07-31T11:30:00.000Z",
          "exitTs": 1753978380,
          "dir": 1,
          "entryPrice": 3303.275,
          "exitPrice": 3289.699,
          "stopDistance": 13.576,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 283
        },
        {
          "entryTs": 1754048760,
          "entryUtc": "2025-08-01T11:46:00.000Z",
          "exitTs": 1754051400,
          "dir": -1,
          "entryPrice": 3298.295,
          "exitPrice": 3310.021,
          "stopDistance": 11.726,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 44
        },
        {
          "entryTs": 1754307840,
          "entryUtc": "2025-08-04T11:44:00.000Z",
          "exitTs": 1754388660,
          "dir": 1,
          "entryPrice": 3367.895,
          "exitPrice": 3355.493,
          "stopDistance": 12.402,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 1347
        },
        {
          "entryTs": 1754393520,
          "entryUtc": "2025-08-05T11:32:00.000Z",
          "exitTs": 1754397000,
          "dir": -1,
          "entryPrice": 3351.205,
          "exitPrice": 3361.855,
          "stopDistance": 10.65,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 58
        },
        {
          "entryTs": 1754479800,
          "entryUtc": "2025-08-06T11:30:00.000Z",
          "exitTs": 1754549700,
          "dir": 1,
          "entryPrice": 3366.465,
          "exitPrice": 3387.223,
          "stopDistance": 10.379,
          "outcome": "target",
          "netR": 1.9644,
          "holdMinutes": 1165
        },
        {
          "entryTs": 1754566380,
          "entryUtc": "2025-08-07T11:33:00.000Z",
          "exitTs": 1754874600,
          "dir": 1,
          "entryPrice": 3382.965,
          "exitPrice": 3370.087,
          "stopDistance": 12.878,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 5137
        },
        {
          "entryTs": 1754911860,
          "entryUtc": "2025-08-11T11:31:00.000Z",
          "exitTs": 1755078720,
          "dir": -1,
          "entryPrice": 3349.925,
          "exitPrice": 3366.209,
          "stopDistance": 16.284,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 2781
        },
        {
          "entryTs": 1755084780,
          "entryUtc": "2025-08-13T11:33:00.000Z",
          "exitTs": 1755131040,
          "dir": -1,
          "entryPrice": 3359.255,
          "exitPrice": 3371.018,
          "stopDistance": 11.763,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 771
        },
        {
          "entryTs": 1755173040,
          "entryUtc": "2025-08-14T12:04:00.000Z",
          "exitTs": 1755174600,
          "dir": 1,
          "entryPrice": 3356.925,
          "exitPrice": 3344.75,
          "stopDistance": 12.175,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 26
        },
        {
          "entryTs": 1755257460,
          "entryUtc": "2025-08-15T11:31:00.000Z",
          "exitTs": 1755472320,
          "dir": 1,
          "entryPrice": 3340.505,
          "exitPrice": 3330.304,
          "stopDistance": 10.201,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 3581
        },
        {
          "entryTs": 1755517620,
          "entryUtc": "2025-08-18T11:47:00.000Z",
          "exitTs": 1755614820,
          "dir": -1,
          "entryPrice": 3346.298,
          "exitPrice": 3324.501,
          "stopDistance": 10.898,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 1620
        },
        {
          "entryTs": 1755689760,
          "entryUtc": "2025-08-20T11:36:00.000Z",
          "exitTs": 1755697440,
          "dir": 1,
          "entryPrice": 3330.998,
          "exitPrice": 3346.139,
          "stopDistance": 7.571,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 128
        },
        {
          "entryTs": 1755776340,
          "entryUtc": "2025-08-21T11:39:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3332.675,
          "exitPrice": 3324.202,
          "stopDistance": 8.473,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1493
        },
        {
          "entryTs": 1756121400,
          "entryUtc": "2025-08-25T11:30:00.000Z",
          "exitTs": 1756163520,
          "dir": 1,
          "entryPrice": 3368.298,
          "exitPrice": 3359.753,
          "stopDistance": 8.546,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 702
        },
        {
          "entryTs": 1756207800,
          "entryUtc": "2025-08-26T11:30:00.000Z",
          "exitTs": 1756372500,
          "dir": 1,
          "entryPrice": 3378.275,
          "exitPrice": 3401.4,
          "stopDistance": 11.563,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 2745
        },
        {
          "entryTs": 1756380600,
          "entryUtc": "2025-08-28T11:30:00.000Z",
          "exitTs": 1756386360,
          "dir": 1,
          "entryPrice": 3403.995,
          "exitPrice": 3395.799,
          "stopDistance": 8.196,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 96
        },
        {
          "entryTs": 1756467000,
          "entryUtc": "2025-08-29T11:30:00.000Z",
          "exitTs": 1756474680,
          "dir": 1,
          "entryPrice": 3407.215,
          "exitPrice": 3423.027,
          "stopDistance": 7.906,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 128
        },
        {
          "entryTs": 1756726380,
          "entryUtc": "2025-09-01T11:33:00.000Z",
          "exitTs": 1756777440,
          "dir": 1,
          "entryPrice": 3471.865,
          "exitPrice": 3501.661,
          "stopDistance": 14.898,
          "outcome": "target",
          "netR": 1.9752,
          "holdMinutes": 851
        },
        {
          "entryTs": 1756812600,
          "entryUtc": "2025-09-02T11:30:00.000Z",
          "exitTs": 1756814580,
          "dir": -1,
          "entryPrice": 3478.785,
          "exitPrice": 3492.655,
          "stopDistance": 13.87,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 33
        },
        {
          "entryTs": 1756899060,
          "entryUtc": "2025-09-03T11:31:00.000Z",
          "exitTs": 1756922940,
          "dir": 1,
          "entryPrice": 3547.625,
          "exitPrice": 3576.707,
          "stopDistance": 14.541,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 398
        },
        {
          "entryTs": 1756985580,
          "entryUtc": "2025-09-04T11:33:00.000Z",
          "exitTs": 1757075460,
          "dir": 1,
          "entryPrice": 3541.295,
          "exitPrice": 3574.01,
          "stopDistance": 16.358,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 1498
        },
        {
          "entryTs": 1757331060,
          "entryUtc": "2025-09-08T11:31:00.000Z",
          "exitTs": 1757383620,
          "dir": 1,
          "entryPrice": 3617.315,
          "exitPrice": 3647.744,
          "stopDistance": 15.214,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 876
        },
        {
          "entryTs": 1757417640,
          "entryUtc": "2025-09-09T11:34:00.000Z",
          "exitTs": 1757424960,
          "dir": -1,
          "entryPrice": 3651.125,
          "exitPrice": 3665.456,
          "stopDistance": 14.331,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 122
        },
        {
          "entryTs": 1757504460,
          "entryUtc": "2025-09-10T11:41:00.000Z",
          "exitTs": 1757581740,
          "dir": -1,
          "entryPrice": 3649.775,
          "exitPrice": 3621.77,
          "stopDistance": 14.002,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 1288
        },
        {
          "entryTs": 1757590260,
          "entryUtc": "2025-09-11T11:31:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3619.485,
          "exitPrice": 3632.501,
          "stopDistance": 13.016,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 59
        },
        {
          "entryTs": 1757676840,
          "entryUtc": "2025-09-12T11:34:00.000Z",
          "exitTs": 1757943480,
          "dir": -1,
          "entryPrice": 3647.685,
          "exitPrice": 3659.559,
          "stopDistance": 11.874,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 4444
        },
        {
          "entryTs": 1758022680,
          "entryUtc": "2025-09-16T11:38:00.000Z",
          "exitTs": 1758035100,
          "dir": 1,
          "entryPrice": 3694.548,
          "exitPrice": 3682.637,
          "stopDistance": 11.911,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 207
        },
        {
          "entryTs": 1758108660,
          "entryUtc": "2025-09-17T11:31:00.000Z",
          "exitTs": 1758132000,
          "dir": 1,
          "entryPrice": 3667.975,
          "exitPrice": 3691.055,
          "stopDistance": 11.54,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 389
        },
        {
          "entryTs": 1758195060,
          "entryUtc": "2025-09-18T11:31:00.000Z",
          "exitTs": 1758203100,
          "dir": -1,
          "entryPrice": 3665.445,
          "exitPrice": 3629.532,
          "stopDistance": 17.956,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 134
        },
        {
          "entryTs": 1758281400,
          "entryUtc": "2025-09-19T11:30:00.000Z",
          "exitTs": 1758290220,
          "dir": -1,
          "entryPrice": 3650.365,
          "exitPrice": 3663.917,
          "stopDistance": 13.552,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 147
        },
        {
          "entryTs": 1758540900,
          "entryUtc": "2025-09-22T11:35:00.000Z",
          "exitTs": 1758559500,
          "dir": -1,
          "entryPrice": 3725.465,
          "exitPrice": 3739.269,
          "stopDistance": 13.804,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 310
        },
        {
          "entryTs": 1758629460,
          "entryUtc": "2025-09-23T12:11:00.000Z",
          "exitTs": 1758727860,
          "dir": -1,
          "entryPrice": 3779.455,
          "exitPrice": 3748.62,
          "stopDistance": 15.418,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 1640
        },
        {
          "entryTs": 1758803760,
          "entryUtc": "2025-09-25T12:36:00.000Z",
          "exitTs": 1758825600,
          "dir": -1,
          "entryPrice": 3740.945,
          "exitPrice": 3757.027,
          "stopDistance": 16.082,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 364
        },
        {
          "entryTs": 1758886200,
          "entryUtc": "2025-09-26T11:30:00.000Z",
          "exitTs": 1758896760,
          "dir": 1,
          "entryPrice": 3751.345,
          "exitPrice": 3782.831,
          "stopDistance": 15.743,
          "outcome": "target",
          "netR": 1.9765,
          "holdMinutes": 176
        },
        {
          "entryTs": 1759145460,
          "entryUtc": "2025-09-29T11:31:00.000Z",
          "exitTs": 1759203780,
          "dir": 1,
          "entryPrice": 3824.495,
          "exitPrice": 3863.009,
          "stopDistance": 19.257,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 972
        },
        {
          "entryTs": 1759231980,
          "entryUtc": "2025-09-30T11:33:00.000Z",
          "exitTs": 1759261980,
          "dir": 1,
          "entryPrice": 3813.425,
          "exitPrice": 3858.733,
          "stopDistance": 22.654,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 500
        },
        {
          "entryTs": 1759318260,
          "entryUtc": "2025-10-01T11:31:00.000Z",
          "exitTs": 1759415880,
          "dir": -1,
          "entryPrice": 3880.678,
          "exitPrice": 3843.92,
          "stopDistance": 18.379,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 1627
        },
        {
          "entryTs": 1759491060,
          "entryUtc": "2025-10-03T11:31:00.000Z",
          "exitTs": 1759496220,
          "dir": -1,
          "entryPrice": 3857.345,
          "exitPrice": 3873.244,
          "stopDistance": 15.899,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 86
        },
        {
          "entryTs": 1759751460,
          "entryUtc": "2025-10-06T11:51:00.000Z",
          "exitTs": 1759761180,
          "dir": -1,
          "entryPrice": 3933.435,
          "exitPrice": 3952.477,
          "stopDistance": 19.042,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 162
        },
        {
          "entryTs": 1759836840,
          "entryUtc": "2025-10-07T11:34:00.000Z",
          "exitTs": 1759841340,
          "dir": -1,
          "entryPrice": 3956.355,
          "exitPrice": 3974.587,
          "stopDistance": 18.232,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 75
        },
        {
          "entryTs": 1759923120,
          "entryUtc": "2025-10-08T11:32:00.000Z",
          "exitTs": 1759939860,
          "dir": -1,
          "entryPrice": 4032.775,
          "exitPrice": 4051.378,
          "stopDistance": 18.603,
          "outcome": "stop",
          "netR": -1.0226,
          "holdMinutes": 279
        },
        {
          "entryTs": 1760013960,
          "entryUtc": "2025-10-09T12:46:00.000Z",
          "exitTs": 1760017560,
          "dir": 1,
          "entryPrice": 4046.455,
          "exitPrice": 4025.591,
          "stopDistance": 20.864,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 60
        },
        {
          "entryTs": 1760095980,
          "entryUtc": "2025-10-10T11:33:00.000Z",
          "exitTs": 1760110200,
          "dir": -1,
          "entryPrice": 3992.965,
          "exitPrice": 4020.168,
          "stopDistance": 27.203,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 237
        },
        {
          "entryTs": 1760355120,
          "entryUtc": "2025-10-13T11:32:00.000Z",
          "exitTs": 1760370900,
          "dir": -1,
          "entryPrice": 4077.005,
          "exitPrice": 4103.824,
          "stopDistance": 26.819,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 263
        },
        {
          "entryTs": 1760441880,
          "entryUtc": "2025-10-14T11:38:00.000Z",
          "exitTs": 1760480040,
          "dir": -1,
          "entryPrice": 4128.048,
          "exitPrice": 4160.318,
          "stopDistance": 32.27,
          "outcome": "stop",
          "netR": -1.013,
          "holdMinutes": 636
        },
        {
          "entryTs": 1760528400,
          "entryUtc": "2025-10-15T11:40:00.000Z",
          "exitTs": 1760623560,
          "dir": 1,
          "entryPrice": 4203.315,
          "exitPrice": 4261.673,
          "stopDistance": 29.179,
          "outcome": "target",
          "netR": 1.9873,
          "holdMinutes": 1586
        },
        {
          "entryTs": 1760700600,
          "entryUtc": "2025-10-17T11:30:00.000Z",
          "exitTs": 1760709900,
          "dir": -1,
          "entryPrice": 4316.355,
          "exitPrice": 4232.328,
          "stopDistance": 42.013,
          "outcome": "target",
          "netR": 1.9912,
          "holdMinutes": 155
        },
        {
          "entryTs": 1760959800,
          "entryUtc": "2025-10-20T11:30:00.000Z",
          "exitTs": 1760972760,
          "dir": 1,
          "entryPrice": 4263.495,
          "exitPrice": 4340.94,
          "stopDistance": 38.723,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 216
        },
        {
          "entryTs": 1761047520,
          "entryUtc": "2025-10-21T11:52:00.000Z",
          "exitTs": 1761054540,
          "dir": -1,
          "entryPrice": 4251.795,
          "exitPrice": 4171.526,
          "stopDistance": 40.134,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 117
        },
        {
          "entryTs": 1761133320,
          "entryUtc": "2025-10-22T11:42:00.000Z",
          "exitTs": 1761140280,
          "dir": -1,
          "entryPrice": 4015,
          "exitPrice": 4074.754,
          "stopDistance": 59.754,
          "outcome": "stop",
          "netR": -1.007,
          "holdMinutes": 116
        },
        {
          "entryTs": 1761220680,
          "entryUtc": "2025-10-23T11:58:00.000Z",
          "exitTs": 1761226020,
          "dir": -1,
          "entryPrice": 4107.645,
          "exitPrice": 4149.638,
          "stopDistance": 41.993,
          "outcome": "stop",
          "netR": -1.01,
          "holdMinutes": 89
        },
        {
          "entryTs": 1761306360,
          "entryUtc": "2025-10-24T11:46:00.000Z",
          "exitTs": 1761315120,
          "dir": 1,
          "entryPrice": 4061.595,
          "exitPrice": 4126.347,
          "stopDistance": 32.376,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 146
        },
        {
          "entryTs": 1761565080,
          "entryUtc": "2025-10-27T11:38:00.000Z",
          "exitTs": 1761631920,
          "dir": -1,
          "entryPrice": 4020.369,
          "exitPrice": 3953.753,
          "stopDistance": 33.308,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 1114
        },
        {
          "entryTs": 1761651720,
          "entryUtc": "2025-10-28T11:42:00.000Z",
          "exitTs": 1761724800,
          "dir": 1,
          "entryPrice": 3926.945,
          "exitPrice": 4002.701,
          "stopDistance": 37.878,
          "outcome": "target",
          "netR": 1.9902,
          "holdMinutes": 1218
        },
        {
          "entryTs": 1761737520,
          "entryUtc": "2025-10-29T11:32:00.000Z",
          "exitTs": 1761762960,
          "dir": -1,
          "entryPrice": 4017.849,
          "exitPrice": 3954.924,
          "stopDistance": 31.463,
          "outcome": "target",
          "netR": 1.9882,
          "holdMinutes": 424
        },
        {
          "entryTs": 1761826500,
          "entryUtc": "2025-10-30T12:15:00.000Z",
          "exitTs": 1762186500,
          "dir": 1,
          "entryPrice": 3984.795,
          "exitPrice": 4003.175,
          "stopDistance": 38.276,
          "outcome": "time",
          "netR": 0.4705,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1762259400,
          "entryUtc": "2025-11-04T12:30:00.000Z",
          "exitTs": 1762266720,
          "dir": -1,
          "entryPrice": 3989.615,
          "exitPrice": 3945.709,
          "stopDistance": 21.953,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 122
        },
        {
          "entryTs": 1762347600,
          "entryUtc": "2025-11-05T13:00:00.000Z",
          "exitTs": 1762417620,
          "dir": 1,
          "entryPrice": 3969.695,
          "exitPrice": 4013.896,
          "stopDistance": 22.1,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1762432440,
          "entryUtc": "2025-11-06T12:34:00.000Z",
          "exitTs": 1762443420,
          "dir": -1,
          "entryPrice": 4010.795,
          "exitPrice": 3977.071,
          "stopDistance": 16.862,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 183
        },
        {
          "entryTs": 1762518600,
          "entryUtc": "2025-11-07T12:30:00.000Z",
          "exitTs": 1762533240,
          "dir": -1,
          "entryPrice": 3998.075,
          "exitPrice": 4015.403,
          "stopDistance": 17.328,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 244
        },
        {
          "entryTs": 1762777860,
          "entryUtc": "2025-11-10T12:31:00.000Z",
          "exitTs": 1762785240,
          "dir": 1,
          "entryPrice": 4095.745,
          "exitPrice": 4076.784,
          "stopDistance": 18.961,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 123
        },
        {
          "entryTs": 1762865520,
          "entryUtc": "2025-11-11T12:52:00.000Z",
          "exitTs": 1762874820,
          "dir": -1,
          "entryPrice": 4136.535,
          "exitPrice": 4103.407,
          "stopDistance": 16.564,
          "outcome": "target",
          "netR": 1.9777,
          "holdMinutes": 155
        },
        {
          "entryTs": 1762950600,
          "entryUtc": "2025-11-12T12:30:00.000Z",
          "exitTs": 1762961580,
          "dir": 1,
          "entryPrice": 4137.465,
          "exitPrice": 4175.679,
          "stopDistance": 19.107,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 183
        },
        {
          "entryTs": 1763037420,
          "entryUtc": "2025-11-13T12:37:00.000Z",
          "exitTs": 1763043720,
          "dir": 1,
          "entryPrice": 4236.975,
          "exitPrice": 4212.966,
          "stopDistance": 24.009,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 105
        },
        {
          "entryTs": 1763123580,
          "entryUtc": "2025-11-14T12:33:00.000Z",
          "exitTs": 1763127300,
          "dir": -1,
          "entryPrice": 4110.895,
          "exitPrice": 4051.779,
          "stopDistance": 29.558,
          "outcome": "target",
          "netR": 1.9875,
          "holdMinutes": 62
        },
        {
          "entryTs": 1763382660,
          "entryUtc": "2025-11-17T12:31:00.000Z",
          "exitTs": 1763407920,
          "dir": 1,
          "entryPrice": 4080.125,
          "exitPrice": 4047.468,
          "stopDistance": 32.657,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 421
        },
        {
          "entryTs": 1763470200,
          "entryUtc": "2025-11-18T12:50:00.000Z",
          "exitTs": 1763472960,
          "dir": -1,
          "entryPrice": 4031.935,
          "exitPrice": 4061.6,
          "stopDistance": 29.665,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 46
        },
        {
          "entryTs": 1763556060,
          "entryUtc": "2025-11-19T12:41:00.000Z",
          "exitTs": 1763567580,
          "dir": 1,
          "entryPrice": 4119.575,
          "exitPrice": 4094.361,
          "stopDistance": 25.214,
          "outcome": "stop",
          "netR": -1.0167,
          "holdMinutes": 192
        },
        {
          "entryTs": 1763642040,
          "entryUtc": "2025-11-20T12:34:00.000Z",
          "exitTs": 1763657880,
          "dir": 1,
          "entryPrice": 4079.025,
          "exitPrice": 4049.527,
          "stopDistance": 29.498,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 264
        },
        {
          "entryTs": 1763728200,
          "entryUtc": "2025-11-21T12:30:00.000Z",
          "exitTs": 1764009540,
          "dir": 1,
          "entryPrice": 4050.265,
          "exitPrice": 4110.647,
          "stopDistance": 30.191,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 4689
        },
        {
          "entryTs": 1764073800,
          "entryUtc": "2025-11-25T12:30:00.000Z",
          "exitTs": 1764091980,
          "dir": -1,
          "entryPrice": 4132.395,
          "exitPrice": 4155.894,
          "stopDistance": 23.499,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 303
        },
        {
          "entryTs": 1764160380,
          "entryUtc": "2025-11-26T12:33:00.000Z",
          "exitTs": 1764290040,
          "dir": -1,
          "entryPrice": 4159.258,
          "exitPrice": 4179.682,
          "stopDistance": 20.424,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 2161
        },
        {
          "entryTs": 1764334680,
          "entryUtc": "2025-11-28T12:58:00.000Z",
          "exitTs": 1764352080,
          "dir": 1,
          "entryPrice": 4176.575,
          "exitPrice": 4213.514,
          "stopDistance": 18.469,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 290
        },
        {
          "entryTs": 1764593640,
          "entryUtc": "2025-12-01T12:54:00.000Z",
          "exitTs": 1764747120,
          "dir": -1,
          "entryPrice": 4247.235,
          "exitPrice": 4201.846,
          "stopDistance": 22.695,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 2558
        },
        {
          "entryTs": 1764765300,
          "entryUtc": "2025-12-03T12:35:00.000Z",
          "exitTs": 1764948540,
          "dir": 1,
          "entryPrice": 4210.335,
          "exitPrice": 4248.834,
          "stopDistance": 19.25,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 3054
        },
        {
          "entryTs": 1765197360,
          "entryUtc": "2025-12-08T12:36:00.000Z",
          "exitTs": 1765206000,
          "dir": 1,
          "entryPrice": 4212.645,
          "exitPrice": 4194.886,
          "stopDistance": 17.759,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 144
        },
        {
          "entryTs": 1765284480,
          "entryUtc": "2025-12-09T12:48:00.000Z",
          "exitTs": 1765362720,
          "dir": 1,
          "entryPrice": 4205.045,
          "exitPrice": 4188.848,
          "stopDistance": 16.197,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 1304
        },
        {
          "entryTs": 1765369800,
          "entryUtc": "2025-12-10T12:30:00.000Z",
          "exitTs": 1765393200,
          "dir": -1,
          "entryPrice": 4197.035,
          "exitPrice": 4211.11,
          "stopDistance": 14.074,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 390
        },
        {
          "entryTs": 1765456200,
          "entryUtc": "2025-12-11T12:30:00.000Z",
          "exitTs": 1765467840,
          "dir": 1,
          "entryPrice": 4218.115,
          "exitPrice": 4254.395,
          "stopDistance": 18.14,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 194
        },
        {
          "entryTs": 1765542720,
          "entryUtc": "2025-12-12T12:32:00.000Z",
          "exitTs": 1765551240,
          "dir": -1,
          "entryPrice": 4330.035,
          "exitPrice": 4349.794,
          "stopDistance": 19.759,
          "outcome": "stop",
          "netR": -1.0213,
          "holdMinutes": 142
        },
        {
          "entryTs": 1765801800,
          "entryUtc": "2025-12-15T12:30:00.000Z",
          "exitTs": 1765808400,
          "dir": 1,
          "entryPrice": 4346.455,
          "exitPrice": 4326.176,
          "stopDistance": 20.279,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 110
        },
        {
          "entryTs": 1765889040,
          "entryUtc": "2025-12-16T12:44:00.000Z",
          "exitTs": 1765895580,
          "dir": 1,
          "entryPrice": 4292.695,
          "exitPrice": 4330.759,
          "stopDistance": 19.032,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 109
        },
        {
          "entryTs": 1765976760,
          "entryUtc": "2025-12-17T13:06:00.000Z",
          "exitTs": 1766074320,
          "dir": 1,
          "entryPrice": 4322.948,
          "exitPrice": 4360.408,
          "stopDistance": 18.73,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 1626
        },
        {
          "entryTs": 1766148000,
          "entryUtc": "2025-12-19T12:40:00.000Z",
          "exitTs": 1766361660,
          "dir": 1,
          "entryPrice": 4327.655,
          "exitPrice": 4362.376,
          "stopDistance": 17.361,
          "outcome": "target",
          "netR": 1.9787,
          "holdMinutes": 3561
        },
        {
          "entryTs": 1766407860,
          "entryUtc": "2025-12-22T12:51:00.000Z",
          "exitTs": 1766438760,
          "dir": 1,
          "entryPrice": 4413.015,
          "exitPrice": 4446.692,
          "stopDistance": 16.838,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 515
        },
        {
          "entryTs": 1766495640,
          "entryUtc": "2025-12-23T13:14:00.000Z",
          "exitTs": 1766497920,
          "dir": 1,
          "entryPrice": 4493.515,
          "exitPrice": 4475.819,
          "stopDistance": 17.696,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 38
        },
        {
          "entryTs": 1766580120,
          "entryUtc": "2025-12-24T12:42:00.000Z",
          "exitTs": 1766710440,
          "dir": -1,
          "entryPrice": 4490.465,
          "exitPrice": 4515.129,
          "stopDistance": 24.664,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 2172
        },
        {
          "entryTs": 1766752200,
          "entryUtc": "2025-12-26T12:30:00.000Z",
          "exitTs": 1766967960,
          "dir": 1,
          "entryPrice": 4512.395,
          "exitPrice": 4490.002,
          "stopDistance": 22.393,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 3596
        },
        {
          "entryTs": 1767011400,
          "entryUtc": "2025-12-29T12:30:00.000Z",
          "exitTs": 1767015960,
          "dir": 1,
          "entryPrice": 4456.748,
          "exitPrice": 4422.818,
          "stopDistance": 33.93,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 76
        },
        {
          "entryTs": 1767098340,
          "entryUtc": "2025-12-30T12:39:00.000Z",
          "exitTs": 1767105660,
          "dir": 1,
          "entryPrice": 4399.055,
          "exitPrice": 4367.14,
          "stopDistance": 31.916,
          "outcome": "stop",
          "netR": -1.0132,
          "holdMinutes": 122
        },
        {
          "entryTs": 1767184560,
          "entryUtc": "2025-12-31T12:36:00.000Z",
          "exitTs": 1767343440,
          "dir": 1,
          "entryPrice": 4312.335,
          "exitPrice": 4389.211,
          "stopDistance": 38.438,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 2648
        },
        {
          "entryTs": 1767357600,
          "entryUtc": "2026-01-02T12:40:00.000Z",
          "exitTs": 1767366240,
          "dir": -1,
          "entryPrice": 4390.598,
          "exitPrice": 4342.135,
          "stopDistance": 24.231,
          "outcome": "target",
          "netR": 1.9847,
          "holdMinutes": 144
        },
        {
          "entryTs": 1767616560,
          "entryUtc": "2026-01-05T12:36:00.000Z",
          "exitTs": 1767624840,
          "dir": -1,
          "entryPrice": 4413.545,
          "exitPrice": 4439.418,
          "stopDistance": 25.873,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 138
        },
        {
          "entryTs": 1767702600,
          "entryUtc": "2026-01-06T12:30:00.000Z",
          "exitTs": 1767788280,
          "dir": 1,
          "entryPrice": 4465.395,
          "exitPrice": 4440.683,
          "stopDistance": 24.712,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 1428
        },
        {
          "entryTs": 1767789000,
          "entryUtc": "2026-01-07T12:30:00.000Z",
          "exitTs": 1767798900,
          "dir": 1,
          "entryPrice": 4450.255,
          "exitPrice": 4426.145,
          "stopDistance": 24.11,
          "outcome": "stop",
          "netR": -1.0174,
          "holdMinutes": 165
        },
        {
          "entryTs": 1767875520,
          "entryUtc": "2026-01-08T12:32:00.000Z",
          "exitTs": 1767903900,
          "dir": 1,
          "entryPrice": 4422.805,
          "exitPrice": 4466.049,
          "stopDistance": 21.622,
          "outcome": "target",
          "netR": 1.9829,
          "holdMinutes": 473
        },
        {
          "entryTs": 1767961800,
          "entryUtc": "2026-01-09T12:30:00.000Z",
          "exitTs": 1767965520,
          "dir": -1,
          "entryPrice": 4466.725,
          "exitPrice": 4485.165,
          "stopDistance": 18.439,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 62
        },
        {
          "entryTs": 1768221840,
          "entryUtc": "2026-01-12T12:44:00.000Z",
          "exitTs": 1768366860,
          "dir": 1,
          "entryPrice": 4586.585,
          "exitPrice": 4637.708,
          "stopDistance": 25.561,
          "outcome": "target",
          "netR": 1.9855,
          "holdMinutes": 2417
        },
        {
          "entryTs": 1768395540,
          "entryUtc": "2026-01-14T12:59:00.000Z",
          "exitTs": 1768401780,
          "dir": 1,
          "entryPrice": 4638.755,
          "exitPrice": 4615.796,
          "stopDistance": 22.958,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 104
        },
        {
          "entryTs": 1768481280,
          "entryUtc": "2026-01-15T12:48:00.000Z",
          "exitTs": 1768577340,
          "dir": -1,
          "entryPrice": 4613.678,
          "exitPrice": 4566.073,
          "stopDistance": 23.802,
          "outcome": "target",
          "netR": 1.9845,
          "holdMinutes": 1601
        },
        {
          "entryTs": 1768825860,
          "entryUtc": "2026-01-19T12:31:00.000Z",
          "exitTs": 1768896480,
          "dir": 1,
          "entryPrice": 4671.895,
          "exitPrice": 4724.078,
          "stopDistance": 26.092,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 1177
        },
        {
          "entryTs": 1768912200,
          "entryUtc": "2026-01-20T12:30:00.000Z",
          "exitTs": 1768917780,
          "dir": -1,
          "entryPrice": 4725.935,
          "exitPrice": 4747.014,
          "stopDistance": 21.079,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 93
        },
        {
          "entryTs": 1768998960,
          "entryUtc": "2026-01-21T12:36:00.000Z",
          "exitTs": 1769008740,
          "dir": 1,
          "entryPrice": 4867.325,
          "exitPrice": 4836.022,
          "stopDistance": 31.303,
          "outcome": "stop",
          "netR": -1.0134,
          "holdMinutes": 163
        },
        {
          "entryTs": 1769086620,
          "entryUtc": "2026-01-22T12:57:00.000Z",
          "exitTs": 1769095860,
          "dir": -1,
          "entryPrice": 4823.135,
          "exitPrice": 4859.455,
          "stopDistance": 36.32,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 154
        },
        {
          "entryTs": 1769171760,
          "entryUtc": "2026-01-23T12:36:00.000Z",
          "exitTs": 1769382000,
          "dir": 1,
          "entryPrice": 4936.785,
          "exitPrice": 5003.75,
          "stopDistance": 33.482,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 3504
        },
        {
          "entryTs": 1769430660,
          "entryUtc": "2026-01-26T12:31:00.000Z",
          "exitTs": 1769456880,
          "dir": -1,
          "entryPrice": 5086.015,
          "exitPrice": 5012.895,
          "stopDistance": 36.56,
          "outcome": "target",
          "netR": 1.9899,
          "holdMinutes": 437
        },
        {
          "entryTs": 1769517000,
          "entryUtc": "2026-01-27T12:30:00.000Z",
          "exitTs": 1769546880,
          "dir": 1,
          "entryPrice": 5082.615,
          "exitPrice": 5167.147,
          "stopDistance": 42.266,
          "outcome": "target",
          "netR": 1.9912,
          "holdMinutes": 498
        },
        {
          "entryTs": 1769603940,
          "entryUtc": "2026-01-28T12:39:00.000Z",
          "exitTs": 1769632140,
          "dir": 1,
          "entryPrice": 5268.635,
          "exitPrice": 5354.304,
          "stopDistance": 42.835,
          "outcome": "target",
          "netR": 1.9914,
          "holdMinutes": 470
        },
        {
          "entryTs": 1769692320,
          "entryUtc": "2026-01-29T13:12:00.000Z",
          "exitTs": 1769699640,
          "dir": -1,
          "entryPrice": 5518.305,
          "exitPrice": 5372.806,
          "stopDistance": 72.75,
          "outcome": "target",
          "netR": 1.9949,
          "holdMinutes": 122
        },
        {
          "entryTs": 1769776620,
          "entryUtc": "2026-01-30T12:37:00.000Z",
          "exitTs": 1769795040,
          "dir": -1,
          "entryPrice": 5109.245,
          "exitPrice": 4836.48,
          "stopDistance": 136.382,
          "outcome": "target",
          "netR": 1.9973,
          "holdMinutes": 307
        },
        {
          "entryTs": 1770036180,
          "entryUtc": "2026-02-02T12:43:00.000Z",
          "exitTs": 1770048000,
          "dir": 1,
          "entryPrice": 4789.388,
          "exitPrice": 4612.747,
          "stopDistance": 176.641,
          "outcome": "stop",
          "netR": -1.0024,
          "holdMinutes": 197
        },
        {
          "entryTs": 1770125280,
          "entryUtc": "2026-02-03T13:28:00.000Z",
          "exitTs": 1770259740,
          "dir": 1,
          "entryPrice": 4935.308,
          "exitPrice": 4831.01,
          "stopDistance": 104.298,
          "outcome": "stop",
          "netR": -1.004,
          "holdMinutes": 2241
        },
        {
          "entryTs": 1770296760,
          "entryUtc": "2026-02-05T13:06:00.000Z",
          "exitTs": 1770310200,
          "dir": -1,
          "entryPrice": 4810.085,
          "exitPrice": 4895.578,
          "stopDistance": 85.493,
          "outcome": "stop",
          "netR": -1.0049,
          "holdMinutes": 224
        },
        {
          "entryTs": 1770382800,
          "entryUtc": "2026-02-06T13:00:00.000Z",
          "exitTs": 1770652980,
          "dir": 1,
          "entryPrice": 4903.165,
          "exitPrice": 5062.849,
          "stopDistance": 79.842,
          "outcome": "target",
          "netR": 1.9954,
          "holdMinutes": 4503
        },
        {
          "entryTs": 1770727320,
          "entryUtc": "2026-02-10T12:42:00.000Z",
          "exitTs": 1770806460,
          "dir": -1,
          "entryPrice": 5040.725,
          "exitPrice": 5083.107,
          "stopDistance": 42.382,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 1319
        },
        {
          "entryTs": 1770813180,
          "entryUtc": "2026-02-11T12:33:00.000Z",
          "exitTs": 1770912720,
          "dir": -1,
          "entryPrice": 5086.028,
          "exitPrice": 5009.761,
          "stopDistance": 38.133,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 1659
        },
        {
          "entryTs": 1770986100,
          "entryUtc": "2026-02-13T12:35:00.000Z",
          "exitTs": 1771290180,
          "dir": 1,
          "entryPrice": 4972.825,
          "exitPrice": 4925.745,
          "stopDistance": 47.08,
          "outcome": "stop",
          "netR": -1.0089,
          "holdMinutes": 5068
        },
        {
          "entryTs": 1771333320,
          "entryUtc": "2026-02-17T13:02:00.000Z",
          "exitTs": 1771336860,
          "dir": -1,
          "entryPrice": 4927.925,
          "exitPrice": 4854.03,
          "stopDistance": 36.947,
          "outcome": "target",
          "netR": 1.99,
          "holdMinutes": 59
        },
        {
          "entryTs": 1771418520,
          "entryUtc": "2026-02-18T12:42:00.000Z",
          "exitTs": 1771426260,
          "dir": 1,
          "entryPrice": 4929.168,
          "exitPrice": 4990.152,
          "stopDistance": 30.492,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 129
        },
        {
          "entryTs": 1771504200,
          "entryUtc": "2026-02-19T12:30:00.000Z",
          "exitTs": 1771511640,
          "dir": 1,
          "entryPrice": 4991.865,
          "exitPrice": 4964.414,
          "stopDistance": 27.451,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 124
        },
        {
          "entryTs": 1771590600,
          "entryUtc": "2026-02-20T12:30:00.000Z",
          "exitTs": 1771595340,
          "dir": -1,
          "entryPrice": 5011.435,
          "exitPrice": 5039.925,
          "stopDistance": 28.49,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 79
        },
        {
          "entryTs": 1771850280,
          "entryUtc": "2026-02-23T12:38:00.000Z",
          "exitTs": 1771876980,
          "dir": 1,
          "entryPrice": 5154.385,
          "exitPrice": 5221.018,
          "stopDistance": 33.317,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 445
        },
        {
          "entryTs": 1771937640,
          "entryUtc": "2026-02-24T12:54:00.000Z",
          "exitTs": 1771982280,
          "dir": -1,
          "entryPrice": 5146.865,
          "exitPrice": 5180.365,
          "stopDistance": 33.5,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 744
        },
        {
          "entryTs": 1772022900,
          "entryUtc": "2026-02-25T12:35:00.000Z",
          "exitTs": 1772037960,
          "dir": -1,
          "entryPrice": 5177.888,
          "exitPrice": 5212.348,
          "stopDistance": 34.46,
          "outcome": "stop",
          "netR": -1.0122,
          "holdMinutes": 251
        },
        {
          "entryTs": 1772109000,
          "entryUtc": "2026-02-26T12:30:00.000Z",
          "exitTs": 1772116200,
          "dir": 1,
          "entryPrice": 5180.005,
          "exitPrice": 5149.398,
          "stopDistance": 30.607,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 120
        },
        {
          "entryTs": 1772195760,
          "entryUtc": "2026-02-27T12:36:00.000Z",
          "exitTs": 1772197680,
          "dir": -1,
          "entryPrice": 5184.785,
          "exitPrice": 5211.648,
          "stopDistance": 26.862,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 32
        },
        {
          "entryTs": 1772455320,
          "entryUtc": "2026-03-02T12:42:00.000Z",
          "exitTs": 1772461320,
          "dir": 1,
          "entryPrice": 5398.155,
          "exitPrice": 5356.823,
          "stopDistance": 41.332,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 100
        },
        {
          "entryTs": 1772541000,
          "entryUtc": "2026-03-03T12:30:00.000Z",
          "exitTs": 1772545560,
          "dir": 1,
          "entryPrice": 5208.735,
          "exitPrice": 5136.56,
          "stopDistance": 72.175,
          "outcome": "stop",
          "netR": -1.0058,
          "holdMinutes": 76
        },
        {
          "entryTs": 1772627400,
          "entryUtc": "2026-03-04T12:30:00.000Z",
          "exitTs": 1772728200,
          "dir": -1,
          "entryPrice": 5174.055,
          "exitPrice": 5055.988,
          "stopDistance": 59.033,
          "outcome": "target",
          "netR": 1.9937,
          "holdMinutes": 1680
        },
        {
          "entryTs": 1772801040,
          "entryUtc": "2026-03-06T12:44:00.000Z",
          "exitTs": 1773007200,
          "dir": 1,
          "entryPrice": 5096.195,
          "exitPrice": 5177.317,
          "stopDistance": 40.561,
          "outcome": "target",
          "netR": 1.9909,
          "holdMinutes": 3436
        },
        {
          "entryTs": 1773057720,
          "entryUtc": "2026-03-09T12:02:00.000Z",
          "exitTs": 1773148080,
          "dir": 1,
          "entryPrice": 5097.065,
          "exitPrice": 5201.097,
          "stopDistance": 52.016,
          "outcome": "target",
          "netR": 1.9929,
          "holdMinutes": 1506
        },
        {
          "entryTs": 1773230220,
          "entryUtc": "2026-03-11T11:57:00.000Z",
          "exitTs": 1773328260,
          "dir": -1,
          "entryPrice": 5179.325,
          "exitPrice": 5114.13,
          "stopDistance": 32.598,
          "outcome": "target",
          "netR": 1.9886,
          "holdMinutes": 1634
        },
        {
          "entryTs": 1773402300,
          "entryUtc": "2026-03-13T11:45:00.000Z",
          "exitTs": 1773413460,
          "dir": 1,
          "entryPrice": 5097.435,
          "exitPrice": 5067.345,
          "stopDistance": 30.091,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 186
        },
        {
          "entryTs": 1773662100,
          "entryUtc": "2026-03-16T11:55:00.000Z",
          "exitTs": 1773668160,
          "dir": -1,
          "entryPrice": 4995.345,
          "exitPrice": 5034.221,
          "stopDistance": 38.875,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 101
        },
        {
          "entryTs": 1773747900,
          "entryUtc": "2026-03-17T11:45:00.000Z",
          "exitTs": 1773762000,
          "dir": 1,
          "entryPrice": 5009.745,
          "exitPrice": 4978.656,
          "stopDistance": 31.089,
          "outcome": "stop",
          "netR": -1.0135,
          "holdMinutes": 235
        },
        {
          "entryTs": 1773833400,
          "entryUtc": "2026-03-18T11:30:00.000Z",
          "exitTs": 1773837120,
          "dir": -1,
          "entryPrice": 4946.205,
          "exitPrice": 4890.63,
          "stopDistance": 27.787,
          "outcome": "target",
          "netR": 1.9867,
          "holdMinutes": 62
        },
        {
          "entryTs": 1773920100,
          "entryUtc": "2026-03-19T11:35:00.000Z",
          "exitTs": 1773924240,
          "dir": -1,
          "entryPrice": 4676.235,
          "exitPrice": 4571.278,
          "stopDistance": 52.479,
          "outcome": "target",
          "netR": 1.9929,
          "holdMinutes": 69
        },
        {
          "entryTs": 1774006260,
          "entryUtc": "2026-03-20T11:31:00.000Z",
          "exitTs": 1774015680,
          "dir": 1,
          "entryPrice": 4668.365,
          "exitPrice": 4607.744,
          "stopDistance": 60.621,
          "outcome": "stop",
          "netR": -1.0069,
          "holdMinutes": 157
        },
        {
          "entryTs": 1774270140,
          "entryUtc": "2026-03-23T12:49:00.000Z",
          "exitTs": 1774312740,
          "dir": 1,
          "entryPrice": 4463.015,
          "exitPrice": 4344.708,
          "stopDistance": 118.307,
          "outcome": "stop",
          "netR": -1.0036,
          "holdMinutes": 710
        },
        {
          "entryTs": 1774355820,
          "entryUtc": "2026-03-24T12:37:00.000Z",
          "exitTs": 1774383840,
          "dir": -1,
          "entryPrice": 4373.048,
          "exitPrice": 4460.972,
          "stopDistance": 87.924,
          "outcome": "stop",
          "netR": -1.0048,
          "holdMinutes": 467
        },
        {
          "entryTs": 1774438200,
          "entryUtc": "2026-03-25T11:30:00.000Z",
          "exitTs": 1774441860,
          "dir": 1,
          "entryPrice": 4582.675,
          "exitPrice": 4525.545,
          "stopDistance": 57.13,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 61
        },
        {
          "entryTs": 1774525440,
          "entryUtc": "2026-03-26T11:44:00.000Z",
          "exitTs": 1774623060,
          "dir": -1,
          "entryPrice": 4439.205,
          "exitPrice": 4493.027,
          "stopDistance": 53.822,
          "outcome": "stop",
          "netR": -1.0078,
          "holdMinutes": 1627
        },
        {
          "entryTs": 1774870920,
          "entryUtc": "2026-03-30T11:42:00.000Z",
          "exitTs": 1774897020,
          "dir": 1,
          "entryPrice": 4548.075,
          "exitPrice": 4501.859,
          "stopDistance": 46.216,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 435
        },
        {
          "entryTs": 1774957140,
          "entryUtc": "2026-03-31T11:39:00.000Z",
          "exitTs": 1774983720,
          "dir": 1,
          "entryPrice": 4583.055,
          "exitPrice": 4674.653,
          "stopDistance": 45.799,
          "outcome": "target",
          "netR": 1.9919,
          "holdMinutes": 443
        },
        {
          "entryTs": 1775043000,
          "entryUtc": "2026-04-01T11:30:00.000Z",
          "exitTs": 1775093100,
          "dir": 1,
          "entryPrice": 4745.925,
          "exitPrice": 4701.891,
          "stopDistance": 44.034,
          "outcome": "stop",
          "netR": -1.0095,
          "holdMinutes": 835
        },
        {
          "entryTs": 1775129400,
          "entryUtc": "2026-04-02T11:30:00.000Z",
          "exitTs": 1775139840,
          "dir": -1,
          "entryPrice": 4613.945,
          "exitPrice": 4672.175,
          "stopDistance": 58.23,
          "outcome": "stop",
          "netR": -1.0072,
          "holdMinutes": 174
        },
        {
          "entryTs": 1775475480,
          "entryUtc": "2026-04-06T11:38:00.000Z",
          "exitTs": 1775599200,
          "dir": -1,
          "entryPrice": 4685.115,
          "exitPrice": 4731.336,
          "stopDistance": 46.221,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 2062
        },
        {
          "entryTs": 1775648160,
          "entryUtc": "2026-04-08T11:36:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4779.425,
          "exitPrice": 4686.316,
          "stopDistance": 46.554,
          "outcome": "target",
          "netR": 1.9921,
          "holdMinutes": 6384
        },
        {
          "entryTs": 1776080100,
          "entryUtc": "2026-04-13T11:35:00.000Z",
          "exitTs": 1776117600,
          "dir": -1,
          "entryPrice": 4718.405,
          "exitPrice": 4750.955,
          "stopDistance": 32.551,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 625
        },
        {
          "entryTs": 1776168900,
          "entryUtc": "2026-04-14T12:15:00.000Z",
          "exitTs": 1776173820,
          "dir": -1,
          "entryPrice": 4766.665,
          "exitPrice": 4796.707,
          "stopDistance": 30.042,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 82
        },
        {
          "entryTs": 1776252600,
          "entryUtc": "2026-04-15T11:30:00.000Z",
          "exitTs": 1776350400,
          "dir": 1,
          "entryPrice": 4806.905,
          "exitPrice": 4778.219,
          "stopDistance": 28.686,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 1630
        },
        {
          "entryTs": 1776425400,
          "entryUtc": "2026-04-17T11:30:00.000Z",
          "exitTs": 1776430080,
          "dir": 1,
          "entryPrice": 4793.215,
          "exitPrice": 4837.401,
          "stopDistance": 22.093,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 78
        },
        {
          "entryTs": 1776685500,
          "entryUtc": "2026-04-20T11:45:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4795.985,
          "exitPrice": 4766.218,
          "stopDistance": 29.767,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1776857820,
          "entryUtc": "2026-04-22T11:37:00.000Z",
          "exitTs": 1776903240,
          "dir": -1,
          "entryPrice": 4756.188,
          "exitPrice": 4701.873,
          "stopDistance": 27.158,
          "outcome": "target",
          "netR": 1.9864,
          "holdMinutes": 757
        },
        {
          "entryTs": 1776944220,
          "entryUtc": "2026-04-23T11:37:00.000Z",
          "exitTs": 1776966240,
          "dir": 1,
          "entryPrice": 4703.165,
          "exitPrice": 4676.087,
          "stopDistance": 27.078,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 367
        },
        {
          "entryTs": 1777030320,
          "entryUtc": "2026-04-24T11:32:00.000Z",
          "exitTs": 1777241160,
          "dir": 1,
          "entryPrice": 4716.945,
          "exitPrice": 4688.462,
          "stopDistance": 28.483,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 3514
        },
        {
          "entryTs": 1777290000,
          "entryUtc": "2026-04-27T11:40:00.000Z",
          "exitTs": 1777352760,
          "dir": -1,
          "entryPrice": 4700.135,
          "exitPrice": 4653.82,
          "stopDistance": 23.157,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 1046
        },
        {
          "entryTs": 1777375860,
          "entryUtc": "2026-04-28T11:31:00.000Z",
          "exitTs": 1777467240,
          "dir": -1,
          "entryPrice": 4593.935,
          "exitPrice": 4545.422,
          "stopDistance": 24.256,
          "outcome": "target",
          "netR": 1.9847,
          "holdMinutes": 1523
        }
      ],
      "significance": {
        "tStat": -1.724,
        "pValueOneSided": 0.95765,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "asian-range-sweep-fade",
      "name": "Asian range sweep fade",
      "family": "Session / killzone",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The \"Asian range is liquidity\" premise underpinning most London-session gold videos.",
      "rule": "Build the Asian range from 19:00-00:00 New York time and fade the first break of it between 02:00 and 08:00, entering at the range boundary with a limit order.",
      "rawSignals": 1269,
      "full": {
        "trades": 1142,
        "winRate": {
          "successes": 381,
          "total": 1142,
          "ratePct": 33.4,
          "ci95Pct": [
            30.7,
            36.1
          ]
        },
        "expectancyR": -0.0604,
        "totalR": -68.95,
        "profitFactor": 0.914,
        "avgWinR": 1.93,
        "avgLossR": -1.057,
        "maxDrawdownPct": 70.29,
        "finalEquity": 4480.36,
        "returnPct": -55.2,
        "tStat": -1.445,
        "sdR": 1.412,
        "ambiguousTrades": 1,
        "timeExits": 8,
        "stopExits": 758,
        "targetExits": 375,
        "optimisticExpectancyR": -0.0577,
        "medianHoldMinutes": 370.5,
        "medianCostShareOfR": 0.0578,
        "longTrades": 537,
        "longExpectancyR": -0.0126,
        "shortTrades": 605,
        "shortExpectancyR": -0.1028,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 126,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 868,
        "winRate": {
          "successes": 287,
          "total": 868,
          "ratePct": 33.1,
          "ci95Pct": [
            30,
            36.3
          ]
        },
        "expectancyR": -0.0756,
        "totalR": -65.63,
        "profitFactor": 0.894,
        "avgWinR": 1.929,
        "avgLossR": -1.066,
        "maxDrawdownPct": 61.42,
        "finalEquity": 4759.62,
        "returnPct": -52.4,
        "tStat": -1.578,
        "sdR": 1.411,
        "ambiguousTrades": 1,
        "timeExits": 4,
        "stopExits": 578,
        "targetExits": 285,
        "optimisticExpectancyR": -0.0721,
        "medianHoldMinutes": 363,
        "medianCostShareOfR": 0.0646,
        "longTrades": 418,
        "longExpectancyR": -0.0573,
        "shortTrades": 450,
        "shortExpectancyR": -0.0926,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 101,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 274,
        "winRate": {
          "successes": 94,
          "total": 274,
          "ratePct": 34.3,
          "ci95Pct": [
            28.9,
            40.1
          ]
        },
        "expectancyR": -0.0121,
        "totalR": -3.33,
        "profitFactor": 0.982,
        "avgWinR": 1.933,
        "avgLossR": -1.028,
        "maxDrawdownPct": 23.37,
        "finalEquity": 9413.29,
        "returnPct": -5.87,
        "tStat": -0.142,
        "sdR": 1.416,
        "ambiguousTrades": 0,
        "timeExits": 4,
        "stopExits": 180,
        "targetExits": 90,
        "optimisticExpectancyR": -0.0121,
        "medianHoldMinutes": 392,
        "medianCostShareOfR": 0.0244,
        "longTrades": 119,
        "longExpectancyR": 0.1445,
        "shortTrades": 155,
        "shortExpectancyR": -0.1324,
        "maxConsecutiveLosses": 10,
        "skippedInPosition": 25,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1268,
          "winRatePct": 49.9,
          "expectancyR": -0.0856,
          "profitFactor": 0.843,
          "returnPct": -68.36
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1251,
          "winRatePct": 32.2,
          "expectancyR": -0.1194,
          "profitFactor": 0.838,
          "returnPct": -80.17
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1206,
          "winRatePct": 24.5,
          "expectancyR": -0.1096,
          "profitFactor": 0.867,
          "returnPct": -77.68
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1249,
          "winRatePct": 48.4,
          "expectancyR": -0.0888,
          "profitFactor": 0.838,
          "returnPct": -69.05
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1142,
          "winRatePct": 33.4,
          "expectancyR": -0.0604,
          "profitFactor": 0.914,
          "returnPct": -55.2
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1022,
          "winRatePct": 25.7,
          "expectancyR": -0.0513,
          "profitFactor": 0.935,
          "returnPct": -49.01
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1075,
          "winRatePct": 49.1,
          "expectancyR": -0.0506,
          "profitFactor": 0.903,
          "returnPct": -45.02
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 813,
          "winRatePct": 35.5,
          "expectancyR": -0.0233,
          "profitFactor": 0.964,
          "returnPct": -23.3
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 687,
          "winRatePct": 29.5,
          "expectancyR": -0.0886,
          "profitFactor": 0.875,
          "returnPct": -49.8
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1142,
          "expectancyR": -0.0393,
          "profitFactor": 0.943,
          "returnPct": -43.01
        },
        {
          "spreadUsd": 0.3,
          "trades": 1142,
          "expectancyR": -0.0604,
          "profitFactor": 0.914,
          "returnPct": -55.2
        },
        {
          "spreadUsd": 0.6,
          "trades": 1142,
          "expectancyR": -0.1025,
          "profitFactor": 0.86,
          "returnPct": -72.32
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 5.17
        },
        {
          "month": "2021-02",
          "totalR": -5.93
        },
        {
          "month": "2021-03",
          "totalR": -3.16
        },
        {
          "month": "2021-04",
          "totalR": -3.28
        },
        {
          "month": "2021-05",
          "totalR": -4.02
        },
        {
          "month": "2021-06",
          "totalR": 6.52
        },
        {
          "month": "2021-07",
          "totalR": 3.58
        },
        {
          "month": "2021-08",
          "totalR": 3.03
        },
        {
          "month": "2021-09",
          "totalR": 11.42
        },
        {
          "month": "2021-10",
          "totalR": -8.46
        },
        {
          "month": "2021-11",
          "totalR": 1.52
        },
        {
          "month": "2021-12",
          "totalR": 7.46
        },
        {
          "month": "2022-01",
          "totalR": 2.34
        },
        {
          "month": "2022-02",
          "totalR": 1.72
        },
        {
          "month": "2022-03",
          "totalR": -9.92
        },
        {
          "month": "2022-04",
          "totalR": 3.92
        },
        {
          "month": "2022-05",
          "totalR": 4.76
        },
        {
          "month": "2022-06",
          "totalR": 3.69
        },
        {
          "month": "2022-07",
          "totalR": -11.92
        },
        {
          "month": "2022-08",
          "totalR": 0.31
        },
        {
          "month": "2022-09",
          "totalR": -2.22
        },
        {
          "month": "2022-10",
          "totalR": 3.85
        },
        {
          "month": "2022-11",
          "totalR": -1.19
        },
        {
          "month": "2022-12",
          "totalR": -7.29
        },
        {
          "month": "2023-01",
          "totalR": -9.05
        },
        {
          "month": "2023-02",
          "totalR": 3.34
        },
        {
          "month": "2023-03",
          "totalR": -4.29
        },
        {
          "month": "2023-04",
          "totalR": -1.94
        },
        {
          "month": "2023-05",
          "totalR": -3.33
        },
        {
          "month": "2023-06",
          "totalR": -1.37
        },
        {
          "month": "2023-07",
          "totalR": -0.8
        },
        {
          "month": "2023-08",
          "totalR": 0.99
        },
        {
          "month": "2023-09",
          "totalR": 4.04
        },
        {
          "month": "2023-10",
          "totalR": 1.76
        },
        {
          "month": "2023-11",
          "totalR": -8.27
        },
        {
          "month": "2023-12",
          "totalR": -7.2
        },
        {
          "month": "2024-01",
          "totalR": 4.76
        },
        {
          "month": "2024-02",
          "totalR": -0.48
        },
        {
          "month": "2024-03",
          "totalR": -12.16
        },
        {
          "month": "2024-04",
          "totalR": -1.68
        },
        {
          "month": "2024-05",
          "totalR": -13.93
        },
        {
          "month": "2024-06",
          "totalR": -5.91
        },
        {
          "month": "2024-07",
          "totalR": -10.09
        },
        {
          "month": "2024-08",
          "totalR": 2.06
        },
        {
          "month": "2024-09",
          "totalR": 7.05
        },
        {
          "month": "2024-10",
          "totalR": -1.59
        },
        {
          "month": "2024-11",
          "totalR": -6.58
        },
        {
          "month": "2024-12",
          "totalR": -2.82
        },
        {
          "month": "2025-01",
          "totalR": -8.16
        },
        {
          "month": "2025-02",
          "totalR": -0.65
        },
        {
          "month": "2025-03",
          "totalR": -2.81
        },
        {
          "month": "2025-04",
          "totalR": -3.21
        },
        {
          "month": "2025-05",
          "totalR": -4.34
        },
        {
          "month": "2025-06",
          "totalR": -5.46
        },
        {
          "month": "2025-07",
          "totalR": 10.22
        },
        {
          "month": "2025-08",
          "totalR": 0.19
        },
        {
          "month": "2025-09",
          "totalR": -3.52
        },
        {
          "month": "2025-10",
          "totalR": 4.29
        },
        {
          "month": "2025-11",
          "totalR": 2.75
        },
        {
          "month": "2025-12",
          "totalR": 10.75
        },
        {
          "month": "2026-01",
          "totalR": 2.41
        },
        {
          "month": "2026-02",
          "totalR": 2.89
        },
        {
          "month": "2026-03",
          "totalR": 0.87
        },
        {
          "month": "2026-04",
          "totalR": -9.56
        }
      ],
      "trades": [
        {
          "entryTs": 1609837500,
          "entryUtc": "2021-01-05T09:05:00.000Z",
          "exitTs": 1609854780,
          "dir": -1,
          "entryPrice": 1943.915,
          "exitPrice": 1951.704,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 288
        },
        {
          "entryTs": 1609922760,
          "entryUtc": "2021-01-06T08:46:00.000Z",
          "exitTs": 1609936980,
          "dir": -1,
          "entryPrice": 1955.178,
          "exitPrice": 1938.725,
          "stopDistance": 8.227,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 237
        },
        {
          "entryTs": 1610002800,
          "entryUtc": "2021-01-07T07:00:00.000Z",
          "exitTs": 1610092740,
          "dir": -1,
          "entryPrice": 1926.368,
          "exitPrice": 1904.525,
          "stopDistance": 10.922,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 1499
        },
        {
          "entryTs": 1610349360,
          "entryUtc": "2021-01-11T07:16:00.000Z",
          "exitTs": 1610709360,
          "dir": -1,
          "entryPrice": 1849.288,
          "exitPrice": 1851.968,
          "stopDistance": 15.98,
          "outcome": "time",
          "netR": -0.1909,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1610953200,
          "entryUtc": "2021-01-18T07:00:00.000Z",
          "exitTs": 1611110400,
          "dir": -1,
          "entryPrice": 1838.255,
          "exitPrice": 1849.091,
          "stopDistance": 10.836,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 2620
        },
        {
          "entryTs": 1611126000,
          "entryUtc": "2021-01-20T07:00:00.000Z",
          "exitTs": 1611147600,
          "dir": -1,
          "entryPrice": 1852.588,
          "exitPrice": 1840.529,
          "stopDistance": 6.03,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 360
        },
        {
          "entryTs": 1611212400,
          "entryUtc": "2021-01-21T07:00:00.000Z",
          "exitTs": 1611237660,
          "dir": -1,
          "entryPrice": 1873.938,
          "exitPrice": 1859.556,
          "stopDistance": 7.191,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 421
        },
        {
          "entryTs": 1611300900,
          "entryUtc": "2021-01-22T07:35:00.000Z",
          "exitTs": 1611311400,
          "dir": 1,
          "entryPrice": 1859.728,
          "exitPrice": 1853.294,
          "stopDistance": 6.434,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 175
        },
        {
          "entryTs": 1611558000,
          "entryUtc": "2021-01-25T07:00:00.000Z",
          "exitTs": 1611572760,
          "dir": 1,
          "entryPrice": 1850.605,
          "exitPrice": 1864.587,
          "stopDistance": 6.991,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 246
        },
        {
          "entryTs": 1611646320,
          "entryUtc": "2021-01-26T07:32:00.000Z",
          "exitTs": 1611709380,
          "dir": 1,
          "entryPrice": 1853.058,
          "exitPrice": 1846.6,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 1051
        },
        {
          "entryTs": 1611734520,
          "entryUtc": "2021-01-27T08:02:00.000Z",
          "exitTs": 1611747780,
          "dir": -1,
          "entryPrice": 1851.345,
          "exitPrice": 1839.424,
          "stopDistance": 5.961,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 221
        },
        {
          "entryTs": 1611821640,
          "entryUtc": "2021-01-28T08:14:00.000Z",
          "exitTs": 1611841500,
          "dir": -1,
          "entryPrice": 1840.378,
          "exitPrice": 1847.272,
          "stopDistance": 6.894,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 331
        },
        {
          "entryTs": 1611903600,
          "entryUtc": "2021-01-29T07:00:00.000Z",
          "exitTs": 1611917580,
          "dir": -1,
          "entryPrice": 1850.088,
          "exitPrice": 1858.177,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 233
        },
        {
          "entryTs": 1612162800,
          "entryUtc": "2021-02-01T07:00:00.000Z",
          "exitTs": 1612265940,
          "dir": -1,
          "entryPrice": 1865.412,
          "exitPrice": 1843.066,
          "stopDistance": 11.173,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1719
        },
        {
          "entryTs": 1612338360,
          "entryUtc": "2021-02-03T07:46:00.000Z",
          "exitTs": 1612403220,
          "dir": 1,
          "entryPrice": 1836.405,
          "exitPrice": 1829.174,
          "stopDistance": 7.231,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 1081
        },
        {
          "entryTs": 1612426140,
          "entryUtc": "2021-02-04T08:09:00.000Z",
          "exitTs": 1612429800,
          "dir": 1,
          "entryPrice": 1820.998,
          "exitPrice": 1814.011,
          "stopDistance": 6.987,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 61
        },
        {
          "entryTs": 1612508700,
          "entryUtc": "2021-02-05T07:05:00.000Z",
          "exitTs": 1612512600,
          "dir": -1,
          "entryPrice": 1797.635,
          "exitPrice": 1804.885,
          "stopDistance": 7.25,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 65
        },
        {
          "entryTs": 1612774260,
          "entryUtc": "2021-02-08T08:51:00.000Z",
          "exitTs": 1612783980,
          "dir": 1,
          "entryPrice": 1808.313,
          "exitPrice": 1822.006,
          "stopDistance": 6.847,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 162
        },
        {
          "entryTs": 1612857060,
          "entryUtc": "2021-02-09T07:51:00.000Z",
          "exitTs": 1612963920,
          "dir": -1,
          "entryPrice": 1843.138,
          "exitPrice": 1849.708,
          "stopDistance": 6.57,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 1781
        },
        {
          "entryTs": 1613026800,
          "entryUtc": "2021-02-11T07:00:00.000Z",
          "exitTs": 1613062680,
          "dir": -1,
          "entryPrice": 1842.405,
          "exitPrice": 1828.615,
          "stopDistance": 6.895,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 598
        },
        {
          "entryTs": 1613113200,
          "entryUtc": "2021-02-12T07:00:00.000Z",
          "exitTs": 1613118180,
          "dir": 1,
          "entryPrice": 1818.548,
          "exitPrice": 1812.429,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 83
        },
        {
          "entryTs": 1613372400,
          "entryUtc": "2021-02-15T07:00:00.000Z",
          "exitTs": 1613479740,
          "dir": 1,
          "entryPrice": 1818.645,
          "exitPrice": 1811.168,
          "stopDistance": 7.477,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 1789
        },
        {
          "entryTs": 1613548980,
          "entryUtc": "2021-02-17T08:03:00.000Z",
          "exitTs": 1613568300,
          "dir": 1,
          "entryPrice": 1786.455,
          "exitPrice": 1778.378,
          "stopDistance": 8.077,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 322
        },
        {
          "entryTs": 1613637900,
          "entryUtc": "2021-02-18T08:45:00.000Z",
          "exitTs": 1613661000,
          "dir": -1,
          "entryPrice": 1785.611,
          "exitPrice": 1771.173,
          "stopDistance": 7.219,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 385
        },
        {
          "entryTs": 1613719020,
          "entryUtc": "2021-02-19T07:17:00.000Z",
          "exitTs": 1613743140,
          "dir": -1,
          "entryPrice": 1772.755,
          "exitPrice": 1781.084,
          "stopDistance": 8.329,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 402
        },
        {
          "entryTs": 1613977200,
          "entryUtc": "2021-02-22T07:00:00.000Z",
          "exitTs": 1613986380,
          "dir": -1,
          "entryPrice": 1790.805,
          "exitPrice": 1798.876,
          "stopDistance": 8.071,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 153
        },
        {
          "entryTs": 1614072060,
          "entryUtc": "2021-02-23T09:21:00.000Z",
          "exitTs": 1614091200,
          "dir": 1,
          "entryPrice": 1806.065,
          "exitPrice": 1799.036,
          "stopDistance": 7.029,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 319
        },
        {
          "entryTs": 1614152880,
          "entryUtc": "2021-02-24T07:48:00.000Z",
          "exitTs": 1614174180,
          "dir": 1,
          "entryPrice": 1805.015,
          "exitPrice": 1798.575,
          "stopDistance": 6.44,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 355
        },
        {
          "entryTs": 1614236820,
          "entryUtc": "2021-02-25T07:07:00.000Z",
          "exitTs": 1614253200,
          "dir": 1,
          "entryPrice": 1793.825,
          "exitPrice": 1785.331,
          "stopDistance": 8.494,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 273
        },
        {
          "entryTs": 1614322800,
          "entryUtc": "2021-02-26T07:00:00.000Z",
          "exitTs": 1614350880,
          "dir": 1,
          "entryPrice": 1762.655,
          "exitPrice": 1752.237,
          "stopDistance": 10.418,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 468
        },
        {
          "entryTs": 1614582000,
          "entryUtc": "2021-03-01T07:00:00.000Z",
          "exitTs": 1614605100,
          "dir": -1,
          "entryPrice": 1753.675,
          "exitPrice": 1732.703,
          "stopDistance": 10.486,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 385
        },
        {
          "entryTs": 1614681000,
          "entryUtc": "2021-03-02T10:30:00.000Z",
          "exitTs": 1614722160,
          "dir": -1,
          "entryPrice": 1728.376,
          "exitPrice": 1738.75,
          "stopDistance": 10.374,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 686
        },
        {
          "entryTs": 1614759060,
          "entryUtc": "2021-03-03T08:11:00.000Z",
          "exitTs": 1614771480,
          "dir": 1,
          "entryPrice": 1729.895,
          "exitPrice": 1721.789,
          "stopDistance": 8.106,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 207
        },
        {
          "entryTs": 1614841200,
          "entryUtc": "2021-03-04T07:00:00.000Z",
          "exitTs": 1614880200,
          "dir": -1,
          "entryPrice": 1716.605,
          "exitPrice": 1698.579,
          "stopDistance": 9.013,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 650
        },
        {
          "entryTs": 1614927600,
          "entryUtc": "2021-03-05T07:00:00.000Z",
          "exitTs": 1614954000,
          "dir": -1,
          "entryPrice": 1696.725,
          "exitPrice": 1706.314,
          "stopDistance": 9.589,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 440
        },
        {
          "entryTs": 1615186800,
          "entryUtc": "2021-03-08T07:00:00.000Z",
          "exitTs": 1615192200,
          "dir": 1,
          "entryPrice": 1704.264,
          "exitPrice": 1695.096,
          "stopDistance": 9.168,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 90
        },
        {
          "entryTs": 1615273200,
          "entryUtc": "2021-03-09T07:00:00.000Z",
          "exitTs": 1615280280,
          "dir": -1,
          "entryPrice": 1692.849,
          "exitPrice": 1701.203,
          "stopDistance": 8.354,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 118
        },
        {
          "entryTs": 1615364040,
          "entryUtc": "2021-03-10T08:14:00.000Z",
          "exitTs": 1615401060,
          "dir": 1,
          "entryPrice": 1710.754,
          "exitPrice": 1724.03,
          "stopDistance": 6.638,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 617
        },
        {
          "entryTs": 1615446840,
          "entryUtc": "2021-03-11T07:14:00.000Z",
          "exitTs": 1615473840,
          "dir": -1,
          "entryPrice": 1734.508,
          "exitPrice": 1721.683,
          "stopDistance": 6.413,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 450
        },
        {
          "entryTs": 1615532400,
          "entryUtc": "2021-03-12T07:00:00.000Z",
          "exitTs": 1615539960,
          "dir": 1,
          "entryPrice": 1711.894,
          "exitPrice": 1704.802,
          "stopDistance": 7.092,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 126
        },
        {
          "entryTs": 1615788000,
          "entryUtc": "2021-03-15T06:00:00.000Z",
          "exitTs": 1615904940,
          "dir": 1,
          "entryPrice": 1723.905,
          "exitPrice": 1739.033,
          "stopDistance": 7.564,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 1949
        },
        {
          "entryTs": 1615960980,
          "entryUtc": "2021-03-17T06:03:00.000Z",
          "exitTs": 1615989720,
          "dir": -1,
          "entryPrice": 1735.928,
          "exitPrice": 1725.298,
          "stopDistance": 5.315,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 479
        },
        {
          "entryTs": 1616052180,
          "entryUtc": "2021-03-18T07:23:00.000Z",
          "exitTs": 1616052660,
          "dir": 1,
          "entryPrice": 1747,
          "exitPrice": 1739.924,
          "stopDistance": 7.076,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 8
        },
        {
          "entryTs": 1616134380,
          "entryUtc": "2021-03-19T06:13:00.000Z",
          "exitTs": 1616139060,
          "dir": -1,
          "entryPrice": 1736.524,
          "exitPrice": 1743.861,
          "stopDistance": 7.337,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 78
        },
        {
          "entryTs": 1616393640,
          "entryUtc": "2021-03-22T06:14:00.000Z",
          "exitTs": 1616513940,
          "dir": 1,
          "entryPrice": 1732.438,
          "exitPrice": 1725.305,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 2005
        },
        {
          "entryTs": 1616578860,
          "entryUtc": "2021-03-24T09:41:00.000Z",
          "exitTs": 1616678940,
          "dir": -1,
          "entryPrice": 1734.309,
          "exitPrice": 1739.528,
          "stopDistance": 5.219,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 1668
        },
        {
          "entryTs": 1616751540,
          "entryUtc": "2021-03-26T09:39:00.000Z",
          "exitTs": 1616771640,
          "dir": -1,
          "entryPrice": 1729.745,
          "exitPrice": 1735.437,
          "stopDistance": 5.692,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 335
        },
        {
          "entryTs": 1616998320,
          "entryUtc": "2021-03-29T06:12:00.000Z",
          "exitTs": 1617024780,
          "dir": 1,
          "entryPrice": 1726.278,
          "exitPrice": 1721.358,
          "stopDistance": 4.92,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 441
        },
        {
          "entryTs": 1617084060,
          "entryUtc": "2021-03-30T06:01:00.000Z",
          "exitTs": 1617089940,
          "dir": 1,
          "entryPrice": 1704.605,
          "exitPrice": 1699.003,
          "stopDistance": 5.602,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 98
        },
        {
          "entryTs": 1617172320,
          "entryUtc": "2021-03-31T06:32:00.000Z",
          "exitTs": 1617198600,
          "dir": -1,
          "entryPrice": 1686.315,
          "exitPrice": 1692.729,
          "stopDistance": 6.414,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 438
        },
        {
          "entryTs": 1617256800,
          "entryUtc": "2021-04-01T06:00:00.000Z",
          "exitTs": 1617282000,
          "dir": -1,
          "entryPrice": 1714.518,
          "exitPrice": 1720.727,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 420
        },
        {
          "entryTs": 1617688800,
          "entryUtc": "2021-04-06T06:00:00.000Z",
          "exitTs": 1617717600,
          "dir": -1,
          "entryPrice": 1737.515,
          "exitPrice": 1743.166,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 480
        },
        {
          "entryTs": 1617793800,
          "entryUtc": "2021-04-07T11:10:00.000Z",
          "exitTs": 1617797880,
          "dir": 1,
          "entryPrice": 1735.748,
          "exitPrice": 1730.748,
          "stopDistance": 5,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 68
        },
        {
          "entryTs": 1617861600,
          "entryUtc": "2021-04-08T06:00:00.000Z",
          "exitTs": 1617879900,
          "dir": -1,
          "entryPrice": 1743.035,
          "exitPrice": 1748.077,
          "stopDistance": 5.042,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 305
        },
        {
          "entryTs": 1617948000,
          "entryUtc": "2021-04-09T06:00:00.000Z",
          "exitTs": 1617952200,
          "dir": 1,
          "entryPrice": 1750.398,
          "exitPrice": 1745.772,
          "stopDistance": 4.625,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 70
        },
        {
          "entryTs": 1618226400,
          "entryUtc": "2021-04-12T11:20:00.000Z",
          "exitTs": 1618235580,
          "dir": -1,
          "entryPrice": 1743.308,
          "exitPrice": 1733.182,
          "stopDistance": 5.063,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 153
        },
        {
          "entryTs": 1618293600,
          "entryUtc": "2021-04-13T06:00:00.000Z",
          "exitTs": 1618317720,
          "dir": 1,
          "entryPrice": 1727.608,
          "exitPrice": 1738.817,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 402
        },
        {
          "entryTs": 1618380180,
          "entryUtc": "2021-04-14T06:03:00.000Z",
          "exitTs": 1618406220,
          "dir": 1,
          "entryPrice": 1743.458,
          "exitPrice": 1738.026,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 434
        },
        {
          "entryTs": 1618466400,
          "entryUtc": "2021-04-15T06:00:00.000Z",
          "exitTs": 1618470300,
          "dir": -1,
          "entryPrice": 1741.548,
          "exitPrice": 1746.625,
          "stopDistance": 5.077,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 65
        },
        {
          "entryTs": 1618552800,
          "entryUtc": "2021-04-16T06:00:00.000Z",
          "exitTs": 1618566840,
          "dir": -1,
          "entryPrice": 1766.025,
          "exitPrice": 1770.993,
          "stopDistance": 4.968,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 234
        },
        {
          "entryTs": 1618818180,
          "entryUtc": "2021-04-19T07:43:00.000Z",
          "exitTs": 1618827720,
          "dir": -1,
          "entryPrice": 1783.455,
          "exitPrice": 1789.858,
          "stopDistance": 6.403,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 159
        },
        {
          "entryTs": 1618907280,
          "entryUtc": "2021-04-20T08:28:00.000Z",
          "exitTs": 1618933320,
          "dir": 1,
          "entryPrice": 1765.488,
          "exitPrice": 1778.695,
          "stopDistance": 6.604,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 434
        },
        {
          "entryTs": 1618984800,
          "entryUtc": "2021-04-21T06:00:00.000Z",
          "exitTs": 1619012700,
          "dir": -1,
          "entryPrice": 1784.678,
          "exitPrice": 1790.472,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 465
        },
        {
          "entryTs": 1619071200,
          "entryUtc": "2021-04-22T06:00:00.000Z",
          "exitTs": 1619088960,
          "dir": 1,
          "entryPrice": 1791.165,
          "exitPrice": 1785.498,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 296
        },
        {
          "entryTs": 1619159700,
          "entryUtc": "2021-04-23T06:35:00.000Z",
          "exitTs": 1619180460,
          "dir": 1,
          "entryPrice": 1782.798,
          "exitPrice": 1793.421,
          "stopDistance": 5.312,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 346
        },
        {
          "entryTs": 1619593560,
          "entryUtc": "2021-04-28T07:06:00.000Z",
          "exitTs": 1619632980,
          "dir": 1,
          "entryPrice": 1766.325,
          "exitPrice": 1775.772,
          "stopDistance": 4.723,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 657
        },
        {
          "entryTs": 1619676660,
          "entryUtc": "2021-04-29T06:11:00.000Z",
          "exitTs": 1619679240,
          "dir": 1,
          "entryPrice": 1782.328,
          "exitPrice": 1777.147,
          "stopDistance": 5.181,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 43
        },
        {
          "entryTs": 1620108000,
          "entryUtc": "2021-05-04T06:00:00.000Z",
          "exitTs": 1620141180,
          "dir": 1,
          "entryPrice": 1787.128,
          "exitPrice": 1780.407,
          "stopDistance": 6.721,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 553
        },
        {
          "entryTs": 1620195780,
          "entryUtc": "2021-05-05T06:23:00.000Z",
          "exitTs": 1620217860,
          "dir": 1,
          "entryPrice": 1776.658,
          "exitPrice": 1770.542,
          "stopDistance": 6.116,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 368
        },
        {
          "entryTs": 1620280800,
          "entryUtc": "2021-05-06T06:00:00.000Z",
          "exitTs": 1620308100,
          "dir": -1,
          "entryPrice": 1792.075,
          "exitPrice": 1797.362,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 455
        },
        {
          "entryTs": 1620376620,
          "entryUtc": "2021-05-07T08:37:00.000Z",
          "exitTs": 1620390600,
          "dir": -1,
          "entryPrice": 1822.158,
          "exitPrice": 1827.852,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 233
        },
        {
          "entryTs": 1620626400,
          "entryUtc": "2021-05-10T06:00:00.000Z",
          "exitTs": 1620739020,
          "dir": -1,
          "entryPrice": 1838.538,
          "exitPrice": 1824.264,
          "stopDistance": 7.137,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 1877
        },
        {
          "entryTs": 1620895800,
          "entryUtc": "2021-05-13T08:50:00.000Z",
          "exitTs": 1620924540,
          "dir": 1,
          "entryPrice": 1813.155,
          "exitPrice": 1828.332,
          "stopDistance": 7.589,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 479
        },
        {
          "entryTs": 1620972000,
          "entryUtc": "2021-05-14T06:00:00.000Z",
          "exitTs": 1620974340,
          "dir": -1,
          "entryPrice": 1826.638,
          "exitPrice": 1832.676,
          "stopDistance": 6.038,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 39
        },
        {
          "entryTs": 1621231260,
          "entryUtc": "2021-05-17T06:01:00.000Z",
          "exitTs": 1621261020,
          "dir": -1,
          "entryPrice": 1852.978,
          "exitPrice": 1859.14,
          "stopDistance": 6.162,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 496
        },
        {
          "entryTs": 1621337340,
          "entryUtc": "2021-05-18T11:29:00.000Z",
          "exitTs": 1621414020,
          "dir": 1,
          "entryPrice": 1865.188,
          "exitPrice": 1860.002,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1621576800,
          "entryUtc": "2021-05-21T06:00:00.000Z",
          "exitTs": 1621599720,
          "dir": -1,
          "entryPrice": 1876.518,
          "exitPrice": 1882.775,
          "stopDistance": 6.257,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 382
        },
        {
          "entryTs": 1621845240,
          "entryUtc": "2021-05-24T08:34:00.000Z",
          "exitTs": 1621905720,
          "dir": 1,
          "entryPrice": 1879.678,
          "exitPrice": 1873.834,
          "stopDistance": 5.844,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 1008
        },
        {
          "entryTs": 1621924620,
          "entryUtc": "2021-05-25T06:37:00.000Z",
          "exitTs": 1621926240,
          "dir": -1,
          "entryPrice": 1880.828,
          "exitPrice": 1886.594,
          "stopDistance": 5.766,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 27
        },
        {
          "entryTs": 1622015040,
          "entryUtc": "2021-05-26T07:44:00.000Z",
          "exitTs": 1622050980,
          "dir": -1,
          "entryPrice": 1907.638,
          "exitPrice": 1895.89,
          "stopDistance": 5.874,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 599
        },
        {
          "entryTs": 1622095200,
          "entryUtc": "2021-05-27T06:00:00.000Z",
          "exitTs": 1622118000,
          "dir": -1,
          "entryPrice": 1901.668,
          "exitPrice": 1889.779,
          "stopDistance": 5.945,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 380
        },
        {
          "entryTs": 1622181600,
          "entryUtc": "2021-05-28T06:00:00.000Z",
          "exitTs": 1622203860,
          "dir": 1,
          "entryPrice": 1891.015,
          "exitPrice": 1885.736,
          "stopDistance": 5.279,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 371
        },
        {
          "entryTs": 1622459280,
          "entryUtc": "2021-05-31T11:08:00.000Z",
          "exitTs": 1622512080,
          "dir": 1,
          "entryPrice": 1902.568,
          "exitPrice": 1912.682,
          "stopDistance": 5.057,
          "outcome": "target",
          "netR": 1.9268,
          "holdMinutes": 880
        },
        {
          "entryTs": 1622528280,
          "entryUtc": "2021-06-01T06:18:00.000Z",
          "exitTs": 1622536680,
          "dir": -1,
          "entryPrice": 1914.385,
          "exitPrice": 1905.395,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 140
        },
        {
          "entryTs": 1622613780,
          "entryUtc": "2021-06-02T06:03:00.000Z",
          "exitTs": 1622641200,
          "dir": 1,
          "entryPrice": 1896.035,
          "exitPrice": 1907.264,
          "stopDistance": 5.615,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 457
        },
        {
          "entryTs": 1622789040,
          "entryUtc": "2021-06-04T06:44:00.000Z",
          "exitTs": 1622809920,
          "dir": -1,
          "entryPrice": 1871.938,
          "exitPrice": 1881.168,
          "stopDistance": 9.23,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 348
        },
        {
          "entryTs": 1623045600,
          "entryUtc": "2021-06-07T06:00:00.000Z",
          "exitTs": 1623082140,
          "dir": 1,
          "entryPrice": 1883.468,
          "exitPrice": 1895.189,
          "stopDistance": 5.86,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 609
        },
        {
          "entryTs": 1623132000,
          "entryUtc": "2021-06-08T06:00:00.000Z",
          "exitTs": 1623139560,
          "dir": 1,
          "entryPrice": 1894.948,
          "exitPrice": 1890.381,
          "stopDistance": 4.567,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 126
        },
        {
          "entryTs": 1623219060,
          "entryUtc": "2021-06-09T06:11:00.000Z",
          "exitTs": 1623283980,
          "dir": 1,
          "entryPrice": 1891.345,
          "exitPrice": 1886.15,
          "stopDistance": 5.195,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 1082
        },
        {
          "entryTs": 1623304800,
          "entryUtc": "2021-06-10T06:00:00.000Z",
          "exitTs": 1623310500,
          "dir": 1,
          "entryPrice": 1883.998,
          "exitPrice": 1879.155,
          "stopDistance": 4.843,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 95
        },
        {
          "entryTs": 1623391560,
          "entryUtc": "2021-06-11T06:06:00.000Z",
          "exitTs": 1623403680,
          "dir": -1,
          "entryPrice": 1900.818,
          "exitPrice": 1890.748,
          "stopDistance": 5.035,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 202
        },
        {
          "entryTs": 1623650400,
          "entryUtc": "2021-06-14T06:00:00.000Z",
          "exitTs": 1623655200,
          "dir": 1,
          "entryPrice": 1863.108,
          "exitPrice": 1856.959,
          "stopDistance": 6.149,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 80
        },
        {
          "entryTs": 1623737040,
          "entryUtc": "2021-06-15T06:04:00.000Z",
          "exitTs": 1623772800,
          "dir": -1,
          "entryPrice": 1867.798,
          "exitPrice": 1855.369,
          "stopDistance": 6.214,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 596
        },
        {
          "entryTs": 1623823200,
          "entryUtc": "2021-06-16T06:00:00.000Z",
          "exitTs": 1623866400,
          "dir": -1,
          "entryPrice": 1859.848,
          "exitPrice": 1849.428,
          "stopDistance": 5.21,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 720
        },
        {
          "entryTs": 1623910080,
          "entryUtc": "2021-06-17T06:08:00.000Z",
          "exitTs": 1623919560,
          "dir": 1,
          "entryPrice": 1814.318,
          "exitPrice": 1804.844,
          "stopDistance": 9.474,
          "outcome": "stop",
          "netR": -1.0443,
          "holdMinutes": 158
        },
        {
          "entryTs": 1623997860,
          "entryUtc": "2021-06-18T06:31:00.000Z",
          "exitTs": 1624010100,
          "dir": -1,
          "entryPrice": 1786.298,
          "exitPrice": 1795.668,
          "stopDistance": 9.37,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 204
        },
        {
          "entryTs": 1624255800,
          "entryUtc": "2021-06-21T06:10:00.000Z",
          "exitTs": 1624265280,
          "dir": -1,
          "entryPrice": 1776.768,
          "exitPrice": 1785.391,
          "stopDistance": 8.623,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 158
        },
        {
          "entryTs": 1624341600,
          "entryUtc": "2021-06-22T06:00:00.000Z",
          "exitTs": 1624365360,
          "dir": 1,
          "entryPrice": 1781.058,
          "exitPrice": 1774.342,
          "stopDistance": 6.716,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 396
        },
        {
          "entryTs": 1624436160,
          "entryUtc": "2021-06-23T08:16:00.000Z",
          "exitTs": 1624455480,
          "dir": -1,
          "entryPrice": 1783.778,
          "exitPrice": 1789.889,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 322
        },
        {
          "entryTs": 1624522860,
          "entryUtc": "2021-06-24T08:21:00.000Z",
          "exitTs": 1624535280,
          "dir": -1,
          "entryPrice": 1779.908,
          "exitPrice": 1785.908,
          "stopDistance": 6,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 207
        },
        {
          "entryTs": 1624600800,
          "entryUtc": "2021-06-25T06:00:00.000Z",
          "exitTs": 1624622460,
          "dir": -1,
          "entryPrice": 1780.498,
          "exitPrice": 1785.799,
          "stopDistance": 5.301,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 361
        },
        {
          "entryTs": 1624860000,
          "entryUtc": "2021-06-28T06:00:00.000Z",
          "exitTs": 1624868820,
          "dir": -1,
          "entryPrice": 1785.558,
          "exitPrice": 1774.091,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 147
        },
        {
          "entryTs": 1624946400,
          "entryUtc": "2021-06-29T06:00:00.000Z",
          "exitTs": 1624953840,
          "dir": -1,
          "entryPrice": 1778.248,
          "exitPrice": 1768.72,
          "stopDistance": 4.764,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 124
        },
        {
          "entryTs": 1625032800,
          "entryUtc": "2021-06-30T06:00:00.000Z",
          "exitTs": 1625070900,
          "dir": 1,
          "entryPrice": 1756.668,
          "exitPrice": 1769.025,
          "stopDistance": 6.178,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 635
        },
        {
          "entryTs": 1625119200,
          "entryUtc": "2021-07-01T06:00:00.000Z",
          "exitTs": 1625148120,
          "dir": -1,
          "entryPrice": 1776.715,
          "exitPrice": 1782.668,
          "stopDistance": 5.953,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 482
        },
        {
          "entryTs": 1625209920,
          "entryUtc": "2021-07-02T07:12:00.000Z",
          "exitTs": 1625221920,
          "dir": 1,
          "entryPrice": 1774.868,
          "exitPrice": 1784.457,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 200
        },
        {
          "entryTs": 1625467440,
          "entryUtc": "2021-07-05T06:44:00.000Z",
          "exitTs": 1625536140,
          "dir": -1,
          "entryPrice": 1789.748,
          "exitPrice": 1795.675,
          "stopDistance": 5.927,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 1145
        },
        {
          "entryTs": 1625551200,
          "entryUtc": "2021-07-06T06:00:00.000Z",
          "exitTs": 1625558040,
          "dir": -1,
          "entryPrice": 1803.905,
          "exitPrice": 1808.988,
          "stopDistance": 5.083,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 114
        },
        {
          "entryTs": 1625639580,
          "entryUtc": "2021-07-07T06:33:00.000Z",
          "exitTs": 1625660100,
          "dir": -1,
          "entryPrice": 1802.798,
          "exitPrice": 1808.81,
          "stopDistance": 6.012,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 342
        },
        {
          "entryTs": 1625726280,
          "entryUtc": "2021-07-08T06:38:00.000Z",
          "exitTs": 1625730780,
          "dir": 1,
          "entryPrice": 1796.268,
          "exitPrice": 1807.512,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 75
        },
        {
          "entryTs": 1625811900,
          "entryUtc": "2021-07-09T06:25:00.000Z",
          "exitTs": 1626097980,
          "dir": 1,
          "entryPrice": 1799.218,
          "exitPrice": 1792.477,
          "stopDistance": 6.741,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 4768
        },
        {
          "entryTs": 1626164220,
          "entryUtc": "2021-07-13T08:17:00.000Z",
          "exitTs": 1626180060,
          "dir": 1,
          "entryPrice": 1806.258,
          "exitPrice": 1816.995,
          "stopDistance": 5.369,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 264
        },
        {
          "entryTs": 1626242520,
          "entryUtc": "2021-07-14T06:02:00.000Z",
          "exitTs": 1626264120,
          "dir": -1,
          "entryPrice": 1813.418,
          "exitPrice": 1818.997,
          "stopDistance": 5.579,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 360
        },
        {
          "entryTs": 1626328800,
          "entryUtc": "2021-07-15T06:00:00.000Z",
          "exitTs": 1626432360,
          "dir": -1,
          "entryPrice": 1829.025,
          "exitPrice": 1818.26,
          "stopDistance": 5.382,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 1726
        },
        {
          "entryTs": 1626674400,
          "entryUtc": "2021-07-19T06:00:00.000Z",
          "exitTs": 1626675480,
          "dir": 1,
          "entryPrice": 1810.938,
          "exitPrice": 1805.374,
          "stopDistance": 5.564,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 18
        },
        {
          "entryTs": 1626847320,
          "entryUtc": "2021-07-21T06:02:00.000Z",
          "exitTs": 1626868920,
          "dir": -1,
          "entryPrice": 1809.748,
          "exitPrice": 1799.215,
          "stopDistance": 5.266,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 360
        },
        {
          "entryTs": 1626941220,
          "entryUtc": "2021-07-22T08:07:00.000Z",
          "exitTs": 1626967740,
          "dir": 1,
          "entryPrice": 1797.218,
          "exitPrice": 1807.016,
          "stopDistance": 4.899,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 442
        },
        {
          "entryTs": 1627020000,
          "entryUtc": "2021-07-23T06:00:00.000Z",
          "exitTs": 1627034940,
          "dir": 1,
          "entryPrice": 1802.158,
          "exitPrice": 1797.661,
          "stopDistance": 4.497,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 249
        },
        {
          "entryTs": 1627279200,
          "entryUtc": "2021-07-26T06:00:00.000Z",
          "exitTs": 1627309260,
          "dir": -1,
          "entryPrice": 1808.018,
          "exitPrice": 1796.969,
          "stopDistance": 5.524,
          "outcome": "target",
          "netR": 1.933,
          "holdMinutes": 501
        },
        {
          "entryTs": 1627367340,
          "entryUtc": "2021-07-27T06:29:00.000Z",
          "exitTs": 1627388460,
          "dir": 1,
          "entryPrice": 1794.565,
          "exitPrice": 1803.89,
          "stopDistance": 4.662,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 352
        },
        {
          "entryTs": 1627471080,
          "entryUtc": "2021-07-28T11:18:00.000Z",
          "exitTs": 1627495200,
          "dir": 1,
          "entryPrice": 1797.898,
          "exitPrice": 1792.899,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 402
        },
        {
          "entryTs": 1627538760,
          "entryUtc": "2021-07-29T06:06:00.000Z",
          "exitTs": 1627553580,
          "dir": -1,
          "entryPrice": 1817.408,
          "exitPrice": 1823.104,
          "stopDistance": 5.696,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 247
        },
        {
          "entryTs": 1627626120,
          "entryUtc": "2021-07-30T06:22:00.000Z",
          "exitTs": 1627649700,
          "dir": 1,
          "entryPrice": 1826.628,
          "exitPrice": 1822.044,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 393
        },
        {
          "entryTs": 1627885500,
          "entryUtc": "2021-08-02T06:25:00.000Z",
          "exitTs": 1627924080,
          "dir": 1,
          "entryPrice": 1808.348,
          "exitPrice": 1819.14,
          "stopDistance": 5.396,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 643
        },
        {
          "entryTs": 1627971720,
          "entryUtc": "2021-08-03T06:22:00.000Z",
          "exitTs": 1628077560,
          "dir": 1,
          "entryPrice": 1809.308,
          "exitPrice": 1818.538,
          "stopDistance": 4.615,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 1764
        },
        {
          "entryTs": 1628143200,
          "entryUtc": "2021-08-05T06:00:00.000Z",
          "exitTs": 1628170800,
          "dir": 1,
          "entryPrice": 1808.588,
          "exitPrice": 1804.154,
          "stopDistance": 4.434,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 460
        },
        {
          "entryTs": 1628233200,
          "entryUtc": "2021-08-06T07:00:00.000Z",
          "exitTs": 1628247180,
          "dir": 1,
          "entryPrice": 1799.208,
          "exitPrice": 1795.078,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 233
        },
        {
          "entryTs": 1628488800,
          "entryUtc": "2021-08-09T06:00:00.000Z",
          "exitTs": 1628848800,
          "dir": -1,
          "entryPrice": 1742.098,
          "exitPrice": 1758.428,
          "stopDistance": 18.399,
          "outcome": "time",
          "netR": -0.9077,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1629093600,
          "entryUtc": "2021-08-16T06:00:00.000Z",
          "exitTs": 1629120960,
          "dir": 1,
          "entryPrice": 1774.328,
          "exitPrice": 1784.145,
          "stopDistance": 4.909,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 456
        },
        {
          "entryTs": 1629180000,
          "entryUtc": "2021-08-17T06:00:00.000Z",
          "exitTs": 1629209700,
          "dir": -1,
          "entryPrice": 1791.448,
          "exitPrice": 1781.899,
          "stopDistance": 4.775,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 495
        },
        {
          "entryTs": 1629267180,
          "entryUtc": "2021-08-18T06:13:00.000Z",
          "exitTs": 1629286020,
          "dir": -1,
          "entryPrice": 1792.195,
          "exitPrice": 1783.037,
          "stopDistance": 4.579,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 314
        },
        {
          "entryTs": 1629364800,
          "entryUtc": "2021-08-19T09:20:00.000Z",
          "exitTs": 1629721980,
          "dir": -1,
          "entryPrice": 1788.848,
          "exitPrice": 1795.286,
          "stopDistance": 6.438,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 5953
        },
        {
          "entryTs": 1629790920,
          "entryUtc": "2021-08-24T07:42:00.000Z",
          "exitTs": 1629852060,
          "dir": 1,
          "entryPrice": 1800.688,
          "exitPrice": 1796.243,
          "stopDistance": 4.445,
          "outcome": "stop",
          "netR": -1.0945,
          "holdMinutes": 1019
        },
        {
          "entryTs": 1629874620,
          "entryUtc": "2021-08-25T06:57:00.000Z",
          "exitTs": 1629898800,
          "dir": 1,
          "entryPrice": 1793.438,
          "exitPrice": 1788.647,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 403
        },
        {
          "entryTs": 1629957600,
          "entryUtc": "2021-08-26T06:00:00.000Z",
          "exitTs": 1629981660,
          "dir": 1,
          "entryPrice": 1786.338,
          "exitPrice": 1781.801,
          "stopDistance": 4.537,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 401
        },
        {
          "entryTs": 1630044000,
          "entryUtc": "2021-08-27T06:00:00.000Z",
          "exitTs": 1630062360,
          "dir": -1,
          "entryPrice": 1801.818,
          "exitPrice": 1792.403,
          "stopDistance": 4.708,
          "outcome": "target",
          "netR": 1.9214,
          "holdMinutes": 306
        },
        {
          "entryTs": 1630303860,
          "entryUtc": "2021-08-30T06:11:00.000Z",
          "exitTs": 1630415040,
          "dir": 1,
          "entryPrice": 1813.258,
          "exitPrice": 1806.819,
          "stopDistance": 6.439,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 1853
        },
        {
          "entryTs": 1630476000,
          "entryUtc": "2021-09-01T06:00:00.000Z",
          "exitTs": 1630591980,
          "dir": -1,
          "entryPrice": 1815.418,
          "exitPrice": 1805.575,
          "stopDistance": 4.921,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 1933
        },
        {
          "entryTs": 1630667100,
          "entryUtc": "2021-09-03T11:05:00.000Z",
          "exitTs": 1630672200,
          "dir": -1,
          "entryPrice": 1814.708,
          "exitPrice": 1818.261,
          "stopDistance": 3.553,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 85
        },
        {
          "entryTs": 1630915320,
          "entryUtc": "2021-09-06T08:02:00.000Z",
          "exitTs": 1630991040,
          "dir": 1,
          "entryPrice": 1825.048,
          "exitPrice": 1820.879,
          "stopDistance": 4.169,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1630994400,
          "entryUtc": "2021-09-07T06:00:00.000Z",
          "exitTs": 1631002680,
          "dir": 1,
          "entryPrice": 1818.208,
          "exitPrice": 1814.373,
          "stopDistance": 3.835,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 138
        },
        {
          "entryTs": 1631082240,
          "entryUtc": "2021-09-08T06:24:00.000Z",
          "exitTs": 1631108760,
          "dir": 1,
          "entryPrice": 1794.558,
          "exitPrice": 1789.795,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 442
        },
        {
          "entryTs": 1631167260,
          "entryUtc": "2021-09-09T06:01:00.000Z",
          "exitTs": 1631185680,
          "dir": 1,
          "entryPrice": 1786.968,
          "exitPrice": 1796.372,
          "stopDistance": 4.702,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 307
        },
        {
          "entryTs": 1631253600,
          "entryUtc": "2021-09-10T06:00:00.000Z",
          "exitTs": 1631280900,
          "dir": -1,
          "entryPrice": 1802.334,
          "exitPrice": 1790.082,
          "stopDistance": 6.126,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 455
        },
        {
          "entryTs": 1631512800,
          "entryUtc": "2021-09-13T06:00:00.000Z",
          "exitTs": 1631542260,
          "dir": -1,
          "entryPrice": 1792.948,
          "exitPrice": 1798.138,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 491
        },
        {
          "entryTs": 1631601720,
          "entryUtc": "2021-09-14T06:42:00.000Z",
          "exitTs": 1631620200,
          "dir": -1,
          "entryPrice": 1793.164,
          "exitPrice": 1785.225,
          "stopDistance": 3.97,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 308
        },
        {
          "entryTs": 1631686920,
          "entryUtc": "2021-09-15T06:22:00.000Z",
          "exitTs": 1631710320,
          "dir": 1,
          "entryPrice": 1801.298,
          "exitPrice": 1796.479,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 390
        },
        {
          "entryTs": 1631772000,
          "entryUtc": "2021-09-16T06:00:00.000Z",
          "exitTs": 1631784600,
          "dir": 1,
          "entryPrice": 1786.728,
          "exitPrice": 1781.819,
          "stopDistance": 4.909,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 210
        },
        {
          "entryTs": 1631858400,
          "entryUtc": "2021-09-17T06:00:00.000Z",
          "exitTs": 1631883720,
          "dir": -1,
          "entryPrice": 1762.648,
          "exitPrice": 1751.429,
          "stopDistance": 5.61,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 422
        },
        {
          "entryTs": 1632127200,
          "entryUtc": "2021-09-20T08:40:00.000Z",
          "exitTs": 1632147660,
          "dir": -1,
          "entryPrice": 1755.028,
          "exitPrice": 1761.462,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 341
        },
        {
          "entryTs": 1632204960,
          "entryUtc": "2021-09-21T06:16:00.000Z",
          "exitTs": 1632227040,
          "dir": 1,
          "entryPrice": 1761.598,
          "exitPrice": 1771.772,
          "stopDistance": 5.087,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 368
        },
        {
          "entryTs": 1632291660,
          "entryUtc": "2021-09-22T06:21:00.000Z",
          "exitTs": 1632333600,
          "dir": -1,
          "entryPrice": 1779.108,
          "exitPrice": 1769.634,
          "stopDistance": 4.737,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 699
        },
        {
          "entryTs": 1632381180,
          "entryUtc": "2021-09-23T07:13:00.000Z",
          "exitTs": 1632388680,
          "dir": 1,
          "entryPrice": 1760.668,
          "exitPrice": 1772.426,
          "stopDistance": 5.879,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 125
        },
        {
          "entryTs": 1632463200,
          "entryUtc": "2021-09-24T06:00:00.000Z",
          "exitTs": 1632488700,
          "dir": -1,
          "entryPrice": 1755.094,
          "exitPrice": 1741.886,
          "stopDistance": 6.604,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 425
        },
        {
          "entryTs": 1632736620,
          "entryUtc": "2021-09-27T09:57:00.000Z",
          "exitTs": 1632811020,
          "dir": 1,
          "entryPrice": 1748.094,
          "exitPrice": 1742.162,
          "stopDistance": 5.932,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1632898920,
          "entryUtc": "2021-09-29T07:02:00.000Z",
          "exitTs": 1632924960,
          "dir": -1,
          "entryPrice": 1741.258,
          "exitPrice": 1729.605,
          "stopDistance": 5.826,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 434
        },
        {
          "entryTs": 1632985800,
          "entryUtc": "2021-09-30T07:10:00.000Z",
          "exitTs": 1633006740,
          "dir": 1,
          "entryPrice": 1726.948,
          "exitPrice": 1737.62,
          "stopDistance": 5.336,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 349
        },
        {
          "entryTs": 1633071720,
          "entryUtc": "2021-10-01T07:02:00.000Z",
          "exitTs": 1633098780,
          "dir": -1,
          "entryPrice": 1756.795,
          "exitPrice": 1763.272,
          "stopDistance": 6.477,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 451
        },
        {
          "entryTs": 1633329780,
          "entryUtc": "2021-10-04T06:43:00.000Z",
          "exitTs": 1633336080,
          "dir": 1,
          "entryPrice": 1757.695,
          "exitPrice": 1752.141,
          "stopDistance": 5.554,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 105
        },
        {
          "entryTs": 1633413600,
          "entryUtc": "2021-10-05T06:00:00.000Z",
          "exitTs": 1633439820,
          "dir": 1,
          "entryPrice": 1757.958,
          "exitPrice": 1751.825,
          "stopDistance": 6.133,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 437
        },
        {
          "entryTs": 1633500000,
          "entryUtc": "2021-10-06T06:00:00.000Z",
          "exitTs": 1633508400,
          "dir": 1,
          "entryPrice": 1751.038,
          "exitPrice": 1745.855,
          "stopDistance": 5.183,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 140
        },
        {
          "entryTs": 1633586400,
          "entryUtc": "2021-10-07T06:00:00.000Z",
          "exitTs": 1633591200,
          "dir": 1,
          "entryPrice": 1756.305,
          "exitPrice": 1765.932,
          "stopDistance": 4.813,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 80
        },
        {
          "entryTs": 1633690740,
          "entryUtc": "2021-10-08T10:59:00.000Z",
          "exitTs": 1633696200,
          "dir": -1,
          "entryPrice": 1760.448,
          "exitPrice": 1765.397,
          "stopDistance": 4.949,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 91
        },
        {
          "entryTs": 1633942500,
          "entryUtc": "2021-10-11T08:55:00.000Z",
          "exitTs": 1634046540,
          "dir": 1,
          "entryPrice": 1753.268,
          "exitPrice": 1765.635,
          "stopDistance": 6.184,
          "outcome": "target",
          "netR": 1.9402,
          "holdMinutes": 1734
        },
        {
          "entryTs": 1634104860,
          "entryUtc": "2021-10-13T06:01:00.000Z",
          "exitTs": 1634112540,
          "dir": -1,
          "entryPrice": 1762.908,
          "exitPrice": 1767.528,
          "stopDistance": 4.62,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 128
        },
        {
          "entryTs": 1634193720,
          "entryUtc": "2021-10-14T06:42:00.000Z",
          "exitTs": 1634206920,
          "dir": -1,
          "entryPrice": 1793.738,
          "exitPrice": 1799.842,
          "stopDistance": 6.104,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 220
        },
        {
          "entryTs": 1634277600,
          "entryUtc": "2021-10-15T06:00:00.000Z",
          "exitTs": 1634283480,
          "dir": 1,
          "entryPrice": 1792.458,
          "exitPrice": 1788.192,
          "stopDistance": 4.266,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 98
        },
        {
          "entryTs": 1634536920,
          "entryUtc": "2021-10-18T06:02:00.000Z",
          "exitTs": 1634537400,
          "dir": 1,
          "entryPrice": 1767.224,
          "exitPrice": 1762.135,
          "stopDistance": 5.089,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 8
        },
        {
          "entryTs": 1634623200,
          "entryUtc": "2021-10-19T06:00:00.000Z",
          "exitTs": 1634629500,
          "dir": -1,
          "entryPrice": 1777.474,
          "exitPrice": 1782.372,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 105
        },
        {
          "entryTs": 1634709600,
          "entryUtc": "2021-10-20T06:00:00.000Z",
          "exitTs": 1634728080,
          "dir": -1,
          "entryPrice": 1776.378,
          "exitPrice": 1781.454,
          "stopDistance": 5.076,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 308
        },
        {
          "entryTs": 1634799780,
          "entryUtc": "2021-10-21T07:03:00.000Z",
          "exitTs": 1634884920,
          "dir": 1,
          "entryPrice": 1781.118,
          "exitPrice": 1792.213,
          "stopDistance": 5.547,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 1419
        },
        {
          "entryTs": 1635141600,
          "entryUtc": "2021-10-25T06:00:00.000Z",
          "exitTs": 1635169980,
          "dir": -1,
          "entryPrice": 1800.468,
          "exitPrice": 1807.983,
          "stopDistance": 7.515,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 473
        },
        {
          "entryTs": 1635231900,
          "entryUtc": "2021-10-26T07:05:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1802.618,
          "exitPrice": 1797.86,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 320
        },
        {
          "entryTs": 1635314400,
          "entryUtc": "2021-10-27T06:00:00.000Z",
          "exitTs": 1635337020,
          "dir": 1,
          "entryPrice": 1785.888,
          "exitPrice": 1795.67,
          "stopDistance": 4.891,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 377
        },
        {
          "entryTs": 1635402600,
          "entryUtc": "2021-10-28T06:30:00.000Z",
          "exitTs": 1635427800,
          "dir": -1,
          "entryPrice": 1803.128,
          "exitPrice": 1808.511,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 420
        },
        {
          "entryTs": 1635488160,
          "entryUtc": "2021-10-29T06:16:00.000Z",
          "exitTs": 1635509100,
          "dir": 1,
          "entryPrice": 1794.998,
          "exitPrice": 1789.294,
          "stopDistance": 5.704,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 349
        },
        {
          "entryTs": 1635746580,
          "entryUtc": "2021-11-01T06:03:00.000Z",
          "exitTs": 1635775200,
          "dir": -1,
          "entryPrice": 1787.258,
          "exitPrice": 1793.092,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 477
        },
        {
          "entryTs": 1635832800,
          "entryUtc": "2021-11-02T06:00:00.000Z",
          "exitTs": 1635899220,
          "dir": -1,
          "entryPrice": 1793.634,
          "exitPrice": 1784.706,
          "stopDistance": 4.464,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 1107
        },
        {
          "entryTs": 1635920220,
          "entryUtc": "2021-11-03T06:17:00.000Z",
          "exitTs": 1635943860,
          "dir": 1,
          "entryPrice": 1779.168,
          "exitPrice": 1774.47,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 394
        },
        {
          "entryTs": 1636005600,
          "entryUtc": "2021-11-04T06:00:00.000Z",
          "exitTs": 1636029060,
          "dir": 1,
          "entryPrice": 1773.348,
          "exitPrice": 1785.531,
          "stopDistance": 6.092,
          "outcome": "target",
          "netR": 1.9393,
          "holdMinutes": 391
        },
        {
          "entryTs": 1636093020,
          "entryUtc": "2021-11-05T06:17:00.000Z",
          "exitTs": 1636115460,
          "dir": -1,
          "entryPrice": 1796.054,
          "exitPrice": 1785.516,
          "stopDistance": 5.269,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 374
        },
        {
          "entryTs": 1636361760,
          "entryUtc": "2021-11-08T08:56:00.000Z",
          "exitTs": 1636381140,
          "dir": 1,
          "entryPrice": 1812.798,
          "exitPrice": 1825.557,
          "stopDistance": 6.379,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 323
        },
        {
          "entryTs": 1636443360,
          "entryUtc": "2021-11-09T07:36:00.000Z",
          "exitTs": 1636488180,
          "dir": 1,
          "entryPrice": 1821.758,
          "exitPrice": 1831.686,
          "stopDistance": 4.964,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 747
        },
        {
          "entryTs": 1636527600,
          "entryUtc": "2021-11-10T07:00:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1825.768,
          "exitPrice": 1835.67,
          "stopDistance": 4.951,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 393
        },
        {
          "entryTs": 1636614600,
          "entryUtc": "2021-11-11T07:10:00.000Z",
          "exitTs": 1636620540,
          "dir": -1,
          "entryPrice": 1853.684,
          "exitPrice": 1862.342,
          "stopDistance": 8.658,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 99
        },
        {
          "entryTs": 1636704900,
          "entryUtc": "2021-11-12T08:15:00.000Z",
          "exitTs": 1636707840,
          "dir": 1,
          "entryPrice": 1855.008,
          "exitPrice": 1849.347,
          "stopDistance": 5.661,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 49
        },
        {
          "entryTs": 1636960560,
          "entryUtc": "2021-11-15T07:16:00.000Z",
          "exitTs": 1636982160,
          "dir": 1,
          "entryPrice": 1856.348,
          "exitPrice": 1868.514,
          "stopDistance": 6.083,
          "outcome": "target",
          "netR": 1.9392,
          "holdMinutes": 360
        },
        {
          "entryTs": 1637052720,
          "entryUtc": "2021-11-16T08:52:00.000Z",
          "exitTs": 1637053080,
          "dir": -1,
          "entryPrice": 1868.798,
          "exitPrice": 1873.99,
          "stopDistance": 5.192,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 6
        },
        {
          "entryTs": 1637133600,
          "entryUtc": "2021-11-17T07:20:00.000Z",
          "exitTs": 1637148720,
          "dir": -1,
          "entryPrice": 1855.978,
          "exitPrice": 1861.791,
          "stopDistance": 5.813,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 252
        },
        {
          "entryTs": 1637218800,
          "entryUtc": "2021-11-18T07:00:00.000Z",
          "exitTs": 1637241780,
          "dir": 1,
          "entryPrice": 1863.708,
          "exitPrice": 1858.478,
          "stopDistance": 5.23,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 383
        },
        {
          "entryTs": 1637305200,
          "entryUtc": "2021-11-19T07:00:00.000Z",
          "exitTs": 1637312400,
          "dir": 1,
          "entryPrice": 1858.478,
          "exitPrice": 1853.544,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 120
        },
        {
          "entryTs": 1637564400,
          "entryUtc": "2021-11-22T07:00:00.000Z",
          "exitTs": 1637588100,
          "dir": 1,
          "entryPrice": 1842.348,
          "exitPrice": 1835.472,
          "stopDistance": 6.876,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 395
        },
        {
          "entryTs": 1637650800,
          "entryUtc": "2021-11-23T07:00:00.000Z",
          "exitTs": 1637660040,
          "dir": 1,
          "entryPrice": 1803.809,
          "exitPrice": 1796.63,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 154
        },
        {
          "entryTs": 1637737800,
          "entryUtc": "2021-11-24T07:10:00.000Z",
          "exitTs": 1637760360,
          "dir": -1,
          "entryPrice": 1795.958,
          "exitPrice": 1783.146,
          "stopDistance": 6.406,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 376
        },
        {
          "entryTs": 1637824200,
          "entryUtc": "2021-11-25T07:10:00.000Z",
          "exitTs": 1637908200,
          "dir": -1,
          "entryPrice": 1794.155,
          "exitPrice": 1799.29,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1637910000,
          "entryUtc": "2021-11-26T07:00:00.000Z",
          "exitTs": 1637913060,
          "dir": -1,
          "entryPrice": 1801.029,
          "exitPrice": 1805.911,
          "stopDistance": 4.881,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 51
        },
        {
          "entryTs": 1638171720,
          "entryUtc": "2021-11-29T07:42:00.000Z",
          "exitTs": 1638284940,
          "dir": -1,
          "entryPrice": 1796.568,
          "exitPrice": 1805.679,
          "stopDistance": 9.111,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 1887
        },
        {
          "entryTs": 1638342000,
          "entryUtc": "2021-12-01T07:00:00.000Z",
          "exitTs": 1638433620,
          "dir": -1,
          "entryPrice": 1788.058,
          "exitPrice": 1769.55,
          "stopDistance": 9.254,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 1527
        },
        {
          "entryTs": 1638522360,
          "entryUtc": "2021-12-03T09:06:00.000Z",
          "exitTs": 1638550680,
          "dir": 1,
          "entryPrice": 1767.365,
          "exitPrice": 1779.424,
          "stopDistance": 6.03,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 472
        },
        {
          "entryTs": 1638778500,
          "entryUtc": "2021-12-06T08:15:00.000Z",
          "exitTs": 1638884160,
          "dir": 1,
          "entryPrice": 1781.165,
          "exitPrice": 1775.02,
          "stopDistance": 6.145,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 1761
        },
        {
          "entryTs": 1638949260,
          "entryUtc": "2021-12-08T07:41:00.000Z",
          "exitTs": 1638972300,
          "dir": -1,
          "entryPrice": 1790.418,
          "exitPrice": 1780.625,
          "stopDistance": 4.896,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 384
        },
        {
          "entryTs": 1639034580,
          "entryUtc": "2021-12-09T07:23:00.000Z",
          "exitTs": 1639052220,
          "dir": -1,
          "entryPrice": 1785.988,
          "exitPrice": 1777.453,
          "stopDistance": 4.267,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 294
        },
        {
          "entryTs": 1639119600,
          "entryUtc": "2021-12-10T07:00:00.000Z",
          "exitTs": 1639144620,
          "dir": 1,
          "entryPrice": 1773.468,
          "exitPrice": 1783.217,
          "stopDistance": 4.874,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 417
        },
        {
          "entryTs": 1639395660,
          "entryUtc": "2021-12-13T11:41:00.000Z",
          "exitTs": 1639488360,
          "dir": -1,
          "entryPrice": 1788.135,
          "exitPrice": 1779.481,
          "stopDistance": 4.327,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 1545
        },
        {
          "entryTs": 1639551600,
          "entryUtc": "2021-12-15T07:00:00.000Z",
          "exitTs": 1639592940,
          "dir": 1,
          "entryPrice": 1768.108,
          "exitPrice": 1763.766,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 689
        },
        {
          "entryTs": 1639638000,
          "entryUtc": "2021-12-16T07:00:00.000Z",
          "exitTs": 1639663740,
          "dir": -1,
          "entryPrice": 1784.698,
          "exitPrice": 1790.783,
          "stopDistance": 6.085,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 429
        },
        {
          "entryTs": 1639724400,
          "entryUtc": "2021-12-17T07:00:00.000Z",
          "exitTs": 1639744500,
          "dir": -1,
          "entryPrice": 1805.975,
          "exitPrice": 1810.848,
          "stopDistance": 4.873,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 335
        },
        {
          "entryTs": 1639985400,
          "entryUtc": "2021-12-20T07:30:00.000Z",
          "exitTs": 1640007000,
          "dir": 1,
          "entryPrice": 1798.918,
          "exitPrice": 1794.088,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 360
        },
        {
          "entryTs": 1640073120,
          "entryUtc": "2021-12-21T07:52:00.000Z",
          "exitTs": 1640075520,
          "dir": -1,
          "entryPrice": 1792.558,
          "exitPrice": 1797.149,
          "stopDistance": 4.591,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 40
        },
        {
          "entryTs": 1640156400,
          "entryUtc": "2021-12-22T07:00:00.000Z",
          "exitTs": 1640188620,
          "dir": 1,
          "entryPrice": 1787.608,
          "exitPrice": 1795.308,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 537
        },
        {
          "entryTs": 1640594280,
          "entryUtc": "2021-12-27T08:38:00.000Z",
          "exitTs": 1640673300,
          "dir": 1,
          "entryPrice": 1806.514,
          "exitPrice": 1813.898,
          "stopDistance": 3.692,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 1317
        },
        {
          "entryTs": 1640674800,
          "entryUtc": "2021-12-28T07:00:00.000Z",
          "exitTs": 1640698080,
          "dir": -1,
          "entryPrice": 1814.894,
          "exitPrice": 1818.603,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 388
        },
        {
          "entryTs": 1640764800,
          "entryUtc": "2021-12-29T08:00:00.000Z",
          "exitTs": 1640773260,
          "dir": 1,
          "entryPrice": 1803.918,
          "exitPrice": 1800.257,
          "stopDistance": 3.661,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 141
        },
        {
          "entryTs": 1640847600,
          "entryUtc": "2021-12-30T07:00:00.000Z",
          "exitTs": 1640874720,
          "dir": 1,
          "entryPrice": 1798.168,
          "exitPrice": 1806.423,
          "stopDistance": 4.128,
          "outcome": "target",
          "netR": 1.9104,
          "holdMinutes": 452
        },
        {
          "entryTs": 1640934000,
          "entryUtc": "2021-12-31T07:00:00.000Z",
          "exitTs": 1640956380,
          "dir": -1,
          "entryPrice": 1818.864,
          "exitPrice": 1822.896,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 373
        },
        {
          "entryTs": 1641193260,
          "entryUtc": "2022-01-03T07:01:00.000Z",
          "exitTs": 1641214920,
          "dir": 1,
          "entryPrice": 1824.068,
          "exitPrice": 1819.677,
          "stopDistance": 4.391,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 361
        },
        {
          "entryTs": 1641282060,
          "entryUtc": "2022-01-04T07:41:00.000Z",
          "exitTs": 1641308400,
          "dir": -1,
          "entryPrice": 1806.994,
          "exitPrice": 1811.816,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 439
        },
        {
          "entryTs": 1641369060,
          "entryUtc": "2022-01-05T07:51:00.000Z",
          "exitTs": 1641389100,
          "dir": 1,
          "entryPrice": 1812.608,
          "exitPrice": 1821.598,
          "stopDistance": 4.495,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 334
        },
        {
          "entryTs": 1641452400,
          "entryUtc": "2022-01-06T07:00:00.000Z",
          "exitTs": 1641459180,
          "dir": 1,
          "entryPrice": 1801.908,
          "exitPrice": 1796.252,
          "stopDistance": 5.656,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 113
        },
        {
          "entryTs": 1641538800,
          "entryUtc": "2022-01-07T07:00:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1789.628,
          "exitPrice": 1784.441,
          "stopDistance": 5.188,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 396
        },
        {
          "entryTs": 1641798660,
          "entryUtc": "2022-01-10T07:11:00.000Z",
          "exitTs": 1641813960,
          "dir": 1,
          "entryPrice": 1791.585,
          "exitPrice": 1801.873,
          "stopDistance": 5.144,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 255
        },
        {
          "entryTs": 1641884400,
          "entryUtc": "2022-01-11T07:00:00.000Z",
          "exitTs": 1641917460,
          "dir": -1,
          "entryPrice": 1808.088,
          "exitPrice": 1812.972,
          "stopDistance": 4.884,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 551
        },
        {
          "entryTs": 1641972600,
          "entryUtc": "2022-01-12T07:30:00.000Z",
          "exitTs": 1642009080,
          "dir": 1,
          "entryPrice": 1817.608,
          "exitPrice": 1826.389,
          "stopDistance": 4.39,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 608
        },
        {
          "entryTs": 1642057800,
          "entryUtc": "2022-01-13T07:10:00.000Z",
          "exitTs": 1642064520,
          "dir": 1,
          "entryPrice": 1823.928,
          "exitPrice": 1820.006,
          "stopDistance": 3.922,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 112
        },
        {
          "entryTs": 1642143660,
          "entryUtc": "2022-01-14T07:01:00.000Z",
          "exitTs": 1642177560,
          "dir": -1,
          "entryPrice": 1827.158,
          "exitPrice": 1818.661,
          "stopDistance": 4.249,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 565
        },
        {
          "entryTs": 1642403460,
          "entryUtc": "2022-01-17T07:11:00.000Z",
          "exitTs": 1642498200,
          "dir": -1,
          "entryPrice": 1820.158,
          "exitPrice": 1811.407,
          "stopDistance": 4.375,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 1579
        },
        {
          "entryTs": 1642575660,
          "entryUtc": "2022-01-19T07:01:00.000Z",
          "exitTs": 1642589040,
          "dir": -1,
          "entryPrice": 1814.398,
          "exitPrice": 1819.203,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 223
        },
        {
          "entryTs": 1642672140,
          "entryUtc": "2022-01-20T09:49:00.000Z",
          "exitTs": 1642691340,
          "dir": 1,
          "entryPrice": 1837.838,
          "exitPrice": 1847.47,
          "stopDistance": 4.816,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 320
        },
        {
          "entryTs": 1642748640,
          "entryUtc": "2022-01-21T07:04:00.000Z",
          "exitTs": 1642753020,
          "dir": -1,
          "entryPrice": 1841.948,
          "exitPrice": 1833.297,
          "stopDistance": 4.326,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 73
        },
        {
          "entryTs": 1643008740,
          "entryUtc": "2022-01-24T07:19:00.000Z",
          "exitTs": 1643015400,
          "dir": -1,
          "entryPrice": 1837.868,
          "exitPrice": 1842.935,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 111
        },
        {
          "entryTs": 1643099820,
          "entryUtc": "2022-01-25T08:37:00.000Z",
          "exitTs": 1643121900,
          "dir": 1,
          "entryPrice": 1839.321,
          "exitPrice": 1848.967,
          "stopDistance": 4.823,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 368
        },
        {
          "entryTs": 1643180400,
          "entryUtc": "2022-01-26T07:00:00.000Z",
          "exitTs": 1643205840,
          "dir": 1,
          "entryPrice": 1846.368,
          "exitPrice": 1841.828,
          "stopDistance": 4.54,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 424
        },
        {
          "entryTs": 1643266800,
          "entryUtc": "2022-01-27T07:00:00.000Z",
          "exitTs": 1643290320,
          "dir": 1,
          "entryPrice": 1810.608,
          "exitPrice": 1804.068,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 392
        },
        {
          "entryTs": 1643356800,
          "entryUtc": "2022-01-28T08:00:00.000Z",
          "exitTs": 1643366220,
          "dir": 1,
          "entryPrice": 1794.925,
          "exitPrice": 1789.482,
          "stopDistance": 5.443,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 157
        },
        {
          "entryTs": 1643617500,
          "entryUtc": "2022-01-31T08:25:00.000Z",
          "exitTs": 1643637180,
          "dir": -1,
          "entryPrice": 1790.145,
          "exitPrice": 1795.576,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 328
        },
        {
          "entryTs": 1643698800,
          "entryUtc": "2022-02-01T07:00:00.000Z",
          "exitTs": 1643706360,
          "dir": -1,
          "entryPrice": 1801.428,
          "exitPrice": 1806.141,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 126
        },
        {
          "entryTs": 1643785200,
          "entryUtc": "2022-02-02T07:00:00.000Z",
          "exitTs": 1643807700,
          "dir": 1,
          "entryPrice": 1797.208,
          "exitPrice": 1805.268,
          "stopDistance": 4.03,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 375
        },
        {
          "entryTs": 1643871600,
          "entryUtc": "2022-02-03T07:00:00.000Z",
          "exitTs": 1643890380,
          "dir": 1,
          "entryPrice": 1805.308,
          "exitPrice": 1801.567,
          "stopDistance": 3.741,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 313
        },
        {
          "entryTs": 1643958240,
          "entryUtc": "2022-02-04T07:04:00.000Z",
          "exitTs": 1643969160,
          "dir": -1,
          "entryPrice": 1807.895,
          "exitPrice": 1812.109,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 182
        },
        {
          "entryTs": 1644303600,
          "entryUtc": "2022-02-08T07:00:00.000Z",
          "exitTs": 1644306120,
          "dir": 1,
          "entryPrice": 1819.368,
          "exitPrice": 1815.467,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 42
        },
        {
          "entryTs": 1644476520,
          "entryUtc": "2022-02-10T07:02:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1834.628,
          "exitPrice": 1828.572,
          "stopDistance": 3.028,
          "outcome": "target",
          "netR": 1.8778,
          "holdMinutes": 388
        },
        {
          "entryTs": 1644562800,
          "entryUtc": "2022-02-11T07:00:00.000Z",
          "exitTs": 1644585240,
          "dir": 1,
          "entryPrice": 1822.814,
          "exitPrice": 1833.059,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 374
        },
        {
          "entryTs": 1644822300,
          "entryUtc": "2022-02-14T07:05:00.000Z",
          "exitTs": 1644849180,
          "dir": 1,
          "entryPrice": 1851.378,
          "exitPrice": 1866.101,
          "stopDistance": 7.361,
          "outcome": "target",
          "netR": 1.9497,
          "holdMinutes": 448
        },
        {
          "entryTs": 1644908460,
          "entryUtc": "2022-02-15T07:01:00.000Z",
          "exitTs": 1644914580,
          "dir": -1,
          "entryPrice": 1878.928,
          "exitPrice": 1866.052,
          "stopDistance": 6.438,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 102
        },
        {
          "entryTs": 1644994800,
          "entryUtc": "2022-02-16T07:00:00.000Z",
          "exitTs": 1645021800,
          "dir": -1,
          "entryPrice": 1855.055,
          "exitPrice": 1860.848,
          "stopDistance": 5.793,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 450
        },
        {
          "entryTs": 1645081260,
          "entryUtc": "2022-02-17T07:01:00.000Z",
          "exitTs": 1645086360,
          "dir": -1,
          "entryPrice": 1876.204,
          "exitPrice": 1882.617,
          "stopDistance": 6.413,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 85
        },
        {
          "entryTs": 1645180200,
          "entryUtc": "2022-02-18T10:30:00.000Z",
          "exitTs": 1645398000,
          "dir": 1,
          "entryPrice": 1888.238,
          "exitPrice": 1900.632,
          "stopDistance": 6.197,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 3630
        },
        {
          "entryTs": 1645426800,
          "entryUtc": "2022-02-21T07:00:00.000Z",
          "exitTs": 1645469520,
          "dir": 1,
          "entryPrice": 1887.828,
          "exitPrice": 1903.602,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 712
        },
        {
          "entryTs": 1645518540,
          "entryUtc": "2022-02-22T08:29:00.000Z",
          "exitTs": 1645520220,
          "dir": 1,
          "entryPrice": 1905.188,
          "exitPrice": 1898.473,
          "stopDistance": 6.715,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 28
        },
        {
          "entryTs": 1645601100,
          "entryUtc": "2022-02-23T07:25:00.000Z",
          "exitTs": 1645608660,
          "dir": 1,
          "entryPrice": 1896.234,
          "exitPrice": 1889.998,
          "stopDistance": 6.236,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 126
        },
        {
          "entryTs": 1645695540,
          "entryUtc": "2022-02-24T09:39:00.000Z",
          "exitTs": 1645697580,
          "dir": -1,
          "entryPrice": 1949.003,
          "exitPrice": 1958.797,
          "stopDistance": 9.794,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 34
        },
        {
          "entryTs": 1645788360,
          "entryUtc": "2022-02-25T11:26:00.000Z",
          "exitTs": 1645796340,
          "dir": 1,
          "entryPrice": 1904.201,
          "exitPrice": 1889.703,
          "stopDistance": 14.498,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 133
        },
        {
          "entryTs": 1646032920,
          "entryUtc": "2022-02-28T07:22:00.000Z",
          "exitTs": 1646068080,
          "dir": 1,
          "entryPrice": 1904.408,
          "exitPrice": 1890.808,
          "stopDistance": 13.6,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 586
        },
        {
          "entryTs": 1646118000,
          "entryUtc": "2022-03-01T07:00:00.000Z",
          "exitTs": 1646127000,
          "dir": -1,
          "entryPrice": 1907.688,
          "exitPrice": 1916.789,
          "stopDistance": 9.101,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 150
        },
        {
          "entryTs": 1646207220,
          "entryUtc": "2022-03-02T07:47:00.000Z",
          "exitTs": 1646216760,
          "dir": -1,
          "entryPrice": 1943.688,
          "exitPrice": 1923.332,
          "stopDistance": 10.178,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 159
        },
        {
          "entryTs": 1646293920,
          "entryUtc": "2022-03-03T07:52:00.000Z",
          "exitTs": 1646338680,
          "dir": -1,
          "entryPrice": 1930.736,
          "exitPrice": 1940.162,
          "stopDistance": 9.426,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 746
        },
        {
          "entryTs": 1646636400,
          "entryUtc": "2022-03-07T07:00:00.000Z",
          "exitTs": 1646659920,
          "dir": 1,
          "entryPrice": 1983.118,
          "exitPrice": 1971.382,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 392
        },
        {
          "entryTs": 1646722800,
          "entryUtc": "2022-03-08T07:00:00.000Z",
          "exitTs": 1646750400,
          "dir": -1,
          "entryPrice": 2016.794,
          "exitPrice": 2031.419,
          "stopDistance": 14.625,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 460
        },
        {
          "entryTs": 1646816580,
          "entryUtc": "2022-03-09T09:03:00.000Z",
          "exitTs": 1646819580,
          "dir": 1,
          "entryPrice": 2034.958,
          "exitPrice": 2015.565,
          "stopDistance": 19.393,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 50
        },
        {
          "entryTs": 1646907060,
          "entryUtc": "2022-03-10T10:11:00.000Z",
          "exitTs": 1646910540,
          "dir": -1,
          "entryPrice": 1989.888,
          "exitPrice": 2006.098,
          "stopDistance": 16.211,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 58
        },
        {
          "entryTs": 1646982000,
          "entryUtc": "2022-03-11T07:00:00.000Z",
          "exitTs": 1646998980,
          "dir": 1,
          "entryPrice": 1985.818,
          "exitPrice": 1973.308,
          "stopDistance": 12.51,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 283
        },
        {
          "entryTs": 1647245160,
          "entryUtc": "2022-03-14T08:06:00.000Z",
          "exitTs": 1647257040,
          "dir": 1,
          "entryPrice": 1969.918,
          "exitPrice": 1957.84,
          "stopDistance": 12.078,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 198
        },
        {
          "entryTs": 1647324000,
          "entryUtc": "2022-03-15T06:00:00.000Z",
          "exitTs": 1647350340,
          "dir": 1,
          "entryPrice": 1925.948,
          "exitPrice": 1915.364,
          "stopDistance": 10.584,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 439
        },
        {
          "entryTs": 1647411660,
          "entryUtc": "2022-03-16T06:21:00.000Z",
          "exitTs": 1647440100,
          "dir": 1,
          "entryPrice": 1915.953,
          "exitPrice": 1906.391,
          "stopDistance": 9.562,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 474
        },
        {
          "entryTs": 1647505440,
          "entryUtc": "2022-03-17T08:24:00.000Z",
          "exitTs": 1647527220,
          "dir": -1,
          "entryPrice": 1938.138,
          "exitPrice": 1947.688,
          "stopDistance": 9.55,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 363
        },
        {
          "entryTs": 1647857880,
          "entryUtc": "2022-03-21T10:18:00.000Z",
          "exitTs": 1647873180,
          "dir": -1,
          "entryPrice": 1928.598,
          "exitPrice": 1936.051,
          "stopDistance": 7.453,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 255
        },
        {
          "entryTs": 1647929640,
          "entryUtc": "2022-03-22T06:14:00.000Z",
          "exitTs": 1647939480,
          "dir": -1,
          "entryPrice": 1937.798,
          "exitPrice": 1923.35,
          "stopDistance": 7.224,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 164
        },
        {
          "entryTs": 1648024860,
          "entryUtc": "2022-03-23T08:41:00.000Z",
          "exitTs": 1648028520,
          "dir": -1,
          "entryPrice": 1924.248,
          "exitPrice": 1930.627,
          "stopDistance": 6.379,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 61
        },
        {
          "entryTs": 1648101600,
          "entryUtc": "2022-03-24T06:00:00.000Z",
          "exitTs": 1648122000,
          "dir": 1,
          "entryPrice": 1937.979,
          "exitPrice": 1951.573,
          "stopDistance": 6.797,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 340
        },
        {
          "entryTs": 1648189020,
          "entryUtc": "2022-03-25T06:17:00.000Z",
          "exitTs": 1648205280,
          "dir": 1,
          "entryPrice": 1957.603,
          "exitPrice": 1950.103,
          "stopDistance": 7.5,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 271
        },
        {
          "entryTs": 1648447200,
          "entryUtc": "2022-03-28T06:00:00.000Z",
          "exitTs": 1648458240,
          "dir": 1,
          "entryPrice": 1934.978,
          "exitPrice": 1926.343,
          "stopDistance": 8.635,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 184
        },
        {
          "entryTs": 1648538280,
          "entryUtc": "2022-03-29T07:18:00.000Z",
          "exitTs": 1648543200,
          "dir": 1,
          "entryPrice": 1921.324,
          "exitPrice": 1913.359,
          "stopDistance": 7.965,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 82
        },
        {
          "entryTs": 1648620180,
          "entryUtc": "2022-03-30T06:03:00.000Z",
          "exitTs": 1648647900,
          "dir": -1,
          "entryPrice": 1925.398,
          "exitPrice": 1933.358,
          "stopDistance": 7.96,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 462
        },
        {
          "entryTs": 1648706400,
          "entryUtc": "2022-03-31T06:00:00.000Z",
          "exitTs": 1648732380,
          "dir": 1,
          "entryPrice": 1923.378,
          "exitPrice": 1937.902,
          "stopDistance": 7.262,
          "outcome": "target",
          "netR": 1.9491,
          "holdMinutes": 433
        },
        {
          "entryTs": 1648793100,
          "entryUtc": "2022-04-01T06:05:00.000Z",
          "exitTs": 1648813140,
          "dir": -1,
          "entryPrice": 1938.518,
          "exitPrice": 1924.532,
          "stopDistance": 6.993,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 334
        },
        {
          "entryTs": 1649052120,
          "entryUtc": "2022-04-04T06:02:00.000Z",
          "exitTs": 1649059260,
          "dir": 1,
          "entryPrice": 1918.148,
          "exitPrice": 1932.169,
          "stopDistance": 7.01,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 119
        },
        {
          "entryTs": 1649141640,
          "entryUtc": "2022-04-05T06:54:00.000Z",
          "exitTs": 1649165460,
          "dir": -1,
          "entryPrice": 1933.448,
          "exitPrice": 1939.391,
          "stopDistance": 5.943,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 397
        },
        {
          "entryTs": 1649229120,
          "entryUtc": "2022-04-06T07:12:00.000Z",
          "exitTs": 1649236320,
          "dir": 1,
          "entryPrice": 1916.543,
          "exitPrice": 1931.437,
          "stopDistance": 7.447,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 120
        },
        {
          "entryTs": 1649316120,
          "entryUtc": "2022-04-07T07:22:00.000Z",
          "exitTs": 1649340240,
          "dir": -1,
          "entryPrice": 1927.224,
          "exitPrice": 1934.327,
          "stopDistance": 7.103,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 402
        },
        {
          "entryTs": 1649400660,
          "entryUtc": "2022-04-08T06:51:00.000Z",
          "exitTs": 1649425260,
          "dir": 1,
          "entryPrice": 1928.508,
          "exitPrice": 1940.769,
          "stopDistance": 6.131,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 410
        },
        {
          "entryTs": 1649664540,
          "entryUtc": "2022-04-11T08:09:00.000Z",
          "exitTs": 1649665260,
          "dir": -1,
          "entryPrice": 1947.668,
          "exitPrice": 1954.283,
          "stopDistance": 6.615,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 12
        },
        {
          "entryTs": 1649746800,
          "entryUtc": "2022-04-12T07:00:00.000Z",
          "exitTs": 1649766780,
          "dir": -1,
          "entryPrice": 1959.112,
          "exitPrice": 1966.18,
          "stopDistance": 7.068,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 333
        },
        {
          "entryTs": 1649836500,
          "entryUtc": "2022-04-13T07:55:00.000Z",
          "exitTs": 1649846280,
          "dir": -1,
          "entryPrice": 1972.132,
          "exitPrice": 1980.071,
          "stopDistance": 7.939,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 163
        },
        {
          "entryTs": 1649916000,
          "entryUtc": "2022-04-14T06:00:00.000Z",
          "exitTs": 1649944380,
          "dir": 1,
          "entryPrice": 1972.272,
          "exitPrice": 1965.752,
          "stopDistance": 6.52,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 473
        },
        {
          "entryTs": 1650263040,
          "entryUtc": "2022-04-18T06:24:00.000Z",
          "exitTs": 1650285300,
          "dir": -1,
          "entryPrice": 1988.438,
          "exitPrice": 1996.496,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 371
        },
        {
          "entryTs": 1650348000,
          "entryUtc": "2022-04-19T06:00:00.000Z",
          "exitTs": 1650372360,
          "dir": 1,
          "entryPrice": 1974.318,
          "exitPrice": 1967.615,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 406
        },
        {
          "entryTs": 1650434400,
          "entryUtc": "2022-04-20T06:00:00.000Z",
          "exitTs": 1650484680,
          "dir": 1,
          "entryPrice": 1942.155,
          "exitPrice": 1957.682,
          "stopDistance": 7.764,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 838
        },
        {
          "entryTs": 1650525180,
          "entryUtc": "2022-04-21T07:13:00.000Z",
          "exitTs": 1650529860,
          "dir": 1,
          "entryPrice": 1950.219,
          "exitPrice": 1944.178,
          "stopDistance": 6.041,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 78
        },
        {
          "entryTs": 1650607200,
          "entryUtc": "2022-04-22T06:00:00.000Z",
          "exitTs": 1650622620,
          "dir": -1,
          "entryPrice": 1953.512,
          "exitPrice": 1939.905,
          "stopDistance": 6.803,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 257
        },
        {
          "entryTs": 1650866400,
          "entryUtc": "2022-04-25T06:00:00.000Z",
          "exitTs": 1650884640,
          "dir": 1,
          "entryPrice": 1915.228,
          "exitPrice": 1906.57,
          "stopDistance": 8.658,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 304
        },
        {
          "entryTs": 1650952800,
          "entryUtc": "2022-04-26T06:00:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1906.641,
          "exitPrice": 1890.758,
          "stopDistance": 7.941,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 1572
        },
        {
          "entryTs": 1651125600,
          "entryUtc": "2022-04-28T06:00:00.000Z",
          "exitTs": 1651135380,
          "dir": 1,
          "entryPrice": 1873.698,
          "exitPrice": 1888.114,
          "stopDistance": 7.208,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 163
        },
        {
          "entryTs": 1651212000,
          "entryUtc": "2022-04-29T06:00:00.000Z",
          "exitTs": 1651218120,
          "dir": -1,
          "entryPrice": 1906.798,
          "exitPrice": 1914.155,
          "stopDistance": 7.357,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 102
        },
        {
          "entryTs": 1651471320,
          "entryUtc": "2022-05-02T06:02:00.000Z",
          "exitTs": 1651491780,
          "dir": 1,
          "entryPrice": 1884.368,
          "exitPrice": 1876.175,
          "stopDistance": 8.193,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 341
        },
        {
          "entryTs": 1651557600,
          "entryUtc": "2022-05-03T06:00:00.000Z",
          "exitTs": 1651567560,
          "dir": 1,
          "entryPrice": 1859.458,
          "exitPrice": 1851.514,
          "stopDistance": 7.944,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 166
        },
        {
          "entryTs": 1651644240,
          "entryUtc": "2022-05-04T06:04:00.000Z",
          "exitTs": 1651687500,
          "dir": 1,
          "entryPrice": 1861.533,
          "exitPrice": 1875.146,
          "stopDistance": 6.806,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 721
        },
        {
          "entryTs": 1651825440,
          "entryUtc": "2022-05-06T08:24:00.000Z",
          "exitTs": 1651840200,
          "dir": -1,
          "entryPrice": 1877.838,
          "exitPrice": 1885.623,
          "stopDistance": 7.785,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 246
        },
        {
          "entryTs": 1652076000,
          "entryUtc": "2022-05-09T06:00:00.000Z",
          "exitTs": 1652086380,
          "dir": 1,
          "entryPrice": 1871.588,
          "exitPrice": 1864.284,
          "stopDistance": 7.304,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 173
        },
        {
          "entryTs": 1652162400,
          "entryUtc": "2022-05-10T06:00:00.000Z",
          "exitTs": 1652193960,
          "dir": -1,
          "entryPrice": 1864.308,
          "exitPrice": 1849.644,
          "stopDistance": 7.332,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 526
        },
        {
          "entryTs": 1652249700,
          "entryUtc": "2022-05-11T06:15:00.000Z",
          "exitTs": 1652253060,
          "dir": -1,
          "entryPrice": 1839.898,
          "exitPrice": 1847.436,
          "stopDistance": 7.538,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 56
        },
        {
          "entryTs": 1652335200,
          "entryUtc": "2022-05-12T06:00:00.000Z",
          "exitTs": 1652355660,
          "dir": 1,
          "entryPrice": 1849.888,
          "exitPrice": 1841.918,
          "stopDistance": 7.97,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 341
        },
        {
          "entryTs": 1652421780,
          "entryUtc": "2022-05-13T06:03:00.000Z",
          "exitTs": 1652444760,
          "dir": -1,
          "entryPrice": 1826.918,
          "exitPrice": 1811.378,
          "stopDistance": 7.77,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 383
        },
        {
          "entryTs": 1652680800,
          "entryUtc": "2022-05-16T06:00:00.000Z",
          "exitTs": 1652686800,
          "dir": 1,
          "entryPrice": 1808.905,
          "exitPrice": 1801.403,
          "stopDistance": 7.502,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 100
        },
        {
          "entryTs": 1652767680,
          "entryUtc": "2022-05-17T06:08:00.000Z",
          "exitTs": 1652819340,
          "dir": -1,
          "entryPrice": 1829.268,
          "exitPrice": 1813.214,
          "stopDistance": 8.027,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 861
        },
        {
          "entryTs": 1652866260,
          "entryUtc": "2022-05-18T09:31:00.000Z",
          "exitTs": 1652888640,
          "dir": -1,
          "entryPrice": 1817.148,
          "exitPrice": 1824.134,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 373
        },
        {
          "entryTs": 1652940000,
          "entryUtc": "2022-05-19T06:00:00.000Z",
          "exitTs": 1652951280,
          "dir": 1,
          "entryPrice": 1813.698,
          "exitPrice": 1825.708,
          "stopDistance": 6.005,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 188
        },
        {
          "entryTs": 1653026400,
          "entryUtc": "2022-05-20T06:00:00.000Z",
          "exitTs": 1653055560,
          "dir": -1,
          "entryPrice": 1845.568,
          "exitPrice": 1832.602,
          "stopDistance": 6.483,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 486
        },
        {
          "entryTs": 1653285600,
          "entryUtc": "2022-05-23T06:00:00.000Z",
          "exitTs": 1653297780,
          "dir": -1,
          "entryPrice": 1856.013,
          "exitPrice": 1863.197,
          "stopDistance": 7.184,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 203
        },
        {
          "entryTs": 1653376200,
          "entryUtc": "2022-05-24T07:10:00.000Z",
          "exitTs": 1653397260,
          "dir": -1,
          "entryPrice": 1855.798,
          "exitPrice": 1861.532,
          "stopDistance": 5.734,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 351
        },
        {
          "entryTs": 1653458520,
          "entryUtc": "2022-05-25T06:02:00.000Z",
          "exitTs": 1653473700,
          "dir": 1,
          "entryPrice": 1859.538,
          "exitPrice": 1853.918,
          "stopDistance": 5.62,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 253
        },
        {
          "entryTs": 1653544800,
          "entryUtc": "2022-05-26T06:00:00.000Z",
          "exitTs": 1653616500,
          "dir": 1,
          "entryPrice": 1843.548,
          "exitPrice": 1855.739,
          "stopDistance": 6.095,
          "outcome": "target",
          "netR": 1.9393,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1653635700,
          "entryUtc": "2022-05-27T07:15:00.000Z",
          "exitTs": 1653887160,
          "dir": -1,
          "entryPrice": 1856.313,
          "exitPrice": 1861.964,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 4191
        },
        {
          "entryTs": 1653890400,
          "entryUtc": "2022-05-30T06:00:00.000Z",
          "exitTs": 1653956400,
          "dir": -1,
          "entryPrice": 1861.958,
          "exitPrice": 1850.839,
          "stopDistance": 5.559,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 1100
        },
        {
          "entryTs": 1653978360,
          "entryUtc": "2022-05-31T06:26:00.000Z",
          "exitTs": 1653998160,
          "dir": -1,
          "entryPrice": 1854.968,
          "exitPrice": 1844.782,
          "stopDistance": 5.093,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 330
        },
        {
          "entryTs": 1654063200,
          "entryUtc": "2022-06-01T06:00:00.000Z",
          "exitTs": 1654088100,
          "dir": 1,
          "entryPrice": 1832.338,
          "exitPrice": 1844.036,
          "stopDistance": 5.849,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 415
        },
        {
          "entryTs": 1654149720,
          "entryUtc": "2022-06-02T06:02:00.000Z",
          "exitTs": 1654162860,
          "dir": -1,
          "entryPrice": 1848.813,
          "exitPrice": 1854.415,
          "stopDistance": 5.602,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 219
        },
        {
          "entryTs": 1654236720,
          "entryUtc": "2022-06-03T06:12:00.000Z",
          "exitTs": 1654259220,
          "dir": 1,
          "entryPrice": 1867.688,
          "exitPrice": 1862.775,
          "stopDistance": 4.913,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 375
        },
        {
          "entryTs": 1654584420,
          "entryUtc": "2022-06-07T06:47:00.000Z",
          "exitTs": 1654591320,
          "dir": -1,
          "entryPrice": 1842.368,
          "exitPrice": 1847.34,
          "stopDistance": 4.972,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 115
        },
        {
          "entryTs": 1654672980,
          "entryUtc": "2022-06-08T07:23:00.000Z",
          "exitTs": 1654698960,
          "dir": 1,
          "entryPrice": 1846.633,
          "exitPrice": 1856.458,
          "stopDistance": 4.912,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 433
        },
        {
          "entryTs": 1654756020,
          "entryUtc": "2022-06-09T06:27:00.000Z",
          "exitTs": 1654775340,
          "dir": 1,
          "entryPrice": 1850.758,
          "exitPrice": 1845.936,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 322
        },
        {
          "entryTs": 1654841940,
          "entryUtc": "2022-06-10T06:19:00.000Z",
          "exitTs": 1654860000,
          "dir": 1,
          "entryPrice": 1844.538,
          "exitPrice": 1840.083,
          "stopDistance": 4.455,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 301
        },
        {
          "entryTs": 1655105340,
          "entryUtc": "2022-06-13T07:29:00.000Z",
          "exitTs": 1655122740,
          "dir": 1,
          "entryPrice": 1860.033,
          "exitPrice": 1851.387,
          "stopDistance": 8.646,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 290
        },
        {
          "entryTs": 1655186460,
          "entryUtc": "2022-06-14T06:01:00.000Z",
          "exitTs": 1655221620,
          "dir": -1,
          "entryPrice": 1827.908,
          "exitPrice": 1810.881,
          "stopDistance": 8.514,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 586
        },
        {
          "entryTs": 1655272920,
          "entryUtc": "2022-06-15T06:02:00.000Z",
          "exitTs": 1655289480,
          "dir": -1,
          "entryPrice": 1819.248,
          "exitPrice": 1826.382,
          "stopDistance": 7.134,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 276
        },
        {
          "entryTs": 1655361720,
          "entryUtc": "2022-06-16T06:42:00.000Z",
          "exitTs": 1655374380,
          "dir": 1,
          "entryPrice": 1829.603,
          "exitPrice": 1821.296,
          "stopDistance": 8.307,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 211
        },
        {
          "entryTs": 1655457060,
          "entryUtc": "2022-06-17T09:11:00.000Z",
          "exitTs": 1655492400,
          "dir": -1,
          "entryPrice": 1851.918,
          "exitPrice": 1836.249,
          "stopDistance": 7.835,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 589
        },
        {
          "entryTs": 1655791200,
          "entryUtc": "2022-06-21T06:00:00.000Z",
          "exitTs": 1655839680,
          "dir": 1,
          "entryPrice": 1835.12,
          "exitPrice": 1830.018,
          "stopDistance": 5.102,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 808
        },
        {
          "entryTs": 1655877600,
          "entryUtc": "2022-06-22T06:00:00.000Z",
          "exitTs": 1655896140,
          "dir": 1,
          "entryPrice": 1824.718,
          "exitPrice": 1836.187,
          "stopDistance": 5.734,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 309
        },
        {
          "entryTs": 1655973960,
          "entryUtc": "2022-06-23T08:46:00.000Z",
          "exitTs": 1655982420,
          "dir": 1,
          "entryPrice": 1832.268,
          "exitPrice": 1826.425,
          "stopDistance": 5.843,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 141
        },
        {
          "entryTs": 1656053580,
          "entryUtc": "2022-06-24T06:53:00.000Z",
          "exitTs": 1656280800,
          "dir": 1,
          "entryPrice": 1821.514,
          "exitPrice": 1833.458,
          "stopDistance": 5.972,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 3787
        },
        {
          "entryTs": 1656311640,
          "entryUtc": "2022-06-27T06:34:00.000Z",
          "exitTs": 1656342060,
          "dir": -1,
          "entryPrice": 1836.763,
          "exitPrice": 1823.637,
          "stopDistance": 6.563,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 507
        },
        {
          "entryTs": 1656396420,
          "entryUtc": "2022-06-28T06:07:00.000Z",
          "exitTs": 1656484380,
          "dir": -1,
          "entryPrice": 1826.308,
          "exitPrice": 1816.769,
          "stopDistance": 4.77,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 1466
        },
        {
          "entryTs": 1656568800,
          "entryUtc": "2022-06-30T06:00:00.000Z",
          "exitTs": 1656585780,
          "dir": 1,
          "entryPrice": 1815.263,
          "exitPrice": 1810.325,
          "stopDistance": 4.938,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 283
        },
        {
          "entryTs": 1656655200,
          "entryUtc": "2022-07-01T06:00:00.000Z",
          "exitTs": 1656672000,
          "dir": 1,
          "entryPrice": 1797.208,
          "exitPrice": 1790.156,
          "stopDistance": 7.052,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 280
        },
        {
          "entryTs": 1656927840,
          "entryUtc": "2022-07-04T09:44:00.000Z",
          "exitTs": 1657019820,
          "dir": 1,
          "entryPrice": 1805.378,
          "exitPrice": 1798.566,
          "stopDistance": 6.812,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 1533
        },
        {
          "entryTs": 1657087200,
          "entryUtc": "2022-07-06T06:00:00.000Z",
          "exitTs": 1657115400,
          "dir": 1,
          "entryPrice": 1763.188,
          "exitPrice": 1756.376,
          "stopDistance": 6.812,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 470
        },
        {
          "entryTs": 1657265220,
          "entryUtc": "2022-07-08T07:27:00.000Z",
          "exitTs": 1657266360,
          "dir": 1,
          "entryPrice": 1738.818,
          "exitPrice": 1733.32,
          "stopDistance": 5.498,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 19
        },
        {
          "entryTs": 1657524540,
          "entryUtc": "2022-07-11T07:29:00.000Z",
          "exitTs": 1657568640,
          "dir": 1,
          "entryPrice": 1738.358,
          "exitPrice": 1732.619,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 735
        },
        {
          "entryTs": 1657693380,
          "entryUtc": "2022-07-13T06:23:00.000Z",
          "exitTs": 1657715580,
          "dir": 1,
          "entryPrice": 1722.668,
          "exitPrice": 1717.026,
          "stopDistance": 5.642,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 370
        },
        {
          "entryTs": 1657779120,
          "entryUtc": "2022-07-14T06:12:00.000Z",
          "exitTs": 1657782240,
          "dir": 1,
          "entryPrice": 1725.344,
          "exitPrice": 1717.357,
          "stopDistance": 7.987,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 52
        },
        {
          "entryTs": 1657864860,
          "entryUtc": "2022-07-15T06:01:00.000Z",
          "exitTs": 1657867560,
          "dir": 1,
          "entryPrice": 1708.308,
          "exitPrice": 1700.997,
          "stopDistance": 7.311,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 45
        },
        {
          "entryTs": 1658128860,
          "entryUtc": "2022-07-18T07:21:00.000Z",
          "exitTs": 1658335440,
          "dir": -1,
          "entryPrice": 1717.588,
          "exitPrice": 1704.694,
          "stopDistance": 6.447,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 3443
        },
        {
          "entryTs": 1658384820,
          "entryUtc": "2022-07-21T06:27:00.000Z",
          "exitTs": 1658394000,
          "dir": 1,
          "entryPrice": 1689.808,
          "exitPrice": 1684.635,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 153
        },
        {
          "entryTs": 1658471340,
          "entryUtc": "2022-07-22T06:29:00.000Z",
          "exitTs": 1658483460,
          "dir": -1,
          "entryPrice": 1719.138,
          "exitPrice": 1725.428,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 202
        },
        {
          "entryTs": 1658734560,
          "entryUtc": "2022-07-25T07:36:00.000Z",
          "exitTs": 1658743020,
          "dir": -1,
          "entryPrice": 1728.764,
          "exitPrice": 1735.187,
          "stopDistance": 6.422,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 141
        },
        {
          "entryTs": 1658830620,
          "entryUtc": "2022-07-26T10:17:00.000Z",
          "exitTs": 1658930160,
          "dir": 1,
          "entryPrice": 1718.148,
          "exitPrice": 1712.275,
          "stopDistance": 5.873,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 1659
        },
        {
          "entryTs": 1658990220,
          "entryUtc": "2022-07-28T06:37:00.000Z",
          "exitTs": 1658996160,
          "dir": -1,
          "entryPrice": 1741.524,
          "exitPrice": 1747.959,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 99
        },
        {
          "entryTs": 1659074520,
          "entryUtc": "2022-07-29T06:02:00.000Z",
          "exitTs": 1659346920,
          "dir": -1,
          "entryPrice": 1763.818,
          "exitPrice": 1770.389,
          "stopDistance": 6.571,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 4540
        },
        {
          "entryTs": 1659425700,
          "entryUtc": "2022-08-02T07:35:00.000Z",
          "exitTs": 1659442980,
          "dir": 1,
          "entryPrice": 1770.718,
          "exitPrice": 1783.272,
          "stopDistance": 6.277,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 288
        },
        {
          "entryTs": 1659506400,
          "entryUtc": "2022-08-03T06:00:00.000Z",
          "exitTs": 1659603720,
          "dir": -1,
          "entryPrice": 1769.408,
          "exitPrice": 1777.049,
          "stopDistance": 7.641,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 1622
        },
        {
          "entryTs": 1659680460,
          "entryUtc": "2022-08-05T06:21:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1788.654,
          "exitPrice": 1783.054,
          "stopDistance": 5.6,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 369
        },
        {
          "entryTs": 1659942000,
          "entryUtc": "2022-08-08T07:00:00.000Z",
          "exitTs": 1659956700,
          "dir": -1,
          "entryPrice": 1775.344,
          "exitPrice": 1780.94,
          "stopDistance": 5.596,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 245
        },
        {
          "entryTs": 1660032360,
          "entryUtc": "2022-08-09T08:06:00.000Z",
          "exitTs": 1660050300,
          "dir": -1,
          "entryPrice": 1790.564,
          "exitPrice": 1795.631,
          "stopDistance": 5.067,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 299
        },
        {
          "entryTs": 1660111200,
          "entryUtc": "2022-08-10T06:00:00.000Z",
          "exitTs": 1660134600,
          "dir": 1,
          "entryPrice": 1788.238,
          "exitPrice": 1797.391,
          "stopDistance": 4.577,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 390
        },
        {
          "entryTs": 1660199820,
          "entryUtc": "2022-08-11T06:37:00.000Z",
          "exitTs": 1660219260,
          "dir": 1,
          "entryPrice": 1784.344,
          "exitPrice": 1795.797,
          "stopDistance": 5.726,
          "outcome": "target",
          "netR": 1.9354,
          "holdMinutes": 324
        },
        {
          "entryTs": 1660284000,
          "entryUtc": "2022-08-12T06:00:00.000Z",
          "exitTs": 1660311600,
          "dir": -1,
          "entryPrice": 1791.328,
          "exitPrice": 1796.548,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 460
        },
        {
          "entryTs": 1660543200,
          "entryUtc": "2022-08-15T06:00:00.000Z",
          "exitTs": 1660549680,
          "dir": 1,
          "entryPrice": 1792.188,
          "exitPrice": 1786.893,
          "stopDistance": 5.295,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 108
        },
        {
          "entryTs": 1660636740,
          "entryUtc": "2022-08-16T07:59:00.000Z",
          "exitTs": 1660653120,
          "dir": 1,
          "entryPrice": 1776.668,
          "exitPrice": 1771.829,
          "stopDistance": 4.839,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 273
        },
        {
          "entryTs": 1660716000,
          "entryUtc": "2022-08-17T06:00:00.000Z",
          "exitTs": 1660723200,
          "dir": -1,
          "entryPrice": 1781.555,
          "exitPrice": 1772.91,
          "stopDistance": 4.322,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 120
        },
        {
          "entryTs": 1660804500,
          "entryUtc": "2022-08-18T06:35:00.000Z",
          "exitTs": 1660822680,
          "dir": 1,
          "entryPrice": 1761.678,
          "exitPrice": 1772.158,
          "stopDistance": 5.24,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 303
        },
        {
          "entryTs": 1660893300,
          "entryUtc": "2022-08-19T07:15:00.000Z",
          "exitTs": 1660919580,
          "dir": 1,
          "entryPrice": 1753.354,
          "exitPrice": 1748.275,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 438
        },
        {
          "entryTs": 1661148000,
          "entryUtc": "2022-08-22T06:00:00.000Z",
          "exitTs": 1661152620,
          "dir": 1,
          "entryPrice": 1743.468,
          "exitPrice": 1738.961,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 77
        },
        {
          "entryTs": 1661242560,
          "entryUtc": "2022-08-23T08:16:00.000Z",
          "exitTs": 1661262360,
          "dir": -1,
          "entryPrice": 1740.424,
          "exitPrice": 1745.292,
          "stopDistance": 4.868,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 330
        },
        {
          "entryTs": 1661327820,
          "entryUtc": "2022-08-24T07:57:00.000Z",
          "exitTs": 1661331300,
          "dir": -1,
          "entryPrice": 1747.578,
          "exitPrice": 1752.374,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 58
        },
        {
          "entryTs": 1661407260,
          "entryUtc": "2022-08-25T06:01:00.000Z",
          "exitTs": 1661411520,
          "dir": -1,
          "entryPrice": 1757.614,
          "exitPrice": 1762.444,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 71
        },
        {
          "entryTs": 1661494140,
          "entryUtc": "2022-08-26T06:09:00.000Z",
          "exitTs": 1661508300,
          "dir": -1,
          "entryPrice": 1757.348,
          "exitPrice": 1748.206,
          "stopDistance": 4.571,
          "outcome": "target",
          "netR": 1.9191,
          "holdMinutes": 236
        },
        {
          "entryTs": 1661752800,
          "entryUtc": "2022-08-29T06:00:00.000Z",
          "exitTs": 1661777580,
          "dir": 1,
          "entryPrice": 1723.248,
          "exitPrice": 1736.441,
          "stopDistance": 6.596,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 413
        },
        {
          "entryTs": 1661840220,
          "entryUtc": "2022-08-30T06:17:00.000Z",
          "exitTs": 1661863860,
          "dir": 1,
          "entryPrice": 1733.701,
          "exitPrice": 1728.378,
          "stopDistance": 5.323,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 394
        },
        {
          "entryTs": 1661925600,
          "entryUtc": "2022-08-31T06:00:00.000Z",
          "exitTs": 1661934180,
          "dir": -1,
          "entryPrice": 1724.428,
          "exitPrice": 1715.213,
          "stopDistance": 4.607,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 143
        },
        {
          "entryTs": 1662020280,
          "entryUtc": "2022-09-01T08:18:00.000Z",
          "exitTs": 1662036060,
          "dir": 1,
          "entryPrice": 1702.174,
          "exitPrice": 1696.403,
          "stopDistance": 5.771,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 263
        },
        {
          "entryTs": 1662098400,
          "entryUtc": "2022-09-02T06:00:00.000Z",
          "exitTs": 1662111360,
          "dir": -1,
          "entryPrice": 1701.538,
          "exitPrice": 1707.039,
          "stopDistance": 5.501,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 216
        },
        {
          "entryTs": 1662357600,
          "entryUtc": "2022-09-05T06:00:00.000Z",
          "exitTs": 1662424380,
          "dir": -1,
          "entryPrice": 1713.194,
          "exitPrice": 1718.705,
          "stopDistance": 5.511,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 1113
        },
        {
          "entryTs": 1662454920,
          "entryUtc": "2022-09-06T09:02:00.000Z",
          "exitTs": 1662469560,
          "dir": 1,
          "entryPrice": 1712.318,
          "exitPrice": 1706.295,
          "stopDistance": 6.023,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 244
        },
        {
          "entryTs": 1662537780,
          "entryUtc": "2022-09-07T08:03:00.000Z",
          "exitTs": 1662561000,
          "dir": -1,
          "entryPrice": 1703.738,
          "exitPrice": 1710.278,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 387
        },
        {
          "entryTs": 1662617700,
          "entryUtc": "2022-09-08T06:15:00.000Z",
          "exitTs": 1662634560,
          "dir": -1,
          "entryPrice": 1719.188,
          "exitPrice": 1724.706,
          "stopDistance": 5.518,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 281
        },
        {
          "entryTs": 1662704160,
          "entryUtc": "2022-09-09T06:16:00.000Z",
          "exitTs": 1662707460,
          "dir": -1,
          "entryPrice": 1720.498,
          "exitPrice": 1726.052,
          "stopDistance": 5.554,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 55
        },
        {
          "entryTs": 1662962580,
          "entryUtc": "2022-09-12T06:03:00.000Z",
          "exitTs": 1662966720,
          "dir": 1,
          "entryPrice": 1712.134,
          "exitPrice": 1723.057,
          "stopDistance": 5.462,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 69
        },
        {
          "entryTs": 1663061580,
          "entryUtc": "2022-09-13T09:33:00.000Z",
          "exitTs": 1663072200,
          "dir": -1,
          "entryPrice": 1727.464,
          "exitPrice": 1716.583,
          "stopDistance": 5.44,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 177
        },
        {
          "entryTs": 1663221600,
          "entryUtc": "2022-09-15T06:00:00.000Z",
          "exitTs": 1663245000,
          "dir": 1,
          "entryPrice": 1688.824,
          "exitPrice": 1682.055,
          "stopDistance": 6.769,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 390
        },
        {
          "entryTs": 1663567200,
          "entryUtc": "2022-09-19T06:00:00.000Z",
          "exitTs": 1663572360,
          "dir": 1,
          "entryPrice": 1667.518,
          "exitPrice": 1660.056,
          "stopDistance": 7.462,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 86
        },
        {
          "entryTs": 1663653600,
          "entryUtc": "2022-09-20T06:00:00.000Z",
          "exitTs": 1663680180,
          "dir": 1,
          "entryPrice": 1670.678,
          "exitPrice": 1665.067,
          "stopDistance": 5.61,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 443
        },
        {
          "entryTs": 1663740240,
          "entryUtc": "2022-09-21T06:04:00.000Z",
          "exitTs": 1663741260,
          "dir": -1,
          "entryPrice": 1667.371,
          "exitPrice": 1672.199,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 17
        },
        {
          "entryTs": 1663830240,
          "entryUtc": "2022-09-22T07:04:00.000Z",
          "exitTs": 1663834740,
          "dir": 1,
          "entryPrice": 1656.585,
          "exitPrice": 1673.412,
          "stopDistance": 8.413,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 75
        },
        {
          "entryTs": 1663916460,
          "entryUtc": "2022-09-23T07:01:00.000Z",
          "exitTs": 1663923360,
          "dir": 1,
          "entryPrice": 1668.458,
          "exitPrice": 1661.573,
          "stopDistance": 6.885,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 115
        },
        {
          "entryTs": 1664176980,
          "entryUtc": "2022-09-26T07:23:00.000Z",
          "exitTs": 1664212320,
          "dir": -1,
          "entryPrice": 1645.768,
          "exitPrice": 1626.303,
          "stopDistance": 9.732,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 589
        },
        {
          "entryTs": 1664258400,
          "entryUtc": "2022-09-27T06:00:00.000Z",
          "exitTs": 1664345880,
          "dir": -1,
          "entryPrice": 1635.898,
          "exitPrice": 1620.353,
          "stopDistance": 7.772,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 1458
        },
        {
          "entryTs": 1664431200,
          "entryUtc": "2022-09-29T06:00:00.000Z",
          "exitTs": 1664464320,
          "dir": 1,
          "entryPrice": 1643.855,
          "exitPrice": 1659.835,
          "stopDistance": 7.99,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 552
        },
        {
          "entryTs": 1664517600,
          "entryUtc": "2022-09-30T06:00:00.000Z",
          "exitTs": 1664548380,
          "dir": -1,
          "entryPrice": 1667.508,
          "exitPrice": 1674.392,
          "stopDistance": 6.884,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 513
        },
        {
          "entryTs": 1664778480,
          "entryUtc": "2022-10-03T06:28:00.000Z",
          "exitTs": 1664806020,
          "dir": 1,
          "entryPrice": 1663.365,
          "exitPrice": 1676.289,
          "stopDistance": 6.462,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 459
        },
        {
          "entryTs": 1664863200,
          "entryUtc": "2022-10-04T06:00:00.000Z",
          "exitTs": 1664878980,
          "dir": -1,
          "entryPrice": 1703.094,
          "exitPrice": 1710.861,
          "stopDistance": 7.767,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 263
        },
        {
          "entryTs": 1664949960,
          "entryUtc": "2022-10-05T06:06:00.000Z",
          "exitTs": 1664958120,
          "dir": 1,
          "entryPrice": 1717.718,
          "exitPrice": 1710.868,
          "stopDistance": 6.85,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 136
        },
        {
          "entryTs": 1665038880,
          "entryUtc": "2022-10-06T06:48:00.000Z",
          "exitTs": 1665064320,
          "dir": -1,
          "entryPrice": 1724.164,
          "exitPrice": 1710.242,
          "stopDistance": 6.961,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 424
        },
        {
          "entryTs": 1665122760,
          "entryUtc": "2022-10-07T06:06:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1713.358,
          "exitPrice": 1701.561,
          "stopDistance": 5.898,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 384
        },
        {
          "entryTs": 1665381600,
          "entryUtc": "2022-10-10T06:00:00.000Z",
          "exitTs": 1665394500,
          "dir": 1,
          "entryPrice": 1685.814,
          "exitPrice": 1678.653,
          "stopDistance": 7.161,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 215
        },
        {
          "entryTs": 1665483240,
          "entryUtc": "2022-10-11T10:14:00.000Z",
          "exitTs": 1665502200,
          "dir": 1,
          "entryPrice": 1661.308,
          "exitPrice": 1674.96,
          "stopDistance": 6.826,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 316
        },
        {
          "entryTs": 1665554400,
          "entryUtc": "2022-10-12T06:00:00.000Z",
          "exitTs": 1665598260,
          "dir": -1,
          "entryPrice": 1669.555,
          "exitPrice": 1676.731,
          "stopDistance": 7.176,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 731
        },
        {
          "entryTs": 1665641760,
          "entryUtc": "2022-10-13T06:16:00.000Z",
          "exitTs": 1665661020,
          "dir": 1,
          "entryPrice": 1668.895,
          "exitPrice": 1679.141,
          "stopDistance": 5.123,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 321
        },
        {
          "entryTs": 1665727440,
          "entryUtc": "2022-10-14T06:04:00.000Z",
          "exitTs": 1665739920,
          "dir": -1,
          "entryPrice": 1670.118,
          "exitPrice": 1653.64,
          "stopDistance": 8.239,
          "outcome": "target",
          "netR": 1.9551,
          "holdMinutes": 208
        },
        {
          "entryTs": 1665986400,
          "entryUtc": "2022-10-17T06:00:00.000Z",
          "exitTs": 1666009200,
          "dir": -1,
          "entryPrice": 1653.678,
          "exitPrice": 1660.894,
          "stopDistance": 7.216,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 380
        },
        {
          "entryTs": 1666072800,
          "entryUtc": "2022-10-18T06:00:00.000Z",
          "exitTs": 1666160700,
          "dir": -1,
          "entryPrice": 1656.458,
          "exitPrice": 1643.175,
          "stopDistance": 6.641,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 1465
        },
        {
          "entryTs": 1666245600,
          "entryUtc": "2022-10-20T06:00:00.000Z",
          "exitTs": 1666262520,
          "dir": -1,
          "entryPrice": 1632.097,
          "exitPrice": 1638.049,
          "stopDistance": 5.952,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 282
        },
        {
          "entryTs": 1666332000,
          "entryUtc": "2022-10-21T06:00:00.000Z",
          "exitTs": 1666357080,
          "dir": 1,
          "entryPrice": 1620.508,
          "exitPrice": 1632.615,
          "stopDistance": 6.053,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 418
        },
        {
          "entryTs": 1666595880,
          "entryUtc": "2022-10-24T07:18:00.000Z",
          "exitTs": 1666688160,
          "dir": 1,
          "entryPrice": 1651.728,
          "exitPrice": 1643.269,
          "stopDistance": 8.459,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1538
        },
        {
          "entryTs": 1666764000,
          "entryUtc": "2022-10-26T06:00:00.000Z",
          "exitTs": 1666767480,
          "dir": -1,
          "entryPrice": 1658.548,
          "exitPrice": 1664.787,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 58
        },
        {
          "entryTs": 1666853040,
          "entryUtc": "2022-10-27T06:44:00.000Z",
          "exitTs": 1666873200,
          "dir": 1,
          "entryPrice": 1662.107,
          "exitPrice": 1656.13,
          "stopDistance": 5.977,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 336
        },
        {
          "entryTs": 1666936800,
          "entryUtc": "2022-10-28T06:00:00.000Z",
          "exitTs": 1666941060,
          "dir": 1,
          "entryPrice": 1659.697,
          "exitPrice": 1653.588,
          "stopDistance": 6.109,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 71
        },
        {
          "entryTs": 1667197140,
          "entryUtc": "2022-10-31T06:19:00.000Z",
          "exitTs": 1667222760,
          "dir": 1,
          "entryPrice": 1640.498,
          "exitPrice": 1634.604,
          "stopDistance": 5.894,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 427
        },
        {
          "entryTs": 1667282400,
          "entryUtc": "2022-11-01T06:00:00.000Z",
          "exitTs": 1667285940,
          "dir": -1,
          "entryPrice": 1641.677,
          "exitPrice": 1647.088,
          "stopDistance": 5.411,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 59
        },
        {
          "entryTs": 1667375400,
          "entryUtc": "2022-11-02T07:50:00.000Z",
          "exitTs": 1667391840,
          "dir": -1,
          "entryPrice": 1653.208,
          "exitPrice": 1658.668,
          "stopDistance": 5.46,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 274
        },
        {
          "entryTs": 1667459280,
          "entryUtc": "2022-11-03T07:08:00.000Z",
          "exitTs": 1667464080,
          "dir": 1,
          "entryPrice": 1631.708,
          "exitPrice": 1625.127,
          "stopDistance": 6.581,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 80
        },
        {
          "entryTs": 1667541600,
          "entryUtc": "2022-11-04T06:00:00.000Z",
          "exitTs": 1667565360,
          "dir": -1,
          "entryPrice": 1647.027,
          "exitPrice": 1653.568,
          "stopDistance": 6.541,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 396
        },
        {
          "entryTs": 1667804460,
          "entryUtc": "2022-11-07T07:01:00.000Z",
          "exitTs": 1667920080,
          "dir": 1,
          "entryPrice": 1670.228,
          "exitPrice": 1684.521,
          "stopDistance": 7.147,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 1927
        },
        {
          "entryTs": 1667977860,
          "entryUtc": "2022-11-09T07:11:00.000Z",
          "exitTs": 1668006540,
          "dir": -1,
          "entryPrice": 1712.338,
          "exitPrice": 1718.785,
          "stopDistance": 6.447,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 478
        },
        {
          "entryTs": 1668067680,
          "entryUtc": "2022-11-10T08:08:00.000Z",
          "exitTs": 1668087000,
          "dir": -1,
          "entryPrice": 1709.957,
          "exitPrice": 1715.987,
          "stopDistance": 6.03,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 322
        },
        {
          "entryTs": 1668150000,
          "entryUtc": "2022-11-11T07:00:00.000Z",
          "exitTs": 1668160920,
          "dir": -1,
          "entryPrice": 1757.878,
          "exitPrice": 1766.464,
          "stopDistance": 8.586,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 182
        },
        {
          "entryTs": 1668416940,
          "entryUtc": "2022-11-14T09:09:00.000Z",
          "exitTs": 1668438840,
          "dir": 1,
          "entryPrice": 1759.198,
          "exitPrice": 1774.437,
          "stopDistance": 7.62,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 365
        },
        {
          "entryTs": 1668496620,
          "entryUtc": "2022-11-15T07:17:00.000Z",
          "exitTs": 1668497460,
          "dir": -1,
          "entryPrice": 1772.198,
          "exitPrice": 1777.979,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 14
        },
        {
          "entryTs": 1668590340,
          "entryUtc": "2022-11-16T09:19:00.000Z",
          "exitTs": 1668654240,
          "dir": -1,
          "entryPrice": 1781.318,
          "exitPrice": 1766.225,
          "stopDistance": 7.546,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 1065
        },
        {
          "entryTs": 1668682260,
          "entryUtc": "2022-11-17T10:51:00.000Z",
          "exitTs": 1668693600,
          "dir": 1,
          "entryPrice": 1761.827,
          "exitPrice": 1755.507,
          "stopDistance": 6.32,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 189
        },
        {
          "entryTs": 1668755520,
          "entryUtc": "2022-11-18T07:12:00.000Z",
          "exitTs": 1668781740,
          "dir": -1,
          "entryPrice": 1765.588,
          "exitPrice": 1755.095,
          "stopDistance": 5.247,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 437
        },
        {
          "entryTs": 1669016460,
          "entryUtc": "2022-11-21T07:41:00.000Z",
          "exitTs": 1669023840,
          "dir": 1,
          "entryPrice": 1743.657,
          "exitPrice": 1738.059,
          "stopDistance": 5.598,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 123
        },
        {
          "entryTs": 1669105560,
          "entryUtc": "2022-11-22T08:26:00.000Z",
          "exitTs": 1669176180,
          "dir": -1,
          "entryPrice": 1745.548,
          "exitPrice": 1734.735,
          "stopDistance": 5.406,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 1177
        },
        {
          "entryTs": 1669189020,
          "entryUtc": "2022-11-23T07:37:00.000Z",
          "exitTs": 1669210200,
          "dir": -1,
          "entryPrice": 1742.738,
          "exitPrice": 1732.843,
          "stopDistance": 4.948,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 353
        },
        {
          "entryTs": 1669273500,
          "entryUtc": "2022-11-24T07:05:00.000Z",
          "exitTs": 1669626180,
          "dir": -1,
          "entryPrice": 1756.618,
          "exitPrice": 1762.206,
          "stopDistance": 5.588,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 5878
        },
        {
          "entryTs": 1669706400,
          "entryUtc": "2022-11-29T07:20:00.000Z",
          "exitTs": 1669798860,
          "dir": -1,
          "entryPrice": 1754.018,
          "exitPrice": 1759.812,
          "stopDistance": 5.794,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 1541
        },
        {
          "entryTs": 1669878000,
          "entryUtc": "2022-12-01T07:00:00.000Z",
          "exitTs": 1669901400,
          "dir": -1,
          "entryPrice": 1782.558,
          "exitPrice": 1789.78,
          "stopDistance": 7.222,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 390
        },
        {
          "entryTs": 1669967220,
          "entryUtc": "2022-12-02T07:47:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1802.398,
          "exitPrice": 1790.293,
          "stopDistance": 6.052,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 343
        },
        {
          "entryTs": 1670224260,
          "entryUtc": "2022-12-05T07:11:00.000Z",
          "exitTs": 1670248140,
          "dir": 1,
          "entryPrice": 1798.477,
          "exitPrice": 1791.926,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 398
        },
        {
          "entryTs": 1670310060,
          "entryUtc": "2022-12-06T07:01:00.000Z",
          "exitTs": 1670423640,
          "dir": 1,
          "entryPrice": 1768.178,
          "exitPrice": 1781.305,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1893
        },
        {
          "entryTs": 1670585340,
          "entryUtc": "2022-12-09T11:29:00.000Z",
          "exitTs": 1670592000,
          "dir": -1,
          "entryPrice": 1797.388,
          "exitPrice": 1802.44,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 111
        },
        {
          "entryTs": 1670845020,
          "entryUtc": "2022-12-12T11:37:00.000Z",
          "exitTs": 1670859540,
          "dir": -1,
          "entryPrice": 1794.868,
          "exitPrice": 1783.683,
          "stopDistance": 5.593,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 242
        },
        {
          "entryTs": 1670914860,
          "entryUtc": "2022-12-13T07:01:00.000Z",
          "exitTs": 1670938140,
          "dir": -1,
          "entryPrice": 1785.975,
          "exitPrice": 1790.852,
          "stopDistance": 4.877,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 388
        },
        {
          "entryTs": 1671003120,
          "entryUtc": "2022-12-14T07:32:00.000Z",
          "exitTs": 1671044400,
          "dir": 1,
          "entryPrice": 1808.058,
          "exitPrice": 1801.635,
          "stopDistance": 6.423,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 688
        },
        {
          "entryTs": 1671090480,
          "entryUtc": "2022-12-15T07:48:00.000Z",
          "exitTs": 1671092040,
          "dir": 1,
          "entryPrice": 1789.505,
          "exitPrice": 1782.834,
          "stopDistance": 6.671,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 26
        },
        {
          "entryTs": 1671174120,
          "entryUtc": "2022-12-16T07:02:00.000Z",
          "exitTs": 1671202560,
          "dir": -1,
          "entryPrice": 1784.055,
          "exitPrice": 1790.324,
          "stopDistance": 6.269,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 474
        },
        {
          "entryTs": 1671433560,
          "entryUtc": "2022-12-19T07:06:00.000Z",
          "exitTs": 1671465600,
          "dir": 1,
          "entryPrice": 1790.835,
          "exitPrice": 1785.244,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 534
        },
        {
          "entryTs": 1671523320,
          "entryUtc": "2022-12-20T08:02:00.000Z",
          "exitTs": 1671525840,
          "dir": -1,
          "entryPrice": 1796.065,
          "exitPrice": 1801.81,
          "stopDistance": 5.745,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 42
        },
        {
          "entryTs": 1671606060,
          "entryUtc": "2022-12-21T07:01:00.000Z",
          "exitTs": 1671717240,
          "dir": 1,
          "entryPrice": 1813.315,
          "exitPrice": 1807.691,
          "stopDistance": 5.624,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 1853
        },
        {
          "entryTs": 1671778800,
          "entryUtc": "2022-12-23T07:00:00.000Z",
          "exitTs": 1671809880,
          "dir": -1,
          "entryPrice": 1795.475,
          "exitPrice": 1800.864,
          "stopDistance": 5.389,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 518
        },
        {
          "entryTs": 1672124400,
          "entryUtc": "2022-12-27T07:00:00.000Z",
          "exitTs": 1672153440,
          "dir": -1,
          "entryPrice": 1806.727,
          "exitPrice": 1811.677,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 484
        },
        {
          "entryTs": 1672210800,
          "entryUtc": "2022-12-28T07:00:00.000Z",
          "exitTs": 1672216980,
          "dir": 1,
          "entryPrice": 1809.505,
          "exitPrice": 1803.602,
          "stopDistance": 5.903,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 103
        },
        {
          "entryTs": 1672299000,
          "entryUtc": "2022-12-29T07:30:00.000Z",
          "exitTs": 1672324800,
          "dir": 1,
          "entryPrice": 1804.985,
          "exitPrice": 1815.23,
          "stopDistance": 5.122,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 430
        },
        {
          "entryTs": 1672383600,
          "entryUtc": "2022-12-30T07:00:00.000Z",
          "exitTs": 1672409280,
          "dir": -1,
          "entryPrice": 1819.985,
          "exitPrice": 1824.56,
          "stopDistance": 4.575,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 428
        },
        {
          "entryTs": 1672730160,
          "entryUtc": "2023-01-03T07:16:00.000Z",
          "exitTs": 1672731600,
          "dir": -1,
          "entryPrice": 1843.055,
          "exitPrice": 1849.788,
          "stopDistance": 6.733,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 24
        },
        {
          "entryTs": 1672815600,
          "entryUtc": "2023-01-04T07:00:00.000Z",
          "exitTs": 1672817520,
          "dir": -1,
          "entryPrice": 1847.815,
          "exitPrice": 1854.434,
          "stopDistance": 6.619,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 32
        },
        {
          "entryTs": 1672905000,
          "entryUtc": "2023-01-05T07:50:00.000Z",
          "exitTs": 1672924500,
          "dir": 1,
          "entryPrice": 1850.097,
          "exitPrice": 1842.957,
          "stopDistance": 7.14,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 325
        },
        {
          "entryTs": 1673248140,
          "entryUtc": "2023-01-09T07:09:00.000Z",
          "exitTs": 1673429460,
          "dir": -1,
          "entryPrice": 1879.365,
          "exitPrice": 1886.524,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 3022
        },
        {
          "entryTs": 1673516520,
          "entryUtc": "2023-01-12T09:42:00.000Z",
          "exitTs": 1673526060,
          "dir": -1,
          "entryPrice": 1884.795,
          "exitPrice": 1889.928,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 159
        },
        {
          "entryTs": 1673593200,
          "entryUtc": "2023-01-13T07:00:00.000Z",
          "exitTs": 1673621400,
          "dir": 1,
          "entryPrice": 1895.715,
          "exitPrice": 1910.073,
          "stopDistance": 7.179,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 470
        },
        {
          "entryTs": 1673852400,
          "entryUtc": "2023-01-16T07:00:00.000Z",
          "exitTs": 1673938380,
          "dir": 1,
          "entryPrice": 1915.705,
          "exitPrice": 1907.44,
          "stopDistance": 8.265,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 1433
        },
        {
          "entryTs": 1673938800,
          "entryUtc": "2023-01-17T07:00:00.000Z",
          "exitTs": 1674009660,
          "dir": 1,
          "entryPrice": 1907.145,
          "exitPrice": 1900.708,
          "stopDistance": 6.437,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 1181
        },
        {
          "entryTs": 1674029040,
          "entryUtc": "2023-01-18T08:04:00.000Z",
          "exitTs": 1674046260,
          "dir": -1,
          "entryPrice": 1910.235,
          "exitPrice": 1917.198,
          "stopDistance": 6.963,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 287
        },
        {
          "entryTs": 1674114480,
          "entryUtc": "2023-01-19T07:48:00.000Z",
          "exitTs": 1674138000,
          "dir": -1,
          "entryPrice": 1910.865,
          "exitPrice": 1917.539,
          "stopDistance": 6.674,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 392
        },
        {
          "entryTs": 1674202140,
          "entryUtc": "2023-01-20T08:09:00.000Z",
          "exitTs": 1674225120,
          "dir": -1,
          "entryPrice": 1934.708,
          "exitPrice": 1921.185,
          "stopDistance": 6.761,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 383
        },
        {
          "entryTs": 1674457200,
          "entryUtc": "2023-01-23T07:00:00.000Z",
          "exitTs": 1674482820,
          "dir": 1,
          "entryPrice": 1922.547,
          "exitPrice": 1916.239,
          "stopDistance": 6.308,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 427
        },
        {
          "entryTs": 1674543600,
          "entryUtc": "2023-01-24T07:00:00.000Z",
          "exitTs": 1674571500,
          "dir": -1,
          "entryPrice": 1939.595,
          "exitPrice": 1926.679,
          "stopDistance": 6.458,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 465
        },
        {
          "entryTs": 1674632820,
          "entryUtc": "2023-01-25T07:47:00.000Z",
          "exitTs": 1674655080,
          "dir": 1,
          "entryPrice": 1927.575,
          "exitPrice": 1920.599,
          "stopDistance": 6.976,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 371
        },
        {
          "entryTs": 1674717060,
          "entryUtc": "2023-01-26T07:11:00.000Z",
          "exitTs": 1674725040,
          "dir": 1,
          "entryPrice": 1942.415,
          "exitPrice": 1935.821,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 133
        },
        {
          "entryTs": 1675064700,
          "entryUtc": "2023-01-30T07:45:00.000Z",
          "exitTs": 1675143480,
          "dir": 1,
          "entryPrice": 1924.227,
          "exitPrice": 1917.406,
          "stopDistance": 6.821,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 1313
        },
        {
          "entryTs": 1675148400,
          "entryUtc": "2023-01-31T07:00:00.000Z",
          "exitTs": 1675152840,
          "dir": 1,
          "entryPrice": 1915.348,
          "exitPrice": 1909.379,
          "stopDistance": 5.969,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 74
        },
        {
          "entryTs": 1675235100,
          "entryUtc": "2023-02-01T07:05:00.000Z",
          "exitTs": 1675280400,
          "dir": -1,
          "entryPrice": 1928.665,
          "exitPrice": 1934.149,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 755
        },
        {
          "entryTs": 1675321680,
          "entryUtc": "2023-02-02T07:08:00.000Z",
          "exitTs": 1675348500,
          "dir": -1,
          "entryPrice": 1957.138,
          "exitPrice": 1941.926,
          "stopDistance": 7.606,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 447
        },
        {
          "entryTs": 1675409400,
          "entryUtc": "2023-02-03T07:30:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1913.677,
          "exitPrice": 1906.335,
          "stopDistance": 7.342,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 360
        },
        {
          "entryTs": 1675670640,
          "entryUtc": "2023-02-06T08:04:00.000Z",
          "exitTs": 1675950720,
          "dir": -1,
          "entryPrice": 1878.505,
          "exitPrice": 1886.976,
          "stopDistance": 8.471,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 4668
        },
        {
          "entryTs": 1676015160,
          "entryUtc": "2023-02-10T07:46:00.000Z",
          "exitTs": 1676375160,
          "dir": -1,
          "entryPrice": 1865.395,
          "exitPrice": 1856.085,
          "stopDistance": 7.96,
          "outcome": "time",
          "netR": 1.1231,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1676444400,
          "entryUtc": "2023-02-15T07:00:00.000Z",
          "exitTs": 1676446560,
          "dir": 1,
          "entryPrice": 1843.455,
          "exitPrice": 1835.386,
          "stopDistance": 8.069,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 36
        },
        {
          "entryTs": 1676534820,
          "entryUtc": "2023-02-16T08:07:00.000Z",
          "exitTs": 1676555280,
          "dir": -1,
          "entryPrice": 1842.505,
          "exitPrice": 1829.231,
          "stopDistance": 6.637,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 341
        },
        {
          "entryTs": 1676617200,
          "entryUtc": "2023-02-17T07:00:00.000Z",
          "exitTs": 1676647980,
          "dir": 1,
          "entryPrice": 1823.715,
          "exitPrice": 1837.871,
          "stopDistance": 7.078,
          "outcome": "target",
          "netR": 1.9477,
          "holdMinutes": 513
        },
        {
          "entryTs": 1676877120,
          "entryUtc": "2023-02-20T07:12:00.000Z",
          "exitTs": 1676966520,
          "dir": -1,
          "entryPrice": 1844.708,
          "exitPrice": 1833.1,
          "stopDistance": 5.804,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 1490
        },
        {
          "entryTs": 1677052200,
          "entryUtc": "2023-02-22T07:50:00.000Z",
          "exitTs": 1677069000,
          "dir": -1,
          "entryPrice": 1838.335,
          "exitPrice": 1843.17,
          "stopDistance": 4.835,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 280
        },
        {
          "entryTs": 1677135600,
          "entryUtc": "2023-02-23T07:00:00.000Z",
          "exitTs": 1677159120,
          "dir": -1,
          "entryPrice": 1831.948,
          "exitPrice": 1820.015,
          "stopDistance": 5.966,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 392
        },
        {
          "entryTs": 1677223500,
          "entryUtc": "2023-02-24T07:25:00.000Z",
          "exitTs": 1677238860,
          "dir": 1,
          "entryPrice": 1822.915,
          "exitPrice": 1817.879,
          "stopDistance": 5.036,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 256
        },
        {
          "entryTs": 1677567900,
          "entryUtc": "2023-02-28T07:05:00.000Z",
          "exitTs": 1677571320,
          "dir": 1,
          "entryPrice": 1813.715,
          "exitPrice": 1809.075,
          "stopDistance": 4.64,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 57
        },
        {
          "entryTs": 1677654000,
          "entryUtc": "2023-03-01T07:00:00.000Z",
          "exitTs": 1677675480,
          "dir": -1,
          "entryPrice": 1834.608,
          "exitPrice": 1840.055,
          "stopDistance": 5.447,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 358
        },
        {
          "entryTs": 1677741360,
          "entryUtc": "2023-03-02T07:16:00.000Z",
          "exitTs": 1677824220,
          "dir": 1,
          "entryPrice": 1830.945,
          "exitPrice": 1841.577,
          "stopDistance": 5.316,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 1381
        },
        {
          "entryTs": 1677826800,
          "entryUtc": "2023-03-03T07:00:00.000Z",
          "exitTs": 1677842160,
          "dir": -1,
          "entryPrice": 1843.164,
          "exitPrice": 1848.167,
          "stopDistance": 5.003,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 256
        },
        {
          "entryTs": 1678087380,
          "entryUtc": "2023-03-06T07:23:00.000Z",
          "exitTs": 1678128360,
          "dir": -1,
          "entryPrice": 1856.375,
          "exitPrice": 1846.604,
          "stopDistance": 4.886,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 683
        },
        {
          "entryTs": 1678173900,
          "entryUtc": "2023-03-07T07:25:00.000Z",
          "exitTs": 1678189200,
          "dir": -1,
          "entryPrice": 1850.395,
          "exitPrice": 1841.882,
          "stopDistance": 4.256,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 255
        },
        {
          "entryTs": 1678259280,
          "entryUtc": "2023-03-08T07:08:00.000Z",
          "exitTs": 1678286880,
          "dir": -1,
          "entryPrice": 1814.045,
          "exitPrice": 1818.978,
          "stopDistance": 4.933,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 460
        },
        {
          "entryTs": 1678350900,
          "entryUtc": "2023-03-09T08:35:00.000Z",
          "exitTs": 1678368720,
          "dir": -1,
          "entryPrice": 1816.345,
          "exitPrice": 1820.705,
          "stopDistance": 4.36,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 297
        },
        {
          "entryTs": 1678435200,
          "entryUtc": "2023-03-10T08:00:00.000Z",
          "exitTs": 1678455000,
          "dir": -1,
          "entryPrice": 1834.765,
          "exitPrice": 1840.118,
          "stopDistance": 5.353,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 330
        },
        {
          "entryTs": 1678691040,
          "entryUtc": "2023-03-13T07:04:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1872.058,
          "exitPrice": 1895.082,
          "stopDistance": 11.512,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 325
        },
        {
          "entryTs": 1678783080,
          "entryUtc": "2023-03-14T08:38:00.000Z",
          "exitTs": 1678867380,
          "dir": 1,
          "entryPrice": 1902.505,
          "exitPrice": 1892.924,
          "stopDistance": 9.581,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 1405
        },
        {
          "entryTs": 1678965000,
          "entryUtc": "2023-03-16T11:10:00.000Z",
          "exitTs": 1679052000,
          "dir": -1,
          "entryPrice": 1924.285,
          "exitPrice": 1934.296,
          "stopDistance": 10.011,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 1450
        },
        {
          "entryTs": 1679292000,
          "entryUtc": "2023-03-20T06:00:00.000Z",
          "exitTs": 1679296920,
          "dir": -1,
          "entryPrice": 1987.925,
          "exitPrice": 1999.702,
          "stopDistance": 11.777,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 82
        },
        {
          "entryTs": 1679380260,
          "entryUtc": "2023-03-21T06:31:00.000Z",
          "exitTs": 1679385960,
          "dir": 1,
          "entryPrice": 1975.275,
          "exitPrice": 1965.582,
          "stopDistance": 9.693,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 95
        },
        {
          "entryTs": 1679469240,
          "entryUtc": "2023-03-22T07:14:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1938.075,
          "exitPrice": 1953.702,
          "stopDistance": 7.814,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 646
        },
        {
          "entryTs": 1679551380,
          "entryUtc": "2023-03-23T06:03:00.000Z",
          "exitTs": 1679588040,
          "dir": -1,
          "entryPrice": 1977.545,
          "exitPrice": 1988.014,
          "stopDistance": 10.469,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 611
        },
        {
          "entryTs": 1679638560,
          "entryUtc": "2023-03-24T06:16:00.000Z",
          "exitTs": 1679678880,
          "dir": 1,
          "entryPrice": 1989.614,
          "exitPrice": 1980.533,
          "stopDistance": 9.081,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 672
        },
        {
          "entryTs": 1679896800,
          "entryUtc": "2023-03-27T06:00:00.000Z",
          "exitTs": 1679909460,
          "dir": 1,
          "entryPrice": 1969.985,
          "exitPrice": 1961.051,
          "stopDistance": 8.934,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 211
        },
        {
          "entryTs": 1679983800,
          "entryUtc": "2023-03-28T06:10:00.000Z",
          "exitTs": 1679993820,
          "dir": 1,
          "entryPrice": 1956.924,
          "exitPrice": 1949.776,
          "stopDistance": 7.148,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 167
        },
        {
          "entryTs": 1680069600,
          "entryUtc": "2023-03-29T06:00:00.000Z",
          "exitTs": 1680140520,
          "dir": 1,
          "entryPrice": 1962.884,
          "exitPrice": 1956.564,
          "stopDistance": 6.32,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 1182
        },
        {
          "entryTs": 1680156000,
          "entryUtc": "2023-03-30T06:00:00.000Z",
          "exitTs": 1680159720,
          "dir": -1,
          "entryPrice": 1964.435,
          "exitPrice": 1970.647,
          "stopDistance": 6.212,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 62
        },
        {
          "entryTs": 1680245700,
          "entryUtc": "2023-03-31T06:55:00.000Z",
          "exitTs": 1680283140,
          "dir": -1,
          "entryPrice": 1983.545,
          "exitPrice": 1972.958,
          "stopDistance": 5.294,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 624
        },
        {
          "entryTs": 1680509700,
          "entryUtc": "2023-04-03T08:15:00.000Z",
          "exitTs": 1680519720,
          "dir": -1,
          "entryPrice": 1964.435,
          "exitPrice": 1972.867,
          "stopDistance": 8.432,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 167
        },
        {
          "entryTs": 1680589920,
          "entryUtc": "2023-04-04T06:32:00.000Z",
          "exitTs": 1680615720,
          "dir": 1,
          "entryPrice": 1977.698,
          "exitPrice": 1991.112,
          "stopDistance": 6.707,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 430
        },
        {
          "entryTs": 1680675720,
          "entryUtc": "2023-04-05T06:22:00.000Z",
          "exitTs": 1680698040,
          "dir": -1,
          "entryPrice": 2025.235,
          "exitPrice": 2031.723,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 372
        },
        {
          "entryTs": 1681192800,
          "entryUtc": "2023-04-11T06:00:00.000Z",
          "exitTs": 1681201440,
          "dir": -1,
          "entryPrice": 1998.935,
          "exitPrice": 2004.944,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 144
        },
        {
          "entryTs": 1681367100,
          "entryUtc": "2023-04-13T06:25:00.000Z",
          "exitTs": 1681373760,
          "dir": -1,
          "entryPrice": 2019.705,
          "exitPrice": 2026.578,
          "stopDistance": 6.873,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 111
        },
        {
          "entryTs": 1681457160,
          "entryUtc": "2023-04-14T07:26:00.000Z",
          "exitTs": 1681475520,
          "dir": 1,
          "entryPrice": 2038.545,
          "exitPrice": 2031.636,
          "stopDistance": 6.909,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 306
        },
        {
          "entryTs": 1681711200,
          "entryUtc": "2023-04-17T06:00:00.000Z",
          "exitTs": 1681739220,
          "dir": -1,
          "entryPrice": 2011.174,
          "exitPrice": 1993.801,
          "stopDistance": 8.686,
          "outcome": "target",
          "netR": 1.9574,
          "holdMinutes": 467
        },
        {
          "entryTs": 1681802940,
          "entryUtc": "2023-04-18T07:29:00.000Z",
          "exitTs": 1681826940,
          "dir": -1,
          "entryPrice": 2001.675,
          "exitPrice": 2008.4,
          "stopDistance": 6.725,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 400
        },
        {
          "entryTs": 1681884000,
          "entryUtc": "2023-04-19T06:00:00.000Z",
          "exitTs": 1681884840,
          "dir": 1,
          "entryPrice": 2000.265,
          "exitPrice": 1994.352,
          "stopDistance": 5.913,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 14
        },
        {
          "entryTs": 1681973040,
          "entryUtc": "2023-04-20T06:44:00.000Z",
          "exitTs": 1681993800,
          "dir": -1,
          "entryPrice": 1998.645,
          "exitPrice": 2005.471,
          "stopDistance": 6.826,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 346
        },
        {
          "entryTs": 1682056800,
          "entryUtc": "2023-04-21T06:00:00.000Z",
          "exitTs": 1682058600,
          "dir": 1,
          "entryPrice": 1994.805,
          "exitPrice": 1988.207,
          "stopDistance": 6.598,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 30
        },
        {
          "entryTs": 1682318880,
          "entryUtc": "2023-04-24T06:48:00.000Z",
          "exitTs": 1682376420,
          "dir": 1,
          "entryPrice": 1978.325,
          "exitPrice": 1993.241,
          "stopDistance": 7.458,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 959
        },
        {
          "entryTs": 1682408520,
          "entryUtc": "2023-04-25T07:42:00.000Z",
          "exitTs": 1682418000,
          "dir": 1,
          "entryPrice": 1991.565,
          "exitPrice": 1984.837,
          "stopDistance": 6.728,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 158
        },
        {
          "entryTs": 1682509380,
          "entryUtc": "2023-04-26T11:43:00.000Z",
          "exitTs": 1682515500,
          "dir": 1,
          "entryPrice": 1992.995,
          "exitPrice": 2006.459,
          "stopDistance": 6.732,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 102
        },
        {
          "entryTs": 1682576820,
          "entryUtc": "2023-04-27T06:27:00.000Z",
          "exitTs": 1682598960,
          "dir": -1,
          "entryPrice": 2000.745,
          "exitPrice": 1986.497,
          "stopDistance": 7.124,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 369
        },
        {
          "entryTs": 1682661600,
          "entryUtc": "2023-04-28T06:00:00.000Z",
          "exitTs": 1682685060,
          "dir": 1,
          "entryPrice": 1984.625,
          "exitPrice": 1977.621,
          "stopDistance": 7.004,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 391
        },
        {
          "entryTs": 1682920800,
          "entryUtc": "2023-05-01T06:00:00.000Z",
          "exitTs": 1682943720,
          "dir": 1,
          "entryPrice": 1980.515,
          "exitPrice": 1992.932,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 382
        },
        {
          "entryTs": 1683008700,
          "entryUtc": "2023-05-02T06:25:00.000Z",
          "exitTs": 1683036000,
          "dir": -1,
          "entryPrice": 1985.165,
          "exitPrice": 1990.868,
          "stopDistance": 5.703,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 455
        },
        {
          "entryTs": 1683099000,
          "entryUtc": "2023-05-03T07:30:00.000Z",
          "exitTs": 1683116100,
          "dir": 1,
          "entryPrice": 2014.115,
          "exitPrice": 2008.168,
          "stopDistance": 5.947,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 285
        },
        {
          "entryTs": 1683181260,
          "entryUtc": "2023-05-04T06:21:00.000Z",
          "exitTs": 1683289800,
          "dir": 1,
          "entryPrice": 2038.345,
          "exitPrice": 2026.296,
          "stopDistance": 12.049,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 1809
        },
        {
          "entryTs": 1683538380,
          "entryUtc": "2023-05-08T09:33:00.000Z",
          "exitTs": 1683629820,
          "dir": -1,
          "entryPrice": 2023.924,
          "exitPrice": 2030.933,
          "stopDistance": 7.009,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 1524
        },
        {
          "entryTs": 1683698400,
          "entryUtc": "2023-05-10T06:00:00.000Z",
          "exitTs": 1683721800,
          "dir": 1,
          "entryPrice": 2028.944,
          "exitPrice": 2038.889,
          "stopDistance": 4.973,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 390
        },
        {
          "entryTs": 1683784980,
          "entryUtc": "2023-05-11T06:03:00.000Z",
          "exitTs": 1683788880,
          "dir": 1,
          "entryPrice": 2030.704,
          "exitPrice": 2024.324,
          "stopDistance": 6.38,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 65
        },
        {
          "entryTs": 1683871200,
          "entryUtc": "2023-05-12T06:00:00.000Z",
          "exitTs": 1683884580,
          "dir": 1,
          "entryPrice": 2008.654,
          "exitPrice": 2001.743,
          "stopDistance": 6.911,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 223
        },
        {
          "entryTs": 1684134120,
          "entryUtc": "2023-05-15T07:02:00.000Z",
          "exitTs": 1684218240,
          "dir": -1,
          "entryPrice": 2018.744,
          "exitPrice": 2005.786,
          "stopDistance": 6.479,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 1402
        },
        {
          "entryTs": 1684303200,
          "entryUtc": "2023-05-17T06:00:00.000Z",
          "exitTs": 1684326180,
          "dir": 1,
          "entryPrice": 1987.844,
          "exitPrice": 1982.368,
          "stopDistance": 5.476,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 383
        },
        {
          "entryTs": 1684389600,
          "entryUtc": "2023-05-18T06:00:00.000Z",
          "exitTs": 1684397700,
          "dir": 1,
          "entryPrice": 1978.134,
          "exitPrice": 1972.991,
          "stopDistance": 5.143,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 135
        },
        {
          "entryTs": 1684476420,
          "entryUtc": "2023-05-19T06:07:00.000Z",
          "exitTs": 1684509300,
          "dir": -1,
          "entryPrice": 1963.585,
          "exitPrice": 1969.323,
          "stopDistance": 5.738,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 548
        },
        {
          "entryTs": 1684735200,
          "entryUtc": "2023-05-22T06:00:00.000Z",
          "exitTs": 1684803780,
          "dir": 1,
          "entryPrice": 1972.945,
          "exitPrice": 1966.189,
          "stopDistance": 6.756,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 1143
        },
        {
          "entryTs": 1684821900,
          "entryUtc": "2023-05-23T06:05:00.000Z",
          "exitTs": 1684850280,
          "dir": 1,
          "entryPrice": 1960.165,
          "exitPrice": 1972.705,
          "stopDistance": 6.27,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 473
        },
        {
          "entryTs": 1684908000,
          "entryUtc": "2023-05-24T06:00:00.000Z",
          "exitTs": 1684930860,
          "dir": -1,
          "entryPrice": 1979.314,
          "exitPrice": 1985.181,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 381
        },
        {
          "entryTs": 1684994640,
          "entryUtc": "2023-05-25T06:04:00.000Z",
          "exitTs": 1685018100,
          "dir": 1,
          "entryPrice": 1954.905,
          "exitPrice": 1948.475,
          "stopDistance": 6.43,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 391
        },
        {
          "entryTs": 1685081460,
          "entryUtc": "2023-05-26T06:11:00.000Z",
          "exitTs": 1685086800,
          "dir": -1,
          "entryPrice": 1948.775,
          "exitPrice": 1955.351,
          "stopDistance": 6.576,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 89
        },
        {
          "entryTs": 1685340000,
          "entryUtc": "2023-05-29T06:00:00.000Z",
          "exitTs": 1685424000,
          "dir": -1,
          "entryPrice": 1946.855,
          "exitPrice": 1936.005,
          "stopDistance": 5.425,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1685426400,
          "entryUtc": "2023-05-30T06:00:00.000Z",
          "exitTs": 1685433600,
          "dir": 1,
          "entryPrice": 1933.275,
          "exitPrice": 1942.8,
          "stopDistance": 4.762,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 120
        },
        {
          "entryTs": 1685512800,
          "entryUtc": "2023-05-31T06:00:00.000Z",
          "exitTs": 1685540760,
          "dir": -1,
          "entryPrice": 1964.318,
          "exitPrice": 1970.133,
          "stopDistance": 5.815,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 466
        },
        {
          "entryTs": 1685599320,
          "entryUtc": "2023-06-01T06:02:00.000Z",
          "exitTs": 1685604840,
          "dir": 1,
          "entryPrice": 1961.985,
          "exitPrice": 1956.093,
          "stopDistance": 5.892,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 92
        },
        {
          "entryTs": 1685944800,
          "entryUtc": "2023-06-05T06:00:00.000Z",
          "exitTs": 1685973660,
          "dir": 1,
          "entryPrice": 1943.915,
          "exitPrice": 1955.837,
          "stopDistance": 5.961,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 481
        },
        {
          "entryTs": 1686031200,
          "entryUtc": "2023-06-06T06:00:00.000Z",
          "exitTs": 1686146040,
          "dir": 1,
          "entryPrice": 1957.755,
          "exitPrice": 1968.936,
          "stopDistance": 5.591,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 1914
        },
        {
          "entryTs": 1686206880,
          "entryUtc": "2023-06-08T06:48:00.000Z",
          "exitTs": 1686227460,
          "dir": -1,
          "entryPrice": 1947.005,
          "exitPrice": 1952.609,
          "stopDistance": 5.604,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 343
        },
        {
          "entryTs": 1686297360,
          "entryUtc": "2023-06-09T07:56:00.000Z",
          "exitTs": 1686313860,
          "dir": 1,
          "entryPrice": 1963.038,
          "exitPrice": 1972.551,
          "stopDistance": 4.756,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 275
        },
        {
          "entryTs": 1686551100,
          "entryUtc": "2023-06-12T06:25:00.000Z",
          "exitTs": 1686561120,
          "dir": -1,
          "entryPrice": 1960.505,
          "exitPrice": 1965.486,
          "stopDistance": 4.981,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 167
        },
        {
          "entryTs": 1686637260,
          "entryUtc": "2023-06-13T06:21:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1962.025,
          "exitPrice": 1967.16,
          "stopDistance": 5.135,
          "outcome": "ambiguous",
          "netR": -1.0818,
          "holdMinutes": 369
        },
        {
          "entryTs": 1686727860,
          "entryUtc": "2023-06-14T07:31:00.000Z",
          "exitTs": 1686746460,
          "dir": -1,
          "entryPrice": 1949.255,
          "exitPrice": 1954.931,
          "stopDistance": 5.676,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 310
        },
        {
          "entryTs": 1686811800,
          "entryUtc": "2023-06-15T06:50:00.000Z",
          "exitTs": 1686836760,
          "dir": 1,
          "entryPrice": 1932.305,
          "exitPrice": 1947.477,
          "stopDistance": 7.586,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 416
        },
        {
          "entryTs": 1686896520,
          "entryUtc": "2023-06-16T06:22:00.000Z",
          "exitTs": 1687171860,
          "dir": -1,
          "entryPrice": 1961.935,
          "exitPrice": 1949.333,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 4589
        },
        {
          "entryTs": 1687243260,
          "entryUtc": "2023-06-20T06:41:00.000Z",
          "exitTs": 1687266060,
          "dir": -1,
          "entryPrice": 1952.895,
          "exitPrice": 1943.852,
          "stopDistance": 4.521,
          "outcome": "target",
          "netR": 1.9182,
          "holdMinutes": 380
        },
        {
          "entryTs": 1687327200,
          "entryUtc": "2023-06-21T06:00:00.000Z",
          "exitTs": 1687350000,
          "dir": 1,
          "entryPrice": 1935.335,
          "exitPrice": 1930.544,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 380
        },
        {
          "entryTs": 1687413600,
          "entryUtc": "2023-06-22T06:00:00.000Z",
          "exitTs": 1687423380,
          "dir": 1,
          "entryPrice": 1930.425,
          "exitPrice": 1925.406,
          "stopDistance": 5.019,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 163
        },
        {
          "entryTs": 1687500060,
          "entryUtc": "2023-06-23T06:01:00.000Z",
          "exitTs": 1687522740,
          "dir": -1,
          "entryPrice": 1915.955,
          "exitPrice": 1921.403,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 378
        },
        {
          "entryTs": 1687760940,
          "entryUtc": "2023-06-26T06:29:00.000Z",
          "exitTs": 1687874460,
          "dir": 1,
          "entryPrice": 1923.784,
          "exitPrice": 1918.517,
          "stopDistance": 5.267,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 1892
        },
        {
          "entryTs": 1687933320,
          "entryUtc": "2023-06-28T06:22:00.000Z",
          "exitTs": 1687941420,
          "dir": 1,
          "entryPrice": 1913.325,
          "exitPrice": 1908.612,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 135
        },
        {
          "entryTs": 1688020140,
          "entryUtc": "2023-06-29T06:29:00.000Z",
          "exitTs": 1688043120,
          "dir": 1,
          "entryPrice": 1902.648,
          "exitPrice": 1897.799,
          "stopDistance": 4.849,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 383
        },
        {
          "entryTs": 1688104800,
          "entryUtc": "2023-06-30T06:00:00.000Z",
          "exitTs": 1688113800,
          "dir": 1,
          "entryPrice": 1906.938,
          "exitPrice": 1902.126,
          "stopDistance": 4.812,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 150
        },
        {
          "entryTs": 1688365200,
          "entryUtc": "2023-07-03T06:20:00.000Z",
          "exitTs": 1688390160,
          "dir": 1,
          "entryPrice": 1914.488,
          "exitPrice": 1924.455,
          "stopDistance": 4.983,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 416
        },
        {
          "entryTs": 1688450400,
          "entryUtc": "2023-07-04T06:00:00.000Z",
          "exitTs": 1688454000,
          "dir": -1,
          "entryPrice": 1923.525,
          "exitPrice": 1927.52,
          "stopDistance": 3.995,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 60
        },
        {
          "entryTs": 1688537880,
          "entryUtc": "2023-07-05T06:18:00.000Z",
          "exitTs": 1688561040,
          "dir": 1,
          "entryPrice": 1923.115,
          "exitPrice": 1929.526,
          "stopDistance": 3.206,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 386
        },
        {
          "entryTs": 1688623200,
          "entryUtc": "2023-07-06T06:00:00.000Z",
          "exitTs": 1688640660,
          "dir": -1,
          "entryPrice": 1920.025,
          "exitPrice": 1924.377,
          "stopDistance": 4.352,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 291
        },
        {
          "entryTs": 1688709600,
          "entryUtc": "2023-07-07T06:00:00.000Z",
          "exitTs": 1688732940,
          "dir": -1,
          "entryPrice": 1914.195,
          "exitPrice": 1919.097,
          "stopDistance": 4.902,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 389
        },
        {
          "entryTs": 1688968800,
          "entryUtc": "2023-07-10T06:00:00.000Z",
          "exitTs": 1688992980,
          "dir": 1,
          "entryPrice": 1920.098,
          "exitPrice": 1914.822,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 403
        },
        {
          "entryTs": 1689055200,
          "entryUtc": "2023-07-11T06:00:00.000Z",
          "exitTs": 1689057540,
          "dir": -1,
          "entryPrice": 1928.905,
          "exitPrice": 1933.485,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 39
        },
        {
          "entryTs": 1689228000,
          "entryUtc": "2023-07-13T06:00:00.000Z",
          "exitTs": 1689588000,
          "dir": 1,
          "entryPrice": 1955.325,
          "exitPrice": 1958.478,
          "stopDistance": 5.39,
          "outcome": "time",
          "netR": 0.5164,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1689663240,
          "entryUtc": "2023-07-18T06:54:00.000Z",
          "exitTs": 1689678960,
          "dir": -1,
          "entryPrice": 1960.505,
          "exitPrice": 1964.874,
          "stopDistance": 4.369,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 262
        },
        {
          "entryTs": 1689746400,
          "entryUtc": "2023-07-19T06:00:00.000Z",
          "exitTs": 1689816960,
          "dir": -1,
          "entryPrice": 1978.918,
          "exitPrice": 1983.993,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1689919200,
          "entryUtc": "2023-07-21T06:00:00.000Z",
          "exitTs": 1689925860,
          "dir": 1,
          "entryPrice": 1969.188,
          "exitPrice": 1964.596,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 111
        },
        {
          "entryTs": 1690178760,
          "entryUtc": "2023-07-24T06:06:00.000Z",
          "exitTs": 1690198800,
          "dir": 1,
          "entryPrice": 1959.015,
          "exitPrice": 1967.605,
          "stopDistance": 4.295,
          "outcome": "target",
          "netR": 1.9139,
          "holdMinutes": 334
        },
        {
          "entryTs": 1690266180,
          "entryUtc": "2023-07-25T06:23:00.000Z",
          "exitTs": 1690283880,
          "dir": -1,
          "entryPrice": 1963.405,
          "exitPrice": 1954.149,
          "stopDistance": 4.628,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 295
        },
        {
          "entryTs": 1690351740,
          "entryUtc": "2023-07-26T06:09:00.000Z",
          "exitTs": 1690354260,
          "dir": -1,
          "entryPrice": 1965.945,
          "exitPrice": 1970.3,
          "stopDistance": 4.355,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 42
        },
        {
          "entryTs": 1690542900,
          "entryUtc": "2023-07-28T11:15:00.000Z",
          "exitTs": 1690556880,
          "dir": -1,
          "entryPrice": 1954.825,
          "exitPrice": 1961.59,
          "stopDistance": 6.765,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 233
        },
        {
          "entryTs": 1690786500,
          "entryUtc": "2023-07-31T06:55:00.000Z",
          "exitTs": 1690806660,
          "dir": 1,
          "entryPrice": 1953.608,
          "exitPrice": 1963.821,
          "stopDistance": 5.107,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 336
        },
        {
          "entryTs": 1690869600,
          "entryUtc": "2023-08-01T06:00:00.000Z",
          "exitTs": 1690888320,
          "dir": 1,
          "entryPrice": 1958.855,
          "exitPrice": 1954.061,
          "stopDistance": 4.794,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 312
        },
        {
          "entryTs": 1690973460,
          "entryUtc": "2023-08-02T10:51:00.000Z",
          "exitTs": 1690985400,
          "dir": -1,
          "entryPrice": 1952.755,
          "exitPrice": 1942.562,
          "stopDistance": 5.096,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 199
        },
        {
          "entryTs": 1691043660,
          "entryUtc": "2023-08-03T06:21:00.000Z",
          "exitTs": 1691152200,
          "dir": 1,
          "entryPrice": 1933.795,
          "exitPrice": 1928.796,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 1809
        },
        {
          "entryTs": 1691388000,
          "entryUtc": "2023-08-07T06:00:00.000Z",
          "exitTs": 1691416920,
          "dir": 1,
          "entryPrice": 1936.495,
          "exitPrice": 1931.491,
          "stopDistance": 5.004,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 482
        },
        {
          "entryTs": 1691481000,
          "entryUtc": "2023-08-08T07:50:00.000Z",
          "exitTs": 1691496060,
          "dir": 1,
          "entryPrice": 1931.075,
          "exitPrice": 1926.782,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 251
        },
        {
          "entryTs": 1691560800,
          "entryUtc": "2023-08-09T06:00:00.000Z",
          "exitTs": 1691582700,
          "dir": -1,
          "entryPrice": 1931.105,
          "exitPrice": 1922.48,
          "stopDistance": 4.312,
          "outcome": "target",
          "netR": 1.9142,
          "holdMinutes": 365
        },
        {
          "entryTs": 1691650980,
          "entryUtc": "2023-08-10T07:03:00.000Z",
          "exitTs": 1691670540,
          "dir": -1,
          "entryPrice": 1919.095,
          "exitPrice": 1923.366,
          "stopDistance": 4.271,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 326
        },
        {
          "entryTs": 1691733660,
          "entryUtc": "2023-08-11T06:01:00.000Z",
          "exitTs": 1691756760,
          "dir": -1,
          "entryPrice": 1915.885,
          "exitPrice": 1920.615,
          "stopDistance": 4.73,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 385
        },
        {
          "entryTs": 1691998740,
          "entryUtc": "2023-08-14T07:39:00.000Z",
          "exitTs": 1692016020,
          "dir": -1,
          "entryPrice": 1914.285,
          "exitPrice": 1906.106,
          "stopDistance": 4.089,
          "outcome": "target",
          "netR": 1.9095,
          "holdMinutes": 288
        },
        {
          "entryTs": 1692084420,
          "entryUtc": "2023-08-15T07:27:00.000Z",
          "exitTs": 1692102600,
          "dir": 1,
          "entryPrice": 1903.595,
          "exitPrice": 1899.22,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 303
        },
        {
          "entryTs": 1692165600,
          "entryUtc": "2023-08-16T06:00:00.000Z",
          "exitTs": 1692208920,
          "dir": -1,
          "entryPrice": 1905.185,
          "exitPrice": 1896.675,
          "stopDistance": 4.255,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 722
        },
        {
          "entryTs": 1692253200,
          "entryUtc": "2023-08-17T06:20:00.000Z",
          "exitTs": 1692267660,
          "dir": -1,
          "entryPrice": 1894.215,
          "exitPrice": 1898.351,
          "stopDistance": 4.136,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 241
        },
        {
          "entryTs": 1692353640,
          "entryUtc": "2023-08-18T10:14:00.000Z",
          "exitTs": 1692379380,
          "dir": -1,
          "entryPrice": 1895.065,
          "exitPrice": 1887.085,
          "stopDistance": 3.99,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 429
        },
        {
          "entryTs": 1692684720,
          "entryUtc": "2023-08-22T06:12:00.000Z",
          "exitTs": 1692690480,
          "dir": -1,
          "entryPrice": 1897.215,
          "exitPrice": 1901.525,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 96
        },
        {
          "entryTs": 1692770520,
          "entryUtc": "2023-08-23T06:02:00.000Z",
          "exitTs": 1692793800,
          "dir": -1,
          "entryPrice": 1902.955,
          "exitPrice": 1906.856,
          "stopDistance": 3.901,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 388
        },
        {
          "entryTs": 1692856800,
          "entryUtc": "2023-08-24T06:00:00.000Z",
          "exitTs": 1692880380,
          "dir": -1,
          "entryPrice": 1921.535,
          "exitPrice": 1913.405,
          "stopDistance": 4.065,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 393
        },
        {
          "entryTs": 1692946620,
          "entryUtc": "2023-08-25T06:57:00.000Z",
          "exitTs": 1692972180,
          "dir": 1,
          "entryPrice": 1913.045,
          "exitPrice": 1920.199,
          "stopDistance": 3.577,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 426
        },
        {
          "entryTs": 1693203240,
          "entryUtc": "2023-08-28T06:14:00.000Z",
          "exitTs": 1693236720,
          "dir": -1,
          "entryPrice": 1917.385,
          "exitPrice": 1921.595,
          "stopDistance": 4.21,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 558
        },
        {
          "entryTs": 1693306560,
          "entryUtc": "2023-08-29T10:56:00.000Z",
          "exitTs": 1693310220,
          "dir": 1,
          "entryPrice": 1920.528,
          "exitPrice": 1916.814,
          "stopDistance": 3.714,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 61
        },
        {
          "entryTs": 1693375200,
          "entryUtc": "2023-08-30T06:00:00.000Z",
          "exitTs": 1693398600,
          "dir": 1,
          "entryPrice": 1935.218,
          "exitPrice": 1942.385,
          "stopDistance": 3.584,
          "outcome": "target",
          "netR": 1.8967,
          "holdMinutes": 390
        },
        {
          "entryTs": 1693464060,
          "entryUtc": "2023-08-31T06:41:00.000Z",
          "exitTs": 1693489320,
          "dir": 1,
          "entryPrice": 1943.665,
          "exitPrice": 1940.406,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 421
        },
        {
          "entryTs": 1693549440,
          "entryUtc": "2023-09-01T06:24:00.000Z",
          "exitTs": 1693567920,
          "dir": 1,
          "entryPrice": 1938.625,
          "exitPrice": 1945.628,
          "stopDistance": 3.502,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 308
        },
        {
          "entryTs": 1693808340,
          "entryUtc": "2023-09-04T06:19:00.000Z",
          "exitTs": 1693833840,
          "dir": -1,
          "entryPrice": 1946.025,
          "exitPrice": 1938.336,
          "stopDistance": 3.844,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 425
        },
        {
          "entryTs": 1693901040,
          "entryUtc": "2023-09-05T08:04:00.000Z",
          "exitTs": 1693905780,
          "dir": 1,
          "entryPrice": 1934.845,
          "exitPrice": 1931.813,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 79
        },
        {
          "entryTs": 1693980000,
          "entryUtc": "2023-09-06T06:00:00.000Z",
          "exitTs": 1694005260,
          "dir": -1,
          "entryPrice": 1928.115,
          "exitPrice": 1922.152,
          "stopDistance": 2.982,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 421
        },
        {
          "entryTs": 1694080980,
          "entryUtc": "2023-09-07T10:03:00.000Z",
          "exitTs": 1694133360,
          "dir": -1,
          "entryPrice": 1920.615,
          "exitPrice": 1924.159,
          "stopDistance": 3.544,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 873
        },
        {
          "entryTs": 1694153400,
          "entryUtc": "2023-09-08T06:10:00.000Z",
          "exitTs": 1694187900,
          "dir": -1,
          "entryPrice": 1927.135,
          "exitPrice": 1919.931,
          "stopDistance": 3.602,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 575
        },
        {
          "entryTs": 1694412000,
          "entryUtc": "2023-09-11T06:00:00.000Z",
          "exitTs": 1694498520,
          "dir": -1,
          "entryPrice": 1927.575,
          "exitPrice": 1919.513,
          "stopDistance": 4.031,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 1442
        },
        {
          "entryTs": 1694671860,
          "entryUtc": "2023-09-14T06:11:00.000Z",
          "exitTs": 1694694600,
          "dir": 1,
          "entryPrice": 1907.425,
          "exitPrice": 1903.478,
          "stopDistance": 3.947,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 379
        },
        {
          "entryTs": 1694757600,
          "entryUtc": "2023-09-15T06:00:00.000Z",
          "exitTs": 1694779560,
          "dir": -1,
          "entryPrice": 1916.165,
          "exitPrice": 1920.065,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 366
        },
        {
          "entryTs": 1695016800,
          "entryUtc": "2023-09-18T06:00:00.000Z",
          "exitTs": 1695068220,
          "dir": -1,
          "entryPrice": 1929.795,
          "exitPrice": 1933.759,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 857
        },
        {
          "entryTs": 1695103200,
          "entryUtc": "2023-09-19T06:00:00.000Z",
          "exitTs": 1695125640,
          "dir": 1,
          "entryPrice": 1930.714,
          "exitPrice": 1936.765,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 374
        },
        {
          "entryTs": 1695190020,
          "entryUtc": "2023-09-20T06:07:00.000Z",
          "exitTs": 1695216720,
          "dir": -1,
          "entryPrice": 1931.685,
          "exitPrice": 1934.532,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 445
        },
        {
          "entryTs": 1695286260,
          "entryUtc": "2023-09-21T08:51:00.000Z",
          "exitTs": 1695297780,
          "dir": 1,
          "entryPrice": 1924.085,
          "exitPrice": 1919.578,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 192
        },
        {
          "entryTs": 1695363240,
          "entryUtc": "2023-09-22T06:14:00.000Z",
          "exitTs": 1695651600,
          "dir": -1,
          "entryPrice": 1925.415,
          "exitPrice": 1917.554,
          "stopDistance": 3.93,
          "outcome": "target",
          "netR": 1.9059,
          "holdMinutes": 4806
        },
        {
          "entryTs": 1695708900,
          "entryUtc": "2023-09-26T06:15:00.000Z",
          "exitTs": 1695711660,
          "dir": 1,
          "entryPrice": 1912.935,
          "exitPrice": 1909.87,
          "stopDistance": 3.065,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 46
        },
        {
          "entryTs": 1695794400,
          "entryUtc": "2023-09-27T06:00:00.000Z",
          "exitTs": 1695816180,
          "dir": 1,
          "entryPrice": 1896.235,
          "exitPrice": 1892.302,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 363
        },
        {
          "entryTs": 1695885420,
          "entryUtc": "2023-09-28T07:17:00.000Z",
          "exitTs": 1695911880,
          "dir": -1,
          "entryPrice": 1877.825,
          "exitPrice": 1868.863,
          "stopDistance": 4.481,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 441
        },
        {
          "entryTs": 1695967200,
          "entryUtc": "2023-09-29T06:00:00.000Z",
          "exitTs": 1695972840,
          "dir": -1,
          "entryPrice": 1867.285,
          "exitPrice": 1872.346,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 94
        },
        {
          "entryTs": 1696226400,
          "entryUtc": "2023-10-02T06:00:00.000Z",
          "exitTs": 1696238880,
          "dir": 1,
          "entryPrice": 1839.555,
          "exitPrice": 1834.067,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 208
        },
        {
          "entryTs": 1696320840,
          "entryUtc": "2023-10-03T08:14:00.000Z",
          "exitTs": 1696509480,
          "dir": -1,
          "entryPrice": 1828.018,
          "exitPrice": 1815.481,
          "stopDistance": 6.268,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 3144
        },
        {
          "entryTs": 1696573500,
          "entryUtc": "2023-10-06T06:25:00.000Z",
          "exitTs": 1696595400,
          "dir": 1,
          "entryPrice": 1819.595,
          "exitPrice": 1815.195,
          "stopDistance": 4.4,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 365
        },
        {
          "entryTs": 1696831800,
          "entryUtc": "2023-10-09T06:10:00.000Z",
          "exitTs": 1696878900,
          "dir": -1,
          "entryPrice": 1852.715,
          "exitPrice": 1860.454,
          "stopDistance": 7.739,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 785
        },
        {
          "entryTs": 1696918020,
          "entryUtc": "2023-10-10T06:07:00.000Z",
          "exitTs": 1696920300,
          "dir": 1,
          "entryPrice": 1860.195,
          "exitPrice": 1855.108,
          "stopDistance": 5.087,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 38
        },
        {
          "entryTs": 1697004000,
          "entryUtc": "2023-10-11T06:00:00.000Z",
          "exitTs": 1697010180,
          "dir": 1,
          "entryPrice": 1859.358,
          "exitPrice": 1867.471,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 103
        },
        {
          "entryTs": 1697090400,
          "entryUtc": "2023-10-12T06:00:00.000Z",
          "exitTs": 1697111100,
          "dir": -1,
          "entryPrice": 1880.035,
          "exitPrice": 1884.209,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 345
        },
        {
          "entryTs": 1697176800,
          "entryUtc": "2023-10-13T06:00:00.000Z",
          "exitTs": 1697182080,
          "dir": -1,
          "entryPrice": 1876.995,
          "exitPrice": 1881.15,
          "stopDistance": 4.155,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 88
        },
        {
          "entryTs": 1697436000,
          "entryUtc": "2023-10-16T06:00:00.000Z",
          "exitTs": 1697550420,
          "dir": 1,
          "entryPrice": 1914.905,
          "exitPrice": 1929.395,
          "stopDistance": 7.245,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 1907
        },
        {
          "entryTs": 1697621460,
          "entryUtc": "2023-10-18T09:31:00.000Z",
          "exitTs": 1697630640,
          "dir": -1,
          "entryPrice": 1942.645,
          "exitPrice": 1949.022,
          "stopDistance": 6.377,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 153
        },
        {
          "entryTs": 1697702940,
          "entryUtc": "2023-10-19T08:09:00.000Z",
          "exitTs": 1697731320,
          "dir": -1,
          "entryPrice": 1953.215,
          "exitPrice": 1960.414,
          "stopDistance": 7.199,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 473
        },
        {
          "entryTs": 1697789700,
          "entryUtc": "2023-10-20T08:15:00.000Z",
          "exitTs": 1697810760,
          "dir": -1,
          "entryPrice": 1982.205,
          "exitPrice": 1989.84,
          "stopDistance": 7.635,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 351
        },
        {
          "entryTs": 1698046380,
          "entryUtc": "2023-10-23T07:33:00.000Z",
          "exitTs": 1698145200,
          "dir": -1,
          "entryPrice": 1978.085,
          "exitPrice": 1960.305,
          "stopDistance": 8.89,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 1647
        },
        {
          "entryTs": 1698218700,
          "entryUtc": "2023-10-25T07:25:00.000Z",
          "exitTs": 1698241800,
          "dir": 1,
          "entryPrice": 1970.205,
          "exitPrice": 1982.937,
          "stopDistance": 6.366,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 385
        },
        {
          "entryTs": 1698302820,
          "entryUtc": "2023-10-26T06:47:00.000Z",
          "exitTs": 1698330000,
          "dir": -1,
          "entryPrice": 1987.235,
          "exitPrice": 1973.056,
          "stopDistance": 7.089,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 453
        },
        {
          "entryTs": 1698386400,
          "entryUtc": "2023-10-27T06:00:00.000Z",
          "exitTs": 1698411420,
          "dir": -1,
          "entryPrice": 1988.925,
          "exitPrice": 1977.042,
          "stopDistance": 5.941,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 417
        },
        {
          "entryTs": 1698645600,
          "entryUtc": "2023-10-30T06:00:00.000Z",
          "exitTs": 1698653040,
          "dir": 1,
          "entryPrice": 1999.508,
          "exitPrice": 1992.548,
          "stopDistance": 6.96,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 124
        },
        {
          "entryTs": 1698738360,
          "entryUtc": "2023-10-31T07:46:00.000Z",
          "exitTs": 1698760500,
          "dir": -1,
          "entryPrice": 1997.205,
          "exitPrice": 2002.518,
          "stopDistance": 5.313,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 369
        },
        {
          "entryTs": 1698823740,
          "entryUtc": "2023-11-01T07:29:00.000Z",
          "exitTs": 1698847200,
          "dir": 1,
          "entryPrice": 1976.855,
          "exitPrice": 1988.488,
          "stopDistance": 5.817,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 391
        },
        {
          "entryTs": 1698914400,
          "entryUtc": "2023-11-02T08:40:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1988.048,
          "exitPrice": 1993.815,
          "stopDistance": 5.767,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 1670
        },
        {
          "entryTs": 1699340400,
          "entryUtc": "2023-11-07T07:00:00.000Z",
          "exitTs": 1699347300,
          "dir": 1,
          "entryPrice": 1970.858,
          "exitPrice": 1966.347,
          "stopDistance": 4.512,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 115
        },
        {
          "entryTs": 1699426800,
          "entryUtc": "2023-11-08T07:00:00.000Z",
          "exitTs": 1699438800,
          "dir": 1,
          "entryPrice": 1967.118,
          "exitPrice": 1962.375,
          "stopDistance": 4.743,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 200
        },
        {
          "entryTs": 1699517460,
          "entryUtc": "2023-11-09T08:11:00.000Z",
          "exitTs": 1699540980,
          "dir": 1,
          "entryPrice": 1947.735,
          "exitPrice": 1957.122,
          "stopDistance": 4.694,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 392
        },
        {
          "entryTs": 1699599720,
          "entryUtc": "2023-11-10T07:02:00.000Z",
          "exitTs": 1699615200,
          "dir": 1,
          "entryPrice": 1956.365,
          "exitPrice": 1951.171,
          "stopDistance": 5.194,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 258
        },
        {
          "entryTs": 1700031600,
          "entryUtc": "2023-11-15T07:00:00.000Z",
          "exitTs": 1700055000,
          "dir": -1,
          "entryPrice": 1969.545,
          "exitPrice": 1974.311,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 390
        },
        {
          "entryTs": 1700118000,
          "entryUtc": "2023-11-16T07:00:00.000Z",
          "exitTs": 1700141640,
          "dir": -1,
          "entryPrice": 1966.885,
          "exitPrice": 1971.807,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 394
        },
        {
          "entryTs": 1700207820,
          "entryUtc": "2023-11-17T07:57:00.000Z",
          "exitTs": 1700214000,
          "dir": -1,
          "entryPrice": 1986.955,
          "exitPrice": 1991.652,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 103
        },
        {
          "entryTs": 1700480520,
          "entryUtc": "2023-11-20T11:42:00.000Z",
          "exitTs": 1700487240,
          "dir": 1,
          "entryPrice": 1973.265,
          "exitPrice": 1967.572,
          "stopDistance": 5.693,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 112
        },
        {
          "entryTs": 1700554080,
          "entryUtc": "2023-11-21T08:08:00.000Z",
          "exitTs": 1700573520,
          "dir": -1,
          "entryPrice": 1994.195,
          "exitPrice": 1999.943,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 324
        },
        {
          "entryTs": 1700636400,
          "entryUtc": "2023-11-22T07:00:00.000Z",
          "exitTs": 1700640660,
          "dir": -1,
          "entryPrice": 2000.755,
          "exitPrice": 2006.185,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 71
        },
        {
          "entryTs": 1700724900,
          "entryUtc": "2023-11-23T07:35:00.000Z",
          "exitTs": 1700838180,
          "dir": -1,
          "entryPrice": 1998.125,
          "exitPrice": 2003.488,
          "stopDistance": 5.363,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 1888
        },
        {
          "entryTs": 1701157440,
          "entryUtc": "2023-11-28T07:44:00.000Z",
          "exitTs": 1701180840,
          "dir": 1,
          "entryPrice": 2013.845,
          "exitPrice": 2023.124,
          "stopDistance": 4.64,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 390
        },
        {
          "entryTs": 1701243360,
          "entryUtc": "2023-11-29T07:36:00.000Z",
          "exitTs": 1701250440,
          "dir": 1,
          "entryPrice": 2042.715,
          "exitPrice": 2036.605,
          "stopDistance": 6.11,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 118
        },
        {
          "entryTs": 1701330240,
          "entryUtc": "2023-11-30T07:44:00.000Z",
          "exitTs": 1701339600,
          "dir": 1,
          "entryPrice": 2042.525,
          "exitPrice": 2036.831,
          "stopDistance": 5.694,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 156
        },
        {
          "entryTs": 1701420540,
          "entryUtc": "2023-12-01T08:49:00.000Z",
          "exitTs": 1701423060,
          "dir": -1,
          "entryPrice": 2043.325,
          "exitPrice": 2048.478,
          "stopDistance": 5.153,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 42
        },
        {
          "entryTs": 1701673200,
          "entryUtc": "2023-12-04T07:00:00.000Z",
          "exitTs": 1701676860,
          "dir": 1,
          "entryPrice": 2076.355,
          "exitPrice": 2060.274,
          "stopDistance": 16.081,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 61
        },
        {
          "entryTs": 1701767520,
          "entryUtc": "2023-12-05T09:12:00.000Z",
          "exitTs": 1701787500,
          "dir": 1,
          "entryPrice": 2030.354,
          "exitPrice": 2019.398,
          "stopDistance": 10.956,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 333
        },
        {
          "entryTs": 1701846000,
          "entryUtc": "2023-12-06T07:00:00.000Z",
          "exitTs": 1701849060,
          "dir": -1,
          "entryPrice": 2026.148,
          "exitPrice": 2033.759,
          "stopDistance": 7.611,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 51
        },
        {
          "entryTs": 1701932400,
          "entryUtc": "2023-12-07T07:00:00.000Z",
          "exitTs": 1701956280,
          "dir": -1,
          "entryPrice": 2029.945,
          "exitPrice": 2036.278,
          "stopDistance": 6.333,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 398
        },
        {
          "entryTs": 1702025580,
          "entryUtc": "2023-12-08T08:53:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2027.355,
          "exitPrice": 2021.636,
          "stopDistance": 5.719,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 277
        },
        {
          "entryTs": 1702281300,
          "entryUtc": "2023-12-11T07:55:00.000Z",
          "exitTs": 1702305120,
          "dir": 1,
          "entryPrice": 1994.765,
          "exitPrice": 1987.976,
          "stopDistance": 6.789,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 397
        },
        {
          "entryTs": 1702450800,
          "entryUtc": "2023-12-13T07:00:00.000Z",
          "exitTs": 1702474200,
          "dir": 1,
          "entryPrice": 1974.345,
          "exitPrice": 1984.717,
          "stopDistance": 5.186,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 390
        },
        {
          "entryTs": 1702539360,
          "entryUtc": "2023-12-14T07:36:00.000Z",
          "exitTs": 1702564920,
          "dir": 1,
          "entryPrice": 2029.928,
          "exitPrice": 2047.637,
          "stopDistance": 8.854,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 426
        },
        {
          "entryTs": 1702625220,
          "entryUtc": "2023-12-15T07:27:00.000Z",
          "exitTs": 1702635960,
          "dir": -1,
          "entryPrice": 2037.375,
          "exitPrice": 2044.177,
          "stopDistance": 6.802,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 179
        },
        {
          "entryTs": 1702883880,
          "entryUtc": "2023-12-18T07:18:00.000Z",
          "exitTs": 1702922220,
          "dir": -1,
          "entryPrice": 2024.055,
          "exitPrice": 2030.581,
          "stopDistance": 6.526,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 639
        },
        {
          "entryTs": 1702988340,
          "entryUtc": "2023-12-19T12:19:00.000Z",
          "exitTs": 1702996620,
          "dir": -1,
          "entryPrice": 2029.215,
          "exitPrice": 2034.347,
          "stopDistance": 5.132,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 138
        },
        {
          "entryTs": 1703055600,
          "entryUtc": "2023-12-20T07:00:00.000Z",
          "exitTs": 1703079540,
          "dir": -1,
          "entryPrice": 2040.965,
          "exitPrice": 2031.604,
          "stopDistance": 4.68,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 399
        },
        {
          "entryTs": 1703162100,
          "entryUtc": "2023-12-21T12:35:00.000Z",
          "exitTs": 1703166000,
          "dir": -1,
          "entryPrice": 2037.835,
          "exitPrice": 2042.428,
          "stopDistance": 4.593,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 65
        },
        {
          "entryTs": 1703237760,
          "entryUtc": "2023-12-22T09:36:00.000Z",
          "exitTs": 1703244240,
          "dir": -1,
          "entryPrice": 2053.785,
          "exitPrice": 2059.632,
          "stopDistance": 5.847,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 108
        },
        {
          "entryTs": 1703664480,
          "entryUtc": "2023-12-27T08:08:00.000Z",
          "exitTs": 1703689980,
          "dir": -1,
          "entryPrice": 2067.755,
          "exitPrice": 2072.376,
          "stopDistance": 4.621,
          "outcome": "stop",
          "netR": -1.0909,
          "holdMinutes": 425
        },
        {
          "entryTs": 1703751600,
          "entryUtc": "2023-12-28T08:20:00.000Z",
          "exitTs": 1703754720,
          "dir": 1,
          "entryPrice": 2079.098,
          "exitPrice": 2073.629,
          "stopDistance": 5.469,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 52
        },
        {
          "entryTs": 1703833200,
          "entryUtc": "2023-12-29T07:00:00.000Z",
          "exitTs": 1703845800,
          "dir": -1,
          "entryPrice": 2072.625,
          "exitPrice": 2061.928,
          "stopDistance": 5.348,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 210
        },
        {
          "entryTs": 1704178800,
          "entryUtc": "2024-01-02T07:00:00.000Z",
          "exitTs": 1704209820,
          "dir": -1,
          "entryPrice": 2074.065,
          "exitPrice": 2061.94,
          "stopDistance": 6.063,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 517
        },
        {
          "entryTs": 1704270480,
          "entryUtc": "2024-01-03T08:28:00.000Z",
          "exitTs": 1704277320,
          "dir": 1,
          "entryPrice": 2059.094,
          "exitPrice": 2053.522,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 114
        },
        {
          "entryTs": 1704351600,
          "entryUtc": "2024-01-04T07:00:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2047.118,
          "exitPrice": 2033.862,
          "stopDistance": 6.628,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 1830
        },
        {
          "entryTs": 1704697200,
          "entryUtc": "2024-01-08T07:00:00.000Z",
          "exitTs": 1704711900,
          "dir": 1,
          "entryPrice": 2032.895,
          "exitPrice": 2025.381,
          "stopDistance": 7.514,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 245
        },
        {
          "entryTs": 1704785100,
          "entryUtc": "2024-01-09T07:25:00.000Z",
          "exitTs": 1704909180,
          "dir": -1,
          "entryPrice": 2035.775,
          "exitPrice": 2022.885,
          "stopDistance": 6.445,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 2068
        },
        {
          "entryTs": 1704956400,
          "entryUtc": "2024-01-11T07:00:00.000Z",
          "exitTs": 1704979440,
          "dir": -1,
          "entryPrice": 2033.925,
          "exitPrice": 2039.137,
          "stopDistance": 5.212,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 384
        },
        {
          "entryTs": 1705043400,
          "entryUtc": "2024-01-12T07:10:00.000Z",
          "exitTs": 1705056300,
          "dir": -1,
          "entryPrice": 2035.575,
          "exitPrice": 2042.479,
          "stopDistance": 6.904,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 215
        },
        {
          "entryTs": 1705308120,
          "entryUtc": "2024-01-15T08:42:00.000Z",
          "exitTs": 1705394100,
          "dir": -1,
          "entryPrice": 2057.985,
          "exitPrice": 2044.857,
          "stopDistance": 6.564,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 1433
        },
        {
          "entryTs": 1705474800,
          "entryUtc": "2024-01-17T07:00:00.000Z",
          "exitTs": 1705503540,
          "dir": 1,
          "entryPrice": 2019.165,
          "exitPrice": 2012.614,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 479
        },
        {
          "entryTs": 1705561200,
          "entryUtc": "2024-01-18T07:00:00.000Z",
          "exitTs": 1705602420,
          "dir": -1,
          "entryPrice": 2012.575,
          "exitPrice": 2018.909,
          "stopDistance": 6.334,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 687
        },
        {
          "entryTs": 1705648860,
          "entryUtc": "2024-01-19T07:21:00.000Z",
          "exitTs": 1705655160,
          "dir": -1,
          "entryPrice": 2025.475,
          "exitPrice": 2030.385,
          "stopDistance": 4.91,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 105
        },
        {
          "entryTs": 1705906800,
          "entryUtc": "2024-01-22T07:00:00.000Z",
          "exitTs": 1705992660,
          "dir": 1,
          "entryPrice": 2020.805,
          "exitPrice": 2031.735,
          "stopDistance": 5.465,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 1431
        },
        {
          "entryTs": 1705993200,
          "entryUtc": "2024-01-23T07:00:00.000Z",
          "exitTs": 1706007660,
          "dir": -1,
          "entryPrice": 2035.035,
          "exitPrice": 2023.619,
          "stopDistance": 5.708,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 241
        },
        {
          "entryTs": 1706081940,
          "entryUtc": "2024-01-24T07:39:00.000Z",
          "exitTs": 1706101560,
          "dir": -1,
          "entryPrice": 2029.255,
          "exitPrice": 2034.369,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 327
        },
        {
          "entryTs": 1706166480,
          "entryUtc": "2024-01-25T07:08:00.000Z",
          "exitTs": 1706194440,
          "dir": 1,
          "entryPrice": 2014.435,
          "exitPrice": 2024.761,
          "stopDistance": 5.163,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 466
        },
        {
          "entryTs": 1706259900,
          "entryUtc": "2024-01-26T09:05:00.000Z",
          "exitTs": 1706511600,
          "dir": 1,
          "entryPrice": 2019.245,
          "exitPrice": 2029.363,
          "stopDistance": 5.059,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 4195
        },
        {
          "entryTs": 1706598000,
          "entryUtc": "2024-01-30T07:00:00.000Z",
          "exitTs": 1706600100,
          "dir": -1,
          "entryPrice": 2034.425,
          "exitPrice": 2040.098,
          "stopDistance": 5.673,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 35
        },
        {
          "entryTs": 1706686380,
          "entryUtc": "2024-01-31T07:33:00.000Z",
          "exitTs": 1706710320,
          "dir": -1,
          "entryPrice": 2038.528,
          "exitPrice": 2043.548,
          "stopDistance": 5.02,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 399
        },
        {
          "entryTs": 1706775300,
          "entryUtc": "2024-02-01T08:15:00.000Z",
          "exitTs": 1706784960,
          "dir": 1,
          "entryPrice": 2039.045,
          "exitPrice": 2032.438,
          "stopDistance": 6.607,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 161
        },
        {
          "entryTs": 1706858640,
          "entryUtc": "2024-02-02T07:24:00.000Z",
          "exitTs": 1706880600,
          "dir": -1,
          "entryPrice": 2056.845,
          "exitPrice": 2043.485,
          "stopDistance": 6.68,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 366
        },
        {
          "entryTs": 1707116640,
          "entryUtc": "2024-02-05T07:04:00.000Z",
          "exitTs": 1707121260,
          "dir": 1,
          "entryPrice": 2030.108,
          "exitPrice": 2023.347,
          "stopDistance": 6.761,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 77
        },
        {
          "entryTs": 1707203700,
          "entryUtc": "2024-02-06T07:15:00.000Z",
          "exitTs": 1707232140,
          "dir": -1,
          "entryPrice": 2028.505,
          "exitPrice": 2034.025,
          "stopDistance": 5.52,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 474
        },
        {
          "entryTs": 1707289200,
          "entryUtc": "2024-02-07T07:00:00.000Z",
          "exitTs": 1707317100,
          "dir": 1,
          "entryPrice": 2033.385,
          "exitPrice": 2041.84,
          "stopDistance": 4.228,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 465
        },
        {
          "entryTs": 1707378480,
          "entryUtc": "2024-02-08T07:48:00.000Z",
          "exitTs": 1707393900,
          "dir": 1,
          "entryPrice": 2031.605,
          "exitPrice": 2027.132,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 257
        },
        {
          "entryTs": 1707466380,
          "entryUtc": "2024-02-09T08:13:00.000Z",
          "exitTs": 1707483660,
          "dir": 1,
          "entryPrice": 2031.785,
          "exitPrice": 2027.336,
          "stopDistance": 4.449,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 288
        },
        {
          "entryTs": 1707726000,
          "entryUtc": "2024-02-12T08:20:00.000Z",
          "exitTs": 1707746940,
          "dir": -1,
          "entryPrice": 2026.505,
          "exitPrice": 2018.228,
          "stopDistance": 4.139,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 349
        },
        {
          "entryTs": 1707807600,
          "entryUtc": "2024-02-13T07:00:00.000Z",
          "exitTs": 1707821100,
          "dir": -1,
          "entryPrice": 2023.585,
          "exitPrice": 2027.676,
          "stopDistance": 4.091,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 225
        },
        {
          "entryTs": 1707897960,
          "entryUtc": "2024-02-14T08:06:00.000Z",
          "exitTs": 1708001280,
          "dir": 1,
          "entryPrice": 1988.735,
          "exitPrice": 1998.802,
          "stopDistance": 5.033,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 1722
        },
        {
          "entryTs": 1708069080,
          "entryUtc": "2024-02-16T07:38:00.000Z",
          "exitTs": 1708090500,
          "dir": -1,
          "entryPrice": 2005.555,
          "exitPrice": 1997.854,
          "stopDistance": 3.85,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 357
        },
        {
          "entryTs": 1708327440,
          "entryUtc": "2024-02-19T07:24:00.000Z",
          "exitTs": 1708435800,
          "dir": -1,
          "entryPrice": 2022.785,
          "exitPrice": 2028.456,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1806
        },
        {
          "entryTs": 1708585200,
          "entryUtc": "2024-02-22T07:00:00.000Z",
          "exitTs": 1708589220,
          "dir": -1,
          "entryPrice": 2029.245,
          "exitPrice": 2033.28,
          "stopDistance": 4.035,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 67
        },
        {
          "entryTs": 1708671600,
          "entryUtc": "2024-02-23T07:00:00.000Z",
          "exitTs": 1708681920,
          "dir": 1,
          "entryPrice": 2020.785,
          "exitPrice": 2016.229,
          "stopDistance": 4.556,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 172
        },
        {
          "entryTs": 1708931520,
          "entryUtc": "2024-02-26T07:12:00.000Z",
          "exitTs": 1709023080,
          "dir": -1,
          "entryPrice": 2033.975,
          "exitPrice": 2038.555,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 1526
        },
        {
          "entryTs": 1709103600,
          "entryUtc": "2024-02-28T07:00:00.000Z",
          "exitTs": 1709112120,
          "dir": 1,
          "entryPrice": 2029.075,
          "exitPrice": 2025.366,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 142
        },
        {
          "entryTs": 1709190120,
          "entryUtc": "2024-02-29T07:02:00.000Z",
          "exitTs": 1709206320,
          "dir": -1,
          "entryPrice": 2037.015,
          "exitPrice": 2030.028,
          "stopDistance": 3.494,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 270
        },
        {
          "entryTs": 1709276520,
          "entryUtc": "2024-03-01T07:02:00.000Z",
          "exitTs": 1709288700,
          "dir": -1,
          "entryPrice": 2046.755,
          "exitPrice": 2050.737,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 203
        },
        {
          "entryTs": 1709535660,
          "entryUtc": "2024-03-04T07:01:00.000Z",
          "exitTs": 1709560620,
          "dir": -1,
          "entryPrice": 2084.305,
          "exitPrice": 2090.52,
          "stopDistance": 6.215,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 416
        },
        {
          "entryTs": 1709622000,
          "entryUtc": "2024-03-05T07:00:00.000Z",
          "exitTs": 1709630220,
          "dir": -1,
          "entryPrice": 2117.255,
          "exitPrice": 2123.971,
          "stopDistance": 6.716,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 137
        },
        {
          "entryTs": 1709708640,
          "entryUtc": "2024-03-06T07:04:00.000Z",
          "exitTs": 1709729640,
          "dir": -1,
          "entryPrice": 2127.995,
          "exitPrice": 2134.317,
          "stopDistance": 6.322,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 350
        },
        {
          "entryTs": 1709885640,
          "entryUtc": "2024-03-08T08:14:00.000Z",
          "exitTs": 1709891820,
          "dir": -1,
          "entryPrice": 2163.475,
          "exitPrice": 2170.152,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 103
        },
        {
          "entryTs": 1710147480,
          "entryUtc": "2024-03-11T08:58:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2176.755,
          "exitPrice": 2167.933,
          "stopDistance": 8.822,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 1639
        },
        {
          "entryTs": 1710326160,
          "entryUtc": "2024-03-13T10:36:00.000Z",
          "exitTs": 1710337080,
          "dir": -1,
          "entryPrice": 2161.495,
          "exitPrice": 2168.038,
          "stopDistance": 6.543,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 182
        },
        {
          "entryTs": 1710396000,
          "entryUtc": "2024-03-14T06:00:00.000Z",
          "exitTs": 1710419400,
          "dir": 1,
          "entryPrice": 2168.835,
          "exitPrice": 2163.244,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 390
        },
        {
          "entryTs": 1710482400,
          "entryUtc": "2024-03-15T06:00:00.000Z",
          "exitTs": 1710506640,
          "dir": -1,
          "entryPrice": 2169.125,
          "exitPrice": 2158.368,
          "stopDistance": 5.378,
          "outcome": "target",
          "netR": 1.9312,
          "holdMinutes": 404
        },
        {
          "entryTs": 1710758280,
          "entryUtc": "2024-03-18T10:38:00.000Z",
          "exitTs": 1710765420,
          "dir": -1,
          "entryPrice": 2157.435,
          "exitPrice": 2163.341,
          "stopDistance": 5.906,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 119
        },
        {
          "entryTs": 1710828000,
          "entryUtc": "2024-03-19T06:00:00.000Z",
          "exitTs": 1710835680,
          "dir": 1,
          "entryPrice": 2157.495,
          "exitPrice": 2152.658,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 128
        },
        {
          "entryTs": 1710922320,
          "entryUtc": "2024-03-20T08:12:00.000Z",
          "exitTs": 1710938580,
          "dir": 1,
          "entryPrice": 2155.125,
          "exitPrice": 2150.639,
          "stopDistance": 4.486,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 271
        },
        {
          "entryTs": 1711090080,
          "entryUtc": "2024-03-22T06:48:00.000Z",
          "exitTs": 1711092180,
          "dir": 1,
          "entryPrice": 2171.735,
          "exitPrice": 2163.045,
          "stopDistance": 8.69,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 35
        },
        {
          "entryTs": 1711350360,
          "entryUtc": "2024-03-25T07:06:00.000Z",
          "exitTs": 1711374120,
          "dir": 1,
          "entryPrice": 2163.885,
          "exitPrice": 2180.424,
          "stopDistance": 8.27,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 396
        },
        {
          "entryTs": 1711440960,
          "entryUtc": "2024-03-26T08:16:00.000Z",
          "exitTs": 1711443840,
          "dir": -1,
          "entryPrice": 2174.295,
          "exitPrice": 2179.905,
          "stopDistance": 5.61,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 48
        },
        {
          "entryTs": 1711527300,
          "entryUtc": "2024-03-27T08:15:00.000Z",
          "exitTs": 1711532640,
          "dir": -1,
          "entryPrice": 2181.615,
          "exitPrice": 2188.439,
          "stopDistance": 6.824,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 89
        },
        {
          "entryTs": 1711605600,
          "entryUtc": "2024-03-28T06:00:00.000Z",
          "exitTs": 1711621320,
          "dir": -1,
          "entryPrice": 2197.125,
          "exitPrice": 2204.078,
          "stopDistance": 6.953,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 262
        },
        {
          "entryTs": 1712038680,
          "entryUtc": "2024-04-02T06:18:00.000Z",
          "exitTs": 1712050260,
          "dir": -1,
          "entryPrice": 2255.165,
          "exitPrice": 2265.664,
          "stopDistance": 10.499,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 193
        },
        {
          "entryTs": 1712128320,
          "entryUtc": "2024-04-03T07:12:00.000Z",
          "exitTs": 1712146980,
          "dir": 1,
          "entryPrice": 2276.564,
          "exitPrice": 2266.618,
          "stopDistance": 9.945,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 311
        },
        {
          "entryTs": 1712210400,
          "entryUtc": "2024-04-04T06:00:00.000Z",
          "exitTs": 1712232180,
          "dir": 1,
          "entryPrice": 2295.165,
          "exitPrice": 2286.403,
          "stopDistance": 8.762,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 363
        },
        {
          "entryTs": 1712304660,
          "entryUtc": "2024-04-05T08:11:00.000Z",
          "exitTs": 1712325060,
          "dir": -1,
          "entryPrice": 2291.028,
          "exitPrice": 2301.991,
          "stopDistance": 10.963,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 340
        },
        {
          "entryTs": 1712646780,
          "entryUtc": "2024-04-09T07:13:00.000Z",
          "exitTs": 1712651580,
          "dir": -1,
          "entryPrice": 2348.345,
          "exitPrice": 2358.024,
          "stopDistance": 9.679,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 80
        },
        {
          "entryTs": 1712728800,
          "entryUtc": "2024-04-10T06:00:00.000Z",
          "exitTs": 1712752200,
          "dir": -1,
          "entryPrice": 2357.445,
          "exitPrice": 2337.657,
          "stopDistance": 9.894,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 390
        },
        {
          "entryTs": 1712823240,
          "entryUtc": "2024-04-11T08:14:00.000Z",
          "exitTs": 1712856120,
          "dir": 1,
          "entryPrice": 2333.195,
          "exitPrice": 2355.411,
          "stopDistance": 11.108,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 548
        },
        {
          "entryTs": 1712905680,
          "entryUtc": "2024-04-12T07:08:00.000Z",
          "exitTs": 1712930580,
          "dir": -1,
          "entryPrice": 2395.265,
          "exitPrice": 2407.43,
          "stopDistance": 12.165,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 415
        },
        {
          "entryTs": 1713169920,
          "entryUtc": "2024-04-15T08:32:00.000Z",
          "exitTs": 1713190020,
          "dir": 1,
          "entryPrice": 2348.255,
          "exitPrice": 2330.114,
          "stopDistance": 18.141,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 335
        },
        {
          "entryTs": 1713249060,
          "entryUtc": "2024-04-16T06:31:00.000Z",
          "exitTs": 1713254040,
          "dir": 1,
          "entryPrice": 2379.185,
          "exitPrice": 2364.486,
          "stopDistance": 14.699,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 83
        },
        {
          "entryTs": 1713333600,
          "entryUtc": "2024-04-17T06:00:00.000Z",
          "exitTs": 1713372240,
          "dir": 1,
          "entryPrice": 2377.475,
          "exitPrice": 2365.133,
          "stopDistance": 12.342,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 644
        },
        {
          "entryTs": 1713420000,
          "entryUtc": "2024-04-18T06:00:00.000Z",
          "exitTs": 1713446460,
          "dir": -1,
          "entryPrice": 2376.635,
          "exitPrice": 2388.116,
          "stopDistance": 11.481,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 441
        },
        {
          "entryTs": 1713525120,
          "entryUtc": "2024-04-19T11:12:00.000Z",
          "exitTs": 1713546060,
          "dir": 1,
          "entryPrice": 2373.685,
          "exitPrice": 2401.834,
          "stopDistance": 14.074,
          "outcome": "target",
          "netR": 1.9737,
          "holdMinutes": 349
        },
        {
          "entryTs": 1713768060,
          "entryUtc": "2024-04-22T06:41:00.000Z",
          "exitTs": 1713784020,
          "dir": 1,
          "entryPrice": 2361.664,
          "exitPrice": 2349.089,
          "stopDistance": 12.575,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 266
        },
        {
          "entryTs": 1713863820,
          "entryUtc": "2024-04-23T09:17:00.000Z",
          "exitTs": 1713879900,
          "dir": 1,
          "entryPrice": 2295.408,
          "exitPrice": 2324.665,
          "stopDistance": 14.628,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 268
        },
        {
          "entryTs": 1713938400,
          "entryUtc": "2024-04-24T06:00:00.000Z",
          "exitTs": 1714014840,
          "dir": -1,
          "entryPrice": 2328.735,
          "exitPrice": 2306.853,
          "stopDistance": 10.941,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 1274
        },
        {
          "entryTs": 1714027860,
          "entryUtc": "2024-04-25T06:51:00.000Z",
          "exitTs": 1714049460,
          "dir": -1,
          "entryPrice": 2321.985,
          "exitPrice": 2332.063,
          "stopDistance": 10.077,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 360
        },
        {
          "entryTs": 1714111200,
          "entryUtc": "2024-04-26T06:00:00.000Z",
          "exitTs": 1714116060,
          "dir": -1,
          "entryPrice": 2337.715,
          "exitPrice": 2346.744,
          "stopDistance": 9.029,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 81
        },
        {
          "entryTs": 1714376040,
          "entryUtc": "2024-04-29T07:34:00.000Z",
          "exitTs": 1714462140,
          "dir": -1,
          "entryPrice": 2336.725,
          "exitPrice": 2316.872,
          "stopDistance": 9.926,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 1435
        },
        {
          "entryTs": 1714560660,
          "entryUtc": "2024-05-01T10:51:00.000Z",
          "exitTs": 1714570020,
          "dir": -1,
          "entryPrice": 2293.175,
          "exitPrice": 2301.527,
          "stopDistance": 8.352,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 156
        },
        {
          "entryTs": 1714629600,
          "entryUtc": "2024-05-02T06:00:00.000Z",
          "exitTs": 1714638600,
          "dir": 1,
          "entryPrice": 2314.905,
          "exitPrice": 2304.206,
          "stopDistance": 10.699,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 150
        },
        {
          "entryTs": 1714716000,
          "entryUtc": "2024-05-03T06:00:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2306.208,
          "exitPrice": 2314.769,
          "stopDistance": 8.561,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 390
        },
        {
          "entryTs": 1714980360,
          "entryUtc": "2024-05-06T07:26:00.000Z",
          "exitTs": 1714999500,
          "dir": -1,
          "entryPrice": 2315.215,
          "exitPrice": 2325.892,
          "stopDistance": 10.677,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 319
        },
        {
          "entryTs": 1715061660,
          "entryUtc": "2024-05-07T06:01:00.000Z",
          "exitTs": 1715083200,
          "dir": 1,
          "entryPrice": 2319.568,
          "exitPrice": 2310.849,
          "stopDistance": 8.719,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 359
        },
        {
          "entryTs": 1715148180,
          "entryUtc": "2024-05-08T06:03:00.000Z",
          "exitTs": 1715258340,
          "dir": -1,
          "entryPrice": 2318.045,
          "exitPrice": 2325.411,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 1836
        },
        {
          "entryTs": 1715320800,
          "entryUtc": "2024-05-10T06:00:00.000Z",
          "exitTs": 1715323320,
          "dir": -1,
          "entryPrice": 2357.065,
          "exitPrice": 2365.509,
          "stopDistance": 8.444,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 42
        },
        {
          "entryTs": 1715580000,
          "entryUtc": "2024-05-13T06:00:00.000Z",
          "exitTs": 1715588940,
          "dir": 1,
          "entryPrice": 2352.508,
          "exitPrice": 2344.029,
          "stopDistance": 8.479,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 149
        },
        {
          "entryTs": 1715666400,
          "entryUtc": "2024-05-14T06:00:00.000Z",
          "exitTs": 1715692320,
          "dir": -1,
          "entryPrice": 2344.655,
          "exitPrice": 2351.559,
          "stopDistance": 6.904,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 432
        },
        {
          "entryTs": 1715756700,
          "entryUtc": "2024-05-15T07:05:00.000Z",
          "exitTs": 1715761560,
          "dir": -1,
          "entryPrice": 2360.895,
          "exitPrice": 2367.421,
          "stopDistance": 6.526,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 81
        },
        {
          "entryTs": 1715842740,
          "entryUtc": "2024-05-16T06:59:00.000Z",
          "exitTs": 1715864460,
          "dir": 1,
          "entryPrice": 2386.415,
          "exitPrice": 2376.758,
          "stopDistance": 9.657,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 362
        },
        {
          "entryTs": 1715925600,
          "entryUtc": "2024-05-17T06:00:00.000Z",
          "exitTs": 1715945100,
          "dir": -1,
          "entryPrice": 2381.238,
          "exitPrice": 2388.277,
          "stopDistance": 7.039,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 325
        },
        {
          "entryTs": 1716184800,
          "entryUtc": "2024-05-20T06:00:00.000Z",
          "exitTs": 1716206580,
          "dir": -1,
          "entryPrice": 2449.485,
          "exitPrice": 2425.44,
          "stopDistance": 12.023,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 363
        },
        {
          "entryTs": 1716363000,
          "entryUtc": "2024-05-22T07:30:00.000Z",
          "exitTs": 1716386820,
          "dir": 1,
          "entryPrice": 2412.224,
          "exitPrice": 2403.089,
          "stopDistance": 9.135,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 397
        },
        {
          "entryTs": 1716444000,
          "entryUtc": "2024-05-23T06:00:00.000Z",
          "exitTs": 1716473820,
          "dir": 1,
          "entryPrice": 2359.835,
          "exitPrice": 2348.555,
          "stopDistance": 11.28,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 497
        },
        {
          "entryTs": 1716530400,
          "entryUtc": "2024-05-24T06:00:00.000Z",
          "exitTs": 1716812400,
          "dir": -1,
          "entryPrice": 2338.495,
          "exitPrice": 2349.224,
          "stopDistance": 10.729,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 4700
        },
        {
          "entryTs": 1716876060,
          "entryUtc": "2024-05-28T06:01:00.000Z",
          "exitTs": 1716877440,
          "dir": 1,
          "entryPrice": 2349.015,
          "exitPrice": 2342.395,
          "stopDistance": 6.619,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 23
        },
        {
          "entryTs": 1716962700,
          "entryUtc": "2024-05-29T06:05:00.000Z",
          "exitTs": 1716971400,
          "dir": 1,
          "entryPrice": 2354.288,
          "exitPrice": 2346.861,
          "stopDistance": 7.427,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 145
        },
        {
          "entryTs": 1717048800,
          "entryUtc": "2024-05-30T06:00:00.000Z",
          "exitTs": 1717072500,
          "dir": 1,
          "entryPrice": 2324.855,
          "exitPrice": 2342.324,
          "stopDistance": 8.734,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 395
        },
        {
          "entryTs": 1717394400,
          "entryUtc": "2024-06-03T06:00:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2320.045,
          "exitPrice": 2338.358,
          "stopDistance": 9.157,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 480
        },
        {
          "entryTs": 1717485000,
          "entryUtc": "2024-06-04T07:10:00.000Z",
          "exitTs": 1717488600,
          "dir": 1,
          "entryPrice": 2343.068,
          "exitPrice": 2335.058,
          "stopDistance": 8.01,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 60
        },
        {
          "entryTs": 1717567200,
          "entryUtc": "2024-06-05T06:00:00.000Z",
          "exitTs": 1717595880,
          "dir": -1,
          "entryPrice": 2337.748,
          "exitPrice": 2345.372,
          "stopDistance": 7.624,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 478
        },
        {
          "entryTs": 1717747320,
          "entryUtc": "2024-06-07T08:02:00.000Z",
          "exitTs": 1717747440,
          "dir": 1,
          "entryPrice": 2369.278,
          "exitPrice": 2359.533,
          "stopDistance": 9.745,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 2
        },
        {
          "entryTs": 1717999440,
          "entryUtc": "2024-06-10T06:04:00.000Z",
          "exitTs": 1718109600,
          "dir": 1,
          "entryPrice": 2293.835,
          "exitPrice": 2317.604,
          "stopDistance": 11.885,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 1836
        },
        {
          "entryTs": 1718173260,
          "entryUtc": "2024-06-12T06:21:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2317.325,
          "exitPrice": 2323.825,
          "stopDistance": 6.5,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 369
        },
        {
          "entryTs": 1718278740,
          "entryUtc": "2024-06-13T11:39:00.000Z",
          "exitTs": 1718282220,
          "dir": 1,
          "entryPrice": 2307.985,
          "exitPrice": 2325.665,
          "stopDistance": 8.84,
          "outcome": "target",
          "netR": 1.9581,
          "holdMinutes": 58
        },
        {
          "entryTs": 1718344800,
          "entryUtc": "2024-06-14T06:00:00.000Z",
          "exitTs": 1718352240,
          "dir": -1,
          "entryPrice": 2309.718,
          "exitPrice": 2318.002,
          "stopDistance": 8.284,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 124
        },
        {
          "entryTs": 1718604000,
          "entryUtc": "2024-06-17T06:00:00.000Z",
          "exitTs": 1718639100,
          "dir": 1,
          "entryPrice": 2318.435,
          "exitPrice": 2310.474,
          "stopDistance": 7.961,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 585
        },
        {
          "entryTs": 1718693520,
          "entryUtc": "2024-06-18T06:52:00.000Z",
          "exitTs": 1718699340,
          "dir": 1,
          "entryPrice": 2318.995,
          "exitPrice": 2312.161,
          "stopDistance": 6.834,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 97
        },
        {
          "entryTs": 1718780700,
          "entryUtc": "2024-06-19T07:05:00.000Z",
          "exitTs": 1718847360,
          "dir": -1,
          "entryPrice": 2331.635,
          "exitPrice": 2337.727,
          "stopDistance": 6.092,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 1111
        },
        {
          "entryTs": 1718863200,
          "entryUtc": "2024-06-20T06:00:00.000Z",
          "exitTs": 1718891280,
          "dir": -1,
          "entryPrice": 2340.128,
          "exitPrice": 2346.394,
          "stopDistance": 6.266,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 468
        },
        {
          "entryTs": 1718953440,
          "entryUtc": "2024-06-21T07:04:00.000Z",
          "exitTs": 1718977320,
          "dir": 1,
          "entryPrice": 2356.998,
          "exitPrice": 2349.793,
          "stopDistance": 7.205,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 398
        },
        {
          "entryTs": 1719214020,
          "entryUtc": "2024-06-24T07:27:00.000Z",
          "exitTs": 1719310080,
          "dir": -1,
          "entryPrice": 2326.578,
          "exitPrice": 2334.734,
          "stopDistance": 8.156,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 1601
        },
        {
          "entryTs": 1719381840,
          "entryUtc": "2024-06-26T06:04:00.000Z",
          "exitTs": 1719407820,
          "dir": 1,
          "entryPrice": 2310.455,
          "exitPrice": 2302.352,
          "stopDistance": 8.103,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 433
        },
        {
          "entryTs": 1719468060,
          "entryUtc": "2024-06-27T06:01:00.000Z",
          "exitTs": 1719478980,
          "dir": 1,
          "entryPrice": 2296.615,
          "exitPrice": 2309.217,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 182
        },
        {
          "entryTs": 1719560880,
          "entryUtc": "2024-06-28T07:48:00.000Z",
          "exitTs": 1719570420,
          "dir": -1,
          "entryPrice": 2328.185,
          "exitPrice": 2334.649,
          "stopDistance": 6.464,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 159
        },
        {
          "entryTs": 1719813600,
          "entryUtc": "2024-07-01T06:00:00.000Z",
          "exitTs": 1719833160,
          "dir": 1,
          "entryPrice": 2321.755,
          "exitPrice": 2336.037,
          "stopDistance": 7.141,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 326
        },
        {
          "entryTs": 1719904560,
          "entryUtc": "2024-07-02T07:16:00.000Z",
          "exitTs": 1719921960,
          "dir": 1,
          "entryPrice": 2325.628,
          "exitPrice": 2318.976,
          "stopDistance": 6.652,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 290
        },
        {
          "entryTs": 1719986400,
          "entryUtc": "2024-07-03T06:00:00.000Z",
          "exitTs": 1719989820,
          "dir": -1,
          "entryPrice": 2333.174,
          "exitPrice": 2339.719,
          "stopDistance": 6.544,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 57
        },
        {
          "entryTs": 1720072920,
          "entryUtc": "2024-07-04T06:02:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2356.365,
          "exitPrice": 2349.723,
          "stopDistance": 6.642,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 1828
        },
        {
          "entryTs": 1720420740,
          "entryUtc": "2024-07-08T06:39:00.000Z",
          "exitTs": 1720428120,
          "dir": 1,
          "entryPrice": 2380.535,
          "exitPrice": 2372.528,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 123
        },
        {
          "entryTs": 1720509960,
          "entryUtc": "2024-07-09T07:26:00.000Z",
          "exitTs": 1720537980,
          "dir": 1,
          "entryPrice": 2359.634,
          "exitPrice": 2352.484,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 467
        },
        {
          "entryTs": 1720592760,
          "entryUtc": "2024-07-10T06:26:00.000Z",
          "exitTs": 1720611660,
          "dir": -1,
          "entryPrice": 2370.165,
          "exitPrice": 2376.911,
          "stopDistance": 6.746,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 315
        },
        {
          "entryTs": 1720677600,
          "entryUtc": "2024-07-11T06:00:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2382.428,
          "exitPrice": 2388.344,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 390
        },
        {
          "entryTs": 1720764120,
          "entryUtc": "2024-07-12T06:02:00.000Z",
          "exitTs": 1720782360,
          "dir": 1,
          "entryPrice": 2406.558,
          "exitPrice": 2398.218,
          "stopDistance": 8.341,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 304
        },
        {
          "entryTs": 1721024700,
          "entryUtc": "2024-07-15T06:25:00.000Z",
          "exitTs": 1721042820,
          "dir": 1,
          "entryPrice": 2404.815,
          "exitPrice": 2419.306,
          "stopDistance": 7.245,
          "outcome": "target",
          "netR": 1.9489,
          "holdMinutes": 302
        },
        {
          "entryTs": 1721109600,
          "entryUtc": "2024-07-16T06:00:00.000Z",
          "exitTs": 1721121720,
          "dir": -1,
          "entryPrice": 2431.805,
          "exitPrice": 2439.416,
          "stopDistance": 7.612,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 202
        },
        {
          "entryTs": 1721196120,
          "entryUtc": "2024-07-17T06:02:00.000Z",
          "exitTs": 1721233560,
          "dir": 1,
          "entryPrice": 2463.878,
          "exitPrice": 2453.123,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 624
        },
        {
          "entryTs": 1721284140,
          "entryUtc": "2024-07-18T06:29:00.000Z",
          "exitTs": 1721329440,
          "dir": -1,
          "entryPrice": 2468.775,
          "exitPrice": 2450.255,
          "stopDistance": 9.26,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 755
        },
        {
          "entryTs": 1721369160,
          "entryUtc": "2024-07-19T06:06:00.000Z",
          "exitTs": 1721389980,
          "dir": 1,
          "entryPrice": 2420.315,
          "exitPrice": 2410.263,
          "stopDistance": 10.052,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 347
        },
        {
          "entryTs": 1721628000,
          "entryUtc": "2024-07-22T06:00:00.000Z",
          "exitTs": 1721650500,
          "dir": 1,
          "entryPrice": 2402.788,
          "exitPrice": 2393.953,
          "stopDistance": 8.835,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 375
        },
        {
          "entryTs": 1721714400,
          "entryUtc": "2024-07-23T06:00:00.000Z",
          "exitTs": 1721733360,
          "dir": 1,
          "entryPrice": 2392.445,
          "exitPrice": 2408.643,
          "stopDistance": 8.099,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 316
        },
        {
          "entryTs": 1721800980,
          "entryUtc": "2024-07-24T06:03:00.000Z",
          "exitTs": 1721828880,
          "dir": -1,
          "entryPrice": 2418.228,
          "exitPrice": 2425.666,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 465
        },
        {
          "entryTs": 1721891460,
          "entryUtc": "2024-07-25T07:11:00.000Z",
          "exitTs": 1721928480,
          "dir": 1,
          "entryPrice": 2366.625,
          "exitPrice": 2354.634,
          "stopDistance": 11.991,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 617
        },
        {
          "entryTs": 1722241260,
          "entryUtc": "2024-07-29T08:21:00.000Z",
          "exitTs": 1722265980,
          "dir": 1,
          "entryPrice": 2388.528,
          "exitPrice": 2379.163,
          "stopDistance": 9.365,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 412
        },
        {
          "entryTs": 1722319200,
          "entryUtc": "2024-07-30T06:00:00.000Z",
          "exitTs": 1722346380,
          "dir": -1,
          "entryPrice": 2388.645,
          "exitPrice": 2396.651,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 453
        },
        {
          "entryTs": 1722406500,
          "entryUtc": "2024-07-31T06:15:00.000Z",
          "exitTs": 1722435180,
          "dir": -1,
          "entryPrice": 2418.895,
          "exitPrice": 2427.963,
          "stopDistance": 9.068,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 478
        },
        {
          "entryTs": 1722500880,
          "entryUtc": "2024-08-01T08:28:00.000Z",
          "exitTs": 1722519420,
          "dir": 1,
          "entryPrice": 2437.218,
          "exitPrice": 2457.191,
          "stopDistance": 9.987,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 309
        },
        {
          "entryTs": 1722578400,
          "entryUtc": "2024-08-02T06:00:00.000Z",
          "exitTs": 1722609420,
          "dir": -1,
          "entryPrice": 2466.675,
          "exitPrice": 2443.153,
          "stopDistance": 11.761,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 517
        },
        {
          "entryTs": 1722855300,
          "entryUtc": "2024-08-05T10:55:00.000Z",
          "exitTs": 1722857640,
          "dir": 1,
          "entryPrice": 2413.908,
          "exitPrice": 2394.011,
          "stopDistance": 19.897,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 39
        },
        {
          "entryTs": 1722924000,
          "entryUtc": "2024-08-06T06:00:00.000Z",
          "exitTs": 1722956940,
          "dir": 1,
          "entryPrice": 2398.678,
          "exitPrice": 2382.58,
          "stopDistance": 16.098,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 549
        },
        {
          "entryTs": 1723010400,
          "entryUtc": "2024-08-07T06:00:00.000Z",
          "exitTs": 1723032300,
          "dir": -1,
          "entryPrice": 2391.355,
          "exitPrice": 2403.403,
          "stopDistance": 12.048,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 365
        },
        {
          "entryTs": 1723096800,
          "entryUtc": "2024-08-08T06:00:00.000Z",
          "exitTs": 1723113840,
          "dir": -1,
          "entryPrice": 2395.115,
          "exitPrice": 2404.188,
          "stopDistance": 9.073,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 284
        },
        {
          "entryTs": 1723183200,
          "entryUtc": "2024-08-09T06:00:00.000Z",
          "exitTs": 1723214100,
          "dir": 1,
          "entryPrice": 2417.005,
          "exitPrice": 2435.342,
          "stopDistance": 9.169,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 515
        },
        {
          "entryTs": 1723442400,
          "entryUtc": "2024-08-12T06:00:00.000Z",
          "exitTs": 1723449420,
          "dir": -1,
          "entryPrice": 2434.525,
          "exitPrice": 2442.521,
          "stopDistance": 7.996,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 117
        },
        {
          "entryTs": 1723533360,
          "entryUtc": "2024-08-13T07:16:00.000Z",
          "exitTs": 1723625040,
          "dir": 1,
          "entryPrice": 2460.764,
          "exitPrice": 2477.856,
          "stopDistance": 8.546,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 1528
        },
        {
          "entryTs": 1723701960,
          "entryUtc": "2024-08-15T06:06:00.000Z",
          "exitTs": 1723721580,
          "dir": -1,
          "entryPrice": 2454.195,
          "exitPrice": 2462.357,
          "stopDistance": 8.162,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 327
        },
        {
          "entryTs": 1723794660,
          "entryUtc": "2024-08-16T07:51:00.000Z",
          "exitTs": 1723803720,
          "dir": -1,
          "entryPrice": 2459.908,
          "exitPrice": 2467.735,
          "stopDistance": 7.827,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 151
        },
        {
          "entryTs": 1724056500,
          "entryUtc": "2024-08-19T08:35:00.000Z",
          "exitTs": 1724066520,
          "dir": -1,
          "entryPrice": 2506.705,
          "exitPrice": 2486.486,
          "stopDistance": 10.11,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 167
        },
        {
          "entryTs": 1724134080,
          "entryUtc": "2024-08-20T06:08:00.000Z",
          "exitTs": 1724139900,
          "dir": 1,
          "entryPrice": 2498.558,
          "exitPrice": 2513.649,
          "stopDistance": 7.545,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 97
        },
        {
          "entryTs": 1724226120,
          "entryUtc": "2024-08-21T07:42:00.000Z",
          "exitTs": 1724247180,
          "dir": 1,
          "entryPrice": 2510.725,
          "exitPrice": 2501.94,
          "stopDistance": 8.785,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 351
        },
        {
          "entryTs": 1724326680,
          "entryUtc": "2024-08-22T11:38:00.000Z",
          "exitTs": 1724332860,
          "dir": 1,
          "entryPrice": 2499.815,
          "exitPrice": 2491.207,
          "stopDistance": 8.608,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 103
        },
        {
          "entryTs": 1724394120,
          "entryUtc": "2024-08-23T06:22:00.000Z",
          "exitTs": 1724406000,
          "dir": -1,
          "entryPrice": 2493.618,
          "exitPrice": 2501.647,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 198
        },
        {
          "entryTs": 1724656440,
          "entryUtc": "2024-08-26T07:14:00.000Z",
          "exitTs": 1724659380,
          "dir": -1,
          "entryPrice": 2516.845,
          "exitPrice": 2524.25,
          "stopDistance": 7.405,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 49
        },
        {
          "entryTs": 1724745540,
          "entryUtc": "2024-08-27T07:59:00.000Z",
          "exitTs": 1724772180,
          "dir": 1,
          "entryPrice": 2505.698,
          "exitPrice": 2519.944,
          "stopDistance": 7.123,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 444
        },
        {
          "entryTs": 1724824800,
          "entryUtc": "2024-08-28T06:00:00.000Z",
          "exitTs": 1724847480,
          "dir": 1,
          "entryPrice": 2505.698,
          "exitPrice": 2497.669,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 378
        },
        {
          "entryTs": 1724911200,
          "entryUtc": "2024-08-29T06:00:00.000Z",
          "exitTs": 1724950500,
          "dir": -1,
          "entryPrice": 2518.655,
          "exitPrice": 2526.227,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 655
        },
        {
          "entryTs": 1724999220,
          "entryUtc": "2024-08-30T06:27:00.000Z",
          "exitTs": 1725028560,
          "dir": -1,
          "entryPrice": 2520.798,
          "exitPrice": 2506.385,
          "stopDistance": 7.207,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 489
        },
        {
          "entryTs": 1725266640,
          "entryUtc": "2024-09-02T08:44:00.000Z",
          "exitTs": 1725364140,
          "dir": -1,
          "entryPrice": 2504.825,
          "exitPrice": 2488.797,
          "stopDistance": 8.014,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 1625
        },
        {
          "entryTs": 1725430860,
          "entryUtc": "2024-09-04T06:21:00.000Z",
          "exitTs": 1725434880,
          "dir": 1,
          "entryPrice": 2491.155,
          "exitPrice": 2483.393,
          "stopDistance": 7.762,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 67
        },
        {
          "entryTs": 1725516000,
          "entryUtc": "2024-09-05T06:00:00.000Z",
          "exitTs": 1725524040,
          "dir": -1,
          "entryPrice": 2501.815,
          "exitPrice": 2509.165,
          "stopDistance": 7.35,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 134
        },
        {
          "entryTs": 1725602400,
          "entryUtc": "2024-09-06T06:00:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2519.914,
          "exitPrice": 2507.755,
          "stopDistance": 6.08,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 390
        },
        {
          "entryTs": 1725861600,
          "entryUtc": "2024-09-09T06:00:00.000Z",
          "exitTs": 1725903300,
          "dir": 1,
          "entryPrice": 2487.745,
          "exitPrice": 2506.241,
          "stopDistance": 9.248,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 695
        },
        {
          "entryTs": 1725953880,
          "entryUtc": "2024-09-10T07:38:00.000Z",
          "exitTs": 1725973260,
          "dir": -1,
          "entryPrice": 2507.515,
          "exitPrice": 2514.078,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 323
        },
        {
          "entryTs": 1726034520,
          "entryUtc": "2024-09-11T06:02:00.000Z",
          "exitTs": 1726036800,
          "dir": -1,
          "entryPrice": 2522.415,
          "exitPrice": 2528.573,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 38
        },
        {
          "entryTs": 1726120800,
          "entryUtc": "2024-09-12T06:00:00.000Z",
          "exitTs": 1726144620,
          "dir": -1,
          "entryPrice": 2519.365,
          "exitPrice": 2525.789,
          "stopDistance": 6.424,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 397
        },
        {
          "entryTs": 1726213560,
          "entryUtc": "2024-09-13T07:46:00.000Z",
          "exitTs": 1726233480,
          "dir": -1,
          "entryPrice": 2569.925,
          "exitPrice": 2578.627,
          "stopDistance": 8.702,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 332
        },
        {
          "entryTs": 1726466520,
          "entryUtc": "2024-09-16T06:02:00.000Z",
          "exitTs": 1726550280,
          "dir": -1,
          "entryPrice": 2588.865,
          "exitPrice": 2574.604,
          "stopDistance": 7.131,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 1396
        },
        {
          "entryTs": 1726555560,
          "entryUtc": "2024-09-17T06:46:00.000Z",
          "exitTs": 1726566180,
          "dir": -1,
          "entryPrice": 2586.165,
          "exitPrice": 2572.241,
          "stopDistance": 6.962,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 177
        },
        {
          "entryTs": 1726639200,
          "entryUtc": "2024-09-18T06:00:00.000Z",
          "exitTs": 1726682400,
          "dir": 1,
          "entryPrice": 2567.605,
          "exitPrice": 2583.932,
          "stopDistance": 8.163,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 720
        },
        {
          "entryTs": 1726725600,
          "entryUtc": "2024-09-19T06:00:00.000Z",
          "exitTs": 1726737360,
          "dir": -1,
          "entryPrice": 2574.425,
          "exitPrice": 2586.734,
          "stopDistance": 12.309,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 196
        },
        {
          "entryTs": 1726812000,
          "entryUtc": "2024-09-20T06:00:00.000Z",
          "exitTs": 1726814940,
          "dir": -1,
          "entryPrice": 2594.354,
          "exitPrice": 2602.638,
          "stopDistance": 8.284,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 49
        },
        {
          "entryTs": 1727077020,
          "entryUtc": "2024-09-23T07:37:00.000Z",
          "exitTs": 1727099640,
          "dir": 1,
          "entryPrice": 2615.945,
          "exitPrice": 2632.883,
          "stopDistance": 8.469,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 377
        },
        {
          "entryTs": 1727163540,
          "entryUtc": "2024-09-24T07:39:00.000Z",
          "exitTs": 1727189040,
          "dir": 1,
          "entryPrice": 2623.685,
          "exitPrice": 2640.135,
          "stopDistance": 8.225,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 425
        },
        {
          "entryTs": 1727244480,
          "entryUtc": "2024-09-25T06:08:00.000Z",
          "exitTs": 1727347680,
          "dir": 1,
          "entryPrice": 2655.345,
          "exitPrice": 2674.955,
          "stopDistance": 9.805,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 1720
        },
        {
          "entryTs": 1727416800,
          "entryUtc": "2024-09-27T06:00:00.000Z",
          "exitTs": 1727448480,
          "dir": 1,
          "entryPrice": 2664.745,
          "exitPrice": 2655.32,
          "stopDistance": 9.425,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 528
        },
        {
          "entryTs": 1727691480,
          "entryUtc": "2024-09-30T10:18:00.000Z",
          "exitTs": 1727693400,
          "dir": 1,
          "entryPrice": 2647.285,
          "exitPrice": 2637.1,
          "stopDistance": 10.184,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727762400,
          "entryUtc": "2024-10-01T06:00:00.000Z",
          "exitTs": 1727783640,
          "dir": -1,
          "entryPrice": 2642.975,
          "exitPrice": 2651.629,
          "stopDistance": 8.654,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 354
        },
        {
          "entryTs": 1727848800,
          "entryUtc": "2024-10-02T06:00:00.000Z",
          "exitTs": 1727964000,
          "dir": 1,
          "entryPrice": 2647.895,
          "exitPrice": 2638.185,
          "stopDistance": 9.71,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 1920
        },
        {
          "entryTs": 1728021600,
          "entryUtc": "2024-10-04T06:00:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2667.295,
          "exitPrice": 2651.679,
          "stopDistance": 7.808,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 390
        },
        {
          "entryTs": 1728280800,
          "entryUtc": "2024-10-07T06:00:00.000Z",
          "exitTs": 1728375540,
          "dir": 1,
          "entryPrice": 2640.635,
          "exitPrice": 2630.626,
          "stopDistance": 10.009,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 1579
        },
        {
          "entryTs": 1728454680,
          "entryUtc": "2024-10-09T06:18:00.000Z",
          "exitTs": 1728563400,
          "dir": 1,
          "entryPrice": 2614.735,
          "exitPrice": 2604.594,
          "stopDistance": 10.141,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 1812
        },
        {
          "entryTs": 1729058580,
          "entryUtc": "2024-10-16T06:03:00.000Z",
          "exitTs": 1729069200,
          "dir": -1,
          "entryPrice": 2669.935,
          "exitPrice": 2680.193,
          "stopDistance": 10.258,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 177
        },
        {
          "entryTs": 1729147200,
          "entryUtc": "2024-10-17T06:40:00.000Z",
          "exitTs": 1729175880,
          "dir": -1,
          "entryPrice": 2684.755,
          "exitPrice": 2693.099,
          "stopDistance": 8.344,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 478
        },
        {
          "entryTs": 1729498860,
          "entryUtc": "2024-10-21T08:21:00.000Z",
          "exitTs": 1729608840,
          "dir": -1,
          "entryPrice": 2732.675,
          "exitPrice": 2742.886,
          "stopDistance": 10.211,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 1833
        },
        {
          "entryTs": 1729663200,
          "entryUtc": "2024-10-23T06:00:00.000Z",
          "exitTs": 1729689420,
          "dir": -1,
          "entryPrice": 2751.415,
          "exitPrice": 2735.007,
          "stopDistance": 8.204,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 437
        },
        {
          "entryTs": 1729749600,
          "entryUtc": "2024-10-24T06:00:00.000Z",
          "exitTs": 1729758300,
          "dir": -1,
          "entryPrice": 2728.835,
          "exitPrice": 2737.139,
          "stopDistance": 8.305,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 145
        },
        {
          "entryTs": 1729843860,
          "entryUtc": "2024-10-25T08:11:00.000Z",
          "exitTs": 1729867620,
          "dir": 1,
          "entryPrice": 2724.295,
          "exitPrice": 2739.76,
          "stopDistance": 7.732,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 396
        },
        {
          "entryTs": 1730095800,
          "entryUtc": "2024-10-28T06:10:00.000Z",
          "exitTs": 1730163960,
          "dir": -1,
          "entryPrice": 2740.095,
          "exitPrice": 2749.477,
          "stopDistance": 9.382,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 1136
        },
        {
          "entryTs": 1730268000,
          "entryUtc": "2024-10-30T06:00:00.000Z",
          "exitTs": 1730380920,
          "dir": -1,
          "entryPrice": 2782.995,
          "exitPrice": 2766.648,
          "stopDistance": 8.174,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 1882
        },
        {
          "entryTs": 1730440800,
          "entryUtc": "2024-11-01T06:00:00.000Z",
          "exitTs": 1730482320,
          "dir": -1,
          "entryPrice": 2754.855,
          "exitPrice": 2737.848,
          "stopDistance": 8.504,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 692
        },
        {
          "entryTs": 1730704080,
          "entryUtc": "2024-11-04T07:08:00.000Z",
          "exitTs": 1730874360,
          "dir": -1,
          "entryPrice": 2742.315,
          "exitPrice": 2724.594,
          "stopDistance": 8.86,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 2838
        },
        {
          "entryTs": 1730876400,
          "entryUtc": "2024-11-06T07:00:00.000Z",
          "exitTs": 1730898000,
          "dir": 1,
          "entryPrice": 2706.885,
          "exitPrice": 2691.998,
          "stopDistance": 14.887,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 360
        },
        {
          "entryTs": 1731049200,
          "entryUtc": "2024-11-08T07:00:00.000Z",
          "exitTs": 1731292440,
          "dir": 1,
          "entryPrice": 2686.265,
          "exitPrice": 2669.544,
          "stopDistance": 16.721,
          "outcome": "stop",
          "netR": -1.0251,
          "holdMinutes": 4054
        },
        {
          "entryTs": 1731316800,
          "entryUtc": "2024-11-11T09:20:00.000Z",
          "exitTs": 1731330000,
          "dir": 1,
          "entryPrice": 2666.375,
          "exitPrice": 2655.796,
          "stopDistance": 10.579,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 220
        },
        {
          "entryTs": 1731394800,
          "entryUtc": "2024-11-12T07:00:00.000Z",
          "exitTs": 1731397080,
          "dir": 1,
          "entryPrice": 2607.805,
          "exitPrice": 2596.809,
          "stopDistance": 10.996,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 38
        },
        {
          "entryTs": 1731567600,
          "entryUtc": "2024-11-14T07:00:00.000Z",
          "exitTs": 1731576960,
          "dir": 1,
          "entryPrice": 2554.905,
          "exitPrice": 2543.109,
          "stopDistance": 11.796,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 156
        },
        {
          "entryTs": 1731654000,
          "entryUtc": "2024-11-15T07:00:00.000Z",
          "exitTs": 1731892860,
          "dir": 1,
          "entryPrice": 2561.295,
          "exitPrice": 2583.373,
          "stopDistance": 11.039,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 3981
        },
        {
          "entryTs": 1731923460,
          "entryUtc": "2024-11-18T09:51:00.000Z",
          "exitTs": 1731940380,
          "dir": -1,
          "entryPrice": 2597.155,
          "exitPrice": 2608.669,
          "stopDistance": 11.514,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 282
        },
        {
          "entryTs": 1732005720,
          "entryUtc": "2024-11-19T08:42:00.000Z",
          "exitTs": 1732009140,
          "dir": -1,
          "entryPrice": 2625.408,
          "exitPrice": 2634.055,
          "stopDistance": 8.647,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 57
        },
        {
          "entryTs": 1732086000,
          "entryUtc": "2024-11-20T07:00:00.000Z",
          "exitTs": 1732089600,
          "dir": 1,
          "entryPrice": 2629.315,
          "exitPrice": 2620.978,
          "stopDistance": 8.337,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 60
        },
        {
          "entryTs": 1732172400,
          "entryUtc": "2024-11-21T07:00:00.000Z",
          "exitTs": 1732178160,
          "dir": -1,
          "entryPrice": 2661.215,
          "exitPrice": 2669.637,
          "stopDistance": 8.422,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 96
        },
        {
          "entryTs": 1732258800,
          "entryUtc": "2024-11-22T07:00:00.000Z",
          "exitTs": 1732268160,
          "dir": -1,
          "entryPrice": 2692.865,
          "exitPrice": 2702.664,
          "stopDistance": 9.799,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 156
        },
        {
          "entryTs": 1732617300,
          "entryUtc": "2024-11-26T10:35:00.000Z",
          "exitTs": 1732695540,
          "dir": -1,
          "entryPrice": 2632.085,
          "exitPrice": 2648.288,
          "stopDistance": 16.203,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 1304
        },
        {
          "entryTs": 1732778280,
          "entryUtc": "2024-11-28T07:18:00.000Z",
          "exitTs": 1732790280,
          "dir": -1,
          "entryPrice": 2638.315,
          "exitPrice": 2648.103,
          "stopDistance": 9.788,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 200
        },
        {
          "entryTs": 1732863600,
          "entryUtc": "2024-11-29T07:00:00.000Z",
          "exitTs": 1733095320,
          "dir": -1,
          "entryPrice": 2665.075,
          "exitPrice": 2646.657,
          "stopDistance": 9.209,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 3862
        },
        {
          "entryTs": 1733209200,
          "entryUtc": "2024-12-03T07:00:00.000Z",
          "exitTs": 1733326920,
          "dir": -1,
          "entryPrice": 2646.745,
          "exitPrice": 2656.552,
          "stopDistance": 9.807,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 1962
        },
        {
          "entryTs": 1733384340,
          "entryUtc": "2024-12-05T07:39:00.000Z",
          "exitTs": 1733413260,
          "dir": -1,
          "entryPrice": 2650.625,
          "exitPrice": 2633.044,
          "stopDistance": 8.791,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 482
        },
        {
          "entryTs": 1733475480,
          "entryUtc": "2024-12-06T08:58:00.000Z",
          "exitTs": 1733737680,
          "dir": -1,
          "entryPrice": 2644.405,
          "exitPrice": 2655.129,
          "stopDistance": 10.724,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 4370
        },
        {
          "entryTs": 1733827140,
          "entryUtc": "2024-12-10T10:39:00.000Z",
          "exitTs": 1733840100,
          "dir": -1,
          "entryPrice": 2673.625,
          "exitPrice": 2682.517,
          "stopDistance": 8.892,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 216
        },
        {
          "entryTs": 1734080040,
          "entryUtc": "2024-12-13T08:54:00.000Z",
          "exitTs": 1734083580,
          "dir": 1,
          "entryPrice": 2678.675,
          "exitPrice": 2668.788,
          "stopDistance": 9.887,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 59
        },
        {
          "entryTs": 1734335040,
          "entryUtc": "2024-12-16T07:44:00.000Z",
          "exitTs": 1734350940,
          "dir": -1,
          "entryPrice": 2655.448,
          "exitPrice": 2664.104,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 265
        },
        {
          "entryTs": 1734418800,
          "entryUtc": "2024-12-17T07:00:00.000Z",
          "exitTs": 1734427320,
          "dir": 1,
          "entryPrice": 2648.745,
          "exitPrice": 2641.173,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 142
        },
        {
          "entryTs": 1734508860,
          "entryUtc": "2024-12-18T08:01:00.000Z",
          "exitTs": 1734534540,
          "dir": 1,
          "entryPrice": 2642.555,
          "exitPrice": 2635.227,
          "stopDistance": 7.328,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 428
        },
        {
          "entryTs": 1734592980,
          "entryUtc": "2024-12-19T07:23:00.000Z",
          "exitTs": 1734620400,
          "dir": -1,
          "entryPrice": 2617.948,
          "exitPrice": 2591.776,
          "stopDistance": 13.086,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 457
        },
        {
          "entryTs": 1734678000,
          "entryUtc": "2024-12-20T07:00:00.000Z",
          "exitTs": 1734703980,
          "dir": -1,
          "entryPrice": 2604.615,
          "exitPrice": 2614.891,
          "stopDistance": 10.276,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 433
        },
        {
          "entryTs": 1734937200,
          "entryUtc": "2024-12-23T07:00:00.000Z",
          "exitTs": 1734954420,
          "dir": -1,
          "entryPrice": 2631.304,
          "exitPrice": 2612.925,
          "stopDistance": 9.189,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 287
        },
        {
          "entryTs": 1735023900,
          "entryUtc": "2024-12-24T07:05:00.000Z",
          "exitTs": 1735176840,
          "dir": -1,
          "entryPrice": 2620.348,
          "exitPrice": 2627.118,
          "stopDistance": 6.77,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 2549
        },
        {
          "entryTs": 1735197060,
          "entryUtc": "2024-12-26T07:11:00.000Z",
          "exitTs": 1735226100,
          "dir": -1,
          "entryPrice": 2629.065,
          "exitPrice": 2635.156,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 484
        },
        {
          "entryTs": 1735282920,
          "entryUtc": "2024-12-27T07:02:00.000Z",
          "exitTs": 1735304820,
          "dir": -1,
          "entryPrice": 2635.348,
          "exitPrice": 2622.948,
          "stopDistance": 6.2,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 365
        },
        {
          "entryTs": 1735542000,
          "entryUtc": "2024-12-30T07:00:00.000Z",
          "exitTs": 1735548600,
          "dir": 1,
          "entryPrice": 2618.925,
          "exitPrice": 2611.262,
          "stopDistance": 7.663,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 110
        },
        {
          "entryTs": 1735631100,
          "entryUtc": "2024-12-31T07:45:00.000Z",
          "exitTs": 1735658160,
          "dir": -1,
          "entryPrice": 2611.375,
          "exitPrice": 2619.094,
          "stopDistance": 7.719,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 451
        },
        {
          "entryTs": 1735805220,
          "entryUtc": "2025-01-02T08:07:00.000Z",
          "exitTs": 1735813140,
          "dir": -1,
          "entryPrice": 2636.298,
          "exitPrice": 2643.558,
          "stopDistance": 7.26,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 132
        },
        {
          "entryTs": 1735888020,
          "entryUtc": "2025-01-03T07:07:00.000Z",
          "exitTs": 1735911480,
          "dir": 1,
          "entryPrice": 2656.025,
          "exitPrice": 2647.688,
          "stopDistance": 8.337,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 391
        },
        {
          "entryTs": 1736146800,
          "entryUtc": "2025-01-06T07:00:00.000Z",
          "exitTs": 1736163240,
          "dir": 1,
          "entryPrice": 2631.335,
          "exitPrice": 2647.322,
          "stopDistance": 7.993,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 274
        },
        {
          "entryTs": 1736233320,
          "entryUtc": "2025-01-07T07:02:00.000Z",
          "exitTs": 1736251620,
          "dir": -1,
          "entryPrice": 2641.105,
          "exitPrice": 2650.195,
          "stopDistance": 9.09,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 305
        },
        {
          "entryTs": 1736319600,
          "entryUtc": "2025-01-08T07:00:00.000Z",
          "exitTs": 1736344620,
          "dir": -1,
          "entryPrice": 2652.035,
          "exitPrice": 2659.637,
          "stopDistance": 7.602,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 417
        },
        {
          "entryTs": 1736406000,
          "entryUtc": "2025-01-09T07:00:00.000Z",
          "exitTs": 1736427480,
          "dir": -1,
          "entryPrice": 2666.595,
          "exitPrice": 2675.013,
          "stopDistance": 8.418,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 358
        },
        {
          "entryTs": 1736492400,
          "entryUtc": "2025-01-10T07:00:00.000Z",
          "exitTs": 1736515800,
          "dir": -1,
          "entryPrice": 2678.025,
          "exitPrice": 2664.891,
          "stopDistance": 6.567,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 390
        },
        {
          "entryTs": 1736762640,
          "entryUtc": "2025-01-13T10:04:00.000Z",
          "exitTs": 1736770920,
          "dir": 1,
          "entryPrice": 2679.145,
          "exitPrice": 2669.934,
          "stopDistance": 9.211,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 138
        },
        {
          "entryTs": 1736843400,
          "entryUtc": "2025-01-14T08:30:00.000Z",
          "exitTs": 1736922180,
          "dir": -1,
          "entryPrice": 2673.885,
          "exitPrice": 2682.203,
          "stopDistance": 8.318,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 1313
        },
        {
          "entryTs": 1736924400,
          "entryUtc": "2025-01-15T07:00:00.000Z",
          "exitTs": 1736934300,
          "dir": -1,
          "entryPrice": 2680.759,
          "exitPrice": 2688.172,
          "stopDistance": 7.413,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 165
        },
        {
          "entryTs": 1737015480,
          "entryUtc": "2025-01-16T08:18:00.000Z",
          "exitTs": 1737027120,
          "dir": -1,
          "entryPrice": 2702.008,
          "exitPrice": 2709.59,
          "stopDistance": 7.582,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 194
        },
        {
          "entryTs": 1737100080,
          "entryUtc": "2025-01-17T07:48:00.000Z",
          "exitTs": 1737110460,
          "dir": 1,
          "entryPrice": 2709.725,
          "exitPrice": 2702.859,
          "stopDistance": 6.866,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 173
        },
        {
          "entryTs": 1737356400,
          "entryUtc": "2025-01-20T07:00:00.000Z",
          "exitTs": 1737425040,
          "dir": -1,
          "entryPrice": 2711.405,
          "exitPrice": 2719.711,
          "stopDistance": 8.306,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 1144
        },
        {
          "entryTs": 1737444540,
          "entryUtc": "2025-01-21T07:29:00.000Z",
          "exitTs": 1737471360,
          "dir": -1,
          "entryPrice": 2727.715,
          "exitPrice": 2737.31,
          "stopDistance": 9.595,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 447
        },
        {
          "entryTs": 1737532140,
          "entryUtc": "2025-01-22T07:49:00.000Z",
          "exitTs": 1737538080,
          "dir": -1,
          "entryPrice": 2752.775,
          "exitPrice": 2761.895,
          "stopDistance": 9.12,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 99
        },
        {
          "entryTs": 1737624000,
          "entryUtc": "2025-01-23T09:20:00.000Z",
          "exitTs": 1737624420,
          "dir": 1,
          "entryPrice": 2749.385,
          "exitPrice": 2742.793,
          "stopDistance": 6.592,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 7
        },
        {
          "entryTs": 1737711000,
          "entryUtc": "2025-01-24T09:30:00.000Z",
          "exitTs": 1737732420,
          "dir": -1,
          "entryPrice": 2777.215,
          "exitPrice": 2785.595,
          "stopDistance": 8.38,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 357
        },
        {
          "entryTs": 1737961500,
          "entryUtc": "2025-01-27T07:05:00.000Z",
          "exitTs": 1737979080,
          "dir": 1,
          "entryPrice": 2753.618,
          "exitPrice": 2771.457,
          "stopDistance": 8.92,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 293
        },
        {
          "entryTs": 1738052040,
          "entryUtc": "2025-01-28T08:14:00.000Z",
          "exitTs": 1738074600,
          "dir": 1,
          "entryPrice": 2737.675,
          "exitPrice": 2754.894,
          "stopDistance": 8.609,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 376
        },
        {
          "entryTs": 1738134000,
          "entryUtc": "2025-01-29T07:00:00.000Z",
          "exitTs": 1738156620,
          "dir": 1,
          "entryPrice": 2759.055,
          "exitPrice": 2753.47,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 377
        },
        {
          "entryTs": 1738220400,
          "entryUtc": "2025-01-30T07:00:00.000Z",
          "exitTs": 1738225320,
          "dir": -1,
          "entryPrice": 2765.248,
          "exitPrice": 2772.212,
          "stopDistance": 6.964,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 82
        },
        {
          "entryTs": 1738306800,
          "entryUtc": "2025-01-31T07:00:00.000Z",
          "exitTs": 1738327260,
          "dir": 1,
          "entryPrice": 2792.685,
          "exitPrice": 2807.043,
          "stopDistance": 7.179,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 341
        },
        {
          "entryTs": 1738570920,
          "entryUtc": "2025-02-03T08:22:00.000Z",
          "exitTs": 1738586280,
          "dir": -1,
          "entryPrice": 2795.598,
          "exitPrice": 2806.985,
          "stopDistance": 11.387,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 256
        },
        {
          "entryTs": 1738652400,
          "entryUtc": "2025-02-04T07:00:00.000Z",
          "exitTs": 1738675620,
          "dir": 1,
          "entryPrice": 2812.305,
          "exitPrice": 2833.74,
          "stopDistance": 10.718,
          "outcome": "target",
          "netR": 1.9655,
          "holdMinutes": 387
        },
        {
          "entryTs": 1738738800,
          "entryUtc": "2025-02-05T07:00:00.000Z",
          "exitTs": 1738744980,
          "dir": -1,
          "entryPrice": 2859.015,
          "exitPrice": 2869.15,
          "stopDistance": 10.135,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 103
        },
        {
          "entryTs": 1738825200,
          "entryUtc": "2025-02-06T07:00:00.000Z",
          "exitTs": 1738853340,
          "dir": 1,
          "entryPrice": 2859.025,
          "exitPrice": 2848.054,
          "stopDistance": 10.971,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 469
        },
        {
          "entryTs": 1738919400,
          "entryUtc": "2025-02-07T09:10:00.000Z",
          "exitTs": 1738935120,
          "dir": -1,
          "entryPrice": 2870.395,
          "exitPrice": 2852.258,
          "stopDistance": 9.068,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 262
        },
        {
          "entryTs": 1739170800,
          "entryUtc": "2025-02-10T07:00:00.000Z",
          "exitTs": 1739178480,
          "dir": -1,
          "entryPrice": 2888.015,
          "exitPrice": 2899.509,
          "stopDistance": 11.495,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 128
        },
        {
          "entryTs": 1739264400,
          "entryUtc": "2025-02-11T09:00:00.000Z",
          "exitTs": 1739278560,
          "dir": 1,
          "entryPrice": 2905.015,
          "exitPrice": 2889.275,
          "stopDistance": 15.74,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 236
        },
        {
          "entryTs": 1739356320,
          "entryUtc": "2025-02-12T10:32:00.000Z",
          "exitTs": 1739367000,
          "dir": 1,
          "entryPrice": 2883.345,
          "exitPrice": 2871.482,
          "stopDistance": 11.863,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 178
        },
        {
          "entryTs": 1739431860,
          "entryUtc": "2025-02-13T07:31:00.000Z",
          "exitTs": 1739489160,
          "dir": -1,
          "entryPrice": 2919.035,
          "exitPrice": 2929.973,
          "stopDistance": 10.939,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 955
        },
        {
          "entryTs": 1739516400,
          "entryUtc": "2025-02-14T07:00:00.000Z",
          "exitTs": 1739541660,
          "dir": -1,
          "entryPrice": 2934.195,
          "exitPrice": 2915.219,
          "stopDistance": 9.488,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 421
        },
        {
          "entryTs": 1739783820,
          "entryUtc": "2025-02-17T09:17:00.000Z",
          "exitTs": 1739882760,
          "dir": -1,
          "entryPrice": 2904.775,
          "exitPrice": 2917.989,
          "stopDistance": 13.214,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 1649
        },
        {
          "entryTs": 1739954160,
          "entryUtc": "2025-02-19T08:36:00.000Z",
          "exitTs": 1739988780,
          "dir": -1,
          "entryPrice": 2939.465,
          "exitPrice": 2920.594,
          "stopDistance": 9.436,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 577
        },
        {
          "entryTs": 1740034800,
          "entryUtc": "2025-02-20T07:00:00.000Z",
          "exitTs": 1740060300,
          "dir": -1,
          "entryPrice": 2947.565,
          "exitPrice": 2927.74,
          "stopDistance": 9.913,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 425
        },
        {
          "entryTs": 1740125100,
          "entryUtc": "2025-02-21T08:05:00.000Z",
          "exitTs": 1740398520,
          "dir": 1,
          "entryPrice": 2926.238,
          "exitPrice": 2950.948,
          "stopDistance": 12.355,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 4557
        },
        {
          "entryTs": 1740466860,
          "entryUtc": "2025-02-25T07:01:00.000Z",
          "exitTs": 1740487320,
          "dir": 1,
          "entryPrice": 2935,
          "exitPrice": 2924.875,
          "stopDistance": 10.125,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 341
        },
        {
          "entryTs": 1740553200,
          "entryUtc": "2025-02-26T07:00:00.000Z",
          "exitTs": 1740579060,
          "dir": 1,
          "entryPrice": 2906.575,
          "exitPrice": 2893.348,
          "stopDistance": 13.227,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 431
        },
        {
          "entryTs": 1740639600,
          "entryUtc": "2025-02-27T07:00:00.000Z",
          "exitTs": 1740644820,
          "dir": 1,
          "entryPrice": 2894.035,
          "exitPrice": 2882.695,
          "stopDistance": 11.34,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 87
        },
        {
          "entryTs": 1740729720,
          "entryUtc": "2025-02-28T08:02:00.000Z",
          "exitTs": 1740751620,
          "dir": 1,
          "entryPrice": 2856.785,
          "exitPrice": 2844.371,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 365
        },
        {
          "entryTs": 1740990420,
          "entryUtc": "2025-03-03T08:27:00.000Z",
          "exitTs": 1741015200,
          "dir": 1,
          "entryPrice": 2859.055,
          "exitPrice": 2883.586,
          "stopDistance": 12.266,
          "outcome": "target",
          "netR": 1.9698,
          "holdMinutes": 413
        },
        {
          "entryTs": 1741072860,
          "entryUtc": "2025-03-04T07:21:00.000Z",
          "exitTs": 1741076040,
          "dir": -1,
          "entryPrice": 2893.625,
          "exitPrice": 2904.641,
          "stopDistance": 11.016,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 53
        },
        {
          "entryTs": 1741158000,
          "entryUtc": "2025-03-05T07:00:00.000Z",
          "exitTs": 1741192320,
          "dir": -1,
          "entryPrice": 2916.945,
          "exitPrice": 2929.471,
          "stopDistance": 12.526,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 572
        },
        {
          "entryTs": 1741246080,
          "entryUtc": "2025-03-06T07:28:00.000Z",
          "exitTs": 1741248780,
          "dir": 1,
          "entryPrice": 2915.695,
          "exitPrice": 2904.54,
          "stopDistance": 11.155,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 45
        },
        {
          "entryTs": 1741330800,
          "entryUtc": "2025-03-07T07:00:00.000Z",
          "exitTs": 1741354560,
          "dir": -1,
          "entryPrice": 2913.375,
          "exitPrice": 2924.865,
          "stopDistance": 11.49,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 396
        },
        {
          "entryTs": 1741593240,
          "entryUtc": "2025-03-10T07:54:00.000Z",
          "exitTs": 1741596480,
          "dir": 1,
          "entryPrice": 2907.975,
          "exitPrice": 2897.641,
          "stopDistance": 10.334,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 54
        },
        {
          "entryTs": 1741674780,
          "entryUtc": "2025-03-11T06:33:00.000Z",
          "exitTs": 1741686420,
          "dir": -1,
          "entryPrice": 2900.315,
          "exitPrice": 2912.068,
          "stopDistance": 11.753,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 194
        },
        {
          "entryTs": 1741759740,
          "entryUtc": "2025-03-12T06:09:00.000Z",
          "exitTs": 1741794660,
          "dir": -1,
          "entryPrice": 2919.795,
          "exitPrice": 2928.248,
          "stopDistance": 8.453,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 582
        },
        {
          "entryTs": 1741850700,
          "entryUtc": "2025-03-13T07:25:00.000Z",
          "exitTs": 1741873320,
          "dir": 1,
          "entryPrice": 2934.435,
          "exitPrice": 2951.927,
          "stopDistance": 8.746,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 377
        },
        {
          "entryTs": 1741933200,
          "entryUtc": "2025-03-14T06:20:00.000Z",
          "exitTs": 1741947360,
          "dir": 1,
          "entryPrice": 2981.475,
          "exitPrice": 3003.039,
          "stopDistance": 10.782,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 236
        },
        {
          "entryTs": 1742197560,
          "entryUtc": "2025-03-17T07:46:00.000Z",
          "exitTs": 1742261100,
          "dir": 1,
          "entryPrice": 2985.075,
          "exitPrice": 3003.611,
          "stopDistance": 9.268,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 1059
        },
        {
          "entryTs": 1742277840,
          "entryUtc": "2025-03-18T06:04:00.000Z",
          "exitTs": 1742286420,
          "dir": -1,
          "entryPrice": 3014.855,
          "exitPrice": 3023.959,
          "stopDistance": 9.104,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 143
        },
        {
          "entryTs": 1742364000,
          "entryUtc": "2025-03-19T06:00:00.000Z",
          "exitTs": 1742373840,
          "dir": -1,
          "entryPrice": 3044.255,
          "exitPrice": 3026.86,
          "stopDistance": 8.697,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 164
        },
        {
          "entryTs": 1742455260,
          "entryUtc": "2025-03-20T07:21:00.000Z",
          "exitTs": 1742465580,
          "dir": 1,
          "entryPrice": 3044.768,
          "exitPrice": 3034.122,
          "stopDistance": 10.646,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 172
        },
        {
          "entryTs": 1742536800,
          "entryUtc": "2025-03-21T06:00:00.000Z",
          "exitTs": 1742564280,
          "dir": 1,
          "entryPrice": 3027.885,
          "exitPrice": 3018.785,
          "stopDistance": 9.1,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 458
        },
        {
          "entryTs": 1742800140,
          "entryUtc": "2025-03-24T07:09:00.000Z",
          "exitTs": 1742839620,
          "dir": -1,
          "entryPrice": 3026.045,
          "exitPrice": 3004.925,
          "stopDistance": 10.56,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 658
        },
        {
          "entryTs": 1742882400,
          "entryUtc": "2025-03-25T06:00:00.000Z",
          "exitTs": 1742909760,
          "dir": -1,
          "entryPrice": 3018.108,
          "exitPrice": 3027.418,
          "stopDistance": 9.31,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 456
        },
        {
          "entryTs": 1742972820,
          "entryUtc": "2025-03-26T07:07:00.000Z",
          "exitTs": 1743048540,
          "dir": -1,
          "entryPrice": 3026.955,
          "exitPrice": 3035.742,
          "stopDistance": 8.787,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1743061680,
          "entryUtc": "2025-03-27T07:48:00.000Z",
          "exitTs": 1743069720,
          "dir": -1,
          "entryPrice": 3034.075,
          "exitPrice": 3042.836,
          "stopDistance": 8.761,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 134
        },
        {
          "entryTs": 1743141600,
          "entryUtc": "2025-03-28T06:00:00.000Z",
          "exitTs": 1743372000,
          "dir": -1,
          "entryPrice": 3077.648,
          "exitPrice": 3088.14,
          "stopDistance": 10.492,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 3840
        },
        {
          "entryTs": 1743400800,
          "entryUtc": "2025-03-31T06:00:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3116.348,
          "exitPrice": 3130.914,
          "stopDistance": 14.566,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 1141
        },
        {
          "entryTs": 1743591300,
          "entryUtc": "2025-04-02T10:55:00.000Z",
          "exitTs": 1743625740,
          "dir": 1,
          "entryPrice": 3111.015,
          "exitPrice": 3138.674,
          "stopDistance": 13.829,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 574
        },
        {
          "entryTs": 1743660000,
          "entryUtc": "2025-04-03T06:00:00.000Z",
          "exitTs": 1743675420,
          "dir": 1,
          "entryPrice": 3131.435,
          "exitPrice": 3110.934,
          "stopDistance": 20.501,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 257
        },
        {
          "entryTs": 1743754560,
          "entryUtc": "2025-04-04T08:16:00.000Z",
          "exitTs": 1743764940,
          "dir": 1,
          "entryPrice": 3086.838,
          "exitPrice": 3127.924,
          "stopDistance": 20.543,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 173
        },
        {
          "entryTs": 1744092000,
          "entryUtc": "2025-04-08T06:00:00.000Z",
          "exitTs": 1744179780,
          "dir": -1,
          "entryPrice": 3005.215,
          "exitPrice": 3030.272,
          "stopDistance": 25.057,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 1463
        },
        {
          "entryTs": 1744359660,
          "entryUtc": "2025-04-11T08:21:00.000Z",
          "exitTs": 1744719660,
          "dir": -1,
          "entryPrice": 3219.935,
          "exitPrice": 3218.895,
          "stopDistance": 26.039,
          "outcome": "time",
          "netR": 0.0257,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1744783200,
          "entryUtc": "2025-04-16T06:00:00.000Z",
          "exitTs": 1744790640,
          "dir": -1,
          "entryPrice": 3289.515,
          "exitPrice": 3306.433,
          "stopDistance": 16.918,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 124
        },
        {
          "entryTs": 1744874040,
          "entryUtc": "2025-04-17T07:14:00.000Z",
          "exitTs": 1744900200,
          "dir": 1,
          "entryPrice": 3320.515,
          "exitPrice": 3300.906,
          "stopDistance": 19.609,
          "outcome": "stop",
          "netR": -1.0214,
          "holdMinutes": 436
        },
        {
          "entryTs": 1745215200,
          "entryUtc": "2025-04-21T06:00:00.000Z",
          "exitTs": 1745236620,
          "dir": -1,
          "entryPrice": 3385.175,
          "exitPrice": 3405.554,
          "stopDistance": 20.379,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 357
        },
        {
          "entryTs": 1745302080,
          "entryUtc": "2025-04-22T06:08:00.000Z",
          "exitTs": 1745325840,
          "dir": -1,
          "entryPrice": 3494.625,
          "exitPrice": 3442.508,
          "stopDistance": 26.058,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 396
        },
        {
          "entryTs": 1745388000,
          "entryUtc": "2025-04-23T06:00:00.000Z",
          "exitTs": 1745416140,
          "dir": 1,
          "entryPrice": 3318.675,
          "exitPrice": 3279.229,
          "stopDistance": 39.446,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 469
        },
        {
          "entryTs": 1745560800,
          "entryUtc": "2025-04-25T06:00:00.000Z",
          "exitTs": 1745587860,
          "dir": 1,
          "entryPrice": 3294.015,
          "exitPrice": 3265.408,
          "stopDistance": 28.607,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 451
        },
        {
          "entryTs": 1745921880,
          "entryUtc": "2025-04-29T10:18:00.000Z",
          "exitTs": 1746000840,
          "dir": 1,
          "entryPrice": 3307.695,
          "exitPrice": 3287.377,
          "stopDistance": 20.318,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 1316
        },
        {
          "entryTs": 1746083460,
          "entryUtc": "2025-05-01T07:11:00.000Z",
          "exitTs": 1746100140,
          "dir": 1,
          "entryPrice": 3228.435,
          "exitPrice": 3206.154,
          "stopDistance": 22.281,
          "outcome": "stop",
          "netR": -1.0188,
          "holdMinutes": 278
        },
        {
          "entryTs": 1746166740,
          "entryUtc": "2025-05-02T06:19:00.000Z",
          "exitTs": 1746434580,
          "dir": -1,
          "entryPrice": 3258.455,
          "exitPrice": 3277.214,
          "stopDistance": 18.759,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 4464
        },
        {
          "entryTs": 1746684000,
          "entryUtc": "2025-05-08T06:00:00.000Z",
          "exitTs": 1746685980,
          "dir": 1,
          "entryPrice": 3355.005,
          "exitPrice": 3330.222,
          "stopDistance": 24.783,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 33
        },
        {
          "entryTs": 1746770640,
          "entryUtc": "2025-05-09T06:04:00.000Z",
          "exitTs": 1747003500,
          "dir": -1,
          "entryPrice": 3323.545,
          "exitPrice": 3268.611,
          "stopDistance": 27.467,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 3881
        },
        {
          "entryTs": 1747033200,
          "entryUtc": "2025-05-12T07:00:00.000Z",
          "exitTs": 1747034640,
          "dir": 1,
          "entryPrice": 3258.535,
          "exitPrice": 3235.975,
          "stopDistance": 22.56,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 24
        },
        {
          "entryTs": 1747116000,
          "entryUtc": "2025-05-13T06:00:00.000Z",
          "exitTs": 1747224780,
          "dir": -1,
          "entryPrice": 3256.295,
          "exitPrice": 3212.879,
          "stopDistance": 21.708,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 1813
        },
        {
          "entryTs": 1747288800,
          "entryUtc": "2025-05-15T06:00:00.000Z",
          "exitTs": 1747300800,
          "dir": 1,
          "entryPrice": 3128.545,
          "exitPrice": 3170.094,
          "stopDistance": 20.774,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 200
        },
        {
          "entryTs": 1747380060,
          "entryUtc": "2025-05-16T07:21:00.000Z",
          "exitTs": 1747392600,
          "dir": 1,
          "entryPrice": 3206.255,
          "exitPrice": 3184.998,
          "stopDistance": 21.257,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 209
        },
        {
          "entryTs": 1747731300,
          "entryUtc": "2025-05-20T08:55:00.000Z",
          "exitTs": 1747744500,
          "dir": -1,
          "entryPrice": 3232.445,
          "exitPrice": 3250.151,
          "stopDistance": 17.706,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 220
        },
        {
          "entryTs": 1747807200,
          "entryUtc": "2025-05-21T06:00:00.000Z",
          "exitTs": 1747876980,
          "dir": -1,
          "entryPrice": 3316.025,
          "exitPrice": 3335.881,
          "stopDistance": 19.856,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 1163
        },
        {
          "entryTs": 1747902600,
          "entryUtc": "2025-05-22T08:30:00.000Z",
          "exitTs": 1747909560,
          "dir": 1,
          "entryPrice": 3317.008,
          "exitPrice": 3300.795,
          "stopDistance": 16.213,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 116
        },
        {
          "entryTs": 1747980000,
          "entryUtc": "2025-05-23T06:00:00.000Z",
          "exitTs": 1748000940,
          "dir": -1,
          "entryPrice": 3323.575,
          "exitPrice": 3342.522,
          "stopDistance": 18.947,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 349
        },
        {
          "entryTs": 1748248920,
          "entryUtc": "2025-05-26T08:42:00.000Z",
          "exitTs": 1748328300,
          "dir": 1,
          "entryPrice": 3331.198,
          "exitPrice": 3315.229,
          "stopDistance": 15.969,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 1323
        },
        {
          "entryTs": 1748418180,
          "entryUtc": "2025-05-28T07:43:00.000Z",
          "exitTs": 1748465460,
          "dir": -1,
          "entryPrice": 3315.525,
          "exitPrice": 3284.817,
          "stopDistance": 15.354,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 788
        },
        {
          "entryTs": 1748505660,
          "entryUtc": "2025-05-29T08:01:00.000Z",
          "exitTs": 1748520900,
          "dir": -1,
          "entryPrice": 3287.398,
          "exitPrice": 3306.212,
          "stopDistance": 18.814,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 254
        },
        {
          "entryTs": 1748586480,
          "entryUtc": "2025-05-30T06:28:00.000Z",
          "exitTs": 1748613600,
          "dir": 1,
          "entryPrice": 3290.985,
          "exitPrice": 3274.637,
          "stopDistance": 16.349,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 452
        },
        {
          "entryTs": 1748844000,
          "entryUtc": "2025-06-02T06:00:00.000Z",
          "exitTs": 1748846340,
          "dir": -1,
          "entryPrice": 3323.465,
          "exitPrice": 3340.264,
          "stopDistance": 16.799,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 39
        },
        {
          "entryTs": 1748931120,
          "entryUtc": "2025-06-03T06:12:00.000Z",
          "exitTs": 1748958360,
          "dir": 1,
          "entryPrice": 3359.445,
          "exitPrice": 3343.604,
          "stopDistance": 15.841,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 454
        },
        {
          "entryTs": 1749036420,
          "entryUtc": "2025-06-04T11:27:00.000Z",
          "exitTs": 1749047880,
          "dir": 1,
          "entryPrice": 3346.195,
          "exitPrice": 3377.06,
          "stopDistance": 15.432,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 191
        },
        {
          "entryTs": 1749103200,
          "entryUtc": "2025-06-05T06:00:00.000Z",
          "exitTs": 1749117900,
          "dir": 1,
          "entryPrice": 3364.045,
          "exitPrice": 3392.051,
          "stopDistance": 14.003,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 245
        },
        {
          "entryTs": 1749192360,
          "entryUtc": "2025-06-06T06:46:00.000Z",
          "exitTs": 1749218400,
          "dir": 1,
          "entryPrice": 3355.848,
          "exitPrice": 3339.956,
          "stopDistance": 15.892,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 434
        },
        {
          "entryTs": 1749450120,
          "entryUtc": "2025-06-09T06:22:00.000Z",
          "exitTs": 1749486300,
          "dir": -1,
          "entryPrice": 3318.448,
          "exitPrice": 3334.625,
          "stopDistance": 16.177,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 603
        },
        {
          "entryTs": 1749537120,
          "entryUtc": "2025-06-10T06:32:00.000Z",
          "exitTs": 1749554340,
          "dir": -1,
          "entryPrice": 3327.725,
          "exitPrice": 3341.273,
          "stopDistance": 13.548,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 287
        },
        {
          "entryTs": 1749627900,
          "entryUtc": "2025-06-11T07:45:00.000Z",
          "exitTs": 1749645180,
          "dir": -1,
          "entryPrice": 3341.475,
          "exitPrice": 3354.84,
          "stopDistance": 13.365,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 288
        },
        {
          "entryTs": 1749713760,
          "entryUtc": "2025-06-12T07:36:00.000Z",
          "exitTs": 1749714240,
          "dir": 1,
          "entryPrice": 3357.385,
          "exitPrice": 3341.445,
          "stopDistance": 15.94,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 8
        },
        {
          "entryTs": 1750053600,
          "entryUtc": "2025-06-16T06:00:00.000Z",
          "exitTs": 1750081320,
          "dir": 1,
          "entryPrice": 3421.348,
          "exitPrice": 3403.801,
          "stopDistance": 17.547,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 462
        },
        {
          "entryTs": 1750312800,
          "entryUtc": "2025-06-19T06:00:00.000Z",
          "exitTs": 1750314060,
          "dir": 1,
          "entryPrice": 3364.405,
          "exitPrice": 3349.88,
          "stopDistance": 14.525,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 21
        },
        {
          "entryTs": 1750399200,
          "entryUtc": "2025-06-20T06:00:00.000Z",
          "exitTs": 1750427760,
          "dir": 1,
          "entryPrice": 3344.375,
          "exitPrice": 3372.247,
          "stopDistance": 13.936,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 476
        },
        {
          "entryTs": 1750662720,
          "entryUtc": "2025-06-23T07:12:00.000Z",
          "exitTs": 1750686240,
          "dir": 1,
          "entryPrice": 3351.765,
          "exitPrice": 3382.27,
          "stopDistance": 15.253,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 392
        },
        {
          "entryTs": 1750744800,
          "entryUtc": "2025-06-24T06:00:00.000Z",
          "exitTs": 1750767180,
          "dir": 1,
          "entryPrice": 3332.175,
          "exitPrice": 3313.49,
          "stopDistance": 18.685,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 373
        },
        {
          "entryTs": 1750837440,
          "entryUtc": "2025-06-25T07:44:00.000Z",
          "exitTs": 1750927680,
          "dir": -1,
          "entryPrice": 3335.048,
          "exitPrice": 3347.541,
          "stopDistance": 12.493,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 1504
        },
        {
          "entryTs": 1751005980,
          "entryUtc": "2025-06-27T06:33:00.000Z",
          "exitTs": 1751025060,
          "dir": 1,
          "entryPrice": 3292.398,
          "exitPrice": 3278.642,
          "stopDistance": 13.756,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 318
        },
        {
          "entryTs": 1751263200,
          "entryUtc": "2025-06-30T06:00:00.000Z",
          "exitTs": 1751311080,
          "dir": -1,
          "entryPrice": 3288.835,
          "exitPrice": 3304.362,
          "stopDistance": 15.528,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 798
        },
        {
          "entryTs": 1751349600,
          "entryUtc": "2025-07-01T06:00:00.000Z",
          "exitTs": 1751356800,
          "dir": -1,
          "entryPrice": 3328.565,
          "exitPrice": 3340.596,
          "stopDistance": 12.031,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 120
        },
        {
          "entryTs": 1751440200,
          "entryUtc": "2025-07-02T07:10:00.000Z",
          "exitTs": 1751460600,
          "dir": 1,
          "entryPrice": 3328.208,
          "exitPrice": 3350.589,
          "stopDistance": 11.19,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 340
        },
        {
          "entryTs": 1751522580,
          "entryUtc": "2025-07-03T06:03:00.000Z",
          "exitTs": 1751545800,
          "dir": -1,
          "entryPrice": 3361.948,
          "exitPrice": 3339.807,
          "stopDistance": 11.07,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 387
        },
        {
          "entryTs": 1751608800,
          "entryUtc": "2025-07-04T06:00:00.000Z",
          "exitTs": 1751850540,
          "dir": -1,
          "entryPrice": 3339.298,
          "exitPrice": 3316.333,
          "stopDistance": 11.482,
          "outcome": "target",
          "netR": 1.9678,
          "holdMinutes": 4029
        },
        {
          "entryTs": 1751872020,
          "entryUtc": "2025-07-07T07:07:00.000Z",
          "exitTs": 1751907780,
          "dir": 1,
          "entryPrice": 3305.765,
          "exitPrice": 3329.737,
          "stopDistance": 11.986,
          "outcome": "target",
          "netR": 1.9691,
          "holdMinutes": 596
        },
        {
          "entryTs": 1751961960,
          "entryUtc": "2025-07-08T08:06:00.000Z",
          "exitTs": 1751982480,
          "dir": 1,
          "entryPrice": 3329.328,
          "exitPrice": 3318.342,
          "stopDistance": 10.986,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 342
        },
        {
          "entryTs": 1752049200,
          "entryUtc": "2025-07-09T08:20:00.000Z",
          "exitTs": 1752071580,
          "dir": 1,
          "entryPrice": 3284.638,
          "exitPrice": 3309.001,
          "stopDistance": 12.181,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 373
        },
        {
          "entryTs": 1752128340,
          "entryUtc": "2025-07-10T06:19:00.000Z",
          "exitTs": 1752211380,
          "dir": -1,
          "entryPrice": 3326.085,
          "exitPrice": 3336.85,
          "stopDistance": 10.765,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 1384
        },
        {
          "entryTs": 1752214200,
          "entryUtc": "2025-07-11T06:10:00.000Z",
          "exitTs": 1752230520,
          "dir": -1,
          "entryPrice": 3335.975,
          "exitPrice": 3346.742,
          "stopDistance": 10.767,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 272
        },
        {
          "entryTs": 1752478140,
          "entryUtc": "2025-07-14T07:29:00.000Z",
          "exitTs": 1752498000,
          "dir": -1,
          "entryPrice": 3373.705,
          "exitPrice": 3348.32,
          "stopDistance": 12.692,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 331
        },
        {
          "entryTs": 1752559200,
          "entryUtc": "2025-07-15T06:00:00.000Z",
          "exitTs": 1752585960,
          "dir": -1,
          "entryPrice": 3361.898,
          "exitPrice": 3342.021,
          "stopDistance": 9.939,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 446
        },
        {
          "entryTs": 1752645600,
          "entryUtc": "2025-07-16T06:00:00.000Z",
          "exitTs": 1752678300,
          "dir": -1,
          "entryPrice": 3337.848,
          "exitPrice": 3348.812,
          "stopDistance": 10.964,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 545
        },
        {
          "entryTs": 1752732300,
          "entryUtc": "2025-07-17T06:05:00.000Z",
          "exitTs": 1752750000,
          "dir": 1,
          "entryPrice": 3336.148,
          "exitPrice": 3323.447,
          "stopDistance": 12.701,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 295
        },
        {
          "entryTs": 1752818400,
          "entryUtc": "2025-07-18T06:00:00.000Z",
          "exitTs": 1752829680,
          "dir": 1,
          "entryPrice": 3333.258,
          "exitPrice": 3353.267,
          "stopDistance": 10.005,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 188
        },
        {
          "entryTs": 1753077600,
          "entryUtc": "2025-07-21T06:00:00.000Z",
          "exitTs": 1753099260,
          "dir": -1,
          "entryPrice": 3366.588,
          "exitPrice": 3376.299,
          "stopDistance": 9.711,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 361
        },
        {
          "entryTs": 1753164000,
          "entryUtc": "2025-07-22T06:00:00.000Z",
          "exitTs": 1753188180,
          "dir": 1,
          "entryPrice": 3384.945,
          "exitPrice": 3404.861,
          "stopDistance": 9.958,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 403
        },
        {
          "entryTs": 1753337700,
          "entryUtc": "2025-07-24T06:15:00.000Z",
          "exitTs": 1753349340,
          "dir": 1,
          "entryPrice": 3374.348,
          "exitPrice": 3362.258,
          "stopDistance": 12.09,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 194
        },
        {
          "entryTs": 1753423200,
          "entryUtc": "2025-07-25T06:00:00.000Z",
          "exitTs": 1753432080,
          "dir": 1,
          "entryPrice": 3358.475,
          "exitPrice": 3348.081,
          "stopDistance": 10.394,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 148
        },
        {
          "entryTs": 1753682400,
          "entryUtc": "2025-07-28T06:00:00.000Z",
          "exitTs": 1753710300,
          "dir": -1,
          "entryPrice": 3343.155,
          "exitPrice": 3320.704,
          "stopDistance": 11.226,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 465
        },
        {
          "entryTs": 1753769940,
          "entryUtc": "2025-07-29T06:19:00.000Z",
          "exitTs": 1753801500,
          "dir": -1,
          "entryPrice": 3320.648,
          "exitPrice": 3331.843,
          "stopDistance": 11.195,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 526
        },
        {
          "entryTs": 1753869420,
          "entryUtc": "2025-07-30T09:57:00.000Z",
          "exitTs": 1753880040,
          "dir": -1,
          "entryPrice": 3333.505,
          "exitPrice": 3313.366,
          "stopDistance": 10.07,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 177
        },
        {
          "entryTs": 1753941600,
          "entryUtc": "2025-07-31T06:00:00.000Z",
          "exitTs": 1753949880,
          "dir": -1,
          "entryPrice": 3299.545,
          "exitPrice": 3312.054,
          "stopDistance": 12.509,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 138
        },
        {
          "entryTs": 1754028240,
          "entryUtc": "2025-08-01T06:04:00.000Z",
          "exitTs": 1754051400,
          "dir": -1,
          "entryPrice": 3296.875,
          "exitPrice": 3308.752,
          "stopDistance": 11.877,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 386
        },
        {
          "entryTs": 1754290620,
          "entryUtc": "2025-08-04T06:57:00.000Z",
          "exitTs": 1754313480,
          "dir": -1,
          "entryPrice": 3362.125,
          "exitPrice": 3375.224,
          "stopDistance": 13.099,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 381
        },
        {
          "entryTs": 1754373840,
          "entryUtc": "2025-08-05T06:04:00.000Z",
          "exitTs": 1754386800,
          "dir": 1,
          "entryPrice": 3371.898,
          "exitPrice": 3362.205,
          "stopDistance": 9.693,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 216
        },
        {
          "entryTs": 1754463660,
          "entryUtc": "2025-08-06T07:01:00.000Z",
          "exitTs": 1754472600,
          "dir": 1,
          "entryPrice": 3372.948,
          "exitPrice": 3363.501,
          "stopDistance": 9.447,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 149
        },
        {
          "entryTs": 1754548920,
          "entryUtc": "2025-08-07T06:42:00.000Z",
          "exitTs": 1754551920,
          "dir": -1,
          "entryPrice": 3384.005,
          "exitPrice": 3394.263,
          "stopDistance": 10.258,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 50
        },
        {
          "entryTs": 1754639460,
          "entryUtc": "2025-08-08T07:51:00.000Z",
          "exitTs": 1754874480,
          "dir": -1,
          "entryPrice": 3402.705,
          "exitPrice": 3372.395,
          "stopDistance": 15.155,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 3917
        },
        {
          "entryTs": 1754893680,
          "entryUtc": "2025-08-11T06:28:00.000Z",
          "exitTs": 1754911620,
          "dir": 1,
          "entryPrice": 3367.205,
          "exitPrice": 3350.562,
          "stopDistance": 16.643,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 299
        },
        {
          "entryTs": 1754979300,
          "entryUtc": "2025-08-12T06:15:00.000Z",
          "exitTs": 1755008220,
          "dir": 1,
          "entryPrice": 3345.905,
          "exitPrice": 3332.475,
          "stopDistance": 13.43,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 482
        },
        {
          "entryTs": 1755065700,
          "entryUtc": "2025-08-13T06:15:00.000Z",
          "exitTs": 1755078720,
          "dir": -1,
          "entryPrice": 3354.199,
          "exitPrice": 3366.123,
          "stopDistance": 11.924,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 217
        },
        {
          "entryTs": 1755157260,
          "entryUtc": "2025-08-14T07:41:00.000Z",
          "exitTs": 1755158220,
          "dir": 1,
          "entryPrice": 3355.265,
          "exitPrice": 3344.986,
          "stopDistance": 10.279,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 16
        },
        {
          "entryTs": 1755242400,
          "entryUtc": "2025-08-15T07:20:00.000Z",
          "exitTs": 1755472620,
          "dir": -1,
          "entryPrice": 3344.665,
          "exitPrice": 3324.833,
          "stopDistance": 9.916,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 3837
        },
        {
          "entryTs": 1755500760,
          "entryUtc": "2025-08-18T07:06:00.000Z",
          "exitTs": 1755561600,
          "dir": -1,
          "entryPrice": 3351.598,
          "exitPrice": 3328.144,
          "stopDistance": 11.727,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 1014
        },
        {
          "entryTs": 1755587520,
          "entryUtc": "2025-08-19T07:12:00.000Z",
          "exitTs": 1755614820,
          "dir": -1,
          "entryPrice": 3341.395,
          "exitPrice": 3324.289,
          "stopDistance": 8.553,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 455
        },
        {
          "entryTs": 1755669600,
          "entryUtc": "2025-08-20T06:00:00.000Z",
          "exitTs": 1755689880,
          "dir": -1,
          "entryPrice": 3323.295,
          "exitPrice": 3331.268,
          "stopDistance": 7.973,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 338
        },
        {
          "entryTs": 1755756000,
          "entryUtc": "2025-08-21T06:00:00.000Z",
          "exitTs": 1755772860,
          "dir": 1,
          "entryPrice": 3338.575,
          "exitPrice": 3331.004,
          "stopDistance": 7.571,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 281
        },
        {
          "entryTs": 1755842400,
          "entryUtc": "2025-08-22T06:00:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3329.798,
          "exitPrice": 3322.027,
          "stopDistance": 7.771,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 392
        },
        {
          "entryTs": 1756122360,
          "entryUtc": "2025-08-25T11:46:00.000Z",
          "exitTs": 1756164060,
          "dir": -1,
          "entryPrice": 3370.855,
          "exitPrice": 3353.764,
          "stopDistance": 8.546,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 695
        },
        {
          "entryTs": 1756274400,
          "entryUtc": "2025-08-27T06:00:00.000Z",
          "exitTs": 1756313220,
          "dir": 1,
          "entryPrice": 3377.065,
          "exitPrice": 3396.008,
          "stopDistance": 9.472,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 647
        },
        {
          "entryTs": 1756370220,
          "entryUtc": "2025-08-28T08:37:00.000Z",
          "exitTs": 1756380780,
          "dir": -1,
          "entryPrice": 3399.175,
          "exitPrice": 3407.457,
          "stopDistance": 8.282,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 176
        },
        {
          "entryTs": 1756452060,
          "entryUtc": "2025-08-29T07:21:00.000Z",
          "exitTs": 1756474800,
          "dir": 1,
          "entryPrice": 3407.695,
          "exitPrice": 3423.882,
          "stopDistance": 8.093,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 379
        },
        {
          "entryTs": 1756707840,
          "entryUtc": "2025-09-01T06:24:00.000Z",
          "exitTs": 1756777440,
          "dir": -1,
          "entryPrice": 3485.798,
          "exitPrice": 3500.884,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 1160
        },
        {
          "entryTs": 1756799580,
          "entryUtc": "2025-09-02T07:53:00.000Z",
          "exitTs": 1756823040,
          "dir": 1,
          "entryPrice": 3473.878,
          "exitPrice": 3500.55,
          "stopDistance": 13.336,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 391
        },
        {
          "entryTs": 1756897920,
          "entryUtc": "2025-09-03T11:12:00.000Z",
          "exitTs": 1756906200,
          "dir": -1,
          "entryPrice": 3546.398,
          "exitPrice": 3560.939,
          "stopDistance": 14.541,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 138
        },
        {
          "entryTs": 1757313780,
          "entryUtc": "2025-09-08T06:43:00.000Z",
          "exitTs": 1757317140,
          "dir": -1,
          "entryPrice": 3596.815,
          "exitPrice": 3612.002,
          "stopDistance": 15.187,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 56
        },
        {
          "entryTs": 1757397600,
          "entryUtc": "2025-09-09T06:00:00.000Z",
          "exitTs": 1757426400,
          "dir": -1,
          "entryPrice": 3654.909,
          "exitPrice": 3668.578,
          "stopDistance": 13.669,
          "outcome": "stop",
          "netR": -1.0307,
          "holdMinutes": 480
        },
        {
          "entryTs": 1757484000,
          "entryUtc": "2025-09-10T06:00:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3642.835,
          "exitPrice": 3612.378,
          "stopDistance": 15.228,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 1830
        },
        {
          "entryTs": 1757656800,
          "entryUtc": "2025-09-12T06:00:00.000Z",
          "exitTs": 1757898060,
          "dir": -1,
          "entryPrice": 3653.065,
          "exitPrice": 3629.173,
          "stopDistance": 11.946,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 4021
        },
        {
          "entryTs": 1757932080,
          "entryUtc": "2025-09-15T10:28:00.000Z",
          "exitTs": 1757943420,
          "dir": -1,
          "entryPrice": 3646.205,
          "exitPrice": 3657.026,
          "stopDistance": 10.821,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 189
        },
        {
          "entryTs": 1758005040,
          "entryUtc": "2025-09-16T06:44:00.000Z",
          "exitTs": 1758032220,
          "dir": -1,
          "entryPrice": 3689.169,
          "exitPrice": 3700.704,
          "stopDistance": 11.535,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 453
        },
        {
          "entryTs": 1758090780,
          "entryUtc": "2025-09-17T06:33:00.000Z",
          "exitTs": 1758098220,
          "dir": 1,
          "entryPrice": 3674.208,
          "exitPrice": 3663.177,
          "stopDistance": 11.031,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 124
        },
        {
          "entryTs": 1758175200,
          "entryUtc": "2025-09-18T06:00:00.000Z",
          "exitTs": 1758175800,
          "dir": 1,
          "entryPrice": 3651.198,
          "exitPrice": 3634.249,
          "stopDistance": 16.949,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 10
        },
        {
          "entryTs": 1758268200,
          "entryUtc": "2025-09-19T07:50:00.000Z",
          "exitTs": 1758294780,
          "dir": -1,
          "entryPrice": 3656.085,
          "exitPrice": 3670.9,
          "stopDistance": 14.815,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 443
        },
        {
          "entryTs": 1758520800,
          "entryUtc": "2025-09-22T06:00:00.000Z",
          "exitTs": 1758523020,
          "dir": -1,
          "entryPrice": 3697.305,
          "exitPrice": 3709.988,
          "stopDistance": 12.683,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 37
        },
        {
          "entryTs": 1758616140,
          "entryUtc": "2025-09-23T08:29:00.000Z",
          "exitTs": 1758617280,
          "dir": -1,
          "entryPrice": 3759.035,
          "exitPrice": 3772.859,
          "stopDistance": 13.824,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 19
        },
        {
          "entryTs": 1758693600,
          "entryUtc": "2025-09-24T06:00:00.000Z",
          "exitTs": 1758729060,
          "dir": -1,
          "entryPrice": 3774.648,
          "exitPrice": 3742.285,
          "stopDistance": 16.181,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 591
        },
        {
          "entryTs": 1758785940,
          "entryUtc": "2025-09-25T07:39:00.000Z",
          "exitTs": 1758895320,
          "dir": -1,
          "entryPrice": 3751.348,
          "exitPrice": 3766.863,
          "stopDistance": 15.516,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 1823
        },
        {
          "entryTs": 1759125600,
          "entryUtc": "2025-09-29T06:00:00.000Z",
          "exitTs": 1759160880,
          "dir": -1,
          "entryPrice": 3813.365,
          "exitPrice": 3832.889,
          "stopDistance": 19.524,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 588
        },
        {
          "entryTs": 1759212000,
          "entryUtc": "2025-09-30T06:00:00.000Z",
          "exitTs": 1759219620,
          "dir": -1,
          "entryPrice": 3869.525,
          "exitPrice": 3836.719,
          "stopDistance": 16.403,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 127
        },
        {
          "entryTs": 1759299660,
          "entryUtc": "2025-10-01T06:21:00.000Z",
          "exitTs": 1759306740,
          "dir": 1,
          "entryPrice": 3855.385,
          "exitPrice": 3891.762,
          "stopDistance": 18.189,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 118
        },
        {
          "entryTs": 1759385100,
          "entryUtc": "2025-10-02T06:05:00.000Z",
          "exitTs": 1759406160,
          "dir": -1,
          "entryPrice": 3869.848,
          "exitPrice": 3885.972,
          "stopDistance": 16.124,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 351
        },
        {
          "entryTs": 1759477260,
          "entryUtc": "2025-10-03T07:41:00.000Z",
          "exitTs": 1759497720,
          "dir": -1,
          "entryPrice": 3863.455,
          "exitPrice": 3881.3,
          "stopDistance": 17.845,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 341
        },
        {
          "entryTs": 1759730400,
          "entryUtc": "2025-10-06T06:00:00.000Z",
          "exitTs": 1759761180,
          "dir": -1,
          "entryPrice": 3932.205,
          "exitPrice": 3951.252,
          "stopDistance": 19.047,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 513
        },
        {
          "entryTs": 1759819320,
          "entryUtc": "2025-10-07T06:42:00.000Z",
          "exitTs": 1759880820,
          "dir": 1,
          "entryPrice": 3955.585,
          "exitPrice": 3992.516,
          "stopDistance": 18.465,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 1025
        },
        {
          "entryTs": 1759903200,
          "entryUtc": "2025-10-08T06:00:00.000Z",
          "exitTs": 1759917300,
          "dir": -1,
          "entryPrice": 4028.915,
          "exitPrice": 4047.168,
          "stopDistance": 18.253,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 235
        },
        {
          "entryTs": 1759989600,
          "entryUtc": "2025-10-09T06:00:00.000Z",
          "exitTs": 1760027700,
          "dir": -1,
          "entryPrice": 4039.515,
          "exitPrice": 3992.546,
          "stopDistance": 23.485,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 635
        },
        {
          "entryTs": 1760079840,
          "entryUtc": "2025-10-10T07:04:00.000Z",
          "exitTs": 1760109840,
          "dir": 1,
          "entryPrice": 3960.498,
          "exitPrice": 4015.016,
          "stopDistance": 27.259,
          "outcome": "target",
          "netR": 1.9864,
          "holdMinutes": 500
        },
        {
          "entryTs": 1760335200,
          "entryUtc": "2025-10-13T06:00:00.000Z",
          "exitTs": 1760363640,
          "dir": -1,
          "entryPrice": 4063.345,
          "exitPrice": 4094.257,
          "stopDistance": 30.912,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 474
        },
        {
          "entryTs": 1760422440,
          "entryUtc": "2025-10-14T06:14:00.000Z",
          "exitTs": 1760490240,
          "dir": 1,
          "entryPrice": 4112.655,
          "exitPrice": 4171.713,
          "stopDistance": 29.529,
          "outcome": "target",
          "netR": 1.9875,
          "holdMinutes": 1130
        },
        {
          "entryTs": 1760508420,
          "entryUtc": "2025-10-15T06:07:00.000Z",
          "exitTs": 1760574060,
          "dir": -1,
          "entryPrice": 4190.515,
          "exitPrice": 4217.999,
          "stopDistance": 27.484,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 1094
        },
        {
          "entryTs": 1760594400,
          "entryUtc": "2025-10-16T06:00:00.000Z",
          "exitTs": 1760622120,
          "dir": 1,
          "entryPrice": 4204.295,
          "exitPrice": 4256.828,
          "stopDistance": 26.267,
          "outcome": "target",
          "netR": 1.9859,
          "holdMinutes": 462
        },
        {
          "entryTs": 1760961420,
          "entryUtc": "2025-10-20T11:57:00.000Z",
          "exitTs": 1760963760,
          "dir": -1,
          "entryPrice": 4270.995,
          "exitPrice": 4309.718,
          "stopDistance": 38.723,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 39
        },
        {
          "entryTs": 1761026400,
          "entryUtc": "2025-10-21T06:00:00.000Z",
          "exitTs": 1761033720,
          "dir": 1,
          "entryPrice": 4322.775,
          "exitPrice": 4287.662,
          "stopDistance": 35.113,
          "outcome": "stop",
          "netR": -1.012,
          "holdMinutes": 122
        },
        {
          "entryTs": 1761114360,
          "entryUtc": "2025-10-22T06:26:00.000Z",
          "exitTs": 1761130440,
          "dir": -1,
          "entryPrice": 4142.815,
          "exitPrice": 4036.442,
          "stopDistance": 53.187,
          "outcome": "target",
          "netR": 1.993,
          "holdMinutes": 268
        },
        {
          "entryTs": 1761199200,
          "entryUtc": "2025-10-23T06:00:00.000Z",
          "exitTs": 1761559200,
          "dir": -1,
          "entryPrice": 4110.135,
          "exitPrice": 4038.805,
          "stopDistance": 44.978,
          "outcome": "time",
          "netR": 1.5776,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1761631200,
          "entryUtc": "2025-10-28T06:00:00.000Z",
          "exitTs": 1761636000,
          "dir": 1,
          "entryPrice": 3966.315,
          "exitPrice": 3931.946,
          "stopDistance": 34.369,
          "outcome": "stop",
          "netR": -1.0122,
          "holdMinutes": 80
        },
        {
          "entryTs": 1761720360,
          "entryUtc": "2025-10-29T06:46:00.000Z",
          "exitTs": 1761727560,
          "dir": -1,
          "entryPrice": 3982.075,
          "exitPrice": 4014.724,
          "stopDistance": 32.649,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 120
        },
        {
          "entryTs": 1761804060,
          "entryUtc": "2025-10-30T06:01:00.000Z",
          "exitTs": 1761815580,
          "dir": -1,
          "entryPrice": 3966.215,
          "exitPrice": 4005.719,
          "stopDistance": 39.504,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 192
        },
        {
          "entryTs": 1762153200,
          "entryUtc": "2025-11-03T07:00:00.000Z",
          "exitTs": 1762266540,
          "dir": -1,
          "entryPrice": 4017.225,
          "exitPrice": 3959.625,
          "stopDistance": 28.8,
          "outcome": "target",
          "netR": 1.9872,
          "holdMinutes": 1889
        },
        {
          "entryTs": 1762329420,
          "entryUtc": "2025-11-05T07:57:00.000Z",
          "exitTs": 1762412460,
          "dir": -1,
          "entryPrice": 3973.475,
          "exitPrice": 3997.102,
          "stopDistance": 23.627,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 1384
        },
        {
          "entryTs": 1762498800,
          "entryUtc": "2025-11-07T07:00:00.000Z",
          "exitTs": 1762533480,
          "dir": -1,
          "entryPrice": 4006.565,
          "exitPrice": 4024.93,
          "stopDistance": 18.365,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 578
        },
        {
          "entryTs": 1762758000,
          "entryUtc": "2025-11-10T07:00:00.000Z",
          "exitTs": 1762777500,
          "dir": -1,
          "entryPrice": 4074.875,
          "exitPrice": 4095.726,
          "stopDistance": 20.851,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 325
        },
        {
          "entryTs": 1763020740,
          "entryUtc": "2025-11-13T07:59:00.000Z",
          "exitTs": 1763038740,
          "dir": -1,
          "entryPrice": 4219.125,
          "exitPrice": 4243.377,
          "stopDistance": 24.252,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 300
        },
        {
          "entryTs": 1763103600,
          "entryUtc": "2025-11-14T07:00:00.000Z",
          "exitTs": 1763119020,
          "dir": 1,
          "entryPrice": 4173.345,
          "exitPrice": 4145,
          "stopDistance": 28.345,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 257
        },
        {
          "entryTs": 1763362800,
          "entryUtc": "2025-11-17T07:00:00.000Z",
          "exitTs": 1763408100,
          "dir": 1,
          "entryPrice": 4065.559,
          "exitPrice": 4033.081,
          "stopDistance": 32.478,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 755
        },
        {
          "entryTs": 1763449920,
          "entryUtc": "2025-11-18T07:12:00.000Z",
          "exitTs": 1763473020,
          "dir": 1,
          "entryPrice": 4004.419,
          "exitPrice": 4065.337,
          "stopDistance": 30.459,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 385
        },
        {
          "entryTs": 1763535600,
          "entryUtc": "2025-11-19T07:00:00.000Z",
          "exitTs": 1763546760,
          "dir": -1,
          "entryPrice": 4090.795,
          "exitPrice": 4116.447,
          "stopDistance": 25.652,
          "outcome": "stop",
          "netR": -1.0164,
          "holdMinutes": 186
        },
        {
          "entryTs": 1763626920,
          "entryUtc": "2025-11-20T08:22:00.000Z",
          "exitTs": 1763650140,
          "dir": 1,
          "entryPrice": 4039.998,
          "exitPrice": 4100.307,
          "stopDistance": 30.154,
          "outcome": "target",
          "netR": 1.9877,
          "holdMinutes": 387
        },
        {
          "entryTs": 1763708400,
          "entryUtc": "2025-11-21T07:00:00.000Z",
          "exitTs": 1763743800,
          "dir": 1,
          "entryPrice": 4032.329,
          "exitPrice": 4092.948,
          "stopDistance": 30.309,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 590
        },
        {
          "entryTs": 1763978580,
          "entryUtc": "2025-11-24T10:03:00.000Z",
          "exitTs": 1764009420,
          "dir": -1,
          "entryPrice": 4075.855,
          "exitPrice": 4101.837,
          "stopDistance": 25.982,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 514
        },
        {
          "entryTs": 1764059880,
          "entryUtc": "2025-11-25T08:38:00.000Z",
          "exitTs": 1764126600,
          "dir": 1,
          "entryPrice": 4122.265,
          "exitPrice": 4168.487,
          "stopDistance": 23.111,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 1112
        },
        {
          "entryTs": 1764156720,
          "entryUtc": "2025-11-26T11:32:00.000Z",
          "exitTs": 1764291840,
          "dir": -1,
          "entryPrice": 4169.255,
          "exitPrice": 4189.476,
          "stopDistance": 20.222,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 2252
        },
        {
          "entryTs": 1764316980,
          "entryUtc": "2025-11-28T08:03:00.000Z",
          "exitTs": 1764339480,
          "dir": 1,
          "entryPrice": 4162.625,
          "exitPrice": 4193.435,
          "stopDistance": 15.405,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 375
        },
        {
          "entryTs": 1764583440,
          "entryUtc": "2025-12-01T10:04:00.000Z",
          "exitTs": 1764720000,
          "dir": -1,
          "entryPrice": 4256.245,
          "exitPrice": 4209.188,
          "stopDistance": 23.529,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 2276
        },
        {
          "entryTs": 1764746640,
          "entryUtc": "2025-12-03T07:24:00.000Z",
          "exitTs": 1764948060,
          "dir": 1,
          "entryPrice": 4204.325,
          "exitPrice": 4246.656,
          "stopDistance": 21.166,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 3357
        },
        {
          "entryTs": 1765177200,
          "entryUtc": "2025-12-08T07:00:00.000Z",
          "exitTs": 1765206360,
          "dir": -1,
          "entryPrice": 4216.835,
          "exitPrice": 4180.894,
          "stopDistance": 17.971,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 486
        },
        {
          "entryTs": 1765263600,
          "entryUtc": "2025-12-09T07:00:00.000Z",
          "exitTs": 1765295940,
          "dir": 1,
          "entryPrice": 4181.825,
          "exitPrice": 4214.416,
          "stopDistance": 16.296,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 539
        },
        {
          "entryTs": 1765353300,
          "entryUtc": "2025-12-10T07:55:00.000Z",
          "exitTs": 1765362780,
          "dir": 1,
          "entryPrice": 4203.365,
          "exitPrice": 4187.982,
          "stopDistance": 15.383,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 158
        },
        {
          "entryTs": 1765522800,
          "entryUtc": "2025-12-12T07:00:00.000Z",
          "exitTs": 1765528920,
          "dir": -1,
          "entryPrice": 4282.675,
          "exitPrice": 4301.392,
          "stopDistance": 18.717,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 102
        },
        {
          "entryTs": 1765782000,
          "entryUtc": "2025-12-15T07:00:00.000Z",
          "exitTs": 1765815720,
          "dir": -1,
          "entryPrice": 4343.315,
          "exitPrice": 4297.434,
          "stopDistance": 22.94,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 562
        },
        {
          "entryTs": 1765869840,
          "entryUtc": "2025-12-16T07:24:00.000Z",
          "exitTs": 1765894500,
          "dir": 1,
          "entryPrice": 4280.385,
          "exitPrice": 4322.485,
          "stopDistance": 21.05,
          "outcome": "target",
          "netR": 1.9824,
          "holdMinutes": 411
        },
        {
          "entryTs": 1765967880,
          "entryUtc": "2025-12-17T10:38:00.000Z",
          "exitTs": 1765985580,
          "dir": 1,
          "entryPrice": 4307.275,
          "exitPrice": 4346.912,
          "stopDistance": 19.818,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 295
        },
        {
          "entryTs": 1766048100,
          "entryUtc": "2025-12-18T08:55:00.000Z",
          "exitTs": 1766074260,
          "dir": 1,
          "entryPrice": 4324.205,
          "exitPrice": 4356.987,
          "stopDistance": 16.391,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 436
        },
        {
          "entryTs": 1766386800,
          "entryUtc": "2025-12-22T07:00:00.000Z",
          "exitTs": 1766420100,
          "dir": -1,
          "entryPrice": 4419.045,
          "exitPrice": 4437.962,
          "stopDistance": 18.917,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 555
        },
        {
          "entryTs": 1766991600,
          "entryUtc": "2025-12-29T07:00:00.000Z",
          "exitTs": 1767008400,
          "dir": 1,
          "entryPrice": 4471.498,
          "exitPrice": 4441.153,
          "stopDistance": 30.345,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 280
        },
        {
          "entryTs": 1767078900,
          "entryUtc": "2025-12-30T07:15:00.000Z",
          "exitTs": 1767099840,
          "dir": -1,
          "entryPrice": 4369.595,
          "exitPrice": 4403.577,
          "stopDistance": 33.982,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 349
        },
        {
          "entryTs": 1767164400,
          "entryUtc": "2025-12-31T07:00:00.000Z",
          "exitTs": 1767567600,
          "dir": 1,
          "entryPrice": 4327.955,
          "exitPrice": 4353.148,
          "stopDistance": 40.68,
          "outcome": "time",
          "netR": 0.6102,
          "holdMinutes": 6720
        },
        {
          "entryTs": 1767596580,
          "entryUtc": "2026-01-05T07:03:00.000Z",
          "exitTs": 1767625380,
          "dir": -1,
          "entryPrice": 4421.195,
          "exitPrice": 4448.752,
          "stopDistance": 27.558,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 480
        },
        {
          "entryTs": 1767683280,
          "entryUtc": "2026-01-06T07:08:00.000Z",
          "exitTs": 1767723420,
          "dir": -1,
          "entryPrice": 4468.275,
          "exitPrice": 4492.653,
          "stopDistance": 24.378,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 669
        },
        {
          "entryTs": 1767769200,
          "entryUtc": "2026-01-07T07:00:00.000Z",
          "exitTs": 1767850980,
          "dir": 1,
          "entryPrice": 4443.798,
          "exitPrice": 4418.885,
          "stopDistance": 24.913,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 1363
        },
        {
          "entryTs": 1767858300,
          "entryUtc": "2026-01-08T07:45:00.000Z",
          "exitTs": 1767904440,
          "dir": 1,
          "entryPrice": 4429.838,
          "exitPrice": 4477.045,
          "stopDistance": 23.603,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 769
        },
        {
          "entryTs": 1767946380,
          "entryUtc": "2026-01-09T08:13:00.000Z",
          "exitTs": 1767969360,
          "dir": -1,
          "entryPrice": 4476.675,
          "exitPrice": 4496.821,
          "stopDistance": 20.146,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 383
        },
        {
          "entryTs": 1768374000,
          "entryUtc": "2026-01-14T07:00:00.000Z",
          "exitTs": 1768440660,
          "dir": -1,
          "entryPrice": 4637.055,
          "exitPrice": 4586.454,
          "stopDistance": 25.3,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 1111
        },
        {
          "entryTs": 1768473420,
          "entryUtc": "2026-01-15T10:37:00.000Z",
          "exitTs": 1768577340,
          "dir": -1,
          "entryPrice": 4617.915,
          "exitPrice": 4567.187,
          "stopDistance": 25.364,
          "outcome": "target",
          "netR": 1.9854,
          "holdMinutes": 1732
        },
        {
          "entryTs": 1768892400,
          "entryUtc": "2026-01-20T07:00:00.000Z",
          "exitTs": 1768901340,
          "dir": -1,
          "entryPrice": 4712.245,
          "exitPrice": 4733.356,
          "stopDistance": 21.111,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 149
        },
        {
          "entryTs": 1768987560,
          "entryUtc": "2026-01-21T09:26:00.000Z",
          "exitTs": 1769016720,
          "dir": -1,
          "entryPrice": 4870.685,
          "exitPrice": 4804.417,
          "stopDistance": 33.134,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 486
        },
        {
          "entryTs": 1769065200,
          "entryUtc": "2026-01-22T07:00:00.000Z",
          "exitTs": 1769097120,
          "dir": -1,
          "entryPrice": 4826.605,
          "exitPrice": 4869.118,
          "stopDistance": 42.513,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 532
        },
        {
          "entryTs": 1769156400,
          "entryUtc": "2026-01-23T08:20:00.000Z",
          "exitTs": 1769156880,
          "dir": 1,
          "entryPrice": 4935.995,
          "exitPrice": 4903.881,
          "stopDistance": 32.114,
          "outcome": "stop",
          "netR": -1.0131,
          "holdMinutes": 8
        },
        {
          "entryTs": 1769411760,
          "entryUtc": "2026-01-26T07:16:00.000Z",
          "exitTs": 1769456880,
          "dir": -1,
          "entryPrice": 5092.785,
          "exitPrice": 5011.965,
          "stopDistance": 40.41,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 752
        },
        {
          "entryTs": 1769497200,
          "entryUtc": "2026-01-27T07:00:00.000Z",
          "exitTs": 1769544600,
          "dir": -1,
          "entryPrice": 5085.585,
          "exitPrice": 5133.672,
          "stopDistance": 48.087,
          "outcome": "stop",
          "netR": -1.0087,
          "holdMinutes": 790
        },
        {
          "entryTs": 1769583600,
          "entryUtc": "2026-01-28T07:00:00.000Z",
          "exitTs": 1769624400,
          "dir": -1,
          "entryPrice": 5269.635,
          "exitPrice": 5312.465,
          "stopDistance": 42.83,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 680
        },
        {
          "entryTs": 1769670000,
          "entryUtc": "2026-01-29T07:00:00.000Z",
          "exitTs": 1769699340,
          "dir": -1,
          "entryPrice": 5564.335,
          "exitPrice": 5413.714,
          "stopDistance": 75.311,
          "outcome": "target",
          "netR": 1.9951,
          "holdMinutes": 489
        },
        {
          "entryTs": 1769761980,
          "entryUtc": "2026-01-30T08:33:00.000Z",
          "exitTs": 1769766240,
          "dir": 1,
          "entryPrice": 5111.398,
          "exitPrice": 4991.171,
          "stopDistance": 120.227,
          "outcome": "stop",
          "netR": -1.0035,
          "holdMinutes": 71
        },
        {
          "entryTs": 1770015600,
          "entryUtc": "2026-02-02T07:00:00.000Z",
          "exitTs": 1770100800,
          "dir": 1,
          "entryPrice": 4504.315,
          "exitPrice": 4881.467,
          "stopDistance": 188.576,
          "outcome": "target",
          "netR": 1.998,
          "holdMinutes": 1420
        },
        {
          "entryTs": 1770102000,
          "entryUtc": "2026-02-03T07:00:00.000Z",
          "exitTs": 1770166500,
          "dir": -1,
          "entryPrice": 4880.595,
          "exitPrice": 5007.39,
          "stopDistance": 126.795,
          "outcome": "stop",
          "netR": -1.0033,
          "holdMinutes": 1075
        },
        {
          "entryTs": 1770188400,
          "entryUtc": "2026-02-04T07:00:00.000Z",
          "exitTs": 1770219180,
          "dir": -1,
          "entryPrice": 5081.225,
          "exitPrice": 4923.041,
          "stopDistance": 79.092,
          "outcome": "target",
          "netR": 1.9953,
          "holdMinutes": 513
        },
        {
          "entryTs": 1770361260,
          "entryUtc": "2026-02-06T07:01:00.000Z",
          "exitTs": 1770388620,
          "dir": -1,
          "entryPrice": 4846.045,
          "exitPrice": 4942.245,
          "stopDistance": 96.2,
          "outcome": "stop",
          "netR": -1.0044,
          "holdMinutes": 456
        },
        {
          "entryTs": 1770714540,
          "entryUtc": "2026-02-10T09:09:00.000Z",
          "exitTs": 1770808920,
          "dir": -1,
          "entryPrice": 5055.935,
          "exitPrice": 5101.88,
          "stopDistance": 45.945,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 1573
        },
        {
          "entryTs": 1770887100,
          "entryUtc": "2026-02-12T09:05:00.000Z",
          "exitTs": 1770912780,
          "dir": -1,
          "entryPrice": 5074.425,
          "exitPrice": 4998.226,
          "stopDistance": 38.099,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 428
        },
        {
          "entryTs": 1771311600,
          "entryUtc": "2026-02-17T07:00:00.000Z",
          "exitTs": 1771336800,
          "dir": 1,
          "entryPrice": 4910.115,
          "exitPrice": 4869,
          "stopDistance": 41.116,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 420
        },
        {
          "entryTs": 1771398840,
          "entryUtc": "2026-02-18T07:14:00.000Z",
          "exitTs": 1771425120,
          "dir": -1,
          "entryPrice": 4939.845,
          "exitPrice": 4975.229,
          "stopDistance": 35.384,
          "outcome": "stop",
          "netR": -1.0119,
          "holdMinutes": 438
        },
        {
          "entryTs": 1771484400,
          "entryUtc": "2026-02-19T07:00:00.000Z",
          "exitTs": 1771511640,
          "dir": -1,
          "entryPrice": 5017.995,
          "exitPrice": 4962.819,
          "stopDistance": 27.588,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 454
        },
        {
          "entryTs": 1771570800,
          "entryUtc": "2026-02-20T07:00:00.000Z",
          "exitTs": 1771595760,
          "dir": -1,
          "entryPrice": 5020.365,
          "exitPrice": 5048.072,
          "stopDistance": 27.707,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 416
        },
        {
          "entryTs": 1771831560,
          "entryUtc": "2026-02-23T07:26:00.000Z",
          "exitTs": 1771860000,
          "dir": 1,
          "entryPrice": 5129.035,
          "exitPrice": 5200.407,
          "stopDistance": 35.686,
          "outcome": "target",
          "netR": 1.9896,
          "holdMinutes": 474
        },
        {
          "entryTs": 1772002800,
          "entryUtc": "2026-02-25T07:00:00.000Z",
          "exitTs": 1772198580,
          "dir": -1,
          "entryPrice": 5194.415,
          "exitPrice": 5230.679,
          "stopDistance": 36.264,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 3263
        },
        {
          "entryTs": 1772434800,
          "entryUtc": "2026-03-02T07:00:00.000Z",
          "exitTs": 1772467200,
          "dir": -1,
          "entryPrice": 5387.645,
          "exitPrice": 5300.838,
          "stopDistance": 43.404,
          "outcome": "target",
          "netR": 1.9915,
          "holdMinutes": 540
        },
        {
          "entryTs": 1772521200,
          "entryUtc": "2026-03-03T07:00:00.000Z",
          "exitTs": 1772529900,
          "dir": 1,
          "entryPrice": 5309.998,
          "exitPrice": 5261.506,
          "stopDistance": 48.492,
          "outcome": "stop",
          "netR": -1.0087,
          "holdMinutes": 145
        },
        {
          "entryTs": 1772618880,
          "entryUtc": "2026-03-04T10:08:00.000Z",
          "exitTs": 1772723280,
          "dir": -1,
          "entryPrice": 5190.675,
          "exitPrice": 5062.22,
          "stopDistance": 64.228,
          "outcome": "target",
          "netR": 1.9942,
          "holdMinutes": 1740
        },
        {
          "entryTs": 1772798160,
          "entryUtc": "2026-03-06T11:56:00.000Z",
          "exitTs": 1772809320,
          "dir": 1,
          "entryPrice": 5066.215,
          "exitPrice": 5144.972,
          "stopDistance": 39.378,
          "outcome": "target",
          "netR": 1.9906,
          "holdMinutes": 186
        },
        {
          "entryTs": 1773131400,
          "entryUtc": "2026-03-10T08:30:00.000Z",
          "exitTs": 1773149160,
          "dir": -1,
          "entryPrice": 5186.578,
          "exitPrice": 5226.245,
          "stopDistance": 39.667,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 296
        },
        {
          "entryTs": 1773214620,
          "entryUtc": "2026-03-11T07:37:00.000Z",
          "exitTs": 1773237060,
          "dir": 1,
          "entryPrice": 5186.495,
          "exitPrice": 5152.583,
          "stopDistance": 33.912,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 374
        },
        {
          "entryTs": 1773301320,
          "entryUtc": "2026-03-12T07:42:00.000Z",
          "exitTs": 1773337260,
          "dir": -1,
          "entryPrice": 5174.945,
          "exitPrice": 5108.53,
          "stopDistance": 33.207,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 599
        },
        {
          "entryTs": 1773383880,
          "entryUtc": "2026-03-13T06:38:00.000Z",
          "exitTs": 1773413580,
          "dir": 1,
          "entryPrice": 5088.365,
          "exitPrice": 5058.569,
          "stopDistance": 29.797,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 495
        },
        {
          "entryTs": 1773641700,
          "entryUtc": "2026-03-16T06:15:00.000Z",
          "exitTs": 1773832140,
          "dir": -1,
          "entryPrice": 5030.555,
          "exitPrice": 4950.78,
          "stopDistance": 39.888,
          "outcome": "target",
          "netR": 1.9907,
          "holdMinutes": 3174
        },
        {
          "entryTs": 1773900000,
          "entryUtc": "2026-03-19T06:00:00.000Z",
          "exitTs": 1773902460,
          "dir": 1,
          "entryPrice": 4827.275,
          "exitPrice": 4790.216,
          "stopDistance": 37.059,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 41
        },
        {
          "entryTs": 1774245600,
          "entryUtc": "2026-03-23T06:00:00.000Z",
          "exitTs": 1774247760,
          "dir": 1,
          "entryPrice": 4309.658,
          "exitPrice": 4219.025,
          "stopDistance": 90.633,
          "outcome": "stop",
          "netR": -1.0046,
          "holdMinutes": 36
        },
        {
          "entryTs": 1774504800,
          "entryUtc": "2026-03-26T06:00:00.000Z",
          "exitTs": 1774542600,
          "dir": 1,
          "entryPrice": 4439.055,
          "exitPrice": 4383.572,
          "stopDistance": 55.483,
          "outcome": "stop",
          "netR": -1.0076,
          "holdMinutes": 630
        },
        {
          "entryTs": 1774591200,
          "entryUtc": "2026-03-27T06:00:00.000Z",
          "exitTs": 1774623360,
          "dir": -1,
          "entryPrice": 4454.275,
          "exitPrice": 4507.532,
          "stopDistance": 53.257,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 536
        },
        {
          "entryTs": 1774850400,
          "entryUtc": "2026-03-30T06:00:00.000Z",
          "exitTs": 1774871460,
          "dir": -1,
          "entryPrice": 4522.375,
          "exitPrice": 4576.529,
          "stopDistance": 54.154,
          "outcome": "stop",
          "netR": -1.0078,
          "holdMinutes": 351
        },
        {
          "entryTs": 1775026080,
          "entryUtc": "2026-04-01T06:48:00.000Z",
          "exitTs": 1775055240,
          "dir": -1,
          "entryPrice": 4724.005,
          "exitPrice": 4767.087,
          "stopDistance": 43.082,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 486
        },
        {
          "entryTs": 1775109600,
          "entryUtc": "2026-04-02T06:00:00.000Z",
          "exitTs": 1775469600,
          "dir": 1,
          "entryPrice": 4594.045,
          "exitPrice": 4694.405,
          "stopDistance": 59.348,
          "outcome": "time",
          "netR": 1.6848,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1775549640,
          "entryUtc": "2026-04-07T08:14:00.000Z",
          "exitTs": 1775589600,
          "dir": -1,
          "entryPrice": 4664.265,
          "exitPrice": 4700.766,
          "stopDistance": 36.501,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 666
        },
        {
          "entryTs": 1775641380,
          "entryUtc": "2026-04-08T09:43:00.000Z",
          "exitTs": 1775660160,
          "dir": 1,
          "entryPrice": 4787.965,
          "exitPrice": 4740.609,
          "stopDistance": 47.356,
          "outcome": "stop",
          "netR": -1.0089,
          "holdMinutes": 313
        },
        {
          "entryTs": 1775724240,
          "entryUtc": "2026-04-09T08:44:00.000Z",
          "exitTs": 1775742000,
          "dir": -1,
          "entryPrice": 4732.595,
          "exitPrice": 4771.631,
          "stopDistance": 39.036,
          "outcome": "stop",
          "netR": -1.0108,
          "holdMinutes": 296
        },
        {
          "entryTs": 1775810820,
          "entryUtc": "2026-04-10T08:47:00.000Z",
          "exitTs": 1776031200,
          "dir": 1,
          "entryPrice": 4737.715,
          "exitPrice": 4707.631,
          "stopDistance": 30.084,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 3673
        },
        {
          "entryTs": 1776060000,
          "entryUtc": "2026-04-13T06:00:00.000Z",
          "exitTs": 1776121800,
          "dir": -1,
          "entryPrice": 4729.125,
          "exitPrice": 4765.499,
          "stopDistance": 36.374,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1776149520,
          "entryUtc": "2026-04-14T06:52:00.000Z",
          "exitTs": 1776176340,
          "dir": -1,
          "entryPrice": 4777.075,
          "exitPrice": 4804.633,
          "stopDistance": 27.558,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 447
        },
        {
          "entryTs": 1776233220,
          "entryUtc": "2026-04-15T06:07:00.000Z",
          "exitTs": 1776246420,
          "dir": 1,
          "entryPrice": 4816.548,
          "exitPrice": 4787.669,
          "stopDistance": 28.879,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 220
        },
        {
          "entryTs": 1776328380,
          "entryUtc": "2026-04-16T08:33:00.000Z",
          "exitTs": 1776350400,
          "dir": 1,
          "entryPrice": 4806.948,
          "exitPrice": 4782.335,
          "stopDistance": 24.613,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 367
        },
        {
          "entryTs": 1776426300,
          "entryUtc": "2026-04-17T11:45:00.000Z",
          "exitTs": 1776429360,
          "dir": -1,
          "entryPrice": 4800.985,
          "exitPrice": 4823.078,
          "stopDistance": 22.093,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 51
        },
        {
          "entryTs": 1776751200,
          "entryUtc": "2026-04-21T06:00:00.000Z",
          "exitTs": 1776777300,
          "dir": 1,
          "entryPrice": 4783.945,
          "exitPrice": 4760.24,
          "stopDistance": 23.705,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 435
        },
        {
          "entryTs": 1776837600,
          "entryUtc": "2026-04-22T06:00:00.000Z",
          "exitTs": 1776903180,
          "dir": -1,
          "entryPrice": 4767.335,
          "exitPrice": 4704.117,
          "stopDistance": 31.609,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 1093
        },
        {
          "entryTs": 1776938880,
          "entryUtc": "2026-04-23T10:08:00.000Z",
          "exitTs": 1776966360,
          "dir": 1,
          "entryPrice": 4693.638,
          "exitPrice": 4666.489,
          "stopDistance": 27.15,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 458
        },
        {
          "entryTs": 1777013460,
          "entryUtc": "2026-04-24T06:51:00.000Z",
          "exitTs": 1777039740,
          "dir": 1,
          "entryPrice": 4668.305,
          "exitPrice": 4727.883,
          "stopDistance": 29.789,
          "outcome": "target",
          "netR": 1.9876,
          "holdMinutes": 438
        },
        {
          "entryTs": 1777356000,
          "entryUtc": "2026-04-28T06:00:00.000Z",
          "exitTs": 1777368900,
          "dir": 1,
          "entryPrice": 4631.805,
          "exitPrice": 4609.766,
          "stopDistance": 22.039,
          "outcome": "stop",
          "netR": -1.0191,
          "holdMinutes": 215
        },
        {
          "entryTs": 1777447140,
          "entryUtc": "2026-04-29T07:19:00.000Z",
          "exitTs": 1777466040,
          "dir": 1,
          "entryPrice": 4575.825,
          "exitPrice": 4551.249,
          "stopDistance": 24.577,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 315
        },
        {
          "entryTs": 1777531920,
          "entryUtc": "2026-04-30T06:52:00.000Z",
          "exitTs": 1777536240,
          "dir": -1,
          "entryPrice": 4582.178,
          "exitPrice": 4611.159,
          "stopDistance": 28.981,
          "outcome": "stop",
          "netR": -1.0145,
          "holdMinutes": 72
        }
      ],
      "significance": {
        "tStat": -1.445,
        "pValueOneSided": 0.92577,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "power-of-three-daily",
      "name": "Power of 3 (accumulation, manipulation, distribution)",
      "family": "ICT / Smart Money",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The AMD / Power of 3 daily model is a staple explainer video across ICT channels.",
      "rule": "Take the New York midnight open. If price is manipulated at least 0.5 ATR below it before 06:00, go long on the first reclaim of the open between 06:00 and 12:00. Mirrored for shorts.",
      "rawSignals": 410,
      "full": {
        "trades": 394,
        "winRate": {
          "successes": 140,
          "total": 394,
          "ratePct": 35.5,
          "ci95Pct": [
            31,
            40.4
          ]
        },
        "expectancyR": 0.0027,
        "totalR": 1.07,
        "profitFactor": 1.004,
        "avgWinR": 1.924,
        "avgLossR": -1.056,
        "maxDrawdownPct": 16.43,
        "finalEquity": 9710.53,
        "returnPct": -2.89,
        "tStat": 0.038,
        "sdR": 1.432,
        "ambiguousTrades": 0,
        "timeExits": 3,
        "stopExits": 254,
        "targetExits": 137,
        "optimisticExpectancyR": 0.0027,
        "medianHoldMinutes": 200,
        "medianCostShareOfR": 0.0563,
        "longTrades": 190,
        "longExpectancyR": 0.0221,
        "shortTrades": 204,
        "shortExpectancyR": -0.0154,
        "maxConsecutiveLosses": 11,
        "skippedInPosition": 16,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 302,
        "winRate": {
          "successes": 107,
          "total": 302,
          "ratePct": 35.4,
          "ci95Pct": [
            30.2,
            41
          ]
        },
        "expectancyR": -0.0075,
        "totalR": -2.28,
        "profitFactor": 0.989,
        "avgWinR": 1.921,
        "avgLossR": -1.066,
        "maxDrawdownPct": 16.43,
        "finalEquity": 9478.64,
        "returnPct": -5.21,
        "tStat": -0.091,
        "sdR": 1.434,
        "ambiguousTrades": 0,
        "timeExits": 2,
        "stopExits": 195,
        "targetExits": 105,
        "optimisticExpectancyR": -0.0075,
        "medianHoldMinutes": 180.5,
        "medianCostShareOfR": 0.0625,
        "longTrades": 147,
        "longExpectancyR": -0.0294,
        "shortTrades": 155,
        "shortExpectancyR": 0.0132,
        "maxConsecutiveLosses": 11,
        "skippedInPosition": 13,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 92,
        "winRate": {
          "successes": 33,
          "total": 92,
          "ratePct": 35.9,
          "ci95Pct": [
            26.8,
            46.1
          ]
        },
        "expectancyR": 0.0364,
        "totalR": 3.35,
        "profitFactor": 1.055,
        "avgWinR": 1.933,
        "avgLossR": -1.025,
        "maxDrawdownPct": 9.64,
        "finalEquity": 10244.64,
        "returnPct": 2.45,
        "tStat": 0.243,
        "sdR": 1.435,
        "ambiguousTrades": 0,
        "timeExits": 1,
        "stopExits": 59,
        "targetExits": 32,
        "optimisticExpectancyR": 0.0364,
        "medianHoldMinutes": 238,
        "medianCostShareOfR": 0.0201,
        "longTrades": 43,
        "longExpectancyR": 0.1984,
        "shortTrades": 49,
        "shortExpectancyR": -0.1058,
        "maxConsecutiveLosses": 8,
        "skippedInPosition": 3,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 410,
          "winRatePct": 51.5,
          "expectancyR": -0.0507,
          "profitFactor": 0.904,
          "returnPct": -20.44
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 407,
          "winRatePct": 33.7,
          "expectancyR": -0.072,
          "profitFactor": 0.9,
          "returnPct": -28.41
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 402,
          "winRatePct": 26.9,
          "expectancyR": -0.0112,
          "profitFactor": 0.986,
          "returnPct": -10.19
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 407,
          "winRatePct": 50.1,
          "expectancyR": -0.051,
          "profitFactor": 0.903,
          "returnPct": -20.4
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 394,
          "winRatePct": 35.5,
          "expectancyR": 0.0027,
          "profitFactor": 1.004,
          "returnPct": -2.89
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 367,
          "winRatePct": 29.2,
          "expectancyR": 0.0738,
          "profitFactor": 1.099,
          "returnPct": 23.84
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 388,
          "winRatePct": 50.5,
          "expectancyR": -0.02,
          "profitFactor": 0.961,
          "returnPct": -9.25
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 346,
          "winRatePct": 35,
          "expectancyR": -0.0386,
          "profitFactor": 0.942,
          "returnPct": -15.31
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 324,
          "winRatePct": 31.8,
          "expectancyR": -0.0198,
          "profitFactor": 0.972,
          "returnPct": -9.89
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 394,
          "expectancyR": 0.023,
          "profitFactor": 1.034,
          "returnPct": 5.18
        },
        {
          "spreadUsd": 0.3,
          "trades": 394,
          "expectancyR": 0.0027,
          "profitFactor": 1.004,
          "returnPct": -2.89
        },
        {
          "spreadUsd": 0.6,
          "trades": 394,
          "expectancyR": -0.0378,
          "profitFactor": 0.947,
          "returnPct": -17.23
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -1.34
        },
        {
          "month": "2021-02",
          "totalR": -2.29
        },
        {
          "month": "2021-03",
          "totalR": 3.71
        },
        {
          "month": "2021-04",
          "totalR": 0.66
        },
        {
          "month": "2021-05",
          "totalR": 0.43
        },
        {
          "month": "2021-06",
          "totalR": 2.59
        },
        {
          "month": "2021-07",
          "totalR": -5.33
        },
        {
          "month": "2021-08",
          "totalR": -0.41
        },
        {
          "month": "2021-09",
          "totalR": 1.47
        },
        {
          "month": "2021-10",
          "totalR": -2.58
        },
        {
          "month": "2021-11",
          "totalR": 3.42
        },
        {
          "month": "2021-12",
          "totalR": -0.49
        },
        {
          "month": "2022-01",
          "totalR": -3.74
        },
        {
          "month": "2022-02",
          "totalR": 0.54
        },
        {
          "month": "2022-03",
          "totalR": -3.15
        },
        {
          "month": "2022-04",
          "totalR": 2.85
        },
        {
          "month": "2022-05",
          "totalR": -2.41
        },
        {
          "month": "2022-06",
          "totalR": 3.59
        },
        {
          "month": "2022-07",
          "totalR": -4.24
        },
        {
          "month": "2022-08",
          "totalR": 2.59
        },
        {
          "month": "2022-09",
          "totalR": -0.37
        },
        {
          "month": "2022-10",
          "totalR": 3.89
        },
        {
          "month": "2022-11",
          "totalR": -2.35
        },
        {
          "month": "2022-12",
          "totalR": -4.55
        },
        {
          "month": "2023-01",
          "totalR": -4.47
        },
        {
          "month": "2023-02",
          "totalR": 3.52
        },
        {
          "month": "2023-03",
          "totalR": 4.68
        },
        {
          "month": "2023-04",
          "totalR": -1.42
        },
        {
          "month": "2023-05",
          "totalR": 1.56
        },
        {
          "month": "2023-06",
          "totalR": 5.58
        },
        {
          "month": "2023-07",
          "totalR": -1.08
        },
        {
          "month": "2023-08",
          "totalR": -1.96
        },
        {
          "month": "2023-09",
          "totalR": -0.56
        },
        {
          "month": "2023-10",
          "totalR": -2.35
        },
        {
          "month": "2023-11",
          "totalR": 3.34
        },
        {
          "month": "2023-12",
          "totalR": -2.29
        },
        {
          "month": "2024-01",
          "totalR": 3.49
        },
        {
          "month": "2024-02",
          "totalR": 4.13
        },
        {
          "month": "2024-03",
          "totalR": -1.43
        },
        {
          "month": "2024-04",
          "totalR": -10.34
        },
        {
          "month": "2024-05",
          "totalR": -1.06
        },
        {
          "month": "2024-06",
          "totalR": 5.73
        },
        {
          "month": "2024-07",
          "totalR": -3.45
        },
        {
          "month": "2024-08",
          "totalR": 6.8
        },
        {
          "month": "2024-09",
          "totalR": 2.54
        },
        {
          "month": "2024-10",
          "totalR": -5.36
        },
        {
          "month": "2024-11",
          "totalR": -0.21
        },
        {
          "month": "2024-12",
          "totalR": -0.12
        },
        {
          "month": "2025-01",
          "totalR": -0.31
        },
        {
          "month": "2025-02",
          "totalR": -0.23
        },
        {
          "month": "2025-03",
          "totalR": -4.14
        },
        {
          "month": "2025-04",
          "totalR": 0.97
        },
        {
          "month": "2025-05",
          "totalR": -0.06
        },
        {
          "month": "2025-06",
          "totalR": -2.13
        },
        {
          "month": "2025-07",
          "totalR": 3.82
        },
        {
          "month": "2025-08",
          "totalR": -2.2
        },
        {
          "month": "2025-09",
          "totalR": 4.8
        },
        {
          "month": "2025-10",
          "totalR": 6.92
        },
        {
          "month": "2025-11",
          "totalR": -0.11
        },
        {
          "month": "2025-12",
          "totalR": 1.86
        },
        {
          "month": "2026-01",
          "totalR": -1.61
        },
        {
          "month": "2026-02",
          "totalR": 2.9
        },
        {
          "month": "2026-03",
          "totalR": -4.06
        },
        {
          "month": "2026-04",
          "totalR": -3.08
        }
      ],
      "trades": [
        {
          "entryTs": 1609858920,
          "entryUtc": "2021-01-05T15:02:00.000Z",
          "exitTs": 1609860420,
          "dir": -1,
          "entryPrice": 1939.188,
          "exitPrice": 1947.551,
          "stopDistance": 8.363,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 25
        },
        {
          "entryTs": 1609935180,
          "entryUtc": "2021-01-06T12:13:00.000Z",
          "exitTs": 1609937040,
          "dir": -1,
          "entryPrice": 1944.468,
          "exitPrice": 1925.761,
          "stopDistance": 9.354,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 31
        },
        {
          "entryTs": 1610372100,
          "entryUtc": "2021-01-11T13:35:00.000Z",
          "exitTs": 1610377920,
          "dir": -1,
          "entryPrice": 1833.578,
          "exitPrice": 1847.422,
          "stopDistance": 13.844,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 97
        },
        {
          "entryTs": 1610457900,
          "entryUtc": "2021-01-12T13:25:00.000Z",
          "exitTs": 1610495820,
          "dir": -1,
          "entryPrice": 1849.241,
          "exitPrice": 1858.363,
          "stopDistance": 9.122,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 632
        },
        {
          "entryTs": 1610546880,
          "entryUtc": "2021-01-13T14:08:00.000Z",
          "exitTs": 1610548140,
          "dir": 1,
          "entryPrice": 1861.095,
          "exitPrice": 1852.402,
          "stopDistance": 8.693,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 21
        },
        {
          "entryTs": 1611143580,
          "entryUtc": "2021-01-20T11:53:00.000Z",
          "exitTs": 1611147840,
          "dir": -1,
          "entryPrice": 1849.265,
          "exitPrice": 1837.565,
          "stopDistance": 5.85,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 71
        },
        {
          "entryTs": 1611667620,
          "entryUtc": "2021-01-26T13:27:00.000Z",
          "exitTs": 1611672300,
          "dir": 1,
          "entryPrice": 1856.745,
          "exitPrice": 1849.886,
          "stopDistance": 6.859,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 78
        },
        {
          "entryTs": 1612358760,
          "entryUtc": "2021-02-03T13:26:00.000Z",
          "exitTs": 1612363500,
          "dir": 1,
          "entryPrice": 1841.491,
          "exitPrice": 1834.542,
          "stopDistance": 6.949,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 79
        },
        {
          "entryTs": 1612531260,
          "entryUtc": "2021-02-05T13:21:00.000Z",
          "exitTs": 1612531800,
          "dir": -1,
          "entryPrice": 1793.407,
          "exitPrice": 1800.995,
          "stopDistance": 7.588,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 9
        },
        {
          "entryTs": 1613061300,
          "entryUtc": "2021-02-11T16:35:00.000Z",
          "exitTs": 1613072040,
          "dir": -1,
          "entryPrice": 1835.478,
          "exitPrice": 1822.518,
          "stopDistance": 6.48,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 179
        },
        {
          "entryTs": 1613145000,
          "entryUtc": "2021-02-12T15:50:00.000Z",
          "exitTs": 1613383980,
          "dir": 1,
          "entryPrice": 1823.575,
          "exitPrice": 1816.351,
          "stopDistance": 7.224,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 3983
        },
        {
          "entryTs": 1614166260,
          "entryUtc": "2021-02-24T11:31:00.000Z",
          "exitTs": 1614172680,
          "dir": 1,
          "entryPrice": 1809.155,
          "exitPrice": 1802.504,
          "stopDistance": 6.651,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 107
        },
        {
          "entryTs": 1614951060,
          "entryUtc": "2021-03-05T13:31:00.000Z",
          "exitTs": 1614951960,
          "dir": -1,
          "entryPrice": 1690.315,
          "exitPrice": 1699.153,
          "stopDistance": 8.838,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 15
        },
        {
          "entryTs": 1615462980,
          "entryUtc": "2021-03-11T11:43:00.000Z",
          "exitTs": 1615518000,
          "dir": -1,
          "entryPrice": 1731.478,
          "exitPrice": 1717.904,
          "stopDistance": 6.787,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 917
        },
        {
          "entryTs": 1615567740,
          "entryUtc": "2021-03-12T16:49:00.000Z",
          "exitTs": 1615873140,
          "dir": 1,
          "entryPrice": 1719.508,
          "exitPrice": 1735.825,
          "stopDistance": 8.158,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 5090
        },
        {
          "entryTs": 1616505240,
          "entryUtc": "2021-03-23T13:14:00.000Z",
          "exitTs": 1616547780,
          "dir": -1,
          "entryPrice": 1734.518,
          "exitPrice": 1723.959,
          "stopDistance": 5.28,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 709
        },
        {
          "entryTs": 1616756760,
          "entryUtc": "2021-03-26T11:06:00.000Z",
          "exitTs": 1616767560,
          "dir": -1,
          "entryPrice": 1724.678,
          "exitPrice": 1730.68,
          "stopDistance": 6.002,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 180
        },
        {
          "entryTs": 1618316100,
          "entryUtc": "2021-04-13T12:15:00.000Z",
          "exitTs": 1618320660,
          "dir": 1,
          "entryPrice": 1731.948,
          "exitPrice": 1743.348,
          "stopDistance": 5.7,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 76
        },
        {
          "entryTs": 1618834380,
          "entryUtc": "2021-04-19T12:13:00.000Z",
          "exitTs": 1618974660,
          "dir": -1,
          "entryPrice": 1777.188,
          "exitPrice": 1784.338,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 2338
        },
        {
          "entryTs": 1619172240,
          "entryUtc": "2021-04-23T10:04:00.000Z",
          "exitTs": 1619186460,
          "dir": 1,
          "entryPrice": 1786.115,
          "exitPrice": 1780.637,
          "stopDistance": 5.478,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 237
        },
        {
          "entryTs": 1619618280,
          "entryUtc": "2021-04-28T13:58:00.000Z",
          "exitTs": 1619654400,
          "dir": 1,
          "entryPrice": 1773.045,
          "exitPrice": 1783.993,
          "stopDistance": 5.474,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 602
        },
        {
          "entryTs": 1619785140,
          "entryUtc": "2021-04-30T12:19:00.000Z",
          "exitTs": 1619795400,
          "dir": -1,
          "entryPrice": 1765.945,
          "exitPrice": 1772.029,
          "stopDistance": 6.084,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 171
        },
        {
          "entryTs": 1620133380,
          "entryUtc": "2021-05-04T13:03:00.000Z",
          "exitTs": 1620141180,
          "dir": 1,
          "entryPrice": 1790.452,
          "exitPrice": 1783.697,
          "stopDistance": 6.755,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 130
        },
        {
          "entryTs": 1620220500,
          "entryUtc": "2021-05-05T13:15:00.000Z",
          "exitTs": 1620308040,
          "dir": 1,
          "entryPrice": 1782.958,
          "exitPrice": 1796.514,
          "stopDistance": 6.778,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 1459
        },
        {
          "entryTs": 1620737280,
          "entryUtc": "2021-05-11T12:48:00.000Z",
          "exitTs": 1620739020,
          "dir": -1,
          "entryPrice": 1834.538,
          "exitPrice": 1823.291,
          "stopDistance": 5.623,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 29
        },
        {
          "entryTs": 1620822660,
          "entryUtc": "2021-05-12T12:31:00.000Z",
          "exitTs": 1620822720,
          "dir": -1,
          "entryPrice": 1822.598,
          "exitPrice": 1828.003,
          "stopDistance": 5.405,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 1
        },
        {
          "entryTs": 1621332780,
          "entryUtc": "2021-05-18T10:13:00.000Z",
          "exitTs": 1621341000,
          "dir": -1,
          "entryPrice": 1867.945,
          "exitPrice": 1873.376,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 137
        },
        {
          "entryTs": 1621518420,
          "entryUtc": "2021-05-20T13:47:00.000Z",
          "exitTs": 1621878420,
          "dir": 1,
          "entryPrice": 1875.748,
          "exitPrice": 1883.358,
          "stopDistance": 8.574,
          "outcome": "time",
          "netR": 0.8444,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1622197860,
          "entryUtc": "2021-05-28T10:31:00.000Z",
          "exitTs": 1622203620,
          "dir": 1,
          "entryPrice": 1893.808,
          "exitPrice": 1888.624,
          "stopDistance": 5.184,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 96
        },
        {
          "entryTs": 1623065460,
          "entryUtc": "2021-06-07T11:31:00.000Z",
          "exitTs": 1623089760,
          "dir": 1,
          "entryPrice": 1887.815,
          "exitPrice": 1899.022,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 405
        },
        {
          "entryTs": 1623241860,
          "entryUtc": "2021-06-09T12:31:00.000Z",
          "exitTs": 1623249420,
          "dir": 1,
          "entryPrice": 1894.628,
          "exitPrice": 1889.42,
          "stopDistance": 5.208,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 126
        },
        {
          "entryTs": 1623328800,
          "entryUtc": "2021-06-10T12:40:00.000Z",
          "exitTs": 1623352920,
          "dir": 1,
          "entryPrice": 1887.238,
          "exitPrice": 1898.506,
          "stopDistance": 5.634,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 402
        },
        {
          "entryTs": 1623678960,
          "entryUtc": "2021-06-14T13:56:00.000Z",
          "exitTs": 1623766740,
          "dir": 1,
          "entryPrice": 1865.548,
          "exitPrice": 1858.296,
          "stopDistance": 7.252,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 1463
        },
        {
          "entryTs": 1623839460,
          "entryUtc": "2021-06-16T10:31:00.000Z",
          "exitTs": 1623866340,
          "dir": -1,
          "entryPrice": 1857.748,
          "exitPrice": 1862.805,
          "stopDistance": 5.057,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 448
        },
        {
          "entryTs": 1625052300,
          "entryUtc": "2021-06-30T11:25:00.000Z",
          "exitTs": 1625071980,
          "dir": 1,
          "entryPrice": 1760.908,
          "exitPrice": 1773.3,
          "stopDistance": 6.196,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 328
        },
        {
          "entryTs": 1625586960,
          "entryUtc": "2021-07-06T15:56:00.000Z",
          "exitTs": 1625639580,
          "dir": -1,
          "entryPrice": 1796.848,
          "exitPrice": 1803.206,
          "stopDistance": 6.358,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 877
        },
        {
          "entryTs": 1625757360,
          "entryUtc": "2021-07-08T15:16:00.000Z",
          "exitTs": 1625788260,
          "dir": -1,
          "entryPrice": 1795.338,
          "exitPrice": 1804.191,
          "stopDistance": 8.853,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 515
        },
        {
          "entryTs": 1625839380,
          "entryUtc": "2021-07-09T14:03:00.000Z",
          "exitTs": 1626071880,
          "dir": 1,
          "entryPrice": 1806.327,
          "exitPrice": 1799.28,
          "stopDistance": 7.047,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 3875
        },
        {
          "entryTs": 1626344640,
          "entryUtc": "2021-07-15T10:24:00.000Z",
          "exitTs": 1626377400,
          "dir": -1,
          "entryPrice": 1824.818,
          "exitPrice": 1829.925,
          "stopDistance": 5.107,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 546
        },
        {
          "entryTs": 1626776580,
          "entryUtc": "2021-07-20T10:23:00.000Z",
          "exitTs": 1626792240,
          "dir": 1,
          "entryPrice": 1817.795,
          "exitPrice": 1812.291,
          "stopDistance": 5.504,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 261
        },
        {
          "entryTs": 1627911300,
          "entryUtc": "2021-08-02T13:35:00.000Z",
          "exitTs": 1628079360,
          "dir": 1,
          "entryPrice": 1812.328,
          "exitPrice": 1823.482,
          "stopDistance": 5.577,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 2801
        },
        {
          "entryTs": 1628517720,
          "entryUtc": "2021-08-09T14:02:00.000Z",
          "exitTs": 1628701320,
          "dir": -1,
          "entryPrice": 1737.908,
          "exitPrice": 1753.236,
          "stopDistance": 15.328,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 3060
        },
        {
          "entryTs": 1628766600,
          "entryUtc": "2021-08-12T11:10:00.000Z",
          "exitTs": 1628822460,
          "dir": -1,
          "entryPrice": 1750.468,
          "exitPrice": 1755.88,
          "stopDistance": 5.412,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 931
        },
        {
          "entryTs": 1629117240,
          "entryUtc": "2021-08-16T12:34:00.000Z",
          "exitTs": 1629124380,
          "dir": 1,
          "entryPrice": 1777.098,
          "exitPrice": 1786.925,
          "stopDistance": 4.913,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 119
        },
        {
          "entryTs": 1629209580,
          "entryUtc": "2021-08-17T14:13:00.000Z",
          "exitTs": 1629254760,
          "dir": -1,
          "entryPrice": 1784.678,
          "exitPrice": 1790.129,
          "stopDistance": 5.451,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 753
        },
        {
          "entryTs": 1629975180,
          "entryUtc": "2021-08-26T10:53:00.000Z",
          "exitTs": 1629981660,
          "dir": 1,
          "entryPrice": 1788.088,
          "exitPrice": 1783.462,
          "stopDistance": 4.626,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 108
        },
        {
          "entryTs": 1630586280,
          "entryUtc": "2021-09-02T12:38:00.000Z",
          "exitTs": 1630668240,
          "dir": -1,
          "entryPrice": 1811.005,
          "exitPrice": 1815.023,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 1366
        },
        {
          "entryTs": 1631196060,
          "entryUtc": "2021-09-09T14:01:00.000Z",
          "exitTs": 1631206860,
          "dir": -1,
          "entryPrice": 1788.057,
          "exitPrice": 1794.311,
          "stopDistance": 6.254,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 180
        },
        {
          "entryTs": 1631541420,
          "entryUtc": "2021-09-13T13:57:00.000Z",
          "exitTs": 1631611320,
          "dir": 1,
          "entryPrice": 1792.754,
          "exitPrice": 1787.409,
          "stopDistance": 5.345,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 1165
        },
        {
          "entryTs": 1631707320,
          "entryUtc": "2021-09-15T12:02:00.000Z",
          "exitTs": 1631710200,
          "dir": 1,
          "entryPrice": 1804.058,
          "exitPrice": 1799.445,
          "stopDistance": 4.613,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 48
        },
        {
          "entryTs": 1631882400,
          "entryUtc": "2021-09-17T12:40:00.000Z",
          "exitTs": 1632104580,
          "dir": -1,
          "entryPrice": 1757.747,
          "exitPrice": 1746.066,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 3703
        },
        {
          "entryTs": 1632483600,
          "entryUtc": "2021-09-24T11:40:00.000Z",
          "exitTs": 1632491100,
          "dir": -1,
          "entryPrice": 1752.028,
          "exitPrice": 1740.399,
          "stopDistance": 5.815,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 125
        },
        {
          "entryTs": 1633006500,
          "entryUtc": "2021-09-30T12:55:00.000Z",
          "exitTs": 1633010880,
          "dir": 1,
          "entryPrice": 1733.314,
          "exitPrice": 1745.301,
          "stopDistance": 5.993,
          "outcome": "target",
          "netR": 1.9383,
          "holdMinutes": 73
        },
        {
          "entryTs": 1633436580,
          "entryUtc": "2021-10-05T12:23:00.000Z",
          "exitTs": 1633439280,
          "dir": 1,
          "entryPrice": 1759.965,
          "exitPrice": 1753.733,
          "stopDistance": 6.232,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 45
        },
        {
          "entryTs": 1633519440,
          "entryUtc": "2021-10-06T11:24:00.000Z",
          "exitTs": 1633591620,
          "dir": 1,
          "entryPrice": 1756.078,
          "exitPrice": 1766.798,
          "stopDistance": 5.36,
          "outcome": "target",
          "netR": 1.931,
          "holdMinutes": 1203
        },
        {
          "entryTs": 1633687260,
          "entryUtc": "2021-10-08T10:01:00.000Z",
          "exitTs": 1633696200,
          "dir": 1,
          "entryPrice": 1759.288,
          "exitPrice": 1769.187,
          "stopDistance": 4.949,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 149
        },
        {
          "entryTs": 1634128800,
          "entryUtc": "2021-10-13T12:40:00.000Z",
          "exitTs": 1634131020,
          "dir": -1,
          "entryPrice": 1761.868,
          "exitPrice": 1766.815,
          "stopDistance": 4.947,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 37
        },
        {
          "entryTs": 1634559060,
          "entryUtc": "2021-10-18T12:11:00.000Z",
          "exitTs": 1634560560,
          "dir": 1,
          "entryPrice": 1767.908,
          "exitPrice": 1762.342,
          "stopDistance": 5.566,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 25
        },
        {
          "entryTs": 1634653080,
          "entryUtc": "2021-10-19T14:18:00.000Z",
          "exitTs": 1634727540,
          "dir": -1,
          "entryPrice": 1774.154,
          "exitPrice": 1780.3,
          "stopDistance": 6.145,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 1241
        },
        {
          "entryTs": 1634810460,
          "entryUtc": "2021-10-21T10:01:00.000Z",
          "exitTs": 1634814780,
          "dir": 1,
          "entryPrice": 1787.078,
          "exitPrice": 1781.549,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 72
        },
        {
          "entryTs": 1634917260,
          "entryUtc": "2021-10-22T15:41:00.000Z",
          "exitTs": 1634919720,
          "dir": -1,
          "entryPrice": 1784.468,
          "exitPrice": 1791.122,
          "stopDistance": 6.654,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 41
        },
        {
          "entryTs": 1635851880,
          "entryUtc": "2021-11-02T11:18:00.000Z",
          "exitTs": 1635905340,
          "dir": -1,
          "entryPrice": 1790.798,
          "exitPrice": 1781.529,
          "stopDistance": 4.635,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 891
        },
        {
          "entryTs": 1635937380,
          "entryUtc": "2021-11-03T11:03:00.000Z",
          "exitTs": 1635943200,
          "dir": 1,
          "entryPrice": 1783.798,
          "exitPrice": 1779.217,
          "stopDistance": 4.581,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 97
        },
        {
          "entryTs": 1636110840,
          "entryUtc": "2021-11-05T11:14:00.000Z",
          "exitTs": 1636118760,
          "dir": -1,
          "entryPrice": 1792.688,
          "exitPrice": 1797.79,
          "stopDistance": 5.102,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 132
        },
        {
          "entryTs": 1636377840,
          "entryUtc": "2021-11-08T13:24:00.000Z",
          "exitTs": 1636488240,
          "dir": 1,
          "entryPrice": 1820.383,
          "exitPrice": 1832.407,
          "stopDistance": 6.012,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1840
        },
        {
          "entryTs": 1636549200,
          "entryUtc": "2021-11-10T13:00:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1826.363,
          "exitPrice": 1835.798,
          "stopDistance": 4.718,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 33
        },
        {
          "entryTs": 1637838060,
          "entryUtc": "2021-11-25T11:01:00.000Z",
          "exitTs": 1637895900,
          "dir": -1,
          "entryPrice": 1791.265,
          "exitPrice": 1795.961,
          "stopDistance": 4.696,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 964
        },
        {
          "entryTs": 1638187920,
          "entryUtc": "2021-11-29T12:12:00.000Z",
          "exitTs": 1638283500,
          "dir": -1,
          "entryPrice": 1792.605,
          "exitPrice": 1800.902,
          "stopDistance": 8.297,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 1593
        },
        {
          "entryTs": 1638287580,
          "entryUtc": "2021-11-30T15:53:00.000Z",
          "exitTs": 1638288060,
          "dir": -1,
          "entryPrice": 1787.608,
          "exitPrice": 1772.319,
          "stopDistance": 7.644,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 8
        },
        {
          "entryTs": 1638442860,
          "entryUtc": "2021-12-02T11:01:00.000Z",
          "exitTs": 1638455820,
          "dir": 1,
          "entryPrice": 1776.958,
          "exitPrice": 1770.302,
          "stopDistance": 6.656,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 216
        },
        {
          "entryTs": 1638883860,
          "entryUtc": "2021-12-07T13:31:00.000Z",
          "exitTs": 1638891300,
          "dir": -1,
          "entryPrice": 1777.588,
          "exitPrice": 1782.439,
          "stopDistance": 4.851,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 124
        },
        {
          "entryTs": 1639143240,
          "entryUtc": "2021-12-10T13:34:00.000Z",
          "exitTs": 1639143600,
          "dir": 1,
          "entryPrice": 1781.075,
          "exitPrice": 1776.782,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 6
        },
        {
          "entryTs": 1639569900,
          "entryUtc": "2021-12-15T12:05:00.000Z",
          "exitTs": 1639578840,
          "dir": 1,
          "entryPrice": 1770.705,
          "exitPrice": 1766.576,
          "stopDistance": 4.129,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 149
        },
        {
          "entryTs": 1639757460,
          "entryUtc": "2021-12-17T16:11:00.000Z",
          "exitTs": 1640030340,
          "dir": -1,
          "entryPrice": 1802.265,
          "exitPrice": 1790.44,
          "stopDistance": 5.913,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 4548
        },
        {
          "entryTs": 1640707560,
          "entryUtc": "2021-12-28T16:06:00.000Z",
          "exitTs": 1640773140,
          "dir": -1,
          "entryPrice": 1809.668,
          "exitPrice": 1800.474,
          "stopDistance": 4.597,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 1093
        },
        {
          "entryTs": 1641295620,
          "entryUtc": "2022-01-04T11:27:00.000Z",
          "exitTs": 1641304800,
          "dir": -1,
          "entryPrice": 1802.728,
          "exitPrice": 1807.824,
          "stopDistance": 5.096,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 153
        },
        {
          "entryTs": 1641556200,
          "entryUtc": "2022-01-07T11:50:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1792.598,
          "exitPrice": 1787.303,
          "stopDistance": 5.295,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 106
        },
        {
          "entryTs": 1641819360,
          "entryUtc": "2022-01-10T12:56:00.000Z",
          "exitTs": 1641820920,
          "dir": -1,
          "entryPrice": 1791.788,
          "exitPrice": 1797.045,
          "stopDistance": 5.257,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 26
        },
        {
          "entryTs": 1642424940,
          "entryUtc": "2022-01-17T13:09:00.000Z",
          "exitTs": 1642498200,
          "dir": -1,
          "entryPrice": 1819.228,
          "exitPrice": 1811.181,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 1221
        },
        {
          "entryTs": 1642513020,
          "entryUtc": "2022-01-18T13:37:00.000Z",
          "exitTs": 1642515300,
          "dir": 1,
          "entryPrice": 1819.238,
          "exitPrice": 1814.582,
          "stopDistance": 4.656,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 38
        },
        {
          "entryTs": 1642773360,
          "entryUtc": "2022-01-21T13:56:00.000Z",
          "exitTs": 1642777920,
          "dir": 1,
          "entryPrice": 1841.478,
          "exitPrice": 1836.032,
          "stopDistance": 5.446,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 76
        },
        {
          "entryTs": 1643023620,
          "entryUtc": "2022-01-24T11:27:00.000Z",
          "exitTs": 1643031060,
          "dir": -1,
          "entryPrice": 1837.598,
          "exitPrice": 1842.876,
          "stopDistance": 5.277,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 124
        },
        {
          "entryTs": 1643117040,
          "entryUtc": "2022-01-25T13:24:00.000Z",
          "exitTs": 1643122020,
          "dir": 1,
          "entryPrice": 1841.854,
          "exitPrice": 1851.499,
          "stopDistance": 4.822,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 83
        },
        {
          "entryTs": 1643203440,
          "entryUtc": "2022-01-26T13:24:00.000Z",
          "exitTs": 1643205300,
          "dir": 1,
          "entryPrice": 1847.858,
          "exitPrice": 1843.043,
          "stopDistance": 4.815,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 31
        },
        {
          "entryTs": 1643727720,
          "entryUtc": "2022-02-01T15:02:00.000Z",
          "exitTs": 1643729520,
          "dir": -1,
          "entryPrice": 1798.748,
          "exitPrice": 1803.944,
          "stopDistance": 5.196,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 30
        },
        {
          "entryTs": 1643905800,
          "entryUtc": "2022-02-03T16:30:00.000Z",
          "exitTs": 1643981820,
          "dir": 1,
          "entryPrice": 1806.938,
          "exitPrice": 1800.186,
          "stopDistance": 6.752,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1644327360,
          "entryUtc": "2022-02-08T13:36:00.000Z",
          "exitTs": 1644411600,
          "dir": 1,
          "entryPrice": 1821.968,
          "exitPrice": 1829.869,
          "stopDistance": 3.951,
          "outcome": "target",
          "netR": 1.9063,
          "holdMinutes": 1404
        },
        {
          "entryTs": 1645015260,
          "entryUtc": "2022-02-16T12:41:00.000Z",
          "exitTs": 1645019400,
          "dir": -1,
          "entryPrice": 1852.638,
          "exitPrice": 1858.155,
          "stopDistance": 5.517,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 69
        },
        {
          "entryTs": 1645621260,
          "entryUtc": "2022-02-23T13:01:00.000Z",
          "exitTs": 1645635600,
          "dir": 1,
          "entryPrice": 1897.146,
          "exitPrice": 1909.408,
          "stopDistance": 6.131,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 239
        },
        {
          "entryTs": 1645713720,
          "entryUtc": "2022-02-24T14:42:00.000Z",
          "exitTs": 1645729740,
          "dir": -1,
          "entryPrice": 1934.689,
          "exitPrice": 1907.67,
          "stopDistance": 13.509,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 267
        },
        {
          "entryTs": 1645786860,
          "entryUtc": "2022-02-25T11:01:00.000Z",
          "exitTs": 1646002800,
          "dir": -1,
          "entryPrice": 1911.548,
          "exitPrice": 1926.046,
          "stopDistance": 14.498,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 3599
        },
        {
          "entryTs": 1646053200,
          "entryUtc": "2022-02-28T13:00:00.000Z",
          "exitTs": 1646065260,
          "dir": 1,
          "entryPrice": 1913.368,
          "exitPrice": 1900.139,
          "stopDistance": 13.23,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 201
        },
        {
          "entryTs": 1646315880,
          "entryUtc": "2022-03-03T13:58:00.000Z",
          "exitTs": 1646332260,
          "dir": -1,
          "entryPrice": 1924.438,
          "exitPrice": 1934.167,
          "stopDistance": 9.729,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 273
        },
        {
          "entryTs": 1647601260,
          "entryUtc": "2022-03-18T11:01:00.000Z",
          "exitTs": 1647609840,
          "dir": 1,
          "entryPrice": 1935.443,
          "exitPrice": 1927.1,
          "stopDistance": 8.343,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 143
        },
        {
          "entryTs": 1647857040,
          "entryUtc": "2022-03-21T10:04:00.000Z",
          "exitTs": 1647869280,
          "dir": 1,
          "entryPrice": 1927.478,
          "exitPrice": 1920.025,
          "stopDistance": 7.453,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 204
        },
        {
          "entryTs": 1649765580,
          "entryUtc": "2022-04-12T12:13:00.000Z",
          "exitTs": 1649775000,
          "dir": 1,
          "entryPrice": 1959.624,
          "exitPrice": 1973.915,
          "stopDistance": 7.145,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 157
        },
        {
          "entryTs": 1650292860,
          "entryUtc": "2022-04-18T14:41:00.000Z",
          "exitTs": 1650372300,
          "dir": -1,
          "entryPrice": 1984.248,
          "exitPrice": 1968.388,
          "stopDistance": 7.93,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 1324
        },
        {
          "entryTs": 1651239420,
          "entryUtc": "2022-04-29T13:37:00.000Z",
          "exitTs": 1651240860,
          "dir": -1,
          "entryPrice": 1904.118,
          "exitPrice": 1912.408,
          "stopDistance": 8.29,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 24
        },
        {
          "entryTs": 1651578000,
          "entryUtc": "2022-05-03T11:40:00.000Z",
          "exitTs": 1651690020,
          "dir": 1,
          "entryPrice": 1862.678,
          "exitPrice": 1879.454,
          "stopDistance": 8.388,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 1867
        },
        {
          "entryTs": 1651753140,
          "entryUtc": "2022-05-05T12:19:00.000Z",
          "exitTs": 1651758660,
          "dir": 1,
          "entryPrice": 1902.693,
          "exitPrice": 1894.602,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 92
        },
        {
          "entryTs": 1652272860,
          "entryUtc": "2022-05-11T12:41:00.000Z",
          "exitTs": 1652274300,
          "dir": -1,
          "entryPrice": 1835.968,
          "exitPrice": 1843.643,
          "stopDistance": 7.674,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 24
        },
        {
          "entryTs": 1652710320,
          "entryUtc": "2022-05-16T14:12:00.000Z",
          "exitTs": 1652787240,
          "dir": 1,
          "entryPrice": 1811.558,
          "exitPrice": 1832.778,
          "stopDistance": 10.61,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 1282
        },
        {
          "entryTs": 1652795400,
          "entryUtc": "2022-05-17T13:50:00.000Z",
          "exitTs": 1652958420,
          "dir": -1,
          "entryPrice": 1822.473,
          "exitPrice": 1830.898,
          "stopDistance": 8.425,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 2717
        },
        {
          "entryTs": 1653048240,
          "entryUtc": "2022-05-20T12:04:00.000Z",
          "exitTs": 1653256800,
          "dir": -1,
          "entryPrice": 1841.058,
          "exitPrice": 1847.726,
          "stopDistance": 6.668,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 3476
        },
        {
          "entryTs": 1653311040,
          "entryUtc": "2022-05-23T13:04:00.000Z",
          "exitTs": 1653397260,
          "dir": -1,
          "entryPrice": 1853.747,
          "exitPrice": 1861.447,
          "stopDistance": 7.7,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 1437
        },
        {
          "entryTs": 1653573900,
          "entryUtc": "2022-05-26T14:05:00.000Z",
          "exitTs": 1653577560,
          "dir": 1,
          "entryPrice": 1850.818,
          "exitPrice": 1843.974,
          "stopDistance": 6.844,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 61
        },
        {
          "entryTs": 1654087080,
          "entryUtc": "2022-06-01T12:38:00.000Z",
          "exitTs": 1654100520,
          "dir": 1,
          "entryPrice": 1837.088,
          "exitPrice": 1849.405,
          "stopDistance": 6.159,
          "outcome": "target",
          "netR": 1.9399,
          "holdMinutes": 224
        },
        {
          "entryTs": 1654517460,
          "entryUtc": "2022-06-06T12:11:00.000Z",
          "exitTs": 1654519200,
          "dir": 1,
          "entryPrice": 1856.033,
          "exitPrice": 1851.293,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 29
        },
        {
          "entryTs": 1654691280,
          "entryUtc": "2022-06-08T12:28:00.000Z",
          "exitTs": 1654691940,
          "dir": -1,
          "entryPrice": 1845.308,
          "exitPrice": 1850.598,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 11
        },
        {
          "entryTs": 1655474400,
          "entryUtc": "2022-06-17T14:00:00.000Z",
          "exitTs": 1655834400,
          "dir": -1,
          "entryPrice": 1842.024,
          "exitPrice": 1833.028,
          "stopDistance": 8.448,
          "outcome": "time",
          "netR": 1.0211,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1656330900,
          "entryUtc": "2022-06-27T11:55:00.000Z",
          "exitTs": 1656343080,
          "dir": -1,
          "entryPrice": 1834.438,
          "exitPrice": 1821.058,
          "stopDistance": 6.69,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 203
        },
        {
          "entryTs": 1656410460,
          "entryUtc": "2022-06-28T10:01:00.000Z",
          "exitTs": 1656491520,
          "dir": -1,
          "entryPrice": 1825.398,
          "exitPrice": 1815.698,
          "stopDistance": 4.85,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 1351
        },
        {
          "entryTs": 1656592980,
          "entryUtc": "2022-06-30T12:43:00.000Z",
          "exitTs": 1656598560,
          "dir": 1,
          "entryPrice": 1820.256,
          "exitPrice": 1814.205,
          "stopDistance": 6.051,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 93
        },
        {
          "entryTs": 1656685020,
          "entryUtc": "2022-07-01T14:17:00.000Z",
          "exitTs": 1657026660,
          "dir": 1,
          "entryPrice": 1802.214,
          "exitPrice": 1794.29,
          "stopDistance": 7.924,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 5694
        },
        {
          "entryTs": 1657201740,
          "entryUtc": "2022-07-07T13:49:00.000Z",
          "exitTs": 1657221360,
          "dir": 1,
          "entryPrice": 1746.185,
          "exitPrice": 1738.943,
          "stopDistance": 7.242,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 327
        },
        {
          "entryTs": 1657277220,
          "entryUtc": "2022-07-08T10:47:00.000Z",
          "exitTs": 1657283400,
          "dir": 1,
          "entryPrice": 1742.469,
          "exitPrice": 1735.893,
          "stopDistance": 6.576,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 103
        },
        {
          "entryTs": 1659011160,
          "entryUtc": "2022-07-28T12:26:00.000Z",
          "exitTs": 1659011400,
          "dir": -1,
          "entryPrice": 1736.008,
          "exitPrice": 1742.642,
          "stopDistance": 6.634,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 4
        },
        {
          "entryTs": 1659434460,
          "entryUtc": "2022-08-02T10:01:00.000Z",
          "exitTs": 1659463200,
          "dir": 1,
          "entryPrice": 1775.857,
          "exitPrice": 1769.603,
          "stopDistance": 6.254,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 479
        },
        {
          "entryTs": 1659529620,
          "entryUtc": "2022-08-03T12:27:00.000Z",
          "exitTs": 1659535200,
          "dir": 1,
          "entryPrice": 1768.984,
          "exitPrice": 1761.938,
          "stopDistance": 7.046,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 93
        },
        {
          "entryTs": 1660834620,
          "entryUtc": "2022-08-18T14:57:00.000Z",
          "exitTs": 1660903440,
          "dir": -1,
          "entryPrice": 1761.958,
          "exitPrice": 1750.781,
          "stopDistance": 5.588,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 1147
        },
        {
          "entryTs": 1661337180,
          "entryUtc": "2022-08-24T10:33:00.000Z",
          "exitTs": 1661350860,
          "dir": -1,
          "entryPrice": 1745.004,
          "exitPrice": 1750.227,
          "stopDistance": 5.223,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 228
        },
        {
          "entryTs": 1661434800,
          "entryUtc": "2022-08-25T13:40:00.000Z",
          "exitTs": 1661512620,
          "dir": -1,
          "entryPrice": 1755.884,
          "exitPrice": 1745.568,
          "stopDistance": 5.158,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 1297
        },
        {
          "entryTs": 1661768520,
          "entryUtc": "2022-08-29T10:22:00.000Z",
          "exitTs": 1661778360,
          "dir": 1,
          "entryPrice": 1724.778,
          "exitPrice": 1737.106,
          "stopDistance": 6.164,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 164
        },
        {
          "entryTs": 1662641880,
          "entryUtc": "2022-09-08T12:58:00.000Z",
          "exitTs": 1662693720,
          "dir": -1,
          "entryPrice": 1714.098,
          "exitPrice": 1720.209,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 864
        },
        {
          "entryTs": 1662727620,
          "entryUtc": "2022-09-09T12:47:00.000Z",
          "exitTs": 1662967380,
          "dir": -1,
          "entryPrice": 1719.048,
          "exitPrice": 1725.386,
          "stopDistance": 6.338,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 3996
        },
        {
          "entryTs": 1663072260,
          "entryUtc": "2022-09-13T12:31:00.000Z",
          "exitTs": 1663073400,
          "dir": -1,
          "entryPrice": 1717.877,
          "exitPrice": 1707.097,
          "stopDistance": 5.39,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 19
        },
        {
          "entryTs": 1663598160,
          "entryUtc": "2022-09-19T14:36:00.000Z",
          "exitTs": 1663680960,
          "dir": 1,
          "entryPrice": 1669.485,
          "exitPrice": 1662.008,
          "stopDistance": 7.477,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 1380
        },
        {
          "entryTs": 1664360100,
          "entryUtc": "2022-09-28T10:15:00.000Z",
          "exitTs": 1664368680,
          "dir": 1,
          "entryPrice": 1624.565,
          "exitPrice": 1638.041,
          "stopDistance": 6.738,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 143
        },
        {
          "entryTs": 1664454540,
          "entryUtc": "2022-09-29T12:29:00.000Z",
          "exitTs": 1664461080,
          "dir": 1,
          "entryPrice": 1654.961,
          "exitPrice": 1646.941,
          "stopDistance": 8.02,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 109
        },
        {
          "entryTs": 1665137580,
          "entryUtc": "2022-10-07T10:13:00.000Z",
          "exitTs": 1665146820,
          "dir": -1,
          "entryPrice": 1709.224,
          "exitPrice": 1697.077,
          "stopDistance": 6.073,
          "outcome": "target",
          "netR": 1.9391,
          "holdMinutes": 154
        },
        {
          "entryTs": 1666704480,
          "entryUtc": "2022-10-25T13:28:00.000Z",
          "exitTs": 1666767600,
          "dir": 1,
          "entryPrice": 1651.648,
          "exitPrice": 1665.571,
          "stopDistance": 6.961,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 1052
        },
        {
          "entryTs": 1667398620,
          "entryUtc": "2022-11-02T14:17:00.000Z",
          "exitTs": 1667412000,
          "dir": -1,
          "entryPrice": 1650.527,
          "exitPrice": 1656.015,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 223
        },
        {
          "entryTs": 1668683700,
          "entryUtc": "2022-11-17T11:15:00.000Z",
          "exitTs": 1668797520,
          "dir": -1,
          "entryPrice": 1762.028,
          "exitPrice": 1749.369,
          "stopDistance": 6.329,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 1897
        },
        {
          "entryTs": 1669037280,
          "entryUtc": "2022-11-21T13:28:00.000Z",
          "exitTs": 1669041840,
          "dir": 1,
          "entryPrice": 1746.207,
          "exitPrice": 1740.671,
          "stopDistance": 5.536,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 76
        },
        {
          "entryTs": 1669209720,
          "entryUtc": "2022-11-23T13:22:00.000Z",
          "exitTs": 1669214700,
          "dir": -1,
          "entryPrice": 1734.748,
          "exitPrice": 1740.471,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 83
        },
        {
          "entryTs": 1669820520,
          "entryUtc": "2022-11-30T15:02:00.000Z",
          "exitTs": 1669834680,
          "dir": -1,
          "entryPrice": 1753.267,
          "exitPrice": 1759.74,
          "stopDistance": 6.473,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 236
        },
        {
          "entryTs": 1669983480,
          "entryUtc": "2022-12-02T12:18:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1797.197,
          "exitPrice": 1785.975,
          "stopDistance": 5.611,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 72
        },
        {
          "entryTs": 1670415060,
          "entryUtc": "2022-12-07T12:11:00.000Z",
          "exitTs": 1670419200,
          "dir": -1,
          "entryPrice": 1770.708,
          "exitPrice": 1776.254,
          "stopDistance": 5.546,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 69
        },
        {
          "entryTs": 1670497320,
          "entryUtc": "2022-12-08T11:02:00.000Z",
          "exitTs": 1670505780,
          "dir": -1,
          "entryPrice": 1783.238,
          "exitPrice": 1788.68,
          "stopDistance": 5.442,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 141
        },
        {
          "entryTs": 1670585220,
          "entryUtc": "2022-12-09T11:27:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1796.398,
          "exitPrice": 1791.346,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 123
        },
        {
          "entryTs": 1670853900,
          "entryUtc": "2022-12-12T14:05:00.000Z",
          "exitTs": 1670938140,
          "dir": -1,
          "entryPrice": 1787.137,
          "exitPrice": 1793.037,
          "stopDistance": 5.9,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 1404
        },
        {
          "entryTs": 1671802380,
          "entryUtc": "2022-12-23T13:33:00.000Z",
          "exitTs": 1671802740,
          "dir": -1,
          "entryPrice": 1794.737,
          "exitPrice": 1799.648,
          "stopDistance": 4.911,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 6
        },
        {
          "entryTs": 1672150080,
          "entryUtc": "2022-12-27T14:08:00.000Z",
          "exitTs": 1672152600,
          "dir": -1,
          "entryPrice": 1804.877,
          "exitPrice": 1809.554,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 42
        },
        {
          "entryTs": 1673354880,
          "entryUtc": "2023-01-10T12:48:00.000Z",
          "exitTs": 1673359440,
          "dir": -1,
          "entryPrice": 1871.078,
          "exitPrice": 1877.06,
          "stopDistance": 5.982,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 76
        },
        {
          "entryTs": 1673439540,
          "entryUtc": "2023-01-11T12:19:00.000Z",
          "exitTs": 1673490780,
          "dir": -1,
          "entryPrice": 1877.685,
          "exitPrice": 1883.428,
          "stopDistance": 5.743,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 854
        },
        {
          "entryTs": 1673521440,
          "entryUtc": "2023-01-12T11:04:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1884.328,
          "exitPrice": 1879.259,
          "stopDistance": 5.069,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 146
        },
        {
          "entryTs": 1673956620,
          "entryUtc": "2023-01-17T11:57:00.000Z",
          "exitTs": 1673977560,
          "dir": 1,
          "entryPrice": 1911.425,
          "exitPrice": 1905.179,
          "stopDistance": 6.246,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 349
        },
        {
          "entryTs": 1674224280,
          "entryUtc": "2023-01-20T14:18:00.000Z",
          "exitTs": 1674228600,
          "dir": -1,
          "entryPrice": 1923.635,
          "exitPrice": 1930.686,
          "stopDistance": 7.051,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 72
        },
        {
          "entryTs": 1674568200,
          "entryUtc": "2023-01-24T13:50:00.000Z",
          "exitTs": 1674572760,
          "dir": -1,
          "entryPrice": 1932.335,
          "exitPrice": 1919.832,
          "stopDistance": 6.251,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 76
        },
        {
          "entryTs": 1674834420,
          "entryUtc": "2023-01-27T15:47:00.000Z",
          "exitTs": 1674836040,
          "dir": -1,
          "entryPrice": 1920.455,
          "exitPrice": 1927.892,
          "stopDistance": 7.437,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 27
        },
        {
          "entryTs": 1675173660,
          "entryUtc": "2023-01-31T14:01:00.000Z",
          "exitTs": 1675280580,
          "dir": 1,
          "entryPrice": 1920.845,
          "exitPrice": 1937.462,
          "stopDistance": 8.308,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 1782
        },
        {
          "entryTs": 1675335660,
          "entryUtc": "2023-02-02T11:01:00.000Z",
          "exitTs": 1675349100,
          "dir": -1,
          "entryPrice": 1952.365,
          "exitPrice": 1936.877,
          "stopDistance": 7.744,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 224
        },
        {
          "entryTs": 1675426680,
          "entryUtc": "2023-02-03T12:18:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1916.215,
          "exitPrice": 1908.647,
          "stopDistance": 7.568,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 72
        },
        {
          "entryTs": 1675767660,
          "entryUtc": "2023-02-07T11:01:00.000Z",
          "exitTs": 1675785420,
          "dir": -1,
          "entryPrice": 1871.675,
          "exitPrice": 1878.264,
          "stopDistance": 6.589,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 296
        },
        {
          "entryTs": 1676373180,
          "entryUtc": "2023-02-14T11:13:00.000Z",
          "exitTs": 1676381520,
          "dir": -1,
          "entryPrice": 1857.945,
          "exitPrice": 1863.828,
          "stopDistance": 5.883,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 139
        },
        {
          "entryTs": 1676636580,
          "entryUtc": "2023-02-17T12:23:00.000Z",
          "exitTs": 1676653260,
          "dir": 1,
          "entryPrice": 1827.015,
          "exitPrice": 1841.622,
          "stopDistance": 7.304,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 278
        },
        {
          "entryTs": 1676907540,
          "entryUtc": "2023-02-20T15:39:00.000Z",
          "exitTs": 1676967780,
          "dir": -1,
          "entryPrice": 1842.365,
          "exitPrice": 1831.669,
          "stopDistance": 5.348,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 1004
        },
        {
          "entryTs": 1676988420,
          "entryUtc": "2023-02-21T14:07:00.000Z",
          "exitTs": 1676997960,
          "dir": 1,
          "entryPrice": 1839.064,
          "exitPrice": 1833.91,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 159
        },
        {
          "entryTs": 1677756420,
          "entryUtc": "2023-03-02T11:27:00.000Z",
          "exitTs": 1677832800,
          "dir": 1,
          "entryPrice": 1834.445,
          "exitPrice": 1845.166,
          "stopDistance": 5.36,
          "outcome": "target",
          "netR": 1.931,
          "holdMinutes": 1273
        },
        {
          "entryTs": 1678788060,
          "entryUtc": "2023-03-14T10:01:00.000Z",
          "exitTs": 1678797060,
          "dir": -1,
          "entryPrice": 1901.384,
          "exitPrice": 1911.337,
          "stopDistance": 9.953,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 150
        },
        {
          "entryTs": 1678874760,
          "entryUtc": "2023-03-15T10:06:00.000Z",
          "exitTs": 1678881780,
          "dir": 1,
          "entryPrice": 1903.144,
          "exitPrice": 1920.047,
          "stopDistance": 8.451,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 117
        },
        {
          "entryTs": 1679316780,
          "entryUtc": "2023-03-20T12:53:00.000Z",
          "exitTs": 1679412960,
          "dir": -1,
          "entryPrice": 1973.075,
          "exitPrice": 1943.82,
          "stopDistance": 14.628,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 1603
        },
        {
          "entryTs": 1679569440,
          "entryUtc": "2023-03-23T11:04:00.000Z",
          "exitTs": 1679585040,
          "dir": -1,
          "entryPrice": 1976.384,
          "exitPrice": 1986.194,
          "stopDistance": 9.81,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 260
        },
        {
          "entryTs": 1679652060,
          "entryUtc": "2023-03-24T10:01:00.000Z",
          "exitTs": 1679666520,
          "dir": 1,
          "entryPrice": 1995.695,
          "exitPrice": 1985.904,
          "stopDistance": 9.791,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 241
        },
        {
          "entryTs": 1680005520,
          "entryUtc": "2023-03-28T12:12:00.000Z",
          "exitTs": 1680025860,
          "dir": 1,
          "entryPrice": 1959.765,
          "exitPrice": 1973.969,
          "stopDistance": 7.102,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 339
        },
        {
          "entryTs": 1680690420,
          "entryUtc": "2023-04-05T10:27:00.000Z",
          "exitTs": 1680697200,
          "dir": -1,
          "entryPrice": 2022.824,
          "exitPrice": 2029.293,
          "stopDistance": 6.469,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 113
        },
        {
          "entryTs": 1680786240,
          "entryUtc": "2023-04-06T13:04:00.000Z",
          "exitTs": 1681077600,
          "dir": -1,
          "entryPrice": 2009.885,
          "exitPrice": 1995.823,
          "stopDistance": 7.031,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 4856
        },
        {
          "entryTs": 1681131480,
          "entryUtc": "2023-04-10T12:58:00.000Z",
          "exitTs": 1681179060,
          "dir": -1,
          "entryPrice": 1989.485,
          "exitPrice": 1996.415,
          "stopDistance": 6.93,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 793
        },
        {
          "entryTs": 1681218660,
          "entryUtc": "2023-04-11T13:11:00.000Z",
          "exitTs": 1681222080,
          "dir": -1,
          "entryPrice": 1996.475,
          "exitPrice": 2002.763,
          "stopDistance": 6.288,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 57
        },
        {
          "entryTs": 1681734720,
          "entryUtc": "2023-04-17T12:32:00.000Z",
          "exitTs": 1681741860,
          "dir": -1,
          "entryPrice": 2004.244,
          "exitPrice": 1988.723,
          "stopDistance": 7.761,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 119
        },
        {
          "entryTs": 1682509440,
          "entryUtc": "2023-04-26T11:44:00.000Z",
          "exitTs": 1682512320,
          "dir": -1,
          "entryPrice": 1992.195,
          "exitPrice": 1998.927,
          "stopDistance": 6.732,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 48
        },
        {
          "entryTs": 1682688540,
          "entryUtc": "2023-04-28T13:29:00.000Z",
          "exitTs": 1682691480,
          "dir": 1,
          "entryPrice": 1989.205,
          "exitPrice": 1982.247,
          "stopDistance": 6.958,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 49
        },
        {
          "entryTs": 1683120600,
          "entryUtc": "2023-05-03T13:30:00.000Z",
          "exitTs": 1683123540,
          "dir": 1,
          "entryPrice": 2018.565,
          "exitPrice": 2012.504,
          "stopDistance": 6.061,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 49
        },
        {
          "entryTs": 1683540420,
          "entryUtc": "2023-05-08T10:07:00.000Z",
          "exitTs": 1683653580,
          "dir": 1,
          "entryPrice": 2023.534,
          "exitPrice": 2037.029,
          "stopDistance": 6.747,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 1886
        },
        {
          "entryTs": 1683715020,
          "entryUtc": "2023-05-10T10:37:00.000Z",
          "exitTs": 1683721440,
          "dir": 1,
          "entryPrice": 2031.694,
          "exitPrice": 2026.384,
          "stopDistance": 5.31,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 107
        },
        {
          "entryTs": 1683803700,
          "entryUtc": "2023-05-11T11:15:00.000Z",
          "exitTs": 1683811260,
          "dir": 1,
          "entryPrice": 2034.424,
          "exitPrice": 2027.698,
          "stopDistance": 6.726,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 126
        },
        {
          "entryTs": 1683895380,
          "entryUtc": "2023-05-12T12:43:00.000Z",
          "exitTs": 1684218240,
          "dir": 1,
          "entryPrice": 2013.115,
          "exitPrice": 2006.058,
          "stopDistance": 7.057,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 5381
        },
        {
          "entryTs": 1684847700,
          "entryUtc": "2023-05-23T13:15:00.000Z",
          "exitTs": 1684865880,
          "dir": 1,
          "entryPrice": 1962.795,
          "exitPrice": 1976.217,
          "stopDistance": 6.711,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 303
        },
        {
          "entryTs": 1685104260,
          "entryUtc": "2023-05-26T12:31:00.000Z",
          "exitTs": 1685424120,
          "dir": -1,
          "entryPrice": 1947.735,
          "exitPrice": 1934.987,
          "stopDistance": 6.374,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 5331
        },
        {
          "entryTs": 1685615820,
          "entryUtc": "2023-06-01T10:37:00.000Z",
          "exitTs": 1685628000,
          "dir": 1,
          "entryPrice": 1964.278,
          "exitPrice": 1976.556,
          "stopDistance": 6.139,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 203
        },
        {
          "entryTs": 1685972760,
          "entryUtc": "2023-06-05T13:46:00.000Z",
          "exitTs": 1685973780,
          "dir": 1,
          "entryPrice": 1947.435,
          "exitPrice": 1960.571,
          "stopDistance": 6.568,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 17
        },
        {
          "entryTs": 1686132060,
          "entryUtc": "2023-06-07T10:01:00.000Z",
          "exitTs": 1686140100,
          "dir": 1,
          "entryPrice": 1964.695,
          "exitPrice": 1959.604,
          "stopDistance": 5.091,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 134
        },
        {
          "entryTs": 1686925260,
          "entryUtc": "2023-06-16T14:21:00.000Z",
          "exitTs": 1687266060,
          "dir": -1,
          "entryPrice": 1956.105,
          "exitPrice": 1943.412,
          "stopDistance": 6.346,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 5680
        },
        {
          "entryTs": 1687868820,
          "entryUtc": "2023-06-27T12:27:00.000Z",
          "exitTs": 1687870260,
          "dir": 1,
          "entryPrice": 1928.698,
          "exitPrice": 1923.806,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 24
        },
        {
          "entryTs": 1688128260,
          "entryUtc": "2023-06-30T12:31:00.000Z",
          "exitTs": 1688135160,
          "dir": 1,
          "entryPrice": 1909.155,
          "exitPrice": 1918.882,
          "stopDistance": 4.864,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 115
        },
        {
          "entryTs": 1689597600,
          "entryUtc": "2023-07-17T12:40:00.000Z",
          "exitTs": 1689642900,
          "dir": -1,
          "entryPrice": 1951.785,
          "exitPrice": 1956.825,
          "stopDistance": 5.04,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 755
        },
        {
          "entryTs": 1691066520,
          "entryUtc": "2023-08-03T12:42:00.000Z",
          "exitTs": 1691067240,
          "dir": 1,
          "entryPrice": 1937.465,
          "exitPrice": 1932.025,
          "stopDistance": 5.44,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 12
        },
        {
          "entryTs": 1691413380,
          "entryUtc": "2023-08-07T13:03:00.000Z",
          "exitTs": 1691416680,
          "dir": 1,
          "entryPrice": 1939.325,
          "exitPrice": 1934.537,
          "stopDistance": 4.788,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 55
        },
        {
          "entryTs": 1692109920,
          "entryUtc": "2023-08-15T14:32:00.000Z",
          "exitTs": 1692131160,
          "dir": 1,
          "entryPrice": 1907.105,
          "exitPrice": 1901.889,
          "stopDistance": 5.216,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 354
        },
        {
          "entryTs": 1692186180,
          "entryUtc": "2023-08-16T11:43:00.000Z",
          "exitTs": 1692208980,
          "dir": -1,
          "entryPrice": 1903.895,
          "exitPrice": 1896.19,
          "stopDistance": 3.853,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 380
        },
        {
          "entryTs": 1692287280,
          "entryUtc": "2023-08-17T15:48:00.000Z",
          "exitTs": 1692621780,
          "dir": -1,
          "entryPrice": 1891.875,
          "exitPrice": 1897.005,
          "stopDistance": 5.13,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 5575
        },
        {
          "entryTs": 1692786780,
          "entryUtc": "2023-08-23T10:33:00.000Z",
          "exitTs": 1692793500,
          "dir": -1,
          "entryPrice": 1901.445,
          "exitPrice": 1905.366,
          "stopDistance": 3.921,
          "outcome": "stop",
          "netR": -1.1071,
          "holdMinutes": 112
        },
        {
          "entryTs": 1692973560,
          "entryUtc": "2023-08-25T14:26:00.000Z",
          "exitTs": 1692974700,
          "dir": -1,
          "entryPrice": 1912.815,
          "exitPrice": 1904.906,
          "stopDistance": 3.955,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 19
        },
        {
          "entryTs": 1693226700,
          "entryUtc": "2023-08-28T12:45:00.000Z",
          "exitTs": 1693229700,
          "dir": 1,
          "entryPrice": 1916.535,
          "exitPrice": 1912.953,
          "stopDistance": 3.582,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 50
        },
        {
          "entryTs": 1693317720,
          "entryUtc": "2023-08-29T14:02:00.000Z",
          "exitTs": 1693318920,
          "dir": 1,
          "entryPrice": 1925.554,
          "exitPrice": 1934.158,
          "stopDistance": 4.302,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 20
        },
        {
          "entryTs": 1693477740,
          "entryUtc": "2023-08-31T10:29:00.000Z",
          "exitTs": 1693488900,
          "dir": 1,
          "entryPrice": 1945.095,
          "exitPrice": 1941.948,
          "stopDistance": 3.146,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 186
        },
        {
          "entryTs": 1693576860,
          "entryUtc": "2023-09-01T14:01:00.000Z",
          "exitTs": 1693792140,
          "dir": -1,
          "entryPrice": 1938.655,
          "exitPrice": 1943.555,
          "stopDistance": 4.9,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 3588
        },
        {
          "entryTs": 1694080860,
          "entryUtc": "2023-09-07T10:01:00.000Z",
          "exitTs": 1694090040,
          "dir": 1,
          "entryPrice": 1920.295,
          "exitPrice": 1916.751,
          "stopDistance": 3.544,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 153
        },
        {
          "entryTs": 1694442660,
          "entryUtc": "2023-09-11T14:31:00.000Z",
          "exitTs": 1694517600,
          "dir": -1,
          "entryPrice": 1922.805,
          "exitPrice": 1914.186,
          "stopDistance": 4.31,
          "outcome": "target",
          "netR": 1.9141,
          "holdMinutes": 1249
        },
        {
          "entryTs": 1694693940,
          "entryUtc": "2023-09-14T12:19:00.000Z",
          "exitTs": 1694694600,
          "dir": 1,
          "entryPrice": 1909.725,
          "exitPrice": 1906.102,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 11
        },
        {
          "entryTs": 1695897000,
          "entryUtc": "2023-09-28T10:30:00.000Z",
          "exitTs": 1695904440,
          "dir": -1,
          "entryPrice": 1874.458,
          "exitPrice": 1879.001,
          "stopDistance": 4.543,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 124
        },
        {
          "entryTs": 1695996600,
          "entryUtc": "2023-09-29T14:10:00.000Z",
          "exitTs": 1696007460,
          "dir": -1,
          "entryPrice": 1863.005,
          "exitPrice": 1851.106,
          "stopDistance": 5.949,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 181
        },
        {
          "entryTs": 1696587180,
          "entryUtc": "2023-10-06T10:13:00.000Z",
          "exitTs": 1696594860,
          "dir": 1,
          "entryPrice": 1824.365,
          "exitPrice": 1820.048,
          "stopDistance": 4.317,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 128
        },
        {
          "entryTs": 1697114460,
          "entryUtc": "2023-10-12T12:41:00.000Z",
          "exitTs": 1697130540,
          "dir": -1,
          "entryPrice": 1876.905,
          "exitPrice": 1868.217,
          "stopDistance": 4.344,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 268
        },
        {
          "entryTs": 1697458860,
          "entryUtc": "2023-10-16T12:21:00.000Z",
          "exitTs": 1697509080,
          "dir": 1,
          "entryPrice": 1920.085,
          "exitPrice": 1913.052,
          "stopDistance": 7.033,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 837
        },
        {
          "entryTs": 1698068640,
          "entryUtc": "2023-10-23T13:44:00.000Z",
          "exitTs": 1698113940,
          "dir": -1,
          "entryPrice": 1971.848,
          "exitPrice": 1979.997,
          "stopDistance": 8.149,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 755
        },
        {
          "entryTs": 1698671700,
          "entryUtc": "2023-10-30T13:15:00.000Z",
          "exitTs": 1698676680,
          "dir": 1,
          "entryPrice": 2002.085,
          "exitPrice": 1995.138,
          "stopDistance": 6.947,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 83
        },
        {
          "entryTs": 1698931860,
          "entryUtc": "2023-11-02T13:31:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1985.155,
          "exitPrice": 1990.781,
          "stopDistance": 5.626,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 1379
        },
        {
          "entryTs": 1699275240,
          "entryUtc": "2023-11-06T12:54:00.000Z",
          "exitTs": 1699326180,
          "dir": -1,
          "entryPrice": 1983.515,
          "exitPrice": 1972.345,
          "stopDistance": 5.585,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 849
        },
        {
          "entryTs": 1699538160,
          "entryUtc": "2023-11-09T13:56:00.000Z",
          "exitTs": 1699542720,
          "dir": 1,
          "entryPrice": 1950.398,
          "exitPrice": 1960.282,
          "stopDistance": 4.942,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 76
        },
        {
          "entryTs": 1699880160,
          "entryUtc": "2023-11-13T12:56:00.000Z",
          "exitTs": 1699892220,
          "dir": -1,
          "entryPrice": 1935.638,
          "exitPrice": 1940.919,
          "stopDistance": 5.281,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 201
        },
        {
          "entryTs": 1699967280,
          "entryUtc": "2023-11-14T13:08:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1944.595,
          "exitPrice": 1948.344,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 22
        },
        {
          "entryTs": 1700055240,
          "entryUtc": "2023-11-15T13:34:00.000Z",
          "exitTs": 1700059920,
          "dir": -1,
          "entryPrice": 1967.345,
          "exitPrice": 1958.312,
          "stopDistance": 4.516,
          "outcome": "target",
          "netR": 1.9181,
          "holdMinutes": 78
        },
        {
          "entryTs": 1700137320,
          "entryUtc": "2023-11-16T12:22:00.000Z",
          "exitTs": 1700141400,
          "dir": -1,
          "entryPrice": 1962.338,
          "exitPrice": 1966.761,
          "stopDistance": 4.423,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 68
        },
        {
          "entryTs": 1701169680,
          "entryUtc": "2023-11-28T11:08:00.000Z",
          "exitTs": 1701180960,
          "dir": 1,
          "entryPrice": 2015.225,
          "exitPrice": 2024.579,
          "stopDistance": 4.677,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 188
        },
        {
          "entryTs": 1701430500,
          "entryUtc": "2023-12-01T11:35:00.000Z",
          "exitTs": 1701442860,
          "dir": -1,
          "entryPrice": 2040.165,
          "exitPrice": 2045.827,
          "stopDistance": 5.662,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 206
        },
        {
          "entryTs": 1701860640,
          "entryUtc": "2023-12-06T11:04:00.000Z",
          "exitTs": 1701868500,
          "dir": -1,
          "entryPrice": 2021.768,
          "exitPrice": 2030.282,
          "stopDistance": 8.514,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 131
        },
        {
          "entryTs": 1701961020,
          "entryUtc": "2023-12-07T14:57:00.000Z",
          "exitTs": 1701996780,
          "dir": -1,
          "entryPrice": 2025.685,
          "exitPrice": 2032.371,
          "stopDistance": 6.686,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 596
        },
        {
          "entryTs": 1702560660,
          "entryUtc": "2023-12-14T13:31:00.000Z",
          "exitTs": 1702562100,
          "dir": -1,
          "entryPrice": 2028.085,
          "exitPrice": 2036.535,
          "stopDistance": 8.45,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 24
        },
        {
          "entryTs": 1702647300,
          "entryUtc": "2023-12-15T13:35:00.000Z",
          "exitTs": 1702664400,
          "dir": -1,
          "entryPrice": 2035.815,
          "exitPrice": 2023.192,
          "stopDistance": 6.311,
          "outcome": "target",
          "netR": 1.9414,
          "holdMinutes": 285
        },
        {
          "entryTs": 1704195900,
          "entryUtc": "2024-01-02T11:45:00.000Z",
          "exitTs": 1704209820,
          "dir": -1,
          "entryPrice": 2068.705,
          "exitPrice": 2056.585,
          "stopDistance": 6.06,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 232
        },
        {
          "entryTs": 1704374520,
          "entryUtc": "2024-01-04T13:22:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2042.625,
          "exitPrice": 2030.301,
          "stopDistance": 6.162,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 1448
        },
        {
          "entryTs": 1704729660,
          "entryUtc": "2024-01-08T16:01:00.000Z",
          "exitTs": 1704737220,
          "dir": 1,
          "entryPrice": 2035.755,
          "exitPrice": 2026.874,
          "stopDistance": 8.881,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 126
        },
        {
          "entryTs": 1705316460,
          "entryUtc": "2024-01-15T11:01:00.000Z",
          "exitTs": 1705396260,
          "dir": -1,
          "entryPrice": 2053.425,
          "exitPrice": 2040.571,
          "stopDistance": 6.427,
          "outcome": "target",
          "netR": 1.9424,
          "holdMinutes": 1330
        },
        {
          "entryTs": 1705923600,
          "entryUtc": "2024-01-22T11:40:00.000Z",
          "exitTs": 1705933800,
          "dir": 1,
          "entryPrice": 2025.695,
          "exitPrice": 2019.935,
          "stopDistance": 5.76,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 170
        },
        {
          "entryTs": 1706107920,
          "entryUtc": "2024-01-24T14:52:00.000Z",
          "exitTs": 1706112420,
          "dir": -1,
          "entryPrice": 2024.105,
          "exitPrice": 2012.937,
          "stopDistance": 5.584,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 75
        },
        {
          "entryTs": 1706526780,
          "entryUtc": "2024-01-29T11:13:00.000Z",
          "exitTs": 1706534940,
          "dir": -1,
          "entryPrice": 2025.815,
          "exitPrice": 2031.194,
          "stopDistance": 5.379,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 136
        },
        {
          "entryTs": 1706628180,
          "entryUtc": "2024-01-30T15:23:00.000Z",
          "exitTs": 1706659500,
          "dir": -1,
          "entryPrice": 2030.985,
          "exitPrice": 2037.468,
          "stopDistance": 6.483,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 522
        },
        {
          "entryTs": 1706796780,
          "entryUtc": "2024-02-01T14:13:00.000Z",
          "exitTs": 1706804700,
          "dir": 1,
          "entryPrice": 2045.815,
          "exitPrice": 2061.12,
          "stopDistance": 7.653,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 132
        },
        {
          "entryTs": 1707305280,
          "entryUtc": "2024-02-07T11:28:00.000Z",
          "exitTs": 1707309240,
          "dir": 1,
          "entryPrice": 2035.155,
          "exitPrice": 2030.946,
          "stopDistance": 4.209,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 66
        },
        {
          "entryTs": 1707831180,
          "entryUtc": "2024-02-13T13:33:00.000Z",
          "exitTs": 1707832020,
          "dir": -1,
          "entryPrice": 2017.005,
          "exitPrice": 2009.474,
          "stopDistance": 3.766,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 14
        },
        {
          "entryTs": 1707908460,
          "entryUtc": "2024-02-14T11:01:00.000Z",
          "exitTs": 1707922320,
          "dir": 1,
          "entryPrice": 1992.798,
          "exitPrice": 1987.668,
          "stopDistance": 5.13,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 231
        },
        {
          "entryTs": 1708090260,
          "entryUtc": "2024-02-16T13:31:00.000Z",
          "exitTs": 1708096380,
          "dir": -1,
          "entryPrice": 2000.845,
          "exitPrice": 2004.481,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 102
        },
        {
          "entryTs": 1708340460,
          "entryUtc": "2024-02-19T11:01:00.000Z",
          "exitTs": 1708420080,
          "dir": -1,
          "entryPrice": 2018.745,
          "exitPrice": 2023.842,
          "stopDistance": 5.097,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 1327
        },
        {
          "entryTs": 1708599780,
          "entryUtc": "2024-02-22T11:03:00.000Z",
          "exitTs": 1708614600,
          "dir": -1,
          "entryPrice": 2028.798,
          "exitPrice": 2020.212,
          "stopDistance": 4.293,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 247
        },
        {
          "entryTs": 1708691700,
          "entryUtc": "2024-02-23T12:35:00.000Z",
          "exitTs": 1708705980,
          "dir": 1,
          "entryPrice": 2026.105,
          "exitPrice": 2036.015,
          "stopDistance": 4.955,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 238
        },
        {
          "entryTs": 1708945260,
          "entryUtc": "2024-02-26T11:01:00.000Z",
          "exitTs": 1709019720,
          "dir": -1,
          "entryPrice": 2031.525,
          "exitPrice": 2036.117,
          "stopDistance": 4.592,
          "outcome": "stop",
          "netR": -1.0915,
          "holdMinutes": 1241
        },
        {
          "entryTs": 1709047860,
          "entryUtc": "2024-02-27T15:31:00.000Z",
          "exitTs": 1709111100,
          "dir": -1,
          "entryPrice": 2033.655,
          "exitPrice": 2025.752,
          "stopDistance": 3.952,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1709722860,
          "entryUtc": "2024-03-06T11:01:00.000Z",
          "exitTs": 1709726160,
          "dir": -1,
          "entryPrice": 2125.678,
          "exitPrice": 2132.141,
          "stopDistance": 6.463,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709816160,
          "entryUtc": "2024-03-07T12:56:00.000Z",
          "exitTs": 1709822400,
          "dir": 1,
          "entryPrice": 2158.285,
          "exitPrice": 2150.27,
          "stopDistance": 8.015,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 104
        },
        {
          "entryTs": 1710247200,
          "entryUtc": "2024-03-12T12:40:00.000Z",
          "exitTs": 1710248040,
          "dir": 1,
          "entryPrice": 2177.815,
          "exitPrice": 2171.683,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 14
        },
        {
          "entryTs": 1710504240,
          "entryUtc": "2024-03-15T12:04:00.000Z",
          "exitTs": 1710712800,
          "dir": -1,
          "entryPrice": 2164.405,
          "exitPrice": 2153.436,
          "stopDistance": 5.484,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 3476
        },
        {
          "entryTs": 1710943320,
          "entryUtc": "2024-03-20T14:02:00.000Z",
          "exitTs": 1710946260,
          "dir": 1,
          "entryPrice": 2161.065,
          "exitPrice": 2155.738,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 49
        },
        {
          "entryTs": 1711109940,
          "entryUtc": "2024-03-22T12:19:00.000Z",
          "exitTs": 1711122960,
          "dir": 1,
          "entryPrice": 2173.805,
          "exitPrice": 2165.755,
          "stopDistance": 8.05,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 217
        },
        {
          "entryTs": 1711361940,
          "entryUtc": "2024-03-25T10:19:00.000Z",
          "exitTs": 1711445400,
          "dir": 1,
          "entryPrice": 2170.615,
          "exitPrice": 2186.812,
          "stopDistance": 8.098,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 1391
        },
        {
          "entryTs": 1712158020,
          "entryUtc": "2024-04-03T15:27:00.000Z",
          "exitTs": 1712279700,
          "dir": 1,
          "entryPrice": 2285.935,
          "exitPrice": 2275.193,
          "stopDistance": 10.742,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 2028
        },
        {
          "entryTs": 1712677920,
          "entryUtc": "2024-04-09T15:52:00.000Z",
          "exitTs": 1712706840,
          "dir": -1,
          "entryPrice": 2342.055,
          "exitPrice": 2355.012,
          "stopDistance": 12.957,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 482
        },
        {
          "entryTs": 1712841720,
          "entryUtc": "2024-04-11T13:22:00.000Z",
          "exitTs": 1712845860,
          "dir": 1,
          "entryPrice": 2344.445,
          "exitPrice": 2332.629,
          "stopDistance": 11.816,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 69
        },
        {
          "entryTs": 1713179280,
          "entryUtc": "2024-04-15T11:08:00.000Z",
          "exitTs": 1713188580,
          "dir": 1,
          "entryPrice": 2360.295,
          "exitPrice": 2343.167,
          "stopDistance": 17.128,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 155
        },
        {
          "entryTs": 1713279840,
          "entryUtc": "2024-04-16T15:04:00.000Z",
          "exitTs": 1713371820,
          "dir": 1,
          "entryPrice": 2388.125,
          "exitPrice": 2372.34,
          "stopDistance": 15.785,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 1533
        },
        {
          "entryTs": 1713450720,
          "entryUtc": "2024-04-18T14:32:00.000Z",
          "exitTs": 1713454740,
          "dir": -1,
          "entryPrice": 2373.908,
          "exitPrice": 2385.163,
          "stopDistance": 11.255,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 67
        },
        {
          "entryTs": 1713538080,
          "entryUtc": "2024-04-19T14:48:00.000Z",
          "exitTs": 1713749640,
          "dir": 1,
          "entryPrice": 2391.715,
          "exitPrice": 2377.223,
          "stopDistance": 14.492,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 3526
        },
        {
          "entryTs": 1713970260,
          "entryUtc": "2024-04-24T14:51:00.000Z",
          "exitTs": 1713988200,
          "dir": 1,
          "entryPrice": 2329.195,
          "exitPrice": 2318.306,
          "stopDistance": 10.889,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 299
        },
        {
          "entryTs": 1714142280,
          "entryUtc": "2024-04-26T14:38:00.000Z",
          "exitTs": 1714384140,
          "dir": -1,
          "entryPrice": 2333.025,
          "exitPrice": 2343.327,
          "stopDistance": 10.302,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 4031
        },
        {
          "entryTs": 1714398180,
          "entryUtc": "2024-04-29T13:43:00.000Z",
          "exitTs": 1714399560,
          "dir": -1,
          "entryPrice": 2327.725,
          "exitPrice": 2337.948,
          "stopDistance": 10.223,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 23
        },
        {
          "entryTs": 1716812400,
          "entryUtc": "2024-05-27T12:20:00.000Z",
          "exitTs": 1716884040,
          "dir": 1,
          "entryPrice": 2348.155,
          "exitPrice": 2340.809,
          "stopDistance": 7.346,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 1194
        },
        {
          "entryTs": 1717686660,
          "entryUtc": "2024-06-06T15:11:00.000Z",
          "exitTs": 1717736640,
          "dir": 1,
          "entryPrice": 2368.615,
          "exitPrice": 2387.503,
          "stopDistance": 9.444,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 833
        },
        {
          "entryTs": 1718013660,
          "entryUtc": "2024-06-10T10:01:00.000Z",
          "exitTs": 1718109600,
          "dir": 1,
          "entryPrice": 2295.628,
          "exitPrice": 2318.264,
          "stopDistance": 11.318,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 1599
        },
        {
          "entryTs": 1718629980,
          "entryUtc": "2024-06-17T13:13:00.000Z",
          "exitTs": 1718638380,
          "dir": 1,
          "entryPrice": 2324.345,
          "exitPrice": 2317.067,
          "stopDistance": 7.278,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 140
        },
        {
          "entryTs": 1718718780,
          "entryUtc": "2024-06-18T13:53:00.000Z",
          "exitTs": 1718859780,
          "dir": 1,
          "entryPrice": 2324.975,
          "exitPrice": 2341.052,
          "stopDistance": 8.039,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 2350
        },
        {
          "entryTs": 1719320460,
          "entryUtc": "2024-06-25T13:01:00.000Z",
          "exitTs": 1719397380,
          "dir": -1,
          "entryPrice": 2323.785,
          "exitPrice": 2308.352,
          "stopDistance": 7.716,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 1282
        },
        {
          "entryTs": 1719405420,
          "entryUtc": "2024-06-26T12:37:00.000Z",
          "exitTs": 1719407280,
          "dir": 1,
          "entryPrice": 2317.175,
          "exitPrice": 2308.475,
          "stopDistance": 8.7,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 31
        },
        {
          "entryTs": 1720088640,
          "entryUtc": "2024-07-04T10:24:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2358.015,
          "exitPrice": 2351.34,
          "stopDistance": 6.675,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 1566
        },
        {
          "entryTs": 1720533480,
          "entryUtc": "2024-07-09T13:58:00.000Z",
          "exitTs": 1720533840,
          "dir": 1,
          "entryPrice": 2368.275,
          "exitPrice": 2361.161,
          "stopDistance": 7.114,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 6
        },
        {
          "entryTs": 1720701000,
          "entryUtc": "2024-07-11T12:30:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2378.275,
          "exitPrice": 2384.189,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 0
        },
        {
          "entryTs": 1720793520,
          "entryUtc": "2024-07-12T14:12:00.000Z",
          "exitTs": 1721055120,
          "dir": 1,
          "entryPrice": 2409.448,
          "exitPrice": 2427.888,
          "stopDistance": 9.22,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 4360
        },
        {
          "entryTs": 1721644620,
          "entryUtc": "2024-07-22T10:37:00.000Z",
          "exitTs": 1721649360,
          "dir": 1,
          "entryPrice": 2406.975,
          "exitPrice": 2398.312,
          "stopDistance": 8.663,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 79
        },
        {
          "entryTs": 1721902380,
          "entryUtc": "2024-07-25T10:13:00.000Z",
          "exitTs": 1721909520,
          "dir": 1,
          "entryPrice": 2375.135,
          "exitPrice": 2363.297,
          "stopDistance": 11.838,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 119
        },
        {
          "entryTs": 1721988060,
          "entryUtc": "2024-07-26T10:01:00.000Z",
          "exitTs": 1722204840,
          "dir": 1,
          "entryPrice": 2373.455,
          "exitPrice": 2394.811,
          "stopDistance": 10.678,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 3613
        },
        {
          "entryTs": 1722248640,
          "entryUtc": "2024-07-29T10:24:00.000Z",
          "exitTs": 1722254640,
          "dir": 1,
          "entryPrice": 2394.575,
          "exitPrice": 2385.533,
          "stopDistance": 9.042,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 100
        },
        {
          "entryTs": 1722353280,
          "entryUtc": "2024-07-30T15:28:00.000Z",
          "exitTs": 1722357480,
          "dir": -1,
          "entryPrice": 2384.515,
          "exitPrice": 2392.544,
          "stopDistance": 8.029,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 70
        },
        {
          "entryTs": 1722609240,
          "entryUtc": "2024-08-02T14:34:00.000Z",
          "exitTs": 1722611220,
          "dir": -1,
          "entryPrice": 2451.165,
          "exitPrice": 2424.941,
          "stopDistance": 13.112,
          "outcome": "target",
          "netR": 1.9718,
          "holdMinutes": 33
        },
        {
          "entryTs": 1723547520,
          "entryUtc": "2024-08-13T11:12:00.000Z",
          "exitTs": 1723602720,
          "dir": 1,
          "entryPrice": 2463.615,
          "exitPrice": 2455.551,
          "stopDistance": 8.064,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 920
        },
        {
          "entryTs": 1723641600,
          "entryUtc": "2024-08-14T13:20:00.000Z",
          "exitTs": 1723652640,
          "dir": -1,
          "entryPrice": 2458.545,
          "exitPrice": 2439.464,
          "stopDistance": 9.541,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 184
        },
        {
          "entryTs": 1724326560,
          "entryUtc": "2024-08-22T11:36:00.000Z",
          "exitTs": 1724334300,
          "dir": -1,
          "entryPrice": 2500.835,
          "exitPrice": 2483.618,
          "stopDistance": 8.608,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 129
        },
        {
          "entryTs": 1725024660,
          "entryUtc": "2024-08-30T13:31:00.000Z",
          "exitTs": 1725037260,
          "dir": -1,
          "entryPrice": 2513.088,
          "exitPrice": 2495.561,
          "stopDistance": 8.763,
          "outcome": "target",
          "netR": 1.9578,
          "holdMinutes": 210
        },
        {
          "entryTs": 1725359580,
          "entryUtc": "2024-09-03T10:33:00.000Z",
          "exitTs": 1725362340,
          "dir": -1,
          "entryPrice": 2494.575,
          "exitPrice": 2501.068,
          "stopDistance": 6.493,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 46
        },
        {
          "entryTs": 1725458520,
          "entryUtc": "2024-09-04T14:02:00.000Z",
          "exitTs": 1725524820,
          "dir": 1,
          "entryPrice": 2495.354,
          "exitPrice": 2514.64,
          "stopDistance": 9.643,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 1105
        },
        {
          "entryTs": 1725884460,
          "entryUtc": "2024-09-09T12:21:00.000Z",
          "exitTs": 1725982500,
          "dir": 1,
          "entryPrice": 2499.198,
          "exitPrice": 2517.856,
          "stopDistance": 9.329,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 1634
        },
        {
          "entryTs": 1726056720,
          "entryUtc": "2024-09-11T12:12:00.000Z",
          "exitTs": 1726058280,
          "dir": -1,
          "entryPrice": 2519.005,
          "exitPrice": 2505.731,
          "stopDistance": 6.637,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 26
        },
        {
          "entryTs": 1726138140,
          "entryUtc": "2024-09-12T10:49:00.000Z",
          "exitTs": 1726143540,
          "dir": -1,
          "entryPrice": 2515.615,
          "exitPrice": 2521.884,
          "stopDistance": 6.269,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 90
        },
        {
          "entryTs": 1726655460,
          "entryUtc": "2024-09-18T10:31:00.000Z",
          "exitTs": 1726669200,
          "dir": 1,
          "entryPrice": 2575.855,
          "exitPrice": 2568.401,
          "stopDistance": 7.454,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 229
        },
        {
          "entryTs": 1727096880,
          "entryUtc": "2024-09-23T13:08:00.000Z",
          "exitTs": 1727189520,
          "dir": 1,
          "entryPrice": 2628.494,
          "exitPrice": 2646.185,
          "stopDistance": 8.845,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 1544
        },
        {
          "entryTs": 1727269440,
          "entryUtc": "2024-09-25T13:04:00.000Z",
          "exitTs": 1727281200,
          "dir": 1,
          "entryPrice": 2661.865,
          "exitPrice": 2653.214,
          "stopDistance": 8.651,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 196
        },
        {
          "entryTs": 1727441220,
          "entryUtc": "2024-09-27T12:47:00.000Z",
          "exitTs": 1727443740,
          "dir": 1,
          "entryPrice": 2673.904,
          "exitPrice": 2665.07,
          "stopDistance": 8.834,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 42
        },
        {
          "entryTs": 1727875260,
          "entryUtc": "2024-10-02T13:21:00.000Z",
          "exitTs": 1727881440,
          "dir": 1,
          "entryPrice": 2655.198,
          "exitPrice": 2645.846,
          "stopDistance": 9.352,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 103
        },
        {
          "entryTs": 1728383640,
          "entryUtc": "2024-10-08T10:34:00.000Z",
          "exitTs": 1728397380,
          "dir": 1,
          "entryPrice": 2643.028,
          "exitPrice": 2631.867,
          "stopDistance": 11.161,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 229
        },
        {
          "entryTs": 1729168260,
          "entryUtc": "2024-10-17T12:31:00.000Z",
          "exitTs": 1729170960,
          "dir": -1,
          "entryPrice": 2675.348,
          "exitPrice": 2684.087,
          "stopDistance": 8.739,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 45
        },
        {
          "entryTs": 1729591440,
          "entryUtc": "2024-10-22T10:04:00.000Z",
          "exitTs": 1729603080,
          "dir": -1,
          "entryPrice": 2730.628,
          "exitPrice": 2739.401,
          "stopDistance": 8.773,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 194
        },
        {
          "entryTs": 1729686120,
          "entryUtc": "2024-10-23T12:22:00.000Z",
          "exitTs": 1729692600,
          "dir": -1,
          "entryPrice": 2745.635,
          "exitPrice": 2729.889,
          "stopDistance": 7.873,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 108
        },
        {
          "entryTs": 1729780560,
          "entryUtc": "2024-10-24T14:36:00.000Z",
          "exitTs": 1729781760,
          "dir": -1,
          "entryPrice": 2722.715,
          "exitPrice": 2731.639,
          "stopDistance": 8.924,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 20
        },
        {
          "entryTs": 1730110320,
          "entryUtc": "2024-10-28T10:12:00.000Z",
          "exitTs": 1730122020,
          "dir": -1,
          "entryPrice": 2729.485,
          "exitPrice": 2739.318,
          "stopDistance": 9.833,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 195
        },
        {
          "entryTs": 1730286960,
          "entryUtc": "2024-10-30T11:16:00.000Z",
          "exitTs": 1730294100,
          "dir": -1,
          "entryPrice": 2778.765,
          "exitPrice": 2787.327,
          "stopDistance": 8.562,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 119
        },
        {
          "entryTs": 1730820540,
          "entryUtc": "2024-11-05T15:29:00.000Z",
          "exitTs": 1730822520,
          "dir": -1,
          "entryPrice": 2733.735,
          "exitPrice": 2743.266,
          "stopDistance": 9.531,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 33
        },
        {
          "entryTs": 1731066240,
          "entryUtc": "2024-11-08T11:44:00.000Z",
          "exitTs": 1731287100,
          "dir": 1,
          "entryPrice": 2693.745,
          "exitPrice": 2678.588,
          "stopDistance": 15.158,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 3681
        },
        {
          "entryTs": 1731594960,
          "entryUtc": "2024-11-14T14:36:00.000Z",
          "exitTs": 1731893100,
          "dir": 1,
          "entryPrice": 2565.655,
          "exitPrice": 2591.738,
          "stopDistance": 13.041,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 4969
        },
        {
          "entryTs": 1732108860,
          "entryUtc": "2024-11-20T13:21:00.000Z",
          "exitTs": 1732122600,
          "dir": 1,
          "entryPrice": 2636.815,
          "exitPrice": 2654.012,
          "stopDistance": 8.598,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 229
        },
        {
          "entryTs": 1732532460,
          "entryUtc": "2024-11-25T11:01:00.000Z",
          "exitTs": 1732543800,
          "dir": 1,
          "entryPrice": 2679.208,
          "exitPrice": 2663.059,
          "stopDistance": 16.149,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 189
        },
        {
          "entryTs": 1732720560,
          "entryUtc": "2024-11-27T15:16:00.000Z",
          "exitTs": 1732790340,
          "dir": -1,
          "entryPrice": 2638.205,
          "exitPrice": 2649.277,
          "stopDistance": 11.072,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 1163
        },
        {
          "entryTs": 1733228640,
          "entryUtc": "2024-12-03T12:24:00.000Z",
          "exitTs": 1733233260,
          "dir": -1,
          "entryPrice": 2638.535,
          "exitPrice": 2647.092,
          "stopDistance": 8.557,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 77
        },
        {
          "entryTs": 1733492340,
          "entryUtc": "2024-12-06T13:39:00.000Z",
          "exitTs": 1733494020,
          "dir": 1,
          "entryPrice": 2642.085,
          "exitPrice": 2631.599,
          "stopDistance": 10.486,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 28
        },
        {
          "entryTs": 1734001260,
          "entryUtc": "2024-12-12T11:01:00.000Z",
          "exitTs": 1734013200,
          "dir": -1,
          "entryPrice": 2709.145,
          "exitPrice": 2687.492,
          "stopDistance": 10.827,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 199
        },
        {
          "entryTs": 1736162040,
          "entryUtc": "2025-01-06T11:14:00.000Z",
          "exitTs": 1736170740,
          "dir": 1,
          "entryPrice": 2635.398,
          "exitPrice": 2627.199,
          "stopDistance": 8.199,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 145
        },
        {
          "entryTs": 1736338980,
          "entryUtc": "2025-01-08T12:23:00.000Z",
          "exitTs": 1736341200,
          "dir": -1,
          "entryPrice": 2646.655,
          "exitPrice": 2653.634,
          "stopDistance": 6.979,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 37
        },
        {
          "entryTs": 1736515860,
          "entryUtc": "2025-01-10T13:31:00.000Z",
          "exitTs": 1736516700,
          "dir": -1,
          "entryPrice": 2669.235,
          "exitPrice": 2676.02,
          "stopDistance": 6.785,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 14
        },
        {
          "entryTs": 1737129420,
          "entryUtc": "2025-01-17T15:57:00.000Z",
          "exitTs": 1737139920,
          "dir": 1,
          "entryPrice": 2714.735,
          "exitPrice": 2706.744,
          "stopDistance": 7.991,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 175
        },
        {
          "entryTs": 1737737580,
          "entryUtc": "2025-01-24T16:53:00.000Z",
          "exitTs": 1737957480,
          "dir": -1,
          "entryPrice": 2771.335,
          "exitPrice": 2752.677,
          "stopDistance": 9.329,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 3665
        },
        {
          "entryTs": 1738062060,
          "entryUtc": "2025-01-28T11:01:00.000Z",
          "exitTs": 1738086480,
          "dir": 1,
          "entryPrice": 2742.685,
          "exitPrice": 2759.565,
          "stopDistance": 8.44,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 407
        },
        {
          "entryTs": 1738671660,
          "entryUtc": "2025-02-04T12:21:00.000Z",
          "exitTs": 1738680000,
          "dir": 1,
          "entryPrice": 2819.415,
          "exitPrice": 2840.701,
          "stopDistance": 10.643,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 139
        },
        {
          "entryTs": 1738843440,
          "entryUtc": "2025-02-06T12:04:00.000Z",
          "exitTs": 1738849860,
          "dir": 1,
          "entryPrice": 2868.655,
          "exitPrice": 2857.666,
          "stopDistance": 10.989,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 107
        },
        {
          "entryTs": 1739536980,
          "entryUtc": "2025-02-14T12:43:00.000Z",
          "exitTs": 1739546340,
          "dir": -1,
          "entryPrice": 2928.025,
          "exitPrice": 2909.001,
          "stopDistance": 9.512,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 156
        },
        {
          "entryTs": 1739980740,
          "entryUtc": "2025-02-19T15:59:00.000Z",
          "exitTs": 1740010080,
          "dir": -1,
          "entryPrice": 2928.835,
          "exitPrice": 2939.437,
          "stopDistance": 10.602,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 489
        },
        {
          "entryTs": 1740059160,
          "entryUtc": "2025-02-20T13:46:00.000Z",
          "exitTs": 1740100680,
          "dir": -1,
          "entryPrice": 2937.825,
          "exitPrice": 2948.07,
          "stopDistance": 10.245,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 692
        },
        {
          "entryTs": 1740740760,
          "entryUtc": "2025-02-28T11:06:00.000Z",
          "exitTs": 1740750840,
          "dir": 1,
          "entryPrice": 2863.548,
          "exitPrice": 2851.443,
          "stopDistance": 12.105,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 168
        },
        {
          "entryTs": 1741181700,
          "entryUtc": "2025-03-05T13:35:00.000Z",
          "exitTs": 1741187220,
          "dir": -1,
          "entryPrice": 2908.595,
          "exitPrice": 2920.564,
          "stopDistance": 11.969,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 92
        },
        {
          "entryTs": 1741356120,
          "entryUtc": "2025-03-07T14:02:00.000Z",
          "exitTs": 1741357200,
          "dir": -1,
          "entryPrice": 2906.035,
          "exitPrice": 2917.186,
          "stopDistance": 11.151,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 18
        },
        {
          "entryTs": 1742826480,
          "entryUtc": "2025-03-24T14:28:00.000Z",
          "exitTs": 1742909760,
          "dir": -1,
          "entryPrice": 3016.348,
          "exitPrice": 3027.294,
          "stopDistance": 10.946,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 1388
        },
        {
          "entryTs": 1743428460,
          "entryUtc": "2025-03-31T13:41:00.000Z",
          "exitTs": 1743431760,
          "dir": -1,
          "entryPrice": 3105.925,
          "exitPrice": 3120.251,
          "stopDistance": 14.326,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 55
        },
        {
          "entryTs": 1744029360,
          "entryUtc": "2025-04-07T12:36:00.000Z",
          "exitTs": 1744182660,
          "dir": -1,
          "entryPrice": 3015.848,
          "exitPrice": 3049.133,
          "stopDistance": 33.285,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 2555
        },
        {
          "entryTs": 1744286700,
          "entryUtc": "2025-04-10T12:05:00.000Z",
          "exitTs": 1744313700,
          "dir": 1,
          "entryPrice": 3125.205,
          "exitPrice": 3175.662,
          "stopDistance": 25.228,
          "outcome": "target",
          "netR": 1.9853,
          "holdMinutes": 450
        },
        {
          "entryTs": 1746612060,
          "entryUtc": "2025-05-07T10:01:00.000Z",
          "exitTs": 1746625500,
          "dir": -1,
          "entryPrice": 3369.215,
          "exitPrice": 3395.092,
          "stopDistance": 25.877,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 224
        },
        {
          "entryTs": 1747143660,
          "entryUtc": "2025-05-13T13:41:00.000Z",
          "exitTs": 1747151340,
          "dir": -1,
          "entryPrice": 3233.359,
          "exitPrice": 3252.515,
          "stopDistance": 19.156,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 128
        },
        {
          "entryTs": 1748444640,
          "entryUtc": "2025-05-28T15:04:00.000Z",
          "exitTs": 1748474100,
          "dir": -1,
          "entryPrice": 3295.755,
          "exitPrice": 3264.114,
          "stopDistance": 15.821,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 491
        },
        {
          "entryTs": 1749723840,
          "entryUtc": "2025-06-12T10:24:00.000Z",
          "exitTs": 1749773400,
          "dir": 1,
          "entryPrice": 3373.505,
          "exitPrice": 3411.48,
          "stopDistance": 18.987,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 826
        },
        {
          "entryTs": 1749808860,
          "entryUtc": "2025-06-13T10:01:00.000Z",
          "exitTs": 1750079760,
          "dir": 1,
          "entryPrice": 3425.715,
          "exitPrice": 3406.183,
          "stopDistance": 19.532,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 4515
        },
        {
          "entryTs": 1750328040,
          "entryUtc": "2025-06-19T10:14:00.000Z",
          "exitTs": 1750382280,
          "dir": 1,
          "entryPrice": 3373.495,
          "exitPrice": 3357.489,
          "stopDistance": 16.006,
          "outcome": "stop",
          "netR": -1.0262,
          "holdMinutes": 904
        },
        {
          "entryTs": 1750413660,
          "entryUtc": "2025-06-20T10:01:00.000Z",
          "exitTs": 1750422780,
          "dir": 1,
          "entryPrice": 3355.875,
          "exitPrice": 3342.03,
          "stopDistance": 13.845,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 152
        },
        {
          "entryTs": 1751282460,
          "entryUtc": "2025-06-30T11:21:00.000Z",
          "exitTs": 1751299980,
          "dir": -1,
          "entryPrice": 3277.415,
          "exitPrice": 3291.89,
          "stopDistance": 14.475,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 292
        },
        {
          "entryTs": 1751536860,
          "entryUtc": "2025-07-03T10:01:00.000Z",
          "exitTs": 1751546280,
          "dir": -1,
          "entryPrice": 3344.948,
          "exitPrice": 3321.254,
          "stopDistance": 11.847,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 157
        },
        {
          "entryTs": 1752155820,
          "entryUtc": "2025-07-10T13:57:00.000Z",
          "exitTs": 1752192720,
          "dir": -1,
          "entryPrice": 3315.275,
          "exitPrice": 3327.006,
          "stopDistance": 11.731,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 615
        },
        {
          "entryTs": 1752496260,
          "entryUtc": "2025-07-14T12:31:00.000Z",
          "exitTs": 1752593460,
          "dir": -1,
          "entryPrice": 3356.009,
          "exitPrice": 3331.716,
          "stopDistance": 12.146,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 1620
        },
        {
          "entryTs": 1752664920,
          "entryUtc": "2025-07-16T11:22:00.000Z",
          "exitTs": 1752678180,
          "dir": -1,
          "entryPrice": 3333.955,
          "exitPrice": 3343.757,
          "stopDistance": 9.802,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 221
        },
        {
          "entryTs": 1753185660,
          "entryUtc": "2025-07-22T12:01:00.000Z",
          "exitTs": 1753189380,
          "dir": 1,
          "entryPrice": 3392.375,
          "exitPrice": 3409.812,
          "stopDistance": 8.718,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 62
        },
        {
          "entryTs": 1753972260,
          "entryUtc": "2025-07-31T14:31:00.000Z",
          "exitTs": 1754051400,
          "dir": -1,
          "entryPrice": 3294.649,
          "exitPrice": 3308.469,
          "stopDistance": 13.82,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 1319
        },
        {
          "entryTs": 1754305620,
          "entryUtc": "2025-08-04T11:07:00.000Z",
          "exitTs": 1754393580,
          "dir": 1,
          "entryPrice": 3363.405,
          "exitPrice": 3351.003,
          "stopDistance": 12.402,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 1466
        },
        {
          "entryTs": 1755514560,
          "entryUtc": "2025-08-18T10:56:00.000Z",
          "exitTs": 1755614820,
          "dir": -1,
          "entryPrice": 3346.885,
          "exitPrice": 3324.55,
          "stopDistance": 11.167,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1671
        },
        {
          "entryTs": 1755770460,
          "entryUtc": "2025-08-21T10:01:00.000Z",
          "exitTs": 1755772800,
          "dir": 1,
          "entryPrice": 3340.585,
          "exitPrice": 3333.092,
          "stopDistance": 7.493,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 39
        },
        {
          "entryTs": 1756116060,
          "entryUtc": "2025-08-25T10:01:00.000Z",
          "exitTs": 1756163580,
          "dir": 1,
          "entryPrice": 3367.605,
          "exitPrice": 3358.805,
          "stopDistance": 8.8,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 792
        },
        {
          "entryTs": 1756822080,
          "entryUtc": "2025-09-02T14:08:00.000Z",
          "exitTs": 1756831080,
          "dir": 1,
          "entryPrice": 3495.955,
          "exitPrice": 3527.565,
          "stopDistance": 15.805,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 150
        },
        {
          "entryTs": 1757075460,
          "entryUtc": "2025-09-05T12:31:00.000Z",
          "exitTs": 1757088420,
          "dir": 1,
          "entryPrice": 3573.075,
          "exitPrice": 3597.838,
          "stopDistance": 12.382,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 216
        },
        {
          "entryTs": 1757686620,
          "entryUtc": "2025-09-12T14:17:00.000Z",
          "exitTs": 1757709780,
          "dir": 1,
          "entryPrice": 3653.048,
          "exitPrice": 3640.973,
          "stopDistance": 12.075,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 386
        },
        {
          "entryTs": 1757932140,
          "entryUtc": "2025-09-15T10:29:00.000Z",
          "exitTs": 1757950800,
          "dir": 1,
          "entryPrice": 3646.195,
          "exitPrice": 3667.837,
          "stopDistance": 10.821,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 311
        },
        {
          "entryTs": 1758035400,
          "entryUtc": "2025-09-16T15:10:00.000Z",
          "exitTs": 1758064140,
          "dir": -1,
          "entryPrice": 3680.245,
          "exitPrice": 3694.09,
          "stopDistance": 13.845,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 479
        },
        {
          "entryTs": 1758708480,
          "entryUtc": "2025-09-24T10:08:00.000Z",
          "exitTs": 1758732600,
          "dir": -1,
          "entryPrice": 3764.745,
          "exitPrice": 3733.929,
          "stopDistance": 15.408,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 402
        },
        {
          "entryTs": 1758803880,
          "entryUtc": "2025-09-25T12:38:00.000Z",
          "exitTs": 1758825360,
          "dir": -1,
          "entryPrice": 3736.085,
          "exitPrice": 3752.167,
          "stopDistance": 16.082,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 358
        },
        {
          "entryTs": 1759414800,
          "entryUtc": "2025-10-02T14:20:00.000Z",
          "exitTs": 1759416360,
          "dir": -1,
          "entryPrice": 3866.165,
          "exitPrice": 3831.745,
          "stopDistance": 17.21,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 26
        },
        {
          "entryTs": 1759841160,
          "entryUtc": "2025-10-07T12:46:00.000Z",
          "exitTs": 1759892040,
          "dir": 1,
          "entryPrice": 3973.705,
          "exitPrice": 4010.304,
          "stopDistance": 18.299,
          "outcome": "target",
          "netR": 1.9798,
          "holdMinutes": 848
        },
        {
          "entryTs": 1760017680,
          "entryUtc": "2025-10-09T13:48:00.000Z",
          "exitTs": 1760028120,
          "dir": -1,
          "entryPrice": 4020.185,
          "exitPrice": 3977.957,
          "stopDistance": 21.114,
          "outcome": "target",
          "netR": 1.9825,
          "holdMinutes": 174
        },
        {
          "entryTs": 1760960340,
          "entryUtc": "2025-10-20T11:39:00.000Z",
          "exitTs": 1760973000,
          "dir": 1,
          "entryPrice": 4264.905,
          "exitPrice": 4342.35,
          "stopDistance": 38.723,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 211
        },
        {
          "entryTs": 1761315180,
          "entryUtc": "2025-10-24T14:13:00.000Z",
          "exitTs": 1761516000,
          "dir": 1,
          "entryPrice": 4126.355,
          "exitPrice": 4090.506,
          "stopDistance": 35.848,
          "outcome": "stop",
          "netR": -1.0117,
          "holdMinutes": 3347
        },
        {
          "entryTs": 1762858860,
          "entryUtc": "2025-11-11T11:01:00.000Z",
          "exitTs": 1762871580,
          "dir": 1,
          "entryPrice": 4143.015,
          "exitPrice": 4125.826,
          "stopDistance": 17.189,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 212
        },
        {
          "entryTs": 1763044140,
          "entryUtc": "2025-11-13T14:29:00.000Z",
          "exitTs": 1763058900,
          "dir": -1,
          "entryPrice": 4207.855,
          "exitPrice": 4158.422,
          "stopDistance": 24.716,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 246
        },
        {
          "entryTs": 1763569620,
          "entryUtc": "2025-11-19T16:27:00.000Z",
          "exitTs": 1763596140,
          "dir": -1,
          "entryPrice": 4073.425,
          "exitPrice": 4101.665,
          "stopDistance": 28.24,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 442
        },
        {
          "entryTs": 1763641200,
          "entryUtc": "2025-11-20T12:20:00.000Z",
          "exitTs": 1763657940,
          "dir": 1,
          "entryPrice": 4076.895,
          "exitPrice": 4047.397,
          "stopDistance": 29.498,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 279
        },
        {
          "entryTs": 1764155880,
          "entryUtc": "2025-11-26T11:18:00.000Z",
          "exitTs": 1764166080,
          "dir": 1,
          "entryPrice": 4162.245,
          "exitPrice": 4142.024,
          "stopDistance": 20.222,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 170
        },
        {
          "entryTs": 1764339060,
          "entryUtc": "2025-11-28T14:11:00.000Z",
          "exitTs": 1764354720,
          "dir": 1,
          "entryPrice": 4188.925,
          "exitPrice": 4226.014,
          "stopDistance": 18.545,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 261
        },
        {
          "entryTs": 1764769320,
          "entryUtc": "2025-12-03T13:42:00.000Z",
          "exitTs": 1764780900,
          "dir": 1,
          "entryPrice": 4223.075,
          "exitPrice": 4204.208,
          "stopDistance": 18.867,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 193
        },
        {
          "entryTs": 1764951120,
          "entryUtc": "2025-12-05T16:12:00.000Z",
          "exitTs": 1765206900,
          "dir": -1,
          "entryPrice": 4213.698,
          "exitPrice": 4176.318,
          "stopDistance": 18.69,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 4263
        },
        {
          "entryTs": 1765557600,
          "entryUtc": "2025-12-12T16:40:00.000Z",
          "exitTs": 1765561260,
          "dir": -1,
          "entryPrice": 4266.245,
          "exitPrice": 4294.035,
          "stopDistance": 27.79,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 61
        },
        {
          "entryTs": 1765808460,
          "entryUtc": "2025-12-15T14:21:00.000Z",
          "exitTs": 1765816620,
          "dir": -1,
          "entryPrice": 4325.035,
          "exitPrice": 4285.559,
          "stopDistance": 19.738,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 136
        },
        {
          "entryTs": 1765887420,
          "entryUtc": "2025-12-16T12:17:00.000Z",
          "exitTs": 1765894740,
          "dir": 1,
          "entryPrice": 4288.895,
          "exitPrice": 4326.959,
          "stopDistance": 19.032,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 122
        },
        {
          "entryTs": 1766146200,
          "entryUtc": "2025-12-19T12:10:00.000Z",
          "exitTs": 1766156640,
          "dir": -1,
          "entryPrice": 4321.475,
          "exitPrice": 4338.836,
          "stopDistance": 17.361,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 174
        },
        {
          "entryTs": 1766747160,
          "entryUtc": "2025-12-26T11:06:00.000Z",
          "exitTs": 1766759580,
          "dir": -1,
          "entryPrice": 4507.195,
          "exitPrice": 4529.842,
          "stopDistance": 22.647,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 207
        },
        {
          "entryTs": 1767188460,
          "entryUtc": "2025-12-31T13:41:00.000Z",
          "exitTs": 1767567600,
          "dir": 1,
          "entryPrice": 4333.748,
          "exitPrice": 4353.148,
          "stopDistance": 37.335,
          "outcome": "time",
          "netR": 0.5097,
          "holdMinutes": 6319
        },
        {
          "entryTs": 1767619380,
          "entryUtc": "2026-01-05T13:23:00.000Z",
          "exitTs": 1767622860,
          "dir": -1,
          "entryPrice": 4402.725,
          "exitPrice": 4428.46,
          "stopDistance": 25.735,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 58
        },
        {
          "entryTs": 1767962040,
          "entryUtc": "2026-01-09T12:34:00.000Z",
          "exitTs": 1767965520,
          "dir": -1,
          "entryPrice": 4463.955,
          "exitPrice": 4482.395,
          "stopDistance": 18.439,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 58
        },
        {
          "entryTs": 1768309740,
          "entryUtc": "2026-01-13T13:09:00.000Z",
          "exitTs": 1768336440,
          "dir": 1,
          "entryPrice": 4597.355,
          "exitPrice": 4574.479,
          "stopDistance": 22.876,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 445
        },
        {
          "entryTs": 1768561320,
          "entryUtc": "2026-01-16T11:02:00.000Z",
          "exitTs": 1768577460,
          "dir": -1,
          "entryPrice": 4599.958,
          "exitPrice": 4558.13,
          "stopDistance": 20.914,
          "outcome": "target",
          "netR": 1.9823,
          "holdMinutes": 269
        },
        {
          "entryTs": 1768820640,
          "entryUtc": "2026-01-19T11:04:00.000Z",
          "exitTs": 1768883700,
          "dir": -1,
          "entryPrice": 4661.905,
          "exitPrice": 4689.091,
          "stopDistance": 27.186,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 1051
        },
        {
          "entryTs": 1769182920,
          "entryUtc": "2026-01-23T15:42:00.000Z",
          "exitTs": 1769382120,
          "dir": 1,
          "entryPrice": 4957.335,
          "exitPrice": 5025.37,
          "stopDistance": 34.018,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 3320
        },
        {
          "entryTs": 1769522760,
          "entryUtc": "2026-01-27T14:06:00.000Z",
          "exitTs": 1769530680,
          "dir": -1,
          "entryPrice": 5059.065,
          "exitPrice": 5099.753,
          "stopDistance": 40.689,
          "outcome": "stop",
          "netR": -1.0103,
          "holdMinutes": 132
        },
        {
          "entryTs": 1769598300,
          "entryUtc": "2026-01-28T11:05:00.000Z",
          "exitTs": 1769605440,
          "dir": -1,
          "entryPrice": 5243.495,
          "exitPrice": 5285.9,
          "stopDistance": 42.405,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 119
        },
        {
          "entryTs": 1770030060,
          "entryUtc": "2026-02-02T11:01:00.000Z",
          "exitTs": 1770176280,
          "dir": 1,
          "entryPrice": 4706.158,
          "exitPrice": 5069.005,
          "stopDistance": 181.423,
          "outcome": "target",
          "netR": 1.998,
          "holdMinutes": 2437
        },
        {
          "entryTs": 1770816660,
          "entryUtc": "2026-02-11T13:31:00.000Z",
          "exitTs": 1770817140,
          "dir": -1,
          "entryPrice": 5020.985,
          "exitPrice": 5063.822,
          "stopDistance": 42.837,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 8
        },
        {
          "entryTs": 1770902280,
          "entryUtc": "2026-02-12T13:18:00.000Z",
          "exitTs": 1770912600,
          "dir": 1,
          "entryPrice": 5069.685,
          "exitPrice": 5035.161,
          "stopDistance": 34.524,
          "outcome": "stop",
          "netR": -1.0122,
          "holdMinutes": 172
        },
        {
          "entryTs": 1770989460,
          "entryUtc": "2026-02-13T13:31:00.000Z",
          "exitTs": 1771289820,
          "dir": 1,
          "entryPrice": 4994.045,
          "exitPrice": 4947.975,
          "stopDistance": 46.07,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 5006
        },
        {
          "entryTs": 1771419360,
          "entryUtc": "2026-02-18T12:56:00.000Z",
          "exitTs": 1771426860,
          "dir": 1,
          "entryPrice": 4936.035,
          "exitPrice": 4997.019,
          "stopDistance": 30.492,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 125
        },
        {
          "entryTs": 1771499820,
          "entryUtc": "2026-02-19T11:17:00.000Z",
          "exitTs": 1771512960,
          "dir": -1,
          "entryPrice": 4981.705,
          "exitPrice": 5009.131,
          "stopDistance": 27.425,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 219
        },
        {
          "entryTs": 1771600020,
          "entryUtc": "2026-02-20T15:07:00.000Z",
          "exitTs": 1771600080,
          "dir": -1,
          "entryPrice": 4994.245,
          "exitPrice": 5024.435,
          "stopDistance": 30.19,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771844460,
          "entryUtc": "2026-02-23T11:01:00.000Z",
          "exitTs": 1771879140,
          "dir": 1,
          "entryPrice": 5161.795,
          "exitPrice": 5229.656,
          "stopDistance": 33.931,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 578
        },
        {
          "entryTs": 1771935120,
          "entryUtc": "2026-02-24T12:12:00.000Z",
          "exitTs": 1771942380,
          "dir": -1,
          "entryPrice": 5167.175,
          "exitPrice": 5100.175,
          "stopDistance": 33.5,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 121
        },
        {
          "entryTs": 1772804160,
          "entryUtc": "2026-03-06T13:36:00.000Z",
          "exitTs": 1772805360,
          "dir": 1,
          "entryPrice": 5129.545,
          "exitPrice": 5089.698,
          "stopDistance": 39.847,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 20
        },
        {
          "entryTs": 1773052560,
          "entryUtc": "2026-03-09T10:36:00.000Z",
          "exitTs": 1773086760,
          "dir": -1,
          "entryPrice": 5090.865,
          "exitPrice": 5145.809,
          "stopDistance": 54.943,
          "outcome": "stop",
          "netR": -1.0076,
          "holdMinutes": 570
        },
        {
          "entryTs": 1773403320,
          "entryUtc": "2026-03-13T12:02:00.000Z",
          "exitTs": 1773411420,
          "dir": 1,
          "entryPrice": 5116.195,
          "exitPrice": 5085.93,
          "stopDistance": 30.265,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 135
        },
        {
          "entryTs": 1774264020,
          "entryUtc": "2026-03-23T11:07:00.000Z",
          "exitTs": 1774402560,
          "dir": 1,
          "entryPrice": 4376.945,
          "exitPrice": 4586.849,
          "stopDistance": 104.952,
          "outcome": "target",
          "netR": 1.9965,
          "holdMinutes": 2309
        },
        {
          "entryTs": 1774437780,
          "entryUtc": "2026-03-25T11:23:00.000Z",
          "exitTs": 1774465680,
          "dir": 1,
          "entryPrice": 4577.705,
          "exitPrice": 4520.575,
          "stopDistance": 57.13,
          "outcome": "stop",
          "netR": -1.0074,
          "holdMinutes": 465
        },
        {
          "entryTs": 1774605660,
          "entryUtc": "2026-03-27T10:01:00.000Z",
          "exitTs": 1774623000,
          "dir": -1,
          "entryPrice": 4428.545,
          "exitPrice": 4476.42,
          "stopDistance": 47.875,
          "outcome": "stop",
          "netR": -1.0088,
          "holdMinutes": 289
        },
        {
          "entryTs": 1774951380,
          "entryUtc": "2026-03-31T10:03:00.000Z",
          "exitTs": 1774965180,
          "dir": -1,
          "entryPrice": 4556.915,
          "exitPrice": 4602.485,
          "stopDistance": 45.57,
          "outcome": "stop",
          "netR": -1.0092,
          "holdMinutes": 230
        },
        {
          "entryTs": 1775140560,
          "entryUtc": "2026-04-02T14:36:00.000Z",
          "exitTs": 1775427000,
          "dir": 1,
          "entryPrice": 4683.215,
          "exitPrice": 4621.971,
          "stopDistance": 61.244,
          "outcome": "stop",
          "netR": -1.0069,
          "holdMinutes": 4774
        },
        {
          "entryTs": 1775821500,
          "entryUtc": "2026-04-10T11:45:00.000Z",
          "exitTs": 1776031200,
          "dir": 1,
          "entryPrice": 4766.795,
          "exitPrice": 4736.614,
          "stopDistance": 30.181,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 3495
        },
        {
          "entryTs": 1776074460,
          "entryUtc": "2026-04-13T10:01:00.000Z",
          "exitTs": 1776101220,
          "dir": -1,
          "entryPrice": 4716.025,
          "exitPrice": 4749.278,
          "stopDistance": 33.253,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 446
        },
        {
          "entryTs": 1776260340,
          "entryUtc": "2026-04-15T13:39:00.000Z",
          "exitTs": 1776267000,
          "dir": 1,
          "entryPrice": 4824.585,
          "exitPrice": 4796.924,
          "stopDistance": 27.661,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 111
        },
        {
          "entryTs": 1776679440,
          "entryUtc": "2026-04-20T10:04:00.000Z",
          "exitTs": 1776691740,
          "dir": -1,
          "entryPrice": 4791.105,
          "exitPrice": 4821.86,
          "stopDistance": 30.755,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 205
        },
        {
          "entryTs": 1776852060,
          "entryUtc": "2026-04-22T10:01:00.000Z",
          "exitTs": 1776903240,
          "dir": -1,
          "entryPrice": 4756.265,
          "exitPrice": 4701.127,
          "stopDistance": 27.569,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 853
        }
      ],
      "significance": {
        "tStat": 0.038,
        "pValueOneSided": 0.48484,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "session-overlap-momentum",
      "name": "London / New York overlap momentum",
      "family": "Session / killzone",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The \"only trade the overlap\" advice repeated in nearly every gold scalping video.",
      "rule": "Take the 08:00-11:00 New York overlap. Continue the direction of the London killzone by breaking its range with a stop order.",
      "rawSignals": 1316,
      "full": {
        "trades": 1177,
        "winRate": {
          "successes": 404,
          "total": 1177,
          "ratePct": 34.3,
          "ci95Pct": [
            31.7,
            37.1
          ]
        },
        "expectancyR": -0.0318,
        "totalR": -37.45,
        "profitFactor": 0.954,
        "avgWinR": 1.932,
        "avgLossR": -1.058,
        "maxDrawdownPct": 63.07,
        "finalEquity": 6107.26,
        "returnPct": -38.93,
        "tStat": -0.767,
        "sdR": 1.424,
        "ambiguousTrades": 0,
        "timeExits": 6,
        "stopExits": 773,
        "targetExits": 398,
        "optimisticExpectancyR": -0.0318,
        "medianHoldMinutes": 124,
        "medianCostShareOfR": 0.0552,
        "longTrades": 612,
        "longExpectancyR": 0.011,
        "shortTrades": 565,
        "shortExpectancyR": -0.0782,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 137,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 893,
        "winRate": {
          "successes": 298,
          "total": 893,
          "ratePct": 33.4,
          "ci95Pct": [
            30.4,
            36.5
          ]
        },
        "expectancyR": -0.066,
        "totalR": -58.97,
        "profitFactor": 0.907,
        "avgWinR": 1.934,
        "avgLossR": -1.068,
        "maxDrawdownPct": 63.07,
        "finalEquity": 5070.85,
        "returnPct": -49.29,
        "tStat": -1.392,
        "sdR": 1.418,
        "ambiguousTrades": 0,
        "timeExits": 2,
        "stopExits": 595,
        "targetExits": 296,
        "optimisticExpectancyR": -0.066,
        "medianHoldMinutes": 106,
        "medianCostShareOfR": 0.0641,
        "longTrades": 456,
        "longExpectancyR": -0.0439,
        "shortTrades": 437,
        "shortExpectancyR": -0.0891,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 99,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 284,
        "winRate": {
          "successes": 106,
          "total": 284,
          "ratePct": 37.3,
          "ci95Pct": [
            31.9,
            43.1
          ]
        },
        "expectancyR": 0.0758,
        "totalR": 21.52,
        "profitFactor": 1.118,
        "avgWinR": 1.926,
        "avgLossR": -1.026,
        "maxDrawdownPct": 21.42,
        "finalEquity": 12043.87,
        "returnPct": 20.44,
        "tStat": 0.887,
        "sdR": 1.44,
        "ambiguousTrades": 0,
        "timeExits": 4,
        "stopExits": 178,
        "targetExits": 102,
        "optimisticExpectancyR": 0.0758,
        "medianHoldMinutes": 255.5,
        "medianCostShareOfR": 0.0225,
        "longTrades": 156,
        "longExpectancyR": 0.1716,
        "shortTrades": 128,
        "shortExpectancyR": -0.041,
        "maxConsecutiveLosses": 12,
        "skippedInPosition": 38,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1315,
          "winRatePct": 50.3,
          "expectancyR": -0.0755,
          "profitFactor": 0.86,
          "returnPct": -65.34
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1299,
          "winRatePct": 33.8,
          "expectancyR": -0.0688,
          "profitFactor": 0.904,
          "returnPct": -64.13
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1238,
          "winRatePct": 25.4,
          "expectancyR": -0.0689,
          "profitFactor": 0.915,
          "returnPct": -64.62
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1302,
          "winRatePct": 50.8,
          "expectancyR": -0.0393,
          "profitFactor": 0.925,
          "returnPct": -43.84
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1177,
          "winRatePct": 34.3,
          "expectancyR": -0.0318,
          "profitFactor": 0.954,
          "returnPct": -38.93
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1031,
          "winRatePct": 27.9,
          "expectancyR": 0.0202,
          "profitFactor": 1.026,
          "returnPct": 5.24
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1088,
          "winRatePct": 49.7,
          "expectancyR": -0.0371,
          "profitFactor": 0.928,
          "returnPct": -36.72
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 815,
          "winRatePct": 36.2,
          "expectancyR": -0.0095,
          "profitFactor": 0.985,
          "returnPct": -14.31
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 701,
          "winRatePct": 32.2,
          "expectancyR": 0.0385,
          "profitFactor": 1.056,
          "returnPct": 19.46
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1177,
          "expectancyR": -0.0113,
          "profitFactor": 0.983,
          "returnPct": -22.24
        },
        {
          "spreadUsd": 0.3,
          "trades": 1177,
          "expectancyR": -0.0318,
          "profitFactor": 0.954,
          "returnPct": -38.93
        },
        {
          "spreadUsd": 0.6,
          "trades": 1177,
          "expectancyR": -0.0728,
          "profitFactor": 0.899,
          "returnPct": -62.33
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -4.79
        },
        {
          "month": "2021-02",
          "totalR": 11.06
        },
        {
          "month": "2021-03",
          "totalR": 1.16
        },
        {
          "month": "2021-04",
          "totalR": -5.62
        },
        {
          "month": "2021-05",
          "totalR": -7.21
        },
        {
          "month": "2021-06",
          "totalR": 0.73
        },
        {
          "month": "2021-07",
          "totalR": -14.37
        },
        {
          "month": "2021-08",
          "totalR": 5.43
        },
        {
          "month": "2021-09",
          "totalR": -1.66
        },
        {
          "month": "2021-10",
          "totalR": -6.45
        },
        {
          "month": "2021-11",
          "totalR": -0.98
        },
        {
          "month": "2021-12",
          "totalR": -6.75
        },
        {
          "month": "2022-01",
          "totalR": -7.44
        },
        {
          "month": "2022-02",
          "totalR": -1.8
        },
        {
          "month": "2022-03",
          "totalR": 2.12
        },
        {
          "month": "2022-04",
          "totalR": -5.93
        },
        {
          "month": "2022-05",
          "totalR": 1.82
        },
        {
          "month": "2022-06",
          "totalR": -4.39
        },
        {
          "month": "2022-07",
          "totalR": -11.02
        },
        {
          "month": "2022-08",
          "totalR": -6.66
        },
        {
          "month": "2022-09",
          "totalR": -0.03
        },
        {
          "month": "2022-10",
          "totalR": 3.05
        },
        {
          "month": "2022-11",
          "totalR": -7.22
        },
        {
          "month": "2022-12",
          "totalR": 5.82
        },
        {
          "month": "2023-01",
          "totalR": -4.09
        },
        {
          "month": "2023-02",
          "totalR": -2
        },
        {
          "month": "2023-03",
          "totalR": 6.73
        },
        {
          "month": "2023-04",
          "totalR": -2.98
        },
        {
          "month": "2023-05",
          "totalR": 3.79
        },
        {
          "month": "2023-06",
          "totalR": -6.75
        },
        {
          "month": "2023-07",
          "totalR": -2.57
        },
        {
          "month": "2023-08",
          "totalR": -3.15
        },
        {
          "month": "2023-09",
          "totalR": 1.8
        },
        {
          "month": "2023-10",
          "totalR": -0.35
        },
        {
          "month": "2023-11",
          "totalR": 0.24
        },
        {
          "month": "2023-12",
          "totalR": 1.82
        },
        {
          "month": "2024-01",
          "totalR": -4.47
        },
        {
          "month": "2024-02",
          "totalR": -2.69
        },
        {
          "month": "2024-03",
          "totalR": 6.86
        },
        {
          "month": "2024-04",
          "totalR": -1.71
        },
        {
          "month": "2024-05",
          "totalR": 1.28
        },
        {
          "month": "2024-06",
          "totalR": 3.16
        },
        {
          "month": "2024-07",
          "totalR": 2.99
        },
        {
          "month": "2024-08",
          "totalR": -5.91
        },
        {
          "month": "2024-09",
          "totalR": 3.18
        },
        {
          "month": "2024-10",
          "totalR": 0.24
        },
        {
          "month": "2024-11",
          "totalR": 2.46
        },
        {
          "month": "2024-12",
          "totalR": 4.29
        },
        {
          "month": "2025-01",
          "totalR": -1.96
        },
        {
          "month": "2025-02",
          "totalR": 2.45
        },
        {
          "month": "2025-03",
          "totalR": -4.61
        },
        {
          "month": "2025-04",
          "totalR": -4.36
        },
        {
          "month": "2025-05",
          "totalR": -3.37
        },
        {
          "month": "2025-06",
          "totalR": -4.52
        },
        {
          "month": "2025-07",
          "totalR": 18.3
        },
        {
          "month": "2025-08",
          "totalR": -4.64
        },
        {
          "month": "2025-09",
          "totalR": 6.44
        },
        {
          "month": "2025-10",
          "totalR": 9.75
        },
        {
          "month": "2025-11",
          "totalR": 5.55
        },
        {
          "month": "2025-12",
          "totalR": 0.65
        },
        {
          "month": "2026-01",
          "totalR": -6.87
        },
        {
          "month": "2026-02",
          "totalR": 0.83
        },
        {
          "month": "2026-03",
          "totalR": 12.05
        },
        {
          "month": "2026-04",
          "totalR": -4.17
        }
      ],
      "trades": [
        {
          "entryTs": 1609851600,
          "entryUtc": "2021-01-05T13:00:00.000Z",
          "exitTs": 1609858860,
          "dir": 1,
          "entryPrice": 1948.975,
          "exitPrice": 1941.316,
          "stopDistance": 7.659,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 121
        },
        {
          "entryTs": 1609938000,
          "entryUtc": "2021-01-06T13:00:00.000Z",
          "exitTs": 1609947960,
          "dir": -1,
          "entryPrice": 1933.809,
          "exitPrice": 1911.412,
          "stopDistance": 11.199,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 166
        },
        {
          "entryTs": 1610024880,
          "entryUtc": "2021-01-07T13:08:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1915,
          "exitPrice": 1893.02,
          "stopDistance": 10.99,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 1132
        },
        {
          "entryTs": 1610113140,
          "entryUtc": "2021-01-08T13:39:00.000Z",
          "exitTs": 1610113920,
          "dir": -1,
          "entryPrice": 1876.835,
          "exitPrice": 1886.917,
          "stopDistance": 10.082,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 13
        },
        {
          "entryTs": 1610370000,
          "entryUtc": "2021-01-11T13:00:00.000Z",
          "exitTs": 1610430120,
          "dir": -1,
          "entryPrice": 1842.655,
          "exitPrice": 1856.499,
          "stopDistance": 13.844,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 1002
        },
        {
          "entryTs": 1610457660,
          "entryUtc": "2021-01-12T13:21:00.000Z",
          "exitTs": 1610502480,
          "dir": -1,
          "entryPrice": 1853.668,
          "exitPrice": 1862.79,
          "stopDistance": 9.122,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 747
        },
        {
          "entryTs": 1610633160,
          "entryUtc": "2021-01-14T14:06:00.000Z",
          "exitTs": 1610723100,
          "dir": 1,
          "entryPrice": 1845.108,
          "exitPrice": 1836.025,
          "stopDistance": 9.083,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 1499
        },
        {
          "entryTs": 1611061200,
          "entryUtc": "2021-01-19T13:00:00.000Z",
          "exitTs": 1611104400,
          "dir": -1,
          "entryPrice": 1837.575,
          "exitPrice": 1844.524,
          "stopDistance": 6.949,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 720
        },
        {
          "entryTs": 1611147600,
          "entryUtc": "2021-01-20T13:00:00.000Z",
          "exitTs": 1611151200,
          "dir": -1,
          "entryPrice": 1842.945,
          "exitPrice": 1849.698,
          "stopDistance": 6.754,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 60
        },
        {
          "entryTs": 1611234060,
          "entryUtc": "2021-01-21T13:01:00.000Z",
          "exitTs": 1611312240,
          "dir": -1,
          "entryPrice": 1865.982,
          "exitPrice": 1850.727,
          "stopDistance": 7.627,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 1303
        },
        {
          "entryTs": 1611320400,
          "entryUtc": "2021-01-22T13:00:00.000Z",
          "exitTs": 1611327600,
          "dir": -1,
          "entryPrice": 1843.265,
          "exitPrice": 1851.363,
          "stopDistance": 8.098,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 120
        },
        {
          "entryTs": 1611579600,
          "entryUtc": "2021-01-25T13:00:00.000Z",
          "exitTs": 1611586380,
          "dir": 1,
          "entryPrice": 1862.865,
          "exitPrice": 1855.521,
          "stopDistance": 7.344,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 113
        },
        {
          "entryTs": 1611667560,
          "entryUtc": "2021-01-26T13:26:00.000Z",
          "exitTs": 1611672300,
          "dir": 1,
          "entryPrice": 1857.265,
          "exitPrice": 1850.406,
          "stopDistance": 6.859,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 79
        },
        {
          "entryTs": 1611752400,
          "entryUtc": "2021-01-27T13:00:00.000Z",
          "exitTs": 1611761400,
          "dir": -1,
          "entryPrice": 1840.815,
          "exitPrice": 1847.495,
          "stopDistance": 6.68,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 150
        },
        {
          "entryTs": 1611839400,
          "entryUtc": "2021-01-28T13:10:00.000Z",
          "exitTs": 1611841800,
          "dir": 1,
          "entryPrice": 1841.465,
          "exitPrice": 1854.947,
          "stopDistance": 6.741,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 40
        },
        {
          "entryTs": 1611925200,
          "entryUtc": "2021-01-29T13:00:00.000Z",
          "exitTs": 1611931440,
          "dir": 1,
          "entryPrice": 1865.145,
          "exitPrice": 1855.744,
          "stopDistance": 9.401,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 104
        },
        {
          "entryTs": 1612194480,
          "entryUtc": "2021-02-01T15:48:00.000Z",
          "exitTs": 1612272000,
          "dir": -1,
          "entryPrice": 1859.055,
          "exitPrice": 1835.828,
          "stopDistance": 11.613,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 1292
        },
        {
          "entryTs": 1612358700,
          "entryUtc": "2021-02-03T13:25:00.000Z",
          "exitTs": 1612363620,
          "dir": 1,
          "entryPrice": 1840.195,
          "exitPrice": 1833.246,
          "stopDistance": 6.949,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 82
        },
        {
          "entryTs": 1612446240,
          "entryUtc": "2021-02-04T13:44:00.000Z",
          "exitTs": 1612447980,
          "dir": -1,
          "entryPrice": 1810.236,
          "exitPrice": 1795.132,
          "stopDistance": 7.552,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 29
        },
        {
          "entryTs": 1612530960,
          "entryUtc": "2021-02-05T13:16:00.000Z",
          "exitTs": 1612531920,
          "dir": -1,
          "entryPrice": 1796.415,
          "exitPrice": 1804.003,
          "stopDistance": 7.588,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 16
        },
        {
          "entryTs": 1612789200,
          "entryUtc": "2021-02-08T13:00:00.000Z",
          "exitTs": 1612837920,
          "dir": 1,
          "entryPrice": 1825.173,
          "exitPrice": 1840.804,
          "stopDistance": 7.816,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 812
        },
        {
          "entryTs": 1612881480,
          "entryUtc": "2021-02-09T14:38:00.000Z",
          "exitTs": 1612884180,
          "dir": -1,
          "entryPrice": 1838.008,
          "exitPrice": 1845.226,
          "stopDistance": 7.218,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 45
        },
        {
          "entryTs": 1612962000,
          "entryUtc": "2021-02-10T13:00:00.000Z",
          "exitTs": 1612962780,
          "dir": -1,
          "entryPrice": 1838.325,
          "exitPrice": 1844.907,
          "stopDistance": 6.582,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 13
        },
        {
          "entryTs": 1613049420,
          "entryUtc": "2021-02-11T13:17:00.000Z",
          "exitTs": 1613054100,
          "dir": 1,
          "entryPrice": 1845.815,
          "exitPrice": 1839.629,
          "stopDistance": 6.186,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 78
        },
        {
          "entryTs": 1613136600,
          "entryUtc": "2021-02-12T13:30:00.000Z",
          "exitTs": 1613141160,
          "dir": -1,
          "entryPrice": 1812.408,
          "exitPrice": 1818.727,
          "stopDistance": 6.319,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 76
        },
        {
          "entryTs": 1613394000,
          "entryUtc": "2021-02-15T13:00:00.000Z",
          "exitTs": 1613479680,
          "dir": 1,
          "entryPrice": 1821.185,
          "exitPrice": 1814.45,
          "stopDistance": 6.735,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 1428
        },
        {
          "entryTs": 1613480400,
          "entryUtc": "2021-02-16T13:00:00.000Z",
          "exitTs": 1613485080,
          "dir": -1,
          "entryPrice": 1807.215,
          "exitPrice": 1792.651,
          "stopDistance": 7.282,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 78
        },
        {
          "entryTs": 1613568000,
          "entryUtc": "2021-02-17T13:20:00.000Z",
          "exitTs": 1613694480,
          "dir": -1,
          "entryPrice": 1783.555,
          "exitPrice": 1767.726,
          "stopDistance": 7.914,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 2108
        },
        {
          "entryTs": 1613743080,
          "entryUtc": "2021-02-19T13:58:00.000Z",
          "exitTs": 1613746140,
          "dir": 1,
          "entryPrice": 1775.235,
          "exitPrice": 1791.254,
          "stopDistance": 8.01,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 51
        },
        {
          "entryTs": 1613999580,
          "entryUtc": "2021-02-22T13:13:00.000Z",
          "exitTs": 1614047700,
          "dir": 1,
          "entryPrice": 1799.135,
          "exitPrice": 1814.346,
          "stopDistance": 7.605,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 802
        },
        {
          "entryTs": 1614090960,
          "entryUtc": "2021-02-23T14:36:00.000Z",
          "exitTs": 1614129480,
          "dir": -1,
          "entryPrice": 1803.755,
          "exitPrice": 1810.942,
          "stopDistance": 7.187,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 642
        },
        {
          "entryTs": 1614172620,
          "entryUtc": "2021-02-24T13:17:00.000Z",
          "exitTs": 1614174600,
          "dir": -1,
          "entryPrice": 1802.9,
          "exitPrice": 1789.662,
          "stopDistance": 6.619,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 33
        },
        {
          "entryTs": 1614258000,
          "entryUtc": "2021-02-25T13:00:00.000Z",
          "exitTs": 1614276120,
          "dir": -1,
          "entryPrice": 1787.108,
          "exitPrice": 1768.263,
          "stopDistance": 9.423,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 302
        },
        {
          "entryTs": 1614349980,
          "entryUtc": "2021-02-26T14:33:00.000Z",
          "exitTs": 1614352620,
          "dir": -1,
          "entryPrice": 1755.205,
          "exitPrice": 1733.626,
          "stopDistance": 10.79,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 44
        },
        {
          "entryTs": 1614603600,
          "entryUtc": "2021-03-01T13:00:00.000Z",
          "exitTs": 1614648000,
          "dir": -1,
          "entryPrice": 1738.985,
          "exitPrice": 1718.312,
          "stopDistance": 10.337,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 740
        },
        {
          "entryTs": 1614690000,
          "entryUtc": "2021-03-02T13:00:00.000Z",
          "exitTs": 1614696060,
          "dir": 1,
          "entryPrice": 1733.503,
          "exitPrice": 1723.011,
          "stopDistance": 10.492,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 101
        },
        {
          "entryTs": 1614776400,
          "entryUtc": "2021-03-03T13:00:00.000Z",
          "exitTs": 1614777480,
          "dir": -1,
          "entryPrice": 1725.555,
          "exitPrice": 1709.903,
          "stopDistance": 7.826,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 18
        },
        {
          "entryTs": 1614862800,
          "entryUtc": "2021-03-04T13:00:00.000Z",
          "exitTs": 1614870720,
          "dir": 1,
          "entryPrice": 1721.135,
          "exitPrice": 1711.7,
          "stopDistance": 9.435,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 132
        },
        {
          "entryTs": 1614951000,
          "entryUtc": "2021-03-05T13:30:00.000Z",
          "exitTs": 1614951960,
          "dir": -1,
          "entryPrice": 1690.998,
          "exitPrice": 1699.836,
          "stopDistance": 8.838,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 16
        },
        {
          "entryTs": 1615208400,
          "entryUtc": "2021-03-08T13:00:00.000Z",
          "exitTs": 1615278900,
          "dir": -1,
          "entryPrice": 1689.754,
          "exitPrice": 1699.53,
          "stopDistance": 9.776,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 1175
        },
        {
          "entryTs": 1615294800,
          "entryUtc": "2021-03-09T13:00:00.000Z",
          "exitTs": 1615383240,
          "dir": 1,
          "entryPrice": 1703.715,
          "exitPrice": 1721.338,
          "stopDistance": 8.811,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 1474
        },
        {
          "entryTs": 1615469580,
          "entryUtc": "2021-03-11T13:33:00.000Z",
          "exitTs": 1615518060,
          "dir": -1,
          "entryPrice": 1731.299,
          "exitPrice": 1717.127,
          "stopDistance": 7.086,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 808
        },
        {
          "entryTs": 1615809600,
          "entryUtc": "2021-03-15T12:00:00.000Z",
          "exitTs": 1616005080,
          "dir": 1,
          "entryPrice": 1729.655,
          "exitPrice": 1743.943,
          "stopDistance": 7.144,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 3258
        },
        {
          "entryTs": 1616068800,
          "entryUtc": "2021-03-18T12:00:00.000Z",
          "exitTs": 1616135040,
          "dir": -1,
          "entryPrice": 1731.134,
          "exitPrice": 1739.898,
          "stopDistance": 8.764,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1616158800,
          "entryUtc": "2021-03-19T13:00:00.000Z",
          "exitTs": 1616173140,
          "dir": -1,
          "entryPrice": 1734.018,
          "exitPrice": 1742.271,
          "stopDistance": 8.253,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 239
        },
        {
          "entryTs": 1616424600,
          "entryUtc": "2021-03-22T14:50:00.000Z",
          "exitTs": 1616507760,
          "dir": 1,
          "entryPrice": 1737.798,
          "exitPrice": 1730.454,
          "stopDistance": 7.344,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 1386
        },
        {
          "entryTs": 1616588880,
          "entryUtc": "2021-03-24T12:28:00.000Z",
          "exitTs": 1616674260,
          "dir": 1,
          "entryPrice": 1732.015,
          "exitPrice": 1726.566,
          "stopDistance": 5.449,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 1423
        },
        {
          "entryTs": 1616760000,
          "entryUtc": "2021-03-26T12:00:00.000Z",
          "exitTs": 1616768460,
          "dir": -1,
          "entryPrice": 1725.038,
          "exitPrice": 1731.1,
          "stopDistance": 6.062,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 141
        },
        {
          "entryTs": 1617020280,
          "entryUtc": "2021-03-29T12:18:00.000Z",
          "exitTs": 1617025200,
          "dir": -1,
          "entryPrice": 1723.705,
          "exitPrice": 1714.022,
          "stopDistance": 4.841,
          "outcome": "target",
          "netR": 1.9236,
          "holdMinutes": 82
        },
        {
          "entryTs": 1617105600,
          "entryUtc": "2021-03-30T12:00:00.000Z",
          "exitTs": 1617198720,
          "dir": -1,
          "entryPrice": 1688.245,
          "exitPrice": 1695.096,
          "stopDistance": 6.851,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 1552
        },
        {
          "entryTs": 1617281520,
          "entryUtc": "2021-04-01T12:52:00.000Z",
          "exitTs": 1617667200,
          "dir": 1,
          "entryPrice": 1719.795,
          "exitPrice": 1729.889,
          "stopDistance": 6.569,
          "outcome": "time",
          "netR": 1.4804,
          "holdMinutes": 6428
        },
        {
          "entryTs": 1617712680,
          "entryUtc": "2021-04-06T12:38:00.000Z",
          "exitTs": 1617796860,
          "dir": 1,
          "entryPrice": 1738.538,
          "exitPrice": 1732.377,
          "stopDistance": 6.161,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 1403
        },
        {
          "entryTs": 1617883200,
          "entryUtc": "2021-04-08T12:00:00.000Z",
          "exitTs": 1617953760,
          "dir": 1,
          "entryPrice": 1749.678,
          "exitPrice": 1744.248,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 1176
        },
        {
          "entryTs": 1617970140,
          "entryUtc": "2021-04-09T12:09:00.000Z",
          "exitTs": 1617973500,
          "dir": -1,
          "entryPrice": 1743.908,
          "exitPrice": 1734.064,
          "stopDistance": 4.922,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 56
        },
        {
          "entryTs": 1618228800,
          "entryUtc": "2021-04-12T12:00:00.000Z",
          "exitTs": 1618233480,
          "dir": 1,
          "entryPrice": 1742.285,
          "exitPrice": 1737.176,
          "stopDistance": 5.109,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 78
        },
        {
          "entryTs": 1618315200,
          "entryUtc": "2021-04-13T12:00:00.000Z",
          "exitTs": 1618317840,
          "dir": 1,
          "entryPrice": 1728.978,
          "exitPrice": 1740.378,
          "stopDistance": 5.7,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 44
        },
        {
          "entryTs": 1618405500,
          "entryUtc": "2021-04-14T13:05:00.000Z",
          "exitTs": 1618478400,
          "dir": -1,
          "entryPrice": 1743.125,
          "exitPrice": 1748.778,
          "stopDistance": 5.653,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 1215
        },
        {
          "entryTs": 1618488360,
          "entryUtc": "2021-04-15T12:06:00.000Z",
          "exitTs": 1618495620,
          "dir": 1,
          "entryPrice": 1747.798,
          "exitPrice": 1757.504,
          "stopDistance": 4.853,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 121
        },
        {
          "entryTs": 1618574400,
          "entryUtc": "2021-04-16T12:00:00.000Z",
          "exitTs": 1618580040,
          "dir": 1,
          "entryPrice": 1778.548,
          "exitPrice": 1772.562,
          "stopDistance": 5.985,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 94
        },
        {
          "entryTs": 1618834560,
          "entryUtc": "2021-04-19T12:16:00.000Z",
          "exitTs": 1618969320,
          "dir": -1,
          "entryPrice": 1775.228,
          "exitPrice": 1782.378,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 2246
        },
        {
          "entryTs": 1619012640,
          "entryUtc": "2021-04-21T13:44:00.000Z",
          "exitTs": 1619096640,
          "dir": 1,
          "entryPrice": 1788.315,
          "exitPrice": 1781.903,
          "stopDistance": 6.412,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1619179200,
          "entryUtc": "2021-04-23T12:00:00.000Z",
          "exitTs": 1619185140,
          "dir": 1,
          "entryPrice": 1791.028,
          "exitPrice": 1785.31,
          "stopDistance": 5.718,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 99
        },
        {
          "entryTs": 1619439060,
          "entryUtc": "2021-04-26T12:11:00.000Z",
          "exitTs": 1619457780,
          "dir": -1,
          "entryPrice": 1775,
          "exitPrice": 1780.524,
          "stopDistance": 5.524,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 312
        },
        {
          "entryTs": 1619526000,
          "entryUtc": "2021-04-27T12:20:00.000Z",
          "exitTs": 1619530380,
          "dir": 1,
          "entryPrice": 1783.308,
          "exitPrice": 1778.087,
          "stopDistance": 5.221,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 73
        },
        {
          "entryTs": 1619611200,
          "entryUtc": "2021-04-28T12:00:00.000Z",
          "exitTs": 1619616840,
          "dir": -1,
          "entryPrice": 1766.138,
          "exitPrice": 1771.193,
          "stopDistance": 5.055,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 94
        },
        {
          "entryTs": 1619699040,
          "entryUtc": "2021-04-29T12:24:00.000Z",
          "exitTs": 1619700960,
          "dir": -1,
          "entryPrice": 1775.488,
          "exitPrice": 1781.201,
          "stopDistance": 5.713,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 32
        },
        {
          "entryTs": 1619784960,
          "entryUtc": "2021-04-30T12:16:00.000Z",
          "exitTs": 1620086400,
          "dir": -1,
          "entryPrice": 1767.678,
          "exitPrice": 1773.762,
          "stopDistance": 6.084,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 5024
        },
        {
          "entryTs": 1620129600,
          "entryUtc": "2021-05-04T12:00:00.000Z",
          "exitTs": 1620133320,
          "dir": -1,
          "entryPrice": 1783.465,
          "exitPrice": 1789.924,
          "stopDistance": 6.459,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 62
        },
        {
          "entryTs": 1620216900,
          "entryUtc": "2021-05-05T12:15:00.000Z",
          "exitTs": 1620217680,
          "dir": 1,
          "entryPrice": 1779.088,
          "exitPrice": 1773.216,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 13
        },
        {
          "entryTs": 1620303660,
          "entryUtc": "2021-05-06T12:21:00.000Z",
          "exitTs": 1620308460,
          "dir": 1,
          "entryPrice": 1795.698,
          "exitPrice": 1807.127,
          "stopDistance": 5.715,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 80
        },
        {
          "entryTs": 1620390600,
          "entryUtc": "2021-05-07T12:30:00.000Z",
          "exitTs": 1620390720,
          "dir": 1,
          "entryPrice": 1823.048,
          "exitPrice": 1833.378,
          "stopDistance": 5.165,
          "outcome": "target",
          "netR": 1.9284,
          "holdMinutes": 2
        },
        {
          "entryTs": 1620648000,
          "entryUtc": "2021-05-10T12:00:00.000Z",
          "exitTs": 1620672060,
          "dir": 1,
          "entryPrice": 1841.038,
          "exitPrice": 1834.456,
          "stopDistance": 6.582,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 401
        },
        {
          "entryTs": 1620734400,
          "entryUtc": "2021-05-11T12:00:00.000Z",
          "exitTs": 1620737520,
          "dir": 1,
          "entryPrice": 1839.418,
          "exitPrice": 1833.794,
          "stopDistance": 5.623,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 52
        },
        {
          "entryTs": 1620822600,
          "entryUtc": "2021-05-12T12:30:00.000Z",
          "exitTs": 1620823260,
          "dir": -1,
          "entryPrice": 1828.615,
          "exitPrice": 1834.02,
          "stopDistance": 5.405,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 11
        },
        {
          "entryTs": 1620913020,
          "entryUtc": "2021-05-13T13:37:00.000Z",
          "exitTs": 1620994500,
          "dir": 1,
          "entryPrice": 1822.225,
          "exitPrice": 1837.683,
          "stopDistance": 7.729,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1358
        },
        {
          "entryTs": 1621252800,
          "entryUtc": "2021-05-17T12:00:00.000Z",
          "exitTs": 1621258620,
          "dir": -1,
          "entryPrice": 1847.198,
          "exitPrice": 1852.72,
          "stopDistance": 5.522,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 97
        },
        {
          "entryTs": 1621339500,
          "entryUtc": "2021-05-18T12:05:00.000Z",
          "exitTs": 1621343460,
          "dir": 1,
          "entryPrice": 1871.485,
          "exitPrice": 1866.137,
          "stopDistance": 5.348,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 66
        },
        {
          "entryTs": 1621425600,
          "entryUtc": "2021-05-19T12:00:00.000Z",
          "exitTs": 1621426500,
          "dir": -1,
          "entryPrice": 1855.775,
          "exitPrice": 1862.594,
          "stopDistance": 6.819,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621512780,
          "entryUtc": "2021-05-20T12:13:00.000Z",
          "exitTs": 1621519560,
          "dir": -1,
          "entryPrice": 1870.455,
          "exitPrice": 1879.072,
          "stopDistance": 8.617,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 113
        },
        {
          "entryTs": 1621598400,
          "entryUtc": "2021-05-21T12:00:00.000Z",
          "exitTs": 1621607760,
          "dir": 1,
          "entryPrice": 1878.575,
          "exitPrice": 1872.907,
          "stopDistance": 5.668,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 156
        },
        {
          "entryTs": 1621859400,
          "entryUtc": "2021-05-24T12:30:00.000Z",
          "exitTs": 1621861080,
          "dir": 1,
          "entryPrice": 1885.505,
          "exitPrice": 1879.546,
          "stopDistance": 5.959,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 28
        },
        {
          "entryTs": 1621951380,
          "entryUtc": "2021-05-25T14:03:00.000Z",
          "exitTs": 1621990800,
          "dir": 1,
          "entryPrice": 1887.178,
          "exitPrice": 1900.149,
          "stopDistance": 6.485,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 657
        },
        {
          "entryTs": 1622032080,
          "entryUtc": "2021-05-26T12:28:00.000Z",
          "exitTs": 1622034240,
          "dir": 1,
          "entryPrice": 1910.088,
          "exitPrice": 1904.013,
          "stopDistance": 6.075,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 36
        },
        {
          "entryTs": 1622116800,
          "entryUtc": "2021-05-27T12:00:00.000Z",
          "exitTs": 1622210400,
          "dir": -1,
          "entryPrice": 1893.978,
          "exitPrice": 1900.136,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 1560
        },
        {
          "entryTs": 1622555160,
          "entryUtc": "2021-06-01T13:46:00.000Z",
          "exitTs": 1622558700,
          "dir": -1,
          "entryPrice": 1905.098,
          "exitPrice": 1893.87,
          "stopDistance": 5.614,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 59
        },
        {
          "entryTs": 1622635200,
          "entryUtc": "2021-06-02T12:00:00.000Z",
          "exitTs": 1622764800,
          "dir": 1,
          "entryPrice": 1901.078,
          "exitPrice": 1895.298,
          "stopDistance": 5.78,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 2160
        },
        {
          "entryTs": 1622809800,
          "entryUtc": "2021-06-04T12:30:00.000Z",
          "exitTs": 1622814780,
          "dir": 1,
          "entryPrice": 1874.988,
          "exitPrice": 1890.886,
          "stopDistance": 7.949,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 83
        },
        {
          "entryTs": 1623067200,
          "entryUtc": "2021-06-07T12:00:00.000Z",
          "exitTs": 1623088860,
          "dir": 1,
          "entryPrice": 1887.148,
          "exitPrice": 1898.323,
          "stopDistance": 5.587,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 361
        },
        {
          "entryTs": 1623153600,
          "entryUtc": "2021-06-08T12:00:00.000Z",
          "exitTs": 1623156480,
          "dir": 1,
          "entryPrice": 1899.948,
          "exitPrice": 1894.576,
          "stopDistance": 5.372,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 48
        },
        {
          "entryTs": 1623241800,
          "entryUtc": "2021-06-09T12:30:00.000Z",
          "exitTs": 1623249480,
          "dir": 1,
          "entryPrice": 1893.715,
          "exitPrice": 1888.507,
          "stopDistance": 5.208,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 128
        },
        {
          "entryTs": 1623326400,
          "entryUtc": "2021-06-10T12:00:00.000Z",
          "exitTs": 1623328440,
          "dir": -1,
          "entryPrice": 1875.965,
          "exitPrice": 1881.599,
          "stopDistance": 5.634,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 34
        },
        {
          "entryTs": 1623412800,
          "entryUtc": "2021-06-11T12:00:00.000Z",
          "exitTs": 1623424800,
          "dir": -1,
          "entryPrice": 1889.088,
          "exitPrice": 1877.432,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 200
        },
        {
          "entryTs": 1623672000,
          "entryUtc": "2021-06-14T12:00:00.000Z",
          "exitTs": 1623678180,
          "dir": -1,
          "entryPrice": 1853.738,
          "exitPrice": 1860.397,
          "stopDistance": 6.659,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 103
        },
        {
          "entryTs": 1623760260,
          "entryUtc": "2021-06-15T12:31:00.000Z",
          "exitTs": 1623765060,
          "dir": -1,
          "entryPrice": 1862.068,
          "exitPrice": 1867.721,
          "stopDistance": 5.653,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 80
        },
        {
          "entryTs": 1623844800,
          "entryUtc": "2021-06-16T12:00:00.000Z",
          "exitTs": 1623852000,
          "dir": -1,
          "entryPrice": 1854.848,
          "exitPrice": 1860.12,
          "stopDistance": 5.272,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 120
        },
        {
          "entryTs": 1623931200,
          "entryUtc": "2021-06-17T12:00:00.000Z",
          "exitTs": 1624046340,
          "dir": -1,
          "entryPrice": 1788.348,
          "exitPrice": 1765.771,
          "stopDistance": 11.288,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 1919
        },
        {
          "entryTs": 1624365240,
          "entryUtc": "2021-06-22T12:34:00.000Z",
          "exitTs": 1624418700,
          "dir": -1,
          "entryPrice": 1776.288,
          "exitPrice": 1783.368,
          "stopDistance": 7.08,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 891
        },
        {
          "entryTs": 1624450320,
          "entryUtc": "2021-06-23T12:12:00.000Z",
          "exitTs": 1624473180,
          "dir": 1,
          "entryPrice": 1784.428,
          "exitPrice": 1778.675,
          "stopDistance": 5.753,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 381
        },
        {
          "entryTs": 1624536000,
          "entryUtc": "2021-06-24T12:00:00.000Z",
          "exitTs": 1624546080,
          "dir": 1,
          "entryPrice": 1787.402,
          "exitPrice": 1781.251,
          "stopDistance": 6.151,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 168
        },
        {
          "entryTs": 1624622400,
          "entryUtc": "2021-06-25T12:00:00.000Z",
          "exitTs": 1624633380,
          "dir": 1,
          "entryPrice": 1784.938,
          "exitPrice": 1779.932,
          "stopDistance": 5.006,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 183
        },
        {
          "entryTs": 1624881600,
          "entryUtc": "2021-06-28T12:00:00.000Z",
          "exitTs": 1624885740,
          "dir": -1,
          "entryPrice": 1774.038,
          "exitPrice": 1780.34,
          "stopDistance": 6.302,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 69
        },
        {
          "entryTs": 1624969620,
          "entryUtc": "2021-06-29T12:27:00.000Z",
          "exitTs": 1624971060,
          "dir": -1,
          "entryPrice": 1767.468,
          "exitPrice": 1755.512,
          "stopDistance": 5.978,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 24
        },
        {
          "entryTs": 1625054460,
          "entryUtc": "2021-06-30T12:01:00.000Z",
          "exitTs": 1625071980,
          "dir": 1,
          "entryPrice": 1760.858,
          "exitPrice": 1773.509,
          "stopDistance": 6.326,
          "outcome": "target",
          "netR": 1.9415,
          "holdMinutes": 292
        },
        {
          "entryTs": 1625141760,
          "entryUtc": "2021-07-01T12:16:00.000Z",
          "exitTs": 1625142720,
          "dir": 1,
          "entryPrice": 1778.878,
          "exitPrice": 1773.127,
          "stopDistance": 5.751,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 16
        },
        {
          "entryTs": 1625227200,
          "entryUtc": "2021-07-02T12:00:00.000Z",
          "exitTs": 1625228700,
          "dir": 1,
          "entryPrice": 1785.788,
          "exitPrice": 1780.288,
          "stopDistance": 5.5,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 25
        },
        {
          "entryTs": 1625572800,
          "entryUtc": "2021-07-06T12:00:00.000Z",
          "exitTs": 1625582160,
          "dir": 1,
          "entryPrice": 1809.718,
          "exitPrice": 1804.421,
          "stopDistance": 5.297,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 156
        },
        {
          "entryTs": 1625659380,
          "entryUtc": "2021-07-07T12:03:00.000Z",
          "exitTs": 1625663820,
          "dir": 1,
          "entryPrice": 1807.548,
          "exitPrice": 1801.719,
          "stopDistance": 5.829,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 74
        },
        {
          "entryTs": 1625746680,
          "entryUtc": "2021-07-08T12:18:00.000Z",
          "exitTs": 1625752200,
          "dir": 1,
          "entryPrice": 1814.971,
          "exitPrice": 1807.109,
          "stopDistance": 7.862,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 92
        },
        {
          "entryTs": 1625839320,
          "entryUtc": "2021-07-09T14:02:00.000Z",
          "exitTs": 1626072120,
          "dir": 1,
          "entryPrice": 1805.898,
          "exitPrice": 1798.851,
          "stopDistance": 7.047,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 3880
        },
        {
          "entryTs": 1626097080,
          "entryUtc": "2021-07-12T13:38:00.000Z",
          "exitTs": 1626100320,
          "dir": -1,
          "entryPrice": 1798.808,
          "exitPrice": 1804.649,
          "stopDistance": 5.841,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 54
        },
        {
          "entryTs": 1626177840,
          "entryUtc": "2021-07-13T12:04:00.000Z",
          "exitTs": 1626179400,
          "dir": 1,
          "entryPrice": 1812.208,
          "exitPrice": 1807.051,
          "stopDistance": 5.157,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 26
        },
        {
          "entryTs": 1626264000,
          "entryUtc": "2021-07-14T12:00:00.000Z",
          "exitTs": 1626265980,
          "dir": 1,
          "entryPrice": 1816.798,
          "exitPrice": 1827.685,
          "stopDistance": 5.443,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 33
        },
        {
          "entryTs": 1626350400,
          "entryUtc": "2021-07-15T12:00:00.000Z",
          "exitTs": 1626390420,
          "dir": -1,
          "entryPrice": 1825.678,
          "exitPrice": 1831.37,
          "stopDistance": 5.692,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 667
        },
        {
          "entryTs": 1626436800,
          "entryUtc": "2021-07-16T12:00:00.000Z",
          "exitTs": 1626439380,
          "dir": -1,
          "entryPrice": 1817.678,
          "exitPrice": 1823.009,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 43
        },
        {
          "entryTs": 1626696000,
          "entryUtc": "2021-07-19T12:00:00.000Z",
          "exitTs": 1626699120,
          "dir": -1,
          "entryPrice": 1800.448,
          "exitPrice": 1806.579,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 52
        },
        {
          "entryTs": 1626782400,
          "entryUtc": "2021-07-20T12:00:00.000Z",
          "exitTs": 1626792240,
          "dir": 1,
          "entryPrice": 1817.628,
          "exitPrice": 1812.044,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 164
        },
        {
          "entryTs": 1626868800,
          "entryUtc": "2021-07-21T12:00:00.000Z",
          "exitTs": 1626967680,
          "dir": -1,
          "entryPrice": 1800.468,
          "exitPrice": 1806.627,
          "stopDistance": 6.159,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 1648
        },
        {
          "entryTs": 1627041600,
          "entryUtc": "2021-07-23T12:00:00.000Z",
          "exitTs": 1627043940,
          "dir": -1,
          "entryPrice": 1795.578,
          "exitPrice": 1801.75,
          "stopDistance": 6.172,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 39
        },
        {
          "entryTs": 1627301760,
          "entryUtc": "2021-07-26T12:16:00.000Z",
          "exitTs": 1627367400,
          "dir": -1,
          "entryPrice": 1804.408,
          "exitPrice": 1793.874,
          "stopDistance": 5.267,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 1094
        },
        {
          "entryTs": 1627387860,
          "entryUtc": "2021-07-27T12:11:00.000Z",
          "exitTs": 1627396200,
          "dir": 1,
          "entryPrice": 1801.058,
          "exitPrice": 1795.865,
          "stopDistance": 5.193,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 139
        },
        {
          "entryTs": 1627473600,
          "entryUtc": "2021-07-28T12:00:00.000Z",
          "exitTs": 1627484940,
          "dir": -1,
          "entryPrice": 1796.458,
          "exitPrice": 1801.591,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 189
        },
        {
          "entryTs": 1627560000,
          "entryUtc": "2021-07-29T12:00:00.000Z",
          "exitTs": 1627662180,
          "dir": 1,
          "entryPrice": 1824.988,
          "exitPrice": 1819.028,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 1703
        },
        {
          "entryTs": 1627905600,
          "entryUtc": "2021-08-02T12:00:00.000Z",
          "exitTs": 1627906500,
          "dir": 1,
          "entryPrice": 1811.418,
          "exitPrice": 1806.087,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 15
        },
        {
          "entryTs": 1627992900,
          "entryUtc": "2021-08-03T12:15:00.000Z",
          "exitTs": 1627995180,
          "dir": -1,
          "entryPrice": 1808.158,
          "exitPrice": 1812.48,
          "stopDistance": 4.323,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 38
        },
        {
          "entryTs": 1628078400,
          "entryUtc": "2021-08-04T12:00:00.000Z",
          "exitTs": 1628079900,
          "dir": 1,
          "entryPrice": 1817.698,
          "exitPrice": 1826.088,
          "stopDistance": 4.195,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 25
        },
        {
          "entryTs": 1628168580,
          "entryUtc": "2021-08-05T13:03:00.000Z",
          "exitTs": 1628171340,
          "dir": -1,
          "entryPrice": 1808.298,
          "exitPrice": 1798.316,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 46
        },
        {
          "entryTs": 1628252760,
          "entryUtc": "2021-08-06T12:26:00.000Z",
          "exitTs": 1628253600,
          "dir": -1,
          "entryPrice": 1796.998,
          "exitPrice": 1787.922,
          "stopDistance": 4.538,
          "outcome": "target",
          "netR": 1.9185,
          "holdMinutes": 14
        },
        {
          "entryTs": 1628511840,
          "entryUtc": "2021-08-09T12:24:00.000Z",
          "exitTs": 1628754420,
          "dir": -1,
          "entryPrice": 1741.838,
          "exitPrice": 1757.502,
          "stopDistance": 15.664,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 4043
        },
        {
          "entryTs": 1628769600,
          "entryUtc": "2021-08-12T12:00:00.000Z",
          "exitTs": 1628817840,
          "dir": -1,
          "entryPrice": 1749.348,
          "exitPrice": 1754.716,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 804
        },
        {
          "entryTs": 1628857860,
          "entryUtc": "2021-08-13T12:31:00.000Z",
          "exitTs": 1628863500,
          "dir": 1,
          "entryPrice": 1760.188,
          "exitPrice": 1769.389,
          "stopDistance": 4.601,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 94
        },
        {
          "entryTs": 1629117240,
          "entryUtc": "2021-08-16T12:34:00.000Z",
          "exitTs": 1629124440,
          "dir": 1,
          "entryPrice": 1777.308,
          "exitPrice": 1787.135,
          "stopDistance": 4.913,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 120
        },
        {
          "entryTs": 1629201840,
          "entryUtc": "2021-08-17T12:04:00.000Z",
          "exitTs": 1629209760,
          "dir": -1,
          "entryPrice": 1790.688,
          "exitPrice": 1781.144,
          "stopDistance": 4.772,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 132
        },
        {
          "entryTs": 1629293400,
          "entryUtc": "2021-08-18T13:30:00.000Z",
          "exitTs": 1629342660,
          "dir": -1,
          "entryPrice": 1786.188,
          "exitPrice": 1776.225,
          "stopDistance": 4.982,
          "outcome": "target",
          "netR": 1.9257,
          "holdMinutes": 821
        },
        {
          "entryTs": 1629374400,
          "entryUtc": "2021-08-19T12:00:00.000Z",
          "exitTs": 1629381780,
          "dir": 1,
          "entryPrice": 1787.658,
          "exitPrice": 1781.464,
          "stopDistance": 6.194,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 123
        },
        {
          "entryTs": 1629464580,
          "entryUtc": "2021-08-20T13:03:00.000Z",
          "exitTs": 1629475440,
          "dir": -1,
          "entryPrice": 1780.458,
          "exitPrice": 1786.049,
          "stopDistance": 5.591,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 181
        },
        {
          "entryTs": 1629720000,
          "entryUtc": "2021-08-23T12:00:00.000Z",
          "exitTs": 1629723600,
          "dir": 1,
          "entryPrice": 1790.818,
          "exitPrice": 1800.292,
          "stopDistance": 4.737,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 60
        },
        {
          "entryTs": 1629807180,
          "entryUtc": "2021-08-24T12:13:00.000Z",
          "exitTs": 1629851040,
          "dir": 1,
          "entryPrice": 1804.978,
          "exitPrice": 1800.761,
          "stopDistance": 4.217,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 731
        },
        {
          "entryTs": 1629894600,
          "entryUtc": "2021-08-25T12:30:00.000Z",
          "exitTs": 1629895800,
          "dir": -1,
          "entryPrice": 1791.724,
          "exitPrice": 1796.776,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 20
        },
        {
          "entryTs": 1629979200,
          "entryUtc": "2021-08-26T12:00:00.000Z",
          "exitTs": 1629981660,
          "dir": 1,
          "entryPrice": 1788.378,
          "exitPrice": 1783.776,
          "stopDistance": 4.602,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 41
        },
        {
          "entryTs": 1630065960,
          "entryUtc": "2021-08-27T12:06:00.000Z",
          "exitTs": 1630068720,
          "dir": -1,
          "entryPrice": 1794.828,
          "exitPrice": 1799.929,
          "stopDistance": 5.101,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 46
        },
        {
          "entryTs": 1630324800,
          "entryUtc": "2021-08-30T12:00:00.000Z",
          "exitTs": 1630333140,
          "dir": 1,
          "entryPrice": 1817.068,
          "exitPrice": 1811.74,
          "stopDistance": 5.328,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 139
        },
        {
          "entryTs": 1630411200,
          "entryUtc": "2021-08-31T12:00:00.000Z",
          "exitTs": 1630415160,
          "dir": -1,
          "entryPrice": 1812.608,
          "exitPrice": 1804.007,
          "stopDistance": 4.3,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 66
        },
        {
          "entryTs": 1630500120,
          "entryUtc": "2021-09-01T12:42:00.000Z",
          "exitTs": 1630501980,
          "dir": 1,
          "entryPrice": 1816.918,
          "exitPrice": 1812.098,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 31
        },
        {
          "entryTs": 1630584060,
          "entryUtc": "2021-09-02T12:01:00.000Z",
          "exitTs": 1630585800,
          "dir": 1,
          "entryPrice": 1815.885,
          "exitPrice": 1811.867,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 29
        },
        {
          "entryTs": 1630670400,
          "entryUtc": "2021-09-03T12:00:00.000Z",
          "exitTs": 1630672200,
          "dir": 1,
          "entryPrice": 1814.605,
          "exitPrice": 1821.606,
          "stopDistance": 3.5,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 30
        },
        {
          "entryTs": 1630929600,
          "entryUtc": "2021-09-06T12:00:00.000Z",
          "exitTs": 1630996260,
          "dir": -1,
          "entryPrice": 1823.744,
          "exitPrice": 1815.806,
          "stopDistance": 3.969,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 1111
        },
        {
          "entryTs": 1631016000,
          "entryUtc": "2021-09-07T12:00:00.000Z",
          "exitTs": 1631023440,
          "dir": -1,
          "entryPrice": 1810.905,
          "exitPrice": 1802.184,
          "stopDistance": 4.36,
          "outcome": "target",
          "netR": 1.9151,
          "holdMinutes": 124
        },
        {
          "entryTs": 1631103120,
          "entryUtc": "2021-09-08T12:12:00.000Z",
          "exitTs": 1631106000,
          "dir": 1,
          "entryPrice": 1801.177,
          "exitPrice": 1796.487,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 48
        },
        {
          "entryTs": 1631188800,
          "entryUtc": "2021-09-09T12:00:00.000Z",
          "exitTs": 1631191020,
          "dir": 1,
          "entryPrice": 1798.907,
          "exitPrice": 1793.994,
          "stopDistance": 4.913,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 37
        },
        {
          "entryTs": 1631275200,
          "entryUtc": "2021-09-10T12:00:00.000Z",
          "exitTs": 1631494920,
          "dir": -1,
          "entryPrice": 1797.378,
          "exitPrice": 1785.046,
          "stopDistance": 6.166,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 3662
        },
        {
          "entryTs": 1631536620,
          "entryUtc": "2021-09-13T12:37:00.000Z",
          "exitTs": 1631539620,
          "dir": -1,
          "entryPrice": 1786.848,
          "exitPrice": 1791.913,
          "stopDistance": 5.065,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 50
        },
        {
          "entryTs": 1631620800,
          "entryUtc": "2021-09-14T12:00:00.000Z",
          "exitTs": 1631622600,
          "dir": -1,
          "entryPrice": 1784.264,
          "exitPrice": 1788.584,
          "stopDistance": 4.32,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 30
        },
        {
          "entryTs": 1631707260,
          "entryUtc": "2021-09-15T12:01:00.000Z",
          "exitTs": 1631710140,
          "dir": 1,
          "entryPrice": 1804.248,
          "exitPrice": 1799.635,
          "stopDistance": 4.613,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 48
        },
        {
          "entryTs": 1631793600,
          "entryUtc": "2021-09-16T12:00:00.000Z",
          "exitTs": 1631797560,
          "dir": -1,
          "entryPrice": 1771.207,
          "exitPrice": 1759.246,
          "stopDistance": 5.98,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 66
        },
        {
          "entryTs": 1631880000,
          "entryUtc": "2021-09-17T12:00:00.000Z",
          "exitTs": 1631888160,
          "dir": -1,
          "entryPrice": 1759.857,
          "exitPrice": 1748.177,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 136
        },
        {
          "entryTs": 1632139500,
          "entryUtc": "2021-09-20T12:05:00.000Z",
          "exitTs": 1632226440,
          "dir": 1,
          "entryPrice": 1757.517,
          "exitPrice": 1769.935,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 1449
        },
        {
          "entryTs": 1632312000,
          "entryUtc": "2021-09-22T12:00:00.000Z",
          "exitTs": 1632318060,
          "dir": -1,
          "entryPrice": 1772.457,
          "exitPrice": 1777.144,
          "stopDistance": 4.687,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 101
        },
        {
          "entryTs": 1632398400,
          "entryUtc": "2021-09-23T12:00:00.000Z",
          "exitTs": 1632401340,
          "dir": 1,
          "entryPrice": 1773.107,
          "exitPrice": 1766.652,
          "stopDistance": 6.455,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 49
        },
        {
          "entryTs": 1632484800,
          "entryUtc": "2021-09-24T12:00:00.000Z",
          "exitTs": 1632705180,
          "dir": -1,
          "entryPrice": 1749.444,
          "exitPrice": 1755.718,
          "stopDistance": 6.274,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 3673
        },
        {
          "entryTs": 1632744000,
          "entryUtc": "2021-09-27T12:00:00.000Z",
          "exitTs": 1632747060,
          "dir": -1,
          "entryPrice": 1748.218,
          "exitPrice": 1754.206,
          "stopDistance": 5.988,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 51
        },
        {
          "entryTs": 1632830400,
          "entryUtc": "2021-09-28T12:00:00.000Z",
          "exitTs": 1632883800,
          "dir": -1,
          "entryPrice": 1734.338,
          "exitPrice": 1741.25,
          "stopDistance": 6.912,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 890
        },
        {
          "entryTs": 1632916800,
          "entryUtc": "2021-09-29T12:00:00.000Z",
          "exitTs": 1632918720,
          "dir": 1,
          "entryPrice": 1743.318,
          "exitPrice": 1737.435,
          "stopDistance": 5.883,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 32
        },
        {
          "entryTs": 1633003200,
          "entryUtc": "2021-09-30T12:00:00.000Z",
          "exitTs": 1633005660,
          "dir": -1,
          "entryPrice": 1725.908,
          "exitPrice": 1731.901,
          "stopDistance": 5.993,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 41
        },
        {
          "entryTs": 1633090380,
          "entryUtc": "2021-10-01T12:13:00.000Z",
          "exitTs": 1633092300,
          "dir": -1,
          "entryPrice": 1750.998,
          "exitPrice": 1757.165,
          "stopDistance": 6.167,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 32
        },
        {
          "entryTs": 1633354380,
          "entryUtc": "2021-10-04T13:33:00.000Z",
          "exitTs": 1633356240,
          "dir": -1,
          "entryPrice": 1748.738,
          "exitPrice": 1755.278,
          "stopDistance": 6.54,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 31
        },
        {
          "entryTs": 1633436820,
          "entryUtc": "2021-10-05T12:27:00.000Z",
          "exitTs": 1633439220,
          "dir": 1,
          "entryPrice": 1760.858,
          "exitPrice": 1754.626,
          "stopDistance": 6.232,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 40
        },
        {
          "entryTs": 1633521600,
          "entryUtc": "2021-10-06T12:00:00.000Z",
          "exitTs": 1633591200,
          "dir": 1,
          "entryPrice": 1754.698,
          "exitPrice": 1766.046,
          "stopDistance": 5.674,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 1160
        },
        {
          "entryTs": 1633610400,
          "entryUtc": "2021-10-07T12:40:00.000Z",
          "exitTs": 1633615320,
          "dir": -1,
          "entryPrice": 1755.928,
          "exitPrice": 1761.443,
          "stopDistance": 5.516,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 82
        },
        {
          "entryTs": 1633694400,
          "entryUtc": "2021-10-08T12:00:00.000Z",
          "exitTs": 1633696500,
          "dir": 1,
          "entryPrice": 1761.618,
          "exitPrice": 1771.384,
          "stopDistance": 4.883,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 35
        },
        {
          "entryTs": 1633954560,
          "entryUtc": "2021-10-11T12:16:00.000Z",
          "exitTs": 1633956720,
          "dir": 1,
          "entryPrice": 1757.245,
          "exitPrice": 1751.507,
          "stopDistance": 5.738,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 36
        },
        {
          "entryTs": 1634041080,
          "entryUtc": "2021-10-12T12:18:00.000Z",
          "exitTs": 1634041680,
          "dir": 1,
          "entryPrice": 1762.528,
          "exitPrice": 1757.284,
          "stopDistance": 5.244,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 10
        },
        {
          "entryTs": 1634126400,
          "entryUtc": "2021-10-13T12:00:00.000Z",
          "exitTs": 1634128440,
          "dir": 1,
          "entryPrice": 1773.518,
          "exitPrice": 1768.571,
          "stopDistance": 4.947,
          "outcome": "stop",
          "netR": -1.0849,
          "holdMinutes": 34
        },
        {
          "entryTs": 1634214120,
          "entryUtc": "2021-10-14T12:22:00.000Z",
          "exitTs": 1634275920,
          "dir": 1,
          "entryPrice": 1797.424,
          "exitPrice": 1791.45,
          "stopDistance": 5.974,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1634299200,
          "entryUtc": "2021-10-15T12:00:00.000Z",
          "exitTs": 1634302320,
          "dir": -1,
          "entryPrice": 1778.275,
          "exitPrice": 1767.643,
          "stopDistance": 5.316,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 52
        },
        {
          "entryTs": 1634563740,
          "entryUtc": "2021-10-18T13:29:00.000Z",
          "exitTs": 1634564580,
          "dir": 1,
          "entryPrice": 1768.688,
          "exitPrice": 1762.778,
          "stopDistance": 5.91,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 14
        },
        {
          "entryTs": 1634645700,
          "entryUtc": "2021-10-19T12:15:00.000Z",
          "exitTs": 1634646420,
          "dir": 1,
          "entryPrice": 1782.858,
          "exitPrice": 1777.683,
          "stopDistance": 5.175,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 12
        },
        {
          "entryTs": 1634731200,
          "entryUtc": "2021-10-20T12:00:00.000Z",
          "exitTs": 1634736780,
          "dir": 1,
          "entryPrice": 1779.514,
          "exitPrice": 1774.828,
          "stopDistance": 4.686,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 93
        },
        {
          "entryTs": 1634817600,
          "entryUtc": "2021-10-21T12:00:00.000Z",
          "exitTs": 1634820000,
          "dir": -1,
          "entryPrice": 1778.284,
          "exitPrice": 1784.2,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 40
        },
        {
          "entryTs": 1634905200,
          "entryUtc": "2021-10-22T12:20:00.000Z",
          "exitTs": 1634906580,
          "dir": 1,
          "entryPrice": 1794.618,
          "exitPrice": 1804.704,
          "stopDistance": 5.043,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635165120,
          "entryUtc": "2021-10-25T12:32:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1803.498,
          "exitPrice": 1796.723,
          "stopDistance": 6.775,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 1433
        },
        {
          "entryTs": 1635336000,
          "entryUtc": "2021-10-27T12:00:00.000Z",
          "exitTs": 1635344220,
          "dir": 1,
          "entryPrice": 1791.558,
          "exitPrice": 1785.865,
          "stopDistance": 5.693,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 137
        },
        {
          "entryTs": 1635423540,
          "entryUtc": "2021-10-28T12:19:00.000Z",
          "exitTs": 1635424200,
          "dir": 1,
          "entryPrice": 1804.038,
          "exitPrice": 1798.457,
          "stopDistance": 5.581,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 11
        },
        {
          "entryTs": 1635509100,
          "entryUtc": "2021-10-29T12:05:00.000Z",
          "exitTs": 1635511800,
          "dir": -1,
          "entryPrice": 1790.798,
          "exitPrice": 1778.26,
          "stopDistance": 6.269,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 45
        },
        {
          "entryTs": 1635768960,
          "entryUtc": "2021-11-01T12:16:00.000Z",
          "exitTs": 1635905040,
          "dir": 1,
          "entryPrice": 1787.658,
          "exitPrice": 1781.786,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 2268
        },
        {
          "entryTs": 1635940800,
          "entryUtc": "2021-11-03T12:00:00.000Z",
          "exitTs": 1635943020,
          "dir": 1,
          "entryPrice": 1784.574,
          "exitPrice": 1780.002,
          "stopDistance": 4.572,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 37
        },
        {
          "entryTs": 1636027200,
          "entryUtc": "2021-11-04T12:00:00.000Z",
          "exitTs": 1636030680,
          "dir": 1,
          "entryPrice": 1780.784,
          "exitPrice": 1792.729,
          "stopDistance": 5.973,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 58
        },
        {
          "entryTs": 1636113600,
          "entryUtc": "2021-11-05T12:00:00.000Z",
          "exitTs": 1636118820,
          "dir": -1,
          "entryPrice": 1793.854,
          "exitPrice": 1798.953,
          "stopDistance": 5.099,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 87
        },
        {
          "entryTs": 1636376580,
          "entryUtc": "2021-11-08T13:03:00.000Z",
          "exitTs": 1636465500,
          "dir": 1,
          "entryPrice": 1818.033,
          "exitPrice": 1830.057,
          "stopDistance": 6.012,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1482
        },
        {
          "entryTs": 1636550100,
          "entryUtc": "2021-11-10T13:15:00.000Z",
          "exitTs": 1636551060,
          "dir": 1,
          "entryPrice": 1827.113,
          "exitPrice": 1822.395,
          "stopDistance": 4.718,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 16
        },
        {
          "entryTs": 1636638420,
          "entryUtc": "2021-11-11T13:47:00.000Z",
          "exitTs": 1636684740,
          "dir": 1,
          "entryPrice": 1864.388,
          "exitPrice": 1855.873,
          "stopDistance": 8.515,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 772
        },
        {
          "entryTs": 1636729260,
          "entryUtc": "2021-11-12T15:01:00.000Z",
          "exitTs": 1637053080,
          "dir": 1,
          "entryPrice": 1859.664,
          "exitPrice": 1873.194,
          "stopDistance": 6.765,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 5397
        },
        {
          "entryTs": 1637068320,
          "entryUtc": "2021-11-16T13:12:00.000Z",
          "exitTs": 1637071140,
          "dir": 1,
          "entryPrice": 1874.798,
          "exitPrice": 1869.059,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 47
        },
        {
          "entryTs": 1637154000,
          "entryUtc": "2021-11-17T13:00:00.000Z",
          "exitTs": 1637241780,
          "dir": 1,
          "entryPrice": 1863.738,
          "exitPrice": 1858.253,
          "stopDistance": 5.485,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 1463
        },
        {
          "entryTs": 1637330700,
          "entryUtc": "2021-11-19T14:05:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1864.094,
          "exitPrice": 1857.575,
          "stopDistance": 6.519,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 10
        },
        {
          "entryTs": 1637586000,
          "entryUtc": "2021-11-22T13:00:00.000Z",
          "exitTs": 1637590560,
          "dir": -1,
          "entryPrice": 1839.778,
          "exitPrice": 1825.726,
          "stopDistance": 7.026,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 76
        },
        {
          "entryTs": 1637672400,
          "entryUtc": "2021-11-23T13:00:00.000Z",
          "exitTs": 1637908680,
          "dir": -1,
          "entryPrice": 1791.768,
          "exitPrice": 1799.866,
          "stopDistance": 8.098,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 3938
        },
        {
          "entryTs": 1637938320,
          "entryUtc": "2021-11-26T14:52:00.000Z",
          "exitTs": 1637944980,
          "dir": -1,
          "entryPrice": 1797.728,
          "exitPrice": 1782.363,
          "stopDistance": 7.682,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 111
        },
        {
          "entryTs": 1638191100,
          "entryUtc": "2021-11-29T13:05:00.000Z",
          "exitTs": 1638283500,
          "dir": -1,
          "entryPrice": 1791.828,
          "exitPrice": 1799.933,
          "stopDistance": 8.105,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 1540
        },
        {
          "entryTs": 1638365400,
          "entryUtc": "2021-12-01T13:30:00.000Z",
          "exitTs": 1638385920,
          "dir": 1,
          "entryPrice": 1789.188,
          "exitPrice": 1780.442,
          "stopDistance": 8.746,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 342
        },
        {
          "entryTs": 1638450000,
          "entryUtc": "2021-12-02T13:00:00.000Z",
          "exitTs": 1638455640,
          "dir": 1,
          "entryPrice": 1779.498,
          "exitPrice": 1772.942,
          "stopDistance": 6.556,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 94
        },
        {
          "entryTs": 1638536400,
          "entryUtc": "2021-12-03T13:00:00.000Z",
          "exitTs": 1638538020,
          "dir": 1,
          "entryPrice": 1774.121,
          "exitPrice": 1768.168,
          "stopDistance": 5.953,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 27
        },
        {
          "entryTs": 1638796680,
          "entryUtc": "2021-12-06T13:18:00.000Z",
          "exitTs": 1638809640,
          "dir": -1,
          "entryPrice": 1777.658,
          "exitPrice": 1783.685,
          "stopDistance": 6.027,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 216
        },
        {
          "entryTs": 1638883860,
          "entryUtc": "2021-12-07T13:31:00.000Z",
          "exitTs": 1638890820,
          "dir": -1,
          "entryPrice": 1777.298,
          "exitPrice": 1782.149,
          "stopDistance": 4.851,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 116
        },
        {
          "entryTs": 1638968400,
          "entryUtc": "2021-12-08T13:00:00.000Z",
          "exitTs": 1639117140,
          "dir": -1,
          "entryPrice": 1784.505,
          "exitPrice": 1772.85,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 2479
        },
        {
          "entryTs": 1639141620,
          "entryUtc": "2021-12-10T13:07:00.000Z",
          "exitTs": 1639144620,
          "dir": 1,
          "entryPrice": 1774.088,
          "exitPrice": 1782.674,
          "stopDistance": 4.293,
          "outcome": "target",
          "netR": 1.9138,
          "holdMinutes": 50
        },
        {
          "entryTs": 1639400400,
          "entryUtc": "2021-12-13T13:00:00.000Z",
          "exitTs": 1639401240,
          "dir": 1,
          "entryPrice": 1789.855,
          "exitPrice": 1785.44,
          "stopDistance": 4.415,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 14
        },
        {
          "entryTs": 1639488060,
          "entryUtc": "2021-12-14T13:21:00.000Z",
          "exitTs": 1639489260,
          "dir": -1,
          "entryPrice": 1781.895,
          "exitPrice": 1773.961,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 20
        },
        {
          "entryTs": 1639573200,
          "entryUtc": "2021-12-15T13:00:00.000Z",
          "exitTs": 1639578840,
          "dir": 1,
          "entryPrice": 1771.558,
          "exitPrice": 1767.408,
          "stopDistance": 4.15,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 94
        },
        {
          "entryTs": 1639659600,
          "entryUtc": "2021-12-16T13:00:00.000Z",
          "exitTs": 1639660620,
          "dir": -1,
          "entryPrice": 1783.918,
          "exitPrice": 1789.399,
          "stopDistance": 5.481,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 17
        },
        {
          "entryTs": 1639746000,
          "entryUtc": "2021-12-17T13:00:00.000Z",
          "exitTs": 1639749180,
          "dir": 1,
          "entryPrice": 1811.645,
          "exitPrice": 1806.679,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 53
        },
        {
          "entryTs": 1640005740,
          "entryUtc": "2021-12-20T13:09:00.000Z",
          "exitTs": 1640101440,
          "dir": -1,
          "entryPrice": 1797.288,
          "exitPrice": 1786.979,
          "stopDistance": 5.155,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 1595
        },
        {
          "entryTs": 1640178000,
          "entryUtc": "2021-12-22T13:00:00.000Z",
          "exitTs": 1640184780,
          "dir": 1,
          "entryPrice": 1793.318,
          "exitPrice": 1789.248,
          "stopDistance": 4.07,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 113
        },
        {
          "entryTs": 1640264400,
          "entryUtc": "2021-12-23T13:00:00.000Z",
          "exitTs": 1640266380,
          "dir": -1,
          "entryPrice": 1804.988,
          "exitPrice": 1808.79,
          "stopDistance": 3.802,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 33
        },
        {
          "entryTs": 1640611380,
          "entryUtc": "2021-12-27T13:23:00.000Z",
          "exitTs": 1640613000,
          "dir": -1,
          "entryPrice": 1804.948,
          "exitPrice": 1808.559,
          "stopDistance": 3.611,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 27
        },
        {
          "entryTs": 1640696400,
          "entryUtc": "2021-12-28T13:00:00.000Z",
          "exitTs": 1640700420,
          "dir": 1,
          "entryPrice": 1816.388,
          "exitPrice": 1812.887,
          "stopDistance": 3.501,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 67
        },
        {
          "entryTs": 1640782800,
          "entryUtc": "2021-12-29T13:00:00.000Z",
          "exitTs": 1640790180,
          "dir": -1,
          "entryPrice": 1793.505,
          "exitPrice": 1797.94,
          "stopDistance": 4.435,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 123
        },
        {
          "entryTs": 1640869200,
          "entryUtc": "2021-12-30T13:00:00.000Z",
          "exitTs": 1640870400,
          "dir": 1,
          "entryPrice": 1804.578,
          "exitPrice": 1800.446,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 20
        },
        {
          "entryTs": 1640956140,
          "entryUtc": "2021-12-31T13:09:00.000Z",
          "exitTs": 1640975340,
          "dir": 1,
          "entryPrice": 1820.078,
          "exitPrice": 1827.753,
          "stopDistance": 3.838,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 320
        },
        {
          "entryTs": 1641214920,
          "entryUtc": "2022-01-03T13:02:00.000Z",
          "exitTs": 1641216300,
          "dir": -1,
          "entryPrice": 1820.908,
          "exitPrice": 1811.683,
          "stopDistance": 4.613,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 23
        },
        {
          "entryTs": 1641301200,
          "entryUtc": "2022-01-04T13:00:00.000Z",
          "exitTs": 1641304740,
          "dir": -1,
          "entryPrice": 1801.088,
          "exitPrice": 1806.507,
          "stopDistance": 5.419,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 59
        },
        {
          "entryTs": 1641388380,
          "entryUtc": "2022-01-05T13:13:00.000Z",
          "exitTs": 1641388800,
          "dir": 1,
          "entryPrice": 1820.058,
          "exitPrice": 1815.509,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641474000,
          "entryUtc": "2022-01-06T13:00:00.000Z",
          "exitTs": 1641809400,
          "dir": -1,
          "entryPrice": 1791.558,
          "exitPrice": 1798.944,
          "stopDistance": 7.386,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 5590
        },
        {
          "entryTs": 1641824100,
          "entryUtc": "2022-01-10T14:15:00.000Z",
          "exitTs": 1641836280,
          "dir": -1,
          "entryPrice": 1791.268,
          "exitPrice": 1797.395,
          "stopDistance": 6.127,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 203
        },
        {
          "entryTs": 1641908100,
          "entryUtc": "2022-01-11T13:35:00.000Z",
          "exitTs": 1641916680,
          "dir": -1,
          "entryPrice": 1805.958,
          "exitPrice": 1810.671,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 143
        },
        {
          "entryTs": 1641993720,
          "entryUtc": "2022-01-12T13:22:00.000Z",
          "exitTs": 1642089000,
          "dir": 1,
          "entryPrice": 1820.298,
          "exitPrice": 1815.93,
          "stopDistance": 4.368,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 1588
        },
        {
          "entryTs": 1642165200,
          "entryUtc": "2022-01-14T13:00:00.000Z",
          "exitTs": 1642167000,
          "dir": -1,
          "entryPrice": 1820.748,
          "exitPrice": 1825.35,
          "stopDistance": 4.602,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 30
        },
        {
          "entryTs": 1642431600,
          "entryUtc": "2022-01-17T15:00:00.000Z",
          "exitTs": 1642475400,
          "dir": -1,
          "entryPrice": 1818.748,
          "exitPrice": 1822.629,
          "stopDistance": 3.881,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 730
        },
        {
          "entryTs": 1642511520,
          "entryUtc": "2022-01-18T13:12:00.000Z",
          "exitTs": 1642512720,
          "dir": -1,
          "entryPrice": 1809.048,
          "exitPrice": 1813.704,
          "stopDistance": 4.656,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 20
        },
        {
          "entryTs": 1642597200,
          "entryUtc": "2022-01-19T13:00:00.000Z",
          "exitTs": 1642603500,
          "dir": 1,
          "entryPrice": 1817.708,
          "exitPrice": 1827.314,
          "stopDistance": 4.803,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 105
        },
        {
          "entryTs": 1642684980,
          "entryUtc": "2022-01-20T13:23:00.000Z",
          "exitTs": 1642727280,
          "dir": 1,
          "entryPrice": 1842.018,
          "exitPrice": 1837.024,
          "stopDistance": 4.994,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 705
        },
        {
          "entryTs": 1642774200,
          "entryUtc": "2022-01-21T14:10:00.000Z",
          "exitTs": 1642777800,
          "dir": 1,
          "entryPrice": 1842.644,
          "exitPrice": 1836.766,
          "stopDistance": 5.878,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 60
        },
        {
          "entryTs": 1643031900,
          "entryUtc": "2022-01-24T13:45:00.000Z",
          "exitTs": 1643048280,
          "dir": -1,
          "entryPrice": 1836.351,
          "exitPrice": 1841.707,
          "stopDistance": 5.356,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 273
        },
        {
          "entryTs": 1643121900,
          "entryUtc": "2022-01-25T14:45:00.000Z",
          "exitTs": 1643140080,
          "dir": 1,
          "entryPrice": 1843.238,
          "exitPrice": 1853.27,
          "stopDistance": 5.016,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 303
        },
        {
          "entryTs": 1643203380,
          "entryUtc": "2022-01-26T13:23:00.000Z",
          "exitTs": 1643205600,
          "dir": 1,
          "entryPrice": 1847.704,
          "exitPrice": 1842.889,
          "stopDistance": 4.815,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 37
        },
        {
          "entryTs": 1643288400,
          "entryUtc": "2022-01-27T13:00:00.000Z",
          "exitTs": 1643300640,
          "dir": -1,
          "entryPrice": 1806.998,
          "exitPrice": 1793.016,
          "stopDistance": 6.991,
          "outcome": "target",
          "netR": 1.9471,
          "holdMinutes": 204
        },
        {
          "entryTs": 1643374800,
          "entryUtc": "2022-01-28T13:00:00.000Z",
          "exitTs": 1643375700,
          "dir": -1,
          "entryPrice": 1785.798,
          "exitPrice": 1791.989,
          "stopDistance": 6.191,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643635020,
          "entryUtc": "2022-01-31T13:17:00.000Z",
          "exitTs": 1643694840,
          "dir": 1,
          "entryPrice": 1792.375,
          "exitPrice": 1803.312,
          "stopDistance": 5.469,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 997
        },
        {
          "entryTs": 1643720520,
          "entryUtc": "2022-02-01T13:02:00.000Z",
          "exitTs": 1643722500,
          "dir": 1,
          "entryPrice": 1806.678,
          "exitPrice": 1802.095,
          "stopDistance": 4.583,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 33
        },
        {
          "entryTs": 1643806800,
          "entryUtc": "2022-02-02T13:00:00.000Z",
          "exitTs": 1643893440,
          "dir": 1,
          "entryPrice": 1804.165,
          "exitPrice": 1799.95,
          "stopDistance": 4.215,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 1444
        },
        {
          "entryTs": 1643979840,
          "entryUtc": "2022-02-04T13:04:00.000Z",
          "exitTs": 1643981400,
          "dir": 1,
          "entryPrice": 1811.799,
          "exitPrice": 1807.288,
          "stopDistance": 4.511,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 26
        },
        {
          "entryTs": 1644238860,
          "entryUtc": "2022-02-07T13:01:00.000Z",
          "exitTs": 1644328380,
          "dir": 1,
          "entryPrice": 1814.058,
          "exitPrice": 1824.094,
          "stopDistance": 5.018,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 1492
        },
        {
          "entryTs": 1644411600,
          "entryUtc": "2022-02-09T13:00:00.000Z",
          "exitTs": 1644415380,
          "dir": 1,
          "entryPrice": 1828.138,
          "exitPrice": 1825.005,
          "stopDistance": 3.133,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 63
        },
        {
          "entryTs": 1644499440,
          "entryUtc": "2022-02-10T13:24:00.000Z",
          "exitTs": 1644499800,
          "dir": -1,
          "entryPrice": 1830.278,
          "exitPrice": 1824,
          "stopDistance": 3.139,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 6
        },
        {
          "entryTs": 1644584400,
          "entryUtc": "2022-02-11T13:00:00.000Z",
          "exitTs": 1644587160,
          "dir": 1,
          "entryPrice": 1830.424,
          "exitPrice": 1825.274,
          "stopDistance": 5.15,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 46
        },
        {
          "entryTs": 1644845940,
          "entryUtc": "2022-02-14T13:39:00.000Z",
          "exitTs": 1644865260,
          "dir": 1,
          "entryPrice": 1858.428,
          "exitPrice": 1872.881,
          "stopDistance": 7.226,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 322
        },
        {
          "entryTs": 1644930000,
          "entryUtc": "2022-02-15T13:00:00.000Z",
          "exitTs": 1645004820,
          "dir": -1,
          "entryPrice": 1849.988,
          "exitPrice": 1858.645,
          "stopDistance": 8.657,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 1247
        },
        {
          "entryTs": 1645016400,
          "entryUtc": "2022-02-16T13:00:00.000Z",
          "exitTs": 1645019880,
          "dir": -1,
          "entryPrice": 1852.838,
          "exitPrice": 1858.495,
          "stopDistance": 5.657,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 58
        },
        {
          "entryTs": 1645104540,
          "entryUtc": "2022-02-17T13:29:00.000Z",
          "exitTs": 1645464540,
          "dir": 1,
          "entryPrice": 1893.178,
          "exitPrice": 1896.058,
          "stopDistance": 7.649,
          "outcome": "time",
          "netR": 0.3281,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1645544820,
          "entryUtc": "2022-02-22T15:47:00.000Z",
          "exitTs": 1645553220,
          "dir": -1,
          "entryPrice": 1895.708,
          "exitPrice": 1904.448,
          "stopDistance": 8.74,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 140
        },
        {
          "entryTs": 1645622400,
          "entryUtc": "2022-02-23T13:20:00.000Z",
          "exitTs": 1645657260,
          "dir": 1,
          "entryPrice": 1898.298,
          "exitPrice": 1910.56,
          "stopDistance": 6.131,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 581
        },
        {
          "entryTs": 1645707600,
          "entryUtc": "2022-02-24T13:00:00.000Z",
          "exitTs": 1645713180,
          "dir": 1,
          "entryPrice": 1962.568,
          "exitPrice": 1949.327,
          "stopDistance": 13.241,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 93
        },
        {
          "entryTs": 1645794000,
          "entryUtc": "2022-02-25T13:00:00.000Z",
          "exitTs": 1646002800,
          "dir": -1,
          "entryPrice": 1895.618,
          "exitPrice": 1911.508,
          "stopDistance": 15.89,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 3480
        },
        {
          "entryTs": 1646053200,
          "entryUtc": "2022-02-28T13:00:00.000Z",
          "exitTs": 1646065260,
          "dir": 1,
          "entryPrice": 1913.368,
          "exitPrice": 1900.139,
          "stopDistance": 13.23,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 201
        },
        {
          "entryTs": 1646139840,
          "entryUtc": "2022-03-01T13:04:00.000Z",
          "exitTs": 1646158800,
          "dir": 1,
          "entryPrice": 1918.538,
          "exitPrice": 1938.61,
          "stopDistance": 10.036,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 316
        },
        {
          "entryTs": 1646226000,
          "entryUtc": "2022-03-02T13:00:00.000Z",
          "exitTs": 1646307120,
          "dir": -1,
          "entryPrice": 1926.028,
          "exitPrice": 1938.404,
          "stopDistance": 12.376,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1646313540,
          "entryUtc": "2022-03-03T13:19:00.000Z",
          "exitTs": 1646315760,
          "dir": 1,
          "entryPrice": 1934.968,
          "exitPrice": 1925.239,
          "stopDistance": 9.729,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 37
        },
        {
          "entryTs": 1646400060,
          "entryUtc": "2022-03-04T13:21:00.000Z",
          "exitTs": 1646412600,
          "dir": 1,
          "entryPrice": 1946.088,
          "exitPrice": 1964.664,
          "stopDistance": 9.288,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 209
        },
        {
          "entryTs": 1646659140,
          "entryUtc": "2022-03-07T13:19:00.000Z",
          "exitTs": 1646677740,
          "dir": -1,
          "entryPrice": 1979.182,
          "exitPrice": 1992.393,
          "stopDistance": 13.211,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 310
        },
        {
          "entryTs": 1646750280,
          "entryUtc": "2022-03-08T14:38:00.000Z",
          "exitTs": 1646751960,
          "dir": 1,
          "entryPrice": 2020.828,
          "exitPrice": 2051.183,
          "stopDistance": 15.177,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 28
        },
        {
          "entryTs": 1646830800,
          "entryUtc": "2022-03-09T13:00:00.000Z",
          "exitTs": 1647000840,
          "dir": -1,
          "entryPrice": 2009.178,
          "exitPrice": 1968.51,
          "stopDistance": 20.334,
          "outcome": "target",
          "netR": 1.9818,
          "holdMinutes": 2834
        },
        {
          "entryTs": 1647003600,
          "entryUtc": "2022-03-11T13:00:00.000Z",
          "exitTs": 1647019620,
          "dir": -1,
          "entryPrice": 1974.908,
          "exitPrice": 1989.423,
          "stopDistance": 14.515,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 267
        },
        {
          "entryTs": 1647259200,
          "entryUtc": "2022-03-14T12:00:00.000Z",
          "exitTs": 1647308700,
          "dir": -1,
          "entryPrice": 1965.231,
          "exitPrice": 1940.749,
          "stopDistance": 12.241,
          "outcome": "target",
          "netR": 1.9698,
          "holdMinutes": 825
        },
        {
          "entryTs": 1647345600,
          "entryUtc": "2022-03-15T12:00:00.000Z",
          "exitTs": 1647454620,
          "dir": -1,
          "entryPrice": 1924.828,
          "exitPrice": 1902.186,
          "stopDistance": 11.321,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 1817
        },
        {
          "entryTs": 1647518400,
          "entryUtc": "2022-03-17T12:00:00.000Z",
          "exitTs": 1647572100,
          "dir": 1,
          "entryPrice": 1943.118,
          "exitPrice": 1933.228,
          "stopDistance": 9.89,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 895
        },
        {
          "entryTs": 1647604800,
          "entryUtc": "2022-03-18T12:00:00.000Z",
          "exitTs": 1647609240,
          "dir": 1,
          "entryPrice": 1939.848,
          "exitPrice": 1931.47,
          "stopDistance": 8.378,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 74
        },
        {
          "entryTs": 1647865380,
          "entryUtc": "2022-03-21T12:23:00.000Z",
          "exitTs": 1647870540,
          "dir": -1,
          "entryPrice": 1921.858,
          "exitPrice": 1929.275,
          "stopDistance": 7.417,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 86
        },
        {
          "entryTs": 1647955860,
          "entryUtc": "2022-03-22T13:31:00.000Z",
          "exitTs": 1648028520,
          "dir": -1,
          "entryPrice": 1923.258,
          "exitPrice": 1930.896,
          "stopDistance": 7.637,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 1211
        },
        {
          "entryTs": 1648036800,
          "entryUtc": "2022-03-23T12:00:00.000Z",
          "exitTs": 1648064520,
          "dir": 1,
          "entryPrice": 1930.489,
          "exitPrice": 1944.375,
          "stopDistance": 6.943,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 462
        },
        {
          "entryTs": 1648123200,
          "entryUtc": "2022-03-24T12:00:00.000Z",
          "exitTs": 1648124700,
          "dir": 1,
          "entryPrice": 1956.374,
          "exitPrice": 1948.478,
          "stopDistance": 7.896,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 25
        },
        {
          "entryTs": 1648209600,
          "entryUtc": "2022-03-25T12:00:00.000Z",
          "exitTs": 1648222260,
          "dir": -1,
          "entryPrice": 1953.052,
          "exitPrice": 1960.707,
          "stopDistance": 7.655,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 211
        },
        {
          "entryTs": 1648469640,
          "entryUtc": "2022-03-28T12:14:00.000Z",
          "exitTs": 1648493520,
          "dir": 1,
          "entryPrice": 1938.148,
          "exitPrice": 1929.183,
          "stopDistance": 8.964,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 398
        },
        {
          "entryTs": 1648555200,
          "entryUtc": "2022-03-29T12:00:00.000Z",
          "exitTs": 1648571880,
          "dir": -1,
          "entryPrice": 1907.968,
          "exitPrice": 1917.255,
          "stopDistance": 9.287,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 278
        },
        {
          "entryTs": 1648642500,
          "entryUtc": "2022-03-30T12:15:00.000Z",
          "exitTs": 1648700880,
          "dir": 1,
          "entryPrice": 1928.298,
          "exitPrice": 1920.666,
          "stopDistance": 7.632,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 973
        },
        {
          "entryTs": 1648729560,
          "entryUtc": "2022-03-31T12:26:00.000Z",
          "exitTs": 1648747680,
          "dir": 1,
          "entryPrice": 1933.748,
          "exitPrice": 1949.385,
          "stopDistance": 7.818,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 302
        },
        {
          "entryTs": 1648814400,
          "entryUtc": "2022-04-01T12:00:00.000Z",
          "exitTs": 1649079600,
          "dir": -1,
          "entryPrice": 1928.585,
          "exitPrice": 1935.932,
          "stopDistance": 7.347,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 4420
        },
        {
          "entryTs": 1649160240,
          "entryUtc": "2022-04-05T12:04:00.000Z",
          "exitTs": 1649161980,
          "dir": -1,
          "entryPrice": 1925.338,
          "exitPrice": 1931.707,
          "stopDistance": 6.369,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 29
        },
        {
          "entryTs": 1649247840,
          "entryUtc": "2022-04-06T12:24:00.000Z",
          "exitTs": 1649268540,
          "dir": 1,
          "entryPrice": 1926.338,
          "exitPrice": 1917.936,
          "stopDistance": 8.402,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 345
        },
        {
          "entryTs": 1649332800,
          "entryUtc": "2022-04-07T12:00:00.000Z",
          "exitTs": 1649426940,
          "dir": 1,
          "entryPrice": 1930.518,
          "exitPrice": 1944.401,
          "stopDistance": 6.942,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 1569
        },
        {
          "entryTs": 1649678400,
          "entryUtc": "2022-04-11T12:00:00.000Z",
          "exitTs": 1649685120,
          "dir": 1,
          "entryPrice": 1960.542,
          "exitPrice": 1952.934,
          "stopDistance": 7.608,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 112
        },
        {
          "entryTs": 1649765520,
          "entryUtc": "2022-04-12T12:12:00.000Z",
          "exitTs": 1649774940,
          "dir": 1,
          "entryPrice": 1959.408,
          "exitPrice": 1973.699,
          "stopDistance": 7.145,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 157
        },
        {
          "entryTs": 1649851200,
          "entryUtc": "2022-04-13T12:00:00.000Z",
          "exitTs": 1649927040,
          "dir": 1,
          "entryPrice": 1977.933,
          "exitPrice": 1969.932,
          "stopDistance": 8.001,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 1264
        },
        {
          "entryTs": 1649937660,
          "entryUtc": "2022-04-14T12:01:00.000Z",
          "exitTs": 1649939820,
          "dir": 1,
          "entryPrice": 1978.238,
          "exitPrice": 1971.079,
          "stopDistance": 7.159,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 36
        },
        {
          "entryTs": 1650283200,
          "entryUtc": "2022-04-18T12:00:00.000Z",
          "exitTs": 1650292620,
          "dir": 1,
          "entryPrice": 1993.028,
          "exitPrice": 1985.517,
          "stopDistance": 7.511,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 157
        },
        {
          "entryTs": 1650370740,
          "entryUtc": "2022-04-19T12:19:00.000Z",
          "exitTs": 1650371820,
          "dir": 1,
          "entryPrice": 1981.118,
          "exitPrice": 1974.621,
          "stopDistance": 6.497,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 18
        },
        {
          "entryTs": 1650456000,
          "entryUtc": "2022-04-20T12:00:00.000Z",
          "exitTs": 1650458160,
          "dir": 1,
          "entryPrice": 1952.028,
          "exitPrice": 1944.654,
          "stopDistance": 7.374,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 36
        },
        {
          "entryTs": 1650542400,
          "entryUtc": "2022-04-21T12:00:00.000Z",
          "exitTs": 1650544500,
          "dir": -1,
          "entryPrice": 1939.696,
          "exitPrice": 1946.351,
          "stopDistance": 6.655,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 35
        },
        {
          "entryTs": 1650628800,
          "entryUtc": "2022-04-22T12:00:00.000Z",
          "exitTs": 1650634800,
          "dir": -1,
          "entryPrice": 1935.278,
          "exitPrice": 1943.092,
          "stopDistance": 7.814,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 100
        },
        {
          "entryTs": 1650888000,
          "entryUtc": "2022-04-25T12:00:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1907.428,
          "exitPrice": 1889.195,
          "stopDistance": 9.116,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 2652
        },
        {
          "entryTs": 1651061640,
          "entryUtc": "2022-04-27T12:14:00.000Z",
          "exitTs": 1651064520,
          "dir": 1,
          "entryPrice": 1903.448,
          "exitPrice": 1895.582,
          "stopDistance": 7.866,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 48
        },
        {
          "entryTs": 1651149120,
          "entryUtc": "2022-04-28T12:32:00.000Z",
          "exitTs": 1651208460,
          "dir": 1,
          "entryPrice": 1889.898,
          "exitPrice": 1906.26,
          "stopDistance": 8.181,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 989
        },
        {
          "entryTs": 1651233600,
          "entryUtc": "2022-04-29T12:00:00.000Z",
          "exitTs": 1651235100,
          "dir": 1,
          "entryPrice": 1919.418,
          "exitPrice": 1911.909,
          "stopDistance": 7.509,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 25
        },
        {
          "entryTs": 1651492800,
          "entryUtc": "2022-05-02T12:00:00.000Z",
          "exitTs": 1651496640,
          "dir": -1,
          "entryPrice": 1875.939,
          "exitPrice": 1859.797,
          "stopDistance": 8.071,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 64
        },
        {
          "entryTs": 1651579200,
          "entryUtc": "2022-05-03T12:00:00.000Z",
          "exitTs": 1651690020,
          "dir": 1,
          "entryPrice": 1863.738,
          "exitPrice": 1880.483,
          "stopDistance": 8.372,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 1847
        },
        {
          "entryTs": 1651753080,
          "entryUtc": "2022-05-05T12:18:00.000Z",
          "exitTs": 1651758720,
          "dir": 1,
          "entryPrice": 1902.118,
          "exitPrice": 1894.027,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 94
        },
        {
          "entryTs": 1651838400,
          "entryUtc": "2022-05-06T12:00:00.000Z",
          "exitTs": 1652064180,
          "dir": 1,
          "entryPrice": 1881.778,
          "exitPrice": 1874.023,
          "stopDistance": 7.754,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 3763
        },
        {
          "entryTs": 1652097600,
          "entryUtc": "2022-05-09T12:00:00.000Z",
          "exitTs": 1652099400,
          "dir": -1,
          "entryPrice": 1860.398,
          "exitPrice": 1868.389,
          "stopDistance": 7.991,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 30
        },
        {
          "entryTs": 1652185200,
          "entryUtc": "2022-05-10T12:20:00.000Z",
          "exitTs": 1652197920,
          "dir": -1,
          "entryPrice": 1858.628,
          "exitPrice": 1843.414,
          "stopDistance": 7.607,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 212
        },
        {
          "entryTs": 1652272740,
          "entryUtc": "2022-05-11T12:39:00.000Z",
          "exitTs": 1652274420,
          "dir": -1,
          "entryPrice": 1837.158,
          "exitPrice": 1844.832,
          "stopDistance": 7.674,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 28
        },
        {
          "entryTs": 1652356800,
          "entryUtc": "2022-05-12T12:00:00.000Z",
          "exitTs": 1652374620,
          "dir": -1,
          "entryPrice": 1842.318,
          "exitPrice": 1824.582,
          "stopDistance": 8.868,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 297
        },
        {
          "entryTs": 1652443200,
          "entryUtc": "2022-05-13T12:00:00.000Z",
          "exitTs": 1652687040,
          "dir": -1,
          "entryPrice": 1813.888,
          "exitPrice": 1797.26,
          "stopDistance": 8.314,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 4064
        },
        {
          "entryTs": 1652705700,
          "entryUtc": "2022-05-16T12:55:00.000Z",
          "exitTs": 1652782980,
          "dir": 1,
          "entryPrice": 1810.016,
          "exitPrice": 1830.286,
          "stopDistance": 10.135,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 1288
        },
        {
          "entryTs": 1652788800,
          "entryUtc": "2022-05-17T12:00:00.000Z",
          "exitTs": 1652793540,
          "dir": 1,
          "entryPrice": 1834.503,
          "exitPrice": 1826.345,
          "stopDistance": 8.158,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 79
        },
        {
          "entryTs": 1652875200,
          "entryUtc": "2022-05-18T12:00:00.000Z",
          "exitTs": 1652886540,
          "dir": -1,
          "entryPrice": 1808.808,
          "exitPrice": 1816.503,
          "stopDistance": 7.695,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 189
        },
        {
          "entryTs": 1652961600,
          "entryUtc": "2022-05-19T12:00:00.000Z",
          "exitTs": 1652969340,
          "dir": 1,
          "entryPrice": 1830.448,
          "exitPrice": 1844.808,
          "stopDistance": 7.18,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 129
        },
        {
          "entryTs": 1653048120,
          "entryUtc": "2022-05-20T12:02:00.000Z",
          "exitTs": 1653256800,
          "dir": -1,
          "entryPrice": 1841.663,
          "exitPrice": 1848.331,
          "stopDistance": 6.668,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 3478
        },
        {
          "entryTs": 1653307200,
          "entryUtc": "2022-05-23T12:00:00.000Z",
          "exitTs": 1653310440,
          "dir": 1,
          "entryPrice": 1863.063,
          "exitPrice": 1855.881,
          "stopDistance": 7.182,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 54
        },
        {
          "entryTs": 1653397140,
          "entryUtc": "2022-05-24T12:59:00.000Z",
          "exitTs": 1653473520,
          "dir": 1,
          "entryPrice": 1860.598,
          "exitPrice": 1854.573,
          "stopDistance": 6.025,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 1273
        },
        {
          "entryTs": 1653480060,
          "entryUtc": "2022-05-25T12:01:00.000Z",
          "exitTs": 1653493800,
          "dir": -1,
          "entryPrice": 1855.008,
          "exitPrice": 1842.966,
          "stopDistance": 6.021,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 229
        },
        {
          "entryTs": 1653567960,
          "entryUtc": "2022-05-26T12:26:00.000Z",
          "exitTs": 1653573840,
          "dir": -1,
          "entryPrice": 1843.508,
          "exitPrice": 1849.863,
          "stopDistance": 6.355,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 98
        },
        {
          "entryTs": 1653652980,
          "entryUtc": "2022-05-27T12:03:00.000Z",
          "exitTs": 1653654600,
          "dir": 1,
          "entryPrice": 1860.293,
          "exitPrice": 1854.764,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 27
        },
        {
          "entryTs": 1653912000,
          "entryUtc": "2022-05-30T12:00:00.000Z",
          "exitTs": 1653916980,
          "dir": -1,
          "entryPrice": 1854.318,
          "exitPrice": 1859.853,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 83
        },
        {
          "entryTs": 1653998400,
          "entryUtc": "2022-05-31T12:00:00.000Z",
          "exitTs": 1654003920,
          "dir": -1,
          "entryPrice": 1848.703,
          "exitPrice": 1854.357,
          "stopDistance": 5.654,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 92
        },
        {
          "entryTs": 1654084860,
          "entryUtc": "2022-06-01T12:01:00.000Z",
          "exitTs": 1654086840,
          "dir": -1,
          "entryPrice": 1829.368,
          "exitPrice": 1835.527,
          "stopDistance": 6.159,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 33
        },
        {
          "entryTs": 1654171200,
          "entryUtc": "2022-06-02T12:00:00.000Z",
          "exitTs": 1654177380,
          "dir": 1,
          "entryPrice": 1855.724,
          "exitPrice": 1866.114,
          "stopDistance": 5.195,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 103
        },
        {
          "entryTs": 1654257600,
          "entryUtc": "2022-06-03T12:00:00.000Z",
          "exitTs": 1654269660,
          "dir": -1,
          "entryPrice": 1863.628,
          "exitPrice": 1854.243,
          "stopDistance": 4.692,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 201
        },
        {
          "entryTs": 1654517340,
          "entryUtc": "2022-06-06T12:09:00.000Z",
          "exitTs": 1654519200,
          "dir": 1,
          "entryPrice": 1855.778,
          "exitPrice": 1851.038,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 31
        },
        {
          "entryTs": 1654603380,
          "entryUtc": "2022-06-07T12:03:00.000Z",
          "exitTs": 1654605240,
          "dir": 1,
          "entryPrice": 1848.328,
          "exitPrice": 1842.648,
          "stopDistance": 5.68,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 31
        },
        {
          "entryTs": 1654689600,
          "entryUtc": "2022-06-08T12:00:00.000Z",
          "exitTs": 1654691220,
          "dir": 1,
          "entryPrice": 1851.408,
          "exitPrice": 1846.117,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 27
        },
        {
          "entryTs": 1654776000,
          "entryUtc": "2022-06-09T12:00:00.000Z",
          "exitTs": 1654777920,
          "dir": -1,
          "entryPrice": 1846.098,
          "exitPrice": 1851.015,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 32
        },
        {
          "entryTs": 1654862400,
          "entryUtc": "2022-06-10T12:00:00.000Z",
          "exitTs": 1654864740,
          "dir": -1,
          "entryPrice": 1834.796,
          "exitPrice": 1839.894,
          "stopDistance": 5.097,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 39
        },
        {
          "entryTs": 1655122620,
          "entryUtc": "2022-06-13T12:17:00.000Z",
          "exitTs": 1655126700,
          "dir": -1,
          "entryPrice": 1853.223,
          "exitPrice": 1835.809,
          "stopDistance": 8.707,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 68
        },
        {
          "entryTs": 1655208000,
          "entryUtc": "2022-06-14T12:00:00.000Z",
          "exitTs": 1655286180,
          "dir": -1,
          "entryPrice": 1817.058,
          "exitPrice": 1825.496,
          "stopDistance": 8.438,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 1303
        },
        {
          "entryTs": 1655294400,
          "entryUtc": "2022-06-15T12:00:00.000Z",
          "exitTs": 1655301780,
          "dir": 1,
          "entryPrice": 1830.978,
          "exitPrice": 1822.952,
          "stopDistance": 8.026,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 123
        },
        {
          "entryTs": 1655380800,
          "entryUtc": "2022-06-16T12:00:00.000Z",
          "exitTs": 1655382840,
          "dir": -1,
          "entryPrice": 1819.058,
          "exitPrice": 1828.269,
          "stopDistance": 9.211,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 34
        },
        {
          "entryTs": 1655469960,
          "entryUtc": "2022-06-17T12:46:00.000Z",
          "exitTs": 1655472840,
          "dir": 1,
          "entryPrice": 1851.068,
          "exitPrice": 1843.573,
          "stopDistance": 7.495,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 48
        },
        {
          "entryTs": 1655726400,
          "entryUtc": "2022-06-20T12:00:00.000Z",
          "exitTs": 1655876400,
          "dir": -1,
          "entryPrice": 1838.014,
          "exitPrice": 1824.949,
          "stopDistance": 6.533,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 2500
        },
        {
          "entryTs": 1655899200,
          "entryUtc": "2022-06-22T12:00:00.000Z",
          "exitTs": 1655978520,
          "dir": 1,
          "entryPrice": 1836.372,
          "exitPrice": 1829.435,
          "stopDistance": 6.937,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 1322
        },
        {
          "entryTs": 1655985600,
          "entryUtc": "2022-06-23T12:00:00.000Z",
          "exitTs": 1655989500,
          "dir": -1,
          "entryPrice": 1829.178,
          "exitPrice": 1835.419,
          "stopDistance": 6.241,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 65
        },
        {
          "entryTs": 1656075660,
          "entryUtc": "2022-06-24T13:01:00.000Z",
          "exitTs": 1656076380,
          "dir": -1,
          "entryPrice": 1821.048,
          "exitPrice": 1827.681,
          "stopDistance": 6.633,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 12
        },
        {
          "entryTs": 1656331200,
          "entryUtc": "2022-06-27T12:00:00.000Z",
          "exitTs": 1656415320,
          "dir": -1,
          "entryPrice": 1833.713,
          "exitPrice": 1820.413,
          "stopDistance": 6.65,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 1402
        },
        {
          "entryTs": 1656417720,
          "entryUtc": "2022-06-28T12:02:00.000Z",
          "exitTs": 1656495000,
          "dir": -1,
          "entryPrice": 1824.908,
          "exitPrice": 1814.707,
          "stopDistance": 5.1,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 1288
        },
        {
          "entryTs": 1656504000,
          "entryUtc": "2022-06-29T12:00:00.000Z",
          "exitTs": 1656510840,
          "dir": 1,
          "entryPrice": 1824.863,
          "exitPrice": 1819.106,
          "stopDistance": 5.757,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 114
        },
        {
          "entryTs": 1656590400,
          "entryUtc": "2022-06-30T12:00:00.000Z",
          "exitTs": 1656592860,
          "dir": -1,
          "entryPrice": 1805.268,
          "exitPrice": 1811.319,
          "stopDistance": 6.051,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 41
        },
        {
          "entryTs": 1656676800,
          "entryUtc": "2022-07-01T12:00:00.000Z",
          "exitTs": 1656680700,
          "dir": -1,
          "entryPrice": 1790.391,
          "exitPrice": 1797.574,
          "stopDistance": 7.183,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 65
        },
        {
          "entryTs": 1656936000,
          "entryUtc": "2022-07-04T12:00:00.000Z",
          "exitTs": 1656985620,
          "dir": -1,
          "entryPrice": 1805.168,
          "exitPrice": 1811.648,
          "stopDistance": 6.48,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 827
        },
        {
          "entryTs": 1657022400,
          "entryUtc": "2022-07-05T12:00:00.000Z",
          "exitTs": 1657023420,
          "dir": -1,
          "entryPrice": 1798.008,
          "exitPrice": 1803.36,
          "stopDistance": 5.352,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 17
        },
        {
          "entryTs": 1657108800,
          "entryUtc": "2022-07-06T12:00:00.000Z",
          "exitTs": 1657119000,
          "dir": -1,
          "entryPrice": 1763.058,
          "exitPrice": 1749.407,
          "stopDistance": 6.826,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 170
        },
        {
          "entryTs": 1657197240,
          "entryUtc": "2022-07-07T12:34:00.000Z",
          "exitTs": 1657201740,
          "dir": -1,
          "entryPrice": 1739.974,
          "exitPrice": 1746.9,
          "stopDistance": 6.926,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 75
        },
        {
          "entryTs": 1657282320,
          "entryUtc": "2022-07-08T12:12:00.000Z",
          "exitTs": 1657283400,
          "dir": 1,
          "entryPrice": 1743.728,
          "exitPrice": 1737.044,
          "stopDistance": 6.684,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 18
        },
        {
          "entryTs": 1657540800,
          "entryUtc": "2022-07-11T12:00:00.000Z",
          "exitTs": 1657547460,
          "dir": -1,
          "entryPrice": 1734.778,
          "exitPrice": 1740.603,
          "stopDistance": 5.825,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 111
        },
        {
          "entryTs": 1657633500,
          "entryUtc": "2022-07-12T13:45:00.000Z",
          "exitTs": 1657715580,
          "dir": -1,
          "entryPrice": 1728.014,
          "exitPrice": 1712.828,
          "stopDistance": 7.593,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 1368
        },
        {
          "entryTs": 1657800000,
          "entryUtc": "2022-07-14T12:00:00.000Z",
          "exitTs": 1658136480,
          "dir": -1,
          "entryPrice": 1713.564,
          "exitPrice": 1721.79,
          "stopDistance": 8.226,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 5608
        },
        {
          "entryTs": 1658146200,
          "entryUtc": "2022-07-18T12:10:00.000Z",
          "exitTs": 1658151180,
          "dir": -1,
          "entryPrice": 1711.808,
          "exitPrice": 1718.744,
          "stopDistance": 6.936,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 83
        },
        {
          "entryTs": 1658232000,
          "entryUtc": "2022-07-19T12:00:00.000Z",
          "exitTs": 1658233500,
          "dir": 1,
          "entryPrice": 1714.138,
          "exitPrice": 1708.655,
          "stopDistance": 5.483,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 25
        },
        {
          "entryTs": 1658319300,
          "entryUtc": "2022-07-20T12:15:00.000Z",
          "exitTs": 1658335440,
          "dir": 1,
          "entryPrice": 1709.511,
          "exitPrice": 1704.359,
          "stopDistance": 5.152,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 269
        },
        {
          "entryTs": 1658404800,
          "entryUtc": "2022-07-21T12:00:00.000Z",
          "exitTs": 1658406180,
          "dir": -1,
          "entryPrice": 1684.788,
          "exitPrice": 1690.864,
          "stopDistance": 6.076,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 23
        },
        {
          "entryTs": 1658491200,
          "entryUtc": "2022-07-22T12:00:00.000Z",
          "exitTs": 1658513940,
          "dir": 1,
          "entryPrice": 1728.448,
          "exitPrice": 1721.409,
          "stopDistance": 7.039,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 379
        },
        {
          "entryTs": 1658754480,
          "entryUtc": "2022-07-25T13:08:00.000Z",
          "exitTs": 1658947200,
          "dir": -1,
          "entryPrice": 1723.954,
          "exitPrice": 1730.899,
          "stopDistance": 6.945,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 3212
        },
        {
          "entryTs": 1659010860,
          "entryUtc": "2022-07-28T12:21:00.000Z",
          "exitTs": 1659011640,
          "dir": -1,
          "entryPrice": 1738.038,
          "exitPrice": 1744.672,
          "stopDistance": 6.634,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 13
        },
        {
          "entryTs": 1659096000,
          "entryUtc": "2022-07-29T12:00:00.000Z",
          "exitTs": 1659346620,
          "dir": -1,
          "entryPrice": 1761.154,
          "exitPrice": 1767.925,
          "stopDistance": 6.771,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 4177
        },
        {
          "entryTs": 1659355200,
          "entryUtc": "2022-08-01T12:00:00.000Z",
          "exitTs": 1659357720,
          "dir": 1,
          "entryPrice": 1772.552,
          "exitPrice": 1765.893,
          "stopDistance": 6.659,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 42
        },
        {
          "entryTs": 1659441600,
          "entryUtc": "2022-08-02T12:00:00.000Z",
          "exitTs": 1659461520,
          "dir": 1,
          "entryPrice": 1778.48,
          "exitPrice": 1772.123,
          "stopDistance": 6.357,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 332
        },
        {
          "entryTs": 1659528360,
          "entryUtc": "2022-08-03T12:06:00.000Z",
          "exitTs": 1659529980,
          "dir": -1,
          "entryPrice": 1764.032,
          "exitPrice": 1771.078,
          "stopDistance": 7.046,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 27
        },
        {
          "entryTs": 1659614400,
          "entryUtc": "2022-08-04T12:00:00.000Z",
          "exitTs": 1659618000,
          "dir": 1,
          "entryPrice": 1785.578,
          "exitPrice": 1779.312,
          "stopDistance": 6.267,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 60
        },
        {
          "entryTs": 1659702600,
          "entryUtc": "2022-08-05T12:30:00.000Z",
          "exitTs": 1659702780,
          "dir": -1,
          "entryPrice": 1785.324,
          "exitPrice": 1773.972,
          "stopDistance": 5.676,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 3
        },
        {
          "entryTs": 1659960000,
          "entryUtc": "2022-08-08T12:00:00.000Z",
          "exitTs": 1660041840,
          "dir": 1,
          "entryPrice": 1782.738,
          "exitPrice": 1794.464,
          "stopDistance": 5.863,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 1364
        },
        {
          "entryTs": 1660049160,
          "entryUtc": "2022-08-09T12:46:00.000Z",
          "exitTs": 1660112280,
          "dir": 1,
          "entryPrice": 1793.308,
          "exitPrice": 1787.791,
          "stopDistance": 5.517,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 1052
        },
        {
          "entryTs": 1660133100,
          "entryUtc": "2022-08-10T12:05:00.000Z",
          "exitTs": 1660134540,
          "dir": 1,
          "entryPrice": 1792.984,
          "exitPrice": 1788.06,
          "stopDistance": 4.924,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660219200,
          "entryUtc": "2022-08-11T12:00:00.000Z",
          "exitTs": 1660230600,
          "dir": 1,
          "entryPrice": 1794.758,
          "exitPrice": 1789.253,
          "stopDistance": 5.505,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 190
        },
        {
          "entryTs": 1660305600,
          "entryUtc": "2022-08-12T12:00:00.000Z",
          "exitTs": 1660306860,
          "dir": -1,
          "entryPrice": 1785.194,
          "exitPrice": 1790.631,
          "stopDistance": 5.437,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 21
        },
        {
          "entryTs": 1660564800,
          "entryUtc": "2022-08-15T12:00:00.000Z",
          "exitTs": 1660566240,
          "dir": -1,
          "entryPrice": 1775.049,
          "exitPrice": 1781.37,
          "stopDistance": 6.321,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660653060,
          "entryUtc": "2022-08-16T12:31:00.000Z",
          "exitTs": 1660711140,
          "dir": -1,
          "entryPrice": 1773.918,
          "exitPrice": 1778.763,
          "stopDistance": 4.845,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 968
        },
        {
          "entryTs": 1660737600,
          "entryUtc": "2022-08-17T12:00:00.000Z",
          "exitTs": 1660837260,
          "dir": -1,
          "entryPrice": 1769.174,
          "exitPrice": 1759.018,
          "stopDistance": 5.078,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 1661
        },
        {
          "entryTs": 1660910520,
          "entryUtc": "2022-08-19T12:02:00.000Z",
          "exitTs": 1660912920,
          "dir": -1,
          "entryPrice": 1751.768,
          "exitPrice": 1756.673,
          "stopDistance": 4.905,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 40
        },
        {
          "entryTs": 1661169600,
          "entryUtc": "2022-08-22T12:00:00.000Z",
          "exitTs": 1661175300,
          "dir": -1,
          "entryPrice": 1732.328,
          "exitPrice": 1737.827,
          "stopDistance": 5.499,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 95
        },
        {
          "entryTs": 1661257200,
          "entryUtc": "2022-08-23T12:20:00.000Z",
          "exitTs": 1661262000,
          "dir": -1,
          "entryPrice": 1734.578,
          "exitPrice": 1739.975,
          "stopDistance": 5.397,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 80
        },
        {
          "entryTs": 1661344860,
          "entryUtc": "2022-08-24T12:41:00.000Z",
          "exitTs": 1661350800,
          "dir": -1,
          "entryPrice": 1744.114,
          "exitPrice": 1749.571,
          "stopDistance": 5.457,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 99
        },
        {
          "entryTs": 1661434740,
          "entryUtc": "2022-08-25T13:39:00.000Z",
          "exitTs": 1661512560,
          "dir": -1,
          "entryPrice": 1756.148,
          "exitPrice": 1745.832,
          "stopDistance": 5.158,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 1297
        },
        {
          "entryTs": 1661515200,
          "entryUtc": "2022-08-26T12:00:00.000Z",
          "exitTs": 1661517000,
          "dir": -1,
          "entryPrice": 1744.994,
          "exitPrice": 1749.823,
          "stopDistance": 4.829,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 30
        },
        {
          "entryTs": 1661774400,
          "entryUtc": "2022-08-29T12:00:00.000Z",
          "exitTs": 1661780940,
          "dir": 1,
          "entryPrice": 1727.628,
          "exitPrice": 1740.641,
          "stopDistance": 6.507,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 109
        },
        {
          "entryTs": 1661863860,
          "entryUtc": "2022-08-30T12:51:00.000Z",
          "exitTs": 1661934000,
          "dir": -1,
          "entryPrice": 1728.918,
          "exitPrice": 1717.775,
          "stopDistance": 5.572,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 1169
        },
        {
          "entryTs": 1661947320,
          "entryUtc": "2022-08-31T12:02:00.000Z",
          "exitTs": 1661955900,
          "dir": -1,
          "entryPrice": 1713.274,
          "exitPrice": 1718.888,
          "stopDistance": 5.614,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 143
        },
        {
          "entryTs": 1662033720,
          "entryUtc": "2022-09-01T12:02:00.000Z",
          "exitTs": 1662111360,
          "dir": -1,
          "entryPrice": 1700.458,
          "exitPrice": 1706.639,
          "stopDistance": 6.181,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 1294
        },
        {
          "entryTs": 1662120000,
          "entryUtc": "2022-09-02T12:00:00.000Z",
          "exitTs": 1662129660,
          "dir": 1,
          "entryPrice": 1705.728,
          "exitPrice": 1715.707,
          "stopDistance": 4.99,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 161
        },
        {
          "entryTs": 1662465960,
          "entryUtc": "2022-09-06T12:06:00.000Z",
          "exitTs": 1662477960,
          "dir": -1,
          "entryPrice": 1712.758,
          "exitPrice": 1701.552,
          "stopDistance": 5.603,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 200
        },
        {
          "entryTs": 1662560400,
          "entryUtc": "2022-09-07T14:20:00.000Z",
          "exitTs": 1662572940,
          "dir": 1,
          "entryPrice": 1705.384,
          "exitPrice": 1718.987,
          "stopDistance": 6.801,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 209
        },
        {
          "entryTs": 1662638400,
          "entryUtc": "2022-09-08T12:00:00.000Z",
          "exitTs": 1662640380,
          "dir": 1,
          "entryPrice": 1723.69,
          "exitPrice": 1717.579,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 33
        },
        {
          "entryTs": 1662728400,
          "entryUtc": "2022-09-09T13:00:00.000Z",
          "exitTs": 1662967320,
          "dir": -1,
          "entryPrice": 1718.044,
          "exitPrice": 1724.366,
          "stopDistance": 6.322,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 3982
        },
        {
          "entryTs": 1662984000,
          "entryUtc": "2022-09-12T12:00:00.000Z",
          "exitTs": 1663030860,
          "dir": 1,
          "entryPrice": 1729.504,
          "exitPrice": 1723.329,
          "stopDistance": 6.175,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 781
        },
        {
          "entryTs": 1663070400,
          "entryUtc": "2022-09-13T12:00:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1729.654,
          "exitPrice": 1724.264,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 30
        },
        {
          "entryTs": 1663243380,
          "entryUtc": "2022-09-15T12:03:00.000Z",
          "exitTs": 1663246140,
          "dir": -1,
          "entryPrice": 1685.548,
          "exitPrice": 1692.033,
          "stopDistance": 6.485,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 46
        },
        {
          "entryTs": 1663590420,
          "entryUtc": "2022-09-19T12:27:00.000Z",
          "exitTs": 1663681200,
          "dir": 1,
          "entryPrice": 1667.518,
          "exitPrice": 1660.317,
          "stopDistance": 7.201,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 1513
        },
        {
          "entryTs": 1663762860,
          "entryUtc": "2022-09-21T12:21:00.000Z",
          "exitTs": 1663770000,
          "dir": 1,
          "entryPrice": 1676.078,
          "exitPrice": 1670.506,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 119
        },
        {
          "entryTs": 1663850100,
          "entryUtc": "2022-09-22T12:35:00.000Z",
          "exitTs": 1663860120,
          "dir": 1,
          "entryPrice": 1678.025,
          "exitPrice": 1668.12,
          "stopDistance": 9.905,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 167
        },
        {
          "entryTs": 1663934400,
          "entryUtc": "2022-09-23T12:00:00.000Z",
          "exitTs": 1663938600,
          "dir": -1,
          "entryPrice": 1647.595,
          "exitPrice": 1656.794,
          "stopDistance": 9.199,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 70
        },
        {
          "entryTs": 1664287380,
          "entryUtc": "2022-09-27T14:03:00.000Z",
          "exitTs": 1664349180,
          "dir": -1,
          "entryPrice": 1633.479,
          "exitPrice": 1617.964,
          "stopDistance": 7.757,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1664366400,
          "entryUtc": "2022-09-28T12:00:00.000Z",
          "exitTs": 1664371440,
          "dir": 1,
          "entryPrice": 1624.328,
          "exitPrice": 1640.745,
          "stopDistance": 8.208,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 84
        },
        {
          "entryTs": 1664452800,
          "entryUtc": "2022-09-29T12:00:00.000Z",
          "exitTs": 1664517240,
          "dir": 1,
          "entryPrice": 1651.318,
          "exitPrice": 1667.358,
          "stopDistance": 8.02,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 1074
        },
        {
          "entryTs": 1664539200,
          "entryUtc": "2022-09-30T12:00:00.000Z",
          "exitTs": 1664545620,
          "dir": -1,
          "entryPrice": 1663.168,
          "exitPrice": 1670.246,
          "stopDistance": 7.078,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 107
        },
        {
          "entryTs": 1664799720,
          "entryUtc": "2022-10-03T12:22:00.000Z",
          "exitTs": 1664806920,
          "dir": 1,
          "entryPrice": 1668.185,
          "exitPrice": 1681.729,
          "stopDistance": 6.772,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 120
        },
        {
          "entryTs": 1664887800,
          "entryUtc": "2022-10-04T12:50:00.000Z",
          "exitTs": 1664897520,
          "dir": 1,
          "entryPrice": 1710.591,
          "exitPrice": 1726.367,
          "stopDistance": 7.888,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 162
        },
        {
          "entryTs": 1664971200,
          "entryUtc": "2022-10-05T12:00:00.000Z",
          "exitTs": 1664994060,
          "dir": -1,
          "entryPrice": 1706.077,
          "exitPrice": 1715.229,
          "stopDistance": 9.152,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 381
        },
        {
          "entryTs": 1665061260,
          "entryUtc": "2022-10-06T13:01:00.000Z",
          "exitTs": 1665146760,
          "dir": -1,
          "entryPrice": 1713.921,
          "exitPrice": 1699.003,
          "stopDistance": 7.459,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 1425
        },
        {
          "entryTs": 1665403200,
          "entryUtc": "2022-10-10T12:00:00.000Z",
          "exitTs": 1665454500,
          "dir": -1,
          "entryPrice": 1676.855,
          "exitPrice": 1661.752,
          "stopDistance": 7.551,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 855
        },
        {
          "entryTs": 1665489600,
          "entryUtc": "2022-10-11T12:00:00.000Z",
          "exitTs": 1665532860,
          "dir": 1,
          "entryPrice": 1670.085,
          "exitPrice": 1663.182,
          "stopDistance": 6.903,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 721
        },
        {
          "entryTs": 1665577800,
          "entryUtc": "2022-10-12T12:30:00.000Z",
          "exitTs": 1665598140,
          "dir": -1,
          "entryPrice": 1666.486,
          "exitPrice": 1673.634,
          "stopDistance": 7.148,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 339
        },
        {
          "entryTs": 1665662400,
          "entryUtc": "2022-10-13T12:00:00.000Z",
          "exitTs": 1665664200,
          "dir": 1,
          "entryPrice": 1678.638,
          "exitPrice": 1672.722,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 30
        },
        {
          "entryTs": 1665748800,
          "entryUtc": "2022-10-14T12:00:00.000Z",
          "exitTs": 1665752400,
          "dir": -1,
          "entryPrice": 1654.855,
          "exitPrice": 1663.63,
          "stopDistance": 8.775,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 60
        },
        {
          "entryTs": 1666008000,
          "entryUtc": "2022-10-17T12:00:00.000Z",
          "exitTs": 1666031100,
          "dir": 1,
          "entryPrice": 1657.828,
          "exitPrice": 1650.698,
          "stopDistance": 7.13,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 385
        },
        {
          "entryTs": 1666103220,
          "entryUtc": "2022-10-18T14:27:00.000Z",
          "exitTs": 1666174920,
          "dir": -1,
          "entryPrice": 1649.698,
          "exitPrice": 1635.886,
          "stopDistance": 6.906,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1666180800,
          "entryUtc": "2022-10-19T12:00:00.000Z",
          "exitTs": 1666275660,
          "dir": -1,
          "entryPrice": 1635.058,
          "exitPrice": 1641.876,
          "stopDistance": 6.818,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 1581
        },
        {
          "entryTs": 1666357080,
          "entryUtc": "2022-10-21T12:58:00.000Z",
          "exitTs": 1666359900,
          "dir": 1,
          "entryPrice": 1627.098,
          "exitPrice": 1640.4,
          "stopDistance": 6.651,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 47
        },
        {
          "entryTs": 1666621440,
          "entryUtc": "2022-10-24T14:24:00.000Z",
          "exitTs": 1666656060,
          "dir": -1,
          "entryPrice": 1644.197,
          "exitPrice": 1652.968,
          "stopDistance": 8.771,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 577
        },
        {
          "entryTs": 1666699440,
          "entryUtc": "2022-10-25T12:04:00.000Z",
          "exitTs": 1666704240,
          "dir": -1,
          "entryPrice": 1642.707,
          "exitPrice": 1649.504,
          "stopDistance": 6.797,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 80
        },
        {
          "entryTs": 1666873200,
          "entryUtc": "2022-10-27T12:20:00.000Z",
          "exitTs": 1666880160,
          "dir": -1,
          "entryPrice": 1658.857,
          "exitPrice": 1664.97,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 116
        },
        {
          "entryTs": 1666958820,
          "entryUtc": "2022-10-28T12:07:00.000Z",
          "exitTs": 1667222940,
          "dir": -1,
          "entryPrice": 1647.798,
          "exitPrice": 1634.282,
          "stopDistance": 6.758,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 4402
        },
        {
          "entryTs": 1667304000,
          "entryUtc": "2022-11-01T12:00:00.000Z",
          "exitTs": 1667311200,
          "dir": 1,
          "entryPrice": 1652.247,
          "exitPrice": 1646.19,
          "stopDistance": 6.057,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 120
        },
        {
          "entryTs": 1667390400,
          "entryUtc": "2022-11-02T12:00:00.000Z",
          "exitTs": 1667398620,
          "dir": 1,
          "entryPrice": 1655.348,
          "exitPrice": 1650.161,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 137
        },
        {
          "entryTs": 1667476800,
          "entryUtc": "2022-11-03T12:00:00.000Z",
          "exitTs": 1667486880,
          "dir": -1,
          "entryPrice": 1619.658,
          "exitPrice": 1626.956,
          "stopDistance": 7.299,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 168
        },
        {
          "entryTs": 1667563200,
          "entryUtc": "2022-11-04T12:00:00.000Z",
          "exitTs": 1667565000,
          "dir": 1,
          "entryPrice": 1651.288,
          "exitPrice": 1644.023,
          "stopDistance": 7.265,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 30
        },
        {
          "entryTs": 1667830200,
          "entryUtc": "2022-11-07T14:10:00.000Z",
          "exitTs": 1667865660,
          "dir": 1,
          "entryPrice": 1680.268,
          "exitPrice": 1673.176,
          "stopDistance": 7.092,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 591
        },
        {
          "entryTs": 1667912400,
          "entryUtc": "2022-11-08T13:00:00.000Z",
          "exitTs": 1667920080,
          "dir": 1,
          "entryPrice": 1671.508,
          "exitPrice": 1682.343,
          "stopDistance": 5.417,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 128
        },
        {
          "entryTs": 1667998800,
          "entryUtc": "2022-11-09T13:00:00.000Z",
          "exitTs": 1668004860,
          "dir": -1,
          "entryPrice": 1706.878,
          "exitPrice": 1713.194,
          "stopDistance": 6.316,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 101
        },
        {
          "entryTs": 1668085440,
          "entryUtc": "2022-11-10T13:04:00.000Z",
          "exitTs": 1668087000,
          "dir": 1,
          "entryPrice": 1710.058,
          "exitPrice": 1721.947,
          "stopDistance": 5.945,
          "outcome": "target",
          "netR": 1.9378,
          "holdMinutes": 26
        },
        {
          "entryTs": 1668436620,
          "entryUtc": "2022-11-14T14:37:00.000Z",
          "exitTs": 1668498420,
          "dir": 1,
          "entryPrice": 1766.048,
          "exitPrice": 1781.332,
          "stopDistance": 7.642,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 1030
        },
        {
          "entryTs": 1668519000,
          "entryUtc": "2022-11-15T13:30:00.000Z",
          "exitTs": 1668519000,
          "dir": 1,
          "entryPrice": 1784.207,
          "exitPrice": 1777.209,
          "stopDistance": 6.999,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 0
        },
        {
          "entryTs": 1668690000,
          "entryUtc": "2022-11-17T13:00:00.000Z",
          "exitTs": 1668783060,
          "dir": -1,
          "entryPrice": 1763.278,
          "exitPrice": 1750.123,
          "stopDistance": 6.577,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 1551
        },
        {
          "entryTs": 1669037280,
          "entryUtc": "2022-11-21T13:28:00.000Z",
          "exitTs": 1669041420,
          "dir": 1,
          "entryPrice": 1746.748,
          "exitPrice": 1741.213,
          "stopDistance": 5.536,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 69
        },
        {
          "entryTs": 1669208400,
          "entryUtc": "2022-11-23T13:00:00.000Z",
          "exitTs": 1669214760,
          "dir": -1,
          "entryPrice": 1735.408,
          "exitPrice": 1741.131,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 106
        },
        {
          "entryTs": 1669304100,
          "entryUtc": "2022-11-24T15:35:00.000Z",
          "exitTs": 1669335420,
          "dir": 1,
          "entryPrice": 1758.078,
          "exitPrice": 1753.036,
          "stopDistance": 5.042,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 522
        },
        {
          "entryTs": 1669381560,
          "entryUtc": "2022-11-25T13:06:00.000Z",
          "exitTs": 1669396200,
          "dir": -1,
          "entryPrice": 1749.148,
          "exitPrice": 1753.964,
          "stopDistance": 4.816,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 244
        },
        {
          "entryTs": 1669645260,
          "entryUtc": "2022-11-28T14:21:00.000Z",
          "exitTs": 1669710720,
          "dir": -1,
          "entryPrice": 1749.598,
          "exitPrice": 1756.117,
          "stopDistance": 6.519,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 1091
        },
        {
          "entryTs": 1669728660,
          "entryUtc": "2022-11-29T13:31:00.000Z",
          "exitTs": 1669735740,
          "dir": -1,
          "entryPrice": 1751.508,
          "exitPrice": 1757.543,
          "stopDistance": 6.035,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 118
        },
        {
          "entryTs": 1669814100,
          "entryUtc": "2022-11-30T13:15:00.000Z",
          "exitTs": 1669815180,
          "dir": 1,
          "entryPrice": 1761.948,
          "exitPrice": 1756.754,
          "stopDistance": 5.194,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 18
        },
        {
          "entryTs": 1669899600,
          "entryUtc": "2022-12-01T13:00:00.000Z",
          "exitTs": 1669904760,
          "dir": 1,
          "entryPrice": 1784.567,
          "exitPrice": 1798.902,
          "stopDistance": 7.168,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 86
        },
        {
          "entryTs": 1669987500,
          "entryUtc": "2022-12-02T13:25:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1798.567,
          "exitPrice": 1787.654,
          "stopDistance": 5.456,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 5
        },
        {
          "entryTs": 1670247000,
          "entryUtc": "2022-12-05T13:30:00.000Z",
          "exitTs": 1670252400,
          "dir": -1,
          "entryPrice": 1794.908,
          "exitPrice": 1782.123,
          "stopDistance": 6.392,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 90
        },
        {
          "entryTs": 1670331600,
          "entryUtc": "2022-12-06T13:00:00.000Z",
          "exitTs": 1670338740,
          "dir": 1,
          "entryPrice": 1780.418,
          "exitPrice": 1774.007,
          "stopDistance": 6.411,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 119
        },
        {
          "entryTs": 1670419200,
          "entryUtc": "2022-12-07T13:20:00.000Z",
          "exitTs": 1670424360,
          "dir": 1,
          "entryPrice": 1775.788,
          "exitPrice": 1787.116,
          "stopDistance": 5.664,
          "outcome": "target",
          "netR": 1.9347,
          "holdMinutes": 86
        },
        {
          "entryTs": 1670504700,
          "entryUtc": "2022-12-08T13:05:00.000Z",
          "exitTs": 1670585340,
          "dir": 1,
          "entryPrice": 1786.977,
          "exitPrice": 1797.778,
          "stopDistance": 5.401,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 1344
        },
        {
          "entryTs": 1670590800,
          "entryUtc": "2022-12-09T13:00:00.000Z",
          "exitTs": 1670592600,
          "dir": 1,
          "entryPrice": 1800.498,
          "exitPrice": 1795.14,
          "stopDistance": 5.358,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 30
        },
        {
          "entryTs": 1670853300,
          "entryUtc": "2022-12-12T13:55:00.000Z",
          "exitTs": 1670938140,
          "dir": -1,
          "entryPrice": 1787.488,
          "exitPrice": 1793.404,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 1414
        },
        {
          "entryTs": 1671022800,
          "entryUtc": "2022-12-14T13:00:00.000Z",
          "exitTs": 1671028680,
          "dir": -1,
          "entryPrice": 1805.335,
          "exitPrice": 1811.436,
          "stopDistance": 6.101,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 98
        },
        {
          "entryTs": 1671195600,
          "entryUtc": "2022-12-16T13:00:00.000Z",
          "exitTs": 1671438300,
          "dir": 1,
          "entryPrice": 1784.965,
          "exitPrice": 1798.215,
          "stopDistance": 6.625,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 4045
        },
        {
          "entryTs": 1671460620,
          "entryUtc": "2022-12-19T14:37:00.000Z",
          "exitTs": 1671463440,
          "dir": -1,
          "entryPrice": 1790.528,
          "exitPrice": 1795.761,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 47
        },
        {
          "entryTs": 1671546960,
          "entryUtc": "2022-12-20T14:36:00.000Z",
          "exitTs": 1671637020,
          "dir": 1,
          "entryPrice": 1807.695,
          "exitPrice": 1822.664,
          "stopDistance": 7.485,
          "outcome": "target",
          "netR": 1.9506,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1671715200,
          "entryUtc": "2022-12-22T13:20:00.000Z",
          "exitTs": 1671715860,
          "dir": 1,
          "entryPrice": 1819.615,
          "exitPrice": 1814.821,
          "stopDistance": 4.794,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 11
        },
        {
          "entryTs": 1671801900,
          "entryUtc": "2022-12-23T13:25:00.000Z",
          "exitTs": 1671802320,
          "dir": 1,
          "entryPrice": 1799.105,
          "exitPrice": 1794.194,
          "stopDistance": 4.911,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 7
        },
        {
          "entryTs": 1672149900,
          "entryUtc": "2022-12-27T14:05:00.000Z",
          "exitTs": 1672152840,
          "dir": -1,
          "entryPrice": 1805.317,
          "exitPrice": 1809.994,
          "stopDistance": 4.677,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 49
        },
        {
          "entryTs": 1672242840,
          "entryUtc": "2022-12-28T15:54:00.000Z",
          "exitTs": 1672249620,
          "dir": -1,
          "entryPrice": 1799.725,
          "exitPrice": 1806.06,
          "stopDistance": 6.335,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 113
        },
        {
          "entryTs": 1672321380,
          "entryUtc": "2022-12-29T13:43:00.000Z",
          "exitTs": 1672409040,
          "dir": 1,
          "entryPrice": 1811.855,
          "exitPrice": 1822.408,
          "stopDistance": 5.277,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1672750800,
          "entryUtc": "2023-01-03T13:00:00.000Z",
          "exitTs": 1672756320,
          "dir": -1,
          "entryPrice": 1834.435,
          "exitPrice": 1842.499,
          "stopDistance": 8.064,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 92
        },
        {
          "entryTs": 1672924500,
          "entryUtc": "2023-01-05T13:15:00.000Z",
          "exitTs": 1672931820,
          "dir": -1,
          "entryPrice": 1843.725,
          "exitPrice": 1828.971,
          "stopDistance": 7.377,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 122
        },
        {
          "entryTs": 1673011800,
          "entryUtc": "2023-01-06T13:30:00.000Z",
          "exitTs": 1673017380,
          "dir": 1,
          "entryPrice": 1840.495,
          "exitPrice": 1852.897,
          "stopDistance": 6.201,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 93
        },
        {
          "entryTs": 1673275680,
          "entryUtc": "2023-01-09T14:48:00.000Z",
          "exitTs": 1673278560,
          "dir": 1,
          "entryPrice": 1880.905,
          "exitPrice": 1874.071,
          "stopDistance": 6.834,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 48
        },
        {
          "entryTs": 1673359440,
          "entryUtc": "2023-01-10T14:04:00.000Z",
          "exitTs": 1673369940,
          "dir": 1,
          "entryPrice": 1877.215,
          "exitPrice": 1871.138,
          "stopDistance": 6.077,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 175
        },
        {
          "entryTs": 1673442000,
          "entryUtc": "2023-01-11T13:00:00.000Z",
          "exitTs": 1673490780,
          "dir": -1,
          "entryPrice": 1877.048,
          "exitPrice": 1883.196,
          "stopDistance": 6.148,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 813
        },
        {
          "entryTs": 1673528400,
          "entryUtc": "2023-01-12T13:00:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1887.305,
          "exitPrice": 1882.138,
          "stopDistance": 5.168,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 30
        },
        {
          "entryTs": 1673614920,
          "entryUtc": "2023-01-13T13:02:00.000Z",
          "exitTs": 1673619120,
          "dir": -1,
          "entryPrice": 1894.705,
          "exitPrice": 1902.946,
          "stopDistance": 8.242,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 70
        },
        {
          "entryTs": 1673962140,
          "entryUtc": "2023-01-17T13:29:00.000Z",
          "exitTs": 1673977560,
          "dir": 1,
          "entryPrice": 1911.895,
          "exitPrice": 1905.21,
          "stopDistance": 6.685,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 257
        },
        {
          "entryTs": 1674046800,
          "entryUtc": "2023-01-18T13:00:00.000Z",
          "exitTs": 1674059100,
          "dir": 1,
          "entryPrice": 1917.185,
          "exitPrice": 1910.365,
          "stopDistance": 6.82,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 205
        },
        {
          "entryTs": 1674137880,
          "entryUtc": "2023-01-19T14:18:00.000Z",
          "exitTs": 1674157080,
          "dir": 1,
          "entryPrice": 1916.665,
          "exitPrice": 1930.477,
          "stopDistance": 6.906,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 320
        },
        {
          "entryTs": 1674221700,
          "entryUtc": "2023-01-20T13:35:00.000Z",
          "exitTs": 1674438480,
          "dir": -1,
          "entryPrice": 1926.215,
          "exitPrice": 1933.161,
          "stopDistance": 6.946,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 3613
        },
        {
          "entryTs": 1674479040,
          "entryUtc": "2023-01-23T13:04:00.000Z",
          "exitTs": 1674481080,
          "dir": 1,
          "entryPrice": 1927.268,
          "exitPrice": 1920.878,
          "stopDistance": 6.39,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 34
        },
        {
          "entryTs": 1674566460,
          "entryUtc": "2023-01-24T13:21:00.000Z",
          "exitTs": 1674572280,
          "dir": -1,
          "entryPrice": 1934.485,
          "exitPrice": 1921.982,
          "stopDistance": 6.251,
          "outcome": "target",
          "netR": 1.9408,
          "holdMinutes": 97
        },
        {
          "entryTs": 1674651600,
          "entryUtc": "2023-01-25T13:00:00.000Z",
          "exitTs": 1674659100,
          "dir": -1,
          "entryPrice": 1926.365,
          "exitPrice": 1933.385,
          "stopDistance": 7.02,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 125
        },
        {
          "entryTs": 1674739800,
          "entryUtc": "2023-01-26T13:30:00.000Z",
          "exitTs": 1674741960,
          "dir": -1,
          "entryPrice": 1933.785,
          "exitPrice": 1940.771,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 36
        },
        {
          "entryTs": 1674824400,
          "entryUtc": "2023-01-27T13:00:00.000Z",
          "exitTs": 1674829920,
          "dir": 1,
          "entryPrice": 1930.615,
          "exitPrice": 1923.916,
          "stopDistance": 6.699,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 92
        },
        {
          "entryTs": 1675171920,
          "entryUtc": "2023-01-31T13:32:00.000Z",
          "exitTs": 1675186500,
          "dir": 1,
          "entryPrice": 1915.737,
          "exitPrice": 1930.424,
          "stopDistance": 7.344,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 243
        },
        {
          "entryTs": 1675256400,
          "entryUtc": "2023-02-01T13:00:00.000Z",
          "exitTs": 1675263600,
          "dir": 1,
          "entryPrice": 1929.535,
          "exitPrice": 1923.964,
          "stopDistance": 5.571,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 120
        },
        {
          "entryTs": 1675343940,
          "entryUtc": "2023-02-02T13:19:00.000Z",
          "exitTs": 1675349100,
          "dir": -1,
          "entryPrice": 1952.015,
          "exitPrice": 1937.074,
          "stopDistance": 7.47,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 86
        },
        {
          "entryTs": 1675431000,
          "entryUtc": "2023-02-03T13:30:00.000Z",
          "exitTs": 1675431240,
          "dir": -1,
          "entryPrice": 1910.017,
          "exitPrice": 1895.354,
          "stopDistance": 7.332,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 4
        },
        {
          "entryTs": 1675689720,
          "entryUtc": "2023-02-06T13:22:00.000Z",
          "exitTs": 1675785420,
          "dir": -1,
          "entryPrice": 1870.005,
          "exitPrice": 1878.02,
          "stopDistance": 8.015,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 1595
        },
        {
          "entryTs": 1675862640,
          "entryUtc": "2023-02-08T13:24:00.000Z",
          "exitTs": 1675865400,
          "dir": -1,
          "entryPrice": 1873.145,
          "exitPrice": 1881.311,
          "stopDistance": 8.166,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 46
        },
        {
          "entryTs": 1675950720,
          "entryUtc": "2023-02-09T13:52:00.000Z",
          "exitTs": 1675954680,
          "dir": 1,
          "entryPrice": 1885.385,
          "exitPrice": 1878.782,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 66
        },
        {
          "entryTs": 1676298840,
          "entryUtc": "2023-02-13T14:34:00.000Z",
          "exitTs": 1676357100,
          "dir": -1,
          "entryPrice": 1854.585,
          "exitPrice": 1861.758,
          "stopDistance": 7.174,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 971
        },
        {
          "entryTs": 1676380800,
          "entryUtc": "2023-02-14T13:20:00.000Z",
          "exitTs": 1676381520,
          "dir": -1,
          "entryPrice": 1857.735,
          "exitPrice": 1863.944,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 12
        },
        {
          "entryTs": 1676467800,
          "entryUtc": "2023-02-15T13:30:00.000Z",
          "exitTs": 1676511000,
          "dir": -1,
          "entryPrice": 1831.735,
          "exitPrice": 1839.356,
          "stopDistance": 7.621,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 720
        },
        {
          "entryTs": 1676554200,
          "entryUtc": "2023-02-16T13:30:00.000Z",
          "exitTs": 1676566020,
          "dir": -1,
          "entryPrice": 1834.685,
          "exitPrice": 1841.504,
          "stopDistance": 6.819,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 197
        },
        {
          "entryTs": 1676639400,
          "entryUtc": "2023-02-17T13:10:00.000Z",
          "exitTs": 1676655120,
          "dir": 1,
          "entryPrice": 1828.075,
          "exitPrice": 1842.579,
          "stopDistance": 7.252,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 262
        },
        {
          "entryTs": 1676988300,
          "entryUtc": "2023-02-21T14:05:00.000Z",
          "exitTs": 1676998560,
          "dir": 1,
          "entryPrice": 1838.658,
          "exitPrice": 1833.504,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 171
        },
        {
          "entryTs": 1677070800,
          "entryUtc": "2023-02-22T13:00:00.000Z",
          "exitTs": 1677072960,
          "dir": 1,
          "entryPrice": 1841.495,
          "exitPrice": 1835.365,
          "stopDistance": 6.13,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 36
        },
        {
          "entryTs": 1677157380,
          "entryUtc": "2023-02-23T13:03:00.000Z",
          "exitTs": 1677245400,
          "dir": -1,
          "entryPrice": 1825.538,
          "exitPrice": 1814.2,
          "stopDistance": 5.669,
          "outcome": "target",
          "netR": 1.9347,
          "holdMinutes": 1467
        },
        {
          "entryTs": 1677504960,
          "entryUtc": "2023-02-27T13:36:00.000Z",
          "exitTs": 1677571560,
          "dir": 1,
          "entryPrice": 1813.615,
          "exitPrice": 1808.537,
          "stopDistance": 5.078,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 1110
        },
        {
          "entryTs": 1677594180,
          "entryUtc": "2023-02-28T14:23:00.000Z",
          "exitTs": 1677600300,
          "dir": 1,
          "entryPrice": 1815.714,
          "exitPrice": 1826.849,
          "stopDistance": 5.568,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 102
        },
        {
          "entryTs": 1677675600,
          "entryUtc": "2023-03-01T13:00:00.000Z",
          "exitTs": 1677678240,
          "dir": 1,
          "entryPrice": 1840.418,
          "exitPrice": 1834.236,
          "stopDistance": 6.182,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 44
        },
        {
          "entryTs": 1677767580,
          "entryUtc": "2023-03-02T14:33:00.000Z",
          "exitTs": 1677836220,
          "dir": 1,
          "entryPrice": 1835.145,
          "exitPrice": 1847.178,
          "stopDistance": 6.017,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1144
        },
        {
          "entryTs": 1677849840,
          "entryUtc": "2023-03-03T13:24:00.000Z",
          "exitTs": 1677855120,
          "dir": 1,
          "entryPrice": 1847.295,
          "exitPrice": 1842.392,
          "stopDistance": 4.903,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 88
        },
        {
          "entryTs": 1678107960,
          "entryUtc": "2023-03-06T13:06:00.000Z",
          "exitTs": 1678192260,
          "dir": -1,
          "entryPrice": 1850.505,
          "exitPrice": 1839.664,
          "stopDistance": 5.421,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 1405
        },
        {
          "entryTs": 1678194000,
          "entryUtc": "2023-03-07T13:00:00.000Z",
          "exitTs": 1678200000,
          "dir": -1,
          "entryPrice": 1839.505,
          "exitPrice": 1830.345,
          "stopDistance": 4.58,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 100
        },
        {
          "entryTs": 1678280400,
          "entryUtc": "2023-03-08T13:00:00.000Z",
          "exitTs": 1678289580,
          "dir": 1,
          "entryPrice": 1815.108,
          "exitPrice": 1824.019,
          "stopDistance": 4.455,
          "outcome": "target",
          "netR": 1.917,
          "holdMinutes": 153
        },
        {
          "entryTs": 1678368600,
          "entryUtc": "2023-03-09T13:30:00.000Z",
          "exitTs": 1678371600,
          "dir": 1,
          "entryPrice": 1819.045,
          "exitPrice": 1827.714,
          "stopDistance": 4.335,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 50
        },
        {
          "entryTs": 1678455000,
          "entryUtc": "2023-03-10T13:30:00.000Z",
          "exitTs": 1678455000,
          "dir": 1,
          "entryPrice": 1837.245,
          "exitPrice": 1831.453,
          "stopDistance": 5.792,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 0
        },
        {
          "entryTs": 1678708800,
          "entryUtc": "2023-03-13T12:00:00.000Z",
          "exitTs": 1678736400,
          "dir": 1,
          "entryPrice": 1889.515,
          "exitPrice": 1913.824,
          "stopDistance": 12.154,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 460
        },
        {
          "entryTs": 1678797000,
          "entryUtc": "2023-03-14T12:30:00.000Z",
          "exitTs": 1678797000,
          "dir": -1,
          "entryPrice": 1900.655,
          "exitPrice": 1909.833,
          "stopDistance": 9.178,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 0
        },
        {
          "entryTs": 1678881600,
          "entryUtc": "2023-03-15T12:00:00.000Z",
          "exitTs": 1678928820,
          "dir": 1,
          "entryPrice": 1917.905,
          "exitPrice": 1907.793,
          "stopDistance": 10.112,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 787
        },
        {
          "entryTs": 1678968000,
          "entryUtc": "2023-03-16T12:00:00.000Z",
          "exitTs": 1678980060,
          "dir": 1,
          "entryPrice": 1926.835,
          "exitPrice": 1917.018,
          "stopDistance": 9.817,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 201
        },
        {
          "entryTs": 1679054400,
          "entryUtc": "2023-03-17T12:00:00.000Z",
          "exitTs": 1679059080,
          "dir": 1,
          "entryPrice": 1934.975,
          "exitPrice": 1950.895,
          "stopDistance": 7.96,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 78
        },
        {
          "entryTs": 1679314500,
          "entryUtc": "2023-03-20T12:15:00.000Z",
          "exitTs": 1679406540,
          "dir": -1,
          "entryPrice": 1981.775,
          "exitPrice": 1952.52,
          "stopDistance": 14.628,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 1534
        },
        {
          "entryTs": 1679494440,
          "entryUtc": "2023-03-22T14:14:00.000Z",
          "exitTs": 1679508120,
          "dir": 1,
          "entryPrice": 1945.215,
          "exitPrice": 1961.483,
          "stopDistance": 8.134,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 228
        },
        {
          "entryTs": 1679574960,
          "entryUtc": "2023-03-23T12:36:00.000Z",
          "exitTs": 1679579760,
          "dir": -1,
          "entryPrice": 1974.155,
          "exitPrice": 1983.594,
          "stopDistance": 9.439,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 80
        },
        {
          "entryTs": 1679659200,
          "entryUtc": "2023-03-24T12:00:00.000Z",
          "exitTs": 1679666520,
          "dir": 1,
          "entryPrice": 1995.715,
          "exitPrice": 1985.922,
          "stopDistance": 9.793,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 122
        },
        {
          "entryTs": 1679918400,
          "entryUtc": "2023-03-27T12:00:00.000Z",
          "exitTs": 1679967060,
          "dir": -1,
          "entryPrice": 1954.075,
          "exitPrice": 1963.863,
          "stopDistance": 9.788,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 811
        },
        {
          "entryTs": 1680005460,
          "entryUtc": "2023-03-28T12:11:00.000Z",
          "exitTs": 1680025800,
          "dir": 1,
          "entryPrice": 1959.425,
          "exitPrice": 1973.629,
          "stopDistance": 7.102,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 339
        },
        {
          "entryTs": 1680091200,
          "entryUtc": "2023-03-29T12:00:00.000Z",
          "exitTs": 1680138120,
          "dir": 1,
          "entryPrice": 1966.615,
          "exitPrice": 1960.248,
          "stopDistance": 6.367,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 782
        },
        {
          "entryTs": 1680179160,
          "entryUtc": "2023-03-30T12:26:00.000Z",
          "exitTs": 1680183780,
          "dir": 1,
          "entryPrice": 1971.425,
          "exitPrice": 1965.412,
          "stopDistance": 6.013,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 77
        },
        {
          "entryTs": 1680265920,
          "entryUtc": "2023-03-31T12:32:00.000Z",
          "exitTs": 1680267600,
          "dir": 1,
          "entryPrice": 1984.965,
          "exitPrice": 1978.726,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 28
        },
        {
          "entryTs": 1680523200,
          "entryUtc": "2023-04-03T12:00:00.000Z",
          "exitTs": 1680616800,
          "dir": 1,
          "entryPrice": 1978.505,
          "exitPrice": 1995.586,
          "stopDistance": 8.54,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 1560
        },
        {
          "entryTs": 1680696060,
          "entryUtc": "2023-04-05T12:01:00.000Z",
          "exitTs": 1680697200,
          "dir": -1,
          "entryPrice": 2022.795,
          "exitPrice": 2029.039,
          "stopDistance": 6.244,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 19
        },
        {
          "entryTs": 1680784200,
          "entryUtc": "2023-04-06T12:30:00.000Z",
          "exitTs": 1680784680,
          "dir": 1,
          "entryPrice": 2019.575,
          "exitPrice": 2013.107,
          "stopDistance": 6.468,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 8
        },
        {
          "entryTs": 1681128000,
          "entryUtc": "2023-04-10T12:00:00.000Z",
          "exitTs": 1681131000,
          "dir": 1,
          "entryPrice": 2001.408,
          "exitPrice": 1994.478,
          "stopDistance": 6.93,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 50
        },
        {
          "entryTs": 1681218360,
          "entryUtc": "2023-04-11T13:06:00.000Z",
          "exitTs": 1681223700,
          "dir": -1,
          "entryPrice": 1997.715,
          "exitPrice": 2004.003,
          "stopDistance": 6.288,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 89
        },
        {
          "entryTs": 1681300800,
          "entryUtc": "2023-04-12T12:00:00.000Z",
          "exitTs": 1681302600,
          "dir": -1,
          "entryPrice": 2007.655,
          "exitPrice": 2013.775,
          "stopDistance": 6.12,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 30
        },
        {
          "entryTs": 1681387320,
          "entryUtc": "2023-04-13T12:02:00.000Z",
          "exitTs": 1681390440,
          "dir": 1,
          "entryPrice": 2029.055,
          "exitPrice": 2042.532,
          "stopDistance": 6.738,
          "outcome": "target",
          "netR": 1.9451,
          "holdMinutes": 52
        },
        {
          "entryTs": 1681475520,
          "entryUtc": "2023-04-14T12:32:00.000Z",
          "exitTs": 1681476720,
          "dir": -1,
          "entryPrice": 2031.725,
          "exitPrice": 2017.169,
          "stopDistance": 7.278,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 20
        },
        {
          "entryTs": 1681734240,
          "entryUtc": "2023-04-17T12:24:00.000Z",
          "exitTs": 1681739220,
          "dir": -1,
          "entryPrice": 2008.215,
          "exitPrice": 1992.693,
          "stopDistance": 7.761,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 83
        },
        {
          "entryTs": 1681820400,
          "entryUtc": "2023-04-18T12:20:00.000Z",
          "exitTs": 1681823400,
          "dir": 1,
          "entryPrice": 2005.085,
          "exitPrice": 1998.538,
          "stopDistance": 6.546,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 50
        },
        {
          "entryTs": 1681905600,
          "entryUtc": "2023-04-19T12:00:00.000Z",
          "exitTs": 1681907580,
          "dir": -1,
          "entryPrice": 1970.445,
          "exitPrice": 1978.618,
          "stopDistance": 8.173,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 33
        },
        {
          "entryTs": 1681992060,
          "entryUtc": "2023-04-20T12:01:00.000Z",
          "exitTs": 1682058420,
          "dir": 1,
          "entryPrice": 2001.105,
          "exitPrice": 1993.83,
          "stopDistance": 7.275,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 1106
        },
        {
          "entryTs": 1682084940,
          "entryUtc": "2023-04-21T13:49:00.000Z",
          "exitTs": 1682356980,
          "dir": -1,
          "entryPrice": 1981.738,
          "exitPrice": 1989.942,
          "stopDistance": 8.204,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 4534
        },
        {
          "entryTs": 1682424000,
          "entryUtc": "2023-04-25T12:00:00.000Z",
          "exitTs": 1682425800,
          "dir": -1,
          "entryPrice": 1977.485,
          "exitPrice": 1984.944,
          "stopDistance": 7.459,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 30
        },
        {
          "entryTs": 1682512200,
          "entryUtc": "2023-04-26T12:30:00.000Z",
          "exitTs": 1682515320,
          "dir": -1,
          "entryPrice": 1994.265,
          "exitPrice": 2001.624,
          "stopDistance": 7.359,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 52
        },
        {
          "entryTs": 1682596800,
          "entryUtc": "2023-04-27T12:00:00.000Z",
          "exitTs": 1682599440,
          "dir": -1,
          "entryPrice": 1996.765,
          "exitPrice": 1982.926,
          "stopDistance": 6.92,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 44
        },
        {
          "entryTs": 1682685000,
          "entryUtc": "2023-04-28T12:30:00.000Z",
          "exitTs": 1682685120,
          "dir": -1,
          "entryPrice": 1979.625,
          "exitPrice": 1985.78,
          "stopDistance": 6.155,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 2
        },
        {
          "entryTs": 1682942400,
          "entryUtc": "2023-05-01T12:00:00.000Z",
          "exitTs": 1682944500,
          "dir": 1,
          "entryPrice": 1988.915,
          "exitPrice": 2001.355,
          "stopDistance": 6.22,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 35
        },
        {
          "entryTs": 1683028800,
          "entryUtc": "2023-05-02T12:00:00.000Z",
          "exitTs": 1683036840,
          "dir": 1,
          "entryPrice": 1986.265,
          "exitPrice": 1998.628,
          "stopDistance": 6.182,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 134
        },
        {
          "entryTs": 1683116100,
          "entryUtc": "2023-05-03T12:15:00.000Z",
          "exitTs": 1683120480,
          "dir": -1,
          "entryPrice": 2012.508,
          "exitPrice": 2018.023,
          "stopDistance": 5.515,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 73
        },
        {
          "entryTs": 1683207960,
          "entryUtc": "2023-05-04T13:46:00.000Z",
          "exitTs": 1683289800,
          "dir": 1,
          "entryPrice": 2043.354,
          "exitPrice": 2032.397,
          "stopDistance": 10.957,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 1364
        },
        {
          "entryTs": 1683547380,
          "entryUtc": "2023-05-08T12:03:00.000Z",
          "exitTs": 1683652680,
          "dir": 1,
          "entryPrice": 2023.014,
          "exitPrice": 2036.018,
          "stopDistance": 6.502,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 1755
        },
        {
          "entryTs": 1683721440,
          "entryUtc": "2023-05-10T12:24:00.000Z",
          "exitTs": 1683721800,
          "dir": -1,
          "entryPrice": 2026.138,
          "exitPrice": 2031.388,
          "stopDistance": 5.25,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 6
        },
        {
          "entryTs": 1683806400,
          "entryUtc": "2023-05-11T12:00:00.000Z",
          "exitTs": 1683807480,
          "dir": 1,
          "entryPrice": 2036.714,
          "exitPrice": 2029.347,
          "stopDistance": 7.367,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 18
        },
        {
          "entryTs": 1683892800,
          "entryUtc": "2023-05-12T12:00:00.000Z",
          "exitTs": 1683895260,
          "dir": -1,
          "entryPrice": 2004.684,
          "exitPrice": 2011.741,
          "stopDistance": 7.057,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 41
        },
        {
          "entryTs": 1684152000,
          "entryUtc": "2023-05-15T12:00:00.000Z",
          "exitTs": 1684154640,
          "dir": -1,
          "entryPrice": 2013.015,
          "exitPrice": 2019.037,
          "stopDistance": 6.022,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 44
        },
        {
          "entryTs": 1684239420,
          "entryUtc": "2023-05-16T12:17:00.000Z",
          "exitTs": 1684240200,
          "dir": -1,
          "entryPrice": 2002.604,
          "exitPrice": 2007.913,
          "stopDistance": 5.309,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 13
        },
        {
          "entryTs": 1684325820,
          "entryUtc": "2023-05-17T12:17:00.000Z",
          "exitTs": 1684332120,
          "dir": -1,
          "entryPrice": 1985.835,
          "exitPrice": 1975.453,
          "stopDistance": 5.191,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 105
        },
        {
          "entryTs": 1684413000,
          "entryUtc": "2023-05-18T12:30:00.000Z",
          "exitTs": 1684415940,
          "dir": -1,
          "entryPrice": 1972.074,
          "exitPrice": 1961.506,
          "stopDistance": 5.284,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 49
        },
        {
          "entryTs": 1684499460,
          "entryUtc": "2023-05-19T12:31:00.000Z",
          "exitTs": 1684509240,
          "dir": -1,
          "entryPrice": 1961.475,
          "exitPrice": 1967.401,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 163
        },
        {
          "entryTs": 1684763940,
          "entryUtc": "2023-05-22T13:59:00.000Z",
          "exitTs": 1684764540,
          "dir": -1,
          "entryPrice": 1971.145,
          "exitPrice": 1978.495,
          "stopDistance": 7.35,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 10
        },
        {
          "entryTs": 1684847760,
          "entryUtc": "2023-05-23T13:16:00.000Z",
          "exitTs": 1684901700,
          "dir": 1,
          "entryPrice": 1964.515,
          "exitPrice": 1977.937,
          "stopDistance": 6.711,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 899
        },
        {
          "entryTs": 1684929600,
          "entryUtc": "2023-05-24T12:00:00.000Z",
          "exitTs": 1684933860,
          "dir": 1,
          "entryPrice": 1981.795,
          "exitPrice": 1975.354,
          "stopDistance": 6.441,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 71
        },
        {
          "entryTs": 1685017800,
          "entryUtc": "2023-05-25T12:30:00.000Z",
          "exitTs": 1685018340,
          "dir": -1,
          "entryPrice": 1954.835,
          "exitPrice": 1942.608,
          "stopDistance": 6.113,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 9
        },
        {
          "entryTs": 1685104200,
          "entryUtc": "2023-05-26T12:30:00.000Z",
          "exitTs": 1685424240,
          "dir": -1,
          "entryPrice": 1946.885,
          "exitPrice": 1934.137,
          "stopDistance": 6.374,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 5334
        },
        {
          "entryTs": 1685448000,
          "entryUtc": "2023-05-30T12:00:00.000Z",
          "exitTs": 1685451600,
          "dir": 1,
          "entryPrice": 1960.165,
          "exitPrice": 1953.574,
          "stopDistance": 6.591,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 60
        },
        {
          "entryTs": 1685540100,
          "entryUtc": "2023-05-31T13:35:00.000Z",
          "exitTs": 1685603340,
          "dir": 1,
          "entryPrice": 1964.888,
          "exitPrice": 1958.777,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1685620800,
          "entryUtc": "2023-06-01T12:00:00.000Z",
          "exitTs": 1685621700,
          "dir": 1,
          "entryPrice": 1967.668,
          "exitPrice": 1961.447,
          "stopDistance": 6.221,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 15
        },
        {
          "entryTs": 1685709000,
          "entryUtc": "2023-06-02T12:30:00.000Z",
          "exitTs": 1685713620,
          "dir": -1,
          "entryPrice": 1974.905,
          "exitPrice": 1963.958,
          "stopDistance": 5.474,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 77
        },
        {
          "entryTs": 1685968680,
          "entryUtc": "2023-06-05T12:38:00.000Z",
          "exitTs": 1685970180,
          "dir": -1,
          "entryPrice": 1938.365,
          "exitPrice": 1944.838,
          "stopDistance": 6.473,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 25
        },
        {
          "entryTs": 1686052800,
          "entryUtc": "2023-06-06T12:00:00.000Z",
          "exitTs": 1686059220,
          "dir": 1,
          "entryPrice": 1962.605,
          "exitPrice": 1957.236,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 107
        },
        {
          "entryTs": 1686145680,
          "entryUtc": "2023-06-07T13:48:00.000Z",
          "exitTs": 1686148320,
          "dir": 1,
          "entryPrice": 1963.945,
          "exitPrice": 1958.619,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 44
        },
        {
          "entryTs": 1686227220,
          "entryUtc": "2023-06-08T12:27:00.000Z",
          "exitTs": 1686229080,
          "dir": 1,
          "entryPrice": 1949.025,
          "exitPrice": 1959.509,
          "stopDistance": 5.242,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686312000,
          "entryUtc": "2023-06-09T12:00:00.000Z",
          "exitTs": 1686317520,
          "dir": 1,
          "entryPrice": 1966.345,
          "exitPrice": 1961.647,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 92
        },
        {
          "entryTs": 1686572640,
          "entryUtc": "2023-06-12T12:24:00.000Z",
          "exitTs": 1686575700,
          "dir": 1,
          "entryPrice": 1965.285,
          "exitPrice": 1960.283,
          "stopDistance": 5.002,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 51
        },
        {
          "entryTs": 1686659340,
          "entryUtc": "2023-06-13T12:29:00.000Z",
          "exitTs": 1686659400,
          "dir": -1,
          "entryPrice": 1958.184,
          "exitPrice": 1963.27,
          "stopDistance": 5.086,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 1
        },
        {
          "entryTs": 1686745800,
          "entryUtc": "2023-06-14T12:30:00.000Z",
          "exitTs": 1686765660,
          "dir": 1,
          "entryPrice": 1951.418,
          "exitPrice": 1945.876,
          "stopDistance": 5.542,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 331
        },
        {
          "entryTs": 1686830400,
          "entryUtc": "2023-06-15T12:00:00.000Z",
          "exitTs": 1686834000,
          "dir": -1,
          "entryPrice": 1928.415,
          "exitPrice": 1935.914,
          "stopDistance": 7.499,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 60
        },
        {
          "entryTs": 1686916800,
          "entryUtc": "2023-06-16T12:00:00.000Z",
          "exitTs": 1686921780,
          "dir": 1,
          "entryPrice": 1965.525,
          "exitPrice": 1959.74,
          "stopDistance": 5.785,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 83
        },
        {
          "entryTs": 1687176000,
          "entryUtc": "2023-06-19T12:00:00.000Z",
          "exitTs": 1687212960,
          "dir": -1,
          "entryPrice": 1948.445,
          "exitPrice": 1953.569,
          "stopDistance": 5.124,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 616
        },
        {
          "entryTs": 1687264800,
          "entryUtc": "2023-06-20T12:40:00.000Z",
          "exitTs": 1687267500,
          "dir": -1,
          "entryPrice": 1948.075,
          "exitPrice": 1938.378,
          "stopDistance": 4.848,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 45
        },
        {
          "entryTs": 1687350000,
          "entryUtc": "2023-06-21T12:20:00.000Z",
          "exitTs": 1687354740,
          "dir": -1,
          "entryPrice": 1931.155,
          "exitPrice": 1921.559,
          "stopDistance": 4.798,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 79
        },
        {
          "entryTs": 1687435920,
          "entryUtc": "2023-06-22T12:12:00.000Z",
          "exitTs": 1687437060,
          "dir": -1,
          "entryPrice": 1924.764,
          "exitPrice": 1930.18,
          "stopDistance": 5.416,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687522140,
          "entryUtc": "2023-06-23T12:09:00.000Z",
          "exitTs": 1687525260,
          "dir": 1,
          "entryPrice": 1919.965,
          "exitPrice": 1930.491,
          "stopDistance": 5.263,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 52
        },
        {
          "entryTs": 1687787280,
          "entryUtc": "2023-06-26T13:48:00.000Z",
          "exitTs": 1687792920,
          "dir": -1,
          "entryPrice": 1922.065,
          "exitPrice": 1927.571,
          "stopDistance": 5.506,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 94
        },
        {
          "entryTs": 1687867200,
          "entryUtc": "2023-06-27T12:00:00.000Z",
          "exitTs": 1687868460,
          "dir": -1,
          "entryPrice": 1922.985,
          "exitPrice": 1927.877,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 21
        },
        {
          "entryTs": 1687953600,
          "entryUtc": "2023-06-28T12:00:00.000Z",
          "exitTs": 1687965900,
          "dir": -1,
          "entryPrice": 1907.085,
          "exitPrice": 1912.083,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 205
        },
        {
          "entryTs": 1688040000,
          "entryUtc": "2023-06-29T12:00:00.000Z",
          "exitTs": 1688041860,
          "dir": 1,
          "entryPrice": 1909.894,
          "exitPrice": 1904.953,
          "stopDistance": 4.941,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 31
        },
        {
          "entryTs": 1688127540,
          "entryUtc": "2023-06-30T12:19:00.000Z",
          "exitTs": 1688134200,
          "dir": 1,
          "entryPrice": 1907.415,
          "exitPrice": 1917.142,
          "stopDistance": 4.864,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 111
        },
        {
          "entryTs": 1688387820,
          "entryUtc": "2023-07-03T12:37:00.000Z",
          "exitTs": 1688392800,
          "dir": 1,
          "entryPrice": 1917.605,
          "exitPrice": 1927.359,
          "stopDistance": 4.877,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 83
        },
        {
          "entryTs": 1688472120,
          "entryUtc": "2023-07-04T12:02:00.000Z",
          "exitTs": 1688488560,
          "dir": 1,
          "entryPrice": 1928.665,
          "exitPrice": 1924.715,
          "stopDistance": 3.95,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 274
        },
        {
          "entryTs": 1688559540,
          "entryUtc": "2023-07-05T12:19:00.000Z",
          "exitTs": 1688564760,
          "dir": 1,
          "entryPrice": 1927.948,
          "exitPrice": 1924.091,
          "stopDistance": 3.857,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 87
        },
        {
          "entryTs": 1688644800,
          "entryUtc": "2023-07-06T12:00:00.000Z",
          "exitTs": 1688645700,
          "dir": 1,
          "entryPrice": 1926.565,
          "exitPrice": 1921.733,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 15
        },
        {
          "entryTs": 1688731200,
          "entryUtc": "2023-07-07T12:00:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1917.415,
          "exitPrice": 1926.628,
          "stopDistance": 4.606,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 30
        },
        {
          "entryTs": 1688991600,
          "entryUtc": "2023-07-10T12:20:00.000Z",
          "exitTs": 1688997360,
          "dir": -1,
          "entryPrice": 1919.295,
          "exitPrice": 1924.34,
          "stopDistance": 5.045,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 96
        },
        {
          "entryTs": 1689163920,
          "entryUtc": "2023-07-12T12:12:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1933.635,
          "exitPrice": 1937.954,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 18
        },
        {
          "entryTs": 1689251400,
          "entryUtc": "2023-07-13T12:30:00.000Z",
          "exitTs": 1689251400,
          "dir": 1,
          "entryPrice": 1963.275,
          "exitPrice": 1958.058,
          "stopDistance": 5.217,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 0
        },
        {
          "entryTs": 1689336660,
          "entryUtc": "2023-07-14T12:11:00.000Z",
          "exitTs": 1689339660,
          "dir": 1,
          "entryPrice": 1960.255,
          "exitPrice": 1955.625,
          "stopDistance": 4.63,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 50
        },
        {
          "entryTs": 1689595200,
          "entryUtc": "2023-07-17T12:00:00.000Z",
          "exitTs": 1689597540,
          "dir": 1,
          "entryPrice": 1957.424,
          "exitPrice": 1952.384,
          "stopDistance": 5.04,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 39
        },
        {
          "entryTs": 1689681660,
          "entryUtc": "2023-07-18T12:01:00.000Z",
          "exitTs": 1689688860,
          "dir": 1,
          "entryPrice": 1964.015,
          "exitPrice": 1974.481,
          "stopDistance": 5.233,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 120
        },
        {
          "entryTs": 1689776280,
          "entryUtc": "2023-07-19T14:18:00.000Z",
          "exitTs": 1689786480,
          "dir": -1,
          "entryPrice": 1972.915,
          "exitPrice": 1978.577,
          "stopDistance": 5.662,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 170
        },
        {
          "entryTs": 1689855900,
          "entryUtc": "2023-07-20T12:25:00.000Z",
          "exitTs": 1689864120,
          "dir": -1,
          "entryPrice": 1977.795,
          "exitPrice": 1967.534,
          "stopDistance": 5.13,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 137
        },
        {
          "entryTs": 1689945240,
          "entryUtc": "2023-07-21T13:14:00.000Z",
          "exitTs": 1690194060,
          "dir": -1,
          "entryPrice": 1961.035,
          "exitPrice": 1966.393,
          "stopDistance": 5.358,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 4147
        },
        {
          "entryTs": 1690200360,
          "entryUtc": "2023-07-24T12:06:00.000Z",
          "exitTs": 1690206300,
          "dir": 1,
          "entryPrice": 1965.525,
          "exitPrice": 1960.553,
          "stopDistance": 4.972,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 99
        },
        {
          "entryTs": 1690287600,
          "entryUtc": "2023-07-25T12:20:00.000Z",
          "exitTs": 1690297680,
          "dir": -1,
          "entryPrice": 1959.295,
          "exitPrice": 1964.496,
          "stopDistance": 5.201,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 168
        },
        {
          "entryTs": 1690372800,
          "entryUtc": "2023-07-26T12:00:00.000Z",
          "exitTs": 1690377600,
          "dir": 1,
          "entryPrice": 1972.425,
          "exitPrice": 1968.031,
          "stopDistance": 4.394,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 80
        },
        {
          "entryTs": 1690460700,
          "entryUtc": "2023-07-27T12:25:00.000Z",
          "exitTs": 1690462140,
          "dir": -1,
          "entryPrice": 1973.918,
          "exitPrice": 1962.07,
          "stopDistance": 5.924,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 24
        },
        {
          "entryTs": 1690545600,
          "entryUtc": "2023-07-28T12:00:00.000Z",
          "exitTs": 1690811100,
          "dir": 1,
          "entryPrice": 1956.458,
          "exitPrice": 1970.067,
          "stopDistance": 6.805,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 4425
        },
        {
          "entryTs": 1690891200,
          "entryUtc": "2023-08-01T12:00:00.000Z",
          "exitTs": 1690900260,
          "dir": -1,
          "entryPrice": 1953.505,
          "exitPrice": 1944.242,
          "stopDistance": 4.631,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 151
        },
        {
          "entryTs": 1690977780,
          "entryUtc": "2023-08-02T12:03:00.000Z",
          "exitTs": 1690978500,
          "dir": 1,
          "entryPrice": 1951.775,
          "exitPrice": 1946.444,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 12
        },
        {
          "entryTs": 1691065440,
          "entryUtc": "2023-08-03T12:24:00.000Z",
          "exitTs": 1691066400,
          "dir": -1,
          "entryPrice": 1930.845,
          "exitPrice": 1936.285,
          "stopDistance": 5.44,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 16
        },
        {
          "entryTs": 1691150400,
          "entryUtc": "2023-08-04T12:00:00.000Z",
          "exitTs": 1691152200,
          "dir": -1,
          "entryPrice": 1932.035,
          "exitPrice": 1936.374,
          "stopDistance": 4.339,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 30
        },
        {
          "entryTs": 1691409720,
          "entryUtc": "2023-08-07T12:02:00.000Z",
          "exitTs": 1691413200,
          "dir": -1,
          "entryPrice": 1934.334,
          "exitPrice": 1938.96,
          "stopDistance": 4.626,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 58
        },
        {
          "entryTs": 1691496000,
          "entryUtc": "2023-08-08T12:00:00.000Z",
          "exitTs": 1691592840,
          "dir": -1,
          "entryPrice": 1928.785,
          "exitPrice": 1918.79,
          "stopDistance": 4.997,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 1614
        },
        {
          "entryTs": 1691668800,
          "entryUtc": "2023-08-10T12:00:00.000Z",
          "exitTs": 1691670720,
          "dir": 1,
          "entryPrice": 1921.775,
          "exitPrice": 1929.993,
          "stopDistance": 4.109,
          "outcome": "target",
          "netR": 1.91,
          "holdMinutes": 32
        },
        {
          "entryTs": 1691755800,
          "entryUtc": "2023-08-11T12:10:00.000Z",
          "exitTs": 1691757060,
          "dir": 1,
          "entryPrice": 1919.285,
          "exitPrice": 1915.066,
          "stopDistance": 4.219,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 21
        },
        {
          "entryTs": 1692014940,
          "entryUtc": "2023-08-14T12:09:00.000Z",
          "exitTs": 1692097500,
          "dir": -1,
          "entryPrice": 1910.458,
          "exitPrice": 1902.416,
          "stopDistance": 4.021,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 1376
        },
        {
          "entryTs": 1692101400,
          "entryUtc": "2023-08-15T12:10:00.000Z",
          "exitTs": 1692105060,
          "dir": -1,
          "entryPrice": 1902.845,
          "exitPrice": 1906.878,
          "stopDistance": 4.033,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 61
        },
        {
          "entryTs": 1692187320,
          "entryUtc": "2023-08-16T12:02:00.000Z",
          "exitTs": 1692211860,
          "dir": -1,
          "entryPrice": 1902.718,
          "exitPrice": 1894.803,
          "stopDistance": 3.958,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 409
        },
        {
          "entryTs": 1692273600,
          "entryUtc": "2023-08-17T12:00:00.000Z",
          "exitTs": 1692282480,
          "dir": 1,
          "entryPrice": 1898.715,
          "exitPrice": 1894.459,
          "stopDistance": 4.256,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 148
        },
        {
          "entryTs": 1692360000,
          "entryUtc": "2023-08-18T12:00:00.000Z",
          "exitTs": 1692361560,
          "dir": 1,
          "entryPrice": 1893.915,
          "exitPrice": 1890.005,
          "stopDistance": 3.91,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 26
        },
        {
          "entryTs": 1692619200,
          "entryUtc": "2023-08-21T12:00:00.000Z",
          "exitTs": 1692627360,
          "dir": 1,
          "entryPrice": 1892.935,
          "exitPrice": 1888.108,
          "stopDistance": 4.827,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 136
        },
        {
          "entryTs": 1692705600,
          "entryUtc": "2023-08-22T12:00:00.000Z",
          "exitTs": 1692708120,
          "dir": 1,
          "entryPrice": 1902.165,
          "exitPrice": 1897.522,
          "stopDistance": 4.643,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 42
        },
        {
          "entryTs": 1692793500,
          "entryUtc": "2023-08-23T12:25:00.000Z",
          "exitTs": 1692798300,
          "dir": 1,
          "entryPrice": 1905.358,
          "exitPrice": 1913.076,
          "stopDistance": 3.859,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 80
        },
        {
          "entryTs": 1692878400,
          "entryUtc": "2023-08-24T12:00:00.000Z",
          "exitTs": 1692888120,
          "dir": -1,
          "entryPrice": 1916.565,
          "exitPrice": 1920.47,
          "stopDistance": 3.905,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 162
        },
        {
          "entryTs": 1692964800,
          "entryUtc": "2023-08-25T12:00:00.000Z",
          "exitTs": 1692969660,
          "dir": 1,
          "entryPrice": 1918.275,
          "exitPrice": 1914.667,
          "stopDistance": 3.608,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 81
        },
        {
          "entryTs": 1693225920,
          "entryUtc": "2023-08-28T12:32:00.000Z",
          "exitTs": 1693226700,
          "dir": -1,
          "entryPrice": 1913.378,
          "exitPrice": 1916.96,
          "stopDistance": 3.582,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 13
        },
        {
          "entryTs": 1693310400,
          "entryUtc": "2023-08-29T12:00:00.000Z",
          "exitTs": 1693316940,
          "dir": -1,
          "entryPrice": 1917.078,
          "exitPrice": 1921.098,
          "stopDistance": 4.02,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 109
        },
        {
          "entryTs": 1693396800,
          "entryUtc": "2023-08-30T12:00:00.000Z",
          "exitTs": 1693401960,
          "dir": 1,
          "entryPrice": 1938.975,
          "exitPrice": 1945.747,
          "stopDistance": 3.386,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 86
        },
        {
          "entryTs": 1693483920,
          "entryUtc": "2023-08-31T12:12:00.000Z",
          "exitTs": 1693485540,
          "dir": 1,
          "entryPrice": 1946.195,
          "exitPrice": 1943.108,
          "stopDistance": 3.087,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 27
        },
        {
          "entryTs": 1693569600,
          "entryUtc": "2023-09-01T12:00:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1944.348,
          "exitPrice": 1950.849,
          "stopDistance": 3.25,
          "outcome": "target",
          "netR": 1.8862,
          "holdMinutes": 30
        },
        {
          "entryTs": 1693828800,
          "entryUtc": "2023-09-04T12:00:00.000Z",
          "exitTs": 1693901940,
          "dir": -1,
          "entryPrice": 1941.545,
          "exitPrice": 1934.084,
          "stopDistance": 3.731,
          "outcome": "target",
          "netR": 1.9008,
          "holdMinutes": 1219
        },
        {
          "entryTs": 1693915200,
          "entryUtc": "2023-09-05T12:00:00.000Z",
          "exitTs": 1693918260,
          "dir": -1,
          "entryPrice": 1930.385,
          "exitPrice": 1933.615,
          "stopDistance": 3.23,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 51
        },
        {
          "entryTs": 1694005200,
          "entryUtc": "2023-09-06T13:00:00.000Z",
          "exitTs": 1694007900,
          "dir": -1,
          "entryPrice": 1922.6,
          "exitPrice": 1926.083,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 45
        },
        {
          "entryTs": 1694088000,
          "entryUtc": "2023-09-07T12:00:00.000Z",
          "exitTs": 1694089800,
          "dir": 1,
          "entryPrice": 1921.755,
          "exitPrice": 1918.29,
          "stopDistance": 3.465,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 30
        },
        {
          "entryTs": 1694174400,
          "entryUtc": "2023-09-08T12:00:00.000Z",
          "exitTs": 1694181420,
          "dir": -1,
          "entryPrice": 1922.905,
          "exitPrice": 1926.218,
          "stopDistance": 3.313,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 117
        },
        {
          "entryTs": 1694433600,
          "entryUtc": "2023-09-11T12:00:00.000Z",
          "exitTs": 1694437980,
          "dir": -1,
          "entryPrice": 1925.135,
          "exitPrice": 1929.066,
          "stopDistance": 3.931,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 73
        },
        {
          "entryTs": 1694520000,
          "entryUtc": "2023-09-12T12:00:00.000Z",
          "exitTs": 1694677740,
          "dir": -1,
          "entryPrice": 1912.855,
          "exitPrice": 1905.183,
          "stopDistance": 3.836,
          "outcome": "target",
          "netR": 1.9035,
          "holdMinutes": 2629
        },
        {
          "entryTs": 1694693760,
          "entryUtc": "2023-09-14T12:16:00.000Z",
          "exitTs": 1694694600,
          "dir": 1,
          "entryPrice": 1908.515,
          "exitPrice": 1904.892,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 14
        },
        {
          "entryTs": 1694779200,
          "entryUtc": "2023-09-15T12:00:00.000Z",
          "exitTs": 1694786400,
          "dir": 1,
          "entryPrice": 1919.485,
          "exitPrice": 1927.04,
          "stopDistance": 3.777,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 120
        },
        {
          "entryTs": 1695041160,
          "entryUtc": "2023-09-18T12:46:00.000Z",
          "exitTs": 1695051840,
          "dir": -1,
          "entryPrice": 1925.035,
          "exitPrice": 1928.517,
          "stopDistance": 3.482,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 178
        },
        {
          "entryTs": 1695124800,
          "entryUtc": "2023-09-19T12:00:00.000Z",
          "exitTs": 1695132660,
          "dir": 1,
          "entryPrice": 1935.165,
          "exitPrice": 1932.079,
          "stopDistance": 3.086,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 131
        },
        {
          "entryTs": 1695211200,
          "entryUtc": "2023-09-20T12:00:00.000Z",
          "exitTs": 1695217380,
          "dir": 1,
          "entryPrice": 1932.245,
          "exitPrice": 1938.009,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 103
        },
        {
          "entryTs": 1695297600,
          "entryUtc": "2023-09-21T12:00:00.000Z",
          "exitTs": 1695349140,
          "dir": -1,
          "entryPrice": 1920.655,
          "exitPrice": 1925.389,
          "stopDistance": 4.734,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 859
        },
        {
          "entryTs": 1695386400,
          "entryUtc": "2023-09-22T12:40:00.000Z",
          "exitTs": 1695390300,
          "dir": -1,
          "entryPrice": 1924.245,
          "exitPrice": 1928.038,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 65
        },
        {
          "entryTs": 1695651540,
          "entryUtc": "2023-09-25T14:19:00.000Z",
          "exitTs": 1695695700,
          "dir": -1,
          "entryPrice": 1920.765,
          "exitPrice": 1913.353,
          "stopDistance": 3.706,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 736
        },
        {
          "entryTs": 1695731820,
          "entryUtc": "2023-09-26T12:37:00.000Z",
          "exitTs": 1695740820,
          "dir": -1,
          "entryPrice": 1909.575,
          "exitPrice": 1902.64,
          "stopDistance": 3.467,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 150
        },
        {
          "entryTs": 1695816000,
          "entryUtc": "2023-09-27T12:00:00.000Z",
          "exitTs": 1695822600,
          "dir": -1,
          "entryPrice": 1892.768,
          "exitPrice": 1885.109,
          "stopDistance": 3.83,
          "outcome": "target",
          "netR": 1.9034,
          "holdMinutes": 110
        },
        {
          "entryTs": 1695904260,
          "entryUtc": "2023-09-28T12:31:00.000Z",
          "exitTs": 1695905100,
          "dir": 1,
          "entryPrice": 1878.145,
          "exitPrice": 1873.795,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 14
        },
        {
          "entryTs": 1695991860,
          "entryUtc": "2023-09-29T12:51:00.000Z",
          "exitTs": 1695996120,
          "dir": 1,
          "entryPrice": 1873.895,
          "exitPrice": 1868.894,
          "stopDistance": 5.001,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 71
        },
        {
          "entryTs": 1696248000,
          "entryUtc": "2023-10-02T12:00:00.000Z",
          "exitTs": 1696288320,
          "dir": -1,
          "entryPrice": 1837.235,
          "exitPrice": 1824.212,
          "stopDistance": 6.512,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 672
        },
        {
          "entryTs": 1696335540,
          "entryUtc": "2023-10-03T12:19:00.000Z",
          "exitTs": 1696341600,
          "dir": 1,
          "entryPrice": 1829.065,
          "exitPrice": 1822.954,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 101
        },
        {
          "entryTs": 1696420800,
          "entryUtc": "2023-10-04T12:00:00.000Z",
          "exitTs": 1696427340,
          "dir": 1,
          "entryPrice": 1824.918,
          "exitPrice": 1819.188,
          "stopDistance": 5.73,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 109
        },
        {
          "entryTs": 1696508640,
          "entryUtc": "2023-10-05T12:24:00.000Z",
          "exitTs": 1696587240,
          "dir": -1,
          "entryPrice": 1819.615,
          "exitPrice": 1824.769,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 1310
        },
        {
          "entryTs": 1696595400,
          "entryUtc": "2023-10-06T12:30:00.000Z",
          "exitTs": 1696598580,
          "dir": -1,
          "entryPrice": 1818.525,
          "exitPrice": 1822.936,
          "stopDistance": 4.411,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 53
        },
        {
          "entryTs": 1696852980,
          "entryUtc": "2023-10-09T12:03:00.000Z",
          "exitTs": 1696873260,
          "dir": -1,
          "entryPrice": 1847.928,
          "exitPrice": 1854.345,
          "stopDistance": 6.417,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 338
        },
        {
          "entryTs": 1696940460,
          "entryUtc": "2023-10-10T12:21:00.000Z",
          "exitTs": 1696952100,
          "dir": -1,
          "entryPrice": 1855.075,
          "exitPrice": 1860.106,
          "stopDistance": 5.031,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 194
        },
        {
          "entryTs": 1697025600,
          "entryUtc": "2023-10-11T12:00:00.000Z",
          "exitTs": 1697092620,
          "dir": 1,
          "entryPrice": 1870.955,
          "exitPrice": 1880.474,
          "stopDistance": 4.76,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 1117
        },
        {
          "entryTs": 1697112000,
          "entryUtc": "2023-10-12T12:00:00.000Z",
          "exitTs": 1697114160,
          "dir": 1,
          "entryPrice": 1883.485,
          "exitPrice": 1879.141,
          "stopDistance": 4.344,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 36
        },
        {
          "entryTs": 1697198400,
          "entryUtc": "2023-10-13T12:00:00.000Z",
          "exitTs": 1697200200,
          "dir": 1,
          "entryPrice": 1896.295,
          "exitPrice": 1907.858,
          "stopDistance": 5.781,
          "outcome": "target",
          "netR": 1.936,
          "holdMinutes": 30
        },
        {
          "entryTs": 1697457600,
          "entryUtc": "2023-10-16T12:00:00.000Z",
          "exitTs": 1697550420,
          "dir": 1,
          "entryPrice": 1915.765,
          "exitPrice": 1929.831,
          "stopDistance": 7.033,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 1547
        },
        {
          "entryTs": 1697630400,
          "entryUtc": "2023-10-18T12:00:00.000Z",
          "exitTs": 1697636340,
          "dir": 1,
          "entryPrice": 1946.034,
          "exitPrice": 1958.93,
          "stopDistance": 6.448,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 99
        },
        {
          "entryTs": 1697718060,
          "entryUtc": "2023-10-19T12:21:00.000Z",
          "exitTs": 1697736060,
          "dir": 1,
          "entryPrice": 1954.395,
          "exitPrice": 1967.815,
          "stopDistance": 6.71,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 300
        },
        {
          "entryTs": 1697804640,
          "entryUtc": "2023-10-20T12:24:00.000Z",
          "exitTs": 1697809500,
          "dir": -1,
          "entryPrice": 1974.045,
          "exitPrice": 1981.869,
          "stopDistance": 7.824,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 81
        },
        {
          "entryTs": 1698068100,
          "entryUtc": "2023-10-23T13:35:00.000Z",
          "exitTs": 1698145200,
          "dir": -1,
          "entryPrice": 1974.415,
          "exitPrice": 1958.117,
          "stopDistance": 8.149,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 1285
        },
        {
          "entryTs": 1698148800,
          "entryUtc": "2023-10-24T12:00:00.000Z",
          "exitTs": 1698164160,
          "dir": -1,
          "entryPrice": 1963.515,
          "exitPrice": 1971.181,
          "stopDistance": 7.666,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 256
        },
        {
          "entryTs": 1698235500,
          "entryUtc": "2023-10-25T12:05:00.000Z",
          "exitTs": 1698246180,
          "dir": 1,
          "entryPrice": 1975.865,
          "exitPrice": 1969.587,
          "stopDistance": 6.278,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 178
        },
        {
          "entryTs": 1698322260,
          "entryUtc": "2023-10-26T12:11:00.000Z",
          "exitTs": 1698428040,
          "dir": -1,
          "entryPrice": 1983.895,
          "exitPrice": 1990.963,
          "stopDistance": 7.067,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 1763
        },
        {
          "entryTs": 1698671520,
          "entryUtc": "2023-10-30T13:12:00.000Z",
          "exitTs": 1698676740,
          "dir": 1,
          "entryPrice": 2000.665,
          "exitPrice": 1993.718,
          "stopDistance": 6.947,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 87
        },
        {
          "entryTs": 1698753600,
          "entryUtc": "2023-10-31T12:00:00.000Z",
          "exitTs": 1698757260,
          "dir": 1,
          "entryPrice": 1999.785,
          "exitPrice": 1994.65,
          "stopDistance": 5.135,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 61
        },
        {
          "entryTs": 1698840000,
          "entryUtc": "2023-11-01T12:00:00.000Z",
          "exitTs": 1698855600,
          "dir": 1,
          "entryPrice": 1983.325,
          "exitPrice": 1977.675,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 260
        },
        {
          "entryTs": 1698926400,
          "entryUtc": "2023-11-02T12:00:00.000Z",
          "exitTs": 1698932820,
          "dir": 1,
          "entryPrice": 1988.365,
          "exitPrice": 1982.781,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 107
        },
        {
          "entryTs": 1699014000,
          "entryUtc": "2023-11-03T12:20:00.000Z",
          "exitTs": 1699014660,
          "dir": 1,
          "entryPrice": 1989.155,
          "exitPrice": 1997.957,
          "stopDistance": 4.401,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 11
        },
        {
          "entryTs": 1699277400,
          "entryUtc": "2023-11-06T13:30:00.000Z",
          "exitTs": 1699286220,
          "dir": 1,
          "entryPrice": 1987.865,
          "exitPrice": 1982.173,
          "stopDistance": 5.692,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 147
        },
        {
          "entryTs": 1699362000,
          "entryUtc": "2023-11-07T13:00:00.000Z",
          "exitTs": 1699364700,
          "dir": -1,
          "entryPrice": 1958.685,
          "exitPrice": 1963.976,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 45
        },
        {
          "entryTs": 1699448400,
          "entryUtc": "2023-11-08T13:00:00.000Z",
          "exitTs": 1699458000,
          "dir": -1,
          "entryPrice": 1962.745,
          "exitPrice": 1953.121,
          "stopDistance": 4.812,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 160
        },
        {
          "entryTs": 1699538100,
          "entryUtc": "2023-11-09T13:55:00.000Z",
          "exitTs": 1699542720,
          "dir": 1,
          "entryPrice": 1950.425,
          "exitPrice": 1960.31,
          "stopDistance": 4.942,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 77
        },
        {
          "entryTs": 1699621200,
          "entryUtc": "2023-11-10T13:00:00.000Z",
          "exitTs": 1699639560,
          "dir": -1,
          "entryPrice": 1947.245,
          "exitPrice": 1936.28,
          "stopDistance": 5.482,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 306
        },
        {
          "entryTs": 1699880520,
          "entryUtc": "2023-11-13T13:02:00.000Z",
          "exitTs": 1699892280,
          "dir": -1,
          "entryPrice": 1935.835,
          "exitPrice": 1941.067,
          "stopDistance": 5.232,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 196
        },
        {
          "entryTs": 1699967460,
          "entryUtc": "2023-11-14T13:11:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1944.235,
          "exitPrice": 1947.984,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 19
        },
        {
          "entryTs": 1700055000,
          "entryUtc": "2023-11-15T13:30:00.000Z",
          "exitTs": 1700055180,
          "dir": 1,
          "entryPrice": 1972.475,
          "exitPrice": 1967.959,
          "stopDistance": 4.516,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 3
        },
        {
          "entryTs": 1700139600,
          "entryUtc": "2023-11-16T13:00:00.000Z",
          "exitTs": 1700141400,
          "dir": -1,
          "entryPrice": 1964.245,
          "exitPrice": 1968.731,
          "stopDistance": 4.486,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 30
        },
        {
          "entryTs": 1700231760,
          "entryUtc": "2023-11-17T14:36:00.000Z",
          "exitTs": 1700482020,
          "dir": -1,
          "entryPrice": 1982.795,
          "exitPrice": 1971.573,
          "stopDistance": 5.611,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 4171
        },
        {
          "entryTs": 1700485200,
          "entryUtc": "2023-11-20T13:00:00.000Z",
          "exitTs": 1700503440,
          "dir": -1,
          "entryPrice": 1972.355,
          "exitPrice": 1977.966,
          "stopDistance": 5.611,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 304
        },
        {
          "entryTs": 1700572800,
          "entryUtc": "2023-11-21T13:20:00.000Z",
          "exitTs": 1700578260,
          "dir": 1,
          "entryPrice": 1994.215,
          "exitPrice": 2006.161,
          "stopDistance": 5.973,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 91
        },
        {
          "entryTs": 1700659800,
          "entryUtc": "2023-11-22T13:30:00.000Z",
          "exitTs": 1700678880,
          "dir": -1,
          "entryPrice": 1999.015,
          "exitPrice": 1987.739,
          "stopDistance": 5.638,
          "outcome": "target",
          "netR": 1.9344,
          "holdMinutes": 318
        },
        {
          "entryTs": 1700744880,
          "entryUtc": "2023-11-23T13:08:00.000Z",
          "exitTs": 1700827920,
          "dir": -1,
          "entryPrice": 1992.125,
          "exitPrice": 1996.995,
          "stopDistance": 4.87,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 1384
        },
        {
          "entryTs": 1700830800,
          "entryUtc": "2023-11-24T13:00:00.000Z",
          "exitTs": 1700836260,
          "dir": 1,
          "entryPrice": 1995.405,
          "exitPrice": 2002.421,
          "stopDistance": 3.508,
          "outcome": "target",
          "netR": 1.8945,
          "holdMinutes": 91
        },
        {
          "entryTs": 1701091800,
          "entryUtc": "2023-11-27T13:30:00.000Z",
          "exitTs": 1701092520,
          "dir": 1,
          "entryPrice": 2015.395,
          "exitPrice": 2010.072,
          "stopDistance": 5.323,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 12
        },
        {
          "entryTs": 1701177300,
          "entryUtc": "2023-11-28T13:15:00.000Z",
          "exitTs": 1701178140,
          "dir": -1,
          "entryPrice": 2012.005,
          "exitPrice": 2016.368,
          "stopDistance": 4.363,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 14
        },
        {
          "entryTs": 1701268680,
          "entryUtc": "2023-11-29T14:38:00.000Z",
          "exitTs": 1701338760,
          "dir": 1,
          "entryPrice": 2044.745,
          "exitPrice": 2038.604,
          "stopDistance": 6.141,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 1168
        },
        {
          "entryTs": 1701349200,
          "entryUtc": "2023-11-30T13:00:00.000Z",
          "exitTs": 1701351000,
          "dir": -1,
          "entryPrice": 2038.305,
          "exitPrice": 2043.921,
          "stopDistance": 5.616,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 30
        },
        {
          "entryTs": 1701435600,
          "entryUtc": "2023-12-01T13:00:00.000Z",
          "exitTs": 1701442020,
          "dir": -1,
          "entryPrice": 2035.885,
          "exitPrice": 2042.033,
          "stopDistance": 6.148,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 107
        },
        {
          "entryTs": 1701697800,
          "entryUtc": "2023-12-04T13:50:00.000Z",
          "exitTs": 1701703560,
          "dir": -1,
          "entryPrice": 2057.685,
          "exitPrice": 2027.505,
          "stopDistance": 15.09,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 96
        },
        {
          "entryTs": 1701781200,
          "entryUtc": "2023-12-05T13:00:00.000Z",
          "exitTs": 1701849060,
          "dir": -1,
          "entryPrice": 2024.705,
          "exitPrice": 2035.024,
          "stopDistance": 10.319,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 1131
        },
        {
          "entryTs": 1701956100,
          "entryUtc": "2023-12-07T13:35:00.000Z",
          "exitTs": 1701960300,
          "dir": 1,
          "entryPrice": 2034.785,
          "exitPrice": 2028.703,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 70
        },
        {
          "entryTs": 1702042200,
          "entryUtc": "2023-12-08T13:30:00.000Z",
          "exitTs": 1702042500,
          "dir": -1,
          "entryPrice": 2026.425,
          "exitPrice": 2015.329,
          "stopDistance": 5.548,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 5
        },
        {
          "entryTs": 1702302660,
          "entryUtc": "2023-12-11T13:51:00.000Z",
          "exitTs": 1702317120,
          "dir": -1,
          "entryPrice": 1991.215,
          "exitPrice": 1977.31,
          "stopDistance": 6.953,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 241
        },
        {
          "entryTs": 1702386300,
          "entryUtc": "2023-12-12T13:05:00.000Z",
          "exitTs": 1702388760,
          "dir": 1,
          "entryPrice": 1989.005,
          "exitPrice": 1983.557,
          "stopDistance": 5.448,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 41
        },
        {
          "entryTs": 1702474200,
          "entryUtc": "2023-12-13T13:30:00.000Z",
          "exitTs": 1702494000,
          "dir": 1,
          "entryPrice": 1982.605,
          "exitPrice": 1992.594,
          "stopDistance": 4.994,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 330
        },
        {
          "entryTs": 1702560600,
          "entryUtc": "2023-12-14T13:30:00.000Z",
          "exitTs": 1702562400,
          "dir": -1,
          "entryPrice": 2029.165,
          "exitPrice": 2037.615,
          "stopDistance": 8.45,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 30
        },
        {
          "entryTs": 1702647240,
          "entryUtc": "2023-12-15T13:34:00.000Z",
          "exitTs": 1702664400,
          "dir": -1,
          "entryPrice": 2035.725,
          "exitPrice": 2023.102,
          "stopDistance": 6.311,
          "outcome": "target",
          "netR": 1.9414,
          "holdMinutes": 286
        },
        {
          "entryTs": 1702909260,
          "entryUtc": "2023-12-18T14:21:00.000Z",
          "exitTs": 1702921680,
          "dir": -1,
          "entryPrice": 2021.655,
          "exitPrice": 2027.877,
          "stopDistance": 6.222,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 207
        },
        {
          "entryTs": 1702990800,
          "entryUtc": "2023-12-19T13:00:00.000Z",
          "exitTs": 1702997280,
          "dir": 1,
          "entryPrice": 2029.375,
          "exitPrice": 2039.736,
          "stopDistance": 5.18,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 108
        },
        {
          "entryTs": 1703077200,
          "entryUtc": "2023-12-20T13:00:00.000Z",
          "exitTs": 1703081520,
          "dir": -1,
          "entryPrice": 2033.945,
          "exitPrice": 2038.799,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 72
        },
        {
          "entryTs": 1703163600,
          "entryUtc": "2023-12-21T13:00:00.000Z",
          "exitTs": 1703165400,
          "dir": 1,
          "entryPrice": 2037.895,
          "exitPrice": 2032.966,
          "stopDistance": 4.929,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 30
        },
        {
          "entryTs": 1703250000,
          "entryUtc": "2023-12-22T13:00:00.000Z",
          "exitTs": 1703263680,
          "dir": 1,
          "entryPrice": 2060.035,
          "exitPrice": 2053.59,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 228
        },
        {
          "entryTs": 1703598360,
          "entryUtc": "2023-12-26T13:46:00.000Z",
          "exitTs": 1703622900,
          "dir": -1,
          "entryPrice": 2060.525,
          "exitPrice": 2065.697,
          "stopDistance": 5.172,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 409
        },
        {
          "entryTs": 1703683260,
          "entryUtc": "2023-12-27T13:21:00.000Z",
          "exitTs": 1703691420,
          "dir": 1,
          "entryPrice": 2069.205,
          "exitPrice": 2079.776,
          "stopDistance": 5.286,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 136
        },
        {
          "entryTs": 1703771880,
          "entryUtc": "2023-12-28T13:58:00.000Z",
          "exitTs": 1703775660,
          "dir": -1,
          "entryPrice": 2072.994,
          "exitPrice": 2079.337,
          "stopDistance": 6.343,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 63
        },
        {
          "entryTs": 1703854800,
          "entryUtc": "2023-12-29T13:00:00.000Z",
          "exitTs": 1704172320,
          "dir": -1,
          "entryPrice": 2065.248,
          "exitPrice": 2070.842,
          "stopDistance": 5.594,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 5292
        },
        {
          "entryTs": 1704200400,
          "entryUtc": "2024-01-02T13:00:00.000Z",
          "exitTs": 1704275040,
          "dir": -1,
          "entryPrice": 2067.815,
          "exitPrice": 2054.846,
          "stopDistance": 6.485,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 1244
        },
        {
          "entryTs": 1704286800,
          "entryUtc": "2024-01-03T13:00:00.000Z",
          "exitTs": 1704292620,
          "dir": -1,
          "entryPrice": 2045.565,
          "exitPrice": 2031.918,
          "stopDistance": 6.824,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 97
        },
        {
          "entryTs": 1704373380,
          "entryUtc": "2024-01-04T13:03:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2045.345,
          "exitPrice": 2033.021,
          "stopDistance": 6.162,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 1467
        },
        {
          "entryTs": 1704718800,
          "entryUtc": "2024-01-08T13:00:00.000Z",
          "exitTs": 1704727920,
          "dir": -1,
          "entryPrice": 2024.605,
          "exitPrice": 2032.562,
          "stopDistance": 7.957,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 152
        },
        {
          "entryTs": 1704807480,
          "entryUtc": "2024-01-09T13:38:00.000Z",
          "exitTs": 1704815640,
          "dir": 1,
          "entryPrice": 2038.078,
          "exitPrice": 2031.869,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 136
        },
        {
          "entryTs": 1704979380,
          "entryUtc": "2024-01-11T13:23:00.000Z",
          "exitTs": 1704979800,
          "dir": 1,
          "entryPrice": 2035.655,
          "exitPrice": 2030.818,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 7
        },
        {
          "entryTs": 1705064400,
          "entryUtc": "2024-01-12T13:00:00.000Z",
          "exitTs": 1705070220,
          "dir": 1,
          "entryPrice": 2047.765,
          "exitPrice": 2062.132,
          "stopDistance": 7.183,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 97
        },
        {
          "entryTs": 1705323600,
          "entryUtc": "2024-01-15T13:00:00.000Z",
          "exitTs": 1705396260,
          "dir": -1,
          "entryPrice": 2052.725,
          "exitPrice": 2040.692,
          "stopDistance": 6.016,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1211
        },
        {
          "entryTs": 1705410000,
          "entryUtc": "2024-01-16T13:00:00.000Z",
          "exitTs": 1705412520,
          "dir": -1,
          "entryPrice": 2038.335,
          "exitPrice": 2043.535,
          "stopDistance": 5.2,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 42
        },
        {
          "entryTs": 1705496400,
          "entryUtc": "2024-01-17T13:00:00.000Z",
          "exitTs": 1705498200,
          "dir": 1,
          "entryPrice": 2028.325,
          "exitPrice": 2021.256,
          "stopDistance": 7.069,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 30
        },
        {
          "entryTs": 1705582800,
          "entryUtc": "2024-01-18T13:00:00.000Z",
          "exitTs": 1705584600,
          "dir": 1,
          "entryPrice": 2014.885,
          "exitPrice": 2008.927,
          "stopDistance": 5.958,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 30
        },
        {
          "entryTs": 1705669200,
          "entryUtc": "2024-01-19T13:00:00.000Z",
          "exitTs": 1705675200,
          "dir": 1,
          "entryPrice": 2032.725,
          "exitPrice": 2027.649,
          "stopDistance": 5.076,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 100
        },
        {
          "entryTs": 1705928400,
          "entryUtc": "2024-01-22T13:00:00.000Z",
          "exitTs": 1705930260,
          "dir": 1,
          "entryPrice": 2029.555,
          "exitPrice": 2023.626,
          "stopDistance": 5.93,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 31
        },
        {
          "entryTs": 1706014800,
          "entryUtc": "2024-01-23T13:00:00.000Z",
          "exitTs": 1706085120,
          "dir": -1,
          "entryPrice": 2025.578,
          "exitPrice": 2031.752,
          "stopDistance": 6.174,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 1172
        },
        {
          "entryTs": 1706101440,
          "entryUtc": "2024-01-24T13:04:00.000Z",
          "exitTs": 1706107140,
          "dir": 1,
          "entryPrice": 2034.065,
          "exitPrice": 2028.681,
          "stopDistance": 5.384,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 95
        },
        {
          "entryTs": 1706189400,
          "entryUtc": "2024-01-25T13:30:00.000Z",
          "exitTs": 1706189400,
          "dir": -1,
          "entryPrice": 2012.555,
          "exitPrice": 2017.89,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 0
        },
        {
          "entryTs": 1706274420,
          "entryUtc": "2024-01-26T13:07:00.000Z",
          "exitTs": 1706281320,
          "dir": 1,
          "entryPrice": 2022.795,
          "exitPrice": 2017.699,
          "stopDistance": 5.096,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 115
        },
        {
          "entryTs": 1706534460,
          "entryUtc": "2024-01-29T13:21:00.000Z",
          "exitTs": 1706535480,
          "dir": -1,
          "entryPrice": 2027.755,
          "exitPrice": 2032.915,
          "stopDistance": 5.16,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 17
        },
        {
          "entryTs": 1706620260,
          "entryUtc": "2024-01-30T13:11:00.000Z",
          "exitTs": 1706623500,
          "dir": -1,
          "entryPrice": 2033.975,
          "exitPrice": 2039.559,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 54
        },
        {
          "entryTs": 1706707800,
          "entryUtc": "2024-01-31T13:30:00.000Z",
          "exitTs": 1706712120,
          "dir": 1,
          "entryPrice": 2040.305,
          "exitPrice": 2049.74,
          "stopDistance": 4.718,
          "outcome": "target",
          "netR": 1.9216,
          "holdMinutes": 72
        },
        {
          "entryTs": 1706792400,
          "entryUtc": "2024-02-01T13:00:00.000Z",
          "exitTs": 1706794800,
          "dir": -1,
          "entryPrice": 2034.135,
          "exitPrice": 2041.075,
          "stopDistance": 6.94,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 40
        },
        {
          "entryTs": 1706879760,
          "entryUtc": "2024-02-02T13:16:00.000Z",
          "exitTs": 1706880600,
          "dir": 1,
          "entryPrice": 2056.855,
          "exitPrice": 2051.199,
          "stopDistance": 5.656,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 14
        },
        {
          "entryTs": 1707139260,
          "entryUtc": "2024-02-05T13:21:00.000Z",
          "exitTs": 1707160080,
          "dir": -1,
          "entryPrice": 2020.555,
          "exitPrice": 2027.32,
          "stopDistance": 6.765,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 347
        },
        {
          "entryTs": 1707224700,
          "entryUtc": "2024-02-06T13:05:00.000Z",
          "exitTs": 1707316980,
          "dir": 1,
          "entryPrice": 2028.838,
          "exitPrice": 2039.466,
          "stopDistance": 5.314,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 1538
        },
        {
          "entryTs": 1707397200,
          "entryUtc": "2024-02-08T13:00:00.000Z",
          "exitTs": 1707402720,
          "dir": -1,
          "entryPrice": 2024.945,
          "exitPrice": 2030.714,
          "stopDistance": 5.769,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 92
        },
        {
          "entryTs": 1707483600,
          "entryUtc": "2024-02-09T13:00:00.000Z",
          "exitTs": 1707485460,
          "dir": -1,
          "entryPrice": 2028.705,
          "exitPrice": 2033.061,
          "stopDistance": 4.356,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 31
        },
        {
          "entryTs": 1707744000,
          "entryUtc": "2024-02-12T13:20:00.000Z",
          "exitTs": 1707744240,
          "dir": 1,
          "entryPrice": 2027.158,
          "exitPrice": 2023.173,
          "stopDistance": 3.985,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 4
        },
        {
          "entryTs": 1707829200,
          "entryUtc": "2024-02-13T13:00:00.000Z",
          "exitTs": 1707831000,
          "dir": 1,
          "entryPrice": 2028.155,
          "exitPrice": 2024.389,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 30
        },
        {
          "entryTs": 1707917880,
          "entryUtc": "2024-02-14T13:38:00.000Z",
          "exitTs": 1707922320,
          "dir": 1,
          "entryPrice": 1993.025,
          "exitPrice": 1987.948,
          "stopDistance": 5.077,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 74
        },
        {
          "entryTs": 1708002000,
          "entryUtc": "2024-02-15T13:00:00.000Z",
          "exitTs": 1708007520,
          "dir": 1,
          "entryPrice": 1997.915,
          "exitPrice": 2006.165,
          "stopDistance": 4.125,
          "outcome": "target",
          "netR": 1.9103,
          "holdMinutes": 92
        },
        {
          "entryTs": 1708088400,
          "entryUtc": "2024-02-16T13:00:00.000Z",
          "exitTs": 1708090200,
          "dir": 1,
          "entryPrice": 2006.705,
          "exitPrice": 2003.069,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 30
        },
        {
          "entryTs": 1708347600,
          "entryUtc": "2024-02-19T13:00:00.000Z",
          "exitTs": 1708413600,
          "dir": -1,
          "entryPrice": 2016.665,
          "exitPrice": 2021.519,
          "stopDistance": 4.854,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 1100
        },
        {
          "entryTs": 1708434000,
          "entryUtc": "2024-02-20T13:00:00.000Z",
          "exitTs": 1708535460,
          "dir": 1,
          "entryPrice": 2026.595,
          "exitPrice": 2022.69,
          "stopDistance": 3.905,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 1691
        },
        {
          "entryTs": 1708606800,
          "entryUtc": "2024-02-22T13:00:00.000Z",
          "exitTs": 1708620420,
          "dir": -1,
          "entryPrice": 2028.195,
          "exitPrice": 2019.804,
          "stopDistance": 4.195,
          "outcome": "target",
          "netR": 1.9118,
          "holdMinutes": 227
        },
        {
          "entryTs": 1708693200,
          "entryUtc": "2024-02-23T13:00:00.000Z",
          "exitTs": 1708706880,
          "dir": 1,
          "entryPrice": 2027.935,
          "exitPrice": 2038.357,
          "stopDistance": 5.211,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 228
        },
        {
          "entryTs": 1708952580,
          "entryUtc": "2024-02-26T13:03:00.000Z",
          "exitTs": 1709022180,
          "dir": -1,
          "entryPrice": 2032.155,
          "exitPrice": 2036.692,
          "stopDistance": 4.537,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 1160
        },
        {
          "entryTs": 1709047860,
          "entryUtc": "2024-02-27T15:31:00.000Z",
          "exitTs": 1709112720,
          "dir": -1,
          "entryPrice": 2033.155,
          "exitPrice": 2025.252,
          "stopDistance": 3.952,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 1081
        },
        {
          "entryTs": 1709125200,
          "entryUtc": "2024-02-28T13:00:00.000Z",
          "exitTs": 1709128980,
          "dir": 1,
          "entryPrice": 2029.478,
          "exitPrice": 2036.894,
          "stopDistance": 3.708,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 63
        },
        {
          "entryTs": 1709211600,
          "entryUtc": "2024-02-29T13:00:00.000Z",
          "exitTs": 1709213400,
          "dir": -1,
          "entryPrice": 2030.165,
          "exitPrice": 2033.957,
          "stopDistance": 3.792,
          "outcome": "stop",
          "netR": -1.1108,
          "holdMinutes": 30
        },
        {
          "entryTs": 1709298000,
          "entryUtc": "2024-03-01T13:00:00.000Z",
          "exitTs": 1709304300,
          "dir": 1,
          "entryPrice": 2052.258,
          "exitPrice": 2046.477,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 105
        },
        {
          "entryTs": 1709557200,
          "entryUtc": "2024-03-04T13:00:00.000Z",
          "exitTs": 1709560500,
          "dir": -1,
          "entryPrice": 2082.465,
          "exitPrice": 2088.116,
          "stopDistance": 5.651,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709643660,
          "entryUtc": "2024-03-05T13:01:00.000Z",
          "exitTs": 1709645640,
          "dir": 1,
          "entryPrice": 2125.205,
          "exitPrice": 2139.399,
          "stopDistance": 7.097,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 33
        },
        {
          "entryTs": 1709730000,
          "entryUtc": "2024-03-06T13:00:00.000Z",
          "exitTs": 1709736480,
          "dir": 1,
          "entryPrice": 2134.105,
          "exitPrice": 2147.507,
          "stopDistance": 6.701,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 108
        },
        {
          "entryTs": 1709816700,
          "entryUtc": "2024-03-07T13:05:00.000Z",
          "exitTs": 1709822280,
          "dir": 1,
          "entryPrice": 2159.735,
          "exitPrice": 2151.773,
          "stopDistance": 7.962,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 93
        },
        {
          "entryTs": 1710160800,
          "entryUtc": "2024-03-11T12:40:00.000Z",
          "exitTs": 1710164820,
          "dir": -1,
          "entryPrice": 2176.625,
          "exitPrice": 2184.971,
          "stopDistance": 8.346,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 67
        },
        {
          "entryTs": 1710244800,
          "entryUtc": "2024-03-12T12:00:00.000Z",
          "exitTs": 1710247140,
          "dir": -1,
          "entryPrice": 2171.815,
          "exitPrice": 2177.947,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 39
        },
        {
          "entryTs": 1710331200,
          "entryUtc": "2024-03-13T12:00:00.000Z",
          "exitTs": 1710349800,
          "dir": 1,
          "entryPrice": 2163.935,
          "exitPrice": 2176.901,
          "stopDistance": 6.483,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 310
        },
        {
          "entryTs": 1710417660,
          "entryUtc": "2024-03-14T12:01:00.000Z",
          "exitTs": 1710429600,
          "dir": -1,
          "entryPrice": 2167.325,
          "exitPrice": 2157.03,
          "stopDistance": 5.147,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 199
        },
        {
          "entryTs": 1710504180,
          "entryUtc": "2024-03-15T12:03:00.000Z",
          "exitTs": 1710712800,
          "dir": -1,
          "entryPrice": 2165.205,
          "exitPrice": 2154.236,
          "stopDistance": 5.484,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 3477
        },
        {
          "entryTs": 1710763200,
          "entryUtc": "2024-03-18T12:00:00.000Z",
          "exitTs": 1710777840,
          "dir": 1,
          "entryPrice": 2160.995,
          "exitPrice": 2155.193,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 244
        },
        {
          "entryTs": 1710852180,
          "entryUtc": "2024-03-19T12:43:00.000Z",
          "exitTs": 1710855840,
          "dir": 1,
          "entryPrice": 2157.665,
          "exitPrice": 2152.309,
          "stopDistance": 5.356,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 61
        },
        {
          "entryTs": 1710936000,
          "entryUtc": "2024-03-20T12:00:00.000Z",
          "exitTs": 1710943140,
          "dir": -1,
          "entryPrice": 2153.885,
          "exitPrice": 2158.393,
          "stopDistance": 4.508,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 119
        },
        {
          "entryTs": 1711028820,
          "entryUtc": "2024-03-21T13:47:00.000Z",
          "exitTs": 1711031280,
          "dir": -1,
          "entryPrice": 2196.735,
          "exitPrice": 2176.632,
          "stopDistance": 10.052,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 41
        },
        {
          "entryTs": 1711114800,
          "entryUtc": "2024-03-22T13:40:00.000Z",
          "exitTs": 1711120800,
          "dir": 1,
          "entryPrice": 2176.175,
          "exitPrice": 2167.583,
          "stopDistance": 8.592,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 100
        },
        {
          "entryTs": 1711368000,
          "entryUtc": "2024-03-25T12:00:00.000Z",
          "exitTs": 1711445400,
          "dir": 1,
          "entryPrice": 2170.525,
          "exitPrice": 2186.019,
          "stopDistance": 7.747,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 1290
        },
        {
          "entryTs": 1711454400,
          "entryUtc": "2024-03-26T12:00:00.000Z",
          "exitTs": 1711457220,
          "dir": 1,
          "entryPrice": 2196.385,
          "exitPrice": 2188.629,
          "stopDistance": 7.756,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 47
        },
        {
          "entryTs": 1711540800,
          "entryUtc": "2024-03-27T12:00:00.000Z",
          "exitTs": 1711621320,
          "dir": 1,
          "entryPrice": 2188.335,
          "exitPrice": 2206.109,
          "stopDistance": 8.887,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 1342
        },
        {
          "entryTs": 1711627200,
          "entryUtc": "2024-03-28T12:00:00.000Z",
          "exitTs": 1711658940,
          "dir": 1,
          "entryPrice": 2210.295,
          "exitPrice": 2227.492,
          "stopDistance": 8.599,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 529
        },
        {
          "entryTs": 1711972800,
          "entryUtc": "2024-04-01T12:00:00.000Z",
          "exitTs": 1711977720,
          "dir": -1,
          "entryPrice": 2246.745,
          "exitPrice": 2257.639,
          "stopDistance": 10.894,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 82
        },
        {
          "entryTs": 1712065020,
          "entryUtc": "2024-04-02T13:37:00.000Z",
          "exitTs": 1712071920,
          "dir": 1,
          "entryPrice": 2262.725,
          "exitPrice": 2252.383,
          "stopDistance": 10.342,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 115
        },
        {
          "entryTs": 1712146920,
          "entryUtc": "2024-04-03T12:22:00.000Z",
          "exitTs": 1712149620,
          "dir": -1,
          "entryPrice": 2267.558,
          "exitPrice": 2277.473,
          "stopDistance": 9.915,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 45
        },
        {
          "entryTs": 1712232000,
          "entryUtc": "2024-04-04T12:00:00.000Z",
          "exitTs": 1712240880,
          "dir": -1,
          "entryPrice": 2289.235,
          "exitPrice": 2297.071,
          "stopDistance": 7.835,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 148
        },
        {
          "entryTs": 1712318460,
          "entryUtc": "2024-04-05T12:01:00.000Z",
          "exitTs": 1712320380,
          "dir": 1,
          "entryPrice": 2291.685,
          "exitPrice": 2281.251,
          "stopDistance": 10.434,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 32
        },
        {
          "entryTs": 1712577960,
          "entryUtc": "2024-04-08T12:06:00.000Z",
          "exitTs": 1712626380,
          "dir": -1,
          "entryPrice": 2331.705,
          "exitPrice": 2346.241,
          "stopDistance": 14.536,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 807
        },
        {
          "entryTs": 1712669820,
          "entryUtc": "2024-04-09T13:37:00.000Z",
          "exitTs": 1712673660,
          "dir": 1,
          "entryPrice": 2359.098,
          "exitPrice": 2347.927,
          "stopDistance": 11.171,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 64
        },
        {
          "entryTs": 1712750400,
          "entryUtc": "2024-04-10T12:00:00.000Z",
          "exitTs": 1712752380,
          "dir": -1,
          "entryPrice": 2346.915,
          "exitPrice": 2328.105,
          "stopDistance": 9.405,
          "outcome": "target",
          "netR": 1.9607,
          "holdMinutes": 33
        },
        {
          "entryTs": 1712838840,
          "entryUtc": "2024-04-11T12:34:00.000Z",
          "exitTs": 1712860980,
          "dir": 1,
          "entryPrice": 2342.105,
          "exitPrice": 2364.64,
          "stopDistance": 11.267,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 369
        },
        {
          "entryTs": 1712929320,
          "entryUtc": "2024-04-12T13:42:00.000Z",
          "exitTs": 1712933580,
          "dir": 1,
          "entryPrice": 2400.575,
          "exitPrice": 2423.174,
          "stopDistance": 11.299,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 71
        },
        {
          "entryTs": 1713188520,
          "entryUtc": "2024-04-15T13:42:00.000Z",
          "exitTs": 1713201900,
          "dir": -1,
          "entryPrice": 2344.615,
          "exitPrice": 2360.842,
          "stopDistance": 16.227,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 223
        },
        {
          "entryTs": 1713361440,
          "entryUtc": "2024-04-17T13:44:00.000Z",
          "exitTs": 1713369960,
          "dir": 1,
          "entryPrice": 2393.434,
          "exitPrice": 2381.513,
          "stopDistance": 11.921,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 142
        },
        {
          "entryTs": 1713441600,
          "entryUtc": "2024-04-18T12:00:00.000Z",
          "exitTs": 1713450900,
          "dir": 1,
          "entryPrice": 2380.855,
          "exitPrice": 2370.754,
          "stopDistance": 10.101,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 155
        },
        {
          "entryTs": 1713528000,
          "entryUtc": "2024-04-19T12:00:00.000Z",
          "exitTs": 1713536400,
          "dir": -1,
          "entryPrice": 2376.735,
          "exitPrice": 2390.703,
          "stopDistance": 13.968,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 140
        },
        {
          "entryTs": 1713787200,
          "entryUtc": "2024-04-22T12:00:00.000Z",
          "exitTs": 1713836280,
          "dir": -1,
          "entryPrice": 2342.085,
          "exitPrice": 2315.988,
          "stopDistance": 13.049,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 818
        },
        {
          "entryTs": 1713875760,
          "entryUtc": "2024-04-23T12:36:00.000Z",
          "exitTs": 1714055700,
          "dir": 1,
          "entryPrice": 2311.095,
          "exitPrice": 2339.639,
          "stopDistance": 14.272,
          "outcome": "target",
          "netR": 1.9741,
          "holdMinutes": 2999
        },
        {
          "entryTs": 1714135080,
          "entryUtc": "2024-04-26T12:38:00.000Z",
          "exitTs": 1714135980,
          "dir": 1,
          "entryPrice": 2350.035,
          "exitPrice": 2341.028,
          "stopDistance": 9.007,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 15
        },
        {
          "entryTs": 1714398120,
          "entryUtc": "2024-04-29T13:42:00.000Z",
          "exitTs": 1714399560,
          "dir": -1,
          "entryPrice": 2327.325,
          "exitPrice": 2337.548,
          "stopDistance": 10.223,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 24
        },
        {
          "entryTs": 1714478520,
          "entryUtc": "2024-04-30T12:02:00.000Z",
          "exitTs": 1714489140,
          "dir": -1,
          "entryPrice": 2310.545,
          "exitPrice": 2293.61,
          "stopDistance": 8.468,
          "outcome": "target",
          "netR": 1.9563,
          "holdMinutes": 177
        },
        {
          "entryTs": 1714564800,
          "entryUtc": "2024-05-01T12:00:00.000Z",
          "exitTs": 1714588140,
          "dir": 1,
          "entryPrice": 2294.445,
          "exitPrice": 2311.107,
          "stopDistance": 8.331,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 389
        },
        {
          "entryTs": 1714651200,
          "entryUtc": "2024-05-02T12:00:00.000Z",
          "exitTs": 1714673400,
          "dir": -1,
          "entryPrice": 2298.824,
          "exitPrice": 2309.267,
          "stopDistance": 10.443,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 370
        },
        {
          "entryTs": 1714737660,
          "entryUtc": "2024-05-03T12:01:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2297.675,
          "exitPrice": 2305.498,
          "stopDistance": 7.823,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 29
        },
        {
          "entryTs": 1714999440,
          "entryUtc": "2024-05-06T12:44:00.000Z",
          "exitTs": 1715069640,
          "dir": 1,
          "entryPrice": 2324.045,
          "exitPrice": 2313.623,
          "stopDistance": 10.422,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 1170
        },
        {
          "entryTs": 1715083200,
          "entryUtc": "2024-05-07T12:00:00.000Z",
          "exitTs": 1715087040,
          "dir": -1,
          "entryPrice": 2311.608,
          "exitPrice": 2319.726,
          "stopDistance": 8.118,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 64
        },
        {
          "entryTs": 1715169780,
          "entryUtc": "2024-05-08T12:03:00.000Z",
          "exitTs": 1715174280,
          "dir": 1,
          "entryPrice": 2318.875,
          "exitPrice": 2310.903,
          "stopDistance": 7.972,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 75
        },
        {
          "entryTs": 1715256060,
          "entryUtc": "2024-05-09T12:01:00.000Z",
          "exitTs": 1715263740,
          "dir": 1,
          "entryPrice": 2316.995,
          "exitPrice": 2331.265,
          "stopDistance": 7.135,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 128
        },
        {
          "entryTs": 1715342400,
          "entryUtc": "2024-05-10T12:00:00.000Z",
          "exitTs": 1715345520,
          "dir": 1,
          "entryPrice": 2372.055,
          "exitPrice": 2362.989,
          "stopDistance": 9.066,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 52
        },
        {
          "entryTs": 1715608020,
          "entryUtc": "2024-05-13T13:47:00.000Z",
          "exitTs": 1715692260,
          "dir": -1,
          "entryPrice": 2341.505,
          "exitPrice": 2350.453,
          "stopDistance": 8.949,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 1404
        },
        {
          "entryTs": 1715776200,
          "entryUtc": "2024-05-15T12:30:00.000Z",
          "exitTs": 1715776200,
          "dir": 1,
          "entryPrice": 2374.175,
          "exitPrice": 2366.5,
          "stopDistance": 7.675,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715860800,
          "entryUtc": "2024-05-16T12:00:00.000Z",
          "exitTs": 1715950260,
          "dir": -1,
          "entryPrice": 2384.485,
          "exitPrice": 2393.394,
          "stopDistance": 8.909,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 1491
        },
        {
          "entryTs": 1716206400,
          "entryUtc": "2024-05-20T12:00:00.000Z",
          "exitTs": 1716386820,
          "dir": -1,
          "entryPrice": 2430.435,
          "exitPrice": 2404.643,
          "stopDistance": 12.896,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 3007
        },
        {
          "entryTs": 1716465600,
          "entryUtc": "2024-05-23T12:00:00.000Z",
          "exitTs": 1716472020,
          "dir": 1,
          "entryPrice": 2367.908,
          "exitPrice": 2357.102,
          "stopDistance": 10.805,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 107
        },
        {
          "entryTs": 1716555900,
          "entryUtc": "2024-05-24T13:05:00.000Z",
          "exitTs": 1716902220,
          "dir": 1,
          "entryPrice": 2341.008,
          "exitPrice": 2360.041,
          "stopDistance": 9.517,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 5772
        },
        {
          "entryTs": 1716984000,
          "entryUtc": "2024-05-29T12:00:00.000Z",
          "exitTs": 1717047240,
          "dir": -1,
          "entryPrice": 2341.495,
          "exitPrice": 2325.346,
          "stopDistance": 8.075,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1717071720,
          "entryUtc": "2024-05-30T12:22:00.000Z",
          "exitTs": 1717160100,
          "dir": 1,
          "entryPrice": 2337.588,
          "exitPrice": 2356.063,
          "stopDistance": 9.238,
          "outcome": "target",
          "netR": 1.9599,
          "holdMinutes": 1473
        },
        {
          "entryTs": 1717416000,
          "entryUtc": "2024-06-03T12:00:00.000Z",
          "exitTs": 1717432920,
          "dir": 1,
          "entryPrice": 2329.868,
          "exitPrice": 2347.443,
          "stopDistance": 8.787,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 282
        },
        {
          "entryTs": 1717502400,
          "entryUtc": "2024-06-04T12:00:00.000Z",
          "exitTs": 1717506000,
          "dir": -1,
          "entryPrice": 2327.865,
          "exitPrice": 2336.229,
          "stopDistance": 8.364,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 60
        },
        {
          "entryTs": 1717591440,
          "entryUtc": "2024-06-05T12:44:00.000Z",
          "exitTs": 1717600560,
          "dir": 1,
          "entryPrice": 2338.375,
          "exitPrice": 2353.765,
          "stopDistance": 7.695,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 152
        },
        {
          "entryTs": 1717675200,
          "entryUtc": "2024-06-06T12:00:00.000Z",
          "exitTs": 1717686360,
          "dir": -1,
          "entryPrice": 2359.665,
          "exitPrice": 2367.586,
          "stopDistance": 7.921,
          "outcome": "stop",
          "netR": -1.053,
          "holdMinutes": 186
        },
        {
          "entryTs": 1717761600,
          "entryUtc": "2024-06-07T12:00:00.000Z",
          "exitTs": 1717768200,
          "dir": -1,
          "entryPrice": 2336.468,
          "exitPrice": 2311.418,
          "stopDistance": 12.525,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 110
        },
        {
          "entryTs": 1718020800,
          "entryUtc": "2024-06-10T12:00:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2304.975,
          "exitPrice": 2326.772,
          "stopDistance": 10.899,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 2910
        },
        {
          "entryTs": 1718280000,
          "entryUtc": "2024-06-13T12:00:00.000Z",
          "exitTs": 1718281800,
          "dir": -1,
          "entryPrice": 2306.935,
          "exitPrice": 2316.502,
          "stopDistance": 9.567,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 30
        },
        {
          "entryTs": 1718366400,
          "entryUtc": "2024-06-14T12:00:00.000Z",
          "exitTs": 1718592240,
          "dir": 1,
          "entryPrice": 2331.885,
          "exitPrice": 2322.02,
          "stopDistance": 9.865,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 3764
        },
        {
          "entryTs": 1718629800,
          "entryUtc": "2024-06-17T13:10:00.000Z",
          "exitTs": 1718638380,
          "dir": 1,
          "entryPrice": 2322.205,
          "exitPrice": 2314.927,
          "stopDistance": 7.278,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 143
        },
        {
          "entryTs": 1718714760,
          "entryUtc": "2024-06-18T12:46:00.000Z",
          "exitTs": 1718715240,
          "dir": 1,
          "entryPrice": 2322.645,
          "exitPrice": 2315.452,
          "stopDistance": 7.193,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 8
        },
        {
          "entryTs": 1718799900,
          "entryUtc": "2024-06-19T12:25:00.000Z",
          "exitTs": 1718845500,
          "dir": -1,
          "entryPrice": 2328.335,
          "exitPrice": 2334.312,
          "stopDistance": 5.977,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 760
        },
        {
          "entryTs": 1718891280,
          "entryUtc": "2024-06-20T13:48:00.000Z",
          "exitTs": 1718894580,
          "dir": 1,
          "entryPrice": 2345.555,
          "exitPrice": 2360.25,
          "stopDistance": 7.348,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 55
        },
        {
          "entryTs": 1718976300,
          "entryUtc": "2024-06-21T13:25:00.000Z",
          "exitTs": 1718977920,
          "dir": -1,
          "entryPrice": 2354.995,
          "exitPrice": 2339.551,
          "stopDistance": 7.722,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 27
        },
        {
          "entryTs": 1719235920,
          "entryUtc": "2024-06-24T13:32:00.000Z",
          "exitTs": 1719279960,
          "dir": 1,
          "entryPrice": 2332.688,
          "exitPrice": 2324.432,
          "stopDistance": 8.256,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 734
        },
        {
          "entryTs": 1719320460,
          "entryUtc": "2024-06-25T13:01:00.000Z",
          "exitTs": 1719399600,
          "dir": -1,
          "entryPrice": 2322.785,
          "exitPrice": 2307.352,
          "stopDistance": 7.716,
          "outcome": "target",
          "netR": 1.952,
          "holdMinutes": 1319
        },
        {
          "entryTs": 1719406800,
          "entryUtc": "2024-06-26T13:00:00.000Z",
          "exitTs": 1719489720,
          "dir": -1,
          "entryPrice": 2309.608,
          "exitPrice": 2318.508,
          "stopDistance": 8.9,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 1382
        },
        {
          "entryTs": 1719576000,
          "entryUtc": "2024-06-28T12:00:00.000Z",
          "exitTs": 1719581580,
          "dir": 1,
          "entryPrice": 2333.798,
          "exitPrice": 2327.111,
          "stopDistance": 6.687,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 93
        },
        {
          "entryTs": 1719835200,
          "entryUtc": "2024-07-01T12:00:00.000Z",
          "exitTs": 1719837660,
          "dir": 1,
          "entryPrice": 2338.115,
          "exitPrice": 2330.78,
          "stopDistance": 7.335,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 41
        },
        {
          "entryTs": 1719921600,
          "entryUtc": "2024-07-02T12:00:00.000Z",
          "exitTs": 1719924720,
          "dir": -1,
          "entryPrice": 2320.675,
          "exitPrice": 2327.91,
          "stopDistance": 7.235,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720008900,
          "entryUtc": "2024-07-03T12:15:00.000Z",
          "exitTs": 1720015260,
          "dir": 1,
          "entryPrice": 2347.438,
          "exitPrice": 2361.887,
          "stopDistance": 7.225,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 106
        },
        {
          "entryTs": 1720094940,
          "entryUtc": "2024-07-04T12:09:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2359.525,
          "exitPrice": 2353.234,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1720442220,
          "entryUtc": "2024-07-08T12:37:00.000Z",
          "exitTs": 1720453680,
          "dir": -1,
          "entryPrice": 2371.818,
          "exitPrice": 2355.922,
          "stopDistance": 7.948,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 191
        },
        {
          "entryTs": 1720527720,
          "entryUtc": "2024-07-09T12:22:00.000Z",
          "exitTs": 1720531500,
          "dir": -1,
          "entryPrice": 2358.125,
          "exitPrice": 2365.181,
          "stopDistance": 7.056,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 63
        },
        {
          "entryTs": 1720612800,
          "entryUtc": "2024-07-10T12:00:00.000Z",
          "exitTs": 1720632120,
          "dir": 1,
          "entryPrice": 2378.235,
          "exitPrice": 2371.753,
          "stopDistance": 6.482,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 322
        },
        {
          "entryTs": 1720700940,
          "entryUtc": "2024-07-11T12:29:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2378.375,
          "exitPrice": 2384.289,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 1
        },
        {
          "entryTs": 1720787400,
          "entryUtc": "2024-07-12T12:30:00.000Z",
          "exitTs": 1720793460,
          "dir": -1,
          "entryPrice": 2400.165,
          "exitPrice": 2408.272,
          "stopDistance": 8.107,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 101
        },
        {
          "entryTs": 1721044800,
          "entryUtc": "2024-07-15T12:00:00.000Z",
          "exitTs": 1721055600,
          "dir": 1,
          "entryPrice": 2418.155,
          "exitPrice": 2433.454,
          "stopDistance": 7.649,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 180
        },
        {
          "entryTs": 1721131200,
          "entryUtc": "2024-07-16T12:00:00.000Z",
          "exitTs": 1721134260,
          "dir": 1,
          "entryPrice": 2439.425,
          "exitPrice": 2431.569,
          "stopDistance": 7.856,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721221800,
          "entryUtc": "2024-07-17T13:10:00.000Z",
          "exitTs": 1721225460,
          "dir": 1,
          "entryPrice": 2478.755,
          "exitPrice": 2467.93,
          "stopDistance": 10.825,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 61
        },
        {
          "entryTs": 1721304000,
          "entryUtc": "2024-07-18T12:00:00.000Z",
          "exitTs": 1721329560,
          "dir": -1,
          "entryPrice": 2464.365,
          "exitPrice": 2446.879,
          "stopDistance": 8.743,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 426
        },
        {
          "entryTs": 1721390400,
          "entryUtc": "2024-07-19T12:00:00.000Z",
          "exitTs": 1721651640,
          "dir": -1,
          "entryPrice": 2409.925,
          "exitPrice": 2389.625,
          "stopDistance": 10.15,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 4354
        },
        {
          "entryTs": 1721736000,
          "entryUtc": "2024-07-23T12:00:00.000Z",
          "exitTs": 1721828880,
          "dir": 1,
          "entryPrice": 2407.455,
          "exitPrice": 2424.701,
          "stopDistance": 8.623,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 1548
        },
        {
          "entryTs": 1721909040,
          "entryUtc": "2024-07-25T12:04:00.000Z",
          "exitTs": 1721962020,
          "dir": -1,
          "entryPrice": 2365.725,
          "exitPrice": 2378.464,
          "stopDistance": 12.739,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 883
        },
        {
          "entryTs": 1721995440,
          "entryUtc": "2024-07-26T12:04:00.000Z",
          "exitTs": 1722204780,
          "dir": 1,
          "entryPrice": 2374.295,
          "exitPrice": 2394.395,
          "stopDistance": 10.05,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 3489
        },
        {
          "entryTs": 1722254520,
          "entryUtc": "2024-07-29T12:02:00.000Z",
          "exitTs": 1722258720,
          "dir": -1,
          "entryPrice": 2386.805,
          "exitPrice": 2395.603,
          "stopDistance": 8.799,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 70
        },
        {
          "entryTs": 1722340800,
          "entryUtc": "2024-07-30T12:00:00.000Z",
          "exitTs": 1722345420,
          "dir": -1,
          "entryPrice": 2387.035,
          "exitPrice": 2394.146,
          "stopDistance": 7.111,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 77
        },
        {
          "entryTs": 1722433560,
          "entryUtc": "2024-07-31T13:46:00.000Z",
          "exitTs": 1722454080,
          "dir": 1,
          "entryPrice": 2425.355,
          "exitPrice": 2443.205,
          "stopDistance": 8.925,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 342
        },
        {
          "entryTs": 1722515400,
          "entryUtc": "2024-08-01T12:30:00.000Z",
          "exitTs": 1722531840,
          "dir": 1,
          "entryPrice": 2448.748,
          "exitPrice": 2438.688,
          "stopDistance": 10.06,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 274
        },
        {
          "entryTs": 1722600000,
          "entryUtc": "2024-08-02T12:00:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2459.068,
          "exitPrice": 2469.462,
          "stopDistance": 10.394,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 30
        },
        {
          "entryTs": 1722859200,
          "entryUtc": "2024-08-05T12:00:00.000Z",
          "exitTs": 1722870660,
          "dir": -1,
          "entryPrice": 2386.625,
          "exitPrice": 2408.232,
          "stopDistance": 21.607,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 191
        },
        {
          "entryTs": 1722947880,
          "entryUtc": "2024-08-06T12:38:00.000Z",
          "exitTs": 1723115460,
          "dir": -1,
          "entryPrice": 2394.728,
          "exitPrice": 2408.895,
          "stopDistance": 14.167,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 2793
        },
        {
          "entryTs": 1723118400,
          "entryUtc": "2024-08-08T12:00:00.000Z",
          "exitTs": 1723123080,
          "dir": 1,
          "entryPrice": 2412.105,
          "exitPrice": 2402.38,
          "stopDistance": 9.725,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 78
        },
        {
          "entryTs": 1723204800,
          "entryUtc": "2024-08-09T12:00:00.000Z",
          "exitTs": 1723465800,
          "dir": 1,
          "entryPrice": 2426.915,
          "exitPrice": 2445.052,
          "stopDistance": 9.068,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 4350
        },
        {
          "entryTs": 1723550700,
          "entryUtc": "2024-08-13T12:05:00.000Z",
          "exitTs": 1723602660,
          "dir": 1,
          "entryPrice": 2466.065,
          "exitPrice": 2458.028,
          "stopDistance": 8.037,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 866
        },
        {
          "entryTs": 1723638600,
          "entryUtc": "2024-08-14T12:30:00.000Z",
          "exitTs": 1723638600,
          "dir": 1,
          "entryPrice": 2478.615,
          "exitPrice": 2470.361,
          "stopDistance": 8.254,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 0
        },
        {
          "entryTs": 1723723200,
          "entryUtc": "2024-08-15T12:00:00.000Z",
          "exitTs": 1723725480,
          "dir": 1,
          "entryPrice": 2463.418,
          "exitPrice": 2456.044,
          "stopDistance": 7.373,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 38
        },
        {
          "entryTs": 1723809600,
          "entryUtc": "2024-08-16T12:00:00.000Z",
          "exitTs": 1723812900,
          "dir": 1,
          "entryPrice": 2472.015,
          "exitPrice": 2489.096,
          "stopDistance": 8.541,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 55
        },
        {
          "entryTs": 1724068800,
          "entryUtc": "2024-08-19T12:00:00.000Z",
          "exitTs": 1724078400,
          "dir": -1,
          "entryPrice": 2494.365,
          "exitPrice": 2504.662,
          "stopDistance": 10.297,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 160
        },
        {
          "entryTs": 1724155200,
          "entryUtc": "2024-08-20T12:00:00.000Z",
          "exitTs": 1724166120,
          "dir": 1,
          "entryPrice": 2526.205,
          "exitPrice": 2517.539,
          "stopDistance": 8.666,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 182
        },
        {
          "entryTs": 1724246640,
          "entryUtc": "2024-08-21T13:24:00.000Z",
          "exitTs": 1724264040,
          "dir": -1,
          "entryPrice": 2506.795,
          "exitPrice": 2515.751,
          "stopDistance": 8.956,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 290
        },
        {
          "entryTs": 1724328000,
          "entryUtc": "2024-08-22T12:00:00.000Z",
          "exitTs": 1724335680,
          "dir": -1,
          "entryPrice": 2499.465,
          "exitPrice": 2481.766,
          "stopDistance": 8.849,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 128
        },
        {
          "entryTs": 1724414400,
          "entryUtc": "2024-08-23T12:00:00.000Z",
          "exitTs": 1724422200,
          "dir": 1,
          "entryPrice": 2501.495,
          "exitPrice": 2516.665,
          "stopDistance": 7.585,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 130
        },
        {
          "entryTs": 1724673600,
          "entryUtc": "2024-08-26T12:00:00.000Z",
          "exitTs": 1724680080,
          "dir": 1,
          "entryPrice": 2526.425,
          "exitPrice": 2519.018,
          "stopDistance": 7.407,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 108
        },
        {
          "entryTs": 1724765220,
          "entryUtc": "2024-08-27T13:27:00.000Z",
          "exitTs": 1724765700,
          "dir": -1,
          "entryPrice": 2503.415,
          "exitPrice": 2511.55,
          "stopDistance": 8.135,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 8
        },
        {
          "entryTs": 1724846400,
          "entryUtc": "2024-08-28T12:00:00.000Z",
          "exitTs": 1724851740,
          "dir": -1,
          "entryPrice": 2501.305,
          "exitPrice": 2509.131,
          "stopDistance": 7.827,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 89
        },
        {
          "entryTs": 1724934480,
          "entryUtc": "2024-08-29T12:28:00.000Z",
          "exitTs": 1724943600,
          "dir": -1,
          "entryPrice": 2514.954,
          "exitPrice": 2522.531,
          "stopDistance": 7.577,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 152
        },
        {
          "entryTs": 1725023700,
          "entryUtc": "2024-08-30T13:15:00.000Z",
          "exitTs": 1725037260,
          "dir": -1,
          "entryPrice": 2513.005,
          "exitPrice": 2495.478,
          "stopDistance": 8.763,
          "outcome": "target",
          "netR": 1.9578,
          "holdMinutes": 226
        },
        {
          "entryTs": 1725364800,
          "entryUtc": "2024-09-03T12:00:00.000Z",
          "exitTs": 1725365580,
          "dir": -1,
          "entryPrice": 2489.558,
          "exitPrice": 2497.797,
          "stopDistance": 8.239,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 13
        },
        {
          "entryTs": 1725458400,
          "entryUtc": "2024-09-04T14:00:00.000Z",
          "exitTs": 1725524580,
          "dir": 1,
          "entryPrice": 2493.265,
          "exitPrice": 2512.551,
          "stopDistance": 9.643,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 1103
        },
        {
          "entryTs": 1725538500,
          "entryUtc": "2024-09-05T12:15:00.000Z",
          "exitTs": 1725544920,
          "dir": 1,
          "entryPrice": 2516.535,
          "exitPrice": 2508.988,
          "stopDistance": 7.547,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 107
        },
        {
          "entryTs": 1725624060,
          "entryUtc": "2024-09-06T12:01:00.000Z",
          "exitTs": 1725625800,
          "dir": -1,
          "entryPrice": 2515.358,
          "exitPrice": 2521.321,
          "stopDistance": 5.963,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 29
        },
        {
          "entryTs": 1725883200,
          "entryUtc": "2024-09-09T12:00:00.000Z",
          "exitTs": 1725982500,
          "dir": 1,
          "entryPrice": 2497.105,
          "exitPrice": 2515.763,
          "stopDistance": 9.329,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 1655
        },
        {
          "entryTs": 1726056360,
          "entryUtc": "2024-09-11T12:06:00.000Z",
          "exitTs": 1726058160,
          "dir": -1,
          "entryPrice": 2520.585,
          "exitPrice": 2507.311,
          "stopDistance": 6.637,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 30
        },
        {
          "entryTs": 1726143600,
          "entryUtc": "2024-09-12T12:20:00.000Z",
          "exitTs": 1726146540,
          "dir": 1,
          "entryPrice": 2522.195,
          "exitPrice": 2536.135,
          "stopDistance": 6.97,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 49
        },
        {
          "entryTs": 1726231380,
          "entryUtc": "2024-09-13T12:43:00.000Z",
          "exitTs": 1726455960,
          "dir": 1,
          "entryPrice": 2570.888,
          "exitPrice": 2587.726,
          "stopDistance": 8.419,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 3743
        },
        {
          "entryTs": 1726490160,
          "entryUtc": "2024-09-16T12:36:00.000Z",
          "exitTs": 1726494660,
          "dir": -1,
          "entryPrice": 2579.325,
          "exitPrice": 2587.29,
          "stopDistance": 7.965,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 75
        },
        {
          "entryTs": 1726574760,
          "entryUtc": "2024-09-17T12:06:00.000Z",
          "exitTs": 1726592520,
          "dir": -1,
          "entryPrice": 2577.525,
          "exitPrice": 2561.021,
          "stopDistance": 8.252,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 296
        },
        {
          "entryTs": 1726660800,
          "entryUtc": "2024-09-18T12:00:00.000Z",
          "exitTs": 1726667400,
          "dir": 1,
          "entryPrice": 2577.295,
          "exitPrice": 2569.557,
          "stopDistance": 7.738,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 110
        },
        {
          "entryTs": 1726747200,
          "entryUtc": "2024-09-19T12:00:00.000Z",
          "exitTs": 1726749900,
          "dir": 1,
          "entryPrice": 2589.265,
          "exitPrice": 2577.633,
          "stopDistance": 11.632,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 45
        },
        {
          "entryTs": 1726833600,
          "entryUtc": "2024-09-20T12:00:00.000Z",
          "exitTs": 1726839900,
          "dir": 1,
          "entryPrice": 2613.608,
          "exitPrice": 2604.244,
          "stopDistance": 9.364,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 105
        },
        {
          "entryTs": 1727097960,
          "entryUtc": "2024-09-23T13:26:00.000Z",
          "exitTs": 1727191620,
          "dir": 1,
          "entryPrice": 2630.045,
          "exitPrice": 2647.736,
          "stopDistance": 8.845,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 1561
        },
        {
          "entryTs": 1727265960,
          "entryUtc": "2024-09-25T12:06:00.000Z",
          "exitTs": 1727282760,
          "dir": 1,
          "entryPrice": 2659.685,
          "exitPrice": 2650.814,
          "stopDistance": 8.871,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 280
        },
        {
          "entryTs": 1727352000,
          "entryUtc": "2024-09-26T12:00:00.000Z",
          "exitTs": 1727352720,
          "dir": 1,
          "entryPrice": 2682.655,
          "exitPrice": 2673.828,
          "stopDistance": 8.827,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 12
        },
        {
          "entryTs": 1727440200,
          "entryUtc": "2024-09-27T12:30:00.000Z",
          "exitTs": 1727446920,
          "dir": 1,
          "entryPrice": 2669.395,
          "exitPrice": 2660.561,
          "stopDistance": 8.834,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 112
        },
        {
          "entryTs": 1727697600,
          "entryUtc": "2024-09-30T12:00:00.000Z",
          "exitTs": 1727784480,
          "dir": -1,
          "entryPrice": 2641.485,
          "exitPrice": 2652.59,
          "stopDistance": 11.105,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 1448
        },
        {
          "entryTs": 1727871360,
          "entryUtc": "2024-10-02T12:16:00.000Z",
          "exitTs": 1727875260,
          "dir": -1,
          "entryPrice": 2647.085,
          "exitPrice": 2656.099,
          "stopDistance": 9.015,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 65
        },
        {
          "entryTs": 1727960400,
          "entryUtc": "2024-10-03T13:00:00.000Z",
          "exitTs": 1727962380,
          "dir": -1,
          "entryPrice": 2641.675,
          "exitPrice": 2650.86,
          "stopDistance": 9.185,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 33
        },
        {
          "entryTs": 1728043380,
          "entryUtc": "2024-10-04T12:03:00.000Z",
          "exitTs": 1728045000,
          "dir": -1,
          "entryPrice": 2658.605,
          "exitPrice": 2643.832,
          "stopDistance": 7.386,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 27
        },
        {
          "entryTs": 1728302400,
          "entryUtc": "2024-10-07T12:00:00.000Z",
          "exitTs": 1728304260,
          "dir": 1,
          "entryPrice": 2656.868,
          "exitPrice": 2647.469,
          "stopDistance": 9.398,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 31
        },
        {
          "entryTs": 1728388800,
          "entryUtc": "2024-10-08T12:00:00.000Z",
          "exitTs": 1728390720,
          "dir": 1,
          "entryPrice": 2650.695,
          "exitPrice": 2639.699,
          "stopDistance": 10.996,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 32
        },
        {
          "entryTs": 1728475200,
          "entryUtc": "2024-10-09T12:00:00.000Z",
          "exitTs": 1728480480,
          "dir": 1,
          "entryPrice": 2619.585,
          "exitPrice": 2609.811,
          "stopDistance": 9.774,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 88
        },
        {
          "entryTs": 1729080180,
          "entryUtc": "2024-10-16T12:03:00.000Z",
          "exitTs": 1729090980,
          "dir": 1,
          "entryPrice": 2680.005,
          "exitPrice": 2669.821,
          "stopDistance": 10.184,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 180
        },
        {
          "entryTs": 1729167300,
          "entryUtc": "2024-10-17T12:15:00.000Z",
          "exitTs": 1729172760,
          "dir": -1,
          "entryPrice": 2678.815,
          "exitPrice": 2687.554,
          "stopDistance": 8.739,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 91
        },
        {
          "entryTs": 1729512000,
          "entryUtc": "2024-10-21T12:00:00.000Z",
          "exitTs": 1729521900,
          "dir": 1,
          "entryPrice": 2734.335,
          "exitPrice": 2724.613,
          "stopDistance": 9.722,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 165
        },
        {
          "entryTs": 1729602420,
          "entryUtc": "2024-10-22T13:07:00.000Z",
          "exitTs": 1729672200,
          "dir": 1,
          "entryPrice": 2738.264,
          "exitPrice": 2757.252,
          "stopDistance": 9.494,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 1163
        },
        {
          "entryTs": 1729685280,
          "entryUtc": "2024-10-23T12:08:00.000Z",
          "exitTs": 1729689540,
          "dir": -1,
          "entryPrice": 2747.955,
          "exitPrice": 2732.209,
          "stopDistance": 7.873,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 71
        },
        {
          "entryTs": 1729771200,
          "entryUtc": "2024-10-24T12:00:00.000Z",
          "exitTs": 1729777920,
          "dir": 1,
          "entryPrice": 2738.455,
          "exitPrice": 2730.626,
          "stopDistance": 7.829,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 112
        },
        {
          "entryTs": 1729865160,
          "entryUtc": "2024-10-25T14:06:00.000Z",
          "exitTs": 1730165760,
          "dir": 1,
          "entryPrice": 2732.425,
          "exitPrice": 2750.005,
          "stopDistance": 8.79,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 5010
        },
        {
          "entryTs": 1730207760,
          "entryUtc": "2024-10-29T13:16:00.000Z",
          "exitTs": 1730228520,
          "dir": 1,
          "entryPrice": 2756.445,
          "exitPrice": 2773.536,
          "stopDistance": 8.545,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 346
        },
        {
          "entryTs": 1730289600,
          "entryUtc": "2024-10-30T12:00:00.000Z",
          "exitTs": 1730294040,
          "dir": -1,
          "entryPrice": 2778.455,
          "exitPrice": 2786.808,
          "stopDistance": 8.353,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 74
        },
        {
          "entryTs": 1730377500,
          "entryUtc": "2024-10-31T12:25:00.000Z",
          "exitTs": 1730382540,
          "dir": -1,
          "entryPrice": 2776.875,
          "exitPrice": 2760.632,
          "stopDistance": 8.121,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 84
        },
        {
          "entryTs": 1730464200,
          "entryUtc": "2024-11-01T12:30:00.000Z",
          "exitTs": 1730464200,
          "dir": 1,
          "entryPrice": 2757.535,
          "exitPrice": 2748.706,
          "stopDistance": 8.829,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 0
        },
        {
          "entryTs": 1730726160,
          "entryUtc": "2024-11-04T13:16:00.000Z",
          "exitTs": 1730736840,
          "dir": 1,
          "entryPrice": 2744.675,
          "exitPrice": 2735.091,
          "stopDistance": 9.584,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 178
        },
        {
          "entryTs": 1730814540,
          "entryUtc": "2024-11-05T13:49:00.000Z",
          "exitTs": 1730819760,
          "dir": 1,
          "entryPrice": 2744.935,
          "exitPrice": 2736.138,
          "stopDistance": 8.797,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 87
        },
        {
          "entryTs": 1730898000,
          "entryUtc": "2024-11-06T13:00:00.000Z",
          "exitTs": 1730901840,
          "dir": -1,
          "entryPrice": 2694.995,
          "exitPrice": 2657.756,
          "stopDistance": 18.62,
          "outcome": "target",
          "netR": 1.9801,
          "holdMinutes": 64
        },
        {
          "entryTs": 1731070800,
          "entryUtc": "2024-11-08T13:00:00.000Z",
          "exitTs": 1731287100,
          "dir": 1,
          "entryPrice": 2691.775,
          "exitPrice": 2677.149,
          "stopDistance": 14.626,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 3605
        },
        {
          "entryTs": 1731330000,
          "entryUtc": "2024-11-11T13:00:00.000Z",
          "exitTs": 1731333240,
          "dir": -1,
          "entryPrice": 2657.125,
          "exitPrice": 2634.588,
          "stopDistance": 11.268,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 54
        },
        {
          "entryTs": 1731416880,
          "entryUtc": "2024-11-12T13:08:00.000Z",
          "exitTs": 1731431040,
          "dir": 1,
          "entryPrice": 2608.895,
          "exitPrice": 2596.84,
          "stopDistance": 12.055,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 236
        },
        {
          "entryTs": 1731504600,
          "entryUtc": "2024-11-13T13:30:00.000Z",
          "exitTs": 1731509520,
          "dir": 1,
          "entryPrice": 2611.515,
          "exitPrice": 2602.453,
          "stopDistance": 9.062,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 82
        },
        {
          "entryTs": 1731591720,
          "entryUtc": "2024-11-14T13:42:00.000Z",
          "exitTs": 1731892920,
          "dir": 1,
          "entryPrice": 2559.664,
          "exitPrice": 2585.683,
          "stopDistance": 13.01,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 5020
        },
        {
          "entryTs": 1731935040,
          "entryUtc": "2024-11-18T13:04:00.000Z",
          "exitTs": 1731983460,
          "dir": 1,
          "entryPrice": 2597.185,
          "exitPrice": 2620.38,
          "stopDistance": 11.598,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 807
        },
        {
          "entryTs": 1732021200,
          "entryUtc": "2024-11-19T13:00:00.000Z",
          "exitTs": 1732023000,
          "dir": 1,
          "entryPrice": 2639.135,
          "exitPrice": 2629.27,
          "stopDistance": 9.865,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 30
        },
        {
          "entryTs": 1732107600,
          "entryUtc": "2024-11-20T13:00:00.000Z",
          "exitTs": 1732118400,
          "dir": 1,
          "entryPrice": 2631.645,
          "exitPrice": 2648.842,
          "stopDistance": 8.598,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 180
        },
        {
          "entryTs": 1732282200,
          "entryUtc": "2024-11-22T13:30:00.000Z",
          "exitTs": 1732289820,
          "dir": -1,
          "entryPrice": 2690.364,
          "exitPrice": 2701.611,
          "stopDistance": 11.247,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 127
        },
        {
          "entryTs": 1732539600,
          "entryUtc": "2024-11-25T13:00:00.000Z",
          "exitTs": 1732543800,
          "dir": 1,
          "entryPrice": 2680.805,
          "exitPrice": 2665.014,
          "stopDistance": 15.791,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 70
        },
        {
          "entryTs": 1732626000,
          "entryUtc": "2024-11-26T13:00:00.000Z",
          "exitTs": 1732846920,
          "dir": 1,
          "entryPrice": 2630.865,
          "exitPrice": 2660.584,
          "stopDistance": 14.859,
          "outcome": "target",
          "netR": 1.9751,
          "holdMinutes": 3682
        },
        {
          "entryTs": 1732891500,
          "entryUtc": "2024-11-29T14:45:00.000Z",
          "exitTs": 1733100180,
          "dir": -1,
          "entryPrice": 2654.378,
          "exitPrice": 2635.524,
          "stopDistance": 9.427,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 3478
        },
        {
          "entryTs": 1733144400,
          "entryUtc": "2024-12-02T13:00:00.000Z",
          "exitTs": 1733418720,
          "dir": 1,
          "entryPrice": 2640.925,
          "exitPrice": 2629.508,
          "stopDistance": 11.417,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 4572
        },
        {
          "entryTs": 1733490120,
          "entryUtc": "2024-12-06T13:02:00.000Z",
          "exitTs": 1733698800,
          "dir": -1,
          "entryPrice": 2635.895,
          "exitPrice": 2646.381,
          "stopDistance": 10.486,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 3478
        },
        {
          "entryTs": 1733749260,
          "entryUtc": "2024-12-09T13:01:00.000Z",
          "exitTs": 1733838720,
          "dir": 1,
          "entryPrice": 2657.325,
          "exitPrice": 2679.393,
          "stopDistance": 11.034,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 1491
        },
        {
          "entryTs": 1733922000,
          "entryUtc": "2024-12-11T13:00:00.000Z",
          "exitTs": 1733936760,
          "dir": 1,
          "entryPrice": 2696.254,
          "exitPrice": 2719.291,
          "stopDistance": 11.518,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 246
        },
        {
          "entryTs": 1734008400,
          "entryUtc": "2024-12-12T13:00:00.000Z",
          "exitTs": 1734013560,
          "dir": -1,
          "entryPrice": 2706.465,
          "exitPrice": 2685.205,
          "stopDistance": 10.63,
          "outcome": "target",
          "netR": 1.9652,
          "holdMinutes": 86
        },
        {
          "entryTs": 1734095400,
          "entryUtc": "2024-12-13T13:10:00.000Z",
          "exitTs": 1734123540,
          "dir": -1,
          "entryPrice": 2667.278,
          "exitPrice": 2646.326,
          "stopDistance": 10.476,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 469
        },
        {
          "entryTs": 1734354120,
          "entryUtc": "2024-12-16T13:02:00.000Z",
          "exitTs": 1734361800,
          "dir": 1,
          "entryPrice": 2661.838,
          "exitPrice": 2653.128,
          "stopDistance": 8.71,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 128
        },
        {
          "entryTs": 1734443460,
          "entryUtc": "2024-12-17T13:51:00.000Z",
          "exitTs": 1734458280,
          "dir": -1,
          "entryPrice": 2637.955,
          "exitPrice": 2646.759,
          "stopDistance": 8.804,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 247
        },
        {
          "entryTs": 1734527220,
          "entryUtc": "2024-12-18T13:07:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2641.945,
          "exitPrice": 2627.669,
          "stopDistance": 7.138,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 353
        },
        {
          "entryTs": 1734613200,
          "entryUtc": "2024-12-19T13:00:00.000Z",
          "exitTs": 1734706860,
          "dir": -1,
          "entryPrice": 2606.098,
          "exitPrice": 2618.896,
          "stopDistance": 12.799,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 1561
        },
        {
          "entryTs": 1734958800,
          "entryUtc": "2024-12-23T13:00:00.000Z",
          "exitTs": 1735175040,
          "dir": -1,
          "entryPrice": 2614.884,
          "exitPrice": 2623.873,
          "stopDistance": 8.989,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 3604
        },
        {
          "entryTs": 1735218120,
          "entryUtc": "2024-12-26T13:02:00.000Z",
          "exitTs": 1735220580,
          "dir": 1,
          "entryPrice": 2629.498,
          "exitPrice": 2623.763,
          "stopDistance": 5.735,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 41
        },
        {
          "entryTs": 1735304820,
          "entryUtc": "2024-12-27T13:07:00.000Z",
          "exitTs": 1735548720,
          "dir": -1,
          "entryPrice": 2623.575,
          "exitPrice": 2610.123,
          "stopDistance": 6.726,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 4065
        },
        {
          "entryTs": 1735563600,
          "entryUtc": "2024-12-30T13:00:00.000Z",
          "exitTs": 1735566240,
          "dir": 1,
          "entryPrice": 2621.335,
          "exitPrice": 2612.814,
          "stopDistance": 8.521,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 44
        },
        {
          "entryTs": 1735650960,
          "entryUtc": "2024-12-31T13:16:00.000Z",
          "exitTs": 1735651680,
          "dir": -1,
          "entryPrice": 2607.128,
          "exitPrice": 2614.562,
          "stopDistance": 7.435,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 12
        },
        {
          "entryTs": 1735822800,
          "entryUtc": "2025-01-02T13:00:00.000Z",
          "exitTs": 1735836840,
          "dir": 1,
          "entryPrice": 2643.155,
          "exitPrice": 2659.593,
          "stopDistance": 8.219,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 234
        },
        {
          "entryTs": 1735910580,
          "entryUtc": "2025-01-03T13:23:00.000Z",
          "exitTs": 1736139120,
          "dir": -1,
          "entryPrice": 2649.795,
          "exitPrice": 2634.211,
          "stopDistance": 7.792,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 3809
        },
        {
          "entryTs": 1736168400,
          "entryUtc": "2025-01-06T13:00:00.000Z",
          "exitTs": 1736170560,
          "dir": 1,
          "entryPrice": 2645.065,
          "exitPrice": 2635.683,
          "stopDistance": 9.382,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 36
        },
        {
          "entryTs": 1736254800,
          "entryUtc": "2025-01-07T13:00:00.000Z",
          "exitTs": 1736262420,
          "dir": 1,
          "entryPrice": 2651.375,
          "exitPrice": 2642.983,
          "stopDistance": 8.392,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 127
        },
        {
          "entryTs": 1736341260,
          "entryUtc": "2025-01-08T13:01:00.000Z",
          "exitTs": 1736355000,
          "dir": 1,
          "entryPrice": 2654.874,
          "exitPrice": 2669.257,
          "stopDistance": 7.191,
          "outcome": "target",
          "netR": 1.9485,
          "holdMinutes": 229
        },
        {
          "entryTs": 1736427600,
          "entryUtc": "2025-01-09T13:00:00.000Z",
          "exitTs": 1736442240,
          "dir": 1,
          "entryPrice": 2673.824,
          "exitPrice": 2665.385,
          "stopDistance": 8.439,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 244
        },
        {
          "entryTs": 1736515800,
          "entryUtc": "2025-01-10T13:30:00.000Z",
          "exitTs": 1736516880,
          "dir": -1,
          "entryPrice": 2673.285,
          "exitPrice": 2680.07,
          "stopDistance": 6.785,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 18
        },
        {
          "entryTs": 1736773200,
          "entryUtc": "2025-01-13T13:00:00.000Z",
          "exitTs": 1736921460,
          "dir": -1,
          "entryPrice": 2670.899,
          "exitPrice": 2680.881,
          "stopDistance": 9.982,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 2471
        },
        {
          "entryTs": 1736947800,
          "entryUtc": "2025-01-15T13:30:00.000Z",
          "exitTs": 1736951760,
          "dir": 1,
          "entryPrice": 2688.398,
          "exitPrice": 2681.4,
          "stopDistance": 6.998,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 66
        },
        {
          "entryTs": 1737033240,
          "entryUtc": "2025-01-16T13:14:00.000Z",
          "exitTs": 1737047100,
          "dir": 1,
          "entryPrice": 2706.075,
          "exitPrice": 2722.298,
          "stopDistance": 8.111,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 231
        },
        {
          "entryTs": 1737122400,
          "entryUtc": "2025-01-17T14:00:00.000Z",
          "exitTs": 1737125280,
          "dir": -1,
          "entryPrice": 2703.759,
          "exitPrice": 2711.23,
          "stopDistance": 7.471,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 48
        },
        {
          "entryTs": 1737380220,
          "entryUtc": "2025-01-20T13:37:00.000Z",
          "exitTs": 1737382680,
          "dir": -1,
          "entryPrice": 2702.625,
          "exitPrice": 2711.14,
          "stopDistance": 8.515,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 41
        },
        {
          "entryTs": 1737470400,
          "entryUtc": "2025-01-21T14:40:00.000Z",
          "exitTs": 1737521160,
          "dir": 1,
          "entryPrice": 2732.725,
          "exitPrice": 2752.401,
          "stopDistance": 9.838,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 846
        },
        {
          "entryTs": 1737638040,
          "entryUtc": "2025-01-23T13:14:00.000Z",
          "exitTs": 1737646920,
          "dir": -1,
          "entryPrice": 2740.898,
          "exitPrice": 2749.135,
          "stopDistance": 8.237,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 148
        },
        {
          "entryTs": 1737723600,
          "entryUtc": "2025-01-24T13:00:00.000Z",
          "exitTs": 1737737580,
          "dir": 1,
          "entryPrice": 2778.398,
          "exitPrice": 2770.246,
          "stopDistance": 8.152,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 233
        },
        {
          "entryTs": 1737988260,
          "entryUtc": "2025-01-27T14:31:00.000Z",
          "exitTs": 1738080600,
          "dir": -1,
          "entryPrice": 2747.065,
          "exitPrice": 2758.006,
          "stopDistance": 10.941,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 1539
        },
        {
          "entryTs": 1738155600,
          "entryUtc": "2025-01-29T13:00:00.000Z",
          "exitTs": 1738197900,
          "dir": -1,
          "entryPrice": 2756.395,
          "exitPrice": 2762.316,
          "stopDistance": 5.921,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 705
        },
        {
          "entryTs": 1738242000,
          "entryUtc": "2025-01-30T13:00:00.000Z",
          "exitTs": 1738252320,
          "dir": 1,
          "entryPrice": 2779.985,
          "exitPrice": 2794.339,
          "stopDistance": 7.177,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 172
        },
        {
          "entryTs": 1738328400,
          "entryUtc": "2025-01-31T13:00:00.000Z",
          "exitTs": 1738348260,
          "dir": 1,
          "entryPrice": 2805.125,
          "exitPrice": 2796.837,
          "stopDistance": 8.288,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 331
        },
        {
          "entryTs": 1738587600,
          "entryUtc": "2025-02-03T13:00:00.000Z",
          "exitTs": 1738675680,
          "dir": 1,
          "entryPrice": 2810.188,
          "exitPrice": 2833.944,
          "stopDistance": 11.878,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 1468
        },
        {
          "entryTs": 1738767000,
          "entryUtc": "2025-02-05T14:50:00.000Z",
          "exitTs": 1738788480,
          "dir": 1,
          "entryPrice": 2872.055,
          "exitPrice": 2861.216,
          "stopDistance": 10.839,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 358
        },
        {
          "entryTs": 1738846800,
          "entryUtc": "2025-02-06T13:00:00.000Z",
          "exitTs": 1738853220,
          "dir": 1,
          "entryPrice": 2864.235,
          "exitPrice": 2853.323,
          "stopDistance": 10.912,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 107
        },
        {
          "entryTs": 1738935000,
          "entryUtc": "2025-02-07T13:30:00.000Z",
          "exitTs": 1738935000,
          "dir": -1,
          "entryPrice": 2860.085,
          "exitPrice": 2868.623,
          "stopDistance": 8.538,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 0
        },
        {
          "entryTs": 1739192580,
          "entryUtc": "2025-02-10T13:03:00.000Z",
          "exitTs": 1739236260,
          "dir": 1,
          "entryPrice": 2903.165,
          "exitPrice": 2925.591,
          "stopDistance": 11.213,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 728
        },
        {
          "entryTs": 1739278800,
          "entryUtc": "2025-02-11T13:00:00.000Z",
          "exitTs": 1739288580,
          "dir": -1,
          "entryPrice": 2889.035,
          "exitPrice": 2904.373,
          "stopDistance": 15.339,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 163
        },
        {
          "entryTs": 1739365200,
          "entryUtc": "2025-02-12T13:00:00.000Z",
          "exitTs": 1739370840,
          "dir": -1,
          "entryPrice": 2884.889,
          "exitPrice": 2896.795,
          "stopDistance": 11.906,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 94
        },
        {
          "entryTs": 1739453400,
          "entryUtc": "2025-02-13T13:30:00.000Z",
          "exitTs": 1739459760,
          "dir": -1,
          "entryPrice": 2909.305,
          "exitPrice": 2919.714,
          "stopDistance": 10.409,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 106
        },
        {
          "entryTs": 1739538000,
          "entryUtc": "2025-02-14T13:00:00.000Z",
          "exitTs": 1739546220,
          "dir": -1,
          "entryPrice": 2930.335,
          "exitPrice": 2911.53,
          "stopDistance": 9.403,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 137
        },
        {
          "entryTs": 1739883600,
          "entryUtc": "2025-02-18T13:00:00.000Z",
          "exitTs": 1739907960,
          "dir": 1,
          "entryPrice": 2917.985,
          "exitPrice": 2935.678,
          "stopDistance": 8.846,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 406
        },
        {
          "entryTs": 1739975160,
          "entryUtc": "2025-02-19T14:26:00.000Z",
          "exitTs": 1740011520,
          "dir": -1,
          "entryPrice": 2930.215,
          "exitPrice": 2940.427,
          "stopDistance": 10.212,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 606
        },
        {
          "entryTs": 1740056400,
          "entryUtc": "2025-02-20T13:00:00.000Z",
          "exitTs": 1740060720,
          "dir": -1,
          "entryPrice": 2945.385,
          "exitPrice": 2924.895,
          "stopDistance": 10.245,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 72
        },
        {
          "entryTs": 1740143640,
          "entryUtc": "2025-02-21T13:14:00.000Z",
          "exitTs": 1740496740,
          "dir": 1,
          "entryPrice": 2932.965,
          "exitPrice": 2920.861,
          "stopDistance": 12.104,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 5885
        },
        {
          "entryTs": 1740578280,
          "entryUtc": "2025-02-26T13:58:00.000Z",
          "exitTs": 1740604200,
          "dir": -1,
          "entryPrice": 2905.595,
          "exitPrice": 2917.702,
          "stopDistance": 12.107,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 432
        },
        {
          "entryTs": 1740667560,
          "entryUtc": "2025-02-27T14:46:00.000Z",
          "exitTs": 1740750900,
          "dir": -1,
          "entryPrice": 2876.715,
          "exitPrice": 2850.538,
          "stopDistance": 13.089,
          "outcome": "target",
          "netR": 1.9717,
          "holdMinutes": 1389
        },
        {
          "entryTs": 1741006800,
          "entryUtc": "2025-03-03T13:00:00.000Z",
          "exitTs": 1741073220,
          "dir": 1,
          "entryPrice": 2875.445,
          "exitPrice": 2898.048,
          "stopDistance": 11.302,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 1107
        },
        {
          "entryTs": 1741093200,
          "entryUtc": "2025-03-04T13:00:00.000Z",
          "exitTs": 1741098960,
          "dir": 1,
          "entryPrice": 2924.695,
          "exitPrice": 2911.893,
          "stopDistance": 12.802,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 96
        },
        {
          "entryTs": 1741180080,
          "entryUtc": "2025-03-05T13:08:00.000Z",
          "exitTs": 1741191420,
          "dir": -1,
          "entryPrice": 2912.835,
          "exitPrice": 2924.804,
          "stopDistance": 11.969,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 189
        },
        {
          "entryTs": 1741273440,
          "entryUtc": "2025-03-06T15:04:00.000Z",
          "exitTs": 1741294680,
          "dir": 1,
          "entryPrice": 2922.395,
          "exitPrice": 2908.757,
          "stopDistance": 13.638,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 354
        },
        {
          "entryTs": 1741353840,
          "entryUtc": "2025-03-07T13:24:00.000Z",
          "exitTs": 1741354560,
          "dir": -1,
          "entryPrice": 2911.435,
          "exitPrice": 2921.585,
          "stopDistance": 10.15,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 12
        },
        {
          "entryTs": 1741694400,
          "entryUtc": "2025-03-11T12:00:00.000Z",
          "exitTs": 1741795740,
          "dir": 1,
          "entryPrice": 2913.335,
          "exitPrice": 2934.874,
          "stopDistance": 10.769,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 1689
        },
        {
          "entryTs": 1741867200,
          "entryUtc": "2025-03-13T12:00:00.000Z",
          "exitTs": 1741877040,
          "dir": 1,
          "entryPrice": 2946.129,
          "exitPrice": 2964.47,
          "stopDistance": 9.17,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 164
        },
        {
          "entryTs": 1741953600,
          "entryUtc": "2025-03-14T12:00:00.000Z",
          "exitTs": 1741964460,
          "dir": 1,
          "entryPrice": 2993.305,
          "exitPrice": 2981.656,
          "stopDistance": 11.649,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 181
        },
        {
          "entryTs": 1742212800,
          "entryUtc": "2025-03-17T12:00:00.000Z",
          "exitTs": 1742213760,
          "dir": 1,
          "entryPrice": 2997.345,
          "exitPrice": 2988.168,
          "stopDistance": 9.177,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 16
        },
        {
          "entryTs": 1742299200,
          "entryUtc": "2025-03-18T12:00:00.000Z",
          "exitTs": 1742409720,
          "dir": 1,
          "entryPrice": 3027.175,
          "exitPrice": 3047.118,
          "stopDistance": 9.971,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 1842
        },
        {
          "entryTs": 1742472000,
          "entryUtc": "2025-03-20T12:00:00.000Z",
          "exitTs": 1742498700,
          "dir": -1,
          "entryPrice": 3034.325,
          "exitPrice": 3045.443,
          "stopDistance": 11.118,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 445
        },
        {
          "entryTs": 1742558400,
          "entryUtc": "2025-03-21T12:00:00.000Z",
          "exitTs": 1742563920,
          "dir": 1,
          "entryPrice": 3034.525,
          "exitPrice": 3025.301,
          "stopDistance": 9.224,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 92
        },
        {
          "entryTs": 1742826420,
          "entryUtc": "2025-03-24T14:27:00.000Z",
          "exitTs": 1742909760,
          "dir": -1,
          "entryPrice": 3017.125,
          "exitPrice": 3028.071,
          "stopDistance": 10.946,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 1389
        },
        {
          "entryTs": 1742995260,
          "entryUtc": "2025-03-26T13:21:00.000Z",
          "exitTs": 1743043320,
          "dir": -1,
          "entryPrice": 3021.878,
          "exitPrice": 3031.174,
          "stopDistance": 9.296,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 801
        },
        {
          "entryTs": 1743076800,
          "entryUtc": "2025-03-27T12:00:00.000Z",
          "exitTs": 1743081360,
          "dir": 1,
          "entryPrice": 3054.465,
          "exitPrice": 3044.522,
          "stopDistance": 9.943,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 76
        },
        {
          "entryTs": 1743170640,
          "entryUtc": "2025-03-28T14:04:00.000Z",
          "exitTs": 1743172200,
          "dir": 1,
          "entryPrice": 3085.845,
          "exitPrice": 3073.741,
          "stopDistance": 12.104,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 26
        },
        {
          "entryTs": 1743427860,
          "entryUtc": "2025-03-31T13:31:00.000Z",
          "exitTs": 1743468960,
          "dir": -1,
          "entryPrice": 3113.258,
          "exitPrice": 3127.584,
          "stopDistance": 14.326,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 685
        },
        {
          "entryTs": 1743516840,
          "entryUtc": "2025-04-01T14:14:00.000Z",
          "exitTs": 1743625740,
          "dir": -1,
          "entryPrice": 3123.919,
          "exitPrice": 3137.274,
          "stopDistance": 13.355,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 1815
        },
        {
          "entryTs": 1743681600,
          "entryUtc": "2025-04-03T12:00:00.000Z",
          "exitTs": 1743689580,
          "dir": -1,
          "entryPrice": 3092.935,
          "exitPrice": 3114.537,
          "stopDistance": 21.602,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 133
        },
        {
          "entryTs": 1743768000,
          "entryUtc": "2025-04-04T12:00:00.000Z",
          "exitTs": 1743770280,
          "dir": 1,
          "entryPrice": 3110.145,
          "exitPrice": 3085.429,
          "stopDistance": 24.716,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 38
        },
        {
          "entryTs": 1744032900,
          "entryUtc": "2025-04-07T13:35:00.000Z",
          "exitTs": 1744182660,
          "dir": -1,
          "entryPrice": 3013.095,
          "exitPrice": 3045.952,
          "stopDistance": 32.857,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 2496
        },
        {
          "entryTs": 1744200000,
          "entryUtc": "2025-04-09T12:00:00.000Z",
          "exitTs": 1744202700,
          "dir": 1,
          "entryPrice": 3066.445,
          "exitPrice": 3042.482,
          "stopDistance": 23.963,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 45
        },
        {
          "entryTs": 1744286880,
          "entryUtc": "2025-04-10T12:08:00.000Z",
          "exitTs": 1744322400,
          "dir": 1,
          "entryPrice": 3126.145,
          "exitPrice": 3176.602,
          "stopDistance": 25.228,
          "outcome": "target",
          "netR": 1.9853,
          "holdMinutes": 592
        },
        {
          "entryTs": 1744374600,
          "entryUtc": "2025-04-11T12:30:00.000Z",
          "exitTs": 1744634460,
          "dir": 1,
          "entryPrice": 3227.339,
          "exitPrice": 3200.433,
          "stopDistance": 26.906,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 4331
        },
        {
          "entryTs": 1744719780,
          "entryUtc": "2025-04-15T12:23:00.000Z",
          "exitTs": 1744747320,
          "dir": -1,
          "entryPrice": 3217.095,
          "exitPrice": 3231.764,
          "stopDistance": 14.669,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 459
        },
        {
          "entryTs": 1744812000,
          "entryUtc": "2025-04-16T14:00:00.000Z",
          "exitTs": 1744842000,
          "dir": 1,
          "entryPrice": 3317.575,
          "exitPrice": 3356.301,
          "stopDistance": 19.363,
          "outcome": "target",
          "netR": 1.9809,
          "holdMinutes": 500
        },
        {
          "entryTs": 1744892040,
          "entryUtc": "2025-04-17T12:14:00.000Z",
          "exitTs": 1744898160,
          "dir": 1,
          "entryPrice": 3332.845,
          "exitPrice": 3314.047,
          "stopDistance": 18.798,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 102
        },
        {
          "entryTs": 1745236800,
          "entryUtc": "2025-04-21T12:00:00.000Z",
          "exitTs": 1745278500,
          "dir": 1,
          "entryPrice": 3404.315,
          "exitPrice": 3442.659,
          "stopDistance": 19.172,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 695
        },
        {
          "entryTs": 1745325840,
          "entryUtc": "2025-04-22T12:44:00.000Z",
          "exitTs": 1745339280,
          "dir": -1,
          "entryPrice": 3442.775,
          "exitPrice": 3388.387,
          "stopDistance": 27.194,
          "outcome": "target",
          "netR": 1.9864,
          "holdMinutes": 224
        },
        {
          "entryTs": 1745410800,
          "entryUtc": "2025-04-23T12:20:00.000Z",
          "exitTs": 1745415480,
          "dir": 1,
          "entryPrice": 3325.735,
          "exitPrice": 3288.985,
          "stopDistance": 36.75,
          "outcome": "stop",
          "netR": -1.0114,
          "holdMinutes": 78
        },
        {
          "entryTs": 1745497980,
          "entryUtc": "2025-04-24T12:33:00.000Z",
          "exitTs": 1745503440,
          "dir": 1,
          "entryPrice": 3341.295,
          "exitPrice": 3312.12,
          "stopDistance": 29.175,
          "outcome": "stop",
          "netR": -1.0144,
          "holdMinutes": 91
        },
        {
          "entryTs": 1745586060,
          "entryUtc": "2025-04-25T13:01:00.000Z",
          "exitTs": 1745613840,
          "dir": -1,
          "entryPrice": 3287.225,
          "exitPrice": 3313.047,
          "stopDistance": 25.822,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 463
        },
        {
          "entryTs": 1745841600,
          "entryUtc": "2025-04-28T12:00:00.000Z",
          "exitTs": 1745864640,
          "dir": 1,
          "entryPrice": 3296.425,
          "exitPrice": 3344.739,
          "stopDistance": 24.157,
          "outcome": "target",
          "netR": 1.9847,
          "holdMinutes": 384
        },
        {
          "entryTs": 1745928000,
          "entryUtc": "2025-04-29T12:00:00.000Z",
          "exitTs": 1745945460,
          "dir": -1,
          "entryPrice": 3308.425,
          "exitPrice": 3327.739,
          "stopDistance": 19.314,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 291
        },
        {
          "entryTs": 1746014400,
          "entryUtc": "2025-04-30T12:00:00.000Z",
          "exitTs": 1746015720,
          "dir": -1,
          "entryPrice": 3272.175,
          "exitPrice": 3290.216,
          "stopDistance": 18.041,
          "outcome": "stop",
          "netR": -1.0233,
          "holdMinutes": 22
        },
        {
          "entryTs": 1746100800,
          "entryUtc": "2025-05-01T12:00:00.000Z",
          "exitTs": 1746103380,
          "dir": -1,
          "entryPrice": 3205.115,
          "exitPrice": 3227.544,
          "stopDistance": 22.429,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 43
        },
        {
          "entryTs": 1746187380,
          "entryUtc": "2025-05-02T12:03:00.000Z",
          "exitTs": 1746190920,
          "dir": 1,
          "entryPrice": 3263.145,
          "exitPrice": 3245.286,
          "stopDistance": 17.859,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 59
        },
        {
          "entryTs": 1746446400,
          "entryUtc": "2025-05-05T12:00:00.000Z",
          "exitTs": 1746493620,
          "dir": 1,
          "entryPrice": 3312.405,
          "exitPrice": 3352.159,
          "stopDistance": 19.877,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 787
        },
        {
          "entryTs": 1746534720,
          "entryUtc": "2025-05-06T12:32:00.000Z",
          "exitTs": 1746563460,
          "dir": 1,
          "entryPrice": 3382.925,
          "exitPrice": 3424.609,
          "stopDistance": 20.842,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 479
        },
        {
          "entryTs": 1746625680,
          "entryUtc": "2025-05-07T13:48:00.000Z",
          "exitTs": 1746645240,
          "dir": 1,
          "entryPrice": 3397.165,
          "exitPrice": 3372.393,
          "stopDistance": 24.772,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 326
        },
        {
          "entryTs": 1746709920,
          "entryUtc": "2025-05-08T13:12:00.000Z",
          "exitTs": 1746718920,
          "dir": 1,
          "entryPrice": 3361.685,
          "exitPrice": 3336.95,
          "stopDistance": 24.735,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 150
        },
        {
          "entryTs": 1746792000,
          "entryUtc": "2025-05-09T12:00:00.000Z",
          "exitTs": 1747000800,
          "dir": 1,
          "entryPrice": 3332.865,
          "exitPrice": 3309.942,
          "stopDistance": 22.923,
          "outcome": "stop",
          "netR": -1.0183,
          "holdMinutes": 3480
        },
        {
          "entryTs": 1747137720,
          "entryUtc": "2025-05-13T12:02:00.000Z",
          "exitTs": 1747225080,
          "dir": -1,
          "entryPrice": 3247.105,
          "exitPrice": 3208.745,
          "stopDistance": 19.18,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 1456
        },
        {
          "entryTs": 1747310400,
          "entryUtc": "2025-05-15T12:00:00.000Z",
          "exitTs": 1747328640,
          "dir": 1,
          "entryPrice": 3178.815,
          "exitPrice": 3225.158,
          "stopDistance": 23.171,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 304
        },
        {
          "entryTs": 1747396800,
          "entryUtc": "2025-05-16T12:00:00.000Z",
          "exitTs": 1747404420,
          "dir": -1,
          "entryPrice": 3162.825,
          "exitPrice": 3187.496,
          "stopDistance": 24.671,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 127
        },
        {
          "entryTs": 1747663620,
          "entryUtc": "2025-05-19T14:07:00.000Z",
          "exitTs": 1747744200,
          "dir": -1,
          "entryPrice": 3219.915,
          "exitPrice": 3242.67,
          "stopDistance": 22.755,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 1343
        },
        {
          "entryTs": 1747830060,
          "entryUtc": "2025-05-21T12:21:00.000Z",
          "exitTs": 1747854420,
          "dir": -1,
          "entryPrice": 3303.725,
          "exitPrice": 3321.55,
          "stopDistance": 17.825,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 406
        },
        {
          "entryTs": 1747915620,
          "entryUtc": "2025-05-22T12:07:00.000Z",
          "exitTs": 1747980300,
          "dir": -1,
          "entryPrice": 3309.865,
          "exitPrice": 3329.813,
          "stopDistance": 19.948,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 1078
        },
        {
          "entryTs": 1748001600,
          "entryUtc": "2025-05-23T12:00:00.000Z",
          "exitTs": 1748251500,
          "dir": 1,
          "entryPrice": 3347.705,
          "exitPrice": 3329.284,
          "stopDistance": 18.421,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 4165
        },
        {
          "entryTs": 1748262240,
          "entryUtc": "2025-05-26T12:24:00.000Z",
          "exitTs": 1748296980,
          "dir": -1,
          "entryPrice": 3330.755,
          "exitPrice": 3345.646,
          "stopDistance": 14.891,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 579
        },
        {
          "entryTs": 1748347200,
          "entryUtc": "2025-05-27T12:00:00.000Z",
          "exitTs": 1748352960,
          "dir": -1,
          "entryPrice": 3288.125,
          "exitPrice": 3304.624,
          "stopDistance": 16.499,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 96
        },
        {
          "entryTs": 1748439780,
          "entryUtc": "2025-05-28T13:43:00.000Z",
          "exitTs": 1748473980,
          "dir": -1,
          "entryPrice": 3298.078,
          "exitPrice": 3267.902,
          "stopDistance": 15.088,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 570
        },
        {
          "entryTs": 1748520000,
          "entryUtc": "2025-05-29T12:00:00.000Z",
          "exitTs": 1748613180,
          "dir": 1,
          "entryPrice": 3299.545,
          "exitPrice": 3280.992,
          "stopDistance": 18.553,
          "outcome": "stop",
          "netR": -1.0226,
          "holdMinutes": 1553
        },
        {
          "entryTs": 1748866080,
          "entryUtc": "2025-06-02T12:08:00.000Z",
          "exitTs": 1748958420,
          "dir": 1,
          "entryPrice": 3358.748,
          "exitPrice": 3341.609,
          "stopDistance": 17.139,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 1539
        },
        {
          "entryTs": 1749038400,
          "entryUtc": "2025-06-04T12:00:00.000Z",
          "exitTs": 1749042360,
          "dir": -1,
          "entryPrice": 3346.415,
          "exitPrice": 3361.639,
          "stopDistance": 15.224,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 66
        },
        {
          "entryTs": 1749124800,
          "entryUtc": "2025-06-05T12:00:00.000Z",
          "exitTs": 1749127860,
          "dir": 1,
          "entryPrice": 3392.345,
          "exitPrice": 3377.477,
          "stopDistance": 14.868,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 51
        },
        {
          "entryTs": 1749213000,
          "entryUtc": "2025-06-06T12:30:00.000Z",
          "exitTs": 1749219600,
          "dir": -1,
          "entryPrice": 3352.615,
          "exitPrice": 3322.781,
          "stopDistance": 14.917,
          "outcome": "target",
          "netR": 1.9752,
          "holdMinutes": 110
        },
        {
          "entryTs": 1749475320,
          "entryUtc": "2025-06-09T13:22:00.000Z",
          "exitTs": 1749482460,
          "dir": -1,
          "entryPrice": 3312.305,
          "exitPrice": 3326.827,
          "stopDistance": 14.522,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 119
        },
        {
          "entryTs": 1749556800,
          "entryUtc": "2025-06-10T12:00:00.000Z",
          "exitTs": 1749571800,
          "dir": 1,
          "entryPrice": 3334.775,
          "exitPrice": 3321.18,
          "stopDistance": 13.595,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 250
        },
        {
          "entryTs": 1749643440,
          "entryUtc": "2025-06-11T12:04:00.000Z",
          "exitTs": 1749645000,
          "dir": -1,
          "entryPrice": 3332.225,
          "exitPrice": 3345.937,
          "stopDistance": 13.712,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 26
        },
        {
          "entryTs": 1749729600,
          "entryUtc": "2025-06-12T12:00:00.000Z",
          "exitTs": 1749776100,
          "dir": 1,
          "entryPrice": 3378.955,
          "exitPrice": 3419.656,
          "stopDistance": 20.351,
          "outcome": "target",
          "netR": 1.9818,
          "holdMinutes": 775
        },
        {
          "entryTs": 1749818040,
          "entryUtc": "2025-06-13T12:34:00.000Z",
          "exitTs": 1750079760,
          "dir": 1,
          "entryPrice": 3428.635,
          "exitPrice": 3409.057,
          "stopDistance": 19.578,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 4362
        },
        {
          "entryTs": 1750165920,
          "entryUtc": "2025-06-17T13:12:00.000Z",
          "exitTs": 1750170780,
          "dir": 1,
          "entryPrice": 3392.348,
          "exitPrice": 3376.211,
          "stopDistance": 16.137,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 81
        },
        {
          "entryTs": 1750250040,
          "entryUtc": "2025-06-18T12:34:00.000Z",
          "exitTs": 1750256400,
          "dir": 1,
          "entryPrice": 3388.205,
          "exitPrice": 3374.127,
          "stopDistance": 14.078,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 106
        },
        {
          "entryTs": 1750334400,
          "entryUtc": "2025-06-19T12:00:00.000Z",
          "exitTs": 1750384740,
          "dir": 1,
          "entryPrice": 3371.775,
          "exitPrice": 3356.434,
          "stopDistance": 15.341,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 839
        },
        {
          "entryTs": 1750425720,
          "entryUtc": "2025-06-20T13:22:00.000Z",
          "exitTs": 1750629600,
          "dir": 1,
          "entryPrice": 3355.115,
          "exitPrice": 3381.628,
          "stopDistance": 13.257,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 3398
        },
        {
          "entryTs": 1750680000,
          "entryUtc": "2025-06-23T12:00:00.000Z",
          "exitTs": 1750680960,
          "dir": 1,
          "entryPrice": 3380.585,
          "exitPrice": 3366.437,
          "stopDistance": 14.148,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 16
        },
        {
          "entryTs": 1750767120,
          "entryUtc": "2025-06-24T12:12:00.000Z",
          "exitTs": 1750816200,
          "dir": -1,
          "entryPrice": 3315.855,
          "exitPrice": 3334.085,
          "stopDistance": 18.23,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 818
        },
        {
          "entryTs": 1750852800,
          "entryUtc": "2025-06-25T12:00:00.000Z",
          "exitTs": 1750870020,
          "dir": -1,
          "entryPrice": 3322.348,
          "exitPrice": 3334.183,
          "stopDistance": 11.835,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 287
        },
        {
          "entryTs": 1750941360,
          "entryUtc": "2025-06-26T12:36:00.000Z",
          "exitTs": 1750993560,
          "dir": -1,
          "entryPrice": 3330.755,
          "exitPrice": 3306.927,
          "stopDistance": 11.914,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 870
        },
        {
          "entryTs": 1751025600,
          "entryUtc": "2025-06-27T12:00:00.000Z",
          "exitTs": 1751235960,
          "dir": -1,
          "entryPrice": 3281.155,
          "exitPrice": 3251.92,
          "stopDistance": 14.618,
          "outcome": "target",
          "netR": 1.9747,
          "holdMinutes": 3506
        },
        {
          "entryTs": 1751284800,
          "entryUtc": "2025-06-30T12:00:00.000Z",
          "exitTs": 1751299980,
          "dir": -1,
          "entryPrice": 3277.945,
          "exitPrice": 3292.371,
          "stopDistance": 14.426,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 253
        },
        {
          "entryTs": 1751371200,
          "entryUtc": "2025-07-01T12:00:00.000Z",
          "exitTs": 1751385300,
          "dir": 1,
          "entryPrice": 3348.845,
          "exitPrice": 3337.13,
          "stopDistance": 11.715,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 235
        },
        {
          "entryTs": 1751457600,
          "entryUtc": "2025-07-02T12:00:00.000Z",
          "exitTs": 1751495220,
          "dir": 1,
          "entryPrice": 3342.055,
          "exitPrice": 3364.273,
          "stopDistance": 11.109,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 627
        },
        {
          "entryTs": 1751544000,
          "entryUtc": "2025-07-03T12:00:00.000Z",
          "exitTs": 1751546280,
          "dir": -1,
          "entryPrice": 3345.785,
          "exitPrice": 3320.931,
          "stopDistance": 12.427,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 38
        },
        {
          "entryTs": 1751630400,
          "entryUtc": "2025-07-04T12:00:00.000Z",
          "exitTs": 1751850720,
          "dir": -1,
          "entryPrice": 3334.458,
          "exitPrice": 3313.226,
          "stopDistance": 10.616,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 3672
        },
        {
          "entryTs": 1751890560,
          "entryUtc": "2025-07-07T12:16:00.000Z",
          "exitTs": 1751896320,
          "dir": -1,
          "entryPrice": 3300.315,
          "exitPrice": 3313.392,
          "stopDistance": 13.077,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 96
        },
        {
          "entryTs": 1751980080,
          "entryUtc": "2025-07-08T13:08:00.000Z",
          "exitTs": 1751984640,
          "dir": -1,
          "entryPrice": 3323.055,
          "exitPrice": 3301.393,
          "stopDistance": 10.831,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 76
        },
        {
          "entryTs": 1752065460,
          "entryUtc": "2025-07-09T12:51:00.000Z",
          "exitTs": 1752108120,
          "dir": 1,
          "entryPrice": 3295.805,
          "exitPrice": 3321.003,
          "stopDistance": 12.599,
          "outcome": "target",
          "netR": 1.9706,
          "holdMinutes": 711
        },
        {
          "entryTs": 1752148800,
          "entryUtc": "2025-07-10T12:00:00.000Z",
          "exitTs": 1752193860,
          "dir": -1,
          "entryPrice": 3319.698,
          "exitPrice": 3331.377,
          "stopDistance": 11.679,
          "outcome": "stop",
          "netR": -1.036,
          "holdMinutes": 751
        },
        {
          "entryTs": 1752235200,
          "entryUtc": "2025-07-11T12:00:00.000Z",
          "exitTs": 1752448020,
          "dir": 1,
          "entryPrice": 3347.175,
          "exitPrice": 3371.182,
          "stopDistance": 12.003,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 3547
        },
        {
          "entryTs": 1752496200,
          "entryUtc": "2025-07-14T12:30:00.000Z",
          "exitTs": 1752593400,
          "dir": -1,
          "entryPrice": 3356.305,
          "exitPrice": 3332.012,
          "stopDistance": 12.146,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 1620
        },
        {
          "entryTs": 1752668100,
          "entryUtc": "2025-07-16T12:15:00.000Z",
          "exitTs": 1752678300,
          "dir": -1,
          "entryPrice": 3335.835,
          "exitPrice": 3345.617,
          "stopDistance": 9.782,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 170
        },
        {
          "entryTs": 1752753600,
          "entryUtc": "2025-07-17T12:00:00.000Z",
          "exitTs": 1752766080,
          "dir": -1,
          "entryPrice": 3324.005,
          "exitPrice": 3336.441,
          "stopDistance": 12.436,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 208
        },
        {
          "entryTs": 1752840000,
          "entryUtc": "2025-07-18T12:00:00.000Z",
          "exitTs": 1753098420,
          "dir": 1,
          "entryPrice": 3354.085,
          "exitPrice": 3374.558,
          "stopDistance": 10.237,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 4307
        },
        {
          "entryTs": 1753099200,
          "entryUtc": "2025-07-21T12:00:00.000Z",
          "exitTs": 1753105560,
          "dir": 1,
          "entryPrice": 3375.195,
          "exitPrice": 3394.113,
          "stopDistance": 9.459,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 106
        },
        {
          "entryTs": 1753185600,
          "entryUtc": "2025-07-22T12:00:00.000Z",
          "exitTs": 1753189260,
          "dir": 1,
          "entryPrice": 3391.125,
          "exitPrice": 3408.562,
          "stopDistance": 8.718,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 61
        },
        {
          "entryTs": 1753272240,
          "entryUtc": "2025-07-23T12:04:00.000Z",
          "exitTs": 1753275600,
          "dir": 1,
          "entryPrice": 3429.465,
          "exitPrice": 3418.188,
          "stopDistance": 11.277,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 56
        },
        {
          "entryTs": 1753358400,
          "entryUtc": "2025-07-24T12:00:00.000Z",
          "exitTs": 1753366740,
          "dir": -1,
          "entryPrice": 3362.015,
          "exitPrice": 3373.981,
          "stopDistance": 11.966,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 139
        },
        {
          "entryTs": 1753444800,
          "entryUtc": "2025-07-25T12:00:00.000Z",
          "exitTs": 1753653600,
          "dir": -1,
          "entryPrice": 3340.805,
          "exitPrice": 3319.818,
          "stopDistance": 10.493,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 3480
        },
        {
          "entryTs": 1753704900,
          "entryUtc": "2025-07-28T12:15:00.000Z",
          "exitTs": 1753710780,
          "dir": -1,
          "entryPrice": 3332.065,
          "exitPrice": 3311.191,
          "stopDistance": 10.437,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 98
        },
        {
          "entryTs": 1753878720,
          "entryUtc": "2025-07-30T12:32:00.000Z",
          "exitTs": 1753882260,
          "dir": -1,
          "entryPrice": 3322.798,
          "exitPrice": 3302.917,
          "stopDistance": 9.94,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 59
        },
        {
          "entryTs": 1753971540,
          "entryUtc": "2025-07-31T14:19:00.000Z",
          "exitTs": 1754051400,
          "dir": -1,
          "entryPrice": 3297.775,
          "exitPrice": 3311.595,
          "stopDistance": 13.82,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 1331
        },
        {
          "entryTs": 1754308800,
          "entryUtc": "2025-08-04T12:00:00.000Z",
          "exitTs": 1754388540,
          "dir": 1,
          "entryPrice": 3370.175,
          "exitPrice": 3357.271,
          "stopDistance": 12.904,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 1329
        },
        {
          "entryTs": 1754395200,
          "entryUtc": "2025-08-05T12:00:00.000Z",
          "exitTs": 1754397000,
          "dir": -1,
          "entryPrice": 3351.069,
          "exitPrice": 3361.437,
          "stopDistance": 10.368,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 30
        },
        {
          "entryTs": 1754481600,
          "entryUtc": "2025-08-06T12:00:00.000Z",
          "exitTs": 1754490120,
          "dir": -1,
          "entryPrice": 3364.645,
          "exitPrice": 3374.957,
          "stopDistance": 10.312,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 142
        },
        {
          "entryTs": 1754654400,
          "entryUtc": "2025-08-08T12:00:00.000Z",
          "exitTs": 1754656980,
          "dir": -1,
          "entryPrice": 3385.809,
          "exitPrice": 3401.367,
          "stopDistance": 15.557,
          "outcome": "stop",
          "netR": -1.027,
          "holdMinutes": 43
        },
        {
          "entryTs": 1754913600,
          "entryUtc": "2025-08-11T12:00:00.000Z",
          "exitTs": 1755131040,
          "dir": -1,
          "entryPrice": 3355.075,
          "exitPrice": 3371.174,
          "stopDistance": 16.099,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 3624
        },
        {
          "entryTs": 1755174600,
          "entryUtc": "2025-08-14T12:30:00.000Z",
          "exitTs": 1755175500,
          "dir": -1,
          "entryPrice": 3341.278,
          "exitPrice": 3353.453,
          "stopDistance": 12.175,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 15
        },
        {
          "entryTs": 1755260100,
          "entryUtc": "2025-08-15T12:15:00.000Z",
          "exitTs": 1755488700,
          "dir": -1,
          "entryPrice": 3338.155,
          "exitPrice": 3348.393,
          "stopDistance": 10.238,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 3810
        },
        {
          "entryTs": 1755521640,
          "entryUtc": "2025-08-18T12:54:00.000Z",
          "exitTs": 1755614820,
          "dir": -1,
          "entryPrice": 3344.248,
          "exitPrice": 3323.11,
          "stopDistance": 10.569,
          "outcome": "target",
          "netR": 1.965,
          "holdMinutes": 1553
        },
        {
          "entryTs": 1755691200,
          "entryUtc": "2025-08-20T12:00:00.000Z",
          "exitTs": 1755697440,
          "dir": 1,
          "entryPrice": 3332.275,
          "exitPrice": 3347.876,
          "stopDistance": 7.8,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 104
        },
        {
          "entryTs": 1755777600,
          "entryUtc": "2025-08-21T12:00:00.000Z",
          "exitTs": 1755778200,
          "dir": -1,
          "entryPrice": 3333.525,
          "exitPrice": 3342.386,
          "stopDistance": 8.861,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 10
        },
        {
          "entryTs": 1755864720,
          "entryUtc": "2025-08-22T12:12:00.000Z",
          "exitTs": 1755869820,
          "dir": -1,
          "entryPrice": 3325.165,
          "exitPrice": 3332.656,
          "stopDistance": 7.491,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 85
        },
        {
          "entryTs": 1756123200,
          "entryUtc": "2025-08-25T12:00:00.000Z",
          "exitTs": 1756163460,
          "dir": 1,
          "entryPrice": 3370.385,
          "exitPrice": 3361.816,
          "stopDistance": 8.569,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 671
        },
        {
          "entryTs": 1756306320,
          "entryUtc": "2025-08-27T14:52:00.000Z",
          "exitTs": 1756380600,
          "dir": 1,
          "entryPrice": 3384.865,
          "exitPrice": 3404.255,
          "stopDistance": 9.695,
          "outcome": "target",
          "netR": 1.9618,
          "holdMinutes": 1238
        },
        {
          "entryTs": 1756382400,
          "entryUtc": "2025-08-28T12:00:00.000Z",
          "exitTs": 1756386360,
          "dir": 1,
          "entryPrice": 3403.895,
          "exitPrice": 3395.059,
          "stopDistance": 8.836,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 66
        },
        {
          "entryTs": 1756471560,
          "entryUtc": "2025-08-29T12:46:00.000Z",
          "exitTs": 1756476060,
          "dir": 1,
          "entryPrice": 3414.635,
          "exitPrice": 3430.813,
          "stopDistance": 8.089,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 75
        },
        {
          "entryTs": 1756728480,
          "entryUtc": "2025-09-01T12:08:00.000Z",
          "exitTs": 1756771380,
          "dir": -1,
          "entryPrice": 3467.295,
          "exitPrice": 3481.767,
          "stopDistance": 14.472,
          "outcome": "stop",
          "netR": -1.029,
          "holdMinutes": 715
        },
        {
          "entryTs": 1756822020,
          "entryUtc": "2025-09-02T14:07:00.000Z",
          "exitTs": 1756831080,
          "dir": 1,
          "entryPrice": 3495.595,
          "exitPrice": 3527.205,
          "stopDistance": 15.805,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 151
        },
        {
          "entryTs": 1756900800,
          "entryUtc": "2025-09-03T12:00:00.000Z",
          "exitTs": 1756922940,
          "dir": 1,
          "entryPrice": 3547.405,
          "exitPrice": 3576.478,
          "stopDistance": 14.536,
          "outcome": "target",
          "netR": 1.9745,
          "holdMinutes": 369
        },
        {
          "entryTs": 1756987200,
          "entryUtc": "2025-09-04T12:00:00.000Z",
          "exitTs": 1757075520,
          "dir": 1,
          "entryPrice": 3545.415,
          "exitPrice": 3578.677,
          "stopDistance": 16.631,
          "outcome": "target",
          "netR": 1.9778,
          "holdMinutes": 1472
        },
        {
          "entryTs": 1757332800,
          "entryUtc": "2025-09-08T12:00:00.000Z",
          "exitTs": 1757383680,
          "dir": 1,
          "entryPrice": 3619.635,
          "exitPrice": 3649.486,
          "stopDistance": 14.925,
          "outcome": "target",
          "netR": 1.9752,
          "holdMinutes": 848
        },
        {
          "entryTs": 1757424240,
          "entryUtc": "2025-09-09T13:24:00.000Z",
          "exitTs": 1757426940,
          "dir": 1,
          "entryPrice": 3655.985,
          "exitPrice": 3641.641,
          "stopDistance": 14.345,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 45
        },
        {
          "entryTs": 1757505600,
          "entryUtc": "2025-09-10T12:00:00.000Z",
          "exitTs": 1757558700,
          "dir": 1,
          "entryPrice": 3648.858,
          "exitPrice": 3635.001,
          "stopDistance": 13.857,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 885
        },
        {
          "entryTs": 1757592000,
          "entryUtc": "2025-09-11T12:00:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3616.595,
          "exitPrice": 3629.407,
          "stopDistance": 12.812,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 30
        },
        {
          "entryTs": 1757680380,
          "entryUtc": "2025-09-12T12:33:00.000Z",
          "exitTs": 1757683980,
          "dir": -1,
          "entryPrice": 3639.495,
          "exitPrice": 3651.077,
          "stopDistance": 11.582,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 60
        },
        {
          "entryTs": 1757940420,
          "entryUtc": "2025-09-15T12:47:00.000Z",
          "exitTs": 1757949960,
          "dir": 1,
          "entryPrice": 3645.615,
          "exitPrice": 3667.438,
          "stopDistance": 10.911,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 159
        },
        {
          "entryTs": 1758024000,
          "entryUtc": "2025-09-16T12:00:00.000Z",
          "exitTs": 1758028740,
          "dir": 1,
          "entryPrice": 3697.085,
          "exitPrice": 3685.052,
          "stopDistance": 12.033,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 79
        },
        {
          "entryTs": 1758116040,
          "entryUtc": "2025-09-17T13:34:00.000Z",
          "exitTs": 1758132060,
          "dir": 1,
          "entryPrice": 3679.835,
          "exitPrice": 3667.426,
          "stopDistance": 12.409,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 267
        },
        {
          "entryTs": 1758196800,
          "entryUtc": "2025-09-18T12:00:00.000Z",
          "exitTs": 1758202260,
          "dir": 1,
          "entryPrice": 3666.965,
          "exitPrice": 3649.587,
          "stopDistance": 17.378,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 91
        },
        {
          "entryTs": 1758288900,
          "entryUtc": "2025-09-19T13:35:00.000Z",
          "exitTs": 1758311400,
          "dir": 1,
          "entryPrice": 3657.205,
          "exitPrice": 3684.225,
          "stopDistance": 13.51,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 375
        },
        {
          "entryTs": 1758542400,
          "entryUtc": "2025-09-22T12:00:00.000Z",
          "exitTs": 1758589500,
          "dir": 1,
          "entryPrice": 3724.525,
          "exitPrice": 3751.703,
          "stopDistance": 13.589,
          "outcome": "target",
          "netR": 1.9728,
          "holdMinutes": 785
        },
        {
          "entryTs": 1758628800,
          "entryUtc": "2025-09-23T12:00:00.000Z",
          "exitTs": 1758637260,
          "dir": 1,
          "entryPrice": 3783.395,
          "exitPrice": 3767.977,
          "stopDistance": 15.418,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 141
        },
        {
          "entryTs": 1758716040,
          "entryUtc": "2025-09-24T12:14:00.000Z",
          "exitTs": 1758732180,
          "dir": -1,
          "entryPrice": 3766.855,
          "exitPrice": 3736.399,
          "stopDistance": 15.228,
          "outcome": "target",
          "netR": 1.9757,
          "holdMinutes": 269
        },
        {
          "entryTs": 1758803820,
          "entryUtc": "2025-09-25T12:37:00.000Z",
          "exitTs": 1758825360,
          "dir": -1,
          "entryPrice": 3737.295,
          "exitPrice": 3753.377,
          "stopDistance": 16.082,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 359
        },
        {
          "entryTs": 1758889860,
          "entryUtc": "2025-09-26T12:31:00.000Z",
          "exitTs": 1759106760,
          "dir": 1,
          "entryPrice": 3754.975,
          "exitPrice": 3786.035,
          "stopDistance": 15.53,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 3615
        },
        {
          "entryTs": 1759147200,
          "entryUtc": "2025-09-29T12:00:00.000Z",
          "exitTs": 1759151040,
          "dir": 1,
          "entryPrice": 3828.755,
          "exitPrice": 3809.278,
          "stopDistance": 19.477,
          "outcome": "stop",
          "netR": -1.0216,
          "holdMinutes": 64
        },
        {
          "entryTs": 1759406400,
          "entryUtc": "2025-10-02T12:00:00.000Z",
          "exitTs": 1759414020,
          "dir": 1,
          "entryPrice": 3886.048,
          "exitPrice": 3870.407,
          "stopDistance": 15.641,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 127
        },
        {
          "entryTs": 1759494720,
          "entryUtc": "2025-10-03T12:32:00.000Z",
          "exitTs": 1759705140,
          "dir": 1,
          "entryPrice": 3865.535,
          "exitPrice": 3897.725,
          "stopDistance": 16.095,
          "outcome": "target",
          "netR": 1.977,
          "holdMinutes": 3507
        },
        {
          "entryTs": 1759759380,
          "entryUtc": "2025-10-06T14:03:00.000Z",
          "exitTs": 1759850280,
          "dir": 1,
          "entryPrice": 3949.305,
          "exitPrice": 3989.131,
          "stopDistance": 19.913,
          "outcome": "target",
          "netR": 1.9814,
          "holdMinutes": 1515
        },
        {
          "entryTs": 1759924980,
          "entryUtc": "2025-10-08T12:03:00.000Z",
          "exitTs": 1759961340,
          "dir": 1,
          "entryPrice": 4040.305,
          "exitPrice": 4022.379,
          "stopDistance": 17.925,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 606
        },
        {
          "entryTs": 1760011200,
          "entryUtc": "2025-10-09T12:00:00.000Z",
          "exitTs": 1760017560,
          "dir": 1,
          "entryPrice": 4044.205,
          "exitPrice": 4023.341,
          "stopDistance": 20.864,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 106
        },
        {
          "entryTs": 1760103180,
          "entryUtc": "2025-10-10T13:33:00.000Z",
          "exitTs": 1760310240,
          "dir": 1,
          "entryPrice": 3994.515,
          "exitPrice": 4047.603,
          "stopDistance": 26.544,
          "outcome": "target",
          "netR": 1.9861,
          "holdMinutes": 3451
        },
        {
          "entryTs": 1760358000,
          "entryUtc": "2025-10-13T12:20:00.000Z",
          "exitTs": 1760398800,
          "dir": 1,
          "entryPrice": 4079.015,
          "exitPrice": 4131.2,
          "stopDistance": 26.093,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 680
        },
        {
          "entryTs": 1760530560,
          "entryUtc": "2025-10-15T12:16:00.000Z",
          "exitTs": 1760537520,
          "dir": -1,
          "entryPrice": 4183.848,
          "exitPrice": 4212.077,
          "stopDistance": 28.229,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 116
        },
        {
          "entryTs": 1760616000,
          "entryUtc": "2025-10-16T12:00:00.000Z",
          "exitTs": 1760631480,
          "dir": 1,
          "entryPrice": 4240.265,
          "exitPrice": 4288.46,
          "stopDistance": 24.098,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 258
        },
        {
          "entryTs": 1760702400,
          "entryUtc": "2025-10-17T12:00:00.000Z",
          "exitTs": 1760720520,
          "dir": -1,
          "entryPrice": 4286.775,
          "exitPrice": 4198.181,
          "stopDistance": 44.297,
          "outcome": "target",
          "netR": 1.9916,
          "holdMinutes": 302
        },
        {
          "entryTs": 1760961600,
          "entryUtc": "2025-10-20T12:00:00.000Z",
          "exitTs": 1760984940,
          "dir": 1,
          "entryPrice": 4278.905,
          "exitPrice": 4356.94,
          "stopDistance": 39.018,
          "outcome": "target",
          "netR": 1.9905,
          "holdMinutes": 389
        },
        {
          "entryTs": 1761048600,
          "entryUtc": "2025-10-21T12:10:00.000Z",
          "exitTs": 1761056400,
          "dir": -1,
          "entryPrice": 4244.085,
          "exitPrice": 4163.796,
          "stopDistance": 40.144,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 130
        },
        {
          "entryTs": 1761134400,
          "entryUtc": "2025-10-22T12:00:00.000Z",
          "exitTs": 1761159840,
          "dir": -1,
          "entryPrice": 4027.435,
          "exitPrice": 4086.122,
          "stopDistance": 58.687,
          "outcome": "stop",
          "netR": -1.0072,
          "holdMinutes": 424
        },
        {
          "entryTs": 1761225480,
          "entryUtc": "2025-10-23T13:18:00.000Z",
          "exitTs": 1761285780,
          "dir": 1,
          "entryPrice": 4137.448,
          "exitPrice": 4096.795,
          "stopDistance": 40.653,
          "outcome": "stop",
          "netR": -1.0103,
          "holdMinutes": 1005
        },
        {
          "entryTs": 1761311220,
          "entryUtc": "2025-10-24T13:07:00.000Z",
          "exitTs": 1761516000,
          "dir": 1,
          "entryPrice": 4104.498,
          "exitPrice": 4070.868,
          "stopDistance": 33.63,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 3413
        },
        {
          "entryTs": 1761566400,
          "entryUtc": "2025-10-27T12:00:00.000Z",
          "exitTs": 1761631620,
          "dir": -1,
          "entryPrice": 4023.855,
          "exitPrice": 3956.391,
          "stopDistance": 33.732,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 1087
        },
        {
          "entryTs": 1761739260,
          "entryUtc": "2025-10-29T12:01:00.000Z",
          "exitTs": 1761758940,
          "dir": 1,
          "entryPrice": 4018.335,
          "exitPrice": 3987.512,
          "stopDistance": 30.822,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 328
        },
        {
          "entryTs": 1761825720,
          "entryUtc": "2025-10-30T12:02:00.000Z",
          "exitTs": 1762185720,
          "dir": 1,
          "entryPrice": 3977.025,
          "exitPrice": 4009.355,
          "stopDistance": 38.276,
          "outcome": "time",
          "netR": 0.835,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1762263240,
          "entryUtc": "2025-11-04T13:34:00.000Z",
          "exitTs": 1762266840,
          "dir": -1,
          "entryPrice": 3982.075,
          "exitPrice": 3938.342,
          "stopDistance": 21.867,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 60
        },
        {
          "entryTs": 1762439340,
          "entryUtc": "2025-11-06T14:29:00.000Z",
          "exitTs": 1762498860,
          "dir": -1,
          "entryPrice": 3990.915,
          "exitPrice": 4008.445,
          "stopDistance": 17.53,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 992
        },
        {
          "entryTs": 1762520400,
          "entryUtc": "2025-11-07T13:00:00.000Z",
          "exitTs": 1762533060,
          "dir": -1,
          "entryPrice": 3995.825,
          "exitPrice": 4013.705,
          "stopDistance": 17.88,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 211
        },
        {
          "entryTs": 1762779600,
          "entryUtc": "2025-11-10T13:00:00.000Z",
          "exitTs": 1762785180,
          "dir": 1,
          "entryPrice": 4097.435,
          "exitPrice": 4078.153,
          "stopDistance": 19.282,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 93
        },
        {
          "entryTs": 1762868160,
          "entryUtc": "2025-11-11T13:36:00.000Z",
          "exitTs": 1762870860,
          "dir": 1,
          "entryPrice": 4145.725,
          "exitPrice": 4129.202,
          "stopDistance": 16.523,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 45
        },
        {
          "entryTs": 1762956240,
          "entryUtc": "2025-11-12T14:04:00.000Z",
          "exitTs": 1762960620,
          "dir": 1,
          "entryPrice": 4133.385,
          "exitPrice": 4171.358,
          "stopDistance": 18.987,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 73
        },
        {
          "entryTs": 1763038800,
          "entryUtc": "2025-11-13T13:00:00.000Z",
          "exitTs": 1763042880,
          "dir": 1,
          "entryPrice": 4242.465,
          "exitPrice": 4218.561,
          "stopDistance": 23.904,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 68
        },
        {
          "entryTs": 1763125200,
          "entryUtc": "2025-11-14T13:00:00.000Z",
          "exitTs": 1763126940,
          "dir": -1,
          "entryPrice": 4115.905,
          "exitPrice": 4053.968,
          "stopDistance": 30.969,
          "outcome": "target",
          "netR": 1.9881,
          "holdMinutes": 29
        },
        {
          "entryTs": 1763387160,
          "entryUtc": "2025-11-17T13:46:00.000Z",
          "exitTs": 1763449920,
          "dir": -1,
          "entryPrice": 4064.945,
          "exitPrice": 4002.015,
          "stopDistance": 31.465,
          "outcome": "target",
          "netR": 1.9882,
          "holdMinutes": 1046
        },
        {
          "entryTs": 1763472060,
          "entryUtc": "2025-11-18T13:21:00.000Z",
          "exitTs": 1763545680,
          "dir": 1,
          "entryPrice": 4046.995,
          "exitPrice": 4105.523,
          "stopDistance": 29.264,
          "outcome": "target",
          "netR": 1.9874,
          "holdMinutes": 1227
        },
        {
          "entryTs": 1763559900,
          "entryUtc": "2025-11-19T13:45:00.000Z",
          "exitTs": 1763567580,
          "dir": 1,
          "entryPrice": 4116.125,
          "exitPrice": 4091.893,
          "stopDistance": 24.232,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 128
        },
        {
          "entryTs": 1763643600,
          "entryUtc": "2025-11-20T13:00:00.000Z",
          "exitTs": 1763657820,
          "dir": 1,
          "entryPrice": 4081.565,
          "exitPrice": 4051.829,
          "stopDistance": 29.736,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 237
        },
        {
          "entryTs": 1763730000,
          "entryUtc": "2025-11-21T13:00:00.000Z",
          "exitTs": 1764016380,
          "dir": 1,
          "entryPrice": 4065.645,
          "exitPrice": 4129.657,
          "stopDistance": 32.006,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 4773
        },
        {
          "entryTs": 1764076800,
          "entryUtc": "2025-11-25T13:20:00.000Z",
          "exitTs": 1764081540,
          "dir": 1,
          "entryPrice": 4145.655,
          "exitPrice": 4121.408,
          "stopDistance": 24.247,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 79
        },
        {
          "entryTs": 1764165300,
          "entryUtc": "2025-11-26T13:55:00.000Z",
          "exitTs": 1764180720,
          "dir": -1,
          "entryPrice": 4148.945,
          "exitPrice": 4170.539,
          "stopDistance": 21.595,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 257
        },
        {
          "entryTs": 1764338520,
          "entryUtc": "2025-11-28T14:02:00.000Z",
          "exitTs": 1764354720,
          "dir": 1,
          "entryPrice": 4187.355,
          "exitPrice": 4224.444,
          "stopDistance": 18.545,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 270
        },
        {
          "entryTs": 1764594300,
          "entryUtc": "2025-12-01T13:05:00.000Z",
          "exitTs": 1764599820,
          "dir": 1,
          "entryPrice": 4253.325,
          "exitPrice": 4230.916,
          "stopDistance": 22.41,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 92
        },
        {
          "entryTs": 1764766800,
          "entryUtc": "2025-12-03T13:00:00.000Z",
          "exitTs": 1764897420,
          "dir": 1,
          "entryPrice": 4213.365,
          "exitPrice": 4194.498,
          "stopDistance": 18.867,
          "outcome": "stop",
          "netR": -1.0223,
          "holdMinutes": 2177
        },
        {
          "entryTs": 1764939600,
          "entryUtc": "2025-12-05T13:00:00.000Z",
          "exitTs": 1764951060,
          "dir": 1,
          "entryPrice": 4230.485,
          "exitPrice": 4214.65,
          "stopDistance": 15.835,
          "outcome": "stop",
          "netR": -1.0265,
          "holdMinutes": 191
        },
        {
          "entryTs": 1765200540,
          "entryUtc": "2025-12-08T13:29:00.000Z",
          "exitTs": 1765296660,
          "dir": -1,
          "entryPrice": 4202.895,
          "exitPrice": 4220.139,
          "stopDistance": 17.244,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 1602
        },
        {
          "entryTs": 1765377480,
          "entryUtc": "2025-12-10T14:38:00.000Z",
          "exitTs": 1765393200,
          "dir": -1,
          "entryPrice": 4192.445,
          "exitPrice": 4206.573,
          "stopDistance": 14.128,
          "outcome": "stop",
          "netR": -1.0297,
          "holdMinutes": 262
        },
        {
          "entryTs": 1765458000,
          "entryUtc": "2025-12-11T13:00:00.000Z",
          "exitTs": 1765468200,
          "dir": 1,
          "entryPrice": 4221.285,
          "exitPrice": 4257.496,
          "stopDistance": 18.105,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 170
        },
        {
          "entryTs": 1765544400,
          "entryUtc": "2025-12-12T13:00:00.000Z",
          "exitTs": 1765553100,
          "dir": 1,
          "entryPrice": 4325.873,
          "exitPrice": 4305.966,
          "stopDistance": 19.907,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 145
        },
        {
          "entryTs": 1765804320,
          "entryUtc": "2025-12-15T13:12:00.000Z",
          "exitTs": 1765815720,
          "dir": -1,
          "entryPrice": 4333.258,
          "exitPrice": 4294.342,
          "stopDistance": 19.458,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 190
        },
        {
          "entryTs": 1765890000,
          "entryUtc": "2025-12-16T13:00:00.000Z",
          "exitTs": 1765897620,
          "dir": 1,
          "entryPrice": 4294.325,
          "exitPrice": 4333.542,
          "stopDistance": 19.608,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 127
        },
        {
          "entryTs": 1765977420,
          "entryUtc": "2025-12-17T13:17:00.000Z",
          "exitTs": 1766069100,
          "dir": 1,
          "entryPrice": 4328.535,
          "exitPrice": 4309.805,
          "stopDistance": 18.73,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 1528
        },
        {
          "entryTs": 1766149860,
          "entryUtc": "2025-12-19T13:11:00.000Z",
          "exitTs": 1766365200,
          "dir": 1,
          "entryPrice": 4333.475,
          "exitPrice": 4367.475,
          "stopDistance": 17,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 3589
        },
        {
          "entryTs": 1766408400,
          "entryUtc": "2025-12-22T13:00:00.000Z",
          "exitTs": 1766445180,
          "dir": 1,
          "entryPrice": 4420.165,
          "exitPrice": 4453.547,
          "stopDistance": 16.691,
          "outcome": "target",
          "netR": 1.9778,
          "holdMinutes": 613
        },
        {
          "entryTs": 1766495100,
          "entryUtc": "2025-12-23T13:05:00.000Z",
          "exitTs": 1766497920,
          "dir": 1,
          "entryPrice": 4492.995,
          "exitPrice": 4475.299,
          "stopDistance": 17.696,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 47
        },
        {
          "entryTs": 1766582400,
          "entryUtc": "2025-12-24T13:20:00.000Z",
          "exitTs": 1766707560,
          "dir": -1,
          "entryPrice": 4477.805,
          "exitPrice": 4501.379,
          "stopDistance": 23.574,
          "outcome": "stop",
          "netR": -1.0178,
          "holdMinutes": 2086
        },
        {
          "entryTs": 1766754000,
          "entryUtc": "2025-12-26T13:00:00.000Z",
          "exitTs": 1766759220,
          "dir": -1,
          "entryPrice": 4507.488,
          "exitPrice": 4529.208,
          "stopDistance": 21.72,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 87
        },
        {
          "entryTs": 1767015660,
          "entryUtc": "2025-12-29T13:41:00.000Z",
          "exitTs": 1767018600,
          "dir": -1,
          "entryPrice": 4444.735,
          "exitPrice": 4377.579,
          "stopDistance": 33.578,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 49
        },
        {
          "entryTs": 1767099600,
          "entryUtc": "2025-12-30T13:00:00.000Z",
          "exitTs": 1767105600,
          "dir": 1,
          "entryPrice": 4401.065,
          "exitPrice": 4369.359,
          "stopDistance": 31.706,
          "outcome": "stop",
          "netR": -1.0132,
          "holdMinutes": 100
        },
        {
          "entryTs": 1767188760,
          "entryUtc": "2025-12-31T13:46:00.000Z",
          "exitTs": 1767567600,
          "dir": 1,
          "entryPrice": 4337.065,
          "exitPrice": 4353.148,
          "stopDistance": 37.335,
          "outcome": "time",
          "netR": 0.4209,
          "holdMinutes": 6314
        },
        {
          "entryTs": 1767618000,
          "entryUtc": "2026-01-05T13:00:00.000Z",
          "exitTs": 1767624480,
          "dir": -1,
          "entryPrice": 4409.485,
          "exitPrice": 4435.22,
          "stopDistance": 25.735,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 108
        },
        {
          "entryTs": 1767709980,
          "entryUtc": "2026-01-06T14:33:00.000Z",
          "exitTs": 1767764100,
          "dir": 1,
          "entryPrice": 4475.485,
          "exitPrice": 4451.64,
          "stopDistance": 23.845,
          "outcome": "stop",
          "netR": -1.0176,
          "holdMinutes": 902
        },
        {
          "entryTs": 1767791160,
          "entryUtc": "2026-01-07T13:06:00.000Z",
          "exitTs": 1767804180,
          "dir": -1,
          "entryPrice": 4441.375,
          "exitPrice": 4465.442,
          "stopDistance": 24.067,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 217
        },
        {
          "entryTs": 1767877560,
          "entryUtc": "2026-01-08T13:06:00.000Z",
          "exitTs": 1767884940,
          "dir": -1,
          "entryPrice": 4419.438,
          "exitPrice": 4442.041,
          "stopDistance": 22.603,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 123
        },
        {
          "entryTs": 1767963600,
          "entryUtc": "2026-01-09T13:00:00.000Z",
          "exitTs": 1767965520,
          "dir": -1,
          "entryPrice": 4463.905,
          "exitPrice": 4483.13,
          "stopDistance": 19.226,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 32
        },
        {
          "entryTs": 1768223220,
          "entryUtc": "2026-01-12T13:07:00.000Z",
          "exitTs": 1768286460,
          "dir": 1,
          "entryPrice": 4599.245,
          "exitPrice": 4574.178,
          "stopDistance": 25.067,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1768309680,
          "entryUtc": "2026-01-13T13:08:00.000Z",
          "exitTs": 1768336440,
          "dir": 1,
          "entryPrice": 4596.855,
          "exitPrice": 4573.979,
          "stopDistance": 22.876,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 446
        },
        {
          "entryTs": 1768395600,
          "entryUtc": "2026-01-14T13:00:00.000Z",
          "exitTs": 1768401720,
          "dir": 1,
          "entryPrice": 4639.495,
          "exitPrice": 4616.94,
          "stopDistance": 22.555,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 102
        },
        {
          "entryTs": 1768482000,
          "entryUtc": "2026-01-15T13:00:00.000Z",
          "exitTs": 1768484220,
          "dir": 1,
          "entryPrice": 4613.785,
          "exitPrice": 4590.709,
          "stopDistance": 23.076,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 37
        },
        {
          "entryTs": 1768569000,
          "entryUtc": "2026-01-16T13:10:00.000Z",
          "exitTs": 1768575900,
          "dir": -1,
          "entryPrice": 4596.515,
          "exitPrice": 4617.995,
          "stopDistance": 21.48,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 115
        },
        {
          "entryTs": 1768831800,
          "entryUtc": "2026-01-19T14:10:00.000Z",
          "exitTs": 1768883280,
          "dir": -1,
          "entryPrice": 4661.345,
          "exitPrice": 4686.216,
          "stopDistance": 24.871,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 858
        },
        {
          "entryTs": 1768917540,
          "entryUtc": "2026-01-20T13:59:00.000Z",
          "exitTs": 1768952760,
          "dir": 1,
          "entryPrice": 4737.285,
          "exitPrice": 4778.386,
          "stopDistance": 20.55,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 587
        },
        {
          "entryTs": 1769002620,
          "entryUtc": "2026-01-21T13:37:00.000Z",
          "exitTs": 1769004300,
          "dir": 1,
          "entryPrice": 4876.965,
          "exitPrice": 4846.259,
          "stopDistance": 30.706,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 28
        },
        {
          "entryTs": 1769089320,
          "entryUtc": "2026-01-22T13:42:00.000Z",
          "exitTs": 1769095560,
          "dir": -1,
          "entryPrice": 4813.605,
          "exitPrice": 4848.804,
          "stopDistance": 35.199,
          "outcome": "stop",
          "netR": -1.0119,
          "holdMinutes": 104
        },
        {
          "entryTs": 1769182980,
          "entryUtc": "2026-01-23T15:43:00.000Z",
          "exitTs": 1769383020,
          "dir": 1,
          "entryPrice": 4959.505,
          "exitPrice": 5027.54,
          "stopDistance": 34.018,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 3334
        },
        {
          "entryTs": 1769432520,
          "entryUtc": "2026-01-26T13:02:00.000Z",
          "exitTs": 1769463360,
          "dir": -1,
          "entryPrice": 5073.575,
          "exitPrice": 5001.414,
          "stopDistance": 36.081,
          "outcome": "target",
          "netR": 1.9897,
          "holdMinutes": 514
        },
        {
          "entryTs": 1769521260,
          "entryUtc": "2026-01-27T13:41:00.000Z",
          "exitTs": 1769544180,
          "dir": -1,
          "entryPrice": 5073.075,
          "exitPrice": 5114.21,
          "stopDistance": 41.135,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 382
        },
        {
          "entryTs": 1769607480,
          "entryUtc": "2026-01-28T13:38:00.000Z",
          "exitTs": 1769619660,
          "dir": -1,
          "entryPrice": 5262.765,
          "exitPrice": 5305.497,
          "stopDistance": 42.732,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 203
        },
        {
          "entryTs": 1769698860,
          "entryUtc": "2026-01-29T15:01:00.000Z",
          "exitTs": 1769699760,
          "dir": -1,
          "entryPrice": 5472.965,
          "exitPrice": 5326.743,
          "stopDistance": 73.111,
          "outcome": "target",
          "netR": 1.9949,
          "holdMinutes": 15
        },
        {
          "entryTs": 1770037200,
          "entryUtc": "2026-02-02T13:00:00.000Z",
          "exitTs": 1770047820,
          "dir": 1,
          "entryPrice": 4793.505,
          "exitPrice": 4622.067,
          "stopDistance": 171.437,
          "outcome": "stop",
          "netR": -1.0024,
          "holdMinutes": 177
        },
        {
          "entryTs": 1770126360,
          "entryUtc": "2026-02-03T13:46:00.000Z",
          "exitTs": 1770223680,
          "dir": 1,
          "entryPrice": 4949.395,
          "exitPrice": 4845.097,
          "stopDistance": 104.298,
          "outcome": "stop",
          "netR": -1.004,
          "holdMinutes": 1622
        },
        {
          "entryTs": 1770296400,
          "entryUtc": "2026-02-05T13:00:00.000Z",
          "exitTs": 1770336900,
          "dir": -1,
          "entryPrice": 4849.145,
          "exitPrice": 4678.158,
          "stopDistance": 85.493,
          "outcome": "target",
          "netR": 1.9957,
          "holdMinutes": 675
        },
        {
          "entryTs": 1770382800,
          "entryUtc": "2026-02-06T13:00:00.000Z",
          "exitTs": 1770652140,
          "dir": 1,
          "entryPrice": 4900.145,
          "exitPrice": 5059.829,
          "stopDistance": 79.842,
          "outcome": "target",
          "netR": 1.9954,
          "holdMinutes": 4489
        },
        {
          "entryTs": 1770732960,
          "entryUtc": "2026-02-10T14:16:00.000Z",
          "exitTs": 1770737820,
          "dir": 1,
          "entryPrice": 5063.055,
          "exitPrice": 5019.334,
          "stopDistance": 43.721,
          "outcome": "stop",
          "netR": -1.0096,
          "holdMinutes": 81
        },
        {
          "entryTs": 1770814800,
          "entryUtc": "2026-02-11T13:00:00.000Z",
          "exitTs": 1770816600,
          "dir": 1,
          "entryPrice": 5083.025,
          "exitPrice": 5040.188,
          "stopDistance": 42.837,
          "outcome": "stop",
          "netR": -1.0098,
          "holdMinutes": 30
        },
        {
          "entryTs": 1770901200,
          "entryUtc": "2026-02-12T13:00:00.000Z",
          "exitTs": 1770912840,
          "dir": -1,
          "entryPrice": 5051.535,
          "exitPrice": 4982.488,
          "stopDistance": 34.524,
          "outcome": "target",
          "netR": 1.9893,
          "holdMinutes": 194
        },
        {
          "entryTs": 1770989400,
          "entryUtc": "2026-02-13T13:30:00.000Z",
          "exitTs": 1771289820,
          "dir": 1,
          "entryPrice": 4989.315,
          "exitPrice": 4943.245,
          "stopDistance": 46.07,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 5007
        },
        {
          "entryTs": 1771333200,
          "entryUtc": "2026-02-17T13:00:00.000Z",
          "exitTs": 1771336560,
          "dir": 1,
          "entryPrice": 4932.175,
          "exitPrice": 4895.227,
          "stopDistance": 36.947,
          "outcome": "stop",
          "netR": -1.0114,
          "holdMinutes": 56
        },
        {
          "entryTs": 1771419600,
          "entryUtc": "2026-02-18T13:00:00.000Z",
          "exitTs": 1771427040,
          "dir": 1,
          "entryPrice": 4942.915,
          "exitPrice": 5007.08,
          "stopDistance": 32.082,
          "outcome": "target",
          "netR": 1.9885,
          "holdMinutes": 124
        },
        {
          "entryTs": 1771506000,
          "entryUtc": "2026-02-19T13:00:00.000Z",
          "exitTs": 1771514820,
          "dir": -1,
          "entryPrice": 4984.635,
          "exitPrice": 5011.458,
          "stopDistance": 26.823,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 147
        },
        {
          "entryTs": 1771595400,
          "entryUtc": "2026-02-20T13:50:00.000Z",
          "exitTs": 1771599900,
          "dir": 1,
          "entryPrice": 5042.325,
          "exitPrice": 5013.765,
          "stopDistance": 28.56,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 75
        },
        {
          "entryTs": 1771851600,
          "entryUtc": "2026-02-23T13:00:00.000Z",
          "exitTs": 1771879920,
          "dir": 1,
          "entryPrice": 5163.835,
          "exitPrice": 5229.996,
          "stopDistance": 33.081,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 472
        },
        {
          "entryTs": 1771938000,
          "entryUtc": "2026-02-24T13:00:00.000Z",
          "exitTs": 1771982340,
          "dir": -1,
          "entryPrice": 5150.325,
          "exitPrice": 5184.48,
          "stopDistance": 34.154,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 739
        },
        {
          "entryTs": 1772029680,
          "entryUtc": "2026-02-25T14:28:00.000Z",
          "exitTs": 1772037900,
          "dir": -1,
          "entryPrice": 5176.325,
          "exitPrice": 5208.163,
          "stopDistance": 31.838,
          "outcome": "stop",
          "netR": -1.0132,
          "holdMinutes": 137
        },
        {
          "entryTs": 1772112600,
          "entryUtc": "2026-02-26T13:30:00.000Z",
          "exitTs": 1772138280,
          "dir": -1,
          "entryPrice": 5167.265,
          "exitPrice": 5198.91,
          "stopDistance": 31.645,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 428
        },
        {
          "entryTs": 1772197200,
          "entryUtc": "2026-02-27T13:00:00.000Z",
          "exitTs": 1772207520,
          "dir": 1,
          "entryPrice": 5189.475,
          "exitPrice": 5241.037,
          "stopDistance": 25.781,
          "outcome": "target",
          "netR": 1.9856,
          "holdMinutes": 172
        },
        {
          "entryTs": 1772457120,
          "entryUtc": "2026-03-02T13:12:00.000Z",
          "exitTs": 1772467200,
          "dir": -1,
          "entryPrice": 5384.668,
          "exitPrice": 5303.667,
          "stopDistance": 40.5,
          "outcome": "target",
          "netR": 1.9909,
          "holdMinutes": 168
        },
        {
          "entryTs": 1772542800,
          "entryUtc": "2026-03-03T13:00:00.000Z",
          "exitTs": 1772549040,
          "dir": -1,
          "entryPrice": 5224.045,
          "exitPrice": 5070.999,
          "stopDistance": 76.523,
          "outcome": "target",
          "netR": 1.9952,
          "holdMinutes": 104
        },
        {
          "entryTs": 1772629740,
          "entryUtc": "2026-03-04T13:09:00.000Z",
          "exitTs": 1772644980,
          "dir": 1,
          "entryPrice": 5184.775,
          "exitPrice": 5124.612,
          "stopDistance": 60.163,
          "outcome": "stop",
          "netR": -1.007,
          "holdMinutes": 254
        },
        {
          "entryTs": 1772716620,
          "entryUtc": "2026-03-05T13:17:00.000Z",
          "exitTs": 1772728200,
          "dir": -1,
          "entryPrice": 5137.218,
          "exitPrice": 5058.247,
          "stopDistance": 39.485,
          "outcome": "target",
          "netR": 1.9906,
          "holdMinutes": 193
        },
        {
          "entryTs": 1772802000,
          "entryUtc": "2026-03-06T13:00:00.000Z",
          "exitTs": 1772803860,
          "dir": -1,
          "entryPrice": 5082.715,
          "exitPrice": 5122.562,
          "stopDistance": 39.847,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 31
        },
        {
          "entryTs": 1773062460,
          "entryUtc": "2026-03-09T13:21:00.000Z",
          "exitTs": 1773084000,
          "dir": -1,
          "entryPrice": 5086.845,
          "exitPrice": 5137.785,
          "stopDistance": 50.94,
          "outcome": "stop",
          "netR": -1.0082,
          "holdMinutes": 359
        },
        {
          "entryTs": 1773147600,
          "entryUtc": "2026-03-10T13:00:00.000Z",
          "exitTs": 1773237060,
          "dir": 1,
          "entryPrice": 5194.945,
          "exitPrice": 5157.707,
          "stopDistance": 37.238,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 1491
        },
        {
          "entryTs": 1773323760,
          "entryUtc": "2026-03-12T13:56:00.000Z",
          "exitTs": 1773342120,
          "dir": -1,
          "entryPrice": 5147.025,
          "exitPrice": 5086.601,
          "stopDistance": 30.212,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 306
        },
        {
          "entryTs": 1773403200,
          "entryUtc": "2026-03-13T12:00:00.000Z",
          "exitTs": 1773412800,
          "dir": 1,
          "entryPrice": 5107.655,
          "exitPrice": 5077.39,
          "stopDistance": 30.265,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 160
        },
        {
          "entryTs": 1773670080,
          "entryUtc": "2026-03-16T14:08:00.000Z",
          "exitTs": 1773672420,
          "dir": 1,
          "entryPrice": 5035.885,
          "exitPrice": 4996.708,
          "stopDistance": 39.177,
          "outcome": "stop",
          "netR": -1.0107,
          "holdMinutes": 39
        },
        {
          "entryTs": 1773748800,
          "entryUtc": "2026-03-17T12:00:00.000Z",
          "exitTs": 1773834000,
          "dir": -1,
          "entryPrice": 5002.995,
          "exitPrice": 4942.119,
          "stopDistance": 30.438,
          "outcome": "target",
          "netR": 1.9878,
          "holdMinutes": 1420
        },
        {
          "entryTs": 1773835200,
          "entryUtc": "2026-03-18T12:00:00.000Z",
          "exitTs": 1773838800,
          "dir": -1,
          "entryPrice": 4930.085,
          "exitPrice": 4867.948,
          "stopDistance": 31.069,
          "outcome": "target",
          "netR": 1.9881,
          "holdMinutes": 60
        },
        {
          "entryTs": 1773921600,
          "entryUtc": "2026-03-19T12:00:00.000Z",
          "exitTs": 1773924420,
          "dir": -1,
          "entryPrice": 4651.455,
          "exitPrice": 4543.606,
          "stopDistance": 53.925,
          "outcome": "target",
          "netR": 1.9931,
          "holdMinutes": 47
        },
        {
          "entryTs": 1774011960,
          "entryUtc": "2026-03-20T13:06:00.000Z",
          "exitTs": 1774020360,
          "dir": -1,
          "entryPrice": 4661.065,
          "exitPrice": 4541.902,
          "stopDistance": 59.582,
          "outcome": "target",
          "netR": 1.9938,
          "holdMinutes": 140
        },
        {
          "entryTs": 1774267200,
          "entryUtc": "2026-03-23T12:00:00.000Z",
          "exitTs": 1774627200,
          "dir": 1,
          "entryPrice": 4378.825,
          "exitPrice": 4521.445,
          "stopDistance": 118.307,
          "outcome": "time",
          "netR": 1.2024,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1774872000,
          "entryUtc": "2026-03-30T12:00:00.000Z",
          "exitTs": 1774896840,
          "dir": 1,
          "entryPrice": 4559.355,
          "exitPrice": 4510.525,
          "stopDistance": 48.83,
          "outcome": "stop",
          "netR": -1.0086,
          "holdMinutes": 414
        },
        {
          "entryTs": 1774958400,
          "entryUtc": "2026-03-31T12:00:00.000Z",
          "exitTs": 1774984860,
          "dir": 1,
          "entryPrice": 4582.155,
          "exitPrice": 4678.372,
          "stopDistance": 48.109,
          "outcome": "target",
          "netR": 1.9923,
          "holdMinutes": 441
        },
        {
          "entryTs": 1775044800,
          "entryUtc": "2026-04-01T12:00:00.000Z",
          "exitTs": 1775093100,
          "dir": 1,
          "entryPrice": 4752.165,
          "exitPrice": 4707.583,
          "stopDistance": 44.582,
          "outcome": "stop",
          "netR": -1.0094,
          "holdMinutes": 805
        },
        {
          "entryTs": 1775138280,
          "entryUtc": "2026-04-02T13:58:00.000Z",
          "exitTs": 1775498280,
          "dir": 1,
          "entryPrice": 4650.985,
          "exitPrice": 4654.275,
          "stopDistance": 57.819,
          "outcome": "time",
          "netR": 0.0505,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1775569260,
          "entryUtc": "2026-04-07T13:41:00.000Z",
          "exitTs": 1775583300,
          "dir": -1,
          "entryPrice": 4636.465,
          "exitPrice": 4677.404,
          "stopDistance": 40.939,
          "outcome": "stop",
          "netR": -1.0103,
          "holdMinutes": 234
        },
        {
          "entryTs": 1775650800,
          "entryUtc": "2026-04-08T12:20:00.000Z",
          "exitTs": 1775693220,
          "dir": -1,
          "entryPrice": 4790.145,
          "exitPrice": 4698.375,
          "stopDistance": 45.885,
          "outcome": "target",
          "netR": 1.9919,
          "holdMinutes": 707
        },
        {
          "entryTs": 1775736000,
          "entryUtc": "2026-04-09T12:00:00.000Z",
          "exitTs": 1776031200,
          "dir": 1,
          "entryPrice": 4756.615,
          "exitPrice": 4721.083,
          "stopDistance": 35.532,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 4920
        },
        {
          "entryTs": 1776081600,
          "entryUtc": "2026-04-13T12:00:00.000Z",
          "exitTs": 1776088140,
          "dir": -1,
          "entryPrice": 4706.745,
          "exitPrice": 4739.734,
          "stopDistance": 32.989,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 109
        },
        {
          "entryTs": 1776173820,
          "entryUtc": "2026-04-14T13:37:00.000Z",
          "exitTs": 1776215760,
          "dir": 1,
          "entryPrice": 4796.185,
          "exitPrice": 4855.289,
          "stopDistance": 29.552,
          "outcome": "target",
          "netR": 1.9875,
          "holdMinutes": 699
        },
        {
          "entryTs": 1776260280,
          "entryUtc": "2026-04-15T13:38:00.000Z",
          "exitTs": 1776267000,
          "dir": 1,
          "entryPrice": 4824.695,
          "exitPrice": 4797.034,
          "stopDistance": 27.661,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 112
        },
        {
          "entryTs": 1776347460,
          "entryUtc": "2026-04-16T13:51:00.000Z",
          "exitTs": 1776429960,
          "dir": -1,
          "entryPrice": 4806.128,
          "exitPrice": 4828.39,
          "stopDistance": 22.262,
          "outcome": "stop",
          "netR": -1.0189,
          "holdMinutes": 1375
        },
        {
          "entryTs": 1776686400,
          "entryUtc": "2026-04-20T12:00:00.000Z",
          "exitTs": 1776751200,
          "dir": 1,
          "entryPrice": 4810.325,
          "exitPrice": 4780.064,
          "stopDistance": 30.261,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 1080
        },
        {
          "entryTs": 1776772800,
          "entryUtc": "2026-04-21T12:00:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4794.595,
          "exitPrice": 4770.837,
          "stopDistance": 23.758,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 30
        },
        {
          "entryTs": 1776859200,
          "entryUtc": "2026-04-22T12:00:00.000Z",
          "exitTs": 1776903300,
          "dir": -1,
          "entryPrice": 4750.155,
          "exitPrice": 4696.94,
          "stopDistance": 26.608,
          "outcome": "target",
          "netR": 1.9861,
          "holdMinutes": 735
        },
        {
          "entryTs": 1776945600,
          "entryUtc": "2026-04-23T12:00:00.000Z",
          "exitTs": 1776966000,
          "dir": 1,
          "entryPrice": 4724.695,
          "exitPrice": 4696.815,
          "stopDistance": 27.88,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 340
        },
        {
          "entryTs": 1777032000,
          "entryUtc": "2026-04-24T12:00:00.000Z",
          "exitTs": 1777246740,
          "dir": 1,
          "entryPrice": 4706.705,
          "exitPrice": 4676.01,
          "stopDistance": 30.695,
          "outcome": "stop",
          "netR": -1.0137,
          "holdMinutes": 3579
        },
        {
          "entryTs": 1777291200,
          "entryUtc": "2026-04-27T12:00:00.000Z",
          "exitTs": 1777352760,
          "dir": -1,
          "entryPrice": 4704.825,
          "exitPrice": 4659.875,
          "stopDistance": 22.475,
          "outcome": "target",
          "netR": 1.9835,
          "holdMinutes": 1026
        },
        {
          "entryTs": 1777377600,
          "entryUtc": "2026-04-28T12:00:00.000Z",
          "exitTs": 1777378800,
          "dir": -1,
          "entryPrice": 4562.535,
          "exitPrice": 4590.766,
          "stopDistance": 28.231,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 20
        },
        {
          "entryTs": 1777465800,
          "entryUtc": "2026-04-29T12:30:00.000Z",
          "exitTs": 1777532040,
          "dir": -1,
          "entryPrice": 4557.075,
          "exitPrice": 4583.643,
          "stopDistance": 26.568,
          "outcome": "stop",
          "netR": -1.0158,
          "holdMinutes": 1104
        }
      ],
      "significance": {
        "tStat": -0.767,
        "pValueOneSided": 0.77846,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "ema-9-21-m5-trend-filter",
      "name": "EMA 9/21 M5 scalp with H1 trend filter",
      "family": "Modern retail scalp",
      "timeframe": "M5",
      "signalTimeframe": "M5",
      "trendNote": "The most recommended indicator pairing in current gold scalping videos.",
      "rule": "On M5, take 9/21 EMA crosses only in the direction of the H1 200 EMA.",
      "rawSignals": 8159,
      "full": {
        "trades": 6935,
        "winRate": {
          "successes": 2406,
          "total": 6935,
          "ratePct": 34.7,
          "ci95Pct": [
            33.6,
            35.8
          ]
        },
        "expectancyR": -0.186,
        "totalR": -1289.97,
        "profitFactor": 0.766,
        "avgWinR": 1.752,
        "avgLossR": -1.215,
        "maxDrawdownPct": 100,
        "finalEquity": 0.01,
        "returnPct": -100,
        "tStat": -10.847,
        "sdR": 1.428,
        "ambiguousTrades": 8,
        "timeExits": 167,
        "stopExits": 4466,
        "targetExits": 2294,
        "optimisticExpectancyR": -0.1825,
        "medianHoldMinutes": 38,
        "medianCostShareOfR": 0.1939,
        "longTrades": 4052,
        "longExpectancyR": -0.1556,
        "shortTrades": 2883,
        "shortExpectancyR": -0.2287,
        "maxConsecutiveLosses": 18,
        "skippedInPosition": 1224,
        "leverageCapped": 1
      },
      "inSample": {
        "trades": 5199,
        "winRate": {
          "successes": 1789,
          "total": 5199,
          "ratePct": 34.4,
          "ci95Pct": [
            33.1,
            35.7
          ]
        },
        "expectancyR": -0.236,
        "totalR": -1227.09,
        "profitFactor": 0.714,
        "avgWinR": 1.709,
        "avgLossR": -1.256,
        "maxDrawdownPct": 100,
        "finalEquity": 0.03,
        "returnPct": -100,
        "tStat": -11.945,
        "sdR": 1.425,
        "ambiguousTrades": 6,
        "timeExits": 139,
        "stopExits": 3356,
        "targetExits": 1698,
        "optimisticExpectancyR": -0.2325,
        "medianHoldMinutes": 37,
        "medianCostShareOfR": 0.235,
        "longTrades": 2846,
        "longExpectancyR": -0.2015,
        "shortTrades": 2353,
        "shortExpectancyR": -0.2778,
        "maxConsecutiveLosses": 18,
        "skippedInPosition": 935,
        "leverageCapped": 1
      },
      "holdout": {
        "trades": 1736,
        "winRate": {
          "successes": 617,
          "total": 1736,
          "ratePct": 35.5,
          "ci95Pct": [
            33.3,
            37.8
          ]
        },
        "expectancyR": -0.0362,
        "totalR": -62.88,
        "profitFactor": 0.948,
        "avgWinR": 1.876,
        "avgLossR": -1.091,
        "maxDrawdownPct": 58.96,
        "finalEquity": 4471.35,
        "returnPct": -55.29,
        "tStat": -1.057,
        "sdR": 1.428,
        "ambiguousTrades": 2,
        "timeExits": 28,
        "stopExits": 1110,
        "targetExits": 596,
        "optimisticExpectancyR": -0.0327,
        "medianHoldMinutes": 43,
        "medianCostShareOfR": 0.0811,
        "longTrades": 1206,
        "longExpectancyR": -0.0474,
        "shortTrades": 530,
        "shortExpectancyR": -0.0108,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 289,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 7983,
          "winRatePct": 50,
          "expectancyR": -0.3225,
          "profitFactor": 0.52,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 7818,
          "winRatePct": 34.3,
          "expectancyR": -0.3023,
          "profitFactor": 0.658,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 7580,
          "winRatePct": 26.3,
          "expectancyR": -0.2942,
          "profitFactor": 0.702,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 7442,
          "winRatePct": 50.3,
          "expectancyR": -0.2061,
          "profitFactor": 0.661,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 6935,
          "winRatePct": 34.7,
          "expectancyR": -0.186,
          "profitFactor": 0.766,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 6573,
          "winRatePct": 27.6,
          "expectancyR": -0.1733,
          "profitFactor": 0.803,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 5953,
          "winRatePct": 50.6,
          "expectancyR": -0.1041,
          "profitFactor": 0.807,
          "returnPct": -99.85
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 5258,
          "winRatePct": 37.4,
          "expectancyR": -0.0741,
          "profitFactor": 0.891,
          "returnPct": -98.75
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 4952,
          "winRatePct": 31.7,
          "expectancyR": -0.0722,
          "profitFactor": 0.903,
          "returnPct": -98.52
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 6935,
          "expectancyR": -0.1062,
          "profitFactor": 0.857,
          "returnPct": -99.97
        },
        {
          "spreadUsd": 0.3,
          "trades": 6935,
          "expectancyR": -0.186,
          "profitFactor": 0.766,
          "returnPct": -100
        },
        {
          "spreadUsd": 0.6,
          "trades": 6935,
          "expectancyR": -0.3456,
          "profitFactor": 0.616,
          "returnPct": -100
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -23.29
        },
        {
          "month": "2021-02",
          "totalR": -25.38
        },
        {
          "month": "2021-03",
          "totalR": -34.87
        },
        {
          "month": "2021-04",
          "totalR": -23.5
        },
        {
          "month": "2021-05",
          "totalR": 4.49
        },
        {
          "month": "2021-06",
          "totalR": -19.98
        },
        {
          "month": "2021-07",
          "totalR": -48.87
        },
        {
          "month": "2021-08",
          "totalR": -44.13
        },
        {
          "month": "2021-09",
          "totalR": -37.73
        },
        {
          "month": "2021-10",
          "totalR": -35.59
        },
        {
          "month": "2021-11",
          "totalR": -57.04
        },
        {
          "month": "2021-12",
          "totalR": -25.78
        },
        {
          "month": "2022-01",
          "totalR": -61.23
        },
        {
          "month": "2022-02",
          "totalR": -24.49
        },
        {
          "month": "2022-03",
          "totalR": -4.02
        },
        {
          "month": "2022-04",
          "totalR": -32.33
        },
        {
          "month": "2022-05",
          "totalR": -13.07
        },
        {
          "month": "2022-06",
          "totalR": -30.99
        },
        {
          "month": "2022-07",
          "totalR": 13.02
        },
        {
          "month": "2022-08",
          "totalR": -25.11
        },
        {
          "month": "2022-09",
          "totalR": -9.28
        },
        {
          "month": "2022-10",
          "totalR": -30.02
        },
        {
          "month": "2022-11",
          "totalR": -45.6
        },
        {
          "month": "2022-12",
          "totalR": -38.28
        },
        {
          "month": "2023-01",
          "totalR": -15.82
        },
        {
          "month": "2023-02",
          "totalR": -56.91
        },
        {
          "month": "2023-03",
          "totalR": -14.21
        },
        {
          "month": "2023-04",
          "totalR": -32.29
        },
        {
          "month": "2023-05",
          "totalR": -8
        },
        {
          "month": "2023-06",
          "totalR": -25.37
        },
        {
          "month": "2023-07",
          "totalR": -37.87
        },
        {
          "month": "2023-08",
          "totalR": -46.88
        },
        {
          "month": "2023-09",
          "totalR": -51.67
        },
        {
          "month": "2023-10",
          "totalR": -7.76
        },
        {
          "month": "2023-11",
          "totalR": -38.55
        },
        {
          "month": "2023-12",
          "totalR": -36.24
        },
        {
          "month": "2024-01",
          "totalR": -42.58
        },
        {
          "month": "2024-02",
          "totalR": -16.93
        },
        {
          "month": "2024-03",
          "totalR": -25.01
        },
        {
          "month": "2024-04",
          "totalR": 3.99
        },
        {
          "month": "2024-05",
          "totalR": -29.91
        },
        {
          "month": "2024-06",
          "totalR": -36.82
        },
        {
          "month": "2024-07",
          "totalR": -9.06
        },
        {
          "month": "2024-08",
          "totalR": -1.14
        },
        {
          "month": "2024-09",
          "totalR": 0.5
        },
        {
          "month": "2024-10",
          "totalR": -11.77
        },
        {
          "month": "2024-11",
          "totalR": -9.02
        },
        {
          "month": "2024-12",
          "totalR": -4.71
        },
        {
          "month": "2025-01",
          "totalR": -9.59
        },
        {
          "month": "2025-02",
          "totalR": -2.35
        },
        {
          "month": "2025-03",
          "totalR": 19.9
        },
        {
          "month": "2025-04",
          "totalR": -20.79
        },
        {
          "month": "2025-05",
          "totalR": 12.33
        },
        {
          "month": "2025-06",
          "totalR": 3.76
        },
        {
          "month": "2025-07",
          "totalR": -20.38
        },
        {
          "month": "2025-08",
          "totalR": -16.68
        },
        {
          "month": "2025-09",
          "totalR": -5.97
        },
        {
          "month": "2025-10",
          "totalR": 43.25
        },
        {
          "month": "2025-11",
          "totalR": 2.37
        },
        {
          "month": "2025-12",
          "totalR": -22.88
        },
        {
          "month": "2026-01",
          "totalR": -7.57
        },
        {
          "month": "2026-02",
          "totalR": -21.25
        },
        {
          "month": "2026-03",
          "totalR": -3.84
        },
        {
          "month": "2026-04",
          "totalR": -13.2
        }
      ],
      "trades": [
        {
          "entryTs": 1610637600,
          "entryUtc": "2021-01-14T15:20:00.000Z",
          "exitTs": 1610639100,
          "dir": -1,
          "entryPrice": 1843.285,
          "exitPrice": 1847.236,
          "stopDistance": 3.951,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 25
        },
        {
          "entryTs": 1610645400,
          "entryUtc": "2021-01-14T17:30:00.000Z",
          "exitTs": 1610646420,
          "dir": -1,
          "entryPrice": 1845.358,
          "exitPrice": 1847.91,
          "stopDistance": 2.552,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 17
        },
        {
          "entryTs": 1610651700,
          "entryUtc": "2021-01-14T19:15:00.000Z",
          "exitTs": 1610669940,
          "dir": -1,
          "entryPrice": 1847.745,
          "exitPrice": 1850.979,
          "stopDistance": 3.234,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 304
        },
        {
          "entryTs": 1610681100,
          "entryUtc": "2021-01-15T03:25:00.000Z",
          "exitTs": 1610682300,
          "dir": -1,
          "entryPrice": 1850.458,
          "exitPrice": 1852.194,
          "stopDistance": 1.736,
          "outcome": "stop",
          "netR": -1.2419,
          "holdMinutes": 20
        },
        {
          "entryTs": 1610685000,
          "entryUtc": "2021-01-15T04:30:00.000Z",
          "exitTs": 1610685180,
          "dir": -1,
          "entryPrice": 1851.095,
          "exitPrice": 1852.353,
          "stopDistance": 1.258,
          "outcome": "stop",
          "netR": -1.3338,
          "holdMinutes": 3
        },
        {
          "entryTs": 1610689200,
          "entryUtc": "2021-01-15T05:40:00.000Z",
          "exitTs": 1610690460,
          "dir": -1,
          "entryPrice": 1848.948,
          "exitPrice": 1850.77,
          "stopDistance": 1.822,
          "outcome": "stop",
          "netR": -1.2305,
          "holdMinutes": 21
        },
        {
          "entryTs": 1610709300,
          "entryUtc": "2021-01-15T11:15:00.000Z",
          "exitTs": 1610711880,
          "dir": -1,
          "entryPrice": 1851.978,
          "exitPrice": 1847.908,
          "stopDistance": 2.035,
          "outcome": "target",
          "netR": 1.8182,
          "holdMinutes": 43
        },
        {
          "entryTs": 1610926500,
          "entryUtc": "2021-01-17T23:35:00.000Z",
          "exitTs": 1610926500,
          "dir": -1,
          "entryPrice": 1824.538,
          "exitPrice": 1819.358,
          "stopDistance": 2.59,
          "outcome": "target",
          "netR": 1.8572,
          "holdMinutes": 0
        },
        {
          "entryTs": 1610956500,
          "entryUtc": "2021-01-18T07:55:00.000Z",
          "exitTs": 1610956860,
          "dir": -1,
          "entryPrice": 1833.048,
          "exitPrice": 1835.686,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 6
        },
        {
          "entryTs": 1610972100,
          "entryUtc": "2021-01-18T12:15:00.000Z",
          "exitTs": 1610974440,
          "dir": -1,
          "entryPrice": 1832.415,
          "exitPrice": 1834.474,
          "stopDistance": 2.059,
          "outcome": "stop",
          "netR": -1.204,
          "holdMinutes": 39
        },
        {
          "entryTs": 1610981700,
          "entryUtc": "2021-01-18T14:55:00.000Z",
          "exitTs": 1610982540,
          "dir": -1,
          "entryPrice": 1833.295,
          "exitPrice": 1835.395,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2,
          "holdMinutes": 14
        },
        {
          "entryTs": 1611013200,
          "entryUtc": "2021-01-18T23:40:00.000Z",
          "exitTs": 1611016620,
          "dir": -1,
          "entryPrice": 1836.928,
          "exitPrice": 1838.478,
          "stopDistance": 1.55,
          "outcome": "stop",
          "netR": -1.271,
          "holdMinutes": 57
        },
        {
          "entryTs": 1611025200,
          "entryUtc": "2021-01-19T03:00:00.000Z",
          "exitTs": 1611039420,
          "dir": -1,
          "entryPrice": 1839.345,
          "exitPrice": 1841.002,
          "stopDistance": 1.657,
          "outcome": "stop",
          "netR": -1.2534,
          "holdMinutes": 237
        },
        {
          "entryTs": 1611042300,
          "entryUtc": "2021-01-19T07:45:00.000Z",
          "exitTs": 1611043260,
          "dir": -1,
          "entryPrice": 1838.008,
          "exitPrice": 1839.97,
          "stopDistance": 1.962,
          "outcome": "stop",
          "netR": -1.2141,
          "holdMinutes": 16
        },
        {
          "entryTs": 1611057600,
          "entryUtc": "2021-01-19T12:00:00.000Z",
          "exitTs": 1611058380,
          "dir": -1,
          "entryPrice": 1842.695,
          "exitPrice": 1839.852,
          "stopDistance": 1.422,
          "outcome": "target",
          "netR": 1.7397,
          "holdMinutes": 13
        },
        {
          "entryTs": 1611067500,
          "entryUtc": "2021-01-19T14:45:00.000Z",
          "exitTs": 1611067560,
          "dir": -1,
          "entryPrice": 1836.448,
          "exitPrice": 1839.577,
          "stopDistance": 3.129,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 1
        },
        {
          "entryTs": 1611082200,
          "entryUtc": "2021-01-19T18:50:00.000Z",
          "exitTs": 1611101400,
          "dir": -1,
          "entryPrice": 1840.115,
          "exitPrice": 1841.968,
          "stopDistance": 1.853,
          "outcome": "stop",
          "netR": -1.2267,
          "holdMinutes": 320
        },
        {
          "entryTs": 1611121500,
          "entryUtc": "2021-01-20T05:45:00.000Z",
          "exitTs": 1611121740,
          "dir": -1,
          "entryPrice": 1848.835,
          "exitPrice": 1850.032,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.3508,
          "holdMinutes": 4
        },
        {
          "entryTs": 1611137100,
          "entryUtc": "2021-01-20T10:05:00.000Z",
          "exitTs": 1611142320,
          "dir": -1,
          "entryPrice": 1853.915,
          "exitPrice": 1850.639,
          "stopDistance": 1.638,
          "outcome": "target",
          "netR": 1.7741,
          "holdMinutes": 87
        },
        {
          "entryTs": 1611166500,
          "entryUtc": "2021-01-20T18:15:00.000Z",
          "exitTs": 1611178800,
          "dir": 1,
          "entryPrice": 1865.515,
          "exitPrice": 1871.07,
          "stopDistance": 2.778,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 205
        },
        {
          "entryTs": 1611197400,
          "entryUtc": "2021-01-21T02:50:00.000Z",
          "exitTs": 1611198180,
          "dir": 1,
          "entryPrice": 1869.128,
          "exitPrice": 1872.323,
          "stopDistance": 1.598,
          "outcome": "target",
          "netR": 1.7684,
          "holdMinutes": 13
        },
        {
          "entryTs": 1611219300,
          "entryUtc": "2021-01-21T08:55:00.000Z",
          "exitTs": 1611220020,
          "dir": 1,
          "entryPrice": 1872.205,
          "exitPrice": 1869.713,
          "stopDistance": 2.492,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 12
        },
        {
          "entryTs": 1611222300,
          "entryUtc": "2021-01-21T09:45:00.000Z",
          "exitTs": 1611224280,
          "dir": 1,
          "entryPrice": 1872.305,
          "exitPrice": 1869.984,
          "stopDistance": 2.321,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 33
        },
        {
          "entryTs": 1611228300,
          "entryUtc": "2021-01-21T11:25:00.000Z",
          "exitTs": 1611233520,
          "dir": 1,
          "entryPrice": 1870.977,
          "exitPrice": 1868.927,
          "stopDistance": 2.05,
          "outcome": "stop",
          "netR": -1.2049,
          "holdMinutes": 87
        },
        {
          "entryTs": 1611243900,
          "entryUtc": "2021-01-21T15:45:00.000Z",
          "exitTs": 1611244560,
          "dir": 1,
          "entryPrice": 1866.641,
          "exitPrice": 1863.319,
          "stopDistance": 3.322,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 11
        },
        {
          "entryTs": 1611252000,
          "entryUtc": "2021-01-21T18:00:00.000Z",
          "exitTs": 1611256200,
          "dir": 1,
          "entryPrice": 1864.757,
          "exitPrice": 1868.735,
          "stopDistance": 1.989,
          "outcome": "target",
          "netR": 1.814,
          "holdMinutes": 70
        },
        {
          "entryTs": 1611293700,
          "entryUtc": "2021-01-22T05:35:00.000Z",
          "exitTs": 1611295860,
          "dir": -1,
          "entryPrice": 1862.275,
          "exitPrice": 1859.732,
          "stopDistance": 1.272,
          "outcome": "target",
          "netR": 1.7091,
          "holdMinutes": 36
        },
        {
          "entryTs": 1611300900,
          "entryUtc": "2021-01-22T07:35:00.000Z",
          "exitTs": 1611302220,
          "dir": -1,
          "entryPrice": 1859.928,
          "exitPrice": 1861.548,
          "stopDistance": 1.62,
          "outcome": "stop",
          "netR": -1.2593,
          "holdMinutes": 22
        },
        {
          "entryTs": 1611303900,
          "entryUtc": "2021-01-22T08:25:00.000Z",
          "exitTs": 1611304440,
          "dir": -1,
          "entryPrice": 1859.495,
          "exitPrice": 1861.365,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2246,
          "holdMinutes": 9
        },
        {
          "entryTs": 1611308700,
          "entryUtc": "2021-01-22T09:45:00.000Z",
          "exitTs": 1611310680,
          "dir": -1,
          "entryPrice": 1858.935,
          "exitPrice": 1855.068,
          "stopDistance": 1.934,
          "outcome": "target",
          "netR": 1.8087,
          "holdMinutes": 33
        },
        {
          "entryTs": 1611346500,
          "entryUtc": "2021-01-22T20:15:00.000Z",
          "exitTs": 1611529200,
          "dir": -1,
          "entryPrice": 1855.101,
          "exitPrice": 1856.762,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1611537900,
          "entryUtc": "2021-01-25T01:25:00.000Z",
          "exitTs": 1611553380,
          "dir": -1,
          "entryPrice": 1855.415,
          "exitPrice": 1851.309,
          "stopDistance": 2.053,
          "outcome": "target",
          "netR": 1.8198,
          "holdMinutes": 258
        },
        {
          "entryTs": 1611553500,
          "entryUtc": "2021-01-25T05:45:00.000Z",
          "exitTs": 1611554100,
          "dir": -1,
          "entryPrice": 1851.605,
          "exitPrice": 1852.978,
          "stopDistance": 1.373,
          "outcome": "stop",
          "netR": -1.3059,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611563400,
          "entryUtc": "2021-01-25T08:30:00.000Z",
          "exitTs": 1611564540,
          "dir": -1,
          "entryPrice": 1851.365,
          "exitPrice": 1853.072,
          "stopDistance": 1.707,
          "outcome": "stop",
          "netR": -1.246,
          "holdMinutes": 19
        },
        {
          "entryTs": 1611565500,
          "entryUtc": "2021-01-25T09:05:00.000Z",
          "exitTs": 1611566760,
          "dir": -1,
          "entryPrice": 1850.915,
          "exitPrice": 1852.694,
          "stopDistance": 1.779,
          "outcome": "stop",
          "netR": -1.236,
          "holdMinutes": 21
        },
        {
          "entryTs": 1611600000,
          "entryUtc": "2021-01-25T18:40:00.000Z",
          "exitTs": 1611625860,
          "dir": -1,
          "entryPrice": 1855.725,
          "exitPrice": 1857.888,
          "stopDistance": 2.163,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 431
        },
        {
          "entryTs": 1611636300,
          "entryUtc": "2021-01-26T04:45:00.000Z",
          "exitTs": 1611638400,
          "dir": -1,
          "entryPrice": 1857.875,
          "exitPrice": 1855.396,
          "stopDistance": 1.239,
          "outcome": "target",
          "netR": 1.7015,
          "holdMinutes": 35
        },
        {
          "entryTs": 1611652800,
          "entryUtc": "2021-01-26T09:20:00.000Z",
          "exitTs": 1611658620,
          "dir": -1,
          "entryPrice": 1853.741,
          "exitPrice": 1849.543,
          "stopDistance": 2.099,
          "outcome": "target",
          "netR": 1.8237,
          "holdMinutes": 97
        },
        {
          "entryTs": 1611672300,
          "entryUtc": "2021-01-26T14:45:00.000Z",
          "exitTs": 1611672660,
          "dir": -1,
          "entryPrice": 1854.265,
          "exitPrice": 1856.859,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 6
        },
        {
          "entryTs": 1611674400,
          "entryUtc": "2021-01-26T15:20:00.000Z",
          "exitTs": 1611704400,
          "dir": -1,
          "entryPrice": 1854.985,
          "exitPrice": 1850.395,
          "stopDistance": 3.449,
          "outcome": "time",
          "netR": 1.2236,
          "holdMinutes": 500
        },
        {
          "entryTs": 1611719700,
          "entryUtc": "2021-01-27T03:55:00.000Z",
          "exitTs": 1611722460,
          "dir": -1,
          "entryPrice": 1845.148,
          "exitPrice": 1846.446,
          "stopDistance": 1.298,
          "outcome": "stop",
          "netR": -1.3235,
          "holdMinutes": 46
        },
        {
          "entryTs": 1611732900,
          "entryUtc": "2021-01-27T07:35:00.000Z",
          "exitTs": 1611733560,
          "dir": -1,
          "entryPrice": 1848.105,
          "exitPrice": 1849.519,
          "stopDistance": 1.414,
          "outcome": "stop",
          "netR": -1.297,
          "holdMinutes": 11
        },
        {
          "entryTs": 1611735900,
          "entryUtc": "2021-01-27T08:25:00.000Z",
          "exitTs": 1611737640,
          "dir": -1,
          "entryPrice": 1846.192,
          "exitPrice": 1848.37,
          "stopDistance": 2.178,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 29
        },
        {
          "entryTs": 1611755100,
          "entryUtc": "2021-01-27T13:45:00.000Z",
          "exitTs": 1611755880,
          "dir": -1,
          "entryPrice": 1840.276,
          "exitPrice": 1843.416,
          "stopDistance": 3.14,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 13
        },
        {
          "entryTs": 1611758400,
          "entryUtc": "2021-01-27T14:40:00.000Z",
          "exitTs": 1611759660,
          "dir": -1,
          "entryPrice": 1836.405,
          "exitPrice": 1840.078,
          "stopDistance": 3.673,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 21
        },
        {
          "entryTs": 1611768000,
          "entryUtc": "2021-01-27T17:20:00.000Z",
          "exitTs": 1611772200,
          "dir": -1,
          "entryPrice": 1843.885,
          "exitPrice": 1846.89,
          "stopDistance": 3.005,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 70
        },
        {
          "entryTs": 1611773400,
          "entryUtc": "2021-01-27T18:50:00.000Z",
          "exitTs": 1611774000,
          "dir": -1,
          "entryPrice": 1844.822,
          "exitPrice": 1846.873,
          "stopDistance": 2.051,
          "outcome": "stop",
          "netR": -1.2048,
          "holdMinutes": 10
        },
        {
          "entryTs": 1611774300,
          "entryUtc": "2021-01-27T19:05:00.000Z",
          "exitTs": 1611774600,
          "dir": -1,
          "entryPrice": 1844.805,
          "exitPrice": 1847.158,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 5
        },
        {
          "entryTs": 1611775200,
          "entryUtc": "2021-01-27T19:20:00.000Z",
          "exitTs": 1611779820,
          "dir": -1,
          "entryPrice": 1844.435,
          "exitPrice": 1839.572,
          "stopDistance": 2.432,
          "outcome": "target",
          "netR": 1.8478,
          "holdMinutes": 77
        },
        {
          "entryTs": 1611790500,
          "entryUtc": "2021-01-27T23:35:00.000Z",
          "exitTs": 1611792720,
          "dir": -1,
          "entryPrice": 1841.415,
          "exitPrice": 1837.341,
          "stopDistance": 2.037,
          "outcome": "target",
          "netR": 1.8184,
          "holdMinutes": 37
        },
        {
          "entryTs": 1611813300,
          "entryUtc": "2021-01-28T05:55:00.000Z",
          "exitTs": 1611821340,
          "dir": -1,
          "entryPrice": 1836.902,
          "exitPrice": 1838.385,
          "stopDistance": 1.483,
          "outcome": "stop",
          "netR": -1.2832,
          "holdMinutes": 134
        },
        {
          "entryTs": 1611834600,
          "entryUtc": "2021-01-28T11:50:00.000Z",
          "exitTs": 1611841380,
          "dir": -1,
          "entryPrice": 1840.552,
          "exitPrice": 1842.536,
          "stopDistance": 1.984,
          "outcome": "stop",
          "netR": -1.2117,
          "holdMinutes": 113
        },
        {
          "entryTs": 1611865500,
          "entryUtc": "2021-01-28T20:25:00.000Z",
          "exitTs": 1611876840,
          "dir": -1,
          "entryPrice": 1841.418,
          "exitPrice": 1844.078,
          "stopDistance": 2.66,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 189
        },
        {
          "entryTs": 1611880800,
          "entryUtc": "2021-01-29T00:40:00.000Z",
          "exitTs": 1611883260,
          "dir": -1,
          "entryPrice": 1841.635,
          "exitPrice": 1843.459,
          "stopDistance": 1.824,
          "outcome": "stop",
          "netR": -1.2302,
          "holdMinutes": 41
        },
        {
          "entryTs": 1611889500,
          "entryUtc": "2021-01-29T03:05:00.000Z",
          "exitTs": 1611897120,
          "dir": -1,
          "entryPrice": 1841.725,
          "exitPrice": 1843.347,
          "stopDistance": 1.622,
          "outcome": "stop",
          "netR": -1.2589,
          "holdMinutes": 127
        },
        {
          "entryTs": 1611907200,
          "entryUtc": "2021-01-29T08:00:00.000Z",
          "exitTs": 1611910980,
          "dir": -1,
          "entryPrice": 1845.515,
          "exitPrice": 1847.923,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 63
        },
        {
          "entryTs": 1612160100,
          "entryUtc": "2021-02-01T06:15:00.000Z",
          "exitTs": 1612166220,
          "dir": 1,
          "entryPrice": 1863.245,
          "exitPrice": 1860.925,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 102
        },
        {
          "entryTs": 1612167300,
          "entryUtc": "2021-02-01T08:15:00.000Z",
          "exitTs": 1612167480,
          "dir": 1,
          "entryPrice": 1869.783,
          "exitPrice": 1865.847,
          "stopDistance": 3.936,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 3
        },
        {
          "entryTs": 1612171800,
          "entryUtc": "2021-02-01T09:30:00.000Z",
          "exitTs": 1612173120,
          "dir": 1,
          "entryPrice": 1864.698,
          "exitPrice": 1860.901,
          "stopDistance": 3.797,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 22
        },
        {
          "entryTs": 1612180200,
          "entryUtc": "2021-02-01T11:50:00.000Z",
          "exitTs": 1612181760,
          "dir": 1,
          "entryPrice": 1862.775,
          "exitPrice": 1869.067,
          "stopDistance": 3.146,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 26
        },
        {
          "entryTs": 1612192500,
          "entryUtc": "2021-02-01T15:15:00.000Z",
          "exitTs": 1612194060,
          "dir": 1,
          "entryPrice": 1866.031,
          "exitPrice": 1861.709,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 26
        },
        {
          "entryTs": 1612200900,
          "entryUtc": "2021-02-01T17:35:00.000Z",
          "exitTs": 1612204080,
          "dir": 1,
          "entryPrice": 1865.021,
          "exitPrice": 1861.514,
          "stopDistance": 3.507,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 53
        },
        {
          "entryTs": 1612211700,
          "entryUtc": "2021-02-01T20:35:00.000Z",
          "exitTs": 1612212600,
          "dir": 1,
          "entryPrice": 1862.217,
          "exitPrice": 1860.065,
          "stopDistance": 2.152,
          "outcome": "stop",
          "netR": -1.1951,
          "holdMinutes": 15
        },
        {
          "entryTs": 1612215300,
          "entryUtc": "2021-02-01T21:35:00.000Z",
          "exitTs": 1612220400,
          "dir": 1,
          "entryPrice": 1861.605,
          "exitPrice": 1859.905,
          "stopDistance": 1.7,
          "outcome": "stop",
          "netR": -1.247,
          "holdMinutes": 85
        },
        {
          "entryTs": 1612228500,
          "entryUtc": "2021-02-02T01:15:00.000Z",
          "exitTs": 1612235100,
          "dir": 1,
          "entryPrice": 1859.951,
          "exitPrice": 1857.883,
          "stopDistance": 2.068,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 110
        },
        {
          "entryTs": 1612245900,
          "entryUtc": "2021-02-02T06:05:00.000Z",
          "exitTs": 1612247400,
          "dir": 1,
          "entryPrice": 1856.095,
          "exitPrice": 1854.464,
          "stopDistance": 1.631,
          "outcome": "stop",
          "netR": -1.2575,
          "holdMinutes": 25
        },
        {
          "entryTs": 1612261800,
          "entryUtc": "2021-02-02T10:30:00.000Z",
          "exitTs": 1612262880,
          "dir": -1,
          "entryPrice": 1846.895,
          "exitPrice": 1849.714,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 18
        },
        {
          "entryTs": 1612288500,
          "entryUtc": "2021-02-02T17:55:00.000Z",
          "exitTs": 1612294620,
          "dir": -1,
          "entryPrice": 1835.495,
          "exitPrice": 1838.578,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 102
        },
        {
          "entryTs": 1612297500,
          "entryUtc": "2021-02-02T20:25:00.000Z",
          "exitTs": 1612301160,
          "dir": -1,
          "entryPrice": 1835.645,
          "exitPrice": 1837.253,
          "stopDistance": 1.608,
          "outcome": "stop",
          "netR": -1.2613,
          "holdMinutes": 61
        },
        {
          "entryTs": 1612322700,
          "entryUtc": "2021-02-03T03:25:00.000Z",
          "exitTs": 1612330200,
          "dir": -1,
          "entryPrice": 1840.955,
          "exitPrice": 1842.52,
          "stopDistance": 1.565,
          "outcome": "stop",
          "netR": -1.2684,
          "holdMinutes": 125
        },
        {
          "entryTs": 1612330500,
          "entryUtc": "2021-02-03T05:35:00.000Z",
          "exitTs": 1612332240,
          "dir": -1,
          "entryPrice": 1839.855,
          "exitPrice": 1837.528,
          "stopDistance": 1.164,
          "outcome": "target",
          "netR": 1.682,
          "holdMinutes": 29
        },
        {
          "entryTs": 1612352700,
          "entryUtc": "2021-02-03T11:45:00.000Z",
          "exitTs": 1612354440,
          "dir": -1,
          "entryPrice": 1834.615,
          "exitPrice": 1836.16,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2718,
          "holdMinutes": 29
        },
        {
          "entryTs": 1612363800,
          "entryUtc": "2021-02-03T14:50:00.000Z",
          "exitTs": 1612370040,
          "dir": -1,
          "entryPrice": 1833.815,
          "exitPrice": 1837.06,
          "stopDistance": 3.245,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 104
        },
        {
          "entryTs": 1612373100,
          "entryUtc": "2021-02-03T17:25:00.000Z",
          "exitTs": 1612403100,
          "dir": -1,
          "entryPrice": 1834.652,
          "exitPrice": 1829.938,
          "stopDistance": 2.375,
          "outcome": "time",
          "netR": 1.8288,
          "holdMinutes": 500
        },
        {
          "entryTs": 1612427400,
          "entryUtc": "2021-02-04T08:30:00.000Z",
          "exitTs": 1612427880,
          "dir": -1,
          "entryPrice": 1821.665,
          "exitPrice": 1824.435,
          "stopDistance": 2.769,
          "outcome": "stop",
          "netR": -1.1517,
          "holdMinutes": 8
        },
        {
          "entryTs": 1612446000,
          "entryUtc": "2021-02-04T13:40:00.000Z",
          "exitTs": 1612447020,
          "dir": -1,
          "entryPrice": 1813.245,
          "exitPrice": 1807.384,
          "stopDistance": 2.93,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 17
        },
        {
          "entryTs": 1612473900,
          "entryUtc": "2021-02-04T21:25:00.000Z",
          "exitTs": 1612479600,
          "dir": -1,
          "entryPrice": 1792.985,
          "exitPrice": 1794.404,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.296,
          "holdMinutes": 95
        },
        {
          "entryTs": 1612487100,
          "entryUtc": "2021-02-05T01:05:00.000Z",
          "exitTs": 1612488120,
          "dir": -1,
          "entryPrice": 1794.085,
          "exitPrice": 1795.626,
          "stopDistance": 1.541,
          "outcome": "stop",
          "netR": -1.2726,
          "holdMinutes": 17
        },
        {
          "entryTs": 1612493100,
          "entryUtc": "2021-02-05T02:45:00.000Z",
          "exitTs": 1612494360,
          "dir": -1,
          "entryPrice": 1793.585,
          "exitPrice": 1795.474,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2224,
          "holdMinutes": 21
        },
        {
          "entryTs": 1612497000,
          "entryUtc": "2021-02-05T03:50:00.000Z",
          "exitTs": 1612502220,
          "dir": -1,
          "entryPrice": 1795.005,
          "exitPrice": 1796.505,
          "stopDistance": 1.5,
          "outcome": "stop",
          "netR": -1.2801,
          "holdMinutes": 87
        },
        {
          "entryTs": 1612523700,
          "entryUtc": "2021-02-05T11:15:00.000Z",
          "exitTs": 1612524000,
          "dir": -1,
          "entryPrice": 1804.171,
          "exitPrice": 1806.248,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 5
        },
        {
          "entryTs": 1612533900,
          "entryUtc": "2021-02-05T14:05:00.000Z",
          "exitTs": 1612535100,
          "dir": -1,
          "entryPrice": 1797.455,
          "exitPrice": 1801.7,
          "stopDistance": 4.245,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 20
        },
        {
          "entryTs": 1612551300,
          "entryUtc": "2021-02-05T18:55:00.000Z",
          "exitTs": 1612561860,
          "dir": -1,
          "entryPrice": 1810.565,
          "exitPrice": 1812.548,
          "stopDistance": 1.983,
          "outcome": "stop",
          "netR": -1.2118,
          "holdMinutes": 176
        },
        {
          "entryTs": 1612745100,
          "entryUtc": "2021-02-08T00:45:00.000Z",
          "exitTs": 1612750260,
          "dir": -1,
          "entryPrice": 1814.605,
          "exitPrice": 1811.317,
          "stopDistance": 1.644,
          "outcome": "target",
          "netR": 1.775,
          "holdMinutes": 86
        },
        {
          "entryTs": 1612772400,
          "entryUtc": "2021-02-08T08:20:00.000Z",
          "exitTs": 1612774380,
          "dir": -1,
          "entryPrice": 1811.995,
          "exitPrice": 1808.122,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.8089,
          "holdMinutes": 33
        },
        {
          "entryTs": 1612815000,
          "entryUtc": "2021-02-08T20:10:00.000Z",
          "exitTs": 1612816920,
          "dir": 1,
          "entryPrice": 1833.985,
          "exitPrice": 1832.545,
          "stopDistance": 1.44,
          "outcome": "stop",
          "netR": -1.2917,
          "holdMinutes": 32
        },
        {
          "entryTs": 1612854300,
          "entryUtc": "2021-02-09T07:05:00.000Z",
          "exitTs": 1612854660,
          "dir": 1,
          "entryPrice": 1840.915,
          "exitPrice": 1839.439,
          "stopDistance": 1.476,
          "outcome": "stop",
          "netR": -1.2845,
          "holdMinutes": 6
        },
        {
          "entryTs": 1612860600,
          "entryUtc": "2021-02-09T08:50:00.000Z",
          "exitTs": 1612862520,
          "dir": 1,
          "entryPrice": 1842.212,
          "exitPrice": 1846.139,
          "stopDistance": 1.963,
          "outcome": "target",
          "netR": 1.8116,
          "holdMinutes": 32
        },
        {
          "entryTs": 1612878300,
          "entryUtc": "2021-02-09T13:45:00.000Z",
          "exitTs": 1612879560,
          "dir": 1,
          "entryPrice": 1845.788,
          "exitPrice": 1842.999,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 21
        },
        {
          "entryTs": 1612884300,
          "entryUtc": "2021-02-09T15:25:00.000Z",
          "exitTs": 1612885980,
          "dir": 1,
          "entryPrice": 1844.482,
          "exitPrice": 1840.508,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 28
        },
        {
          "entryTs": 1612900800,
          "entryUtc": "2021-02-09T20:00:00.000Z",
          "exitTs": 1612903140,
          "dir": 1,
          "entryPrice": 1837.395,
          "exitPrice": 1835.903,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2816,
          "holdMinutes": 39
        },
        {
          "entryTs": 1612906500,
          "entryUtc": "2021-02-09T21:35:00.000Z",
          "exitTs": 1612913040,
          "dir": 1,
          "entryPrice": 1836.965,
          "exitPrice": 1839.176,
          "stopDistance": 1.105,
          "outcome": "target",
          "netR": 1.6653,
          "holdMinutes": 109
        },
        {
          "entryTs": 1612921800,
          "entryUtc": "2021-02-10T01:50:00.000Z",
          "exitTs": 1612922400,
          "dir": 1,
          "entryPrice": 1837.384,
          "exitPrice": 1840.404,
          "stopDistance": 1.51,
          "outcome": "target",
          "netR": 1.755,
          "holdMinutes": 10
        },
        {
          "entryTs": 1612940100,
          "entryUtc": "2021-02-10T06:55:00.000Z",
          "exitTs": 1612941900,
          "dir": 1,
          "entryPrice": 1843.345,
          "exitPrice": 1846.178,
          "stopDistance": 1.416,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 30
        },
        {
          "entryTs": 1612946700,
          "entryUtc": "2021-02-10T08:45:00.000Z",
          "exitTs": 1612949400,
          "dir": 1,
          "entryPrice": 1845.185,
          "exitPrice": 1843.369,
          "stopDistance": 1.816,
          "outcome": "stop",
          "netR": -1.2312,
          "holdMinutes": 45
        },
        {
          "entryTs": 1612958100,
          "entryUtc": "2021-02-10T11:55:00.000Z",
          "exitTs": 1612958220,
          "dir": 1,
          "entryPrice": 1842.415,
          "exitPrice": 1840.94,
          "stopDistance": 1.475,
          "outcome": "stop",
          "netR": -1.2847,
          "holdMinutes": 2
        },
        {
          "entryTs": 1612962900,
          "entryUtc": "2021-02-10T13:15:00.000Z",
          "exitTs": 1612963860,
          "dir": 1,
          "entryPrice": 1844.065,
          "exitPrice": 1848.779,
          "stopDistance": 2.357,
          "outcome": "target",
          "netR": 1.843,
          "holdMinutes": 16
        },
        {
          "entryTs": 1612978500,
          "entryUtc": "2021-02-10T17:35:00.000Z",
          "exitTs": 1613007600,
          "dir": 1,
          "entryPrice": 1841.125,
          "exitPrice": 1838.07,
          "stopDistance": 3.055,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 485
        },
        {
          "entryTs": 1613017200,
          "entryUtc": "2021-02-11T04:20:00.000Z",
          "exitTs": 1613018580,
          "dir": 1,
          "entryPrice": 1837.785,
          "exitPrice": 1836.359,
          "stopDistance": 1.426,
          "outcome": "stop",
          "netR": -1.2945,
          "holdMinutes": 23
        },
        {
          "entryTs": 1613023500,
          "entryUtc": "2021-02-11T06:05:00.000Z",
          "exitTs": 1613026140,
          "dir": 1,
          "entryPrice": 1837.005,
          "exitPrice": 1839.31,
          "stopDistance": 1.152,
          "outcome": "target",
          "netR": 1.6789,
          "holdMinutes": 44
        },
        {
          "entryTs": 1613045100,
          "entryUtc": "2021-02-11T12:05:00.000Z",
          "exitTs": 1613045820,
          "dir": 1,
          "entryPrice": 1842.715,
          "exitPrice": 1841.142,
          "stopDistance": 1.573,
          "outcome": "stop",
          "netR": -1.267,
          "holdMinutes": 12
        },
        {
          "entryTs": 1613086800,
          "entryUtc": "2021-02-11T23:40:00.000Z",
          "exitTs": 1613087160,
          "dir": -1,
          "entryPrice": 1825.475,
          "exitPrice": 1826.563,
          "stopDistance": 1.088,
          "outcome": "stop",
          "netR": -1.386,
          "holdMinutes": 6
        },
        {
          "entryTs": 1613090400,
          "entryUtc": "2021-02-12T00:40:00.000Z",
          "exitTs": 1613092920,
          "dir": -1,
          "entryPrice": 1824.655,
          "exitPrice": 1822.162,
          "stopDistance": 1.246,
          "outcome": "target",
          "netR": 1.7031,
          "holdMinutes": 42
        },
        {
          "entryTs": 1613111700,
          "entryUtc": "2021-02-12T06:35:00.000Z",
          "exitTs": 1613112780,
          "dir": -1,
          "entryPrice": 1821.532,
          "exitPrice": 1819.489,
          "stopDistance": 1.021,
          "outcome": "target",
          "netR": 1.6378,
          "holdMinutes": 18
        },
        {
          "entryTs": 1613131800,
          "entryUtc": "2021-02-12T12:10:00.000Z",
          "exitTs": 1613135280,
          "dir": -1,
          "entryPrice": 1816.855,
          "exitPrice": 1818.78,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 58
        },
        {
          "entryTs": 1613140500,
          "entryUtc": "2021-02-12T14:35:00.000Z",
          "exitTs": 1613141040,
          "dir": -1,
          "entryPrice": 1813.915,
          "exitPrice": 1816.695,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 9
        },
        {
          "entryTs": 1613142600,
          "entryUtc": "2021-02-12T15:10:00.000Z",
          "exitTs": 1613144460,
          "dir": -1,
          "entryPrice": 1814.465,
          "exitPrice": 1818.118,
          "stopDistance": 3.653,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 31
        },
        {
          "entryTs": 1613152200,
          "entryUtc": "2021-02-12T17:50:00.000Z",
          "exitTs": 1613154480,
          "dir": -1,
          "entryPrice": 1821.055,
          "exitPrice": 1823.619,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 38
        },
        {
          "entryTs": 1613157000,
          "entryUtc": "2021-02-12T19:10:00.000Z",
          "exitTs": 1613160360,
          "dir": -1,
          "entryPrice": 1822.035,
          "exitPrice": 1818.171,
          "stopDistance": 1.932,
          "outcome": "target",
          "netR": 1.8085,
          "holdMinutes": 56
        },
        {
          "entryTs": 1613346600,
          "entryUtc": "2021-02-14T23:50:00.000Z",
          "exitTs": 1613348640,
          "dir": -1,
          "entryPrice": 1820.035,
          "exitPrice": 1821.641,
          "stopDistance": 1.605,
          "outcome": "stop",
          "netR": -1.2616,
          "holdMinutes": 34
        },
        {
          "entryTs": 1613363100,
          "entryUtc": "2021-02-15T04:25:00.000Z",
          "exitTs": 1613368260,
          "dir": -1,
          "entryPrice": 1823.405,
          "exitPrice": 1824.489,
          "stopDistance": 1.084,
          "outcome": "stop",
          "netR": -1.3876,
          "holdMinutes": 86
        },
        {
          "entryTs": 1613370600,
          "entryUtc": "2021-02-15T06:30:00.000Z",
          "exitTs": 1613372820,
          "dir": -1,
          "entryPrice": 1820.365,
          "exitPrice": 1817.232,
          "stopDistance": 1.567,
          "outcome": "target",
          "netR": 1.7638,
          "holdMinutes": 37
        },
        {
          "entryTs": 1613396100,
          "entryUtc": "2021-02-15T13:35:00.000Z",
          "exitTs": 1613397300,
          "dir": -1,
          "entryPrice": 1820.505,
          "exitPrice": 1817.336,
          "stopDistance": 1.585,
          "outcome": "target",
          "netR": 1.7665,
          "holdMinutes": 20
        },
        {
          "entryTs": 1613410500,
          "entryUtc": "2021-02-15T17:35:00.000Z",
          "exitTs": 1613430000,
          "dir": -1,
          "entryPrice": 1817.635,
          "exitPrice": 1818.89,
          "stopDistance": 1.255,
          "outcome": "stop",
          "netR": -1.3347,
          "holdMinutes": 325
        },
        {
          "entryTs": 1613452200,
          "entryUtc": "2021-02-16T05:10:00.000Z",
          "exitTs": 1613453400,
          "dir": -1,
          "entryPrice": 1823.989,
          "exitPrice": 1821.669,
          "stopDistance": 1.16,
          "outcome": "target",
          "netR": 1.6811,
          "holdMinutes": 20
        },
        {
          "entryTs": 1613460300,
          "entryUtc": "2021-02-16T07:25:00.000Z",
          "exitTs": 1613464740,
          "dir": -1,
          "entryPrice": 1821.025,
          "exitPrice": 1822.425,
          "stopDistance": 1.4,
          "outcome": "stop",
          "netR": -1.3,
          "holdMinutes": 74
        },
        {
          "entryTs": 1613474100,
          "entryUtc": "2021-02-16T11:15:00.000Z",
          "exitTs": 1613475900,
          "dir": -1,
          "entryPrice": 1822.278,
          "exitPrice": 1818.906,
          "stopDistance": 1.686,
          "outcome": "target",
          "netR": 1.7806,
          "holdMinutes": 30
        },
        {
          "entryTs": 1613493900,
          "entryUtc": "2021-02-16T16:45:00.000Z",
          "exitTs": 1613516520,
          "dir": -1,
          "entryPrice": 1802.855,
          "exitPrice": 1792.937,
          "stopDistance": 4.959,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 377
        },
        {
          "entryTs": 1613536200,
          "entryUtc": "2021-02-17T04:30:00.000Z",
          "exitTs": 1613537340,
          "dir": -1,
          "entryPrice": 1792.045,
          "exitPrice": 1793.262,
          "stopDistance": 1.217,
          "outcome": "stop",
          "netR": -1.3451,
          "holdMinutes": 19
        },
        {
          "entryTs": 1613539800,
          "entryUtc": "2021-02-17T05:30:00.000Z",
          "exitTs": 1613540820,
          "dir": -1,
          "entryPrice": 1792.115,
          "exitPrice": 1789.736,
          "stopDistance": 1.189,
          "outcome": "target",
          "netR": 1.6889,
          "holdMinutes": 17
        },
        {
          "entryTs": 1613547000,
          "entryUtc": "2021-02-17T07:30:00.000Z",
          "exitTs": 1613547840,
          "dir": -1,
          "entryPrice": 1789.275,
          "exitPrice": 1791.158,
          "stopDistance": 1.883,
          "outcome": "stop",
          "netR": -1.223,
          "holdMinutes": 14
        },
        {
          "entryTs": 1613567700,
          "entryUtc": "2021-02-17T13:15:00.000Z",
          "exitTs": 1613568060,
          "dir": -1,
          "entryPrice": 1786.685,
          "exitPrice": 1781.6,
          "stopDistance": 2.542,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 6
        },
        {
          "entryTs": 1613585100,
          "entryUtc": "2021-02-17T18:05:00.000Z",
          "exitTs": 1613607540,
          "dir": -1,
          "entryPrice": 1775.605,
          "exitPrice": 1778.628,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 374
        },
        {
          "entryTs": 1613624700,
          "entryUtc": "2021-02-18T05:05:00.000Z",
          "exitTs": 1613625600,
          "dir": -1,
          "entryPrice": 1782.435,
          "exitPrice": 1783.529,
          "stopDistance": 1.094,
          "outcome": "stop",
          "netR": -1.3839,
          "holdMinutes": 15
        },
        {
          "entryTs": 1613628900,
          "entryUtc": "2021-02-18T06:15:00.000Z",
          "exitTs": 1613629920,
          "dir": -1,
          "entryPrice": 1782.126,
          "exitPrice": 1783.415,
          "stopDistance": 1.289,
          "outcome": "stop",
          "netR": -1.3258,
          "holdMinutes": 17
        },
        {
          "entryTs": 1613631300,
          "entryUtc": "2021-02-18T06:55:00.000Z",
          "exitTs": 1613631900,
          "dir": -1,
          "entryPrice": 1781.965,
          "exitPrice": 1783.308,
          "stopDistance": 1.343,
          "outcome": "stop",
          "netR": -1.3128,
          "holdMinutes": 10
        },
        {
          "entryTs": 1613643600,
          "entryUtc": "2021-02-18T10:20:00.000Z",
          "exitTs": 1613646240,
          "dir": -1,
          "entryPrice": 1782.565,
          "exitPrice": 1785.059,
          "stopDistance": 2.495,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 44
        },
        {
          "entryTs": 1613649900,
          "entryUtc": "2021-02-18T12:05:00.000Z",
          "exitTs": 1613650620,
          "dir": -1,
          "entryPrice": 1783.575,
          "exitPrice": 1779.7,
          "stopDistance": 1.938,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 12
        },
        {
          "entryTs": 1613655900,
          "entryUtc": "2021-02-18T13:45:00.000Z",
          "exitTs": 1613656560,
          "dir": -1,
          "entryPrice": 1782.445,
          "exitPrice": 1785.257,
          "stopDistance": 2.813,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 11
        },
        {
          "entryTs": 1613657400,
          "entryUtc": "2021-02-18T14:10:00.000Z",
          "exitTs": 1613658840,
          "dir": -1,
          "entryPrice": 1780.105,
          "exitPrice": 1783.401,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 24
        },
        {
          "entryTs": 1613666100,
          "entryUtc": "2021-02-18T16:35:00.000Z",
          "exitTs": 1613694480,
          "dir": -1,
          "entryPrice": 1775.945,
          "exitPrice": 1768.01,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 473
        },
        {
          "entryTs": 1613707800,
          "entryUtc": "2021-02-19T04:10:00.000Z",
          "exitTs": 1613711040,
          "dir": -1,
          "entryPrice": 1767.131,
          "exitPrice": 1769.048,
          "stopDistance": 1.917,
          "outcome": "stop",
          "netR": -1.2191,
          "holdMinutes": 54
        },
        {
          "entryTs": 1613720100,
          "entryUtc": "2021-02-19T07:35:00.000Z",
          "exitTs": 1613721060,
          "dir": -1,
          "entryPrice": 1769.735,
          "exitPrice": 1772.206,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 16
        },
        {
          "entryTs": 1613728500,
          "entryUtc": "2021-02-19T09:55:00.000Z",
          "exitTs": 1613735700,
          "dir": -1,
          "entryPrice": 1771.985,
          "exitPrice": 1767.713,
          "stopDistance": 2.136,
          "outcome": "target",
          "netR": 1.8268,
          "holdMinutes": 120
        },
        {
          "entryTs": 1613742000,
          "entryUtc": "2021-02-19T13:40:00.000Z",
          "exitTs": 1613742300,
          "dir": -1,
          "entryPrice": 1769.355,
          "exitPrice": 1771.887,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 5
        },
        {
          "entryTs": 1613754600,
          "entryUtc": "2021-02-19T17:10:00.000Z",
          "exitTs": 1613771940,
          "dir": -1,
          "entryPrice": 1780.535,
          "exitPrice": 1783.873,
          "stopDistance": 3.338,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 289
        },
        {
          "entryTs": 1613960100,
          "entryUtc": "2021-02-22T02:15:00.000Z",
          "exitTs": 1613961360,
          "dir": -1,
          "entryPrice": 1784.925,
          "exitPrice": 1787.555,
          "stopDistance": 2.63,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 21
        },
        {
          "entryTs": 1613962500,
          "entryUtc": "2021-02-22T02:55:00.000Z",
          "exitTs": 1613971800,
          "dir": -1,
          "entryPrice": 1785.075,
          "exitPrice": 1787.387,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1816,
          "holdMinutes": 155
        },
        {
          "entryTs": 1613995200,
          "entryUtc": "2021-02-22T12:00:00.000Z",
          "exitTs": 1613995440,
          "dir": -1,
          "entryPrice": 1795.045,
          "exitPrice": 1796.646,
          "stopDistance": 1.601,
          "outcome": "stop",
          "netR": -1.2624,
          "holdMinutes": 4
        },
        {
          "entryTs": 1614003300,
          "entryUtc": "2021-02-22T14:15:00.000Z",
          "exitTs": 1614003720,
          "dir": -1,
          "entryPrice": 1794.488,
          "exitPrice": 1798.233,
          "stopDistance": 3.745,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 7
        },
        {
          "entryTs": 1614018300,
          "entryUtc": "2021-02-22T18:25:00.000Z",
          "exitTs": 1614021480,
          "dir": 1,
          "entryPrice": 1809.885,
          "exitPrice": 1807.437,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 53
        },
        {
          "entryTs": 1614027000,
          "entryUtc": "2021-02-22T20:50:00.000Z",
          "exitTs": 1614028200,
          "dir": 1,
          "entryPrice": 1809.408,
          "exitPrice": 1807.755,
          "stopDistance": 1.653,
          "outcome": "stop",
          "netR": -1.2541,
          "holdMinutes": 20
        },
        {
          "entryTs": 1614030900,
          "entryUtc": "2021-02-22T21:55:00.000Z",
          "exitTs": 1614037740,
          "dir": 1,
          "entryPrice": 1808.915,
          "exitPrice": 1811.291,
          "stopDistance": 1.188,
          "outcome": "target",
          "netR": 1.6885,
          "holdMinutes": 114
        },
        {
          "entryTs": 1614042000,
          "entryUtc": "2021-02-23T01:00:00.000Z",
          "exitTs": 1614042000,
          "dir": 1,
          "entryPrice": 1809.478,
          "exitPrice": 1808.01,
          "stopDistance": 1.468,
          "outcome": "stop",
          "netR": -1.2861,
          "holdMinutes": 0
        },
        {
          "entryTs": 1614044400,
          "entryUtc": "2021-02-23T01:40:00.000Z",
          "exitTs": 1614047700,
          "dir": 1,
          "entryPrice": 1810.805,
          "exitPrice": 1814.959,
          "stopDistance": 2.077,
          "outcome": "target",
          "netR": 1.8219,
          "holdMinutes": 55
        },
        {
          "entryTs": 1614055800,
          "entryUtc": "2021-02-23T04:50:00.000Z",
          "exitTs": 1614057240,
          "dir": 1,
          "entryPrice": 1812.825,
          "exitPrice": 1811.652,
          "stopDistance": 1.173,
          "outcome": "stop",
          "netR": -1.358,
          "holdMinutes": 24
        },
        {
          "entryTs": 1614060300,
          "entryUtc": "2021-02-23T06:05:00.000Z",
          "exitTs": 1614061140,
          "dir": 1,
          "entryPrice": 1813.675,
          "exitPrice": 1812.106,
          "stopDistance": 1.569,
          "outcome": "stop",
          "netR": -1.2676,
          "holdMinutes": 14
        },
        {
          "entryTs": 1614078900,
          "entryUtc": "2021-02-23T11:15:00.000Z",
          "exitTs": 1614082500,
          "dir": 1,
          "entryPrice": 1807.735,
          "exitPrice": 1812.235,
          "stopDistance": 2.25,
          "outcome": "target",
          "netR": 1.8356,
          "holdMinutes": 60
        },
        {
          "entryTs": 1614099300,
          "entryUtc": "2021-02-23T16:55:00.000Z",
          "exitTs": 1614105720,
          "dir": 1,
          "entryPrice": 1807.235,
          "exitPrice": 1803.75,
          "stopDistance": 3.485,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 107
        },
        {
          "entryTs": 1614111600,
          "entryUtc": "2021-02-23T20:20:00.000Z",
          "exitTs": 1614128400,
          "dir": 1,
          "entryPrice": 1805.665,
          "exitPrice": 1808.654,
          "stopDistance": 1.494,
          "outcome": "target",
          "netR": 1.7524,
          "holdMinutes": 280
        },
        {
          "entryTs": 1614145500,
          "entryUtc": "2021-02-24T05:45:00.000Z",
          "exitTs": 1614145920,
          "dir": 1,
          "entryPrice": 1809.585,
          "exitPrice": 1808.351,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3402,
          "holdMinutes": 7
        },
        {
          "entryTs": 1614146400,
          "entryUtc": "2021-02-24T06:00:00.000Z",
          "exitTs": 1614146460,
          "dir": 1,
          "entryPrice": 1809.445,
          "exitPrice": 1808.156,
          "stopDistance": 1.289,
          "outcome": "stop",
          "netR": -1.3258,
          "holdMinutes": 1
        },
        {
          "entryTs": 1614155100,
          "entryUtc": "2021-02-24T08:25:00.000Z",
          "exitTs": 1614155400,
          "dir": 1,
          "entryPrice": 1809.205,
          "exitPrice": 1807.359,
          "stopDistance": 1.846,
          "outcome": "stop",
          "netR": -1.2275,
          "holdMinutes": 5
        },
        {
          "entryTs": 1614163500,
          "entryUtc": "2021-02-24T10:45:00.000Z",
          "exitTs": 1614171420,
          "dir": 1,
          "entryPrice": 1808.135,
          "exitPrice": 1806.072,
          "stopDistance": 2.063,
          "outcome": "stop",
          "netR": -1.2036,
          "holdMinutes": 132
        },
        {
          "entryTs": 1614192600,
          "entryUtc": "2021-02-24T18:50:00.000Z",
          "exitTs": 1614198480,
          "dir": -1,
          "entryPrice": 1797.405,
          "exitPrice": 1800.148,
          "stopDistance": 2.743,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 98
        },
        {
          "entryTs": 1614213000,
          "entryUtc": "2021-02-25T00:30:00.000Z",
          "exitTs": 1614214560,
          "dir": -1,
          "entryPrice": 1801.855,
          "exitPrice": 1799.363,
          "stopDistance": 1.246,
          "outcome": "target",
          "netR": 1.7031,
          "holdMinutes": 26
        },
        {
          "entryTs": 1614230700,
          "entryUtc": "2021-02-25T05:25:00.000Z",
          "exitTs": 1614231180,
          "dir": -1,
          "entryPrice": 1797.315,
          "exitPrice": 1798.653,
          "stopDistance": 1.338,
          "outcome": "stop",
          "netR": -1.3138,
          "holdMinutes": 8
        },
        {
          "entryTs": 1614233700,
          "entryUtc": "2021-02-25T06:15:00.000Z",
          "exitTs": 1614237000,
          "dir": -1,
          "entryPrice": 1794.655,
          "exitPrice": 1790.308,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8298,
          "holdMinutes": 55
        },
        {
          "entryTs": 1614252300,
          "entryUtc": "2021-02-25T11:25:00.000Z",
          "exitTs": 1614253620,
          "dir": -1,
          "entryPrice": 1788.478,
          "exitPrice": 1783.001,
          "stopDistance": 2.738,
          "outcome": "target",
          "netR": 1.8649,
          "holdMinutes": 22
        },
        {
          "entryTs": 1614264900,
          "entryUtc": "2021-02-25T14:55:00.000Z",
          "exitTs": 1614266100,
          "dir": -1,
          "entryPrice": 1783.441,
          "exitPrice": 1773.496,
          "stopDistance": 4.972,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 20
        },
        {
          "entryTs": 1614274200,
          "entryUtc": "2021-02-25T17:30:00.000Z",
          "exitTs": 1614276120,
          "dir": -1,
          "entryPrice": 1774.065,
          "exitPrice": 1765.382,
          "stopDistance": 4.341,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 32
        },
        {
          "entryTs": 1614282000,
          "entryUtc": "2021-02-25T19:40:00.000Z",
          "exitTs": 1614312000,
          "dir": -1,
          "entryPrice": 1773.865,
          "exitPrice": 1772.515,
          "stopDistance": 4.438,
          "outcome": "time",
          "netR": 0.2208,
          "holdMinutes": 500
        },
        {
          "entryTs": 1614312900,
          "entryUtc": "2021-02-26T04:15:00.000Z",
          "exitTs": 1614314400,
          "dir": -1,
          "entryPrice": 1770.945,
          "exitPrice": 1767.305,
          "stopDistance": 1.82,
          "outcome": "target",
          "netR": 1.7967,
          "holdMinutes": 25
        },
        {
          "entryTs": 1614333900,
          "entryUtc": "2021-02-26T10:05:00.000Z",
          "exitTs": 1614336240,
          "dir": -1,
          "entryPrice": 1763.711,
          "exitPrice": 1766.826,
          "stopDistance": 3.115,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 39
        },
        {
          "entryTs": 1614337800,
          "entryUtc": "2021-02-26T11:10:00.000Z",
          "exitTs": 1614346980,
          "dir": -1,
          "entryPrice": 1762.825,
          "exitPrice": 1765.673,
          "stopDistance": 2.848,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 153
        },
        {
          "entryTs": 1614348900,
          "entryUtc": "2021-02-26T14:15:00.000Z",
          "exitTs": 1614350880,
          "dir": -1,
          "entryPrice": 1759.985,
          "exitPrice": 1752.252,
          "stopDistance": 3.866,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 33
        },
        {
          "entryTs": 1614370500,
          "entryUtc": "2021-02-26T20:15:00.000Z",
          "exitTs": 1614371700,
          "dir": -1,
          "entryPrice": 1727.275,
          "exitPrice": 1730.241,
          "stopDistance": 2.966,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 20
        },
        {
          "entryTs": 1614586200,
          "entryUtc": "2021-03-01T08:10:00.000Z",
          "exitTs": 1614586800,
          "dir": -1,
          "entryPrice": 1751.475,
          "exitPrice": 1753.781,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1821,
          "holdMinutes": 10
        },
        {
          "entryTs": 1614601800,
          "entryUtc": "2021-03-01T12:30:00.000Z",
          "exitTs": 1614602280,
          "dir": -1,
          "entryPrice": 1743.685,
          "exitPrice": 1739.159,
          "stopDistance": 2.263,
          "outcome": "target",
          "netR": 1.8365,
          "holdMinutes": 8
        },
        {
          "entryTs": 1614610200,
          "entryUtc": "2021-03-01T14:50:00.000Z",
          "exitTs": 1614611460,
          "dir": -1,
          "entryPrice": 1734.265,
          "exitPrice": 1739.084,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 21
        },
        {
          "entryTs": 1614616200,
          "entryUtc": "2021-03-01T16:30:00.000Z",
          "exitTs": 1614619260,
          "dir": -1,
          "entryPrice": 1735.835,
          "exitPrice": 1728.407,
          "stopDistance": 3.714,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 51
        },
        {
          "entryTs": 1614640800,
          "entryUtc": "2021-03-01T23:20:00.000Z",
          "exitTs": 1614641760,
          "dir": -1,
          "entryPrice": 1722.906,
          "exitPrice": 1724.89,
          "stopDistance": 1.984,
          "outcome": "stop",
          "netR": -1.2117,
          "holdMinutes": 16
        },
        {
          "entryTs": 1614642300,
          "entryUtc": "2021-03-01T23:45:00.000Z",
          "exitTs": 1614643140,
          "dir": -1,
          "entryPrice": 1722.756,
          "exitPrice": 1724.856,
          "stopDistance": 2.1,
          "outcome": "stop",
          "netR": -1.2,
          "holdMinutes": 14
        },
        {
          "entryTs": 1614648000,
          "entryUtc": "2021-03-02T01:20:00.000Z",
          "exitTs": 1614648000,
          "dir": -1,
          "entryPrice": 1721.186,
          "exitPrice": 1716.422,
          "stopDistance": 2.382,
          "outcome": "target",
          "netR": 1.8447,
          "holdMinutes": 0
        },
        {
          "entryTs": 1614663600,
          "entryUtc": "2021-03-02T05:40:00.000Z",
          "exitTs": 1614664380,
          "dir": -1,
          "entryPrice": 1712.086,
          "exitPrice": 1714.817,
          "stopDistance": 2.731,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 13
        },
        {
          "entryTs": 1614671700,
          "entryUtc": "2021-03-02T07:55:00.000Z",
          "exitTs": 1614673980,
          "dir": -1,
          "entryPrice": 1717.485,
          "exitPrice": 1720.132,
          "stopDistance": 2.647,
          "outcome": "stop",
          "netR": -1.1587,
          "holdMinutes": 38
        },
        {
          "entryTs": 1614692400,
          "entryUtc": "2021-03-02T13:40:00.000Z",
          "exitTs": 1614696180,
          "dir": -1,
          "entryPrice": 1728.696,
          "exitPrice": 1721.958,
          "stopDistance": 3.369,
          "outcome": "target",
          "netR": 1.8902,
          "holdMinutes": 63
        },
        {
          "entryTs": 1614714300,
          "entryUtc": "2021-03-02T19:45:00.000Z",
          "exitTs": 1614715260,
          "dir": -1,
          "entryPrice": 1734.43,
          "exitPrice": 1736.876,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 16
        },
        {
          "entryTs": 1614716700,
          "entryUtc": "2021-03-02T20:25:00.000Z",
          "exitTs": 1614721260,
          "dir": -1,
          "entryPrice": 1734.675,
          "exitPrice": 1737.061,
          "stopDistance": 2.386,
          "outcome": "stop",
          "netR": -1.176,
          "holdMinutes": 76
        },
        {
          "entryTs": 1614729900,
          "entryUtc": "2021-03-03T00:05:00.000Z",
          "exitTs": 1614730500,
          "dir": -1,
          "entryPrice": 1735.226,
          "exitPrice": 1737.023,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 10
        },
        {
          "entryTs": 1614749400,
          "entryUtc": "2021-03-03T05:30:00.000Z",
          "exitTs": 1614752040,
          "dir": -1,
          "entryPrice": 1733.795,
          "exitPrice": 1731.647,
          "stopDistance": 1.074,
          "outcome": "target",
          "netR": 1.6555,
          "holdMinutes": 44
        },
        {
          "entryTs": 1614759000,
          "entryUtc": "2021-03-03T08:10:00.000Z",
          "exitTs": 1614759300,
          "dir": -1,
          "entryPrice": 1731.805,
          "exitPrice": 1728.105,
          "stopDistance": 1.85,
          "outcome": "target",
          "netR": 1.8,
          "holdMinutes": 5
        },
        {
          "entryTs": 1614776700,
          "entryUtc": "2021-03-03T13:05:00.000Z",
          "exitTs": 1614776940,
          "dir": -1,
          "entryPrice": 1719.135,
          "exitPrice": 1713.963,
          "stopDistance": 2.586,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 4
        },
        {
          "entryTs": 1614796500,
          "entryUtc": "2021-03-03T18:35:00.000Z",
          "exitTs": 1614797580,
          "dir": -1,
          "entryPrice": 1717.035,
          "exitPrice": 1720.16,
          "stopDistance": 3.125,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 18
        },
        {
          "entryTs": 1614798900,
          "entryUtc": "2021-03-03T19:15:00.000Z",
          "exitTs": 1614799980,
          "dir": -1,
          "entryPrice": 1717.275,
          "exitPrice": 1712.039,
          "stopDistance": 2.618,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 18
        },
        {
          "entryTs": 1614825300,
          "entryUtc": "2021-03-04T02:35:00.000Z",
          "exitTs": 1614832020,
          "dir": -1,
          "entryPrice": 1710.675,
          "exitPrice": 1713.016,
          "stopDistance": 2.341,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 112
        },
        {
          "entryTs": 1614846600,
          "entryUtc": "2021-03-04T08:30:00.000Z",
          "exitTs": 1614848640,
          "dir": -1,
          "entryPrice": 1716.534,
          "exitPrice": 1711.621,
          "stopDistance": 2.456,
          "outcome": "target",
          "netR": 1.8494,
          "holdMinutes": 34
        },
        {
          "entryTs": 1614864900,
          "entryUtc": "2021-03-04T13:35:00.000Z",
          "exitTs": 1614865260,
          "dir": -1,
          "entryPrice": 1714.874,
          "exitPrice": 1718.189,
          "stopDistance": 3.315,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 6
        },
        {
          "entryTs": 1614876900,
          "entryUtc": "2021-03-04T16:55:00.000Z",
          "exitTs": 1614878520,
          "dir": -1,
          "entryPrice": 1715.555,
          "exitPrice": 1708.858,
          "stopDistance": 3.349,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 27
        },
        {
          "entryTs": 1614899100,
          "entryUtc": "2021-03-04T23:05:00.000Z",
          "exitTs": 1614902640,
          "dir": -1,
          "entryPrice": 1697.634,
          "exitPrice": 1692.8,
          "stopDistance": 2.417,
          "outcome": "target",
          "netR": 1.8469,
          "holdMinutes": 59
        },
        {
          "entryTs": 1614917700,
          "entryUtc": "2021-03-05T04:15:00.000Z",
          "exitTs": 1614922260,
          "dir": -1,
          "entryPrice": 1692.914,
          "exitPrice": 1694.587,
          "stopDistance": 1.674,
          "outcome": "stop",
          "netR": -1.251,
          "holdMinutes": 76
        },
        {
          "entryTs": 1614931800,
          "entryUtc": "2021-03-05T08:10:00.000Z",
          "exitTs": 1614940500,
          "dir": -1,
          "entryPrice": 1694.205,
          "exitPrice": 1696.563,
          "stopDistance": 2.358,
          "outcome": "stop",
          "netR": -1.1781,
          "holdMinutes": 145
        },
        {
          "entryTs": 1614942900,
          "entryUtc": "2021-03-05T11:15:00.000Z",
          "exitTs": 1614943620,
          "dir": -1,
          "entryPrice": 1693.994,
          "exitPrice": 1695.899,
          "stopDistance": 1.905,
          "outcome": "stop",
          "netR": -1.2205,
          "holdMinutes": 12
        },
        {
          "entryTs": 1614951300,
          "entryUtc": "2021-03-05T13:35:00.000Z",
          "exitTs": 1614951480,
          "dir": -1,
          "entryPrice": 1689.818,
          "exitPrice": 1693.195,
          "stopDistance": 3.377,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 3
        },
        {
          "entryTs": 1614956100,
          "entryUtc": "2021-03-05T14:55:00.000Z",
          "exitTs": 1614956640,
          "dir": -1,
          "entryPrice": 1693.188,
          "exitPrice": 1698.223,
          "stopDistance": 5.035,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 9
        },
        {
          "entryTs": 1614960300,
          "entryUtc": "2021-03-05T16:05:00.000Z",
          "exitTs": 1614964560,
          "dir": -1,
          "entryPrice": 1695.275,
          "exitPrice": 1699.901,
          "stopDistance": 4.626,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 71
        },
        {
          "entryTs": 1614970800,
          "entryUtc": "2021-03-05T19:00:00.000Z",
          "exitTs": 1614980880,
          "dir": -1,
          "entryPrice": 1698.758,
          "exitPrice": 1701.551,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 168
        },
        {
          "entryTs": 1615172400,
          "entryUtc": "2021-03-08T03:00:00.000Z",
          "exitTs": 1615186560,
          "dir": -1,
          "entryPrice": 1708.971,
          "exitPrice": 1703.84,
          "stopDistance": 2.566,
          "outcome": "target",
          "netR": 1.8558,
          "holdMinutes": 236
        },
        {
          "entryTs": 1615202400,
          "entryUtc": "2021-03-08T11:20:00.000Z",
          "exitTs": 1615204200,
          "dir": -1,
          "entryPrice": 1691.894,
          "exitPrice": 1687.769,
          "stopDistance": 2.062,
          "outcome": "target",
          "netR": 1.8206,
          "holdMinutes": 30
        },
        {
          "entryTs": 1615208700,
          "entryUtc": "2021-03-08T13:05:00.000Z",
          "exitTs": 1615209540,
          "dir": -1,
          "entryPrice": 1689.154,
          "exitPrice": 1691.954,
          "stopDistance": 2.8,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 14
        },
        {
          "entryTs": 1615215000,
          "entryUtc": "2021-03-08T14:50:00.000Z",
          "exitTs": 1615218180,
          "dir": -1,
          "entryPrice": 1689.945,
          "exitPrice": 1682.368,
          "stopDistance": 3.788,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 53
        },
        {
          "entryTs": 1615230000,
          "entryUtc": "2021-03-08T19:00:00.000Z",
          "exitTs": 1615230900,
          "dir": -1,
          "entryPrice": 1680.438,
          "exitPrice": 1682.435,
          "stopDistance": 1.997,
          "outcome": "stop",
          "netR": -1.2103,
          "holdMinutes": 15
        },
        {
          "entryTs": 1615236600,
          "entryUtc": "2021-03-08T20:50:00.000Z",
          "exitTs": 1615244520,
          "dir": -1,
          "entryPrice": 1682.515,
          "exitPrice": 1683.883,
          "stopDistance": 1.368,
          "outcome": "stop",
          "netR": -1.307,
          "holdMinutes": 132
        },
        {
          "entryTs": 1615249800,
          "entryUtc": "2021-03-09T00:30:00.000Z",
          "exitTs": 1615250700,
          "dir": -1,
          "entryPrice": 1682.379,
          "exitPrice": 1683.6,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3441,
          "holdMinutes": 15
        },
        {
          "entryTs": 1615253400,
          "entryUtc": "2021-03-09T01:30:00.000Z",
          "exitTs": 1615253520,
          "dir": -1,
          "entryPrice": 1681.795,
          "exitPrice": 1683.56,
          "stopDistance": 1.765,
          "outcome": "stop",
          "netR": -1.238,
          "holdMinutes": 2
        },
        {
          "entryTs": 1615265700,
          "entryUtc": "2021-03-09T04:55:00.000Z",
          "exitTs": 1615267860,
          "dir": -1,
          "entryPrice": 1687.674,
          "exitPrice": 1689.25,
          "stopDistance": 1.576,
          "outcome": "stop",
          "netR": -1.2665,
          "holdMinutes": 36
        },
        {
          "entryTs": 1615294800,
          "entryUtc": "2021-03-09T13:00:00.000Z",
          "exitTs": 1615294920,
          "dir": -1,
          "entryPrice": 1702.758,
          "exitPrice": 1705.252,
          "stopDistance": 2.494,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 2
        },
        {
          "entryTs": 1615305300,
          "entryUtc": "2021-03-09T15:55:00.000Z",
          "exitTs": 1615306320,
          "dir": -1,
          "entryPrice": 1712.194,
          "exitPrice": 1716.547,
          "stopDistance": 4.353,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 17
        },
        {
          "entryTs": 1615318200,
          "entryUtc": "2021-03-09T19:30:00.000Z",
          "exitTs": 1615318800,
          "dir": -1,
          "entryPrice": 1715.737,
          "exitPrice": 1717.527,
          "stopDistance": 1.79,
          "outcome": "stop",
          "netR": -1.2346,
          "holdMinutes": 10
        },
        {
          "entryTs": 1615322700,
          "entryUtc": "2021-03-09T20:45:00.000Z",
          "exitTs": 1615337940,
          "dir": -1,
          "entryPrice": 1716.328,
          "exitPrice": 1713.516,
          "stopDistance": 1.406,
          "outcome": "target",
          "netR": 1.7368,
          "holdMinutes": 254
        },
        {
          "entryTs": 1615338000,
          "entryUtc": "2021-03-10T01:00:00.000Z",
          "exitTs": 1615338060,
          "dir": -1,
          "entryPrice": 1715.318,
          "exitPrice": 1717.297,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2123,
          "holdMinutes": 1
        },
        {
          "entryTs": 1615340100,
          "entryUtc": "2021-03-10T01:35:00.000Z",
          "exitTs": 1615362900,
          "dir": -1,
          "entryPrice": 1714.145,
          "exitPrice": 1716.483,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1796,
          "holdMinutes": 380
        },
        {
          "entryTs": 1615364100,
          "entryUtc": "2021-03-10T08:15:00.000Z",
          "exitTs": 1615365180,
          "dir": -1,
          "entryPrice": 1710.564,
          "exitPrice": 1712.531,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615370100,
          "entryUtc": "2021-03-10T09:55:00.000Z",
          "exitTs": 1615370400,
          "dir": -1,
          "entryPrice": 1712.578,
          "exitPrice": 1714.308,
          "stopDistance": 1.73,
          "outcome": "stop",
          "netR": -1.2427,
          "holdMinutes": 5
        },
        {
          "entryTs": 1615372800,
          "entryUtc": "2021-03-10T10:40:00.000Z",
          "exitTs": 1615375680,
          "dir": -1,
          "entryPrice": 1712.735,
          "exitPrice": 1709.091,
          "stopDistance": 1.822,
          "outcome": "target",
          "netR": 1.7969,
          "holdMinutes": 48
        },
        {
          "entryTs": 1615390200,
          "entryUtc": "2021-03-10T15:30:00.000Z",
          "exitTs": 1615391160,
          "dir": -1,
          "entryPrice": 1714.334,
          "exitPrice": 1718.316,
          "stopDistance": 3.982,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 16
        },
        {
          "entryTs": 1615393200,
          "entryUtc": "2021-03-10T16:20:00.000Z",
          "exitTs": 1615395300,
          "dir": -1,
          "entryPrice": 1715.309,
          "exitPrice": 1719.006,
          "stopDistance": 3.697,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 35
        },
        {
          "entryTs": 1615428000,
          "entryUtc": "2021-03-11T02:00:00.000Z",
          "exitTs": 1615428360,
          "dir": 1,
          "entryPrice": 1726.088,
          "exitPrice": 1729.268,
          "stopDistance": 1.59,
          "outcome": "target",
          "netR": 1.7673,
          "holdMinutes": 6
        },
        {
          "entryTs": 1615467600,
          "entryUtc": "2021-03-11T13:00:00.000Z",
          "exitTs": 1615468380,
          "dir": 1,
          "entryPrice": 1735.735,
          "exitPrice": 1733.275,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 13
        },
        {
          "entryTs": 1615482600,
          "entryUtc": "2021-03-11T17:10:00.000Z",
          "exitTs": 1615485300,
          "dir": 1,
          "entryPrice": 1725.395,
          "exitPrice": 1722.473,
          "stopDistance": 2.922,
          "outcome": "stop",
          "netR": -1.1437,
          "holdMinutes": 45
        },
        {
          "entryTs": 1615488000,
          "entryUtc": "2021-03-11T18:40:00.000Z",
          "exitTs": 1615511460,
          "dir": -1,
          "entryPrice": 1723.235,
          "exitPrice": 1725.854,
          "stopDistance": 2.619,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 391
        },
        {
          "entryTs": 1615554900,
          "entryUtc": "2021-03-12T13:15:00.000Z",
          "exitTs": 1615555020,
          "dir": -1,
          "entryPrice": 1699.914,
          "exitPrice": 1702.459,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 2
        },
        {
          "entryTs": 1615558500,
          "entryUtc": "2021-03-12T14:15:00.000Z",
          "exitTs": 1615560540,
          "dir": -1,
          "entryPrice": 1702.828,
          "exitPrice": 1706.211,
          "stopDistance": 3.383,
          "outcome": "stop",
          "netR": -1.1242,
          "holdMinutes": 34
        },
        {
          "entryTs": 1615581900,
          "entryUtc": "2021-03-12T20:45:00.000Z",
          "exitTs": 1615585740,
          "dir": 1,
          "entryPrice": 1723.305,
          "exitPrice": 1726.765,
          "stopDistance": 1.73,
          "outcome": "target",
          "netR": 1.7861,
          "holdMinutes": 64
        },
        {
          "entryTs": 1615767600,
          "entryUtc": "2021-03-15T00:20:00.000Z",
          "exitTs": 1615770480,
          "dir": 1,
          "entryPrice": 1727.138,
          "exitPrice": 1730.722,
          "stopDistance": 1.792,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 48
        },
        {
          "entryTs": 1615791300,
          "entryUtc": "2021-03-15T06:55:00.000Z",
          "exitTs": 1615791480,
          "dir": 1,
          "entryPrice": 1725.508,
          "exitPrice": 1723.857,
          "stopDistance": 1.651,
          "outcome": "stop",
          "netR": -1.2544,
          "holdMinutes": 3
        },
        {
          "entryTs": 1615792200,
          "entryUtc": "2021-03-15T07:10:00.000Z",
          "exitTs": 1615794240,
          "dir": 1,
          "entryPrice": 1725.75,
          "exitPrice": 1723.91,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 34
        },
        {
          "entryTs": 1615796100,
          "entryUtc": "2021-03-15T08:15:00.000Z",
          "exitTs": 1615796400,
          "dir": 1,
          "entryPrice": 1726.285,
          "exitPrice": 1724.088,
          "stopDistance": 2.198,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 5
        },
        {
          "entryTs": 1615824900,
          "entryUtc": "2021-03-15T16:15:00.000Z",
          "exitTs": 1615854900,
          "dir": 1,
          "entryPrice": 1729.485,
          "exitPrice": 1730.934,
          "stopDistance": 2.716,
          "outcome": "time",
          "netR": 0.3973,
          "holdMinutes": 500
        },
        {
          "entryTs": 1615857000,
          "entryUtc": "2021-03-16T01:10:00.000Z",
          "exitTs": 1615860120,
          "dir": 1,
          "entryPrice": 1732.384,
          "exitPrice": 1731.128,
          "stopDistance": 1.256,
          "outcome": "stop",
          "netR": -1.3344,
          "holdMinutes": 52
        },
        {
          "entryTs": 1615863900,
          "entryUtc": "2021-03-16T03:05:00.000Z",
          "exitTs": 1615869120,
          "dir": 1,
          "entryPrice": 1732.004,
          "exitPrice": 1734.381,
          "stopDistance": 1.188,
          "outcome": "target",
          "netR": 1.6887,
          "holdMinutes": 87
        },
        {
          "entryTs": 1615883700,
          "entryUtc": "2021-03-16T08:35:00.000Z",
          "exitTs": 1615897260,
          "dir": 1,
          "entryPrice": 1731.665,
          "exitPrice": 1735.572,
          "stopDistance": 1.953,
          "outcome": "target",
          "netR": 1.8106,
          "holdMinutes": 226
        },
        {
          "entryTs": 1615900200,
          "entryUtc": "2021-03-16T13:10:00.000Z",
          "exitTs": 1615901460,
          "dir": 1,
          "entryPrice": 1733.954,
          "exitPrice": 1731.411,
          "stopDistance": 2.543,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 21
        },
        {
          "entryTs": 1615902300,
          "entryUtc": "2021-03-16T13:45:00.000Z",
          "exitTs": 1615902780,
          "dir": 1,
          "entryPrice": 1734.744,
          "exitPrice": 1731.631,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 8
        },
        {
          "entryTs": 1615914600,
          "entryUtc": "2021-03-16T17:10:00.000Z",
          "exitTs": 1615916460,
          "dir": 1,
          "entryPrice": 1732.557,
          "exitPrice": 1730.134,
          "stopDistance": 2.423,
          "outcome": "stop",
          "netR": -1.1733,
          "holdMinutes": 31
        },
        {
          "entryTs": 1615921500,
          "entryUtc": "2021-03-16T19:05:00.000Z",
          "exitTs": 1615943100,
          "dir": 1,
          "entryPrice": 1731.198,
          "exitPrice": 1729.596,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2621,
          "holdMinutes": 360
        },
        {
          "entryTs": 1615945200,
          "entryUtc": "2021-03-17T01:40:00.000Z",
          "exitTs": 1615951140,
          "dir": 1,
          "entryPrice": 1731.957,
          "exitPrice": 1735.151,
          "stopDistance": 1.597,
          "outcome": "target",
          "netR": 1.7683,
          "holdMinutes": 99
        },
        {
          "entryTs": 1615962300,
          "entryUtc": "2021-03-17T06:25:00.000Z",
          "exitTs": 1615963320,
          "dir": 1,
          "entryPrice": 1736.454,
          "exitPrice": 1735.211,
          "stopDistance": 1.243,
          "outcome": "stop",
          "netR": -1.3378,
          "holdMinutes": 17
        },
        {
          "entryTs": 1615964100,
          "entryUtc": "2021-03-17T06:55:00.000Z",
          "exitTs": 1615965540,
          "dir": 1,
          "entryPrice": 1736.765,
          "exitPrice": 1735.458,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3213,
          "holdMinutes": 24
        },
        {
          "entryTs": 1615973400,
          "entryUtc": "2021-03-17T09:30:00.000Z",
          "exitTs": 1615975980,
          "dir": 1,
          "entryPrice": 1736.298,
          "exitPrice": 1734.778,
          "stopDistance": 1.52,
          "outcome": "stop",
          "netR": -1.2762,
          "holdMinutes": 43
        },
        {
          "entryTs": 1615977300,
          "entryUtc": "2021-03-17T10:35:00.000Z",
          "exitTs": 1615978680,
          "dir": 1,
          "entryPrice": 1736.275,
          "exitPrice": 1734.673,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2621,
          "holdMinutes": 23
        },
        {
          "entryTs": 1615991400,
          "entryUtc": "2021-03-17T14:30:00.000Z",
          "exitTs": 1615993440,
          "dir": 1,
          "entryPrice": 1733.82,
          "exitPrice": 1730.559,
          "stopDistance": 3.261,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 34
        },
        {
          "entryTs": 1616002500,
          "entryUtc": "2021-03-17T17:35:00.000Z",
          "exitTs": 1616004000,
          "dir": 1,
          "entryPrice": 1729.048,
          "exitPrice": 1732.776,
          "stopDistance": 1.864,
          "outcome": "target",
          "netR": 1.8015,
          "holdMinutes": 25
        },
        {
          "entryTs": 1616044800,
          "entryUtc": "2021-03-18T05:20:00.000Z",
          "exitTs": 1616045460,
          "dir": 1,
          "entryPrice": 1750.955,
          "exitPrice": 1749.522,
          "stopDistance": 1.433,
          "outcome": "stop",
          "netR": -1.2931,
          "holdMinutes": 11
        },
        {
          "entryTs": 1616048400,
          "entryUtc": "2021-03-18T06:20:00.000Z",
          "exitTs": 1616052060,
          "dir": 1,
          "entryPrice": 1750.924,
          "exitPrice": 1749.337,
          "stopDistance": 1.587,
          "outcome": "stop",
          "netR": -1.2646,
          "holdMinutes": 61
        },
        {
          "entryTs": 1616123100,
          "entryUtc": "2021-03-19T03:05:00.000Z",
          "exitTs": 1616124060,
          "dir": 1,
          "entryPrice": 1731.325,
          "exitPrice": 1734.602,
          "stopDistance": 1.639,
          "outcome": "target",
          "netR": 1.7742,
          "holdMinutes": 16
        },
        {
          "entryTs": 1616128200,
          "entryUtc": "2021-03-19T04:30:00.000Z",
          "exitTs": 1616131620,
          "dir": 1,
          "entryPrice": 1732.985,
          "exitPrice": 1731.108,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2237,
          "holdMinutes": 57
        },
        {
          "entryTs": 1616133000,
          "entryUtc": "2021-03-19T05:50:00.000Z",
          "exitTs": 1616134380,
          "dir": 1,
          "entryPrice": 1733.745,
          "exitPrice": 1736.843,
          "stopDistance": 1.549,
          "outcome": "target",
          "netR": 1.7612,
          "holdMinutes": 23
        },
        {
          "entryTs": 1616154300,
          "entryUtc": "2021-03-19T11:45:00.000Z",
          "exitTs": 1616157480,
          "dir": 1,
          "entryPrice": 1742.055,
          "exitPrice": 1739.844,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 53
        },
        {
          "entryTs": 1616168700,
          "entryUtc": "2021-03-19T15:45:00.000Z",
          "exitTs": 1616175060,
          "dir": 1,
          "entryPrice": 1738.105,
          "exitPrice": 1743.091,
          "stopDistance": 2.493,
          "outcome": "target",
          "netR": 1.8516,
          "holdMinutes": 106
        },
        {
          "entryTs": 1616183700,
          "entryUtc": "2021-03-19T19:55:00.000Z",
          "exitTs": 1616186580,
          "dir": 1,
          "entryPrice": 1742.835,
          "exitPrice": 1745.351,
          "stopDistance": 1.258,
          "outcome": "target",
          "netR": 1.7059,
          "holdMinutes": 48
        },
        {
          "entryTs": 1616381400,
          "entryUtc": "2021-03-22T02:50:00.000Z",
          "exitTs": 1616384460,
          "dir": 1,
          "entryPrice": 1737.175,
          "exitPrice": 1740.732,
          "stopDistance": 1.778,
          "outcome": "target",
          "netR": 1.792,
          "holdMinutes": 51
        },
        {
          "entryTs": 1616421300,
          "entryUtc": "2021-03-22T13:55:00.000Z",
          "exitTs": 1616435640,
          "dir": 1,
          "entryPrice": 1735.058,
          "exitPrice": 1740.592,
          "stopDistance": 2.767,
          "outcome": "target",
          "netR": 1.8663,
          "holdMinutes": 239
        },
        {
          "entryTs": 1616453700,
          "entryUtc": "2021-03-22T22:55:00.000Z",
          "exitTs": 1616456100,
          "dir": 1,
          "entryPrice": 1739.438,
          "exitPrice": 1738.568,
          "stopDistance": 0.87,
          "outcome": "stop",
          "netR": -1.483,
          "holdMinutes": 40
        },
        {
          "entryTs": 1616458200,
          "entryUtc": "2021-03-23T00:10:00.000Z",
          "exitTs": 1616458800,
          "dir": 1,
          "entryPrice": 1739.759,
          "exitPrice": 1738.892,
          "stopDistance": 0.867,
          "outcome": "stop",
          "netR": -1.4846,
          "holdMinutes": 10
        },
        {
          "entryTs": 1616471100,
          "entryUtc": "2021-03-23T03:45:00.000Z",
          "exitTs": 1616478000,
          "dir": 1,
          "entryPrice": 1734.488,
          "exitPrice": 1737.292,
          "stopDistance": 1.402,
          "outcome": "target",
          "netR": 1.7361,
          "holdMinutes": 115
        },
        {
          "entryTs": 1616487900,
          "entryUtc": "2021-03-23T08:25:00.000Z",
          "exitTs": 1616491320,
          "dir": 1,
          "entryPrice": 1738.609,
          "exitPrice": 1736.927,
          "stopDistance": 1.682,
          "outcome": "stop",
          "netR": -1.2496,
          "holdMinutes": 57
        },
        {
          "entryTs": 1616494200,
          "entryUtc": "2021-03-23T10:10:00.000Z",
          "exitTs": 1616494560,
          "dir": 1,
          "entryPrice": 1741.844,
          "exitPrice": 1739.856,
          "stopDistance": 1.988,
          "outcome": "stop",
          "netR": -1.2112,
          "holdMinutes": 6
        },
        {
          "entryTs": 1616502900,
          "entryUtc": "2021-03-23T12:35:00.000Z",
          "exitTs": 1616504460,
          "dir": 1,
          "entryPrice": 1740.695,
          "exitPrice": 1738.709,
          "stopDistance": 1.986,
          "outcome": "stop",
          "netR": -1.2115,
          "holdMinutes": 26
        },
        {
          "entryTs": 1616524800,
          "entryUtc": "2021-03-23T18:40:00.000Z",
          "exitTs": 1616527560,
          "dir": -1,
          "entryPrice": 1726.728,
          "exitPrice": 1728.496,
          "stopDistance": 1.767,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 46
        },
        {
          "entryTs": 1616532600,
          "entryUtc": "2021-03-23T20:50:00.000Z",
          "exitTs": 1616542920,
          "dir": -1,
          "entryPrice": 1726.514,
          "exitPrice": 1727.682,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3597,
          "holdMinutes": 172
        },
        {
          "entryTs": 1616544300,
          "entryUtc": "2021-03-24T00:05:00.000Z",
          "exitTs": 1616547780,
          "dir": -1,
          "entryPrice": 1726.925,
          "exitPrice": 1724.902,
          "stopDistance": 1.012,
          "outcome": "target",
          "netR": 1.6343,
          "holdMinutes": 58
        },
        {
          "entryTs": 1616547900,
          "entryUtc": "2021-03-24T01:05:00.000Z",
          "exitTs": 1616548380,
          "dir": -1,
          "entryPrice": 1725.228,
          "exitPrice": 1726.743,
          "stopDistance": 1.515,
          "outcome": "stop",
          "netR": -1.2771,
          "holdMinutes": 8
        },
        {
          "entryTs": 1616593200,
          "entryUtc": "2021-03-24T13:40:00.000Z",
          "exitTs": 1616593500,
          "dir": -1,
          "entryPrice": 1730.328,
          "exitPrice": 1732.373,
          "stopDistance": 2.045,
          "outcome": "stop",
          "netR": -1.2054,
          "holdMinutes": 5
        },
        {
          "entryTs": 1616598300,
          "entryUtc": "2021-03-24T15:05:00.000Z",
          "exitTs": 1616600640,
          "dir": -1,
          "entryPrice": 1729.508,
          "exitPrice": 1731.805,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1828,
          "holdMinutes": 39
        },
        {
          "entryTs": 1616607300,
          "entryUtc": "2021-03-24T17:35:00.000Z",
          "exitTs": 1616615940,
          "dir": 1,
          "entryPrice": 1734.635,
          "exitPrice": 1732.984,
          "stopDistance": 1.651,
          "outcome": "stop",
          "netR": -1.2544,
          "holdMinutes": 144
        },
        {
          "entryTs": 1616623500,
          "entryUtc": "2021-03-24T22:05:00.000Z",
          "exitTs": 1616624280,
          "dir": 1,
          "entryPrice": 1734.818,
          "exitPrice": 1733.836,
          "stopDistance": 0.982,
          "outcome": "stop",
          "netR": -1.4278,
          "holdMinutes": 13
        },
        {
          "entryTs": 1616630100,
          "entryUtc": "2021-03-24T23:55:00.000Z",
          "exitTs": 1616630520,
          "dir": 1,
          "entryPrice": 1734.799,
          "exitPrice": 1733.998,
          "stopDistance": 0.801,
          "outcome": "stop",
          "netR": -1.5245,
          "holdMinutes": 7
        },
        {
          "entryTs": 1616635800,
          "entryUtc": "2021-03-25T01:30:00.000Z",
          "exitTs": 1616635920,
          "dir": 1,
          "entryPrice": 1735.068,
          "exitPrice": 1733.738,
          "stopDistance": 1.33,
          "outcome": "stop",
          "netR": -1.3157,
          "holdMinutes": 2
        },
        {
          "entryTs": 1616636700,
          "entryUtc": "2021-03-25T01:45:00.000Z",
          "exitTs": 1616637600,
          "dir": 1,
          "entryPrice": 1734.295,
          "exitPrice": 1732.734,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.269,
          "holdMinutes": 15
        },
        {
          "entryTs": 1616639700,
          "entryUtc": "2021-03-25T02:35:00.000Z",
          "exitTs": 1616641920,
          "dir": 1,
          "entryPrice": 1733.818,
          "exitPrice": 1736.75,
          "stopDistance": 1.466,
          "outcome": "target",
          "netR": 1.7476,
          "holdMinutes": 37
        },
        {
          "entryTs": 1616648100,
          "entryUtc": "2021-03-25T04:55:00.000Z",
          "exitTs": 1616651340,
          "dir": 1,
          "entryPrice": 1735.708,
          "exitPrice": 1734.555,
          "stopDistance": 1.153,
          "outcome": "stop",
          "netR": -1.3643,
          "holdMinutes": 54
        },
        {
          "entryTs": 1616672400,
          "entryUtc": "2021-03-25T11:40:00.000Z",
          "exitTs": 1616674260,
          "dir": -1,
          "entryPrice": 1730.278,
          "exitPrice": 1727.196,
          "stopDistance": 1.541,
          "outcome": "target",
          "netR": 1.7599,
          "holdMinutes": 31
        },
        {
          "entryTs": 1616700900,
          "entryUtc": "2021-03-25T19:35:00.000Z",
          "exitTs": 1616717460,
          "dir": -1,
          "entryPrice": 1727.105,
          "exitPrice": 1729.067,
          "stopDistance": 1.962,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 276
        },
        {
          "entryTs": 1616718300,
          "entryUtc": "2021-03-26T00:25:00.000Z",
          "exitTs": 1616718720,
          "dir": -1,
          "entryPrice": 1727.318,
          "exitPrice": 1728.543,
          "stopDistance": 1.225,
          "outcome": "stop",
          "netR": -1.3428,
          "holdMinutes": 7
        },
        {
          "entryTs": 1616721000,
          "entryUtc": "2021-03-26T01:10:00.000Z",
          "exitTs": 1616722620,
          "dir": -1,
          "entryPrice": 1727.148,
          "exitPrice": 1728.51,
          "stopDistance": 1.362,
          "outcome": "stop",
          "netR": -1.3083,
          "holdMinutes": 27
        },
        {
          "entryTs": 1616725200,
          "entryUtc": "2021-03-26T02:20:00.000Z",
          "exitTs": 1616727660,
          "dir": -1,
          "entryPrice": 1726.568,
          "exitPrice": 1723.222,
          "stopDistance": 1.673,
          "outcome": "target",
          "netR": 1.7788,
          "holdMinutes": 41
        },
        {
          "entryTs": 1616745000,
          "entryUtc": "2021-03-26T07:50:00.000Z",
          "exitTs": 1616745060,
          "dir": -1,
          "entryPrice": 1726.098,
          "exitPrice": 1727.605,
          "stopDistance": 1.507,
          "outcome": "stop",
          "netR": -1.2787,
          "holdMinutes": 1
        },
        {
          "entryTs": 1616750400,
          "entryUtc": "2021-03-26T09:20:00.000Z",
          "exitTs": 1616751360,
          "dir": -1,
          "entryPrice": 1727.108,
          "exitPrice": 1728.688,
          "stopDistance": 1.58,
          "outcome": "stop",
          "netR": -1.2658,
          "holdMinutes": 16
        },
        {
          "entryTs": 1616754900,
          "entryUtc": "2021-03-26T10:35:00.000Z",
          "exitTs": 1616756700,
          "dir": -1,
          "entryPrice": 1727.448,
          "exitPrice": 1724.426,
          "stopDistance": 1.511,
          "outcome": "target",
          "netR": 1.7551,
          "holdMinutes": 30
        },
        {
          "entryTs": 1616763600,
          "entryUtc": "2021-03-26T13:00:00.000Z",
          "exitTs": 1616765460,
          "dir": -1,
          "entryPrice": 1724.758,
          "exitPrice": 1727.04,
          "stopDistance": 2.282,
          "outcome": "stop",
          "netR": -1.184,
          "holdMinutes": 31
        },
        {
          "entryTs": 1616971200,
          "entryUtc": "2021-03-28T22:40:00.000Z",
          "exitTs": 1616972400,
          "dir": 1,
          "entryPrice": 1732.058,
          "exitPrice": 1730.946,
          "stopDistance": 1.112,
          "outcome": "stop",
          "netR": -1.3778,
          "holdMinutes": 20
        },
        {
          "entryTs": 1616979000,
          "entryUtc": "2021-03-29T00:50:00.000Z",
          "exitTs": 1616980020,
          "dir": -1,
          "entryPrice": 1730.578,
          "exitPrice": 1728.287,
          "stopDistance": 1.146,
          "outcome": "target",
          "netR": 1.6771,
          "holdMinutes": 17
        },
        {
          "entryTs": 1617019800,
          "entryUtc": "2021-03-29T12:10:00.000Z",
          "exitTs": 1617020580,
          "dir": -1,
          "entryPrice": 1724.815,
          "exitPrice": 1726.138,
          "stopDistance": 1.323,
          "outcome": "stop",
          "netR": -1.3174,
          "holdMinutes": 13
        },
        {
          "entryTs": 1617040800,
          "entryUtc": "2021-03-29T18:00:00.000Z",
          "exitTs": 1617064560,
          "dir": -1,
          "entryPrice": 1711.528,
          "exitPrice": 1713.22,
          "stopDistance": 1.692,
          "outcome": "stop",
          "netR": -1.2482,
          "holdMinutes": 396
        },
        {
          "entryTs": 1617067500,
          "entryUtc": "2021-03-30T01:25:00.000Z",
          "exitTs": 1617071400,
          "dir": -1,
          "entryPrice": 1711.078,
          "exitPrice": 1707.927,
          "stopDistance": 1.576,
          "outcome": "target",
          "netR": 1.7652,
          "holdMinutes": 65
        },
        {
          "entryTs": 1617115800,
          "entryUtc": "2021-03-30T14:50:00.000Z",
          "exitTs": 1617145800,
          "dir": -1,
          "entryPrice": 1684.585,
          "exitPrice": 1684.478,
          "stopDistance": 3.686,
          "outcome": "time",
          "netR": -0.0714,
          "holdMinutes": 500
        },
        {
          "entryTs": 1617146100,
          "entryUtc": "2021-03-30T23:15:00.000Z",
          "exitTs": 1617147000,
          "dir": -1,
          "entryPrice": 1683.638,
          "exitPrice": 1685.082,
          "stopDistance": 1.444,
          "outcome": "stop",
          "netR": -1.2908,
          "holdMinutes": 15
        },
        {
          "entryTs": 1617153000,
          "entryUtc": "2021-03-31T01:10:00.000Z",
          "exitTs": 1617154980,
          "dir": -1,
          "entryPrice": 1684.138,
          "exitPrice": 1680.503,
          "stopDistance": 1.817,
          "outcome": "target",
          "netR": 1.7964,
          "holdMinutes": 33
        },
        {
          "entryTs": 1617177900,
          "entryUtc": "2021-03-31T08:05:00.000Z",
          "exitTs": 1617179160,
          "dir": -1,
          "entryPrice": 1683.805,
          "exitPrice": 1685.626,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2306,
          "holdMinutes": 21
        },
        {
          "entryTs": 1617190800,
          "entryUtc": "2021-03-31T11:40:00.000Z",
          "exitTs": 1617192060,
          "dir": -1,
          "entryPrice": 1684.818,
          "exitPrice": 1686.57,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2398,
          "holdMinutes": 21
        },
        {
          "entryTs": 1617215100,
          "entryUtc": "2021-03-31T18:25:00.000Z",
          "exitTs": 1617242640,
          "dir": -1,
          "entryPrice": 1709.038,
          "exitPrice": 1711.101,
          "stopDistance": 2.064,
          "outcome": "stop",
          "netR": -1.2035,
          "holdMinutes": 459
        },
        {
          "entryTs": 1617252300,
          "entryUtc": "2021-04-01T04:45:00.000Z",
          "exitTs": 1617255240,
          "dir": -1,
          "entryPrice": 1711.395,
          "exitPrice": 1712.566,
          "stopDistance": 1.171,
          "outcome": "stop",
          "netR": -1.3588,
          "holdMinutes": 49
        },
        {
          "entryTs": 1617298200,
          "entryUtc": "2021-04-01T17:30:00.000Z",
          "exitTs": 1617573600,
          "dir": 1,
          "entryPrice": 1727.475,
          "exitPrice": 1727.008,
          "stopDistance": 1.741,
          "outcome": "time",
          "netR": -0.4806,
          "holdMinutes": 4590
        },
        {
          "entryTs": 1617579300,
          "entryUtc": "2021-04-04T23:35:00.000Z",
          "exitTs": 1617579900,
          "dir": 1,
          "entryPrice": 1728.938,
          "exitPrice": 1727.589,
          "stopDistance": 1.349,
          "outcome": "stop",
          "netR": -1.3114,
          "holdMinutes": 10
        },
        {
          "entryTs": 1617667800,
          "entryUtc": "2021-04-06T00:10:00.000Z",
          "exitTs": 1617669540,
          "dir": 1,
          "entryPrice": 1729.998,
          "exitPrice": 1728.451,
          "stopDistance": 1.547,
          "outcome": "stop",
          "netR": -1.2715,
          "holdMinutes": 29
        },
        {
          "entryTs": 1617671100,
          "entryUtc": "2021-04-06T01:05:00.000Z",
          "exitTs": 1617687000,
          "dir": 1,
          "entryPrice": 1732.338,
          "exitPrice": 1736.168,
          "stopDistance": 1.915,
          "outcome": "target",
          "netR": 1.8068,
          "holdMinutes": 265
        },
        {
          "entryTs": 1617696900,
          "entryUtc": "2021-04-06T08:15:00.000Z",
          "exitTs": 1617697680,
          "dir": 1,
          "entryPrice": 1733.108,
          "exitPrice": 1730.901,
          "stopDistance": 2.207,
          "outcome": "stop",
          "netR": -1.1903,
          "holdMinutes": 13
        },
        {
          "entryTs": 1617699300,
          "entryUtc": "2021-04-06T08:55:00.000Z",
          "exitTs": 1617700920,
          "dir": 1,
          "entryPrice": 1733.835,
          "exitPrice": 1731.592,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 27
        },
        {
          "entryTs": 1617706800,
          "entryUtc": "2021-04-06T11:00:00.000Z",
          "exitTs": 1617709980,
          "dir": 1,
          "entryPrice": 1732.688,
          "exitPrice": 1735.874,
          "stopDistance": 1.593,
          "outcome": "target",
          "netR": 1.7677,
          "holdMinutes": 53
        },
        {
          "entryTs": 1617732300,
          "entryUtc": "2021-04-06T18:05:00.000Z",
          "exitTs": 1617738000,
          "dir": 1,
          "entryPrice": 1743.228,
          "exitPrice": 1741.61,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2595,
          "holdMinutes": 95
        },
        {
          "entryTs": 1617740400,
          "entryUtc": "2021-04-06T20:20:00.000Z",
          "exitTs": 1617750780,
          "dir": 1,
          "entryPrice": 1743.498,
          "exitPrice": 1742.334,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.3607,
          "holdMinutes": 173
        },
        {
          "entryTs": 1617768300,
          "entryUtc": "2021-04-07T04:05:00.000Z",
          "exitTs": 1617773760,
          "dir": 1,
          "entryPrice": 1738.315,
          "exitPrice": 1737.263,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3993,
          "holdMinutes": 91
        },
        {
          "entryTs": 1617777000,
          "entryUtc": "2021-04-07T06:30:00.000Z",
          "exitTs": 1617777600,
          "dir": 1,
          "entryPrice": 1739.478,
          "exitPrice": 1742.167,
          "stopDistance": 1.344,
          "outcome": "target",
          "netR": 1.7248,
          "holdMinutes": 10
        },
        {
          "entryTs": 1617790800,
          "entryUtc": "2021-04-07T10:20:00.000Z",
          "exitTs": 1617791160,
          "dir": 1,
          "entryPrice": 1738.098,
          "exitPrice": 1736.751,
          "stopDistance": 1.347,
          "outcome": "stop",
          "netR": -1.3119,
          "holdMinutes": 6
        },
        {
          "entryTs": 1617800100,
          "entryUtc": "2021-04-07T12:55:00.000Z",
          "exitTs": 1617804660,
          "dir": 1,
          "entryPrice": 1735.998,
          "exitPrice": 1740.539,
          "stopDistance": 2.271,
          "outcome": "target",
          "netR": 1.8371,
          "holdMinutes": 76
        },
        {
          "entryTs": 1617819600,
          "entryUtc": "2021-04-07T18:20:00.000Z",
          "exitTs": 1617820020,
          "dir": 1,
          "entryPrice": 1741.724,
          "exitPrice": 1740.06,
          "stopDistance": 1.664,
          "outcome": "stop",
          "netR": -1.2523,
          "holdMinutes": 7
        },
        {
          "entryTs": 1617840900,
          "entryUtc": "2021-04-08T00:15:00.000Z",
          "exitTs": 1617843600,
          "dir": 1,
          "entryPrice": 1736.975,
          "exitPrice": 1736.002,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4316,
          "holdMinutes": 45
        },
        {
          "entryTs": 1617846600,
          "entryUtc": "2021-04-08T01:50:00.000Z",
          "exitTs": 1617847380,
          "dir": 1,
          "entryPrice": 1737.188,
          "exitPrice": 1735.759,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2939,
          "holdMinutes": 13
        },
        {
          "entryTs": 1617850800,
          "entryUtc": "2021-04-08T03:00:00.000Z",
          "exitTs": 1617853020,
          "dir": 1,
          "entryPrice": 1736.778,
          "exitPrice": 1739.235,
          "stopDistance": 1.228,
          "outcome": "target",
          "netR": 1.6988,
          "holdMinutes": 37
        },
        {
          "entryTs": 1617876600,
          "entryUtc": "2021-04-08T10:10:00.000Z",
          "exitTs": 1617878580,
          "dir": 1,
          "entryPrice": 1744.265,
          "exitPrice": 1747.366,
          "stopDistance": 1.55,
          "outcome": "target",
          "netR": 1.7613,
          "holdMinutes": 33
        },
        {
          "entryTs": 1617897600,
          "entryUtc": "2021-04-08T16:00:00.000Z",
          "exitTs": 1617927540,
          "dir": 1,
          "entryPrice": 1755.588,
          "exitPrice": 1753.487,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 499
        },
        {
          "entryTs": 1617930600,
          "entryUtc": "2021-04-09T01:10:00.000Z",
          "exitTs": 1617931560,
          "dir": 1,
          "entryPrice": 1754.788,
          "exitPrice": 1757.103,
          "stopDistance": 1.158,
          "outcome": "target",
          "netR": 1.6804,
          "holdMinutes": 16
        },
        {
          "entryTs": 1617961500,
          "entryUtc": "2021-04-09T09:45:00.000Z",
          "exitTs": 1617962640,
          "dir": 1,
          "entryPrice": 1746.505,
          "exitPrice": 1744.883,
          "stopDistance": 1.622,
          "outcome": "stop",
          "netR": -1.2589,
          "holdMinutes": 19
        },
        {
          "entryTs": 1617966600,
          "entryUtc": "2021-04-09T11:10:00.000Z",
          "exitTs": 1617969000,
          "dir": 1,
          "entryPrice": 1746.845,
          "exitPrice": 1745.299,
          "stopDistance": 1.546,
          "outcome": "stop",
          "netR": -1.2717,
          "holdMinutes": 40
        },
        {
          "entryTs": 1617977400,
          "entryUtc": "2021-04-09T14:10:00.000Z",
          "exitTs": 1618178400,
          "dir": 1,
          "entryPrice": 1740.478,
          "exitPrice": 1743.658,
          "stopDistance": 3.242,
          "outcome": "time",
          "netR": 0.8668,
          "holdMinutes": 3350
        },
        {
          "entryTs": 1618188900,
          "entryUtc": "2021-04-12T00:55:00.000Z",
          "exitTs": 1618189380,
          "dir": 1,
          "entryPrice": 1742.218,
          "exitPrice": 1741.074,
          "stopDistance": 1.144,
          "outcome": "stop",
          "netR": -1.3672,
          "holdMinutes": 8
        },
        {
          "entryTs": 1618189800,
          "entryUtc": "2021-04-12T01:10:00.000Z",
          "exitTs": 1618190040,
          "dir": 1,
          "entryPrice": 1742.778,
          "exitPrice": 1741.306,
          "stopDistance": 1.472,
          "outcome": "stop",
          "netR": -1.2853,
          "holdMinutes": 4
        },
        {
          "entryTs": 1618207800,
          "entryUtc": "2021-04-12T06:10:00.000Z",
          "exitTs": 1618210440,
          "dir": 1,
          "entryPrice": 1739.388,
          "exitPrice": 1741.822,
          "stopDistance": 1.217,
          "outcome": "target",
          "netR": 1.696,
          "holdMinutes": 44
        },
        {
          "entryTs": 1618219500,
          "entryUtc": "2021-04-12T09:25:00.000Z",
          "exitTs": 1618227000,
          "dir": 1,
          "entryPrice": 1740.838,
          "exitPrice": 1743.998,
          "stopDistance": 1.58,
          "outcome": "target",
          "netR": 1.7659,
          "holdMinutes": 125
        },
        {
          "entryTs": 1618272000,
          "entryUtc": "2021-04-13T00:00:00.000Z",
          "exitTs": 1618272540,
          "dir": -1,
          "entryPrice": 1731.865,
          "exitPrice": 1730.149,
          "stopDistance": 0.858,
          "outcome": "target",
          "netR": 1.5689,
          "holdMinutes": 9
        },
        {
          "entryTs": 1618307700,
          "entryUtc": "2021-04-13T09:55:00.000Z",
          "exitTs": 1618311660,
          "dir": -1,
          "entryPrice": 1726.188,
          "exitPrice": 1727.686,
          "stopDistance": 1.498,
          "outcome": "stop",
          "netR": -1.2804,
          "holdMinutes": 66
        },
        {
          "entryTs": 1618333500,
          "entryUtc": "2021-04-13T17:05:00.000Z",
          "exitTs": 1618363500,
          "dir": 1,
          "entryPrice": 1745.448,
          "exitPrice": 1747.498,
          "stopDistance": 1.906,
          "outcome": "time",
          "netR": 0.8815,
          "holdMinutes": 500
        },
        {
          "entryTs": 1618380300,
          "entryUtc": "2021-04-14T06:05:00.000Z",
          "exitTs": 1618382280,
          "dir": 1,
          "entryPrice": 1744.438,
          "exitPrice": 1747.795,
          "stopDistance": 1.678,
          "outcome": "target",
          "netR": 1.7795,
          "holdMinutes": 33
        },
        {
          "entryTs": 1618388100,
          "entryUtc": "2021-04-14T08:15:00.000Z",
          "exitTs": 1618392060,
          "dir": 1,
          "entryPrice": 1746.308,
          "exitPrice": 1744.456,
          "stopDistance": 1.852,
          "outcome": "stop",
          "netR": -1.2268,
          "holdMinutes": 66
        },
        {
          "entryTs": 1618400700,
          "entryUtc": "2021-04-14T11:45:00.000Z",
          "exitTs": 1618405740,
          "dir": 1,
          "entryPrice": 1744.648,
          "exitPrice": 1743.093,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 84
        },
        {
          "entryTs": 1618417500,
          "entryUtc": "2021-04-14T16:25:00.000Z",
          "exitTs": 1618420800,
          "dir": 1,
          "entryPrice": 1737.445,
          "exitPrice": 1735.297,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1955,
          "holdMinutes": 55
        },
        {
          "entryTs": 1618425900,
          "entryUtc": "2021-04-14T18:45:00.000Z",
          "exitTs": 1618427580,
          "dir": -1,
          "entryPrice": 1735.488,
          "exitPrice": 1736.817,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.3159,
          "holdMinutes": 28
        },
        {
          "entryTs": 1618445100,
          "entryUtc": "2021-04-15T00:05:00.000Z",
          "exitTs": 1618445760,
          "dir": 1,
          "entryPrice": 1737.138,
          "exitPrice": 1738.619,
          "stopDistance": 0.741,
          "outcome": "target",
          "netR": 1.5005,
          "holdMinutes": 11
        },
        {
          "entryTs": 1618455600,
          "entryUtc": "2021-04-15T03:00:00.000Z",
          "exitTs": 1618463340,
          "dir": 1,
          "entryPrice": 1738.268,
          "exitPrice": 1741.313,
          "stopDistance": 1.523,
          "outcome": "target",
          "netR": 1.757,
          "holdMinutes": 129
        },
        {
          "entryTs": 1618488600,
          "entryUtc": "2021-04-15T12:10:00.000Z",
          "exitTs": 1618489800,
          "dir": 1,
          "entryPrice": 1749.028,
          "exitPrice": 1747.065,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 20
        },
        {
          "entryTs": 1618510200,
          "entryUtc": "2021-04-15T18:10:00.000Z",
          "exitTs": 1618510920,
          "dir": 1,
          "entryPrice": 1767.735,
          "exitPrice": 1766.102,
          "stopDistance": 1.633,
          "outcome": "stop",
          "netR": -1.2572,
          "holdMinutes": 12
        },
        {
          "entryTs": 1618531500,
          "entryUtc": "2021-04-16T00:05:00.000Z",
          "exitTs": 1618532100,
          "dir": 1,
          "entryPrice": 1765.735,
          "exitPrice": 1764.768,
          "stopDistance": 0.967,
          "outcome": "stop",
          "netR": -1.4342,
          "holdMinutes": 10
        },
        {
          "entryTs": 1618543500,
          "entryUtc": "2021-04-16T03:25:00.000Z",
          "exitTs": 1618548840,
          "dir": 1,
          "entryPrice": 1762.248,
          "exitPrice": 1764.651,
          "stopDistance": 1.201,
          "outcome": "target",
          "netR": 1.692,
          "holdMinutes": 89
        },
        {
          "entryTs": 1618557300,
          "entryUtc": "2021-04-16T07:15:00.000Z",
          "exitTs": 1618557540,
          "dir": 1,
          "entryPrice": 1765.408,
          "exitPrice": 1763.773,
          "stopDistance": 1.635,
          "outcome": "stop",
          "netR": -1.2569,
          "holdMinutes": 4
        },
        {
          "entryTs": 1618560600,
          "entryUtc": "2021-04-16T08:10:00.000Z",
          "exitTs": 1618566120,
          "dir": 1,
          "entryPrice": 1764.508,
          "exitPrice": 1768.092,
          "stopDistance": 1.792,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 92
        },
        {
          "entryTs": 1618583100,
          "entryUtc": "2021-04-16T14:25:00.000Z",
          "exitTs": 1618584240,
          "dir": 1,
          "entryPrice": 1779.138,
          "exitPrice": 1775.802,
          "stopDistance": 3.336,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 19
        },
        {
          "entryTs": 1618592400,
          "entryUtc": "2021-04-16T17:00:00.000Z",
          "exitTs": 1618594920,
          "dir": 1,
          "entryPrice": 1779.808,
          "exitPrice": 1778.044,
          "stopDistance": 1.764,
          "outcome": "stop",
          "netR": -1.2381,
          "holdMinutes": 42
        },
        {
          "entryTs": 1618787700,
          "entryUtc": "2021-04-18T23:15:00.000Z",
          "exitTs": 1618791120,
          "dir": 1,
          "entryPrice": 1776.655,
          "exitPrice": 1778.938,
          "stopDistance": 1.142,
          "outcome": "target",
          "netR": 1.6759,
          "holdMinutes": 57
        },
        {
          "entryTs": 1618800900,
          "entryUtc": "2021-04-19T02:55:00.000Z",
          "exitTs": 1618806360,
          "dir": 1,
          "entryPrice": 1778.488,
          "exitPrice": 1776.499,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2112,
          "holdMinutes": 91
        },
        {
          "entryTs": 1618808400,
          "entryUtc": "2021-04-19T05:00:00.000Z",
          "exitTs": 1618811520,
          "dir": 1,
          "entryPrice": 1777.838,
          "exitPrice": 1776.848,
          "stopDistance": 0.99,
          "outcome": "stop",
          "netR": -1.4241,
          "holdMinutes": 52
        },
        {
          "entryTs": 1618813500,
          "entryUtc": "2021-04-19T06:25:00.000Z",
          "exitTs": 1618816260,
          "dir": 1,
          "entryPrice": 1779.435,
          "exitPrice": 1777.85,
          "stopDistance": 1.585,
          "outcome": "stop",
          "netR": -1.2649,
          "holdMinutes": 46
        },
        {
          "entryTs": 1618844700,
          "entryUtc": "2021-04-19T15:05:00.000Z",
          "exitTs": 1618848000,
          "dir": 1,
          "entryPrice": 1775.048,
          "exitPrice": 1771.733,
          "stopDistance": 3.315,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 55
        },
        {
          "entryTs": 1618869900,
          "entryUtc": "2021-04-19T22:05:00.000Z",
          "exitTs": 1618879500,
          "dir": 1,
          "entryPrice": 1770.818,
          "exitPrice": 1769.844,
          "stopDistance": 0.974,
          "outcome": "stop",
          "netR": -1.4312,
          "holdMinutes": 160
        },
        {
          "entryTs": 1618888500,
          "entryUtc": "2021-04-20T03:15:00.000Z",
          "exitTs": 1618894080,
          "dir": 1,
          "entryPrice": 1773.565,
          "exitPrice": 1771.487,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 93
        },
        {
          "entryTs": 1618904400,
          "entryUtc": "2021-04-20T07:40:00.000Z",
          "exitTs": 1618905720,
          "dir": 1,
          "entryPrice": 1772.898,
          "exitPrice": 1770.688,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 22
        },
        {
          "entryTs": 1618914000,
          "entryUtc": "2021-04-20T10:20:00.000Z",
          "exitTs": 1618917540,
          "dir": 1,
          "entryPrice": 1769.068,
          "exitPrice": 1774.067,
          "stopDistance": 2.499,
          "outcome": "target",
          "netR": 1.852,
          "holdMinutes": 59
        },
        {
          "entryTs": 1618926600,
          "entryUtc": "2021-04-20T13:50:00.000Z",
          "exitTs": 1618933320,
          "dir": 1,
          "entryPrice": 1772.628,
          "exitPrice": 1778.628,
          "stopDistance": 3,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 112
        },
        {
          "entryTs": 1618946100,
          "entryUtc": "2021-04-20T19:15:00.000Z",
          "exitTs": 1618946340,
          "dir": 1,
          "entryPrice": 1779.238,
          "exitPrice": 1778.027,
          "stopDistance": 1.211,
          "outcome": "stop",
          "netR": -1.3469,
          "holdMinutes": 4
        },
        {
          "entryTs": 1618949700,
          "entryUtc": "2021-04-20T20:15:00.000Z",
          "exitTs": 1618951140,
          "dir": 1,
          "entryPrice": 1778.905,
          "exitPrice": 1777.828,
          "stopDistance": 1.077,
          "outcome": "stop",
          "netR": -1.3901,
          "holdMinutes": 24
        },
        {
          "entryTs": 1618958400,
          "entryUtc": "2021-04-20T22:40:00.000Z",
          "exitTs": 1618960560,
          "dir": 1,
          "entryPrice": 1778.258,
          "exitPrice": 1777.429,
          "stopDistance": 0.83,
          "outcome": "stop",
          "netR": -1.5063,
          "holdMinutes": 36
        },
        {
          "entryTs": 1618964400,
          "entryUtc": "2021-04-21T00:20:00.000Z",
          "exitTs": 1618964520,
          "dir": 1,
          "entryPrice": 1779.838,
          "exitPrice": 1778.748,
          "stopDistance": 1.09,
          "outcome": "stop",
          "netR": -1.3852,
          "holdMinutes": 2
        },
        {
          "entryTs": 1618982400,
          "entryUtc": "2021-04-21T05:20:00.000Z",
          "exitTs": 1618984140,
          "dir": 1,
          "entryPrice": 1782.848,
          "exitPrice": 1785.186,
          "stopDistance": 1.169,
          "outcome": "target",
          "netR": 1.6835,
          "holdMinutes": 29
        },
        {
          "entryTs": 1619002200,
          "entryUtc": "2021-04-21T10:50:00.000Z",
          "exitTs": 1619005260,
          "dir": 1,
          "entryPrice": 1780.865,
          "exitPrice": 1784.09,
          "stopDistance": 1.612,
          "outcome": "target",
          "netR": 1.7705,
          "holdMinutes": 51
        },
        {
          "entryTs": 1619026500,
          "entryUtc": "2021-04-21T17:35:00.000Z",
          "exitTs": 1619028120,
          "dir": 1,
          "entryPrice": 1792.965,
          "exitPrice": 1791.095,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2246,
          "holdMinutes": 27
        },
        {
          "entryTs": 1619031300,
          "entryUtc": "2021-04-21T18:55:00.000Z",
          "exitTs": 1619053620,
          "dir": 1,
          "entryPrice": 1792.815,
          "exitPrice": 1795.679,
          "stopDistance": 1.432,
          "outcome": "target",
          "netR": 1.7416,
          "holdMinutes": 372
        },
        {
          "entryTs": 1619069400,
          "entryUtc": "2021-04-22T05:30:00.000Z",
          "exitTs": 1619069820,
          "dir": 1,
          "entryPrice": 1793.885,
          "exitPrice": 1792.797,
          "stopDistance": 1.088,
          "outcome": "stop",
          "netR": -1.386,
          "holdMinutes": 7
        },
        {
          "entryTs": 1619075100,
          "entryUtc": "2021-04-22T07:05:00.000Z",
          "exitTs": 1619079420,
          "dir": 1,
          "entryPrice": 1792.058,
          "exitPrice": 1790.32,
          "stopDistance": 1.738,
          "outcome": "stop",
          "netR": -1.2416,
          "holdMinutes": 72
        },
        {
          "entryTs": 1619100000,
          "entryUtc": "2021-04-22T14:00:00.000Z",
          "exitTs": 1619104620,
          "dir": 1,
          "entryPrice": 1786.978,
          "exitPrice": 1783.039,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 77
        },
        {
          "entryTs": 1619112000,
          "entryUtc": "2021-04-22T17:20:00.000Z",
          "exitTs": 1619112720,
          "dir": 1,
          "entryPrice": 1782.458,
          "exitPrice": 1780.394,
          "stopDistance": 2.064,
          "outcome": "stop",
          "netR": -1.2035,
          "holdMinutes": 12
        },
        {
          "entryTs": 1619114400,
          "entryUtc": "2021-04-22T18:00:00.000Z",
          "exitTs": 1619114760,
          "dir": 1,
          "entryPrice": 1782.285,
          "exitPrice": 1780.278,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 6
        },
        {
          "entryTs": 1619117400,
          "entryUtc": "2021-04-22T18:50:00.000Z",
          "exitTs": 1619132040,
          "dir": 1,
          "entryPrice": 1782.148,
          "exitPrice": 1785.948,
          "stopDistance": 1.9,
          "outcome": "target",
          "netR": 1.8053,
          "holdMinutes": 244
        },
        {
          "entryTs": 1619139900,
          "entryUtc": "2021-04-23T01:05:00.000Z",
          "exitTs": 1619140800,
          "dir": 1,
          "entryPrice": 1784.918,
          "exitPrice": 1787.304,
          "stopDistance": 1.193,
          "outcome": "target",
          "netR": 1.6898,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619158200,
          "entryUtc": "2021-04-23T06:10:00.000Z",
          "exitTs": 1619158860,
          "dir": 1,
          "entryPrice": 1786.238,
          "exitPrice": 1785.036,
          "stopDistance": 1.202,
          "outcome": "stop",
          "netR": -1.3495,
          "holdMinutes": 11
        },
        {
          "entryTs": 1619161800,
          "entryUtc": "2021-04-23T07:10:00.000Z",
          "exitTs": 1619162100,
          "dir": 1,
          "entryPrice": 1786.448,
          "exitPrice": 1784.877,
          "stopDistance": 1.571,
          "outcome": "stop",
          "netR": -1.2674,
          "holdMinutes": 5
        },
        {
          "entryTs": 1619167500,
          "entryUtc": "2021-04-23T08:45:00.000Z",
          "exitTs": 1619175000,
          "dir": 1,
          "entryPrice": 1784.385,
          "exitPrice": 1787.847,
          "stopDistance": 1.731,
          "outcome": "target",
          "netR": 1.7862,
          "holdMinutes": 125
        },
        {
          "entryTs": 1619196600,
          "entryUtc": "2021-04-23T16:50:00.000Z",
          "exitTs": 1619202480,
          "dir": 1,
          "entryPrice": 1777.848,
          "exitPrice": 1776.003,
          "stopDistance": 1.845,
          "outcome": "stop",
          "netR": -1.2276,
          "holdMinutes": 98
        },
        {
          "entryTs": 1619210100,
          "entryUtc": "2021-04-23T20:35:00.000Z",
          "exitTs": 1619388000,
          "dir": 1,
          "entryPrice": 1776.445,
          "exitPrice": 1775.688,
          "stopDistance": 0.757,
          "outcome": "stop",
          "netR": -1.5552,
          "holdMinutes": 2965
        },
        {
          "entryTs": 1619395500,
          "entryUtc": "2021-04-26T00:05:00.000Z",
          "exitTs": 1619396880,
          "dir": 1,
          "entryPrice": 1776.318,
          "exitPrice": 1778.351,
          "stopDistance": 1.017,
          "outcome": "target",
          "netR": 1.6361,
          "holdMinutes": 23
        },
        {
          "entryTs": 1619415000,
          "entryUtc": "2021-04-26T05:30:00.000Z",
          "exitTs": 1619415120,
          "dir": 1,
          "entryPrice": 1781.538,
          "exitPrice": 1783.123,
          "stopDistance": 0.793,
          "outcome": "target",
          "netR": 1.5332,
          "holdMinutes": 2
        },
        {
          "entryTs": 1619424600,
          "entryUtc": "2021-04-26T08:10:00.000Z",
          "exitTs": 1619435280,
          "dir": 1,
          "entryPrice": 1779.818,
          "exitPrice": 1777.929,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2224,
          "holdMinutes": 178
        },
        {
          "entryTs": 1619442600,
          "entryUtc": "2021-04-26T13:10:00.000Z",
          "exitTs": 1619443920,
          "dir": 1,
          "entryPrice": 1779.665,
          "exitPrice": 1776.61,
          "stopDistance": 3.055,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 22
        },
        {
          "entryTs": 1619446800,
          "entryUtc": "2021-04-26T14:20:00.000Z",
          "exitTs": 1619476800,
          "dir": 1,
          "entryPrice": 1778.218,
          "exitPrice": 1780.715,
          "stopDistance": 3.512,
          "outcome": "time",
          "netR": 0.6056,
          "holdMinutes": 500
        },
        {
          "entryTs": 1619482500,
          "entryUtc": "2021-04-27T00:15:00.000Z",
          "exitTs": 1619483340,
          "dir": 1,
          "entryPrice": 1782.038,
          "exitPrice": 1781.112,
          "stopDistance": 0.926,
          "outcome": "stop",
          "netR": -1.4537,
          "holdMinutes": 14
        },
        {
          "entryTs": 1619485500,
          "entryUtc": "2021-04-27T01:05:00.000Z",
          "exitTs": 1619485500,
          "dir": 1,
          "entryPrice": 1782.468,
          "exitPrice": 1781.268,
          "stopDistance": 1.2,
          "outcome": "stop",
          "netR": -1.35,
          "holdMinutes": 0
        },
        {
          "entryTs": 1619493000,
          "entryUtc": "2021-04-27T03:10:00.000Z",
          "exitTs": 1619498760,
          "dir": 1,
          "entryPrice": 1778.635,
          "exitPrice": 1781.359,
          "stopDistance": 1.362,
          "outcome": "target",
          "netR": 1.7283,
          "holdMinutes": 96
        },
        {
          "entryTs": 1619508600,
          "entryUtc": "2021-04-27T07:30:00.000Z",
          "exitTs": 1619508840,
          "dir": 1,
          "entryPrice": 1781.435,
          "exitPrice": 1779.934,
          "stopDistance": 1.502,
          "outcome": "stop",
          "netR": -1.2797,
          "holdMinutes": 4
        },
        {
          "entryTs": 1619515800,
          "entryUtc": "2021-04-27T09:30:00.000Z",
          "exitTs": 1619526000,
          "dir": 1,
          "entryPrice": 1780.618,
          "exitPrice": 1783.445,
          "stopDistance": 1.413,
          "outcome": "target",
          "netR": 1.7382,
          "holdMinutes": 170
        },
        {
          "entryTs": 1619532300,
          "entryUtc": "2021-04-27T14:05:00.000Z",
          "exitTs": 1619534400,
          "dir": 1,
          "entryPrice": 1782.978,
          "exitPrice": 1779.719,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 35
        },
        {
          "entryTs": 1619585700,
          "entryUtc": "2021-04-28T04:55:00.000Z",
          "exitTs": 1619587620,
          "dir": -1,
          "entryPrice": 1771.305,
          "exitPrice": 1769.85,
          "stopDistance": 0.728,
          "outcome": "target",
          "netR": 1.4915,
          "holdMinutes": 32
        },
        {
          "entryTs": 1619601600,
          "entryUtc": "2021-04-28T09:20:00.000Z",
          "exitTs": 1619602080,
          "dir": -1,
          "entryPrice": 1767.098,
          "exitPrice": 1764.19,
          "stopDistance": 1.454,
          "outcome": "target",
          "netR": 1.7455,
          "holdMinutes": 8
        },
        {
          "entryTs": 1619611500,
          "entryUtc": "2021-04-28T12:05:00.000Z",
          "exitTs": 1619613600,
          "dir": -1,
          "entryPrice": 1765.718,
          "exitPrice": 1767.666,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 35
        },
        {
          "entryTs": 1619633400,
          "entryUtc": "2021-04-28T18:10:00.000Z",
          "exitTs": 1619633460,
          "dir": 1,
          "entryPrice": 1775.208,
          "exitPrice": 1773.26,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 1
        },
        {
          "entryTs": 1619634000,
          "entryUtc": "2021-04-28T18:20:00.000Z",
          "exitTs": 1619634960,
          "dir": 1,
          "entryPrice": 1774.838,
          "exitPrice": 1779.326,
          "stopDistance": 2.244,
          "outcome": "target",
          "netR": 1.8351,
          "holdMinutes": 16
        },
        {
          "entryTs": 1619719200,
          "entryUtc": "2021-04-29T18:00:00.000Z",
          "exitTs": 1619720160,
          "dir": -1,
          "entryPrice": 1768.078,
          "exitPrice": 1769.512,
          "stopDistance": 1.434,
          "outcome": "stop",
          "netR": -1.2929,
          "holdMinutes": 16
        },
        {
          "entryTs": 1619741700,
          "entryUtc": "2021-04-30T00:15:00.000Z",
          "exitTs": 1619743200,
          "dir": -1,
          "entryPrice": 1771.592,
          "exitPrice": 1769.494,
          "stopDistance": 1.049,
          "outcome": "target",
          "netR": 1.6473,
          "holdMinutes": 25
        },
        {
          "entryTs": 1619769300,
          "entryUtc": "2021-04-30T07:55:00.000Z",
          "exitTs": 1619770200,
          "dir": -1,
          "entryPrice": 1768.958,
          "exitPrice": 1770.666,
          "stopDistance": 1.708,
          "outcome": "stop",
          "netR": -1.2459,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619772000,
          "entryUtc": "2021-04-30T08:40:00.000Z",
          "exitTs": 1619781180,
          "dir": -1,
          "entryPrice": 1769.035,
          "exitPrice": 1770.853,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 153
        },
        {
          "entryTs": 1619784600,
          "entryUtc": "2021-04-30T12:10:00.000Z",
          "exitTs": 1619786100,
          "dir": -1,
          "entryPrice": 1768.408,
          "exitPrice": 1770.14,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 25
        },
        {
          "entryTs": 1619790600,
          "entryUtc": "2021-04-30T13:50:00.000Z",
          "exitTs": 1619792640,
          "dir": -1,
          "entryPrice": 1767.238,
          "exitPrice": 1770.191,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 34
        },
        {
          "entryTs": 1619796300,
          "entryUtc": "2021-04-30T15:25:00.000Z",
          "exitTs": 1619992800,
          "dir": -1,
          "entryPrice": 1767.555,
          "exitPrice": 1767.608,
          "stopDistance": 3.035,
          "outcome": "time",
          "netR": -0.1394,
          "holdMinutes": 3275
        },
        {
          "entryTs": 1619993100,
          "entryUtc": "2021-05-02T22:05:00.000Z",
          "exitTs": 1619995200,
          "dir": -1,
          "entryPrice": 1766.778,
          "exitPrice": 1768.159,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3041,
          "holdMinutes": 35
        },
        {
          "entryTs": 1620115500,
          "entryUtc": "2021-05-04T08:05:00.000Z",
          "exitTs": 1620117660,
          "dir": 1,
          "entryPrice": 1787.238,
          "exitPrice": 1790.382,
          "stopDistance": 1.572,
          "outcome": "target",
          "netR": 1.7646,
          "holdMinutes": 36
        },
        {
          "entryTs": 1620130800,
          "entryUtc": "2021-05-04T12:20:00.000Z",
          "exitTs": 1620133320,
          "dir": 1,
          "entryPrice": 1784.758,
          "exitPrice": 1789.804,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 42
        },
        {
          "entryTs": 1620151800,
          "entryUtc": "2021-05-04T18:10:00.000Z",
          "exitTs": 1620155160,
          "dir": 1,
          "entryPrice": 1779.117,
          "exitPrice": 1776.46,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 56
        },
        {
          "entryTs": 1620159000,
          "entryUtc": "2021-05-04T20:10:00.000Z",
          "exitTs": 1620165600,
          "dir": 1,
          "entryPrice": 1779.548,
          "exitPrice": 1778.054,
          "stopDistance": 1.494,
          "outcome": "stop",
          "netR": -1.2811,
          "holdMinutes": 110
        },
        {
          "entryTs": 1620169500,
          "entryUtc": "2021-05-04T23:05:00.000Z",
          "exitTs": 1620173340,
          "dir": 1,
          "entryPrice": 1778.787,
          "exitPrice": 1777.732,
          "stopDistance": 1.055,
          "outcome": "stop",
          "netR": -1.3979,
          "holdMinutes": 64
        },
        {
          "entryTs": 1620176700,
          "entryUtc": "2021-05-05T01:05:00.000Z",
          "exitTs": 1620181920,
          "dir": 1,
          "entryPrice": 1778.818,
          "exitPrice": 1781.281,
          "stopDistance": 1.231,
          "outcome": "target",
          "netR": 1.6995,
          "holdMinutes": 87
        },
        {
          "entryTs": 1620213900,
          "entryUtc": "2021-05-05T11:25:00.000Z",
          "exitTs": 1620216240,
          "dir": 1,
          "entryPrice": 1778.645,
          "exitPrice": 1777.335,
          "stopDistance": 1.31,
          "outcome": "stop",
          "netR": -1.3207,
          "holdMinutes": 39
        },
        {
          "entryTs": 1620217200,
          "entryUtc": "2021-05-05T12:20:00.000Z",
          "exitTs": 1620217500,
          "dir": 1,
          "entryPrice": 1778.318,
          "exitPrice": 1776.564,
          "stopDistance": 1.754,
          "outcome": "stop",
          "netR": -1.2395,
          "holdMinutes": 5
        },
        {
          "entryTs": 1620219300,
          "entryUtc": "2021-05-05T12:55:00.000Z",
          "exitTs": 1620220980,
          "dir": 1,
          "entryPrice": 1782.398,
          "exitPrice": 1779.386,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 28
        },
        {
          "entryTs": 1620264300,
          "entryUtc": "2021-05-06T01:25:00.000Z",
          "exitTs": 1620264420,
          "dir": 1,
          "entryPrice": 1786.358,
          "exitPrice": 1784.778,
          "stopDistance": 1.58,
          "outcome": "stop",
          "netR": -1.2658,
          "holdMinutes": 2
        },
        {
          "entryTs": 1620277500,
          "entryUtc": "2021-05-06T05:05:00.000Z",
          "exitTs": 1620279900,
          "dir": 1,
          "entryPrice": 1789.168,
          "exitPrice": 1791.309,
          "stopDistance": 1.071,
          "outcome": "target",
          "netR": 1.6544,
          "holdMinutes": 40
        },
        {
          "entryTs": 1620290400,
          "entryUtc": "2021-05-06T08:40:00.000Z",
          "exitTs": 1620296640,
          "dir": 1,
          "entryPrice": 1793.508,
          "exitPrice": 1791.737,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 104
        },
        {
          "entryTs": 1620301500,
          "entryUtc": "2021-05-06T11:45:00.000Z",
          "exitTs": 1620306240,
          "dir": 1,
          "entryPrice": 1793.385,
          "exitPrice": 1791.602,
          "stopDistance": 1.783,
          "outcome": "stop",
          "netR": -1.2356,
          "holdMinutes": 79
        },
        {
          "entryTs": 1620308100,
          "entryUtc": "2021-05-06T13:35:00.000Z",
          "exitTs": 1620308220,
          "dir": 1,
          "entryPrice": 1796.775,
          "exitPrice": 1803.479,
          "stopDistance": 3.352,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 2
        },
        {
          "entryTs": 1620330300,
          "entryUtc": "2021-05-06T19:45:00.000Z",
          "exitTs": 1620348840,
          "dir": 1,
          "entryPrice": 1814.617,
          "exitPrice": 1813.312,
          "stopDistance": 1.305,
          "outcome": "stop",
          "netR": -1.3218,
          "holdMinutes": 309
        },
        {
          "entryTs": 1620352800,
          "entryUtc": "2021-05-07T02:00:00.000Z",
          "exitTs": 1620355920,
          "dir": 1,
          "entryPrice": 1814.496,
          "exitPrice": 1817.196,
          "stopDistance": 1.35,
          "outcome": "target",
          "netR": 1.7259,
          "holdMinutes": 52
        },
        {
          "entryTs": 1620371700,
          "entryUtc": "2021-05-07T07:15:00.000Z",
          "exitTs": 1620372720,
          "dir": 1,
          "entryPrice": 1820.318,
          "exitPrice": 1818.619,
          "stopDistance": 1.699,
          "outcome": "stop",
          "netR": -1.2472,
          "holdMinutes": 17
        },
        {
          "entryTs": 1620383700,
          "entryUtc": "2021-05-07T10:35:00.000Z",
          "exitTs": 1620384540,
          "dir": 1,
          "entryPrice": 1820.705,
          "exitPrice": 1819.673,
          "stopDistance": 1.032,
          "outcome": "stop",
          "netR": -1.407,
          "holdMinutes": 14
        },
        {
          "entryTs": 1620390900,
          "entryUtc": "2021-05-07T12:35:00.000Z",
          "exitTs": 1620391920,
          "dir": 1,
          "entryPrice": 1834.996,
          "exitPrice": 1842.304,
          "stopDistance": 3.654,
          "outcome": "target",
          "netR": 1.8987,
          "holdMinutes": 17
        },
        {
          "entryTs": 1620400500,
          "entryUtc": "2021-05-07T15:15:00.000Z",
          "exitTs": 1620405060,
          "dir": 1,
          "entryPrice": 1834.945,
          "exitPrice": 1830.177,
          "stopDistance": 4.768,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 76
        },
        {
          "entryTs": 1620415800,
          "entryUtc": "2021-05-07T19:30:00.000Z",
          "exitTs": 1620418980,
          "dir": 1,
          "entryPrice": 1831.788,
          "exitPrice": 1830.331,
          "stopDistance": 1.457,
          "outcome": "stop",
          "netR": -1.2882,
          "holdMinutes": 53
        },
        {
          "entryTs": 1620597900,
          "entryUtc": "2021-05-09T22:05:00.000Z",
          "exitTs": 1620604260,
          "dir": 1,
          "entryPrice": 1832.908,
          "exitPrice": 1835.706,
          "stopDistance": 1.399,
          "outcome": "target",
          "netR": 1.7355,
          "holdMinutes": 106
        },
        {
          "entryTs": 1620609300,
          "entryUtc": "2021-05-10T01:15:00.000Z",
          "exitTs": 1620609660,
          "dir": 1,
          "entryPrice": 1834.775,
          "exitPrice": 1832.88,
          "stopDistance": 1.895,
          "outcome": "stop",
          "netR": -1.2217,
          "holdMinutes": 6
        },
        {
          "entryTs": 1620614700,
          "entryUtc": "2021-05-10T02:45:00.000Z",
          "exitTs": 1620617580,
          "dir": 1,
          "entryPrice": 1833.428,
          "exitPrice": 1831.454,
          "stopDistance": 1.974,
          "outcome": "stop",
          "netR": -1.2128,
          "holdMinutes": 48
        },
        {
          "entryTs": 1620620400,
          "entryUtc": "2021-05-10T04:20:00.000Z",
          "exitTs": 1620624000,
          "dir": 1,
          "entryPrice": 1832.548,
          "exitPrice": 1835.263,
          "stopDistance": 1.357,
          "outcome": "target",
          "netR": 1.7274,
          "holdMinutes": 60
        },
        {
          "entryTs": 1620635100,
          "entryUtc": "2021-05-10T08:25:00.000Z",
          "exitTs": 1620642360,
          "dir": 1,
          "entryPrice": 1835.715,
          "exitPrice": 1839.018,
          "stopDistance": 1.652,
          "outcome": "target",
          "netR": 1.776,
          "holdMinutes": 121
        },
        {
          "entryTs": 1620653100,
          "entryUtc": "2021-05-10T13:25:00.000Z",
          "exitTs": 1620654780,
          "dir": 1,
          "entryPrice": 1841.875,
          "exitPrice": 1838.91,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 28
        },
        {
          "entryTs": 1620656100,
          "entryUtc": "2021-05-10T14:15:00.000Z",
          "exitTs": 1620657960,
          "dir": 1,
          "entryPrice": 1842.518,
          "exitPrice": 1838.272,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 31
        },
        {
          "entryTs": 1620661800,
          "entryUtc": "2021-05-10T15:50:00.000Z",
          "exitTs": 1620664500,
          "dir": 1,
          "entryPrice": 1840.718,
          "exitPrice": 1837.461,
          "stopDistance": 3.257,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 45
        },
        {
          "entryTs": 1620675300,
          "entryUtc": "2021-05-10T19:35:00.000Z",
          "exitTs": 1620679980,
          "dir": 1,
          "entryPrice": 1837.228,
          "exitPrice": 1835.666,
          "stopDistance": 1.562,
          "outcome": "stop",
          "netR": -1.2688,
          "holdMinutes": 78
        },
        {
          "entryTs": 1620689700,
          "entryUtc": "2021-05-10T23:35:00.000Z",
          "exitTs": 1620691380,
          "dir": 1,
          "entryPrice": 1835.925,
          "exitPrice": 1834.829,
          "stopDistance": 1.096,
          "outcome": "stop",
          "netR": -1.3833,
          "holdMinutes": 28
        },
        {
          "entryTs": 1620696600,
          "entryUtc": "2021-05-11T01:30:00.000Z",
          "exitTs": 1620716160,
          "dir": 1,
          "entryPrice": 1835.238,
          "exitPrice": 1833.347,
          "stopDistance": 1.891,
          "outcome": "stop",
          "netR": -1.2221,
          "holdMinutes": 326
        },
        {
          "entryTs": 1620720900,
          "entryUtc": "2021-05-11T08:15:00.000Z",
          "exitTs": 1620727980,
          "dir": 1,
          "entryPrice": 1835.745,
          "exitPrice": 1839.223,
          "stopDistance": 1.739,
          "outcome": "target",
          "netR": 1.7872,
          "holdMinutes": 118
        },
        {
          "entryTs": 1620743100,
          "entryUtc": "2021-05-11T14:25:00.000Z",
          "exitTs": 1620743940,
          "dir": 1,
          "entryPrice": 1831.518,
          "exitPrice": 1827.351,
          "stopDistance": 4.167,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 14
        },
        {
          "entryTs": 1620746400,
          "entryUtc": "2021-05-11T15:20:00.000Z",
          "exitTs": 1620763020,
          "dir": 1,
          "entryPrice": 1830.988,
          "exitPrice": 1837.988,
          "stopDistance": 3.5,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 277
        },
        {
          "entryTs": 1620794400,
          "entryUtc": "2021-05-12T04:40:00.000Z",
          "exitTs": 1620800580,
          "dir": 1,
          "entryPrice": 1829.278,
          "exitPrice": 1832.09,
          "stopDistance": 1.406,
          "outcome": "target",
          "netR": 1.7369,
          "holdMinutes": 103
        },
        {
          "entryTs": 1620810300,
          "entryUtc": "2021-05-12T09:05:00.000Z",
          "exitTs": 1620822600,
          "dir": 1,
          "entryPrice": 1833.168,
          "exitPrice": 1831.63,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.273,
          "holdMinutes": 205
        },
        {
          "entryTs": 1620823800,
          "entryUtc": "2021-05-12T12:50:00.000Z",
          "exitTs": 1620825480,
          "dir": 1,
          "entryPrice": 1836.698,
          "exitPrice": 1832.886,
          "stopDistance": 3.812,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 28
        },
        {
          "entryTs": 1620841500,
          "entryUtc": "2021-05-12T17:45:00.000Z",
          "exitTs": 1620842640,
          "dir": 1,
          "entryPrice": 1824.228,
          "exitPrice": 1821.246,
          "stopDistance": 2.982,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 19
        },
        {
          "entryTs": 1620861900,
          "entryUtc": "2021-05-12T23:25:00.000Z",
          "exitTs": 1620864180,
          "dir": 1,
          "entryPrice": 1817.098,
          "exitPrice": 1815.606,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2815,
          "holdMinutes": 38
        },
        {
          "entryTs": 1620867300,
          "entryUtc": "2021-05-13T00:55:00.000Z",
          "exitTs": 1620869280,
          "dir": 1,
          "entryPrice": 1818.148,
          "exitPrice": 1821.936,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8047,
          "holdMinutes": 33
        },
        {
          "entryTs": 1620882000,
          "entryUtc": "2021-05-13T05:00:00.000Z",
          "exitTs": 1620883620,
          "dir": 1,
          "entryPrice": 1819.208,
          "exitPrice": 1818.005,
          "stopDistance": 1.203,
          "outcome": "stop",
          "netR": -1.349,
          "holdMinutes": 27
        },
        {
          "entryTs": 1620886500,
          "entryUtc": "2021-05-13T06:15:00.000Z",
          "exitTs": 1620888360,
          "dir": 1,
          "entryPrice": 1819.015,
          "exitPrice": 1821.798,
          "stopDistance": 1.391,
          "outcome": "target",
          "netR": 1.7341,
          "holdMinutes": 31
        },
        {
          "entryTs": 1620904200,
          "entryUtc": "2021-05-13T11:10:00.000Z",
          "exitTs": 1620909060,
          "dir": 1,
          "entryPrice": 1814.956,
          "exitPrice": 1819.026,
          "stopDistance": 2.035,
          "outcome": "target",
          "netR": 1.8182,
          "holdMinutes": 81
        },
        {
          "entryTs": 1620930300,
          "entryUtc": "2021-05-13T18:25:00.000Z",
          "exitTs": 1620955080,
          "dir": 1,
          "entryPrice": 1824.648,
          "exitPrice": 1822.571,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 413
        },
        {
          "entryTs": 1620966900,
          "entryUtc": "2021-05-14T04:35:00.000Z",
          "exitTs": 1620970680,
          "dir": 1,
          "entryPrice": 1822.778,
          "exitPrice": 1824.807,
          "stopDistance": 1.015,
          "outcome": "target",
          "netR": 1.6354,
          "holdMinutes": 63
        },
        {
          "entryTs": 1620989100,
          "entryUtc": "2021-05-14T10:45:00.000Z",
          "exitTs": 1620990480,
          "dir": 1,
          "entryPrice": 1834.098,
          "exitPrice": 1836.744,
          "stopDistance": 1.323,
          "outcome": "target",
          "netR": 1.7203,
          "holdMinutes": 23
        },
        {
          "entryTs": 1621006200,
          "entryUtc": "2021-05-14T15:30:00.000Z",
          "exitTs": 1621025160,
          "dir": 1,
          "entryPrice": 1838.888,
          "exitPrice": 1844.18,
          "stopDistance": 2.646,
          "outcome": "target",
          "netR": 1.8602,
          "holdMinutes": 316
        },
        {
          "entryTs": 1621213800,
          "entryUtc": "2021-05-17T01:10:00.000Z",
          "exitTs": 1621214520,
          "dir": 1,
          "entryPrice": 1847.865,
          "exitPrice": 1851.352,
          "stopDistance": 1.744,
          "outcome": "target",
          "netR": 1.7878,
          "holdMinutes": 12
        },
        {
          "entryTs": 1621258200,
          "entryUtc": "2021-05-17T13:30:00.000Z",
          "exitTs": 1621259400,
          "dir": 1,
          "entryPrice": 1850.158,
          "exitPrice": 1855.184,
          "stopDistance": 2.513,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 20
        },
        {
          "entryTs": 1621284900,
          "entryUtc": "2021-05-17T20:55:00.000Z",
          "exitTs": 1621288860,
          "dir": 1,
          "entryPrice": 1866.488,
          "exitPrice": 1865.717,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5447,
          "holdMinutes": 66
        },
        {
          "entryTs": 1621293900,
          "entryUtc": "2021-05-17T23:25:00.000Z",
          "exitTs": 1621295340,
          "dir": 1,
          "entryPrice": 1866.585,
          "exitPrice": 1868.098,
          "stopDistance": 0.756,
          "outcome": "target",
          "netR": 1.5109,
          "holdMinutes": 24
        },
        {
          "entryTs": 1621314900,
          "entryUtc": "2021-05-18T05:15:00.000Z",
          "exitTs": 1621318800,
          "dir": 1,
          "entryPrice": 1870.288,
          "exitPrice": 1868.956,
          "stopDistance": 1.332,
          "outcome": "stop",
          "netR": -1.3154,
          "holdMinutes": 65
        },
        {
          "entryTs": 1621320900,
          "entryUtc": "2021-05-18T06:55:00.000Z",
          "exitTs": 1621321500,
          "dir": 1,
          "entryPrice": 1871.015,
          "exitPrice": 1869.212,
          "stopDistance": 1.803,
          "outcome": "stop",
          "netR": -1.2329,
          "holdMinutes": 10
        },
        {
          "entryTs": 1621325100,
          "entryUtc": "2021-05-18T08:05:00.000Z",
          "exitTs": 1621325280,
          "dir": 1,
          "entryPrice": 1870.228,
          "exitPrice": 1868.643,
          "stopDistance": 1.585,
          "outcome": "stop",
          "netR": -1.265,
          "holdMinutes": 3
        },
        {
          "entryTs": 1621329600,
          "entryUtc": "2021-05-18T09:20:00.000Z",
          "exitTs": 1621329960,
          "dir": 1,
          "entryPrice": 1869.478,
          "exitPrice": 1868.075,
          "stopDistance": 1.403,
          "outcome": "stop",
          "netR": -1.2993,
          "holdMinutes": 6
        },
        {
          "entryTs": 1621338600,
          "entryUtc": "2021-05-18T11:50:00.000Z",
          "exitTs": 1621340760,
          "dir": 1,
          "entryPrice": 1869.705,
          "exitPrice": 1872.715,
          "stopDistance": 1.505,
          "outcome": "target",
          "netR": 1.7541,
          "holdMinutes": 36
        },
        {
          "entryTs": 1621351200,
          "entryUtc": "2021-05-18T15:20:00.000Z",
          "exitTs": 1621353360,
          "dir": 1,
          "entryPrice": 1868.005,
          "exitPrice": 1865.033,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 36
        },
        {
          "entryTs": 1621357200,
          "entryUtc": "2021-05-18T17:00:00.000Z",
          "exitTs": 1621381020,
          "dir": 1,
          "entryPrice": 1867.285,
          "exitPrice": 1870.52,
          "stopDistance": 1.617,
          "outcome": "target",
          "netR": 1.7712,
          "holdMinutes": 397
        },
        {
          "entryTs": 1621385100,
          "entryUtc": "2021-05-19T00:45:00.000Z",
          "exitTs": 1621386000,
          "dir": 1,
          "entryPrice": 1870.128,
          "exitPrice": 1869.222,
          "stopDistance": 0.906,
          "outcome": "stop",
          "netR": -1.4638,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621395300,
          "entryUtc": "2021-05-19T03:35:00.000Z",
          "exitTs": 1621403760,
          "dir": 1,
          "entryPrice": 1868.505,
          "exitPrice": 1871.511,
          "stopDistance": 1.503,
          "outcome": "target",
          "netR": 1.7538,
          "holdMinutes": 141
        },
        {
          "entryTs": 1621426500,
          "entryUtc": "2021-05-19T12:15:00.000Z",
          "exitTs": 1621428780,
          "dir": 1,
          "entryPrice": 1862.465,
          "exitPrice": 1868.038,
          "stopDistance": 2.787,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 38
        },
        {
          "entryTs": 1621455600,
          "entryUtc": "2021-05-19T20:20:00.000Z",
          "exitTs": 1621465200,
          "dir": 1,
          "entryPrice": 1870.584,
          "exitPrice": 1867.924,
          "stopDistance": 2.66,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 160
        },
        {
          "entryTs": 1621471500,
          "entryUtc": "2021-05-20T00:45:00.000Z",
          "exitTs": 1621473000,
          "dir": 1,
          "entryPrice": 1869.578,
          "exitPrice": 1867.707,
          "stopDistance": 1.871,
          "outcome": "stop",
          "netR": -1.2245,
          "holdMinutes": 25
        },
        {
          "entryTs": 1621474500,
          "entryUtc": "2021-05-20T01:35:00.000Z",
          "exitTs": 1621478880,
          "dir": 1,
          "entryPrice": 1869.474,
          "exitPrice": 1874.636,
          "stopDistance": 2.581,
          "outcome": "target",
          "netR": 1.8567,
          "holdMinutes": 73
        },
        {
          "entryTs": 1621497900,
          "entryUtc": "2021-05-20T08:05:00.000Z",
          "exitTs": 1621499820,
          "dir": 1,
          "entryPrice": 1873.948,
          "exitPrice": 1872.066,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 32
        },
        {
          "entryTs": 1621509000,
          "entryUtc": "2021-05-20T11:10:00.000Z",
          "exitTs": 1621513140,
          "dir": 1,
          "entryPrice": 1870.408,
          "exitPrice": 1868.428,
          "stopDistance": 1.98,
          "outcome": "stop",
          "netR": -1.2121,
          "holdMinutes": 69
        },
        {
          "entryTs": 1621515900,
          "entryUtc": "2021-05-20T13:05:00.000Z",
          "exitTs": 1621518600,
          "dir": 1,
          "entryPrice": 1871.898,
          "exitPrice": 1876.862,
          "stopDistance": 2.482,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 45
        },
        {
          "entryTs": 1621540800,
          "entryUtc": "2021-05-20T20:00:00.000Z",
          "exitTs": 1621541400,
          "dir": 1,
          "entryPrice": 1878.475,
          "exitPrice": 1877.012,
          "stopDistance": 1.463,
          "outcome": "stop",
          "netR": -1.2871,
          "holdMinutes": 10
        },
        {
          "entryTs": 1621568100,
          "entryUtc": "2021-05-21T03:35:00.000Z",
          "exitTs": 1621570980,
          "dir": 1,
          "entryPrice": 1873.195,
          "exitPrice": 1875.707,
          "stopDistance": 1.256,
          "outcome": "target",
          "netR": 1.7054,
          "holdMinutes": 48
        },
        {
          "entryTs": 1621584300,
          "entryUtc": "2021-05-21T08:05:00.000Z",
          "exitTs": 1621589880,
          "dir": 1,
          "entryPrice": 1875.915,
          "exitPrice": 1878.57,
          "stopDistance": 1.328,
          "outcome": "target",
          "netR": 1.7213,
          "holdMinutes": 93
        },
        {
          "entryTs": 1621618200,
          "entryUtc": "2021-05-21T17:30:00.000Z",
          "exitTs": 1621624080,
          "dir": 1,
          "entryPrice": 1876.195,
          "exitPrice": 1880.707,
          "stopDistance": 2.256,
          "outcome": "target",
          "netR": 1.836,
          "holdMinutes": 98
        },
        {
          "entryTs": 1621818300,
          "entryUtc": "2021-05-24T01:05:00.000Z",
          "exitTs": 1621821240,
          "dir": 1,
          "entryPrice": 1883.008,
          "exitPrice": 1886.429,
          "stopDistance": 1.71,
          "outcome": "target",
          "netR": 1.7837,
          "holdMinutes": 49
        },
        {
          "entryTs": 1621832100,
          "entryUtc": "2021-05-24T04:55:00.000Z",
          "exitTs": 1621835100,
          "dir": 1,
          "entryPrice": 1884.198,
          "exitPrice": 1885.919,
          "stopDistance": 0.861,
          "outcome": "target",
          "netR": 1.5701,
          "holdMinutes": 50
        },
        {
          "entryTs": 1621850700,
          "entryUtc": "2021-05-24T10:05:00.000Z",
          "exitTs": 1621856460,
          "dir": 1,
          "entryPrice": 1881.208,
          "exitPrice": 1879.613,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2633,
          "holdMinutes": 96
        },
        {
          "entryTs": 1621858200,
          "entryUtc": "2021-05-24T12:10:00.000Z",
          "exitTs": 1621859520,
          "dir": 1,
          "entryPrice": 1882.758,
          "exitPrice": 1885.866,
          "stopDistance": 1.554,
          "outcome": "target",
          "netR": 1.7619,
          "holdMinutes": 22
        },
        {
          "entryTs": 1621863900,
          "entryUtc": "2021-05-24T13:45:00.000Z",
          "exitTs": 1621863960,
          "dir": 1,
          "entryPrice": 1883.468,
          "exitPrice": 1880.637,
          "stopDistance": 2.831,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 1
        },
        {
          "entryTs": 1621866300,
          "entryUtc": "2021-05-24T14:25:00.000Z",
          "exitTs": 1621896300,
          "dir": 1,
          "entryPrice": 1882.898,
          "exitPrice": 1880.688,
          "stopDistance": 3.225,
          "outcome": "time",
          "netR": -0.7999,
          "holdMinutes": 500
        },
        {
          "entryTs": 1621911300,
          "entryUtc": "2021-05-25T02:55:00.000Z",
          "exitTs": 1621920840,
          "dir": 1,
          "entryPrice": 1876.828,
          "exitPrice": 1875.233,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2634,
          "holdMinutes": 159
        },
        {
          "entryTs": 1621924800,
          "entryUtc": "2021-05-25T06:40:00.000Z",
          "exitTs": 1621925100,
          "dir": 1,
          "entryPrice": 1882.415,
          "exitPrice": 1885.967,
          "stopDistance": 1.776,
          "outcome": "target",
          "netR": 1.7917,
          "holdMinutes": 5
        },
        {
          "entryTs": 1621932900,
          "entryUtc": "2021-05-25T08:55:00.000Z",
          "exitTs": 1621943040,
          "dir": 1,
          "entryPrice": 1883.058,
          "exitPrice": 1881.058,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 169
        },
        {
          "entryTs": 1621944900,
          "entryUtc": "2021-05-25T12:15:00.000Z",
          "exitTs": 1621945320,
          "dir": 1,
          "entryPrice": 1883.788,
          "exitPrice": 1882.14,
          "stopDistance": 1.648,
          "outcome": "stop",
          "netR": -1.2548,
          "holdMinutes": 7
        },
        {
          "entryTs": 1621950600,
          "entryUtc": "2021-05-25T13:50:00.000Z",
          "exitTs": 1621951380,
          "dir": 1,
          "entryPrice": 1885.548,
          "exitPrice": 1891.507,
          "stopDistance": 2.98,
          "outcome": "target",
          "netR": 1.8758,
          "holdMinutes": 13
        },
        {
          "entryTs": 1621988400,
          "entryUtc": "2021-05-26T00:20:00.000Z",
          "exitTs": 1621989780,
          "dir": 1,
          "entryPrice": 1899.465,
          "exitPrice": 1898.45,
          "stopDistance": 1.015,
          "outcome": "stop",
          "netR": -1.4137,
          "holdMinutes": 23
        },
        {
          "entryTs": 1621991100,
          "entryUtc": "2021-05-26T01:05:00.000Z",
          "exitTs": 1621994760,
          "dir": 1,
          "entryPrice": 1901.498,
          "exitPrice": 1904.637,
          "stopDistance": 1.57,
          "outcome": "target",
          "netR": 1.7643,
          "holdMinutes": 61
        },
        {
          "entryTs": 1622012100,
          "entryUtc": "2021-05-26T06:55:00.000Z",
          "exitTs": 1622015460,
          "dir": 1,
          "entryPrice": 1906.198,
          "exitPrice": 1910.006,
          "stopDistance": 1.904,
          "outcome": "target",
          "netR": 1.8057,
          "holdMinutes": 56
        },
        {
          "entryTs": 1622022900,
          "entryUtc": "2021-05-26T09:55:00.000Z",
          "exitTs": 1622028540,
          "dir": 1,
          "entryPrice": 1907.475,
          "exitPrice": 1905.571,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 94
        },
        {
          "entryTs": 1622031900,
          "entryUtc": "2021-05-26T12:25:00.000Z",
          "exitTs": 1622034060,
          "dir": 1,
          "entryPrice": 1909.038,
          "exitPrice": 1906.941,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2003,
          "holdMinutes": 36
        },
        {
          "entryTs": 1622059800,
          "entryUtc": "2021-05-26T20:10:00.000Z",
          "exitTs": 1622076180,
          "dir": 1,
          "entryPrice": 1895.958,
          "exitPrice": 1894.517,
          "stopDistance": 1.441,
          "outcome": "stop",
          "netR": -1.2915,
          "holdMinutes": 273
        },
        {
          "entryTs": 1622082300,
          "entryUtc": "2021-05-27T02:25:00.000Z",
          "exitTs": 1622089560,
          "dir": 1,
          "entryPrice": 1895.058,
          "exitPrice": 1898.237,
          "stopDistance": 1.589,
          "outcome": "target",
          "netR": 1.7672,
          "holdMinutes": 121
        },
        {
          "entryTs": 1622098200,
          "entryUtc": "2021-05-27T06:50:00.000Z",
          "exitTs": 1622100720,
          "dir": 1,
          "entryPrice": 1899.855,
          "exitPrice": 1898.192,
          "stopDistance": 1.663,
          "outcome": "stop",
          "netR": -1.2525,
          "holdMinutes": 42
        },
        {
          "entryTs": 1622119200,
          "entryUtc": "2021-05-27T12:40:00.000Z",
          "exitTs": 1622121600,
          "dir": 1,
          "entryPrice": 1896.134,
          "exitPrice": 1892.886,
          "stopDistance": 3.248,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 40
        },
        {
          "entryTs": 1622130300,
          "entryUtc": "2021-05-27T15:45:00.000Z",
          "exitTs": 1622132820,
          "dir": 1,
          "entryPrice": 1893.368,
          "exitPrice": 1890.425,
          "stopDistance": 2.943,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 42
        },
        {
          "entryTs": 1622135400,
          "entryUtc": "2021-05-27T17:10:00.000Z",
          "exitTs": 1622137140,
          "dir": 1,
          "entryPrice": 1893.018,
          "exitPrice": 1896.793,
          "stopDistance": 1.887,
          "outcome": "target",
          "netR": 1.804,
          "holdMinutes": 29
        },
        {
          "entryTs": 1622158800,
          "entryUtc": "2021-05-27T23:40:00.000Z",
          "exitTs": 1622160360,
          "dir": 1,
          "entryPrice": 1897.425,
          "exitPrice": 1896.601,
          "stopDistance": 0.824,
          "outcome": "stop",
          "netR": -1.51,
          "holdMinutes": 26
        },
        {
          "entryTs": 1622189400,
          "entryUtc": "2021-05-28T08:10:00.000Z",
          "exitTs": 1622189760,
          "dir": 1,
          "entryPrice": 1892.105,
          "exitPrice": 1890.369,
          "stopDistance": 1.736,
          "outcome": "stop",
          "netR": -1.242,
          "holdMinutes": 6
        },
        {
          "entryTs": 1622206500,
          "entryUtc": "2021-05-28T12:55:00.000Z",
          "exitTs": 1622210400,
          "dir": 1,
          "entryPrice": 1893.185,
          "exitPrice": 1900.148,
          "stopDistance": 3.481,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 65
        },
        {
          "entryTs": 1622217900,
          "entryUtc": "2021-05-28T16:05:00.000Z",
          "exitTs": 1622221320,
          "dir": 1,
          "entryPrice": 1897.098,
          "exitPrice": 1901.817,
          "stopDistance": 2.36,
          "outcome": "target",
          "netR": 1.8432,
          "holdMinutes": 57
        },
        {
          "entryTs": 1622422500,
          "entryUtc": "2021-05-31T00:55:00.000Z",
          "exitTs": 1622422800,
          "dir": 1,
          "entryPrice": 1904.365,
          "exitPrice": 1906.684,
          "stopDistance": 1.16,
          "outcome": "target",
          "netR": 1.6809,
          "holdMinutes": 5
        },
        {
          "entryTs": 1622449800,
          "entryUtc": "2021-05-31T08:30:00.000Z",
          "exitTs": 1622454060,
          "dir": 1,
          "entryPrice": 1906.028,
          "exitPrice": 1904.727,
          "stopDistance": 1.301,
          "outcome": "stop",
          "netR": -1.3229,
          "holdMinutes": 71
        },
        {
          "entryTs": 1622454600,
          "entryUtc": "2021-05-31T09:50:00.000Z",
          "exitTs": 1622454840,
          "dir": 1,
          "entryPrice": 1905.685,
          "exitPrice": 1904.416,
          "stopDistance": 1.269,
          "outcome": "stop",
          "netR": -1.3309,
          "holdMinutes": 4
        },
        {
          "entryTs": 1622462400,
          "entryUtc": "2021-05-31T12:00:00.000Z",
          "exitTs": 1622498400,
          "dir": 1,
          "entryPrice": 1904.625,
          "exitPrice": 1907.417,
          "stopDistance": 1.396,
          "outcome": "target",
          "netR": 1.7349,
          "holdMinutes": 600
        },
        {
          "entryTs": 1622510100,
          "entryUtc": "2021-06-01T01:15:00.000Z",
          "exitTs": 1622511360,
          "dir": 1,
          "entryPrice": 1908.028,
          "exitPrice": 1910.835,
          "stopDistance": 1.404,
          "outcome": "target",
          "netR": 1.7364,
          "holdMinutes": 21
        },
        {
          "entryTs": 1622520900,
          "entryUtc": "2021-06-01T04:15:00.000Z",
          "exitTs": 1622522760,
          "dir": 1,
          "entryPrice": 1912.055,
          "exitPrice": 1910.878,
          "stopDistance": 1.177,
          "outcome": "stop",
          "netR": -1.357,
          "holdMinutes": 31
        },
        {
          "entryTs": 1622526900,
          "entryUtc": "2021-06-01T05:55:00.000Z",
          "exitTs": 1622528280,
          "dir": 1,
          "entryPrice": 1912.608,
          "exitPrice": 1915.035,
          "stopDistance": 1.213,
          "outcome": "target",
          "netR": 1.6951,
          "holdMinutes": 23
        },
        {
          "entryTs": 1622547900,
          "entryUtc": "2021-06-01T11:45:00.000Z",
          "exitTs": 1622554500,
          "dir": 1,
          "entryPrice": 1908.345,
          "exitPrice": 1906.524,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2307,
          "holdMinutes": 110
        },
        {
          "entryTs": 1622563800,
          "entryUtc": "2021-06-01T16:10:00.000Z",
          "exitTs": 1622574360,
          "dir": 1,
          "entryPrice": 1902.228,
          "exitPrice": 1899.34,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 176
        },
        {
          "entryTs": 1622594700,
          "entryUtc": "2021-06-02T00:45:00.000Z",
          "exitTs": 1622594940,
          "dir": 1,
          "entryPrice": 1899.538,
          "exitPrice": 1898.648,
          "stopDistance": 0.89,
          "outcome": "stop",
          "netR": -1.4718,
          "holdMinutes": 4
        },
        {
          "entryTs": 1622595600,
          "entryUtc": "2021-06-02T01:00:00.000Z",
          "exitTs": 1622595840,
          "dir": 1,
          "entryPrice": 1898.788,
          "exitPrice": 1900.623,
          "stopDistance": 0.917,
          "outcome": "target",
          "netR": 1.5967,
          "holdMinutes": 4
        },
        {
          "entryTs": 1622601600,
          "entryUtc": "2021-06-02T02:40:00.000Z",
          "exitTs": 1622602800,
          "dir": 1,
          "entryPrice": 1900.028,
          "exitPrice": 1898.437,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 20
        },
        {
          "entryTs": 1622612700,
          "entryUtc": "2021-06-02T05:45:00.000Z",
          "exitTs": 1622613600,
          "dir": 1,
          "entryPrice": 1898.855,
          "exitPrice": 1897.496,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.3092,
          "holdMinutes": 15
        },
        {
          "entryTs": 1622617800,
          "entryUtc": "2021-06-02T07:10:00.000Z",
          "exitTs": 1622622960,
          "dir": 1,
          "entryPrice": 1898.248,
          "exitPrice": 1896.457,
          "stopDistance": 1.791,
          "outcome": "stop",
          "netR": -1.2345,
          "holdMinutes": 86
        },
        {
          "entryTs": 1622634300,
          "entryUtc": "2021-06-02T11:45:00.000Z",
          "exitTs": 1622635200,
          "dir": 1,
          "entryPrice": 1898.045,
          "exitPrice": 1901.306,
          "stopDistance": 1.631,
          "outcome": "target",
          "netR": 1.7731,
          "holdMinutes": 15
        },
        {
          "entryTs": 1622648400,
          "entryUtc": "2021-06-02T15:40:00.000Z",
          "exitTs": 1622764800,
          "dir": 1,
          "entryPrice": 1905.568,
          "exitPrice": 1903.362,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 1940
        },
        {
          "entryTs": 1622782800,
          "entryUtc": "2021-06-04T05:00:00.000Z",
          "exitTs": 1622783820,
          "dir": -1,
          "entryPrice": 1868.268,
          "exitPrice": 1869.602,
          "stopDistance": 1.334,
          "outcome": "stop",
          "netR": -1.3147,
          "holdMinutes": 17
        },
        {
          "entryTs": 1622785800,
          "entryUtc": "2021-06-04T05:50:00.000Z",
          "exitTs": 1622786460,
          "dir": -1,
          "entryPrice": 1866.938,
          "exitPrice": 1868.707,
          "stopDistance": 1.769,
          "outcome": "stop",
          "netR": -1.2374,
          "holdMinutes": 11
        },
        {
          "entryTs": 1622794500,
          "entryUtc": "2021-06-04T08:15:00.000Z",
          "exitTs": 1622808120,
          "dir": -1,
          "entryPrice": 1870.278,
          "exitPrice": 1872.47,
          "stopDistance": 2.192,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 227
        },
        {
          "entryTs": 1622830800,
          "entryUtc": "2021-06-04T18:20:00.000Z",
          "exitTs": 1623016800,
          "dir": 1,
          "entryPrice": 1890.328,
          "exitPrice": 1890.188,
          "stopDistance": 1.226,
          "outcome": "time",
          "netR": -0.4161,
          "holdMinutes": 3100
        },
        {
          "entryTs": 1623053400,
          "entryUtc": "2021-06-07T08:10:00.000Z",
          "exitTs": 1623054480,
          "dir": -1,
          "entryPrice": 1882.438,
          "exitPrice": 1884.241,
          "stopDistance": 1.803,
          "outcome": "stop",
          "netR": -1.2329,
          "holdMinutes": 18
        },
        {
          "entryTs": 1623058500,
          "entryUtc": "2021-06-07T09:35:00.000Z",
          "exitTs": 1623059520,
          "dir": -1,
          "entryPrice": 1882.945,
          "exitPrice": 1884.785,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 17
        },
        {
          "entryTs": 1623108300,
          "entryUtc": "2021-06-07T23:25:00.000Z",
          "exitTs": 1623109980,
          "dir": 1,
          "entryPrice": 1899.138,
          "exitPrice": 1898.464,
          "stopDistance": 0.674,
          "outcome": "stop",
          "netR": -1.6229,
          "holdMinutes": 28
        },
        {
          "entryTs": 1623110700,
          "entryUtc": "2021-06-08T00:05:00.000Z",
          "exitTs": 1623113880,
          "dir": 1,
          "entryPrice": 1899.365,
          "exitPrice": 1900.815,
          "stopDistance": 0.725,
          "outcome": "target",
          "netR": 1.4896,
          "holdMinutes": 53
        },
        {
          "entryTs": 1623129000,
          "entryUtc": "2021-06-08T05:10:00.000Z",
          "exitTs": 1623129120,
          "dir": 1,
          "entryPrice": 1897.938,
          "exitPrice": 1896.902,
          "stopDistance": 1.036,
          "outcome": "stop",
          "netR": -1.4053,
          "holdMinutes": 2
        },
        {
          "entryTs": 1623135900,
          "entryUtc": "2021-06-08T07:05:00.000Z",
          "exitTs": 1623136380,
          "dir": 1,
          "entryPrice": 1897.778,
          "exitPrice": 1896.188,
          "stopDistance": 1.59,
          "outcome": "stop",
          "netR": -1.2641,
          "holdMinutes": 8
        },
        {
          "entryTs": 1623147900,
          "entryUtc": "2021-06-08T10:25:00.000Z",
          "exitTs": 1623152580,
          "dir": 1,
          "entryPrice": 1894.328,
          "exitPrice": 1897.738,
          "stopDistance": 1.705,
          "outcome": "target",
          "netR": 1.783,
          "holdMinutes": 78
        },
        {
          "entryTs": 1623164400,
          "entryUtc": "2021-06-08T15:00:00.000Z",
          "exitTs": 1623166860,
          "dir": 1,
          "entryPrice": 1894.608,
          "exitPrice": 1891.002,
          "stopDistance": 3.606,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 41
        },
        {
          "entryTs": 1623172800,
          "entryUtc": "2021-06-08T17:20:00.000Z",
          "exitTs": 1623200640,
          "dir": 1,
          "entryPrice": 1892.785,
          "exitPrice": 1895.899,
          "stopDistance": 1.557,
          "outcome": "target",
          "netR": 1.7623,
          "holdMinutes": 464
        },
        {
          "entryTs": 1623207600,
          "entryUtc": "2021-06-09T03:00:00.000Z",
          "exitTs": 1623211620,
          "dir": 1,
          "entryPrice": 1894.788,
          "exitPrice": 1893.463,
          "stopDistance": 1.325,
          "outcome": "stop",
          "netR": -1.317,
          "holdMinutes": 67
        },
        {
          "entryTs": 1623216000,
          "entryUtc": "2021-06-09T05:20:00.000Z",
          "exitTs": 1623216600,
          "dir": 1,
          "entryPrice": 1894.685,
          "exitPrice": 1893.704,
          "stopDistance": 0.981,
          "outcome": "stop",
          "netR": -1.4281,
          "holdMinutes": 10
        },
        {
          "entryTs": 1623226200,
          "entryUtc": "2021-06-09T08:10:00.000Z",
          "exitTs": 1623226380,
          "dir": 1,
          "entryPrice": 1893.328,
          "exitPrice": 1891.739,
          "stopDistance": 1.589,
          "outcome": "stop",
          "netR": -1.2643,
          "holdMinutes": 3
        },
        {
          "entryTs": 1623236400,
          "entryUtc": "2021-06-09T11:00:00.000Z",
          "exitTs": 1623237840,
          "dir": -1,
          "entryPrice": 1889.364,
          "exitPrice": 1890.735,
          "stopDistance": 1.371,
          "outcome": "stop",
          "netR": -1.3064,
          "holdMinutes": 24
        },
        {
          "entryTs": 1623261300,
          "entryUtc": "2021-06-09T17:55:00.000Z",
          "exitTs": 1623270780,
          "dir": -1,
          "entryPrice": 1891.138,
          "exitPrice": 1888.512,
          "stopDistance": 1.313,
          "outcome": "target",
          "netR": 1.7182,
          "holdMinutes": 158
        },
        {
          "entryTs": 1623290700,
          "entryUtc": "2021-06-10T02:05:00.000Z",
          "exitTs": 1623294660,
          "dir": -1,
          "entryPrice": 1885.848,
          "exitPrice": 1887.394,
          "stopDistance": 1.546,
          "outcome": "stop",
          "netR": -1.2717,
          "holdMinutes": 66
        },
        {
          "entryTs": 1623298800,
          "entryUtc": "2021-06-10T04:20:00.000Z",
          "exitTs": 1623302160,
          "dir": -1,
          "entryPrice": 1885.824,
          "exitPrice": 1886.852,
          "stopDistance": 1.028,
          "outcome": "stop",
          "netR": -1.4086,
          "holdMinutes": 56
        },
        {
          "entryTs": 1623303600,
          "entryUtc": "2021-06-10T05:40:00.000Z",
          "exitTs": 1623303720,
          "dir": -1,
          "entryPrice": 1885.978,
          "exitPrice": 1883.749,
          "stopDistance": 1.115,
          "outcome": "target",
          "netR": 1.6681,
          "holdMinutes": 2
        },
        {
          "entryTs": 1623308100,
          "entryUtc": "2021-06-10T06:55:00.000Z",
          "exitTs": 1623309840,
          "dir": -1,
          "entryPrice": 1885.058,
          "exitPrice": 1881.763,
          "stopDistance": 1.647,
          "outcome": "target",
          "netR": 1.7754,
          "holdMinutes": 29
        },
        {
          "entryTs": 1623318600,
          "entryUtc": "2021-06-10T09:50:00.000Z",
          "exitTs": 1623326040,
          "dir": -1,
          "entryPrice": 1880.278,
          "exitPrice": 1876.938,
          "stopDistance": 1.67,
          "outcome": "target",
          "netR": 1.7784,
          "holdMinutes": 124
        },
        {
          "entryTs": 1623369300,
          "entryUtc": "2021-06-10T23:55:00.000Z",
          "exitTs": 1623369600,
          "dir": 1,
          "entryPrice": 1898.674,
          "exitPrice": 1897.842,
          "stopDistance": 0.832,
          "outcome": "stop",
          "netR": -1.505,
          "holdMinutes": 5
        },
        {
          "entryTs": 1623370500,
          "entryUtc": "2021-06-11T00:15:00.000Z",
          "exitTs": 1623371220,
          "dir": 1,
          "entryPrice": 1898.558,
          "exitPrice": 1897.568,
          "stopDistance": 0.99,
          "outcome": "stop",
          "netR": -1.4242,
          "holdMinutes": 12
        },
        {
          "entryTs": 1623372600,
          "entryUtc": "2021-06-11T00:50:00.000Z",
          "exitTs": 1623373680,
          "dir": 1,
          "entryPrice": 1898.548,
          "exitPrice": 1897.549,
          "stopDistance": 0.999,
          "outcome": "stop",
          "netR": -1.4206,
          "holdMinutes": 18
        },
        {
          "entryTs": 1623387600,
          "entryUtc": "2021-06-11T05:00:00.000Z",
          "exitTs": 1623389100,
          "dir": 1,
          "entryPrice": 1900.078,
          "exitPrice": 1899.232,
          "stopDistance": 0.846,
          "outcome": "stop",
          "netR": -1.4962,
          "holdMinutes": 25
        },
        {
          "entryTs": 1623624900,
          "entryUtc": "2021-06-13T22:55:00.000Z",
          "exitTs": 1623629160,
          "dir": -1,
          "entryPrice": 1874.698,
          "exitPrice": 1872.23,
          "stopDistance": 1.234,
          "outcome": "target",
          "netR": 1.7002,
          "holdMinutes": 71
        },
        {
          "entryTs": 1623647100,
          "entryUtc": "2021-06-14T05:05:00.000Z",
          "exitTs": 1623650520,
          "dir": -1,
          "entryPrice": 1863.808,
          "exitPrice": 1865.706,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 57
        },
        {
          "entryTs": 1623651300,
          "entryUtc": "2021-06-14T06:15:00.000Z",
          "exitTs": 1623652800,
          "dir": -1,
          "entryPrice": 1863.305,
          "exitPrice": 1859.081,
          "stopDistance": 2.112,
          "outcome": "target",
          "netR": 1.8248,
          "holdMinutes": 25
        },
        {
          "entryTs": 1623665100,
          "entryUtc": "2021-06-14T10:05:00.000Z",
          "exitTs": 1623672180,
          "dir": -1,
          "entryPrice": 1856.018,
          "exitPrice": 1851.868,
          "stopDistance": 2.075,
          "outcome": "target",
          "netR": 1.8217,
          "holdMinutes": 118
        },
        {
          "entryTs": 1623693300,
          "entryUtc": "2021-06-14T17:55:00.000Z",
          "exitTs": 1623695880,
          "dir": -1,
          "entryPrice": 1863.565,
          "exitPrice": 1864.797,
          "stopDistance": 1.232,
          "outcome": "stop",
          "netR": -1.3408,
          "holdMinutes": 43
        },
        {
          "entryTs": 1623715800,
          "entryUtc": "2021-06-15T00:10:00.000Z",
          "exitTs": 1623716940,
          "dir": -1,
          "entryPrice": 1866.058,
          "exitPrice": 1867.081,
          "stopDistance": 1.023,
          "outcome": "stop",
          "netR": -1.4104,
          "holdMinutes": 19
        },
        {
          "entryTs": 1623726000,
          "entryUtc": "2021-06-15T03:00:00.000Z",
          "exitTs": 1623729780,
          "dir": -1,
          "entryPrice": 1862.138,
          "exitPrice": 1863.986,
          "stopDistance": 1.848,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 63
        },
        {
          "entryTs": 1623744300,
          "entryUtc": "2021-06-15T08:05:00.000Z",
          "exitTs": 1623745140,
          "dir": -1,
          "entryPrice": 1865.485,
          "exitPrice": 1862.364,
          "stopDistance": 1.56,
          "outcome": "target",
          "netR": 1.7629,
          "holdMinutes": 14
        },
        {
          "entryTs": 1623755400,
          "entryUtc": "2021-06-15T11:10:00.000Z",
          "exitTs": 1623758880,
          "dir": -1,
          "entryPrice": 1864.235,
          "exitPrice": 1865.81,
          "stopDistance": 1.575,
          "outcome": "stop",
          "netR": -1.2667,
          "holdMinutes": 58
        },
        {
          "entryTs": 1623766200,
          "entryUtc": "2021-06-15T14:10:00.000Z",
          "exitTs": 1623772740,
          "dir": -1,
          "entryPrice": 1862.798,
          "exitPrice": 1856.767,
          "stopDistance": 3.015,
          "outcome": "target",
          "netR": 1.8773,
          "holdMinutes": 109
        },
        {
          "entryTs": 1623799800,
          "entryUtc": "2021-06-15T23:30:00.000Z",
          "exitTs": 1623801720,
          "dir": -1,
          "entryPrice": 1858.598,
          "exitPrice": 1856.917,
          "stopDistance": 0.841,
          "outcome": "target",
          "netR": 1.5598,
          "holdMinutes": 32
        },
        {
          "entryTs": 1623827400,
          "entryUtc": "2021-06-16T07:10:00.000Z",
          "exitTs": 1623828180,
          "dir": -1,
          "entryPrice": 1857.948,
          "exitPrice": 1859.507,
          "stopDistance": 1.559,
          "outcome": "stop",
          "netR": -1.2695,
          "holdMinutes": 13
        },
        {
          "entryTs": 1623832800,
          "entryUtc": "2021-06-16T08:40:00.000Z",
          "exitTs": 1623833160,
          "dir": -1,
          "entryPrice": 1858.528,
          "exitPrice": 1859.877,
          "stopDistance": 1.35,
          "outcome": "stop",
          "netR": -1.3112,
          "holdMinutes": 6
        },
        {
          "entryTs": 1623839100,
          "entryUtc": "2021-06-16T10:25:00.000Z",
          "exitTs": 1623840660,
          "dir": -1,
          "entryPrice": 1858.658,
          "exitPrice": 1856.111,
          "stopDistance": 1.274,
          "outcome": "target",
          "netR": 1.7095,
          "holdMinutes": 26
        },
        {
          "entryTs": 1623854700,
          "entryUtc": "2021-06-16T14:45:00.000Z",
          "exitTs": 1623857640,
          "dir": -1,
          "entryPrice": 1856.248,
          "exitPrice": 1858.659,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 49
        },
        {
          "entryTs": 1623864000,
          "entryUtc": "2021-06-16T17:20:00.000Z",
          "exitTs": 1623864240,
          "dir": -1,
          "entryPrice": 1857.838,
          "exitPrice": 1859.483,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2553,
          "holdMinutes": 4
        },
        {
          "entryTs": 1623866700,
          "entryUtc": "2021-06-16T18:05:00.000Z",
          "exitTs": 1623867300,
          "dir": -1,
          "entryPrice": 1845.838,
          "exitPrice": 1838.819,
          "stopDistance": 3.51,
          "outcome": "target",
          "netR": 1.8946,
          "holdMinutes": 10
        },
        {
          "entryTs": 1623888300,
          "entryUtc": "2021-06-17T00:05:00.000Z",
          "exitTs": 1623893400,
          "dir": -1,
          "entryPrice": 1816.815,
          "exitPrice": 1819.706,
          "stopDistance": 2.891,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 85
        },
        {
          "entryTs": 1623902700,
          "entryUtc": "2021-06-17T04:05:00.000Z",
          "exitTs": 1623908160,
          "dir": -1,
          "entryPrice": 1821.038,
          "exitPrice": 1817.865,
          "stopDistance": 1.586,
          "outcome": "target",
          "netR": 1.7668,
          "holdMinutes": 91
        },
        {
          "entryTs": 1623958800,
          "entryUtc": "2021-06-17T19:40:00.000Z",
          "exitTs": 1623959880,
          "dir": -1,
          "entryPrice": 1776.348,
          "exitPrice": 1772.002,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8297,
          "holdMinutes": 18
        },
        {
          "entryTs": 1623973500,
          "entryUtc": "2021-06-17T23:45:00.000Z",
          "exitTs": 1623973920,
          "dir": -1,
          "entryPrice": 1774.538,
          "exitPrice": 1775.955,
          "stopDistance": 1.417,
          "outcome": "stop",
          "netR": -1.2965,
          "holdMinutes": 7
        },
        {
          "entryTs": 1623992700,
          "entryUtc": "2021-06-18T05:05:00.000Z",
          "exitTs": 1623995280,
          "dir": -1,
          "entryPrice": 1783.665,
          "exitPrice": 1785.195,
          "stopDistance": 1.53,
          "outcome": "stop",
          "netR": -1.2744,
          "holdMinutes": 43
        },
        {
          "entryTs": 1623996600,
          "entryUtc": "2021-06-18T06:10:00.000Z",
          "exitTs": 1623996780,
          "dir": -1,
          "entryPrice": 1783.058,
          "exitPrice": 1784.947,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 3
        },
        {
          "entryTs": 1623999000,
          "entryUtc": "2021-06-18T06:50:00.000Z",
          "exitTs": 1623999660,
          "dir": -1,
          "entryPrice": 1782.937,
          "exitPrice": 1785.099,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 11
        },
        {
          "entryTs": 1624018800,
          "entryUtc": "2021-06-18T12:20:00.000Z",
          "exitTs": 1624019040,
          "dir": -1,
          "entryPrice": 1788.582,
          "exitPrice": 1783.382,
          "stopDistance": 2.6,
          "outcome": "target",
          "netR": 1.8577,
          "holdMinutes": 4
        },
        {
          "entryTs": 1624250100,
          "entryUtc": "2021-06-21T04:35:00.000Z",
          "exitTs": 1624252560,
          "dir": -1,
          "entryPrice": 1773.628,
          "exitPrice": 1770.418,
          "stopDistance": 1.605,
          "outcome": "target",
          "netR": 1.7695,
          "holdMinutes": 41
        },
        {
          "entryTs": 1624276200,
          "entryUtc": "2021-06-21T11:50:00.000Z",
          "exitTs": 1624277760,
          "dir": -1,
          "entryPrice": 1782.788,
          "exitPrice": 1778.605,
          "stopDistance": 2.092,
          "outcome": "target",
          "netR": 1.8231,
          "holdMinutes": 26
        },
        {
          "entryTs": 1624296600,
          "entryUtc": "2021-06-21T17:30:00.000Z",
          "exitTs": 1624302000,
          "dir": -1,
          "entryPrice": 1782.748,
          "exitPrice": 1784.566,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 90
        },
        {
          "entryTs": 1624304400,
          "entryUtc": "2021-06-21T19:40:00.000Z",
          "exitTs": 1624312860,
          "dir": -1,
          "entryPrice": 1782.578,
          "exitPrice": 1783.805,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3422,
          "holdMinutes": 141
        },
        {
          "entryTs": 1624319400,
          "entryUtc": "2021-06-21T23:50:00.000Z",
          "exitTs": 1624321500,
          "dir": -1,
          "entryPrice": 1784.008,
          "exitPrice": 1785.361,
          "stopDistance": 1.353,
          "outcome": "stop",
          "netR": -1.3105,
          "holdMinutes": 35
        },
        {
          "entryTs": 1624322700,
          "entryUtc": "2021-06-22T00:45:00.000Z",
          "exitTs": 1624323300,
          "dir": -1,
          "entryPrice": 1784.178,
          "exitPrice": 1785.544,
          "stopDistance": 1.366,
          "outcome": "stop",
          "netR": -1.3075,
          "holdMinutes": 10
        },
        {
          "entryTs": 1624324800,
          "entryUtc": "2021-06-22T01:20:00.000Z",
          "exitTs": 1624326480,
          "dir": -1,
          "entryPrice": 1783.718,
          "exitPrice": 1785.356,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2565,
          "holdMinutes": 28
        },
        {
          "entryTs": 1624338600,
          "entryUtc": "2021-06-22T05:10:00.000Z",
          "exitTs": 1624339200,
          "dir": -1,
          "entryPrice": 1785.748,
          "exitPrice": 1783.366,
          "stopDistance": 1.191,
          "outcome": "target",
          "netR": 1.6893,
          "holdMinutes": 10
        },
        {
          "entryTs": 1624355100,
          "entryUtc": "2021-06-22T09:45:00.000Z",
          "exitTs": 1624356360,
          "dir": -1,
          "entryPrice": 1778.488,
          "exitPrice": 1780.406,
          "stopDistance": 1.918,
          "outcome": "stop",
          "netR": -1.219,
          "holdMinutes": 21
        },
        {
          "entryTs": 1624363200,
          "entryUtc": "2021-06-22T12:00:00.000Z",
          "exitTs": 1624363500,
          "dir": -1,
          "entryPrice": 1780.468,
          "exitPrice": 1782.403,
          "stopDistance": 1.935,
          "outcome": "stop",
          "netR": -1.217,
          "holdMinutes": 5
        },
        {
          "entryTs": 1624376400,
          "entryUtc": "2021-06-22T15:40:00.000Z",
          "exitTs": 1624377900,
          "dir": -1,
          "entryPrice": 1774.878,
          "exitPrice": 1777.296,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 25
        },
        {
          "entryTs": 1624383000,
          "entryUtc": "2021-06-22T17:30:00.000Z",
          "exitTs": 1624384020,
          "dir": -1,
          "entryPrice": 1777.535,
          "exitPrice": 1779.023,
          "stopDistance": 1.488,
          "outcome": "stop",
          "netR": -1.2822,
          "holdMinutes": 17
        },
        {
          "entryTs": 1624390800,
          "entryUtc": "2021-06-22T19:40:00.000Z",
          "exitTs": 1624399260,
          "dir": -1,
          "entryPrice": 1777.808,
          "exitPrice": 1779.269,
          "stopDistance": 1.461,
          "outcome": "stop",
          "netR": -1.2874,
          "holdMinutes": 141
        },
        {
          "entryTs": 1624406100,
          "entryUtc": "2021-06-22T23:55:00.000Z",
          "exitTs": 1624407000,
          "dir": -1,
          "entryPrice": 1777.738,
          "exitPrice": 1778.604,
          "stopDistance": 0.866,
          "outcome": "stop",
          "netR": -1.4848,
          "holdMinutes": 15
        },
        {
          "entryTs": 1624425000,
          "entryUtc": "2021-06-23T05:10:00.000Z",
          "exitTs": 1624426320,
          "dir": -1,
          "entryPrice": 1780.198,
          "exitPrice": 1778.03,
          "stopDistance": 1.084,
          "outcome": "target",
          "netR": 1.6587,
          "holdMinutes": 22
        },
        {
          "entryTs": 1624429500,
          "entryUtc": "2021-06-23T06:25:00.000Z",
          "exitTs": 1624430400,
          "dir": -1,
          "entryPrice": 1779.648,
          "exitPrice": 1781.146,
          "stopDistance": 1.498,
          "outcome": "stop",
          "netR": -1.2803,
          "holdMinutes": 15
        },
        {
          "entryTs": 1624433400,
          "entryUtc": "2021-06-23T07:30:00.000Z",
          "exitTs": 1624433700,
          "dir": -1,
          "entryPrice": 1779.958,
          "exitPrice": 1781.672,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.245,
          "holdMinutes": 5
        },
        {
          "entryTs": 1624441800,
          "entryUtc": "2021-06-23T09:50:00.000Z",
          "exitTs": 1624450320,
          "dir": -1,
          "entryPrice": 1782.515,
          "exitPrice": 1784.244,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.243,
          "holdMinutes": 142
        },
        {
          "entryTs": 1624451700,
          "entryUtc": "2021-06-23T12:35:00.000Z",
          "exitTs": 1624452300,
          "dir": -1,
          "entryPrice": 1780.308,
          "exitPrice": 1782.829,
          "stopDistance": 2.522,
          "outcome": "stop",
          "netR": -1.1666,
          "holdMinutes": 10
        },
        {
          "entryTs": 1624461600,
          "entryUtc": "2021-06-23T15:20:00.000Z",
          "exitTs": 1624466340,
          "dir": -1,
          "entryPrice": 1788.188,
          "exitPrice": 1782.965,
          "stopDistance": 2.611,
          "outcome": "target",
          "netR": 1.8583,
          "holdMinutes": 79
        },
        {
          "entryTs": 1624490400,
          "entryUtc": "2021-06-23T23:20:00.000Z",
          "exitTs": 1624491180,
          "dir": -1,
          "entryPrice": 1776.688,
          "exitPrice": 1774.429,
          "stopDistance": 1.129,
          "outcome": "target",
          "netR": 1.6724,
          "holdMinutes": 13
        },
        {
          "entryTs": 1624497900,
          "entryUtc": "2021-06-24T01:25:00.000Z",
          "exitTs": 1624499580,
          "dir": -1,
          "entryPrice": 1776.198,
          "exitPrice": 1777.621,
          "stopDistance": 1.423,
          "outcome": "stop",
          "netR": -1.2951,
          "holdMinutes": 28
        },
        {
          "entryTs": 1624501800,
          "entryUtc": "2021-06-24T02:30:00.000Z",
          "exitTs": 1624509240,
          "dir": -1,
          "entryPrice": 1776.095,
          "exitPrice": 1773.087,
          "stopDistance": 1.504,
          "outcome": "target",
          "netR": 1.754,
          "holdMinutes": 124
        },
        {
          "entryTs": 1624520100,
          "entryUtc": "2021-06-24T07:35:00.000Z",
          "exitTs": 1624520220,
          "dir": -1,
          "entryPrice": 1775.298,
          "exitPrice": 1777.013,
          "stopDistance": 1.715,
          "outcome": "stop",
          "netR": -1.2448,
          "holdMinutes": 2
        },
        {
          "entryTs": 1624539600,
          "entryUtc": "2021-06-24T13:00:00.000Z",
          "exitTs": 1624540080,
          "dir": -1,
          "entryPrice": 1783.228,
          "exitPrice": 1785.65,
          "stopDistance": 2.422,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 8
        },
        {
          "entryTs": 1624542300,
          "entryUtc": "2021-06-24T13:45:00.000Z",
          "exitTs": 1624546140,
          "dir": -1,
          "entryPrice": 1783.058,
          "exitPrice": 1777.546,
          "stopDistance": 2.756,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 64
        },
        {
          "entryTs": 1624576500,
          "entryUtc": "2021-06-24T23:15:00.000Z",
          "exitTs": 1624582860,
          "dir": -1,
          "entryPrice": 1775.195,
          "exitPrice": 1776.001,
          "stopDistance": 0.806,
          "outcome": "stop",
          "netR": -1.5213,
          "holdMinutes": 106
        },
        {
          "entryTs": 1624593900,
          "entryUtc": "2021-06-25T04:05:00.000Z",
          "exitTs": 1624599000,
          "dir": -1,
          "entryPrice": 1777.348,
          "exitPrice": 1778.245,
          "stopDistance": 0.897,
          "outcome": "stop",
          "netR": -1.4681,
          "holdMinutes": 85
        },
        {
          "entryTs": 1624616100,
          "entryUtc": "2021-06-25T10:15:00.000Z",
          "exitTs": 1624619400,
          "dir": -1,
          "entryPrice": 1782.128,
          "exitPrice": 1783.514,
          "stopDistance": 1.386,
          "outcome": "stop",
          "netR": -1.303,
          "holdMinutes": 55
        },
        {
          "entryTs": 1624632600,
          "entryUtc": "2021-06-25T14:50:00.000Z",
          "exitTs": 1624636140,
          "dir": -1,
          "entryPrice": 1783.708,
          "exitPrice": 1778.243,
          "stopDistance": 2.732,
          "outcome": "target",
          "netR": 1.8646,
          "holdMinutes": 59
        },
        {
          "entryTs": 1624839300,
          "entryUtc": "2021-06-28T00:15:00.000Z",
          "exitTs": 1624843080,
          "dir": -1,
          "entryPrice": 1780.738,
          "exitPrice": 1779.006,
          "stopDistance": 0.866,
          "outcome": "target",
          "netR": 1.5727,
          "holdMinutes": 63
        },
        {
          "entryTs": 1624867800,
          "entryUtc": "2021-06-28T08:10:00.000Z",
          "exitTs": 1624868400,
          "dir": -1,
          "entryPrice": 1780.188,
          "exitPrice": 1776.978,
          "stopDistance": 1.605,
          "outcome": "target",
          "netR": 1.7695,
          "holdMinutes": 10
        },
        {
          "entryTs": 1624878900,
          "entryUtc": "2021-06-28T11:15:00.000Z",
          "exitTs": 1624880940,
          "dir": -1,
          "entryPrice": 1777.198,
          "exitPrice": 1774.426,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.733,
          "holdMinutes": 34
        },
        {
          "entryTs": 1624894800,
          "entryUtc": "2021-06-28T15:40:00.000Z",
          "exitTs": 1624924800,
          "dir": -1,
          "entryPrice": 1779.278,
          "exitPrice": 1777.828,
          "stopDistance": 2.445,
          "outcome": "time",
          "netR": 0.4417,
          "holdMinutes": 500
        },
        {
          "entryTs": 1624948500,
          "entryUtc": "2021-06-29T06:35:00.000Z",
          "exitTs": 1624949520,
          "dir": -1,
          "entryPrice": 1774.928,
          "exitPrice": 1776.177,
          "stopDistance": 1.249,
          "outcome": "stop",
          "netR": -1.3362,
          "holdMinutes": 17
        },
        {
          "entryTs": 1624962900,
          "entryUtc": "2021-06-29T10:35:00.000Z",
          "exitTs": 1624965360,
          "dir": -1,
          "entryPrice": 1769.688,
          "exitPrice": 1766.35,
          "stopDistance": 1.669,
          "outcome": "target",
          "netR": 1.7783,
          "holdMinutes": 41
        },
        {
          "entryTs": 1624970100,
          "entryUtc": "2021-06-29T12:35:00.000Z",
          "exitTs": 1624970580,
          "dir": -1,
          "entryPrice": 1765.908,
          "exitPrice": 1759.56,
          "stopDistance": 3.174,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 8
        },
        {
          "entryTs": 1624989300,
          "entryUtc": "2021-06-29T17:55:00.000Z",
          "exitTs": 1624990020,
          "dir": -1,
          "entryPrice": 1761.748,
          "exitPrice": 1763.409,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 12
        },
        {
          "entryTs": 1624993800,
          "entryUtc": "2021-06-29T19:10:00.000Z",
          "exitTs": 1625017500,
          "dir": -1,
          "entryPrice": 1761.258,
          "exitPrice": 1762.816,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2696,
          "holdMinutes": 395
        },
        {
          "entryTs": 1625023500,
          "entryUtc": "2021-06-30T03:25:00.000Z",
          "exitTs": 1625028000,
          "dir": -1,
          "entryPrice": 1761.768,
          "exitPrice": 1759.467,
          "stopDistance": 1.151,
          "outcome": "target",
          "netR": 1.6785,
          "holdMinutes": 75
        },
        {
          "entryTs": 1625037900,
          "entryUtc": "2021-06-30T07:25:00.000Z",
          "exitTs": 1625040060,
          "dir": -1,
          "entryPrice": 1757.948,
          "exitPrice": 1754.04,
          "stopDistance": 1.954,
          "outcome": "target",
          "netR": 1.8106,
          "holdMinutes": 36
        },
        {
          "entryTs": 1625056200,
          "entryUtc": "2021-06-30T12:30:00.000Z",
          "exitTs": 1625056620,
          "dir": -1,
          "entryPrice": 1756.258,
          "exitPrice": 1758.858,
          "stopDistance": 2.6,
          "outcome": "stop",
          "netR": -1.1616,
          "holdMinutes": 7
        },
        {
          "entryTs": 1625076900,
          "entryUtc": "2021-06-30T18:15:00.000Z",
          "exitTs": 1625081160,
          "dir": -1,
          "entryPrice": 1768.138,
          "exitPrice": 1769.98,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 71
        },
        {
          "entryTs": 1625085600,
          "entryUtc": "2021-06-30T20:40:00.000Z",
          "exitTs": 1625099040,
          "dir": -1,
          "entryPrice": 1769.495,
          "exitPrice": 1767.47,
          "stopDistance": 1.012,
          "outcome": "target",
          "netR": 1.6345,
          "holdMinutes": 224
        },
        {
          "entryTs": 1625116800,
          "entryUtc": "2021-07-01T05:20:00.000Z",
          "exitTs": 1625117580,
          "dir": -1,
          "entryPrice": 1774.118,
          "exitPrice": 1775.261,
          "stopDistance": 1.142,
          "outcome": "stop",
          "netR": -1.3676,
          "holdMinutes": 13
        },
        {
          "entryTs": 1625125200,
          "entryUtc": "2021-07-01T07:40:00.000Z",
          "exitTs": 1625126580,
          "dir": -1,
          "entryPrice": 1775.868,
          "exitPrice": 1777.85,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 23
        },
        {
          "entryTs": 1625127300,
          "entryUtc": "2021-07-01T08:15:00.000Z",
          "exitTs": 1625138100,
          "dir": -1,
          "entryPrice": 1775.798,
          "exitPrice": 1777.746,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 180
        },
        {
          "entryTs": 1625143200,
          "entryUtc": "2021-07-01T12:40:00.000Z",
          "exitTs": 1625143680,
          "dir": -1,
          "entryPrice": 1774.808,
          "exitPrice": 1777.406,
          "stopDistance": 2.598,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 8
        },
        {
          "entryTs": 1625149200,
          "entryUtc": "2021-07-01T14:20:00.000Z",
          "exitTs": 1625152740,
          "dir": -1,
          "entryPrice": 1776.068,
          "exitPrice": 1768.982,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 59
        },
        {
          "entryTs": 1625164800,
          "entryUtc": "2021-07-01T18:40:00.000Z",
          "exitTs": 1625165280,
          "dir": -1,
          "entryPrice": 1772.998,
          "exitPrice": 1774.515,
          "stopDistance": 1.517,
          "outcome": "stop",
          "netR": -1.2768,
          "holdMinutes": 8
        },
        {
          "entryTs": 1625181900,
          "entryUtc": "2021-07-01T23:25:00.000Z",
          "exitTs": 1625182920,
          "dir": -1,
          "entryPrice": 1775.348,
          "exitPrice": 1776.048,
          "stopDistance": 0.7,
          "outcome": "stop",
          "netR": -1.6003,
          "holdMinutes": 17
        },
        {
          "entryTs": 1625199600,
          "entryUtc": "2021-07-02T04:20:00.000Z",
          "exitTs": 1625204760,
          "dir": -1,
          "entryPrice": 1778.118,
          "exitPrice": 1778.993,
          "stopDistance": 0.875,
          "outcome": "stop",
          "netR": -1.4799,
          "holdMinutes": 86
        },
        {
          "entryTs": 1625205900,
          "entryUtc": "2021-07-02T06:05:00.000Z",
          "exitTs": 1625206980,
          "dir": -1,
          "entryPrice": 1777.578,
          "exitPrice": 1778.706,
          "stopDistance": 1.128,
          "outcome": "stop",
          "netR": -1.3723,
          "holdMinutes": 18
        },
        {
          "entryTs": 1625229900,
          "entryUtc": "2021-07-02T12:45:00.000Z",
          "exitTs": 1625233740,
          "dir": 1,
          "entryPrice": 1788.578,
          "exitPrice": 1783.977,
          "stopDistance": 4.601,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 64
        },
        {
          "entryTs": 1625447400,
          "entryUtc": "2021-07-05T01:10:00.000Z",
          "exitTs": 1625456280,
          "dir": 1,
          "entryPrice": 1787.898,
          "exitPrice": 1786.683,
          "stopDistance": 1.215,
          "outcome": "stop",
          "netR": -1.3457,
          "holdMinutes": 148
        },
        {
          "entryTs": 1625460600,
          "entryUtc": "2021-07-05T04:50:00.000Z",
          "exitTs": 1625461440,
          "dir": 1,
          "entryPrice": 1787.668,
          "exitPrice": 1786.754,
          "stopDistance": 0.914,
          "outcome": "stop",
          "netR": -1.4594,
          "holdMinutes": 14
        },
        {
          "entryTs": 1625463300,
          "entryUtc": "2021-07-05T05:35:00.000Z",
          "exitTs": 1625463360,
          "dir": 1,
          "entryPrice": 1787.478,
          "exitPrice": 1786.545,
          "stopDistance": 0.933,
          "outcome": "stop",
          "netR": -1.4503,
          "holdMinutes": 1
        },
        {
          "entryTs": 1625467200,
          "entryUtc": "2021-07-05T06:40:00.000Z",
          "exitTs": 1625468220,
          "dir": 1,
          "entryPrice": 1788.085,
          "exitPrice": 1790.906,
          "stopDistance": 1.411,
          "outcome": "target",
          "netR": 1.7377,
          "holdMinutes": 17
        },
        {
          "entryTs": 1625478300,
          "entryUtc": "2021-07-05T09:45:00.000Z",
          "exitTs": 1625479020,
          "dir": 1,
          "entryPrice": 1793.088,
          "exitPrice": 1791.363,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2434,
          "holdMinutes": 12
        },
        {
          "entryTs": 1625482200,
          "entryUtc": "2021-07-05T10:50:00.000Z",
          "exitTs": 1625484900,
          "dir": 1,
          "entryPrice": 1791.858,
          "exitPrice": 1790.481,
          "stopDistance": 1.377,
          "outcome": "stop",
          "netR": -1.305,
          "holdMinutes": 45
        },
        {
          "entryTs": 1625488500,
          "entryUtc": "2021-07-05T12:35:00.000Z",
          "exitTs": 1625495700,
          "dir": 1,
          "entryPrice": 1791.798,
          "exitPrice": 1790.386,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2975,
          "holdMinutes": 120
        },
        {
          "entryTs": 1625499300,
          "entryUtc": "2021-07-05T15:35:00.000Z",
          "exitTs": 1625500140,
          "dir": 1,
          "entryPrice": 1791.268,
          "exitPrice": 1790.091,
          "stopDistance": 1.177,
          "outcome": "stop",
          "netR": -1.3568,
          "holdMinutes": 14
        },
        {
          "entryTs": 1625504100,
          "entryUtc": "2021-07-05T16:55:00.000Z",
          "exitTs": 1625534100,
          "dir": 1,
          "entryPrice": 1791.246,
          "exitPrice": 1792.008,
          "stopDistance": 1.045,
          "outcome": "time",
          "netR": 0.3752,
          "holdMinutes": 500
        },
        {
          "entryTs": 1625562300,
          "entryUtc": "2021-07-06T09:05:00.000Z",
          "exitTs": 1625574300,
          "dir": 1,
          "entryPrice": 1806.868,
          "exitPrice": 1811.169,
          "stopDistance": 2.151,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 200
        },
        {
          "entryTs": 1625580000,
          "entryUtc": "2021-07-06T14:00:00.000Z",
          "exitTs": 1625581440,
          "dir": 1,
          "entryPrice": 1811.148,
          "exitPrice": 1807.795,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 24
        },
        {
          "entryTs": 1625596500,
          "entryUtc": "2021-07-06T18:35:00.000Z",
          "exitTs": 1625616420,
          "dir": 1,
          "entryPrice": 1796.428,
          "exitPrice": 1794.339,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 332
        },
        {
          "entryTs": 1625620200,
          "entryUtc": "2021-07-07T01:10:00.000Z",
          "exitTs": 1625620920,
          "dir": 1,
          "entryPrice": 1796.508,
          "exitPrice": 1799.192,
          "stopDistance": 1.342,
          "outcome": "target",
          "netR": 1.7243,
          "holdMinutes": 12
        },
        {
          "entryTs": 1625628900,
          "entryUtc": "2021-07-07T03:35:00.000Z",
          "exitTs": 1625632800,
          "dir": 1,
          "entryPrice": 1800.698,
          "exitPrice": 1799.333,
          "stopDistance": 1.365,
          "outcome": "stop",
          "netR": -1.3077,
          "holdMinutes": 65
        },
        {
          "entryTs": 1625636700,
          "entryUtc": "2021-07-07T05:45:00.000Z",
          "exitTs": 1625638200,
          "dir": 1,
          "entryPrice": 1801.868,
          "exitPrice": 1800.365,
          "stopDistance": 1.503,
          "outcome": "stop",
          "netR": -1.2794,
          "holdMinutes": 25
        },
        {
          "entryTs": 1625650800,
          "entryUtc": "2021-07-07T09:40:00.000Z",
          "exitTs": 1625660100,
          "dir": 1,
          "entryPrice": 1805.858,
          "exitPrice": 1809.192,
          "stopDistance": 1.667,
          "outcome": "target",
          "netR": 1.7781,
          "holdMinutes": 155
        },
        {
          "entryTs": 1625666400,
          "entryUtc": "2021-07-07T14:00:00.000Z",
          "exitTs": 1625666820,
          "dir": 1,
          "entryPrice": 1806.617,
          "exitPrice": 1803.902,
          "stopDistance": 2.715,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 7
        },
        {
          "entryTs": 1625670300,
          "entryUtc": "2021-07-07T15:05:00.000Z",
          "exitTs": 1625671920,
          "dir": 1,
          "entryPrice": 1804.518,
          "exitPrice": 1800.898,
          "stopDistance": 3.62,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 27
        },
        {
          "entryTs": 1625673900,
          "entryUtc": "2021-07-07T16:05:00.000Z",
          "exitTs": 1625676240,
          "dir": 1,
          "entryPrice": 1804.148,
          "exitPrice": 1801.405,
          "stopDistance": 2.743,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 39
        },
        {
          "entryTs": 1625680500,
          "entryUtc": "2021-07-07T17:55:00.000Z",
          "exitTs": 1625681040,
          "dir": 1,
          "entryPrice": 1803.755,
          "exitPrice": 1807.157,
          "stopDistance": 1.701,
          "outcome": "target",
          "netR": 1.7825,
          "holdMinutes": 9
        },
        {
          "entryTs": 1625685900,
          "entryUtc": "2021-07-07T19:25:00.000Z",
          "exitTs": 1625687760,
          "dir": 1,
          "entryPrice": 1804.428,
          "exitPrice": 1802.47,
          "stopDistance": 1.958,
          "outcome": "stop",
          "netR": -1.2145,
          "holdMinutes": 31
        },
        {
          "entryTs": 1625696400,
          "entryUtc": "2021-07-07T22:20:00.000Z",
          "exitTs": 1625702520,
          "dir": 1,
          "entryPrice": 1803.768,
          "exitPrice": 1802.788,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4286,
          "holdMinutes": 102
        },
        {
          "entryTs": 1625705400,
          "entryUtc": "2021-07-08T00:50:00.000Z",
          "exitTs": 1625706000,
          "dir": 1,
          "entryPrice": 1804.505,
          "exitPrice": 1803.613,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.471,
          "holdMinutes": 10
        },
        {
          "entryTs": 1625723100,
          "entryUtc": "2021-07-08T05:45:00.000Z",
          "exitTs": 1625723400,
          "dir": 1,
          "entryPrice": 1798.568,
          "exitPrice": 1797.291,
          "stopDistance": 1.277,
          "outcome": "stop",
          "netR": -1.329,
          "holdMinutes": 5
        },
        {
          "entryTs": 1625728500,
          "entryUtc": "2021-07-08T07:15:00.000Z",
          "exitTs": 1625728980,
          "dir": 1,
          "entryPrice": 1798.898,
          "exitPrice": 1802.423,
          "stopDistance": 1.763,
          "outcome": "target",
          "netR": 1.7901,
          "holdMinutes": 8
        },
        {
          "entryTs": 1625741100,
          "entryUtc": "2021-07-08T10:45:00.000Z",
          "exitTs": 1625748300,
          "dir": 1,
          "entryPrice": 1812.068,
          "exitPrice": 1817.875,
          "stopDistance": 2.904,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 120
        },
        {
          "entryTs": 1625765400,
          "entryUtc": "2021-07-08T17:30:00.000Z",
          "exitTs": 1625771700,
          "dir": 1,
          "entryPrice": 1799.718,
          "exitPrice": 1797.817,
          "stopDistance": 1.901,
          "outcome": "stop",
          "netR": -1.221,
          "holdMinutes": 105
        },
        {
          "entryTs": 1625773200,
          "entryUtc": "2021-07-08T19:40:00.000Z",
          "exitTs": 1625774580,
          "dir": 1,
          "entryPrice": 1800.348,
          "exitPrice": 1803.314,
          "stopDistance": 1.483,
          "outcome": "target",
          "netR": 1.7505,
          "holdMinutes": 23
        },
        {
          "entryTs": 1625793900,
          "entryUtc": "2021-07-09T01:25:00.000Z",
          "exitTs": 1625805000,
          "dir": 1,
          "entryPrice": 1804.505,
          "exitPrice": 1802.924,
          "stopDistance": 1.581,
          "outcome": "stop",
          "netR": -1.2656,
          "holdMinutes": 185
        },
        {
          "entryTs": 1625815500,
          "entryUtc": "2021-07-09T07:25:00.000Z",
          "exitTs": 1625815800,
          "dir": 1,
          "entryPrice": 1804.078,
          "exitPrice": 1801.709,
          "stopDistance": 2.369,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 5
        },
        {
          "entryTs": 1625834100,
          "entryUtc": "2021-07-09T12:35:00.000Z",
          "exitTs": 1625834340,
          "dir": 1,
          "entryPrice": 1803.028,
          "exitPrice": 1800.589,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 4
        },
        {
          "entryTs": 1625835900,
          "entryUtc": "2021-07-09T13:05:00.000Z",
          "exitTs": 1625839440,
          "dir": 1,
          "entryPrice": 1801.878,
          "exitPrice": 1806.934,
          "stopDistance": 2.528,
          "outcome": "target",
          "netR": 1.8536,
          "holdMinutes": 59
        },
        {
          "entryTs": 1626049800,
          "entryUtc": "2021-07-12T00:30:00.000Z",
          "exitTs": 1626053340,
          "dir": 1,
          "entryPrice": 1808.938,
          "exitPrice": 1807.97,
          "stopDistance": 0.968,
          "outcome": "stop",
          "netR": -1.434,
          "holdMinutes": 59
        },
        {
          "entryTs": 1626075000,
          "entryUtc": "2021-07-12T07:30:00.000Z",
          "exitTs": 1626076140,
          "dir": 1,
          "entryPrice": 1802.605,
          "exitPrice": 1805.923,
          "stopDistance": 1.659,
          "outcome": "target",
          "netR": 1.777,
          "holdMinutes": 19
        },
        {
          "entryTs": 1626093300,
          "entryUtc": "2021-07-12T12:35:00.000Z",
          "exitTs": 1626094020,
          "dir": 1,
          "entryPrice": 1802.058,
          "exitPrice": 1800.152,
          "stopDistance": 1.906,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 12
        },
        {
          "entryTs": 1626123300,
          "entryUtc": "2021-07-12T20:55:00.000Z",
          "exitTs": 1626135060,
          "dir": 1,
          "entryPrice": 1806.021,
          "exitPrice": 1807.793,
          "stopDistance": 0.886,
          "outcome": "target",
          "netR": 1.5824,
          "holdMinutes": 196
        },
        {
          "entryTs": 1626157500,
          "entryUtc": "2021-07-13T06:25:00.000Z",
          "exitTs": 1626163200,
          "dir": 1,
          "entryPrice": 1810.758,
          "exitPrice": 1809.288,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2858,
          "holdMinutes": 95
        },
        {
          "entryTs": 1626171900,
          "entryUtc": "2021-07-13T10:25:00.000Z",
          "exitTs": 1626173160,
          "dir": 1,
          "entryPrice": 1809.218,
          "exitPrice": 1807.857,
          "stopDistance": 1.361,
          "outcome": "stop",
          "netR": -1.3086,
          "holdMinutes": 21
        },
        {
          "entryTs": 1626177300,
          "entryUtc": "2021-07-13T11:55:00.000Z",
          "exitTs": 1626177720,
          "dir": 1,
          "entryPrice": 1808.565,
          "exitPrice": 1811.076,
          "stopDistance": 1.256,
          "outcome": "target",
          "netR": 1.7053,
          "holdMinutes": 7
        },
        {
          "entryTs": 1626183300,
          "entryUtc": "2021-07-13T13:35:00.000Z",
          "exitTs": 1626199200,
          "dir": 1,
          "entryPrice": 1811.988,
          "exitPrice": 1806.93,
          "stopDistance": 5.058,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 265
        },
        {
          "entryTs": 1626215400,
          "entryUtc": "2021-07-13T22:30:00.000Z",
          "exitTs": 1626217200,
          "dir": 1,
          "entryPrice": 1807.898,
          "exitPrice": 1807.058,
          "stopDistance": 0.84,
          "outcome": "stop",
          "netR": -1.5002,
          "holdMinutes": 30
        },
        {
          "entryTs": 1626224100,
          "entryUtc": "2021-07-14T00:55:00.000Z",
          "exitTs": 1626225420,
          "dir": 1,
          "entryPrice": 1807.608,
          "exitPrice": 1809.745,
          "stopDistance": 1.068,
          "outcome": "target",
          "netR": 1.6537,
          "holdMinutes": 22
        },
        {
          "entryTs": 1626239100,
          "entryUtc": "2021-07-14T05:05:00.000Z",
          "exitTs": 1626244440,
          "dir": 1,
          "entryPrice": 1812.578,
          "exitPrice": 1814.311,
          "stopDistance": 0.866,
          "outcome": "target",
          "netR": 1.5729,
          "holdMinutes": 89
        },
        {
          "entryTs": 1626248700,
          "entryUtc": "2021-07-14T07:45:00.000Z",
          "exitTs": 1626249600,
          "dir": 1,
          "entryPrice": 1813.398,
          "exitPrice": 1811.908,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.282,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626250200,
          "entryUtc": "2021-07-14T08:10:00.000Z",
          "exitTs": 1626258900,
          "dir": 1,
          "entryPrice": 1813.395,
          "exitPrice": 1816.611,
          "stopDistance": 1.608,
          "outcome": "target",
          "netR": 1.7699,
          "holdMinutes": 145
        },
        {
          "entryTs": 1626276900,
          "entryUtc": "2021-07-14T15:35:00.000Z",
          "exitTs": 1626277800,
          "dir": 1,
          "entryPrice": 1823.028,
          "exitPrice": 1820.208,
          "stopDistance": 2.82,
          "outcome": "stop",
          "netR": -1.1489,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626282300,
          "entryUtc": "2021-07-14T17:05:00.000Z",
          "exitTs": 1626292740,
          "dir": 1,
          "entryPrice": 1822.848,
          "exitPrice": 1826.799,
          "stopDistance": 1.976,
          "outcome": "target",
          "netR": 1.8127,
          "holdMinutes": 174
        },
        {
          "entryTs": 1626312000,
          "entryUtc": "2021-07-15T01:20:00.000Z",
          "exitTs": 1626312180,
          "dir": 1,
          "entryPrice": 1827.818,
          "exitPrice": 1826.638,
          "stopDistance": 1.18,
          "outcome": "stop",
          "netR": -1.3559,
          "holdMinutes": 3
        },
        {
          "entryTs": 1626322200,
          "entryUtc": "2021-07-15T04:10:00.000Z",
          "exitTs": 1626323340,
          "dir": 1,
          "entryPrice": 1826.738,
          "exitPrice": 1825.586,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3645,
          "holdMinutes": 19
        },
        {
          "entryTs": 1626338100,
          "entryUtc": "2021-07-15T08:35:00.000Z",
          "exitTs": 1626343560,
          "dir": 1,
          "entryPrice": 1831.298,
          "exitPrice": 1829.625,
          "stopDistance": 1.673,
          "outcome": "stop",
          "netR": -1.251,
          "holdMinutes": 91
        },
        {
          "entryTs": 1626352200,
          "entryUtc": "2021-07-15T12:30:00.000Z",
          "exitTs": 1626352920,
          "dir": 1,
          "entryPrice": 1826.978,
          "exitPrice": 1824.815,
          "stopDistance": 2.163,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 12
        },
        {
          "entryTs": 1626356400,
          "entryUtc": "2021-07-15T13:40:00.000Z",
          "exitTs": 1626358260,
          "dir": 1,
          "entryPrice": 1825.838,
          "exitPrice": 1823.306,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 31
        },
        {
          "entryTs": 1626363000,
          "entryUtc": "2021-07-15T15:30:00.000Z",
          "exitTs": 1626370980,
          "dir": 1,
          "entryPrice": 1824.538,
          "exitPrice": 1829.295,
          "stopDistance": 2.378,
          "outcome": "target",
          "netR": 1.8444,
          "holdMinutes": 133
        },
        {
          "entryTs": 1626405300,
          "entryUtc": "2021-07-16T03:15:00.000Z",
          "exitTs": 1626407400,
          "dir": 1,
          "entryPrice": 1828.726,
          "exitPrice": 1827.557,
          "stopDistance": 1.169,
          "outcome": "stop",
          "netR": -1.3593,
          "holdMinutes": 35
        },
        {
          "entryTs": 1626425700,
          "entryUtc": "2021-07-16T08:55:00.000Z",
          "exitTs": 1626427740,
          "dir": 1,
          "entryPrice": 1823.798,
          "exitPrice": 1822.125,
          "stopDistance": 1.673,
          "outcome": "stop",
          "netR": -1.251,
          "holdMinutes": 34
        },
        {
          "entryTs": 1626429600,
          "entryUtc": "2021-07-16T10:00:00.000Z",
          "exitTs": 1626431820,
          "dir": 1,
          "entryPrice": 1823.728,
          "exitPrice": 1822.173,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.2701,
          "holdMinutes": 37
        },
        {
          "entryTs": 1626438600,
          "entryUtc": "2021-07-16T12:30:00.000Z",
          "exitTs": 1626438600,
          "dir": 1,
          "entryPrice": 1820.938,
          "exitPrice": 1818.426,
          "stopDistance": 2.512,
          "outcome": "stop",
          "netR": -1.1672,
          "holdMinutes": 0
        },
        {
          "entryTs": 1626453000,
          "entryUtc": "2021-07-16T16:30:00.000Z",
          "exitTs": 1626456480,
          "dir": 1,
          "entryPrice": 1816.598,
          "exitPrice": 1814.038,
          "stopDistance": 2.56,
          "outcome": "stop",
          "netR": -1.1641,
          "holdMinutes": 58
        },
        {
          "entryTs": 1626648900,
          "entryUtc": "2021-07-18T22:55:00.000Z",
          "exitTs": 1626651780,
          "dir": 1,
          "entryPrice": 1811.378,
          "exitPrice": 1813.726,
          "stopDistance": 1.174,
          "outcome": "target",
          "netR": 1.6849,
          "holdMinutes": 48
        },
        {
          "entryTs": 1626667500,
          "entryUtc": "2021-07-19T04:05:00.000Z",
          "exitTs": 1626670620,
          "dir": 1,
          "entryPrice": 1813.878,
          "exitPrice": 1812.802,
          "stopDistance": 1.076,
          "outcome": "stop",
          "netR": -1.3904,
          "holdMinutes": 52
        },
        {
          "entryTs": 1626695400,
          "entryUtc": "2021-07-19T11:50:00.000Z",
          "exitTs": 1626696000,
          "dir": -1,
          "entryPrice": 1802.748,
          "exitPrice": 1799.027,
          "stopDistance": 1.86,
          "outcome": "target",
          "netR": 1.8011,
          "holdMinutes": 10
        },
        {
          "entryTs": 1626717300,
          "entryUtc": "2021-07-19T17:55:00.000Z",
          "exitTs": 1626723660,
          "dir": -1,
          "entryPrice": 1807.708,
          "exitPrice": 1809.345,
          "stopDistance": 1.637,
          "outcome": "stop",
          "netR": -1.2566,
          "holdMinutes": 106
        },
        {
          "entryTs": 1626739800,
          "entryUtc": "2021-07-20T00:10:00.000Z",
          "exitTs": 1626742800,
          "dir": 1,
          "entryPrice": 1812.718,
          "exitPrice": 1814.33,
          "stopDistance": 0.806,
          "outcome": "target",
          "netR": 1.5409,
          "holdMinutes": 50
        },
        {
          "entryTs": 1626756900,
          "entryUtc": "2021-07-20T04:55:00.000Z",
          "exitTs": 1626758700,
          "dir": 1,
          "entryPrice": 1817.168,
          "exitPrice": 1816.251,
          "stopDistance": 0.917,
          "outcome": "stop",
          "netR": -1.4583,
          "holdMinutes": 30
        },
        {
          "entryTs": 1626762900,
          "entryUtc": "2021-07-20T06:35:00.000Z",
          "exitTs": 1626763920,
          "dir": 1,
          "entryPrice": 1817.118,
          "exitPrice": 1815.784,
          "stopDistance": 1.334,
          "outcome": "stop",
          "netR": -1.3147,
          "holdMinutes": 17
        },
        {
          "entryTs": 1626772800,
          "entryUtc": "2021-07-20T09:20:00.000Z",
          "exitTs": 1626776580,
          "dir": 1,
          "entryPrice": 1814.768,
          "exitPrice": 1818.279,
          "stopDistance": 1.755,
          "outcome": "target",
          "netR": 1.7892,
          "holdMinutes": 63
        },
        {
          "entryTs": 1626800700,
          "entryUtc": "2021-07-20T17:05:00.000Z",
          "exitTs": 1626807660,
          "dir": 1,
          "entryPrice": 1811.268,
          "exitPrice": 1808.593,
          "stopDistance": 2.675,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 116
        },
        {
          "entryTs": 1626821700,
          "entryUtc": "2021-07-20T22:55:00.000Z",
          "exitTs": 1626826620,
          "dir": -1,
          "entryPrice": 1809.488,
          "exitPrice": 1808.037,
          "stopDistance": 0.726,
          "outcome": "target",
          "netR": 1.4901,
          "holdMinutes": 82
        },
        {
          "entryTs": 1626836400,
          "entryUtc": "2021-07-21T03:00:00.000Z",
          "exitTs": 1626837900,
          "dir": -1,
          "entryPrice": 1806.778,
          "exitPrice": 1808.039,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.3329,
          "holdMinutes": 25
        },
        {
          "entryTs": 1626842700,
          "entryUtc": "2021-07-21T04:45:00.000Z",
          "exitTs": 1626842760,
          "dir": -1,
          "entryPrice": 1806.548,
          "exitPrice": 1807.575,
          "stopDistance": 1.027,
          "outcome": "stop",
          "netR": -1.409,
          "holdMinutes": 1
        },
        {
          "entryTs": 1626886500,
          "entryUtc": "2021-07-21T16:55:00.000Z",
          "exitTs": 1626893580,
          "dir": -1,
          "entryPrice": 1802.788,
          "exitPrice": 1804.42,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2573,
          "holdMinutes": 118
        },
        {
          "entryTs": 1626898800,
          "entryUtc": "2021-07-21T20:20:00.000Z",
          "exitTs": 1626912360,
          "dir": -1,
          "entryPrice": 1803.568,
          "exitPrice": 1801.751,
          "stopDistance": 0.908,
          "outcome": "target",
          "netR": 1.5927,
          "holdMinutes": 226
        },
        {
          "entryTs": 1626933900,
          "entryUtc": "2021-07-22T06:05:00.000Z",
          "exitTs": 1626934860,
          "dir": -1,
          "entryPrice": 1798.608,
          "exitPrice": 1799.83,
          "stopDistance": 1.222,
          "outcome": "stop",
          "netR": -1.3437,
          "holdMinutes": 16
        },
        {
          "entryTs": 1626941100,
          "entryUtc": "2021-07-22T08:05:00.000Z",
          "exitTs": 1626941640,
          "dir": -1,
          "entryPrice": 1799.045,
          "exitPrice": 1795.972,
          "stopDistance": 1.536,
          "outcome": "target",
          "netR": 1.7592,
          "holdMinutes": 9
        },
        {
          "entryTs": 1626955500,
          "entryUtc": "2021-07-22T12:05:00.000Z",
          "exitTs": 1626956340,
          "dir": -1,
          "entryPrice": 1794.218,
          "exitPrice": 1796.344,
          "stopDistance": 2.126,
          "outcome": "stop",
          "netR": -1.1975,
          "holdMinutes": 14
        },
        {
          "entryTs": 1626961800,
          "entryUtc": "2021-07-22T13:50:00.000Z",
          "exitTs": 1626962820,
          "dir": -1,
          "entryPrice": 1797.648,
          "exitPrice": 1801.072,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 17
        },
        {
          "entryTs": 1626974400,
          "entryUtc": "2021-07-22T17:20:00.000Z",
          "exitTs": 1626976260,
          "dir": -1,
          "entryPrice": 1804.508,
          "exitPrice": 1806.194,
          "stopDistance": 1.686,
          "outcome": "stop",
          "netR": -1.2491,
          "holdMinutes": 31
        },
        {
          "entryTs": 1626986100,
          "entryUtc": "2021-07-22T20:35:00.000Z",
          "exitTs": 1626991200,
          "dir": -1,
          "entryPrice": 1806.158,
          "exitPrice": 1806.933,
          "stopDistance": 0.775,
          "outcome": "stop",
          "netR": -1.5421,
          "holdMinutes": 85
        },
        {
          "entryTs": 1627000200,
          "entryUtc": "2021-07-23T00:30:00.000Z",
          "exitTs": 1627002120,
          "dir": -1,
          "entryPrice": 1807.448,
          "exitPrice": 1808.053,
          "stopDistance": 0.605,
          "outcome": "stop",
          "netR": -1.6937,
          "holdMinutes": 32
        },
        {
          "entryTs": 1627020000,
          "entryUtc": "2021-07-23T06:00:00.000Z",
          "exitTs": 1627020360,
          "dir": -1,
          "entryPrice": 1802.258,
          "exitPrice": 1803.308,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.3999,
          "holdMinutes": 6
        },
        {
          "entryTs": 1627049700,
          "entryUtc": "2021-07-23T14:15:00.000Z",
          "exitTs": 1627055160,
          "dir": -1,
          "entryPrice": 1799.275,
          "exitPrice": 1802.262,
          "stopDistance": 2.987,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 91
        },
        {
          "entryTs": 1627061700,
          "entryUtc": "2021-07-23T17:35:00.000Z",
          "exitTs": 1627063200,
          "dir": -1,
          "entryPrice": 1801.698,
          "exitPrice": 1803.106,
          "stopDistance": 1.408,
          "outcome": "stop",
          "netR": -1.2982,
          "holdMinutes": 25
        },
        {
          "entryTs": 1627066200,
          "entryUtc": "2021-07-23T18:50:00.000Z",
          "exitTs": 1627068000,
          "dir": -1,
          "entryPrice": 1801.238,
          "exitPrice": 1802.333,
          "stopDistance": 1.095,
          "outcome": "stop",
          "netR": -1.3836,
          "holdMinutes": 30
        },
        {
          "entryTs": 1627251900,
          "entryUtc": "2021-07-25T22:25:00.000Z",
          "exitTs": 1627257660,
          "dir": -1,
          "entryPrice": 1801.548,
          "exitPrice": 1799.854,
          "stopDistance": 0.847,
          "outcome": "target",
          "netR": 1.5632,
          "holdMinutes": 96
        },
        {
          "entryTs": 1627283400,
          "entryUtc": "2021-07-26T07:10:00.000Z",
          "exitTs": 1627284300,
          "dir": 1,
          "entryPrice": 1807.185,
          "exitPrice": 1810.418,
          "stopDistance": 1.616,
          "outcome": "target",
          "netR": 1.7711,
          "holdMinutes": 15
        },
        {
          "entryTs": 1627294200,
          "entryUtc": "2021-07-26T10:10:00.000Z",
          "exitTs": 1627294860,
          "dir": 1,
          "entryPrice": 1809.608,
          "exitPrice": 1808.016,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2638,
          "holdMinutes": 11
        },
        {
          "entryTs": 1627298400,
          "entryUtc": "2021-07-26T11:20:00.000Z",
          "exitTs": 1627300920,
          "dir": 1,
          "entryPrice": 1808.805,
          "exitPrice": 1807.402,
          "stopDistance": 1.403,
          "outcome": "stop",
          "netR": -1.2994,
          "holdMinutes": 42
        },
        {
          "entryTs": 1627336800,
          "entryUtc": "2021-07-26T22:00:00.000Z",
          "exitTs": 1627336860,
          "dir": -1,
          "entryPrice": 1797.048,
          "exitPrice": 1797.819,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5449,
          "holdMinutes": 1
        },
        {
          "entryTs": 1627337400,
          "entryUtc": "2021-07-26T22:10:00.000Z",
          "exitTs": 1627347600,
          "dir": -1,
          "entryPrice": 1797.668,
          "exitPrice": 1798.493,
          "stopDistance": 0.825,
          "outcome": "stop",
          "netR": -1.509,
          "holdMinutes": 170
        },
        {
          "entryTs": 1627350600,
          "entryUtc": "2021-07-27T01:50:00.000Z",
          "exitTs": 1627353300,
          "dir": -1,
          "entryPrice": 1795.848,
          "exitPrice": 1796.913,
          "stopDistance": 1.065,
          "outcome": "stop",
          "netR": -1.3942,
          "holdMinutes": 45
        },
        {
          "entryTs": 1627361400,
          "entryUtc": "2021-07-27T04:50:00.000Z",
          "exitTs": 1627363980,
          "dir": -1,
          "entryPrice": 1797.598,
          "exitPrice": 1795.777,
          "stopDistance": 0.91,
          "outcome": "target",
          "netR": 1.5935,
          "holdMinutes": 43
        },
        {
          "entryTs": 1627374300,
          "entryUtc": "2021-07-27T08:25:00.000Z",
          "exitTs": 1627377840,
          "dir": -1,
          "entryPrice": 1795.948,
          "exitPrice": 1797.934,
          "stopDistance": 1.986,
          "outcome": "stop",
          "netR": -1.2115,
          "holdMinutes": 59
        },
        {
          "entryTs": 1627383900,
          "entryUtc": "2021-07-27T11:05:00.000Z",
          "exitTs": 1627384680,
          "dir": -1,
          "entryPrice": 1795.688,
          "exitPrice": 1797.058,
          "stopDistance": 1.37,
          "outcome": "stop",
          "netR": -1.3066,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627394400,
          "entryUtc": "2021-07-27T14:00:00.000Z",
          "exitTs": 1627395300,
          "dir": -1,
          "entryPrice": 1800.278,
          "exitPrice": 1802.508,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1883,
          "holdMinutes": 15
        },
        {
          "entryTs": 1627402500,
          "entryUtc": "2021-07-27T16:15:00.000Z",
          "exitTs": 1627407840,
          "dir": -1,
          "entryPrice": 1799.125,
          "exitPrice": 1801.545,
          "stopDistance": 2.42,
          "outcome": "stop",
          "netR": -1.1736,
          "holdMinutes": 89
        },
        {
          "entryTs": 1627412100,
          "entryUtc": "2021-07-27T18:55:00.000Z",
          "exitTs": 1627423200,
          "dir": -1,
          "entryPrice": 1800.268,
          "exitPrice": 1798.284,
          "stopDistance": 0.992,
          "outcome": "target",
          "netR": 1.627,
          "holdMinutes": 185
        },
        {
          "entryTs": 1627431000,
          "entryUtc": "2021-07-28T00:10:00.000Z",
          "exitTs": 1627434600,
          "dir": -1,
          "entryPrice": 1799.138,
          "exitPrice": 1799.886,
          "stopDistance": 0.748,
          "outcome": "stop",
          "netR": -1.5614,
          "holdMinutes": 60
        },
        {
          "entryTs": 1627452000,
          "entryUtc": "2021-07-28T06:00:00.000Z",
          "exitTs": 1627453860,
          "dir": 1,
          "entryPrice": 1805.438,
          "exitPrice": 1804.313,
          "stopDistance": 1.125,
          "outcome": "stop",
          "netR": -1.3733,
          "holdMinutes": 31
        },
        {
          "entryTs": 1627478700,
          "entryUtc": "2021-07-28T13:25:00.000Z",
          "exitTs": 1627479000,
          "dir": -1,
          "entryPrice": 1797.018,
          "exitPrice": 1798.729,
          "stopDistance": 1.711,
          "outcome": "stop",
          "netR": -1.2455,
          "holdMinutes": 5
        },
        {
          "entryTs": 1627494000,
          "entryUtc": "2021-07-28T17:40:00.000Z",
          "exitTs": 1627495200,
          "dir": -1,
          "entryPrice": 1798.948,
          "exitPrice": 1796.534,
          "stopDistance": 1.207,
          "outcome": "target",
          "netR": 1.6935,
          "holdMinutes": 20
        },
        {
          "entryTs": 1627533900,
          "entryUtc": "2021-07-29T04:45:00.000Z",
          "exitTs": 1627536600,
          "dir": 1,
          "entryPrice": 1815.478,
          "exitPrice": 1817.292,
          "stopDistance": 0.907,
          "outcome": "target",
          "netR": 1.592,
          "holdMinutes": 45
        },
        {
          "entryTs": 1627547100,
          "entryUtc": "2021-07-29T08:25:00.000Z",
          "exitTs": 1627548300,
          "dir": 1,
          "entryPrice": 1818.498,
          "exitPrice": 1821.894,
          "stopDistance": 1.698,
          "outcome": "target",
          "netR": 1.7821,
          "holdMinutes": 20
        },
        {
          "entryTs": 1627565100,
          "entryUtc": "2021-07-29T13:25:00.000Z",
          "exitTs": 1627572900,
          "dir": 1,
          "entryPrice": 1825.118,
          "exitPrice": 1830.27,
          "stopDistance": 2.576,
          "outcome": "target",
          "netR": 1.8564,
          "holdMinutes": 130
        },
        {
          "entryTs": 1627585800,
          "entryUtc": "2021-07-29T19:10:00.000Z",
          "exitTs": 1627586640,
          "dir": 1,
          "entryPrice": 1830.708,
          "exitPrice": 1829.745,
          "stopDistance": 0.963,
          "outcome": "stop",
          "netR": -1.4362,
          "holdMinutes": 14
        },
        {
          "entryTs": 1627597800,
          "entryUtc": "2021-07-29T22:30:00.000Z",
          "exitTs": 1627598340,
          "dir": 1,
          "entryPrice": 1829.248,
          "exitPrice": 1828.419,
          "stopDistance": 0.829,
          "outcome": "stop",
          "netR": -1.5065,
          "holdMinutes": 9
        },
        {
          "entryTs": 1627599300,
          "entryUtc": "2021-07-29T22:55:00.000Z",
          "exitTs": 1627600800,
          "dir": 1,
          "entryPrice": 1828.875,
          "exitPrice": 1830.333,
          "stopDistance": 0.729,
          "outcome": "target",
          "netR": 1.4926,
          "holdMinutes": 25
        },
        {
          "entryTs": 1627608900,
          "entryUtc": "2021-07-30T01:35:00.000Z",
          "exitTs": 1627610160,
          "dir": 1,
          "entryPrice": 1829.848,
          "exitPrice": 1828.513,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3145,
          "holdMinutes": 21
        },
        {
          "entryTs": 1627615500,
          "entryUtc": "2021-07-30T03:25:00.000Z",
          "exitTs": 1627618260,
          "dir": 1,
          "entryPrice": 1828.955,
          "exitPrice": 1827.828,
          "stopDistance": 1.127,
          "outcome": "stop",
          "netR": -1.3727,
          "holdMinutes": 46
        },
        {
          "entryTs": 1627625100,
          "entryUtc": "2021-07-30T06:05:00.000Z",
          "exitTs": 1627625760,
          "dir": 1,
          "entryPrice": 1828.168,
          "exitPrice": 1826.894,
          "stopDistance": 1.274,
          "outcome": "stop",
          "netR": -1.3297,
          "holdMinutes": 11
        },
        {
          "entryTs": 1627628400,
          "entryUtc": "2021-07-30T07:00:00.000Z",
          "exitTs": 1627629780,
          "dir": 1,
          "entryPrice": 1828.235,
          "exitPrice": 1830.832,
          "stopDistance": 1.298,
          "outcome": "target",
          "netR": 1.715,
          "holdMinutes": 23
        },
        {
          "entryTs": 1627648200,
          "entryUtc": "2021-07-30T12:30:00.000Z",
          "exitTs": 1627648260,
          "dir": 1,
          "entryPrice": 1828.708,
          "exitPrice": 1827.403,
          "stopDistance": 1.305,
          "outcome": "stop",
          "netR": -1.3219,
          "holdMinutes": 1
        },
        {
          "entryTs": 1627674300,
          "entryUtc": "2021-07-30T19:45:00.000Z",
          "exitTs": 1627855200,
          "dir": 1,
          "entryPrice": 1814.168,
          "exitPrice": 1813.848,
          "stopDistance": 1.287,
          "outcome": "time",
          "netR": -0.5363,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1627863600,
          "entryUtc": "2021-08-02T00:20:00.000Z",
          "exitTs": 1627866000,
          "dir": 1,
          "entryPrice": 1814.478,
          "exitPrice": 1816.645,
          "stopDistance": 1.084,
          "outcome": "target",
          "netR": 1.6586,
          "holdMinutes": 40
        },
        {
          "entryTs": 1627876500,
          "entryUtc": "2021-08-02T03:55:00.000Z",
          "exitTs": 1627878960,
          "dir": 1,
          "entryPrice": 1812.008,
          "exitPrice": 1810.657,
          "stopDistance": 1.351,
          "outcome": "stop",
          "netR": -1.3109,
          "holdMinutes": 41
        },
        {
          "entryTs": 1627903500,
          "entryUtc": "2021-08-02T11:25:00.000Z",
          "exitTs": 1627905120,
          "dir": -1,
          "entryPrice": 1808.078,
          "exitPrice": 1809.23,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3647,
          "holdMinutes": 27
        },
        {
          "entryTs": 1627907700,
          "entryUtc": "2021-08-02T12:35:00.000Z",
          "exitTs": 1627909080,
          "dir": 1,
          "entryPrice": 1809.748,
          "exitPrice": 1807.469,
          "stopDistance": 2.279,
          "outcome": "stop",
          "netR": -1.1843,
          "holdMinutes": 23
        },
        {
          "entryTs": 1627909200,
          "entryUtc": "2021-08-02T13:00:00.000Z",
          "exitTs": 1627909980,
          "dir": -1,
          "entryPrice": 1806.598,
          "exitPrice": 1808.951,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627956300,
          "entryUtc": "2021-08-03T02:05:00.000Z",
          "exitTs": 1627957080,
          "dir": 1,
          "entryPrice": 1812.898,
          "exitPrice": 1811.736,
          "stopDistance": 1.162,
          "outcome": "stop",
          "netR": -1.3616,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627976100,
          "entryUtc": "2021-08-03T07:35:00.000Z",
          "exitTs": 1627980060,
          "dir": -1,
          "entryPrice": 1809.618,
          "exitPrice": 1811.065,
          "stopDistance": 1.447,
          "outcome": "stop",
          "netR": -1.2902,
          "holdMinutes": 66
        },
        {
          "entryTs": 1627982400,
          "entryUtc": "2021-08-03T09:20:00.000Z",
          "exitTs": 1627984380,
          "dir": -1,
          "entryPrice": 1808.848,
          "exitPrice": 1810.111,
          "stopDistance": 1.263,
          "outcome": "stop",
          "netR": -1.3326,
          "holdMinutes": 33
        },
        {
          "entryTs": 1627989300,
          "entryUtc": "2021-08-03T11:15:00.000Z",
          "exitTs": 1627990260,
          "dir": -1,
          "entryPrice": 1809.228,
          "exitPrice": 1810.419,
          "stopDistance": 1.191,
          "outcome": "stop",
          "netR": -1.3528,
          "holdMinutes": 16
        },
        {
          "entryTs": 1627990800,
          "entryUtc": "2021-08-03T11:40:00.000Z",
          "exitTs": 1627992120,
          "dir": -1,
          "entryPrice": 1810.028,
          "exitPrice": 1811.149,
          "stopDistance": 1.121,
          "outcome": "stop",
          "netR": -1.3746,
          "holdMinutes": 22
        },
        {
          "entryTs": 1628013600,
          "entryUtc": "2021-08-03T18:00:00.000Z",
          "exitTs": 1628019060,
          "dir": -1,
          "entryPrice": 1809.998,
          "exitPrice": 1811.062,
          "stopDistance": 1.064,
          "outcome": "stop",
          "netR": -1.3947,
          "holdMinutes": 91
        },
        {
          "entryTs": 1628037000,
          "entryUtc": "2021-08-04T00:30:00.000Z",
          "exitTs": 1628038920,
          "dir": -1,
          "entryPrice": 1810.305,
          "exitPrice": 1809.321,
          "stopDistance": 0.492,
          "outcome": "target",
          "netR": 1.2477,
          "holdMinutes": 32
        },
        {
          "entryTs": 1628054100,
          "entryUtc": "2021-08-04T05:15:00.000Z",
          "exitTs": 1628055000,
          "dir": 1,
          "entryPrice": 1813.828,
          "exitPrice": 1813.087,
          "stopDistance": 0.741,
          "outcome": "stop",
          "netR": -1.5671,
          "holdMinutes": 15
        },
        {
          "entryTs": 1628058600,
          "entryUtc": "2021-08-04T06:30:00.000Z",
          "exitTs": 1628066100,
          "dir": 1,
          "entryPrice": 1813.698,
          "exitPrice": 1812.606,
          "stopDistance": 1.092,
          "outcome": "stop",
          "netR": -1.3847,
          "holdMinutes": 125
        },
        {
          "entryTs": 1628098500,
          "entryUtc": "2021-08-04T17:35:00.000Z",
          "exitTs": 1628102100,
          "dir": 1,
          "entryPrice": 1812.158,
          "exitPrice": 1810.711,
          "stopDistance": 1.447,
          "outcome": "stop",
          "netR": -1.2902,
          "holdMinutes": 60
        },
        {
          "entryTs": 1628110200,
          "entryUtc": "2021-08-04T20:50:00.000Z",
          "exitTs": 1628110680,
          "dir": -1,
          "entryPrice": 1811.198,
          "exitPrice": 1811.915,
          "stopDistance": 0.717,
          "outcome": "stop",
          "netR": -1.5861,
          "holdMinutes": 8
        },
        {
          "entryTs": 1628118000,
          "entryUtc": "2021-08-04T23:00:00.000Z",
          "exitTs": 1628121720,
          "dir": 1,
          "entryPrice": 1811.858,
          "exitPrice": 1811.288,
          "stopDistance": 0.57,
          "outcome": "stop",
          "netR": -1.7372,
          "holdMinutes": 62
        },
        {
          "entryTs": 1628121900,
          "entryUtc": "2021-08-05T00:05:00.000Z",
          "exitTs": 1628124240,
          "dir": -1,
          "entryPrice": 1810.808,
          "exitPrice": 1809.535,
          "stopDistance": 0.636,
          "outcome": "target",
          "netR": 1.4186,
          "holdMinutes": 39
        },
        {
          "entryTs": 1628127900,
          "entryUtc": "2021-08-05T01:45:00.000Z",
          "exitTs": 1628133600,
          "dir": -1,
          "entryPrice": 1810.525,
          "exitPrice": 1811.597,
          "stopDistance": 1.072,
          "outcome": "stop",
          "netR": -1.3919,
          "holdMinutes": 95
        },
        {
          "entryTs": 1628140800,
          "entryUtc": "2021-08-05T05:20:00.000Z",
          "exitTs": 1628141820,
          "dir": -1,
          "entryPrice": 1810.628,
          "exitPrice": 1809.16,
          "stopDistance": 0.734,
          "outcome": "target",
          "netR": 1.496,
          "holdMinutes": 17
        },
        {
          "entryTs": 1628157900,
          "entryUtc": "2021-08-05T10:05:00.000Z",
          "exitTs": 1628158500,
          "dir": -1,
          "entryPrice": 1810.068,
          "exitPrice": 1811.386,
          "stopDistance": 1.318,
          "outcome": "stop",
          "netR": -1.3187,
          "holdMinutes": 10
        },
        {
          "entryTs": 1628185800,
          "entryUtc": "2021-08-05T17:50:00.000Z",
          "exitTs": 1628210040,
          "dir": -1,
          "entryPrice": 1804.628,
          "exitPrice": 1801.602,
          "stopDistance": 1.513,
          "outcome": "target",
          "netR": 1.7555,
          "holdMinutes": 404
        },
        {
          "entryTs": 1628223300,
          "entryUtc": "2021-08-06T04:15:00.000Z",
          "exitTs": 1628229180,
          "dir": -1,
          "entryPrice": 1799.858,
          "exitPrice": 1800.658,
          "stopDistance": 0.8,
          "outcome": "stop",
          "netR": -1.5252,
          "holdMinutes": 98
        },
        {
          "entryTs": 1628233500,
          "entryUtc": "2021-08-06T07:05:00.000Z",
          "exitTs": 1628234160,
          "dir": -1,
          "entryPrice": 1799.635,
          "exitPrice": 1797.185,
          "stopDistance": 1.225,
          "outcome": "target",
          "netR": 1.6979,
          "holdMinutes": 11
        },
        {
          "entryTs": 1628238600,
          "entryUtc": "2021-08-06T08:30:00.000Z",
          "exitTs": 1628247000,
          "dir": -1,
          "entryPrice": 1799.638,
          "exitPrice": 1796.867,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.733,
          "holdMinutes": 140
        },
        {
          "entryTs": 1628253300,
          "entryUtc": "2021-08-06T12:35:00.000Z",
          "exitTs": 1628253420,
          "dir": -1,
          "entryPrice": 1790.108,
          "exitPrice": 1793.341,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 2
        },
        {
          "entryTs": 1628278500,
          "entryUtc": "2021-08-06T19:35:00.000Z",
          "exitTs": 1628283480,
          "dir": -1,
          "entryPrice": 1762.138,
          "exitPrice": 1763.462,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3172,
          "holdMinutes": 83
        },
        {
          "entryTs": 1628460300,
          "entryUtc": "2021-08-08T22:05:00.000Z",
          "exitTs": 1628461140,
          "dir": -1,
          "entryPrice": 1760.985,
          "exitPrice": 1757.542,
          "stopDistance": 1.722,
          "outcome": "target",
          "netR": 1.7851,
          "holdMinutes": 14
        },
        {
          "entryTs": 1628498100,
          "entryUtc": "2021-08-09T08:35:00.000Z",
          "exitTs": 1628501340,
          "dir": -1,
          "entryPrice": 1745.658,
          "exitPrice": 1740.486,
          "stopDistance": 2.586,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 54
        },
        {
          "entryTs": 1628512800,
          "entryUtc": "2021-08-09T12:40:00.000Z",
          "exitTs": 1628515980,
          "dir": -1,
          "entryPrice": 1741.228,
          "exitPrice": 1744.937,
          "stopDistance": 3.709,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 53
        },
        {
          "entryTs": 1628547000,
          "entryUtc": "2021-08-09T22:10:00.000Z",
          "exitTs": 1628547540,
          "dir": -1,
          "entryPrice": 1728.918,
          "exitPrice": 1730.233,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3194,
          "holdMinutes": 9
        },
        {
          "entryTs": 1628556000,
          "entryUtc": "2021-08-10T00:40:00.000Z",
          "exitTs": 1628556960,
          "dir": -1,
          "entryPrice": 1730.575,
          "exitPrice": 1731.962,
          "stopDistance": 1.387,
          "outcome": "stop",
          "netR": -1.3028,
          "holdMinutes": 16
        },
        {
          "entryTs": 1628571900,
          "entryUtc": "2021-08-10T05:05:00.000Z",
          "exitTs": 1628573700,
          "dir": -1,
          "entryPrice": 1734.878,
          "exitPrice": 1732.626,
          "stopDistance": 1.126,
          "outcome": "target",
          "netR": 1.6713,
          "holdMinutes": 30
        },
        {
          "entryTs": 1628580600,
          "entryUtc": "2021-08-10T07:30:00.000Z",
          "exitTs": 1628581440,
          "dir": -1,
          "entryPrice": 1733.908,
          "exitPrice": 1735.942,
          "stopDistance": 2.034,
          "outcome": "stop",
          "netR": -1.2065,
          "holdMinutes": 14
        },
        {
          "entryTs": 1628595000,
          "entryUtc": "2021-08-10T11:30:00.000Z",
          "exitTs": 1628596140,
          "dir": -1,
          "entryPrice": 1728.838,
          "exitPrice": 1730.558,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 19
        },
        {
          "entryTs": 1628598900,
          "entryUtc": "2021-08-10T12:35:00.000Z",
          "exitTs": 1628602620,
          "dir": -1,
          "entryPrice": 1728.688,
          "exitPrice": 1724.521,
          "stopDistance": 2.083,
          "outcome": "target",
          "netR": 1.8224,
          "holdMinutes": 62
        },
        {
          "entryTs": 1628621100,
          "entryUtc": "2021-08-10T18:45:00.000Z",
          "exitTs": 1628639400,
          "dir": -1,
          "entryPrice": 1730.008,
          "exitPrice": 1727.344,
          "stopDistance": 1.332,
          "outcome": "target",
          "netR": 1.7222,
          "holdMinutes": 305
        },
        {
          "entryTs": 1628657400,
          "entryUtc": "2021-08-11T04:50:00.000Z",
          "exitTs": 1628659860,
          "dir": -1,
          "entryPrice": 1732.298,
          "exitPrice": 1733.405,
          "stopDistance": 1.107,
          "outcome": "stop",
          "netR": -1.3795,
          "holdMinutes": 41
        },
        {
          "entryTs": 1628662200,
          "entryUtc": "2021-08-11T06:10:00.000Z",
          "exitTs": 1628665320,
          "dir": -1,
          "entryPrice": 1731.878,
          "exitPrice": 1729.116,
          "stopDistance": 1.381,
          "outcome": "target",
          "netR": 1.7321,
          "holdMinutes": 52
        },
        {
          "entryTs": 1628710200,
          "entryUtc": "2021-08-11T19:30:00.000Z",
          "exitTs": 1628711880,
          "dir": -1,
          "entryPrice": 1751.448,
          "exitPrice": 1752.863,
          "stopDistance": 1.415,
          "outcome": "stop",
          "netR": -1.2968,
          "holdMinutes": 28
        },
        {
          "entryTs": 1628715300,
          "entryUtc": "2021-08-11T20:55:00.000Z",
          "exitTs": 1628727000,
          "dir": -1,
          "entryPrice": 1751.458,
          "exitPrice": 1752.406,
          "stopDistance": 0.948,
          "outcome": "stop",
          "netR": -1.4431,
          "holdMinutes": 195
        },
        {
          "entryTs": 1628730300,
          "entryUtc": "2021-08-12T01:05:00.000Z",
          "exitTs": 1628741760,
          "dir": -1,
          "entryPrice": 1750.328,
          "exitPrice": 1751.503,
          "stopDistance": 1.175,
          "outcome": "stop",
          "netR": -1.3575,
          "holdMinutes": 191
        },
        {
          "entryTs": 1628748600,
          "entryUtc": "2021-08-12T06:10:00.000Z",
          "exitTs": 1628749200,
          "dir": -1,
          "entryPrice": 1751.218,
          "exitPrice": 1752.504,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3266,
          "holdMinutes": 10
        },
        {
          "entryTs": 1628761500,
          "entryUtc": "2021-08-12T09:45:00.000Z",
          "exitTs": 1628765940,
          "dir": -1,
          "entryPrice": 1753.911,
          "exitPrice": 1750.954,
          "stopDistance": 1.478,
          "outcome": "target",
          "netR": 1.7497,
          "holdMinutes": 74
        },
        {
          "entryTs": 1628789700,
          "entryUtc": "2021-08-12T17:35:00.000Z",
          "exitTs": 1628790720,
          "dir": -1,
          "entryPrice": 1749.838,
          "exitPrice": 1751.618,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.236,
          "holdMinutes": 17
        },
        {
          "entryTs": 1628806800,
          "entryUtc": "2021-08-12T22:20:00.000Z",
          "exitTs": 1628807880,
          "dir": -1,
          "entryPrice": 1752.678,
          "exitPrice": 1753.399,
          "stopDistance": 0.721,
          "outcome": "stop",
          "netR": -1.5826,
          "holdMinutes": 18
        },
        {
          "entryTs": 1628813100,
          "entryUtc": "2021-08-13T00:05:00.000Z",
          "exitTs": 1628816400,
          "dir": -1,
          "entryPrice": 1752.938,
          "exitPrice": 1753.534,
          "stopDistance": 0.596,
          "outcome": "stop",
          "netR": -1.7047,
          "holdMinutes": 55
        },
        {
          "entryTs": 1628827800,
          "entryUtc": "2021-08-13T04:10:00.000Z",
          "exitTs": 1628831460,
          "dir": -1,
          "entryPrice": 1754.648,
          "exitPrice": 1755.57,
          "stopDistance": 0.922,
          "outcome": "stop",
          "netR": -1.4556,
          "holdMinutes": 61
        },
        {
          "entryTs": 1628842200,
          "entryUtc": "2021-08-13T08:10:00.000Z",
          "exitTs": 1628847480,
          "dir": -1,
          "entryPrice": 1756.258,
          "exitPrice": 1757.994,
          "stopDistance": 1.736,
          "outcome": "stop",
          "netR": -1.2419,
          "holdMinutes": 88
        },
        {
          "entryTs": 1628856900,
          "entryUtc": "2021-08-13T12:15:00.000Z",
          "exitTs": 1628857860,
          "dir": -1,
          "entryPrice": 1758.388,
          "exitPrice": 1759.943,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 16
        },
        {
          "entryTs": 1628884200,
          "entryUtc": "2021-08-13T19:50:00.000Z",
          "exitTs": 1629064800,
          "dir": 1,
          "entryPrice": 1777.848,
          "exitPrice": 1779.874,
          "stopDistance": 1.013,
          "outcome": "target",
          "netR": 1.6347,
          "holdMinutes": 3010
        },
        {
          "entryTs": 1629075300,
          "entryUtc": "2021-08-16T00:55:00.000Z",
          "exitTs": 1629078840,
          "dir": 1,
          "entryPrice": 1780.175,
          "exitPrice": 1778.983,
          "stopDistance": 1.192,
          "outcome": "stop",
          "netR": -1.3523,
          "holdMinutes": 59
        },
        {
          "entryTs": 1629098100,
          "entryUtc": "2021-08-16T07:15:00.000Z",
          "exitTs": 1629100860,
          "dir": 1,
          "entryPrice": 1775.812,
          "exitPrice": 1774.095,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2445,
          "holdMinutes": 46
        },
        {
          "entryTs": 1629102600,
          "entryUtc": "2021-08-16T08:30:00.000Z",
          "exitTs": 1629106920,
          "dir": 1,
          "entryPrice": 1775.738,
          "exitPrice": 1774.066,
          "stopDistance": 1.672,
          "outcome": "stop",
          "netR": -1.2512,
          "holdMinutes": 72
        },
        {
          "entryTs": 1629108000,
          "entryUtc": "2021-08-16T10:00:00.000Z",
          "exitTs": 1629111540,
          "dir": 1,
          "entryPrice": 1776.098,
          "exitPrice": 1774.536,
          "stopDistance": 1.562,
          "outcome": "stop",
          "netR": -1.2689,
          "holdMinutes": 59
        },
        {
          "entryTs": 1629116700,
          "entryUtc": "2021-08-16T12:25:00.000Z",
          "exitTs": 1629117300,
          "dir": 1,
          "entryPrice": 1774.648,
          "exitPrice": 1778.694,
          "stopDistance": 2.023,
          "outcome": "target",
          "netR": 1.8171,
          "holdMinutes": 10
        },
        {
          "entryTs": 1629147000,
          "entryUtc": "2021-08-16T20:50:00.000Z",
          "exitTs": 1629147540,
          "dir": 1,
          "entryPrice": 1787.648,
          "exitPrice": 1786.839,
          "stopDistance": 0.809,
          "outcome": "stop",
          "netR": -1.519,
          "holdMinutes": 9
        },
        {
          "entryTs": 1629154500,
          "entryUtc": "2021-08-16T22:55:00.000Z",
          "exitTs": 1629156900,
          "dir": 1,
          "entryPrice": 1787.668,
          "exitPrice": 1787.012,
          "stopDistance": 0.656,
          "outcome": "stop",
          "netR": -1.6404,
          "holdMinutes": 40
        },
        {
          "entryTs": 1629162600,
          "entryUtc": "2021-08-17T01:10:00.000Z",
          "exitTs": 1629163200,
          "dir": 1,
          "entryPrice": 1787.428,
          "exitPrice": 1786.373,
          "stopDistance": 1.055,
          "outcome": "stop",
          "netR": -1.3982,
          "holdMinutes": 10
        },
        {
          "entryTs": 1629168900,
          "entryUtc": "2021-08-17T02:55:00.000Z",
          "exitTs": 1629170940,
          "dir": 1,
          "entryPrice": 1787.218,
          "exitPrice": 1785.892,
          "stopDistance": 1.326,
          "outcome": "stop",
          "netR": -1.3166,
          "holdMinutes": 34
        },
        {
          "entryTs": 1629176700,
          "entryUtc": "2021-08-17T05:05:00.000Z",
          "exitTs": 1629178560,
          "dir": 1,
          "entryPrice": 1786.768,
          "exitPrice": 1788.738,
          "stopDistance": 0.985,
          "outcome": "target",
          "netR": 1.6244,
          "holdMinutes": 31
        },
        {
          "entryTs": 1629220800,
          "entryUtc": "2021-08-17T17:20:00.000Z",
          "exitTs": 1629227280,
          "dir": 1,
          "entryPrice": 1784.148,
          "exitPrice": 1782.51,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2564,
          "holdMinutes": 108
        },
        {
          "entryTs": 1629230100,
          "entryUtc": "2021-08-17T19:55:00.000Z",
          "exitTs": 1629240180,
          "dir": 1,
          "entryPrice": 1784.808,
          "exitPrice": 1786.61,
          "stopDistance": 0.901,
          "outcome": "target",
          "netR": 1.5893,
          "holdMinutes": 168
        },
        {
          "entryTs": 1629244800,
          "entryUtc": "2021-08-18T00:00:00.000Z",
          "exitTs": 1629244920,
          "dir": 1,
          "entryPrice": 1786.048,
          "exitPrice": 1785.366,
          "stopDistance": 0.682,
          "outcome": "stop",
          "netR": -1.616,
          "holdMinutes": 2
        },
        {
          "entryTs": 1629248700,
          "entryUtc": "2021-08-18T01:05:00.000Z",
          "exitTs": 1629249060,
          "dir": 1,
          "entryPrice": 1786.258,
          "exitPrice": 1788.164,
          "stopDistance": 0.953,
          "outcome": "target",
          "netR": 1.6117,
          "holdMinutes": 6
        },
        {
          "entryTs": 1629266400,
          "entryUtc": "2021-08-18T06:00:00.000Z",
          "exitTs": 1629268440,
          "dir": 1,
          "entryPrice": 1790.578,
          "exitPrice": 1792.857,
          "stopDistance": 1.14,
          "outcome": "target",
          "netR": 1.6753,
          "holdMinutes": 34
        },
        {
          "entryTs": 1629288900,
          "entryUtc": "2021-08-18T12:15:00.000Z",
          "exitTs": 1629290100,
          "dir": 1,
          "entryPrice": 1787.698,
          "exitPrice": 1790.819,
          "stopDistance": 1.561,
          "outcome": "target",
          "netR": 1.7629,
          "holdMinutes": 20
        },
        {
          "entryTs": 1629302700,
          "entryUtc": "2021-08-18T16:05:00.000Z",
          "exitTs": 1629303420,
          "dir": 1,
          "entryPrice": 1784.438,
          "exitPrice": 1782.237,
          "stopDistance": 2.201,
          "outcome": "stop",
          "netR": -1.1908,
          "holdMinutes": 12
        },
        {
          "entryTs": 1629309900,
          "entryUtc": "2021-08-18T18:05:00.000Z",
          "exitTs": 1629310080,
          "dir": 1,
          "entryPrice": 1788.798,
          "exitPrice": 1786.552,
          "stopDistance": 2.246,
          "outcome": "stop",
          "netR": -1.187,
          "holdMinutes": 3
        },
        {
          "entryTs": 1629355500,
          "entryUtc": "2021-08-19T06:45:00.000Z",
          "exitTs": 1629361560,
          "dir": 1,
          "entryPrice": 1780.158,
          "exitPrice": 1778.36,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2336,
          "holdMinutes": 101
        },
        {
          "entryTs": 1629362400,
          "entryUtc": "2021-08-19T08:40:00.000Z",
          "exitTs": 1629369660,
          "dir": 1,
          "entryPrice": 1784.967,
          "exitPrice": 1789.683,
          "stopDistance": 2.358,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 121
        },
        {
          "entryTs": 1629378000,
          "entryUtc": "2021-08-19T13:00:00.000Z",
          "exitTs": 1629379860,
          "dir": 1,
          "entryPrice": 1788.708,
          "exitPrice": 1786.28,
          "stopDistance": 2.428,
          "outcome": "stop",
          "netR": -1.173,
          "holdMinutes": 31
        },
        {
          "entryTs": 1629388500,
          "entryUtc": "2021-08-19T15:55:00.000Z",
          "exitTs": 1629389460,
          "dir": 1,
          "entryPrice": 1783.468,
          "exitPrice": 1781.128,
          "stopDistance": 2.34,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 16
        },
        {
          "entryTs": 1629393300,
          "entryUtc": "2021-08-19T17:15:00.000Z",
          "exitTs": 1629393960,
          "dir": 1,
          "entryPrice": 1782.848,
          "exitPrice": 1781.351,
          "stopDistance": 1.497,
          "outcome": "stop",
          "netR": -1.2805,
          "holdMinutes": 11
        },
        {
          "entryTs": 1629402900,
          "entryUtc": "2021-08-19T19:55:00.000Z",
          "exitTs": 1629410400,
          "dir": 1,
          "entryPrice": 1780.948,
          "exitPrice": 1779.483,
          "stopDistance": 1.465,
          "outcome": "stop",
          "netR": -1.2868,
          "holdMinutes": 125
        },
        {
          "entryTs": 1629420300,
          "entryUtc": "2021-08-20T00:45:00.000Z",
          "exitTs": 1629421440,
          "dir": 1,
          "entryPrice": 1780.118,
          "exitPrice": 1782.193,
          "stopDistance": 1.038,
          "outcome": "target",
          "netR": 1.6434,
          "holdMinutes": 19
        },
        {
          "entryTs": 1629438000,
          "entryUtc": "2021-08-20T05:40:00.000Z",
          "exitTs": 1629442620,
          "dir": 1,
          "entryPrice": 1785.487,
          "exitPrice": 1788.169,
          "stopDistance": 1.341,
          "outcome": "target",
          "netR": 1.7241,
          "holdMinutes": 77
        },
        {
          "entryTs": 1629456300,
          "entryUtc": "2021-08-20T10:45:00.000Z",
          "exitTs": 1629464160,
          "dir": 1,
          "entryPrice": 1784.104,
          "exitPrice": 1782.603,
          "stopDistance": 1.501,
          "outcome": "stop",
          "netR": -1.2798,
          "holdMinutes": 131
        },
        {
          "entryTs": 1629467100,
          "entryUtc": "2021-08-20T13:45:00.000Z",
          "exitTs": 1629467220,
          "dir": 1,
          "entryPrice": 1784.618,
          "exitPrice": 1782.231,
          "stopDistance": 2.387,
          "outcome": "stop",
          "netR": -1.1759,
          "holdMinutes": 2
        },
        {
          "entryTs": 1629472800,
          "entryUtc": "2021-08-20T15:20:00.000Z",
          "exitTs": 1629492060,
          "dir": 1,
          "entryPrice": 1783.355,
          "exitPrice": 1780.791,
          "stopDistance": 2.564,
          "outcome": "stop",
          "netR": -1.1638,
          "holdMinutes": 321
        },
        {
          "entryTs": 1629680100,
          "entryUtc": "2021-08-23T00:55:00.000Z",
          "exitTs": 1629680520,
          "dir": 1,
          "entryPrice": 1778.958,
          "exitPrice": 1777.784,
          "stopDistance": 1.174,
          "outcome": "stop",
          "netR": -1.3579,
          "holdMinutes": 7
        },
        {
          "entryTs": 1629683400,
          "entryUtc": "2021-08-23T01:50:00.000Z",
          "exitTs": 1629683700,
          "dir": 1,
          "entryPrice": 1781.968,
          "exitPrice": 1785.838,
          "stopDistance": 1.935,
          "outcome": "target",
          "netR": 1.8088,
          "holdMinutes": 5
        },
        {
          "entryTs": 1629697800,
          "entryUtc": "2021-08-23T05:50:00.000Z",
          "exitTs": 1629698220,
          "dir": 1,
          "entryPrice": 1787.708,
          "exitPrice": 1786.585,
          "stopDistance": 1.123,
          "outcome": "stop",
          "netR": -1.3739,
          "holdMinutes": 7
        },
        {
          "entryTs": 1629704700,
          "entryUtc": "2021-08-23T07:45:00.000Z",
          "exitTs": 1629705540,
          "dir": 1,
          "entryPrice": 1786.687,
          "exitPrice": 1785.243,
          "stopDistance": 1.444,
          "outcome": "stop",
          "netR": -1.2909,
          "holdMinutes": 14
        },
        {
          "entryTs": 1629708000,
          "entryUtc": "2021-08-23T08:40:00.000Z",
          "exitTs": 1629715680,
          "dir": 1,
          "entryPrice": 1786.539,
          "exitPrice": 1789.519,
          "stopDistance": 1.49,
          "outcome": "target",
          "netR": 1.7517,
          "holdMinutes": 128
        },
        {
          "entryTs": 1629729600,
          "entryUtc": "2021-08-23T14:40:00.000Z",
          "exitTs": 1629759600,
          "dir": 1,
          "entryPrice": 1800.688,
          "exitPrice": 1804.818,
          "stopDistance": 3.22,
          "outcome": "time",
          "netR": 1.1676,
          "holdMinutes": 500
        },
        {
          "entryTs": 1629762000,
          "entryUtc": "2021-08-23T23:40:00.000Z",
          "exitTs": 1629763080,
          "dir": 1,
          "entryPrice": 1805.278,
          "exitPrice": 1804.723,
          "stopDistance": 0.555,
          "outcome": "stop",
          "netR": -1.7564,
          "holdMinutes": 18
        },
        {
          "entryTs": 1629770100,
          "entryUtc": "2021-08-24T01:55:00.000Z",
          "exitTs": 1629770580,
          "dir": 1,
          "entryPrice": 1804.298,
          "exitPrice": 1803.13,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3597,
          "holdMinutes": 8
        },
        {
          "entryTs": 1629782100,
          "entryUtc": "2021-08-24T05:15:00.000Z",
          "exitTs": 1629782880,
          "dir": 1,
          "entryPrice": 1801.808,
          "exitPrice": 1801.078,
          "stopDistance": 0.73,
          "outcome": "stop",
          "netR": -1.5752,
          "holdMinutes": 13
        },
        {
          "entryTs": 1629797400,
          "entryUtc": "2021-08-24T09:30:00.000Z",
          "exitTs": 1629807180,
          "dir": 1,
          "entryPrice": 1802.978,
          "exitPrice": 1805.655,
          "stopDistance": 1.338,
          "outcome": "target",
          "netR": 1.7235,
          "holdMinutes": 163
        },
        {
          "entryTs": 1629808500,
          "entryUtc": "2021-08-24T12:35:00.000Z",
          "exitTs": 1629811920,
          "dir": 1,
          "entryPrice": 1806.127,
          "exitPrice": 1804.049,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 57
        },
        {
          "entryTs": 1629813600,
          "entryUtc": "2021-08-24T14:00:00.000Z",
          "exitTs": 1629834660,
          "dir": 1,
          "entryPrice": 1806.596,
          "exitPrice": 1803.564,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 351
        },
        {
          "entryTs": 1629869100,
          "entryUtc": "2021-08-25T05:25:00.000Z",
          "exitTs": 1629873000,
          "dir": 1,
          "entryPrice": 1795.048,
          "exitPrice": 1797.286,
          "stopDistance": 1.119,
          "outcome": "target",
          "netR": 1.6693,
          "holdMinutes": 65
        },
        {
          "entryTs": 1629879600,
          "entryUtc": "2021-08-25T08:20:00.000Z",
          "exitTs": 1629880020,
          "dir": 1,
          "entryPrice": 1795.734,
          "exitPrice": 1793.958,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2364,
          "holdMinutes": 7
        },
        {
          "entryTs": 1629881100,
          "entryUtc": "2021-08-25T08:45:00.000Z",
          "exitTs": 1629882420,
          "dir": 1,
          "entryPrice": 1794.688,
          "exitPrice": 1792.814,
          "stopDistance": 1.874,
          "outcome": "stop",
          "netR": -1.2242,
          "holdMinutes": 22
        },
        {
          "entryTs": 1629885300,
          "entryUtc": "2021-08-25T09:55:00.000Z",
          "exitTs": 1629888300,
          "dir": 1,
          "entryPrice": 1794.56,
          "exitPrice": 1793.102,
          "stopDistance": 1.458,
          "outcome": "stop",
          "netR": -1.2882,
          "holdMinutes": 50
        },
        {
          "entryTs": 1629892500,
          "entryUtc": "2021-08-25T11:55:00.000Z",
          "exitTs": 1629893700,
          "dir": 1,
          "entryPrice": 1793.758,
          "exitPrice": 1792.166,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2638,
          "holdMinutes": 20
        },
        {
          "entryTs": 1629895800,
          "entryUtc": "2021-08-25T12:50:00.000Z",
          "exitTs": 1629898200,
          "dir": 1,
          "entryPrice": 1796.028,
          "exitPrice": 1793.4,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 40
        },
        {
          "entryTs": 1629907200,
          "entryUtc": "2021-08-25T16:00:00.000Z",
          "exitTs": 1629937200,
          "dir": 1,
          "entryPrice": 1789.055,
          "exitPrice": 1791.045,
          "stopDistance": 2.707,
          "outcome": "time",
          "netR": 0.5984,
          "holdMinutes": 500
        },
        {
          "entryTs": 1629965700,
          "entryUtc": "2021-08-26T08:15:00.000Z",
          "exitTs": 1629972780,
          "dir": -1,
          "entryPrice": 1785.245,
          "exitPrice": 1786.948,
          "stopDistance": 1.703,
          "outcome": "stop",
          "netR": -1.2466,
          "holdMinutes": 118
        },
        {
          "entryTs": 1630006500,
          "entryUtc": "2021-08-26T19:35:00.000Z",
          "exitTs": 1630025400,
          "dir": 1,
          "entryPrice": 1792.118,
          "exitPrice": 1794.162,
          "stopDistance": 1.022,
          "outcome": "target",
          "netR": 1.6379,
          "holdMinutes": 315
        },
        {
          "entryTs": 1630065300,
          "entryUtc": "2021-08-27T11:55:00.000Z",
          "exitTs": 1630065960,
          "dir": 1,
          "entryPrice": 1796.058,
          "exitPrice": 1794.774,
          "stopDistance": 1.284,
          "outcome": "stop",
          "netR": -1.3271,
          "holdMinutes": 11
        },
        {
          "entryTs": 1630073700,
          "entryUtc": "2021-08-27T14:15:00.000Z",
          "exitTs": 1630080000,
          "dir": 1,
          "entryPrice": 1802.248,
          "exitPrice": 1813.54,
          "stopDistance": 5.646,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 105
        },
        {
          "entryTs": 1630275300,
          "entryUtc": "2021-08-29T22:15:00.000Z",
          "exitTs": 1630277220,
          "dir": 1,
          "entryPrice": 1818.698,
          "exitPrice": 1817.343,
          "stopDistance": 1.355,
          "outcome": "stop",
          "netR": -1.3099,
          "holdMinutes": 32
        },
        {
          "entryTs": 1630279500,
          "entryUtc": "2021-08-29T23:25:00.000Z",
          "exitTs": 1630283400,
          "dir": 1,
          "entryPrice": 1818.118,
          "exitPrice": 1820.02,
          "stopDistance": 0.951,
          "outcome": "target",
          "netR": 1.6108,
          "holdMinutes": 65
        },
        {
          "entryTs": 1630298400,
          "entryUtc": "2021-08-30T04:40:00.000Z",
          "exitTs": 1630302600,
          "dir": 1,
          "entryPrice": 1816.048,
          "exitPrice": 1814.98,
          "stopDistance": 1.068,
          "outcome": "stop",
          "netR": -1.3932,
          "holdMinutes": 70
        },
        {
          "entryTs": 1630311600,
          "entryUtc": "2021-08-30T08:20:00.000Z",
          "exitTs": 1630324680,
          "dir": 1,
          "entryPrice": 1815.088,
          "exitPrice": 1817.618,
          "stopDistance": 1.265,
          "outcome": "target",
          "netR": 1.7075,
          "holdMinutes": 218
        },
        {
          "entryTs": 1630350300,
          "entryUtc": "2021-08-30T19:05:00.000Z",
          "exitTs": 1630355580,
          "dir": 1,
          "entryPrice": 1810.438,
          "exitPrice": 1809.375,
          "stopDistance": 1.063,
          "outcome": "stop",
          "netR": -1.3953,
          "holdMinutes": 88
        },
        {
          "entryTs": 1630363200,
          "entryUtc": "2021-08-30T22:40:00.000Z",
          "exitTs": 1630369080,
          "dir": 1,
          "entryPrice": 1810.148,
          "exitPrice": 1811.356,
          "stopDistance": 0.604,
          "outcome": "target",
          "netR": 1.3873,
          "holdMinutes": 98
        },
        {
          "entryTs": 1630405200,
          "entryUtc": "2021-08-31T10:20:00.000Z",
          "exitTs": 1630406760,
          "dir": 1,
          "entryPrice": 1816.115,
          "exitPrice": 1814.978,
          "stopDistance": 1.137,
          "outcome": "stop",
          "netR": -1.3693,
          "holdMinutes": 26
        },
        {
          "entryTs": 1630417800,
          "entryUtc": "2021-08-31T13:50:00.000Z",
          "exitTs": 1630419300,
          "dir": 1,
          "entryPrice": 1813.158,
          "exitPrice": 1809.931,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 25
        },
        {
          "entryTs": 1630426500,
          "entryUtc": "2021-08-31T16:15:00.000Z",
          "exitTs": 1630429440,
          "dir": 1,
          "entryPrice": 1809.678,
          "exitPrice": 1815.14,
          "stopDistance": 2.731,
          "outcome": "target",
          "netR": 1.8645,
          "holdMinutes": 49
        },
        {
          "entryTs": 1630440900,
          "entryUtc": "2021-08-31T20:15:00.000Z",
          "exitTs": 1630443480,
          "dir": 1,
          "entryPrice": 1814.718,
          "exitPrice": 1813.766,
          "stopDistance": 0.952,
          "outcome": "stop",
          "netR": -1.4413,
          "holdMinutes": 43
        },
        {
          "entryTs": 1630453200,
          "entryUtc": "2021-08-31T23:40:00.000Z",
          "exitTs": 1630454520,
          "dir": 1,
          "entryPrice": 1814.448,
          "exitPrice": 1813.751,
          "stopDistance": 0.697,
          "outcome": "stop",
          "netR": -1.603,
          "holdMinutes": 22
        },
        {
          "entryTs": 1630464600,
          "entryUtc": "2021-09-01T02:50:00.000Z",
          "exitTs": 1630469520,
          "dir": 1,
          "entryPrice": 1812.958,
          "exitPrice": 1815.767,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7366,
          "holdMinutes": 82
        },
        {
          "entryTs": 1630476000,
          "entryUtc": "2021-09-01T06:00:00.000Z",
          "exitTs": 1630480260,
          "dir": 1,
          "entryPrice": 1815.188,
          "exitPrice": 1813.925,
          "stopDistance": 1.263,
          "outcome": "stop",
          "netR": -1.3326,
          "holdMinutes": 71
        },
        {
          "entryTs": 1630488900,
          "entryUtc": "2021-09-01T09:35:00.000Z",
          "exitTs": 1630495860,
          "dir": 1,
          "entryPrice": 1813.705,
          "exitPrice": 1812.165,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.2728,
          "holdMinutes": 116
        },
        {
          "entryTs": 1630498800,
          "entryUtc": "2021-09-01T12:20:00.000Z",
          "exitTs": 1630498980,
          "dir": 1,
          "entryPrice": 1815.794,
          "exitPrice": 1814.048,
          "stopDistance": 1.746,
          "outcome": "stop",
          "netR": -1.2405,
          "holdMinutes": 3
        },
        {
          "entryTs": 1630510800,
          "entryUtc": "2021-09-01T15:40:00.000Z",
          "exitTs": 1630540800,
          "dir": 1,
          "entryPrice": 1814.344,
          "exitPrice": 1813.388,
          "stopDistance": 2.614,
          "outcome": "time",
          "netR": -0.5073,
          "holdMinutes": 500
        },
        {
          "entryTs": 1630541700,
          "entryUtc": "2021-09-02T00:15:00.000Z",
          "exitTs": 1630542480,
          "dir": 1,
          "entryPrice": 1814.898,
          "exitPrice": 1814.214,
          "stopDistance": 0.684,
          "outcome": "stop",
          "netR": -1.6143,
          "holdMinutes": 13
        },
        {
          "entryTs": 1630560900,
          "entryUtc": "2021-09-02T05:35:00.000Z",
          "exitTs": 1630562400,
          "dir": 1,
          "entryPrice": 1812.968,
          "exitPrice": 1814.567,
          "stopDistance": 0.799,
          "outcome": "target",
          "netR": 1.5371,
          "holdMinutes": 25
        },
        {
          "entryTs": 1630567800,
          "entryUtc": "2021-09-02T07:30:00.000Z",
          "exitTs": 1630575600,
          "dir": 1,
          "entryPrice": 1813.885,
          "exitPrice": 1816.258,
          "stopDistance": 1.186,
          "outcome": "target",
          "netR": 1.6881,
          "holdMinutes": 130
        },
        {
          "entryTs": 1630584300,
          "entryUtc": "2021-09-02T12:05:00.000Z",
          "exitTs": 1630584600,
          "dir": 1,
          "entryPrice": 1816.135,
          "exitPrice": 1815.14,
          "stopDistance": 0.995,
          "outcome": "stop",
          "netR": -1.4221,
          "holdMinutes": 5
        },
        {
          "entryTs": 1630594800,
          "entryUtc": "2021-09-02T15:00:00.000Z",
          "exitTs": 1630597920,
          "dir": 1,
          "entryPrice": 1812.418,
          "exitPrice": 1809.223,
          "stopDistance": 3.195,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 52
        },
        {
          "entryTs": 1630604400,
          "entryUtc": "2021-09-02T17:40:00.000Z",
          "exitTs": 1630608480,
          "dir": 1,
          "entryPrice": 1809.698,
          "exitPrice": 1808.409,
          "stopDistance": 1.289,
          "outcome": "stop",
          "netR": -1.3259,
          "holdMinutes": 68
        },
        {
          "entryTs": 1630610700,
          "entryUtc": "2021-09-02T19:25:00.000Z",
          "exitTs": 1630630800,
          "dir": 1,
          "entryPrice": 1809.488,
          "exitPrice": 1811.222,
          "stopDistance": 0.867,
          "outcome": "target",
          "netR": 1.5731,
          "holdMinutes": 335
        },
        {
          "entryTs": 1630648500,
          "entryUtc": "2021-09-03T05:55:00.000Z",
          "exitTs": 1630652460,
          "dir": 1,
          "entryPrice": 1812.468,
          "exitPrice": 1814.088,
          "stopDistance": 0.81,
          "outcome": "target",
          "netR": 1.5431,
          "holdMinutes": 66
        },
        {
          "entryTs": 1630662000,
          "entryUtc": "2021-09-03T09:40:00.000Z",
          "exitTs": 1630667040,
          "dir": 1,
          "entryPrice": 1812.728,
          "exitPrice": 1814.519,
          "stopDistance": 0.896,
          "outcome": "target",
          "netR": 1.5869,
          "holdMinutes": 84
        },
        {
          "entryTs": 1630880400,
          "entryUtc": "2021-09-05T22:20:00.000Z",
          "exitTs": 1630882800,
          "dir": 1,
          "entryPrice": 1829.448,
          "exitPrice": 1828.33,
          "stopDistance": 1.118,
          "outcome": "stop",
          "netR": -1.3756,
          "holdMinutes": 40
        },
        {
          "entryTs": 1630892400,
          "entryUtc": "2021-09-06T01:40:00.000Z",
          "exitTs": 1630893120,
          "dir": 1,
          "entryPrice": 1827.948,
          "exitPrice": 1826.564,
          "stopDistance": 1.384,
          "outcome": "stop",
          "netR": -1.3034,
          "holdMinutes": 12
        },
        {
          "entryTs": 1630907700,
          "entryUtc": "2021-09-06T05:55:00.000Z",
          "exitTs": 1630908300,
          "dir": 1,
          "entryPrice": 1827.308,
          "exitPrice": 1826.407,
          "stopDistance": 0.901,
          "outcome": "stop",
          "netR": -1.4661,
          "holdMinutes": 10
        },
        {
          "entryTs": 1630942800,
          "entryUtc": "2021-09-06T15:40:00.000Z",
          "exitTs": 1630943940,
          "dir": 1,
          "entryPrice": 1822.778,
          "exitPrice": 1821.969,
          "stopDistance": 0.809,
          "outcome": "stop",
          "netR": -1.5192,
          "holdMinutes": 19
        },
        {
          "entryTs": 1630944600,
          "entryUtc": "2021-09-06T16:10:00.000Z",
          "exitTs": 1630967460,
          "dir": 1,
          "entryPrice": 1822.598,
          "exitPrice": 1821.845,
          "stopDistance": 0.753,
          "outcome": "stop",
          "netR": -1.5576,
          "holdMinutes": 381
        },
        {
          "entryTs": 1630969800,
          "entryUtc": "2021-09-06T23:10:00.000Z",
          "exitTs": 1630973340,
          "dir": 1,
          "entryPrice": 1822.858,
          "exitPrice": 1824.189,
          "stopDistance": 0.665,
          "outcome": "target",
          "netR": 1.4439,
          "holdMinutes": 59
        },
        {
          "entryTs": 1630999500,
          "entryUtc": "2021-09-07T07:25:00.000Z",
          "exitTs": 1631001480,
          "dir": 1,
          "entryPrice": 1819.125,
          "exitPrice": 1817.47,
          "stopDistance": 1.655,
          "outcome": "stop",
          "netR": -1.2538,
          "holdMinutes": 33
        },
        {
          "entryTs": 1631019600,
          "entryUtc": "2021-09-07T13:00:00.000Z",
          "exitTs": 1631020080,
          "dir": -1,
          "entryPrice": 1808.665,
          "exitPrice": 1810.827,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 8
        },
        {
          "entryTs": 1631023200,
          "entryUtc": "2021-09-07T14:00:00.000Z",
          "exitTs": 1631023320,
          "dir": -1,
          "entryPrice": 1809.707,
          "exitPrice": 1804.223,
          "stopDistance": 2.742,
          "outcome": "target",
          "netR": 1.8651,
          "holdMinutes": 2
        },
        {
          "entryTs": 1631041500,
          "entryUtc": "2021-09-07T19:05:00.000Z",
          "exitTs": 1631044440,
          "dir": -1,
          "entryPrice": 1796.614,
          "exitPrice": 1794.112,
          "stopDistance": 1.251,
          "outcome": "target",
          "netR": 1.7042,
          "holdMinutes": 49
        },
        {
          "entryTs": 1631072100,
          "entryUtc": "2021-09-08T03:35:00.000Z",
          "exitTs": 1631073060,
          "dir": -1,
          "entryPrice": 1797.417,
          "exitPrice": 1798.549,
          "stopDistance": 1.132,
          "outcome": "stop",
          "netR": -1.3711,
          "holdMinutes": 16
        },
        {
          "entryTs": 1631092800,
          "entryUtc": "2021-09-08T09:20:00.000Z",
          "exitTs": 1631098980,
          "dir": -1,
          "entryPrice": 1797.598,
          "exitPrice": 1799.132,
          "stopDistance": 1.534,
          "outcome": "stop",
          "netR": -1.2738,
          "holdMinutes": 103
        },
        {
          "entryTs": 1631102400,
          "entryUtc": "2021-09-08T12:00:00.000Z",
          "exitTs": 1631102520,
          "dir": -1,
          "entryPrice": 1796.864,
          "exitPrice": 1798.273,
          "stopDistance": 1.409,
          "outcome": "stop",
          "netR": -1.2981,
          "holdMinutes": 2
        },
        {
          "entryTs": 1631105700,
          "entryUtc": "2021-09-08T12:55:00.000Z",
          "exitTs": 1631108580,
          "dir": -1,
          "entryPrice": 1796.778,
          "exitPrice": 1792.427,
          "stopDistance": 2.175,
          "outcome": "target",
          "netR": 1.8299,
          "holdMinutes": 48
        },
        {
          "entryTs": 1631120400,
          "entryUtc": "2021-09-08T17:00:00.000Z",
          "exitTs": 1631121600,
          "dir": -1,
          "entryPrice": 1790.914,
          "exitPrice": 1792.872,
          "stopDistance": 1.958,
          "outcome": "stop",
          "netR": -1.2145,
          "holdMinutes": 20
        },
        {
          "entryTs": 1631122500,
          "entryUtc": "2021-09-08T17:35:00.000Z",
          "exitTs": 1631125380,
          "dir": -1,
          "entryPrice": 1791.208,
          "exitPrice": 1793.189,
          "stopDistance": 1.981,
          "outcome": "stop",
          "netR": -1.212,
          "holdMinutes": 48
        },
        {
          "entryTs": 1631127600,
          "entryUtc": "2021-09-08T19:00:00.000Z",
          "exitTs": 1631130120,
          "dir": -1,
          "entryPrice": 1791.378,
          "exitPrice": 1788.999,
          "stopDistance": 1.19,
          "outcome": "target",
          "netR": 1.689,
          "holdMinutes": 42
        },
        {
          "entryTs": 1631142300,
          "entryUtc": "2021-09-08T23:05:00.000Z",
          "exitTs": 1631145120,
          "dir": -1,
          "entryPrice": 1789.504,
          "exitPrice": 1790.213,
          "stopDistance": 0.709,
          "outcome": "stop",
          "netR": -1.5923,
          "holdMinutes": 47
        },
        {
          "entryTs": 1631145900,
          "entryUtc": "2021-09-09T00:05:00.000Z",
          "exitTs": 1631147280,
          "dir": -1,
          "entryPrice": 1788.455,
          "exitPrice": 1789.517,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3954,
          "holdMinutes": 23
        },
        {
          "entryTs": 1631157900,
          "entryUtc": "2021-09-09T03:25:00.000Z",
          "exitTs": 1631171100,
          "dir": -1,
          "entryPrice": 1788.288,
          "exitPrice": 1789.427,
          "stopDistance": 1.139,
          "outcome": "stop",
          "netR": -1.3686,
          "holdMinutes": 220
        },
        {
          "entryTs": 1631191200,
          "entryUtc": "2021-09-09T12:40:00.000Z",
          "exitTs": 1631192940,
          "dir": -1,
          "entryPrice": 1793.517,
          "exitPrice": 1795.787,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 29
        },
        {
          "entryTs": 1631194800,
          "entryUtc": "2021-09-09T13:40:00.000Z",
          "exitTs": 1631195760,
          "dir": -1,
          "entryPrice": 1795.418,
          "exitPrice": 1789.418,
          "stopDistance": 3,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 16
        },
        {
          "entryTs": 1631213100,
          "entryUtc": "2021-09-09T18:45:00.000Z",
          "exitTs": 1631217480,
          "dir": -1,
          "entryPrice": 1794.104,
          "exitPrice": 1795.777,
          "stopDistance": 1.673,
          "outcome": "stop",
          "netR": -1.2511,
          "holdMinutes": 73
        },
        {
          "entryTs": 1631219400,
          "entryUtc": "2021-09-09T20:30:00.000Z",
          "exitTs": 1631228940,
          "dir": -1,
          "entryPrice": 1794.358,
          "exitPrice": 1795.693,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3146,
          "holdMinutes": 159
        },
        {
          "entryTs": 1631236800,
          "entryUtc": "2021-09-10T01:20:00.000Z",
          "exitTs": 1631237700,
          "dir": -1,
          "entryPrice": 1793.408,
          "exitPrice": 1794.868,
          "stopDistance": 1.46,
          "outcome": "stop",
          "netR": -1.2877,
          "holdMinutes": 15
        },
        {
          "entryTs": 1631248500,
          "entryUtc": "2021-09-10T04:35:00.000Z",
          "exitTs": 1631251440,
          "dir": -1,
          "entryPrice": 1797.215,
          "exitPrice": 1798.235,
          "stopDistance": 1.021,
          "outcome": "stop",
          "netR": -1.4116,
          "holdMinutes": 49
        },
        {
          "entryTs": 1631260200,
          "entryUtc": "2021-09-10T07:50:00.000Z",
          "exitTs": 1631262360,
          "dir": -1,
          "entryPrice": 1801.114,
          "exitPrice": 1802.526,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2975,
          "holdMinutes": 36
        },
        {
          "entryTs": 1631265600,
          "entryUtc": "2021-09-10T09:20:00.000Z",
          "exitTs": 1631267640,
          "dir": -1,
          "entryPrice": 1801.044,
          "exitPrice": 1798.393,
          "stopDistance": 1.326,
          "outcome": "target",
          "netR": 1.7209,
          "holdMinutes": 34
        },
        {
          "entryTs": 1631277900,
          "entryUtc": "2021-09-10T12:45:00.000Z",
          "exitTs": 1631280840,
          "dir": -1,
          "entryPrice": 1795.194,
          "exitPrice": 1790.735,
          "stopDistance": 2.229,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 49
        },
        {
          "entryTs": 1631286900,
          "entryUtc": "2021-09-10T15:15:00.000Z",
          "exitTs": 1631296320,
          "dir": -1,
          "entryPrice": 1794.304,
          "exitPrice": 1789.139,
          "stopDistance": 2.582,
          "outcome": "target",
          "netR": 1.8567,
          "holdMinutes": 157
        },
        {
          "entryTs": 1631487900,
          "entryUtc": "2021-09-12T23:05:00.000Z",
          "exitTs": 1631491800,
          "dir": -1,
          "entryPrice": 1787.844,
          "exitPrice": 1785.933,
          "stopDistance": 0.955,
          "outcome": "target",
          "netR": 1.6127,
          "holdMinutes": 65
        },
        {
          "entryTs": 1631509500,
          "entryUtc": "2021-09-13T05:05:00.000Z",
          "exitTs": 1631509980,
          "dir": -1,
          "entryPrice": 1790.294,
          "exitPrice": 1791.149,
          "stopDistance": 0.855,
          "outcome": "stop",
          "netR": -1.4911,
          "holdMinutes": 8
        },
        {
          "entryTs": 1631514300,
          "entryUtc": "2021-09-13T06:25:00.000Z",
          "exitTs": 1631516460,
          "dir": -1,
          "entryPrice": 1789.885,
          "exitPrice": 1787.478,
          "stopDistance": 1.203,
          "outcome": "target",
          "netR": 1.6926,
          "holdMinutes": 36
        },
        {
          "entryTs": 1631525400,
          "entryUtc": "2021-09-13T09:30:00.000Z",
          "exitTs": 1631534400,
          "dir": -1,
          "entryPrice": 1789.274,
          "exitPrice": 1790.425,
          "stopDistance": 1.151,
          "outcome": "stop",
          "netR": -1.365,
          "holdMinutes": 150
        },
        {
          "entryTs": 1631536800,
          "entryUtc": "2021-09-13T12:40:00.000Z",
          "exitTs": 1631538780,
          "dir": -1,
          "entryPrice": 1787.857,
          "exitPrice": 1789.436,
          "stopDistance": 1.578,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 33
        },
        {
          "entryTs": 1631549700,
          "entryUtc": "2021-09-13T16:15:00.000Z",
          "exitTs": 1631579700,
          "dir": -1,
          "entryPrice": 1793.758,
          "exitPrice": 1792.294,
          "stopDistance": 1.764,
          "outcome": "time",
          "netR": 0.6204,
          "holdMinutes": 500
        },
        {
          "entryTs": 1631588700,
          "entryUtc": "2021-09-14T03:05:00.000Z",
          "exitTs": 1631597160,
          "dir": -1,
          "entryPrice": 1791.004,
          "exitPrice": 1792.084,
          "stopDistance": 1.08,
          "outcome": "stop",
          "netR": -1.3889,
          "holdMinutes": 141
        },
        {
          "entryTs": 1631605500,
          "entryUtc": "2021-09-14T07:45:00.000Z",
          "exitTs": 1631611260,
          "dir": -1,
          "entryPrice": 1790.538,
          "exitPrice": 1787.562,
          "stopDistance": 1.488,
          "outcome": "target",
          "netR": 1.7514,
          "holdMinutes": 96
        },
        {
          "entryTs": 1631640300,
          "entryUtc": "2021-09-14T17:25:00.000Z",
          "exitTs": 1631645400,
          "dir": 1,
          "entryPrice": 1804.727,
          "exitPrice": 1803.024,
          "stopDistance": 1.703,
          "outcome": "stop",
          "netR": -1.2466,
          "holdMinutes": 85
        },
        {
          "entryTs": 1631649300,
          "entryUtc": "2021-09-14T19:55:00.000Z",
          "exitTs": 1631653140,
          "dir": 1,
          "entryPrice": 1805.078,
          "exitPrice": 1804.083,
          "stopDistance": 0.995,
          "outcome": "stop",
          "netR": -1.4221,
          "holdMinutes": 64
        },
        {
          "entryTs": 1631671200,
          "entryUtc": "2021-09-15T02:00:00.000Z",
          "exitTs": 1631671320,
          "dir": 1,
          "entryPrice": 1803.608,
          "exitPrice": 1802.474,
          "stopDistance": 1.134,
          "outcome": "stop",
          "netR": -1.3705,
          "holdMinutes": 2
        },
        {
          "entryTs": 1631672100,
          "entryUtc": "2021-09-15T02:15:00.000Z",
          "exitTs": 1631675040,
          "dir": 1,
          "entryPrice": 1803.765,
          "exitPrice": 1802.496,
          "stopDistance": 1.269,
          "outcome": "stop",
          "netR": -1.331,
          "holdMinutes": 49
        },
        {
          "entryTs": 1631677200,
          "entryUtc": "2021-09-15T03:40:00.000Z",
          "exitTs": 1631679480,
          "dir": 1,
          "entryPrice": 1803.495,
          "exitPrice": 1802.494,
          "stopDistance": 1.001,
          "outcome": "stop",
          "netR": -1.4197,
          "holdMinutes": 38
        },
        {
          "entryTs": 1631693700,
          "entryUtc": "2021-09-15T08:15:00.000Z",
          "exitTs": 1631694240,
          "dir": 1,
          "entryPrice": 1802.468,
          "exitPrice": 1800.912,
          "stopDistance": 1.556,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 9
        },
        {
          "entryTs": 1631699100,
          "entryUtc": "2021-09-15T09:45:00.000Z",
          "exitTs": 1631708400,
          "dir": 1,
          "entryPrice": 1801.974,
          "exitPrice": 1804.814,
          "stopDistance": 1.42,
          "outcome": "target",
          "netR": 1.7394,
          "holdMinutes": 155
        },
        {
          "entryTs": 1631728200,
          "entryUtc": "2021-09-15T17:50:00.000Z",
          "exitTs": 1631744040,
          "dir": -1,
          "entryPrice": 1793.134,
          "exitPrice": 1794.381,
          "stopDistance": 1.247,
          "outcome": "stop",
          "netR": -1.3369,
          "holdMinutes": 264
        },
        {
          "entryTs": 1631752200,
          "entryUtc": "2021-09-16T00:30:00.000Z",
          "exitTs": 1631753520,
          "dir": -1,
          "entryPrice": 1793.868,
          "exitPrice": 1794.801,
          "stopDistance": 0.933,
          "outcome": "stop",
          "netR": -1.4503,
          "holdMinutes": 22
        },
        {
          "entryTs": 1631754300,
          "entryUtc": "2021-09-16T01:05:00.000Z",
          "exitTs": 1631756040,
          "dir": -1,
          "entryPrice": 1793.208,
          "exitPrice": 1794.227,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.4123,
          "holdMinutes": 29
        },
        {
          "entryTs": 1631761500,
          "entryUtc": "2021-09-16T03:05:00.000Z",
          "exitTs": 1631761560,
          "dir": -1,
          "entryPrice": 1792.914,
          "exitPrice": 1793.933,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.412,
          "holdMinutes": 1
        },
        {
          "entryTs": 1631818200,
          "entryUtc": "2021-09-16T18:50:00.000Z",
          "exitTs": 1631824560,
          "dir": -1,
          "entryPrice": 1754.568,
          "exitPrice": 1751.849,
          "stopDistance": 1.36,
          "outcome": "target",
          "netR": 1.7279,
          "holdMinutes": 106
        },
        {
          "entryTs": 1631864700,
          "entryUtc": "2021-09-17T07:45:00.000Z",
          "exitTs": 1631867280,
          "dir": -1,
          "entryPrice": 1761.184,
          "exitPrice": 1762.838,
          "stopDistance": 1.654,
          "outcome": "stop",
          "netR": -1.254,
          "holdMinutes": 43
        },
        {
          "entryTs": 1631875200,
          "entryUtc": "2021-09-17T10:40:00.000Z",
          "exitTs": 1631876460,
          "dir": -1,
          "entryPrice": 1763.744,
          "exitPrice": 1760.627,
          "stopDistance": 1.559,
          "outcome": "target",
          "netR": 1.7626,
          "holdMinutes": 21
        },
        {
          "entryTs": 1631895300,
          "entryUtc": "2021-09-17T16:15:00.000Z",
          "exitTs": 1632088800,
          "dir": -1,
          "entryPrice": 1752.108,
          "exitPrice": 1753.748,
          "stopDistance": 2.799,
          "outcome": "time",
          "netR": -0.7181,
          "holdMinutes": 3225
        },
        {
          "entryTs": 1632099000,
          "entryUtc": "2021-09-20T00:50:00.000Z",
          "exitTs": 1632102360,
          "dir": -1,
          "entryPrice": 1753.024,
          "exitPrice": 1750.79,
          "stopDistance": 1.117,
          "outcome": "target",
          "netR": 1.6688,
          "holdMinutes": 56
        },
        {
          "entryTs": 1632136200,
          "entryUtc": "2021-09-20T11:10:00.000Z",
          "exitTs": 1632137400,
          "dir": -1,
          "entryPrice": 1756.104,
          "exitPrice": 1757.636,
          "stopDistance": 1.532,
          "outcome": "stop",
          "netR": -1.2741,
          "holdMinutes": 20
        },
        {
          "entryTs": 1632144600,
          "entryUtc": "2021-09-20T13:30:00.000Z",
          "exitTs": 1632146160,
          "dir": -1,
          "entryPrice": 1756.697,
          "exitPrice": 1759.114,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1738,
          "holdMinutes": 26
        },
        {
          "entryTs": 1632153600,
          "entryUtc": "2021-09-20T16:00:00.000Z",
          "exitTs": 1632167700,
          "dir": -1,
          "entryPrice": 1761.908,
          "exitPrice": 1764.429,
          "stopDistance": 2.521,
          "outcome": "stop",
          "netR": -1.1666,
          "holdMinutes": 235
        },
        {
          "entryTs": 1632178800,
          "entryUtc": "2021-09-20T23:00:00.000Z",
          "exitTs": 1632180420,
          "dir": -1,
          "entryPrice": 1764.048,
          "exitPrice": 1764.769,
          "stopDistance": 0.721,
          "outcome": "stop",
          "netR": -1.5822,
          "holdMinutes": 27
        },
        {
          "entryTs": 1632183900,
          "entryUtc": "2021-09-21T00:25:00.000Z",
          "exitTs": 1632186660,
          "dir": -1,
          "entryPrice": 1763.068,
          "exitPrice": 1764.023,
          "stopDistance": 0.955,
          "outcome": "stop",
          "netR": -1.4396,
          "holdMinutes": 46
        },
        {
          "entryTs": 1632188400,
          "entryUtc": "2021-09-21T01:40:00.000Z",
          "exitTs": 1632189240,
          "dir": -1,
          "entryPrice": 1763.584,
          "exitPrice": 1764.69,
          "stopDistance": 1.106,
          "outcome": "stop",
          "netR": -1.3796,
          "holdMinutes": 14
        },
        {
          "entryTs": 1632192300,
          "entryUtc": "2021-09-21T02:45:00.000Z",
          "exitTs": 1632197520,
          "dir": -1,
          "entryPrice": 1763.474,
          "exitPrice": 1761.521,
          "stopDistance": 0.976,
          "outcome": "target",
          "netR": 1.6211,
          "holdMinutes": 87
        },
        {
          "entryTs": 1632206700,
          "entryUtc": "2021-09-21T06:45:00.000Z",
          "exitTs": 1632208800,
          "dir": -1,
          "entryPrice": 1761.384,
          "exitPrice": 1758.927,
          "stopDistance": 1.228,
          "outcome": "target",
          "netR": 1.6988,
          "holdMinutes": 35
        },
        {
          "entryTs": 1632241200,
          "entryUtc": "2021-09-21T16:20:00.000Z",
          "exitTs": 1632245400,
          "dir": -1,
          "entryPrice": 1775.682,
          "exitPrice": 1777.863,
          "stopDistance": 2.181,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 70
        },
        {
          "entryTs": 1632246300,
          "entryUtc": "2021-09-21T17:45:00.000Z",
          "exitTs": 1632271440,
          "dir": -1,
          "entryPrice": 1775.944,
          "exitPrice": 1772.958,
          "stopDistance": 1.493,
          "outcome": "target",
          "netR": 1.7521,
          "holdMinutes": 419
        },
        {
          "entryTs": 1632273300,
          "entryUtc": "2021-09-22T01:15:00.000Z",
          "exitTs": 1632273540,
          "dir": -1,
          "entryPrice": 1773.938,
          "exitPrice": 1775.656,
          "stopDistance": 1.718,
          "outcome": "stop",
          "netR": -1.2445,
          "holdMinutes": 4
        },
        {
          "entryTs": 1632284100,
          "entryUtc": "2021-09-22T04:15:00.000Z",
          "exitTs": 1632288180,
          "dir": -1,
          "entryPrice": 1776.444,
          "exitPrice": 1777.599,
          "stopDistance": 1.155,
          "outcome": "stop",
          "netR": -1.3635,
          "holdMinutes": 68
        },
        {
          "entryTs": 1632297600,
          "entryUtc": "2021-09-22T08:00:00.000Z",
          "exitTs": 1632298860,
          "dir": -1,
          "entryPrice": 1777.138,
          "exitPrice": 1773.884,
          "stopDistance": 1.627,
          "outcome": "target",
          "netR": 1.7726,
          "holdMinutes": 21
        },
        {
          "entryTs": 1632336300,
          "entryUtc": "2021-09-22T18:45:00.000Z",
          "exitTs": 1632366300,
          "dir": -1,
          "entryPrice": 1769.758,
          "exitPrice": 1763.284,
          "stopDistance": 4.949,
          "outcome": "time",
          "netR": 1.2334,
          "holdMinutes": 500
        },
        {
          "entryTs": 1632377700,
          "entryUtc": "2021-09-23T06:15:00.000Z",
          "exitTs": 1632381180,
          "dir": -1,
          "entryPrice": 1763.358,
          "exitPrice": 1760.765,
          "stopDistance": 1.297,
          "outcome": "target",
          "netR": 1.7146,
          "holdMinutes": 58
        },
        {
          "entryTs": 1632400200,
          "entryUtc": "2021-09-23T12:30:00.000Z",
          "exitTs": 1632401400,
          "dir": -1,
          "entryPrice": 1770.197,
          "exitPrice": 1766.041,
          "stopDistance": 2.078,
          "outcome": "target",
          "netR": 1.822,
          "holdMinutes": 20
        },
        {
          "entryTs": 1632422400,
          "entryUtc": "2021-09-23T18:40:00.000Z",
          "exitTs": 1632426300,
          "dir": -1,
          "entryPrice": 1750.564,
          "exitPrice": 1748.108,
          "stopDistance": 1.228,
          "outcome": "target",
          "netR": 1.6987,
          "holdMinutes": 65
        },
        {
          "entryTs": 1632459000,
          "entryUtc": "2021-09-24T04:50:00.000Z",
          "exitTs": 1632461400,
          "dir": -1,
          "entryPrice": 1751.234,
          "exitPrice": 1752.126,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.4708,
          "holdMinutes": 40
        },
        {
          "entryTs": 1632468000,
          "entryUtc": "2021-09-24T07:20:00.000Z",
          "exitTs": 1632468300,
          "dir": -1,
          "entryPrice": 1753.258,
          "exitPrice": 1754.796,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.273,
          "holdMinutes": 5
        },
        {
          "entryTs": 1632469200,
          "entryUtc": "2021-09-24T07:40:00.000Z",
          "exitTs": 1632471180,
          "dir": -1,
          "entryPrice": 1753.588,
          "exitPrice": 1755.197,
          "stopDistance": 1.609,
          "outcome": "stop",
          "netR": -1.261,
          "holdMinutes": 33
        },
        {
          "entryTs": 1632477300,
          "entryUtc": "2021-09-24T09:55:00.000Z",
          "exitTs": 1632479040,
          "dir": -1,
          "entryPrice": 1753.954,
          "exitPrice": 1755.202,
          "stopDistance": 1.248,
          "outcome": "stop",
          "netR": -1.3364,
          "holdMinutes": 29
        },
        {
          "entryTs": 1632482700,
          "entryUtc": "2021-09-24T11:25:00.000Z",
          "exitTs": 1632484680,
          "dir": -1,
          "entryPrice": 1753.127,
          "exitPrice": 1749.996,
          "stopDistance": 1.566,
          "outcome": "target",
          "netR": 1.7637,
          "holdMinutes": 33
        },
        {
          "entryTs": 1632504000,
          "entryUtc": "2021-09-24T17:20:00.000Z",
          "exitTs": 1632506820,
          "dir": -1,
          "entryPrice": 1750.734,
          "exitPrice": 1747.733,
          "stopDistance": 1.501,
          "outcome": "target",
          "netR": 1.7534,
          "holdMinutes": 47
        },
        {
          "entryTs": 1632699600,
          "entryUtc": "2021-09-26T23:40:00.000Z",
          "exitTs": 1632699900,
          "dir": -1,
          "entryPrice": 1748.714,
          "exitPrice": 1749.598,
          "stopDistance": 0.884,
          "outcome": "stop",
          "netR": -1.4749,
          "holdMinutes": 5
        },
        {
          "entryTs": 1632717900,
          "entryUtc": "2021-09-27T04:45:00.000Z",
          "exitTs": 1632719160,
          "dir": -1,
          "entryPrice": 1758.188,
          "exitPrice": 1759.132,
          "stopDistance": 0.944,
          "outcome": "stop",
          "netR": -1.4449,
          "holdMinutes": 21
        },
        {
          "entryTs": 1632720300,
          "entryUtc": "2021-09-27T05:25:00.000Z",
          "exitTs": 1632720600,
          "dir": -1,
          "entryPrice": 1758.634,
          "exitPrice": 1759.476,
          "stopDistance": 0.842,
          "outcome": "stop",
          "netR": -1.499,
          "holdMinutes": 5
        },
        {
          "entryTs": 1632722700,
          "entryUtc": "2021-09-27T06:05:00.000Z",
          "exitTs": 1632724620,
          "dir": -1,
          "entryPrice": 1757.174,
          "exitPrice": 1758.315,
          "stopDistance": 1.142,
          "outcome": "stop",
          "netR": -1.3679,
          "holdMinutes": 32
        },
        {
          "entryTs": 1632728400,
          "entryUtc": "2021-09-27T07:40:00.000Z",
          "exitTs": 1632729600,
          "dir": -1,
          "entryPrice": 1757.044,
          "exitPrice": 1753.723,
          "stopDistance": 1.661,
          "outcome": "target",
          "netR": 1.7772,
          "holdMinutes": 20
        },
        {
          "entryTs": 1632753900,
          "entryUtc": "2021-09-27T14:45:00.000Z",
          "exitTs": 1632759900,
          "dir": -1,
          "entryPrice": 1750.848,
          "exitPrice": 1753.55,
          "stopDistance": 2.702,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 100
        },
        {
          "entryTs": 1632762900,
          "entryUtc": "2021-09-27T17:15:00.000Z",
          "exitTs": 1632790800,
          "dir": -1,
          "entryPrice": 1751.884,
          "exitPrice": 1748.689,
          "stopDistance": 1.598,
          "outcome": "target",
          "netR": 1.7684,
          "holdMinutes": 465
        },
        {
          "entryTs": 1632799800,
          "entryUtc": "2021-09-28T03:30:00.000Z",
          "exitTs": 1632806160,
          "dir": -1,
          "entryPrice": 1750.544,
          "exitPrice": 1751.748,
          "stopDistance": 1.204,
          "outcome": "stop",
          "netR": -1.3488,
          "holdMinutes": 106
        },
        {
          "entryTs": 1632807300,
          "entryUtc": "2021-09-28T05:35:00.000Z",
          "exitTs": 1632808200,
          "dir": -1,
          "entryPrice": 1749.468,
          "exitPrice": 1747.401,
          "stopDistance": 1.034,
          "outcome": "target",
          "netR": 1.642,
          "holdMinutes": 15
        },
        {
          "entryTs": 1632821400,
          "entryUtc": "2021-09-28T09:30:00.000Z",
          "exitTs": 1632821940,
          "dir": -1,
          "entryPrice": 1742.234,
          "exitPrice": 1738.001,
          "stopDistance": 2.116,
          "outcome": "target",
          "netR": 1.8252,
          "holdMinutes": 9
        },
        {
          "entryTs": 1632837000,
          "entryUtc": "2021-09-28T13:50:00.000Z",
          "exitTs": 1632837480,
          "dir": -1,
          "entryPrice": 1730.958,
          "exitPrice": 1735.251,
          "stopDistance": 4.293,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 8
        },
        {
          "entryTs": 1632838200,
          "entryUtc": "2021-09-28T14:10:00.000Z",
          "exitTs": 1632839100,
          "dir": -1,
          "entryPrice": 1733.608,
          "exitPrice": 1738.339,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 15
        },
        {
          "entryTs": 1632849000,
          "entryUtc": "2021-09-28T17:10:00.000Z",
          "exitTs": 1632879000,
          "dir": -1,
          "entryPrice": 1736.215,
          "exitPrice": 1735.698,
          "stopDistance": 2.36,
          "outcome": "time",
          "netR": 0.0623,
          "holdMinutes": 500
        },
        {
          "entryTs": 1632890100,
          "entryUtc": "2021-09-29T04:35:00.000Z",
          "exitTs": 1632892440,
          "dir": -1,
          "entryPrice": 1738.398,
          "exitPrice": 1739.434,
          "stopDistance": 1.036,
          "outcome": "stop",
          "netR": -1.4054,
          "holdMinutes": 39
        },
        {
          "entryTs": 1632895800,
          "entryUtc": "2021-09-29T06:10:00.000Z",
          "exitTs": 1632897000,
          "dir": -1,
          "entryPrice": 1738.114,
          "exitPrice": 1739.495,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3041,
          "holdMinutes": 20
        },
        {
          "entryTs": 1632900000,
          "entryUtc": "2021-09-29T07:20:00.000Z",
          "exitTs": 1632900420,
          "dir": -1,
          "entryPrice": 1737.108,
          "exitPrice": 1739.151,
          "stopDistance": 2.043,
          "outcome": "stop",
          "netR": -1.2056,
          "holdMinutes": 7
        },
        {
          "entryTs": 1632903300,
          "entryUtc": "2021-09-29T08:15:00.000Z",
          "exitTs": 1632903720,
          "dir": -1,
          "entryPrice": 1738.498,
          "exitPrice": 1740.411,
          "stopDistance": 1.913,
          "outcome": "stop",
          "netR": -1.2195,
          "holdMinutes": 7
        },
        {
          "entryTs": 1632914700,
          "entryUtc": "2021-09-29T11:25:00.000Z",
          "exitTs": 1632915480,
          "dir": -1,
          "entryPrice": 1741.013,
          "exitPrice": 1742.482,
          "stopDistance": 1.469,
          "outcome": "stop",
          "netR": -1.2859,
          "holdMinutes": 13
        },
        {
          "entryTs": 1632942600,
          "entryUtc": "2021-09-29T19:10:00.000Z",
          "exitTs": 1632947220,
          "dir": -1,
          "entryPrice": 1724.385,
          "exitPrice": 1725.861,
          "stopDistance": 1.476,
          "outcome": "stop",
          "netR": -1.2845,
          "holdMinutes": 77
        },
        {
          "entryTs": 1632975600,
          "entryUtc": "2021-09-30T04:20:00.000Z",
          "exitTs": 1632979080,
          "dir": -1,
          "entryPrice": 1732.248,
          "exitPrice": 1733.236,
          "stopDistance": 0.988,
          "outcome": "stop",
          "netR": -1.4252,
          "holdMinutes": 58
        },
        {
          "entryTs": 1632981000,
          "entryUtc": "2021-09-30T05:50:00.000Z",
          "exitTs": 1632981840,
          "dir": -1,
          "entryPrice": 1732.138,
          "exitPrice": 1729.725,
          "stopDistance": 1.206,
          "outcome": "target",
          "netR": 1.6933,
          "holdMinutes": 14
        },
        {
          "entryTs": 1632993600,
          "entryUtc": "2021-09-30T09:20:00.000Z",
          "exitTs": 1632993780,
          "dir": -1,
          "entryPrice": 1729.308,
          "exitPrice": 1730.871,
          "stopDistance": 1.563,
          "outcome": "stop",
          "netR": -1.2688,
          "holdMinutes": 3
        },
        {
          "entryTs": 1633028700,
          "entryUtc": "2021-09-30T19:05:00.000Z",
          "exitTs": 1633030860,
          "dir": 1,
          "entryPrice": 1757.686,
          "exitPrice": 1756.048,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2565,
          "holdMinutes": 36
        },
        {
          "entryTs": 1633033200,
          "entryUtc": "2021-09-30T20:20:00.000Z",
          "exitTs": 1633039440,
          "dir": 1,
          "entryPrice": 1757.168,
          "exitPrice": 1755.979,
          "stopDistance": 1.189,
          "outcome": "stop",
          "netR": -1.3533,
          "holdMinutes": 104
        },
        {
          "entryTs": 1633079400,
          "entryUtc": "2021-10-01T09:10:00.000Z",
          "exitTs": 1633086000,
          "dir": 1,
          "entryPrice": 1754.708,
          "exitPrice": 1752.799,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 110
        },
        {
          "entryTs": 1633087500,
          "entryUtc": "2021-10-01T11:25:00.000Z",
          "exitTs": 1633087980,
          "dir": 1,
          "entryPrice": 1754.605,
          "exitPrice": 1752.989,
          "stopDistance": 1.616,
          "outcome": "stop",
          "netR": -1.2599,
          "holdMinutes": 8
        },
        {
          "entryTs": 1633089600,
          "entryUtc": "2021-10-01T12:00:00.000Z",
          "exitTs": 1633090200,
          "dir": 1,
          "entryPrice": 1754.468,
          "exitPrice": 1752.489,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2123,
          "holdMinutes": 10
        },
        {
          "entryTs": 1633092300,
          "entryUtc": "2021-10-01T12:45:00.000Z",
          "exitTs": 1633096800,
          "dir": 1,
          "entryPrice": 1757.038,
          "exitPrice": 1754.046,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 75
        },
        {
          "entryTs": 1633102500,
          "entryUtc": "2021-10-01T15:35:00.000Z",
          "exitTs": 1633298400,
          "dir": 1,
          "entryPrice": 1759.605,
          "exitPrice": 1760.675,
          "stopDistance": 3.54,
          "outcome": "time",
          "netR": 0.1978,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1633322100,
          "entryUtc": "2021-10-04T04:35:00.000Z",
          "exitTs": 1633327680,
          "dir": 1,
          "entryPrice": 1760.518,
          "exitPrice": 1762.503,
          "stopDistance": 0.992,
          "outcome": "target",
          "netR": 1.6271,
          "holdMinutes": 93
        },
        {
          "entryTs": 1633373400,
          "entryUtc": "2021-10-04T18:50:00.000Z",
          "exitTs": 1633374300,
          "dir": 1,
          "entryPrice": 1766.508,
          "exitPrice": 1764.923,
          "stopDistance": 1.585,
          "outcome": "stop",
          "netR": -1.265,
          "holdMinutes": 15
        },
        {
          "entryTs": 1633376400,
          "entryUtc": "2021-10-04T19:40:00.000Z",
          "exitTs": 1633384800,
          "dir": 1,
          "entryPrice": 1766.618,
          "exitPrice": 1769.747,
          "stopDistance": 1.564,
          "outcome": "target",
          "netR": 1.7635,
          "holdMinutes": 140
        },
        {
          "entryTs": 1633419000,
          "entryUtc": "2021-10-05T07:30:00.000Z",
          "exitTs": 1633422600,
          "dir": 1,
          "entryPrice": 1759.788,
          "exitPrice": 1757.658,
          "stopDistance": 2.13,
          "outcome": "stop",
          "netR": -1.1972,
          "holdMinutes": 60
        },
        {
          "entryTs": 1633428000,
          "entryUtc": "2021-10-05T10:00:00.000Z",
          "exitTs": 1633428660,
          "dir": 1,
          "entryPrice": 1757.815,
          "exitPrice": 1756.434,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3042,
          "holdMinutes": 11
        },
        {
          "entryTs": 1633503600,
          "entryUtc": "2021-10-06T07:00:00.000Z",
          "exitTs": 1633504140,
          "dir": -1,
          "entryPrice": 1752.245,
          "exitPrice": 1748.609,
          "stopDistance": 1.818,
          "outcome": "target",
          "netR": 1.7965,
          "holdMinutes": 9
        },
        {
          "entryTs": 1633535100,
          "entryUtc": "2021-10-06T15:45:00.000Z",
          "exitTs": 1633565100,
          "dir": 1,
          "entryPrice": 1761.57,
          "exitPrice": 1763.318,
          "stopDistance": 2.837,
          "outcome": "time",
          "netR": 0.4858,
          "holdMinutes": 500
        },
        {
          "entryTs": 1633580100,
          "entryUtc": "2021-10-07T04:15:00.000Z",
          "exitTs": 1633584120,
          "dir": 1,
          "entryPrice": 1759.398,
          "exitPrice": 1758.444,
          "stopDistance": 0.954,
          "outcome": "stop",
          "netR": -1.4402,
          "holdMinutes": 67
        },
        {
          "entryTs": 1633587600,
          "entryUtc": "2021-10-07T06:20:00.000Z",
          "exitTs": 1633588800,
          "dir": 1,
          "entryPrice": 1760.658,
          "exitPrice": 1763.585,
          "stopDistance": 1.463,
          "outcome": "target",
          "netR": 1.7471,
          "holdMinutes": 20
        },
        {
          "entryTs": 1633602900,
          "entryUtc": "2021-10-07T10:35:00.000Z",
          "exitTs": 1633609260,
          "dir": 1,
          "entryPrice": 1761.788,
          "exitPrice": 1760.332,
          "stopDistance": 1.456,
          "outcome": "stop",
          "netR": -1.2885,
          "holdMinutes": 106
        },
        {
          "entryTs": 1633615500,
          "entryUtc": "2021-10-07T14:05:00.000Z",
          "exitTs": 1633618080,
          "dir": 1,
          "entryPrice": 1760.998,
          "exitPrice": 1757.831,
          "stopDistance": 3.167,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 43
        },
        {
          "entryTs": 1633620000,
          "entryUtc": "2021-10-07T15:20:00.000Z",
          "exitTs": 1633630920,
          "dir": 1,
          "entryPrice": 1758.948,
          "exitPrice": 1756.014,
          "stopDistance": 2.934,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 182
        },
        {
          "entryTs": 1633647300,
          "entryUtc": "2021-10-07T22:55:00.000Z",
          "exitTs": 1633652160,
          "dir": -1,
          "entryPrice": 1755.348,
          "exitPrice": 1753.523,
          "stopDistance": 0.912,
          "outcome": "target",
          "netR": 1.5945,
          "holdMinutes": 81
        },
        {
          "entryTs": 1633673100,
          "entryUtc": "2021-10-08T06:05:00.000Z",
          "exitTs": 1633676640,
          "dir": 1,
          "entryPrice": 1758.938,
          "exitPrice": 1757.584,
          "stopDistance": 1.354,
          "outcome": "stop",
          "netR": -1.3103,
          "holdMinutes": 59
        },
        {
          "entryTs": 1633716000,
          "entryUtc": "2021-10-08T18:00:00.000Z",
          "exitTs": 1633718160,
          "dir": 1,
          "entryPrice": 1759.443,
          "exitPrice": 1757.805,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2565,
          "holdMinutes": 36
        },
        {
          "entryTs": 1633930800,
          "entryUtc": "2021-10-11T05:40:00.000Z",
          "exitTs": 1633930920,
          "dir": -1,
          "entryPrice": 1754.668,
          "exitPrice": 1755.801,
          "stopDistance": 1.133,
          "outcome": "stop",
          "netR": -1.3705,
          "holdMinutes": 2
        },
        {
          "entryTs": 1633939200,
          "entryUtc": "2021-10-11T08:00:00.000Z",
          "exitTs": 1633940280,
          "dir": 1,
          "entryPrice": 1757.068,
          "exitPrice": 1755.371,
          "stopDistance": 1.697,
          "outcome": "stop",
          "netR": -1.2475,
          "holdMinutes": 18
        },
        {
          "entryTs": 1633950000,
          "entryUtc": "2021-10-11T11:00:00.000Z",
          "exitTs": 1633950180,
          "dir": -1,
          "entryPrice": 1753.538,
          "exitPrice": 1754.846,
          "stopDistance": 1.308,
          "outcome": "stop",
          "netR": -1.3211,
          "holdMinutes": 3
        },
        {
          "entryTs": 1633956000,
          "entryUtc": "2021-10-11T12:40:00.000Z",
          "exitTs": 1633958220,
          "dir": -1,
          "entryPrice": 1753.478,
          "exitPrice": 1755.234,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 37
        },
        {
          "entryTs": 1633996800,
          "entryUtc": "2021-10-12T00:00:00.000Z",
          "exitTs": 1633996980,
          "dir": -1,
          "entryPrice": 1753.378,
          "exitPrice": 1752.139,
          "stopDistance": 0.62,
          "outcome": "target",
          "netR": 1.4028,
          "holdMinutes": 3
        },
        {
          "entryTs": 1634015100,
          "entryUtc": "2021-10-12T05:05:00.000Z",
          "exitTs": 1634016600,
          "dir": 1,
          "entryPrice": 1758.498,
          "exitPrice": 1760.209,
          "stopDistance": 0.856,
          "outcome": "target",
          "netR": 1.5675,
          "holdMinutes": 25
        },
        {
          "entryTs": 1634030700,
          "entryUtc": "2021-10-12T09:25:00.000Z",
          "exitTs": 1634035260,
          "dir": 1,
          "entryPrice": 1758.705,
          "exitPrice": 1761.588,
          "stopDistance": 1.442,
          "outcome": "target",
          "netR": 1.7434,
          "holdMinutes": 76
        },
        {
          "entryTs": 1634044800,
          "entryUtc": "2021-10-12T13:20:00.000Z",
          "exitTs": 1634045520,
          "dir": 1,
          "entryPrice": 1761.365,
          "exitPrice": 1758.578,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 12
        },
        {
          "entryTs": 1634046600,
          "entryUtc": "2021-10-12T13:50:00.000Z",
          "exitTs": 1634049420,
          "dir": 1,
          "entryPrice": 1766.298,
          "exitPrice": 1762.643,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 47
        },
        {
          "entryTs": 1634066700,
          "entryUtc": "2021-10-12T19:25:00.000Z",
          "exitTs": 1634072100,
          "dir": 1,
          "entryPrice": 1761.088,
          "exitPrice": 1759.966,
          "stopDistance": 1.122,
          "outcome": "stop",
          "netR": -1.3745,
          "holdMinutes": 90
        },
        {
          "entryTs": 1634077500,
          "entryUtc": "2021-10-12T22:25:00.000Z",
          "exitTs": 1634082240,
          "dir": 1,
          "entryPrice": 1760.518,
          "exitPrice": 1759.776,
          "stopDistance": 0.742,
          "outcome": "stop",
          "netR": -1.5658,
          "holdMinutes": 79
        },
        {
          "entryTs": 1634083800,
          "entryUtc": "2021-10-13T00:10:00.000Z",
          "exitTs": 1634084520,
          "dir": 1,
          "entryPrice": 1761.058,
          "exitPrice": 1760.443,
          "stopDistance": 0.615,
          "outcome": "stop",
          "netR": -1.683,
          "holdMinutes": 12
        },
        {
          "entryTs": 1634096100,
          "entryUtc": "2021-10-13T03:35:00.000Z",
          "exitTs": 1634102160,
          "dir": 1,
          "entryPrice": 1761.805,
          "exitPrice": 1760.679,
          "stopDistance": 1.126,
          "outcome": "stop",
          "netR": -1.3731,
          "holdMinutes": 101
        },
        {
          "entryTs": 1634104200,
          "entryUtc": "2021-10-13T05:50:00.000Z",
          "exitTs": 1634105160,
          "dir": 1,
          "entryPrice": 1762.358,
          "exitPrice": 1761.453,
          "stopDistance": 0.905,
          "outcome": "stop",
          "netR": -1.464,
          "holdMinutes": 16
        },
        {
          "entryTs": 1634132400,
          "entryUtc": "2021-10-13T13:40:00.000Z",
          "exitTs": 1634135640,
          "dir": 1,
          "entryPrice": 1779.648,
          "exitPrice": 1789.408,
          "stopDistance": 4.88,
          "outcome": "target",
          "netR": 1.9242,
          "holdMinutes": 54
        },
        {
          "entryTs": 1634151600,
          "entryUtc": "2021-10-13T19:00:00.000Z",
          "exitTs": 1634151780,
          "dir": 1,
          "entryPrice": 1793.695,
          "exitPrice": 1791.969,
          "stopDistance": 1.726,
          "outcome": "stop",
          "netR": -1.2434,
          "holdMinutes": 3
        },
        {
          "entryTs": 1634156100,
          "entryUtc": "2021-10-13T20:15:00.000Z",
          "exitTs": 1634173920,
          "dir": 1,
          "entryPrice": 1792.305,
          "exitPrice": 1790.884,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2956,
          "holdMinutes": 297
        },
        {
          "entryTs": 1634186400,
          "entryUtc": "2021-10-14T04:40:00.000Z",
          "exitTs": 1634191440,
          "dir": 1,
          "entryPrice": 1789.748,
          "exitPrice": 1791.725,
          "stopDistance": 0.989,
          "outcome": "target",
          "netR": 1.6257,
          "holdMinutes": 84
        },
        {
          "entryTs": 1634216100,
          "entryUtc": "2021-10-14T12:55:00.000Z",
          "exitTs": 1634218740,
          "dir": 1,
          "entryPrice": 1798.298,
          "exitPrice": 1795.708,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 44
        },
        {
          "entryTs": 1634220900,
          "entryUtc": "2021-10-14T14:15:00.000Z",
          "exitTs": 1634222760,
          "dir": 1,
          "entryPrice": 1797.928,
          "exitPrice": 1795.197,
          "stopDistance": 2.731,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 31
        },
        {
          "entryTs": 1634226300,
          "entryUtc": "2021-10-14T15:45:00.000Z",
          "exitTs": 1634229480,
          "dir": 1,
          "entryPrice": 1798.274,
          "exitPrice": 1796.165,
          "stopDistance": 2.109,
          "outcome": "stop",
          "netR": -1.1991,
          "holdMinutes": 53
        },
        {
          "entryTs": 1634234700,
          "entryUtc": "2021-10-14T18:05:00.000Z",
          "exitTs": 1634243460,
          "dir": 1,
          "entryPrice": 1797.084,
          "exitPrice": 1796.052,
          "stopDistance": 1.032,
          "outcome": "stop",
          "netR": -1.4071,
          "holdMinutes": 146
        },
        {
          "entryTs": 1634261700,
          "entryUtc": "2021-10-15T01:35:00.000Z",
          "exitTs": 1634262600,
          "dir": 1,
          "entryPrice": 1796.188,
          "exitPrice": 1795.108,
          "stopDistance": 1.08,
          "outcome": "stop",
          "netR": -1.389,
          "holdMinutes": 15
        },
        {
          "entryTs": 1634265600,
          "entryUtc": "2021-10-15T02:40:00.000Z",
          "exitTs": 1634267400,
          "dir": 1,
          "entryPrice": 1795.414,
          "exitPrice": 1794.349,
          "stopDistance": 1.065,
          "outcome": "stop",
          "netR": -1.3945,
          "holdMinutes": 30
        },
        {
          "entryTs": 1634268300,
          "entryUtc": "2021-10-15T03:25:00.000Z",
          "exitTs": 1634273880,
          "dir": 1,
          "entryPrice": 1795.178,
          "exitPrice": 1794.025,
          "stopDistance": 1.153,
          "outcome": "stop",
          "netR": -1.3643,
          "holdMinutes": 93
        },
        {
          "entryTs": 1634307300,
          "entryUtc": "2021-10-15T14:15:00.000Z",
          "exitTs": 1634312580,
          "dir": 1,
          "entryPrice": 1774.464,
          "exitPrice": 1770.601,
          "stopDistance": 3.863,
          "outcome": "stop",
          "netR": -1.1087,
          "holdMinutes": 88
        },
        {
          "entryTs": 1634329500,
          "entryUtc": "2021-10-15T20:25:00.000Z",
          "exitTs": 1634330940,
          "dir": -1,
          "entryPrice": 1767.174,
          "exitPrice": 1767.99,
          "stopDistance": 0.816,
          "outcome": "stop",
          "netR": -1.5145,
          "holdMinutes": 24
        },
        {
          "entryTs": 1634536800,
          "entryUtc": "2021-10-18T06:00:00.000Z",
          "exitTs": 1634537040,
          "dir": -1,
          "entryPrice": 1768.014,
          "exitPrice": 1765.836,
          "stopDistance": 1.089,
          "outcome": "target",
          "netR": 1.6603,
          "holdMinutes": 4
        },
        {
          "entryTs": 1634545500,
          "entryUtc": "2021-10-18T08:25:00.000Z",
          "exitTs": 1634558640,
          "dir": -1,
          "entryPrice": 1763.374,
          "exitPrice": 1765.605,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1883,
          "holdMinutes": 219
        },
        {
          "entryTs": 1634582700,
          "entryUtc": "2021-10-18T18:45:00.000Z",
          "exitTs": 1634597940,
          "dir": -1,
          "entryPrice": 1765.758,
          "exitPrice": 1763.568,
          "stopDistance": 1.095,
          "outcome": "target",
          "netR": 1.6621,
          "holdMinutes": 254
        },
        {
          "entryTs": 1634643900,
          "entryUtc": "2021-10-19T11:45:00.000Z",
          "exitTs": 1634645880,
          "dir": 1,
          "entryPrice": 1780.578,
          "exitPrice": 1784.003,
          "stopDistance": 1.713,
          "outcome": "target",
          "netR": 1.7839,
          "holdMinutes": 33
        },
        {
          "entryTs": 1634667000,
          "entryUtc": "2021-10-19T18:10:00.000Z",
          "exitTs": 1634692140,
          "dir": -1,
          "entryPrice": 1769.524,
          "exitPrice": 1771.046,
          "stopDistance": 1.522,
          "outcome": "stop",
          "netR": -1.2759,
          "holdMinutes": 419
        },
        {
          "entryTs": 1634716500,
          "entryUtc": "2021-10-20T07:55:00.000Z",
          "exitTs": 1634725680,
          "dir": 1,
          "entryPrice": 1776.464,
          "exitPrice": 1779.596,
          "stopDistance": 1.566,
          "outcome": "target",
          "netR": 1.7637,
          "holdMinutes": 153
        },
        {
          "entryTs": 1634741400,
          "entryUtc": "2021-10-20T14:50:00.000Z",
          "exitTs": 1634762160,
          "dir": 1,
          "entryPrice": 1784.432,
          "exitPrice": 1781.268,
          "stopDistance": 3.164,
          "outcome": "stop",
          "netR": -1.1328,
          "holdMinutes": 346
        },
        {
          "entryTs": 1634777400,
          "entryUtc": "2021-10-21T00:50:00.000Z",
          "exitTs": 1634778000,
          "dir": 1,
          "entryPrice": 1784.158,
          "exitPrice": 1783.137,
          "stopDistance": 1.021,
          "outcome": "stop",
          "netR": -1.4114,
          "holdMinutes": 10
        },
        {
          "entryTs": 1634796300,
          "entryUtc": "2021-10-21T06:05:00.000Z",
          "exitTs": 1634797980,
          "dir": 1,
          "entryPrice": 1786.318,
          "exitPrice": 1784.91,
          "stopDistance": 1.408,
          "outcome": "stop",
          "netR": -1.2982,
          "holdMinutes": 28
        },
        {
          "entryTs": 1634805300,
          "entryUtc": "2021-10-21T08:35:00.000Z",
          "exitTs": 1634814240,
          "dir": 1,
          "entryPrice": 1784.894,
          "exitPrice": 1783.293,
          "stopDistance": 1.601,
          "outcome": "stop",
          "netR": -1.2624,
          "holdMinutes": 149
        },
        {
          "entryTs": 1634820300,
          "entryUtc": "2021-10-21T12:45:00.000Z",
          "exitTs": 1634821080,
          "dir": 1,
          "entryPrice": 1783.828,
          "exitPrice": 1781.213,
          "stopDistance": 2.615,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 13
        },
        {
          "entryTs": 1634831700,
          "entryUtc": "2021-10-21T15:55:00.000Z",
          "exitTs": 1634835600,
          "dir": 1,
          "entryPrice": 1782.198,
          "exitPrice": 1779.912,
          "stopDistance": 2.286,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 65
        },
        {
          "entryTs": 1634842200,
          "entryUtc": "2021-10-21T18:50:00.000Z",
          "exitTs": 1634843880,
          "dir": 1,
          "entryPrice": 1780.728,
          "exitPrice": 1782.985,
          "stopDistance": 1.129,
          "outcome": "target",
          "netR": 1.6722,
          "holdMinutes": 28
        },
        {
          "entryTs": 1634869200,
          "entryUtc": "2021-10-22T02:20:00.000Z",
          "exitTs": 1634883960,
          "dir": 1,
          "entryPrice": 1785.938,
          "exitPrice": 1788.284,
          "stopDistance": 1.173,
          "outcome": "target",
          "netR": 1.6846,
          "holdMinutes": 246
        },
        {
          "entryTs": 1634894100,
          "entryUtc": "2021-10-22T09:15:00.000Z",
          "exitTs": 1634905200,
          "dir": 1,
          "entryPrice": 1792.444,
          "exitPrice": 1795.481,
          "stopDistance": 1.519,
          "outcome": "target",
          "netR": 1.7564,
          "holdMinutes": 185
        },
        {
          "entryTs": 1634932500,
          "entryUtc": "2021-10-22T19:55:00.000Z",
          "exitTs": 1634935020,
          "dir": 1,
          "entryPrice": 1793.704,
          "exitPrice": 1792.28,
          "stopDistance": 1.424,
          "outcome": "stop",
          "netR": -1.295,
          "holdMinutes": 42
        },
        {
          "entryTs": 1635115200,
          "entryUtc": "2021-10-24T22:40:00.000Z",
          "exitTs": 1635117600,
          "dir": 1,
          "entryPrice": 1793.948,
          "exitPrice": 1792.82,
          "stopDistance": 1.128,
          "outcome": "stop",
          "netR": -1.3723,
          "holdMinutes": 40
        },
        {
          "entryTs": 1635119700,
          "entryUtc": "2021-10-24T23:55:00.000Z",
          "exitTs": 1635121260,
          "dir": 1,
          "entryPrice": 1794.268,
          "exitPrice": 1793.235,
          "stopDistance": 1.033,
          "outcome": "stop",
          "netR": -1.4065,
          "holdMinutes": 26
        },
        {
          "entryTs": 1635128400,
          "entryUtc": "2021-10-25T02:20:00.000Z",
          "exitTs": 1635129000,
          "dir": 1,
          "entryPrice": 1794.584,
          "exitPrice": 1793.05,
          "stopDistance": 1.534,
          "outcome": "stop",
          "netR": -1.2739,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635130800,
          "entryUtc": "2021-10-25T03:00:00.000Z",
          "exitTs": 1635132960,
          "dir": 1,
          "entryPrice": 1795.018,
          "exitPrice": 1798.016,
          "stopDistance": 1.499,
          "outcome": "target",
          "netR": 1.7531,
          "holdMinutes": 36
        },
        {
          "entryTs": 1635147000,
          "entryUtc": "2021-10-25T07:30:00.000Z",
          "exitTs": 1635147900,
          "dir": 1,
          "entryPrice": 1798.848,
          "exitPrice": 1797.009,
          "stopDistance": 1.839,
          "outcome": "stop",
          "netR": -1.2284,
          "holdMinutes": 15
        },
        {
          "entryTs": 1635148200,
          "entryUtc": "2021-10-25T07:50:00.000Z",
          "exitTs": 1635151740,
          "dir": 1,
          "entryPrice": 1798.148,
          "exitPrice": 1801.962,
          "stopDistance": 1.907,
          "outcome": "target",
          "netR": 1.806,
          "holdMinutes": 59
        },
        {
          "entryTs": 1635159900,
          "entryUtc": "2021-10-25T11:05:00.000Z",
          "exitTs": 1635163860,
          "dir": 1,
          "entryPrice": 1800.534,
          "exitPrice": 1802.979,
          "stopDistance": 1.223,
          "outcome": "target",
          "netR": 1.6974,
          "holdMinutes": 66
        },
        {
          "entryTs": 1635186000,
          "entryUtc": "2021-10-25T18:20:00.000Z",
          "exitTs": 1635189420,
          "dir": 1,
          "entryPrice": 1807.814,
          "exitPrice": 1806.711,
          "stopDistance": 1.103,
          "outcome": "stop",
          "netR": -1.3809,
          "holdMinutes": 57
        },
        {
          "entryTs": 1635195300,
          "entryUtc": "2021-10-25T20:55:00.000Z",
          "exitTs": 1635207240,
          "dir": 1,
          "entryPrice": 1807.318,
          "exitPrice": 1806.623,
          "stopDistance": 0.695,
          "outcome": "stop",
          "netR": -1.6044,
          "holdMinutes": 199
        },
        {
          "entryTs": 1635225300,
          "entryUtc": "2021-10-26T05:15:00.000Z",
          "exitTs": 1635226740,
          "dir": 1,
          "entryPrice": 1804.408,
          "exitPrice": 1803.504,
          "stopDistance": 0.904,
          "outcome": "stop",
          "netR": -1.4648,
          "holdMinutes": 24
        },
        {
          "entryTs": 1635240600,
          "entryUtc": "2021-10-26T09:30:00.000Z",
          "exitTs": 1635245940,
          "dir": 1,
          "entryPrice": 1802.968,
          "exitPrice": 1801.484,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.283,
          "holdMinutes": 89
        },
        {
          "entryTs": 1635247200,
          "entryUtc": "2021-10-26T11:20:00.000Z",
          "exitTs": 1635250380,
          "dir": 1,
          "entryPrice": 1803.288,
          "exitPrice": 1802.089,
          "stopDistance": 1.199,
          "outcome": "stop",
          "netR": -1.3504,
          "holdMinutes": 53
        },
        {
          "entryTs": 1635264000,
          "entryUtc": "2021-10-26T16:00:00.000Z",
          "exitTs": 1635276900,
          "dir": 1,
          "entryPrice": 1789.768,
          "exitPrice": 1794.8,
          "stopDistance": 2.516,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 215
        },
        {
          "entryTs": 1635292500,
          "entryUtc": "2021-10-26T23:55:00.000Z",
          "exitTs": 1635292980,
          "dir": 1,
          "entryPrice": 1793.178,
          "exitPrice": 1792.509,
          "stopDistance": 0.669,
          "outcome": "stop",
          "netR": -1.6274,
          "holdMinutes": 8
        },
        {
          "entryTs": 1635308100,
          "entryUtc": "2021-10-27T04:15:00.000Z",
          "exitTs": 1635311040,
          "dir": 1,
          "entryPrice": 1789.478,
          "exitPrice": 1788.61,
          "stopDistance": 0.868,
          "outcome": "stop",
          "netR": -1.4837,
          "holdMinutes": 49
        },
        {
          "entryTs": 1635327000,
          "entryUtc": "2021-10-27T09:30:00.000Z",
          "exitTs": 1635327660,
          "dir": -1,
          "entryPrice": 1785.338,
          "exitPrice": 1787.091,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2396,
          "holdMinutes": 11
        },
        {
          "entryTs": 1635330900,
          "entryUtc": "2021-10-27T10:35:00.000Z",
          "exitTs": 1635333840,
          "dir": 1,
          "entryPrice": 1787.434,
          "exitPrice": 1790.52,
          "stopDistance": 1.543,
          "outcome": "target",
          "netR": 1.7602,
          "holdMinutes": 49
        },
        {
          "entryTs": 1635347400,
          "entryUtc": "2021-10-27T15:10:00.000Z",
          "exitTs": 1635377400,
          "dir": 1,
          "entryPrice": 1793.148,
          "exitPrice": 1796.978,
          "stopDistance": 3.38,
          "outcome": "time",
          "netR": 1.0236,
          "holdMinutes": 500
        },
        {
          "entryTs": 1635385500,
          "entryUtc": "2021-10-28T01:45:00.000Z",
          "exitTs": 1635388020,
          "dir": 1,
          "entryPrice": 1796.808,
          "exitPrice": 1799.84,
          "stopDistance": 1.516,
          "outcome": "target",
          "netR": 1.756,
          "holdMinutes": 42
        },
        {
          "entryTs": 1635394500,
          "entryUtc": "2021-10-28T04:15:00.000Z",
          "exitTs": 1635399180,
          "dir": 1,
          "entryPrice": 1799.288,
          "exitPrice": 1801.491,
          "stopDistance": 1.101,
          "outcome": "target",
          "netR": 1.6641,
          "holdMinutes": 78
        },
        {
          "entryTs": 1635419100,
          "entryUtc": "2021-10-28T11:05:00.000Z",
          "exitTs": 1635421140,
          "dir": 1,
          "entryPrice": 1799.554,
          "exitPrice": 1802.561,
          "stopDistance": 1.503,
          "outcome": "target",
          "netR": 1.7539,
          "holdMinutes": 34
        },
        {
          "entryTs": 1635426900,
          "entryUtc": "2021-10-28T13:15:00.000Z",
          "exitTs": 1635428460,
          "dir": 1,
          "entryPrice": 1804.344,
          "exitPrice": 1800.742,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 26
        },
        {
          "entryTs": 1635434700,
          "entryUtc": "2021-10-28T15:25:00.000Z",
          "exitTs": 1635451260,
          "dir": 1,
          "entryPrice": 1801.994,
          "exitPrice": 1797.748,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 276
        },
        {
          "entryTs": 1635459600,
          "entryUtc": "2021-10-28T22:20:00.000Z",
          "exitTs": 1635462060,
          "dir": 1,
          "entryPrice": 1800.048,
          "exitPrice": 1799.181,
          "stopDistance": 0.867,
          "outcome": "stop",
          "netR": -1.4847,
          "holdMinutes": 41
        },
        {
          "entryTs": 1635486300,
          "entryUtc": "2021-10-29T05:45:00.000Z",
          "exitTs": 1635490080,
          "dir": 1,
          "entryPrice": 1795.964,
          "exitPrice": 1794.497,
          "stopDistance": 1.467,
          "outcome": "stop",
          "netR": -1.2863,
          "holdMinutes": 63
        },
        {
          "entryTs": 1635491700,
          "entryUtc": "2021-10-29T07:15:00.000Z",
          "exitTs": 1635492600,
          "dir": 1,
          "entryPrice": 1798.038,
          "exitPrice": 1795.94,
          "stopDistance": 2.098,
          "outcome": "stop",
          "netR": -1.2002,
          "holdMinutes": 15
        },
        {
          "entryTs": 1635500100,
          "entryUtc": "2021-10-29T09:35:00.000Z",
          "exitTs": 1635506400,
          "dir": 1,
          "entryPrice": 1796.144,
          "exitPrice": 1794.262,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2231,
          "holdMinutes": 105
        },
        {
          "entryTs": 1635524100,
          "entryUtc": "2021-10-29T16:15:00.000Z",
          "exitTs": 1635527580,
          "dir": -1,
          "entryPrice": 1777.594,
          "exitPrice": 1780.588,
          "stopDistance": 2.994,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 58
        },
        {
          "entryTs": 1635718800,
          "entryUtc": "2021-10-31T22:20:00.000Z",
          "exitTs": 1635723600,
          "dir": -1,
          "entryPrice": 1781.548,
          "exitPrice": 1779.363,
          "stopDistance": 1.093,
          "outcome": "target",
          "netR": 1.6614,
          "holdMinutes": 80
        },
        {
          "entryTs": 1635726000,
          "entryUtc": "2021-11-01T00:20:00.000Z",
          "exitTs": 1635726480,
          "dir": -1,
          "entryPrice": 1780.685,
          "exitPrice": 1781.886,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3497,
          "holdMinutes": 8
        },
        {
          "entryTs": 1635738300,
          "entryUtc": "2021-11-01T03:45:00.000Z",
          "exitTs": 1635745080,
          "dir": -1,
          "entryPrice": 1784.185,
          "exitPrice": 1785.366,
          "stopDistance": 1.181,
          "outcome": "stop",
          "netR": -1.3555,
          "holdMinutes": 113
        },
        {
          "entryTs": 1635748200,
          "entryUtc": "2021-11-01T06:30:00.000Z",
          "exitTs": 1635751320,
          "dir": -1,
          "entryPrice": 1782.938,
          "exitPrice": 1784.261,
          "stopDistance": 1.323,
          "outcome": "stop",
          "netR": -1.3175,
          "holdMinutes": 52
        },
        {
          "entryTs": 1635753300,
          "entryUtc": "2021-11-01T07:55:00.000Z",
          "exitTs": 1635756780,
          "dir": -1,
          "entryPrice": 1782.584,
          "exitPrice": 1784.111,
          "stopDistance": 1.528,
          "outcome": "stop",
          "netR": -1.275,
          "holdMinutes": 58
        },
        {
          "entryTs": 1635765600,
          "entryUtc": "2021-11-01T11:20:00.000Z",
          "exitTs": 1635766920,
          "dir": -1,
          "entryPrice": 1783.308,
          "exitPrice": 1784.721,
          "stopDistance": 1.413,
          "outcome": "stop",
          "netR": -1.2971,
          "holdMinutes": 22
        },
        {
          "entryTs": 1635782400,
          "entryUtc": "2021-11-01T16:00:00.000Z",
          "exitTs": 1635782760,
          "dir": 1,
          "entryPrice": 1792.978,
          "exitPrice": 1790.78,
          "stopDistance": 2.198,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 6
        },
        {
          "entryTs": 1635786300,
          "entryUtc": "2021-11-01T17:05:00.000Z",
          "exitTs": 1635814920,
          "dir": 1,
          "entryPrice": 1792.128,
          "exitPrice": 1790.408,
          "stopDistance": 1.721,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 477
        },
        {
          "entryTs": 1635820800,
          "entryUtc": "2021-11-02T02:40:00.000Z",
          "exitTs": 1635823800,
          "dir": 1,
          "entryPrice": 1791.088,
          "exitPrice": 1789.979,
          "stopDistance": 1.109,
          "outcome": "stop",
          "netR": -1.3788,
          "holdMinutes": 50
        },
        {
          "entryTs": 1635824100,
          "entryUtc": "2021-11-02T03:35:00.000Z",
          "exitTs": 1635824700,
          "dir": 1,
          "entryPrice": 1791.548,
          "exitPrice": 1790.392,
          "stopDistance": 1.156,
          "outcome": "stop",
          "netR": -1.3632,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635843900,
          "entryUtc": "2021-11-02T09:05:00.000Z",
          "exitTs": 1635848340,
          "dir": 1,
          "entryPrice": 1794.538,
          "exitPrice": 1792.964,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2669,
          "holdMinutes": 74
        },
        {
          "entryTs": 1635860700,
          "entryUtc": "2021-11-02T13:45:00.000Z",
          "exitTs": 1635861540,
          "dir": 1,
          "entryPrice": 1792.858,
          "exitPrice": 1790.123,
          "stopDistance": 2.735,
          "outcome": "stop",
          "netR": -1.1535,
          "holdMinutes": 14
        },
        {
          "entryTs": 1635865200,
          "entryUtc": "2021-11-02T15:00:00.000Z",
          "exitTs": 1635868320,
          "dir": 1,
          "entryPrice": 1790.778,
          "exitPrice": 1787.94,
          "stopDistance": 2.838,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 52
        },
        {
          "entryTs": 1635891000,
          "entryUtc": "2021-11-02T22:10:00.000Z",
          "exitTs": 1635891360,
          "dir": -1,
          "entryPrice": 1787.348,
          "exitPrice": 1788.032,
          "stopDistance": 0.684,
          "outcome": "stop",
          "netR": -1.6143,
          "holdMinutes": 6
        },
        {
          "entryTs": 1635891600,
          "entryUtc": "2021-11-02T22:20:00.000Z",
          "exitTs": 1635899100,
          "dir": -1,
          "entryPrice": 1787.348,
          "exitPrice": 1785.885,
          "stopDistance": 0.732,
          "outcome": "target",
          "netR": 1.4942,
          "holdMinutes": 125
        },
        {
          "entryTs": 1635913500,
          "entryUtc": "2021-11-03T04:25:00.000Z",
          "exitTs": 1635917400,
          "dir": -1,
          "entryPrice": 1780.664,
          "exitPrice": 1781.777,
          "stopDistance": 1.113,
          "outcome": "stop",
          "netR": -1.3773,
          "holdMinutes": 65
        },
        {
          "entryTs": 1635919800,
          "entryUtc": "2021-11-03T06:10:00.000Z",
          "exitTs": 1635920220,
          "dir": -1,
          "entryPrice": 1780.714,
          "exitPrice": 1778.465,
          "stopDistance": 1.124,
          "outcome": "target",
          "netR": 1.6709,
          "holdMinutes": 7
        },
        {
          "entryTs": 1635925800,
          "entryUtc": "2021-11-03T07:50:00.000Z",
          "exitTs": 1635926400,
          "dir": -1,
          "entryPrice": 1780.648,
          "exitPrice": 1782.058,
          "stopDistance": 1.41,
          "outcome": "stop",
          "netR": -1.2978,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635932100,
          "entryUtc": "2021-11-03T09:35:00.000Z",
          "exitTs": 1635932340,
          "dir": -1,
          "entryPrice": 1781.044,
          "exitPrice": 1782.429,
          "stopDistance": 1.385,
          "outcome": "stop",
          "netR": -1.3032,
          "holdMinutes": 4
        },
        {
          "entryTs": 1635934500,
          "entryUtc": "2021-11-03T10:15:00.000Z",
          "exitTs": 1635935880,
          "dir": -1,
          "entryPrice": 1780.908,
          "exitPrice": 1782.358,
          "stopDistance": 1.45,
          "outcome": "stop",
          "netR": -1.2897,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635943200,
          "entryUtc": "2021-11-03T12:40:00.000Z",
          "exitTs": 1635943380,
          "dir": -1,
          "entryPrice": 1780.134,
          "exitPrice": 1775.894,
          "stopDistance": 2.12,
          "outcome": "target",
          "netR": 1.8255,
          "holdMinutes": 3
        },
        {
          "entryTs": 1635988500,
          "entryUtc": "2021-11-04T01:15:00.000Z",
          "exitTs": 1635988740,
          "dir": -1,
          "entryPrice": 1773.454,
          "exitPrice": 1775.081,
          "stopDistance": 1.627,
          "outcome": "stop",
          "netR": -1.2582,
          "holdMinutes": 4
        },
        {
          "entryTs": 1635997200,
          "entryUtc": "2021-11-04T03:40:00.000Z",
          "exitTs": 1636005660,
          "dir": -1,
          "entryPrice": 1775.448,
          "exitPrice": 1773.028,
          "stopDistance": 1.21,
          "outcome": "target",
          "netR": 1.6942,
          "holdMinutes": 141
        },
        {
          "entryTs": 1636013400,
          "entryUtc": "2021-11-04T08:10:00.000Z",
          "exitTs": 1636014060,
          "dir": -1,
          "entryPrice": 1773.154,
          "exitPrice": 1774.797,
          "stopDistance": 1.643,
          "outcome": "stop",
          "netR": -1.2557,
          "holdMinutes": 11
        },
        {
          "entryTs": 1636048800,
          "entryUtc": "2021-11-04T18:00:00.000Z",
          "exitTs": 1636051380,
          "dir": 1,
          "entryPrice": 1793.414,
          "exitPrice": 1791.696,
          "stopDistance": 1.718,
          "outcome": "stop",
          "netR": -1.2444,
          "holdMinutes": 43
        },
        {
          "entryTs": 1636054200,
          "entryUtc": "2021-11-04T19:30:00.000Z",
          "exitTs": 1636057560,
          "dir": 1,
          "entryPrice": 1792.854,
          "exitPrice": 1791.71,
          "stopDistance": 1.144,
          "outcome": "stop",
          "netR": -1.3673,
          "holdMinutes": 56
        },
        {
          "entryTs": 1636068300,
          "entryUtc": "2021-11-04T23:25:00.000Z",
          "exitTs": 1636069020,
          "dir": 1,
          "entryPrice": 1791.844,
          "exitPrice": 1791.2,
          "stopDistance": 0.644,
          "outcome": "stop",
          "netR": -1.652,
          "holdMinutes": 12
        },
        {
          "entryTs": 1636071300,
          "entryUtc": "2021-11-05T00:15:00.000Z",
          "exitTs": 1636072380,
          "dir": 1,
          "entryPrice": 1791.824,
          "exitPrice": 1790.999,
          "stopDistance": 0.825,
          "outcome": "stop",
          "netR": -1.5089,
          "holdMinutes": 18
        },
        {
          "entryTs": 1636074600,
          "entryUtc": "2021-11-05T01:10:00.000Z",
          "exitTs": 1636080600,
          "dir": 1,
          "entryPrice": 1794.134,
          "exitPrice": 1792.765,
          "stopDistance": 1.369,
          "outcome": "stop",
          "netR": -1.3068,
          "holdMinutes": 100
        },
        {
          "entryTs": 1636086600,
          "entryUtc": "2021-11-05T04:30:00.000Z",
          "exitTs": 1636088700,
          "dir": 1,
          "entryPrice": 1794.556,
          "exitPrice": 1796.571,
          "stopDistance": 1.008,
          "outcome": "target",
          "netR": 1.6328,
          "holdMinutes": 35
        },
        {
          "entryTs": 1636118100,
          "entryUtc": "2021-11-05T13:15:00.000Z",
          "exitTs": 1636125240,
          "dir": 1,
          "entryPrice": 1795.548,
          "exitPrice": 1804.353,
          "stopDistance": 4.402,
          "outcome": "target",
          "netR": 1.916,
          "holdMinutes": 119
        },
        {
          "entryTs": 1636328100,
          "entryUtc": "2021-11-07T23:35:00.000Z",
          "exitTs": 1636329540,
          "dir": 1,
          "entryPrice": 1817.298,
          "exitPrice": 1815.786,
          "stopDistance": 1.512,
          "outcome": "stop",
          "netR": -1.2778,
          "holdMinutes": 24
        },
        {
          "entryTs": 1636333800,
          "entryUtc": "2021-11-08T01:10:00.000Z",
          "exitTs": 1636334700,
          "dir": 1,
          "entryPrice": 1819.793,
          "exitPrice": 1817.882,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 15
        },
        {
          "entryTs": 1636365900,
          "entryUtc": "2021-11-08T10:05:00.000Z",
          "exitTs": 1636370340,
          "dir": 1,
          "entryPrice": 1817.648,
          "exitPrice": 1815.87,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2362,
          "holdMinutes": 74
        },
        {
          "entryTs": 1636373100,
          "entryUtc": "2021-11-08T12:05:00.000Z",
          "exitTs": 1636373400,
          "dir": 1,
          "entryPrice": 1817.298,
          "exitPrice": 1815.889,
          "stopDistance": 1.409,
          "outcome": "stop",
          "netR": -1.2981,
          "holdMinutes": 5
        },
        {
          "entryTs": 1636374300,
          "entryUtc": "2021-11-08T12:25:00.000Z",
          "exitTs": 1636377660,
          "dir": 1,
          "entryPrice": 1816.813,
          "exitPrice": 1819.595,
          "stopDistance": 1.391,
          "outcome": "target",
          "netR": 1.734,
          "holdMinutes": 56
        },
        {
          "entryTs": 1636388100,
          "entryUtc": "2021-11-08T16:15:00.000Z",
          "exitTs": 1636418100,
          "dir": 1,
          "entryPrice": 1822.373,
          "exitPrice": 1823.978,
          "stopDistance": 2.469,
          "outcome": "time",
          "netR": 0.5001,
          "holdMinutes": 500
        },
        {
          "entryTs": 1636420800,
          "entryUtc": "2021-11-09T01:20:00.000Z",
          "exitTs": 1636420980,
          "dir": 1,
          "entryPrice": 1825.268,
          "exitPrice": 1827.054,
          "stopDistance": 0.893,
          "outcome": "target",
          "netR": 1.5857,
          "holdMinutes": 3
        },
        {
          "entryTs": 1636423500,
          "entryUtc": "2021-11-09T02:05:00.000Z",
          "exitTs": 1636424160,
          "dir": 1,
          "entryPrice": 1825.978,
          "exitPrice": 1824.552,
          "stopDistance": 1.426,
          "outcome": "stop",
          "netR": -1.2945,
          "holdMinutes": 11
        },
        {
          "entryTs": 1636433400,
          "entryUtc": "2021-11-09T04:50:00.000Z",
          "exitTs": 1636436760,
          "dir": 1,
          "entryPrice": 1823.233,
          "exitPrice": 1825.108,
          "stopDistance": 0.937,
          "outcome": "target",
          "netR": 1.6052,
          "holdMinutes": 56
        },
        {
          "entryTs": 1636442100,
          "entryUtc": "2021-11-09T07:15:00.000Z",
          "exitTs": 1636442520,
          "dir": 1,
          "entryPrice": 1824.978,
          "exitPrice": 1823.617,
          "stopDistance": 1.361,
          "outcome": "stop",
          "netR": -1.3086,
          "holdMinutes": 7
        },
        {
          "entryTs": 1636447200,
          "entryUtc": "2021-11-09T08:40:00.000Z",
          "exitTs": 1636458120,
          "dir": 1,
          "entryPrice": 1823.503,
          "exitPrice": 1827.465,
          "stopDistance": 1.981,
          "outcome": "target",
          "netR": 1.8132,
          "holdMinutes": 182
        },
        {
          "entryTs": 1636463400,
          "entryUtc": "2021-11-09T13:10:00.000Z",
          "exitTs": 1636464720,
          "dir": 1,
          "entryPrice": 1825.488,
          "exitPrice": 1829.221,
          "stopDistance": 1.866,
          "outcome": "target",
          "netR": 1.8018,
          "holdMinutes": 22
        },
        {
          "entryTs": 1636475400,
          "entryUtc": "2021-11-09T16:30:00.000Z",
          "exitTs": 1636480680,
          "dir": 1,
          "entryPrice": 1826.113,
          "exitPrice": 1831.136,
          "stopDistance": 2.512,
          "outcome": "target",
          "netR": 1.8527,
          "holdMinutes": 88
        },
        {
          "entryTs": 1636532700,
          "entryUtc": "2021-11-10T08:25:00.000Z",
          "exitTs": 1636536840,
          "dir": 1,
          "entryPrice": 1826.778,
          "exitPrice": 1824.92,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.2261,
          "holdMinutes": 69
        },
        {
          "entryTs": 1636539900,
          "entryUtc": "2021-11-10T10:25:00.000Z",
          "exitTs": 1636540980,
          "dir": 1,
          "entryPrice": 1825.828,
          "exitPrice": 1824.585,
          "stopDistance": 1.243,
          "outcome": "stop",
          "netR": -1.3378,
          "holdMinutes": 18
        },
        {
          "entryTs": 1636546200,
          "entryUtc": "2021-11-10T12:10:00.000Z",
          "exitTs": 1636550640,
          "dir": 1,
          "entryPrice": 1825.228,
          "exitPrice": 1827.926,
          "stopDistance": 1.349,
          "outcome": "target",
          "netR": 1.7257,
          "holdMinutes": 74
        },
        {
          "entryTs": 1636573800,
          "entryUtc": "2021-11-10T19:50:00.000Z",
          "exitTs": 1636575120,
          "dir": 1,
          "entryPrice": 1848.628,
          "exitPrice": 1845.848,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 22
        },
        {
          "entryTs": 1636577100,
          "entryUtc": "2021-11-10T20:45:00.000Z",
          "exitTs": 1636594740,
          "dir": 1,
          "entryPrice": 1848.808,
          "exitPrice": 1846.647,
          "stopDistance": 2.161,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 294
        },
        {
          "entryTs": 1636601100,
          "entryUtc": "2021-11-11T03:25:00.000Z",
          "exitTs": 1636601100,
          "dir": 1,
          "entryPrice": 1853.684,
          "exitPrice": 1851.55,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 0
        },
        {
          "entryTs": 1636606200,
          "entryUtc": "2021-11-11T04:50:00.000Z",
          "exitTs": 1636608600,
          "dir": 1,
          "entryPrice": 1848.384,
          "exitPrice": 1851.449,
          "stopDistance": 1.533,
          "outcome": "target",
          "netR": 1.7586,
          "holdMinutes": 40
        },
        {
          "entryTs": 1636638000,
          "entryUtc": "2021-11-11T13:40:00.000Z",
          "exitTs": 1636640220,
          "dir": 1,
          "entryPrice": 1862.269,
          "exitPrice": 1859.388,
          "stopDistance": 2.881,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 37
        },
        {
          "entryTs": 1636643700,
          "entryUtc": "2021-11-11T15:15:00.000Z",
          "exitTs": 1636673700,
          "dir": 1,
          "entryPrice": 1862.314,
          "exitPrice": 1861.808,
          "stopDistance": 3.136,
          "outcome": "time",
          "netR": -0.2794,
          "holdMinutes": 500
        },
        {
          "entryTs": 1636692900,
          "entryUtc": "2021-11-12T04:55:00.000Z",
          "exitTs": 1636695000,
          "dir": 1,
          "entryPrice": 1856.988,
          "exitPrice": 1859.005,
          "stopDistance": 1.008,
          "outcome": "target",
          "netR": 1.6331,
          "holdMinutes": 35
        },
        {
          "entryTs": 1636719300,
          "entryUtc": "2021-11-12T12:15:00.000Z",
          "exitTs": 1636723140,
          "dir": 1,
          "entryPrice": 1851.408,
          "exitPrice": 1855.876,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 64
        },
        {
          "entryTs": 1636750800,
          "entryUtc": "2021-11-12T21:00:00.000Z",
          "exitTs": 1636752180,
          "dir": 1,
          "entryPrice": 1865.688,
          "exitPrice": 1864.326,
          "stopDistance": 1.362,
          "outcome": "stop",
          "netR": -1.3084,
          "holdMinutes": 23
        },
        {
          "entryTs": 1636931100,
          "entryUtc": "2021-11-14T23:05:00.000Z",
          "exitTs": 1636934280,
          "dir": 1,
          "entryPrice": 1866.718,
          "exitPrice": 1865.293,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2947,
          "holdMinutes": 53
        },
        {
          "entryTs": 1636955700,
          "entryUtc": "2021-11-15T05:55:00.000Z",
          "exitTs": 1636956540,
          "dir": 1,
          "entryPrice": 1859.078,
          "exitPrice": 1857.808,
          "stopDistance": 1.27,
          "outcome": "stop",
          "netR": -1.3307,
          "holdMinutes": 14
        },
        {
          "entryTs": 1636961700,
          "entryUtc": "2021-11-15T07:35:00.000Z",
          "exitTs": 1636962240,
          "dir": 1,
          "entryPrice": 1858.864,
          "exitPrice": 1861.531,
          "stopDistance": 1.333,
          "outcome": "target",
          "netR": 1.7225,
          "holdMinutes": 9
        },
        {
          "entryTs": 1636981500,
          "entryUtc": "2021-11-15T13:05:00.000Z",
          "exitTs": 1636982040,
          "dir": 1,
          "entryPrice": 1864.334,
          "exitPrice": 1867.224,
          "stopDistance": 1.445,
          "outcome": "target",
          "netR": 1.7439,
          "holdMinutes": 9
        },
        {
          "entryTs": 1636993500,
          "entryUtc": "2021-11-15T16:25:00.000Z",
          "exitTs": 1637004900,
          "dir": 1,
          "entryPrice": 1863.078,
          "exitPrice": 1867.801,
          "stopDistance": 2.362,
          "outcome": "target",
          "netR": 1.8433,
          "holdMinutes": 190
        },
        {
          "entryTs": 1637023500,
          "entryUtc": "2021-11-16T00:45:00.000Z",
          "exitTs": 1637024400,
          "dir": 1,
          "entryPrice": 1864.365,
          "exitPrice": 1863.4,
          "stopDistance": 0.965,
          "outcome": "stop",
          "netR": -1.4354,
          "holdMinutes": 15
        },
        {
          "entryTs": 1637035500,
          "entryUtc": "2021-11-16T04:05:00.000Z",
          "exitTs": 1637036400,
          "dir": 1,
          "entryPrice": 1867.258,
          "exitPrice": 1865.935,
          "stopDistance": 1.323,
          "outcome": "stop",
          "netR": -1.3174,
          "holdMinutes": 15
        },
        {
          "entryTs": 1637040000,
          "entryUtc": "2021-11-16T05:20:00.000Z",
          "exitTs": 1637041680,
          "dir": 1,
          "entryPrice": 1866.898,
          "exitPrice": 1865.711,
          "stopDistance": 1.187,
          "outcome": "stop",
          "netR": -1.3539,
          "holdMinutes": 28
        },
        {
          "entryTs": 1637050800,
          "entryUtc": "2021-11-16T08:20:00.000Z",
          "exitTs": 1637051820,
          "dir": 1,
          "entryPrice": 1866.498,
          "exitPrice": 1864.896,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2622,
          "holdMinutes": 17
        },
        {
          "entryTs": 1637068500,
          "entryUtc": "2021-11-16T13:15:00.000Z",
          "exitTs": 1637068680,
          "dir": 1,
          "entryPrice": 1876.628,
          "exitPrice": 1874.347,
          "stopDistance": 2.281,
          "outcome": "stop",
          "netR": -1.1841,
          "holdMinutes": 3
        },
        {
          "entryTs": 1637108100,
          "entryUtc": "2021-11-17T00:15:00.000Z",
          "exitTs": 1637110020,
          "dir": 1,
          "entryPrice": 1851.814,
          "exitPrice": 1853.964,
          "stopDistance": 1.075,
          "outcome": "target",
          "netR": 1.6559,
          "holdMinutes": 32
        },
        {
          "entryTs": 1637124000,
          "entryUtc": "2021-11-17T04:40:00.000Z",
          "exitTs": 1637126280,
          "dir": 1,
          "entryPrice": 1854.394,
          "exitPrice": 1853.047,
          "stopDistance": 1.347,
          "outcome": "stop",
          "netR": -1.3118,
          "holdMinutes": 38
        },
        {
          "entryTs": 1637130600,
          "entryUtc": "2021-11-17T06:30:00.000Z",
          "exitTs": 1637134080,
          "dir": 1,
          "entryPrice": 1854.298,
          "exitPrice": 1856.969,
          "stopDistance": 1.336,
          "outcome": "target",
          "netR": 1.723,
          "holdMinutes": 58
        },
        {
          "entryTs": 1637158200,
          "entryUtc": "2021-11-17T14:10:00.000Z",
          "exitTs": 1637163900,
          "dir": 1,
          "entryPrice": 1863.918,
          "exitPrice": 1861.449,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 95
        },
        {
          "entryTs": 1637168400,
          "entryUtc": "2021-11-17T17:00:00.000Z",
          "exitTs": 1637172120,
          "dir": 1,
          "entryPrice": 1866.188,
          "exitPrice": 1863.999,
          "stopDistance": 2.189,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 62
        },
        {
          "entryTs": 1637182200,
          "entryUtc": "2021-11-17T20:50:00.000Z",
          "exitTs": 1637194800,
          "dir": 1,
          "entryPrice": 1865.788,
          "exitPrice": 1868.163,
          "stopDistance": 1.187,
          "outcome": "target",
          "netR": 1.6884,
          "holdMinutes": 210
        },
        {
          "entryTs": 1637201400,
          "entryUtc": "2021-11-18T02:10:00.000Z",
          "exitTs": 1637203320,
          "dir": 1,
          "entryPrice": 1869.293,
          "exitPrice": 1867.949,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3125,
          "holdMinutes": 32
        },
        {
          "entryTs": 1637210400,
          "entryUtc": "2021-11-18T04:40:00.000Z",
          "exitTs": 1637211540,
          "dir": 1,
          "entryPrice": 1867.028,
          "exitPrice": 1865.855,
          "stopDistance": 1.173,
          "outcome": "stop",
          "netR": -1.3581,
          "holdMinutes": 19
        },
        {
          "entryTs": 1637215200,
          "entryUtc": "2021-11-18T06:00:00.000Z",
          "exitTs": 1637216040,
          "dir": 1,
          "entryPrice": 1866.382,
          "exitPrice": 1865.258,
          "stopDistance": 1.124,
          "outcome": "stop",
          "netR": -1.3738,
          "holdMinutes": 14
        },
        {
          "entryTs": 1637221800,
          "entryUtc": "2021-11-18T07:50:00.000Z",
          "exitTs": 1637224800,
          "dir": 1,
          "entryPrice": 1866.654,
          "exitPrice": 1864.964,
          "stopDistance": 1.69,
          "outcome": "stop",
          "netR": -1.2485,
          "holdMinutes": 50
        },
        {
          "entryTs": 1637237400,
          "entryUtc": "2021-11-18T12:10:00.000Z",
          "exitTs": 1637240640,
          "dir": 1,
          "entryPrice": 1863.764,
          "exitPrice": 1862.17,
          "stopDistance": 1.594,
          "outcome": "stop",
          "netR": -1.2635,
          "holdMinutes": 54
        },
        {
          "entryTs": 1637243700,
          "entryUtc": "2021-11-18T13:55:00.000Z",
          "exitTs": 1637244120,
          "dir": 1,
          "entryPrice": 1866.018,
          "exitPrice": 1862.232,
          "stopDistance": 3.786,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 7
        },
        {
          "entryTs": 1637246700,
          "entryUtc": "2021-11-18T14:45:00.000Z",
          "exitTs": 1637247420,
          "dir": 1,
          "entryPrice": 1865.208,
          "exitPrice": 1861.688,
          "stopDistance": 3.52,
          "outcome": "stop",
          "netR": -1.1193,
          "holdMinutes": 12
        },
        {
          "entryTs": 1637254200,
          "entryUtc": "2021-11-18T16:50:00.000Z",
          "exitTs": 1637260140,
          "dir": 1,
          "entryPrice": 1861.674,
          "exitPrice": 1859.225,
          "stopDistance": 2.449,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 99
        },
        {
          "entryTs": 1637269200,
          "entryUtc": "2021-11-18T21:00:00.000Z",
          "exitTs": 1637271000,
          "dir": 1,
          "entryPrice": 1860.598,
          "exitPrice": 1859.333,
          "stopDistance": 1.265,
          "outcome": "stop",
          "netR": -1.3319,
          "holdMinutes": 30
        },
        {
          "entryTs": 1637280300,
          "entryUtc": "2021-11-19T00:05:00.000Z",
          "exitTs": 1637280600,
          "dir": 1,
          "entryPrice": 1859.414,
          "exitPrice": 1858.596,
          "stopDistance": 0.818,
          "outcome": "stop",
          "netR": -1.5135,
          "holdMinutes": 5
        },
        {
          "entryTs": 1637314500,
          "entryUtc": "2021-11-19T09:35:00.000Z",
          "exitTs": 1637331300,
          "dir": 1,
          "entryPrice": 1860.088,
          "exitPrice": 1857.288,
          "stopDistance": 2.8,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 280
        },
        {
          "entryTs": 1637334000,
          "entryUtc": "2021-11-19T15:00:00.000Z",
          "exitTs": 1637336820,
          "dir": 1,
          "entryPrice": 1861.608,
          "exitPrice": 1857.8,
          "stopDistance": 3.809,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 47
        },
        {
          "entryTs": 1637544000,
          "entryUtc": "2021-11-22T01:20:00.000Z",
          "exitTs": 1637553780,
          "dir": -1,
          "entryPrice": 1845.454,
          "exitPrice": 1847.383,
          "stopDistance": 1.929,
          "outcome": "stop",
          "netR": -1.2178,
          "holdMinutes": 163
        },
        {
          "entryTs": 1637560500,
          "entryUtc": "2021-11-22T05:55:00.000Z",
          "exitTs": 1637563260,
          "dir": -1,
          "entryPrice": 1845.848,
          "exitPrice": 1843.752,
          "stopDistance": 1.048,
          "outcome": "target",
          "netR": 1.6469,
          "holdMinutes": 46
        },
        {
          "entryTs": 1637575800,
          "entryUtc": "2021-11-22T10:10:00.000Z",
          "exitTs": 1637577000,
          "dir": -1,
          "entryPrice": 1844.718,
          "exitPrice": 1841.416,
          "stopDistance": 1.651,
          "outcome": "target",
          "netR": 1.7759,
          "holdMinutes": 20
        },
        {
          "entryTs": 1637586000,
          "entryUtc": "2021-11-22T13:00:00.000Z",
          "exitTs": 1637586540,
          "dir": -1,
          "entryPrice": 1839.778,
          "exitPrice": 1841.749,
          "stopDistance": 1.971,
          "outcome": "stop",
          "netR": -1.2131,
          "holdMinutes": 9
        },
        {
          "entryTs": 1637622000,
          "entryUtc": "2021-11-22T23:00:00.000Z",
          "exitTs": 1637622060,
          "dir": -1,
          "entryPrice": 1805.644,
          "exitPrice": 1806.949,
          "stopDistance": 1.305,
          "outcome": "stop",
          "netR": -1.3219,
          "holdMinutes": 1
        },
        {
          "entryTs": 1637634000,
          "entryUtc": "2021-11-23T02:20:00.000Z",
          "exitTs": 1637634120,
          "dir": -1,
          "entryPrice": 1806.528,
          "exitPrice": 1808.327,
          "stopDistance": 1.799,
          "outcome": "stop",
          "netR": -1.2334,
          "holdMinutes": 2
        },
        {
          "entryTs": 1637646000,
          "entryUtc": "2021-11-23T05:40:00.000Z",
          "exitTs": 1637648700,
          "dir": -1,
          "entryPrice": 1807.908,
          "exitPrice": 1805.671,
          "stopDistance": 1.118,
          "outcome": "target",
          "netR": 1.6692,
          "holdMinutes": 45
        },
        {
          "entryTs": 1637655600,
          "entryUtc": "2021-11-23T08:20:00.000Z",
          "exitTs": 1637657700,
          "dir": -1,
          "entryPrice": 1805.314,
          "exitPrice": 1800.393,
          "stopDistance": 2.461,
          "outcome": "target",
          "netR": 1.8496,
          "holdMinutes": 35
        },
        {
          "entryTs": 1637678700,
          "entryUtc": "2021-11-23T14:45:00.000Z",
          "exitTs": 1637683920,
          "dir": -1,
          "entryPrice": 1790.958,
          "exitPrice": 1782.888,
          "stopDistance": 4.035,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 87
        },
        {
          "entryTs": 1637692500,
          "entryUtc": "2021-11-23T18:35:00.000Z",
          "exitTs": 1637692560,
          "dir": -1,
          "entryPrice": 1783.338,
          "exitPrice": 1785.575,
          "stopDistance": 2.237,
          "outcome": "stop",
          "netR": -1.1878,
          "holdMinutes": 1
        },
        {
          "entryTs": 1637708400,
          "entryUtc": "2021-11-23T23:00:00.000Z",
          "exitTs": 1637710860,
          "dir": -1,
          "entryPrice": 1788.568,
          "exitPrice": 1789.82,
          "stopDistance": 1.252,
          "outcome": "stop",
          "netR": -1.3354,
          "holdMinutes": 41
        },
        {
          "entryTs": 1637716200,
          "entryUtc": "2021-11-24T01:10:00.000Z",
          "exitTs": 1637716680,
          "dir": -1,
          "entryPrice": 1789.278,
          "exitPrice": 1790.721,
          "stopDistance": 1.443,
          "outcome": "stop",
          "netR": -1.291,
          "holdMinutes": 8
        },
        {
          "entryTs": 1637726100,
          "entryUtc": "2021-11-24T03:55:00.000Z",
          "exitTs": 1637726580,
          "dir": -1,
          "entryPrice": 1792.938,
          "exitPrice": 1794.226,
          "stopDistance": 1.288,
          "outcome": "stop",
          "netR": -1.3262,
          "holdMinutes": 8
        },
        {
          "entryTs": 1637727900,
          "entryUtc": "2021-11-24T04:25:00.000Z",
          "exitTs": 1637731020,
          "dir": -1,
          "entryPrice": 1792.845,
          "exitPrice": 1794.235,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3021,
          "holdMinutes": 52
        },
        {
          "entryTs": 1637735400,
          "entryUtc": "2021-11-24T06:30:00.000Z",
          "exitTs": 1637735700,
          "dir": -1,
          "entryPrice": 1792.718,
          "exitPrice": 1793.865,
          "stopDistance": 1.147,
          "outcome": "stop",
          "netR": -1.3663,
          "holdMinutes": 5
        },
        {
          "entryTs": 1637739300,
          "entryUtc": "2021-11-24T07:35:00.000Z",
          "exitTs": 1637741640,
          "dir": -1,
          "entryPrice": 1792.648,
          "exitPrice": 1794.36,
          "stopDistance": 1.712,
          "outcome": "stop",
          "netR": -1.2454,
          "holdMinutes": 39
        },
        {
          "entryTs": 1637776200,
          "entryUtc": "2021-11-24T17:50:00.000Z",
          "exitTs": 1637785200,
          "dir": -1,
          "entryPrice": 1784.915,
          "exitPrice": 1786.954,
          "stopDistance": 2.039,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 150
        },
        {
          "entryTs": 1637796300,
          "entryUtc": "2021-11-24T23:25:00.000Z",
          "exitTs": 1637796840,
          "dir": -1,
          "entryPrice": 1787.125,
          "exitPrice": 1788.262,
          "stopDistance": 1.137,
          "outcome": "stop",
          "netR": -1.3693,
          "holdMinutes": 9
        },
        {
          "entryTs": 1637812200,
          "entryUtc": "2021-11-25T03:50:00.000Z",
          "exitTs": 1637819760,
          "dir": -1,
          "entryPrice": 1791.898,
          "exitPrice": 1792.835,
          "stopDistance": 0.937,
          "outcome": "stop",
          "netR": -1.448,
          "holdMinutes": 126
        },
        {
          "entryTs": 1637831700,
          "entryUtc": "2021-11-25T09:15:00.000Z",
          "exitTs": 1637831940,
          "dir": -1,
          "entryPrice": 1792.048,
          "exitPrice": 1793.143,
          "stopDistance": 1.095,
          "outcome": "stop",
          "netR": -1.3835,
          "holdMinutes": 4
        },
        {
          "entryTs": 1637844900,
          "entryUtc": "2021-11-25T12:55:00.000Z",
          "exitTs": 1637849880,
          "dir": -1,
          "entryPrice": 1790.965,
          "exitPrice": 1792.017,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3993,
          "holdMinutes": 83
        },
        {
          "entryTs": 1637851800,
          "entryUtc": "2021-11-25T14:50:00.000Z",
          "exitTs": 1637855580,
          "dir": -1,
          "entryPrice": 1790.165,
          "exitPrice": 1787.949,
          "stopDistance": 1.108,
          "outcome": "target",
          "netR": 1.6661,
          "holdMinutes": 63
        },
        {
          "entryTs": 1637861400,
          "entryUtc": "2021-11-25T17:30:00.000Z",
          "exitTs": 1637882280,
          "dir": -1,
          "entryPrice": 1788.405,
          "exitPrice": 1789.381,
          "stopDistance": 0.976,
          "outcome": "stop",
          "netR": -1.4304,
          "holdMinutes": 348
        },
        {
          "entryTs": 1637893800,
          "entryUtc": "2021-11-26T02:30:00.000Z",
          "exitTs": 1637894280,
          "dir": -1,
          "entryPrice": 1791.728,
          "exitPrice": 1793.058,
          "stopDistance": 1.33,
          "outcome": "stop",
          "netR": -1.3159,
          "holdMinutes": 8
        },
        {
          "entryTs": 1637904000,
          "entryUtc": "2021-11-26T05:20:00.000Z",
          "exitTs": 1637904660,
          "dir": -1,
          "entryPrice": 1795.485,
          "exitPrice": 1796.757,
          "stopDistance": 1.272,
          "outcome": "stop",
          "netR": -1.3302,
          "holdMinutes": 11
        },
        {
          "entryTs": 1637916900,
          "entryUtc": "2021-11-26T08:55:00.000Z",
          "exitTs": 1637918100,
          "dir": -1,
          "entryPrice": 1801.225,
          "exitPrice": 1804.912,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 20
        },
        {
          "entryTs": 1637929500,
          "entryUtc": "2021-11-26T12:25:00.000Z",
          "exitTs": 1637933460,
          "dir": -1,
          "entryPrice": 1807.928,
          "exitPrice": 1801.461,
          "stopDistance": 3.233,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 66
        },
        {
          "entryTs": 1638141000,
          "entryUtc": "2021-11-28T23:10:00.000Z",
          "exitTs": 1638142440,
          "dir": -1,
          "entryPrice": 1784.89,
          "exitPrice": 1790.229,
          "stopDistance": 5.339,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 24
        },
        {
          "entryTs": 1638159000,
          "entryUtc": "2021-11-29T04:10:00.000Z",
          "exitTs": 1638163080,
          "dir": -1,
          "entryPrice": 1793.103,
          "exitPrice": 1794.586,
          "stopDistance": 1.483,
          "outcome": "stop",
          "netR": -1.2832,
          "holdMinutes": 68
        },
        {
          "entryTs": 1638169800,
          "entryUtc": "2021-11-29T07:10:00.000Z",
          "exitTs": 1638170640,
          "dir": -1,
          "entryPrice": 1792.755,
          "exitPrice": 1794.552,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2338,
          "holdMinutes": 14
        },
        {
          "entryTs": 1638173400,
          "entryUtc": "2021-11-29T08:10:00.000Z",
          "exitTs": 1638174960,
          "dir": -1,
          "entryPrice": 1794.025,
          "exitPrice": 1796.474,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1715,
          "holdMinutes": 26
        },
        {
          "entryTs": 1638181500,
          "entryUtc": "2021-11-29T10:25:00.000Z",
          "exitTs": 1638182400,
          "dir": -1,
          "entryPrice": 1795.005,
          "exitPrice": 1797.114,
          "stopDistance": 2.109,
          "outcome": "stop",
          "netR": -1.1992,
          "holdMinutes": 15
        },
        {
          "entryTs": 1638212400,
          "entryUtc": "2021-11-29T19:00:00.000Z",
          "exitTs": 1638222420,
          "dir": -1,
          "entryPrice": 1783.978,
          "exitPrice": 1785.55,
          "stopDistance": 1.572,
          "outcome": "stop",
          "netR": -1.2672,
          "holdMinutes": 167
        },
        {
          "entryTs": 1638233400,
          "entryUtc": "2021-11-30T00:50:00.000Z",
          "exitTs": 1638234180,
          "dir": -1,
          "entryPrice": 1785.608,
          "exitPrice": 1783.058,
          "stopDistance": 1.275,
          "outcome": "target",
          "netR": 1.7098,
          "holdMinutes": 13
        },
        {
          "entryTs": 1638248700,
          "entryUtc": "2021-11-30T05:05:00.000Z",
          "exitTs": 1638248880,
          "dir": -1,
          "entryPrice": 1788.015,
          "exitPrice": 1788.878,
          "stopDistance": 0.863,
          "outcome": "stop",
          "netR": -1.4867,
          "holdMinutes": 3
        },
        {
          "entryTs": 1638257400,
          "entryUtc": "2021-11-30T07:30:00.000Z",
          "exitTs": 1638258120,
          "dir": -1,
          "entryPrice": 1790.448,
          "exitPrice": 1792.534,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2014,
          "holdMinutes": 12
        },
        {
          "entryTs": 1638263400,
          "entryUtc": "2021-11-30T09:10:00.000Z",
          "exitTs": 1638264000,
          "dir": -1,
          "entryPrice": 1791.775,
          "exitPrice": 1794.074,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 10
        },
        {
          "entryTs": 1638271200,
          "entryUtc": "2021-11-30T11:20:00.000Z",
          "exitTs": 1638275160,
          "dir": -1,
          "entryPrice": 1794.978,
          "exitPrice": 1791.01,
          "stopDistance": 1.984,
          "outcome": "target",
          "netR": 1.8135,
          "holdMinutes": 66
        },
        {
          "entryTs": 1638287400,
          "entryUtc": "2021-11-30T15:50:00.000Z",
          "exitTs": 1638288000,
          "dir": -1,
          "entryPrice": 1792.228,
          "exitPrice": 1782.613,
          "stopDistance": 4.807,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 10
        },
        {
          "entryTs": 1638300000,
          "entryUtc": "2021-11-30T19:20:00.000Z",
          "exitTs": 1638320400,
          "dir": -1,
          "entryPrice": 1775.308,
          "exitPrice": 1778.132,
          "stopDistance": 2.824,
          "outcome": "stop",
          "netR": -1.1487,
          "holdMinutes": 340
        },
        {
          "entryTs": 1638322800,
          "entryUtc": "2021-12-01T01:40:00.000Z",
          "exitTs": 1638323040,
          "dir": -1,
          "entryPrice": 1774.878,
          "exitPrice": 1776.821,
          "stopDistance": 1.943,
          "outcome": "stop",
          "netR": -1.2162,
          "holdMinutes": 4
        },
        {
          "entryTs": 1638345300,
          "entryUtc": "2021-12-01T07:55:00.000Z",
          "exitTs": 1638347100,
          "dir": -1,
          "entryPrice": 1784.705,
          "exitPrice": 1779.445,
          "stopDistance": 2.63,
          "outcome": "target",
          "netR": 1.8593,
          "holdMinutes": 30
        },
        {
          "entryTs": 1638364500,
          "entryUtc": "2021-12-01T13:15:00.000Z",
          "exitTs": 1638364560,
          "dir": -1,
          "entryPrice": 1783.798,
          "exitPrice": 1786.012,
          "stopDistance": 2.214,
          "outcome": "stop",
          "netR": -1.1897,
          "holdMinutes": 1
        },
        {
          "entryTs": 1638369300,
          "entryUtc": "2021-12-01T14:35:00.000Z",
          "exitTs": 1638369540,
          "dir": -1,
          "entryPrice": 1783.765,
          "exitPrice": 1787.043,
          "stopDistance": 3.278,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 4
        },
        {
          "entryTs": 1638372000,
          "entryUtc": "2021-12-01T15:20:00.000Z",
          "exitTs": 1638372360,
          "dir": -1,
          "entryPrice": 1784.148,
          "exitPrice": 1788.015,
          "stopDistance": 3.867,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 6
        },
        {
          "entryTs": 1638374400,
          "entryUtc": "2021-12-01T16:00:00.000Z",
          "exitTs": 1638389340,
          "dir": -1,
          "entryPrice": 1785.88,
          "exitPrice": 1778.67,
          "stopDistance": 3.605,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 249
        },
        {
          "entryTs": 1638403800,
          "entryUtc": "2021-12-02T00:10:00.000Z",
          "exitTs": 1638418680,
          "dir": -1,
          "entryPrice": 1780.318,
          "exitPrice": 1776.727,
          "stopDistance": 1.795,
          "outcome": "target",
          "netR": 1.7939,
          "holdMinutes": 248
        },
        {
          "entryTs": 1638429600,
          "entryUtc": "2021-12-02T07:20:00.000Z",
          "exitTs": 1638432840,
          "dir": -1,
          "entryPrice": 1775.478,
          "exitPrice": 1772.645,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 54
        },
        {
          "entryTs": 1638451800,
          "entryUtc": "2021-12-02T13:30:00.000Z",
          "exitTs": 1638454200,
          "dir": -1,
          "entryPrice": 1775.178,
          "exitPrice": 1777.616,
          "stopDistance": 2.438,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 40
        },
        {
          "entryTs": 1638494400,
          "entryUtc": "2021-12-03T01:20:00.000Z",
          "exitTs": 1638496020,
          "dir": -1,
          "entryPrice": 1768.475,
          "exitPrice": 1769.986,
          "stopDistance": 1.511,
          "outcome": "stop",
          "netR": -1.2779,
          "holdMinutes": 27
        },
        {
          "entryTs": 1638507000,
          "entryUtc": "2021-12-03T04:50:00.000Z",
          "exitTs": 1638509220,
          "dir": -1,
          "entryPrice": 1771.965,
          "exitPrice": 1773.047,
          "stopDistance": 1.082,
          "outcome": "stop",
          "netR": -1.3883,
          "holdMinutes": 37
        },
        {
          "entryTs": 1638513900,
          "entryUtc": "2021-12-03T06:45:00.000Z",
          "exitTs": 1638518400,
          "dir": -1,
          "entryPrice": 1772.695,
          "exitPrice": 1770.12,
          "stopDistance": 1.287,
          "outcome": "target",
          "netR": 1.7126,
          "holdMinutes": 75
        },
        {
          "entryTs": 1638537600,
          "entryUtc": "2021-12-03T13:20:00.000Z",
          "exitTs": 1638538200,
          "dir": -1,
          "entryPrice": 1770.898,
          "exitPrice": 1772.899,
          "stopDistance": 2.001,
          "outcome": "stop",
          "netR": -1.2099,
          "holdMinutes": 10
        },
        {
          "entryTs": 1638543900,
          "entryUtc": "2021-12-03T15:05:00.000Z",
          "exitTs": 1638547680,
          "dir": -1,
          "entryPrice": 1768.985,
          "exitPrice": 1773.352,
          "stopDistance": 4.367,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 63
        },
        {
          "entryTs": 1638565800,
          "entryUtc": "2021-12-03T21:10:00.000Z",
          "exitTs": 1638745200,
          "dir": -1,
          "entryPrice": 1783.248,
          "exitPrice": 1785.054,
          "stopDistance": 1.806,
          "outcome": "stop",
          "netR": -1.2325,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1638761400,
          "entryUtc": "2021-12-06T03:30:00.000Z",
          "exitTs": 1638764340,
          "dir": -1,
          "entryPrice": 1785.492,
          "exitPrice": 1782.969,
          "stopDistance": 1.262,
          "outcome": "target",
          "netR": 1.7067,
          "holdMinutes": 49
        },
        {
          "entryTs": 1638776700,
          "entryUtc": "2021-12-06T07:45:00.000Z",
          "exitTs": 1638783720,
          "dir": -1,
          "entryPrice": 1782.168,
          "exitPrice": 1778.678,
          "stopDistance": 1.745,
          "outcome": "target",
          "netR": 1.7879,
          "holdMinutes": 117
        },
        {
          "entryTs": 1638791400,
          "entryUtc": "2021-12-06T11:50:00.000Z",
          "exitTs": 1638794460,
          "dir": -1,
          "entryPrice": 1780.095,
          "exitPrice": 1776.959,
          "stopDistance": 1.568,
          "outcome": "target",
          "netR": 1.764,
          "holdMinutes": 51
        },
        {
          "entryTs": 1638799500,
          "entryUtc": "2021-12-06T14:05:00.000Z",
          "exitTs": 1638803760,
          "dir": -1,
          "entryPrice": 1778.938,
          "exitPrice": 1781.353,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 71
        },
        {
          "entryTs": 1638806400,
          "entryUtc": "2021-12-06T16:00:00.000Z",
          "exitTs": 1638808500,
          "dir": -1,
          "entryPrice": 1778.155,
          "exitPrice": 1780.518,
          "stopDistance": 2.363,
          "outcome": "stop",
          "netR": -1.1777,
          "holdMinutes": 35
        },
        {
          "entryTs": 1638813600,
          "entryUtc": "2021-12-06T18:00:00.000Z",
          "exitTs": 1638843600,
          "dir": -1,
          "entryPrice": 1780.788,
          "exitPrice": 1780.158,
          "stopDistance": 1.703,
          "outcome": "time",
          "netR": 0.1527,
          "holdMinutes": 500
        },
        {
          "entryTs": 1638846900,
          "entryUtc": "2021-12-07T03:15:00.000Z",
          "exitTs": 1638849180,
          "dir": -1,
          "entryPrice": 1779.598,
          "exitPrice": 1777.774,
          "stopDistance": 0.912,
          "outcome": "target",
          "netR": 1.5944,
          "holdMinutes": 38
        },
        {
          "entryTs": 1638865500,
          "entryUtc": "2021-12-07T08:25:00.000Z",
          "exitTs": 1638866280,
          "dir": -1,
          "entryPrice": 1781.518,
          "exitPrice": 1782.942,
          "stopDistance": 1.424,
          "outcome": "stop",
          "netR": -1.295,
          "holdMinutes": 13
        },
        {
          "entryTs": 1638867900,
          "entryUtc": "2021-12-07T09:05:00.000Z",
          "exitTs": 1638875700,
          "dir": -1,
          "entryPrice": 1780.258,
          "exitPrice": 1781.78,
          "stopDistance": 1.522,
          "outcome": "stop",
          "netR": -1.276,
          "holdMinutes": 130
        },
        {
          "entryTs": 1638883500,
          "entryUtc": "2021-12-07T13:25:00.000Z",
          "exitTs": 1638884160,
          "dir": -1,
          "entryPrice": 1778.458,
          "exitPrice": 1774.965,
          "stopDistance": 1.747,
          "outcome": "target",
          "netR": 1.7882,
          "holdMinutes": 11
        },
        {
          "entryTs": 1638899700,
          "entryUtc": "2021-12-07T17:55:00.000Z",
          "exitTs": 1638900960,
          "dir": -1,
          "entryPrice": 1782.5,
          "exitPrice": 1784.177,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2505,
          "holdMinutes": 21
        },
        {
          "entryTs": 1638912000,
          "entryUtc": "2021-12-07T21:20:00.000Z",
          "exitTs": 1638921180,
          "dir": -1,
          "entryPrice": 1784.048,
          "exitPrice": 1785.032,
          "stopDistance": 0.984,
          "outcome": "stop",
          "netR": -1.4268,
          "holdMinutes": 153
        },
        {
          "entryTs": 1638939300,
          "entryUtc": "2021-12-08T04:55:00.000Z",
          "exitTs": 1638943140,
          "dir": 1,
          "entryPrice": 1789.175,
          "exitPrice": 1790.716,
          "stopDistance": 0.771,
          "outcome": "target",
          "netR": 1.5198,
          "holdMinutes": 64
        },
        {
          "entryTs": 1638949500,
          "entryUtc": "2021-12-08T07:45:00.000Z",
          "exitTs": 1638950400,
          "dir": 1,
          "entryPrice": 1790.695,
          "exitPrice": 1789.375,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3183,
          "holdMinutes": 15
        },
        {
          "entryTs": 1638955200,
          "entryUtc": "2021-12-08T09:20:00.000Z",
          "exitTs": 1638959880,
          "dir": 1,
          "entryPrice": 1789.229,
          "exitPrice": 1792.301,
          "stopDistance": 1.536,
          "outcome": "target",
          "netR": 1.7591,
          "holdMinutes": 78
        },
        {
          "entryTs": 1638981900,
          "entryUtc": "2021-12-08T16:45:00.000Z",
          "exitTs": 1638983700,
          "dir": -1,
          "entryPrice": 1781.685,
          "exitPrice": 1783.542,
          "stopDistance": 1.857,
          "outcome": "stop",
          "netR": -1.2262,
          "holdMinutes": 30
        },
        {
          "entryTs": 1638997500,
          "entryUtc": "2021-12-08T21:05:00.000Z",
          "exitTs": 1639007160,
          "dir": -1,
          "entryPrice": 1783.545,
          "exitPrice": 1784.561,
          "stopDistance": 1.016,
          "outcome": "stop",
          "netR": -1.4135,
          "holdMinutes": 161
        },
        {
          "entryTs": 1639012500,
          "entryUtc": "2021-12-09T01:15:00.000Z",
          "exitTs": 1639013460,
          "dir": -1,
          "entryPrice": 1782.928,
          "exitPrice": 1784.062,
          "stopDistance": 1.134,
          "outcome": "stop",
          "netR": -1.3703,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639016700,
          "entryUtc": "2021-12-09T02:25:00.000Z",
          "exitTs": 1639022460,
          "dir": -1,
          "entryPrice": 1783.688,
          "exitPrice": 1784.686,
          "stopDistance": 0.998,
          "outcome": "stop",
          "netR": -1.4208,
          "holdMinutes": 96
        },
        {
          "entryTs": 1639032300,
          "entryUtc": "2021-12-09T06:45:00.000Z",
          "exitTs": 1639033200,
          "dir": -1,
          "entryPrice": 1785.315,
          "exitPrice": 1783.601,
          "stopDistance": 0.857,
          "outcome": "target",
          "netR": 1.5684,
          "holdMinutes": 15
        },
        {
          "entryTs": 1639038900,
          "entryUtc": "2021-12-09T08:35:00.000Z",
          "exitTs": 1639043220,
          "dir": -1,
          "entryPrice": 1785.148,
          "exitPrice": 1782.075,
          "stopDistance": 1.536,
          "outcome": "target",
          "netR": 1.7592,
          "holdMinutes": 72
        },
        {
          "entryTs": 1639049400,
          "entryUtc": "2021-12-09T11:30:00.000Z",
          "exitTs": 1639050960,
          "dir": -1,
          "entryPrice": 1782.525,
          "exitPrice": 1779.912,
          "stopDistance": 1.307,
          "outcome": "target",
          "netR": 1.7168,
          "holdMinutes": 26
        },
        {
          "entryTs": 1639061400,
          "entryUtc": "2021-12-09T14:50:00.000Z",
          "exitTs": 1639063680,
          "dir": -1,
          "entryPrice": 1775.408,
          "exitPrice": 1778.532,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1345,
          "holdMinutes": 38
        },
        {
          "entryTs": 1639067700,
          "entryUtc": "2021-12-09T16:35:00.000Z",
          "exitTs": 1639097700,
          "dir": -1,
          "entryPrice": 1776.338,
          "exitPrice": 1776.658,
          "stopDistance": 2.368,
          "outcome": "time",
          "netR": -0.2913,
          "holdMinutes": 500
        },
        {
          "entryTs": 1639109400,
          "entryUtc": "2021-12-10T04:10:00.000Z",
          "exitTs": 1639109940,
          "dir": -1,
          "entryPrice": 1777.118,
          "exitPrice": 1777.935,
          "stopDistance": 0.817,
          "outcome": "stop",
          "netR": -1.5138,
          "holdMinutes": 9
        },
        {
          "entryTs": 1639111500,
          "entryUtc": "2021-12-10T04:45:00.000Z",
          "exitTs": 1639116180,
          "dir": -1,
          "entryPrice": 1778.155,
          "exitPrice": 1776.29,
          "stopDistance": 0.933,
          "outcome": "target",
          "netR": 1.6033,
          "holdMinutes": 78
        },
        {
          "entryTs": 1639161300,
          "entryUtc": "2021-12-10T18:35:00.000Z",
          "exitTs": 1639350000,
          "dir": -1,
          "entryPrice": 1783.168,
          "exitPrice": 1781.815,
          "stopDistance": 1.384,
          "outcome": "time",
          "netR": 0.7104,
          "holdMinutes": 3145
        },
        {
          "entryTs": 1639355100,
          "entryUtc": "2021-12-13T00:25:00.000Z",
          "exitTs": 1639355760,
          "dir": -1,
          "entryPrice": 1782.455,
          "exitPrice": 1783.333,
          "stopDistance": 0.878,
          "outcome": "stop",
          "netR": -1.4783,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639356900,
          "entryUtc": "2021-12-13T00:55:00.000Z",
          "exitTs": 1639357380,
          "dir": -1,
          "entryPrice": 1782.518,
          "exitPrice": 1783.315,
          "stopDistance": 0.797,
          "outcome": "stop",
          "netR": -1.5269,
          "holdMinutes": 8
        },
        {
          "entryTs": 1639390800,
          "entryUtc": "2021-12-13T10:20:00.000Z",
          "exitTs": 1639391460,
          "dir": 1,
          "entryPrice": 1786.078,
          "exitPrice": 1784.754,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3172,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639392600,
          "entryUtc": "2021-12-13T10:50:00.000Z",
          "exitTs": 1639398180,
          "dir": 1,
          "entryPrice": 1786.528,
          "exitPrice": 1789.226,
          "stopDistance": 1.349,
          "outcome": "target",
          "netR": 1.7257,
          "holdMinutes": 93
        },
        {
          "entryTs": 1639419900,
          "entryUtc": "2021-12-13T18:25:00.000Z",
          "exitTs": 1639420140,
          "dir": 1,
          "entryPrice": 1788.538,
          "exitPrice": 1787.45,
          "stopDistance": 1.088,
          "outcome": "stop",
          "netR": -1.3859,
          "holdMinutes": 4
        },
        {
          "entryTs": 1639424700,
          "entryUtc": "2021-12-13T19:45:00.000Z",
          "exitTs": 1639428300,
          "dir": 1,
          "entryPrice": 1787.898,
          "exitPrice": 1787.061,
          "stopDistance": 0.837,
          "outcome": "stop",
          "netR": -1.5017,
          "holdMinutes": 60
        },
        {
          "entryTs": 1639443300,
          "entryUtc": "2021-12-14T00:55:00.000Z",
          "exitTs": 1639444620,
          "dir": 1,
          "entryPrice": 1786.698,
          "exitPrice": 1788.386,
          "stopDistance": 0.844,
          "outcome": "target",
          "netR": 1.5617,
          "holdMinutes": 22
        },
        {
          "entryTs": 1639459500,
          "entryUtc": "2021-12-14T05:25:00.000Z",
          "exitTs": 1639462260,
          "dir": 1,
          "entryPrice": 1786.295,
          "exitPrice": 1787.818,
          "stopDistance": 0.761,
          "outcome": "target",
          "netR": 1.514,
          "holdMinutes": 46
        },
        {
          "entryTs": 1639484700,
          "entryUtc": "2021-12-14T12:25:00.000Z",
          "exitTs": 1639486800,
          "dir": -1,
          "entryPrice": 1784.148,
          "exitPrice": 1785.191,
          "stopDistance": 1.043,
          "outcome": "stop",
          "netR": -1.4025,
          "holdMinutes": 35
        },
        {
          "entryTs": 1639499820,
          "entryUtc": "2021-12-14T16:37:00.000Z",
          "exitTs": 1639529820,
          "dir": -1,
          "entryPrice": 1772.618,
          "exitPrice": 1773.275,
          "stopDistance": 2.446,
          "outcome": "time",
          "netR": -0.4199,
          "holdMinutes": 500
        },
        {
          "entryTs": 1639531800,
          "entryUtc": "2021-12-15T01:30:00.000Z",
          "exitTs": 1639532400,
          "dir": -1,
          "entryPrice": 1771.438,
          "exitPrice": 1772.488,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.4001,
          "holdMinutes": 10
        },
        {
          "entryTs": 1639534800,
          "entryUtc": "2021-12-15T02:20:00.000Z",
          "exitTs": 1639538940,
          "dir": -1,
          "entryPrice": 1771.938,
          "exitPrice": 1769.88,
          "stopDistance": 1.029,
          "outcome": "target",
          "netR": 1.6405,
          "holdMinutes": 69
        },
        {
          "entryTs": 1639563900,
          "entryUtc": "2021-12-15T10:25:00.000Z",
          "exitTs": 1639564620,
          "dir": -1,
          "entryPrice": 1768.198,
          "exitPrice": 1769.346,
          "stopDistance": 1.148,
          "outcome": "stop",
          "netR": -1.3659,
          "holdMinutes": 12
        },
        {
          "entryTs": 1639578900,
          "entryUtc": "2021-12-15T14:35:00.000Z",
          "exitTs": 1639579860,
          "dir": -1,
          "entryPrice": 1765.085,
          "exitPrice": 1767.444,
          "stopDistance": 2.359,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639615500,
          "entryUtc": "2021-12-16T00:45:00.000Z",
          "exitTs": 1639617720,
          "dir": -1,
          "entryPrice": 1777.548,
          "exitPrice": 1779.106,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2696,
          "holdMinutes": 37
        },
        {
          "entryTs": 1639630200,
          "entryUtc": "2021-12-16T04:50:00.000Z",
          "exitTs": 1639630860,
          "dir": 1,
          "entryPrice": 1782.478,
          "exitPrice": 1781.607,
          "stopDistance": 0.871,
          "outcome": "stop",
          "netR": -1.482,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639633200,
          "entryUtc": "2021-12-16T05:40:00.000Z",
          "exitTs": 1639635360,
          "dir": 1,
          "entryPrice": 1782.758,
          "exitPrice": 1784.602,
          "stopDistance": 0.922,
          "outcome": "target",
          "netR": 1.5987,
          "holdMinutes": 36
        },
        {
          "entryTs": 1639660500,
          "entryUtc": "2021-12-16T13:15:00.000Z",
          "exitTs": 1639660980,
          "dir": 1,
          "entryPrice": 1788.889,
          "exitPrice": 1786.803,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2013,
          "holdMinutes": 8
        },
        {
          "entryTs": 1639685100,
          "entryUtc": "2021-12-16T20:05:00.000Z",
          "exitTs": 1639695600,
          "dir": 1,
          "entryPrice": 1797.558,
          "exitPrice": 1799.807,
          "stopDistance": 1.124,
          "outcome": "target",
          "netR": 1.6709,
          "holdMinutes": 175
        },
        {
          "entryTs": 1639704900,
          "entryUtc": "2021-12-17T01:35:00.000Z",
          "exitTs": 1639705560,
          "dir": 1,
          "entryPrice": 1798.808,
          "exitPrice": 1801.056,
          "stopDistance": 1.124,
          "outcome": "target",
          "netR": 1.6708,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639740300,
          "entryUtc": "2021-12-17T11:25:00.000Z",
          "exitTs": 1639744500,
          "dir": 1,
          "entryPrice": 1808.755,
          "exitPrice": 1811.51,
          "stopDistance": 1.377,
          "outcome": "target",
          "netR": 1.7314,
          "holdMinutes": 70
        },
        {
          "entryTs": 1639955400,
          "entryUtc": "2021-12-19T23:10:00.000Z",
          "exitTs": 1639963980,
          "dir": 1,
          "entryPrice": 1800.408,
          "exitPrice": 1798.983,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2947,
          "holdMinutes": 143
        },
        {
          "entryTs": 1639965600,
          "entryUtc": "2021-12-20T02:00:00.000Z",
          "exitTs": 1639979460,
          "dir": 1,
          "entryPrice": 1800.938,
          "exitPrice": 1803.491,
          "stopDistance": 1.276,
          "outcome": "target",
          "netR": 1.7101,
          "holdMinutes": 231
        },
        {
          "entryTs": 1639990800,
          "entryUtc": "2021-12-20T09:00:00.000Z",
          "exitTs": 1639993380,
          "dir": 1,
          "entryPrice": 1801.279,
          "exitPrice": 1799.757,
          "stopDistance": 1.522,
          "outcome": "stop",
          "netR": -1.276,
          "holdMinutes": 43
        },
        {
          "entryTs": 1640003700,
          "entryUtc": "2021-12-20T12:35:00.000Z",
          "exitTs": 1640005740,
          "dir": 1,
          "entryPrice": 1797.898,
          "exitPrice": 1796.554,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3125,
          "holdMinutes": 34
        },
        {
          "entryTs": 1640006100,
          "entryUtc": "2021-12-20T13:15:00.000Z",
          "exitTs": 1640006940,
          "dir": 1,
          "entryPrice": 1797.968,
          "exitPrice": 1796.366,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2622,
          "holdMinutes": 14
        },
        {
          "entryTs": 1640024100,
          "entryUtc": "2021-12-20T18:15:00.000Z",
          "exitTs": 1640025540,
          "dir": 1,
          "entryPrice": 1794.635,
          "exitPrice": 1793.327,
          "stopDistance": 1.308,
          "outcome": "stop",
          "netR": -1.321,
          "holdMinutes": 24
        },
        {
          "entryTs": 1640041800,
          "entryUtc": "2021-12-20T23:10:00.000Z",
          "exitTs": 1640049720,
          "dir": 1,
          "entryPrice": 1790.785,
          "exitPrice": 1789.687,
          "stopDistance": 1.098,
          "outcome": "stop",
          "netR": -1.3826,
          "holdMinutes": 132
        },
        {
          "entryTs": 1640051400,
          "entryUtc": "2021-12-21T01:50:00.000Z",
          "exitTs": 1640052000,
          "dir": 1,
          "entryPrice": 1791.058,
          "exitPrice": 1789.868,
          "stopDistance": 1.19,
          "outcome": "stop",
          "netR": -1.353,
          "holdMinutes": 10
        },
        {
          "entryTs": 1640053200,
          "entryUtc": "2021-12-21T02:20:00.000Z",
          "exitTs": 1640056140,
          "dir": 1,
          "entryPrice": 1791.208,
          "exitPrice": 1790.077,
          "stopDistance": 1.131,
          "outcome": "stop",
          "netR": -1.3713,
          "holdMinutes": 49
        },
        {
          "entryTs": 1640058300,
          "entryUtc": "2021-12-21T03:45:00.000Z",
          "exitTs": 1640060100,
          "dir": 1,
          "entryPrice": 1792.105,
          "exitPrice": 1791.036,
          "stopDistance": 1.069,
          "outcome": "stop",
          "netR": -1.3929,
          "holdMinutes": 30
        },
        {
          "entryTs": 1640072400,
          "entryUtc": "2021-12-21T07:40:00.000Z",
          "exitTs": 1640074080,
          "dir": 1,
          "entryPrice": 1791.568,
          "exitPrice": 1794.234,
          "stopDistance": 1.333,
          "outcome": "target",
          "netR": 1.7224,
          "holdMinutes": 28
        },
        {
          "entryTs": 1640091600,
          "entryUtc": "2021-12-21T13:00:00.000Z",
          "exitTs": 1640092080,
          "dir": 1,
          "entryPrice": 1798.708,
          "exitPrice": 1797.557,
          "stopDistance": 1.151,
          "outcome": "stop",
          "netR": -1.3649,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640120400,
          "entryUtc": "2021-12-21T21:00:00.000Z",
          "exitTs": 1640123940,
          "dir": -1,
          "entryPrice": 1788.008,
          "exitPrice": 1788.961,
          "stopDistance": 0.953,
          "outcome": "stop",
          "netR": -1.4408,
          "holdMinutes": 59
        },
        {
          "entryTs": 1640134800,
          "entryUtc": "2021-12-22T01:00:00.000Z",
          "exitTs": 1640137020,
          "dir": -1,
          "entryPrice": 1788.805,
          "exitPrice": 1789.696,
          "stopDistance": 0.891,
          "outcome": "stop",
          "netR": -1.4713,
          "holdMinutes": 37
        },
        {
          "entryTs": 1640139300,
          "entryUtc": "2021-12-22T02:15:00.000Z",
          "exitTs": 1640143440,
          "dir": -1,
          "entryPrice": 1788.818,
          "exitPrice": 1789.614,
          "stopDistance": 0.796,
          "outcome": "stop",
          "netR": -1.5273,
          "holdMinutes": 69
        },
        {
          "entryTs": 1640146200,
          "entryUtc": "2021-12-22T04:10:00.000Z",
          "exitTs": 1640152560,
          "dir": -1,
          "entryPrice": 1788.735,
          "exitPrice": 1787.292,
          "stopDistance": 0.721,
          "outcome": "target",
          "netR": 1.4872,
          "holdMinutes": 106
        },
        {
          "entryTs": 1640162100,
          "entryUtc": "2021-12-22T08:35:00.000Z",
          "exitTs": 1640164080,
          "dir": -1,
          "entryPrice": 1786.559,
          "exitPrice": 1787.746,
          "stopDistance": 1.187,
          "outcome": "stop",
          "netR": -1.3538,
          "holdMinutes": 33
        },
        {
          "entryTs": 1640187600,
          "entryUtc": "2021-12-22T15:40:00.000Z",
          "exitTs": 1640188920,
          "dir": 1,
          "entryPrice": 1793.018,
          "exitPrice": 1796.627,
          "stopDistance": 1.805,
          "outcome": "target",
          "netR": 1.795,
          "holdMinutes": 22
        },
        {
          "entryTs": 1640220600,
          "entryUtc": "2021-12-23T00:50:00.000Z",
          "exitTs": 1640221080,
          "dir": 1,
          "entryPrice": 1803.928,
          "exitPrice": 1803.19,
          "stopDistance": 0.738,
          "outcome": "stop",
          "netR": -1.5692,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640221500,
          "entryUtc": "2021-12-23T01:05:00.000Z",
          "exitTs": 1640221920,
          "dir": 1,
          "entryPrice": 1804.268,
          "exitPrice": 1803.39,
          "stopDistance": 0.878,
          "outcome": "stop",
          "netR": -1.4783,
          "holdMinutes": 7
        },
        {
          "entryTs": 1640233800,
          "entryUtc": "2021-12-23T04:30:00.000Z",
          "exitTs": 1640238000,
          "dir": 1,
          "entryPrice": 1806.265,
          "exitPrice": 1807.896,
          "stopDistance": 0.816,
          "outcome": "target",
          "netR": 1.5464,
          "holdMinutes": 70
        },
        {
          "entryTs": 1640244300,
          "entryUtc": "2021-12-23T07:25:00.000Z",
          "exitTs": 1640244660,
          "dir": 1,
          "entryPrice": 1806.515,
          "exitPrice": 1805.389,
          "stopDistance": 1.126,
          "outcome": "stop",
          "netR": -1.3729,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640245800,
          "entryUtc": "2021-12-23T07:50:00.000Z",
          "exitTs": 1640245980,
          "dir": 1,
          "entryPrice": 1806.485,
          "exitPrice": 1805.315,
          "stopDistance": 1.17,
          "outcome": "stop",
          "netR": -1.3589,
          "holdMinutes": 3
        },
        {
          "entryTs": 1640246700,
          "entryUtc": "2021-12-23T08:05:00.000Z",
          "exitTs": 1640255400,
          "dir": 1,
          "entryPrice": 1806.538,
          "exitPrice": 1805.3,
          "stopDistance": 1.238,
          "outcome": "stop",
          "netR": -1.3393,
          "holdMinutes": 145
        },
        {
          "entryTs": 1640265300,
          "entryUtc": "2021-12-23T13:15:00.000Z",
          "exitTs": 1640265960,
          "dir": 1,
          "entryPrice": 1805.335,
          "exitPrice": 1807.473,
          "stopDistance": 1.069,
          "outcome": "target",
          "netR": 1.654,
          "holdMinutes": 11
        },
        {
          "entryTs": 1640274900,
          "entryUtc": "2021-12-23T15:55:00.000Z",
          "exitTs": 1640559600,
          "dir": 1,
          "entryPrice": 1806.205,
          "exitPrice": 1807.228,
          "stopDistance": 2.242,
          "outcome": "time",
          "netR": 0.2913,
          "holdMinutes": 4745
        },
        {
          "entryTs": 1640567400,
          "entryUtc": "2021-12-27T01:10:00.000Z",
          "exitTs": 1640568720,
          "dir": 1,
          "entryPrice": 1809.284,
          "exitPrice": 1811.516,
          "stopDistance": 1.116,
          "outcome": "target",
          "netR": 1.6684,
          "holdMinutes": 22
        },
        {
          "entryTs": 1640606100,
          "entryUtc": "2021-12-27T11:55:00.000Z",
          "exitTs": 1640611320,
          "dir": 1,
          "entryPrice": 1806.258,
          "exitPrice": 1805.382,
          "stopDistance": 0.876,
          "outcome": "stop",
          "netR": -1.4793,
          "holdMinutes": 87
        },
        {
          "entryTs": 1640612700,
          "entryUtc": "2021-12-27T13:45:00.000Z",
          "exitTs": 1640617380,
          "dir": 1,
          "entryPrice": 1806.948,
          "exitPrice": 1810.214,
          "stopDistance": 1.633,
          "outcome": "target",
          "netR": 1.7734,
          "holdMinutes": 78
        },
        {
          "entryTs": 1640634900,
          "entryUtc": "2021-12-27T19:55:00.000Z",
          "exitTs": 1640637600,
          "dir": 1,
          "entryPrice": 1808.715,
          "exitPrice": 1810.598,
          "stopDistance": 0.942,
          "outcome": "target",
          "netR": 1.6071,
          "holdMinutes": 45
        },
        {
          "entryTs": 1640662800,
          "entryUtc": "2021-12-28T03:40:00.000Z",
          "exitTs": 1640664360,
          "dir": 1,
          "entryPrice": 1810.268,
          "exitPrice": 1809.559,
          "stopDistance": 0.709,
          "outcome": "stop",
          "netR": -1.5923,
          "holdMinutes": 26
        },
        {
          "entryTs": 1640698200,
          "entryUtc": "2021-12-28T13:30:00.000Z",
          "exitTs": 1640700060,
          "dir": 1,
          "entryPrice": 1818.558,
          "exitPrice": 1817.163,
          "stopDistance": 1.395,
          "outcome": "stop",
          "netR": -1.3011,
          "holdMinutes": 31
        },
        {
          "entryTs": 1640733300,
          "entryUtc": "2021-12-28T23:15:00.000Z",
          "exitTs": 1640735100,
          "dir": 1,
          "entryPrice": 1806.744,
          "exitPrice": 1805.958,
          "stopDistance": 0.787,
          "outcome": "stop",
          "netR": -1.534,
          "holdMinutes": 30
        },
        {
          "entryTs": 1640742600,
          "entryUtc": "2021-12-29T01:50:00.000Z",
          "exitTs": 1640744940,
          "dir": 1,
          "entryPrice": 1805.888,
          "exitPrice": 1804.898,
          "stopDistance": 0.989,
          "outcome": "stop",
          "netR": -1.4245,
          "holdMinutes": 39
        },
        {
          "entryTs": 1640746200,
          "entryUtc": "2021-12-29T02:50:00.000Z",
          "exitTs": 1640761260,
          "dir": 1,
          "entryPrice": 1806.265,
          "exitPrice": 1805.254,
          "stopDistance": 1.011,
          "outcome": "stop",
          "netR": -1.4155,
          "holdMinutes": 251
        },
        {
          "entryTs": 1640811000,
          "entryUtc": "2021-12-29T20:50:00.000Z",
          "exitTs": 1640814300,
          "dir": 1,
          "entryPrice": 1804.598,
          "exitPrice": 1803.843,
          "stopDistance": 0.755,
          "outcome": "stop",
          "netR": -1.5562,
          "holdMinutes": 55
        },
        {
          "entryTs": 1640820600,
          "entryUtc": "2021-12-29T23:30:00.000Z",
          "exitTs": 1640823780,
          "dir": 1,
          "entryPrice": 1804.398,
          "exitPrice": 1803.764,
          "stopDistance": 0.634,
          "outcome": "stop",
          "netR": -1.6625,
          "holdMinutes": 53
        },
        {
          "entryTs": 1640824800,
          "entryUtc": "2021-12-30T00:40:00.000Z",
          "exitTs": 1640825280,
          "dir": 1,
          "entryPrice": 1804.808,
          "exitPrice": 1803.996,
          "stopDistance": 0.812,
          "outcome": "stop",
          "netR": -1.5172,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640835000,
          "entryUtc": "2021-12-30T03:30:00.000Z",
          "exitTs": 1640835120,
          "dir": 1,
          "entryPrice": 1803.069,
          "exitPrice": 1802.109,
          "stopDistance": 0.96,
          "outcome": "stop",
          "netR": -1.4375,
          "holdMinutes": 2
        },
        {
          "entryTs": 1640859300,
          "entryUtc": "2021-12-30T10:15:00.000Z",
          "exitTs": 1640861100,
          "dir": -1,
          "entryPrice": 1799.508,
          "exitPrice": 1800.633,
          "stopDistance": 1.125,
          "outcome": "stop",
          "netR": -1.3732,
          "holdMinutes": 30
        },
        {
          "entryTs": 1640872800,
          "entryUtc": "2021-12-30T14:00:00.000Z",
          "exitTs": 1640873160,
          "dir": 1,
          "entryPrice": 1802.759,
          "exitPrice": 1800.922,
          "stopDistance": 1.837,
          "outcome": "stop",
          "netR": -1.2287,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640874300,
          "entryUtc": "2021-12-30T14:25:00.000Z",
          "exitTs": 1640874780,
          "dir": 1,
          "entryPrice": 1803.385,
          "exitPrice": 1807.141,
          "stopDistance": 1.878,
          "outcome": "target",
          "netR": 1.803,
          "holdMinutes": 8
        },
        {
          "entryTs": 1640907300,
          "entryUtc": "2021-12-30T23:35:00.000Z",
          "exitTs": 1640912520,
          "dir": 1,
          "entryPrice": 1815.658,
          "exitPrice": 1817.391,
          "stopDistance": 0.867,
          "outcome": "target",
          "netR": 1.5731,
          "holdMinutes": 87
        },
        {
          "entryTs": 1640919300,
          "entryUtc": "2021-12-31T02:55:00.000Z",
          "exitTs": 1640934240,
          "dir": 1,
          "entryPrice": 1817.254,
          "exitPrice": 1819.696,
          "stopDistance": 1.221,
          "outcome": "target",
          "netR": 1.697,
          "holdMinutes": 249
        },
        {
          "entryTs": 1640941200,
          "entryUtc": "2021-12-31T09:00:00.000Z",
          "exitTs": 1640956200,
          "dir": 1,
          "entryPrice": 1818.544,
          "exitPrice": 1820.752,
          "stopDistance": 1.104,
          "outcome": "target",
          "netR": 1.6648,
          "holdMinutes": 250
        },
        {
          "entryTs": 1640968500,
          "entryUtc": "2021-12-31T16:35:00.000Z",
          "exitTs": 1640976900,
          "dir": 1,
          "entryPrice": 1823.984,
          "exitPrice": 1828.314,
          "stopDistance": 2.165,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 140
        },
        {
          "entryTs": 1641170400,
          "entryUtc": "2022-01-03T00:40:00.000Z",
          "exitTs": 1641174000,
          "dir": 1,
          "entryPrice": 1829.898,
          "exitPrice": 1828.615,
          "stopDistance": 1.283,
          "outcome": "stop",
          "netR": -1.3274,
          "holdMinutes": 60
        },
        {
          "entryTs": 1641189900,
          "entryUtc": "2022-01-03T06:05:00.000Z",
          "exitTs": 1641190260,
          "dir": 1,
          "entryPrice": 1825.578,
          "exitPrice": 1824.776,
          "stopDistance": 0.802,
          "outcome": "stop",
          "netR": -1.5236,
          "holdMinutes": 6
        },
        {
          "entryTs": 1641201300,
          "entryUtc": "2022-01-03T09:15:00.000Z",
          "exitTs": 1641204600,
          "dir": 1,
          "entryPrice": 1824.844,
          "exitPrice": 1827.301,
          "stopDistance": 1.229,
          "outcome": "target",
          "netR": 1.6989,
          "holdMinutes": 55
        },
        {
          "entryTs": 1641245400,
          "entryUtc": "2022-01-03T21:30:00.000Z",
          "exitTs": 1641251280,
          "dir": -1,
          "entryPrice": 1801.828,
          "exitPrice": 1802.755,
          "stopDistance": 0.927,
          "outcome": "stop",
          "netR": -1.453,
          "holdMinutes": 98
        },
        {
          "entryTs": 1641266400,
          "entryUtc": "2022-01-04T03:20:00.000Z",
          "exitTs": 1641276420,
          "dir": -1,
          "entryPrice": 1804.255,
          "exitPrice": 1805.488,
          "stopDistance": 1.233,
          "outcome": "stop",
          "netR": -1.3406,
          "holdMinutes": 167
        },
        {
          "entryTs": 1641279000,
          "entryUtc": "2022-01-04T06:50:00.000Z",
          "exitTs": 1641280860,
          "dir": -1,
          "entryPrice": 1804.118,
          "exitPrice": 1805.037,
          "stopDistance": 0.919,
          "outcome": "stop",
          "netR": -1.4571,
          "holdMinutes": 31
        },
        {
          "entryTs": 1641286200,
          "entryUtc": "2022-01-04T08:50:00.000Z",
          "exitTs": 1641288300,
          "dir": -1,
          "entryPrice": 1803.898,
          "exitPrice": 1805.577,
          "stopDistance": 1.679,
          "outcome": "stop",
          "netR": -1.2502,
          "holdMinutes": 35
        },
        {
          "entryTs": 1641294900,
          "entryUtc": "2022-01-04T11:15:00.000Z",
          "exitTs": 1641298800,
          "dir": -1,
          "entryPrice": 1804.128,
          "exitPrice": 1801.17,
          "stopDistance": 1.479,
          "outcome": "target",
          "netR": 1.7498,
          "holdMinutes": 65
        },
        {
          "entryTs": 1641330000,
          "entryUtc": "2022-01-04T21:00:00.000Z",
          "exitTs": 1641330960,
          "dir": 1,
          "entryPrice": 1815.155,
          "exitPrice": 1814.325,
          "stopDistance": 0.83,
          "outcome": "stop",
          "netR": -1.5061,
          "holdMinutes": 16
        },
        {
          "entryTs": 1641332700,
          "entryUtc": "2022-01-04T21:45:00.000Z",
          "exitTs": 1641337200,
          "dir": 1,
          "entryPrice": 1814.598,
          "exitPrice": 1813.922,
          "stopDistance": 0.676,
          "outcome": "stop",
          "netR": -1.6212,
          "holdMinutes": 75
        },
        {
          "entryTs": 1641342300,
          "entryUtc": "2022-01-05T00:25:00.000Z",
          "exitTs": 1641343320,
          "dir": 1,
          "entryPrice": 1814.388,
          "exitPrice": 1813.662,
          "stopDistance": 0.726,
          "outcome": "stop",
          "netR": -1.5783,
          "holdMinutes": 17
        },
        {
          "entryTs": 1641346800,
          "entryUtc": "2022-01-05T01:40:00.000Z",
          "exitTs": 1641353280,
          "dir": 1,
          "entryPrice": 1814.558,
          "exitPrice": 1816.248,
          "stopDistance": 0.845,
          "outcome": "target",
          "netR": 1.5621,
          "holdMinutes": 108
        },
        {
          "entryTs": 1641359700,
          "entryUtc": "2022-01-05T05:15:00.000Z",
          "exitTs": 1641361080,
          "dir": 1,
          "entryPrice": 1815.368,
          "exitPrice": 1814.778,
          "stopDistance": 0.59,
          "outcome": "stop",
          "netR": -1.7116,
          "holdMinutes": 23
        },
        {
          "entryTs": 1641362400,
          "entryUtc": "2022-01-05T06:00:00.000Z",
          "exitTs": 1641364920,
          "dir": 1,
          "entryPrice": 1815.628,
          "exitPrice": 1814.839,
          "stopDistance": 0.789,
          "outcome": "stop",
          "netR": -1.5325,
          "holdMinutes": 42
        },
        {
          "entryTs": 1641370800,
          "entryUtc": "2022-01-05T08:20:00.000Z",
          "exitTs": 1641374760,
          "dir": 1,
          "entryPrice": 1816.154,
          "exitPrice": 1818.648,
          "stopDistance": 1.247,
          "outcome": "target",
          "netR": 1.7032,
          "holdMinutes": 66
        },
        {
          "entryTs": 1641388500,
          "entryUtc": "2022-01-05T13:15:00.000Z",
          "exitTs": 1641388500,
          "dir": 1,
          "entryPrice": 1819.928,
          "exitPrice": 1818.522,
          "stopDistance": 1.406,
          "outcome": "stop",
          "netR": -1.2988,
          "holdMinutes": 0
        },
        {
          "entryTs": 1641389100,
          "entryUtc": "2022-01-05T13:25:00.000Z",
          "exitTs": 1641389520,
          "dir": 1,
          "entryPrice": 1819.298,
          "exitPrice": 1823.366,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641402600,
          "entryUtc": "2022-01-05T17:10:00.000Z",
          "exitTs": 1641409380,
          "dir": 1,
          "entryPrice": 1824.258,
          "exitPrice": 1822.337,
          "stopDistance": 1.921,
          "outcome": "stop",
          "netR": -1.2187,
          "holdMinutes": 113
        },
        {
          "entryTs": 1641469500,
          "entryUtc": "2022-01-06T11:45:00.000Z",
          "exitTs": 1641471000,
          "dir": -1,
          "entryPrice": 1797.658,
          "exitPrice": 1799.755,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2003,
          "holdMinutes": 25
        },
        {
          "entryTs": 1641472800,
          "entryUtc": "2022-01-06T12:40:00.000Z",
          "exitTs": 1641473760,
          "dir": -1,
          "entryPrice": 1796.854,
          "exitPrice": 1792.841,
          "stopDistance": 2.007,
          "outcome": "target",
          "netR": 1.8156,
          "holdMinutes": 16
        },
        {
          "entryTs": 1641481500,
          "entryUtc": "2022-01-06T15:05:00.000Z",
          "exitTs": 1641490320,
          "dir": -1,
          "entryPrice": 1789.245,
          "exitPrice": 1793.184,
          "stopDistance": 3.939,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 147
        },
        {
          "entryTs": 1641493500,
          "entryUtc": "2022-01-06T18:25:00.000Z",
          "exitTs": 1641496320,
          "dir": -1,
          "entryPrice": 1790.008,
          "exitPrice": 1786.521,
          "stopDistance": 1.744,
          "outcome": "target",
          "netR": 1.7878,
          "holdMinutes": 47
        },
        {
          "entryTs": 1641502200,
          "entryUtc": "2022-01-06T20:50:00.000Z",
          "exitTs": 1641504300,
          "dir": -1,
          "entryPrice": 1788.158,
          "exitPrice": 1789.359,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3497,
          "holdMinutes": 35
        },
        {
          "entryTs": 1641518400,
          "entryUtc": "2022-01-07T01:20:00.000Z",
          "exitTs": 1641519840,
          "dir": -1,
          "entryPrice": 1790.558,
          "exitPrice": 1791.54,
          "stopDistance": 0.982,
          "outcome": "stop",
          "netR": -1.4277,
          "holdMinutes": 24
        },
        {
          "entryTs": 1641520800,
          "entryUtc": "2022-01-07T02:00:00.000Z",
          "exitTs": 1641523860,
          "dir": -1,
          "entryPrice": 1790.528,
          "exitPrice": 1791.613,
          "stopDistance": 1.086,
          "outcome": "stop",
          "netR": -1.3869,
          "holdMinutes": 51
        },
        {
          "entryTs": 1641534000,
          "entryUtc": "2022-01-07T05:40:00.000Z",
          "exitTs": 1641535500,
          "dir": -1,
          "entryPrice": 1791.588,
          "exitPrice": 1790.248,
          "stopDistance": 0.67,
          "outcome": "target",
          "netR": 1.4478,
          "holdMinutes": 25
        },
        {
          "entryTs": 1641541200,
          "entryUtc": "2022-01-07T07:40:00.000Z",
          "exitTs": 1641543180,
          "dir": -1,
          "entryPrice": 1790.258,
          "exitPrice": 1787.777,
          "stopDistance": 1.24,
          "outcome": "target",
          "netR": 1.7017,
          "holdMinutes": 33
        },
        {
          "entryTs": 1641553500,
          "entryUtc": "2022-01-07T11:05:00.000Z",
          "exitTs": 1641556080,
          "dir": -1,
          "entryPrice": 1790.678,
          "exitPrice": 1791.939,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.3331,
          "holdMinutes": 43
        },
        {
          "entryTs": 1641559800,
          "entryUtc": "2022-01-07T12:50:00.000Z",
          "exitTs": 1641562200,
          "dir": -1,
          "entryPrice": 1790.758,
          "exitPrice": 1792.228,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2857,
          "holdMinutes": 40
        },
        {
          "entryTs": 1641568500,
          "entryUtc": "2022-01-07T15:15:00.000Z",
          "exitTs": 1641568920,
          "dir": -1,
          "entryPrice": 1789.845,
          "exitPrice": 1793.372,
          "stopDistance": 3.527,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641570000,
          "entryUtc": "2022-01-07T15:40:00.000Z",
          "exitTs": 1641571500,
          "dir": -1,
          "entryPrice": 1788.738,
          "exitPrice": 1792.076,
          "stopDistance": 3.338,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 25
        },
        {
          "entryTs": 1641587400,
          "entryUtc": "2022-01-07T20:30:00.000Z",
          "exitTs": 1641592320,
          "dir": -1,
          "entryPrice": 1794.928,
          "exitPrice": 1796.272,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3124,
          "holdMinutes": 82
        },
        {
          "entryTs": 1641769800,
          "entryUtc": "2022-01-09T23:10:00.000Z",
          "exitTs": 1641773340,
          "dir": -1,
          "entryPrice": 1795.048,
          "exitPrice": 1792.653,
          "stopDistance": 1.198,
          "outcome": "target",
          "netR": 1.691,
          "holdMinutes": 59
        },
        {
          "entryTs": 1641783300,
          "entryUtc": "2022-01-10T02:55:00.000Z",
          "exitTs": 1641798720,
          "dir": -1,
          "entryPrice": 1794.105,
          "exitPrice": 1791.308,
          "stopDistance": 1.398,
          "outcome": "target",
          "netR": 1.7354,
          "holdMinutes": 257
        },
        {
          "entryTs": 1641803100,
          "entryUtc": "2022-01-10T08:25:00.000Z",
          "exitTs": 1641803220,
          "dir": -1,
          "entryPrice": 1793.138,
          "exitPrice": 1794.509,
          "stopDistance": 1.371,
          "outcome": "stop",
          "netR": -1.3064,
          "holdMinutes": 2
        },
        {
          "entryTs": 1641817800,
          "entryUtc": "2022-01-10T12:30:00.000Z",
          "exitTs": 1641818640,
          "dir": -1,
          "entryPrice": 1798.478,
          "exitPrice": 1795.197,
          "stopDistance": 1.641,
          "outcome": "target",
          "netR": 1.7745,
          "holdMinutes": 14
        },
        {
          "entryTs": 1641829800,
          "entryUtc": "2022-01-10T15:50:00.000Z",
          "exitTs": 1641831000,
          "dir": -1,
          "entryPrice": 1792.308,
          "exitPrice": 1794.772,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 20
        },
        {
          "entryTs": 1641834000,
          "entryUtc": "2022-01-10T17:00:00.000Z",
          "exitTs": 1641835920,
          "dir": -1,
          "entryPrice": 1793.818,
          "exitPrice": 1795.598,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.236,
          "holdMinutes": 32
        },
        {
          "entryTs": 1641856800,
          "entryUtc": "2022-01-10T23:20:00.000Z",
          "exitTs": 1641857340,
          "dir": -1,
          "entryPrice": 1800.748,
          "exitPrice": 1801.639,
          "stopDistance": 0.891,
          "outcome": "stop",
          "netR": -1.4713,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641877200,
          "entryUtc": "2022-01-11T05:00:00.000Z",
          "exitTs": 1641878160,
          "dir": 1,
          "entryPrice": 1806.628,
          "exitPrice": 1805.873,
          "stopDistance": 0.755,
          "outcome": "stop",
          "netR": -1.5562,
          "holdMinutes": 16
        },
        {
          "entryTs": 1641902100,
          "entryUtc": "2022-01-11T11:55:00.000Z",
          "exitTs": 1641902400,
          "dir": 1,
          "entryPrice": 1807.055,
          "exitPrice": 1805.916,
          "stopDistance": 1.139,
          "outcome": "stop",
          "netR": -1.3688,
          "holdMinutes": 5
        },
        {
          "entryTs": 1641913500,
          "entryUtc": "2022-01-11T15:05:00.000Z",
          "exitTs": 1641917400,
          "dir": 1,
          "entryPrice": 1807.695,
          "exitPrice": 1812.924,
          "stopDistance": 2.614,
          "outcome": "target",
          "netR": 1.8585,
          "holdMinutes": 65
        },
        {
          "entryTs": 1641947400,
          "entryUtc": "2022-01-12T00:30:00.000Z",
          "exitTs": 1641948720,
          "dir": 1,
          "entryPrice": 1821.778,
          "exitPrice": 1820.765,
          "stopDistance": 1.013,
          "outcome": "stop",
          "netR": -1.4146,
          "holdMinutes": 22
        },
        {
          "entryTs": 1641964800,
          "entryUtc": "2022-01-12T05:20:00.000Z",
          "exitTs": 1641965880,
          "dir": 1,
          "entryPrice": 1819.238,
          "exitPrice": 1820.608,
          "stopDistance": 0.685,
          "outcome": "target",
          "netR": 1.4598,
          "holdMinutes": 18
        },
        {
          "entryTs": 1641982200,
          "entryUtc": "2022-01-12T10:10:00.000Z",
          "exitTs": 1641983400,
          "dir": 1,
          "entryPrice": 1817.864,
          "exitPrice": 1816.611,
          "stopDistance": 1.253,
          "outcome": "stop",
          "netR": -1.3352,
          "holdMinutes": 20
        },
        {
          "entryTs": 1641990900,
          "entryUtc": "2022-01-12T12:35:00.000Z",
          "exitTs": 1641992400,
          "dir": 1,
          "entryPrice": 1817.818,
          "exitPrice": 1819.873,
          "stopDistance": 1.028,
          "outcome": "target",
          "netR": 1.6399,
          "holdMinutes": 25
        },
        {
          "entryTs": 1642005600,
          "entryUtc": "2022-01-12T16:40:00.000Z",
          "exitTs": 1642012380,
          "dir": 1,
          "entryPrice": 1823.158,
          "exitPrice": 1827.655,
          "stopDistance": 2.248,
          "outcome": "target",
          "netR": 1.8354,
          "holdMinutes": 113
        },
        {
          "entryTs": 1642020300,
          "entryUtc": "2022-01-12T20:45:00.000Z",
          "exitTs": 1642023480,
          "dir": 1,
          "entryPrice": 1827.128,
          "exitPrice": 1826.169,
          "stopDistance": 0.959,
          "outcome": "stop",
          "netR": -1.438,
          "holdMinutes": 53
        },
        {
          "entryTs": 1642038000,
          "entryUtc": "2022-01-13T01:40:00.000Z",
          "exitTs": 1642039440,
          "dir": 1,
          "entryPrice": 1825.698,
          "exitPrice": 1824.852,
          "stopDistance": 0.846,
          "outcome": "stop",
          "netR": -1.4962,
          "holdMinutes": 24
        },
        {
          "entryTs": 1642044300,
          "entryUtc": "2022-01-13T03:25:00.000Z",
          "exitTs": 1642050900,
          "dir": 1,
          "entryPrice": 1825.178,
          "exitPrice": 1826.893,
          "stopDistance": 0.858,
          "outcome": "target",
          "netR": 1.5686,
          "holdMinutes": 110
        },
        {
          "entryTs": 1642059600,
          "entryUtc": "2022-01-13T07:40:00.000Z",
          "exitTs": 1642061520,
          "dir": 1,
          "entryPrice": 1826.388,
          "exitPrice": 1825.21,
          "stopDistance": 1.178,
          "outcome": "stop",
          "netR": -1.3565,
          "holdMinutes": 32
        },
        {
          "entryTs": 1642069200,
          "entryUtc": "2022-01-13T10:20:00.000Z",
          "exitTs": 1642079760,
          "dir": 1,
          "entryPrice": 1823.298,
          "exitPrice": 1821.769,
          "stopDistance": 1.529,
          "outcome": "stop",
          "netR": -1.2748,
          "holdMinutes": 176
        },
        {
          "entryTs": 1642093200,
          "entryUtc": "2022-01-13T17:00:00.000Z",
          "exitTs": 1642123200,
          "dir": 1,
          "entryPrice": 1818.988,
          "exitPrice": 1821.388,
          "stopDistance": 2.268,
          "outcome": "time",
          "netR": 0.895,
          "holdMinutes": 500
        },
        {
          "entryTs": 1642146000,
          "entryUtc": "2022-01-14T07:40:00.000Z",
          "exitTs": 1642147080,
          "dir": 1,
          "entryPrice": 1827.774,
          "exitPrice": 1826.644,
          "stopDistance": 1.13,
          "outcome": "stop",
          "netR": -1.3717,
          "holdMinutes": 18
        },
        {
          "entryTs": 1642162500,
          "entryUtc": "2022-01-14T12:15:00.000Z",
          "exitTs": 1642163220,
          "dir": 1,
          "entryPrice": 1823.444,
          "exitPrice": 1822.147,
          "stopDistance": 1.297,
          "outcome": "stop",
          "netR": -1.3238,
          "holdMinutes": 12
        },
        {
          "entryTs": 1642166700,
          "entryUtc": "2022-01-14T13:25:00.000Z",
          "exitTs": 1642170540,
          "dir": 1,
          "entryPrice": 1824.334,
          "exitPrice": 1822.089,
          "stopDistance": 2.245,
          "outcome": "stop",
          "netR": -1.1871,
          "holdMinutes": 64
        },
        {
          "entryTs": 1642188300,
          "entryUtc": "2022-01-14T19:25:00.000Z",
          "exitTs": 1642193940,
          "dir": 1,
          "entryPrice": 1817.758,
          "exitPrice": 1816.261,
          "stopDistance": 1.497,
          "outcome": "stop",
          "netR": -1.2805,
          "holdMinutes": 94
        },
        {
          "entryTs": 1642374000,
          "entryUtc": "2022-01-16T23:00:00.000Z",
          "exitTs": 1642374000,
          "dir": 1,
          "entryPrice": 1817.044,
          "exitPrice": 1818.8,
          "stopDistance": 0.878,
          "outcome": "target",
          "netR": 1.5787,
          "holdMinutes": 0
        },
        {
          "entryTs": 1642385100,
          "entryUtc": "2022-01-17T02:05:00.000Z",
          "exitTs": 1642388700,
          "dir": 1,
          "entryPrice": 1816.058,
          "exitPrice": 1818.723,
          "stopDistance": 1.333,
          "outcome": "target",
          "netR": 1.7223,
          "holdMinutes": 60
        },
        {
          "entryTs": 1642403700,
          "entryUtc": "2022-01-17T07:15:00.000Z",
          "exitTs": 1642404660,
          "dir": 1,
          "entryPrice": 1819.858,
          "exitPrice": 1821.715,
          "stopDistance": 0.928,
          "outcome": "target",
          "netR": 1.6015,
          "holdMinutes": 16
        },
        {
          "entryTs": 1642418700,
          "entryUtc": "2022-01-17T11:25:00.000Z",
          "exitTs": 1642419360,
          "dir": 1,
          "entryPrice": 1821.478,
          "exitPrice": 1820.727,
          "stopDistance": 0.751,
          "outcome": "stop",
          "netR": -1.5589,
          "holdMinutes": 11
        },
        {
          "entryTs": 1642428000,
          "entryUtc": "2022-01-17T14:00:00.000Z",
          "exitTs": 1642431240,
          "dir": 1,
          "entryPrice": 1820.924,
          "exitPrice": 1819.76,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.3609,
          "holdMinutes": 54
        },
        {
          "entryTs": 1642439400,
          "entryUtc": "2022-01-17T17:10:00.000Z",
          "exitTs": 1642460400,
          "dir": 1,
          "entryPrice": 1819.618,
          "exitPrice": 1818.834,
          "stopDistance": 0.784,
          "outcome": "stop",
          "netR": -1.5356,
          "holdMinutes": 350
        },
        {
          "entryTs": 1642465200,
          "entryUtc": "2022-01-18T00:20:00.000Z",
          "exitTs": 1642465440,
          "dir": 1,
          "entryPrice": 1819.758,
          "exitPrice": 1818.993,
          "stopDistance": 0.765,
          "outcome": "stop",
          "netR": -1.5487,
          "holdMinutes": 4
        },
        {
          "entryTs": 1642513200,
          "entryUtc": "2022-01-18T13:40:00.000Z",
          "exitTs": 1642515420,
          "dir": 1,
          "entryPrice": 1816.738,
          "exitPrice": 1813.414,
          "stopDistance": 3.324,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 37
        },
        {
          "entryTs": 1642538700,
          "entryUtc": "2022-01-18T20:45:00.000Z",
          "exitTs": 1642548180,
          "dir": -1,
          "entryPrice": 1813.328,
          "exitPrice": 1814.644,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3191,
          "holdMinutes": 158
        },
        {
          "entryTs": 1642551000,
          "entryUtc": "2022-01-19T00:10:00.000Z",
          "exitTs": 1642552800,
          "dir": -1,
          "entryPrice": 1813.008,
          "exitPrice": 1813.889,
          "stopDistance": 0.881,
          "outcome": "stop",
          "netR": -1.4768,
          "holdMinutes": 30
        },
        {
          "entryTs": 1642567800,
          "entryUtc": "2022-01-19T04:50:00.000Z",
          "exitTs": 1642568580,
          "dir": -1,
          "entryPrice": 1811.108,
          "exitPrice": 1811.852,
          "stopDistance": 0.744,
          "outcome": "stop",
          "netR": -1.5646,
          "holdMinutes": 13
        },
        {
          "entryTs": 1642578300,
          "entryUtc": "2022-01-19T07:45:00.000Z",
          "exitTs": 1642579620,
          "dir": -1,
          "entryPrice": 1812.488,
          "exitPrice": 1813.817,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.316,
          "holdMinutes": 22
        },
        {
          "entryTs": 1642594800,
          "entryUtc": "2022-01-19T12:20:00.000Z",
          "exitTs": 1642595880,
          "dir": 1,
          "entryPrice": 1818.878,
          "exitPrice": 1817.486,
          "stopDistance": 1.392,
          "outcome": "stop",
          "netR": -1.3018,
          "holdMinutes": 18
        },
        {
          "entryTs": 1642597500,
          "entryUtc": "2022-01-19T13:05:00.000Z",
          "exitTs": 1642598760,
          "dir": 1,
          "entryPrice": 1819.739,
          "exitPrice": 1822.804,
          "stopDistance": 1.532,
          "outcome": "target",
          "netR": 1.7585,
          "holdMinutes": 21
        },
        {
          "entryTs": 1642640400,
          "entryUtc": "2022-01-20T01:00:00.000Z",
          "exitTs": 1642640520,
          "dir": 1,
          "entryPrice": 1841.028,
          "exitPrice": 1840.04,
          "stopDistance": 0.988,
          "outcome": "stop",
          "netR": -1.4251,
          "holdMinutes": 2
        },
        {
          "entryTs": 1642659600,
          "entryUtc": "2022-01-20T06:20:00.000Z",
          "exitTs": 1642660020,
          "dir": 1,
          "entryPrice": 1839.858,
          "exitPrice": 1838.806,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3991,
          "holdMinutes": 7
        },
        {
          "entryTs": 1642661100,
          "entryUtc": "2022-01-20T06:45:00.000Z",
          "exitTs": 1642665300,
          "dir": 1,
          "entryPrice": 1839.984,
          "exitPrice": 1838.912,
          "stopDistance": 1.072,
          "outcome": "stop",
          "netR": -1.3917,
          "holdMinutes": 70
        },
        {
          "entryTs": 1642665900,
          "entryUtc": "2022-01-20T08:05:00.000Z",
          "exitTs": 1642668060,
          "dir": 1,
          "entryPrice": 1840.548,
          "exitPrice": 1839.117,
          "stopDistance": 1.431,
          "outcome": "stop",
          "netR": -1.2935,
          "holdMinutes": 36
        },
        {
          "entryTs": 1642669500,
          "entryUtc": "2022-01-20T09:05:00.000Z",
          "exitTs": 1642671000,
          "dir": 1,
          "entryPrice": 1840.448,
          "exitPrice": 1839.027,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 25
        },
        {
          "entryTs": 1642679400,
          "entryUtc": "2022-01-20T11:50:00.000Z",
          "exitTs": 1642681320,
          "dir": 1,
          "entryPrice": 1838.599,
          "exitPrice": 1837.43,
          "stopDistance": 1.169,
          "outcome": "stop",
          "netR": -1.3592,
          "holdMinutes": 32
        },
        {
          "entryTs": 1642682700,
          "entryUtc": "2022-01-20T12:45:00.000Z",
          "exitTs": 1642684980,
          "dir": 1,
          "entryPrice": 1839.258,
          "exitPrice": 1842.122,
          "stopDistance": 1.432,
          "outcome": "target",
          "netR": 1.7416,
          "holdMinutes": 38
        },
        {
          "entryTs": 1642721100,
          "entryUtc": "2022-01-20T23:25:00.000Z",
          "exitTs": 1642721400,
          "dir": 1,
          "entryPrice": 1839.288,
          "exitPrice": 1838.216,
          "stopDistance": 1.072,
          "outcome": "stop",
          "netR": -1.3918,
          "holdMinutes": 5
        },
        {
          "entryTs": 1642726500,
          "entryUtc": "2022-01-21T00:55:00.000Z",
          "exitTs": 1642726860,
          "dir": 1,
          "entryPrice": 1838.798,
          "exitPrice": 1837.81,
          "stopDistance": 0.988,
          "outcome": "stop",
          "netR": -1.4252,
          "holdMinutes": 6
        },
        {
          "entryTs": 1642731000,
          "entryUtc": "2022-01-21T02:10:00.000Z",
          "exitTs": 1642733940,
          "dir": 1,
          "entryPrice": 1838.558,
          "exitPrice": 1841.446,
          "stopDistance": 1.444,
          "outcome": "target",
          "netR": 1.7438,
          "holdMinutes": 49
        },
        {
          "entryTs": 1642743900,
          "entryUtc": "2022-01-21T05:45:00.000Z",
          "exitTs": 1642745220,
          "dir": 1,
          "entryPrice": 1841.358,
          "exitPrice": 1840.523,
          "stopDistance": 0.835,
          "outcome": "stop",
          "netR": -1.5027,
          "holdMinutes": 22
        },
        {
          "entryTs": 1642748700,
          "entryUtc": "2022-01-21T07:05:00.000Z",
          "exitTs": 1642750200,
          "dir": 1,
          "entryPrice": 1841.819,
          "exitPrice": 1840.643,
          "stopDistance": 1.176,
          "outcome": "stop",
          "netR": -1.357,
          "holdMinutes": 25
        },
        {
          "entryTs": 1642760400,
          "entryUtc": "2022-01-21T10:20:00.000Z",
          "exitTs": 1642766340,
          "dir": 1,
          "entryPrice": 1834.228,
          "exitPrice": 1832.456,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 99
        },
        {
          "entryTs": 1642768200,
          "entryUtc": "2022-01-21T12:30:00.000Z",
          "exitTs": 1642768920,
          "dir": 1,
          "entryPrice": 1836.208,
          "exitPrice": 1834.595,
          "stopDistance": 1.613,
          "outcome": "stop",
          "netR": -1.2603,
          "holdMinutes": 12
        },
        {
          "entryTs": 1642800000,
          "entryUtc": "2022-01-21T21:20:00.000Z",
          "exitTs": 1642802040,
          "dir": 1,
          "entryPrice": 1831.228,
          "exitPrice": 1833.954,
          "stopDistance": 1.363,
          "outcome": "target",
          "netR": 1.7285,
          "holdMinutes": 34
        },
        {
          "entryTs": 1642985700,
          "entryUtc": "2022-01-24T00:55:00.000Z",
          "exitTs": 1642986000,
          "dir": 1,
          "entryPrice": 1834.108,
          "exitPrice": 1832.845,
          "stopDistance": 1.263,
          "outcome": "stop",
          "netR": -1.3325,
          "holdMinutes": 5
        },
        {
          "entryTs": 1642988400,
          "entryUtc": "2022-01-24T01:40:00.000Z",
          "exitTs": 1643003460,
          "dir": 1,
          "entryPrice": 1835.418,
          "exitPrice": 1838.286,
          "stopDistance": 1.434,
          "outcome": "target",
          "netR": 1.742,
          "holdMinutes": 251
        },
        {
          "entryTs": 1643009400,
          "entryUtc": "2022-01-24T07:30:00.000Z",
          "exitTs": 1643010240,
          "dir": 1,
          "entryPrice": 1838.718,
          "exitPrice": 1837.439,
          "stopDistance": 1.279,
          "outcome": "stop",
          "netR": -1.3283,
          "holdMinutes": 14
        },
        {
          "entryTs": 1643011500,
          "entryUtc": "2022-01-24T08:05:00.000Z",
          "exitTs": 1643011860,
          "dir": 1,
          "entryPrice": 1838.498,
          "exitPrice": 1841.233,
          "stopDistance": 1.367,
          "outcome": "target",
          "netR": 1.7294,
          "holdMinutes": 6
        },
        {
          "entryTs": 1643027400,
          "entryUtc": "2022-01-24T12:30:00.000Z",
          "exitTs": 1643027700,
          "dir": 1,
          "entryPrice": 1839.748,
          "exitPrice": 1838.042,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2462,
          "holdMinutes": 5
        },
        {
          "entryTs": 1643030100,
          "entryUtc": "2022-01-24T13:15:00.000Z",
          "exitTs": 1643031840,
          "dir": 1,
          "entryPrice": 1840.288,
          "exitPrice": 1838.379,
          "stopDistance": 1.909,
          "outcome": "stop",
          "netR": -1.22,
          "holdMinutes": 29
        },
        {
          "entryTs": 1643043900,
          "entryUtc": "2022-01-24T17:05:00.000Z",
          "exitTs": 1643047440,
          "dir": 1,
          "entryPrice": 1834.838,
          "exitPrice": 1839.209,
          "stopDistance": 2.186,
          "outcome": "target",
          "netR": 1.8307,
          "holdMinutes": 59
        },
        {
          "entryTs": 1643057400,
          "entryUtc": "2022-01-24T20:50:00.000Z",
          "exitTs": 1643059440,
          "dir": 1,
          "entryPrice": 1840.259,
          "exitPrice": 1843.464,
          "stopDistance": 1.603,
          "outcome": "target",
          "netR": 1.7691,
          "holdMinutes": 34
        },
        {
          "entryTs": 1643081700,
          "entryUtc": "2022-01-25T03:35:00.000Z",
          "exitTs": 1643090580,
          "dir": 1,
          "entryPrice": 1841.588,
          "exitPrice": 1840.575,
          "stopDistance": 1.013,
          "outcome": "stop",
          "netR": -1.4146,
          "holdMinutes": 148
        },
        {
          "entryTs": 1643092500,
          "entryUtc": "2022-01-25T06:35:00.000Z",
          "exitTs": 1643093100,
          "dir": 1,
          "entryPrice": 1842.288,
          "exitPrice": 1841.297,
          "stopDistance": 0.991,
          "outcome": "stop",
          "netR": -1.4238,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643095500,
          "entryUtc": "2022-01-25T07:25:00.000Z",
          "exitTs": 1643096100,
          "dir": 1,
          "entryPrice": 1842.838,
          "exitPrice": 1841.723,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3766,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643111100,
          "entryUtc": "2022-01-25T11:45:00.000Z",
          "exitTs": 1643111700,
          "dir": 1,
          "entryPrice": 1839.294,
          "exitPrice": 1837.864,
          "stopDistance": 1.43,
          "outcome": "stop",
          "netR": -1.2937,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643114100,
          "entryUtc": "2022-01-25T12:35:00.000Z",
          "exitTs": 1643116980,
          "dir": 1,
          "entryPrice": 1839.208,
          "exitPrice": 1842.028,
          "stopDistance": 1.41,
          "outcome": "target",
          "netR": 1.7376,
          "holdMinutes": 48
        },
        {
          "entryTs": 1643153700,
          "entryUtc": "2022-01-25T23:35:00.000Z",
          "exitTs": 1643158860,
          "dir": 1,
          "entryPrice": 1849.118,
          "exitPrice": 1848.145,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4319,
          "holdMinutes": 86
        },
        {
          "entryTs": 1643164800,
          "entryUtc": "2022-01-26T02:40:00.000Z",
          "exitTs": 1643166840,
          "dir": 1,
          "entryPrice": 1848.518,
          "exitPrice": 1847.466,
          "stopDistance": 1.051,
          "outcome": "stop",
          "netR": -1.3994,
          "holdMinutes": 34
        },
        {
          "entryTs": 1643175300,
          "entryUtc": "2022-01-26T05:35:00.000Z",
          "exitTs": 1643175780,
          "dir": 1,
          "entryPrice": 1847.878,
          "exitPrice": 1847.156,
          "stopDistance": 0.722,
          "outcome": "stop",
          "netR": -1.5813,
          "holdMinutes": 8
        },
        {
          "entryTs": 1643189700,
          "entryUtc": "2022-01-26T09:35:00.000Z",
          "exitTs": 1643193060,
          "dir": 1,
          "entryPrice": 1846.518,
          "exitPrice": 1845.224,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3247,
          "holdMinutes": 56
        },
        {
          "entryTs": 1643201100,
          "entryUtc": "2022-01-26T12:45:00.000Z",
          "exitTs": 1643202720,
          "dir": 1,
          "entryPrice": 1846.628,
          "exitPrice": 1845.221,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2985,
          "holdMinutes": 27
        },
        {
          "entryTs": 1643225700,
          "entryUtc": "2022-01-26T19:35:00.000Z",
          "exitTs": 1643225940,
          "dir": -1,
          "entryPrice": 1826.858,
          "exitPrice": 1830.782,
          "stopDistance": 3.924,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 4
        },
        {
          "entryTs": 1643243100,
          "entryUtc": "2022-01-27T00:25:00.000Z",
          "exitTs": 1643246580,
          "dir": -1,
          "entryPrice": 1819.508,
          "exitPrice": 1815.932,
          "stopDistance": 1.788,
          "outcome": "target",
          "netR": 1.793,
          "holdMinutes": 58
        },
        {
          "entryTs": 1643268300,
          "entryUtc": "2022-01-27T07:25:00.000Z",
          "exitTs": 1643273640,
          "dir": -1,
          "entryPrice": 1812.574,
          "exitPrice": 1814.463,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 89
        },
        {
          "entryTs": 1643280600,
          "entryUtc": "2022-01-27T10:50:00.000Z",
          "exitTs": 1643283240,
          "dir": -1,
          "entryPrice": 1812.688,
          "exitPrice": 1809.339,
          "stopDistance": 1.675,
          "outcome": "target",
          "netR": 1.7791,
          "holdMinutes": 44
        },
        {
          "entryTs": 1643286900,
          "entryUtc": "2022-01-27T12:35:00.000Z",
          "exitTs": 1643287500,
          "dir": -1,
          "entryPrice": 1810.778,
          "exitPrice": 1806.941,
          "stopDistance": 1.918,
          "outcome": "target",
          "netR": 1.8071,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643297100,
          "entryUtc": "2022-01-27T15:25:00.000Z",
          "exitTs": 1643300640,
          "dir": -1,
          "entryPrice": 1801.948,
          "exitPrice": 1793.742,
          "stopDistance": 4.103,
          "outcome": "target",
          "netR": 1.9098,
          "holdMinutes": 59
        },
        {
          "entryTs": 1643313000,
          "entryUtc": "2022-01-27T19:50:00.000Z",
          "exitTs": 1643317020,
          "dir": -1,
          "entryPrice": 1793.758,
          "exitPrice": 1795.438,
          "stopDistance": 1.68,
          "outcome": "stop",
          "netR": -1.25,
          "holdMinutes": 67
        },
        {
          "entryTs": 1643329200,
          "entryUtc": "2022-01-28T00:20:00.000Z",
          "exitTs": 1643330880,
          "dir": -1,
          "entryPrice": 1795.745,
          "exitPrice": 1796.9,
          "stopDistance": 1.155,
          "outcome": "stop",
          "netR": -1.3637,
          "holdMinutes": 28
        },
        {
          "entryTs": 1643344500,
          "entryUtc": "2022-01-28T04:35:00.000Z",
          "exitTs": 1643345160,
          "dir": -1,
          "entryPrice": 1798.068,
          "exitPrice": 1798.862,
          "stopDistance": 0.794,
          "outcome": "stop",
          "netR": -1.5289,
          "holdMinutes": 11
        },
        {
          "entryTs": 1643375100,
          "entryUtc": "2022-01-28T13:05:00.000Z",
          "exitTs": 1643375340,
          "dir": -1,
          "entryPrice": 1784.728,
          "exitPrice": 1786.951,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 4
        },
        {
          "entryTs": 1643376900,
          "entryUtc": "2022-01-28T13:35:00.000Z",
          "exitTs": 1643376960,
          "dir": -1,
          "entryPrice": 1786.358,
          "exitPrice": 1789.441,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 1
        },
        {
          "entryTs": 1643377800,
          "entryUtc": "2022-01-28T13:50:00.000Z",
          "exitTs": 1643378700,
          "dir": -1,
          "entryPrice": 1784.835,
          "exitPrice": 1788.533,
          "stopDistance": 3.698,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643379300,
          "entryUtc": "2022-01-28T14:15:00.000Z",
          "exitTs": 1643381460,
          "dir": -1,
          "entryPrice": 1785.708,
          "exitPrice": 1789.311,
          "stopDistance": 3.603,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 36
        },
        {
          "entryTs": 1643383800,
          "entryUtc": "2022-01-28T15:30:00.000Z",
          "exitTs": 1643400720,
          "dir": -1,
          "entryPrice": 1784.438,
          "exitPrice": 1788.34,
          "stopDistance": 3.902,
          "outcome": "stop",
          "netR": -1.1076,
          "holdMinutes": 282
        },
        {
          "entryTs": 1643587200,
          "entryUtc": "2022-01-31T00:00:00.000Z",
          "exitTs": 1643591160,
          "dir": -1,
          "entryPrice": 1789.408,
          "exitPrice": 1786.784,
          "stopDistance": 1.312,
          "outcome": "target",
          "netR": 1.718,
          "holdMinutes": 66
        },
        {
          "entryTs": 1643597700,
          "entryUtc": "2022-01-31T02:55:00.000Z",
          "exitTs": 1643602260,
          "dir": -1,
          "entryPrice": 1788.148,
          "exitPrice": 1786.028,
          "stopDistance": 1.06,
          "outcome": "target",
          "netR": 1.6509,
          "holdMinutes": 76
        },
        {
          "entryTs": 1643613000,
          "entryUtc": "2022-01-31T07:10:00.000Z",
          "exitTs": 1643615640,
          "dir": -1,
          "entryPrice": 1787.328,
          "exitPrice": 1788.416,
          "stopDistance": 1.087,
          "outcome": "stop",
          "netR": -1.3862,
          "holdMinutes": 44
        },
        {
          "entryTs": 1643623500,
          "entryUtc": "2022-01-31T10:05:00.000Z",
          "exitTs": 1643625000,
          "dir": -1,
          "entryPrice": 1788.808,
          "exitPrice": 1790.471,
          "stopDistance": 1.663,
          "outcome": "stop",
          "netR": -1.2525,
          "holdMinutes": 25
        },
        {
          "entryTs": 1643634600,
          "entryUtc": "2022-01-31T13:10:00.000Z",
          "exitTs": 1643635020,
          "dir": -1,
          "entryPrice": 1790.168,
          "exitPrice": 1791.685,
          "stopDistance": 1.517,
          "outcome": "stop",
          "netR": -1.2768,
          "holdMinutes": 7
        },
        {
          "entryTs": 1643635500,
          "entryUtc": "2022-01-31T13:25:00.000Z",
          "exitTs": 1643636040,
          "dir": -1,
          "entryPrice": 1790.078,
          "exitPrice": 1791.952,
          "stopDistance": 1.874,
          "outcome": "stop",
          "netR": -1.2241,
          "holdMinutes": 9
        },
        {
          "entryTs": 1643650800,
          "entryUtc": "2022-01-31T17:40:00.000Z",
          "exitTs": 1643654160,
          "dir": -1,
          "entryPrice": 1795.198,
          "exitPrice": 1797.182,
          "stopDistance": 1.984,
          "outcome": "stop",
          "netR": -1.2117,
          "holdMinutes": 56
        },
        {
          "entryTs": 1643660700,
          "entryUtc": "2022-01-31T20:25:00.000Z",
          "exitTs": 1643662080,
          "dir": -1,
          "entryPrice": 1797.235,
          "exitPrice": 1798.564,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.3161,
          "holdMinutes": 23
        },
        {
          "entryTs": 1643665800,
          "entryUtc": "2022-01-31T21:50:00.000Z",
          "exitTs": 1643670120,
          "dir": -1,
          "entryPrice": 1796.795,
          "exitPrice": 1798.034,
          "stopDistance": 1.239,
          "outcome": "stop",
          "netR": -1.3391,
          "holdMinutes": 72
        },
        {
          "entryTs": 1643681400,
          "entryUtc": "2022-02-01T02:10:00.000Z",
          "exitTs": 1643690460,
          "dir": -1,
          "entryPrice": 1797.158,
          "exitPrice": 1798.095,
          "stopDistance": 0.937,
          "outcome": "stop",
          "netR": -1.4484,
          "holdMinutes": 151
        },
        {
          "entryTs": 1643720100,
          "entryUtc": "2022-02-01T12:55:00.000Z",
          "exitTs": 1643720640,
          "dir": -1,
          "entryPrice": 1805.808,
          "exitPrice": 1807.132,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3172,
          "holdMinutes": 9
        },
        {
          "entryTs": 1643735400,
          "entryUtc": "2022-02-01T17:10:00.000Z",
          "exitTs": 1643765400,
          "dir": -1,
          "entryPrice": 1803.378,
          "exitPrice": 1800.948,
          "stopDistance": 2.446,
          "outcome": "time",
          "netR": 0.842,
          "holdMinutes": 500
        },
        {
          "entryTs": 1643767500,
          "entryUtc": "2022-02-02T02:05:00.000Z",
          "exitTs": 1643769240,
          "dir": -1,
          "entryPrice": 1800.398,
          "exitPrice": 1798.913,
          "stopDistance": 0.743,
          "outcome": "target",
          "netR": 1.5017,
          "holdMinutes": 29
        },
        {
          "entryTs": 1643782500,
          "entryUtc": "2022-02-02T06:15:00.000Z",
          "exitTs": 1643782620,
          "dir": -1,
          "entryPrice": 1797.528,
          "exitPrice": 1798.245,
          "stopDistance": 0.717,
          "outcome": "stop",
          "netR": -1.5858,
          "holdMinutes": 2
        },
        {
          "entryTs": 1643783700,
          "entryUtc": "2022-02-02T06:35:00.000Z",
          "exitTs": 1643785020,
          "dir": -1,
          "entryPrice": 1796.865,
          "exitPrice": 1797.787,
          "stopDistance": 0.922,
          "outcome": "stop",
          "netR": -1.4556,
          "holdMinutes": 22
        },
        {
          "entryTs": 1643787000,
          "entryUtc": "2022-02-02T07:30:00.000Z",
          "exitTs": 1643787660,
          "dir": -1,
          "entryPrice": 1797.248,
          "exitPrice": 1795.024,
          "stopDistance": 1.112,
          "outcome": "target",
          "netR": 1.6673,
          "holdMinutes": 11
        },
        {
          "entryTs": 1643810400,
          "entryUtc": "2022-02-02T14:00:00.000Z",
          "exitTs": 1643812260,
          "dir": -1,
          "entryPrice": 1801.238,
          "exitPrice": 1803.739,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 31
        },
        {
          "entryTs": 1643813400,
          "entryUtc": "2022-02-02T14:50:00.000Z",
          "exitTs": 1643814000,
          "dir": -1,
          "entryPrice": 1801.908,
          "exitPrice": 1804.627,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643814600,
          "entryUtc": "2022-02-02T15:10:00.000Z",
          "exitTs": 1643815500,
          "dir": -1,
          "entryPrice": 1802.688,
          "exitPrice": 1805.754,
          "stopDistance": 3.066,
          "outcome": "stop",
          "netR": -1.137,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643850900,
          "entryUtc": "2022-02-03T01:15:00.000Z",
          "exitTs": 1643853420,
          "dir": -1,
          "entryPrice": 1806.578,
          "exitPrice": 1807.354,
          "stopDistance": 0.776,
          "outcome": "stop",
          "netR": -1.5411,
          "holdMinutes": 42
        },
        {
          "entryTs": 1643855700,
          "entryUtc": "2022-02-03T02:35:00.000Z",
          "exitTs": 1643858700,
          "dir": -1,
          "entryPrice": 1806.408,
          "exitPrice": 1807.339,
          "stopDistance": 0.931,
          "outcome": "stop",
          "netR": -1.4512,
          "holdMinutes": 50
        },
        {
          "entryTs": 1643861400,
          "entryUtc": "2022-02-03T04:10:00.000Z",
          "exitTs": 1643863500,
          "dir": -1,
          "entryPrice": 1806.408,
          "exitPrice": 1807.085,
          "stopDistance": 0.677,
          "outcome": "stop",
          "netR": -1.6203,
          "holdMinutes": 35
        },
        {
          "entryTs": 1643882100,
          "entryUtc": "2022-02-03T09:55:00.000Z",
          "exitTs": 1643888580,
          "dir": -1,
          "entryPrice": 1803.668,
          "exitPrice": 1804.723,
          "stopDistance": 1.055,
          "outcome": "stop",
          "netR": -1.3981,
          "holdMinutes": 108
        },
        {
          "entryTs": 1643890200,
          "entryUtc": "2022-02-03T12:10:00.000Z",
          "exitTs": 1643895540,
          "dir": -1,
          "entryPrice": 1802.018,
          "exitPrice": 1803.533,
          "stopDistance": 1.515,
          "outcome": "stop",
          "netR": -1.2772,
          "holdMinutes": 89
        },
        {
          "entryTs": 1643899200,
          "entryUtc": "2022-02-03T14:40:00.000Z",
          "exitTs": 1643899500,
          "dir": -1,
          "entryPrice": 1800.638,
          "exitPrice": 1794.829,
          "stopDistance": 2.905,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 5
        },
        {
          "entryTs": 1643911500,
          "entryUtc": "2022-02-03T18:05:00.000Z",
          "exitTs": 1643914980,
          "dir": -1,
          "entryPrice": 1803.765,
          "exitPrice": 1805.754,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 58
        },
        {
          "entryTs": 1643923200,
          "entryUtc": "2022-02-03T21:20:00.000Z",
          "exitTs": 1643931060,
          "dir": -1,
          "entryPrice": 1804.888,
          "exitPrice": 1805.892,
          "stopDistance": 1.004,
          "outcome": "stop",
          "netR": -1.4181,
          "holdMinutes": 131
        },
        {
          "entryTs": 1643943600,
          "entryUtc": "2022-02-04T03:00:00.000Z",
          "exitTs": 1643948100,
          "dir": -1,
          "entryPrice": 1806.035,
          "exitPrice": 1806.823,
          "stopDistance": 0.788,
          "outcome": "stop",
          "netR": -1.5327,
          "holdMinutes": 75
        },
        {
          "entryTs": 1643953500,
          "entryUtc": "2022-02-04T05:45:00.000Z",
          "exitTs": 1643957640,
          "dir": -1,
          "entryPrice": 1806.358,
          "exitPrice": 1807.089,
          "stopDistance": 0.731,
          "outcome": "stop",
          "netR": -1.5746,
          "holdMinutes": 69
        },
        {
          "entryTs": 1643978400,
          "entryUtc": "2022-02-04T12:40:00.000Z",
          "exitTs": 1643979600,
          "dir": 1,
          "entryPrice": 1812.075,
          "exitPrice": 1810.667,
          "stopDistance": 1.408,
          "outcome": "stop",
          "netR": -1.2984,
          "holdMinutes": 20
        },
        {
          "entryTs": 1643979900,
          "entryUtc": "2022-02-04T13:05:00.000Z",
          "exitTs": 1643981400,
          "dir": 1,
          "entryPrice": 1812.375,
          "exitPrice": 1810.918,
          "stopDistance": 1.457,
          "outcome": "stop",
          "netR": -1.2884,
          "holdMinutes": 25
        },
        {
          "entryTs": 1643991300,
          "entryUtc": "2022-02-04T16:15:00.000Z",
          "exitTs": 1643994240,
          "dir": -1,
          "entryPrice": 1804.378,
          "exitPrice": 1808.002,
          "stopDistance": 3.624,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 49
        },
        {
          "entryTs": 1644003000,
          "entryUtc": "2022-02-04T19:30:00.000Z",
          "exitTs": 1644005880,
          "dir": -1,
          "entryPrice": 1806.008,
          "exitPrice": 1807.362,
          "stopDistance": 1.353,
          "outcome": "stop",
          "netR": -1.3103,
          "holdMinutes": 48
        },
        {
          "entryTs": 1644205800,
          "entryUtc": "2022-02-07T03:50:00.000Z",
          "exitTs": 1644211560,
          "dir": 1,
          "entryPrice": 1810.396,
          "exitPrice": 1809.371,
          "stopDistance": 1.025,
          "outcome": "stop",
          "netR": -1.4098,
          "holdMinutes": 96
        },
        {
          "entryTs": 1644212400,
          "entryUtc": "2022-02-07T05:40:00.000Z",
          "exitTs": 1644214620,
          "dir": 1,
          "entryPrice": 1810.69,
          "exitPrice": 1809.848,
          "stopDistance": 0.842,
          "outcome": "stop",
          "netR": -1.4986,
          "holdMinutes": 37
        },
        {
          "entryTs": 1644218100,
          "entryUtc": "2022-02-07T07:15:00.000Z",
          "exitTs": 1644220800,
          "dir": 1,
          "entryPrice": 1811.198,
          "exitPrice": 1813.403,
          "stopDistance": 1.103,
          "outcome": "target",
          "netR": 1.6644,
          "holdMinutes": 45
        },
        {
          "entryTs": 1644232800,
          "entryUtc": "2022-02-07T11:20:00.000Z",
          "exitTs": 1644239160,
          "dir": 1,
          "entryPrice": 1812.514,
          "exitPrice": 1814.983,
          "stopDistance": 1.234,
          "outcome": "target",
          "netR": 1.7002,
          "holdMinutes": 106
        },
        {
          "entryTs": 1644248100,
          "entryUtc": "2022-02-07T15:35:00.000Z",
          "exitTs": 1644256740,
          "dir": 1,
          "entryPrice": 1815.285,
          "exitPrice": 1820.112,
          "stopDistance": 2.413,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 144
        },
        {
          "entryTs": 1644267300,
          "entryUtc": "2022-02-07T20:55:00.000Z",
          "exitTs": 1644270540,
          "dir": 1,
          "entryPrice": 1821.574,
          "exitPrice": 1820.57,
          "stopDistance": 1.004,
          "outcome": "stop",
          "netR": -1.4185,
          "holdMinutes": 54
        },
        {
          "entryTs": 1644276600,
          "entryUtc": "2022-02-07T23:30:00.000Z",
          "exitTs": 1644279060,
          "dir": 1,
          "entryPrice": 1821.318,
          "exitPrice": 1820.575,
          "stopDistance": 0.743,
          "outcome": "stop",
          "netR": -1.5649,
          "holdMinutes": 41
        },
        {
          "entryTs": 1644283800,
          "entryUtc": "2022-02-08T01:30:00.000Z",
          "exitTs": 1644283980,
          "dir": 1,
          "entryPrice": 1821.898,
          "exitPrice": 1821.033,
          "stopDistance": 0.865,
          "outcome": "stop",
          "netR": -1.4857,
          "holdMinutes": 3
        },
        {
          "entryTs": 1644309600,
          "entryUtc": "2022-02-08T08:40:00.000Z",
          "exitTs": 1644311340,
          "dir": 1,
          "entryPrice": 1819.688,
          "exitPrice": 1818.197,
          "stopDistance": 1.491,
          "outcome": "stop",
          "netR": -1.2818,
          "holdMinutes": 29
        },
        {
          "entryTs": 1644313800,
          "entryUtc": "2022-02-08T09:50:00.000Z",
          "exitTs": 1644318300,
          "dir": 1,
          "entryPrice": 1819.664,
          "exitPrice": 1818.279,
          "stopDistance": 1.385,
          "outcome": "stop",
          "netR": -1.3032,
          "holdMinutes": 75
        },
        {
          "entryTs": 1644325800,
          "entryUtc": "2022-02-08T13:10:00.000Z",
          "exitTs": 1644327300,
          "dir": 1,
          "entryPrice": 1818.948,
          "exitPrice": 1821.457,
          "stopDistance": 1.255,
          "outcome": "target",
          "netR": 1.7051,
          "holdMinutes": 25
        },
        {
          "entryTs": 1644369300,
          "entryUtc": "2022-02-09T01:15:00.000Z",
          "exitTs": 1644369540,
          "dir": 1,
          "entryPrice": 1826.148,
          "exitPrice": 1825.5,
          "stopDistance": 0.648,
          "outcome": "stop",
          "netR": -1.6478,
          "holdMinutes": 4
        },
        {
          "entryTs": 1644370800,
          "entryUtc": "2022-02-09T01:40:00.000Z",
          "exitTs": 1644372120,
          "dir": 1,
          "entryPrice": 1825.898,
          "exitPrice": 1827.217,
          "stopDistance": 0.659,
          "outcome": "target",
          "netR": 1.4388,
          "holdMinutes": 22
        },
        {
          "entryTs": 1644384600,
          "entryUtc": "2022-02-09T05:30:00.000Z",
          "exitTs": 1644385620,
          "dir": 1,
          "entryPrice": 1827.808,
          "exitPrice": 1829.007,
          "stopDistance": 0.599,
          "outcome": "target",
          "netR": 1.3827,
          "holdMinutes": 17
        },
        {
          "entryTs": 1644396000,
          "entryUtc": "2022-02-09T08:40:00.000Z",
          "exitTs": 1644405240,
          "dir": 1,
          "entryPrice": 1827.238,
          "exitPrice": 1826.091,
          "stopDistance": 1.147,
          "outcome": "stop",
          "netR": -1.3661,
          "holdMinutes": 154
        },
        {
          "entryTs": 1644408600,
          "entryUtc": "2022-02-09T12:10:00.000Z",
          "exitTs": 1644410280,
          "dir": 1,
          "entryPrice": 1827.254,
          "exitPrice": 1826.332,
          "stopDistance": 0.922,
          "outcome": "stop",
          "netR": -1.4555,
          "holdMinutes": 28
        },
        {
          "entryTs": 1644411600,
          "entryUtc": "2022-02-09T13:00:00.000Z",
          "exitTs": 1644411600,
          "dir": 1,
          "entryPrice": 1828.019,
          "exitPrice": 1830.101,
          "stopDistance": 1.041,
          "outcome": "target",
          "netR": 1.6445,
          "holdMinutes": 0
        },
        {
          "entryTs": 1644418200,
          "entryUtc": "2022-02-09T14:50:00.000Z",
          "exitTs": 1644426180,
          "dir": 1,
          "entryPrice": 1829.088,
          "exitPrice": 1833.689,
          "stopDistance": 2.301,
          "outcome": "target",
          "netR": 1.8392,
          "holdMinutes": 133
        },
        {
          "entryTs": 1644448800,
          "entryUtc": "2022-02-09T23:20:00.000Z",
          "exitTs": 1644451260,
          "dir": 1,
          "entryPrice": 1832.808,
          "exitPrice": 1832.135,
          "stopDistance": 0.673,
          "outcome": "stop",
          "netR": -1.6243,
          "holdMinutes": 41
        },
        {
          "entryTs": 1644455400,
          "entryUtc": "2022-02-10T01:10:00.000Z",
          "exitTs": 1644457920,
          "dir": 1,
          "entryPrice": 1833.978,
          "exitPrice": 1833.146,
          "stopDistance": 0.832,
          "outcome": "stop",
          "netR": -1.5049,
          "holdMinutes": 42
        },
        {
          "entryTs": 1644472200,
          "entryUtc": "2022-02-10T05:50:00.000Z",
          "exitTs": 1644474300,
          "dir": 1,
          "entryPrice": 1834.318,
          "exitPrice": 1833.755,
          "stopDistance": 0.563,
          "outcome": "stop",
          "netR": -1.7463,
          "holdMinutes": 35
        },
        {
          "entryTs": 1644488100,
          "entryUtc": "2022-02-10T10:15:00.000Z",
          "exitTs": 1644495840,
          "dir": 1,
          "entryPrice": 1832.608,
          "exitPrice": 1831.45,
          "stopDistance": 1.158,
          "outcome": "stop",
          "netR": -1.3628,
          "holdMinutes": 129
        },
        {
          "entryTs": 1644504600,
          "entryUtc": "2022-02-10T14:50:00.000Z",
          "exitTs": 1644507720,
          "dir": 1,
          "entryPrice": 1832.208,
          "exitPrice": 1840.038,
          "stopDistance": 3.915,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 52
        },
        {
          "entryTs": 1644546900,
          "entryUtc": "2022-02-11T02:35:00.000Z",
          "exitTs": 1644552000,
          "dir": 1,
          "entryPrice": 1825.854,
          "exitPrice": 1824.783,
          "stopDistance": 1.071,
          "outcome": "stop",
          "netR": -1.3923,
          "holdMinutes": 85
        },
        {
          "entryTs": 1644557400,
          "entryUtc": "2022-02-11T05:30:00.000Z",
          "exitTs": 1644557700,
          "dir": 1,
          "entryPrice": 1825.008,
          "exitPrice": 1823.998,
          "stopDistance": 1.01,
          "outcome": "stop",
          "netR": -1.4159,
          "holdMinutes": 5
        },
        {
          "entryTs": 1644565500,
          "entryUtc": "2022-02-11T07:45:00.000Z",
          "exitTs": 1644581640,
          "dir": 1,
          "entryPrice": 1824.638,
          "exitPrice": 1827.72,
          "stopDistance": 1.541,
          "outcome": "target",
          "netR": 1.7599,
          "holdMinutes": 269
        },
        {
          "entryTs": 1644590400,
          "entryUtc": "2022-02-11T14:40:00.000Z",
          "exitTs": 1644592500,
          "dir": 1,
          "entryPrice": 1829.904,
          "exitPrice": 1834.782,
          "stopDistance": 2.439,
          "outcome": "target",
          "netR": 1.8483,
          "holdMinutes": 35
        },
        {
          "entryTs": 1644816900,
          "entryUtc": "2022-02-14T05:35:00.000Z",
          "exitTs": 1644821160,
          "dir": 1,
          "entryPrice": 1853.208,
          "exitPrice": 1851.884,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3172,
          "holdMinutes": 71
        },
        {
          "entryTs": 1644823800,
          "entryUtc": "2022-02-14T07:30:00.000Z",
          "exitTs": 1644824520,
          "dir": 1,
          "entryPrice": 1854.508,
          "exitPrice": 1853.098,
          "stopDistance": 1.41,
          "outcome": "stop",
          "netR": -1.298,
          "holdMinutes": 12
        },
        {
          "entryTs": 1644839700,
          "entryUtc": "2022-02-14T11:55:00.000Z",
          "exitTs": 1644842340,
          "dir": 1,
          "entryPrice": 1856.518,
          "exitPrice": 1854.886,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2573,
          "holdMinutes": 44
        },
        {
          "entryTs": 1644845400,
          "entryUtc": "2022-02-14T13:30:00.000Z",
          "exitTs": 1644846840,
          "dir": 1,
          "entryPrice": 1857.151,
          "exitPrice": 1862.707,
          "stopDistance": 2.778,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 24
        },
        {
          "entryTs": 1644861900,
          "entryUtc": "2022-02-14T18:05:00.000Z",
          "exitTs": 1644864720,
          "dir": 1,
          "entryPrice": 1864.514,
          "exitPrice": 1868.828,
          "stopDistance": 2.157,
          "outcome": "target",
          "netR": 1.8285,
          "holdMinutes": 47
        },
        {
          "entryTs": 1644875700,
          "entryUtc": "2022-02-14T21:55:00.000Z",
          "exitTs": 1644892620,
          "dir": 1,
          "entryPrice": 1871.578,
          "exitPrice": 1875.087,
          "stopDistance": 1.754,
          "outcome": "target",
          "netR": 1.7891,
          "holdMinutes": 282
        },
        {
          "entryTs": 1644933900,
          "entryUtc": "2022-02-15T14:05:00.000Z",
          "exitTs": 1644935640,
          "dir": 1,
          "entryPrice": 1852.714,
          "exitPrice": 1849.032,
          "stopDistance": 3.682,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 29
        },
        {
          "entryTs": 1644944100,
          "entryUtc": "2022-02-15T16:55:00.000Z",
          "exitTs": 1644974100,
          "dir": 1,
          "entryPrice": 1851.678,
          "exitPrice": 1851.548,
          "stopDistance": 2.952,
          "outcome": "time",
          "netR": -0.1694,
          "holdMinutes": 500
        },
        {
          "entryTs": 1644977400,
          "entryUtc": "2022-02-16T02:10:00.000Z",
          "exitTs": 1644981240,
          "dir": 1,
          "entryPrice": 1852.388,
          "exitPrice": 1851.249,
          "stopDistance": 1.138,
          "outcome": "stop",
          "netR": -1.3689,
          "holdMinutes": 64
        },
        {
          "entryTs": 1644982800,
          "entryUtc": "2022-02-16T03:40:00.000Z",
          "exitTs": 1644990000,
          "dir": 1,
          "entryPrice": 1852.248,
          "exitPrice": 1854.199,
          "stopDistance": 0.976,
          "outcome": "target",
          "netR": 1.6208,
          "holdMinutes": 120
        },
        {
          "entryTs": 1645013100,
          "entryUtc": "2022-02-16T12:05:00.000Z",
          "exitTs": 1645013520,
          "dir": 1,
          "entryPrice": 1855.948,
          "exitPrice": 1854.789,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3624,
          "holdMinutes": 7
        },
        {
          "entryTs": 1645019100,
          "entryUtc": "2022-02-16T13:45:00.000Z",
          "exitTs": 1645021860,
          "dir": 1,
          "entryPrice": 1856.218,
          "exitPrice": 1861.16,
          "stopDistance": 2.471,
          "outcome": "target",
          "netR": 1.8503,
          "holdMinutes": 46
        },
        {
          "entryTs": 1645041300,
          "entryUtc": "2022-02-16T19:55:00.000Z",
          "exitTs": 1645071300,
          "dir": 1,
          "entryPrice": 1869.958,
          "exitPrice": 1875.398,
          "stopDistance": 2.988,
          "outcome": "time",
          "netR": 1.6965,
          "holdMinutes": 500
        },
        {
          "entryTs": 1645100700,
          "entryUtc": "2022-02-17T12:25:00.000Z",
          "exitTs": 1645104000,
          "dir": 1,
          "entryPrice": 1886.568,
          "exitPrice": 1890.636,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 55
        },
        {
          "entryTs": 1645139700,
          "entryUtc": "2022-02-17T23:15:00.000Z",
          "exitTs": 1645143480,
          "dir": 1,
          "entryPrice": 1898.828,
          "exitPrice": 1901.18,
          "stopDistance": 1.176,
          "outcome": "target",
          "netR": 1.6854,
          "holdMinutes": 63
        },
        {
          "entryTs": 1645162800,
          "entryUtc": "2022-02-18T05:40:00.000Z",
          "exitTs": 1645167900,
          "dir": 1,
          "entryPrice": 1891.608,
          "exitPrice": 1890.522,
          "stopDistance": 1.086,
          "outcome": "stop",
          "netR": -1.3866,
          "holdMinutes": 85
        },
        {
          "entryTs": 1645170000,
          "entryUtc": "2022-02-18T07:40:00.000Z",
          "exitTs": 1645171740,
          "dir": 1,
          "entryPrice": 1891.593,
          "exitPrice": 1894.427,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7389,
          "holdMinutes": 29
        },
        {
          "entryTs": 1645185600,
          "entryUtc": "2022-02-18T12:00:00.000Z",
          "exitTs": 1645186560,
          "dir": 1,
          "entryPrice": 1891.133,
          "exitPrice": 1889.308,
          "stopDistance": 1.825,
          "outcome": "stop",
          "netR": -1.2301,
          "holdMinutes": 16
        },
        {
          "entryTs": 1645202700,
          "entryUtc": "2022-02-18T16:45:00.000Z",
          "exitTs": 1645214700,
          "dir": 1,
          "entryPrice": 1896.411,
          "exitPrice": 1893.643,
          "stopDistance": 2.768,
          "outcome": "stop",
          "netR": -1.1517,
          "holdMinutes": 200
        },
        {
          "entryTs": 1645218000,
          "entryUtc": "2022-02-18T21:00:00.000Z",
          "exitTs": 1645398000,
          "dir": 1,
          "entryPrice": 1896.821,
          "exitPrice": 1899.6,
          "stopDistance": 1.39,
          "outcome": "target",
          "netR": 1.7337,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1645413600,
          "entryUtc": "2022-02-21T03:20:00.000Z",
          "exitTs": 1645415940,
          "dir": 1,
          "entryPrice": 1898.718,
          "exitPrice": 1896.842,
          "stopDistance": 1.876,
          "outcome": "stop",
          "netR": -1.2239,
          "holdMinutes": 39
        },
        {
          "entryTs": 1645429800,
          "entryUtc": "2022-02-21T07:50:00.000Z",
          "exitTs": 1645432500,
          "dir": 1,
          "entryPrice": 1891.608,
          "exitPrice": 1895.334,
          "stopDistance": 1.863,
          "outcome": "target",
          "netR": 1.8014,
          "holdMinutes": 45
        },
        {
          "entryTs": 1645448400,
          "entryUtc": "2022-02-21T13:00:00.000Z",
          "exitTs": 1645449840,
          "dir": 1,
          "entryPrice": 1897.031,
          "exitPrice": 1894.827,
          "stopDistance": 2.204,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 24
        },
        {
          "entryTs": 1645458600,
          "entryUtc": "2022-02-21T15:50:00.000Z",
          "exitTs": 1645466400,
          "dir": 1,
          "entryPrice": 1895.198,
          "exitPrice": 1898.893,
          "stopDistance": 1.847,
          "outcome": "target",
          "netR": 1.7997,
          "holdMinutes": 130
        },
        {
          "entryTs": 1645494600,
          "entryUtc": "2022-02-22T01:50:00.000Z",
          "exitTs": 1645495920,
          "dir": 1,
          "entryPrice": 1909.158,
          "exitPrice": 1906.64,
          "stopDistance": 2.518,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 22
        },
        {
          "entryTs": 1645496700,
          "entryUtc": "2022-02-22T02:25:00.000Z",
          "exitTs": 1645517880,
          "dir": 1,
          "entryPrice": 1909.398,
          "exitPrice": 1906.987,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 353
        },
        {
          "entryTs": 1645533600,
          "entryUtc": "2022-02-22T12:40:00.000Z",
          "exitTs": 1645536660,
          "dir": 1,
          "entryPrice": 1899.598,
          "exitPrice": 1905.248,
          "stopDistance": 2.825,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 51
        },
        {
          "entryTs": 1645547400,
          "entryUtc": "2022-02-22T16:30:00.000Z",
          "exitTs": 1645560540,
          "dir": 1,
          "entryPrice": 1901.458,
          "exitPrice": 1898.518,
          "stopDistance": 2.94,
          "outcome": "stop",
          "netR": -1.1429,
          "holdMinutes": 219
        },
        {
          "entryTs": 1645576800,
          "entryUtc": "2022-02-23T00:40:00.000Z",
          "exitTs": 1645580520,
          "dir": 1,
          "entryPrice": 1899.768,
          "exitPrice": 1898.944,
          "stopDistance": 0.824,
          "outcome": "stop",
          "netR": -1.5096,
          "holdMinutes": 62
        },
        {
          "entryTs": 1645585500,
          "entryUtc": "2022-02-23T03:05:00.000Z",
          "exitTs": 1645586640,
          "dir": 1,
          "entryPrice": 1899.998,
          "exitPrice": 1898.904,
          "stopDistance": 1.094,
          "outcome": "stop",
          "netR": -1.384,
          "holdMinutes": 19
        },
        {
          "entryTs": 1645587300,
          "entryUtc": "2022-02-23T03:35:00.000Z",
          "exitTs": 1645591740,
          "dir": 1,
          "entryPrice": 1899.378,
          "exitPrice": 1898.339,
          "stopDistance": 1.039,
          "outcome": "stop",
          "netR": -1.4044,
          "holdMinutes": 74
        },
        {
          "entryTs": 1645599600,
          "entryUtc": "2022-02-23T07:00:00.000Z",
          "exitTs": 1645601160,
          "dir": 1,
          "entryPrice": 1896.878,
          "exitPrice": 1895.709,
          "stopDistance": 1.169,
          "outcome": "stop",
          "netR": -1.3593,
          "holdMinutes": 26
        },
        {
          "entryTs": 1645612500,
          "entryUtc": "2022-02-23T10:35:00.000Z",
          "exitTs": 1645622400,
          "dir": 1,
          "entryPrice": 1895.178,
          "exitPrice": 1899.477,
          "stopDistance": 2.15,
          "outcome": "target",
          "netR": 1.8279,
          "holdMinutes": 165
        },
        {
          "entryTs": 1645643100,
          "entryUtc": "2022-02-23T19:05:00.000Z",
          "exitTs": 1645643400,
          "dir": 1,
          "entryPrice": 1909.003,
          "exitPrice": 1907.242,
          "stopDistance": 1.761,
          "outcome": "stop",
          "netR": -1.2385,
          "holdMinutes": 5
        },
        {
          "entryTs": 1645644300,
          "entryUtc": "2022-02-23T19:25:00.000Z",
          "exitTs": 1645645440,
          "dir": 1,
          "entryPrice": 1908.828,
          "exitPrice": 1907.057,
          "stopDistance": 1.771,
          "outcome": "stop",
          "netR": -1.2372,
          "holdMinutes": 19
        },
        {
          "entryTs": 1645650000,
          "entryUtc": "2022-02-23T21:00:00.000Z",
          "exitTs": 1645652160,
          "dir": 1,
          "entryPrice": 1909.178,
          "exitPrice": 1907.401,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 36
        },
        {
          "entryTs": 1645692300,
          "entryUtc": "2022-02-24T08:45:00.000Z",
          "exitTs": 1645696020,
          "dir": 1,
          "entryPrice": 1941.763,
          "exitPrice": 1949.44,
          "stopDistance": 3.839,
          "outcome": "target",
          "netR": 1.9036,
          "holdMinutes": 62
        },
        {
          "entryTs": 1645708800,
          "entryUtc": "2022-02-24T13:20:00.000Z",
          "exitTs": 1645710300,
          "dir": 1,
          "entryPrice": 1964.588,
          "exitPrice": 1959.241,
          "stopDistance": 5.347,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 25
        },
        {
          "entryTs": 1645737600,
          "entryUtc": "2022-02-24T21:20:00.000Z",
          "exitTs": 1645744800,
          "dir": 1,
          "entryPrice": 1900.678,
          "exitPrice": 1912.789,
          "stopDistance": 6.055,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 120
        },
        {
          "entryTs": 1645755900,
          "entryUtc": "2022-02-25T02:25:00.000Z",
          "exitTs": 1645772340,
          "dir": 1,
          "entryPrice": 1911.868,
          "exitPrice": 1919.426,
          "stopDistance": 3.779,
          "outcome": "target",
          "netR": 1.9021,
          "holdMinutes": 274
        },
        {
          "entryTs": 1645787400,
          "entryUtc": "2022-02-25T11:10:00.000Z",
          "exitTs": 1645787880,
          "dir": 1,
          "entryPrice": 1911.993,
          "exitPrice": 1909.178,
          "stopDistance": 2.815,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 8
        },
        {
          "entryTs": 1645823700,
          "entryUtc": "2022-02-25T21:15:00.000Z",
          "exitTs": 1646002800,
          "dir": -1,
          "entryPrice": 1888.875,
          "exitPrice": 1890.647,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.2371,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1646023500,
          "entryUtc": "2022-02-28T04:45:00.000Z",
          "exitTs": 1646026500,
          "dir": 1,
          "entryPrice": 1908.878,
          "exitPrice": 1906.557,
          "stopDistance": 2.321,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 50
        },
        {
          "entryTs": 1646029500,
          "entryUtc": "2022-02-28T06:25:00.000Z",
          "exitTs": 1646030100,
          "dir": 1,
          "entryPrice": 1909.438,
          "exitPrice": 1907.2,
          "stopDistance": 2.238,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 10
        },
        {
          "entryTs": 1646043300,
          "entryUtc": "2022-02-28T10:15:00.000Z",
          "exitTs": 1646045640,
          "dir": 1,
          "entryPrice": 1902.438,
          "exitPrice": 1907.889,
          "stopDistance": 2.726,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 39
        },
        {
          "entryTs": 1646073000,
          "entryUtc": "2022-02-28T18:30:00.000Z",
          "exitTs": 1646078340,
          "dir": 1,
          "entryPrice": 1899.058,
          "exitPrice": 1905.908,
          "stopDistance": 3.425,
          "outcome": "target",
          "netR": 1.892,
          "holdMinutes": 89
        },
        {
          "entryTs": 1646105100,
          "entryUtc": "2022-03-01T03:25:00.000Z",
          "exitTs": 1646114040,
          "dir": 1,
          "entryPrice": 1904.548,
          "exitPrice": 1907.292,
          "stopDistance": 1.372,
          "outcome": "target",
          "netR": 1.7304,
          "holdMinutes": 149
        },
        {
          "entryTs": 1646145600,
          "entryUtc": "2022-03-01T14:40:00.000Z",
          "exitTs": 1646147940,
          "dir": 1,
          "entryPrice": 1922.468,
          "exitPrice": 1918.194,
          "stopDistance": 4.274,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 39
        },
        {
          "entryTs": 1646187600,
          "entryUtc": "2022-03-02T02:20:00.000Z",
          "exitTs": 1646188800,
          "dir": 1,
          "entryPrice": 1939.638,
          "exitPrice": 1937.008,
          "stopDistance": 2.63,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 20
        },
        {
          "entryTs": 1646194800,
          "entryUtc": "2022-03-02T04:20:00.000Z",
          "exitTs": 1646197560,
          "dir": 1,
          "entryPrice": 1937.268,
          "exitPrice": 1935.381,
          "stopDistance": 1.887,
          "outcome": "stop",
          "netR": -1.2225,
          "holdMinutes": 46
        },
        {
          "entryTs": 1646199900,
          "entryUtc": "2022-03-02T05:45:00.000Z",
          "exitTs": 1646200740,
          "dir": 1,
          "entryPrice": 1937.171,
          "exitPrice": 1935.275,
          "stopDistance": 1.896,
          "outcome": "stop",
          "netR": -1.2215,
          "holdMinutes": 14
        },
        {
          "entryTs": 1646202900,
          "entryUtc": "2022-03-02T06:35:00.000Z",
          "exitTs": 1646205420,
          "dir": 1,
          "entryPrice": 1936.808,
          "exitPrice": 1941.556,
          "stopDistance": 2.374,
          "outcome": "target",
          "netR": 1.8441,
          "holdMinutes": 42
        },
        {
          "entryTs": 1646228400,
          "entryUtc": "2022-03-02T13:40:00.000Z",
          "exitTs": 1646231760,
          "dir": 1,
          "entryPrice": 1930.728,
          "exitPrice": 1925.976,
          "stopDistance": 4.752,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 56
        },
        {
          "entryTs": 1646234100,
          "entryUtc": "2022-03-02T15:15:00.000Z",
          "exitTs": 1646235060,
          "dir": 1,
          "entryPrice": 1931.458,
          "exitPrice": 1926.683,
          "stopDistance": 4.775,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 16
        },
        {
          "entryTs": 1646247000,
          "entryUtc": "2022-03-02T18:50:00.000Z",
          "exitTs": 1646250720,
          "dir": 1,
          "entryPrice": 1920.648,
          "exitPrice": 1926.932,
          "stopDistance": 3.142,
          "outcome": "target",
          "netR": 1.8822,
          "holdMinutes": 62
        },
        {
          "entryTs": 1646256600,
          "entryUtc": "2022-03-02T21:30:00.000Z",
          "exitTs": 1646282580,
          "dir": 1,
          "entryPrice": 1927.378,
          "exitPrice": 1924.787,
          "stopDistance": 2.591,
          "outcome": "stop",
          "netR": -1.1621,
          "holdMinutes": 433
        },
        {
          "entryTs": 1646288400,
          "entryUtc": "2022-03-03T06:20:00.000Z",
          "exitTs": 1646292000,
          "dir": 1,
          "entryPrice": 1927.258,
          "exitPrice": 1925.677,
          "stopDistance": 1.581,
          "outcome": "stop",
          "netR": -1.2657,
          "holdMinutes": 60
        },
        {
          "entryTs": 1646302500,
          "entryUtc": "2022-03-03T10:15:00.000Z",
          "exitTs": 1646307060,
          "dir": 1,
          "entryPrice": 1930.881,
          "exitPrice": 1936.058,
          "stopDistance": 2.589,
          "outcome": "target",
          "netR": 1.8571,
          "holdMinutes": 76
        },
        {
          "entryTs": 1646326200,
          "entryUtc": "2022-03-03T16:50:00.000Z",
          "exitTs": 1646337840,
          "dir": 1,
          "entryPrice": 1929.998,
          "exitPrice": 1936.786,
          "stopDistance": 3.394,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 194
        },
        {
          "entryTs": 1646352900,
          "entryUtc": "2022-03-04T00:15:00.000Z",
          "exitTs": 1646353440,
          "dir": 1,
          "entryPrice": 1939.167,
          "exitPrice": 1942.98,
          "stopDistance": 1.907,
          "outcome": "target",
          "netR": 1.8059,
          "holdMinutes": 9
        },
        {
          "entryTs": 1646363700,
          "entryUtc": "2022-03-04T03:15:00.000Z",
          "exitTs": 1646372520,
          "dir": 1,
          "entryPrice": 1940.156,
          "exitPrice": 1937.041,
          "stopDistance": 3.115,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 147
        },
        {
          "entryTs": 1646379000,
          "entryUtc": "2022-03-04T07:30:00.000Z",
          "exitTs": 1646380200,
          "dir": 1,
          "entryPrice": 1938.038,
          "exitPrice": 1936.051,
          "stopDistance": 1.987,
          "outcome": "stop",
          "netR": -1.2114,
          "holdMinutes": 20
        },
        {
          "entryTs": 1646383200,
          "entryUtc": "2022-03-04T08:40:00.000Z",
          "exitTs": 1646386800,
          "dir": 1,
          "entryPrice": 1938.871,
          "exitPrice": 1944.019,
          "stopDistance": 2.574,
          "outcome": "target",
          "netR": 1.8563,
          "holdMinutes": 60
        },
        {
          "entryTs": 1646402400,
          "entryUtc": "2022-03-04T14:00:00.000Z",
          "exitTs": 1646404380,
          "dir": 1,
          "entryPrice": 1946.828,
          "exitPrice": 1954.105,
          "stopDistance": 3.639,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 33
        },
        {
          "entryTs": 1646628600,
          "entryUtc": "2022-03-07T04:50:00.000Z",
          "exitTs": 1646629380,
          "dir": 1,
          "entryPrice": 1991.108,
          "exitPrice": 1988.57,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 13
        },
        {
          "entryTs": 1646638800,
          "entryUtc": "2022-03-07T07:40:00.000Z",
          "exitTs": 1646640960,
          "dir": 1,
          "entryPrice": 1988.478,
          "exitPrice": 1995.82,
          "stopDistance": 3.671,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 36
        },
        {
          "entryTs": 1646664600,
          "entryUtc": "2022-03-07T14:50:00.000Z",
          "exitTs": 1646669220,
          "dir": 1,
          "entryPrice": 1984.325,
          "exitPrice": 1976.765,
          "stopDistance": 7.56,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 77
        },
        {
          "entryTs": 1646672700,
          "entryUtc": "2022-03-07T17:05:00.000Z",
          "exitTs": 1646678580,
          "dir": 1,
          "entryPrice": 1984.21,
          "exitPrice": 1995.851,
          "stopDistance": 5.82,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 98
        },
        {
          "entryTs": 1646714400,
          "entryUtc": "2022-03-08T04:40:00.000Z",
          "exitTs": 1646717580,
          "dir": 1,
          "entryPrice": 1988.212,
          "exitPrice": 1992.032,
          "stopDistance": 1.91,
          "outcome": "target",
          "netR": 1.8063,
          "holdMinutes": 53
        },
        {
          "entryTs": 1646738400,
          "entryUtc": "2022-03-08T11:20:00.000Z",
          "exitTs": 1646739000,
          "dir": 1,
          "entryPrice": 2008.582,
          "exitPrice": 2004.818,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 10
        },
        {
          "entryTs": 1646739300,
          "entryUtc": "2022-03-08T11:35:00.000Z",
          "exitTs": 1646744400,
          "dir": 1,
          "entryPrice": 2009.149,
          "exitPrice": 2005.201,
          "stopDistance": 3.948,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 85
        },
        {
          "entryTs": 1646745300,
          "entryUtc": "2022-03-08T13:15:00.000Z",
          "exitTs": 1646750280,
          "dir": 1,
          "entryPrice": 2011.743,
          "exitPrice": 2022.841,
          "stopDistance": 5.549,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 83
        },
        {
          "entryTs": 1646765100,
          "entryUtc": "2022-03-08T18:45:00.000Z",
          "exitTs": 1646768400,
          "dir": 1,
          "entryPrice": 2046.888,
          "exitPrice": 2034.268,
          "stopDistance": 12.62,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 55
        },
        {
          "entryTs": 1646771100,
          "entryUtc": "2022-03-08T20:25:00.000Z",
          "exitTs": 1646786160,
          "dir": 1,
          "entryPrice": 2044.709,
          "exitPrice": 2035.716,
          "stopDistance": 8.993,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 251
        },
        {
          "entryTs": 1646792100,
          "entryUtc": "2022-03-09T02:15:00.000Z",
          "exitTs": 1646794260,
          "dir": 1,
          "entryPrice": 2044.678,
          "exitPrice": 2053.092,
          "stopDistance": 4.207,
          "outcome": "target",
          "netR": 1.912,
          "holdMinutes": 36
        },
        {
          "entryTs": 1646802600,
          "entryUtc": "2022-03-09T05:10:00.000Z",
          "exitTs": 1646805000,
          "dir": 1,
          "entryPrice": 2055.388,
          "exitPrice": 2052.155,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 40
        },
        {
          "entryTs": 1646829300,
          "entryUtc": "2022-03-09T12:35:00.000Z",
          "exitTs": 1646830500,
          "dir": 1,
          "entryPrice": 2018.718,
          "exitPrice": 2013.438,
          "stopDistance": 5.28,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 20
        },
        {
          "entryTs": 1646840700,
          "entryUtc": "2022-03-09T15:45:00.000Z",
          "exitTs": 1646847180,
          "dir": 1,
          "entryPrice": 1995.588,
          "exitPrice": 1988.103,
          "stopDistance": 7.485,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 108
        },
        {
          "entryTs": 1646856000,
          "entryUtc": "2022-03-09T20:00:00.000Z",
          "exitTs": 1646872680,
          "dir": 1,
          "entryPrice": 1989.298,
          "exitPrice": 1983.681,
          "stopDistance": 5.617,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 278
        },
        {
          "entryTs": 1646883300,
          "entryUtc": "2022-03-10T03:35:00.000Z",
          "exitTs": 1646891160,
          "dir": 1,
          "entryPrice": 1976.812,
          "exitPrice": 1982.478,
          "stopDistance": 2.833,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 131
        },
        {
          "entryTs": 1646900700,
          "entryUtc": "2022-03-10T08:25:00.000Z",
          "exitTs": 1646902800,
          "dir": 1,
          "entryPrice": 1984.428,
          "exitPrice": 1979.978,
          "stopDistance": 4.45,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 35
        },
        {
          "entryTs": 1646906400,
          "entryUtc": "2022-03-10T10:00:00.000Z",
          "exitTs": 1646907180,
          "dir": 1,
          "entryPrice": 1985.748,
          "exitPrice": 1995.39,
          "stopDistance": 4.821,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 13
        },
        {
          "entryTs": 1646923200,
          "entryUtc": "2022-03-10T14:40:00.000Z",
          "exitTs": 1646923440,
          "dir": 1,
          "entryPrice": 2006.665,
          "exitPrice": 2000.525,
          "stopDistance": 6.14,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 4
        },
        {
          "entryTs": 1646932200,
          "entryUtc": "2022-03-10T17:10:00.000Z",
          "exitTs": 1646936400,
          "dir": 1,
          "entryPrice": 1999.332,
          "exitPrice": 1993.922,
          "stopDistance": 5.41,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 70
        },
        {
          "entryTs": 1646943300,
          "entryUtc": "2022-03-10T20:15:00.000Z",
          "exitTs": 1646945760,
          "dir": 1,
          "entryPrice": 1999.648,
          "exitPrice": 1996.419,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 41
        },
        {
          "entryTs": 1646955000,
          "entryUtc": "2022-03-10T23:30:00.000Z",
          "exitTs": 1646955720,
          "dir": 1,
          "entryPrice": 1997.798,
          "exitPrice": 1995.629,
          "stopDistance": 2.169,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 12
        },
        {
          "entryTs": 1646965500,
          "entryUtc": "2022-03-11T02:25:00.000Z",
          "exitTs": 1646968080,
          "dir": 1,
          "entryPrice": 1994.388,
          "exitPrice": 1991.868,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 43
        },
        {
          "entryTs": 1646984400,
          "entryUtc": "2022-03-11T07:40:00.000Z",
          "exitTs": 1646989020,
          "dir": 1,
          "entryPrice": 1988.258,
          "exitPrice": 1994.242,
          "stopDistance": 2.992,
          "outcome": "target",
          "netR": 1.8763,
          "holdMinutes": 77
        },
        {
          "entryTs": 1646994300,
          "entryUtc": "2022-03-11T10:25:00.000Z",
          "exitTs": 1646997060,
          "dir": 1,
          "entryPrice": 1991.978,
          "exitPrice": 1989.354,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 46
        },
        {
          "entryTs": 1647025800,
          "entryUtc": "2022-03-11T19:10:00.000Z",
          "exitTs": 1647030480,
          "dir": 1,
          "entryPrice": 1986.118,
          "exitPrice": 1982.26,
          "stopDistance": 3.858,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 78
        },
        {
          "entryTs": 1647034500,
          "entryUtc": "2022-03-11T21:35:00.000Z",
          "exitTs": 1647208800,
          "dir": 1,
          "entryPrice": 1987.058,
          "exitPrice": 1984.246,
          "stopDistance": 2.812,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 2905
        },
        {
          "entryTs": 1647219600,
          "entryUtc": "2022-03-14T01:00:00.000Z",
          "exitTs": 1647220200,
          "dir": 1,
          "entryPrice": 1977.068,
          "exitPrice": 1973.735,
          "stopDistance": 3.333,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 10
        },
        {
          "entryTs": 1647243900,
          "entryUtc": "2022-03-14T07:45:00.000Z",
          "exitTs": 1647244740,
          "dir": 1,
          "entryPrice": 1975.258,
          "exitPrice": 1972.906,
          "stopDistance": 2.352,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 14
        },
        {
          "entryTs": 1647244800,
          "entryUtc": "2022-03-14T08:00:00.000Z",
          "exitTs": 1647245280,
          "dir": -1,
          "entryPrice": 1972.658,
          "exitPrice": 1967.699,
          "stopDistance": 2.48,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 8
        },
        {
          "entryTs": 1647263700,
          "entryUtc": "2022-03-14T13:15:00.000Z",
          "exitTs": 1647266100,
          "dir": -1,
          "entryPrice": 1959.459,
          "exitPrice": 1949.842,
          "stopDistance": 4.809,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 40
        },
        {
          "entryTs": 1647280800,
          "entryUtc": "2022-03-14T18:00:00.000Z",
          "exitTs": 1647284160,
          "dir": -1,
          "entryPrice": 1957.738,
          "exitPrice": 1951.357,
          "stopDistance": 3.19,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 56
        },
        {
          "entryTs": 1647299100,
          "entryUtc": "2022-03-14T23:05:00.000Z",
          "exitTs": 1647299340,
          "dir": -1,
          "entryPrice": 1951.702,
          "exitPrice": 1953.5,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2335,
          "holdMinutes": 4
        },
        {
          "entryTs": 1647302400,
          "entryUtc": "2022-03-15T00:00:00.000Z",
          "exitTs": 1647302460,
          "dir": -1,
          "entryPrice": 1952.058,
          "exitPrice": 1948.711,
          "stopDistance": 1.673,
          "outcome": "target",
          "netR": 1.7789,
          "holdMinutes": 1
        },
        {
          "entryTs": 1647331200,
          "entryUtc": "2022-03-15T08:00:00.000Z",
          "exitTs": 1647332640,
          "dir": -1,
          "entryPrice": 1929.158,
          "exitPrice": 1932.876,
          "stopDistance": 3.718,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 24
        },
        {
          "entryTs": 1647336600,
          "entryUtc": "2022-03-15T09:30:00.000Z",
          "exitTs": 1647341940,
          "dir": -1,
          "entryPrice": 1929.943,
          "exitPrice": 1922.709,
          "stopDistance": 3.617,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 89
        },
        {
          "entryTs": 1647368700,
          "entryUtc": "2022-03-15T18:25:00.000Z",
          "exitTs": 1647372660,
          "dir": -1,
          "entryPrice": 1923.368,
          "exitPrice": 1916.76,
          "stopDistance": 3.304,
          "outcome": "target",
          "netR": 1.888,
          "holdMinutes": 66
        },
        {
          "entryTs": 1647396300,
          "entryUtc": "2022-03-16T02:05:00.000Z",
          "exitTs": 1647397380,
          "dir": -1,
          "entryPrice": 1920.025,
          "exitPrice": 1922.115,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.201,
          "holdMinutes": 18
        },
        {
          "entryTs": 1647399600,
          "entryUtc": "2022-03-16T03:00:00.000Z",
          "exitTs": 1647403560,
          "dir": -1,
          "entryPrice": 1920.368,
          "exitPrice": 1916.367,
          "stopDistance": 2.001,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 66
        },
        {
          "entryTs": 1647411900,
          "entryUtc": "2022-03-16T06:25:00.000Z",
          "exitTs": 1647415380,
          "dir": -1,
          "entryPrice": 1915.458,
          "exitPrice": 1917.177,
          "stopDistance": 1.719,
          "outcome": "stop",
          "netR": -1.2444,
          "holdMinutes": 58
        },
        {
          "entryTs": 1647416400,
          "entryUtc": "2022-03-16T07:40:00.000Z",
          "exitTs": 1647420120,
          "dir": -1,
          "entryPrice": 1915.603,
          "exitPrice": 1917.935,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 62
        },
        {
          "entryTs": 1647433500,
          "entryUtc": "2022-03-16T12:25:00.000Z",
          "exitTs": 1647435180,
          "dir": -1,
          "entryPrice": 1916.918,
          "exitPrice": 1920.166,
          "stopDistance": 3.248,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 28
        },
        {
          "entryTs": 1647454800,
          "entryUtc": "2022-03-16T18:20:00.000Z",
          "exitTs": 1647454980,
          "dir": -1,
          "entryPrice": 1898.048,
          "exitPrice": 1903.518,
          "stopDistance": 5.47,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 3
        },
        {
          "entryTs": 1647493800,
          "entryUtc": "2022-03-17T05:10:00.000Z",
          "exitTs": 1647496140,
          "dir": -1,
          "entryPrice": 1934.028,
          "exitPrice": 1935.816,
          "stopDistance": 1.788,
          "outcome": "stop",
          "netR": -1.235,
          "holdMinutes": 39
        },
        {
          "entryTs": 1647519600,
          "entryUtc": "2022-03-17T12:20:00.000Z",
          "exitTs": 1647524100,
          "dir": -1,
          "entryPrice": 1940.977,
          "exitPrice": 1944.568,
          "stopDistance": 3.591,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 75
        },
        {
          "entryTs": 1647533700,
          "entryUtc": "2022-03-17T16:15:00.000Z",
          "exitTs": 1647545700,
          "dir": -1,
          "entryPrice": 1943.008,
          "exitPrice": 1936.496,
          "stopDistance": 3.256,
          "outcome": "target",
          "netR": 1.8864,
          "holdMinutes": 200
        },
        {
          "entryTs": 1647565200,
          "entryUtc": "2022-03-18T01:00:00.000Z",
          "exitTs": 1647568680,
          "dir": -1,
          "entryPrice": 1941.095,
          "exitPrice": 1937.548,
          "stopDistance": 1.773,
          "outcome": "target",
          "netR": 1.7914,
          "holdMinutes": 58
        },
        {
          "entryTs": 1647582900,
          "entryUtc": "2022-03-18T05:55:00.000Z",
          "exitTs": 1647587160,
          "dir": -1,
          "entryPrice": 1933.318,
          "exitPrice": 1935.379,
          "stopDistance": 2.061,
          "outcome": "stop",
          "netR": -1.2038,
          "holdMinutes": 71
        },
        {
          "entryTs": 1647589200,
          "entryUtc": "2022-03-18T07:40:00.000Z",
          "exitTs": 1647589560,
          "dir": -1,
          "entryPrice": 1932.878,
          "exitPrice": 1935.056,
          "stopDistance": 2.178,
          "outcome": "stop",
          "netR": -1.1928,
          "holdMinutes": 6
        },
        {
          "entryTs": 1647594000,
          "entryUtc": "2022-03-18T09:00:00.000Z",
          "exitTs": 1647601080,
          "dir": -1,
          "entryPrice": 1932.443,
          "exitPrice": 1935.042,
          "stopDistance": 2.599,
          "outcome": "stop",
          "netR": -1.1616,
          "holdMinutes": 118
        },
        {
          "entryTs": 1647608700,
          "entryUtc": "2022-03-18T13:05:00.000Z",
          "exitTs": 1647609660,
          "dir": -1,
          "entryPrice": 1935.398,
          "exitPrice": 1928.434,
          "stopDistance": 3.482,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 16
        },
        {
          "entryTs": 1647618300,
          "entryUtc": "2022-03-18T15:45:00.000Z",
          "exitTs": 1647629940,
          "dir": -1,
          "entryPrice": 1931.472,
          "exitPrice": 1923.029,
          "stopDistance": 4.222,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 194
        },
        {
          "entryTs": 1647814500,
          "entryUtc": "2022-03-20T22:15:00.000Z",
          "exitTs": 1647822000,
          "dir": -1,
          "entryPrice": 1918.838,
          "exitPrice": 1921.996,
          "stopDistance": 3.158,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 125
        },
        {
          "entryTs": 1647842100,
          "entryUtc": "2022-03-21T05:55:00.000Z",
          "exitTs": 1647846180,
          "dir": -1,
          "entryPrice": 1924.864,
          "exitPrice": 1922.256,
          "stopDistance": 1.304,
          "outcome": "target",
          "netR": 1.7162,
          "holdMinutes": 68
        },
        {
          "entryTs": 1647849900,
          "entryUtc": "2022-03-21T08:05:00.000Z",
          "exitTs": 1647852120,
          "dir": -1,
          "entryPrice": 1923.898,
          "exitPrice": 1925.847,
          "stopDistance": 1.949,
          "outcome": "stop",
          "netR": -1.2155,
          "holdMinutes": 37
        },
        {
          "entryTs": 1647854700,
          "entryUtc": "2022-03-21T09:25:00.000Z",
          "exitTs": 1647856560,
          "dir": -1,
          "entryPrice": 1923.198,
          "exitPrice": 1925.215,
          "stopDistance": 2.017,
          "outcome": "stop",
          "netR": -1.2082,
          "holdMinutes": 31
        },
        {
          "entryTs": 1647863400,
          "entryUtc": "2022-03-21T11:50:00.000Z",
          "exitTs": 1647869220,
          "dir": -1,
          "entryPrice": 1924.919,
          "exitPrice": 1920.729,
          "stopDistance": 2.095,
          "outcome": "target",
          "netR": 1.8234,
          "holdMinutes": 97
        },
        {
          "entryTs": 1647881400,
          "entryUtc": "2022-03-21T16:50:00.000Z",
          "exitTs": 1647889020,
          "dir": -1,
          "entryPrice": 1932.288,
          "exitPrice": 1935.346,
          "stopDistance": 3.058,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 127
        },
        {
          "entryTs": 1647895200,
          "entryUtc": "2022-03-21T20:40:00.000Z",
          "exitTs": 1647905760,
          "dir": -1,
          "entryPrice": 1934.158,
          "exitPrice": 1936.611,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 176
        },
        {
          "entryTs": 1647907500,
          "entryUtc": "2022-03-22T00:05:00.000Z",
          "exitTs": 1647909480,
          "dir": -1,
          "entryPrice": 1934.568,
          "exitPrice": 1931.871,
          "stopDistance": 1.348,
          "outcome": "target",
          "netR": 1.7256,
          "holdMinutes": 33
        },
        {
          "entryTs": 1647924600,
          "entryUtc": "2022-03-22T04:50:00.000Z",
          "exitTs": 1647925620,
          "dir": -1,
          "entryPrice": 1934.218,
          "exitPrice": 1935.585,
          "stopDistance": 1.367,
          "outcome": "stop",
          "netR": -1.3073,
          "holdMinutes": 17
        },
        {
          "entryTs": 1647931500,
          "entryUtc": "2022-03-22T06:45:00.000Z",
          "exitTs": 1647936060,
          "dir": -1,
          "entryPrice": 1935.048,
          "exitPrice": 1931.968,
          "stopDistance": 1.54,
          "outcome": "target",
          "netR": 1.7597,
          "holdMinutes": 76
        },
        {
          "entryTs": 1647949500,
          "entryUtc": "2022-03-22T11:45:00.000Z",
          "exitTs": 1647950280,
          "dir": -1,
          "entryPrice": 1925.418,
          "exitPrice": 1927.705,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 13
        },
        {
          "entryTs": 1647954300,
          "entryUtc": "2022-03-22T13:05:00.000Z",
          "exitTs": 1647957780,
          "dir": -1,
          "entryPrice": 1925.468,
          "exitPrice": 1919.092,
          "stopDistance": 3.188,
          "outcome": "target",
          "netR": 1.8839,
          "holdMinutes": 58
        },
        {
          "entryTs": 1647978900,
          "entryUtc": "2022-03-22T19:55:00.000Z",
          "exitTs": 1647995760,
          "dir": -1,
          "entryPrice": 1921.099,
          "exitPrice": 1917.185,
          "stopDistance": 1.957,
          "outcome": "target",
          "netR": 1.8109,
          "holdMinutes": 281
        },
        {
          "entryTs": 1648008600,
          "entryUtc": "2022-03-23T04:10:00.000Z",
          "exitTs": 1648015440,
          "dir": -1,
          "entryPrice": 1921.643,
          "exitPrice": 1919.289,
          "stopDistance": 1.177,
          "outcome": "target",
          "netR": 1.6857,
          "holdMinutes": 114
        },
        {
          "entryTs": 1648036200,
          "entryUtc": "2022-03-23T11:50:00.000Z",
          "exitTs": 1648040640,
          "dir": -1,
          "entryPrice": 1929.408,
          "exitPrice": 1932.005,
          "stopDistance": 2.597,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 74
        },
        {
          "entryTs": 1648046100,
          "entryUtc": "2022-03-23T14:35:00.000Z",
          "exitTs": 1648046820,
          "dir": -1,
          "entryPrice": 1929.888,
          "exitPrice": 1932.949,
          "stopDistance": 3.062,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 12
        },
        {
          "entryTs": 1648049700,
          "entryUtc": "2022-03-23T15:35:00.000Z",
          "exitTs": 1648050240,
          "dir": -1,
          "entryPrice": 1931.018,
          "exitPrice": 1925.988,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 9
        },
        {
          "entryTs": 1648102500,
          "entryUtc": "2022-03-24T06:15:00.000Z",
          "exitTs": 1648103640,
          "dir": 1,
          "entryPrice": 1942.353,
          "exitPrice": 1940.677,
          "stopDistance": 1.676,
          "outcome": "stop",
          "netR": -1.2506,
          "holdMinutes": 19
        },
        {
          "entryTs": 1648116600,
          "entryUtc": "2022-03-24T10:10:00.000Z",
          "exitTs": 1648117680,
          "dir": 1,
          "entryPrice": 1942.802,
          "exitPrice": 1946.674,
          "stopDistance": 1.936,
          "outcome": "target",
          "netR": 1.8089,
          "holdMinutes": 18
        },
        {
          "entryTs": 1648128600,
          "entryUtc": "2022-03-24T13:30:00.000Z",
          "exitTs": 1648129860,
          "dir": 1,
          "entryPrice": 1953.553,
          "exitPrice": 1949.412,
          "stopDistance": 4.141,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 21
        },
        {
          "entryTs": 1648165800,
          "entryUtc": "2022-03-24T23:50:00.000Z",
          "exitTs": 1648166700,
          "dir": 1,
          "entryPrice": 1959.388,
          "exitPrice": 1958.271,
          "stopDistance": 1.117,
          "outcome": "stop",
          "netR": -1.3761,
          "holdMinutes": 15
        },
        {
          "entryTs": 1648167300,
          "entryUtc": "2022-03-25T00:15:00.000Z",
          "exitTs": 1648174800,
          "dir": 1,
          "entryPrice": 1960.682,
          "exitPrice": 1963.667,
          "stopDistance": 1.493,
          "outcome": "target",
          "netR": 1.7521,
          "holdMinutes": 125
        },
        {
          "entryTs": 1648178100,
          "entryUtc": "2022-03-25T03:15:00.000Z",
          "exitTs": 1648179360,
          "dir": 1,
          "entryPrice": 1962.438,
          "exitPrice": 1960.748,
          "stopDistance": 1.69,
          "outcome": "stop",
          "netR": -1.2486,
          "holdMinutes": 21
        },
        {
          "entryTs": 1648196400,
          "entryUtc": "2022-03-25T08:20:00.000Z",
          "exitTs": 1648197780,
          "dir": 1,
          "entryPrice": 1959.743,
          "exitPrice": 1957.794,
          "stopDistance": 1.949,
          "outcome": "stop",
          "netR": -1.2155,
          "holdMinutes": 23
        },
        {
          "entryTs": 1648200900,
          "entryUtc": "2022-03-25T09:35:00.000Z",
          "exitTs": 1648202340,
          "dir": 1,
          "entryPrice": 1958.241,
          "exitPrice": 1956.172,
          "stopDistance": 2.069,
          "outcome": "stop",
          "netR": -1.203,
          "holdMinutes": 24
        },
        {
          "entryTs": 1648203300,
          "entryUtc": "2022-03-25T10:15:00.000Z",
          "exitTs": 1648204200,
          "dir": 1,
          "entryPrice": 1957.688,
          "exitPrice": 1955.844,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2277,
          "holdMinutes": 15
        },
        {
          "entryTs": 1648210500,
          "entryUtc": "2022-03-25T12:15:00.000Z",
          "exitTs": 1648210920,
          "dir": 1,
          "entryPrice": 1953.898,
          "exitPrice": 1951.648,
          "stopDistance": 2.25,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 7
        },
        {
          "entryTs": 1648218900,
          "entryUtc": "2022-03-25T14:35:00.000Z",
          "exitTs": 1648222260,
          "dir": 1,
          "entryPrice": 1951.621,
          "exitPrice": 1960.108,
          "stopDistance": 4.244,
          "outcome": "target",
          "netR": 1.9128,
          "holdMinutes": 56
        },
        {
          "entryTs": 1648236900,
          "entryUtc": "2022-03-25T19:35:00.000Z",
          "exitTs": 1648237980,
          "dir": 1,
          "entryPrice": 1956.038,
          "exitPrice": 1954.248,
          "stopDistance": 1.79,
          "outcome": "stop",
          "netR": -1.2347,
          "holdMinutes": 18
        },
        {
          "entryTs": 1648241100,
          "entryUtc": "2022-03-25T20:45:00.000Z",
          "exitTs": 1648241700,
          "dir": 1,
          "entryPrice": 1954.968,
          "exitPrice": 1957.509,
          "stopDistance": 1.271,
          "outcome": "target",
          "netR": 1.7088,
          "holdMinutes": 10
        },
        {
          "entryTs": 1648424100,
          "entryUtc": "2022-03-27T23:35:00.000Z",
          "exitTs": 1648426800,
          "dir": 1,
          "entryPrice": 1956.528,
          "exitPrice": 1955.141,
          "stopDistance": 1.387,
          "outcome": "stop",
          "netR": -1.3029,
          "holdMinutes": 45
        },
        {
          "entryTs": 1648428600,
          "entryUtc": "2022-03-28T00:50:00.000Z",
          "exitTs": 1648429320,
          "dir": 1,
          "entryPrice": 1957.578,
          "exitPrice": 1955.906,
          "stopDistance": 1.672,
          "outcome": "stop",
          "netR": -1.2512,
          "holdMinutes": 12
        },
        {
          "entryTs": 1648464900,
          "entryUtc": "2022-03-28T10:55:00.000Z",
          "exitTs": 1648465920,
          "dir": -1,
          "entryPrice": 1929.348,
          "exitPrice": 1931.789,
          "stopDistance": 2.441,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 17
        },
        {
          "entryTs": 1648467600,
          "entryUtc": "2022-03-28T11:40:00.000Z",
          "exitTs": 1648468980,
          "dir": -1,
          "entryPrice": 1928.839,
          "exitPrice": 1931.552,
          "stopDistance": 2.713,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 23
        },
        {
          "entryTs": 1648474200,
          "entryUtc": "2022-03-28T13:30:00.000Z",
          "exitTs": 1648475280,
          "dir": -1,
          "entryPrice": 1932.563,
          "exitPrice": 1936.714,
          "stopDistance": 4.151,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 18
        },
        {
          "entryTs": 1648482000,
          "entryUtc": "2022-03-28T15:40:00.000Z",
          "exitTs": 1648483860,
          "dir": -1,
          "entryPrice": 1934.907,
          "exitPrice": 1938.668,
          "stopDistance": 3.761,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 31
        },
        {
          "entryTs": 1648489500,
          "entryUtc": "2022-03-28T17:45:00.000Z",
          "exitTs": 1648493460,
          "dir": -1,
          "entryPrice": 1935.578,
          "exitPrice": 1931.225,
          "stopDistance": 2.177,
          "outcome": "target",
          "netR": 1.83,
          "holdMinutes": 66
        },
        {
          "entryTs": 1648511100,
          "entryUtc": "2022-03-28T23:45:00.000Z",
          "exitTs": 1648512000,
          "dir": -1,
          "entryPrice": 1922.538,
          "exitPrice": 1924.026,
          "stopDistance": 1.488,
          "outcome": "stop",
          "netR": -1.2823,
          "holdMinutes": 15
        },
        {
          "entryTs": 1648515300,
          "entryUtc": "2022-03-29T00:55:00.000Z",
          "exitTs": 1648516440,
          "dir": -1,
          "entryPrice": 1922.029,
          "exitPrice": 1923.743,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.245,
          "holdMinutes": 19
        },
        {
          "entryTs": 1648526100,
          "entryUtc": "2022-03-29T03:55:00.000Z",
          "exitTs": 1648528260,
          "dir": -1,
          "entryPrice": 1925.422,
          "exitPrice": 1922.157,
          "stopDistance": 1.632,
          "outcome": "target",
          "netR": 1.7733,
          "holdMinutes": 36
        },
        {
          "entryTs": 1648538400,
          "entryUtc": "2022-03-29T07:20:00.000Z",
          "exitTs": 1648541220,
          "dir": -1,
          "entryPrice": 1921.798,
          "exitPrice": 1918.129,
          "stopDistance": 1.835,
          "outcome": "target",
          "netR": 1.7983,
          "holdMinutes": 47
        },
        {
          "entryTs": 1648551600,
          "entryUtc": "2022-03-29T11:00:00.000Z",
          "exitTs": 1648554000,
          "dir": -1,
          "entryPrice": 1912.018,
          "exitPrice": 1914.805,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 40
        },
        {
          "entryTs": 1648595700,
          "entryUtc": "2022-03-29T23:15:00.000Z",
          "exitTs": 1648596960,
          "dir": -1,
          "entryPrice": 1918.918,
          "exitPrice": 1916.772,
          "stopDistance": 1.073,
          "outcome": "target",
          "netR": 1.6552,
          "holdMinutes": 21
        },
        {
          "entryTs": 1648613700,
          "entryUtc": "2022-03-30T04:15:00.000Z",
          "exitTs": 1648613880,
          "dir": -1,
          "entryPrice": 1922.108,
          "exitPrice": 1924.085,
          "stopDistance": 1.977,
          "outcome": "stop",
          "netR": -1.2125,
          "holdMinutes": 3
        },
        {
          "entryTs": 1648623000,
          "entryUtc": "2022-03-30T06:50:00.000Z",
          "exitTs": 1648628400,
          "dir": -1,
          "entryPrice": 1924.038,
          "exitPrice": 1919.667,
          "stopDistance": 2.186,
          "outcome": "target",
          "netR": 1.8307,
          "holdMinutes": 90
        },
        {
          "entryTs": 1648668600,
          "entryUtc": "2022-03-30T19:30:00.000Z",
          "exitTs": 1648668900,
          "dir": -1,
          "entryPrice": 1932.318,
          "exitPrice": 1933.767,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2898,
          "holdMinutes": 5
        },
        {
          "entryTs": 1648673400,
          "entryUtc": "2022-03-30T20:50:00.000Z",
          "exitTs": 1648685640,
          "dir": -1,
          "entryPrice": 1932.793,
          "exitPrice": 1929.98,
          "stopDistance": 1.406,
          "outcome": "target",
          "netR": 1.7369,
          "holdMinutes": 204
        },
        {
          "entryTs": 1648685700,
          "entryUtc": "2022-03-31T00:15:00.000Z",
          "exitTs": 1648686720,
          "dir": -1,
          "entryPrice": 1930.208,
          "exitPrice": 1931.432,
          "stopDistance": 1.224,
          "outcome": "stop",
          "netR": -1.3432,
          "holdMinutes": 17
        },
        {
          "entryTs": 1648715400,
          "entryUtc": "2022-03-31T08:30:00.000Z",
          "exitTs": 1648723740,
          "dir": -1,
          "entryPrice": 1925.858,
          "exitPrice": 1928.543,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 139
        },
        {
          "entryTs": 1648793100,
          "entryUtc": "2022-04-01T06:05:00.000Z",
          "exitTs": 1648793580,
          "dir": 1,
          "entryPrice": 1938.148,
          "exitPrice": 1936.531,
          "stopDistance": 1.617,
          "outcome": "stop",
          "netR": -1.2597,
          "holdMinutes": 8
        },
        {
          "entryTs": 1648808400,
          "entryUtc": "2022-04-01T10:20:00.000Z",
          "exitTs": 1648808640,
          "dir": -1,
          "entryPrice": 1931.888,
          "exitPrice": 1933.854,
          "stopDistance": 1.966,
          "outcome": "stop",
          "netR": -1.2136,
          "holdMinutes": 4
        },
        {
          "entryTs": 1648818000,
          "entryUtc": "2022-04-01T13:00:00.000Z",
          "exitTs": 1648820460,
          "dir": -1,
          "entryPrice": 1927.248,
          "exitPrice": 1930.851,
          "stopDistance": 3.603,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 41
        },
        {
          "entryTs": 1648823400,
          "entryUtc": "2022-04-01T14:30:00.000Z",
          "exitTs": 1648826280,
          "dir": -1,
          "entryPrice": 1924.638,
          "exitPrice": 1929.112,
          "stopDistance": 4.475,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 48
        },
        {
          "entryTs": 1648828800,
          "entryUtc": "2022-04-01T16:00:00.000Z",
          "exitTs": 1648834320,
          "dir": -1,
          "entryPrice": 1925.828,
          "exitPrice": 1918.111,
          "stopDistance": 3.858,
          "outcome": "target",
          "netR": 1.9041,
          "holdMinutes": 92
        },
        {
          "entryTs": 1648843200,
          "entryUtc": "2022-04-01T20:00:00.000Z",
          "exitTs": 1648843740,
          "dir": -1,
          "entryPrice": 1922.518,
          "exitPrice": 1924.601,
          "stopDistance": 2.083,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 9
        },
        {
          "entryTs": 1648845900,
          "entryUtc": "2022-04-01T20:45:00.000Z",
          "exitTs": 1649023200,
          "dir": -1,
          "entryPrice": 1923.648,
          "exitPrice": 1925.253,
          "stopDistance": 1.635,
          "outcome": "time",
          "netR": -1.2082,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1649024100,
          "entryUtc": "2022-04-03T22:15:00.000Z",
          "exitTs": 1649030580,
          "dir": -1,
          "entryPrice": 1923.123,
          "exitPrice": 1924.963,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 108
        },
        {
          "entryTs": 1649035200,
          "entryUtc": "2022-04-04T01:20:00.000Z",
          "exitTs": 1649036640,
          "dir": -1,
          "entryPrice": 1923.608,
          "exitPrice": 1924.79,
          "stopDistance": 1.182,
          "outcome": "stop",
          "netR": -1.3553,
          "holdMinutes": 24
        },
        {
          "entryTs": 1649064300,
          "entryUtc": "2022-04-04T09:25:00.000Z",
          "exitTs": 1649070240,
          "dir": -1,
          "entryPrice": 1927.233,
          "exitPrice": 1929.291,
          "stopDistance": 2.058,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 99
        },
        {
          "entryTs": 1649080800,
          "entryUtc": "2022-04-04T14:00:00.000Z",
          "exitTs": 1649080920,
          "dir": -1,
          "entryPrice": 1925.248,
          "exitPrice": 1929.263,
          "stopDistance": 4.015,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 2
        },
        {
          "entryTs": 1649087700,
          "entryUtc": "2022-04-04T15:55:00.000Z",
          "exitTs": 1649093580,
          "dir": 1,
          "entryPrice": 1932.263,
          "exitPrice": 1928.858,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 98
        },
        {
          "entryTs": 1649101200,
          "entryUtc": "2022-04-04T19:40:00.000Z",
          "exitTs": 1649102160,
          "dir": -1,
          "entryPrice": 1930.773,
          "exitPrice": 1932.368,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2633,
          "holdMinutes": 16
        },
        {
          "entryTs": 1649102400,
          "entryUtc": "2022-04-04T20:00:00.000Z",
          "exitTs": 1649115960,
          "dir": 1,
          "entryPrice": 1932.398,
          "exitPrice": 1930.803,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2633,
          "holdMinutes": 226
        },
        {
          "entryTs": 1649154000,
          "entryUtc": "2022-04-05T10:20:00.000Z",
          "exitTs": 1649160420,
          "dir": -1,
          "entryPrice": 1928.398,
          "exitPrice": 1924.173,
          "stopDistance": 2.113,
          "outcome": "target",
          "netR": 1.8249,
          "holdMinutes": 107
        },
        {
          "entryTs": 1649188500,
          "entryUtc": "2022-04-05T19:55:00.000Z",
          "exitTs": 1649206500,
          "dir": -1,
          "entryPrice": 1922.408,
          "exitPrice": 1918.331,
          "stopDistance": 2.038,
          "outcome": "target",
          "netR": 1.8185,
          "holdMinutes": 300
        },
        {
          "entryTs": 1649218800,
          "entryUtc": "2022-04-06T04:20:00.000Z",
          "exitTs": 1649223120,
          "dir": -1,
          "entryPrice": 1922.208,
          "exitPrice": 1923.567,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.309,
          "holdMinutes": 72
        },
        {
          "entryTs": 1649225100,
          "entryUtc": "2022-04-06T06:05:00.000Z",
          "exitTs": 1649227380,
          "dir": -1,
          "entryPrice": 1919.498,
          "exitPrice": 1921.106,
          "stopDistance": 1.608,
          "outcome": "stop",
          "netR": -1.2612,
          "holdMinutes": 38
        },
        {
          "entryTs": 1649242200,
          "entryUtc": "2022-04-06T10:50:00.000Z",
          "exitTs": 1649243460,
          "dir": -1,
          "entryPrice": 1925.638,
          "exitPrice": 1920.549,
          "stopDistance": 2.545,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 21
        },
        {
          "entryTs": 1649262000,
          "entryUtc": "2022-04-06T16:20:00.000Z",
          "exitTs": 1649268120,
          "dir": -1,
          "entryPrice": 1924.568,
          "exitPrice": 1927.292,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 102
        },
        {
          "entryTs": 1649283600,
          "entryUtc": "2022-04-06T22:20:00.000Z",
          "exitTs": 1649290560,
          "dir": -1,
          "entryPrice": 1923.688,
          "exitPrice": 1925.618,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2176,
          "holdMinutes": 116
        },
        {
          "entryTs": 1649294400,
          "entryUtc": "2022-04-07T01:20:00.000Z",
          "exitTs": 1649295540,
          "dir": -1,
          "entryPrice": 1922.798,
          "exitPrice": 1924.392,
          "stopDistance": 1.594,
          "outcome": "stop",
          "netR": -1.2634,
          "holdMinutes": 19
        },
        {
          "entryTs": 1649302800,
          "entryUtc": "2022-04-07T03:40:00.000Z",
          "exitTs": 1649310660,
          "dir": -1,
          "entryPrice": 1922.198,
          "exitPrice": 1923.812,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2602,
          "holdMinutes": 131
        },
        {
          "entryTs": 1649328900,
          "entryUtc": "2022-04-07T10:55:00.000Z",
          "exitTs": 1649329560,
          "dir": -1,
          "entryPrice": 1926.258,
          "exitPrice": 1927.728,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2857,
          "holdMinutes": 11
        },
        {
          "entryTs": 1649338200,
          "entryUtc": "2022-04-07T13:30:00.000Z",
          "exitTs": 1649338740,
          "dir": -1,
          "entryPrice": 1927.538,
          "exitPrice": 1930.776,
          "stopDistance": 3.238,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 9
        },
        {
          "entryTs": 1649347200,
          "entryUtc": "2022-04-07T16:00:00.000Z",
          "exitTs": 1649359500,
          "dir": 1,
          "entryPrice": 1933.662,
          "exitPrice": 1930.738,
          "stopDistance": 2.924,
          "outcome": "stop",
          "netR": -1.1437,
          "holdMinutes": 205
        },
        {
          "entryTs": 1649373000,
          "entryUtc": "2022-04-07T23:10:00.000Z",
          "exitTs": 1649377740,
          "dir": 1,
          "entryPrice": 1931.678,
          "exitPrice": 1934.354,
          "stopDistance": 1.338,
          "outcome": "target",
          "netR": 1.7234,
          "holdMinutes": 79
        },
        {
          "entryTs": 1649402700,
          "entryUtc": "2022-04-08T07:25:00.000Z",
          "exitTs": 1649414040,
          "dir": 1,
          "entryPrice": 1930.768,
          "exitPrice": 1934.379,
          "stopDistance": 1.805,
          "outcome": "target",
          "netR": 1.7951,
          "holdMinutes": 189
        },
        {
          "entryTs": 1649417700,
          "entryUtc": "2022-04-08T11:35:00.000Z",
          "exitTs": 1649418720,
          "dir": 1,
          "entryPrice": 1933.772,
          "exitPrice": 1932.076,
          "stopDistance": 1.696,
          "outcome": "stop",
          "netR": -1.2476,
          "holdMinutes": 17
        },
        {
          "entryTs": 1649419200,
          "entryUtc": "2022-04-08T12:00:00.000Z",
          "exitTs": 1649419980,
          "dir": 1,
          "entryPrice": 1933.678,
          "exitPrice": 1937.081,
          "stopDistance": 1.701,
          "outcome": "target",
          "netR": 1.7825,
          "holdMinutes": 13
        },
        {
          "entryTs": 1649424000,
          "entryUtc": "2022-04-08T13:20:00.000Z",
          "exitTs": 1649426460,
          "dir": 1,
          "entryPrice": 1936.012,
          "exitPrice": 1942.534,
          "stopDistance": 3.261,
          "outcome": "target",
          "netR": 1.8865,
          "holdMinutes": 41
        },
        {
          "entryTs": 1649441400,
          "entryUtc": "2022-04-08T18:10:00.000Z",
          "exitTs": 1649444640,
          "dir": 1,
          "entryPrice": 1943.072,
          "exitPrice": 1941.416,
          "stopDistance": 1.656,
          "outcome": "stop",
          "netR": -1.2536,
          "holdMinutes": 54
        },
        {
          "entryTs": 1649446800,
          "entryUtc": "2022-04-08T19:40:00.000Z",
          "exitTs": 1649447760,
          "dir": 1,
          "entryPrice": 1944.232,
          "exitPrice": 1942.677,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.2701,
          "holdMinutes": 16
        },
        {
          "entryTs": 1649639400,
          "entryUtc": "2022-04-11T01:10:00.000Z",
          "exitTs": 1649640600,
          "dir": 1,
          "entryPrice": 1946.948,
          "exitPrice": 1945.32,
          "stopDistance": 1.628,
          "outcome": "stop",
          "netR": -1.258,
          "holdMinutes": 20
        },
        {
          "entryTs": 1649647500,
          "entryUtc": "2022-04-11T03:25:00.000Z",
          "exitTs": 1649649060,
          "dir": 1,
          "entryPrice": 1944.848,
          "exitPrice": 1943.163,
          "stopDistance": 1.685,
          "outcome": "stop",
          "netR": -1.2493,
          "holdMinutes": 26
        },
        {
          "entryTs": 1649650800,
          "entryUtc": "2022-04-11T04:20:00.000Z",
          "exitTs": 1649651040,
          "dir": 1,
          "entryPrice": 1944.012,
          "exitPrice": 1942.287,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2435,
          "holdMinutes": 4
        },
        {
          "entryTs": 1649655900,
          "entryUtc": "2022-04-11T05:45:00.000Z",
          "exitTs": 1649655900,
          "dir": 1,
          "entryPrice": 1944.598,
          "exitPrice": 1942.946,
          "stopDistance": 1.652,
          "outcome": "stop",
          "netR": -1.2542,
          "holdMinutes": 0
        },
        {
          "entryTs": 1649661300,
          "entryUtc": "2022-04-11T07:15:00.000Z",
          "exitTs": 1649664540,
          "dir": 1,
          "entryPrice": 1944.018,
          "exitPrice": 1947.772,
          "stopDistance": 1.877,
          "outcome": "target",
          "netR": 1.8029,
          "holdMinutes": 54
        },
        {
          "entryTs": 1649675400,
          "entryUtc": "2022-04-11T11:10:00.000Z",
          "exitTs": 1649678400,
          "dir": 1,
          "entryPrice": 1956.948,
          "exitPrice": 1961.589,
          "stopDistance": 2.32,
          "outcome": "target",
          "netR": 1.8405,
          "holdMinutes": 50
        },
        {
          "entryTs": 1649700900,
          "entryUtc": "2022-04-11T18:15:00.000Z",
          "exitTs": 1649704380,
          "dir": 1,
          "entryPrice": 1947.958,
          "exitPrice": 1952.552,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 58
        },
        {
          "entryTs": 1649716500,
          "entryUtc": "2022-04-11T22:35:00.000Z",
          "exitTs": 1649723520,
          "dir": 1,
          "entryPrice": 1952.812,
          "exitPrice": 1951.192,
          "stopDistance": 1.62,
          "outcome": "stop",
          "netR": -1.2593,
          "holdMinutes": 117
        },
        {
          "entryTs": 1649727900,
          "entryUtc": "2022-04-12T01:45:00.000Z",
          "exitTs": 1649731500,
          "dir": 1,
          "entryPrice": 1953.838,
          "exitPrice": 1957.469,
          "stopDistance": 1.815,
          "outcome": "target",
          "netR": 1.7962,
          "holdMinutes": 60
        },
        {
          "entryTs": 1649746500,
          "entryUtc": "2022-04-12T06:55:00.000Z",
          "exitTs": 1649747280,
          "dir": 1,
          "entryPrice": 1958.488,
          "exitPrice": 1956.867,
          "stopDistance": 1.621,
          "outcome": "stop",
          "netR": -1.2591,
          "holdMinutes": 13
        },
        {
          "entryTs": 1649758200,
          "entryUtc": "2022-04-12T10:10:00.000Z",
          "exitTs": 1649763660,
          "dir": 1,
          "entryPrice": 1955.158,
          "exitPrice": 1953.233,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 91
        },
        {
          "entryTs": 1649764200,
          "entryUtc": "2022-04-12T11:50:00.000Z",
          "exitTs": 1649765580,
          "dir": 1,
          "entryPrice": 1955.508,
          "exitPrice": 1959.993,
          "stopDistance": 2.242,
          "outcome": "target",
          "netR": 1.835,
          "holdMinutes": 23
        },
        {
          "entryTs": 1649773200,
          "entryUtc": "2022-04-12T14:20:00.000Z",
          "exitTs": 1649775240,
          "dir": 1,
          "entryPrice": 1967.173,
          "exitPrice": 1976.649,
          "stopDistance": 4.738,
          "outcome": "target",
          "netR": 1.9219,
          "holdMinutes": 34
        },
        {
          "entryTs": 1649802600,
          "entryUtc": "2022-04-12T22:30:00.000Z",
          "exitTs": 1649803740,
          "dir": 1,
          "entryPrice": 1967.568,
          "exitPrice": 1966.11,
          "stopDistance": 1.458,
          "outcome": "stop",
          "netR": -1.2882,
          "holdMinutes": 19
        },
        {
          "entryTs": 1649814300,
          "entryUtc": "2022-04-13T01:45:00.000Z",
          "exitTs": 1649817180,
          "dir": 1,
          "entryPrice": 1967.328,
          "exitPrice": 1971.073,
          "stopDistance": 1.873,
          "outcome": "target",
          "netR": 1.8024,
          "holdMinutes": 48
        },
        {
          "entryTs": 1649828100,
          "entryUtc": "2022-04-13T05:35:00.000Z",
          "exitTs": 1649830140,
          "dir": 1,
          "entryPrice": 1971.418,
          "exitPrice": 1969.943,
          "stopDistance": 1.475,
          "outcome": "stop",
          "netR": -1.2847,
          "holdMinutes": 34
        },
        {
          "entryTs": 1649836500,
          "entryUtc": "2022-04-13T07:55:00.000Z",
          "exitTs": 1649841180,
          "dir": 1,
          "entryPrice": 1971.428,
          "exitPrice": 1975.883,
          "stopDistance": 2.228,
          "outcome": "target",
          "netR": 1.8339,
          "holdMinutes": 78
        },
        {
          "entryTs": 1649849400,
          "entryUtc": "2022-04-13T11:30:00.000Z",
          "exitTs": 1649850720,
          "dir": 1,
          "entryPrice": 1978.518,
          "exitPrice": 1976.348,
          "stopDistance": 2.17,
          "outcome": "stop",
          "netR": -1.1936,
          "holdMinutes": 22
        },
        {
          "entryTs": 1649856900,
          "entryUtc": "2022-04-13T13:35:00.000Z",
          "exitTs": 1649857500,
          "dir": 1,
          "entryPrice": 1978.623,
          "exitPrice": 1975.222,
          "stopDistance": 3.401,
          "outcome": "stop",
          "netR": -1.1235,
          "holdMinutes": 10
        },
        {
          "entryTs": 1649859600,
          "entryUtc": "2022-04-13T14:20:00.000Z",
          "exitTs": 1649889600,
          "dir": 1,
          "entryPrice": 1977.692,
          "exitPrice": 1977.928,
          "stopDistance": 3.539,
          "outcome": "time",
          "netR": -0.0379,
          "holdMinutes": 500
        },
        {
          "entryTs": 1649900700,
          "entryUtc": "2022-04-14T01:45:00.000Z",
          "exitTs": 1649901600,
          "dir": 1,
          "entryPrice": 1977.368,
          "exitPrice": 1979.799,
          "stopDistance": 1.215,
          "outcome": "target",
          "netR": 1.6956,
          "holdMinutes": 15
        },
        {
          "entryTs": 1649922000,
          "entryUtc": "2022-04-14T07:40:00.000Z",
          "exitTs": 1649923140,
          "dir": 1,
          "entryPrice": 1977.575,
          "exitPrice": 1975.141,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 19
        },
        {
          "entryTs": 1649933700,
          "entryUtc": "2022-04-14T10:55:00.000Z",
          "exitTs": 1649936400,
          "dir": 1,
          "entryPrice": 1973.662,
          "exitPrice": 1978.239,
          "stopDistance": 2.288,
          "outcome": "target",
          "netR": 1.8383,
          "holdMinutes": 45
        },
        {
          "entryTs": 1649942400,
          "entryUtc": "2022-04-14T13:20:00.000Z",
          "exitTs": 1649943180,
          "dir": 1,
          "entryPrice": 1976.828,
          "exitPrice": 1973.516,
          "stopDistance": 3.312,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 13
        },
        {
          "entryTs": 1649948400,
          "entryUtc": "2022-04-14T15:00:00.000Z",
          "exitTs": 1649948820,
          "dir": 1,
          "entryPrice": 1972.048,
          "exitPrice": 1967.957,
          "stopDistance": 4.091,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 7
        },
        {
          "entryTs": 1649953200,
          "entryUtc": "2022-04-14T16:20:00.000Z",
          "exitTs": 1650232800,
          "dir": 1,
          "entryPrice": 1969.378,
          "exitPrice": 1972.738,
          "stopDistance": 3.146,
          "outcome": "time",
          "netR": 0.9505,
          "holdMinutes": 4660
        },
        {
          "entryTs": 1650254400,
          "entryUtc": "2022-04-18T04:00:00.000Z",
          "exitTs": 1650259860,
          "dir": 1,
          "entryPrice": 1984.738,
          "exitPrice": 1987.95,
          "stopDistance": 1.606,
          "outcome": "target",
          "netR": 1.7696,
          "holdMinutes": 91
        },
        {
          "entryTs": 1650282300,
          "entryUtc": "2022-04-18T11:45:00.000Z",
          "exitTs": 1650284220,
          "dir": 1,
          "entryPrice": 1991.272,
          "exitPrice": 1994.421,
          "stopDistance": 1.574,
          "outcome": "target",
          "netR": 1.765,
          "holdMinutes": 32
        },
        {
          "entryTs": 1650297900,
          "entryUtc": "2022-04-18T16:05:00.000Z",
          "exitTs": 1650300120,
          "dir": 1,
          "entryPrice": 1989.388,
          "exitPrice": 1986.76,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 37
        },
        {
          "entryTs": 1650309900,
          "entryUtc": "2022-04-18T19:25:00.000Z",
          "exitTs": 1650310500,
          "dir": 1,
          "entryPrice": 1981.998,
          "exitPrice": 1979.979,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.208,
          "holdMinutes": 10
        },
        {
          "entryTs": 1650327900,
          "entryUtc": "2022-04-19T00:25:00.000Z",
          "exitTs": 1650328980,
          "dir": 1,
          "entryPrice": 1977.985,
          "exitPrice": 1976.56,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2948,
          "holdMinutes": 18
        },
        {
          "entryTs": 1650333000,
          "entryUtc": "2022-04-19T01:50:00.000Z",
          "exitTs": 1650335640,
          "dir": 1,
          "entryPrice": 1977.718,
          "exitPrice": 1976.063,
          "stopDistance": 1.655,
          "outcome": "stop",
          "netR": -1.2538,
          "holdMinutes": 44
        },
        {
          "entryTs": 1650337800,
          "entryUtc": "2022-04-19T03:10:00.000Z",
          "exitTs": 1650342600,
          "dir": 1,
          "entryPrice": 1977.472,
          "exitPrice": 1976.045,
          "stopDistance": 1.427,
          "outcome": "stop",
          "netR": -1.2942,
          "holdMinutes": 80
        },
        {
          "entryTs": 1650350100,
          "entryUtc": "2022-04-19T06:35:00.000Z",
          "exitTs": 1650350460,
          "dir": 1,
          "entryPrice": 1975.548,
          "exitPrice": 1973.969,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 6
        },
        {
          "entryTs": 1650352200,
          "entryUtc": "2022-04-19T07:10:00.000Z",
          "exitTs": 1650353340,
          "dir": 1,
          "entryPrice": 1975.462,
          "exitPrice": 1978.835,
          "stopDistance": 1.686,
          "outcome": "target",
          "netR": 1.7806,
          "holdMinutes": 19
        },
        {
          "entryTs": 1650366300,
          "entryUtc": "2022-04-19T11:05:00.000Z",
          "exitTs": 1650371760,
          "dir": 1,
          "entryPrice": 1978.198,
          "exitPrice": 1976.321,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2238,
          "holdMinutes": 91
        },
        {
          "entryTs": 1650389700,
          "entryUtc": "2022-04-19T17:35:00.000Z",
          "exitTs": 1650395400,
          "dir": -1,
          "entryPrice": 1955.508,
          "exitPrice": 1950.955,
          "stopDistance": 2.277,
          "outcome": "target",
          "netR": 1.8375,
          "holdMinutes": 95
        },
        {
          "entryTs": 1650408000,
          "entryUtc": "2022-04-19T22:40:00.000Z",
          "exitTs": 1650409200,
          "dir": -1,
          "entryPrice": 1948.858,
          "exitPrice": 1950.238,
          "stopDistance": 1.38,
          "outcome": "stop",
          "netR": -1.3044,
          "holdMinutes": 20
        },
        {
          "entryTs": 1650411300,
          "entryUtc": "2022-04-19T23:35:00.000Z",
          "exitTs": 1650412440,
          "dir": -1,
          "entryPrice": 1948.238,
          "exitPrice": 1949.683,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2907,
          "holdMinutes": 19
        },
        {
          "entryTs": 1650426600,
          "entryUtc": "2022-04-20T03:50:00.000Z",
          "exitTs": 1650432660,
          "dir": -1,
          "entryPrice": 1944.308,
          "exitPrice": 1946.528,
          "stopDistance": 2.22,
          "outcome": "stop",
          "netR": -1.1892,
          "holdMinutes": 101
        },
        {
          "entryTs": 1650434400,
          "entryUtc": "2022-04-20T06:00:00.000Z",
          "exitTs": 1650438720,
          "dir": -1,
          "entryPrice": 1942.155,
          "exitPrice": 1943.99,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2289,
          "holdMinutes": 72
        },
        {
          "entryTs": 1650442800,
          "entryUtc": "2022-04-20T08:20:00.000Z",
          "exitTs": 1650443880,
          "dir": -1,
          "entryPrice": 1941.842,
          "exitPrice": 1944.208,
          "stopDistance": 2.366,
          "outcome": "stop",
          "netR": -1.1775,
          "holdMinutes": 18
        },
        {
          "entryTs": 1650457200,
          "entryUtc": "2022-04-20T12:20:00.000Z",
          "exitTs": 1650461880,
          "dir": -1,
          "entryPrice": 1948.575,
          "exitPrice": 1943.802,
          "stopDistance": 2.386,
          "outcome": "target",
          "netR": 1.845,
          "holdMinutes": 78
        },
        {
          "entryTs": 1650470400,
          "entryUtc": "2022-04-20T16:00:00.000Z",
          "exitTs": 1650473640,
          "dir": -1,
          "entryPrice": 1950.838,
          "exitPrice": 1953.37,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 54
        },
        {
          "entryTs": 1650479100,
          "entryUtc": "2022-04-20T18:25:00.000Z",
          "exitTs": 1650482580,
          "dir": -1,
          "entryPrice": 1952.012,
          "exitPrice": 1953.84,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 58
        },
        {
          "entryTs": 1650494400,
          "entryUtc": "2022-04-20T22:40:00.000Z",
          "exitTs": 1650494820,
          "dir": -1,
          "entryPrice": 1954.798,
          "exitPrice": 1956.074,
          "stopDistance": 1.276,
          "outcome": "stop",
          "netR": -1.3292,
          "holdMinutes": 7
        },
        {
          "entryTs": 1650500100,
          "entryUtc": "2022-04-21T00:15:00.000Z",
          "exitTs": 1650502380,
          "dir": -1,
          "entryPrice": 1954.078,
          "exitPrice": 1955.388,
          "stopDistance": 1.31,
          "outcome": "stop",
          "netR": -1.3206,
          "holdMinutes": 38
        },
        {
          "entryTs": 1650504600,
          "entryUtc": "2022-04-21T01:30:00.000Z",
          "exitTs": 1650505620,
          "dir": -1,
          "entryPrice": 1954.318,
          "exitPrice": 1955.886,
          "stopDistance": 1.568,
          "outcome": "stop",
          "netR": -1.2678,
          "holdMinutes": 17
        },
        {
          "entryTs": 1650506700,
          "entryUtc": "2022-04-21T02:05:00.000Z",
          "exitTs": 1650511980,
          "dir": -1,
          "entryPrice": 1954.362,
          "exitPrice": 1951.099,
          "stopDistance": 1.631,
          "outcome": "target",
          "netR": 1.7732,
          "holdMinutes": 88
        },
        {
          "entryTs": 1650525300,
          "entryUtc": "2022-04-21T07:15:00.000Z",
          "exitTs": 1650528360,
          "dir": -1,
          "entryPrice": 1950.842,
          "exitPrice": 1947.606,
          "stopDistance": 1.618,
          "outcome": "target",
          "netR": 1.7713,
          "holdMinutes": 51
        },
        {
          "entryTs": 1650550200,
          "entryUtc": "2022-04-21T14:10:00.000Z",
          "exitTs": 1650552960,
          "dir": -1,
          "entryPrice": 1942.872,
          "exitPrice": 1946.537,
          "stopDistance": 3.665,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 46
        },
        {
          "entryTs": 1650554400,
          "entryUtc": "2022-04-21T15:20:00.000Z",
          "exitTs": 1650562320,
          "dir": -1,
          "entryPrice": 1943.642,
          "exitPrice": 1946.867,
          "stopDistance": 3.225,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 132
        },
        {
          "entryTs": 1650579600,
          "entryUtc": "2022-04-21T22:20:00.000Z",
          "exitTs": 1650583080,
          "dir": -1,
          "entryPrice": 1950.698,
          "exitPrice": 1952.118,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 58
        },
        {
          "entryTs": 1650585900,
          "entryUtc": "2022-04-22T00:05:00.000Z",
          "exitTs": 1650588780,
          "dir": -1,
          "entryPrice": 1950.802,
          "exitPrice": 1948.413,
          "stopDistance": 1.194,
          "outcome": "target",
          "netR": 1.6902,
          "holdMinutes": 48
        },
        {
          "entryTs": 1650593100,
          "entryUtc": "2022-04-22T02:05:00.000Z",
          "exitTs": 1650596460,
          "dir": -1,
          "entryPrice": 1950.698,
          "exitPrice": 1946.656,
          "stopDistance": 2.021,
          "outcome": "target",
          "netR": 1.8169,
          "holdMinutes": 56
        },
        {
          "entryTs": 1650611700,
          "entryUtc": "2022-04-22T07:15:00.000Z",
          "exitTs": 1650612000,
          "dir": -1,
          "entryPrice": 1951.418,
          "exitPrice": 1953.363,
          "stopDistance": 1.945,
          "outcome": "stop",
          "netR": -1.216,
          "holdMinutes": 5
        },
        {
          "entryTs": 1650612600,
          "entryUtc": "2022-04-22T07:30:00.000Z",
          "exitTs": 1650613800,
          "dir": -1,
          "entryPrice": 1951.738,
          "exitPrice": 1953.968,
          "stopDistance": 2.23,
          "outcome": "stop",
          "netR": -1.1883,
          "holdMinutes": 20
        },
        {
          "entryTs": 1650614400,
          "entryUtc": "2022-04-22T08:00:00.000Z",
          "exitTs": 1650616200,
          "dir": -1,
          "entryPrice": 1950.808,
          "exitPrice": 1945.857,
          "stopDistance": 2.476,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 30
        },
        {
          "entryTs": 1650633000,
          "entryUtc": "2022-04-22T13:10:00.000Z",
          "exitTs": 1650633960,
          "dir": -1,
          "entryPrice": 1932.788,
          "exitPrice": 1936.573,
          "stopDistance": 3.785,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 16
        },
        {
          "entryTs": 1650639000,
          "entryUtc": "2022-04-22T14:50:00.000Z",
          "exitTs": 1650643020,
          "dir": -1,
          "entryPrice": 1933.678,
          "exitPrice": 1938.08,
          "stopDistance": 4.402,
          "outcome": "stop",
          "netR": -1.0954,
          "holdMinutes": 67
        },
        {
          "entryTs": 1650647400,
          "entryUtc": "2022-04-22T17:10:00.000Z",
          "exitTs": 1650837600,
          "dir": -1,
          "entryPrice": 1934.253,
          "exitPrice": 1928.618,
          "stopDistance": 2.817,
          "outcome": "target",
          "netR": 1.8687,
          "holdMinutes": 3170
        },
        {
          "entryTs": 1650845100,
          "entryUtc": "2022-04-25T00:05:00.000Z",
          "exitTs": 1650847740,
          "dir": -1,
          "entryPrice": 1930.605,
          "exitPrice": 1927.136,
          "stopDistance": 1.735,
          "outcome": "target",
          "netR": 1.7867,
          "holdMinutes": 44
        },
        {
          "entryTs": 1650873300,
          "entryUtc": "2022-04-25T07:55:00.000Z",
          "exitTs": 1650874920,
          "dir": -1,
          "entryPrice": 1915.887,
          "exitPrice": 1918.872,
          "stopDistance": 2.985,
          "outcome": "stop",
          "netR": -1.1407,
          "holdMinutes": 27
        },
        {
          "entryTs": 1650878400,
          "entryUtc": "2022-04-25T09:20:00.000Z",
          "exitTs": 1650879060,
          "dir": -1,
          "entryPrice": 1915.718,
          "exitPrice": 1918.208,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 11
        },
        {
          "entryTs": 1650881400,
          "entryUtc": "2022-04-25T10:10:00.000Z",
          "exitTs": 1650883020,
          "dir": -1,
          "entryPrice": 1916.483,
          "exitPrice": 1911.753,
          "stopDistance": 2.365,
          "outcome": "target",
          "netR": 1.8436,
          "holdMinutes": 27
        },
        {
          "entryTs": 1650906900,
          "entryUtc": "2022-04-25T17:15:00.000Z",
          "exitTs": 1650908160,
          "dir": -1,
          "entryPrice": 1894.703,
          "exitPrice": 1897.57,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 21
        },
        {
          "entryTs": 1650917100,
          "entryUtc": "2022-04-25T20:05:00.000Z",
          "exitTs": 1650926100,
          "dir": -1,
          "entryPrice": 1897.988,
          "exitPrice": 1900.23,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 150
        },
        {
          "entryTs": 1650936600,
          "entryUtc": "2022-04-26T01:30:00.000Z",
          "exitTs": 1650937200,
          "dir": -1,
          "entryPrice": 1898.488,
          "exitPrice": 1900.507,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 10
        },
        {
          "entryTs": 1650954900,
          "entryUtc": "2022-04-26T06:35:00.000Z",
          "exitTs": 1650955200,
          "dir": -1,
          "entryPrice": 1901.378,
          "exitPrice": 1903.52,
          "stopDistance": 2.142,
          "outcome": "stop",
          "netR": -1.1961,
          "holdMinutes": 5
        },
        {
          "entryTs": 1650973800,
          "entryUtc": "2022-04-26T11:50:00.000Z",
          "exitTs": 1650978660,
          "dir": -1,
          "entryPrice": 1904.372,
          "exitPrice": 1906.86,
          "stopDistance": 2.488,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 81
        },
        {
          "entryTs": 1650983100,
          "entryUtc": "2022-04-26T14:25:00.000Z",
          "exitTs": 1650984060,
          "dir": -1,
          "entryPrice": 1901.608,
          "exitPrice": 1905.442,
          "stopDistance": 3.834,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 16
        },
        {
          "entryTs": 1650986100,
          "entryUtc": "2022-04-26T15:15:00.000Z",
          "exitTs": 1651016100,
          "dir": -1,
          "entryPrice": 1903.423,
          "exitPrice": 1905.663,
          "stopDistance": 3.566,
          "outcome": "time",
          "netR": -0.732,
          "holdMinutes": 500
        },
        {
          "entryTs": 1651019700,
          "entryUtc": "2022-04-27T00:35:00.000Z",
          "exitTs": 1651021860,
          "dir": -1,
          "entryPrice": 1904.078,
          "exitPrice": 1901.399,
          "stopDistance": 1.34,
          "outcome": "target",
          "netR": 1.7238,
          "holdMinutes": 36
        },
        {
          "entryTs": 1651043100,
          "entryUtc": "2022-04-27T07:05:00.000Z",
          "exitTs": 1651044420,
          "dir": -1,
          "entryPrice": 1897.873,
          "exitPrice": 1899.956,
          "stopDistance": 2.083,
          "outcome": "stop",
          "netR": -1.2017,
          "holdMinutes": 22
        },
        {
          "entryTs": 1651046700,
          "entryUtc": "2022-04-27T08:05:00.000Z",
          "exitTs": 1651047120,
          "dir": -1,
          "entryPrice": 1893.928,
          "exitPrice": 1888.164,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 7
        },
        {
          "entryTs": 1651054800,
          "entryUtc": "2022-04-27T10:20:00.000Z",
          "exitTs": 1651056180,
          "dir": -1,
          "entryPrice": 1894.148,
          "exitPrice": 1896.875,
          "stopDistance": 2.727,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 23
        },
        {
          "entryTs": 1651064700,
          "entryUtc": "2022-04-27T13:05:00.000Z",
          "exitTs": 1651066920,
          "dir": -1,
          "entryPrice": 1894.428,
          "exitPrice": 1886.981,
          "stopDistance": 3.723,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 37
        },
        {
          "entryTs": 1651084500,
          "entryUtc": "2022-04-27T18:35:00.000Z",
          "exitTs": 1651107660,
          "dir": -1,
          "entryPrice": 1886.743,
          "exitPrice": 1882.772,
          "stopDistance": 1.986,
          "outcome": "target",
          "netR": 1.8137,
          "holdMinutes": 386
        },
        {
          "entryTs": 1651147200,
          "entryUtc": "2022-04-28T12:00:00.000Z",
          "exitTs": 1651147620,
          "dir": -1,
          "entryPrice": 1886.038,
          "exitPrice": 1888.472,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1726,
          "holdMinutes": 7
        },
        {
          "entryTs": 1651150500,
          "entryUtc": "2022-04-28T12:55:00.000Z",
          "exitTs": 1651153740,
          "dir": -1,
          "entryPrice": 1886.288,
          "exitPrice": 1890.745,
          "stopDistance": 4.457,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 54
        },
        {
          "entryTs": 1651155600,
          "entryUtc": "2022-04-28T14:20:00.000Z",
          "exitTs": 1651156380,
          "dir": -1,
          "entryPrice": 1884.183,
          "exitPrice": 1888.138,
          "stopDistance": 3.955,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 13
        },
        {
          "entryTs": 1651159200,
          "entryUtc": "2022-04-28T15:20:00.000Z",
          "exitTs": 1651165440,
          "dir": -1,
          "entryPrice": 1886.353,
          "exitPrice": 1890.129,
          "stopDistance": 3.776,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 104
        },
        {
          "entryTs": 1651185000,
          "entryUtc": "2022-04-28T22:30:00.000Z",
          "exitTs": 1651188900,
          "dir": -1,
          "entryPrice": 1893.598,
          "exitPrice": 1894.89,
          "stopDistance": 1.292,
          "outcome": "stop",
          "netR": -1.3251,
          "holdMinutes": 65
        },
        {
          "entryTs": 1651200600,
          "entryUtc": "2022-04-29T02:50:00.000Z",
          "exitTs": 1651201140,
          "dir": -1,
          "entryPrice": 1898.498,
          "exitPrice": 1900.586,
          "stopDistance": 2.088,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 9
        },
        {
          "entryTs": 1651230600,
          "entryUtc": "2022-04-29T11:10:00.000Z",
          "exitTs": 1651232400,
          "dir": -1,
          "entryPrice": 1914.613,
          "exitPrice": 1916.657,
          "stopDistance": 2.044,
          "outcome": "stop",
          "netR": -1.2055,
          "holdMinutes": 30
        },
        {
          "entryTs": 1651245300,
          "entryUtc": "2022-04-29T15:15:00.000Z",
          "exitTs": 1651247340,
          "dir": -1,
          "entryPrice": 1906.743,
          "exitPrice": 1910.855,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 34
        },
        {
          "entryTs": 1651258800,
          "entryUtc": "2022-04-29T19:00:00.000Z",
          "exitTs": 1651259400,
          "dir": -1,
          "entryPrice": 1908.043,
          "exitPrice": 1904.135,
          "stopDistance": 1.954,
          "outcome": "target",
          "netR": 1.8106,
          "holdMinutes": 10
        },
        {
          "entryTs": 1651449600,
          "entryUtc": "2022-05-02T00:00:00.000Z",
          "exitTs": 1651450920,
          "dir": -1,
          "entryPrice": 1897.118,
          "exitPrice": 1893.462,
          "stopDistance": 1.828,
          "outcome": "target",
          "netR": 1.7976,
          "holdMinutes": 22
        },
        {
          "entryTs": 1651475700,
          "entryUtc": "2022-05-02T07:15:00.000Z",
          "exitTs": 1651480920,
          "dir": -1,
          "entryPrice": 1884.079,
          "exitPrice": 1879.442,
          "stopDistance": 2.318,
          "outcome": "target",
          "netR": 1.8404,
          "holdMinutes": 87
        },
        {
          "entryTs": 1651490400,
          "entryUtc": "2022-05-02T11:20:00.000Z",
          "exitTs": 1651492980,
          "dir": -1,
          "entryPrice": 1878.388,
          "exitPrice": 1874.364,
          "stopDistance": 2.012,
          "outcome": "target",
          "netR": 1.8161,
          "holdMinutes": 43
        },
        {
          "entryTs": 1651511400,
          "entryUtc": "2022-05-02T17:10:00.000Z",
          "exitTs": 1651513800,
          "dir": -1,
          "entryPrice": 1863.818,
          "exitPrice": 1866.609,
          "stopDistance": 2.791,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 40
        },
        {
          "entryTs": 1651533600,
          "entryUtc": "2022-05-02T23:20:00.000Z",
          "exitTs": 1651535940,
          "dir": -1,
          "entryPrice": 1862.383,
          "exitPrice": 1863.225,
          "stopDistance": 0.842,
          "outcome": "stop",
          "netR": -1.4991,
          "holdMinutes": 39
        },
        {
          "entryTs": 1651541100,
          "entryUtc": "2022-05-03T01:25:00.000Z",
          "exitTs": 1651542120,
          "dir": -1,
          "entryPrice": 1863.078,
          "exitPrice": 1860.112,
          "stopDistance": 1.483,
          "outcome": "target",
          "netR": 1.7505,
          "holdMinutes": 17
        },
        {
          "entryTs": 1651550700,
          "entryUtc": "2022-05-03T04:05:00.000Z",
          "exitTs": 1651552260,
          "dir": -1,
          "entryPrice": 1862.198,
          "exitPrice": 1863.488,
          "stopDistance": 1.29,
          "outcome": "stop",
          "netR": -1.3255,
          "holdMinutes": 26
        },
        {
          "entryTs": 1651552500,
          "entryUtc": "2022-05-03T04:35:00.000Z",
          "exitTs": 1651553580,
          "dir": -1,
          "entryPrice": 1862.228,
          "exitPrice": 1859.622,
          "stopDistance": 1.303,
          "outcome": "target",
          "netR": 1.7161,
          "holdMinutes": 18
        },
        {
          "entryTs": 1651593900,
          "entryUtc": "2022-05-03T16:05:00.000Z",
          "exitTs": 1651623900,
          "dir": -1,
          "entryPrice": 1870.163,
          "exitPrice": 1865.378,
          "stopDistance": 2.917,
          "outcome": "time",
          "netR": 1.5133,
          "holdMinutes": 500
        },
        {
          "entryTs": 1651638900,
          "entryUtc": "2022-05-04T04:35:00.000Z",
          "exitTs": 1651639080,
          "dir": -1,
          "entryPrice": 1863.648,
          "exitPrice": 1864.708,
          "stopDistance": 1.06,
          "outcome": "stop",
          "netR": -1.3962,
          "holdMinutes": 3
        },
        {
          "entryTs": 1651642800,
          "entryUtc": "2022-05-04T05:40:00.000Z",
          "exitTs": 1651643880,
          "dir": -1,
          "entryPrice": 1864.738,
          "exitPrice": 1862.579,
          "stopDistance": 1.079,
          "outcome": "target",
          "netR": 1.6572,
          "holdMinutes": 18
        },
        {
          "entryTs": 1651655400,
          "entryUtc": "2022-05-04T09:10:00.000Z",
          "exitTs": 1651657200,
          "dir": -1,
          "entryPrice": 1867.263,
          "exitPrice": 1869.095,
          "stopDistance": 1.832,
          "outcome": "stop",
          "netR": -1.2292,
          "holdMinutes": 30
        },
        {
          "entryTs": 1651661700,
          "entryUtc": "2022-05-04T10:55:00.000Z",
          "exitTs": 1651664580,
          "dir": -1,
          "entryPrice": 1867.508,
          "exitPrice": 1869.338,
          "stopDistance": 1.83,
          "outcome": "stop",
          "netR": -1.2295,
          "holdMinutes": 48
        },
        {
          "entryTs": 1651666200,
          "entryUtc": "2022-05-04T12:10:00.000Z",
          "exitTs": 1651666500,
          "dir": -1,
          "entryPrice": 1867.053,
          "exitPrice": 1868.714,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 5
        },
        {
          "entryTs": 1651669800,
          "entryUtc": "2022-05-04T13:10:00.000Z",
          "exitTs": 1651670280,
          "dir": -1,
          "entryPrice": 1866.828,
          "exitPrice": 1869.448,
          "stopDistance": 2.62,
          "outcome": "stop",
          "netR": -1.1603,
          "holdMinutes": 8
        },
        {
          "entryTs": 1651672200,
          "entryUtc": "2022-05-04T13:50:00.000Z",
          "exitTs": 1651676700,
          "dir": -1,
          "entryPrice": 1864.408,
          "exitPrice": 1867.705,
          "stopDistance": 3.297,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 75
        },
        {
          "entryTs": 1651687200,
          "entryUtc": "2022-05-04T18:00:00.000Z",
          "exitTs": 1651687200,
          "dir": -1,
          "entryPrice": 1866.698,
          "exitPrice": 1868.773,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 0
        },
        {
          "entryTs": 1651726500,
          "entryUtc": "2022-05-05T04:55:00.000Z",
          "exitTs": 1651726980,
          "dir": 1,
          "entryPrice": 1901.288,
          "exitPrice": 1899.808,
          "stopDistance": 1.48,
          "outcome": "stop",
          "netR": -1.2838,
          "holdMinutes": 8
        },
        {
          "entryTs": 1651728000,
          "entryUtc": "2022-05-05T05:20:00.000Z",
          "exitTs": 1651730220,
          "dir": 1,
          "entryPrice": 1900.833,
          "exitPrice": 1899.331,
          "stopDistance": 1.502,
          "outcome": "stop",
          "netR": -1.2796,
          "holdMinutes": 37
        },
        {
          "entryTs": 1651742400,
          "entryUtc": "2022-05-05T09:20:00.000Z",
          "exitTs": 1651748940,
          "dir": 1,
          "entryPrice": 1895.008,
          "exitPrice": 1899.92,
          "stopDistance": 2.456,
          "outcome": "target",
          "netR": 1.8494,
          "holdMinutes": 109
        },
        {
          "entryTs": 1651784100,
          "entryUtc": "2022-05-05T20:55:00.000Z",
          "exitTs": 1651795620,
          "dir": -1,
          "entryPrice": 1877.088,
          "exitPrice": 1873.278,
          "stopDistance": 1.905,
          "outcome": "target",
          "netR": 1.8058,
          "holdMinutes": 192
        },
        {
          "entryTs": 1651816200,
          "entryUtc": "2022-05-06T05:50:00.000Z",
          "exitTs": 1651817640,
          "dir": -1,
          "entryPrice": 1874.558,
          "exitPrice": 1876.043,
          "stopDistance": 1.485,
          "outcome": "stop",
          "netR": -1.2828,
          "holdMinutes": 24
        },
        {
          "entryTs": 1651819800,
          "entryUtc": "2022-05-06T06:50:00.000Z",
          "exitTs": 1651822140,
          "dir": -1,
          "entryPrice": 1875.003,
          "exitPrice": 1876.775,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.237,
          "holdMinutes": 39
        },
        {
          "entryTs": 1651822500,
          "entryUtc": "2022-05-06T07:35:00.000Z",
          "exitTs": 1651823700,
          "dir": -1,
          "entryPrice": 1873.703,
          "exitPrice": 1875.906,
          "stopDistance": 2.203,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 20
        },
        {
          "entryTs": 1651841700,
          "entryUtc": "2022-05-06T12:55:00.000Z",
          "exitTs": 1651844820,
          "dir": -1,
          "entryPrice": 1877.218,
          "exitPrice": 1881.237,
          "stopDistance": 4.019,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 52
        },
        {
          "entryTs": 1651857300,
          "entryUtc": "2022-05-06T17:15:00.000Z",
          "exitTs": 1652047200,
          "dir": -1,
          "entryPrice": 1883.558,
          "exitPrice": 1883.113,
          "stopDistance": 2.648,
          "outcome": "time",
          "netR": 0.0283,
          "holdMinutes": 3165
        },
        {
          "entryTs": 1652049900,
          "entryUtc": "2022-05-08T22:45:00.000Z",
          "exitTs": 1652059920,
          "dir": -1,
          "entryPrice": 1880.988,
          "exitPrice": 1877.382,
          "stopDistance": 1.803,
          "outcome": "target",
          "netR": 1.7948,
          "holdMinutes": 167
        },
        {
          "entryTs": 1652104800,
          "entryUtc": "2022-05-09T14:00:00.000Z",
          "exitTs": 1652118660,
          "dir": -1,
          "entryPrice": 1863.363,
          "exitPrice": 1856.053,
          "stopDistance": 3.655,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 231
        },
        {
          "entryTs": 1652142000,
          "entryUtc": "2022-05-10T00:20:00.000Z",
          "exitTs": 1652142600,
          "dir": -1,
          "entryPrice": 1853.098,
          "exitPrice": 1854.331,
          "stopDistance": 1.233,
          "outcome": "stop",
          "netR": -1.3408,
          "holdMinutes": 10
        },
        {
          "entryTs": 1652164500,
          "entryUtc": "2022-05-10T06:35:00.000Z",
          "exitTs": 1652172420,
          "dir": -1,
          "entryPrice": 1861.768,
          "exitPrice": 1863.86,
          "stopDistance": 2.092,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 132
        },
        {
          "entryTs": 1652176200,
          "entryUtc": "2022-05-10T09:50:00.000Z",
          "exitTs": 1652177220,
          "dir": -1,
          "entryPrice": 1861.122,
          "exitPrice": 1856.698,
          "stopDistance": 2.212,
          "outcome": "target",
          "netR": 1.8327,
          "holdMinutes": 17
        },
        {
          "entryTs": 1652185500,
          "entryUtc": "2022-05-10T12:25:00.000Z",
          "exitTs": 1652185860,
          "dir": -1,
          "entryPrice": 1857.438,
          "exitPrice": 1859.786,
          "stopDistance": 2.349,
          "outcome": "stop",
          "netR": -1.1788,
          "holdMinutes": 6
        },
        {
          "entryTs": 1652190300,
          "entryUtc": "2022-05-10T13:45:00.000Z",
          "exitTs": 1652193960,
          "dir": -1,
          "entryPrice": 1859.198,
          "exitPrice": 1853.245,
          "stopDistance": 2.976,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 61
        },
        {
          "entryTs": 1652207400,
          "entryUtc": "2022-05-10T18:30:00.000Z",
          "exitTs": 1652212260,
          "dir": -1,
          "entryPrice": 1843.923,
          "exitPrice": 1838.803,
          "stopDistance": 2.56,
          "outcome": "target",
          "netR": 1.8555,
          "holdMinutes": 81
        },
        {
          "entryTs": 1652241900,
          "entryUtc": "2022-05-11T04:05:00.000Z",
          "exitTs": 1652243220,
          "dir": -1,
          "entryPrice": 1836.138,
          "exitPrice": 1837.606,
          "stopDistance": 1.468,
          "outcome": "stop",
          "netR": -1.286,
          "holdMinutes": 22
        },
        {
          "entryTs": 1652270400,
          "entryUtc": "2022-05-11T12:00:00.000Z",
          "exitTs": 1652271060,
          "dir": -1,
          "entryPrice": 1850.192,
          "exitPrice": 1852.053,
          "stopDistance": 1.861,
          "outcome": "stop",
          "netR": -1.2257,
          "holdMinutes": 11
        },
        {
          "entryTs": 1652293200,
          "entryUtc": "2022-05-11T18:20:00.000Z",
          "exitTs": 1652312820,
          "dir": -1,
          "entryPrice": 1851.728,
          "exitPrice": 1854.704,
          "stopDistance": 2.976,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 327
        },
        {
          "entryTs": 1652323500,
          "entryUtc": "2022-05-12T02:45:00.000Z",
          "exitTs": 1652333400,
          "dir": -1,
          "entryPrice": 1853.478,
          "exitPrice": 1849.751,
          "stopDistance": 1.864,
          "outcome": "target",
          "netR": 1.8015,
          "holdMinutes": 165
        },
        {
          "entryTs": 1652339400,
          "entryUtc": "2022-05-12T07:10:00.000Z",
          "exitTs": 1652340960,
          "dir": -1,
          "entryPrice": 1847.658,
          "exitPrice": 1850.318,
          "stopDistance": 2.66,
          "outcome": "stop",
          "netR": -1.1579,
          "holdMinutes": 26
        },
        {
          "entryTs": 1652343300,
          "entryUtc": "2022-05-12T08:15:00.000Z",
          "exitTs": 1652355600,
          "dir": -1,
          "entryPrice": 1849.778,
          "exitPrice": 1843.492,
          "stopDistance": 3.143,
          "outcome": "target",
          "netR": 1.8823,
          "holdMinutes": 205
        },
        {
          "entryTs": 1652363700,
          "entryUtc": "2022-05-12T13:55:00.000Z",
          "exitTs": 1652374260,
          "dir": -1,
          "entryPrice": 1840.643,
          "exitPrice": 1832.933,
          "stopDistance": 3.855,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 176
        },
        {
          "entryTs": 1652422500,
          "entryUtc": "2022-05-13T06:15:00.000Z",
          "exitTs": 1652423460,
          "dir": -1,
          "entryPrice": 1825.313,
          "exitPrice": 1821.964,
          "stopDistance": 1.674,
          "outcome": "target",
          "netR": 1.779,
          "holdMinutes": 16
        },
        {
          "entryTs": 1652430000,
          "entryUtc": "2022-05-13T08:20:00.000Z",
          "exitTs": 1652436960,
          "dir": -1,
          "entryPrice": 1823.748,
          "exitPrice": 1818.884,
          "stopDistance": 2.432,
          "outcome": "target",
          "netR": 1.8479,
          "holdMinutes": 116
        },
        {
          "entryTs": 1652456700,
          "entryUtc": "2022-05-13T15:45:00.000Z",
          "exitTs": 1652459700,
          "dir": -1,
          "entryPrice": 1808.793,
          "exitPrice": 1812.629,
          "stopDistance": 3.836,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 50
        },
        {
          "entryTs": 1652460300,
          "entryUtc": "2022-05-13T16:45:00.000Z",
          "exitTs": 1652652000,
          "dir": -1,
          "entryPrice": 1810.838,
          "exitPrice": 1810.028,
          "stopDistance": 3.186,
          "outcome": "time",
          "netR": 0.1381,
          "holdMinutes": 3195
        },
        {
          "entryTs": 1652658300,
          "entryUtc": "2022-05-15T23:45:00.000Z",
          "exitTs": 1652659020,
          "dir": -1,
          "entryPrice": 1810.698,
          "exitPrice": 1812.33,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 12
        },
        {
          "entryTs": 1652667000,
          "entryUtc": "2022-05-16T02:10:00.000Z",
          "exitTs": 1652677080,
          "dir": -1,
          "entryPrice": 1811.568,
          "exitPrice": 1807.207,
          "stopDistance": 2.181,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 168
        },
        {
          "entryTs": 1652686800,
          "entryUtc": "2022-05-16T07:40:00.000Z",
          "exitTs": 1652687040,
          "dir": -1,
          "entryPrice": 1802.12,
          "exitPrice": 1797.398,
          "stopDistance": 2.361,
          "outcome": "target",
          "netR": 1.8433,
          "holdMinutes": 4
        },
        {
          "entryTs": 1652700900,
          "entryUtc": "2022-05-16T11:35:00.000Z",
          "exitTs": 1652703600,
          "dir": -1,
          "entryPrice": 1800.508,
          "exitPrice": 1803,
          "stopDistance": 2.492,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 45
        },
        {
          "entryTs": 1652749500,
          "entryUtc": "2022-05-17T01:05:00.000Z",
          "exitTs": 1652750820,
          "dir": -1,
          "entryPrice": 1823.544,
          "exitPrice": 1825.274,
          "stopDistance": 1.73,
          "outcome": "stop",
          "netR": -1.2428,
          "holdMinutes": 22
        },
        {
          "entryTs": 1652756100,
          "entryUtc": "2022-05-17T02:55:00.000Z",
          "exitTs": 1652766300,
          "dir": -1,
          "entryPrice": 1824.724,
          "exitPrice": 1826.567,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2278,
          "holdMinutes": 170
        },
        {
          "entryTs": 1652772300,
          "entryUtc": "2022-05-17T07:25:00.000Z",
          "exitTs": 1652772720,
          "dir": -1,
          "entryPrice": 1824.228,
          "exitPrice": 1826.179,
          "stopDistance": 1.951,
          "outcome": "stop",
          "netR": -1.2153,
          "holdMinutes": 7
        },
        {
          "entryTs": 1652776800,
          "entryUtc": "2022-05-17T08:40:00.000Z",
          "exitTs": 1652776980,
          "dir": -1,
          "entryPrice": 1825.298,
          "exitPrice": 1827.416,
          "stopDistance": 2.118,
          "outcome": "stop",
          "netR": -1.1983,
          "holdMinutes": 3
        },
        {
          "entryTs": 1652786100,
          "entryUtc": "2022-05-17T11:15:00.000Z",
          "exitTs": 1652786880,
          "dir": -1,
          "entryPrice": 1827.775,
          "exitPrice": 1829.771,
          "stopDistance": 1.996,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 13
        },
        {
          "entryTs": 1652793000,
          "entryUtc": "2022-05-17T13:10:00.000Z",
          "exitTs": 1652795340,
          "dir": -1,
          "entryPrice": 1829.31,
          "exitPrice": 1822.816,
          "stopDistance": 3.247,
          "outcome": "target",
          "netR": 1.8861,
          "holdMinutes": 39
        },
        {
          "entryTs": 1652807700,
          "entryUtc": "2022-05-17T17:15:00.000Z",
          "exitTs": 1652811180,
          "dir": -1,
          "entryPrice": 1820.028,
          "exitPrice": 1815.891,
          "stopDistance": 2.069,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 58
        },
        {
          "entryTs": 1652837400,
          "entryUtc": "2022-05-18T01:30:00.000Z",
          "exitTs": 1652837640,
          "dir": -1,
          "entryPrice": 1814.828,
          "exitPrice": 1812.155,
          "stopDistance": 1.337,
          "outcome": "target",
          "netR": 1.7232,
          "holdMinutes": 4
        },
        {
          "entryTs": 1652857200,
          "entryUtc": "2022-05-18T07:00:00.000Z",
          "exitTs": 1652857380,
          "dir": -1,
          "entryPrice": 1809.663,
          "exitPrice": 1811.366,
          "stopDistance": 1.703,
          "outcome": "stop",
          "netR": -1.2466,
          "holdMinutes": 3
        },
        {
          "entryTs": 1652871900,
          "entryUtc": "2022-05-18T11:05:00.000Z",
          "exitTs": 1652873820,
          "dir": -1,
          "entryPrice": 1815.988,
          "exitPrice": 1812.338,
          "stopDistance": 1.825,
          "outcome": "target",
          "netR": 1.7973,
          "holdMinutes": 32
        },
        {
          "entryTs": 1652882400,
          "entryUtc": "2022-05-18T14:00:00.000Z",
          "exitTs": 1652883180,
          "dir": -1,
          "entryPrice": 1810.238,
          "exitPrice": 1813.464,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 13
        },
        {
          "entryTs": 1652894700,
          "entryUtc": "2022-05-18T17:25:00.000Z",
          "exitTs": 1652900460,
          "dir": -1,
          "entryPrice": 1817.788,
          "exitPrice": 1820.083,
          "stopDistance": 2.295,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 96
        },
        {
          "entryTs": 1652903100,
          "entryUtc": "2022-05-18T19:45:00.000Z",
          "exitTs": 1652933100,
          "dir": -1,
          "entryPrice": 1817.508,
          "exitPrice": 1816.538,
          "stopDistance": 1.976,
          "outcome": "time",
          "netR": 0.3037,
          "holdMinutes": 500
        },
        {
          "entryTs": 1652936400,
          "entryUtc": "2022-05-19T05:00:00.000Z",
          "exitTs": 1652942460,
          "dir": -1,
          "entryPrice": 1815.268,
          "exitPrice": 1812.752,
          "stopDistance": 1.258,
          "outcome": "target",
          "netR": 1.7059,
          "holdMinutes": 101
        },
        {
          "entryTs": 1652945400,
          "entryUtc": "2022-05-19T07:30:00.000Z",
          "exitTs": 1652949540,
          "dir": -1,
          "entryPrice": 1812.795,
          "exitPrice": 1814.722,
          "stopDistance": 1.927,
          "outcome": "stop",
          "netR": -1.2179,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652989500,
          "entryUtc": "2022-05-19T19:45:00.000Z",
          "exitTs": 1652997600,
          "dir": 1,
          "entryPrice": 1842.578,
          "exitPrice": 1840.734,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2277,
          "holdMinutes": 135
        },
        {
          "entryTs": 1652998200,
          "entryUtc": "2022-05-19T22:10:00.000Z",
          "exitTs": 1653007800,
          "dir": 1,
          "entryPrice": 1842.068,
          "exitPrice": 1840.761,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3214,
          "holdMinutes": 160
        },
        {
          "entryTs": 1653016500,
          "entryUtc": "2022-05-20T03:15:00.000Z",
          "exitTs": 1653019740,
          "dir": 1,
          "entryPrice": 1839.498,
          "exitPrice": 1842.018,
          "stopDistance": 1.26,
          "outcome": "target",
          "netR": 1.7063,
          "holdMinutes": 54
        },
        {
          "entryTs": 1653037500,
          "entryUtc": "2022-05-20T09:05:00.000Z",
          "exitTs": 1653045900,
          "dir": 1,
          "entryPrice": 1845.886,
          "exitPrice": 1843.542,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 140
        },
        {
          "entryTs": 1653049800,
          "entryUtc": "2022-05-20T12:30:00.000Z",
          "exitTs": 1653050040,
          "dir": 1,
          "entryPrice": 1846.228,
          "exitPrice": 1843.974,
          "stopDistance": 2.254,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 4
        },
        {
          "entryTs": 1653050700,
          "entryUtc": "2022-05-20T12:45:00.000Z",
          "exitTs": 1653051360,
          "dir": 1,
          "entryPrice": 1845.128,
          "exitPrice": 1842.614,
          "stopDistance": 2.514,
          "outcome": "stop",
          "netR": -1.1671,
          "holdMinutes": 11
        },
        {
          "entryTs": 1653059400,
          "entryUtc": "2022-05-20T15:10:00.000Z",
          "exitTs": 1653062520,
          "dir": 1,
          "entryPrice": 1844.013,
          "exitPrice": 1840.786,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 52
        },
        {
          "entryTs": 1653067800,
          "entryUtc": "2022-05-20T17:30:00.000Z",
          "exitTs": 1653068160,
          "dir": 1,
          "entryPrice": 1843.878,
          "exitPrice": 1841.761,
          "stopDistance": 2.117,
          "outcome": "stop",
          "netR": -1.1983,
          "holdMinutes": 6
        },
        {
          "entryTs": 1653264300,
          "entryUtc": "2022-05-23T00:05:00.000Z",
          "exitTs": 1653266340,
          "dir": 1,
          "entryPrice": 1847.258,
          "exitPrice": 1850.532,
          "stopDistance": 1.637,
          "outcome": "target",
          "netR": 1.774,
          "holdMinutes": 34
        },
        {
          "entryTs": 1653291000,
          "entryUtc": "2022-05-23T07:30:00.000Z",
          "exitTs": 1653294120,
          "dir": 1,
          "entryPrice": 1856.198,
          "exitPrice": 1860.298,
          "stopDistance": 2.05,
          "outcome": "target",
          "netR": 1.8195,
          "holdMinutes": 52
        },
        {
          "entryTs": 1653306600,
          "entryUtc": "2022-05-23T11:50:00.000Z",
          "exitTs": 1653308880,
          "dir": 1,
          "entryPrice": 1862.448,
          "exitPrice": 1860.439,
          "stopDistance": 2.009,
          "outcome": "stop",
          "netR": -1.209,
          "holdMinutes": 38
        },
        {
          "entryTs": 1653328500,
          "entryUtc": "2022-05-23T17:55:00.000Z",
          "exitTs": 1653330480,
          "dir": 1,
          "entryPrice": 1852.313,
          "exitPrice": 1855.867,
          "stopDistance": 1.777,
          "outcome": "target",
          "netR": 1.7918,
          "holdMinutes": 33
        },
        {
          "entryTs": 1653345600,
          "entryUtc": "2022-05-23T22:40:00.000Z",
          "exitTs": 1653350820,
          "dir": 1,
          "entryPrice": 1853.738,
          "exitPrice": 1852.811,
          "stopDistance": 0.927,
          "outcome": "stop",
          "netR": -1.4529,
          "holdMinutes": 87
        },
        {
          "entryTs": 1653361800,
          "entryUtc": "2022-05-24T03:10:00.000Z",
          "exitTs": 1653362520,
          "dir": 1,
          "entryPrice": 1852.248,
          "exitPrice": 1854.631,
          "stopDistance": 1.191,
          "outcome": "target",
          "netR": 1.6894,
          "holdMinutes": 12
        },
        {
          "entryTs": 1653376500,
          "entryUtc": "2022-05-24T07:15:00.000Z",
          "exitTs": 1653379200,
          "dir": 1,
          "entryPrice": 1856.568,
          "exitPrice": 1860.363,
          "stopDistance": 1.898,
          "outcome": "target",
          "netR": 1.805,
          "holdMinutes": 45
        },
        {
          "entryTs": 1653384000,
          "entryUtc": "2022-05-24T09:20:00.000Z",
          "exitTs": 1653385860,
          "dir": 1,
          "entryPrice": 1858.148,
          "exitPrice": 1856.244,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 31
        },
        {
          "entryTs": 1653390300,
          "entryUtc": "2022-05-24T11:05:00.000Z",
          "exitTs": 1653394800,
          "dir": 1,
          "entryPrice": 1857.346,
          "exitPrice": 1855.882,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.2869,
          "holdMinutes": 75
        },
        {
          "entryTs": 1653397200,
          "entryUtc": "2022-05-24T13:00:00.000Z",
          "exitTs": 1653399960,
          "dir": 1,
          "entryPrice": 1859.968,
          "exitPrice": 1864.41,
          "stopDistance": 2.221,
          "outcome": "target",
          "netR": 1.8334,
          "holdMinutes": 46
        },
        {
          "entryTs": 1653420600,
          "entryUtc": "2022-05-24T19:30:00.000Z",
          "exitTs": 1653429780,
          "dir": 1,
          "entryPrice": 1866.313,
          "exitPrice": 1864.901,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2974,
          "holdMinutes": 153
        },
        {
          "entryTs": 1653432600,
          "entryUtc": "2022-05-24T22:50:00.000Z",
          "exitTs": 1653439320,
          "dir": 1,
          "entryPrice": 1866.168,
          "exitPrice": 1865.15,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4126,
          "holdMinutes": 112
        },
        {
          "entryTs": 1653450900,
          "entryUtc": "2022-05-25T03:55:00.000Z",
          "exitTs": 1653456180,
          "dir": 1,
          "entryPrice": 1862.318,
          "exitPrice": 1861.127,
          "stopDistance": 1.191,
          "outcome": "stop",
          "netR": -1.3525,
          "holdMinutes": 88
        },
        {
          "entryTs": 1653471000,
          "entryUtc": "2022-05-25T09:30:00.000Z",
          "exitTs": 1653472440,
          "dir": 1,
          "entryPrice": 1858.59,
          "exitPrice": 1856.757,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2292,
          "holdMinutes": 24
        },
        {
          "entryTs": 1653479400,
          "entryUtc": "2022-05-25T11:50:00.000Z",
          "exitTs": 1653480660,
          "dir": 1,
          "entryPrice": 1855.808,
          "exitPrice": 1853.838,
          "stopDistance": 1.97,
          "outcome": "stop",
          "netR": -1.2132,
          "holdMinutes": 21
        },
        {
          "entryTs": 1653481500,
          "entryUtc": "2022-05-25T12:25:00.000Z",
          "exitTs": 1653482700,
          "dir": 1,
          "entryPrice": 1856.211,
          "exitPrice": 1854.133,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 20
        },
        {
          "entryTs": 1653518100,
          "entryUtc": "2022-05-25T22:35:00.000Z",
          "exitTs": 1653521160,
          "dir": 1,
          "entryPrice": 1853.963,
          "exitPrice": 1852.954,
          "stopDistance": 1.009,
          "outcome": "stop",
          "netR": -1.4164,
          "holdMinutes": 51
        },
        {
          "entryTs": 1653522600,
          "entryUtc": "2022-05-25T23:50:00.000Z",
          "exitTs": 1653523860,
          "dir": 1,
          "entryPrice": 1853.708,
          "exitPrice": 1852.964,
          "stopDistance": 0.744,
          "outcome": "stop",
          "netR": -1.5645,
          "holdMinutes": 21
        },
        {
          "entryTs": 1653525600,
          "entryUtc": "2022-05-26T00:40:00.000Z",
          "exitTs": 1653526440,
          "dir": 1,
          "entryPrice": 1853.918,
          "exitPrice": 1852.983,
          "stopDistance": 0.935,
          "outcome": "stop",
          "netR": -1.449,
          "holdMinutes": 14
        },
        {
          "entryTs": 1653548400,
          "entryUtc": "2022-05-26T07:00:00.000Z",
          "exitTs": 1653548580,
          "dir": 1,
          "entryPrice": 1846.778,
          "exitPrice": 1849.775,
          "stopDistance": 1.498,
          "outcome": "target",
          "netR": 1.7531,
          "holdMinutes": 3
        },
        {
          "entryTs": 1653555600,
          "entryUtc": "2022-05-26T09:00:00.000Z",
          "exitTs": 1653559560,
          "dir": -1,
          "entryPrice": 1845.828,
          "exitPrice": 1847.595,
          "stopDistance": 1.767,
          "outcome": "stop",
          "netR": -1.2377,
          "holdMinutes": 66
        },
        {
          "entryTs": 1653560400,
          "entryUtc": "2022-05-26T10:20:00.000Z",
          "exitTs": 1653564240,
          "dir": -1,
          "entryPrice": 1845.418,
          "exitPrice": 1841.676,
          "stopDistance": 1.871,
          "outcome": "target",
          "netR": 1.8023,
          "holdMinutes": 64
        },
        {
          "entryTs": 1653568500,
          "entryUtc": "2022-05-26T12:35:00.000Z",
          "exitTs": 1653570480,
          "dir": -1,
          "entryPrice": 1844.018,
          "exitPrice": 1846.482,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 33
        },
        {
          "entryTs": 1653577500,
          "entryUtc": "2022-05-26T15:05:00.000Z",
          "exitTs": 1653584520,
          "dir": -1,
          "entryPrice": 1844.868,
          "exitPrice": 1847.992,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 117
        },
        {
          "entryTs": 1653597600,
          "entryUtc": "2022-05-26T20:40:00.000Z",
          "exitTs": 1653598380,
          "dir": 1,
          "entryPrice": 1851.698,
          "exitPrice": 1850.757,
          "stopDistance": 0.941,
          "outcome": "stop",
          "netR": -1.4465,
          "holdMinutes": 13
        },
        {
          "entryTs": 1653606600,
          "entryUtc": "2022-05-26T23:10:00.000Z",
          "exitTs": 1653609360,
          "dir": 1,
          "entryPrice": 1851.748,
          "exitPrice": 1853.093,
          "stopDistance": 0.672,
          "outcome": "target",
          "netR": 1.4497,
          "holdMinutes": 46
        },
        {
          "entryTs": 1653616200,
          "entryUtc": "2022-05-27T01:50:00.000Z",
          "exitTs": 1653635700,
          "dir": 1,
          "entryPrice": 1853.338,
          "exitPrice": 1856.698,
          "stopDistance": 1.68,
          "outcome": "target",
          "netR": 1.7798,
          "holdMinutes": 325
        },
        {
          "entryTs": 1653651300,
          "entryUtc": "2022-05-27T11:35:00.000Z",
          "exitTs": 1653652740,
          "dir": 1,
          "entryPrice": 1859.393,
          "exitPrice": 1857.568,
          "stopDistance": 1.825,
          "outcome": "stop",
          "netR": -1.2302,
          "holdMinutes": 24
        },
        {
          "entryTs": 1653657600,
          "entryUtc": "2022-05-27T13:20:00.000Z",
          "exitTs": 1653658560,
          "dir": 1,
          "entryPrice": 1860.713,
          "exitPrice": 1857.474,
          "stopDistance": 3.239,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 16
        },
        {
          "entryTs": 1653677100,
          "entryUtc": "2022-05-27T18:45:00.000Z",
          "exitTs": 1653684900,
          "dir": 1,
          "entryPrice": 1853.623,
          "exitPrice": 1852.462,
          "stopDistance": 1.161,
          "outcome": "stop",
          "netR": -1.3617,
          "holdMinutes": 130
        },
        {
          "entryTs": 1653870600,
          "entryUtc": "2022-05-30T00:30:00.000Z",
          "exitTs": 1653870900,
          "dir": 1,
          "entryPrice": 1851.698,
          "exitPrice": 1850.557,
          "stopDistance": 1.141,
          "outcome": "stop",
          "netR": -1.3682,
          "holdMinutes": 5
        },
        {
          "entryTs": 1653873900,
          "entryUtc": "2022-05-30T01:25:00.000Z",
          "exitTs": 1653874620,
          "dir": 1,
          "entryPrice": 1850.988,
          "exitPrice": 1853.651,
          "stopDistance": 1.331,
          "outcome": "target",
          "netR": 1.7221,
          "holdMinutes": 12
        },
        {
          "entryTs": 1653894900,
          "entryUtc": "2022-05-30T07:15:00.000Z",
          "exitTs": 1653896220,
          "dir": 1,
          "entryPrice": 1862.963,
          "exitPrice": 1861.233,
          "stopDistance": 1.73,
          "outcome": "stop",
          "netR": -1.2428,
          "holdMinutes": 22
        },
        {
          "entryTs": 1653915900,
          "entryUtc": "2022-05-30T13:05:00.000Z",
          "exitTs": 1653916680,
          "dir": 1,
          "entryPrice": 1856.108,
          "exitPrice": 1858.498,
          "stopDistance": 1.195,
          "outcome": "target",
          "netR": 1.6904,
          "holdMinutes": 13
        },
        {
          "entryTs": 1653920400,
          "entryUtc": "2022-05-30T14:20:00.000Z",
          "exitTs": 1653925500,
          "dir": 1,
          "entryPrice": 1857.898,
          "exitPrice": 1855.801,
          "stopDistance": 2.097,
          "outcome": "stop",
          "netR": -1.2003,
          "holdMinutes": 85
        },
        {
          "entryTs": 1653948900,
          "entryUtc": "2022-05-30T22:15:00.000Z",
          "exitTs": 1653950040,
          "dir": 1,
          "entryPrice": 1856.478,
          "exitPrice": 1855.368,
          "stopDistance": 1.111,
          "outcome": "stop",
          "netR": -1.3782,
          "holdMinutes": 19
        },
        {
          "entryTs": 1654000200,
          "entryUtc": "2022-05-31T12:30:00.000Z",
          "exitTs": 1654000680,
          "dir": -1,
          "entryPrice": 1847.413,
          "exitPrice": 1850.28,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 8
        },
        {
          "entryTs": 1654001400,
          "entryUtc": "2022-05-31T12:50:00.000Z",
          "exitTs": 1654003260,
          "dir": -1,
          "entryPrice": 1848.968,
          "exitPrice": 1851.904,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 31
        },
        {
          "entryTs": 1654020000,
          "entryUtc": "2022-05-31T18:00:00.000Z",
          "exitTs": 1654024140,
          "dir": -1,
          "entryPrice": 1842.534,
          "exitPrice": 1838.652,
          "stopDistance": 1.941,
          "outcome": "target",
          "netR": 1.8094,
          "holdMinutes": 69
        },
        {
          "entryTs": 1654038000,
          "entryUtc": "2022-05-31T23:00:00.000Z",
          "exitTs": 1654041720,
          "dir": -1,
          "entryPrice": 1837.688,
          "exitPrice": 1835.561,
          "stopDistance": 1.063,
          "outcome": "target",
          "netR": 1.6521,
          "holdMinutes": 62
        },
        {
          "entryTs": 1654056600,
          "entryUtc": "2022-06-01T04:10:00.000Z",
          "exitTs": 1654056780,
          "dir": -1,
          "entryPrice": 1833.598,
          "exitPrice": 1834.972,
          "stopDistance": 1.374,
          "outcome": "stop",
          "netR": -1.3057,
          "holdMinutes": 3
        },
        {
          "entryTs": 1654069500,
          "entryUtc": "2022-06-01T07:45:00.000Z",
          "exitTs": 1654070760,
          "dir": -1,
          "entryPrice": 1832.558,
          "exitPrice": 1834.681,
          "stopDistance": 2.123,
          "outcome": "stop",
          "netR": -1.1979,
          "holdMinutes": 21
        },
        {
          "entryTs": 1654073400,
          "entryUtc": "2022-06-01T08:50:00.000Z",
          "exitTs": 1654086060,
          "dir": -1,
          "entryPrice": 1831.921,
          "exitPrice": 1833.936,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 211
        },
        {
          "entryTs": 1654093800,
          "entryUtc": "2022-06-01T14:30:00.000Z",
          "exitTs": 1654094820,
          "dir": -1,
          "entryPrice": 1839.394,
          "exitPrice": 1842.873,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 17
        },
        {
          "entryTs": 1654132200,
          "entryUtc": "2022-06-02T01:10:00.000Z",
          "exitTs": 1654138020,
          "dir": -1,
          "entryPrice": 1846.254,
          "exitPrice": 1844.009,
          "stopDistance": 1.122,
          "outcome": "target",
          "netR": 1.6703,
          "holdMinutes": 97
        },
        {
          "entryTs": 1654146000,
          "entryUtc": "2022-06-02T05:00:00.000Z",
          "exitTs": 1654147800,
          "dir": -1,
          "entryPrice": 1845.018,
          "exitPrice": 1846.079,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3957,
          "holdMinutes": 30
        },
        {
          "entryTs": 1654174800,
          "entryUtc": "2022-06-02T13:00:00.000Z",
          "exitTs": 1654176360,
          "dir": 1,
          "entryPrice": 1856.508,
          "exitPrice": 1862.331,
          "stopDistance": 2.911,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 26
        },
        {
          "entryTs": 1654191600,
          "entryUtc": "2022-06-02T17:40:00.000Z",
          "exitTs": 1654216260,
          "dir": 1,
          "entryPrice": 1868.453,
          "exitPrice": 1871.649,
          "stopDistance": 1.598,
          "outcome": "target",
          "netR": 1.7685,
          "holdMinutes": 411
        },
        {
          "entryTs": 1654236600,
          "entryUtc": "2022-06-03T06:10:00.000Z",
          "exitTs": 1654236720,
          "dir": 1,
          "entryPrice": 1868.723,
          "exitPrice": 1867.559,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.3607,
          "holdMinutes": 2
        },
        {
          "entryTs": 1654251000,
          "entryUtc": "2022-06-03T10:10:00.000Z",
          "exitTs": 1654251960,
          "dir": 1,
          "entryPrice": 1866.028,
          "exitPrice": 1864.86,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3595,
          "holdMinutes": 16
        },
        {
          "entryTs": 1654253400,
          "entryUtc": "2022-06-03T10:50:00.000Z",
          "exitTs": 1654256160,
          "dir": 1,
          "entryPrice": 1865.178,
          "exitPrice": 1867.484,
          "stopDistance": 1.153,
          "outcome": "target",
          "netR": 1.6791,
          "holdMinutes": 46
        },
        {
          "entryTs": 1654258800,
          "entryUtc": "2022-06-03T12:20:00.000Z",
          "exitTs": 1654258980,
          "dir": 1,
          "entryPrice": 1866.033,
          "exitPrice": 1864.203,
          "stopDistance": 1.83,
          "outcome": "stop",
          "netR": -1.2295,
          "holdMinutes": 3
        },
        {
          "entryTs": 1654264800,
          "entryUtc": "2022-06-03T14:00:00.000Z",
          "exitTs": 1654266240,
          "dir": 1,
          "entryPrice": 1863.308,
          "exitPrice": 1859.909,
          "stopDistance": 3.399,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 24
        },
        {
          "entryTs": 1654283700,
          "entryUtc": "2022-06-03T19:15:00.000Z",
          "exitTs": 1654284240,
          "dir": -1,
          "entryPrice": 1848.664,
          "exitPrice": 1850.027,
          "stopDistance": 1.363,
          "outcome": "stop",
          "netR": -1.3081,
          "holdMinutes": 9
        },
        {
          "entryTs": 1654468200,
          "entryUtc": "2022-06-05T22:30:00.000Z",
          "exitTs": 1654468680,
          "dir": -1,
          "entryPrice": 1850.068,
          "exitPrice": 1851.141,
          "stopDistance": 1.073,
          "outcome": "stop",
          "netR": -1.3913,
          "holdMinutes": 8
        },
        {
          "entryTs": 1654475700,
          "entryUtc": "2022-06-06T00:35:00.000Z",
          "exitTs": 1654477380,
          "dir": -1,
          "entryPrice": 1850.808,
          "exitPrice": 1851.96,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3646,
          "holdMinutes": 28
        },
        {
          "entryTs": 1654546500,
          "entryUtc": "2022-06-06T20:15:00.000Z",
          "exitTs": 1654557660,
          "dir": -1,
          "entryPrice": 1841.678,
          "exitPrice": 1839.726,
          "stopDistance": 0.976,
          "outcome": "target",
          "netR": 1.621,
          "holdMinutes": 186
        },
        {
          "entryTs": 1654580400,
          "entryUtc": "2022-06-07T05:40:00.000Z",
          "exitTs": 1654581840,
          "dir": -1,
          "entryPrice": 1841.193,
          "exitPrice": 1838.529,
          "stopDistance": 1.332,
          "outcome": "target",
          "netR": 1.7222,
          "holdMinutes": 24
        },
        {
          "entryTs": 1654603200,
          "entryUtc": "2022-06-07T12:00:00.000Z",
          "exitTs": 1654603740,
          "dir": -1,
          "entryPrice": 1847.278,
          "exitPrice": 1848.828,
          "stopDistance": 1.55,
          "outcome": "stop",
          "netR": -1.2709,
          "holdMinutes": 9
        },
        {
          "entryTs": 1654646400,
          "entryUtc": "2022-06-08T00:00:00.000Z",
          "exitTs": 1654646460,
          "dir": 1,
          "entryPrice": 1853.548,
          "exitPrice": 1852.612,
          "stopDistance": 0.936,
          "outcome": "stop",
          "netR": -1.4487,
          "holdMinutes": 1
        },
        {
          "entryTs": 1654666200,
          "entryUtc": "2022-06-08T05:30:00.000Z",
          "exitTs": 1654666620,
          "dir": -1,
          "entryPrice": 1847.354,
          "exitPrice": 1848.389,
          "stopDistance": 1.035,
          "outcome": "stop",
          "netR": -1.4058,
          "holdMinutes": 7
        },
        {
          "entryTs": 1654672800,
          "entryUtc": "2022-06-08T07:20:00.000Z",
          "exitTs": 1654673700,
          "dir": -1,
          "entryPrice": 1847.118,
          "exitPrice": 1848.547,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2938,
          "holdMinutes": 15
        },
        {
          "entryTs": 1654677300,
          "entryUtc": "2022-06-08T08:35:00.000Z",
          "exitTs": 1654680720,
          "dir": -1,
          "entryPrice": 1847.313,
          "exitPrice": 1848.962,
          "stopDistance": 1.649,
          "outcome": "stop",
          "netR": -1.2547,
          "holdMinutes": 57
        },
        {
          "entryTs": 1654685400,
          "entryUtc": "2022-06-08T10:50:00.000Z",
          "exitTs": 1654687380,
          "dir": -1,
          "entryPrice": 1847.913,
          "exitPrice": 1849.456,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2722,
          "holdMinutes": 33
        },
        {
          "entryTs": 1654692300,
          "entryUtc": "2022-06-08T12:45:00.000Z",
          "exitTs": 1654697940,
          "dir": 1,
          "entryPrice": 1851.127,
          "exitPrice": 1856.125,
          "stopDistance": 2.499,
          "outcome": "target",
          "netR": 1.8519,
          "holdMinutes": 94
        },
        {
          "entryTs": 1654726800,
          "entryUtc": "2022-06-08T22:20:00.000Z",
          "exitTs": 1654735260,
          "dir": 1,
          "entryPrice": 1853.248,
          "exitPrice": 1852.032,
          "stopDistance": 1.216,
          "outcome": "stop",
          "netR": -1.3453,
          "holdMinutes": 141
        },
        {
          "entryTs": 1654743300,
          "entryUtc": "2022-06-09T02:55:00.000Z",
          "exitTs": 1654746360,
          "dir": 1,
          "entryPrice": 1852.538,
          "exitPrice": 1854.685,
          "stopDistance": 1.074,
          "outcome": "target",
          "netR": 1.6554,
          "holdMinutes": 51
        },
        {
          "entryTs": 1654771200,
          "entryUtc": "2022-06-09T10:40:00.000Z",
          "exitTs": 1654775340,
          "dir": -1,
          "entryPrice": 1848.694,
          "exitPrice": 1845.62,
          "stopDistance": 1.537,
          "outcome": "target",
          "netR": 1.7593,
          "holdMinutes": 69
        },
        {
          "entryTs": 1654782300,
          "entryUtc": "2022-06-09T13:45:00.000Z",
          "exitTs": 1654782720,
          "dir": -1,
          "entryPrice": 1846.085,
          "exitPrice": 1849.362,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 7
        },
        {
          "entryTs": 1654800000,
          "entryUtc": "2022-06-09T18:40:00.000Z",
          "exitTs": 1654800600,
          "dir": -1,
          "entryPrice": 1847.708,
          "exitPrice": 1849.087,
          "stopDistance": 1.379,
          "outcome": "stop",
          "netR": -1.3045,
          "holdMinutes": 10
        },
        {
          "entryTs": 1654802700,
          "entryUtc": "2022-06-09T19:25:00.000Z",
          "exitTs": 1654824180,
          "dir": -1,
          "entryPrice": 1847.865,
          "exitPrice": 1845.137,
          "stopDistance": 1.364,
          "outcome": "target",
          "netR": 1.7287,
          "holdMinutes": 358
        },
        {
          "entryTs": 1654824300,
          "entryUtc": "2022-06-10T01:25:00.000Z",
          "exitTs": 1654824720,
          "dir": -1,
          "entryPrice": 1845.255,
          "exitPrice": 1846.367,
          "stopDistance": 1.112,
          "outcome": "stop",
          "netR": -1.3777,
          "holdMinutes": 7
        },
        {
          "entryTs": 1654842300,
          "entryUtc": "2022-06-10T06:25:00.000Z",
          "exitTs": 1654844460,
          "dir": -1,
          "entryPrice": 1844.198,
          "exitPrice": 1845.35,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3645,
          "holdMinutes": 36
        },
        {
          "entryTs": 1654845600,
          "entryUtc": "2022-06-10T07:20:00.000Z",
          "exitTs": 1654845780,
          "dir": -1,
          "entryPrice": 1843.808,
          "exitPrice": 1845.13,
          "stopDistance": 1.322,
          "outcome": "stop",
          "netR": -1.3176,
          "holdMinutes": 3
        },
        {
          "entryTs": 1654850100,
          "entryUtc": "2022-06-10T08:35:00.000Z",
          "exitTs": 1654859940,
          "dir": -1,
          "entryPrice": 1844.408,
          "exitPrice": 1840.944,
          "stopDistance": 1.732,
          "outcome": "target",
          "netR": 1.7864,
          "holdMinutes": 164
        },
        {
          "entryTs": 1654867500,
          "entryUtc": "2022-06-10T13:25:00.000Z",
          "exitTs": 1654871100,
          "dir": -1,
          "entryPrice": 1833.164,
          "exitPrice": 1838.273,
          "stopDistance": 5.109,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 60
        },
        {
          "entryTs": 1654890600,
          "entryUtc": "2022-06-10T19:50:00.000Z",
          "exitTs": 1654892100,
          "dir": 1,
          "entryPrice": 1872.723,
          "exitPrice": 1870.769,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.2149,
          "holdMinutes": 25
        },
        {
          "entryTs": 1655071500,
          "entryUtc": "2022-06-12T22:05:00.000Z",
          "exitTs": 1655072340,
          "dir": 1,
          "entryPrice": 1878.048,
          "exitPrice": 1875.88,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 14
        },
        {
          "entryTs": 1655097300,
          "entryUtc": "2022-06-13T05:15:00.000Z",
          "exitTs": 1655098620,
          "dir": 1,
          "entryPrice": 1865.358,
          "exitPrice": 1863.835,
          "stopDistance": 1.523,
          "outcome": "stop",
          "netR": -1.2757,
          "holdMinutes": 22
        },
        {
          "entryTs": 1655117100,
          "entryUtc": "2022-06-13T10:45:00.000Z",
          "exitTs": 1655121120,
          "dir": 1,
          "entryPrice": 1857.308,
          "exitPrice": 1854.913,
          "stopDistance": 2.395,
          "outcome": "stop",
          "netR": -1.1754,
          "holdMinutes": 67
        },
        {
          "entryTs": 1655140200,
          "entryUtc": "2022-06-13T17:10:00.000Z",
          "exitTs": 1655147160,
          "dir": -1,
          "entryPrice": 1829.293,
          "exitPrice": 1824.006,
          "stopDistance": 2.644,
          "outcome": "target",
          "netR": 1.86,
          "holdMinutes": 116
        },
        {
          "entryTs": 1655163900,
          "entryUtc": "2022-06-13T23:45:00.000Z",
          "exitTs": 1655164260,
          "dir": -1,
          "entryPrice": 1817.958,
          "exitPrice": 1820.01,
          "stopDistance": 2.052,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 6
        },
        {
          "entryTs": 1655181600,
          "entryUtc": "2022-06-14T04:40:00.000Z",
          "exitTs": 1655184960,
          "dir": -1,
          "entryPrice": 1824.683,
          "exitPrice": 1826.102,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.2959,
          "holdMinutes": 56
        },
        {
          "entryTs": 1655193000,
          "entryUtc": "2022-06-14T07:50:00.000Z",
          "exitTs": 1655194380,
          "dir": -1,
          "entryPrice": 1827.508,
          "exitPrice": 1830.042,
          "stopDistance": 2.534,
          "outcome": "stop",
          "netR": -1.1658,
          "holdMinutes": 23
        },
        {
          "entryTs": 1655196600,
          "entryUtc": "2022-06-14T08:50:00.000Z",
          "exitTs": 1655202120,
          "dir": -1,
          "entryPrice": 1826.218,
          "exitPrice": 1821.061,
          "stopDistance": 2.579,
          "outcome": "target",
          "netR": 1.8565,
          "holdMinutes": 92
        },
        {
          "entryTs": 1655212500,
          "entryUtc": "2022-06-14T13:15:00.000Z",
          "exitTs": 1655221080,
          "dir": -1,
          "entryPrice": 1819.468,
          "exitPrice": 1812.382,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 143
        },
        {
          "entryTs": 1655244300,
          "entryUtc": "2022-06-14T22:05:00.000Z",
          "exitTs": 1655245500,
          "dir": -1,
          "entryPrice": 1807.363,
          "exitPrice": 1808.942,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.266,
          "holdMinutes": 20
        },
        {
          "entryTs": 1655248800,
          "entryUtc": "2022-06-14T23:20:00.000Z",
          "exitTs": 1655249100,
          "dir": -1,
          "entryPrice": 1807.878,
          "exitPrice": 1809.227,
          "stopDistance": 1.349,
          "outcome": "stop",
          "netR": -1.3114,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655264400,
          "entryUtc": "2022-06-15T03:40:00.000Z",
          "exitTs": 1655265000,
          "dir": -1,
          "entryPrice": 1814.388,
          "exitPrice": 1815.779,
          "stopDistance": 1.391,
          "outcome": "stop",
          "netR": -1.302,
          "holdMinutes": 10
        },
        {
          "entryTs": 1655267700,
          "entryUtc": "2022-06-15T04:35:00.000Z",
          "exitTs": 1655270820,
          "dir": -1,
          "entryPrice": 1814.648,
          "exitPrice": 1815.826,
          "stopDistance": 1.179,
          "outcome": "stop",
          "netR": -1.3564,
          "holdMinutes": 52
        },
        {
          "entryTs": 1655281200,
          "entryUtc": "2022-06-15T08:20:00.000Z",
          "exitTs": 1655282400,
          "dir": -1,
          "entryPrice": 1817.884,
          "exitPrice": 1820.472,
          "stopDistance": 2.588,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 20
        },
        {
          "entryTs": 1655299500,
          "entryUtc": "2022-06-15T13:25:00.000Z",
          "exitTs": 1655302140,
          "dir": -1,
          "entryPrice": 1828.458,
          "exitPrice": 1821.351,
          "stopDistance": 3.553,
          "outcome": "target",
          "netR": 1.8959,
          "holdMinutes": 44
        },
        {
          "entryTs": 1655311500,
          "entryUtc": "2022-06-15T16:45:00.000Z",
          "exitTs": 1655316180,
          "dir": -1,
          "entryPrice": 1821.138,
          "exitPrice": 1816.188,
          "stopDistance": 2.475,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 78
        },
        {
          "entryTs": 1655335500,
          "entryUtc": "2022-06-15T23:25:00.000Z",
          "exitTs": 1655337720,
          "dir": -1,
          "entryPrice": 1833.038,
          "exitPrice": 1835.25,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 37
        },
        {
          "entryTs": 1655341800,
          "entryUtc": "2022-06-16T01:10:00.000Z",
          "exitTs": 1655361780,
          "dir": -1,
          "entryPrice": 1832.918,
          "exitPrice": 1829.007,
          "stopDistance": 1.955,
          "outcome": "target",
          "netR": 1.8108,
          "holdMinutes": 333
        },
        {
          "entryTs": 1655373300,
          "entryUtc": "2022-06-16T09:55:00.000Z",
          "exitTs": 1655374140,
          "dir": -1,
          "entryPrice": 1829.538,
          "exitPrice": 1823.805,
          "stopDistance": 2.866,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 14
        },
        {
          "entryTs": 1655389200,
          "entryUtc": "2022-06-16T14:20:00.000Z",
          "exitTs": 1655390280,
          "dir": -1,
          "entryPrice": 1826.728,
          "exitPrice": 1830.757,
          "stopDistance": 4.029,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 18
        },
        {
          "entryTs": 1655441700,
          "entryUtc": "2022-06-17T04:55:00.000Z",
          "exitTs": 1655449200,
          "dir": 1,
          "entryPrice": 1844.888,
          "exitPrice": 1843.274,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2602,
          "holdMinutes": 125
        },
        {
          "entryTs": 1655451300,
          "entryUtc": "2022-06-17T07:35:00.000Z",
          "exitTs": 1655456820,
          "dir": 1,
          "entryPrice": 1847.458,
          "exitPrice": 1851.689,
          "stopDistance": 2.116,
          "outcome": "target",
          "netR": 1.8251,
          "holdMinutes": 92
        },
        {
          "entryTs": 1655467200,
          "entryUtc": "2022-06-17T12:00:00.000Z",
          "exitTs": 1655467500,
          "dir": 1,
          "entryPrice": 1848.008,
          "exitPrice": 1846.051,
          "stopDistance": 1.957,
          "outcome": "stop",
          "netR": -1.2146,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655469000,
          "entryUtc": "2022-06-17T12:30:00.000Z",
          "exitTs": 1655472420,
          "dir": 1,
          "entryPrice": 1848.468,
          "exitPrice": 1845.753,
          "stopDistance": 2.715,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 57
        },
        {
          "entryTs": 1655480400,
          "entryUtc": "2022-06-17T15:40:00.000Z",
          "exitTs": 1655481300,
          "dir": 1,
          "entryPrice": 1844.818,
          "exitPrice": 1841.33,
          "stopDistance": 3.488,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 15
        },
        {
          "entryTs": 1655676600,
          "entryUtc": "2022-06-19T22:10:00.000Z",
          "exitTs": 1655676900,
          "dir": -1,
          "entryPrice": 1835.278,
          "exitPrice": 1837.055,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2364,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655681100,
          "entryUtc": "2022-06-19T23:25:00.000Z",
          "exitTs": 1655681640,
          "dir": -1,
          "entryPrice": 1837.518,
          "exitPrice": 1838.908,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3021,
          "holdMinutes": 9
        },
        {
          "entryTs": 1655682600,
          "entryUtc": "2022-06-19T23:50:00.000Z",
          "exitTs": 1655686440,
          "dir": -1,
          "entryPrice": 1838.238,
          "exitPrice": 1839.619,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3041,
          "holdMinutes": 64
        },
        {
          "entryTs": 1655690400,
          "entryUtc": "2022-06-20T02:00:00.000Z",
          "exitTs": 1655692740,
          "dir": -1,
          "entryPrice": 1836.718,
          "exitPrice": 1838.719,
          "stopDistance": 2.001,
          "outcome": "stop",
          "netR": -1.2099,
          "holdMinutes": 39
        },
        {
          "entryTs": 1655718900,
          "entryUtc": "2022-06-20T09:55:00.000Z",
          "exitTs": 1655719620,
          "dir": -1,
          "entryPrice": 1840.438,
          "exitPrice": 1837.016,
          "stopDistance": 1.711,
          "outcome": "target",
          "netR": 1.7838,
          "holdMinutes": 12
        },
        {
          "entryTs": 1655733900,
          "entryUtc": "2022-06-20T14:05:00.000Z",
          "exitTs": 1655763900,
          "dir": -1,
          "entryPrice": 1837.993,
          "exitPrice": 1838.138,
          "stopDistance": 1.951,
          "outcome": "time",
          "netR": -0.2639,
          "holdMinutes": 500
        },
        {
          "entryTs": 1655802000,
          "entryUtc": "2022-06-21T09:00:00.000Z",
          "exitTs": 1655802960,
          "dir": -1,
          "entryPrice": 1834.495,
          "exitPrice": 1836.414,
          "stopDistance": 1.919,
          "outcome": "stop",
          "netR": -1.2189,
          "holdMinutes": 16
        },
        {
          "entryTs": 1655807100,
          "entryUtc": "2022-06-21T10:25:00.000Z",
          "exitTs": 1655813280,
          "dir": -1,
          "entryPrice": 1833.943,
          "exitPrice": 1835.805,
          "stopDistance": 1.862,
          "outcome": "stop",
          "netR": -1.2256,
          "holdMinutes": 103
        },
        {
          "entryTs": 1655818800,
          "entryUtc": "2022-06-21T13:40:00.000Z",
          "exitTs": 1655819100,
          "dir": -1,
          "entryPrice": 1833.608,
          "exitPrice": 1836.332,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 5
        },
        {
          "entryTs": 1655849700,
          "entryUtc": "2022-06-21T22:15:00.000Z",
          "exitTs": 1655850240,
          "dir": -1,
          "entryPrice": 1830.578,
          "exitPrice": 1831.944,
          "stopDistance": 1.366,
          "outcome": "stop",
          "netR": -1.3074,
          "holdMinutes": 9
        },
        {
          "entryTs": 1655871000,
          "entryUtc": "2022-06-22T04:10:00.000Z",
          "exitTs": 1655878320,
          "dir": -1,
          "entryPrice": 1827.418,
          "exitPrice": 1824.353,
          "stopDistance": 1.532,
          "outcome": "target",
          "netR": 1.7585,
          "holdMinutes": 122
        },
        {
          "entryTs": 1655885700,
          "entryUtc": "2022-06-22T08:15:00.000Z",
          "exitTs": 1655889960,
          "dir": -1,
          "entryPrice": 1823.918,
          "exitPrice": 1826.421,
          "stopDistance": 2.503,
          "outcome": "stop",
          "netR": -1.1678,
          "holdMinutes": 71
        },
        {
          "entryTs": 1655920500,
          "entryUtc": "2022-06-22T17:55:00.000Z",
          "exitTs": 1655923800,
          "dir": 1,
          "entryPrice": 1839.883,
          "exitPrice": 1837.988,
          "stopDistance": 1.895,
          "outcome": "stop",
          "netR": -1.2217,
          "holdMinutes": 55
        },
        {
          "entryTs": 1655938500,
          "entryUtc": "2022-06-22T22:55:00.000Z",
          "exitTs": 1655941680,
          "dir": -1,
          "entryPrice": 1837.718,
          "exitPrice": 1836.416,
          "stopDistance": 0.651,
          "outcome": "target",
          "netR": 1.4315,
          "holdMinutes": 53
        },
        {
          "entryTs": 1655948400,
          "entryUtc": "2022-06-23T01:40:00.000Z",
          "exitTs": 1655949480,
          "dir": -1,
          "entryPrice": 1835.898,
          "exitPrice": 1833.183,
          "stopDistance": 1.357,
          "outcome": "target",
          "netR": 1.7274,
          "holdMinutes": 18
        },
        {
          "entryTs": 1656030900,
          "entryUtc": "2022-06-24T00:35:00.000Z",
          "exitTs": 1656031620,
          "dir": -1,
          "entryPrice": 1822.748,
          "exitPrice": 1824.092,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3124,
          "holdMinutes": 12
        },
        {
          "entryTs": 1656044400,
          "entryUtc": "2022-06-24T04:20:00.000Z",
          "exitTs": 1656045300,
          "dir": -1,
          "entryPrice": 1824.733,
          "exitPrice": 1822.379,
          "stopDistance": 1.177,
          "outcome": "target",
          "netR": 1.6857,
          "holdMinutes": 15
        },
        {
          "entryTs": 1656051000,
          "entryUtc": "2022-06-24T06:10:00.000Z",
          "exitTs": 1656055080,
          "dir": -1,
          "entryPrice": 1823.448,
          "exitPrice": 1824.924,
          "stopDistance": 1.476,
          "outcome": "stop",
          "netR": -1.2845,
          "holdMinutes": 68
        },
        {
          "entryTs": 1656068400,
          "entryUtc": "2022-06-24T11:00:00.000Z",
          "exitTs": 1656075660,
          "dir": -1,
          "entryPrice": 1825.083,
          "exitPrice": 1821.231,
          "stopDistance": 1.926,
          "outcome": "target",
          "netR": 1.8079,
          "holdMinutes": 121
        },
        {
          "entryTs": 1656079200,
          "entryUtc": "2022-06-24T14:00:00.000Z",
          "exitTs": 1656079200,
          "dir": -1,
          "entryPrice": 1822.546,
          "exitPrice": 1826.279,
          "stopDistance": 3.733,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 0
        },
        {
          "entryTs": 1656087900,
          "entryUtc": "2022-06-24T16:25:00.000Z",
          "exitTs": 1656094200,
          "dir": -1,
          "entryPrice": 1826.788,
          "exitPrice": 1829.105,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 105
        },
        {
          "entryTs": 1656098100,
          "entryUtc": "2022-06-24T19:15:00.000Z",
          "exitTs": 1656100560,
          "dir": -1,
          "entryPrice": 1826.988,
          "exitPrice": 1824.297,
          "stopDistance": 1.346,
          "outcome": "target",
          "netR": 1.725,
          "holdMinutes": 41
        },
        {
          "entryTs": 1656288300,
          "entryUtc": "2022-06-27T00:05:00.000Z",
          "exitTs": 1656292500,
          "dir": -1,
          "entryPrice": 1830.428,
          "exitPrice": 1832.191,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2382,
          "holdMinutes": 70
        },
        {
          "entryTs": 1656311400,
          "entryUtc": "2022-06-27T06:30:00.000Z",
          "exitTs": 1656313140,
          "dir": 1,
          "entryPrice": 1835.948,
          "exitPrice": 1838.67,
          "stopDistance": 1.361,
          "outcome": "target",
          "netR": 1.7281,
          "holdMinutes": 29
        },
        {
          "entryTs": 1656318600,
          "entryUtc": "2022-06-27T08:30:00.000Z",
          "exitTs": 1656327720,
          "dir": 1,
          "entryPrice": 1838.533,
          "exitPrice": 1836.192,
          "stopDistance": 2.341,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 152
        },
        {
          "entryTs": 1656349500,
          "entryUtc": "2022-06-27T17:05:00.000Z",
          "exitTs": 1656379500,
          "dir": -1,
          "entryPrice": 1823.898,
          "exitPrice": 1824.898,
          "stopDistance": 2.364,
          "outcome": "time",
          "netR": -0.5794,
          "holdMinutes": 500
        },
        {
          "entryTs": 1656382800,
          "entryUtc": "2022-06-28T02:20:00.000Z",
          "exitTs": 1656383400,
          "dir": -1,
          "entryPrice": 1823.328,
          "exitPrice": 1824.575,
          "stopDistance": 1.247,
          "outcome": "stop",
          "netR": -1.3369,
          "holdMinutes": 10
        },
        {
          "entryTs": 1656395400,
          "entryUtc": "2022-06-28T05:50:00.000Z",
          "exitTs": 1656396420,
          "dir": -1,
          "entryPrice": 1825.418,
          "exitPrice": 1826.384,
          "stopDistance": 0.966,
          "outcome": "stop",
          "netR": -1.4348,
          "holdMinutes": 17
        },
        {
          "entryTs": 1656407100,
          "entryUtc": "2022-06-28T09:05:00.000Z",
          "exitTs": 1656413040,
          "dir": -1,
          "entryPrice": 1826.398,
          "exitPrice": 1823.153,
          "stopDistance": 1.623,
          "outcome": "target",
          "netR": 1.772,
          "holdMinutes": 99
        },
        {
          "entryTs": 1656418800,
          "entryUtc": "2022-06-28T12:20:00.000Z",
          "exitTs": 1656419880,
          "dir": -1,
          "entryPrice": 1822.598,
          "exitPrice": 1824.764,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 18
        },
        {
          "entryTs": 1656423900,
          "entryUtc": "2022-06-28T13:45:00.000Z",
          "exitTs": 1656426060,
          "dir": -1,
          "entryPrice": 1822.343,
          "exitPrice": 1824.925,
          "stopDistance": 2.582,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 36
        },
        {
          "entryTs": 1656426900,
          "entryUtc": "2022-06-28T14:35:00.000Z",
          "exitTs": 1656456900,
          "dir": -1,
          "entryPrice": 1821.823,
          "exitPrice": 1819.513,
          "stopDistance": 2.863,
          "outcome": "time",
          "netR": 0.6776,
          "holdMinutes": 500
        },
        {
          "entryTs": 1656464100,
          "entryUtc": "2022-06-29T00:55:00.000Z",
          "exitTs": 1656464160,
          "dir": -1,
          "entryPrice": 1818.698,
          "exitPrice": 1819.477,
          "stopDistance": 0.779,
          "outcome": "stop",
          "netR": -1.5391,
          "holdMinutes": 1
        },
        {
          "entryTs": 1656472800,
          "entryUtc": "2022-06-29T03:20:00.000Z",
          "exitTs": 1656475620,
          "dir": -1,
          "entryPrice": 1820.258,
          "exitPrice": 1821.296,
          "stopDistance": 1.038,
          "outcome": "stop",
          "netR": -1.4047,
          "holdMinutes": 47
        },
        {
          "entryTs": 1656480300,
          "entryUtc": "2022-06-29T05:25:00.000Z",
          "exitTs": 1656481620,
          "dir": -1,
          "entryPrice": 1820.708,
          "exitPrice": 1821.777,
          "stopDistance": 1.069,
          "outcome": "stop",
          "netR": -1.3927,
          "holdMinutes": 22
        },
        {
          "entryTs": 1656482700,
          "entryUtc": "2022-06-29T06:05:00.000Z",
          "exitTs": 1656482940,
          "dir": -1,
          "entryPrice": 1820.108,
          "exitPrice": 1821.351,
          "stopDistance": 1.243,
          "outcome": "stop",
          "netR": -1.338,
          "holdMinutes": 4
        },
        {
          "entryTs": 1656521100,
          "entryUtc": "2022-06-29T16:45:00.000Z",
          "exitTs": 1656548760,
          "dir": -1,
          "entryPrice": 1817.258,
          "exitPrice": 1819.397,
          "stopDistance": 2.139,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 461
        },
        {
          "entryTs": 1656558900,
          "entryUtc": "2022-06-30T03:15:00.000Z",
          "exitTs": 1656561600,
          "dir": -1,
          "entryPrice": 1819.228,
          "exitPrice": 1816.967,
          "stopDistance": 1.13,
          "outcome": "target",
          "netR": 1.6727,
          "holdMinutes": 45
        },
        {
          "entryTs": 1656570900,
          "entryUtc": "2022-06-30T06:35:00.000Z",
          "exitTs": 1656571140,
          "dir": -1,
          "entryPrice": 1816.058,
          "exitPrice": 1817.312,
          "stopDistance": 1.254,
          "outcome": "stop",
          "netR": -1.335,
          "holdMinutes": 4
        },
        {
          "entryTs": 1656574200,
          "entryUtc": "2022-06-30T07:30:00.000Z",
          "exitTs": 1656575100,
          "dir": -1,
          "entryPrice": 1816.038,
          "exitPrice": 1813.168,
          "stopDistance": 1.435,
          "outcome": "target",
          "netR": 1.7422,
          "holdMinutes": 15
        },
        {
          "entryTs": 1656599400,
          "entryUtc": "2022-06-30T14:30:00.000Z",
          "exitTs": 1656600540,
          "dir": -1,
          "entryPrice": 1812.408,
          "exitPrice": 1804.959,
          "stopDistance": 3.725,
          "outcome": "target",
          "netR": 1.9007,
          "holdMinutes": 19
        },
        {
          "entryTs": 1656607500,
          "entryUtc": "2022-06-30T16:45:00.000Z",
          "exitTs": 1656636120,
          "dir": -1,
          "entryPrice": 1809.018,
          "exitPrice": 1803.44,
          "stopDistance": 2.789,
          "outcome": "target",
          "netR": 1.8673,
          "holdMinutes": 477
        },
        {
          "entryTs": 1656669900,
          "entryUtc": "2022-07-01T10:05:00.000Z",
          "exitTs": 1656672060,
          "dir": -1,
          "entryPrice": 1793.868,
          "exitPrice": 1789.832,
          "stopDistance": 2.018,
          "outcome": "target",
          "netR": 1.8167,
          "holdMinutes": 36
        },
        {
          "entryTs": 1656693900,
          "entryUtc": "2022-07-01T16:45:00.000Z",
          "exitTs": 1656697680,
          "dir": -1,
          "entryPrice": 1801.428,
          "exitPrice": 1804.221,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 63
        },
        {
          "entryTs": 1656892500,
          "entryUtc": "2022-07-03T23:55:00.000Z",
          "exitTs": 1656893340,
          "dir": -1,
          "entryPrice": 1808.468,
          "exitPrice": 1809.681,
          "stopDistance": 1.213,
          "outcome": "stop",
          "netR": -1.3461,
          "holdMinutes": 14
        },
        {
          "entryTs": 1656895500,
          "entryUtc": "2022-07-04T00:45:00.000Z",
          "exitTs": 1656898320,
          "dir": -1,
          "entryPrice": 1808.344,
          "exitPrice": 1805.466,
          "stopDistance": 1.439,
          "outcome": "target",
          "netR": 1.7428,
          "holdMinutes": 47
        },
        {
          "entryTs": 1656915900,
          "entryUtc": "2022-07-04T06:25:00.000Z",
          "exitTs": 1656919860,
          "dir": -1,
          "entryPrice": 1811.562,
          "exitPrice": 1808.951,
          "stopDistance": 1.306,
          "outcome": "target",
          "netR": 1.7166,
          "holdMinutes": 66
        },
        {
          "entryTs": 1656936000,
          "entryUtc": "2022-07-04T12:00:00.000Z",
          "exitTs": 1656936360,
          "dir": -1,
          "entryPrice": 1805.168,
          "exitPrice": 1806.745,
          "stopDistance": 1.577,
          "outcome": "stop",
          "netR": -1.2663,
          "holdMinutes": 6
        },
        {
          "entryTs": 1656947700,
          "entryUtc": "2022-07-04T15:15:00.000Z",
          "exitTs": 1656975480,
          "dir": -1,
          "entryPrice": 1807.584,
          "exitPrice": 1809.115,
          "stopDistance": 1.531,
          "outcome": "stop",
          "netR": -1.2743,
          "holdMinutes": 463
        },
        {
          "entryTs": 1656979800,
          "entryUtc": "2022-07-05T00:10:00.000Z",
          "exitTs": 1656982920,
          "dir": -1,
          "entryPrice": 1807.354,
          "exitPrice": 1808.329,
          "stopDistance": 0.975,
          "outcome": "stop",
          "netR": -1.4309,
          "holdMinutes": 52
        },
        {
          "entryTs": 1657002000,
          "entryUtc": "2022-07-05T06:20:00.000Z",
          "exitTs": 1657003560,
          "dir": -1,
          "entryPrice": 1810.368,
          "exitPrice": 1808.015,
          "stopDistance": 1.177,
          "outcome": "target",
          "netR": 1.6856,
          "holdMinutes": 26
        },
        {
          "entryTs": 1657025400,
          "entryUtc": "2022-07-05T12:50:00.000Z",
          "exitTs": 1657028160,
          "dir": -1,
          "entryPrice": 1799.035,
          "exitPrice": 1791.947,
          "stopDistance": 3.544,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 46
        },
        {
          "entryTs": 1657050000,
          "entryUtc": "2022-07-05T19:40:00.000Z",
          "exitTs": 1657051200,
          "dir": -1,
          "entryPrice": 1766.104,
          "exitPrice": 1767.851,
          "stopDistance": 1.747,
          "outcome": "stop",
          "netR": -1.2404,
          "holdMinutes": 20
        },
        {
          "entryTs": 1657052100,
          "entryUtc": "2022-07-05T20:15:00.000Z",
          "exitTs": 1657062060,
          "dir": -1,
          "entryPrice": 1766.904,
          "exitPrice": 1768.575,
          "stopDistance": 1.671,
          "outcome": "stop",
          "netR": -1.2513,
          "holdMinutes": 166
        },
        {
          "entryTs": 1657072800,
          "entryUtc": "2022-07-06T02:00:00.000Z",
          "exitTs": 1657073100,
          "dir": -1,
          "entryPrice": 1768.358,
          "exitPrice": 1770.28,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2185,
          "holdMinutes": 5
        },
        {
          "entryTs": 1657078800,
          "entryUtc": "2022-07-06T03:40:00.000Z",
          "exitTs": 1657082880,
          "dir": -1,
          "entryPrice": 1770.028,
          "exitPrice": 1766.68,
          "stopDistance": 1.674,
          "outcome": "target",
          "netR": 1.779,
          "holdMinutes": 68
        },
        {
          "entryTs": 1657097100,
          "entryUtc": "2022-07-06T08:45:00.000Z",
          "exitTs": 1657103040,
          "dir": -1,
          "entryPrice": 1765.578,
          "exitPrice": 1760.22,
          "stopDistance": 2.679,
          "outcome": "target",
          "netR": 1.8619,
          "holdMinutes": 99
        },
        {
          "entryTs": 1657110600,
          "entryUtc": "2022-07-06T12:30:00.000Z",
          "exitTs": 1657110900,
          "dir": -1,
          "entryPrice": 1760.058,
          "exitPrice": 1762.786,
          "stopDistance": 2.728,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 5
        },
        {
          "entryTs": 1657115400,
          "entryUtc": "2022-07-06T13:50:00.000Z",
          "exitTs": 1657117020,
          "dir": -1,
          "entryPrice": 1759.905,
          "exitPrice": 1751.896,
          "stopDistance": 4.004,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 27
        },
        {
          "entryTs": 1657140000,
          "entryUtc": "2022-07-06T20:40:00.000Z",
          "exitTs": 1657145040,
          "dir": -1,
          "entryPrice": 1738.238,
          "exitPrice": 1739.89,
          "stopDistance": 1.652,
          "outcome": "stop",
          "netR": -1.2542,
          "holdMinutes": 84
        },
        {
          "entryTs": 1657147500,
          "entryUtc": "2022-07-06T22:45:00.000Z",
          "exitTs": 1657150560,
          "dir": -1,
          "entryPrice": 1738.978,
          "exitPrice": 1740.186,
          "stopDistance": 1.208,
          "outcome": "stop",
          "netR": -1.3476,
          "holdMinutes": 51
        },
        {
          "entryTs": 1657157700,
          "entryUtc": "2022-07-07T01:35:00.000Z",
          "exitTs": 1657158480,
          "dir": -1,
          "entryPrice": 1739.978,
          "exitPrice": 1737.275,
          "stopDistance": 1.351,
          "outcome": "target",
          "netR": 1.7262,
          "holdMinutes": 13
        },
        {
          "entryTs": 1657175100,
          "entryUtc": "2022-07-07T06:25:00.000Z",
          "exitTs": 1657178880,
          "dir": -1,
          "entryPrice": 1744.954,
          "exitPrice": 1741.783,
          "stopDistance": 1.586,
          "outcome": "target",
          "netR": 1.7667,
          "holdMinutes": 63
        },
        {
          "entryTs": 1657189500,
          "entryUtc": "2022-07-07T10:25:00.000Z",
          "exitTs": 1657191960,
          "dir": -1,
          "entryPrice": 1742.508,
          "exitPrice": 1744.533,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 41
        },
        {
          "entryTs": 1657197000,
          "entryUtc": "2022-07-07T12:30:00.000Z",
          "exitTs": 1657200000,
          "dir": -1,
          "entryPrice": 1741.229,
          "exitPrice": 1743.698,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 50
        },
        {
          "entryTs": 1657206000,
          "entryUtc": "2022-07-07T15:00:00.000Z",
          "exitTs": 1657236000,
          "dir": -1,
          "entryPrice": 1741.704,
          "exitPrice": 1739.478,
          "stopDistance": 3.291,
          "outcome": "time",
          "netR": 0.5639,
          "holdMinutes": 500
        },
        {
          "entryTs": 1657246500,
          "entryUtc": "2022-07-08T02:15:00.000Z",
          "exitTs": 1657254060,
          "dir": -1,
          "entryPrice": 1742.648,
          "exitPrice": 1739.867,
          "stopDistance": 1.391,
          "outcome": "target",
          "netR": 1.7339,
          "holdMinutes": 126
        },
        {
          "entryTs": 1657264800,
          "entryUtc": "2022-07-08T07:20:00.000Z",
          "exitTs": 1657265940,
          "dir": -1,
          "entryPrice": 1741.138,
          "exitPrice": 1737.992,
          "stopDistance": 1.573,
          "outcome": "target",
          "netR": 1.7648,
          "holdMinutes": 19
        },
        {
          "entryTs": 1657284300,
          "entryUtc": "2022-07-08T12:45:00.000Z",
          "exitTs": 1657285320,
          "dir": -1,
          "entryPrice": 1736.458,
          "exitPrice": 1740.269,
          "stopDistance": 3.811,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 17
        },
        {
          "entryTs": 1657288200,
          "entryUtc": "2022-07-08T13:50:00.000Z",
          "exitTs": 1657289520,
          "dir": -1,
          "entryPrice": 1737.784,
          "exitPrice": 1741.747,
          "stopDistance": 3.963,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 22
        },
        {
          "entryTs": 1657296000,
          "entryUtc": "2022-07-08T16:00:00.000Z",
          "exitTs": 1657490400,
          "dir": -1,
          "entryPrice": 1742.344,
          "exitPrice": 1741.714,
          "stopDistance": 2.854,
          "outcome": "time",
          "netR": 0.0911,
          "holdMinutes": 3240
        },
        {
          "entryTs": 1657497000,
          "entryUtc": "2022-07-10T23:50:00.000Z",
          "exitTs": 1657501500,
          "dir": -1,
          "entryPrice": 1741.728,
          "exitPrice": 1739.574,
          "stopDistance": 1.077,
          "outcome": "target",
          "netR": 1.6564,
          "holdMinutes": 75
        },
        {
          "entryTs": 1657513500,
          "entryUtc": "2022-07-11T04:25:00.000Z",
          "exitTs": 1657522980,
          "dir": -1,
          "entryPrice": 1741.264,
          "exitPrice": 1738.722,
          "stopDistance": 1.271,
          "outcome": "target",
          "netR": 1.7089,
          "holdMinutes": 158
        },
        {
          "entryTs": 1657531800,
          "entryUtc": "2022-07-11T09:30:00.000Z",
          "exitTs": 1657539480,
          "dir": -1,
          "entryPrice": 1737.488,
          "exitPrice": 1733.951,
          "stopDistance": 1.769,
          "outcome": "target",
          "netR": 1.7908,
          "holdMinutes": 128
        },
        {
          "entryTs": 1657553400,
          "entryUtc": "2022-07-11T15:30:00.000Z",
          "exitTs": 1657568640,
          "dir": -1,
          "entryPrice": 1737.384,
          "exitPrice": 1732.49,
          "stopDistance": 2.447,
          "outcome": "target",
          "netR": 1.8488,
          "holdMinutes": 254
        },
        {
          "entryTs": 1657584000,
          "entryUtc": "2022-07-12T00:00:00.000Z",
          "exitTs": 1657584240,
          "dir": -1,
          "entryPrice": 1733.128,
          "exitPrice": 1733.838,
          "stopDistance": 0.71,
          "outcome": "stop",
          "netR": -1.5918,
          "holdMinutes": 4
        },
        {
          "entryTs": 1657586400,
          "entryUtc": "2022-07-12T00:40:00.000Z",
          "exitTs": 1657587660,
          "dir": -1,
          "entryPrice": 1732.614,
          "exitPrice": 1730.553,
          "stopDistance": 1.03,
          "outcome": "target",
          "netR": 1.6409,
          "holdMinutes": 21
        },
        {
          "entryTs": 1657597500,
          "entryUtc": "2022-07-12T03:45:00.000Z",
          "exitTs": 1657600980,
          "dir": -1,
          "entryPrice": 1732.908,
          "exitPrice": 1728.961,
          "stopDistance": 1.974,
          "outcome": "target",
          "netR": 1.8125,
          "holdMinutes": 58
        },
        {
          "entryTs": 1657618800,
          "entryUtc": "2022-07-12T09:40:00.000Z",
          "exitTs": 1657624680,
          "dir": -1,
          "entryPrice": 1734.304,
          "exitPrice": 1736.449,
          "stopDistance": 2.145,
          "outcome": "stop",
          "netR": -1.1958,
          "holdMinutes": 98
        },
        {
          "entryTs": 1657628700,
          "entryUtc": "2022-07-12T12:25:00.000Z",
          "exitTs": 1657632660,
          "dir": -1,
          "entryPrice": 1733.408,
          "exitPrice": 1728.616,
          "stopDistance": 2.396,
          "outcome": "target",
          "netR": 1.8456,
          "holdMinutes": 66
        },
        {
          "entryTs": 1657643400,
          "entryUtc": "2022-07-12T16:30:00.000Z",
          "exitTs": 1657646760,
          "dir": -1,
          "entryPrice": 1730.478,
          "exitPrice": 1726.563,
          "stopDistance": 1.957,
          "outcome": "target",
          "netR": 1.811,
          "holdMinutes": 56
        },
        {
          "entryTs": 1657653900,
          "entryUtc": "2022-07-12T19:25:00.000Z",
          "exitTs": 1657673700,
          "dir": -1,
          "entryPrice": 1726.258,
          "exitPrice": 1722.991,
          "stopDistance": 1.633,
          "outcome": "target",
          "netR": 1.7735,
          "holdMinutes": 330
        },
        {
          "entryTs": 1657684500,
          "entryUtc": "2022-07-13T03:55:00.000Z",
          "exitTs": 1657690320,
          "dir": -1,
          "entryPrice": 1726.934,
          "exitPrice": 1724.214,
          "stopDistance": 1.36,
          "outcome": "target",
          "netR": 1.7279,
          "holdMinutes": 97
        },
        {
          "entryTs": 1657698000,
          "entryUtc": "2022-07-13T07:40:00.000Z",
          "exitTs": 1657698780,
          "dir": -1,
          "entryPrice": 1724.978,
          "exitPrice": 1726.767,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 13
        },
        {
          "entryTs": 1657715700,
          "entryUtc": "2022-07-13T12:35:00.000Z",
          "exitTs": 1657716060,
          "dir": -1,
          "entryPrice": 1715.901,
          "exitPrice": 1709.114,
          "stopDistance": 3.393,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 6
        },
        {
          "entryTs": 1657735800,
          "entryUtc": "2022-07-13T18:10:00.000Z",
          "exitTs": 1657758240,
          "dir": -1,
          "entryPrice": 1735.455,
          "exitPrice": 1729.691,
          "stopDistance": 2.882,
          "outcome": "target",
          "netR": 1.8716,
          "holdMinutes": 374
        },
        {
          "entryTs": 1657772700,
          "entryUtc": "2022-07-14T04:25:00.000Z",
          "exitTs": 1657774920,
          "dir": -1,
          "entryPrice": 1729.674,
          "exitPrice": 1726.706,
          "stopDistance": 1.484,
          "outcome": "target",
          "netR": 1.7507,
          "holdMinutes": 37
        },
        {
          "entryTs": 1657816500,
          "entryUtc": "2022-07-14T16:35:00.000Z",
          "exitTs": 1657819200,
          "dir": -1,
          "entryPrice": 1705.074,
          "exitPrice": 1708.613,
          "stopDistance": 3.539,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 45
        },
        {
          "entryTs": 1657828500,
          "entryUtc": "2022-07-14T19:55:00.000Z",
          "exitTs": 1657830780,
          "dir": -1,
          "entryPrice": 1708.918,
          "exitPrice": 1710.522,
          "stopDistance": 1.604,
          "outcome": "stop",
          "netR": -1.2619,
          "holdMinutes": 38
        },
        {
          "entryTs": 1657845000,
          "entryUtc": "2022-07-15T00:30:00.000Z",
          "exitTs": 1657845360,
          "dir": -1,
          "entryPrice": 1709.964,
          "exitPrice": 1711.008,
          "stopDistance": 1.044,
          "outcome": "stop",
          "netR": -1.4021,
          "holdMinutes": 6
        },
        {
          "entryTs": 1657846800,
          "entryUtc": "2022-07-15T01:00:00.000Z",
          "exitTs": 1657847820,
          "dir": -1,
          "entryPrice": 1710.424,
          "exitPrice": 1711.634,
          "stopDistance": 1.21,
          "outcome": "stop",
          "netR": -1.3471,
          "holdMinutes": 17
        },
        {
          "entryTs": 1657855200,
          "entryUtc": "2022-07-15T03:20:00.000Z",
          "exitTs": 1657857840,
          "dir": -1,
          "entryPrice": 1711.598,
          "exitPrice": 1707.978,
          "stopDistance": 1.81,
          "outcome": "target",
          "netR": 1.7956,
          "holdMinutes": 44
        },
        {
          "entryTs": 1657878000,
          "entryUtc": "2022-07-15T09:40:00.000Z",
          "exitTs": 1657881540,
          "dir": -1,
          "entryPrice": 1702.138,
          "exitPrice": 1703.879,
          "stopDistance": 1.741,
          "outcome": "stop",
          "netR": -1.2413,
          "holdMinutes": 59
        },
        {
          "entryTs": 1657888500,
          "entryUtc": "2022-07-15T12:35:00.000Z",
          "exitTs": 1657888500,
          "dir": -1,
          "entryPrice": 1701.028,
          "exitPrice": 1703.636,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 0
        },
        {
          "entryTs": 1657893000,
          "entryUtc": "2022-07-15T13:50:00.000Z",
          "exitTs": 1657893600,
          "dir": -1,
          "entryPrice": 1702.32,
          "exitPrice": 1706.545,
          "stopDistance": 4.225,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 10
        },
        {
          "entryTs": 1657901700,
          "entryUtc": "2022-07-15T16:15:00.000Z",
          "exitTs": 1657917720,
          "dir": -1,
          "entryPrice": 1703.524,
          "exitPrice": 1706.344,
          "stopDistance": 2.82,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 267
        },
        {
          "entryTs": 1658105100,
          "entryUtc": "2022-07-18T00:45:00.000Z",
          "exitTs": 1658106060,
          "dir": -1,
          "entryPrice": 1707.544,
          "exitPrice": 1708.86,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3191,
          "holdMinutes": 16
        },
        {
          "entryTs": 1658120100,
          "entryUtc": "2022-07-18T04:55:00.000Z",
          "exitTs": 1658121360,
          "dir": -1,
          "entryPrice": 1714.114,
          "exitPrice": 1715.238,
          "stopDistance": 1.124,
          "outcome": "stop",
          "netR": -1.3738,
          "holdMinutes": 21
        },
        {
          "entryTs": 1658125200,
          "entryUtc": "2022-07-18T06:20:00.000Z",
          "exitTs": 1658128380,
          "dir": -1,
          "entryPrice": 1714.354,
          "exitPrice": 1716.084,
          "stopDistance": 1.73,
          "outcome": "stop",
          "netR": -1.2428,
          "holdMinutes": 53
        },
        {
          "entryTs": 1658139900,
          "entryUtc": "2022-07-18T10:25:00.000Z",
          "exitTs": 1658140740,
          "dir": -1,
          "entryPrice": 1719.284,
          "exitPrice": 1715.69,
          "stopDistance": 1.797,
          "outcome": "target",
          "netR": 1.7941,
          "holdMinutes": 14
        },
        {
          "entryTs": 1658155200,
          "entryUtc": "2022-07-18T14:40:00.000Z",
          "exitTs": 1658170380,
          "dir": -1,
          "entryPrice": 1714.634,
          "exitPrice": 1708.53,
          "stopDistance": 3.052,
          "outcome": "target",
          "netR": 1.8788,
          "holdMinutes": 253
        },
        {
          "entryTs": 1658184600,
          "entryUtc": "2022-07-18T22:50:00.000Z",
          "exitTs": 1658189700,
          "dir": -1,
          "entryPrice": 1708.374,
          "exitPrice": 1706.553,
          "stopDistance": 0.911,
          "outcome": "target",
          "netR": 1.5937,
          "holdMinutes": 85
        },
        {
          "entryTs": 1658211900,
          "entryUtc": "2022-07-19T06:25:00.000Z",
          "exitTs": 1658214120,
          "dir": -1,
          "entryPrice": 1708.518,
          "exitPrice": 1709.964,
          "stopDistance": 1.446,
          "outcome": "stop",
          "netR": -1.2905,
          "holdMinutes": 37
        },
        {
          "entryTs": 1658232300,
          "entryUtc": "2022-07-19T12:05:00.000Z",
          "exitTs": 1658233260,
          "dir": -1,
          "entryPrice": 1714.301,
          "exitPrice": 1710.685,
          "stopDistance": 1.808,
          "outcome": "target",
          "netR": 1.7954,
          "holdMinutes": 16
        },
        {
          "entryTs": 1658238900,
          "entryUtc": "2022-07-19T13:55:00.000Z",
          "exitTs": 1658239920,
          "dir": -1,
          "entryPrice": 1710.954,
          "exitPrice": 1713.524,
          "stopDistance": 2.57,
          "outcome": "stop",
          "netR": -1.1634,
          "holdMinutes": 17
        },
        {
          "entryTs": 1658240400,
          "entryUtc": "2022-07-19T14:20:00.000Z",
          "exitTs": 1658243400,
          "dir": -1,
          "entryPrice": 1711.004,
          "exitPrice": 1713.687,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 50
        },
        {
          "entryTs": 1658248200,
          "entryUtc": "2022-07-19T16:30:00.000Z",
          "exitTs": 1658278200,
          "dir": -1,
          "entryPrice": 1712.628,
          "exitPrice": 1711.438,
          "stopDistance": 1.771,
          "outcome": "time",
          "netR": 0.4631,
          "holdMinutes": 500
        },
        {
          "entryTs": 1658280300,
          "entryUtc": "2022-07-20T01:25:00.000Z",
          "exitTs": 1658280480,
          "dir": -1,
          "entryPrice": 1710.064,
          "exitPrice": 1711.09,
          "stopDistance": 1.026,
          "outcome": "stop",
          "netR": -1.4092,
          "holdMinutes": 3
        },
        {
          "entryTs": 1658292600,
          "entryUtc": "2022-07-20T04:50:00.000Z",
          "exitTs": 1658294400,
          "dir": -1,
          "entryPrice": 1711.485,
          "exitPrice": 1709.467,
          "stopDistance": 1.009,
          "outcome": "target",
          "netR": 1.6333,
          "holdMinutes": 30
        },
        {
          "entryTs": 1658314200,
          "entryUtc": "2022-07-20T10:50:00.000Z",
          "exitTs": 1658319720,
          "dir": -1,
          "entryPrice": 1707.996,
          "exitPrice": 1709.829,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2291,
          "holdMinutes": 92
        },
        {
          "entryTs": 1658325900,
          "entryUtc": "2022-07-20T14:05:00.000Z",
          "exitTs": 1658335560,
          "dir": -1,
          "entryPrice": 1708.454,
          "exitPrice": 1702.939,
          "stopDistance": 2.757,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 161
        },
        {
          "entryTs": 1658372100,
          "entryUtc": "2022-07-21T02:55:00.000Z",
          "exitTs": 1658372400,
          "dir": -1,
          "entryPrice": 1691.235,
          "exitPrice": 1692.834,
          "stopDistance": 1.599,
          "outcome": "stop",
          "netR": -1.2627,
          "holdMinutes": 5
        },
        {
          "entryTs": 1658384700,
          "entryUtc": "2022-07-21T06:25:00.000Z",
          "exitTs": 1658387520,
          "dir": -1,
          "entryPrice": 1690.324,
          "exitPrice": 1687.268,
          "stopDistance": 1.528,
          "outcome": "target",
          "netR": 1.7579,
          "holdMinutes": 47
        },
        {
          "entryTs": 1658442300,
          "entryUtc": "2022-07-21T22:25:00.000Z",
          "exitTs": 1658446440,
          "dir": -1,
          "entryPrice": 1717.328,
          "exitPrice": 1718.626,
          "stopDistance": 1.298,
          "outcome": "stop",
          "netR": -1.3236,
          "holdMinutes": 69
        },
        {
          "entryTs": 1658448600,
          "entryUtc": "2022-07-22T00:10:00.000Z",
          "exitTs": 1658448660,
          "dir": -1,
          "entryPrice": 1717.376,
          "exitPrice": 1718.278,
          "stopDistance": 0.902,
          "outcome": "stop",
          "netR": -1.4655,
          "holdMinutes": 1
        },
        {
          "entryTs": 1658476200,
          "entryUtc": "2022-07-22T07:50:00.000Z",
          "exitTs": 1658477220,
          "dir": -1,
          "entryPrice": 1715.971,
          "exitPrice": 1718.052,
          "stopDistance": 2.081,
          "outcome": "stop",
          "netR": -1.2018,
          "holdMinutes": 17
        },
        {
          "entryTs": 1658495700,
          "entryUtc": "2022-07-22T13:15:00.000Z",
          "exitTs": 1658496240,
          "dir": 1,
          "entryPrice": 1726.508,
          "exitPrice": 1723.829,
          "stopDistance": 2.679,
          "outcome": "stop",
          "netR": -1.1567,
          "holdMinutes": 9
        },
        {
          "entryTs": 1658497500,
          "entryUtc": "2022-07-22T13:45:00.000Z",
          "exitTs": 1658497560,
          "dir": 1,
          "entryPrice": 1729.598,
          "exitPrice": 1735.765,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 1
        },
        {
          "entryTs": 1658521800,
          "entryUtc": "2022-07-22T20:30:00.000Z",
          "exitTs": 1658700000,
          "dir": 1,
          "entryPrice": 1724.634,
          "exitPrice": 1727.881,
          "stopDistance": 1.623,
          "outcome": "target",
          "netR": 1.7721,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1658713500,
          "entryUtc": "2022-07-25T01:45:00.000Z",
          "exitTs": 1658719200,
          "dir": 1,
          "entryPrice": 1724.934,
          "exitPrice": 1728.439,
          "stopDistance": 1.753,
          "outcome": "target",
          "netR": 1.7889,
          "holdMinutes": 95
        },
        {
          "entryTs": 1658732100,
          "entryUtc": "2022-07-25T06:55:00.000Z",
          "exitTs": 1658734560,
          "dir": 1,
          "entryPrice": 1726.138,
          "exitPrice": 1728.869,
          "stopDistance": 1.366,
          "outcome": "target",
          "netR": 1.7291,
          "holdMinutes": 41
        },
        {
          "entryTs": 1658774400,
          "entryUtc": "2022-07-25T18:40:00.000Z",
          "exitTs": 1658779140,
          "dir": -1,
          "entryPrice": 1718.134,
          "exitPrice": 1719.398,
          "stopDistance": 1.264,
          "outcome": "stop",
          "netR": -1.3323,
          "holdMinutes": 79
        },
        {
          "entryTs": 1658790000,
          "entryUtc": "2022-07-25T23:00:00.000Z",
          "exitTs": 1658794140,
          "dir": -1,
          "entryPrice": 1718.488,
          "exitPrice": 1719.268,
          "stopDistance": 0.78,
          "outcome": "stop",
          "netR": -1.5382,
          "holdMinutes": 69
        },
        {
          "entryTs": 1658817000,
          "entryUtc": "2022-07-26T06:30:00.000Z",
          "exitTs": 1658818320,
          "dir": 1,
          "entryPrice": 1723.504,
          "exitPrice": 1726.088,
          "stopDistance": 1.292,
          "outcome": "target",
          "netR": 1.7136,
          "holdMinutes": 22
        },
        {
          "entryTs": 1658847000,
          "entryUtc": "2022-07-26T14:50:00.000Z",
          "exitTs": 1658847480,
          "dir": -1,
          "entryPrice": 1716.084,
          "exitPrice": 1718.843,
          "stopDistance": 2.759,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 8
        },
        {
          "entryTs": 1658857500,
          "entryUtc": "2022-07-26T17:45:00.000Z",
          "exitTs": 1658880120,
          "dir": -1,
          "entryPrice": 1717.954,
          "exitPrice": 1719.481,
          "stopDistance": 1.527,
          "outcome": "stop",
          "netR": -1.275,
          "holdMinutes": 377
        },
        {
          "entryTs": 1658885100,
          "entryUtc": "2022-07-27T01:25:00.000Z",
          "exitTs": 1658888400,
          "dir": -1,
          "entryPrice": 1718.088,
          "exitPrice": 1715.692,
          "stopDistance": 1.198,
          "outcome": "target",
          "netR": 1.6911,
          "holdMinutes": 55
        },
        {
          "entryTs": 1658925000,
          "entryUtc": "2022-07-27T12:30:00.000Z",
          "exitTs": 1658925000,
          "dir": 1,
          "entryPrice": 1722.236,
          "exitPrice": 1720.682,
          "stopDistance": 1.554,
          "outcome": "stop",
          "netR": -1.2702,
          "holdMinutes": 0
        },
        {
          "entryTs": 1658970600,
          "entryUtc": "2022-07-28T01:10:00.000Z",
          "exitTs": 1658974080,
          "dir": 1,
          "entryPrice": 1738.318,
          "exitPrice": 1736.697,
          "stopDistance": 1.621,
          "outcome": "stop",
          "netR": -1.2591,
          "holdMinutes": 58
        },
        {
          "entryTs": 1658977800,
          "entryUtc": "2022-07-28T03:10:00.000Z",
          "exitTs": 1658980080,
          "dir": 1,
          "entryPrice": 1738.074,
          "exitPrice": 1736.321,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2396,
          "holdMinutes": 38
        },
        {
          "entryTs": 1658986500,
          "entryUtc": "2022-07-28T05:35:00.000Z",
          "exitTs": 1658989260,
          "dir": 1,
          "entryPrice": 1737.464,
          "exitPrice": 1740.004,
          "stopDistance": 1.27,
          "outcome": "target",
          "netR": 1.7087,
          "holdMinutes": 46
        },
        {
          "entryTs": 1659012000,
          "entryUtc": "2022-07-28T12:40:00.000Z",
          "exitTs": 1659013200,
          "dir": 1,
          "entryPrice": 1746.125,
          "exitPrice": 1743.006,
          "stopDistance": 3.119,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 20
        },
        {
          "entryTs": 1659027000,
          "entryUtc": "2022-07-28T16:50:00.000Z",
          "exitTs": 1659029340,
          "dir": 1,
          "entryPrice": 1754.678,
          "exitPrice": 1752.072,
          "stopDistance": 2.606,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 39
        },
        {
          "entryTs": 1659035100,
          "entryUtc": "2022-07-28T19:05:00.000Z",
          "exitTs": 1659039360,
          "dir": 1,
          "entryPrice": 1753.268,
          "exitPrice": 1756.473,
          "stopDistance": 1.603,
          "outcome": "target",
          "netR": 1.7691,
          "holdMinutes": 71
        },
        {
          "entryTs": 1659050700,
          "entryUtc": "2022-07-28T23:25:00.000Z",
          "exitTs": 1659051960,
          "dir": 1,
          "entryPrice": 1755.394,
          "exitPrice": 1754.561,
          "stopDistance": 0.833,
          "outcome": "stop",
          "netR": -1.504,
          "holdMinutes": 21
        },
        {
          "entryTs": 1659055800,
          "entryUtc": "2022-07-29T00:50:00.000Z",
          "exitTs": 1659055980,
          "dir": 1,
          "entryPrice": 1755.334,
          "exitPrice": 1754.352,
          "stopDistance": 0.982,
          "outcome": "stop",
          "netR": -1.4279,
          "holdMinutes": 3
        },
        {
          "entryTs": 1659063600,
          "entryUtc": "2022-07-29T03:00:00.000Z",
          "exitTs": 1659064200,
          "dir": 1,
          "entryPrice": 1755.308,
          "exitPrice": 1757.645,
          "stopDistance": 1.169,
          "outcome": "target",
          "netR": 1.6834,
          "holdMinutes": 10
        },
        {
          "entryTs": 1659091800,
          "entryUtc": "2022-07-29T10:50:00.000Z",
          "exitTs": 1659093060,
          "dir": 1,
          "entryPrice": 1762.554,
          "exitPrice": 1760.414,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1962,
          "holdMinutes": 21
        },
        {
          "entryTs": 1659105600,
          "entryUtc": "2022-07-29T14:40:00.000Z",
          "exitTs": 1659107820,
          "dir": 1,
          "entryPrice": 1758.504,
          "exitPrice": 1765.101,
          "stopDistance": 3.298,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 37
        },
        {
          "entryTs": 1659115800,
          "entryUtc": "2022-07-29T17:30:00.000Z",
          "exitTs": 1659121800,
          "dir": 1,
          "entryPrice": 1764.668,
          "exitPrice": 1762.65,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 100
        },
        {
          "entryTs": 1659126600,
          "entryUtc": "2022-07-29T20:30:00.000Z",
          "exitTs": 1659304800,
          "dir": 1,
          "entryPrice": 1765.25,
          "exitPrice": 1764.714,
          "stopDistance": 1.505,
          "outcome": "time",
          "netR": -0.6021,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1659317100,
          "entryUtc": "2022-08-01T01:25:00.000Z",
          "exitTs": 1659323760,
          "dir": 1,
          "entryPrice": 1763.974,
          "exitPrice": 1762.519,
          "stopDistance": 1.455,
          "outcome": "stop",
          "netR": -1.2886,
          "holdMinutes": 111
        },
        {
          "entryTs": 1659335100,
          "entryUtc": "2022-08-01T06:25:00.000Z",
          "exitTs": 1659337680,
          "dir": 1,
          "entryPrice": 1762.028,
          "exitPrice": 1764.741,
          "stopDistance": 1.357,
          "outcome": "target",
          "netR": 1.7273,
          "holdMinutes": 43
        },
        {
          "entryTs": 1659360000,
          "entryUtc": "2022-08-01T13:20:00.000Z",
          "exitTs": 1659360480,
          "dir": 1,
          "entryPrice": 1773.501,
          "exitPrice": 1770.47,
          "stopDistance": 3.031,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 8
        },
        {
          "entryTs": 1659361200,
          "entryUtc": "2022-08-01T13:40:00.000Z",
          "exitTs": 1659362520,
          "dir": 1,
          "entryPrice": 1771.44,
          "exitPrice": 1768.166,
          "stopDistance": 3.274,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 22
        },
        {
          "entryTs": 1659371100,
          "entryUtc": "2022-08-01T16:25:00.000Z",
          "exitTs": 1659377880,
          "dir": 1,
          "entryPrice": 1770.694,
          "exitPrice": 1768.114,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 113
        },
        {
          "entryTs": 1659381600,
          "entryUtc": "2022-08-01T19:20:00.000Z",
          "exitTs": 1659399600,
          "dir": 1,
          "entryPrice": 1770.624,
          "exitPrice": 1773.745,
          "stopDistance": 1.561,
          "outcome": "target",
          "netR": 1.7629,
          "holdMinutes": 300
        },
        {
          "entryTs": 1659421800,
          "entryUtc": "2022-08-02T06:30:00.000Z",
          "exitTs": 1659424260,
          "dir": 1,
          "entryPrice": 1773.914,
          "exitPrice": 1772.41,
          "stopDistance": 1.503,
          "outcome": "stop",
          "netR": -1.2794,
          "holdMinutes": 41
        },
        {
          "entryTs": 1659430800,
          "entryUtc": "2022-08-02T09:00:00.000Z",
          "exitTs": 1659438780,
          "dir": 1,
          "entryPrice": 1773.24,
          "exitPrice": 1776.834,
          "stopDistance": 1.797,
          "outcome": "target",
          "netR": 1.7941,
          "holdMinutes": 133
        },
        {
          "entryTs": 1659447600,
          "entryUtc": "2022-08-02T13:40:00.000Z",
          "exitTs": 1659448020,
          "dir": 1,
          "entryPrice": 1781.918,
          "exitPrice": 1777.85,
          "stopDistance": 4.068,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 7
        },
        {
          "entryTs": 1659449700,
          "entryUtc": "2022-08-02T14:15:00.000Z",
          "exitTs": 1659451200,
          "dir": 1,
          "entryPrice": 1783.154,
          "exitPrice": 1778.669,
          "stopDistance": 4.485,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 25
        },
        {
          "entryTs": 1659489300,
          "entryUtc": "2022-08-03T01:15:00.000Z",
          "exitTs": 1659492060,
          "dir": 1,
          "entryPrice": 1760.848,
          "exitPrice": 1764.986,
          "stopDistance": 2.069,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 46
        },
        {
          "entryTs": 1659525900,
          "entryUtc": "2022-08-03T11:25:00.000Z",
          "exitTs": 1659527160,
          "dir": 1,
          "entryPrice": 1765.912,
          "exitPrice": 1764.099,
          "stopDistance": 1.813,
          "outcome": "stop",
          "netR": -1.2317,
          "holdMinutes": 21
        },
        {
          "entryTs": 1659543900,
          "entryUtc": "2022-08-03T16:25:00.000Z",
          "exitTs": 1659556440,
          "dir": 1,
          "entryPrice": 1760.758,
          "exitPrice": 1766.052,
          "stopDistance": 2.647,
          "outcome": "target",
          "netR": 1.8602,
          "holdMinutes": 209
        },
        {
          "entryTs": 1659572400,
          "entryUtc": "2022-08-04T00:20:00.000Z",
          "exitTs": 1659574200,
          "dir": 1,
          "entryPrice": 1764.72,
          "exitPrice": 1766.627,
          "stopDistance": 0.954,
          "outcome": "target",
          "netR": 1.612,
          "holdMinutes": 30
        },
        {
          "entryTs": 1659596100,
          "entryUtc": "2022-08-04T06:55:00.000Z",
          "exitTs": 1659601140,
          "dir": 1,
          "entryPrice": 1772.084,
          "exitPrice": 1775.191,
          "stopDistance": 1.554,
          "outcome": "target",
          "netR": 1.7619,
          "holdMinutes": 84
        },
        {
          "entryTs": 1659622200,
          "entryUtc": "2022-08-04T14:10:00.000Z",
          "exitTs": 1659635340,
          "dir": 1,
          "entryPrice": 1785.5,
          "exitPrice": 1792.15,
          "stopDistance": 3.325,
          "outcome": "target",
          "netR": 1.8887,
          "holdMinutes": 219
        },
        {
          "entryTs": 1659654900,
          "entryUtc": "2022-08-04T23:15:00.000Z",
          "exitTs": 1659659700,
          "dir": 1,
          "entryPrice": 1792.228,
          "exitPrice": 1793.97,
          "stopDistance": 0.871,
          "outcome": "target",
          "netR": 1.5751,
          "holdMinutes": 80
        },
        {
          "entryTs": 1659669000,
          "entryUtc": "2022-08-05T03:10:00.000Z",
          "exitTs": 1659676440,
          "dir": 1,
          "entryPrice": 1791.478,
          "exitPrice": 1790.184,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3246,
          "holdMinutes": 124
        },
        {
          "entryTs": 1659678600,
          "entryUtc": "2022-08-05T05:50:00.000Z",
          "exitTs": 1659679020,
          "dir": 1,
          "entryPrice": 1791.994,
          "exitPrice": 1790.756,
          "stopDistance": 1.238,
          "outcome": "stop",
          "netR": -1.3392,
          "holdMinutes": 7
        },
        {
          "entryTs": 1659684000,
          "entryUtc": "2022-08-05T07:20:00.000Z",
          "exitTs": 1659685200,
          "dir": 1,
          "entryPrice": 1791.074,
          "exitPrice": 1789.532,
          "stopDistance": 1.542,
          "outcome": "stop",
          "netR": -1.2724,
          "holdMinutes": 20
        },
        {
          "entryTs": 1659699600,
          "entryUtc": "2022-08-05T11:40:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1787.374,
          "exitPrice": 1785.669,
          "stopDistance": 1.705,
          "outcome": "stop",
          "netR": -1.2464,
          "holdMinutes": 50
        },
        {
          "entryTs": 1659709500,
          "entryUtc": "2022-08-05T14:25:00.000Z",
          "exitTs": 1659716340,
          "dir": 1,
          "entryPrice": 1776.238,
          "exitPrice": 1771.876,
          "stopDistance": 4.362,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 114
        },
        {
          "entryTs": 1659719700,
          "entryUtc": "2022-08-05T17:15:00.000Z",
          "exitTs": 1659725700,
          "dir": 1,
          "entryPrice": 1774.938,
          "exitPrice": 1772.856,
          "stopDistance": 2.082,
          "outcome": "stop",
          "netR": -1.2017,
          "holdMinutes": 100
        },
        {
          "entryTs": 1659728100,
          "entryUtc": "2022-08-05T19:35:00.000Z",
          "exitTs": 1659729540,
          "dir": 1,
          "entryPrice": 1774.818,
          "exitPrice": 1773.4,
          "stopDistance": 1.418,
          "outcome": "stop",
          "netR": -1.2962,
          "holdMinutes": 24
        },
        {
          "entryTs": 1659730500,
          "entryUtc": "2022-08-05T20:15:00.000Z",
          "exitTs": 1659909600,
          "dir": 1,
          "entryPrice": 1774.624,
          "exitPrice": 1773.145,
          "stopDistance": 1.479,
          "outcome": "stop",
          "netR": -1.284,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1659913800,
          "entryUtc": "2022-08-07T23:10:00.000Z",
          "exitTs": 1659916920,
          "dir": 1,
          "entryPrice": 1774.618,
          "exitPrice": 1773.279,
          "stopDistance": 1.339,
          "outcome": "stop",
          "netR": -1.3137,
          "holdMinutes": 52
        },
        {
          "entryTs": 1659920400,
          "entryUtc": "2022-08-08T01:00:00.000Z",
          "exitTs": 1659927720,
          "dir": 1,
          "entryPrice": 1774.088,
          "exitPrice": 1772.795,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3249,
          "holdMinutes": 122
        },
        {
          "entryTs": 1659937200,
          "entryUtc": "2022-08-08T05:40:00.000Z",
          "exitTs": 1659938160,
          "dir": 1,
          "entryPrice": 1773.424,
          "exitPrice": 1775.403,
          "stopDistance": 0.99,
          "outcome": "target",
          "netR": 1.6261,
          "holdMinutes": 16
        },
        {
          "entryTs": 1659951300,
          "entryUtc": "2022-08-08T09:35:00.000Z",
          "exitTs": 1659955860,
          "dir": 1,
          "entryPrice": 1776.614,
          "exitPrice": 1779.729,
          "stopDistance": 1.558,
          "outcome": "target",
          "netR": 1.7624,
          "holdMinutes": 76
        },
        {
          "entryTs": 1659966600,
          "entryUtc": "2022-08-08T13:50:00.000Z",
          "exitTs": 1659969300,
          "dir": 1,
          "entryPrice": 1783.474,
          "exitPrice": 1788.088,
          "stopDistance": 2.307,
          "outcome": "target",
          "netR": 1.8396,
          "holdMinutes": 45
        },
        {
          "entryTs": 1659983700,
          "entryUtc": "2022-08-08T18:35:00.000Z",
          "exitTs": 1659984840,
          "dir": 1,
          "entryPrice": 1788.364,
          "exitPrice": 1787.163,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3498,
          "holdMinutes": 19
        },
        {
          "entryTs": 1659986400,
          "entryUtc": "2022-08-08T19:20:00.000Z",
          "exitTs": 1660007220,
          "dir": 1,
          "entryPrice": 1788.084,
          "exitPrice": 1786.832,
          "stopDistance": 1.252,
          "outcome": "stop",
          "netR": -1.3356,
          "holdMinutes": 347
        },
        {
          "entryTs": 1660015200,
          "entryUtc": "2022-08-09T03:20:00.000Z",
          "exitTs": 1660015980,
          "dir": 1,
          "entryPrice": 1786.948,
          "exitPrice": 1785.764,
          "stopDistance": 1.184,
          "outcome": "stop",
          "netR": -1.3548,
          "holdMinutes": 13
        },
        {
          "entryTs": 1660023300,
          "entryUtc": "2022-08-09T05:35:00.000Z",
          "exitTs": 1660024380,
          "dir": 1,
          "entryPrice": 1786.318,
          "exitPrice": 1787.961,
          "stopDistance": 0.821,
          "outcome": "target",
          "netR": 1.5495,
          "holdMinutes": 18
        },
        {
          "entryTs": 1660032300,
          "entryUtc": "2022-08-09T08:05:00.000Z",
          "exitTs": 1660033560,
          "dir": 1,
          "entryPrice": 1789.327,
          "exitPrice": 1793.082,
          "stopDistance": 1.877,
          "outcome": "target",
          "netR": 1.8029,
          "holdMinutes": 21
        },
        {
          "entryTs": 1660048800,
          "entryUtc": "2022-08-09T12:40:00.000Z",
          "exitTs": 1660050300,
          "dir": 1,
          "entryPrice": 1792.869,
          "exitPrice": 1797.697,
          "stopDistance": 2.414,
          "outcome": "target",
          "netR": 1.8467,
          "holdMinutes": 25
        },
        {
          "entryTs": 1660060800,
          "entryUtc": "2022-08-09T16:00:00.000Z",
          "exitTs": 1660067160,
          "dir": 1,
          "entryPrice": 1796.042,
          "exitPrice": 1793.735,
          "stopDistance": 2.307,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 106
        },
        {
          "entryTs": 1660073100,
          "entryUtc": "2022-08-09T19:25:00.000Z",
          "exitTs": 1660075080,
          "dir": 1,
          "entryPrice": 1795.348,
          "exitPrice": 1794.322,
          "stopDistance": 1.026,
          "outcome": "stop",
          "netR": -1.4092,
          "holdMinutes": 33
        },
        {
          "entryTs": 1660097400,
          "entryUtc": "2022-08-10T02:10:00.000Z",
          "exitTs": 1660102140,
          "dir": 1,
          "entryPrice": 1793.438,
          "exitPrice": 1792.327,
          "stopDistance": 1.111,
          "outcome": "stop",
          "netR": -1.3781,
          "holdMinutes": 79
        },
        {
          "entryTs": 1660115400,
          "entryUtc": "2022-08-10T07:10:00.000Z",
          "exitTs": 1660115640,
          "dir": 1,
          "entryPrice": 1790.678,
          "exitPrice": 1789.483,
          "stopDistance": 1.195,
          "outcome": "stop",
          "netR": -1.3515,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660120800,
          "entryUtc": "2022-08-10T08:40:00.000Z",
          "exitTs": 1660125060,
          "dir": 1,
          "entryPrice": 1791.484,
          "exitPrice": 1794.628,
          "stopDistance": 1.572,
          "outcome": "target",
          "netR": 1.7646,
          "holdMinutes": 71
        },
        {
          "entryTs": 1660133100,
          "entryUtc": "2022-08-10T12:05:00.000Z",
          "exitTs": 1660133820,
          "dir": 1,
          "entryPrice": 1792.538,
          "exitPrice": 1791.065,
          "stopDistance": 1.473,
          "outcome": "stop",
          "netR": -1.2852,
          "holdMinutes": 12
        },
        {
          "entryTs": 1660134900,
          "entryUtc": "2022-08-10T12:35:00.000Z",
          "exitTs": 1660136340,
          "dir": 1,
          "entryPrice": 1801.878,
          "exitPrice": 1798.11,
          "stopDistance": 3.769,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660139700,
          "entryUtc": "2022-08-10T13:55:00.000Z",
          "exitTs": 1660155780,
          "dir": 1,
          "entryPrice": 1796.534,
          "exitPrice": 1791.899,
          "stopDistance": 4.635,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 268
        },
        {
          "entryTs": 1660163700,
          "entryUtc": "2022-08-10T20:35:00.000Z",
          "exitTs": 1660172400,
          "dir": 1,
          "entryPrice": 1791.728,
          "exitPrice": 1790.399,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.316,
          "holdMinutes": 145
        },
        {
          "entryTs": 1660175700,
          "entryUtc": "2022-08-10T23:55:00.000Z",
          "exitTs": 1660176720,
          "dir": 1,
          "entryPrice": 1791.414,
          "exitPrice": 1790.666,
          "stopDistance": 0.748,
          "outcome": "stop",
          "netR": -1.5613,
          "holdMinutes": 17
        },
        {
          "entryTs": 1660197300,
          "entryUtc": "2022-08-11T05:55:00.000Z",
          "exitTs": 1660198320,
          "dir": 1,
          "entryPrice": 1786.227,
          "exitPrice": 1785.066,
          "stopDistance": 1.161,
          "outcome": "stop",
          "netR": -1.3619,
          "holdMinutes": 17
        },
        {
          "entryTs": 1660201200,
          "entryUtc": "2022-08-11T07:00:00.000Z",
          "exitTs": 1660208220,
          "dir": 1,
          "entryPrice": 1786.396,
          "exitPrice": 1789.439,
          "stopDistance": 1.521,
          "outcome": "target",
          "netR": 1.7568,
          "holdMinutes": 117
        },
        {
          "entryTs": 1660225500,
          "entryUtc": "2022-08-11T13:45:00.000Z",
          "exitTs": 1660228440,
          "dir": 1,
          "entryPrice": 1796.208,
          "exitPrice": 1793.223,
          "stopDistance": 2.986,
          "outcome": "stop",
          "netR": -1.1407,
          "holdMinutes": 49
        },
        {
          "entryTs": 1660239000,
          "entryUtc": "2022-08-11T17:30:00.000Z",
          "exitTs": 1660240020,
          "dir": 1,
          "entryPrice": 1791.254,
          "exitPrice": 1789.611,
          "stopDistance": 1.643,
          "outcome": "stop",
          "netR": -1.2556,
          "holdMinutes": 17
        },
        {
          "entryTs": 1660250100,
          "entryUtc": "2022-08-11T20:35:00.000Z",
          "exitTs": 1660257540,
          "dir": 1,
          "entryPrice": 1789.048,
          "exitPrice": 1787.805,
          "stopDistance": 1.243,
          "outcome": "stop",
          "netR": -1.3378,
          "holdMinutes": 124
        },
        {
          "entryTs": 1660262100,
          "entryUtc": "2022-08-11T23:55:00.000Z",
          "exitTs": 1660262520,
          "dir": 1,
          "entryPrice": 1789.188,
          "exitPrice": 1788.349,
          "stopDistance": 0.839,
          "outcome": "stop",
          "netR": -1.5006,
          "holdMinutes": 7
        },
        {
          "entryTs": 1660266300,
          "entryUtc": "2022-08-12T01:05:00.000Z",
          "exitTs": 1660266540,
          "dir": 1,
          "entryPrice": 1788.604,
          "exitPrice": 1787.579,
          "stopDistance": 1.025,
          "outcome": "stop",
          "netR": -1.4096,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660268400,
          "entryUtc": "2022-08-12T01:40:00.000Z",
          "exitTs": 1660268700,
          "dir": 1,
          "entryPrice": 1788.948,
          "exitPrice": 1787.745,
          "stopDistance": 1.203,
          "outcome": "stop",
          "netR": -1.3492,
          "holdMinutes": 5
        },
        {
          "entryTs": 1660270800,
          "entryUtc": "2022-08-12T02:20:00.000Z",
          "exitTs": 1660271160,
          "dir": 1,
          "entryPrice": 1788.178,
          "exitPrice": 1787.042,
          "stopDistance": 1.136,
          "outcome": "stop",
          "netR": -1.3697,
          "holdMinutes": 6
        },
        {
          "entryTs": 1660272900,
          "entryUtc": "2022-08-12T02:55:00.000Z",
          "exitTs": 1660275720,
          "dir": 1,
          "entryPrice": 1788.624,
          "exitPrice": 1790.935,
          "stopDistance": 1.155,
          "outcome": "target",
          "netR": 1.6797,
          "holdMinutes": 47
        },
        {
          "entryTs": 1660286700,
          "entryUtc": "2022-08-12T06:45:00.000Z",
          "exitTs": 1660289580,
          "dir": 1,
          "entryPrice": 1791.768,
          "exitPrice": 1790.547,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3439,
          "holdMinutes": 48
        },
        {
          "entryTs": 1660302600,
          "entryUtc": "2022-08-12T11:10:00.000Z",
          "exitTs": 1660303260,
          "dir": 1,
          "entryPrice": 1788.518,
          "exitPrice": 1786.97,
          "stopDistance": 1.548,
          "outcome": "stop",
          "netR": -1.2713,
          "holdMinutes": 11
        },
        {
          "entryTs": 1660306800,
          "entryUtc": "2022-08-12T12:20:00.000Z",
          "exitTs": 1660308960,
          "dir": 1,
          "entryPrice": 1789.518,
          "exitPrice": 1793.767,
          "stopDistance": 2.124,
          "outcome": "target",
          "netR": 1.8258,
          "holdMinutes": 36
        },
        {
          "entryTs": 1660317300,
          "entryUtc": "2022-08-12T15:15:00.000Z",
          "exitTs": 1660324020,
          "dir": 1,
          "entryPrice": 1794.338,
          "exitPrice": 1800.411,
          "stopDistance": 3.036,
          "outcome": "target",
          "netR": 1.8781,
          "holdMinutes": 112
        },
        {
          "entryTs": 1660337400,
          "entryUtc": "2022-08-12T20:50:00.000Z",
          "exitTs": 1660514400,
          "dir": 1,
          "entryPrice": 1800.958,
          "exitPrice": 1802.064,
          "stopDistance": 0.912,
          "outcome": "time",
          "netR": 0.807,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1660524900,
          "entryUtc": "2022-08-15T00:55:00.000Z",
          "exitTs": 1660525500,
          "dir": 1,
          "entryPrice": 1800.62,
          "exitPrice": 1799.587,
          "stopDistance": 1.033,
          "outcome": "stop",
          "netR": -1.4067,
          "holdMinutes": 10
        },
        {
          "entryTs": 1660571700,
          "entryUtc": "2022-08-15T13:55:00.000Z",
          "exitTs": 1660577520,
          "dir": -1,
          "entryPrice": 1776.938,
          "exitPrice": 1780.336,
          "stopDistance": 3.398,
          "outcome": "stop",
          "netR": -1.1236,
          "holdMinutes": 97
        },
        {
          "entryTs": 1660586700,
          "entryUtc": "2022-08-15T18:05:00.000Z",
          "exitTs": 1660591740,
          "dir": -1,
          "entryPrice": 1778.733,
          "exitPrice": 1780.369,
          "stopDistance": 1.636,
          "outcome": "stop",
          "netR": -1.2567,
          "holdMinutes": 84
        },
        {
          "entryTs": 1660593600,
          "entryUtc": "2022-08-15T20:00:00.000Z",
          "exitTs": 1660593840,
          "dir": -1,
          "entryPrice": 1778.858,
          "exitPrice": 1780.161,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3224,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660595100,
          "entryUtc": "2022-08-15T20:25:00.000Z",
          "exitTs": 1660614120,
          "dir": -1,
          "entryPrice": 1778.954,
          "exitPrice": 1780.187,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3405,
          "holdMinutes": 317
        },
        {
          "entryTs": 1660623900,
          "entryUtc": "2022-08-16T04:25:00.000Z",
          "exitTs": 1660625280,
          "dir": -1,
          "entryPrice": 1780.888,
          "exitPrice": 1781.742,
          "stopDistance": 0.854,
          "outcome": "stop",
          "netR": -1.4916,
          "holdMinutes": 23
        },
        {
          "entryTs": 1660626900,
          "entryUtc": "2022-08-16T05:15:00.000Z",
          "exitTs": 1660628880,
          "dir": -1,
          "entryPrice": 1780.614,
          "exitPrice": 1781.445,
          "stopDistance": 0.831,
          "outcome": "stop",
          "netR": -1.5053,
          "holdMinutes": 33
        },
        {
          "entryTs": 1660631100,
          "entryUtc": "2022-08-16T06:25:00.000Z",
          "exitTs": 1660632960,
          "dir": -1,
          "entryPrice": 1779.864,
          "exitPrice": 1780.882,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4127,
          "holdMinutes": 31
        },
        {
          "entryTs": 1660645200,
          "entryUtc": "2022-08-16T10:20:00.000Z",
          "exitTs": 1660647120,
          "dir": -1,
          "entryPrice": 1775.408,
          "exitPrice": 1777.076,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2519,
          "holdMinutes": 32
        },
        {
          "entryTs": 1660651200,
          "entryUtc": "2022-08-16T12:00:00.000Z",
          "exitTs": 1660651860,
          "dir": -1,
          "entryPrice": 1775.924,
          "exitPrice": 1777.447,
          "stopDistance": 1.523,
          "outcome": "stop",
          "netR": -1.2758,
          "holdMinutes": 11
        },
        {
          "entryTs": 1660653300,
          "entryUtc": "2022-08-16T12:35:00.000Z",
          "exitTs": 1660655760,
          "dir": -1,
          "entryPrice": 1774.168,
          "exitPrice": 1776.577,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 41
        },
        {
          "entryTs": 1660658700,
          "entryUtc": "2022-08-16T14:05:00.000Z",
          "exitTs": 1660659780,
          "dir": -1,
          "entryPrice": 1774.658,
          "exitPrice": 1777.525,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 18
        },
        {
          "entryTs": 1660663800,
          "entryUtc": "2022-08-16T15:30:00.000Z",
          "exitTs": 1660678500,
          "dir": -1,
          "entryPrice": 1774.718,
          "exitPrice": 1777.13,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 245
        },
        {
          "entryTs": 1660680300,
          "entryUtc": "2022-08-16T20:05:00.000Z",
          "exitTs": 1660703580,
          "dir": -1,
          "entryPrice": 1775.608,
          "exitPrice": 1776.655,
          "stopDistance": 1.047,
          "outcome": "stop",
          "netR": -1.4011,
          "holdMinutes": 388
        },
        {
          "entryTs": 1660707000,
          "entryUtc": "2022-08-17T03:30:00.000Z",
          "exitTs": 1660708440,
          "dir": -1,
          "entryPrice": 1774.784,
          "exitPrice": 1775.799,
          "stopDistance": 1.015,
          "outcome": "stop",
          "netR": -1.4138,
          "holdMinutes": 24
        },
        {
          "entryTs": 1660709400,
          "entryUtc": "2022-08-17T04:10:00.000Z",
          "exitTs": 1660709940,
          "dir": -1,
          "entryPrice": 1775.438,
          "exitPrice": 1776.328,
          "stopDistance": 0.89,
          "outcome": "stop",
          "netR": -1.4718,
          "holdMinutes": 9
        },
        {
          "entryTs": 1660743600,
          "entryUtc": "2022-08-17T13:40:00.000Z",
          "exitTs": 1660743840,
          "dir": -1,
          "entryPrice": 1765.878,
          "exitPrice": 1769.527,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660766100,
          "entryUtc": "2022-08-17T19:55:00.000Z",
          "exitTs": 1660785540,
          "dir": -1,
          "entryPrice": 1764.858,
          "exitPrice": 1766.888,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 324
        },
        {
          "entryTs": 1660788600,
          "entryUtc": "2022-08-18T02:10:00.000Z",
          "exitTs": 1660794180,
          "dir": -1,
          "entryPrice": 1765.068,
          "exitPrice": 1762.665,
          "stopDistance": 1.202,
          "outcome": "target",
          "netR": 1.6921,
          "holdMinutes": 93
        },
        {
          "entryTs": 1660802700,
          "entryUtc": "2022-08-18T06:05:00.000Z",
          "exitTs": 1660809840,
          "dir": -1,
          "entryPrice": 1762.408,
          "exitPrice": 1763.464,
          "stopDistance": 1.056,
          "outcome": "stop",
          "netR": -1.3977,
          "holdMinutes": 119
        },
        {
          "entryTs": 1660826400,
          "entryUtc": "2022-08-18T12:40:00.000Z",
          "exitTs": 1660828200,
          "dir": -1,
          "entryPrice": 1767.434,
          "exitPrice": 1762.726,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 30
        },
        {
          "entryTs": 1660854600,
          "entryUtc": "2022-08-18T20:30:00.000Z",
          "exitTs": 1660864920,
          "dir": -1,
          "entryPrice": 1759.034,
          "exitPrice": 1757.152,
          "stopDistance": 0.941,
          "outcome": "target",
          "netR": 1.6069,
          "holdMinutes": 172
        },
        {
          "entryTs": 1660867500,
          "entryUtc": "2022-08-19T00:05:00.000Z",
          "exitTs": 1660867740,
          "dir": -1,
          "entryPrice": 1757.904,
          "exitPrice": 1756.376,
          "stopDistance": 0.764,
          "outcome": "target",
          "netR": 1.5157,
          "holdMinutes": 4
        },
        {
          "entryTs": 1660879800,
          "entryUtc": "2022-08-19T03:30:00.000Z",
          "exitTs": 1660882320,
          "dir": -1,
          "entryPrice": 1755.628,
          "exitPrice": 1753.053,
          "stopDistance": 1.288,
          "outcome": "target",
          "netR": 1.7127,
          "holdMinutes": 42
        },
        {
          "entryTs": 1660893300,
          "entryUtc": "2022-08-19T07:15:00.000Z",
          "exitTs": 1660903440,
          "dir": -1,
          "entryPrice": 1753.758,
          "exitPrice": 1750.628,
          "stopDistance": 1.565,
          "outcome": "target",
          "netR": 1.7636,
          "holdMinutes": 169
        },
        {
          "entryTs": 1660917000,
          "entryUtc": "2022-08-19T13:50:00.000Z",
          "exitTs": 1660919760,
          "dir": -1,
          "entryPrice": 1751.635,
          "exitPrice": 1746.521,
          "stopDistance": 2.557,
          "outcome": "target",
          "netR": 1.8553,
          "holdMinutes": 46
        },
        {
          "entryTs": 1660928700,
          "entryUtc": "2022-08-19T17:05:00.000Z",
          "exitTs": 1660936380,
          "dir": -1,
          "entryPrice": 1749.018,
          "exitPrice": 1745.742,
          "stopDistance": 1.638,
          "outcome": "target",
          "netR": 1.7741,
          "holdMinutes": 128
        },
        {
          "entryTs": 1661124600,
          "entryUtc": "2022-08-21T23:30:00.000Z",
          "exitTs": 1661130900,
          "dir": -1,
          "entryPrice": 1746.478,
          "exitPrice": 1747.41,
          "stopDistance": 0.932,
          "outcome": "stop",
          "netR": -1.4505,
          "holdMinutes": 105
        },
        {
          "entryTs": 1661139600,
          "entryUtc": "2022-08-22T03:40:00.000Z",
          "exitTs": 1661144040,
          "dir": -1,
          "entryPrice": 1746.368,
          "exitPrice": 1743.998,
          "stopDistance": 1.185,
          "outcome": "target",
          "netR": 1.6878,
          "holdMinutes": 74
        },
        {
          "entryTs": 1661166000,
          "entryUtc": "2022-08-22T11:00:00.000Z",
          "exitTs": 1661168580,
          "dir": -1,
          "entryPrice": 1734.428,
          "exitPrice": 1730.836,
          "stopDistance": 1.796,
          "outcome": "target",
          "netR": 1.794,
          "holdMinutes": 43
        },
        {
          "entryTs": 1661183400,
          "entryUtc": "2022-08-22T15:50:00.000Z",
          "exitTs": 1661213400,
          "dir": -1,
          "entryPrice": 1735.374,
          "exitPrice": 1735.188,
          "stopDistance": 2.402,
          "outcome": "time",
          "netR": -0.0766,
          "holdMinutes": 500
        },
        {
          "entryTs": 1661223900,
          "entryUtc": "2022-08-23T03:05:00.000Z",
          "exitTs": 1661231700,
          "dir": -1,
          "entryPrice": 1738.368,
          "exitPrice": 1735.927,
          "stopDistance": 1.22,
          "outcome": "target",
          "netR": 1.6968,
          "holdMinutes": 130
        },
        {
          "entryTs": 1661247600,
          "entryUtc": "2022-08-23T09:40:00.000Z",
          "exitTs": 1661250240,
          "dir": -1,
          "entryPrice": 1738.304,
          "exitPrice": 1734.55,
          "stopDistance": 1.877,
          "outcome": "target",
          "netR": 1.8029,
          "holdMinutes": 44
        },
        {
          "entryTs": 1661256600,
          "entryUtc": "2022-08-23T12:10:00.000Z",
          "exitTs": 1661257380,
          "dir": -1,
          "entryPrice": 1736.654,
          "exitPrice": 1733.143,
          "stopDistance": 1.755,
          "outcome": "target",
          "netR": 1.7892,
          "holdMinutes": 13
        },
        {
          "entryTs": 1661272200,
          "entryUtc": "2022-08-23T16:30:00.000Z",
          "exitTs": 1661302200,
          "dir": -1,
          "entryPrice": 1748.718,
          "exitPrice": 1745.844,
          "stopDistance": 2.088,
          "outcome": "time",
          "netR": 1.1994,
          "holdMinutes": 500
        },
        {
          "entryTs": 1661305800,
          "entryUtc": "2022-08-24T01:50:00.000Z",
          "exitTs": 1661306580,
          "dir": -1,
          "entryPrice": 1745.548,
          "exitPrice": 1746.683,
          "stopDistance": 1.135,
          "outcome": "stop",
          "netR": -1.3702,
          "holdMinutes": 13
        },
        {
          "entryTs": 1661307300,
          "entryUtc": "2022-08-24T02:15:00.000Z",
          "exitTs": 1661316480,
          "dir": -1,
          "entryPrice": 1745.764,
          "exitPrice": 1746.976,
          "stopDistance": 1.212,
          "outcome": "stop",
          "netR": -1.3466,
          "holdMinutes": 153
        },
        {
          "entryTs": 1661321100,
          "entryUtc": "2022-08-24T06:05:00.000Z",
          "exitTs": 1661322000,
          "dir": -1,
          "entryPrice": 1745.288,
          "exitPrice": 1746.213,
          "stopDistance": 0.925,
          "outcome": "stop",
          "netR": -1.4541,
          "holdMinutes": 15
        },
        {
          "entryTs": 1661325600,
          "entryUtc": "2022-08-24T07:20:00.000Z",
          "exitTs": 1661327220,
          "dir": -1,
          "entryPrice": 1745.288,
          "exitPrice": 1746.686,
          "stopDistance": 1.398,
          "outcome": "stop",
          "netR": -1.3005,
          "holdMinutes": 27
        },
        {
          "entryTs": 1661335500,
          "entryUtc": "2022-08-24T10:05:00.000Z",
          "exitTs": 1661337120,
          "dir": -1,
          "entryPrice": 1748.402,
          "exitPrice": 1745.394,
          "stopDistance": 1.504,
          "outcome": "target",
          "netR": 1.754,
          "holdMinutes": 27
        },
        {
          "entryTs": 1661345100,
          "entryUtc": "2022-08-24T12:45:00.000Z",
          "exitTs": 1661349240,
          "dir": -1,
          "entryPrice": 1744.454,
          "exitPrice": 1746.804,
          "stopDistance": 2.35,
          "outcome": "stop",
          "netR": -1.1787,
          "holdMinutes": 69
        },
        {
          "entryTs": 1661359200,
          "entryUtc": "2022-08-24T16:40:00.000Z",
          "exitTs": 1661366400,
          "dir": -1,
          "entryPrice": 1749.128,
          "exitPrice": 1751.04,
          "stopDistance": 1.912,
          "outcome": "stop",
          "netR": -1.2197,
          "holdMinutes": 120
        },
        {
          "entryTs": 1661379300,
          "entryUtc": "2022-08-24T22:15:00.000Z",
          "exitTs": 1661383080,
          "dir": -1,
          "entryPrice": 1750.89,
          "exitPrice": 1751.846,
          "stopDistance": 0.956,
          "outcome": "stop",
          "netR": -1.4395,
          "holdMinutes": 63
        },
        {
          "entryTs": 1661385600,
          "entryUtc": "2022-08-25T00:00:00.000Z",
          "exitTs": 1661386680,
          "dir": -1,
          "entryPrice": 1750.898,
          "exitPrice": 1751.538,
          "stopDistance": 0.64,
          "outcome": "stop",
          "netR": -1.6565,
          "holdMinutes": 18
        },
        {
          "entryTs": 1661426100,
          "entryUtc": "2022-08-25T11:15:00.000Z",
          "exitTs": 1661428260,
          "dir": 1,
          "entryPrice": 1764.854,
          "exitPrice": 1763.246,
          "stopDistance": 1.608,
          "outcome": "stop",
          "netR": -1.2612,
          "holdMinutes": 36
        },
        {
          "entryTs": 1661468400,
          "entryUtc": "2022-08-25T23:00:00.000Z",
          "exitTs": 1661472180,
          "dir": -1,
          "entryPrice": 1757.128,
          "exitPrice": 1755.815,
          "stopDistance": 0.657,
          "outcome": "target",
          "netR": 1.4365,
          "holdMinutes": 63
        },
        {
          "entryTs": 1661490900,
          "entryUtc": "2022-08-26T05:15:00.000Z",
          "exitTs": 1661492460,
          "dir": -1,
          "entryPrice": 1755.254,
          "exitPrice": 1756.136,
          "stopDistance": 0.882,
          "outcome": "stop",
          "netR": -1.4761,
          "holdMinutes": 26
        },
        {
          "entryTs": 1661497800,
          "entryUtc": "2022-08-26T07:10:00.000Z",
          "exitTs": 1661500080,
          "dir": -1,
          "entryPrice": 1754.624,
          "exitPrice": 1751.781,
          "stopDistance": 1.421,
          "outcome": "target",
          "netR": 1.7397,
          "holdMinutes": 38
        },
        {
          "entryTs": 1661518800,
          "entryUtc": "2022-08-26T13:00:00.000Z",
          "exitTs": 1661518980,
          "dir": -1,
          "entryPrice": 1745.808,
          "exitPrice": 1748.496,
          "stopDistance": 2.688,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 3
        },
        {
          "entryTs": 1661524500,
          "entryUtc": "2022-08-26T14:35:00.000Z",
          "exitTs": 1661526960,
          "dir": -1,
          "entryPrice": 1746.198,
          "exitPrice": 1735.899,
          "stopDistance": 5.15,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 41
        },
        {
          "entryTs": 1661540700,
          "entryUtc": "2022-08-26T19:05:00.000Z",
          "exitTs": 1661724000,
          "dir": -1,
          "entryPrice": 1737.344,
          "exitPrice": 1735.775,
          "stopDistance": 1.438,
          "outcome": "time",
          "netR": 0.834,
          "holdMinutes": 3055
        },
        {
          "entryTs": 1661724300,
          "entryUtc": "2022-08-28T22:05:00.000Z",
          "exitTs": 1661724360,
          "dir": -1,
          "entryPrice": 1734.918,
          "exitPrice": 1736.31,
          "stopDistance": 1.392,
          "outcome": "stop",
          "netR": -1.3017,
          "holdMinutes": 1
        },
        {
          "entryTs": 1661757600,
          "entryUtc": "2022-08-29T07:20:00.000Z",
          "exitTs": 1661757660,
          "dir": -1,
          "entryPrice": 1721.468,
          "exitPrice": 1723.062,
          "stopDistance": 1.594,
          "outcome": "stop",
          "netR": -1.2635,
          "holdMinutes": 1
        },
        {
          "entryTs": 1661790600,
          "entryUtc": "2022-08-29T16:30:00.000Z",
          "exitTs": 1661818020,
          "dir": -1,
          "entryPrice": 1738.318,
          "exitPrice": 1740.221,
          "stopDistance": 1.903,
          "outcome": "stop",
          "netR": -1.2207,
          "holdMinutes": 457
        },
        {
          "entryTs": 1661823000,
          "entryUtc": "2022-08-30T01:30:00.000Z",
          "exitTs": 1661825220,
          "dir": -1,
          "entryPrice": 1737.464,
          "exitPrice": 1734.846,
          "stopDistance": 1.309,
          "outcome": "target",
          "netR": 1.7174,
          "holdMinutes": 37
        },
        {
          "entryTs": 1661836500,
          "entryUtc": "2022-08-30T05:15:00.000Z",
          "exitTs": 1661837820,
          "dir": -1,
          "entryPrice": 1734.294,
          "exitPrice": 1735.455,
          "stopDistance": 1.161,
          "outcome": "stop",
          "netR": -1.3617,
          "holdMinutes": 22
        },
        {
          "entryTs": 1661851200,
          "entryUtc": "2022-08-30T09:20:00.000Z",
          "exitTs": 1661851380,
          "dir": -1,
          "entryPrice": 1733.228,
          "exitPrice": 1735.225,
          "stopDistance": 1.997,
          "outcome": "stop",
          "netR": -1.2104,
          "holdMinutes": 3
        },
        {
          "entryTs": 1661851800,
          "entryUtc": "2022-08-30T09:30:00.000Z",
          "exitTs": 1661863440,
          "dir": -1,
          "entryPrice": 1733.978,
          "exitPrice": 1729.676,
          "stopDistance": 2.151,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 194
        },
        {
          "entryTs": 1661882400,
          "entryUtc": "2022-08-30T18:00:00.000Z",
          "exitTs": 1661886660,
          "dir": -1,
          "entryPrice": 1723.992,
          "exitPrice": 1725.594,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2622,
          "holdMinutes": 71
        },
        {
          "entryTs": 1661889000,
          "entryUtc": "2022-08-30T19:50:00.000Z",
          "exitTs": 1661909700,
          "dir": -1,
          "entryPrice": 1723.518,
          "exitPrice": 1721.088,
          "stopDistance": 1.215,
          "outcome": "target",
          "netR": 1.6954,
          "holdMinutes": 345
        },
        {
          "entryTs": 1661926500,
          "entryUtc": "2022-08-31T06:15:00.000Z",
          "exitTs": 1661929920,
          "dir": -1,
          "entryPrice": 1722.944,
          "exitPrice": 1720.355,
          "stopDistance": 1.295,
          "outcome": "target",
          "netR": 1.7142,
          "holdMinutes": 57
        },
        {
          "entryTs": 1661948700,
          "entryUtc": "2022-08-31T12:25:00.000Z",
          "exitTs": 1661953440,
          "dir": -1,
          "entryPrice": 1711.778,
          "exitPrice": 1714.185,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 79
        },
        {
          "entryTs": 1661963100,
          "entryUtc": "2022-08-31T16:25:00.000Z",
          "exitTs": 1661968260,
          "dir": -1,
          "entryPrice": 1717.553,
          "exitPrice": 1713.141,
          "stopDistance": 2.206,
          "outcome": "target",
          "netR": 1.8323,
          "holdMinutes": 86
        },
        {
          "entryTs": 1661987100,
          "entryUtc": "2022-08-31T23:05:00.000Z",
          "exitTs": 1661992680,
          "dir": -1,
          "entryPrice": 1708.908,
          "exitPrice": 1706.071,
          "stopDistance": 1.418,
          "outcome": "target",
          "netR": 1.7391,
          "holdMinutes": 93
        },
        {
          "entryTs": 1662004800,
          "entryUtc": "2022-09-01T04:00:00.000Z",
          "exitTs": 1662010080,
          "dir": -1,
          "entryPrice": 1704.484,
          "exitPrice": 1705.678,
          "stopDistance": 1.194,
          "outcome": "stop",
          "netR": -1.3516,
          "holdMinutes": 88
        },
        {
          "entryTs": 1662013800,
          "entryUtc": "2022-09-01T06:30:00.000Z",
          "exitTs": 1662014160,
          "dir": -1,
          "entryPrice": 1703.548,
          "exitPrice": 1704.906,
          "stopDistance": 1.358,
          "outcome": "stop",
          "netR": -1.3094,
          "holdMinutes": 6
        },
        {
          "entryTs": 1662018600,
          "entryUtc": "2022-09-01T07:50:00.000Z",
          "exitTs": 1662020280,
          "dir": -1,
          "entryPrice": 1704.918,
          "exitPrice": 1702.083,
          "stopDistance": 1.418,
          "outcome": "target",
          "netR": 1.739,
          "holdMinutes": 28
        },
        {
          "entryTs": 1662027600,
          "entryUtc": "2022-09-01T10:20:00.000Z",
          "exitTs": 1662036060,
          "dir": -1,
          "entryPrice": 1702.604,
          "exitPrice": 1698.497,
          "stopDistance": 2.054,
          "outcome": "target",
          "netR": 1.8198,
          "holdMinutes": 141
        },
        {
          "entryTs": 1662051600,
          "entryUtc": "2022-09-01T17:00:00.000Z",
          "exitTs": 1662052500,
          "dir": -1,
          "entryPrice": 1694.848,
          "exitPrice": 1697.17,
          "stopDistance": 2.322,
          "outcome": "stop",
          "netR": -1.1809,
          "holdMinutes": 15
        },
        {
          "entryTs": 1662057600,
          "entryUtc": "2022-09-01T18:40:00.000Z",
          "exitTs": 1662076920,
          "dir": -1,
          "entryPrice": 1695.984,
          "exitPrice": 1697.76,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 322
        },
        {
          "entryTs": 1662083100,
          "entryUtc": "2022-09-02T01:45:00.000Z",
          "exitTs": 1662087060,
          "dir": -1,
          "entryPrice": 1697.258,
          "exitPrice": 1698.568,
          "stopDistance": 1.31,
          "outcome": "stop",
          "netR": -1.3205,
          "holdMinutes": 66
        },
        {
          "entryTs": 1662117300,
          "entryUtc": "2022-09-02T11:15:00.000Z",
          "exitTs": 1662117780,
          "dir": -1,
          "entryPrice": 1704.754,
          "exitPrice": 1705.9,
          "stopDistance": 1.146,
          "outcome": "stop",
          "netR": -1.3665,
          "holdMinutes": 8
        },
        {
          "entryTs": 1662120900,
          "entryUtc": "2022-09-02T12:15:00.000Z",
          "exitTs": 1662121800,
          "dir": -1,
          "entryPrice": 1705.398,
          "exitPrice": 1706.806,
          "stopDistance": 1.408,
          "outcome": "stop",
          "netR": -1.2982,
          "holdMinutes": 15
        },
        {
          "entryTs": 1662137100,
          "entryUtc": "2022-09-02T16:45:00.000Z",
          "exitTs": 1662143820,
          "dir": -1,
          "entryPrice": 1713.234,
          "exitPrice": 1715.184,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2154,
          "holdMinutes": 112
        },
        {
          "entryTs": 1662146100,
          "entryUtc": "2022-09-02T19:15:00.000Z",
          "exitTs": 1662147420,
          "dir": -1,
          "entryPrice": 1712.04,
          "exitPrice": 1708.823,
          "stopDistance": 1.608,
          "outcome": "target",
          "netR": 1.77,
          "holdMinutes": 22
        },
        {
          "entryTs": 1662330000,
          "entryUtc": "2022-09-04T22:20:00.000Z",
          "exitTs": 1662336000,
          "dir": -1,
          "entryPrice": 1710.458,
          "exitPrice": 1707.673,
          "stopDistance": 1.393,
          "outcome": "target",
          "netR": 1.7343,
          "holdMinutes": 100
        },
        {
          "entryTs": 1662344700,
          "entryUtc": "2022-09-05T02:25:00.000Z",
          "exitTs": 1662345480,
          "dir": -1,
          "entryPrice": 1708.638,
          "exitPrice": 1709.911,
          "stopDistance": 1.273,
          "outcome": "stop",
          "netR": -1.33,
          "holdMinutes": 13
        },
        {
          "entryTs": 1662355500,
          "entryUtc": "2022-09-05T05:25:00.000Z",
          "exitTs": 1662356100,
          "dir": -1,
          "entryPrice": 1711.468,
          "exitPrice": 1712.482,
          "stopDistance": 1.014,
          "outcome": "stop",
          "netR": -1.4144,
          "holdMinutes": 10
        },
        {
          "entryTs": 1662358800,
          "entryUtc": "2022-09-05T06:20:00.000Z",
          "exitTs": 1662362040,
          "dir": -1,
          "entryPrice": 1711.058,
          "exitPrice": 1708.379,
          "stopDistance": 1.34,
          "outcome": "target",
          "netR": 1.7238,
          "holdMinutes": 54
        },
        {
          "entryTs": 1662369900,
          "entryUtc": "2022-09-05T09:25:00.000Z",
          "exitTs": 1662370560,
          "dir": -1,
          "entryPrice": 1711.011,
          "exitPrice": 1712.479,
          "stopDistance": 1.468,
          "outcome": "stop",
          "netR": -1.2861,
          "holdMinutes": 11
        },
        {
          "entryTs": 1662378000,
          "entryUtc": "2022-09-05T11:40:00.000Z",
          "exitTs": 1662378360,
          "dir": -1,
          "entryPrice": 1712.844,
          "exitPrice": 1714.11,
          "stopDistance": 1.266,
          "outcome": "stop",
          "netR": -1.3318,
          "holdMinutes": 6
        },
        {
          "entryTs": 1662400800,
          "entryUtc": "2022-09-05T18:00:00.000Z",
          "exitTs": 1662415200,
          "dir": -1,
          "entryPrice": 1710.274,
          "exitPrice": 1708.795,
          "stopDistance": 0.739,
          "outcome": "target",
          "netR": 1.4996,
          "holdMinutes": 240
        },
        {
          "entryTs": 1662430800,
          "entryUtc": "2022-09-06T02:20:00.000Z",
          "exitTs": 1662431880,
          "dir": -1,
          "entryPrice": 1717.158,
          "exitPrice": 1718.868,
          "stopDistance": 1.71,
          "outcome": "stop",
          "netR": -1.2456,
          "holdMinutes": 18
        },
        {
          "entryTs": 1662436200,
          "entryUtc": "2022-09-06T03:50:00.000Z",
          "exitTs": 1662438180,
          "dir": -1,
          "entryPrice": 1717.128,
          "exitPrice": 1718.389,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.3331,
          "holdMinutes": 33
        },
        {
          "entryTs": 1662444600,
          "entryUtc": "2022-09-06T06:10:00.000Z",
          "exitTs": 1662445740,
          "dir": -1,
          "entryPrice": 1716.418,
          "exitPrice": 1717.642,
          "stopDistance": 1.224,
          "outcome": "stop",
          "netR": -1.3432,
          "holdMinutes": 19
        },
        {
          "entryTs": 1662448500,
          "entryUtc": "2022-09-06T07:15:00.000Z",
          "exitTs": 1662454920,
          "dir": -1,
          "entryPrice": 1715.618,
          "exitPrice": 1712.301,
          "stopDistance": 1.659,
          "outcome": "target",
          "netR": 1.7769,
          "holdMinutes": 107
        },
        {
          "entryTs": 1662465000,
          "entryUtc": "2022-09-06T11:50:00.000Z",
          "exitTs": 1662465240,
          "dir": -1,
          "entryPrice": 1711.904,
          "exitPrice": 1713.214,
          "stopDistance": 1.31,
          "outcome": "stop",
          "netR": -1.3205,
          "holdMinutes": 4
        },
        {
          "entryTs": 1662467700,
          "entryUtc": "2022-09-06T12:35:00.000Z",
          "exitTs": 1662468960,
          "dir": -1,
          "entryPrice": 1711.234,
          "exitPrice": 1707.816,
          "stopDistance": 1.709,
          "outcome": "target",
          "netR": 1.7835,
          "holdMinutes": 21
        },
        {
          "entryTs": 1662504900,
          "entryUtc": "2022-09-06T22:55:00.000Z",
          "exitTs": 1662506640,
          "dir": -1,
          "entryPrice": 1700.474,
          "exitPrice": 1701.263,
          "stopDistance": 0.789,
          "outcome": "stop",
          "netR": -1.532,
          "holdMinutes": 29
        },
        {
          "entryTs": 1662510300,
          "entryUtc": "2022-09-07T00:25:00.000Z",
          "exitTs": 1662510960,
          "dir": -1,
          "entryPrice": 1696.551,
          "exitPrice": 1693.197,
          "stopDistance": 1.677,
          "outcome": "target",
          "netR": 1.7794,
          "holdMinutes": 11
        },
        {
          "entryTs": 1662547800,
          "entryUtc": "2022-09-07T10:50:00.000Z",
          "exitTs": 1662554820,
          "dir": -1,
          "entryPrice": 1702.674,
          "exitPrice": 1699.491,
          "stopDistance": 1.592,
          "outcome": "target",
          "netR": 1.7675,
          "holdMinutes": 117
        },
        {
          "entryTs": 1662577200,
          "entryUtc": "2022-09-07T19:00:00.000Z",
          "exitTs": 1662577980,
          "dir": -1,
          "entryPrice": 1714.628,
          "exitPrice": 1716.17,
          "stopDistance": 1.542,
          "outcome": "stop",
          "netR": -1.2724,
          "holdMinutes": 13
        },
        {
          "entryTs": 1662601800,
          "entryUtc": "2022-09-08T01:50:00.000Z",
          "exitTs": 1662604740,
          "dir": -1,
          "entryPrice": 1716.274,
          "exitPrice": 1713.441,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 49
        },
        {
          "entryTs": 1662612300,
          "entryUtc": "2022-09-08T04:45:00.000Z",
          "exitTs": 1662614460,
          "dir": -1,
          "entryPrice": 1714.654,
          "exitPrice": 1715.758,
          "stopDistance": 1.104,
          "outcome": "stop",
          "netR": -1.3805,
          "holdMinutes": 36
        },
        {
          "entryTs": 1662624300,
          "entryUtc": "2022-09-08T08:05:00.000Z",
          "exitTs": 1662625200,
          "dir": -1,
          "entryPrice": 1717.158,
          "exitPrice": 1718.736,
          "stopDistance": 1.578,
          "outcome": "stop",
          "netR": -1.2662,
          "holdMinutes": 15
        },
        {
          "entryTs": 1662628200,
          "entryUtc": "2022-09-08T09:10:00.000Z",
          "exitTs": 1662633540,
          "dir": 1,
          "entryPrice": 1719.71,
          "exitPrice": 1723.45,
          "stopDistance": 1.87,
          "outcome": "target",
          "netR": 1.8022,
          "holdMinutes": 89
        },
        {
          "entryTs": 1662663300,
          "entryUtc": "2022-09-08T18:55:00.000Z",
          "exitTs": 1662676620,
          "dir": -1,
          "entryPrice": 1707.702,
          "exitPrice": 1709.202,
          "stopDistance": 1.5,
          "outcome": "stop",
          "netR": -1.2801,
          "holdMinutes": 222
        },
        {
          "entryTs": 1662704400,
          "entryUtc": "2022-09-09T06:20:00.000Z",
          "exitTs": 1662704820,
          "dir": 1,
          "entryPrice": 1722.374,
          "exitPrice": 1720.944,
          "stopDistance": 1.43,
          "outcome": "stop",
          "netR": -1.2937,
          "holdMinutes": 7
        },
        {
          "entryTs": 1662720000,
          "entryUtc": "2022-09-09T10:40:00.000Z",
          "exitTs": 1662721260,
          "dir": 1,
          "entryPrice": 1728.404,
          "exitPrice": 1726.474,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2176,
          "holdMinutes": 21
        },
        {
          "entryTs": 1662722400,
          "entryUtc": "2022-09-09T11:20:00.000Z",
          "exitTs": 1662723180,
          "dir": 1,
          "entryPrice": 1727.628,
          "exitPrice": 1725.718,
          "stopDistance": 1.91,
          "outcome": "stop",
          "netR": -1.2199,
          "holdMinutes": 13
        },
        {
          "entryTs": 1662945600,
          "entryUtc": "2022-09-12T01:20:00.000Z",
          "exitTs": 1662946020,
          "dir": -1,
          "entryPrice": 1716.418,
          "exitPrice": 1717.614,
          "stopDistance": 1.196,
          "outcome": "stop",
          "netR": -1.351,
          "holdMinutes": 7
        },
        {
          "entryTs": 1662948300,
          "entryUtc": "2022-09-12T02:05:00.000Z",
          "exitTs": 1662953580,
          "dir": -1,
          "entryPrice": 1715.224,
          "exitPrice": 1712.395,
          "stopDistance": 1.415,
          "outcome": "target",
          "netR": 1.7384,
          "holdMinutes": 88
        },
        {
          "entryTs": 1662962400,
          "entryUtc": "2022-09-12T06:00:00.000Z",
          "exitTs": 1662964020,
          "dir": -1,
          "entryPrice": 1713.068,
          "exitPrice": 1714.345,
          "stopDistance": 1.277,
          "outcome": "stop",
          "netR": -1.3288,
          "holdMinutes": 27
        },
        {
          "entryTs": 1662994200,
          "entryUtc": "2022-09-12T14:50:00.000Z",
          "exitTs": 1663006680,
          "dir": 1,
          "entryPrice": 1729.187,
          "exitPrice": 1726.261,
          "stopDistance": 2.926,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 208
        },
        {
          "entryTs": 1663024500,
          "entryUtc": "2022-09-12T23:15:00.000Z",
          "exitTs": 1663027680,
          "dir": 1,
          "entryPrice": 1725.148,
          "exitPrice": 1726.723,
          "stopDistance": 0.788,
          "outcome": "target",
          "netR": 1.5302,
          "holdMinutes": 53
        },
        {
          "entryTs": 1663046700,
          "entryUtc": "2022-09-13T05:25:00.000Z",
          "exitTs": 1663048200,
          "dir": 1,
          "entryPrice": 1722.318,
          "exitPrice": 1721.033,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.3269,
          "holdMinutes": 25
        },
        {
          "entryTs": 1663049100,
          "entryUtc": "2022-09-13T06:05:00.000Z",
          "exitTs": 1663054380,
          "dir": 1,
          "entryPrice": 1722.378,
          "exitPrice": 1725.021,
          "stopDistance": 1.321,
          "outcome": "target",
          "netR": 1.72,
          "holdMinutes": 88
        },
        {
          "entryTs": 1663059000,
          "entryUtc": "2022-09-13T08:50:00.000Z",
          "exitTs": 1663066920,
          "dir": 1,
          "entryPrice": 1725.748,
          "exitPrice": 1729.047,
          "stopDistance": 1.649,
          "outcome": "target",
          "netR": 1.7757,
          "holdMinutes": 132
        },
        {
          "entryTs": 1663091700,
          "entryUtc": "2022-09-13T17:55:00.000Z",
          "exitTs": 1663200000,
          "dir": -1,
          "entryPrice": 1703.914,
          "exitPrice": 1699.88,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8166,
          "holdMinutes": 1805
        },
        {
          "entryTs": 1663200300,
          "entryUtc": "2022-09-15T00:05:00.000Z",
          "exitTs": 1663204020,
          "dir": -1,
          "entryPrice": 1696.764,
          "exitPrice": 1693.74,
          "stopDistance": 1.512,
          "outcome": "target",
          "netR": 1.7553,
          "holdMinutes": 62
        },
        {
          "entryTs": 1663231800,
          "entryUtc": "2022-09-15T08:50:00.000Z",
          "exitTs": 1663234200,
          "dir": -1,
          "entryPrice": 1686.578,
          "exitPrice": 1688.438,
          "stopDistance": 1.86,
          "outcome": "stop",
          "netR": -1.2258,
          "holdMinutes": 40
        },
        {
          "entryTs": 1663238700,
          "entryUtc": "2022-09-15T10:45:00.000Z",
          "exitTs": 1663245000,
          "dir": -1,
          "entryPrice": 1686.184,
          "exitPrice": 1682.57,
          "stopDistance": 1.807,
          "outcome": "target",
          "netR": 1.7953,
          "holdMinutes": 105
        },
        {
          "entryTs": 1663248000,
          "entryUtc": "2022-09-15T13:20:00.000Z",
          "exitTs": 1663250280,
          "dir": -1,
          "entryPrice": 1685.458,
          "exitPrice": 1688.941,
          "stopDistance": 3.483,
          "outcome": "stop",
          "netR": -1.1206,
          "holdMinutes": 38
        },
        {
          "entryTs": 1663252500,
          "entryUtc": "2022-09-15T14:35:00.000Z",
          "exitTs": 1663253340,
          "dir": -1,
          "entryPrice": 1684.278,
          "exitPrice": 1677.173,
          "stopDistance": 3.553,
          "outcome": "target",
          "netR": 1.8958,
          "holdMinutes": 14
        },
        {
          "entryTs": 1663264200,
          "entryUtc": "2022-09-15T17:50:00.000Z",
          "exitTs": 1663538400,
          "dir": -1,
          "entryPrice": 1666.164,
          "exitPrice": 1668.692,
          "stopDistance": 2.528,
          "outcome": "stop",
          "netR": -1.1661,
          "holdMinutes": 4570
        },
        {
          "entryTs": 1663549200,
          "entryUtc": "2022-09-19T01:00:00.000Z",
          "exitTs": 1663550580,
          "dir": -1,
          "entryPrice": 1675.785,
          "exitPrice": 1672.994,
          "stopDistance": 1.396,
          "outcome": "target",
          "netR": 1.7349,
          "holdMinutes": 23
        },
        {
          "entryTs": 1663578000,
          "entryUtc": "2022-09-19T09:00:00.000Z",
          "exitTs": 1663578420,
          "dir": -1,
          "entryPrice": 1662.426,
          "exitPrice": 1664.541,
          "stopDistance": 2.115,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 7
        },
        {
          "entryTs": 1663579500,
          "entryUtc": "2022-09-19T09:25:00.000Z",
          "exitTs": 1663583400,
          "dir": -1,
          "entryPrice": 1662.725,
          "exitPrice": 1664.811,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2014,
          "holdMinutes": 65
        },
        {
          "entryTs": 1663587000,
          "entryUtc": "2022-09-19T11:30:00.000Z",
          "exitTs": 1663589160,
          "dir": -1,
          "entryPrice": 1661.158,
          "exitPrice": 1663.177,
          "stopDistance": 2.019,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 36
        },
        {
          "entryTs": 1663605900,
          "entryUtc": "2022-09-19T16:45:00.000Z",
          "exitTs": 1663614180,
          "dir": -1,
          "entryPrice": 1670.328,
          "exitPrice": 1672.122,
          "stopDistance": 1.794,
          "outcome": "stop",
          "netR": -1.2341,
          "holdMinutes": 138
        },
        {
          "entryTs": 1663635900,
          "entryUtc": "2022-09-20T01:05:00.000Z",
          "exitTs": 1663636140,
          "dir": -1,
          "entryPrice": 1674.978,
          "exitPrice": 1676.26,
          "stopDistance": 1.282,
          "outcome": "stop",
          "netR": -1.3275,
          "holdMinutes": 4
        },
        {
          "entryTs": 1663647600,
          "entryUtc": "2022-09-20T04:20:00.000Z",
          "exitTs": 1663650000,
          "dir": -1,
          "entryPrice": 1675.178,
          "exitPrice": 1673.032,
          "stopDistance": 1.073,
          "outcome": "target",
          "netR": 1.6551,
          "holdMinutes": 40
        },
        {
          "entryTs": 1663660500,
          "entryUtc": "2022-09-20T07:55:00.000Z",
          "exitTs": 1663661700,
          "dir": -1,
          "entryPrice": 1672.685,
          "exitPrice": 1668.83,
          "stopDistance": 1.927,
          "outcome": "target",
          "netR": 1.808,
          "holdMinutes": 20
        },
        {
          "entryTs": 1663672200,
          "entryUtc": "2022-09-20T11:10:00.000Z",
          "exitTs": 1663672680,
          "dir": -1,
          "entryPrice": 1668.225,
          "exitPrice": 1669.87,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2552,
          "holdMinutes": 8
        },
        {
          "entryTs": 1663674000,
          "entryUtc": "2022-09-20T11:40:00.000Z",
          "exitTs": 1663675020,
          "dir": -1,
          "entryPrice": 1667.365,
          "exitPrice": 1669.114,
          "stopDistance": 1.749,
          "outcome": "stop",
          "netR": -1.2401,
          "holdMinutes": 17
        },
        {
          "entryTs": 1663690500,
          "entryUtc": "2022-09-20T16:15:00.000Z",
          "exitTs": 1663702560,
          "dir": -1,
          "entryPrice": 1664.045,
          "exitPrice": 1666.055,
          "stopDistance": 2.01,
          "outcome": "stop",
          "netR": -1.209,
          "holdMinutes": 201
        },
        {
          "entryTs": 1663706700,
          "entryUtc": "2022-09-20T20:45:00.000Z",
          "exitTs": 1663714920,
          "dir": -1,
          "entryPrice": 1664.398,
          "exitPrice": 1665.439,
          "stopDistance": 1.041,
          "outcome": "stop",
          "netR": -1.4033,
          "holdMinutes": 137
        },
        {
          "entryTs": 1663720500,
          "entryUtc": "2022-09-21T00:35:00.000Z",
          "exitTs": 1663722300,
          "dir": -1,
          "entryPrice": 1665.438,
          "exitPrice": 1663.507,
          "stopDistance": 0.966,
          "outcome": "target",
          "netR": 1.6168,
          "holdMinutes": 30
        },
        {
          "entryTs": 1663729800,
          "entryUtc": "2022-09-21T03:10:00.000Z",
          "exitTs": 1663739520,
          "dir": -1,
          "entryPrice": 1663.945,
          "exitPrice": 1665.212,
          "stopDistance": 1.267,
          "outcome": "stop",
          "netR": -1.3315,
          "holdMinutes": 162
        },
        {
          "entryTs": 1663765200,
          "entryUtc": "2022-09-21T13:00:00.000Z",
          "exitTs": 1663770360,
          "dir": -1,
          "entryPrice": 1674.098,
          "exitPrice": 1669.964,
          "stopDistance": 2.067,
          "outcome": "target",
          "netR": 1.821,
          "holdMinutes": 86
        },
        {
          "entryTs": 1663783500,
          "entryUtc": "2022-09-21T18:05:00.000Z",
          "exitTs": 1663783740,
          "dir": -1,
          "entryPrice": 1658.466,
          "exitPrice": 1660.961,
          "stopDistance": 2.495,
          "outcome": "stop",
          "netR": -1.1683,
          "holdMinutes": 4
        },
        {
          "entryTs": 1663790400,
          "entryUtc": "2022-09-21T20:00:00.000Z",
          "exitTs": 1663809000,
          "dir": -1,
          "entryPrice": 1672.322,
          "exitPrice": 1659.25,
          "stopDistance": 6.536,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 310
        },
        {
          "entryTs": 1663819800,
          "entryUtc": "2022-09-22T04:10:00.000Z",
          "exitTs": 1663823040,
          "dir": -1,
          "entryPrice": 1659.995,
          "exitPrice": 1661.73,
          "stopDistance": 1.735,
          "outcome": "stop",
          "netR": -1.242,
          "holdMinutes": 54
        },
        {
          "entryTs": 1663827600,
          "entryUtc": "2022-09-22T06:20:00.000Z",
          "exitTs": 1663830240,
          "dir": -1,
          "entryPrice": 1659.823,
          "exitPrice": 1656.225,
          "stopDistance": 1.799,
          "outcome": "target",
          "netR": 1.7943,
          "holdMinutes": 44
        },
        {
          "entryTs": 1663841400,
          "entryUtc": "2022-09-22T10:10:00.000Z",
          "exitTs": 1663844400,
          "dir": -1,
          "entryPrice": 1666.028,
          "exitPrice": 1669.573,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 50
        },
        {
          "entryTs": 1663854900,
          "entryUtc": "2022-09-22T13:55:00.000Z",
          "exitTs": 1663856940,
          "dir": -1,
          "entryPrice": 1673.328,
          "exitPrice": 1677.746,
          "stopDistance": 4.418,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 34
        },
        {
          "entryTs": 1663869000,
          "entryUtc": "2022-09-22T17:50:00.000Z",
          "exitTs": 1663893960,
          "dir": -1,
          "entryPrice": 1672.265,
          "exitPrice": 1674.464,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 416
        },
        {
          "entryTs": 1663897500,
          "entryUtc": "2022-09-23T01:45:00.000Z",
          "exitTs": 1663904820,
          "dir": -1,
          "entryPrice": 1671.768,
          "exitPrice": 1668.89,
          "stopDistance": 1.439,
          "outcome": "target",
          "netR": 1.7428,
          "holdMinutes": 122
        },
        {
          "entryTs": 1663916700,
          "entryUtc": "2022-09-23T07:05:00.000Z",
          "exitTs": 1663918920,
          "dir": -1,
          "entryPrice": 1669.668,
          "exitPrice": 1666.405,
          "stopDistance": 1.632,
          "outcome": "target",
          "netR": 1.7732,
          "holdMinutes": 37
        },
        {
          "entryTs": 1663941000,
          "entryUtc": "2022-09-23T13:50:00.000Z",
          "exitTs": 1664143200,
          "dir": -1,
          "entryPrice": 1644.924,
          "exitPrice": 1643.965,
          "stopDistance": 4.072,
          "outcome": "time",
          "netR": 0.1446,
          "holdMinutes": 3370
        },
        {
          "entryTs": 1664143800,
          "entryUtc": "2022-09-25T22:10:00.000Z",
          "exitTs": 1664143860,
          "dir": -1,
          "entryPrice": 1640.298,
          "exitPrice": 1642.293,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 1
        },
        {
          "entryTs": 1664147700,
          "entryUtc": "2022-09-25T23:15:00.000Z",
          "exitTs": 1664150580,
          "dir": -1,
          "entryPrice": 1643.015,
          "exitPrice": 1644.868,
          "stopDistance": 1.852,
          "outcome": "stop",
          "netR": -1.2267,
          "holdMinutes": 48
        },
        {
          "entryTs": 1664151900,
          "entryUtc": "2022-09-26T00:25:00.000Z",
          "exitTs": 1664152980,
          "dir": -1,
          "entryPrice": 1642.575,
          "exitPrice": 1638.868,
          "stopDistance": 1.853,
          "outcome": "target",
          "netR": 1.8004,
          "holdMinutes": 18
        },
        {
          "entryTs": 1664160900,
          "entryUtc": "2022-09-26T02:55:00.000Z",
          "exitTs": 1664175960,
          "dir": -1,
          "entryPrice": 1639.738,
          "exitPrice": 1642.737,
          "stopDistance": 2.999,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 251
        },
        {
          "entryTs": 1664185500,
          "entryUtc": "2022-09-26T09:45:00.000Z",
          "exitTs": 1664187180,
          "dir": -1,
          "entryPrice": 1642.775,
          "exitPrice": 1637.762,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8524,
          "holdMinutes": 28
        },
        {
          "entryTs": 1664204700,
          "entryUtc": "2022-09-26T15:05:00.000Z",
          "exitTs": 1664206260,
          "dir": -1,
          "entryPrice": 1644.508,
          "exitPrice": 1638.358,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 26
        },
        {
          "entryTs": 1664221200,
          "entryUtc": "2022-09-26T19:40:00.000Z",
          "exitTs": 1664232900,
          "dir": -1,
          "entryPrice": 1623.703,
          "exitPrice": 1626.399,
          "stopDistance": 2.696,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 195
        },
        {
          "entryTs": 1664246400,
          "entryUtc": "2022-09-27T02:40:00.000Z",
          "exitTs": 1664250240,
          "dir": -1,
          "entryPrice": 1629.567,
          "exitPrice": 1631.18,
          "stopDistance": 1.613,
          "outcome": "stop",
          "netR": -1.2604,
          "holdMinutes": 64
        },
        {
          "entryTs": 1664266500,
          "entryUtc": "2022-09-27T08:15:00.000Z",
          "exitTs": 1664267220,
          "dir": -1,
          "entryPrice": 1634.855,
          "exitPrice": 1636.968,
          "stopDistance": 2.113,
          "outcome": "stop",
          "netR": -1.1988,
          "holdMinutes": 12
        },
        {
          "entryTs": 1664283600,
          "entryUtc": "2022-09-27T13:00:00.000Z",
          "exitTs": 1664284380,
          "dir": -1,
          "entryPrice": 1635.306,
          "exitPrice": 1637.939,
          "stopDistance": 2.633,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 13
        },
        {
          "entryTs": 1664287500,
          "entryUtc": "2022-09-27T14:05:00.000Z",
          "exitTs": 1664298060,
          "dir": -1,
          "entryPrice": 1634.958,
          "exitPrice": 1627.646,
          "stopDistance": 3.656,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 176
        },
        {
          "entryTs": 1664306100,
          "entryUtc": "2022-09-27T19:15:00.000Z",
          "exitTs": 1664325900,
          "dir": -1,
          "entryPrice": 1629.368,
          "exitPrice": 1625.381,
          "stopDistance": 1.994,
          "outcome": "target",
          "netR": 1.8144,
          "holdMinutes": 330
        },
        {
          "entryTs": 1664336100,
          "entryUtc": "2022-09-28T03:35:00.000Z",
          "exitTs": 1664345760,
          "dir": -1,
          "entryPrice": 1624.465,
          "exitPrice": 1621.621,
          "stopDistance": 1.422,
          "outcome": "target",
          "netR": 1.7398,
          "holdMinutes": 161
        },
        {
          "entryTs": 1664354100,
          "entryUtc": "2022-09-28T08:35:00.000Z",
          "exitTs": 1664359320,
          "dir": -1,
          "entryPrice": 1619.498,
          "exitPrice": 1622.524,
          "stopDistance": 3.026,
          "outcome": "stop",
          "netR": -1.1388,
          "holdMinutes": 87
        },
        {
          "entryTs": 1664366100,
          "entryUtc": "2022-09-28T11:55:00.000Z",
          "exitTs": 1664366820,
          "dir": -1,
          "entryPrice": 1624.508,
          "exitPrice": 1628.128,
          "stopDistance": 3.62,
          "outcome": "stop",
          "netR": -1.116,
          "holdMinutes": 12
        },
        {
          "entryTs": 1664394600,
          "entryUtc": "2022-09-28T19:50:00.000Z",
          "exitTs": 1664402580,
          "dir": 1,
          "entryPrice": 1660.638,
          "exitPrice": 1658.703,
          "stopDistance": 1.935,
          "outcome": "stop",
          "netR": -1.2171,
          "holdMinutes": 133
        },
        {
          "entryTs": 1664417100,
          "entryUtc": "2022-09-29T02:05:00.000Z",
          "exitTs": 1664428560,
          "dir": -1,
          "entryPrice": 1653.455,
          "exitPrice": 1649.287,
          "stopDistance": 2.084,
          "outcome": "target",
          "netR": 1.8225,
          "holdMinutes": 191
        },
        {
          "entryTs": 1664440500,
          "entryUtc": "2022-09-29T08:35:00.000Z",
          "exitTs": 1664442720,
          "dir": -1,
          "entryPrice": 1644.555,
          "exitPrice": 1647.027,
          "stopDistance": 2.472,
          "outcome": "stop",
          "netR": -1.1699,
          "holdMinutes": 37
        },
        {
          "entryTs": 1664456400,
          "entryUtc": "2022-09-29T13:00:00.000Z",
          "exitTs": 1664456700,
          "dir": -1,
          "entryPrice": 1649.265,
          "exitPrice": 1652.605,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 5
        },
        {
          "entryTs": 1664461200,
          "entryUtc": "2022-09-29T14:20:00.000Z",
          "exitTs": 1664462580,
          "dir": -1,
          "entryPrice": 1645.235,
          "exitPrice": 1649.704,
          "stopDistance": 4.469,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 23
        },
        {
          "entryTs": 1664478300,
          "entryUtc": "2022-09-29T19:05:00.000Z",
          "exitTs": 1664490840,
          "dir": 1,
          "entryPrice": 1659.888,
          "exitPrice": 1663.637,
          "stopDistance": 1.875,
          "outcome": "target",
          "netR": 1.8026,
          "holdMinutes": 209
        },
        {
          "entryTs": 1664506800,
          "entryUtc": "2022-09-30T03:00:00.000Z",
          "exitTs": 1664510700,
          "dir": 1,
          "entryPrice": 1663.258,
          "exitPrice": 1661.581,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2504,
          "holdMinutes": 65
        },
        {
          "entryTs": 1664513100,
          "entryUtc": "2022-09-30T04:45:00.000Z",
          "exitTs": 1664515800,
          "dir": 1,
          "entryPrice": 1663.105,
          "exitPrice": 1665.54,
          "stopDistance": 1.217,
          "outcome": "target",
          "netR": 1.696,
          "holdMinutes": 45
        },
        {
          "entryTs": 1664529900,
          "entryUtc": "2022-09-30T09:25:00.000Z",
          "exitTs": 1664530680,
          "dir": 1,
          "entryPrice": 1671.925,
          "exitPrice": 1669.316,
          "stopDistance": 2.609,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 13
        },
        {
          "entryTs": 1664541300,
          "entryUtc": "2022-09-30T12:35:00.000Z",
          "exitTs": 1664542380,
          "dir": 1,
          "entryPrice": 1668.318,
          "exitPrice": 1665.291,
          "stopDistance": 3.027,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 18
        },
        {
          "entryTs": 1664544900,
          "entryUtc": "2022-09-30T13:35:00.000Z",
          "exitTs": 1664545020,
          "dir": 1,
          "entryPrice": 1669.298,
          "exitPrice": 1665.85,
          "stopDistance": 3.448,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 2
        },
        {
          "entryTs": 1664748600,
          "entryUtc": "2022-10-02T22:10:00.000Z",
          "exitTs": 1664761560,
          "dir": 1,
          "entryPrice": 1664.775,
          "exitPrice": 1668.546,
          "stopDistance": 1.885,
          "outcome": "target",
          "netR": 1.8037,
          "holdMinutes": 216
        },
        {
          "entryTs": 1664775600,
          "entryUtc": "2022-10-03T05:40:00.000Z",
          "exitTs": 1664776320,
          "dir": 1,
          "entryPrice": 1664.195,
          "exitPrice": 1666.651,
          "stopDistance": 1.228,
          "outcome": "target",
          "netR": 1.6988,
          "holdMinutes": 12
        },
        {
          "entryTs": 1664781900,
          "entryUtc": "2022-10-03T07:25:00.000Z",
          "exitTs": 1664782620,
          "dir": 1,
          "entryPrice": 1664.525,
          "exitPrice": 1662.082,
          "stopDistance": 2.443,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 12
        },
        {
          "entryTs": 1664785800,
          "entryUtc": "2022-10-03T08:30:00.000Z",
          "exitTs": 1664787420,
          "dir": 1,
          "entryPrice": 1665.028,
          "exitPrice": 1662.525,
          "stopDistance": 2.503,
          "outcome": "stop",
          "netR": -1.1678,
          "holdMinutes": 27
        },
        {
          "entryTs": 1664792700,
          "entryUtc": "2022-10-03T10:25:00.000Z",
          "exitTs": 1664799840,
          "dir": 1,
          "entryPrice": 1664.431,
          "exitPrice": 1669.247,
          "stopDistance": 2.408,
          "outcome": "target",
          "netR": 1.8463,
          "holdMinutes": 119
        },
        {
          "entryTs": 1664836800,
          "entryUtc": "2022-10-03T22:40:00.000Z",
          "exitTs": 1664843280,
          "dir": 1,
          "entryPrice": 1699.648,
          "exitPrice": 1698.199,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2898,
          "holdMinutes": 108
        },
        {
          "entryTs": 1664854800,
          "entryUtc": "2022-10-04T03:40:00.000Z",
          "exitTs": 1664857080,
          "dir": 1,
          "entryPrice": 1698.828,
          "exitPrice": 1697.314,
          "stopDistance": 1.514,
          "outcome": "stop",
          "netR": -1.2774,
          "holdMinutes": 38
        },
        {
          "entryTs": 1664862000,
          "entryUtc": "2022-10-04T05:40:00.000Z",
          "exitTs": 1664862720,
          "dir": 1,
          "entryPrice": 1699.458,
          "exitPrice": 1702.95,
          "stopDistance": 1.746,
          "outcome": "target",
          "netR": 1.7881,
          "holdMinutes": 12
        },
        {
          "entryTs": 1664886300,
          "entryUtc": "2022-10-04T12:25:00.000Z",
          "exitTs": 1664888040,
          "dir": 1,
          "entryPrice": 1707.143,
          "exitPrice": 1712.636,
          "stopDistance": 2.747,
          "outcome": "target",
          "netR": 1.8653,
          "holdMinutes": 29
        },
        {
          "entryTs": 1664907600,
          "entryUtc": "2022-10-04T18:20:00.000Z",
          "exitTs": 1664931120,
          "dir": 1,
          "entryPrice": 1723.765,
          "exitPrice": 1721.335,
          "stopDistance": 2.43,
          "outcome": "stop",
          "netR": -1.1728,
          "holdMinutes": 392
        },
        {
          "entryTs": 1664946900,
          "entryUtc": "2022-10-05T05:15:00.000Z",
          "exitTs": 1664947380,
          "dir": 1,
          "entryPrice": 1721.794,
          "exitPrice": 1720.246,
          "stopDistance": 1.548,
          "outcome": "stop",
          "netR": -1.2713,
          "holdMinutes": 8
        },
        {
          "entryTs": 1664950800,
          "entryUtc": "2022-10-05T06:20:00.000Z",
          "exitTs": 1664951940,
          "dir": 1,
          "entryPrice": 1721.138,
          "exitPrice": 1724.8,
          "stopDistance": 1.831,
          "outcome": "target",
          "netR": 1.798,
          "holdMinutes": 19
        },
        {
          "entryTs": 1664967900,
          "entryUtc": "2022-10-05T11:05:00.000Z",
          "exitTs": 1664968920,
          "dir": 1,
          "entryPrice": 1712.084,
          "exitPrice": 1709.478,
          "stopDistance": 2.606,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 17
        },
        {
          "entryTs": 1664973000,
          "entryUtc": "2022-10-05T12:30:00.000Z",
          "exitTs": 1664977200,
          "dir": 1,
          "entryPrice": 1711.262,
          "exitPrice": 1708.289,
          "stopDistance": 2.973,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 70
        },
        {
          "entryTs": 1664982600,
          "entryUtc": "2022-10-05T15:10:00.000Z",
          "exitTs": 1664996340,
          "dir": 1,
          "entryPrice": 1709.437,
          "exitPrice": 1717.35,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 229
        },
        {
          "entryTs": 1665009600,
          "entryUtc": "2022-10-05T22:40:00.000Z",
          "exitTs": 1665013080,
          "dir": 1,
          "entryPrice": 1716.264,
          "exitPrice": 1718.635,
          "stopDistance": 1.185,
          "outcome": "target",
          "netR": 1.6879,
          "holdMinutes": 58
        },
        {
          "entryTs": 1665038700,
          "entryUtc": "2022-10-06T06:45:00.000Z",
          "exitTs": 1665039540,
          "dir": 1,
          "entryPrice": 1723.354,
          "exitPrice": 1721.421,
          "stopDistance": 1.933,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 14
        },
        {
          "entryTs": 1665041400,
          "entryUtc": "2022-10-06T07:30:00.000Z",
          "exitTs": 1665043860,
          "dir": 1,
          "entryPrice": 1723.582,
          "exitPrice": 1721.295,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 41
        },
        {
          "entryTs": 1665057900,
          "entryUtc": "2022-10-06T12:05:00.000Z",
          "exitTs": 1665061200,
          "dir": 1,
          "entryPrice": 1716.858,
          "exitPrice": 1714.583,
          "stopDistance": 2.275,
          "outcome": "stop",
          "netR": -1.1846,
          "holdMinutes": 55
        },
        {
          "entryTs": 1665069900,
          "entryUtc": "2022-10-06T15:25:00.000Z",
          "exitTs": 1665070920,
          "dir": 1,
          "entryPrice": 1713.297,
          "exitPrice": 1710.169,
          "stopDistance": 3.128,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 17
        },
        {
          "entryTs": 1665074700,
          "entryUtc": "2022-10-06T16:45:00.000Z",
          "exitTs": 1665104700,
          "dir": 1,
          "entryPrice": 1712.044,
          "exitPrice": 1711.287,
          "stopDistance": 2.64,
          "outcome": "time",
          "netR": -0.4269,
          "holdMinutes": 500
        },
        {
          "entryTs": 1665111300,
          "entryUtc": "2022-10-07T02:55:00.000Z",
          "exitTs": 1665113160,
          "dir": 1,
          "entryPrice": 1712.647,
          "exitPrice": 1710.855,
          "stopDistance": 1.792,
          "outcome": "stop",
          "netR": -1.2343,
          "holdMinutes": 31
        },
        {
          "entryTs": 1665119700,
          "entryUtc": "2022-10-07T05:15:00.000Z",
          "exitTs": 1665122820,
          "dir": 1,
          "entryPrice": 1711.318,
          "exitPrice": 1713.915,
          "stopDistance": 1.299,
          "outcome": "target",
          "netR": 1.7151,
          "holdMinutes": 52
        },
        {
          "entryTs": 1665128400,
          "entryUtc": "2022-10-07T07:40:00.000Z",
          "exitTs": 1665129720,
          "dir": 1,
          "entryPrice": 1712.082,
          "exitPrice": 1710.045,
          "stopDistance": 2.037,
          "outcome": "stop",
          "netR": -1.2062,
          "holdMinutes": 22
        },
        {
          "entryTs": 1665136800,
          "entryUtc": "2022-10-07T10:00:00.000Z",
          "exitTs": 1665136980,
          "dir": 1,
          "entryPrice": 1712.734,
          "exitPrice": 1710.986,
          "stopDistance": 1.748,
          "outcome": "stop",
          "netR": -1.2403,
          "holdMinutes": 3
        },
        {
          "entryTs": 1665145200,
          "entryUtc": "2022-10-07T12:20:00.000Z",
          "exitTs": 1665145800,
          "dir": 1,
          "entryPrice": 1709.637,
          "exitPrice": 1707.46,
          "stopDistance": 2.177,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 10
        },
        {
          "entryTs": 1665154800,
          "entryUtc": "2022-10-07T15:00:00.000Z",
          "exitTs": 1665168480,
          "dir": 1,
          "entryPrice": 1701.774,
          "exitPrice": 1697.176,
          "stopDistance": 4.598,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 228
        },
        {
          "entryTs": 1665353400,
          "entryUtc": "2022-10-09T22:10:00.000Z",
          "exitTs": 1665358200,
          "dir": 1,
          "entryPrice": 1698.664,
          "exitPrice": 1697.01,
          "stopDistance": 1.654,
          "outcome": "stop",
          "netR": -1.2539,
          "holdMinutes": 80
        },
        {
          "entryTs": 1665387300,
          "entryUtc": "2022-10-10T07:35:00.000Z",
          "exitTs": 1665388680,
          "dir": -1,
          "entryPrice": 1686.338,
          "exitPrice": 1682.142,
          "stopDistance": 2.098,
          "outcome": "target",
          "netR": 1.8236,
          "holdMinutes": 23
        },
        {
          "entryTs": 1665429300,
          "entryUtc": "2022-10-10T19:15:00.000Z",
          "exitTs": 1665447600,
          "dir": -1,
          "entryPrice": 1668.405,
          "exitPrice": 1670.189,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2355,
          "holdMinutes": 305
        },
        {
          "entryTs": 1665453000,
          "entryUtc": "2022-10-11T01:50:00.000Z",
          "exitTs": 1665454380,
          "dir": -1,
          "entryPrice": 1667.858,
          "exitPrice": 1664.298,
          "stopDistance": 1.78,
          "outcome": "target",
          "netR": 1.7921,
          "holdMinutes": 23
        },
        {
          "entryTs": 1665473400,
          "entryUtc": "2022-10-11T07:30:00.000Z",
          "exitTs": 1665475800,
          "dir": -1,
          "entryPrice": 1665.338,
          "exitPrice": 1667.794,
          "stopDistance": 2.456,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 40
        },
        {
          "entryTs": 1665478200,
          "entryUtc": "2022-10-11T08:50:00.000Z",
          "exitTs": 1665486840,
          "dir": -1,
          "entryPrice": 1665.788,
          "exitPrice": 1668.395,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 144
        },
        {
          "entryTs": 1665496800,
          "entryUtc": "2022-10-11T14:00:00.000Z",
          "exitTs": 1665499020,
          "dir": -1,
          "entryPrice": 1666.945,
          "exitPrice": 1669.837,
          "stopDistance": 2.893,
          "outcome": "stop",
          "netR": -1.1452,
          "holdMinutes": 37
        },
        {
          "entryTs": 1665510600,
          "entryUtc": "2022-10-11T17:50:00.000Z",
          "exitTs": 1665514140,
          "dir": -1,
          "entryPrice": 1677.825,
          "exitPrice": 1672.985,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 59
        },
        {
          "entryTs": 1665537000,
          "entryUtc": "2022-10-12T01:10:00.000Z",
          "exitTs": 1665537600,
          "dir": -1,
          "entryPrice": 1664.068,
          "exitPrice": 1665.83,
          "stopDistance": 1.762,
          "outcome": "stop",
          "netR": -1.2383,
          "holdMinutes": 10
        },
        {
          "entryTs": 1665538500,
          "entryUtc": "2022-10-12T01:35:00.000Z",
          "exitTs": 1665545040,
          "dir": -1,
          "entryPrice": 1663.408,
          "exitPrice": 1665.341,
          "stopDistance": 1.933,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 109
        },
        {
          "entryTs": 1665559800,
          "entryUtc": "2022-10-12T07:30:00.000Z",
          "exitTs": 1665561720,
          "dir": -1,
          "entryPrice": 1667.628,
          "exitPrice": 1670.279,
          "stopDistance": 2.651,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 32
        },
        {
          "entryTs": 1665565800,
          "entryUtc": "2022-10-12T09:10:00.000Z",
          "exitTs": 1665566880,
          "dir": -1,
          "entryPrice": 1669.151,
          "exitPrice": 1671.542,
          "stopDistance": 2.391,
          "outcome": "stop",
          "netR": -1.1757,
          "holdMinutes": 18
        },
        {
          "entryTs": 1665568200,
          "entryUtc": "2022-10-12T09:50:00.000Z",
          "exitTs": 1665577800,
          "dir": -1,
          "entryPrice": 1669.598,
          "exitPrice": 1665.105,
          "stopDistance": 2.247,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 160
        },
        {
          "entryTs": 1665580500,
          "entryUtc": "2022-10-12T13:15:00.000Z",
          "exitTs": 1665580980,
          "dir": -1,
          "entryPrice": 1667.878,
          "exitPrice": 1670.935,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 8
        },
        {
          "entryTs": 1665585000,
          "entryUtc": "2022-10-12T14:30:00.000Z",
          "exitTs": 1665597720,
          "dir": -1,
          "entryPrice": 1669.348,
          "exitPrice": 1672.578,
          "stopDistance": 3.23,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 212
        },
        {
          "entryTs": 1665606900,
          "entryUtc": "2022-10-12T20:35:00.000Z",
          "exitTs": 1665613260,
          "dir": -1,
          "entryPrice": 1672.565,
          "exitPrice": 1674.13,
          "stopDistance": 1.565,
          "outcome": "stop",
          "netR": -1.2684,
          "holdMinutes": 106
        },
        {
          "entryTs": 1665614100,
          "entryUtc": "2022-10-12T22:35:00.000Z",
          "exitTs": 1665616440,
          "dir": -1,
          "entryPrice": 1673.025,
          "exitPrice": 1674.084,
          "stopDistance": 1.059,
          "outcome": "stop",
          "netR": -1.3964,
          "holdMinutes": 39
        },
        {
          "entryTs": 1665620400,
          "entryUtc": "2022-10-13T00:20:00.000Z",
          "exitTs": 1665620760,
          "dir": -1,
          "entryPrice": 1673.092,
          "exitPrice": 1673.915,
          "stopDistance": 0.823,
          "outcome": "stop",
          "netR": -1.5101,
          "holdMinutes": 6
        },
        {
          "entryTs": 1665623100,
          "entryUtc": "2022-10-13T01:05:00.000Z",
          "exitTs": 1665626580,
          "dir": -1,
          "entryPrice": 1673.568,
          "exitPrice": 1671.435,
          "stopDistance": 1.067,
          "outcome": "target",
          "netR": 1.6531,
          "holdMinutes": 58
        },
        {
          "entryTs": 1665638700,
          "entryUtc": "2022-10-13T05:25:00.000Z",
          "exitTs": 1665639540,
          "dir": -1,
          "entryPrice": 1669.565,
          "exitPrice": 1670.457,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.4708,
          "holdMinutes": 14
        },
        {
          "entryTs": 1665640800,
          "entryUtc": "2022-10-13T06:00:00.000Z",
          "exitTs": 1665640920,
          "dir": -1,
          "entryPrice": 1668.925,
          "exitPrice": 1669.951,
          "stopDistance": 1.026,
          "outcome": "stop",
          "netR": -1.4093,
          "holdMinutes": 2
        },
        {
          "entryTs": 1665658500,
          "entryUtc": "2022-10-13T10:55:00.000Z",
          "exitTs": 1665660480,
          "dir": -1,
          "entryPrice": 1674.465,
          "exitPrice": 1675.97,
          "stopDistance": 1.505,
          "outcome": "stop",
          "netR": -1.279,
          "holdMinutes": 33
        },
        {
          "entryTs": 1665664200,
          "entryUtc": "2022-10-13T12:30:00.000Z",
          "exitTs": 1665664200,
          "dir": -1,
          "entryPrice": 1674.334,
          "exitPrice": 1669.606,
          "stopDistance": 2.364,
          "outcome": "target",
          "netR": 1.8435,
          "holdMinutes": 0
        },
        {
          "entryTs": 1665687300,
          "entryUtc": "2022-10-13T18:55:00.000Z",
          "exitTs": 1665707580,
          "dir": -1,
          "entryPrice": 1667.348,
          "exitPrice": 1661.734,
          "stopDistance": 2.807,
          "outcome": "target",
          "netR": 1.8682,
          "holdMinutes": 338
        },
        {
          "entryTs": 1665721800,
          "entryUtc": "2022-10-14T04:30:00.000Z",
          "exitTs": 1665724140,
          "dir": -1,
          "entryPrice": 1666.498,
          "exitPrice": 1668.041,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2722,
          "holdMinutes": 39
        },
        {
          "entryTs": 1665725100,
          "entryUtc": "2022-10-14T05:25:00.000Z",
          "exitTs": 1665725580,
          "dir": -1,
          "entryPrice": 1667.068,
          "exitPrice": 1668.391,
          "stopDistance": 1.323,
          "outcome": "stop",
          "netR": -1.3174,
          "holdMinutes": 8
        },
        {
          "entryTs": 1665731700,
          "entryUtc": "2022-10-14T07:15:00.000Z",
          "exitTs": 1665732120,
          "dir": -1,
          "entryPrice": 1668.218,
          "exitPrice": 1664.117,
          "stopDistance": 2.051,
          "outcome": "target",
          "netR": 1.8196,
          "holdMinutes": 7
        },
        {
          "entryTs": 1665748800,
          "entryUtc": "2022-10-14T12:00:00.000Z",
          "exitTs": 1665751800,
          "dir": -1,
          "entryPrice": 1654.855,
          "exitPrice": 1657.578,
          "stopDistance": 2.723,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 50
        },
        {
          "entryTs": 1665754500,
          "entryUtc": "2022-10-14T13:35:00.000Z",
          "exitTs": 1665756000,
          "dir": -1,
          "entryPrice": 1652.858,
          "exitPrice": 1645.48,
          "stopDistance": 3.689,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 25
        },
        {
          "entryTs": 1665976500,
          "entryUtc": "2022-10-17T03:15:00.000Z",
          "exitTs": 1665977940,
          "dir": -1,
          "entryPrice": 1649.485,
          "exitPrice": 1650.639,
          "stopDistance": 1.154,
          "outcome": "stop",
          "netR": -1.364,
          "holdMinutes": 24
        },
        {
          "entryTs": 1665979500,
          "entryUtc": "2022-10-17T04:05:00.000Z",
          "exitTs": 1665983100,
          "dir": -1,
          "entryPrice": 1648.898,
          "exitPrice": 1649.974,
          "stopDistance": 1.076,
          "outcome": "stop",
          "netR": -1.3903,
          "holdMinutes": 60
        },
        {
          "entryTs": 1665988500,
          "entryUtc": "2022-10-17T06:35:00.000Z",
          "exitTs": 1665990120,
          "dir": -1,
          "entryPrice": 1650.038,
          "exitPrice": 1651.608,
          "stopDistance": 1.57,
          "outcome": "stop",
          "netR": -1.2675,
          "holdMinutes": 27
        },
        {
          "entryTs": 1666016700,
          "entryUtc": "2022-10-17T14:25:00.000Z",
          "exitTs": 1666017600,
          "dir": -1,
          "entryPrice": 1661.118,
          "exitPrice": 1663.877,
          "stopDistance": 2.759,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666023900,
          "entryUtc": "2022-10-17T16:25:00.000Z",
          "exitTs": 1666025760,
          "dir": -1,
          "entryPrice": 1661.948,
          "exitPrice": 1658.078,
          "stopDistance": 1.935,
          "outcome": "target",
          "netR": 1.8088,
          "holdMinutes": 31
        },
        {
          "entryTs": 1666059000,
          "entryUtc": "2022-10-18T02:10:00.000Z",
          "exitTs": 1666062480,
          "dir": -1,
          "entryPrice": 1650.018,
          "exitPrice": 1651.416,
          "stopDistance": 1.398,
          "outcome": "stop",
          "netR": -1.3004,
          "holdMinutes": 58
        },
        {
          "entryTs": 1666063500,
          "entryUtc": "2022-10-18T03:25:00.000Z",
          "exitTs": 1666064520,
          "dir": -1,
          "entryPrice": 1650.208,
          "exitPrice": 1651.634,
          "stopDistance": 1.426,
          "outcome": "stop",
          "netR": -1.2946,
          "holdMinutes": 17
        },
        {
          "entryTs": 1666073400,
          "entryUtc": "2022-10-18T06:10:00.000Z",
          "exitTs": 1666077600,
          "dir": -1,
          "entryPrice": 1655.008,
          "exitPrice": 1651.503,
          "stopDistance": 1.752,
          "outcome": "target",
          "netR": 1.7889,
          "holdMinutes": 70
        },
        {
          "entryTs": 1666082700,
          "entryUtc": "2022-10-18T08:45:00.000Z",
          "exitTs": 1666083600,
          "dir": -1,
          "entryPrice": 1652.997,
          "exitPrice": 1648.902,
          "stopDistance": 2.047,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666090200,
          "entryUtc": "2022-10-18T10:50:00.000Z",
          "exitTs": 1666091280,
          "dir": -1,
          "entryPrice": 1651.838,
          "exitPrice": 1653.914,
          "stopDistance": 2.076,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 18
        },
        {
          "entryTs": 1666101300,
          "entryUtc": "2022-10-18T13:55:00.000Z",
          "exitTs": 1666101720,
          "dir": -1,
          "entryPrice": 1651.817,
          "exitPrice": 1654.252,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 7
        },
        {
          "entryTs": 1666112400,
          "entryUtc": "2022-10-18T17:00:00.000Z",
          "exitTs": 1666114740,
          "dir": -1,
          "entryPrice": 1650.067,
          "exitPrice": 1652.131,
          "stopDistance": 2.064,
          "outcome": "stop",
          "netR": -1.2035,
          "holdMinutes": 39
        },
        {
          "entryTs": 1666118700,
          "entryUtc": "2022-10-18T18:45:00.000Z",
          "exitTs": 1666121580,
          "dir": -1,
          "entryPrice": 1649.497,
          "exitPrice": 1651.17,
          "stopDistance": 1.673,
          "outcome": "stop",
          "netR": -1.2511,
          "holdMinutes": 48
        },
        {
          "entryTs": 1666137900,
          "entryUtc": "2022-10-19T00:05:00.000Z",
          "exitTs": 1666137960,
          "dir": -1,
          "entryPrice": 1652.098,
          "exitPrice": 1653.039,
          "stopDistance": 0.941,
          "outcome": "stop",
          "netR": -1.4463,
          "holdMinutes": 1
        },
        {
          "entryTs": 1666145400,
          "entryUtc": "2022-10-19T02:10:00.000Z",
          "exitTs": 1666152420,
          "dir": -1,
          "entryPrice": 1651.508,
          "exitPrice": 1648.624,
          "stopDistance": 1.442,
          "outcome": "target",
          "netR": 1.7434,
          "holdMinutes": 117
        },
        {
          "entryTs": 1666167600,
          "entryUtc": "2022-10-19T08:20:00.000Z",
          "exitTs": 1666174920,
          "dir": -1,
          "entryPrice": 1640.548,
          "exitPrice": 1635.654,
          "stopDistance": 2.447,
          "outcome": "target",
          "netR": 1.8488,
          "holdMinutes": 122
        },
        {
          "entryTs": 1666185000,
          "entryUtc": "2022-10-19T13:10:00.000Z",
          "exitTs": 1666186440,
          "dir": -1,
          "entryPrice": 1633.287,
          "exitPrice": 1636.431,
          "stopDistance": 3.144,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 24
        },
        {
          "entryTs": 1666187400,
          "entryUtc": "2022-10-19T13:50:00.000Z",
          "exitTs": 1666188900,
          "dir": -1,
          "entryPrice": 1631.537,
          "exitPrice": 1635.132,
          "stopDistance": 3.595,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 25
        },
        {
          "entryTs": 1666191900,
          "entryUtc": "2022-10-19T15:05:00.000Z",
          "exitTs": 1666221900,
          "dir": -1,
          "entryPrice": 1633.308,
          "exitPrice": 1627.597,
          "stopDistance": 2.967,
          "outcome": "time",
          "netR": 1.8001,
          "holdMinutes": 500
        },
        {
          "entryTs": 1666228200,
          "entryUtc": "2022-10-20T01:10:00.000Z",
          "exitTs": 1666232820,
          "dir": -1,
          "entryPrice": 1626.017,
          "exitPrice": 1623.292,
          "stopDistance": 1.363,
          "outcome": "target",
          "netR": 1.7285,
          "holdMinutes": 77
        },
        {
          "entryTs": 1666247700,
          "entryUtc": "2022-10-20T06:35:00.000Z",
          "exitTs": 1666249320,
          "dir": -1,
          "entryPrice": 1628.658,
          "exitPrice": 1630.518,
          "stopDistance": 1.86,
          "outcome": "stop",
          "netR": -1.2257,
          "holdMinutes": 27
        },
        {
          "entryTs": 1666255200,
          "entryUtc": "2022-10-20T08:40:00.000Z",
          "exitTs": 1666256940,
          "dir": -1,
          "entryPrice": 1629.688,
          "exitPrice": 1631.96,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 29
        },
        {
          "entryTs": 1666269600,
          "entryUtc": "2022-10-20T12:40:00.000Z",
          "exitTs": 1666275060,
          "dir": -1,
          "entryPrice": 1634.387,
          "exitPrice": 1636.939,
          "stopDistance": 2.552,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 91
        },
        {
          "entryTs": 1666282500,
          "entryUtc": "2022-10-20T16:15:00.000Z",
          "exitTs": 1666285500,
          "dir": -1,
          "entryPrice": 1638.968,
          "exitPrice": 1634.278,
          "stopDistance": 2.345,
          "outcome": "target",
          "netR": 1.8422,
          "holdMinutes": 50
        },
        {
          "entryTs": 1666303800,
          "entryUtc": "2022-10-20T22:10:00.000Z",
          "exitTs": 1666321260,
          "dir": -1,
          "entryPrice": 1627.498,
          "exitPrice": 1625.079,
          "stopDistance": 1.21,
          "outcome": "target",
          "netR": 1.6941,
          "holdMinutes": 291
        },
        {
          "entryTs": 1666335600,
          "entryUtc": "2022-10-21T07:00:00.000Z",
          "exitTs": 1666336440,
          "dir": -1,
          "entryPrice": 1621.025,
          "exitPrice": 1617.732,
          "stopDistance": 1.646,
          "outcome": "target",
          "netR": 1.7753,
          "holdMinutes": 14
        },
        {
          "entryTs": 1666340700,
          "entryUtc": "2022-10-21T08:25:00.000Z",
          "exitTs": 1666344360,
          "dir": -1,
          "entryPrice": 1620.858,
          "exitPrice": 1623.138,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 61
        },
        {
          "entryTs": 1666353300,
          "entryUtc": "2022-10-21T11:55:00.000Z",
          "exitTs": 1666354800,
          "dir": -1,
          "entryPrice": 1623.638,
          "exitPrice": 1619.497,
          "stopDistance": 2.07,
          "outcome": "target",
          "netR": 1.8213,
          "holdMinutes": 25
        },
        {
          "entryTs": 1666568400,
          "entryUtc": "2022-10-23T23:40:00.000Z",
          "exitTs": 1666568700,
          "dir": 1,
          "entryPrice": 1662.817,
          "exitPrice": 1667.999,
          "stopDistance": 2.591,
          "outcome": "target",
          "netR": 1.8572,
          "holdMinutes": 5
        },
        {
          "entryTs": 1666585200,
          "entryUtc": "2022-10-24T04:20:00.000Z",
          "exitTs": 1666586700,
          "dir": 1,
          "entryPrice": 1655.428,
          "exitPrice": 1658.28,
          "stopDistance": 1.426,
          "outcome": "target",
          "netR": 1.7405,
          "holdMinutes": 25
        },
        {
          "entryTs": 1666595400,
          "entryUtc": "2022-10-24T07:10:00.000Z",
          "exitTs": 1666595460,
          "dir": 1,
          "entryPrice": 1656.487,
          "exitPrice": 1654.308,
          "stopDistance": 2.179,
          "outcome": "stop",
          "netR": -1.1928,
          "holdMinutes": 1
        },
        {
          "entryTs": 1666608600,
          "entryUtc": "2022-10-24T10:50:00.000Z",
          "exitTs": 1666609500,
          "dir": -1,
          "entryPrice": 1647.287,
          "exitPrice": 1649.486,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666610100,
          "entryUtc": "2022-10-24T11:15:00.000Z",
          "exitTs": 1666612080,
          "dir": -1,
          "entryPrice": 1647.617,
          "exitPrice": 1649.857,
          "stopDistance": 2.24,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 33
        },
        {
          "entryTs": 1666617000,
          "entryUtc": "2022-10-24T13:10:00.000Z",
          "exitTs": 1666619100,
          "dir": -1,
          "entryPrice": 1648.218,
          "exitPrice": 1650.989,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 35
        },
        {
          "entryTs": 1666632600,
          "entryUtc": "2022-10-24T17:30:00.000Z",
          "exitTs": 1666638000,
          "dir": -1,
          "entryPrice": 1649.468,
          "exitPrice": 1651.281,
          "stopDistance": 1.813,
          "outcome": "stop",
          "netR": -1.2317,
          "holdMinutes": 90
        },
        {
          "entryTs": 1666641300,
          "entryUtc": "2022-10-24T19:55:00.000Z",
          "exitTs": 1666649520,
          "dir": -1,
          "entryPrice": 1649.437,
          "exitPrice": 1650.736,
          "stopDistance": 1.299,
          "outcome": "stop",
          "netR": -1.3233,
          "holdMinutes": 137
        },
        {
          "entryTs": 1666682100,
          "entryUtc": "2022-10-25T07:15:00.000Z",
          "exitTs": 1666682220,
          "dir": -1,
          "entryPrice": 1647.857,
          "exitPrice": 1649.397,
          "stopDistance": 1.54,
          "outcome": "stop",
          "netR": -1.2727,
          "holdMinutes": 2
        },
        {
          "entryTs": 1666701300,
          "entryUtc": "2022-10-25T12:35:00.000Z",
          "exitTs": 1666702800,
          "dir": -1,
          "entryPrice": 1640.678,
          "exitPrice": 1642.743,
          "stopDistance": 2.065,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 25
        },
        {
          "entryTs": 1666720800,
          "entryUtc": "2022-10-25T18:00:00.000Z",
          "exitTs": 1666724460,
          "dir": 1,
          "entryPrice": 1655.347,
          "exitPrice": 1653.407,
          "stopDistance": 1.94,
          "outcome": "stop",
          "netR": -1.2165,
          "holdMinutes": 61
        },
        {
          "entryTs": 1666742700,
          "entryUtc": "2022-10-26T00:05:00.000Z",
          "exitTs": 1666742880,
          "dir": 1,
          "entryPrice": 1652.898,
          "exitPrice": 1651.925,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4316,
          "holdMinutes": 3
        },
        {
          "entryTs": 1666762200,
          "entryUtc": "2022-10-26T05:30:00.000Z",
          "exitTs": 1666762800,
          "dir": 1,
          "entryPrice": 1656.798,
          "exitPrice": 1659.056,
          "stopDistance": 1.129,
          "outcome": "target",
          "netR": 1.6723,
          "holdMinutes": 10
        },
        {
          "entryTs": 1666783200,
          "entryUtc": "2022-10-26T11:20:00.000Z",
          "exitTs": 1666784880,
          "dir": 1,
          "entryPrice": 1670.618,
          "exitPrice": 1668.748,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2247,
          "holdMinutes": 28
        },
        {
          "entryTs": 1666793400,
          "entryUtc": "2022-10-26T14:10:00.000Z",
          "exitTs": 1666794960,
          "dir": 1,
          "entryPrice": 1667.558,
          "exitPrice": 1664.45,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 26
        },
        {
          "entryTs": 1666823700,
          "entryUtc": "2022-10-26T22:35:00.000Z",
          "exitTs": 1666828620,
          "dir": 1,
          "entryPrice": 1664.948,
          "exitPrice": 1666.831,
          "stopDistance": 0.941,
          "outcome": "target",
          "netR": 1.6069,
          "holdMinutes": 82
        },
        {
          "entryTs": 1666847100,
          "entryUtc": "2022-10-27T05:05:00.000Z",
          "exitTs": 1666849080,
          "dir": 1,
          "entryPrice": 1665.627,
          "exitPrice": 1668.32,
          "stopDistance": 1.346,
          "outcome": "target",
          "netR": 1.7252,
          "holdMinutes": 33
        },
        {
          "entryTs": 1666858500,
          "entryUtc": "2022-10-27T08:15:00.000Z",
          "exitTs": 1666861500,
          "dir": 1,
          "entryPrice": 1664.637,
          "exitPrice": 1662.367,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 50
        },
        {
          "entryTs": 1666870200,
          "entryUtc": "2022-10-27T11:30:00.000Z",
          "exitTs": 1666870560,
          "dir": 1,
          "entryPrice": 1662.958,
          "exitPrice": 1661.335,
          "stopDistance": 1.623,
          "outcome": "stop",
          "netR": -1.2588,
          "holdMinutes": 6
        },
        {
          "entryTs": 1666877400,
          "entryUtc": "2022-10-27T13:30:00.000Z",
          "exitTs": 1666878480,
          "dir": 1,
          "entryPrice": 1661.725,
          "exitPrice": 1658.01,
          "stopDistance": 3.715,
          "outcome": "stop",
          "netR": -1.1131,
          "holdMinutes": 18
        },
        {
          "entryTs": 1666880100,
          "entryUtc": "2022-10-27T14:15:00.000Z",
          "exitTs": 1666881840,
          "dir": 1,
          "entryPrice": 1663.908,
          "exitPrice": 1659.783,
          "stopDistance": 4.125,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 29
        },
        {
          "entryTs": 1666892100,
          "entryUtc": "2022-10-27T17:35:00.000Z",
          "exitTs": 1666894200,
          "dir": 1,
          "entryPrice": 1661.398,
          "exitPrice": 1659.395,
          "stopDistance": 2.003,
          "outcome": "stop",
          "netR": -1.2097,
          "holdMinutes": 35
        },
        {
          "entryTs": 1666899300,
          "entryUtc": "2022-10-27T19:35:00.000Z",
          "exitTs": 1666921260,
          "dir": 1,
          "entryPrice": 1661.048,
          "exitPrice": 1663.975,
          "stopDistance": 1.464,
          "outcome": "target",
          "netR": 1.7472,
          "holdMinutes": 366
        },
        {
          "entryTs": 1666929600,
          "entryUtc": "2022-10-28T04:00:00.000Z",
          "exitTs": 1666934880,
          "dir": 1,
          "entryPrice": 1664.668,
          "exitPrice": 1663.289,
          "stopDistance": 1.379,
          "outcome": "stop",
          "netR": -1.3047,
          "holdMinutes": 88
        },
        {
          "entryTs": 1666959900,
          "entryUtc": "2022-10-28T12:25:00.000Z",
          "exitTs": 1666960200,
          "dir": -1,
          "entryPrice": 1648.137,
          "exitPrice": 1650.334,
          "stopDistance": 2.197,
          "outcome": "ambiguous",
          "netR": -1.1912,
          "holdMinutes": 5
        },
        {
          "entryTs": 1666978500,
          "entryUtc": "2022-10-28T17:35:00.000Z",
          "exitTs": 1666983060,
          "dir": -1,
          "entryPrice": 1641.018,
          "exitPrice": 1642.796,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2362,
          "holdMinutes": 76
        },
        {
          "entryTs": 1667173800,
          "entryUtc": "2022-10-30T23:50:00.000Z",
          "exitTs": 1667174640,
          "dir": -1,
          "entryPrice": 1643.517,
          "exitPrice": 1644.564,
          "stopDistance": 1.047,
          "outcome": "stop",
          "netR": -1.401,
          "holdMinutes": 14
        },
        {
          "entryTs": 1667175300,
          "entryUtc": "2022-10-31T00:15:00.000Z",
          "exitTs": 1667178240,
          "dir": -1,
          "entryPrice": 1643.467,
          "exitPrice": 1641.25,
          "stopDistance": 1.109,
          "outcome": "target",
          "netR": 1.6663,
          "holdMinutes": 49
        },
        {
          "entryTs": 1667185200,
          "entryUtc": "2022-10-31T03:00:00.000Z",
          "exitTs": 1667186760,
          "dir": -1,
          "entryPrice": 1641.267,
          "exitPrice": 1642.619,
          "stopDistance": 1.352,
          "outcome": "stop",
          "netR": -1.3106,
          "holdMinutes": 26
        },
        {
          "entryTs": 1667194800,
          "entryUtc": "2022-10-31T05:40:00.000Z",
          "exitTs": 1667199540,
          "dir": -1,
          "entryPrice": 1642.358,
          "exitPrice": 1643.544,
          "stopDistance": 1.186,
          "outcome": "stop",
          "netR": -1.354,
          "holdMinutes": 79
        },
        {
          "entryTs": 1667211300,
          "entryUtc": "2022-10-31T10:15:00.000Z",
          "exitTs": 1667212440,
          "dir": -1,
          "entryPrice": 1637.527,
          "exitPrice": 1639.144,
          "stopDistance": 1.617,
          "outcome": "stop",
          "netR": -1.2597,
          "holdMinutes": 19
        },
        {
          "entryTs": 1667213100,
          "entryUtc": "2022-10-31T10:45:00.000Z",
          "exitTs": 1667213880,
          "dir": -1,
          "entryPrice": 1637.145,
          "exitPrice": 1638.809,
          "stopDistance": 1.664,
          "outcome": "stop",
          "netR": -1.2525,
          "holdMinutes": 13
        },
        {
          "entryTs": 1667219400,
          "entryUtc": "2022-10-31T12:30:00.000Z",
          "exitTs": 1667223120,
          "dir": -1,
          "entryPrice": 1637.857,
          "exitPrice": 1633.456,
          "stopDistance": 2.201,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 62
        },
        {
          "entryTs": 1667230200,
          "entryUtc": "2022-10-31T15:30:00.000Z",
          "exitTs": 1667242740,
          "dir": -1,
          "entryPrice": 1638.515,
          "exitPrice": 1634.231,
          "stopDistance": 2.142,
          "outcome": "target",
          "netR": 1.8273,
          "holdMinutes": 209
        },
        {
          "entryTs": 1667274900,
          "entryUtc": "2022-11-01T03:55:00.000Z",
          "exitTs": 1667276460,
          "dir": -1,
          "entryPrice": 1637.058,
          "exitPrice": 1638.328,
          "stopDistance": 1.27,
          "outcome": "stop",
          "netR": -1.3307,
          "holdMinutes": 26
        },
        {
          "entryTs": 1667330700,
          "entryUtc": "2022-11-01T19:25:00.000Z",
          "exitTs": 1667349120,
          "dir": -1,
          "entryPrice": 1647.278,
          "exitPrice": 1648.828,
          "stopDistance": 1.551,
          "outcome": "stop",
          "netR": -1.2709,
          "holdMinutes": 307
        },
        {
          "entryTs": 1667355300,
          "entryUtc": "2022-11-02T02:15:00.000Z",
          "exitTs": 1667356440,
          "dir": -1,
          "entryPrice": 1647.868,
          "exitPrice": 1649.378,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2782,
          "holdMinutes": 19
        },
        {
          "entryTs": 1667364000,
          "entryUtc": "2022-11-02T04:40:00.000Z",
          "exitTs": 1667364240,
          "dir": 1,
          "entryPrice": 1651.248,
          "exitPrice": 1650.099,
          "stopDistance": 1.149,
          "outcome": "stop",
          "netR": -1.3655,
          "holdMinutes": 4
        },
        {
          "entryTs": 1667366400,
          "entryUtc": "2022-11-02T05:20:00.000Z",
          "exitTs": 1667369280,
          "dir": 1,
          "entryPrice": 1651.117,
          "exitPrice": 1649.957,
          "stopDistance": 1.16,
          "outcome": "stop",
          "netR": -1.3622,
          "holdMinutes": 48
        },
        {
          "entryTs": 1667372400,
          "entryUtc": "2022-11-02T07:00:00.000Z",
          "exitTs": 1667376960,
          "dir": 1,
          "entryPrice": 1651.037,
          "exitPrice": 1653.715,
          "stopDistance": 1.339,
          "outcome": "target",
          "netR": 1.7237,
          "holdMinutes": 76
        },
        {
          "entryTs": 1667415900,
          "entryUtc": "2022-11-02T19:05:00.000Z",
          "exitTs": 1667421060,
          "dir": -1,
          "entryPrice": 1647.418,
          "exitPrice": 1635.191,
          "stopDistance": 6.113,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 86
        },
        {
          "entryTs": 1667443800,
          "entryUtc": "2022-11-03T02:50:00.000Z",
          "exitTs": 1667449200,
          "dir": -1,
          "entryPrice": 1636.998,
          "exitPrice": 1638.415,
          "stopDistance": 1.417,
          "outcome": "stop",
          "netR": -1.2965,
          "holdMinutes": 90
        },
        {
          "entryTs": 1667452200,
          "entryUtc": "2022-11-03T05:10:00.000Z",
          "exitTs": 1667453100,
          "dir": -1,
          "entryPrice": 1637.157,
          "exitPrice": 1638.237,
          "stopDistance": 1.08,
          "outcome": "stop",
          "netR": -1.389,
          "holdMinutes": 15
        },
        {
          "entryTs": 1667454600,
          "entryUtc": "2022-11-03T05:50:00.000Z",
          "exitTs": 1667455800,
          "dir": -1,
          "entryPrice": 1636.698,
          "exitPrice": 1634.451,
          "stopDistance": 1.123,
          "outcome": "target",
          "netR": 1.6706,
          "holdMinutes": 20
        },
        {
          "entryTs": 1667479800,
          "entryUtc": "2022-11-03T12:50:00.000Z",
          "exitTs": 1667482860,
          "dir": -1,
          "entryPrice": 1619.787,
          "exitPrice": 1622.653,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 51
        },
        {
          "entryTs": 1667493600,
          "entryUtc": "2022-11-03T16:40:00.000Z",
          "exitTs": 1667494800,
          "dir": -1,
          "entryPrice": 1624.888,
          "exitPrice": 1627.601,
          "stopDistance": 2.713,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 20
        },
        {
          "entryTs": 1667506800,
          "entryUtc": "2022-11-03T20:20:00.000Z",
          "exitTs": 1667520300,
          "dir": -1,
          "entryPrice": 1629.927,
          "exitPrice": 1631.051,
          "stopDistance": 1.124,
          "outcome": "stop",
          "netR": -1.3737,
          "holdMinutes": 225
        },
        {
          "entryTs": 1667525400,
          "entryUtc": "2022-11-04T01:30:00.000Z",
          "exitTs": 1667525520,
          "dir": -1,
          "entryPrice": 1629.547,
          "exitPrice": 1630.632,
          "stopDistance": 1.085,
          "outcome": "stop",
          "netR": -1.3872,
          "holdMinutes": 2
        },
        {
          "entryTs": 1667558400,
          "entryUtc": "2022-11-04T10:40:00.000Z",
          "exitTs": 1667565000,
          "dir": 1,
          "entryPrice": 1649.898,
          "exitPrice": 1647.79,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1993,
          "holdMinutes": 110
        },
        {
          "entryTs": 1667565600,
          "entryUtc": "2022-11-04T12:40:00.000Z",
          "exitTs": 1667566680,
          "dir": 1,
          "entryPrice": 1652.888,
          "exitPrice": 1659.615,
          "stopDistance": 3.363,
          "outcome": "target",
          "netR": 1.89,
          "holdMinutes": 18
        },
        {
          "entryTs": 1667791500,
          "entryUtc": "2022-11-07T03:25:00.000Z",
          "exitTs": 1667794560,
          "dir": 1,
          "entryPrice": 1672.838,
          "exitPrice": 1670.99,
          "stopDistance": 1.848,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 51
        },
        {
          "entryTs": 1667796600,
          "entryUtc": "2022-11-07T04:50:00.000Z",
          "exitTs": 1667800860,
          "dir": 1,
          "entryPrice": 1672.858,
          "exitPrice": 1671.416,
          "stopDistance": 1.442,
          "outcome": "stop",
          "netR": -1.2912,
          "holdMinutes": 71
        },
        {
          "entryTs": 1667809200,
          "entryUtc": "2022-11-07T08:20:00.000Z",
          "exitTs": 1667811780,
          "dir": 1,
          "entryPrice": 1673.288,
          "exitPrice": 1677.44,
          "stopDistance": 2.076,
          "outcome": "target",
          "netR": 1.8218,
          "holdMinutes": 43
        },
        {
          "entryTs": 1667828400,
          "entryUtc": "2022-11-07T13:40:00.000Z",
          "exitTs": 1667834580,
          "dir": 1,
          "entryPrice": 1677.957,
          "exitPrice": 1675.614,
          "stopDistance": 2.343,
          "outcome": "stop",
          "netR": -1.1793,
          "holdMinutes": 103
        },
        {
          "entryTs": 1667837700,
          "entryUtc": "2022-11-07T16:15:00.000Z",
          "exitTs": 1667839200,
          "dir": 1,
          "entryPrice": 1678.827,
          "exitPrice": 1676.191,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 25
        },
        {
          "entryTs": 1667867700,
          "entryUtc": "2022-11-08T00:35:00.000Z",
          "exitTs": 1667869680,
          "dir": 1,
          "entryPrice": 1675.418,
          "exitPrice": 1674.364,
          "stopDistance": 1.054,
          "outcome": "stop",
          "netR": -1.3986,
          "holdMinutes": 33
        },
        {
          "entryTs": 1667878800,
          "entryUtc": "2022-11-08T03:40:00.000Z",
          "exitTs": 1667880480,
          "dir": 1,
          "entryPrice": 1673.407,
          "exitPrice": 1672.368,
          "stopDistance": 1.039,
          "outcome": "stop",
          "netR": -1.4043,
          "holdMinutes": 28
        },
        {
          "entryTs": 1667889900,
          "entryUtc": "2022-11-08T06:45:00.000Z",
          "exitTs": 1667891160,
          "dir": 1,
          "entryPrice": 1671.157,
          "exitPrice": 1669.85,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3213,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667895300,
          "entryUtc": "2022-11-08T08:15:00.000Z",
          "exitTs": 1667896020,
          "dir": 1,
          "entryPrice": 1670.237,
          "exitPrice": 1668.548,
          "stopDistance": 1.689,
          "outcome": "stop",
          "netR": -1.2487,
          "holdMinutes": 12
        },
        {
          "entryTs": 1667900400,
          "entryUtc": "2022-11-08T09:40:00.000Z",
          "exitTs": 1667913660,
          "dir": 1,
          "entryPrice": 1670.468,
          "exitPrice": 1674.176,
          "stopDistance": 1.854,
          "outcome": "target",
          "netR": 1.8004,
          "holdMinutes": 221
        },
        {
          "entryTs": 1667942400,
          "entryUtc": "2022-11-08T21:20:00.000Z",
          "exitTs": 1667948760,
          "dir": 1,
          "entryPrice": 1712.418,
          "exitPrice": 1710.629,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 106
        },
        {
          "entryTs": 1667949900,
          "entryUtc": "2022-11-08T23:25:00.000Z",
          "exitTs": 1667952000,
          "dir": 1,
          "entryPrice": 1712.277,
          "exitPrice": 1710.847,
          "stopDistance": 1.43,
          "outcome": "stop",
          "netR": -1.2937,
          "holdMinutes": 35
        },
        {
          "entryTs": 1667963100,
          "entryUtc": "2022-11-09T03:05:00.000Z",
          "exitTs": 1667964720,
          "dir": 1,
          "entryPrice": 1711.087,
          "exitPrice": 1709.327,
          "stopDistance": 1.76,
          "outcome": "stop",
          "netR": -1.2386,
          "holdMinutes": 27
        },
        {
          "entryTs": 1667973000,
          "entryUtc": "2022-11-09T05:50:00.000Z",
          "exitTs": 1667980860,
          "dir": 1,
          "entryPrice": 1709.578,
          "exitPrice": 1712.866,
          "stopDistance": 1.644,
          "outcome": "target",
          "netR": 1.775,
          "holdMinutes": 131
        },
        {
          "entryTs": 1667992800,
          "entryUtc": "2022-11-09T11:20:00.000Z",
          "exitTs": 1667996880,
          "dir": 1,
          "entryPrice": 1709.298,
          "exitPrice": 1707.36,
          "stopDistance": 1.938,
          "outcome": "stop",
          "netR": -1.2167,
          "holdMinutes": 68
        },
        {
          "entryTs": 1668001800,
          "entryUtc": "2022-11-09T13:50:00.000Z",
          "exitTs": 1668004920,
          "dir": 1,
          "entryPrice": 1709.038,
          "exitPrice": 1714.271,
          "stopDistance": 2.617,
          "outcome": "target",
          "netR": 1.8586,
          "holdMinutes": 52
        },
        {
          "entryTs": 1668010200,
          "entryUtc": "2022-11-09T16:10:00.000Z",
          "exitTs": 1668018600,
          "dir": 1,
          "entryPrice": 1713.688,
          "exitPrice": 1709.414,
          "stopDistance": 4.274,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 140
        },
        {
          "entryTs": 1668030600,
          "entryUtc": "2022-11-09T21:50:00.000Z",
          "exitTs": 1668035880,
          "dir": 1,
          "entryPrice": 1706.117,
          "exitPrice": 1704.696,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2955,
          "holdMinutes": 88
        },
        {
          "entryTs": 1668037800,
          "entryUtc": "2022-11-09T23:50:00.000Z",
          "exitTs": 1668039420,
          "dir": 1,
          "entryPrice": 1706.408,
          "exitPrice": 1704.967,
          "stopDistance": 1.441,
          "outcome": "stop",
          "netR": -1.2914,
          "holdMinutes": 27
        },
        {
          "entryTs": 1668039600,
          "entryUtc": "2022-11-10T00:20:00.000Z",
          "exitTs": 1668042360,
          "dir": 1,
          "entryPrice": 1705.708,
          "exitPrice": 1708.289,
          "stopDistance": 1.29,
          "outcome": "target",
          "netR": 1.7133,
          "holdMinutes": 46
        },
        {
          "entryTs": 1668045600,
          "entryUtc": "2022-11-10T02:00:00.000Z",
          "exitTs": 1668049500,
          "dir": 1,
          "entryPrice": 1706.598,
          "exitPrice": 1709.843,
          "stopDistance": 1.622,
          "outcome": "target",
          "netR": 1.7719,
          "holdMinutes": 65
        },
        {
          "entryTs": 1668062700,
          "entryUtc": "2022-11-10T06:45:00.000Z",
          "exitTs": 1668063360,
          "dir": 1,
          "entryPrice": 1710.978,
          "exitPrice": 1709.573,
          "stopDistance": 1.405,
          "outcome": "stop",
          "netR": -1.299,
          "holdMinutes": 11
        },
        {
          "entryTs": 1668069600,
          "entryUtc": "2022-11-10T08:40:00.000Z",
          "exitTs": 1668070920,
          "dir": 1,
          "entryPrice": 1708.728,
          "exitPrice": 1706.559,
          "stopDistance": 2.169,
          "outcome": "stop",
          "netR": -1.1936,
          "holdMinutes": 22
        },
        {
          "entryTs": 1668079500,
          "entryUtc": "2022-11-10T11:25:00.000Z",
          "exitTs": 1668086400,
          "dir": 1,
          "entryPrice": 1707.308,
          "exitPrice": 1711.129,
          "stopDistance": 1.91,
          "outcome": "target",
          "netR": 1.8063,
          "holdMinutes": 115
        },
        {
          "entryTs": 1668135000,
          "entryUtc": "2022-11-11T02:50:00.000Z",
          "exitTs": 1668140580,
          "dir": 1,
          "entryPrice": 1751.568,
          "exitPrice": 1749.685,
          "stopDistance": 1.883,
          "outcome": "stop",
          "netR": -1.223,
          "holdMinutes": 93
        },
        {
          "entryTs": 1668142200,
          "entryUtc": "2022-11-11T04:50:00.000Z",
          "exitTs": 1668143640,
          "dir": 1,
          "entryPrice": 1751.607,
          "exitPrice": 1754.398,
          "stopDistance": 1.395,
          "outcome": "target",
          "netR": 1.7348,
          "holdMinutes": 24
        },
        {
          "entryTs": 1668155700,
          "entryUtc": "2022-11-11T08:35:00.000Z",
          "exitTs": 1668160920,
          "dir": 1,
          "entryPrice": 1759.988,
          "exitPrice": 1766.196,
          "stopDistance": 3.104,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 87
        },
        {
          "entryTs": 1668171600,
          "entryUtc": "2022-11-11T13:00:00.000Z",
          "exitTs": 1668177360,
          "dir": 1,
          "entryPrice": 1761.077,
          "exitPrice": 1758.517,
          "stopDistance": 2.56,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 96
        },
        {
          "entryTs": 1668180600,
          "entryUtc": "2022-11-11T15:30:00.000Z",
          "exitTs": 1668184200,
          "dir": 1,
          "entryPrice": 1763.447,
          "exitPrice": 1759.936,
          "stopDistance": 3.511,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 60
        },
        {
          "entryTs": 1668185400,
          "entryUtc": "2022-11-11T16:50:00.000Z",
          "exitTs": 1668202800,
          "dir": 1,
          "entryPrice": 1763.298,
          "exitPrice": 1769.082,
          "stopDistance": 2.892,
          "outcome": "target",
          "netR": 1.8721,
          "holdMinutes": 290
        },
        {
          "entryTs": 1668388800,
          "entryUtc": "2022-11-14T01:20:00.000Z",
          "exitTs": 1668389100,
          "dir": 1,
          "entryPrice": 1765.887,
          "exitPrice": 1763.592,
          "stopDistance": 2.295,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 5
        },
        {
          "entryTs": 1668395700,
          "entryUtc": "2022-11-14T03:15:00.000Z",
          "exitTs": 1668398580,
          "dir": 1,
          "entryPrice": 1764.748,
          "exitPrice": 1762.703,
          "stopDistance": 2.045,
          "outcome": "stop",
          "netR": -1.2054,
          "holdMinutes": 48
        },
        {
          "entryTs": 1668407100,
          "entryUtc": "2022-11-14T06:25:00.000Z",
          "exitTs": 1668413400,
          "dir": 1,
          "entryPrice": 1760.958,
          "exitPrice": 1764.874,
          "stopDistance": 1.958,
          "outcome": "target",
          "netR": 1.811,
          "holdMinutes": 105
        },
        {
          "entryTs": 1668428400,
          "entryUtc": "2022-11-14T12:20:00.000Z",
          "exitTs": 1668430680,
          "dir": 1,
          "entryPrice": 1757.068,
          "exitPrice": 1760.916,
          "stopDistance": 1.924,
          "outcome": "target",
          "netR": 1.8077,
          "holdMinutes": 38
        },
        {
          "entryTs": 1668475800,
          "entryUtc": "2022-11-15T01:30:00.000Z",
          "exitTs": 1668476580,
          "dir": 1,
          "entryPrice": 1769.867,
          "exitPrice": 1768.276,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 13
        },
        {
          "entryTs": 1668477900,
          "entryUtc": "2022-11-15T02:05:00.000Z",
          "exitTs": 1668489000,
          "dir": 1,
          "entryPrice": 1769.658,
          "exitPrice": 1773.044,
          "stopDistance": 1.693,
          "outcome": "target",
          "netR": 1.7814,
          "holdMinutes": 185
        },
        {
          "entryTs": 1668496800,
          "entryUtc": "2022-11-15T07:20:00.000Z",
          "exitTs": 1668497040,
          "dir": 1,
          "entryPrice": 1771.925,
          "exitPrice": 1774.756,
          "stopDistance": 1.415,
          "outcome": "target",
          "netR": 1.7386,
          "holdMinutes": 4
        },
        {
          "entryTs": 1668510000,
          "entryUtc": "2022-11-15T11:00:00.000Z",
          "exitTs": 1668514440,
          "dir": 1,
          "entryPrice": 1776.547,
          "exitPrice": 1774.537,
          "stopDistance": 2.01,
          "outcome": "stop",
          "netR": -1.209,
          "holdMinutes": 74
        },
        {
          "entryTs": 1668517800,
          "entryUtc": "2022-11-15T13:10:00.000Z",
          "exitTs": 1668518280,
          "dir": 1,
          "entryPrice": 1777.107,
          "exitPrice": 1775.122,
          "stopDistance": 1.985,
          "outcome": "stop",
          "netR": -1.2115,
          "holdMinutes": 8
        },
        {
          "entryTs": 1668519300,
          "entryUtc": "2022-11-15T13:35:00.000Z",
          "exitTs": 1668519660,
          "dir": 1,
          "entryPrice": 1785.637,
          "exitPrice": 1782.351,
          "stopDistance": 3.286,
          "outcome": "stop",
          "netR": -1.1278,
          "holdMinutes": 6
        },
        {
          "entryTs": 1668534000,
          "entryUtc": "2022-11-15T17:40:00.000Z",
          "exitTs": 1668535740,
          "dir": 1,
          "entryPrice": 1772.497,
          "exitPrice": 1769.835,
          "stopDistance": 2.662,
          "outcome": "stop",
          "netR": -1.1578,
          "holdMinutes": 29
        },
        {
          "entryTs": 1668537000,
          "entryUtc": "2022-11-15T18:30:00.000Z",
          "exitTs": 1668537060,
          "dir": 1,
          "entryPrice": 1773.657,
          "exitPrice": 1770.906,
          "stopDistance": 2.751,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 1
        },
        {
          "entryTs": 1668576300,
          "entryUtc": "2022-11-16T05:25:00.000Z",
          "exitTs": 1668579060,
          "dir": 1,
          "entryPrice": 1774.607,
          "exitPrice": 1772.797,
          "stopDistance": 1.81,
          "outcome": "stop",
          "netR": -1.2321,
          "holdMinutes": 46
        },
        {
          "entryTs": 1668580200,
          "entryUtc": "2022-11-16T06:30:00.000Z",
          "exitTs": 1668581160,
          "dir": 1,
          "entryPrice": 1773.827,
          "exitPrice": 1772.181,
          "stopDistance": 1.646,
          "outcome": "stop",
          "netR": -1.2551,
          "holdMinutes": 16
        },
        {
          "entryTs": 1668582300,
          "entryUtc": "2022-11-16T07:05:00.000Z",
          "exitTs": 1668582480,
          "dir": 1,
          "entryPrice": 1774.538,
          "exitPrice": 1772.837,
          "stopDistance": 1.701,
          "outcome": "stop",
          "netR": -1.2469,
          "holdMinutes": 3
        },
        {
          "entryTs": 1668583800,
          "entryUtc": "2022-11-16T07:30:00.000Z",
          "exitTs": 1668585840,
          "dir": 1,
          "entryPrice": 1774.398,
          "exitPrice": 1778.501,
          "stopDistance": 2.052,
          "outcome": "target",
          "netR": 1.8197,
          "holdMinutes": 34
        },
        {
          "entryTs": 1668602100,
          "entryUtc": "2022-11-16T12:35:00.000Z",
          "exitTs": 1668602640,
          "dir": 1,
          "entryPrice": 1782.258,
          "exitPrice": 1780.465,
          "stopDistance": 1.793,
          "outcome": "stop",
          "netR": -1.2342,
          "holdMinutes": 9
        },
        {
          "entryTs": 1668613800,
          "entryUtc": "2022-11-16T15:50:00.000Z",
          "exitTs": 1668616560,
          "dir": 1,
          "entryPrice": 1778.217,
          "exitPrice": 1775.241,
          "stopDistance": 2.976,
          "outcome": "stop",
          "netR": -1.1411,
          "holdMinutes": 46
        },
        {
          "entryTs": 1668628800,
          "entryUtc": "2022-11-16T20:00:00.000Z",
          "exitTs": 1668639600,
          "dir": 1,
          "entryPrice": 1774.358,
          "exitPrice": 1772.717,
          "stopDistance": 1.641,
          "outcome": "stop",
          "netR": -1.256,
          "holdMinutes": 180
        },
        {
          "entryTs": 1668641400,
          "entryUtc": "2022-11-16T23:30:00.000Z",
          "exitTs": 1668642540,
          "dir": 1,
          "entryPrice": 1774.188,
          "exitPrice": 1773.17,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4124,
          "holdMinutes": 19
        },
        {
          "entryTs": 1668643800,
          "entryUtc": "2022-11-17T00:10:00.000Z",
          "exitTs": 1668646140,
          "dir": 1,
          "entryPrice": 1773.847,
          "exitPrice": 1772.945,
          "stopDistance": 0.902,
          "outcome": "stop",
          "netR": -1.4656,
          "holdMinutes": 39
        },
        {
          "entryTs": 1668665700,
          "entryUtc": "2022-11-17T06:15:00.000Z",
          "exitTs": 1668667800,
          "dir": 1,
          "entryPrice": 1764.527,
          "exitPrice": 1767.062,
          "stopDistance": 1.267,
          "outcome": "target",
          "netR": 1.708,
          "holdMinutes": 35
        },
        {
          "entryTs": 1668686400,
          "entryUtc": "2022-11-17T12:00:00.000Z",
          "exitTs": 1668688680,
          "dir": 1,
          "entryPrice": 1765.438,
          "exitPrice": 1763.382,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 38
        },
        {
          "entryTs": 1668698400,
          "entryUtc": "2022-11-17T15:20:00.000Z",
          "exitTs": 1668699540,
          "dir": 1,
          "entryPrice": 1761.647,
          "exitPrice": 1758.586,
          "stopDistance": 3.061,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 19
        },
        {
          "entryTs": 1668707400,
          "entryUtc": "2022-11-17T17:50:00.000Z",
          "exitTs": 1668733920,
          "dir": 1,
          "entryPrice": 1759.967,
          "exitPrice": 1763.92,
          "stopDistance": 1.976,
          "outcome": "target",
          "netR": 1.8128,
          "holdMinutes": 442
        },
        {
          "entryTs": 1668743400,
          "entryUtc": "2022-11-18T03:50:00.000Z",
          "exitTs": 1668745260,
          "dir": 1,
          "entryPrice": 1765.068,
          "exitPrice": 1763.659,
          "stopDistance": 1.409,
          "outcome": "stop",
          "netR": -1.2981,
          "holdMinutes": 31
        },
        {
          "entryTs": 1668751500,
          "entryUtc": "2022-11-18T06:05:00.000Z",
          "exitTs": 1668753240,
          "dir": 1,
          "entryPrice": 1764.058,
          "exitPrice": 1762.789,
          "stopDistance": 1.269,
          "outcome": "stop",
          "netR": -1.331,
          "holdMinutes": 29
        },
        {
          "entryTs": 1668763800,
          "entryUtc": "2022-11-18T09:30:00.000Z",
          "exitTs": 1668767040,
          "dir": 1,
          "entryPrice": 1765.067,
          "exitPrice": 1763.135,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 54
        },
        {
          "entryTs": 1668768300,
          "entryUtc": "2022-11-18T10:45:00.000Z",
          "exitTs": 1668770580,
          "dir": 1,
          "entryPrice": 1764.388,
          "exitPrice": 1762.71,
          "stopDistance": 1.678,
          "outcome": "stop",
          "netR": -1.2504,
          "holdMinutes": 38
        },
        {
          "entryTs": 1668778200,
          "entryUtc": "2022-11-18T13:30:00.000Z",
          "exitTs": 1668778620,
          "dir": 1,
          "entryPrice": 1763.347,
          "exitPrice": 1761.304,
          "stopDistance": 2.043,
          "outcome": "stop",
          "netR": -1.2056,
          "holdMinutes": 7
        },
        {
          "entryTs": 1668787800,
          "entryUtc": "2022-11-18T16:10:00.000Z",
          "exitTs": 1668789960,
          "dir": 1,
          "entryPrice": 1756.928,
          "exitPrice": 1754.292,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1594,
          "holdMinutes": 36
        },
        {
          "entryTs": 1668806700,
          "entryUtc": "2022-11-18T21:25:00.000Z",
          "exitTs": 1668985200,
          "dir": 1,
          "entryPrice": 1749.608,
          "exitPrice": 1751.598,
          "stopDistance": 1.138,
          "outcome": "time",
          "netR": 1.4237,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1669008300,
          "entryUtc": "2022-11-21T05:25:00.000Z",
          "exitTs": 1669009320,
          "dir": 1,
          "entryPrice": 1746.077,
          "exitPrice": 1745.001,
          "stopDistance": 1.076,
          "outcome": "stop",
          "netR": -1.3904,
          "holdMinutes": 17
        },
        {
          "entryTs": 1669010700,
          "entryUtc": "2022-11-21T06:05:00.000Z",
          "exitTs": 1669012740,
          "dir": 1,
          "entryPrice": 1746.477,
          "exitPrice": 1745.19,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3264,
          "holdMinutes": 34
        },
        {
          "entryTs": 1669014900,
          "entryUtc": "2022-11-21T07:15:00.000Z",
          "exitTs": 1669015080,
          "dir": 1,
          "entryPrice": 1746.688,
          "exitPrice": 1745.302,
          "stopDistance": 1.386,
          "outcome": "stop",
          "netR": -1.3031,
          "holdMinutes": 3
        },
        {
          "entryTs": 1669029900,
          "entryUtc": "2022-11-21T11:25:00.000Z",
          "exitTs": 1669035960,
          "dir": -1,
          "entryPrice": 1740.328,
          "exitPrice": 1742.08,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2398,
          "holdMinutes": 101
        },
        {
          "entryTs": 1669042200,
          "entryUtc": "2022-11-21T14:50:00.000Z",
          "exitTs": 1669043100,
          "dir": -1,
          "entryPrice": 1742.547,
          "exitPrice": 1737.377,
          "stopDistance": 2.585,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 15
        },
        {
          "entryTs": 1669060800,
          "entryUtc": "2022-11-21T20:00:00.000Z",
          "exitTs": 1669060920,
          "dir": -1,
          "entryPrice": 1735.258,
          "exitPrice": 1736.671,
          "stopDistance": 1.413,
          "outcome": "stop",
          "netR": -1.2972,
          "holdMinutes": 2
        },
        {
          "entryTs": 1669072500,
          "entryUtc": "2022-11-21T23:15:00.000Z",
          "exitTs": 1669073880,
          "dir": -1,
          "entryPrice": 1737.557,
          "exitPrice": 1738.631,
          "stopDistance": 1.074,
          "outcome": "stop",
          "netR": -1.3912,
          "holdMinutes": 23
        },
        {
          "entryTs": 1669166400,
          "entryUtc": "2022-11-23T01:20:00.000Z",
          "exitTs": 1669172280,
          "dir": -1,
          "entryPrice": 1740.438,
          "exitPrice": 1741.337,
          "stopDistance": 0.899,
          "outcome": "stop",
          "netR": -1.4672,
          "holdMinutes": 98
        },
        {
          "entryTs": 1669173300,
          "entryUtc": "2022-11-23T03:15:00.000Z",
          "exitTs": 1669175820,
          "dir": -1,
          "entryPrice": 1739.648,
          "exitPrice": 1737.298,
          "stopDistance": 1.175,
          "outcome": "target",
          "netR": 1.6851,
          "holdMinutes": 42
        },
        {
          "entryTs": 1669207500,
          "entryUtc": "2022-11-23T12:45:00.000Z",
          "exitTs": 1669209840,
          "dir": -1,
          "entryPrice": 1737.167,
          "exitPrice": 1734.267,
          "stopDistance": 1.45,
          "outcome": "target",
          "netR": 1.7448,
          "holdMinutes": 39
        },
        {
          "entryTs": 1669214700,
          "entryUtc": "2022-11-23T14:45:00.000Z",
          "exitTs": 1669214700,
          "dir": -1,
          "entryPrice": 1736.207,
          "exitPrice": 1738.996,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 0
        },
        {
          "entryTs": 1669245900,
          "entryUtc": "2022-11-23T23:25:00.000Z",
          "exitTs": 1669249260,
          "dir": 1,
          "entryPrice": 1750.727,
          "exitPrice": 1753.266,
          "stopDistance": 1.269,
          "outcome": "target",
          "netR": 1.7085,
          "holdMinutes": 56
        },
        {
          "entryTs": 1669272900,
          "entryUtc": "2022-11-24T06:55:00.000Z",
          "exitTs": 1669276560,
          "dir": 1,
          "entryPrice": 1755.237,
          "exitPrice": 1754.024,
          "stopDistance": 1.213,
          "outcome": "stop",
          "netR": -1.3463,
          "holdMinutes": 61
        },
        {
          "entryTs": 1669279200,
          "entryUtc": "2022-11-24T08:40:00.000Z",
          "exitTs": 1669285800,
          "dir": 1,
          "entryPrice": 1756.238,
          "exitPrice": 1754.701,
          "stopDistance": 1.537,
          "outcome": "stop",
          "netR": -1.2732,
          "holdMinutes": 110
        },
        {
          "entryTs": 1669289100,
          "entryUtc": "2022-11-24T11:25:00.000Z",
          "exitTs": 1669289520,
          "dir": 1,
          "entryPrice": 1757.087,
          "exitPrice": 1755.688,
          "stopDistance": 1.399,
          "outcome": "stop",
          "netR": -1.3003,
          "holdMinutes": 7
        },
        {
          "entryTs": 1669304100,
          "entryUtc": "2022-11-24T15:35:00.000Z",
          "exitTs": 1669305360,
          "dir": 1,
          "entryPrice": 1757.687,
          "exitPrice": 1756.44,
          "stopDistance": 1.247,
          "outcome": "stop",
          "netR": -1.3368,
          "holdMinutes": 21
        },
        {
          "entryTs": 1669332000,
          "entryUtc": "2022-11-24T23:20:00.000Z",
          "exitTs": 1669334460,
          "dir": 1,
          "entryPrice": 1755.448,
          "exitPrice": 1754.625,
          "stopDistance": 0.823,
          "outcome": "stop",
          "netR": -1.5101,
          "holdMinutes": 41
        },
        {
          "entryTs": 1669339500,
          "entryUtc": "2022-11-25T01:25:00.000Z",
          "exitTs": 1669339980,
          "dir": 1,
          "entryPrice": 1755.888,
          "exitPrice": 1754.638,
          "stopDistance": 1.25,
          "outcome": "stop",
          "netR": -1.3359,
          "holdMinutes": 8
        },
        {
          "entryTs": 1669372500,
          "entryUtc": "2022-11-25T10:35:00.000Z",
          "exitTs": 1669377000,
          "dir": 1,
          "entryPrice": 1753.358,
          "exitPrice": 1751.565,
          "stopDistance": 1.793,
          "outcome": "stop",
          "netR": -1.2343,
          "holdMinutes": 75
        },
        {
          "entryTs": 1669387500,
          "entryUtc": "2022-11-25T14:45:00.000Z",
          "exitTs": 1669396200,
          "dir": 1,
          "entryPrice": 1750.338,
          "exitPrice": 1754.326,
          "stopDistance": 1.994,
          "outcome": "target",
          "netR": 1.8145,
          "holdMinutes": 145
        },
        {
          "entryTs": 1669595400,
          "entryUtc": "2022-11-28T00:30:00.000Z",
          "exitTs": 1669596720,
          "dir": 1,
          "entryPrice": 1753.638,
          "exitPrice": 1752.071,
          "stopDistance": 1.567,
          "outcome": "stop",
          "netR": -1.268,
          "holdMinutes": 22
        },
        {
          "entryTs": 1669607100,
          "entryUtc": "2022-11-28T03:45:00.000Z",
          "exitTs": 1669614900,
          "dir": 1,
          "entryPrice": 1749.657,
          "exitPrice": 1748.259,
          "stopDistance": 1.398,
          "outcome": "stop",
          "netR": -1.3004,
          "holdMinutes": 130
        },
        {
          "entryTs": 1669617000,
          "entryUtc": "2022-11-28T06:30:00.000Z",
          "exitTs": 1669619640,
          "dir": 1,
          "entryPrice": 1751.268,
          "exitPrice": 1753.851,
          "stopDistance": 1.292,
          "outcome": "target",
          "netR": 1.7135,
          "holdMinutes": 44
        },
        {
          "entryTs": 1669622100,
          "entryUtc": "2022-11-28T07:55:00.000Z",
          "exitTs": 1669622400,
          "dir": 1,
          "entryPrice": 1751.688,
          "exitPrice": 1749.979,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 5
        },
        {
          "entryTs": 1669623000,
          "entryUtc": "2022-11-28T08:10:00.000Z",
          "exitTs": 1669624320,
          "dir": 1,
          "entryPrice": 1753.287,
          "exitPrice": 1757.282,
          "stopDistance": 1.997,
          "outcome": "target",
          "netR": 1.8148,
          "holdMinutes": 22
        },
        {
          "entryTs": 1669683900,
          "entryUtc": "2022-11-29T01:05:00.000Z",
          "exitTs": 1669684500,
          "dir": -1,
          "entryPrice": 1740.578,
          "exitPrice": 1741.632,
          "stopDistance": 1.054,
          "outcome": "stop",
          "netR": -1.3983,
          "holdMinutes": 10
        },
        {
          "entryTs": 1669708200,
          "entryUtc": "2022-11-29T07:50:00.000Z",
          "exitTs": 1669711740,
          "dir": 1,
          "entryPrice": 1754.218,
          "exitPrice": 1757.764,
          "stopDistance": 1.773,
          "outcome": "target",
          "netR": 1.7913,
          "holdMinutes": 59
        },
        {
          "entryTs": 1669718100,
          "entryUtc": "2022-11-29T10:35:00.000Z",
          "exitTs": 1669721100,
          "dir": 1,
          "entryPrice": 1755.147,
          "exitPrice": 1753.43,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2447,
          "holdMinutes": 50
        },
        {
          "entryTs": 1669722900,
          "entryUtc": "2022-11-29T11:55:00.000Z",
          "exitTs": 1669724280,
          "dir": 1,
          "entryPrice": 1756.348,
          "exitPrice": 1754.657,
          "stopDistance": 1.691,
          "outcome": "stop",
          "netR": -1.2483,
          "holdMinutes": 23
        },
        {
          "entryTs": 1669727100,
          "entryUtc": "2022-11-29T13:05:00.000Z",
          "exitTs": 1669727460,
          "dir": 1,
          "entryPrice": 1756.298,
          "exitPrice": 1754.574,
          "stopDistance": 1.724,
          "outcome": "stop",
          "netR": -1.2437,
          "holdMinutes": 6
        },
        {
          "entryTs": 1669734900,
          "entryUtc": "2022-11-29T15:15:00.000Z",
          "exitTs": 1669738740,
          "dir": 1,
          "entryPrice": 1753.238,
          "exitPrice": 1750.338,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 64
        },
        {
          "entryTs": 1669749000,
          "entryUtc": "2022-11-29T19:10:00.000Z",
          "exitTs": 1669750560,
          "dir": 1,
          "entryPrice": 1751.697,
          "exitPrice": 1750.167,
          "stopDistance": 1.53,
          "outcome": "stop",
          "netR": -1.2745,
          "holdMinutes": 26
        },
        {
          "entryTs": 1669758900,
          "entryUtc": "2022-11-29T21:55:00.000Z",
          "exitTs": 1669762800,
          "dir": 1,
          "entryPrice": 1749.657,
          "exitPrice": 1748.887,
          "stopDistance": 0.77,
          "outcome": "stop",
          "netR": -1.5457,
          "holdMinutes": 65
        },
        {
          "entryTs": 1669767900,
          "entryUtc": "2022-11-30T00:25:00.000Z",
          "exitTs": 1669770840,
          "dir": 1,
          "entryPrice": 1749.698,
          "exitPrice": 1751.501,
          "stopDistance": 0.901,
          "outcome": "target",
          "netR": 1.5895,
          "holdMinutes": 49
        },
        {
          "entryTs": 1669792500,
          "entryUtc": "2022-11-30T07:15:00.000Z",
          "exitTs": 1669794300,
          "dir": 1,
          "entryPrice": 1755.548,
          "exitPrice": 1754.258,
          "stopDistance": 1.29,
          "outcome": "stop",
          "netR": -1.3255,
          "holdMinutes": 30
        },
        {
          "entryTs": 1669807800,
          "entryUtc": "2022-11-30T11:30:00.000Z",
          "exitTs": 1669814100,
          "dir": 1,
          "entryPrice": 1760.627,
          "exitPrice": 1763.826,
          "stopDistance": 1.6,
          "outcome": "target",
          "netR": 1.7687,
          "holdMinutes": 105
        },
        {
          "entryTs": 1669833600,
          "entryUtc": "2022-11-30T18:40:00.000Z",
          "exitTs": 1669837260,
          "dir": 1,
          "entryPrice": 1757.058,
          "exitPrice": 1764.502,
          "stopDistance": 3.722,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 61
        },
        {
          "entryTs": 1669866000,
          "entryUtc": "2022-12-01T03:40:00.000Z",
          "exitTs": 1669870020,
          "dir": 1,
          "entryPrice": 1776.157,
          "exitPrice": 1779.503,
          "stopDistance": 1.673,
          "outcome": "target",
          "netR": 1.7789,
          "holdMinutes": 67
        },
        {
          "entryTs": 1669889100,
          "entryUtc": "2022-12-01T10:05:00.000Z",
          "exitTs": 1669891500,
          "dir": 1,
          "entryPrice": 1778.598,
          "exitPrice": 1776.812,
          "stopDistance": 1.786,
          "outcome": "stop",
          "netR": -1.2352,
          "holdMinutes": 40
        },
        {
          "entryTs": 1669893900,
          "entryUtc": "2022-12-01T11:25:00.000Z",
          "exitTs": 1669897680,
          "dir": 1,
          "entryPrice": 1779.408,
          "exitPrice": 1782.932,
          "stopDistance": 1.762,
          "outcome": "target",
          "netR": 1.79,
          "holdMinutes": 63
        },
        {
          "entryTs": 1669920000,
          "entryUtc": "2022-12-01T18:40:00.000Z",
          "exitTs": 1669943460,
          "dir": 1,
          "entryPrice": 1800.617,
          "exitPrice": 1798.408,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1902,
          "holdMinutes": 391
        },
        {
          "entryTs": 1669953300,
          "entryUtc": "2022-12-02T03:55:00.000Z",
          "exitTs": 1669954140,
          "dir": 1,
          "entryPrice": 1798.458,
          "exitPrice": 1797.231,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3422,
          "holdMinutes": 14
        },
        {
          "entryTs": 1669958100,
          "entryUtc": "2022-12-02T05:15:00.000Z",
          "exitTs": 1669958700,
          "dir": 1,
          "entryPrice": 1798.118,
          "exitPrice": 1797.073,
          "stopDistance": 1.045,
          "outcome": "stop",
          "netR": -1.4018,
          "holdMinutes": 10
        },
        {
          "entryTs": 1669961100,
          "entryUtc": "2022-12-02T06:05:00.000Z",
          "exitTs": 1669965780,
          "dir": 1,
          "entryPrice": 1798.307,
          "exitPrice": 1800.666,
          "stopDistance": 1.18,
          "outcome": "target",
          "netR": 1.6863,
          "holdMinutes": 78
        },
        {
          "entryTs": 1669986900,
          "entryUtc": "2022-12-02T13:15:00.000Z",
          "exitTs": 1669987560,
          "dir": 1,
          "entryPrice": 1799.558,
          "exitPrice": 1798.04,
          "stopDistance": 1.518,
          "outcome": "stop",
          "netR": -1.2766,
          "holdMinutes": 11
        },
        {
          "entryTs": 1669997700,
          "entryUtc": "2022-12-02T16:15:00.000Z",
          "exitTs": 1670001180,
          "dir": 1,
          "entryPrice": 1789.628,
          "exitPrice": 1796.848,
          "stopDistance": 3.61,
          "outcome": "target",
          "netR": 1.8975,
          "holdMinutes": 58
        },
        {
          "entryTs": 1670197500,
          "entryUtc": "2022-12-04T23:45:00.000Z",
          "exitTs": 1670202060,
          "dir": 1,
          "entryPrice": 1798.598,
          "exitPrice": 1801.935,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 76
        },
        {
          "entryTs": 1670244900,
          "entryUtc": "2022-12-05T12:55:00.000Z",
          "exitTs": 1670247000,
          "dir": 1,
          "entryPrice": 1796.497,
          "exitPrice": 1794.835,
          "stopDistance": 1.662,
          "outcome": "stop",
          "netR": -1.2527,
          "holdMinutes": 35
        },
        {
          "entryTs": 1670296500,
          "entryUtc": "2022-12-06T03:15:00.000Z",
          "exitTs": 1670298000,
          "dir": 1,
          "entryPrice": 1774.028,
          "exitPrice": 1772.325,
          "stopDistance": 1.702,
          "outcome": "stop",
          "netR": -1.2467,
          "holdMinutes": 25
        },
        {
          "entryTs": 1670300400,
          "entryUtc": "2022-12-06T04:20:00.000Z",
          "exitTs": 1670301060,
          "dir": 1,
          "entryPrice": 1774.128,
          "exitPrice": 1772.544,
          "stopDistance": 1.584,
          "outcome": "stop",
          "netR": -1.2651,
          "holdMinutes": 11
        },
        {
          "entryTs": 1670344500,
          "entryUtc": "2022-12-06T16:35:00.000Z",
          "exitTs": 1670345220,
          "dir": 1,
          "entryPrice": 1775.828,
          "exitPrice": 1773.815,
          "stopDistance": 2.013,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 12
        },
        {
          "entryTs": 1670385600,
          "entryUtc": "2022-12-07T04:00:00.000Z",
          "exitTs": 1670387460,
          "dir": 1,
          "entryPrice": 1773.058,
          "exitPrice": 1771.709,
          "stopDistance": 1.349,
          "outcome": "stop",
          "netR": -1.3113,
          "holdMinutes": 31
        },
        {
          "entryTs": 1670396700,
          "entryUtc": "2022-12-07T07:05:00.000Z",
          "exitTs": 1670397240,
          "dir": 1,
          "entryPrice": 1773.318,
          "exitPrice": 1771.765,
          "stopDistance": 1.553,
          "outcome": "stop",
          "netR": -1.2704,
          "holdMinutes": 9
        },
        {
          "entryTs": 1670398200,
          "entryUtc": "2022-12-07T07:30:00.000Z",
          "exitTs": 1670400120,
          "dir": 1,
          "entryPrice": 1773.537,
          "exitPrice": 1771.779,
          "stopDistance": 1.758,
          "outcome": "stop",
          "netR": -1.2389,
          "holdMinutes": 32
        },
        {
          "entryTs": 1670403000,
          "entryUtc": "2022-12-07T08:50:00.000Z",
          "exitTs": 1670405880,
          "dir": 1,
          "entryPrice": 1773.457,
          "exitPrice": 1771.594,
          "stopDistance": 1.863,
          "outcome": "stop",
          "netR": -1.2255,
          "holdMinutes": 48
        },
        {
          "entryTs": 1670408400,
          "entryUtc": "2022-12-07T10:20:00.000Z",
          "exitTs": 1670408880,
          "dir": 1,
          "entryPrice": 1774.638,
          "exitPrice": 1773.033,
          "stopDistance": 1.605,
          "outcome": "stop",
          "netR": -1.2617,
          "holdMinutes": 8
        },
        {
          "entryTs": 1670410200,
          "entryUtc": "2022-12-07T10:50:00.000Z",
          "exitTs": 1670413620,
          "dir": 1,
          "entryPrice": 1773.348,
          "exitPrice": 1771.677,
          "stopDistance": 1.671,
          "outcome": "stop",
          "netR": -1.2513,
          "holdMinutes": 57
        },
        {
          "entryTs": 1670417400,
          "entryUtc": "2022-12-07T12:50:00.000Z",
          "exitTs": 1670419200,
          "dir": 1,
          "entryPrice": 1773.898,
          "exitPrice": 1776.824,
          "stopDistance": 1.463,
          "outcome": "target",
          "netR": 1.7471,
          "holdMinutes": 30
        },
        {
          "entryTs": 1670432100,
          "entryUtc": "2022-12-07T16:55:00.000Z",
          "exitTs": 1670438040,
          "dir": 1,
          "entryPrice": 1780.948,
          "exitPrice": 1786.613,
          "stopDistance": 2.833,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 99
        },
        {
          "entryTs": 1670456100,
          "entryUtc": "2022-12-07T23:35:00.000Z",
          "exitTs": 1670458620,
          "dir": 1,
          "entryPrice": 1786.878,
          "exitPrice": 1785.907,
          "stopDistance": 0.971,
          "outcome": "stop",
          "netR": -1.4324,
          "holdMinutes": 42
        },
        {
          "entryTs": 1670470500,
          "entryUtc": "2022-12-08T03:35:00.000Z",
          "exitTs": 1670473080,
          "dir": 1,
          "entryPrice": 1783.667,
          "exitPrice": 1782.38,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3264,
          "holdMinutes": 43
        },
        {
          "entryTs": 1670475900,
          "entryUtc": "2022-12-08T05:05:00.000Z",
          "exitTs": 1670476920,
          "dir": 1,
          "entryPrice": 1783.237,
          "exitPrice": 1782.22,
          "stopDistance": 1.017,
          "outcome": "stop",
          "netR": -1.413,
          "holdMinutes": 17
        },
        {
          "entryTs": 1670478600,
          "entryUtc": "2022-12-08T05:50:00.000Z",
          "exitTs": 1670480040,
          "dir": 1,
          "entryPrice": 1783.158,
          "exitPrice": 1785.23,
          "stopDistance": 1.036,
          "outcome": "target",
          "netR": 1.6428,
          "holdMinutes": 24
        },
        {
          "entryTs": 1670497500,
          "entryUtc": "2022-12-08T11:05:00.000Z",
          "exitTs": 1670497800,
          "dir": 1,
          "entryPrice": 1783.577,
          "exitPrice": 1782.274,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3224,
          "holdMinutes": 5
        },
        {
          "entryTs": 1670499300,
          "entryUtc": "2022-12-08T11:35:00.000Z",
          "exitTs": 1670500320,
          "dir": 1,
          "entryPrice": 1784.688,
          "exitPrice": 1783.373,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3195,
          "holdMinutes": 17
        },
        {
          "entryTs": 1670511300,
          "entryUtc": "2022-12-08T14:55:00.000Z",
          "exitTs": 1670515920,
          "dir": 1,
          "entryPrice": 1791.258,
          "exitPrice": 1788.054,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 77
        },
        {
          "entryTs": 1670524800,
          "entryUtc": "2022-12-08T18:40:00.000Z",
          "exitTs": 1670525580,
          "dir": 1,
          "entryPrice": 1791.358,
          "exitPrice": 1789.684,
          "stopDistance": 1.674,
          "outcome": "stop",
          "netR": -1.2509,
          "holdMinutes": 13
        },
        {
          "entryTs": 1670528400,
          "entryUtc": "2022-12-08T19:40:00.000Z",
          "exitTs": 1670530260,
          "dir": 1,
          "entryPrice": 1789.368,
          "exitPrice": 1787.808,
          "stopDistance": 1.56,
          "outcome": "stop",
          "netR": -1.2693,
          "holdMinutes": 31
        },
        {
          "entryTs": 1670535000,
          "entryUtc": "2022-12-08T21:30:00.000Z",
          "exitTs": 1670545560,
          "dir": 1,
          "entryPrice": 1789.148,
          "exitPrice": 1788.329,
          "stopDistance": 0.819,
          "outcome": "stop",
          "netR": -1.513,
          "holdMinutes": 176
        },
        {
          "entryTs": 1670547600,
          "entryUtc": "2022-12-09T01:00:00.000Z",
          "exitTs": 1670548080,
          "dir": 1,
          "entryPrice": 1790.148,
          "exitPrice": 1791.686,
          "stopDistance": 0.769,
          "outcome": "target",
          "netR": 1.5189,
          "holdMinutes": 8
        },
        {
          "entryTs": 1670580300,
          "entryUtc": "2022-12-09T10:05:00.000Z",
          "exitTs": 1670585340,
          "dir": 1,
          "entryPrice": 1793.648,
          "exitPrice": 1797,
          "stopDistance": 1.676,
          "outcome": "target",
          "netR": 1.7793,
          "holdMinutes": 84
        },
        {
          "entryTs": 1670602200,
          "entryUtc": "2022-12-09T16:10:00.000Z",
          "exitTs": 1670603400,
          "dir": 1,
          "entryPrice": 1796.818,
          "exitPrice": 1802.814,
          "stopDistance": 2.998,
          "outcome": "target",
          "netR": 1.8766,
          "holdMinutes": 20
        },
        {
          "entryTs": 1670614800,
          "entryUtc": "2022-12-09T19:40:00.000Z",
          "exitTs": 1670616540,
          "dir": 1,
          "entryPrice": 1799.898,
          "exitPrice": 1798.491,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2985,
          "holdMinutes": 29
        },
        {
          "entryTs": 1670827800,
          "entryUtc": "2022-12-12T06:50:00.000Z",
          "exitTs": 1670828580,
          "dir": 1,
          "entryPrice": 1788.928,
          "exitPrice": 1787.641,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3264,
          "holdMinutes": 13
        },
        {
          "entryTs": 1670875800,
          "entryUtc": "2022-12-12T20:10:00.000Z",
          "exitTs": 1670877360,
          "dir": 1,
          "entryPrice": 1781.415,
          "exitPrice": 1779.89,
          "stopDistance": 1.525,
          "outcome": "stop",
          "netR": -1.2754,
          "holdMinutes": 26
        },
        {
          "entryTs": 1670909400,
          "entryUtc": "2022-12-13T05:30:00.000Z",
          "exitTs": 1670910720,
          "dir": 1,
          "entryPrice": 1783.275,
          "exitPrice": 1784.943,
          "stopDistance": 0.834,
          "outcome": "target",
          "netR": 1.5564,
          "holdMinutes": 22
        },
        {
          "entryTs": 1670928000,
          "entryUtc": "2022-12-13T10:40:00.000Z",
          "exitTs": 1670936160,
          "dir": 1,
          "entryPrice": 1786.138,
          "exitPrice": 1789.483,
          "stopDistance": 1.672,
          "outcome": "target",
          "netR": 1.7787,
          "holdMinutes": 136
        },
        {
          "entryTs": 1670949300,
          "entryUtc": "2022-12-13T16:35:00.000Z",
          "exitTs": 1670950020,
          "dir": 1,
          "entryPrice": 1814.505,
          "exitPrice": 1810.649,
          "stopDistance": 3.856,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 12
        },
        {
          "entryTs": 1670955900,
          "entryUtc": "2022-12-13T18:25:00.000Z",
          "exitTs": 1670957580,
          "dir": 1,
          "entryPrice": 1813.145,
          "exitPrice": 1810.144,
          "stopDistance": 3.001,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 28
        },
        {
          "entryTs": 1670960700,
          "entryUtc": "2022-12-13T19:45:00.000Z",
          "exitTs": 1670961780,
          "dir": 1,
          "entryPrice": 1812.225,
          "exitPrice": 1809.976,
          "stopDistance": 2.249,
          "outcome": "stop",
          "netR": -1.1868,
          "holdMinutes": 18
        },
        {
          "entryTs": 1670963700,
          "entryUtc": "2022-12-13T20:35:00.000Z",
          "exitTs": 1670964840,
          "dir": 1,
          "entryPrice": 1812.225,
          "exitPrice": 1810.297,
          "stopDistance": 1.928,
          "outcome": "stop",
          "netR": -1.2178,
          "holdMinutes": 19
        },
        {
          "entryTs": 1670973000,
          "entryUtc": "2022-12-13T23:10:00.000Z",
          "exitTs": 1670973600,
          "dir": 1,
          "entryPrice": 1811.158,
          "exitPrice": 1809.99,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3596,
          "holdMinutes": 10
        },
        {
          "entryTs": 1670979900,
          "entryUtc": "2022-12-14T01:05:00.000Z",
          "exitTs": 1670982420,
          "dir": 1,
          "entryPrice": 1811.385,
          "exitPrice": 1810.229,
          "stopDistance": 1.156,
          "outcome": "stop",
          "netR": -1.3633,
          "holdMinutes": 42
        },
        {
          "entryTs": 1670986800,
          "entryUtc": "2022-12-14T03:00:00.000Z",
          "exitTs": 1670991720,
          "dir": 1,
          "entryPrice": 1810.608,
          "exitPrice": 1809.427,
          "stopDistance": 1.181,
          "outcome": "stop",
          "netR": -1.3556,
          "holdMinutes": 82
        },
        {
          "entryTs": 1670996700,
          "entryUtc": "2022-12-14T05:45:00.000Z",
          "exitTs": 1670997540,
          "dir": 1,
          "entryPrice": 1810.405,
          "exitPrice": 1809.493,
          "stopDistance": 0.913,
          "outcome": "stop",
          "netR": -1.4603,
          "holdMinutes": 14
        },
        {
          "entryTs": 1671015900,
          "entryUtc": "2022-12-14T11:05:00.000Z",
          "exitTs": 1671016680,
          "dir": 1,
          "entryPrice": 1809.098,
          "exitPrice": 1807.392,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2462,
          "holdMinutes": 13
        },
        {
          "entryTs": 1671024000,
          "entryUtc": "2022-12-14T13:20:00.000Z",
          "exitTs": 1671028680,
          "dir": 1,
          "entryPrice": 1808.005,
          "exitPrice": 1811.533,
          "stopDistance": 1.764,
          "outcome": "target",
          "netR": 1.7903,
          "holdMinutes": 78
        },
        {
          "entryTs": 1671048900,
          "entryUtc": "2022-12-14T20:15:00.000Z",
          "exitTs": 1671049740,
          "dir": 1,
          "entryPrice": 1812.028,
          "exitPrice": 1806.317,
          "stopDistance": 5.711,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 14
        },
        {
          "entryTs": 1671084300,
          "entryUtc": "2022-12-15T06:05:00.000Z",
          "exitTs": 1671085320,
          "dir": 1,
          "entryPrice": 1792.685,
          "exitPrice": 1795.463,
          "stopDistance": 1.389,
          "outcome": "target",
          "netR": 1.7336,
          "holdMinutes": 17
        },
        {
          "entryTs": 1671106200,
          "entryUtc": "2022-12-15T12:10:00.000Z",
          "exitTs": 1671107400,
          "dir": -1,
          "entryPrice": 1777.475,
          "exitPrice": 1779.615,
          "stopDistance": 2.141,
          "outcome": "stop",
          "netR": -1.1962,
          "holdMinutes": 20
        },
        {
          "entryTs": 1671108900,
          "entryUtc": "2022-12-15T12:55:00.000Z",
          "exitTs": 1671111780,
          "dir": -1,
          "entryPrice": 1777.665,
          "exitPrice": 1779.74,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 48
        },
        {
          "entryTs": 1671118200,
          "entryUtc": "2022-12-15T15:30:00.000Z",
          "exitTs": 1671148200,
          "dir": -1,
          "entryPrice": 1778.075,
          "exitPrice": 1776.535,
          "stopDistance": 4.249,
          "outcome": "time",
          "netR": 0.2753,
          "holdMinutes": 500
        },
        {
          "entryTs": 1671162600,
          "entryUtc": "2022-12-16T03:50:00.000Z",
          "exitTs": 1671171540,
          "dir": -1,
          "entryPrice": 1779.495,
          "exitPrice": 1780.682,
          "stopDistance": 1.187,
          "outcome": "stop",
          "netR": -1.3538,
          "holdMinutes": 149
        },
        {
          "entryTs": 1671176700,
          "entryUtc": "2022-12-16T07:45:00.000Z",
          "exitTs": 1671179100,
          "dir": -1,
          "entryPrice": 1778.515,
          "exitPrice": 1775.408,
          "stopDistance": 1.553,
          "outcome": "target",
          "netR": 1.7618,
          "holdMinutes": 40
        },
        {
          "entryTs": 1671200400,
          "entryUtc": "2022-12-16T14:20:00.000Z",
          "exitTs": 1671201240,
          "dir": -1,
          "entryPrice": 1782.708,
          "exitPrice": 1784.936,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 14
        },
        {
          "entryTs": 1671214800,
          "entryUtc": "2022-12-16T18:20:00.000Z",
          "exitTs": 1671220860,
          "dir": 1,
          "entryPrice": 1789.745,
          "exitPrice": 1793.451,
          "stopDistance": 1.853,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 101
        },
        {
          "entryTs": 1671405000,
          "entryUtc": "2022-12-18T23:10:00.000Z",
          "exitTs": 1671406200,
          "dir": 1,
          "entryPrice": 1792.748,
          "exitPrice": 1791.519,
          "stopDistance": 1.229,
          "outcome": "stop",
          "netR": -1.3416,
          "holdMinutes": 20
        },
        {
          "entryTs": 1671410400,
          "entryUtc": "2022-12-19T00:40:00.000Z",
          "exitTs": 1671411780,
          "dir": 1,
          "entryPrice": 1793.515,
          "exitPrice": 1792.395,
          "stopDistance": 1.12,
          "outcome": "stop",
          "netR": -1.3748,
          "holdMinutes": 23
        },
        {
          "entryTs": 1671432600,
          "entryUtc": "2022-12-19T06:50:00.000Z",
          "exitTs": 1671433380,
          "dir": 1,
          "entryPrice": 1793.185,
          "exitPrice": 1791.874,
          "stopDistance": 1.311,
          "outcome": "stop",
          "netR": -1.3203,
          "holdMinutes": 13
        },
        {
          "entryTs": 1671463500,
          "entryUtc": "2022-12-19T15:25:00.000Z",
          "exitTs": 1671463680,
          "dir": 1,
          "entryPrice": 1795.115,
          "exitPrice": 1792.8,
          "stopDistance": 2.315,
          "outcome": "stop",
          "netR": -1.1814,
          "holdMinutes": 3
        },
        {
          "entryTs": 1671475200,
          "entryUtc": "2022-12-19T18:40:00.000Z",
          "exitTs": 1671476580,
          "dir": 1,
          "entryPrice": 1789.265,
          "exitPrice": 1787.863,
          "stopDistance": 1.402,
          "outcome": "stop",
          "netR": -1.2997,
          "holdMinutes": 23
        },
        {
          "entryTs": 1671494700,
          "entryUtc": "2022-12-20T00:05:00.000Z",
          "exitTs": 1671498180,
          "dir": -1,
          "entryPrice": 1785.855,
          "exitPrice": 1786.565,
          "stopDistance": 0.71,
          "outcome": "stop",
          "netR": -1.5918,
          "holdMinutes": 58
        },
        {
          "entryTs": 1671503100,
          "entryUtc": "2022-12-20T02:25:00.000Z",
          "exitTs": 1671505080,
          "dir": -1,
          "entryPrice": 1785.745,
          "exitPrice": 1787.16,
          "stopDistance": 1.415,
          "outcome": "stop",
          "netR": -1.2968,
          "holdMinutes": 33
        },
        {
          "entryTs": 1671513000,
          "entryUtc": "2022-12-20T05:10:00.000Z",
          "exitTs": 1671514200,
          "dir": 1,
          "entryPrice": 1791.068,
          "exitPrice": 1789.126,
          "stopDistance": 1.942,
          "outcome": "stop",
          "netR": -1.2163,
          "holdMinutes": 20
        },
        {
          "entryTs": 1671517800,
          "entryUtc": "2022-12-20T06:30:00.000Z",
          "exitTs": 1671522360,
          "dir": 1,
          "entryPrice": 1791.475,
          "exitPrice": 1795.351,
          "stopDistance": 1.938,
          "outcome": "target",
          "netR": 1.8091,
          "holdMinutes": 76
        },
        {
          "entryTs": 1671544800,
          "entryUtc": "2022-12-20T14:00:00.000Z",
          "exitTs": 1671545760,
          "dir": 1,
          "entryPrice": 1805.515,
          "exitPrice": 1803.096,
          "stopDistance": 2.419,
          "outcome": "stop",
          "netR": -1.1736,
          "holdMinutes": 16
        },
        {
          "entryTs": 1671565200,
          "entryUtc": "2022-12-20T19:40:00.000Z",
          "exitTs": 1671584940,
          "dir": 1,
          "entryPrice": 1816.635,
          "exitPrice": 1819.463,
          "stopDistance": 1.414,
          "outcome": "target",
          "netR": 1.7384,
          "holdMinutes": 329
        },
        {
          "entryTs": 1671608100,
          "entryUtc": "2022-12-21T07:35:00.000Z",
          "exitTs": 1671614760,
          "dir": 1,
          "entryPrice": 1815.085,
          "exitPrice": 1813.481,
          "stopDistance": 1.604,
          "outcome": "stop",
          "netR": -1.2619,
          "holdMinutes": 111
        },
        {
          "entryTs": 1671624300,
          "entryUtc": "2022-12-21T12:05:00.000Z",
          "exitTs": 1671625020,
          "dir": 1,
          "entryPrice": 1814.658,
          "exitPrice": 1813.238,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 12
        },
        {
          "entryTs": 1671644100,
          "entryUtc": "2022-12-21T17:35:00.000Z",
          "exitTs": 1671646260,
          "dir": 1,
          "entryPrice": 1817.918,
          "exitPrice": 1816.108,
          "stopDistance": 1.81,
          "outcome": "stop",
          "netR": -1.232,
          "holdMinutes": 36
        },
        {
          "entryTs": 1671649800,
          "entryUtc": "2022-12-21T19:10:00.000Z",
          "exitTs": 1671650760,
          "dir": 1,
          "entryPrice": 1817.645,
          "exitPrice": 1816.3,
          "stopDistance": 1.345,
          "outcome": "stop",
          "netR": -1.3123,
          "holdMinutes": 16
        },
        {
          "entryTs": 1671665400,
          "entryUtc": "2022-12-21T23:30:00.000Z",
          "exitTs": 1671665580,
          "dir": 1,
          "entryPrice": 1815.245,
          "exitPrice": 1814.427,
          "stopDistance": 0.818,
          "outcome": "stop",
          "netR": -1.5131,
          "holdMinutes": 3
        },
        {
          "entryTs": 1671697200,
          "entryUtc": "2022-12-22T08:20:00.000Z",
          "exitTs": 1671698700,
          "dir": 1,
          "entryPrice": 1818.888,
          "exitPrice": 1817.372,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.277,
          "holdMinutes": 25
        },
        {
          "entryTs": 1671710700,
          "entryUtc": "2022-12-22T12:05:00.000Z",
          "exitTs": 1671715080,
          "dir": 1,
          "entryPrice": 1816.138,
          "exitPrice": 1819.022,
          "stopDistance": 1.442,
          "outcome": "target",
          "netR": 1.7434,
          "holdMinutes": 73
        },
        {
          "entryTs": 1671756600,
          "entryUtc": "2022-12-23T00:50:00.000Z",
          "exitTs": 1671758040,
          "dir": -1,
          "entryPrice": 1792.045,
          "exitPrice": 1793.133,
          "stopDistance": 1.088,
          "outcome": "stop",
          "netR": -1.3862,
          "holdMinutes": 24
        },
        {
          "entryTs": 1671764400,
          "entryUtc": "2022-12-23T03:00:00.000Z",
          "exitTs": 1671769320,
          "dir": -1,
          "entryPrice": 1792.835,
          "exitPrice": 1794.244,
          "stopDistance": 1.409,
          "outcome": "stop",
          "netR": -1.2982,
          "holdMinutes": 82
        },
        {
          "entryTs": 1671784500,
          "entryUtc": "2022-12-23T08:35:00.000Z",
          "exitTs": 1671784740,
          "dir": -1,
          "entryPrice": 1795.485,
          "exitPrice": 1796.783,
          "stopDistance": 1.298,
          "outcome": "stop",
          "netR": -1.3235,
          "holdMinutes": 4
        },
        {
          "entryTs": 1671802500,
          "entryUtc": "2022-12-23T13:35:00.000Z",
          "exitTs": 1671802740,
          "dir": -1,
          "entryPrice": 1795.675,
          "exitPrice": 1797.605,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2176,
          "holdMinutes": 4
        },
        {
          "entryTs": 1671803700,
          "entryUtc": "2022-12-23T13:55:00.000Z",
          "exitTs": 1671808680,
          "dir": -1,
          "entryPrice": 1795.285,
          "exitPrice": 1797.989,
          "stopDistance": 2.704,
          "outcome": "stop",
          "netR": -1.1553,
          "holdMinutes": 83
        },
        {
          "entryTs": 1672105500,
          "entryUtc": "2022-12-27T01:45:00.000Z",
          "exitTs": 1672108260,
          "dir": 1,
          "entryPrice": 1802.135,
          "exitPrice": 1804.77,
          "stopDistance": 1.318,
          "outcome": "target",
          "netR": 1.7192,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672114800,
          "entryUtc": "2022-12-27T04:20:00.000Z",
          "exitTs": 1672118880,
          "dir": 1,
          "entryPrice": 1804.905,
          "exitPrice": 1804.018,
          "stopDistance": 0.887,
          "outcome": "stop",
          "netR": -1.4734,
          "holdMinutes": 68
        },
        {
          "entryTs": 1672120200,
          "entryUtc": "2022-12-27T05:50:00.000Z",
          "exitTs": 1672120260,
          "dir": 1,
          "entryPrice": 1806.165,
          "exitPrice": 1805.086,
          "stopDistance": 1.079,
          "outcome": "stop",
          "netR": -1.3893,
          "holdMinutes": 1
        },
        {
          "entryTs": 1672152900,
          "entryUtc": "2022-12-27T14:55:00.000Z",
          "exitTs": 1672153740,
          "dir": 1,
          "entryPrice": 1809.748,
          "exitPrice": 1814.144,
          "stopDistance": 2.198,
          "outcome": "target",
          "netR": 1.8316,
          "holdMinutes": 14
        },
        {
          "entryTs": 1672183500,
          "entryUtc": "2022-12-27T23:25:00.000Z",
          "exitTs": 1672184700,
          "dir": 1,
          "entryPrice": 1814.055,
          "exitPrice": 1813.064,
          "stopDistance": 0.991,
          "outcome": "stop",
          "netR": -1.4237,
          "holdMinutes": 20
        },
        {
          "entryTs": 1672190700,
          "entryUtc": "2022-12-28T01:25:00.000Z",
          "exitTs": 1672192020,
          "dir": 1,
          "entryPrice": 1813.358,
          "exitPrice": 1812.054,
          "stopDistance": 1.304,
          "outcome": "stop",
          "netR": -1.3221,
          "holdMinutes": 22
        },
        {
          "entryTs": 1672197900,
          "entryUtc": "2022-12-28T03:25:00.000Z",
          "exitTs": 1672198260,
          "dir": 1,
          "entryPrice": 1812.297,
          "exitPrice": 1811.071,
          "stopDistance": 1.226,
          "outcome": "stop",
          "netR": -1.3427,
          "holdMinutes": 6
        },
        {
          "entryTs": 1672203600,
          "entryUtc": "2022-12-28T05:00:00.000Z",
          "exitTs": 1672206540,
          "dir": 1,
          "entryPrice": 1811.635,
          "exitPrice": 1810.623,
          "stopDistance": 1.012,
          "outcome": "stop",
          "netR": -1.4151,
          "holdMinutes": 49
        },
        {
          "entryTs": 1672224000,
          "entryUtc": "2022-12-28T10:40:00.000Z",
          "exitTs": 1672230060,
          "dir": -1,
          "entryPrice": 1802.635,
          "exitPrice": 1804.643,
          "stopDistance": 2.008,
          "outcome": "stop",
          "netR": -1.2092,
          "holdMinutes": 101
        },
        {
          "entryTs": 1672237200,
          "entryUtc": "2022-12-28T14:20:00.000Z",
          "exitTs": 1672239600,
          "dir": 1,
          "entryPrice": 1806.095,
          "exitPrice": 1804.116,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2123,
          "holdMinutes": 40
        },
        {
          "entryTs": 1672247400,
          "entryUtc": "2022-12-28T17:10:00.000Z",
          "exitTs": 1672251060,
          "dir": 1,
          "entryPrice": 1802.865,
          "exitPrice": 1807.751,
          "stopDistance": 2.443,
          "outcome": "target",
          "netR": 1.8485,
          "holdMinutes": 61
        },
        {
          "entryTs": 1672255800,
          "entryUtc": "2022-12-28T19:30:00.000Z",
          "exitTs": 1672258920,
          "dir": 1,
          "entryPrice": 1805.265,
          "exitPrice": 1803.439,
          "stopDistance": 1.827,
          "outcome": "stop",
          "netR": -1.2299,
          "holdMinutes": 52
        },
        {
          "entryTs": 1672269000,
          "entryUtc": "2022-12-28T23:10:00.000Z",
          "exitTs": 1672276500,
          "dir": 1,
          "entryPrice": 1805.048,
          "exitPrice": 1806.94,
          "stopDistance": 0.946,
          "outcome": "target",
          "netR": 1.6088,
          "holdMinutes": 125
        },
        {
          "entryTs": 1672289700,
          "entryUtc": "2022-12-29T04:55:00.000Z",
          "exitTs": 1672293300,
          "dir": 1,
          "entryPrice": 1808.055,
          "exitPrice": 1809.754,
          "stopDistance": 0.85,
          "outcome": "target",
          "netR": 1.5645,
          "holdMinutes": 60
        },
        {
          "entryTs": 1672302000,
          "entryUtc": "2022-12-29T08:20:00.000Z",
          "exitTs": 1672308780,
          "dir": 1,
          "entryPrice": 1809.255,
          "exitPrice": 1807.766,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.2822,
          "holdMinutes": 113
        },
        {
          "entryTs": 1672316100,
          "entryUtc": "2022-12-29T12:15:00.000Z",
          "exitTs": 1672317060,
          "dir": 1,
          "entryPrice": 1807.295,
          "exitPrice": 1805.863,
          "stopDistance": 1.432,
          "outcome": "stop",
          "netR": -1.2932,
          "holdMinutes": 16
        },
        {
          "entryTs": 1672318800,
          "entryUtc": "2022-12-29T13:00:00.000Z",
          "exitTs": 1672320900,
          "dir": 1,
          "entryPrice": 1806.715,
          "exitPrice": 1809.524,
          "stopDistance": 1.404,
          "outcome": "target",
          "netR": 1.7365,
          "holdMinutes": 35
        },
        {
          "entryTs": 1672332000,
          "entryUtc": "2022-12-29T16:40:00.000Z",
          "exitTs": 1672336320,
          "dir": 1,
          "entryPrice": 1814.395,
          "exitPrice": 1819.026,
          "stopDistance": 2.315,
          "outcome": "target",
          "netR": 1.8402,
          "holdMinutes": 72
        },
        {
          "entryTs": 1672341000,
          "entryUtc": "2022-12-29T19:10:00.000Z",
          "exitTs": 1672344060,
          "dir": 1,
          "entryPrice": 1817.985,
          "exitPrice": 1816.305,
          "stopDistance": 1.68,
          "outcome": "stop",
          "netR": -1.25,
          "holdMinutes": 51
        },
        {
          "entryTs": 1672359300,
          "entryUtc": "2022-12-30T00:15:00.000Z",
          "exitTs": 1672362000,
          "dir": 1,
          "entryPrice": 1814.958,
          "exitPrice": 1816.562,
          "stopDistance": 0.802,
          "outcome": "target",
          "netR": 1.5386,
          "holdMinutes": 45
        },
        {
          "entryTs": 1672378200,
          "entryUtc": "2022-12-30T05:30:00.000Z",
          "exitTs": 1672378920,
          "dir": 1,
          "entryPrice": 1817.165,
          "exitPrice": 1818.705,
          "stopDistance": 0.77,
          "outcome": "target",
          "netR": 1.5194,
          "holdMinutes": 12
        },
        {
          "entryTs": 1672398600,
          "entryUtc": "2022-12-30T11:10:00.000Z",
          "exitTs": 1672400340,
          "dir": 1,
          "entryPrice": 1816.795,
          "exitPrice": 1819.744,
          "stopDistance": 1.474,
          "outcome": "target",
          "netR": 1.749,
          "holdMinutes": 29
        },
        {
          "entryTs": 1672407600,
          "entryUtc": "2022-12-30T13:40:00.000Z",
          "exitTs": 1672409160,
          "dir": 1,
          "entryPrice": 1819.238,
          "exitPrice": 1822.984,
          "stopDistance": 1.873,
          "outcome": "target",
          "netR": 1.8024,
          "holdMinutes": 26
        },
        {
          "entryTs": 1672420800,
          "entryUtc": "2022-12-30T17:20:00.000Z",
          "exitTs": 1672423140,
          "dir": 1,
          "entryPrice": 1818.317,
          "exitPrice": 1822.74,
          "stopDistance": 2.211,
          "outcome": "target",
          "netR": 1.8327,
          "holdMinutes": 39
        },
        {
          "entryTs": 1672428600,
          "entryUtc": "2022-12-30T19:30:00.000Z",
          "exitTs": 1672700400,
          "dir": 1,
          "entryPrice": 1821.927,
          "exitPrice": 1825.508,
          "stopDistance": 1.791,
          "outcome": "target",
          "netR": 1.7934,
          "holdMinutes": 4530
        },
        {
          "entryTs": 1672711800,
          "entryUtc": "2023-01-03T02:10:00.000Z",
          "exitTs": 1672713660,
          "dir": 1,
          "entryPrice": 1830.185,
          "exitPrice": 1834.956,
          "stopDistance": 2.386,
          "outcome": "target",
          "netR": 1.8449,
          "holdMinutes": 31
        },
        {
          "entryTs": 1672725600,
          "entryUtc": "2023-01-03T06:00:00.000Z",
          "exitTs": 1672726560,
          "dir": 1,
          "entryPrice": 1840.295,
          "exitPrice": 1843.408,
          "stopDistance": 1.556,
          "outcome": "target",
          "netR": 1.7623,
          "holdMinutes": 16
        },
        {
          "entryTs": 1672749900,
          "entryUtc": "2023-01-03T12:45:00.000Z",
          "exitTs": 1672752000,
          "dir": 1,
          "entryPrice": 1835.448,
          "exitPrice": 1839.964,
          "stopDistance": 2.258,
          "outcome": "target",
          "netR": 1.8361,
          "holdMinutes": 35
        },
        {
          "entryTs": 1672766100,
          "entryUtc": "2023-01-03T17:15:00.000Z",
          "exitTs": 1672796100,
          "dir": 1,
          "entryPrice": 1835.827,
          "exitPrice": 1841.005,
          "stopDistance": 3.429,
          "outcome": "time",
          "netR": 1.402,
          "holdMinutes": 500
        },
        {
          "entryTs": 1672811400,
          "entryUtc": "2023-01-04T05:50:00.000Z",
          "exitTs": 1672815660,
          "dir": 1,
          "entryPrice": 1846.545,
          "exitPrice": 1848.938,
          "stopDistance": 1.196,
          "outcome": "target",
          "netR": 1.6908,
          "holdMinutes": 71
        },
        {
          "entryTs": 1672830900,
          "entryUtc": "2023-01-04T11:15:00.000Z",
          "exitTs": 1672831800,
          "dir": 1,
          "entryPrice": 1861.925,
          "exitPrice": 1859.761,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 15
        },
        {
          "entryTs": 1672839300,
          "entryUtc": "2023-01-04T13:35:00.000Z",
          "exitTs": 1672840920,
          "dir": 1,
          "entryPrice": 1859.835,
          "exitPrice": 1857.349,
          "stopDistance": 2.486,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 27
        },
        {
          "entryTs": 1672848000,
          "entryUtc": "2023-01-04T16:00:00.000Z",
          "exitTs": 1672854540,
          "dir": 1,
          "entryPrice": 1857.638,
          "exitPrice": 1853.791,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 109
        },
        {
          "entryTs": 1672863900,
          "entryUtc": "2023-01-04T20:25:00.000Z",
          "exitTs": 1672882080,
          "dir": 1,
          "entryPrice": 1853.515,
          "exitPrice": 1858.02,
          "stopDistance": 2.252,
          "outcome": "target",
          "netR": 1.8357,
          "holdMinutes": 303
        },
        {
          "entryTs": 1672899000,
          "entryUtc": "2023-01-05T06:10:00.000Z",
          "exitTs": 1672901040,
          "dir": 1,
          "entryPrice": 1854.538,
          "exitPrice": 1853.093,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2907,
          "holdMinutes": 34
        },
        {
          "entryTs": 1672903800,
          "entryUtc": "2023-01-05T07:30:00.000Z",
          "exitTs": 1672904640,
          "dir": 1,
          "entryPrice": 1853.988,
          "exitPrice": 1852.338,
          "stopDistance": 1.65,
          "outcome": "stop",
          "netR": -1.2546,
          "holdMinutes": 14
        },
        {
          "entryTs": 1672911600,
          "entryUtc": "2023-01-05T09:40:00.000Z",
          "exitTs": 1672912500,
          "dir": 1,
          "entryPrice": 1849.745,
          "exitPrice": 1847.48,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 15
        },
        {
          "entryTs": 1672913700,
          "entryUtc": "2023-01-05T10:15:00.000Z",
          "exitTs": 1672919040,
          "dir": 1,
          "entryPrice": 1848.365,
          "exitPrice": 1846.31,
          "stopDistance": 2.055,
          "outcome": "stop",
          "netR": -1.2044,
          "holdMinutes": 89
        },
        {
          "entryTs": 1672939500,
          "entryUtc": "2023-01-05T17:25:00.000Z",
          "exitTs": 1672959600,
          "dir": 1,
          "entryPrice": 1833.298,
          "exitPrice": 1830.459,
          "stopDistance": 2.839,
          "outcome": "stop",
          "netR": -1.1479,
          "holdMinutes": 335
        },
        {
          "entryTs": 1672965600,
          "entryUtc": "2023-01-06T00:40:00.000Z",
          "exitTs": 1672968360,
          "dir": 1,
          "entryPrice": 1833.785,
          "exitPrice": 1832.76,
          "stopDistance": 1.025,
          "outcome": "stop",
          "netR": -1.4099,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672986000,
          "entryUtc": "2023-01-06T06:20:00.000Z",
          "exitTs": 1672989660,
          "dir": 1,
          "entryPrice": 1838.915,
          "exitPrice": 1837.56,
          "stopDistance": 1.355,
          "outcome": "stop",
          "netR": -1.3099,
          "holdMinutes": 61
        },
        {
          "entryTs": 1672992300,
          "entryUtc": "2023-01-06T08:05:00.000Z",
          "exitTs": 1672994040,
          "dir": 1,
          "entryPrice": 1838.608,
          "exitPrice": 1836.919,
          "stopDistance": 1.69,
          "outcome": "stop",
          "netR": -1.2486,
          "holdMinutes": 29
        },
        {
          "entryTs": 1673002500,
          "entryUtc": "2023-01-06T10:55:00.000Z",
          "exitTs": 1673006400,
          "dir": 1,
          "entryPrice": 1837.555,
          "exitPrice": 1835.748,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2325,
          "holdMinutes": 65
        },
        {
          "entryTs": 1673012100,
          "entryUtc": "2023-01-06T13:35:00.000Z",
          "exitTs": 1673012580,
          "dir": 1,
          "entryPrice": 1839.765,
          "exitPrice": 1845.498,
          "stopDistance": 2.866,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 8
        },
        {
          "entryTs": 1673219700,
          "entryUtc": "2023-01-08T23:15:00.000Z",
          "exitTs": 1673227680,
          "dir": 1,
          "entryPrice": 1868.165,
          "exitPrice": 1871.405,
          "stopDistance": 1.62,
          "outcome": "target",
          "netR": 1.7716,
          "holdMinutes": 133
        },
        {
          "entryTs": 1673243100,
          "entryUtc": "2023-01-09T05:45:00.000Z",
          "exitTs": 1673244840,
          "dir": 1,
          "entryPrice": 1877.005,
          "exitPrice": 1879.393,
          "stopDistance": 1.194,
          "outcome": "target",
          "netR": 1.6901,
          "holdMinutes": 29
        },
        {
          "entryTs": 1673266200,
          "entryUtc": "2023-01-09T12:10:00.000Z",
          "exitTs": 1673270520,
          "dir": 1,
          "entryPrice": 1873.405,
          "exitPrice": 1876.557,
          "stopDistance": 1.576,
          "outcome": "target",
          "netR": 1.7652,
          "holdMinutes": 72
        },
        {
          "entryTs": 1673282700,
          "entryUtc": "2023-01-09T16:45:00.000Z",
          "exitTs": 1673284080,
          "dir": 1,
          "entryPrice": 1876.455,
          "exitPrice": 1873.879,
          "stopDistance": 2.576,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 23
        },
        {
          "entryTs": 1673292900,
          "entryUtc": "2023-01-09T19:35:00.000Z",
          "exitTs": 1673295600,
          "dir": 1,
          "entryPrice": 1872.515,
          "exitPrice": 1870.58,
          "stopDistance": 1.935,
          "outcome": "stop",
          "netR": -1.2171,
          "holdMinutes": 45
        },
        {
          "entryTs": 1673313300,
          "entryUtc": "2023-01-10T01:15:00.000Z",
          "exitTs": 1673314080,
          "dir": 1,
          "entryPrice": 1870.335,
          "exitPrice": 1873.079,
          "stopDistance": 1.372,
          "outcome": "target",
          "netR": 1.7303,
          "holdMinutes": 13
        },
        {
          "entryTs": 1673321100,
          "entryUtc": "2023-01-10T03:25:00.000Z",
          "exitTs": 1673322660,
          "dir": 1,
          "entryPrice": 1873.405,
          "exitPrice": 1871.814,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.2639,
          "holdMinutes": 26
        },
        {
          "entryTs": 1673328000,
          "entryUtc": "2023-01-10T05:20:00.000Z",
          "exitTs": 1673334960,
          "dir": 1,
          "entryPrice": 1872.965,
          "exitPrice": 1871.783,
          "stopDistance": 1.182,
          "outcome": "stop",
          "netR": -1.3554,
          "holdMinutes": 116
        },
        {
          "entryTs": 1673339100,
          "entryUtc": "2023-01-10T08:25:00.000Z",
          "exitTs": 1673353440,
          "dir": 1,
          "entryPrice": 1874.175,
          "exitPrice": 1872.335,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 239
        },
        {
          "entryTs": 1673359500,
          "entryUtc": "2023-01-10T14:05:00.000Z",
          "exitTs": 1673359680,
          "dir": 1,
          "entryPrice": 1876.855,
          "exitPrice": 1874.529,
          "stopDistance": 2.326,
          "outcome": "stop",
          "netR": -1.1806,
          "holdMinutes": 3
        },
        {
          "entryTs": 1673376600,
          "entryUtc": "2023-01-10T18:50:00.000Z",
          "exitTs": 1673382900,
          "dir": 1,
          "entryPrice": 1874.805,
          "exitPrice": 1878.328,
          "stopDistance": 1.762,
          "outcome": "target",
          "netR": 1.79,
          "holdMinutes": 105
        },
        {
          "entryTs": 1673395200,
          "entryUtc": "2023-01-11T00:00:00.000Z",
          "exitTs": 1673396340,
          "dir": 1,
          "entryPrice": 1877.125,
          "exitPrice": 1876.369,
          "stopDistance": 0.756,
          "outcome": "stop",
          "netR": -1.5553,
          "holdMinutes": 19
        },
        {
          "entryTs": 1673398200,
          "entryUtc": "2023-01-11T00:50:00.000Z",
          "exitTs": 1673399220,
          "dir": 1,
          "entryPrice": 1877.475,
          "exitPrice": 1876.591,
          "stopDistance": 0.884,
          "outcome": "stop",
          "netR": -1.4754,
          "holdMinutes": 17
        },
        {
          "entryTs": 1673406000,
          "entryUtc": "2023-01-11T03:00:00.000Z",
          "exitTs": 1673409420,
          "dir": 1,
          "entryPrice": 1874.905,
          "exitPrice": 1877.566,
          "stopDistance": 1.331,
          "outcome": "target",
          "netR": 1.7219,
          "holdMinutes": 57
        },
        {
          "entryTs": 1673434800,
          "entryUtc": "2023-01-11T11:00:00.000Z",
          "exitTs": 1673438220,
          "dir": 1,
          "entryPrice": 1884.685,
          "exitPrice": 1882.864,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2307,
          "holdMinutes": 57
        },
        {
          "entryTs": 1673456400,
          "entryUtc": "2023-01-11T17:00:00.000Z",
          "exitTs": 1673466180,
          "dir": 1,
          "entryPrice": 1872.995,
          "exitPrice": 1878.265,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 163
        },
        {
          "entryTs": 1673479200,
          "entryUtc": "2023-01-11T23:20:00.000Z",
          "exitTs": 1673481660,
          "dir": 1,
          "entryPrice": 1877.175,
          "exitPrice": 1876.102,
          "stopDistance": 1.073,
          "outcome": "stop",
          "netR": -1.3913,
          "holdMinutes": 41
        },
        {
          "entryTs": 1673482200,
          "entryUtc": "2023-01-12T00:10:00.000Z",
          "exitTs": 1673482860,
          "dir": 1,
          "entryPrice": 1877.065,
          "exitPrice": 1875.991,
          "stopDistance": 1.074,
          "outcome": "stop",
          "netR": -1.3912,
          "holdMinutes": 11
        },
        {
          "entryTs": 1673483400,
          "entryUtc": "2023-01-12T00:30:00.000Z",
          "exitTs": 1673488260,
          "dir": 1,
          "entryPrice": 1877.355,
          "exitPrice": 1879.59,
          "stopDistance": 1.117,
          "outcome": "target",
          "netR": 1.6689,
          "holdMinutes": 81
        },
        {
          "entryTs": 1673513400,
          "entryUtc": "2023-01-12T08:50:00.000Z",
          "exitTs": 1673522040,
          "dir": 1,
          "entryPrice": 1882.305,
          "exitPrice": 1885.479,
          "stopDistance": 1.587,
          "outcome": "target",
          "netR": 1.7668,
          "holdMinutes": 144
        },
        {
          "entryTs": 1673539500,
          "entryUtc": "2023-01-12T16:05:00.000Z",
          "exitTs": 1673550120,
          "dir": 1,
          "entryPrice": 1889.715,
          "exitPrice": 1899.227,
          "stopDistance": 4.756,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 177
        },
        {
          "entryTs": 1673556900,
          "entryUtc": "2023-01-12T20:55:00.000Z",
          "exitTs": 1673560620,
          "dir": 1,
          "entryPrice": 1898.085,
          "exitPrice": 1896.342,
          "stopDistance": 1.743,
          "outcome": "stop",
          "netR": -1.241,
          "holdMinutes": 62
        },
        {
          "entryTs": 1673567400,
          "entryUtc": "2023-01-12T23:50:00.000Z",
          "exitTs": 1673569500,
          "dir": 1,
          "entryPrice": 1897.925,
          "exitPrice": 1900.332,
          "stopDistance": 1.203,
          "outcome": "target",
          "netR": 1.6925,
          "holdMinutes": 35
        },
        {
          "entryTs": 1673574900,
          "entryUtc": "2023-01-13T01:55:00.000Z",
          "exitTs": 1673575740,
          "dir": 1,
          "entryPrice": 1898.805,
          "exitPrice": 1896.953,
          "stopDistance": 1.852,
          "outcome": "stop",
          "netR": -1.2268,
          "holdMinutes": 14
        },
        {
          "entryTs": 1673577600,
          "entryUtc": "2023-01-13T02:40:00.000Z",
          "exitTs": 1673584740,
          "dir": 1,
          "entryPrice": 1898.465,
          "exitPrice": 1896.68,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 119
        },
        {
          "entryTs": 1673592300,
          "entryUtc": "2023-01-13T06:45:00.000Z",
          "exitTs": 1673593200,
          "dir": 1,
          "entryPrice": 1896.885,
          "exitPrice": 1895.503,
          "stopDistance": 1.382,
          "outcome": "stop",
          "netR": -1.3038,
          "holdMinutes": 15
        },
        {
          "entryTs": 1673618400,
          "entryUtc": "2023-01-13T14:00:00.000Z",
          "exitTs": 1673620560,
          "dir": 1,
          "entryPrice": 1899.945,
          "exitPrice": 1905.431,
          "stopDistance": 2.743,
          "outcome": "target",
          "netR": 1.8651,
          "holdMinutes": 36
        },
        {
          "entryTs": 1673646300,
          "entryUtc": "2023-01-13T21:45:00.000Z",
          "exitTs": 1673823600,
          "dir": 1,
          "entryPrice": 1919.848,
          "exitPrice": 1918.54,
          "stopDistance": 1.308,
          "outcome": "stop",
          "netR": -1.321,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1673830800,
          "entryUtc": "2023-01-16T01:00:00.000Z",
          "exitTs": 1673834280,
          "dir": 1,
          "entryPrice": 1918.945,
          "exitPrice": 1922.211,
          "stopDistance": 1.633,
          "outcome": "target",
          "netR": 1.7734,
          "holdMinutes": 58
        },
        {
          "entryTs": 1673862000,
          "entryUtc": "2023-01-16T09:40:00.000Z",
          "exitTs": 1673865000,
          "dir": 1,
          "entryPrice": 1916.755,
          "exitPrice": 1914.708,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2052,
          "holdMinutes": 50
        },
        {
          "entryTs": 1673880600,
          "entryUtc": "2023-01-16T14:50:00.000Z",
          "exitTs": 1673888820,
          "dir": 1,
          "entryPrice": 1914.985,
          "exitPrice": 1913.198,
          "stopDistance": 1.787,
          "outcome": "stop",
          "netR": -1.2351,
          "holdMinutes": 137
        },
        {
          "entryTs": 1673910600,
          "entryUtc": "2023-01-16T23:10:00.000Z",
          "exitTs": 1673913840,
          "dir": 1,
          "entryPrice": 1916.107,
          "exitPrice": 1918.297,
          "stopDistance": 1.095,
          "outcome": "target",
          "netR": 1.6621,
          "holdMinutes": 54
        },
        {
          "entryTs": 1673931300,
          "entryUtc": "2023-01-17T04:55:00.000Z",
          "exitTs": 1673933640,
          "dir": 1,
          "entryPrice": 1911.348,
          "exitPrice": 1909.986,
          "stopDistance": 1.362,
          "outcome": "stop",
          "netR": -1.3083,
          "holdMinutes": 39
        },
        {
          "entryTs": 1673936100,
          "entryUtc": "2023-01-17T06:15:00.000Z",
          "exitTs": 1673936400,
          "dir": 1,
          "entryPrice": 1911.825,
          "exitPrice": 1910.403,
          "stopDistance": 1.422,
          "outcome": "stop",
          "netR": -1.2954,
          "holdMinutes": 5
        },
        {
          "entryTs": 1673942700,
          "entryUtc": "2023-01-17T08:05:00.000Z",
          "exitTs": 1673946660,
          "dir": 1,
          "entryPrice": 1910.375,
          "exitPrice": 1908.65,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2435,
          "holdMinutes": 66
        },
        {
          "entryTs": 1673955900,
          "entryUtc": "2023-01-17T11:45:00.000Z",
          "exitTs": 1673956500,
          "dir": 1,
          "entryPrice": 1907.565,
          "exitPrice": 1910.53,
          "stopDistance": 1.483,
          "outcome": "target",
          "netR": 1.7504,
          "holdMinutes": 10
        },
        {
          "entryTs": 1673962200,
          "entryUtc": "2023-01-17T13:30:00.000Z",
          "exitTs": 1673969460,
          "dir": 1,
          "entryPrice": 1911.698,
          "exitPrice": 1909.214,
          "stopDistance": 2.484,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 121
        },
        {
          "entryTs": 1673973900,
          "entryUtc": "2023-01-17T16:45:00.000Z",
          "exitTs": 1673975940,
          "dir": 1,
          "entryPrice": 1911.945,
          "exitPrice": 1909.258,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 34
        },
        {
          "entryTs": 1673984700,
          "entryUtc": "2023-01-17T19:45:00.000Z",
          "exitTs": 1674003180,
          "dir": 1,
          "entryPrice": 1909.095,
          "exitPrice": 1907.347,
          "stopDistance": 1.748,
          "outcome": "stop",
          "netR": -1.2403,
          "holdMinutes": 308
        },
        {
          "entryTs": 1674007500,
          "entryUtc": "2023-01-18T02:05:00.000Z",
          "exitTs": 1674008940,
          "dir": 1,
          "entryPrice": 1909.845,
          "exitPrice": 1908.33,
          "stopDistance": 1.515,
          "outcome": "stop",
          "netR": -1.2773,
          "holdMinutes": 24
        },
        {
          "entryTs": 1674022800,
          "entryUtc": "2023-01-18T06:20:00.000Z",
          "exitTs": 1674024420,
          "dir": 1,
          "entryPrice": 1902.585,
          "exitPrice": 1900.815,
          "stopDistance": 1.77,
          "outcome": "stop",
          "netR": -1.2373,
          "holdMinutes": 27
        },
        {
          "entryTs": 1674077700,
          "entryUtc": "2023-01-18T21:35:00.000Z",
          "exitTs": 1674085860,
          "dir": 1,
          "entryPrice": 1904.048,
          "exitPrice": 1906.635,
          "stopDistance": 1.294,
          "outcome": "target",
          "netR": 1.714,
          "holdMinutes": 136
        },
        {
          "entryTs": 1674096600,
          "entryUtc": "2023-01-19T02:50:00.000Z",
          "exitTs": 1674099840,
          "dir": 1,
          "entryPrice": 1905.808,
          "exitPrice": 1909.076,
          "stopDistance": 1.634,
          "outcome": "target",
          "netR": 1.7736,
          "holdMinutes": 54
        },
        {
          "entryTs": 1674114600,
          "entryUtc": "2023-01-19T07:50:00.000Z",
          "exitTs": 1674116460,
          "dir": 1,
          "entryPrice": 1911.555,
          "exitPrice": 1915.594,
          "stopDistance": 2.02,
          "outcome": "target",
          "netR": 1.8168,
          "holdMinutes": 31
        },
        {
          "entryTs": 1674131700,
          "entryUtc": "2023-01-19T12:35:00.000Z",
          "exitTs": 1674132600,
          "dir": 1,
          "entryPrice": 1910.435,
          "exitPrice": 1908.589,
          "stopDistance": 1.846,
          "outcome": "stop",
          "netR": -1.2275,
          "holdMinutes": 15
        },
        {
          "entryTs": 1674135000,
          "entryUtc": "2023-01-19T13:30:00.000Z",
          "exitTs": 1674135000,
          "dir": 1,
          "entryPrice": 1911.785,
          "exitPrice": 1909.546,
          "stopDistance": 2.239,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 0
        },
        {
          "entryTs": 1674151500,
          "entryUtc": "2023-01-19T18:05:00.000Z",
          "exitTs": 1674153600,
          "dir": 1,
          "entryPrice": 1920.395,
          "exitPrice": 1924.737,
          "stopDistance": 2.171,
          "outcome": "target",
          "netR": 1.8296,
          "holdMinutes": 35
        },
        {
          "entryTs": 1674178200,
          "entryUtc": "2023-01-20T01:30:00.000Z",
          "exitTs": 1674178320,
          "dir": 1,
          "entryPrice": 1934.495,
          "exitPrice": 1932.991,
          "stopDistance": 1.504,
          "outcome": "stop",
          "netR": -1.2792,
          "holdMinutes": 2
        },
        {
          "entryTs": 1674194400,
          "entryUtc": "2023-01-20T06:00:00.000Z",
          "exitTs": 1674197400,
          "dir": 1,
          "entryPrice": 1927.855,
          "exitPrice": 1926.458,
          "stopDistance": 1.397,
          "outcome": "stop",
          "netR": -1.3007,
          "holdMinutes": 50
        },
        {
          "entryTs": 1674207600,
          "entryUtc": "2023-01-20T09:40:00.000Z",
          "exitTs": 1674208680,
          "dir": 1,
          "entryPrice": 1931.905,
          "exitPrice": 1929.48,
          "stopDistance": 2.425,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 18
        },
        {
          "entryTs": 1674213000,
          "entryUtc": "2023-01-20T11:10:00.000Z",
          "exitTs": 1674213540,
          "dir": 1,
          "entryPrice": 1930.518,
          "exitPrice": 1928.636,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 9
        },
        {
          "entryTs": 1674228300,
          "entryUtc": "2023-01-20T15:25:00.000Z",
          "exitTs": 1674229560,
          "dir": 1,
          "entryPrice": 1928.305,
          "exitPrice": 1925.502,
          "stopDistance": 2.803,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 21
        },
        {
          "entryTs": 1674238200,
          "entryUtc": "2023-01-20T18:10:00.000Z",
          "exitTs": 1674242100,
          "dir": 1,
          "entryPrice": 1926.285,
          "exitPrice": 1930.081,
          "stopDistance": 1.898,
          "outcome": "target",
          "netR": 1.805,
          "holdMinutes": 65
        },
        {
          "entryTs": 1674432300,
          "entryUtc": "2023-01-23T00:05:00.000Z",
          "exitTs": 1674434700,
          "dir": 1,
          "entryPrice": 1927.825,
          "exitPrice": 1930.558,
          "stopDistance": 1.366,
          "outcome": "target",
          "netR": 1.7292,
          "holdMinutes": 40
        },
        {
          "entryTs": 1674463500,
          "entryUtc": "2023-01-23T08:45:00.000Z",
          "exitTs": 1674464160,
          "dir": 1,
          "entryPrice": 1926.358,
          "exitPrice": 1924.282,
          "stopDistance": 2.076,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 11
        },
        {
          "entryTs": 1674477900,
          "entryUtc": "2023-01-23T12:45:00.000Z",
          "exitTs": 1674479940,
          "dir": 1,
          "entryPrice": 1927.585,
          "exitPrice": 1925.896,
          "stopDistance": 1.689,
          "outcome": "stop",
          "netR": -1.2487,
          "holdMinutes": 34
        },
        {
          "entryTs": 1674489000,
          "entryUtc": "2023-01-23T15:50:00.000Z",
          "exitTs": 1674506280,
          "dir": 1,
          "entryPrice": 1922.245,
          "exitPrice": 1930.155,
          "stopDistance": 3.955,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 288
        },
        {
          "entryTs": 1674522900,
          "entryUtc": "2023-01-24T01:15:00.000Z",
          "exitTs": 1674524280,
          "dir": 1,
          "entryPrice": 1932.298,
          "exitPrice": 1934.263,
          "stopDistance": 0.983,
          "outcome": "target",
          "netR": 1.6234,
          "holdMinutes": 23
        },
        {
          "entryTs": 1674538500,
          "entryUtc": "2023-01-24T05:35:00.000Z",
          "exitTs": 1674539520,
          "dir": 1,
          "entryPrice": 1935.148,
          "exitPrice": 1934.085,
          "stopDistance": 1.063,
          "outcome": "stop",
          "netR": -1.3952,
          "holdMinutes": 17
        },
        {
          "entryTs": 1674557100,
          "entryUtc": "2023-01-24T10:45:00.000Z",
          "exitTs": 1674558300,
          "dir": 1,
          "entryPrice": 1937.605,
          "exitPrice": 1935.983,
          "stopDistance": 1.622,
          "outcome": "stop",
          "netR": -1.259,
          "holdMinutes": 20
        },
        {
          "entryTs": 1674560700,
          "entryUtc": "2023-01-24T11:45:00.000Z",
          "exitTs": 1674565260,
          "dir": 1,
          "entryPrice": 1937.715,
          "exitPrice": 1936.088,
          "stopDistance": 1.627,
          "outcome": "stop",
          "netR": -1.2581,
          "holdMinutes": 76
        },
        {
          "entryTs": 1674575400,
          "entryUtc": "2023-01-24T15:50:00.000Z",
          "exitTs": 1674578940,
          "dir": 1,
          "entryPrice": 1934.435,
          "exitPrice": 1930.323,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 59
        },
        {
          "entryTs": 1674605100,
          "entryUtc": "2023-01-25T00:05:00.000Z",
          "exitTs": 1674605220,
          "dir": 1,
          "entryPrice": 1938.275,
          "exitPrice": 1937.419,
          "stopDistance": 0.856,
          "outcome": "stop",
          "netR": -1.4906,
          "holdMinutes": 2
        },
        {
          "entryTs": 1674609000,
          "entryUtc": "2023-01-25T01:10:00.000Z",
          "exitTs": 1674610500,
          "dir": 1,
          "entryPrice": 1938.035,
          "exitPrice": 1936.811,
          "stopDistance": 1.224,
          "outcome": "stop",
          "netR": -1.3432,
          "holdMinutes": 25
        },
        {
          "entryTs": 1674628500,
          "entryUtc": "2023-01-25T06:35:00.000Z",
          "exitTs": 1674631860,
          "dir": 1,
          "entryPrice": 1931.705,
          "exitPrice": 1929.864,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 56
        },
        {
          "entryTs": 1674635100,
          "entryUtc": "2023-01-25T08:25:00.000Z",
          "exitTs": 1674637020,
          "dir": 1,
          "entryPrice": 1930.788,
          "exitPrice": 1928.71,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 32
        },
        {
          "entryTs": 1674639600,
          "entryUtc": "2023-01-25T09:40:00.000Z",
          "exitTs": 1674640200,
          "dir": 1,
          "entryPrice": 1930.445,
          "exitPrice": 1928.565,
          "stopDistance": 1.88,
          "outcome": "stop",
          "netR": -1.2234,
          "holdMinutes": 10
        },
        {
          "entryTs": 1674651000,
          "entryUtc": "2023-01-25T12:50:00.000Z",
          "exitTs": 1674652020,
          "dir": 1,
          "entryPrice": 1927.055,
          "exitPrice": 1925.092,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 17
        },
        {
          "entryTs": 1674656400,
          "entryUtc": "2023-01-25T14:20:00.000Z",
          "exitTs": 1674657660,
          "dir": 1,
          "entryPrice": 1926.115,
          "exitPrice": 1931.304,
          "stopDistance": 2.594,
          "outcome": "target",
          "netR": 1.8574,
          "holdMinutes": 21
        },
        {
          "entryTs": 1674702900,
          "entryUtc": "2023-01-26T03:15:00.000Z",
          "exitTs": 1674713700,
          "dir": 1,
          "entryPrice": 1945.955,
          "exitPrice": 1948.612,
          "stopDistance": 1.329,
          "outcome": "target",
          "netR": 1.7215,
          "holdMinutes": 180
        },
        {
          "entryTs": 1674722700,
          "entryUtc": "2023-01-26T08:45:00.000Z",
          "exitTs": 1674723180,
          "dir": 1,
          "entryPrice": 1944.745,
          "exitPrice": 1942.67,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 8
        },
        {
          "entryTs": 1674738000,
          "entryUtc": "2023-01-26T13:00:00.000Z",
          "exitTs": 1674739800,
          "dir": 1,
          "entryPrice": 1936.685,
          "exitPrice": 1934.888,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 30
        },
        {
          "entryTs": 1674741600,
          "entryUtc": "2023-01-26T14:00:00.000Z",
          "exitTs": 1674744360,
          "dir": 1,
          "entryPrice": 1937.575,
          "exitPrice": 1934.062,
          "stopDistance": 3.513,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 46
        },
        {
          "entryTs": 1674757200,
          "entryUtc": "2023-01-26T18:20:00.000Z",
          "exitTs": 1674780660,
          "dir": 1,
          "entryPrice": 1928.415,
          "exitPrice": 1933.588,
          "stopDistance": 2.586,
          "outcome": "target",
          "netR": 1.8569,
          "holdMinutes": 391
        },
        {
          "entryTs": 1674797700,
          "entryUtc": "2023-01-27T05:35:00.000Z",
          "exitTs": 1674799980,
          "dir": 1,
          "entryPrice": 1925.295,
          "exitPrice": 1923.853,
          "stopDistance": 1.442,
          "outcome": "stop",
          "netR": -1.2912,
          "holdMinutes": 38
        },
        {
          "entryTs": 1674803700,
          "entryUtc": "2023-01-27T07:15:00.000Z",
          "exitTs": 1674807360,
          "dir": 1,
          "entryPrice": 1924.375,
          "exitPrice": 1922.873,
          "stopDistance": 1.502,
          "outcome": "stop",
          "netR": -1.2796,
          "holdMinutes": 61
        },
        {
          "entryTs": 1674808800,
          "entryUtc": "2023-01-27T08:40:00.000Z",
          "exitTs": 1674815040,
          "dir": 1,
          "entryPrice": 1924.585,
          "exitPrice": 1928.323,
          "stopDistance": 1.869,
          "outcome": "target",
          "netR": 1.802,
          "holdMinutes": 104
        },
        {
          "entryTs": 1674836400,
          "entryUtc": "2023-01-27T16:20:00.000Z",
          "exitTs": 1674840300,
          "dir": 1,
          "entryPrice": 1930.758,
          "exitPrice": 1926.624,
          "stopDistance": 4.134,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 65
        },
        {
          "entryTs": 1674841200,
          "entryUtc": "2023-01-27T17:40:00.000Z",
          "exitTs": 1675033200,
          "dir": 1,
          "entryPrice": 1928.945,
          "exitPrice": 1928.167,
          "stopDistance": 3.076,
          "outcome": "time",
          "netR": -0.3732,
          "holdMinutes": 3200
        },
        {
          "entryTs": 1675036800,
          "entryUtc": "2023-01-30T00:00:00.000Z",
          "exitTs": 1675040880,
          "dir": 1,
          "entryPrice": 1928.885,
          "exitPrice": 1927.319,
          "stopDistance": 1.566,
          "outcome": "stop",
          "netR": -1.2682,
          "holdMinutes": 68
        },
        {
          "entryTs": 1675051500,
          "entryUtc": "2023-01-30T04:05:00.000Z",
          "exitTs": 1675052820,
          "dir": 1,
          "entryPrice": 1927.715,
          "exitPrice": 1930.835,
          "stopDistance": 1.56,
          "outcome": "target",
          "netR": 1.7628,
          "holdMinutes": 22
        },
        {
          "entryTs": 1675072500,
          "entryUtc": "2023-01-30T09:55:00.000Z",
          "exitTs": 1675074840,
          "dir": 1,
          "entryPrice": 1924.545,
          "exitPrice": 1928.089,
          "stopDistance": 1.772,
          "outcome": "target",
          "netR": 1.7912,
          "holdMinutes": 39
        },
        {
          "entryTs": 1675082700,
          "entryUtc": "2023-01-30T12:45:00.000Z",
          "exitTs": 1675086240,
          "dir": 1,
          "entryPrice": 1925.685,
          "exitPrice": 1929.282,
          "stopDistance": 1.798,
          "outcome": "target",
          "netR": 1.7943,
          "holdMinutes": 59
        },
        {
          "entryTs": 1675092600,
          "entryUtc": "2023-01-30T15:30:00.000Z",
          "exitTs": 1675093200,
          "dir": 1,
          "entryPrice": 1928.745,
          "exitPrice": 1926.373,
          "stopDistance": 2.372,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 10
        },
        {
          "entryTs": 1675119600,
          "entryUtc": "2023-01-30T23:00:00.000Z",
          "exitTs": 1675126800,
          "dir": -1,
          "entryPrice": 1922.207,
          "exitPrice": 1923.234,
          "stopDistance": 1.027,
          "outcome": "stop",
          "netR": -1.409,
          "holdMinutes": 120
        },
        {
          "entryTs": 1675213800,
          "entryUtc": "2023-02-01T01:10:00.000Z",
          "exitTs": 1675213920,
          "dir": 1,
          "entryPrice": 1927.835,
          "exitPrice": 1926.855,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4288,
          "holdMinutes": 2
        },
        {
          "entryTs": 1675222500,
          "entryUtc": "2023-02-01T03:35:00.000Z",
          "exitTs": 1675228680,
          "dir": 1,
          "entryPrice": 1926.457,
          "exitPrice": 1925.4,
          "stopDistance": 1.057,
          "outcome": "stop",
          "netR": -1.3975,
          "holdMinutes": 103
        },
        {
          "entryTs": 1675231800,
          "entryUtc": "2023-02-01T06:10:00.000Z",
          "exitTs": 1675236660,
          "dir": 1,
          "entryPrice": 1926.998,
          "exitPrice": 1925.691,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3214,
          "holdMinutes": 81
        },
        {
          "entryTs": 1675241700,
          "entryUtc": "2023-02-01T08:55:00.000Z",
          "exitTs": 1675242480,
          "dir": 1,
          "entryPrice": 1926.365,
          "exitPrice": 1924.646,
          "stopDistance": 1.719,
          "outcome": "stop",
          "netR": -1.2444,
          "holdMinutes": 13
        },
        {
          "entryTs": 1675247700,
          "entryUtc": "2023-02-01T10:35:00.000Z",
          "exitTs": 1675250760,
          "dir": 1,
          "entryPrice": 1925.845,
          "exitPrice": 1929.034,
          "stopDistance": 1.595,
          "outcome": "target",
          "netR": 1.768,
          "holdMinutes": 51
        },
        {
          "entryTs": 1675260600,
          "entryUtc": "2023-02-01T14:10:00.000Z",
          "exitTs": 1675262880,
          "dir": 1,
          "entryPrice": 1930.425,
          "exitPrice": 1927.77,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 38
        },
        {
          "entryTs": 1675266600,
          "entryUtc": "2023-02-01T15:50:00.000Z",
          "exitTs": 1675268880,
          "dir": 1,
          "entryPrice": 1931.395,
          "exitPrice": 1928.247,
          "stopDistance": 3.148,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 38
        },
        {
          "entryTs": 1675276200,
          "entryUtc": "2023-02-01T18:30:00.000Z",
          "exitTs": 1675278000,
          "dir": 1,
          "entryPrice": 1926.985,
          "exitPrice": 1924.674,
          "stopDistance": 2.311,
          "outcome": "stop",
          "netR": -1.1818,
          "holdMinutes": 30
        },
        {
          "entryTs": 1675278600,
          "entryUtc": "2023-02-01T19:10:00.000Z",
          "exitTs": 1675279860,
          "dir": 1,
          "entryPrice": 1926.645,
          "exitPrice": 1923.624,
          "stopDistance": 3.021,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 21
        },
        {
          "entryTs": 1675280400,
          "entryUtc": "2023-02-01T19:40:00.000Z",
          "exitTs": 1675280820,
          "dir": 1,
          "entryPrice": 1932.425,
          "exitPrice": 1940.596,
          "stopDistance": 4.085,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 7
        },
        {
          "entryTs": 1675312500,
          "entryUtc": "2023-02-02T04:35:00.000Z",
          "exitTs": 1675317540,
          "dir": 1,
          "entryPrice": 1953.605,
          "exitPrice": 1952.457,
          "stopDistance": 1.148,
          "outcome": "stop",
          "netR": -1.3657,
          "holdMinutes": 84
        },
        {
          "entryTs": 1675318800,
          "entryUtc": "2023-02-02T06:20:00.000Z",
          "exitTs": 1675318860,
          "dir": 1,
          "entryPrice": 1953.298,
          "exitPrice": 1951.942,
          "stopDistance": 1.356,
          "outcome": "stop",
          "netR": -1.3097,
          "holdMinutes": 1
        },
        {
          "entryTs": 1675321800,
          "entryUtc": "2023-02-02T07:10:00.000Z",
          "exitTs": 1675323960,
          "dir": 1,
          "entryPrice": 1956.535,
          "exitPrice": 1954.757,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2362,
          "holdMinutes": 36
        },
        {
          "entryTs": 1675331700,
          "entryUtc": "2023-02-02T09:55:00.000Z",
          "exitTs": 1675334100,
          "dir": 1,
          "entryPrice": 1956.495,
          "exitPrice": 1954.263,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 40
        },
        {
          "entryTs": 1675338300,
          "entryUtc": "2023-02-02T11:45:00.000Z",
          "exitTs": 1675339560,
          "dir": 1,
          "entryPrice": 1955.415,
          "exitPrice": 1953.689,
          "stopDistance": 1.726,
          "outcome": "stop",
          "netR": -1.2434,
          "holdMinutes": 21
        },
        {
          "entryTs": 1675392900,
          "entryUtc": "2023-02-03T02:55:00.000Z",
          "exitTs": 1675408140,
          "dir": -1,
          "entryPrice": 1916.115,
          "exitPrice": 1917.407,
          "stopDistance": 1.292,
          "outcome": "stop",
          "netR": -1.3251,
          "holdMinutes": 254
        },
        {
          "entryTs": 1675409700,
          "entryUtc": "2023-02-03T07:35:00.000Z",
          "exitTs": 1675413060,
          "dir": -1,
          "entryPrice": 1912.988,
          "exitPrice": 1914.821,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2292,
          "holdMinutes": 56
        },
        {
          "entryTs": 1675418700,
          "entryUtc": "2023-02-03T10:05:00.000Z",
          "exitTs": 1675425600,
          "dir": -1,
          "entryPrice": 1912.495,
          "exitPrice": 1914.661,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 115
        },
        {
          "entryTs": 1675431300,
          "entryUtc": "2023-02-03T13:35:00.000Z",
          "exitTs": 1675431660,
          "dir": -1,
          "entryPrice": 1896.615,
          "exitPrice": 1888.725,
          "stopDistance": 3.945,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 6
        },
        {
          "entryTs": 1675458000,
          "entryUtc": "2023-02-03T21:00:00.000Z",
          "exitTs": 1675638000,
          "dir": -1,
          "entryPrice": 1864.608,
          "exitPrice": 1860.772,
          "stopDistance": 1.918,
          "outcome": "target",
          "netR": 1.8071,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1675641300,
          "entryUtc": "2023-02-05T23:55:00.000Z",
          "exitTs": 1675641660,
          "dir": -1,
          "entryPrice": 1863.965,
          "exitPrice": 1866.097,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 6
        },
        {
          "entryTs": 1675667100,
          "entryUtc": "2023-02-06T07:05:00.000Z",
          "exitTs": 1675667580,
          "dir": -1,
          "entryPrice": 1875.275,
          "exitPrice": 1876.893,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2596,
          "holdMinutes": 8
        },
        {
          "entryTs": 1675674900,
          "entryUtc": "2023-02-06T09:15:00.000Z",
          "exitTs": 1675697340,
          "dir": -1,
          "entryPrice": 1873.545,
          "exitPrice": 1867.814,
          "stopDistance": 2.866,
          "outcome": "target",
          "netR": 1.8709,
          "holdMinutes": 374
        },
        {
          "entryTs": 1675713600,
          "entryUtc": "2023-02-06T20:00:00.000Z",
          "exitTs": 1675716000,
          "dir": -1,
          "entryPrice": 1865.595,
          "exitPrice": 1867.401,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2325,
          "holdMinutes": 40
        },
        {
          "entryTs": 1675719900,
          "entryUtc": "2023-02-06T21:45:00.000Z",
          "exitTs": 1675728000,
          "dir": -1,
          "entryPrice": 1867.177,
          "exitPrice": 1868.463,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3265,
          "holdMinutes": 135
        },
        {
          "entryTs": 1675743600,
          "entryUtc": "2023-02-07T04:20:00.000Z",
          "exitTs": 1675746180,
          "dir": -1,
          "entryPrice": 1872.385,
          "exitPrice": 1873.931,
          "stopDistance": 1.546,
          "outcome": "stop",
          "netR": -1.2717,
          "holdMinutes": 43
        },
        {
          "entryTs": 1675754400,
          "entryUtc": "2023-02-07T07:20:00.000Z",
          "exitTs": 1675756200,
          "dir": -1,
          "entryPrice": 1873.435,
          "exitPrice": 1875.187,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2397,
          "holdMinutes": 30
        },
        {
          "entryTs": 1675758000,
          "entryUtc": "2023-02-07T08:20:00.000Z",
          "exitTs": 1675758480,
          "dir": -1,
          "entryPrice": 1873.498,
          "exitPrice": 1875.763,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 8
        },
        {
          "entryTs": 1675759800,
          "entryUtc": "2023-02-07T08:50:00.000Z",
          "exitTs": 1675761300,
          "dir": -1,
          "entryPrice": 1873.635,
          "exitPrice": 1876.114,
          "stopDistance": 2.479,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 25
        },
        {
          "entryTs": 1675764900,
          "entryUtc": "2023-02-07T10:15:00.000Z",
          "exitTs": 1675768260,
          "dir": -1,
          "entryPrice": 1874.355,
          "exitPrice": 1869.815,
          "stopDistance": 2.27,
          "outcome": "target",
          "netR": 1.837,
          "holdMinutes": 56
        },
        {
          "entryTs": 1675775100,
          "entryUtc": "2023-02-07T13:05:00.000Z",
          "exitTs": 1675781760,
          "dir": -1,
          "entryPrice": 1869.595,
          "exitPrice": 1871.927,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 111
        },
        {
          "entryTs": 1675782900,
          "entryUtc": "2023-02-07T15:15:00.000Z",
          "exitTs": 1675783920,
          "dir": -1,
          "entryPrice": 1867.908,
          "exitPrice": 1870.625,
          "stopDistance": 2.717,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 17
        },
        {
          "entryTs": 1675791300,
          "entryUtc": "2023-02-07T17:35:00.000Z",
          "exitTs": 1675791480,
          "dir": -1,
          "entryPrice": 1870.865,
          "exitPrice": 1873.735,
          "stopDistance": 2.87,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 3
        },
        {
          "entryTs": 1675794300,
          "entryUtc": "2023-02-07T18:25:00.000Z",
          "exitTs": 1675806600,
          "dir": -1,
          "entryPrice": 1872.365,
          "exitPrice": 1877.161,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 205
        },
        {
          "entryTs": 1675823100,
          "entryUtc": "2023-02-08T02:25:00.000Z",
          "exitTs": 1675823760,
          "dir": -1,
          "entryPrice": 1874.338,
          "exitPrice": 1875.926,
          "stopDistance": 1.587,
          "outcome": "stop",
          "netR": -1.2646,
          "holdMinutes": 11
        },
        {
          "entryTs": 1675834200,
          "entryUtc": "2023-02-08T05:30:00.000Z",
          "exitTs": 1675835400,
          "dir": -1,
          "entryPrice": 1875.525,
          "exitPrice": 1876.574,
          "stopDistance": 1.049,
          "outcome": "stop",
          "netR": -1.4003,
          "holdMinutes": 20
        },
        {
          "entryTs": 1675839900,
          "entryUtc": "2023-02-08T07:05:00.000Z",
          "exitTs": 1675840800,
          "dir": -1,
          "entryPrice": 1875.255,
          "exitPrice": 1876.569,
          "stopDistance": 1.314,
          "outcome": "stop",
          "netR": -1.3196,
          "holdMinutes": 15
        },
        {
          "entryTs": 1675851600,
          "entryUtc": "2023-02-08T10:20:00.000Z",
          "exitTs": 1675858140,
          "dir": -1,
          "entryPrice": 1880.705,
          "exitPrice": 1882.993,
          "stopDistance": 2.288,
          "outcome": "stop",
          "netR": -1.1836,
          "holdMinutes": 109
        },
        {
          "entryTs": 1675860300,
          "entryUtc": "2023-02-08T12:45:00.000Z",
          "exitTs": 1675862400,
          "dir": -1,
          "entryPrice": 1880.158,
          "exitPrice": 1876.316,
          "stopDistance": 1.921,
          "outcome": "target",
          "netR": 1.8074,
          "holdMinutes": 35
        },
        {
          "entryTs": 1675867500,
          "entryUtc": "2023-02-08T14:45:00.000Z",
          "exitTs": 1675867800,
          "dir": -1,
          "entryPrice": 1876.285,
          "exitPrice": 1870.017,
          "stopDistance": 3.134,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 5
        },
        {
          "entryTs": 1675874700,
          "entryUtc": "2023-02-08T16:45:00.000Z",
          "exitTs": 1675875360,
          "dir": -1,
          "entryPrice": 1872.325,
          "exitPrice": 1875.641,
          "stopDistance": 3.316,
          "outcome": "stop",
          "netR": -1.1267,
          "holdMinutes": 11
        },
        {
          "entryTs": 1675885500,
          "entryUtc": "2023-02-08T19:45:00.000Z",
          "exitTs": 1675904940,
          "dir": -1,
          "entryPrice": 1876.317,
          "exitPrice": 1872.543,
          "stopDistance": 1.887,
          "outcome": "target",
          "netR": 1.8039,
          "holdMinutes": 324
        },
        {
          "entryTs": 1675922100,
          "entryUtc": "2023-02-09T05:55:00.000Z",
          "exitTs": 1675922760,
          "dir": -1,
          "entryPrice": 1878.615,
          "exitPrice": 1879.842,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3423,
          "holdMinutes": 11
        },
        {
          "entryTs": 1675927200,
          "entryUtc": "2023-02-09T07:20:00.000Z",
          "exitTs": 1675927320,
          "dir": -1,
          "entryPrice": 1879.265,
          "exitPrice": 1880.988,
          "stopDistance": 1.723,
          "outcome": "stop",
          "netR": -1.2437,
          "holdMinutes": 2
        },
        {
          "entryTs": 1675935300,
          "entryUtc": "2023-02-09T09:35:00.000Z",
          "exitTs": 1675936680,
          "dir": -1,
          "entryPrice": 1880.725,
          "exitPrice": 1882.908,
          "stopDistance": 2.183,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 23
        },
        {
          "entryTs": 1675942200,
          "entryUtc": "2023-02-09T11:30:00.000Z",
          "exitTs": 1675945620,
          "dir": -1,
          "entryPrice": 1881.685,
          "exitPrice": 1883.729,
          "stopDistance": 2.044,
          "outcome": "stop",
          "netR": -1.2054,
          "holdMinutes": 57
        },
        {
          "entryTs": 1675946400,
          "entryUtc": "2023-02-09T12:40:00.000Z",
          "exitTs": 1675950060,
          "dir": -1,
          "entryPrice": 1881.555,
          "exitPrice": 1883.358,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.233,
          "holdMinutes": 61
        },
        {
          "entryTs": 1675954200,
          "entryUtc": "2023-02-09T14:50:00.000Z",
          "exitTs": 1675956420,
          "dir": -1,
          "entryPrice": 1882.555,
          "exitPrice": 1876.614,
          "stopDistance": 2.971,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 37
        },
        {
          "entryTs": 1675987500,
          "entryUtc": "2023-02-10T00:05:00.000Z",
          "exitTs": 1675987920,
          "dir": -1,
          "entryPrice": 1860.065,
          "exitPrice": 1861.467,
          "stopDistance": 1.402,
          "outcome": "stop",
          "netR": -1.2995,
          "holdMinutes": 7
        },
        {
          "entryTs": 1675993500,
          "entryUtc": "2023-02-10T01:45:00.000Z",
          "exitTs": 1675993920,
          "dir": -1,
          "entryPrice": 1860.925,
          "exitPrice": 1862.742,
          "stopDistance": 1.817,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 7
        },
        {
          "entryTs": 1676021400,
          "entryUtc": "2023-02-10T09:30:00.000Z",
          "exitTs": 1676036940,
          "dir": -1,
          "entryPrice": 1862.395,
          "exitPrice": 1865.839,
          "stopDistance": 3.444,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 259
        },
        {
          "entryTs": 1676040900,
          "entryUtc": "2023-02-10T14:55:00.000Z",
          "exitTs": 1676042220,
          "dir": -1,
          "entryPrice": 1862.795,
          "exitPrice": 1866.046,
          "stopDistance": 3.251,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 22
        },
        {
          "entryTs": 1676244600,
          "entryUtc": "2023-02-12T23:30:00.000Z",
          "exitTs": 1676247540,
          "dir": -1,
          "entryPrice": 1863.235,
          "exitPrice": 1860.609,
          "stopDistance": 1.313,
          "outcome": "target",
          "netR": 1.7182,
          "holdMinutes": 49
        },
        {
          "entryTs": 1676276700,
          "entryUtc": "2023-02-13T08:25:00.000Z",
          "exitTs": 1676278260,
          "dir": -1,
          "entryPrice": 1861.045,
          "exitPrice": 1862.887,
          "stopDistance": 1.842,
          "outcome": "stop",
          "netR": -1.228,
          "holdMinutes": 26
        },
        {
          "entryTs": 1676294100,
          "entryUtc": "2023-02-13T13:15:00.000Z",
          "exitTs": 1676295840,
          "dir": -1,
          "entryPrice": 1859.785,
          "exitPrice": 1856.007,
          "stopDistance": 1.889,
          "outcome": "target",
          "netR": 1.8041,
          "holdMinutes": 29
        },
        {
          "entryTs": 1676317200,
          "entryUtc": "2023-02-13T19:40:00.000Z",
          "exitTs": 1676321880,
          "dir": -1,
          "entryPrice": 1852.535,
          "exitPrice": 1854.209,
          "stopDistance": 1.674,
          "outcome": "stop",
          "netR": -1.2509,
          "holdMinutes": 78
        },
        {
          "entryTs": 1676360100,
          "entryUtc": "2023-02-14T07:35:00.000Z",
          "exitTs": 1676367000,
          "dir": -1,
          "entryPrice": 1859.835,
          "exitPrice": 1861.811,
          "stopDistance": 1.976,
          "outcome": "stop",
          "netR": -1.2125,
          "holdMinutes": 115
        },
        {
          "entryTs": 1676371500,
          "entryUtc": "2023-02-14T10:45:00.000Z",
          "exitTs": 1676374260,
          "dir": -1,
          "entryPrice": 1859.707,
          "exitPrice": 1855.999,
          "stopDistance": 1.854,
          "outcome": "target",
          "netR": 1.8004,
          "holdMinutes": 46
        },
        {
          "entryTs": 1676384400,
          "entryUtc": "2023-02-14T14:20:00.000Z",
          "exitTs": 1676385060,
          "dir": -1,
          "entryPrice": 1856.735,
          "exitPrice": 1843.937,
          "stopDistance": 6.399,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 11
        },
        {
          "entryTs": 1676390100,
          "entryUtc": "2023-02-14T15:55:00.000Z",
          "exitTs": 1676398740,
          "dir": -1,
          "entryPrice": 1850.995,
          "exitPrice": 1857.178,
          "stopDistance": 6.183,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 144
        },
        {
          "entryTs": 1676410800,
          "entryUtc": "2023-02-14T21:40:00.000Z",
          "exitTs": 1676421780,
          "dir": -1,
          "entryPrice": 1853.875,
          "exitPrice": 1855.237,
          "stopDistance": 1.362,
          "outcome": "stop",
          "netR": -1.3083,
          "holdMinutes": 183
        },
        {
          "entryTs": 1676429100,
          "entryUtc": "2023-02-15T02:45:00.000Z",
          "exitTs": 1676430060,
          "dir": -1,
          "entryPrice": 1853.725,
          "exitPrice": 1850.174,
          "stopDistance": 1.776,
          "outcome": "target",
          "netR": 1.7916,
          "holdMinutes": 16
        },
        {
          "entryTs": 1676457000,
          "entryUtc": "2023-02-15T10:30:00.000Z",
          "exitTs": 1676469000,
          "dir": -1,
          "entryPrice": 1834.955,
          "exitPrice": 1837.457,
          "stopDistance": 2.502,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 200
        },
        {
          "entryTs": 1676470200,
          "entryUtc": "2023-02-15T14:10:00.000Z",
          "exitTs": 1676471700,
          "dir": -1,
          "entryPrice": 1834.375,
          "exitPrice": 1837.531,
          "stopDistance": 3.156,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 25
        },
        {
          "entryTs": 1676473500,
          "entryUtc": "2023-02-15T15:05:00.000Z",
          "exitTs": 1676479860,
          "dir": -1,
          "entryPrice": 1833.795,
          "exitPrice": 1837.18,
          "stopDistance": 3.385,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 106
        },
        {
          "entryTs": 1676482500,
          "entryUtc": "2023-02-15T17:35:00.000Z",
          "exitTs": 1676483580,
          "dir": -1,
          "entryPrice": 1832.705,
          "exitPrice": 1835.209,
          "stopDistance": 2.504,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 18
        },
        {
          "entryTs": 1676484300,
          "entryUtc": "2023-02-15T18:05:00.000Z",
          "exitTs": 1676486700,
          "dir": -1,
          "entryPrice": 1833.935,
          "exitPrice": 1836.206,
          "stopDistance": 2.271,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 40
        },
        {
          "entryTs": 1676492100,
          "entryUtc": "2023-02-15T20:15:00.000Z",
          "exitTs": 1676493900,
          "dir": -1,
          "entryPrice": 1834.955,
          "exitPrice": 1836.528,
          "stopDistance": 1.573,
          "outcome": "stop",
          "netR": -1.267,
          "holdMinutes": 30
        },
        {
          "entryTs": 1676502000,
          "entryUtc": "2023-02-15T23:00:00.000Z",
          "exitTs": 1676502660,
          "dir": -1,
          "entryPrice": 1835.597,
          "exitPrice": 1836.778,
          "stopDistance": 1.181,
          "outcome": "stop",
          "netR": -1.3556,
          "holdMinutes": 11
        },
        {
          "entryTs": 1676504100,
          "entryUtc": "2023-02-15T23:35:00.000Z",
          "exitTs": 1676505600,
          "dir": -1,
          "entryPrice": 1835.908,
          "exitPrice": 1837.021,
          "stopDistance": 1.113,
          "outcome": "stop",
          "netR": -1.3773,
          "holdMinutes": 25
        },
        {
          "entryTs": 1676508300,
          "entryUtc": "2023-02-16T00:45:00.000Z",
          "exitTs": 1676510400,
          "dir": -1,
          "entryPrice": 1835.778,
          "exitPrice": 1836.922,
          "stopDistance": 1.144,
          "outcome": "stop",
          "netR": -1.367,
          "holdMinutes": 35
        },
        {
          "entryTs": 1676519100,
          "entryUtc": "2023-02-16T03:45:00.000Z",
          "exitTs": 1676524140,
          "dir": -1,
          "entryPrice": 1840.015,
          "exitPrice": 1841.318,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3224,
          "holdMinutes": 84
        },
        {
          "entryTs": 1676524500,
          "entryUtc": "2023-02-16T05:15:00.000Z",
          "exitTs": 1676525160,
          "dir": -1,
          "entryPrice": 1840.168,
          "exitPrice": 1837.613,
          "stopDistance": 1.278,
          "outcome": "target",
          "netR": 1.7104,
          "holdMinutes": 11
        },
        {
          "entryTs": 1676537700,
          "entryUtc": "2023-02-16T08:55:00.000Z",
          "exitTs": 1676538420,
          "dir": -1,
          "entryPrice": 1837.905,
          "exitPrice": 1839.989,
          "stopDistance": 2.084,
          "outcome": "stop",
          "netR": -1.2015,
          "holdMinutes": 12
        },
        {
          "entryTs": 1676546700,
          "entryUtc": "2023-02-16T11:25:00.000Z",
          "exitTs": 1676551440,
          "dir": -1,
          "entryPrice": 1837.168,
          "exitPrice": 1838.737,
          "stopDistance": 1.569,
          "outcome": "stop",
          "netR": -1.2677,
          "holdMinutes": 79
        },
        {
          "entryTs": 1676554200,
          "entryUtc": "2023-02-16T13:30:00.000Z",
          "exitTs": 1676554200,
          "dir": -1,
          "entryPrice": 1836.297,
          "exitPrice": 1832.706,
          "stopDistance": 1.795,
          "outcome": "target",
          "netR": 1.7939,
          "holdMinutes": 0
        },
        {
          "entryTs": 1676578200,
          "entryUtc": "2023-02-16T20:10:00.000Z",
          "exitTs": 1676579580,
          "dir": -1,
          "entryPrice": 1841.465,
          "exitPrice": 1837.357,
          "stopDistance": 2.054,
          "outcome": "target",
          "netR": 1.8199,
          "holdMinutes": 23
        },
        {
          "entryTs": 1676614500,
          "entryUtc": "2023-02-17T06:15:00.000Z",
          "exitTs": 1676615340,
          "dir": -1,
          "entryPrice": 1826.598,
          "exitPrice": 1824.368,
          "stopDistance": 1.115,
          "outcome": "target",
          "netR": 1.6681,
          "holdMinutes": 14
        },
        {
          "entryTs": 1676631900,
          "entryUtc": "2023-02-17T11:05:00.000Z",
          "exitTs": 1676632620,
          "dir": -1,
          "entryPrice": 1821.785,
          "exitPrice": 1824.005,
          "stopDistance": 2.22,
          "outcome": "stop",
          "netR": -1.1892,
          "holdMinutes": 12
        },
        {
          "entryTs": 1676644800,
          "entryUtc": "2023-02-17T14:40:00.000Z",
          "exitTs": 1676646000,
          "dir": -1,
          "entryPrice": 1824.955,
          "exitPrice": 1827.64,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 20
        },
        {
          "entryTs": 1676667600,
          "entryUtc": "2023-02-17T21:00:00.000Z",
          "exitTs": 1676847600,
          "dir": -1,
          "entryPrice": 1841.675,
          "exitPrice": 1841.457,
          "stopDistance": 1.401,
          "outcome": "time",
          "netR": -0.1085,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1676870100,
          "entryUtc": "2023-02-20T05:15:00.000Z",
          "exitTs": 1676871840,
          "dir": -1,
          "entryPrice": 1842.275,
          "exitPrice": 1843.422,
          "stopDistance": 1.147,
          "outcome": "stop",
          "netR": -1.3661,
          "holdMinutes": 29
        },
        {
          "entryTs": 1676882400,
          "entryUtc": "2023-02-20T08:40:00.000Z",
          "exitTs": 1676883960,
          "dir": -1,
          "entryPrice": 1843.265,
          "exitPrice": 1845.213,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 26
        },
        {
          "entryTs": 1676886000,
          "entryUtc": "2023-02-20T09:40:00.000Z",
          "exitTs": 1676893320,
          "dir": -1,
          "entryPrice": 1843.968,
          "exitPrice": 1845.672,
          "stopDistance": 1.704,
          "outcome": "stop",
          "netR": -1.2465,
          "holdMinutes": 122
        },
        {
          "entryTs": 1676895300,
          "entryUtc": "2023-02-20T12:15:00.000Z",
          "exitTs": 1676899680,
          "dir": -1,
          "entryPrice": 1843.595,
          "exitPrice": 1844.851,
          "stopDistance": 1.256,
          "outcome": "stop",
          "netR": -1.3344,
          "holdMinutes": 73
        },
        {
          "entryTs": 1676906400,
          "entryUtc": "2023-02-20T15:20:00.000Z",
          "exitTs": 1676918880,
          "dir": -1,
          "entryPrice": 1843.735,
          "exitPrice": 1840.487,
          "stopDistance": 1.624,
          "outcome": "target",
          "netR": 1.7721,
          "holdMinutes": 208
        },
        {
          "entryTs": 1676938200,
          "entryUtc": "2023-02-21T00:10:00.000Z",
          "exitTs": 1676938680,
          "dir": -1,
          "entryPrice": 1840.895,
          "exitPrice": 1841.651,
          "stopDistance": 0.756,
          "outcome": "stop",
          "netR": -1.5555,
          "holdMinutes": 8
        },
        {
          "entryTs": 1676941800,
          "entryUtc": "2023-02-21T01:10:00.000Z",
          "exitTs": 1676942220,
          "dir": -1,
          "entryPrice": 1841.195,
          "exitPrice": 1842.42,
          "stopDistance": 1.225,
          "outcome": "stop",
          "netR": -1.3429,
          "holdMinutes": 7
        },
        {
          "entryTs": 1676946000,
          "entryUtc": "2023-02-21T02:20:00.000Z",
          "exitTs": 1676949240,
          "dir": -1,
          "entryPrice": 1841.815,
          "exitPrice": 1838.72,
          "stopDistance": 1.547,
          "outcome": "target",
          "netR": 1.7609,
          "holdMinutes": 54
        },
        {
          "entryTs": 1676961600,
          "entryUtc": "2023-02-21T06:40:00.000Z",
          "exitTs": 1676962440,
          "dir": -1,
          "entryPrice": 1837.995,
          "exitPrice": 1839.281,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3266,
          "holdMinutes": 14
        },
        {
          "entryTs": 1676963100,
          "entryUtc": "2023-02-21T07:05:00.000Z",
          "exitTs": 1676963580,
          "dir": -1,
          "entryPrice": 1837.145,
          "exitPrice": 1838.581,
          "stopDistance": 1.436,
          "outcome": "stop",
          "netR": -1.2925,
          "holdMinutes": 8
        },
        {
          "entryTs": 1676975400,
          "entryUtc": "2023-02-21T10:30:00.000Z",
          "exitTs": 1676978940,
          "dir": -1,
          "entryPrice": 1832.915,
          "exitPrice": 1834.944,
          "stopDistance": 2.029,
          "outcome": "stop",
          "netR": -1.207,
          "holdMinutes": 59
        },
        {
          "entryTs": 1676981100,
          "entryUtc": "2023-02-21T12:05:00.000Z",
          "exitTs": 1676984760,
          "dir": -1,
          "entryPrice": 1832.595,
          "exitPrice": 1834.293,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2474,
          "holdMinutes": 61
        },
        {
          "entryTs": 1676992800,
          "entryUtc": "2023-02-21T15:20:00.000Z",
          "exitTs": 1676993640,
          "dir": -1,
          "entryPrice": 1836.585,
          "exitPrice": 1839.991,
          "stopDistance": 3.406,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 14
        },
        {
          "entryTs": 1676996100,
          "entryUtc": "2023-02-21T16:15:00.000Z",
          "exitTs": 1677026100,
          "dir": -1,
          "entryPrice": 1835.465,
          "exitPrice": 1835.628,
          "stopDistance": 3.251,
          "outcome": "time",
          "netR": -0.164,
          "holdMinutes": 500
        },
        {
          "entryTs": 1677034800,
          "entryUtc": "2023-02-22T03:00:00.000Z",
          "exitTs": 1677051720,
          "dir": -1,
          "entryPrice": 1835.875,
          "exitPrice": 1837.295,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 282
        },
        {
          "entryTs": 1677055200,
          "entryUtc": "2023-02-22T08:40:00.000Z",
          "exitTs": 1677059460,
          "dir": -1,
          "entryPrice": 1834.265,
          "exitPrice": 1836.126,
          "stopDistance": 1.861,
          "outcome": "stop",
          "netR": -1.2257,
          "holdMinutes": 71
        },
        {
          "entryTs": 1677072300,
          "entryUtc": "2023-02-22T13:25:00.000Z",
          "exitTs": 1677074220,
          "dir": -1,
          "entryPrice": 1836.365,
          "exitPrice": 1838.615,
          "stopDistance": 2.25,
          "outcome": "stop",
          "netR": -1.1867,
          "holdMinutes": 32
        },
        {
          "entryTs": 1677109200,
          "entryUtc": "2023-02-22T23:40:00.000Z",
          "exitTs": 1677116040,
          "dir": -1,
          "entryPrice": 1825.385,
          "exitPrice": 1826.679,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3247,
          "holdMinutes": 114
        },
        {
          "entryTs": 1677125700,
          "entryUtc": "2023-02-23T04:15:00.000Z",
          "exitTs": 1677127140,
          "dir": -1,
          "entryPrice": 1827.745,
          "exitPrice": 1828.837,
          "stopDistance": 1.092,
          "outcome": "stop",
          "netR": -1.3845,
          "holdMinutes": 24
        },
        {
          "entryTs": 1677138300,
          "entryUtc": "2023-02-23T07:45:00.000Z",
          "exitTs": 1677142800,
          "dir": -1,
          "entryPrice": 1829.665,
          "exitPrice": 1826.082,
          "stopDistance": 1.792,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 75
        },
        {
          "entryTs": 1677151200,
          "entryUtc": "2023-02-23T11:20:00.000Z",
          "exitTs": 1677154200,
          "dir": -1,
          "entryPrice": 1825.225,
          "exitPrice": 1826.79,
          "stopDistance": 1.565,
          "outcome": "stop",
          "netR": -1.2684,
          "holdMinutes": 50
        },
        {
          "entryTs": 1677154800,
          "entryUtc": "2023-02-23T12:20:00.000Z",
          "exitTs": 1677155520,
          "dir": -1,
          "entryPrice": 1824.895,
          "exitPrice": 1826.525,
          "stopDistance": 1.63,
          "outcome": "stop",
          "netR": -1.2577,
          "holdMinutes": 12
        },
        {
          "entryTs": 1677158100,
          "entryUtc": "2023-02-23T13:15:00.000Z",
          "exitTs": 1677159000,
          "dir": -1,
          "entryPrice": 1825.535,
          "exitPrice": 1821.798,
          "stopDistance": 1.869,
          "outcome": "target",
          "netR": 1.802,
          "holdMinutes": 15
        },
        {
          "entryTs": 1677165600,
          "entryUtc": "2023-02-23T15:20:00.000Z",
          "exitTs": 1677195600,
          "dir": -1,
          "entryPrice": 1823.955,
          "exitPrice": 1822.325,
          "stopDistance": 3.737,
          "outcome": "time",
          "netR": 0.3371,
          "holdMinutes": 500
        },
        {
          "entryTs": 1677207300,
          "entryUtc": "2023-02-24T02:55:00.000Z",
          "exitTs": 1677208140,
          "dir": -1,
          "entryPrice": 1824.555,
          "exitPrice": 1826.025,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2858,
          "holdMinutes": 14
        },
        {
          "entryTs": 1677211200,
          "entryUtc": "2023-02-24T04:00:00.000Z",
          "exitTs": 1677221820,
          "dir": -1,
          "entryPrice": 1825.645,
          "exitPrice": 1823.361,
          "stopDistance": 1.142,
          "outcome": "target",
          "netR": 1.676,
          "holdMinutes": 177
        },
        {
          "entryTs": 1677228900,
          "entryUtc": "2023-02-24T08:55:00.000Z",
          "exitTs": 1677229860,
          "dir": -1,
          "entryPrice": 1821.995,
          "exitPrice": 1823.972,
          "stopDistance": 1.977,
          "outcome": "stop",
          "netR": -1.2124,
          "holdMinutes": 16
        },
        {
          "entryTs": 1677231300,
          "entryUtc": "2023-02-24T09:35:00.000Z",
          "exitTs": 1677238860,
          "dir": -1,
          "entryPrice": 1822.315,
          "exitPrice": 1818.174,
          "stopDistance": 2.07,
          "outcome": "target",
          "netR": 1.8213,
          "holdMinutes": 126
        },
        {
          "entryTs": 1677258300,
          "entryUtc": "2023-02-24T17:05:00.000Z",
          "exitTs": 1677452400,
          "dir": -1,
          "entryPrice": 1811.388,
          "exitPrice": 1812.648,
          "stopDistance": 2.543,
          "outcome": "time",
          "netR": -0.6411,
          "holdMinutes": 3235
        },
        {
          "entryTs": 1677466200,
          "entryUtc": "2023-02-27T02:50:00.000Z",
          "exitTs": 1677469080,
          "dir": -1,
          "entryPrice": 1811.715,
          "exitPrice": 1809.423,
          "stopDistance": 1.146,
          "outcome": "target",
          "netR": 1.6771,
          "holdMinutes": 48
        },
        {
          "entryTs": 1677480300,
          "entryUtc": "2023-02-27T06:45:00.000Z",
          "exitTs": 1677482760,
          "dir": -1,
          "entryPrice": 1808.235,
          "exitPrice": 1809.691,
          "stopDistance": 1.456,
          "outcome": "stop",
          "netR": -1.2884,
          "holdMinutes": 41
        },
        {
          "entryTs": 1677489300,
          "entryUtc": "2023-02-27T09:15:00.000Z",
          "exitTs": 1677497520,
          "dir": -1,
          "entryPrice": 1810.305,
          "exitPrice": 1812.198,
          "stopDistance": 1.893,
          "outcome": "stop",
          "netR": -1.2218,
          "holdMinutes": 137
        },
        {
          "entryTs": 1677513900,
          "entryUtc": "2023-02-27T16:05:00.000Z",
          "exitTs": 1677517200,
          "dir": -1,
          "entryPrice": 1814.804,
          "exitPrice": 1817.161,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 55
        },
        {
          "entryTs": 1677527400,
          "entryUtc": "2023-02-27T19:50:00.000Z",
          "exitTs": 1677551340,
          "dir": -1,
          "entryPrice": 1817.365,
          "exitPrice": 1818.874,
          "stopDistance": 1.509,
          "outcome": "stop",
          "netR": -1.2784,
          "holdMinutes": 399
        },
        {
          "entryTs": 1677554100,
          "entryUtc": "2023-02-28T03:15:00.000Z",
          "exitTs": 1677558540,
          "dir": -1,
          "entryPrice": 1816.618,
          "exitPrice": 1814.236,
          "stopDistance": 1.191,
          "outcome": "target",
          "netR": 1.6894,
          "holdMinutes": 74
        },
        {
          "entryTs": 1677568500,
          "entryUtc": "2023-02-28T07:15:00.000Z",
          "exitTs": 1677571260,
          "dir": -1,
          "entryPrice": 1812.235,
          "exitPrice": 1809.511,
          "stopDistance": 1.362,
          "outcome": "target",
          "netR": 1.7284,
          "holdMinutes": 46
        },
        {
          "entryTs": 1677577500,
          "entryUtc": "2023-02-28T09:45:00.000Z",
          "exitTs": 1677578940,
          "dir": -1,
          "entryPrice": 1809.514,
          "exitPrice": 1811.56,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 24
        },
        {
          "entryTs": 1677579600,
          "entryUtc": "2023-02-28T10:20:00.000Z",
          "exitTs": 1677592320,
          "dir": -1,
          "entryPrice": 1810.595,
          "exitPrice": 1812.413,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 212
        },
        {
          "entryTs": 1677615300,
          "entryUtc": "2023-02-28T20:15:00.000Z",
          "exitTs": 1677621420,
          "dir": -1,
          "entryPrice": 1828.365,
          "exitPrice": 1825.749,
          "stopDistance": 1.308,
          "outcome": "target",
          "netR": 1.7171,
          "holdMinutes": 102
        },
        {
          "entryTs": 1677668400,
          "entryUtc": "2023-03-01T11:00:00.000Z",
          "exitTs": 1677674400,
          "dir": 1,
          "entryPrice": 1834.795,
          "exitPrice": 1838.669,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 100
        },
        {
          "entryTs": 1677679800,
          "entryUtc": "2023-03-01T14:10:00.000Z",
          "exitTs": 1677682560,
          "dir": 1,
          "entryPrice": 1838.335,
          "exitPrice": 1843.19,
          "stopDistance": 2.427,
          "outcome": "target",
          "netR": 1.8476,
          "holdMinutes": 46
        },
        {
          "entryTs": 1677689700,
          "entryUtc": "2023-03-01T16:55:00.000Z",
          "exitTs": 1677691380,
          "dir": 1,
          "entryPrice": 1841.235,
          "exitPrice": 1838.153,
          "stopDistance": 3.081,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 28
        },
        {
          "entryTs": 1677700200,
          "entryUtc": "2023-03-01T19:50:00.000Z",
          "exitTs": 1677705000,
          "dir": 1,
          "entryPrice": 1838.335,
          "exitPrice": 1836.881,
          "stopDistance": 1.454,
          "outcome": "stop",
          "netR": -1.2889,
          "holdMinutes": 80
        },
        {
          "entryTs": 1677713100,
          "entryUtc": "2023-03-01T23:25:00.000Z",
          "exitTs": 1677714840,
          "dir": 1,
          "entryPrice": 1837.645,
          "exitPrice": 1836.717,
          "stopDistance": 0.928,
          "outcome": "stop",
          "netR": -1.4524,
          "holdMinutes": 29
        },
        {
          "entryTs": 1677732000,
          "entryUtc": "2023-03-02T04:40:00.000Z",
          "exitTs": 1677734580,
          "dir": 1,
          "entryPrice": 1834.105,
          "exitPrice": 1833.069,
          "stopDistance": 1.036,
          "outcome": "stop",
          "netR": -1.4056,
          "holdMinutes": 43
        },
        {
          "entryTs": 1677746700,
          "entryUtc": "2023-03-02T08:45:00.000Z",
          "exitTs": 1677750960,
          "dir": 1,
          "entryPrice": 1833.368,
          "exitPrice": 1831.452,
          "stopDistance": 1.916,
          "outcome": "stop",
          "netR": -1.2192,
          "holdMinutes": 71
        },
        {
          "entryTs": 1677756300,
          "entryUtc": "2023-03-02T11:25:00.000Z",
          "exitTs": 1677760380,
          "dir": 1,
          "entryPrice": 1834.115,
          "exitPrice": 1832.323,
          "stopDistance": 1.792,
          "outcome": "stop",
          "netR": -1.2344,
          "holdMinutes": 68
        },
        {
          "entryTs": 1677766500,
          "entryUtc": "2023-03-02T14:15:00.000Z",
          "exitTs": 1677771180,
          "dir": 1,
          "entryPrice": 1833.495,
          "exitPrice": 1838.675,
          "stopDistance": 2.59,
          "outcome": "target",
          "netR": 1.8572,
          "holdMinutes": 78
        },
        {
          "entryTs": 1677783300,
          "entryUtc": "2023-03-02T18:55:00.000Z",
          "exitTs": 1677801600,
          "dir": 1,
          "entryPrice": 1835.385,
          "exitPrice": 1838.89,
          "stopDistance": 1.753,
          "outcome": "target",
          "netR": 1.7889,
          "holdMinutes": 305
        },
        {
          "entryTs": 1677822300,
          "entryUtc": "2023-03-03T05:45:00.000Z",
          "exitTs": 1677824220,
          "dir": 1,
          "entryPrice": 1839.615,
          "exitPrice": 1841.62,
          "stopDistance": 1.003,
          "outcome": "target",
          "netR": 1.631,
          "holdMinutes": 32
        },
        {
          "entryTs": 1677851100,
          "entryUtc": "2023-03-03T13:45:00.000Z",
          "exitTs": 1677853140,
          "dir": 1,
          "entryPrice": 1847.064,
          "exitPrice": 1845.326,
          "stopDistance": 1.738,
          "outcome": "stop",
          "netR": -1.2417,
          "holdMinutes": 34
        },
        {
          "entryTs": 1677860100,
          "entryUtc": "2023-03-03T16:15:00.000Z",
          "exitTs": 1677871800,
          "dir": 1,
          "entryPrice": 1846.035,
          "exitPrice": 1851.305,
          "stopDistance": 2.635,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 195
        },
        {
          "entryTs": 1678067400,
          "entryUtc": "2023-03-06T01:50:00.000Z",
          "exitTs": 1678068120,
          "dir": 1,
          "entryPrice": 1853.175,
          "exitPrice": 1851.775,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2999,
          "holdMinutes": 12
        },
        {
          "entryTs": 1678071300,
          "entryUtc": "2023-03-06T02:55:00.000Z",
          "exitTs": 1678088220,
          "dir": 1,
          "entryPrice": 1853.958,
          "exitPrice": 1856.751,
          "stopDistance": 1.397,
          "outcome": "target",
          "netR": 1.7351,
          "holdMinutes": 282
        },
        {
          "entryTs": 1678106700,
          "entryUtc": "2023-03-06T12:45:00.000Z",
          "exitTs": 1678108980,
          "dir": 1,
          "entryPrice": 1850.368,
          "exitPrice": 1853.018,
          "stopDistance": 1.325,
          "outcome": "target",
          "netR": 1.7208,
          "holdMinutes": 38
        },
        {
          "entryTs": 1678116300,
          "entryUtc": "2023-03-06T15:25:00.000Z",
          "exitTs": 1678119660,
          "dir": 1,
          "entryPrice": 1852.085,
          "exitPrice": 1849.902,
          "stopDistance": 2.183,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 56
        },
        {
          "entryTs": 1678123200,
          "entryUtc": "2023-03-06T17:20:00.000Z",
          "exitTs": 1678123500,
          "dir": 1,
          "entryPrice": 1852.548,
          "exitPrice": 1850.774,
          "stopDistance": 1.774,
          "outcome": "stop",
          "netR": -1.2368,
          "holdMinutes": 5
        },
        {
          "entryTs": 1678139100,
          "entryUtc": "2023-03-06T21:45:00.000Z",
          "exitTs": 1678143900,
          "dir": 1,
          "entryPrice": 1846.598,
          "exitPrice": 1845.7,
          "stopDistance": 0.898,
          "outcome": "stop",
          "netR": -1.4677,
          "holdMinutes": 80
        },
        {
          "entryTs": 1678146000,
          "entryUtc": "2023-03-06T23:40:00.000Z",
          "exitTs": 1678147200,
          "dir": 1,
          "entryPrice": 1846.895,
          "exitPrice": 1846.08,
          "stopDistance": 0.815,
          "outcome": "stop",
          "netR": -1.5154,
          "holdMinutes": 20
        },
        {
          "entryTs": 1678152900,
          "entryUtc": "2023-03-07T01:35:00.000Z",
          "exitTs": 1678154880,
          "dir": 1,
          "entryPrice": 1847.485,
          "exitPrice": 1849.74,
          "stopDistance": 1.127,
          "outcome": "target",
          "netR": 1.6718,
          "holdMinutes": 33
        },
        {
          "entryTs": 1678164600,
          "entryUtc": "2023-03-07T04:50:00.000Z",
          "exitTs": 1678164840,
          "dir": 1,
          "entryPrice": 1848.485,
          "exitPrice": 1847.475,
          "stopDistance": 1.01,
          "outcome": "stop",
          "netR": -1.416,
          "holdMinutes": 4
        },
        {
          "entryTs": 1678167000,
          "entryUtc": "2023-03-07T05:30:00.000Z",
          "exitTs": 1678168560,
          "dir": 1,
          "entryPrice": 1848.335,
          "exitPrice": 1847.445,
          "stopDistance": 0.89,
          "outcome": "stop",
          "netR": -1.4721,
          "holdMinutes": 26
        },
        {
          "entryTs": 1678173900,
          "entryUtc": "2023-03-07T07:25:00.000Z",
          "exitTs": 1678175340,
          "dir": 1,
          "entryPrice": 1850.105,
          "exitPrice": 1848.578,
          "stopDistance": 1.527,
          "outcome": "stop",
          "netR": -1.275,
          "holdMinutes": 24
        },
        {
          "entryTs": 1678222500,
          "entryUtc": "2023-03-07T20:55:00.000Z",
          "exitTs": 1678243380,
          "dir": -1,
          "entryPrice": 1814.195,
          "exitPrice": 1811.196,
          "stopDistance": 1.499,
          "outcome": "target",
          "netR": 1.7532,
          "holdMinutes": 348
        },
        {
          "entryTs": 1678266300,
          "entryUtc": "2023-03-08T09:05:00.000Z",
          "exitTs": 1678266780,
          "dir": -1,
          "entryPrice": 1812.998,
          "exitPrice": 1814.268,
          "stopDistance": 1.27,
          "outcome": "stop",
          "netR": -1.3306,
          "holdMinutes": 8
        },
        {
          "entryTs": 1678270500,
          "entryUtc": "2023-03-08T10:15:00.000Z",
          "exitTs": 1678272900,
          "dir": -1,
          "entryPrice": 1813.055,
          "exitPrice": 1814.263,
          "stopDistance": 1.208,
          "outcome": "stop",
          "netR": -1.3478,
          "holdMinutes": 40
        },
        {
          "entryTs": 1678278600,
          "entryUtc": "2023-03-08T12:30:00.000Z",
          "exitTs": 1678285860,
          "dir": -1,
          "entryPrice": 1814.425,
          "exitPrice": 1815.646,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3439,
          "holdMinutes": 121
        },
        {
          "entryTs": 1678294500,
          "entryUtc": "2023-03-08T16:55:00.000Z",
          "exitTs": 1678309140,
          "dir": -1,
          "entryPrice": 1817.805,
          "exitPrice": 1812.955,
          "stopDistance": 2.425,
          "outcome": "target",
          "netR": 1.8474,
          "holdMinutes": 244
        },
        {
          "entryTs": 1678325100,
          "entryUtc": "2023-03-09T01:25:00.000Z",
          "exitTs": 1678326420,
          "dir": -1,
          "entryPrice": 1814.585,
          "exitPrice": 1812.624,
          "stopDistance": 0.98,
          "outcome": "target",
          "netR": 1.6226,
          "holdMinutes": 22
        },
        {
          "entryTs": 1678335000,
          "entryUtc": "2023-03-09T04:10:00.000Z",
          "exitTs": 1678337460,
          "dir": -1,
          "entryPrice": 1813.118,
          "exitPrice": 1813.92,
          "stopDistance": 0.802,
          "outcome": "stop",
          "netR": -1.5235,
          "holdMinutes": 41
        },
        {
          "entryTs": 1678343700,
          "entryUtc": "2023-03-09T06:35:00.000Z",
          "exitTs": 1678346700,
          "dir": -1,
          "entryPrice": 1813.505,
          "exitPrice": 1814.5,
          "stopDistance": 0.995,
          "outcome": "stop",
          "netR": -1.4223,
          "holdMinutes": 50
        },
        {
          "entryTs": 1678365300,
          "entryUtc": "2023-03-09T12:35:00.000Z",
          "exitTs": 1678366260,
          "dir": -1,
          "entryPrice": 1817.218,
          "exitPrice": 1818.394,
          "stopDistance": 1.176,
          "outcome": "stop",
          "netR": -1.3572,
          "holdMinutes": 16
        },
        {
          "entryTs": 1678378800,
          "entryUtc": "2023-03-09T16:20:00.000Z",
          "exitTs": 1678385640,
          "dir": -1,
          "entryPrice": 1827.935,
          "exitPrice": 1830.643,
          "stopDistance": 2.708,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 114
        },
        {
          "entryTs": 1678396500,
          "entryUtc": "2023-03-09T21:15:00.000Z",
          "exitTs": 1678408080,
          "dir": 1,
          "entryPrice": 1831.325,
          "exitPrice": 1834.294,
          "stopDistance": 1.484,
          "outcome": "target",
          "netR": 1.7507,
          "holdMinutes": 193
        },
        {
          "entryTs": 1678425900,
          "entryUtc": "2023-03-10T05:25:00.000Z",
          "exitTs": 1678426560,
          "dir": -1,
          "entryPrice": 1828.575,
          "exitPrice": 1829.827,
          "stopDistance": 1.252,
          "outcome": "stop",
          "netR": -1.3356,
          "holdMinutes": 11
        },
        {
          "entryTs": 1678447500,
          "entryUtc": "2023-03-10T11:25:00.000Z",
          "exitTs": 1678454820,
          "dir": 1,
          "entryPrice": 1834.155,
          "exitPrice": 1832.446,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 122
        },
        {
          "entryTs": 1678455300,
          "entryUtc": "2023-03-10T13:35:00.000Z",
          "exitTs": 1678455420,
          "dir": 1,
          "entryPrice": 1839.745,
          "exitPrice": 1836.78,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 2
        },
        {
          "entryTs": 1678466700,
          "entryUtc": "2023-03-10T16:45:00.000Z",
          "exitTs": 1678467360,
          "dir": 1,
          "entryPrice": 1859.835,
          "exitPrice": 1855.736,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 11
        },
        {
          "entryTs": 1678468500,
          "entryUtc": "2023-03-10T17:15:00.000Z",
          "exitTs": 1678480680,
          "dir": 1,
          "entryPrice": 1859.158,
          "exitPrice": 1867.048,
          "stopDistance": 3.945,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 203
        },
        {
          "entryTs": 1678674600,
          "entryUtc": "2023-03-13T02:30:00.000Z",
          "exitTs": 1678675980,
          "dir": 1,
          "entryPrice": 1881.225,
          "exitPrice": 1887.256,
          "stopDistance": 3.016,
          "outcome": "target",
          "netR": 1.8773,
          "holdMinutes": 23
        },
        {
          "entryTs": 1678695300,
          "entryUtc": "2023-03-13T08:15:00.000Z",
          "exitTs": 1678697460,
          "dir": 1,
          "entryPrice": 1878.485,
          "exitPrice": 1883.669,
          "stopDistance": 2.592,
          "outcome": "target",
          "netR": 1.8572,
          "holdMinutes": 36
        },
        {
          "entryTs": 1678707000,
          "entryUtc": "2023-03-13T11:30:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1887.735,
          "exitPrice": 1895.322,
          "stopDistance": 3.793,
          "outcome": "target",
          "netR": 1.9025,
          "holdMinutes": 59
        },
        {
          "entryTs": 1678726800,
          "entryUtc": "2023-03-13T17:00:00.000Z",
          "exitTs": 1678756800,
          "dir": 1,
          "entryPrice": 1909.035,
          "exitPrice": 1910.745,
          "stopDistance": 3.502,
          "outcome": "time",
          "netR": 0.3826,
          "holdMinutes": 500
        },
        {
          "entryTs": 1678773900,
          "entryUtc": "2023-03-14T06:05:00.000Z",
          "exitTs": 1678774200,
          "dir": 1,
          "entryPrice": 1903.955,
          "exitPrice": 1906.799,
          "stopDistance": 1.422,
          "outcome": "target",
          "netR": 1.7398,
          "holdMinutes": 5
        },
        {
          "entryTs": 1678792800,
          "entryUtc": "2023-03-14T11:20:00.000Z",
          "exitTs": 1678797000,
          "dir": 1,
          "entryPrice": 1903.775,
          "exitPrice": 1901.573,
          "stopDistance": 2.202,
          "outcome": "ambiguous",
          "netR": -1.1907,
          "holdMinutes": 70
        },
        {
          "entryTs": 1678805400,
          "entryUtc": "2023-03-14T14:50:00.000Z",
          "exitTs": 1678835400,
          "dir": 1,
          "entryPrice": 1905.745,
          "exitPrice": 1904.165,
          "stopDistance": 4.717,
          "outcome": "time",
          "netR": -0.4134,
          "holdMinutes": 500
        },
        {
          "entryTs": 1678842900,
          "entryUtc": "2023-03-15T01:15:00.000Z",
          "exitTs": 1678843920,
          "dir": 1,
          "entryPrice": 1903.525,
          "exitPrice": 1902.126,
          "stopDistance": 1.399,
          "outcome": "stop",
          "netR": -1.3002,
          "holdMinutes": 17
        },
        {
          "entryTs": 1678864200,
          "entryUtc": "2023-03-15T07:10:00.000Z",
          "exitTs": 1678864380,
          "dir": 1,
          "entryPrice": 1901.915,
          "exitPrice": 1900.285,
          "stopDistance": 1.63,
          "outcome": "stop",
          "netR": -1.2576,
          "holdMinutes": 3
        },
        {
          "entryTs": 1678873500,
          "entryUtc": "2023-03-15T09:45:00.000Z",
          "exitTs": 1678873620,
          "dir": 1,
          "entryPrice": 1896.785,
          "exitPrice": 1893.597,
          "stopDistance": 3.188,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 2
        },
        {
          "entryTs": 1678890900,
          "entryUtc": "2023-03-15T14:35:00.000Z",
          "exitTs": 1678898520,
          "dir": 1,
          "entryPrice": 1924.648,
          "exitPrice": 1937.112,
          "stopDistance": 6.232,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 127
        },
        {
          "entryTs": 1678918200,
          "entryUtc": "2023-03-15T22:10:00.000Z",
          "exitTs": 1678926600,
          "dir": 1,
          "entryPrice": 1919.445,
          "exitPrice": 1924.149,
          "stopDistance": 2.352,
          "outcome": "target",
          "netR": 1.8427,
          "holdMinutes": 140
        },
        {
          "entryTs": 1678938000,
          "entryUtc": "2023-03-16T03:40:00.000Z",
          "exitTs": 1678944120,
          "dir": 1,
          "entryPrice": 1912.475,
          "exitPrice": 1916.137,
          "stopDistance": 1.831,
          "outcome": "target",
          "netR": 1.7979,
          "holdMinutes": 102
        },
        {
          "entryTs": 1678952400,
          "entryUtc": "2023-03-16T07:40:00.000Z",
          "exitTs": 1678964460,
          "dir": 1,
          "entryPrice": 1918.215,
          "exitPrice": 1923.664,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 201
        },
        {
          "entryTs": 1678977300,
          "entryUtc": "2023-03-16T14:35:00.000Z",
          "exitTs": 1678978320,
          "dir": 1,
          "entryPrice": 1929.625,
          "exitPrice": 1925.225,
          "stopDistance": 4.4,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 17
        },
        {
          "entryTs": 1678990500,
          "entryUtc": "2023-03-16T18:15:00.000Z",
          "exitTs": 1679020500,
          "dir": 1,
          "entryPrice": 1919.198,
          "exitPrice": 1924.925,
          "stopDistance": 3.389,
          "outcome": "time",
          "netR": 1.5806,
          "holdMinutes": 500
        },
        {
          "entryTs": 1679034000,
          "entryUtc": "2023-03-17T06:20:00.000Z",
          "exitTs": 1679036160,
          "dir": 1,
          "entryPrice": 1930.514,
          "exitPrice": 1933.934,
          "stopDistance": 1.71,
          "outcome": "target",
          "netR": 1.7836,
          "holdMinutes": 36
        },
        {
          "entryTs": 1679039400,
          "entryUtc": "2023-03-17T07:50:00.000Z",
          "exitTs": 1679040300,
          "dir": 1,
          "entryPrice": 1931.388,
          "exitPrice": 1929.234,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 15
        },
        {
          "entryTs": 1679044500,
          "entryUtc": "2023-03-17T09:15:00.000Z",
          "exitTs": 1679052120,
          "dir": 1,
          "entryPrice": 1930.874,
          "exitPrice": 1935.31,
          "stopDistance": 2.218,
          "outcome": "target",
          "netR": 1.8332,
          "holdMinutes": 127
        },
        {
          "entryTs": 1679085000,
          "entryUtc": "2023-03-17T20:30:00.000Z",
          "exitTs": 1679086560,
          "dir": 1,
          "entryPrice": 1979.875,
          "exitPrice": 1987.059,
          "stopDistance": 3.592,
          "outcome": "target",
          "netR": 1.897,
          "holdMinutes": 26
        },
        {
          "entryTs": 1679280300,
          "entryUtc": "2023-03-20T02:45:00.000Z",
          "exitTs": 1679291160,
          "dir": 1,
          "entryPrice": 1974.165,
          "exitPrice": 1978.528,
          "stopDistance": 2.182,
          "outcome": "target",
          "netR": 1.8304,
          "holdMinutes": 181
        },
        {
          "entryTs": 1679315100,
          "entryUtc": "2023-03-20T12:25:00.000Z",
          "exitTs": 1679315700,
          "dir": 1,
          "entryPrice": 1985.375,
          "exitPrice": 1981.495,
          "stopDistance": 3.88,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 10
        },
        {
          "entryTs": 1679319900,
          "entryUtc": "2023-03-20T13:45:00.000Z",
          "exitTs": 1679320680,
          "dir": 1,
          "entryPrice": 1982.925,
          "exitPrice": 1978.265,
          "stopDistance": 4.66,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 13
        },
        {
          "entryTs": 1679328600,
          "entryUtc": "2023-03-20T16:10:00.000Z",
          "exitTs": 1679358600,
          "dir": 1,
          "entryPrice": 1977.495,
          "exitPrice": 1977.155,
          "stopDistance": 4.226,
          "outcome": "time",
          "netR": -0.168,
          "holdMinutes": 500
        },
        {
          "entryTs": 1679360100,
          "entryUtc": "2023-03-21T00:55:00.000Z",
          "exitTs": 1679367420,
          "dir": 1,
          "entryPrice": 1980.645,
          "exitPrice": 1984.09,
          "stopDistance": 1.722,
          "outcome": "target",
          "netR": 1.7852,
          "holdMinutes": 122
        },
        {
          "entryTs": 1679378700,
          "entryUtc": "2023-03-21T06:05:00.000Z",
          "exitTs": 1679379240,
          "dir": 1,
          "entryPrice": 1982.955,
          "exitPrice": 1981.458,
          "stopDistance": 1.497,
          "outcome": "stop",
          "netR": -1.2805,
          "holdMinutes": 9
        },
        {
          "entryTs": 1679397000,
          "entryUtc": "2023-03-21T11:10:00.000Z",
          "exitTs": 1679399940,
          "dir": 1,
          "entryPrice": 1968.255,
          "exitPrice": 1965.778,
          "stopDistance": 2.477,
          "outcome": "stop",
          "netR": -1.1695,
          "holdMinutes": 49
        },
        {
          "entryTs": 1679428800,
          "entryUtc": "2023-03-21T20:00:00.000Z",
          "exitTs": 1679443500,
          "dir": 1,
          "entryPrice": 1940.075,
          "exitPrice": 1944.186,
          "stopDistance": 2.055,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 245
        },
        {
          "entryTs": 1679463600,
          "entryUtc": "2023-03-22T05:40:00.000Z",
          "exitTs": 1679464080,
          "dir": 1,
          "entryPrice": 1940.475,
          "exitPrice": 1938.896,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 8
        },
        {
          "entryTs": 1679472600,
          "entryUtc": "2023-03-22T08:10:00.000Z",
          "exitTs": 1679488680,
          "dir": 1,
          "entryPrice": 1941.245,
          "exitPrice": 1938.588,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 268
        },
        {
          "entryTs": 1679492400,
          "entryUtc": "2023-03-22T13:40:00.000Z",
          "exitTs": 1679493420,
          "dir": 1,
          "entryPrice": 1942.415,
          "exitPrice": 1939.732,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 17
        },
        {
          "entryTs": 1679507100,
          "entryUtc": "2023-03-22T17:45:00.000Z",
          "exitTs": 1679507580,
          "dir": 1,
          "entryPrice": 1948.895,
          "exitPrice": 1946.672,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 8
        },
        {
          "entryTs": 1679508300,
          "entryUtc": "2023-03-22T18:05:00.000Z",
          "exitTs": 1679508420,
          "dir": 1,
          "entryPrice": 1963.404,
          "exitPrice": 1958.909,
          "stopDistance": 4.495,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 2
        },
        {
          "entryTs": 1679524500,
          "entryUtc": "2023-03-22T22:35:00.000Z",
          "exitTs": 1679538600,
          "dir": 1,
          "entryPrice": 1967.035,
          "exitPrice": 1974.634,
          "stopDistance": 3.799,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 235
        },
        {
          "entryTs": 1679565900,
          "entryUtc": "2023-03-23T10:05:00.000Z",
          "exitTs": 1679574720,
          "dir": 1,
          "entryPrice": 1977.785,
          "exitPrice": 1975.377,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 147
        },
        {
          "entryTs": 1679578200,
          "entryUtc": "2023-03-23T13:30:00.000Z",
          "exitTs": 1679578380,
          "dir": 1,
          "entryPrice": 1978.488,
          "exitPrice": 1975.153,
          "stopDistance": 3.335,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 3
        },
        {
          "entryTs": 1679602200,
          "entryUtc": "2023-03-23T20:10:00.000Z",
          "exitTs": 1679603640,
          "dir": 1,
          "entryPrice": 1997.498,
          "exitPrice": 1993.339,
          "stopDistance": 4.159,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 24
        },
        {
          "entryTs": 1679617800,
          "entryUtc": "2023-03-24T00:30:00.000Z",
          "exitTs": 1679620980,
          "dir": 1,
          "entryPrice": 1993.334,
          "exitPrice": 1991.617,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2446,
          "holdMinutes": 53
        },
        {
          "entryTs": 1679626500,
          "entryUtc": "2023-03-24T02:55:00.000Z",
          "exitTs": 1679626860,
          "dir": 1,
          "entryPrice": 1992.345,
          "exitPrice": 1990.579,
          "stopDistance": 1.766,
          "outcome": "stop",
          "netR": -1.2379,
          "holdMinutes": 6
        },
        {
          "entryTs": 1679630400,
          "entryUtc": "2023-03-24T04:00:00.000Z",
          "exitTs": 1679633040,
          "dir": 1,
          "entryPrice": 1992.715,
          "exitPrice": 1991.08,
          "stopDistance": 1.635,
          "outcome": "stop",
          "netR": -1.2569,
          "holdMinutes": 44
        },
        {
          "entryTs": 1679644800,
          "entryUtc": "2023-03-24T08:00:00.000Z",
          "exitTs": 1679646360,
          "dir": 1,
          "entryPrice": 1989.405,
          "exitPrice": 1987.291,
          "stopDistance": 2.114,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 26
        },
        {
          "entryTs": 1679650200,
          "entryUtc": "2023-03-24T09:30:00.000Z",
          "exitTs": 1679652000,
          "dir": 1,
          "entryPrice": 1989.375,
          "exitPrice": 1995.05,
          "stopDistance": 2.837,
          "outcome": "target",
          "netR": 1.8696,
          "holdMinutes": 30
        },
        {
          "entryTs": 1679873700,
          "entryUtc": "2023-03-26T23:35:00.000Z",
          "exitTs": 1679877180,
          "dir": 1,
          "entryPrice": 1975.405,
          "exitPrice": 1973.323,
          "stopDistance": 2.082,
          "outcome": "stop",
          "netR": -1.2017,
          "holdMinutes": 58
        },
        {
          "entryTs": 1679879100,
          "entryUtc": "2023-03-27T01:05:00.000Z",
          "exitTs": 1679880660,
          "dir": 1,
          "entryPrice": 1976.425,
          "exitPrice": 1974.243,
          "stopDistance": 2.182,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 26
        },
        {
          "entryTs": 1679884200,
          "entryUtc": "2023-03-27T02:30:00.000Z",
          "exitTs": 1679893080,
          "dir": 1,
          "entryPrice": 1975.454,
          "exitPrice": 1973.251,
          "stopDistance": 2.203,
          "outcome": "stop",
          "netR": -1.1907,
          "holdMinutes": 148
        },
        {
          "entryTs": 1679903400,
          "entryUtc": "2023-03-27T07:50:00.000Z",
          "exitTs": 1679906100,
          "dir": 1,
          "entryPrice": 1971.885,
          "exitPrice": 1969.377,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 45
        },
        {
          "entryTs": 1679920200,
          "entryUtc": "2023-03-27T12:30:00.000Z",
          "exitTs": 1679920800,
          "dir": 1,
          "entryPrice": 1957.615,
          "exitPrice": 1954.517,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 10
        },
        {
          "entryTs": 1679942700,
          "entryUtc": "2023-03-27T18:45:00.000Z",
          "exitTs": 1679962080,
          "dir": 1,
          "entryPrice": 1954.985,
          "exitPrice": 1958.594,
          "stopDistance": 1.804,
          "outcome": "target",
          "netR": 1.795,
          "holdMinutes": 323
        },
        {
          "entryTs": 1679982300,
          "entryUtc": "2023-03-28T05:45:00.000Z",
          "exitTs": 1679983260,
          "dir": 1,
          "entryPrice": 1959.605,
          "exitPrice": 1958.213,
          "stopDistance": 1.392,
          "outcome": "stop",
          "netR": -1.3017,
          "holdMinutes": 16
        },
        {
          "entryTs": 1679997900,
          "entryUtc": "2023-03-28T10:05:00.000Z",
          "exitTs": 1680005460,
          "dir": 1,
          "entryPrice": 1955.005,
          "exitPrice": 1959.363,
          "stopDistance": 2.179,
          "outcome": "target",
          "netR": 1.8302,
          "holdMinutes": 126
        },
        {
          "entryTs": 1680014100,
          "entryUtc": "2023-03-28T14:35:00.000Z",
          "exitTs": 1680023940,
          "dir": 1,
          "entryPrice": 1965.755,
          "exitPrice": 1972.414,
          "stopDistance": 3.33,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 164
        },
        {
          "entryTs": 1680036600,
          "entryUtc": "2023-03-28T20:50:00.000Z",
          "exitTs": 1680046860,
          "dir": 1,
          "entryPrice": 1973.398,
          "exitPrice": 1972.008,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3022,
          "holdMinutes": 171
        },
        {
          "entryTs": 1680064500,
          "entryUtc": "2023-03-29T04:35:00.000Z",
          "exitTs": 1680064800,
          "dir": 1,
          "entryPrice": 1968.645,
          "exitPrice": 1967.375,
          "stopDistance": 1.27,
          "outcome": "stop",
          "netR": -1.3308,
          "holdMinutes": 5
        },
        {
          "entryTs": 1680078300,
          "entryUtc": "2023-03-29T08:25:00.000Z",
          "exitTs": 1680078960,
          "dir": 1,
          "entryPrice": 1963.195,
          "exitPrice": 1961.092,
          "stopDistance": 2.103,
          "outcome": "stop",
          "netR": -1.1998,
          "holdMinutes": 11
        },
        {
          "entryTs": 1680091800,
          "entryUtc": "2023-03-29T12:10:00.000Z",
          "exitTs": 1680091980,
          "dir": 1,
          "entryPrice": 1967.628,
          "exitPrice": 1965.666,
          "stopDistance": 1.962,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 3
        },
        {
          "entryTs": 1680093600,
          "entryUtc": "2023-03-29T12:40:00.000Z",
          "exitTs": 1680093720,
          "dir": 1,
          "entryPrice": 1966.685,
          "exitPrice": 1964.104,
          "stopDistance": 2.581,
          "outcome": "stop",
          "netR": -1.1627,
          "holdMinutes": 2
        },
        {
          "entryTs": 1680098100,
          "entryUtc": "2023-03-29T13:55:00.000Z",
          "exitTs": 1680098400,
          "dir": 1,
          "entryPrice": 1967.035,
          "exitPrice": 1963.972,
          "stopDistance": 3.063,
          "outcome": "stop",
          "netR": -1.1371,
          "holdMinutes": 5
        },
        {
          "entryTs": 1680104700,
          "entryUtc": "2023-03-29T15:45:00.000Z",
          "exitTs": 1680105240,
          "dir": 1,
          "entryPrice": 1966.895,
          "exitPrice": 1963.841,
          "stopDistance": 3.054,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 9
        },
        {
          "entryTs": 1680111000,
          "entryUtc": "2023-03-29T17:30:00.000Z",
          "exitTs": 1680117900,
          "dir": 1,
          "entryPrice": 1965.725,
          "exitPrice": 1963.481,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 115
        },
        {
          "entryTs": 1680129600,
          "entryUtc": "2023-03-29T22:40:00.000Z",
          "exitTs": 1680133020,
          "dir": 1,
          "entryPrice": 1964.435,
          "exitPrice": 1963.187,
          "stopDistance": 1.248,
          "outcome": "stop",
          "netR": -1.3365,
          "holdMinutes": 57
        },
        {
          "entryTs": 1680147300,
          "entryUtc": "2023-03-30T03:35:00.000Z",
          "exitTs": 1680153960,
          "dir": 1,
          "entryPrice": 1960.108,
          "exitPrice": 1963.198,
          "stopDistance": 1.545,
          "outcome": "target",
          "netR": 1.7605,
          "holdMinutes": 111
        },
        {
          "entryTs": 1680165600,
          "entryUtc": "2023-03-30T08:40:00.000Z",
          "exitTs": 1680179160,
          "dir": 1,
          "entryPrice": 1967.475,
          "exitPrice": 1971.495,
          "stopDistance": 2.01,
          "outcome": "target",
          "netR": 1.8159,
          "holdMinutes": 226
        },
        {
          "entryTs": 1680186900,
          "entryUtc": "2023-03-30T14:35:00.000Z",
          "exitTs": 1680192060,
          "dir": 1,
          "entryPrice": 1970.004,
          "exitPrice": 1976.415,
          "stopDistance": 3.205,
          "outcome": "target",
          "netR": 1.8846,
          "holdMinutes": 86
        },
        {
          "entryTs": 1680224700,
          "entryUtc": "2023-03-31T01:05:00.000Z",
          "exitTs": 1680226260,
          "dir": 1,
          "entryPrice": 1979.788,
          "exitPrice": 1982.384,
          "stopDistance": 1.298,
          "outcome": "target",
          "netR": 1.715,
          "holdMinutes": 26
        },
        {
          "entryTs": 1680235800,
          "entryUtc": "2023-03-31T04:10:00.000Z",
          "exitTs": 1680236700,
          "dir": 1,
          "entryPrice": 1981.865,
          "exitPrice": 1980.726,
          "stopDistance": 1.139,
          "outcome": "stop",
          "netR": -1.3686,
          "holdMinutes": 15
        },
        {
          "entryTs": 1680243600,
          "entryUtc": "2023-03-31T06:20:00.000Z",
          "exitTs": 1680245700,
          "dir": 1,
          "entryPrice": 1981.275,
          "exitPrice": 1983.944,
          "stopDistance": 1.335,
          "outcome": "target",
          "netR": 1.7228,
          "holdMinutes": 35
        },
        {
          "entryTs": 1680254700,
          "entryUtc": "2023-03-31T09:25:00.000Z",
          "exitTs": 1680265320,
          "dir": 1,
          "entryPrice": 1978.935,
          "exitPrice": 1976.818,
          "stopDistance": 2.118,
          "outcome": "stop",
          "netR": -1.1983,
          "holdMinutes": 177
        },
        {
          "entryTs": 1680266100,
          "entryUtc": "2023-03-31T12:35:00.000Z",
          "exitTs": 1680266520,
          "dir": 1,
          "entryPrice": 1985.998,
          "exitPrice": 1983.048,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 7
        },
        {
          "entryTs": 1680269700,
          "entryUtc": "2023-03-31T13:35:00.000Z",
          "exitTs": 1680270720,
          "dir": 1,
          "entryPrice": 1981.885,
          "exitPrice": 1978.414,
          "stopDistance": 3.471,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 17
        },
        {
          "entryTs": 1680277800,
          "entryUtc": "2023-03-31T15:50:00.000Z",
          "exitTs": 1680280980,
          "dir": 1,
          "entryPrice": 1979.518,
          "exitPrice": 1976.469,
          "stopDistance": 3.049,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 53
        },
        {
          "entryTs": 1680486300,
          "entryUtc": "2023-04-03T01:45:00.000Z",
          "exitTs": 1680490560,
          "dir": -1,
          "entryPrice": 1959.995,
          "exitPrice": 1954.778,
          "stopDistance": 2.609,
          "outcome": "target",
          "netR": 1.8582,
          "holdMinutes": 71
        },
        {
          "entryTs": 1680500400,
          "entryUtc": "2023-04-03T05:40:00.000Z",
          "exitTs": 1680501540,
          "dir": -1,
          "entryPrice": 1951.795,
          "exitPrice": 1953.461,
          "stopDistance": 1.666,
          "outcome": "stop",
          "netR": -1.252,
          "holdMinutes": 19
        },
        {
          "entryTs": 1680502200,
          "entryUtc": "2023-04-03T06:10:00.000Z",
          "exitTs": 1680502560,
          "dir": -1,
          "entryPrice": 1951.415,
          "exitPrice": 1953.263,
          "stopDistance": 1.848,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 6
        },
        {
          "entryTs": 1680529500,
          "entryUtc": "2023-04-03T13:45:00.000Z",
          "exitTs": 1680530100,
          "dir": 1,
          "entryPrice": 1979.794,
          "exitPrice": 1976.357,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 10
        },
        {
          "entryTs": 1680550500,
          "entryUtc": "2023-04-03T19:35:00.000Z",
          "exitTs": 1680554400,
          "dir": 1,
          "entryPrice": 1985.278,
          "exitPrice": 1983.484,
          "stopDistance": 1.794,
          "outcome": "stop",
          "netR": -1.2341,
          "holdMinutes": 65
        },
        {
          "entryTs": 1680559800,
          "entryUtc": "2023-04-03T22:10:00.000Z",
          "exitTs": 1680560640,
          "dir": 1,
          "entryPrice": 1985.325,
          "exitPrice": 1984.097,
          "stopDistance": 1.228,
          "outcome": "stop",
          "netR": -1.342,
          "holdMinutes": 14
        },
        {
          "entryTs": 1680564300,
          "entryUtc": "2023-04-03T23:25:00.000Z",
          "exitTs": 1680566760,
          "dir": 1,
          "entryPrice": 1984.835,
          "exitPrice": 1983.948,
          "stopDistance": 0.887,
          "outcome": "stop",
          "netR": -1.4733,
          "holdMinutes": 41
        },
        {
          "entryTs": 1680584700,
          "entryUtc": "2023-04-04T05:05:00.000Z",
          "exitTs": 1680585060,
          "dir": 1,
          "entryPrice": 1980.555,
          "exitPrice": 1979.156,
          "stopDistance": 1.399,
          "outcome": "stop",
          "netR": -1.3002,
          "holdMinutes": 6
        },
        {
          "entryTs": 1680590700,
          "entryUtc": "2023-04-04T06:45:00.000Z",
          "exitTs": 1680593700,
          "dir": 1,
          "entryPrice": 1981.585,
          "exitPrice": 1979.615,
          "stopDistance": 1.97,
          "outcome": "stop",
          "netR": -1.2132,
          "holdMinutes": 50
        },
        {
          "entryTs": 1680599100,
          "entryUtc": "2023-04-04T09:05:00.000Z",
          "exitTs": 1680607200,
          "dir": 1,
          "entryPrice": 1981.488,
          "exitPrice": 1979.626,
          "stopDistance": 1.862,
          "outcome": "stop",
          "netR": -1.2256,
          "holdMinutes": 135
        },
        {
          "entryTs": 1680609900,
          "entryUtc": "2023-04-04T12:05:00.000Z",
          "exitTs": 1680614700,
          "dir": 1,
          "entryPrice": 1982.855,
          "exitPrice": 1986.274,
          "stopDistance": 1.709,
          "outcome": "target",
          "netR": 1.7835,
          "holdMinutes": 80
        },
        {
          "entryTs": 1680633300,
          "entryUtc": "2023-04-04T18:35:00.000Z",
          "exitTs": 1680662700,
          "dir": 1,
          "entryPrice": 2020.415,
          "exitPrice": 2024.843,
          "stopDistance": 2.214,
          "outcome": "target",
          "netR": 1.8329,
          "holdMinutes": 490
        },
        {
          "entryTs": 1680695400,
          "entryUtc": "2023-04-05T11:50:00.000Z",
          "exitTs": 1680696060,
          "dir": 1,
          "entryPrice": 2024.098,
          "exitPrice": 2022.674,
          "stopDistance": 1.424,
          "outcome": "stop",
          "netR": -1.295,
          "holdMinutes": 11
        },
        {
          "entryTs": 1680710700,
          "entryUtc": "2023-04-05T16:05:00.000Z",
          "exitTs": 1680733380,
          "dir": 1,
          "entryPrice": 2023.345,
          "exitPrice": 2018.775,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 378
        },
        {
          "entryTs": 1680737700,
          "entryUtc": "2023-04-05T23:35:00.000Z",
          "exitTs": 1680739260,
          "dir": 1,
          "entryPrice": 2020.415,
          "exitPrice": 2019.618,
          "stopDistance": 0.797,
          "outcome": "stop",
          "netR": -1.5269,
          "holdMinutes": 26
        },
        {
          "entryTs": 1680756300,
          "entryUtc": "2023-04-06T04:45:00.000Z",
          "exitTs": 1680759240,
          "dir": 1,
          "entryPrice": 2012.445,
          "exitPrice": 2014.814,
          "stopDistance": 1.185,
          "outcome": "target",
          "netR": 1.6876,
          "holdMinutes": 49
        },
        {
          "entryTs": 1680765300,
          "entryUtc": "2023-04-06T07:15:00.000Z",
          "exitTs": 1680771180,
          "dir": 1,
          "entryPrice": 2014.765,
          "exitPrice": 2018.78,
          "stopDistance": 2.007,
          "outcome": "target",
          "netR": 1.8157,
          "holdMinutes": 98
        },
        {
          "entryTs": 1680793200,
          "entryUtc": "2023-04-06T15:00:00.000Z",
          "exitTs": 1680807960,
          "dir": 1,
          "entryPrice": 2011.795,
          "exitPrice": 2007.842,
          "stopDistance": 3.953,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 246
        },
        {
          "entryTs": 1681082100,
          "entryUtc": "2023-04-09T23:15:00.000Z",
          "exitTs": 1681085100,
          "dir": 1,
          "entryPrice": 2005.625,
          "exitPrice": 2003.221,
          "stopDistance": 2.404,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 50
        },
        {
          "entryTs": 1681102800,
          "entryUtc": "2023-04-10T05:00:00.000Z",
          "exitTs": 1681106100,
          "dir": 1,
          "entryPrice": 1992.055,
          "exitPrice": 1994.812,
          "stopDistance": 1.378,
          "outcome": "target",
          "netR": 1.7316,
          "holdMinutes": 55
        },
        {
          "entryTs": 1681167000,
          "entryUtc": "2023-04-10T22:50:00.000Z",
          "exitTs": 1681171260,
          "dir": 1,
          "entryPrice": 1991.128,
          "exitPrice": 1992.832,
          "stopDistance": 0.852,
          "outcome": "target",
          "netR": 1.5658,
          "holdMinutes": 71
        },
        {
          "entryTs": 1681179000,
          "entryUtc": "2023-04-11T02:10:00.000Z",
          "exitTs": 1681185840,
          "dir": 1,
          "entryPrice": 1994.685,
          "exitPrice": 1998.15,
          "stopDistance": 1.732,
          "outcome": "target",
          "netR": 1.7864,
          "holdMinutes": 114
        },
        {
          "entryTs": 1681197600,
          "entryUtc": "2023-04-11T07:20:00.000Z",
          "exitTs": 1681201380,
          "dir": 1,
          "entryPrice": 2000.815,
          "exitPrice": 2004.155,
          "stopDistance": 1.67,
          "outcome": "target",
          "netR": 1.7784,
          "holdMinutes": 63
        },
        {
          "entryTs": 1681210800,
          "entryUtc": "2023-04-11T11:00:00.000Z",
          "exitTs": 1681211160,
          "dir": 1,
          "entryPrice": 2004.305,
          "exitPrice": 2002.591,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.2451,
          "holdMinutes": 6
        },
        {
          "entryTs": 1681221600,
          "entryUtc": "2023-04-11T14:00:00.000Z",
          "exitTs": 1681231020,
          "dir": 1,
          "entryPrice": 2001.335,
          "exitPrice": 2006.188,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 157
        },
        {
          "entryTs": 1681235700,
          "entryUtc": "2023-04-11T17:55:00.000Z",
          "exitTs": 1681245120,
          "dir": 1,
          "entryPrice": 2004.715,
          "exitPrice": 2002.981,
          "stopDistance": 1.734,
          "outcome": "stop",
          "netR": -1.2423,
          "holdMinutes": 157
        },
        {
          "entryTs": 1681256400,
          "entryUtc": "2023-04-11T23:40:00.000Z",
          "exitTs": 1681258440,
          "dir": 1,
          "entryPrice": 2003.935,
          "exitPrice": 2005.204,
          "stopDistance": 0.634,
          "outcome": "target",
          "netR": 1.4168,
          "holdMinutes": 34
        },
        {
          "entryTs": 1681302900,
          "entryUtc": "2023-04-12T12:35:00.000Z",
          "exitTs": 1681303440,
          "dir": 1,
          "entryPrice": 2025.305,
          "exitPrice": 2021.831,
          "stopDistance": 3.474,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 9
        },
        {
          "entryTs": 1681320300,
          "entryUtc": "2023-04-12T17:25:00.000Z",
          "exitTs": 1681322820,
          "dir": 1,
          "entryPrice": 2008.968,
          "exitPrice": 2013.999,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 42
        },
        {
          "entryTs": 1681332900,
          "entryUtc": "2023-04-12T20:55:00.000Z",
          "exitTs": 1681342560,
          "dir": 1,
          "entryPrice": 2014.685,
          "exitPrice": 2017.419,
          "stopDistance": 1.367,
          "outcome": "target",
          "netR": 1.7293,
          "holdMinutes": 161
        },
        {
          "entryTs": 1681349700,
          "entryUtc": "2023-04-13T01:35:00.000Z",
          "exitTs": 1681355220,
          "dir": 1,
          "entryPrice": 2017.655,
          "exitPrice": 2016.101,
          "stopDistance": 1.554,
          "outcome": "stop",
          "netR": -1.2703,
          "holdMinutes": 92
        },
        {
          "entryTs": 1681359000,
          "entryUtc": "2023-04-13T04:10:00.000Z",
          "exitTs": 1681362900,
          "dir": 1,
          "entryPrice": 2017.965,
          "exitPrice": 2016.693,
          "stopDistance": 1.272,
          "outcome": "stop",
          "netR": -1.3302,
          "holdMinutes": 65
        },
        {
          "entryTs": 1681367100,
          "entryUtc": "2023-04-13T06:25:00.000Z",
          "exitTs": 1681368240,
          "dir": 1,
          "entryPrice": 2019.255,
          "exitPrice": 2022.471,
          "stopDistance": 1.608,
          "outcome": "target",
          "netR": 1.7699,
          "holdMinutes": 19
        },
        {
          "entryTs": 1681385700,
          "entryUtc": "2023-04-13T11:35:00.000Z",
          "exitTs": 1681389000,
          "dir": 1,
          "entryPrice": 2027.375,
          "exitPrice": 2030.468,
          "stopDistance": 1.546,
          "outcome": "target",
          "netR": 1.7607,
          "holdMinutes": 55
        },
        {
          "entryTs": 1681400400,
          "entryUtc": "2023-04-13T15:40:00.000Z",
          "exitTs": 1681401660,
          "dir": 1,
          "entryPrice": 2041.085,
          "exitPrice": 2037.559,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 21
        },
        {
          "entryTs": 1681405200,
          "entryUtc": "2023-04-13T17:00:00.000Z",
          "exitTs": 1681412100,
          "dir": 1,
          "entryPrice": 2040.085,
          "exitPrice": 2037.75,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 115
        },
        {
          "entryTs": 1681416000,
          "entryUtc": "2023-04-13T20:00:00.000Z",
          "exitTs": 1681429260,
          "dir": 1,
          "entryPrice": 2040.445,
          "exitPrice": 2038.999,
          "stopDistance": 1.446,
          "outcome": "stop",
          "netR": -1.2905,
          "holdMinutes": 221
        },
        {
          "entryTs": 1681432800,
          "entryUtc": "2023-04-14T00:40:00.000Z",
          "exitTs": 1681433160,
          "dir": 1,
          "entryPrice": 2041.395,
          "exitPrice": 2043.413,
          "stopDistance": 1.009,
          "outcome": "target",
          "netR": 1.6333,
          "holdMinutes": 6
        },
        {
          "entryTs": 1681445700,
          "entryUtc": "2023-04-14T04:15:00.000Z",
          "exitTs": 1681446420,
          "dir": 1,
          "entryPrice": 2046.275,
          "exitPrice": 2044.765,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2782,
          "holdMinutes": 12
        },
        {
          "entryTs": 1681454100,
          "entryUtc": "2023-04-14T06:35:00.000Z",
          "exitTs": 1681455060,
          "dir": 1,
          "entryPrice": 2043.108,
          "exitPrice": 2041.207,
          "stopDistance": 1.901,
          "outcome": "stop",
          "netR": -1.221,
          "holdMinutes": 16
        },
        {
          "entryTs": 1681465500,
          "entryUtc": "2023-04-14T09:45:00.000Z",
          "exitTs": 1681467060,
          "dir": 1,
          "entryPrice": 2037.865,
          "exitPrice": 2041.705,
          "stopDistance": 1.92,
          "outcome": "target",
          "netR": 1.8073,
          "holdMinutes": 26
        },
        {
          "entryTs": 1681504200,
          "entryUtc": "2023-04-14T20:30:00.000Z",
          "exitTs": 1681682400,
          "dir": -1,
          "entryPrice": 2004.108,
          "exitPrice": 2001.337,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.733,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1681693500,
          "entryUtc": "2023-04-17T01:05:00.000Z",
          "exitTs": 1681693740,
          "dir": -1,
          "entryPrice": 2000.445,
          "exitPrice": 1997.297,
          "stopDistance": 1.574,
          "outcome": "target",
          "netR": 1.7649,
          "holdMinutes": 4
        },
        {
          "entryTs": 1681707300,
          "entryUtc": "2023-04-17T04:55:00.000Z",
          "exitTs": 1681709400,
          "dir": -1,
          "entryPrice": 2004.235,
          "exitPrice": 2005.458,
          "stopDistance": 1.223,
          "outcome": "stop",
          "netR": -1.3435,
          "holdMinutes": 35
        },
        {
          "entryTs": 1681723800,
          "entryUtc": "2023-04-17T09:30:00.000Z",
          "exitTs": 1681726200,
          "dir": 1,
          "entryPrice": 2011.264,
          "exitPrice": 2009.367,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 40
        },
        {
          "entryTs": 1681732500,
          "entryUtc": "2023-04-17T11:55:00.000Z",
          "exitTs": 1681734240,
          "dir": 1,
          "entryPrice": 2009.985,
          "exitPrice": 2008.287,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2473,
          "holdMinutes": 29
        },
        {
          "entryTs": 1681764000,
          "entryUtc": "2023-04-17T20:40:00.000Z",
          "exitTs": 1681779960,
          "dir": -1,
          "entryPrice": 1995.048,
          "exitPrice": 1996.2,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3646,
          "holdMinutes": 266
        },
        {
          "entryTs": 1681793400,
          "entryUtc": "2023-04-18T04:50:00.000Z",
          "exitTs": 1681794720,
          "dir": -1,
          "entryPrice": 1999.045,
          "exitPrice": 1996.84,
          "stopDistance": 1.103,
          "outcome": "target",
          "netR": 1.6644,
          "holdMinutes": 22
        },
        {
          "entryTs": 1681799400,
          "entryUtc": "2023-04-18T06:30:00.000Z",
          "exitTs": 1681800060,
          "dir": -1,
          "entryPrice": 1998.575,
          "exitPrice": 2000.014,
          "stopDistance": 1.439,
          "outcome": "stop",
          "netR": -1.2918,
          "holdMinutes": 11
        },
        {
          "entryTs": 1681801800,
          "entryUtc": "2023-04-18T07:10:00.000Z",
          "exitTs": 1681802100,
          "dir": -1,
          "entryPrice": 1998.938,
          "exitPrice": 2000.568,
          "stopDistance": 1.63,
          "outcome": "stop",
          "netR": -1.2577,
          "holdMinutes": 5
        },
        {
          "entryTs": 1681810500,
          "entryUtc": "2023-04-18T09:35:00.000Z",
          "exitTs": 1681813080,
          "dir": -1,
          "entryPrice": 2000.755,
          "exitPrice": 2002.812,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 43
        },
        {
          "entryTs": 1681821900,
          "entryUtc": "2023-04-18T12:45:00.000Z",
          "exitTs": 1681823220,
          "dir": -1,
          "entryPrice": 2003.235,
          "exitPrice": 1999.629,
          "stopDistance": 1.803,
          "outcome": "target",
          "netR": 1.7948,
          "holdMinutes": 22
        },
        {
          "entryTs": 1681838400,
          "entryUtc": "2023-04-18T17:20:00.000Z",
          "exitTs": 1681839240,
          "dir": 1,
          "entryPrice": 2008.175,
          "exitPrice": 2006.051,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 14
        },
        {
          "entryTs": 1681847100,
          "entryUtc": "2023-04-18T19:45:00.000Z",
          "exitTs": 1681856040,
          "dir": -1,
          "entryPrice": 2004.458,
          "exitPrice": 2005.665,
          "stopDistance": 1.207,
          "outcome": "stop",
          "netR": -1.3479,
          "holdMinutes": 149
        },
        {
          "entryTs": 1681857300,
          "entryUtc": "2023-04-18T22:35:00.000Z",
          "exitTs": 1681857660,
          "dir": -1,
          "entryPrice": 2004.455,
          "exitPrice": 2005.273,
          "stopDistance": 0.818,
          "outcome": "stop",
          "netR": -1.5137,
          "holdMinutes": 6
        },
        {
          "entryTs": 1681872300,
          "entryUtc": "2023-04-19T02:45:00.000Z",
          "exitTs": 1681883520,
          "dir": -1,
          "entryPrice": 2003.545,
          "exitPrice": 1999.601,
          "stopDistance": 1.972,
          "outcome": "target",
          "netR": 1.8124,
          "holdMinutes": 187
        },
        {
          "entryTs": 1681934100,
          "entryUtc": "2023-04-19T19:55:00.000Z",
          "exitTs": 1681949940,
          "dir": -1,
          "entryPrice": 1994.665,
          "exitPrice": 1995.862,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.3508,
          "holdMinutes": 264
        },
        {
          "entryTs": 1681953300,
          "entryUtc": "2023-04-20T01:15:00.000Z",
          "exitTs": 1681954140,
          "dir": -1,
          "entryPrice": 1993.535,
          "exitPrice": 1995.041,
          "stopDistance": 1.506,
          "outcome": "stop",
          "netR": -1.2789,
          "holdMinutes": 14
        },
        {
          "entryTs": 1681957500,
          "entryUtc": "2023-04-20T02:25:00.000Z",
          "exitTs": 1681970460,
          "dir": -1,
          "entryPrice": 1993.648,
          "exitPrice": 1995.51,
          "stopDistance": 1.862,
          "outcome": "stop",
          "netR": -1.2256,
          "holdMinutes": 216
        },
        {
          "entryTs": 1681977900,
          "entryUtc": "2023-04-20T08:05:00.000Z",
          "exitTs": 1681978380,
          "dir": -1,
          "entryPrice": 1995.475,
          "exitPrice": 1997.533,
          "stopDistance": 2.058,
          "outcome": "stop",
          "netR": -1.2041,
          "holdMinutes": 8
        },
        {
          "entryTs": 1681981800,
          "entryUtc": "2023-04-20T09:10:00.000Z",
          "exitTs": 1681983600,
          "dir": -1,
          "entryPrice": 1995.155,
          "exitPrice": 1997.3,
          "stopDistance": 2.145,
          "outcome": "stop",
          "netR": -1.1958,
          "holdMinutes": 30
        },
        {
          "entryTs": 1681992900,
          "entryUtc": "2023-04-20T12:15:00.000Z",
          "exitTs": 1681993800,
          "dir": -1,
          "entryPrice": 1999.615,
          "exitPrice": 2001.603,
          "stopDistance": 1.988,
          "outcome": "stop",
          "netR": -1.2113,
          "holdMinutes": 15
        },
        {
          "entryTs": 1682007600,
          "entryUtc": "2023-04-20T16:20:00.000Z",
          "exitTs": 1682033700,
          "dir": 1,
          "entryPrice": 2004.765,
          "exitPrice": 2002.077,
          "stopDistance": 2.688,
          "outcome": "stop",
          "netR": -1.1562,
          "holdMinutes": 435
        },
        {
          "entryTs": 1682035200,
          "entryUtc": "2023-04-21T00:00:00.000Z",
          "exitTs": 1682035740,
          "dir": 1,
          "entryPrice": 2005.205,
          "exitPrice": 2003.87,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3147,
          "holdMinutes": 9
        },
        {
          "entryTs": 1682038800,
          "entryUtc": "2023-04-21T01:00:00.000Z",
          "exitTs": 1682038920,
          "dir": 1,
          "entryPrice": 2004.434,
          "exitPrice": 2002.98,
          "stopDistance": 1.454,
          "outcome": "stop",
          "netR": -1.289,
          "holdMinutes": 2
        },
        {
          "entryTs": 1682068500,
          "entryUtc": "2023-04-21T09:15:00.000Z",
          "exitTs": 1682071920,
          "dir": -1,
          "entryPrice": 1985.985,
          "exitPrice": 1988.633,
          "stopDistance": 2.648,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 57
        },
        {
          "entryTs": 1682075700,
          "entryUtc": "2023-04-21T11:15:00.000Z",
          "exitTs": 1682080140,
          "dir": -1,
          "entryPrice": 1985.975,
          "exitPrice": 1988.306,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 74
        },
        {
          "entryTs": 1682085300,
          "entryUtc": "2023-04-21T13:55:00.000Z",
          "exitTs": 1682086620,
          "dir": -1,
          "entryPrice": 1973.815,
          "exitPrice": 1979.317,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 22
        },
        {
          "entryTs": 1682296200,
          "entryUtc": "2023-04-24T00:30:00.000Z",
          "exitTs": 1682298120,
          "dir": -1,
          "entryPrice": 1983.355,
          "exitPrice": 1984.465,
          "stopDistance": 1.11,
          "outcome": "stop",
          "netR": -1.3784,
          "holdMinutes": 32
        },
        {
          "entryTs": 1682300700,
          "entryUtc": "2023-04-24T01:45:00.000Z",
          "exitTs": 1682301480,
          "dir": -1,
          "entryPrice": 1982.275,
          "exitPrice": 1979.014,
          "stopDistance": 1.631,
          "outcome": "target",
          "netR": 1.7731,
          "holdMinutes": 13
        },
        {
          "entryTs": 1682319300,
          "entryUtc": "2023-04-24T06:55:00.000Z",
          "exitTs": 1682320860,
          "dir": -1,
          "entryPrice": 1977.875,
          "exitPrice": 1979.861,
          "stopDistance": 1.986,
          "outcome": "stop",
          "netR": -1.2115,
          "holdMinutes": 26
        },
        {
          "entryTs": 1682334600,
          "entryUtc": "2023-04-24T11:10:00.000Z",
          "exitTs": 1682335740,
          "dir": -1,
          "entryPrice": 1983.365,
          "exitPrice": 1985.11,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2407,
          "holdMinutes": 19
        },
        {
          "entryTs": 1682336100,
          "entryUtc": "2023-04-24T11:35:00.000Z",
          "exitTs": 1682342640,
          "dir": -1,
          "entryPrice": 1983.785,
          "exitPrice": 1980.435,
          "stopDistance": 1.675,
          "outcome": "target",
          "netR": 1.7791,
          "holdMinutes": 109
        },
        {
          "entryTs": 1682364300,
          "entryUtc": "2023-04-24T19:25:00.000Z",
          "exitTs": 1682367060,
          "dir": -1,
          "entryPrice": 1987.548,
          "exitPrice": 1989.055,
          "stopDistance": 1.507,
          "outcome": "stop",
          "netR": -1.2786,
          "holdMinutes": 46
        },
        {
          "entryTs": 1682389800,
          "entryUtc": "2023-04-25T02:30:00.000Z",
          "exitTs": 1682390460,
          "dir": 1,
          "entryPrice": 1997.395,
          "exitPrice": 1995.564,
          "stopDistance": 1.831,
          "outcome": "stop",
          "netR": -1.2294,
          "holdMinutes": 11
        },
        {
          "entryTs": 1682408700,
          "entryUtc": "2023-04-25T07:45:00.000Z",
          "exitTs": 1682418960,
          "dir": -1,
          "entryPrice": 1989.115,
          "exitPrice": 1983.335,
          "stopDistance": 2.89,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 171
        },
        {
          "entryTs": 1682432400,
          "entryUtc": "2023-04-25T14:20:00.000Z",
          "exitTs": 1682436660,
          "dir": -1,
          "entryPrice": 1985.315,
          "exitPrice": 1989.622,
          "stopDistance": 4.307,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 71
        },
        {
          "entryTs": 1682460900,
          "entryUtc": "2023-04-25T22:15:00.000Z",
          "exitTs": 1682465940,
          "dir": 1,
          "entryPrice": 1997.645,
          "exitPrice": 2000.429,
          "stopDistance": 1.392,
          "outcome": "target",
          "netR": 1.7342,
          "holdMinutes": 84
        },
        {
          "entryTs": 1682486100,
          "entryUtc": "2023-04-26T05:15:00.000Z",
          "exitTs": 1682488800,
          "dir": 1,
          "entryPrice": 1996.205,
          "exitPrice": 1994.914,
          "stopDistance": 1.291,
          "outcome": "stop",
          "netR": -1.3254,
          "holdMinutes": 45
        },
        {
          "entryTs": 1682496000,
          "entryUtc": "2023-04-26T08:00:00.000Z",
          "exitTs": 1682497500,
          "dir": 1,
          "entryPrice": 1997.815,
          "exitPrice": 1995.802,
          "stopDistance": 2.012,
          "outcome": "stop",
          "netR": -1.2087,
          "holdMinutes": 25
        },
        {
          "entryTs": 1682497800,
          "entryUtc": "2023-04-26T08:30:00.000Z",
          "exitTs": 1682509320,
          "dir": 1,
          "entryPrice": 1997.765,
          "exitPrice": 1995.599,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 192
        },
        {
          "entryTs": 1682514300,
          "entryUtc": "2023-04-26T13:05:00.000Z",
          "exitTs": 1682515440,
          "dir": 1,
          "entryPrice": 1999.344,
          "exitPrice": 2005.896,
          "stopDistance": 3.276,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 19
        },
        {
          "entryTs": 1682539500,
          "entryUtc": "2023-04-26T20:05:00.000Z",
          "exitTs": 1682540100,
          "dir": -1,
          "entryPrice": 1987.475,
          "exitPrice": 1989.602,
          "stopDistance": 2.127,
          "outcome": "stop",
          "netR": -1.1975,
          "holdMinutes": 10
        },
        {
          "entryTs": 1682557800,
          "entryUtc": "2023-04-27T01:10:00.000Z",
          "exitTs": 1682558580,
          "dir": -1,
          "entryPrice": 1990.175,
          "exitPrice": 1991.441,
          "stopDistance": 1.266,
          "outcome": "stop",
          "netR": -1.3317,
          "holdMinutes": 13
        },
        {
          "entryTs": 1682576400,
          "entryUtc": "2023-04-27T06:20:00.000Z",
          "exitTs": 1682581980,
          "dir": 1,
          "entryPrice": 2000.315,
          "exitPrice": 1998.353,
          "stopDistance": 1.962,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 93
        },
        {
          "entryTs": 1682591100,
          "entryUtc": "2023-04-27T10:25:00.000Z",
          "exitTs": 1682594880,
          "dir": 1,
          "entryPrice": 2000.618,
          "exitPrice": 1998.835,
          "stopDistance": 1.783,
          "outcome": "stop",
          "netR": -1.2355,
          "holdMinutes": 63
        },
        {
          "entryTs": 1682609100,
          "entryUtc": "2023-04-27T15:25:00.000Z",
          "exitTs": 1682615640,
          "dir": -1,
          "entryPrice": 1982.648,
          "exitPrice": 1986.564,
          "stopDistance": 3.916,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 109
        },
        {
          "entryTs": 1682625000,
          "entryUtc": "2023-04-27T19:50:00.000Z",
          "exitTs": 1682645760,
          "dir": -1,
          "entryPrice": 1987.305,
          "exitPrice": 1988.812,
          "stopDistance": 1.507,
          "outcome": "stop",
          "netR": -1.2787,
          "holdMinutes": 346
        },
        {
          "entryTs": 1682653200,
          "entryUtc": "2023-04-28T03:40:00.000Z",
          "exitTs": 1682654400,
          "dir": -1,
          "entryPrice": 1988.295,
          "exitPrice": 1990.071,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 20
        },
        {
          "entryTs": 1682660700,
          "entryUtc": "2023-04-28T05:45:00.000Z",
          "exitTs": 1682661720,
          "dir": -1,
          "entryPrice": 1986.965,
          "exitPrice": 1983.296,
          "stopDistance": 1.835,
          "outcome": "target",
          "netR": 1.7983,
          "holdMinutes": 17
        },
        {
          "entryTs": 1682674500,
          "entryUtc": "2023-04-28T09:35:00.000Z",
          "exitTs": 1682680680,
          "dir": -1,
          "entryPrice": 1982.635,
          "exitPrice": 1984.567,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2174,
          "holdMinutes": 103
        },
        {
          "entryTs": 1682682900,
          "entryUtc": "2023-04-28T11:55:00.000Z",
          "exitTs": 1682683080,
          "dir": -1,
          "entryPrice": 1982.215,
          "exitPrice": 1983.712,
          "stopDistance": 1.497,
          "outcome": "stop",
          "netR": -1.2805,
          "holdMinutes": 3
        },
        {
          "entryTs": 1682692200,
          "entryUtc": "2023-04-28T14:30:00.000Z",
          "exitTs": 1682692500,
          "dir": -1,
          "entryPrice": 1983.675,
          "exitPrice": 1987.383,
          "stopDistance": 3.708,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 5
        },
        {
          "entryTs": 1682702700,
          "entryUtc": "2023-04-28T17:25:00.000Z",
          "exitTs": 1682892000,
          "dir": -1,
          "entryPrice": 1988.915,
          "exitPrice": 1990.204,
          "stopDistance": 2.485,
          "outcome": "time",
          "netR": -0.6675,
          "holdMinutes": 3155
        },
        {
          "entryTs": 1682895300,
          "entryUtc": "2023-04-30T22:55:00.000Z",
          "exitTs": 1682899260,
          "dir": -1,
          "entryPrice": 1988.775,
          "exitPrice": 1986.158,
          "stopDistance": 1.308,
          "outcome": "target",
          "netR": 1.7172,
          "holdMinutes": 66
        },
        {
          "entryTs": 1682918100,
          "entryUtc": "2023-05-01T05:15:00.000Z",
          "exitTs": 1682923140,
          "dir": -1,
          "entryPrice": 1982.245,
          "exitPrice": 1979.447,
          "stopDistance": 1.399,
          "outcome": "target",
          "netR": 1.7355,
          "holdMinutes": 84
        },
        {
          "entryTs": 1682967000,
          "entryUtc": "2023-05-01T18:50:00.000Z",
          "exitTs": 1682989920,
          "dir": -1,
          "entryPrice": 1981.874,
          "exitPrice": 1983.779,
          "stopDistance": 1.905,
          "outcome": "stop",
          "netR": -1.2204,
          "holdMinutes": 382
        },
        {
          "entryTs": 1682993700,
          "entryUtc": "2023-05-02T02:15:00.000Z",
          "exitTs": 1683005280,
          "dir": -1,
          "entryPrice": 1982.225,
          "exitPrice": 1983.534,
          "stopDistance": 1.309,
          "outcome": "stop",
          "netR": -1.3208,
          "holdMinutes": 193
        },
        {
          "entryTs": 1683012000,
          "entryUtc": "2023-05-02T07:20:00.000Z",
          "exitTs": 1683014760,
          "dir": -1,
          "entryPrice": 1982.028,
          "exitPrice": 1979.191,
          "stopDistance": 1.418,
          "outcome": "target",
          "netR": 1.7391,
          "holdMinutes": 46
        },
        {
          "entryTs": 1683019800,
          "entryUtc": "2023-05-02T09:30:00.000Z",
          "exitTs": 1683020340,
          "dir": -1,
          "entryPrice": 1981.045,
          "exitPrice": 1982.808,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2383,
          "holdMinutes": 9
        },
        {
          "entryTs": 1683030900,
          "entryUtc": "2023-05-02T12:35:00.000Z",
          "exitTs": 1683034260,
          "dir": -1,
          "entryPrice": 1986.165,
          "exitPrice": 1987.995,
          "stopDistance": 1.83,
          "outcome": "stop",
          "netR": -1.2295,
          "holdMinutes": 56
        },
        {
          "entryTs": 1683052200,
          "entryUtc": "2023-05-02T18:30:00.000Z",
          "exitTs": 1683082200,
          "dir": 1,
          "entryPrice": 2014.995,
          "exitPrice": 2017.575,
          "stopDistance": 2.425,
          "outcome": "time",
          "netR": 0.9112,
          "holdMinutes": 500
        },
        {
          "entryTs": 1683096600,
          "entryUtc": "2023-05-03T06:50:00.000Z",
          "exitTs": 1683098640,
          "dir": 1,
          "entryPrice": 2017.495,
          "exitPrice": 2016.208,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3263,
          "holdMinutes": 34
        },
        {
          "entryTs": 1683103500,
          "entryUtc": "2023-05-03T08:45:00.000Z",
          "exitTs": 1683113640,
          "dir": 1,
          "entryPrice": 2016.365,
          "exitPrice": 2014.753,
          "stopDistance": 1.612,
          "outcome": "stop",
          "netR": -1.2606,
          "holdMinutes": 169
        },
        {
          "entryTs": 1683120300,
          "entryUtc": "2023-05-03T13:25:00.000Z",
          "exitTs": 1683122340,
          "dir": 1,
          "entryPrice": 2016.934,
          "exitPrice": 2014.2,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 34
        },
        {
          "entryTs": 1683124800,
          "entryUtc": "2023-05-03T14:40:00.000Z",
          "exitTs": 1683127260,
          "dir": 1,
          "entryPrice": 2017.895,
          "exitPrice": 2025.292,
          "stopDistance": 3.698,
          "outcome": "target",
          "netR": 1.9,
          "holdMinutes": 41
        },
        {
          "entryTs": 1683142200,
          "entryUtc": "2023-05-03T19:30:00.000Z",
          "exitTs": 1683143700,
          "dir": 1,
          "entryPrice": 2025.515,
          "exitPrice": 2035.844,
          "stopDistance": 5.165,
          "outcome": "target",
          "netR": 1.9284,
          "holdMinutes": 25
        },
        {
          "entryTs": 1683175200,
          "entryUtc": "2023-05-04T04:40:00.000Z",
          "exitTs": 1683179400,
          "dir": 1,
          "entryPrice": 2044.158,
          "exitPrice": 2042.163,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 70
        },
        {
          "entryTs": 1683192900,
          "entryUtc": "2023-05-04T09:35:00.000Z",
          "exitTs": 1683198420,
          "dir": 1,
          "entryPrice": 2036.715,
          "exitPrice": 2041.511,
          "stopDistance": 2.398,
          "outcome": "target",
          "netR": 1.8457,
          "holdMinutes": 92
        },
        {
          "entryTs": 1683208200,
          "entryUtc": "2023-05-04T13:50:00.000Z",
          "exitTs": 1683210180,
          "dir": 1,
          "entryPrice": 2043.175,
          "exitPrice": 2051.639,
          "stopDistance": 4.232,
          "outcome": "target",
          "netR": 1.9126,
          "holdMinutes": 33
        },
        {
          "entryTs": 1683225900,
          "entryUtc": "2023-05-04T18:45:00.000Z",
          "exitTs": 1683227340,
          "dir": 1,
          "entryPrice": 2050.385,
          "exitPrice": 2047.443,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 24
        },
        {
          "entryTs": 1683243300,
          "entryUtc": "2023-05-04T23:35:00.000Z",
          "exitTs": 1683248460,
          "dir": 1,
          "entryPrice": 2049.125,
          "exitPrice": 2048.169,
          "stopDistance": 0.956,
          "outcome": "stop",
          "netR": -1.4392,
          "holdMinutes": 86
        },
        {
          "entryTs": 1683248700,
          "entryUtc": "2023-05-05T01:05:00.000Z",
          "exitTs": 1683250200,
          "dir": 1,
          "entryPrice": 2049.434,
          "exitPrice": 2051.453,
          "stopDistance": 1.009,
          "outcome": "target",
          "netR": 1.6335,
          "holdMinutes": 25
        },
        {
          "entryTs": 1683257700,
          "entryUtc": "2023-05-05T03:35:00.000Z",
          "exitTs": 1683263400,
          "dir": 1,
          "entryPrice": 2049.555,
          "exitPrice": 2048.052,
          "stopDistance": 1.503,
          "outcome": "stop",
          "netR": -1.2794,
          "holdMinutes": 95
        },
        {
          "entryTs": 1683313200,
          "entryUtc": "2023-05-05T19:00:00.000Z",
          "exitTs": 1683320160,
          "dir": 1,
          "entryPrice": 2016.575,
          "exitPrice": 2014.805,
          "stopDistance": 1.77,
          "outcome": "stop",
          "netR": -1.2373,
          "holdMinutes": 116
        },
        {
          "entryTs": 1683502200,
          "entryUtc": "2023-05-07T23:30:00.000Z",
          "exitTs": 1683502920,
          "dir": 1,
          "entryPrice": 2016.925,
          "exitPrice": 2015.533,
          "stopDistance": 1.392,
          "outcome": "stop",
          "netR": -1.3018,
          "holdMinutes": 12
        },
        {
          "entryTs": 1683535200,
          "entryUtc": "2023-05-08T08:40:00.000Z",
          "exitTs": 1683549840,
          "dir": 1,
          "entryPrice": 2022.064,
          "exitPrice": 2025.474,
          "stopDistance": 1.705,
          "outcome": "target",
          "netR": 1.783,
          "holdMinutes": 244
        },
        {
          "entryTs": 1683555000,
          "entryUtc": "2023-05-08T14:10:00.000Z",
          "exitTs": 1683568860,
          "dir": 1,
          "entryPrice": 2024.274,
          "exitPrice": 2021.513,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 231
        },
        {
          "entryTs": 1683586200,
          "entryUtc": "2023-05-08T22:50:00.000Z",
          "exitTs": 1683586800,
          "dir": 1,
          "entryPrice": 2021.905,
          "exitPrice": 2020.989,
          "stopDistance": 0.916,
          "outcome": "stop",
          "netR": -1.4584,
          "holdMinutes": 10
        },
        {
          "entryTs": 1683594900,
          "entryUtc": "2023-05-09T01:15:00.000Z",
          "exitTs": 1683595500,
          "dir": 1,
          "entryPrice": 2021.865,
          "exitPrice": 2024.164,
          "stopDistance": 1.149,
          "outcome": "target",
          "netR": 1.6781,
          "holdMinutes": 10
        },
        {
          "entryTs": 1683621900,
          "entryUtc": "2023-05-09T08:45:00.000Z",
          "exitTs": 1683627420,
          "dir": 1,
          "entryPrice": 2025.754,
          "exitPrice": 2029.324,
          "stopDistance": 1.785,
          "outcome": "target",
          "netR": 1.7927,
          "holdMinutes": 92
        },
        {
          "entryTs": 1683640800,
          "entryUtc": "2023-05-09T14:00:00.000Z",
          "exitTs": 1683641880,
          "dir": 1,
          "entryPrice": 2030.194,
          "exitPrice": 2027.579,
          "stopDistance": 2.615,
          "outcome": "stop",
          "netR": -1.1606,
          "holdMinutes": 18
        },
        {
          "entryTs": 1683648300,
          "entryUtc": "2023-05-09T16:05:00.000Z",
          "exitTs": 1683649200,
          "dir": 1,
          "entryPrice": 2027.974,
          "exitPrice": 2031.897,
          "stopDistance": 1.961,
          "outcome": "target",
          "netR": 1.8114,
          "holdMinutes": 15
        },
        {
          "entryTs": 1683670800,
          "entryUtc": "2023-05-09T22:20:00.000Z",
          "exitTs": 1683673200,
          "dir": 1,
          "entryPrice": 2034.894,
          "exitPrice": 2036.54,
          "stopDistance": 0.823,
          "outcome": "target",
          "netR": 1.5505,
          "holdMinutes": 40
        },
        {
          "entryTs": 1683701400,
          "entryUtc": "2023-05-10T06:50:00.000Z",
          "exitTs": 1683702120,
          "dir": 1,
          "entryPrice": 2031.714,
          "exitPrice": 2030.295,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.2959,
          "holdMinutes": 12
        },
        {
          "entryTs": 1683705300,
          "entryUtc": "2023-05-10T07:55:00.000Z",
          "exitTs": 1683706740,
          "dir": 1,
          "entryPrice": 2030.584,
          "exitPrice": 2029.001,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2653,
          "holdMinutes": 24
        },
        {
          "entryTs": 1683711900,
          "entryUtc": "2023-05-10T09:45:00.000Z",
          "exitTs": 1683720600,
          "dir": 1,
          "entryPrice": 2029.284,
          "exitPrice": 2027.804,
          "stopDistance": 1.48,
          "outcome": "stop",
          "netR": -1.2837,
          "holdMinutes": 145
        },
        {
          "entryTs": 1683722100,
          "entryUtc": "2023-05-10T12:35:00.000Z",
          "exitTs": 1683724440,
          "dir": 1,
          "entryPrice": 2041.214,
          "exitPrice": 2037.254,
          "stopDistance": 3.96,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 39
        },
        {
          "entryTs": 1683738300,
          "entryUtc": "2023-05-10T17:05:00.000Z",
          "exitTs": 1683744420,
          "dir": 1,
          "entryPrice": 2029.054,
          "exitPrice": 2034.065,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 102
        },
        {
          "entryTs": 1683750600,
          "entryUtc": "2023-05-10T20:30:00.000Z",
          "exitTs": 1683751980,
          "dir": 1,
          "entryPrice": 2031.025,
          "exitPrice": 2029.813,
          "stopDistance": 1.212,
          "outcome": "stop",
          "netR": -1.3464,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683759600,
          "entryUtc": "2023-05-10T23:00:00.000Z",
          "exitTs": 1683764100,
          "dir": 1,
          "entryPrice": 2030.704,
          "exitPrice": 2032.604,
          "stopDistance": 0.95,
          "outcome": "target",
          "netR": 1.6105,
          "holdMinutes": 75
        },
        {
          "entryTs": 1683783300,
          "entryUtc": "2023-05-11T05:35:00.000Z",
          "exitTs": 1683784980,
          "dir": 1,
          "entryPrice": 2031.664,
          "exitPrice": 2030.632,
          "stopDistance": 1.032,
          "outcome": "stop",
          "netR": -1.407,
          "holdMinutes": 28
        },
        {
          "entryTs": 1683798300,
          "entryUtc": "2023-05-11T09:45:00.000Z",
          "exitTs": 1683803340,
          "dir": 1,
          "entryPrice": 2026.324,
          "exitPrice": 2030.981,
          "stopDistance": 2.328,
          "outcome": "target",
          "netR": 1.8411,
          "holdMinutes": 84
        },
        {
          "entryTs": 1683835200,
          "entryUtc": "2023-05-11T20:00:00.000Z",
          "exitTs": 1683842880,
          "dir": -1,
          "entryPrice": 2014.115,
          "exitPrice": 2015.567,
          "stopDistance": 1.452,
          "outcome": "stop",
          "netR": -1.2894,
          "holdMinutes": 128
        },
        {
          "entryTs": 1683853500,
          "entryUtc": "2023-05-12T01:05:00.000Z",
          "exitTs": 1683854880,
          "dir": -1,
          "entryPrice": 2015.585,
          "exitPrice": 2013.642,
          "stopDistance": 0.971,
          "outcome": "target",
          "netR": 1.6191,
          "holdMinutes": 23
        },
        {
          "entryTs": 1683868200,
          "entryUtc": "2023-05-12T05:10:00.000Z",
          "exitTs": 1683872040,
          "dir": -1,
          "entryPrice": 2010.885,
          "exitPrice": 2008.236,
          "stopDistance": 1.325,
          "outcome": "target",
          "netR": 1.7207,
          "holdMinutes": 64
        },
        {
          "entryTs": 1683878400,
          "entryUtc": "2023-05-12T08:00:00.000Z",
          "exitTs": 1683884040,
          "dir": -1,
          "entryPrice": 2008.714,
          "exitPrice": 2004.75,
          "stopDistance": 1.982,
          "outcome": "target",
          "netR": 1.8133,
          "holdMinutes": 94
        },
        {
          "entryTs": 1683889800,
          "entryUtc": "2023-05-12T11:10:00.000Z",
          "exitTs": 1683894180,
          "dir": -1,
          "entryPrice": 2004.354,
          "exitPrice": 2006.386,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 73
        },
        {
          "entryTs": 1683918600,
          "entryUtc": "2023-05-12T19:10:00.000Z",
          "exitTs": 1684101600,
          "dir": -1,
          "entryPrice": 2012.275,
          "exitPrice": 2009.434,
          "stopDistance": 1.42,
          "outcome": "target",
          "netR": 1.7395,
          "holdMinutes": 3050
        },
        {
          "entryTs": 1684119300,
          "entryUtc": "2023-05-15T02:55:00.000Z",
          "exitTs": 1684127700,
          "dir": -1,
          "entryPrice": 2013.754,
          "exitPrice": 2015.336,
          "stopDistance": 1.582,
          "outcome": "stop",
          "netR": -1.2654,
          "holdMinutes": 140
        },
        {
          "entryTs": 1684132500,
          "entryUtc": "2023-05-15T06:35:00.000Z",
          "exitTs": 1684132980,
          "dir": -1,
          "entryPrice": 2014.025,
          "exitPrice": 2015.616,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 8
        },
        {
          "entryTs": 1684141500,
          "entryUtc": "2023-05-15T09:05:00.000Z",
          "exitTs": 1684148520,
          "dir": -1,
          "entryPrice": 2016.324,
          "exitPrice": 2012.857,
          "stopDistance": 1.733,
          "outcome": "target",
          "netR": 1.7866,
          "holdMinutes": 117
        },
        {
          "entryTs": 1684174200,
          "entryUtc": "2023-05-15T18:10:00.000Z",
          "exitTs": 1684191660,
          "dir": -1,
          "entryPrice": 2016.734,
          "exitPrice": 2013.928,
          "stopDistance": 1.403,
          "outcome": "target",
          "netR": 1.7363,
          "holdMinutes": 291
        },
        {
          "entryTs": 1684191900,
          "entryUtc": "2023-05-15T23:05:00.000Z",
          "exitTs": 1684198800,
          "dir": -1,
          "entryPrice": 2015.254,
          "exitPrice": 2016.031,
          "stopDistance": 0.777,
          "outcome": "stop",
          "netR": -1.5409,
          "holdMinutes": 115
        },
        {
          "entryTs": 1684203600,
          "entryUtc": "2023-05-16T02:20:00.000Z",
          "exitTs": 1684204320,
          "dir": -1,
          "entryPrice": 2015.545,
          "exitPrice": 2016.848,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3222,
          "holdMinutes": 12
        },
        {
          "entryTs": 1684210200,
          "entryUtc": "2023-05-16T04:10:00.000Z",
          "exitTs": 1684214760,
          "dir": -1,
          "entryPrice": 2016.585,
          "exitPrice": 2017.448,
          "stopDistance": 0.863,
          "outcome": "stop",
          "netR": -1.4867,
          "holdMinutes": 76
        },
        {
          "entryTs": 1684229100,
          "entryUtc": "2023-05-16T09:25:00.000Z",
          "exitTs": 1684236960,
          "dir": -1,
          "entryPrice": 2009.084,
          "exitPrice": 2006.251,
          "stopDistance": 1.416,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 131
        },
        {
          "entryTs": 1684245900,
          "entryUtc": "2023-05-16T14:05:00.000Z",
          "exitTs": 1684249620,
          "dir": -1,
          "entryPrice": 2007.134,
          "exitPrice": 1999.797,
          "stopDistance": 3.669,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 62
        },
        {
          "entryTs": 1684268100,
          "entryUtc": "2023-05-16T20:15:00.000Z",
          "exitTs": 1684281780,
          "dir": -1,
          "entryPrice": 1988.928,
          "exitPrice": 1990.498,
          "stopDistance": 1.57,
          "outcome": "stop",
          "netR": -1.2675,
          "holdMinutes": 228
        },
        {
          "entryTs": 1684294800,
          "entryUtc": "2023-05-17T03:40:00.000Z",
          "exitTs": 1684301280,
          "dir": -1,
          "entryPrice": 1991.324,
          "exitPrice": 1989.094,
          "stopDistance": 1.115,
          "outcome": "target",
          "netR": 1.6682,
          "holdMinutes": 108
        },
        {
          "entryTs": 1684309500,
          "entryUtc": "2023-05-17T07:45:00.000Z",
          "exitTs": 1684314060,
          "dir": -1,
          "entryPrice": 1988.114,
          "exitPrice": 1985.072,
          "stopDistance": 1.521,
          "outcome": "target",
          "netR": 1.7568,
          "holdMinutes": 76
        },
        {
          "entryTs": 1684326000,
          "entryUtc": "2023-05-17T12:20:00.000Z",
          "exitTs": 1684326120,
          "dir": -1,
          "entryPrice": 1985.454,
          "exitPrice": 1982.588,
          "stopDistance": 1.433,
          "outcome": "target",
          "netR": 1.7418,
          "holdMinutes": 2
        },
        {
          "entryTs": 1684335900,
          "entryUtc": "2023-05-17T15:05:00.000Z",
          "exitTs": 1684349940,
          "dir": -1,
          "entryPrice": 1981.204,
          "exitPrice": 1984.487,
          "stopDistance": 3.283,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 234
        },
        {
          "entryTs": 1684353000,
          "entryUtc": "2023-05-17T19:50:00.000Z",
          "exitTs": 1684363560,
          "dir": -1,
          "entryPrice": 1982.278,
          "exitPrice": 1983.522,
          "stopDistance": 1.244,
          "outcome": "stop",
          "netR": -1.3377,
          "holdMinutes": 176
        },
        {
          "entryTs": 1684368000,
          "entryUtc": "2023-05-18T00:00:00.000Z",
          "exitTs": 1684370760,
          "dir": -1,
          "entryPrice": 1982.654,
          "exitPrice": 1983.285,
          "stopDistance": 0.631,
          "outcome": "stop",
          "netR": -1.6658,
          "holdMinutes": 46
        },
        {
          "entryTs": 1684379700,
          "entryUtc": "2023-05-18T03:15:00.000Z",
          "exitTs": 1684384620,
          "dir": -1,
          "entryPrice": 1983.075,
          "exitPrice": 1981.001,
          "stopDistance": 1.037,
          "outcome": "target",
          "netR": 1.6432,
          "holdMinutes": 82
        },
        {
          "entryTs": 1684392900,
          "entryUtc": "2023-05-18T06:55:00.000Z",
          "exitTs": 1684395960,
          "dir": -1,
          "entryPrice": 1977.525,
          "exitPrice": 1979.139,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2603,
          "holdMinutes": 51
        },
        {
          "entryTs": 1684407900,
          "entryUtc": "2023-05-18T11:05:00.000Z",
          "exitTs": 1684413000,
          "dir": -1,
          "entryPrice": 1975.775,
          "exitPrice": 1972.921,
          "stopDistance": 1.427,
          "outcome": "target",
          "netR": 1.7407,
          "holdMinutes": 85
        },
        {
          "entryTs": 1684436700,
          "entryUtc": "2023-05-18T19:05:00.000Z",
          "exitTs": 1684447260,
          "dir": -1,
          "entryPrice": 1956.555,
          "exitPrice": 1958.084,
          "stopDistance": 1.528,
          "outcome": "stop",
          "netR": -1.2748,
          "holdMinutes": 176
        },
        {
          "entryTs": 1684458000,
          "entryUtc": "2023-05-19T01:00:00.000Z",
          "exitTs": 1684458120,
          "dir": -1,
          "entryPrice": 1957.615,
          "exitPrice": 1958.575,
          "stopDistance": 0.96,
          "outcome": "stop",
          "netR": -1.4373,
          "holdMinutes": 2
        },
        {
          "entryTs": 1684459500,
          "entryUtc": "2023-05-19T01:25:00.000Z",
          "exitTs": 1684463340,
          "dir": -1,
          "entryPrice": 1955.985,
          "exitPrice": 1957.518,
          "stopDistance": 1.533,
          "outcome": "stop",
          "netR": -1.274,
          "holdMinutes": 64
        },
        {
          "entryTs": 1684473600,
          "entryUtc": "2023-05-19T05:20:00.000Z",
          "exitTs": 1684475100,
          "dir": -1,
          "entryPrice": 1961.485,
          "exitPrice": 1962.606,
          "stopDistance": 1.121,
          "outcome": "stop",
          "netR": -1.3745,
          "holdMinutes": 25
        },
        {
          "entryTs": 1684486800,
          "entryUtc": "2023-05-19T09:00:00.000Z",
          "exitTs": 1684488960,
          "dir": -1,
          "entryPrice": 1964.545,
          "exitPrice": 1966.322,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 36
        },
        {
          "entryTs": 1684491600,
          "entryUtc": "2023-05-19T10:20:00.000Z",
          "exitTs": 1684493220,
          "dir": -1,
          "entryPrice": 1964.375,
          "exitPrice": 1966.084,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 27
        },
        {
          "entryTs": 1684522800,
          "entryUtc": "2023-05-19T19:00:00.000Z",
          "exitTs": 1684706400,
          "dir": -1,
          "entryPrice": 1976.845,
          "exitPrice": 1978.524,
          "stopDistance": 1.966,
          "outcome": "time",
          "netR": -1.0424,
          "holdMinutes": 3060
        },
        {
          "entryTs": 1684714800,
          "entryUtc": "2023-05-22T00:20:00.000Z",
          "exitTs": 1684716960,
          "dir": -1,
          "entryPrice": 1979.605,
          "exitPrice": 1980.755,
          "stopDistance": 1.15,
          "outcome": "stop",
          "netR": -1.3653,
          "holdMinutes": 36
        },
        {
          "entryTs": 1684719300,
          "entryUtc": "2023-05-22T01:35:00.000Z",
          "exitTs": 1684731780,
          "dir": -1,
          "entryPrice": 1978.915,
          "exitPrice": 1975.495,
          "stopDistance": 1.71,
          "outcome": "target",
          "netR": 1.7836,
          "holdMinutes": 208
        },
        {
          "entryTs": 1684752300,
          "entryUtc": "2023-05-22T10:45:00.000Z",
          "exitTs": 1684755060,
          "dir": -1,
          "entryPrice": 1978.605,
          "exitPrice": 1975.576,
          "stopDistance": 1.514,
          "outcome": "target",
          "netR": 1.7557,
          "holdMinutes": 46
        },
        {
          "entryTs": 1684768500,
          "entryUtc": "2023-05-22T15:15:00.000Z",
          "exitTs": 1684775640,
          "dir": -1,
          "entryPrice": 1972.558,
          "exitPrice": 1975.478,
          "stopDistance": 2.92,
          "outcome": "stop",
          "netR": -1.1438,
          "holdMinutes": 119
        },
        {
          "entryTs": 1684780500,
          "entryUtc": "2023-05-22T18:35:00.000Z",
          "exitTs": 1684799700,
          "dir": -1,
          "entryPrice": 1972.635,
          "exitPrice": 1969.475,
          "stopDistance": 1.58,
          "outcome": "target",
          "netR": 1.7658,
          "holdMinutes": 320
        },
        {
          "entryTs": 1684818900,
          "entryUtc": "2023-05-23T05:15:00.000Z",
          "exitTs": 1684819560,
          "dir": -1,
          "entryPrice": 1961.504,
          "exitPrice": 1962.687,
          "stopDistance": 1.183,
          "outcome": "stop",
          "netR": -1.3552,
          "holdMinutes": 11
        },
        {
          "entryTs": 1684825500,
          "entryUtc": "2023-05-23T07:05:00.000Z",
          "exitTs": 1684826160,
          "dir": -1,
          "entryPrice": 1960.995,
          "exitPrice": 1957.423,
          "stopDistance": 1.786,
          "outcome": "target",
          "netR": 1.7928,
          "holdMinutes": 11
        },
        {
          "entryTs": 1684835700,
          "entryUtc": "2023-05-23T09:55:00.000Z",
          "exitTs": 1684840920,
          "dir": -1,
          "entryPrice": 1957.718,
          "exitPrice": 1959.535,
          "stopDistance": 1.817,
          "outcome": "stop",
          "netR": -1.2311,
          "holdMinutes": 87
        },
        {
          "entryTs": 1684855500,
          "entryUtc": "2023-05-23T15:25:00.000Z",
          "exitTs": 1684858140,
          "dir": -1,
          "entryPrice": 1965.305,
          "exitPrice": 1968.495,
          "stopDistance": 3.19,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 44
        },
        {
          "entryTs": 1684872900,
          "entryUtc": "2023-05-23T20:15:00.000Z",
          "exitTs": 1684879440,
          "dir": -1,
          "entryPrice": 1974.388,
          "exitPrice": 1975.872,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.283,
          "holdMinutes": 109
        },
        {
          "entryTs": 1684885500,
          "entryUtc": "2023-05-23T23:45:00.000Z",
          "exitTs": 1684887480,
          "dir": -1,
          "entryPrice": 1975.405,
          "exitPrice": 1976.21,
          "stopDistance": 0.805,
          "outcome": "stop",
          "netR": -1.5219,
          "holdMinutes": 33
        },
        {
          "entryTs": 1684889700,
          "entryUtc": "2023-05-24T00:55:00.000Z",
          "exitTs": 1684890180,
          "dir": -1,
          "entryPrice": 1974.905,
          "exitPrice": 1975.872,
          "stopDistance": 0.967,
          "outcome": "stop",
          "netR": -1.4342,
          "holdMinutes": 8
        },
        {
          "entryTs": 1684909200,
          "entryUtc": "2023-05-24T06:20:00.000Z",
          "exitTs": 1684910460,
          "dir": -1,
          "entryPrice": 1976.005,
          "exitPrice": 1972.246,
          "stopDistance": 1.88,
          "outcome": "target",
          "netR": 1.8032,
          "holdMinutes": 21
        },
        {
          "entryTs": 1684917600,
          "entryUtc": "2023-05-24T08:40:00.000Z",
          "exitTs": 1684918440,
          "dir": -1,
          "entryPrice": 1973.975,
          "exitPrice": 1975.95,
          "stopDistance": 1.975,
          "outcome": "stop",
          "netR": -1.2127,
          "holdMinutes": 14
        },
        {
          "entryTs": 1684924500,
          "entryUtc": "2023-05-24T10:35:00.000Z",
          "exitTs": 1684924980,
          "dir": -1,
          "entryPrice": 1974.665,
          "exitPrice": 1976.447,
          "stopDistance": 1.782,
          "outcome": "stop",
          "netR": -1.2357,
          "holdMinutes": 8
        },
        {
          "entryTs": 1684933800,
          "entryUtc": "2023-05-24T13:10:00.000Z",
          "exitTs": 1684935240,
          "dir": -1,
          "entryPrice": 1978.185,
          "exitPrice": 1973.307,
          "stopDistance": 2.439,
          "outcome": "target",
          "netR": 1.8483,
          "holdMinutes": 24
        },
        {
          "entryTs": 1684954800,
          "entryUtc": "2023-05-24T19:00:00.000Z",
          "exitTs": 1684984800,
          "dir": -1,
          "entryPrice": 1959.775,
          "exitPrice": 1958.405,
          "stopDistance": 2.637,
          "outcome": "time",
          "netR": 0.3792,
          "holdMinutes": 500
        },
        {
          "entryTs": 1684986000,
          "entryUtc": "2023-05-25T03:40:00.000Z",
          "exitTs": 1684996800,
          "dir": -1,
          "entryPrice": 1957.385,
          "exitPrice": 1958.789,
          "stopDistance": 1.404,
          "outcome": "stop",
          "netR": -1.2991,
          "holdMinutes": 180
        },
        {
          "entryTs": 1685010000,
          "entryUtc": "2023-05-25T10:20:00.000Z",
          "exitTs": 1685016720,
          "dir": -1,
          "entryPrice": 1961.348,
          "exitPrice": 1962.942,
          "stopDistance": 1.594,
          "outcome": "stop",
          "netR": -1.2636,
          "holdMinutes": 112
        },
        {
          "entryTs": 1685017200,
          "entryUtc": "2023-05-25T12:20:00.000Z",
          "exitTs": 1685017800,
          "dir": -1,
          "entryPrice": 1959.335,
          "exitPrice": 1955.785,
          "stopDistance": 1.775,
          "outcome": "target",
          "netR": 1.7916,
          "holdMinutes": 10
        },
        {
          "entryTs": 1685056800,
          "entryUtc": "2023-05-25T23:20:00.000Z",
          "exitTs": 1685062020,
          "dir": -1,
          "entryPrice": 1940.985,
          "exitPrice": 1938.594,
          "stopDistance": 1.196,
          "outcome": "target",
          "netR": 1.6905,
          "holdMinutes": 87
        },
        {
          "entryTs": 1685092500,
          "entryUtc": "2023-05-26T09:15:00.000Z",
          "exitTs": 1685093460,
          "dir": -1,
          "entryPrice": 1951.988,
          "exitPrice": 1953.782,
          "stopDistance": 1.794,
          "outcome": "stop",
          "netR": -1.2341,
          "holdMinutes": 16
        },
        {
          "entryTs": 1685097600,
          "entryUtc": "2023-05-26T10:40:00.000Z",
          "exitTs": 1685098740,
          "dir": -1,
          "entryPrice": 1952.025,
          "exitPrice": 1953.309,
          "stopDistance": 1.284,
          "outcome": "stop",
          "netR": -1.327,
          "holdMinutes": 19
        },
        {
          "entryTs": 1685100600,
          "entryUtc": "2023-05-26T11:30:00.000Z",
          "exitTs": 1685102940,
          "dir": -1,
          "entryPrice": 1952.444,
          "exitPrice": 1953.678,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3404,
          "holdMinutes": 39
        },
        {
          "entryTs": 1685111400,
          "entryUtc": "2023-05-26T14:30:00.000Z",
          "exitTs": 1685112120,
          "dir": -1,
          "entryPrice": 1947.885,
          "exitPrice": 1941.672,
          "stopDistance": 3.107,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685122800,
          "entryUtc": "2023-05-26T17:40:00.000Z",
          "exitTs": 1685124120,
          "dir": -1,
          "entryPrice": 1943.435,
          "exitPrice": 1945.203,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 22
        },
        {
          "entryTs": 1685311500,
          "entryUtc": "2023-05-28T22:05:00.000Z",
          "exitTs": 1685311800,
          "dir": -1,
          "entryPrice": 1942.904,
          "exitPrice": 1944.456,
          "stopDistance": 1.552,
          "outcome": "stop",
          "netR": -1.2706,
          "holdMinutes": 5
        },
        {
          "entryTs": 1685344200,
          "entryUtc": "2023-05-29T07:10:00.000Z",
          "exitTs": 1685344920,
          "dir": -1,
          "entryPrice": 1945.345,
          "exitPrice": 1946.578,
          "stopDistance": 1.233,
          "outcome": "stop",
          "netR": -1.3408,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685356500,
          "entryUtc": "2023-05-29T10:35:00.000Z",
          "exitTs": 1685357880,
          "dir": -1,
          "entryPrice": 1944.635,
          "exitPrice": 1945.654,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.4123,
          "holdMinutes": 23
        },
        {
          "entryTs": 1685368200,
          "entryUtc": "2023-05-29T13:50:00.000Z",
          "exitTs": 1685369580,
          "dir": -1,
          "entryPrice": 1945.995,
          "exitPrice": 1947.381,
          "stopDistance": 1.386,
          "outcome": "stop",
          "netR": -1.303,
          "holdMinutes": 23
        },
        {
          "entryTs": 1685371800,
          "entryUtc": "2023-05-29T14:50:00.000Z",
          "exitTs": 1685377140,
          "dir": -1,
          "entryPrice": 1946.515,
          "exitPrice": 1944.202,
          "stopDistance": 1.156,
          "outcome": "target",
          "netR": 1.68,
          "holdMinutes": 89
        },
        {
          "entryTs": 1685416800,
          "entryUtc": "2023-05-30T03:20:00.000Z",
          "exitTs": 1685418780,
          "dir": -1,
          "entryPrice": 1942.855,
          "exitPrice": 1939.988,
          "stopDistance": 1.434,
          "outcome": "target",
          "netR": 1.7419,
          "holdMinutes": 33
        },
        {
          "entryTs": 1685432400,
          "entryUtc": "2023-05-30T07:40:00.000Z",
          "exitTs": 1685433000,
          "dir": -1,
          "entryPrice": 1935.345,
          "exitPrice": 1937.503,
          "stopDistance": 2.158,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 10
        },
        {
          "entryTs": 1685451900,
          "entryUtc": "2023-05-30T13:05:00.000Z",
          "exitTs": 1685455200,
          "dir": -1,
          "entryPrice": 1955.565,
          "exitPrice": 1950.323,
          "stopDistance": 2.621,
          "outcome": "target",
          "netR": 1.8588,
          "holdMinutes": 55
        },
        {
          "entryTs": 1685466300,
          "entryUtc": "2023-05-30T17:05:00.000Z",
          "exitTs": 1685475300,
          "dir": -1,
          "entryPrice": 1958.345,
          "exitPrice": 1960.115,
          "stopDistance": 1.77,
          "outcome": "stop",
          "netR": -1.2373,
          "holdMinutes": 150
        },
        {
          "entryTs": 1685484300,
          "entryUtc": "2023-05-30T22:05:00.000Z",
          "exitTs": 1685491380,
          "dir": -1,
          "entryPrice": 1958.644,
          "exitPrice": 1959.485,
          "stopDistance": 0.841,
          "outcome": "stop",
          "netR": -1.4994,
          "holdMinutes": 118
        },
        {
          "entryTs": 1685497200,
          "entryUtc": "2023-05-31T01:40:00.000Z",
          "exitTs": 1685499420,
          "dir": -1,
          "entryPrice": 1956.955,
          "exitPrice": 1954.224,
          "stopDistance": 1.365,
          "outcome": "target",
          "netR": 1.729,
          "holdMinutes": 37
        },
        {
          "entryTs": 1685516700,
          "entryUtc": "2023-05-31T07:05:00.000Z",
          "exitTs": 1685534700,
          "dir": -1,
          "entryPrice": 1958.735,
          "exitPrice": 1960.935,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 300
        },
        {
          "entryTs": 1685556300,
          "entryUtc": "2023-05-31T18:05:00.000Z",
          "exitTs": 1685558880,
          "dir": 1,
          "entryPrice": 1966.725,
          "exitPrice": 1964.478,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 43
        },
        {
          "entryTs": 1685572200,
          "entryUtc": "2023-05-31T22:30:00.000Z",
          "exitTs": 1685573340,
          "dir": 1,
          "entryPrice": 1964.035,
          "exitPrice": 1966.21,
          "stopDistance": 1.088,
          "outcome": "target",
          "netR": 1.6598,
          "holdMinutes": 19
        },
        {
          "entryTs": 1685589000,
          "entryUtc": "2023-06-01T03:10:00.000Z",
          "exitTs": 1685589840,
          "dir": 1,
          "entryPrice": 1965.775,
          "exitPrice": 1964.135,
          "stopDistance": 1.64,
          "outcome": "stop",
          "netR": -1.256,
          "holdMinutes": 14
        },
        {
          "entryTs": 1685590800,
          "entryUtc": "2023-06-01T03:40:00.000Z",
          "exitTs": 1685591520,
          "dir": 1,
          "entryPrice": 1965.305,
          "exitPrice": 1963.831,
          "stopDistance": 1.474,
          "outcome": "stop",
          "netR": -1.2849,
          "holdMinutes": 12
        },
        {
          "entryTs": 1685624100,
          "entryUtc": "2023-06-01T12:55:00.000Z",
          "exitTs": 1685628000,
          "dir": 1,
          "entryPrice": 1967.805,
          "exitPrice": 1974.529,
          "stopDistance": 3.362,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 65
        },
        {
          "entryTs": 1685649000,
          "entryUtc": "2023-06-01T19:50:00.000Z",
          "exitTs": 1685656800,
          "dir": 1,
          "entryPrice": 1977.755,
          "exitPrice": 1976.601,
          "stopDistance": 1.154,
          "outcome": "stop",
          "netR": -1.364,
          "holdMinutes": 130
        },
        {
          "entryTs": 1685670900,
          "entryUtc": "2023-06-02T01:55:00.000Z",
          "exitTs": 1685674260,
          "dir": 1,
          "entryPrice": 1977.505,
          "exitPrice": 1980.284,
          "stopDistance": 1.389,
          "outcome": "target",
          "netR": 1.7337,
          "holdMinutes": 56
        },
        {
          "entryTs": 1685685300,
          "entryUtc": "2023-06-02T05:55:00.000Z",
          "exitTs": 1685685720,
          "dir": 1,
          "entryPrice": 1981.135,
          "exitPrice": 1979.568,
          "stopDistance": 1.567,
          "outcome": "stop",
          "netR": -1.268,
          "holdMinutes": 7
        },
        {
          "entryTs": 1685695500,
          "entryUtc": "2023-06-02T08:45:00.000Z",
          "exitTs": 1685709000,
          "dir": 1,
          "entryPrice": 1978.575,
          "exitPrice": 1977.123,
          "stopDistance": 1.452,
          "outcome": "stop",
          "netR": -1.2892,
          "holdMinutes": 225
        },
        {
          "entryTs": 1685921100,
          "entryUtc": "2023-06-04T23:25:00.000Z",
          "exitTs": 1685925120,
          "dir": -1,
          "entryPrice": 1948.495,
          "exitPrice": 1946.458,
          "stopDistance": 1.018,
          "outcome": "target",
          "netR": 1.6367,
          "holdMinutes": 67
        },
        {
          "entryTs": 1685938500,
          "entryUtc": "2023-06-05T04:15:00.000Z",
          "exitTs": 1685943960,
          "dir": -1,
          "entryPrice": 1944.974,
          "exitPrice": 1946.26,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3267,
          "holdMinutes": 91
        },
        {
          "entryTs": 1685963700,
          "entryUtc": "2023-06-05T11:15:00.000Z",
          "exitTs": 1685964840,
          "dir": -1,
          "entryPrice": 1942.275,
          "exitPrice": 1939.062,
          "stopDistance": 1.607,
          "outcome": "target",
          "netR": 1.7697,
          "holdMinutes": 19
        },
        {
          "entryTs": 1685996700,
          "entryUtc": "2023-06-05T20:25:00.000Z",
          "exitTs": 1686005880,
          "dir": -1,
          "entryPrice": 1961.255,
          "exitPrice": 1962.378,
          "stopDistance": 1.123,
          "outcome": "stop",
          "netR": -1.3739,
          "holdMinutes": 153
        },
        {
          "entryTs": 1686010200,
          "entryUtc": "2023-06-06T00:10:00.000Z",
          "exitTs": 1686014100,
          "dir": -1,
          "entryPrice": 1961.275,
          "exitPrice": 1959.426,
          "stopDistance": 0.924,
          "outcome": "target",
          "netR": 1.5997,
          "holdMinutes": 65
        },
        {
          "entryTs": 1686020700,
          "entryUtc": "2023-06-06T03:05:00.000Z",
          "exitTs": 1686027660,
          "dir": -1,
          "entryPrice": 1960.445,
          "exitPrice": 1961.918,
          "stopDistance": 1.473,
          "outcome": "stop",
          "netR": -1.2851,
          "holdMinutes": 116
        },
        {
          "entryTs": 1686030000,
          "entryUtc": "2023-06-06T05:40:00.000Z",
          "exitTs": 1686031920,
          "dir": -1,
          "entryPrice": 1959.265,
          "exitPrice": 1960.572,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3214,
          "holdMinutes": 32
        },
        {
          "entryTs": 1686089700,
          "entryUtc": "2023-06-06T22:15:00.000Z",
          "exitTs": 1686095280,
          "dir": 1,
          "entryPrice": 1963.395,
          "exitPrice": 1962.649,
          "stopDistance": 0.746,
          "outcome": "stop",
          "netR": -1.5631,
          "holdMinutes": 93
        },
        {
          "entryTs": 1686096600,
          "entryUtc": "2023-06-07T00:10:00.000Z",
          "exitTs": 1686099780,
          "dir": 1,
          "entryPrice": 1963.975,
          "exitPrice": 1965.429,
          "stopDistance": 0.727,
          "outcome": "target",
          "netR": 1.4909,
          "holdMinutes": 53
        },
        {
          "entryTs": 1686112500,
          "entryUtc": "2023-06-07T04:35:00.000Z",
          "exitTs": 1686114480,
          "dir": 1,
          "entryPrice": 1963.985,
          "exitPrice": 1963.152,
          "stopDistance": 0.833,
          "outcome": "stop",
          "netR": -1.5044,
          "holdMinutes": 33
        },
        {
          "entryTs": 1686204300,
          "entryUtc": "2023-06-08T06:05:00.000Z",
          "exitTs": 1686205140,
          "dir": -1,
          "entryPrice": 1945.485,
          "exitPrice": 1943.012,
          "stopDistance": 1.236,
          "outcome": "target",
          "netR": 1.7007,
          "holdMinutes": 14
        },
        {
          "entryTs": 1686217500,
          "entryUtc": "2023-06-08T09:45:00.000Z",
          "exitTs": 1686220440,
          "dir": -1,
          "entryPrice": 1946.295,
          "exitPrice": 1947.788,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2814,
          "holdMinutes": 49
        },
        {
          "entryTs": 1686222000,
          "entryUtc": "2023-06-08T11:00:00.000Z",
          "exitTs": 1686227160,
          "dir": -1,
          "entryPrice": 1946.585,
          "exitPrice": 1947.893,
          "stopDistance": 1.308,
          "outcome": "stop",
          "netR": -1.3212,
          "holdMinutes": 86
        },
        {
          "entryTs": 1686250800,
          "entryUtc": "2023-06-08T19:00:00.000Z",
          "exitTs": 1686252000,
          "dir": 1,
          "entryPrice": 1965.125,
          "exitPrice": 1963.751,
          "stopDistance": 1.374,
          "outcome": "stop",
          "netR": -1.3056,
          "holdMinutes": 20
        },
        {
          "entryTs": 1686254100,
          "entryUtc": "2023-06-08T19:55:00.000Z",
          "exitTs": 1686257820,
          "dir": 1,
          "entryPrice": 1964.765,
          "exitPrice": 1963.565,
          "stopDistance": 1.2,
          "outcome": "stop",
          "netR": -1.3499,
          "holdMinutes": 62
        },
        {
          "entryTs": 1686267900,
          "entryUtc": "2023-06-08T23:45:00.000Z",
          "exitTs": 1686268800,
          "dir": 1,
          "entryPrice": 1965.855,
          "exitPrice": 1965.151,
          "stopDistance": 0.704,
          "outcome": "stop",
          "netR": -1.5963,
          "holdMinutes": 15
        },
        {
          "entryTs": 1686280200,
          "entryUtc": "2023-06-09T03:10:00.000Z",
          "exitTs": 1686283920,
          "dir": 1,
          "entryPrice": 1964.505,
          "exitPrice": 1963.455,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.4001,
          "holdMinutes": 62
        },
        {
          "entryTs": 1686289500,
          "entryUtc": "2023-06-09T05:45:00.000Z",
          "exitTs": 1686297360,
          "dir": 1,
          "entryPrice": 1964.265,
          "exitPrice": 1963.347,
          "stopDistance": 0.918,
          "outcome": "stop",
          "netR": -1.4577,
          "holdMinutes": 131
        },
        {
          "entryTs": 1686303600,
          "entryUtc": "2023-06-09T09:40:00.000Z",
          "exitTs": 1686304200,
          "dir": 1,
          "entryPrice": 1963.425,
          "exitPrice": 1962.11,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3195,
          "holdMinutes": 10
        },
        {
          "entryTs": 1686304500,
          "entryUtc": "2023-06-09T09:55:00.000Z",
          "exitTs": 1686309900,
          "dir": 1,
          "entryPrice": 1962.645,
          "exitPrice": 1965.383,
          "stopDistance": 1.369,
          "outcome": "target",
          "netR": 1.7298,
          "holdMinutes": 90
        },
        {
          "entryTs": 1686320700,
          "entryUtc": "2023-06-09T14:25:00.000Z",
          "exitTs": 1686322080,
          "dir": 1,
          "entryPrice": 1966.545,
          "exitPrice": 1963.478,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 23
        },
        {
          "entryTs": 1686334500,
          "entryUtc": "2023-06-09T18:15:00.000Z",
          "exitTs": 1686336240,
          "dir": 1,
          "entryPrice": 1962.235,
          "exitPrice": 1960.968,
          "stopDistance": 1.267,
          "outcome": "stop",
          "netR": -1.3315,
          "holdMinutes": 29
        },
        {
          "entryTs": 1686529800,
          "entryUtc": "2023-06-12T00:30:00.000Z",
          "exitTs": 1686531960,
          "dir": -1,
          "entryPrice": 1958.364,
          "exitPrice": 1959.338,
          "stopDistance": 0.974,
          "outcome": "stop",
          "netR": -1.4312,
          "holdMinutes": 36
        },
        {
          "entryTs": 1686572400,
          "entryUtc": "2023-06-12T12:20:00.000Z",
          "exitTs": 1686572940,
          "dir": 1,
          "entryPrice": 1964.775,
          "exitPrice": 1963.283,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2815,
          "holdMinutes": 9
        },
        {
          "entryTs": 1686586800,
          "entryUtc": "2023-06-12T16:20:00.000Z",
          "exitTs": 1686590100,
          "dir": -1,
          "entryPrice": 1953.694,
          "exitPrice": 1955.979,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 55
        },
        {
          "entryTs": 1686603300,
          "entryUtc": "2023-06-12T20:55:00.000Z",
          "exitTs": 1686609600,
          "dir": -1,
          "entryPrice": 1956.888,
          "exitPrice": 1957.791,
          "stopDistance": 0.903,
          "outcome": "stop",
          "netR": -1.4649,
          "holdMinutes": 105
        },
        {
          "entryTs": 1686652500,
          "entryUtc": "2023-06-13T10:35:00.000Z",
          "exitTs": 1686657960,
          "dir": 1,
          "entryPrice": 1964.025,
          "exitPrice": 1962.734,
          "stopDistance": 1.291,
          "outcome": "stop",
          "netR": -1.3254,
          "holdMinutes": 91
        },
        {
          "entryTs": 1686698700,
          "entryUtc": "2023-06-13T23:25:00.000Z",
          "exitTs": 1686700800,
          "dir": -1,
          "entryPrice": 1943.235,
          "exitPrice": 1944.193,
          "stopDistance": 0.958,
          "outcome": "stop",
          "netR": -1.4385,
          "holdMinutes": 35
        },
        {
          "entryTs": 1686720600,
          "entryUtc": "2023-06-14T05:30:00.000Z",
          "exitTs": 1686721200,
          "dir": -1,
          "entryPrice": 1946.875,
          "exitPrice": 1947.887,
          "stopDistance": 1.012,
          "outcome": "stop",
          "netR": -1.4149,
          "holdMinutes": 10
        },
        {
          "entryTs": 1686738600,
          "entryUtc": "2023-06-14T10:30:00.000Z",
          "exitTs": 1686740940,
          "dir": -1,
          "entryPrice": 1949.735,
          "exitPrice": 1947.066,
          "stopDistance": 1.335,
          "outcome": "target",
          "netR": 1.7228,
          "holdMinutes": 39
        },
        {
          "entryTs": 1686758400,
          "entryUtc": "2023-06-14T16:00:00.000Z",
          "exitTs": 1686765600,
          "dir": -1,
          "entryPrice": 1955.905,
          "exitPrice": 1952.013,
          "stopDistance": 1.946,
          "outcome": "target",
          "netR": 1.8098,
          "holdMinutes": 120
        },
        {
          "entryTs": 1686788400,
          "entryUtc": "2023-06-15T00:20:00.000Z",
          "exitTs": 1686790020,
          "dir": -1,
          "entryPrice": 1942.865,
          "exitPrice": 1940.363,
          "stopDistance": 1.251,
          "outcome": "target",
          "netR": 1.7042,
          "holdMinutes": 27
        },
        {
          "entryTs": 1686801000,
          "entryUtc": "2023-06-15T03:50:00.000Z",
          "exitTs": 1686805860,
          "dir": -1,
          "entryPrice": 1934.704,
          "exitPrice": 1931.797,
          "stopDistance": 1.453,
          "outcome": "target",
          "netR": 1.7454,
          "holdMinutes": 81
        },
        {
          "entryTs": 1686810900,
          "entryUtc": "2023-06-15T06:35:00.000Z",
          "exitTs": 1686812820,
          "dir": -1,
          "entryPrice": 1932.998,
          "exitPrice": 1929.008,
          "stopDistance": 1.995,
          "outcome": "target",
          "netR": 1.8146,
          "holdMinutes": 32
        },
        {
          "entryTs": 1686827100,
          "entryUtc": "2023-06-15T11:05:00.000Z",
          "exitTs": 1686829080,
          "dir": -1,
          "entryPrice": 1932.495,
          "exitPrice": 1929.159,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 33
        },
        {
          "entryTs": 1686857100,
          "entryUtc": "2023-06-15T19:25:00.000Z",
          "exitTs": 1686866400,
          "dir": 1,
          "entryPrice": 1958.205,
          "exitPrice": 1957.046,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3624,
          "holdMinutes": 155
        },
        {
          "entryTs": 1686869400,
          "entryUtc": "2023-06-15T22:50:00.000Z",
          "exitTs": 1686874500,
          "dir": 1,
          "entryPrice": 1958.045,
          "exitPrice": 1959.252,
          "stopDistance": 0.604,
          "outcome": "target",
          "netR": 1.387,
          "holdMinutes": 85
        },
        {
          "entryTs": 1686879600,
          "entryUtc": "2023-06-16T01:40:00.000Z",
          "exitTs": 1686879960,
          "dir": 1,
          "entryPrice": 1958.845,
          "exitPrice": 1961.263,
          "stopDistance": 1.209,
          "outcome": "target",
          "netR": 1.6939,
          "holdMinutes": 6
        },
        {
          "entryTs": 1686894000,
          "entryUtc": "2023-06-16T05:40:00.000Z",
          "exitTs": 1686895500,
          "dir": 1,
          "entryPrice": 1956.785,
          "exitPrice": 1959.187,
          "stopDistance": 1.201,
          "outcome": "target",
          "netR": 1.6919,
          "holdMinutes": 25
        },
        {
          "entryTs": 1686936600,
          "entryUtc": "2023-06-16T17:30:00.000Z",
          "exitTs": 1686942120,
          "dir": 1,
          "entryPrice": 1958.815,
          "exitPrice": 1956.913,
          "stopDistance": 1.902,
          "outcome": "stop",
          "netR": -1.2209,
          "holdMinutes": 92
        },
        {
          "entryTs": 1686948600,
          "entryUtc": "2023-06-16T20:50:00.000Z",
          "exitTs": 1687125600,
          "dir": 1,
          "entryPrice": 1957.688,
          "exitPrice": 1957.874,
          "stopDistance": 0.952,
          "outcome": "time",
          "netR": -0.1933,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1687133700,
          "entryUtc": "2023-06-19T00:15:00.000Z",
          "exitTs": 1687135440,
          "dir": 1,
          "entryPrice": 1957.565,
          "exitPrice": 1956.69,
          "stopDistance": 0.875,
          "outcome": "stop",
          "netR": -1.4799,
          "holdMinutes": 29
        },
        {
          "entryTs": 1687149000,
          "entryUtc": "2023-06-19T04:30:00.000Z",
          "exitTs": 1687153920,
          "dir": 1,
          "entryPrice": 1956.035,
          "exitPrice": 1955.017,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4126,
          "holdMinutes": 82
        },
        {
          "entryTs": 1687154400,
          "entryUtc": "2023-06-19T06:00:00.000Z",
          "exitTs": 1687161660,
          "dir": -1,
          "entryPrice": 1954.575,
          "exitPrice": 1955.716,
          "stopDistance": 1.141,
          "outcome": "stop",
          "netR": -1.368,
          "holdMinutes": 121
        },
        {
          "entryTs": 1687189800,
          "entryUtc": "2023-06-19T15:50:00.000Z",
          "exitTs": 1687212840,
          "dir": -1,
          "entryPrice": 1951.404,
          "exitPrice": 1952.584,
          "stopDistance": 1.18,
          "outcome": "stop",
          "netR": -1.356,
          "holdMinutes": 384
        },
        {
          "entryTs": 1687221000,
          "entryUtc": "2023-06-20T00:30:00.000Z",
          "exitTs": 1687223040,
          "dir": -1,
          "entryPrice": 1950.685,
          "exitPrice": 1951.593,
          "stopDistance": 0.908,
          "outcome": "stop",
          "netR": -1.4628,
          "holdMinutes": 34
        },
        {
          "entryTs": 1687237800,
          "entryUtc": "2023-06-20T05:10:00.000Z",
          "exitTs": 1687239420,
          "dir": -1,
          "entryPrice": 1947.425,
          "exitPrice": 1948.634,
          "stopDistance": 1.209,
          "outcome": "stop",
          "netR": -1.3473,
          "holdMinutes": 27
        },
        {
          "entryTs": 1687252800,
          "entryUtc": "2023-06-20T09:20:00.000Z",
          "exitTs": 1687263540,
          "dir": -1,
          "entryPrice": 1952.825,
          "exitPrice": 1954.359,
          "stopDistance": 1.534,
          "outcome": "stop",
          "netR": -1.2738,
          "holdMinutes": 179
        },
        {
          "entryTs": 1687264800,
          "entryUtc": "2023-06-20T12:40:00.000Z",
          "exitTs": 1687265520,
          "dir": -1,
          "entryPrice": 1948.715,
          "exitPrice": 1944.532,
          "stopDistance": 2.092,
          "outcome": "target",
          "netR": 1.8231,
          "holdMinutes": 12
        },
        {
          "entryTs": 1687289400,
          "entryUtc": "2023-06-20T19:30:00.000Z",
          "exitTs": 1687290180,
          "dir": -1,
          "entryPrice": 1936.355,
          "exitPrice": 1937.635,
          "stopDistance": 1.28,
          "outcome": "stop",
          "netR": -1.3282,
          "holdMinutes": 13
        },
        {
          "entryTs": 1687291200,
          "entryUtc": "2023-06-20T20:00:00.000Z",
          "exitTs": 1687299420,
          "dir": -1,
          "entryPrice": 1935.955,
          "exitPrice": 1937.334,
          "stopDistance": 1.379,
          "outcome": "stop",
          "netR": -1.3046,
          "holdMinutes": 137
        },
        {
          "entryTs": 1687309200,
          "entryUtc": "2023-06-21T01:00:00.000Z",
          "exitTs": 1687311300,
          "dir": -1,
          "entryPrice": 1936.705,
          "exitPrice": 1937.795,
          "stopDistance": 1.09,
          "outcome": "stop",
          "netR": -1.3852,
          "holdMinutes": 35
        },
        {
          "entryTs": 1687312200,
          "entryUtc": "2023-06-21T01:50:00.000Z",
          "exitTs": 1687314060,
          "dir": -1,
          "entryPrice": 1936.775,
          "exitPrice": 1938.08,
          "stopDistance": 1.305,
          "outcome": "stop",
          "netR": -1.3219,
          "holdMinutes": 31
        },
        {
          "entryTs": 1687317900,
          "entryUtc": "2023-06-21T03:25:00.000Z",
          "exitTs": 1687324080,
          "dir": -1,
          "entryPrice": 1936.978,
          "exitPrice": 1934.451,
          "stopDistance": 1.264,
          "outcome": "target",
          "netR": 1.7072,
          "holdMinutes": 103
        },
        {
          "entryTs": 1687335300,
          "entryUtc": "2023-06-21T08:15:00.000Z",
          "exitTs": 1687350000,
          "dir": -1,
          "entryPrice": 1934.465,
          "exitPrice": 1931.378,
          "stopDistance": 1.543,
          "outcome": "target",
          "netR": 1.7603,
          "holdMinutes": 245
        },
        {
          "entryTs": 1687375500,
          "entryUtc": "2023-06-21T19:25:00.000Z",
          "exitTs": 1687405500,
          "dir": -1,
          "entryPrice": 1934.145,
          "exitPrice": 1932.915,
          "stopDistance": 1.531,
          "outcome": "time",
          "netR": 0.5616,
          "holdMinutes": 500
        },
        {
          "entryTs": 1687405800,
          "entryUtc": "2023-06-22T03:50:00.000Z",
          "exitTs": 1687408260,
          "dir": -1,
          "entryPrice": 1932.645,
          "exitPrice": 1930.978,
          "stopDistance": 0.833,
          "outcome": "target",
          "netR": 1.556,
          "holdMinutes": 41
        },
        {
          "entryTs": 1687417200,
          "entryUtc": "2023-06-22T07:00:00.000Z",
          "exitTs": 1687419000,
          "dir": -1,
          "entryPrice": 1928.015,
          "exitPrice": 1929.616,
          "stopDistance": 1.601,
          "outcome": "stop",
          "netR": -1.2624,
          "holdMinutes": 30
        },
        {
          "entryTs": 1687422600,
          "entryUtc": "2023-06-22T08:30:00.000Z",
          "exitTs": 1687435920,
          "dir": -1,
          "entryPrice": 1928.055,
          "exitPrice": 1924.373,
          "stopDistance": 1.841,
          "outcome": "target",
          "netR": 1.799,
          "holdMinutes": 222
        },
        {
          "entryTs": 1687437900,
          "entryUtc": "2023-06-22T12:45:00.000Z",
          "exitTs": 1687439340,
          "dir": -1,
          "entryPrice": 1925.855,
          "exitPrice": 1920.116,
          "stopDistance": 2.869,
          "outcome": "target",
          "netR": 1.871,
          "holdMinutes": 24
        },
        {
          "entryTs": 1687453200,
          "entryUtc": "2023-06-22T17:00:00.000Z",
          "exitTs": 1687483200,
          "dir": -1,
          "entryPrice": 1915.425,
          "exitPrice": 1914.575,
          "stopDistance": 2.42,
          "outcome": "time",
          "netR": 0.1984,
          "holdMinutes": 500
        },
        {
          "entryTs": 1687484100,
          "entryUtc": "2023-06-23T01:35:00.000Z",
          "exitTs": 1687484880,
          "dir": -1,
          "entryPrice": 1914.285,
          "exitPrice": 1912.31,
          "stopDistance": 0.987,
          "outcome": "target",
          "netR": 1.6253,
          "holdMinutes": 13
        },
        {
          "entryTs": 1687502400,
          "entryUtc": "2023-06-23T06:40:00.000Z",
          "exitTs": 1687505400,
          "dir": -1,
          "entryPrice": 1914.925,
          "exitPrice": 1916.498,
          "stopDistance": 1.573,
          "outcome": "stop",
          "netR": -1.2671,
          "holdMinutes": 50
        },
        {
          "entryTs": 1687515000,
          "entryUtc": "2023-06-23T10:10:00.000Z",
          "exitTs": 1687518420,
          "dir": -1,
          "entryPrice": 1917.275,
          "exitPrice": 1918.762,
          "stopDistance": 1.487,
          "outcome": "stop",
          "netR": -1.2825,
          "holdMinutes": 57
        },
        {
          "entryTs": 1687531200,
          "entryUtc": "2023-06-23T14:40:00.000Z",
          "exitTs": 1687538520,
          "dir": -1,
          "entryPrice": 1926.254,
          "exitPrice": 1919.5,
          "stopDistance": 3.377,
          "outcome": "target",
          "netR": 1.8904,
          "holdMinutes": 122
        },
        {
          "entryTs": 1687549800,
          "entryUtc": "2023-06-23T19:50:00.000Z",
          "exitTs": 1687553520,
          "dir": -1,
          "entryPrice": 1919.305,
          "exitPrice": 1920.332,
          "stopDistance": 1.027,
          "outcome": "stop",
          "netR": -1.4091,
          "holdMinutes": 62
        },
        {
          "entryTs": 1687745400,
          "entryUtc": "2023-06-26T02:10:00.000Z",
          "exitTs": 1687746540,
          "dir": -1,
          "entryPrice": 1924.725,
          "exitPrice": 1926.363,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2565,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687751700,
          "entryUtc": "2023-06-26T03:55:00.000Z",
          "exitTs": 1687758180,
          "dir": -1,
          "entryPrice": 1925.504,
          "exitPrice": 1926.789,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.3268,
          "holdMinutes": 108
        },
        {
          "entryTs": 1687761000,
          "entryUtc": "2023-06-26T06:30:00.000Z",
          "exitTs": 1687763400,
          "dir": -1,
          "entryPrice": 1923.795,
          "exitPrice": 1925.127,
          "stopDistance": 1.332,
          "outcome": "stop",
          "netR": -1.3153,
          "holdMinutes": 40
        },
        {
          "entryTs": 1687773900,
          "entryUtc": "2023-06-26T10:05:00.000Z",
          "exitTs": 1687774140,
          "dir": -1,
          "entryPrice": 1929.925,
          "exitPrice": 1931.324,
          "stopDistance": 1.399,
          "outcome": "stop",
          "netR": -1.3003,
          "holdMinutes": 4
        },
        {
          "entryTs": 1687782300,
          "entryUtc": "2023-06-26T12:25:00.000Z",
          "exitTs": 1687782780,
          "dir": -1,
          "entryPrice": 1930.685,
          "exitPrice": 1931.959,
          "stopDistance": 1.274,
          "outcome": "stop",
          "netR": -1.3297,
          "holdMinutes": 8
        },
        {
          "entryTs": 1687784700,
          "entryUtc": "2023-06-26T13:05:00.000Z",
          "exitTs": 1687786320,
          "dir": -1,
          "entryPrice": 1930.528,
          "exitPrice": 1927.442,
          "stopDistance": 1.543,
          "outcome": "target",
          "netR": 1.7602,
          "holdMinutes": 27
        },
        {
          "entryTs": 1687796700,
          "entryUtc": "2023-06-26T16:25:00.000Z",
          "exitTs": 1687822560,
          "dir": -1,
          "entryPrice": 1925.038,
          "exitPrice": 1921.538,
          "stopDistance": 1.75,
          "outcome": "target",
          "netR": 1.7886,
          "holdMinutes": 431
        },
        {
          "entryTs": 1687827300,
          "entryUtc": "2023-06-27T00:55:00.000Z",
          "exitTs": 1687827600,
          "dir": -1,
          "entryPrice": 1921.705,
          "exitPrice": 1922.857,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3645,
          "holdMinutes": 5
        },
        {
          "entryTs": 1687844400,
          "entryUtc": "2023-06-27T05:40:00.000Z",
          "exitTs": 1687845600,
          "dir": -1,
          "entryPrice": 1926.868,
          "exitPrice": 1924.695,
          "stopDistance": 1.086,
          "outcome": "target",
          "netR": 1.6594,
          "holdMinutes": 20
        },
        {
          "entryTs": 1687853700,
          "entryUtc": "2023-06-27T08:15:00.000Z",
          "exitTs": 1687860960,
          "dir": -1,
          "entryPrice": 1926.175,
          "exitPrice": 1923.377,
          "stopDistance": 1.399,
          "outcome": "target",
          "netR": 1.7356,
          "holdMinutes": 121
        },
        {
          "entryTs": 1687874400,
          "entryUtc": "2023-06-27T14:00:00.000Z",
          "exitTs": 1687874700,
          "dir": -1,
          "entryPrice": 1923.284,
          "exitPrice": 1917.463,
          "stopDistance": 2.911,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 5
        },
        {
          "entryTs": 1687896300,
          "entryUtc": "2023-06-27T20:05:00.000Z",
          "exitTs": 1687903260,
          "dir": -1,
          "entryPrice": 1913.095,
          "exitPrice": 1914.171,
          "stopDistance": 1.076,
          "outcome": "stop",
          "netR": -1.3902,
          "holdMinutes": 116
        },
        {
          "entryTs": 1687915200,
          "entryUtc": "2023-06-28T01:20:00.000Z",
          "exitTs": 1687916160,
          "dir": -1,
          "entryPrice": 1914.325,
          "exitPrice": 1915.266,
          "stopDistance": 0.941,
          "outcome": "stop",
          "netR": -1.4464,
          "holdMinutes": 16
        },
        {
          "entryTs": 1687921800,
          "entryUtc": "2023-06-28T03:10:00.000Z",
          "exitTs": 1687922160,
          "dir": -1,
          "entryPrice": 1914.705,
          "exitPrice": 1915.814,
          "stopDistance": 1.109,
          "outcome": "stop",
          "netR": -1.3788,
          "holdMinutes": 6
        },
        {
          "entryTs": 1687925100,
          "entryUtc": "2023-06-28T04:05:00.000Z",
          "exitTs": 1687926240,
          "dir": -1,
          "entryPrice": 1915.115,
          "exitPrice": 1916.092,
          "stopDistance": 0.977,
          "outcome": "stop",
          "netR": -1.43,
          "holdMinutes": 19
        },
        {
          "entryTs": 1687928100,
          "entryUtc": "2023-06-28T04:55:00.000Z",
          "exitTs": 1687930500,
          "dir": -1,
          "entryPrice": 1915.108,
          "exitPrice": 1915.949,
          "stopDistance": 0.841,
          "outcome": "stop",
          "netR": -1.4996,
          "holdMinutes": 40
        },
        {
          "entryTs": 1687933500,
          "entryUtc": "2023-06-28T06:25:00.000Z",
          "exitTs": 1687934580,
          "dir": -1,
          "entryPrice": 1913.335,
          "exitPrice": 1911.087,
          "stopDistance": 1.124,
          "outcome": "target",
          "netR": 1.6708,
          "holdMinutes": 18
        },
        {
          "entryTs": 1687945500,
          "entryUtc": "2023-06-28T09:45:00.000Z",
          "exitTs": 1687952100,
          "dir": -1,
          "entryPrice": 1909.248,
          "exitPrice": 1905.798,
          "stopDistance": 1.725,
          "outcome": "target",
          "netR": 1.7855,
          "holdMinutes": 110
        },
        {
          "entryTs": 1687956900,
          "entryUtc": "2023-06-28T12:55:00.000Z",
          "exitTs": 1687958820,
          "dir": -1,
          "entryPrice": 1906.535,
          "exitPrice": 1908.23,
          "stopDistance": 1.695,
          "outcome": "stop",
          "netR": -1.2478,
          "holdMinutes": 32
        },
        {
          "entryTs": 1687964100,
          "entryUtc": "2023-06-28T14:55:00.000Z",
          "exitTs": 1687965120,
          "dir": -1,
          "entryPrice": 1906.035,
          "exitPrice": 1909.156,
          "stopDistance": 3.121,
          "outcome": "stop",
          "netR": -1.1346,
          "holdMinutes": 17
        },
        {
          "entryTs": 1687979400,
          "entryUtc": "2023-06-28T19:10:00.000Z",
          "exitTs": 1687982160,
          "dir": -1,
          "entryPrice": 1911.288,
          "exitPrice": 1909.212,
          "stopDistance": 1.038,
          "outcome": "target",
          "netR": 1.6435,
          "holdMinutes": 46
        },
        {
          "entryTs": 1687997100,
          "entryUtc": "2023-06-29T00:05:00.000Z",
          "exitTs": 1688000220,
          "dir": -1,
          "entryPrice": 1908.665,
          "exitPrice": 1909.456,
          "stopDistance": 0.791,
          "outcome": "stop",
          "netR": -1.5307,
          "holdMinutes": 52
        },
        {
          "entryTs": 1688004300,
          "entryUtc": "2023-06-29T02:05:00.000Z",
          "exitTs": 1688004960,
          "dir": -1,
          "entryPrice": 1908.315,
          "exitPrice": 1905.886,
          "stopDistance": 1.215,
          "outcome": "target",
          "netR": 1.6954,
          "holdMinutes": 11
        },
        {
          "entryTs": 1688030400,
          "entryUtc": "2023-06-29T09:20:00.000Z",
          "exitTs": 1688034600,
          "dir": -1,
          "entryPrice": 1904.795,
          "exitPrice": 1906.378,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2654,
          "holdMinutes": 70
        },
        {
          "entryTs": 1688042100,
          "entryUtc": "2023-06-29T12:35:00.000Z",
          "exitTs": 1688043240,
          "dir": -1,
          "entryPrice": 1901.054,
          "exitPrice": 1896.072,
          "stopDistance": 2.491,
          "outcome": "target",
          "netR": 1.8515,
          "holdMinutes": 19
        },
        {
          "entryTs": 1688061000,
          "entryUtc": "2023-06-29T17:50:00.000Z",
          "exitTs": 1688091000,
          "dir": -1,
          "entryPrice": 1908.935,
          "exitPrice": 1908.945,
          "stopDistance": 1.791,
          "outcome": "time",
          "netR": -0.2121,
          "holdMinutes": 500
        },
        {
          "entryTs": 1688094300,
          "entryUtc": "2023-06-30T03:05:00.000Z",
          "exitTs": 1688096580,
          "dir": -1,
          "entryPrice": 1907.895,
          "exitPrice": 1909.094,
          "stopDistance": 1.199,
          "outcome": "stop",
          "netR": -1.3504,
          "holdMinutes": 38
        },
        {
          "entryTs": 1688097900,
          "entryUtc": "2023-06-30T04:05:00.000Z",
          "exitTs": 1688103240,
          "dir": -1,
          "entryPrice": 1908.185,
          "exitPrice": 1909.089,
          "stopDistance": 0.904,
          "outcome": "stop",
          "netR": -1.4647,
          "holdMinutes": 89
        },
        {
          "entryTs": 1688104800,
          "entryUtc": "2023-06-30T06:00:00.000Z",
          "exitTs": 1688105100,
          "dir": -1,
          "entryPrice": 1907.035,
          "exitPrice": 1904.912,
          "stopDistance": 1.061,
          "outcome": "target",
          "netR": 1.6514,
          "holdMinutes": 5
        },
        {
          "entryTs": 1688126700,
          "entryUtc": "2023-06-30T12:05:00.000Z",
          "exitTs": 1688127060,
          "dir": -1,
          "entryPrice": 1904.825,
          "exitPrice": 1906.019,
          "stopDistance": 1.194,
          "outcome": "stop",
          "netR": -1.3517,
          "holdMinutes": 6
        },
        {
          "entryTs": 1688148000,
          "entryUtc": "2023-06-30T18:00:00.000Z",
          "exitTs": 1688155080,
          "dir": -1,
          "entryPrice": 1918.505,
          "exitPrice": 1920.14,
          "stopDistance": 1.635,
          "outcome": "stop",
          "netR": -1.2569,
          "holdMinutes": 118
        },
        {
          "entryTs": 1688156400,
          "entryUtc": "2023-06-30T20:20:00.000Z",
          "exitTs": 1688158740,
          "dir": -1,
          "entryPrice": 1918.365,
          "exitPrice": 1919.399,
          "stopDistance": 1.034,
          "outcome": "stop",
          "netR": -1.4062,
          "holdMinutes": 39
        },
        {
          "entryTs": 1688339700,
          "entryUtc": "2023-07-02T23:15:00.000Z",
          "exitTs": 1688345640,
          "dir": -1,
          "entryPrice": 1918.438,
          "exitPrice": 1916.855,
          "stopDistance": 0.791,
          "outcome": "target",
          "netR": 1.5324,
          "holdMinutes": 99
        },
        {
          "entryTs": 1688364000,
          "entryUtc": "2023-07-03T06:00:00.000Z",
          "exitTs": 1688365560,
          "dir": -1,
          "entryPrice": 1916.734,
          "exitPrice": 1914.276,
          "stopDistance": 1.229,
          "outcome": "target",
          "netR": 1.699,
          "holdMinutes": 26
        },
        {
          "entryTs": 1688377500,
          "entryUtc": "2023-07-03T09:45:00.000Z",
          "exitTs": 1688381700,
          "dir": -1,
          "entryPrice": 1912.765,
          "exitPrice": 1914.109,
          "stopDistance": 1.344,
          "outcome": "stop",
          "netR": -1.3125,
          "holdMinutes": 70
        },
        {
          "entryTs": 1688383500,
          "entryUtc": "2023-07-03T11:25:00.000Z",
          "exitTs": 1688386260,
          "dir": -1,
          "entryPrice": 1912.275,
          "exitPrice": 1913.512,
          "stopDistance": 1.237,
          "outcome": "stop",
          "netR": -1.3394,
          "holdMinutes": 46
        },
        {
          "entryTs": 1688423700,
          "entryUtc": "2023-07-03T22:35:00.000Z",
          "exitTs": 1688425200,
          "dir": 1,
          "entryPrice": 1921.355,
          "exitPrice": 1920.966,
          "stopDistance": 0.389,
          "outcome": "stop",
          "netR": -2.0793,
          "holdMinutes": 25
        },
        {
          "entryTs": 1688429400,
          "entryUtc": "2023-07-04T00:10:00.000Z",
          "exitTs": 1688430600,
          "dir": 1,
          "entryPrice": 1921.185,
          "exitPrice": 1920.757,
          "stopDistance": 0.428,
          "outcome": "stop",
          "netR": -1.9816,
          "holdMinutes": 20
        },
        {
          "entryTs": 1688433600,
          "entryUtc": "2023-07-04T01:20:00.000Z",
          "exitTs": 1688434260,
          "dir": 1,
          "entryPrice": 1922.325,
          "exitPrice": 1921.428,
          "stopDistance": 0.896,
          "outcome": "stop",
          "netR": -1.4685,
          "holdMinutes": 11
        },
        {
          "entryTs": 1688439300,
          "entryUtc": "2023-07-04T02:55:00.000Z",
          "exitTs": 1688441880,
          "dir": 1,
          "entryPrice": 1921.545,
          "exitPrice": 1923.29,
          "stopDistance": 0.873,
          "outcome": "target",
          "netR": 1.576,
          "holdMinutes": 43
        },
        {
          "entryTs": 1688472900,
          "entryUtc": "2023-07-04T12:15:00.000Z",
          "exitTs": 1688473200,
          "dir": 1,
          "entryPrice": 1930.005,
          "exitPrice": 1928.955,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.3999,
          "holdMinutes": 5
        },
        {
          "entryTs": 1688478300,
          "entryUtc": "2023-07-04T13:45:00.000Z",
          "exitTs": 1688483520,
          "dir": 1,
          "entryPrice": 1928.305,
          "exitPrice": 1927.171,
          "stopDistance": 1.134,
          "outcome": "stop",
          "netR": -1.3704,
          "holdMinutes": 87
        },
        {
          "entryTs": 1688495100,
          "entryUtc": "2023-07-04T18:25:00.000Z",
          "exitTs": 1688508600,
          "dir": 1,
          "entryPrice": 1925.574,
          "exitPrice": 1924.851,
          "stopDistance": 0.723,
          "outcome": "stop",
          "netR": -1.5806,
          "holdMinutes": 225
        },
        {
          "entryTs": 1688513400,
          "entryUtc": "2023-07-04T23:30:00.000Z",
          "exitTs": 1688519580,
          "dir": 1,
          "entryPrice": 1925.995,
          "exitPrice": 1925.122,
          "stopDistance": 0.873,
          "outcome": "stop",
          "netR": -1.4813,
          "holdMinutes": 103
        },
        {
          "entryTs": 1688530200,
          "entryUtc": "2023-07-05T04:10:00.000Z",
          "exitTs": 1688535000,
          "dir": 1,
          "entryPrice": 1924.655,
          "exitPrice": 1926.115,
          "stopDistance": 0.73,
          "outcome": "target",
          "netR": 1.493,
          "holdMinutes": 80
        },
        {
          "entryTs": 1688560800,
          "entryUtc": "2023-07-05T12:40:00.000Z",
          "exitTs": 1688563020,
          "dir": 1,
          "entryPrice": 1928.555,
          "exitPrice": 1931.989,
          "stopDistance": 1.717,
          "outcome": "target",
          "netR": 1.7845,
          "holdMinutes": 37
        },
        {
          "entryTs": 1688598300,
          "entryUtc": "2023-07-05T23:05:00.000Z",
          "exitTs": 1688598600,
          "dir": -1,
          "entryPrice": 1915.838,
          "exitPrice": 1916.785,
          "stopDistance": 0.947,
          "outcome": "stop",
          "netR": -1.4433,
          "holdMinutes": 5
        },
        {
          "entryTs": 1688604300,
          "entryUtc": "2023-07-06T00:45:00.000Z",
          "exitTs": 1688605020,
          "dir": -1,
          "entryPrice": 1916.115,
          "exitPrice": 1916.908,
          "stopDistance": 0.793,
          "outcome": "stop",
          "netR": -1.5297,
          "holdMinutes": 12
        },
        {
          "entryTs": 1688616000,
          "entryUtc": "2023-07-06T04:00:00.000Z",
          "exitTs": 1688620380,
          "dir": -1,
          "entryPrice": 1917.884,
          "exitPrice": 1918.841,
          "stopDistance": 0.957,
          "outcome": "stop",
          "netR": -1.4389,
          "holdMinutes": 73
        },
        {
          "entryTs": 1688629800,
          "entryUtc": "2023-07-06T07:50:00.000Z",
          "exitTs": 1688631480,
          "dir": -1,
          "entryPrice": 1919.575,
          "exitPrice": 1917.502,
          "stopDistance": 1.037,
          "outcome": "target",
          "netR": 1.6431,
          "holdMinutes": 28
        },
        {
          "entryTs": 1688636700,
          "entryUtc": "2023-07-06T09:45:00.000Z",
          "exitTs": 1688638560,
          "dir": -1,
          "entryPrice": 1918.175,
          "exitPrice": 1919.33,
          "stopDistance": 1.155,
          "outcome": "stop",
          "netR": -1.3636,
          "holdMinutes": 31
        },
        {
          "entryTs": 1688664900,
          "entryUtc": "2023-07-06T17:35:00.000Z",
          "exitTs": 1688666400,
          "dir": -1,
          "entryPrice": 1908.995,
          "exitPrice": 1910.894,
          "stopDistance": 1.899,
          "outcome": "stop",
          "netR": -1.2212,
          "holdMinutes": 25
        },
        {
          "entryTs": 1688673900,
          "entryUtc": "2023-07-06T20:05:00.000Z",
          "exitTs": 1688684400,
          "dir": -1,
          "entryPrice": 1910.265,
          "exitPrice": 1911.241,
          "stopDistance": 0.976,
          "outcome": "stop",
          "netR": -1.4305,
          "holdMinutes": 175
        },
        {
          "entryTs": 1688690400,
          "entryUtc": "2023-07-07T00:40:00.000Z",
          "exitTs": 1688691480,
          "dir": -1,
          "entryPrice": 1909.714,
          "exitPrice": 1910.548,
          "stopDistance": 0.834,
          "outcome": "stop",
          "netR": -1.5035,
          "holdMinutes": 18
        },
        {
          "entryTs": 1688695200,
          "entryUtc": "2023-07-07T02:00:00.000Z",
          "exitTs": 1688699040,
          "dir": -1,
          "entryPrice": 1910.535,
          "exitPrice": 1911.54,
          "stopDistance": 1.005,
          "outcome": "stop",
          "netR": -1.4179,
          "holdMinutes": 64
        },
        {
          "entryTs": 1688701800,
          "entryUtc": "2023-07-07T03:50:00.000Z",
          "exitTs": 1688704140,
          "dir": -1,
          "entryPrice": 1910.505,
          "exitPrice": 1911.364,
          "stopDistance": 0.859,
          "outcome": "stop",
          "netR": -1.4888,
          "holdMinutes": 39
        },
        {
          "entryTs": 1688717700,
          "entryUtc": "2023-07-07T08:15:00.000Z",
          "exitTs": 1688719680,
          "dir": -1,
          "entryPrice": 1913.825,
          "exitPrice": 1915.214,
          "stopDistance": 1.389,
          "outcome": "stop",
          "netR": -1.3024,
          "holdMinutes": 33
        },
        {
          "entryTs": 1688732400,
          "entryUtc": "2023-07-07T12:20:00.000Z",
          "exitTs": 1688732460,
          "dir": -1,
          "entryPrice": 1914.295,
          "exitPrice": 1915.869,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2668,
          "holdMinutes": 1
        },
        {
          "entryTs": 1688940600,
          "entryUtc": "2023-07-09T22:10:00.000Z",
          "exitTs": 1688943600,
          "dir": 1,
          "entryPrice": 1926.685,
          "exitPrice": 1925.511,
          "stopDistance": 1.174,
          "outcome": "stop",
          "netR": -1.3579,
          "holdMinutes": 50
        },
        {
          "entryTs": 1688951400,
          "entryUtc": "2023-07-10T01:10:00.000Z",
          "exitTs": 1688959320,
          "dir": 1,
          "entryPrice": 1925.255,
          "exitPrice": 1923.874,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3042,
          "holdMinutes": 132
        },
        {
          "entryTs": 1688978700,
          "entryUtc": "2023-07-10T08:45:00.000Z",
          "exitTs": 1688982660,
          "dir": 1,
          "entryPrice": 1924.245,
          "exitPrice": 1922.991,
          "stopDistance": 1.254,
          "outcome": "stop",
          "netR": -1.3349,
          "holdMinutes": 66
        },
        {
          "entryTs": 1688988300,
          "entryUtc": "2023-07-10T11:25:00.000Z",
          "exitTs": 1688991180,
          "dir": 1,
          "entryPrice": 1924.445,
          "exitPrice": 1923.323,
          "stopDistance": 1.122,
          "outcome": "stop",
          "netR": -1.3742,
          "holdMinutes": 48
        },
        {
          "entryTs": 1689017400,
          "entryUtc": "2023-07-10T19:30:00.000Z",
          "exitTs": 1689026400,
          "dir": 1,
          "entryPrice": 1925.518,
          "exitPrice": 1924.502,
          "stopDistance": 1.016,
          "outcome": "stop",
          "netR": -1.4132,
          "holdMinutes": 150
        },
        {
          "entryTs": 1689031200,
          "entryUtc": "2023-07-10T23:20:00.000Z",
          "exitTs": 1689032100,
          "dir": 1,
          "entryPrice": 1925.355,
          "exitPrice": 1924.772,
          "stopDistance": 0.583,
          "outcome": "stop",
          "netR": -1.7202,
          "holdMinutes": 15
        },
        {
          "entryTs": 1689034800,
          "entryUtc": "2023-07-11T00:20:00.000Z",
          "exitTs": 1689037440,
          "dir": 1,
          "entryPrice": 1926.215,
          "exitPrice": 1927.561,
          "stopDistance": 0.673,
          "outcome": "target",
          "netR": 1.4503,
          "holdMinutes": 44
        },
        {
          "entryTs": 1689043200,
          "entryUtc": "2023-07-11T02:40:00.000Z",
          "exitTs": 1689045780,
          "dir": 1,
          "entryPrice": 1926.895,
          "exitPrice": 1925.808,
          "stopDistance": 1.087,
          "outcome": "stop",
          "netR": -1.3862,
          "holdMinutes": 43
        },
        {
          "entryTs": 1689061800,
          "entryUtc": "2023-07-11T07:50:00.000Z",
          "exitTs": 1689064380,
          "dir": 1,
          "entryPrice": 1932.695,
          "exitPrice": 1936.962,
          "stopDistance": 2.133,
          "outcome": "target",
          "netR": 1.8266,
          "holdMinutes": 43
        },
        {
          "entryTs": 1689075300,
          "entryUtc": "2023-07-11T11:35:00.000Z",
          "exitTs": 1689075900,
          "dir": 1,
          "entryPrice": 1937.035,
          "exitPrice": 1935.628,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2986,
          "holdMinutes": 10
        },
        {
          "entryTs": 1689085200,
          "entryUtc": "2023-07-11T14:20:00.000Z",
          "exitTs": 1689087960,
          "dir": 1,
          "entryPrice": 1933.295,
          "exitPrice": 1930.77,
          "stopDistance": 2.525,
          "outcome": "stop",
          "netR": -1.1663,
          "holdMinutes": 46
        },
        {
          "entryTs": 1689094500,
          "entryUtc": "2023-07-11T16:55:00.000Z",
          "exitTs": 1689096900,
          "dir": 1,
          "entryPrice": 1932.425,
          "exitPrice": 1930.882,
          "stopDistance": 1.544,
          "outcome": "stop",
          "netR": -1.2721,
          "holdMinutes": 40
        },
        {
          "entryTs": 1689097200,
          "entryUtc": "2023-07-11T17:40:00.000Z",
          "exitTs": 1689100200,
          "dir": 1,
          "entryPrice": 1931.895,
          "exitPrice": 1930.507,
          "stopDistance": 1.388,
          "outcome": "stop",
          "netR": -1.3025,
          "holdMinutes": 50
        },
        {
          "entryTs": 1689102600,
          "entryUtc": "2023-07-11T19:10:00.000Z",
          "exitTs": 1689115020,
          "dir": 1,
          "entryPrice": 1931.755,
          "exitPrice": 1933.585,
          "stopDistance": 0.915,
          "outcome": "target",
          "netR": 1.5956,
          "holdMinutes": 207
        },
        {
          "entryTs": 1689138900,
          "entryUtc": "2023-07-12T05:15:00.000Z",
          "exitTs": 1689140460,
          "dir": 1,
          "entryPrice": 1938.915,
          "exitPrice": 1937.913,
          "stopDistance": 1.002,
          "outcome": "stop",
          "netR": -1.419,
          "holdMinutes": 26
        },
        {
          "entryTs": 1689151800,
          "entryUtc": "2023-07-12T08:50:00.000Z",
          "exitTs": 1689152400,
          "dir": 1,
          "entryPrice": 1935.958,
          "exitPrice": 1934.593,
          "stopDistance": 1.365,
          "outcome": "stop",
          "netR": -1.3078,
          "holdMinutes": 10
        },
        {
          "entryTs": 1689154200,
          "entryUtc": "2023-07-12T09:30:00.000Z",
          "exitTs": 1689156360,
          "dir": 1,
          "entryPrice": 1935.485,
          "exitPrice": 1934.245,
          "stopDistance": 1.24,
          "outcome": "stop",
          "netR": -1.3388,
          "holdMinutes": 36
        },
        {
          "entryTs": 1689162000,
          "entryUtc": "2023-07-12T11:40:00.000Z",
          "exitTs": 1689162660,
          "dir": 1,
          "entryPrice": 1935.968,
          "exitPrice": 1934.809,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3623,
          "holdMinutes": 11
        },
        {
          "entryTs": 1689165300,
          "entryUtc": "2023-07-12T12:35:00.000Z",
          "exitTs": 1689165360,
          "dir": 1,
          "entryPrice": 1943.984,
          "exitPrice": 1949.017,
          "stopDistance": 2.517,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 1
        },
        {
          "entryTs": 1689184800,
          "entryUtc": "2023-07-12T18:00:00.000Z",
          "exitTs": 1689214800,
          "dir": 1,
          "entryPrice": 1957.175,
          "exitPrice": 1959.905,
          "stopDistance": 1.452,
          "outcome": "time",
          "netR": 1.6258,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689229500,
          "entryUtc": "2023-07-13T06:25:00.000Z",
          "exitTs": 1689233700,
          "dir": 1,
          "entryPrice": 1961.125,
          "exitPrice": 1959.323,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.2331,
          "holdMinutes": 70
        },
        {
          "entryTs": 1689246600,
          "entryUtc": "2023-07-13T11:10:00.000Z",
          "exitTs": 1689247020,
          "dir": 1,
          "entryPrice": 1960.245,
          "exitPrice": 1959.126,
          "stopDistance": 1.119,
          "outcome": "stop",
          "netR": -1.3752,
          "holdMinutes": 7
        },
        {
          "entryTs": 1689254400,
          "entryUtc": "2023-07-13T13:20:00.000Z",
          "exitTs": 1689255240,
          "dir": 1,
          "entryPrice": 1960.588,
          "exitPrice": 1957.362,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 14
        },
        {
          "entryTs": 1689267300,
          "entryUtc": "2023-07-13T16:55:00.000Z",
          "exitTs": 1689269100,
          "dir": 1,
          "entryPrice": 1959.555,
          "exitPrice": 1957.537,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 30
        },
        {
          "entryTs": 1689269400,
          "entryUtc": "2023-07-13T17:30:00.000Z",
          "exitTs": 1689299400,
          "dir": 1,
          "entryPrice": 1959.305,
          "exitPrice": 1962.485,
          "stopDistance": 1.995,
          "outcome": "time",
          "netR": 1.4083,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689333000,
          "entryUtc": "2023-07-14T11:10:00.000Z",
          "exitTs": 1689334140,
          "dir": 1,
          "entryPrice": 1956.905,
          "exitPrice": 1959.31,
          "stopDistance": 1.202,
          "outcome": "target",
          "netR": 1.6923,
          "holdMinutes": 19
        },
        {
          "entryTs": 1689342600,
          "entryUtc": "2023-07-14T13:50:00.000Z",
          "exitTs": 1689343200,
          "dir": 1,
          "entryPrice": 1959.885,
          "exitPrice": 1957.213,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 10
        },
        {
          "entryTs": 1689346500,
          "entryUtc": "2023-07-14T14:55:00.000Z",
          "exitTs": 1689363420,
          "dir": 1,
          "entryPrice": 1959.668,
          "exitPrice": 1956.114,
          "stopDistance": 3.554,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 282
        },
        {
          "entryTs": 1689554100,
          "entryUtc": "2023-07-17T00:35:00.000Z",
          "exitTs": 1689556920,
          "dir": 1,
          "entryPrice": 1953.625,
          "exitPrice": 1955.701,
          "stopDistance": 1.038,
          "outcome": "target",
          "netR": 1.6435,
          "holdMinutes": 47
        },
        {
          "entryTs": 1689569100,
          "entryUtc": "2023-07-17T04:45:00.000Z",
          "exitTs": 1689570840,
          "dir": 1,
          "entryPrice": 1952.725,
          "exitPrice": 1954.459,
          "stopDistance": 0.867,
          "outcome": "target",
          "netR": 1.5733,
          "holdMinutes": 29
        },
        {
          "entryTs": 1689582000,
          "entryUtc": "2023-07-17T08:20:00.000Z",
          "exitTs": 1689587280,
          "dir": 1,
          "entryPrice": 1954.485,
          "exitPrice": 1957.631,
          "stopDistance": 1.573,
          "outcome": "target",
          "netR": 1.7648,
          "holdMinutes": 88
        },
        {
          "entryTs": 1689594300,
          "entryUtc": "2023-07-17T11:45:00.000Z",
          "exitTs": 1689596280,
          "dir": 1,
          "entryPrice": 1957.485,
          "exitPrice": 1956.262,
          "stopDistance": 1.223,
          "outcome": "stop",
          "netR": -1.3433,
          "holdMinutes": 33
        },
        {
          "entryTs": 1689603900,
          "entryUtc": "2023-07-17T14:25:00.000Z",
          "exitTs": 1689633900,
          "dir": 1,
          "entryPrice": 1952.145,
          "exitPrice": 1954.815,
          "stopDistance": 2.863,
          "outcome": "time",
          "netR": 0.8033,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689634200,
          "entryUtc": "2023-07-17T22:50:00.000Z",
          "exitTs": 1689637080,
          "dir": 1,
          "entryPrice": 1954.875,
          "exitPrice": 1955.931,
          "stopDistance": 0.528,
          "outcome": "target",
          "netR": 1.2991,
          "holdMinutes": 48
        },
        {
          "entryTs": 1689640500,
          "entryUtc": "2023-07-18T00:35:00.000Z",
          "exitTs": 1689642960,
          "dir": 1,
          "entryPrice": 1955.728,
          "exitPrice": 1957.096,
          "stopDistance": 0.684,
          "outcome": "target",
          "netR": 1.4589,
          "holdMinutes": 41
        },
        {
          "entryTs": 1689663300,
          "entryUtc": "2023-07-18T06:55:00.000Z",
          "exitTs": 1689665520,
          "dir": 1,
          "entryPrice": 1961.208,
          "exitPrice": 1964.004,
          "stopDistance": 1.398,
          "outcome": "target",
          "netR": 1.7353,
          "holdMinutes": 37
        },
        {
          "entryTs": 1689684600,
          "entryUtc": "2023-07-18T12:50:00.000Z",
          "exitTs": 1689688800,
          "dir": 1,
          "entryPrice": 1964.795,
          "exitPrice": 1972.479,
          "stopDistance": 3.842,
          "outcome": "target",
          "netR": 1.9037,
          "holdMinutes": 70
        },
        {
          "entryTs": 1689707700,
          "entryUtc": "2023-07-18T19:15:00.000Z",
          "exitTs": 1689732180,
          "dir": 1,
          "entryPrice": 1977.385,
          "exitPrice": 1976.026,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.3091,
          "holdMinutes": 408
        },
        {
          "entryTs": 1689736800,
          "entryUtc": "2023-07-19T03:20:00.000Z",
          "exitTs": 1689739140,
          "dir": 1,
          "entryPrice": 1976.715,
          "exitPrice": 1975.584,
          "stopDistance": 1.131,
          "outcome": "stop",
          "netR": -1.3715,
          "holdMinutes": 39
        },
        {
          "entryTs": 1689745200,
          "entryUtc": "2023-07-19T05:40:00.000Z",
          "exitTs": 1689746100,
          "dir": 1,
          "entryPrice": 1975.605,
          "exitPrice": 1977.454,
          "stopDistance": 0.925,
          "outcome": "target",
          "netR": 1.5998,
          "holdMinutes": 15
        },
        {
          "entryTs": 1689750600,
          "entryUtc": "2023-07-19T07:10:00.000Z",
          "exitTs": 1689761460,
          "dir": 1,
          "entryPrice": 1978.225,
          "exitPrice": 1976.469,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 181
        },
        {
          "entryTs": 1689769200,
          "entryUtc": "2023-07-19T12:20:00.000Z",
          "exitTs": 1689769440,
          "dir": 1,
          "entryPrice": 1976.055,
          "exitPrice": 1979.108,
          "stopDistance": 1.526,
          "outcome": "target",
          "netR": 1.7576,
          "holdMinutes": 4
        },
        {
          "entryTs": 1689784800,
          "entryUtc": "2023-07-19T16:40:00.000Z",
          "exitTs": 1689814800,
          "dir": 1,
          "entryPrice": 1975.678,
          "exitPrice": 1979.375,
          "stopDistance": 1.915,
          "outcome": "time",
          "netR": 1.7372,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689841500,
          "entryUtc": "2023-07-20T08:25:00.000Z",
          "exitTs": 1689843420,
          "dir": 1,
          "entryPrice": 1982.645,
          "exitPrice": 1980.869,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 32
        },
        {
          "entryTs": 1689847800,
          "entryUtc": "2023-07-20T10:10:00.000Z",
          "exitTs": 1689850380,
          "dir": 1,
          "entryPrice": 1981.985,
          "exitPrice": 1980.672,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.3198,
          "holdMinutes": 43
        },
        {
          "entryTs": 1689854100,
          "entryUtc": "2023-07-20T11:55:00.000Z",
          "exitTs": 1689854460,
          "dir": 1,
          "entryPrice": 1981.875,
          "exitPrice": 1980.591,
          "stopDistance": 1.284,
          "outcome": "stop",
          "netR": -1.3271,
          "holdMinutes": 6
        },
        {
          "entryTs": 1689874500,
          "entryUtc": "2023-07-20T17:35:00.000Z",
          "exitTs": 1689900300,
          "dir": 1,
          "entryPrice": 1969.225,
          "exitPrice": 1972.778,
          "stopDistance": 1.776,
          "outcome": "target",
          "netR": 1.7917,
          "holdMinutes": 430
        },
        {
          "entryTs": 1689920400,
          "entryUtc": "2023-07-21T06:20:00.000Z",
          "exitTs": 1689922800,
          "dir": 1,
          "entryPrice": 1971.195,
          "exitPrice": 1970.011,
          "stopDistance": 1.184,
          "outcome": "stop",
          "netR": -1.3549,
          "holdMinutes": 40
        },
        {
          "entryTs": 1689939600,
          "entryUtc": "2023-07-21T11:40:00.000Z",
          "exitTs": 1689942000,
          "dir": 1,
          "entryPrice": 1964.345,
          "exitPrice": 1967.477,
          "stopDistance": 1.566,
          "outcome": "target",
          "netR": 1.7637,
          "holdMinutes": 40
        },
        {
          "entryTs": 1689950700,
          "entryUtc": "2023-07-21T14:45:00.000Z",
          "exitTs": 1689951420,
          "dir": 1,
          "entryPrice": 1963.175,
          "exitPrice": 1960.29,
          "stopDistance": 2.885,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 12
        },
        {
          "entryTs": 1689954300,
          "entryUtc": "2023-07-21T15:45:00.000Z",
          "exitTs": 1690149600,
          "dir": 1,
          "entryPrice": 1962.158,
          "exitPrice": 1962.374,
          "stopDistance": 2.565,
          "outcome": "time",
          "netR": -0.06,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1690150500,
          "entryUtc": "2023-07-23T22:15:00.000Z",
          "exitTs": 1690152240,
          "dir": 1,
          "entryPrice": 1962.575,
          "exitPrice": 1961.804,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5445,
          "holdMinutes": 29
        },
        {
          "entryTs": 1690160700,
          "entryUtc": "2023-07-24T01:05:00.000Z",
          "exitTs": 1690160820,
          "dir": 1,
          "entryPrice": 1961.905,
          "exitPrice": 1960.887,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4124,
          "holdMinutes": 2
        },
        {
          "entryTs": 1690163700,
          "entryUtc": "2023-07-24T01:55:00.000Z",
          "exitTs": 1690167240,
          "dir": 1,
          "entryPrice": 1961.705,
          "exitPrice": 1960.273,
          "stopDistance": 1.432,
          "outcome": "stop",
          "netR": -1.2933,
          "holdMinutes": 59
        },
        {
          "entryTs": 1690175400,
          "entryUtc": "2023-07-24T05:10:00.000Z",
          "exitTs": 1690176960,
          "dir": 1,
          "entryPrice": 1961.005,
          "exitPrice": 1960.025,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4286,
          "holdMinutes": 26
        },
        {
          "entryTs": 1690181100,
          "entryUtc": "2023-07-24T06:45:00.000Z",
          "exitTs": 1690182000,
          "dir": 1,
          "entryPrice": 1960.455,
          "exitPrice": 1963.113,
          "stopDistance": 1.329,
          "outcome": "target",
          "netR": 1.7216,
          "holdMinutes": 15
        },
        {
          "entryTs": 1690202100,
          "entryUtc": "2023-07-24T12:35:00.000Z",
          "exitTs": 1690202940,
          "dir": 1,
          "entryPrice": 1966.958,
          "exitPrice": 1965.293,
          "stopDistance": 1.665,
          "outcome": "stop",
          "netR": -1.2523,
          "holdMinutes": 14
        },
        {
          "entryTs": 1690220100,
          "entryUtc": "2023-07-24T17:35:00.000Z",
          "exitTs": 1690222320,
          "dir": -1,
          "entryPrice": 1959.175,
          "exitPrice": 1955.709,
          "stopDistance": 1.733,
          "outcome": "target",
          "netR": 1.7865,
          "holdMinutes": 37
        },
        {
          "entryTs": 1690237200,
          "entryUtc": "2023-07-24T22:20:00.000Z",
          "exitTs": 1690246020,
          "dir": -1,
          "entryPrice": 1954.735,
          "exitPrice": 1955.55,
          "stopDistance": 0.815,
          "outcome": "stop",
          "netR": -1.5155,
          "holdMinutes": 147
        },
        {
          "entryTs": 1690263600,
          "entryUtc": "2023-07-25T05:40:00.000Z",
          "exitTs": 1690265040,
          "dir": 1,
          "entryPrice": 1962.335,
          "exitPrice": 1961.322,
          "stopDistance": 1.012,
          "outcome": "stop",
          "netR": -1.4148,
          "holdMinutes": 24
        },
        {
          "entryTs": 1690274700,
          "entryUtc": "2023-07-25T08:45:00.000Z",
          "exitTs": 1690281900,
          "dir": 1,
          "entryPrice": 1962.315,
          "exitPrice": 1960.389,
          "stopDistance": 1.926,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 120
        },
        {
          "entryTs": 1690287000,
          "entryUtc": "2023-07-25T12:10:00.000Z",
          "exitTs": 1690287780,
          "dir": 1,
          "entryPrice": 1960.608,
          "exitPrice": 1958.509,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 13
        },
        {
          "entryTs": 1690290300,
          "entryUtc": "2023-07-25T13:05:00.000Z",
          "exitTs": 1690292040,
          "dir": -1,
          "entryPrice": 1957.275,
          "exitPrice": 1959.784,
          "stopDistance": 2.509,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 29
        },
        {
          "entryTs": 1690293300,
          "entryUtc": "2023-07-25T13:55:00.000Z",
          "exitTs": 1690293900,
          "dir": -1,
          "entryPrice": 1956.395,
          "exitPrice": 1959.057,
          "stopDistance": 2.662,
          "outcome": "stop",
          "netR": -1.1578,
          "holdMinutes": 10
        },
        {
          "entryTs": 1690295700,
          "entryUtc": "2023-07-25T14:35:00.000Z",
          "exitTs": 1690295880,
          "dir": -1,
          "entryPrice": 1957.255,
          "exitPrice": 1960.209,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 3
        },
        {
          "entryTs": 1690307400,
          "entryUtc": "2023-07-25T17:50:00.000Z",
          "exitTs": 1690324320,
          "dir": 1,
          "entryPrice": 1962.975,
          "exitPrice": 1966,
          "stopDistance": 1.512,
          "outcome": "target",
          "netR": 1.7553,
          "holdMinutes": 282
        },
        {
          "entryTs": 1690341000,
          "entryUtc": "2023-07-26T03:10:00.000Z",
          "exitTs": 1690347600,
          "dir": 1,
          "entryPrice": 1963.885,
          "exitPrice": 1962.823,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3954,
          "holdMinutes": 110
        },
        {
          "entryTs": 1690350600,
          "entryUtc": "2023-07-26T05:50:00.000Z",
          "exitTs": 1690351620,
          "dir": 1,
          "entryPrice": 1964.265,
          "exitPrice": 1965.839,
          "stopDistance": 0.787,
          "outcome": "target",
          "netR": 1.5298,
          "holdMinutes": 17
        },
        {
          "entryTs": 1690369200,
          "entryUtc": "2023-07-26T11:00:00.000Z",
          "exitTs": 1690371480,
          "dir": 1,
          "entryPrice": 1971.645,
          "exitPrice": 1973.731,
          "stopDistance": 1.043,
          "outcome": "target",
          "netR": 1.6453,
          "holdMinutes": 38
        },
        {
          "entryTs": 1690384200,
          "entryUtc": "2023-07-26T15:10:00.000Z",
          "exitTs": 1690384680,
          "dir": 1,
          "entryPrice": 1969.355,
          "exitPrice": 1973.629,
          "stopDistance": 2.137,
          "outcome": "target",
          "netR": 1.8269,
          "holdMinutes": 8
        },
        {
          "entryTs": 1690396800,
          "entryUtc": "2023-07-26T18:40:00.000Z",
          "exitTs": 1690398360,
          "dir": 1,
          "entryPrice": 1976.375,
          "exitPrice": 1973.096,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 26
        },
        {
          "entryTs": 1690411200,
          "entryUtc": "2023-07-26T22:40:00.000Z",
          "exitTs": 1690414500,
          "dir": 1,
          "entryPrice": 1973.455,
          "exitPrice": 1971.865,
          "stopDistance": 1.59,
          "outcome": "stop",
          "netR": -1.2641,
          "holdMinutes": 55
        },
        {
          "entryTs": 1690419900,
          "entryUtc": "2023-07-27T01:05:00.000Z",
          "exitTs": 1690422060,
          "dir": 1,
          "entryPrice": 1973.878,
          "exitPrice": 1976.009,
          "stopDistance": 1.066,
          "outcome": "target",
          "netR": 1.6528,
          "holdMinutes": 36
        },
        {
          "entryTs": 1690442100,
          "entryUtc": "2023-07-27T07:15:00.000Z",
          "exitTs": 1690444140,
          "dir": 1,
          "entryPrice": 1978.235,
          "exitPrice": 1981.685,
          "stopDistance": 1.725,
          "outcome": "target",
          "netR": 1.7855,
          "holdMinutes": 34
        },
        {
          "entryTs": 1690456500,
          "entryUtc": "2023-07-27T11:15:00.000Z",
          "exitTs": 1690459860,
          "dir": 1,
          "entryPrice": 1976.895,
          "exitPrice": 1975.559,
          "stopDistance": 1.336,
          "outcome": "stop",
          "netR": -1.3143,
          "holdMinutes": 56
        },
        {
          "entryTs": 1690482600,
          "entryUtc": "2023-07-27T18:30:00.000Z",
          "exitTs": 1690485840,
          "dir": -1,
          "entryPrice": 1944.908,
          "exitPrice": 1946.93,
          "stopDistance": 2.022,
          "outcome": "stop",
          "netR": -1.2078,
          "holdMinutes": 54
        },
        {
          "entryTs": 1690486500,
          "entryUtc": "2023-07-27T19:35:00.000Z",
          "exitTs": 1690496280,
          "dir": -1,
          "entryPrice": 1945.638,
          "exitPrice": 1947.293,
          "stopDistance": 1.655,
          "outcome": "stop",
          "netR": -1.2537,
          "holdMinutes": 163
        },
        {
          "entryTs": 1690520100,
          "entryUtc": "2023-07-28T04:55:00.000Z",
          "exitTs": 1690540200,
          "dir": -1,
          "entryPrice": 1951.865,
          "exitPrice": 1954.232,
          "stopDistance": 2.367,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 335
        },
        {
          "entryTs": 1690549500,
          "entryUtc": "2023-07-28T13:05:00.000Z",
          "exitTs": 1690549980,
          "dir": -1,
          "entryPrice": 1952.875,
          "exitPrice": 1955.721,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 8
        },
        {
          "entryTs": 1690758600,
          "entryUtc": "2023-07-30T23:10:00.000Z",
          "exitTs": 1690758660,
          "dir": -1,
          "entryPrice": 1957.544,
          "exitPrice": 1958.515,
          "stopDistance": 0.971,
          "outcome": "stop",
          "netR": -1.4324,
          "holdMinutes": 1
        },
        {
          "entryTs": 1690770900,
          "entryUtc": "2023-07-31T02:35:00.000Z",
          "exitTs": 1690775400,
          "dir": -1,
          "entryPrice": 1957.225,
          "exitPrice": 1954.375,
          "stopDistance": 1.425,
          "outcome": "target",
          "netR": 1.7404,
          "holdMinutes": 75
        },
        {
          "entryTs": 1690789200,
          "entryUtc": "2023-07-31T07:40:00.000Z",
          "exitTs": 1690790580,
          "dir": -1,
          "entryPrice": 1954.308,
          "exitPrice": 1955.774,
          "stopDistance": 1.466,
          "outcome": "stop",
          "netR": -1.2865,
          "holdMinutes": 23
        },
        {
          "entryTs": 1690791900,
          "entryUtc": "2023-07-31T08:25:00.000Z",
          "exitTs": 1690793400,
          "dir": -1,
          "entryPrice": 1954.325,
          "exitPrice": 1951.561,
          "stopDistance": 1.382,
          "outcome": "target",
          "netR": 1.7323,
          "holdMinutes": 25
        },
        {
          "entryTs": 1690885500,
          "entryUtc": "2023-08-01T10:25:00.000Z",
          "exitTs": 1690887300,
          "dir": -1,
          "entryPrice": 1955.575,
          "exitPrice": 1956.782,
          "stopDistance": 1.207,
          "outcome": "stop",
          "netR": -1.3479,
          "holdMinutes": 30
        },
        {
          "entryTs": 1690922100,
          "entryUtc": "2023-08-01T20:35:00.000Z",
          "exitTs": 1690927200,
          "dir": -1,
          "entryPrice": 1944.048,
          "exitPrice": 1944.708,
          "stopDistance": 0.66,
          "outcome": "stop",
          "netR": -1.6361,
          "holdMinutes": 85
        },
        {
          "entryTs": 1690936200,
          "entryUtc": "2023-08-02T00:30:00.000Z",
          "exitTs": 1690951860,
          "dir": -1,
          "entryPrice": 1948.875,
          "exitPrice": 1945.668,
          "stopDistance": 1.604,
          "outcome": "target",
          "netR": 1.7693,
          "holdMinutes": 261
        },
        {
          "entryTs": 1690961400,
          "entryUtc": "2023-08-02T07:30:00.000Z",
          "exitTs": 1690964100,
          "dir": -1,
          "entryPrice": 1948.495,
          "exitPrice": 1950.054,
          "stopDistance": 1.559,
          "outcome": "stop",
          "netR": -1.2695,
          "holdMinutes": 45
        },
        {
          "entryTs": 1690969200,
          "entryUtc": "2023-08-02T09:40:00.000Z",
          "exitTs": 1690972200,
          "dir": -1,
          "entryPrice": 1949.095,
          "exitPrice": 1950.67,
          "stopDistance": 1.575,
          "outcome": "stop",
          "netR": -1.2666,
          "holdMinutes": 50
        },
        {
          "entryTs": 1690978200,
          "entryUtc": "2023-08-02T12:10:00.000Z",
          "exitTs": 1690978500,
          "dir": -1,
          "entryPrice": 1950.615,
          "exitPrice": 1947.672,
          "stopDistance": 1.471,
          "outcome": "target",
          "netR": 1.7485,
          "holdMinutes": 5
        },
        {
          "entryTs": 1690999800,
          "entryUtc": "2023-08-02T18:10:00.000Z",
          "exitTs": 1691025960,
          "dir": -1,
          "entryPrice": 1935.768,
          "exitPrice": 1937.336,
          "stopDistance": 1.568,
          "outcome": "stop",
          "netR": -1.2679,
          "holdMinutes": 436
        },
        {
          "entryTs": 1691031600,
          "entryUtc": "2023-08-03T03:00:00.000Z",
          "exitTs": 1691032020,
          "dir": -1,
          "entryPrice": 1936.165,
          "exitPrice": 1933.979,
          "stopDistance": 1.093,
          "outcome": "target",
          "netR": 1.6615,
          "holdMinutes": 7
        },
        {
          "entryTs": 1691037600,
          "entryUtc": "2023-08-03T04:40:00.000Z",
          "exitTs": 1691038800,
          "dir": -1,
          "entryPrice": 1935.995,
          "exitPrice": 1933.709,
          "stopDistance": 1.143,
          "outcome": "target",
          "netR": 1.6763,
          "holdMinutes": 20
        },
        {
          "entryTs": 1691057100,
          "entryUtc": "2023-08-03T10:05:00.000Z",
          "exitTs": 1691059920,
          "dir": -1,
          "entryPrice": 1935.885,
          "exitPrice": 1932.929,
          "stopDistance": 1.478,
          "outcome": "target",
          "netR": 1.7496,
          "holdMinutes": 47
        },
        {
          "entryTs": 1691064300,
          "entryUtc": "2023-08-03T12:05:00.000Z",
          "exitTs": 1691065500,
          "dir": -1,
          "entryPrice": 1933.865,
          "exitPrice": 1930.167,
          "stopDistance": 1.849,
          "outcome": "target",
          "netR": 1.7999,
          "holdMinutes": 20
        },
        {
          "entryTs": 1691070900,
          "entryUtc": "2023-08-03T13:55:00.000Z",
          "exitTs": 1691071200,
          "dir": -1,
          "entryPrice": 1932.585,
          "exitPrice": 1936.018,
          "stopDistance": 3.433,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 5
        },
        {
          "entryTs": 1691078100,
          "entryUtc": "2023-08-03T15:55:00.000Z",
          "exitTs": 1691101920,
          "dir": -1,
          "entryPrice": 1933.945,
          "exitPrice": 1936.532,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 397
        },
        {
          "entryTs": 1691115300,
          "entryUtc": "2023-08-04T02:15:00.000Z",
          "exitTs": 1691117040,
          "dir": -1,
          "entryPrice": 1935.215,
          "exitPrice": 1936.483,
          "stopDistance": 1.268,
          "outcome": "stop",
          "netR": -1.3313,
          "holdMinutes": 29
        },
        {
          "entryTs": 1691117700,
          "entryUtc": "2023-08-04T02:55:00.000Z",
          "exitTs": 1691127000,
          "dir": -1,
          "entryPrice": 1935.525,
          "exitPrice": 1936.839,
          "stopDistance": 1.314,
          "outcome": "stop",
          "netR": -1.3196,
          "holdMinutes": 155
        },
        {
          "entryTs": 1691129700,
          "entryUtc": "2023-08-04T06:15:00.000Z",
          "exitTs": 1691150640,
          "dir": -1,
          "entryPrice": 1933.885,
          "exitPrice": 1930.934,
          "stopDistance": 1.476,
          "outcome": "target",
          "netR": 1.7493,
          "holdMinutes": 349
        },
        {
          "entryTs": 1691161200,
          "entryUtc": "2023-08-04T15:00:00.000Z",
          "exitTs": 1691163600,
          "dir": -1,
          "entryPrice": 1938.925,
          "exitPrice": 1942.054,
          "stopDistance": 3.129,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 40
        },
        {
          "entryTs": 1691169600,
          "entryUtc": "2023-08-04T17:20:00.000Z",
          "exitTs": 1691177700,
          "dir": -1,
          "entryPrice": 1940.795,
          "exitPrice": 1942.265,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2856,
          "holdMinutes": 135
        },
        {
          "entryTs": 1691364900,
          "entryUtc": "2023-08-06T23:35:00.000Z",
          "exitTs": 1691367000,
          "dir": -1,
          "entryPrice": 1942.955,
          "exitPrice": 1944.066,
          "stopDistance": 1.111,
          "outcome": "stop",
          "netR": -1.378,
          "holdMinutes": 35
        },
        {
          "entryTs": 1691370900,
          "entryUtc": "2023-08-07T01:15:00.000Z",
          "exitTs": 1691374260,
          "dir": -1,
          "entryPrice": 1943.015,
          "exitPrice": 1940.774,
          "stopDistance": 1.12,
          "outcome": "target",
          "netR": 1.6698,
          "holdMinutes": 56
        },
        {
          "entryTs": 1691401200,
          "entryUtc": "2023-08-07T09:40:00.000Z",
          "exitTs": 1691411220,
          "dir": -1,
          "entryPrice": 1935.405,
          "exitPrice": 1936.711,
          "stopDistance": 1.306,
          "outcome": "stop",
          "netR": -1.3215,
          "holdMinutes": 167
        },
        {
          "entryTs": 1691416800,
          "entryUtc": "2023-08-07T14:00:00.000Z",
          "exitTs": 1691417760,
          "dir": -1,
          "entryPrice": 1933.605,
          "exitPrice": 1936.004,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 16
        },
        {
          "entryTs": 1691439000,
          "entryUtc": "2023-08-07T20:10:00.000Z",
          "exitTs": 1691447580,
          "dir": -1,
          "entryPrice": 1935.995,
          "exitPrice": 1936.786,
          "stopDistance": 0.791,
          "outcome": "stop",
          "netR": -1.5313,
          "holdMinutes": 143
        },
        {
          "entryTs": 1691453400,
          "entryUtc": "2023-08-08T00:10:00.000Z",
          "exitTs": 1691456820,
          "dir": -1,
          "entryPrice": 1936.085,
          "exitPrice": 1934.324,
          "stopDistance": 0.88,
          "outcome": "target",
          "netR": 1.5797,
          "holdMinutes": 57
        },
        {
          "entryTs": 1691466900,
          "entryUtc": "2023-08-08T03:55:00.000Z",
          "exitTs": 1691470560,
          "dir": -1,
          "entryPrice": 1933.195,
          "exitPrice": 1934.293,
          "stopDistance": 1.098,
          "outcome": "stop",
          "netR": -1.3826,
          "holdMinutes": 61
        },
        {
          "entryTs": 1691472300,
          "entryUtc": "2023-08-08T05:25:00.000Z",
          "exitTs": 1691473380,
          "dir": -1,
          "entryPrice": 1933.195,
          "exitPrice": 1934.142,
          "stopDistance": 0.947,
          "outcome": "stop",
          "netR": -1.4433,
          "holdMinutes": 18
        },
        {
          "entryTs": 1691476200,
          "entryUtc": "2023-08-08T06:30:00.000Z",
          "exitTs": 1691481300,
          "dir": -1,
          "entryPrice": 1933.105,
          "exitPrice": 1930.719,
          "stopDistance": 1.193,
          "outcome": "target",
          "netR": 1.6898,
          "holdMinutes": 85
        },
        {
          "entryTs": 1691490600,
          "entryUtc": "2023-08-08T10:30:00.000Z",
          "exitTs": 1691495280,
          "dir": -1,
          "entryPrice": 1932.355,
          "exitPrice": 1929.376,
          "stopDistance": 1.489,
          "outcome": "target",
          "netR": 1.7516,
          "holdMinutes": 78
        },
        {
          "entryTs": 1691508000,
          "entryUtc": "2023-08-08T15:20:00.000Z",
          "exitTs": 1691538000,
          "dir": -1,
          "entryPrice": 1927.118,
          "exitPrice": 1925.355,
          "stopDistance": 2.529,
          "outcome": "time",
          "netR": 0.5509,
          "holdMinutes": 500
        },
        {
          "entryTs": 1691543100,
          "entryUtc": "2023-08-09T01:05:00.000Z",
          "exitTs": 1691543520,
          "dir": -1,
          "entryPrice": 1924.965,
          "exitPrice": 1925.62,
          "stopDistance": 0.655,
          "outcome": "stop",
          "netR": -1.6415,
          "holdMinutes": 7
        },
        {
          "entryTs": 1691562300,
          "entryUtc": "2023-08-09T06:25:00.000Z",
          "exitTs": 1691562720,
          "dir": -1,
          "entryPrice": 1929.325,
          "exitPrice": 1930.483,
          "stopDistance": 1.158,
          "outcome": "stop",
          "netR": -1.3628,
          "holdMinutes": 7
        },
        {
          "entryTs": 1691587500,
          "entryUtc": "2023-08-09T13:25:00.000Z",
          "exitTs": 1691589840,
          "dir": -1,
          "entryPrice": 1923.815,
          "exitPrice": 1925.794,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2122,
          "holdMinutes": 39
        },
        {
          "entryTs": 1691591700,
          "entryUtc": "2023-08-09T14:35:00.000Z",
          "exitTs": 1691593020,
          "dir": -1,
          "entryPrice": 1922.695,
          "exitPrice": 1916.671,
          "stopDistance": 3.012,
          "outcome": "target",
          "netR": 1.8772,
          "holdMinutes": 22
        },
        {
          "entryTs": 1691610900,
          "entryUtc": "2023-08-09T19:55:00.000Z",
          "exitTs": 1691614740,
          "dir": -1,
          "entryPrice": 1915.545,
          "exitPrice": 1913.86,
          "stopDistance": 0.842,
          "outcome": "target",
          "netR": 1.5607,
          "holdMinutes": 64
        },
        {
          "entryTs": 1691627400,
          "entryUtc": "2023-08-10T00:30:00.000Z",
          "exitTs": 1691628300,
          "dir": -1,
          "entryPrice": 1915.905,
          "exitPrice": 1916.53,
          "stopDistance": 0.625,
          "outcome": "stop",
          "netR": -1.6719,
          "holdMinutes": 15
        },
        {
          "entryTs": 1691642400,
          "entryUtc": "2023-08-10T04:40:00.000Z",
          "exitTs": 1691643900,
          "dir": -1,
          "entryPrice": 1917.365,
          "exitPrice": 1915.772,
          "stopDistance": 0.797,
          "outcome": "target",
          "netR": 1.5356,
          "holdMinutes": 25
        },
        {
          "entryTs": 1691647800,
          "entryUtc": "2023-08-10T06:10:00.000Z",
          "exitTs": 1691648880,
          "dir": -1,
          "entryPrice": 1915.944,
          "exitPrice": 1917.13,
          "stopDistance": 1.186,
          "outcome": "stop",
          "netR": -1.354,
          "holdMinutes": 18
        },
        {
          "entryTs": 1691674200,
          "entryUtc": "2023-08-10T13:30:00.000Z",
          "exitTs": 1691674800,
          "dir": -1,
          "entryPrice": 1920.238,
          "exitPrice": 1923.348,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691688000,
          "entryUtc": "2023-08-10T17:20:00.000Z",
          "exitTs": 1691688960,
          "dir": -1,
          "entryPrice": 1918.035,
          "exitPrice": 1914.466,
          "stopDistance": 1.784,
          "outcome": "target",
          "netR": 1.7926,
          "holdMinutes": 16
        },
        {
          "entryTs": 1691724300,
          "entryUtc": "2023-08-11T03:25:00.000Z",
          "exitTs": 1691726040,
          "dir": -1,
          "entryPrice": 1913.435,
          "exitPrice": 1914.431,
          "stopDistance": 0.996,
          "outcome": "stop",
          "netR": -1.4217,
          "holdMinutes": 29
        },
        {
          "entryTs": 1691748000,
          "entryUtc": "2023-08-11T10:00:00.000Z",
          "exitTs": 1691754540,
          "dir": -1,
          "entryPrice": 1917.895,
          "exitPrice": 1918.986,
          "stopDistance": 1.091,
          "outcome": "stop",
          "netR": -1.3851,
          "holdMinutes": 109
        },
        {
          "entryTs": 1691757600,
          "entryUtc": "2023-08-11T12:40:00.000Z",
          "exitTs": 1691762400,
          "dir": -1,
          "entryPrice": 1916.16,
          "exitPrice": 1917.944,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2355,
          "holdMinutes": 80
        },
        {
          "entryTs": 1691767800,
          "entryUtc": "2023-08-11T15:30:00.000Z",
          "exitTs": 1691964000,
          "dir": -1,
          "entryPrice": 1915.768,
          "exitPrice": 1913.554,
          "stopDistance": 2.408,
          "outcome": "time",
          "netR": 0.7657,
          "holdMinutes": 3270
        },
        {
          "entryTs": 1691967900,
          "entryUtc": "2023-08-13T23:05:00.000Z",
          "exitTs": 1691968620,
          "dir": -1,
          "entryPrice": 1913.044,
          "exitPrice": 1913.909,
          "stopDistance": 0.865,
          "outcome": "stop",
          "netR": -1.4858,
          "holdMinutes": 12
        },
        {
          "entryTs": 1691970600,
          "entryUtc": "2023-08-13T23:50:00.000Z",
          "exitTs": 1691970780,
          "dir": -1,
          "entryPrice": 1912.818,
          "exitPrice": 1913.62,
          "stopDistance": 0.802,
          "outcome": "stop",
          "netR": -1.5237,
          "holdMinutes": 3
        },
        {
          "entryTs": 1691989500,
          "entryUtc": "2023-08-14T05:05:00.000Z",
          "exitTs": 1691990760,
          "dir": -1,
          "entryPrice": 1911.995,
          "exitPrice": 1912.81,
          "stopDistance": 0.815,
          "outcome": "stop",
          "netR": -1.5151,
          "holdMinutes": 21
        },
        {
          "entryTs": 1691995800,
          "entryUtc": "2023-08-14T06:50:00.000Z",
          "exitTs": 1691998500,
          "dir": -1,
          "entryPrice": 1912.135,
          "exitPrice": 1913.23,
          "stopDistance": 1.095,
          "outcome": "stop",
          "netR": -1.3837,
          "holdMinutes": 45
        },
        {
          "entryTs": 1692004800,
          "entryUtc": "2023-08-14T09:20:00.000Z",
          "exitTs": 1692009060,
          "dir": -1,
          "entryPrice": 1913.505,
          "exitPrice": 1914.728,
          "stopDistance": 1.223,
          "outcome": "stop",
          "netR": -1.3434,
          "holdMinutes": 71
        },
        {
          "entryTs": 1692012300,
          "entryUtc": "2023-08-14T11:25:00.000Z",
          "exitTs": 1692013320,
          "dir": -1,
          "entryPrice": 1913.665,
          "exitPrice": 1914.614,
          "stopDistance": 0.949,
          "outcome": "stop",
          "netR": -1.4428,
          "holdMinutes": 17
        },
        {
          "entryTs": 1692014700,
          "entryUtc": "2023-08-14T12:05:00.000Z",
          "exitTs": 1692014940,
          "dir": -1,
          "entryPrice": 1912.675,
          "exitPrice": 1910.61,
          "stopDistance": 1.033,
          "outcome": "target",
          "netR": 1.6417,
          "holdMinutes": 4
        },
        {
          "entryTs": 1692036000,
          "entryUtc": "2023-08-14T18:00:00.000Z",
          "exitTs": 1692039120,
          "dir": -1,
          "entryPrice": 1910.195,
          "exitPrice": 1907.715,
          "stopDistance": 1.24,
          "outcome": "target",
          "netR": 1.7016,
          "holdMinutes": 52
        },
        {
          "entryTs": 1692057900,
          "entryUtc": "2023-08-15T00:05:00.000Z",
          "exitTs": 1692059580,
          "dir": -1,
          "entryPrice": 1906.965,
          "exitPrice": 1905.39,
          "stopDistance": 0.787,
          "outcome": "target",
          "netR": 1.53,
          "holdMinutes": 28
        },
        {
          "entryTs": 1692076200,
          "entryUtc": "2023-08-15T05:10:00.000Z",
          "exitTs": 1692076740,
          "dir": -1,
          "entryPrice": 1906.075,
          "exitPrice": 1906.816,
          "stopDistance": 0.741,
          "outcome": "stop",
          "netR": -1.567,
          "holdMinutes": 9
        },
        {
          "entryTs": 1692077400,
          "entryUtc": "2023-08-15T05:30:00.000Z",
          "exitTs": 1692078000,
          "dir": -1,
          "entryPrice": 1906.005,
          "exitPrice": 1904.192,
          "stopDistance": 0.907,
          "outcome": "target",
          "netR": 1.5919,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692094200,
          "entryUtc": "2023-08-15T10:10:00.000Z",
          "exitTs": 1692101400,
          "dir": -1,
          "entryPrice": 1904.075,
          "exitPrice": 1901.841,
          "stopDistance": 1.117,
          "outcome": "target",
          "netR": 1.6687,
          "holdMinutes": 120
        },
        {
          "entryTs": 1692101700,
          "entryUtc": "2023-08-15T12:15:00.000Z",
          "exitTs": 1692102600,
          "dir": -1,
          "entryPrice": 1902.945,
          "exitPrice": 1904.33,
          "stopDistance": 1.385,
          "outcome": "ambiguous",
          "netR": -1.3033,
          "holdMinutes": 15
        },
        {
          "entryTs": 1692106800,
          "entryUtc": "2023-08-15T13:40:00.000Z",
          "exitTs": 1692107820,
          "dir": -1,
          "entryPrice": 1901.205,
          "exitPrice": 1904.635,
          "stopDistance": 3.43,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 17
        },
        {
          "entryTs": 1692116100,
          "entryUtc": "2023-08-15T16:15:00.000Z",
          "exitTs": 1692130380,
          "dir": -1,
          "entryPrice": 1906.635,
          "exitPrice": 1902.036,
          "stopDistance": 2.3,
          "outcome": "target",
          "netR": 1.8391,
          "holdMinutes": 238
        },
        {
          "entryTs": 1692148800,
          "entryUtc": "2023-08-16T01:20:00.000Z",
          "exitTs": 1692148860,
          "dir": -1,
          "entryPrice": 1900.965,
          "exitPrice": 1901.876,
          "stopDistance": 0.911,
          "outcome": "stop",
          "netR": -1.4608,
          "holdMinutes": 1
        },
        {
          "entryTs": 1692160200,
          "entryUtc": "2023-08-16T04:30:00.000Z",
          "exitTs": 1692162000,
          "dir": -1,
          "entryPrice": 1903.325,
          "exitPrice": 1904.062,
          "stopDistance": 0.737,
          "outcome": "stop",
          "netR": -1.5699,
          "holdMinutes": 30
        },
        {
          "entryTs": 1692170700,
          "entryUtc": "2023-08-16T07:25:00.000Z",
          "exitTs": 1692174720,
          "dir": -1,
          "entryPrice": 1904.295,
          "exitPrice": 1905.333,
          "stopDistance": 1.038,
          "outcome": "stop",
          "netR": -1.4047,
          "holdMinutes": 67
        },
        {
          "entryTs": 1692184500,
          "entryUtc": "2023-08-16T11:15:00.000Z",
          "exitTs": 1692186360,
          "dir": -1,
          "entryPrice": 1905.425,
          "exitPrice": 1903.609,
          "stopDistance": 0.908,
          "outcome": "target",
          "netR": 1.5925,
          "holdMinutes": 31
        },
        {
          "entryTs": 1692199800,
          "entryUtc": "2023-08-16T15:30:00.000Z",
          "exitTs": 1692203280,
          "dir": -1,
          "entryPrice": 1903.055,
          "exitPrice": 1899.325,
          "stopDistance": 1.865,
          "outcome": "target",
          "netR": 1.8016,
          "holdMinutes": 58
        },
        {
          "entryTs": 1692228000,
          "entryUtc": "2023-08-16T23:20:00.000Z",
          "exitTs": 1692233160,
          "dir": -1,
          "entryPrice": 1893.535,
          "exitPrice": 1891.555,
          "stopDistance": 0.99,
          "outcome": "target",
          "netR": 1.6263,
          "holdMinutes": 86
        },
        {
          "entryTs": 1692244800,
          "entryUtc": "2023-08-17T04:00:00.000Z",
          "exitTs": 1692247560,
          "dir": -1,
          "entryPrice": 1892.625,
          "exitPrice": 1893.537,
          "stopDistance": 0.912,
          "outcome": "stop",
          "netR": -1.4605,
          "holdMinutes": 46
        },
        {
          "entryTs": 1692250800,
          "entryUtc": "2023-08-17T05:40:00.000Z",
          "exitTs": 1692251880,
          "dir": -1,
          "entryPrice": 1892.415,
          "exitPrice": 1893.1,
          "stopDistance": 0.685,
          "outcome": "stop",
          "netR": -1.6135,
          "holdMinutes": 18
        },
        {
          "entryTs": 1692261900,
          "entryUtc": "2023-08-17T08:45:00.000Z",
          "exitTs": 1692266640,
          "dir": -1,
          "entryPrice": 1895.218,
          "exitPrice": 1896.315,
          "stopDistance": 1.097,
          "outcome": "stop",
          "netR": -1.3827,
          "holdMinutes": 79
        },
        {
          "entryTs": 1692280200,
          "entryUtc": "2023-08-17T13:50:00.000Z",
          "exitTs": 1692287640,
          "dir": -1,
          "entryPrice": 1896.395,
          "exitPrice": 1890.701,
          "stopDistance": 2.847,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 124
        },
        {
          "entryTs": 1692327900,
          "entryUtc": "2023-08-18T03:05:00.000Z",
          "exitTs": 1692338280,
          "dir": -1,
          "entryPrice": 1892.735,
          "exitPrice": 1893.844,
          "stopDistance": 1.109,
          "outcome": "stop",
          "netR": -1.3788,
          "holdMinutes": 173
        },
        {
          "entryTs": 1692342000,
          "entryUtc": "2023-08-18T07:00:00.000Z",
          "exitTs": 1692342240,
          "dir": -1,
          "entryPrice": 1892.035,
          "exitPrice": 1893.37,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3146,
          "holdMinutes": 4
        },
        {
          "entryTs": 1692343500,
          "entryUtc": "2023-08-18T07:25:00.000Z",
          "exitTs": 1692344100,
          "dir": -1,
          "entryPrice": 1892.275,
          "exitPrice": 1893.665,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3021,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692347100,
          "entryUtc": "2023-08-18T08:25:00.000Z",
          "exitTs": 1692347460,
          "dir": -1,
          "entryPrice": 1891.695,
          "exitPrice": 1892.984,
          "stopDistance": 1.289,
          "outcome": "stop",
          "netR": -1.3259,
          "holdMinutes": 6
        },
        {
          "entryTs": 1692361200,
          "entryUtc": "2023-08-18T12:20:00.000Z",
          "exitTs": 1692361560,
          "dir": -1,
          "entryPrice": 1892.605,
          "exitPrice": 1890.375,
          "stopDistance": 1.115,
          "outcome": "target",
          "netR": 1.6681,
          "holdMinutes": 6
        },
        {
          "entryTs": 1692369900,
          "entryUtc": "2023-08-18T14:45:00.000Z",
          "exitTs": 1692379380,
          "dir": -1,
          "entryPrice": 1892.255,
          "exitPrice": 1887.542,
          "stopDistance": 2.357,
          "outcome": "target",
          "netR": 1.843,
          "holdMinutes": 158
        },
        {
          "entryTs": 1692573600,
          "entryUtc": "2023-08-20T23:20:00.000Z",
          "exitTs": 1692576120,
          "dir": -1,
          "entryPrice": 1889.215,
          "exitPrice": 1890.065,
          "stopDistance": 0.85,
          "outcome": "stop",
          "netR": -1.4943,
          "holdMinutes": 42
        },
        {
          "entryTs": 1692579900,
          "entryUtc": "2023-08-21T01:05:00.000Z",
          "exitTs": 1692581580,
          "dir": -1,
          "entryPrice": 1888.865,
          "exitPrice": 1887.081,
          "stopDistance": 0.892,
          "outcome": "target",
          "netR": 1.5852,
          "holdMinutes": 28
        },
        {
          "entryTs": 1692596400,
          "entryUtc": "2023-08-21T05:40:00.000Z",
          "exitTs": 1692597600,
          "dir": -1,
          "entryPrice": 1890.215,
          "exitPrice": 1887.751,
          "stopDistance": 1.232,
          "outcome": "target",
          "netR": 1.6997,
          "holdMinutes": 20
        },
        {
          "entryTs": 1692613200,
          "entryUtc": "2023-08-21T10:20:00.000Z",
          "exitTs": 1692616080,
          "dir": -1,
          "entryPrice": 1888.085,
          "exitPrice": 1889.275,
          "stopDistance": 1.19,
          "outcome": "stop",
          "netR": -1.3528,
          "holdMinutes": 48
        },
        {
          "entryTs": 1692625800,
          "entryUtc": "2023-08-21T13:50:00.000Z",
          "exitTs": 1692628560,
          "dir": -1,
          "entryPrice": 1890.365,
          "exitPrice": 1885.319,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 46
        },
        {
          "entryTs": 1692662700,
          "entryUtc": "2023-08-22T00:05:00.000Z",
          "exitTs": 1692663600,
          "dir": -1,
          "entryPrice": 1893.935,
          "exitPrice": 1894.548,
          "stopDistance": 0.613,
          "outcome": "stop",
          "netR": -1.6848,
          "holdMinutes": 15
        },
        {
          "entryTs": 1692672300,
          "entryUtc": "2023-08-22T02:45:00.000Z",
          "exitTs": 1692673860,
          "dir": -1,
          "entryPrice": 1894.885,
          "exitPrice": 1896.09,
          "stopDistance": 1.205,
          "outcome": "stop",
          "netR": -1.3487,
          "holdMinutes": 26
        },
        {
          "entryTs": 1692679800,
          "entryUtc": "2023-08-22T04:50:00.000Z",
          "exitTs": 1692681300,
          "dir": -1,
          "entryPrice": 1895.115,
          "exitPrice": 1895.891,
          "stopDistance": 0.776,
          "outcome": "stop",
          "netR": -1.5414,
          "holdMinutes": 25
        },
        {
          "entryTs": 1692693900,
          "entryUtc": "2023-08-22T08:45:00.000Z",
          "exitTs": 1692695580,
          "dir": -1,
          "entryPrice": 1899.294,
          "exitPrice": 1900.571,
          "stopDistance": 1.277,
          "outcome": "stop",
          "netR": -1.3289,
          "holdMinutes": 28
        },
        {
          "entryTs": 1692706800,
          "entryUtc": "2023-08-22T12:20:00.000Z",
          "exitTs": 1692707940,
          "dir": -1,
          "entryPrice": 1901.415,
          "exitPrice": 1898.605,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7366,
          "holdMinutes": 19
        },
        {
          "entryTs": 1692728700,
          "entryUtc": "2023-08-22T18:25:00.000Z",
          "exitTs": 1692730080,
          "dir": -1,
          "entryPrice": 1896.435,
          "exitPrice": 1897.53,
          "stopDistance": 1.095,
          "outcome": "stop",
          "netR": -1.3836,
          "holdMinutes": 23
        },
        {
          "entryTs": 1692741600,
          "entryUtc": "2023-08-22T22:00:00.000Z",
          "exitTs": 1692741840,
          "dir": -1,
          "entryPrice": 1897.108,
          "exitPrice": 1897.669,
          "stopDistance": 0.561,
          "outcome": "stop",
          "netR": -1.7492,
          "holdMinutes": 4
        },
        {
          "entryTs": 1692760800,
          "entryUtc": "2023-08-23T03:20:00.000Z",
          "exitTs": 1692761640,
          "dir": -1,
          "entryPrice": 1900.455,
          "exitPrice": 1901.363,
          "stopDistance": 0.908,
          "outcome": "stop",
          "netR": -1.4628,
          "holdMinutes": 14
        },
        {
          "entryTs": 1692776400,
          "entryUtc": "2023-08-23T07:40:00.000Z",
          "exitTs": 1692777000,
          "dir": -1,
          "entryPrice": 1901.825,
          "exitPrice": 1903.231,
          "stopDistance": 1.406,
          "outcome": "stop",
          "netR": -1.2987,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692777900,
          "entryUtc": "2023-08-23T08:05:00.000Z",
          "exitTs": 1692783900,
          "dir": 1,
          "entryPrice": 1904.225,
          "exitPrice": 1902.761,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.2869,
          "holdMinutes": 100
        },
        {
          "entryTs": 1692789000,
          "entryUtc": "2023-08-23T11:10:00.000Z",
          "exitTs": 1692792960,
          "dir": 1,
          "entryPrice": 1903.975,
          "exitPrice": 1902.625,
          "stopDistance": 1.35,
          "outcome": "stop",
          "netR": -1.3111,
          "holdMinutes": 66
        },
        {
          "entryTs": 1692829500,
          "entryUtc": "2023-08-23T22:25:00.000Z",
          "exitTs": 1692836460,
          "dir": 1,
          "entryPrice": 1916.875,
          "exitPrice": 1918.776,
          "stopDistance": 0.95,
          "outcome": "target",
          "netR": 1.6107,
          "holdMinutes": 116
        },
        {
          "entryTs": 1692862200,
          "entryUtc": "2023-08-24T07:30:00.000Z",
          "exitTs": 1692863160,
          "dir": 1,
          "entryPrice": 1921.895,
          "exitPrice": 1920.56,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3145,
          "holdMinutes": 16
        },
        {
          "entryTs": 1692866400,
          "entryUtc": "2023-08-24T08:40:00.000Z",
          "exitTs": 1692867480,
          "dir": 1,
          "entryPrice": 1921.105,
          "exitPrice": 1919.742,
          "stopDistance": 1.363,
          "outcome": "stop",
          "netR": -1.3081,
          "holdMinutes": 18
        },
        {
          "entryTs": 1692885900,
          "entryUtc": "2023-08-24T14:05:00.000Z",
          "exitTs": 1692888120,
          "dir": 1,
          "entryPrice": 1916.635,
          "exitPrice": 1920.89,
          "stopDistance": 2.128,
          "outcome": "target",
          "netR": 1.8261,
          "holdMinutes": 37
        },
        {
          "entryTs": 1692927900,
          "entryUtc": "2023-08-25T01:45:00.000Z",
          "exitTs": 1692931020,
          "dir": 1,
          "entryPrice": 1916.625,
          "exitPrice": 1915.821,
          "stopDistance": 0.804,
          "outcome": "stop",
          "netR": -1.5226,
          "holdMinutes": 52
        },
        {
          "entryTs": 1692944100,
          "entryUtc": "2023-08-25T06:15:00.000Z",
          "exitTs": 1692946440,
          "dir": 1,
          "entryPrice": 1914.095,
          "exitPrice": 1913.161,
          "stopDistance": 0.934,
          "outcome": "stop",
          "netR": -1.4497,
          "holdMinutes": 39
        },
        {
          "entryTs": 1692947700,
          "entryUtc": "2023-08-25T07:15:00.000Z",
          "exitTs": 1692955320,
          "dir": 1,
          "entryPrice": 1914.255,
          "exitPrice": 1916.531,
          "stopDistance": 1.138,
          "outcome": "target",
          "netR": 1.6748,
          "holdMinutes": 127
        },
        {
          "entryTs": 1692972900,
          "entryUtc": "2023-08-25T14:15:00.000Z",
          "exitTs": 1692973200,
          "dir": 1,
          "entryPrice": 1919.995,
          "exitPrice": 1916.581,
          "stopDistance": 3.414,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693193100,
          "entryUtc": "2023-08-28T03:25:00.000Z",
          "exitTs": 1693196700,
          "dir": 1,
          "entryPrice": 1915.805,
          "exitPrice": 1914.92,
          "stopDistance": 0.885,
          "outcome": "stop",
          "netR": -1.4746,
          "holdMinutes": 60
        },
        {
          "entryTs": 1693200300,
          "entryUtc": "2023-08-28T05:25:00.000Z",
          "exitTs": 1693201860,
          "dir": 1,
          "entryPrice": 1916.528,
          "exitPrice": 1915.742,
          "stopDistance": 0.786,
          "outcome": "stop",
          "netR": -1.5342,
          "holdMinutes": 26
        },
        {
          "entryTs": 1693214400,
          "entryUtc": "2023-08-28T09:20:00.000Z",
          "exitTs": 1693215240,
          "dir": 1,
          "entryPrice": 1915.418,
          "exitPrice": 1914.495,
          "stopDistance": 0.923,
          "outcome": "stop",
          "netR": -1.4551,
          "holdMinutes": 14
        },
        {
          "entryTs": 1693220400,
          "entryUtc": "2023-08-28T11:00:00.000Z",
          "exitTs": 1693220940,
          "dir": 1,
          "entryPrice": 1915.095,
          "exitPrice": 1914.409,
          "stopDistance": 0.686,
          "outcome": "stop",
          "netR": -1.6119,
          "holdMinutes": 9
        },
        {
          "entryTs": 1693225500,
          "entryUtc": "2023-08-28T12:25:00.000Z",
          "exitTs": 1693225920,
          "dir": 1,
          "entryPrice": 1914.745,
          "exitPrice": 1913.709,
          "stopDistance": 1.036,
          "outcome": "stop",
          "netR": -1.4055,
          "holdMinutes": 7
        },
        {
          "entryTs": 1693226700,
          "entryUtc": "2023-08-28T12:45:00.000Z",
          "exitTs": 1693228980,
          "dir": 1,
          "entryPrice": 1916.535,
          "exitPrice": 1915.168,
          "stopDistance": 1.367,
          "outcome": "stop",
          "netR": -1.3073,
          "holdMinutes": 38
        },
        {
          "entryTs": 1693230300,
          "entryUtc": "2023-08-28T13:45:00.000Z",
          "exitTs": 1693236660,
          "dir": 1,
          "entryPrice": 1917.595,
          "exitPrice": 1921.327,
          "stopDistance": 1.866,
          "outcome": "target",
          "netR": 1.8017,
          "holdMinutes": 106
        },
        {
          "entryTs": 1693250700,
          "entryUtc": "2023-08-28T19:25:00.000Z",
          "exitTs": 1693256340,
          "dir": 1,
          "entryPrice": 1920.228,
          "exitPrice": 1919.364,
          "stopDistance": 0.864,
          "outcome": "stop",
          "netR": -1.4861,
          "holdMinutes": 94
        },
        {
          "entryTs": 1693260600,
          "entryUtc": "2023-08-28T22:10:00.000Z",
          "exitTs": 1693271040,
          "dir": 1,
          "entryPrice": 1920.445,
          "exitPrice": 1922.028,
          "stopDistance": 0.792,
          "outcome": "target",
          "netR": 1.5327,
          "holdMinutes": 174
        },
        {
          "entryTs": 1693287900,
          "entryUtc": "2023-08-29T05:45:00.000Z",
          "exitTs": 1693288740,
          "dir": 1,
          "entryPrice": 1925.085,
          "exitPrice": 1924.276,
          "stopDistance": 0.809,
          "outcome": "stop",
          "netR": -1.5193,
          "holdMinutes": 14
        },
        {
          "entryTs": 1693295400,
          "entryUtc": "2023-08-29T07:50:00.000Z",
          "exitTs": 1693295880,
          "dir": 1,
          "entryPrice": 1924.165,
          "exitPrice": 1923.124,
          "stopDistance": 1.042,
          "outcome": "stop",
          "netR": -1.4033,
          "holdMinutes": 8
        },
        {
          "entryTs": 1693302600,
          "entryUtc": "2023-08-29T09:50:00.000Z",
          "exitTs": 1693304160,
          "dir": 1,
          "entryPrice": 1923.715,
          "exitPrice": 1922.794,
          "stopDistance": 0.921,
          "outcome": "stop",
          "netR": -1.4562,
          "holdMinutes": 26
        },
        {
          "entryTs": 1693315500,
          "entryUtc": "2023-08-29T13:25:00.000Z",
          "exitTs": 1693316040,
          "dir": 1,
          "entryPrice": 1918.625,
          "exitPrice": 1917.151,
          "stopDistance": 1.474,
          "outcome": "stop",
          "netR": -1.2849,
          "holdMinutes": 9
        },
        {
          "entryTs": 1693335000,
          "entryUtc": "2023-08-29T18:50:00.000Z",
          "exitTs": 1693357680,
          "dir": 1,
          "entryPrice": 1936.938,
          "exitPrice": 1935.792,
          "stopDistance": 1.146,
          "outcome": "stop",
          "netR": -1.3665,
          "holdMinutes": 378
        },
        {
          "entryTs": 1693361700,
          "entryUtc": "2023-08-30T02:15:00.000Z",
          "exitTs": 1693374600,
          "dir": 1,
          "entryPrice": 1936.455,
          "exitPrice": 1935.541,
          "stopDistance": 0.914,
          "outcome": "stop",
          "netR": -1.4596,
          "holdMinutes": 215
        },
        {
          "entryTs": 1693377600,
          "entryUtc": "2023-08-30T06:40:00.000Z",
          "exitTs": 1693378500,
          "dir": 1,
          "entryPrice": 1936.545,
          "exitPrice": 1935.573,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4319,
          "holdMinutes": 15
        },
        {
          "entryTs": 1693379100,
          "entryUtc": "2023-08-30T07:05:00.000Z",
          "exitTs": 1693379400,
          "dir": 1,
          "entryPrice": 1936.505,
          "exitPrice": 1935.527,
          "stopDistance": 0.978,
          "outcome": "stop",
          "netR": -1.4293,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693382700,
          "entryUtc": "2023-08-30T08:05:00.000Z",
          "exitTs": 1693387680,
          "dir": 1,
          "entryPrice": 1936.195,
          "exitPrice": 1938.182,
          "stopDistance": 0.994,
          "outcome": "target",
          "netR": 1.6276,
          "holdMinutes": 83
        },
        {
          "entryTs": 1693415700,
          "entryUtc": "2023-08-30T17:15:00.000Z",
          "exitTs": 1693417140,
          "dir": 1,
          "entryPrice": 1945.285,
          "exitPrice": 1944.106,
          "stopDistance": 1.179,
          "outcome": "stop",
          "netR": -1.3562,
          "holdMinutes": 24
        },
        {
          "entryTs": 1693433700,
          "entryUtc": "2023-08-30T22:15:00.000Z",
          "exitTs": 1693443720,
          "dir": 1,
          "entryPrice": 1944.295,
          "exitPrice": 1946.063,
          "stopDistance": 0.884,
          "outcome": "target",
          "netR": 1.5815,
          "holdMinutes": 167
        },
        {
          "entryTs": 1693466400,
          "entryUtc": "2023-08-31T07:20:00.000Z",
          "exitTs": 1693469760,
          "dir": 1,
          "entryPrice": 1945.645,
          "exitPrice": 1944.631,
          "stopDistance": 1.014,
          "outcome": "stop",
          "netR": -1.4144,
          "holdMinutes": 56
        },
        {
          "entryTs": 1693477800,
          "entryUtc": "2023-08-31T10:30:00.000Z",
          "exitTs": 1693479660,
          "dir": 1,
          "entryPrice": 1944.828,
          "exitPrice": 1943.995,
          "stopDistance": 0.833,
          "outcome": "stop",
          "netR": -1.5044,
          "holdMinutes": 31
        },
        {
          "entryTs": 1693482600,
          "entryUtc": "2023-08-31T11:50:00.000Z",
          "exitTs": 1693483920,
          "dir": 1,
          "entryPrice": 1944.775,
          "exitPrice": 1946.347,
          "stopDistance": 0.786,
          "outcome": "target",
          "netR": 1.5292,
          "holdMinutes": 22
        },
        {
          "entryTs": 1693486800,
          "entryUtc": "2023-08-31T13:00:00.000Z",
          "exitTs": 1693487100,
          "dir": 1,
          "entryPrice": 1945.695,
          "exitPrice": 1943.929,
          "stopDistance": 1.765,
          "outcome": "stop",
          "netR": -1.2379,
          "holdMinutes": 5
        },
        {
          "entryTs": 1693506300,
          "entryUtc": "2023-08-31T18:25:00.000Z",
          "exitTs": 1693508400,
          "dir": 1,
          "entryPrice": 1941.915,
          "exitPrice": 1940.966,
          "stopDistance": 0.949,
          "outcome": "stop",
          "netR": -1.4425,
          "holdMinutes": 35
        },
        {
          "entryTs": 1693530300,
          "entryUtc": "2023-09-01T01:05:00.000Z",
          "exitTs": 1693531320,
          "dir": 1,
          "entryPrice": 1941.715,
          "exitPrice": 1943.329,
          "stopDistance": 0.807,
          "outcome": "target",
          "netR": 1.5416,
          "holdMinutes": 17
        },
        {
          "entryTs": 1693544400,
          "entryUtc": "2023-09-01T05:00:00.000Z",
          "exitTs": 1693545180,
          "dir": 1,
          "entryPrice": 1939.905,
          "exitPrice": 1939.26,
          "stopDistance": 0.645,
          "outcome": "stop",
          "netR": -1.6512,
          "holdMinutes": 13
        },
        {
          "entryTs": 1693551900,
          "entryUtc": "2023-09-01T07:05:00.000Z",
          "exitTs": 1693553040,
          "dir": 1,
          "entryPrice": 1940.834,
          "exitPrice": 1942.745,
          "stopDistance": 0.956,
          "outcome": "target",
          "netR": 1.6128,
          "holdMinutes": 19
        },
        {
          "entryTs": 1693589400,
          "entryUtc": "2023-09-01T17:30:00.000Z",
          "exitTs": 1693778400,
          "dir": 1,
          "entryPrice": 1940.478,
          "exitPrice": 1940.178,
          "stopDistance": 1.51,
          "outcome": "time",
          "netR": -0.4439,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1693784700,
          "entryUtc": "2023-09-03T23:45:00.000Z",
          "exitTs": 1693788180,
          "dir": 1,
          "entryPrice": 1940.185,
          "exitPrice": 1941.252,
          "stopDistance": 0.533,
          "outcome": "target",
          "netR": 1.3064,
          "holdMinutes": 58
        },
        {
          "entryTs": 1693803900,
          "entryUtc": "2023-09-04T05:05:00.000Z",
          "exitTs": 1693804920,
          "dir": 1,
          "entryPrice": 1945.085,
          "exitPrice": 1944.478,
          "stopDistance": 0.607,
          "outcome": "stop",
          "netR": -1.6922,
          "holdMinutes": 17
        },
        {
          "entryTs": 1693806900,
          "entryUtc": "2023-09-04T05:55:00.000Z",
          "exitTs": 1693806960,
          "dir": 1,
          "entryPrice": 1944.955,
          "exitPrice": 1944.132,
          "stopDistance": 0.823,
          "outcome": "stop",
          "netR": -1.5102,
          "holdMinutes": 1
        },
        {
          "entryTs": 1693807500,
          "entryUtc": "2023-09-04T06:05:00.000Z",
          "exitTs": 1693811040,
          "dir": 1,
          "entryPrice": 1945.315,
          "exitPrice": 1944.366,
          "stopDistance": 0.949,
          "outcome": "stop",
          "netR": -1.4427,
          "holdMinutes": 59
        },
        {
          "entryTs": 1693829400,
          "entryUtc": "2023-09-04T12:10:00.000Z",
          "exitTs": 1693829820,
          "dir": 1,
          "entryPrice": 1941.425,
          "exitPrice": 1940.547,
          "stopDistance": 0.878,
          "outcome": "stop",
          "netR": -1.4781,
          "holdMinutes": 7
        },
        {
          "entryTs": 1693841400,
          "entryUtc": "2023-09-04T15:30:00.000Z",
          "exitTs": 1693842060,
          "dir": 1,
          "entryPrice": 1938.865,
          "exitPrice": 1937.983,
          "stopDistance": 0.882,
          "outcome": "stop",
          "netR": -1.4763,
          "holdMinutes": 11
        },
        {
          "entryTs": 1693843500,
          "entryUtc": "2023-09-04T16:05:00.000Z",
          "exitTs": 1693868400,
          "dir": 1,
          "entryPrice": 1938.505,
          "exitPrice": 1937.783,
          "stopDistance": 0.722,
          "outcome": "stop",
          "netR": -1.5815,
          "holdMinutes": 415
        },
        {
          "entryTs": 1693877400,
          "entryUtc": "2023-09-05T01:30:00.000Z",
          "exitTs": 1693877760,
          "dir": 1,
          "entryPrice": 1938.505,
          "exitPrice": 1937.828,
          "stopDistance": 0.677,
          "outcome": "stop",
          "netR": -1.6205,
          "holdMinutes": 6
        },
        {
          "entryTs": 1693884900,
          "entryUtc": "2023-09-05T03:35:00.000Z",
          "exitTs": 1693889760,
          "dir": 1,
          "entryPrice": 1937.025,
          "exitPrice": 1938.836,
          "stopDistance": 0.905,
          "outcome": "target",
          "netR": 1.5913,
          "holdMinutes": 81
        },
        {
          "entryTs": 1693898100,
          "entryUtc": "2023-09-05T07:15:00.000Z",
          "exitTs": 1693898640,
          "dir": 1,
          "entryPrice": 1937.855,
          "exitPrice": 1936.74,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3766,
          "holdMinutes": 9
        },
        {
          "entryTs": 1693943100,
          "entryUtc": "2023-09-05T19:45:00.000Z",
          "exitTs": 1693961400,
          "dir": -1,
          "entryPrice": 1926.285,
          "exitPrice": 1924.927,
          "stopDistance": 0.679,
          "outcome": "target",
          "netR": 1.4553,
          "holdMinutes": 305
        },
        {
          "entryTs": 1693981500,
          "entryUtc": "2023-09-06T06:25:00.000Z",
          "exitTs": 1693984500,
          "dir": -1,
          "entryPrice": 1926.558,
          "exitPrice": 1924.899,
          "stopDistance": 0.829,
          "outcome": "target",
          "netR": 1.5538,
          "holdMinutes": 50
        },
        {
          "entryTs": 1693992600,
          "entryUtc": "2023-09-06T09:30:00.000Z",
          "exitTs": 1693993860,
          "dir": -1,
          "entryPrice": 1923.255,
          "exitPrice": 1924.304,
          "stopDistance": 1.049,
          "outcome": "stop",
          "netR": -1.4002,
          "holdMinutes": 21
        },
        {
          "entryTs": 1694001000,
          "entryUtc": "2023-09-06T11:50:00.000Z",
          "exitTs": 1694002020,
          "dir": -1,
          "entryPrice": 1925.405,
          "exitPrice": 1926.324,
          "stopDistance": 0.919,
          "outcome": "stop",
          "netR": -1.4572,
          "holdMinutes": 17
        },
        {
          "entryTs": 1694003400,
          "entryUtc": "2023-09-06T12:30:00.000Z",
          "exitTs": 1694005200,
          "dir": -1,
          "entryPrice": 1925.294,
          "exitPrice": 1922.976,
          "stopDistance": 1.159,
          "outcome": "target",
          "netR": 1.6807,
          "holdMinutes": 30
        },
        {
          "entryTs": 1694009400,
          "entryUtc": "2023-09-06T14:10:00.000Z",
          "exitTs": 1694011320,
          "dir": -1,
          "entryPrice": 1921.745,
          "exitPrice": 1915.739,
          "stopDistance": 3.003,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 32
        },
        {
          "entryTs": 1694022600,
          "entryUtc": "2023-09-06T17:50:00.000Z",
          "exitTs": 1694051160,
          "dir": -1,
          "entryPrice": 1917.795,
          "exitPrice": 1919.057,
          "stopDistance": 1.262,
          "outcome": "stop",
          "netR": -1.3328,
          "holdMinutes": 476
        },
        {
          "entryTs": 1694061900,
          "entryUtc": "2023-09-07T04:45:00.000Z",
          "exitTs": 1694062320,
          "dir": -1,
          "entryPrice": 1918.305,
          "exitPrice": 1919.051,
          "stopDistance": 0.746,
          "outcome": "stop",
          "netR": -1.5632,
          "holdMinutes": 7
        },
        {
          "entryTs": 1694070300,
          "entryUtc": "2023-09-07T07:05:00.000Z",
          "exitTs": 1694077260,
          "dir": -1,
          "entryPrice": 1918.365,
          "exitPrice": 1919.309,
          "stopDistance": 0.944,
          "outcome": "stop",
          "netR": -1.4448,
          "holdMinutes": 116
        },
        {
          "entryTs": 1694090100,
          "entryUtc": "2023-09-07T12:35:00.000Z",
          "exitTs": 1694090640,
          "dir": -1,
          "entryPrice": 1916.335,
          "exitPrice": 1917.98,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2553,
          "holdMinutes": 9
        },
        {
          "entryTs": 1694094600,
          "entryUtc": "2023-09-07T13:50:00.000Z",
          "exitTs": 1694097840,
          "dir": -1,
          "entryPrice": 1918.845,
          "exitPrice": 1921.263,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 54
        },
        {
          "entryTs": 1694105400,
          "entryUtc": "2023-09-07T16:50:00.000Z",
          "exitTs": 1694111040,
          "dir": -1,
          "entryPrice": 1918.665,
          "exitPrice": 1919.793,
          "stopDistance": 1.128,
          "outcome": "stop",
          "netR": -1.3724,
          "holdMinutes": 94
        },
        {
          "entryTs": 1694116500,
          "entryUtc": "2023-09-07T19:55:00.000Z",
          "exitTs": 1694118360,
          "dir": -1,
          "entryPrice": 1918.848,
          "exitPrice": 1919.443,
          "stopDistance": 0.595,
          "outcome": "stop",
          "netR": -1.7064,
          "holdMinutes": 31
        },
        {
          "entryTs": 1694144400,
          "entryUtc": "2023-09-08T03:40:00.000Z",
          "exitTs": 1694151780,
          "dir": -1,
          "entryPrice": 1924.535,
          "exitPrice": 1925.427,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.4707,
          "holdMinutes": 123
        },
        {
          "entryTs": 1694157000,
          "entryUtc": "2023-09-08T07:10:00.000Z",
          "exitTs": 1694162100,
          "dir": -1,
          "entryPrice": 1925.278,
          "exitPrice": 1923.409,
          "stopDistance": 0.934,
          "outcome": "target",
          "netR": 1.604,
          "holdMinutes": 85
        },
        {
          "entryTs": 1694169300,
          "entryUtc": "2023-09-08T10:35:00.000Z",
          "exitTs": 1694175720,
          "dir": -1,
          "entryPrice": 1923.945,
          "exitPrice": 1924.837,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.4708,
          "holdMinutes": 107
        },
        {
          "entryTs": 1694177700,
          "entryUtc": "2023-09-08T12:55:00.000Z",
          "exitTs": 1694180100,
          "dir": -1,
          "entryPrice": 1922.078,
          "exitPrice": 1923.725,
          "stopDistance": 1.647,
          "outcome": "stop",
          "netR": -1.255,
          "holdMinutes": 40
        },
        {
          "entryTs": 1694185800,
          "entryUtc": "2023-09-08T15:10:00.000Z",
          "exitTs": 1694190780,
          "dir": -1,
          "entryPrice": 1921.735,
          "exitPrice": 1917.465,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 83
        },
        {
          "entryTs": 1694198400,
          "entryUtc": "2023-09-08T18:40:00.000Z",
          "exitTs": 1694383200,
          "dir": -1,
          "entryPrice": 1919.405,
          "exitPrice": 1920.162,
          "stopDistance": 0.757,
          "outcome": "stop",
          "netR": -1.5548,
          "holdMinutes": 3080
        },
        {
          "entryTs": 1694384400,
          "entryUtc": "2023-09-10T22:20:00.000Z",
          "exitTs": 1694387040,
          "dir": -1,
          "entryPrice": 1918.884,
          "exitPrice": 1917.325,
          "stopDistance": 0.779,
          "outcome": "target",
          "netR": 1.5253,
          "holdMinutes": 44
        },
        {
          "entryTs": 1694423400,
          "entryUtc": "2023-09-11T09:10:00.000Z",
          "exitTs": 1694424060,
          "dir": 1,
          "entryPrice": 1927.708,
          "exitPrice": 1926.608,
          "stopDistance": 1.1,
          "outcome": "stop",
          "netR": -1.3817,
          "holdMinutes": 11
        },
        {
          "entryTs": 1694435400,
          "entryUtc": "2023-09-11T12:30:00.000Z",
          "exitTs": 1694435700,
          "dir": -1,
          "entryPrice": 1924.905,
          "exitPrice": 1926.094,
          "stopDistance": 1.189,
          "outcome": "stop",
          "netR": -1.3533,
          "holdMinutes": 5
        },
        {
          "entryTs": 1694441100,
          "entryUtc": "2023-09-11T14:05:00.000Z",
          "exitTs": 1694471100,
          "dir": -1,
          "entryPrice": 1924.685,
          "exitPrice": 1922.624,
          "stopDistance": 2.07,
          "outcome": "time",
          "netR": 0.8168,
          "holdMinutes": 500
        },
        {
          "entryTs": 1694473500,
          "entryUtc": "2023-09-11T23:05:00.000Z",
          "exitTs": 1694478060,
          "dir": -1,
          "entryPrice": 1921.654,
          "exitPrice": 1922.154,
          "stopDistance": 0.5,
          "outcome": "stop",
          "netR": -1.8405,
          "holdMinutes": 76
        },
        {
          "entryTs": 1694482200,
          "entryUtc": "2023-09-12T01:30:00.000Z",
          "exitTs": 1694484660,
          "dir": -1,
          "entryPrice": 1921.645,
          "exitPrice": 1922.561,
          "stopDistance": 0.916,
          "outcome": "stop",
          "netR": -1.4583,
          "holdMinutes": 41
        },
        {
          "entryTs": 1694493600,
          "entryUtc": "2023-09-12T04:40:00.000Z",
          "exitTs": 1694495400,
          "dir": -1,
          "entryPrice": 1922.775,
          "exitPrice": 1921.188,
          "stopDistance": 0.794,
          "outcome": "target",
          "netR": 1.5338,
          "holdMinutes": 30
        },
        {
          "entryTs": 1694510100,
          "entryUtc": "2023-09-12T09:15:00.000Z",
          "exitTs": 1694514900,
          "dir": -1,
          "entryPrice": 1919.538,
          "exitPrice": 1917.958,
          "stopDistance": 0.79,
          "outcome": "target",
          "netR": 1.5315,
          "holdMinutes": 80
        },
        {
          "entryTs": 1694538900,
          "entryUtc": "2023-09-12T17:15:00.000Z",
          "exitTs": 1694543280,
          "dir": -1,
          "entryPrice": 1911.815,
          "exitPrice": 1913.109,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3245,
          "holdMinutes": 73
        },
        {
          "entryTs": 1694560860,
          "entryUtc": "2023-09-12T23:21:00.000Z",
          "exitTs": 1694563800,
          "dir": -1,
          "entryPrice": 1913.105,
          "exitPrice": 1913.57,
          "stopDistance": 0.465,
          "outcome": "stop",
          "netR": -1.9032,
          "holdMinutes": 49
        },
        {
          "entryTs": 1694564700,
          "entryUtc": "2023-09-13T00:25:00.000Z",
          "exitTs": 1694567700,
          "dir": -1,
          "entryPrice": 1912.765,
          "exitPrice": 1913.316,
          "stopDistance": 0.551,
          "outcome": "stop",
          "netR": -1.7623,
          "holdMinutes": 50
        },
        {
          "entryTs": 1694584500,
          "entryUtc": "2023-09-13T05:55:00.000Z",
          "exitTs": 1694590080,
          "dir": -1,
          "entryPrice": 1909.565,
          "exitPrice": 1910.6,
          "stopDistance": 1.035,
          "outcome": "stop",
          "netR": -1.4059,
          "holdMinutes": 93
        },
        {
          "entryTs": 1694598900,
          "entryUtc": "2023-09-13T09:55:00.000Z",
          "exitTs": 1694602680,
          "dir": -1,
          "entryPrice": 1911.225,
          "exitPrice": 1912.098,
          "stopDistance": 0.873,
          "outcome": "stop",
          "netR": -1.481,
          "holdMinutes": 63
        },
        {
          "entryTs": 1694607300,
          "entryUtc": "2023-09-13T12:15:00.000Z",
          "exitTs": 1694607960,
          "dir": -1,
          "entryPrice": 1910.655,
          "exitPrice": 1911.567,
          "stopDistance": 0.912,
          "outcome": "stop",
          "netR": -1.4606,
          "holdMinutes": 11
        },
        {
          "entryTs": 1694610900,
          "entryUtc": "2023-09-13T13:15:00.000Z",
          "exitTs": 1694611440,
          "dir": -1,
          "entryPrice": 1909.695,
          "exitPrice": 1912.601,
          "stopDistance": 2.906,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 9
        },
        {
          "entryTs": 1694615100,
          "entryUtc": "2023-09-13T14:25:00.000Z",
          "exitTs": 1694616060,
          "dir": -1,
          "entryPrice": 1910.805,
          "exitPrice": 1913.736,
          "stopDistance": 2.931,
          "outcome": "stop",
          "netR": -1.1433,
          "holdMinutes": 16
        },
        {
          "entryTs": 1694619300,
          "entryUtc": "2023-09-13T15:35:00.000Z",
          "exitTs": 1694649300,
          "dir": -1,
          "entryPrice": 1910.318,
          "exitPrice": 1909.015,
          "stopDistance": 2.438,
          "outcome": "time",
          "netR": 0.3827,
          "holdMinutes": 500
        },
        {
          "entryTs": 1694657700,
          "entryUtc": "2023-09-14T02:15:00.000Z",
          "exitTs": 1694669400,
          "dir": -1,
          "entryPrice": 1909.585,
          "exitPrice": 1910.647,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3954,
          "holdMinutes": 195
        },
        {
          "entryTs": 1694670600,
          "entryUtc": "2023-09-14T05:50:00.000Z",
          "exitTs": 1694674860,
          "dir": -1,
          "entryPrice": 1908.595,
          "exitPrice": 1906.742,
          "stopDistance": 0.926,
          "outcome": "target",
          "netR": 1.6006,
          "holdMinutes": 71
        },
        {
          "entryTs": 1694684700,
          "entryUtc": "2023-09-14T09:45:00.000Z",
          "exitTs": 1694686620,
          "dir": -1,
          "entryPrice": 1906.285,
          "exitPrice": 1907.131,
          "stopDistance": 0.846,
          "outcome": "stop",
          "netR": -1.4963,
          "holdMinutes": 32
        },
        {
          "entryTs": 1694694900,
          "entryUtc": "2023-09-14T12:35:00.000Z",
          "exitTs": 1694695860,
          "dir": -1,
          "entryPrice": 1902.395,
          "exitPrice": 1904.529,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 16
        },
        {
          "entryTs": 1694714100,
          "entryUtc": "2023-09-14T17:55:00.000Z",
          "exitTs": 1694722560,
          "dir": -1,
          "entryPrice": 1908.495,
          "exitPrice": 1909.932,
          "stopDistance": 1.437,
          "outcome": "stop",
          "netR": -1.2922,
          "holdMinutes": 141
        },
        {
          "entryTs": 1694736000,
          "entryUtc": "2023-09-15T00:00:00.000Z",
          "exitTs": 1694736360,
          "dir": -1,
          "entryPrice": 1909.765,
          "exitPrice": 1910.315,
          "stopDistance": 0.55,
          "outcome": "stop",
          "netR": -1.7634,
          "holdMinutes": 6
        },
        {
          "entryTs": 1694756700,
          "entryUtc": "2023-09-15T05:45:00.000Z",
          "exitTs": 1694757480,
          "dir": -1,
          "entryPrice": 1915.245,
          "exitPrice": 1916.048,
          "stopDistance": 0.803,
          "outcome": "stop",
          "netR": -1.5232,
          "holdMinutes": 13
        },
        {
          "entryTs": 1694764500,
          "entryUtc": "2023-09-15T07:55:00.000Z",
          "exitTs": 1694779680,
          "dir": 1,
          "entryPrice": 1917.575,
          "exitPrice": 1920.457,
          "stopDistance": 1.441,
          "outcome": "target",
          "netR": 1.7432,
          "holdMinutes": 253
        },
        {
          "entryTs": 1694988600,
          "entryUtc": "2023-09-17T22:10:00.000Z",
          "exitTs": 1694991600,
          "dir": 1,
          "entryPrice": 1923.944,
          "exitPrice": 1923.095,
          "stopDistance": 0.849,
          "outcome": "stop",
          "netR": -1.495,
          "holdMinutes": 50
        },
        {
          "entryTs": 1694995800,
          "entryUtc": "2023-09-18T00:10:00.000Z",
          "exitTs": 1694998920,
          "dir": 1,
          "entryPrice": 1923.805,
          "exitPrice": 1925.126,
          "stopDistance": 0.66,
          "outcome": "target",
          "netR": 1.4398,
          "holdMinutes": 52
        },
        {
          "entryTs": 1695015600,
          "entryUtc": "2023-09-18T05:40:00.000Z",
          "exitTs": 1695017280,
          "dir": 1,
          "entryPrice": 1929.715,
          "exitPrice": 1928.884,
          "stopDistance": 0.831,
          "outcome": "stop",
          "netR": -1.5052,
          "holdMinutes": 28
        },
        {
          "entryTs": 1695031500,
          "entryUtc": "2023-09-18T10:05:00.000Z",
          "exitTs": 1695032100,
          "dir": 1,
          "entryPrice": 1927.365,
          "exitPrice": 1926.442,
          "stopDistance": 0.923,
          "outcome": "stop",
          "netR": -1.4552,
          "holdMinutes": 10
        },
        {
          "entryTs": 1695043500,
          "entryUtc": "2023-09-18T13:25:00.000Z",
          "exitTs": 1695043800,
          "dir": 1,
          "entryPrice": 1928.005,
          "exitPrice": 1926.586,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.296,
          "holdMinutes": 5
        },
        {
          "entryTs": 1695047700,
          "entryUtc": "2023-09-18T14:35:00.000Z",
          "exitTs": 1695055620,
          "dir": 1,
          "entryPrice": 1926.605,
          "exitPrice": 1930.628,
          "stopDistance": 2.011,
          "outcome": "target",
          "netR": 1.816,
          "holdMinutes": 132
        },
        {
          "entryTs": 1695090600,
          "entryUtc": "2023-09-19T02:30:00.000Z",
          "exitTs": 1695093000,
          "dir": 1,
          "entryPrice": 1932.965,
          "exitPrice": 1932.311,
          "stopDistance": 0.654,
          "outcome": "stop",
          "netR": -1.6424,
          "holdMinutes": 40
        },
        {
          "entryTs": 1695107700,
          "entryUtc": "2023-09-19T07:15:00.000Z",
          "exitTs": 1695109380,
          "dir": 1,
          "entryPrice": 1932.025,
          "exitPrice": 1933.974,
          "stopDistance": 0.975,
          "outcome": "target",
          "netR": 1.6204,
          "holdMinutes": 28
        },
        {
          "entryTs": 1695125100,
          "entryUtc": "2023-09-19T12:05:00.000Z",
          "exitTs": 1695126600,
          "dir": 1,
          "entryPrice": 1936.015,
          "exitPrice": 1935.196,
          "stopDistance": 0.819,
          "outcome": "stop",
          "netR": -1.5127,
          "holdMinutes": 25
        },
        {
          "entryTs": 1695135900,
          "entryUtc": "2023-09-19T15:05:00.000Z",
          "exitTs": 1695136620,
          "dir": 1,
          "entryPrice": 1934.595,
          "exitPrice": 1932.721,
          "stopDistance": 1.874,
          "outcome": "stop",
          "netR": -1.2241,
          "holdMinutes": 12
        },
        {
          "entryTs": 1695151200,
          "entryUtc": "2023-09-19T19:20:00.000Z",
          "exitTs": 1695168360,
          "dir": 1,
          "entryPrice": 1931.455,
          "exitPrice": 1930.643,
          "stopDistance": 0.812,
          "outcome": "stop",
          "netR": -1.5174,
          "holdMinutes": 286
        },
        {
          "entryTs": 1695176100,
          "entryUtc": "2023-09-20T02:15:00.000Z",
          "exitTs": 1695176640,
          "dir": 1,
          "entryPrice": 1930.895,
          "exitPrice": 1930.1,
          "stopDistance": 0.795,
          "outcome": "stop",
          "netR": -1.5283,
          "holdMinutes": 9
        },
        {
          "entryTs": 1695188700,
          "entryUtc": "2023-09-20T05:45:00.000Z",
          "exitTs": 1695190020,
          "dir": 1,
          "entryPrice": 1930.735,
          "exitPrice": 1932.039,
          "stopDistance": 0.652,
          "outcome": "target",
          "netR": 1.4325,
          "holdMinutes": 22
        },
        {
          "entryTs": 1695199500,
          "entryUtc": "2023-09-20T08:45:00.000Z",
          "exitTs": 1695200040,
          "dir": 1,
          "entryPrice": 1930.045,
          "exitPrice": 1929.159,
          "stopDistance": 0.886,
          "outcome": "stop",
          "netR": -1.4739,
          "holdMinutes": 9
        },
        {
          "entryTs": 1695201000,
          "entryUtc": "2023-09-20T09:10:00.000Z",
          "exitTs": 1695204360,
          "dir": 1,
          "entryPrice": 1930.154,
          "exitPrice": 1931.986,
          "stopDistance": 0.916,
          "outcome": "target",
          "netR": 1.5961,
          "holdMinutes": 56
        },
        {
          "entryTs": 1695211200,
          "entryUtc": "2023-09-20T12:00:00.000Z",
          "exitTs": 1695212280,
          "dir": 1,
          "entryPrice": 1931.954,
          "exitPrice": 1933.481,
          "stopDistance": 0.763,
          "outcome": "target",
          "netR": 1.5153,
          "holdMinutes": 18
        },
        {
          "entryTs": 1695265800,
          "entryUtc": "2023-09-21T03:10:00.000Z",
          "exitTs": 1695276900,
          "dir": 1,
          "entryPrice": 1927.405,
          "exitPrice": 1929.422,
          "stopDistance": 1.008,
          "outcome": "target",
          "netR": 1.6331,
          "holdMinutes": 185
        },
        {
          "entryTs": 1695294300,
          "entryUtc": "2023-09-21T11:05:00.000Z",
          "exitTs": 1695295440,
          "dir": -1,
          "entryPrice": 1923.635,
          "exitPrice": 1921.468,
          "stopDistance": 1.084,
          "outcome": "target",
          "netR": 1.6585,
          "holdMinutes": 19
        },
        {
          "entryTs": 1695310200,
          "entryUtc": "2023-09-21T15:30:00.000Z",
          "exitTs": 1695317400,
          "dir": -1,
          "entryPrice": 1917.545,
          "exitPrice": 1920.01,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 120
        },
        {
          "entryTs": 1695326700,
          "entryUtc": "2023-09-21T20:05:00.000Z",
          "exitTs": 1695337260,
          "dir": -1,
          "entryPrice": 1919.815,
          "exitPrice": 1920.684,
          "stopDistance": 0.869,
          "outcome": "stop",
          "netR": -1.4831,
          "holdMinutes": 176
        },
        {
          "entryTs": 1695353100,
          "entryUtc": "2023-09-22T03:25:00.000Z",
          "exitTs": 1695354480,
          "dir": -1,
          "entryPrice": 1922.915,
          "exitPrice": 1923.819,
          "stopDistance": 0.904,
          "outcome": "stop",
          "netR": -1.4646,
          "holdMinutes": 23
        },
        {
          "entryTs": 1695356400,
          "entryUtc": "2023-09-22T04:20:00.000Z",
          "exitTs": 1695357540,
          "dir": -1,
          "entryPrice": 1923.395,
          "exitPrice": 1924.166,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5451,
          "holdMinutes": 19
        },
        {
          "entryTs": 1695387600,
          "entryUtc": "2023-09-22T13:00:00.000Z",
          "exitTs": 1695393540,
          "dir": 1,
          "entryPrice": 1925.988,
          "exitPrice": 1928.592,
          "stopDistance": 1.302,
          "outcome": "target",
          "netR": 1.7158,
          "holdMinutes": 99
        },
        {
          "entryTs": 1695612300,
          "entryUtc": "2023-09-25T03:25:00.000Z",
          "exitTs": 1695613200,
          "dir": -1,
          "entryPrice": 1923.075,
          "exitPrice": 1923.82,
          "stopDistance": 0.745,
          "outcome": "stop",
          "netR": -1.5635,
          "holdMinutes": 15
        },
        {
          "entryTs": 1695614700,
          "entryUtc": "2023-09-25T04:05:00.000Z",
          "exitTs": 1695621420,
          "dir": -1,
          "entryPrice": 1922.985,
          "exitPrice": 1921.683,
          "stopDistance": 0.651,
          "outcome": "target",
          "netR": 1.4316,
          "holdMinutes": 112
        },
        {
          "entryTs": 1695629400,
          "entryUtc": "2023-09-25T08:10:00.000Z",
          "exitTs": 1695637740,
          "dir": -1,
          "entryPrice": 1923.044,
          "exitPrice": 1924.296,
          "stopDistance": 1.252,
          "outcome": "stop",
          "netR": -1.3354,
          "holdMinutes": 139
        },
        {
          "entryTs": 1695650400,
          "entryUtc": "2023-09-25T14:00:00.000Z",
          "exitTs": 1695650760,
          "dir": 1,
          "entryPrice": 1925.185,
          "exitPrice": 1923.502,
          "stopDistance": 1.683,
          "outcome": "stop",
          "netR": -1.2496,
          "holdMinutes": 6
        },
        {
          "entryTs": 1695686700,
          "entryUtc": "2023-09-26T00:05:00.000Z",
          "exitTs": 1695686820,
          "dir": -1,
          "entryPrice": 1915.975,
          "exitPrice": 1916.341,
          "stopDistance": 0.366,
          "outcome": "stop",
          "netR": -2.1461,
          "holdMinutes": 2
        },
        {
          "entryTs": 1695707400,
          "entryUtc": "2023-09-26T05:50:00.000Z",
          "exitTs": 1695709200,
          "dir": -1,
          "entryPrice": 1913.595,
          "exitPrice": 1912.296,
          "stopDistance": 0.649,
          "outcome": "target",
          "netR": 1.4302,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695720000,
          "entryUtc": "2023-09-26T09:20:00.000Z",
          "exitTs": 1695726540,
          "dir": -1,
          "entryPrice": 1912.665,
          "exitPrice": 1910.509,
          "stopDistance": 1.078,
          "outcome": "target",
          "netR": 1.6567,
          "holdMinutes": 109
        },
        {
          "entryTs": 1695760500,
          "entryUtc": "2023-09-26T20:35:00.000Z",
          "exitTs": 1695766380,
          "dir": -1,
          "entryPrice": 1900.325,
          "exitPrice": 1901.031,
          "stopDistance": 0.706,
          "outcome": "stop",
          "netR": -1.5947,
          "holdMinutes": 98
        },
        {
          "entryTs": 1695775800,
          "entryUtc": "2023-09-27T00:50:00.000Z",
          "exitTs": 1695777780,
          "dir": -1,
          "entryPrice": 1900.685,
          "exitPrice": 1901.306,
          "stopDistance": 0.621,
          "outcome": "stop",
          "netR": -1.6762,
          "holdMinutes": 33
        },
        {
          "entryTs": 1695781800,
          "entryUtc": "2023-09-27T02:30:00.000Z",
          "exitTs": 1695787680,
          "dir": -1,
          "entryPrice": 1900.925,
          "exitPrice": 1898.912,
          "stopDistance": 1.007,
          "outcome": "target",
          "netR": 1.6324,
          "holdMinutes": 98
        },
        {
          "entryTs": 1695800100,
          "entryUtc": "2023-09-27T07:35:00.000Z",
          "exitTs": 1695811620,
          "dir": -1,
          "entryPrice": 1896.755,
          "exitPrice": 1893.919,
          "stopDistance": 1.418,
          "outcome": "target",
          "netR": 1.7391,
          "holdMinutes": 192
        },
        {
          "entryTs": 1695846300,
          "entryUtc": "2023-09-27T20:25:00.000Z",
          "exitTs": 1695852840,
          "dir": -1,
          "entryPrice": 1875.875,
          "exitPrice": 1876.946,
          "stopDistance": 1.071,
          "outcome": "stop",
          "netR": -1.3921,
          "holdMinutes": 109
        },
        {
          "entryTs": 1695861900,
          "entryUtc": "2023-09-28T00:45:00.000Z",
          "exitTs": 1695862860,
          "dir": -1,
          "entryPrice": 1876.235,
          "exitPrice": 1877.199,
          "stopDistance": 0.964,
          "outcome": "stop",
          "netR": -1.4358,
          "holdMinutes": 16
        },
        {
          "entryTs": 1695882600,
          "entryUtc": "2023-09-28T06:30:00.000Z",
          "exitTs": 1695884400,
          "dir": -1,
          "entryPrice": 1874.035,
          "exitPrice": 1875.282,
          "stopDistance": 1.247,
          "outcome": "stop",
          "netR": -1.3369,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695889200,
          "entryUtc": "2023-09-28T08:20:00.000Z",
          "exitTs": 1695894600,
          "dir": -1,
          "entryPrice": 1875.715,
          "exitPrice": 1877.035,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3181,
          "holdMinutes": 90
        },
        {
          "entryTs": 1695897000,
          "entryUtc": "2023-09-28T10:30:00.000Z",
          "exitTs": 1695899340,
          "dir": -1,
          "entryPrice": 1874.458,
          "exitPrice": 1875.613,
          "stopDistance": 1.155,
          "outcome": "stop",
          "netR": -1.3638,
          "holdMinutes": 39
        },
        {
          "entryTs": 1695905400,
          "entryUtc": "2023-09-28T12:50:00.000Z",
          "exitTs": 1695906240,
          "dir": -1,
          "entryPrice": 1872.575,
          "exitPrice": 1874.864,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 14
        },
        {
          "entryTs": 1695934200,
          "entryUtc": "2023-09-28T20:50:00.000Z",
          "exitTs": 1695939060,
          "dir": -1,
          "entryPrice": 1864.588,
          "exitPrice": 1865.567,
          "stopDistance": 0.979,
          "outcome": "stop",
          "netR": -1.4292,
          "holdMinutes": 81
        },
        {
          "entryTs": 1695949200,
          "entryUtc": "2023-09-29T01:00:00.000Z",
          "exitTs": 1695950220,
          "dir": -1,
          "entryPrice": 1865.285,
          "exitPrice": 1866.102,
          "stopDistance": 0.817,
          "outcome": "stop",
          "netR": -1.5141,
          "holdMinutes": 17
        },
        {
          "entryTs": 1695955800,
          "entryUtc": "2023-09-29T02:50:00.000Z",
          "exitTs": 1695966300,
          "dir": -1,
          "entryPrice": 1864.765,
          "exitPrice": 1865.717,
          "stopDistance": 0.952,
          "outcome": "stop",
          "netR": -1.441,
          "holdMinutes": 175
        },
        {
          "entryTs": 1695979800,
          "entryUtc": "2023-09-29T09:30:00.000Z",
          "exitTs": 1695980340,
          "dir": -1,
          "entryPrice": 1871.294,
          "exitPrice": 1872.456,
          "stopDistance": 1.162,
          "outcome": "stop",
          "netR": -1.3614,
          "holdMinutes": 9
        },
        {
          "entryTs": 1695985800,
          "entryUtc": "2023-09-29T11:10:00.000Z",
          "exitTs": 1695987300,
          "dir": -1,
          "entryPrice": 1869.995,
          "exitPrice": 1867.753,
          "stopDistance": 1.121,
          "outcome": "target",
          "netR": 1.67,
          "holdMinutes": 25
        },
        {
          "entryTs": 1695996000,
          "entryUtc": "2023-09-29T14:00:00.000Z",
          "exitTs": 1695996540,
          "dir": -1,
          "entryPrice": 1870.405,
          "exitPrice": 1864.472,
          "stopDistance": 2.966,
          "outcome": "target",
          "netR": 1.8753,
          "holdMinutes": 9
        },
        {
          "entryTs": 1696207200,
          "entryUtc": "2023-10-02T00:40:00.000Z",
          "exitTs": 1696208700,
          "dir": -1,
          "entryPrice": 1845.895,
          "exitPrice": 1846.975,
          "stopDistance": 1.08,
          "outcome": "stop",
          "netR": -1.389,
          "holdMinutes": 25
        },
        {
          "entryTs": 1696232400,
          "entryUtc": "2023-10-02T07:40:00.000Z",
          "exitTs": 1696237320,
          "dir": -1,
          "entryPrice": 1842.035,
          "exitPrice": 1838.664,
          "stopDistance": 1.685,
          "outcome": "target",
          "netR": 1.7805,
          "holdMinutes": 82
        },
        {
          "entryTs": 1696251000,
          "entryUtc": "2023-10-02T12:50:00.000Z",
          "exitTs": 1696252080,
          "dir": -1,
          "entryPrice": 1834.685,
          "exitPrice": 1837.166,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 18
        },
        {
          "entryTs": 1696253700,
          "entryUtc": "2023-10-02T13:35:00.000Z",
          "exitTs": 1696254180,
          "dir": -1,
          "entryPrice": 1834.248,
          "exitPrice": 1836.67,
          "stopDistance": 2.422,
          "outcome": "stop",
          "netR": -1.1734,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696263900,
          "entryUtc": "2023-10-02T16:25:00.000Z",
          "exitTs": 1696288200,
          "dir": -1,
          "entryPrice": 1831.405,
          "exitPrice": 1826.061,
          "stopDistance": 2.672,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 405
        },
        {
          "entryTs": 1696310700,
          "entryUtc": "2023-10-03T05:25:00.000Z",
          "exitTs": 1696313160,
          "dir": -1,
          "entryPrice": 1819.425,
          "exitPrice": 1820.659,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3403,
          "holdMinutes": 41
        },
        {
          "entryTs": 1696328400,
          "entryUtc": "2023-10-03T10:20:00.000Z",
          "exitTs": 1696329120,
          "dir": -1,
          "entryPrice": 1825.005,
          "exitPrice": 1826.43,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2947,
          "holdMinutes": 12
        },
        {
          "entryTs": 1696331100,
          "entryUtc": "2023-10-03T11:05:00.000Z",
          "exitTs": 1696333440,
          "dir": -1,
          "entryPrice": 1825.155,
          "exitPrice": 1826.521,
          "stopDistance": 1.366,
          "outcome": "stop",
          "netR": -1.3075,
          "holdMinutes": 39
        },
        {
          "entryTs": 1696337100,
          "entryUtc": "2023-10-03T12:45:00.000Z",
          "exitTs": 1696340400,
          "dir": -1,
          "entryPrice": 1825.015,
          "exitPrice": 1827.13,
          "stopDistance": 2.115,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 55
        },
        {
          "entryTs": 1696342200,
          "entryUtc": "2023-10-03T14:10:00.000Z",
          "exitTs": 1696342320,
          "dir": -1,
          "entryPrice": 1819.445,
          "exitPrice": 1823.138,
          "stopDistance": 3.693,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 2
        },
        {
          "entryTs": 1696346700,
          "entryUtc": "2023-10-03T15:25:00.000Z",
          "exitTs": 1696376700,
          "dir": -1,
          "entryPrice": 1824.604,
          "exitPrice": 1823.145,
          "stopDistance": 4.578,
          "outcome": "time",
          "netR": 0.2379,
          "holdMinutes": 500
        },
        {
          "entryTs": 1696377600,
          "entryUtc": "2023-10-04T00:00:00.000Z",
          "exitTs": 1696379940,
          "dir": -1,
          "entryPrice": 1823.225,
          "exitPrice": 1824.204,
          "stopDistance": 0.979,
          "outcome": "stop",
          "netR": -1.4291,
          "holdMinutes": 39
        },
        {
          "entryTs": 1696383300,
          "entryUtc": "2023-10-04T01:35:00.000Z",
          "exitTs": 1696387800,
          "dir": -1,
          "entryPrice": 1822.625,
          "exitPrice": 1819.978,
          "stopDistance": 1.324,
          "outcome": "target",
          "netR": 1.7205,
          "holdMinutes": 75
        },
        {
          "entryTs": 1696398900,
          "entryUtc": "2023-10-04T05:55:00.000Z",
          "exitTs": 1696400100,
          "dir": -1,
          "entryPrice": 1821.305,
          "exitPrice": 1818.975,
          "stopDistance": 1.165,
          "outcome": "target",
          "netR": 1.6824,
          "holdMinutes": 20
        },
        {
          "entryTs": 1696414200,
          "entryUtc": "2023-10-04T10:10:00.000Z",
          "exitTs": 1696417140,
          "dir": -1,
          "entryPrice": 1821.695,
          "exitPrice": 1823.075,
          "stopDistance": 1.38,
          "outcome": "stop",
          "netR": -1.3044,
          "holdMinutes": 49
        },
        {
          "entryTs": 1696426200,
          "entryUtc": "2023-10-04T13:30:00.000Z",
          "exitTs": 1696427340,
          "dir": -1,
          "entryPrice": 1824.298,
          "exitPrice": 1819.875,
          "stopDistance": 2.212,
          "outcome": "target",
          "netR": 1.8327,
          "holdMinutes": 19
        },
        {
          "entryTs": 1696437600,
          "entryUtc": "2023-10-04T16:40:00.000Z",
          "exitTs": 1696444500,
          "dir": -1,
          "entryPrice": 1821.995,
          "exitPrice": 1816.978,
          "stopDistance": 2.509,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 115
        },
        {
          "entryTs": 1696482600,
          "entryUtc": "2023-10-05T05:10:00.000Z",
          "exitTs": 1696483080,
          "dir": -1,
          "entryPrice": 1827.245,
          "exitPrice": 1827.999,
          "stopDistance": 0.754,
          "outcome": "stop",
          "netR": -1.557,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696484100,
          "entryUtc": "2023-10-05T05:35:00.000Z",
          "exitTs": 1696485840,
          "dir": -1,
          "entryPrice": 1826.945,
          "exitPrice": 1825.162,
          "stopDistance": 0.892,
          "outcome": "target",
          "netR": 1.585,
          "holdMinutes": 29
        },
        {
          "entryTs": 1696504800,
          "entryUtc": "2023-10-05T11:20:00.000Z",
          "exitTs": 1696506960,
          "dir": -1,
          "entryPrice": 1821.475,
          "exitPrice": 1822.683,
          "stopDistance": 1.208,
          "outcome": "stop",
          "netR": -1.3478,
          "holdMinutes": 36
        },
        {
          "entryTs": 1696508700,
          "entryUtc": "2023-10-05T12:25:00.000Z",
          "exitTs": 1696509480,
          "dir": -1,
          "entryPrice": 1819.705,
          "exitPrice": 1816.425,
          "stopDistance": 1.64,
          "outcome": "target",
          "netR": 1.7744,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696515300,
          "entryUtc": "2023-10-05T14:15:00.000Z",
          "exitTs": 1696544580,
          "dir": -1,
          "entryPrice": 1818.205,
          "exitPrice": 1821.207,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 488
        },
        {
          "entryTs": 1696551900,
          "entryUtc": "2023-10-06T00:25:00.000Z",
          "exitTs": 1696553100,
          "dir": -1,
          "entryPrice": 1820.665,
          "exitPrice": 1821.471,
          "stopDistance": 0.806,
          "outcome": "stop",
          "netR": -1.5211,
          "holdMinutes": 20
        },
        {
          "entryTs": 1696568100,
          "entryUtc": "2023-10-06T04:55:00.000Z",
          "exitTs": 1696569840,
          "dir": -1,
          "entryPrice": 1823.035,
          "exitPrice": 1821.773,
          "stopDistance": 0.631,
          "outcome": "target",
          "netR": 1.4137,
          "holdMinutes": 29
        },
        {
          "entryTs": 1696581300,
          "entryUtc": "2023-10-06T08:35:00.000Z",
          "exitTs": 1696581960,
          "dir": -1,
          "entryPrice": 1819.815,
          "exitPrice": 1820.997,
          "stopDistance": 1.182,
          "outcome": "stop",
          "netR": -1.3554,
          "holdMinutes": 11
        },
        {
          "entryTs": 1696586400,
          "entryUtc": "2023-10-06T10:00:00.000Z",
          "exitTs": 1696586580,
          "dir": -1,
          "entryPrice": 1820.425,
          "exitPrice": 1821.417,
          "stopDistance": 0.992,
          "outcome": "stop",
          "netR": -1.4235,
          "holdMinutes": 3
        },
        {
          "entryTs": 1696591500,
          "entryUtc": "2023-10-06T11:25:00.000Z",
          "exitTs": 1696595100,
          "dir": -1,
          "entryPrice": 1821.735,
          "exitPrice": 1819.426,
          "stopDistance": 1.154,
          "outcome": "target",
          "netR": 1.6795,
          "holdMinutes": 60
        },
        {
          "entryTs": 1696620000,
          "entryUtc": "2023-10-06T19:20:00.000Z",
          "exitTs": 1696624560,
          "dir": -1,
          "entryPrice": 1830.095,
          "exitPrice": 1831.589,
          "stopDistance": 1.494,
          "outcome": "stop",
          "netR": -1.2812,
          "holdMinutes": 76
        },
        {
          "entryTs": 1696823400,
          "entryUtc": "2023-10-09T03:50:00.000Z",
          "exitTs": 1696829280,
          "dir": 1,
          "entryPrice": 1850.778,
          "exitPrice": 1849.349,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2939,
          "holdMinutes": 98
        },
        {
          "entryTs": 1696830900,
          "entryUtc": "2023-10-09T05:55:00.000Z",
          "exitTs": 1696834800,
          "dir": 1,
          "entryPrice": 1851.278,
          "exitPrice": 1849.758,
          "stopDistance": 1.52,
          "outcome": "stop",
          "netR": -1.2763,
          "holdMinutes": 65
        },
        {
          "entryTs": 1696837800,
          "entryUtc": "2023-10-09T07:50:00.000Z",
          "exitTs": 1696839300,
          "dir": 1,
          "entryPrice": 1851.265,
          "exitPrice": 1849.49,
          "stopDistance": 1.775,
          "outcome": "stop",
          "netR": -1.2366,
          "holdMinutes": 25
        },
        {
          "entryTs": 1696842900,
          "entryUtc": "2023-10-09T09:15:00.000Z",
          "exitTs": 1696849320,
          "dir": 1,
          "entryPrice": 1850.955,
          "exitPrice": 1849.66,
          "stopDistance": 1.295,
          "outcome": "stop",
          "netR": -1.3242,
          "holdMinutes": 107
        },
        {
          "entryTs": 1696872300,
          "entryUtc": "2023-10-09T17:25:00.000Z",
          "exitTs": 1696873200,
          "dir": 1,
          "entryPrice": 1851.565,
          "exitPrice": 1854.135,
          "stopDistance": 1.285,
          "outcome": "target",
          "netR": 1.712,
          "holdMinutes": 15
        },
        {
          "entryTs": 1696927200,
          "entryUtc": "2023-10-10T08:40:00.000Z",
          "exitTs": 1696933080,
          "dir": 1,
          "entryPrice": 1858.805,
          "exitPrice": 1856.889,
          "stopDistance": 1.916,
          "outcome": "stop",
          "netR": -1.2192,
          "holdMinutes": 98
        },
        {
          "entryTs": 1696946400,
          "entryUtc": "2023-10-10T14:00:00.000Z",
          "exitTs": 1696948800,
          "dir": 1,
          "entryPrice": 1857.345,
          "exitPrice": 1854.985,
          "stopDistance": 2.36,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 40
        },
        {
          "entryTs": 1696950300,
          "entryUtc": "2023-10-10T15:05:00.000Z",
          "exitTs": 1696956540,
          "dir": 1,
          "entryPrice": 1857.365,
          "exitPrice": 1862.309,
          "stopDistance": 2.472,
          "outcome": "target",
          "netR": 1.8503,
          "holdMinutes": 104
        },
        {
          "entryTs": 1696967400,
          "entryUtc": "2023-10-10T19:50:00.000Z",
          "exitTs": 1696997400,
          "dir": 1,
          "entryPrice": 1859.825,
          "exitPrice": 1860.225,
          "stopDistance": 1.112,
          "outcome": "time",
          "netR": 0.027,
          "holdMinutes": 500
        },
        {
          "entryTs": 1697005500,
          "entryUtc": "2023-10-11T06:25:00.000Z",
          "exitTs": 1697006520,
          "dir": 1,
          "entryPrice": 1860.208,
          "exitPrice": 1861.964,
          "stopDistance": 0.878,
          "outcome": "target",
          "netR": 1.5785,
          "holdMinutes": 17
        },
        {
          "entryTs": 1697029200,
          "entryUtc": "2023-10-11T13:00:00.000Z",
          "exitTs": 1697031180,
          "dir": 1,
          "entryPrice": 1872.785,
          "exitPrice": 1870.612,
          "stopDistance": 2.173,
          "outcome": "stop",
          "netR": -1.1933,
          "holdMinutes": 33
        },
        {
          "entryTs": 1697038200,
          "entryUtc": "2023-10-11T15:30:00.000Z",
          "exitTs": 1697041140,
          "dir": 1,
          "entryPrice": 1872.095,
          "exitPrice": 1876.915,
          "stopDistance": 2.41,
          "outcome": "target",
          "netR": 1.8465,
          "holdMinutes": 49
        },
        {
          "entryTs": 1697051100,
          "entryUtc": "2023-10-11T19:05:00.000Z",
          "exitTs": 1697073480,
          "dir": 1,
          "entryPrice": 1873.525,
          "exitPrice": 1876.613,
          "stopDistance": 1.544,
          "outcome": "target",
          "netR": 1.7603,
          "holdMinutes": 373
        },
        {
          "entryTs": 1697099100,
          "entryUtc": "2023-10-12T08:25:00.000Z",
          "exitTs": 1697100660,
          "dir": 1,
          "entryPrice": 1881.105,
          "exitPrice": 1879.738,
          "stopDistance": 1.367,
          "outcome": "stop",
          "netR": -1.3073,
          "holdMinutes": 26
        },
        {
          "entryTs": 1697103300,
          "entryUtc": "2023-10-12T09:35:00.000Z",
          "exitTs": 1697110800,
          "dir": 1,
          "entryPrice": 1880.955,
          "exitPrice": 1883.283,
          "stopDistance": 1.164,
          "outcome": "target",
          "netR": 1.6821,
          "holdMinutes": 125
        },
        {
          "entryTs": 1697148600,
          "entryUtc": "2023-10-12T22:10:00.000Z",
          "exitTs": 1697150520,
          "dir": 1,
          "entryPrice": 1869.635,
          "exitPrice": 1871.044,
          "stopDistance": 0.704,
          "outcome": "target",
          "netR": 1.4746,
          "holdMinutes": 32
        },
        {
          "entryTs": 1697226600,
          "entryUtc": "2023-10-13T19:50:00.000Z",
          "exitTs": 1697230500,
          "dir": 1,
          "entryPrice": 1928.195,
          "exitPrice": 1930.73,
          "stopDistance": 1.268,
          "outcome": "target",
          "netR": 1.7081,
          "holdMinutes": 65
        },
        {
          "entryTs": 1697432400,
          "entryUtc": "2023-10-16T05:00:00.000Z",
          "exitTs": 1697434380,
          "dir": 1,
          "entryPrice": 1920.085,
          "exitPrice": 1919.095,
          "stopDistance": 0.99,
          "outcome": "stop",
          "netR": -1.4242,
          "holdMinutes": 33
        },
        {
          "entryTs": 1697447700,
          "entryUtc": "2023-10-16T09:15:00.000Z",
          "exitTs": 1697450640,
          "dir": 1,
          "entryPrice": 1912.925,
          "exitPrice": 1916.598,
          "stopDistance": 1.836,
          "outcome": "target",
          "netR": 1.7985,
          "holdMinutes": 49
        },
        {
          "entryTs": 1697458200,
          "entryUtc": "2023-10-16T12:10:00.000Z",
          "exitTs": 1697458860,
          "dir": 1,
          "entryPrice": 1916.818,
          "exitPrice": 1920.608,
          "stopDistance": 1.895,
          "outcome": "target",
          "netR": 1.8048,
          "holdMinutes": 11
        },
        {
          "entryTs": 1697464200,
          "entryUtc": "2023-10-16T13:50:00.000Z",
          "exitTs": 1697464380,
          "dir": 1,
          "entryPrice": 1920.895,
          "exitPrice": 1917.979,
          "stopDistance": 2.916,
          "outcome": "stop",
          "netR": -1.144,
          "holdMinutes": 3
        },
        {
          "entryTs": 1697468700,
          "entryUtc": "2023-10-16T15:05:00.000Z",
          "exitTs": 1697498700,
          "dir": 1,
          "entryPrice": 1920.078,
          "exitPrice": 1920.245,
          "stopDistance": 2.875,
          "outcome": "time",
          "netR": -0.0706,
          "holdMinutes": 500
        },
        {
          "entryTs": 1697513700,
          "entryUtc": "2023-10-17T03:35:00.000Z",
          "exitTs": 1697518800,
          "dir": 1,
          "entryPrice": 1915.455,
          "exitPrice": 1914.17,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.327,
          "holdMinutes": 85
        },
        {
          "entryTs": 1697519400,
          "entryUtc": "2023-10-17T05:10:00.000Z",
          "exitTs": 1697520600,
          "dir": 1,
          "entryPrice": 1916.205,
          "exitPrice": 1915.06,
          "stopDistance": 1.145,
          "outcome": "stop",
          "netR": -1.3667,
          "holdMinutes": 20
        },
        {
          "entryTs": 1697522100,
          "entryUtc": "2023-10-17T05:55:00.000Z",
          "exitTs": 1697526360,
          "dir": 1,
          "entryPrice": 1916.575,
          "exitPrice": 1918.798,
          "stopDistance": 1.111,
          "outcome": "target",
          "netR": 1.6671,
          "holdMinutes": 71
        },
        {
          "entryTs": 1697547000,
          "entryUtc": "2023-10-17T12:50:00.000Z",
          "exitTs": 1697547840,
          "dir": 1,
          "entryPrice": 1925.598,
          "exitPrice": 1922.877,
          "stopDistance": 2.721,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 14
        },
        {
          "entryTs": 1697550600,
          "entryUtc": "2023-10-17T13:50:00.000Z",
          "exitTs": 1697553720,
          "dir": 1,
          "entryPrice": 1927.838,
          "exitPrice": 1924.092,
          "stopDistance": 3.746,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 52
        },
        {
          "entryTs": 1697558100,
          "entryUtc": "2023-10-17T15:55:00.000Z",
          "exitTs": 1697560260,
          "dir": 1,
          "entryPrice": 1926.185,
          "exitPrice": 1923.533,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 36
        },
        {
          "entryTs": 1697570100,
          "entryUtc": "2023-10-17T19:15:00.000Z",
          "exitTs": 1697573040,
          "dir": 1,
          "entryPrice": 1923.815,
          "exitPrice": 1922.245,
          "stopDistance": 1.57,
          "outcome": "stop",
          "netR": -1.2676,
          "holdMinutes": 49
        },
        {
          "entryTs": 1697575500,
          "entryUtc": "2023-10-17T20:45:00.000Z",
          "exitTs": 1697581800,
          "dir": 1,
          "entryPrice": 1923.075,
          "exitPrice": 1924.912,
          "stopDistance": 0.919,
          "outcome": "target",
          "netR": 1.5972,
          "holdMinutes": 105
        },
        {
          "entryTs": 1697615100,
          "entryUtc": "2023-10-18T07:45:00.000Z",
          "exitTs": 1697621400,
          "dir": 1,
          "entryPrice": 1937.908,
          "exitPrice": 1941.475,
          "stopDistance": 1.784,
          "outcome": "target",
          "netR": 1.7925,
          "holdMinutes": 105
        },
        {
          "entryTs": 1697646900,
          "entryUtc": "2023-10-18T16:35:00.000Z",
          "exitTs": 1697649840,
          "dir": 1,
          "entryPrice": 1949.245,
          "exitPrice": 1954.985,
          "stopDistance": 2.87,
          "outcome": "target",
          "netR": 1.8711,
          "holdMinutes": 49
        },
        {
          "entryTs": 1697668200,
          "entryUtc": "2023-10-18T22:30:00.000Z",
          "exitTs": 1697676060,
          "dir": 1,
          "entryPrice": 1950.585,
          "exitPrice": 1949.169,
          "stopDistance": 1.416,
          "outcome": "stop",
          "netR": -1.2965,
          "holdMinutes": 131
        },
        {
          "entryTs": 1697684700,
          "entryUtc": "2023-10-19T03:05:00.000Z",
          "exitTs": 1697685360,
          "dir": 1,
          "entryPrice": 1950.138,
          "exitPrice": 1948.664,
          "stopDistance": 1.474,
          "outcome": "stop",
          "netR": -1.2849,
          "holdMinutes": 11
        },
        {
          "entryTs": 1697691600,
          "entryUtc": "2023-10-19T05:00:00.000Z",
          "exitTs": 1697694600,
          "dir": 1,
          "entryPrice": 1947.998,
          "exitPrice": 1946.621,
          "stopDistance": 1.378,
          "outcome": "stop",
          "netR": -1.3049,
          "holdMinutes": 50
        },
        {
          "entryTs": 1697698800,
          "entryUtc": "2023-10-19T07:00:00.000Z",
          "exitTs": 1697700180,
          "dir": 1,
          "entryPrice": 1947.885,
          "exitPrice": 1951.234,
          "stopDistance": 1.675,
          "outcome": "target",
          "netR": 1.7791,
          "holdMinutes": 23
        },
        {
          "entryTs": 1697709600,
          "entryUtc": "2023-10-19T10:00:00.000Z",
          "exitTs": 1697718000,
          "dir": 1,
          "entryPrice": 1950.625,
          "exitPrice": 1954.083,
          "stopDistance": 1.729,
          "outcome": "target",
          "netR": 1.786,
          "holdMinutes": 140
        },
        {
          "entryTs": 1697722800,
          "entryUtc": "2023-10-19T13:40:00.000Z",
          "exitTs": 1697724720,
          "dir": 1,
          "entryPrice": 1954.025,
          "exitPrice": 1951.052,
          "stopDistance": 2.973,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 32
        },
        {
          "entryTs": 1697728800,
          "entryUtc": "2023-10-19T15:20:00.000Z",
          "exitTs": 1697731320,
          "dir": 1,
          "entryPrice": 1955.225,
          "exitPrice": 1960.596,
          "stopDistance": 2.686,
          "outcome": "target",
          "netR": 1.8622,
          "holdMinutes": 42
        },
        {
          "entryTs": 1697748300,
          "entryUtc": "2023-10-19T20:45:00.000Z",
          "exitTs": 1697758260,
          "dir": 1,
          "entryPrice": 1973.928,
          "exitPrice": 1977.619,
          "stopDistance": 1.845,
          "outcome": "target",
          "netR": 1.7995,
          "holdMinutes": 166
        },
        {
          "entryTs": 1697762100,
          "entryUtc": "2023-10-20T00:35:00.000Z",
          "exitTs": 1697763600,
          "dir": 1,
          "entryPrice": 1976.458,
          "exitPrice": 1973.903,
          "stopDistance": 2.555,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 25
        },
        {
          "entryTs": 1697766600,
          "entryUtc": "2023-10-20T01:50:00.000Z",
          "exitTs": 1697770320,
          "dir": 1,
          "entryPrice": 1975.985,
          "exitPrice": 1980.699,
          "stopDistance": 2.357,
          "outcome": "target",
          "netR": 1.843,
          "holdMinutes": 62
        },
        {
          "entryTs": 1697779800,
          "entryUtc": "2023-10-20T05:30:00.000Z",
          "exitTs": 1697781600,
          "dir": 1,
          "entryPrice": 1978.615,
          "exitPrice": 1977.296,
          "stopDistance": 1.319,
          "outcome": "stop",
          "netR": -1.3184,
          "holdMinutes": 30
        },
        {
          "entryTs": 1697785200,
          "entryUtc": "2023-10-20T07:00:00.000Z",
          "exitTs": 1697789940,
          "dir": 1,
          "entryPrice": 1979.178,
          "exitPrice": 1983.51,
          "stopDistance": 2.166,
          "outcome": "target",
          "netR": 1.8292,
          "holdMinutes": 79
        },
        {
          "entryTs": 1697809800,
          "entryUtc": "2023-10-20T13:50:00.000Z",
          "exitTs": 1697810400,
          "dir": 1,
          "entryPrice": 1982.775,
          "exitPrice": 1988.834,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 10
        },
        {
          "entryTs": 1697819700,
          "entryUtc": "2023-10-20T16:35:00.000Z",
          "exitTs": 1697820420,
          "dir": 1,
          "entryPrice": 1991.025,
          "exitPrice": 1987.988,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 12
        },
        {
          "entryTs": 1698027900,
          "entryUtc": "2023-10-23T02:25:00.000Z",
          "exitTs": 1698039540,
          "dir": 1,
          "entryPrice": 1970.545,
          "exitPrice": 1975.205,
          "stopDistance": 2.33,
          "outcome": "target",
          "netR": 1.8412,
          "holdMinutes": 194
        },
        {
          "entryTs": 1698061800,
          "entryUtc": "2023-10-23T11:50:00.000Z",
          "exitTs": 1698063240,
          "dir": 1,
          "entryPrice": 1978.325,
          "exitPrice": 1976.437,
          "stopDistance": 1.888,
          "outcome": "stop",
          "netR": -1.2225,
          "holdMinutes": 24
        },
        {
          "entryTs": 1698063600,
          "entryUtc": "2023-10-23T12:20:00.000Z",
          "exitTs": 1698064740,
          "dir": 1,
          "entryPrice": 1980.245,
          "exitPrice": 1977.912,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.18,
          "holdMinutes": 19
        },
        {
          "entryTs": 1698066300,
          "entryUtc": "2023-10-23T13:05:00.000Z",
          "exitTs": 1698067860,
          "dir": 1,
          "entryPrice": 1979.378,
          "exitPrice": 1976.726,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 26
        },
        {
          "entryTs": 1698072900,
          "entryUtc": "2023-10-23T14:55:00.000Z",
          "exitTs": 1698075780,
          "dir": 1,
          "entryPrice": 1978.315,
          "exitPrice": 1975.265,
          "stopDistance": 3.05,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 48
        },
        {
          "entryTs": 1698078600,
          "entryUtc": "2023-10-23T16:30:00.000Z",
          "exitTs": 1698079980,
          "dir": 1,
          "entryPrice": 1978.445,
          "exitPrice": 1975.935,
          "stopDistance": 2.51,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 23
        },
        {
          "entryTs": 1698083400,
          "entryUtc": "2023-10-23T17:50:00.000Z",
          "exitTs": 1698088860,
          "dir": 1,
          "entryPrice": 1977.235,
          "exitPrice": 1974.767,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 91
        },
        {
          "entryTs": 1698103500,
          "entryUtc": "2023-10-23T23:25:00.000Z",
          "exitTs": 1698103980,
          "dir": 1,
          "entryPrice": 1973.395,
          "exitPrice": 1972.624,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5448,
          "holdMinutes": 8
        },
        {
          "entryTs": 1698105900,
          "entryUtc": "2023-10-24T00:05:00.000Z",
          "exitTs": 1698106980,
          "dir": 1,
          "entryPrice": 1973.695,
          "exitPrice": 1975.462,
          "stopDistance": 0.883,
          "outcome": "target",
          "netR": 1.5812,
          "holdMinutes": 18
        },
        {
          "entryTs": 1698117900,
          "entryUtc": "2023-10-24T03:25:00.000Z",
          "exitTs": 1698120300,
          "dir": 1,
          "entryPrice": 1977.845,
          "exitPrice": 1975.997,
          "stopDistance": 1.848,
          "outcome": "stop",
          "netR": -1.2273,
          "holdMinutes": 40
        },
        {
          "entryTs": 1698127800,
          "entryUtc": "2023-10-24T06:10:00.000Z",
          "exitTs": 1698133080,
          "dir": 1,
          "entryPrice": 1976.785,
          "exitPrice": 1975.409,
          "stopDistance": 1.376,
          "outcome": "stop",
          "netR": -1.3052,
          "holdMinutes": 88
        },
        {
          "entryTs": 1698150300,
          "entryUtc": "2023-10-24T12:25:00.000Z",
          "exitTs": 1698150540,
          "dir": 1,
          "entryPrice": 1966.475,
          "exitPrice": 1963.435,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 4
        },
        {
          "entryTs": 1698156600,
          "entryUtc": "2023-10-24T14:10:00.000Z",
          "exitTs": 1698164400,
          "dir": 1,
          "entryPrice": 1964.864,
          "exitPrice": 1972.431,
          "stopDistance": 3.783,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 130
        },
        {
          "entryTs": 1698190800,
          "entryUtc": "2023-10-24T23:40:00.000Z",
          "exitTs": 1698191220,
          "dir": 1,
          "entryPrice": 1971.325,
          "exitPrice": 1972.453,
          "stopDistance": 0.564,
          "outcome": "target",
          "netR": 1.3442,
          "holdMinutes": 7
        },
        {
          "entryTs": 1698207900,
          "entryUtc": "2023-10-25T04:25:00.000Z",
          "exitTs": 1698209520,
          "dir": 1,
          "entryPrice": 1973.835,
          "exitPrice": 1972.479,
          "stopDistance": 1.356,
          "outcome": "stop",
          "netR": -1.3098,
          "holdMinutes": 27
        },
        {
          "entryTs": 1698213900,
          "entryUtc": "2023-10-25T06:05:00.000Z",
          "exitTs": 1698215040,
          "dir": 1,
          "entryPrice": 1973.198,
          "exitPrice": 1975.777,
          "stopDistance": 1.289,
          "outcome": "target",
          "netR": 1.7131,
          "holdMinutes": 19
        },
        {
          "entryTs": 1698222900,
          "entryUtc": "2023-10-25T08:35:00.000Z",
          "exitTs": 1698224340,
          "dir": 1,
          "entryPrice": 1973.105,
          "exitPrice": 1971.296,
          "stopDistance": 1.809,
          "outcome": "stop",
          "netR": -1.2322,
          "holdMinutes": 24
        },
        {
          "entryTs": 1698229800,
          "entryUtc": "2023-10-25T10:30:00.000Z",
          "exitTs": 1698234180,
          "dir": 1,
          "entryPrice": 1973.005,
          "exitPrice": 1976.195,
          "stopDistance": 1.595,
          "outcome": "target",
          "netR": 1.768,
          "holdMinutes": 73
        },
        {
          "entryTs": 1698245100,
          "entryUtc": "2023-10-25T14:45:00.000Z",
          "exitTs": 1698246180,
          "dir": 1,
          "entryPrice": 1978.175,
          "exitPrice": 1974.448,
          "stopDistance": 3.727,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 18
        },
        {
          "entryTs": 1698248700,
          "entryUtc": "2023-10-25T15:45:00.000Z",
          "exitTs": 1698278700,
          "dir": 1,
          "entryPrice": 1981.385,
          "exitPrice": 1983.435,
          "stopDistance": 5.064,
          "outcome": "time",
          "netR": 0.3318,
          "holdMinutes": 500
        },
        {
          "entryTs": 1698291300,
          "entryUtc": "2023-10-26T03:35:00.000Z",
          "exitTs": 1698292860,
          "dir": 1,
          "entryPrice": 1985.065,
          "exitPrice": 1987.662,
          "stopDistance": 1.298,
          "outcome": "target",
          "netR": 1.715,
          "holdMinutes": 26
        },
        {
          "entryTs": 1698304800,
          "entryUtc": "2023-10-26T07:20:00.000Z",
          "exitTs": 1698307320,
          "dir": 1,
          "entryPrice": 1987.085,
          "exitPrice": 1990.656,
          "stopDistance": 1.786,
          "outcome": "target",
          "netR": 1.7928,
          "holdMinutes": 42
        },
        {
          "entryTs": 1698332700,
          "entryUtc": "2023-10-26T15:05:00.000Z",
          "exitTs": 1698339780,
          "dir": 1,
          "entryPrice": 1979.595,
          "exitPrice": 1986.179,
          "stopDistance": 3.292,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 118
        },
        {
          "entryTs": 1698351600,
          "entryUtc": "2023-10-26T20:20:00.000Z",
          "exitTs": 1698364440,
          "dir": 1,
          "entryPrice": 1985.075,
          "exitPrice": 1983.627,
          "stopDistance": 1.448,
          "outcome": "stop",
          "netR": -1.29,
          "holdMinutes": 214
        },
        {
          "entryTs": 1698369300,
          "entryUtc": "2023-10-27T01:15:00.000Z",
          "exitTs": 1698372840,
          "dir": 1,
          "entryPrice": 1984.875,
          "exitPrice": 1987.552,
          "stopDistance": 1.338,
          "outcome": "target",
          "netR": 1.7235,
          "holdMinutes": 59
        },
        {
          "entryTs": 1698386700,
          "entryUtc": "2023-10-27T06:05:00.000Z",
          "exitTs": 1698387180,
          "dir": 1,
          "entryPrice": 1989.015,
          "exitPrice": 1987.794,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3439,
          "holdMinutes": 8
        },
        {
          "entryTs": 1698389400,
          "entryUtc": "2023-10-27T06:50:00.000Z",
          "exitTs": 1698390000,
          "dir": 1,
          "entryPrice": 1988.885,
          "exitPrice": 1987.138,
          "stopDistance": 1.747,
          "outcome": "stop",
          "netR": -1.2403,
          "holdMinutes": 10
        },
        {
          "entryTs": 1698398400,
          "entryUtc": "2023-10-27T09:20:00.000Z",
          "exitTs": 1698400320,
          "dir": 1,
          "entryPrice": 1987.145,
          "exitPrice": 1985.867,
          "stopDistance": 1.278,
          "outcome": "stop",
          "netR": -1.3287,
          "holdMinutes": 32
        },
        {
          "entryTs": 1698410100,
          "entryUtc": "2023-10-27T12:35:00.000Z",
          "exitTs": 1698411000,
          "dir": 1,
          "entryPrice": 1985.055,
          "exitPrice": 1982.921,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 15
        },
        {
          "entryTs": 1698414300,
          "entryUtc": "2023-10-27T13:45:00.000Z",
          "exitTs": 1698414660,
          "dir": 1,
          "entryPrice": 1982.804,
          "exitPrice": 1979.38,
          "stopDistance": 3.424,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 6
        },
        {
          "entryTs": 1698414900,
          "entryUtc": "2023-10-27T13:55:00.000Z",
          "exitTs": 1698420000,
          "dir": 1,
          "entryPrice": 1982.895,
          "exitPrice": 1979.211,
          "stopDistance": 3.684,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 85
        },
        {
          "entryTs": 1698425700,
          "entryUtc": "2023-10-27T16:55:00.000Z",
          "exitTs": 1698427080,
          "dir": 1,
          "entryPrice": 1982.635,
          "exitPrice": 1986.66,
          "stopDistance": 2.013,
          "outcome": "target",
          "netR": 1.8161,
          "holdMinutes": 23
        },
        {
          "entryTs": 1698624600,
          "entryUtc": "2023-10-30T00:10:00.000Z",
          "exitTs": 1698625500,
          "dir": 1,
          "entryPrice": 2004.195,
          "exitPrice": 2002.254,
          "stopDistance": 1.941,
          "outcome": "stop",
          "netR": -1.2164,
          "holdMinutes": 15
        },
        {
          "entryTs": 1698630900,
          "entryUtc": "2023-10-30T01:55:00.000Z",
          "exitTs": 1698632520,
          "dir": 1,
          "entryPrice": 2004.115,
          "exitPrice": 2002.406,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 27
        },
        {
          "entryTs": 1698659700,
          "entryUtc": "2023-10-30T09:55:00.000Z",
          "exitTs": 1698663360,
          "dir": 1,
          "entryPrice": 1996.445,
          "exitPrice": 1994.214,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 61
        },
        {
          "entryTs": 1698668700,
          "entryUtc": "2023-10-30T12:25:00.000Z",
          "exitTs": 1698669120,
          "dir": 1,
          "entryPrice": 1995.978,
          "exitPrice": 1999.707,
          "stopDistance": 1.864,
          "outcome": "target",
          "netR": 1.8015,
          "holdMinutes": 7
        },
        {
          "entryTs": 1698679800,
          "entryUtc": "2023-10-30T15:30:00.000Z",
          "exitTs": 1698686400,
          "dir": 1,
          "entryPrice": 1999.975,
          "exitPrice": 1996.882,
          "stopDistance": 3.093,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 110
        },
        {
          "entryTs": 1698689700,
          "entryUtc": "2023-10-30T18:15:00.000Z",
          "exitTs": 1698691080,
          "dir": 1,
          "entryPrice": 1999.125,
          "exitPrice": 1997.42,
          "stopDistance": 1.705,
          "outcome": "stop",
          "netR": -1.2464,
          "holdMinutes": 23
        },
        {
          "entryTs": 1698713100,
          "entryUtc": "2023-10-31T00:45:00.000Z",
          "exitTs": 1698720780,
          "dir": 1,
          "entryPrice": 1995.515,
          "exitPrice": 1994.542,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4315,
          "holdMinutes": 128
        },
        {
          "entryTs": 1698729300,
          "entryUtc": "2023-10-31T05:15:00.000Z",
          "exitTs": 1698732420,
          "dir": 1,
          "entryPrice": 1994.085,
          "exitPrice": 1992.76,
          "stopDistance": 1.325,
          "outcome": "stop",
          "netR": -1.317,
          "holdMinutes": 52
        },
        {
          "entryTs": 1698733500,
          "entryUtc": "2023-10-31T06:25:00.000Z",
          "exitTs": 1698735900,
          "dir": 1,
          "entryPrice": 1993.815,
          "exitPrice": 1996.296,
          "stopDistance": 1.241,
          "outcome": "target",
          "netR": 1.7017,
          "holdMinutes": 40
        },
        {
          "entryTs": 1698760500,
          "entryUtc": "2023-10-31T13:55:00.000Z",
          "exitTs": 1698761820,
          "dir": 1,
          "entryPrice": 2001.478,
          "exitPrice": 2006.683,
          "stopDistance": 2.602,
          "outcome": "target",
          "netR": 1.8578,
          "holdMinutes": 22
        },
        {
          "entryTs": 1698780600,
          "entryUtc": "2023-10-31T19:30:00.000Z",
          "exitTs": 1698783600,
          "dir": 1,
          "entryPrice": 1985.658,
          "exitPrice": 1983.311,
          "stopDistance": 2.347,
          "outcome": "stop",
          "netR": -1.179,
          "holdMinutes": 50
        },
        {
          "entryTs": 1698791700,
          "entryUtc": "2023-10-31T22:35:00.000Z",
          "exitTs": 1698793020,
          "dir": 1,
          "entryPrice": 1985.115,
          "exitPrice": 1983.92,
          "stopDistance": 1.195,
          "outcome": "stop",
          "netR": -1.3515,
          "holdMinutes": 22
        },
        {
          "entryTs": 1698816900,
          "entryUtc": "2023-11-01T05:35:00.000Z",
          "exitTs": 1698818940,
          "dir": 1,
          "entryPrice": 1977.995,
          "exitPrice": 1980.608,
          "stopDistance": 1.306,
          "outcome": "target",
          "netR": 1.7168,
          "holdMinutes": 34
        },
        {
          "entryTs": 1698828300,
          "entryUtc": "2023-11-01T08:45:00.000Z",
          "exitTs": 1698828780,
          "dir": 1,
          "entryPrice": 1979.675,
          "exitPrice": 1982.855,
          "stopDistance": 1.59,
          "outcome": "target",
          "netR": 1.7673,
          "holdMinutes": 8
        },
        {
          "entryTs": 1698847200,
          "entryUtc": "2023-11-01T14:00:00.000Z",
          "exitTs": 1698847200,
          "dir": 1,
          "entryPrice": 1985.665,
          "exitPrice": 1990.971,
          "stopDistance": 2.653,
          "outcome": "target",
          "netR": 1.8605,
          "holdMinutes": 0
        },
        {
          "entryTs": 1698863700,
          "entryUtc": "2023-11-01T18:35:00.000Z",
          "exitTs": 1698863940,
          "dir": 1,
          "entryPrice": 1979.645,
          "exitPrice": 1976.913,
          "stopDistance": 2.732,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 4
        },
        {
          "entryTs": 1698871800,
          "entryUtc": "2023-11-01T20:50:00.000Z",
          "exitTs": 1698879840,
          "dir": 1,
          "entryPrice": 1979.665,
          "exitPrice": 1984.217,
          "stopDistance": 2.276,
          "outcome": "target",
          "netR": 1.8374,
          "holdMinutes": 134
        },
        {
          "entryTs": 1698899400,
          "entryUtc": "2023-11-02T04:30:00.000Z",
          "exitTs": 1698904380,
          "dir": 1,
          "entryPrice": 1985.675,
          "exitPrice": 1984.648,
          "stopDistance": 1.027,
          "outcome": "stop",
          "netR": -1.4088,
          "holdMinutes": 83
        },
        {
          "entryTs": 1698913200,
          "entryUtc": "2023-11-02T08:20:00.000Z",
          "exitTs": 1698916560,
          "dir": 1,
          "entryPrice": 1986.175,
          "exitPrice": 1988.733,
          "stopDistance": 1.279,
          "outcome": "target",
          "netR": 1.7108,
          "holdMinutes": 56
        },
        {
          "entryTs": 1698921600,
          "entryUtc": "2023-11-02T10:40:00.000Z",
          "exitTs": 1698926700,
          "dir": 1,
          "entryPrice": 1988.825,
          "exitPrice": 1987.34,
          "stopDistance": 1.485,
          "outcome": "stop",
          "netR": -1.2828,
          "holdMinutes": 85
        },
        {
          "entryTs": 1698927300,
          "entryUtc": "2023-11-02T12:15:00.000Z",
          "exitTs": 1698927540,
          "dir": 1,
          "entryPrice": 1988.445,
          "exitPrice": 1986.896,
          "stopDistance": 1.549,
          "outcome": "stop",
          "netR": -1.2712,
          "holdMinutes": 4
        },
        {
          "entryTs": 1698927900,
          "entryUtc": "2023-11-02T12:25:00.000Z",
          "exitTs": 1698931020,
          "dir": 1,
          "entryPrice": 1989.655,
          "exitPrice": 1987.756,
          "stopDistance": 1.899,
          "outcome": "stop",
          "netR": -1.2212,
          "holdMinutes": 52
        },
        {
          "entryTs": 1698945300,
          "entryUtc": "2023-11-02T17:15:00.000Z",
          "exitTs": 1698975300,
          "dir": 1,
          "entryPrice": 1982.388,
          "exitPrice": 1983.725,
          "stopDistance": 2.101,
          "outcome": "time",
          "netR": 0.4603,
          "holdMinutes": 500
        },
        {
          "entryTs": 1698978300,
          "entryUtc": "2023-11-03T02:25:00.000Z",
          "exitTs": 1698979080,
          "dir": 1,
          "entryPrice": 1985.165,
          "exitPrice": 1986.964,
          "stopDistance": 0.899,
          "outcome": "target",
          "netR": 1.5886,
          "holdMinutes": 13
        },
        {
          "entryTs": 1698988800,
          "entryUtc": "2023-11-03T05:20:00.000Z",
          "exitTs": 1698992520,
          "dir": 1,
          "entryPrice": 1986.215,
          "exitPrice": 1987.634,
          "stopDistance": 0.71,
          "outcome": "target",
          "netR": 1.4786,
          "holdMinutes": 62
        },
        {
          "entryTs": 1698999300,
          "entryUtc": "2023-11-03T08:15:00.000Z",
          "exitTs": 1699000380,
          "dir": 1,
          "entryPrice": 1988.074,
          "exitPrice": 1986.472,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2622,
          "holdMinutes": 18
        },
        {
          "entryTs": 1699001100,
          "entryUtc": "2023-11-03T08:45:00.000Z",
          "exitTs": 1699014540,
          "dir": 1,
          "entryPrice": 1987.818,
          "exitPrice": 1986.305,
          "stopDistance": 1.513,
          "outcome": "stop",
          "netR": -1.2775,
          "holdMinutes": 224
        },
        {
          "entryTs": 1699024500,
          "entryUtc": "2023-11-03T15:15:00.000Z",
          "exitTs": 1699027980,
          "dir": 1,
          "entryPrice": 1995.275,
          "exitPrice": 1990.625,
          "stopDistance": 4.65,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 58
        },
        {
          "entryTs": 1699034400,
          "entryUtc": "2023-11-03T18:00:00.000Z",
          "exitTs": 1699225200,
          "dir": 1,
          "entryPrice": 1993.025,
          "exitPrice": 1992.748,
          "stopDistance": 2.108,
          "outcome": "time",
          "netR": -0.3069,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1699232400,
          "entryUtc": "2023-11-06T01:00:00.000Z",
          "exitTs": 1699232460,
          "dir": 1,
          "entryPrice": 1990.985,
          "exitPrice": 1989.692,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3248,
          "holdMinutes": 1
        },
        {
          "entryTs": 1699251600,
          "entryUtc": "2023-11-06T06:20:00.000Z",
          "exitTs": 1699253400,
          "dir": 1,
          "entryPrice": 1985.065,
          "exitPrice": 1983.63,
          "stopDistance": 1.435,
          "outcome": "stop",
          "netR": -1.2927,
          "holdMinutes": 30
        },
        {
          "entryTs": 1699258200,
          "entryUtc": "2023-11-06T08:10:00.000Z",
          "exitTs": 1699265340,
          "dir": 1,
          "entryPrice": 1984.908,
          "exitPrice": 1988.002,
          "stopDistance": 1.547,
          "outcome": "target",
          "netR": 1.7609,
          "holdMinutes": 119
        },
        {
          "entryTs": 1699277700,
          "entryUtc": "2023-11-06T13:35:00.000Z",
          "exitTs": 1699277880,
          "dir": 1,
          "entryPrice": 1988.675,
          "exitPrice": 1986.876,
          "stopDistance": 1.8,
          "outcome": "stop",
          "netR": -1.2334,
          "holdMinutes": 3
        },
        {
          "entryTs": 1699291500,
          "entryUtc": "2023-11-06T17:25:00.000Z",
          "exitTs": 1699295340,
          "dir": 1,
          "entryPrice": 1983.275,
          "exitPrice": 1981.641,
          "stopDistance": 1.634,
          "outcome": "stop",
          "netR": -1.257,
          "holdMinutes": 64
        },
        {
          "entryTs": 1699338600,
          "entryUtc": "2023-11-07T06:30:00.000Z",
          "exitTs": 1699340760,
          "dir": -1,
          "entryPrice": 1971.825,
          "exitPrice": 1969.824,
          "stopDistance": 1,
          "outcome": "target",
          "netR": 1.6301,
          "holdMinutes": 36
        },
        {
          "entryTs": 1699368900,
          "entryUtc": "2023-11-07T14:55:00.000Z",
          "exitTs": 1699369620,
          "dir": -1,
          "entryPrice": 1960.575,
          "exitPrice": 1963.23,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 12
        },
        {
          "entryTs": 1699371900,
          "entryUtc": "2023-11-07T15:45:00.000Z",
          "exitTs": 1699373280,
          "dir": -1,
          "entryPrice": 1962.085,
          "exitPrice": 1964.633,
          "stopDistance": 2.548,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 23
        },
        {
          "entryTs": 1699377600,
          "entryUtc": "2023-11-07T17:20:00.000Z",
          "exitTs": 1699380840,
          "dir": -1,
          "entryPrice": 1963.405,
          "exitPrice": 1965.41,
          "stopDistance": 2.005,
          "outcome": "stop",
          "netR": -1.2094,
          "holdMinutes": 54
        },
        {
          "entryTs": 1699404900,
          "entryUtc": "2023-11-08T00:55:00.000Z",
          "exitTs": 1699405380,
          "dir": -1,
          "entryPrice": 1967.855,
          "exitPrice": 1968.638,
          "stopDistance": 0.783,
          "outcome": "stop",
          "netR": -1.5364,
          "holdMinutes": 8
        },
        {
          "entryTs": 1699412100,
          "entryUtc": "2023-11-08T02:55:00.000Z",
          "exitTs": 1699412340,
          "dir": -1,
          "entryPrice": 1967.645,
          "exitPrice": 1968.801,
          "stopDistance": 1.156,
          "outcome": "stop",
          "netR": -1.3634,
          "holdMinutes": 4
        },
        {
          "entryTs": 1699428000,
          "entryUtc": "2023-11-08T07:20:00.000Z",
          "exitTs": 1699428300,
          "dir": -1,
          "entryPrice": 1965.935,
          "exitPrice": 1967.179,
          "stopDistance": 1.244,
          "outcome": "stop",
          "netR": -1.3377,
          "holdMinutes": 5
        },
        {
          "entryTs": 1699434900,
          "entryUtc": "2023-11-08T09:15:00.000Z",
          "exitTs": 1699437720,
          "dir": -1,
          "entryPrice": 1966.935,
          "exitPrice": 1964.372,
          "stopDistance": 1.281,
          "outcome": "target",
          "netR": 1.7113,
          "holdMinutes": 47
        },
        {
          "entryTs": 1699445700,
          "entryUtc": "2023-11-08T12:15:00.000Z",
          "exitTs": 1699447320,
          "dir": -1,
          "entryPrice": 1962.225,
          "exitPrice": 1963.499,
          "stopDistance": 1.274,
          "outcome": "stop",
          "netR": -1.3296,
          "holdMinutes": 27
        },
        {
          "entryTs": 1699453800,
          "entryUtc": "2023-11-08T14:30:00.000Z",
          "exitTs": 1699455660,
          "dir": -1,
          "entryPrice": 1962.785,
          "exitPrice": 1958.755,
          "stopDistance": 2.015,
          "outcome": "target",
          "netR": 1.8164,
          "holdMinutes": 31
        },
        {
          "entryTs": 1699489200,
          "entryUtc": "2023-11-09T00:20:00.000Z",
          "exitTs": 1699490220,
          "dir": -1,
          "entryPrice": 1949.295,
          "exitPrice": 1950.293,
          "stopDistance": 0.998,
          "outcome": "stop",
          "netR": -1.4207,
          "holdMinutes": 17
        },
        {
          "entryTs": 1699496700,
          "entryUtc": "2023-11-09T02:25:00.000Z",
          "exitTs": 1699500960,
          "dir": -1,
          "entryPrice": 1951.345,
          "exitPrice": 1948.652,
          "stopDistance": 1.346,
          "outcome": "target",
          "netR": 1.7252,
          "holdMinutes": 71
        },
        {
          "entryTs": 1699513500,
          "entryUtc": "2023-11-09T07:05:00.000Z",
          "exitTs": 1699514520,
          "dir": -1,
          "entryPrice": 1948.915,
          "exitPrice": 1949.924,
          "stopDistance": 1.009,
          "outcome": "stop",
          "netR": -1.4162,
          "holdMinutes": 17
        },
        {
          "entryTs": 1699517100,
          "entryUtc": "2023-11-09T08:05:00.000Z",
          "exitTs": 1699517580,
          "dir": -1,
          "entryPrice": 1948.695,
          "exitPrice": 1946.686,
          "stopDistance": 1.004,
          "outcome": "target",
          "netR": 1.6316,
          "holdMinutes": 8
        },
        {
          "entryTs": 1699521600,
          "entryUtc": "2023-11-09T09:20:00.000Z",
          "exitTs": 1699536720,
          "dir": -1,
          "entryPrice": 1948.074,
          "exitPrice": 1944.779,
          "stopDistance": 1.648,
          "outcome": "target",
          "netR": 1.7754,
          "holdMinutes": 252
        },
        {
          "entryTs": 1699553400,
          "entryUtc": "2023-11-09T18:10:00.000Z",
          "exitTs": 1699553700,
          "dir": -1,
          "entryPrice": 1960.205,
          "exitPrice": 1962.678,
          "stopDistance": 2.473,
          "outcome": "stop",
          "netR": -1.1698,
          "holdMinutes": 5
        },
        {
          "entryTs": 1699557000,
          "entryUtc": "2023-11-09T19:10:00.000Z",
          "exitTs": 1699587000,
          "dir": -1,
          "entryPrice": 1960.275,
          "exitPrice": 1959.375,
          "stopDistance": 2.534,
          "outcome": "time",
          "netR": 0.2091,
          "holdMinutes": 500
        },
        {
          "entryTs": 1699590300,
          "entryUtc": "2023-11-10T04:25:00.000Z",
          "exitTs": 1699596360,
          "dir": -1,
          "entryPrice": 1957.785,
          "exitPrice": 1955.797,
          "stopDistance": 0.994,
          "outcome": "target",
          "netR": 1.6278,
          "holdMinutes": 101
        },
        {
          "entryTs": 1699605600,
          "entryUtc": "2023-11-10T08:40:00.000Z",
          "exitTs": 1699610940,
          "dir": -1,
          "entryPrice": 1955.735,
          "exitPrice": 1952.759,
          "stopDistance": 1.488,
          "outcome": "target",
          "netR": 1.7514,
          "holdMinutes": 89
        },
        {
          "entryTs": 1699837800,
          "entryUtc": "2023-11-13T01:10:00.000Z",
          "exitTs": 1699839300,
          "dir": -1,
          "entryPrice": 1938.685,
          "exitPrice": 1940.194,
          "stopDistance": 1.509,
          "outcome": "stop",
          "netR": -1.2783,
          "holdMinutes": 25
        },
        {
          "entryTs": 1699843200,
          "entryUtc": "2023-11-13T02:40:00.000Z",
          "exitTs": 1699845240,
          "dir": -1,
          "entryPrice": 1938.555,
          "exitPrice": 1935.715,
          "stopDistance": 1.42,
          "outcome": "target",
          "netR": 1.7394,
          "holdMinutes": 34
        },
        {
          "entryTs": 1699863000,
          "entryUtc": "2023-11-13T08:10:00.000Z",
          "exitTs": 1699867980,
          "dir": -1,
          "entryPrice": 1937.245,
          "exitPrice": 1938.79,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2719,
          "holdMinutes": 83
        },
        {
          "entryTs": 1699871400,
          "entryUtc": "2023-11-13T10:30:00.000Z",
          "exitTs": 1699872720,
          "dir": -1,
          "entryPrice": 1937.465,
          "exitPrice": 1938.756,
          "stopDistance": 1.291,
          "outcome": "stop",
          "netR": -1.3254,
          "holdMinutes": 22
        },
        {
          "entryTs": 1699875300,
          "entryUtc": "2023-11-13T11:35:00.000Z",
          "exitTs": 1699876320,
          "dir": -1,
          "entryPrice": 1937.115,
          "exitPrice": 1938.224,
          "stopDistance": 1.109,
          "outcome": "stop",
          "netR": -1.3787,
          "holdMinutes": 17
        },
        {
          "entryTs": 1699905900,
          "entryUtc": "2023-11-13T20:05:00.000Z",
          "exitTs": 1699920000,
          "dir": -1,
          "entryPrice": 1945.658,
          "exitPrice": 1946.817,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3624,
          "holdMinutes": 235
        },
        {
          "entryTs": 1699926600,
          "entryUtc": "2023-11-14T01:50:00.000Z",
          "exitTs": 1699930140,
          "dir": -1,
          "entryPrice": 1945.565,
          "exitPrice": 1946.579,
          "stopDistance": 1.014,
          "outcome": "stop",
          "netR": -1.4144,
          "holdMinutes": 59
        },
        {
          "entryTs": 1699944600,
          "entryUtc": "2023-11-14T06:50:00.000Z",
          "exitTs": 1699945440,
          "dir": -1,
          "entryPrice": 1944.345,
          "exitPrice": 1945.179,
          "stopDistance": 0.834,
          "outcome": "stop",
          "netR": -1.5035,
          "holdMinutes": 14
        },
        {
          "entryTs": 1699949700,
          "entryUtc": "2023-11-14T08:15:00.000Z",
          "exitTs": 1699950780,
          "dir": -1,
          "entryPrice": 1944.295,
          "exitPrice": 1945.268,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4318,
          "holdMinutes": 18
        },
        {
          "entryTs": 1699951500,
          "entryUtc": "2023-11-14T08:45:00.000Z",
          "exitTs": 1699951860,
          "dir": -1,
          "entryPrice": 1944.415,
          "exitPrice": 1945.454,
          "stopDistance": 1.039,
          "outcome": "stop",
          "netR": -1.4043,
          "holdMinutes": 6
        },
        {
          "entryTs": 1699960500,
          "entryUtc": "2023-11-14T11:15:00.000Z",
          "exitTs": 1699968600,
          "dir": -1,
          "entryPrice": 1946.305,
          "exitPrice": 1947.459,
          "stopDistance": 1.154,
          "outcome": "ambiguous",
          "netR": -1.3638,
          "holdMinutes": 135
        },
        {
          "entryTs": 1699992000,
          "entryUtc": "2023-11-14T20:00:00.000Z",
          "exitTs": 1700002800,
          "dir": 1,
          "entryPrice": 1963.665,
          "exitPrice": 1962.472,
          "stopDistance": 1.193,
          "outcome": "stop",
          "netR": -1.352,
          "holdMinutes": 180
        },
        {
          "entryTs": 1700010000,
          "entryUtc": "2023-11-15T01:00:00.000Z",
          "exitTs": 1700010780,
          "dir": 1,
          "entryPrice": 1963.558,
          "exitPrice": 1962.747,
          "stopDistance": 0.811,
          "outcome": "stop",
          "netR": -1.5182,
          "holdMinutes": 13
        },
        {
          "entryTs": 1700011800,
          "entryUtc": "2023-11-15T01:30:00.000Z",
          "exitTs": 1700017320,
          "dir": 1,
          "entryPrice": 1962.875,
          "exitPrice": 1964.986,
          "stopDistance": 1.056,
          "outcome": "target",
          "netR": 1.6495,
          "holdMinutes": 92
        },
        {
          "entryTs": 1700065200,
          "entryUtc": "2023-11-15T16:20:00.000Z",
          "exitTs": 1700066100,
          "dir": 1,
          "entryPrice": 1962.445,
          "exitPrice": 1959.895,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 15
        },
        {
          "entryTs": 1700069700,
          "entryUtc": "2023-11-15T17:35:00.000Z",
          "exitTs": 1700070480,
          "dir": 1,
          "entryPrice": 1962.985,
          "exitPrice": 1960.911,
          "stopDistance": 2.074,
          "outcome": "stop",
          "netR": -1.2025,
          "holdMinutes": 13
        },
        {
          "entryTs": 1700095200,
          "entryUtc": "2023-11-16T00:40:00.000Z",
          "exitTs": 1700098800,
          "dir": -1,
          "entryPrice": 1959.408,
          "exitPrice": 1957.562,
          "stopDistance": 0.923,
          "outcome": "target",
          "netR": 1.5991,
          "holdMinutes": 60
        },
        {
          "entryTs": 1700141100,
          "entryUtc": "2023-11-16T13:25:00.000Z",
          "exitTs": 1700141400,
          "dir": 1,
          "entryPrice": 1965.808,
          "exitPrice": 1968.55,
          "stopDistance": 1.371,
          "outcome": "target",
          "netR": 1.7302,
          "holdMinutes": 5
        },
        {
          "entryTs": 1700155200,
          "entryUtc": "2023-11-16T17:20:00.000Z",
          "exitTs": 1700185200,
          "dir": 1,
          "entryPrice": 1982.955,
          "exitPrice": 1982.945,
          "stopDistance": 2.896,
          "outcome": "time",
          "netR": -0.1312,
          "holdMinutes": 500
        },
        {
          "entryTs": 1700206800,
          "entryUtc": "2023-11-17T07:40:00.000Z",
          "exitTs": 1700208660,
          "dir": 1,
          "entryPrice": 1986.035,
          "exitPrice": 1984.844,
          "stopDistance": 1.191,
          "outcome": "stop",
          "netR": -1.3526,
          "holdMinutes": 31
        },
        {
          "entryTs": 1700226900,
          "entryUtc": "2023-11-17T13:15:00.000Z",
          "exitTs": 1700227380,
          "dir": 1,
          "entryPrice": 1991.355,
          "exitPrice": 1989.504,
          "stopDistance": 1.851,
          "outcome": "stop",
          "netR": -1.2269,
          "holdMinutes": 8
        },
        {
          "entryTs": 1700245200,
          "entryUtc": "2023-11-17T18:20:00.000Z",
          "exitTs": 1700249820,
          "dir": 1,
          "entryPrice": 1981.445,
          "exitPrice": 1979.822,
          "stopDistance": 1.623,
          "outcome": "stop",
          "netR": -1.2587,
          "holdMinutes": 77
        },
        {
          "entryTs": 1700442600,
          "entryUtc": "2023-11-20T01:10:00.000Z",
          "exitTs": 1700445840,
          "dir": 1,
          "entryPrice": 1981.305,
          "exitPrice": 1979.749,
          "stopDistance": 1.556,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 54
        },
        {
          "entryTs": 1700457600,
          "entryUtc": "2023-11-20T05:20:00.000Z",
          "exitTs": 1700458320,
          "dir": 1,
          "entryPrice": 1983.005,
          "exitPrice": 1981.642,
          "stopDistance": 1.363,
          "outcome": "stop",
          "netR": -1.308,
          "holdMinutes": 12
        },
        {
          "entryTs": 1700472900,
          "entryUtc": "2023-11-20T09:35:00.000Z",
          "exitTs": 1700473260,
          "dir": 1,
          "entryPrice": 1979.815,
          "exitPrice": 1977.968,
          "stopDistance": 1.847,
          "outcome": "stop",
          "netR": -1.2274,
          "holdMinutes": 6
        },
        {
          "entryTs": 1700492700,
          "entryUtc": "2023-11-20T15:05:00.000Z",
          "exitTs": 1700500680,
          "dir": 1,
          "entryPrice": 1970.455,
          "exitPrice": 1975.784,
          "stopDistance": 2.664,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 133
        },
        {
          "entryTs": 1700521500,
          "entryUtc": "2023-11-20T23:05:00.000Z",
          "exitTs": 1700522100,
          "dir": 1,
          "entryPrice": 1978.465,
          "exitPrice": 1980.161,
          "stopDistance": 0.848,
          "outcome": "target",
          "netR": 1.5637,
          "holdMinutes": 10
        },
        {
          "entryTs": 1700551500,
          "entryUtc": "2023-11-21T07:25:00.000Z",
          "exitTs": 1700556240,
          "dir": 1,
          "entryPrice": 1991.828,
          "exitPrice": 1990.415,
          "stopDistance": 1.413,
          "outcome": "stop",
          "netR": -1.2972,
          "holdMinutes": 79
        },
        {
          "entryTs": 1700563200,
          "entryUtc": "2023-11-21T10:40:00.000Z",
          "exitTs": 1700564460,
          "dir": 1,
          "entryPrice": 1989.485,
          "exitPrice": 1987.771,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.245,
          "holdMinutes": 21
        },
        {
          "entryTs": 1700567100,
          "entryUtc": "2023-11-21T11:45:00.000Z",
          "exitTs": 1700568000,
          "dir": 1,
          "entryPrice": 1988.485,
          "exitPrice": 1986.928,
          "stopDistance": 1.557,
          "outcome": "stop",
          "netR": -1.2698,
          "holdMinutes": 15
        },
        {
          "entryTs": 1700569200,
          "entryUtc": "2023-11-21T12:20:00.000Z",
          "exitTs": 1700570580,
          "dir": 1,
          "entryPrice": 1988.705,
          "exitPrice": 1987.2,
          "stopDistance": 1.505,
          "outcome": "stop",
          "netR": -1.2791,
          "holdMinutes": 23
        },
        {
          "entryTs": 1700595900,
          "entryUtc": "2023-11-21T19:45:00.000Z",
          "exitTs": 1700600760,
          "dir": 1,
          "entryPrice": 2000.055,
          "exitPrice": 1998.234,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2306,
          "holdMinutes": 81
        },
        {
          "entryTs": 1700609100,
          "entryUtc": "2023-11-21T23:25:00.000Z",
          "exitTs": 1700609580,
          "dir": 1,
          "entryPrice": 1999.725,
          "exitPrice": 1998.81,
          "stopDistance": 0.915,
          "outcome": "stop",
          "netR": -1.4592,
          "holdMinutes": 8
        },
        {
          "entryTs": 1700622600,
          "entryUtc": "2023-11-22T03:10:00.000Z",
          "exitTs": 1700623740,
          "dir": 1,
          "entryPrice": 1997.248,
          "exitPrice": 1995.996,
          "stopDistance": 1.252,
          "outcome": "stop",
          "netR": -1.3354,
          "holdMinutes": 19
        },
        {
          "entryTs": 1700626500,
          "entryUtc": "2023-11-22T04:15:00.000Z",
          "exitTs": 1700628480,
          "dir": 1,
          "entryPrice": 1996.975,
          "exitPrice": 1999.097,
          "stopDistance": 1.061,
          "outcome": "target",
          "netR": 1.6513,
          "holdMinutes": 33
        },
        {
          "entryTs": 1700646600,
          "entryUtc": "2023-11-22T09:50:00.000Z",
          "exitTs": 1700647200,
          "dir": 1,
          "entryPrice": 2003.415,
          "exitPrice": 2001.555,
          "stopDistance": 1.86,
          "outcome": "stop",
          "netR": -1.2258,
          "holdMinutes": 10
        },
        {
          "entryTs": 1700651700,
          "entryUtc": "2023-11-22T11:15:00.000Z",
          "exitTs": 1700654220,
          "dir": 1,
          "entryPrice": 2002.135,
          "exitPrice": 2000.663,
          "stopDistance": 1.472,
          "outcome": "stop",
          "netR": -1.2854,
          "holdMinutes": 42
        },
        {
          "entryTs": 1700655300,
          "entryUtc": "2023-11-22T12:15:00.000Z",
          "exitTs": 1700659800,
          "dir": 1,
          "entryPrice": 2001.895,
          "exitPrice": 2000.428,
          "stopDistance": 1.467,
          "outcome": "stop",
          "netR": -1.2862,
          "holdMinutes": 75
        },
        {
          "entryTs": 1700664300,
          "entryUtc": "2023-11-22T14:45:00.000Z",
          "exitTs": 1700665200,
          "dir": 1,
          "entryPrice": 2001.885,
          "exitPrice": 1999.598,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1836,
          "holdMinutes": 15
        },
        {
          "entryTs": 1700682600,
          "entryUtc": "2023-11-22T19:50:00.000Z",
          "exitTs": 1700694000,
          "dir": 1,
          "entryPrice": 1990.545,
          "exitPrice": 1988.95,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2633,
          "holdMinutes": 190
        },
        {
          "entryTs": 1700695500,
          "entryUtc": "2023-11-22T23:25:00.000Z",
          "exitTs": 1700697960,
          "dir": 1,
          "entryPrice": 1990.245,
          "exitPrice": 1991.797,
          "stopDistance": 0.776,
          "outcome": "target",
          "netR": 1.5233,
          "holdMinutes": 41
        },
        {
          "entryTs": 1700718600,
          "entryUtc": "2023-11-23T05:50:00.000Z",
          "exitTs": 1700723220,
          "dir": 1,
          "entryPrice": 1995.515,
          "exitPrice": 1994.441,
          "stopDistance": 1.074,
          "outcome": "stop",
          "netR": -1.3909,
          "holdMinutes": 77
        },
        {
          "entryTs": 1700724600,
          "entryUtc": "2023-11-23T07:30:00.000Z",
          "exitTs": 1700726400,
          "dir": 1,
          "entryPrice": 1997.158,
          "exitPrice": 1995.883,
          "stopDistance": 1.275,
          "outcome": "stop",
          "netR": -1.3294,
          "holdMinutes": 30
        },
        {
          "entryTs": 1700739300,
          "entryUtc": "2023-11-23T11:35:00.000Z",
          "exitTs": 1700742600,
          "dir": 1,
          "entryPrice": 1993.825,
          "exitPrice": 1992.665,
          "stopDistance": 1.16,
          "outcome": "stop",
          "netR": -1.3621,
          "holdMinutes": 55
        },
        {
          "entryTs": 1700748300,
          "entryUtc": "2023-11-23T14:05:00.000Z",
          "exitTs": 1700748540,
          "dir": 1,
          "entryPrice": 1993.295,
          "exitPrice": 1992.315,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4284,
          "holdMinutes": 4
        },
        {
          "entryTs": 1700750700,
          "entryUtc": "2023-11-23T14:45:00.000Z",
          "exitTs": 1700753400,
          "dir": 1,
          "entryPrice": 1993.705,
          "exitPrice": 1992.589,
          "stopDistance": 1.116,
          "outcome": "stop",
          "netR": -1.3764,
          "holdMinutes": 45
        },
        {
          "entryTs": 1700760900,
          "entryUtc": "2023-11-23T17:35:00.000Z",
          "exitTs": 1700782860,
          "dir": 1,
          "entryPrice": 1992.115,
          "exitPrice": 1994.09,
          "stopDistance": 0.988,
          "outcome": "target",
          "netR": 1.6254,
          "holdMinutes": 366
        },
        {
          "entryTs": 1700797800,
          "entryUtc": "2023-11-24T03:50:00.000Z",
          "exitTs": 1700799000,
          "dir": 1,
          "entryPrice": 1993.445,
          "exitPrice": 1992.286,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3624,
          "holdMinutes": 20
        },
        {
          "entryTs": 1700801400,
          "entryUtc": "2023-11-24T04:50:00.000Z",
          "exitTs": 1700810220,
          "dir": 1,
          "entryPrice": 1993.358,
          "exitPrice": 1992.059,
          "stopDistance": 1.299,
          "outcome": "stop",
          "netR": -1.3232,
          "holdMinutes": 147
        },
        {
          "entryTs": 1700811900,
          "entryUtc": "2023-11-24T07:45:00.000Z",
          "exitTs": 1700813520,
          "dir": 1,
          "entryPrice": 1993.444,
          "exitPrice": 1992.42,
          "stopDistance": 1.024,
          "outcome": "stop",
          "netR": -1.41,
          "holdMinutes": 27
        },
        {
          "entryTs": 1700815500,
          "entryUtc": "2023-11-24T08:45:00.000Z",
          "exitTs": 1700821200,
          "dir": 1,
          "entryPrice": 1993.628,
          "exitPrice": 1995.98,
          "stopDistance": 1.176,
          "outcome": "target",
          "netR": 1.6854,
          "holdMinutes": 95
        },
        {
          "entryTs": 1700832600,
          "entryUtc": "2023-11-24T13:30:00.000Z",
          "exitTs": 1700832720,
          "dir": 1,
          "entryPrice": 1997.825,
          "exitPrice": 1996.364,
          "stopDistance": 1.461,
          "outcome": "stop",
          "netR": -1.2874,
          "holdMinutes": 2
        },
        {
          "entryTs": 1700845500,
          "entryUtc": "2023-11-24T17:05:00.000Z",
          "exitTs": 1701039600,
          "dir": 1,
          "entryPrice": 1999.748,
          "exitPrice": 2001.775,
          "stopDistance": 1.752,
          "outcome": "time",
          "netR": 0.9459,
          "holdMinutes": 3235
        },
        {
          "entryTs": 1701058800,
          "entryUtc": "2023-11-27T04:20:00.000Z",
          "exitTs": 1701075600,
          "dir": 1,
          "entryPrice": 2009.975,
          "exitPrice": 2013.849,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 280
        },
        {
          "entryTs": 1701081600,
          "entryUtc": "2023-11-27T10:40:00.000Z",
          "exitTs": 1701084900,
          "dir": 1,
          "entryPrice": 2013.905,
          "exitPrice": 2012.24,
          "stopDistance": 1.665,
          "outcome": "stop",
          "netR": -1.2523,
          "holdMinutes": 55
        },
        {
          "entryTs": 1701087600,
          "entryUtc": "2023-11-27T12:20:00.000Z",
          "exitTs": 1701088020,
          "dir": 1,
          "entryPrice": 2013.865,
          "exitPrice": 2012.558,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3214,
          "holdMinutes": 7
        },
        {
          "entryTs": 1701089700,
          "entryUtc": "2023-11-27T12:55:00.000Z",
          "exitTs": 1701090900,
          "dir": 1,
          "entryPrice": 2013.795,
          "exitPrice": 2012.42,
          "stopDistance": 1.375,
          "outcome": "stop",
          "netR": -1.3054,
          "holdMinutes": 20
        },
        {
          "entryTs": 1701091500,
          "entryUtc": "2023-11-27T13:25:00.000Z",
          "exitTs": 1701092400,
          "dir": 1,
          "entryPrice": 2014.195,
          "exitPrice": 2012.723,
          "stopDistance": 1.472,
          "outcome": "stop",
          "netR": -1.2852,
          "holdMinutes": 15
        },
        {
          "entryTs": 1701099000,
          "entryUtc": "2023-11-27T15:30:00.000Z",
          "exitTs": 1701099360,
          "dir": 1,
          "entryPrice": 2013.628,
          "exitPrice": 2010.951,
          "stopDistance": 2.677,
          "outcome": "stop",
          "netR": -1.1569,
          "holdMinutes": 6
        },
        {
          "entryTs": 1701107400,
          "entryUtc": "2023-11-27T17:50:00.000Z",
          "exitTs": 1701118740,
          "dir": 1,
          "entryPrice": 2010.665,
          "exitPrice": 2014.399,
          "stopDistance": 1.867,
          "outcome": "target",
          "netR": 1.8018,
          "holdMinutes": 189
        },
        {
          "entryTs": 1701136500,
          "entryUtc": "2023-11-28T01:55:00.000Z",
          "exitTs": 1701137460,
          "dir": 1,
          "entryPrice": 2016.105,
          "exitPrice": 2014.355,
          "stopDistance": 1.75,
          "outcome": "stop",
          "netR": -1.24,
          "holdMinutes": 16
        },
        {
          "entryTs": 1701138900,
          "entryUtc": "2023-11-28T02:35:00.000Z",
          "exitTs": 1701139440,
          "dir": 1,
          "entryPrice": 2017.178,
          "exitPrice": 2015.577,
          "stopDistance": 1.601,
          "outcome": "stop",
          "netR": -1.2623,
          "holdMinutes": 9
        },
        {
          "entryTs": 1701141000,
          "entryUtc": "2023-11-28T03:10:00.000Z",
          "exitTs": 1701144240,
          "dir": 1,
          "entryPrice": 2015.895,
          "exitPrice": 2014.236,
          "stopDistance": 1.659,
          "outcome": "stop",
          "netR": -1.2531,
          "holdMinutes": 54
        },
        {
          "entryTs": 1701146700,
          "entryUtc": "2023-11-28T04:45:00.000Z",
          "exitTs": 1701146820,
          "dir": 1,
          "entryPrice": 2016.478,
          "exitPrice": 2015.285,
          "stopDistance": 1.193,
          "outcome": "stop",
          "netR": -1.3521,
          "holdMinutes": 2
        },
        {
          "entryTs": 1701151800,
          "entryUtc": "2023-11-28T06:10:00.000Z",
          "exitTs": 1701156060,
          "dir": 1,
          "entryPrice": 2015.745,
          "exitPrice": 2014.64,
          "stopDistance": 1.105,
          "outcome": "stop",
          "netR": -1.3802,
          "holdMinutes": 71
        },
        {
          "entryTs": 1701162300,
          "entryUtc": "2023-11-28T09:05:00.000Z",
          "exitTs": 1701168360,
          "dir": 1,
          "entryPrice": 2014.995,
          "exitPrice": 2013.56,
          "stopDistance": 1.435,
          "outcome": "stop",
          "netR": -1.2926,
          "holdMinutes": 101
        },
        {
          "entryTs": 1701170700,
          "entryUtc": "2023-11-28T11:25:00.000Z",
          "exitTs": 1701176580,
          "dir": 1,
          "entryPrice": 2015.085,
          "exitPrice": 2013.911,
          "stopDistance": 1.174,
          "outcome": "stop",
          "netR": -1.3577,
          "holdMinutes": 98
        },
        {
          "entryTs": 1701178500,
          "entryUtc": "2023-11-28T13:35:00.000Z",
          "exitTs": 1701178920,
          "dir": 1,
          "entryPrice": 2016.775,
          "exitPrice": 2020.232,
          "stopDistance": 1.728,
          "outcome": "target",
          "netR": 1.7859,
          "holdMinutes": 7
        },
        {
          "entryTs": 1701207900,
          "entryUtc": "2023-11-28T21:45:00.000Z",
          "exitTs": 1701214140,
          "dir": 1,
          "entryPrice": 2040.728,
          "exitPrice": 2042.681,
          "stopDistance": 0.976,
          "outcome": "target",
          "netR": 1.6211,
          "holdMinutes": 104
        },
        {
          "entryTs": 1701234300,
          "entryUtc": "2023-11-29T05:05:00.000Z",
          "exitTs": 1701235320,
          "dir": 1,
          "entryPrice": 2047.535,
          "exitPrice": 2046.181,
          "stopDistance": 1.354,
          "outcome": "stop",
          "netR": -1.3103,
          "holdMinutes": 17
        },
        {
          "entryTs": 1701258300,
          "entryUtc": "2023-11-29T11:45:00.000Z",
          "exitTs": 1701262080,
          "dir": 1,
          "entryPrice": 2038.965,
          "exitPrice": 2041.985,
          "stopDistance": 1.51,
          "outcome": "target",
          "netR": 1.7549,
          "holdMinutes": 63
        },
        {
          "entryTs": 1701268500,
          "entryUtc": "2023-11-29T14:35:00.000Z",
          "exitTs": 1701269760,
          "dir": 1,
          "entryPrice": 2040.885,
          "exitPrice": 2045.372,
          "stopDistance": 2.243,
          "outcome": "target",
          "netR": 1.8351,
          "holdMinutes": 21
        },
        {
          "entryTs": 1701273000,
          "entryUtc": "2023-11-29T15:50:00.000Z",
          "exitTs": 1701284760,
          "dir": 1,
          "entryPrice": 2042.375,
          "exitPrice": 2048.531,
          "stopDistance": 3.078,
          "outcome": "target",
          "netR": 1.8798,
          "holdMinutes": 196
        },
        {
          "entryTs": 1701302400,
          "entryUtc": "2023-11-30T00:00:00.000Z",
          "exitTs": 1701305460,
          "dir": 1,
          "entryPrice": 2044.605,
          "exitPrice": 2046.218,
          "stopDistance": 0.806,
          "outcome": "target",
          "netR": 1.5412,
          "holdMinutes": 51
        },
        {
          "entryTs": 1701312900,
          "entryUtc": "2023-11-30T02:55:00.000Z",
          "exitTs": 1701315180,
          "dir": 1,
          "entryPrice": 2045.895,
          "exitPrice": 2044.61,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.3269,
          "holdMinutes": 38
        },
        {
          "entryTs": 1701326400,
          "entryUtc": "2023-11-30T06:40:00.000Z",
          "exitTs": 1701327720,
          "dir": 1,
          "entryPrice": 2044.025,
          "exitPrice": 2046.481,
          "stopDistance": 1.228,
          "outcome": "target",
          "netR": 1.6987,
          "holdMinutes": 22
        },
        {
          "entryTs": 1701331500,
          "entryUtc": "2023-11-30T08:05:00.000Z",
          "exitTs": 1701332640,
          "dir": 1,
          "entryPrice": 2044.795,
          "exitPrice": 2043.29,
          "stopDistance": 1.505,
          "outcome": "stop",
          "netR": -1.279,
          "holdMinutes": 19
        },
        {
          "entryTs": 1701348300,
          "entryUtc": "2023-11-30T12:45:00.000Z",
          "exitTs": 1701350340,
          "dir": 1,
          "entryPrice": 2038.525,
          "exitPrice": 2041.543,
          "stopDistance": 1.509,
          "outcome": "target",
          "netR": 1.7548,
          "holdMinutes": 34
        },
        {
          "entryTs": 1701360000,
          "entryUtc": "2023-11-30T16:00:00.000Z",
          "exitTs": 1701370020,
          "dir": 1,
          "entryPrice": 2037.815,
          "exitPrice": 2034.363,
          "stopDistance": 3.452,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 167
        },
        {
          "entryTs": 1701378900,
          "entryUtc": "2023-11-30T21:15:00.000Z",
          "exitTs": 1701386520,
          "dir": 1,
          "entryPrice": 2036.515,
          "exitPrice": 2038.958,
          "stopDistance": 1.222,
          "outcome": "target",
          "netR": 1.6971,
          "holdMinutes": 127
        },
        {
          "entryTs": 1701408900,
          "entryUtc": "2023-12-01T05:35:00.000Z",
          "exitTs": 1701411600,
          "dir": 1,
          "entryPrice": 2040.698,
          "exitPrice": 2042.439,
          "stopDistance": 0.871,
          "outcome": "target",
          "netR": 1.575,
          "holdMinutes": 45
        },
        {
          "entryTs": 1701414300,
          "entryUtc": "2023-12-01T07:05:00.000Z",
          "exitTs": 1701415800,
          "dir": 1,
          "entryPrice": 2041.515,
          "exitPrice": 2040.366,
          "stopDistance": 1.149,
          "outcome": "stop",
          "netR": -1.3655,
          "holdMinutes": 25
        },
        {
          "entryTs": 1701419700,
          "entryUtc": "2023-12-01T08:35:00.000Z",
          "exitTs": 1701420900,
          "dir": 1,
          "entryPrice": 2041.555,
          "exitPrice": 2044.487,
          "stopDistance": 1.466,
          "outcome": "target",
          "netR": 1.7476,
          "holdMinutes": 20
        },
        {
          "entryTs": 1701441600,
          "entryUtc": "2023-12-01T14:40:00.000Z",
          "exitTs": 1701442800,
          "dir": 1,
          "entryPrice": 2039.075,
          "exitPrice": 2043.837,
          "stopDistance": 2.381,
          "outcome": "target",
          "netR": 1.8446,
          "holdMinutes": 20
        },
        {
          "entryTs": 1701667500,
          "entryUtc": "2023-12-04T05:25:00.000Z",
          "exitTs": 1701669540,
          "dir": 1,
          "entryPrice": 2088.205,
          "exitPrice": 2086.012,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1915,
          "holdMinutes": 34
        },
        {
          "entryTs": 1701682200,
          "entryUtc": "2023-12-04T09:30:00.000Z",
          "exitTs": 1701684300,
          "dir": 1,
          "entryPrice": 2073.095,
          "exitPrice": 2069.273,
          "stopDistance": 3.822,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 35
        },
        {
          "entryTs": 1701689700,
          "entryUtc": "2023-12-04T11:35:00.000Z",
          "exitTs": 1701691800,
          "dir": 1,
          "entryPrice": 2070.905,
          "exitPrice": 2067.978,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 35
        },
        {
          "entryTs": 1701694800,
          "entryUtc": "2023-12-04T13:00:00.000Z",
          "exitTs": 1701695580,
          "dir": 1,
          "entryPrice": 2069.675,
          "exitPrice": 2067.168,
          "stopDistance": 2.507,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 13
        },
        {
          "entryTs": 1701723600,
          "entryUtc": "2023-12-04T21:00:00.000Z",
          "exitTs": 1701724020,
          "dir": -1,
          "entryPrice": 2026.395,
          "exitPrice": 2028.57,
          "stopDistance": 2.175,
          "outcome": "stop",
          "netR": -1.1931,
          "holdMinutes": 7
        },
        {
          "entryTs": 1701746100,
          "entryUtc": "2023-12-05T03:15:00.000Z",
          "exitTs": 1701751500,
          "dir": 1,
          "entryPrice": 2035.795,
          "exitPrice": 2034.034,
          "stopDistance": 1.761,
          "outcome": "stop",
          "netR": -1.2385,
          "holdMinutes": 90
        },
        {
          "entryTs": 1701759900,
          "entryUtc": "2023-12-05T07:05:00.000Z",
          "exitTs": 1701761700,
          "dir": 1,
          "entryPrice": 2034.265,
          "exitPrice": 2032.373,
          "stopDistance": 1.892,
          "outcome": "stop",
          "netR": -1.222,
          "holdMinutes": 30
        },
        {
          "entryTs": 1701762300,
          "entryUtc": "2023-12-05T07:45:00.000Z",
          "exitTs": 1701764760,
          "dir": 1,
          "entryPrice": 2034.385,
          "exitPrice": 2038.939,
          "stopDistance": 2.277,
          "outcome": "target",
          "netR": 1.8375,
          "holdMinutes": 41
        },
        {
          "entryTs": 1701819000,
          "entryUtc": "2023-12-05T23:30:00.000Z",
          "exitTs": 1701820980,
          "dir": -1,
          "entryPrice": 2018.615,
          "exitPrice": 2019.595,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4286,
          "holdMinutes": 33
        },
        {
          "entryTs": 1701837900,
          "entryUtc": "2023-12-06T04:45:00.000Z",
          "exitTs": 1701838740,
          "dir": -1,
          "entryPrice": 2020.775,
          "exitPrice": 2021.915,
          "stopDistance": 1.14,
          "outcome": "stop",
          "netR": -1.3685,
          "holdMinutes": 14
        },
        {
          "entryTs": 1701874800,
          "entryUtc": "2023-12-06T15:00:00.000Z",
          "exitTs": 1701876060,
          "dir": -1,
          "entryPrice": 2025.065,
          "exitPrice": 2028.55,
          "stopDistance": 3.485,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 21
        },
        {
          "entryTs": 1701882000,
          "entryUtc": "2023-12-06T17:00:00.000Z",
          "exitTs": 1701883680,
          "dir": 1,
          "entryPrice": 2029.878,
          "exitPrice": 2026.847,
          "stopDistance": 3.031,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 28
        },
        {
          "entryTs": 1701885300,
          "entryUtc": "2023-12-06T17:55:00.000Z",
          "exitTs": 1701895080,
          "dir": 1,
          "entryPrice": 2029.355,
          "exitPrice": 2026.88,
          "stopDistance": 2.475,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 163
        },
        {
          "entryTs": 1701914400,
          "entryUtc": "2023-12-07T02:00:00.000Z",
          "exitTs": 1701914880,
          "dir": -1,
          "entryPrice": 2026.095,
          "exitPrice": 2027.714,
          "stopDistance": 1.619,
          "outcome": "stop",
          "netR": -1.2594,
          "holdMinutes": 8
        },
        {
          "entryTs": 1701954000,
          "entryUtc": "2023-12-07T13:00:00.000Z",
          "exitTs": 1701955800,
          "dir": 1,
          "entryPrice": 2033.125,
          "exitPrice": 2031.494,
          "stopDistance": 1.631,
          "outcome": "stop",
          "netR": -1.2575,
          "holdMinutes": 30
        },
        {
          "entryTs": 1701972000,
          "entryUtc": "2023-12-07T18:00:00.000Z",
          "exitTs": 1702002000,
          "dir": 1,
          "entryPrice": 2028.785,
          "exitPrice": 2032.795,
          "stopDistance": 3.439,
          "outcome": "time",
          "netR": 1.0584,
          "holdMinutes": 500
        },
        {
          "entryTs": 1702022400,
          "entryUtc": "2023-12-08T08:00:00.000Z",
          "exitTs": 1702022460,
          "dir": 1,
          "entryPrice": 2030.725,
          "exitPrice": 2029.349,
          "stopDistance": 1.376,
          "outcome": "stop",
          "netR": -1.3052,
          "holdMinutes": 1
        },
        {
          "entryTs": 1702030200,
          "entryUtc": "2023-12-08T10:10:00.000Z",
          "exitTs": 1702031280,
          "dir": 1,
          "entryPrice": 2030.025,
          "exitPrice": 2028.096,
          "stopDistance": 1.929,
          "outcome": "stop",
          "netR": -1.2177,
          "holdMinutes": 18
        },
        {
          "entryTs": 1702256400,
          "entryUtc": "2023-12-11T01:00:00.000Z",
          "exitTs": 1702259580,
          "dir": -1,
          "entryPrice": 2004.785,
          "exitPrice": 2001.975,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7367,
          "holdMinutes": 53
        },
        {
          "entryTs": 1702281000,
          "entryUtc": "2023-12-11T07:50:00.000Z",
          "exitTs": 1702281360,
          "dir": -1,
          "entryPrice": 1996.095,
          "exitPrice": 1992.786,
          "stopDistance": 1.654,
          "outcome": "target",
          "netR": 1.7764,
          "holdMinutes": 6
        },
        {
          "entryTs": 1702300200,
          "entryUtc": "2023-12-11T13:10:00.000Z",
          "exitTs": 1702300920,
          "dir": -1,
          "entryPrice": 1992.655,
          "exitPrice": 1994.423,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2375,
          "holdMinutes": 12
        },
        {
          "entryTs": 1702328100,
          "entryUtc": "2023-12-11T20:55:00.000Z",
          "exitTs": 1702335600,
          "dir": -1,
          "entryPrice": 1980.695,
          "exitPrice": 1981.978,
          "stopDistance": 1.283,
          "outcome": "stop",
          "netR": -1.3274,
          "holdMinutes": 125
        },
        {
          "entryTs": 1702346100,
          "entryUtc": "2023-12-12T01:55:00.000Z",
          "exitTs": 1702351860,
          "dir": -1,
          "entryPrice": 1983.565,
          "exitPrice": 1985.147,
          "stopDistance": 1.582,
          "outcome": "stop",
          "netR": -1.2654,
          "holdMinutes": 96
        },
        {
          "entryTs": 1702366800,
          "entryUtc": "2023-12-12T07:40:00.000Z",
          "exitTs": 1702367820,
          "dir": -1,
          "entryPrice": 1987.035,
          "exitPrice": 1988.471,
          "stopDistance": 1.436,
          "outcome": "stop",
          "netR": -1.2924,
          "holdMinutes": 17
        },
        {
          "entryTs": 1702368600,
          "entryUtc": "2023-12-12T08:10:00.000Z",
          "exitTs": 1702371600,
          "dir": -1,
          "entryPrice": 1986.225,
          "exitPrice": 1983.119,
          "stopDistance": 1.553,
          "outcome": "target",
          "netR": 1.7618,
          "holdMinutes": 50
        },
        {
          "entryTs": 1702388700,
          "entryUtc": "2023-12-12T13:45:00.000Z",
          "exitTs": 1702390200,
          "dir": -1,
          "entryPrice": 1985.285,
          "exitPrice": 1988.668,
          "stopDistance": 3.383,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 25
        },
        {
          "entryTs": 1702415100,
          "entryUtc": "2023-12-12T21:05:00.000Z",
          "exitTs": 1702422000,
          "dir": -1,
          "entryPrice": 1979.348,
          "exitPrice": 1980.383,
          "stopDistance": 1.035,
          "outcome": "stop",
          "netR": -1.406,
          "holdMinutes": 115
        },
        {
          "entryTs": 1702431000,
          "entryUtc": "2023-12-13T01:30:00.000Z",
          "exitTs": 1702433220,
          "dir": -1,
          "entryPrice": 1980.515,
          "exitPrice": 1978.611,
          "stopDistance": 0.952,
          "outcome": "target",
          "netR": 1.6113,
          "holdMinutes": 37
        },
        {
          "entryTs": 1702439100,
          "entryUtc": "2023-12-13T03:45:00.000Z",
          "exitTs": 1702441860,
          "dir": -1,
          "entryPrice": 1978.495,
          "exitPrice": 1979.442,
          "stopDistance": 0.947,
          "outcome": "stop",
          "netR": -1.4435,
          "holdMinutes": 46
        },
        {
          "entryTs": 1702443000,
          "entryUtc": "2023-12-13T04:50:00.000Z",
          "exitTs": 1702445460,
          "dir": -1,
          "entryPrice": 1978.435,
          "exitPrice": 1979.368,
          "stopDistance": 0.933,
          "outcome": "stop",
          "netR": -1.4501,
          "holdMinutes": 41
        },
        {
          "entryTs": 1702447500,
          "entryUtc": "2023-12-13T06:05:00.000Z",
          "exitTs": 1702448340,
          "dir": -1,
          "entryPrice": 1978.095,
          "exitPrice": 1976.415,
          "stopDistance": 0.84,
          "outcome": "target",
          "netR": 1.5596,
          "holdMinutes": 14
        },
        {
          "entryTs": 1702469700,
          "entryUtc": "2023-12-13T12:15:00.000Z",
          "exitTs": 1702474200,
          "dir": -1,
          "entryPrice": 1981.425,
          "exitPrice": 1982.641,
          "stopDistance": 1.216,
          "outcome": "stop",
          "netR": -1.3455,
          "holdMinutes": 75
        },
        {
          "entryTs": 1702479300,
          "entryUtc": "2023-12-13T14:55:00.000Z",
          "exitTs": 1702494000,
          "dir": -1,
          "entryPrice": 1981.874,
          "exitPrice": 1984.213,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 245
        },
        {
          "entryTs": 1702520100,
          "entryUtc": "2023-12-14T02:15:00.000Z",
          "exitTs": 1702528320,
          "dir": 1,
          "entryPrice": 2032.965,
          "exitPrice": 2030.149,
          "stopDistance": 2.816,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 137
        },
        {
          "entryTs": 1702532700,
          "entryUtc": "2023-12-14T05:45:00.000Z",
          "exitTs": 1702534320,
          "dir": 1,
          "entryPrice": 2032.965,
          "exitPrice": 2036.254,
          "stopDistance": 1.644,
          "outcome": "target",
          "netR": 1.775,
          "holdMinutes": 27
        },
        {
          "entryTs": 1702541400,
          "entryUtc": "2023-12-14T08:10:00.000Z",
          "exitTs": 1702548540,
          "dir": 1,
          "entryPrice": 2035.445,
          "exitPrice": 2032.887,
          "stopDistance": 2.558,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 119
        },
        {
          "entryTs": 1702556400,
          "entryUtc": "2023-12-14T12:20:00.000Z",
          "exitTs": 1702559940,
          "dir": 1,
          "entryPrice": 2035.595,
          "exitPrice": 2033.684,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 59
        },
        {
          "entryTs": 1702562700,
          "entryUtc": "2023-12-14T14:05:00.000Z",
          "exitTs": 1702563600,
          "dir": 1,
          "entryPrice": 2038.595,
          "exitPrice": 2035.091,
          "stopDistance": 3.504,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 15
        },
        {
          "entryTs": 1702584900,
          "entryUtc": "2023-12-14T20:15:00.000Z",
          "exitTs": 1702596300,
          "dir": 1,
          "entryPrice": 2033.945,
          "exitPrice": 2038.04,
          "stopDistance": 2.048,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 190
        },
        {
          "entryTs": 1702606800,
          "entryUtc": "2023-12-15T02:20:00.000Z",
          "exitTs": 1702612140,
          "dir": 1,
          "entryPrice": 2035.515,
          "exitPrice": 2033.976,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.2729,
          "holdMinutes": 89
        },
        {
          "entryTs": 1702623900,
          "entryUtc": "2023-12-15T07:05:00.000Z",
          "exitTs": 1702628100,
          "dir": 1,
          "entryPrice": 2036.325,
          "exitPrice": 2039.019,
          "stopDistance": 1.347,
          "outcome": "target",
          "netR": 1.7253,
          "holdMinutes": 70
        },
        {
          "entryTs": 1702641900,
          "entryUtc": "2023-12-15T12:05:00.000Z",
          "exitTs": 1702645020,
          "dir": 1,
          "entryPrice": 2043.035,
          "exitPrice": 2041.296,
          "stopDistance": 1.739,
          "outcome": "stop",
          "netR": -1.2415,
          "holdMinutes": 52
        },
        {
          "entryTs": 1702653900,
          "entryUtc": "2023-12-15T15:25:00.000Z",
          "exitTs": 1702655220,
          "dir": 1,
          "entryPrice": 2037.345,
          "exitPrice": 2033.483,
          "stopDistance": 3.861,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 22
        },
        {
          "entryTs": 1702658100,
          "entryUtc": "2023-12-15T16:35:00.000Z",
          "exitTs": 1702659660,
          "dir": 1,
          "entryPrice": 2035.645,
          "exitPrice": 2032.917,
          "stopDistance": 2.728,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 26
        },
        {
          "entryTs": 1702854900,
          "entryUtc": "2023-12-17T23:15:00.000Z",
          "exitTs": 1702855680,
          "dir": 1,
          "entryPrice": 2019.494,
          "exitPrice": 2018.071,
          "stopDistance": 1.423,
          "outcome": "stop",
          "netR": -1.2952,
          "holdMinutes": 13
        },
        {
          "entryTs": 1702859700,
          "entryUtc": "2023-12-18T00:35:00.000Z",
          "exitTs": 1702869120,
          "dir": 1,
          "entryPrice": 2019.965,
          "exitPrice": 2023.354,
          "stopDistance": 1.694,
          "outcome": "target",
          "netR": 1.7816,
          "holdMinutes": 157
        },
        {
          "entryTs": 1702875300,
          "entryUtc": "2023-12-18T04:55:00.000Z",
          "exitTs": 1702879560,
          "dir": 1,
          "entryPrice": 2022.925,
          "exitPrice": 2021.918,
          "stopDistance": 1.007,
          "outcome": "stop",
          "netR": -1.4171,
          "holdMinutes": 71
        },
        {
          "entryTs": 1702881300,
          "entryUtc": "2023-12-18T06:35:00.000Z",
          "exitTs": 1702886400,
          "dir": 1,
          "entryPrice": 2023.455,
          "exitPrice": 2022.275,
          "stopDistance": 1.18,
          "outcome": "stop",
          "netR": -1.3559,
          "holdMinutes": 85
        },
        {
          "entryTs": 1702887600,
          "entryUtc": "2023-12-18T08:20:00.000Z",
          "exitTs": 1702887960,
          "dir": 1,
          "entryPrice": 2024.415,
          "exitPrice": 2023.035,
          "stopDistance": 1.38,
          "outcome": "stop",
          "netR": -1.3042,
          "holdMinutes": 6
        },
        {
          "entryTs": 1702900800,
          "entryUtc": "2023-12-18T12:00:00.000Z",
          "exitTs": 1702906020,
          "dir": 1,
          "entryPrice": 2021.945,
          "exitPrice": 2024.969,
          "stopDistance": 1.512,
          "outcome": "target",
          "netR": 1.7553,
          "holdMinutes": 87
        },
        {
          "entryTs": 1702917300,
          "entryUtc": "2023-12-18T16:35:00.000Z",
          "exitTs": 1702921680,
          "dir": 1,
          "entryPrice": 2023.035,
          "exitPrice": 2026.886,
          "stopDistance": 1.926,
          "outcome": "target",
          "netR": 1.8078,
          "holdMinutes": 73
        },
        {
          "entryTs": 1702933500,
          "entryUtc": "2023-12-18T21:05:00.000Z",
          "exitTs": 1702942500,
          "dir": 1,
          "entryPrice": 2026.705,
          "exitPrice": 2025.516,
          "stopDistance": 1.189,
          "outcome": "stop",
          "netR": -1.3531,
          "holdMinutes": 150
        },
        {
          "entryTs": 1702943700,
          "entryUtc": "2023-12-18T23:55:00.000Z",
          "exitTs": 1702946100,
          "dir": 1,
          "entryPrice": 2027.135,
          "exitPrice": 2029.026,
          "stopDistance": 0.946,
          "outcome": "target",
          "netR": 1.6088,
          "holdMinutes": 40
        },
        {
          "entryTs": 1702963800,
          "entryUtc": "2023-12-19T05:30:00.000Z",
          "exitTs": 1702965060,
          "dir": 1,
          "entryPrice": 2024.075,
          "exitPrice": 2022.985,
          "stopDistance": 1.09,
          "outcome": "stop",
          "netR": -1.3853,
          "holdMinutes": 21
        },
        {
          "entryTs": 1702984800,
          "entryUtc": "2023-12-19T11:20:00.000Z",
          "exitTs": 1702988220,
          "dir": 1,
          "entryPrice": 2026.655,
          "exitPrice": 2028.932,
          "stopDistance": 1.138,
          "outcome": "target",
          "netR": 1.675,
          "holdMinutes": 57
        },
        {
          "entryTs": 1703019000,
          "entryUtc": "2023-12-19T20:50:00.000Z",
          "exitTs": 1703033460,
          "dir": 1,
          "entryPrice": 2039.805,
          "exitPrice": 2038.704,
          "stopDistance": 1.101,
          "outcome": "stop",
          "netR": -1.3816,
          "holdMinutes": 241
        },
        {
          "entryTs": 1703040900,
          "entryUtc": "2023-12-20T02:55:00.000Z",
          "exitTs": 1703052240,
          "dir": 1,
          "entryPrice": 2039.175,
          "exitPrice": 2041.492,
          "stopDistance": 1.158,
          "outcome": "target",
          "netR": 1.6806,
          "holdMinutes": 189
        },
        {
          "entryTs": 1703064000,
          "entryUtc": "2023-12-20T09:20:00.000Z",
          "exitTs": 1703065380,
          "dir": 1,
          "entryPrice": 2041.995,
          "exitPrice": 2040.68,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3193,
          "holdMinutes": 23
        },
        {
          "entryTs": 1703081100,
          "entryUtc": "2023-12-20T14:05:00.000Z",
          "exitTs": 1703082180,
          "dir": 1,
          "entryPrice": 2037.645,
          "exitPrice": 2035.28,
          "stopDistance": 2.365,
          "outcome": "stop",
          "netR": -1.1776,
          "holdMinutes": 18
        },
        {
          "entryTs": 1703091900,
          "entryUtc": "2023-12-20T17:05:00.000Z",
          "exitTs": 1703093220,
          "dir": 1,
          "entryPrice": 2034.665,
          "exitPrice": 2032.572,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2006,
          "holdMinutes": 22
        },
        {
          "entryTs": 1703095200,
          "entryUtc": "2023-12-20T18:00:00.000Z",
          "exitTs": 1703101800,
          "dir": 1,
          "entryPrice": 2034.575,
          "exitPrice": 2032.847,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.243,
          "holdMinutes": 110
        },
        {
          "entryTs": 1703114100,
          "entryUtc": "2023-12-20T23:15:00.000Z",
          "exitTs": 1703124000,
          "dir": 1,
          "entryPrice": 2032.495,
          "exitPrice": 2035.962,
          "stopDistance": 1.733,
          "outcome": "target",
          "netR": 1.7866,
          "holdMinutes": 165
        },
        {
          "entryTs": 1703135700,
          "entryUtc": "2023-12-21T05:15:00.000Z",
          "exitTs": 1703137080,
          "dir": 1,
          "entryPrice": 2036.975,
          "exitPrice": 2036.114,
          "stopDistance": 0.861,
          "outcome": "stop",
          "netR": -1.488,
          "holdMinutes": 23
        },
        {
          "entryTs": 1703142000,
          "entryUtc": "2023-12-21T07:00:00.000Z",
          "exitTs": 1703142360,
          "dir": 1,
          "entryPrice": 2036.784,
          "exitPrice": 2035.752,
          "stopDistance": 1.032,
          "outcome": "stop",
          "netR": -1.4071,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703147100,
          "entryUtc": "2023-12-21T08:25:00.000Z",
          "exitTs": 1703154540,
          "dir": 1,
          "entryPrice": 2035.945,
          "exitPrice": 2034.595,
          "stopDistance": 1.35,
          "outcome": "stop",
          "netR": -1.3112,
          "holdMinutes": 124
        },
        {
          "entryTs": 1703161800,
          "entryUtc": "2023-12-21T12:30:00.000Z",
          "exitTs": 1703162280,
          "dir": 1,
          "entryPrice": 2036.415,
          "exitPrice": 2038.828,
          "stopDistance": 1.207,
          "outcome": "target",
          "netR": 1.6934,
          "holdMinutes": 8
        },
        {
          "entryTs": 1703186700,
          "entryUtc": "2023-12-21T19:25:00.000Z",
          "exitTs": 1703194980,
          "dir": 1,
          "entryPrice": 2041.875,
          "exitPrice": 2045.525,
          "stopDistance": 1.825,
          "outcome": "target",
          "netR": 1.7973,
          "holdMinutes": 138
        },
        {
          "entryTs": 1703208900,
          "entryUtc": "2023-12-22T01:35:00.000Z",
          "exitTs": 1703209260,
          "dir": 1,
          "entryPrice": 2050.895,
          "exitPrice": 2048.758,
          "stopDistance": 2.137,
          "outcome": "stop",
          "netR": -1.1965,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703219400,
          "entryUtc": "2023-12-22T04:30:00.000Z",
          "exitTs": 1703222340,
          "dir": 1,
          "entryPrice": 2049.758,
          "exitPrice": 2048.318,
          "stopDistance": 1.44,
          "outcome": "stop",
          "netR": -1.2916,
          "holdMinutes": 49
        },
        {
          "entryTs": 1703230200,
          "entryUtc": "2023-12-22T07:30:00.000Z",
          "exitTs": 1703235000,
          "dir": 1,
          "entryPrice": 2049.125,
          "exitPrice": 2051.932,
          "stopDistance": 1.403,
          "outcome": "target",
          "netR": 1.7363,
          "holdMinutes": 80
        },
        {
          "entryTs": 1703269800,
          "entryUtc": "2023-12-22T18:30:00.000Z",
          "exitTs": 1703272320,
          "dir": 1,
          "entryPrice": 2057.095,
          "exitPrice": 2054.75,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 42
        },
        {
          "entryTs": 1703545500,
          "entryUtc": "2023-12-25T23:05:00.000Z",
          "exitTs": 1703545500,
          "dir": 1,
          "entryPrice": 2057.395,
          "exitPrice": 2056.211,
          "stopDistance": 1.184,
          "outcome": "stop",
          "netR": -1.3546,
          "holdMinutes": 0
        },
        {
          "entryTs": 1703572500,
          "entryUtc": "2023-12-26T06:35:00.000Z",
          "exitTs": 1703574180,
          "dir": 1,
          "entryPrice": 2064.028,
          "exitPrice": 2063.04,
          "stopDistance": 0.988,
          "outcome": "stop",
          "netR": -1.4249,
          "holdMinutes": 28
        },
        {
          "entryTs": 1703587500,
          "entryUtc": "2023-12-26T10:45:00.000Z",
          "exitTs": 1703594520,
          "dir": 1,
          "entryPrice": 2062.645,
          "exitPrice": 2061.803,
          "stopDistance": 0.842,
          "outcome": "stop",
          "netR": -1.4989,
          "holdMinutes": 117
        },
        {
          "entryTs": 1703597100,
          "entryUtc": "2023-12-26T13:25:00.000Z",
          "exitTs": 1703597280,
          "dir": 1,
          "entryPrice": 2063.758,
          "exitPrice": 2062.525,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3405,
          "holdMinutes": 3
        },
        {
          "entryTs": 1703608500,
          "entryUtc": "2023-12-26T16:35:00.000Z",
          "exitTs": 1703611980,
          "dir": 1,
          "entryPrice": 2059.495,
          "exitPrice": 2057.747,
          "stopDistance": 1.748,
          "outcome": "stop",
          "netR": -1.2403,
          "holdMinutes": 58
        },
        {
          "entryTs": 1703615100,
          "entryUtc": "2023-12-26T18:25:00.000Z",
          "exitTs": 1703616000,
          "dir": 1,
          "entryPrice": 2059.635,
          "exitPrice": 2058.206,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2939,
          "holdMinutes": 15
        },
        {
          "entryTs": 1703617500,
          "entryUtc": "2023-12-26T19:05:00.000Z",
          "exitTs": 1703620320,
          "dir": 1,
          "entryPrice": 2059.285,
          "exitPrice": 2061.934,
          "stopDistance": 1.324,
          "outcome": "target",
          "netR": 1.7206,
          "holdMinutes": 47
        },
        {
          "entryTs": 1703640600,
          "entryUtc": "2023-12-27T01:30:00.000Z",
          "exitTs": 1703643420,
          "dir": 1,
          "entryPrice": 2066.285,
          "exitPrice": 2065.043,
          "stopDistance": 1.242,
          "outcome": "stop",
          "netR": -1.3382,
          "holdMinutes": 47
        },
        {
          "entryTs": 1703653500,
          "entryUtc": "2023-12-27T05:05:00.000Z",
          "exitTs": 1703655180,
          "dir": 1,
          "entryPrice": 2065.805,
          "exitPrice": 2064.941,
          "stopDistance": 0.864,
          "outcome": "stop",
          "netR": -1.4864,
          "holdMinutes": 28
        },
        {
          "entryTs": 1703658300,
          "entryUtc": "2023-12-27T06:25:00.000Z",
          "exitTs": 1703659500,
          "dir": 1,
          "entryPrice": 2066.405,
          "exitPrice": 2065.407,
          "stopDistance": 0.998,
          "outcome": "stop",
          "netR": -1.421,
          "holdMinutes": 20
        },
        {
          "entryTs": 1703663700,
          "entryUtc": "2023-12-27T07:55:00.000Z",
          "exitTs": 1703664540,
          "dir": 1,
          "entryPrice": 2065.765,
          "exitPrice": 2068.132,
          "stopDistance": 1.184,
          "outcome": "target",
          "netR": 1.6874,
          "holdMinutes": 14
        },
        {
          "entryTs": 1703676600,
          "entryUtc": "2023-12-27T11:30:00.000Z",
          "exitTs": 1703681580,
          "dir": 1,
          "entryPrice": 2067.425,
          "exitPrice": 2066.038,
          "stopDistance": 1.387,
          "outcome": "stop",
          "netR": -1.3027,
          "holdMinutes": 83
        },
        {
          "entryTs": 1703685600,
          "entryUtc": "2023-12-27T14:00:00.000Z",
          "exitTs": 1703689980,
          "dir": 1,
          "entryPrice": 2068.185,
          "exitPrice": 2072.467,
          "stopDistance": 2.141,
          "outcome": "target",
          "netR": 1.8272,
          "holdMinutes": 73
        },
        {
          "entryTs": 1703718600,
          "entryUtc": "2023-12-27T23:10:00.000Z",
          "exitTs": 1703721780,
          "dir": 1,
          "entryPrice": 2078.495,
          "exitPrice": 2080.722,
          "stopDistance": 1.114,
          "outcome": "target",
          "netR": 1.6677,
          "holdMinutes": 53
        },
        {
          "entryTs": 1703747700,
          "entryUtc": "2023-12-28T07:15:00.000Z",
          "exitTs": 1703748360,
          "dir": 1,
          "entryPrice": 2086.915,
          "exitPrice": 2085.488,
          "stopDistance": 1.427,
          "outcome": "stop",
          "netR": -1.2944,
          "holdMinutes": 11
        },
        {
          "entryTs": 1703768700,
          "entryUtc": "2023-12-28T13:05:00.000Z",
          "exitTs": 1703769180,
          "dir": 1,
          "entryPrice": 2076.825,
          "exitPrice": 2075.244,
          "stopDistance": 1.581,
          "outcome": "stop",
          "netR": -1.2657,
          "holdMinutes": 8
        },
        {
          "entryTs": 1703775300,
          "entryUtc": "2023-12-28T14:55:00.000Z",
          "exitTs": 1703779620,
          "dir": 1,
          "entryPrice": 2077.855,
          "exitPrice": 2075.075,
          "stopDistance": 2.78,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 72
        },
        {
          "entryTs": 1703808000,
          "entryUtc": "2023-12-29T00:00:00.000Z",
          "exitTs": 1703812980,
          "dir": 1,
          "entryPrice": 2066.645,
          "exitPrice": 2068.702,
          "stopDistance": 1.028,
          "outcome": "target",
          "netR": 1.6402,
          "holdMinutes": 83
        },
        {
          "entryTs": 1703821500,
          "entryUtc": "2023-12-29T03:45:00.000Z",
          "exitTs": 1703829780,
          "dir": 1,
          "entryPrice": 2069.975,
          "exitPrice": 2072.607,
          "stopDistance": 1.316,
          "outcome": "target",
          "netR": 1.7188,
          "holdMinutes": 138
        },
        {
          "entryTs": 1703837700,
          "entryUtc": "2023-12-29T08:15:00.000Z",
          "exitTs": 1703838540,
          "dir": 1,
          "entryPrice": 2073.155,
          "exitPrice": 2071.784,
          "stopDistance": 1.371,
          "outcome": "stop",
          "netR": -1.3064,
          "holdMinutes": 14
        },
        {
          "entryTs": 1703850000,
          "entryUtc": "2023-12-29T11:40:00.000Z",
          "exitTs": 1703853240,
          "dir": 1,
          "entryPrice": 2067.745,
          "exitPrice": 2065.916,
          "stopDistance": 1.829,
          "outcome": "stop",
          "netR": -1.2296,
          "holdMinutes": 54
        },
        {
          "entryTs": 1703862900,
          "entryUtc": "2023-12-29T15:15:00.000Z",
          "exitTs": 1704150000,
          "dir": 1,
          "entryPrice": 2063.615,
          "exitPrice": 2064.235,
          "stopDistance": 2.621,
          "outcome": "time",
          "netR": 0.0954,
          "holdMinutes": 4785
        },
        {
          "entryTs": 1704150900,
          "entryUtc": "2024-01-01T23:15:00.000Z",
          "exitTs": 1704152760,
          "dir": 1,
          "entryPrice": 2065.715,
          "exitPrice": 2064.076,
          "stopDistance": 1.639,
          "outcome": "stop",
          "netR": -1.2562,
          "holdMinutes": 31
        },
        {
          "entryTs": 1704154200,
          "entryUtc": "2024-01-02T00:10:00.000Z",
          "exitTs": 1704155040,
          "dir": 1,
          "entryPrice": 2064.525,
          "exitPrice": 2063.062,
          "stopDistance": 1.463,
          "outcome": "stop",
          "netR": -1.2871,
          "holdMinutes": 14
        },
        {
          "entryTs": 1704156600,
          "entryUtc": "2024-01-02T00:50:00.000Z",
          "exitTs": 1704157500,
          "dir": 1,
          "entryPrice": 2065.295,
          "exitPrice": 2068.179,
          "stopDistance": 1.442,
          "outcome": "target",
          "netR": 1.7434,
          "holdMinutes": 15
        },
        {
          "entryTs": 1704162600,
          "entryUtc": "2024-01-02T02:30:00.000Z",
          "exitTs": 1704168840,
          "dir": 1,
          "entryPrice": 2066.605,
          "exitPrice": 2070.347,
          "stopDistance": 1.871,
          "outcome": "target",
          "netR": 1.8023,
          "holdMinutes": 104
        },
        {
          "entryTs": 1704186900,
          "entryUtc": "2024-01-02T09:15:00.000Z",
          "exitTs": 1704188280,
          "dir": 1,
          "entryPrice": 2074.455,
          "exitPrice": 2078.038,
          "stopDistance": 1.791,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 23
        },
        {
          "entryTs": 1704191700,
          "entryUtc": "2024-01-02T10:35:00.000Z",
          "exitTs": 1704194220,
          "dir": 1,
          "entryPrice": 2075.615,
          "exitPrice": 2073.561,
          "stopDistance": 2.054,
          "outcome": "stop",
          "netR": -1.2045,
          "holdMinutes": 42
        },
        {
          "entryTs": 1704207600,
          "entryUtc": "2024-01-02T15:00:00.000Z",
          "exitTs": 1704208260,
          "dir": 1,
          "entryPrice": 2070.295,
          "exitPrice": 2066.577,
          "stopDistance": 3.718,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 11
        },
        {
          "entryTs": 1704213600,
          "entryUtc": "2024-01-02T16:40:00.000Z",
          "exitTs": 1704221340,
          "dir": 1,
          "entryPrice": 2064.765,
          "exitPrice": 2061.272,
          "stopDistance": 3.493,
          "outcome": "stop",
          "netR": -1.1202,
          "holdMinutes": 129
        },
        {
          "entryTs": 1704239400,
          "entryUtc": "2024-01-02T23:50:00.000Z",
          "exitTs": 1704241440,
          "dir": 1,
          "entryPrice": 2059.535,
          "exitPrice": 2061.307,
          "stopDistance": 0.886,
          "outcome": "target",
          "netR": 1.5824,
          "holdMinutes": 34
        },
        {
          "entryTs": 1704260400,
          "entryUtc": "2024-01-03T05:40:00.000Z",
          "exitTs": 1704260820,
          "dir": 1,
          "entryPrice": 2065.224,
          "exitPrice": 2064.172,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3992,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704262500,
          "entryUtc": "2024-01-03T06:15:00.000Z",
          "exitTs": 1704262800,
          "dir": 1,
          "entryPrice": 2065.135,
          "exitPrice": 2064.017,
          "stopDistance": 1.118,
          "outcome": "stop",
          "netR": -1.3757,
          "holdMinutes": 5
        },
        {
          "entryTs": 1704263400,
          "entryUtc": "2024-01-03T06:30:00.000Z",
          "exitTs": 1704265260,
          "dir": 1,
          "entryPrice": 2064.605,
          "exitPrice": 2063.408,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.3508,
          "holdMinutes": 31
        },
        {
          "entryTs": 1704309300,
          "entryUtc": "2024-01-03T19:15:00.000Z",
          "exitTs": 1704309480,
          "dir": -1,
          "entryPrice": 2031.105,
          "exitPrice": 2033.481,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 3
        },
        {
          "entryTs": 1704330900,
          "entryUtc": "2024-01-04T01:15:00.000Z",
          "exitTs": 1704331140,
          "dir": -1,
          "entryPrice": 2041.998,
          "exitPrice": 2043.044,
          "stopDistance": 1.046,
          "outcome": "stop",
          "netR": -1.4016,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704331800,
          "entryUtc": "2024-01-04T01:30:00.000Z",
          "exitTs": 1704333600,
          "dir": -1,
          "entryPrice": 2041.045,
          "exitPrice": 2042.298,
          "stopDistance": 1.253,
          "outcome": "stop",
          "netR": -1.3353,
          "holdMinutes": 30
        },
        {
          "entryTs": 1704341700,
          "entryUtc": "2024-01-04T04:15:00.000Z",
          "exitTs": 1704348180,
          "dir": -1,
          "entryPrice": 2043.385,
          "exitPrice": 2044.705,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3182,
          "holdMinutes": 108
        },
        {
          "entryTs": 1704357600,
          "entryUtc": "2024-01-04T08:40:00.000Z",
          "exitTs": 1704358200,
          "dir": -1,
          "entryPrice": 2045.508,
          "exitPrice": 2047.223,
          "stopDistance": 1.715,
          "outcome": "stop",
          "netR": -1.2449,
          "holdMinutes": 10
        },
        {
          "entryTs": 1704365700,
          "entryUtc": "2024-01-04T10:55:00.000Z",
          "exitTs": 1704370020,
          "dir": -1,
          "entryPrice": 2047.308,
          "exitPrice": 2043.789,
          "stopDistance": 1.759,
          "outcome": "target",
          "netR": 1.7897,
          "holdMinutes": 72
        },
        {
          "entryTs": 1704388800,
          "entryUtc": "2024-01-04T17:20:00.000Z",
          "exitTs": 1704416460,
          "dir": -1,
          "entryPrice": 2042.615,
          "exitPrice": 2044.873,
          "stopDistance": 2.258,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 461
        },
        {
          "entryTs": 1704424500,
          "entryUtc": "2024-01-05T03:15:00.000Z",
          "exitTs": 1704435900,
          "dir": -1,
          "entryPrice": 2045.185,
          "exitPrice": 2042.638,
          "stopDistance": 1.273,
          "outcome": "target",
          "netR": 1.7094,
          "holdMinutes": 190
        },
        {
          "entryTs": 1704441600,
          "entryUtc": "2024-01-05T08:00:00.000Z",
          "exitTs": 1704448320,
          "dir": -1,
          "entryPrice": 2043.005,
          "exitPrice": 2039.856,
          "stopDistance": 1.574,
          "outcome": "target",
          "netR": 1.765,
          "holdMinutes": 112
        },
        {
          "entryTs": 1704457800,
          "entryUtc": "2024-01-05T12:30:00.000Z",
          "exitTs": 1704458220,
          "dir": -1,
          "entryPrice": 2038.655,
          "exitPrice": 2040.127,
          "stopDistance": 1.472,
          "outcome": "stop",
          "netR": -1.2853,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704461700,
          "entryUtc": "2024-01-05T13:35:00.000Z",
          "exitTs": 1704462180,
          "dir": -1,
          "entryPrice": 2029.225,
          "exitPrice": 2032.357,
          "stopDistance": 3.132,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 8
        },
        {
          "entryTs": 1704485100,
          "entryUtc": "2024-01-05T20:05:00.000Z",
          "exitTs": 1704668400,
          "dir": -1,
          "entryPrice": 2044.435,
          "exitPrice": 2044.498,
          "stopDistance": 2.183,
          "outcome": "time",
          "netR": -0.1983,
          "holdMinutes": 3055
        },
        {
          "entryTs": 1704670500,
          "entryUtc": "2024-01-07T23:35:00.000Z",
          "exitTs": 1704673980,
          "dir": -1,
          "entryPrice": 2044.495,
          "exitPrice": 2045.94,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2906,
          "holdMinutes": 58
        },
        {
          "entryTs": 1704678300,
          "entryUtc": "2024-01-08T01:45:00.000Z",
          "exitTs": 1704682920,
          "dir": -1,
          "entryPrice": 2043.645,
          "exitPrice": 2040.645,
          "stopDistance": 1.5,
          "outcome": "target",
          "netR": 1.7533,
          "holdMinutes": 77
        },
        {
          "entryTs": 1704708300,
          "entryUtc": "2024-01-08T10:05:00.000Z",
          "exitTs": 1704712680,
          "dir": -1,
          "entryPrice": 2028.355,
          "exitPrice": 2023.916,
          "stopDistance": 2.219,
          "outcome": "target",
          "netR": 1.8333,
          "holdMinutes": 73
        },
        {
          "entryTs": 1704719700,
          "entryUtc": "2024-01-08T13:15:00.000Z",
          "exitTs": 1704719940,
          "dir": -1,
          "entryPrice": 2020.805,
          "exitPrice": 2023.367,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704720900,
          "entryUtc": "2024-01-08T13:35:00.000Z",
          "exitTs": 1704724860,
          "dir": -1,
          "entryPrice": 2020.995,
          "exitPrice": 2023.996,
          "stopDistance": 3.001,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 66
        },
        {
          "entryTs": 1704734700,
          "entryUtc": "2024-01-08T17:25:00.000Z",
          "exitTs": 1704758880,
          "dir": -1,
          "entryPrice": 2029.565,
          "exitPrice": 2032.17,
          "stopDistance": 2.605,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 403
        },
        {
          "entryTs": 1704765000,
          "entryUtc": "2024-01-09T01:50:00.000Z",
          "exitTs": 1704765240,
          "dir": -1,
          "entryPrice": 2031.785,
          "exitPrice": 2033.364,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.266,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704765600,
          "entryUtc": "2024-01-09T02:00:00.000Z",
          "exitTs": 1704765780,
          "dir": -1,
          "entryPrice": 2032.145,
          "exitPrice": 2033.796,
          "stopDistance": 1.651,
          "outcome": "stop",
          "netR": -1.2544,
          "holdMinutes": 3
        },
        {
          "entryTs": 1704772500,
          "entryUtc": "2024-01-09T03:55:00.000Z",
          "exitTs": 1704772920,
          "dir": -1,
          "entryPrice": 2033.305,
          "exitPrice": 2034.717,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2974,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704788400,
          "entryUtc": "2024-01-09T08:20:00.000Z",
          "exitTs": 1704789720,
          "dir": -1,
          "entryPrice": 2032.055,
          "exitPrice": 2034.283,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 22
        },
        {
          "entryTs": 1704791700,
          "entryUtc": "2024-01-09T09:15:00.000Z",
          "exitTs": 1704792300,
          "dir": -1,
          "entryPrice": 2033.195,
          "exitPrice": 2035.123,
          "stopDistance": 1.928,
          "outcome": "stop",
          "netR": -1.2178,
          "holdMinutes": 10
        },
        {
          "entryTs": 1704798900,
          "entryUtc": "2024-01-09T11:15:00.000Z",
          "exitTs": 1704799500,
          "dir": -1,
          "entryPrice": 2033.795,
          "exitPrice": 2035.448,
          "stopDistance": 1.653,
          "outcome": "stop",
          "netR": -1.2541,
          "holdMinutes": 10
        },
        {
          "entryTs": 1704805800,
          "entryUtc": "2024-01-09T13:10:00.000Z",
          "exitTs": 1704807420,
          "dir": -1,
          "entryPrice": 2034.655,
          "exitPrice": 2036.282,
          "stopDistance": 1.627,
          "outcome": "stop",
          "netR": -1.2581,
          "holdMinutes": 27
        },
        {
          "entryTs": 1704811800,
          "entryUtc": "2024-01-09T14:50:00.000Z",
          "exitTs": 1704815820,
          "dir": -1,
          "entryPrice": 2035.165,
          "exitPrice": 2028.858,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 67
        },
        {
          "entryTs": 1704829500,
          "entryUtc": "2024-01-09T19:45:00.000Z",
          "exitTs": 1704830460,
          "dir": -1,
          "entryPrice": 2027.865,
          "exitPrice": 2029.491,
          "stopDistance": 1.626,
          "outcome": "stop",
          "netR": -1.2583,
          "holdMinutes": 16
        },
        {
          "entryTs": 1704849000,
          "entryUtc": "2024-01-10T01:10:00.000Z",
          "exitTs": 1704850740,
          "dir": -1,
          "entryPrice": 2029.135,
          "exitPrice": 2030.229,
          "stopDistance": 1.094,
          "outcome": "stop",
          "netR": -1.3838,
          "holdMinutes": 29
        },
        {
          "entryTs": 1704858300,
          "entryUtc": "2024-01-10T03:45:00.000Z",
          "exitTs": 1704865020,
          "dir": -1,
          "entryPrice": 2030.615,
          "exitPrice": 2028.016,
          "stopDistance": 1.299,
          "outcome": "target",
          "netR": 1.7153,
          "holdMinutes": 112
        },
        {
          "entryTs": 1704885300,
          "entryUtc": "2024-01-10T11:15:00.000Z",
          "exitTs": 1704890940,
          "dir": -1,
          "entryPrice": 2034.745,
          "exitPrice": 2031.729,
          "stopDistance": 1.508,
          "outcome": "target",
          "netR": 1.7546,
          "holdMinutes": 94
        },
        {
          "entryTs": 1704918600,
          "entryUtc": "2024-01-10T20:30:00.000Z",
          "exitTs": 1704921180,
          "dir": -1,
          "entryPrice": 2022.745,
          "exitPrice": 2024.418,
          "stopDistance": 1.673,
          "outcome": "stop",
          "netR": -1.251,
          "holdMinutes": 43
        },
        {
          "entryTs": 1704943500,
          "entryUtc": "2024-01-11T03:25:00.000Z",
          "exitTs": 1704943740,
          "dir": -1,
          "entryPrice": 2028.725,
          "exitPrice": 2029.902,
          "stopDistance": 1.177,
          "outcome": "stop",
          "netR": -1.357,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704960600,
          "entryUtc": "2024-01-11T08:10:00.000Z",
          "exitTs": 1704960720,
          "dir": -1,
          "entryPrice": 2032.185,
          "exitPrice": 2033.562,
          "stopDistance": 1.377,
          "outcome": "stop",
          "netR": -1.3051,
          "holdMinutes": 2
        },
        {
          "entryTs": 1704969900,
          "entryUtc": "2024-01-11T10:45:00.000Z",
          "exitTs": 1704972180,
          "dir": -1,
          "entryPrice": 2031.585,
          "exitPrice": 2032.843,
          "stopDistance": 1.258,
          "outcome": "stop",
          "netR": -1.3339,
          "holdMinutes": 38
        },
        {
          "entryTs": 1704980700,
          "entryUtc": "2024-01-11T13:45:00.000Z",
          "exitTs": 1704990180,
          "dir": -1,
          "entryPrice": 2030.705,
          "exitPrice": 2021.505,
          "stopDistance": 4.6,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 158
        },
        {
          "entryTs": 1705020300,
          "entryUtc": "2024-01-12T00:45:00.000Z",
          "exitTs": 1705021980,
          "dir": -1,
          "entryPrice": 2030.324,
          "exitPrice": 2032.054,
          "stopDistance": 1.73,
          "outcome": "stop",
          "netR": -1.2428,
          "holdMinutes": 28
        },
        {
          "entryTs": 1705032300,
          "entryUtc": "2024-01-12T04:05:00.000Z",
          "exitTs": 1705034520,
          "dir": -1,
          "entryPrice": 2033.095,
          "exitPrice": 2034.213,
          "stopDistance": 1.118,
          "outcome": "stop",
          "netR": -1.3755,
          "holdMinutes": 37
        },
        {
          "entryTs": 1705086300,
          "entryUtc": "2024-01-12T19:05:00.000Z",
          "exitTs": 1705273200,
          "dir": 1,
          "entryPrice": 2047.705,
          "exitPrice": 2047.035,
          "stopDistance": 2.165,
          "outcome": "time",
          "netR": -0.4803,
          "holdMinutes": 3115
        },
        {
          "entryTs": 1705275900,
          "entryUtc": "2024-01-14T23:45:00.000Z",
          "exitTs": 1705276800,
          "dir": 1,
          "entryPrice": 2048.295,
          "exitPrice": 2047.06,
          "stopDistance": 1.235,
          "outcome": "stop",
          "netR": -1.34,
          "holdMinutes": 15
        },
        {
          "entryTs": 1705278900,
          "entryUtc": "2024-01-15T00:35:00.000Z",
          "exitTs": 1705283040,
          "dir": 1,
          "entryPrice": 2048.255,
          "exitPrice": 2050.717,
          "stopDistance": 1.231,
          "outcome": "target",
          "netR": 1.6995,
          "holdMinutes": 69
        },
        {
          "entryTs": 1705297800,
          "entryUtc": "2024-01-15T05:50:00.000Z",
          "exitTs": 1705298820,
          "dir": 1,
          "entryPrice": 2055.315,
          "exitPrice": 2054.132,
          "stopDistance": 1.183,
          "outcome": "stop",
          "netR": -1.355,
          "holdMinutes": 17
        },
        {
          "entryTs": 1705299600,
          "entryUtc": "2024-01-15T06:20:00.000Z",
          "exitTs": 1705303320,
          "dir": 1,
          "entryPrice": 2055.225,
          "exitPrice": 2054.004,
          "stopDistance": 1.222,
          "outcome": "stop",
          "netR": -1.3438,
          "holdMinutes": 62
        },
        {
          "entryTs": 1705306500,
          "entryUtc": "2024-01-15T08:15:00.000Z",
          "exitTs": 1705309260,
          "dir": 1,
          "entryPrice": 2056.545,
          "exitPrice": 2054.881,
          "stopDistance": 1.663,
          "outcome": "stop",
          "netR": -1.2525,
          "holdMinutes": 46
        },
        {
          "entryTs": 1705324800,
          "entryUtc": "2024-01-15T13:20:00.000Z",
          "exitTs": 1705325040,
          "dir": 1,
          "entryPrice": 2053.935,
          "exitPrice": 2052.789,
          "stopDistance": 1.147,
          "outcome": "stop",
          "netR": -1.3663,
          "holdMinutes": 4
        },
        {
          "entryTs": 1705334100,
          "entryUtc": "2024-01-15T15:55:00.000Z",
          "exitTs": 1705364100,
          "dir": 1,
          "entryPrice": 2053.565,
          "exitPrice": 2053.945,
          "stopDistance": 1.618,
          "outcome": "time",
          "netR": 0.0063,
          "holdMinutes": 500
        },
        {
          "entryTs": 1705387200,
          "entryUtc": "2024-01-16T06:40:00.000Z",
          "exitTs": 1705389600,
          "dir": 1,
          "entryPrice": 2049.495,
          "exitPrice": 2048.223,
          "stopDistance": 1.272,
          "outcome": "stop",
          "netR": -1.3302,
          "holdMinutes": 40
        },
        {
          "entryTs": 1705417200,
          "entryUtc": "2024-01-16T15:00:00.000Z",
          "exitTs": 1705419780,
          "dir": -1,
          "entryPrice": 2038.065,
          "exitPrice": 2041.169,
          "stopDistance": 3.104,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 43
        },
        {
          "entryTs": 1705421400,
          "entryUtc": "2024-01-16T16:10:00.000Z",
          "exitTs": 1705421820,
          "dir": -1,
          "entryPrice": 2034.335,
          "exitPrice": 2037.831,
          "stopDistance": 3.496,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 7
        },
        {
          "entryTs": 1705439400,
          "entryUtc": "2024-01-16T21:10:00.000Z",
          "exitTs": 1705452600,
          "dir": -1,
          "entryPrice": 2027.235,
          "exitPrice": 2028.636,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2997,
          "holdMinutes": 220
        },
        {
          "entryTs": 1705459800,
          "entryUtc": "2024-01-17T02:50:00.000Z",
          "exitTs": 1705462800,
          "dir": -1,
          "entryPrice": 2028.795,
          "exitPrice": 2025.126,
          "stopDistance": 1.834,
          "outcome": "target",
          "netR": 1.7983,
          "holdMinutes": 50
        },
        {
          "entryTs": 1705482300,
          "entryUtc": "2024-01-17T09:05:00.000Z",
          "exitTs": 1705485480,
          "dir": -1,
          "entryPrice": 2020.665,
          "exitPrice": 2022.562,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 53
        },
        {
          "entryTs": 1705497900,
          "entryUtc": "2024-01-17T13:25:00.000Z",
          "exitTs": 1705498200,
          "dir": -1,
          "entryPrice": 2024.395,
          "exitPrice": 2019.96,
          "stopDistance": 2.217,
          "outcome": "target",
          "netR": 1.8331,
          "holdMinutes": 5
        },
        {
          "entryTs": 1705520400,
          "entryUtc": "2024-01-17T19:40:00.000Z",
          "exitTs": 1705523700,
          "dir": -1,
          "entryPrice": 2004.375,
          "exitPrice": 2006.344,
          "stopDistance": 1.969,
          "outcome": "stop",
          "netR": -1.2134,
          "holdMinutes": 55
        },
        {
          "entryTs": 1705545600,
          "entryUtc": "2024-01-18T02:40:00.000Z",
          "exitTs": 1705554780,
          "dir": -1,
          "entryPrice": 2008.705,
          "exitPrice": 2006.34,
          "stopDistance": 1.183,
          "outcome": "target",
          "netR": 1.6871,
          "holdMinutes": 153
        },
        {
          "entryTs": 1705566000,
          "entryUtc": "2024-01-18T08:20:00.000Z",
          "exitTs": 1705566240,
          "dir": -1,
          "entryPrice": 2009.905,
          "exitPrice": 2011.488,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2654,
          "holdMinutes": 4
        },
        {
          "entryTs": 1705572300,
          "entryUtc": "2024-01-18T10:05:00.000Z",
          "exitTs": 1705573140,
          "dir": -1,
          "entryPrice": 2010.085,
          "exitPrice": 2011.668,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2653,
          "holdMinutes": 14
        },
        {
          "entryTs": 1705584300,
          "entryUtc": "2024-01-18T13:25:00.000Z",
          "exitTs": 1705584600,
          "dir": -1,
          "entryPrice": 2011.524,
          "exitPrice": 2007.759,
          "stopDistance": 1.882,
          "outcome": "target",
          "netR": 1.8034,
          "holdMinutes": 5
        },
        {
          "entryTs": 1705626600,
          "entryUtc": "2024-01-19T01:10:00.000Z",
          "exitTs": 1705626660,
          "dir": -1,
          "entryPrice": 2022.445,
          "exitPrice": 2023.682,
          "stopDistance": 1.237,
          "outcome": "stop",
          "netR": -1.3397,
          "holdMinutes": 1
        },
        {
          "entryTs": 1705634700,
          "entryUtc": "2024-01-19T03:25:00.000Z",
          "exitTs": 1705646400,
          "dir": -1,
          "entryPrice": 2022.305,
          "exitPrice": 2023.491,
          "stopDistance": 1.186,
          "outcome": "stop",
          "netR": -1.3543,
          "holdMinutes": 195
        },
        {
          "entryTs": 1705697700,
          "entryUtc": "2024-01-19T20:55:00.000Z",
          "exitTs": 1705698540,
          "dir": -1,
          "entryPrice": 2027.735,
          "exitPrice": 2028.83,
          "stopDistance": 1.095,
          "outcome": "stop",
          "netR": -1.3836,
          "holdMinutes": 14
        },
        {
          "entryTs": 1705878900,
          "entryUtc": "2024-01-21T23:15:00.000Z",
          "exitTs": 1705879560,
          "dir": -1,
          "entryPrice": 2027.315,
          "exitPrice": 2028.422,
          "stopDistance": 1.107,
          "outcome": "stop",
          "netR": -1.3795,
          "holdMinutes": 11
        },
        {
          "entryTs": 1705893300,
          "entryUtc": "2024-01-22T03:15:00.000Z",
          "exitTs": 1705898520,
          "dir": -1,
          "entryPrice": 2027.718,
          "exitPrice": 2025.179,
          "stopDistance": 1.27,
          "outcome": "target",
          "netR": 1.7086,
          "holdMinutes": 87
        },
        {
          "entryTs": 1705913700,
          "entryUtc": "2024-01-22T08:55:00.000Z",
          "exitTs": 1705914780,
          "dir": -1,
          "entryPrice": 2020.975,
          "exitPrice": 2023.185,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 18
        },
        {
          "entryTs": 1705915800,
          "entryUtc": "2024-01-22T09:30:00.000Z",
          "exitTs": 1705919400,
          "dir": -1,
          "entryPrice": 2022.235,
          "exitPrice": 2024.271,
          "stopDistance": 2.036,
          "outcome": "stop",
          "netR": -1.2063,
          "holdMinutes": 60
        },
        {
          "entryTs": 1705930200,
          "entryUtc": "2024-01-22T13:30:00.000Z",
          "exitTs": 1705932360,
          "dir": -1,
          "entryPrice": 2025.145,
          "exitPrice": 2020.847,
          "stopDistance": 2.149,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 36
        },
        {
          "entryTs": 1705939800,
          "entryUtc": "2024-01-22T16:10:00.000Z",
          "exitTs": 1705969800,
          "dir": -1,
          "entryPrice": 2022.355,
          "exitPrice": 2021.985,
          "stopDistance": 2.767,
          "outcome": "time",
          "netR": 0,
          "holdMinutes": 500
        },
        {
          "entryTs": 1705973100,
          "entryUtc": "2024-01-23T01:25:00.000Z",
          "exitTs": 1705973700,
          "dir": -1,
          "entryPrice": 2019.915,
          "exitPrice": 2020.878,
          "stopDistance": 0.963,
          "outcome": "stop",
          "netR": -1.436,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706019000,
          "entryUtc": "2024-01-23T14:10:00.000Z",
          "exitTs": 1706022420,
          "dir": -1,
          "entryPrice": 2024.045,
          "exitPrice": 2026.349,
          "stopDistance": 2.304,
          "outcome": "stop",
          "netR": -1.1823,
          "holdMinutes": 57
        },
        {
          "entryTs": 1706027700,
          "entryUtc": "2024-01-23T16:35:00.000Z",
          "exitTs": 1706028780,
          "dir": -1,
          "entryPrice": 2023.745,
          "exitPrice": 2026.054,
          "stopDistance": 2.309,
          "outcome": "stop",
          "netR": -1.1819,
          "holdMinutes": 18
        },
        {
          "entryTs": 1706030400,
          "entryUtc": "2024-01-23T17:20:00.000Z",
          "exitTs": 1706034780,
          "dir": -1,
          "entryPrice": 2023.455,
          "exitPrice": 2025.442,
          "stopDistance": 1.987,
          "outcome": "stop",
          "netR": -1.2113,
          "holdMinutes": 73
        },
        {
          "entryTs": 1706055000,
          "entryUtc": "2024-01-24T00:10:00.000Z",
          "exitTs": 1706055900,
          "dir": 1,
          "entryPrice": 2028.735,
          "exitPrice": 2027.625,
          "stopDistance": 1.11,
          "outcome": "stop",
          "netR": -1.3783,
          "holdMinutes": 15
        },
        {
          "entryTs": 1706094000,
          "entryUtc": "2024-01-24T11:00:00.000Z",
          "exitTs": 1706094540,
          "dir": 1,
          "entryPrice": 2032.775,
          "exitPrice": 2031.064,
          "stopDistance": 1.711,
          "outcome": "stop",
          "netR": -1.2455,
          "holdMinutes": 9
        },
        {
          "entryTs": 1706120400,
          "entryUtc": "2024-01-24T18:20:00.000Z",
          "exitTs": 1706124300,
          "dir": -1,
          "entryPrice": 2016.465,
          "exitPrice": 2011.603,
          "stopDistance": 2.431,
          "outcome": "target",
          "netR": 1.8478,
          "holdMinutes": 65
        },
        {
          "entryTs": 1706145000,
          "entryUtc": "2024-01-25T01:10:00.000Z",
          "exitTs": 1706146860,
          "dir": -1,
          "entryPrice": 2015.225,
          "exitPrice": 2016.425,
          "stopDistance": 1.2,
          "outcome": "stop",
          "netR": -1.3499,
          "holdMinutes": 31
        },
        {
          "entryTs": 1706151000,
          "entryUtc": "2024-01-25T02:50:00.000Z",
          "exitTs": 1706151900,
          "dir": -1,
          "entryPrice": 2015.085,
          "exitPrice": 2016.255,
          "stopDistance": 1.17,
          "outcome": "stop",
          "netR": -1.359,
          "holdMinutes": 15
        },
        {
          "entryTs": 1706155500,
          "entryUtc": "2024-01-25T04:05:00.000Z",
          "exitTs": 1706166600,
          "dir": -1,
          "entryPrice": 2015.875,
          "exitPrice": 2013.841,
          "stopDistance": 1.017,
          "outcome": "target",
          "netR": 1.6362,
          "holdMinutes": 185
        },
        {
          "entryTs": 1706170500,
          "entryUtc": "2024-01-25T08:15:00.000Z",
          "exitTs": 1706175420,
          "dir": -1,
          "entryPrice": 2014.305,
          "exitPrice": 2015.854,
          "stopDistance": 1.549,
          "outcome": "stop",
          "netR": -1.2712,
          "holdMinutes": 82
        },
        {
          "entryTs": 1706183700,
          "entryUtc": "2024-01-25T11:55:00.000Z",
          "exitTs": 1706185560,
          "dir": -1,
          "entryPrice": 2017.255,
          "exitPrice": 2014.465,
          "stopDistance": 1.395,
          "outcome": "target",
          "netR": 1.7347,
          "holdMinutes": 31
        },
        {
          "entryTs": 1706197200,
          "entryUtc": "2024-01-25T15:40:00.000Z",
          "exitTs": 1706227200,
          "dir": -1,
          "entryPrice": 2018.935,
          "exitPrice": 2020.665,
          "stopDistance": 3.592,
          "outcome": "time",
          "netR": -0.5847,
          "holdMinutes": 500
        },
        {
          "entryTs": 1706239200,
          "entryUtc": "2024-01-26T03:20:00.000Z",
          "exitTs": 1706247540,
          "dir": -1,
          "entryPrice": 2021.805,
          "exitPrice": 2022.969,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.3607,
          "holdMinutes": 139
        },
        {
          "entryTs": 1706251800,
          "entryUtc": "2024-01-26T06:50:00.000Z",
          "exitTs": 1706254500,
          "dir": -1,
          "entryPrice": 2021.535,
          "exitPrice": 2022.457,
          "stopDistance": 0.922,
          "outcome": "stop",
          "netR": -1.4556,
          "holdMinutes": 45
        },
        {
          "entryTs": 1706272500,
          "entryUtc": "2024-01-26T12:35:00.000Z",
          "exitTs": 1706274360,
          "dir": -1,
          "entryPrice": 2021.175,
          "exitPrice": 2022.625,
          "stopDistance": 1.45,
          "outcome": "stop",
          "netR": -1.2896,
          "holdMinutes": 31
        },
        {
          "entryTs": 1706276100,
          "entryUtc": "2024-01-26T13:35:00.000Z",
          "exitTs": 1706276640,
          "dir": -1,
          "entryPrice": 2021.015,
          "exitPrice": 2023.145,
          "stopDistance": 2.13,
          "outcome": "stop",
          "netR": -1.1972,
          "holdMinutes": 9
        },
        {
          "entryTs": 1706279400,
          "entryUtc": "2024-01-26T14:30:00.000Z",
          "exitTs": 1706281560,
          "dir": -1,
          "entryPrice": 2021.455,
          "exitPrice": 2016.142,
          "stopDistance": 2.656,
          "outcome": "target",
          "netR": 1.8607,
          "holdMinutes": 36
        },
        {
          "entryTs": 1706299500,
          "entryUtc": "2024-01-26T20:05:00.000Z",
          "exitTs": 1706300340,
          "dir": -1,
          "entryPrice": 2016.675,
          "exitPrice": 2017.697,
          "stopDistance": 1.022,
          "outcome": "stop",
          "netR": -1.4109,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706488200,
          "entryUtc": "2024-01-29T00:30:00.000Z",
          "exitTs": 1706490000,
          "dir": -1,
          "entryPrice": 2019.865,
          "exitPrice": 2021.989,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1977,
          "holdMinutes": 30
        },
        {
          "entryTs": 1706507700,
          "entryUtc": "2024-01-29T05:55:00.000Z",
          "exitTs": 1706508240,
          "dir": 1,
          "entryPrice": 2025.985,
          "exitPrice": 2024.967,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4126,
          "holdMinutes": 9
        },
        {
          "entryTs": 1706508600,
          "entryUtc": "2024-01-29T06:10:00.000Z",
          "exitTs": 1706511540,
          "dir": 1,
          "entryPrice": 2026.535,
          "exitPrice": 2028.895,
          "stopDistance": 1.18,
          "outcome": "target",
          "netR": 1.6865,
          "holdMinutes": 49
        },
        {
          "entryTs": 1706529900,
          "entryUtc": "2024-01-29T12:05:00.000Z",
          "exitTs": 1706535000,
          "dir": 1,
          "entryPrice": 2028.745,
          "exitPrice": 2031.549,
          "stopDistance": 1.402,
          "outcome": "target",
          "netR": 1.7361,
          "holdMinutes": 85
        },
        {
          "entryTs": 1706546400,
          "entryUtc": "2024-01-29T16:40:00.000Z",
          "exitTs": 1706559300,
          "dir": 1,
          "entryPrice": 2026.865,
          "exitPrice": 2031.171,
          "stopDistance": 2.153,
          "outcome": "target",
          "netR": 1.8281,
          "holdMinutes": 215
        },
        {
          "entryTs": 1706574000,
          "entryUtc": "2024-01-30T00:20:00.000Z",
          "exitTs": 1706577600,
          "dir": 1,
          "entryPrice": 2032.155,
          "exitPrice": 2030.88,
          "stopDistance": 1.275,
          "outcome": "stop",
          "netR": -1.3295,
          "holdMinutes": 60
        },
        {
          "entryTs": 1706583600,
          "entryUtc": "2024-01-30T03:00:00.000Z",
          "exitTs": 1706595240,
          "dir": 1,
          "entryPrice": 2031.885,
          "exitPrice": 2034.079,
          "stopDistance": 1.097,
          "outcome": "target",
          "netR": 1.6627,
          "holdMinutes": 194
        },
        {
          "entryTs": 1706618100,
          "entryUtc": "2024-01-30T12:35:00.000Z",
          "exitTs": 1706618220,
          "dir": 1,
          "entryPrice": 2035.565,
          "exitPrice": 2034.33,
          "stopDistance": 1.235,
          "outcome": "stop",
          "netR": -1.34,
          "holdMinutes": 2
        },
        {
          "entryTs": 1706619300,
          "entryUtc": "2024-01-30T12:55:00.000Z",
          "exitTs": 1706620140,
          "dir": 1,
          "entryPrice": 2035.985,
          "exitPrice": 2034.542,
          "stopDistance": 1.443,
          "outcome": "stop",
          "netR": -1.291,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706621400,
          "entryUtc": "2024-01-30T13:30:00.000Z",
          "exitTs": 1706623500,
          "dir": 1,
          "entryPrice": 2035.375,
          "exitPrice": 2038.64,
          "stopDistance": 1.632,
          "outcome": "target",
          "netR": 1.7733,
          "holdMinutes": 35
        },
        {
          "entryTs": 1706634900,
          "entryUtc": "2024-01-30T17:15:00.000Z",
          "exitTs": 1706636640,
          "dir": 1,
          "entryPrice": 2035.644,
          "exitPrice": 2033.49,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.195,
          "holdMinutes": 29
        },
        {
          "entryTs": 1706642400,
          "entryUtc": "2024-01-30T19:20:00.000Z",
          "exitTs": 1706659500,
          "dir": 1,
          "entryPrice": 2034.815,
          "exitPrice": 2037.691,
          "stopDistance": 1.438,
          "outcome": "target",
          "netR": 1.7427,
          "holdMinutes": 285
        },
        {
          "entryTs": 1706676600,
          "entryUtc": "2024-01-31T04:50:00.000Z",
          "exitTs": 1706678400,
          "dir": 1,
          "entryPrice": 2034.165,
          "exitPrice": 2033.531,
          "stopDistance": 0.634,
          "outcome": "stop",
          "netR": -1.6627,
          "holdMinutes": 30
        },
        {
          "entryTs": 1706680500,
          "entryUtc": "2024-01-31T05:55:00.000Z",
          "exitTs": 1706680800,
          "dir": 1,
          "entryPrice": 2034.095,
          "exitPrice": 2035.368,
          "stopDistance": 0.637,
          "outcome": "target",
          "netR": 1.4189,
          "holdMinutes": 5
        },
        {
          "entryTs": 1706685000,
          "entryUtc": "2024-01-31T07:10:00.000Z",
          "exitTs": 1706685480,
          "dir": 1,
          "entryPrice": 2035.335,
          "exitPrice": 2037.033,
          "stopDistance": 0.849,
          "outcome": "target",
          "netR": 1.5642,
          "holdMinutes": 8
        },
        {
          "entryTs": 1706701200,
          "entryUtc": "2024-01-31T11:40:00.000Z",
          "exitTs": 1706701800,
          "dir": 1,
          "entryPrice": 2038.255,
          "exitPrice": 2037.235,
          "stopDistance": 1.02,
          "outcome": "stop",
          "netR": -1.4119,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706703600,
          "entryUtc": "2024-01-31T12:20:00.000Z",
          "exitTs": 1706706060,
          "dir": 1,
          "entryPrice": 2038.625,
          "exitPrice": 2037.575,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.3999,
          "holdMinutes": 41
        },
        {
          "entryTs": 1706708100,
          "entryUtc": "2024-01-31T13:35:00.000Z",
          "exitTs": 1706710440,
          "dir": 1,
          "entryPrice": 2040.095,
          "exitPrice": 2043.894,
          "stopDistance": 1.899,
          "outcome": "target",
          "netR": 1.8052,
          "holdMinutes": 39
        },
        {
          "entryTs": 1706742300,
          "entryUtc": "2024-01-31T23:05:00.000Z",
          "exitTs": 1706753700,
          "dir": 1,
          "entryPrice": 2039.998,
          "exitPrice": 2046.277,
          "stopDistance": 3.139,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 190
        },
        {
          "entryTs": 1706793300,
          "entryUtc": "2024-02-01T13:15:00.000Z",
          "exitTs": 1706793900,
          "dir": 1,
          "entryPrice": 2033.555,
          "exitPrice": 2031.462,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706794500,
          "entryUtc": "2024-02-01T13:35:00.000Z",
          "exitTs": 1706795580,
          "dir": 1,
          "entryPrice": 2036.605,
          "exitPrice": 2041.903,
          "stopDistance": 2.649,
          "outcome": "target",
          "netR": 1.8603,
          "holdMinutes": 18
        },
        {
          "entryTs": 1706814300,
          "entryUtc": "2024-02-01T19:05:00.000Z",
          "exitTs": 1706818380,
          "dir": 1,
          "entryPrice": 2057.135,
          "exitPrice": 2053.712,
          "stopDistance": 3.423,
          "outcome": "stop",
          "netR": -1.1227,
          "holdMinutes": 68
        },
        {
          "entryTs": 1706829300,
          "entryUtc": "2024-02-01T23:15:00.000Z",
          "exitTs": 1706836440,
          "dir": 1,
          "entryPrice": 2055.475,
          "exitPrice": 2054.176,
          "stopDistance": 1.299,
          "outcome": "stop",
          "netR": -1.3234,
          "holdMinutes": 119
        },
        {
          "entryTs": 1706843700,
          "entryUtc": "2024-02-02T03:15:00.000Z",
          "exitTs": 1706854080,
          "dir": 1,
          "entryPrice": 2054.195,
          "exitPrice": 2056.444,
          "stopDistance": 1.125,
          "outcome": "target",
          "netR": 1.671,
          "holdMinutes": 173
        },
        {
          "entryTs": 1706858100,
          "entryUtc": "2024-02-02T07:15:00.000Z",
          "exitTs": 1706859000,
          "dir": 1,
          "entryPrice": 2056.305,
          "exitPrice": 2055.021,
          "stopDistance": 1.284,
          "outcome": "stop",
          "netR": -1.3272,
          "holdMinutes": 15
        },
        {
          "entryTs": 1706861400,
          "entryUtc": "2024-02-02T08:10:00.000Z",
          "exitTs": 1706863740,
          "dir": 1,
          "entryPrice": 2056.225,
          "exitPrice": 2054.895,
          "stopDistance": 1.33,
          "outcome": "stop",
          "netR": -1.3157,
          "holdMinutes": 39
        },
        {
          "entryTs": 1706871300,
          "entryUtc": "2024-02-02T10:55:00.000Z",
          "exitTs": 1706879760,
          "dir": 1,
          "entryPrice": 2054.795,
          "exitPrice": 2057.406,
          "stopDistance": 1.306,
          "outcome": "target",
          "netR": 1.7166,
          "holdMinutes": 141
        },
        {
          "entryTs": 1706891700,
          "entryUtc": "2024-02-02T16:35:00.000Z",
          "exitTs": 1706892540,
          "dir": -1,
          "entryPrice": 2033.558,
          "exitPrice": 2036.735,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706897700,
          "entryUtc": "2024-02-02T18:15:00.000Z",
          "exitTs": 1706898120,
          "dir": -1,
          "entryPrice": 2034.385,
          "exitPrice": 2036.467,
          "stopDistance": 2.082,
          "outcome": "stop",
          "netR": -1.2018,
          "holdMinutes": 7
        },
        {
          "entryTs": 1706909700,
          "entryUtc": "2024-02-02T21:35:00.000Z",
          "exitTs": 1707087600,
          "dir": 1,
          "entryPrice": 2037.505,
          "exitPrice": 2039.737,
          "stopDistance": 1.116,
          "outcome": "target",
          "netR": 1.6685,
          "holdMinutes": 2965
        },
        {
          "entryTs": 1707098400,
          "entryUtc": "2024-02-05T02:00:00.000Z",
          "exitTs": 1707099600,
          "dir": 1,
          "entryPrice": 2037.885,
          "exitPrice": 2036.171,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.2451,
          "holdMinutes": 20
        },
        {
          "entryTs": 1707136800,
          "entryUtc": "2024-02-05T12:40:00.000Z",
          "exitTs": 1707139140,
          "dir": -1,
          "entryPrice": 2023.845,
          "exitPrice": 2021.025,
          "stopDistance": 1.41,
          "outcome": "target",
          "netR": 1.7376,
          "holdMinutes": 39
        },
        {
          "entryTs": 1707147600,
          "entryUtc": "2024-02-05T15:40:00.000Z",
          "exitTs": 1707150600,
          "dir": -1,
          "entryPrice": 2017.845,
          "exitPrice": 2021.197,
          "stopDistance": 3.352,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 50
        },
        {
          "entryTs": 1707164100,
          "entryUtc": "2024-02-05T20:15:00.000Z",
          "exitTs": 1707165480,
          "dir": -1,
          "entryPrice": 2024.335,
          "exitPrice": 2025.768,
          "stopDistance": 1.433,
          "outcome": "stop",
          "netR": -1.293,
          "holdMinutes": 23
        },
        {
          "entryTs": 1707185700,
          "entryUtc": "2024-02-06T02:15:00.000Z",
          "exitTs": 1707187320,
          "dir": -1,
          "entryPrice": 2025.258,
          "exitPrice": 2026.369,
          "stopDistance": 1.111,
          "outcome": "stop",
          "netR": -1.3779,
          "holdMinutes": 27
        },
        {
          "entryTs": 1707202500,
          "entryUtc": "2024-02-06T06:55:00.000Z",
          "exitTs": 1707202920,
          "dir": -1,
          "entryPrice": 2026.665,
          "exitPrice": 2027.833,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3597,
          "holdMinutes": 7
        },
        {
          "entryTs": 1707205200,
          "entryUtc": "2024-02-06T07:40:00.000Z",
          "exitTs": 1707209760,
          "dir": -1,
          "entryPrice": 2026.895,
          "exitPrice": 2024.276,
          "stopDistance": 1.309,
          "outcome": "target",
          "netR": 1.7174,
          "holdMinutes": 76
        },
        {
          "entryTs": 1707246000,
          "entryUtc": "2024-02-06T19:00:00.000Z",
          "exitTs": 1707262320,
          "dir": 1,
          "entryPrice": 2036.575,
          "exitPrice": 2034.773,
          "stopDistance": 1.802,
          "outcome": "stop",
          "netR": -1.2331,
          "holdMinutes": 272
        },
        {
          "entryTs": 1707266400,
          "entryUtc": "2024-02-07T00:40:00.000Z",
          "exitTs": 1707267060,
          "dir": 1,
          "entryPrice": 2035.408,
          "exitPrice": 2034.716,
          "stopDistance": 0.692,
          "outcome": "stop",
          "netR": -1.6073,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707280200,
          "entryUtc": "2024-02-07T04:30:00.000Z",
          "exitTs": 1707284100,
          "dir": 1,
          "entryPrice": 2035.045,
          "exitPrice": 2034.378,
          "stopDistance": 0.667,
          "outcome": "stop",
          "netR": -1.6294,
          "holdMinutes": 65
        },
        {
          "entryTs": 1707290400,
          "entryUtc": "2024-02-07T07:20:00.000Z",
          "exitTs": 1707293520,
          "dir": 1,
          "entryPrice": 2035.288,
          "exitPrice": 2034.331,
          "stopDistance": 0.957,
          "outcome": "stop",
          "netR": -1.4389,
          "holdMinutes": 52
        },
        {
          "entryTs": 1707312300,
          "entryUtc": "2024-02-07T13:25:00.000Z",
          "exitTs": 1707314700,
          "dir": 1,
          "entryPrice": 2034.695,
          "exitPrice": 2037.677,
          "stopDistance": 1.491,
          "outcome": "target",
          "netR": 1.7519,
          "holdMinutes": 40
        },
        {
          "entryTs": 1707347400,
          "entryUtc": "2024-02-07T23:10:00.000Z",
          "exitTs": 1707351600,
          "dir": 1,
          "entryPrice": 2035.785,
          "exitPrice": 2037.479,
          "stopDistance": 0.847,
          "outcome": "target",
          "netR": 1.5632,
          "holdMinutes": 70
        },
        {
          "entryTs": 1707374100,
          "entryUtc": "2024-02-08T06:35:00.000Z",
          "exitTs": 1707374820,
          "dir": -1,
          "entryPrice": 2032.725,
          "exitPrice": 2033.739,
          "stopDistance": 1.014,
          "outcome": "stop",
          "netR": -1.4143,
          "holdMinutes": 12
        },
        {
          "entryTs": 1707378600,
          "entryUtc": "2024-02-08T07:50:00.000Z",
          "exitTs": 1707381000,
          "dir": -1,
          "entryPrice": 2032.365,
          "exitPrice": 2030.04,
          "stopDistance": 1.162,
          "outcome": "target",
          "netR": 1.6817,
          "holdMinutes": 40
        },
        {
          "entryTs": 1707479700,
          "entryUtc": "2024-02-09T11:55:00.000Z",
          "exitTs": 1707482160,
          "dir": -1,
          "entryPrice": 2031.805,
          "exitPrice": 2029.776,
          "stopDistance": 1.015,
          "outcome": "target",
          "netR": 1.6353,
          "holdMinutes": 41
        },
        {
          "entryTs": 1707515100,
          "entryUtc": "2024-02-09T21:45:00.000Z",
          "exitTs": 1707692400,
          "dir": -1,
          "entryPrice": 2024.288,
          "exitPrice": 2025.083,
          "stopDistance": 0.795,
          "outcome": "stop",
          "netR": -1.5281,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1707695100,
          "entryUtc": "2024-02-11T23:45:00.000Z",
          "exitTs": 1707695580,
          "dir": -1,
          "entryPrice": 2024.448,
          "exitPrice": 2025.482,
          "stopDistance": 1.034,
          "outcome": "stop",
          "netR": -1.406,
          "holdMinutes": 8
        },
        {
          "entryTs": 1707699600,
          "entryUtc": "2024-02-12T01:00:00.000Z",
          "exitTs": 1707699600,
          "dir": -1,
          "entryPrice": 2025.095,
          "exitPrice": 2025.83,
          "stopDistance": 0.735,
          "outcome": "stop",
          "netR": -1.5716,
          "holdMinutes": 0
        },
        {
          "entryTs": 1707700500,
          "entryUtc": "2024-02-12T01:15:00.000Z",
          "exitTs": 1707704640,
          "dir": -1,
          "entryPrice": 2024.505,
          "exitPrice": 2022.622,
          "stopDistance": 0.942,
          "outcome": "target",
          "netR": 1.607,
          "holdMinutes": 69
        },
        {
          "entryTs": 1707728400,
          "entryUtc": "2024-02-12T09:00:00.000Z",
          "exitTs": 1707731040,
          "dir": -1,
          "entryPrice": 2023.565,
          "exitPrice": 2021.359,
          "stopDistance": 1.103,
          "outcome": "target",
          "netR": 1.6645,
          "holdMinutes": 44
        },
        {
          "entryTs": 1707741600,
          "entryUtc": "2024-02-12T12:40:00.000Z",
          "exitTs": 1707743040,
          "dir": -1,
          "entryPrice": 2020.995,
          "exitPrice": 2021.908,
          "stopDistance": 0.913,
          "outcome": "stop",
          "netR": -1.4602,
          "holdMinutes": 24
        },
        {
          "entryTs": 1707746100,
          "entryUtc": "2024-02-12T13:55:00.000Z",
          "exitTs": 1707747660,
          "dir": -1,
          "entryPrice": 2019.655,
          "exitPrice": 2015.143,
          "stopDistance": 2.256,
          "outcome": "target",
          "netR": 1.836,
          "holdMinutes": 26
        },
        {
          "entryTs": 1707768000,
          "entryUtc": "2024-02-12T20:00:00.000Z",
          "exitTs": 1707771180,
          "dir": -1,
          "entryPrice": 2019.025,
          "exitPrice": 2020.311,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3266,
          "holdMinutes": 53
        },
        {
          "entryTs": 1707779400,
          "entryUtc": "2024-02-12T23:10:00.000Z",
          "exitTs": 1707786000,
          "dir": -1,
          "entryPrice": 2018.964,
          "exitPrice": 2019.727,
          "stopDistance": 0.763,
          "outcome": "stop",
          "netR": -1.5504,
          "holdMinutes": 110
        },
        {
          "entryTs": 1707791100,
          "entryUtc": "2024-02-13T02:25:00.000Z",
          "exitTs": 1707793620,
          "dir": -1,
          "entryPrice": 2019.375,
          "exitPrice": 2017.957,
          "stopDistance": 0.709,
          "outcome": "target",
          "netR": 1.478,
          "holdMinutes": 42
        },
        {
          "entryTs": 1707831300,
          "entryUtc": "2024-02-13T13:35:00.000Z",
          "exitTs": 1707832020,
          "dir": -1,
          "entryPrice": 2015.615,
          "exitPrice": 2009.127,
          "stopDistance": 3.244,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 12
        },
        {
          "entryTs": 1707850200,
          "entryUtc": "2024-02-13T18:50:00.000Z",
          "exitTs": 1707873300,
          "dir": -1,
          "entryPrice": 1993.715,
          "exitPrice": 1990.134,
          "stopDistance": 1.79,
          "outcome": "target",
          "netR": 1.7933,
          "holdMinutes": 385
        },
        {
          "entryTs": 1707879000,
          "entryUtc": "2024-02-14T02:50:00.000Z",
          "exitTs": 1707882420,
          "dir": -1,
          "entryPrice": 1991.585,
          "exitPrice": 1992.739,
          "stopDistance": 1.154,
          "outcome": "stop",
          "netR": -1.3641,
          "holdMinutes": 57
        },
        {
          "entryTs": 1707891600,
          "entryUtc": "2024-02-14T06:20:00.000Z",
          "exitTs": 1707894000,
          "dir": -1,
          "entryPrice": 1992.115,
          "exitPrice": 1992.791,
          "stopDistance": 0.676,
          "outcome": "stop",
          "netR": -1.6214,
          "holdMinutes": 40
        },
        {
          "entryTs": 1707913800,
          "entryUtc": "2024-02-14T12:30:00.000Z",
          "exitTs": 1707916320,
          "dir": -1,
          "entryPrice": 1990.438,
          "exitPrice": 1991.932,
          "stopDistance": 1.494,
          "outcome": "stop",
          "netR": -1.2811,
          "holdMinutes": 42
        },
        {
          "entryTs": 1707918600,
          "entryUtc": "2024-02-14T13:50:00.000Z",
          "exitTs": 1707921240,
          "dir": -1,
          "entryPrice": 1989.625,
          "exitPrice": 1991.743,
          "stopDistance": 2.118,
          "outcome": "stop",
          "netR": -1.1983,
          "holdMinutes": 44
        },
        {
          "entryTs": 1707922200,
          "entryUtc": "2024-02-14T14:50:00.000Z",
          "exitTs": 1707923460,
          "dir": -1,
          "entryPrice": 1989.215,
          "exitPrice": 1984.127,
          "stopDistance": 2.544,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 21
        },
        {
          "entryTs": 1707936900,
          "entryUtc": "2024-02-14T18:55:00.000Z",
          "exitTs": 1707951780,
          "dir": -1,
          "entryPrice": 1991.055,
          "exitPrice": 1993.018,
          "stopDistance": 1.962,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 248
        },
        {
          "entryTs": 1707960900,
          "entryUtc": "2024-02-15T01:35:00.000Z",
          "exitTs": 1707968760,
          "dir": -1,
          "entryPrice": 1992.615,
          "exitPrice": 1990.69,
          "stopDistance": 0.963,
          "outcome": "target",
          "netR": 1.6156,
          "holdMinutes": 131
        },
        {
          "entryTs": 1708012200,
          "entryUtc": "2024-02-15T15:50:00.000Z",
          "exitTs": 1708019760,
          "dir": -1,
          "entryPrice": 2001.075,
          "exitPrice": 2004.446,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 126
        },
        {
          "entryTs": 1708028700,
          "entryUtc": "2024-02-15T20:25:00.000Z",
          "exitTs": 1708048560,
          "dir": -1,
          "entryPrice": 2003.695,
          "exitPrice": 2004.879,
          "stopDistance": 1.184,
          "outcome": "stop",
          "netR": -1.3548,
          "holdMinutes": 331
        },
        {
          "entryTs": 1708055700,
          "entryUtc": "2024-02-16T03:55:00.000Z",
          "exitTs": 1708061940,
          "dir": -1,
          "entryPrice": 2003.558,
          "exitPrice": 2004.345,
          "stopDistance": 0.787,
          "outcome": "stop",
          "netR": -1.5339,
          "holdMinutes": 104
        },
        {
          "entryTs": 1708064400,
          "entryUtc": "2024-02-16T06:20:00.000Z",
          "exitTs": 1708065420,
          "dir": -1,
          "entryPrice": 2003.135,
          "exitPrice": 2003.825,
          "stopDistance": 0.69,
          "outcome": "stop",
          "netR": -1.6091,
          "holdMinutes": 17
        },
        {
          "entryTs": 1708074900,
          "entryUtc": "2024-02-16T09:15:00.000Z",
          "exitTs": 1708075680,
          "dir": -1,
          "entryPrice": 2004.305,
          "exitPrice": 2005.353,
          "stopDistance": 1.047,
          "outcome": "stop",
          "netR": -1.401,
          "holdMinutes": 13
        },
        {
          "entryTs": 1708088700,
          "entryUtc": "2024-02-16T13:05:00.000Z",
          "exitTs": 1708090200,
          "dir": -1,
          "entryPrice": 2006.135,
          "exitPrice": 2004.337,
          "stopDistance": 0.899,
          "outcome": "target",
          "netR": 1.5884,
          "holdMinutes": 25
        },
        {
          "entryTs": 1708113900,
          "entryUtc": "2024-02-16T20:05:00.000Z",
          "exitTs": 1708118640,
          "dir": -1,
          "entryPrice": 2011.845,
          "exitPrice": 2013.366,
          "stopDistance": 1.521,
          "outcome": "stop",
          "netR": -1.2761,
          "holdMinutes": 79
        },
        {
          "entryTs": 1708299600,
          "entryUtc": "2024-02-18T23:40:00.000Z",
          "exitTs": 1708302360,
          "dir": 1,
          "entryPrice": 2013.588,
          "exitPrice": 2017.785,
          "stopDistance": 2.099,
          "outcome": "target",
          "netR": 1.8237,
          "holdMinutes": 46
        },
        {
          "entryTs": 1708320900,
          "entryUtc": "2024-02-19T05:35:00.000Z",
          "exitTs": 1708324860,
          "dir": 1,
          "entryPrice": 2019.965,
          "exitPrice": 2022.121,
          "stopDistance": 1.078,
          "outcome": "target",
          "netR": 1.6568,
          "holdMinutes": 66
        },
        {
          "entryTs": 1708362000,
          "entryUtc": "2024-02-19T17:00:00.000Z",
          "exitTs": 1708363920,
          "dir": 1,
          "entryPrice": 2016.165,
          "exitPrice": 2018.116,
          "stopDistance": 0.976,
          "outcome": "target",
          "netR": 1.6208,
          "holdMinutes": 32
        },
        {
          "entryTs": 1708392600,
          "entryUtc": "2024-02-20T01:30:00.000Z",
          "exitTs": 1708393320,
          "dir": 1,
          "entryPrice": 2018.395,
          "exitPrice": 2017.351,
          "stopDistance": 1.044,
          "outcome": "stop",
          "netR": -1.4023,
          "holdMinutes": 12
        },
        {
          "entryTs": 1708410300,
          "entryUtc": "2024-02-20T06:25:00.000Z",
          "exitTs": 1708413600,
          "dir": 1,
          "entryPrice": 2019.315,
          "exitPrice": 2021.033,
          "stopDistance": 0.859,
          "outcome": "target",
          "netR": 1.5694,
          "holdMinutes": 55
        },
        {
          "entryTs": 1708442700,
          "entryUtc": "2024-02-20T15:25:00.000Z",
          "exitTs": 1708443420,
          "dir": 1,
          "entryPrice": 2029.114,
          "exitPrice": 2027.01,
          "stopDistance": 2.104,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 12
        },
        {
          "entryTs": 1708451400,
          "entryUtc": "2024-02-20T17:50:00.000Z",
          "exitTs": 1708453440,
          "dir": 1,
          "entryPrice": 2028.335,
          "exitPrice": 2026.958,
          "stopDistance": 1.377,
          "outcome": "stop",
          "netR": -1.3051,
          "holdMinutes": 34
        },
        {
          "entryTs": 1708478400,
          "entryUtc": "2024-02-21T01:20:00.000Z",
          "exitTs": 1708481100,
          "dir": 1,
          "entryPrice": 2025.065,
          "exitPrice": 2026.699,
          "stopDistance": 0.817,
          "outcome": "target",
          "netR": 1.5472,
          "holdMinutes": 45
        },
        {
          "entryTs": 1708509600,
          "entryUtc": "2024-02-21T10:00:00.000Z",
          "exitTs": 1708512960,
          "dir": 1,
          "entryPrice": 2027.935,
          "exitPrice": 2030.071,
          "stopDistance": 1.068,
          "outcome": "target",
          "netR": 1.6536,
          "holdMinutes": 56
        },
        {
          "entryTs": 1708517700,
          "entryUtc": "2024-02-21T12:15:00.000Z",
          "exitTs": 1708518480,
          "dir": 1,
          "entryPrice": 2029.625,
          "exitPrice": 2028.649,
          "stopDistance": 0.976,
          "outcome": "stop",
          "netR": -1.4303,
          "holdMinutes": 13
        },
        {
          "entryTs": 1708529100,
          "entryUtc": "2024-02-21T15:25:00.000Z",
          "exitTs": 1708530360,
          "dir": 1,
          "entryPrice": 2029.445,
          "exitPrice": 2027.482,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 21
        },
        {
          "entryTs": 1708542900,
          "entryUtc": "2024-02-21T19:15:00.000Z",
          "exitTs": 1708572900,
          "dir": 1,
          "entryPrice": 2025.065,
          "exitPrice": 2026.525,
          "stopDistance": 2.181,
          "outcome": "time",
          "netR": 0.4999,
          "holdMinutes": 500
        },
        {
          "entryTs": 1708576500,
          "entryUtc": "2024-02-22T04:35:00.000Z",
          "exitTs": 1708578360,
          "dir": 1,
          "entryPrice": 2027.578,
          "exitPrice": 2029.322,
          "stopDistance": 0.872,
          "outcome": "target",
          "netR": 1.5757,
          "holdMinutes": 31
        },
        {
          "entryTs": 1708623300,
          "entryUtc": "2024-02-22T17:35:00.000Z",
          "exitTs": 1708624440,
          "dir": 1,
          "entryPrice": 2024.255,
          "exitPrice": 2022.415,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 19
        },
        {
          "entryTs": 1708628100,
          "entryUtc": "2024-02-22T18:55:00.000Z",
          "exitTs": 1708644240,
          "dir": 1,
          "entryPrice": 2022.395,
          "exitPrice": 2025.647,
          "stopDistance": 1.626,
          "outcome": "target",
          "netR": 1.7725,
          "holdMinutes": 269
        },
        {
          "entryTs": 1708650300,
          "entryUtc": "2024-02-23T01:05:00.000Z",
          "exitTs": 1708656780,
          "dir": 1,
          "entryPrice": 2026.075,
          "exitPrice": 2024.816,
          "stopDistance": 1.259,
          "outcome": "stop",
          "netR": -1.3335,
          "holdMinutes": 108
        },
        {
          "entryTs": 1708660800,
          "entryUtc": "2024-02-23T04:00:00.000Z",
          "exitTs": 1708666200,
          "dir": 1,
          "entryPrice": 2025.665,
          "exitPrice": 2024.765,
          "stopDistance": 0.9,
          "outcome": "stop",
          "netR": -1.4668,
          "holdMinutes": 90
        },
        {
          "entryTs": 1708675500,
          "entryUtc": "2024-02-23T08:05:00.000Z",
          "exitTs": 1708675740,
          "dir": 1,
          "entryPrice": 2022.145,
          "exitPrice": 2020.917,
          "stopDistance": 1.228,
          "outcome": "stop",
          "netR": -1.3419,
          "holdMinutes": 4
        },
        {
          "entryTs": 1708700400,
          "entryUtc": "2024-02-23T15:00:00.000Z",
          "exitTs": 1708704060,
          "dir": 1,
          "entryPrice": 2027.465,
          "exitPrice": 2031.517,
          "stopDistance": 2.026,
          "outcome": "target",
          "netR": 1.8174,
          "holdMinutes": 61
        },
        {
          "entryTs": 1708911900,
          "entryUtc": "2024-02-26T01:45:00.000Z",
          "exitTs": 1708912260,
          "dir": 1,
          "entryPrice": 2033.514,
          "exitPrice": 2032.274,
          "stopDistance": 1.24,
          "outcome": "stop",
          "netR": -1.3388,
          "holdMinutes": 6
        },
        {
          "entryTs": 1708919400,
          "entryUtc": "2024-02-26T03:50:00.000Z",
          "exitTs": 1708926480,
          "dir": 1,
          "entryPrice": 2031.855,
          "exitPrice": 2033.562,
          "stopDistance": 0.854,
          "outcome": "target",
          "netR": 1.5665,
          "holdMinutes": 118
        },
        {
          "entryTs": 1708942500,
          "entryUtc": "2024-02-26T10:15:00.000Z",
          "exitTs": 1708942920,
          "dir": 1,
          "entryPrice": 2035.265,
          "exitPrice": 2033.961,
          "stopDistance": 1.304,
          "outcome": "stop",
          "netR": -1.322,
          "holdMinutes": 7
        },
        {
          "entryTs": 1708951200,
          "entryUtc": "2024-02-26T12:40:00.000Z",
          "exitTs": 1708956480,
          "dir": 1,
          "entryPrice": 2032.725,
          "exitPrice": 2031.475,
          "stopDistance": 1.25,
          "outcome": "stop",
          "netR": -1.3359,
          "holdMinutes": 88
        },
        {
          "entryTs": 1708970100,
          "entryUtc": "2024-02-26T17:55:00.000Z",
          "exitTs": 1708978200,
          "dir": 1,
          "entryPrice": 2028.608,
          "exitPrice": 2031.625,
          "stopDistance": 1.508,
          "outcome": "target",
          "netR": 1.7547,
          "holdMinutes": 135
        },
        {
          "entryTs": 1708992300,
          "entryUtc": "2024-02-27T00:05:00.000Z",
          "exitTs": 1708993620,
          "dir": 1,
          "entryPrice": 2032.015,
          "exitPrice": 2031.294,
          "stopDistance": 0.721,
          "outcome": "stop",
          "netR": -1.5822,
          "holdMinutes": 22
        },
        {
          "entryTs": 1708995900,
          "entryUtc": "2024-02-27T01:05:00.000Z",
          "exitTs": 1708996680,
          "dir": 1,
          "entryPrice": 2031.378,
          "exitPrice": 2032.991,
          "stopDistance": 0.807,
          "outcome": "target",
          "netR": 1.5412,
          "holdMinutes": 13
        },
        {
          "entryTs": 1709006400,
          "entryUtc": "2024-02-27T04:00:00.000Z",
          "exitTs": 1709015940,
          "dir": 1,
          "entryPrice": 2033.415,
          "exitPrice": 2034.891,
          "stopDistance": 0.738,
          "outcome": "target",
          "netR": 1.4988,
          "holdMinutes": 159
        },
        {
          "entryTs": 1709027700,
          "entryUtc": "2024-02-27T09:55:00.000Z",
          "exitTs": 1709028600,
          "dir": 1,
          "entryPrice": 2036.945,
          "exitPrice": 2035.777,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3595,
          "holdMinutes": 15
        },
        {
          "entryTs": 1709032500,
          "entryUtc": "2024-02-27T11:15:00.000Z",
          "exitTs": 1709033400,
          "dir": 1,
          "entryPrice": 2036.495,
          "exitPrice": 2035.466,
          "stopDistance": 1.029,
          "outcome": "stop",
          "netR": -1.4083,
          "holdMinutes": 15
        },
        {
          "entryTs": 1709034000,
          "entryUtc": "2024-02-27T11:40:00.000Z",
          "exitTs": 1709041020,
          "dir": 1,
          "entryPrice": 2036.965,
          "exitPrice": 2035.887,
          "stopDistance": 1.078,
          "outcome": "stop",
          "netR": -1.3895,
          "holdMinutes": 117
        },
        {
          "entryTs": 1709057700,
          "entryUtc": "2024-02-27T18:15:00.000Z",
          "exitTs": 1709058720,
          "dir": 1,
          "entryPrice": 2034.978,
          "exitPrice": 2033.489,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.2821,
          "holdMinutes": 17
        },
        {
          "entryTs": 1709076000,
          "entryUtc": "2024-02-27T23:20:00.000Z",
          "exitTs": 1709078400,
          "dir": 1,
          "entryPrice": 2030.535,
          "exitPrice": 2029.811,
          "stopDistance": 0.724,
          "outcome": "stop",
          "netR": -1.5799,
          "holdMinutes": 40
        },
        {
          "entryTs": 1709081100,
          "entryUtc": "2024-02-28T00:45:00.000Z",
          "exitTs": 1709082060,
          "dir": 1,
          "entryPrice": 2030.525,
          "exitPrice": 2029.768,
          "stopDistance": 0.757,
          "outcome": "stop",
          "netR": -1.5551,
          "holdMinutes": 16
        },
        {
          "entryTs": 1709100000,
          "entryUtc": "2024-02-28T06:00:00.000Z",
          "exitTs": 1709102760,
          "dir": 1,
          "entryPrice": 2030.815,
          "exitPrice": 2030.143,
          "stopDistance": 0.672,
          "outcome": "stop",
          "netR": -1.625,
          "holdMinutes": 46
        },
        {
          "entryTs": 1709137200,
          "entryUtc": "2024-02-28T16:20:00.000Z",
          "exitTs": 1709145840,
          "dir": 1,
          "entryPrice": 2033.815,
          "exitPrice": 2032.009,
          "stopDistance": 1.806,
          "outcome": "stop",
          "netR": -1.2326,
          "holdMinutes": 144
        },
        {
          "entryTs": 1709151000,
          "entryUtc": "2024-02-28T20:10:00.000Z",
          "exitTs": 1709157300,
          "dir": 1,
          "entryPrice": 2033.218,
          "exitPrice": 2035.183,
          "stopDistance": 0.983,
          "outcome": "target",
          "netR": 1.6235,
          "holdMinutes": 105
        },
        {
          "entryTs": 1709168700,
          "entryUtc": "2024-02-29T01:05:00.000Z",
          "exitTs": 1709170980,
          "dir": 1,
          "entryPrice": 2034.765,
          "exitPrice": 2036.275,
          "stopDistance": 0.755,
          "outcome": "target",
          "netR": 1.5101,
          "holdMinutes": 38
        },
        {
          "entryTs": 1709179200,
          "entryUtc": "2024-02-29T04:00:00.000Z",
          "exitTs": 1709179980,
          "dir": 1,
          "entryPrice": 2036.448,
          "exitPrice": 2035.666,
          "stopDistance": 0.782,
          "outcome": "stop",
          "netR": -1.5371,
          "holdMinutes": 13
        },
        {
          "entryTs": 1709187000,
          "entryUtc": "2024-02-29T06:10:00.000Z",
          "exitTs": 1709190300,
          "dir": 1,
          "entryPrice": 2035.775,
          "exitPrice": 2037.128,
          "stopDistance": 0.676,
          "outcome": "target",
          "netR": 1.453,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709195400,
          "entryUtc": "2024-02-29T08:30:00.000Z",
          "exitTs": 1709198280,
          "dir": 1,
          "entryPrice": 2036.735,
          "exitPrice": 2035.73,
          "stopDistance": 1.005,
          "outcome": "stop",
          "netR": -1.4179,
          "holdMinutes": 48
        },
        {
          "entryTs": 1709212800,
          "entryUtc": "2024-02-29T13:20:00.000Z",
          "exitTs": 1709213400,
          "dir": 1,
          "entryPrice": 2031.895,
          "exitPrice": 2034.215,
          "stopDistance": 1.16,
          "outcome": "target",
          "netR": 1.681,
          "holdMinutes": 10
        },
        {
          "entryTs": 1709230500,
          "entryUtc": "2024-02-29T18:15:00.000Z",
          "exitTs": 1709235840,
          "dir": 1,
          "entryPrice": 2046.374,
          "exitPrice": 2044.665,
          "stopDistance": 1.709,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 89
        },
        {
          "entryTs": 1709256000,
          "entryUtc": "2024-03-01T01:20:00.000Z",
          "exitTs": 1709260320,
          "dir": 1,
          "entryPrice": 2043.825,
          "exitPrice": 2045.284,
          "stopDistance": 0.73,
          "outcome": "target",
          "netR": 1.4929,
          "holdMinutes": 72
        },
        {
          "entryTs": 1709273400,
          "entryUtc": "2024-03-01T06:10:00.000Z",
          "exitTs": 1709274480,
          "dir": 1,
          "entryPrice": 2046.165,
          "exitPrice": 2047.953,
          "stopDistance": 0.894,
          "outcome": "target",
          "netR": 1.5861,
          "holdMinutes": 18
        },
        {
          "entryTs": 1709285700,
          "entryUtc": "2024-03-01T09:35:00.000Z",
          "exitTs": 1709287980,
          "dir": 1,
          "entryPrice": 2044.895,
          "exitPrice": 2048.374,
          "stopDistance": 1.739,
          "outcome": "target",
          "netR": 1.7873,
          "holdMinutes": 38
        },
        {
          "entryTs": 1709302800,
          "entryUtc": "2024-03-01T14:20:00.000Z",
          "exitTs": 1709303460,
          "dir": 1,
          "entryPrice": 2055.555,
          "exitPrice": 2053.553,
          "stopDistance": 2.001,
          "outcome": "stop",
          "netR": -1.2098,
          "holdMinutes": 11
        },
        {
          "entryTs": 1709306400,
          "entryUtc": "2024-03-01T15:20:00.000Z",
          "exitTs": 1709307900,
          "dir": 1,
          "entryPrice": 2058.305,
          "exitPrice": 2065.686,
          "stopDistance": 3.69,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 25
        },
        {
          "entryTs": 1709508000,
          "entryUtc": "2024-03-03T23:20:00.000Z",
          "exitTs": 1709509260,
          "dir": 1,
          "entryPrice": 2085.995,
          "exitPrice": 2084.504,
          "stopDistance": 1.491,
          "outcome": "stop",
          "netR": -1.2816,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709520000,
          "entryUtc": "2024-03-04T02:40:00.000Z",
          "exitTs": 1709521200,
          "dir": 1,
          "entryPrice": 2082.565,
          "exitPrice": 2081.379,
          "stopDistance": 1.186,
          "outcome": "stop",
          "netR": -1.3541,
          "holdMinutes": 20
        },
        {
          "entryTs": 1709530500,
          "entryUtc": "2024-03-04T05:35:00.000Z",
          "exitTs": 1709531220,
          "dir": 1,
          "entryPrice": 2081.815,
          "exitPrice": 2081.148,
          "stopDistance": 0.667,
          "outcome": "stop",
          "netR": -1.6298,
          "holdMinutes": 12
        },
        {
          "entryTs": 1709545800,
          "entryUtc": "2024-03-04T09:50:00.000Z",
          "exitTs": 1709547240,
          "dir": 1,
          "entryPrice": 2085.515,
          "exitPrice": 2084.119,
          "stopDistance": 1.396,
          "outcome": "stop",
          "netR": -1.3009,
          "holdMinutes": 24
        },
        {
          "entryTs": 1709559300,
          "entryUtc": "2024-03-04T13:35:00.000Z",
          "exitTs": 1709559420,
          "dir": 1,
          "entryPrice": 2085.465,
          "exitPrice": 2083.692,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 2
        },
        {
          "entryTs": 1709580900,
          "entryUtc": "2024-03-04T19:35:00.000Z",
          "exitTs": 1709593200,
          "dir": 1,
          "entryPrice": 2116.018,
          "exitPrice": 2113.861,
          "stopDistance": 2.157,
          "outcome": "stop",
          "netR": -1.1947,
          "holdMinutes": 205
        },
        {
          "entryTs": 1709600400,
          "entryUtc": "2024-03-05T01:00:00.000Z",
          "exitTs": 1709601180,
          "dir": 1,
          "entryPrice": 2115.345,
          "exitPrice": 2114.211,
          "stopDistance": 1.134,
          "outcome": "stop",
          "netR": -1.3703,
          "holdMinutes": 13
        },
        {
          "entryTs": 1709609400,
          "entryUtc": "2024-03-05T03:30:00.000Z",
          "exitTs": 1709615880,
          "dir": 1,
          "entryPrice": 2113.565,
          "exitPrice": 2116.194,
          "stopDistance": 1.315,
          "outcome": "target",
          "netR": 1.7186,
          "holdMinutes": 108
        },
        {
          "entryTs": 1709622000,
          "entryUtc": "2024-03-05T07:00:00.000Z",
          "exitTs": 1709622120,
          "dir": 1,
          "entryPrice": 2117.255,
          "exitPrice": 2115.79,
          "stopDistance": 1.465,
          "outcome": "stop",
          "netR": -1.2866,
          "holdMinutes": 2
        },
        {
          "entryTs": 1709626200,
          "entryUtc": "2024-03-05T08:10:00.000Z",
          "exitTs": 1709627460,
          "dir": 1,
          "entryPrice": 2118.215,
          "exitPrice": 2121.681,
          "stopDistance": 1.733,
          "outcome": "target",
          "netR": 1.7865,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709643900,
          "entryUtc": "2024-03-05T13:05:00.000Z",
          "exitTs": 1709645160,
          "dir": 1,
          "entryPrice": 2126.455,
          "exitPrice": 2130.585,
          "stopDistance": 2.065,
          "outcome": "target",
          "netR": 1.8208,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709659200,
          "entryUtc": "2024-03-05T17:20:00.000Z",
          "exitTs": 1709689200,
          "dir": 1,
          "entryPrice": 2128.565,
          "exitPrice": 2125.338,
          "stopDistance": 3.696,
          "outcome": "time",
          "netR": -0.9732,
          "holdMinutes": 500
        },
        {
          "entryTs": 1709698800,
          "entryUtc": "2024-03-06T04:20:00.000Z",
          "exitTs": 1709703120,
          "dir": 1,
          "entryPrice": 2125.705,
          "exitPrice": 2127.848,
          "stopDistance": 1.071,
          "outcome": "target",
          "netR": 1.6546,
          "holdMinutes": 72
        },
        {
          "entryTs": 1709706000,
          "entryUtc": "2024-03-06T06:20:00.000Z",
          "exitTs": 1709708640,
          "dir": 1,
          "entryPrice": 2126.235,
          "exitPrice": 2128.259,
          "stopDistance": 1.012,
          "outcome": "target",
          "netR": 1.6343,
          "holdMinutes": 44
        },
        {
          "entryTs": 1709719200,
          "entryUtc": "2024-03-06T10:00:00.000Z",
          "exitTs": 1709719740,
          "dir": 1,
          "entryPrice": 2128.528,
          "exitPrice": 2126.877,
          "stopDistance": 1.651,
          "outcome": "stop",
          "netR": -1.2543,
          "holdMinutes": 9
        },
        {
          "entryTs": 1709721000,
          "entryUtc": "2024-03-06T10:30:00.000Z",
          "exitTs": 1709721600,
          "dir": 1,
          "entryPrice": 2127.445,
          "exitPrice": 2125.878,
          "stopDistance": 1.567,
          "outcome": "stop",
          "netR": -1.2681,
          "holdMinutes": 10
        },
        {
          "entryTs": 1709723700,
          "entryUtc": "2024-03-06T11:15:00.000Z",
          "exitTs": 1709725260,
          "dir": 1,
          "entryPrice": 2127.175,
          "exitPrice": 2130.159,
          "stopDistance": 1.492,
          "outcome": "target",
          "netR": 1.752,
          "holdMinutes": 26
        },
        {
          "entryTs": 1709757300,
          "entryUtc": "2024-03-06T20:35:00.000Z",
          "exitTs": 1709768700,
          "dir": 1,
          "entryPrice": 2145.345,
          "exitPrice": 2149.742,
          "stopDistance": 2.198,
          "outcome": "target",
          "netR": 1.8317,
          "holdMinutes": 190
        },
        {
          "entryTs": 1709778900,
          "entryUtc": "2024-03-07T02:35:00.000Z",
          "exitTs": 1709784120,
          "dir": 1,
          "entryPrice": 2150.865,
          "exitPrice": 2155.474,
          "stopDistance": 2.304,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 87
        },
        {
          "entryTs": 1709795100,
          "entryUtc": "2024-03-07T07:05:00.000Z",
          "exitTs": 1709797500,
          "dir": 1,
          "entryPrice": 2156.075,
          "exitPrice": 2154.094,
          "stopDistance": 1.981,
          "outcome": "stop",
          "netR": -1.2121,
          "holdMinutes": 40
        },
        {
          "entryTs": 1709805000,
          "entryUtc": "2024-03-07T09:50:00.000Z",
          "exitTs": 1709809320,
          "dir": 1,
          "entryPrice": 2157.095,
          "exitPrice": 2155.23,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 72
        },
        {
          "entryTs": 1709813400,
          "entryUtc": "2024-03-07T12:10:00.000Z",
          "exitTs": 1709814960,
          "dir": 1,
          "entryPrice": 2156.625,
          "exitPrice": 2154.862,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2382,
          "holdMinutes": 26
        },
        {
          "entryTs": 1709816100,
          "entryUtc": "2024-03-07T12:55:00.000Z",
          "exitTs": 1709816700,
          "dir": 1,
          "entryPrice": 2158.055,
          "exitPrice": 2161.847,
          "stopDistance": 1.896,
          "outcome": "target",
          "netR": 1.8049,
          "holdMinutes": 10
        },
        {
          "entryTs": 1709829000,
          "entryUtc": "2024-03-07T16:30:00.000Z",
          "exitTs": 1709859000,
          "dir": 1,
          "entryPrice": 2157.775,
          "exitPrice": 2159.795,
          "stopDistance": 3.763,
          "outcome": "time",
          "netR": 0.4385,
          "holdMinutes": 500
        },
        {
          "entryTs": 1709870100,
          "entryUtc": "2024-03-08T03:55:00.000Z",
          "exitTs": 1709872980,
          "dir": 1,
          "entryPrice": 2157.515,
          "exitPrice": 2156.273,
          "stopDistance": 1.241,
          "outcome": "stop",
          "netR": -1.3383,
          "holdMinutes": 48
        },
        {
          "entryTs": 1709874000,
          "entryUtc": "2024-03-08T05:00:00.000Z",
          "exitTs": 1709875260,
          "dir": 1,
          "entryPrice": 2157.665,
          "exitPrice": 2156.534,
          "stopDistance": 1.131,
          "outcome": "stop",
          "netR": -1.3715,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709876700,
          "entryUtc": "2024-03-08T05:45:00.000Z",
          "exitTs": 1709876880,
          "dir": 1,
          "entryPrice": 2157.945,
          "exitPrice": 2156.748,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.3508,
          "holdMinutes": 3
        },
        {
          "entryTs": 1709899200,
          "entryUtc": "2024-03-08T12:00:00.000Z",
          "exitTs": 1709902500,
          "dir": 1,
          "entryPrice": 2168.165,
          "exitPrice": 2166.477,
          "stopDistance": 1.688,
          "outcome": "stop",
          "netR": -1.2487,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709904900,
          "entryUtc": "2024-03-08T13:35:00.000Z",
          "exitTs": 1709905800,
          "dir": 1,
          "entryPrice": 2178.085,
          "exitPrice": 2173.177,
          "stopDistance": 4.908,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 15
        },
        {
          "entryTs": 1709910000,
          "entryUtc": "2024-03-08T15:00:00.000Z",
          "exitTs": 1709917260,
          "dir": 1,
          "entryPrice": 2170.715,
          "exitPrice": 2182.7,
          "stopDistance": 5.992,
          "outcome": "target",
          "netR": 1.9383,
          "holdMinutes": 121
        },
        {
          "entryTs": 1709931000,
          "entryUtc": "2024-03-08T20:50:00.000Z",
          "exitTs": 1710108000,
          "dir": 1,
          "entryPrice": 2177.238,
          "exitPrice": 2180.898,
          "stopDistance": 2.263,
          "outcome": "time",
          "netR": 1.4535,
          "holdMinutes": 2950
        },
        {
          "entryTs": 1710112500,
          "entryUtc": "2024-03-10T23:15:00.000Z",
          "exitTs": 1710112980,
          "dir": 1,
          "entryPrice": 2178.795,
          "exitPrice": 2181.539,
          "stopDistance": 1.372,
          "outcome": "target",
          "netR": 1.7303,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710129600,
          "entryUtc": "2024-03-11T04:00:00.000Z",
          "exitTs": 1710136140,
          "dir": 1,
          "entryPrice": 2179.365,
          "exitPrice": 2177.945,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2958,
          "holdMinutes": 109
        },
        {
          "entryTs": 1710141900,
          "entryUtc": "2024-03-11T07:25:00.000Z",
          "exitTs": 1710142560,
          "dir": 1,
          "entryPrice": 2179.535,
          "exitPrice": 2178.082,
          "stopDistance": 1.453,
          "outcome": "stop",
          "netR": -1.289,
          "holdMinutes": 11
        },
        {
          "entryTs": 1710150900,
          "entryUtc": "2024-03-11T09:55:00.000Z",
          "exitTs": 1710152640,
          "dir": 1,
          "entryPrice": 2181.055,
          "exitPrice": 2178.986,
          "stopDistance": 2.069,
          "outcome": "stop",
          "netR": -1.203,
          "holdMinutes": 29
        },
        {
          "entryTs": 1710158100,
          "entryUtc": "2024-03-11T11:55:00.000Z",
          "exitTs": 1710158520,
          "dir": 1,
          "entryPrice": 2179.175,
          "exitPrice": 2177.628,
          "stopDistance": 1.547,
          "outcome": "stop",
          "netR": -1.2715,
          "holdMinutes": 7
        },
        {
          "entryTs": 1710164100,
          "entryUtc": "2024-03-11T13:35:00.000Z",
          "exitTs": 1710165780,
          "dir": 1,
          "entryPrice": 2179.845,
          "exitPrice": 2177.195,
          "stopDistance": 2.65,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 28
        },
        {
          "entryTs": 1710184200,
          "entryUtc": "2024-03-11T19:10:00.000Z",
          "exitTs": 1710204720,
          "dir": 1,
          "entryPrice": 2182.485,
          "exitPrice": 2180.631,
          "stopDistance": 1.854,
          "outcome": "stop",
          "netR": -1.2265,
          "holdMinutes": 342
        },
        {
          "entryTs": 1710208800,
          "entryUtc": "2024-03-12T02:00:00.000Z",
          "exitTs": 1710209220,
          "dir": 1,
          "entryPrice": 2182.625,
          "exitPrice": 2181.29,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3147,
          "holdMinutes": 7
        },
        {
          "entryTs": 1710229200,
          "entryUtc": "2024-03-12T07:40:00.000Z",
          "exitTs": 1710241800,
          "dir": 1,
          "entryPrice": 2176.425,
          "exitPrice": 2174.837,
          "stopDistance": 1.588,
          "outcome": "stop",
          "netR": -1.2645,
          "holdMinutes": 210
        },
        {
          "entryTs": 1710247500,
          "entryUtc": "2024-03-12T12:45:00.000Z",
          "exitTs": 1710247920,
          "dir": 1,
          "entryPrice": 2179.545,
          "exitPrice": 2174.87,
          "stopDistance": 4.675,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 7
        },
        {
          "entryTs": 1710258900,
          "entryUtc": "2024-03-12T15:55:00.000Z",
          "exitTs": 1710264360,
          "dir": 1,
          "entryPrice": 2164.515,
          "exitPrice": 2160.412,
          "stopDistance": 4.103,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 91
        },
        {
          "entryTs": 1710273600,
          "entryUtc": "2024-03-12T20:00:00.000Z",
          "exitTs": 1710282000,
          "dir": 1,
          "entryPrice": 2157.275,
          "exitPrice": 2161.116,
          "stopDistance": 1.921,
          "outcome": "target",
          "netR": 1.8073,
          "holdMinutes": 140
        },
        {
          "entryTs": 1710289200,
          "entryUtc": "2024-03-13T00:20:00.000Z",
          "exitTs": 1710319200,
          "dir": 1,
          "entryPrice": 2158.375,
          "exitPrice": 2158.365,
          "stopDistance": 1.817,
          "outcome": "time",
          "netR": -0.2091,
          "holdMinutes": 500
        },
        {
          "entryTs": 1710322800,
          "entryUtc": "2024-03-13T09:40:00.000Z",
          "exitTs": 1710323820,
          "dir": 1,
          "entryPrice": 2159.325,
          "exitPrice": 2157.82,
          "stopDistance": 1.504,
          "outcome": "stop",
          "netR": -1.2792,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710324900,
          "entryUtc": "2024-03-13T10:15:00.000Z",
          "exitTs": 1710326400,
          "dir": 1,
          "entryPrice": 2159.705,
          "exitPrice": 2162.484,
          "stopDistance": 1.39,
          "outcome": "target",
          "netR": 1.7338,
          "holdMinutes": 25
        },
        {
          "entryTs": 1710363000,
          "entryUtc": "2024-03-13T20:50:00.000Z",
          "exitTs": 1710380580,
          "dir": 1,
          "entryPrice": 2174.535,
          "exitPrice": 2173.22,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3193,
          "holdMinutes": 293
        },
        {
          "entryTs": 1710404700,
          "entryUtc": "2024-03-14T08:25:00.000Z",
          "exitTs": 1710405900,
          "dir": 1,
          "entryPrice": 2169.685,
          "exitPrice": 2168.42,
          "stopDistance": 1.265,
          "outcome": "stop",
          "netR": -1.3321,
          "holdMinutes": 20
        },
        {
          "entryTs": 1710408600,
          "entryUtc": "2024-03-14T09:30:00.000Z",
          "exitTs": 1710408900,
          "dir": 1,
          "entryPrice": 2169.075,
          "exitPrice": 2171.524,
          "stopDistance": 1.225,
          "outcome": "target",
          "netR": 1.6979,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710436200,
          "entryUtc": "2024-03-14T17:10:00.000Z",
          "exitTs": 1710436500,
          "dir": 1,
          "entryPrice": 2159.825,
          "exitPrice": 2164.814,
          "stopDistance": 2.494,
          "outcome": "target",
          "netR": 1.8517,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710463500,
          "entryUtc": "2024-03-15T00:45:00.000Z",
          "exitTs": 1710464760,
          "dir": 1,
          "entryPrice": 2162.185,
          "exitPrice": 2163.807,
          "stopDistance": 0.811,
          "outcome": "target",
          "netR": 1.5436,
          "holdMinutes": 21
        },
        {
          "entryTs": 1710473100,
          "entryUtc": "2024-03-15T03:25:00.000Z",
          "exitTs": 1710481260,
          "dir": 1,
          "entryPrice": 2163.545,
          "exitPrice": 2165.801,
          "stopDistance": 1.128,
          "outcome": "target",
          "netR": 1.6721,
          "holdMinutes": 136
        },
        {
          "entryTs": 1710492900,
          "entryUtc": "2024-03-15T08:55:00.000Z",
          "exitTs": 1710500820,
          "dir": 1,
          "entryPrice": 2169.185,
          "exitPrice": 2167.308,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2238,
          "holdMinutes": 132
        },
        {
          "entryTs": 1710512400,
          "entryUtc": "2024-03-15T14:20:00.000Z",
          "exitTs": 1710513000,
          "dir": 1,
          "entryPrice": 2163.728,
          "exitPrice": 2160.502,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 10
        },
        {
          "entryTs": 1710514200,
          "entryUtc": "2024-03-15T14:50:00.000Z",
          "exitTs": 1710516840,
          "dir": 1,
          "entryPrice": 2163.695,
          "exitPrice": 2160.299,
          "stopDistance": 3.396,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 44
        },
        {
          "entryTs": 1710519900,
          "entryUtc": "2024-03-15T16:25:00.000Z",
          "exitTs": 1710521460,
          "dir": 1,
          "entryPrice": 2162.315,
          "exitPrice": 2159.498,
          "stopDistance": 2.817,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 26
        },
        {
          "entryTs": 1710528600,
          "entryUtc": "2024-03-15T18:50:00.000Z",
          "exitTs": 1710529260,
          "dir": 1,
          "entryPrice": 2159.765,
          "exitPrice": 2157.973,
          "stopDistance": 1.792,
          "outcome": "stop",
          "netR": -1.2343,
          "holdMinutes": 11
        },
        {
          "entryTs": 1710720000,
          "entryUtc": "2024-03-18T00:00:00.000Z",
          "exitTs": 1710720300,
          "dir": 1,
          "entryPrice": 2156.428,
          "exitPrice": 2155.124,
          "stopDistance": 1.304,
          "outcome": "stop",
          "netR": -1.322,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710744300,
          "entryUtc": "2024-03-18T06:45:00.000Z",
          "exitTs": 1710744600,
          "dir": -1,
          "entryPrice": 2147.045,
          "exitPrice": 2148.343,
          "stopDistance": 1.298,
          "outcome": "stop",
          "netR": -1.3235,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710771900,
          "entryUtc": "2024-03-18T14:25:00.000Z",
          "exitTs": 1710777720,
          "dir": 1,
          "entryPrice": 2159.545,
          "exitPrice": 2156.827,
          "stopDistance": 2.718,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 97
        },
        {
          "entryTs": 1710780900,
          "entryUtc": "2024-03-18T16:55:00.000Z",
          "exitTs": 1710783900,
          "dir": 1,
          "entryPrice": 2160.355,
          "exitPrice": 2158.21,
          "stopDistance": 2.145,
          "outcome": "stop",
          "netR": -1.1958,
          "holdMinutes": 50
        },
        {
          "entryTs": 1710799800,
          "entryUtc": "2024-03-18T22:10:00.000Z",
          "exitTs": 1710800400,
          "dir": 1,
          "entryPrice": 2160.335,
          "exitPrice": 2161.834,
          "stopDistance": 0.75,
          "outcome": "target",
          "netR": 1.5065,
          "holdMinutes": 10
        },
        {
          "entryTs": 1710815100,
          "entryUtc": "2024-03-19T02:25:00.000Z",
          "exitTs": 1710816240,
          "dir": 1,
          "entryPrice": 2161.905,
          "exitPrice": 2160.367,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.2731,
          "holdMinutes": 19
        },
        {
          "entryTs": 1710818100,
          "entryUtc": "2024-03-19T03:15:00.000Z",
          "exitTs": 1710820080,
          "dir": 1,
          "entryPrice": 2161.325,
          "exitPrice": 2160.051,
          "stopDistance": 1.273,
          "outcome": "stop",
          "netR": -1.3298,
          "holdMinutes": 33
        },
        {
          "entryTs": 1710820500,
          "entryUtc": "2024-03-19T03:55:00.000Z",
          "exitTs": 1710823440,
          "dir": 1,
          "entryPrice": 2161.245,
          "exitPrice": 2159.834,
          "stopDistance": 1.411,
          "outcome": "stop",
          "netR": -1.2976,
          "holdMinutes": 49
        },
        {
          "entryTs": 1710841800,
          "entryUtc": "2024-03-19T09:50:00.000Z",
          "exitTs": 1710851520,
          "dir": 1,
          "entryPrice": 2152.965,
          "exitPrice": 2150.849,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 162
        },
        {
          "entryTs": 1710852300,
          "entryUtc": "2024-03-19T12:45:00.000Z",
          "exitTs": 1710854220,
          "dir": 1,
          "entryPrice": 2157.915,
          "exitPrice": 2155.455,
          "stopDistance": 2.46,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 32
        },
        {
          "entryTs": 1710860400,
          "entryUtc": "2024-03-19T15:00:00.000Z",
          "exitTs": 1710861000,
          "dir": 1,
          "entryPrice": 2154.758,
          "exitPrice": 2152.427,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 10
        },
        {
          "entryTs": 1710863700,
          "entryUtc": "2024-03-19T15:55:00.000Z",
          "exitTs": 1710886800,
          "dir": 1,
          "entryPrice": 2154.515,
          "exitPrice": 2159.169,
          "stopDistance": 2.327,
          "outcome": "target",
          "netR": 1.841,
          "holdMinutes": 385
        },
        {
          "entryTs": 1710897300,
          "entryUtc": "2024-03-20T01:15:00.000Z",
          "exitTs": 1710897780,
          "dir": 1,
          "entryPrice": 2157.835,
          "exitPrice": 2159.732,
          "stopDistance": 0.948,
          "outcome": "target",
          "netR": 1.6099,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710919500,
          "entryUtc": "2024-03-20T07:25:00.000Z",
          "exitTs": 1710921720,
          "dir": 1,
          "entryPrice": 2157.955,
          "exitPrice": 2156.861,
          "stopDistance": 1.094,
          "outcome": "stop",
          "netR": -1.3839,
          "holdMinutes": 37
        },
        {
          "entryTs": 1710935700,
          "entryUtc": "2024-03-20T11:55:00.000Z",
          "exitTs": 1710936360,
          "dir": 1,
          "entryPrice": 2154.795,
          "exitPrice": 2153.471,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3172,
          "holdMinutes": 11
        },
        {
          "entryTs": 1710940500,
          "entryUtc": "2024-03-20T13:15:00.000Z",
          "exitTs": 1710940980,
          "dir": 1,
          "entryPrice": 2154.585,
          "exitPrice": 2152.634,
          "stopDistance": 1.951,
          "outcome": "stop",
          "netR": -1.2153,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710942600,
          "entryUtc": "2024-03-20T13:50:00.000Z",
          "exitTs": 1710943260,
          "dir": 1,
          "entryPrice": 2155.225,
          "exitPrice": 2160.056,
          "stopDistance": 2.415,
          "outcome": "target",
          "netR": 1.8468,
          "holdMinutes": 11
        },
        {
          "entryTs": 1710951900,
          "entryUtc": "2024-03-20T16:25:00.000Z",
          "exitTs": 1710957600,
          "dir": 1,
          "entryPrice": 2157.375,
          "exitPrice": 2161.55,
          "stopDistance": 2.088,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 95
        },
        {
          "entryTs": 1710983700,
          "entryUtc": "2024-03-21T01:15:00.000Z",
          "exitTs": 1710984420,
          "dir": 1,
          "entryPrice": 2208.935,
          "exitPrice": 2203.651,
          "stopDistance": 5.284,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 12
        },
        {
          "entryTs": 1710995700,
          "entryUtc": "2024-03-21T04:35:00.000Z",
          "exitTs": 1710996180,
          "dir": 1,
          "entryPrice": 2203.865,
          "exitPrice": 2202.224,
          "stopDistance": 1.641,
          "outcome": "stop",
          "netR": -1.2559,
          "holdMinutes": 8
        },
        {
          "entryTs": 1710997500,
          "entryUtc": "2024-03-21T05:05:00.000Z",
          "exitTs": 1710998880,
          "dir": 1,
          "entryPrice": 2203.484,
          "exitPrice": 2201.937,
          "stopDistance": 1.547,
          "outcome": "stop",
          "netR": -1.2716,
          "holdMinutes": 23
        },
        {
          "entryTs": 1710999600,
          "entryUtc": "2024-03-21T05:40:00.000Z",
          "exitTs": 1711001220,
          "dir": 1,
          "entryPrice": 2204.065,
          "exitPrice": 2207.333,
          "stopDistance": 1.634,
          "outcome": "target",
          "netR": 1.7736,
          "holdMinutes": 27
        },
        {
          "entryTs": 1711014600,
          "entryUtc": "2024-03-21T09:50:00.000Z",
          "exitTs": 1711015860,
          "dir": 1,
          "entryPrice": 2204.195,
          "exitPrice": 2209.59,
          "stopDistance": 2.698,
          "outcome": "target",
          "netR": 1.8628,
          "holdMinutes": 21
        },
        {
          "entryTs": 1711040100,
          "entryUtc": "2024-03-21T16:55:00.000Z",
          "exitTs": 1711067880,
          "dir": 1,
          "entryPrice": 2179.055,
          "exitPrice": 2185.928,
          "stopDistance": 3.437,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 463
        },
        {
          "entryTs": 1711084800,
          "entryUtc": "2024-03-22T05:20:00.000Z",
          "exitTs": 1711084980,
          "dir": 1,
          "entryPrice": 2175.555,
          "exitPrice": 2173.991,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2685,
          "holdMinutes": 3
        },
        {
          "entryTs": 1711085700,
          "entryUtc": "2024-03-22T05:35:00.000Z",
          "exitTs": 1711087440,
          "dir": 1,
          "entryPrice": 2174.455,
          "exitPrice": 2172.841,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2603,
          "holdMinutes": 29
        },
        {
          "entryTs": 1711088700,
          "entryUtc": "2024-03-22T06:25:00.000Z",
          "exitTs": 1711089000,
          "dir": 1,
          "entryPrice": 2174.665,
          "exitPrice": 2172.914,
          "stopDistance": 1.751,
          "outcome": "stop",
          "netR": -1.2399,
          "holdMinutes": 5
        },
        {
          "entryTs": 1711099200,
          "entryUtc": "2024-03-22T09:20:00.000Z",
          "exitTs": 1711100460,
          "dir": 1,
          "entryPrice": 2168.905,
          "exitPrice": 2166.319,
          "stopDistance": 2.586,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 21
        },
        {
          "entryTs": 1711104900,
          "entryUtc": "2024-03-22T10:55:00.000Z",
          "exitTs": 1711107720,
          "dir": 1,
          "entryPrice": 2167.475,
          "exitPrice": 2165.442,
          "stopDistance": 2.033,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 47
        },
        {
          "entryTs": 1711109700,
          "entryUtc": "2024-03-22T12:15:00.000Z",
          "exitTs": 1711111140,
          "dir": 1,
          "entryPrice": 2171.155,
          "exitPrice": 2175.443,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 24
        },
        {
          "entryTs": 1711329600,
          "entryUtc": "2024-03-25T01:20:00.000Z",
          "exitTs": 1711330680,
          "dir": 1,
          "entryPrice": 2171.145,
          "exitPrice": 2175.885,
          "stopDistance": 2.37,
          "outcome": "target",
          "netR": 1.8439,
          "holdMinutes": 18
        },
        {
          "entryTs": 1711354500,
          "entryUtc": "2024-03-25T08:15:00.000Z",
          "exitTs": 1711355820,
          "dir": 1,
          "entryPrice": 2167.785,
          "exitPrice": 2165.428,
          "stopDistance": 2.356,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 22
        },
        {
          "entryTs": 1711360200,
          "entryUtc": "2024-03-25T09:50:00.000Z",
          "exitTs": 1711365300,
          "dir": 1,
          "entryPrice": 2167.408,
          "exitPrice": 2171.754,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8297,
          "holdMinutes": 85
        },
        {
          "entryTs": 1711383900,
          "entryUtc": "2024-03-25T16:25:00.000Z",
          "exitTs": 1711386900,
          "dir": 1,
          "entryPrice": 2177.005,
          "exitPrice": 2174.977,
          "stopDistance": 2.028,
          "outcome": "stop",
          "netR": -1.2071,
          "holdMinutes": 50
        },
        {
          "entryTs": 1711405800,
          "entryUtc": "2024-03-25T22:30:00.000Z",
          "exitTs": 1711409880,
          "dir": 1,
          "entryPrice": 2172.455,
          "exitPrice": 2171.438,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4128,
          "holdMinutes": 68
        },
        {
          "entryTs": 1711411200,
          "entryUtc": "2024-03-26T00:00:00.000Z",
          "exitTs": 1711414980,
          "dir": 1,
          "entryPrice": 2172.795,
          "exitPrice": 2171.671,
          "stopDistance": 1.124,
          "outcome": "stop",
          "netR": -1.3736,
          "holdMinutes": 63
        },
        {
          "entryTs": 1711416000,
          "entryUtc": "2024-03-26T01:20:00.000Z",
          "exitTs": 1711416240,
          "dir": 1,
          "entryPrice": 2173.395,
          "exitPrice": 2171.886,
          "stopDistance": 1.509,
          "outcome": "stop",
          "netR": -1.2783,
          "holdMinutes": 4
        },
        {
          "entryTs": 1711424400,
          "entryUtc": "2024-03-26T03:40:00.000Z",
          "exitTs": 1711424640,
          "dir": 1,
          "entryPrice": 2171.795,
          "exitPrice": 2170.325,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2857,
          "holdMinutes": 4
        },
        {
          "entryTs": 1711427100,
          "entryUtc": "2024-03-26T04:25:00.000Z",
          "exitTs": 1711435920,
          "dir": 1,
          "entryPrice": 2171.925,
          "exitPrice": 2170.611,
          "stopDistance": 1.314,
          "outcome": "stop",
          "netR": -1.3197,
          "holdMinutes": 147
        },
        {
          "entryTs": 1711439100,
          "entryUtc": "2024-03-26T07:45:00.000Z",
          "exitTs": 1711440000,
          "dir": 1,
          "entryPrice": 2173.755,
          "exitPrice": 2172.276,
          "stopDistance": 1.479,
          "outcome": "stop",
          "netR": -1.284,
          "holdMinutes": 15
        },
        {
          "entryTs": 1711474500,
          "entryUtc": "2024-03-26T17:35:00.000Z",
          "exitTs": 1711476180,
          "dir": 1,
          "entryPrice": 2178.445,
          "exitPrice": 2176.144,
          "stopDistance": 2.301,
          "outcome": "stop",
          "netR": -1.1825,
          "holdMinutes": 28
        },
        {
          "entryTs": 1711478400,
          "entryUtc": "2024-03-26T18:40:00.000Z",
          "exitTs": 1711484460,
          "dir": 1,
          "entryPrice": 2177.855,
          "exitPrice": 2176.257,
          "stopDistance": 1.598,
          "outcome": "stop",
          "netR": -1.2628,
          "holdMinutes": 101
        },
        {
          "entryTs": 1711490400,
          "entryUtc": "2024-03-26T22:00:00.000Z",
          "exitTs": 1711499700,
          "dir": 1,
          "entryPrice": 2178.065,
          "exitPrice": 2176.689,
          "stopDistance": 1.376,
          "outcome": "stop",
          "netR": -1.3052,
          "holdMinutes": 155
        },
        {
          "entryTs": 1711501800,
          "entryUtc": "2024-03-27T01:10:00.000Z",
          "exitTs": 1711502400,
          "dir": 1,
          "entryPrice": 2179.685,
          "exitPrice": 2178.454,
          "stopDistance": 1.231,
          "outcome": "stop",
          "netR": -1.3411,
          "holdMinutes": 10
        },
        {
          "entryTs": 1711509300,
          "entryUtc": "2024-03-27T03:15:00.000Z",
          "exitTs": 1711510860,
          "dir": 1,
          "entryPrice": 2180.115,
          "exitPrice": 2178.185,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2176,
          "holdMinutes": 26
        },
        {
          "entryTs": 1711520100,
          "entryUtc": "2024-03-27T06:15:00.000Z",
          "exitTs": 1711523040,
          "dir": 1,
          "entryPrice": 2178.525,
          "exitPrice": 2177.118,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2985,
          "holdMinutes": 49
        },
        {
          "entryTs": 1711531200,
          "entryUtc": "2024-03-27T09:20:00.000Z",
          "exitTs": 1711532580,
          "dir": 1,
          "entryPrice": 2180.695,
          "exitPrice": 2184.791,
          "stopDistance": 2.048,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 23
        },
        {
          "entryTs": 1711547100,
          "entryUtc": "2024-03-27T13:45:00.000Z",
          "exitTs": 1711577100,
          "dir": 1,
          "entryPrice": 2190.225,
          "exitPrice": 2192.685,
          "stopDistance": 3.505,
          "outcome": "time",
          "netR": 0.5963,
          "holdMinutes": 500
        },
        {
          "entryTs": 1711592100,
          "entryUtc": "2024-03-28T02:15:00.000Z",
          "exitTs": 1711593060,
          "dir": 1,
          "entryPrice": 2191.098,
          "exitPrice": 2194.625,
          "stopDistance": 1.763,
          "outcome": "target",
          "netR": 1.7902,
          "holdMinutes": 16
        },
        {
          "entryTs": 1711615800,
          "entryUtc": "2024-03-28T08:50:00.000Z",
          "exitTs": 1711616520,
          "dir": 1,
          "entryPrice": 2195.665,
          "exitPrice": 2193.527,
          "stopDistance": 2.138,
          "outcome": "stop",
          "netR": -1.1964,
          "holdMinutes": 12
        },
        {
          "entryTs": 1711617900,
          "entryUtc": "2024-03-28T09:25:00.000Z",
          "exitTs": 1711621020,
          "dir": 1,
          "entryPrice": 2195.725,
          "exitPrice": 2199.912,
          "stopDistance": 2.093,
          "outcome": "target",
          "netR": 1.8232,
          "holdMinutes": 52
        },
        {
          "entryTs": 1711637100,
          "entryUtc": "2024-03-28T14:45:00.000Z",
          "exitTs": 1711643580,
          "dir": 1,
          "entryPrice": 2211.968,
          "exitPrice": 2221.433,
          "stopDistance": 4.733,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 108
        },
        {
          "entryTs": 1711655700,
          "entryUtc": "2024-03-28T19:55:00.000Z",
          "exitTs": 1711658820,
          "dir": 1,
          "entryPrice": 2221.098,
          "exitPrice": 2224.924,
          "stopDistance": 1.913,
          "outcome": "target",
          "netR": 1.8066,
          "holdMinutes": 52
        },
        {
          "entryTs": 1711948200,
          "entryUtc": "2024-04-01T05:10:00.000Z",
          "exitTs": 1711949340,
          "dir": 1,
          "entryPrice": 2260.745,
          "exitPrice": 2258.416,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 19
        },
        {
          "entryTs": 1711950300,
          "entryUtc": "2024-04-01T05:45:00.000Z",
          "exitTs": 1711957800,
          "dir": 1,
          "entryPrice": 2260.664,
          "exitPrice": 2258.415,
          "stopDistance": 2.249,
          "outcome": "stop",
          "netR": -1.1868,
          "holdMinutes": 125
        },
        {
          "entryTs": 1711975500,
          "entryUtc": "2024-04-01T12:45:00.000Z",
          "exitTs": 1711978920,
          "dir": 1,
          "entryPrice": 2252.115,
          "exitPrice": 2249.065,
          "stopDistance": 3.05,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 57
        },
        {
          "entryTs": 1711987500,
          "entryUtc": "2024-04-01T16:05:00.000Z",
          "exitTs": 1711992240,
          "dir": 1,
          "entryPrice": 2239.375,
          "exitPrice": 2235.402,
          "stopDistance": 3.973,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 79
        },
        {
          "entryTs": 1711995600,
          "entryUtc": "2024-04-01T18:20:00.000Z",
          "exitTs": 1712001600,
          "dir": 1,
          "entryPrice": 2240.115,
          "exitPrice": 2244.692,
          "stopDistance": 2.288,
          "outcome": "target",
          "netR": 1.8383,
          "holdMinutes": 100
        },
        {
          "entryTs": 1712018100,
          "entryUtc": "2024-04-02T00:35:00.000Z",
          "exitTs": 1712019420,
          "dir": 1,
          "entryPrice": 2251.985,
          "exitPrice": 2249.803,
          "stopDistance": 2.183,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 22
        },
        {
          "entryTs": 1712025900,
          "entryUtc": "2024-04-02T02:45:00.000Z",
          "exitTs": 1712027160,
          "dir": 1,
          "entryPrice": 2250.825,
          "exitPrice": 2254.96,
          "stopDistance": 2.067,
          "outcome": "target",
          "netR": 1.821,
          "holdMinutes": 21
        },
        {
          "entryTs": 1712032800,
          "entryUtc": "2024-04-02T04:40:00.000Z",
          "exitTs": 1712033100,
          "dir": 1,
          "entryPrice": 2253.498,
          "exitPrice": 2256.875,
          "stopDistance": 1.688,
          "outcome": "target",
          "netR": 1.7808,
          "holdMinutes": 5
        },
        {
          "entryTs": 1712038500,
          "entryUtc": "2024-04-02T06:15:00.000Z",
          "exitTs": 1712045100,
          "dir": 1,
          "entryPrice": 2254.655,
          "exitPrice": 2258.629,
          "stopDistance": 1.987,
          "outcome": "target",
          "netR": 1.8138,
          "holdMinutes": 110
        },
        {
          "entryTs": 1712054700,
          "entryUtc": "2024-04-02T10:45:00.000Z",
          "exitTs": 1712056080,
          "dir": 1,
          "entryPrice": 2263.745,
          "exitPrice": 2260.817,
          "stopDistance": 2.928,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 23
        },
        {
          "entryTs": 1712065200,
          "entryUtc": "2024-04-02T13:40:00.000Z",
          "exitTs": 1712066580,
          "dir": 1,
          "entryPrice": 2263.554,
          "exitPrice": 2272.047,
          "stopDistance": 4.247,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 23
        },
        {
          "entryTs": 1712077200,
          "entryUtc": "2024-04-02T17:00:00.000Z",
          "exitTs": 1712081040,
          "dir": 1,
          "entryPrice": 2260.195,
          "exitPrice": 2267.985,
          "stopDistance": 3.895,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 64
        },
        {
          "entryTs": 1712103300,
          "entryUtc": "2024-04-03T00:15:00.000Z",
          "exitTs": 1712103600,
          "dir": 1,
          "entryPrice": 2284.975,
          "exitPrice": 2282.015,
          "stopDistance": 2.96,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 5
        },
        {
          "entryTs": 1712109600,
          "entryUtc": "2024-04-03T02:00:00.000Z",
          "exitTs": 1712127780,
          "dir": 1,
          "entryPrice": 2282.378,
          "exitPrice": 2279.407,
          "stopDistance": 2.971,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 303
        },
        {
          "entryTs": 1712143200,
          "entryUtc": "2024-04-03T11:20:00.000Z",
          "exitTs": 1712143500,
          "dir": 1,
          "entryPrice": 2272.835,
          "exitPrice": 2270.484,
          "stopDistance": 2.351,
          "outcome": "stop",
          "netR": -1.1786,
          "holdMinutes": 5
        },
        {
          "entryTs": 1712145900,
          "entryUtc": "2024-04-03T12:05:00.000Z",
          "exitTs": 1712146500,
          "dir": 1,
          "entryPrice": 2273.375,
          "exitPrice": 2270.826,
          "stopDistance": 2.549,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 10
        },
        {
          "entryTs": 1712148600,
          "entryUtc": "2024-04-03T12:50:00.000Z",
          "exitTs": 1712152800,
          "dir": 1,
          "entryPrice": 2273.785,
          "exitPrice": 2280.912,
          "stopDistance": 3.563,
          "outcome": "target",
          "netR": 1.8962,
          "holdMinutes": 70
        },
        {
          "entryTs": 1712191200,
          "entryUtc": "2024-04-04T00:40:00.000Z",
          "exitTs": 1712193180,
          "dir": 1,
          "entryPrice": 2300.665,
          "exitPrice": 2298.39,
          "stopDistance": 2.275,
          "outcome": "stop",
          "netR": -1.1846,
          "holdMinutes": 33
        },
        {
          "entryTs": 1712193900,
          "entryUtc": "2024-04-04T01:25:00.000Z",
          "exitTs": 1712199300,
          "dir": 1,
          "entryPrice": 2301.805,
          "exitPrice": 2298.891,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 90
        },
        {
          "entryTs": 1712208000,
          "entryUtc": "2024-04-04T05:20:00.000Z",
          "exitTs": 1712208120,
          "dir": 1,
          "entryPrice": 2300.185,
          "exitPrice": 2298.846,
          "stopDistance": 1.339,
          "outcome": "stop",
          "netR": -1.3136,
          "holdMinutes": 2
        },
        {
          "entryTs": 1712225100,
          "entryUtc": "2024-04-04T10:05:00.000Z",
          "exitTs": 1712231400,
          "dir": 1,
          "entryPrice": 2293.395,
          "exitPrice": 2291.348,
          "stopDistance": 2.047,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 105
        },
        {
          "entryTs": 1712239500,
          "entryUtc": "2024-04-04T14:05:00.000Z",
          "exitTs": 1712249100,
          "dir": 1,
          "entryPrice": 2291.815,
          "exitPrice": 2287.657,
          "stopDistance": 4.158,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 160
        },
        {
          "entryTs": 1712253000,
          "entryUtc": "2024-04-04T17:50:00.000Z",
          "exitTs": 1712254260,
          "dir": 1,
          "entryPrice": 2292.155,
          "exitPrice": 2297.25,
          "stopDistance": 2.547,
          "outcome": "target",
          "netR": 1.8548,
          "holdMinutes": 21
        },
        {
          "entryTs": 1712268600,
          "entryUtc": "2024-04-04T22:10:00.000Z",
          "exitTs": 1712270220,
          "dir": 1,
          "entryPrice": 2292.365,
          "exitPrice": 2288.93,
          "stopDistance": 3.435,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 27
        },
        {
          "entryTs": 1712287200,
          "entryUtc": "2024-04-05T03:20:00.000Z",
          "exitTs": 1712300760,
          "dir": 1,
          "entryPrice": 2277.258,
          "exitPrice": 2283.092,
          "stopDistance": 2.917,
          "outcome": "target",
          "netR": 1.8732,
          "holdMinutes": 226
        },
        {
          "entryTs": 1712319900,
          "entryUtc": "2024-04-05T12:25:00.000Z",
          "exitTs": 1712320200,
          "dir": 1,
          "entryPrice": 2293.235,
          "exitPrice": 2290.614,
          "stopDistance": 2.621,
          "outcome": "stop",
          "netR": -1.1602,
          "holdMinutes": 5
        },
        {
          "entryTs": 1712323200,
          "entryUtc": "2024-04-05T13:20:00.000Z",
          "exitTs": 1712327280,
          "dir": 1,
          "entryPrice": 2298.258,
          "exitPrice": 2310.496,
          "stopDistance": 6.119,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 68
        },
        {
          "entryTs": 1712349000,
          "entryUtc": "2024-04-05T20:30:00.000Z",
          "exitTs": 1712350140,
          "dir": 1,
          "entryPrice": 2324.605,
          "exitPrice": 2328.549,
          "stopDistance": 1.972,
          "outcome": "target",
          "netR": 1.8124,
          "holdMinutes": 19
        },
        {
          "entryTs": 1712540100,
          "entryUtc": "2024-04-08T01:35:00.000Z",
          "exitTs": 1712541600,
          "dir": 1,
          "entryPrice": 2316.625,
          "exitPrice": 2325.246,
          "stopDistance": 4.311,
          "outcome": "target",
          "netR": 1.9142,
          "holdMinutes": 25
        },
        {
          "entryTs": 1712562000,
          "entryUtc": "2024-04-08T07:40:00.000Z",
          "exitTs": 1712565780,
          "dir": 1,
          "entryPrice": 2338.135,
          "exitPrice": 2333.936,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 63
        },
        {
          "entryTs": 1712570100,
          "entryUtc": "2024-04-08T09:55:00.000Z",
          "exitTs": 1712572380,
          "dir": 1,
          "entryPrice": 2336.914,
          "exitPrice": 2342.582,
          "stopDistance": 2.834,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 38
        },
        {
          "entryTs": 1712589000,
          "entryUtc": "2024-04-08T15:10:00.000Z",
          "exitTs": 1712591700,
          "dir": 1,
          "entryPrice": 2330.815,
          "exitPrice": 2325.642,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 45
        },
        {
          "entryTs": 1712593500,
          "entryUtc": "2024-04-08T16:25:00.000Z",
          "exitTs": 1712597640,
          "dir": 1,
          "entryPrice": 2329.525,
          "exitPrice": 2337.417,
          "stopDistance": 3.946,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 69
        },
        {
          "entryTs": 1712616900,
          "entryUtc": "2024-04-08T22:55:00.000Z",
          "exitTs": 1712621460,
          "dir": 1,
          "entryPrice": 2338.575,
          "exitPrice": 2341.269,
          "stopDistance": 1.347,
          "outcome": "target",
          "netR": 1.7253,
          "holdMinutes": 76
        },
        {
          "entryTs": 1712644200,
          "entryUtc": "2024-04-09T06:30:00.000Z",
          "exitTs": 1712646840,
          "dir": 1,
          "entryPrice": 2345.715,
          "exitPrice": 2350.407,
          "stopDistance": 2.346,
          "outcome": "target",
          "netR": 1.8423,
          "holdMinutes": 44
        },
        {
          "entryTs": 1712646900,
          "entryUtc": "2024-04-09T07:15:00.000Z",
          "exitTs": 1712647020,
          "dir": 1,
          "entryPrice": 2355.105,
          "exitPrice": 2352.064,
          "stopDistance": 3.041,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 2
        },
        {
          "entryTs": 1712669700,
          "entryUtc": "2024-04-09T13:35:00.000Z",
          "exitTs": 1712673600,
          "dir": 1,
          "entryPrice": 2356.438,
          "exitPrice": 2352.01,
          "stopDistance": 4.428,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 65
        },
        {
          "entryTs": 1712684700,
          "entryUtc": "2024-04-09T17:45:00.000Z",
          "exitTs": 1712706840,
          "dir": 1,
          "entryPrice": 2347.445,
          "exitPrice": 2354.578,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 369
        },
        {
          "entryTs": 1712716200,
          "entryUtc": "2024-04-10T02:30:00.000Z",
          "exitTs": 1712723460,
          "dir": 1,
          "entryPrice": 2350.305,
          "exitPrice": 2354.824,
          "stopDistance": 2.26,
          "outcome": "target",
          "netR": 1.8363,
          "holdMinutes": 121
        },
        {
          "entryTs": 1712752200,
          "entryUtc": "2024-04-10T12:30:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2349.558,
          "exitPrice": 2347.057,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 0
        },
        {
          "entryTs": 1712758500,
          "entryUtc": "2024-04-10T14:15:00.000Z",
          "exitTs": 1712761800,
          "dir": 1,
          "entryPrice": 2341.885,
          "exitPrice": 2333.106,
          "stopDistance": 8.779,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 55
        },
        {
          "entryTs": 1712772000,
          "entryUtc": "2024-04-10T18:00:00.000Z",
          "exitTs": 1712775180,
          "dir": 1,
          "entryPrice": 2337.655,
          "exitPrice": 2331.281,
          "stopDistance": 6.374,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 53
        },
        {
          "entryTs": 1712781000,
          "entryUtc": "2024-04-10T20:30:00.000Z",
          "exitTs": 1712797680,
          "dir": 1,
          "entryPrice": 2332.885,
          "exitPrice": 2338.574,
          "stopDistance": 2.845,
          "outcome": "target",
          "netR": 1.8699,
          "holdMinutes": 278
        },
        {
          "entryTs": 1712830500,
          "entryUtc": "2024-04-11T10:15:00.000Z",
          "exitTs": 1712838600,
          "dir": 1,
          "entryPrice": 2334.845,
          "exitPrice": 2341.254,
          "stopDistance": 3.204,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 135
        },
        {
          "entryTs": 1712838900,
          "entryUtc": "2024-04-11T12:35:00.000Z",
          "exitTs": 1712840820,
          "dir": 1,
          "entryPrice": 2342.245,
          "exitPrice": 2338.174,
          "stopDistance": 4.071,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 32
        },
        {
          "entryTs": 1712850000,
          "entryUtc": "2024-04-11T15:40:00.000Z",
          "exitTs": 1712855220,
          "dir": 1,
          "entryPrice": 2341.955,
          "exitPrice": 2351.132,
          "stopDistance": 4.589,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 87
        },
        {
          "entryTs": 1712900400,
          "entryUtc": "2024-04-12T05:40:00.000Z",
          "exitTs": 1712901900,
          "dir": 1,
          "entryPrice": 2388.785,
          "exitPrice": 2385.992,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 25
        },
        {
          "entryTs": 1712915400,
          "entryUtc": "2024-04-12T09:50:00.000Z",
          "exitTs": 1712920620,
          "dir": 1,
          "entryPrice": 2397.205,
          "exitPrice": 2394.147,
          "stopDistance": 3.058,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 87
        },
        {
          "entryTs": 1712927100,
          "entryUtc": "2024-04-12T13:05:00.000Z",
          "exitTs": 1712927280,
          "dir": 1,
          "entryPrice": 2399.245,
          "exitPrice": 2395.129,
          "stopDistance": 4.116,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 3
        },
        {
          "entryTs": 1713132300,
          "entryUtc": "2024-04-14T22:05:00.000Z",
          "exitTs": 1713132480,
          "dir": 1,
          "entryPrice": 2359.495,
          "exitPrice": 2371.37,
          "stopDistance": 5.938,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 3
        },
        {
          "entryTs": 1713147000,
          "entryUtc": "2024-04-15T02:10:00.000Z",
          "exitTs": 1713157560,
          "dir": 1,
          "entryPrice": 2359.965,
          "exitPrice": 2354.486,
          "stopDistance": 5.479,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 176
        },
        {
          "entryTs": 1713160500,
          "entryUtc": "2024-04-15T05:55:00.000Z",
          "exitTs": 1713161100,
          "dir": 1,
          "entryPrice": 2361.565,
          "exitPrice": 2358.319,
          "stopDistance": 3.246,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 10
        },
        {
          "entryTs": 1713177300,
          "entryUtc": "2024-04-15T10:35:00.000Z",
          "exitTs": 1713178680,
          "dir": 1,
          "entryPrice": 2350.635,
          "exitPrice": 2356.143,
          "stopDistance": 2.754,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 23
        },
        {
          "entryTs": 1713185400,
          "entryUtc": "2024-04-15T12:50:00.000Z",
          "exitTs": 1713186600,
          "dir": 1,
          "entryPrice": 2357.735,
          "exitPrice": 2353.695,
          "stopDistance": 4.04,
          "outcome": "stop",
          "netR": -1.104,
          "holdMinutes": 20
        },
        {
          "entryTs": 1713194400,
          "entryUtc": "2024-04-15T15:20:00.000Z",
          "exitTs": 1713201960,
          "dir": 1,
          "entryPrice": 2345.505,
          "exitPrice": 2361.335,
          "stopDistance": 7.915,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 126
        },
        {
          "entryTs": 1713227700,
          "entryUtc": "2024-04-16T00:35:00.000Z",
          "exitTs": 1713228840,
          "dir": 1,
          "entryPrice": 2385.714,
          "exitPrice": 2383.146,
          "stopDistance": 2.568,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 19
        },
        {
          "entryTs": 1713235800,
          "entryUtc": "2024-04-16T02:50:00.000Z",
          "exitTs": 1713248940,
          "dir": 1,
          "entryPrice": 2384.485,
          "exitPrice": 2381.52,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 219
        },
        {
          "entryTs": 1713261600,
          "entryUtc": "2024-04-16T10:00:00.000Z",
          "exitTs": 1713263460,
          "dir": 1,
          "entryPrice": 2372.185,
          "exitPrice": 2369.341,
          "stopDistance": 2.844,
          "outcome": "stop",
          "netR": -1.1477,
          "holdMinutes": 31
        },
        {
          "entryTs": 1713265800,
          "entryUtc": "2024-04-16T11:10:00.000Z",
          "exitTs": 1713270180,
          "dir": 1,
          "entryPrice": 2372.418,
          "exitPrice": 2369.381,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 73
        },
        {
          "entryTs": 1713279300,
          "entryUtc": "2024-04-16T14:55:00.000Z",
          "exitTs": 1713285900,
          "dir": 1,
          "entryPrice": 2381.065,
          "exitPrice": 2394.367,
          "stopDistance": 6.651,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 110
        },
        {
          "entryTs": 1713291300,
          "entryUtc": "2024-04-16T18:15:00.000Z",
          "exitTs": 1713300060,
          "dir": 1,
          "entryPrice": 2390.694,
          "exitPrice": 2383.983,
          "stopDistance": 6.711,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 146
        },
        {
          "entryTs": 1713319200,
          "entryUtc": "2024-04-17T02:00:00.000Z",
          "exitTs": 1713322800,
          "dir": 1,
          "entryPrice": 2384.555,
          "exitPrice": 2381.978,
          "stopDistance": 2.576,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 60
        },
        {
          "entryTs": 1713337200,
          "entryUtc": "2024-04-17T07:00:00.000Z",
          "exitTs": 1713338580,
          "dir": 1,
          "entryPrice": 2380.905,
          "exitPrice": 2378.07,
          "stopDistance": 2.835,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 23
        },
        {
          "entryTs": 1713360300,
          "entryUtc": "2024-04-17T13:25:00.000Z",
          "exitTs": 1713361860,
          "dir": 1,
          "entryPrice": 2387.755,
          "exitPrice": 2394.947,
          "stopDistance": 3.596,
          "outcome": "target",
          "netR": 1.8971,
          "holdMinutes": 26
        },
        {
          "entryTs": 1713378000,
          "entryUtc": "2024-04-17T18:20:00.000Z",
          "exitTs": 1713380940,
          "dir": 1,
          "entryPrice": 2377.165,
          "exitPrice": 2372.012,
          "stopDistance": 5.153,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 49
        },
        {
          "entryTs": 1713398400,
          "entryUtc": "2024-04-18T00:00:00.000Z",
          "exitTs": 1713403800,
          "dir": 1,
          "entryPrice": 2367.815,
          "exitPrice": 2365.734,
          "stopDistance": 2.081,
          "outcome": "stop",
          "netR": -1.2018,
          "holdMinutes": 90
        },
        {
          "entryTs": 1713406500,
          "entryUtc": "2024-04-18T02:15:00.000Z",
          "exitTs": 1713414720,
          "dir": 1,
          "entryPrice": 2370.615,
          "exitPrice": 2376.13,
          "stopDistance": 2.758,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 137
        },
        {
          "entryTs": 1713427800,
          "entryUtc": "2024-04-18T08:10:00.000Z",
          "exitTs": 1713435300,
          "dir": 1,
          "entryPrice": 2379.674,
          "exitPrice": 2377.277,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 125
        },
        {
          "entryTs": 1713435900,
          "entryUtc": "2024-04-18T10:25:00.000Z",
          "exitTs": 1713439920,
          "dir": 1,
          "entryPrice": 2380.745,
          "exitPrice": 2384.737,
          "stopDistance": 1.996,
          "outcome": "target",
          "netR": 1.8146,
          "holdMinutes": 67
        },
        {
          "entryTs": 1713453600,
          "entryUtc": "2024-04-18T15:20:00.000Z",
          "exitTs": 1713473640,
          "dir": 1,
          "entryPrice": 2382.805,
          "exitPrice": 2377.063,
          "stopDistance": 5.742,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 334
        },
        {
          "entryTs": 1713480000,
          "entryUtc": "2024-04-18T22:40:00.000Z",
          "exitTs": 1713484920,
          "dir": 1,
          "entryPrice": 2379.844,
          "exitPrice": 2378.317,
          "stopDistance": 1.527,
          "outcome": "stop",
          "netR": -1.275,
          "holdMinutes": 82
        },
        {
          "entryTs": 1713488700,
          "entryUtc": "2024-04-19T01:05:00.000Z",
          "exitTs": 1713489000,
          "dir": 1,
          "entryPrice": 2384.035,
          "exitPrice": 2388.617,
          "stopDistance": 2.291,
          "outcome": "target",
          "netR": 1.8385,
          "holdMinutes": 5
        },
        {
          "entryTs": 1713510000,
          "entryUtc": "2024-04-19T07:00:00.000Z",
          "exitTs": 1713513420,
          "dir": 1,
          "entryPrice": 2389.915,
          "exitPrice": 2385.41,
          "stopDistance": 4.505,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 57
        },
        {
          "entryTs": 1713529500,
          "entryUtc": "2024-04-19T12:25:00.000Z",
          "exitTs": 1713532440,
          "dir": 1,
          "entryPrice": 2380.555,
          "exitPrice": 2376.717,
          "stopDistance": 3.838,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 49
        },
        {
          "entryTs": 1713533400,
          "entryUtc": "2024-04-19T13:30:00.000Z",
          "exitTs": 1713536400,
          "dir": 1,
          "entryPrice": 2381.845,
          "exitPrice": 2390.668,
          "stopDistance": 4.411,
          "outcome": "target",
          "netR": 1.9161,
          "holdMinutes": 50
        },
        {
          "entryTs": 1713552900,
          "entryUtc": "2024-04-19T18:55:00.000Z",
          "exitTs": 1713553560,
          "dir": 1,
          "entryPrice": 2396.745,
          "exitPrice": 2394.054,
          "stopDistance": 2.691,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 11
        },
        {
          "entryTs": 1713776400,
          "entryUtc": "2024-04-22T09:00:00.000Z",
          "exitTs": 1713777720,
          "dir": -1,
          "entryPrice": 2359.445,
          "exitPrice": 2362.616,
          "stopDistance": 3.171,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 22
        },
        {
          "entryTs": 1713780600,
          "entryUtc": "2024-04-22T10:10:00.000Z",
          "exitTs": 1713783720,
          "dir": -1,
          "entryPrice": 2359.595,
          "exitPrice": 2354.387,
          "stopDistance": 2.604,
          "outcome": "target",
          "netR": 1.8579,
          "holdMinutes": 52
        },
        {
          "entryTs": 1713798900,
          "entryUtc": "2024-04-22T15:15:00.000Z",
          "exitTs": 1713809340,
          "dir": -1,
          "entryPrice": 2336.235,
          "exitPrice": 2325.978,
          "stopDistance": 5.128,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 174
        },
        {
          "entryTs": 1713815400,
          "entryUtc": "2024-04-22T19:50:00.000Z",
          "exitTs": 1713828720,
          "dir": -1,
          "entryPrice": 2328.945,
          "exitPrice": 2331.38,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 222
        },
        {
          "entryTs": 1713836100,
          "entryUtc": "2024-04-23T01:35:00.000Z",
          "exitTs": 1713836160,
          "dir": -1,
          "entryPrice": 2327.715,
          "exitPrice": 2322.666,
          "stopDistance": 2.525,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 1
        },
        {
          "entryTs": 1713852900,
          "entryUtc": "2024-04-23T06:15:00.000Z",
          "exitTs": 1713856980,
          "dir": -1,
          "entryPrice": 2304.715,
          "exitPrice": 2308.603,
          "stopDistance": 3.888,
          "outcome": "stop",
          "netR": -1.108,
          "holdMinutes": 68
        },
        {
          "entryTs": 1713861600,
          "entryUtc": "2024-04-23T08:40:00.000Z",
          "exitTs": 1713863520,
          "dir": -1,
          "entryPrice": 2304.938,
          "exitPrice": 2297.852,
          "stopDistance": 3.543,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 32
        },
        {
          "entryTs": 1713897600,
          "entryUtc": "2024-04-23T18:40:00.000Z",
          "exitTs": 1713920460,
          "dir": -1,
          "entryPrice": 2324.955,
          "exitPrice": 2319.315,
          "stopDistance": 2.82,
          "outcome": "target",
          "netR": 1.8688,
          "holdMinutes": 381
        },
        {
          "entryTs": 1713940500,
          "entryUtc": "2024-04-24T06:35:00.000Z",
          "exitTs": 1713945900,
          "dir": -1,
          "entryPrice": 2324.818,
          "exitPrice": 2319.665,
          "stopDistance": 2.576,
          "outcome": "target",
          "netR": 1.8564,
          "holdMinutes": 90
        },
        {
          "entryTs": 1713974700,
          "entryUtc": "2024-04-24T16:05:00.000Z",
          "exitTs": 1713978360,
          "dir": -1,
          "entryPrice": 2322.875,
          "exitPrice": 2327.444,
          "stopDistance": 4.569,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 61
        },
        {
          "entryTs": 1713980400,
          "entryUtc": "2024-04-24T17:40:00.000Z",
          "exitTs": 1713990240,
          "dir": -1,
          "entryPrice": 2323.225,
          "exitPrice": 2315.686,
          "stopDistance": 3.769,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 164
        },
        {
          "entryTs": 1714014900,
          "entryUtc": "2024-04-25T03:15:00.000Z",
          "exitTs": 1714014900,
          "dir": -1,
          "entryPrice": 2306.715,
          "exitPrice": 2309.93,
          "stopDistance": 3.215,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 0
        },
        {
          "entryTs": 1714039800,
          "entryUtc": "2024-04-25T10:10:00.000Z",
          "exitTs": 1714040940,
          "dir": -1,
          "entryPrice": 2324.725,
          "exitPrice": 2326.584,
          "stopDistance": 1.859,
          "outcome": "stop",
          "netR": -1.226,
          "holdMinutes": 19
        },
        {
          "entryTs": 1714047900,
          "entryUtc": "2024-04-25T12:25:00.000Z",
          "exitTs": 1714048200,
          "dir": -1,
          "entryPrice": 2325.475,
          "exitPrice": 2327.735,
          "stopDistance": 2.26,
          "outcome": "stop",
          "netR": -1.1859,
          "holdMinutes": 5
        },
        {
          "entryTs": 1714050600,
          "entryUtc": "2024-04-25T13:10:00.000Z",
          "exitTs": 1714055520,
          "dir": -1,
          "entryPrice": 2322.748,
          "exitPrice": 2327.799,
          "stopDistance": 5.051,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 82
        },
        {
          "entryTs": 1714062000,
          "entryUtc": "2024-04-25T16:20:00.000Z",
          "exitTs": 1714068360,
          "dir": -1,
          "entryPrice": 2328.035,
          "exitPrice": 2333.15,
          "stopDistance": 5.115,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 106
        },
        {
          "entryTs": 1714076700,
          "entryUtc": "2024-04-25T20:25:00.000Z",
          "exitTs": 1714093380,
          "dir": -1,
          "entryPrice": 2331.948,
          "exitPrice": 2327.856,
          "stopDistance": 2.046,
          "outcome": "target",
          "netR": 1.8192,
          "holdMinutes": 278
        },
        {
          "entryTs": 1714128900,
          "entryUtc": "2024-04-26T10:55:00.000Z",
          "exitTs": 1714129980,
          "dir": 1,
          "entryPrice": 2348.685,
          "exitPrice": 2346.621,
          "stopDistance": 2.064,
          "outcome": "stop",
          "netR": -1.2034,
          "holdMinutes": 18
        },
        {
          "entryTs": 1714135500,
          "entryUtc": "2024-04-26T12:45:00.000Z",
          "exitTs": 1714135620,
          "dir": 1,
          "entryPrice": 2348.135,
          "exitPrice": 2344.739,
          "stopDistance": 3.396,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 2
        },
        {
          "entryTs": 1714136700,
          "entryUtc": "2024-04-26T13:05:00.000Z",
          "exitTs": 1714137720,
          "dir": 1,
          "entryPrice": 2350.025,
          "exitPrice": 2345.818,
          "stopDistance": 4.207,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 17
        },
        {
          "entryTs": 1714149000,
          "entryUtc": "2024-04-26T16:30:00.000Z",
          "exitTs": 1714153740,
          "dir": -1,
          "entryPrice": 2336.015,
          "exitPrice": 2339.648,
          "stopDistance": 3.633,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 79
        },
        {
          "entryTs": 1714161300,
          "entryUtc": "2024-04-26T19:55:00.000Z",
          "exitTs": 1714163400,
          "dir": 1,
          "entryPrice": 2339.874,
          "exitPrice": 2337.755,
          "stopDistance": 2.119,
          "outcome": "stop",
          "netR": -1.1982,
          "holdMinutes": 35
        },
        {
          "entryTs": 1714163700,
          "entryUtc": "2024-04-26T20:35:00.000Z",
          "exitTs": 1714341600,
          "dir": -1,
          "entryPrice": 2337.015,
          "exitPrice": 2335.595,
          "stopDistance": 1.833,
          "outcome": "time",
          "netR": 0.5729,
          "holdMinutes": 2965
        },
        {
          "entryTs": 1714349700,
          "entryUtc": "2024-04-29T00:15:00.000Z",
          "exitTs": 1714351320,
          "dir": -1,
          "entryPrice": 2335.565,
          "exitPrice": 2332.52,
          "stopDistance": 1.522,
          "outcome": "target",
          "netR": 1.757,
          "holdMinutes": 27
        },
        {
          "entryTs": 1714370700,
          "entryUtc": "2024-04-29T06:05:00.000Z",
          "exitTs": 1714371420,
          "dir": -1,
          "entryPrice": 2329.905,
          "exitPrice": 2332.54,
          "stopDistance": 2.635,
          "outcome": "stop",
          "netR": -1.1594,
          "holdMinutes": 12
        },
        {
          "entryTs": 1714372800,
          "entryUtc": "2024-04-29T06:40:00.000Z",
          "exitTs": 1714375380,
          "dir": -1,
          "entryPrice": 2330.095,
          "exitPrice": 2332.753,
          "stopDistance": 2.658,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 43
        },
        {
          "entryTs": 1714439700,
          "entryUtc": "2024-04-30T01:15:00.000Z",
          "exitTs": 1714439940,
          "dir": -1,
          "entryPrice": 2333.175,
          "exitPrice": 2335.039,
          "stopDistance": 1.864,
          "outcome": "stop",
          "netR": -1.2253,
          "holdMinutes": 4
        },
        {
          "entryTs": 1714443000,
          "entryUtc": "2024-04-30T02:10:00.000Z",
          "exitTs": 1714444320,
          "dir": -1,
          "entryPrice": 2333.105,
          "exitPrice": 2329.185,
          "stopDistance": 1.96,
          "outcome": "target",
          "netR": 1.8112,
          "holdMinutes": 22
        },
        {
          "entryTs": 1714471200,
          "entryUtc": "2024-04-30T10:00:00.000Z",
          "exitTs": 1714472040,
          "dir": -1,
          "entryPrice": 2314.685,
          "exitPrice": 2317.112,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 14
        },
        {
          "entryTs": 1714475100,
          "entryUtc": "2024-04-30T11:05:00.000Z",
          "exitTs": 1714477500,
          "dir": -1,
          "entryPrice": 2314.345,
          "exitPrice": 2310.097,
          "stopDistance": 2.124,
          "outcome": "target",
          "netR": 1.8258,
          "holdMinutes": 40
        },
        {
          "entryTs": 1714523100,
          "entryUtc": "2024-05-01T00:25:00.000Z",
          "exitTs": 1714523640,
          "dir": -1,
          "entryPrice": 2288.405,
          "exitPrice": 2290.471,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 9
        },
        {
          "entryTs": 1714548300,
          "entryUtc": "2024-05-01T07:25:00.000Z",
          "exitTs": 1714554360,
          "dir": -1,
          "entryPrice": 2286.305,
          "exitPrice": 2288.085,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.236,
          "holdMinutes": 101
        },
        {
          "entryTs": 1714581900,
          "entryUtc": "2024-05-01T16:45:00.000Z",
          "exitTs": 1714586400,
          "dir": -1,
          "entryPrice": 2303.898,
          "exitPrice": 2297.25,
          "stopDistance": 3.324,
          "outcome": "target",
          "netR": 1.8887,
          "holdMinutes": 75
        },
        {
          "entryTs": 1714593900,
          "entryUtc": "2024-05-01T20:05:00.000Z",
          "exitTs": 1714595100,
          "dir": -1,
          "entryPrice": 2310.775,
          "exitPrice": 2317.369,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 20
        },
        {
          "entryTs": 1714614300,
          "entryUtc": "2024-05-02T01:45:00.000Z",
          "exitTs": 1714615260,
          "dir": -1,
          "entryPrice": 2322.835,
          "exitPrice": 2324.959,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1977,
          "holdMinutes": 16
        },
        {
          "entryTs": 1714616700,
          "entryUtc": "2024-05-02T02:25:00.000Z",
          "exitTs": 1714619100,
          "dir": -1,
          "entryPrice": 2322.535,
          "exitPrice": 2318.544,
          "stopDistance": 1.995,
          "outcome": "target",
          "netR": 1.8146,
          "holdMinutes": 40
        },
        {
          "entryTs": 1714632300,
          "entryUtc": "2024-05-02T06:45:00.000Z",
          "exitTs": 1714634100,
          "dir": -1,
          "entryPrice": 2314.035,
          "exitPrice": 2309.239,
          "stopDistance": 2.398,
          "outcome": "target",
          "netR": 1.8457,
          "holdMinutes": 30
        },
        {
          "entryTs": 1714654800,
          "entryUtc": "2024-05-02T13:00:00.000Z",
          "exitTs": 1714655520,
          "dir": -1,
          "entryPrice": 2294.385,
          "exitPrice": 2286.353,
          "stopDistance": 4.016,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 12
        },
        {
          "entryTs": 1714671000,
          "entryUtc": "2024-05-02T17:30:00.000Z",
          "exitTs": 1714671780,
          "dir": -1,
          "entryPrice": 2300.018,
          "exitPrice": 2303.561,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1186,
          "holdMinutes": 13
        },
        {
          "entryTs": 1714678500,
          "entryUtc": "2024-05-02T19:35:00.000Z",
          "exitTs": 1714688340,
          "dir": -1,
          "entryPrice": 2303.005,
          "exitPrice": 2305.473,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 164
        },
        {
          "entryTs": 1714691400,
          "entryUtc": "2024-05-02T23:10:00.000Z",
          "exitTs": 1714694400,
          "dir": -1,
          "entryPrice": 2303.135,
          "exitPrice": 2304.598,
          "stopDistance": 1.463,
          "outcome": "stop",
          "netR": -1.2871,
          "holdMinutes": 50
        },
        {
          "entryTs": 1714701600,
          "entryUtc": "2024-05-03T02:00:00.000Z",
          "exitTs": 1714710720,
          "dir": -1,
          "entryPrice": 2302.505,
          "exitPrice": 2304.487,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 152
        },
        {
          "entryTs": 1714716900,
          "entryUtc": "2024-05-03T06:15:00.000Z",
          "exitTs": 1714718040,
          "dir": -1,
          "entryPrice": 2303.858,
          "exitPrice": 2300.517,
          "stopDistance": 1.67,
          "outcome": "target",
          "netR": 1.7785,
          "holdMinutes": 19
        },
        {
          "entryTs": 1714728000,
          "entryUtc": "2024-05-03T09:20:00.000Z",
          "exitTs": 1714729080,
          "dir": -1,
          "entryPrice": 2300.035,
          "exitPrice": 2302.014,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2122,
          "holdMinutes": 18
        },
        {
          "entryTs": 1714731300,
          "entryUtc": "2024-05-03T10:15:00.000Z",
          "exitTs": 1714738980,
          "dir": -1,
          "entryPrice": 2299.855,
          "exitPrice": 2296.095,
          "stopDistance": 1.88,
          "outcome": "target",
          "netR": 1.8032,
          "holdMinutes": 128
        },
        {
          "entryTs": 1714743300,
          "entryUtc": "2024-05-03T13:35:00.000Z",
          "exitTs": 1714744260,
          "dir": -1,
          "entryPrice": 2282.055,
          "exitPrice": 2290.982,
          "stopDistance": 8.927,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 16
        },
        {
          "entryTs": 1714750200,
          "entryUtc": "2024-05-03T15:30:00.000Z",
          "exitTs": 1714754280,
          "dir": -1,
          "entryPrice": 2291.678,
          "exitPrice": 2299.068,
          "stopDistance": 7.39,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 68
        },
        {
          "entryTs": 1714763100,
          "entryUtc": "2024-05-03T19:05:00.000Z",
          "exitTs": 1714765620,
          "dir": -1,
          "entryPrice": 2297.885,
          "exitPrice": 2300.491,
          "stopDistance": 2.606,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 42
        },
        {
          "entryTs": 1714952100,
          "entryUtc": "2024-05-05T23:35:00.000Z",
          "exitTs": 1714957080,
          "dir": -1,
          "entryPrice": 2294.804,
          "exitPrice": 2297.139,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 83
        },
        {
          "entryTs": 1714971000,
          "entryUtc": "2024-05-06T04:50:00.000Z",
          "exitTs": 1714972020,
          "dir": -1,
          "entryPrice": 2308.745,
          "exitPrice": 2310.955,
          "stopDistance": 2.21,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 17
        },
        {
          "entryTs": 1714989000,
          "entryUtc": "2024-05-06T09:50:00.000Z",
          "exitTs": 1714995780,
          "dir": 1,
          "entryPrice": 2320.345,
          "exitPrice": 2317.882,
          "stopDistance": 2.463,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 113
        },
        {
          "entryTs": 1714999500,
          "entryUtc": "2024-05-06T12:45:00.000Z",
          "exitTs": 1715000520,
          "dir": 1,
          "entryPrice": 2324.595,
          "exitPrice": 2321.617,
          "stopDistance": 2.978,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 17
        },
        {
          "entryTs": 1715010600,
          "entryUtc": "2024-05-06T15:50:00.000Z",
          "exitTs": 1715013120,
          "dir": 1,
          "entryPrice": 2324.595,
          "exitPrice": 2320.796,
          "stopDistance": 3.799,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 42
        },
        {
          "entryTs": 1715016000,
          "entryUtc": "2024-05-06T17:20:00.000Z",
          "exitTs": 1715016480,
          "dir": 1,
          "entryPrice": 2324.485,
          "exitPrice": 2320.849,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 8
        },
        {
          "entryTs": 1715017800,
          "entryUtc": "2024-05-06T17:50:00.000Z",
          "exitTs": 1715047800,
          "dir": 1,
          "entryPrice": 2324.885,
          "exitPrice": 2322.615,
          "stopDistance": 3.325,
          "outcome": "time",
          "netR": -0.794,
          "holdMinutes": 500
        },
        {
          "entryTs": 1715054400,
          "entryUtc": "2024-05-07T04:00:00.000Z",
          "exitTs": 1715056140,
          "dir": 1,
          "entryPrice": 2324.795,
          "exitPrice": 2322.843,
          "stopDistance": 1.952,
          "outcome": "stop",
          "netR": -1.2152,
          "holdMinutes": 29
        },
        {
          "entryTs": 1715082600,
          "entryUtc": "2024-05-07T11:50:00.000Z",
          "exitTs": 1715085360,
          "dir": -1,
          "entryPrice": 2313.138,
          "exitPrice": 2314.994,
          "stopDistance": 1.856,
          "outcome": "stop",
          "netR": -1.2263,
          "holdMinutes": 46
        },
        {
          "entryTs": 1715094000,
          "entryUtc": "2024-05-07T15:00:00.000Z",
          "exitTs": 1715094480,
          "dir": -1,
          "entryPrice": 2314.085,
          "exitPrice": 2317.923,
          "stopDistance": 3.838,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 8
        },
        {
          "entryTs": 1715105400,
          "entryUtc": "2024-05-07T18:10:00.000Z",
          "exitTs": 1715119980,
          "dir": -1,
          "entryPrice": 2313.685,
          "exitPrice": 2316.045,
          "stopDistance": 2.36,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 243
        },
        {
          "entryTs": 1715128800,
          "entryUtc": "2024-05-08T00:40:00.000Z",
          "exitTs": 1715131020,
          "dir": -1,
          "entryPrice": 2314.365,
          "exitPrice": 2311.835,
          "stopDistance": 1.265,
          "outcome": "target",
          "netR": 1.7075,
          "holdMinutes": 37
        },
        {
          "entryTs": 1715173200,
          "entryUtc": "2024-05-08T13:00:00.000Z",
          "exitTs": 1715174340,
          "dir": -1,
          "entryPrice": 2314.415,
          "exitPrice": 2308.094,
          "stopDistance": 3.161,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 19
        },
        {
          "entryTs": 1715187900,
          "entryUtc": "2024-05-08T17:05:00.000Z",
          "exitTs": 1715195400,
          "dir": -1,
          "entryPrice": 2316.115,
          "exitPrice": 2310.859,
          "stopDistance": 2.628,
          "outcome": "target",
          "netR": 1.8592,
          "holdMinutes": 125
        },
        {
          "entryTs": 1715208300,
          "entryUtc": "2024-05-08T22:45:00.000Z",
          "exitTs": 1715216760,
          "dir": -1,
          "entryPrice": 2309.175,
          "exitPrice": 2310.445,
          "stopDistance": 1.27,
          "outcome": "stop",
          "netR": -1.3307,
          "holdMinutes": 141
        },
        {
          "entryTs": 1715220900,
          "entryUtc": "2024-05-09T02:15:00.000Z",
          "exitTs": 1715223120,
          "dir": -1,
          "entryPrice": 2309.065,
          "exitPrice": 2310.858,
          "stopDistance": 1.793,
          "outcome": "stop",
          "netR": -1.2342,
          "holdMinutes": 37
        },
        {
          "entryTs": 1715274300,
          "entryUtc": "2024-05-09T17:05:00.000Z",
          "exitTs": 1715283360,
          "dir": 1,
          "entryPrice": 2332.325,
          "exitPrice": 2338.781,
          "stopDistance": 3.228,
          "outcome": "target",
          "netR": 1.8854,
          "holdMinutes": 151
        },
        {
          "entryTs": 1715311500,
          "entryUtc": "2024-05-10T03:25:00.000Z",
          "exitTs": 1715317920,
          "dir": 1,
          "entryPrice": 2351.505,
          "exitPrice": 2355.823,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 107
        },
        {
          "entryTs": 1715357700,
          "entryUtc": "2024-05-10T16:15:00.000Z",
          "exitTs": 1715373900,
          "dir": 1,
          "entryPrice": 2364.918,
          "exitPrice": 2360.719,
          "stopDistance": 4.199,
          "outcome": "stop",
          "netR": -1.1,
          "holdMinutes": 270
        },
        {
          "entryTs": 1715559900,
          "entryUtc": "2024-05-13T00:25:00.000Z",
          "exitTs": 1715562720,
          "dir": 1,
          "entryPrice": 2362.168,
          "exitPrice": 2360.667,
          "stopDistance": 1.501,
          "outcome": "stop",
          "netR": -1.2799,
          "holdMinutes": 47
        },
        {
          "entryTs": 1715598000,
          "entryUtc": "2024-05-13T11:00:00.000Z",
          "exitTs": 1715598240,
          "dir": 1,
          "entryPrice": 2343.185,
          "exitPrice": 2341.048,
          "stopDistance": 2.137,
          "outcome": "stop",
          "netR": -1.1966,
          "holdMinutes": 4
        },
        {
          "entryTs": 1715601000,
          "entryUtc": "2024-05-13T11:50:00.000Z",
          "exitTs": 1715602860,
          "dir": 1,
          "entryPrice": 2344.215,
          "exitPrice": 2349.502,
          "stopDistance": 2.643,
          "outcome": "target",
          "netR": 1.86,
          "holdMinutes": 31
        },
        {
          "entryTs": 1715624400,
          "entryUtc": "2024-05-13T18:20:00.000Z",
          "exitTs": 1715637600,
          "dir": 1,
          "entryPrice": 2336.985,
          "exitPrice": 2335.016,
          "stopDistance": 1.969,
          "outcome": "stop",
          "netR": -1.2133,
          "holdMinutes": 220
        },
        {
          "entryTs": 1715638200,
          "entryUtc": "2024-05-13T22:10:00.000Z",
          "exitTs": 1715647380,
          "dir": 1,
          "entryPrice": 2337.375,
          "exitPrice": 2335.908,
          "stopDistance": 1.467,
          "outcome": "stop",
          "netR": -1.2862,
          "holdMinutes": 153
        },
        {
          "entryTs": 1715649300,
          "entryUtc": "2024-05-14T01:15:00.000Z",
          "exitTs": 1715649960,
          "dir": 1,
          "entryPrice": 2339.995,
          "exitPrice": 2338.292,
          "stopDistance": 1.703,
          "outcome": "stop",
          "netR": -1.2467,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715676300,
          "entryUtc": "2024-05-14T08:45:00.000Z",
          "exitTs": 1715677380,
          "dir": 1,
          "entryPrice": 2340.945,
          "exitPrice": 2345.013,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 18
        },
        {
          "entryTs": 1715688900,
          "entryUtc": "2024-05-14T12:15:00.000Z",
          "exitTs": 1715689500,
          "dir": 1,
          "entryPrice": 2346.434,
          "exitPrice": 2344.412,
          "stopDistance": 2.022,
          "outcome": "stop",
          "netR": -1.2077,
          "holdMinutes": 10
        },
        {
          "entryTs": 1715690700,
          "entryUtc": "2024-05-14T12:45:00.000Z",
          "exitTs": 1715695080,
          "dir": 1,
          "entryPrice": 2346.398,
          "exitPrice": 2353.024,
          "stopDistance": 3.313,
          "outcome": "target",
          "netR": 1.8883,
          "holdMinutes": 73
        },
        {
          "entryTs": 1715705400,
          "entryUtc": "2024-05-14T16:50:00.000Z",
          "exitTs": 1715735400,
          "dir": 1,
          "entryPrice": 2353.365,
          "exitPrice": 2356.225,
          "stopDistance": 3.209,
          "outcome": "time",
          "netR": 0.7761,
          "holdMinutes": 500
        },
        {
          "entryTs": 1715736900,
          "entryUtc": "2024-05-15T01:35:00.000Z",
          "exitTs": 1715737560,
          "dir": 1,
          "entryPrice": 2358.455,
          "exitPrice": 2356.882,
          "stopDistance": 1.573,
          "outcome": "stop",
          "netR": -1.267,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715753100,
          "entryUtc": "2024-05-15T06:05:00.000Z",
          "exitTs": 1715754720,
          "dir": 1,
          "entryPrice": 2358.768,
          "exitPrice": 2357.269,
          "stopDistance": 1.499,
          "outcome": "stop",
          "netR": -1.2802,
          "holdMinutes": 27
        },
        {
          "entryTs": 1715776800,
          "entryUtc": "2024-05-15T12:40:00.000Z",
          "exitTs": 1715779380,
          "dir": 1,
          "entryPrice": 2369.345,
          "exitPrice": 2364.54,
          "stopDistance": 4.805,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 43
        },
        {
          "entryTs": 1715784000,
          "entryUtc": "2024-05-15T14:40:00.000Z",
          "exitTs": 1715786040,
          "dir": 1,
          "entryPrice": 2369.415,
          "exitPrice": 2381.542,
          "stopDistance": 6.063,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 34
        },
        {
          "entryTs": 1715800800,
          "entryUtc": "2024-05-15T19:20:00.000Z",
          "exitTs": 1715801640,
          "dir": 1,
          "entryPrice": 2386.714,
          "exitPrice": 2383.941,
          "stopDistance": 2.773,
          "outcome": "stop",
          "netR": -1.1514,
          "holdMinutes": 14
        },
        {
          "entryTs": 1715802600,
          "entryUtc": "2024-05-15T19:50:00.000Z",
          "exitTs": 1715818260,
          "dir": 1,
          "entryPrice": 2387.145,
          "exitPrice": 2392.105,
          "stopDistance": 2.48,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 261
        },
        {
          "entryTs": 1715834100,
          "entryUtc": "2024-05-16T04:35:00.000Z",
          "exitTs": 1715837880,
          "dir": 1,
          "entryPrice": 2390.428,
          "exitPrice": 2394.369,
          "stopDistance": 1.97,
          "outcome": "target",
          "netR": 1.8122,
          "holdMinutes": 63
        },
        {
          "entryTs": 1715845500,
          "entryUtc": "2024-05-16T07:45:00.000Z",
          "exitTs": 1715847300,
          "dir": 1,
          "entryPrice": 2390.085,
          "exitPrice": 2387.751,
          "stopDistance": 2.334,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 30
        },
        {
          "entryTs": 1715858400,
          "entryUtc": "2024-05-16T11:20:00.000Z",
          "exitTs": 1715858580,
          "dir": 1,
          "entryPrice": 2385.655,
          "exitPrice": 2383.625,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 3
        },
        {
          "entryTs": 1715873100,
          "entryUtc": "2024-05-16T15:25:00.000Z",
          "exitTs": 1715890860,
          "dir": 1,
          "entryPrice": 2380.285,
          "exitPrice": 2376.162,
          "stopDistance": 4.123,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 296
        },
        {
          "entryTs": 1715899500,
          "entryUtc": "2024-05-16T22:45:00.000Z",
          "exitTs": 1715908440,
          "dir": 1,
          "entryPrice": 2378.125,
          "exitPrice": 2376.997,
          "stopDistance": 1.128,
          "outcome": "stop",
          "netR": -1.3725,
          "holdMinutes": 149
        },
        {
          "entryTs": 1715912400,
          "entryUtc": "2024-05-17T02:20:00.000Z",
          "exitTs": 1715912820,
          "dir": 1,
          "entryPrice": 2378.165,
          "exitPrice": 2381.002,
          "stopDistance": 1.419,
          "outcome": "target",
          "netR": 1.7392,
          "holdMinutes": 7
        },
        {
          "entryTs": 1715919600,
          "entryUtc": "2024-05-17T04:20:00.000Z",
          "exitTs": 1715922480,
          "dir": 1,
          "entryPrice": 2377.245,
          "exitPrice": 2380.241,
          "stopDistance": 1.498,
          "outcome": "target",
          "netR": 1.753,
          "holdMinutes": 48
        },
        {
          "entryTs": 1715936700,
          "entryUtc": "2024-05-17T09:05:00.000Z",
          "exitTs": 1715937480,
          "dir": 1,
          "entryPrice": 2385.845,
          "exitPrice": 2383.619,
          "stopDistance": 2.226,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 13
        },
        {
          "entryTs": 1715942400,
          "entryUtc": "2024-05-17T10:40:00.000Z",
          "exitTs": 1715946660,
          "dir": 1,
          "entryPrice": 2385.344,
          "exitPrice": 2389.431,
          "stopDistance": 2.043,
          "outcome": "target",
          "netR": 1.8189,
          "holdMinutes": 71
        },
        {
          "entryTs": 1715966100,
          "entryUtc": "2024-05-17T17:15:00.000Z",
          "exitTs": 1715971320,
          "dir": 1,
          "entryPrice": 2410.545,
          "exitPrice": 2418.167,
          "stopDistance": 3.811,
          "outcome": "target",
          "netR": 1.9029,
          "holdMinutes": 87
        },
        {
          "entryTs": 1716156300,
          "entryUtc": "2024-05-19T22:05:00.000Z",
          "exitTs": 1716156300,
          "dir": 1,
          "entryPrice": 2425.105,
          "exitPrice": 2421.141,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 0
        },
        {
          "entryTs": 1716164700,
          "entryUtc": "2024-05-20T00:25:00.000Z",
          "exitTs": 1716166200,
          "dir": 1,
          "entryPrice": 2420.115,
          "exitPrice": 2425.645,
          "stopDistance": 2.765,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 25
        },
        {
          "entryTs": 1716193800,
          "entryUtc": "2024-05-20T08:30:00.000Z",
          "exitTs": 1716194460,
          "dir": 1,
          "entryPrice": 2441.395,
          "exitPrice": 2437.32,
          "stopDistance": 4.075,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 11
        },
        {
          "entryTs": 1716195900,
          "entryUtc": "2024-05-20T09:05:00.000Z",
          "exitTs": 1716201120,
          "dir": 1,
          "entryPrice": 2442.295,
          "exitPrice": 2438.548,
          "stopDistance": 3.747,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 87
        },
        {
          "entryTs": 1716216600,
          "entryUtc": "2024-05-20T14:50:00.000Z",
          "exitTs": 1716225780,
          "dir": 1,
          "entryPrice": 2419.358,
          "exitPrice": 2430.585,
          "stopDistance": 5.613,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 153
        },
        {
          "entryTs": 1716244200,
          "entryUtc": "2024-05-20T22:30:00.000Z",
          "exitTs": 1716244620,
          "dir": 1,
          "entryPrice": 2430.315,
          "exitPrice": 2427.743,
          "stopDistance": 2.572,
          "outcome": "stop",
          "netR": -1.1633,
          "holdMinutes": 7
        },
        {
          "entryTs": 1716247200,
          "entryUtc": "2024-05-20T23:20:00.000Z",
          "exitTs": 1716247800,
          "dir": 1,
          "entryPrice": 2428.425,
          "exitPrice": 2426.419,
          "stopDistance": 2.006,
          "outcome": "stop",
          "netR": -1.2094,
          "holdMinutes": 10
        },
        {
          "entryTs": 1716252900,
          "entryUtc": "2024-05-21T00:55:00.000Z",
          "exitTs": 1716253620,
          "dir": 1,
          "entryPrice": 2429.315,
          "exitPrice": 2427.222,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 12
        },
        {
          "entryTs": 1716269100,
          "entryUtc": "2024-05-21T05:25:00.000Z",
          "exitTs": 1716274140,
          "dir": 1,
          "entryPrice": 2415.748,
          "exitPrice": 2413.002,
          "stopDistance": 2.746,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 84
        },
        {
          "entryTs": 1716276600,
          "entryUtc": "2024-05-21T07:30:00.000Z",
          "exitTs": 1716284460,
          "dir": 1,
          "entryPrice": 2416.554,
          "exitPrice": 2413.257,
          "stopDistance": 3.297,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 131
        },
        {
          "entryTs": 1716288000,
          "entryUtc": "2024-05-21T10:40:00.000Z",
          "exitTs": 1716289500,
          "dir": 1,
          "entryPrice": 2417.135,
          "exitPrice": 2422.803,
          "stopDistance": 2.834,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 25
        },
        {
          "entryTs": 1716318600,
          "entryUtc": "2024-05-21T19:10:00.000Z",
          "exitTs": 1716339180,
          "dir": 1,
          "entryPrice": 2422.445,
          "exitPrice": 2420.192,
          "stopDistance": 2.253,
          "outcome": "stop",
          "netR": -1.1864,
          "holdMinutes": 343
        },
        {
          "entryTs": 1716340800,
          "entryUtc": "2024-05-22T01:20:00.000Z",
          "exitTs": 1716341400,
          "dir": 1,
          "entryPrice": 2422.364,
          "exitPrice": 2420.603,
          "stopDistance": 1.761,
          "outcome": "stop",
          "netR": -1.2385,
          "holdMinutes": 10
        },
        {
          "entryTs": 1716343500,
          "entryUtc": "2024-05-22T02:05:00.000Z",
          "exitTs": 1716345720,
          "dir": 1,
          "entryPrice": 2423.524,
          "exitPrice": 2421.484,
          "stopDistance": 2.04,
          "outcome": "stop",
          "netR": -1.2059,
          "holdMinutes": 37
        },
        {
          "entryTs": 1716357900,
          "entryUtc": "2024-05-22T06:05:00.000Z",
          "exitTs": 1716359160,
          "dir": 1,
          "entryPrice": 2416.564,
          "exitPrice": 2413.846,
          "stopDistance": 2.718,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 21
        },
        {
          "entryTs": 1716363900,
          "entryUtc": "2024-05-22T07:45:00.000Z",
          "exitTs": 1716366000,
          "dir": 1,
          "entryPrice": 2416.294,
          "exitPrice": 2413.529,
          "stopDistance": 2.765,
          "outcome": "stop",
          "netR": -1.1519,
          "holdMinutes": 35
        },
        {
          "entryTs": 1716368400,
          "entryUtc": "2024-05-22T09:00:00.000Z",
          "exitTs": 1716370740,
          "dir": 1,
          "entryPrice": 2416.835,
          "exitPrice": 2414.302,
          "stopDistance": 2.533,
          "outcome": "stop",
          "netR": -1.1658,
          "holdMinutes": 39
        },
        {
          "entryTs": 1716382500,
          "entryUtc": "2024-05-22T12:55:00.000Z",
          "exitTs": 1716383160,
          "dir": 1,
          "entryPrice": 2413.285,
          "exitPrice": 2409.877,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 11
        },
        {
          "entryTs": 1716425700,
          "entryUtc": "2024-05-23T00:55:00.000Z",
          "exitTs": 1716426660,
          "dir": -1,
          "entryPrice": 2380.085,
          "exitPrice": 2376.437,
          "stopDistance": 1.824,
          "outcome": "target",
          "netR": 1.7972,
          "holdMinutes": 16
        },
        {
          "entryTs": 1716442200,
          "entryUtc": "2024-05-23T05:30:00.000Z",
          "exitTs": 1716442680,
          "dir": -1,
          "entryPrice": 2370.878,
          "exitPrice": 2366.819,
          "stopDistance": 2.029,
          "outcome": "target",
          "netR": 1.8177,
          "holdMinutes": 8
        },
        {
          "entryTs": 1716467700,
          "entryUtc": "2024-05-23T12:35:00.000Z",
          "exitTs": 1716467760,
          "dir": -1,
          "entryPrice": 2363.235,
          "exitPrice": 2366.102,
          "stopDistance": 2.867,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 1
        },
        {
          "entryTs": 1716471000,
          "entryUtc": "2024-05-23T13:30:00.000Z",
          "exitTs": 1716471300,
          "dir": -1,
          "entryPrice": 2364.105,
          "exitPrice": 2368.517,
          "stopDistance": 4.412,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 5
        },
        {
          "entryTs": 1716472200,
          "entryUtc": "2024-05-23T13:50:00.000Z",
          "exitTs": 1716472800,
          "dir": -1,
          "entryPrice": 2356.005,
          "exitPrice": 2361.598,
          "stopDistance": 5.593,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 10
        },
        {
          "entryTs": 1716510300,
          "entryUtc": "2024-05-24T00:25:00.000Z",
          "exitTs": 1716511980,
          "dir": -1,
          "entryPrice": 2329.025,
          "exitPrice": 2330.731,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2462,
          "holdMinutes": 28
        },
        {
          "entryTs": 1716517800,
          "entryUtc": "2024-05-24T02:30:00.000Z",
          "exitTs": 1716518160,
          "dir": -1,
          "entryPrice": 2326.035,
          "exitPrice": 2329.213,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 6
        },
        {
          "entryTs": 1716539100,
          "entryUtc": "2024-05-24T08:25:00.000Z",
          "exitTs": 1716539580,
          "dir": -1,
          "entryPrice": 2336.135,
          "exitPrice": 2338.679,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 8
        },
        {
          "entryTs": 1716544800,
          "entryUtc": "2024-05-24T10:00:00.000Z",
          "exitTs": 1716545700,
          "dir": -1,
          "entryPrice": 2337.465,
          "exitPrice": 2339.805,
          "stopDistance": 2.34,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 15
        },
        {
          "entryTs": 1716550800,
          "entryUtc": "2024-05-24T11:40:00.000Z",
          "exitTs": 1716555960,
          "dir": -1,
          "entryPrice": 2339.115,
          "exitPrice": 2341.763,
          "stopDistance": 2.648,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 86
        },
        {
          "entryTs": 1716559200,
          "entryUtc": "2024-05-24T14:00:00.000Z",
          "exitTs": 1716559320,
          "dir": -1,
          "entryPrice": 2337.335,
          "exitPrice": 2340.906,
          "stopDistance": 3.571,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 2
        },
        {
          "entryTs": 1716577800,
          "entryUtc": "2024-05-24T19:10:00.000Z",
          "exitTs": 1716760800,
          "dir": -1,
          "entryPrice": 2333.355,
          "exitPrice": 2335.107,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2397,
          "holdMinutes": 3050
        },
        {
          "entryTs": 1716768600,
          "entryUtc": "2024-05-27T00:10:00.000Z",
          "exitTs": 1716772320,
          "dir": -1,
          "entryPrice": 2336.688,
          "exitPrice": 2338.55,
          "stopDistance": 1.862,
          "outcome": "stop",
          "netR": -1.2255,
          "holdMinutes": 62
        },
        {
          "entryTs": 1716784500,
          "entryUtc": "2024-05-27T04:35:00.000Z",
          "exitTs": 1716795360,
          "dir": -1,
          "entryPrice": 2342.945,
          "exitPrice": 2338.733,
          "stopDistance": 2.106,
          "outcome": "target",
          "netR": 1.8243,
          "holdMinutes": 181
        },
        {
          "entryTs": 1716825600,
          "entryUtc": "2024-05-27T16:00:00.000Z",
          "exitTs": 1716826020,
          "dir": -1,
          "entryPrice": 2352.285,
          "exitPrice": 2354.733,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 7
        },
        {
          "entryTs": 1716830400,
          "entryUtc": "2024-05-27T17:20:00.000Z",
          "exitTs": 1716858900,
          "dir": -1,
          "entryPrice": 2353.255,
          "exitPrice": 2349.794,
          "stopDistance": 1.73,
          "outcome": "target",
          "netR": 1.7862,
          "holdMinutes": 475
        },
        {
          "entryTs": 1716864300,
          "entryUtc": "2024-05-28T02:45:00.000Z",
          "exitTs": 1716864660,
          "dir": -1,
          "entryPrice": 2352.308,
          "exitPrice": 2354.343,
          "stopDistance": 2.035,
          "outcome": "stop",
          "netR": -1.2064,
          "holdMinutes": 6
        },
        {
          "entryTs": 1716866700,
          "entryUtc": "2024-05-28T03:25:00.000Z",
          "exitTs": 1716876540,
          "dir": -1,
          "entryPrice": 2352.105,
          "exitPrice": 2347.856,
          "stopDistance": 2.124,
          "outcome": "target",
          "netR": 1.8258,
          "holdMinutes": 164
        },
        {
          "entryTs": 1716888000,
          "entryUtc": "2024-05-28T09:20:00.000Z",
          "exitTs": 1716891300,
          "dir": -1,
          "entryPrice": 2343.128,
          "exitPrice": 2345.359,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1883,
          "holdMinutes": 55
        },
        {
          "entryTs": 1716905700,
          "entryUtc": "2024-05-28T14:15:00.000Z",
          "exitTs": 1716907860,
          "dir": -1,
          "entryPrice": 2350.515,
          "exitPrice": 2355.359,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 36
        },
        {
          "entryTs": 1716915000,
          "entryUtc": "2024-05-28T16:50:00.000Z",
          "exitTs": 1716917880,
          "dir": -1,
          "entryPrice": 2356.115,
          "exitPrice": 2359.34,
          "stopDistance": 3.225,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 48
        },
        {
          "entryTs": 1716919800,
          "entryUtc": "2024-05-28T18:10:00.000Z",
          "exitTs": 1716925200,
          "dir": -1,
          "entryPrice": 2356.255,
          "exitPrice": 2359.157,
          "stopDistance": 2.903,
          "outcome": "stop",
          "netR": -1.1447,
          "holdMinutes": 90
        },
        {
          "entryTs": 1716936600,
          "entryUtc": "2024-05-28T22:50:00.000Z",
          "exitTs": 1716939120,
          "dir": -1,
          "entryPrice": 2358.405,
          "exitPrice": 2359.966,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.2691,
          "holdMinutes": 42
        },
        {
          "entryTs": 1716942900,
          "entryUtc": "2024-05-29T00:35:00.000Z",
          "exitTs": 1716949740,
          "dir": -1,
          "entryPrice": 2358.345,
          "exitPrice": 2359.799,
          "stopDistance": 1.454,
          "outcome": "stop",
          "netR": -1.2889,
          "holdMinutes": 114
        },
        {
          "entryTs": 1716951300,
          "entryUtc": "2024-05-29T02:55:00.000Z",
          "exitTs": 1716952140,
          "dir": -1,
          "entryPrice": 2355.495,
          "exitPrice": 2357.695,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 14
        },
        {
          "entryTs": 1716962400,
          "entryUtc": "2024-05-29T06:00:00.000Z",
          "exitTs": 1716963840,
          "dir": -1,
          "entryPrice": 2356.605,
          "exitPrice": 2352.144,
          "stopDistance": 2.231,
          "outcome": "target",
          "netR": 1.8341,
          "holdMinutes": 24
        },
        {
          "entryTs": 1716981300,
          "entryUtc": "2024-05-29T11:15:00.000Z",
          "exitTs": 1716983580,
          "dir": -1,
          "entryPrice": 2343.485,
          "exitPrice": 2338.868,
          "stopDistance": 2.309,
          "outcome": "target",
          "netR": 1.8397,
          "holdMinutes": 38
        },
        {
          "entryTs": 1716995100,
          "entryUtc": "2024-05-29T15:05:00.000Z",
          "exitTs": 1717025100,
          "dir": -1,
          "entryPrice": 2341.325,
          "exitPrice": 2338.355,
          "stopDistance": 3.867,
          "outcome": "time",
          "netR": 0.6724,
          "holdMinutes": 500
        },
        {
          "entryTs": 1717027500,
          "entryUtc": "2024-05-30T00:05:00.000Z",
          "exitTs": 1717029420,
          "dir": -1,
          "entryPrice": 2336.695,
          "exitPrice": 2334.059,
          "stopDistance": 1.318,
          "outcome": "target",
          "netR": 1.7193,
          "holdMinutes": 32
        },
        {
          "entryTs": 1717033200,
          "entryUtc": "2024-05-30T01:40:00.000Z",
          "exitTs": 1717036860,
          "dir": -1,
          "entryPrice": 2335.165,
          "exitPrice": 2330.825,
          "stopDistance": 2.17,
          "outcome": "target",
          "netR": 1.8295,
          "holdMinutes": 61
        },
        {
          "entryTs": 1717047000,
          "entryUtc": "2024-05-30T05:30:00.000Z",
          "exitTs": 1717047120,
          "dir": -1,
          "entryPrice": 2331.935,
          "exitPrice": 2328.072,
          "stopDistance": 1.932,
          "outcome": "target",
          "netR": 1.8085,
          "holdMinutes": 2
        },
        {
          "entryTs": 1717062600,
          "entryUtc": "2024-05-30T09:50:00.000Z",
          "exitTs": 1717065660,
          "dir": -1,
          "entryPrice": 2331.955,
          "exitPrice": 2334.761,
          "stopDistance": 2.806,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 51
        },
        {
          "entryTs": 1717071300,
          "entryUtc": "2024-05-30T12:15:00.000Z",
          "exitTs": 1717071720,
          "dir": -1,
          "entryPrice": 2334.055,
          "exitPrice": 2336.904,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 7
        },
        {
          "entryTs": 1717082100,
          "entryUtc": "2024-05-30T15:15:00.000Z",
          "exitTs": 1717088400,
          "dir": -1,
          "entryPrice": 2344.485,
          "exitPrice": 2348.035,
          "stopDistance": 3.55,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 105
        },
        {
          "entryTs": 1717091100,
          "entryUtc": "2024-05-30T17:45:00.000Z",
          "exitTs": 1717111260,
          "dir": -1,
          "entryPrice": 2343.355,
          "exitPrice": 2345.902,
          "stopDistance": 2.547,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 336
        },
        {
          "entryTs": 1717114500,
          "entryUtc": "2024-05-31T00:15:00.000Z",
          "exitTs": 1717115820,
          "dir": -1,
          "entryPrice": 2343.195,
          "exitPrice": 2344.616,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2956,
          "holdMinutes": 22
        },
        {
          "entryTs": 1717123500,
          "entryUtc": "2024-05-31T02:45:00.000Z",
          "exitTs": 1717124640,
          "dir": -1,
          "entryPrice": 2343.248,
          "exitPrice": 2338.955,
          "stopDistance": 2.147,
          "outcome": "target",
          "netR": 1.8276,
          "holdMinutes": 19
        },
        {
          "entryTs": 1717130100,
          "entryUtc": "2024-05-31T04:35:00.000Z",
          "exitTs": 1717131180,
          "dir": -1,
          "entryPrice": 2340.908,
          "exitPrice": 2343.143,
          "stopDistance": 2.235,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 18
        },
        {
          "entryTs": 1717140900,
          "entryUtc": "2024-05-31T07:35:00.000Z",
          "exitTs": 1717154100,
          "dir": -1,
          "entryPrice": 2342.365,
          "exitPrice": 2344.418,
          "stopDistance": 2.053,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 220
        },
        {
          "entryTs": 1717164300,
          "entryUtc": "2024-05-31T14:05:00.000Z",
          "exitTs": 1717166640,
          "dir": -1,
          "entryPrice": 2345.588,
          "exitPrice": 2335.044,
          "stopDistance": 5.272,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 39
        },
        {
          "entryTs": 1717367100,
          "entryUtc": "2024-06-02T22:25:00.000Z",
          "exitTs": 1717376400,
          "dir": -1,
          "entryPrice": 2325.115,
          "exitPrice": 2327.689,
          "stopDistance": 2.574,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 155
        },
        {
          "entryTs": 1717383000,
          "entryUtc": "2024-06-03T02:50:00.000Z",
          "exitTs": 1717386120,
          "dir": -1,
          "entryPrice": 2326.585,
          "exitPrice": 2322.603,
          "stopDistance": 1.991,
          "outcome": "target",
          "netR": 1.8141,
          "holdMinutes": 52
        },
        {
          "entryTs": 1717416600,
          "entryUtc": "2024-06-03T12:10:00.000Z",
          "exitTs": 1717417380,
          "dir": -1,
          "entryPrice": 2326.828,
          "exitPrice": 2328.98,
          "stopDistance": 2.152,
          "outcome": "stop",
          "netR": -1.1952,
          "holdMinutes": 13
        },
        {
          "entryTs": 1717442400,
          "entryUtc": "2024-06-03T19:20:00.000Z",
          "exitTs": 1717445280,
          "dir": -1,
          "entryPrice": 2346.535,
          "exitPrice": 2348.86,
          "stopDistance": 2.325,
          "outcome": "stop",
          "netR": -1.1807,
          "holdMinutes": 48
        },
        {
          "entryTs": 1717483500,
          "entryUtc": "2024-06-04T06:45:00.000Z",
          "exitTs": 1717484400,
          "dir": -1,
          "entryPrice": 2347.635,
          "exitPrice": 2343.564,
          "stopDistance": 2.035,
          "outcome": "target",
          "netR": 1.8182,
          "holdMinutes": 15
        },
        {
          "entryTs": 1717509000,
          "entryUtc": "2024-06-04T13:50:00.000Z",
          "exitTs": 1717509600,
          "dir": -1,
          "entryPrice": 2326.188,
          "exitPrice": 2330.187,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 10
        },
        {
          "entryTs": 1717518600,
          "entryUtc": "2024-06-04T16:30:00.000Z",
          "exitTs": 1717522140,
          "dir": -1,
          "entryPrice": 2323.695,
          "exitPrice": 2327.797,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 59
        },
        {
          "entryTs": 1717528500,
          "entryUtc": "2024-06-04T19:15:00.000Z",
          "exitTs": 1717545600,
          "dir": -1,
          "entryPrice": 2326.798,
          "exitPrice": 2328.798,
          "stopDistance": 2,
          "outcome": "stop",
          "netR": -1.21,
          "holdMinutes": 285
        },
        {
          "entryTs": 1717549500,
          "entryUtc": "2024-06-05T01:05:00.000Z",
          "exitTs": 1717551000,
          "dir": -1,
          "entryPrice": 2326.415,
          "exitPrice": 2327.693,
          "stopDistance": 1.278,
          "outcome": "stop",
          "netR": -1.3286,
          "holdMinutes": 25
        },
        {
          "entryTs": 1717567800,
          "entryUtc": "2024-06-05T06:10:00.000Z",
          "exitTs": 1717568100,
          "dir": -1,
          "entryPrice": 2335.485,
          "exitPrice": 2331.527,
          "stopDistance": 1.979,
          "outcome": "target",
          "netR": 1.813,
          "holdMinutes": 5
        },
        {
          "entryTs": 1717578900,
          "entryUtc": "2024-06-05T09:15:00.000Z",
          "exitTs": 1717584180,
          "dir": -1,
          "entryPrice": 2332.245,
          "exitPrice": 2334.554,
          "stopDistance": 2.309,
          "outcome": "stop",
          "netR": -1.1819,
          "holdMinutes": 88
        },
        {
          "entryTs": 1717589100,
          "entryUtc": "2024-06-05T12:05:00.000Z",
          "exitTs": 1717589400,
          "dir": -1,
          "entryPrice": 2332.825,
          "exitPrice": 2334.802,
          "stopDistance": 1.977,
          "outcome": "stop",
          "netR": -1.2124,
          "holdMinutes": 5
        },
        {
          "entryTs": 1717624800,
          "entryUtc": "2024-06-05T22:00:00.000Z",
          "exitTs": 1717624800,
          "dir": 1,
          "entryPrice": 2355.098,
          "exitPrice": 2357.592,
          "stopDistance": 1.247,
          "outcome": "target",
          "netR": 1.7033,
          "holdMinutes": 0
        },
        {
          "entryTs": 1717635600,
          "entryUtc": "2024-06-06T01:00:00.000Z",
          "exitTs": 1717635720,
          "dir": 1,
          "entryPrice": 2355.585,
          "exitPrice": 2357.666,
          "stopDistance": 1.041,
          "outcome": "target",
          "netR": 1.6444,
          "holdMinutes": 2
        },
        {
          "entryTs": 1717649100,
          "entryUtc": "2024-06-06T04:45:00.000Z",
          "exitTs": 1717649400,
          "dir": 1,
          "entryPrice": 2370.245,
          "exitPrice": 2368.203,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 5
        },
        {
          "entryTs": 1717680900,
          "entryUtc": "2024-06-06T13:35:00.000Z",
          "exitTs": 1717681020,
          "dir": 1,
          "entryPrice": 2365.225,
          "exitPrice": 2360.945,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 2
        },
        {
          "entryTs": 1717696200,
          "entryUtc": "2024-06-06T17:50:00.000Z",
          "exitTs": 1717697100,
          "dir": 1,
          "entryPrice": 2372.565,
          "exitPrice": 2369.487,
          "stopDistance": 3.078,
          "outcome": "stop",
          "netR": -1.1364,
          "holdMinutes": 15
        },
        {
          "entryTs": 1717699800,
          "entryUtc": "2024-06-06T18:50:00.000Z",
          "exitTs": 1717716000,
          "dir": 1,
          "entryPrice": 2372.528,
          "exitPrice": 2377.374,
          "stopDistance": 2.423,
          "outcome": "target",
          "netR": 1.8473,
          "holdMinutes": 270
        },
        {
          "entryTs": 1717728600,
          "entryUtc": "2024-06-07T02:50:00.000Z",
          "exitTs": 1717732200,
          "dir": 1,
          "entryPrice": 2376.085,
          "exitPrice": 2381.308,
          "stopDistance": 2.612,
          "outcome": "target",
          "netR": 1.8583,
          "holdMinutes": 60
        },
        {
          "entryTs": 1717979100,
          "entryUtc": "2024-06-10T00:25:00.000Z",
          "exitTs": 1717979580,
          "dir": -1,
          "entryPrice": 2294.335,
          "exitPrice": 2296.649,
          "stopDistance": 2.314,
          "outcome": "stop",
          "netR": -1.1815,
          "holdMinutes": 8
        },
        {
          "entryTs": 1717988400,
          "entryUtc": "2024-06-10T03:00:00.000Z",
          "exitTs": 1718000820,
          "dir": -1,
          "entryPrice": 2296.105,
          "exitPrice": 2291.966,
          "stopDistance": 2.069,
          "outcome": "target",
          "netR": 1.8212,
          "holdMinutes": 207
        },
        {
          "entryTs": 1718010300,
          "entryUtc": "2024-06-10T09:05:00.000Z",
          "exitTs": 1718011140,
          "dir": -1,
          "entryPrice": 2293.415,
          "exitPrice": 2296.122,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 14
        },
        {
          "entryTs": 1718027400,
          "entryUtc": "2024-06-10T13:50:00.000Z",
          "exitTs": 1718027880,
          "dir": -1,
          "entryPrice": 2302.464,
          "exitPrice": 2305.883,
          "stopDistance": 3.419,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 8
        },
        {
          "entryTs": 1718028300,
          "entryUtc": "2024-06-10T14:05:00.000Z",
          "exitTs": 1718030760,
          "dir": -1,
          "entryPrice": 2303.435,
          "exitPrice": 2306.991,
          "stopDistance": 3.556,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 41
        },
        {
          "entryTs": 1718031300,
          "entryUtc": "2024-06-10T14:55:00.000Z",
          "exitTs": 1718032560,
          "dir": -1,
          "entryPrice": 2302.785,
          "exitPrice": 2306.027,
          "stopDistance": 3.242,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 21
        },
        {
          "entryTs": 1718045700,
          "entryUtc": "2024-06-10T18:55:00.000Z",
          "exitTs": 1718046660,
          "dir": -1,
          "entryPrice": 2310.228,
          "exitPrice": 2312.123,
          "stopDistance": 1.894,
          "outcome": "stop",
          "netR": -1.2217,
          "holdMinutes": 16
        },
        {
          "entryTs": 1718049300,
          "entryUtc": "2024-06-10T19:55:00.000Z",
          "exitTs": 1718056800,
          "dir": -1,
          "entryPrice": 2309.555,
          "exitPrice": 2311.071,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.277,
          "holdMinutes": 125
        },
        {
          "entryTs": 1718060400,
          "entryUtc": "2024-06-10T23:00:00.000Z",
          "exitTs": 1718066400,
          "dir": -1,
          "entryPrice": 2309.575,
          "exitPrice": 2310.636,
          "stopDistance": 1.061,
          "outcome": "stop",
          "netR": -1.3957,
          "holdMinutes": 100
        },
        {
          "entryTs": 1718068200,
          "entryUtc": "2024-06-11T01:10:00.000Z",
          "exitTs": 1718068620,
          "dir": -1,
          "entryPrice": 2305.345,
          "exitPrice": 2307.361,
          "stopDistance": 2.016,
          "outcome": "stop",
          "netR": -1.2083,
          "holdMinutes": 7
        },
        {
          "entryTs": 1718098200,
          "entryUtc": "2024-06-11T09:30:00.000Z",
          "exitTs": 1718099280,
          "dir": -1,
          "entryPrice": 2302.355,
          "exitPrice": 2304.551,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 18
        },
        {
          "entryTs": 1718118900,
          "entryUtc": "2024-06-11T15:15:00.000Z",
          "exitTs": 1718136600,
          "dir": -1,
          "entryPrice": 2311.905,
          "exitPrice": 2315.728,
          "stopDistance": 3.823,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 295
        },
        {
          "entryTs": 1718148900,
          "entryUtc": "2024-06-11T23:35:00.000Z",
          "exitTs": 1718153640,
          "dir": -1,
          "entryPrice": 2315.525,
          "exitPrice": 2313.378,
          "stopDistance": 1.074,
          "outcome": "target",
          "netR": 1.6553,
          "holdMinutes": 79
        },
        {
          "entryTs": 1718160300,
          "entryUtc": "2024-06-12T02:45:00.000Z",
          "exitTs": 1718161560,
          "dir": -1,
          "entryPrice": 2312.315,
          "exitPrice": 2314.502,
          "stopDistance": 2.187,
          "outcome": "stop",
          "netR": -1.192,
          "holdMinutes": 21
        },
        {
          "entryTs": 1718165700,
          "entryUtc": "2024-06-12T04:15:00.000Z",
          "exitTs": 1718172900,
          "dir": -1,
          "entryPrice": 2313.855,
          "exitPrice": 2315.359,
          "stopDistance": 1.504,
          "outcome": "stop",
          "netR": -1.2793,
          "holdMinutes": 120
        },
        {
          "entryTs": 1718176800,
          "entryUtc": "2024-06-12T07:20:00.000Z",
          "exitTs": 1718179320,
          "dir": -1,
          "entryPrice": 2313.625,
          "exitPrice": 2315.391,
          "stopDistance": 1.766,
          "outcome": "stop",
          "netR": -1.2378,
          "holdMinutes": 42
        },
        {
          "entryTs": 1718181000,
          "entryUtc": "2024-06-12T08:30:00.000Z",
          "exitTs": 1718183400,
          "dir": -1,
          "entryPrice": 2312.788,
          "exitPrice": 2314.526,
          "stopDistance": 1.738,
          "outcome": "stop",
          "netR": -1.2416,
          "holdMinutes": 40
        },
        {
          "entryTs": 1718187300,
          "entryUtc": "2024-06-12T10:15:00.000Z",
          "exitTs": 1718190120,
          "dir": -1,
          "entryPrice": 2312.865,
          "exitPrice": 2314.642,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 47
        },
        {
          "entryTs": 1718190600,
          "entryUtc": "2024-06-12T11:10:00.000Z",
          "exitTs": 1718194680,
          "dir": -1,
          "entryPrice": 2313.045,
          "exitPrice": 2314.687,
          "stopDistance": 1.642,
          "outcome": "stop",
          "netR": -1.2558,
          "holdMinutes": 68
        },
        {
          "entryTs": 1718231400,
          "entryUtc": "2024-06-12T22:30:00.000Z",
          "exitTs": 1718237100,
          "dir": -1,
          "entryPrice": 2322.665,
          "exitPrice": 2318.214,
          "stopDistance": 2.225,
          "outcome": "target",
          "netR": 1.8337,
          "holdMinutes": 95
        },
        {
          "entryTs": 1718272200,
          "entryUtc": "2024-06-13T09:50:00.000Z",
          "exitTs": 1718272920,
          "dir": -1,
          "entryPrice": 2314.535,
          "exitPrice": 2316.533,
          "stopDistance": 1.998,
          "outcome": "stop",
          "netR": -1.2102,
          "holdMinutes": 12
        },
        {
          "entryTs": 1718277000,
          "entryUtc": "2024-06-13T11:10:00.000Z",
          "exitTs": 1718278620,
          "dir": -1,
          "entryPrice": 2313.635,
          "exitPrice": 2309.372,
          "stopDistance": 2.131,
          "outcome": "target",
          "netR": 1.8264,
          "holdMinutes": 27
        },
        {
          "entryTs": 1718287200,
          "entryUtc": "2024-06-13T14:00:00.000Z",
          "exitTs": 1718290860,
          "dir": -1,
          "entryPrice": 2310.575,
          "exitPrice": 2316.113,
          "stopDistance": 5.538,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 61
        },
        {
          "entryTs": 1718318100,
          "entryUtc": "2024-06-13T22:35:00.000Z",
          "exitTs": 1718324040,
          "dir": -1,
          "entryPrice": 2303.395,
          "exitPrice": 2301.429,
          "stopDistance": 0.983,
          "outcome": "target",
          "netR": 1.6235,
          "holdMinutes": 99
        },
        {
          "entryTs": 1718337300,
          "entryUtc": "2024-06-14T03:55:00.000Z",
          "exitTs": 1718342640,
          "dir": -1,
          "entryPrice": 2305.195,
          "exitPrice": 2306.873,
          "stopDistance": 1.678,
          "outcome": "stop",
          "netR": -1.2504,
          "holdMinutes": 89
        },
        {
          "entryTs": 1718373000,
          "entryUtc": "2024-06-14T13:50:00.000Z",
          "exitTs": 1718373780,
          "dir": 1,
          "entryPrice": 2332.405,
          "exitPrice": 2328.399,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718382900,
          "entryUtc": "2024-06-14T16:35:00.000Z",
          "exitTs": 1718575200,
          "dir": 1,
          "entryPrice": 2330.208,
          "exitPrice": 2332.148,
          "stopDistance": 3.302,
          "outcome": "time",
          "netR": 0.4754,
          "holdMinutes": 3205
        },
        {
          "entryTs": 1718600700,
          "entryUtc": "2024-06-17T05:05:00.000Z",
          "exitTs": 1718603820,
          "dir": -1,
          "entryPrice": 2321.595,
          "exitPrice": 2318.083,
          "stopDistance": 1.756,
          "outcome": "target",
          "netR": 1.7893,
          "holdMinutes": 52
        },
        {
          "entryTs": 1718622300,
          "entryUtc": "2024-06-17T11:05:00.000Z",
          "exitTs": 1718627400,
          "dir": -1,
          "entryPrice": 2320.225,
          "exitPrice": 2316.72,
          "stopDistance": 1.753,
          "outcome": "target",
          "netR": 1.7889,
          "holdMinutes": 85
        },
        {
          "entryTs": 1718633400,
          "entryUtc": "2024-06-17T14:10:00.000Z",
          "exitTs": 1718634240,
          "dir": -1,
          "entryPrice": 2320.425,
          "exitPrice": 2323.58,
          "stopDistance": 3.155,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 14
        },
        {
          "entryTs": 1718645100,
          "entryUtc": "2024-06-17T17:25:00.000Z",
          "exitTs": 1718647860,
          "dir": -1,
          "entryPrice": 2315.665,
          "exitPrice": 2318.216,
          "stopDistance": 2.551,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 46
        },
        {
          "entryTs": 1718666400,
          "entryUtc": "2024-06-17T23:20:00.000Z",
          "exitTs": 1718667840,
          "dir": -1,
          "entryPrice": 2319.075,
          "exitPrice": 2320.036,
          "stopDistance": 0.961,
          "outcome": "stop",
          "netR": -1.4369,
          "holdMinutes": 24
        },
        {
          "entryTs": 1718675700,
          "entryUtc": "2024-06-18T01:55:00.000Z",
          "exitTs": 1718687100,
          "dir": 1,
          "entryPrice": 2322.768,
          "exitPrice": 2320.831,
          "stopDistance": 1.937,
          "outcome": "stop",
          "netR": -1.2169,
          "holdMinutes": 190
        },
        {
          "entryTs": 1718740200,
          "entryUtc": "2024-06-18T19:50:00.000Z",
          "exitTs": 1718749860,
          "dir": 1,
          "entryPrice": 2329.868,
          "exitPrice": 2328.222,
          "stopDistance": 1.646,
          "outcome": "stop",
          "netR": -1.2552,
          "holdMinutes": 161
        },
        {
          "entryTs": 1718754000,
          "entryUtc": "2024-06-18T23:40:00.000Z",
          "exitTs": 1718755020,
          "dir": 1,
          "entryPrice": 2329.125,
          "exitPrice": 2328.233,
          "stopDistance": 0.892,
          "outcome": "stop",
          "netR": -1.4709,
          "holdMinutes": 17
        },
        {
          "entryTs": 1718756100,
          "entryUtc": "2024-06-19T00:15:00.000Z",
          "exitTs": 1718756760,
          "dir": 1,
          "entryPrice": 2329.358,
          "exitPrice": 2328.4,
          "stopDistance": 0.958,
          "outcome": "stop",
          "netR": -1.4384,
          "holdMinutes": 11
        },
        {
          "entryTs": 1718758500,
          "entryUtc": "2024-06-19T00:55:00.000Z",
          "exitTs": 1718759220,
          "dir": 1,
          "entryPrice": 2329.295,
          "exitPrice": 2328.226,
          "stopDistance": 1.069,
          "outcome": "stop",
          "netR": -1.3928,
          "holdMinutes": 12
        },
        {
          "entryTs": 1718761500,
          "entryUtc": "2024-06-19T01:45:00.000Z",
          "exitTs": 1718769180,
          "dir": 1,
          "entryPrice": 2329.515,
          "exitPrice": 2327.99,
          "stopDistance": 1.525,
          "outcome": "stop",
          "netR": -1.2755,
          "holdMinutes": 128
        },
        {
          "entryTs": 1718776500,
          "entryUtc": "2024-06-19T05:55:00.000Z",
          "exitTs": 1718778180,
          "dir": 1,
          "entryPrice": 2329.885,
          "exitPrice": 2328.803,
          "stopDistance": 1.082,
          "outcome": "stop",
          "netR": -1.3881,
          "holdMinutes": 28
        },
        {
          "entryTs": 1718797800,
          "entryUtc": "2024-06-19T11:50:00.000Z",
          "exitTs": 1718799900,
          "dir": 1,
          "entryPrice": 2330.575,
          "exitPrice": 2328.966,
          "stopDistance": 1.609,
          "outcome": "stop",
          "netR": -1.2611,
          "holdMinutes": 35
        },
        {
          "entryTs": 1718803500,
          "entryUtc": "2024-06-19T13:25:00.000Z",
          "exitTs": 1718804160,
          "dir": 1,
          "entryPrice": 2330.785,
          "exitPrice": 2328.467,
          "stopDistance": 2.318,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 11
        },
        {
          "entryTs": 1718812200,
          "entryUtc": "2024-06-19T15:50:00.000Z",
          "exitTs": 1718842200,
          "dir": 1,
          "entryPrice": 2328.015,
          "exitPrice": 2328.838,
          "stopDistance": 1.865,
          "outcome": "time",
          "netR": 0.2429,
          "holdMinutes": 500
        },
        {
          "entryTs": 1718845500,
          "entryUtc": "2024-06-20T01:05:00.000Z",
          "exitTs": 1718846220,
          "dir": 1,
          "entryPrice": 2333.615,
          "exitPrice": 2332.245,
          "stopDistance": 1.37,
          "outcome": "stop",
          "netR": -1.3067,
          "holdMinutes": 12
        },
        {
          "entryTs": 1718856600,
          "entryUtc": "2024-06-20T04:10:00.000Z",
          "exitTs": 1718857620,
          "dir": 1,
          "entryPrice": 2334.845,
          "exitPrice": 2337.834,
          "stopDistance": 1.494,
          "outcome": "target",
          "netR": 1.7524,
          "holdMinutes": 17
        },
        {
          "entryTs": 1718879400,
          "entryUtc": "2024-06-20T10:30:00.000Z",
          "exitTs": 1718883720,
          "dir": 1,
          "entryPrice": 2337.275,
          "exitPrice": 2341.221,
          "stopDistance": 1.973,
          "outcome": "target",
          "netR": 1.8125,
          "holdMinutes": 72
        },
        {
          "entryTs": 1718890500,
          "entryUtc": "2024-06-20T13:35:00.000Z",
          "exitTs": 1718891280,
          "dir": 1,
          "entryPrice": 2339.125,
          "exitPrice": 2346.153,
          "stopDistance": 3.514,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718941200,
          "entryUtc": "2024-06-21T03:40:00.000Z",
          "exitTs": 1718948340,
          "dir": 1,
          "entryPrice": 2360.905,
          "exitPrice": 2363.873,
          "stopDistance": 1.484,
          "outcome": "target",
          "netR": 1.7506,
          "holdMinutes": 119
        },
        {
          "entryTs": 1718956500,
          "entryUtc": "2024-06-21T07:55:00.000Z",
          "exitTs": 1718964360,
          "dir": 1,
          "entryPrice": 2363.715,
          "exitPrice": 2361.367,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 131
        },
        {
          "entryTs": 1718968200,
          "entryUtc": "2024-06-21T11:10:00.000Z",
          "exitTs": 1718969940,
          "dir": 1,
          "entryPrice": 2364.775,
          "exitPrice": 2368.283,
          "stopDistance": 1.754,
          "outcome": "target",
          "netR": 1.7891,
          "holdMinutes": 29
        },
        {
          "entryTs": 1719001800,
          "entryUtc": "2024-06-21T20:30:00.000Z",
          "exitTs": 1719180000,
          "dir": -1,
          "entryPrice": 2321.445,
          "exitPrice": 2318.385,
          "stopDistance": 1.829,
          "outcome": "time",
          "netR": 1.4707,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1719183900,
          "entryUtc": "2024-06-23T23:05:00.000Z",
          "exitTs": 1719186420,
          "dir": -1,
          "entryPrice": 2321.108,
          "exitPrice": 2318.323,
          "stopDistance": 1.393,
          "outcome": "target",
          "netR": 1.7343,
          "holdMinutes": 42
        },
        {
          "entryTs": 1719195900,
          "entryUtc": "2024-06-24T02:25:00.000Z",
          "exitTs": 1719196680,
          "dir": -1,
          "entryPrice": 2320.755,
          "exitPrice": 2322.938,
          "stopDistance": 2.183,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 13
        },
        {
          "entryTs": 1719205200,
          "entryUtc": "2024-06-24T05:00:00.000Z",
          "exitTs": 1719205920,
          "dir": -1,
          "entryPrice": 2324.345,
          "exitPrice": 2325.671,
          "stopDistance": 1.326,
          "outcome": "stop",
          "netR": -1.3167,
          "holdMinutes": 12
        },
        {
          "entryTs": 1719207900,
          "entryUtc": "2024-06-24T05:45:00.000Z",
          "exitTs": 1719208500,
          "dir": -1,
          "entryPrice": 2323.918,
          "exitPrice": 2325.375,
          "stopDistance": 1.457,
          "outcome": "stop",
          "netR": -1.2883,
          "holdMinutes": 10
        },
        {
          "entryTs": 1719221700,
          "entryUtc": "2024-06-24T09:35:00.000Z",
          "exitTs": 1719234720,
          "dir": -1,
          "entryPrice": 2324.775,
          "exitPrice": 2327.944,
          "stopDistance": 3.169,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 217
        },
        {
          "entryTs": 1719243900,
          "entryUtc": "2024-06-24T15:45:00.000Z",
          "exitTs": 1719250500,
          "dir": -1,
          "entryPrice": 2329.498,
          "exitPrice": 2332.367,
          "stopDistance": 2.869,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 110
        },
        {
          "entryTs": 1719259800,
          "entryUtc": "2024-06-24T20:10:00.000Z",
          "exitTs": 1719269880,
          "dir": 1,
          "entryPrice": 2333.178,
          "exitPrice": 2331.621,
          "stopDistance": 1.556,
          "outcome": "stop",
          "netR": -1.2698,
          "holdMinutes": 168
        },
        {
          "entryTs": 1719287700,
          "entryUtc": "2024-06-25T03:55:00.000Z",
          "exitTs": 1719289920,
          "dir": -1,
          "entryPrice": 2325.315,
          "exitPrice": 2327.046,
          "stopDistance": 1.731,
          "outcome": "stop",
          "netR": -1.2426,
          "holdMinutes": 37
        },
        {
          "entryTs": 1719294600,
          "entryUtc": "2024-06-25T05:50:00.000Z",
          "exitTs": 1719298080,
          "dir": -1,
          "entryPrice": 2325.178,
          "exitPrice": 2326.958,
          "stopDistance": 1.78,
          "outcome": "stop",
          "netR": -1.2359,
          "holdMinutes": 58
        },
        {
          "entryTs": 1719301800,
          "entryUtc": "2024-06-25T07:50:00.000Z",
          "exitTs": 1719303000,
          "dir": -1,
          "entryPrice": 2325.025,
          "exitPrice": 2327.186,
          "stopDistance": 2.161,
          "outcome": "stop",
          "netR": -1.1944,
          "holdMinutes": 20
        },
        {
          "entryTs": 1719328800,
          "entryUtc": "2024-06-25T15:20:00.000Z",
          "exitTs": 1719358800,
          "dir": -1,
          "entryPrice": 2321.755,
          "exitPrice": 2319.595,
          "stopDistance": 3.949,
          "outcome": "time",
          "netR": 0.4532,
          "holdMinutes": 500
        },
        {
          "entryTs": 1719360300,
          "entryUtc": "2024-06-26T00:05:00.000Z",
          "exitTs": 1719360840,
          "dir": -1,
          "entryPrice": 2319.145,
          "exitPrice": 2320.291,
          "stopDistance": 1.146,
          "outcome": "stop",
          "netR": -1.3666,
          "holdMinutes": 9
        },
        {
          "entryTs": 1719362700,
          "entryUtc": "2024-06-26T00:45:00.000Z",
          "exitTs": 1719364920,
          "dir": -1,
          "entryPrice": 2319.005,
          "exitPrice": 2320.625,
          "stopDistance": 1.62,
          "outcome": "stop",
          "netR": -1.2592,
          "holdMinutes": 37
        },
        {
          "entryTs": 1719374100,
          "entryUtc": "2024-06-26T03:55:00.000Z",
          "exitTs": 1719381360,
          "dir": -1,
          "entryPrice": 2317.065,
          "exitPrice": 2312.323,
          "stopDistance": 2.371,
          "outcome": "target",
          "netR": 1.8439,
          "holdMinutes": 121
        },
        {
          "entryTs": 1719386400,
          "entryUtc": "2024-06-26T07:20:00.000Z",
          "exitTs": 1719386700,
          "dir": -1,
          "entryPrice": 2313.175,
          "exitPrice": 2315.577,
          "stopDistance": 2.401,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 5
        },
        {
          "entryTs": 1719388200,
          "entryUtc": "2024-06-26T07:50:00.000Z",
          "exitTs": 1719388800,
          "dir": -1,
          "entryPrice": 2313.698,
          "exitPrice": 2316.111,
          "stopDistance": 2.413,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 10
        },
        {
          "entryTs": 1719389400,
          "entryUtc": "2024-06-26T08:10:00.000Z",
          "exitTs": 1719390480,
          "dir": -1,
          "entryPrice": 2314.018,
          "exitPrice": 2316.522,
          "stopDistance": 2.504,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 18
        },
        {
          "entryTs": 1719396600,
          "entryUtc": "2024-06-26T10:10:00.000Z",
          "exitTs": 1719397260,
          "dir": -1,
          "entryPrice": 2314.248,
          "exitPrice": 2310.072,
          "stopDistance": 2.088,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 11
        },
        {
          "entryTs": 1719407100,
          "entryUtc": "2024-06-26T13:05:00.000Z",
          "exitTs": 1719407460,
          "dir": -1,
          "entryPrice": 2309.385,
          "exitPrice": 2303.158,
          "stopDistance": 3.114,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 6
        },
        {
          "entryTs": 1719416700,
          "entryUtc": "2024-06-26T15:45:00.000Z",
          "exitTs": 1719446700,
          "dir": -1,
          "entryPrice": 2299.295,
          "exitPrice": 2298.285,
          "stopDistance": 3.805,
          "outcome": "time",
          "netR": 0.1682,
          "holdMinutes": 500
        },
        {
          "entryTs": 1719452400,
          "entryUtc": "2024-06-27T01:40:00.000Z",
          "exitTs": 1719456420,
          "dir": -1,
          "entryPrice": 2298.168,
          "exitPrice": 2299.617,
          "stopDistance": 1.449,
          "outcome": "stop",
          "netR": -1.2899,
          "holdMinutes": 67
        },
        {
          "entryTs": 1719459600,
          "entryUtc": "2024-06-27T03:40:00.000Z",
          "exitTs": 1719460920,
          "dir": -1,
          "entryPrice": 2297.958,
          "exitPrice": 2299.157,
          "stopDistance": 1.199,
          "outcome": "stop",
          "netR": -1.3502,
          "holdMinutes": 22
        },
        {
          "entryTs": 1719465900,
          "entryUtc": "2024-06-27T05:25:00.000Z",
          "exitTs": 1719466680,
          "dir": -1,
          "entryPrice": 2298.495,
          "exitPrice": 2299.558,
          "stopDistance": 1.063,
          "outcome": "stop",
          "netR": -1.3951,
          "holdMinutes": 13
        },
        {
          "entryTs": 1719509700,
          "entryUtc": "2024-06-27T17:35:00.000Z",
          "exitTs": 1719511680,
          "dir": 1,
          "entryPrice": 2326.545,
          "exitPrice": 2323.878,
          "stopDistance": 2.666,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 33
        },
        {
          "entryTs": 1719515100,
          "entryUtc": "2024-06-27T19:05:00.000Z",
          "exitTs": 1719518400,
          "dir": 1,
          "entryPrice": 2327.425,
          "exitPrice": 2325.436,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2112,
          "holdMinutes": 55
        },
        {
          "entryTs": 1719567900,
          "entryUtc": "2024-06-28T09:45:00.000Z",
          "exitTs": 1719569940,
          "dir": 1,
          "entryPrice": 2328.855,
          "exitPrice": 2332.613,
          "stopDistance": 1.879,
          "outcome": "target",
          "netR": 1.8031,
          "holdMinutes": 34
        },
        {
          "entryTs": 1719590700,
          "entryUtc": "2024-06-28T16:05:00.000Z",
          "exitTs": 1719600420,
          "dir": 1,
          "entryPrice": 2329.005,
          "exitPrice": 2325.887,
          "stopDistance": 3.117,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 162
        },
        {
          "entryTs": 1719608100,
          "entryUtc": "2024-06-28T20:55:00.000Z",
          "exitTs": 1719784800,
          "dir": 1,
          "entryPrice": 2326.368,
          "exitPrice": 2326.075,
          "stopDistance": 1.519,
          "outcome": "time",
          "netR": -0.4364,
          "holdMinutes": 2945
        },
        {
          "entryTs": 1719790200,
          "entryUtc": "2024-06-30T23:30:00.000Z",
          "exitTs": 1719792000,
          "dir": 1,
          "entryPrice": 2325.055,
          "exitPrice": 2323.69,
          "stopDistance": 1.365,
          "outcome": "stop",
          "netR": -1.3077,
          "holdMinutes": 30
        },
        {
          "entryTs": 1719795900,
          "entryUtc": "2024-07-01T01:05:00.000Z",
          "exitTs": 1719808380,
          "dir": 1,
          "entryPrice": 2325.305,
          "exitPrice": 2323.563,
          "stopDistance": 1.742,
          "outcome": "stop",
          "netR": -1.2412,
          "holdMinutes": 208
        },
        {
          "entryTs": 1719821100,
          "entryUtc": "2024-07-01T08:05:00.000Z",
          "exitTs": 1719822600,
          "dir": -1,
          "entryPrice": 2322.648,
          "exitPrice": 2325.063,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 25
        },
        {
          "entryTs": 1719855000,
          "entryUtc": "2024-07-01T17:30:00.000Z",
          "exitTs": 1719885000,
          "dir": 1,
          "entryPrice": 2328.975,
          "exitPrice": 2332.678,
          "stopDistance": 2.484,
          "outcome": "time",
          "netR": 1.3415,
          "holdMinutes": 500
        },
        {
          "entryTs": 1719898200,
          "entryUtc": "2024-07-02T05:30:00.000Z",
          "exitTs": 1719900060,
          "dir": 1,
          "entryPrice": 2328.328,
          "exitPrice": 2330.759,
          "stopDistance": 1.216,
          "outcome": "target",
          "netR": 1.6957,
          "holdMinutes": 31
        },
        {
          "entryTs": 1719907500,
          "entryUtc": "2024-07-02T08:05:00.000Z",
          "exitTs": 1719912720,
          "dir": 1,
          "entryPrice": 2330.405,
          "exitPrice": 2328.296,
          "stopDistance": 2.109,
          "outcome": "stop",
          "netR": -1.1991,
          "holdMinutes": 87
        },
        {
          "entryTs": 1719933600,
          "entryUtc": "2024-07-02T15:20:00.000Z",
          "exitTs": 1719934740,
          "dir": 1,
          "entryPrice": 2329.085,
          "exitPrice": 2325.338,
          "stopDistance": 3.747,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 19
        },
        {
          "entryTs": 1719965100,
          "entryUtc": "2024-07-03T00:05:00.000Z",
          "exitTs": 1719968400,
          "dir": 1,
          "entryPrice": 2330.738,
          "exitPrice": 2329.946,
          "stopDistance": 0.792,
          "outcome": "stop",
          "netR": -1.5303,
          "holdMinutes": 55
        },
        {
          "entryTs": 1719978000,
          "entryUtc": "2024-07-03T03:40:00.000Z",
          "exitTs": 1719979380,
          "dir": 1,
          "entryPrice": 2329.708,
          "exitPrice": 2332.456,
          "stopDistance": 1.374,
          "outcome": "target",
          "netR": 1.7307,
          "holdMinutes": 23
        },
        {
          "entryTs": 1720008600,
          "entryUtc": "2024-07-03T12:10:00.000Z",
          "exitTs": 1720009860,
          "dir": 1,
          "entryPrice": 2346.735,
          "exitPrice": 2351.289,
          "stopDistance": 2.277,
          "outcome": "target",
          "netR": 1.8375,
          "holdMinutes": 21
        },
        {
          "entryTs": 1720040100,
          "entryUtc": "2024-07-03T20:55:00.000Z",
          "exitTs": 1720047000,
          "dir": 1,
          "entryPrice": 2355.875,
          "exitPrice": 2358.159,
          "stopDistance": 1.142,
          "outcome": "target",
          "netR": 1.6761,
          "holdMinutes": 115
        },
        {
          "entryTs": 1720054500,
          "entryUtc": "2024-07-04T00:55:00.000Z",
          "exitTs": 1720056480,
          "dir": 1,
          "entryPrice": 2358.958,
          "exitPrice": 2361.147,
          "stopDistance": 1.095,
          "outcome": "target",
          "netR": 1.662,
          "holdMinutes": 33
        },
        {
          "entryTs": 1720064400,
          "entryUtc": "2024-07-04T03:40:00.000Z",
          "exitTs": 1720065240,
          "dir": 1,
          "entryPrice": 2359.855,
          "exitPrice": 2358.105,
          "stopDistance": 1.75,
          "outcome": "stop",
          "netR": -1.24,
          "holdMinutes": 14
        },
        {
          "entryTs": 1720079100,
          "entryUtc": "2024-07-04T07:45:00.000Z",
          "exitTs": 1720102800,
          "dir": 1,
          "entryPrice": 2357.085,
          "exitPrice": 2360.87,
          "stopDistance": 1.893,
          "outcome": "target",
          "netR": 1.8045,
          "holdMinutes": 395
        },
        {
          "entryTs": 1720134600,
          "entryUtc": "2024-07-04T23:10:00.000Z",
          "exitTs": 1720141260,
          "dir": 1,
          "entryPrice": 2356.975,
          "exitPrice": 2359.236,
          "stopDistance": 1.131,
          "outcome": "target",
          "netR": 1.6727,
          "holdMinutes": 111
        },
        {
          "entryTs": 1720163700,
          "entryUtc": "2024-07-05T07:15:00.000Z",
          "exitTs": 1720163940,
          "dir": 1,
          "entryPrice": 2364.285,
          "exitPrice": 2362.74,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2719,
          "holdMinutes": 4
        },
        {
          "entryTs": 1720165500,
          "entryUtc": "2024-07-05T07:45:00.000Z",
          "exitTs": 1720166160,
          "dir": 1,
          "entryPrice": 2366.775,
          "exitPrice": 2364.908,
          "stopDistance": 1.867,
          "outcome": "stop",
          "netR": -1.225,
          "holdMinutes": 11
        },
        {
          "entryTs": 1720180800,
          "entryUtc": "2024-07-05T12:00:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2365.725,
          "exitPrice": 2363.947,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 30
        },
        {
          "entryTs": 1720212300,
          "entryUtc": "2024-07-05T20:45:00.000Z",
          "exitTs": 1720389600,
          "dir": 1,
          "entryPrice": 2391.105,
          "exitPrice": 2389.385,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2442,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1720399500,
          "entryUtc": "2024-07-08T00:45:00.000Z",
          "exitTs": 1720399920,
          "dir": 1,
          "entryPrice": 2387.605,
          "exitPrice": 2386.312,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3247,
          "holdMinutes": 7
        },
        {
          "entryTs": 1720401000,
          "entryUtc": "2024-07-08T01:10:00.000Z",
          "exitTs": 1720402920,
          "dir": 1,
          "entryPrice": 2387.935,
          "exitPrice": 2386.21,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2435,
          "holdMinutes": 32
        },
        {
          "entryTs": 1720413900,
          "entryUtc": "2024-07-08T04:45:00.000Z",
          "exitTs": 1720417020,
          "dir": 1,
          "entryPrice": 2384.338,
          "exitPrice": 2382.778,
          "stopDistance": 1.56,
          "outcome": "stop",
          "netR": -1.2692,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720436400,
          "entryUtc": "2024-07-08T11:00:00.000Z",
          "exitTs": 1720442220,
          "dir": 1,
          "entryPrice": 2374.035,
          "exitPrice": 2371.963,
          "stopDistance": 2.072,
          "outcome": "stop",
          "netR": -1.2027,
          "holdMinutes": 97
        },
        {
          "entryTs": 1720444500,
          "entryUtc": "2024-07-08T13:15:00.000Z",
          "exitTs": 1720445820,
          "dir": 1,
          "entryPrice": 2375.195,
          "exitPrice": 2372.424,
          "stopDistance": 2.771,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 22
        },
        {
          "entryTs": 1720447500,
          "entryUtc": "2024-07-08T14:05:00.000Z",
          "exitTs": 1720448400,
          "dir": 1,
          "entryPrice": 2377.758,
          "exitPrice": 2374.164,
          "stopDistance": 3.594,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 15
        },
        {
          "entryTs": 1720467300,
          "entryUtc": "2024-07-08T19:35:00.000Z",
          "exitTs": 1720481940,
          "dir": 1,
          "entryPrice": 2357.915,
          "exitPrice": 2361.692,
          "stopDistance": 1.889,
          "outcome": "target",
          "netR": 1.8041,
          "holdMinutes": 244
        },
        {
          "entryTs": 1720492200,
          "entryUtc": "2024-07-09T02:30:00.000Z",
          "exitTs": 1720497360,
          "dir": 1,
          "entryPrice": 2363.548,
          "exitPrice": 2367.38,
          "stopDistance": 1.916,
          "outcome": "target",
          "netR": 1.8069,
          "holdMinutes": 86
        },
        {
          "entryTs": 1720516200,
          "entryUtc": "2024-07-09T09:10:00.000Z",
          "exitTs": 1720523280,
          "dir": 1,
          "entryPrice": 2362.308,
          "exitPrice": 2360.555,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2395,
          "holdMinutes": 118
        },
        {
          "entryTs": 1720530900,
          "entryUtc": "2024-07-09T13:15:00.000Z",
          "exitTs": 1720533300,
          "dir": 1,
          "entryPrice": 2362.115,
          "exitPrice": 2368.004,
          "stopDistance": 2.945,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 40
        },
        {
          "entryTs": 1720535700,
          "entryUtc": "2024-07-09T14:35:00.000Z",
          "exitTs": 1720536420,
          "dir": 1,
          "entryPrice": 2364.615,
          "exitPrice": 2360.219,
          "stopDistance": 4.396,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 12
        },
        {
          "entryTs": 1720541100,
          "entryUtc": "2024-07-09T16:05:00.000Z",
          "exitTs": 1720543260,
          "dir": 1,
          "entryPrice": 2361.915,
          "exitPrice": 2357.52,
          "stopDistance": 4.395,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 36
        },
        {
          "entryTs": 1720545000,
          "entryUtc": "2024-07-09T17:10:00.000Z",
          "exitTs": 1720574280,
          "dir": 1,
          "entryPrice": 2360.578,
          "exitPrice": 2367.402,
          "stopDistance": 3.412,
          "outcome": "target",
          "netR": 1.8916,
          "holdMinutes": 488
        },
        {
          "entryTs": 1720574400,
          "entryUtc": "2024-07-10T01:20:00.000Z",
          "exitTs": 1720576560,
          "dir": 1,
          "entryPrice": 2367.175,
          "exitPrice": 2365.711,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.2869,
          "holdMinutes": 36
        },
        {
          "entryTs": 1720584300,
          "entryUtc": "2024-07-10T04:05:00.000Z",
          "exitTs": 1720585740,
          "dir": 1,
          "entryPrice": 2368.265,
          "exitPrice": 2366.797,
          "stopDistance": 1.468,
          "outcome": "stop",
          "netR": -1.286,
          "holdMinutes": 24
        },
        {
          "entryTs": 1720588200,
          "entryUtc": "2024-07-10T05:10:00.000Z",
          "exitTs": 1720591980,
          "dir": 1,
          "entryPrice": 2368.308,
          "exitPrice": 2367.075,
          "stopDistance": 1.233,
          "outcome": "stop",
          "netR": -1.3406,
          "holdMinutes": 63
        },
        {
          "entryTs": 1720592700,
          "entryUtc": "2024-07-10T06:25:00.000Z",
          "exitTs": 1720594980,
          "dir": 1,
          "entryPrice": 2369.795,
          "exitPrice": 2372.964,
          "stopDistance": 1.585,
          "outcome": "target",
          "netR": 1.7665,
          "holdMinutes": 38
        },
        {
          "entryTs": 1720604100,
          "entryUtc": "2024-07-10T09:35:00.000Z",
          "exitTs": 1720611660,
          "dir": 1,
          "entryPrice": 2373.065,
          "exitPrice": 2376.401,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 126
        },
        {
          "entryTs": 1720626300,
          "entryUtc": "2024-07-10T15:45:00.000Z",
          "exitTs": 1720631520,
          "dir": 1,
          "entryPrice": 2379.625,
          "exitPrice": 2376.302,
          "stopDistance": 3.323,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 87
        },
        {
          "entryTs": 1720650600,
          "entryUtc": "2024-07-10T22:30:00.000Z",
          "exitTs": 1720659600,
          "dir": 1,
          "entryPrice": 2372.225,
          "exitPrice": 2374.336,
          "stopDistance": 1.055,
          "outcome": "target",
          "netR": 1.6494,
          "holdMinutes": 150
        },
        {
          "entryTs": 1720685400,
          "entryUtc": "2024-07-11T08:10:00.000Z",
          "exitTs": 1720685940,
          "dir": 1,
          "entryPrice": 2382.965,
          "exitPrice": 2380.99,
          "stopDistance": 1.975,
          "outcome": "stop",
          "netR": -1.2127,
          "holdMinutes": 9
        },
        {
          "entryTs": 1720701300,
          "entryUtc": "2024-07-11T12:35:00.000Z",
          "exitTs": 1720702680,
          "dir": 1,
          "entryPrice": 2399.495,
          "exitPrice": 2408.75,
          "stopDistance": 4.627,
          "outcome": "target",
          "netR": 1.92,
          "holdMinutes": 23
        },
        {
          "entryTs": 1720721400,
          "entryUtc": "2024-07-11T18:10:00.000Z",
          "exitTs": 1720735560,
          "dir": 1,
          "entryPrice": 2415.678,
          "exitPrice": 2412.511,
          "stopDistance": 3.167,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 236
        },
        {
          "entryTs": 1720742100,
          "entryUtc": "2024-07-11T23:55:00.000Z",
          "exitTs": 1720742460,
          "dir": 1,
          "entryPrice": 2414.405,
          "exitPrice": 2412.649,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 6
        },
        {
          "entryTs": 1720755900,
          "entryUtc": "2024-07-12T03:45:00.000Z",
          "exitTs": 1720761120,
          "dir": 1,
          "entryPrice": 2409.348,
          "exitPrice": 2407.657,
          "stopDistance": 1.691,
          "outcome": "stop",
          "netR": -1.2484,
          "holdMinutes": 87
        },
        {
          "entryTs": 1720772400,
          "entryUtc": "2024-07-12T08:20:00.000Z",
          "exitTs": 1720777500,
          "dir": 1,
          "entryPrice": 2405.425,
          "exitPrice": 2403.094,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 85
        },
        {
          "entryTs": 1720786500,
          "entryUtc": "2024-07-12T12:15:00.000Z",
          "exitTs": 1720787400,
          "dir": 1,
          "entryPrice": 2402.925,
          "exitPrice": 2400.971,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 15
        },
        {
          "entryTs": 1720790400,
          "entryUtc": "2024-07-12T13:20:00.000Z",
          "exitTs": 1720791600,
          "dir": 1,
          "entryPrice": 2404.085,
          "exitPrice": 2399.827,
          "stopDistance": 4.258,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 20
        },
        {
          "entryTs": 1721008500,
          "entryUtc": "2024-07-15T01:55:00.000Z",
          "exitTs": 1721021340,
          "dir": 1,
          "entryPrice": 2409.345,
          "exitPrice": 2413.532,
          "stopDistance": 2.093,
          "outcome": "target",
          "netR": 1.8233,
          "holdMinutes": 214
        },
        {
          "entryTs": 1721030400,
          "entryUtc": "2024-07-15T08:00:00.000Z",
          "exitTs": 1721034000,
          "dir": 1,
          "entryPrice": 2407.805,
          "exitPrice": 2411.998,
          "stopDistance": 2.096,
          "outcome": "target",
          "netR": 1.8235,
          "holdMinutes": 60
        },
        {
          "entryTs": 1721052000,
          "entryUtc": "2024-07-15T14:00:00.000Z",
          "exitTs": 1721055060,
          "dir": 1,
          "entryPrice": 2418.495,
          "exitPrice": 2425.195,
          "stopDistance": 3.35,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721086200,
          "entryUtc": "2024-07-15T23:30:00.000Z",
          "exitTs": 1721088180,
          "dir": 1,
          "entryPrice": 2421.805,
          "exitPrice": 2421.044,
          "stopDistance": 0.761,
          "outcome": "stop",
          "netR": -1.5522,
          "holdMinutes": 33
        },
        {
          "entryTs": 1721088900,
          "entryUtc": "2024-07-16T00:15:00.000Z",
          "exitTs": 1721089620,
          "dir": 1,
          "entryPrice": 2422.124,
          "exitPrice": 2421.049,
          "stopDistance": 1.075,
          "outcome": "stop",
          "netR": -1.3909,
          "holdMinutes": 12
        },
        {
          "entryTs": 1721091900,
          "entryUtc": "2024-07-16T01:05:00.000Z",
          "exitTs": 1721092500,
          "dir": 1,
          "entryPrice": 2422.648,
          "exitPrice": 2425.434,
          "stopDistance": 1.393,
          "outcome": "target",
          "netR": 1.7344,
          "holdMinutes": 10
        },
        {
          "entryTs": 1721105700,
          "entryUtc": "2024-07-16T04:55:00.000Z",
          "exitTs": 1721107920,
          "dir": 1,
          "entryPrice": 2428.725,
          "exitPrice": 2431.937,
          "stopDistance": 1.606,
          "outcome": "target",
          "netR": 1.7696,
          "holdMinutes": 37
        },
        {
          "entryTs": 1721129100,
          "entryUtc": "2024-07-16T11:25:00.000Z",
          "exitTs": 1721130180,
          "dir": 1,
          "entryPrice": 2441.485,
          "exitPrice": 2439.174,
          "stopDistance": 2.311,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 18
        },
        {
          "entryTs": 1721131800,
          "entryUtc": "2024-07-16T12:10:00.000Z",
          "exitTs": 1721133000,
          "dir": 1,
          "entryPrice": 2440.628,
          "exitPrice": 2438.392,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 20
        },
        {
          "entryTs": 1721137200,
          "entryUtc": "2024-07-16T13:40:00.000Z",
          "exitTs": 1721141640,
          "dir": 1,
          "entryPrice": 2442.505,
          "exitPrice": 2451.004,
          "stopDistance": 4.249,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 74
        },
        {
          "entryTs": 1721176800,
          "entryUtc": "2024-07-17T00:40:00.000Z",
          "exitTs": 1721176800,
          "dir": 1,
          "entryPrice": 2469.465,
          "exitPrice": 2472.651,
          "stopDistance": 1.593,
          "outcome": "target",
          "netR": 1.7677,
          "holdMinutes": 0
        },
        {
          "entryTs": 1721201700,
          "entryUtc": "2024-07-17T07:35:00.000Z",
          "exitTs": 1721203200,
          "dir": 1,
          "entryPrice": 2468.135,
          "exitPrice": 2474.333,
          "stopDistance": 3.099,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 25
        },
        {
          "entryTs": 1721210100,
          "entryUtc": "2024-07-17T09:55:00.000Z",
          "exitTs": 1721212680,
          "dir": 1,
          "entryPrice": 2473.965,
          "exitPrice": 2471.087,
          "stopDistance": 2.878,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 43
        },
        {
          "entryTs": 1721218500,
          "entryUtc": "2024-07-17T12:15:00.000Z",
          "exitTs": 1721221560,
          "dir": 1,
          "entryPrice": 2471.985,
          "exitPrice": 2477.501,
          "stopDistance": 2.758,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721242200,
          "entryUtc": "2024-07-17T18:50:00.000Z",
          "exitTs": 1721265600,
          "dir": 1,
          "entryPrice": 2457.715,
          "exitPrice": 2463.536,
          "stopDistance": 2.91,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 390
        },
        {
          "entryTs": 1721284200,
          "entryUtc": "2024-07-18T06:30:00.000Z",
          "exitTs": 1721286300,
          "dir": 1,
          "entryPrice": 2469.045,
          "exitPrice": 2473.752,
          "stopDistance": 2.353,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 35
        },
        {
          "entryTs": 1721304300,
          "entryUtc": "2024-07-18T12:05:00.000Z",
          "exitTs": 1721307000,
          "dir": 1,
          "entryPrice": 2465.595,
          "exitPrice": 2463.188,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 45
        },
        {
          "entryTs": 1721313900,
          "entryUtc": "2024-07-18T14:45:00.000Z",
          "exitTs": 1721317740,
          "dir": 1,
          "entryPrice": 2466.695,
          "exitPrice": 2462.349,
          "stopDistance": 4.346,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 64
        },
        {
          "entryTs": 1721360700,
          "entryUtc": "2024-07-19T03:45:00.000Z",
          "exitTs": 1721362980,
          "dir": 1,
          "entryPrice": 2428.905,
          "exitPrice": 2425.907,
          "stopDistance": 2.998,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 38
        },
        {
          "entryTs": 1721381100,
          "entryUtc": "2024-07-19T09:25:00.000Z",
          "exitTs": 1721383740,
          "dir": -1,
          "entryPrice": 2416.958,
          "exitPrice": 2410.792,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 44
        },
        {
          "entryTs": 1721406600,
          "entryUtc": "2024-07-19T16:30:00.000Z",
          "exitTs": 1721410440,
          "dir": -1,
          "entryPrice": 2402.078,
          "exitPrice": 2395.789,
          "stopDistance": 3.145,
          "outcome": "target",
          "netR": 1.8823,
          "holdMinutes": 64
        },
        {
          "entryTs": 1721419500,
          "entryUtc": "2024-07-19T20:05:00.000Z",
          "exitTs": 1721422680,
          "dir": -1,
          "entryPrice": 2398.605,
          "exitPrice": 2400.5,
          "stopDistance": 1.895,
          "outcome": "stop",
          "netR": -1.2216,
          "holdMinutes": 53
        },
        {
          "entryTs": 1721610000,
          "entryUtc": "2024-07-22T01:00:00.000Z",
          "exitTs": 1721611080,
          "dir": -1,
          "entryPrice": 2407.695,
          "exitPrice": 2409.574,
          "stopDistance": 1.879,
          "outcome": "stop",
          "netR": -1.2235,
          "holdMinutes": 18
        },
        {
          "entryTs": 1721613300,
          "entryUtc": "2024-07-22T01:55:00.000Z",
          "exitTs": 1721628000,
          "dir": -1,
          "entryPrice": 2407.328,
          "exitPrice": 2402.128,
          "stopDistance": 2.6,
          "outcome": "target",
          "netR": 1.8577,
          "holdMinutes": 245
        },
        {
          "entryTs": 1721638200,
          "entryUtc": "2024-07-22T08:50:00.000Z",
          "exitTs": 1721641320,
          "dir": -1,
          "entryPrice": 2401.145,
          "exitPrice": 2403.553,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 52
        },
        {
          "entryTs": 1721647800,
          "entryUtc": "2024-07-22T11:30:00.000Z",
          "exitTs": 1721648940,
          "dir": -1,
          "entryPrice": 2403.065,
          "exitPrice": 2398.929,
          "stopDistance": 2.068,
          "outcome": "target",
          "netR": 1.8211,
          "holdMinutes": 19
        },
        {
          "entryTs": 1721685600,
          "entryUtc": "2024-07-22T22:00:00.000Z",
          "exitTs": 1721685600,
          "dir": -1,
          "entryPrice": 2395.658,
          "exitPrice": 2396.981,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3173,
          "holdMinutes": 0
        },
        {
          "entryTs": 1721703300,
          "entryUtc": "2024-07-23T02:55:00.000Z",
          "exitTs": 1721710980,
          "dir": -1,
          "entryPrice": 2399.175,
          "exitPrice": 2395.194,
          "stopDistance": 1.991,
          "outcome": "target",
          "netR": 1.8141,
          "holdMinutes": 128
        },
        {
          "entryTs": 1721737500,
          "entryUtc": "2024-07-23T12:25:00.000Z",
          "exitTs": 1721738580,
          "dir": -1,
          "entryPrice": 2406.155,
          "exitPrice": 2408.742,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 18
        },
        {
          "entryTs": 1721739300,
          "entryUtc": "2024-07-23T12:55:00.000Z",
          "exitTs": 1721742780,
          "dir": -1,
          "entryPrice": 2405.945,
          "exitPrice": 2399.996,
          "stopDistance": 2.975,
          "outcome": "target",
          "netR": 1.8756,
          "holdMinutes": 58
        },
        {
          "entryTs": 1721746800,
          "entryUtc": "2024-07-23T15:00:00.000Z",
          "exitTs": 1721747760,
          "dir": -1,
          "entryPrice": 2402.795,
          "exitPrice": 2406.302,
          "stopDistance": 3.507,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 16
        },
        {
          "entryTs": 1721751900,
          "entryUtc": "2024-07-23T16:25:00.000Z",
          "exitTs": 1721753040,
          "dir": -1,
          "entryPrice": 2403.378,
          "exitPrice": 2405.939,
          "stopDistance": 2.561,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 19
        },
        {
          "entryTs": 1721756700,
          "entryUtc": "2024-07-23T17:45:00.000Z",
          "exitTs": 1721758560,
          "dir": -1,
          "entryPrice": 2403.015,
          "exitPrice": 2405.569,
          "stopDistance": 2.554,
          "outcome": "stop",
          "netR": -1.1644,
          "holdMinutes": 31
        },
        {
          "entryTs": 1721784600,
          "entryUtc": "2024-07-24T01:30:00.000Z",
          "exitTs": 1721784900,
          "dir": -1,
          "entryPrice": 2405.708,
          "exitPrice": 2407.631,
          "stopDistance": 1.923,
          "outcome": "stop",
          "netR": -1.2184,
          "holdMinutes": 5
        },
        {
          "entryTs": 1721800800,
          "entryUtc": "2024-07-24T06:00:00.000Z",
          "exitTs": 1721806620,
          "dir": 1,
          "entryPrice": 2415.985,
          "exitPrice": 2413.793,
          "stopDistance": 2.192,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 97
        },
        {
          "entryTs": 1721815200,
          "entryUtc": "2024-07-24T10:00:00.000Z",
          "exitTs": 1721820480,
          "dir": 1,
          "entryPrice": 2413.295,
          "exitPrice": 2411.112,
          "stopDistance": 2.183,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 88
        },
        {
          "entryTs": 1721821800,
          "entryUtc": "2024-07-24T11:50:00.000Z",
          "exitTs": 1721825640,
          "dir": 1,
          "entryPrice": 2415.675,
          "exitPrice": 2420.338,
          "stopDistance": 2.332,
          "outcome": "target",
          "netR": 1.8413,
          "holdMinutes": 64
        },
        {
          "entryTs": 1721866200,
          "entryUtc": "2024-07-25T00:10:00.000Z",
          "exitTs": 1721866680,
          "dir": -1,
          "entryPrice": 2396.345,
          "exitPrice": 2398.438,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 8
        },
        {
          "entryTs": 1721884800,
          "entryUtc": "2024-07-25T05:20:00.000Z",
          "exitTs": 1721887500,
          "dir": -1,
          "entryPrice": 2374.465,
          "exitPrice": 2377.293,
          "stopDistance": 2.828,
          "outcome": "stop",
          "netR": -1.1485,
          "holdMinutes": 45
        },
        {
          "entryTs": 1721889300,
          "entryUtc": "2024-07-25T06:35:00.000Z",
          "exitTs": 1721891340,
          "dir": -1,
          "entryPrice": 2374.105,
          "exitPrice": 2367.544,
          "stopDistance": 3.28,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 34
        },
        {
          "entryTs": 1721898900,
          "entryUtc": "2024-07-25T09:15:00.000Z",
          "exitTs": 1721903760,
          "dir": -1,
          "entryPrice": 2373.205,
          "exitPrice": 2376.272,
          "stopDistance": 3.067,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 81
        },
        {
          "entryTs": 1721907300,
          "entryUtc": "2024-07-25T11:35:00.000Z",
          "exitTs": 1721909040,
          "dir": -1,
          "entryPrice": 2372.605,
          "exitPrice": 2366.369,
          "stopDistance": 3.118,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 29
        },
        {
          "entryTs": 1721913900,
          "entryUtc": "2024-07-25T13:25:00.000Z",
          "exitTs": 1721916900,
          "dir": -1,
          "entryPrice": 2369.888,
          "exitPrice": 2358.635,
          "stopDistance": 5.626,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 50
        },
        {
          "entryTs": 1721950200,
          "entryUtc": "2024-07-25T23:30:00.000Z",
          "exitTs": 1721951520,
          "dir": -1,
          "entryPrice": 2362.505,
          "exitPrice": 2363.94,
          "stopDistance": 1.435,
          "outcome": "stop",
          "netR": -1.2927,
          "holdMinutes": 22
        },
        {
          "entryTs": 1721955300,
          "entryUtc": "2024-07-26T00:55:00.000Z",
          "exitTs": 1721955720,
          "dir": -1,
          "entryPrice": 2362.625,
          "exitPrice": 2359.438,
          "stopDistance": 1.593,
          "outcome": "target",
          "netR": 1.7678,
          "holdMinutes": 7
        },
        {
          "entryTs": 1721967300,
          "entryUtc": "2024-07-26T04:15:00.000Z",
          "exitTs": 1721971920,
          "dir": -1,
          "entryPrice": 2370.575,
          "exitPrice": 2373.213,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 77
        },
        {
          "entryTs": 1721974800,
          "entryUtc": "2024-07-26T06:20:00.000Z",
          "exitTs": 1721976480,
          "dir": -1,
          "entryPrice": 2366.148,
          "exitPrice": 2369.038,
          "stopDistance": 2.89,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 28
        },
        {
          "entryTs": 1721979300,
          "entryUtc": "2024-07-26T07:35:00.000Z",
          "exitTs": 1721980680,
          "dir": -1,
          "entryPrice": 2368.738,
          "exitPrice": 2371.324,
          "stopDistance": 2.586,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 23
        },
        {
          "entryTs": 1721992200,
          "entryUtc": "2024-07-26T11:10:00.000Z",
          "exitTs": 1721992560,
          "dir": -1,
          "entryPrice": 2370.638,
          "exitPrice": 2372.463,
          "stopDistance": 1.825,
          "outcome": "stop",
          "netR": -1.2302,
          "holdMinutes": 6
        },
        {
          "entryTs": 1721997000,
          "entryUtc": "2024-07-26T12:30:00.000Z",
          "exitTs": 1721997000,
          "dir": -1,
          "entryPrice": 2372.955,
          "exitPrice": 2375.26,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 0
        },
        {
          "entryTs": 1722015000,
          "entryUtc": "2024-07-26T17:30:00.000Z",
          "exitTs": 1722017460,
          "dir": -1,
          "entryPrice": 2382.045,
          "exitPrice": 2384.884,
          "stopDistance": 2.839,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 41
        },
        {
          "entryTs": 1722231300,
          "entryUtc": "2024-07-29T05:35:00.000Z",
          "exitTs": 1722232980,
          "dir": -1,
          "entryPrice": 2392.305,
          "exitPrice": 2394.199,
          "stopDistance": 1.894,
          "outcome": "stop",
          "netR": -1.2217,
          "holdMinutes": 28
        },
        {
          "entryTs": 1722252000,
          "entryUtc": "2024-07-29T11:20:00.000Z",
          "exitTs": 1722254160,
          "dir": -1,
          "entryPrice": 2392.035,
          "exitPrice": 2387.472,
          "stopDistance": 2.282,
          "outcome": "target",
          "netR": 1.8378,
          "holdMinutes": 36
        },
        {
          "entryTs": 1722262800,
          "entryUtc": "2024-07-29T14:20:00.000Z",
          "exitTs": 1722264240,
          "dir": -1,
          "entryPrice": 2389.418,
          "exitPrice": 2381.722,
          "stopDistance": 3.848,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 24
        },
        {
          "entryTs": 1722276600,
          "entryUtc": "2024-07-29T18:10:00.000Z",
          "exitTs": 1722280800,
          "dir": -1,
          "entryPrice": 2377.965,
          "exitPrice": 2381.237,
          "stopDistance": 3.271,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 70
        },
        {
          "entryTs": 1722295800,
          "entryUtc": "2024-07-29T23:30:00.000Z",
          "exitTs": 1722300660,
          "dir": -1,
          "entryPrice": 2382.145,
          "exitPrice": 2383.43,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.3268,
          "holdMinutes": 81
        },
        {
          "entryTs": 1722308100,
          "entryUtc": "2024-07-30T02:55:00.000Z",
          "exitTs": 1722308460,
          "dir": -1,
          "entryPrice": 2380.055,
          "exitPrice": 2382.53,
          "stopDistance": 2.475,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 6
        },
        {
          "entryTs": 1722330300,
          "entryUtc": "2024-07-30T09:05:00.000Z",
          "exitTs": 1722334080,
          "dir": -1,
          "entryPrice": 2388.815,
          "exitPrice": 2390.729,
          "stopDistance": 1.914,
          "outcome": "stop",
          "netR": -1.2194,
          "holdMinutes": 63
        },
        {
          "entryTs": 1722336000,
          "entryUtc": "2024-07-30T10:40:00.000Z",
          "exitTs": 1722336600,
          "dir": -1,
          "entryPrice": 2388.175,
          "exitPrice": 2390.065,
          "stopDistance": 1.89,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 10
        },
        {
          "entryTs": 1722340200,
          "entryUtc": "2024-07-30T11:50:00.000Z",
          "exitTs": 1722344820,
          "dir": -1,
          "entryPrice": 2388.215,
          "exitPrice": 2390.294,
          "stopDistance": 2.079,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 77
        },
        {
          "entryTs": 1722352500,
          "entryUtc": "2024-07-30T15:15:00.000Z",
          "exitTs": 1722357900,
          "dir": -1,
          "entryPrice": 2390.105,
          "exitPrice": 2394.153,
          "stopDistance": 4.048,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 90
        },
        {
          "entryTs": 1722390300,
          "entryUtc": "2024-07-31T01:45:00.000Z",
          "exitTs": 1722390960,
          "dir": 1,
          "entryPrice": 2411.025,
          "exitPrice": 2408.655,
          "stopDistance": 2.37,
          "outcome": "stop",
          "netR": -1.1772,
          "holdMinutes": 11
        },
        {
          "entryTs": 1722395400,
          "entryUtc": "2024-07-31T03:10:00.000Z",
          "exitTs": 1722395760,
          "dir": 1,
          "entryPrice": 2410.375,
          "exitPrice": 2415.76,
          "stopDistance": 2.693,
          "outcome": "target",
          "netR": 1.8626,
          "holdMinutes": 6
        },
        {
          "entryTs": 1722415800,
          "entryUtc": "2024-07-31T08:50:00.000Z",
          "exitTs": 1722418560,
          "dir": 1,
          "entryPrice": 2420.865,
          "exitPrice": 2418.07,
          "stopDistance": 2.795,
          "outcome": "stop",
          "netR": -1.1502,
          "holdMinutes": 46
        },
        {
          "entryTs": 1722425700,
          "entryUtc": "2024-07-31T11:35:00.000Z",
          "exitTs": 1722427560,
          "dir": 1,
          "entryPrice": 2420.345,
          "exitPrice": 2418.237,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1992,
          "holdMinutes": 31
        },
        {
          "entryTs": 1722429300,
          "entryUtc": "2024-07-31T12:35:00.000Z",
          "exitTs": 1722429360,
          "dir": 1,
          "entryPrice": 2421.465,
          "exitPrice": 2418.671,
          "stopDistance": 2.794,
          "outcome": "stop",
          "netR": -1.1503,
          "holdMinutes": 1
        },
        {
          "entryTs": 1722432900,
          "entryUtc": "2024-07-31T13:35:00.000Z",
          "exitTs": 1722435300,
          "dir": 1,
          "entryPrice": 2422.385,
          "exitPrice": 2428.628,
          "stopDistance": 3.122,
          "outcome": "target",
          "netR": 1.8815,
          "holdMinutes": 40
        },
        {
          "entryTs": 1722438300,
          "entryUtc": "2024-07-31T15:05:00.000Z",
          "exitTs": 1722451260,
          "dir": 1,
          "entryPrice": 2422.985,
          "exitPrice": 2430.511,
          "stopDistance": 3.763,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 216
        },
        {
          "entryTs": 1722473100,
          "entryUtc": "2024-08-01T00:45:00.000Z",
          "exitTs": 1722474720,
          "dir": 1,
          "entryPrice": 2447.675,
          "exitPrice": 2451.476,
          "stopDistance": 1.9,
          "outcome": "target",
          "netR": 1.8053,
          "holdMinutes": 27
        },
        {
          "entryTs": 1722486900,
          "entryUtc": "2024-08-01T04:35:00.000Z",
          "exitTs": 1722495720,
          "dir": 1,
          "entryPrice": 2445.665,
          "exitPrice": 2443.17,
          "stopDistance": 2.495,
          "outcome": "stop",
          "netR": -1.1683,
          "holdMinutes": 147
        },
        {
          "entryTs": 1722509400,
          "entryUtc": "2024-08-01T10:50:00.000Z",
          "exitTs": 1722513000,
          "dir": 1,
          "entryPrice": 2435.375,
          "exitPrice": 2440.447,
          "stopDistance": 2.536,
          "outcome": "target",
          "netR": 1.8541,
          "holdMinutes": 60
        },
        {
          "entryTs": 1722523200,
          "entryUtc": "2024-08-01T14:40:00.000Z",
          "exitTs": 1722524040,
          "dir": 1,
          "entryPrice": 2452.165,
          "exitPrice": 2445.3,
          "stopDistance": 6.865,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 14
        },
        {
          "entryTs": 1722540000,
          "entryUtc": "2024-08-01T19:20:00.000Z",
          "exitTs": 1722545760,
          "dir": 1,
          "entryPrice": 2440.425,
          "exitPrice": 2447.185,
          "stopDistance": 3.38,
          "outcome": "target",
          "netR": 1.8905,
          "holdMinutes": 96
        },
        {
          "entryTs": 1722564300,
          "entryUtc": "2024-08-02T02:05:00.000Z",
          "exitTs": 1722568320,
          "dir": 1,
          "entryPrice": 2449.175,
          "exitPrice": 2457.373,
          "stopDistance": 4.099,
          "outcome": "target",
          "netR": 1.9097,
          "holdMinutes": 67
        },
        {
          "entryTs": 1722586800,
          "entryUtc": "2024-08-02T08:20:00.000Z",
          "exitTs": 1722597300,
          "dir": 1,
          "entryPrice": 2463.595,
          "exitPrice": 2460.469,
          "stopDistance": 3.126,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 175
        },
        {
          "entryTs": 1722602100,
          "entryUtc": "2024-08-02T12:35:00.000Z",
          "exitTs": 1722603720,
          "dir": 1,
          "entryPrice": 2473.385,
          "exitPrice": 2468.872,
          "stopDistance": 4.513,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 27
        },
        {
          "entryTs": 1722623100,
          "entryUtc": "2024-08-02T18:25:00.000Z",
          "exitTs": 1722624660,
          "dir": 1,
          "entryPrice": 2431.698,
          "exitPrice": 2427.192,
          "stopDistance": 4.506,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 26
        },
        {
          "entryTs": 1722627300,
          "entryUtc": "2024-08-02T19:35:00.000Z",
          "exitTs": 1722631380,
          "dir": 1,
          "entryPrice": 2434.715,
          "exitPrice": 2442.286,
          "stopDistance": 3.785,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 68
        },
        {
          "entryTs": 1722822000,
          "entryUtc": "2024-08-05T01:40:00.000Z",
          "exitTs": 1722830460,
          "dir": 1,
          "entryPrice": 2436.225,
          "exitPrice": 2452.651,
          "stopDistance": 8.213,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 141
        },
        {
          "entryTs": 1722843300,
          "entryUtc": "2024-08-05T07:35:00.000Z",
          "exitTs": 1722843720,
          "dir": 1,
          "entryPrice": 2443.585,
          "exitPrice": 2437.183,
          "stopDistance": 6.401,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 7
        },
        {
          "entryTs": 1722879600,
          "entryUtc": "2024-08-05T17:40:00.000Z",
          "exitTs": 1722880560,
          "dir": -1,
          "entryPrice": 2401.275,
          "exitPrice": 2406.135,
          "stopDistance": 4.86,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 16
        },
        {
          "entryTs": 1722899100,
          "entryUtc": "2024-08-05T23:05:00.000Z",
          "exitTs": 1722903720,
          "dir": -1,
          "entryPrice": 2408.465,
          "exitPrice": 2410.626,
          "stopDistance": 2.161,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 77
        },
        {
          "entryTs": 1722910200,
          "entryUtc": "2024-08-06T02:10:00.000Z",
          "exitTs": 1722923220,
          "dir": -1,
          "entryPrice": 2411.005,
          "exitPrice": 2403.573,
          "stopDistance": 3.716,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 217
        },
        {
          "entryTs": 1722942600,
          "entryUtc": "2024-08-06T11:10:00.000Z",
          "exitTs": 1722944040,
          "dir": -1,
          "entryPrice": 2411.905,
          "exitPrice": 2414.712,
          "stopDistance": 2.807,
          "outcome": "stop",
          "netR": -1.1496,
          "holdMinutes": 24
        },
        {
          "entryTs": 1722945300,
          "entryUtc": "2024-08-06T11:55:00.000Z",
          "exitTs": 1722946800,
          "dir": -1,
          "entryPrice": 2411.755,
          "exitPrice": 2406.092,
          "stopDistance": 2.831,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 25
        },
        {
          "entryTs": 1722972000,
          "entryUtc": "2024-08-06T19:20:00.000Z",
          "exitTs": 1722987660,
          "dir": -1,
          "entryPrice": 2389.475,
          "exitPrice": 2384.389,
          "stopDistance": 2.543,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 261
        },
        {
          "entryTs": 1722993600,
          "entryUtc": "2024-08-07T01:20:00.000Z",
          "exitTs": 1722994500,
          "dir": -1,
          "entryPrice": 2382.215,
          "exitPrice": 2385.337,
          "stopDistance": 3.122,
          "outcome": "stop",
          "netR": -1.1345,
          "holdMinutes": 15
        },
        {
          "entryTs": 1722999900,
          "entryUtc": "2024-08-07T03:05:00.000Z",
          "exitTs": 1723003800,
          "dir": -1,
          "entryPrice": 2384.085,
          "exitPrice": 2387.81,
          "stopDistance": 3.725,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 65
        },
        {
          "entryTs": 1723016100,
          "entryUtc": "2024-08-07T07:35:00.000Z",
          "exitTs": 1723021140,
          "dir": -1,
          "entryPrice": 2390.478,
          "exitPrice": 2393.436,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 84
        },
        {
          "entryTs": 1723038900,
          "entryUtc": "2024-08-07T13:55:00.000Z",
          "exitTs": 1723041120,
          "dir": -1,
          "entryPrice": 2398.805,
          "exitPrice": 2402.643,
          "stopDistance": 3.838,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 37
        },
        {
          "entryTs": 1723042500,
          "entryUtc": "2024-08-07T14:55:00.000Z",
          "exitTs": 1723042560,
          "dir": -1,
          "entryPrice": 2398.175,
          "exitPrice": 2401.741,
          "stopDistance": 3.566,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 1
        },
        {
          "entryTs": 1723050900,
          "entryUtc": "2024-08-07T17:15:00.000Z",
          "exitTs": 1723053720,
          "dir": -1,
          "entryPrice": 2395.385,
          "exitPrice": 2388.876,
          "stopDistance": 3.255,
          "outcome": "target",
          "netR": 1.8863,
          "holdMinutes": 47
        },
        {
          "entryTs": 1723105800,
          "entryUtc": "2024-08-08T08:30:00.000Z",
          "exitTs": 1723107780,
          "dir": -1,
          "entryPrice": 2394.485,
          "exitPrice": 2396.905,
          "stopDistance": 2.42,
          "outcome": "stop",
          "netR": -1.1736,
          "holdMinutes": 33
        },
        {
          "entryTs": 1723110000,
          "entryUtc": "2024-08-08T09:40:00.000Z",
          "exitTs": 1723111200,
          "dir": -1,
          "entryPrice": 2394.425,
          "exitPrice": 2396.865,
          "stopDistance": 2.44,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 20
        },
        {
          "entryTs": 1723124400,
          "entryUtc": "2024-08-08T13:40:00.000Z",
          "exitTs": 1723126860,
          "dir": 1,
          "entryPrice": 2412.415,
          "exitPrice": 2421.602,
          "stopDistance": 4.594,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 41
        },
        {
          "entryTs": 1723146300,
          "entryUtc": "2024-08-08T19:45:00.000Z",
          "exitTs": 1723165800,
          "dir": 1,
          "entryPrice": 2423.494,
          "exitPrice": 2421.063,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 325
        },
        {
          "entryTs": 1723167600,
          "entryUtc": "2024-08-09T01:40:00.000Z",
          "exitTs": 1723172280,
          "dir": 1,
          "entryPrice": 2425.085,
          "exitPrice": 2422.698,
          "stopDistance": 2.387,
          "outcome": "stop",
          "netR": -1.176,
          "holdMinutes": 78
        },
        {
          "entryTs": 1723179300,
          "entryUtc": "2024-08-09T04:55:00.000Z",
          "exitTs": 1723181520,
          "dir": 1,
          "entryPrice": 2422.475,
          "exitPrice": 2420.657,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 37
        },
        {
          "entryTs": 1723187100,
          "entryUtc": "2024-08-09T07:05:00.000Z",
          "exitTs": 1723189740,
          "dir": 1,
          "entryPrice": 2421.045,
          "exitPrice": 2425.681,
          "stopDistance": 2.318,
          "outcome": "target",
          "netR": 1.8404,
          "holdMinutes": 44
        },
        {
          "entryTs": 1723199400,
          "entryUtc": "2024-08-09T10:30:00.000Z",
          "exitTs": 1723200180,
          "dir": 1,
          "entryPrice": 2424.895,
          "exitPrice": 2428.904,
          "stopDistance": 2.004,
          "outcome": "target",
          "netR": 1.8154,
          "holdMinutes": 13
        },
        {
          "entryTs": 1723207800,
          "entryUtc": "2024-08-09T12:50:00.000Z",
          "exitTs": 1723210920,
          "dir": 1,
          "entryPrice": 2428.165,
          "exitPrice": 2425.444,
          "stopDistance": 2.721,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 52
        },
        {
          "entryTs": 1723213200,
          "entryUtc": "2024-08-09T14:20:00.000Z",
          "exitTs": 1723215060,
          "dir": 1,
          "entryPrice": 2431.128,
          "exitPrice": 2427.144,
          "stopDistance": 3.983,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 31
        },
        {
          "entryTs": 1723234500,
          "entryUtc": "2024-08-09T20:15:00.000Z",
          "exitTs": 1723413600,
          "dir": 1,
          "entryPrice": 2430.208,
          "exitPrice": 2429.695,
          "stopDistance": 1.815,
          "outcome": "time",
          "netR": -0.4866,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1723425900,
          "entryUtc": "2024-08-12T01:25:00.000Z",
          "exitTs": 1723426620,
          "dir": 1,
          "entryPrice": 2429.135,
          "exitPrice": 2427.313,
          "stopDistance": 1.822,
          "outcome": "stop",
          "netR": -1.2305,
          "holdMinutes": 12
        },
        {
          "entryTs": 1723433100,
          "entryUtc": "2024-08-12T03:25:00.000Z",
          "exitTs": 1723437000,
          "dir": 1,
          "entryPrice": 2427.175,
          "exitPrice": 2430.879,
          "stopDistance": 1.852,
          "outcome": "target",
          "netR": 1.8002,
          "holdMinutes": 65
        },
        {
          "entryTs": 1723464600,
          "entryUtc": "2024-08-12T12:10:00.000Z",
          "exitTs": 1723469460,
          "dir": 1,
          "entryPrice": 2443.595,
          "exitPrice": 2447.598,
          "stopDistance": 2.002,
          "outcome": "target",
          "netR": 1.8151,
          "holdMinutes": 81
        },
        {
          "entryTs": 1723529100,
          "entryUtc": "2024-08-13T06:05:00.000Z",
          "exitTs": 1723538280,
          "dir": 1,
          "entryPrice": 2462.775,
          "exitPrice": 2460.175,
          "stopDistance": 2.6,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 153
        },
        {
          "entryTs": 1723544700,
          "entryUtc": "2024-08-13T10:25:00.000Z",
          "exitTs": 1723544940,
          "dir": 1,
          "entryPrice": 2463.055,
          "exitPrice": 2461.058,
          "stopDistance": 1.997,
          "outcome": "stop",
          "netR": -1.2103,
          "holdMinutes": 4
        },
        {
          "entryTs": 1723560600,
          "entryUtc": "2024-08-13T14:50:00.000Z",
          "exitTs": 1723563420,
          "dir": 1,
          "entryPrice": 2470.725,
          "exitPrice": 2466.253,
          "stopDistance": 4.472,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 47
        },
        {
          "entryTs": 1723565700,
          "entryUtc": "2024-08-13T16:15:00.000Z",
          "exitTs": 1723566540,
          "dir": 1,
          "entryPrice": 2470.528,
          "exitPrice": 2467.342,
          "stopDistance": 3.186,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 14
        },
        {
          "entryTs": 1723581300,
          "entryUtc": "2024-08-13T20:35:00.000Z",
          "exitTs": 1723581840,
          "dir": 1,
          "entryPrice": 2467.265,
          "exitPrice": 2465.551,
          "stopDistance": 1.713,
          "outcome": "stop",
          "netR": -1.2451,
          "holdMinutes": 9
        },
        {
          "entryTs": 1723594800,
          "entryUtc": "2024-08-14T00:20:00.000Z",
          "exitTs": 1723597980,
          "dir": 1,
          "entryPrice": 2465.325,
          "exitPrice": 2468.02,
          "stopDistance": 1.348,
          "outcome": "target",
          "netR": 1.7255,
          "holdMinutes": 53
        },
        {
          "entryTs": 1723611300,
          "entryUtc": "2024-08-14T04:55:00.000Z",
          "exitTs": 1723614720,
          "dir": 1,
          "entryPrice": 2461.495,
          "exitPrice": 2459.521,
          "stopDistance": 1.974,
          "outcome": "stop",
          "netR": -1.2128,
          "holdMinutes": 57
        },
        {
          "entryTs": 1723616100,
          "entryUtc": "2024-08-14T06:15:00.000Z",
          "exitTs": 1723616880,
          "dir": 1,
          "entryPrice": 2461.585,
          "exitPrice": 2465.451,
          "stopDistance": 1.933,
          "outcome": "target",
          "netR": 1.8086,
          "holdMinutes": 13
        },
        {
          "entryTs": 1723632600,
          "entryUtc": "2024-08-14T10:50:00.000Z",
          "exitTs": 1723633560,
          "dir": 1,
          "entryPrice": 2473.735,
          "exitPrice": 2471.686,
          "stopDistance": 2.049,
          "outcome": "stop",
          "netR": -1.205,
          "holdMinutes": 16
        },
        {
          "entryTs": 1723660800,
          "entryUtc": "2024-08-14T18:40:00.000Z",
          "exitTs": 1723680000,
          "dir": 1,
          "entryPrice": 2444.828,
          "exitPrice": 2449.696,
          "stopDistance": 2.434,
          "outcome": "target",
          "netR": 1.848,
          "holdMinutes": 320
        },
        {
          "entryTs": 1723688100,
          "entryUtc": "2024-08-15T02:15:00.000Z",
          "exitTs": 1723702320,
          "dir": 1,
          "entryPrice": 2451.804,
          "exitPrice": 2456.847,
          "stopDistance": 2.522,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 237
        },
        {
          "entryTs": 1723710900,
          "entryUtc": "2024-08-15T08:35:00.000Z",
          "exitTs": 1723721280,
          "dir": 1,
          "entryPrice": 2456.045,
          "exitPrice": 2460.194,
          "stopDistance": 2.074,
          "outcome": "target",
          "netR": 1.8216,
          "holdMinutes": 173
        },
        {
          "entryTs": 1723732500,
          "entryUtc": "2024-08-15T14:35:00.000Z",
          "exitTs": 1723762500,
          "dir": 1,
          "entryPrice": 2453.998,
          "exitPrice": 2454.755,
          "stopDistance": 6.562,
          "outcome": "time",
          "netR": 0.0589,
          "holdMinutes": 500
        },
        {
          "entryTs": 1723764900,
          "entryUtc": "2024-08-15T23:35:00.000Z",
          "exitTs": 1723768320,
          "dir": 1,
          "entryPrice": 2456.995,
          "exitPrice": 2459.373,
          "stopDistance": 1.189,
          "outcome": "target",
          "netR": 1.6888,
          "holdMinutes": 57
        },
        {
          "entryTs": 1723786200,
          "entryUtc": "2024-08-16T05:30:00.000Z",
          "exitTs": 1723788120,
          "dir": 1,
          "entryPrice": 2453.625,
          "exitPrice": 2456.336,
          "stopDistance": 1.356,
          "outcome": "target",
          "netR": 1.7271,
          "holdMinutes": 32
        },
        {
          "entryTs": 1723794600,
          "entryUtc": "2024-08-16T07:50:00.000Z",
          "exitTs": 1723794720,
          "dir": 1,
          "entryPrice": 2458.105,
          "exitPrice": 2462.733,
          "stopDistance": 2.314,
          "outcome": "target",
          "netR": 1.8401,
          "holdMinutes": 2
        },
        {
          "entryTs": 1723820100,
          "entryUtc": "2024-08-16T14:55:00.000Z",
          "exitTs": 1723833420,
          "dir": 1,
          "entryPrice": 2487.625,
          "exitPrice": 2501.15,
          "stopDistance": 6.763,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 222
        },
        {
          "entryTs": 1724025300,
          "entryUtc": "2024-08-18T23:55:00.000Z",
          "exitTs": 1724026980,
          "dir": 1,
          "entryPrice": 2506.005,
          "exitPrice": 2504.143,
          "stopDistance": 1.862,
          "outcome": "stop",
          "netR": -1.2255,
          "holdMinutes": 28
        },
        {
          "entryTs": 1724036100,
          "entryUtc": "2024-08-19T02:55:00.000Z",
          "exitTs": 1724041380,
          "dir": 1,
          "entryPrice": 2503.085,
          "exitPrice": 2500.05,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 88
        },
        {
          "entryTs": 1724047800,
          "entryUtc": "2024-08-19T06:10:00.000Z",
          "exitTs": 1724048340,
          "dir": 1,
          "entryPrice": 2503.875,
          "exitPrice": 2501.441,
          "stopDistance": 2.434,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 9
        },
        {
          "entryTs": 1724054700,
          "entryUtc": "2024-08-19T08:05:00.000Z",
          "exitTs": 1724059860,
          "dir": 1,
          "entryPrice": 2503.465,
          "exitPrice": 2500.816,
          "stopDistance": 2.649,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 86
        },
        {
          "entryTs": 1724070000,
          "entryUtc": "2024-08-19T12:20:00.000Z",
          "exitTs": 1724071020,
          "dir": 1,
          "entryPrice": 2494.288,
          "exitPrice": 2491.578,
          "stopDistance": 2.71,
          "outcome": "stop",
          "netR": -1.155,
          "holdMinutes": 17
        },
        {
          "entryTs": 1724076000,
          "entryUtc": "2024-08-19T14:00:00.000Z",
          "exitTs": 1724078280,
          "dir": 1,
          "entryPrice": 2494.518,
          "exitPrice": 2503.183,
          "stopDistance": 4.332,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 38
        },
        {
          "entryTs": 1724092500,
          "entryUtc": "2024-08-19T18:35:00.000Z",
          "exitTs": 1724116440,
          "dir": 1,
          "entryPrice": 2503.935,
          "exitPrice": 2501.783,
          "stopDistance": 2.152,
          "outcome": "stop",
          "netR": -1.1952,
          "holdMinutes": 399
        },
        {
          "entryTs": 1724126400,
          "entryUtc": "2024-08-20T04:00:00.000Z",
          "exitTs": 1724128020,
          "dir": 1,
          "entryPrice": 2501.685,
          "exitPrice": 2499.899,
          "stopDistance": 1.786,
          "outcome": "stop",
          "netR": -1.2352,
          "holdMinutes": 27
        },
        {
          "entryTs": 1724128800,
          "entryUtc": "2024-08-20T04:40:00.000Z",
          "exitTs": 1724133420,
          "dir": 1,
          "entryPrice": 2501.615,
          "exitPrice": 2500.011,
          "stopDistance": 1.604,
          "outcome": "stop",
          "netR": -1.2619,
          "holdMinutes": 77
        },
        {
          "entryTs": 1724135700,
          "entryUtc": "2024-08-20T06:35:00.000Z",
          "exitTs": 1724139480,
          "dir": 1,
          "entryPrice": 2503.605,
          "exitPrice": 2508.738,
          "stopDistance": 2.567,
          "outcome": "target",
          "netR": 1.8558,
          "holdMinutes": 63
        },
        {
          "entryTs": 1724175000,
          "entryUtc": "2024-08-20T17:30:00.000Z",
          "exitTs": 1724205000,
          "dir": 1,
          "entryPrice": 2512.368,
          "exitPrice": 2516.795,
          "stopDistance": 4.18,
          "outcome": "time",
          "netR": 0.9706,
          "holdMinutes": 500
        },
        {
          "entryTs": 1724205300,
          "entryUtc": "2024-08-21T01:55:00.000Z",
          "exitTs": 1724210280,
          "dir": 1,
          "entryPrice": 2516.718,
          "exitPrice": 2514.303,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 83
        },
        {
          "entryTs": 1724212500,
          "entryUtc": "2024-08-21T03:55:00.000Z",
          "exitTs": 1724214960,
          "dir": 1,
          "entryPrice": 2518.115,
          "exitPrice": 2515.742,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 41
        },
        {
          "entryTs": 1724217600,
          "entryUtc": "2024-08-21T05:20:00.000Z",
          "exitTs": 1724219700,
          "dir": 1,
          "entryPrice": 2516.745,
          "exitPrice": 2515.107,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2564,
          "holdMinutes": 35
        },
        {
          "entryTs": 1724221800,
          "entryUtc": "2024-08-21T06:30:00.000Z",
          "exitTs": 1724222460,
          "dir": 1,
          "entryPrice": 2518.975,
          "exitPrice": 2516.566,
          "stopDistance": 2.41,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 11
        },
        {
          "entryTs": 1724237400,
          "entryUtc": "2024-08-21T10:50:00.000Z",
          "exitTs": 1724240760,
          "dir": 1,
          "entryPrice": 2508.125,
          "exitPrice": 2512.639,
          "stopDistance": 2.257,
          "outcome": "target",
          "netR": 1.8361,
          "holdMinutes": 56
        },
        {
          "entryTs": 1724245500,
          "entryUtc": "2024-08-21T13:05:00.000Z",
          "exitTs": 1724245980,
          "dir": 1,
          "entryPrice": 2511.135,
          "exitPrice": 2508.429,
          "stopDistance": 2.706,
          "outcome": "stop",
          "netR": -1.1552,
          "holdMinutes": 8
        },
        {
          "entryTs": 1724253600,
          "entryUtc": "2024-08-21T15:20:00.000Z",
          "exitTs": 1724264160,
          "dir": 1,
          "entryPrice": 2506.525,
          "exitPrice": 2517.685,
          "stopDistance": 5.58,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 176
        },
        {
          "entryTs": 1724269200,
          "entryUtc": "2024-08-21T19:40:00.000Z",
          "exitTs": 1724270640,
          "dir": 1,
          "entryPrice": 2513.644,
          "exitPrice": 2511.01,
          "stopDistance": 2.634,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 24
        },
        {
          "entryTs": 1724278800,
          "entryUtc": "2024-08-21T22:20:00.000Z",
          "exitTs": 1724285760,
          "dir": 1,
          "entryPrice": 2512.935,
          "exitPrice": 2511.162,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 116
        },
        {
          "entryTs": 1724287800,
          "entryUtc": "2024-08-22T00:50:00.000Z",
          "exitTs": 1724288580,
          "dir": 1,
          "entryPrice": 2513.865,
          "exitPrice": 2512.589,
          "stopDistance": 1.276,
          "outcome": "stop",
          "netR": -1.3291,
          "holdMinutes": 13
        },
        {
          "entryTs": 1724304300,
          "entryUtc": "2024-08-22T05:25:00.000Z",
          "exitTs": 1724305260,
          "dir": 1,
          "entryPrice": 2503.328,
          "exitPrice": 2501.552,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 16
        },
        {
          "entryTs": 1724319600,
          "entryUtc": "2024-08-22T09:40:00.000Z",
          "exitTs": 1724324580,
          "dir": 1,
          "entryPrice": 2506.485,
          "exitPrice": 2503.922,
          "stopDistance": 2.563,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 83
        },
        {
          "entryTs": 1724343000,
          "entryUtc": "2024-08-22T16:10:00.000Z",
          "exitTs": 1724354700,
          "dir": 1,
          "entryPrice": 2483.335,
          "exitPrice": 2478.841,
          "stopDistance": 4.494,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 195
        },
        {
          "entryTs": 1724357100,
          "entryUtc": "2024-08-22T20:05:00.000Z",
          "exitTs": 1724372340,
          "dir": 1,
          "entryPrice": 2483.555,
          "exitPrice": 2487.98,
          "stopDistance": 2.212,
          "outcome": "target",
          "netR": 1.8328,
          "holdMinutes": 254
        },
        {
          "entryTs": 1724382000,
          "entryUtc": "2024-08-23T03:00:00.000Z",
          "exitTs": 1724385720,
          "dir": 1,
          "entryPrice": 2489.815,
          "exitPrice": 2494.016,
          "stopDistance": 2.101,
          "outcome": "target",
          "netR": 1.8239,
          "holdMinutes": 62
        },
        {
          "entryTs": 1724394600,
          "entryUtc": "2024-08-23T06:30:00.000Z",
          "exitTs": 1724394660,
          "dir": 1,
          "entryPrice": 2494.425,
          "exitPrice": 2492.535,
          "stopDistance": 1.89,
          "outcome": "stop",
          "netR": -1.2222,
          "holdMinutes": 1
        },
        {
          "entryTs": 1724396100,
          "entryUtc": "2024-08-23T06:55:00.000Z",
          "exitTs": 1724402460,
          "dir": 1,
          "entryPrice": 2493.545,
          "exitPrice": 2497.69,
          "stopDistance": 2.073,
          "outcome": "target",
          "netR": 1.8215,
          "holdMinutes": 106
        },
        {
          "entryTs": 1724410800,
          "entryUtc": "2024-08-23T11:00:00.000Z",
          "exitTs": 1724419020,
          "dir": 1,
          "entryPrice": 2498.915,
          "exitPrice": 2503.225,
          "stopDistance": 2.155,
          "outcome": "target",
          "netR": 1.8283,
          "holdMinutes": 137
        },
        {
          "entryTs": 1724421900,
          "entryUtc": "2024-08-23T14:05:00.000Z",
          "exitTs": 1724422740,
          "dir": 1,
          "entryPrice": 2510.748,
          "exitPrice": 2506.387,
          "stopDistance": 4.361,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 14
        },
        {
          "entryTs": 1724433000,
          "entryUtc": "2024-08-23T17:10:00.000Z",
          "exitTs": 1724623200,
          "dir": 1,
          "entryPrice": 2511.325,
          "exitPrice": 2511.855,
          "stopDistance": 4.516,
          "outcome": "time",
          "netR": 0.0354,
          "holdMinutes": 3170
        },
        {
          "entryTs": 1724638800,
          "entryUtc": "2024-08-26T02:20:00.000Z",
          "exitTs": 1724640900,
          "dir": 1,
          "entryPrice": 2514.465,
          "exitPrice": 2512.297,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 35
        },
        {
          "entryTs": 1724652600,
          "entryUtc": "2024-08-26T06:10:00.000Z",
          "exitTs": 1724653740,
          "dir": 1,
          "entryPrice": 2510.615,
          "exitPrice": 2513.591,
          "stopDistance": 1.488,
          "outcome": "target",
          "netR": 1.7514,
          "holdMinutes": 19
        },
        {
          "entryTs": 1724673300,
          "entryUtc": "2024-08-26T11:55:00.000Z",
          "exitTs": 1724675040,
          "dir": 1,
          "entryPrice": 2526.035,
          "exitPrice": 2523.732,
          "stopDistance": 2.303,
          "outcome": "stop",
          "netR": -1.1824,
          "holdMinutes": 29
        },
        {
          "entryTs": 1724678400,
          "entryUtc": "2024-08-26T13:20:00.000Z",
          "exitTs": 1724679900,
          "dir": 1,
          "entryPrice": 2525.458,
          "exitPrice": 2522.649,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 25
        },
        {
          "entryTs": 1724691000,
          "entryUtc": "2024-08-26T16:50:00.000Z",
          "exitTs": 1724691780,
          "dir": 1,
          "entryPrice": 2517.878,
          "exitPrice": 2522.965,
          "stopDistance": 2.544,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 13
        },
        {
          "entryTs": 1724699400,
          "entryUtc": "2024-08-26T19:10:00.000Z",
          "exitTs": 1724702820,
          "dir": 1,
          "entryPrice": 2519.418,
          "exitPrice": 2517.404,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 57
        },
        {
          "entryTs": 1724704500,
          "entryUtc": "2024-08-26T20:35:00.000Z",
          "exitTs": 1724709600,
          "dir": 1,
          "entryPrice": 2518.798,
          "exitPrice": 2517.373,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2947,
          "holdMinutes": 85
        },
        {
          "entryTs": 1724735700,
          "entryUtc": "2024-08-27T05:15:00.000Z",
          "exitTs": 1724737620,
          "dir": 1,
          "entryPrice": 2508.855,
          "exitPrice": 2512.24,
          "stopDistance": 1.693,
          "outcome": "target",
          "netR": 1.7814,
          "holdMinutes": 32
        },
        {
          "entryTs": 1724749800,
          "entryUtc": "2024-08-27T09:10:00.000Z",
          "exitTs": 1724751060,
          "dir": 1,
          "entryPrice": 2513.265,
          "exitPrice": 2510.409,
          "stopDistance": 2.856,
          "outcome": "stop",
          "netR": -1.1471,
          "holdMinutes": 21
        },
        {
          "entryTs": 1724757600,
          "entryUtc": "2024-08-27T11:20:00.000Z",
          "exitTs": 1724761920,
          "dir": 1,
          "entryPrice": 2510.618,
          "exitPrice": 2508.214,
          "stopDistance": 2.404,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 72
        },
        {
          "entryTs": 1724766900,
          "entryUtc": "2024-08-27T13:55:00.000Z",
          "exitTs": 1724767260,
          "dir": 1,
          "entryPrice": 2512.825,
          "exitPrice": 2509.138,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 6
        },
        {
          "entryTs": 1724778000,
          "entryUtc": "2024-08-27T17:00:00.000Z",
          "exitTs": 1724780340,
          "dir": 1,
          "entryPrice": 2514.275,
          "exitPrice": 2519.503,
          "stopDistance": 2.614,
          "outcome": "target",
          "netR": 1.8585,
          "holdMinutes": 39
        },
        {
          "entryTs": 1724829000,
          "entryUtc": "2024-08-28T07:10:00.000Z",
          "exitTs": 1724829780,
          "dir": 1,
          "entryPrice": 2510.665,
          "exitPrice": 2507.907,
          "stopDistance": 2.758,
          "outcome": "stop",
          "netR": -1.1523,
          "holdMinutes": 13
        },
        {
          "entryTs": 1724836500,
          "entryUtc": "2024-08-28T09:15:00.000Z",
          "exitTs": 1724840160,
          "dir": 1,
          "entryPrice": 2508.865,
          "exitPrice": 2506.63,
          "stopDistance": 2.235,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 61
        },
        {
          "entryTs": 1724850900,
          "entryUtc": "2024-08-28T13:15:00.000Z",
          "exitTs": 1724852280,
          "dir": 1,
          "entryPrice": 2506.035,
          "exitPrice": 2502.804,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 23
        },
        {
          "entryTs": 1724867100,
          "entryUtc": "2024-08-28T17:45:00.000Z",
          "exitTs": 1724877480,
          "dir": 1,
          "entryPrice": 2506.045,
          "exitPrice": 2503.212,
          "stopDistance": 2.832,
          "outcome": "stop",
          "netR": -1.1483,
          "holdMinutes": 173
        },
        {
          "entryTs": 1724884500,
          "entryUtc": "2024-08-28T22:35:00.000Z",
          "exitTs": 1724890560,
          "dir": 1,
          "entryPrice": 2507.615,
          "exitPrice": 2511.748,
          "stopDistance": 2.067,
          "outcome": "target",
          "netR": 1.821,
          "holdMinutes": 101
        },
        {
          "entryTs": 1724909400,
          "entryUtc": "2024-08-29T05:30:00.000Z",
          "exitTs": 1724911620,
          "dir": 1,
          "entryPrice": 2516.395,
          "exitPrice": 2519.871,
          "stopDistance": 1.738,
          "outcome": "target",
          "netR": 1.7871,
          "holdMinutes": 37
        },
        {
          "entryTs": 1724919600,
          "entryUtc": "2024-08-29T08:20:00.000Z",
          "exitTs": 1724919900,
          "dir": 1,
          "entryPrice": 2518.535,
          "exitPrice": 2516.033,
          "stopDistance": 2.502,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 5
        },
        {
          "entryTs": 1724924100,
          "entryUtc": "2024-08-29T09:35:00.000Z",
          "exitTs": 1724925120,
          "dir": 1,
          "entryPrice": 2518.705,
          "exitPrice": 2523.556,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 17
        },
        {
          "entryTs": 1724940000,
          "entryUtc": "2024-08-29T14:00:00.000Z",
          "exitTs": 1724950500,
          "dir": 1,
          "entryPrice": 2516.558,
          "exitPrice": 2525.605,
          "stopDistance": 4.523,
          "outcome": "target",
          "netR": 1.9182,
          "holdMinutes": 175
        },
        {
          "entryTs": 1724996100,
          "entryUtc": "2024-08-30T05:35:00.000Z",
          "exitTs": 1724996520,
          "dir": 1,
          "entryPrice": 2515.045,
          "exitPrice": 2513.663,
          "stopDistance": 1.382,
          "outcome": "stop",
          "netR": -1.304,
          "holdMinutes": 7
        },
        {
          "entryTs": 1724998200,
          "entryUtc": "2024-08-30T06:10:00.000Z",
          "exitTs": 1724999040,
          "dir": 1,
          "entryPrice": 2515.295,
          "exitPrice": 2518.616,
          "stopDistance": 1.661,
          "outcome": "target",
          "netR": 1.7772,
          "holdMinutes": 14
        },
        {
          "entryTs": 1725020100,
          "entryUtc": "2024-08-30T12:15:00.000Z",
          "exitTs": 1725021300,
          "dir": 1,
          "entryPrice": 2521.215,
          "exitPrice": 2518.842,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 20
        },
        {
          "entryTs": 1725045000,
          "entryUtc": "2024-08-30T19:10:00.000Z",
          "exitTs": 1725045840,
          "dir": -1,
          "entryPrice": 2498.688,
          "exitPrice": 2501.505,
          "stopDistance": 2.817,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 14
        },
        {
          "entryTs": 1725232800,
          "entryUtc": "2024-09-01T23:20:00.000Z",
          "exitTs": 1725233880,
          "dir": -1,
          "entryPrice": 2502.065,
          "exitPrice": 2503.331,
          "stopDistance": 1.266,
          "outcome": "stop",
          "netR": -1.3316,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725239100,
          "entryUtc": "2024-09-02T01:05:00.000Z",
          "exitTs": 1725241380,
          "dir": -1,
          "entryPrice": 2502.805,
          "exitPrice": 2499.355,
          "stopDistance": 1.725,
          "outcome": "target",
          "netR": 1.7855,
          "holdMinutes": 38
        },
        {
          "entryTs": 1725263100,
          "entryUtc": "2024-09-02T07:45:00.000Z",
          "exitTs": 1725264180,
          "dir": -1,
          "entryPrice": 2497.435,
          "exitPrice": 2499.599,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725283800,
          "entryUtc": "2024-09-02T13:30:00.000Z",
          "exitTs": 1725283980,
          "dir": -1,
          "entryPrice": 2498.735,
          "exitPrice": 2500.761,
          "stopDistance": 2.026,
          "outcome": "stop",
          "netR": -1.2073,
          "holdMinutes": 3
        },
        {
          "entryTs": 1725285600,
          "entryUtc": "2024-09-02T14:00:00.000Z",
          "exitTs": 1725288840,
          "dir": -1,
          "entryPrice": 2499.775,
          "exitPrice": 2501.931,
          "stopDistance": 2.157,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 54
        },
        {
          "entryTs": 1725295800,
          "entryUtc": "2024-09-02T16:50:00.000Z",
          "exitTs": 1725315960,
          "dir": -1,
          "entryPrice": 2500.485,
          "exitPrice": 2498.116,
          "stopDistance": 1.184,
          "outcome": "target",
          "netR": 1.6876,
          "holdMinutes": 336
        },
        {
          "entryTs": 1725335100,
          "entryUtc": "2024-09-03T03:45:00.000Z",
          "exitTs": 1725337080,
          "dir": -1,
          "entryPrice": 2493.255,
          "exitPrice": 2495.157,
          "stopDistance": 1.902,
          "outcome": "stop",
          "netR": -1.2209,
          "holdMinutes": 33
        },
        {
          "entryTs": 1725340800,
          "entryUtc": "2024-09-03T05:20:00.000Z",
          "exitTs": 1725344340,
          "dir": -1,
          "entryPrice": 2494.845,
          "exitPrice": 2496.303,
          "stopDistance": 1.458,
          "outcome": "stop",
          "netR": -1.2881,
          "holdMinutes": 59
        },
        {
          "entryTs": 1725357600,
          "entryUtc": "2024-09-03T10:00:00.000Z",
          "exitTs": 1725358800,
          "dir": -1,
          "entryPrice": 2500.868,
          "exitPrice": 2497.097,
          "stopDistance": 1.886,
          "outcome": "target",
          "netR": 1.8038,
          "holdMinutes": 20
        },
        {
          "entryTs": 1725410700,
          "entryUtc": "2024-09-04T00:45:00.000Z",
          "exitTs": 1725410880,
          "dir": -1,
          "entryPrice": 2492.755,
          "exitPrice": 2494.273,
          "stopDistance": 1.518,
          "outcome": "stop",
          "netR": -1.2767,
          "holdMinutes": 3
        },
        {
          "entryTs": 1725411300,
          "entryUtc": "2024-09-04T00:55:00.000Z",
          "exitTs": 1725417120,
          "dir": -1,
          "entryPrice": 2492.745,
          "exitPrice": 2494.384,
          "stopDistance": 1.639,
          "outcome": "stop",
          "netR": -1.2563,
          "holdMinutes": 97
        },
        {
          "entryTs": 1725429000,
          "entryUtc": "2024-09-04T05:50:00.000Z",
          "exitTs": 1725430920,
          "dir": -1,
          "entryPrice": 2493.735,
          "exitPrice": 2490.707,
          "stopDistance": 1.514,
          "outcome": "target",
          "netR": 1.7556,
          "holdMinutes": 32
        },
        {
          "entryTs": 1725454800,
          "entryUtc": "2024-09-04T13:00:00.000Z",
          "exitTs": 1725455880,
          "dir": -1,
          "entryPrice": 2486.445,
          "exitPrice": 2489.563,
          "stopDistance": 3.118,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725471300,
          "entryUtc": "2024-09-04T17:35:00.000Z",
          "exitTs": 1725483240,
          "dir": -1,
          "entryPrice": 2494.214,
          "exitPrice": 2496.482,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 199
        },
        {
          "entryTs": 1725496500,
          "entryUtc": "2024-09-05T00:35:00.000Z",
          "exitTs": 1725496920,
          "dir": -1,
          "entryPrice": 2494.618,
          "exitPrice": 2495.839,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3439,
          "holdMinutes": 7
        },
        {
          "entryTs": 1725507000,
          "entryUtc": "2024-09-05T03:30:00.000Z",
          "exitTs": 1725511920,
          "dir": -1,
          "entryPrice": 2496.655,
          "exitPrice": 2493.828,
          "stopDistance": 1.414,
          "outcome": "target",
          "netR": 1.7383,
          "holdMinutes": 82
        },
        {
          "entryTs": 1725538800,
          "entryUtc": "2024-09-05T12:20:00.000Z",
          "exitTs": 1725539700,
          "dir": 1,
          "entryPrice": 2516.234,
          "exitPrice": 2521.39,
          "stopDistance": 2.578,
          "outcome": "target",
          "netR": 1.8565,
          "holdMinutes": 15
        },
        {
          "entryTs": 1725542400,
          "entryUtc": "2024-09-05T13:20:00.000Z",
          "exitTs": 1725544080,
          "dir": 1,
          "entryPrice": 2517.365,
          "exitPrice": 2513.547,
          "stopDistance": 3.818,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 28
        },
        {
          "entryTs": 1725555300,
          "entryUtc": "2024-09-05T16:55:00.000Z",
          "exitTs": 1725577320,
          "dir": 1,
          "entryPrice": 2510.715,
          "exitPrice": 2516.983,
          "stopDistance": 3.134,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 367
        },
        {
          "entryTs": 1725590100,
          "entryUtc": "2024-09-06T02:35:00.000Z",
          "exitTs": 1725599280,
          "dir": 1,
          "entryPrice": 2516.705,
          "exitPrice": 2519.763,
          "stopDistance": 1.529,
          "outcome": "target",
          "netR": 1.758,
          "holdMinutes": 153
        },
        {
          "entryTs": 1725615300,
          "entryUtc": "2024-09-06T09:35:00.000Z",
          "exitTs": 1725622740,
          "dir": 1,
          "entryPrice": 2518.765,
          "exitPrice": 2517.037,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.2431,
          "holdMinutes": 124
        },
        {
          "entryTs": 1725626100,
          "entryUtc": "2024-09-06T12:35:00.000Z",
          "exitTs": 1725627600,
          "dir": 1,
          "entryPrice": 2524.115,
          "exitPrice": 2519.61,
          "stopDistance": 4.505,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 25
        },
        {
          "entryTs": 1725636000,
          "entryUtc": "2024-09-06T15:20:00.000Z",
          "exitTs": 1725637920,
          "dir": 1,
          "entryPrice": 2513.435,
          "exitPrice": 2505.239,
          "stopDistance": 8.196,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 32
        },
        {
          "entryTs": 1725838800,
          "entryUtc": "2024-09-08T23:40:00.000Z",
          "exitTs": 1725840120,
          "dir": -1,
          "entryPrice": 2496.385,
          "exitPrice": 2497.794,
          "stopDistance": 1.409,
          "outcome": "stop",
          "netR": -1.2981,
          "holdMinutes": 22
        },
        {
          "entryTs": 1725841800,
          "entryUtc": "2024-09-09T00:30:00.000Z",
          "exitTs": 1725842100,
          "dir": -1,
          "entryPrice": 2495.705,
          "exitPrice": 2497.147,
          "stopDistance": 1.442,
          "outcome": "stop",
          "netR": -1.2913,
          "holdMinutes": 5
        },
        {
          "entryTs": 1725842700,
          "entryUtc": "2024-09-09T00:45:00.000Z",
          "exitTs": 1725843900,
          "dir": -1,
          "entryPrice": 2496.104,
          "exitPrice": 2497.634,
          "stopDistance": 1.53,
          "outcome": "stop",
          "netR": -1.2745,
          "holdMinutes": 20
        },
        {
          "entryTs": 1725845700,
          "entryUtc": "2024-09-09T01:35:00.000Z",
          "exitTs": 1725847440,
          "dir": -1,
          "entryPrice": 2496.205,
          "exitPrice": 2498.327,
          "stopDistance": 2.122,
          "outcome": "stop",
          "netR": -1.198,
          "holdMinutes": 29
        },
        {
          "entryTs": 1725857100,
          "entryUtc": "2024-09-09T04:45:00.000Z",
          "exitTs": 1725860040,
          "dir": -1,
          "entryPrice": 2497.795,
          "exitPrice": 2495.506,
          "stopDistance": 1.145,
          "outcome": "target",
          "netR": 1.6768,
          "holdMinutes": 49
        },
        {
          "entryTs": 1725870900,
          "entryUtc": "2024-09-09T08:35:00.000Z",
          "exitTs": 1725872580,
          "dir": -1,
          "entryPrice": 2490.795,
          "exitPrice": 2493.81,
          "stopDistance": 3.015,
          "outcome": "stop",
          "netR": -1.1393,
          "holdMinutes": 28
        },
        {
          "entryTs": 1725879000,
          "entryUtc": "2024-09-09T10:50:00.000Z",
          "exitTs": 1725881040,
          "dir": -1,
          "entryPrice": 2494.155,
          "exitPrice": 2496.272,
          "stopDistance": 2.117,
          "outcome": "stop",
          "netR": -1.1984,
          "holdMinutes": 34
        },
        {
          "entryTs": 1725891000,
          "entryUtc": "2024-09-09T14:10:00.000Z",
          "exitTs": 1725891360,
          "dir": -1,
          "entryPrice": 2497.215,
          "exitPrice": 2500.421,
          "stopDistance": 3.205,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 6
        },
        {
          "entryTs": 1725905100,
          "entryUtc": "2024-09-09T18:05:00.000Z",
          "exitTs": 1725906300,
          "dir": -1,
          "entryPrice": 2499.605,
          "exitPrice": 2501.973,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 20
        },
        {
          "entryTs": 1725970200,
          "entryUtc": "2024-09-10T12:10:00.000Z",
          "exitTs": 1725971820,
          "dir": 1,
          "entryPrice": 2506.288,
          "exitPrice": 2510.066,
          "stopDistance": 1.889,
          "outcome": "target",
          "netR": 1.8041,
          "holdMinutes": 27
        },
        {
          "entryTs": 1725981000,
          "entryUtc": "2024-09-10T15:10:00.000Z",
          "exitTs": 1725982500,
          "dir": 1,
          "entryPrice": 2510.524,
          "exitPrice": 2517.381,
          "stopDistance": 3.428,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 25
        },
        {
          "entryTs": 1725992100,
          "entryUtc": "2024-09-10T18:15:00.000Z",
          "exitTs": 1726010400,
          "dir": 1,
          "entryPrice": 2513.708,
          "exitPrice": 2517.782,
          "stopDistance": 2.037,
          "outcome": "target",
          "netR": 1.8183,
          "holdMinutes": 305
        },
        {
          "entryTs": 1726018500,
          "entryUtc": "2024-09-11T01:35:00.000Z",
          "exitTs": 1726019820,
          "dir": 1,
          "entryPrice": 2519.658,
          "exitPrice": 2517.994,
          "stopDistance": 1.664,
          "outcome": "stop",
          "netR": -1.2524,
          "holdMinutes": 22
        },
        {
          "entryTs": 1726025700,
          "entryUtc": "2024-09-11T03:35:00.000Z",
          "exitTs": 1726034520,
          "dir": 1,
          "entryPrice": 2519.355,
          "exitPrice": 2523.087,
          "stopDistance": 1.866,
          "outcome": "target",
          "netR": 1.8017,
          "holdMinutes": 147
        },
        {
          "entryTs": 1726044300,
          "entryUtc": "2024-09-11T08:45:00.000Z",
          "exitTs": 1726045080,
          "dir": 1,
          "entryPrice": 2526.055,
          "exitPrice": 2523.651,
          "stopDistance": 2.404,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 13
        },
        {
          "entryTs": 1726055400,
          "entryUtc": "2024-09-11T11:50:00.000Z",
          "exitTs": 1726056180,
          "dir": 1,
          "entryPrice": 2523.275,
          "exitPrice": 2521.236,
          "stopDistance": 2.039,
          "outcome": "stop",
          "netR": -1.206,
          "holdMinutes": 13
        },
        {
          "entryTs": 1726067400,
          "entryUtc": "2024-09-11T15:10:00.000Z",
          "exitTs": 1726097400,
          "dir": 1,
          "entryPrice": 2511.925,
          "exitPrice": 2512.475,
          "stopDistance": 4.784,
          "outcome": "time",
          "netR": 0.0376,
          "holdMinutes": 500
        },
        {
          "entryTs": 1726103400,
          "entryUtc": "2024-09-12T01:10:00.000Z",
          "exitTs": 1726106340,
          "dir": 1,
          "entryPrice": 2513.758,
          "exitPrice": 2512.586,
          "stopDistance": 1.172,
          "outcome": "stop",
          "netR": -1.3583,
          "holdMinutes": 49
        },
        {
          "entryTs": 1726111500,
          "entryUtc": "2024-09-12T03:25:00.000Z",
          "exitTs": 1726113840,
          "dir": 1,
          "entryPrice": 2513.694,
          "exitPrice": 2516.433,
          "stopDistance": 1.37,
          "outcome": "target",
          "netR": 1.7298,
          "holdMinutes": 39
        },
        {
          "entryTs": 1726129500,
          "entryUtc": "2024-09-12T08:25:00.000Z",
          "exitTs": 1726130760,
          "dir": 1,
          "entryPrice": 2518.375,
          "exitPrice": 2516.556,
          "stopDistance": 1.819,
          "outcome": "stop",
          "netR": -1.2309,
          "holdMinutes": 21
        },
        {
          "entryTs": 1726133700,
          "entryUtc": "2024-09-12T09:35:00.000Z",
          "exitTs": 1726137840,
          "dir": 1,
          "entryPrice": 2518.044,
          "exitPrice": 2516.209,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2289,
          "holdMinutes": 69
        },
        {
          "entryTs": 1726141500,
          "entryUtc": "2024-09-12T11:45:00.000Z",
          "exitTs": 1726143600,
          "dir": 1,
          "entryPrice": 2518.975,
          "exitPrice": 2523.232,
          "stopDistance": 2.129,
          "outcome": "target",
          "netR": 1.8262,
          "holdMinutes": 35
        },
        {
          "entryTs": 1726160400,
          "entryUtc": "2024-09-12T17:00:00.000Z",
          "exitTs": 1726167240,
          "dir": 1,
          "entryPrice": 2550.564,
          "exitPrice": 2557.772,
          "stopDistance": 3.604,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 114
        },
        {
          "entryTs": 1726186800,
          "entryUtc": "2024-09-13T00:20:00.000Z",
          "exitTs": 1726188180,
          "dir": 1,
          "entryPrice": 2558.774,
          "exitPrice": 2561.802,
          "stopDistance": 1.514,
          "outcome": "target",
          "netR": 1.7556,
          "holdMinutes": 23
        },
        {
          "entryTs": 1726213500,
          "entryUtc": "2024-09-13T07:45:00.000Z",
          "exitTs": 1726227420,
          "dir": 1,
          "entryPrice": 2568.578,
          "exitPrice": 2565.418,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 232
        },
        {
          "entryTs": 1726230300,
          "entryUtc": "2024-09-13T12:25:00.000Z",
          "exitTs": 1726231740,
          "dir": 1,
          "entryPrice": 2568.278,
          "exitPrice": 2572.736,
          "stopDistance": 2.229,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 24
        },
        {
          "entryTs": 1726241700,
          "entryUtc": "2024-09-13T15:35:00.000Z",
          "exitTs": 1726437600,
          "dir": 1,
          "entryPrice": 2578.684,
          "exitPrice": 2578.435,
          "stopDistance": 4.214,
          "outcome": "time",
          "netR": -0.1469,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1726442400,
          "entryUtc": "2024-09-15T23:20:00.000Z",
          "exitTs": 1726443240,
          "dir": 1,
          "entryPrice": 2579.605,
          "exitPrice": 2578.166,
          "stopDistance": 1.439,
          "outcome": "stop",
          "netR": -1.2919,
          "holdMinutes": 14
        },
        {
          "entryTs": 1726444200,
          "entryUtc": "2024-09-15T23:50:00.000Z",
          "exitTs": 1726450620,
          "dir": 1,
          "entryPrice": 2579.605,
          "exitPrice": 2582.734,
          "stopDistance": 1.565,
          "outcome": "target",
          "netR": 1.7635,
          "holdMinutes": 107
        },
        {
          "entryTs": 1726475400,
          "entryUtc": "2024-09-16T08:30:00.000Z",
          "exitTs": 1726479720,
          "dir": 1,
          "entryPrice": 2586.805,
          "exitPrice": 2584.314,
          "stopDistance": 2.491,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 72
        },
        {
          "entryTs": 1726491600,
          "entryUtc": "2024-09-16T13:00:00.000Z",
          "exitTs": 1726494900,
          "dir": 1,
          "entryPrice": 2583.248,
          "exitPrice": 2588.937,
          "stopDistance": 2.844,
          "outcome": "target",
          "netR": 1.8699,
          "holdMinutes": 55
        },
        {
          "entryTs": 1726504200,
          "entryUtc": "2024-09-16T16:30:00.000Z",
          "exitTs": 1726534200,
          "dir": 1,
          "entryPrice": 2582.135,
          "exitPrice": 2581.255,
          "stopDistance": 2.642,
          "outcome": "time",
          "netR": -0.4732,
          "holdMinutes": 500
        },
        {
          "entryTs": 1726538700,
          "entryUtc": "2024-09-17T02:05:00.000Z",
          "exitTs": 1726541280,
          "dir": 1,
          "entryPrice": 2583.425,
          "exitPrice": 2581.88,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2719,
          "holdMinutes": 43
        },
        {
          "entryTs": 1726552500,
          "entryUtc": "2024-09-17T05:55:00.000Z",
          "exitTs": 1726553760,
          "dir": 1,
          "entryPrice": 2578.935,
          "exitPrice": 2582.614,
          "stopDistance": 1.839,
          "outcome": "target",
          "netR": 1.7988,
          "holdMinutes": 21
        },
        {
          "entryTs": 1726572900,
          "entryUtc": "2024-09-17T11:35:00.000Z",
          "exitTs": 1726576200,
          "dir": 1,
          "entryPrice": 2576.995,
          "exitPrice": 2574.477,
          "stopDistance": 2.518,
          "outcome": "stop",
          "netR": -1.1668,
          "holdMinutes": 55
        },
        {
          "entryTs": 1726578600,
          "entryUtc": "2024-09-17T13:10:00.000Z",
          "exitTs": 1726579980,
          "dir": 1,
          "entryPrice": 2577.595,
          "exitPrice": 2573.621,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 23
        },
        {
          "entryTs": 1726582200,
          "entryUtc": "2024-09-17T14:10:00.000Z",
          "exitTs": 1726584000,
          "dir": 1,
          "entryPrice": 2578.278,
          "exitPrice": 2573.92,
          "stopDistance": 4.358,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 30
        },
        {
          "entryTs": 1726595400,
          "entryUtc": "2024-09-17T17:50:00.000Z",
          "exitTs": 1726621260,
          "dir": 1,
          "entryPrice": 2568.034,
          "exitPrice": 2575.109,
          "stopDistance": 3.538,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 431
        },
        {
          "entryTs": 1726628100,
          "entryUtc": "2024-09-18T02:55:00.000Z",
          "exitTs": 1726634220,
          "dir": 1,
          "entryPrice": 2573.225,
          "exitPrice": 2571.443,
          "stopDistance": 1.782,
          "outcome": "stop",
          "netR": -1.2357,
          "holdMinutes": 102
        },
        {
          "entryTs": 1726643100,
          "entryUtc": "2024-09-18T07:05:00.000Z",
          "exitTs": 1726654920,
          "dir": 1,
          "entryPrice": 2569.275,
          "exitPrice": 2572.857,
          "stopDistance": 1.791,
          "outcome": "target",
          "netR": 1.7934,
          "holdMinutes": 197
        },
        {
          "entryTs": 1726664700,
          "entryUtc": "2024-09-18T13:05:00.000Z",
          "exitTs": 1726666500,
          "dir": 1,
          "entryPrice": 2577.325,
          "exitPrice": 2574.943,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 30
        },
        {
          "entryTs": 1726677900,
          "entryUtc": "2024-09-18T16:45:00.000Z",
          "exitTs": 1726681800,
          "dir": 1,
          "entryPrice": 2571.805,
          "exitPrice": 2569.596,
          "stopDistance": 2.209,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 65
        },
        {
          "entryTs": 1726682700,
          "entryUtc": "2024-09-18T18:05:00.000Z",
          "exitTs": 1726683360,
          "dir": 1,
          "entryPrice": 2582.845,
          "exitPrice": 2591.8,
          "stopDistance": 4.478,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 11
        },
        {
          "entryTs": 1726700100,
          "entryUtc": "2024-09-18T22:55:00.000Z",
          "exitTs": 1726707660,
          "dir": 1,
          "entryPrice": 2560.105,
          "exitPrice": 2555.947,
          "stopDistance": 4.158,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 126
        },
        {
          "entryTs": 1726712100,
          "entryUtc": "2024-09-19T02:15:00.000Z",
          "exitTs": 1726713780,
          "dir": 1,
          "entryPrice": 2559.115,
          "exitPrice": 2565.074,
          "stopDistance": 2.98,
          "outcome": "target",
          "netR": 1.8758,
          "holdMinutes": 28
        },
        {
          "entryTs": 1726721700,
          "entryUtc": "2024-09-19T04:55:00.000Z",
          "exitTs": 1726722600,
          "dir": 1,
          "entryPrice": 2563.355,
          "exitPrice": 2567.006,
          "stopDistance": 1.826,
          "outcome": "target",
          "netR": 1.7973,
          "holdMinutes": 15
        },
        {
          "entryTs": 1726746900,
          "entryUtc": "2024-09-19T11:55:00.000Z",
          "exitTs": 1726749300,
          "dir": 1,
          "entryPrice": 2587.825,
          "exitPrice": 2584.951,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 40
        },
        {
          "entryTs": 1726756800,
          "entryUtc": "2024-09-19T14:40:00.000Z",
          "exitTs": 1726786800,
          "dir": 1,
          "entryPrice": 2583.925,
          "exitPrice": 2587.425,
          "stopDistance": 5.166,
          "outcome": "time",
          "netR": 0.6059,
          "holdMinutes": 500
        },
        {
          "entryTs": 1726792800,
          "entryUtc": "2024-09-20T00:40:00.000Z",
          "exitTs": 1726794960,
          "dir": 1,
          "entryPrice": 2587.495,
          "exitPrice": 2586.521,
          "stopDistance": 0.974,
          "outcome": "stop",
          "netR": -1.4311,
          "holdMinutes": 36
        },
        {
          "entryTs": 1726797300,
          "entryUtc": "2024-09-20T01:55:00.000Z",
          "exitTs": 1726799880,
          "dir": 1,
          "entryPrice": 2587.905,
          "exitPrice": 2591.692,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8046,
          "holdMinutes": 43
        },
        {
          "entryTs": 1726827600,
          "entryUtc": "2024-09-20T10:20:00.000Z",
          "exitTs": 1726829520,
          "dir": 1,
          "entryPrice": 2608.365,
          "exitPrice": 2613.225,
          "stopDistance": 2.43,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 32
        },
        {
          "entryTs": 1726842900,
          "entryUtc": "2024-09-20T14:35:00.000Z",
          "exitTs": 1726849020,
          "dir": 1,
          "entryPrice": 2613.934,
          "exitPrice": 2624.523,
          "stopDistance": 5.294,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 102
        },
        {
          "entryTs": 1726858800,
          "entryUtc": "2024-09-20T19:00:00.000Z",
          "exitTs": 1726864260,
          "dir": 1,
          "entryPrice": 2621.594,
          "exitPrice": 2619.012,
          "stopDistance": 2.582,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 91
        },
        {
          "entryTs": 1726865700,
          "entryUtc": "2024-09-20T20:55:00.000Z",
          "exitTs": 1727042400,
          "dir": 1,
          "entryPrice": 2622.005,
          "exitPrice": 2620.346,
          "stopDistance": 1.659,
          "outcome": "stop",
          "netR": -1.2532,
          "holdMinutes": 2945
        },
        {
          "entryTs": 1727055600,
          "entryUtc": "2024-09-23T01:40:00.000Z",
          "exitTs": 1727057040,
          "dir": 1,
          "entryPrice": 2620.865,
          "exitPrice": 2618.926,
          "stopDistance": 1.939,
          "outcome": "stop",
          "netR": -1.2166,
          "holdMinutes": 24
        },
        {
          "entryTs": 1727084400,
          "entryUtc": "2024-09-23T09:40:00.000Z",
          "exitTs": 1727091060,
          "dir": 1,
          "entryPrice": 2619.745,
          "exitPrice": 2624.781,
          "stopDistance": 2.518,
          "outcome": "target",
          "netR": 1.8531,
          "holdMinutes": 111
        },
        {
          "entryTs": 1727095500,
          "entryUtc": "2024-09-23T12:45:00.000Z",
          "exitTs": 1727097240,
          "dir": 1,
          "entryPrice": 2623.834,
          "exitPrice": 2628.928,
          "stopDistance": 2.547,
          "outcome": "target",
          "netR": 1.8547,
          "holdMinutes": 29
        },
        {
          "entryTs": 1727105400,
          "entryUtc": "2024-09-23T15:30:00.000Z",
          "exitTs": 1727108100,
          "dir": 1,
          "entryPrice": 2631.245,
          "exitPrice": 2627.441,
          "stopDistance": 3.804,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 45
        },
        {
          "entryTs": 1727123700,
          "entryUtc": "2024-09-23T20:35:00.000Z",
          "exitTs": 1727128800,
          "dir": 1,
          "entryPrice": 2627.555,
          "exitPrice": 2626.38,
          "stopDistance": 1.175,
          "outcome": "stop",
          "netR": -1.3574,
          "holdMinutes": 85
        },
        {
          "entryTs": 1727140500,
          "entryUtc": "2024-09-24T01:15:00.000Z",
          "exitTs": 1727141400,
          "dir": 1,
          "entryPrice": 2628.905,
          "exitPrice": 2627.324,
          "stopDistance": 1.582,
          "outcome": "stop",
          "netR": -1.2656,
          "holdMinutes": 15
        },
        {
          "entryTs": 1727167500,
          "entryUtc": "2024-09-24T08:45:00.000Z",
          "exitTs": 1727173920,
          "dir": 1,
          "entryPrice": 2629.235,
          "exitPrice": 2634.771,
          "stopDistance": 2.768,
          "outcome": "target",
          "netR": 1.8663,
          "holdMinutes": 107
        },
        {
          "entryTs": 1727182800,
          "entryUtc": "2024-09-24T13:00:00.000Z",
          "exitTs": 1727188860,
          "dir": 1,
          "entryPrice": 2632.984,
          "exitPrice": 2639.646,
          "stopDistance": 3.331,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 101
        },
        {
          "entryTs": 1727224500,
          "entryUtc": "2024-09-25T00:35:00.000Z",
          "exitTs": 1727226000,
          "dir": 1,
          "entryPrice": 2658.665,
          "exitPrice": 2661.591,
          "stopDistance": 1.463,
          "outcome": "target",
          "netR": 1.7471,
          "holdMinutes": 25
        },
        {
          "entryTs": 1727229600,
          "entryUtc": "2024-09-25T02:00:00.000Z",
          "exitTs": 1727232660,
          "dir": 1,
          "entryPrice": 2659.915,
          "exitPrice": 2665.075,
          "stopDistance": 2.58,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 51
        },
        {
          "entryTs": 1727251500,
          "entryUtc": "2024-09-25T08:05:00.000Z",
          "exitTs": 1727252220,
          "dir": 1,
          "entryPrice": 2657.484,
          "exitPrice": 2654.665,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 12
        },
        {
          "entryTs": 1727257200,
          "entryUtc": "2024-09-25T09:40:00.000Z",
          "exitTs": 1727261760,
          "dir": 1,
          "entryPrice": 2657.365,
          "exitPrice": 2654.88,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 76
        },
        {
          "entryTs": 1727265300,
          "entryUtc": "2024-09-25T11:55:00.000Z",
          "exitTs": 1727269380,
          "dir": 1,
          "entryPrice": 2657.285,
          "exitPrice": 2661.677,
          "stopDistance": 2.196,
          "outcome": "target",
          "netR": 1.8315,
          "holdMinutes": 68
        },
        {
          "entryTs": 1727285400,
          "entryUtc": "2024-09-25T17:30:00.000Z",
          "exitTs": 1727296860,
          "dir": 1,
          "entryPrice": 2660.255,
          "exitPrice": 2656.889,
          "stopDistance": 3.366,
          "outcome": "stop",
          "netR": -1.1248,
          "holdMinutes": 191
        },
        {
          "entryTs": 1727304600,
          "entryUtc": "2024-09-25T22:50:00.000Z",
          "exitTs": 1727304960,
          "dir": 1,
          "entryPrice": 2659.485,
          "exitPrice": 2658.174,
          "stopDistance": 1.311,
          "outcome": "stop",
          "netR": -1.3203,
          "holdMinutes": 6
        },
        {
          "entryTs": 1727307000,
          "entryUtc": "2024-09-25T23:30:00.000Z",
          "exitTs": 1727308200,
          "dir": 1,
          "entryPrice": 2659.165,
          "exitPrice": 2657.958,
          "stopDistance": 1.207,
          "outcome": "stop",
          "netR": -1.3479,
          "holdMinutes": 20
        },
        {
          "entryTs": 1727311500,
          "entryUtc": "2024-09-26T00:45:00.000Z",
          "exitTs": 1727318880,
          "dir": 1,
          "entryPrice": 2658.925,
          "exitPrice": 2657.448,
          "stopDistance": 1.477,
          "outcome": "stop",
          "netR": -1.2843,
          "holdMinutes": 123
        },
        {
          "entryTs": 1727320800,
          "entryUtc": "2024-09-26T03:20:00.000Z",
          "exitTs": 1727331060,
          "dir": 1,
          "entryPrice": 2661.344,
          "exitPrice": 2659.259,
          "stopDistance": 2.085,
          "outcome": "stop",
          "netR": -1.2014,
          "holdMinutes": 171
        },
        {
          "entryTs": 1727334000,
          "entryUtc": "2024-09-26T07:00:00.000Z",
          "exitTs": 1727335320,
          "dir": 1,
          "entryPrice": 2661.575,
          "exitPrice": 2659.543,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 22
        },
        {
          "entryTs": 1727335800,
          "entryUtc": "2024-09-26T07:30:00.000Z",
          "exitTs": 1727337120,
          "dir": 1,
          "entryPrice": 2661.775,
          "exitPrice": 2666.367,
          "stopDistance": 2.296,
          "outcome": "target",
          "netR": 1.8388,
          "holdMinutes": 22
        },
        {
          "entryTs": 1727364300,
          "entryUtc": "2024-09-26T15:25:00.000Z",
          "exitTs": 1727367240,
          "dir": 1,
          "entryPrice": 2669.548,
          "exitPrice": 2663.977,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 49
        },
        {
          "entryTs": 1727369400,
          "entryUtc": "2024-09-26T16:50:00.000Z",
          "exitTs": 1727399400,
          "dir": 1,
          "entryPrice": 2669.745,
          "exitPrice": 2670.755,
          "stopDistance": 4.393,
          "outcome": "time",
          "netR": 0.1456,
          "holdMinutes": 500
        },
        {
          "entryTs": 1727406900,
          "entryUtc": "2024-09-27T03:15:00.000Z",
          "exitTs": 1727414340,
          "dir": 1,
          "entryPrice": 2670.195,
          "exitPrice": 2668.351,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2278,
          "holdMinutes": 124
        },
        {
          "entryTs": 1727431200,
          "entryUtc": "2024-09-27T10:00:00.000Z",
          "exitTs": 1727437560,
          "dir": 1,
          "entryPrice": 2663.544,
          "exitPrice": 2668.701,
          "stopDistance": 2.579,
          "outcome": "target",
          "netR": 1.8565,
          "holdMinutes": 106
        },
        {
          "entryTs": 1727440500,
          "entryUtc": "2024-09-27T12:35:00.000Z",
          "exitTs": 1727442420,
          "dir": 1,
          "entryPrice": 2669.525,
          "exitPrice": 2666.634,
          "stopDistance": 2.891,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 32
        },
        {
          "entryTs": 1727464500,
          "entryUtc": "2024-09-27T19:15:00.000Z",
          "exitTs": 1727470080,
          "dir": 1,
          "entryPrice": 2648.415,
          "exitPrice": 2654.096,
          "stopDistance": 2.841,
          "outcome": "target",
          "netR": 1.8697,
          "holdMinutes": 93
        },
        {
          "entryTs": 1727670600,
          "entryUtc": "2024-09-30T04:30:00.000Z",
          "exitTs": 1727675400,
          "dir": 1,
          "entryPrice": 2655.025,
          "exitPrice": 2658.98,
          "stopDistance": 1.977,
          "outcome": "target",
          "netR": 1.8129,
          "holdMinutes": 80
        },
        {
          "entryTs": 1727712900,
          "entryUtc": "2024-09-30T16:15:00.000Z",
          "exitTs": 1727719860,
          "dir": 1,
          "entryPrice": 2635.628,
          "exitPrice": 2632.215,
          "stopDistance": 3.413,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 116
        },
        {
          "entryTs": 1727727600,
          "entryUtc": "2024-09-30T20:20:00.000Z",
          "exitTs": 1727744220,
          "dir": 1,
          "entryPrice": 2631.878,
          "exitPrice": 2636.761,
          "stopDistance": 2.442,
          "outcome": "target",
          "netR": 1.8485,
          "holdMinutes": 277
        },
        {
          "entryTs": 1727751000,
          "entryUtc": "2024-10-01T02:50:00.000Z",
          "exitTs": 1727751180,
          "dir": 1,
          "entryPrice": 2638.818,
          "exitPrice": 2637.086,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 3
        },
        {
          "entryTs": 1727754900,
          "entryUtc": "2024-10-01T03:55:00.000Z",
          "exitTs": 1727759640,
          "dir": 1,
          "entryPrice": 2638.325,
          "exitPrice": 2641.935,
          "stopDistance": 1.805,
          "outcome": "target",
          "netR": 1.795,
          "holdMinutes": 79
        },
        {
          "entryTs": 1727789400,
          "entryUtc": "2024-10-01T13:30:00.000Z",
          "exitTs": 1727789580,
          "dir": 1,
          "entryPrice": 2653.895,
          "exitPrice": 2659.872,
          "stopDistance": 2.989,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 3
        },
        {
          "entryTs": 1727796000,
          "entryUtc": "2024-10-01T15:20:00.000Z",
          "exitTs": 1727826000,
          "dir": 1,
          "entryPrice": 2663.505,
          "exitPrice": 2661.165,
          "stopDistance": 6.27,
          "outcome": "time",
          "netR": -0.4322,
          "holdMinutes": 500
        },
        {
          "entryTs": 1727833800,
          "entryUtc": "2024-10-02T01:50:00.000Z",
          "exitTs": 1727836560,
          "dir": 1,
          "entryPrice": 2660.555,
          "exitPrice": 2658.977,
          "stopDistance": 1.578,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 46
        },
        {
          "entryTs": 1727837700,
          "entryUtc": "2024-10-02T02:55:00.000Z",
          "exitTs": 1727839560,
          "dir": 1,
          "entryPrice": 2660.305,
          "exitPrice": 2658.787,
          "stopDistance": 1.518,
          "outcome": "stop",
          "netR": -1.2766,
          "holdMinutes": 31
        },
        {
          "entryTs": 1727853000,
          "entryUtc": "2024-10-02T07:10:00.000Z",
          "exitTs": 1727856660,
          "dir": 1,
          "entryPrice": 2653.385,
          "exitPrice": 2650.71,
          "stopDistance": 2.675,
          "outcome": "stop",
          "netR": -1.157,
          "holdMinutes": 61
        },
        {
          "entryTs": 1727860200,
          "entryUtc": "2024-10-02T09:10:00.000Z",
          "exitTs": 1727865540,
          "dir": 1,
          "entryPrice": 2653.135,
          "exitPrice": 2650.507,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 89
        },
        {
          "entryTs": 1727874300,
          "entryUtc": "2024-10-02T13:05:00.000Z",
          "exitTs": 1727877000,
          "dir": 1,
          "entryPrice": 2652.315,
          "exitPrice": 2659.632,
          "stopDistance": 3.658,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 45
        },
        {
          "entryTs": 1727891700,
          "entryUtc": "2024-10-02T17:55:00.000Z",
          "exitTs": 1727896440,
          "dir": 1,
          "entryPrice": 2651.515,
          "exitPrice": 2656.63,
          "stopDistance": 2.558,
          "outcome": "target",
          "netR": 1.8553,
          "holdMinutes": 79
        },
        {
          "entryTs": 1727936700,
          "entryUtc": "2024-10-03T06:25:00.000Z",
          "exitTs": 1727937000,
          "dir": 1,
          "entryPrice": 2656.535,
          "exitPrice": 2654.587,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 5
        },
        {
          "entryTs": 1727951400,
          "entryUtc": "2024-10-03T10:30:00.000Z",
          "exitTs": 1727951820,
          "dir": 1,
          "entryPrice": 2646.735,
          "exitPrice": 2644.32,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 7
        },
        {
          "entryTs": 1727956200,
          "entryUtc": "2024-10-03T11:50:00.000Z",
          "exitTs": 1727958600,
          "dir": 1,
          "entryPrice": 2647.965,
          "exitPrice": 2652.699,
          "stopDistance": 2.367,
          "outcome": "target",
          "netR": 1.8437,
          "holdMinutes": 40
        },
        {
          "entryTs": 1727962200,
          "entryUtc": "2024-10-03T13:30:00.000Z",
          "exitTs": 1727963520,
          "dir": 1,
          "entryPrice": 2649.295,
          "exitPrice": 2645.797,
          "stopDistance": 3.498,
          "outcome": "stop",
          "netR": -1.1201,
          "holdMinutes": 22
        },
        {
          "entryTs": 1727964900,
          "entryUtc": "2024-10-03T14:15:00.000Z",
          "exitTs": 1727994900,
          "dir": 1,
          "entryPrice": 2651.235,
          "exitPrice": 2655.975,
          "stopDistance": 5.862,
          "outcome": "time",
          "netR": 0.7454,
          "holdMinutes": 500
        },
        {
          "entryTs": 1728000900,
          "entryUtc": "2024-10-04T00:15:00.000Z",
          "exitTs": 1728002220,
          "dir": 1,
          "entryPrice": 2656.608,
          "exitPrice": 2655.627,
          "stopDistance": 0.981,
          "outcome": "stop",
          "netR": -1.4283,
          "holdMinutes": 22
        },
        {
          "entryTs": 1728038400,
          "entryUtc": "2024-10-04T10:40:00.000Z",
          "exitTs": 1728039420,
          "dir": 1,
          "entryPrice": 2660.035,
          "exitPrice": 2658.208,
          "stopDistance": 1.827,
          "outcome": "stop",
          "netR": -1.2299,
          "holdMinutes": 17
        },
        {
          "entryTs": 1728041700,
          "entryUtc": "2024-10-04T11:35:00.000Z",
          "exitTs": 1728043380,
          "dir": 1,
          "entryPrice": 2660.068,
          "exitPrice": 2658.268,
          "stopDistance": 1.801,
          "outcome": "stop",
          "netR": -1.2333,
          "holdMinutes": 28
        },
        {
          "entryTs": 1728053100,
          "entryUtc": "2024-10-04T14:45:00.000Z",
          "exitTs": 1728054480,
          "dir": 1,
          "entryPrice": 2655.595,
          "exitPrice": 2667.557,
          "stopDistance": 5.981,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 23
        },
        {
          "entryTs": 1728070500,
          "entryUtc": "2024-10-04T19:35:00.000Z",
          "exitTs": 1728252000,
          "dir": 1,
          "entryPrice": 2649.275,
          "exitPrice": 2650.965,
          "stopDistance": 2.712,
          "outcome": "time",
          "netR": 0.4867,
          "holdMinutes": 3025
        },
        {
          "entryTs": 1728256800,
          "entryUtc": "2024-10-06T23:20:00.000Z",
          "exitTs": 1728258300,
          "dir": 1,
          "entryPrice": 2651.748,
          "exitPrice": 2650.06,
          "stopDistance": 1.689,
          "outcome": "stop",
          "netR": -1.2487,
          "holdMinutes": 25
        },
        {
          "entryTs": 1728274200,
          "entryUtc": "2024-10-07T04:10:00.000Z",
          "exitTs": 1728277200,
          "dir": 1,
          "entryPrice": 2647.955,
          "exitPrice": 2646.127,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2297,
          "holdMinutes": 50
        },
        {
          "entryTs": 1728320400,
          "entryUtc": "2024-10-07T17:00:00.000Z",
          "exitTs": 1728326280,
          "dir": 1,
          "entryPrice": 2646.585,
          "exitPrice": 2643.717,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 98
        },
        {
          "entryTs": 1728344700,
          "entryUtc": "2024-10-07T23:45:00.000Z",
          "exitTs": 1728348060,
          "dir": -1,
          "entryPrice": 2642.425,
          "exitPrice": 2644.107,
          "stopDistance": 1.682,
          "outcome": "stop",
          "netR": -1.2498,
          "holdMinutes": 56
        },
        {
          "entryTs": 1728349500,
          "entryUtc": "2024-10-08T01:05:00.000Z",
          "exitTs": 1728350580,
          "dir": -1,
          "entryPrice": 2639.935,
          "exitPrice": 2641.857,
          "stopDistance": 1.922,
          "outcome": "stop",
          "netR": -1.2185,
          "holdMinutes": 18
        },
        {
          "entryTs": 1728352800,
          "entryUtc": "2024-10-08T02:00:00.000Z",
          "exitTs": 1728353100,
          "dir": 1,
          "entryPrice": 2647.115,
          "exitPrice": 2644.186,
          "stopDistance": 2.929,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 5
        },
        {
          "entryTs": 1728435000,
          "entryUtc": "2024-10-09T00:50:00.000Z",
          "exitTs": 1728435120,
          "dir": -1,
          "entryPrice": 2621.155,
          "exitPrice": 2622.49,
          "stopDistance": 1.335,
          "outcome": "stop",
          "netR": -1.3145,
          "holdMinutes": 2
        },
        {
          "entryTs": 1728454500,
          "entryUtc": "2024-10-09T06:15:00.000Z",
          "exitTs": 1728456240,
          "dir": -1,
          "entryPrice": 2616.465,
          "exitPrice": 2611.994,
          "stopDistance": 2.235,
          "outcome": "target",
          "netR": 1.8345,
          "holdMinutes": 29
        },
        {
          "entryTs": 1728477300,
          "entryUtc": "2024-10-09T12:35:00.000Z",
          "exitTs": 1728477420,
          "dir": -1,
          "entryPrice": 2616.345,
          "exitPrice": 2618.923,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 2
        },
        {
          "entryTs": 1728491700,
          "entryUtc": "2024-10-09T16:35:00.000Z",
          "exitTs": 1728521700,
          "dir": -1,
          "entryPrice": 2609.848,
          "exitPrice": 2609.294,
          "stopDistance": 3.24,
          "outcome": "time",
          "netR": 0.0568,
          "holdMinutes": 500
        },
        {
          "entryTs": 1728526500,
          "entryUtc": "2024-10-10T02:15:00.000Z",
          "exitTs": 1728527280,
          "dir": -1,
          "entryPrice": 2608.355,
          "exitPrice": 2610.436,
          "stopDistance": 2.082,
          "outcome": "stop",
          "netR": -1.2018,
          "holdMinutes": 13
        },
        {
          "entryTs": 1728533100,
          "entryUtc": "2024-10-10T04:05:00.000Z",
          "exitTs": 1728535320,
          "dir": -1,
          "entryPrice": 2612.035,
          "exitPrice": 2613.936,
          "stopDistance": 1.901,
          "outcome": "stop",
          "netR": -1.221,
          "holdMinutes": 37
        },
        {
          "entryTs": 1728542700,
          "entryUtc": "2024-10-10T06:45:00.000Z",
          "exitTs": 1728544980,
          "dir": -1,
          "entryPrice": 2611.645,
          "exitPrice": 2613.639,
          "stopDistance": 1.994,
          "outcome": "stop",
          "netR": -1.2106,
          "holdMinutes": 38
        },
        {
          "entryTs": 1728559800,
          "entryUtc": "2024-10-10T11:30:00.000Z",
          "exitTs": 1728563400,
          "dir": -1,
          "entryPrice": 2614.025,
          "exitPrice": 2616.004,
          "stopDistance": 1.979,
          "outcome": "ambiguous",
          "netR": -1.2122,
          "holdMinutes": 60
        },
        {
          "entryTs": 1728574500,
          "entryUtc": "2024-10-10T15:35:00.000Z",
          "exitTs": 1728576060,
          "dir": -1,
          "entryPrice": 2620.385,
          "exitPrice": 2625.048,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 26
        },
        {
          "entryTs": 1728579300,
          "entryUtc": "2024-10-10T16:55:00.000Z",
          "exitTs": 1728581760,
          "dir": -1,
          "entryPrice": 2620.844,
          "exitPrice": 2624.599,
          "stopDistance": 3.755,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 41
        },
        {
          "entryTs": 1728599100,
          "entryUtc": "2024-10-10T22:25:00.000Z",
          "exitTs": 1728601920,
          "dir": -1,
          "entryPrice": 2628.105,
          "exitPrice": 2629.744,
          "stopDistance": 1.639,
          "outcome": "stop",
          "netR": -1.2562,
          "holdMinutes": 47
        },
        {
          "entryTs": 1729078500,
          "entryUtc": "2024-10-16T11:35:00.000Z",
          "exitTs": 1729083660,
          "dir": 1,
          "entryPrice": 2678.335,
          "exitPrice": 2682.838,
          "stopDistance": 2.252,
          "outcome": "target",
          "netR": 1.8357,
          "holdMinutes": 86
        },
        {
          "entryTs": 1729098300,
          "entryUtc": "2024-10-16T17:05:00.000Z",
          "exitTs": 1729128300,
          "dir": 1,
          "entryPrice": 2674.475,
          "exitPrice": 2677.015,
          "stopDistance": 3.314,
          "outcome": "time",
          "netR": 0.6547,
          "holdMinutes": 500
        },
        {
          "entryTs": 1729141800,
          "entryUtc": "2024-10-17T05:10:00.000Z",
          "exitTs": 1729147080,
          "dir": 1,
          "entryPrice": 2680.164,
          "exitPrice": 2684.253,
          "stopDistance": 2.044,
          "outcome": "target",
          "netR": 1.819,
          "holdMinutes": 88
        },
        {
          "entryTs": 1729152900,
          "entryUtc": "2024-10-17T08:15:00.000Z",
          "exitTs": 1729155420,
          "dir": 1,
          "entryPrice": 2682.635,
          "exitPrice": 2680.2,
          "stopDistance": 2.435,
          "outcome": "stop",
          "netR": -1.1725,
          "holdMinutes": 42
        },
        {
          "entryTs": 1729160100,
          "entryUtc": "2024-10-17T10:15:00.000Z",
          "exitTs": 1729161120,
          "dir": 1,
          "entryPrice": 2683.085,
          "exitPrice": 2687.543,
          "stopDistance": 2.229,
          "outcome": "target",
          "netR": 1.834,
          "holdMinutes": 17
        },
        {
          "entryTs": 1729171500,
          "entryUtc": "2024-10-17T13:25:00.000Z",
          "exitTs": 1729171620,
          "dir": 1,
          "entryPrice": 2685.875,
          "exitPrice": 2682.082,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 2
        },
        {
          "entryTs": 1729184700,
          "entryUtc": "2024-10-17T17:05:00.000Z",
          "exitTs": 1729188300,
          "dir": 1,
          "entryPrice": 2693.655,
          "exitPrice": 2689.926,
          "stopDistance": 3.729,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 60
        },
        {
          "entryTs": 1729193400,
          "entryUtc": "2024-10-17T19:30:00.000Z",
          "exitTs": 1729468800,
          "dir": 1,
          "entryPrice": 2692.535,
          "exitPrice": 2696.503,
          "stopDistance": 1.984,
          "outcome": "target",
          "netR": 1.8135,
          "holdMinutes": 4590
        },
        {
          "entryTs": 1729493700,
          "entryUtc": "2024-10-21T06:55:00.000Z",
          "exitTs": 1729495500,
          "dir": 1,
          "entryPrice": 2729.805,
          "exitPrice": 2727.561,
          "stopDistance": 2.244,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 30
        },
        {
          "entryTs": 1729497600,
          "entryUtc": "2024-10-21T08:00:00.000Z",
          "exitTs": 1729502400,
          "dir": 1,
          "entryPrice": 2730.275,
          "exitPrice": 2735.131,
          "stopDistance": 2.428,
          "outcome": "target",
          "netR": 1.8476,
          "holdMinutes": 80
        },
        {
          "entryTs": 1729508700,
          "entryUtc": "2024-10-21T11:05:00.000Z",
          "exitTs": 1729514760,
          "dir": 1,
          "entryPrice": 2734.425,
          "exitPrice": 2739.575,
          "stopDistance": 2.575,
          "outcome": "target",
          "netR": 1.8563,
          "holdMinutes": 101
        },
        {
          "entryTs": 1729530900,
          "entryUtc": "2024-10-21T17:15:00.000Z",
          "exitTs": 1729533900,
          "dir": 1,
          "entryPrice": 2724.598,
          "exitPrice": 2721.204,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 50
        },
        {
          "entryTs": 1729541400,
          "entryUtc": "2024-10-21T20:10:00.000Z",
          "exitTs": 1729558500,
          "dir": 1,
          "entryPrice": 2719.715,
          "exitPrice": 2724.629,
          "stopDistance": 2.457,
          "outcome": "target",
          "netR": 1.8494,
          "holdMinutes": 285
        },
        {
          "entryTs": 1729578300,
          "entryUtc": "2024-10-22T06:25:00.000Z",
          "exitTs": 1729579020,
          "dir": 1,
          "entryPrice": 2736.015,
          "exitPrice": 2733.554,
          "stopDistance": 2.461,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 12
        },
        {
          "entryTs": 1729585200,
          "entryUtc": "2024-10-22T08:20:00.000Z",
          "exitTs": 1729589340,
          "dir": 1,
          "entryPrice": 2734.975,
          "exitPrice": 2732.767,
          "stopDistance": 2.208,
          "outcome": "stop",
          "netR": -1.1902,
          "holdMinutes": 69
        },
        {
          "entryTs": 1729592700,
          "entryUtc": "2024-10-22T10:25:00.000Z",
          "exitTs": 1729596540,
          "dir": 1,
          "entryPrice": 2735.565,
          "exitPrice": 2733.241,
          "stopDistance": 2.324,
          "outcome": "stop",
          "netR": -1.1808,
          "holdMinutes": 64
        },
        {
          "entryTs": 1729600200,
          "entryUtc": "2024-10-22T12:30:00.000Z",
          "exitTs": 1729600560,
          "dir": 1,
          "entryPrice": 2736.005,
          "exitPrice": 2732.963,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 6
        },
        {
          "entryTs": 1729615200,
          "entryUtc": "2024-10-22T16:40:00.000Z",
          "exitTs": 1729616580,
          "dir": 1,
          "entryPrice": 2741.075,
          "exitPrice": 2747.364,
          "stopDistance": 3.145,
          "outcome": "target",
          "netR": 1.8823,
          "holdMinutes": 23
        },
        {
          "entryTs": 1729654800,
          "entryUtc": "2024-10-23T03:40:00.000Z",
          "exitTs": 1729655460,
          "dir": 1,
          "entryPrice": 2742.375,
          "exitPrice": 2746.107,
          "stopDistance": 1.866,
          "outcome": "target",
          "netR": 1.8017,
          "holdMinutes": 11
        },
        {
          "entryTs": 1729701900,
          "entryUtc": "2024-10-23T16:45:00.000Z",
          "exitTs": 1729703640,
          "dir": 1,
          "entryPrice": 2721.595,
          "exitPrice": 2717.244,
          "stopDistance": 4.351,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 29
        },
        {
          "entryTs": 1729712400,
          "entryUtc": "2024-10-23T19:40:00.000Z",
          "exitTs": 1729731780,
          "dir": 1,
          "entryPrice": 2716.525,
          "exitPrice": 2722.197,
          "stopDistance": 2.836,
          "outcome": "target",
          "netR": 1.8695,
          "holdMinutes": 323
        },
        {
          "entryTs": 1729738800,
          "entryUtc": "2024-10-24T03:00:00.000Z",
          "exitTs": 1729747800,
          "dir": 1,
          "entryPrice": 2723.205,
          "exitPrice": 2728.228,
          "stopDistance": 2.512,
          "outcome": "target",
          "netR": 1.8527,
          "holdMinutes": 150
        },
        {
          "entryTs": 1729770000,
          "entryUtc": "2024-10-24T11:40:00.000Z",
          "exitTs": 1729772100,
          "dir": 1,
          "entryPrice": 2738.585,
          "exitPrice": 2736.613,
          "stopDistance": 1.971,
          "outcome": "stop",
          "netR": -1.213,
          "holdMinutes": 35
        },
        {
          "entryTs": 1729788600,
          "entryUtc": "2024-10-24T16:50:00.000Z",
          "exitTs": 1729818600,
          "dir": 1,
          "entryPrice": 2734.104,
          "exitPrice": 2733.375,
          "stopDistance": 3.711,
          "outcome": "time",
          "netR": -0.2961,
          "holdMinutes": 500
        },
        {
          "entryTs": 1729833000,
          "entryUtc": "2024-10-25T05:10:00.000Z",
          "exitTs": 1729836720,
          "dir": 1,
          "entryPrice": 2727.465,
          "exitPrice": 2725.539,
          "stopDistance": 1.926,
          "outcome": "stop",
          "netR": -1.2181,
          "holdMinutes": 62
        },
        {
          "entryTs": 1729838100,
          "entryUtc": "2024-10-25T06:35:00.000Z",
          "exitTs": 1729843080,
          "dir": 1,
          "entryPrice": 2728.325,
          "exitPrice": 2725.842,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 83
        },
        {
          "entryTs": 1729854000,
          "entryUtc": "2024-10-25T11:00:00.000Z",
          "exitTs": 1729856100,
          "dir": 1,
          "entryPrice": 2722.145,
          "exitPrice": 2727.096,
          "stopDistance": 2.475,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 35
        },
        {
          "entryTs": 1729874100,
          "entryUtc": "2024-10-25T16:35:00.000Z",
          "exitTs": 1729878780,
          "dir": 1,
          "entryPrice": 2737.728,
          "exitPrice": 2743.976,
          "stopDistance": 3.124,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 78
        },
        {
          "entryTs": 1729885200,
          "entryUtc": "2024-10-25T19:40:00.000Z",
          "exitTs": 1729889460,
          "dir": 1,
          "entryPrice": 2743.025,
          "exitPrice": 2747.171,
          "stopDistance": 2.073,
          "outcome": "target",
          "netR": 1.8215,
          "holdMinutes": 71
        },
        {
          "entryTs": 1730072700,
          "entryUtc": "2024-10-27T23:45:00.000Z",
          "exitTs": 1730073600,
          "dir": 1,
          "entryPrice": 2738.015,
          "exitPrice": 2734.973,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 15
        },
        {
          "entryTs": 1730082000,
          "entryUtc": "2024-10-28T02:20:00.000Z",
          "exitTs": 1730087700,
          "dir": 1,
          "entryPrice": 2733.005,
          "exitPrice": 2729.95,
          "stopDistance": 3.055,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 95
        },
        {
          "entryTs": 1730091300,
          "entryUtc": "2024-10-28T04:55:00.000Z",
          "exitTs": 1730093760,
          "dir": 1,
          "entryPrice": 2732.865,
          "exitPrice": 2736.968,
          "stopDistance": 2.052,
          "outcome": "target",
          "netR": 1.8197,
          "holdMinutes": 41
        },
        {
          "entryTs": 1730116500,
          "entryUtc": "2024-10-28T11:55:00.000Z",
          "exitTs": 1730121300,
          "dir": 1,
          "entryPrice": 2732.505,
          "exitPrice": 2737.412,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 80
        },
        {
          "entryTs": 1730131500,
          "entryUtc": "2024-10-28T16:05:00.000Z",
          "exitTs": 1730161500,
          "dir": 1,
          "entryPrice": 2741.725,
          "exitPrice": 2743.385,
          "stopDistance": 2.976,
          "outcome": "time",
          "netR": 0.4335,
          "holdMinutes": 500
        },
        {
          "entryTs": 1730174100,
          "entryUtc": "2024-10-29T03:55:00.000Z",
          "exitTs": 1730178420,
          "dir": 1,
          "entryPrice": 2752.104,
          "exitPrice": 2756.698,
          "stopDistance": 2.297,
          "outcome": "target",
          "netR": 1.8389,
          "holdMinutes": 72
        },
        {
          "entryTs": 1730184000,
          "entryUtc": "2024-10-29T06:40:00.000Z",
          "exitTs": 1730188800,
          "dir": 1,
          "entryPrice": 2754.028,
          "exitPrice": 2751.687,
          "stopDistance": 2.341,
          "outcome": "stop",
          "netR": -1.1794,
          "holdMinutes": 80
        },
        {
          "entryTs": 1730192400,
          "entryUtc": "2024-10-29T09:00:00.000Z",
          "exitTs": 1730194920,
          "dir": 1,
          "entryPrice": 2754.575,
          "exitPrice": 2751.991,
          "stopDistance": 2.584,
          "outcome": "stop",
          "netR": -1.1625,
          "holdMinutes": 42
        },
        {
          "entryTs": 1730202900,
          "entryUtc": "2024-10-29T11:55:00.000Z",
          "exitTs": 1730204640,
          "dir": 1,
          "entryPrice": 2752.495,
          "exitPrice": 2750.14,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 29
        },
        {
          "entryTs": 1730217900,
          "entryUtc": "2024-10-29T16:05:00.000Z",
          "exitTs": 1730240700,
          "dir": 1,
          "entryPrice": 2766.815,
          "exitPrice": 2774.848,
          "stopDistance": 4.017,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 380
        },
        {
          "entryTs": 1730256900,
          "entryUtc": "2024-10-30T02:55:00.000Z",
          "exitTs": 1730258460,
          "dir": 1,
          "entryPrice": 2779.885,
          "exitPrice": 2777.651,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 26
        },
        {
          "entryTs": 1730262900,
          "entryUtc": "2024-10-30T04:35:00.000Z",
          "exitTs": 1730265000,
          "dir": 1,
          "entryPrice": 2779.835,
          "exitPrice": 2778.081,
          "stopDistance": 1.754,
          "outcome": "stop",
          "netR": -1.2394,
          "holdMinutes": 35
        },
        {
          "entryTs": 1730282100,
          "entryUtc": "2024-10-30T09:55:00.000Z",
          "exitTs": 1730284920,
          "dir": 1,
          "entryPrice": 2784.505,
          "exitPrice": 2782.392,
          "stopDistance": 2.113,
          "outcome": "stop",
          "netR": -1.1988,
          "holdMinutes": 47
        },
        {
          "entryTs": 1730292900,
          "entryUtc": "2024-10-30T12:55:00.000Z",
          "exitTs": 1730294820,
          "dir": 1,
          "entryPrice": 2782.525,
          "exitPrice": 2779.631,
          "stopDistance": 2.894,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730300400,
          "entryUtc": "2024-10-30T15:00:00.000Z",
          "exitTs": 1730300760,
          "dir": 1,
          "entryPrice": 2780.215,
          "exitPrice": 2775.581,
          "stopDistance": 4.634,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 6
        },
        {
          "entryTs": 1730302500,
          "entryUtc": "2024-10-30T15:35:00.000Z",
          "exitTs": 1730332500,
          "dir": 1,
          "entryPrice": 2781.645,
          "exitPrice": 2786.085,
          "stopDistance": 4.738,
          "outcome": "time",
          "netR": 0.8589,
          "holdMinutes": 500
        },
        {
          "entryTs": 1730335200,
          "entryUtc": "2024-10-31T00:40:00.000Z",
          "exitTs": 1730336700,
          "dir": 1,
          "entryPrice": 2787.175,
          "exitPrice": 2789.948,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.7331,
          "holdMinutes": 25
        },
        {
          "entryTs": 1730342700,
          "entryUtc": "2024-10-31T02:45:00.000Z",
          "exitTs": 1730345220,
          "dir": 1,
          "entryPrice": 2788.095,
          "exitPrice": 2786.011,
          "stopDistance": 2.084,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 42
        },
        {
          "entryTs": 1730355300,
          "entryUtc": "2024-10-31T06:15:00.000Z",
          "exitTs": 1730356260,
          "dir": 1,
          "entryPrice": 2785.355,
          "exitPrice": 2783.373,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730371800,
          "entryUtc": "2024-10-31T10:50:00.000Z",
          "exitTs": 1730374020,
          "dir": 1,
          "entryPrice": 2780.655,
          "exitPrice": 2778.23,
          "stopDistance": 2.425,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 37
        },
        {
          "entryTs": 1730376300,
          "entryUtc": "2024-10-31T12:05:00.000Z",
          "exitTs": 1730377440,
          "dir": 1,
          "entryPrice": 2780.428,
          "exitPrice": 2777.981,
          "stopDistance": 2.447,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 19
        },
        {
          "entryTs": 1730395800,
          "entryUtc": "2024-10-31T17:30:00.000Z",
          "exitTs": 1730399580,
          "dir": -1,
          "entryPrice": 2739.124,
          "exitPrice": 2742.828,
          "stopDistance": 3.704,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 63
        },
        {
          "entryTs": 1730416200,
          "entryUtc": "2024-10-31T23:10:00.000Z",
          "exitTs": 1730422620,
          "dir": 1,
          "entryPrice": 2746.395,
          "exitPrice": 2744.781,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2603,
          "holdMinutes": 107
        },
        {
          "entryTs": 1730423700,
          "entryUtc": "2024-11-01T01:15:00.000Z",
          "exitTs": 1730424240,
          "dir": 1,
          "entryPrice": 2746.995,
          "exitPrice": 2745.347,
          "stopDistance": 1.648,
          "outcome": "stop",
          "netR": -1.2549,
          "holdMinutes": 9
        },
        {
          "entryTs": 1730424600,
          "entryUtc": "2024-11-01T01:30:00.000Z",
          "exitTs": 1730426580,
          "dir": 1,
          "entryPrice": 2746.795,
          "exitPrice": 2750.308,
          "stopDistance": 1.757,
          "outcome": "target",
          "netR": 1.7894,
          "holdMinutes": 33
        },
        {
          "entryTs": 1730449500,
          "entryUtc": "2024-11-01T08:25:00.000Z",
          "exitTs": 1730453640,
          "dir": 1,
          "entryPrice": 2753.745,
          "exitPrice": 2751.262,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 69
        },
        {
          "entryTs": 1730459700,
          "entryUtc": "2024-11-01T11:15:00.000Z",
          "exitTs": 1730464200,
          "dir": 1,
          "entryPrice": 2751.485,
          "exitPrice": 2748.888,
          "stopDistance": 2.597,
          "outcome": "ambiguous",
          "netR": -1.1617,
          "holdMinutes": 75
        },
        {
          "entryTs": 1730464500,
          "entryUtc": "2024-11-01T12:35:00.000Z",
          "exitTs": 1730467920,
          "dir": 1,
          "entryPrice": 2756.235,
          "exitPrice": 2752.34,
          "stopDistance": 3.895,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 57
        },
        {
          "entryTs": 1730688000,
          "entryUtc": "2024-11-04T02:40:00.000Z",
          "exitTs": 1730689320,
          "dir": -1,
          "entryPrice": 2738.125,
          "exitPrice": 2740.543,
          "stopDistance": 2.418,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 22
        },
        {
          "entryTs": 1730698800,
          "entryUtc": "2024-11-04T05:40:00.000Z",
          "exitTs": 1730699760,
          "dir": -1,
          "entryPrice": 2738.484,
          "exitPrice": 2740.35,
          "stopDistance": 1.866,
          "outcome": "stop",
          "netR": -1.2251,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730706300,
          "entryUtc": "2024-11-04T07:45:00.000Z",
          "exitTs": 1730710380,
          "dir": -1,
          "entryPrice": 2737.995,
          "exitPrice": 2733.3,
          "stopDistance": 2.348,
          "outcome": "target",
          "netR": 1.8424,
          "holdMinutes": 68
        },
        {
          "entryTs": 1730718000,
          "entryUtc": "2024-11-04T11:00:00.000Z",
          "exitTs": 1730721600,
          "dir": -1,
          "entryPrice": 2738.415,
          "exitPrice": 2741.302,
          "stopDistance": 2.887,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 60
        },
        {
          "entryTs": 1730731500,
          "entryUtc": "2024-11-04T14:45:00.000Z",
          "exitTs": 1730731740,
          "dir": 1,
          "entryPrice": 2745.308,
          "exitPrice": 2741.659,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 4
        },
        {
          "entryTs": 1730733300,
          "entryUtc": "2024-11-04T15:15:00.000Z",
          "exitTs": 1730734200,
          "dir": 1,
          "entryPrice": 2744.415,
          "exitPrice": 2740.617,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 15
        },
        {
          "entryTs": 1730743800,
          "entryUtc": "2024-11-04T18:10:00.000Z",
          "exitTs": 1730745420,
          "dir": -1,
          "entryPrice": 2735.875,
          "exitPrice": 2738.688,
          "stopDistance": 2.813,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 27
        },
        {
          "entryTs": 1730751000,
          "entryUtc": "2024-11-04T20:10:00.000Z",
          "exitTs": 1730769360,
          "dir": -1,
          "entryPrice": 2736.855,
          "exitPrice": 2733.15,
          "stopDistance": 1.853,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 306
        },
        {
          "entryTs": 1730786400,
          "entryUtc": "2024-11-05T06:00:00.000Z",
          "exitTs": 1730787000,
          "dir": -1,
          "entryPrice": 2732.425,
          "exitPrice": 2734.44,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2084,
          "holdMinutes": 10
        },
        {
          "entryTs": 1730793900,
          "entryUtc": "2024-11-05T08:05:00.000Z",
          "exitTs": 1730795280,
          "dir": -1,
          "entryPrice": 2733.685,
          "exitPrice": 2736.04,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 23
        },
        {
          "entryTs": 1730801700,
          "entryUtc": "2024-11-05T10:15:00.000Z",
          "exitTs": 1730802720,
          "dir": -1,
          "entryPrice": 2737.515,
          "exitPrice": 2739.998,
          "stopDistance": 2.483,
          "outcome": "stop",
          "netR": -1.1691,
          "holdMinutes": 17
        },
        {
          "entryTs": 1730873100,
          "entryUtc": "2024-11-06T06:05:00.000Z",
          "exitTs": 1730874240,
          "dir": -1,
          "entryPrice": 2736.608,
          "exitPrice": 2729.013,
          "stopDistance": 3.798,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 19
        },
        {
          "entryTs": 1730883900,
          "entryUtc": "2024-11-06T09:05:00.000Z",
          "exitTs": 1730892660,
          "dir": -1,
          "entryPrice": 2722.245,
          "exitPrice": 2709.643,
          "stopDistance": 6.301,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 146
        },
        {
          "entryTs": 1730911500,
          "entryUtc": "2024-11-06T16:45:00.000Z",
          "exitTs": 1731024000,
          "dir": -1,
          "entryPrice": 2665.625,
          "exitPrice": 2671.935,
          "stopDistance": 6.31,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 1875
        },
        {
          "entryTs": 1731034200,
          "entryUtc": "2024-11-08T02:50:00.000Z",
          "exitTs": 1731046380,
          "dir": -1,
          "entryPrice": 2696.995,
          "exitPrice": 2689.969,
          "stopDistance": 3.513,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 203
        },
        {
          "entryTs": 1731060600,
          "entryUtc": "2024-11-08T10:10:00.000Z",
          "exitTs": 1731064020,
          "dir": -1,
          "entryPrice": 2686.175,
          "exitPrice": 2689.308,
          "stopDistance": 3.133,
          "outcome": "stop",
          "netR": -1.1341,
          "holdMinutes": 57
        },
        {
          "entryTs": 1731077400,
          "entryUtc": "2024-11-08T14:50:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2691.285,
          "exitPrice": 2681.466,
          "stopDistance": 4.91,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 3370
        },
        {
          "entryTs": 1731287100,
          "entryUtc": "2024-11-11T01:05:00.000Z",
          "exitTs": 1731287760,
          "dir": -1,
          "entryPrice": 2679.805,
          "exitPrice": 2675.515,
          "stopDistance": 2.145,
          "outcome": "target",
          "netR": 1.8275,
          "holdMinutes": 11
        },
        {
          "entryTs": 1731303000,
          "entryUtc": "2024-11-11T05:30:00.000Z",
          "exitTs": 1731305820,
          "dir": -1,
          "entryPrice": 2669.185,
          "exitPrice": 2671.834,
          "stopDistance": 2.649,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 47
        },
        {
          "entryTs": 1731311400,
          "entryUtc": "2024-11-11T07:50:00.000Z",
          "exitTs": 1731316860,
          "dir": -1,
          "entryPrice": 2669.725,
          "exitPrice": 2664.452,
          "stopDistance": 2.637,
          "outcome": "target",
          "netR": 1.8597,
          "holdMinutes": 91
        },
        {
          "entryTs": 1731322500,
          "entryUtc": "2024-11-11T10:55:00.000Z",
          "exitTs": 1731328440,
          "dir": -1,
          "entryPrice": 2664.745,
          "exitPrice": 2658.514,
          "stopDistance": 3.115,
          "outcome": "target",
          "netR": 1.8812,
          "holdMinutes": 99
        },
        {
          "entryTs": 1731361800,
          "entryUtc": "2024-11-11T21:50:00.000Z",
          "exitTs": 1731367200,
          "dir": -1,
          "entryPrice": 2620.125,
          "exitPrice": 2621.835,
          "stopDistance": 1.71,
          "outcome": "stop",
          "netR": -1.2456,
          "holdMinutes": 90
        },
        {
          "entryTs": 1731374700,
          "entryUtc": "2024-11-12T01:25:00.000Z",
          "exitTs": 1731375180,
          "dir": -1,
          "entryPrice": 2620.665,
          "exitPrice": 2622.693,
          "stopDistance": 2.028,
          "outcome": "stop",
          "netR": -1.2071,
          "holdMinutes": 8
        },
        {
          "entryTs": 1731379800,
          "entryUtc": "2024-11-12T02:50:00.000Z",
          "exitTs": 1731381900,
          "dir": -1,
          "entryPrice": 2620.675,
          "exitPrice": 2623.467,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 35
        },
        {
          "entryTs": 1731425100,
          "entryUtc": "2024-11-12T15:25:00.000Z",
          "exitTs": 1731431400,
          "dir": -1,
          "entryPrice": 2605.805,
          "exitPrice": 2595.274,
          "stopDistance": 5.266,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 105
        },
        {
          "entryTs": 1731437100,
          "entryUtc": "2024-11-12T18:45:00.000Z",
          "exitTs": 1731438180,
          "dir": -1,
          "entryPrice": 2597.314,
          "exitPrice": 2600.685,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 18
        },
        {
          "entryTs": 1731441900,
          "entryUtc": "2024-11-12T20:05:00.000Z",
          "exitTs": 1731444060,
          "dir": -1,
          "entryPrice": 2596.885,
          "exitPrice": 2599.427,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 36
        },
        {
          "entryTs": 1731447000,
          "entryUtc": "2024-11-12T21:30:00.000Z",
          "exitTs": 1731455520,
          "dir": -1,
          "entryPrice": 2597.655,
          "exitPrice": 2599.551,
          "stopDistance": 1.896,
          "outcome": "stop",
          "netR": -1.2215,
          "holdMinutes": 142
        },
        {
          "entryTs": 1731473700,
          "entryUtc": "2024-11-13T04:55:00.000Z",
          "exitTs": 1731485460,
          "dir": -1,
          "entryPrice": 2607.605,
          "exitPrice": 2602.663,
          "stopDistance": 2.471,
          "outcome": "target",
          "netR": 1.8503,
          "holdMinutes": 196
        },
        {
          "entryTs": 1731497700,
          "entryUtc": "2024-11-13T11:35:00.000Z",
          "exitTs": 1731498540,
          "dir": -1,
          "entryPrice": 2606.975,
          "exitPrice": 2609.503,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 14
        },
        {
          "entryTs": 1731503400,
          "entryUtc": "2024-11-13T13:10:00.000Z",
          "exitTs": 1731504600,
          "dir": -1,
          "entryPrice": 2608.885,
          "exitPrice": 2611.302,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1737,
          "holdMinutes": 20
        },
        {
          "entryTs": 1731509400,
          "entryUtc": "2024-11-13T14:50:00.000Z",
          "exitTs": 1731510360,
          "dir": -1,
          "entryPrice": 2605.365,
          "exitPrice": 2595.246,
          "stopDistance": 5.06,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 16
        },
        {
          "entryTs": 1731541200,
          "entryUtc": "2024-11-13T23:40:00.000Z",
          "exitTs": 1731549420,
          "dir": -1,
          "entryPrice": 2572.215,
          "exitPrice": 2564.285,
          "stopDistance": 3.965,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 137
        },
        {
          "entryTs": 1731561900,
          "entryUtc": "2024-11-14T05:25:00.000Z",
          "exitTs": 1731565920,
          "dir": -1,
          "entryPrice": 2559.175,
          "exitPrice": 2554.317,
          "stopDistance": 2.429,
          "outcome": "target",
          "netR": 1.8477,
          "holdMinutes": 67
        },
        {
          "entryTs": 1731574800,
          "entryUtc": "2024-11-14T09:00:00.000Z",
          "exitTs": 1731576600,
          "dir": -1,
          "entryPrice": 2556.035,
          "exitPrice": 2549.397,
          "stopDistance": 3.319,
          "outcome": "target",
          "netR": 1.8885,
          "holdMinutes": 30
        },
        {
          "entryTs": 1731606000,
          "entryUtc": "2024-11-14T17:40:00.000Z",
          "exitTs": 1731607080,
          "dir": -1,
          "entryPrice": 2569.825,
          "exitPrice": 2573.27,
          "stopDistance": 3.445,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 18
        },
        {
          "entryTs": 1731608400,
          "entryUtc": "2024-11-14T18:20:00.000Z",
          "exitTs": 1731611280,
          "dir": -1,
          "entryPrice": 2569.685,
          "exitPrice": 2573.088,
          "stopDistance": 3.403,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 48
        },
        {
          "entryTs": 1731615000,
          "entryUtc": "2024-11-14T20:10:00.000Z",
          "exitTs": 1731615360,
          "dir": -1,
          "entryPrice": 2564.875,
          "exitPrice": 2568.284,
          "stopDistance": 3.409,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 6
        },
        {
          "entryTs": 1731631500,
          "entryUtc": "2024-11-15T00:45:00.000Z",
          "exitTs": 1731632640,
          "dir": -1,
          "entryPrice": 2566.135,
          "exitPrice": 2567.714,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.266,
          "holdMinutes": 19
        },
        {
          "entryTs": 1731635100,
          "entryUtc": "2024-11-15T01:45:00.000Z",
          "exitTs": 1731636420,
          "dir": -1,
          "entryPrice": 2564.564,
          "exitPrice": 2566.955,
          "stopDistance": 2.391,
          "outcome": "stop",
          "netR": -1.1757,
          "holdMinutes": 22
        },
        {
          "entryTs": 1731643800,
          "entryUtc": "2024-11-15T04:10:00.000Z",
          "exitTs": 1731649680,
          "dir": -1,
          "entryPrice": 2567.605,
          "exitPrice": 2563.829,
          "stopDistance": 1.888,
          "outcome": "target",
          "netR": 1.804,
          "holdMinutes": 98
        },
        {
          "entryTs": 1731665100,
          "entryUtc": "2024-11-15T10:05:00.000Z",
          "exitTs": 1731666120,
          "dir": -1,
          "entryPrice": 2563.725,
          "exitPrice": 2566.525,
          "stopDistance": 2.799,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 17
        },
        {
          "entryTs": 1731673200,
          "entryUtc": "2024-11-15T12:20:00.000Z",
          "exitTs": 1731675180,
          "dir": -1,
          "entryPrice": 2565.688,
          "exitPrice": 2568.78,
          "stopDistance": 3.092,
          "outcome": "stop",
          "netR": -1.1359,
          "holdMinutes": 33
        },
        {
          "entryTs": 1731678300,
          "entryUtc": "2024-11-15T13:45:00.000Z",
          "exitTs": 1731680460,
          "dir": -1,
          "entryPrice": 2568.355,
          "exitPrice": 2573.613,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 36
        },
        {
          "entryTs": 1731684900,
          "entryUtc": "2024-11-15T15:35:00.000Z",
          "exitTs": 1731686640,
          "dir": -1,
          "entryPrice": 2566.655,
          "exitPrice": 2571.911,
          "stopDistance": 5.256,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 29
        },
        {
          "entryTs": 1731687900,
          "entryUtc": "2024-11-15T16:25:00.000Z",
          "exitTs": 1731693900,
          "dir": -1,
          "entryPrice": 2568.735,
          "exitPrice": 2559.958,
          "stopDistance": 4.389,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 100
        },
        {
          "entryTs": 1731699600,
          "entryUtc": "2024-11-15T19:40:00.000Z",
          "exitTs": 1731884400,
          "dir": -1,
          "entryPrice": 2563.635,
          "exitPrice": 2566.061,
          "stopDistance": 2.426,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 3080
        },
        {
          "entryTs": 1731907200,
          "entryUtc": "2024-11-18T05:20:00.000Z",
          "exitTs": 1731908640,
          "dir": -1,
          "entryPrice": 2589.305,
          "exitPrice": 2584.998,
          "stopDistance": 2.154,
          "outcome": "target",
          "netR": 1.8282,
          "holdMinutes": 24
        },
        {
          "entryTs": 1731932700,
          "entryUtc": "2024-11-18T12:25:00.000Z",
          "exitTs": 1731933540,
          "dir": -1,
          "entryPrice": 2591.468,
          "exitPrice": 2594.366,
          "stopDistance": 2.898,
          "outcome": "stop",
          "netR": -1.1449,
          "holdMinutes": 14
        },
        {
          "entryTs": 1731950400,
          "entryUtc": "2024-11-18T17:20:00.000Z",
          "exitTs": 1731952320,
          "dir": -1,
          "entryPrice": 2608.485,
          "exitPrice": 2611.247,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.152,
          "holdMinutes": 32
        },
        {
          "entryTs": 1731953700,
          "entryUtc": "2024-11-18T18:15:00.000Z",
          "exitTs": 1731956100,
          "dir": -1,
          "entryPrice": 2609.264,
          "exitPrice": 2611.62,
          "stopDistance": 2.356,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 40
        },
        {
          "entryTs": 1731958800,
          "entryUtc": "2024-11-18T19:40:00.000Z",
          "exitTs": 1731961080,
          "dir": -1,
          "entryPrice": 2608.805,
          "exitPrice": 2610.969,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 38
        },
        {
          "entryTs": 1731962400,
          "entryUtc": "2024-11-18T20:40:00.000Z",
          "exitTs": 1731963300,
          "dir": -1,
          "entryPrice": 2608.805,
          "exitPrice": 2610.66,
          "stopDistance": 1.855,
          "outcome": "stop",
          "netR": -1.2264,
          "holdMinutes": 15
        },
        {
          "entryTs": 1731995700,
          "entryUtc": "2024-11-19T05:55:00.000Z",
          "exitTs": 1731996120,
          "dir": -1,
          "entryPrice": 2621.695,
          "exitPrice": 2623.584,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 7
        },
        {
          "entryTs": 1731996600,
          "entryUtc": "2024-11-19T06:10:00.000Z",
          "exitTs": 1731998700,
          "dir": -1,
          "entryPrice": 2621.278,
          "exitPrice": 2623.431,
          "stopDistance": 2.153,
          "outcome": "stop",
          "netR": -1.1951,
          "holdMinutes": 35
        },
        {
          "entryTs": 1732019400,
          "entryUtc": "2024-11-19T12:30:00.000Z",
          "exitTs": 1732022400,
          "dir": 1,
          "entryPrice": 2635.685,
          "exitPrice": 2632.875,
          "stopDistance": 2.81,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 50
        },
        {
          "entryTs": 1732024800,
          "entryUtc": "2024-11-19T14:00:00.000Z",
          "exitTs": 1732025220,
          "dir": 1,
          "entryPrice": 2635.125,
          "exitPrice": 2631.036,
          "stopDistance": 4.089,
          "outcome": "stop",
          "netR": -1.1027,
          "holdMinutes": 7
        },
        {
          "entryTs": 1732036200,
          "entryUtc": "2024-11-19T17:10:00.000Z",
          "exitTs": 1732061280,
          "dir": 1,
          "entryPrice": 2628.415,
          "exitPrice": 2635.713,
          "stopDistance": 3.649,
          "outcome": "target",
          "netR": 1.8986,
          "holdMinutes": 418
        },
        {
          "entryTs": 1732101600,
          "entryUtc": "2024-11-20T11:20:00.000Z",
          "exitTs": 1732102200,
          "dir": -1,
          "entryPrice": 2621.965,
          "exitPrice": 2624.467,
          "stopDistance": 2.502,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 10
        },
        {
          "entryTs": 1732130400,
          "entryUtc": "2024-11-20T19:20:00.000Z",
          "exitTs": 1732134420,
          "dir": 1,
          "entryPrice": 2651.024,
          "exitPrice": 2648.406,
          "stopDistance": 2.618,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 67
        },
        {
          "entryTs": 1732139100,
          "entryUtc": "2024-11-20T21:45:00.000Z",
          "exitTs": 1732148460,
          "dir": 1,
          "entryPrice": 2649.995,
          "exitPrice": 2653.962,
          "stopDistance": 1.983,
          "outcome": "target",
          "netR": 1.8134,
          "holdMinutes": 156
        },
        {
          "entryTs": 1732161300,
          "entryUtc": "2024-11-21T03:55:00.000Z",
          "exitTs": 1732169880,
          "dir": 1,
          "entryPrice": 2656.245,
          "exitPrice": 2660.589,
          "stopDistance": 2.172,
          "outcome": "target",
          "netR": 1.8296,
          "holdMinutes": 143
        },
        {
          "entryTs": 1732198200,
          "entryUtc": "2024-11-21T14:10:00.000Z",
          "exitTs": 1732200540,
          "dir": 1,
          "entryPrice": 2667.845,
          "exitPrice": 2664.585,
          "stopDistance": 3.26,
          "outcome": "stop",
          "netR": -1.1288,
          "holdMinutes": 39
        },
        {
          "entryTs": 1732203300,
          "entryUtc": "2024-11-21T15:35:00.000Z",
          "exitTs": 1732205880,
          "dir": 1,
          "entryPrice": 2669.945,
          "exitPrice": 2665.43,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 43
        },
        {
          "entryTs": 1732211100,
          "entryUtc": "2024-11-21T17:45:00.000Z",
          "exitTs": 1732237200,
          "dir": 1,
          "entryPrice": 2669.178,
          "exitPrice": 2676.215,
          "stopDistance": 3.519,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 435
        },
        {
          "entryTs": 1732255500,
          "entryUtc": "2024-11-22T06:05:00.000Z",
          "exitTs": 1732261140,
          "dir": 1,
          "entryPrice": 2688.065,
          "exitPrice": 2694.446,
          "stopDistance": 3.19,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 94
        },
        {
          "entryTs": 1732280400,
          "entryUtc": "2024-11-22T13:00:00.000Z",
          "exitTs": 1732280760,
          "dir": 1,
          "entryPrice": 2702.835,
          "exitPrice": 2698.98,
          "stopDistance": 3.855,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 6
        },
        {
          "entryTs": 1732288500,
          "entryUtc": "2024-11-22T15:15:00.000Z",
          "exitTs": 1732291920,
          "dir": 1,
          "entryPrice": 2695.885,
          "exitPrice": 2705.902,
          "stopDistance": 5.008,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 57
        },
        {
          "entryTs": 1732310400,
          "entryUtc": "2024-11-22T21:20:00.000Z",
          "exitTs": 1732312320,
          "dir": 1,
          "entryPrice": 2709.425,
          "exitPrice": 2713.469,
          "stopDistance": 2.022,
          "outcome": "target",
          "netR": 1.817,
          "holdMinutes": 32
        },
        {
          "entryTs": 1732519500,
          "entryUtc": "2024-11-25T07:25:00.000Z",
          "exitTs": 1732519980,
          "dir": 1,
          "entryPrice": 2670.415,
          "exitPrice": 2665.299,
          "stopDistance": 5.116,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 8
        },
        {
          "entryTs": 1732521000,
          "entryUtc": "2024-11-25T07:50:00.000Z",
          "exitTs": 1732532460,
          "dir": 1,
          "entryPrice": 2669.275,
          "exitPrice": 2679.33,
          "stopDistance": 5.028,
          "outcome": "target",
          "netR": 1.9264,
          "holdMinutes": 191
        },
        {
          "entryTs": 1732540200,
          "entryUtc": "2024-11-25T13:10:00.000Z",
          "exitTs": 1732542060,
          "dir": 1,
          "entryPrice": 2682.524,
          "exitPrice": 2678.752,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 31
        },
        {
          "entryTs": 1732575600,
          "entryUtc": "2024-11-25T23:00:00.000Z",
          "exitTs": 1732575600,
          "dir": -1,
          "entryPrice": 2624.218,
          "exitPrice": 2626.187,
          "stopDistance": 1.969,
          "outcome": "stop",
          "netR": -1.2133,
          "holdMinutes": 0
        },
        {
          "entryTs": 1732577700,
          "entryUtc": "2024-11-25T23:35:00.000Z",
          "exitTs": 1732577820,
          "dir": -1,
          "entryPrice": 2623.628,
          "exitPrice": 2619.237,
          "stopDistance": 2.196,
          "outcome": "target",
          "netR": 1.8315,
          "holdMinutes": 2
        },
        {
          "entryTs": 1732596000,
          "entryUtc": "2024-11-26T04:40:00.000Z",
          "exitTs": 1732598040,
          "dir": -1,
          "entryPrice": 2627.735,
          "exitPrice": 2622.263,
          "stopDistance": 2.736,
          "outcome": "target",
          "netR": 1.8648,
          "holdMinutes": 34
        },
        {
          "entryTs": 1732629000,
          "entryUtc": "2024-11-26T13:50:00.000Z",
          "exitTs": 1732632000,
          "dir": -1,
          "entryPrice": 2629.175,
          "exitPrice": 2619.849,
          "stopDistance": 4.663,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 50
        },
        {
          "entryTs": 1732641000,
          "entryUtc": "2024-11-26T17:10:00.000Z",
          "exitTs": 1732651860,
          "dir": -1,
          "entryPrice": 2625.675,
          "exitPrice": 2629.681,
          "stopDistance": 4.006,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 181
        },
        {
          "entryTs": 1732666800,
          "entryUtc": "2024-11-27T00:20:00.000Z",
          "exitTs": 1732670520,
          "dir": -1,
          "entryPrice": 2630.185,
          "exitPrice": 2631.835,
          "stopDistance": 1.65,
          "outcome": "stop",
          "netR": -1.2546,
          "holdMinutes": 62
        },
        {
          "entryTs": 1732672200,
          "entryUtc": "2024-11-27T01:50:00.000Z",
          "exitTs": 1732672620,
          "dir": -1,
          "entryPrice": 2628.425,
          "exitPrice": 2631.027,
          "stopDistance": 2.602,
          "outcome": "stop",
          "netR": -1.1614,
          "holdMinutes": 7
        },
        {
          "entryTs": 1732703700,
          "entryUtc": "2024-11-27T10:35:00.000Z",
          "exitTs": 1732705560,
          "dir": 1,
          "entryPrice": 2649.295,
          "exitPrice": 2646.869,
          "stopDistance": 2.426,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 31
        },
        {
          "entryTs": 1732707900,
          "entryUtc": "2024-11-27T11:45:00.000Z",
          "exitTs": 1732713060,
          "dir": 1,
          "entryPrice": 2650.188,
          "exitPrice": 2647.461,
          "stopDistance": 2.727,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 86
        },
        {
          "entryTs": 1732715100,
          "entryUtc": "2024-11-27T13:45:00.000Z",
          "exitTs": 1732719600,
          "dir": 1,
          "entryPrice": 2652.235,
          "exitPrice": 2648.508,
          "stopDistance": 3.727,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 75
        },
        {
          "entryTs": 1732741500,
          "entryUtc": "2024-11-27T21:05:00.000Z",
          "exitTs": 1732755660,
          "dir": -1,
          "entryPrice": 2636.635,
          "exitPrice": 2632.732,
          "stopDistance": 1.951,
          "outcome": "target",
          "netR": 1.8104,
          "holdMinutes": 236
        },
        {
          "entryTs": 1732802100,
          "entryUtc": "2024-11-28T13:55:00.000Z",
          "exitTs": 1732804860,
          "dir": 1,
          "entryPrice": 2646.405,
          "exitPrice": 2643.881,
          "stopDistance": 2.524,
          "outcome": "stop",
          "netR": -1.1664,
          "holdMinutes": 46
        },
        {
          "entryTs": 1732815000,
          "entryUtc": "2024-11-28T17:30:00.000Z",
          "exitTs": 1732840020,
          "dir": -1,
          "entryPrice": 2640.255,
          "exitPrice": 2636.519,
          "stopDistance": 1.868,
          "outcome": "target",
          "netR": 1.8019,
          "holdMinutes": 417
        },
        {
          "entryTs": 1732872900,
          "entryUtc": "2024-11-29T09:35:00.000Z",
          "exitTs": 1732876440,
          "dir": 1,
          "entryPrice": 2659.828,
          "exitPrice": 2665.694,
          "stopDistance": 2.933,
          "outcome": "target",
          "netR": 1.8738,
          "holdMinutes": 59
        },
        {
          "entryTs": 1732883100,
          "entryUtc": "2024-11-29T12:25:00.000Z",
          "exitTs": 1732883640,
          "dir": 1,
          "entryPrice": 2664.315,
          "exitPrice": 2661.403,
          "stopDistance": 2.912,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 9
        },
        {
          "entryTs": 1732896300,
          "entryUtc": "2024-11-29T16:05:00.000Z",
          "exitTs": 1732904940,
          "dir": 1,
          "entryPrice": 2659.685,
          "exitPrice": 2655.512,
          "stopDistance": 4.173,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 144
        },
        {
          "entryTs": 1733145000,
          "entryUtc": "2024-12-02T13:10:00.000Z",
          "exitTs": 1733145600,
          "dir": -1,
          "entryPrice": 2638.935,
          "exitPrice": 2642.558,
          "stopDistance": 3.623,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 10
        },
        {
          "entryTs": 1733152800,
          "entryUtc": "2024-12-02T15:20:00.000Z",
          "exitTs": 1733154300,
          "dir": 1,
          "entryPrice": 2646.645,
          "exitPrice": 2641.914,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 25
        },
        {
          "entryTs": 1733169900,
          "entryUtc": "2024-12-02T20:05:00.000Z",
          "exitTs": 1733170500,
          "dir": -1,
          "entryPrice": 2636.095,
          "exitPrice": 2638.242,
          "stopDistance": 2.147,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 10
        },
        {
          "entryTs": 1733173800,
          "entryUtc": "2024-12-02T21:10:00.000Z",
          "exitTs": 1733181360,
          "dir": -1,
          "entryPrice": 2637.825,
          "exitPrice": 2640.41,
          "stopDistance": 2.585,
          "outcome": "stop",
          "netR": -1.1625,
          "holdMinutes": 126
        },
        {
          "entryTs": 1733189400,
          "entryUtc": "2024-12-03T01:30:00.000Z",
          "exitTs": 1733189640,
          "dir": -1,
          "entryPrice": 2637.845,
          "exitPrice": 2640.224,
          "stopDistance": 2.379,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 4
        },
        {
          "entryTs": 1733202300,
          "entryUtc": "2024-12-03T05:05:00.000Z",
          "exitTs": 1733203800,
          "dir": -1,
          "entryPrice": 2637.694,
          "exitPrice": 2639.751,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 25
        },
        {
          "entryTs": 1733216700,
          "entryUtc": "2024-12-03T09:05:00.000Z",
          "exitTs": 1733220000,
          "dir": 1,
          "entryPrice": 2646.835,
          "exitPrice": 2643.623,
          "stopDistance": 3.212,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 55
        },
        {
          "entryTs": 1733226900,
          "entryUtc": "2024-12-03T11:55:00.000Z",
          "exitTs": 1733228580,
          "dir": -1,
          "entryPrice": 2643.615,
          "exitPrice": 2639.512,
          "stopDistance": 2.052,
          "outcome": "target",
          "netR": 1.8196,
          "holdMinutes": 28
        },
        {
          "entryTs": 1733267400,
          "entryUtc": "2024-12-03T23:10:00.000Z",
          "exitTs": 1733270640,
          "dir": -1,
          "entryPrice": 2641.784,
          "exitPrice": 2643.056,
          "stopDistance": 1.272,
          "outcome": "stop",
          "netR": -1.3301,
          "holdMinutes": 54
        },
        {
          "entryTs": 1733271600,
          "entryUtc": "2024-12-04T00:20:00.000Z",
          "exitTs": 1733273340,
          "dir": -1,
          "entryPrice": 2642.175,
          "exitPrice": 2639.983,
          "stopDistance": 1.096,
          "outcome": "target",
          "netR": 1.6624,
          "holdMinutes": 29
        },
        {
          "entryTs": 1733334900,
          "entryUtc": "2024-12-04T17:55:00.000Z",
          "exitTs": 1733338740,
          "dir": 1,
          "entryPrice": 2652.025,
          "exitPrice": 2649.12,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 64
        },
        {
          "entryTs": 1733339700,
          "entryUtc": "2024-12-04T19:15:00.000Z",
          "exitTs": 1733340300,
          "dir": 1,
          "entryPrice": 2653.348,
          "exitPrice": 2650.533,
          "stopDistance": 2.815,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 10
        },
        {
          "entryTs": 1733355000,
          "entryUtc": "2024-12-04T23:30:00.000Z",
          "exitTs": 1733356860,
          "dir": 1,
          "entryPrice": 2650.424,
          "exitPrice": 2648.962,
          "stopDistance": 1.462,
          "outcome": "stop",
          "netR": -1.2873,
          "holdMinutes": 31
        },
        {
          "entryTs": 1733370900,
          "entryUtc": "2024-12-05T03:55:00.000Z",
          "exitTs": 1733373600,
          "dir": 1,
          "entryPrice": 2648.195,
          "exitPrice": 2646.382,
          "stopDistance": 1.813,
          "outcome": "stop",
          "netR": -1.2316,
          "holdMinutes": 45
        },
        {
          "entryTs": 1733376300,
          "entryUtc": "2024-12-05T05:25:00.000Z",
          "exitTs": 1733376840,
          "dir": 1,
          "entryPrice": 2648.505,
          "exitPrice": 2651.815,
          "stopDistance": 1.655,
          "outcome": "target",
          "netR": 1.7764,
          "holdMinutes": 9
        },
        {
          "entryTs": 1733430600,
          "entryUtc": "2024-12-05T20:30:00.000Z",
          "exitTs": 1733431320,
          "dir": -1,
          "entryPrice": 2628.635,
          "exitPrice": 2630.939,
          "stopDistance": 2.304,
          "outcome": "stop",
          "netR": -1.1823,
          "holdMinutes": 12
        },
        {
          "entryTs": 1733445900,
          "entryUtc": "2024-12-06T00:45:00.000Z",
          "exitTs": 1733446680,
          "dir": -1,
          "entryPrice": 2631.945,
          "exitPrice": 2629.544,
          "stopDistance": 1.201,
          "outcome": "target",
          "netR": 1.6918,
          "holdMinutes": 13
        },
        {
          "entryTs": 1733464200,
          "entryUtc": "2024-12-06T05:50:00.000Z",
          "exitTs": 1733464320,
          "dir": -1,
          "entryPrice": 2635.665,
          "exitPrice": 2638.132,
          "stopDistance": 2.467,
          "outcome": "stop",
          "netR": -1.1703,
          "holdMinutes": 2
        },
        {
          "entryTs": 1733467200,
          "entryUtc": "2024-12-06T06:40:00.000Z",
          "exitTs": 1733472060,
          "dir": -1,
          "entryPrice": 2637.395,
          "exitPrice": 2640.172,
          "stopDistance": 2.777,
          "outcome": "stop",
          "netR": -1.1512,
          "holdMinutes": 81
        },
        {
          "entryTs": 1733479800,
          "entryUtc": "2024-12-06T10:10:00.000Z",
          "exitTs": 1733481960,
          "dir": -1,
          "entryPrice": 2639.235,
          "exitPrice": 2633.703,
          "stopDistance": 2.766,
          "outcome": "target",
          "netR": 1.8662,
          "holdMinutes": 36
        },
        {
          "entryTs": 1733487000,
          "entryUtc": "2024-12-06T12:10:00.000Z",
          "exitTs": 1733487240,
          "dir": -1,
          "entryPrice": 2636.978,
          "exitPrice": 2639.417,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 4
        },
        {
          "entryTs": 1733490300,
          "entryUtc": "2024-12-06T13:05:00.000Z",
          "exitTs": 1733491800,
          "dir": -1,
          "entryPrice": 2636.365,
          "exitPrice": 2639.191,
          "stopDistance": 2.826,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 25
        },
        {
          "entryTs": 1733506500,
          "entryUtc": "2024-12-06T17:35:00.000Z",
          "exitTs": 1733698800,
          "dir": -1,
          "entryPrice": 2635.565,
          "exitPrice": 2639.239,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 3205
        },
        {
          "entryTs": 1733703600,
          "entryUtc": "2024-12-09T00:20:00.000Z",
          "exitTs": 1733706600,
          "dir": -1,
          "entryPrice": 2635.005,
          "exitPrice": 2638.859,
          "stopDistance": 3.854,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 50
        },
        {
          "entryTs": 1733749500,
          "entryUtc": "2024-12-09T13:05:00.000Z",
          "exitTs": 1733750700,
          "dir": 1,
          "entryPrice": 2657.765,
          "exitPrice": 2654.882,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 20
        },
        {
          "entryTs": 1733761500,
          "entryUtc": "2024-12-09T16:25:00.000Z",
          "exitTs": 1733762160,
          "dir": 1,
          "entryPrice": 2670.175,
          "exitPrice": 2666.225,
          "stopDistance": 3.95,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 11
        },
        {
          "entryTs": 1733780700,
          "entryUtc": "2024-12-09T21:45:00.000Z",
          "exitTs": 1733789340,
          "dir": 1,
          "entryPrice": 2659.485,
          "exitPrice": 2657.941,
          "stopDistance": 1.544,
          "outcome": "stop",
          "netR": -1.272,
          "holdMinutes": 144
        },
        {
          "entryTs": 1733791200,
          "entryUtc": "2024-12-10T00:40:00.000Z",
          "exitTs": 1733792220,
          "dir": 1,
          "entryPrice": 2660.545,
          "exitPrice": 2663.757,
          "stopDistance": 1.606,
          "outcome": "target",
          "netR": 1.7696,
          "holdMinutes": 17
        },
        {
          "entryTs": 1733809800,
          "entryUtc": "2024-12-10T05:50:00.000Z",
          "exitTs": 1733809860,
          "dir": 1,
          "entryPrice": 2670.695,
          "exitPrice": 2668.597,
          "stopDistance": 2.098,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 1
        },
        {
          "entryTs": 1733814600,
          "entryUtc": "2024-12-10T07:10:00.000Z",
          "exitTs": 1733816400,
          "dir": 1,
          "entryPrice": 2669.785,
          "exitPrice": 2667.538,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 30
        },
        {
          "entryTs": 1733825100,
          "entryUtc": "2024-12-10T10:05:00.000Z",
          "exitTs": 1733827020,
          "dir": 1,
          "entryPrice": 2665.705,
          "exitPrice": 2671.51,
          "stopDistance": 2.902,
          "outcome": "target",
          "netR": 1.8725,
          "holdMinutes": 32
        },
        {
          "entryTs": 1733865000,
          "entryUtc": "2024-12-10T21:10:00.000Z",
          "exitTs": 1733874060,
          "dir": 1,
          "entryPrice": 2692.695,
          "exitPrice": 2695.682,
          "stopDistance": 1.493,
          "outcome": "target",
          "netR": 1.7522,
          "holdMinutes": 151
        },
        {
          "entryTs": 1733887200,
          "entryUtc": "2024-12-11T03:20:00.000Z",
          "exitTs": 1733888220,
          "dir": 1,
          "entryPrice": 2701.215,
          "exitPrice": 2698.207,
          "stopDistance": 3.008,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 17
        },
        {
          "entryTs": 1733897400,
          "entryUtc": "2024-12-11T06:10:00.000Z",
          "exitTs": 1733927400,
          "dir": 1,
          "entryPrice": 2691.848,
          "exitPrice": 2698.254,
          "stopDistance": 6.834,
          "outcome": "time",
          "netR": 0.8832,
          "holdMinutes": 500
        },
        {
          "entryTs": 1733946000,
          "entryUtc": "2024-12-11T19:40:00.000Z",
          "exitTs": 1733965020,
          "dir": 1,
          "entryPrice": 2718.075,
          "exitPrice": 2723.333,
          "stopDistance": 2.629,
          "outcome": "target",
          "netR": 1.8593,
          "holdMinutes": 317
        },
        {
          "entryTs": 1733976300,
          "entryUtc": "2024-12-12T04:05:00.000Z",
          "exitTs": 1733982600,
          "dir": 1,
          "entryPrice": 2710.015,
          "exitPrice": 2715.607,
          "stopDistance": 2.796,
          "outcome": "target",
          "netR": 1.8677,
          "holdMinutes": 105
        },
        {
          "entryTs": 1733985000,
          "entryUtc": "2024-12-12T06:30:00.000Z",
          "exitTs": 1733986920,
          "dir": 1,
          "entryPrice": 2713.635,
          "exitPrice": 2718.976,
          "stopDistance": 2.671,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 32
        },
        {
          "entryTs": 1733994000,
          "entryUtc": "2024-12-12T09:00:00.000Z",
          "exitTs": 1733994420,
          "dir": 1,
          "entryPrice": 2717.775,
          "exitPrice": 2715.271,
          "stopDistance": 2.504,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 7
        },
        {
          "entryTs": 1734024000,
          "entryUtc": "2024-12-12T17:20:00.000Z",
          "exitTs": 1734036960,
          "dir": 1,
          "entryPrice": 2683.765,
          "exitPrice": 2679.81,
          "stopDistance": 3.955,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 216
        },
        {
          "entryTs": 1734050400,
          "entryUtc": "2024-12-13T00:40:00.000Z",
          "exitTs": 1734051420,
          "dir": 1,
          "entryPrice": 2681.485,
          "exitPrice": 2684.364,
          "stopDistance": 1.439,
          "outcome": "target",
          "netR": 1.743,
          "holdMinutes": 17
        },
        {
          "entryTs": 1734060000,
          "entryUtc": "2024-12-13T03:20:00.000Z",
          "exitTs": 1734070260,
          "dir": 1,
          "entryPrice": 2688.198,
          "exitPrice": 2685.033,
          "stopDistance": 3.165,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 171
        },
        {
          "entryTs": 1734072600,
          "entryUtc": "2024-12-13T06:50:00.000Z",
          "exitTs": 1734074340,
          "dir": 1,
          "entryPrice": 2688.314,
          "exitPrice": 2685.907,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 29
        },
        {
          "entryTs": 1734110400,
          "entryUtc": "2024-12-13T17:20:00.000Z",
          "exitTs": 1734115260,
          "dir": -1,
          "entryPrice": 2659.595,
          "exitPrice": 2653.557,
          "stopDistance": 3.019,
          "outcome": "target",
          "netR": 1.8775,
          "holdMinutes": 81
        },
        {
          "entryTs": 1734309600,
          "entryUtc": "2024-12-16T00:40:00.000Z",
          "exitTs": 1734310200,
          "dir": -1,
          "entryPrice": 2648.505,
          "exitPrice": 2644.413,
          "stopDistance": 2.046,
          "outcome": "target",
          "netR": 1.8191,
          "holdMinutes": 10
        },
        {
          "entryTs": 1734324300,
          "entryUtc": "2024-12-16T04:45:00.000Z",
          "exitTs": 1734330480,
          "dir": -1,
          "entryPrice": 2652.495,
          "exitPrice": 2654.313,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 103
        },
        {
          "entryTs": 1734353100,
          "entryUtc": "2024-12-16T12:45:00.000Z",
          "exitTs": 1734354120,
          "dir": -1,
          "entryPrice": 2659.798,
          "exitPrice": 2662.367,
          "stopDistance": 2.569,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 17
        },
        {
          "entryTs": 1734356400,
          "entryUtc": "2024-12-16T13:40:00.000Z",
          "exitTs": 1734357180,
          "dir": -1,
          "entryPrice": 2659.665,
          "exitPrice": 2662.596,
          "stopDistance": 2.931,
          "outcome": "stop",
          "netR": -1.1433,
          "holdMinutes": 13
        },
        {
          "entryTs": 1734371700,
          "entryUtc": "2024-12-16T17:55:00.000Z",
          "exitTs": 1734375240,
          "dir": -1,
          "entryPrice": 2652.785,
          "exitPrice": 2655.159,
          "stopDistance": 2.374,
          "outcome": "stop",
          "netR": -1.1769,
          "holdMinutes": 59
        },
        {
          "entryTs": 1734378000,
          "entryUtc": "2024-12-16T19:40:00.000Z",
          "exitTs": 1734397140,
          "dir": -1,
          "entryPrice": 2653.315,
          "exitPrice": 2655.18,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 319
        },
        {
          "entryTs": 1734404100,
          "entryUtc": "2024-12-17T02:55:00.000Z",
          "exitTs": 1734411660,
          "dir": -1,
          "entryPrice": 2654.325,
          "exitPrice": 2650.409,
          "stopDistance": 1.958,
          "outcome": "target",
          "netR": 1.811,
          "holdMinutes": 126
        },
        {
          "entryTs": 1734416100,
          "entryUtc": "2024-12-17T06:15:00.000Z",
          "exitTs": 1734418080,
          "dir": -1,
          "entryPrice": 2651.014,
          "exitPrice": 2646.49,
          "stopDistance": 2.262,
          "outcome": "target",
          "netR": 1.8364,
          "holdMinutes": 33
        },
        {
          "entryTs": 1734423600,
          "entryUtc": "2024-12-17T08:20:00.000Z",
          "exitTs": 1734425820,
          "dir": -1,
          "entryPrice": 2650.105,
          "exitPrice": 2645.142,
          "stopDistance": 2.482,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 37
        },
        {
          "entryTs": 1734443400,
          "entryUtc": "2024-12-17T13:50:00.000Z",
          "exitTs": 1734444780,
          "dir": -1,
          "entryPrice": 2639.995,
          "exitPrice": 2632.937,
          "stopDistance": 3.529,
          "outcome": "target",
          "netR": 1.8952,
          "holdMinutes": 23
        },
        {
          "entryTs": 1734450600,
          "entryUtc": "2024-12-17T15:50:00.000Z",
          "exitTs": 1734456120,
          "dir": -1,
          "entryPrice": 2638.364,
          "exitPrice": 2642.243,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 92
        },
        {
          "entryTs": 1734466800,
          "entryUtc": "2024-12-17T20:20:00.000Z",
          "exitTs": 1734479940,
          "dir": -1,
          "entryPrice": 2645.594,
          "exitPrice": 2647.305,
          "stopDistance": 1.711,
          "outcome": "stop",
          "netR": -1.2455,
          "holdMinutes": 219
        },
        {
          "entryTs": 1734489300,
          "entryUtc": "2024-12-18T02:35:00.000Z",
          "exitTs": 1734494940,
          "dir": -1,
          "entryPrice": 2647.845,
          "exitPrice": 2643.75,
          "stopDistance": 2.047,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 94
        },
        {
          "entryTs": 1734503100,
          "entryUtc": "2024-12-18T06:25:00.000Z",
          "exitTs": 1734510120,
          "dir": -1,
          "entryPrice": 2645.484,
          "exitPrice": 2647.447,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 117
        },
        {
          "entryTs": 1734521700,
          "entryUtc": "2024-12-18T11:35:00.000Z",
          "exitTs": 1734526560,
          "dir": -1,
          "entryPrice": 2647.505,
          "exitPrice": 2643.816,
          "stopDistance": 1.845,
          "outcome": "target",
          "netR": 1.7994,
          "holdMinutes": 81
        },
        {
          "entryTs": 1734544800,
          "entryUtc": "2024-12-18T18:00:00.000Z",
          "exitTs": 1734546300,
          "dir": -1,
          "entryPrice": 2635.898,
          "exitPrice": 2638.229,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 25
        },
        {
          "entryTs": 1734547500,
          "entryUtc": "2024-12-18T18:45:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2636.195,
          "exitPrice": 2631.93,
          "stopDistance": 2.133,
          "outcome": "target",
          "netR": 1.8265,
          "holdMinutes": 15
        },
        {
          "entryTs": 1734582900,
          "entryUtc": "2024-12-19T04:35:00.000Z",
          "exitTs": 1734590160,
          "dir": -1,
          "entryPrice": 2608.045,
          "exitPrice": 2611.341,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 121
        },
        {
          "entryTs": 1734608100,
          "entryUtc": "2024-12-19T11:35:00.000Z",
          "exitTs": 1734611940,
          "dir": -1,
          "entryPrice": 2618.135,
          "exitPrice": 2611.791,
          "stopDistance": 3.172,
          "outcome": "target",
          "netR": 1.8833,
          "holdMinutes": 64
        },
        {
          "entryTs": 1734628500,
          "entryUtc": "2024-12-19T17:15:00.000Z",
          "exitTs": 1734631920,
          "dir": -1,
          "entryPrice": 2591.415,
          "exitPrice": 2595.229,
          "stopDistance": 3.814,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 57
        },
        {
          "entryTs": 1734642300,
          "entryUtc": "2024-12-19T21:05:00.000Z",
          "exitTs": 1734655380,
          "dir": -1,
          "entryPrice": 2596.395,
          "exitPrice": 2592.019,
          "stopDistance": 2.188,
          "outcome": "target",
          "netR": 1.8309,
          "holdMinutes": 218
        },
        {
          "entryTs": 1734663000,
          "entryUtc": "2024-12-20T02:50:00.000Z",
          "exitTs": 1734667560,
          "dir": -1,
          "entryPrice": 2596.755,
          "exitPrice": 2600.163,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 76
        },
        {
          "entryTs": 1734671100,
          "entryUtc": "2024-12-20T05:05:00.000Z",
          "exitTs": 1734673080,
          "dir": -1,
          "entryPrice": 2597.248,
          "exitPrice": 2599.212,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 33
        },
        {
          "entryTs": 1734687000,
          "entryUtc": "2024-12-20T09:30:00.000Z",
          "exitTs": 1734689820,
          "dir": -1,
          "entryPrice": 2604.195,
          "exitPrice": 2606.79,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 47
        },
        {
          "entryTs": 1734692400,
          "entryUtc": "2024-12-20T11:00:00.000Z",
          "exitTs": 1734701460,
          "dir": -1,
          "entryPrice": 2603.955,
          "exitPrice": 2606.233,
          "stopDistance": 2.278,
          "outcome": "stop",
          "netR": -1.1844,
          "holdMinutes": 151
        },
        {
          "entryTs": 1734719700,
          "entryUtc": "2024-12-20T18:35:00.000Z",
          "exitTs": 1734720480,
          "dir": -1,
          "entryPrice": 2623.648,
          "exitPrice": 2626.349,
          "stopDistance": 2.701,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 13
        },
        {
          "entryTs": 1734726900,
          "entryUtc": "2024-12-20T20:35:00.000Z",
          "exitTs": 1734730020,
          "dir": -1,
          "entryPrice": 2625.085,
          "exitPrice": 2620.584,
          "stopDistance": 2.25,
          "outcome": "target",
          "netR": 1.8356,
          "holdMinutes": 52
        },
        {
          "entryTs": 1734913800,
          "entryUtc": "2024-12-23T00:30:00.000Z",
          "exitTs": 1734914340,
          "dir": -1,
          "entryPrice": 2622.455,
          "exitPrice": 2618.317,
          "stopDistance": 2.069,
          "outcome": "target",
          "netR": 1.8212,
          "holdMinutes": 9
        },
        {
          "entryTs": 1734941400,
          "entryUtc": "2024-12-23T08:10:00.000Z",
          "exitTs": 1734942960,
          "dir": -1,
          "entryPrice": 2627.985,
          "exitPrice": 2630.525,
          "stopDistance": 2.54,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 26
        },
        {
          "entryTs": 1734945000,
          "entryUtc": "2024-12-23T09:10:00.000Z",
          "exitTs": 1734948960,
          "dir": -1,
          "entryPrice": 2629.595,
          "exitPrice": 2624.711,
          "stopDistance": 2.442,
          "outcome": "target",
          "netR": 1.8485,
          "holdMinutes": 66
        },
        {
          "entryTs": 1734965400,
          "entryUtc": "2024-12-23T14:50:00.000Z",
          "exitTs": 1734966360,
          "dir": -1,
          "entryPrice": 2615.935,
          "exitPrice": 2610.918,
          "stopDistance": 2.508,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 16
        },
        {
          "entryTs": 1734975900,
          "entryUtc": "2024-12-23T17:45:00.000Z",
          "exitTs": 1734994860,
          "dir": -1,
          "entryPrice": 2612.315,
          "exitPrice": 2614.626,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 316
        },
        {
          "entryTs": 1735020600,
          "entryUtc": "2024-12-24T06:10:00.000Z",
          "exitTs": 1735023780,
          "dir": -1,
          "entryPrice": 2618.494,
          "exitPrice": 2620.202,
          "stopDistance": 1.708,
          "outcome": "stop",
          "netR": -1.2459,
          "holdMinutes": 53
        },
        {
          "entryTs": 1735027500,
          "entryUtc": "2024-12-24T08:05:00.000Z",
          "exitTs": 1735031940,
          "dir": -1,
          "entryPrice": 2617.908,
          "exitPrice": 2614.116,
          "stopDistance": 1.896,
          "outcome": "target",
          "netR": 1.8049,
          "holdMinutes": 74
        },
        {
          "entryTs": 1735038000,
          "entryUtc": "2024-12-24T11:00:00.000Z",
          "exitTs": 1735047120,
          "dir": -1,
          "entryPrice": 2615.324,
          "exitPrice": 2611.443,
          "stopDistance": 1.94,
          "outcome": "target",
          "netR": 1.8093,
          "holdMinutes": 152
        },
        {
          "entryTs": 1735051800,
          "entryUtc": "2024-12-24T14:50:00.000Z",
          "exitTs": 1735056780,
          "dir": -1,
          "entryPrice": 2611.315,
          "exitPrice": 2613.911,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 83
        },
        {
          "entryTs": 1735167900,
          "entryUtc": "2024-12-25T23:05:00.000Z",
          "exitTs": 1735168260,
          "dir": -1,
          "entryPrice": 2614.905,
          "exitPrice": 2617.148,
          "stopDistance": 2.243,
          "outcome": "stop",
          "netR": -1.1872,
          "holdMinutes": 6
        },
        {
          "entryTs": 1735190400,
          "entryUtc": "2024-12-26T05:20:00.000Z",
          "exitTs": 1735191360,
          "dir": -1,
          "entryPrice": 2626.185,
          "exitPrice": 2627.556,
          "stopDistance": 1.371,
          "outcome": "stop",
          "netR": -1.3063,
          "holdMinutes": 16
        },
        {
          "entryTs": 1735192800,
          "entryUtc": "2024-12-26T06:00:00.000Z",
          "exitTs": 1735196820,
          "dir": -1,
          "entryPrice": 2626.325,
          "exitPrice": 2627.746,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2956,
          "holdMinutes": 67
        },
        {
          "entryTs": 1735197600,
          "entryUtc": "2024-12-26T07:20:00.000Z",
          "exitTs": 1735200480,
          "dir": -1,
          "entryPrice": 2625.948,
          "exitPrice": 2627.721,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 48
        },
        {
          "entryTs": 1735214700,
          "entryUtc": "2024-12-26T12:05:00.000Z",
          "exitTs": 1735215780,
          "dir": -1,
          "entryPrice": 2627.268,
          "exitPrice": 2624.507,
          "stopDistance": 1.381,
          "outcome": "target",
          "netR": 1.732,
          "holdMinutes": 18
        },
        {
          "entryTs": 1735220400,
          "entryUtc": "2024-12-26T13:40:00.000Z",
          "exitTs": 1735224480,
          "dir": -1,
          "entryPrice": 2625.105,
          "exitPrice": 2627.337,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 68
        },
        {
          "entryTs": 1735268700,
          "entryUtc": "2024-12-27T03:05:00.000Z",
          "exitTs": 1735280580,
          "dir": 1,
          "entryPrice": 2632.105,
          "exitPrice": 2636.104,
          "stopDistance": 1.999,
          "outcome": "target",
          "netR": 1.8149,
          "holdMinutes": 198
        },
        {
          "entryTs": 1735304400,
          "entryUtc": "2024-12-27T13:00:00.000Z",
          "exitTs": 1735304820,
          "dir": -1,
          "entryPrice": 2625.998,
          "exitPrice": 2621.643,
          "stopDistance": 2.178,
          "outcome": "target",
          "netR": 1.8301,
          "holdMinutes": 7
        },
        {
          "entryTs": 1735316100,
          "entryUtc": "2024-12-27T16:15:00.000Z",
          "exitTs": 1735324680,
          "dir": -1,
          "entryPrice": 2616.554,
          "exitPrice": 2619.746,
          "stopDistance": 3.192,
          "outcome": "stop",
          "netR": -1.1316,
          "holdMinutes": 143
        },
        {
          "entryTs": 1735330500,
          "entryUtc": "2024-12-27T20:15:00.000Z",
          "exitTs": 1735335600,
          "dir": -1,
          "entryPrice": 2614.965,
          "exitPrice": 2617.135,
          "stopDistance": 2.17,
          "outcome": "stop",
          "netR": -1.1935,
          "holdMinutes": 85
        },
        {
          "entryTs": 1735525200,
          "entryUtc": "2024-12-30T02:20:00.000Z",
          "exitTs": 1735526220,
          "dir": -1,
          "entryPrice": 2623.075,
          "exitPrice": 2625.076,
          "stopDistance": 2.001,
          "outcome": "stop",
          "netR": -1.2099,
          "holdMinutes": 17
        },
        {
          "entryTs": 1735527000,
          "entryUtc": "2024-12-30T02:50:00.000Z",
          "exitTs": 1735528560,
          "dir": -1,
          "entryPrice": 2623.348,
          "exitPrice": 2625.158,
          "stopDistance": 1.81,
          "outcome": "stop",
          "netR": -1.2321,
          "holdMinutes": 26
        },
        {
          "entryTs": 1735532100,
          "entryUtc": "2024-12-30T04:15:00.000Z",
          "exitTs": 1735540860,
          "dir": -1,
          "entryPrice": 2623.294,
          "exitPrice": 2619.773,
          "stopDistance": 1.76,
          "outcome": "target",
          "netR": 1.7898,
          "holdMinutes": 146
        },
        {
          "entryTs": 1735566300,
          "entryUtc": "2024-12-30T13:45:00.000Z",
          "exitTs": 1735567200,
          "dir": -1,
          "entryPrice": 2613.035,
          "exitPrice": 2606.251,
          "stopDistance": 3.392,
          "outcome": "target",
          "netR": 1.8909,
          "holdMinutes": 15
        },
        {
          "entryTs": 1735595400,
          "entryUtc": "2024-12-30T21:50:00.000Z",
          "exitTs": 1735606140,
          "dir": -1,
          "entryPrice": 2605.825,
          "exitPrice": 2607.254,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2938,
          "holdMinutes": 179
        },
        {
          "entryTs": 1735613700,
          "entryUtc": "2024-12-31T02:55:00.000Z",
          "exitTs": 1735616820,
          "dir": -1,
          "entryPrice": 2607.025,
          "exitPrice": 2603.985,
          "stopDistance": 1.52,
          "outcome": "target",
          "netR": 1.7566,
          "holdMinutes": 52
        },
        {
          "entryTs": 1735624500,
          "entryUtc": "2024-12-31T05:55:00.000Z",
          "exitTs": 1735626060,
          "dir": -1,
          "entryPrice": 2604.345,
          "exitPrice": 2605.717,
          "stopDistance": 1.372,
          "outcome": "stop",
          "netR": -1.3062,
          "holdMinutes": 26
        },
        {
          "entryTs": 1735640700,
          "entryUtc": "2024-12-31T10:25:00.000Z",
          "exitTs": 1735650240,
          "dir": -1,
          "entryPrice": 2613.085,
          "exitPrice": 2608.906,
          "stopDistance": 2.09,
          "outcome": "target",
          "netR": 1.8229,
          "holdMinutes": 159
        },
        {
          "entryTs": 1735794000,
          "entryUtc": "2025-01-02T05:00:00.000Z",
          "exitTs": 1735797720,
          "dir": 1,
          "entryPrice": 2633.754,
          "exitPrice": 2632.109,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2554,
          "holdMinutes": 62
        },
        {
          "entryTs": 1735800300,
          "entryUtc": "2025-01-02T06:45:00.000Z",
          "exitTs": 1735806300,
          "dir": 1,
          "entryPrice": 2633.964,
          "exitPrice": 2632.318,
          "stopDistance": 1.646,
          "outcome": "stop",
          "netR": -1.2552,
          "holdMinutes": 100
        },
        {
          "entryTs": 1735807500,
          "entryUtc": "2025-01-02T08:45:00.000Z",
          "exitTs": 1735812180,
          "dir": 1,
          "entryPrice": 2636.048,
          "exitPrice": 2633.726,
          "stopDistance": 2.322,
          "outcome": "stop",
          "netR": -1.1809,
          "holdMinutes": 78
        },
        {
          "entryTs": 1735812900,
          "entryUtc": "2025-01-02T10:15:00.000Z",
          "exitTs": 1735813260,
          "dir": 1,
          "entryPrice": 2638.725,
          "exitPrice": 2644.189,
          "stopDistance": 2.732,
          "outcome": "target",
          "netR": 1.8646,
          "holdMinutes": 6
        },
        {
          "entryTs": 1735820700,
          "entryUtc": "2025-01-02T12:25:00.000Z",
          "exitTs": 1735823580,
          "dir": 1,
          "entryPrice": 2641.945,
          "exitPrice": 2639.641,
          "stopDistance": 2.304,
          "outcome": "stop",
          "netR": -1.1823,
          "holdMinutes": 48
        },
        {
          "entryTs": 1735826100,
          "entryUtc": "2025-01-02T13:55:00.000Z",
          "exitTs": 1735826460,
          "dir": 1,
          "entryPrice": 2645.205,
          "exitPrice": 2641.407,
          "stopDistance": 3.798,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 6
        },
        {
          "entryTs": 1735840800,
          "entryUtc": "2025-01-02T18:00:00.000Z",
          "exitTs": 1735870680,
          "dir": 1,
          "entryPrice": 2656.375,
          "exitPrice": 2662.821,
          "stopDistance": 3.223,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 498
        },
        {
          "entryTs": 1735870800,
          "entryUtc": "2025-01-03T02:20:00.000Z",
          "exitTs": 1735871340,
          "dir": 1,
          "entryPrice": 2661.215,
          "exitPrice": 2658.533,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 9
        },
        {
          "entryTs": 1735896900,
          "entryUtc": "2025-01-03T09:35:00.000Z",
          "exitTs": 1735910400,
          "dir": 1,
          "entryPrice": 2654.465,
          "exitPrice": 2651.709,
          "stopDistance": 2.756,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 225
        },
        {
          "entryTs": 1735931400,
          "entryUtc": "2025-01-03T19:10:00.000Z",
          "exitTs": 1735932300,
          "dir": 1,
          "entryPrice": 2642.648,
          "exitPrice": 2640.634,
          "stopDistance": 2.014,
          "outcome": "stop",
          "netR": -1.2086,
          "holdMinutes": 15
        },
        {
          "entryTs": 1736118000,
          "entryUtc": "2025-01-05T23:00:00.000Z",
          "exitTs": 1736124900,
          "dir": 1,
          "entryPrice": 2639.298,
          "exitPrice": 2642.474,
          "stopDistance": 1.588,
          "outcome": "target",
          "netR": 1.767,
          "holdMinutes": 115
        },
        {
          "entryTs": 1736197800,
          "entryUtc": "2025-01-06T21:10:00.000Z",
          "exitTs": 1736206380,
          "dir": 1,
          "entryPrice": 2635.975,
          "exitPrice": 2634.255,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 143
        },
        {
          "entryTs": 1736211900,
          "entryUtc": "2025-01-07T01:05:00.000Z",
          "exitTs": 1736214000,
          "dir": 1,
          "entryPrice": 2636.044,
          "exitPrice": 2639.117,
          "stopDistance": 1.536,
          "outcome": "target",
          "netR": 1.7592,
          "holdMinutes": 35
        },
        {
          "entryTs": 1736226900,
          "entryUtc": "2025-01-07T05:15:00.000Z",
          "exitTs": 1736227320,
          "dir": 1,
          "entryPrice": 2639.035,
          "exitPrice": 2642.015,
          "stopDistance": 1.49,
          "outcome": "target",
          "netR": 1.7517,
          "holdMinutes": 7
        },
        {
          "entryTs": 1736238000,
          "entryUtc": "2025-01-07T08:20:00.000Z",
          "exitTs": 1736239920,
          "dir": 1,
          "entryPrice": 2643.245,
          "exitPrice": 2640.758,
          "stopDistance": 2.487,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 32
        },
        {
          "entryTs": 1736242200,
          "entryUtc": "2025-01-07T09:30:00.000Z",
          "exitTs": 1736243100,
          "dir": 1,
          "entryPrice": 2643.395,
          "exitPrice": 2640.913,
          "stopDistance": 2.482,
          "outcome": "stop",
          "netR": -1.1692,
          "holdMinutes": 15
        },
        {
          "entryTs": 1736244600,
          "entryUtc": "2025-01-07T10:10:00.000Z",
          "exitTs": 1736250780,
          "dir": 1,
          "entryPrice": 2643.185,
          "exitPrice": 2647.901,
          "stopDistance": 2.358,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 103
        },
        {
          "entryTs": 1736268600,
          "entryUtc": "2025-01-07T16:50:00.000Z",
          "exitTs": 1736274720,
          "dir": 1,
          "entryPrice": 2653.998,
          "exitPrice": 2649.382,
          "stopDistance": 4.616,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 102
        },
        {
          "entryTs": 1736283600,
          "entryUtc": "2025-01-07T21:00:00.000Z",
          "exitTs": 1736286600,
          "dir": 1,
          "entryPrice": 2650.185,
          "exitPrice": 2648.091,
          "stopDistance": 2.094,
          "outcome": "stop",
          "netR": -1.2005,
          "holdMinutes": 50
        },
        {
          "entryTs": 1736293800,
          "entryUtc": "2025-01-07T23:50:00.000Z",
          "exitTs": 1736298180,
          "dir": 1,
          "entryPrice": 2649.448,
          "exitPrice": 2648.03,
          "stopDistance": 1.418,
          "outcome": "stop",
          "netR": -1.2963,
          "holdMinutes": 73
        },
        {
          "entryTs": 1736313900,
          "entryUtc": "2025-01-08T05:25:00.000Z",
          "exitTs": 1736317020,
          "dir": 1,
          "entryPrice": 2649.058,
          "exitPrice": 2651.716,
          "stopDistance": 1.329,
          "outcome": "target",
          "netR": 1.7216,
          "holdMinutes": 52
        },
        {
          "entryTs": 1736325600,
          "entryUtc": "2025-01-08T08:40:00.000Z",
          "exitTs": 1736326140,
          "dir": 1,
          "entryPrice": 2653.175,
          "exitPrice": 2651.208,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2136,
          "holdMinutes": 9
        },
        {
          "entryTs": 1736326800,
          "entryUtc": "2025-01-08T09:00:00.000Z",
          "exitTs": 1736335620,
          "dir": 1,
          "entryPrice": 2651.744,
          "exitPrice": 2649.802,
          "stopDistance": 1.942,
          "outcome": "stop",
          "netR": -1.2163,
          "holdMinutes": 147
        },
        {
          "entryTs": 1736341200,
          "entryUtc": "2025-01-08T13:00:00.000Z",
          "exitTs": 1736341380,
          "dir": 1,
          "entryPrice": 2651.748,
          "exitPrice": 2656.457,
          "stopDistance": 2.355,
          "outcome": "target",
          "netR": 1.8429,
          "holdMinutes": 3
        },
        {
          "entryTs": 1736364600,
          "entryUtc": "2025-01-08T19:30:00.000Z",
          "exitTs": 1736394600,
          "dir": 1,
          "entryPrice": 2659.798,
          "exitPrice": 2660.065,
          "stopDistance": 3.736,
          "outcome": "time",
          "netR": -0.0276,
          "holdMinutes": 500
        },
        {
          "entryTs": 1736399400,
          "entryUtc": "2025-01-09T05:10:00.000Z",
          "exitTs": 1736400240,
          "dir": 1,
          "entryPrice": 2660.685,
          "exitPrice": 2658.939,
          "stopDistance": 1.746,
          "outcome": "stop",
          "netR": -1.2405,
          "holdMinutes": 14
        },
        {
          "entryTs": 1736411400,
          "entryUtc": "2025-01-09T08:30:00.000Z",
          "exitTs": 1736412060,
          "dir": 1,
          "entryPrice": 2664.634,
          "exitPrice": 2662.277,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 11
        },
        {
          "entryTs": 1736415300,
          "entryUtc": "2025-01-09T09:35:00.000Z",
          "exitTs": 1736422020,
          "dir": 1,
          "entryPrice": 2663.894,
          "exitPrice": 2669.438,
          "stopDistance": 2.772,
          "outcome": "target",
          "netR": 1.8665,
          "holdMinutes": 112
        },
        {
          "entryTs": 1736434200,
          "entryUtc": "2025-01-09T14:50:00.000Z",
          "exitTs": 1736435340,
          "dir": 1,
          "entryPrice": 2674.598,
          "exitPrice": 2671.134,
          "stopDistance": 3.464,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 19
        },
        {
          "entryTs": 1736437200,
          "entryUtc": "2025-01-09T15:40:00.000Z",
          "exitTs": 1736437620,
          "dir": 1,
          "entryPrice": 2674.534,
          "exitPrice": 2670.875,
          "stopDistance": 3.659,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 7
        },
        {
          "entryTs": 1736447100,
          "entryUtc": "2025-01-09T18:25:00.000Z",
          "exitTs": 1736477100,
          "dir": 1,
          "entryPrice": 2670.865,
          "exitPrice": 2673.415,
          "stopDistance": 3.013,
          "outcome": "time",
          "netR": 0.7236,
          "holdMinutes": 500
        },
        {
          "entryTs": 1736487000,
          "entryUtc": "2025-01-10T05:30:00.000Z",
          "exitTs": 1736491320,
          "dir": 1,
          "entryPrice": 2674.005,
          "exitPrice": 2676.56,
          "stopDistance": 1.277,
          "outcome": "target",
          "netR": 1.7104,
          "holdMinutes": 72
        },
        {
          "entryTs": 1736517600,
          "entryUtc": "2025-01-10T14:00:00.000Z",
          "exitTs": 1736522580,
          "dir": 1,
          "entryPrice": 2682.095,
          "exitPrice": 2693.816,
          "stopDistance": 5.861,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 83
        },
        {
          "entryTs": 1736541000,
          "entryUtc": "2025-01-10T20:30:00.000Z",
          "exitTs": 1736722800,
          "dir": 1,
          "entryPrice": 2689.645,
          "exitPrice": 2688.255,
          "stopDistance": 2.809,
          "outcome": "time",
          "netR": -0.6266,
          "holdMinutes": 3030
        },
        {
          "entryTs": 1736726400,
          "entryUtc": "2025-01-13T00:00:00.000Z",
          "exitTs": 1736727660,
          "dir": 1,
          "entryPrice": 2690.819,
          "exitPrice": 2688.489,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 21
        },
        {
          "entryTs": 1736734500,
          "entryUtc": "2025-01-13T02:15:00.000Z",
          "exitTs": 1736737680,
          "dir": 1,
          "entryPrice": 2689.295,
          "exitPrice": 2686.146,
          "stopDistance": 3.149,
          "outcome": "stop",
          "netR": -1.1334,
          "holdMinutes": 53
        },
        {
          "entryTs": 1736740800,
          "entryUtc": "2025-01-13T04:00:00.000Z",
          "exitTs": 1736742780,
          "dir": 1,
          "entryPrice": 2687.875,
          "exitPrice": 2685.606,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 33
        },
        {
          "entryTs": 1736748600,
          "entryUtc": "2025-01-13T06:10:00.000Z",
          "exitTs": 1736753940,
          "dir": 1,
          "entryPrice": 2687.535,
          "exitPrice": 2685.354,
          "stopDistance": 2.181,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 89
        },
        {
          "entryTs": 1736757900,
          "entryUtc": "2025-01-13T08:45:00.000Z",
          "exitTs": 1736758140,
          "dir": 1,
          "entryPrice": 2689.069,
          "exitPrice": 2686.126,
          "stopDistance": 2.943,
          "outcome": "stop",
          "netR": -1.1427,
          "holdMinutes": 4
        },
        {
          "entryTs": 1736780100,
          "entryUtc": "2025-01-13T14:55:00.000Z",
          "exitTs": 1736781060,
          "dir": 1,
          "entryPrice": 2673.335,
          "exitPrice": 2668.767,
          "stopDistance": 4.568,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 16
        },
        {
          "entryTs": 1736800200,
          "entryUtc": "2025-01-13T20:30:00.000Z",
          "exitTs": 1736805180,
          "dir": 1,
          "entryPrice": 2659.505,
          "exitPrice": 2663.42,
          "stopDistance": 1.958,
          "outcome": "target",
          "netR": 1.811,
          "holdMinutes": 83
        },
        {
          "entryTs": 1736829900,
          "entryUtc": "2025-01-14T04:45:00.000Z",
          "exitTs": 1736832180,
          "dir": 1,
          "entryPrice": 2672.625,
          "exitPrice": 2670.819,
          "stopDistance": 1.806,
          "outcome": "stop",
          "netR": -1.2326,
          "holdMinutes": 38
        },
        {
          "entryTs": 1736839200,
          "entryUtc": "2025-01-14T07:20:00.000Z",
          "exitTs": 1736839740,
          "dir": 1,
          "entryPrice": 2670.425,
          "exitPrice": 2668.389,
          "stopDistance": 2.036,
          "outcome": "stop",
          "netR": -1.2063,
          "holdMinutes": 9
        },
        {
          "entryTs": 1736842500,
          "entryUtc": "2025-01-14T08:15:00.000Z",
          "exitTs": 1736846760,
          "dir": 1,
          "entryPrice": 2670.175,
          "exitPrice": 2667.843,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 71
        },
        {
          "entryTs": 1736855700,
          "entryUtc": "2025-01-14T11:55:00.000Z",
          "exitTs": 1736858940,
          "dir": 1,
          "entryPrice": 2669.175,
          "exitPrice": 2666.766,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 54
        },
        {
          "entryTs": 1736867400,
          "entryUtc": "2025-01-14T15:10:00.000Z",
          "exitTs": 1736891640,
          "dir": 1,
          "entryPrice": 2668.915,
          "exitPrice": 2677.781,
          "stopDistance": 4.433,
          "outcome": "target",
          "netR": 1.9165,
          "holdMinutes": 404
        },
        {
          "entryTs": 1736910000,
          "entryUtc": "2025-01-15T03:00:00.000Z",
          "exitTs": 1736919420,
          "dir": 1,
          "entryPrice": 2673.205,
          "exitPrice": 2677.272,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 157
        },
        {
          "entryTs": 1736948400,
          "entryUtc": "2025-01-15T13:40:00.000Z",
          "exitTs": 1736949600,
          "dir": 1,
          "entryPrice": 2687.445,
          "exitPrice": 2695.25,
          "stopDistance": 3.903,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 20
        },
        {
          "entryTs": 1736959200,
          "entryUtc": "2025-01-15T16:40:00.000Z",
          "exitTs": 1736964660,
          "dir": 1,
          "entryPrice": 2685.405,
          "exitPrice": 2694.172,
          "stopDistance": 4.383,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 91
        },
        {
          "entryTs": 1736987400,
          "entryUtc": "2025-01-16T00:30:00.000Z",
          "exitTs": 1736991240,
          "dir": 1,
          "entryPrice": 2696.575,
          "exitPrice": 2701.393,
          "stopDistance": 2.409,
          "outcome": "target",
          "netR": 1.8464,
          "holdMinutes": 64
        },
        {
          "entryTs": 1736998500,
          "entryUtc": "2025-01-16T03:35:00.000Z",
          "exitTs": 1737004140,
          "dir": 1,
          "entryPrice": 2698.208,
          "exitPrice": 2695.921,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 94
        },
        {
          "entryTs": 1737011400,
          "entryUtc": "2025-01-16T07:10:00.000Z",
          "exitTs": 1737015300,
          "dir": 1,
          "entryPrice": 2696.175,
          "exitPrice": 2700.1,
          "stopDistance": 1.962,
          "outcome": "target",
          "netR": 1.8114,
          "holdMinutes": 65
        },
        {
          "entryTs": 1737033900,
          "entryUtc": "2025-01-16T13:25:00.000Z",
          "exitTs": 1737035400,
          "dir": 1,
          "entryPrice": 2709.848,
          "exitPrice": 2716.705,
          "stopDistance": 3.429,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 25
        },
        {
          "entryTs": 1737072300,
          "entryUtc": "2025-01-17T00:05:00.000Z",
          "exitTs": 1737075600,
          "dir": 1,
          "entryPrice": 2714.855,
          "exitPrice": 2713.496,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.3089,
          "holdMinutes": 55
        },
        {
          "entryTs": 1737079500,
          "entryUtc": "2025-01-17T02:05:00.000Z",
          "exitTs": 1737092340,
          "dir": 1,
          "entryPrice": 2714.068,
          "exitPrice": 2711.841,
          "stopDistance": 2.227,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 214
        },
        {
          "entryTs": 1737115200,
          "entryUtc": "2025-01-17T12:00:00.000Z",
          "exitTs": 1737120600,
          "dir": 1,
          "entryPrice": 2707.885,
          "exitPrice": 2705.636,
          "stopDistance": 2.249,
          "outcome": "stop",
          "netR": -1.1867,
          "holdMinutes": 90
        },
        {
          "entryTs": 1737125400,
          "entryUtc": "2025-01-17T14:50:00.000Z",
          "exitTs": 1737138840,
          "dir": 1,
          "entryPrice": 2711.369,
          "exitPrice": 2707.617,
          "stopDistance": 3.752,
          "outcome": "stop",
          "netR": -1.1119,
          "holdMinutes": 224
        },
        {
          "entryTs": 1737339300,
          "entryUtc": "2025-01-20T02:15:00.000Z",
          "exitTs": 1737342840,
          "dir": 1,
          "entryPrice": 2695.025,
          "exitPrice": 2700.866,
          "stopDistance": 2.921,
          "outcome": "target",
          "netR": 1.8733,
          "holdMinutes": 59
        },
        {
          "entryTs": 1737363600,
          "entryUtc": "2025-01-20T09:00:00.000Z",
          "exitTs": 1737364200,
          "dir": 1,
          "entryPrice": 2706.775,
          "exitPrice": 2704.557,
          "stopDistance": 2.218,
          "outcome": "stop",
          "netR": -1.1894,
          "holdMinutes": 10
        },
        {
          "entryTs": 1737367200,
          "entryUtc": "2025-01-20T10:00:00.000Z",
          "exitTs": 1737371280,
          "dir": 1,
          "entryPrice": 2705.945,
          "exitPrice": 2710.75,
          "stopDistance": 2.403,
          "outcome": "target",
          "netR": 1.846,
          "holdMinutes": 68
        },
        {
          "entryTs": 1737374400,
          "entryUtc": "2025-01-20T12:00:00.000Z",
          "exitTs": 1737379980,
          "dir": 1,
          "entryPrice": 2708.145,
          "exitPrice": 2705.506,
          "stopDistance": 2.639,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 93
        },
        {
          "entryTs": 1737382500,
          "entryUtc": "2025-01-20T14:15:00.000Z",
          "exitTs": 1737385320,
          "dir": 1,
          "entryPrice": 2710.275,
          "exitPrice": 2705.866,
          "stopDistance": 4.408,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 47
        },
        {
          "entryTs": 1737386400,
          "entryUtc": "2025-01-20T15:20:00.000Z",
          "exitTs": 1737389520,
          "dir": 1,
          "entryPrice": 2709.315,
          "exitPrice": 2705.201,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 52
        },
        {
          "entryTs": 1737394800,
          "entryUtc": "2025-01-20T17:40:00.000Z",
          "exitTs": 1737396540,
          "dir": 1,
          "entryPrice": 2709.048,
          "exitPrice": 2705.351,
          "stopDistance": 3.698,
          "outcome": "stop",
          "netR": -1.1136,
          "holdMinutes": 29
        },
        {
          "entryTs": 1737397800,
          "entryUtc": "2025-01-20T18:30:00.000Z",
          "exitTs": 1737420660,
          "dir": 1,
          "entryPrice": 2707.895,
          "exitPrice": 2704.742,
          "stopDistance": 3.153,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 381
        },
        {
          "entryTs": 1737423000,
          "entryUtc": "2025-01-21T01:30:00.000Z",
          "exitTs": 1737424980,
          "dir": 1,
          "entryPrice": 2712.315,
          "exitPrice": 2719.625,
          "stopDistance": 3.655,
          "outcome": "target",
          "netR": 1.8988,
          "holdMinutes": 33
        },
        {
          "entryTs": 1737444600,
          "entryUtc": "2025-01-21T07:30:00.000Z",
          "exitTs": 1737447300,
          "dir": 1,
          "entryPrice": 2727.845,
          "exitPrice": 2725.006,
          "stopDistance": 2.839,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 45
        },
        {
          "entryTs": 1737460200,
          "entryUtc": "2025-01-21T11:50:00.000Z",
          "exitTs": 1737465360,
          "dir": 1,
          "entryPrice": 2722.908,
          "exitPrice": 2728.731,
          "stopDistance": 2.911,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 86
        },
        {
          "entryTs": 1737493800,
          "entryUtc": "2025-01-21T21:10:00.000Z",
          "exitTs": 1737506580,
          "dir": 1,
          "entryPrice": 2742.485,
          "exitPrice": 2746.006,
          "stopDistance": 1.76,
          "outcome": "target",
          "netR": 1.7898,
          "holdMinutes": 213
        },
        {
          "entryTs": 1737531600,
          "entryUtc": "2025-01-22T07:40:00.000Z",
          "exitTs": 1737532440,
          "dir": 1,
          "entryPrice": 2751.615,
          "exitPrice": 2749.078,
          "stopDistance": 2.537,
          "outcome": "stop",
          "netR": -1.1656,
          "holdMinutes": 14
        },
        {
          "entryTs": 1737534300,
          "entryUtc": "2025-01-22T08:25:00.000Z",
          "exitTs": 1737536700,
          "dir": 1,
          "entryPrice": 2750.575,
          "exitPrice": 2756.628,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 40
        },
        {
          "entryTs": 1737551100,
          "entryUtc": "2025-01-22T13:05:00.000Z",
          "exitTs": 1737551520,
          "dir": 1,
          "entryPrice": 2761.045,
          "exitPrice": 2758.232,
          "stopDistance": 2.813,
          "outcome": "stop",
          "netR": -1.1493,
          "holdMinutes": 7
        },
        {
          "entryTs": 1737560700,
          "entryUtc": "2025-01-22T15:45:00.000Z",
          "exitTs": 1737590700,
          "dir": 1,
          "entryPrice": 2756.045,
          "exitPrice": 2753.628,
          "stopDistance": 3.686,
          "outcome": "time",
          "netR": -0.756,
          "holdMinutes": 500
        },
        {
          "entryTs": 1737593100,
          "entryUtc": "2025-01-23T00:45:00.000Z",
          "exitTs": 1737594900,
          "dir": 1,
          "entryPrice": 2755.498,
          "exitPrice": 2753.914,
          "stopDistance": 1.584,
          "outcome": "stop",
          "netR": -1.2651,
          "holdMinutes": 30
        },
        {
          "entryTs": 1737606300,
          "entryUtc": "2025-01-23T04:25:00.000Z",
          "exitTs": 1737608220,
          "dir": 1,
          "entryPrice": 2752.865,
          "exitPrice": 2751.351,
          "stopDistance": 1.514,
          "outcome": "stop",
          "netR": -1.2774,
          "holdMinutes": 32
        },
        {
          "entryTs": 1737617700,
          "entryUtc": "2025-01-23T07:35:00.000Z",
          "exitTs": 1737617940,
          "dir": 1,
          "entryPrice": 2753.535,
          "exitPrice": 2751.986,
          "stopDistance": 1.548,
          "outcome": "stop",
          "netR": -1.2712,
          "holdMinutes": 4
        },
        {
          "entryTs": 1737620400,
          "entryUtc": "2025-01-23T08:20:00.000Z",
          "exitTs": 1737621060,
          "dir": 1,
          "entryPrice": 2754.215,
          "exitPrice": 2752.641,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2668,
          "holdMinutes": 11
        },
        {
          "entryTs": 1737623100,
          "entryUtc": "2025-01-23T09:05:00.000Z",
          "exitTs": 1737623820,
          "dir": 1,
          "entryPrice": 2753.515,
          "exitPrice": 2751.855,
          "stopDistance": 1.66,
          "outcome": "stop",
          "netR": -1.253,
          "holdMinutes": 12
        },
        {
          "entryTs": 1737629400,
          "entryUtc": "2025-01-23T10:50:00.000Z",
          "exitTs": 1737634320,
          "dir": 1,
          "entryPrice": 2751.095,
          "exitPrice": 2748.641,
          "stopDistance": 2.454,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 82
        },
        {
          "entryTs": 1737642600,
          "entryUtc": "2025-01-23T14:30:00.000Z",
          "exitTs": 1737643500,
          "dir": 1,
          "entryPrice": 2744.725,
          "exitPrice": 2740.421,
          "stopDistance": 4.304,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 15
        },
        {
          "entryTs": 1737644100,
          "entryUtc": "2025-01-23T14:55:00.000Z",
          "exitTs": 1737650640,
          "dir": 1,
          "entryPrice": 2744.975,
          "exitPrice": 2753.992,
          "stopDistance": 4.509,
          "outcome": "target",
          "netR": 1.9179,
          "holdMinutes": 109
        },
        {
          "entryTs": 1737673200,
          "entryUtc": "2025-01-23T23:00:00.000Z",
          "exitTs": 1737678720,
          "dir": 1,
          "entryPrice": 2753.945,
          "exitPrice": 2757.148,
          "stopDistance": 1.601,
          "outcome": "target",
          "netR": 1.7689,
          "holdMinutes": 92
        },
        {
          "entryTs": 1737709200,
          "entryUtc": "2025-01-24T09:00:00.000Z",
          "exitTs": 1737711420,
          "dir": 1,
          "entryPrice": 2773.975,
          "exitPrice": 2771.346,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 37
        },
        {
          "entryTs": 1737716100,
          "entryUtc": "2025-01-24T10:55:00.000Z",
          "exitTs": 1737724080,
          "dir": 1,
          "entryPrice": 2774.998,
          "exitPrice": 2780.545,
          "stopDistance": 2.773,
          "outcome": "target",
          "netR": 1.8666,
          "holdMinutes": 133
        },
        {
          "entryTs": 1737731700,
          "entryUtc": "2025-01-24T15:15:00.000Z",
          "exitTs": 1737733920,
          "dir": 1,
          "entryPrice": 2783.145,
          "exitPrice": 2778.985,
          "stopDistance": 4.16,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 37
        },
        {
          "entryTs": 1737748500,
          "entryUtc": "2025-01-24T19:55:00.000Z",
          "exitTs": 1737750420,
          "dir": 1,
          "entryPrice": 2774.915,
          "exitPrice": 2773.057,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.2261,
          "holdMinutes": 32
        },
        {
          "entryTs": 1737939900,
          "entryUtc": "2025-01-27T01:05:00.000Z",
          "exitTs": 1737941100,
          "dir": 1,
          "entryPrice": 2771.485,
          "exitPrice": 2768.895,
          "stopDistance": 2.59,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 20
        },
        {
          "entryTs": 1737950100,
          "entryUtc": "2025-01-27T03:55:00.000Z",
          "exitTs": 1737951300,
          "dir": 1,
          "entryPrice": 2761.585,
          "exitPrice": 2758.672,
          "stopDistance": 2.913,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 20
        },
        {
          "entryTs": 1737966000,
          "entryUtc": "2025-01-27T08:20:00.000Z",
          "exitTs": 1737969060,
          "dir": 1,
          "entryPrice": 2757.255,
          "exitPrice": 2763.718,
          "stopDistance": 3.231,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 51
        },
        {
          "entryTs": 1738004100,
          "entryUtc": "2025-01-27T18:55:00.000Z",
          "exitTs": 1738012020,
          "dir": 1,
          "entryPrice": 2736.615,
          "exitPrice": 2742.765,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 132
        },
        {
          "entryTs": 1738020600,
          "entryUtc": "2025-01-27T23:30:00.000Z",
          "exitTs": 1738020600,
          "dir": 1,
          "entryPrice": 2743.608,
          "exitPrice": 2741.327,
          "stopDistance": 2.281,
          "outcome": "stop",
          "netR": -1.1841,
          "holdMinutes": 0
        },
        {
          "entryTs": 1738038600,
          "entryUtc": "2025-01-28T04:30:00.000Z",
          "exitTs": 1738040940,
          "dir": 1,
          "entryPrice": 2741.005,
          "exitPrice": 2744.579,
          "stopDistance": 1.787,
          "outcome": "target",
          "netR": 1.7929,
          "holdMinutes": 39
        },
        {
          "entryTs": 1738049100,
          "entryUtc": "2025-01-28T07:25:00.000Z",
          "exitTs": 1738049760,
          "dir": 1,
          "entryPrice": 2742.395,
          "exitPrice": 2740.862,
          "stopDistance": 1.533,
          "outcome": "stop",
          "netR": -1.274,
          "holdMinutes": 11
        },
        {
          "entryTs": 1738055100,
          "entryUtc": "2025-01-28T09:05:00.000Z",
          "exitTs": 1738069320,
          "dir": 1,
          "entryPrice": 2741.555,
          "exitPrice": 2746.644,
          "stopDistance": 2.545,
          "outcome": "target",
          "netR": 1.8546,
          "holdMinutes": 237
        },
        {
          "entryTs": 1738106100,
          "entryUtc": "2025-01-28T23:15:00.000Z",
          "exitTs": 1738108740,
          "dir": 1,
          "entryPrice": 2763.835,
          "exitPrice": 2762.589,
          "stopDistance": 1.246,
          "outcome": "stop",
          "netR": -1.337,
          "holdMinutes": 44
        },
        {
          "entryTs": 1738111200,
          "entryUtc": "2025-01-29T00:40:00.000Z",
          "exitTs": 1738113120,
          "dir": 1,
          "entryPrice": 2763.775,
          "exitPrice": 2765.847,
          "stopDistance": 1.036,
          "outcome": "target",
          "netR": 1.6429,
          "holdMinutes": 32
        },
        {
          "entryTs": 1738138500,
          "entryUtc": "2025-01-29T08:15:00.000Z",
          "exitTs": 1738139640,
          "dir": 1,
          "entryPrice": 2761.305,
          "exitPrice": 2765.09,
          "stopDistance": 1.892,
          "outcome": "target",
          "netR": 1.8045,
          "holdMinutes": 19
        },
        {
          "entryTs": 1738159200,
          "entryUtc": "2025-01-29T14:00:00.000Z",
          "exitTs": 1738164120,
          "dir": 1,
          "entryPrice": 2758.525,
          "exitPrice": 2755.92,
          "stopDistance": 2.605,
          "outcome": "stop",
          "netR": -1.1612,
          "holdMinutes": 82
        },
        {
          "entryTs": 1738176600,
          "entryUtc": "2025-01-29T18:50:00.000Z",
          "exitTs": 1738177200,
          "dir": 1,
          "entryPrice": 2753.075,
          "exitPrice": 2750.607,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 10
        },
        {
          "entryTs": 1738180200,
          "entryUtc": "2025-01-29T19:50:00.000Z",
          "exitTs": 1738197000,
          "dir": 1,
          "entryPrice": 2751.895,
          "exitPrice": 2761.069,
          "stopDistance": 4.587,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 280
        },
        {
          "entryTs": 1738203300,
          "entryUtc": "2025-01-30T02:15:00.000Z",
          "exitTs": 1738204440,
          "dir": 1,
          "entryPrice": 2760.705,
          "exitPrice": 2759.113,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2638,
          "holdMinutes": 19
        },
        {
          "entryTs": 1738208100,
          "entryUtc": "2025-01-30T03:35:00.000Z",
          "exitTs": 1738215480,
          "dir": 1,
          "entryPrice": 2760.788,
          "exitPrice": 2759.269,
          "stopDistance": 1.519,
          "outcome": "stop",
          "netR": -1.2766,
          "holdMinutes": 123
        },
        {
          "entryTs": 1738217700,
          "entryUtc": "2025-01-30T06:15:00.000Z",
          "exitTs": 1738220160,
          "dir": 1,
          "entryPrice": 2761.148,
          "exitPrice": 2764.098,
          "stopDistance": 1.475,
          "outcome": "target",
          "netR": 1.7492,
          "holdMinutes": 41
        },
        {
          "entryTs": 1738258500,
          "entryUtc": "2025-01-30T17:35:00.000Z",
          "exitTs": 1738271760,
          "dir": 1,
          "entryPrice": 2793.635,
          "exitPrice": 2790.056,
          "stopDistance": 3.579,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 221
        },
        {
          "entryTs": 1738279800,
          "entryUtc": "2025-01-30T23:30:00.000Z",
          "exitTs": 1738309800,
          "dir": 1,
          "entryPrice": 2794.665,
          "exitPrice": 2799.205,
          "stopDistance": 3.358,
          "outcome": "time",
          "netR": 1.2418,
          "holdMinutes": 500
        },
        {
          "entryTs": 1738322100,
          "entryUtc": "2025-01-31T11:15:00.000Z",
          "exitTs": 1738324440,
          "dir": 1,
          "entryPrice": 2795.065,
          "exitPrice": 2800.141,
          "stopDistance": 2.538,
          "outcome": "target",
          "netR": 1.8542,
          "holdMinutes": 39
        },
        {
          "entryTs": 1738344900,
          "entryUtc": "2025-01-31T17:35:00.000Z",
          "exitTs": 1738347480,
          "dir": 1,
          "entryPrice": 2808.698,
          "exitPrice": 2803.98,
          "stopDistance": 4.718,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 43
        },
        {
          "entryTs": 1738357500,
          "entryUtc": "2025-01-31T21:05:00.000Z",
          "exitTs": 1738360560,
          "dir": 1,
          "entryPrice": 2801.495,
          "exitPrice": 2798.023,
          "stopDistance": 3.472,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 51
        },
        {
          "entryTs": 1738556100,
          "entryUtc": "2025-02-03T04:15:00.000Z",
          "exitTs": 1738557000,
          "dir": 1,
          "entryPrice": 2782.458,
          "exitPrice": 2778.398,
          "stopDistance": 4.06,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738579800,
          "entryUtc": "2025-02-03T10:50:00.000Z",
          "exitTs": 1738581180,
          "dir": 1,
          "entryPrice": 2797.675,
          "exitPrice": 2803.938,
          "stopDistance": 3.132,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 23
        },
        {
          "entryTs": 1738605300,
          "entryUtc": "2025-02-03T17:55:00.000Z",
          "exitTs": 1738605420,
          "dir": 1,
          "entryPrice": 2821.205,
          "exitPrice": 2816.355,
          "stopDistance": 4.85,
          "outcome": "stop",
          "netR": -1.0866,
          "holdMinutes": 2
        },
        {
          "entryTs": 1738605900,
          "entryUtc": "2025-02-03T18:05:00.000Z",
          "exitTs": 1738615860,
          "dir": 1,
          "entryPrice": 2820.965,
          "exitPrice": 2815.623,
          "stopDistance": 5.343,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 166
        },
        {
          "entryTs": 1738629600,
          "entryUtc": "2025-02-04T00:40:00.000Z",
          "exitTs": 1738632180,
          "dir": 1,
          "entryPrice": 2815.695,
          "exitPrice": 2820.066,
          "stopDistance": 2.185,
          "outcome": "target",
          "netR": 1.8307,
          "holdMinutes": 43
        },
        {
          "entryTs": 1738637400,
          "entryUtc": "2025-02-04T02:50:00.000Z",
          "exitTs": 1738640700,
          "dir": 1,
          "entryPrice": 2820.075,
          "exitPrice": 2817.283,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 55
        },
        {
          "entryTs": 1738657200,
          "entryUtc": "2025-02-04T08:20:00.000Z",
          "exitTs": 1738658100,
          "dir": 1,
          "entryPrice": 2818.455,
          "exitPrice": 2814.979,
          "stopDistance": 3.476,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738670700,
          "entryUtc": "2025-02-04T12:05:00.000Z",
          "exitTs": 1738672560,
          "dir": 1,
          "entryPrice": 2815.815,
          "exitPrice": 2820.664,
          "stopDistance": 2.424,
          "outcome": "target",
          "netR": 1.8474,
          "holdMinutes": 31
        },
        {
          "entryTs": 1738702800,
          "entryUtc": "2025-02-04T21:00:00.000Z",
          "exitTs": 1738703400,
          "dir": 1,
          "entryPrice": 2844.155,
          "exitPrice": 2842.206,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2154,
          "holdMinutes": 10
        },
        {
          "entryTs": 1738715400,
          "entryUtc": "2025-02-05T00:30:00.000Z",
          "exitTs": 1738715580,
          "dir": 1,
          "entryPrice": 2842.775,
          "exitPrice": 2845.791,
          "stopDistance": 1.508,
          "outcome": "target",
          "netR": 1.7546,
          "holdMinutes": 3
        },
        {
          "entryTs": 1738721100,
          "entryUtc": "2025-02-05T02:05:00.000Z",
          "exitTs": 1738728660,
          "dir": 1,
          "entryPrice": 2847.655,
          "exitPrice": 2854.317,
          "stopDistance": 3.331,
          "outcome": "target",
          "netR": 1.8889,
          "holdMinutes": 126
        },
        {
          "entryTs": 1738741500,
          "entryUtc": "2025-02-05T07:45:00.000Z",
          "exitTs": 1738742340,
          "dir": 1,
          "entryPrice": 2858.875,
          "exitPrice": 2863.837,
          "stopDistance": 2.481,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 14
        },
        {
          "entryTs": 1738760400,
          "entryUtc": "2025-02-05T13:00:00.000Z",
          "exitTs": 1738761300,
          "dir": 1,
          "entryPrice": 2870.135,
          "exitPrice": 2867.378,
          "stopDistance": 2.757,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738766400,
          "entryUtc": "2025-02-05T14:40:00.000Z",
          "exitTs": 1738766700,
          "dir": 1,
          "entryPrice": 2868.395,
          "exitPrice": 2864.21,
          "stopDistance": 4.185,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 5
        },
        {
          "entryTs": 1738774800,
          "entryUtc": "2025-02-05T17:00:00.000Z",
          "exitTs": 1738779300,
          "dir": 1,
          "entryPrice": 2874.775,
          "exitPrice": 2870.005,
          "stopDistance": 4.77,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 75
        },
        {
          "entryTs": 1738792500,
          "entryUtc": "2025-02-05T21:55:00.000Z",
          "exitTs": 1738804260,
          "dir": 1,
          "entryPrice": 2866.205,
          "exitPrice": 2863.813,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 196
        },
        {
          "entryTs": 1738806300,
          "entryUtc": "2025-02-06T01:45:00.000Z",
          "exitTs": 1738812060,
          "dir": 1,
          "entryPrice": 2869.075,
          "exitPrice": 2866.598,
          "stopDistance": 2.477,
          "outcome": "stop",
          "netR": -1.1696,
          "holdMinutes": 96
        },
        {
          "entryTs": 1738815000,
          "entryUtc": "2025-02-06T04:10:00.000Z",
          "exitTs": 1738818780,
          "dir": 1,
          "entryPrice": 2869.655,
          "exitPrice": 2867.017,
          "stopDistance": 2.638,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 63
        },
        {
          "entryTs": 1738819500,
          "entryUtc": "2025-02-06T05:25:00.000Z",
          "exitTs": 1738820700,
          "dir": 1,
          "entryPrice": 2869.185,
          "exitPrice": 2867.201,
          "stopDistance": 1.984,
          "outcome": "stop",
          "netR": -1.2117,
          "holdMinutes": 20
        },
        {
          "entryTs": 1738822800,
          "entryUtc": "2025-02-06T06:20:00.000Z",
          "exitTs": 1738824240,
          "dir": 1,
          "entryPrice": 2869.395,
          "exitPrice": 2867.218,
          "stopDistance": 2.177,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 24
        },
        {
          "entryTs": 1738834800,
          "entryUtc": "2025-02-06T09:40:00.000Z",
          "exitTs": 1738842000,
          "dir": 1,
          "entryPrice": 2858.805,
          "exitPrice": 2866.379,
          "stopDistance": 3.787,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 120
        },
        {
          "entryTs": 1738858800,
          "entryUtc": "2025-02-06T16:20:00.000Z",
          "exitTs": 1738888800,
          "dir": 1,
          "entryPrice": 2851.735,
          "exitPrice": 2859.945,
          "stopDistance": 4.752,
          "outcome": "time",
          "netR": 1.6499,
          "holdMinutes": 500
        },
        {
          "entryTs": 1738913400,
          "entryUtc": "2025-02-07T07:30:00.000Z",
          "exitTs": 1738919100,
          "dir": 1,
          "entryPrice": 2863.595,
          "exitPrice": 2868.508,
          "stopDistance": 2.456,
          "outcome": "target",
          "netR": 1.8494,
          "holdMinutes": 95
        },
        {
          "entryTs": 1738929600,
          "entryUtc": "2025-02-07T12:00:00.000Z",
          "exitTs": 1738930500,
          "dir": 1,
          "entryPrice": 2867.535,
          "exitPrice": 2865.126,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 15
        },
        {
          "entryTs": 1738938300,
          "entryUtc": "2025-02-07T14:25:00.000Z",
          "exitTs": 1738942260,
          "dir": 1,
          "entryPrice": 2871.428,
          "exitPrice": 2884.238,
          "stopDistance": 6.405,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 66
        },
        {
          "entryTs": 1738959300,
          "entryUtc": "2025-02-07T20:15:00.000Z",
          "exitTs": 1738959960,
          "dir": 1,
          "entryPrice": 2862.755,
          "exitPrice": 2859.841,
          "stopDistance": 2.914,
          "outcome": "stop",
          "netR": -1.1442,
          "holdMinutes": 11
        },
        {
          "entryTs": 1738962900,
          "entryUtc": "2025-02-07T21:15:00.000Z",
          "exitTs": 1738965480,
          "dir": 1,
          "entryPrice": 2862.435,
          "exitPrice": 2859.973,
          "stopDistance": 2.462,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 43
        },
        {
          "entryTs": 1739142900,
          "entryUtc": "2025-02-09T23:15:00.000Z",
          "exitTs": 1739143740,
          "dir": 1,
          "entryPrice": 2863.095,
          "exitPrice": 2869.246,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 14
        },
        {
          "entryTs": 1739187300,
          "entryUtc": "2025-02-10T11:35:00.000Z",
          "exitTs": 1739193540,
          "dir": 1,
          "entryPrice": 2902.035,
          "exitPrice": 2908.095,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 104
        },
        {
          "entryTs": 1739198400,
          "entryUtc": "2025-02-10T14:40:00.000Z",
          "exitTs": 1739206140,
          "dir": 1,
          "entryPrice": 2905.549,
          "exitPrice": 2900.922,
          "stopDistance": 4.627,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 129
        },
        {
          "entryTs": 1739211600,
          "entryUtc": "2025-02-10T18:20:00.000Z",
          "exitTs": 1739228520,
          "dir": 1,
          "entryPrice": 2904.365,
          "exitPrice": 2911.072,
          "stopDistance": 3.353,
          "outcome": "target",
          "netR": 1.8897,
          "holdMinutes": 282
        },
        {
          "entryTs": 1739252700,
          "entryUtc": "2025-02-11T05:45:00.000Z",
          "exitTs": 1739255880,
          "dir": 1,
          "entryPrice": 2922.565,
          "exitPrice": 2918.823,
          "stopDistance": 3.742,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 53
        },
        {
          "entryTs": 1739283000,
          "entryUtc": "2025-02-11T14:10:00.000Z",
          "exitTs": 1739286120,
          "dir": 1,
          "entryPrice": 2900.475,
          "exitPrice": 2894.351,
          "stopDistance": 6.124,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 52
        },
        {
          "entryTs": 1739294700,
          "entryUtc": "2025-02-11T17:25:00.000Z",
          "exitTs": 1739304120,
          "dir": 1,
          "entryPrice": 2903.455,
          "exitPrice": 2899.41,
          "stopDistance": 4.045,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 157
        },
        {
          "entryTs": 1739316300,
          "entryUtc": "2025-02-11T23:25:00.000Z",
          "exitTs": 1739318580,
          "dir": 1,
          "entryPrice": 2899.455,
          "exitPrice": 2897.314,
          "stopDistance": 2.141,
          "outcome": "stop",
          "netR": -1.1962,
          "holdMinutes": 38
        },
        {
          "entryTs": 1739327400,
          "entryUtc": "2025-02-12T02:30:00.000Z",
          "exitTs": 1739329080,
          "dir": 1,
          "entryPrice": 2895.775,
          "exitPrice": 2891.955,
          "stopDistance": 3.82,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 28
        },
        {
          "entryTs": 1739340900,
          "entryUtc": "2025-02-12T06:15:00.000Z",
          "exitTs": 1739342280,
          "dir": 1,
          "entryPrice": 2891.055,
          "exitPrice": 2887.998,
          "stopDistance": 3.057,
          "outcome": "stop",
          "netR": -1.1374,
          "holdMinutes": 23
        },
        {
          "entryTs": 1739349300,
          "entryUtc": "2025-02-12T08:35:00.000Z",
          "exitTs": 1739352540,
          "dir": 1,
          "entryPrice": 2893.035,
          "exitPrice": 2889.649,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 54
        },
        {
          "entryTs": 1739364900,
          "entryUtc": "2025-02-12T12:55:00.000Z",
          "exitTs": 1739365800,
          "dir": 1,
          "entryPrice": 2885.219,
          "exitPrice": 2881.777,
          "stopDistance": 3.442,
          "outcome": "stop",
          "netR": -1.122,
          "holdMinutes": 15
        },
        {
          "entryTs": 1739369400,
          "entryUtc": "2025-02-12T14:10:00.000Z",
          "exitTs": 1739379180,
          "dir": 1,
          "entryPrice": 2886.425,
          "exitPrice": 2900.818,
          "stopDistance": 7.196,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 163
        },
        {
          "entryTs": 1739392500,
          "entryUtc": "2025-02-12T20:35:00.000Z",
          "exitTs": 1739404440,
          "dir": 1,
          "entryPrice": 2900.018,
          "exitPrice": 2905.139,
          "stopDistance": 2.56,
          "outcome": "target",
          "netR": 1.8555,
          "holdMinutes": 199
        },
        {
          "entryTs": 1739412000,
          "entryUtc": "2025-02-13T02:00:00.000Z",
          "exitTs": 1739416800,
          "dir": 1,
          "entryPrice": 2905.875,
          "exitPrice": 2911.428,
          "stopDistance": 2.777,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 80
        },
        {
          "entryTs": 1739433000,
          "entryUtc": "2025-02-13T07:50:00.000Z",
          "exitTs": 1739433420,
          "dir": 1,
          "entryPrice": 2918.095,
          "exitPrice": 2914.642,
          "stopDistance": 3.453,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 7
        },
        {
          "entryTs": 1739440200,
          "entryUtc": "2025-02-13T09:50:00.000Z",
          "exitTs": 1739440860,
          "dir": 1,
          "entryPrice": 2917.325,
          "exitPrice": 2913.746,
          "stopDistance": 3.579,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 11
        },
        {
          "entryTs": 1739458500,
          "entryUtc": "2025-02-13T14:55:00.000Z",
          "exitTs": 1739473440,
          "dir": 1,
          "entryPrice": 2915.985,
          "exitPrice": 2925.393,
          "stopDistance": 4.704,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 249
        },
        {
          "entryTs": 1739495400,
          "entryUtc": "2025-02-14T01:10:00.000Z",
          "exitTs": 1739496600,
          "dir": 1,
          "entryPrice": 2932.815,
          "exitPrice": 2930.625,
          "stopDistance": 2.19,
          "outcome": "stop",
          "netR": -1.1918,
          "holdMinutes": 20
        },
        {
          "entryTs": 1739508900,
          "entryUtc": "2025-02-14T04:55:00.000Z",
          "exitTs": 1739513940,
          "dir": 1,
          "entryPrice": 2928.218,
          "exitPrice": 2932.645,
          "stopDistance": 2.214,
          "outcome": "target",
          "netR": 1.8329,
          "holdMinutes": 84
        },
        {
          "entryTs": 1739528400,
          "entryUtc": "2025-02-14T10:20:00.000Z",
          "exitTs": 1739531400,
          "dir": 1,
          "entryPrice": 2936.675,
          "exitPrice": 2934.017,
          "stopDistance": 2.658,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 50
        },
        {
          "entryTs": 1739567400,
          "entryUtc": "2025-02-14T21:10:00.000Z",
          "exitTs": 1739746800,
          "dir": 1,
          "entryPrice": 2883.715,
          "exitPrice": 2885.845,
          "stopDistance": 3.072,
          "outcome": "time",
          "netR": 0.5729,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1739770200,
          "entryUtc": "2025-02-17T05:30:00.000Z",
          "exitTs": 1739770620,
          "dir": 1,
          "entryPrice": 2902.765,
          "exitPrice": 2899.931,
          "stopDistance": 2.833,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 7
        },
        {
          "entryTs": 1739776500,
          "entryUtc": "2025-02-17T07:15:00.000Z",
          "exitTs": 1739781360,
          "dir": 1,
          "entryPrice": 2900.495,
          "exitPrice": 2897.078,
          "stopDistance": 3.417,
          "outcome": "stop",
          "netR": -1.1229,
          "holdMinutes": 81
        },
        {
          "entryTs": 1739782200,
          "entryUtc": "2025-02-17T08:50:00.000Z",
          "exitTs": 1739788380,
          "dir": 1,
          "entryPrice": 2900.645,
          "exitPrice": 2897.366,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 103
        },
        {
          "entryTs": 1739790300,
          "entryUtc": "2025-02-17T11:05:00.000Z",
          "exitTs": 1739790600,
          "dir": 1,
          "entryPrice": 2903.315,
          "exitPrice": 2900.28,
          "stopDistance": 3.035,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 5
        },
        {
          "entryTs": 1739802900,
          "entryUtc": "2025-02-17T14:35:00.000Z",
          "exitTs": 1739804280,
          "dir": 1,
          "entryPrice": 2898.425,
          "exitPrice": 2903.389,
          "stopDistance": 2.482,
          "outcome": "target",
          "netR": 1.8509,
          "holdMinutes": 23
        },
        {
          "entryTs": 1739833500,
          "entryUtc": "2025-02-17T23:05:00.000Z",
          "exitTs": 1739834040,
          "dir": 1,
          "entryPrice": 2898.715,
          "exitPrice": 2897.421,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3246,
          "holdMinutes": 9
        },
        {
          "entryTs": 1739836200,
          "entryUtc": "2025-02-17T23:50:00.000Z",
          "exitTs": 1739840520,
          "dir": 1,
          "entryPrice": 2899.095,
          "exitPrice": 2897.907,
          "stopDistance": 1.188,
          "outcome": "stop",
          "netR": -1.3535,
          "holdMinutes": 72
        },
        {
          "entryTs": 1739846100,
          "entryUtc": "2025-02-18T02:35:00.000Z",
          "exitTs": 1739846340,
          "dir": 1,
          "entryPrice": 2898.005,
          "exitPrice": 2902.521,
          "stopDistance": 2.258,
          "outcome": "target",
          "netR": 1.8362,
          "holdMinutes": 4
        },
        {
          "entryTs": 1739869200,
          "entryUtc": "2025-02-18T09:00:00.000Z",
          "exitTs": 1739874420,
          "dir": 1,
          "entryPrice": 2912.155,
          "exitPrice": 2909.613,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 87
        },
        {
          "entryTs": 1739877900,
          "entryUtc": "2025-02-18T11:25:00.000Z",
          "exitTs": 1739882460,
          "dir": 1,
          "entryPrice": 2911.605,
          "exitPrice": 2915.802,
          "stopDistance": 2.099,
          "outcome": "target",
          "netR": 1.8237,
          "holdMinutes": 76
        },
        {
          "entryTs": 1739912700,
          "entryUtc": "2025-02-18T21:05:00.000Z",
          "exitTs": 1739924460,
          "dir": 1,
          "entryPrice": 2934.115,
          "exitPrice": 2932.144,
          "stopDistance": 1.971,
          "outcome": "stop",
          "netR": -1.2131,
          "holdMinutes": 196
        },
        {
          "entryTs": 1739929500,
          "entryUtc": "2025-02-19T01:45:00.000Z",
          "exitTs": 1739932680,
          "dir": 1,
          "entryPrice": 2935.605,
          "exitPrice": 2933.454,
          "stopDistance": 2.151,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 53
        },
        {
          "entryTs": 1739943300,
          "entryUtc": "2025-02-19T05:35:00.000Z",
          "exitTs": 1739945520,
          "dir": 1,
          "entryPrice": 2931.105,
          "exitPrice": 2935.644,
          "stopDistance": 2.27,
          "outcome": "target",
          "netR": 1.837,
          "holdMinutes": 37
        },
        {
          "entryTs": 1739971800,
          "entryUtc": "2025-02-19T13:30:00.000Z",
          "exitTs": 1739973060,
          "dir": 1,
          "entryPrice": 2939.128,
          "exitPrice": 2935.335,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 21
        },
        {
          "entryTs": 1739992500,
          "entryUtc": "2025-02-19T19:15:00.000Z",
          "exitTs": 1739996880,
          "dir": 1,
          "entryPrice": 2926.865,
          "exitPrice": 2934.343,
          "stopDistance": 3.739,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 73
        },
        {
          "entryTs": 1740019800,
          "entryUtc": "2025-02-20T02:50:00.000Z",
          "exitTs": 1740028800,
          "dir": 1,
          "entryPrice": 2938.705,
          "exitPrice": 2944.43,
          "stopDistance": 2.862,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 150
        },
        {
          "entryTs": 1740046200,
          "entryUtc": "2025-02-20T10:10:00.000Z",
          "exitTs": 1740048060,
          "dir": 1,
          "entryPrice": 2952.765,
          "exitPrice": 2950.527,
          "stopDistance": 2.238,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 31
        },
        {
          "entryTs": 1740066900,
          "entryUtc": "2025-02-20T15:55:00.000Z",
          "exitTs": 1740080220,
          "dir": 1,
          "entryPrice": 2938.765,
          "exitPrice": 2933.241,
          "stopDistance": 5.524,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 222
        },
        {
          "entryTs": 1740086100,
          "entryUtc": "2025-02-20T21:15:00.000Z",
          "exitTs": 1740099780,
          "dir": 1,
          "entryPrice": 2939.075,
          "exitPrice": 2943.834,
          "stopDistance": 2.38,
          "outcome": "target",
          "netR": 1.8445,
          "holdMinutes": 228
        },
        {
          "entryTs": 1740099900,
          "entryUtc": "2025-02-21T01:05:00.000Z",
          "exitTs": 1740100680,
          "dir": 1,
          "entryPrice": 2943.398,
          "exitPrice": 2948.163,
          "stopDistance": 2.382,
          "outcome": "target",
          "netR": 1.8447,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740106200,
          "entryUtc": "2025-02-21T02:50:00.000Z",
          "exitTs": 1740107100,
          "dir": 1,
          "entryPrice": 2940.175,
          "exitPrice": 2935.853,
          "stopDistance": 4.323,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 15
        },
        {
          "entryTs": 1740120900,
          "entryUtc": "2025-02-21T06:55:00.000Z",
          "exitTs": 1740125100,
          "dir": 1,
          "entryPrice": 2930.325,
          "exitPrice": 2926.91,
          "stopDistance": 3.415,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 70
        },
        {
          "entryTs": 1740131100,
          "entryUtc": "2025-02-21T09:45:00.000Z",
          "exitTs": 1740136380,
          "dir": 1,
          "entryPrice": 2926.735,
          "exitPrice": 2933.401,
          "stopDistance": 3.333,
          "outcome": "target",
          "netR": 1.889,
          "holdMinutes": 88
        },
        {
          "entryTs": 1740140400,
          "entryUtc": "2025-02-21T12:20:00.000Z",
          "exitTs": 1740142380,
          "dir": 1,
          "entryPrice": 2933.025,
          "exitPrice": 2930.121,
          "stopDistance": 2.904,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 33
        },
        {
          "entryTs": 1740147300,
          "entryUtc": "2025-02-21T14:15:00.000Z",
          "exitTs": 1740148500,
          "dir": 1,
          "entryPrice": 2933.605,
          "exitPrice": 2929.806,
          "stopDistance": 3.799,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 20
        },
        {
          "entryTs": 1740149400,
          "entryUtc": "2025-02-21T14:50:00.000Z",
          "exitTs": 1740149820,
          "dir": 1,
          "entryPrice": 2937.688,
          "exitPrice": 2933.106,
          "stopDistance": 4.582,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 7
        },
        {
          "entryTs": 1740154800,
          "entryUtc": "2025-02-21T16:20:00.000Z",
          "exitTs": 1740163080,
          "dir": 1,
          "entryPrice": 2932.495,
          "exitPrice": 2941.923,
          "stopDistance": 4.714,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 138
        },
        {
          "entryTs": 1740174300,
          "entryUtc": "2025-02-21T21:45:00.000Z",
          "exitTs": 1740174900,
          "dir": 1,
          "entryPrice": 2937.335,
          "exitPrice": 2935.015,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 10
        },
        {
          "entryTs": 1740351900,
          "entryUtc": "2025-02-23T23:05:00.000Z",
          "exitTs": 1740355200,
          "dir": 1,
          "entryPrice": 2938.848,
          "exitPrice": 2935.972,
          "stopDistance": 2.876,
          "outcome": "stop",
          "netR": -1.146,
          "holdMinutes": 55
        },
        {
          "entryTs": 1740364500,
          "entryUtc": "2025-02-24T02:35:00.000Z",
          "exitTs": 1740365700,
          "dir": 1,
          "entryPrice": 2932.585,
          "exitPrice": 2940.246,
          "stopDistance": 3.83,
          "outcome": "target",
          "netR": 1.9034,
          "holdMinutes": 20
        },
        {
          "entryTs": 1740381000,
          "entryUtc": "2025-02-24T07:10:00.000Z",
          "exitTs": 1740387120,
          "dir": 1,
          "entryPrice": 2940.555,
          "exitPrice": 2946.205,
          "stopDistance": 2.825,
          "outcome": "target",
          "netR": 1.869,
          "holdMinutes": 102
        },
        {
          "entryTs": 1740397200,
          "entryUtc": "2025-02-24T11:40:00.000Z",
          "exitTs": 1740398520,
          "dir": 1,
          "entryPrice": 2943.338,
          "exitPrice": 2949.091,
          "stopDistance": 2.877,
          "outcome": "target",
          "netR": 1.8714,
          "holdMinutes": 22
        },
        {
          "entryTs": 1740414600,
          "entryUtc": "2025-02-24T16:30:00.000Z",
          "exitTs": 1740424440,
          "dir": 1,
          "entryPrice": 2940.685,
          "exitPrice": 2949.587,
          "stopDistance": 4.451,
          "outcome": "target",
          "netR": 1.9169,
          "holdMinutes": 164
        },
        {
          "entryTs": 1740441900,
          "entryUtc": "2025-02-25T00:05:00.000Z",
          "exitTs": 1740442380,
          "dir": 1,
          "entryPrice": 2951.685,
          "exitPrice": 2949.513,
          "stopDistance": 2.172,
          "outcome": "stop",
          "netR": -1.1934,
          "holdMinutes": 8
        },
        {
          "entryTs": 1740446100,
          "entryUtc": "2025-02-25T01:15:00.000Z",
          "exitTs": 1740446700,
          "dir": 1,
          "entryPrice": 2951.185,
          "exitPrice": 2949.229,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2147,
          "holdMinutes": 10
        },
        {
          "entryTs": 1740450000,
          "entryUtc": "2025-02-25T02:20:00.000Z",
          "exitTs": 1740451620,
          "dir": 1,
          "entryPrice": 2951.195,
          "exitPrice": 2948.812,
          "stopDistance": 2.383,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 27
        },
        {
          "entryTs": 1740468900,
          "entryUtc": "2025-02-25T07:35:00.000Z",
          "exitTs": 1740469380,
          "dir": 1,
          "entryPrice": 2937.615,
          "exitPrice": 2934.985,
          "stopDistance": 2.63,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 8
        },
        {
          "entryTs": 1740473100,
          "entryUtc": "2025-02-25T08:45:00.000Z",
          "exitTs": 1740474720,
          "dir": 1,
          "entryPrice": 2940.745,
          "exitPrice": 2937.407,
          "stopDistance": 3.339,
          "outcome": "stop",
          "netR": -1.1258,
          "holdMinutes": 27
        },
        {
          "entryTs": 1740483000,
          "entryUtc": "2025-02-25T11:30:00.000Z",
          "exitTs": 1740486240,
          "dir": 1,
          "entryPrice": 2939.795,
          "exitPrice": 2937.186,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 54
        },
        {
          "entryTs": 1740491700,
          "entryUtc": "2025-02-25T13:55:00.000Z",
          "exitTs": 1740495540,
          "dir": 1,
          "entryPrice": 2936.745,
          "exitPrice": 2932.144,
          "stopDistance": 4.601,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 64
        },
        {
          "entryTs": 1740535200,
          "entryUtc": "2025-02-26T02:00:00.000Z",
          "exitTs": 1740538500,
          "dir": -1,
          "entryPrice": 2917.625,
          "exitPrice": 2921.521,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 55
        },
        {
          "entryTs": 1740549300,
          "entryUtc": "2025-02-26T05:55:00.000Z",
          "exitTs": 1740550320,
          "dir": -1,
          "entryPrice": 2915.715,
          "exitPrice": 2909.802,
          "stopDistance": 2.957,
          "outcome": "target",
          "netR": 1.8749,
          "holdMinutes": 17
        },
        {
          "entryTs": 1740558900,
          "entryUtc": "2025-02-26T08:35:00.000Z",
          "exitTs": 1740559680,
          "dir": -1,
          "entryPrice": 2910.665,
          "exitPrice": 2914.052,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740564000,
          "entryUtc": "2025-02-26T10:00:00.000Z",
          "exitTs": 1740564360,
          "dir": -1,
          "entryPrice": 2912.958,
          "exitPrice": 2915.868,
          "stopDistance": 2.91,
          "outcome": "stop",
          "netR": -1.1443,
          "holdMinutes": 6
        },
        {
          "entryTs": 1740565500,
          "entryUtc": "2025-02-26T10:25:00.000Z",
          "exitTs": 1740578100,
          "dir": -1,
          "entryPrice": 2913.375,
          "exitPrice": 2907.7,
          "stopDistance": 2.838,
          "outcome": "target",
          "netR": 1.8696,
          "holdMinutes": 210
        },
        {
          "entryTs": 1740600600,
          "entryUtc": "2025-02-26T20:10:00.000Z",
          "exitTs": 1740601740,
          "dir": -1,
          "entryPrice": 2913.875,
          "exitPrice": 2915.832,
          "stopDistance": 1.957,
          "outcome": "stop",
          "netR": -1.2146,
          "holdMinutes": 19
        },
        {
          "entryTs": 1740617100,
          "entryUtc": "2025-02-27T00:45:00.000Z",
          "exitTs": 1740619860,
          "dir": -1,
          "entryPrice": 2916.125,
          "exitPrice": 2912.794,
          "stopDistance": 1.666,
          "outcome": "target",
          "netR": 1.7778,
          "holdMinutes": 46
        },
        {
          "entryTs": 1740656400,
          "entryUtc": "2025-02-27T11:40:00.000Z",
          "exitTs": 1740662460,
          "dir": -1,
          "entryPrice": 2887.348,
          "exitPrice": 2891.099,
          "stopDistance": 3.751,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 101
        },
        {
          "entryTs": 1740663900,
          "entryUtc": "2025-02-27T13:45:00.000Z",
          "exitTs": 1740664500,
          "dir": -1,
          "entryPrice": 2886.065,
          "exitPrice": 2890.885,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 10
        },
        {
          "entryTs": 1740667200,
          "entryUtc": "2025-02-27T14:40:00.000Z",
          "exitTs": 1740667560,
          "dir": -1,
          "entryPrice": 2884.435,
          "exitPrice": 2873.178,
          "stopDistance": 5.629,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 6
        },
        {
          "entryTs": 1740685200,
          "entryUtc": "2025-02-27T19:40:00.000Z",
          "exitTs": 1740689820,
          "dir": -1,
          "entryPrice": 2879.575,
          "exitPrice": 2872.773,
          "stopDistance": 3.401,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 77
        },
        {
          "entryTs": 1740698700,
          "entryUtc": "2025-02-27T23:25:00.000Z",
          "exitTs": 1740702240,
          "dir": -1,
          "entryPrice": 2875.275,
          "exitPrice": 2877.731,
          "stopDistance": 2.456,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 59
        },
        {
          "entryTs": 1740708000,
          "entryUtc": "2025-02-28T02:00:00.000Z",
          "exitTs": 1740714060,
          "dir": -1,
          "entryPrice": 2874.575,
          "exitPrice": 2867.492,
          "stopDistance": 3.541,
          "outcome": "target",
          "netR": 1.8955,
          "holdMinutes": 101
        },
        {
          "entryTs": 1740725700,
          "entryUtc": "2025-02-28T06:55:00.000Z",
          "exitTs": 1740727500,
          "dir": -1,
          "entryPrice": 2863.705,
          "exitPrice": 2857.979,
          "stopDistance": 2.863,
          "outcome": "target",
          "netR": 1.8708,
          "holdMinutes": 30
        },
        {
          "entryTs": 1740742800,
          "entryUtc": "2025-02-28T11:40:00.000Z",
          "exitTs": 1740744120,
          "dir": -1,
          "entryPrice": 2860.958,
          "exitPrice": 2863.715,
          "stopDistance": 2.757,
          "outcome": "stop",
          "netR": -1.1523,
          "holdMinutes": 22
        },
        {
          "entryTs": 1740746400,
          "entryUtc": "2025-02-28T12:40:00.000Z",
          "exitTs": 1740748500,
          "dir": -1,
          "entryPrice": 2858.505,
          "exitPrice": 2861.439,
          "stopDistance": 2.935,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 35
        },
        {
          "entryTs": 1740764100,
          "entryUtc": "2025-02-28T17:35:00.000Z",
          "exitTs": 1740772320,
          "dir": -1,
          "entryPrice": 2845.595,
          "exitPrice": 2849.816,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 137
        },
        {
          "entryTs": 1740970800,
          "entryUtc": "2025-03-03T03:00:00.000Z",
          "exitTs": 1740971580,
          "dir": -1,
          "entryPrice": 2867.848,
          "exitPrice": 2862.153,
          "stopDistance": 2.848,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740980100,
          "entryUtc": "2025-03-03T05:35:00.000Z",
          "exitTs": 1740981900,
          "dir": -1,
          "entryPrice": 2862.905,
          "exitPrice": 2865.08,
          "stopDistance": 2.175,
          "outcome": "stop",
          "netR": -1.1931,
          "holdMinutes": 30
        },
        {
          "entryTs": 1741008000,
          "entryUtc": "2025-03-03T13:20:00.000Z",
          "exitTs": 1741010760,
          "dir": -1,
          "entryPrice": 2871.318,
          "exitPrice": 2874.881,
          "stopDistance": 3.563,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 46
        },
        {
          "entryTs": 1741027200,
          "entryUtc": "2025-03-03T18:40:00.000Z",
          "exitTs": 1741027680,
          "dir": -1,
          "entryPrice": 2886.938,
          "exitPrice": 2890.251,
          "stopDistance": 3.313,
          "outcome": "stop",
          "netR": -1.1268,
          "holdMinutes": 8
        },
        {
          "entryTs": 1741048200,
          "entryUtc": "2025-03-04T00:30:00.000Z",
          "exitTs": 1741050000,
          "dir": -1,
          "entryPrice": 2890.375,
          "exitPrice": 2892.681,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1821,
          "holdMinutes": 30
        },
        {
          "entryTs": 1741061400,
          "entryUtc": "2025-03-04T04:10:00.000Z",
          "exitTs": 1741062840,
          "dir": -1,
          "entryPrice": 2886.858,
          "exitPrice": 2889.523,
          "stopDistance": 2.665,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 24
        },
        {
          "entryTs": 1741068000,
          "entryUtc": "2025-03-04T06:00:00.000Z",
          "exitTs": 1741070400,
          "dir": -1,
          "entryPrice": 2889.465,
          "exitPrice": 2884.653,
          "stopDistance": 2.406,
          "outcome": "target",
          "netR": 1.8462,
          "holdMinutes": 40
        },
        {
          "entryTs": 1741107000,
          "entryUtc": "2025-03-04T16:50:00.000Z",
          "exitTs": 1741137000,
          "dir": 1,
          "entryPrice": 2912.315,
          "exitPrice": 2912.258,
          "stopDistance": 5.104,
          "outcome": "time",
          "netR": -0.0836,
          "holdMinutes": 500
        },
        {
          "entryTs": 1741146300,
          "entryUtc": "2025-03-05T03:45:00.000Z",
          "exitTs": 1741154520,
          "dir": 1,
          "entryPrice": 2910.515,
          "exitPrice": 2919.083,
          "stopDistance": 4.284,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 137
        },
        {
          "entryTs": 1741161900,
          "entryUtc": "2025-03-05T08:05:00.000Z",
          "exitTs": 1741166760,
          "dir": 1,
          "entryPrice": 2918.715,
          "exitPrice": 2915.251,
          "stopDistance": 3.464,
          "outcome": "stop",
          "netR": -1.1213,
          "holdMinutes": 81
        },
        {
          "entryTs": 1741176900,
          "entryUtc": "2025-03-05T12:15:00.000Z",
          "exitTs": 1741178580,
          "dir": 1,
          "entryPrice": 2917.645,
          "exitPrice": 2914.469,
          "stopDistance": 3.176,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 28
        },
        {
          "entryTs": 1741203300,
          "entryUtc": "2025-03-05T19:35:00.000Z",
          "exitTs": 1741226040,
          "dir": 1,
          "entryPrice": 2918.195,
          "exitPrice": 2925.095,
          "stopDistance": 3.45,
          "outcome": "target",
          "netR": 1.8928,
          "holdMinutes": 379
        },
        {
          "entryTs": 1741241100,
          "entryUtc": "2025-03-06T06:05:00.000Z",
          "exitTs": 1741245780,
          "dir": 1,
          "entryPrice": 2920.625,
          "exitPrice": 2917.94,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1564,
          "holdMinutes": 78
        },
        {
          "entryTs": 1741303800,
          "entryUtc": "2025-03-06T23:30:00.000Z",
          "exitTs": 1741305180,
          "dir": 1,
          "entryPrice": 2912.405,
          "exitPrice": 2910.143,
          "stopDistance": 2.262,
          "outcome": "stop",
          "netR": -1.1857,
          "holdMinutes": 23
        },
        {
          "entryTs": 1741312380,
          "entryUtc": "2025-03-07T01:53:00.000Z",
          "exitTs": 1741313280,
          "dir": 1,
          "entryPrice": 2907.435,
          "exitPrice": 2903.434,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 15
        },
        {
          "entryTs": 1741315200,
          "entryUtc": "2025-03-07T02:40:00.000Z",
          "exitTs": 1741333320,
          "dir": 1,
          "entryPrice": 2907.125,
          "exitPrice": 2915.008,
          "stopDistance": 3.942,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 302
        },
        {
          "entryTs": 1741346400,
          "entryUtc": "2025-03-07T11:20:00.000Z",
          "exitTs": 1741348200,
          "dir": 1,
          "entryPrice": 2920.318,
          "exitPrice": 2917.651,
          "stopDistance": 2.667,
          "outcome": "stop",
          "netR": -1.1575,
          "holdMinutes": 30
        },
        {
          "entryTs": 1741350300,
          "entryUtc": "2025-03-07T12:25:00.000Z",
          "exitTs": 1741352340,
          "dir": 1,
          "entryPrice": 2921.105,
          "exitPrice": 2918.555,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 34
        },
        {
          "entryTs": 1741358400,
          "entryUtc": "2025-03-07T14:40:00.000Z",
          "exitTs": 1741362060,
          "dir": 1,
          "entryPrice": 2920.925,
          "exitPrice": 2914.856,
          "stopDistance": 6.069,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 61
        },
        {
          "entryTs": 1741582200,
          "entryUtc": "2025-03-10T04:50:00.000Z",
          "exitTs": 1741582680,
          "dir": 1,
          "entryPrice": 2912.145,
          "exitPrice": 2910.141,
          "stopDistance": 2.004,
          "outcome": "stop",
          "netR": -1.2096,
          "holdMinutes": 8
        },
        {
          "entryTs": 1741587000,
          "entryUtc": "2025-03-10T06:10:00.000Z",
          "exitTs": 1741587180,
          "dir": 1,
          "entryPrice": 2912.585,
          "exitPrice": 2910.403,
          "stopDistance": 2.182,
          "outcome": "stop",
          "netR": -1.1925,
          "holdMinutes": 3
        },
        {
          "entryTs": 1741587900,
          "entryUtc": "2025-03-10T06:25:00.000Z",
          "exitTs": 1741593240,
          "dir": 1,
          "entryPrice": 2910.555,
          "exitPrice": 2908.119,
          "stopDistance": 2.436,
          "outcome": "stop",
          "netR": -1.1724,
          "holdMinutes": 89
        },
        {
          "entryTs": 1741623600,
          "entryUtc": "2025-03-10T16:20:00.000Z",
          "exitTs": 1741626000,
          "dir": -1,
          "entryPrice": 2903.328,
          "exitPrice": 2894.828,
          "stopDistance": 4.25,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 40
        },
        {
          "entryTs": 1741645800,
          "entryUtc": "2025-03-10T22:30:00.000Z",
          "exitTs": 1741652160,
          "dir": -1,
          "entryPrice": 2884.788,
          "exitPrice": 2887.606,
          "stopDistance": 2.818,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 106
        },
        {
          "entryTs": 1741655400,
          "entryUtc": "2025-03-11T01:10:00.000Z",
          "exitTs": 1741655940,
          "dir": -1,
          "entryPrice": 2884.325,
          "exitPrice": 2887.869,
          "stopDistance": 3.544,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 9
        },
        {
          "entryTs": 1741672200,
          "entryUtc": "2025-03-11T05:50:00.000Z",
          "exitTs": 1741674360,
          "dir": -1,
          "entryPrice": 2894.935,
          "exitPrice": 2897.05,
          "stopDistance": 2.115,
          "outcome": "stop",
          "netR": -1.1986,
          "holdMinutes": 36
        },
        {
          "entryTs": 1741696500,
          "entryUtc": "2025-03-11T12:35:00.000Z",
          "exitTs": 1741698240,
          "dir": 1,
          "entryPrice": 2912.995,
          "exitPrice": 2910.473,
          "stopDistance": 2.523,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 29
        },
        {
          "entryTs": 1741700400,
          "entryUtc": "2025-03-11T13:40:00.000Z",
          "exitTs": 1741703580,
          "dir": 1,
          "entryPrice": 2918.818,
          "exitPrice": 2914.732,
          "stopDistance": 4.086,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 53
        },
        {
          "entryTs": 1741705500,
          "entryUtc": "2025-03-11T15:05:00.000Z",
          "exitTs": 1741735500,
          "dir": 1,
          "entryPrice": 2916.955,
          "exitPrice": 2916.685,
          "stopDistance": 4.415,
          "outcome": "time",
          "netR": -0.145,
          "holdMinutes": 500
        },
        {
          "entryTs": 1741743600,
          "entryUtc": "2025-03-12T01:40:00.000Z",
          "exitTs": 1741744800,
          "dir": 1,
          "entryPrice": 2916.255,
          "exitPrice": 2914.127,
          "stopDistance": 2.128,
          "outcome": "stop",
          "netR": -1.1974,
          "holdMinutes": 20
        },
        {
          "entryTs": 1741759200,
          "entryUtc": "2025-03-12T06:00:00.000Z",
          "exitTs": 1741759740,
          "dir": 1,
          "entryPrice": 2915.795,
          "exitPrice": 2919.752,
          "stopDistance": 1.979,
          "outcome": "target",
          "netR": 1.813,
          "holdMinutes": 9
        },
        {
          "entryTs": 1741767000,
          "entryUtc": "2025-03-12T08:10:00.000Z",
          "exitTs": 1741770000,
          "dir": 1,
          "entryPrice": 2916.675,
          "exitPrice": 2922.652,
          "stopDistance": 2.989,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 50
        },
        {
          "entryTs": 1741780500,
          "entryUtc": "2025-03-12T11:55:00.000Z",
          "exitTs": 1741781100,
          "dir": 1,
          "entryPrice": 2916.235,
          "exitPrice": 2913.764,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 10
        },
        {
          "entryTs": 1741782900,
          "entryUtc": "2025-03-12T12:35:00.000Z",
          "exitTs": 1741783080,
          "dir": 1,
          "entryPrice": 2920.765,
          "exitPrice": 2917.288,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 3
        },
        {
          "entryTs": 1741788300,
          "entryUtc": "2025-03-12T14:05:00.000Z",
          "exitTs": 1741792260,
          "dir": 1,
          "entryPrice": 2916.635,
          "exitPrice": 2925.861,
          "stopDistance": 4.613,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 66
        },
        {
          "entryTs": 1741817400,
          "entryUtc": "2025-03-12T22:10:00.000Z",
          "exitTs": 1741820580,
          "dir": 1,
          "entryPrice": 2934.955,
          "exitPrice": 2938.989,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8166,
          "holdMinutes": 53
        },
        {
          "entryTs": 1741831500,
          "entryUtc": "2025-03-13T02:05:00.000Z",
          "exitTs": 1741833960,
          "dir": 1,
          "entryPrice": 2938.915,
          "exitPrice": 2943.147,
          "stopDistance": 2.116,
          "outcome": "target",
          "netR": 1.8251,
          "holdMinutes": 41
        },
        {
          "entryTs": 1741854000,
          "entryUtc": "2025-03-13T08:20:00.000Z",
          "exitTs": 1741858260,
          "dir": 1,
          "entryPrice": 2941.765,
          "exitPrice": 2947.62,
          "stopDistance": 2.927,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 71
        },
        {
          "entryTs": 1741863900,
          "entryUtc": "2025-03-13T11:05:00.000Z",
          "exitTs": 1741868760,
          "dir": 1,
          "entryPrice": 2945.665,
          "exitPrice": 2943.137,
          "stopDistance": 2.528,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 81
        },
        {
          "entryTs": 1741873200,
          "entryUtc": "2025-03-13T13:40:00.000Z",
          "exitTs": 1741876680,
          "dir": 1,
          "entryPrice": 2949.865,
          "exitPrice": 2958.017,
          "stopDistance": 4.076,
          "outcome": "target",
          "netR": 1.9092,
          "holdMinutes": 58
        },
        {
          "entryTs": 1741914600,
          "entryUtc": "2025-03-14T01:10:00.000Z",
          "exitTs": 1741915680,
          "dir": 1,
          "entryPrice": 2986.995,
          "exitPrice": 2984.19,
          "stopDistance": 2.806,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 18
        },
        {
          "entryTs": 1741917300,
          "entryUtc": "2025-03-14T01:55:00.000Z",
          "exitTs": 1741921080,
          "dir": 1,
          "entryPrice": 2987.795,
          "exitPrice": 2984.234,
          "stopDistance": 3.561,
          "outcome": "stop",
          "netR": -1.1179,
          "holdMinutes": 63
        },
        {
          "entryTs": 1741923000,
          "entryUtc": "2025-03-14T03:30:00.000Z",
          "exitTs": 1741924500,
          "dir": 1,
          "entryPrice": 2987.295,
          "exitPrice": 2992.489,
          "stopDistance": 2.597,
          "outcome": "target",
          "netR": 1.8575,
          "holdMinutes": 25
        },
        {
          "entryTs": 1741939200,
          "entryUtc": "2025-03-14T08:00:00.000Z",
          "exitTs": 1741940880,
          "dir": 1,
          "entryPrice": 2986.775,
          "exitPrice": 2992.407,
          "stopDistance": 2.816,
          "outcome": "target",
          "netR": 1.8686,
          "holdMinutes": 28
        },
        {
          "entryTs": 1741950900,
          "entryUtc": "2025-03-14T11:15:00.000Z",
          "exitTs": 1741957200,
          "dir": 1,
          "entryPrice": 2997.525,
          "exitPrice": 2992.635,
          "stopDistance": 4.89,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 105
        },
        {
          "entryTs": 1741969200,
          "entryUtc": "2025-03-14T16:20:00.000Z",
          "exitTs": 1741978680,
          "dir": 1,
          "entryPrice": 2987.679,
          "exitPrice": 2983.134,
          "stopDistance": 4.545,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 158
        },
        {
          "entryTs": 1741985100,
          "entryUtc": "2025-03-14T20:45:00.000Z",
          "exitTs": 1741985820,
          "dir": 1,
          "entryPrice": 2987.548,
          "exitPrice": 2985.358,
          "stopDistance": 2.191,
          "outcome": "stop",
          "netR": -1.1917,
          "holdMinutes": 12
        },
        {
          "entryTs": 1742173200,
          "entryUtc": "2025-03-17T01:00:00.000Z",
          "exitTs": 1742178000,
          "dir": 1,
          "entryPrice": 2990.745,
          "exitPrice": 2988.389,
          "stopDistance": 2.356,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 80
        },
        {
          "entryTs": 1742191200,
          "entryUtc": "2025-03-17T06:00:00.000Z",
          "exitTs": 1742192880,
          "dir": 1,
          "entryPrice": 2985.875,
          "exitPrice": 2989.44,
          "stopDistance": 1.783,
          "outcome": "target",
          "netR": 1.7924,
          "holdMinutes": 28
        },
        {
          "entryTs": 1742202000,
          "entryUtc": "2025-03-17T09:00:00.000Z",
          "exitTs": 1742203500,
          "dir": 1,
          "entryPrice": 2988.285,
          "exitPrice": 2992.351,
          "stopDistance": 2.033,
          "outcome": "target",
          "netR": 1.818,
          "holdMinutes": 25
        },
        {
          "entryTs": 1742220900,
          "entryUtc": "2025-03-17T14:15:00.000Z",
          "exitTs": 1742250900,
          "dir": 1,
          "entryPrice": 2992.755,
          "exitPrice": 3000.325,
          "stopDistance": 4.523,
          "outcome": "time",
          "netR": 1.592,
          "holdMinutes": 500
        },
        {
          "entryTs": 1742253000,
          "entryUtc": "2025-03-17T23:10:00.000Z",
          "exitTs": 1742255880,
          "dir": 1,
          "entryPrice": 3000.698,
          "exitPrice": 2999.639,
          "stopDistance": 1.059,
          "outcome": "stop",
          "netR": -1.3965,
          "holdMinutes": 48
        },
        {
          "entryTs": 1742257500,
          "entryUtc": "2025-03-18T00:25:00.000Z",
          "exitTs": 1742258760,
          "dir": 1,
          "entryPrice": 3002.275,
          "exitPrice": 3000.703,
          "stopDistance": 1.572,
          "outcome": "stop",
          "netR": -1.2672,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742260800,
          "entryUtc": "2025-03-18T01:20:00.000Z",
          "exitTs": 1742262960,
          "dir": 1,
          "entryPrice": 3001.835,
          "exitPrice": 3006.026,
          "stopDistance": 2.095,
          "outcome": "target",
          "netR": 1.8234,
          "holdMinutes": 36
        },
        {
          "entryTs": 1742277300,
          "entryUtc": "2025-03-18T05:55:00.000Z",
          "exitTs": 1742281980,
          "dir": 1,
          "entryPrice": 3012.395,
          "exitPrice": 3018.299,
          "stopDistance": 2.952,
          "outcome": "target",
          "netR": 1.8747,
          "holdMinutes": 78
        },
        {
          "entryTs": 1742292900,
          "entryUtc": "2025-03-18T10:15:00.000Z",
          "exitTs": 1742294040,
          "dir": 1,
          "entryPrice": 3024.905,
          "exitPrice": 3021.792,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 19
        },
        {
          "entryTs": 1742312100,
          "entryUtc": "2025-03-18T15:35:00.000Z",
          "exitTs": 1742342100,
          "dir": 1,
          "entryPrice": 3031.155,
          "exitPrice": 3032.438,
          "stopDistance": 4.624,
          "outcome": "time",
          "netR": 0.1974,
          "holdMinutes": 500
        },
        {
          "entryTs": 1742351700,
          "entryUtc": "2025-03-19T02:35:00.000Z",
          "exitTs": 1742355960,
          "dir": 1,
          "entryPrice": 3031.648,
          "exitPrice": 3036.126,
          "stopDistance": 2.239,
          "outcome": "target",
          "netR": 1.8348,
          "holdMinutes": 71
        },
        {
          "entryTs": 1742367000,
          "entryUtc": "2025-03-19T06:50:00.000Z",
          "exitTs": 1742368860,
          "dir": 1,
          "entryPrice": 3041.535,
          "exitPrice": 3038.036,
          "stopDistance": 3.499,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 31
        },
        {
          "entryTs": 1742379900,
          "entryUtc": "2025-03-19T10:25:00.000Z",
          "exitTs": 1742388360,
          "dir": 1,
          "entryPrice": 3034.635,
          "exitPrice": 3040.844,
          "stopDistance": 3.104,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 141
        },
        {
          "entryTs": 1742398800,
          "entryUtc": "2025-03-19T15:40:00.000Z",
          "exitTs": 1742407680,
          "dir": 1,
          "entryPrice": 3031.325,
          "exitPrice": 3038.241,
          "stopDistance": 3.458,
          "outcome": "target",
          "netR": 1.893,
          "holdMinutes": 148
        },
        {
          "entryTs": 1742407800,
          "entryUtc": "2025-03-19T18:10:00.000Z",
          "exitTs": 1742409360,
          "dir": 1,
          "entryPrice": 3037.355,
          "exitPrice": 3044.562,
          "stopDistance": 3.603,
          "outcome": "target",
          "netR": 1.8973,
          "holdMinutes": 26
        },
        {
          "entryTs": 1742444400,
          "entryUtc": "2025-03-20T04:20:00.000Z",
          "exitTs": 1742445060,
          "dir": 1,
          "entryPrice": 3049.558,
          "exitPrice": 3054.065,
          "stopDistance": 2.253,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 11
        },
        {
          "entryTs": 1742463000,
          "entryUtc": "2025-03-20T09:30:00.000Z",
          "exitTs": 1742464260,
          "dir": 1,
          "entryPrice": 3044.455,
          "exitPrice": 3041.59,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1466,
          "holdMinutes": 21
        },
        {
          "entryTs": 1742472900,
          "entryUtc": "2025-03-20T12:15:00.000Z",
          "exitTs": 1742476260,
          "dir": 1,
          "entryPrice": 3036.025,
          "exitPrice": 3032.544,
          "stopDistance": 3.481,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 56
        },
        {
          "entryTs": 1742481900,
          "entryUtc": "2025-03-20T14:45:00.000Z",
          "exitTs": 1742511900,
          "dir": 1,
          "entryPrice": 3038.095,
          "exitPrice": 3045.658,
          "stopDistance": 4.492,
          "outcome": "time",
          "netR": 1.6014,
          "holdMinutes": 500
        },
        {
          "entryTs": 1742538000,
          "entryUtc": "2025-03-21T06:20:00.000Z",
          "exitTs": 1742539740,
          "dir": 1,
          "entryPrice": 3031.425,
          "exitPrice": 3028.655,
          "stopDistance": 2.77,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 29
        },
        {
          "entryTs": 1742546400,
          "entryUtc": "2025-03-21T08:40:00.000Z",
          "exitTs": 1742548260,
          "dir": 1,
          "entryPrice": 3032.015,
          "exitPrice": 3028.624,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 31
        },
        {
          "entryTs": 1742552100,
          "entryUtc": "2025-03-21T10:15:00.000Z",
          "exitTs": 1742554800,
          "dir": 1,
          "entryPrice": 3032.675,
          "exitPrice": 3029.877,
          "stopDistance": 2.798,
          "outcome": "stop",
          "netR": -1.1501,
          "holdMinutes": 45
        },
        {
          "entryTs": 1742555700,
          "entryUtc": "2025-03-21T11:15:00.000Z",
          "exitTs": 1742557740,
          "dir": 1,
          "entryPrice": 3031.885,
          "exitPrice": 3036.967,
          "stopDistance": 2.541,
          "outcome": "target",
          "netR": 1.8544,
          "holdMinutes": 34
        },
        {
          "entryTs": 1742574600,
          "entryUtc": "2025-03-21T16:30:00.000Z",
          "exitTs": 1742589000,
          "dir": 1,
          "entryPrice": 3014.375,
          "exitPrice": 3023.085,
          "stopDistance": 4.355,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 240
        },
        {
          "entryTs": 1742780700,
          "entryUtc": "2025-03-24T01:45:00.000Z",
          "exitTs": 1742781300,
          "dir": 1,
          "entryPrice": 3023.685,
          "exitPrice": 3021.04,
          "stopDistance": 2.645,
          "outcome": "stop",
          "netR": -1.1588,
          "holdMinutes": 10
        },
        {
          "entryTs": 1742782500,
          "entryUtc": "2025-03-24T02:15:00.000Z",
          "exitTs": 1742784000,
          "dir": 1,
          "entryPrice": 3022.815,
          "exitPrice": 3020.012,
          "stopDistance": 2.803,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 25
        },
        {
          "entryTs": 1742792400,
          "entryUtc": "2025-03-24T05:00:00.000Z",
          "exitTs": 1742798520,
          "dir": 1,
          "entryPrice": 3019.145,
          "exitPrice": 3023.35,
          "stopDistance": 2.103,
          "outcome": "target",
          "netR": 1.824,
          "holdMinutes": 102
        },
        {
          "entryTs": 1742803800,
          "entryUtc": "2025-03-24T08:10:00.000Z",
          "exitTs": 1742806800,
          "dir": 1,
          "entryPrice": 3024.065,
          "exitPrice": 3029.186,
          "stopDistance": 2.56,
          "outcome": "target",
          "netR": 1.8555,
          "holdMinutes": 50
        },
        {
          "entryTs": 1742811600,
          "entryUtc": "2025-03-24T10:20:00.000Z",
          "exitTs": 1742814900,
          "dir": 1,
          "entryPrice": 3029.448,
          "exitPrice": 3026.506,
          "stopDistance": 2.942,
          "outcome": "stop",
          "netR": -1.1428,
          "holdMinutes": 55
        },
        {
          "entryTs": 1742847600,
          "entryUtc": "2025-03-24T20:20:00.000Z",
          "exitTs": 1742849100,
          "dir": 1,
          "entryPrice": 3009.655,
          "exitPrice": 3014.015,
          "stopDistance": 2.18,
          "outcome": "target",
          "netR": 1.8303,
          "holdMinutes": 25
        },
        {
          "entryTs": 1742862300,
          "entryUtc": "2025-03-25T00:25:00.000Z",
          "exitTs": 1742863980,
          "dir": 1,
          "entryPrice": 3011.228,
          "exitPrice": 3014.387,
          "stopDistance": 1.58,
          "outcome": "target",
          "netR": 1.7658,
          "holdMinutes": 28
        },
        {
          "entryTs": 1742872800,
          "entryUtc": "2025-03-25T03:20:00.000Z",
          "exitTs": 1742879400,
          "dir": 1,
          "entryPrice": 3013.055,
          "exitPrice": 3017.636,
          "stopDistance": 2.29,
          "outcome": "target",
          "netR": 1.8385,
          "holdMinutes": 110
        },
        {
          "entryTs": 1742886600,
          "entryUtc": "2025-03-25T07:10:00.000Z",
          "exitTs": 1742887200,
          "dir": 1,
          "entryPrice": 3016.735,
          "exitPrice": 3014.721,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 10
        },
        {
          "entryTs": 1742891700,
          "entryUtc": "2025-03-25T08:35:00.000Z",
          "exitTs": 1742897580,
          "dir": 1,
          "entryPrice": 3018.995,
          "exitPrice": 3024.401,
          "stopDistance": 2.703,
          "outcome": "target",
          "netR": 1.8631,
          "holdMinutes": 98
        },
        {
          "entryTs": 1742908200,
          "entryUtc": "2025-03-25T13:10:00.000Z",
          "exitTs": 1742910060,
          "dir": 1,
          "entryPrice": 3022.635,
          "exitPrice": 3029.009,
          "stopDistance": 3.187,
          "outcome": "target",
          "netR": 1.8839,
          "holdMinutes": 31
        },
        {
          "entryTs": 1742921700,
          "entryUtc": "2025-03-25T16:55:00.000Z",
          "exitTs": 1742922120,
          "dir": 1,
          "entryPrice": 3024.905,
          "exitPrice": 3021.83,
          "stopDistance": 3.075,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 7
        },
        {
          "entryTs": 1742934000,
          "entryUtc": "2025-03-25T20:20:00.000Z",
          "exitTs": 1742949420,
          "dir": 1,
          "entryPrice": 3020.225,
          "exitPrice": 3018.682,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2721,
          "holdMinutes": 257
        },
        {
          "entryTs": 1742953500,
          "entryUtc": "2025-03-26T01:45:00.000Z",
          "exitTs": 1742956560,
          "dir": 1,
          "entryPrice": 3022.395,
          "exitPrice": 3026.385,
          "stopDistance": 1.995,
          "outcome": "target",
          "netR": 1.8145,
          "holdMinutes": 51
        },
        {
          "entryTs": 1742967900,
          "entryUtc": "2025-03-26T05:45:00.000Z",
          "exitTs": 1742968620,
          "dir": 1,
          "entryPrice": 3019.315,
          "exitPrice": 3023.46,
          "stopDistance": 2.072,
          "outcome": "target",
          "netR": 1.8215,
          "holdMinutes": 12
        },
        {
          "entryTs": 1742986500,
          "entryUtc": "2025-03-26T10:55:00.000Z",
          "exitTs": 1742989020,
          "dir": 1,
          "entryPrice": 3023.815,
          "exitPrice": 3029.035,
          "stopDistance": 2.61,
          "outcome": "target",
          "netR": 1.8583,
          "holdMinutes": 42
        },
        {
          "entryTs": 1743006600,
          "entryUtc": "2025-03-26T16:30:00.000Z",
          "exitTs": 1743007380,
          "dir": 1,
          "entryPrice": 3018.955,
          "exitPrice": 3015.8,
          "stopDistance": 3.156,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 13
        },
        {
          "entryTs": 1743010800,
          "entryUtc": "2025-03-26T17:40:00.000Z",
          "exitTs": 1743016320,
          "dir": 1,
          "entryPrice": 3018.405,
          "exitPrice": 3015.797,
          "stopDistance": 2.608,
          "outcome": "stop",
          "netR": -1.161,
          "holdMinutes": 92
        },
        {
          "entryTs": 1743020100,
          "entryUtc": "2025-03-26T20:15:00.000Z",
          "exitTs": 1743027300,
          "dir": 1,
          "entryPrice": 3019.675,
          "exitPrice": 3017.809,
          "stopDistance": 1.866,
          "outcome": "stop",
          "netR": -1.2251,
          "holdMinutes": 120
        },
        {
          "entryTs": 1743031800,
          "entryUtc": "2025-03-26T23:30:00.000Z",
          "exitTs": 1743034020,
          "dir": 1,
          "entryPrice": 3020.455,
          "exitPrice": 3024.462,
          "stopDistance": 2.004,
          "outcome": "target",
          "netR": 1.8153,
          "holdMinutes": 37
        },
        {
          "entryTs": 1743060000,
          "entryUtc": "2025-03-27T07:20:00.000Z",
          "exitTs": 1743063600,
          "dir": 1,
          "entryPrice": 3031.708,
          "exitPrice": 3037.768,
          "stopDistance": 3.03,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 60
        },
        {
          "entryTs": 1743085500,
          "entryUtc": "2025-03-27T14:25:00.000Z",
          "exitTs": 1743115500,
          "dir": 1,
          "entryPrice": 3049.375,
          "exitPrice": 3055.448,
          "stopDistance": 5.554,
          "outcome": "time",
          "netR": 1.0268,
          "holdMinutes": 500
        },
        {
          "entryTs": 1743120300,
          "entryUtc": "2025-03-28T00:05:00.000Z",
          "exitTs": 1743120600,
          "dir": 1,
          "entryPrice": 3056.845,
          "exitPrice": 3059.764,
          "stopDistance": 1.46,
          "outcome": "target",
          "netR": 1.7465,
          "holdMinutes": 5
        },
        {
          "entryTs": 1743159300,
          "entryUtc": "2025-03-28T10:55:00.000Z",
          "exitTs": 1743165360,
          "dir": 1,
          "entryPrice": 3074.125,
          "exitPrice": 3080.054,
          "stopDistance": 2.964,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 101
        },
        {
          "entryTs": 1743170100,
          "entryUtc": "2025-03-28T13:55:00.000Z",
          "exitTs": 1743172140,
          "dir": 1,
          "entryPrice": 3082.325,
          "exitPrice": 3076.592,
          "stopDistance": 5.733,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 34
        },
        {
          "entryTs": 1743175800,
          "entryUtc": "2025-03-28T15:30:00.000Z",
          "exitTs": 1743187260,
          "dir": 1,
          "entryPrice": 3079.785,
          "exitPrice": 3073.408,
          "stopDistance": 6.376,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 191
        },
        {
          "entryTs": 1743189600,
          "entryUtc": "2025-03-28T19:20:00.000Z",
          "exitTs": 1743372000,
          "dir": 1,
          "entryPrice": 3079.935,
          "exitPrice": 3085.81,
          "stopDistance": 2.938,
          "outcome": "target",
          "netR": 1.874,
          "holdMinutes": 3040
        },
        {
          "entryTs": 1743384600,
          "entryUtc": "2025-03-31T01:30:00.000Z",
          "exitTs": 1743387180,
          "dir": 1,
          "entryPrice": 3091.295,
          "exitPrice": 3099.418,
          "stopDistance": 4.062,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 43
        },
        {
          "entryTs": 1743417900,
          "entryUtc": "2025-03-31T10:45:00.000Z",
          "exitTs": 1743420360,
          "dir": 1,
          "entryPrice": 3119.678,
          "exitPrice": 3115.609,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 41
        },
        {
          "entryTs": 1743422700,
          "entryUtc": "2025-03-31T12:05:00.000Z",
          "exitTs": 1743426300,
          "dir": 1,
          "entryPrice": 3120.745,
          "exitPrice": 3116.918,
          "stopDistance": 3.828,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 60
        },
        {
          "entryTs": 1743432300,
          "entryUtc": "2025-03-31T14:45:00.000Z",
          "exitTs": 1743436380,
          "dir": 1,
          "entryPrice": 3119.325,
          "exitPrice": 3113.038,
          "stopDistance": 6.287,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 68
        },
        {
          "entryTs": 1743439800,
          "entryUtc": "2025-03-31T16:50:00.000Z",
          "exitTs": 1743469260,
          "dir": 1,
          "entryPrice": 3119.855,
          "exitPrice": 3128.257,
          "stopDistance": 4.201,
          "outcome": "target",
          "netR": 1.9119,
          "holdMinutes": 491
        },
        {
          "entryTs": 1743485100,
          "entryUtc": "2025-04-01T05:25:00.000Z",
          "exitTs": 1743486540,
          "dir": 1,
          "entryPrice": 3145.525,
          "exitPrice": 3142.565,
          "stopDistance": 2.96,
          "outcome": "stop",
          "netR": -1.1419,
          "holdMinutes": 24
        },
        {
          "entryTs": 1743499500,
          "entryUtc": "2025-04-01T09:25:00.000Z",
          "exitTs": 1743506520,
          "dir": 1,
          "entryPrice": 3133.598,
          "exitPrice": 3129.936,
          "stopDistance": 3.662,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 117
        },
        {
          "entryTs": 1743511500,
          "entryUtc": "2025-04-01T12:45:00.000Z",
          "exitTs": 1743513780,
          "dir": 1,
          "entryPrice": 3133.025,
          "exitPrice": 3129.21,
          "stopDistance": 3.815,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 38
        },
        {
          "entryTs": 1743515700,
          "entryUtc": "2025-04-01T13:55:00.000Z",
          "exitTs": 1743516780,
          "dir": 1,
          "entryPrice": 3133.425,
          "exitPrice": 3128.85,
          "stopDistance": 4.575,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 18
        },
        {
          "entryTs": 1743530700,
          "entryUtc": "2025-04-01T18:05:00.000Z",
          "exitTs": 1743545700,
          "dir": 1,
          "entryPrice": 3114.995,
          "exitPrice": 3110.933,
          "stopDistance": 4.062,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 250
        },
        {
          "entryTs": 1743551700,
          "entryUtc": "2025-04-01T23:55:00.000Z",
          "exitTs": 1743552360,
          "dir": 1,
          "entryPrice": 3115.545,
          "exitPrice": 3113.277,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 11
        },
        {
          "entryTs": 1743579900,
          "entryUtc": "2025-04-02T07:45:00.000Z",
          "exitTs": 1743581160,
          "dir": 1,
          "entryPrice": 3119.465,
          "exitPrice": 3127.003,
          "stopDistance": 3.769,
          "outcome": "target",
          "netR": 1.9018,
          "holdMinutes": 21
        },
        {
          "entryTs": 1743597300,
          "entryUtc": "2025-04-02T12:35:00.000Z",
          "exitTs": 1743601620,
          "dir": 1,
          "entryPrice": 3124.495,
          "exitPrice": 3120.129,
          "stopDistance": 4.366,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 72
        },
        {
          "entryTs": 1743603900,
          "entryUtc": "2025-04-02T14:25:00.000Z",
          "exitTs": 1743615600,
          "dir": 1,
          "entryPrice": 3126.245,
          "exitPrice": 3120.725,
          "stopDistance": 5.52,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 195
        },
        {
          "entryTs": 1743622200,
          "entryUtc": "2025-04-02T19:30:00.000Z",
          "exitTs": 1743624780,
          "dir": 1,
          "entryPrice": 3125.525,
          "exitPrice": 3122.299,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 43
        },
        {
          "entryTs": 1743625800,
          "entryUtc": "2025-04-02T20:30:00.000Z",
          "exitTs": 1743631500,
          "dir": 1,
          "entryPrice": 3131.428,
          "exitPrice": 3122.207,
          "stopDistance": 9.221,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 95
        },
        {
          "entryTs": 1743642300,
          "entryUtc": "2025-04-03T01:05:00.000Z",
          "exitTs": 1743648600,
          "dir": 1,
          "entryPrice": 3152.855,
          "exitPrice": 3144.299,
          "stopDistance": 8.556,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 105
        },
        {
          "entryTs": 1743667800,
          "entryUtc": "2025-04-03T08:10:00.000Z",
          "exitTs": 1743673680,
          "dir": 1,
          "entryPrice": 3129.255,
          "exitPrice": 3123.69,
          "stopDistance": 5.565,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 98
        },
        {
          "entryTs": 1743703200,
          "entryUtc": "2025-04-03T18:00:00.000Z",
          "exitTs": 1743704580,
          "dir": 1,
          "entryPrice": 3109.398,
          "exitPrice": 3103.799,
          "stopDistance": 5.599,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 23
        },
        {
          "entryTs": 1743706500,
          "entryUtc": "2025-04-03T18:55:00.000Z",
          "exitTs": 1743708660,
          "dir": 1,
          "entryPrice": 3109.415,
          "exitPrice": 3104.754,
          "stopDistance": 4.661,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 36
        },
        {
          "entryTs": 1743711600,
          "entryUtc": "2025-04-03T20:20:00.000Z",
          "exitTs": 1743713040,
          "dir": 1,
          "entryPrice": 3108.095,
          "exitPrice": 3115.882,
          "stopDistance": 3.893,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 24
        },
        {
          "entryTs": 1743723300,
          "entryUtc": "2025-04-03T23:35:00.000Z",
          "exitTs": 1743725940,
          "dir": 1,
          "entryPrice": 3114.945,
          "exitPrice": 3111.644,
          "stopDistance": 3.302,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 44
        },
        {
          "entryTs": 1743729300,
          "entryUtc": "2025-04-04T01:15:00.000Z",
          "exitTs": 1743730440,
          "dir": 1,
          "entryPrice": 3114.375,
          "exitPrice": 3110.929,
          "stopDistance": 3.446,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 19
        },
        {
          "entryTs": 1743741300,
          "entryUtc": "2025-04-04T04:35:00.000Z",
          "exitTs": 1743750120,
          "dir": 1,
          "entryPrice": 3101.125,
          "exitPrice": 3095.914,
          "stopDistance": 5.211,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 147
        },
        {
          "entryTs": 1743759900,
          "entryUtc": "2025-04-04T09:45:00.000Z",
          "exitTs": 1743760260,
          "dir": -1,
          "entryPrice": 3087.935,
          "exitPrice": 3093.345,
          "stopDistance": 5.41,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 6
        },
        {
          "entryTs": 1743977400,
          "entryUtc": "2025-04-06T22:10:00.000Z",
          "exitTs": 1743977520,
          "dir": -1,
          "entryPrice": 3014.005,
          "exitPrice": 3025.103,
          "stopDistance": 11.098,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 2
        },
        {
          "entryTs": 1743997200,
          "entryUtc": "2025-04-07T03:40:00.000Z",
          "exitTs": 1744003800,
          "dir": -1,
          "entryPrice": 3029.065,
          "exitPrice": 3040.477,
          "stopDistance": 11.412,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 110
        },
        {
          "entryTs": 1744006500,
          "entryUtc": "2025-04-07T06:15:00.000Z",
          "exitTs": 1744021860,
          "dir": -1,
          "entryPrice": 3026.705,
          "exitPrice": 3035.296,
          "stopDistance": 8.591,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 256
        },
        {
          "entryTs": 1744027800,
          "entryUtc": "2025-04-07T12:10:00.000Z",
          "exitTs": 1744032900,
          "dir": -1,
          "entryPrice": 3028.798,
          "exitPrice": 3013.489,
          "stopDistance": 7.655,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 85
        },
        {
          "entryTs": 1744068900,
          "entryUtc": "2025-04-07T23:35:00.000Z",
          "exitTs": 1744071000,
          "dir": -1,
          "entryPrice": 2980.725,
          "exitPrice": 2984.735,
          "stopDistance": 4.009,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 35
        },
        {
          "entryTs": 1744083000,
          "entryUtc": "2025-04-08T03:30:00.000Z",
          "exitTs": 1744087980,
          "dir": -1,
          "entryPrice": 2995.015,
          "exitPrice": 3000.278,
          "stopDistance": 5.263,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 83
        },
        {
          "entryTs": 1744098300,
          "entryUtc": "2025-04-08T07:45:00.000Z",
          "exitTs": 1744100580,
          "dir": -1,
          "entryPrice": 3002.902,
          "exitPrice": 3008.518,
          "stopDistance": 5.616,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 38
        },
        {
          "entryTs": 1744116300,
          "entryUtc": "2025-04-08T12:45:00.000Z",
          "exitTs": 1744117920,
          "dir": -1,
          "entryPrice": 3007.115,
          "exitPrice": 3013.5,
          "stopDistance": 6.385,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 27
        },
        {
          "entryTs": 1744120200,
          "entryUtc": "2025-04-08T13:50:00.000Z",
          "exitTs": 1744120800,
          "dir": -1,
          "entryPrice": 3005.652,
          "exitPrice": 3013.217,
          "stopDistance": 7.565,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744124400,
          "entryUtc": "2025-04-08T15:00:00.000Z",
          "exitTs": 1744129980,
          "dir": -1,
          "entryPrice": 3005.995,
          "exitPrice": 2991.15,
          "stopDistance": 7.423,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 93
        },
        {
          "entryTs": 1744138500,
          "entryUtc": "2025-04-08T18:55:00.000Z",
          "exitTs": 1744153440,
          "dir": -1,
          "entryPrice": 2982.035,
          "exitPrice": 2987.952,
          "stopDistance": 5.917,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 249
        },
        {
          "entryTs": 1744155000,
          "entryUtc": "2025-04-08T23:30:00.000Z",
          "exitTs": 1744155480,
          "dir": -1,
          "entryPrice": 2980.715,
          "exitPrice": 2971.713,
          "stopDistance": 4.501,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 8
        },
        {
          "entryTs": 1744160700,
          "entryUtc": "2025-04-09T01:05:00.000Z",
          "exitTs": 1744161300,
          "dir": -1,
          "entryPrice": 2973.285,
          "exitPrice": 2981.239,
          "stopDistance": 7.954,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744194000,
          "entryUtc": "2025-04-09T10:20:00.000Z",
          "exitTs": 1744195800,
          "dir": -1,
          "entryPrice": 3038.655,
          "exitPrice": 3044.581,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 30
        },
        {
          "entryTs": 1744225800,
          "entryUtc": "2025-04-09T19:10:00.000Z",
          "exitTs": 1744236360,
          "dir": 1,
          "entryPrice": 3085.875,
          "exitPrice": 3072.77,
          "stopDistance": 13.105,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 176
        },
        {
          "entryTs": 1744239000,
          "entryUtc": "2025-04-09T22:50:00.000Z",
          "exitTs": 1744250940,
          "dir": 1,
          "entryPrice": 3084.635,
          "exitPrice": 3102.144,
          "stopDistance": 8.755,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 199
        },
        {
          "entryTs": 1744279200,
          "entryUtc": "2025-04-10T10:00:00.000Z",
          "exitTs": 1744286940,
          "dir": 1,
          "entryPrice": 3116.325,
          "exitPrice": 3128.587,
          "stopDistance": 6.131,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 129
        },
        {
          "entryTs": 1744293900,
          "entryUtc": "2025-04-10T14:05:00.000Z",
          "exitTs": 1744297200,
          "dir": 1,
          "entryPrice": 3134.845,
          "exitPrice": 3155.156,
          "stopDistance": 10.156,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 55
        },
        {
          "entryTs": 1744305600,
          "entryUtc": "2025-04-10T17:20:00.000Z",
          "exitTs": 1744314300,
          "dir": 1,
          "entryPrice": 3159.835,
          "exitPrice": 3175.891,
          "stopDistance": 8.028,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 145
        },
        {
          "entryTs": 1744345800,
          "entryUtc": "2025-04-11T04:30:00.000Z",
          "exitTs": 1744347180,
          "dir": 1,
          "entryPrice": 3215.855,
          "exitPrice": 3210.707,
          "stopDistance": 5.148,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 23
        },
        {
          "entryTs": 1744355700,
          "entryUtc": "2025-04-11T07:15:00.000Z",
          "exitTs": 1744366200,
          "dir": 1,
          "entryPrice": 3211.305,
          "exitPrice": 3230.068,
          "stopDistance": 9.381,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 175
        },
        {
          "entryTs": 1744374600,
          "entryUtc": "2025-04-11T12:30:00.000Z",
          "exitTs": 1744378320,
          "dir": 1,
          "entryPrice": 3224.085,
          "exitPrice": 3239.879,
          "stopDistance": 7.897,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 62
        },
        {
          "entryTs": 1744382700,
          "entryUtc": "2025-04-11T14:45:00.000Z",
          "exitTs": 1744390500,
          "dir": 1,
          "entryPrice": 3230.225,
          "exitPrice": 3219.92,
          "stopDistance": 10.305,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 130
        },
        {
          "entryTs": 1744394400,
          "entryUtc": "2025-04-11T18:00:00.000Z",
          "exitTs": 1744398960,
          "dir": 1,
          "entryPrice": 3233.665,
          "exitPrice": 3227.369,
          "stopDistance": 6.296,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 76
        },
        {
          "entryTs": 1744402200,
          "entryUtc": "2025-04-11T20:10:00.000Z",
          "exitTs": 1744581600,
          "dir": 1,
          "entryPrice": 3236.295,
          "exitPrice": 3231.837,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1744590000,
          "entryUtc": "2025-04-14T00:20:00.000Z",
          "exitTs": 1744592400,
          "dir": 1,
          "entryPrice": 3224.285,
          "exitPrice": 3218.855,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 40
        },
        {
          "entryTs": 1744593900,
          "entryUtc": "2025-04-14T01:25:00.000Z",
          "exitTs": 1744594740,
          "dir": 1,
          "entryPrice": 3227.055,
          "exitPrice": 3239.292,
          "stopDistance": 6.119,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 14
        },
        {
          "entryTs": 1744604100,
          "entryUtc": "2025-04-14T04:15:00.000Z",
          "exitTs": 1744604700,
          "dir": 1,
          "entryPrice": 3234.215,
          "exitPrice": 3229.671,
          "stopDistance": 4.544,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744610400,
          "entryUtc": "2025-04-14T06:00:00.000Z",
          "exitTs": 1744611480,
          "dir": 1,
          "entryPrice": 3234.055,
          "exitPrice": 3229.15,
          "stopDistance": 4.905,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 18
        },
        {
          "entryTs": 1744615500,
          "entryUtc": "2025-04-14T07:25:00.000Z",
          "exitTs": 1744616700,
          "dir": 1,
          "entryPrice": 3232.155,
          "exitPrice": 3227.625,
          "stopDistance": 4.53,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 20
        },
        {
          "entryTs": 1744621800,
          "entryUtc": "2025-04-14T09:10:00.000Z",
          "exitTs": 1744622760,
          "dir": 1,
          "entryPrice": 3229.505,
          "exitPrice": 3223.528,
          "stopDistance": 5.977,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 16
        },
        {
          "entryTs": 1744629600,
          "entryUtc": "2025-04-14T11:20:00.000Z",
          "exitTs": 1744633440,
          "dir": 1,
          "entryPrice": 3223.845,
          "exitPrice": 3217.776,
          "stopDistance": 6.069,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 64
        },
        {
          "entryTs": 1744642200,
          "entryUtc": "2025-04-14T14:50:00.000Z",
          "exitTs": 1744643760,
          "dir": 1,
          "entryPrice": 3214.145,
          "exitPrice": 3206.433,
          "stopDistance": 7.712,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 26
        },
        {
          "entryTs": 1744649100,
          "entryUtc": "2025-04-14T16:45:00.000Z",
          "exitTs": 1744652280,
          "dir": 1,
          "entryPrice": 3206.165,
          "exitPrice": 3216.01,
          "stopDistance": 4.922,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 53
        },
        {
          "entryTs": 1744658700,
          "entryUtc": "2025-04-14T19:25:00.000Z",
          "exitTs": 1744679880,
          "dir": 1,
          "entryPrice": 3210.575,
          "exitPrice": 3218.542,
          "stopDistance": 3.983,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 353
        },
        {
          "entryTs": 1744698900,
          "entryUtc": "2025-04-15T06:35:00.000Z",
          "exitTs": 1744701000,
          "dir": 1,
          "entryPrice": 3227.505,
          "exitPrice": 3223.734,
          "stopDistance": 3.771,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 35
        },
        {
          "entryTs": 1744704600,
          "entryUtc": "2025-04-15T08:10:00.000Z",
          "exitTs": 1744710240,
          "dir": 1,
          "entryPrice": 3227.375,
          "exitPrice": 3223.209,
          "stopDistance": 4.166,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 94
        },
        {
          "entryTs": 1744722300,
          "entryUtc": "2025-04-15T13:05:00.000Z",
          "exitTs": 1744724160,
          "dir": 1,
          "entryPrice": 3223.735,
          "exitPrice": 3218.741,
          "stopDistance": 4.994,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 31
        },
        {
          "entryTs": 1744727100,
          "entryUtc": "2025-04-15T14:25:00.000Z",
          "exitTs": 1744729320,
          "dir": 1,
          "entryPrice": 3224.935,
          "exitPrice": 3219.184,
          "stopDistance": 5.751,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 37
        },
        {
          "entryTs": 1744731000,
          "entryUtc": "2025-04-15T15:30:00.000Z",
          "exitTs": 1744744440,
          "dir": 1,
          "entryPrice": 3221.585,
          "exitPrice": 3231.173,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 224
        },
        {
          "entryTs": 1744799400,
          "entryUtc": "2025-04-16T10:30:00.000Z",
          "exitTs": 1744801680,
          "dir": 1,
          "entryPrice": 3303.795,
          "exitPrice": 3297.889,
          "stopDistance": 5.906,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 38
        },
        {
          "entryTs": 1744804200,
          "entryUtc": "2025-04-16T11:50:00.000Z",
          "exitTs": 1744807140,
          "dir": 1,
          "entryPrice": 3310.325,
          "exitPrice": 3303.831,
          "stopDistance": 6.494,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 49
        },
        {
          "entryTs": 1744812000,
          "entryUtc": "2025-04-16T14:00:00.000Z",
          "exitTs": 1744818840,
          "dir": 1,
          "entryPrice": 3311.525,
          "exitPrice": 3327.035,
          "stopDistance": 7.755,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 114
        },
        {
          "entryTs": 1744852800,
          "entryUtc": "2025-04-17T01:20:00.000Z",
          "exitTs": 1744853280,
          "dir": 1,
          "entryPrice": 3355.905,
          "exitPrice": 3350.053,
          "stopDistance": 5.852,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 8
        },
        {
          "entryTs": 1744860000,
          "entryUtc": "2025-04-17T03:20:00.000Z",
          "exitTs": 1744867860,
          "dir": 1,
          "entryPrice": 3341.615,
          "exitPrice": 3334.413,
          "stopDistance": 7.202,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 131
        },
        {
          "entryTs": 1744881900,
          "entryUtc": "2025-04-17T09:25:00.000Z",
          "exitTs": 1744881900,
          "dir": 1,
          "entryPrice": 3325.865,
          "exitPrice": 3321.01,
          "stopDistance": 4.855,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 0
        },
        {
          "entryTs": 1744884900,
          "entryUtc": "2025-04-17T10:15:00.000Z",
          "exitTs": 1744885560,
          "dir": 1,
          "entryPrice": 3324.065,
          "exitPrice": 3332.23,
          "stopDistance": 4.083,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 11
        },
        {
          "entryTs": 1744891500,
          "entryUtc": "2025-04-17T12:05:00.000Z",
          "exitTs": 1744892100,
          "dir": 1,
          "entryPrice": 3330.775,
          "exitPrice": 3340.699,
          "stopDistance": 4.962,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744897500,
          "entryUtc": "2025-04-17T13:45:00.000Z",
          "exitTs": 1744897680,
          "dir": 1,
          "entryPrice": 3329.345,
          "exitPrice": 3322.236,
          "stopDistance": 7.109,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 3
        },
        {
          "entryTs": 1744907400,
          "entryUtc": "2025-04-17T16:30:00.000Z",
          "exitTs": 1744922040,
          "dir": 1,
          "entryPrice": 3309.865,
          "exitPrice": 3324.992,
          "stopDistance": 7.564,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 244
        },
        {
          "entryTs": 1745212200,
          "entryUtc": "2025-04-21T05:10:00.000Z",
          "exitTs": 1745212200,
          "dir": 1,
          "entryPrice": 3381.725,
          "exitPrice": 3377.02,
          "stopDistance": 4.706,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 0
        },
        {
          "entryTs": 1745225400,
          "entryUtc": "2025-04-21T08:50:00.000Z",
          "exitTs": 1745233920,
          "dir": 1,
          "entryPrice": 3391.685,
          "exitPrice": 3387.365,
          "stopDistance": 4.32,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 142
        },
        {
          "entryTs": 1745235600,
          "entryUtc": "2025-04-21T11:40:00.000Z",
          "exitTs": 1745239500,
          "dir": 1,
          "entryPrice": 3398.695,
          "exitPrice": 3408.337,
          "stopDistance": 4.821,
          "outcome": "target",
          "netR": 1.9232,
          "holdMinutes": 65
        },
        {
          "entryTs": 1745249400,
          "entryUtc": "2025-04-21T15:30:00.000Z",
          "exitTs": 1745253480,
          "dir": 1,
          "entryPrice": 3420.485,
          "exitPrice": 3411.869,
          "stopDistance": 8.616,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 68
        },
        {
          "entryTs": 1745257500,
          "entryUtc": "2025-04-21T17:45:00.000Z",
          "exitTs": 1745262540,
          "dir": 1,
          "entryPrice": 3417.595,
          "exitPrice": 3429.405,
          "stopDistance": 5.905,
          "outcome": "target",
          "netR": 1.9373,
          "holdMinutes": 84
        },
        {
          "entryTs": 1745268300,
          "entryUtc": "2025-04-21T20:45:00.000Z",
          "exitTs": 1745273460,
          "dir": 1,
          "entryPrice": 3423.985,
          "exitPrice": 3431.446,
          "stopDistance": 3.731,
          "outcome": "target",
          "netR": 1.9008,
          "holdMinutes": 86
        },
        {
          "entryTs": 1745284500,
          "entryUtc": "2025-04-22T01:15:00.000Z",
          "exitTs": 1745285880,
          "dir": 1,
          "entryPrice": 3433.755,
          "exitPrice": 3451.094,
          "stopDistance": 8.669,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 23
        },
        {
          "entryTs": 1745316900,
          "entryUtc": "2025-04-22T10:15:00.000Z",
          "exitTs": 1745317260,
          "dir": 1,
          "entryPrice": 3465.295,
          "exitPrice": 3457.579,
          "stopDistance": 7.715,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 6
        },
        {
          "entryTs": 1745323500,
          "entryUtc": "2025-04-22T12:05:00.000Z",
          "exitTs": 1745325300,
          "dir": 1,
          "entryPrice": 3457.915,
          "exitPrice": 3450.618,
          "stopDistance": 7.297,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 30
        },
        {
          "entryTs": 1745368200,
          "entryUtc": "2025-04-23T00:30:00.000Z",
          "exitTs": 1745369700,
          "dir": 1,
          "entryPrice": 3350.565,
          "exitPrice": 3370.386,
          "stopDistance": 9.911,
          "outcome": "target",
          "netR": 1.9627,
          "holdMinutes": 25
        },
        {
          "entryTs": 1745385600,
          "entryUtc": "2025-04-23T05:20:00.000Z",
          "exitTs": 1745386020,
          "dir": 1,
          "entryPrice": 3347.375,
          "exitPrice": 3340.3,
          "stopDistance": 7.075,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 7
        },
        {
          "entryTs": 1745397900,
          "entryUtc": "2025-04-23T08:45:00.000Z",
          "exitTs": 1745399820,
          "dir": 1,
          "entryPrice": 3317.175,
          "exitPrice": 3333.816,
          "stopDistance": 8.32,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 32
        },
        {
          "entryTs": 1745478300,
          "entryUtc": "2025-04-24T07:05:00.000Z",
          "exitTs": 1745479620,
          "dir": 1,
          "entryPrice": 3334.465,
          "exitPrice": 3326.245,
          "stopDistance": 8.22,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 22
        },
        {
          "entryTs": 1745493300,
          "entryUtc": "2025-04-24T11:15:00.000Z",
          "exitTs": 1745500320,
          "dir": 1,
          "entryPrice": 3334.145,
          "exitPrice": 3328.294,
          "stopDistance": 5.851,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 117
        },
        {
          "entryTs": 1745506800,
          "entryUtc": "2025-04-24T15:00:00.000Z",
          "exitTs": 1745524140,
          "dir": 1,
          "entryPrice": 3327.185,
          "exitPrice": 3343.996,
          "stopDistance": 8.405,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 289
        },
        {
          "entryTs": 1745540400,
          "entryUtc": "2025-04-25T00:20:00.000Z",
          "exitTs": 1745541420,
          "dir": 1,
          "entryPrice": 3359.215,
          "exitPrice": 3351.838,
          "stopDistance": 7.378,
          "outcome": "stop",
          "netR": -1.0569,
          "holdMinutes": 17
        },
        {
          "entryTs": 1745565600,
          "entryUtc": "2025-04-25T07:20:00.000Z",
          "exitTs": 1745567040,
          "dir": 1,
          "entryPrice": 3313.105,
          "exitPrice": 3304.579,
          "stopDistance": 8.526,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 24
        },
        {
          "entryTs": 1745572200,
          "entryUtc": "2025-04-25T09:10:00.000Z",
          "exitTs": 1745573460,
          "dir": 1,
          "entryPrice": 3307.355,
          "exitPrice": 3300.77,
          "stopDistance": 6.585,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 21
        },
        {
          "entryTs": 1745578800,
          "entryUtc": "2025-04-25T11:00:00.000Z",
          "exitTs": 1745586060,
          "dir": -1,
          "entryPrice": 3297.725,
          "exitPrice": 3285.972,
          "stopDistance": 5.877,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 121
        },
        {
          "entryTs": 1745608500,
          "entryUtc": "2025-04-25T19:15:00.000Z",
          "exitTs": 1745608860,
          "dir": -1,
          "entryPrice": 3289.575,
          "exitPrice": 3293.5,
          "stopDistance": 3.925,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 6
        },
        {
          "entryTs": 1745800500,
          "entryUtc": "2025-04-28T00:35:00.000Z",
          "exitTs": 1745802900,
          "dir": 1,
          "entryPrice": 3310.845,
          "exitPrice": 3303.606,
          "stopDistance": 7.239,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 40
        },
        {
          "entryTs": 1745819700,
          "entryUtc": "2025-04-28T05:55:00.000Z",
          "exitTs": 1745823840,
          "dir": -1,
          "entryPrice": 3292.735,
          "exitPrice": 3280.522,
          "stopDistance": 6.106,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 69
        },
        {
          "entryTs": 1745848200,
          "entryUtc": "2025-04-28T13:50:00.000Z",
          "exitTs": 1745848800,
          "dir": -1,
          "entryPrice": 3288.865,
          "exitPrice": 3295.067,
          "stopDistance": 6.202,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 10
        },
        {
          "entryTs": 1745907900,
          "entryUtc": "2025-04-29T06:25:00.000Z",
          "exitTs": 1745913600,
          "dir": 1,
          "entryPrice": 3314.415,
          "exitPrice": 3324.345,
          "stopDistance": 4.965,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 95
        },
        {
          "entryTs": 1745925000,
          "entryUtc": "2025-04-29T11:10:00.000Z",
          "exitTs": 1745925240,
          "dir": 1,
          "entryPrice": 3315.555,
          "exitPrice": 3310.825,
          "stopDistance": 4.73,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 4
        },
        {
          "entryTs": 1745926200,
          "entryUtc": "2025-04-29T11:30:00.000Z",
          "exitTs": 1745927880,
          "dir": 1,
          "entryPrice": 3313.205,
          "exitPrice": 3308.361,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 28
        },
        {
          "entryTs": 1745932200,
          "entryUtc": "2025-04-29T13:10:00.000Z",
          "exitTs": 1745934360,
          "dir": 1,
          "entryPrice": 3313.495,
          "exitPrice": 3307.202,
          "stopDistance": 6.293,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 36
        },
        {
          "entryTs": 1745937300,
          "entryUtc": "2025-04-29T14:35:00.000Z",
          "exitTs": 1745941440,
          "dir": 1,
          "entryPrice": 3313.235,
          "exitPrice": 3305.162,
          "stopDistance": 8.073,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 69
        },
        {
          "entryTs": 1745942700,
          "entryUtc": "2025-04-29T16:05:00.000Z",
          "exitTs": 1745945460,
          "dir": 1,
          "entryPrice": 3315.515,
          "exitPrice": 3328.459,
          "stopDistance": 6.472,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 46
        },
        {
          "entryTs": 1745953500,
          "entryUtc": "2025-04-29T19:05:00.000Z",
          "exitTs": 1745956260,
          "dir": 1,
          "entryPrice": 3322.895,
          "exitPrice": 3318.578,
          "stopDistance": 4.317,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 46
        },
        {
          "entryTs": 1745971800,
          "entryUtc": "2025-04-30T00:10:00.000Z",
          "exitTs": 1745972640,
          "dir": 1,
          "entryPrice": 3322.995,
          "exitPrice": 3318.811,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 14
        },
        {
          "entryTs": 1745976900,
          "entryUtc": "2025-04-30T01:35:00.000Z",
          "exitTs": 1745977740,
          "dir": 1,
          "entryPrice": 3319.395,
          "exitPrice": 3314.211,
          "stopDistance": 5.184,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 14
        },
        {
          "entryTs": 1745989500,
          "entryUtc": "2025-04-30T05:05:00.000Z",
          "exitTs": 1745994600,
          "dir": 1,
          "entryPrice": 3308.685,
          "exitPrice": 3304.817,
          "stopDistance": 3.868,
          "outcome": "stop",
          "netR": -1.1086,
          "holdMinutes": 85
        },
        {
          "entryTs": 1746025200,
          "entryUtc": "2025-04-30T15:00:00.000Z",
          "exitTs": 1746028020,
          "dir": 1,
          "entryPrice": 3309.315,
          "exitPrice": 3298.718,
          "stopDistance": 10.597,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 47
        },
        {
          "entryTs": 1746028800,
          "entryUtc": "2025-04-30T16:00:00.000Z",
          "exitTs": 1746041340,
          "dir": 1,
          "entryPrice": 3307.835,
          "exitPrice": 3298.736,
          "stopDistance": 9.099,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 209
        },
        {
          "entryTs": 1746083400,
          "entryUtc": "2025-05-01T07:10:00.000Z",
          "exitTs": 1746087840,
          "dir": -1,
          "entryPrice": 3229.985,
          "exitPrice": 3236.158,
          "stopDistance": 6.173,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 74
        },
        {
          "entryTs": 1746089400,
          "entryUtc": "2025-05-01T08:50:00.000Z",
          "exitTs": 1746092040,
          "dir": -1,
          "entryPrice": 3232.295,
          "exitPrice": 3223.307,
          "stopDistance": 4.494,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 44
        },
        {
          "entryTs": 1746099600,
          "entryUtc": "2025-05-01T11:40:00.000Z",
          "exitTs": 1746100020,
          "dir": -1,
          "entryPrice": 3219.685,
          "exitPrice": 3210.28,
          "stopDistance": 4.703,
          "outcome": "target",
          "netR": 1.9213,
          "holdMinutes": 7
        },
        {
          "entryTs": 1746109200,
          "entryUtc": "2025-05-01T14:20:00.000Z",
          "exitTs": 1746110400,
          "dir": -1,
          "entryPrice": 3218.815,
          "exitPrice": 3228.65,
          "stopDistance": 9.835,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 20
        },
        {
          "entryTs": 1746111600,
          "entryUtc": "2025-05-01T15:00:00.000Z",
          "exitTs": 1746128580,
          "dir": -1,
          "entryPrice": 3218.665,
          "exitPrice": 3227.787,
          "stopDistance": 9.122,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 283
        },
        {
          "entryTs": 1746147300,
          "entryUtc": "2025-05-02T00:55:00.000Z",
          "exitTs": 1746148380,
          "dir": -1,
          "entryPrice": 3230.045,
          "exitPrice": 3235.347,
          "stopDistance": 5.302,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 18
        },
        {
          "entryTs": 1746165300,
          "entryUtc": "2025-05-02T05:55:00.000Z",
          "exitTs": 1746166560,
          "dir": -1,
          "entryPrice": 3251.565,
          "exitPrice": 3255.573,
          "stopDistance": 4.008,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 21
        },
        {
          "entryTs": 1746168600,
          "entryUtc": "2025-05-02T06:50:00.000Z",
          "exitTs": 1746169200,
          "dir": -1,
          "entryPrice": 3249.285,
          "exitPrice": 3254.129,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 10
        },
        {
          "entryTs": 1746182700,
          "entryUtc": "2025-05-02T10:45:00.000Z",
          "exitTs": 1746184680,
          "dir": -1,
          "entryPrice": 3257.915,
          "exitPrice": 3262.368,
          "stopDistance": 4.453,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 33
        },
        {
          "entryTs": 1746188700,
          "entryUtc": "2025-05-02T12:25:00.000Z",
          "exitTs": 1746189000,
          "dir": -1,
          "entryPrice": 3260.275,
          "exitPrice": 3251.115,
          "stopDistance": 4.58,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 5
        },
        {
          "entryTs": 1746200100,
          "entryUtc": "2025-05-02T15:35:00.000Z",
          "exitTs": 1746202260,
          "dir": -1,
          "entryPrice": 3242.095,
          "exitPrice": 3224.51,
          "stopDistance": 8.793,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 36
        },
        {
          "entryTs": 1746415800,
          "entryUtc": "2025-05-05T03:30:00.000Z",
          "exitTs": 1746428220,
          "dir": -1,
          "entryPrice": 3259.215,
          "exitPrice": 3265.011,
          "stopDistance": 5.796,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 207
        },
        {
          "entryTs": 1746453000,
          "entryUtc": "2025-05-05T13:50:00.000Z",
          "exitTs": 1746453600,
          "dir": 1,
          "entryPrice": 3317.615,
          "exitPrice": 3312.057,
          "stopDistance": 5.558,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 10
        },
        {
          "entryTs": 1746453900,
          "entryUtc": "2025-05-05T14:05:00.000Z",
          "exitTs": 1746454620,
          "dir": 1,
          "entryPrice": 3318.085,
          "exitPrice": 3312.065,
          "stopDistance": 6.02,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 12
        },
        {
          "entryTs": 1746465900,
          "entryUtc": "2025-05-05T17:25:00.000Z",
          "exitTs": 1746471420,
          "dir": 1,
          "entryPrice": 3313.515,
          "exitPrice": 3322.628,
          "stopDistance": 4.557,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 92
        },
        {
          "entryTs": 1746484800,
          "entryUtc": "2025-05-05T22:40:00.000Z",
          "exitTs": 1746490800,
          "dir": 1,
          "entryPrice": 3330.955,
          "exitPrice": 3327.094,
          "stopDistance": 3.862,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 100
        },
        {
          "entryTs": 1746493500,
          "entryUtc": "2025-05-06T01:05:00.000Z",
          "exitTs": 1746493800,
          "dir": 1,
          "entryPrice": 3348.715,
          "exitPrice": 3362.354,
          "stopDistance": 6.82,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 5
        },
        {
          "entryTs": 1746507600,
          "entryUtc": "2025-05-06T05:00:00.000Z",
          "exitTs": 1746508920,
          "dir": 1,
          "entryPrice": 3362.785,
          "exitPrice": 3355.922,
          "stopDistance": 6.863,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 22
        },
        {
          "entryTs": 1746512100,
          "entryUtc": "2025-05-06T06:15:00.000Z",
          "exitTs": 1746516300,
          "dir": 1,
          "entryPrice": 3361.965,
          "exitPrice": 3375.259,
          "stopDistance": 6.647,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 70
        },
        {
          "entryTs": 1746535200,
          "entryUtc": "2025-05-06T12:40:00.000Z",
          "exitTs": 1746541980,
          "dir": 1,
          "entryPrice": 3387.875,
          "exitPrice": 3381.981,
          "stopDistance": 5.894,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 113
        },
        {
          "entryTs": 1746544500,
          "entryUtc": "2025-05-06T15:15:00.000Z",
          "exitTs": 1746549960,
          "dir": 1,
          "entryPrice": 3394.885,
          "exitPrice": 3408.945,
          "stopDistance": 7.03,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 91
        },
        {
          "entryTs": 1746584700,
          "entryUtc": "2025-05-07T02:25:00.000Z",
          "exitTs": 1746588480,
          "dir": 1,
          "entryPrice": 3388.655,
          "exitPrice": 3377.788,
          "stopDistance": 10.867,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 63
        },
        {
          "entryTs": 1746591600,
          "entryUtc": "2025-05-07T04:20:00.000Z",
          "exitTs": 1746594180,
          "dir": 1,
          "entryPrice": 3386.525,
          "exitPrice": 3378.721,
          "stopDistance": 7.804,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 43
        },
        {
          "entryTs": 1746594600,
          "entryUtc": "2025-05-07T05:10:00.000Z",
          "exitTs": 1746602100,
          "dir": 1,
          "entryPrice": 3383.375,
          "exitPrice": 3396.604,
          "stopDistance": 6.614,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 125
        },
        {
          "entryTs": 1746613500,
          "entryUtc": "2025-05-07T10:25:00.000Z",
          "exitTs": 1746624120,
          "dir": 1,
          "entryPrice": 3389.915,
          "exitPrice": 3383.176,
          "stopDistance": 6.739,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 177
        },
        {
          "entryTs": 1746625200,
          "entryUtc": "2025-05-07T13:40:00.000Z",
          "exitTs": 1746626940,
          "dir": 1,
          "entryPrice": 3391.625,
          "exitPrice": 3384.985,
          "stopDistance": 6.64,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 29
        },
        {
          "entryTs": 1746636900,
          "entryUtc": "2025-05-07T16:55:00.000Z",
          "exitTs": 1746641280,
          "dir": 1,
          "entryPrice": 3387.575,
          "exitPrice": 3397.162,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 73
        },
        {
          "entryTs": 1746660000,
          "entryUtc": "2025-05-07T23:20:00.000Z",
          "exitTs": 1746663480,
          "dir": 1,
          "entryPrice": 3372.285,
          "exitPrice": 3381.03,
          "stopDistance": 4.372,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 58
        },
        {
          "entryTs": 1746699900,
          "entryUtc": "2025-05-08T10:25:00.000Z",
          "exitTs": 1746701220,
          "dir": 1,
          "entryPrice": 3345.415,
          "exitPrice": 3339.318,
          "stopDistance": 6.097,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 22
        },
        {
          "entryTs": 1746715500,
          "entryUtc": "2025-05-08T14:45:00.000Z",
          "exitTs": 1746716400,
          "dir": 1,
          "entryPrice": 3360.985,
          "exitPrice": 3353.562,
          "stopDistance": 7.423,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 15
        },
        {
          "entryTs": 1746750000,
          "entryUtc": "2025-05-09T00:20:00.000Z",
          "exitTs": 1746751560,
          "dir": -1,
          "entryPrice": 3312.785,
          "exitPrice": 3317.756,
          "stopDistance": 4.971,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 26
        },
        {
          "entryTs": 1746753900,
          "entryUtc": "2025-05-09T01:25:00.000Z",
          "exitTs": 1746754500,
          "dir": -1,
          "entryPrice": 3305.055,
          "exitPrice": 3292.298,
          "stopDistance": 6.379,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 10
        },
        {
          "entryTs": 1746780600,
          "entryUtc": "2025-05-09T08:50:00.000Z",
          "exitTs": 1746790020,
          "dir": 1,
          "entryPrice": 3326.565,
          "exitPrice": 3336.962,
          "stopDistance": 5.199,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 157
        },
        {
          "entryTs": 1746801300,
          "entryUtc": "2025-05-09T14:35:00.000Z",
          "exitTs": 1746818940,
          "dir": 1,
          "entryPrice": 3336.495,
          "exitPrice": 3329.404,
          "stopDistance": 7.091,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 294
        },
        {
          "entryTs": 1747026600,
          "entryUtc": "2025-05-12T05:10:00.000Z",
          "exitTs": 1747028640,
          "dir": -1,
          "entryPrice": 3277.475,
          "exitPrice": 3268.971,
          "stopDistance": 4.252,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 34
        },
        {
          "entryTs": 1747032300,
          "entryUtc": "2025-05-12T06:45:00.000Z",
          "exitTs": 1747033200,
          "dir": -1,
          "entryPrice": 3274.175,
          "exitPrice": 3263.339,
          "stopDistance": 5.418,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 15
        },
        {
          "entryTs": 1747033500,
          "entryUtc": "2025-05-12T07:05:00.000Z",
          "exitTs": 1747034580,
          "dir": -1,
          "entryPrice": 3254.345,
          "exitPrice": 3238.729,
          "stopDistance": 7.808,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 18
        },
        {
          "entryTs": 1747050000,
          "entryUtc": "2025-05-12T11:40:00.000Z",
          "exitTs": 1747050540,
          "dir": -1,
          "entryPrice": 3214.845,
          "exitPrice": 3221.831,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 9
        },
        {
          "entryTs": 1747064100,
          "entryUtc": "2025-05-12T15:35:00.000Z",
          "exitTs": 1747074180,
          "dir": -1,
          "entryPrice": 3236.395,
          "exitPrice": 3220.732,
          "stopDistance": 7.831,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 168
        },
        {
          "entryTs": 1747090500,
          "entryUtc": "2025-05-12T22:55:00.000Z",
          "exitTs": 1747091280,
          "dir": -1,
          "entryPrice": 3231.825,
          "exitPrice": 3235.705,
          "stopDistance": 3.88,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 13
        },
        {
          "entryTs": 1747097400,
          "entryUtc": "2025-05-13T00:50:00.000Z",
          "exitTs": 1747097820,
          "dir": -1,
          "entryPrice": 3235.505,
          "exitPrice": 3239.677,
          "stopDistance": 4.172,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 7
        },
        {
          "entryTs": 1747099500,
          "entryUtc": "2025-05-13T01:25:00.000Z",
          "exitTs": 1747099980,
          "dir": -1,
          "entryPrice": 3233.895,
          "exitPrice": 3224.033,
          "stopDistance": 4.931,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 8
        },
        {
          "entryTs": 1747105500,
          "entryUtc": "2025-05-13T03:05:00.000Z",
          "exitTs": 1747106520,
          "dir": -1,
          "entryPrice": 3228.275,
          "exitPrice": 3234.836,
          "stopDistance": 6.561,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 17
        },
        {
          "entryTs": 1747125300,
          "entryUtc": "2025-05-13T08:35:00.000Z",
          "exitTs": 1747135320,
          "dir": -1,
          "entryPrice": 3252.665,
          "exitPrice": 3257.174,
          "stopDistance": 4.509,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 167
        },
        {
          "entryTs": 1747137300,
          "entryUtc": "2025-05-13T11:55:00.000Z",
          "exitTs": 1747137900,
          "dir": -1,
          "entryPrice": 3252.185,
          "exitPrice": 3243.371,
          "stopDistance": 4.407,
          "outcome": "target",
          "netR": 1.916,
          "holdMinutes": 10
        },
        {
          "entryTs": 1747156500,
          "entryUtc": "2025-05-13T17:15:00.000Z",
          "exitTs": 1747167960,
          "dir": -1,
          "entryPrice": 3247.115,
          "exitPrice": 3251.602,
          "stopDistance": 4.487,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 191
        },
        {
          "entryTs": 1747181400,
          "entryUtc": "2025-05-14T00:10:00.000Z",
          "exitTs": 1747182660,
          "dir": -1,
          "entryPrice": 3245.155,
          "exitPrice": 3248.482,
          "stopDistance": 3.327,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 21
        },
        {
          "entryTs": 1747206600,
          "entryUtc": "2025-05-14T07:10:00.000Z",
          "exitTs": 1747207620,
          "dir": -1,
          "entryPrice": 3225.435,
          "exitPrice": 3230.361,
          "stopDistance": 4.926,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 17
        },
        {
          "entryTs": 1747212900,
          "entryUtc": "2025-05-14T08:55:00.000Z",
          "exitTs": 1747221180,
          "dir": -1,
          "entryPrice": 3231.765,
          "exitPrice": 3237.185,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 138
        },
        {
          "entryTs": 1747223400,
          "entryUtc": "2025-05-14T11:50:00.000Z",
          "exitTs": 1747224120,
          "dir": -1,
          "entryPrice": 3225.985,
          "exitPrice": 3217.008,
          "stopDistance": 4.489,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 12
        },
        {
          "entryTs": 1747244400,
          "entryUtc": "2025-05-14T17:40:00.000Z",
          "exitTs": 1747249200,
          "dir": -1,
          "entryPrice": 3181.705,
          "exitPrice": 3170.409,
          "stopDistance": 5.648,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 80
        },
        {
          "entryTs": 1747269600,
          "entryUtc": "2025-05-15T00:40:00.000Z",
          "exitTs": 1747270320,
          "dir": -1,
          "entryPrice": 3181.325,
          "exitPrice": 3185.094,
          "stopDistance": 3.77,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 12
        },
        {
          "entryTs": 1747273500,
          "entryUtc": "2025-05-15T01:45:00.000Z",
          "exitTs": 1747275840,
          "dir": -1,
          "entryPrice": 3177.555,
          "exitPrice": 3166.443,
          "stopDistance": 5.556,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 39
        },
        {
          "entryTs": 1747295100,
          "entryUtc": "2025-05-15T07:45:00.000Z",
          "exitTs": 1747295580,
          "dir": -1,
          "entryPrice": 3131.775,
          "exitPrice": 3139.641,
          "stopDistance": 7.866,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 8
        },
        {
          "entryTs": 1747352700,
          "entryUtc": "2025-05-15T23:45:00.000Z",
          "exitTs": 1747358160,
          "dir": -1,
          "entryPrice": 3238.665,
          "exitPrice": 3227.364,
          "stopDistance": 5.65,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 91
        },
        {
          "entryTs": 1747378200,
          "entryUtc": "2025-05-16T06:50:00.000Z",
          "exitTs": 1747383000,
          "dir": -1,
          "entryPrice": 3214.795,
          "exitPrice": 3203.229,
          "stopDistance": 5.783,
          "outcome": "target",
          "netR": 1.936,
          "holdMinutes": 80
        },
        {
          "entryTs": 1747390500,
          "entryUtc": "2025-05-16T10:15:00.000Z",
          "exitTs": 1747392300,
          "dir": -1,
          "entryPrice": 3204.495,
          "exitPrice": 3193.996,
          "stopDistance": 5.249,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 30
        },
        {
          "entryTs": 1747402200,
          "entryUtc": "2025-05-16T13:30:00.000Z",
          "exitTs": 1747402500,
          "dir": -1,
          "entryPrice": 3174.205,
          "exitPrice": 3183.231,
          "stopDistance": 9.026,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 5
        },
        {
          "entryTs": 1747406100,
          "entryUtc": "2025-05-16T14:35:00.000Z",
          "exitTs": 1747410480,
          "dir": -1,
          "entryPrice": 3174.085,
          "exitPrice": 3183.392,
          "stopDistance": 9.307,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 73
        },
        {
          "entryTs": 1747617600,
          "entryUtc": "2025-05-19T01:20:00.000Z",
          "exitTs": 1747626480,
          "dir": -1,
          "entryPrice": 3229.415,
          "exitPrice": 3212.759,
          "stopDistance": 8.328,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 148
        },
        {
          "entryTs": 1747633800,
          "entryUtc": "2025-05-19T05:50:00.000Z",
          "exitTs": 1747634220,
          "dir": -1,
          "entryPrice": 3216.875,
          "exitPrice": 3221.789,
          "stopDistance": 4.914,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 7
        },
        {
          "entryTs": 1747657500,
          "entryUtc": "2025-05-19T12:25:00.000Z",
          "exitTs": 1747659360,
          "dir": -1,
          "entryPrice": 3239.585,
          "exitPrice": 3230.241,
          "stopDistance": 4.672,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 31
        },
        {
          "entryTs": 1747671000,
          "entryUtc": "2025-05-19T16:10:00.000Z",
          "exitTs": 1747679760,
          "dir": -1,
          "entryPrice": 3229.115,
          "exitPrice": 3234.796,
          "stopDistance": 5.681,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 146
        },
        {
          "entryTs": 1747686000,
          "entryUtc": "2025-05-19T20:20:00.000Z",
          "exitTs": 1747692900,
          "dir": -1,
          "entryPrice": 3231.035,
          "exitPrice": 3225.943,
          "stopDistance": 2.546,
          "outcome": "target",
          "netR": 1.8547,
          "holdMinutes": 115
        },
        {
          "entryTs": 1747707000,
          "entryUtc": "2025-05-20T02:10:00.000Z",
          "exitTs": 1747726800,
          "dir": -1,
          "entryPrice": 3215.495,
          "exitPrice": 3221.318,
          "stopDistance": 5.823,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 330
        },
        {
          "entryTs": 1747748700,
          "entryUtc": "2025-05-20T13:45:00.000Z",
          "exitTs": 1747749420,
          "dir": 1,
          "entryPrice": 3241.235,
          "exitPrice": 3252.706,
          "stopDistance": 5.736,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 12
        },
        {
          "entryTs": 1747787100,
          "entryUtc": "2025-05-21T00:25:00.000Z",
          "exitTs": 1747787820,
          "dir": 1,
          "entryPrice": 3294.585,
          "exitPrice": 3302.696,
          "stopDistance": 4.055,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 12
        },
        {
          "entryTs": 1747795200,
          "entryUtc": "2025-05-21T02:40:00.000Z",
          "exitTs": 1747806240,
          "dir": 1,
          "entryPrice": 3299.125,
          "exitPrice": 3312.514,
          "stopDistance": 6.694,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 184
        },
        {
          "entryTs": 1747806300,
          "entryUtc": "2025-05-21T05:45:00.000Z",
          "exitTs": 1747814280,
          "dir": 1,
          "entryPrice": 3312.375,
          "exitPrice": 3307.5,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 133
        },
        {
          "entryTs": 1747821600,
          "entryUtc": "2025-05-21T10:00:00.000Z",
          "exitTs": 1747824540,
          "dir": 1,
          "entryPrice": 3313.365,
          "exitPrice": 3309.155,
          "stopDistance": 4.21,
          "outcome": "stop",
          "netR": -1.0998,
          "holdMinutes": 49
        },
        {
          "entryTs": 1747827000,
          "entryUtc": "2025-05-21T11:30:00.000Z",
          "exitTs": 1747827300,
          "dir": 1,
          "entryPrice": 3312.425,
          "exitPrice": 3308.119,
          "stopDistance": 4.306,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 5
        },
        {
          "entryTs": 1747838700,
          "entryUtc": "2025-05-21T14:45:00.000Z",
          "exitTs": 1747854180,
          "dir": 1,
          "entryPrice": 3303.245,
          "exitPrice": 3317.061,
          "stopDistance": 6.908,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 258
        },
        {
          "entryTs": 1747866000,
          "entryUtc": "2025-05-21T22:20:00.000Z",
          "exitTs": 1747876020,
          "dir": 1,
          "entryPrice": 3319.315,
          "exitPrice": 3327.895,
          "stopDistance": 4.29,
          "outcome": "target",
          "netR": 1.9137,
          "holdMinutes": 167
        },
        {
          "entryTs": 1747890300,
          "entryUtc": "2025-05-22T05:05:00.000Z",
          "exitTs": 1747892460,
          "dir": 1,
          "entryPrice": 3338.648,
          "exitPrice": 3335.46,
          "stopDistance": 3.188,
          "outcome": "stop",
          "netR": -1.1318,
          "holdMinutes": 36
        },
        {
          "entryTs": 1747915200,
          "entryUtc": "2025-05-22T12:00:00.000Z",
          "exitTs": 1747915680,
          "dir": 1,
          "entryPrice": 3314.055,
          "exitPrice": 3306.98,
          "stopDistance": 7.075,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 8
        },
        {
          "entryTs": 1747931400,
          "entryUtc": "2025-05-22T16:30:00.000Z",
          "exitTs": 1747934820,
          "dir": 1,
          "entryPrice": 3299.498,
          "exitPrice": 3293.024,
          "stopDistance": 6.474,
          "outcome": "stop",
          "netR": -1.0649,
          "holdMinutes": 57
        },
        {
          "entryTs": 1747947300,
          "entryUtc": "2025-05-22T20:55:00.000Z",
          "exitTs": 1747955160,
          "dir": 1,
          "entryPrice": 3294.848,
          "exitPrice": 3300.733,
          "stopDistance": 2.943,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 131
        },
        {
          "entryTs": 1747971300,
          "entryUtc": "2025-05-23T03:35:00.000Z",
          "exitTs": 1747973880,
          "dir": 1,
          "entryPrice": 3299.988,
          "exitPrice": 3309.606,
          "stopDistance": 4.809,
          "outcome": "target",
          "netR": 1.9231,
          "holdMinutes": 43
        },
        {
          "entryTs": 1747991700,
          "entryUtc": "2025-05-23T09:15:00.000Z",
          "exitTs": 1747994940,
          "dir": 1,
          "entryPrice": 3327.885,
          "exitPrice": 3323.714,
          "stopDistance": 4.171,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 54
        },
        {
          "entryTs": 1747997100,
          "entryUtc": "2025-05-23T10:45:00.000Z",
          "exitTs": 1747998060,
          "dir": 1,
          "entryPrice": 3331.115,
          "exitPrice": 3327.034,
          "stopDistance": 4.081,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 16
        },
        {
          "entryTs": 1748000700,
          "entryUtc": "2025-05-23T11:45:00.000Z",
          "exitTs": 1748000940,
          "dir": 1,
          "entryPrice": 3333.435,
          "exitPrice": 3344.234,
          "stopDistance": 5.4,
          "outcome": "target",
          "netR": 1.9315,
          "holdMinutes": 4
        },
        {
          "entryTs": 1748010300,
          "entryUtc": "2025-05-23T14:25:00.000Z",
          "exitTs": 1748210400,
          "dir": 1,
          "entryPrice": 3351.448,
          "exitPrice": 3353.048,
          "stopDistance": 10.125,
          "outcome": "time",
          "netR": 0.1215,
          "holdMinutes": 3335
        },
        {
          "entryTs": 1748223900,
          "entryUtc": "2025-05-26T01:45:00.000Z",
          "exitTs": 1748240760,
          "dir": 1,
          "entryPrice": 3344.695,
          "exitPrice": 3338.607,
          "stopDistance": 6.089,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 281
        },
        {
          "entryTs": 1748260500,
          "entryUtc": "2025-05-26T11:55:00.000Z",
          "exitTs": 1748262240,
          "dir": 1,
          "entryPrice": 3332.685,
          "exitPrice": 3329.968,
          "stopDistance": 2.717,
          "outcome": "stop",
          "netR": -1.1546,
          "holdMinutes": 29
        },
        {
          "entryTs": 1748263800,
          "entryUtc": "2025-05-26T12:50:00.000Z",
          "exitTs": 1748268000,
          "dir": 1,
          "entryPrice": 3332.225,
          "exitPrice": 3339.083,
          "stopDistance": 3.429,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 70
        },
        {
          "entryTs": 1748313900,
          "entryUtc": "2025-05-27T02:45:00.000Z",
          "exitTs": 1748320440,
          "dir": 1,
          "entryPrice": 3341.175,
          "exitPrice": 3337.368,
          "stopDistance": 3.807,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 109
        },
        {
          "entryTs": 1748354700,
          "entryUtc": "2025-05-27T14:05:00.000Z",
          "exitTs": 1748355060,
          "dir": -1,
          "entryPrice": 3290.148,
          "exitPrice": 3296.8,
          "stopDistance": 6.652,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 6
        },
        {
          "entryTs": 1748384700,
          "entryUtc": "2025-05-27T22:25:00.000Z",
          "exitTs": 1748386740,
          "dir": 1,
          "entryPrice": 3305.085,
          "exitPrice": 3302.661,
          "stopDistance": 2.424,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 34
        },
        {
          "entryTs": 1748399700,
          "entryUtc": "2025-05-28T02:35:00.000Z",
          "exitTs": 1748400480,
          "dir": 1,
          "entryPrice": 3308.778,
          "exitPrice": 3303.815,
          "stopDistance": 4.963,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 13
        },
        {
          "entryTs": 1748494800,
          "entryUtc": "2025-05-29T05:00:00.000Z",
          "exitTs": 1748498400,
          "dir": -1,
          "entryPrice": 3268.805,
          "exitPrice": 3273.309,
          "stopDistance": 4.504,
          "outcome": "stop",
          "netR": -1.0933,
          "holdMinutes": 60
        },
        {
          "entryTs": 1748510700,
          "entryUtc": "2025-05-29T09:25:00.000Z",
          "exitTs": 1748511120,
          "dir": -1,
          "entryPrice": 3276.848,
          "exitPrice": 3280.603,
          "stopDistance": 3.755,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 7
        },
        {
          "entryTs": 1748531400,
          "entryUtc": "2025-05-29T15:10:00.000Z",
          "exitTs": 1748535300,
          "dir": 1,
          "entryPrice": 3316.715,
          "exitPrice": 3329.729,
          "stopDistance": 6.507,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 65
        },
        {
          "entryTs": 1748541000,
          "entryUtc": "2025-05-29T17:50:00.000Z",
          "exitTs": 1748542800,
          "dir": 1,
          "entryPrice": 3323.425,
          "exitPrice": 3319.352,
          "stopDistance": 4.073,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 30
        },
        {
          "entryTs": 1748563800,
          "entryUtc": "2025-05-30T00:10:00.000Z",
          "exitTs": 1748563920,
          "dir": 1,
          "entryPrice": 3316.065,
          "exitPrice": 3313.441,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 2
        },
        {
          "entryTs": 1748568000,
          "entryUtc": "2025-05-30T01:20:00.000Z",
          "exitTs": 1748568420,
          "dir": 1,
          "entryPrice": 3319.518,
          "exitPrice": 3315.656,
          "stopDistance": 3.862,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 7
        },
        {
          "entryTs": 1748588100,
          "entryUtc": "2025-05-30T06:55:00.000Z",
          "exitTs": 1748588460,
          "dir": 1,
          "entryPrice": 3300.798,
          "exitPrice": 3295.855,
          "stopDistance": 4.944,
          "outcome": "stop",
          "netR": -1.085,
          "holdMinutes": 6
        },
        {
          "entryTs": 1748595900,
          "entryUtc": "2025-05-30T09:05:00.000Z",
          "exitTs": 1748599500,
          "dir": -1,
          "entryPrice": 3294.915,
          "exitPrice": 3299.033,
          "stopDistance": 4.118,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 60
        },
        {
          "entryTs": 1748601600,
          "entryUtc": "2025-05-30T10:40:00.000Z",
          "exitTs": 1748607000,
          "dir": -1,
          "entryPrice": 3294.395,
          "exitPrice": 3287.622,
          "stopDistance": 3.387,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 90
        },
        {
          "entryTs": 1748636400,
          "entryUtc": "2025-05-30T20:20:00.000Z",
          "exitTs": 1748815200,
          "dir": -1,
          "entryPrice": 3290.948,
          "exitPrice": 3293.742,
          "stopDistance": 2.794,
          "outcome": "stop",
          "netR": -1.1503,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1748837100,
          "entryUtc": "2025-06-02T04:05:00.000Z",
          "exitTs": 1748840220,
          "dir": 1,
          "entryPrice": 3310.798,
          "exitPrice": 3317.826,
          "stopDistance": 3.514,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 52
        },
        {
          "entryTs": 1748863500,
          "entryUtc": "2025-06-02T11:25:00.000Z",
          "exitTs": 1748866920,
          "dir": 1,
          "entryPrice": 3351.988,
          "exitPrice": 3360.464,
          "stopDistance": 4.238,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 57
        },
        {
          "entryTs": 1748884500,
          "entryUtc": "2025-06-02T17:15:00.000Z",
          "exitTs": 1748901600,
          "dir": 1,
          "entryPrice": 3374.638,
          "exitPrice": 3383.379,
          "stopDistance": 4.371,
          "outcome": "target",
          "netR": 1.9153,
          "holdMinutes": 285
        },
        {
          "entryTs": 1748930400,
          "entryUtc": "2025-06-03T06:00:00.000Z",
          "exitTs": 1748931000,
          "dir": 1,
          "entryPrice": 3364.715,
          "exitPrice": 3360.34,
          "stopDistance": 4.375,
          "outcome": "stop",
          "netR": -1.096,
          "holdMinutes": 10
        },
        {
          "entryTs": 1748937900,
          "entryUtc": "2025-06-03T08:05:00.000Z",
          "exitTs": 1748943000,
          "dir": 1,
          "entryPrice": 3361.915,
          "exitPrice": 3357.335,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 85
        },
        {
          "entryTs": 1748950800,
          "entryUtc": "2025-06-03T11:40:00.000Z",
          "exitTs": 1748952240,
          "dir": 1,
          "entryPrice": 3358.805,
          "exitPrice": 3355.851,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 24
        },
        {
          "entryTs": 1748954700,
          "entryUtc": "2025-06-03T12:45:00.000Z",
          "exitTs": 1748957400,
          "dir": 1,
          "entryPrice": 3361.155,
          "exitPrice": 3356.582,
          "stopDistance": 4.573,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 45
        },
        {
          "entryTs": 1748965200,
          "entryUtc": "2025-06-03T15:40:00.000Z",
          "exitTs": 1748969100,
          "dir": 1,
          "entryPrice": 3350.195,
          "exitPrice": 3344.664,
          "stopDistance": 5.532,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 65
        },
        {
          "entryTs": 1748970600,
          "entryUtc": "2025-06-03T17:10:00.000Z",
          "exitTs": 1748992020,
          "dir": 1,
          "entryPrice": 3350.375,
          "exitPrice": 3358.405,
          "stopDistance": 4.015,
          "outcome": "target",
          "netR": 1.9078,
          "holdMinutes": 357
        },
        {
          "entryTs": 1749000000,
          "entryUtc": "2025-06-04T01:20:00.000Z",
          "exitTs": 1749002040,
          "dir": 1,
          "entryPrice": 3361.145,
          "exitPrice": 3370.298,
          "stopDistance": 4.576,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 34
        },
        {
          "entryTs": 1749019200,
          "entryUtc": "2025-06-04T06:40:00.000Z",
          "exitTs": 1749024360,
          "dir": 1,
          "entryPrice": 3355.975,
          "exitPrice": 3351.413,
          "stopDistance": 4.562,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 86
        },
        {
          "entryTs": 1749026700,
          "entryUtc": "2025-06-04T08:45:00.000Z",
          "exitTs": 1749033660,
          "dir": 1,
          "entryPrice": 3359.908,
          "exitPrice": 3355.836,
          "stopDistance": 4.072,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 116
        },
        {
          "entryTs": 1749041100,
          "entryUtc": "2025-06-04T12:45:00.000Z",
          "exitTs": 1749046560,
          "dir": 1,
          "entryPrice": 3355.648,
          "exitPrice": 3367.219,
          "stopDistance": 5.786,
          "outcome": "target",
          "netR": 1.936,
          "holdMinutes": 91
        },
        {
          "entryTs": 1749076200,
          "entryUtc": "2025-06-04T22:30:00.000Z",
          "exitTs": 1749076440,
          "dir": 1,
          "entryPrice": 3375.048,
          "exitPrice": 3372.671,
          "stopDistance": 2.377,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 4
        },
        {
          "entryTs": 1749079200,
          "entryUtc": "2025-06-04T23:20:00.000Z",
          "exitTs": 1749082920,
          "dir": 1,
          "entryPrice": 3376.025,
          "exitPrice": 3380.557,
          "stopDistance": 2.266,
          "outcome": "target",
          "netR": 1.8367,
          "holdMinutes": 62
        },
        {
          "entryTs": 1749094500,
          "entryUtc": "2025-06-05T03:35:00.000Z",
          "exitTs": 1749095460,
          "dir": 1,
          "entryPrice": 3375.625,
          "exitPrice": 3372.262,
          "stopDistance": 3.363,
          "outcome": "stop",
          "netR": -1.1249,
          "holdMinutes": 16
        },
        {
          "entryTs": 1749107100,
          "entryUtc": "2025-06-05T07:05:00.000Z",
          "exitTs": 1749113580,
          "dir": 1,
          "entryPrice": 3368.385,
          "exitPrice": 3375.754,
          "stopDistance": 3.684,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 108
        },
        {
          "entryTs": 1749148500,
          "entryUtc": "2025-06-05T18:35:00.000Z",
          "exitTs": 1749168300,
          "dir": 1,
          "entryPrice": 3354.898,
          "exitPrice": 3363.791,
          "stopDistance": 4.447,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 330
        },
        {
          "entryTs": 1749172500,
          "entryUtc": "2025-06-06T01:15:00.000Z",
          "exitTs": 1749180900,
          "dir": 1,
          "entryPrice": 3361.755,
          "exitPrice": 3368.645,
          "stopDistance": 3.445,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 140
        },
        {
          "entryTs": 1749198900,
          "entryUtc": "2025-06-06T08:35:00.000Z",
          "exitTs": 1749201540,
          "dir": 1,
          "entryPrice": 3363.249,
          "exitPrice": 3358.721,
          "stopDistance": 4.528,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 44
        },
        {
          "entryTs": 1749207600,
          "entryUtc": "2025-06-06T11:00:00.000Z",
          "exitTs": 1749211380,
          "dir": 1,
          "entryPrice": 3360.565,
          "exitPrice": 3357.15,
          "stopDistance": 3.415,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 63
        },
        {
          "entryTs": 1749428100,
          "entryUtc": "2025-06-09T00:15:00.000Z",
          "exitTs": 1749429780,
          "dir": -1,
          "entryPrice": 3311.525,
          "exitPrice": 3304.148,
          "stopDistance": 3.688,
          "outcome": "target",
          "netR": 1.8997,
          "holdMinutes": 28
        },
        {
          "entryTs": 1749459600,
          "entryUtc": "2025-06-09T09:00:00.000Z",
          "exitTs": 1749460380,
          "dir": -1,
          "entryPrice": 3319.679,
          "exitPrice": 3323.216,
          "stopDistance": 3.537,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 13
        },
        {
          "entryTs": 1749470100,
          "entryUtc": "2025-06-09T11:55:00.000Z",
          "exitTs": 1749470220,
          "dir": -1,
          "entryPrice": 3313.835,
          "exitPrice": 3317.489,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 2
        },
        {
          "entryTs": 1749474900,
          "entryUtc": "2025-06-09T13:15:00.000Z",
          "exitTs": 1749476820,
          "dir": -1,
          "entryPrice": 3315.425,
          "exitPrice": 3319.671,
          "stopDistance": 4.246,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 32
        },
        {
          "entryTs": 1749495600,
          "entryUtc": "2025-06-09T19:00:00.000Z",
          "exitTs": 1749498060,
          "dir": -1,
          "entryPrice": 3333.029,
          "exitPrice": 3328.227,
          "stopDistance": 2.401,
          "outcome": "target",
          "netR": 1.8459,
          "holdMinutes": 41
        },
        {
          "entryTs": 1749513000,
          "entryUtc": "2025-06-09T23:50:00.000Z",
          "exitTs": 1749513300,
          "dir": -1,
          "entryPrice": 3325.345,
          "exitPrice": 3327.591,
          "stopDistance": 2.246,
          "outcome": "stop",
          "netR": -1.187,
          "holdMinutes": 5
        },
        {
          "entryTs": 1749513900,
          "entryUtc": "2025-06-10T00:05:00.000Z",
          "exitTs": 1749514560,
          "dir": -1,
          "entryPrice": 3321.195,
          "exitPrice": 3323.891,
          "stopDistance": 2.696,
          "outcome": "stop",
          "netR": -1.1558,
          "holdMinutes": 11
        },
        {
          "entryTs": 1749549300,
          "entryUtc": "2025-06-10T09:55:00.000Z",
          "exitTs": 1749550920,
          "dir": -1,
          "entryPrice": 3327.625,
          "exitPrice": 3330.855,
          "stopDistance": 3.23,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 27
        },
        {
          "entryTs": 1749558900,
          "entryUtc": "2025-06-10T12:35:00.000Z",
          "exitTs": 1749563040,
          "dir": 1,
          "entryPrice": 3338.705,
          "exitPrice": 3347.344,
          "stopDistance": 4.319,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 69
        },
        {
          "entryTs": 1749587400,
          "entryUtc": "2025-06-10T20:30:00.000Z",
          "exitTs": 1749597660,
          "dir": -1,
          "entryPrice": 3324.685,
          "exitPrice": 3318.38,
          "stopDistance": 3.152,
          "outcome": "target",
          "netR": 1.8826,
          "holdMinutes": 171
        },
        {
          "entryTs": 1749607500,
          "entryUtc": "2025-06-11T02:05:00.000Z",
          "exitTs": 1749607860,
          "dir": -1,
          "entryPrice": 3327.948,
          "exitPrice": 3331.72,
          "stopDistance": 3.772,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 6
        },
        {
          "entryTs": 1749627300,
          "entryUtc": "2025-06-11T07:35:00.000Z",
          "exitTs": 1749628200,
          "dir": 1,
          "entryPrice": 3338.898,
          "exitPrice": 3345.852,
          "stopDistance": 3.477,
          "outcome": "target",
          "netR": 1.8936,
          "holdMinutes": 15
        },
        {
          "entryTs": 1749644400,
          "entryUtc": "2025-06-11T12:20:00.000Z",
          "exitTs": 1749645000,
          "dir": 1,
          "entryPrice": 3338.145,
          "exitPrice": 3348.41,
          "stopDistance": 5.132,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 10
        },
        {
          "entryTs": 1749706200,
          "entryUtc": "2025-06-12T05:30:00.000Z",
          "exitTs": 1749708600,
          "dir": 1,
          "entryPrice": 3374.415,
          "exitPrice": 3371.402,
          "stopDistance": 3.013,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 40
        },
        {
          "entryTs": 1749711300,
          "entryUtc": "2025-06-12T06:55:00.000Z",
          "exitTs": 1749712320,
          "dir": 1,
          "entryPrice": 3374.755,
          "exitPrice": 3371.095,
          "stopDistance": 3.66,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 17
        },
        {
          "entryTs": 1749720000,
          "entryUtc": "2025-06-12T09:20:00.000Z",
          "exitTs": 1749723480,
          "dir": 1,
          "entryPrice": 3360.785,
          "exitPrice": 3372.261,
          "stopDistance": 5.738,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 58
        },
        {
          "entryTs": 1749743100,
          "entryUtc": "2025-06-12T15:45:00.000Z",
          "exitTs": 1749747180,
          "dir": 1,
          "entryPrice": 3387.615,
          "exitPrice": 3380.953,
          "stopDistance": 6.662,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 68
        },
        {
          "entryTs": 1749754200,
          "entryUtc": "2025-06-12T18:50:00.000Z",
          "exitTs": 1749766560,
          "dir": 1,
          "entryPrice": 3384.598,
          "exitPrice": 3381.43,
          "stopDistance": 3.168,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 206
        },
        {
          "entryTs": 1749771900,
          "entryUtc": "2025-06-12T23:45:00.000Z",
          "exitTs": 1749772500,
          "dir": 1,
          "entryPrice": 3387.235,
          "exitPrice": 3392.4,
          "stopDistance": 2.582,
          "outcome": "target",
          "netR": 1.8567,
          "holdMinutes": 10
        },
        {
          "entryTs": 1749802500,
          "entryUtc": "2025-06-13T08:15:00.000Z",
          "exitTs": 1749809940,
          "dir": 1,
          "entryPrice": 3422.345,
          "exitPrice": 3416.147,
          "stopDistance": 6.198,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 124
        },
        {
          "entryTs": 1749815100,
          "entryUtc": "2025-06-13T11:45:00.000Z",
          "exitTs": 1749818220,
          "dir": 1,
          "entryPrice": 3421.695,
          "exitPrice": 3431.851,
          "stopDistance": 5.078,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 52
        },
        {
          "entryTs": 1749825300,
          "entryUtc": "2025-06-13T14:35:00.000Z",
          "exitTs": 1749826440,
          "dir": 1,
          "entryPrice": 3434.498,
          "exitPrice": 3427.017,
          "stopDistance": 7.481,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 19
        },
        {
          "entryTs": 1749833400,
          "entryUtc": "2025-06-13T16:50:00.000Z",
          "exitTs": 1749840600,
          "dir": 1,
          "entryPrice": 3427.948,
          "exitPrice": 3439.1,
          "stopDistance": 5.576,
          "outcome": "target",
          "netR": 1.9336,
          "holdMinutes": 120
        },
        {
          "entryTs": 1750025100,
          "entryUtc": "2025-06-15T22:05:00.000Z",
          "exitTs": 1750035120,
          "dir": 1,
          "entryPrice": 3440.725,
          "exitPrice": 3435.043,
          "stopDistance": 5.682,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 167
        },
        {
          "entryTs": 1750039800,
          "entryUtc": "2025-06-16T02:10:00.000Z",
          "exitTs": 1750042320,
          "dir": 1,
          "entryPrice": 3445.645,
          "exitPrice": 3439.805,
          "stopDistance": 5.84,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 42
        },
        {
          "entryTs": 1750065000,
          "entryUtc": "2025-06-16T09:10:00.000Z",
          "exitTs": 1750067460,
          "dir": 1,
          "entryPrice": 3417.545,
          "exitPrice": 3412.719,
          "stopDistance": 4.826,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 41
        },
        {
          "entryTs": 1750070400,
          "entryUtc": "2025-06-16T10:40:00.000Z",
          "exitTs": 1750074360,
          "dir": 1,
          "entryPrice": 3417.735,
          "exitPrice": 3413.643,
          "stopDistance": 4.092,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 66
        },
        {
          "entryTs": 1750088100,
          "entryUtc": "2025-06-16T15:35:00.000Z",
          "exitTs": 1750090800,
          "dir": 1,
          "entryPrice": 3405.025,
          "exitPrice": 3398.725,
          "stopDistance": 6.3,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 45
        },
        {
          "entryTs": 1750112100,
          "entryUtc": "2025-06-16T22:15:00.000Z",
          "exitTs": 1750113600,
          "dir": 1,
          "entryPrice": 3387.548,
          "exitPrice": 3393.291,
          "stopDistance": 2.871,
          "outcome": "target",
          "netR": 1.8711,
          "holdMinutes": 25
        },
        {
          "entryTs": 1750128300,
          "entryUtc": "2025-06-17T02:45:00.000Z",
          "exitTs": 1750128780,
          "dir": 1,
          "entryPrice": 3399.505,
          "exitPrice": 3395.401,
          "stopDistance": 4.104,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 8
        },
        {
          "entryTs": 1750135500,
          "entryUtc": "2025-06-17T04:45:00.000Z",
          "exitTs": 1750140360,
          "dir": 1,
          "entryPrice": 3391.628,
          "exitPrice": 3387.408,
          "stopDistance": 4.22,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 81
        },
        {
          "entryTs": 1750154700,
          "entryUtc": "2025-06-17T10:05:00.000Z",
          "exitTs": 1750155600,
          "dir": 1,
          "entryPrice": 3386.745,
          "exitPrice": 3396.059,
          "stopDistance": 4.657,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 15
        },
        {
          "entryTs": 1750166400,
          "entryUtc": "2025-06-17T13:20:00.000Z",
          "exitTs": 1750168020,
          "dir": 1,
          "entryPrice": 3394.075,
          "exitPrice": 3388.574,
          "stopDistance": 5.501,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 27
        },
        {
          "entryTs": 1750179000,
          "entryUtc": "2025-06-17T16:50:00.000Z",
          "exitTs": 1750197780,
          "dir": 1,
          "entryPrice": 3383.075,
          "exitPrice": 3393.899,
          "stopDistance": 5.412,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 313
        },
        {
          "entryTs": 1750216500,
          "entryUtc": "2025-06-18T03:15:00.000Z",
          "exitTs": 1750219140,
          "dir": 1,
          "entryPrice": 3383.985,
          "exitPrice": 3391.198,
          "stopDistance": 3.606,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 44
        },
        {
          "entryTs": 1750233900,
          "entryUtc": "2025-06-18T08:05:00.000Z",
          "exitTs": 1750236720,
          "dir": 1,
          "entryPrice": 3386.825,
          "exitPrice": 3382.823,
          "stopDistance": 4.002,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 47
        },
        {
          "entryTs": 1750245600,
          "entryUtc": "2025-06-18T11:20:00.000Z",
          "exitTs": 1750247820,
          "dir": 1,
          "entryPrice": 3382.915,
          "exitPrice": 3379.428,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 37
        },
        {
          "entryTs": 1750261200,
          "entryUtc": "2025-06-18T15:40:00.000Z",
          "exitTs": 1750272480,
          "dir": 1,
          "entryPrice": 3388.298,
          "exitPrice": 3383.229,
          "stopDistance": 5.069,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 188
        },
        {
          "entryTs": 1750298400,
          "entryUtc": "2025-06-19T02:00:00.000Z",
          "exitTs": 1750299120,
          "dir": -1,
          "entryPrice": 3374.725,
          "exitPrice": 3379.241,
          "stopDistance": 4.516,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 12
        },
        {
          "entryTs": 1750334100,
          "entryUtc": "2025-06-19T11:55:00.000Z",
          "exitTs": 1750335660,
          "dir": -1,
          "entryPrice": 3370.895,
          "exitPrice": 3364.671,
          "stopDistance": 3.112,
          "outcome": "target",
          "netR": 1.8811,
          "holdMinutes": 26
        },
        {
          "entryTs": 1750343100,
          "entryUtc": "2025-06-19T14:25:00.000Z",
          "exitTs": 1750346460,
          "dir": -1,
          "entryPrice": 3364.285,
          "exitPrice": 3368.834,
          "stopDistance": 4.549,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 56
        },
        {
          "entryTs": 1750355400,
          "entryUtc": "2025-06-19T17:50:00.000Z",
          "exitTs": 1750357080,
          "dir": -1,
          "entryPrice": 3366.535,
          "exitPrice": 3370.182,
          "stopDistance": 3.647,
          "outcome": "stop",
          "netR": -1.1152,
          "holdMinutes": 28
        },
        {
          "entryTs": 1750371000,
          "entryUtc": "2025-06-19T22:10:00.000Z",
          "exitTs": 1750375620,
          "dir": -1,
          "entryPrice": 3366.848,
          "exitPrice": 3370.189,
          "stopDistance": 3.341,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 77
        },
        {
          "entryTs": 1750376400,
          "entryUtc": "2025-06-19T23:40:00.000Z",
          "exitTs": 1750376760,
          "dir": -1,
          "entryPrice": 3366.175,
          "exitPrice": 3369.406,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 6
        },
        {
          "entryTs": 1750379400,
          "entryUtc": "2025-06-20T00:30:00.000Z",
          "exitTs": 1750381020,
          "dir": -1,
          "entryPrice": 3365.498,
          "exitPrice": 3368.538,
          "stopDistance": 3.04,
          "outcome": "stop",
          "netR": -1.1382,
          "holdMinutes": 27
        },
        {
          "entryTs": 1750395900,
          "entryUtc": "2025-06-20T05:05:00.000Z",
          "exitTs": 1750397400,
          "dir": -1,
          "entryPrice": 3353.505,
          "exitPrice": 3347.303,
          "stopDistance": 3.101,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 25
        },
        {
          "entryTs": 1750406400,
          "entryUtc": "2025-06-20T08:00:00.000Z",
          "exitTs": 1750408620,
          "dir": -1,
          "entryPrice": 3347.375,
          "exitPrice": 3351.533,
          "stopDistance": 4.158,
          "outcome": "stop",
          "netR": -1.101,
          "holdMinutes": 37
        },
        {
          "entryTs": 1750418400,
          "entryUtc": "2025-06-20T11:20:00.000Z",
          "exitTs": 1750419900,
          "dir": -1,
          "entryPrice": 3353.205,
          "exitPrice": 3348.193,
          "stopDistance": 2.506,
          "outcome": "target",
          "netR": 1.8524,
          "holdMinutes": 25
        },
        {
          "entryTs": 1750442100,
          "entryUtc": "2025-06-20T17:55:00.000Z",
          "exitTs": 1750446540,
          "dir": -1,
          "entryPrice": 3367.298,
          "exitPrice": 3370.022,
          "stopDistance": 2.724,
          "outcome": "stop",
          "netR": -1.1542,
          "holdMinutes": 74
        },
        {
          "entryTs": 1750448700,
          "entryUtc": "2025-06-20T19:45:00.000Z",
          "exitTs": 1750450860,
          "dir": -1,
          "entryPrice": 3365.545,
          "exitPrice": 3367.838,
          "stopDistance": 2.293,
          "outcome": "stop",
          "netR": -1.1832,
          "holdMinutes": 36
        },
        {
          "entryTs": 1750652400,
          "entryUtc": "2025-06-23T04:20:00.000Z",
          "exitTs": 1750656180,
          "dir": -1,
          "entryPrice": 3361.975,
          "exitPrice": 3355.603,
          "stopDistance": 3.186,
          "outcome": "target",
          "netR": 1.8839,
          "holdMinutes": 63
        },
        {
          "entryTs": 1750738500,
          "entryUtc": "2025-06-24T04:15:00.000Z",
          "exitTs": 1750742040,
          "dir": -1,
          "entryPrice": 3349.025,
          "exitPrice": 3341.173,
          "stopDistance": 3.926,
          "outcome": "target",
          "netR": 1.9058,
          "holdMinutes": 59
        },
        {
          "entryTs": 1750755900,
          "entryUtc": "2025-06-24T09:05:00.000Z",
          "exitTs": 1750767180,
          "dir": -1,
          "entryPrice": 3324.675,
          "exitPrice": 3314.451,
          "stopDistance": 5.112,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 188
        },
        {
          "entryTs": 1750791600,
          "entryUtc": "2025-06-24T19:00:00.000Z",
          "exitTs": 1750793400,
          "dir": -1,
          "entryPrice": 3316.935,
          "exitPrice": 3319.655,
          "stopDistance": 2.72,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 30
        },
        {
          "entryTs": 1750805700,
          "entryUtc": "2025-06-24T22:55:00.000Z",
          "exitTs": 1750807200,
          "dir": -1,
          "entryPrice": 3321.555,
          "exitPrice": 3323.641,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2013,
          "holdMinutes": 25
        },
        {
          "entryTs": 1750820100,
          "entryUtc": "2025-06-25T02:55:00.000Z",
          "exitTs": 1750821360,
          "dir": -1,
          "entryPrice": 3328.805,
          "exitPrice": 3331.496,
          "stopDistance": 2.691,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 21
        },
        {
          "entryTs": 1750822800,
          "entryUtc": "2025-06-25T03:40:00.000Z",
          "exitTs": 1750829580,
          "dir": -1,
          "entryPrice": 3328.455,
          "exitPrice": 3331.11,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 113
        },
        {
          "entryTs": 1750835700,
          "entryUtc": "2025-06-25T07:15:00.000Z",
          "exitTs": 1750836360,
          "dir": -1,
          "entryPrice": 3327.798,
          "exitPrice": 3330.747,
          "stopDistance": 2.949,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 11
        },
        {
          "entryTs": 1750839300,
          "entryUtc": "2025-06-25T08:15:00.000Z",
          "exitTs": 1750855440,
          "dir": -1,
          "entryPrice": 3328.035,
          "exitPrice": 3320.767,
          "stopDistance": 3.634,
          "outcome": "target",
          "netR": 1.8982,
          "holdMinutes": 269
        },
        {
          "entryTs": 1750873500,
          "entryUtc": "2025-06-25T17:45:00.000Z",
          "exitTs": 1750877580,
          "dir": -1,
          "entryPrice": 3327.198,
          "exitPrice": 3330.722,
          "stopDistance": 3.524,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 68
        },
        {
          "entryTs": 1750890600,
          "entryUtc": "2025-06-25T22:30:00.000Z",
          "exitTs": 1750891440,
          "dir": -1,
          "entryPrice": 3332.048,
          "exitPrice": 3334.378,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 14
        },
        {
          "entryTs": 1750897800,
          "entryUtc": "2025-06-26T00:30:00.000Z",
          "exitTs": 1750900020,
          "dir": -1,
          "entryPrice": 3333.248,
          "exitPrice": 3335.967,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 37
        },
        {
          "entryTs": 1750911600,
          "entryUtc": "2025-06-26T04:20:00.000Z",
          "exitTs": 1750917900,
          "dir": -1,
          "entryPrice": 3336.605,
          "exitPrice": 3331.571,
          "stopDistance": 2.517,
          "outcome": "target",
          "netR": 1.853,
          "holdMinutes": 105
        },
        {
          "entryTs": 1750929600,
          "entryUtc": "2025-06-26T09:20:00.000Z",
          "exitTs": 1750935600,
          "dir": -1,
          "entryPrice": 3339.938,
          "exitPrice": 3343.227,
          "stopDistance": 3.289,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 100
        },
        {
          "entryTs": 1750936800,
          "entryUtc": "2025-06-26T11:20:00.000Z",
          "exitTs": 1750937760,
          "dir": -1,
          "entryPrice": 3340.449,
          "exitPrice": 3334.992,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 16
        },
        {
          "entryTs": 1750965300,
          "entryUtc": "2025-06-26T19:15:00.000Z",
          "exitTs": 1750975260,
          "dir": -1,
          "entryPrice": 3329.798,
          "exitPrice": 3325.007,
          "stopDistance": 2.395,
          "outcome": "target",
          "netR": 1.8455,
          "holdMinutes": 166
        },
        {
          "entryTs": 1750988700,
          "entryUtc": "2025-06-27T01:45:00.000Z",
          "exitTs": 1750992540,
          "dir": -1,
          "entryPrice": 3316.555,
          "exitPrice": 3309.024,
          "stopDistance": 3.765,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 64
        },
        {
          "entryTs": 1751003400,
          "entryUtc": "2025-06-27T05:50:00.000Z",
          "exitTs": 1751006340,
          "dir": -1,
          "entryPrice": 3296.805,
          "exitPrice": 3287.825,
          "stopDistance": 4.49,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 49
        },
        {
          "entryTs": 1751015700,
          "entryUtc": "2025-06-27T09:15:00.000Z",
          "exitTs": 1751018940,
          "dir": -1,
          "entryPrice": 3285.285,
          "exitPrice": 3289.774,
          "stopDistance": 4.489,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 54
        },
        {
          "entryTs": 1751021100,
          "entryUtc": "2025-06-27T10:45:00.000Z",
          "exitTs": 1751025060,
          "dir": -1,
          "entryPrice": 3284.865,
          "exitPrice": 3276.469,
          "stopDistance": 4.198,
          "outcome": "target",
          "netR": 1.9119,
          "holdMinutes": 66
        },
        {
          "entryTs": 1751034000,
          "entryUtc": "2025-06-27T14:20:00.000Z",
          "exitTs": 1751034360,
          "dir": -1,
          "entryPrice": 3265.735,
          "exitPrice": 3272.994,
          "stopDistance": 7.259,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 6
        },
        {
          "entryTs": 1751035200,
          "entryUtc": "2025-06-27T14:40:00.000Z",
          "exitTs": 1751036460,
          "dir": -1,
          "entryPrice": 3266.655,
          "exitPrice": 3274.274,
          "stopDistance": 7.619,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 21
        },
        {
          "entryTs": 1751046300,
          "entryUtc": "2025-06-27T17:45:00.000Z",
          "exitTs": 1751046420,
          "dir": -1,
          "entryPrice": 3273.019,
          "exitPrice": 3276.562,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 2
        },
        {
          "entryTs": 1751048400,
          "entryUtc": "2025-06-27T18:20:00.000Z",
          "exitTs": 1751234400,
          "dir": -1,
          "entryPrice": 3274.125,
          "exitPrice": 3278.279,
          "stopDistance": 4.154,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 3100
        },
        {
          "entryTs": 1751235000,
          "entryUtc": "2025-06-29T22:10:00.000Z",
          "exitTs": 1751235300,
          "dir": -1,
          "entryPrice": 3270.775,
          "exitPrice": 3263.496,
          "stopDistance": 3.64,
          "outcome": "target",
          "netR": 1.8983,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751241600,
          "entryUtc": "2025-06-30T00:00:00.000Z",
          "exitTs": 1751242740,
          "dir": -1,
          "entryPrice": 3263.555,
          "exitPrice": 3268.885,
          "stopDistance": 5.33,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 19
        },
        {
          "entryTs": 1751244000,
          "entryUtc": "2025-06-30T00:40:00.000Z",
          "exitTs": 1751246040,
          "dir": -1,
          "entryPrice": 3263.295,
          "exitPrice": 3268.02,
          "stopDistance": 4.725,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 34
        },
        {
          "entryTs": 1751272800,
          "entryUtc": "2025-06-30T08:40:00.000Z",
          "exitTs": 1751274480,
          "dir": -1,
          "entryPrice": 3288.998,
          "exitPrice": 3281.969,
          "stopDistance": 3.515,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 28
        },
        {
          "entryTs": 1751289900,
          "entryUtc": "2025-06-30T13:25:00.000Z",
          "exitTs": 1751291100,
          "dir": -1,
          "entryPrice": 3280.325,
          "exitPrice": 3284.498,
          "stopDistance": 4.173,
          "outcome": "stop",
          "netR": -1.1007,
          "holdMinutes": 20
        },
        {
          "entryTs": 1751320800,
          "entryUtc": "2025-06-30T22:00:00.000Z",
          "exitTs": 1751321940,
          "dir": -1,
          "entryPrice": 3302.898,
          "exitPrice": 3305.442,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 19
        },
        {
          "entryTs": 1751380200,
          "entryUtc": "2025-07-01T14:30:00.000Z",
          "exitTs": 1751380980,
          "dir": 1,
          "entryPrice": 3351.448,
          "exitPrice": 3346.25,
          "stopDistance": 5.198,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 13
        },
        {
          "entryTs": 1751402400,
          "entryUtc": "2025-07-01T20:40:00.000Z",
          "exitTs": 1751407200,
          "dir": 1,
          "entryPrice": 3339.145,
          "exitPrice": 3337.22,
          "stopDistance": 1.925,
          "outcome": "stop",
          "netR": -1.2182,
          "holdMinutes": 80
        },
        {
          "entryTs": 1751415300,
          "entryUtc": "2025-07-02T00:15:00.000Z",
          "exitTs": 1751416020,
          "dir": 1,
          "entryPrice": 3343.085,
          "exitPrice": 3339.426,
          "stopDistance": 3.658,
          "outcome": "stop",
          "netR": -1.1148,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751418300,
          "entryUtc": "2025-07-02T01:05:00.000Z",
          "exitTs": 1751418600,
          "dir": 1,
          "entryPrice": 3342.148,
          "exitPrice": 3338.438,
          "stopDistance": 3.71,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751425200,
          "entryUtc": "2025-07-02T03:00:00.000Z",
          "exitTs": 1751437320,
          "dir": 1,
          "entryPrice": 3336.475,
          "exitPrice": 3332.821,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 202
        },
        {
          "entryTs": 1751443800,
          "entryUtc": "2025-07-02T08:10:00.000Z",
          "exitTs": 1751448900,
          "dir": 1,
          "entryPrice": 3334.305,
          "exitPrice": 3341.504,
          "stopDistance": 3.6,
          "outcome": "target",
          "netR": 1.8972,
          "holdMinutes": 85
        },
        {
          "entryTs": 1751459100,
          "entryUtc": "2025-07-02T12:25:00.000Z",
          "exitTs": 1751459400,
          "dir": 1,
          "entryPrice": 3348.835,
          "exitPrice": 3344.505,
          "stopDistance": 4.33,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 5
        },
        {
          "entryTs": 1751468700,
          "entryUtc": "2025-07-02T15:05:00.000Z",
          "exitTs": 1751479980,
          "dir": 1,
          "entryPrice": 3342.595,
          "exitPrice": 3351.471,
          "stopDistance": 4.438,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 188
        },
        {
          "entryTs": 1751509200,
          "entryUtc": "2025-07-03T02:20:00.000Z",
          "exitTs": 1751519880,
          "dir": 1,
          "entryPrice": 3347.448,
          "exitPrice": 3353.857,
          "stopDistance": 3.205,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 178
        },
        {
          "entryTs": 1751532600,
          "entryUtc": "2025-07-03T08:50:00.000Z",
          "exitTs": 1751533380,
          "dir": 1,
          "entryPrice": 3357.375,
          "exitPrice": 3354.178,
          "stopDistance": 3.197,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 13
        },
        {
          "entryTs": 1751539800,
          "entryUtc": "2025-07-03T10:50:00.000Z",
          "exitTs": 1751540580,
          "dir": 1,
          "entryPrice": 3354.348,
          "exitPrice": 3351.441,
          "stopDistance": 2.907,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 13
        },
        {
          "entryTs": 1751565300,
          "entryUtc": "2025-07-03T17:55:00.000Z",
          "exitTs": 1751580120,
          "dir": -1,
          "entryPrice": 3329.735,
          "exitPrice": 3324.5,
          "stopDistance": 2.618,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 247
        },
        {
          "entryTs": 1751588400,
          "entryUtc": "2025-07-04T00:20:00.000Z",
          "exitTs": 1751589060,
          "dir": -1,
          "entryPrice": 3326.948,
          "exitPrice": 3329.172,
          "stopDistance": 2.224,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 11
        },
        {
          "entryTs": 1751591100,
          "entryUtc": "2025-07-04T01:05:00.000Z",
          "exitTs": 1751591700,
          "dir": -1,
          "entryPrice": 3327.548,
          "exitPrice": 3329.776,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 10
        },
        {
          "entryTs": 1751597400,
          "entryUtc": "2025-07-04T02:50:00.000Z",
          "exitTs": 1751599080,
          "dir": -1,
          "entryPrice": 3328.025,
          "exitPrice": 3330.572,
          "stopDistance": 2.547,
          "outcome": "stop",
          "netR": -1.1649,
          "holdMinutes": 28
        },
        {
          "entryTs": 1751615700,
          "entryUtc": "2025-07-04T07:55:00.000Z",
          "exitTs": 1751620200,
          "dir": 1,
          "entryPrice": 3342.465,
          "exitPrice": 3339.582,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 75
        },
        {
          "entryTs": 1751629200,
          "entryUtc": "2025-07-04T11:40:00.000Z",
          "exitTs": 1751629560,
          "dir": 1,
          "entryPrice": 3337.548,
          "exitPrice": 3334.952,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 6
        },
        {
          "entryTs": 1751637900,
          "entryUtc": "2025-07-04T14:05:00.000Z",
          "exitTs": 1751647740,
          "dir": -1,
          "entryPrice": 3333.085,
          "exitPrice": 3335.993,
          "stopDistance": 2.908,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 164
        },
        {
          "entryTs": 1751871300,
          "entryUtc": "2025-07-07T06:55:00.000Z",
          "exitTs": 1751874600,
          "dir": -1,
          "entryPrice": 3310.025,
          "exitPrice": 3302.734,
          "stopDistance": 3.645,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 55
        },
        {
          "entryTs": 1751880900,
          "entryUtc": "2025-07-07T09:35:00.000Z",
          "exitTs": 1751881800,
          "dir": -1,
          "entryPrice": 3306.615,
          "exitPrice": 3309.925,
          "stopDistance": 3.31,
          "outcome": "stop",
          "netR": -1.1269,
          "holdMinutes": 15
        },
        {
          "entryTs": 1751884200,
          "entryUtc": "2025-07-07T10:30:00.000Z",
          "exitTs": 1751884800,
          "dir": -1,
          "entryPrice": 3308.148,
          "exitPrice": 3301.836,
          "stopDistance": 3.156,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 10
        },
        {
          "entryTs": 1751940300,
          "entryUtc": "2025-07-08T02:05:00.000Z",
          "exitTs": 1751944140,
          "dir": 1,
          "entryPrice": 3335.348,
          "exitPrice": 3331.674,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 64
        },
        {
          "entryTs": 1751974800,
          "entryUtc": "2025-07-08T11:40:00.000Z",
          "exitTs": 1751975880,
          "dir": -1,
          "entryPrice": 3321.165,
          "exitPrice": 3324.52,
          "stopDistance": 3.355,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 18
        },
        {
          "entryTs": 1751980500,
          "entryUtc": "2025-07-08T13:15:00.000Z",
          "exitTs": 1751981340,
          "dir": -1,
          "entryPrice": 3322.085,
          "exitPrice": 3325.89,
          "stopDistance": 3.805,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 14
        },
        {
          "entryTs": 1752002400,
          "entryUtc": "2025-07-08T19:20:00.000Z",
          "exitTs": 1752019380,
          "dir": -1,
          "entryPrice": 3303.255,
          "exitPrice": 3306.432,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 283
        },
        {
          "entryTs": 1752025800,
          "entryUtc": "2025-07-09T01:50:00.000Z",
          "exitTs": 1752029100,
          "dir": -1,
          "entryPrice": 3299.835,
          "exitPrice": 3292.967,
          "stopDistance": 3.434,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 55
        },
        {
          "entryTs": 1752037500,
          "entryUtc": "2025-07-09T05:05:00.000Z",
          "exitTs": 1752037740,
          "dir": -1,
          "entryPrice": 3293.155,
          "exitPrice": 3295.896,
          "stopDistance": 2.741,
          "outcome": "stop",
          "netR": -1.1532,
          "holdMinutes": 4
        },
        {
          "entryTs": 1752039000,
          "entryUtc": "2025-07-09T05:30:00.000Z",
          "exitTs": 1752042960,
          "dir": -1,
          "entryPrice": 3292.055,
          "exitPrice": 3285.58,
          "stopDistance": 3.237,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 66
        },
        {
          "entryTs": 1752048900,
          "entryUtc": "2025-07-09T08:15:00.000Z",
          "exitTs": 1752057240,
          "dir": -1,
          "entryPrice": 3288.915,
          "exitPrice": 3293.024,
          "stopDistance": 4.109,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 139
        },
        {
          "entryTs": 1752060900,
          "entryUtc": "2025-07-09T11:35:00.000Z",
          "exitTs": 1752062820,
          "dir": -1,
          "entryPrice": 3285.895,
          "exitPrice": 3289.134,
          "stopDistance": 3.239,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 32
        },
        {
          "entryTs": 1752084000,
          "entryUtc": "2025-07-09T18:00:00.000Z",
          "exitTs": 1752085200,
          "dir": -1,
          "entryPrice": 3309.078,
          "exitPrice": 3311.83,
          "stopDistance": 2.752,
          "outcome": "stop",
          "netR": -1.1526,
          "holdMinutes": 20
        },
        {
          "entryTs": 1752093000,
          "entryUtc": "2025-07-09T20:30:00.000Z",
          "exitTs": 1752098460,
          "dir": -1,
          "entryPrice": 3312.555,
          "exitPrice": 3314.719,
          "stopDistance": 2.164,
          "outcome": "stop",
          "netR": -1.1941,
          "holdMinutes": 91
        },
        {
          "entryTs": 1752105900,
          "entryUtc": "2025-07-10T00:05:00.000Z",
          "exitTs": 1752106020,
          "dir": -1,
          "entryPrice": 3316.885,
          "exitPrice": 3318.933,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 2
        },
        {
          "entryTs": 1752115800,
          "entryUtc": "2025-07-10T02:50:00.000Z",
          "exitTs": 1752123240,
          "dir": -1,
          "entryPrice": 3319.045,
          "exitPrice": 3321.526,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 124
        },
        {
          "entryTs": 1752144600,
          "entryUtc": "2025-07-10T10:50:00.000Z",
          "exitTs": 1752148200,
          "dir": 1,
          "entryPrice": 3326.288,
          "exitPrice": 3323.442,
          "stopDistance": 2.846,
          "outcome": "stop",
          "netR": -1.1476,
          "holdMinutes": 60
        },
        {
          "entryTs": 1752152700,
          "entryUtc": "2025-07-10T13:05:00.000Z",
          "exitTs": 1752153720,
          "dir": 1,
          "entryPrice": 3326.935,
          "exitPrice": 3322.878,
          "stopDistance": 4.057,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 17
        },
        {
          "entryTs": 1752164400,
          "entryUtc": "2025-07-10T16:20:00.000Z",
          "exitTs": 1752173580,
          "dir": -1,
          "entryPrice": 3317.705,
          "exitPrice": 3320.815,
          "stopDistance": 3.11,
          "outcome": "stop",
          "netR": -1.135,
          "holdMinutes": 153
        },
        {
          "entryTs": 1752190200,
          "entryUtc": "2025-07-10T23:30:00.000Z",
          "exitTs": 1752193800,
          "dir": 1,
          "entryPrice": 3324.415,
          "exitPrice": 3328.306,
          "stopDistance": 1.945,
          "outcome": "target",
          "netR": 1.8098,
          "holdMinutes": 60
        },
        {
          "entryTs": 1752211200,
          "entryUtc": "2025-07-11T05:20:00.000Z",
          "exitTs": 1752211440,
          "dir": 1,
          "entryPrice": 3334.265,
          "exitPrice": 3338.379,
          "stopDistance": 2.057,
          "outcome": "target",
          "netR": 1.8201,
          "holdMinutes": 4
        },
        {
          "entryTs": 1752219900,
          "entryUtc": "2025-07-11T07:45:00.000Z",
          "exitTs": 1752223980,
          "dir": 1,
          "entryPrice": 3338.098,
          "exitPrice": 3334.904,
          "stopDistance": 3.194,
          "outcome": "stop",
          "netR": -1.1315,
          "holdMinutes": 68
        },
        {
          "entryTs": 1752228000,
          "entryUtc": "2025-07-11T10:00:00.000Z",
          "exitTs": 1752229620,
          "dir": 1,
          "entryPrice": 3339.105,
          "exitPrice": 3345.547,
          "stopDistance": 3.221,
          "outcome": "target",
          "netR": 1.8851,
          "holdMinutes": 27
        },
        {
          "entryTs": 1752258000,
          "entryUtc": "2025-07-11T18:20:00.000Z",
          "exitTs": 1752265560,
          "dir": 1,
          "entryPrice": 3357.535,
          "exitPrice": 3354.626,
          "stopDistance": 2.909,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 126
        },
        {
          "entryTs": 1752267000,
          "entryUtc": "2025-07-11T20:50:00.000Z",
          "exitTs": 1752267360,
          "dir": 1,
          "entryPrice": 3357.375,
          "exitPrice": 3355.178,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 6
        },
        {
          "entryTs": 1752444300,
          "entryUtc": "2025-07-13T22:05:00.000Z",
          "exitTs": 1752445620,
          "dir": 1,
          "entryPrice": 3361.169,
          "exitPrice": 3367.935,
          "stopDistance": 3.383,
          "outcome": "target",
          "netR": 1.8906,
          "holdMinutes": 22
        },
        {
          "entryTs": 1752468000,
          "entryUtc": "2025-07-14T04:40:00.000Z",
          "exitTs": 1752469380,
          "dir": 1,
          "entryPrice": 3360.975,
          "exitPrice": 3357.758,
          "stopDistance": 3.217,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 23
        },
        {
          "entryTs": 1752473700,
          "entryUtc": "2025-07-14T06:15:00.000Z",
          "exitTs": 1752475860,
          "dir": 1,
          "entryPrice": 3359.625,
          "exitPrice": 3365.89,
          "stopDistance": 3.132,
          "outcome": "target",
          "netR": 1.8819,
          "holdMinutes": 36
        },
        {
          "entryTs": 1752487500,
          "entryUtc": "2025-07-14T10:05:00.000Z",
          "exitTs": 1752489060,
          "dir": 1,
          "entryPrice": 3372.855,
          "exitPrice": 3369.657,
          "stopDistance": 3.198,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 26
        },
        {
          "entryTs": 1752511500,
          "entryUtc": "2025-07-14T16:45:00.000Z",
          "exitTs": 1752522360,
          "dir": 1,
          "entryPrice": 3348.135,
          "exitPrice": 3344.785,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 181
        },
        {
          "entryTs": 1752534000,
          "entryUtc": "2025-07-14T23:00:00.000Z",
          "exitTs": 1752534720,
          "dir": 1,
          "entryPrice": 3345.448,
          "exitPrice": 3343.71,
          "stopDistance": 1.738,
          "outcome": "stop",
          "netR": -1.2416,
          "holdMinutes": 12
        },
        {
          "entryTs": 1752562200,
          "entryUtc": "2025-07-15T06:50:00.000Z",
          "exitTs": 1752562500,
          "dir": 1,
          "entryPrice": 3361.635,
          "exitPrice": 3358.756,
          "stopDistance": 2.879,
          "outcome": "stop",
          "netR": -1.1459,
          "holdMinutes": 5
        },
        {
          "entryTs": 1752564600,
          "entryUtc": "2025-07-15T07:30:00.000Z",
          "exitTs": 1752567420,
          "dir": 1,
          "entryPrice": 3362.715,
          "exitPrice": 3359.813,
          "stopDistance": 2.902,
          "outcome": "stop",
          "netR": -1.1447,
          "holdMinutes": 47
        },
        {
          "entryTs": 1752569700,
          "entryUtc": "2025-07-15T08:55:00.000Z",
          "exitTs": 1752571080,
          "dir": 1,
          "entryPrice": 3363.248,
          "exitPrice": 3360.048,
          "stopDistance": 3.2,
          "outcome": "stop",
          "netR": -1.1312,
          "holdMinutes": 23
        },
        {
          "entryTs": 1752572400,
          "entryUtc": "2025-07-15T09:40:00.000Z",
          "exitTs": 1752577680,
          "dir": 1,
          "entryPrice": 3362.495,
          "exitPrice": 3358.655,
          "stopDistance": 3.84,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 88
        },
        {
          "entryTs": 1752590400,
          "entryUtc": "2025-07-15T14:40:00.000Z",
          "exitTs": 1752592500,
          "dir": 1,
          "entryPrice": 3349.835,
          "exitPrice": 3344.114,
          "stopDistance": 5.721,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 35
        },
        {
          "entryTs": 1752606600,
          "entryUtc": "2025-07-15T19:10:00.000Z",
          "exitTs": 1752609360,
          "dir": -1,
          "entryPrice": 3327.775,
          "exitPrice": 3330.373,
          "stopDistance": 2.598,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 46
        },
        {
          "entryTs": 1752612000,
          "entryUtc": "2025-07-15T20:40:00.000Z",
          "exitTs": 1752613140,
          "dir": -1,
          "entryPrice": 3327.875,
          "exitPrice": 3323.882,
          "stopDistance": 1.996,
          "outcome": "target",
          "netR": 1.8147,
          "holdMinutes": 19
        },
        {
          "entryTs": 1752631800,
          "entryUtc": "2025-07-16T02:10:00.000Z",
          "exitTs": 1752636120,
          "dir": -1,
          "entryPrice": 3327.885,
          "exitPrice": 3330.768,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 72
        },
        {
          "entryTs": 1752653400,
          "entryUtc": "2025-07-16T08:10:00.000Z",
          "exitTs": 1752660900,
          "dir": 1,
          "entryPrice": 3339.745,
          "exitPrice": 3337.306,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 125
        },
        {
          "entryTs": 1752672600,
          "entryUtc": "2025-07-16T13:30:00.000Z",
          "exitTs": 1752673620,
          "dir": -1,
          "entryPrice": 3334.469,
          "exitPrice": 3325.481,
          "stopDistance": 4.494,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 17
        },
        {
          "entryTs": 1752678000,
          "entryUtc": "2025-07-16T15:00:00.000Z",
          "exitTs": 1752678540,
          "dir": 1,
          "entryPrice": 3337.819,
          "exitPrice": 3353.032,
          "stopDistance": 7.607,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 9
        },
        {
          "entryTs": 1752704100,
          "entryUtc": "2025-07-16T22:15:00.000Z",
          "exitTs": 1752708360,
          "dir": 1,
          "entryPrice": 3350.689,
          "exitPrice": 3347.941,
          "stopDistance": 2.748,
          "outcome": "stop",
          "netR": -1.1528,
          "holdMinutes": 71
        },
        {
          "entryTs": 1752724500,
          "entryUtc": "2025-07-17T03:55:00.000Z",
          "exitTs": 1752725340,
          "dir": 1,
          "entryPrice": 3341.525,
          "exitPrice": 3339.085,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 14
        },
        {
          "entryTs": 1752726900,
          "entryUtc": "2025-07-17T04:35:00.000Z",
          "exitTs": 1752729420,
          "dir": 1,
          "entryPrice": 3341.385,
          "exitPrice": 3339.187,
          "stopDistance": 2.198,
          "outcome": "stop",
          "netR": -1.1911,
          "holdMinutes": 42
        },
        {
          "entryTs": 1752750000,
          "entryUtc": "2025-07-17T11:00:00.000Z",
          "exitTs": 1752755400,
          "dir": -1,
          "entryPrice": 3325.598,
          "exitPrice": 3320.016,
          "stopDistance": 2.791,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 90
        },
        {
          "entryTs": 1752777900,
          "entryUtc": "2025-07-17T18:45:00.000Z",
          "exitTs": 1752791820,
          "dir": 1,
          "entryPrice": 3338.188,
          "exitPrice": 3342.235,
          "stopDistance": 2.024,
          "outcome": "target",
          "netR": 1.8172,
          "holdMinutes": 232
        },
        {
          "entryTs": 1752804900,
          "entryUtc": "2025-07-18T02:15:00.000Z",
          "exitTs": 1752805980,
          "dir": 1,
          "entryPrice": 3343.348,
          "exitPrice": 3340.399,
          "stopDistance": 2.949,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 18
        },
        {
          "entryTs": 1752815400,
          "entryUtc": "2025-07-18T05:10:00.000Z",
          "exitTs": 1752816780,
          "dir": 1,
          "entryPrice": 3338.515,
          "exitPrice": 3336.459,
          "stopDistance": 2.056,
          "outcome": "stop",
          "netR": -1.2043,
          "holdMinutes": 23
        },
        {
          "entryTs": 1752856800,
          "entryUtc": "2025-07-18T16:40:00.000Z",
          "exitTs": 1752857460,
          "dir": 1,
          "entryPrice": 3354.975,
          "exitPrice": 3351.837,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 11
        },
        {
          "entryTs": 1752871800,
          "entryUtc": "2025-07-18T20:50:00.000Z",
          "exitTs": 1752871980,
          "dir": 1,
          "entryPrice": 3351.495,
          "exitPrice": 3349.853,
          "stopDistance": 1.642,
          "outcome": "stop",
          "netR": -1.2558,
          "holdMinutes": 3
        },
        {
          "entryTs": 1753056000,
          "entryUtc": "2025-07-21T00:00:00.000Z",
          "exitTs": 1753058040,
          "dir": 1,
          "entryPrice": 3348.835,
          "exitPrice": 3352.622,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8046,
          "holdMinutes": 34
        },
        {
          "entryTs": 1753068000,
          "entryUtc": "2025-07-21T03:20:00.000Z",
          "exitTs": 1753068900,
          "dir": 1,
          "entryPrice": 3355.498,
          "exitPrice": 3353.228,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 15
        },
        {
          "entryTs": 1753072500,
          "entryUtc": "2025-07-21T04:35:00.000Z",
          "exitTs": 1753074420,
          "dir": 1,
          "entryPrice": 3355.555,
          "exitPrice": 3359.659,
          "stopDistance": 2.052,
          "outcome": "target",
          "netR": 1.8197,
          "holdMinutes": 32
        },
        {
          "entryTs": 1753088700,
          "entryUtc": "2025-07-21T09:05:00.000Z",
          "exitTs": 1753090260,
          "dir": 1,
          "entryPrice": 3365.885,
          "exitPrice": 3363.617,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 26
        },
        {
          "entryTs": 1753092300,
          "entryUtc": "2025-07-21T10:05:00.000Z",
          "exitTs": 1753093260,
          "dir": 1,
          "entryPrice": 3367.395,
          "exitPrice": 3365.262,
          "stopDistance": 2.133,
          "outcome": "stop",
          "netR": -1.1969,
          "holdMinutes": 16
        },
        {
          "entryTs": 1753095900,
          "entryUtc": "2025-07-21T11:05:00.000Z",
          "exitTs": 1753096620,
          "dir": 1,
          "entryPrice": 3366.848,
          "exitPrice": 3370.999,
          "stopDistance": 2.076,
          "outcome": "target",
          "netR": 1.8217,
          "holdMinutes": 12
        },
        {
          "entryTs": 1753124400,
          "entryUtc": "2025-07-21T19:00:00.000Z",
          "exitTs": 1753126380,
          "dir": 1,
          "entryPrice": 3395.259,
          "exitPrice": 3399.315,
          "stopDistance": 2.028,
          "outcome": "target",
          "netR": 1.8176,
          "holdMinutes": 33
        },
        {
          "entryTs": 1753155300,
          "entryUtc": "2025-07-22T03:35:00.000Z",
          "exitTs": 1753159380,
          "dir": 1,
          "entryPrice": 3391.055,
          "exitPrice": 3388.292,
          "stopDistance": 2.763,
          "outcome": "stop",
          "netR": -1.152,
          "holdMinutes": 68
        },
        {
          "entryTs": 1753171200,
          "entryUtc": "2025-07-22T08:00:00.000Z",
          "exitTs": 1753176360,
          "dir": 1,
          "entryPrice": 3387.425,
          "exitPrice": 3385.14,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 86
        },
        {
          "entryTs": 1753180200,
          "entryUtc": "2025-07-22T10:30:00.000Z",
          "exitTs": 1753185600,
          "dir": 1,
          "entryPrice": 3387.365,
          "exitPrice": 3391.508,
          "stopDistance": 2.072,
          "outcome": "target",
          "netR": 1.8214,
          "holdMinutes": 90
        },
        {
          "entryTs": 1753229400,
          "entryUtc": "2025-07-23T00:10:00.000Z",
          "exitTs": 1753230240,
          "dir": 1,
          "entryPrice": 3431.625,
          "exitPrice": 3437.6,
          "stopDistance": 2.988,
          "outcome": "target",
          "netR": 1.8762,
          "holdMinutes": 14
        },
        {
          "entryTs": 1753241100,
          "entryUtc": "2025-07-23T03:25:00.000Z",
          "exitTs": 1753243260,
          "dir": 1,
          "entryPrice": 3425.565,
          "exitPrice": 3422.295,
          "stopDistance": 3.27,
          "outcome": "stop",
          "netR": -1.1285,
          "holdMinutes": 36
        },
        {
          "entryTs": 1753251900,
          "entryUtc": "2025-07-23T06:25:00.000Z",
          "exitTs": 1753252140,
          "dir": 1,
          "entryPrice": 3423.825,
          "exitPrice": 3421.051,
          "stopDistance": 2.774,
          "outcome": "stop",
          "netR": -1.1514,
          "holdMinutes": 4
        },
        {
          "entryTs": 1753258800,
          "entryUtc": "2025-07-23T08:20:00.000Z",
          "exitTs": 1753262400,
          "dir": 1,
          "entryPrice": 3426.555,
          "exitPrice": 3433.076,
          "stopDistance": 3.261,
          "outcome": "target",
          "netR": 1.8865,
          "holdMinutes": 60
        },
        {
          "entryTs": 1753271100,
          "entryUtc": "2025-07-23T11:45:00.000Z",
          "exitTs": 1753273260,
          "dir": 1,
          "entryPrice": 3428.835,
          "exitPrice": 3425.701,
          "stopDistance": 3.134,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 36
        },
        {
          "entryTs": 1753294800,
          "entryUtc": "2025-07-23T18:20:00.000Z",
          "exitTs": 1753299060,
          "dir": 1,
          "entryPrice": 3395.185,
          "exitPrice": 3390.701,
          "stopDistance": 4.484,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 71
        },
        {
          "entryTs": 1753313700,
          "entryUtc": "2025-07-23T23:35:00.000Z",
          "exitTs": 1753319220,
          "dir": 1,
          "entryPrice": 3390.195,
          "exitPrice": 3388.019,
          "stopDistance": 2.176,
          "outcome": "stop",
          "netR": -1.193,
          "holdMinutes": 92
        },
        {
          "entryTs": 1753379400,
          "entryUtc": "2025-07-24T17:50:00.000Z",
          "exitTs": 1753382340,
          "dir": -1,
          "entryPrice": 3369.719,
          "exitPrice": 3372.452,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 49
        },
        {
          "entryTs": 1753428900,
          "entryUtc": "2025-07-25T07:35:00.000Z",
          "exitTs": 1753431540,
          "dir": -1,
          "entryPrice": 3356.625,
          "exitPrice": 3350.768,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 44
        },
        {
          "entryTs": 1753453200,
          "entryUtc": "2025-07-25T14:20:00.000Z",
          "exitTs": 1753458180,
          "dir": -1,
          "entryPrice": 3336.185,
          "exitPrice": 3326.13,
          "stopDistance": 5.028,
          "outcome": "target",
          "netR": 1.9264,
          "holdMinutes": 83
        },
        {
          "entryTs": 1753474800,
          "entryUtc": "2025-07-25T20:20:00.000Z",
          "exitTs": 1753653600,
          "dir": -1,
          "entryPrice": 3337.445,
          "exitPrice": 3333.859,
          "stopDistance": 1.793,
          "outcome": "target",
          "netR": 1.7937,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1753659300,
          "entryUtc": "2025-07-27T23:35:00.000Z",
          "exitTs": 1753660860,
          "dir": -1,
          "entryPrice": 3330.455,
          "exitPrice": 3334.834,
          "stopDistance": 4.379,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 26
        },
        {
          "entryTs": 1753662300,
          "entryUtc": "2025-07-28T00:25:00.000Z",
          "exitTs": 1753664640,
          "dir": -1,
          "entryPrice": 3332.335,
          "exitPrice": 3335.967,
          "stopDistance": 3.632,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 39
        },
        {
          "entryTs": 1753668300,
          "entryUtc": "2025-07-28T02:05:00.000Z",
          "exitTs": 1753669740,
          "dir": -1,
          "entryPrice": 3330.995,
          "exitPrice": 3335.041,
          "stopDistance": 4.046,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 24
        },
        {
          "entryTs": 1753670400,
          "entryUtc": "2025-07-28T02:40:00.000Z",
          "exitTs": 1753671840,
          "dir": -1,
          "entryPrice": 3332.315,
          "exitPrice": 3335.954,
          "stopDistance": 3.639,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 24
        },
        {
          "entryTs": 1753680600,
          "entryUtc": "2025-07-28T05:30:00.000Z",
          "exitTs": 1753680720,
          "dir": -1,
          "entryPrice": 3338.435,
          "exitPrice": 3340.574,
          "stopDistance": 2.139,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 2
        },
        {
          "entryTs": 1753684500,
          "entryUtc": "2025-07-28T06:35:00.000Z",
          "exitTs": 1753685760,
          "dir": -1,
          "entryPrice": 3337.155,
          "exitPrice": 3340.04,
          "stopDistance": 2.885,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 21
        },
        {
          "entryTs": 1753688100,
          "entryUtc": "2025-07-28T07:35:00.000Z",
          "exitTs": 1753705440,
          "dir": -1,
          "entryPrice": 3337.655,
          "exitPrice": 3331.444,
          "stopDistance": 3.105,
          "outcome": "target",
          "netR": 1.8809,
          "holdMinutes": 289
        },
        {
          "entryTs": 1753719000,
          "entryUtc": "2025-07-28T16:10:00.000Z",
          "exitTs": 1753732260,
          "dir": -1,
          "entryPrice": 3312.365,
          "exitPrice": 3316.47,
          "stopDistance": 4.105,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 221
        },
        {
          "entryTs": 1753740000,
          "entryUtc": "2025-07-28T22:00:00.000Z",
          "exitTs": 1753747740,
          "dir": -1,
          "entryPrice": 3314.255,
          "exitPrice": 3309.967,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 129
        },
        {
          "entryTs": 1753759500,
          "entryUtc": "2025-07-29T03:25:00.000Z",
          "exitTs": 1753763160,
          "dir": -1,
          "entryPrice": 3315.045,
          "exitPrice": 3309.584,
          "stopDistance": 2.73,
          "outcome": "target",
          "netR": 1.8645,
          "holdMinutes": 61
        },
        {
          "entryTs": 1753773300,
          "entryUtc": "2025-07-29T07:15:00.000Z",
          "exitTs": 1753775460,
          "dir": -1,
          "entryPrice": 3313.455,
          "exitPrice": 3317.381,
          "stopDistance": 3.926,
          "outcome": "stop",
          "netR": -1.107,
          "holdMinutes": 36
        },
        {
          "entryTs": 1753786800,
          "entryUtc": "2025-07-29T11:00:00.000Z",
          "exitTs": 1753789200,
          "dir": -1,
          "entryPrice": 3321.848,
          "exitPrice": 3316.041,
          "stopDistance": 2.904,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 40
        },
        {
          "entryTs": 1753796100,
          "entryUtc": "2025-07-29T13:35:00.000Z",
          "exitTs": 1753796640,
          "dir": -1,
          "entryPrice": 3314.865,
          "exitPrice": 3319.259,
          "stopDistance": 4.394,
          "outcome": "stop",
          "netR": -1.0956,
          "holdMinutes": 9
        },
        {
          "entryTs": 1753804500,
          "entryUtc": "2025-07-29T15:55:00.000Z",
          "exitTs": 1753808880,
          "dir": -1,
          "entryPrice": 3320.145,
          "exitPrice": 3324.821,
          "stopDistance": 4.676,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 73
        },
        {
          "entryTs": 1753816200,
          "entryUtc": "2025-07-29T19:10:00.000Z",
          "exitTs": 1753828080,
          "dir": -1,
          "entryPrice": 3326.348,
          "exitPrice": 3328.677,
          "stopDistance": 2.329,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 198
        },
        {
          "entryTs": 1753833300,
          "entryUtc": "2025-07-29T23:55:00.000Z",
          "exitTs": 1753833660,
          "dir": -1,
          "entryPrice": 3327.005,
          "exitPrice": 3328.393,
          "stopDistance": 1.388,
          "outcome": "stop",
          "netR": -1.3026,
          "holdMinutes": 6
        },
        {
          "entryTs": 1753839600,
          "entryUtc": "2025-07-30T01:40:00.000Z",
          "exitTs": 1753841400,
          "dir": -1,
          "entryPrice": 3324.365,
          "exitPrice": 3327.546,
          "stopDistance": 3.181,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 30
        },
        {
          "entryTs": 1753845300,
          "entryUtc": "2025-07-30T03:15:00.000Z",
          "exitTs": 1753850100,
          "dir": -1,
          "entryPrice": 3326.235,
          "exitPrice": 3329.558,
          "stopDistance": 3.323,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 80
        },
        {
          "entryTs": 1753851000,
          "entryUtc": "2025-07-30T04:50:00.000Z",
          "exitTs": 1753852740,
          "dir": -1,
          "entryPrice": 3326.745,
          "exitPrice": 3328.981,
          "stopDistance": 2.236,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 29
        },
        {
          "entryTs": 1753853400,
          "entryUtc": "2025-07-30T05:30:00.000Z",
          "exitTs": 1753859040,
          "dir": -1,
          "entryPrice": 3326.445,
          "exitPrice": 3329.102,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 94
        },
        {
          "entryTs": 1753870800,
          "entryUtc": "2025-07-30T10:20:00.000Z",
          "exitTs": 1753879620,
          "dir": -1,
          "entryPrice": 3329.225,
          "exitPrice": 3322.335,
          "stopDistance": 3.445,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 147
        },
        {
          "entryTs": 1753900500,
          "entryUtc": "2025-07-30T18:35:00.000Z",
          "exitTs": 1753901280,
          "dir": -1,
          "entryPrice": 3296.485,
          "exitPrice": 3287.504,
          "stopDistance": 4.491,
          "outcome": "target",
          "netR": 1.9176,
          "holdMinutes": 13
        },
        {
          "entryTs": 1753955100,
          "entryUtc": "2025-07-31T09:45:00.000Z",
          "exitTs": 1753959180,
          "dir": -1,
          "entryPrice": 3305.398,
          "exitPrice": 3297.39,
          "stopDistance": 4.004,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 68
        },
        {
          "entryTs": 1753969800,
          "entryUtc": "2025-07-31T13:50:00.000Z",
          "exitTs": 1753972440,
          "dir": -1,
          "entryPrice": 3302.275,
          "exitPrice": 3293.161,
          "stopDistance": 4.557,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 44
        },
        {
          "entryTs": 1753984500,
          "entryUtc": "2025-07-31T17:55:00.000Z",
          "exitTs": 1754004000,
          "dir": -1,
          "entryPrice": 3294.605,
          "exitPrice": 3288.512,
          "stopDistance": 3.047,
          "outcome": "target",
          "netR": 1.8786,
          "holdMinutes": 325
        },
        {
          "entryTs": 1754012100,
          "entryUtc": "2025-08-01T01:35:00.000Z",
          "exitTs": 1754013180,
          "dir": -1,
          "entryPrice": 3288.448,
          "exitPrice": 3282.328,
          "stopDistance": 3.06,
          "outcome": "target",
          "netR": 1.8791,
          "holdMinutes": 18
        },
        {
          "entryTs": 1754030100,
          "entryUtc": "2025-08-01T06:35:00.000Z",
          "exitTs": 1754034660,
          "dir": -1,
          "entryPrice": 3291.265,
          "exitPrice": 3285.363,
          "stopDistance": 2.951,
          "outcome": "target",
          "netR": 1.8746,
          "holdMinutes": 76
        },
        {
          "entryTs": 1754068200,
          "entryUtc": "2025-08-01T17:10:00.000Z",
          "exitTs": 1754076720,
          "dir": 1,
          "entryPrice": 3347.375,
          "exitPrice": 3356.876,
          "stopDistance": 4.75,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 142
        },
        {
          "entryTs": 1754265300,
          "entryUtc": "2025-08-03T23:55:00.000Z",
          "exitTs": 1754265780,
          "dir": 1,
          "entryPrice": 3361.005,
          "exitPrice": 3358.06,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 8
        },
        {
          "entryTs": 1754274600,
          "entryUtc": "2025-08-04T02:30:00.000Z",
          "exitTs": 1754279520,
          "dir": 1,
          "entryPrice": 3353.865,
          "exitPrice": 3360,
          "stopDistance": 3.067,
          "outcome": "target",
          "netR": 1.8794,
          "holdMinutes": 82
        },
        {
          "entryTs": 1754290200,
          "entryUtc": "2025-08-04T06:50:00.000Z",
          "exitTs": 1754291940,
          "dir": 1,
          "entryPrice": 3360.325,
          "exitPrice": 3357.371,
          "stopDistance": 2.953,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 29
        },
        {
          "entryTs": 1754296200,
          "entryUtc": "2025-08-04T08:30:00.000Z",
          "exitTs": 1754302800,
          "dir": 1,
          "entryPrice": 3358.648,
          "exitPrice": 3355.501,
          "stopDistance": 3.147,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 110
        },
        {
          "entryTs": 1754305500,
          "entryUtc": "2025-08-04T11:05:00.000Z",
          "exitTs": 1754306160,
          "dir": 1,
          "entryPrice": 3359.435,
          "exitPrice": 3364.93,
          "stopDistance": 2.748,
          "outcome": "target",
          "netR": 1.8653,
          "holdMinutes": 11
        },
        {
          "entryTs": 1754323800,
          "entryUtc": "2025-08-04T16:10:00.000Z",
          "exitTs": 1754325420,
          "dir": 1,
          "entryPrice": 3375.848,
          "exitPrice": 3372.113,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 27
        },
        {
          "entryTs": 1754331000,
          "entryUtc": "2025-08-04T18:10:00.000Z",
          "exitTs": 1754350020,
          "dir": 1,
          "entryPrice": 3373.958,
          "exitPrice": 3378.849,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 317
        },
        {
          "entryTs": 1754373600,
          "entryUtc": "2025-08-05T06:00:00.000Z",
          "exitTs": 1754373900,
          "dir": 1,
          "entryPrice": 3373.825,
          "exitPrice": 3371.48,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 5
        },
        {
          "entryTs": 1754378700,
          "entryUtc": "2025-08-05T07:25:00.000Z",
          "exitTs": 1754381280,
          "dir": 1,
          "entryPrice": 3373.435,
          "exitPrice": 3370.542,
          "stopDistance": 2.893,
          "outcome": "stop",
          "netR": -1.1452,
          "holdMinutes": 43
        },
        {
          "entryTs": 1754397000,
          "entryUtc": "2025-08-05T12:30:00.000Z",
          "exitTs": 1754399160,
          "dir": 1,
          "entryPrice": 3360.595,
          "exitPrice": 3368.533,
          "stopDistance": 3.969,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 36
        },
        {
          "entryTs": 1754431500,
          "entryUtc": "2025-08-05T22:05:00.000Z",
          "exitTs": 1754432220,
          "dir": 1,
          "entryPrice": 3381.045,
          "exitPrice": 3379.269,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 12
        },
        {
          "entryTs": 1754435400,
          "entryUtc": "2025-08-05T23:10:00.000Z",
          "exitTs": 1754437620,
          "dir": 1,
          "entryPrice": 3380.598,
          "exitPrice": 3383.729,
          "stopDistance": 1.566,
          "outcome": "target",
          "netR": 1.7637,
          "holdMinutes": 37
        },
        {
          "entryTs": 1754460600,
          "entryUtc": "2025-08-06T06:10:00.000Z",
          "exitTs": 1754463600,
          "dir": 1,
          "entryPrice": 3376.035,
          "exitPrice": 3373.56,
          "stopDistance": 2.475,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 50
        },
        {
          "entryTs": 1754466900,
          "entryUtc": "2025-08-06T07:55:00.000Z",
          "exitTs": 1754467380,
          "dir": 1,
          "entryPrice": 3375.525,
          "exitPrice": 3372.764,
          "stopDistance": 2.761,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 8
        },
        {
          "entryTs": 1754479500,
          "entryUtc": "2025-08-06T11:25:00.000Z",
          "exitTs": 1754482260,
          "dir": 1,
          "entryPrice": 3365.398,
          "exitPrice": 3362.365,
          "stopDistance": 3.033,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 46
        },
        {
          "entryTs": 1754484900,
          "entryUtc": "2025-08-06T12:55:00.000Z",
          "exitTs": 1754490120,
          "dir": 1,
          "entryPrice": 3368.419,
          "exitPrice": 3375.46,
          "stopDistance": 3.52,
          "outcome": "target",
          "netR": 1.8949,
          "holdMinutes": 87
        },
        {
          "entryTs": 1754499900,
          "entryUtc": "2025-08-06T17:05:00.000Z",
          "exitTs": 1754500620,
          "dir": 1,
          "entryPrice": 3376.485,
          "exitPrice": 3373.307,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 12
        },
        {
          "entryTs": 1754518200,
          "entryUtc": "2025-08-06T22:10:00.000Z",
          "exitTs": 1754518380,
          "dir": 1,
          "entryPrice": 3374.085,
          "exitPrice": 3371.866,
          "stopDistance": 2.219,
          "outcome": "stop",
          "netR": -1.1893,
          "holdMinutes": 3
        },
        {
          "entryTs": 1754526600,
          "entryUtc": "2025-08-07T00:30:00.000Z",
          "exitTs": 1754530260,
          "dir": 1,
          "entryPrice": 3372.035,
          "exitPrice": 3378.349,
          "stopDistance": 3.157,
          "outcome": "target",
          "netR": 1.8828,
          "holdMinutes": 61
        },
        {
          "entryTs": 1754539200,
          "entryUtc": "2025-08-07T04:00:00.000Z",
          "exitTs": 1754542620,
          "dir": 1,
          "entryPrice": 3379.448,
          "exitPrice": 3376.749,
          "stopDistance": 2.699,
          "outcome": "stop",
          "netR": -1.1556,
          "holdMinutes": 57
        },
        {
          "entryTs": 1754543400,
          "entryUtc": "2025-08-07T05:10:00.000Z",
          "exitTs": 1754544660,
          "dir": 1,
          "entryPrice": 3379.765,
          "exitPrice": 3377.12,
          "stopDistance": 2.645,
          "outcome": "stop",
          "netR": -1.1588,
          "holdMinutes": 21
        },
        {
          "entryTs": 1754547900,
          "entryUtc": "2025-08-07T06:25:00.000Z",
          "exitTs": 1754548920,
          "dir": 1,
          "entryPrice": 3378.515,
          "exitPrice": 3384.617,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 17
        },
        {
          "entryTs": 1754565900,
          "entryUtc": "2025-08-07T11:25:00.000Z",
          "exitTs": 1754566740,
          "dir": 1,
          "entryPrice": 3380.955,
          "exitPrice": 3376.702,
          "stopDistance": 4.253,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 14
        },
        {
          "entryTs": 1754569200,
          "entryUtc": "2025-08-07T12:20:00.000Z",
          "exitTs": 1754570040,
          "dir": 1,
          "entryPrice": 3378.605,
          "exitPrice": 3387.826,
          "stopDistance": 4.61,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 14
        },
        {
          "entryTs": 1754588400,
          "entryUtc": "2025-08-07T17:40:00.000Z",
          "exitTs": 1754595120,
          "dir": 1,
          "entryPrice": 3389.379,
          "exitPrice": 3396.007,
          "stopDistance": 3.314,
          "outcome": "target",
          "netR": 1.8883,
          "holdMinutes": 112
        },
        {
          "entryTs": 1754595300,
          "entryUtc": "2025-08-07T19:35:00.000Z",
          "exitTs": 1754599980,
          "dir": 1,
          "entryPrice": 3396.555,
          "exitPrice": 3393.496,
          "stopDistance": 3.059,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 78
        },
        {
          "entryTs": 1754606700,
          "entryUtc": "2025-08-07T22:45:00.000Z",
          "exitTs": 1754606820,
          "dir": 1,
          "entryPrice": 3399.108,
          "exitPrice": 3391.585,
          "stopDistance": 7.523,
          "outcome": "stop",
          "netR": -1.0558,
          "holdMinutes": 2
        },
        {
          "entryTs": 1754607300,
          "entryUtc": "2025-08-07T22:55:00.000Z",
          "exitTs": 1754613300,
          "dir": 1,
          "entryPrice": 3398.625,
          "exitPrice": 3390.342,
          "stopDistance": 8.283,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 100
        },
        {
          "entryTs": 1754621700,
          "entryUtc": "2025-08-08T02:55:00.000Z",
          "exitTs": 1754622420,
          "dir": 1,
          "entryPrice": 3388.789,
          "exitPrice": 3384.204,
          "stopDistance": 4.585,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 12
        },
        {
          "entryTs": 1754623800,
          "entryUtc": "2025-08-08T03:30:00.000Z",
          "exitTs": 1754626980,
          "dir": 1,
          "entryPrice": 3388.709,
          "exitPrice": 3397.488,
          "stopDistance": 4.389,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 53
        },
        {
          "entryTs": 1754637000,
          "entryUtc": "2025-08-08T07:10:00.000Z",
          "exitTs": 1754638740,
          "dir": 1,
          "entryPrice": 3396.975,
          "exitPrice": 3392.656,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 29
        },
        {
          "entryTs": 1754644800,
          "entryUtc": "2025-08-08T09:20:00.000Z",
          "exitTs": 1754648040,
          "dir": 1,
          "entryPrice": 3400.075,
          "exitPrice": 3395.635,
          "stopDistance": 4.439,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 54
        },
        {
          "entryTs": 1754656200,
          "entryUtc": "2025-08-08T12:30:00.000Z",
          "exitTs": 1754657280,
          "dir": 1,
          "entryPrice": 3393.969,
          "exitPrice": 3388.915,
          "stopDistance": 5.054,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 18
        },
        {
          "entryTs": 1754666700,
          "entryUtc": "2025-08-08T15:25:00.000Z",
          "exitTs": 1754675940,
          "dir": 1,
          "entryPrice": 3393.305,
          "exitPrice": 3387.204,
          "stopDistance": 6.101,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 154
        },
        {
          "entryTs": 1754680200,
          "entryUtc": "2025-08-08T19:10:00.000Z",
          "exitTs": 1754863200,
          "dir": 1,
          "entryPrice": 3396.209,
          "exitPrice": 3403.648,
          "stopDistance": 8.783,
          "outcome": "time",
          "netR": 0.8048,
          "holdMinutes": 3050
        },
        {
          "entryTs": 1754882400,
          "entryUtc": "2025-08-11T03:20:00.000Z",
          "exitTs": 1754883420,
          "dir": 1,
          "entryPrice": 3378.975,
          "exitPrice": 3374.94,
          "stopDistance": 4.035,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 17
        },
        {
          "entryTs": 1754885700,
          "entryUtc": "2025-08-11T04:15:00.000Z",
          "exitTs": 1754888700,
          "dir": 1,
          "entryPrice": 3377.715,
          "exitPrice": 3374.355,
          "stopDistance": 3.361,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 50
        },
        {
          "entryTs": 1754889600,
          "entryUtc": "2025-08-11T05:20:00.000Z",
          "exitTs": 1754890620,
          "dir": 1,
          "entryPrice": 3378.765,
          "exitPrice": 3375.555,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 17
        },
        {
          "entryTs": 1754891700,
          "entryUtc": "2025-08-11T05:55:00.000Z",
          "exitTs": 1754892000,
          "dir": 1,
          "entryPrice": 3377.955,
          "exitPrice": 3374.781,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 5
        },
        {
          "entryTs": 1754910000,
          "entryUtc": "2025-08-11T11:00:00.000Z",
          "exitTs": 1754911620,
          "dir": -1,
          "entryPrice": 3358.245,
          "exitPrice": 3350.299,
          "stopDistance": 3.973,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 27
        },
        {
          "entryTs": 1754922900,
          "entryUtc": "2025-08-11T14:35:00.000Z",
          "exitTs": 1754933940,
          "dir": -1,
          "entryPrice": 3350.435,
          "exitPrice": 3355.932,
          "stopDistance": 5.497,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 184
        },
        {
          "entryTs": 1754942400,
          "entryUtc": "2025-08-11T20:00:00.000Z",
          "exitTs": 1754945100,
          "dir": -1,
          "entryPrice": 3351.485,
          "exitPrice": 3345.973,
          "stopDistance": 2.756,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 45
        },
        {
          "entryTs": 1754963100,
          "entryUtc": "2025-08-12T01:45:00.000Z",
          "exitTs": 1754965920,
          "dir": -1,
          "entryPrice": 3349.905,
          "exitPrice": 3353.319,
          "stopDistance": 3.414,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 47
        },
        {
          "entryTs": 1754967000,
          "entryUtc": "2025-08-12T02:50:00.000Z",
          "exitTs": 1754968020,
          "dir": -1,
          "entryPrice": 3351.498,
          "exitPrice": 3354.802,
          "stopDistance": 3.304,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 17
        },
        {
          "entryTs": 1754969700,
          "entryUtc": "2025-08-12T03:35:00.000Z",
          "exitTs": 1754973480,
          "dir": -1,
          "entryPrice": 3349.925,
          "exitPrice": 3352.916,
          "stopDistance": 2.991,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 63
        },
        {
          "entryTs": 1754978700,
          "entryUtc": "2025-08-12T06:05:00.000Z",
          "exitTs": 1754979360,
          "dir": -1,
          "entryPrice": 3351.105,
          "exitPrice": 3344.787,
          "stopDistance": 3.159,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 11
        },
        {
          "entryTs": 1754988000,
          "entryUtc": "2025-08-12T08:40:00.000Z",
          "exitTs": 1754989800,
          "dir": -1,
          "entryPrice": 3346.715,
          "exitPrice": 3350.962,
          "stopDistance": 4.247,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 30
        },
        {
          "entryTs": 1755000900,
          "entryUtc": "2025-08-12T12:15:00.000Z",
          "exitTs": 1755001800,
          "dir": -1,
          "entryPrice": 3344.065,
          "exitPrice": 3347.914,
          "stopDistance": 3.849,
          "outcome": "stop",
          "netR": -1.1091,
          "holdMinutes": 15
        },
        {
          "entryTs": 1755006000,
          "entryUtc": "2025-08-12T13:40:00.000Z",
          "exitTs": 1755006240,
          "dir": -1,
          "entryPrice": 3340.765,
          "exitPrice": 3348.359,
          "stopDistance": 7.594,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 4
        },
        {
          "entryTs": 1755007500,
          "entryUtc": "2025-08-12T14:05:00.000Z",
          "exitTs": 1755012480,
          "dir": -1,
          "entryPrice": 3342.585,
          "exitPrice": 3351.591,
          "stopDistance": 9.006,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 83
        },
        {
          "entryTs": 1755025800,
          "entryUtc": "2025-08-12T19:10:00.000Z",
          "exitTs": 1755027060,
          "dir": -1,
          "entryPrice": 3346.305,
          "exitPrice": 3348.916,
          "stopDistance": 2.611,
          "outcome": "stop",
          "netR": -1.1609,
          "holdMinutes": 21
        },
        {
          "entryTs": 1755043800,
          "entryUtc": "2025-08-13T00:10:00.000Z",
          "exitTs": 1755046320,
          "dir": -1,
          "entryPrice": 3346.915,
          "exitPrice": 3342.969,
          "stopDistance": 1.973,
          "outcome": "target",
          "netR": 1.8125,
          "holdMinutes": 42
        },
        {
          "entryTs": 1755058200,
          "entryUtc": "2025-08-13T04:10:00.000Z",
          "exitTs": 1755058440,
          "dir": -1,
          "entryPrice": 3349.119,
          "exitPrice": 3351.85,
          "stopDistance": 2.731,
          "outcome": "stop",
          "netR": -1.1538,
          "holdMinutes": 4
        },
        {
          "entryTs": 1755060600,
          "entryUtc": "2025-08-13T04:50:00.000Z",
          "exitTs": 1755063840,
          "dir": -1,
          "entryPrice": 3350.165,
          "exitPrice": 3345.761,
          "stopDistance": 2.202,
          "outcome": "target",
          "netR": 1.832,
          "holdMinutes": 54
        },
        {
          "entryTs": 1755072600,
          "entryUtc": "2025-08-13T08:10:00.000Z",
          "exitTs": 1755074040,
          "dir": -1,
          "entryPrice": 3353.898,
          "exitPrice": 3357.413,
          "stopDistance": 3.515,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 24
        },
        {
          "entryTs": 1755148800,
          "entryUtc": "2025-08-14T05:20:00.000Z",
          "exitTs": 1755148980,
          "dir": 1,
          "entryPrice": 3361.065,
          "exitPrice": 3358.757,
          "stopDistance": 2.308,
          "outcome": "stop",
          "netR": -1.182,
          "holdMinutes": 3
        },
        {
          "entryTs": 1755154800,
          "entryUtc": "2025-08-14T07:00:00.000Z",
          "exitTs": 1755156840,
          "dir": 1,
          "entryPrice": 3361.825,
          "exitPrice": 3358.995,
          "stopDistance": 2.83,
          "outcome": "stop",
          "netR": -1.1484,
          "holdMinutes": 34
        },
        {
          "entryTs": 1755170400,
          "entryUtc": "2025-08-14T11:20:00.000Z",
          "exitTs": 1755171360,
          "dir": -1,
          "entryPrice": 3352.675,
          "exitPrice": 3356.223,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 16
        },
        {
          "entryTs": 1755174300,
          "entryUtc": "2025-08-14T12:25:00.000Z",
          "exitTs": 1755174600,
          "dir": -1,
          "entryPrice": 3354.538,
          "exitPrice": 3347.949,
          "stopDistance": 3.295,
          "outcome": "target",
          "netR": 1.8877,
          "holdMinutes": 5
        },
        {
          "entryTs": 1755202200,
          "entryUtc": "2025-08-14T20:10:00.000Z",
          "exitTs": 1755210000,
          "dir": -1,
          "entryPrice": 3336.485,
          "exitPrice": 3332.618,
          "stopDistance": 1.934,
          "outcome": "target",
          "netR": 1.8087,
          "holdMinutes": 130
        },
        {
          "entryTs": 1755216300,
          "entryUtc": "2025-08-15T00:05:00.000Z",
          "exitTs": 1755216420,
          "dir": -1,
          "entryPrice": 3332.785,
          "exitPrice": 3334.748,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 2
        },
        {
          "entryTs": 1755216900,
          "entryUtc": "2025-08-15T00:15:00.000Z",
          "exitTs": 1755216960,
          "dir": -1,
          "entryPrice": 3332.965,
          "exitPrice": 3335.207,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 1
        },
        {
          "entryTs": 1755237900,
          "entryUtc": "2025-08-15T06:05:00.000Z",
          "exitTs": 1755242700,
          "dir": -1,
          "entryPrice": 3342.815,
          "exitPrice": 3345.296,
          "stopDistance": 2.481,
          "outcome": "stop",
          "netR": -1.1693,
          "holdMinutes": 80
        },
        {
          "entryTs": 1755243600,
          "entryUtc": "2025-08-15T07:40:00.000Z",
          "exitTs": 1755243840,
          "dir": -1,
          "entryPrice": 3340.285,
          "exitPrice": 3343.133,
          "stopDistance": 2.848,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 4
        },
        {
          "entryTs": 1755246000,
          "entryUtc": "2025-08-15T08:20:00.000Z",
          "exitTs": 1755249720,
          "dir": -1,
          "entryPrice": 3340.555,
          "exitPrice": 3343.698,
          "stopDistance": 3.143,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 62
        },
        {
          "entryTs": 1755252600,
          "entryUtc": "2025-08-15T10:10:00.000Z",
          "exitTs": 1755257940,
          "dir": -1,
          "entryPrice": 3339.835,
          "exitPrice": 3343.154,
          "stopDistance": 3.319,
          "outcome": "stop",
          "netR": -1.1266,
          "holdMinutes": 89
        },
        {
          "entryTs": 1755260400,
          "entryUtc": "2025-08-15T12:20:00.000Z",
          "exitTs": 1755261540,
          "dir": -1,
          "entryPrice": 3337.398,
          "exitPrice": 3340.524,
          "stopDistance": 3.126,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 19
        },
        {
          "entryTs": 1755264000,
          "entryUtc": "2025-08-15T13:20:00.000Z",
          "exitTs": 1755264060,
          "dir": -1,
          "entryPrice": 3337.125,
          "exitPrice": 3341.479,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 1
        },
        {
          "entryTs": 1755274500,
          "entryUtc": "2025-08-15T16:15:00.000Z",
          "exitTs": 1755468000,
          "dir": -1,
          "entryPrice": 3339.645,
          "exitPrice": 3336.448,
          "stopDistance": 3.076,
          "outcome": "time",
          "netR": 0.9189,
          "holdMinutes": 3225
        },
        {
          "entryTs": 1755503700,
          "entryUtc": "2025-08-18T07:55:00.000Z",
          "exitTs": 1755509940,
          "dir": -1,
          "entryPrice": 3347.935,
          "exitPrice": 3351.031,
          "stopDistance": 3.096,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 104
        },
        {
          "entryTs": 1755511200,
          "entryUtc": "2025-08-18T10:00:00.000Z",
          "exitTs": 1755512220,
          "dir": -1,
          "entryPrice": 3347.918,
          "exitPrice": 3350.776,
          "stopDistance": 2.858,
          "outcome": "stop",
          "netR": -1.147,
          "holdMinutes": 17
        },
        {
          "entryTs": 1755513000,
          "entryUtc": "2025-08-18T10:30:00.000Z",
          "exitTs": 1755521820,
          "dir": -1,
          "entryPrice": 3348.448,
          "exitPrice": 3343.067,
          "stopDistance": 2.69,
          "outcome": "target",
          "netR": 1.8625,
          "holdMinutes": 147
        },
        {
          "entryTs": 1755559800,
          "entryUtc": "2025-08-18T23:30:00.000Z",
          "exitTs": 1755561600,
          "dir": -1,
          "entryPrice": 3332.105,
          "exitPrice": 3329.374,
          "stopDistance": 1.366,
          "outcome": "target",
          "netR": 1.7291,
          "holdMinutes": 30
        },
        {
          "entryTs": 1755565800,
          "entryUtc": "2025-08-19T01:10:00.000Z",
          "exitTs": 1755566460,
          "dir": -1,
          "entryPrice": 3331.415,
          "exitPrice": 3334.758,
          "stopDistance": 3.343,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 11
        },
        {
          "entryTs": 1755578400,
          "entryUtc": "2025-08-19T04:40:00.000Z",
          "exitTs": 1755579600,
          "dir": -1,
          "entryPrice": 3335.335,
          "exitPrice": 3337.909,
          "stopDistance": 2.575,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 20
        },
        {
          "entryTs": 1755583200,
          "entryUtc": "2025-08-19T06:00:00.000Z",
          "exitTs": 1755584460,
          "dir": -1,
          "entryPrice": 3335.885,
          "exitPrice": 3338.274,
          "stopDistance": 2.389,
          "outcome": "stop",
          "netR": -1.1758,
          "holdMinutes": 21
        },
        {
          "entryTs": 1755584700,
          "entryUtc": "2025-08-19T06:25:00.000Z",
          "exitTs": 1755587160,
          "dir": -1,
          "entryPrice": 3336.385,
          "exitPrice": 3338.841,
          "stopDistance": 2.455,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 41
        },
        {
          "entryTs": 1755592500,
          "entryUtc": "2025-08-19T08:35:00.000Z",
          "exitTs": 1755597840,
          "dir": -1,
          "entryPrice": 3337.425,
          "exitPrice": 3340.017,
          "stopDistance": 2.592,
          "outcome": "stop",
          "netR": -1.1621,
          "holdMinutes": 89
        },
        {
          "entryTs": 1755604500,
          "entryUtc": "2025-08-19T11:55:00.000Z",
          "exitTs": 1755605700,
          "dir": -1,
          "entryPrice": 3340.468,
          "exitPrice": 3336.256,
          "stopDistance": 2.106,
          "outcome": "target",
          "netR": 1.8243,
          "holdMinutes": 20
        },
        {
          "entryTs": 1755630300,
          "entryUtc": "2025-08-19T19:05:00.000Z",
          "exitTs": 1755647460,
          "dir": -1,
          "entryPrice": 3318.295,
          "exitPrice": 3313.948,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8297,
          "holdMinutes": 286
        },
        {
          "entryTs": 1755656100,
          "entryUtc": "2025-08-20T02:15:00.000Z",
          "exitTs": 1755659280,
          "dir": -1,
          "entryPrice": 3314.245,
          "exitPrice": 3317.15,
          "stopDistance": 2.905,
          "outcome": "stop",
          "netR": -1.1446,
          "holdMinutes": 53
        },
        {
          "entryTs": 1755678000,
          "entryUtc": "2025-08-20T08:20:00.000Z",
          "exitTs": 1755679920,
          "dir": -1,
          "entryPrice": 3322.099,
          "exitPrice": 3324.493,
          "stopDistance": 2.393,
          "outcome": "stop",
          "netR": -1.1755,
          "holdMinutes": 32
        },
        {
          "entryTs": 1755714900,
          "entryUtc": "2025-08-20T18:35:00.000Z",
          "exitTs": 1755727200,
          "dir": 1,
          "entryPrice": 3345.239,
          "exitPrice": 3349.431,
          "stopDistance": 2.096,
          "outcome": "target",
          "netR": 1.8235,
          "holdMinutes": 205
        },
        {
          "entryTs": 1755745200,
          "entryUtc": "2025-08-21T03:00:00.000Z",
          "exitTs": 1755747000,
          "dir": 1,
          "entryPrice": 3344.515,
          "exitPrice": 3342.441,
          "stopDistance": 2.074,
          "outcome": "stop",
          "netR": -1.2025,
          "holdMinutes": 30
        },
        {
          "entryTs": 1755772500,
          "entryUtc": "2025-08-21T10:35:00.000Z",
          "exitTs": 1755772800,
          "dir": -1,
          "entryPrice": 3336.875,
          "exitPrice": 3332.497,
          "stopDistance": 2.189,
          "outcome": "target",
          "netR": 1.831,
          "holdMinutes": 5
        },
        {
          "entryTs": 1755790800,
          "entryUtc": "2025-08-21T15:40:00.000Z",
          "exitTs": 1755792960,
          "dir": 1,
          "entryPrice": 3344.835,
          "exitPrice": 3340.375,
          "stopDistance": 4.46,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 36
        },
        {
          "entryTs": 1755806700,
          "entryUtc": "2025-08-21T20:05:00.000Z",
          "exitTs": 1755815040,
          "dir": -1,
          "entryPrice": 3338.145,
          "exitPrice": 3339.885,
          "stopDistance": 1.74,
          "outcome": "stop",
          "netR": -1.2414,
          "holdMinutes": 139
        },
        {
          "entryTs": 1755817800,
          "entryUtc": "2025-08-21T23:10:00.000Z",
          "exitTs": 1755821760,
          "dir": -1,
          "entryPrice": 3338.248,
          "exitPrice": 3335.616,
          "stopDistance": 1.316,
          "outcome": "target",
          "netR": 1.7188,
          "holdMinutes": 66
        },
        {
          "entryTs": 1755826200,
          "entryUtc": "2025-08-22T01:30:00.000Z",
          "exitTs": 1755828060,
          "dir": -1,
          "entryPrice": 3337.098,
          "exitPrice": 3333.372,
          "stopDistance": 1.863,
          "outcome": "target",
          "netR": 1.8014,
          "holdMinutes": 31
        },
        {
          "entryTs": 1755849000,
          "entryUtc": "2025-08-22T07:50:00.000Z",
          "exitTs": 1755851160,
          "dir": -1,
          "entryPrice": 3326.598,
          "exitPrice": 3329.343,
          "stopDistance": 2.745,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 36
        },
        {
          "entryTs": 1755861600,
          "entryUtc": "2025-08-22T11:20:00.000Z",
          "exitTs": 1755862560,
          "dir": -1,
          "entryPrice": 3328.429,
          "exitPrice": 3330.375,
          "stopDistance": 1.946,
          "outcome": "stop",
          "netR": -1.2158,
          "holdMinutes": 16
        },
        {
          "entryTs": 1756079700,
          "entryUtc": "2025-08-24T23:55:00.000Z",
          "exitTs": 1756079820,
          "dir": 1,
          "entryPrice": 3370.095,
          "exitPrice": 3368.322,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.237,
          "holdMinutes": 2
        },
        {
          "entryTs": 1756090800,
          "entryUtc": "2025-08-25T03:00:00.000Z",
          "exitTs": 1756103220,
          "dir": 1,
          "entryPrice": 3364.285,
          "exitPrice": 3368.754,
          "stopDistance": 2.235,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 207
        },
        {
          "entryTs": 1756115400,
          "entryUtc": "2025-08-25T09:50:00.000Z",
          "exitTs": 1756117620,
          "dir": 1,
          "entryPrice": 3367.125,
          "exitPrice": 3365.255,
          "stopDistance": 1.87,
          "outcome": "stop",
          "netR": -1.2246,
          "holdMinutes": 37
        },
        {
          "entryTs": 1756129800,
          "entryUtc": "2025-08-25T13:50:00.000Z",
          "exitTs": 1756133520,
          "dir": 1,
          "entryPrice": 3369.455,
          "exitPrice": 3375.162,
          "stopDistance": 2.854,
          "outcome": "target",
          "netR": 1.8703,
          "holdMinutes": 62
        },
        {
          "entryTs": 1756167600,
          "entryUtc": "2025-08-26T00:20:00.000Z",
          "exitTs": 1756168980,
          "dir": 1,
          "entryPrice": 3371.995,
          "exitPrice": 3381.892,
          "stopDistance": 4.948,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 23
        },
        {
          "entryTs": 1756182300,
          "entryUtc": "2025-08-26T04:25:00.000Z",
          "exitTs": 1756186260,
          "dir": 1,
          "entryPrice": 3374.885,
          "exitPrice": 3372.385,
          "stopDistance": 2.5,
          "outcome": "stop",
          "netR": -1.168,
          "holdMinutes": 66
        },
        {
          "entryTs": 1756187100,
          "entryUtc": "2025-08-26T05:45:00.000Z",
          "exitTs": 1756189140,
          "dir": 1,
          "entryPrice": 3377.108,
          "exitPrice": 3374.521,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 34
        },
        {
          "entryTs": 1756191000,
          "entryUtc": "2025-08-26T06:50:00.000Z",
          "exitTs": 1756192020,
          "dir": 1,
          "entryPrice": 3376.285,
          "exitPrice": 3373.687,
          "stopDistance": 2.597,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756194600,
          "entryUtc": "2025-08-26T07:50:00.000Z",
          "exitTs": 1756200600,
          "dir": 1,
          "entryPrice": 3377.585,
          "exitPrice": 3373.922,
          "stopDistance": 3.662,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 100
        },
        {
          "entryTs": 1756206900,
          "entryUtc": "2025-08-26T11:15:00.000Z",
          "exitTs": 1756212960,
          "dir": 1,
          "entryPrice": 3376.255,
          "exitPrice": 3373.044,
          "stopDistance": 3.211,
          "outcome": "stop",
          "netR": -1.1308,
          "holdMinutes": 101
        },
        {
          "entryTs": 1756216800,
          "entryUtc": "2025-08-26T14:00:00.000Z",
          "exitTs": 1756217280,
          "dir": 1,
          "entryPrice": 3375.335,
          "exitPrice": 3371.317,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 8
        },
        {
          "entryTs": 1756219500,
          "entryUtc": "2025-08-26T14:45:00.000Z",
          "exitTs": 1756223100,
          "dir": 1,
          "entryPrice": 3376.385,
          "exitPrice": 3384.925,
          "stopDistance": 4.27,
          "outcome": "target",
          "netR": 1.9133,
          "holdMinutes": 60
        },
        {
          "entryTs": 1756233600,
          "entryUtc": "2025-08-26T18:40:00.000Z",
          "exitTs": 1756235400,
          "dir": 1,
          "entryPrice": 3383.975,
          "exitPrice": 3388.01,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8166,
          "holdMinutes": 30
        },
        {
          "entryTs": 1756275300,
          "entryUtc": "2025-08-27T06:15:00.000Z",
          "exitTs": 1756277700,
          "dir": 1,
          "entryPrice": 3379.245,
          "exitPrice": 3377.042,
          "stopDistance": 2.203,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 40
        },
        {
          "entryTs": 1756281300,
          "entryUtc": "2025-08-27T07:55:00.000Z",
          "exitTs": 1756288500,
          "dir": 1,
          "entryPrice": 3380.415,
          "exitPrice": 3377.752,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 120
        },
        {
          "entryTs": 1756297500,
          "entryUtc": "2025-08-27T12:25:00.000Z",
          "exitTs": 1756302240,
          "dir": 1,
          "entryPrice": 3380.225,
          "exitPrice": 3377.59,
          "stopDistance": 2.635,
          "outcome": "stop",
          "netR": -1.1594,
          "holdMinutes": 79
        },
        {
          "entryTs": 1756304700,
          "entryUtc": "2025-08-27T14:25:00.000Z",
          "exitTs": 1756307460,
          "dir": 1,
          "entryPrice": 3381.675,
          "exitPrice": 3388.719,
          "stopDistance": 3.522,
          "outcome": "target",
          "netR": 1.8949,
          "holdMinutes": 46
        },
        {
          "entryTs": 1756350000,
          "entryUtc": "2025-08-28T03:00:00.000Z",
          "exitTs": 1756359600,
          "dir": 1,
          "entryPrice": 3391.165,
          "exitPrice": 3388.486,
          "stopDistance": 2.679,
          "outcome": "stop",
          "netR": -1.1568,
          "holdMinutes": 160
        },
        {
          "entryTs": 1756361700,
          "entryUtc": "2025-08-28T06:15:00.000Z",
          "exitTs": 1756363320,
          "dir": 1,
          "entryPrice": 3390.525,
          "exitPrice": 3394.29,
          "stopDistance": 1.883,
          "outcome": "target",
          "netR": 1.8035,
          "holdMinutes": 27
        },
        {
          "entryTs": 1756380000,
          "entryUtc": "2025-08-28T11:20:00.000Z",
          "exitTs": 1756380540,
          "dir": 1,
          "entryPrice": 3398.785,
          "exitPrice": 3403.457,
          "stopDistance": 2.336,
          "outcome": "target",
          "netR": 1.8416,
          "holdMinutes": 9
        },
        {
          "entryTs": 1756388100,
          "entryUtc": "2025-08-28T13:35:00.000Z",
          "exitTs": 1756388280,
          "dir": 1,
          "entryPrice": 3406.235,
          "exitPrice": 3401.697,
          "stopDistance": 4.538,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 3
        },
        {
          "entryTs": 1756396800,
          "entryUtc": "2025-08-28T16:00:00.000Z",
          "exitTs": 1756403520,
          "dir": 1,
          "entryPrice": 3410.798,
          "exitPrice": 3417.946,
          "stopDistance": 3.574,
          "outcome": "target",
          "netR": 1.8965,
          "holdMinutes": 112
        },
        {
          "entryTs": 1756435500,
          "entryUtc": "2025-08-29T02:45:00.000Z",
          "exitTs": 1756436160,
          "dir": 1,
          "entryPrice": 3413.435,
          "exitPrice": 3411.188,
          "stopDistance": 2.247,
          "outcome": "stop",
          "netR": -1.1869,
          "holdMinutes": 11
        },
        {
          "entryTs": 1756439100,
          "entryUtc": "2025-08-29T03:45:00.000Z",
          "exitTs": 1756440120,
          "dir": 1,
          "entryPrice": 3412.425,
          "exitPrice": 3410.293,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756446900,
          "entryUtc": "2025-08-29T05:55:00.000Z",
          "exitTs": 1756449780,
          "dir": 1,
          "entryPrice": 3410.205,
          "exitPrice": 3408.442,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2383,
          "holdMinutes": 48
        },
        {
          "entryTs": 1756454100,
          "entryUtc": "2025-08-29T07:55:00.000Z",
          "exitTs": 1756458060,
          "dir": 1,
          "entryPrice": 3411.675,
          "exitPrice": 3409.311,
          "stopDistance": 2.364,
          "outcome": "stop",
          "netR": -1.1776,
          "holdMinutes": 66
        },
        {
          "entryTs": 1756467900,
          "entryUtc": "2025-08-29T11:45:00.000Z",
          "exitTs": 1756470600,
          "dir": 1,
          "entryPrice": 3408.045,
          "exitPrice": 3411.958,
          "stopDistance": 1.956,
          "outcome": "target",
          "netR": 1.8109,
          "holdMinutes": 45
        },
        {
          "entryTs": 1756496100,
          "entryUtc": "2025-08-29T19:35:00.000Z",
          "exitTs": 1756497000,
          "dir": 1,
          "entryPrice": 3445.698,
          "exitPrice": 3451.219,
          "stopDistance": 2.761,
          "outcome": "target",
          "netR": 1.866,
          "holdMinutes": 15
        },
        {
          "entryTs": 1756679700,
          "entryUtc": "2025-08-31T22:35:00.000Z",
          "exitTs": 1756682340,
          "dir": 1,
          "entryPrice": 3450.845,
          "exitPrice": 3447.177,
          "stopDistance": 3.668,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 44
        },
        {
          "entryTs": 1756691400,
          "entryUtc": "2025-09-01T01:50:00.000Z",
          "exitTs": 1756691880,
          "dir": 1,
          "entryPrice": 3448.325,
          "exitPrice": 3455.821,
          "stopDistance": 3.748,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 8
        },
        {
          "entryTs": 1756715400,
          "entryUtc": "2025-09-01T08:30:00.000Z",
          "exitTs": 1756717380,
          "dir": 1,
          "entryPrice": 3478.855,
          "exitPrice": 3474.122,
          "stopDistance": 4.733,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 33
        },
        {
          "entryTs": 1756732200,
          "entryUtc": "2025-09-01T13:10:00.000Z",
          "exitTs": 1756737780,
          "dir": 1,
          "entryPrice": 3477.315,
          "exitPrice": 3473.804,
          "stopDistance": 3.511,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 93
        },
        {
          "entryTs": 1756745400,
          "entryUtc": "2025-09-01T16:50:00.000Z",
          "exitTs": 1756764060,
          "dir": 1,
          "entryPrice": 3476.735,
          "exitPrice": 3474.477,
          "stopDistance": 2.258,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 311
        },
        {
          "entryTs": 1756765200,
          "entryUtc": "2025-09-01T22:20:00.000Z",
          "exitTs": 1756767300,
          "dir": 1,
          "entryPrice": 3477.355,
          "exitPrice": 3475.207,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 35
        },
        {
          "entryTs": 1756769100,
          "entryUtc": "2025-09-01T23:25:00.000Z",
          "exitTs": 1756769280,
          "dir": 1,
          "entryPrice": 3479.498,
          "exitPrice": 3476.867,
          "stopDistance": 2.632,
          "outcome": "stop",
          "netR": -1.1596,
          "holdMinutes": 3
        },
        {
          "entryTs": 1756785000,
          "entryUtc": "2025-09-02T03:50:00.000Z",
          "exitTs": 1756793880,
          "dir": 1,
          "entryPrice": 3493.665,
          "exitPrice": 3489.373,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 148
        },
        {
          "entryTs": 1756808100,
          "entryUtc": "2025-09-02T10:15:00.000Z",
          "exitTs": 1756814220,
          "dir": 1,
          "entryPrice": 3480.785,
          "exitPrice": 3488.785,
          "stopDistance": 4,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 102
        },
        {
          "entryTs": 1756820400,
          "entryUtc": "2025-09-02T13:40:00.000Z",
          "exitTs": 1756822680,
          "dir": 1,
          "entryPrice": 3485.398,
          "exitPrice": 3499.281,
          "stopDistance": 6.942,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 38
        },
        {
          "entryTs": 1756858800,
          "entryUtc": "2025-09-03T00:20:00.000Z",
          "exitTs": 1756859040,
          "dir": 1,
          "entryPrice": 3534.048,
          "exitPrice": 3540.755,
          "stopDistance": 3.353,
          "outcome": "target",
          "netR": 1.8897,
          "holdMinutes": 4
        },
        {
          "entryTs": 1756874400,
          "entryUtc": "2025-09-03T04:40:00.000Z",
          "exitTs": 1756876980,
          "dir": 1,
          "entryPrice": 3536.555,
          "exitPrice": 3532.914,
          "stopDistance": 3.641,
          "outcome": "stop",
          "netR": -1.1153,
          "holdMinutes": 43
        },
        {
          "entryTs": 1756881600,
          "entryUtc": "2025-09-03T06:40:00.000Z",
          "exitTs": 1756883880,
          "dir": 1,
          "entryPrice": 3534.605,
          "exitPrice": 3530.659,
          "stopDistance": 3.946,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 38
        },
        {
          "entryTs": 1756885200,
          "entryUtc": "2025-09-03T07:40:00.000Z",
          "exitTs": 1756897500,
          "dir": 1,
          "entryPrice": 3535.305,
          "exitPrice": 3543.343,
          "stopDistance": 4.019,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 205
        },
        {
          "entryTs": 1756947600,
          "entryUtc": "2025-09-04T01:00:00.000Z",
          "exitTs": 1756947960,
          "dir": 1,
          "entryPrice": 3561.375,
          "exitPrice": 3557.39,
          "stopDistance": 3.985,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 6
        },
        {
          "entryTs": 1756967100,
          "entryUtc": "2025-09-04T06:25:00.000Z",
          "exitTs": 1756972860,
          "dir": 1,
          "entryPrice": 3534.305,
          "exitPrice": 3543.497,
          "stopDistance": 4.596,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 96
        },
        {
          "entryTs": 1756980600,
          "entryUtc": "2025-09-04T10:10:00.000Z",
          "exitTs": 1756981140,
          "dir": 1,
          "entryPrice": 3546.385,
          "exitPrice": 3541.838,
          "stopDistance": 4.547,
          "outcome": "stop",
          "netR": -1.0924,
          "holdMinutes": 9
        },
        {
          "entryTs": 1756986000,
          "entryUtc": "2025-09-04T11:40:00.000Z",
          "exitTs": 1756991280,
          "dir": 1,
          "entryPrice": 3544.915,
          "exitPrice": 3540.626,
          "stopDistance": 4.289,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 88
        },
        {
          "entryTs": 1756998600,
          "entryUtc": "2025-09-04T15:10:00.000Z",
          "exitTs": 1757023800,
          "dir": 1,
          "entryPrice": 3548.335,
          "exitPrice": 3541.634,
          "stopDistance": 6.701,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 420
        },
        {
          "entryTs": 1757029200,
          "entryUtc": "2025-09-04T23:40:00.000Z",
          "exitTs": 1757030460,
          "dir": 1,
          "entryPrice": 3548.525,
          "exitPrice": 3555.078,
          "stopDistance": 3.277,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 21
        },
        {
          "entryTs": 1757042100,
          "entryUtc": "2025-09-05T03:15:00.000Z",
          "exitTs": 1757053260,
          "dir": 1,
          "entryPrice": 3553.725,
          "exitPrice": 3549.747,
          "stopDistance": 3.979,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 186
        },
        {
          "entryTs": 1757065200,
          "entryUtc": "2025-09-05T09:40:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3550.405,
          "exitPrice": 3556.811,
          "stopDistance": 3.203,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 170
        },
        {
          "entryTs": 1757098500,
          "entryUtc": "2025-09-05T18:55:00.000Z",
          "exitTs": 1757102460,
          "dir": 1,
          "entryPrice": 3595.195,
          "exitPrice": 3591.656,
          "stopDistance": 3.539,
          "outcome": "stop",
          "netR": -1.1187,
          "holdMinutes": 66
        },
        {
          "entryTs": 1757284200,
          "entryUtc": "2025-09-07T22:30:00.000Z",
          "exitTs": 1757287560,
          "dir": 1,
          "entryPrice": 3593.185,
          "exitPrice": 3587.703,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 56
        },
        {
          "entryTs": 1757293200,
          "entryUtc": "2025-09-08T01:00:00.000Z",
          "exitTs": 1757293560,
          "dir": 1,
          "entryPrice": 3594.175,
          "exitPrice": 3589.992,
          "stopDistance": 4.183,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 6
        },
        {
          "entryTs": 1757298300,
          "entryUtc": "2025-09-08T02:25:00.000Z",
          "exitTs": 1757302080,
          "dir": 1,
          "entryPrice": 3590.605,
          "exitPrice": 3585.276,
          "stopDistance": 5.329,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 63
        },
        {
          "entryTs": 1757310000,
          "entryUtc": "2025-09-08T05:40:00.000Z",
          "exitTs": 1757311980,
          "dir": 1,
          "entryPrice": 3586.855,
          "exitPrice": 3593.172,
          "stopDistance": 3.158,
          "outcome": "target",
          "netR": 1.8829,
          "holdMinutes": 33
        },
        {
          "entryTs": 1757361300,
          "entryUtc": "2025-09-08T19:55:00.000Z",
          "exitTs": 1757369640,
          "dir": 1,
          "entryPrice": 3636.285,
          "exitPrice": 3633.616,
          "stopDistance": 2.669,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 139
        },
        {
          "entryTs": 1757376000,
          "entryUtc": "2025-09-09T00:00:00.000Z",
          "exitTs": 1757377320,
          "dir": 1,
          "entryPrice": 3634.695,
          "exitPrice": 3640.073,
          "stopDistance": 2.689,
          "outcome": "target",
          "netR": 1.8624,
          "holdMinutes": 22
        },
        {
          "entryTs": 1757391600,
          "entryUtc": "2025-09-09T04:20:00.000Z",
          "exitTs": 1757393100,
          "dir": 1,
          "entryPrice": 3648.405,
          "exitPrice": 3656.268,
          "stopDistance": 3.932,
          "outcome": "target",
          "netR": 1.9059,
          "holdMinutes": 25
        },
        {
          "entryTs": 1757403300,
          "entryUtc": "2025-09-09T07:35:00.000Z",
          "exitTs": 1757403900,
          "dir": 1,
          "entryPrice": 3649.725,
          "exitPrice": 3644.684,
          "stopDistance": 5.041,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 10
        },
        {
          "entryTs": 1757407500,
          "entryUtc": "2025-09-09T08:45:00.000Z",
          "exitTs": 1757421540,
          "dir": 1,
          "entryPrice": 3650.185,
          "exitPrice": 3645.432,
          "stopDistance": 4.753,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 234
        },
        {
          "entryTs": 1757424000,
          "entryUtc": "2025-09-09T13:20:00.000Z",
          "exitTs": 1757424900,
          "dir": 1,
          "entryPrice": 3653.515,
          "exitPrice": 3663.695,
          "stopDistance": 5.09,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 15
        },
        {
          "entryTs": 1757434500,
          "entryUtc": "2025-09-09T16:15:00.000Z",
          "exitTs": 1757439780,
          "dir": 1,
          "entryPrice": 3648.795,
          "exitPrice": 3641.57,
          "stopDistance": 7.224,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 88
        },
        {
          "entryTs": 1757458800,
          "entryUtc": "2025-09-09T23:00:00.000Z",
          "exitTs": 1757462760,
          "dir": 1,
          "entryPrice": 3635.198,
          "exitPrice": 3631.014,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 66
        },
        {
          "entryTs": 1757469600,
          "entryUtc": "2025-09-10T02:00:00.000Z",
          "exitTs": 1757477460,
          "dir": 1,
          "entryPrice": 3630.569,
          "exitPrice": 3641.145,
          "stopDistance": 5.288,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 131
        },
        {
          "entryTs": 1757493600,
          "entryUtc": "2025-09-10T08:40:00.000Z",
          "exitTs": 1757497500,
          "dir": 1,
          "entryPrice": 3644.625,
          "exitPrice": 3651.868,
          "stopDistance": 3.621,
          "outcome": "target",
          "netR": 1.8978,
          "holdMinutes": 65
        },
        {
          "entryTs": 1757512200,
          "entryUtc": "2025-09-10T13:50:00.000Z",
          "exitTs": 1757515860,
          "dir": 1,
          "entryPrice": 3649.815,
          "exitPrice": 3644.14,
          "stopDistance": 5.675,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 61
        },
        {
          "entryTs": 1757526000,
          "entryUtc": "2025-09-10T17:40:00.000Z",
          "exitTs": 1757531700,
          "dir": 1,
          "entryPrice": 3646.448,
          "exitPrice": 3643.219,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 95
        },
        {
          "entryTs": 1757546400,
          "entryUtc": "2025-09-10T23:20:00.000Z",
          "exitTs": 1757549700,
          "dir": 1,
          "entryPrice": 3641.725,
          "exitPrice": 3646.745,
          "stopDistance": 2.51,
          "outcome": "target",
          "netR": 1.8526,
          "holdMinutes": 55
        },
        {
          "entryTs": 1757572200,
          "entryUtc": "2025-09-11T06:30:00.000Z",
          "exitTs": 1757574240,
          "dir": 1,
          "entryPrice": 3633.198,
          "exitPrice": 3629.031,
          "stopDistance": 4.167,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 34
        },
        {
          "entryTs": 1757593800,
          "entryUtc": "2025-09-11T12:30:00.000Z",
          "exitTs": 1757593800,
          "dir": 1,
          "entryPrice": 3622.535,
          "exitPrice": 3618.645,
          "stopDistance": 3.89,
          "outcome": "ambiguous",
          "netR": -1.108,
          "holdMinutes": 0
        },
        {
          "entryTs": 1757598300,
          "entryUtc": "2025-09-11T13:45:00.000Z",
          "exitTs": 1757628300,
          "dir": 1,
          "entryPrice": 3628.495,
          "exitPrice": 3635.655,
          "stopDistance": 9.429,
          "outcome": "time",
          "netR": 0.7201,
          "holdMinutes": 500
        },
        {
          "entryTs": 1757628900,
          "entryUtc": "2025-09-11T22:15:00.000Z",
          "exitTs": 1757630760,
          "dir": 1,
          "entryPrice": 3636.525,
          "exitPrice": 3634.377,
          "stopDistance": 2.148,
          "outcome": "stop",
          "netR": -1.1955,
          "holdMinutes": 31
        },
        {
          "entryTs": 1757638500,
          "entryUtc": "2025-09-12T00:55:00.000Z",
          "exitTs": 1757639460,
          "dir": 1,
          "entryPrice": 3636.885,
          "exitPrice": 3642.325,
          "stopDistance": 2.72,
          "outcome": "target",
          "netR": 1.864,
          "holdMinutes": 16
        },
        {
          "entryTs": 1757671500,
          "entryUtc": "2025-09-12T10:05:00.000Z",
          "exitTs": 1757679660,
          "dir": 1,
          "entryPrice": 3647.215,
          "exitPrice": 3643.373,
          "stopDistance": 3.843,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 136
        },
        {
          "entryTs": 1757682900,
          "entryUtc": "2025-09-12T13:15:00.000Z",
          "exitTs": 1757689500,
          "dir": 1,
          "entryPrice": 3649.125,
          "exitPrice": 3644.947,
          "stopDistance": 4.178,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 110
        },
        {
          "entryTs": 1757695800,
          "entryUtc": "2025-09-12T16:50:00.000Z",
          "exitTs": 1757705700,
          "dir": 1,
          "entryPrice": 3648.125,
          "exitPrice": 3645.36,
          "stopDistance": 2.765,
          "outcome": "stop",
          "netR": -1.1519,
          "holdMinutes": 165
        },
        {
          "entryTs": 1757902200,
          "entryUtc": "2025-09-15T02:10:00.000Z",
          "exitTs": 1757919660,
          "dir": 1,
          "entryPrice": 3639.425,
          "exitPrice": 3635.331,
          "stopDistance": 4.094,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 291
        },
        {
          "entryTs": 1757922900,
          "entryUtc": "2025-09-15T07:55:00.000Z",
          "exitTs": 1757928300,
          "dir": 1,
          "entryPrice": 3643.195,
          "exitPrice": 3639.845,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 90
        },
        {
          "entryTs": 1757931300,
          "entryUtc": "2025-09-15T10:15:00.000Z",
          "exitTs": 1757933220,
          "dir": 1,
          "entryPrice": 3644.255,
          "exitPrice": 3640.879,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 32
        },
        {
          "entryTs": 1757935200,
          "entryUtc": "2025-09-15T11:20:00.000Z",
          "exitTs": 1757937780,
          "dir": 1,
          "entryPrice": 3644.665,
          "exitPrice": 3641.521,
          "stopDistance": 3.144,
          "outcome": "stop",
          "netR": -1.1336,
          "holdMinutes": 43
        },
        {
          "entryTs": 1757940600,
          "entryUtc": "2025-09-15T12:50:00.000Z",
          "exitTs": 1757943360,
          "dir": 1,
          "entryPrice": 3648.645,
          "exitPrice": 3656.761,
          "stopDistance": 4.058,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 46
        },
        {
          "entryTs": 1757964000,
          "entryUtc": "2025-09-15T19:20:00.000Z",
          "exitTs": 1757974140,
          "dir": 1,
          "entryPrice": 3679.985,
          "exitPrice": 3677.099,
          "stopDistance": 2.886,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 169
        },
        {
          "entryTs": 1757982000,
          "entryUtc": "2025-09-16T00:20:00.000Z",
          "exitTs": 1757984220,
          "dir": 1,
          "entryPrice": 3681.235,
          "exitPrice": 3685.806,
          "stopDistance": 2.286,
          "outcome": "target",
          "netR": 1.8381,
          "holdMinutes": 37
        },
        {
          "entryTs": 1757988900,
          "entryUtc": "2025-09-16T02:15:00.000Z",
          "exitTs": 1757990160,
          "dir": 1,
          "entryPrice": 3681.635,
          "exitPrice": 3677.904,
          "stopDistance": 3.731,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 21
        },
        {
          "entryTs": 1757993100,
          "entryUtc": "2025-09-16T03:25:00.000Z",
          "exitTs": 1758004620,
          "dir": 1,
          "entryPrice": 3680.855,
          "exitPrice": 3687.685,
          "stopDistance": 3.415,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 192
        },
        {
          "entryTs": 1758023400,
          "entryUtc": "2025-09-16T11:50:00.000Z",
          "exitTs": 1758024300,
          "dir": 1,
          "entryPrice": 3697.615,
          "exitPrice": 3694.67,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 15
        },
        {
          "entryTs": 1758030000,
          "entryUtc": "2025-09-16T13:40:00.000Z",
          "exitTs": 1758030240,
          "dir": 1,
          "entryPrice": 3698.055,
          "exitPrice": 3693.488,
          "stopDistance": 4.567,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 4
        },
        {
          "entryTs": 1758040200,
          "entryUtc": "2025-09-16T16:30:00.000Z",
          "exitTs": 1758070200,
          "dir": 1,
          "entryPrice": 3688.865,
          "exitPrice": 3691.285,
          "stopDistance": 4.567,
          "outcome": "time",
          "netR": 0.4488,
          "holdMinutes": 500
        },
        {
          "entryTs": 1758082800,
          "entryUtc": "2025-09-17T04:20:00.000Z",
          "exitTs": 1758086640,
          "dir": 1,
          "entryPrice": 3681.825,
          "exitPrice": 3679.426,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 64
        },
        {
          "entryTs": 1758102300,
          "entryUtc": "2025-09-17T09:45:00.000Z",
          "exitTs": 1758103620,
          "dir": 1,
          "entryPrice": 3667.865,
          "exitPrice": 3664.387,
          "stopDistance": 3.478,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 22
        },
        {
          "entryTs": 1758108900,
          "entryUtc": "2025-09-17T11:35:00.000Z",
          "exitTs": 1758113160,
          "dir": 1,
          "entryPrice": 3667.555,
          "exitPrice": 3675.155,
          "stopDistance": 3.8,
          "outcome": "target",
          "netR": 1.9026,
          "holdMinutes": 71
        },
        {
          "entryTs": 1758131700,
          "entryUtc": "2025-09-17T17:55:00.000Z",
          "exitTs": 1758132000,
          "dir": 1,
          "entryPrice": 3686.965,
          "exitPrice": 3684.267,
          "stopDistance": 2.698,
          "outcome": "ambiguous",
          "netR": -1.1557,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758148200,
          "entryUtc": "2025-09-17T22:30:00.000Z",
          "exitTs": 1758157560,
          "dir": 1,
          "entryPrice": 3663.608,
          "exitPrice": 3657.211,
          "stopDistance": 6.396,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 156
        },
        {
          "entryTs": 1758162300,
          "entryUtc": "2025-09-18T02:25:00.000Z",
          "exitTs": 1758168180,
          "dir": 1,
          "entryPrice": 3662.155,
          "exitPrice": 3656.838,
          "stopDistance": 5.317,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 98
        },
        {
          "entryTs": 1758180900,
          "entryUtc": "2025-09-18T07:35:00.000Z",
          "exitTs": 1758185040,
          "dir": 1,
          "entryPrice": 3651.165,
          "exitPrice": 3662.019,
          "stopDistance": 5.427,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 69
        },
        {
          "entryTs": 1758195600,
          "entryUtc": "2025-09-18T11:40:00.000Z",
          "exitTs": 1758200340,
          "dir": 1,
          "entryPrice": 3667.545,
          "exitPrice": 3663.614,
          "stopDistance": 3.931,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 79
        },
        {
          "entryTs": 1758212400,
          "entryUtc": "2025-09-18T16:20:00.000Z",
          "exitTs": 1758236100,
          "dir": 1,
          "entryPrice": 3644.885,
          "exitPrice": 3640.039,
          "stopDistance": 4.846,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 395
        },
        {
          "entryTs": 1758243900,
          "entryUtc": "2025-09-19T01:05:00.000Z",
          "exitTs": 1758244080,
          "dir": 1,
          "entryPrice": 3643.845,
          "exitPrice": 3649.642,
          "stopDistance": 2.898,
          "outcome": "target",
          "netR": 1.8723,
          "holdMinutes": 3
        },
        {
          "entryTs": 1758248100,
          "entryUtc": "2025-09-19T02:15:00.000Z",
          "exitTs": 1758254640,
          "dir": 1,
          "entryPrice": 3646.565,
          "exitPrice": 3656.17,
          "stopDistance": 4.802,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 109
        },
        {
          "entryTs": 1758267300,
          "entryUtc": "2025-09-19T07:35:00.000Z",
          "exitTs": 1758282060,
          "dir": 1,
          "entryPrice": 3652.655,
          "exitPrice": 3648.513,
          "stopDistance": 4.142,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 246
        },
        {
          "entryTs": 1758288300,
          "entryUtc": "2025-09-19T13:25:00.000Z",
          "exitTs": 1758290220,
          "dir": 1,
          "entryPrice": 3653.765,
          "exitPrice": 3662.769,
          "stopDistance": 4.502,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 32
        },
        {
          "entryTs": 1758500100,
          "entryUtc": "2025-09-22T00:15:00.000Z",
          "exitTs": 1758503100,
          "dir": 1,
          "entryPrice": 3690.325,
          "exitPrice": 3687.287,
          "stopDistance": 3.038,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 50
        },
        {
          "entryTs": 1758508200,
          "entryUtc": "2025-09-22T02:30:00.000Z",
          "exitTs": 1758508500,
          "dir": 1,
          "entryPrice": 3691.255,
          "exitPrice": 3687.17,
          "stopDistance": 4.084,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758511500,
          "entryUtc": "2025-09-22T03:25:00.000Z",
          "exitTs": 1758519660,
          "dir": 1,
          "entryPrice": 3691.275,
          "exitPrice": 3698.773,
          "stopDistance": 3.749,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 136
        },
        {
          "entryTs": 1758547200,
          "entryUtc": "2025-09-22T13:20:00.000Z",
          "exitTs": 1758547980,
          "dir": 1,
          "entryPrice": 3723.475,
          "exitPrice": 3718.583,
          "stopDistance": 4.892,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 13
        },
        {
          "entryTs": 1758552900,
          "entryUtc": "2025-09-22T14:55:00.000Z",
          "exitTs": 1758557040,
          "dir": 1,
          "entryPrice": 3725.148,
          "exitPrice": 3737.083,
          "stopDistance": 5.968,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 69
        },
        {
          "entryTs": 1758584100,
          "entryUtc": "2025-09-22T23:35:00.000Z",
          "exitTs": 1758589620,
          "dir": 1,
          "entryPrice": 3746.835,
          "exitPrice": 3753.565,
          "stopDistance": 3.365,
          "outcome": "target",
          "netR": 1.8901,
          "holdMinutes": 92
        },
        {
          "entryTs": 1758600000,
          "entryUtc": "2025-09-23T04:00:00.000Z",
          "exitTs": 1758605700,
          "dir": 1,
          "entryPrice": 3746.395,
          "exitPrice": 3754.583,
          "stopDistance": 4.094,
          "outcome": "target",
          "netR": 1.9096,
          "holdMinutes": 95
        },
        {
          "entryTs": 1758631500,
          "entryUtc": "2025-09-23T12:45:00.000Z",
          "exitTs": 1758635340,
          "dir": 1,
          "entryPrice": 3784.145,
          "exitPrice": 3779.29,
          "stopDistance": 4.855,
          "outcome": "stop",
          "netR": -1.0865,
          "holdMinutes": 64
        },
        {
          "entryTs": 1758641400,
          "entryUtc": "2025-09-23T15:30:00.000Z",
          "exitTs": 1758643920,
          "dir": 1,
          "entryPrice": 3780.165,
          "exitPrice": 3774.833,
          "stopDistance": 5.332,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 42
        },
        {
          "entryTs": 1758646800,
          "entryUtc": "2025-09-23T17:00:00.000Z",
          "exitTs": 1758653460,
          "dir": 1,
          "entryPrice": 3779.165,
          "exitPrice": 3772.953,
          "stopDistance": 6.212,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 111
        },
        {
          "entryTs": 1758668100,
          "entryUtc": "2025-09-23T22:55:00.000Z",
          "exitTs": 1758670740,
          "dir": 1,
          "entryPrice": 3765.435,
          "exitPrice": 3762.342,
          "stopDistance": 3.093,
          "outcome": "stop",
          "netR": -1.1358,
          "holdMinutes": 44
        },
        {
          "entryTs": 1758676200,
          "entryUtc": "2025-09-24T01:10:00.000Z",
          "exitTs": 1758676440,
          "dir": 1,
          "entryPrice": 3767.275,
          "exitPrice": 3763.302,
          "stopDistance": 3.973,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 4
        },
        {
          "entryTs": 1758684300,
          "entryUtc": "2025-09-24T03:25:00.000Z",
          "exitTs": 1758690120,
          "dir": 1,
          "entryPrice": 3760.375,
          "exitPrice": 3769.596,
          "stopDistance": 4.611,
          "outcome": "target",
          "netR": 1.9198,
          "holdMinutes": 97
        },
        {
          "entryTs": 1758714000,
          "entryUtc": "2025-09-24T11:40:00.000Z",
          "exitTs": 1758717420,
          "dir": 1,
          "entryPrice": 3767.715,
          "exitPrice": 3764.2,
          "stopDistance": 3.515,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 57
        },
        {
          "entryTs": 1758718200,
          "entryUtc": "2025-09-24T12:50:00.000Z",
          "exitTs": 1758720660,
          "dir": 1,
          "entryPrice": 3768.085,
          "exitPrice": 3763.993,
          "stopDistance": 4.092,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 41
        },
        {
          "entryTs": 1758744300,
          "entryUtc": "2025-09-24T20:05:00.000Z",
          "exitTs": 1758751260,
          "dir": 1,
          "entryPrice": 3730.965,
          "exitPrice": 3739.46,
          "stopDistance": 4.247,
          "outcome": "target",
          "netR": 1.9129,
          "holdMinutes": 116
        },
        {
          "entryTs": 1758775500,
          "entryUtc": "2025-09-25T04:45:00.000Z",
          "exitTs": 1758776820,
          "dir": 1,
          "entryPrice": 3739.515,
          "exitPrice": 3735.622,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 22
        },
        {
          "entryTs": 1758778500,
          "entryUtc": "2025-09-25T05:35:00.000Z",
          "exitTs": 1758780660,
          "dir": 1,
          "entryPrice": 3737.255,
          "exitPrice": 3744.11,
          "stopDistance": 3.428,
          "outcome": "target",
          "netR": 1.8921,
          "holdMinutes": 36
        },
        {
          "entryTs": 1758803100,
          "entryUtc": "2025-09-25T12:25:00.000Z",
          "exitTs": 1758803400,
          "dir": 1,
          "entryPrice": 3754.305,
          "exitPrice": 3749.618,
          "stopDistance": 4.687,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758815100,
          "entryUtc": "2025-09-25T15:45:00.000Z",
          "exitTs": 1758824940,
          "dir": 1,
          "entryPrice": 3735.555,
          "exitPrice": 3750.172,
          "stopDistance": 7.308,
          "outcome": "target",
          "netR": 1.9494,
          "holdMinutes": 164
        },
        {
          "entryTs": 1758840600,
          "entryUtc": "2025-09-25T22:50:00.000Z",
          "exitTs": 1758841860,
          "dir": 1,
          "entryPrice": 3749.815,
          "exitPrice": 3746.608,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 21
        },
        {
          "entryTs": 1758848400,
          "entryUtc": "2025-09-26T01:00:00.000Z",
          "exitTs": 1758849120,
          "dir": 1,
          "entryPrice": 3749.445,
          "exitPrice": 3745.378,
          "stopDistance": 4.067,
          "outcome": "stop",
          "netR": -1.1033,
          "holdMinutes": 12
        },
        {
          "entryTs": 1758858000,
          "entryUtc": "2025-09-26T03:40:00.000Z",
          "exitTs": 1758867480,
          "dir": 1,
          "entryPrice": 3744.135,
          "exitPrice": 3752.202,
          "stopDistance": 4.034,
          "outcome": "target",
          "netR": 1.9083,
          "holdMinutes": 158
        },
        {
          "entryTs": 1758873000,
          "entryUtc": "2025-09-26T07:50:00.000Z",
          "exitTs": 1758883680,
          "dir": 1,
          "entryPrice": 3747.325,
          "exitPrice": 3743.007,
          "stopDistance": 4.317,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 178
        },
        {
          "entryTs": 1758886500,
          "entryUtc": "2025-09-26T11:35:00.000Z",
          "exitTs": 1758889800,
          "dir": 1,
          "entryPrice": 3750.875,
          "exitPrice": 3747.846,
          "stopDistance": 3.029,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 55
        },
        {
          "entryTs": 1758906600,
          "entryUtc": "2025-09-26T17:10:00.000Z",
          "exitTs": 1758915000,
          "dir": 1,
          "entryPrice": 3776.748,
          "exitPrice": 3771.742,
          "stopDistance": 5.006,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 140
        },
        {
          "entryTs": 1759099200,
          "entryUtc": "2025-09-28T22:40:00.000Z",
          "exitTs": 1759104060,
          "dir": 1,
          "entryPrice": 3769.795,
          "exitPrice": 3765.042,
          "stopDistance": 4.753,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 81
        },
        {
          "entryTs": 1759111200,
          "entryUtc": "2025-09-29T02:00:00.000Z",
          "exitTs": 1759112460,
          "dir": 1,
          "entryPrice": 3778.435,
          "exitPrice": 3793.203,
          "stopDistance": 7.384,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 21
        },
        {
          "entryTs": 1759134000,
          "entryUtc": "2025-09-29T08:20:00.000Z",
          "exitTs": 1759139220,
          "dir": 1,
          "entryPrice": 3813.335,
          "exitPrice": 3807.553,
          "stopDistance": 5.782,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 87
        },
        {
          "entryTs": 1759142100,
          "entryUtc": "2025-09-29T10:35:00.000Z",
          "exitTs": 1759145460,
          "dir": 1,
          "entryPrice": 3815.585,
          "exitPrice": 3824.696,
          "stopDistance": 4.555,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 56
        },
        {
          "entryTs": 1759152900,
          "entryUtc": "2025-09-29T13:35:00.000Z",
          "exitTs": 1759155600,
          "dir": 1,
          "entryPrice": 3823.915,
          "exitPrice": 3817.537,
          "stopDistance": 6.378,
          "outcome": "stop",
          "netR": -1.0659,
          "holdMinutes": 45
        },
        {
          "entryTs": 1759170600,
          "entryUtc": "2025-09-29T18:30:00.000Z",
          "exitTs": 1759170780,
          "dir": 1,
          "entryPrice": 3829.615,
          "exitPrice": 3825.546,
          "stopDistance": 4.069,
          "outcome": "stop",
          "netR": -1.1032,
          "holdMinutes": 3
        },
        {
          "entryTs": 1759175100,
          "entryUtc": "2025-09-29T19:45:00.000Z",
          "exitTs": 1759184520,
          "dir": 1,
          "entryPrice": 3829.305,
          "exitPrice": 3825.491,
          "stopDistance": 3.814,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 157
        },
        {
          "entryTs": 1759186800,
          "entryUtc": "2025-09-29T23:00:00.000Z",
          "exitTs": 1759190700,
          "dir": 1,
          "entryPrice": 3830.159,
          "exitPrice": 3836.077,
          "stopDistance": 2.959,
          "outcome": "target",
          "netR": 1.875,
          "holdMinutes": 65
        },
        {
          "entryTs": 1759230300,
          "entryUtc": "2025-09-30T11:05:00.000Z",
          "exitTs": 1759230960,
          "dir": 1,
          "entryPrice": 3811.635,
          "exitPrice": 3804.615,
          "stopDistance": 7.02,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 11
        },
        {
          "entryTs": 1759232100,
          "entryUtc": "2025-09-30T11:35:00.000Z",
          "exitTs": 1759236180,
          "dir": 1,
          "entryPrice": 3815.865,
          "exitPrice": 3808.977,
          "stopDistance": 6.888,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 68
        },
        {
          "entryTs": 1759257600,
          "entryUtc": "2025-09-30T18:40:00.000Z",
          "exitTs": 1759260180,
          "dir": 1,
          "entryPrice": 3845.555,
          "exitPrice": 3854.118,
          "stopDistance": 4.281,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 43
        },
        {
          "entryTs": 1759281600,
          "entryUtc": "2025-10-01T01:20:00.000Z",
          "exitTs": 1759284240,
          "dir": 1,
          "entryPrice": 3863.555,
          "exitPrice": 3870.158,
          "stopDistance": 3.302,
          "outcome": "target",
          "netR": 1.8879,
          "holdMinutes": 44
        },
        {
          "entryTs": 1759295100,
          "entryUtc": "2025-10-01T05:05:00.000Z",
          "exitTs": 1759295280,
          "dir": 1,
          "entryPrice": 3869.148,
          "exitPrice": 3864.841,
          "stopDistance": 4.307,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 3
        },
        {
          "entryTs": 1759302900,
          "entryUtc": "2025-10-01T07:15:00.000Z",
          "exitTs": 1759305060,
          "dir": 1,
          "entryPrice": 3866.625,
          "exitPrice": 3876.475,
          "stopDistance": 4.925,
          "outcome": "target",
          "netR": 1.9249,
          "holdMinutes": 36
        },
        {
          "entryTs": 1759329600,
          "entryUtc": "2025-10-01T14:40:00.000Z",
          "exitTs": 1759329960,
          "dir": 1,
          "entryPrice": 3877.375,
          "exitPrice": 3870.569,
          "stopDistance": 6.806,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 6
        },
        {
          "entryTs": 1759336500,
          "entryUtc": "2025-10-01T16:35:00.000Z",
          "exitTs": 1759340700,
          "dir": 1,
          "entryPrice": 3870.065,
          "exitPrice": 3863.577,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 70
        },
        {
          "entryTs": 1759347000,
          "entryUtc": "2025-10-01T19:30:00.000Z",
          "exitTs": 1759357200,
          "dir": 1,
          "entryPrice": 3864.565,
          "exitPrice": 3860.127,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 170
        },
        {
          "entryTs": 1759361100,
          "entryUtc": "2025-10-01T23:25:00.000Z",
          "exitTs": 1759361700,
          "dir": 1,
          "entryPrice": 3865.135,
          "exitPrice": 3861.744,
          "stopDistance": 3.391,
          "outcome": "stop",
          "netR": -1.1239,
          "holdMinutes": 10
        },
        {
          "entryTs": 1759368600,
          "entryUtc": "2025-10-02T01:30:00.000Z",
          "exitTs": 1759385700,
          "dir": 1,
          "entryPrice": 3863.675,
          "exitPrice": 3872.379,
          "stopDistance": 4.352,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 285
        },
        {
          "entryTs": 1759389000,
          "entryUtc": "2025-10-02T07:10:00.000Z",
          "exitTs": 1759389960,
          "dir": 1,
          "entryPrice": 3871.375,
          "exitPrice": 3867.196,
          "stopDistance": 4.179,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 16
        },
        {
          "entryTs": 1759394100,
          "entryUtc": "2025-10-02T08:35:00.000Z",
          "exitTs": 1759400460,
          "dir": 1,
          "entryPrice": 3871.025,
          "exitPrice": 3880.29,
          "stopDistance": 4.633,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 106
        },
        {
          "entryTs": 1759424400,
          "entryUtc": "2025-10-02T17:00:00.000Z",
          "exitTs": 1759448280,
          "dir": 1,
          "entryPrice": 3844.535,
          "exitPrice": 3861.788,
          "stopDistance": 8.626,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 398
        },
        {
          "entryTs": 1759457100,
          "entryUtc": "2025-10-03T02:05:00.000Z",
          "exitTs": 1759458660,
          "dir": 1,
          "entryPrice": 3857.768,
          "exitPrice": 3853.358,
          "stopDistance": 4.41,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 26
        },
        {
          "entryTs": 1759468500,
          "entryUtc": "2025-10-03T05:15:00.000Z",
          "exitTs": 1759472040,
          "dir": 1,
          "entryPrice": 3850.515,
          "exitPrice": 3859.132,
          "stopDistance": 4.309,
          "outcome": "target",
          "netR": 1.9141,
          "holdMinutes": 59
        },
        {
          "entryTs": 1759485600,
          "entryUtc": "2025-10-03T10:00:00.000Z",
          "exitTs": 1759490160,
          "dir": 1,
          "entryPrice": 3864.135,
          "exitPrice": 3860.764,
          "stopDistance": 3.371,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 76
        },
        {
          "entryTs": 1759493700,
          "entryUtc": "2025-10-03T12:15:00.000Z",
          "exitTs": 1759496220,
          "dir": 1,
          "entryPrice": 3864.125,
          "exitPrice": 3873.019,
          "stopDistance": 4.447,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 42
        },
        {
          "entryTs": 1759511400,
          "entryUtc": "2025-10-03T17:10:00.000Z",
          "exitTs": 1759514040,
          "dir": 1,
          "entryPrice": 3883.095,
          "exitPrice": 3877.967,
          "stopDistance": 5.128,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 44
        },
        {
          "entryTs": 1759516200,
          "entryUtc": "2025-10-03T18:30:00.000Z",
          "exitTs": 1759701600,
          "dir": 1,
          "entryPrice": 3884.185,
          "exitPrice": 3886.398,
          "stopDistance": 4.464,
          "outcome": "time",
          "netR": 0.4128,
          "holdMinutes": 3090
        },
        {
          "entryTs": 1759713300,
          "entryUtc": "2025-10-06T01:15:00.000Z",
          "exitTs": 1759716000,
          "dir": 1,
          "entryPrice": 3905.895,
          "exitPrice": 3918.288,
          "stopDistance": 6.197,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 45
        },
        {
          "entryTs": 1759734000,
          "entryUtc": "2025-10-06T07:00:00.000Z",
          "exitTs": 1759737900,
          "dir": 1,
          "entryPrice": 3934.155,
          "exitPrice": 3946.462,
          "stopDistance": 6.154,
          "outcome": "target",
          "netR": 1.9399,
          "holdMinutes": 65
        },
        {
          "entryTs": 1759747200,
          "entryUtc": "2025-10-06T10:40:00.000Z",
          "exitTs": 1759748940,
          "dir": 1,
          "entryPrice": 3943.275,
          "exitPrice": 3937.933,
          "stopDistance": 5.342,
          "outcome": "stop",
          "netR": -1.0786,
          "holdMinutes": 29
        },
        {
          "entryTs": 1759758300,
          "entryUtc": "2025-10-06T13:45:00.000Z",
          "exitTs": 1759766100,
          "dir": 1,
          "entryPrice": 3944.585,
          "exitPrice": 3959.931,
          "stopDistance": 7.673,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 130
        },
        {
          "entryTs": 1759772700,
          "entryUtc": "2025-10-06T17:45:00.000Z",
          "exitTs": 1759788660,
          "dir": 1,
          "entryPrice": 3955.035,
          "exitPrice": 3966.737,
          "stopDistance": 5.851,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 266
        },
        {
          "entryTs": 1759804500,
          "entryUtc": "2025-10-07T02:35:00.000Z",
          "exitTs": 1759807560,
          "dir": 1,
          "entryPrice": 3965.415,
          "exitPrice": 3960.85,
          "stopDistance": 4.565,
          "outcome": "stop",
          "netR": -1.092,
          "holdMinutes": 51
        },
        {
          "entryTs": 1759828200,
          "entryUtc": "2025-10-07T09:10:00.000Z",
          "exitTs": 1759837440,
          "dir": 1,
          "entryPrice": 3954.575,
          "exitPrice": 3964.592,
          "stopDistance": 5.008,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 154
        },
        {
          "entryTs": 1759856700,
          "entryUtc": "2025-10-07T17:05:00.000Z",
          "exitTs": 1759881840,
          "dir": 1,
          "entryPrice": 3979.445,
          "exitPrice": 3996.253,
          "stopDistance": 8.404,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 419
        },
        {
          "entryTs": 1759887900,
          "entryUtc": "2025-10-08T01:45:00.000Z",
          "exitTs": 1759889640,
          "dir": 1,
          "entryPrice": 3993.735,
          "exitPrice": 4004.272,
          "stopDistance": 5.269,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 29
        },
        {
          "entryTs": 1759916400,
          "entryUtc": "2025-10-08T09:40:00.000Z",
          "exitTs": 1759917480,
          "dir": 1,
          "entryPrice": 4038.275,
          "exitPrice": 4047.92,
          "stopDistance": 4.822,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 18
        },
        {
          "entryTs": 1759925100,
          "entryUtc": "2025-10-08T12:05:00.000Z",
          "exitTs": 1759926300,
          "dir": 1,
          "entryPrice": 4042.148,
          "exitPrice": 4037.26,
          "stopDistance": 4.888,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 20
        },
        {
          "entryTs": 1759928700,
          "entryUtc": "2025-10-08T13:05:00.000Z",
          "exitTs": 1759930200,
          "dir": 1,
          "entryPrice": 4043.115,
          "exitPrice": 4037.021,
          "stopDistance": 6.094,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 25
        },
        {
          "entryTs": 1759932900,
          "entryUtc": "2025-10-08T14:15:00.000Z",
          "exitTs": 1759941240,
          "dir": 1,
          "entryPrice": 4042.295,
          "exitPrice": 4058.193,
          "stopDistance": 7.949,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 139
        },
        {
          "entryTs": 1759950300,
          "entryUtc": "2025-10-08T19:05:00.000Z",
          "exitTs": 1759950360,
          "dir": 1,
          "entryPrice": 4054.048,
          "exitPrice": 4048.464,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 1
        },
        {
          "entryTs": 1759969800,
          "entryUtc": "2025-10-09T00:30:00.000Z",
          "exitTs": 1759971660,
          "dir": 1,
          "entryPrice": 4027.055,
          "exitPrice": 4019.049,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 31
        },
        {
          "entryTs": 1759973100,
          "entryUtc": "2025-10-09T01:25:00.000Z",
          "exitTs": 1759975320,
          "dir": 1,
          "entryPrice": 4025.625,
          "exitPrice": 4016.454,
          "stopDistance": 9.171,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 37
        },
        {
          "entryTs": 1759979400,
          "entryUtc": "2025-10-09T03:10:00.000Z",
          "exitTs": 1759984860,
          "dir": 1,
          "entryPrice": 4023.055,
          "exitPrice": 4040.143,
          "stopDistance": 8.544,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 91
        },
        {
          "entryTs": 1759997700,
          "entryUtc": "2025-10-09T08:15:00.000Z",
          "exitTs": 1760007600,
          "dir": 1,
          "entryPrice": 4034.335,
          "exitPrice": 4045.002,
          "stopDistance": 5.333,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 165
        },
        {
          "entryTs": 1760010000,
          "entryUtc": "2025-10-09T11:40:00.000Z",
          "exitTs": 1760014500,
          "dir": 1,
          "entryPrice": 4041.135,
          "exitPrice": 4049.926,
          "stopDistance": 4.396,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 75
        },
        {
          "entryTs": 1760037900,
          "entryUtc": "2025-10-09T19:25:00.000Z",
          "exitTs": 1760047920,
          "dir": 1,
          "entryPrice": 3973.805,
          "exitPrice": 3964.642,
          "stopDistance": 9.163,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 167
        },
        {
          "entryTs": 1760050200,
          "entryUtc": "2025-10-09T22:50:00.000Z",
          "exitTs": 1760055120,
          "dir": 1,
          "entryPrice": 3976.795,
          "exitPrice": 3991.465,
          "stopDistance": 7.335,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 82
        },
        {
          "entryTs": 1760063700,
          "entryUtc": "2025-10-10T02:35:00.000Z",
          "exitTs": 1760064900,
          "dir": 1,
          "entryPrice": 3985.755,
          "exitPrice": 3979.115,
          "stopDistance": 6.64,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 20
        },
        {
          "entryTs": 1760073300,
          "entryUtc": "2025-10-10T05:15:00.000Z",
          "exitTs": 1760074560,
          "dir": 1,
          "entryPrice": 3972.055,
          "exitPrice": 3965.705,
          "stopDistance": 6.35,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 21
        },
        {
          "entryTs": 1760083200,
          "entryUtc": "2025-10-10T08:00:00.000Z",
          "exitTs": 1760083920,
          "dir": 1,
          "entryPrice": 3971.725,
          "exitPrice": 3986.73,
          "stopDistance": 7.502,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 12
        },
        {
          "entryTs": 1760103300,
          "entryUtc": "2025-10-10T13:35:00.000Z",
          "exitTs": 1760104080,
          "dir": 1,
          "entryPrice": 3994.755,
          "exitPrice": 3986.528,
          "stopDistance": 8.227,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 13
        },
        {
          "entryTs": 1760108400,
          "entryUtc": "2025-10-10T15:00:00.000Z",
          "exitTs": 1760108820,
          "dir": 1,
          "entryPrice": 3989.695,
          "exitPrice": 4009.436,
          "stopDistance": 9.87,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 7
        },
        {
          "entryTs": 1760119800,
          "entryUtc": "2025-10-10T18:10:00.000Z",
          "exitTs": 1760125080,
          "dir": 1,
          "entryPrice": 3992.935,
          "exitPrice": 4011.729,
          "stopDistance": 9.397,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 88
        },
        {
          "entryTs": 1760315700,
          "entryUtc": "2025-10-13T00:35:00.000Z",
          "exitTs": 1760332140,
          "dir": 1,
          "entryPrice": 4039.405,
          "exitPrice": 4062.898,
          "stopDistance": 11.746,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 274
        },
        {
          "entryTs": 1760349000,
          "entryUtc": "2025-10-13T09:50:00.000Z",
          "exitTs": 1760352720,
          "dir": 1,
          "entryPrice": 4074.915,
          "exitPrice": 4084.523,
          "stopDistance": 4.804,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 62
        },
        {
          "entryTs": 1760358600,
          "entryUtc": "2025-10-13T12:30:00.000Z",
          "exitTs": 1760358960,
          "dir": 1,
          "entryPrice": 4083.525,
          "exitPrice": 4078.444,
          "stopDistance": 5.081,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 6
        },
        {
          "entryTs": 1760384700,
          "entryUtc": "2025-10-13T19:45:00.000Z",
          "exitTs": 1760396400,
          "dir": 1,
          "entryPrice": 4104.748,
          "exitPrice": 4116.016,
          "stopDistance": 5.634,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 195
        },
        {
          "entryTs": 1760428800,
          "entryUtc": "2025-10-14T08:00:00.000Z",
          "exitTs": 1760445120,
          "dir": 1,
          "entryPrice": 4126.155,
          "exitPrice": 4112.64,
          "stopDistance": 13.515,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 272
        },
        {
          "entryTs": 1760450400,
          "entryUtc": "2025-10-14T14:00:00.000Z",
          "exitTs": 1760460480,
          "dir": 1,
          "entryPrice": 4123.755,
          "exitPrice": 4147.423,
          "stopDistance": 11.834,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 168
        },
        {
          "entryTs": 1760480100,
          "entryUtc": "2025-10-14T22:15:00.000Z",
          "exitTs": 1760480700,
          "dir": 1,
          "entryPrice": 4160.348,
          "exitPrice": 4153.779,
          "stopDistance": 6.569,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 10
        },
        {
          "entryTs": 1760497500,
          "entryUtc": "2025-10-15T03:05:00.000Z",
          "exitTs": 1760510700,
          "dir": 1,
          "entryPrice": 4177.555,
          "exitPrice": 4194.244,
          "stopDistance": 8.344,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 220
        },
        {
          "entryTs": 1760526000,
          "entryUtc": "2025-10-15T11:00:00.000Z",
          "exitTs": 1760530440,
          "dir": 1,
          "entryPrice": 4202.425,
          "exitPrice": 4193.272,
          "stopDistance": 9.153,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 74
        },
        {
          "entryTs": 1760536200,
          "entryUtc": "2025-10-15T13:50:00.000Z",
          "exitTs": 1760543400,
          "dir": 1,
          "entryPrice": 4193.685,
          "exitPrice": 4183.367,
          "stopDistance": 10.318,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 120
        },
        {
          "entryTs": 1760547600,
          "entryUtc": "2025-10-15T17:00:00.000Z",
          "exitTs": 1760548320,
          "dir": 1,
          "entryPrice": 4198.745,
          "exitPrice": 4189.695,
          "stopDistance": 9.051,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 12
        },
        {
          "entryTs": 1760551200,
          "entryUtc": "2025-10-15T18:00:00.000Z",
          "exitTs": 1760567940,
          "dir": 1,
          "entryPrice": 4197.548,
          "exitPrice": 4214.608,
          "stopDistance": 8.53,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 279
        },
        {
          "entryTs": 1760573700,
          "entryUtc": "2025-10-16T00:15:00.000Z",
          "exitTs": 1760575200,
          "dir": 1,
          "entryPrice": 4214.765,
          "exitPrice": 4226.51,
          "stopDistance": 5.872,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 25
        },
        {
          "entryTs": 1760598600,
          "entryUtc": "2025-10-16T07:10:00.000Z",
          "exitTs": 1760612280,
          "dir": 1,
          "entryPrice": 4228.725,
          "exitPrice": 4244.943,
          "stopDistance": 8.109,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 228
        },
        {
          "entryTs": 1760620500,
          "entryUtc": "2025-10-16T13:15:00.000Z",
          "exitTs": 1760623860,
          "dir": 1,
          "entryPrice": 4245.505,
          "exitPrice": 4263.542,
          "stopDistance": 9.018,
          "outcome": "target",
          "netR": 1.959,
          "holdMinutes": 56
        },
        {
          "entryTs": 1760669400,
          "entryUtc": "2025-10-17T02:50:00.000Z",
          "exitTs": 1760685600,
          "dir": 1,
          "entryPrice": 4345.365,
          "exitPrice": 4327.067,
          "stopDistance": 18.298,
          "outcome": "stop",
          "netR": -1.023,
          "holdMinutes": 270
        },
        {
          "entryTs": 1760724600,
          "entryUtc": "2025-10-17T18:10:00.000Z",
          "exitTs": 1760728620,
          "dir": 1,
          "entryPrice": 4236.535,
          "exitPrice": 4218.875,
          "stopDistance": 17.66,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 67
        },
        {
          "entryTs": 1760732400,
          "entryUtc": "2025-10-17T20:20:00.000Z",
          "exitTs": 1760911200,
          "dir": 1,
          "entryPrice": 4235.225,
          "exitPrice": 4243.865,
          "stopDistance": 13.272,
          "outcome": "time",
          "netR": 0.6231,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1760922000,
          "entryUtc": "2025-10-20T01:00:00.000Z",
          "exitTs": 1760922060,
          "dir": 1,
          "entryPrice": 4248.985,
          "exitPrice": 4236.745,
          "stopDistance": 12.24,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 1
        },
        {
          "entryTs": 1760922900,
          "entryUtc": "2025-10-20T01:15:00.000Z",
          "exitTs": 1760939700,
          "dir": 1,
          "entryPrice": 4254.885,
          "exitPrice": 4240.477,
          "stopDistance": 14.408,
          "outcome": "stop",
          "netR": -1.0292,
          "holdMinutes": 280
        },
        {
          "entryTs": 1760944800,
          "entryUtc": "2025-10-20T07:20:00.000Z",
          "exitTs": 1760955120,
          "dir": 1,
          "entryPrice": 4256.625,
          "exitPrice": 4246.122,
          "stopDistance": 10.503,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 172
        },
        {
          "entryTs": 1760957100,
          "entryUtc": "2025-10-20T10:45:00.000Z",
          "exitTs": 1760961480,
          "dir": 1,
          "entryPrice": 4257.585,
          "exitPrice": 4272.33,
          "stopDistance": 7.372,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 73
        },
        {
          "entryTs": 1760998200,
          "entryUtc": "2025-10-20T22:10:00.000Z",
          "exitTs": 1761009420,
          "dir": 1,
          "entryPrice": 4365.245,
          "exitPrice": 4354.503,
          "stopDistance": 10.742,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 187
        },
        {
          "entryTs": 1761018900,
          "entryUtc": "2025-10-21T03:55:00.000Z",
          "exitTs": 1761021600,
          "dir": 1,
          "entryPrice": 4347.448,
          "exitPrice": 4339.54,
          "stopDistance": 7.908,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 45
        },
        {
          "entryTs": 1761029400,
          "entryUtc": "2025-10-21T06:50:00.000Z",
          "exitTs": 1761030120,
          "dir": 1,
          "entryPrice": 4343.565,
          "exitPrice": 4334.653,
          "stopDistance": 8.912,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 12
        },
        {
          "entryTs": 1761072600,
          "entryUtc": "2025-10-21T18:50:00.000Z",
          "exitTs": 1761078780,
          "dir": -1,
          "entryPrice": 4111.605,
          "exitPrice": 4125.485,
          "stopDistance": 13.88,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 103
        },
        {
          "entryTs": 1761088800,
          "entryUtc": "2025-10-21T23:20:00.000Z",
          "exitTs": 1761089280,
          "dir": -1,
          "entryPrice": 4117.255,
          "exitPrice": 4126.507,
          "stopDistance": 9.252,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 8
        },
        {
          "entryTs": 1761090600,
          "entryUtc": "2025-10-21T23:50:00.000Z",
          "exitTs": 1761091080,
          "dir": -1,
          "entryPrice": 4111.005,
          "exitPrice": 4092.525,
          "stopDistance": 9.24,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 8
        },
        {
          "entryTs": 1761118800,
          "entryUtc": "2025-10-22T07:40:00.000Z",
          "exitTs": 1761120300,
          "dir": -1,
          "entryPrice": 4137.145,
          "exitPrice": 4113.966,
          "stopDistance": 11.59,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 25
        },
        {
          "entryTs": 1761137700,
          "entryUtc": "2025-10-22T12:55:00.000Z",
          "exitTs": 1761138000,
          "dir": -1,
          "entryPrice": 4030.705,
          "exitPrice": 4049.155,
          "stopDistance": 18.45,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 5
        },
        {
          "entryTs": 1761143700,
          "entryUtc": "2025-10-22T14:35:00.000Z",
          "exitTs": 1761150780,
          "dir": -1,
          "entryPrice": 4040.535,
          "exitPrice": 4061.475,
          "stopDistance": 20.94,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 118
        },
        {
          "entryTs": 1761174900,
          "entryUtc": "2025-10-22T23:15:00.000Z",
          "exitTs": 1761178860,
          "dir": -1,
          "entryPrice": 4090.085,
          "exitPrice": 4067.336,
          "stopDistance": 11.374,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 66
        },
        {
          "entryTs": 1761194700,
          "entryUtc": "2025-10-23T04:45:00.000Z",
          "exitTs": 1761197520,
          "dir": -1,
          "entryPrice": 4087.295,
          "exitPrice": 4094.347,
          "stopDistance": 7.053,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 47
        },
        {
          "entryTs": 1761205500,
          "entryUtc": "2025-10-23T07:45:00.000Z",
          "exitTs": 1761206760,
          "dir": -1,
          "entryPrice": 4102.235,
          "exitPrice": 4113.75,
          "stopDistance": 11.515,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 21
        },
        {
          "entryTs": 1761215700,
          "entryUtc": "2025-10-23T10:35:00.000Z",
          "exitTs": 1761223140,
          "dir": -1,
          "entryPrice": 4112.545,
          "exitPrice": 4121.812,
          "stopDistance": 9.267,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 124
        },
        {
          "entryTs": 1761234600,
          "entryUtc": "2025-10-23T15:50:00.000Z",
          "exitTs": 1761235320,
          "dir": -1,
          "entryPrice": 4137.448,
          "exitPrice": 4147.236,
          "stopDistance": 9.787,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 12
        },
        {
          "entryTs": 1761236400,
          "entryUtc": "2025-10-23T16:20:00.000Z",
          "exitTs": 1761248340,
          "dir": -1,
          "entryPrice": 4136.795,
          "exitPrice": 4118.487,
          "stopDistance": 9.154,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 199
        },
        {
          "entryTs": 1761258300,
          "entryUtc": "2025-10-23T22:25:00.000Z",
          "exitTs": 1761264480,
          "dir": -1,
          "entryPrice": 4120.455,
          "exitPrice": 4128.427,
          "stopDistance": 7.971,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 103
        },
        {
          "entryTs": 1761270900,
          "entryUtc": "2025-10-24T01:55:00.000Z",
          "exitTs": 1761285780,
          "dir": -1,
          "entryPrice": 4115.555,
          "exitPrice": 4097.29,
          "stopDistance": 9.132,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 248
        },
        {
          "entryTs": 1761326700,
          "entryUtc": "2025-10-24T17:25:00.000Z",
          "exitTs": 1761328920,
          "dir": -1,
          "entryPrice": 4122.325,
          "exitPrice": 4105.325,
          "stopDistance": 8.5,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 37
        },
        {
          "entryTs": 1761516300,
          "entryUtc": "2025-10-26T22:05:00.000Z",
          "exitTs": 1761516600,
          "dir": -1,
          "entryPrice": 4082.159,
          "exitPrice": 4092.872,
          "stopDistance": 10.713,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 5
        },
        {
          "entryTs": 1761531000,
          "entryUtc": "2025-10-27T02:10:00.000Z",
          "exitTs": 1761537900,
          "dir": -1,
          "entryPrice": 4074.845,
          "exitPrice": 4054.709,
          "stopDistance": 10.068,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 115
        },
        {
          "entryTs": 1761549000,
          "entryUtc": "2025-10-27T07:10:00.000Z",
          "exitTs": 1761553320,
          "dir": -1,
          "entryPrice": 4073.345,
          "exitPrice": 4060.212,
          "stopDistance": 6.566,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 72
        },
        {
          "entryTs": 1761572400,
          "entryUtc": "2025-10-27T13:40:00.000Z",
          "exitTs": 1761573780,
          "dir": -1,
          "entryPrice": 4032.665,
          "exitPrice": 4010.537,
          "stopDistance": 11.064,
          "outcome": "target",
          "netR": 1.9666,
          "holdMinutes": 23
        },
        {
          "entryTs": 1761592800,
          "entryUtc": "2025-10-27T19:20:00.000Z",
          "exitTs": 1761598200,
          "dir": -1,
          "entryPrice": 3999.365,
          "exitPrice": 3983.574,
          "stopDistance": 7.895,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 90
        },
        {
          "entryTs": 1761610800,
          "entryUtc": "2025-10-28T00:20:00.000Z",
          "exitTs": 1761611460,
          "dir": -1,
          "entryPrice": 3980.768,
          "exitPrice": 3988.588,
          "stopDistance": 7.82,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 11
        },
        {
          "entryTs": 1761618600,
          "entryUtc": "2025-10-28T02:30:00.000Z",
          "exitTs": 1761619980,
          "dir": -1,
          "entryPrice": 4000.555,
          "exitPrice": 3983.834,
          "stopDistance": 8.361,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 23
        },
        {
          "entryTs": 1761655800,
          "entryUtc": "2025-10-28T12:50:00.000Z",
          "exitTs": 1761656400,
          "dir": -1,
          "entryPrice": 3910.525,
          "exitPrice": 3919.287,
          "stopDistance": 8.762,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 10
        },
        {
          "entryTs": 1761675000,
          "entryUtc": "2025-10-28T18:10:00.000Z",
          "exitTs": 1761689220,
          "dir": -1,
          "entryPrice": 3957.305,
          "exitPrice": 3940.279,
          "stopDistance": 8.513,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 237
        },
        {
          "entryTs": 1761704700,
          "entryUtc": "2025-10-29T02:25:00.000Z",
          "exitTs": 1761705300,
          "dir": -1,
          "entryPrice": 3965.345,
          "exitPrice": 3948.115,
          "stopDistance": 8.615,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 10
        },
        {
          "entryTs": 1761711000,
          "entryUtc": "2025-10-29T04:10:00.000Z",
          "exitTs": 1761718080,
          "dir": -1,
          "entryPrice": 3962.585,
          "exitPrice": 3970.202,
          "stopDistance": 7.617,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 118
        },
        {
          "entryTs": 1761737700,
          "entryUtc": "2025-10-29T11:35:00.000Z",
          "exitTs": 1761739920,
          "dir": -1,
          "entryPrice": 4016.795,
          "exitPrice": 4024.114,
          "stopDistance": 7.319,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 37
        },
        {
          "entryTs": 1761743400,
          "entryUtc": "2025-10-29T13:10:00.000Z",
          "exitTs": 1761751620,
          "dir": -1,
          "entryPrice": 4016.655,
          "exitPrice": 4001.278,
          "stopDistance": 7.688,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 137
        },
        {
          "entryTs": 1761789600,
          "entryUtc": "2025-10-30T02:00:00.000Z",
          "exitTs": 1761792960,
          "dir": -1,
          "entryPrice": 3947.605,
          "exitPrice": 3924.457,
          "stopDistance": 11.574,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 56
        },
        {
          "entryTs": 1761810600,
          "entryUtc": "2025-10-30T07:50:00.000Z",
          "exitTs": 1761812220,
          "dir": -1,
          "entryPrice": 3959.555,
          "exitPrice": 3969.646,
          "stopDistance": 10.091,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 27
        },
        {
          "entryTs": 1761820800,
          "entryUtc": "2025-10-30T10:40:00.000Z",
          "exitTs": 1761829080,
          "dir": -1,
          "entryPrice": 3981.185,
          "exitPrice": 3961.429,
          "stopDistance": 9.878,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 138
        },
        {
          "entryTs": 1761871200,
          "entryUtc": "2025-10-31T00:40:00.000Z",
          "exitTs": 1761872940,
          "dir": -1,
          "entryPrice": 4026.125,
          "exitPrice": 4034.03,
          "stopDistance": 7.905,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 29
        },
        {
          "entryTs": 1761875100,
          "entryUtc": "2025-10-31T01:45:00.000Z",
          "exitTs": 1761877920,
          "dir": -1,
          "entryPrice": 4023.615,
          "exitPrice": 4007.783,
          "stopDistance": 7.916,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 47
        },
        {
          "entryTs": 1761887400,
          "entryUtc": "2025-10-31T05:10:00.000Z",
          "exitTs": 1761888720,
          "dir": -1,
          "entryPrice": 3996.958,
          "exitPrice": 4004.494,
          "stopDistance": 7.536,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 22
        },
        {
          "entryTs": 1761901200,
          "entryUtc": "2025-10-31T09:00:00.000Z",
          "exitTs": 1761913320,
          "dir": -1,
          "entryPrice": 4009.995,
          "exitPrice": 4018.06,
          "stopDistance": 8.065,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 202
        },
        {
          "entryTs": 1761918900,
          "entryUtc": "2025-10-31T13:55:00.000Z",
          "exitTs": 1761919380,
          "dir": -1,
          "entryPrice": 4014.355,
          "exitPrice": 4023.882,
          "stopDistance": 9.527,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 8
        },
        {
          "entryTs": 1761921000,
          "entryUtc": "2025-10-31T14:30:00.000Z",
          "exitTs": 1761927060,
          "dir": -1,
          "entryPrice": 4015.055,
          "exitPrice": 3994.417,
          "stopDistance": 10.319,
          "outcome": "target",
          "netR": 1.9641,
          "holdMinutes": 101
        },
        {
          "entryTs": 1761938700,
          "entryUtc": "2025-10-31T19:25:00.000Z",
          "exitTs": 1761938940,
          "dir": -1,
          "entryPrice": 3993.955,
          "exitPrice": 4001.454,
          "stopDistance": 7.499,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 4
        },
        {
          "entryTs": 1762125000,
          "entryUtc": "2025-11-02T23:10:00.000Z",
          "exitTs": 1762128780,
          "dir": -1,
          "entryPrice": 3991.698,
          "exitPrice": 3976.214,
          "stopDistance": 7.742,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 63
        },
        {
          "entryTs": 1762146000,
          "entryUtc": "2025-11-03T05:00:00.000Z",
          "exitTs": 1762146660,
          "dir": -1,
          "entryPrice": 4003.378,
          "exitPrice": 4009.604,
          "stopDistance": 6.226,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 11
        },
        {
          "entryTs": 1762158900,
          "entryUtc": "2025-11-03T08:35:00.000Z",
          "exitTs": 1762160340,
          "dir": -1,
          "entryPrice": 4013.305,
          "exitPrice": 4019.639,
          "stopDistance": 6.334,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 24
        },
        {
          "entryTs": 1762161900,
          "entryUtc": "2025-11-03T09:25:00.000Z",
          "exitTs": 1762162380,
          "dir": -1,
          "entryPrice": 4014.625,
          "exitPrice": 4000.846,
          "stopDistance": 6.89,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 8
        },
        {
          "entryTs": 1762180800,
          "entryUtc": "2025-11-03T14:40:00.000Z",
          "exitTs": 1762181160,
          "dir": -1,
          "entryPrice": 4009.715,
          "exitPrice": 4017.07,
          "stopDistance": 7.355,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 6
        },
        {
          "entryTs": 1762185300,
          "entryUtc": "2025-11-03T15:55:00.000Z",
          "exitTs": 1762211580,
          "dir": -1,
          "entryPrice": 4009.679,
          "exitPrice": 3989.098,
          "stopDistance": 10.291,
          "outcome": "target",
          "netR": 1.964,
          "holdMinutes": 438
        },
        {
          "entryTs": 1762231800,
          "entryUtc": "2025-11-04T04:50:00.000Z",
          "exitTs": 1762235100,
          "dir": -1,
          "entryPrice": 3985.725,
          "exitPrice": 3973.75,
          "stopDistance": 5.988,
          "outcome": "target",
          "netR": 1.9382,
          "holdMinutes": 55
        },
        {
          "entryTs": 1762250700,
          "entryUtc": "2025-11-04T10:05:00.000Z",
          "exitTs": 1762251300,
          "dir": -1,
          "entryPrice": 3988.725,
          "exitPrice": 3994.968,
          "stopDistance": 6.243,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 10
        },
        {
          "entryTs": 1762253400,
          "entryUtc": "2025-11-04T10:50:00.000Z",
          "exitTs": 1762257000,
          "dir": -1,
          "entryPrice": 3991.685,
          "exitPrice": 3997.654,
          "stopDistance": 5.969,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 60
        },
        {
          "entryTs": 1762259400,
          "entryUtc": "2025-11-04T12:30:00.000Z",
          "exitTs": 1762261860,
          "dir": -1,
          "entryPrice": 3990.115,
          "exitPrice": 3994.879,
          "stopDistance": 4.764,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 41
        },
        {
          "entryTs": 1762277400,
          "entryUtc": "2025-11-04T17:30:00.000Z",
          "exitTs": 1762281180,
          "dir": -1,
          "entryPrice": 3959.185,
          "exitPrice": 3942.518,
          "stopDistance": 8.334,
          "outcome": "target",
          "netR": 1.9556,
          "holdMinutes": 63
        },
        {
          "entryTs": 1762300200,
          "entryUtc": "2025-11-04T23:50:00.000Z",
          "exitTs": 1762300320,
          "dir": -1,
          "entryPrice": 3931.805,
          "exitPrice": 3937.158,
          "stopDistance": 5.353,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 2
        },
        {
          "entryTs": 1762303500,
          "entryUtc": "2025-11-05T00:45:00.000Z",
          "exitTs": 1762304340,
          "dir": -1,
          "entryPrice": 3931.405,
          "exitPrice": 3937.933,
          "stopDistance": 6.528,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 14
        },
        {
          "entryTs": 1762309800,
          "entryUtc": "2025-11-05T02:30:00.000Z",
          "exitTs": 1762310160,
          "dir": -1,
          "entryPrice": 3937.875,
          "exitPrice": 3945.162,
          "stopDistance": 7.287,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 6
        },
        {
          "entryTs": 1762326600,
          "entryUtc": "2025-11-05T07:10:00.000Z",
          "exitTs": 1762328160,
          "dir": -1,
          "entryPrice": 3964.255,
          "exitPrice": 3970.062,
          "stopDistance": 5.808,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 26
        },
        {
          "entryTs": 1762334700,
          "entryUtc": "2025-11-05T09:25:00.000Z",
          "exitTs": 1762348140,
          "dir": -1,
          "entryPrice": 3966.615,
          "exitPrice": 3972.812,
          "stopDistance": 6.197,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 224
        },
        {
          "entryTs": 1762355400,
          "entryUtc": "2025-11-05T15:10:00.000Z",
          "exitTs": 1762356660,
          "dir": -1,
          "entryPrice": 3973.705,
          "exitPrice": 3981.933,
          "stopDistance": 8.228,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 21
        },
        {
          "entryTs": 1762368300,
          "entryUtc": "2025-11-05T18:45:00.000Z",
          "exitTs": 1762369440,
          "dir": -1,
          "entryPrice": 3979.575,
          "exitPrice": 3984.395,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 19
        },
        {
          "entryTs": 1762369800,
          "entryUtc": "2025-11-05T19:10:00.000Z",
          "exitTs": 1762371480,
          "dir": -1,
          "entryPrice": 3980.495,
          "exitPrice": 3985.124,
          "stopDistance": 4.629,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 28
        },
        {
          "entryTs": 1762376100,
          "entryUtc": "2025-11-05T20:55:00.000Z",
          "exitTs": 1762383600,
          "dir": -1,
          "entryPrice": 3982.455,
          "exitPrice": 3974.724,
          "stopDistance": 3.865,
          "outcome": "target",
          "netR": 1.9043,
          "holdMinutes": 125
        },
        {
          "entryTs": 1762410900,
          "entryUtc": "2025-11-06T06:35:00.000Z",
          "exitTs": 1762412100,
          "dir": -1,
          "entryPrice": 3986.095,
          "exitPrice": 3989.98,
          "stopDistance": 3.885,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 20
        },
        {
          "entryTs": 1762428900,
          "entryUtc": "2025-11-06T11:35:00.000Z",
          "exitTs": 1762432680,
          "dir": 1,
          "entryPrice": 4011.985,
          "exitPrice": 4008.204,
          "stopDistance": 3.781,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 63
        },
        {
          "entryTs": 1762459500,
          "entryUtc": "2025-11-06T20:05:00.000Z",
          "exitTs": 1762470000,
          "dir": -1,
          "entryPrice": 3985.295,
          "exitPrice": 3975.302,
          "stopDistance": 4.996,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 175
        },
        {
          "entryTs": 1762483800,
          "entryUtc": "2025-11-07T02:50:00.000Z",
          "exitTs": 1762496580,
          "dir": -1,
          "entryPrice": 3994.305,
          "exitPrice": 3999.458,
          "stopDistance": 5.153,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 213
        },
        {
          "entryTs": 1762513500,
          "entryUtc": "2025-11-07T11:05:00.000Z",
          "exitTs": 1762513680,
          "dir": 1,
          "entryPrice": 4011.398,
          "exitPrice": 4006.933,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 3
        },
        {
          "entryTs": 1762526400,
          "entryUtc": "2025-11-07T14:40:00.000Z",
          "exitTs": 1762526760,
          "dir": -1,
          "entryPrice": 3986.045,
          "exitPrice": 3993.401,
          "stopDistance": 7.356,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 6
        },
        {
          "entryTs": 1762538700,
          "entryUtc": "2025-11-07T18:05:00.000Z",
          "exitTs": 1762546680,
          "dir": 1,
          "entryPrice": 4005.755,
          "exitPrice": 3997.48,
          "stopDistance": 8.275,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 133
        },
        {
          "entryTs": 1762772700,
          "entryUtc": "2025-11-10T11:05:00.000Z",
          "exitTs": 1762773060,
          "dir": 1,
          "entryPrice": 4081.375,
          "exitPrice": 4076.088,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 6
        },
        {
          "entryTs": 1762774800,
          "entryUtc": "2025-11-10T11:40:00.000Z",
          "exitTs": 1762777020,
          "dir": 1,
          "entryPrice": 4082.685,
          "exitPrice": 4092.197,
          "stopDistance": 4.756,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 37
        },
        {
          "entryTs": 1762788600,
          "entryUtc": "2025-11-10T15:30:00.000Z",
          "exitTs": 1762789620,
          "dir": 1,
          "entryPrice": 4088.885,
          "exitPrice": 4081.228,
          "stopDistance": 7.657,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 17
        },
        {
          "entryTs": 1762791300,
          "entryUtc": "2025-11-10T16:15:00.000Z",
          "exitTs": 1762798560,
          "dir": 1,
          "entryPrice": 4091.025,
          "exitPrice": 4105.975,
          "stopDistance": 7.475,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 121
        },
        {
          "entryTs": 1762848600,
          "entryUtc": "2025-11-11T08:10:00.000Z",
          "exitTs": 1762854540,
          "dir": 1,
          "entryPrice": 4133.725,
          "exitPrice": 4145.664,
          "stopDistance": 5.969,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 99
        },
        {
          "entryTs": 1762867500,
          "entryUtc": "2025-11-11T13:25:00.000Z",
          "exitTs": 1762869900,
          "dir": 1,
          "entryPrice": 4143.095,
          "exitPrice": 4138.411,
          "stopDistance": 4.684,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 40
        },
        {
          "entryTs": 1762884300,
          "entryUtc": "2025-11-11T18:05:00.000Z",
          "exitTs": 1762884780,
          "dir": 1,
          "entryPrice": 4115.055,
          "exitPrice": 4109.804,
          "stopDistance": 5.252,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 8
        },
        {
          "entryTs": 1762887900,
          "entryUtc": "2025-11-11T19:05:00.000Z",
          "exitTs": 1762890660,
          "dir": 1,
          "entryPrice": 4114.835,
          "exitPrice": 4125.113,
          "stopDistance": 5.139,
          "outcome": "target",
          "netR": 1.928,
          "holdMinutes": 46
        },
        {
          "entryTs": 1762929000,
          "entryUtc": "2025-11-12T06:30:00.000Z",
          "exitTs": 1762935720,
          "dir": 1,
          "entryPrice": 4114.745,
          "exitPrice": 4126.075,
          "stopDistance": 5.665,
          "outcome": "target",
          "netR": 1.9347,
          "holdMinutes": 112
        },
        {
          "entryTs": 1762944900,
          "entryUtc": "2025-11-12T10:55:00.000Z",
          "exitTs": 1762950360,
          "dir": 1,
          "entryPrice": 4125.605,
          "exitPrice": 4136.435,
          "stopDistance": 5.415,
          "outcome": "target",
          "netR": 1.9317,
          "holdMinutes": 91
        },
        {
          "entryTs": 1762956600,
          "entryUtc": "2025-11-12T14:10:00.000Z",
          "exitTs": 1762957980,
          "dir": 1,
          "entryPrice": 4134.735,
          "exitPrice": 4128.299,
          "stopDistance": 6.435,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 23
        },
        {
          "entryTs": 1762983600,
          "entryUtc": "2025-11-12T21:40:00.000Z",
          "exitTs": 1762990620,
          "dir": 1,
          "entryPrice": 4197.545,
          "exitPrice": 4191.882,
          "stopDistance": 5.663,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 117
        },
        {
          "entryTs": 1762994400,
          "entryUtc": "2025-11-13T00:40:00.000Z",
          "exitTs": 1762995900,
          "dir": 1,
          "entryPrice": 4204.525,
          "exitPrice": 4198.008,
          "stopDistance": 6.517,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 25
        },
        {
          "entryTs": 1763003400,
          "entryUtc": "2025-11-13T03:10:00.000Z",
          "exitTs": 1763006760,
          "dir": 1,
          "entryPrice": 4199.395,
          "exitPrice": 4216.176,
          "stopDistance": 8.39,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 56
        },
        {
          "entryTs": 1763018100,
          "entryUtc": "2025-11-13T07:15:00.000Z",
          "exitTs": 1763020800,
          "dir": 1,
          "entryPrice": 4210.305,
          "exitPrice": 4221.699,
          "stopDistance": 5.697,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 45
        },
        {
          "entryTs": 1763035800,
          "entryUtc": "2025-11-13T12:10:00.000Z",
          "exitTs": 1763039160,
          "dir": 1,
          "entryPrice": 4233.985,
          "exitPrice": 4227.638,
          "stopDistance": 6.346,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 56
        },
        {
          "entryTs": 1763040300,
          "entryUtc": "2025-11-13T13:25:00.000Z",
          "exitTs": 1763040660,
          "dir": 1,
          "entryPrice": 4236.535,
          "exitPrice": 4228.744,
          "stopDistance": 7.791,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 6
        },
        {
          "entryTs": 1763051400,
          "entryUtc": "2025-11-13T16:30:00.000Z",
          "exitTs": 1763052060,
          "dir": 1,
          "entryPrice": 4206.275,
          "exitPrice": 4195.544,
          "stopDistance": 10.731,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 11
        },
        {
          "entryTs": 1763068200,
          "entryUtc": "2025-11-13T21:10:00.000Z",
          "exitTs": 1763069880,
          "dir": 1,
          "entryPrice": 4180.015,
          "exitPrice": 4170.882,
          "stopDistance": 9.133,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 28
        },
        {
          "entryTs": 1763085300,
          "entryUtc": "2025-11-14T01:55:00.000Z",
          "exitTs": 1763088780,
          "dir": 1,
          "entryPrice": 4190.985,
          "exitPrice": 4209.26,
          "stopDistance": 9.137,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 58
        },
        {
          "entryTs": 1763108700,
          "entryUtc": "2025-11-14T08:25:00.000Z",
          "exitTs": 1763110560,
          "dir": 1,
          "entryPrice": 4180.565,
          "exitPrice": 4171.651,
          "stopDistance": 8.914,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 31
        },
        {
          "entryTs": 1763143800,
          "entryUtc": "2025-11-14T18:10:00.000Z",
          "exitTs": 1763145480,
          "dir": -1,
          "entryPrice": 4091.455,
          "exitPrice": 4103.323,
          "stopDistance": 11.868,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 28
        },
        {
          "entryTs": 1763147400,
          "entryUtc": "2025-11-14T19:10:00.000Z",
          "exitTs": 1763334000,
          "dir": -1,
          "entryPrice": 4093.095,
          "exitPrice": 4082.748,
          "stopDistance": 10.347,
          "outcome": "time",
          "netR": 0.9642,
          "holdMinutes": 3110
        },
        {
          "entryTs": 1763338800,
          "entryUtc": "2025-11-17T00:20:00.000Z",
          "exitTs": 1763343120,
          "dir": -1,
          "entryPrice": 4087.245,
          "exitPrice": 4097.154,
          "stopDistance": 9.909,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 72
        },
        {
          "entryTs": 1763345400,
          "entryUtc": "2025-11-17T02:10:00.000Z",
          "exitTs": 1763348460,
          "dir": -1,
          "entryPrice": 4087.925,
          "exitPrice": 4069.851,
          "stopDistance": 9.037,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 51
        },
        {
          "entryTs": 1763369700,
          "entryUtc": "2025-11-17T08:55:00.000Z",
          "exitTs": 1763371200,
          "dir": -1,
          "entryPrice": 4075.755,
          "exitPrice": 4082.822,
          "stopDistance": 7.067,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 25
        },
        {
          "entryTs": 1763376600,
          "entryUtc": "2025-11-17T10:50:00.000Z",
          "exitTs": 1763377260,
          "dir": -1,
          "entryPrice": 4077.645,
          "exitPrice": 4064.261,
          "stopDistance": 6.692,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 11
        },
        {
          "entryTs": 1763386500,
          "entryUtc": "2025-11-17T13:35:00.000Z",
          "exitTs": 1763395440,
          "dir": -1,
          "entryPrice": 4075.805,
          "exitPrice": 4058.685,
          "stopDistance": 8.56,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 149
        },
        {
          "entryTs": 1763404800,
          "entryUtc": "2025-11-17T18:40:00.000Z",
          "exitTs": 1763407680,
          "dir": -1,
          "entryPrice": 4068.895,
          "exitPrice": 4055.817,
          "stopDistance": 6.539,
          "outcome": "target",
          "netR": 1.9434,
          "holdMinutes": 48
        },
        {
          "entryTs": 1763423400,
          "entryUtc": "2025-11-17T23:50:00.000Z",
          "exitTs": 1763427660,
          "dir": -1,
          "entryPrice": 4036.475,
          "exitPrice": 4044.841,
          "stopDistance": 8.366,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 71
        },
        {
          "entryTs": 1763430300,
          "entryUtc": "2025-11-18T01:45:00.000Z",
          "exitTs": 1763435280,
          "dir": -1,
          "entryPrice": 4032.665,
          "exitPrice": 4013.792,
          "stopDistance": 9.437,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 83
        },
        {
          "entryTs": 1763446800,
          "entryUtc": "2025-11-18T06:20:00.000Z",
          "exitTs": 1763453100,
          "dir": -1,
          "entryPrice": 4011.475,
          "exitPrice": 4019.062,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 105
        },
        {
          "entryTs": 1763468700,
          "entryUtc": "2025-11-18T12:25:00.000Z",
          "exitTs": 1763470980,
          "dir": -1,
          "entryPrice": 4036.035,
          "exitPrice": 4043.157,
          "stopDistance": 7.122,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 38
        },
        {
          "entryTs": 1763479200,
          "entryUtc": "2025-11-18T15:20:00.000Z",
          "exitTs": 1763479860,
          "dir": -1,
          "entryPrice": 4057.385,
          "exitPrice": 4070.065,
          "stopDistance": 12.68,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 11
        },
        {
          "entryTs": 1763498100,
          "entryUtc": "2025-11-18T20:35:00.000Z",
          "exitTs": 1763511780,
          "dir": -1,
          "entryPrice": 4071.605,
          "exitPrice": 4077.808,
          "stopDistance": 6.203,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 228
        },
        {
          "entryTs": 1763514300,
          "entryUtc": "2025-11-19T01:05:00.000Z",
          "exitTs": 1763517780,
          "dir": -1,
          "entryPrice": 4067.065,
          "exitPrice": 4055.821,
          "stopDistance": 5.622,
          "outcome": "target",
          "netR": 1.9342,
          "holdMinutes": 58
        },
        {
          "entryTs": 1763525400,
          "entryUtc": "2025-11-19T04:10:00.000Z",
          "exitTs": 1763526480,
          "dir": -1,
          "entryPrice": 4069.555,
          "exitPrice": 4075.448,
          "stopDistance": 5.893,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 18
        },
        {
          "entryTs": 1763561700,
          "entryUtc": "2025-11-19T14:15:00.000Z",
          "exitTs": 1763562120,
          "dir": 1,
          "entryPrice": 4117.485,
          "exitPrice": 4109.707,
          "stopDistance": 7.778,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 7
        },
        {
          "entryTs": 1763562900,
          "entryUtc": "2025-11-19T14:35:00.000Z",
          "exitTs": 1763565300,
          "dir": 1,
          "entryPrice": 4113.195,
          "exitPrice": 4130.302,
          "stopDistance": 8.554,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 40
        },
        {
          "entryTs": 1763585100,
          "entryUtc": "2025-11-19T20:45:00.000Z",
          "exitTs": 1763593440,
          "dir": -1,
          "entryPrice": 4077.085,
          "exitPrice": 4084.586,
          "stopDistance": 7.501,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 139
        },
        {
          "entryTs": 1763615400,
          "entryUtc": "2025-11-20T05:10:00.000Z",
          "exitTs": 1763618880,
          "dir": -1,
          "entryPrice": 4069.585,
          "exitPrice": 4076.673,
          "stopDistance": 7.088,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 58
        },
        {
          "entryTs": 1763623200,
          "entryUtc": "2025-11-20T07:20:00.000Z",
          "exitTs": 1763625840,
          "dir": -1,
          "entryPrice": 4065.495,
          "exitPrice": 4049.859,
          "stopDistance": 7.818,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 44
        },
        {
          "entryTs": 1763636400,
          "entryUtc": "2025-11-20T11:00:00.000Z",
          "exitTs": 1763638980,
          "dir": -1,
          "entryPrice": 4059.545,
          "exitPrice": 4067.21,
          "stopDistance": 7.665,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 43
        },
        {
          "entryTs": 1763662800,
          "entryUtc": "2025-11-20T18:20:00.000Z",
          "exitTs": 1763666280,
          "dir": -1,
          "entryPrice": 4061.108,
          "exitPrice": 4073.101,
          "stopDistance": 11.993,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 58
        },
        {
          "entryTs": 1763679900,
          "entryUtc": "2025-11-20T23:05:00.000Z",
          "exitTs": 1763679960,
          "dir": -1,
          "entryPrice": 4073.048,
          "exitPrice": 4078.224,
          "stopDistance": 5.175,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 1
        },
        {
          "entryTs": 1763684400,
          "entryUtc": "2025-11-21T00:20:00.000Z",
          "exitTs": 1763687340,
          "dir": -1,
          "entryPrice": 4078.295,
          "exitPrice": 4064.283,
          "stopDistance": 7.006,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 49
        },
        {
          "entryTs": 1763693700,
          "entryUtc": "2025-11-21T02:55:00.000Z",
          "exitTs": 1763704080,
          "dir": -1,
          "entryPrice": 4063.035,
          "exitPrice": 4046.397,
          "stopDistance": 8.319,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 173
        },
        {
          "entryTs": 1763720100,
          "entryUtc": "2025-11-21T10:15:00.000Z",
          "exitTs": 1763727720,
          "dir": -1,
          "entryPrice": 4038.465,
          "exitPrice": 4048.41,
          "stopDistance": 9.945,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 127
        },
        {
          "entryTs": 1763739600,
          "entryUtc": "2025-11-21T15:40:00.000Z",
          "exitTs": 1763739960,
          "dir": -1,
          "entryPrice": 4061.295,
          "exitPrice": 4071.043,
          "stopDistance": 9.748,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 6
        },
        {
          "entryTs": 1763751000,
          "entryUtc": "2025-11-21T18:50:00.000Z",
          "exitTs": 1763756580,
          "dir": 1,
          "entryPrice": 4084.399,
          "exitPrice": 4076.528,
          "stopDistance": 7.871,
          "outcome": "stop",
          "netR": -1.0534,
          "holdMinutes": 93
        },
        {
          "entryTs": 1763943300,
          "entryUtc": "2025-11-24T00:15:00.000Z",
          "exitTs": 1763946000,
          "dir": -1,
          "entryPrice": 4061.885,
          "exitPrice": 4069.579,
          "stopDistance": 7.694,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 45
        },
        {
          "entryTs": 1763959200,
          "entryUtc": "2025-11-24T04:40:00.000Z",
          "exitTs": 1763964360,
          "dir": -1,
          "entryPrice": 4046.835,
          "exitPrice": 4053.618,
          "stopDistance": 6.783,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 86
        },
        {
          "entryTs": 1763982000,
          "entryUtc": "2025-11-24T11:00:00.000Z",
          "exitTs": 1763983260,
          "dir": -1,
          "entryPrice": 4063.555,
          "exitPrice": 4069.622,
          "stopDistance": 6.067,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 21
        },
        {
          "entryTs": 1763996100,
          "entryUtc": "2025-11-24T14:55:00.000Z",
          "exitTs": 1764001980,
          "dir": 1,
          "entryPrice": 4081.085,
          "exitPrice": 4096.641,
          "stopDistance": 7.778,
          "outcome": "target",
          "netR": 1.9524,
          "holdMinutes": 98
        },
        {
          "entryTs": 1764009300,
          "entryUtc": "2025-11-24T18:35:00.000Z",
          "exitTs": 1764009540,
          "dir": 1,
          "entryPrice": 4098.495,
          "exitPrice": 4108.788,
          "stopDistance": 5.146,
          "outcome": "target",
          "netR": 1.9281,
          "holdMinutes": 4
        },
        {
          "entryTs": 1764035400,
          "entryUtc": "2025-11-25T01:50:00.000Z",
          "exitTs": 1764038340,
          "dir": 1,
          "entryPrice": 4134.845,
          "exitPrice": 4148.613,
          "stopDistance": 6.884,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 49
        },
        {
          "entryTs": 1764044400,
          "entryUtc": "2025-11-25T04:20:00.000Z",
          "exitTs": 1764052500,
          "dir": 1,
          "entryPrice": 4145.108,
          "exitPrice": 4138.877,
          "stopDistance": 6.231,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 135
        },
        {
          "entryTs": 1764065400,
          "entryUtc": "2025-11-25T10:10:00.000Z",
          "exitTs": 1764068220,
          "dir": 1,
          "entryPrice": 4134.615,
          "exitPrice": 4127.224,
          "stopDistance": 7.392,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 47
        },
        {
          "entryTs": 1764076500,
          "entryUtc": "2025-11-25T13:15:00.000Z",
          "exitTs": 1764081060,
          "dir": 1,
          "entryPrice": 4137.958,
          "exitPrice": 4130.353,
          "stopDistance": 7.605,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 76
        },
        {
          "entryTs": 1764087600,
          "entryUtc": "2025-11-25T16:20:00.000Z",
          "exitTs": 1764092040,
          "dir": 1,
          "entryPrice": 4137.675,
          "exitPrice": 4157.743,
          "stopDistance": 10.034,
          "outcome": "target",
          "netR": 1.9631,
          "holdMinutes": 74
        },
        {
          "entryTs": 1764112800,
          "entryUtc": "2025-11-25T23:20:00.000Z",
          "exitTs": 1764118680,
          "dir": 1,
          "entryPrice": 4133.855,
          "exitPrice": 4142.531,
          "stopDistance": 4.338,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 98
        },
        {
          "entryTs": 1764133200,
          "entryUtc": "2025-11-26T05:00:00.000Z",
          "exitTs": 1764137640,
          "dir": 1,
          "entryPrice": 4161.685,
          "exitPrice": 4157.134,
          "stopDistance": 4.551,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 74
        },
        {
          "entryTs": 1764144000,
          "entryUtc": "2025-11-26T08:00:00.000Z",
          "exitTs": 1764145140,
          "dir": 1,
          "entryPrice": 4157.225,
          "exitPrice": 4167.308,
          "stopDistance": 5.041,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 19
        },
        {
          "entryTs": 1764156300,
          "entryUtc": "2025-11-26T11:25:00.000Z",
          "exitTs": 1764156780,
          "dir": 1,
          "entryPrice": 4162.785,
          "exitPrice": 4172.102,
          "stopDistance": 4.659,
          "outcome": "target",
          "netR": 1.9206,
          "holdMinutes": 8
        },
        {
          "entryTs": 1764171000,
          "entryUtc": "2025-11-26T15:30:00.000Z",
          "exitTs": 1764201000,
          "dir": 1,
          "entryPrice": 4156.435,
          "exitPrice": 4165.448,
          "stopDistance": 8.775,
          "outcome": "time",
          "netR": 0.985,
          "holdMinutes": 500
        },
        {
          "entryTs": 1764203100,
          "entryUtc": "2025-11-27T00:25:00.000Z",
          "exitTs": 1764204480,
          "dir": 1,
          "entryPrice": 4165.388,
          "exitPrice": 4161.805,
          "stopDistance": 3.583,
          "outcome": "stop",
          "netR": -1.1172,
          "holdMinutes": 23
        },
        {
          "entryTs": 1764218400,
          "entryUtc": "2025-11-27T04:40:00.000Z",
          "exitTs": 1764219180,
          "dir": 1,
          "entryPrice": 4154.155,
          "exitPrice": 4150.043,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 13
        },
        {
          "entryTs": 1764224400,
          "entryUtc": "2025-11-27T06:20:00.000Z",
          "exitTs": 1764227700,
          "dir": 1,
          "entryPrice": 4152.975,
          "exitPrice": 4161.634,
          "stopDistance": 4.33,
          "outcome": "target",
          "netR": 1.9145,
          "holdMinutes": 55
        },
        {
          "entryTs": 1764242400,
          "entryUtc": "2025-11-27T11:20:00.000Z",
          "exitTs": 1764248340,
          "dir": 1,
          "entryPrice": 4158.395,
          "exitPrice": 4154.341,
          "stopDistance": 4.054,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 99
        },
        {
          "entryTs": 1764252600,
          "entryUtc": "2025-11-27T14:10:00.000Z",
          "exitTs": 1764254400,
          "dir": 1,
          "entryPrice": 4157.595,
          "exitPrice": 4153.33,
          "stopDistance": 4.265,
          "outcome": "stop",
          "netR": -1.0985,
          "holdMinutes": 30
        },
        {
          "entryTs": 1764256500,
          "entryUtc": "2025-11-27T15:15:00.000Z",
          "exitTs": 1764260580,
          "dir": 1,
          "entryPrice": 4157.138,
          "exitPrice": 4152.921,
          "stopDistance": 4.217,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 68
        },
        {
          "entryTs": 1764265200,
          "entryUtc": "2025-11-27T17:40:00.000Z",
          "exitTs": 1764285120,
          "dir": 1,
          "entryPrice": 4157.345,
          "exitPrice": 4162.672,
          "stopDistance": 2.664,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 332
        },
        {
          "entryTs": 1764305700,
          "entryUtc": "2025-11-28T04:55:00.000Z",
          "exitTs": 1764306240,
          "dir": 1,
          "entryPrice": 4188.345,
          "exitPrice": 4183.847,
          "stopDistance": 4.498,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 9
        },
        {
          "entryTs": 1764312000,
          "entryUtc": "2025-11-28T06:40:00.000Z",
          "exitTs": 1764314760,
          "dir": 1,
          "entryPrice": 4185.095,
          "exitPrice": 4180.558,
          "stopDistance": 4.537,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 46
        },
        {
          "entryTs": 1764324900,
          "entryUtc": "2025-11-28T10:15:00.000Z",
          "exitTs": 1764325980,
          "dir": 1,
          "entryPrice": 4171.829,
          "exitPrice": 4162.643,
          "stopDistance": 9.186,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 18
        },
        {
          "entryTs": 1764328200,
          "entryUtc": "2025-11-28T11:10:00.000Z",
          "exitTs": 1764338580,
          "dir": 1,
          "entryPrice": 4171.949,
          "exitPrice": 4188.211,
          "stopDistance": 8.131,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 173
        },
        {
          "entryTs": 1764562800,
          "entryUtc": "2025-12-01T04:20:00.000Z",
          "exitTs": 1764565980,
          "dir": 1,
          "entryPrice": 4239.695,
          "exitPrice": 4233.662,
          "stopDistance": 6.033,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 53
        },
        {
          "entryTs": 1764571800,
          "entryUtc": "2025-12-01T06:50:00.000Z",
          "exitTs": 1764573600,
          "dir": 1,
          "entryPrice": 4238.985,
          "exitPrice": 4232.107,
          "stopDistance": 6.878,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 30
        },
        {
          "entryTs": 1764595800,
          "entryUtc": "2025-12-01T13:30:00.000Z",
          "exitTs": 1764597540,
          "dir": 1,
          "entryPrice": 4256.755,
          "exitPrice": 4250.084,
          "stopDistance": 6.671,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 29
        },
        {
          "entryTs": 1764610800,
          "entryUtc": "2025-12-01T17:40:00.000Z",
          "exitTs": 1764630000,
          "dir": 1,
          "entryPrice": 4237.515,
          "exitPrice": 4228.236,
          "stopDistance": 9.28,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 320
        },
        {
          "entryTs": 1764727500,
          "entryUtc": "2025-12-03T02:05:00.000Z",
          "exitTs": 1764739920,
          "dir": 1,
          "entryPrice": 4220.865,
          "exitPrice": 4214.753,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 207
        },
        {
          "entryTs": 1764761400,
          "entryUtc": "2025-12-03T11:30:00.000Z",
          "exitTs": 1764765840,
          "dir": 1,
          "entryPrice": 4205.075,
          "exitPrice": 4214.011,
          "stopDistance": 4.468,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 74
        },
        {
          "entryTs": 1764776100,
          "entryUtc": "2025-12-03T15:35:00.000Z",
          "exitTs": 1764777060,
          "dir": 1,
          "entryPrice": 4228.685,
          "exitPrice": 4217.791,
          "stopDistance": 10.894,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 16
        },
        {
          "entryTs": 1764791100,
          "entryUtc": "2025-12-03T19:45:00.000Z",
          "exitTs": 1764799020,
          "dir": 1,
          "entryPrice": 4208.645,
          "exitPrice": 4202.662,
          "stopDistance": 5.983,
          "outcome": "stop",
          "netR": -1.0702,
          "holdMinutes": 132
        },
        {
          "entryTs": 1764893400,
          "entryUtc": "2025-12-05T00:10:00.000Z",
          "exitTs": 1764894540,
          "dir": 1,
          "entryPrice": 4208.715,
          "exitPrice": 4204.988,
          "stopDistance": 3.727,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 19
        },
        {
          "entryTs": 1764903000,
          "entryUtc": "2025-12-05T02:50:00.000Z",
          "exitTs": 1764904200,
          "dir": 1,
          "entryPrice": 4206.815,
          "exitPrice": 4201.969,
          "stopDistance": 4.846,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 20
        },
        {
          "entryTs": 1764928500,
          "entryUtc": "2025-12-05T09:55:00.000Z",
          "exitTs": 1764932520,
          "dir": 1,
          "entryPrice": 4224.345,
          "exitPrice": 4220.488,
          "stopDistance": 3.857,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 67
        },
        {
          "entryTs": 1764933600,
          "entryUtc": "2025-12-05T11:20:00.000Z",
          "exitTs": 1764934080,
          "dir": 1,
          "entryPrice": 4224.575,
          "exitPrice": 4221.203,
          "stopDistance": 3.372,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 8
        },
        {
          "entryTs": 1764936300,
          "entryUtc": "2025-12-05T12:05:00.000Z",
          "exitTs": 1764937920,
          "dir": 1,
          "entryPrice": 4226.165,
          "exitPrice": 4222.752,
          "stopDistance": 3.413,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 27
        },
        {
          "entryTs": 1765152300,
          "entryUtc": "2025-12-08T00:05:00.000Z",
          "exitTs": 1765154220,
          "dir": 1,
          "entryPrice": 4199.625,
          "exitPrice": 4209.553,
          "stopDistance": 4.964,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 32
        },
        {
          "entryTs": 1765162200,
          "entryUtc": "2025-12-08T02:50:00.000Z",
          "exitTs": 1765180800,
          "dir": 1,
          "entryPrice": 4209.305,
          "exitPrice": 4203.526,
          "stopDistance": 5.779,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 310
        },
        {
          "entryTs": 1765194000,
          "entryUtc": "2025-12-08T11:40:00.000Z",
          "exitTs": 1765198860,
          "dir": 1,
          "entryPrice": 4212.595,
          "exitPrice": 4207.662,
          "stopDistance": 4.934,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 81
        },
        {
          "entryTs": 1765203900,
          "entryUtc": "2025-12-08T14:25:00.000Z",
          "exitTs": 1765204380,
          "dir": 1,
          "entryPrice": 4210.875,
          "exitPrice": 4204.868,
          "stopDistance": 6.007,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 8
        },
        {
          "entryTs": 1765212300,
          "entryUtc": "2025-12-08T16:45:00.000Z",
          "exitTs": 1765213380,
          "dir": 1,
          "entryPrice": 4193.515,
          "exitPrice": 4185.9,
          "stopDistance": 7.615,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 18
        },
        {
          "entryTs": 1765216500,
          "entryUtc": "2025-12-08T17:55:00.000Z",
          "exitTs": 1765218060,
          "dir": 1,
          "entryPrice": 4193.495,
          "exitPrice": 4187.44,
          "stopDistance": 6.055,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 26
        },
        {
          "entryTs": 1765225500,
          "entryUtc": "2025-12-08T20:25:00.000Z",
          "exitTs": 1765250640,
          "dir": 1,
          "entryPrice": 4188.845,
          "exitPrice": 4197.447,
          "stopDistance": 4.301,
          "outcome": "target",
          "netR": 1.914,
          "holdMinutes": 419
        },
        {
          "entryTs": 1765250700,
          "entryUtc": "2025-12-09T03:25:00.000Z",
          "exitTs": 1765252860,
          "dir": 1,
          "entryPrice": 4195.965,
          "exitPrice": 4192.223,
          "stopDistance": 3.742,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 36
        },
        {
          "entryTs": 1765264500,
          "entryUtc": "2025-12-09T07:15:00.000Z",
          "exitTs": 1765265040,
          "dir": 1,
          "entryPrice": 4182.575,
          "exitPrice": 4178.286,
          "stopDistance": 4.289,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 9
        },
        {
          "entryTs": 1765267500,
          "entryUtc": "2025-12-09T08:05:00.000Z",
          "exitTs": 1765270920,
          "dir": 1,
          "entryPrice": 4185.945,
          "exitPrice": 4194.743,
          "stopDistance": 4.399,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 57
        },
        {
          "entryTs": 1765284600,
          "entryUtc": "2025-12-09T12:50:00.000Z",
          "exitTs": 1765286700,
          "dir": 1,
          "entryPrice": 4205.965,
          "exitPrice": 4201.966,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 35
        },
        {
          "entryTs": 1765291800,
          "entryUtc": "2025-12-09T14:50:00.000Z",
          "exitTs": 1765292400,
          "dir": 1,
          "entryPrice": 4205.445,
          "exitPrice": 4197.798,
          "stopDistance": 7.647,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 10
        },
        {
          "entryTs": 1765293900,
          "entryUtc": "2025-12-09T15:25:00.000Z",
          "exitTs": 1765323900,
          "dir": 1,
          "entryPrice": 4204.905,
          "exitPrice": 4211.525,
          "stopDistance": 8.669,
          "outcome": "time",
          "netR": 0.721,
          "holdMinutes": 500
        },
        {
          "entryTs": 1765329300,
          "entryUtc": "2025-12-10T01:15:00.000Z",
          "exitTs": 1765336380,
          "dir": 1,
          "entryPrice": 4214.675,
          "exitPrice": 4211.214,
          "stopDistance": 3.461,
          "outcome": "stop",
          "netR": -1.1214,
          "holdMinutes": 118
        },
        {
          "entryTs": 1765345500,
          "entryUtc": "2025-12-10T05:45:00.000Z",
          "exitTs": 1765347360,
          "dir": 1,
          "entryPrice": 4211.755,
          "exitPrice": 4208.29,
          "stopDistance": 3.464,
          "outcome": "stop",
          "netR": -1.1212,
          "holdMinutes": 31
        },
        {
          "entryTs": 1765366800,
          "entryUtc": "2025-12-10T11:40:00.000Z",
          "exitTs": 1765374300,
          "dir": 1,
          "entryPrice": 4195.858,
          "exitPrice": 4202.47,
          "stopDistance": 3.306,
          "outcome": "target",
          "netR": 1.8881,
          "holdMinutes": 125
        },
        {
          "entryTs": 1765384200,
          "entryUtc": "2025-12-10T16:30:00.000Z",
          "exitTs": 1765391040,
          "dir": 1,
          "entryPrice": 4200.465,
          "exitPrice": 4194.855,
          "stopDistance": 5.609,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 114
        },
        {
          "entryTs": 1765393800,
          "entryUtc": "2025-12-10T19:10:00.000Z",
          "exitTs": 1765394040,
          "dir": 1,
          "entryPrice": 4216.195,
          "exitPrice": 4208.9,
          "stopDistance": 7.294,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 4
        },
        {
          "entryTs": 1765396800,
          "entryUtc": "2025-12-10T20:00:00.000Z",
          "exitTs": 1765414980,
          "dir": 1,
          "entryPrice": 4216.335,
          "exitPrice": 4247.143,
          "stopDistance": 15.404,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 303
        },
        {
          "entryTs": 1765435500,
          "entryUtc": "2025-12-11T06:45:00.000Z",
          "exitTs": 1765447560,
          "dir": 1,
          "entryPrice": 4213.865,
          "exitPrice": 4223.529,
          "stopDistance": 4.832,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 201
        },
        {
          "entryTs": 1765451100,
          "entryUtc": "2025-12-11T11:05:00.000Z",
          "exitTs": 1765452120,
          "dir": 1,
          "entryPrice": 4218.315,
          "exitPrice": 4213.985,
          "stopDistance": 4.33,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 17
        },
        {
          "entryTs": 1765456200,
          "entryUtc": "2025-12-11T12:30:00.000Z",
          "exitTs": 1765458360,
          "dir": 1,
          "entryPrice": 4217.815,
          "exitPrice": 4213.691,
          "stopDistance": 4.124,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 36
        },
        {
          "entryTs": 1765461000,
          "entryUtc": "2025-12-11T13:50:00.000Z",
          "exitTs": 1765463460,
          "dir": 1,
          "entryPrice": 4222.205,
          "exitPrice": 4234.551,
          "stopDistance": 6.173,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 41
        },
        {
          "entryTs": 1765486800,
          "entryUtc": "2025-12-11T21:00:00.000Z",
          "exitTs": 1765500840,
          "dir": 1,
          "entryPrice": 4276.098,
          "exitPrice": 4270.377,
          "stopDistance": 5.721,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 234
        },
        {
          "entryTs": 1765506000,
          "entryUtc": "2025-12-12T02:20:00.000Z",
          "exitTs": 1765508280,
          "dir": 1,
          "entryPrice": 4274.815,
          "exitPrice": 4269.144,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 38
        },
        {
          "entryTs": 1765509300,
          "entryUtc": "2025-12-12T03:15:00.000Z",
          "exitTs": 1765512840,
          "dir": 1,
          "entryPrice": 4273.145,
          "exitPrice": 4268.093,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 59
        },
        {
          "entryTs": 1765517100,
          "entryUtc": "2025-12-12T05:25:00.000Z",
          "exitTs": 1765518660,
          "dir": 1,
          "entryPrice": 4272.985,
          "exitPrice": 4279.547,
          "stopDistance": 3.281,
          "outcome": "target",
          "netR": 1.8872,
          "holdMinutes": 26
        },
        {
          "entryTs": 1765545000,
          "entryUtc": "2025-12-12T13:10:00.000Z",
          "exitTs": 1765551180,
          "dir": 1,
          "entryPrice": 4335.025,
          "exitPrice": 4348.115,
          "stopDistance": 6.545,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 103
        },
        {
          "entryTs": 1765562100,
          "entryUtc": "2025-12-12T17:55:00.000Z",
          "exitTs": 1765753200,
          "dir": 1,
          "entryPrice": 4296.715,
          "exitPrice": 4295.198,
          "stopDistance": 13.811,
          "outcome": "time",
          "netR": -0.1366,
          "holdMinutes": 3185
        },
        {
          "entryTs": 1765786200,
          "entryUtc": "2025-12-15T08:10:00.000Z",
          "exitTs": 1765796760,
          "dir": 1,
          "entryPrice": 4341.269,
          "exitPrice": 4336.565,
          "stopDistance": 4.704,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 176
        },
        {
          "entryTs": 1765800300,
          "entryUtc": "2025-12-15T12:05:00.000Z",
          "exitTs": 1765803780,
          "dir": 1,
          "entryPrice": 4344.285,
          "exitPrice": 4340.478,
          "stopDistance": 3.807,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 58
        },
        {
          "entryTs": 1765823400,
          "entryUtc": "2025-12-15T18:30:00.000Z",
          "exitTs": 1765853400,
          "dir": 1,
          "entryPrice": 4305.335,
          "exitPrice": 4304.775,
          "stopDistance": 7.163,
          "outcome": "time",
          "netR": -0.1298,
          "holdMinutes": 500
        },
        {
          "entryTs": 1765866600,
          "entryUtc": "2025-12-16T06:30:00.000Z",
          "exitTs": 1765869780,
          "dir": 1,
          "entryPrice": 4286.755,
          "exitPrice": 4281.253,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 53
        },
        {
          "entryTs": 1765887000,
          "entryUtc": "2025-12-16T12:10:00.000Z",
          "exitTs": 1765890480,
          "dir": 1,
          "entryPrice": 4285.635,
          "exitPrice": 4295.134,
          "stopDistance": 4.75,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 58
        },
        {
          "entryTs": 1765911000,
          "entryUtc": "2025-12-16T18:50:00.000Z",
          "exitTs": 1765911780,
          "dir": 1,
          "entryPrice": 4312.795,
          "exitPrice": 4305.587,
          "stopDistance": 7.208,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 13
        },
        {
          "entryTs": 1765928400,
          "entryUtc": "2025-12-16T23:40:00.000Z",
          "exitTs": 1765930680,
          "dir": 1,
          "entryPrice": 4306.885,
          "exitPrice": 4313.849,
          "stopDistance": 3.482,
          "outcome": "target",
          "netR": 1.8937,
          "holdMinutes": 38
        },
        {
          "entryTs": 1765942500,
          "entryUtc": "2025-12-17T03:35:00.000Z",
          "exitTs": 1765948140,
          "dir": 1,
          "entryPrice": 4320.575,
          "exitPrice": 4331.645,
          "stopDistance": 5.535,
          "outcome": "target",
          "netR": 1.9332,
          "holdMinutes": 94
        },
        {
          "entryTs": 1765963800,
          "entryUtc": "2025-12-17T09:30:00.000Z",
          "exitTs": 1765965420,
          "dir": 1,
          "entryPrice": 4322.085,
          "exitPrice": 4316.613,
          "stopDistance": 5.472,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 27
        },
        {
          "entryTs": 1765967100,
          "entryUtc": "2025-12-17T10:25:00.000Z",
          "exitTs": 1765967460,
          "dir": 1,
          "entryPrice": 4321.735,
          "exitPrice": 4317.199,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 6
        },
        {
          "entryTs": 1765974000,
          "entryUtc": "2025-12-17T12:20:00.000Z",
          "exitTs": 1765975140,
          "dir": 1,
          "entryPrice": 4320.475,
          "exitPrice": 4316.199,
          "stopDistance": 4.276,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 19
        },
        {
          "entryTs": 1765976700,
          "entryUtc": "2025-12-17T13:05:00.000Z",
          "exitTs": 1765977540,
          "dir": 1,
          "entryPrice": 4321.295,
          "exitPrice": 4329.962,
          "stopDistance": 4.334,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 14
        },
        {
          "entryTs": 1765992000,
          "entryUtc": "2025-12-17T17:20:00.000Z",
          "exitTs": 1766021100,
          "dir": 1,
          "entryPrice": 4335.185,
          "exitPrice": 4325.353,
          "stopDistance": 9.832,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 485
        },
        {
          "entryTs": 1766025000,
          "entryUtc": "2025-12-18T02:30:00.000Z",
          "exitTs": 1766031000,
          "dir": 1,
          "entryPrice": 4334.375,
          "exitPrice": 4329.628,
          "stopDistance": 4.747,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 100
        },
        {
          "entryTs": 1766034600,
          "entryUtc": "2025-12-18T05:10:00.000Z",
          "exitTs": 1766037840,
          "dir": 1,
          "entryPrice": 4333.915,
          "exitPrice": 4330.447,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 54
        },
        {
          "entryTs": 1766041200,
          "entryUtc": "2025-12-18T07:00:00.000Z",
          "exitTs": 1766041920,
          "dir": 1,
          "entryPrice": 4333.765,
          "exitPrice": 4330.263,
          "stopDistance": 3.502,
          "outcome": "stop",
          "netR": -1.1199,
          "holdMinutes": 12
        },
        {
          "entryTs": 1766043300,
          "entryUtc": "2025-12-18T07:35:00.000Z",
          "exitTs": 1766044740,
          "dir": 1,
          "entryPrice": 4335.295,
          "exitPrice": 4331.313,
          "stopDistance": 3.981,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 24
        },
        {
          "entryTs": 1766055900,
          "entryUtc": "2025-12-18T11:05:00.000Z",
          "exitTs": 1766059440,
          "dir": 1,
          "entryPrice": 4327.135,
          "exitPrice": 4323.432,
          "stopDistance": 3.703,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 59
        },
        {
          "entryTs": 1766065200,
          "entryUtc": "2025-12-18T13:40:00.000Z",
          "exitTs": 1766068680,
          "dir": 1,
          "entryPrice": 4333.495,
          "exitPrice": 4327.101,
          "stopDistance": 6.394,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 58
        },
        {
          "entryTs": 1766071500,
          "entryUtc": "2025-12-18T15:25:00.000Z",
          "exitTs": 1766074260,
          "dir": 1,
          "entryPrice": 4331.975,
          "exitPrice": 4352.695,
          "stopDistance": 10.36,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 46
        },
        {
          "entryTs": 1766090100,
          "entryUtc": "2025-12-18T20:35:00.000Z",
          "exitTs": 1766103480,
          "dir": 1,
          "entryPrice": 4334.948,
          "exitPrice": 4327.788,
          "stopDistance": 7.161,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 223
        },
        {
          "entryTs": 1766119500,
          "entryUtc": "2025-12-19T04:45:00.000Z",
          "exitTs": 1766123520,
          "dir": 1,
          "entryPrice": 4320.365,
          "exitPrice": 4328.673,
          "stopDistance": 4.154,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 67
        },
        {
          "entryTs": 1766133600,
          "entryUtc": "2025-12-19T08:40:00.000Z",
          "exitTs": 1766146140,
          "dir": 1,
          "entryPrice": 4326.255,
          "exitPrice": 4322.173,
          "stopDistance": 4.082,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 209
        },
        {
          "entryTs": 1766149800,
          "entryUtc": "2025-12-19T13:10:00.000Z",
          "exitTs": 1766152800,
          "dir": 1,
          "entryPrice": 4330.885,
          "exitPrice": 4326.662,
          "stopDistance": 4.223,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 50
        },
        {
          "entryTs": 1766154900,
          "entryUtc": "2025-12-19T14:35:00.000Z",
          "exitTs": 1766155560,
          "dir": 1,
          "entryPrice": 4332.775,
          "exitPrice": 4326.376,
          "stopDistance": 6.399,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 11
        },
        {
          "entryTs": 1766358900,
          "entryUtc": "2025-12-21T23:15:00.000Z",
          "exitTs": 1766360760,
          "dir": 1,
          "entryPrice": 4344.315,
          "exitPrice": 4351.786,
          "stopDistance": 3.736,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 31
        },
        {
          "entryTs": 1766395500,
          "entryUtc": "2025-12-22T09:25:00.000Z",
          "exitTs": 1766399400,
          "dir": 1,
          "entryPrice": 4413.695,
          "exitPrice": 4408.85,
          "stopDistance": 4.845,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 65
        },
        {
          "entryTs": 1766405100,
          "entryUtc": "2025-12-22T12:05:00.000Z",
          "exitTs": 1766405280,
          "dir": 1,
          "entryPrice": 4412.715,
          "exitPrice": 4409.281,
          "stopDistance": 3.434,
          "outcome": "stop",
          "netR": -1.1223,
          "holdMinutes": 3
        },
        {
          "entryTs": 1766407800,
          "entryUtc": "2025-12-22T12:50:00.000Z",
          "exitTs": 1766408400,
          "dir": 1,
          "entryPrice": 4411.745,
          "exitPrice": 4419.35,
          "stopDistance": 3.802,
          "outcome": "target",
          "netR": 1.9027,
          "holdMinutes": 10
        },
        {
          "entryTs": 1766418000,
          "entryUtc": "2025-12-22T15:40:00.000Z",
          "exitTs": 1766437440,
          "dir": 1,
          "entryPrice": 4425.255,
          "exitPrice": 4442.869,
          "stopDistance": 8.807,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 324
        },
        {
          "entryTs": 1766473800,
          "entryUtc": "2025-12-23T07:10:00.000Z",
          "exitTs": 1766479440,
          "dir": 1,
          "entryPrice": 4480.845,
          "exitPrice": 4491.336,
          "stopDistance": 5.246,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 94
        },
        {
          "entryTs": 1766485800,
          "entryUtc": "2025-12-23T10:30:00.000Z",
          "exitTs": 1766495640,
          "dir": 1,
          "entryPrice": 4485.535,
          "exitPrice": 4494.174,
          "stopDistance": 4.319,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 164
        },
        {
          "entryTs": 1766507100,
          "entryUtc": "2025-12-23T16:25:00.000Z",
          "exitTs": 1766516280,
          "dir": 1,
          "entryPrice": 4462.705,
          "exitPrice": 4482.432,
          "stopDistance": 9.863,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 153
        },
        {
          "entryTs": 1766531700,
          "entryUtc": "2025-12-23T23:15:00.000Z",
          "exitTs": 1766533080,
          "dir": 1,
          "entryPrice": 4494.995,
          "exitPrice": 4504.835,
          "stopDistance": 4.92,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 23
        },
        {
          "entryTs": 1766551800,
          "entryUtc": "2025-12-24T04:50:00.000Z",
          "exitTs": 1766552640,
          "dir": 1,
          "entryPrice": 4499.165,
          "exitPrice": 4492.798,
          "stopDistance": 6.367,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 14
        },
        {
          "entryTs": 1766559300,
          "entryUtc": "2025-12-24T06:55:00.000Z",
          "exitTs": 1766562300,
          "dir": 1,
          "entryPrice": 4494.148,
          "exitPrice": 4487.857,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 50
        },
        {
          "entryTs": 1766568600,
          "entryUtc": "2025-12-24T09:30:00.000Z",
          "exitTs": 1766572440,
          "dir": 1,
          "entryPrice": 4489.085,
          "exitPrice": 4482.963,
          "stopDistance": 6.122,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 64
        },
        {
          "entryTs": 1766577600,
          "entryUtc": "2025-12-24T12:00:00.000Z",
          "exitTs": 1766581560,
          "dir": 1,
          "entryPrice": 4491.235,
          "exitPrice": 4486.232,
          "stopDistance": 5.003,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 66
        },
        {
          "entryTs": 1766594700,
          "entryUtc": "2025-12-24T16:45:00.000Z",
          "exitTs": 1766703840,
          "dir": 1,
          "entryPrice": 4474.938,
          "exitPrice": 4486.765,
          "stopDistance": 9.314,
          "outcome": "time",
          "netR": 1.2302,
          "holdMinutes": 1819
        },
        {
          "entryTs": 1766718600,
          "entryUtc": "2025-12-26T03:10:00.000Z",
          "exitTs": 1766719860,
          "dir": 1,
          "entryPrice": 4507.305,
          "exitPrice": 4498.725,
          "stopDistance": 8.58,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 21
        },
        {
          "entryTs": 1766722800,
          "entryUtc": "2025-12-26T04:20:00.000Z",
          "exitTs": 1766739600,
          "dir": 1,
          "entryPrice": 4505.735,
          "exitPrice": 4519.336,
          "stopDistance": 6.801,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 280
        },
        {
          "entryTs": 1766743800,
          "entryUtc": "2025-12-26T10:10:00.000Z",
          "exitTs": 1766746260,
          "dir": 1,
          "entryPrice": 4516.215,
          "exitPrice": 4512.092,
          "stopDistance": 4.122,
          "outcome": "stop",
          "netR": -1.1019,
          "holdMinutes": 41
        },
        {
          "entryTs": 1766752500,
          "entryUtc": "2025-12-26T12:35:00.000Z",
          "exitTs": 1766753940,
          "dir": 1,
          "entryPrice": 4514.305,
          "exitPrice": 4508.89,
          "stopDistance": 5.415,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 24
        },
        {
          "entryTs": 1766775300,
          "entryUtc": "2025-12-26T18:55:00.000Z",
          "exitTs": 1766777700,
          "dir": 1,
          "entryPrice": 4531.995,
          "exitPrice": 4523.315,
          "stopDistance": 8.68,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 40
        },
        {
          "entryTs": 1766779800,
          "entryUtc": "2025-12-26T20:10:00.000Z",
          "exitTs": 1766780760,
          "dir": 1,
          "entryPrice": 4530.805,
          "exitPrice": 4523.591,
          "stopDistance": 7.214,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 16
        },
        {
          "entryTs": 1766781600,
          "entryUtc": "2025-12-26T20:40:00.000Z",
          "exitTs": 1766962800,
          "dir": 1,
          "entryPrice": 4527.925,
          "exitPrice": 4542.572,
          "stopDistance": 7.324,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 3020
        },
        {
          "entryTs": 1766975400,
          "entryUtc": "2025-12-29T02:30:00.000Z",
          "exitTs": 1766989440,
          "dir": 1,
          "entryPrice": 4512.139,
          "exitPrice": 4500.015,
          "stopDistance": 12.124,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 234
        },
        {
          "entryTs": 1767003300,
          "entryUtc": "2025-12-29T10:15:00.000Z",
          "exitTs": 1767004200,
          "dir": 1,
          "entryPrice": 4471.015,
          "exitPrice": 4461.933,
          "stopDistance": 9.082,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767012600,
          "entryUtc": "2025-12-29T12:50:00.000Z",
          "exitTs": 1767014400,
          "dir": 1,
          "entryPrice": 4461.695,
          "exitPrice": 4453.609,
          "stopDistance": 8.085,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 30
        },
        {
          "entryTs": 1767041700,
          "entryUtc": "2025-12-29T20:55:00.000Z",
          "exitTs": 1767042660,
          "dir": -1,
          "entryPrice": 4331.135,
          "exitPrice": 4339.043,
          "stopDistance": 7.908,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 16
        },
        {
          "entryTs": 1767043500,
          "entryUtc": "2025-12-29T21:25:00.000Z",
          "exitTs": 1767049500,
          "dir": -1,
          "entryPrice": 4333.445,
          "exitPrice": 4341.17,
          "stopDistance": 7.725,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 100
        },
        {
          "entryTs": 1767051600,
          "entryUtc": "2025-12-29T23:40:00.000Z",
          "exitTs": 1767052020,
          "dir": -1,
          "entryPrice": 4331.185,
          "exitPrice": 4339.499,
          "stopDistance": 8.314,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 7
        },
        {
          "entryTs": 1767056700,
          "entryUtc": "2025-12-30T01:05:00.000Z",
          "exitTs": 1767056820,
          "dir": -1,
          "entryPrice": 4327.575,
          "exitPrice": 4336.306,
          "stopDistance": 8.731,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 2
        },
        {
          "entryTs": 1767076800,
          "entryUtc": "2025-12-30T06:40:00.000Z",
          "exitTs": 1767078900,
          "dir": -1,
          "entryPrice": 4362.855,
          "exitPrice": 4369.878,
          "stopDistance": 7.023,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 35
        },
        {
          "entryTs": 1767083100,
          "entryUtc": "2025-12-30T08:25:00.000Z",
          "exitTs": 1767085620,
          "dir": -1,
          "entryPrice": 4360.785,
          "exitPrice": 4369.163,
          "stopDistance": 8.378,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 42
        },
        {
          "entryTs": 1767102000,
          "entryUtc": "2025-12-30T13:40:00.000Z",
          "exitTs": 1767103320,
          "dir": -1,
          "entryPrice": 4381.485,
          "exitPrice": 4390.167,
          "stopDistance": 8.682,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 22
        },
        {
          "entryTs": 1767117000,
          "entryUtc": "2025-12-30T17:50:00.000Z",
          "exitTs": 1767117840,
          "dir": -1,
          "entryPrice": 4365.105,
          "exitPrice": 4373.936,
          "stopDistance": 8.831,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 14
        },
        {
          "entryTs": 1767119700,
          "entryUtc": "2025-12-30T18:35:00.000Z",
          "exitTs": 1767124080,
          "dir": -1,
          "entryPrice": 4368.055,
          "exitPrice": 4352.053,
          "stopDistance": 8.001,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 73
        },
        {
          "entryTs": 1767150000,
          "entryUtc": "2025-12-31T03:00:00.000Z",
          "exitTs": 1767150840,
          "dir": -1,
          "entryPrice": 4348.545,
          "exitPrice": 4358.642,
          "stopDistance": 10.098,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 14
        },
        {
          "entryTs": 1767170400,
          "entryUtc": "2025-12-31T08:40:00.000Z",
          "exitTs": 1767171480,
          "dir": -1,
          "entryPrice": 4321.725,
          "exitPrice": 4305.088,
          "stopDistance": 8.319,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 18
        },
        {
          "entryTs": 1767177300,
          "entryUtc": "2025-12-31T10:35:00.000Z",
          "exitTs": 1767184980,
          "dir": -1,
          "entryPrice": 4307.715,
          "exitPrice": 4316.802,
          "stopDistance": 9.087,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 128
        },
        {
          "entryTs": 1767195900,
          "entryUtc": "2025-12-31T15:45:00.000Z",
          "exitTs": 1767209760,
          "dir": -1,
          "entryPrice": 4330.578,
          "exitPrice": 4309.608,
          "stopDistance": 10.485,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 231
        },
        {
          "entryTs": 1767214500,
          "entryUtc": "2025-12-31T20:55:00.000Z",
          "exitTs": 1767218220,
          "dir": -1,
          "entryPrice": 4309.985,
          "exitPrice": 4318.38,
          "stopDistance": 8.395,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 62
        },
        {
          "entryTs": 1767336900,
          "entryUtc": "2026-01-02T06:55:00.000Z",
          "exitTs": 1767339240,
          "dir": -1,
          "entryPrice": 4374.085,
          "exitPrice": 4378.616,
          "stopDistance": 4.531,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 39
        },
        {
          "entryTs": 1767359100,
          "entryUtc": "2026-01-02T13:05:00.000Z",
          "exitTs": 1767360000,
          "dir": 1,
          "entryPrice": 4397.109,
          "exitPrice": 4391.64,
          "stopDistance": 5.469,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767384000,
          "entryUtc": "2026-01-02T20:00:00.000Z",
          "exitTs": 1767385200,
          "dir": -1,
          "entryPrice": 4317.815,
          "exitPrice": 4324.224,
          "stopDistance": 6.409,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 20
        },
        {
          "entryTs": 1767587100,
          "entryUtc": "2026-01-05T04:25:00.000Z",
          "exitTs": 1767594120,
          "dir": 1,
          "entryPrice": 4405.065,
          "exitPrice": 4419.92,
          "stopDistance": 7.427,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 117
        },
        {
          "entryTs": 1767621900,
          "entryUtc": "2026-01-05T14:05:00.000Z",
          "exitTs": 1767624900,
          "dir": 1,
          "entryPrice": 4422.235,
          "exitPrice": 4439.695,
          "stopDistance": 8.73,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 50
        },
        {
          "entryTs": 1767644700,
          "entryUtc": "2026-01-05T20:25:00.000Z",
          "exitTs": 1767645600,
          "dir": 1,
          "entryPrice": 4444.645,
          "exitPrice": 4438.609,
          "stopDistance": 6.036,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767647100,
          "entryUtc": "2026-01-05T21:05:00.000Z",
          "exitTs": 1767654600,
          "dir": 1,
          "entryPrice": 4446.125,
          "exitPrice": 4457.796,
          "stopDistance": 5.835,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 125
        },
        {
          "entryTs": 1767664500,
          "entryUtc": "2026-01-06T01:55:00.000Z",
          "exitTs": 1767669120,
          "dir": 1,
          "entryPrice": 4447.425,
          "exitPrice": 4462.748,
          "stopDistance": 7.662,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 77
        },
        {
          "entryTs": 1767682500,
          "entryUtc": "2026-01-06T06:55:00.000Z",
          "exitTs": 1767686100,
          "dir": 1,
          "entryPrice": 4464.475,
          "exitPrice": 4458.72,
          "stopDistance": 5.755,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 60
        },
        {
          "entryTs": 1767687900,
          "entryUtc": "2026-01-06T08:25:00.000Z",
          "exitTs": 1767690180,
          "dir": 1,
          "entryPrice": 4469.035,
          "exitPrice": 4463.417,
          "stopDistance": 5.619,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 38
        },
        {
          "entryTs": 1767699300,
          "entryUtc": "2026-01-06T11:35:00.000Z",
          "exitTs": 1767707400,
          "dir": 1,
          "entryPrice": 4460.148,
          "exitPrice": 4454.662,
          "stopDistance": 5.486,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 135
        },
        {
          "entryTs": 1767707700,
          "entryUtc": "2026-01-06T13:55:00.000Z",
          "exitTs": 1767710100,
          "dir": 1,
          "entryPrice": 4464.835,
          "exitPrice": 4479.48,
          "stopDistance": 7.322,
          "outcome": "target",
          "netR": 1.9495,
          "holdMinutes": 40
        },
        {
          "entryTs": 1767731100,
          "entryUtc": "2026-01-06T20:25:00.000Z",
          "exitTs": 1767733080,
          "dir": 1,
          "entryPrice": 4486.175,
          "exitPrice": 4496.052,
          "stopDistance": 4.939,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 33
        },
        {
          "entryTs": 1767756000,
          "entryUtc": "2026-01-07T03:20:00.000Z",
          "exitTs": 1767758700,
          "dir": 1,
          "entryPrice": 4479.575,
          "exitPrice": 4471.974,
          "stopDistance": 7.601,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767771900,
          "entryUtc": "2026-01-07T07:45:00.000Z",
          "exitTs": 1767775140,
          "dir": 1,
          "entryPrice": 4458.665,
          "exitPrice": 4471.802,
          "stopDistance": 6.569,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 54
        },
        {
          "entryTs": 1767782700,
          "entryUtc": "2026-01-07T10:45:00.000Z",
          "exitTs": 1767784980,
          "dir": 1,
          "entryPrice": 4465.585,
          "exitPrice": 4460.101,
          "stopDistance": 5.484,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 38
        },
        {
          "entryTs": 1767794700,
          "entryUtc": "2026-01-07T14:05:00.000Z",
          "exitTs": 1767795780,
          "dir": 1,
          "entryPrice": 4452.285,
          "exitPrice": 4442.769,
          "stopDistance": 9.516,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 18
        },
        {
          "entryTs": 1767796500,
          "entryUtc": "2026-01-07T14:35:00.000Z",
          "exitTs": 1767796620,
          "dir": 1,
          "entryPrice": 4449.155,
          "exitPrice": 4439.637,
          "stopDistance": 9.518,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 2
        },
        {
          "entryTs": 1767801600,
          "entryUtc": "2026-01-07T16:00:00.000Z",
          "exitTs": 1767804300,
          "dir": 1,
          "entryPrice": 4445.845,
          "exitPrice": 4467.914,
          "stopDistance": 11.034,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767815700,
          "entryUtc": "2026-01-07T19:55:00.000Z",
          "exitTs": 1767819540,
          "dir": 1,
          "entryPrice": 4457.485,
          "exitPrice": 4451.36,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 64
        },
        {
          "entryTs": 1767827100,
          "entryUtc": "2026-01-07T23:05:00.000Z",
          "exitTs": 1767831900,
          "dir": 1,
          "entryPrice": 4461.315,
          "exitPrice": 4456.849,
          "stopDistance": 4.466,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 80
        },
        {
          "entryTs": 1767854700,
          "entryUtc": "2026-01-08T06:45:00.000Z",
          "exitTs": 1767859380,
          "dir": 1,
          "entryPrice": 4435.505,
          "exitPrice": 4427.397,
          "stopDistance": 8.108,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 78
        },
        {
          "entryTs": 1767863400,
          "entryUtc": "2026-01-08T09:10:00.000Z",
          "exitTs": 1767867540,
          "dir": 1,
          "entryPrice": 4432.585,
          "exitPrice": 4425.351,
          "stopDistance": 7.234,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 69
        },
        {
          "entryTs": 1767869100,
          "entryUtc": "2026-01-08T10:45:00.000Z",
          "exitTs": 1767871380,
          "dir": 1,
          "entryPrice": 4432.375,
          "exitPrice": 4426.386,
          "stopDistance": 5.989,
          "outcome": "stop",
          "netR": -1.0701,
          "holdMinutes": 38
        },
        {
          "entryTs": 1767876600,
          "entryUtc": "2026-01-08T12:50:00.000Z",
          "exitTs": 1767877500,
          "dir": 1,
          "entryPrice": 4428.325,
          "exitPrice": 4421.261,
          "stopDistance": 7.064,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767878700,
          "entryUtc": "2026-01-08T13:25:00.000Z",
          "exitTs": 1767880500,
          "dir": 1,
          "entryPrice": 4431.748,
          "exitPrice": 4424.259,
          "stopDistance": 7.489,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 30
        },
        {
          "entryTs": 1767882300,
          "entryUtc": "2026-01-08T14:25:00.000Z",
          "exitTs": 1767885000,
          "dir": 1,
          "entryPrice": 4428.655,
          "exitPrice": 4446.961,
          "stopDistance": 9.153,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767902700,
          "entryUtc": "2026-01-08T20:05:00.000Z",
          "exitTs": 1767903960,
          "dir": 1,
          "entryPrice": 4457.865,
          "exitPrice": 4467.937,
          "stopDistance": 5.036,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 21
        },
        {
          "entryTs": 1767924300,
          "entryUtc": "2026-01-09T02:05:00.000Z",
          "exitTs": 1767925920,
          "dir": 1,
          "entryPrice": 4475.255,
          "exitPrice": 4468.481,
          "stopDistance": 6.774,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 27
        },
        {
          "entryTs": 1767936900,
          "entryUtc": "2026-01-09T05:35:00.000Z",
          "exitTs": 1767937620,
          "dir": 1,
          "entryPrice": 4470.665,
          "exitPrice": 4465.375,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 12
        },
        {
          "entryTs": 1767946200,
          "entryUtc": "2026-01-09T08:10:00.000Z",
          "exitTs": 1767947820,
          "dir": 1,
          "entryPrice": 4473.975,
          "exitPrice": 4468.698,
          "stopDistance": 5.278,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 27
        },
        {
          "entryTs": 1767950100,
          "entryUtc": "2026-01-09T09:15:00.000Z",
          "exitTs": 1767953100,
          "dir": 1,
          "entryPrice": 4474.535,
          "exitPrice": 4469.88,
          "stopDistance": 4.655,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 50
        },
        {
          "entryTs": 1767956700,
          "entryUtc": "2026-01-09T11:05:00.000Z",
          "exitTs": 1767958260,
          "dir": 1,
          "entryPrice": 4473.348,
          "exitPrice": 4469.333,
          "stopDistance": 4.016,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 26
        },
        {
          "entryTs": 1767959400,
          "entryUtc": "2026-01-09T11:50:00.000Z",
          "exitTs": 1767960300,
          "dir": 1,
          "entryPrice": 4472.045,
          "exitPrice": 4479.74,
          "stopDistance": 3.848,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767965700,
          "entryUtc": "2026-01-09T13:35:00.000Z",
          "exitTs": 1767972120,
          "dir": 1,
          "entryPrice": 4486.525,
          "exitPrice": 4505.252,
          "stopDistance": 9.363,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 107
        },
        {
          "entryTs": 1767987000,
          "entryUtc": "2026-01-09T19:30:00.000Z",
          "exitTs": 1768172400,
          "dir": 1,
          "entryPrice": 4498.645,
          "exitPrice": 4512.611,
          "stopDistance": 6.983,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 3090
        },
        {
          "entryTs": 1768185900,
          "entryUtc": "2026-01-12T02:45:00.000Z",
          "exitTs": 1768189800,
          "dir": 1,
          "entryPrice": 4578.705,
          "exitPrice": 4568.074,
          "stopDistance": 10.631,
          "outcome": "stop",
          "netR": -1.0395,
          "holdMinutes": 65
        },
        {
          "entryTs": 1768195800,
          "entryUtc": "2026-01-12T05:30:00.000Z",
          "exitTs": 1768196700,
          "dir": 1,
          "entryPrice": 4571.855,
          "exitPrice": 4583.208,
          "stopDistance": 5.677,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 15
        },
        {
          "entryTs": 1768215000,
          "entryUtc": "2026-01-12T10:50:00.000Z",
          "exitTs": 1768217100,
          "dir": 1,
          "entryPrice": 4592.285,
          "exitPrice": 4586.15,
          "stopDistance": 6.135,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 35
        },
        {
          "entryTs": 1768222800,
          "entryUtc": "2026-01-12T13:00:00.000Z",
          "exitTs": 1768223220,
          "dir": 1,
          "entryPrice": 4590.285,
          "exitPrice": 4600.349,
          "stopDistance": 5.032,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 7
        },
        {
          "entryTs": 1768228800,
          "entryUtc": "2026-01-12T14:40:00.000Z",
          "exitTs": 1768229160,
          "dir": 1,
          "entryPrice": 4610.505,
          "exitPrice": 4598.205,
          "stopDistance": 12.3,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 6
        },
        {
          "entryTs": 1768245900,
          "entryUtc": "2026-01-12T19:25:00.000Z",
          "exitTs": 1768248060,
          "dir": 1,
          "entryPrice": 4614.495,
          "exitPrice": 4608.269,
          "stopDistance": 6.226,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 36
        },
        {
          "entryTs": 1768263600,
          "entryUtc": "2026-01-13T00:20:00.000Z",
          "exitTs": 1768264560,
          "dir": 1,
          "entryPrice": 4594.405,
          "exitPrice": 4586.566,
          "stopDistance": 7.839,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 16
        },
        {
          "entryTs": 1768272300,
          "entryUtc": "2026-01-13T02:45:00.000Z",
          "exitTs": 1768285980,
          "dir": 1,
          "entryPrice": 4588.905,
          "exitPrice": 4581.106,
          "stopDistance": 7.799,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 228
        },
        {
          "entryTs": 1768292400,
          "entryUtc": "2026-01-13T08:20:00.000Z",
          "exitTs": 1768299060,
          "dir": 1,
          "entryPrice": 4587.125,
          "exitPrice": 4581.125,
          "stopDistance": 6,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 111
        },
        {
          "entryTs": 1768304700,
          "entryUtc": "2026-01-13T11:45:00.000Z",
          "exitTs": 1768305960,
          "dir": 1,
          "entryPrice": 4589.595,
          "exitPrice": 4585.374,
          "stopDistance": 4.221,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 21
        },
        {
          "entryTs": 1768308900,
          "entryUtc": "2026-01-13T12:55:00.000Z",
          "exitTs": 1768309860,
          "dir": 1,
          "entryPrice": 4590.995,
          "exitPrice": 4600.642,
          "stopDistance": 4.824,
          "outcome": "target",
          "netR": 1.9233,
          "holdMinutes": 16
        },
        {
          "entryTs": 1768319700,
          "entryUtc": "2026-01-13T15:55:00.000Z",
          "exitTs": 1768321500,
          "dir": 1,
          "entryPrice": 4615.465,
          "exitPrice": 4603.219,
          "stopDistance": 12.246,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 30
        },
        {
          "entryTs": 1768345800,
          "entryUtc": "2026-01-13T23:10:00.000Z",
          "exitTs": 1768349220,
          "dir": 1,
          "entryPrice": 4592.345,
          "exitPrice": 4605.582,
          "stopDistance": 6.618,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 57
        },
        {
          "entryTs": 1768371300,
          "entryUtc": "2026-01-14T06:15:00.000Z",
          "exitTs": 1768377960,
          "dir": 1,
          "entryPrice": 4633.195,
          "exitPrice": 4624.983,
          "stopDistance": 8.212,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 111
        },
        {
          "entryTs": 1768380900,
          "entryUtc": "2026-01-14T08:55:00.000Z",
          "exitTs": 1768383660,
          "dir": 1,
          "entryPrice": 4634.635,
          "exitPrice": 4628.289,
          "stopDistance": 6.346,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 46
        },
        {
          "entryTs": 1768386600,
          "entryUtc": "2026-01-14T10:30:00.000Z",
          "exitTs": 1768390140,
          "dir": 1,
          "entryPrice": 4634.745,
          "exitPrice": 4629.322,
          "stopDistance": 5.424,
          "outcome": "stop",
          "netR": -1.0774,
          "holdMinutes": 59
        },
        {
          "entryTs": 1768392600,
          "entryUtc": "2026-01-14T12:10:00.000Z",
          "exitTs": 1768396140,
          "dir": 1,
          "entryPrice": 4636.895,
          "exitPrice": 4631.13,
          "stopDistance": 5.765,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 59
        },
        {
          "entryTs": 1768398900,
          "entryUtc": "2026-01-14T13:55:00.000Z",
          "exitTs": 1768401060,
          "dir": 1,
          "entryPrice": 4635.445,
          "exitPrice": 4627.529,
          "stopDistance": 7.916,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 36
        },
        {
          "entryTs": 1768414200,
          "entryUtc": "2026-01-14T18:10:00.000Z",
          "exitTs": 1768417260,
          "dir": 1,
          "entryPrice": 4620.695,
          "exitPrice": 4638.716,
          "stopDistance": 9.01,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 51
        },
        {
          "entryTs": 1768443900,
          "entryUtc": "2026-01-15T02:25:00.000Z",
          "exitTs": 1768445460,
          "dir": 1,
          "entryPrice": 4608.185,
          "exitPrice": 4598.345,
          "stopDistance": 9.841,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 26
        },
        {
          "entryTs": 1768457100,
          "entryUtc": "2026-01-15T06:05:00.000Z",
          "exitTs": 1768473420,
          "dir": 1,
          "entryPrice": 4598.955,
          "exitPrice": 4616.247,
          "stopDistance": 8.646,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 272
        },
        {
          "entryTs": 1768480800,
          "entryUtc": "2026-01-15T12:40:00.000Z",
          "exitTs": 1768481640,
          "dir": 1,
          "entryPrice": 4617.025,
          "exitPrice": 4612.86,
          "stopDistance": 4.164,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 14
        },
        {
          "entryTs": 1768488600,
          "entryUtc": "2026-01-15T14:50:00.000Z",
          "exitTs": 1768518600,
          "dir": 1,
          "entryPrice": 4609.105,
          "exitPrice": 4618.105,
          "stopDistance": 9.844,
          "outcome": "time",
          "netR": 0.8767,
          "holdMinutes": 500
        },
        {
          "entryTs": 1768537200,
          "entryUtc": "2026-01-16T04:20:00.000Z",
          "exitTs": 1768540380,
          "dir": 1,
          "entryPrice": 4600.129,
          "exitPrice": 4595.842,
          "stopDistance": 4.287,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 53
        },
        {
          "entryTs": 1768547700,
          "entryUtc": "2026-01-16T07:15:00.000Z",
          "exitTs": 1768548600,
          "dir": 1,
          "entryPrice": 4609.805,
          "exitPrice": 4603.423,
          "stopDistance": 6.382,
          "outcome": "stop",
          "netR": -1.0658,
          "holdMinutes": 15
        },
        {
          "entryTs": 1768558500,
          "entryUtc": "2026-01-16T10:15:00.000Z",
          "exitTs": 1768561020,
          "dir": 1,
          "entryPrice": 4606.765,
          "exitPrice": 4601.986,
          "stopDistance": 4.78,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 42
        },
        {
          "entryTs": 1768562400,
          "entryUtc": "2026-01-16T11:20:00.000Z",
          "exitTs": 1768566660,
          "dir": 1,
          "entryPrice": 4608.955,
          "exitPrice": 4603.862,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 71
        },
        {
          "entryTs": 1768572900,
          "entryUtc": "2026-01-16T14:15:00.000Z",
          "exitTs": 1768573800,
          "dir": 1,
          "entryPrice": 4606.765,
          "exitPrice": 4597.729,
          "stopDistance": 9.036,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 15
        },
        {
          "entryTs": 1768581600,
          "entryUtc": "2026-01-16T16:40:00.000Z",
          "exitTs": 1768584480,
          "dir": 1,
          "entryPrice": 4594.185,
          "exitPrice": 4578.261,
          "stopDistance": 15.924,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 48
        },
        {
          "entryTs": 1768588200,
          "entryUtc": "2026-01-16T18:30:00.000Z",
          "exitTs": 1768777200,
          "dir": 1,
          "entryPrice": 4589.795,
          "exitPrice": 4609.661,
          "stopDistance": 9.933,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1768792200,
          "entryUtc": "2026-01-19T03:10:00.000Z",
          "exitTs": 1768794720,
          "dir": 1,
          "entryPrice": 4667.235,
          "exitPrice": 4658.724,
          "stopDistance": 8.511,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 42
        },
        {
          "entryTs": 1768798200,
          "entryUtc": "2026-01-19T04:50:00.000Z",
          "exitTs": 1768804320,
          "dir": 1,
          "entryPrice": 4663.805,
          "exitPrice": 4674.197,
          "stopDistance": 5.196,
          "outcome": "target",
          "netR": 1.9288,
          "holdMinutes": 102
        },
        {
          "entryTs": 1768814400,
          "entryUtc": "2026-01-19T09:20:00.000Z",
          "exitTs": 1768814940,
          "dir": 1,
          "entryPrice": 4671.295,
          "exitPrice": 4666.145,
          "stopDistance": 5.15,
          "outcome": "stop",
          "netR": -1.0816,
          "holdMinutes": 9
        },
        {
          "entryTs": 1768815300,
          "entryUtc": "2026-01-19T09:35:00.000Z",
          "exitTs": 1768819260,
          "dir": 1,
          "entryPrice": 4668.935,
          "exitPrice": 4663.533,
          "stopDistance": 5.402,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 66
        },
        {
          "entryTs": 1768825200,
          "entryUtc": "2026-01-19T12:20:00.000Z",
          "exitTs": 1768830720,
          "dir": 1,
          "entryPrice": 4669.915,
          "exitPrice": 4664.828,
          "stopDistance": 5.088,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 92
        },
        {
          "entryTs": 1768835400,
          "entryUtc": "2026-01-19T15:10:00.000Z",
          "exitTs": 1768836000,
          "dir": 1,
          "entryPrice": 4669.348,
          "exitPrice": 4664.582,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 10
        },
        {
          "entryTs": 1768837200,
          "entryUtc": "2026-01-19T15:40:00.000Z",
          "exitTs": 1768845240,
          "dir": 1,
          "entryPrice": 4669.525,
          "exitPrice": 4678.517,
          "stopDistance": 4.496,
          "outcome": "target",
          "netR": 1.9177,
          "holdMinutes": 134
        },
        {
          "entryTs": 1768871700,
          "entryUtc": "2026-01-20T01:15:00.000Z",
          "exitTs": 1768881600,
          "dir": 1,
          "entryPrice": 4670.095,
          "exitPrice": 4681.445,
          "stopDistance": 5.675,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 165
        },
        {
          "entryTs": 1768909500,
          "entryUtc": "2026-01-20T11:45:00.000Z",
          "exitTs": 1768911960,
          "dir": 1,
          "entryPrice": 4732.175,
          "exitPrice": 4727.048,
          "stopDistance": 5.126,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 41
        },
        {
          "entryTs": 1768917300,
          "entryUtc": "2026-01-20T13:55:00.000Z",
          "exitTs": 1768917780,
          "dir": 1,
          "entryPrice": 4731.585,
          "exitPrice": 4746.884,
          "stopDistance": 7.65,
          "outcome": "target",
          "netR": 1.9516,
          "holdMinutes": 8
        },
        {
          "entryTs": 1768925700,
          "entryUtc": "2026-01-20T16:15:00.000Z",
          "exitTs": 1768932960,
          "dir": 1,
          "entryPrice": 4741.445,
          "exitPrice": 4765.445,
          "stopDistance": 12,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 121
        },
        {
          "entryTs": 1768943700,
          "entryUtc": "2026-01-20T21:15:00.000Z",
          "exitTs": 1768952640,
          "dir": 1,
          "entryPrice": 4760.215,
          "exitPrice": 4772.338,
          "stopDistance": 6.062,
          "outcome": "target",
          "netR": 1.939,
          "holdMinutes": 149
        },
        {
          "entryTs": 1768983600,
          "entryUtc": "2026-01-21T08:20:00.000Z",
          "exitTs": 1768985820,
          "dir": 1,
          "entryPrice": 4865.155,
          "exitPrice": 4854.342,
          "stopDistance": 10.813,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 37
        },
        {
          "entryTs": 1768992000,
          "entryUtc": "2026-01-21T10:40:00.000Z",
          "exitTs": 1768995960,
          "dir": 1,
          "entryPrice": 4862.785,
          "exitPrice": 4855.097,
          "stopDistance": 7.688,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 66
        },
        {
          "entryTs": 1768996800,
          "entryUtc": "2026-01-21T12:00:00.000Z",
          "exitTs": 1768997700,
          "dir": 1,
          "entryPrice": 4866.735,
          "exitPrice": 4860.189,
          "stopDistance": 6.545,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 15
        },
        {
          "entryTs": 1768999200,
          "entryUtc": "2026-01-21T12:40:00.000Z",
          "exitTs": 1768999620,
          "dir": 1,
          "entryPrice": 4866.275,
          "exitPrice": 4859.45,
          "stopDistance": 6.825,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 7
        },
        {
          "entryTs": 1769001000,
          "entryUtc": "2026-01-21T13:10:00.000Z",
          "exitTs": 1769004240,
          "dir": 1,
          "entryPrice": 4868.665,
          "exitPrice": 4860.88,
          "stopDistance": 7.785,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 54
        },
        {
          "entryTs": 1769020500,
          "entryUtc": "2026-01-21T18:35:00.000Z",
          "exitTs": 1769023620,
          "dir": 1,
          "entryPrice": 4835.025,
          "exitPrice": 4820.94,
          "stopDistance": 14.085,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 52
        },
        {
          "entryTs": 1769028900,
          "entryUtc": "2026-01-21T20:55:00.000Z",
          "exitTs": 1769036940,
          "dir": 1,
          "entryPrice": 4823.745,
          "exitPrice": 4805.039,
          "stopDistance": 18.706,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 134
        },
        {
          "entryTs": 1769045100,
          "entryUtc": "2026-01-22T01:25:00.000Z",
          "exitTs": 1769045280,
          "dir": 1,
          "entryPrice": 4807.535,
          "exitPrice": 4792.462,
          "stopDistance": 15.074,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 3
        },
        {
          "entryTs": 1769053200,
          "entryUtc": "2026-01-22T03:40:00.000Z",
          "exitTs": 1769061000,
          "dir": 1,
          "entryPrice": 4792.605,
          "exitPrice": 4811.681,
          "stopDistance": 9.538,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 130
        },
        {
          "entryTs": 1769072100,
          "entryUtc": "2026-01-22T08:55:00.000Z",
          "exitTs": 1769074320,
          "dir": 1,
          "entryPrice": 4829.965,
          "exitPrice": 4823.398,
          "stopDistance": 6.566,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 37
        },
        {
          "entryTs": 1769078700,
          "entryUtc": "2026-01-22T10:45:00.000Z",
          "exitTs": 1769086740,
          "dir": 1,
          "entryPrice": 4828.195,
          "exitPrice": 4821.892,
          "stopDistance": 6.303,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 134
        },
        {
          "entryTs": 1769088300,
          "entryUtc": "2026-01-22T13:25:00.000Z",
          "exitTs": 1769088540,
          "dir": 1,
          "entryPrice": 4833.985,
          "exitPrice": 4827.306,
          "stopDistance": 6.679,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 4
        },
        {
          "entryTs": 1769092200,
          "entryUtc": "2026-01-22T14:30:00.000Z",
          "exitTs": 1769092380,
          "dir": 1,
          "entryPrice": 4829.295,
          "exitPrice": 4845.351,
          "stopDistance": 8.028,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 3
        },
        {
          "entryTs": 1769142000,
          "entryUtc": "2026-01-23T04:20:00.000Z",
          "exitTs": 1769147400,
          "dir": 1,
          "entryPrice": 4952.125,
          "exitPrice": 4966.906,
          "stopDistance": 7.39,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 90
        },
        {
          "entryTs": 1769164200,
          "entryUtc": "2026-01-23T10:30:00.000Z",
          "exitTs": 1769166180,
          "dir": 1,
          "entryPrice": 4929.048,
          "exitPrice": 4919.87,
          "stopDistance": 9.177,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 33
        },
        {
          "entryTs": 1769169000,
          "entryUtc": "2026-01-23T11:50:00.000Z",
          "exitTs": 1769169600,
          "dir": 1,
          "entryPrice": 4925.835,
          "exitPrice": 4918.446,
          "stopDistance": 7.389,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 10
        },
        {
          "entryTs": 1769196600,
          "entryUtc": "2026-01-23T19:30:00.000Z",
          "exitTs": 1769382000,
          "dir": 1,
          "entryPrice": 4977.015,
          "exitPrice": 4995.395,
          "stopDistance": 9.19,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 3090
        },
        {
          "entryTs": 1769407500,
          "entryUtc": "2026-01-26T06:05:00.000Z",
          "exitTs": 1769408100,
          "dir": 1,
          "entryPrice": 5078.805,
          "exitPrice": 5067.04,
          "stopDistance": 11.765,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 10
        },
        {
          "entryTs": 1769419200,
          "entryUtc": "2026-01-26T09:20:00.000Z",
          "exitTs": 1769420940,
          "dir": 1,
          "entryPrice": 5093.535,
          "exitPrice": 5085.243,
          "stopDistance": 8.292,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 29
        },
        {
          "entryTs": 1769424000,
          "entryUtc": "2026-01-26T10:40:00.000Z",
          "exitTs": 1769426100,
          "dir": 1,
          "entryPrice": 5094.535,
          "exitPrice": 5085.727,
          "stopDistance": 8.808,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 35
        },
        {
          "entryTs": 1769428500,
          "entryUtc": "2026-01-26T11:55:00.000Z",
          "exitTs": 1769430780,
          "dir": 1,
          "entryPrice": 5091.445,
          "exitPrice": 5084.207,
          "stopDistance": 7.237,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 38
        },
        {
          "entryTs": 1769438400,
          "entryUtc": "2026-01-26T14:40:00.000Z",
          "exitTs": 1769441640,
          "dir": 1,
          "entryPrice": 5089.005,
          "exitPrice": 5077.252,
          "stopDistance": 11.753,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 54
        },
        {
          "entryTs": 1769447100,
          "entryUtc": "2026-01-26T17:05:00.000Z",
          "exitTs": 1769451060,
          "dir": 1,
          "entryPrice": 5095.045,
          "exitPrice": 5080.052,
          "stopDistance": 14.993,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 66
        },
        {
          "entryTs": 1769461200,
          "entryUtc": "2026-01-26T21:00:00.000Z",
          "exitTs": 1769462040,
          "dir": 1,
          "entryPrice": 5055.105,
          "exitPrice": 5035.859,
          "stopDistance": 19.246,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 14
        },
        {
          "entryTs": 1769469900,
          "entryUtc": "2026-01-26T23:25:00.000Z",
          "exitTs": 1769474760,
          "dir": 1,
          "entryPrice": 5045.285,
          "exitPrice": 5026.144,
          "stopDistance": 19.141,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 81
        },
        {
          "entryTs": 1769476500,
          "entryUtc": "2026-01-27T01:15:00.000Z",
          "exitTs": 1769478060,
          "dir": 1,
          "entryPrice": 5071.275,
          "exitPrice": 5054.168,
          "stopDistance": 17.107,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 26
        },
        {
          "entryTs": 1769492700,
          "entryUtc": "2026-01-27T05:45:00.000Z",
          "exitTs": 1769496480,
          "dir": 1,
          "entryPrice": 5074.455,
          "exitPrice": 5093.092,
          "stopDistance": 9.318,
          "outcome": "target",
          "netR": 1.9603,
          "holdMinutes": 63
        },
        {
          "entryTs": 1769506200,
          "entryUtc": "2026-01-27T09:30:00.000Z",
          "exitTs": 1769514420,
          "dir": 1,
          "entryPrice": 5088.275,
          "exitPrice": 5080.474,
          "stopDistance": 7.801,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 137
        },
        {
          "entryTs": 1769517900,
          "entryUtc": "2026-01-27T12:45:00.000Z",
          "exitTs": 1769519400,
          "dir": 1,
          "entryPrice": 5089.095,
          "exitPrice": 5080.997,
          "stopDistance": 8.098,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 25
        },
        {
          "entryTs": 1769528400,
          "entryUtc": "2026-01-27T15:40:00.000Z",
          "exitTs": 1769544180,
          "dir": 1,
          "entryPrice": 5083.055,
          "exitPrice": 5117.673,
          "stopDistance": 17.309,
          "outcome": "target",
          "netR": 1.9786,
          "holdMinutes": 263
        },
        {
          "entryTs": 1769561100,
          "entryUtc": "2026-01-28T00:45:00.000Z",
          "exitTs": 1769562360,
          "dir": 1,
          "entryPrice": 5168.125,
          "exitPrice": 5189.929,
          "stopDistance": 10.902,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 21
        },
        {
          "entryTs": 1769604300,
          "entryUtc": "2026-01-28T12:45:00.000Z",
          "exitTs": 1769607900,
          "dir": 1,
          "entryPrice": 5269.395,
          "exitPrice": 5258.193,
          "stopDistance": 11.202,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 60
        },
        {
          "entryTs": 1769611500,
          "entryUtc": "2026-01-28T14:45:00.000Z",
          "exitTs": 1769612820,
          "dir": 1,
          "entryPrice": 5279.125,
          "exitPrice": 5264.048,
          "stopDistance": 15.077,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 22
        },
        {
          "entryTs": 1769614800,
          "entryUtc": "2026-01-28T15:40:00.000Z",
          "exitTs": 1769624460,
          "dir": 1,
          "entryPrice": 5274.065,
          "exitPrice": 5318.261,
          "stopDistance": 22.098,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 161
        },
        {
          "entryTs": 1769629200,
          "entryUtc": "2026-01-28T19:40:00.000Z",
          "exitTs": 1769631600,
          "dir": 1,
          "entryPrice": 5300.598,
          "exitPrice": 5340.755,
          "stopDistance": 20.078,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 40
        },
        {
          "entryTs": 1769687100,
          "entryUtc": "2026-01-29T11:45:00.000Z",
          "exitTs": 1769696820,
          "dir": 1,
          "entryPrice": 5514.305,
          "exitPrice": 5546.351,
          "stopDistance": 16.023,
          "outcome": "target",
          "netR": 1.9769,
          "holdMinutes": 162
        },
        {
          "entryTs": 1769707500,
          "entryUtc": "2026-01-29T17:25:00.000Z",
          "exitTs": 1769731560,
          "dir": 1,
          "entryPrice": 5330.549,
          "exitPrice": 5447.726,
          "stopDistance": 58.588,
          "outcome": "target",
          "netR": 1.9937,
          "holdMinutes": 401
        },
        {
          "entryTs": 1769750100,
          "entryUtc": "2026-01-30T05:15:00.000Z",
          "exitTs": 1769752680,
          "dir": 1,
          "entryPrice": 5224.355,
          "exitPrice": 5192.993,
          "stopDistance": 31.362,
          "outcome": "stop",
          "netR": -1.0134,
          "holdMinutes": 43
        },
        {
          "entryTs": 1769785200,
          "entryUtc": "2026-01-30T15:00:00.000Z",
          "exitTs": 1769792820,
          "dir": -1,
          "entryPrice": 5031.698,
          "exitPrice": 4937.219,
          "stopDistance": 47.24,
          "outcome": "target",
          "netR": 1.9922,
          "holdMinutes": 127
        },
        {
          "entryTs": 1769805900,
          "entryUtc": "2026-01-30T20:45:00.000Z",
          "exitTs": 1769987160,
          "dir": -1,
          "entryPrice": 4861.065,
          "exitPrice": 4817.598,
          "stopDistance": 54.169,
          "outcome": "time",
          "netR": 0.7956,
          "holdMinutes": 3021
        },
        {
          "entryTs": 1769987400,
          "entryUtc": "2026-02-01T23:10:00.000Z",
          "exitTs": 1769987880,
          "dir": -1,
          "entryPrice": 4813.655,
          "exitPrice": 4720.077,
          "stopDistance": 46.789,
          "outcome": "target",
          "netR": 1.9921,
          "holdMinutes": 8
        },
        {
          "entryTs": 1769993700,
          "entryUtc": "2026-02-02T00:55:00.000Z",
          "exitTs": 1769994540,
          "dir": -1,
          "entryPrice": 4790.555,
          "exitPrice": 4688.305,
          "stopDistance": 51.125,
          "outcome": "target",
          "netR": 1.9928,
          "holdMinutes": 14
        },
        {
          "entryTs": 1770000900,
          "entryUtc": "2026-02-02T02:55:00.000Z",
          "exitTs": 1770004860,
          "dir": -1,
          "entryPrice": 4726.805,
          "exitPrice": 4625.165,
          "stopDistance": 50.82,
          "outcome": "target",
          "netR": 1.9927,
          "holdMinutes": 66
        },
        {
          "entryTs": 1770039000,
          "entryUtc": "2026-02-02T13:30:00.000Z",
          "exitTs": 1770043080,
          "dir": -1,
          "entryPrice": 4738.429,
          "exitPrice": 4779.84,
          "stopDistance": 41.411,
          "outcome": "stop",
          "netR": -1.0101,
          "holdMinutes": 68
        },
        {
          "entryTs": 1770044100,
          "entryUtc": "2026-02-02T14:55:00.000Z",
          "exitTs": 1770047820,
          "dir": -1,
          "entryPrice": 4717.848,
          "exitPrice": 4621.761,
          "stopDistance": 48.043,
          "outcome": "target",
          "netR": 1.9923,
          "holdMinutes": 62
        },
        {
          "entryTs": 1770052800,
          "entryUtc": "2026-02-02T17:20:00.000Z",
          "exitTs": 1770073680,
          "dir": -1,
          "entryPrice": 4677.339,
          "exitPrice": 4722.311,
          "stopDistance": 44.972,
          "outcome": "stop",
          "netR": -1.0093,
          "holdMinutes": 348
        },
        {
          "entryTs": 1770085500,
          "entryUtc": "2026-02-03T02:25:00.000Z",
          "exitTs": 1770091500,
          "dir": -1,
          "entryPrice": 4790.695,
          "exitPrice": 4824.515,
          "stopDistance": 33.82,
          "outcome": "stop",
          "netR": -1.0124,
          "holdMinutes": 100
        },
        {
          "entryTs": 1770111000,
          "entryUtc": "2026-02-03T09:30:00.000Z",
          "exitTs": 1770111420,
          "dir": -1,
          "entryPrice": 4890.748,
          "exitPrice": 4910.732,
          "stopDistance": 19.984,
          "outcome": "stop",
          "netR": -1.021,
          "holdMinutes": 7
        },
        {
          "entryTs": 1770116400,
          "entryUtc": "2026-02-03T11:00:00.000Z",
          "exitTs": 1770118620,
          "dir": -1,
          "entryPrice": 4901.985,
          "exitPrice": 4916.958,
          "stopDistance": 14.973,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 37
        },
        {
          "entryTs": 1770121800,
          "entryUtc": "2026-02-03T12:30:00.000Z",
          "exitTs": 1770123840,
          "dir": -1,
          "entryPrice": 4902.185,
          "exitPrice": 4920.611,
          "stopDistance": 18.426,
          "outcome": "stop",
          "netR": -1.0228,
          "holdMinutes": 34
        },
        {
          "entryTs": 1770128700,
          "entryUtc": "2026-02-03T14:25:00.000Z",
          "exitTs": 1770131280,
          "dir": -1,
          "entryPrice": 4910.015,
          "exitPrice": 4930.917,
          "stopDistance": 20.902,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 43
        },
        {
          "entryTs": 1770132900,
          "entryUtc": "2026-02-03T15:35:00.000Z",
          "exitTs": 1770134400,
          "dir": -1,
          "entryPrice": 4914.375,
          "exitPrice": 4938.859,
          "stopDistance": 24.484,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 25
        },
        {
          "entryTs": 1770140700,
          "entryUtc": "2026-02-03T17:45:00.000Z",
          "exitTs": 1770142020,
          "dir": -1,
          "entryPrice": 4921.695,
          "exitPrice": 4948.96,
          "stopDistance": 27.265,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 22
        },
        {
          "entryTs": 1770149400,
          "entryUtc": "2026-02-03T20:10:00.000Z",
          "exitTs": 1770150660,
          "dir": -1,
          "entryPrice": 4917.875,
          "exitPrice": 4943.664,
          "stopDistance": 25.789,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 21
        },
        {
          "entryTs": 1770160500,
          "entryUtc": "2026-02-03T23:15:00.000Z",
          "exitTs": 1770163320,
          "dir": -1,
          "entryPrice": 4931.535,
          "exitPrice": 4955.467,
          "stopDistance": 23.932,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 47
        },
        {
          "entryTs": 1770189900,
          "entryUtc": "2026-02-04T07:25:00.000Z",
          "exitTs": 1770190560,
          "dir": 1,
          "entryPrice": 5081.105,
          "exitPrice": 5067.354,
          "stopDistance": 13.751,
          "outcome": "stop",
          "netR": -1.0305,
          "holdMinutes": 11
        },
        {
          "entryTs": 1770208500,
          "entryUtc": "2026-02-04T12:35:00.000Z",
          "exitTs": 1770209580,
          "dir": 1,
          "entryPrice": 5062.085,
          "exitPrice": 5047.888,
          "stopDistance": 14.197,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 18
        },
        {
          "entryTs": 1770212100,
          "entryUtc": "2026-02-04T13:35:00.000Z",
          "exitTs": 1770212460,
          "dir": 1,
          "entryPrice": 5057.165,
          "exitPrice": 5040.943,
          "stopDistance": 16.222,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 6
        },
        {
          "entryTs": 1770213000,
          "entryUtc": "2026-02-04T13:50:00.000Z",
          "exitTs": 1770215100,
          "dir": 1,
          "entryPrice": 5050.335,
          "exitPrice": 5032.84,
          "stopDistance": 17.495,
          "outcome": "stop",
          "netR": -1.024,
          "holdMinutes": 35
        },
        {
          "entryTs": 1770281700,
          "entryUtc": "2026-02-05T08:55:00.000Z",
          "exitTs": 1770282840,
          "dir": -1,
          "entryPrice": 4904.299,
          "exitPrice": 4862.621,
          "stopDistance": 20.839,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 19
        },
        {
          "entryTs": 1770292200,
          "entryUtc": "2026-02-05T11:50:00.000Z",
          "exitTs": 1770293460,
          "dir": -1,
          "entryPrice": 4871.239,
          "exitPrice": 4834.334,
          "stopDistance": 18.452,
          "outcome": "target",
          "netR": 1.9799,
          "holdMinutes": 21
        },
        {
          "entryTs": 1770304500,
          "entryUtc": "2026-02-05T15:15:00.000Z",
          "exitTs": 1770309780,
          "dir": -1,
          "entryPrice": 4827.895,
          "exitPrice": 4865.07,
          "stopDistance": 37.175,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 88
        },
        {
          "entryTs": 1770317700,
          "entryUtc": "2026-02-05T18:55:00.000Z",
          "exitTs": 1770322980,
          "dir": -1,
          "entryPrice": 4858.355,
          "exitPrice": 4812.279,
          "stopDistance": 23.038,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 88
        },
        {
          "entryTs": 1770340800,
          "entryUtc": "2026-02-06T01:20:00.000Z",
          "exitTs": 1770342660,
          "dir": -1,
          "entryPrice": 4717.228,
          "exitPrice": 4757.627,
          "stopDistance": 40.399,
          "outcome": "stop",
          "netR": -1.0104,
          "holdMinutes": 31
        },
        {
          "entryTs": 1770361500,
          "entryUtc": "2026-02-06T07:05:00.000Z",
          "exitTs": 1770366000,
          "dir": -1,
          "entryPrice": 4840.325,
          "exitPrice": 4862.605,
          "stopDistance": 22.28,
          "outcome": "stop",
          "netR": -1.0189,
          "holdMinutes": 75
        },
        {
          "entryTs": 1770369300,
          "entryUtc": "2026-02-06T09:15:00.000Z",
          "exitTs": 1770369780,
          "dir": -1,
          "entryPrice": 4839.695,
          "exitPrice": 4858.983,
          "stopDistance": 19.288,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 8
        },
        {
          "entryTs": 1770407700,
          "entryUtc": "2026-02-06T19:55:00.000Z",
          "exitTs": 1770408120,
          "dir": 1,
          "entryPrice": 4961.305,
          "exitPrice": 4951.518,
          "stopDistance": 9.787,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 7
        },
        {
          "entryTs": 1770414000,
          "entryUtc": "2026-02-06T21:40:00.000Z",
          "exitTs": 1770591600,
          "dir": 1,
          "entryPrice": 4961.635,
          "exitPrice": 4980.908,
          "stopDistance": 9.636,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 2960
        },
        {
          "entryTs": 1770606300,
          "entryUtc": "2026-02-09T03:05:00.000Z",
          "exitTs": 1770621720,
          "dir": 1,
          "entryPrice": 5015.485,
          "exitPrice": 4995.169,
          "stopDistance": 20.316,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 257
        },
        {
          "entryTs": 1770625500,
          "entryUtc": "2026-02-09T08:25:00.000Z",
          "exitTs": 1770629940,
          "dir": 1,
          "entryPrice": 5025.795,
          "exitPrice": 5012.305,
          "stopDistance": 13.49,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 74
        },
        {
          "entryTs": 1770637800,
          "entryUtc": "2026-02-09T11:50:00.000Z",
          "exitTs": 1770644580,
          "dir": 1,
          "entryPrice": 5008.025,
          "exitPrice": 4995.645,
          "stopDistance": 12.379,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 113
        },
        {
          "entryTs": 1770646800,
          "entryUtc": "2026-02-09T14:20:00.000Z",
          "exitTs": 1770649260,
          "dir": 1,
          "entryPrice": 5015.245,
          "exitPrice": 5041.319,
          "stopDistance": 13.037,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 41
        },
        {
          "entryTs": 1770663900,
          "entryUtc": "2026-02-09T19:05:00.000Z",
          "exitTs": 1770672480,
          "dir": 1,
          "entryPrice": 5065.725,
          "exitPrice": 5055.33,
          "stopDistance": 10.395,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 143
        },
        {
          "entryTs": 1770689100,
          "entryUtc": "2026-02-10T02:05:00.000Z",
          "exitTs": 1770693300,
          "dir": 1,
          "entryPrice": 5036.535,
          "exitPrice": 5020.043,
          "stopDistance": 16.492,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 70
        },
        {
          "entryTs": 1770699600,
          "entryUtc": "2026-02-10T05:00:00.000Z",
          "exitTs": 1770701040,
          "dir": 1,
          "entryPrice": 5031.119,
          "exitPrice": 5020.565,
          "stopDistance": 10.554,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 24
        },
        {
          "entryTs": 1770702600,
          "entryUtc": "2026-02-10T05:50:00.000Z",
          "exitTs": 1770706320,
          "dir": 1,
          "entryPrice": 5034.315,
          "exitPrice": 5023.45,
          "stopDistance": 10.865,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 62
        },
        {
          "entryTs": 1770710400,
          "entryUtc": "2026-02-10T08:00:00.000Z",
          "exitTs": 1770713160,
          "dir": 1,
          "entryPrice": 5033.519,
          "exitPrice": 5053.394,
          "stopDistance": 9.937,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 46
        },
        {
          "entryTs": 1770730800,
          "entryUtc": "2026-02-10T13:40:00.000Z",
          "exitTs": 1770733860,
          "dir": 1,
          "entryPrice": 5048.765,
          "exitPrice": 5074.743,
          "stopDistance": 12.989,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 51
        },
        {
          "entryTs": 1770744300,
          "entryUtc": "2026-02-10T17:25:00.000Z",
          "exitTs": 1770746700,
          "dir": 1,
          "entryPrice": 5033.865,
          "exitPrice": 5020.584,
          "stopDistance": 13.282,
          "outcome": "stop",
          "netR": -1.0316,
          "holdMinutes": 40
        },
        {
          "entryTs": 1770752100,
          "entryUtc": "2026-02-10T19:35:00.000Z",
          "exitTs": 1770756480,
          "dir": 1,
          "entryPrice": 5026.195,
          "exitPrice": 5045.098,
          "stopDistance": 9.452,
          "outcome": "target",
          "netR": 1.9609,
          "holdMinutes": 73
        },
        {
          "entryTs": 1770764700,
          "entryUtc": "2026-02-10T23:05:00.000Z",
          "exitTs": 1770765720,
          "dir": 1,
          "entryPrice": 5033.048,
          "exitPrice": 5049.147,
          "stopDistance": 8.049,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 17
        },
        {
          "entryTs": 1770788400,
          "entryUtc": "2026-02-11T05:40:00.000Z",
          "exitTs": 1770788940,
          "dir": 1,
          "entryPrice": 5062.025,
          "exitPrice": 5055.324,
          "stopDistance": 6.701,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 9
        },
        {
          "entryTs": 1770790200,
          "entryUtc": "2026-02-11T06:10:00.000Z",
          "exitTs": 1770798660,
          "dir": 1,
          "entryPrice": 5055.355,
          "exitPrice": 5047.606,
          "stopDistance": 7.749,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 141
        },
        {
          "entryTs": 1770802500,
          "entryUtc": "2026-02-11T09:35:00.000Z",
          "exitTs": 1770803220,
          "dir": 1,
          "entryPrice": 5057.505,
          "exitPrice": 5071.73,
          "stopDistance": 7.112,
          "outcome": "target",
          "netR": 1.948,
          "holdMinutes": 12
        },
        {
          "entryTs": 1770827700,
          "entryUtc": "2026-02-11T16:35:00.000Z",
          "exitTs": 1770851460,
          "dir": 1,
          "entryPrice": 5074.455,
          "exitPrice": 5055.752,
          "stopDistance": 18.703,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 396
        },
        {
          "entryTs": 1770861900,
          "entryUtc": "2026-02-12T02:05:00.000Z",
          "exitTs": 1770864120,
          "dir": 1,
          "entryPrice": 5068.475,
          "exitPrice": 5056.553,
          "stopDistance": 11.922,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 37
        },
        {
          "entryTs": 1770864900,
          "entryUtc": "2026-02-12T02:55:00.000Z",
          "exitTs": 1770866820,
          "dir": 1,
          "entryPrice": 5065.295,
          "exitPrice": 5054.543,
          "stopDistance": 10.752,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 32
        },
        {
          "entryTs": 1770872400,
          "entryUtc": "2026-02-12T05:00:00.000Z",
          "exitTs": 1770877440,
          "dir": 1,
          "entryPrice": 5069.215,
          "exitPrice": 5061.372,
          "stopDistance": 7.843,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 84
        },
        {
          "entryTs": 1770883500,
          "entryUtc": "2026-02-12T08:05:00.000Z",
          "exitTs": 1770885000,
          "dir": 1,
          "entryPrice": 5068.155,
          "exitPrice": 5060.165,
          "stopDistance": 7.989,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 25
        },
        {
          "entryTs": 1770886500,
          "entryUtc": "2026-02-12T08:55:00.000Z",
          "exitTs": 1770893220,
          "dir": 1,
          "entryPrice": 5066.595,
          "exitPrice": 5058.629,
          "stopDistance": 7.966,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 112
        },
        {
          "entryTs": 1770897900,
          "entryUtc": "2026-02-12T12:05:00.000Z",
          "exitTs": 1770898080,
          "dir": 1,
          "entryPrice": 5064.845,
          "exitPrice": 5059.025,
          "stopDistance": 5.82,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 3
        },
        {
          "entryTs": 1770902400,
          "entryUtc": "2026-02-12T13:20:00.000Z",
          "exitTs": 1770902940,
          "dir": 1,
          "entryPrice": 5069.675,
          "exitPrice": 5061.972,
          "stopDistance": 7.702,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 9
        },
        {
          "entryTs": 1770910500,
          "entryUtc": "2026-02-12T15:35:00.000Z",
          "exitTs": 1770912360,
          "dir": 1,
          "entryPrice": 5069.115,
          "exitPrice": 5056.904,
          "stopDistance": 12.212,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 31
        },
        {
          "entryTs": 1770927600,
          "entryUtc": "2026-02-12T20:20:00.000Z",
          "exitTs": 1770937260,
          "dir": -1,
          "entryPrice": 4937.325,
          "exitPrice": 4903.814,
          "stopDistance": 16.756,
          "outcome": "target",
          "netR": 1.9779,
          "holdMinutes": 161
        },
        {
          "entryTs": 1770958500,
          "entryUtc": "2026-02-13T04:55:00.000Z",
          "exitTs": 1770960360,
          "dir": -1,
          "entryPrice": 4974.965,
          "exitPrice": 4984.602,
          "stopDistance": 9.637,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 31
        },
        {
          "entryTs": 1770975000,
          "entryUtc": "2026-02-13T09:30:00.000Z",
          "exitTs": 1770976080,
          "dir": -1,
          "entryPrice": 4964.595,
          "exitPrice": 4976.463,
          "stopDistance": 11.868,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 18
        },
        {
          "entryTs": 1770998400,
          "entryUtc": "2026-02-13T16:00:00.000Z",
          "exitTs": 1770999240,
          "dir": -1,
          "entryPrice": 4976.375,
          "exitPrice": 4995.423,
          "stopDistance": 19.048,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 14
        },
        {
          "entryTs": 1771017000,
          "entryUtc": "2026-02-13T21:10:00.000Z",
          "exitTs": 1771196400,
          "dir": 1,
          "entryPrice": 5032.305,
          "exitPrice": 5050.983,
          "stopDistance": 9.339,
          "outcome": "target",
          "netR": 1.9604,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1771204800,
          "entryUtc": "2026-02-16T01:20:00.000Z",
          "exitTs": 1771209300,
          "dir": 1,
          "entryPrice": 5028.785,
          "exitPrice": 5017.869,
          "stopDistance": 10.916,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 75
        },
        {
          "entryTs": 1771284000,
          "entryUtc": "2026-02-16T23:20:00.000Z",
          "exitTs": 1771284180,
          "dir": -1,
          "entryPrice": 4989.015,
          "exitPrice": 4995.348,
          "stopDistance": 6.333,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 3
        },
        {
          "entryTs": 1771285200,
          "entryUtc": "2026-02-16T23:40:00.000Z",
          "exitTs": 1771287720,
          "dir": -1,
          "entryPrice": 4989.405,
          "exitPrice": 4974.809,
          "stopDistance": 7.298,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 42
        },
        {
          "entryTs": 1771296300,
          "entryUtc": "2026-02-17T02:45:00.000Z",
          "exitTs": 1771297200,
          "dir": -1,
          "entryPrice": 4960.735,
          "exitPrice": 4969.39,
          "stopDistance": 8.655,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 15
        },
        {
          "entryTs": 1771298100,
          "entryUtc": "2026-02-17T03:15:00.000Z",
          "exitTs": 1771304760,
          "dir": -1,
          "entryPrice": 4961.155,
          "exitPrice": 4944.519,
          "stopDistance": 8.318,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 111
        },
        {
          "entryTs": 1771325700,
          "entryUtc": "2026-02-17T10:55:00.000Z",
          "exitTs": 1771326480,
          "dir": -1,
          "entryPrice": 4911.685,
          "exitPrice": 4921.568,
          "stopDistance": 9.883,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 13
        },
        {
          "entryTs": 1771334100,
          "entryUtc": "2026-02-17T13:15:00.000Z",
          "exitTs": 1771336560,
          "dir": -1,
          "entryPrice": 4921.285,
          "exitPrice": 4903.545,
          "stopDistance": 8.87,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 41
        },
        {
          "entryTs": 1771347300,
          "entryUtc": "2026-02-17T16:55:00.000Z",
          "exitTs": 1771353600,
          "dir": -1,
          "entryPrice": 4875.855,
          "exitPrice": 4893.208,
          "stopDistance": 17.353,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 105
        },
        {
          "entryTs": 1771358700,
          "entryUtc": "2026-02-17T20:05:00.000Z",
          "exitTs": 1771372380,
          "dir": -1,
          "entryPrice": 4878.615,
          "exitPrice": 4855.873,
          "stopDistance": 11.371,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 228
        },
        {
          "entryTs": 1771396500,
          "entryUtc": "2026-02-18T06:35:00.000Z",
          "exitTs": 1771397160,
          "dir": -1,
          "entryPrice": 4926.825,
          "exitPrice": 4933.002,
          "stopDistance": 6.177,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771401600,
          "entryUtc": "2026-02-18T08:00:00.000Z",
          "exitTs": 1771405140,
          "dir": -1,
          "entryPrice": 4929.945,
          "exitPrice": 4917.368,
          "stopDistance": 6.288,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 59
        },
        {
          "entryTs": 1771470300,
          "entryUtc": "2026-02-19T03:05:00.000Z",
          "exitTs": 1771471800,
          "dir": -1,
          "entryPrice": 4967.558,
          "exitPrice": 4973.793,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 25
        },
        {
          "entryTs": 1771508400,
          "entryUtc": "2026-02-19T13:40:00.000Z",
          "exitTs": 1771509840,
          "dir": 1,
          "entryPrice": 4994.315,
          "exitPrice": 4984.56,
          "stopDistance": 9.755,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 24
        },
        {
          "entryTs": 1771512600,
          "entryUtc": "2026-02-19T14:50:00.000Z",
          "exitTs": 1771522620,
          "dir": 1,
          "entryPrice": 4999.465,
          "exitPrice": 4986.944,
          "stopDistance": 12.521,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 167
        },
        {
          "entryTs": 1771531500,
          "entryUtc": "2026-02-19T20:05:00.000Z",
          "exitTs": 1771542420,
          "dir": 1,
          "entryPrice": 4989.635,
          "exitPrice": 5004.043,
          "stopDistance": 7.204,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 182
        },
        {
          "entryTs": 1771548900,
          "entryUtc": "2026-02-20T00:55:00.000Z",
          "exitTs": 1771552860,
          "dir": 1,
          "entryPrice": 5000.785,
          "exitPrice": 4993.196,
          "stopDistance": 7.589,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 66
        },
        {
          "entryTs": 1771553100,
          "entryUtc": "2026-02-20T02:05:00.000Z",
          "exitTs": 1771553580,
          "dir": 1,
          "entryPrice": 5003.905,
          "exitPrice": 4995.135,
          "stopDistance": 8.77,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 8
        },
        {
          "entryTs": 1771562700,
          "entryUtc": "2026-02-20T04:45:00.000Z",
          "exitTs": 1771567200,
          "dir": 1,
          "entryPrice": 4998.435,
          "exitPrice": 5012.008,
          "stopDistance": 6.787,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 75
        },
        {
          "entryTs": 1771576500,
          "entryUtc": "2026-02-20T08:35:00.000Z",
          "exitTs": 1771578360,
          "dir": 1,
          "entryPrice": 5021.665,
          "exitPrice": 5037.694,
          "stopDistance": 8.015,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 31
        },
        {
          "entryTs": 1771583700,
          "entryUtc": "2026-02-20T10:35:00.000Z",
          "exitTs": 1771584480,
          "dir": 1,
          "entryPrice": 5033.058,
          "exitPrice": 5025.607,
          "stopDistance": 7.451,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 13
        },
        {
          "entryTs": 1771593000,
          "entryUtc": "2026-02-20T13:10:00.000Z",
          "exitTs": 1771594380,
          "dir": 1,
          "entryPrice": 5026.458,
          "exitPrice": 5018.444,
          "stopDistance": 8.014,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 23
        },
        {
          "entryTs": 1771602600,
          "entryUtc": "2026-02-20T15:50:00.000Z",
          "exitTs": 1771620960,
          "dir": 1,
          "entryPrice": 5046.935,
          "exitPrice": 5089.78,
          "stopDistance": 21.423,
          "outcome": "target",
          "netR": 1.9827,
          "holdMinutes": 306
        },
        {
          "entryTs": 1771838100,
          "entryUtc": "2026-02-23T09:15:00.000Z",
          "exitTs": 1771844280,
          "dir": 1,
          "entryPrice": 5145.725,
          "exitPrice": 5162.98,
          "stopDistance": 8.627,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 103
        },
        {
          "entryTs": 1771850400,
          "entryUtc": "2026-02-23T12:40:00.000Z",
          "exitTs": 1771852980,
          "dir": 1,
          "entryPrice": 5157.795,
          "exitPrice": 5150.645,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 43
        },
        {
          "entryTs": 1771856400,
          "entryUtc": "2026-02-23T14:20:00.000Z",
          "exitTs": 1771857360,
          "dir": 1,
          "entryPrice": 5159.685,
          "exitPrice": 5175.904,
          "stopDistance": 8.11,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 16
        },
        {
          "entryTs": 1771902900,
          "entryUtc": "2026-02-24T03:15:00.000Z",
          "exitTs": 1771904880,
          "dir": 1,
          "entryPrice": 5188.625,
          "exitPrice": 5175.577,
          "stopDistance": 13.048,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 33
        },
        {
          "entryTs": 1771912500,
          "entryUtc": "2026-02-24T05:55:00.000Z",
          "exitTs": 1771914540,
          "dir": 1,
          "entryPrice": 5180.585,
          "exitPrice": 5171.518,
          "stopDistance": 9.066,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 34
        },
        {
          "entryTs": 1771918200,
          "entryUtc": "2026-02-24T07:30:00.000Z",
          "exitTs": 1771920240,
          "dir": 1,
          "entryPrice": 5182.965,
          "exitPrice": 5172.106,
          "stopDistance": 10.858,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 34
        },
        {
          "entryTs": 1771922400,
          "entryUtc": "2026-02-24T08:40:00.000Z",
          "exitTs": 1771925040,
          "dir": 1,
          "entryPrice": 5178.665,
          "exitPrice": 5168.329,
          "stopDistance": 10.336,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 44
        },
        {
          "entryTs": 1771928400,
          "entryUtc": "2026-02-24T10:20:00.000Z",
          "exitTs": 1771929180,
          "dir": 1,
          "entryPrice": 5173.655,
          "exitPrice": 5166.466,
          "stopDistance": 7.189,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 13
        },
        {
          "entryTs": 1771931400,
          "entryUtc": "2026-02-24T11:10:00.000Z",
          "exitTs": 1771935120,
          "dir": 1,
          "entryPrice": 5173.365,
          "exitPrice": 5165.787,
          "stopDistance": 7.578,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 62
        },
        {
          "entryTs": 1771946700,
          "entryUtc": "2026-02-24T15:25:00.000Z",
          "exitTs": 1771974480,
          "dir": 1,
          "entryPrice": 5143.415,
          "exitPrice": 5127.342,
          "stopDistance": 16.073,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 463
        },
        {
          "entryTs": 1771980000,
          "entryUtc": "2026-02-25T00:40:00.000Z",
          "exitTs": 1771980360,
          "dir": 1,
          "entryPrice": 5152.025,
          "exitPrice": 5142.275,
          "stopDistance": 9.75,
          "outcome": "stop",
          "netR": -1.0431,
          "holdMinutes": 6
        },
        {
          "entryTs": 1771993800,
          "entryUtc": "2026-02-25T04:30:00.000Z",
          "exitTs": 1771998180,
          "dir": 1,
          "entryPrice": 5182.445,
          "exitPrice": 5201.046,
          "stopDistance": 9.301,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 73
        },
        {
          "entryTs": 1772003400,
          "entryUtc": "2026-02-25T07:10:00.000Z",
          "exitTs": 1772004120,
          "dir": 1,
          "entryPrice": 5192.955,
          "exitPrice": 5184.742,
          "stopDistance": 8.213,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 12
        },
        {
          "entryTs": 1772008200,
          "entryUtc": "2026-02-25T08:30:00.000Z",
          "exitTs": 1772009820,
          "dir": 1,
          "entryPrice": 5193.255,
          "exitPrice": 5186.058,
          "stopDistance": 7.197,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 27
        },
        {
          "entryTs": 1772012700,
          "entryUtc": "2026-02-25T09:45:00.000Z",
          "exitTs": 1772014140,
          "dir": 1,
          "entryPrice": 5190.745,
          "exitPrice": 5184.092,
          "stopDistance": 6.653,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 24
        },
        {
          "entryTs": 1772021400,
          "entryUtc": "2026-02-25T12:10:00.000Z",
          "exitTs": 1772029860,
          "dir": 1,
          "entryPrice": 5180.735,
          "exitPrice": 5173.051,
          "stopDistance": 7.684,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 141
        },
        {
          "entryTs": 1772031900,
          "entryUtc": "2026-02-25T15:05:00.000Z",
          "exitTs": 1772032800,
          "dir": 1,
          "entryPrice": 5198.375,
          "exitPrice": 5187.509,
          "stopDistance": 10.866,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 15
        },
        {
          "entryTs": 1772065800,
          "entryUtc": "2026-02-26T00:30:00.000Z",
          "exitTs": 1772094840,
          "dir": 1,
          "entryPrice": 5184.995,
          "exitPrice": 5171.511,
          "stopDistance": 13.485,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 484
        },
        {
          "entryTs": 1772099700,
          "entryUtc": "2026-02-26T09:55:00.000Z",
          "exitTs": 1772101740,
          "dir": 1,
          "entryPrice": 5186.595,
          "exitPrice": 5178.957,
          "stopDistance": 7.638,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 34
        },
        {
          "entryTs": 1772109300,
          "entryUtc": "2026-02-26T12:35:00.000Z",
          "exitTs": 1772111220,
          "dir": 1,
          "entryPrice": 5182.735,
          "exitPrice": 5174.68,
          "stopDistance": 8.054,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 32
        },
        {
          "entryTs": 1772112300,
          "entryUtc": "2026-02-26T13:25:00.000Z",
          "exitTs": 1772112600,
          "dir": 1,
          "entryPrice": 5177.678,
          "exitPrice": 5168.61,
          "stopDistance": 9.068,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 5
        },
        {
          "entryTs": 1772121000,
          "entryUtc": "2026-02-26T15:50:00.000Z",
          "exitTs": 1772128440,
          "dir": 1,
          "entryPrice": 5182.148,
          "exitPrice": 5165.06,
          "stopDistance": 17.087,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 124
        },
        {
          "entryTs": 1772131500,
          "entryUtc": "2026-02-26T18:45:00.000Z",
          "exitTs": 1772154120,
          "dir": 1,
          "entryPrice": 5180.815,
          "exitPrice": 5169.238,
          "stopDistance": 11.577,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 377
        },
        {
          "entryTs": 1772156700,
          "entryUtc": "2026-02-27T01:45:00.000Z",
          "exitTs": 1772159760,
          "dir": 1,
          "entryPrice": 5188.175,
          "exitPrice": 5179.251,
          "stopDistance": 8.924,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 51
        },
        {
          "entryTs": 1772163300,
          "entryUtc": "2026-02-27T03:35:00.000Z",
          "exitTs": 1772176560,
          "dir": 1,
          "entryPrice": 5187.445,
          "exitPrice": 5180.412,
          "stopDistance": 7.033,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 221
        },
        {
          "entryTs": 1772192100,
          "entryUtc": "2026-02-27T11:35:00.000Z",
          "exitTs": 1772194020,
          "dir": 1,
          "entryPrice": 5178.485,
          "exitPrice": 5190.44,
          "stopDistance": 5.978,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 32
        },
        {
          "entryTs": 1772214900,
          "entryUtc": "2026-02-27T17:55:00.000Z",
          "exitTs": 1772216760,
          "dir": 1,
          "entryPrice": 5234.815,
          "exitPrice": 5223.565,
          "stopDistance": 11.25,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 31
        },
        {
          "entryTs": 1772217900,
          "entryUtc": "2026-02-27T18:45:00.000Z",
          "exitTs": 1772223660,
          "dir": 1,
          "entryPrice": 5239.475,
          "exitPrice": 5259.216,
          "stopDistance": 9.87,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 96
        },
        {
          "entryTs": 1772419500,
          "entryUtc": "2026-03-02T02:45:00.000Z",
          "exitTs": 1772434620,
          "dir": 1,
          "entryPrice": 5350.365,
          "exitPrice": 5388.917,
          "stopDistance": 19.276,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 252
        },
        {
          "entryTs": 1772451600,
          "entryUtc": "2026-03-02T11:40:00.000Z",
          "exitTs": 1772451900,
          "dir": 1,
          "entryPrice": 5395.635,
          "exitPrice": 5384.567,
          "stopDistance": 11.068,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 5
        },
        {
          "entryTs": 1772454600,
          "entryUtc": "2026-03-02T12:30:00.000Z",
          "exitTs": 1772457240,
          "dir": 1,
          "entryPrice": 5393.785,
          "exitPrice": 5382.457,
          "stopDistance": 11.328,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 44
        },
        {
          "entryTs": 1772477700,
          "entryUtc": "2026-03-02T18:55:00.000Z",
          "exitTs": 1772496840,
          "dir": 1,
          "entryPrice": 5315.125,
          "exitPrice": 5347.919,
          "stopDistance": 16.397,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 319
        },
        {
          "entryTs": 1772505600,
          "entryUtc": "2026-03-03T02:40:00.000Z",
          "exitTs": 1772515980,
          "dir": 1,
          "entryPrice": 5358.305,
          "exitPrice": 5343.29,
          "stopDistance": 15.015,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 173
        },
        {
          "entryTs": 1772524500,
          "entryUtc": "2026-03-03T07:55:00.000Z",
          "exitTs": 1772526180,
          "dir": 1,
          "entryPrice": 5329.255,
          "exitPrice": 5314.567,
          "stopDistance": 14.688,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 28
        },
        {
          "entryTs": 1772559000,
          "entryUtc": "2026-03-03T17:30:00.000Z",
          "exitTs": 1772562480,
          "dir": -1,
          "entryPrice": 5082.625,
          "exitPrice": 5109.974,
          "stopDistance": 27.349,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 58
        },
        {
          "entryTs": 1772571000,
          "entryUtc": "2026-03-03T20:50:00.000Z",
          "exitTs": 1772579700,
          "dir": -1,
          "entryPrice": 5104.365,
          "exitPrice": 5123.016,
          "stopDistance": 18.651,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 145
        },
        {
          "entryTs": 1772593800,
          "entryUtc": "2026-03-04T03:10:00.000Z",
          "exitTs": 1772596320,
          "dir": -1,
          "entryPrice": 5152.015,
          "exitPrice": 5169.388,
          "stopDistance": 17.372,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 42
        },
        {
          "entryTs": 1772599800,
          "entryUtc": "2026-03-04T04:50:00.000Z",
          "exitTs": 1772604360,
          "dir": -1,
          "entryPrice": 5154.945,
          "exitPrice": 5127.728,
          "stopDistance": 13.609,
          "outcome": "target",
          "netR": 1.9728,
          "holdMinutes": 76
        },
        {
          "entryTs": 1772612400,
          "entryUtc": "2026-03-04T08:20:00.000Z",
          "exitTs": 1772612640,
          "dir": -1,
          "entryPrice": 5154.365,
          "exitPrice": 5168.4,
          "stopDistance": 14.035,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 4
        },
        {
          "entryTs": 1772632800,
          "entryUtc": "2026-03-04T14:00:00.000Z",
          "exitTs": 1772634720,
          "dir": -1,
          "entryPrice": 5167.465,
          "exitPrice": 5180.873,
          "stopDistance": 13.408,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 32
        },
        {
          "entryTs": 1772655600,
          "entryUtc": "2026-03-04T20:20:00.000Z",
          "exitTs": 1772656080,
          "dir": -1,
          "entryPrice": 5127.685,
          "exitPrice": 5137.857,
          "stopDistance": 10.172,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 8
        },
        {
          "entryTs": 1772698200,
          "entryUtc": "2026-03-05T08:10:00.000Z",
          "exitTs": 1772699760,
          "dir": -1,
          "entryPrice": 5148.405,
          "exitPrice": 5159.449,
          "stopDistance": 11.044,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 26
        },
        {
          "entryTs": 1772705100,
          "entryUtc": "2026-03-05T10:05:00.000Z",
          "exitTs": 1772707680,
          "dir": -1,
          "entryPrice": 5149.585,
          "exitPrice": 5161.806,
          "stopDistance": 12.221,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 43
        },
        {
          "entryTs": 1772715900,
          "entryUtc": "2026-03-05T13:05:00.000Z",
          "exitTs": 1772716560,
          "dir": -1,
          "entryPrice": 5154.115,
          "exitPrice": 5137.883,
          "stopDistance": 8.116,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 11
        },
        {
          "entryTs": 1772737200,
          "entryUtc": "2026-03-05T19:00:00.000Z",
          "exitTs": 1772741760,
          "dir": -1,
          "entryPrice": 5069.075,
          "exitPrice": 5083.68,
          "stopDistance": 14.605,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 76
        },
        {
          "entryTs": 1772757900,
          "entryUtc": "2026-03-06T00:45:00.000Z",
          "exitTs": 1772760780,
          "dir": -1,
          "entryPrice": 5083.405,
          "exitPrice": 5094.661,
          "stopDistance": 11.257,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 48
        },
        {
          "entryTs": 1772773800,
          "entryUtc": "2026-03-06T05:10:00.000Z",
          "exitTs": 1772780880,
          "dir": -1,
          "entryPrice": 5122.635,
          "exitPrice": 5107.632,
          "stopDistance": 7.501,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 118
        },
        {
          "entryTs": 1772797500,
          "entryUtc": "2026-03-06T11:45:00.000Z",
          "exitTs": 1772799540,
          "dir": -1,
          "entryPrice": 5080.795,
          "exitPrice": 5091.606,
          "stopDistance": 10.811,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 34
        },
        {
          "entryTs": 1772802000,
          "entryUtc": "2026-03-06T13:00:00.000Z",
          "exitTs": 1772803800,
          "dir": -1,
          "entryPrice": 5082.715,
          "exitPrice": 5094.247,
          "stopDistance": 11.532,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 30
        },
        {
          "entryTs": 1773039600,
          "entryUtc": "2026-03-09T07:00:00.000Z",
          "exitTs": 1773047400,
          "dir": -1,
          "entryPrice": 5097.415,
          "exitPrice": 5111.661,
          "stopDistance": 14.246,
          "outcome": "stop",
          "netR": -1.0295,
          "holdMinutes": 130
        },
        {
          "entryTs": 1773051900,
          "entryUtc": "2026-03-09T10:25:00.000Z",
          "exitTs": 1773063720,
          "dir": -1,
          "entryPrice": 5102.015,
          "exitPrice": 5078.614,
          "stopDistance": 11.701,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 197
        },
        {
          "entryTs": 1773063900,
          "entryUtc": "2026-03-09T13:45:00.000Z",
          "exitTs": 1773066720,
          "dir": -1,
          "entryPrice": 5075.205,
          "exitPrice": 5089.788,
          "stopDistance": 14.583,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 47
        },
        {
          "entryTs": 1773069600,
          "entryUtc": "2026-03-09T15:20:00.000Z",
          "exitTs": 1773070200,
          "dir": -1,
          "entryPrice": 5083.805,
          "exitPrice": 5101.897,
          "stopDistance": 18.092,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 10
        },
        {
          "entryTs": 1773077400,
          "entryUtc": "2026-03-09T17:30:00.000Z",
          "exitTs": 1773080580,
          "dir": -1,
          "entryPrice": 5094.855,
          "exitPrice": 5104.524,
          "stopDistance": 9.669,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 53
        },
        {
          "entryTs": 1773095100,
          "entryUtc": "2026-03-09T22:25:00.000Z",
          "exitTs": 1773096180,
          "dir": -1,
          "entryPrice": 5124.065,
          "exitPrice": 5136.498,
          "stopDistance": 12.433,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 18
        },
        {
          "entryTs": 1773101700,
          "entryUtc": "2026-03-10T00:15:00.000Z",
          "exitTs": 1773104700,
          "dir": -1,
          "entryPrice": 5136.465,
          "exitPrice": 5148.277,
          "stopDistance": 11.812,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 50
        },
        {
          "entryTs": 1773119100,
          "entryUtc": "2026-03-10T05:05:00.000Z",
          "exitTs": 1773127380,
          "dir": 1,
          "entryPrice": 5168.285,
          "exitPrice": 5161.147,
          "stopDistance": 7.139,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 138
        },
        {
          "entryTs": 1773129000,
          "entryUtc": "2026-03-10T07:50:00.000Z",
          "exitTs": 1773138660,
          "dir": 1,
          "entryPrice": 5178.355,
          "exitPrice": 5169.924,
          "stopDistance": 8.431,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 161
        },
        {
          "entryTs": 1773141300,
          "entryUtc": "2026-03-10T11:15:00.000Z",
          "exitTs": 1773142260,
          "dir": 1,
          "entryPrice": 5186.908,
          "exitPrice": 5176.828,
          "stopDistance": 10.08,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 16
        },
        {
          "entryTs": 1773146400,
          "entryUtc": "2026-03-10T12:40:00.000Z",
          "exitTs": 1773147660,
          "dir": 1,
          "entryPrice": 5180.395,
          "exitPrice": 5198.992,
          "stopDistance": 9.299,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 21
        },
        {
          "entryTs": 1773187200,
          "entryUtc": "2026-03-11T00:00:00.000Z",
          "exitTs": 1773187440,
          "dir": 1,
          "entryPrice": 5197.175,
          "exitPrice": 5189.437,
          "stopDistance": 7.737,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 4
        },
        {
          "entryTs": 1773188400,
          "entryUtc": "2026-03-11T00:20:00.000Z",
          "exitTs": 1773190800,
          "dir": 1,
          "entryPrice": 5202.555,
          "exitPrice": 5220.425,
          "stopDistance": 8.935,
          "outcome": "target",
          "netR": 1.9586,
          "holdMinutes": 40
        },
        {
          "entryTs": 1773197700,
          "entryUtc": "2026-03-11T02:55:00.000Z",
          "exitTs": 1773199260,
          "dir": 1,
          "entryPrice": 5219.565,
          "exitPrice": 5210.935,
          "stopDistance": 8.63,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 26
        },
        {
          "entryTs": 1773210600,
          "entryUtc": "2026-03-11T06:30:00.000Z",
          "exitTs": 1773211260,
          "dir": 1,
          "entryPrice": 5206.405,
          "exitPrice": 5199.286,
          "stopDistance": 7.119,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 11
        },
        {
          "entryTs": 1773222300,
          "entryUtc": "2026-03-11T09:45:00.000Z",
          "exitTs": 1773225240,
          "dir": 1,
          "entryPrice": 5191.445,
          "exitPrice": 5183.359,
          "stopDistance": 8.086,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 49
        },
        {
          "entryTs": 1773231600,
          "entryUtc": "2026-03-11T12:20:00.000Z",
          "exitTs": 1773232200,
          "dir": 1,
          "entryPrice": 5193.865,
          "exitPrice": 5185.185,
          "stopDistance": 8.68,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 10
        },
        {
          "entryTs": 1773238500,
          "entryUtc": "2026-03-11T14:15:00.000Z",
          "exitTs": 1773240120,
          "dir": 1,
          "entryPrice": 5189.675,
          "exitPrice": 5175.619,
          "stopDistance": 14.055,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 27
        },
        {
          "entryTs": 1773248700,
          "entryUtc": "2026-03-11T17:05:00.000Z",
          "exitTs": 1773250320,
          "dir": 1,
          "entryPrice": 5178.055,
          "exitPrice": 5168.412,
          "stopDistance": 9.644,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 27
        },
        {
          "entryTs": 1773253200,
          "entryUtc": "2026-03-11T18:20:00.000Z",
          "exitTs": 1773266940,
          "dir": 1,
          "entryPrice": 5176.535,
          "exitPrice": 5168.095,
          "stopDistance": 8.44,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 229
        },
        {
          "entryTs": 1773320100,
          "entryUtc": "2026-03-12T12:55:00.000Z",
          "exitTs": 1773321300,
          "dir": 1,
          "entryPrice": 5183.705,
          "exitPrice": 5176.133,
          "stopDistance": 7.572,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 20
        },
        {
          "entryTs": 1773371100,
          "entryUtc": "2026-03-13T03:05:00.000Z",
          "exitTs": 1773382860,
          "dir": -1,
          "entryPrice": 5112.195,
          "exitPrice": 5096.939,
          "stopDistance": 7.628,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 196
        },
        {
          "entryTs": 1773410400,
          "entryUtc": "2026-03-13T14:00:00.000Z",
          "exitTs": 1773412800,
          "dir": -1,
          "entryPrice": 5100.608,
          "exitPrice": 5079.637,
          "stopDistance": 10.486,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 40
        },
        {
          "entryTs": 1773424500,
          "entryUtc": "2026-03-13T17:55:00.000Z",
          "exitTs": 1773431160,
          "dir": -1,
          "entryPrice": 5045.425,
          "exitPrice": 5020.289,
          "stopDistance": 12.568,
          "outcome": "target",
          "netR": 1.9706,
          "holdMinutes": 111
        },
        {
          "entryTs": 1773623700,
          "entryUtc": "2026-03-16T01:15:00.000Z",
          "exitTs": 1773623880,
          "dir": -1,
          "entryPrice": 4986.235,
          "exitPrice": 5003.957,
          "stopDistance": 17.722,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 3
        },
        {
          "entryTs": 1773629100,
          "entryUtc": "2026-03-16T02:45:00.000Z",
          "exitTs": 1773632700,
          "dir": -1,
          "entryPrice": 5005.825,
          "exitPrice": 5018.833,
          "stopDistance": 13.008,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 60
        },
        {
          "entryTs": 1773637800,
          "entryUtc": "2026-03-16T05:10:00.000Z",
          "exitTs": 1773640440,
          "dir": -1,
          "entryPrice": 5012.545,
          "exitPrice": 5019.432,
          "stopDistance": 6.887,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 44
        },
        {
          "entryTs": 1773644400,
          "entryUtc": "2026-03-16T07:00:00.000Z",
          "exitTs": 1773646620,
          "dir": -1,
          "entryPrice": 5011.965,
          "exitPrice": 4993.792,
          "stopDistance": 9.087,
          "outcome": "target",
          "netR": 1.9593,
          "holdMinutes": 37
        },
        {
          "entryTs": 1773671700,
          "entryUtc": "2026-03-16T14:35:00.000Z",
          "exitTs": 1773674880,
          "dir": -1,
          "entryPrice": 5010.568,
          "exitPrice": 4987.536,
          "stopDistance": 11.516,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 53
        },
        {
          "entryTs": 1773682800,
          "entryUtc": "2026-03-16T17:40:00.000Z",
          "exitTs": 1773684480,
          "dir": -1,
          "entryPrice": 4986.718,
          "exitPrice": 4996.484,
          "stopDistance": 9.766,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 28
        },
        {
          "entryTs": 1773694500,
          "entryUtc": "2026-03-16T20:55:00.000Z",
          "exitTs": 1773698520,
          "dir": -1,
          "entryPrice": 5005.968,
          "exitPrice": 5012.856,
          "stopDistance": 6.888,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 67
        },
        {
          "entryTs": 1773707100,
          "entryUtc": "2026-03-17T00:25:00.000Z",
          "exitTs": 1773709860,
          "dir": -1,
          "entryPrice": 5004.215,
          "exitPrice": 5011.254,
          "stopDistance": 7.04,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 46
        },
        {
          "entryTs": 1773726900,
          "entryUtc": "2026-03-17T05:55:00.000Z",
          "exitTs": 1773727260,
          "dir": -1,
          "entryPrice": 5026.465,
          "exitPrice": 5012.924,
          "stopDistance": 6.771,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 6
        },
        {
          "entryTs": 1773738900,
          "entryUtc": "2026-03-17T09:15:00.000Z",
          "exitTs": 1773744000,
          "dir": -1,
          "entryPrice": 5013.615,
          "exitPrice": 4997.451,
          "stopDistance": 8.082,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 85
        },
        {
          "entryTs": 1773748800,
          "entryUtc": "2026-03-17T12:00:00.000Z",
          "exitTs": 1773749400,
          "dir": -1,
          "entryPrice": 5002.995,
          "exitPrice": 5009.899,
          "stopDistance": 6.904,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 10
        },
        {
          "entryTs": 1773757500,
          "entryUtc": "2026-03-17T14:25:00.000Z",
          "exitTs": 1773761760,
          "dir": -1,
          "entryPrice": 5009.245,
          "exitPrice": 4988.392,
          "stopDistance": 10.426,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 71
        },
        {
          "entryTs": 1773769800,
          "entryUtc": "2026-03-17T17:50:00.000Z",
          "exitTs": 1773771060,
          "dir": -1,
          "entryPrice": 4999.595,
          "exitPrice": 5007.449,
          "stopDistance": 7.854,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 21
        },
        {
          "entryTs": 1773775200,
          "entryUtc": "2026-03-17T19:20:00.000Z",
          "exitTs": 1773781140,
          "dir": -1,
          "entryPrice": 5000.575,
          "exitPrice": 5006.345,
          "stopDistance": 5.77,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 99
        },
        {
          "entryTs": 1773785400,
          "entryUtc": "2026-03-17T22:10:00.000Z",
          "exitTs": 1773792240,
          "dir": -1,
          "entryPrice": 5001.125,
          "exitPrice": 5006.237,
          "stopDistance": 5.112,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 114
        },
        {
          "entryTs": 1773798600,
          "entryUtc": "2026-03-18T01:50:00.000Z",
          "exitTs": 1773800460,
          "dir": -1,
          "entryPrice": 4998.825,
          "exitPrice": 5005.032,
          "stopDistance": 6.207,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 31
        },
        {
          "entryTs": 1773820200,
          "entryUtc": "2026-03-18T07:50:00.000Z",
          "exitTs": 1773822060,
          "dir": -1,
          "entryPrice": 4995.575,
          "exitPrice": 4983.345,
          "stopDistance": 6.115,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 31
        },
        {
          "entryTs": 1773858900,
          "entryUtc": "2026-03-18T18:35:00.000Z",
          "exitTs": 1773860340,
          "dir": -1,
          "entryPrice": 4876.855,
          "exitPrice": 4852.254,
          "stopDistance": 12.3,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 24
        },
        {
          "entryTs": 1773892800,
          "entryUtc": "2026-03-19T04:00:00.000Z",
          "exitTs": 1773898740,
          "dir": -1,
          "entryPrice": 4850.515,
          "exitPrice": 4834.449,
          "stopDistance": 8.033,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 99
        },
        {
          "entryTs": 1773934500,
          "entryUtc": "2026-03-19T15:35:00.000Z",
          "exitTs": 1773936120,
          "dir": -1,
          "entryPrice": 4579.435,
          "exitPrice": 4612.985,
          "stopDistance": 33.55,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 27
        },
        {
          "entryTs": 1773938100,
          "entryUtc": "2026-03-19T16:35:00.000Z",
          "exitTs": 1773942720,
          "dir": -1,
          "entryPrice": 4593.445,
          "exitPrice": 4621.348,
          "stopDistance": 27.903,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 77
        },
        {
          "entryTs": 1773961200,
          "entryUtc": "2026-03-19T23:00:00.000Z",
          "exitTs": 1773964920,
          "dir": -1,
          "entryPrice": 4635.565,
          "exitPrice": 4650.448,
          "stopDistance": 14.883,
          "outcome": "stop",
          "netR": -1.0282,
          "holdMinutes": 62
        },
        {
          "entryTs": 1773984900,
          "entryUtc": "2026-03-20T05:35:00.000Z",
          "exitTs": 1773985080,
          "dir": -1,
          "entryPrice": 4702.515,
          "exitPrice": 4712.749,
          "stopDistance": 10.234,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 3
        },
        {
          "entryTs": 1773997500,
          "entryUtc": "2026-03-20T09:05:00.000Z",
          "exitTs": 1774000860,
          "dir": -1,
          "entryPrice": 4687.095,
          "exitPrice": 4657.225,
          "stopDistance": 14.935,
          "outcome": "target",
          "netR": 1.9752,
          "holdMinutes": 56
        },
        {
          "entryTs": 1774012500,
          "entryUtc": "2026-03-20T13:15:00.000Z",
          "exitTs": 1774014660,
          "dir": -1,
          "entryPrice": 4661.945,
          "exitPrice": 4630.438,
          "stopDistance": 15.753,
          "outcome": "target",
          "netR": 1.9765,
          "holdMinutes": 36
        },
        {
          "entryTs": 1774027500,
          "entryUtc": "2026-03-20T17:25:00.000Z",
          "exitTs": 1774032240,
          "dir": -1,
          "entryPrice": 4569.865,
          "exitPrice": 4526.47,
          "stopDistance": 21.698,
          "outcome": "target",
          "netR": 1.9829,
          "holdMinutes": 79
        },
        {
          "entryTs": 1774220400,
          "entryUtc": "2026-03-22T23:00:00.000Z",
          "exitTs": 1774223640,
          "dir": -1,
          "entryPrice": 4497.375,
          "exitPrice": 4452.576,
          "stopDistance": 22.4,
          "outcome": "target",
          "netR": 1.9835,
          "holdMinutes": 54
        },
        {
          "entryTs": 1774230600,
          "entryUtc": "2026-03-23T01:50:00.000Z",
          "exitTs": 1774243800,
          "dir": -1,
          "entryPrice": 4412.515,
          "exitPrice": 4332.82,
          "stopDistance": 39.848,
          "outcome": "target",
          "netR": 1.9907,
          "holdMinutes": 220
        },
        {
          "entryTs": 1774280100,
          "entryUtc": "2026-03-23T15:35:00.000Z",
          "exitTs": 1774281420,
          "dir": -1,
          "entryPrice": 4432.575,
          "exitPrice": 4358.134,
          "stopDistance": 37.221,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 22
        },
        {
          "entryTs": 1774293900,
          "entryUtc": "2026-03-23T19:25:00.000Z",
          "exitTs": 1774295160,
          "dir": -1,
          "entryPrice": 4402.215,
          "exitPrice": 4426.659,
          "stopDistance": 24.445,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 21
        },
        {
          "entryTs": 1774311900,
          "entryUtc": "2026-03-24T00:25:00.000Z",
          "exitTs": 1774312380,
          "dir": -1,
          "entryPrice": 4405.645,
          "exitPrice": 4366.372,
          "stopDistance": 19.636,
          "outcome": "target",
          "netR": 1.9812,
          "holdMinutes": 8
        },
        {
          "entryTs": 1774323600,
          "entryUtc": "2026-03-24T03:40:00.000Z",
          "exitTs": 1774330860,
          "dir": -1,
          "entryPrice": 4341.865,
          "exitPrice": 4365.569,
          "stopDistance": 23.704,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 121
        },
        {
          "entryTs": 1774351500,
          "entryUtc": "2026-03-24T11:25:00.000Z",
          "exitTs": 1774355820,
          "dir": -1,
          "entryPrice": 4415.695,
          "exitPrice": 4372.109,
          "stopDistance": 21.793,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 72
        },
        {
          "entryTs": 1774372200,
          "entryUtc": "2026-03-24T17:10:00.000Z",
          "exitTs": 1774376880,
          "dir": -1,
          "entryPrice": 4391.695,
          "exitPrice": 4409.474,
          "stopDistance": 17.779,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 78
        },
        {
          "entryTs": 1774378800,
          "entryUtc": "2026-03-24T19:00:00.000Z",
          "exitTs": 1774379880,
          "dir": -1,
          "entryPrice": 4389.275,
          "exitPrice": 4406.843,
          "stopDistance": 17.568,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 18
        },
        {
          "entryTs": 1774382700,
          "entryUtc": "2026-03-24T20:05:00.000Z",
          "exitTs": 1774383600,
          "dir": -1,
          "entryPrice": 4399.045,
          "exitPrice": 4411.732,
          "stopDistance": 12.687,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 15
        },
        {
          "entryTs": 1774409100,
          "entryUtc": "2026-03-25T03:25:00.000Z",
          "exitTs": 1774416720,
          "dir": -1,
          "entryPrice": 4577.115,
          "exitPrice": 4551.39,
          "stopDistance": 12.863,
          "outcome": "target",
          "netR": 1.9712,
          "holdMinutes": 127
        },
        {
          "entryTs": 1774424400,
          "entryUtc": "2026-03-25T07:40:00.000Z",
          "exitTs": 1774426260,
          "dir": -1,
          "entryPrice": 4546.458,
          "exitPrice": 4557.556,
          "stopDistance": 11.098,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 31
        },
        {
          "entryTs": 1774431900,
          "entryUtc": "2026-03-25T09:45:00.000Z",
          "exitTs": 1774432080,
          "dir": -1,
          "entryPrice": 4550.525,
          "exitPrice": 4527.895,
          "stopDistance": 11.315,
          "outcome": "target",
          "netR": 1.9673,
          "holdMinutes": 3
        },
        {
          "entryTs": 1774441800,
          "entryUtc": "2026-03-25T12:30:00.000Z",
          "exitTs": 1774443780,
          "dir": -1,
          "entryPrice": 4544.205,
          "exitPrice": 4557.756,
          "stopDistance": 13.551,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 33
        },
        {
          "entryTs": 1774446600,
          "entryUtc": "2026-03-25T13:50:00.000Z",
          "exitTs": 1774449900,
          "dir": -1,
          "entryPrice": 4551.905,
          "exitPrice": 4569.446,
          "stopDistance": 17.541,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 55
        },
        {
          "entryTs": 1774451700,
          "entryUtc": "2026-03-25T15:15:00.000Z",
          "exitTs": 1774454220,
          "dir": -1,
          "entryPrice": 4549.585,
          "exitPrice": 4565.255,
          "stopDistance": 15.67,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 42
        },
        {
          "entryTs": 1774455300,
          "entryUtc": "2026-03-25T16:15:00.000Z",
          "exitTs": 1774461660,
          "dir": -1,
          "entryPrice": 4553.625,
          "exitPrice": 4567.73,
          "stopDistance": 14.105,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 106
        },
        {
          "entryTs": 1774479900,
          "entryUtc": "2026-03-25T23:05:00.000Z",
          "exitTs": 1774483680,
          "dir": -1,
          "entryPrice": 4503.558,
          "exitPrice": 4520.039,
          "stopDistance": 16.481,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 63
        },
        {
          "entryTs": 1774492500,
          "entryUtc": "2026-03-26T02:35:00.000Z",
          "exitTs": 1774502760,
          "dir": -1,
          "entryPrice": 4523.285,
          "exitPrice": 4498.468,
          "stopDistance": 12.409,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 171
        },
        {
          "entryTs": 1774526100,
          "entryUtc": "2026-03-26T11:55:00.000Z",
          "exitTs": 1774527000,
          "dir": -1,
          "entryPrice": 4427.115,
          "exitPrice": 4442.178,
          "stopDistance": 15.063,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 15
        },
        {
          "entryTs": 1774529700,
          "entryUtc": "2026-03-26T12:55:00.000Z",
          "exitTs": 1774531380,
          "dir": -1,
          "entryPrice": 4432.405,
          "exitPrice": 4447.727,
          "stopDistance": 15.322,
          "outcome": "stop",
          "netR": -1.0274,
          "holdMinutes": 28
        },
        {
          "entryTs": 1774539300,
          "entryUtc": "2026-03-26T15:35:00.000Z",
          "exitTs": 1774542060,
          "dir": -1,
          "entryPrice": 4442.375,
          "exitPrice": 4403.522,
          "stopDistance": 19.427,
          "outcome": "target",
          "netR": 1.981,
          "holdMinutes": 46
        },
        {
          "entryTs": 1774571100,
          "entryUtc": "2026-03-27T00:25:00.000Z",
          "exitTs": 1774574820,
          "dir": -1,
          "entryPrice": 4389.395,
          "exitPrice": 4403.732,
          "stopDistance": 14.337,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 62
        },
        {
          "entryTs": 1774596300,
          "entryUtc": "2026-03-27T07:25:00.000Z",
          "exitTs": 1774599960,
          "dir": -1,
          "entryPrice": 4454.855,
          "exitPrice": 4433.674,
          "stopDistance": 10.591,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 61
        },
        {
          "entryTs": 1774618500,
          "entryUtc": "2026-03-27T13:35:00.000Z",
          "exitTs": 1774619100,
          "dir": -1,
          "entryPrice": 4418.105,
          "exitPrice": 4431.617,
          "stopDistance": 13.512,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 10
        },
        {
          "entryTs": 1774632000,
          "entryUtc": "2026-03-27T17:20:00.000Z",
          "exitTs": 1774636560,
          "dir": -1,
          "entryPrice": 4500.615,
          "exitPrice": 4516.719,
          "stopDistance": 16.104,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 76
        },
        {
          "entryTs": 1774642800,
          "entryUtc": "2026-03-27T20:20:00.000Z",
          "exitTs": 1774821600,
          "dir": -1,
          "entryPrice": 4507.995,
          "exitPrice": 4483.875,
          "stopDistance": 12.06,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1774845600,
          "entryUtc": "2026-03-30T04:40:00.000Z",
          "exitTs": 1774846620,
          "dir": -1,
          "entryPrice": 4487.775,
          "exitPrice": 4498.39,
          "stopDistance": 10.615,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 17
        },
        {
          "entryTs": 1774856700,
          "entryUtc": "2026-03-30T07:45:00.000Z",
          "exitTs": 1774857960,
          "dir": -1,
          "entryPrice": 4520.945,
          "exitPrice": 4532.99,
          "stopDistance": 12.045,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 21
        },
        {
          "entryTs": 1774863300,
          "entryUtc": "2026-03-30T09:35:00.000Z",
          "exitTs": 1774863720,
          "dir": -1,
          "entryPrice": 4526.035,
          "exitPrice": 4536.195,
          "stopDistance": 10.159,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 7
        },
        {
          "entryTs": 1774867200,
          "entryUtc": "2026-03-30T10:40:00.000Z",
          "exitTs": 1774869240,
          "dir": -1,
          "entryPrice": 4530.975,
          "exitPrice": 4539.994,
          "stopDistance": 9.019,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 34
        },
        {
          "entryTs": 1774878300,
          "entryUtc": "2026-03-30T13:45:00.000Z",
          "exitTs": 1774880460,
          "dir": -1,
          "entryPrice": 4543.975,
          "exitPrice": 4514.973,
          "stopDistance": 14.501,
          "outcome": "target",
          "netR": 1.9745,
          "holdMinutes": 36
        },
        {
          "entryTs": 1774890300,
          "entryUtc": "2026-03-30T17:05:00.000Z",
          "exitTs": 1774896840,
          "dir": -1,
          "entryPrice": 4532.535,
          "exitPrice": 4508.524,
          "stopDistance": 12.006,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 109
        },
        {
          "entryTs": 1774911900,
          "entryUtc": "2026-03-30T23:05:00.000Z",
          "exitTs": 1774913760,
          "dir": -1,
          "entryPrice": 4501.608,
          "exitPrice": 4510.727,
          "stopDistance": 9.119,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 31
        },
        {
          "entryTs": 1774916700,
          "entryUtc": "2026-03-31T00:25:00.000Z",
          "exitTs": 1774916820,
          "dir": -1,
          "entryPrice": 4493.805,
          "exitPrice": 4507.842,
          "stopDistance": 14.037,
          "outcome": "stop",
          "netR": -1.0299,
          "holdMinutes": 2
        },
        {
          "entryTs": 1774926900,
          "entryUtc": "2026-03-31T03:15:00.000Z",
          "exitTs": 1774953540,
          "dir": -1,
          "entryPrice": 4569.945,
          "exitPrice": 4536.173,
          "stopDistance": 16.886,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 444
        },
        {
          "entryTs": 1774995900,
          "entryUtc": "2026-03-31T22:25:00.000Z",
          "exitTs": 1774997220,
          "dir": 1,
          "entryPrice": 4680.855,
          "exitPrice": 4668.449,
          "stopDistance": 12.406,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 22
        },
        {
          "entryTs": 1775021100,
          "entryUtc": "2026-04-01T05:25:00.000Z",
          "exitTs": 1775021940,
          "dir": 1,
          "entryPrice": 4684.065,
          "exitPrice": 4699.823,
          "stopDistance": 7.879,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 14
        },
        {
          "entryTs": 1775039400,
          "entryUtc": "2026-04-01T10:30:00.000Z",
          "exitTs": 1775043000,
          "dir": 1,
          "entryPrice": 4728.085,
          "exitPrice": 4748.361,
          "stopDistance": 10.138,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 60
        },
        {
          "entryTs": 1775047500,
          "entryUtc": "2026-04-01T12:45:00.000Z",
          "exitTs": 1775047500,
          "dir": 1,
          "entryPrice": 4747.575,
          "exitPrice": 4733.227,
          "stopDistance": 14.349,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 0
        },
        {
          "entryTs": 1775050800,
          "entryUtc": "2026-04-01T13:40:00.000Z",
          "exitTs": 1775052000,
          "dir": 1,
          "entryPrice": 4745.835,
          "exitPrice": 4730.857,
          "stopDistance": 14.978,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 20
        },
        {
          "entryTs": 1775072700,
          "entryUtc": "2026-04-01T19:45:00.000Z",
          "exitTs": 1775073060,
          "dir": 1,
          "entryPrice": 4769.065,
          "exitPrice": 4758.134,
          "stopDistance": 10.931,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 6
        },
        {
          "entryTs": 1775082600,
          "entryUtc": "2026-04-01T22:30:00.000Z",
          "exitTs": 1775085300,
          "dir": 1,
          "entryPrice": 4772.765,
          "exitPrice": 4793.418,
          "stopDistance": 10.326,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 45
        },
        {
          "entryTs": 1775129400,
          "entryUtc": "2026-04-02T11:30:00.000Z",
          "exitTs": 1775132580,
          "dir": -1,
          "entryPrice": 4614.605,
          "exitPrice": 4627.79,
          "stopDistance": 13.185,
          "outcome": "stop",
          "netR": -1.0319,
          "holdMinutes": 53
        },
        {
          "entryTs": 1775134800,
          "entryUtc": "2026-04-02T13:00:00.000Z",
          "exitTs": 1775137620,
          "dir": -1,
          "entryPrice": 4601.695,
          "exitPrice": 4616.714,
          "stopDistance": 15.019,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 47
        },
        {
          "entryTs": 1775149500,
          "entryUtc": "2026-04-02T17:05:00.000Z",
          "exitTs": 1775151000,
          "dir": 1,
          "entryPrice": 4663.175,
          "exitPrice": 4646.935,
          "stopDistance": 16.24,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 25
        },
        {
          "entryTs": 1775155500,
          "entryUtc": "2026-04-02T18:45:00.000Z",
          "exitTs": 1775426400,
          "dir": 1,
          "entryPrice": 4662.455,
          "exitPrice": 4651.237,
          "stopDistance": 11.218,
          "outcome": "stop",
          "netR": -1.0374,
          "holdMinutes": 4515
        },
        {
          "entryTs": 1775448300,
          "entryUtc": "2026-04-06T04:05:00.000Z",
          "exitTs": 1775452200,
          "dir": 1,
          "entryPrice": 4647.675,
          "exitPrice": 4671.18,
          "stopDistance": 11.753,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 65
        },
        {
          "entryTs": 1775458500,
          "entryUtc": "2026-04-06T06:55:00.000Z",
          "exitTs": 1775459460,
          "dir": 1,
          "entryPrice": 4662.475,
          "exitPrice": 4652.593,
          "stopDistance": 9.882,
          "outcome": "stop",
          "netR": -1.0425,
          "holdMinutes": 16
        },
        {
          "entryTs": 1775461800,
          "entryUtc": "2026-04-06T07:50:00.000Z",
          "exitTs": 1775462640,
          "dir": 1,
          "entryPrice": 4671.825,
          "exitPrice": 4692.204,
          "stopDistance": 10.189,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 14
        },
        {
          "entryTs": 1775485200,
          "entryUtc": "2026-04-06T14:20:00.000Z",
          "exitTs": 1775487900,
          "dir": 1,
          "entryPrice": 4682.648,
          "exitPrice": 4667.275,
          "stopDistance": 15.373,
          "outcome": "stop",
          "netR": -1.0273,
          "holdMinutes": 45
        },
        {
          "entryTs": 1775506500,
          "entryUtc": "2026-04-06T20:15:00.000Z",
          "exitTs": 1775508540,
          "dir": 1,
          "entryPrice": 4656.845,
          "exitPrice": 4649.902,
          "stopDistance": 6.943,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 34
        },
        {
          "entryTs": 1775513100,
          "entryUtc": "2026-04-06T22:05:00.000Z",
          "exitTs": 1775517720,
          "dir": 1,
          "entryPrice": 4661.535,
          "exitPrice": 4654.106,
          "stopDistance": 7.429,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 77
        },
        {
          "entryTs": 1775521500,
          "entryUtc": "2026-04-07T00:25:00.000Z",
          "exitTs": 1775523600,
          "dir": 1,
          "entryPrice": 4658.865,
          "exitPrice": 4652.362,
          "stopDistance": 6.503,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 35
        },
        {
          "entryTs": 1775544300,
          "entryUtc": "2026-04-07T06:45:00.000Z",
          "exitTs": 1775546760,
          "dir": 1,
          "entryPrice": 4651.995,
          "exitPrice": 4641.702,
          "stopDistance": 10.293,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 41
        },
        {
          "entryTs": 1775549400,
          "entryUtc": "2026-04-07T08:10:00.000Z",
          "exitTs": 1775550000,
          "dir": 1,
          "entryPrice": 4651.185,
          "exitPrice": 4671.93,
          "stopDistance": 10.373,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 10
        },
        {
          "entryTs": 1775564700,
          "entryUtc": "2026-04-07T12:25:00.000Z",
          "exitTs": 1775565960,
          "dir": 1,
          "entryPrice": 4666.375,
          "exitPrice": 4652.41,
          "stopDistance": 13.965,
          "outcome": "stop",
          "netR": -1.0301,
          "holdMinutes": 21
        },
        {
          "entryTs": 1775589600,
          "entryUtc": "2026-04-07T19:20:00.000Z",
          "exitTs": 1775591280,
          "dir": 1,
          "entryPrice": 4689.815,
          "exitPrice": 4714.865,
          "stopDistance": 12.525,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 28
        },
        {
          "entryTs": 1775614200,
          "entryUtc": "2026-04-08T02:10:00.000Z",
          "exitTs": 1775616960,
          "dir": 1,
          "entryPrice": 4816.065,
          "exitPrice": 4799.593,
          "stopDistance": 16.471,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 46
        },
        {
          "entryTs": 1775624700,
          "entryUtc": "2026-04-08T05:05:00.000Z",
          "exitTs": 1775626860,
          "dir": 1,
          "entryPrice": 4805.995,
          "exitPrice": 4823.902,
          "stopDistance": 8.954,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 36
        },
        {
          "entryTs": 1775649000,
          "entryUtc": "2026-04-08T11:50:00.000Z",
          "exitTs": 1775650860,
          "dir": 1,
          "entryPrice": 4796.035,
          "exitPrice": 4784.519,
          "stopDistance": 11.516,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 31
        },
        {
          "entryTs": 1775652000,
          "entryUtc": "2026-04-08T12:40:00.000Z",
          "exitTs": 1775655060,
          "dir": 1,
          "entryPrice": 4796.475,
          "exitPrice": 4782.385,
          "stopDistance": 14.09,
          "outcome": "stop",
          "netR": -1.0298,
          "holdMinutes": 51
        },
        {
          "entryTs": 1775667600,
          "entryUtc": "2026-04-08T17:00:00.000Z",
          "exitTs": 1775668920,
          "dir": 1,
          "entryPrice": 4760.098,
          "exitPrice": 4749.283,
          "stopDistance": 10.815,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 22
        },
        {
          "entryTs": 1775678400,
          "entryUtc": "2026-04-08T20:00:00.000Z",
          "exitTs": 1775681400,
          "dir": 1,
          "entryPrice": 4730.298,
          "exitPrice": 4719.465,
          "stopDistance": 10.833,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 50
        },
        {
          "entryTs": 1775695800,
          "entryUtc": "2026-04-09T00:50:00.000Z",
          "exitTs": 1775696340,
          "dir": 1,
          "entryPrice": 4715.415,
          "exitPrice": 4706.13,
          "stopDistance": 9.285,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 9
        },
        {
          "entryTs": 1775697000,
          "entryUtc": "2026-04-09T01:10:00.000Z",
          "exitTs": 1775698020,
          "dir": 1,
          "entryPrice": 4715.695,
          "exitPrice": 4704.999,
          "stopDistance": 10.696,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 17
        },
        {
          "entryTs": 1775708400,
          "entryUtc": "2026-04-09T04:20:00.000Z",
          "exitTs": 1775711400,
          "dir": 1,
          "entryPrice": 4720.065,
          "exitPrice": 4712.509,
          "stopDistance": 7.556,
          "outcome": "stop",
          "netR": -1.0556,
          "holdMinutes": 50
        },
        {
          "entryTs": 1775718900,
          "entryUtc": "2026-04-09T07:15:00.000Z",
          "exitTs": 1775719260,
          "dir": 1,
          "entryPrice": 4724.205,
          "exitPrice": 4713.47,
          "stopDistance": 10.735,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 6
        },
        {
          "entryTs": 1775720400,
          "entryUtc": "2026-04-09T07:40:00.000Z",
          "exitTs": 1775720760,
          "dir": 1,
          "entryPrice": 4728.995,
          "exitPrice": 4716.664,
          "stopDistance": 12.331,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 6
        },
        {
          "entryTs": 1775739600,
          "entryUtc": "2026-04-09T13:00:00.000Z",
          "exitTs": 1775741700,
          "dir": 1,
          "entryPrice": 4745.745,
          "exitPrice": 4763.013,
          "stopDistance": 8.634,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 35
        },
        {
          "entryTs": 1775784000,
          "entryUtc": "2026-04-10T01:20:00.000Z",
          "exitTs": 1775786640,
          "dir": 1,
          "entryPrice": 4763.445,
          "exitPrice": 4755.81,
          "stopDistance": 7.635,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 44
        },
        {
          "entryTs": 1775791200,
          "entryUtc": "2026-04-10T03:20:00.000Z",
          "exitTs": 1775801940,
          "dir": 1,
          "entryPrice": 4761.175,
          "exitPrice": 4752.858,
          "stopDistance": 8.316,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 179
        },
        {
          "entryTs": 1775813100,
          "entryUtc": "2026-04-10T09:25:00.000Z",
          "exitTs": 1775815560,
          "dir": 1,
          "entryPrice": 4752.655,
          "exitPrice": 4743.302,
          "stopDistance": 9.353,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 41
        },
        {
          "entryTs": 1775816400,
          "entryUtc": "2026-04-10T10:20:00.000Z",
          "exitTs": 1775822340,
          "dir": 1,
          "entryPrice": 4751.925,
          "exitPrice": 4767.426,
          "stopDistance": 7.751,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 99
        },
        {
          "entryTs": 1775845800,
          "entryUtc": "2026-04-10T18:30:00.000Z",
          "exitTs": 1775851260,
          "dir": 1,
          "entryPrice": 4765.885,
          "exitPrice": 4756.997,
          "stopDistance": 8.888,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 91
        },
        {
          "entryTs": 1776055800,
          "entryUtc": "2026-04-13T04:50:00.000Z",
          "exitTs": 1776063660,
          "dir": 1,
          "entryPrice": 4718.518,
          "exitPrice": 4732.913,
          "stopDistance": 7.197,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 131
        },
        {
          "entryTs": 1776078300,
          "entryUtc": "2026-04-13T11:05:00.000Z",
          "exitTs": 1776080100,
          "dir": 1,
          "entryPrice": 4724.855,
          "exitPrice": 4718.012,
          "stopDistance": 6.843,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 30
        },
        {
          "entryTs": 1776084900,
          "entryUtc": "2026-04-13T12:55:00.000Z",
          "exitTs": 1776088200,
          "dir": 1,
          "entryPrice": 4723.425,
          "exitPrice": 4741.385,
          "stopDistance": 8.98,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 55
        },
        {
          "entryTs": 1776097200,
          "entryUtc": "2026-04-13T16:20:00.000Z",
          "exitTs": 1776100920,
          "dir": 1,
          "entryPrice": 4725.545,
          "exitPrice": 4746.871,
          "stopDistance": 10.663,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 62
        },
        {
          "entryTs": 1776106200,
          "entryUtc": "2026-04-13T18:50:00.000Z",
          "exitTs": 1776117600,
          "dir": 1,
          "entryPrice": 4735.685,
          "exitPrice": 4753.019,
          "stopDistance": 8.667,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 190
        },
        {
          "entryTs": 1776138900,
          "entryUtc": "2026-04-14T03:55:00.000Z",
          "exitTs": 1776143400,
          "dir": 1,
          "entryPrice": 4771.235,
          "exitPrice": 4765.724,
          "stopDistance": 5.511,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 75
        },
        {
          "entryTs": 1776149100,
          "entryUtc": "2026-04-14T06:45:00.000Z",
          "exitTs": 1776149580,
          "dir": 1,
          "entryPrice": 4769.248,
          "exitPrice": 4781.288,
          "stopDistance": 6.02,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 8
        },
        {
          "entryTs": 1776162000,
          "entryUtc": "2026-04-14T10:20:00.000Z",
          "exitTs": 1776162900,
          "dir": 1,
          "entryPrice": 4786.975,
          "exitPrice": 4779.45,
          "stopDistance": 7.526,
          "outcome": "stop",
          "netR": -1.0558,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776172500,
          "entryUtc": "2026-04-14T13:15:00.000Z",
          "exitTs": 1776173880,
          "dir": 1,
          "entryPrice": 4781.685,
          "exitPrice": 4800.974,
          "stopDistance": 9.644,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 23
        },
        {
          "entryTs": 1776210300,
          "entryUtc": "2026-04-14T23:45:00.000Z",
          "exitTs": 1776211200,
          "dir": 1,
          "entryPrice": 4842.075,
          "exitPrice": 4835.594,
          "stopDistance": 6.481,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776215700,
          "entryUtc": "2026-04-15T01:15:00.000Z",
          "exitTs": 1776215760,
          "dir": 1,
          "entryPrice": 4849.905,
          "exitPrice": 4867.16,
          "stopDistance": 8.628,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 1
        },
        {
          "entryTs": 1776230400,
          "entryUtc": "2026-04-15T05:20:00.000Z",
          "exitTs": 1776231000,
          "dir": 1,
          "entryPrice": 4829.698,
          "exitPrice": 4823.544,
          "stopDistance": 6.154,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 10
        },
        {
          "entryTs": 1776231300,
          "entryUtc": "2026-04-15T05:35:00.000Z",
          "exitTs": 1776231360,
          "dir": 1,
          "entryPrice": 4826.885,
          "exitPrice": 4820.394,
          "stopDistance": 6.491,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 1
        },
        {
          "entryTs": 1776243600,
          "entryUtc": "2026-04-15T09:00:00.000Z",
          "exitTs": 1776244020,
          "dir": 1,
          "entryPrice": 4818.205,
          "exitPrice": 4810.372,
          "stopDistance": 7.833,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 7
        },
        {
          "entryTs": 1776252000,
          "entryUtc": "2026-04-15T11:20:00.000Z",
          "exitTs": 1776259560,
          "dir": 1,
          "entryPrice": 4804.105,
          "exitPrice": 4820.028,
          "stopDistance": 7.962,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 126
        },
        {
          "entryTs": 1776280200,
          "entryUtc": "2026-04-15T19:10:00.000Z",
          "exitTs": 1776282120,
          "dir": 1,
          "entryPrice": 4801.945,
          "exitPrice": 4795.233,
          "stopDistance": 6.712,
          "outcome": "stop",
          "netR": -1.0626,
          "holdMinutes": 32
        },
        {
          "entryTs": 1776291900,
          "entryUtc": "2026-04-15T22:25:00.000Z",
          "exitTs": 1776294960,
          "dir": 1,
          "entryPrice": 4800.545,
          "exitPrice": 4813.087,
          "stopDistance": 6.271,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 51
        },
        {
          "entryTs": 1776309300,
          "entryUtc": "2026-04-16T03:15:00.000Z",
          "exitTs": 1776310620,
          "dir": 1,
          "entryPrice": 4826.335,
          "exitPrice": 4820.145,
          "stopDistance": 6.19,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 22
        },
        {
          "entryTs": 1776323100,
          "entryUtc": "2026-04-16T07:05:00.000Z",
          "exitTs": 1776323880,
          "dir": 1,
          "entryPrice": 4828.945,
          "exitPrice": 4821.511,
          "stopDistance": 7.434,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 13
        },
        {
          "entryTs": 1776324600,
          "entryUtc": "2026-04-16T07:30:00.000Z",
          "exitTs": 1776326220,
          "dir": 1,
          "entryPrice": 4828.035,
          "exitPrice": 4819.746,
          "stopDistance": 8.289,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 27
        },
        {
          "entryTs": 1776337500,
          "entryUtc": "2026-04-16T11:05:00.000Z",
          "exitTs": 1776341400,
          "dir": 1,
          "entryPrice": 4819.735,
          "exitPrice": 4813.896,
          "stopDistance": 5.839,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 65
        },
        {
          "entryTs": 1776354000,
          "entryUtc": "2026-04-16T15:40:00.000Z",
          "exitTs": 1776357180,
          "dir": 1,
          "entryPrice": 4806.365,
          "exitPrice": 4794.048,
          "stopDistance": 12.318,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 53
        },
        {
          "entryTs": 1776366600,
          "entryUtc": "2026-04-16T19:10:00.000Z",
          "exitTs": 1776371640,
          "dir": 1,
          "entryPrice": 4793.295,
          "exitPrice": 4786.682,
          "stopDistance": 6.613,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 84
        },
        {
          "entryTs": 1776377400,
          "entryUtc": "2026-04-16T22:10:00.000Z",
          "exitTs": 1776378780,
          "dir": 1,
          "entryPrice": 4796.015,
          "exitPrice": 4790.776,
          "stopDistance": 5.239,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 23
        },
        {
          "entryTs": 1776386400,
          "entryUtc": "2026-04-17T00:40:00.000Z",
          "exitTs": 1776387720,
          "dir": 1,
          "entryPrice": 4795.955,
          "exitPrice": 4791.034,
          "stopDistance": 4.921,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 22
        },
        {
          "entryTs": 1776392100,
          "entryUtc": "2026-04-17T02:15:00.000Z",
          "exitTs": 1776407520,
          "dir": 1,
          "entryPrice": 4790.915,
          "exitPrice": 4782.714,
          "stopDistance": 8.201,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 257
        },
        {
          "entryTs": 1776415500,
          "entryUtc": "2026-04-17T08:45:00.000Z",
          "exitTs": 1776420000,
          "dir": 1,
          "entryPrice": 4796.695,
          "exitPrice": 4789.538,
          "stopDistance": 7.156,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 75
        },
        {
          "entryTs": 1776425700,
          "entryUtc": "2026-04-17T11:35:00.000Z",
          "exitTs": 1776426300,
          "dir": 1,
          "entryPrice": 4793.195,
          "exitPrice": 4805.148,
          "stopDistance": 5.976,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 10
        },
        {
          "entryTs": 1776647100,
          "entryUtc": "2026-04-20T01:05:00.000Z",
          "exitTs": 1776649620,
          "dir": 1,
          "entryPrice": 4787.475,
          "exitPrice": 4812.1,
          "stopDistance": 12.313,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 42
        },
        {
          "entryTs": 1776668400,
          "entryUtc": "2026-04-20T07:00:00.000Z",
          "exitTs": 1776671700,
          "dir": 1,
          "entryPrice": 4795.635,
          "exitPrice": 4787.926,
          "stopDistance": 7.709,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 55
        },
        {
          "entryTs": 1776675300,
          "entryUtc": "2026-04-20T08:55:00.000Z",
          "exitTs": 1776677520,
          "dir": 1,
          "entryPrice": 4793.605,
          "exitPrice": 4787.054,
          "stopDistance": 6.551,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 37
        },
        {
          "entryTs": 1776679800,
          "entryUtc": "2026-04-20T10:10:00.000Z",
          "exitTs": 1776683040,
          "dir": 1,
          "entryPrice": 4797.655,
          "exitPrice": 4790.386,
          "stopDistance": 7.269,
          "outcome": "stop",
          "netR": -1.0578,
          "holdMinutes": 54
        },
        {
          "entryTs": 1776685800,
          "entryUtc": "2026-04-20T11:50:00.000Z",
          "exitTs": 1776687480,
          "dir": 1,
          "entryPrice": 4801.625,
          "exitPrice": 4814.058,
          "stopDistance": 6.217,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 28
        },
        {
          "entryTs": 1776704700,
          "entryUtc": "2026-04-20T17:05:00.000Z",
          "exitTs": 1776722400,
          "dir": 1,
          "entryPrice": 4807.188,
          "exitPrice": 4822.214,
          "stopDistance": 7.513,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 295
        },
        {
          "entryTs": 1776730200,
          "entryUtc": "2026-04-21T00:10:00.000Z",
          "exitTs": 1776731100,
          "dir": 1,
          "entryPrice": 4828.345,
          "exitPrice": 4823.555,
          "stopDistance": 4.791,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776757800,
          "entryUtc": "2026-04-21T07:50:00.000Z",
          "exitTs": 1776758760,
          "dir": 1,
          "entryPrice": 4790.255,
          "exitPrice": 4782.942,
          "stopDistance": 7.313,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 16
        },
        {
          "entryTs": 1776760200,
          "entryUtc": "2026-04-21T08:30:00.000Z",
          "exitTs": 1776769740,
          "dir": 1,
          "entryPrice": 4786.965,
          "exitPrice": 4778.914,
          "stopDistance": 8.05,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 159
        },
        {
          "entryTs": 1776771600,
          "entryUtc": "2026-04-21T11:40:00.000Z",
          "exitTs": 1776773940,
          "dir": 1,
          "entryPrice": 4789.735,
          "exitPrice": 4783.564,
          "stopDistance": 6.171,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 39
        },
        {
          "entryTs": 1776779400,
          "entryUtc": "2026-04-21T13:50:00.000Z",
          "exitTs": 1776779940,
          "dir": 1,
          "entryPrice": 4788.515,
          "exitPrice": 4777.138,
          "stopDistance": 11.377,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 9
        },
        {
          "entryTs": 1776800400,
          "entryUtc": "2026-04-21T19:40:00.000Z",
          "exitTs": 1776800520,
          "dir": -1,
          "entryPrice": 4700.898,
          "exitPrice": 4680.389,
          "stopDistance": 10.254,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 2
        },
        {
          "entryTs": 1776832800,
          "entryUtc": "2026-04-22T04:40:00.000Z",
          "exitTs": 1776833160,
          "dir": -1,
          "entryPrice": 4753.605,
          "exitPrice": 4757.953,
          "stopDistance": 4.348,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 6
        },
        {
          "entryTs": 1776833700,
          "entryUtc": "2026-04-22T04:55:00.000Z",
          "exitTs": 1776834960,
          "dir": -1,
          "entryPrice": 4754.495,
          "exitPrice": 4759.131,
          "stopDistance": 4.636,
          "outcome": "stop",
          "netR": -1.0906,
          "holdMinutes": 21
        },
        {
          "entryTs": 1776844200,
          "entryUtc": "2026-04-22T07:50:00.000Z",
          "exitTs": 1776852120,
          "dir": -1,
          "entryPrice": 4761.085,
          "exitPrice": 4750.506,
          "stopDistance": 5.289,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 132
        },
        {
          "entryTs": 1776858300,
          "entryUtc": "2026-04-22T11:45:00.000Z",
          "exitTs": 1776859260,
          "dir": -1,
          "entryPrice": 4748.395,
          "exitPrice": 4754.086,
          "stopDistance": 5.691,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 16
        },
        {
          "entryTs": 1776867000,
          "entryUtc": "2026-04-22T14:10:00.000Z",
          "exitTs": 1776872400,
          "dir": -1,
          "entryPrice": 4745.905,
          "exitPrice": 4726.462,
          "stopDistance": 9.721,
          "outcome": "target",
          "netR": 1.9619,
          "holdMinutes": 90
        },
        {
          "entryTs": 1776882600,
          "entryUtc": "2026-04-22T18:30:00.000Z",
          "exitTs": 1776883020,
          "dir": -1,
          "entryPrice": 4730.145,
          "exitPrice": 4735.59,
          "stopDistance": 5.445,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 7
        },
        {
          "entryTs": 1776888900,
          "entryUtc": "2026-04-22T20:15:00.000Z",
          "exitTs": 1776895200,
          "dir": -1,
          "entryPrice": 4735.835,
          "exitPrice": 4741.182,
          "stopDistance": 5.347,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 105
        },
        {
          "entryTs": 1776896100,
          "entryUtc": "2026-04-22T22:15:00.000Z",
          "exitTs": 1776898680,
          "dir": -1,
          "entryPrice": 4736.345,
          "exitPrice": 4726.165,
          "stopDistance": 5.09,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 43
        },
        {
          "entryTs": 1776908400,
          "entryUtc": "2026-04-23T01:40:00.000Z",
          "exitTs": 1776910080,
          "dir": -1,
          "entryPrice": 4732.455,
          "exitPrice": 4712.329,
          "stopDistance": 10.063,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 28
        },
        {
          "entryTs": 1776922800,
          "entryUtc": "2026-04-23T05:40:00.000Z",
          "exitTs": 1776923340,
          "dir": -1,
          "entryPrice": 4702.615,
          "exitPrice": 4709.618,
          "stopDistance": 7.003,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 9
        },
        {
          "entryTs": 1776929400,
          "entryUtc": "2026-04-23T07:30:00.000Z",
          "exitTs": 1776930300,
          "dir": -1,
          "entryPrice": 4705.785,
          "exitPrice": 4714.021,
          "stopDistance": 8.236,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776933900,
          "entryUtc": "2026-04-23T08:45:00.000Z",
          "exitTs": 1776939120,
          "dir": -1,
          "entryPrice": 4703.545,
          "exitPrice": 4686.963,
          "stopDistance": 8.291,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 87
        },
        {
          "entryTs": 1776953700,
          "entryUtc": "2026-04-23T14:15:00.000Z",
          "exitTs": 1776954420,
          "dir": -1,
          "entryPrice": 4723.985,
          "exitPrice": 4734.65,
          "stopDistance": 10.666,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 12
        },
        {
          "entryTs": 1776959400,
          "entryUtc": "2026-04-23T15:50:00.000Z",
          "exitTs": 1776962640,
          "dir": -1,
          "entryPrice": 4724.775,
          "exitPrice": 4733.936,
          "stopDistance": 9.161,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 54
        },
        {
          "entryTs": 1776964200,
          "entryUtc": "2026-04-23T17:10:00.000Z",
          "exitTs": 1776966060,
          "dir": -1,
          "entryPrice": 4710.425,
          "exitPrice": 4690.972,
          "stopDistance": 9.727,
          "outcome": "target",
          "netR": 1.962,
          "holdMinutes": 31
        },
        {
          "entryTs": 1776969900,
          "entryUtc": "2026-04-23T18:45:00.000Z",
          "exitTs": 1776997680,
          "dir": -1,
          "entryPrice": 4711.195,
          "exitPrice": 4681.865,
          "stopDistance": 14.665,
          "outcome": "target",
          "netR": 1.9748,
          "holdMinutes": 463
        },
        {
          "entryTs": 1777012500,
          "entryUtc": "2026-04-24T06:35:00.000Z",
          "exitTs": 1777014600,
          "dir": -1,
          "entryPrice": 4672.005,
          "exitPrice": 4678.528,
          "stopDistance": 6.523,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 35
        },
        {
          "entryTs": 1777023600,
          "entryUtc": "2026-04-24T09:40:00.000Z",
          "exitTs": 1777028640,
          "dir": -1,
          "entryPrice": 4682.645,
          "exitPrice": 4689.337,
          "stopDistance": 6.692,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 84
        },
        {
          "entryTs": 1777035300,
          "entryUtc": "2026-04-24T12:55:00.000Z",
          "exitTs": 1777035660,
          "dir": -1,
          "entryPrice": 4693.495,
          "exitPrice": 4702.852,
          "stopDistance": 9.357,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 6
        },
        {
          "entryTs": 1777037100,
          "entryUtc": "2026-04-24T13:25:00.000Z",
          "exitTs": 1777038000,
          "dir": -1,
          "entryPrice": 4696.015,
          "exitPrice": 4705.782,
          "stopDistance": 9.767,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 15
        },
        {
          "entryTs": 1777052400,
          "entryUtc": "2026-04-24T17:40:00.000Z",
          "exitTs": 1777061460,
          "dir": -1,
          "entryPrice": 4721.545,
          "exitPrice": 4707.351,
          "stopDistance": 7.097,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 151
        },
        {
          "entryTs": 1777267200,
          "entryUtc": "2026-04-27T05:20:00.000Z",
          "exitTs": 1777278600,
          "dir": -1,
          "entryPrice": 4717.695,
          "exitPrice": 4707.98,
          "stopDistance": 4.857,
          "outcome": "target",
          "netR": 1.9238,
          "holdMinutes": 190
        },
        {
          "entryTs": 1777288800,
          "entryUtc": "2026-04-27T11:20:00.000Z",
          "exitTs": 1777292040,
          "dir": -1,
          "entryPrice": 4703.835,
          "exitPrice": 4708.834,
          "stopDistance": 4.999,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 54
        },
        {
          "entryTs": 1777293600,
          "entryUtc": "2026-04-27T12:40:00.000Z",
          "exitTs": 1777297140,
          "dir": -1,
          "entryPrice": 4701.405,
          "exitPrice": 4689.163,
          "stopDistance": 6.121,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 59
        },
        {
          "entryTs": 1777318800,
          "entryUtc": "2026-04-27T19:40:00.000Z",
          "exitTs": 1777323480,
          "dir": -1,
          "entryPrice": 4677.345,
          "exitPrice": 4681.418,
          "stopDistance": 4.073,
          "outcome": "stop",
          "netR": -1.1031,
          "holdMinutes": 78
        },
        {
          "entryTs": 1777338300,
          "entryUtc": "2026-04-28T01:05:00.000Z",
          "exitTs": 1777341300,
          "dir": -1,
          "entryPrice": 4689.195,
          "exitPrice": 4680.24,
          "stopDistance": 4.477,
          "outcome": "target",
          "netR": 1.9174,
          "holdMinutes": 50
        },
        {
          "entryTs": 1777381800,
          "entryUtc": "2026-04-28T13:10:00.000Z",
          "exitTs": 1777383720,
          "dir": -1,
          "entryPrice": 4572.695,
          "exitPrice": 4587.023,
          "stopDistance": 14.328,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 32
        },
        {
          "entryTs": 1777407900,
          "entryUtc": "2026-04-28T20:25:00.000Z",
          "exitTs": 1777409880,
          "dir": -1,
          "entryPrice": 4592.535,
          "exitPrice": 4597.027,
          "stopDistance": 4.492,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 33
        },
        {
          "entryTs": 1777416300,
          "entryUtc": "2026-04-28T22:45:00.000Z",
          "exitTs": 1777420800,
          "dir": -1,
          "entryPrice": 4593.455,
          "exitPrice": 4597.382,
          "stopDistance": 3.927,
          "outcome": "stop",
          "netR": -1.1069,
          "holdMinutes": 75
        },
        {
          "entryTs": 1777424700,
          "entryUtc": "2026-04-29T01:05:00.000Z",
          "exitTs": 1777426860,
          "dir": -1,
          "entryPrice": 4582.325,
          "exitPrice": 4589.754,
          "stopDistance": 7.429,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 36
        },
        {
          "entryTs": 1777434900,
          "entryUtc": "2026-04-29T03:55:00.000Z",
          "exitTs": 1777435920,
          "dir": -1,
          "entryPrice": 4594.905,
          "exitPrice": 4601.09,
          "stopDistance": 6.185,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 17
        },
        {
          "entryTs": 1777441200,
          "entryUtc": "2026-04-29T05:40:00.000Z",
          "exitTs": 1777441560,
          "dir": -1,
          "entryPrice": 4595.185,
          "exitPrice": 4600.3,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 6
        },
        {
          "entryTs": 1777455000,
          "entryUtc": "2026-04-29T09:30:00.000Z",
          "exitTs": 1777458600,
          "dir": -1,
          "entryPrice": 4565.615,
          "exitPrice": 4573.715,
          "stopDistance": 8.099,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 60
        },
        {
          "entryTs": 1777461000,
          "entryUtc": "2026-04-29T11:10:00.000Z",
          "exitTs": 1777466040,
          "dir": -1,
          "entryPrice": 4566.905,
          "exitPrice": 4551.779,
          "stopDistance": 7.563,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 84
        },
        {
          "entryTs": 1777482300,
          "entryUtc": "2026-04-29T17:05:00.000Z",
          "exitTs": 1777483380,
          "dir": -1,
          "entryPrice": 4544.785,
          "exitPrice": 4553.999,
          "stopDistance": 9.214,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 18
        },
        {
          "entryTs": 1777484100,
          "entryUtc": "2026-04-29T17:35:00.000Z",
          "exitTs": 1777485660,
          "dir": -1,
          "entryPrice": 4544.105,
          "exitPrice": 4552.739,
          "stopDistance": 8.634,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 26
        },
        {
          "entryTs": 1777500300,
          "entryUtc": "2026-04-29T22:05:00.000Z",
          "exitTs": 1777500660,
          "dir": -1,
          "entryPrice": 4539.625,
          "exitPrice": 4547.5,
          "stopDistance": 7.875,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 6
        },
        {
          "entryTs": 1777517100,
          "entryUtc": "2026-04-30T02:45:00.000Z",
          "exitTs": 1777523220,
          "dir": -1,
          "entryPrice": 4562.075,
          "exitPrice": 4546.708,
          "stopDistance": 7.684,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 102
        },
        {
          "entryTs": 1777552200,
          "entryUtc": "2026-04-30T12:30:00.000Z",
          "exitTs": 1777553880,
          "dir": -1,
          "entryPrice": 4629.625,
          "exitPrice": 4639.157,
          "stopDistance": 9.532,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 28
        },
        {
          "entryTs": 1777556400,
          "entryUtc": "2026-04-30T13:40:00.000Z",
          "exitTs": 1777586400,
          "dir": -1,
          "entryPrice": 4623.945,
          "exitPrice": 4634.029,
          "stopDistance": 10.084,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 500
        }
      ],
      "significance": {
        "tStat": -10.847,
        "pValueOneSided": 1,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "ema21-rsi2-m5-pullback",
      "name": "EMA21 + RSI(2) M5 pullback",
      "family": "Modern retail scalp",
      "timeframe": "M5",
      "signalTimeframe": "M5",
      "trendNote": "The short-RSI pullback scalp that replaced RSI(14) in current gold content.",
      "rule": "Long when an M5 candle closes above its 21 EMA with RSI(2) below 10. Short when it closes below the 21 EMA with RSI(2) above 90.",
      "rawSignals": 5414,
      "full": {
        "trades": 3828,
        "winRate": {
          "successes": 1313,
          "total": 3828,
          "ratePct": 34.3,
          "ci95Pct": [
            32.8,
            35.8
          ]
        },
        "expectancyR": -0.1871,
        "totalR": -716.28,
        "profitFactor": 0.761,
        "avgWinR": 1.733,
        "avgLossR": -1.19,
        "maxDrawdownPct": 99.96,
        "finalEquity": 5.27,
        "returnPct": -99.95,
        "tStat": -8.215,
        "sdR": 1.409,
        "ambiguousTrades": 3,
        "timeExits": 146,
        "stopExits": 2456,
        "targetExits": 1223,
        "optimisticExpectancyR": -0.1847,
        "medianHoldMinutes": 51,
        "medianCostShareOfR": 0.1768,
        "longTrades": 2069,
        "longExpectancyR": -0.1522,
        "shortTrades": 1759,
        "shortExpectancyR": -0.2282,
        "maxConsecutiveLosses": 22,
        "skippedInPosition": 1586,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 2815,
        "winRate": {
          "successes": 983,
          "total": 2815,
          "ratePct": 34.9,
          "ci95Pct": [
            33.2,
            36.7
          ]
        },
        "expectancyR": -0.2076,
        "totalR": -584.41,
        "profitFactor": 0.74,
        "avgWinR": 1.694,
        "avgLossR": -1.228,
        "maxDrawdownPct": 99.82,
        "finalEquity": 21.73,
        "returnPct": -99.78,
        "tStat": -7.78,
        "sdR": 1.416,
        "ambiguousTrades": 2,
        "timeExits": 125,
        "stopExits": 1780,
        "targetExits": 908,
        "optimisticExpectancyR": -0.2055,
        "medianHoldMinutes": 51,
        "medianCostShareOfR": 0.2164,
        "longTrades": 1469,
        "longExpectancyR": -0.1721,
        "shortTrades": 1346,
        "shortExpectancyR": -0.2463,
        "maxConsecutiveLosses": 22,
        "skippedInPosition": 1199,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 1012,
        "winRate": {
          "successes": 330,
          "total": 1012,
          "ratePct": 32.6,
          "ci95Pct": [
            29.8,
            35.6
          ]
        },
        "expectancyR": -0.1298,
        "totalR": -131.31,
        "profitFactor": 0.823,
        "avgWinR": 1.852,
        "avgLossR": -1.088,
        "maxDrawdownPct": 80.79,
        "finalEquity": 2438.29,
        "returnPct": -75.62,
        "tStat": -2.968,
        "sdR": 1.391,
        "ambiguousTrades": 1,
        "timeExits": 20,
        "stopExits": 676,
        "targetExits": 315,
        "optimisticExpectancyR": -0.1268,
        "medianHoldMinutes": 50,
        "medianCostShareOfR": 0.077,
        "longTrades": 600,
        "longExpectancyR": -0.1034,
        "shortTrades": 412,
        "shortExpectancyR": -0.1682,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 387,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 4233,
          "winRatePct": 51.8,
          "expectancyR": -0.2575,
          "profitFactor": 0.593,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 4105,
          "winRatePct": 34.4,
          "expectancyR": -0.2684,
          "profitFactor": 0.687,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 3990,
          "winRatePct": 25.9,
          "expectancyR": -0.2865,
          "profitFactor": 0.704,
          "returnPct": -100
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 4053,
          "winRatePct": 51.3,
          "expectancyR": -0.1679,
          "profitFactor": 0.713,
          "returnPct": -99.91
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 3828,
          "winRatePct": 34.3,
          "expectancyR": -0.1871,
          "profitFactor": 0.761,
          "returnPct": -99.95
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 3640,
          "winRatePct": 27.6,
          "expectancyR": -0.1843,
          "profitFactor": 0.786,
          "returnPct": -99.93
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 3760,
          "winRatePct": 48.9,
          "expectancyR": -0.1262,
          "profitFactor": 0.769,
          "returnPct": -99.28
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 3403,
          "winRatePct": 35.5,
          "expectancyR": -0.1241,
          "profitFactor": 0.818,
          "returnPct": -98.91
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 3203,
          "winRatePct": 31.4,
          "expectancyR": -0.1064,
          "profitFactor": 0.853,
          "returnPct": -97.73
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 3828,
          "expectancyR": -0.1137,
          "profitFactor": 0.845,
          "returnPct": -99.12
        },
        {
          "spreadUsd": 0.3,
          "trades": 3828,
          "expectancyR": -0.1871,
          "profitFactor": 0.761,
          "returnPct": -99.95
        },
        {
          "spreadUsd": 0.6,
          "trades": 3828,
          "expectancyR": -0.334,
          "profitFactor": 0.62,
          "returnPct": -100
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -4.54
        },
        {
          "month": "2021-02",
          "totalR": -22.92
        },
        {
          "month": "2021-03",
          "totalR": -0.03
        },
        {
          "month": "2021-04",
          "totalR": -10.41
        },
        {
          "month": "2021-05",
          "totalR": -10.93
        },
        {
          "month": "2021-06",
          "totalR": -19.55
        },
        {
          "month": "2021-07",
          "totalR": -16.77
        },
        {
          "month": "2021-08",
          "totalR": -16.93
        },
        {
          "month": "2021-09",
          "totalR": -17.04
        },
        {
          "month": "2021-10",
          "totalR": -19.62
        },
        {
          "month": "2021-11",
          "totalR": -29.47
        },
        {
          "month": "2021-12",
          "totalR": 3.24
        },
        {
          "month": "2022-01",
          "totalR": -29.67
        },
        {
          "month": "2022-02",
          "totalR": 3.12
        },
        {
          "month": "2022-03",
          "totalR": -26.02
        },
        {
          "month": "2022-04",
          "totalR": -28.13
        },
        {
          "month": "2022-05",
          "totalR": -11.86
        },
        {
          "month": "2022-06",
          "totalR": -1.86
        },
        {
          "month": "2022-07",
          "totalR": -14.36
        },
        {
          "month": "2022-08",
          "totalR": -23.13
        },
        {
          "month": "2022-09",
          "totalR": -16.13
        },
        {
          "month": "2022-10",
          "totalR": -18.09
        },
        {
          "month": "2022-11",
          "totalR": 5.07
        },
        {
          "month": "2022-12",
          "totalR": -13
        },
        {
          "month": "2023-01",
          "totalR": -13.94
        },
        {
          "month": "2023-02",
          "totalR": -13.85
        },
        {
          "month": "2023-03",
          "totalR": 17.88
        },
        {
          "month": "2023-04",
          "totalR": -7.6
        },
        {
          "month": "2023-05",
          "totalR": -29.96
        },
        {
          "month": "2023-06",
          "totalR": -31.02
        },
        {
          "month": "2023-07",
          "totalR": -31.69
        },
        {
          "month": "2023-08",
          "totalR": -7.01
        },
        {
          "month": "2023-09",
          "totalR": -12.06
        },
        {
          "month": "2023-10",
          "totalR": 1.01
        },
        {
          "month": "2023-11",
          "totalR": -4.4
        },
        {
          "month": "2023-12",
          "totalR": -36.39
        },
        {
          "month": "2024-01",
          "totalR": -7.91
        },
        {
          "month": "2024-02",
          "totalR": -25.81
        },
        {
          "month": "2024-03",
          "totalR": -12.49
        },
        {
          "month": "2024-04",
          "totalR": 10.29
        },
        {
          "month": "2024-05",
          "totalR": -10.49
        },
        {
          "month": "2024-06",
          "totalR": -2.55
        },
        {
          "month": "2024-07",
          "totalR": -0.88
        },
        {
          "month": "2024-08",
          "totalR": 14.19
        },
        {
          "month": "2024-09",
          "totalR": -18.96
        },
        {
          "month": "2024-10",
          "totalR": -29.94
        },
        {
          "month": "2024-11",
          "totalR": 13.63
        },
        {
          "month": "2024-12",
          "totalR": -5.42
        },
        {
          "month": "2025-01",
          "totalR": -6.95
        },
        {
          "month": "2025-02",
          "totalR": 13.06
        },
        {
          "month": "2025-03",
          "totalR": -13.37
        },
        {
          "month": "2025-04",
          "totalR": 3.42
        },
        {
          "month": "2025-05",
          "totalR": 7.86
        },
        {
          "month": "2025-06",
          "totalR": -15.88
        },
        {
          "month": "2025-07",
          "totalR": -10.27
        },
        {
          "month": "2025-08",
          "totalR": -10.91
        },
        {
          "month": "2025-09",
          "totalR": -21.3
        },
        {
          "month": "2025-10",
          "totalR": -13.7
        },
        {
          "month": "2025-11",
          "totalR": -22.58
        },
        {
          "month": "2025-12",
          "totalR": -12.37
        },
        {
          "month": "2026-01",
          "totalR": -1.49
        },
        {
          "month": "2026-02",
          "totalR": -2.66
        },
        {
          "month": "2026-03",
          "totalR": -16.8
        },
        {
          "month": "2026-04",
          "totalR": -7.94
        }
      ],
      "trades": [
        {
          "entryTs": 1609867200,
          "entryUtc": "2021-01-05T17:20:00.000Z",
          "exitTs": 1609895040,
          "dir": 1,
          "entryPrice": 1948.645,
          "exitPrice": 1955.132,
          "stopDistance": 3.244,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 464
        },
        {
          "entryTs": 1609903200,
          "entryUtc": "2021-01-06T03:20:00.000Z",
          "exitTs": 1609920960,
          "dir": -1,
          "entryPrice": 1947.238,
          "exitPrice": 1950.362,
          "stopDistance": 3.124,
          "outcome": "stop",
          "netR": -1.1344,
          "holdMinutes": 296
        },
        {
          "entryTs": 1609938900,
          "entryUtc": "2021-01-06T13:15:00.000Z",
          "exitTs": 1609943760,
          "dir": -1,
          "entryPrice": 1939.848,
          "exitPrice": 1927.801,
          "stopDistance": 6.024,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 81
        },
        {
          "entryTs": 1609956000,
          "entryUtc": "2021-01-06T18:00:00.000Z",
          "exitTs": 1609959660,
          "dir": -1,
          "entryPrice": 1907.478,
          "exitPrice": 1911.719,
          "stopDistance": 4.241,
          "outcome": "stop",
          "netR": -1.099,
          "holdMinutes": 61
        },
        {
          "entryTs": 1610073900,
          "entryUtc": "2021-01-08T02:45:00.000Z",
          "exitTs": 1610080560,
          "dir": -1,
          "entryPrice": 1911.755,
          "exitPrice": 1908.138,
          "stopDistance": 1.809,
          "outcome": "target",
          "netR": 1.7954,
          "holdMinutes": 111
        },
        {
          "entryTs": 1610132700,
          "entryUtc": "2021-01-08T19:05:00.000Z",
          "exitTs": 1610134620,
          "dir": -1,
          "entryPrice": 1839.535,
          "exitPrice": 1845.9,
          "stopDistance": 6.365,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 32
        },
        {
          "entryTs": 1610140800,
          "entryUtc": "2021-01-08T21:20:00.000Z",
          "exitTs": 1610319600,
          "dir": 1,
          "entryPrice": 1846.635,
          "exitPrice": 1847.678,
          "stopDistance": 3.035,
          "outcome": "time",
          "netR": 0.2217,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1610329800,
          "entryUtc": "2021-01-11T01:50:00.000Z",
          "exitTs": 1610333280,
          "dir": -1,
          "entryPrice": 1829.538,
          "exitPrice": 1836.026,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 58
        },
        {
          "entryTs": 1610382000,
          "entryUtc": "2021-01-11T16:20:00.000Z",
          "exitTs": 1610412000,
          "dir": 1,
          "entryPrice": 1846.558,
          "exitPrice": 1845.695,
          "stopDistance": 4.306,
          "outcome": "time",
          "netR": -0.2863,
          "holdMinutes": 500
        },
        {
          "entryTs": 1610424000,
          "entryUtc": "2021-01-12T04:00:00.000Z",
          "exitTs": 1610429760,
          "dir": 1,
          "entryPrice": 1849.608,
          "exitPrice": 1853.174,
          "stopDistance": 1.783,
          "outcome": "target",
          "netR": 1.7925,
          "holdMinutes": 96
        },
        {
          "entryTs": 1610462100,
          "entryUtc": "2021-01-12T14:35:00.000Z",
          "exitTs": 1610479020,
          "dir": -1,
          "entryPrice": 1847.008,
          "exitPrice": 1851.819,
          "stopDistance": 4.811,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 282
        },
        {
          "entryTs": 1610498400,
          "entryUtc": "2021-01-13T00:40:00.000Z",
          "exitTs": 1610499600,
          "dir": 1,
          "entryPrice": 1857.455,
          "exitPrice": 1855.575,
          "stopDistance": 1.88,
          "outcome": "stop",
          "netR": -1.2234,
          "holdMinutes": 20
        },
        {
          "entryTs": 1610531100,
          "entryUtc": "2021-01-13T09:45:00.000Z",
          "exitTs": 1610531400,
          "dir": -1,
          "entryPrice": 1853.845,
          "exitPrice": 1856.412,
          "stopDistance": 2.567,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 5
        },
        {
          "entryTs": 1610579700,
          "entryUtc": "2021-01-13T23:15:00.000Z",
          "exitTs": 1610586840,
          "dir": -1,
          "entryPrice": 1848.048,
          "exitPrice": 1850.421,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 119
        },
        {
          "entryTs": 1610648400,
          "entryUtc": "2021-01-14T18:20:00.000Z",
          "exitTs": 1610651280,
          "dir": 1,
          "entryPrice": 1851.185,
          "exitPrice": 1848.069,
          "stopDistance": 3.116,
          "outcome": "stop",
          "netR": -1.1348,
          "holdMinutes": 48
        },
        {
          "entryTs": 1610655300,
          "entryUtc": "2021-01-14T20:15:00.000Z",
          "exitTs": 1610669700,
          "dir": -1,
          "entryPrice": 1846.415,
          "exitPrice": 1848.95,
          "stopDistance": 2.535,
          "outcome": "stop",
          "netR": -1.1657,
          "holdMinutes": 240
        },
        {
          "entryTs": 1610743200,
          "entryUtc": "2021-01-15T20:40:00.000Z",
          "exitTs": 1610924400,
          "dir": -1,
          "entryPrice": 1827.445,
          "exitPrice": 1829.356,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 3020
        },
        {
          "entryTs": 1610929500,
          "entryUtc": "2021-01-18T00:25:00.000Z",
          "exitTs": 1610932140,
          "dir": -1,
          "entryPrice": 1817.865,
          "exitPrice": 1822.926,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 44
        },
        {
          "entryTs": 1610954100,
          "entryUtc": "2021-01-18T07:15:00.000Z",
          "exitTs": 1610956440,
          "dir": 1,
          "entryPrice": 1836.648,
          "exitPrice": 1834.15,
          "stopDistance": 2.498,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 39
        },
        {
          "entryTs": 1610990100,
          "entryUtc": "2021-01-18T17:15:00.000Z",
          "exitTs": 1610990940,
          "dir": 1,
          "entryPrice": 1837.495,
          "exitPrice": 1836.111,
          "stopDistance": 1.384,
          "outcome": "stop",
          "netR": -1.3036,
          "holdMinutes": 14
        },
        {
          "entryTs": 1611021300,
          "entryUtc": "2021-01-19T01:55:00.000Z",
          "exitTs": 1611022080,
          "dir": 1,
          "entryPrice": 1840.535,
          "exitPrice": 1838.888,
          "stopDistance": 1.647,
          "outcome": "stop",
          "netR": -1.2551,
          "holdMinutes": 13
        },
        {
          "entryTs": 1611029700,
          "entryUtc": "2021-01-19T04:15:00.000Z",
          "exitTs": 1611031560,
          "dir": -1,
          "entryPrice": 1838.295,
          "exitPrice": 1839.837,
          "stopDistance": 1.542,
          "outcome": "stop",
          "netR": -1.2725,
          "holdMinutes": 31
        },
        {
          "entryTs": 1611087000,
          "entryUtc": "2021-01-19T20:10:00.000Z",
          "exitTs": 1611087900,
          "dir": -1,
          "entryPrice": 1839.438,
          "exitPrice": 1840.936,
          "stopDistance": 1.498,
          "outcome": "stop",
          "netR": -1.2805,
          "holdMinutes": 15
        },
        {
          "entryTs": 1611112800,
          "entryUtc": "2021-01-20T03:20:00.000Z",
          "exitTs": 1611122340,
          "dir": 1,
          "entryPrice": 1848.365,
          "exitPrice": 1851.366,
          "stopDistance": 1.5,
          "outcome": "target",
          "netR": 1.7534,
          "holdMinutes": 159
        },
        {
          "entryTs": 1611150000,
          "entryUtc": "2021-01-20T13:40:00.000Z",
          "exitTs": 1611150300,
          "dir": -1,
          "entryPrice": 1842.835,
          "exitPrice": 1846.623,
          "stopDistance": 3.788,
          "outcome": "stop",
          "netR": -1.1109,
          "holdMinutes": 5
        },
        {
          "entryTs": 1611154500,
          "entryUtc": "2021-01-20T14:55:00.000Z",
          "exitTs": 1611155760,
          "dir": 1,
          "entryPrice": 1853.746,
          "exitPrice": 1863.965,
          "stopDistance": 5.109,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 21
        },
        {
          "entryTs": 1611170100,
          "entryUtc": "2021-01-20T19:15:00.000Z",
          "exitTs": 1611179940,
          "dir": 1,
          "entryPrice": 1867.482,
          "exitPrice": 1871.707,
          "stopDistance": 2.112,
          "outcome": "target",
          "netR": 1.8248,
          "holdMinutes": 164
        },
        {
          "entryTs": 1611199500,
          "entryUtc": "2021-01-21T03:25:00.000Z",
          "exitTs": 1611207000,
          "dir": 1,
          "entryPrice": 1869.977,
          "exitPrice": 1873.782,
          "stopDistance": 1.903,
          "outcome": "target",
          "netR": 1.8055,
          "holdMinutes": 125
        },
        {
          "entryTs": 1611210300,
          "entryUtc": "2021-01-21T06:25:00.000Z",
          "exitTs": 1611211620,
          "dir": 1,
          "entryPrice": 1872.918,
          "exitPrice": 1871.425,
          "stopDistance": 1.493,
          "outcome": "stop",
          "netR": -1.2813,
          "holdMinutes": 22
        },
        {
          "entryTs": 1611258300,
          "entryUtc": "2021-01-21T19:45:00.000Z",
          "exitTs": 1611262320,
          "dir": 1,
          "entryPrice": 1867.775,
          "exitPrice": 1870.723,
          "stopDistance": 1.474,
          "outcome": "target",
          "netR": 1.749,
          "holdMinutes": 67
        },
        {
          "entryTs": 1611317100,
          "entryUtc": "2021-01-22T12:05:00.000Z",
          "exitTs": 1611318780,
          "dir": -1,
          "entryPrice": 1850.745,
          "exitPrice": 1845.038,
          "stopDistance": 2.853,
          "outcome": "target",
          "netR": 1.8703,
          "holdMinutes": 28
        },
        {
          "entryTs": 1611332700,
          "entryUtc": "2021-01-22T16:25:00.000Z",
          "exitTs": 1611529200,
          "dir": 1,
          "entryPrice": 1852.495,
          "exitPrice": 1856.898,
          "stopDistance": 3.821,
          "outcome": "time",
          "netR": 1.0553,
          "holdMinutes": 3275
        },
        {
          "entryTs": 1611532800,
          "entryUtc": "2021-01-25T00:00:00.000Z",
          "exitTs": 1611537660,
          "dir": 1,
          "entryPrice": 1856.812,
          "exitPrice": 1855.125,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.249,
          "holdMinutes": 81
        },
        {
          "entryTs": 1611548400,
          "entryUtc": "2021-01-25T04:20:00.000Z",
          "exitTs": 1611552480,
          "dir": -1,
          "entryPrice": 1854.365,
          "exitPrice": 1855.579,
          "stopDistance": 1.214,
          "outcome": "stop",
          "netR": -1.346,
          "holdMinutes": 68
        },
        {
          "entryTs": 1611569700,
          "entryUtc": "2021-01-25T10:15:00.000Z",
          "exitTs": 1611571200,
          "dir": 1,
          "entryPrice": 1854.875,
          "exitPrice": 1858.395,
          "stopDistance": 1.76,
          "outcome": "target",
          "netR": 1.7898,
          "holdMinutes": 25
        },
        {
          "entryTs": 1611622500,
          "entryUtc": "2021-01-26T00:55:00.000Z",
          "exitTs": 1611622860,
          "dir": -1,
          "entryPrice": 1854.355,
          "exitPrice": 1855.342,
          "stopDistance": 0.987,
          "outcome": "stop",
          "netR": -1.4257,
          "holdMinutes": 6
        },
        {
          "entryTs": 1611631500,
          "entryUtc": "2021-01-26T03:25:00.000Z",
          "exitTs": 1611635700,
          "dir": 1,
          "entryPrice": 1859.615,
          "exitPrice": 1858.409,
          "stopDistance": 1.205,
          "outcome": "stop",
          "netR": -1.3484,
          "holdMinutes": 70
        },
        {
          "entryTs": 1611660000,
          "entryUtc": "2021-01-26T11:20:00.000Z",
          "exitTs": 1611661200,
          "dir": -1,
          "entryPrice": 1851.355,
          "exitPrice": 1853.338,
          "stopDistance": 1.983,
          "outcome": "stop",
          "netR": -1.2118,
          "holdMinutes": 20
        },
        {
          "entryTs": 1611669900,
          "entryUtc": "2021-01-26T14:05:00.000Z",
          "exitTs": 1611671460,
          "dir": 1,
          "entryPrice": 1856.802,
          "exitPrice": 1854.455,
          "stopDistance": 2.347,
          "outcome": "stop",
          "netR": -1.1789,
          "holdMinutes": 26
        },
        {
          "entryTs": 1611684300,
          "entryUtc": "2021-01-26T18:05:00.000Z",
          "exitTs": 1611689160,
          "dir": -1,
          "entryPrice": 1852.825,
          "exitPrice": 1849.537,
          "stopDistance": 1.644,
          "outcome": "target",
          "netR": 1.7749,
          "holdMinutes": 81
        },
        {
          "entryTs": 1611711000,
          "entryUtc": "2021-01-27T01:30:00.000Z",
          "exitTs": 1611712020,
          "dir": -1,
          "entryPrice": 1848.715,
          "exitPrice": 1845.727,
          "stopDistance": 1.494,
          "outcome": "target",
          "netR": 1.7523,
          "holdMinutes": 17
        },
        {
          "entryTs": 1611750900,
          "entryUtc": "2021-01-27T12:35:00.000Z",
          "exitTs": 1611756180,
          "dir": -1,
          "entryPrice": 1841.725,
          "exitPrice": 1844.395,
          "stopDistance": 2.67,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 88
        },
        {
          "entryTs": 1611766500,
          "entryUtc": "2021-01-27T16:55:00.000Z",
          "exitTs": 1611768780,
          "dir": 1,
          "entryPrice": 1846.393,
          "exitPrice": 1843.251,
          "stopDistance": 3.142,
          "outcome": "stop",
          "netR": -1.1337,
          "holdMinutes": 38
        },
        {
          "entryTs": 1611823500,
          "entryUtc": "2021-01-28T08:45:00.000Z",
          "exitTs": 1611828660,
          "dir": 1,
          "entryPrice": 1837.965,
          "exitPrice": 1842.464,
          "stopDistance": 2.249,
          "outcome": "target",
          "netR": 1.8355,
          "holdMinutes": 86
        },
        {
          "entryTs": 1611849300,
          "entryUtc": "2021-01-28T15:55:00.000Z",
          "exitTs": 1611851280,
          "dir": 1,
          "entryPrice": 1858.782,
          "exitPrice": 1854.038,
          "stopDistance": 4.744,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 33
        },
        {
          "entryTs": 1611882900,
          "entryUtc": "2021-01-29T01:15:00.000Z",
          "exitTs": 1611883260,
          "dir": -1,
          "entryPrice": 1841.818,
          "exitPrice": 1843.764,
          "stopDistance": 1.946,
          "outcome": "stop",
          "netR": -1.2158,
          "holdMinutes": 6
        },
        {
          "entryTs": 1611900900,
          "entryUtc": "2021-01-29T06:15:00.000Z",
          "exitTs": 1611902940,
          "dir": 1,
          "entryPrice": 1844.795,
          "exitPrice": 1847.43,
          "stopDistance": 1.317,
          "outcome": "target",
          "netR": 1.7191,
          "holdMinutes": 34
        },
        {
          "entryTs": 1611927000,
          "entryUtc": "2021-01-29T13:30:00.000Z",
          "exitTs": 1611927900,
          "dir": 1,
          "entryPrice": 1864.835,
          "exitPrice": 1872.251,
          "stopDistance": 3.708,
          "outcome": "target",
          "netR": 1.9002,
          "holdMinutes": 15
        },
        {
          "entryTs": 1612138200,
          "entryUtc": "2021-02-01T00:10:00.000Z",
          "exitTs": 1612141320,
          "dir": 1,
          "entryPrice": 1853.345,
          "exitPrice": 1849.078,
          "stopDistance": 4.267,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 52
        },
        {
          "entryTs": 1612152000,
          "entryUtc": "2021-02-01T04:00:00.000Z",
          "exitTs": 1612158060,
          "dir": 1,
          "entryPrice": 1860.838,
          "exitPrice": 1858.26,
          "stopDistance": 2.579,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 101
        },
        {
          "entryTs": 1612163400,
          "entryUtc": "2021-02-01T07:10:00.000Z",
          "exitTs": 1612166220,
          "dir": 1,
          "entryPrice": 1863.542,
          "exitPrice": 1860.887,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 47
        },
        {
          "entryTs": 1612196100,
          "entryUtc": "2021-02-01T16:15:00.000Z",
          "exitTs": 1612226100,
          "dir": -1,
          "entryPrice": 1862.468,
          "exitPrice": 1856.177,
          "stopDistance": 4.359,
          "outcome": "time",
          "netR": 1.3584,
          "holdMinutes": 500
        },
        {
          "entryTs": 1612231800,
          "entryUtc": "2021-02-02T02:10:00.000Z",
          "exitTs": 1612234800,
          "dir": 1,
          "entryPrice": 1860.765,
          "exitPrice": 1858.606,
          "stopDistance": 2.159,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 50
        },
        {
          "entryTs": 1612242600,
          "entryUtc": "2021-02-02T05:10:00.000Z",
          "exitTs": 1612246200,
          "dir": -1,
          "entryPrice": 1855.035,
          "exitPrice": 1856.694,
          "stopDistance": 1.659,
          "outcome": "stop",
          "netR": -1.2532,
          "holdMinutes": 60
        },
        {
          "entryTs": 1612274400,
          "entryUtc": "2021-02-02T14:00:00.000Z",
          "exitTs": 1612306800,
          "dir": -1,
          "entryPrice": 1837.815,
          "exitPrice": 1837.347,
          "stopDistance": 4.43,
          "outcome": "time",
          "netR": 0.0221,
          "holdMinutes": 540
        },
        {
          "entryTs": 1612371600,
          "entryUtc": "2021-02-03T17:00:00.000Z",
          "exitTs": 1612377180,
          "dir": 1,
          "entryPrice": 1835.515,
          "exitPrice": 1832.804,
          "stopDistance": 2.711,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 93
        },
        {
          "entryTs": 1612411500,
          "entryUtc": "2021-02-04T04:05:00.000Z",
          "exitTs": 1612415280,
          "dir": -1,
          "entryPrice": 1823.585,
          "exitPrice": 1819.672,
          "stopDistance": 1.957,
          "outcome": "target",
          "netR": 1.8109,
          "holdMinutes": 63
        },
        {
          "entryTs": 1612516800,
          "entryUtc": "2021-02-05T09:20:00.000Z",
          "exitTs": 1612526340,
          "dir": 1,
          "entryPrice": 1805.125,
          "exitPrice": 1802.638,
          "stopDistance": 2.487,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 159
        },
        {
          "entryTs": 1612540500,
          "entryUtc": "2021-02-05T15:55:00.000Z",
          "exitTs": 1612544100,
          "dir": 1,
          "entryPrice": 1804.518,
          "exitPrice": 1812.453,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 60
        },
        {
          "entryTs": 1612546500,
          "entryUtc": "2021-02-05T17:35:00.000Z",
          "exitTs": 1612555260,
          "dir": 1,
          "entryPrice": 1812.525,
          "exitPrice": 1809.677,
          "stopDistance": 2.848,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 146
        },
        {
          "entryTs": 1612743300,
          "entryUtc": "2021-02-08T00:15:00.000Z",
          "exitTs": 1612744260,
          "dir": 1,
          "entryPrice": 1816.2,
          "exitPrice": 1814.525,
          "stopDistance": 1.675,
          "outcome": "stop",
          "netR": -1.2508,
          "holdMinutes": 16
        },
        {
          "entryTs": 1612770600,
          "entryUtc": "2021-02-08T07:50:00.000Z",
          "exitTs": 1612771200,
          "dir": 1,
          "entryPrice": 1816.095,
          "exitPrice": 1814.525,
          "stopDistance": 1.57,
          "outcome": "stop",
          "netR": -1.2674,
          "holdMinutes": 10
        },
        {
          "entryTs": 1612787400,
          "entryUtc": "2021-02-08T12:30:00.000Z",
          "exitTs": 1612788660,
          "dir": 1,
          "entryPrice": 1819.598,
          "exitPrice": 1823.413,
          "stopDistance": 1.907,
          "outcome": "target",
          "netR": 1.806,
          "holdMinutes": 21
        },
        {
          "entryTs": 1612800300,
          "entryUtc": "2021-02-08T16:05:00.000Z",
          "exitTs": 1612806780,
          "dir": 1,
          "entryPrice": 1835.199,
          "exitPrice": 1832.351,
          "stopDistance": 2.848,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 108
        },
        {
          "entryTs": 1612812900,
          "entryUtc": "2021-02-08T19:35:00.000Z",
          "exitTs": 1612814940,
          "dir": -1,
          "entryPrice": 1832.105,
          "exitPrice": 1833.658,
          "stopDistance": 1.553,
          "outcome": "stop",
          "netR": -1.2704,
          "holdMinutes": 34
        },
        {
          "entryTs": 1612820400,
          "entryUtc": "2021-02-08T21:40:00.000Z",
          "exitTs": 1612829820,
          "dir": -1,
          "entryPrice": 1831.158,
          "exitPrice": 1832.478,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3183,
          "holdMinutes": 157
        },
        {
          "entryTs": 1612841100,
          "entryUtc": "2021-02-09T03:25:00.000Z",
          "exitTs": 1612849080,
          "dir": 1,
          "entryPrice": 1839.935,
          "exitPrice": 1838.261,
          "stopDistance": 1.674,
          "outcome": "stop",
          "netR": -1.2509,
          "holdMinutes": 133
        },
        {
          "entryTs": 1612898100,
          "entryUtc": "2021-02-09T19:15:00.000Z",
          "exitTs": 1612907160,
          "dir": -1,
          "entryPrice": 1836.205,
          "exitPrice": 1837.888,
          "stopDistance": 1.683,
          "outcome": "stop",
          "netR": -1.2496,
          "holdMinutes": 151
        },
        {
          "entryTs": 1612943400,
          "entryUtc": "2021-02-10T07:50:00.000Z",
          "exitTs": 1612944360,
          "dir": 1,
          "entryPrice": 1844.945,
          "exitPrice": 1843.586,
          "stopDistance": 1.359,
          "outcome": "stop",
          "netR": -1.3091,
          "holdMinutes": 16
        },
        {
          "entryTs": 1613073600,
          "entryUtc": "2021-02-11T20:00:00.000Z",
          "exitTs": 1613077920,
          "dir": -1,
          "entryPrice": 1824.405,
          "exitPrice": 1826.465,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 72
        },
        {
          "entryTs": 1613100000,
          "entryUtc": "2021-02-12T03:20:00.000Z",
          "exitTs": 1613104740,
          "dir": -1,
          "entryPrice": 1821.435,
          "exitPrice": 1822.756,
          "stopDistance": 1.321,
          "outcome": "stop",
          "netR": -1.318,
          "holdMinutes": 79
        },
        {
          "entryTs": 1613148300,
          "entryUtc": "2021-02-12T16:45:00.000Z",
          "exitTs": 1613152140,
          "dir": 1,
          "entryPrice": 1824.975,
          "exitPrice": 1821.248,
          "stopDistance": 3.727,
          "outcome": "stop",
          "netR": -1.1127,
          "holdMinutes": 64
        },
        {
          "entryTs": 1613154300,
          "entryUtc": "2021-02-12T18:25:00.000Z",
          "exitTs": 1613154480,
          "dir": -1,
          "entryPrice": 1821.325,
          "exitPrice": 1823.673,
          "stopDistance": 2.348,
          "outcome": "stop",
          "netR": -1.1788,
          "holdMinutes": 3
        },
        {
          "entryTs": 1613390700,
          "entryUtc": "2021-02-15T12:05:00.000Z",
          "exitTs": 1613391540,
          "dir": 1,
          "entryPrice": 1819.625,
          "exitPrice": 1822.257,
          "stopDistance": 1.316,
          "outcome": "target",
          "netR": 1.7189,
          "holdMinutes": 14
        },
        {
          "entryTs": 1613399100,
          "entryUtc": "2021-02-15T14:25:00.000Z",
          "exitTs": 1613407380,
          "dir": -1,
          "entryPrice": 1818.925,
          "exitPrice": 1820.617,
          "stopDistance": 1.692,
          "outcome": "stop",
          "netR": -1.2482,
          "holdMinutes": 138
        },
        {
          "entryTs": 1613409600,
          "entryUtc": "2021-02-15T17:20:00.000Z",
          "exitTs": 1613409840,
          "dir": 1,
          "entryPrice": 1819.595,
          "exitPrice": 1818.546,
          "stopDistance": 1.049,
          "outcome": "stop",
          "netR": -1.4005,
          "holdMinutes": 4
        },
        {
          "entryTs": 1613437800,
          "entryUtc": "2021-02-16T01:10:00.000Z",
          "exitTs": 1613438760,
          "dir": 1,
          "entryPrice": 1820.538,
          "exitPrice": 1822.943,
          "stopDistance": 1.203,
          "outcome": "target",
          "netR": 1.6924,
          "holdMinutes": 16
        },
        {
          "entryTs": 1613449200,
          "entryUtc": "2021-02-16T04:20:00.000Z",
          "exitTs": 1613451060,
          "dir": 1,
          "entryPrice": 1825.358,
          "exitPrice": 1824.262,
          "stopDistance": 1.096,
          "outcome": "stop",
          "netR": -1.3832,
          "holdMinutes": 31
        },
        {
          "entryTs": 1613462700,
          "entryUtc": "2021-02-16T08:05:00.000Z",
          "exitTs": 1613464740,
          "dir": -1,
          "entryPrice": 1821.015,
          "exitPrice": 1822.479,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.287,
          "holdMinutes": 34
        },
        {
          "entryTs": 1613470200,
          "entryUtc": "2021-02-16T10:10:00.000Z",
          "exitTs": 1613474220,
          "dir": 1,
          "entryPrice": 1823.275,
          "exitPrice": 1821.608,
          "stopDistance": 1.667,
          "outcome": "stop",
          "netR": -1.2519,
          "holdMinutes": 67
        },
        {
          "entryTs": 1613532600,
          "entryUtc": "2021-02-17T03:30:00.000Z",
          "exitTs": 1613540340,
          "dir": 1,
          "entryPrice": 1792.835,
          "exitPrice": 1791.345,
          "stopDistance": 1.49,
          "outcome": "stop",
          "netR": -1.2818,
          "holdMinutes": 129
        },
        {
          "entryTs": 1613580000,
          "entryUtc": "2021-02-17T16:40:00.000Z",
          "exitTs": 1613580780,
          "dir": -1,
          "entryPrice": 1775.345,
          "exitPrice": 1779.354,
          "stopDistance": 4.009,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 13
        },
        {
          "entryTs": 1613604600,
          "entryUtc": "2021-02-17T23:30:00.000Z",
          "exitTs": 1613607600,
          "dir": 1,
          "entryPrice": 1776.135,
          "exitPrice": 1778.89,
          "stopDistance": 1.378,
          "outcome": "target",
          "netR": 1.7314,
          "holdMinutes": 50
        },
        {
          "entryTs": 1613621100,
          "entryUtc": "2021-02-18T04:05:00.000Z",
          "exitTs": 1613631660,
          "dir": 1,
          "entryPrice": 1782.968,
          "exitPrice": 1781.584,
          "stopDistance": 1.384,
          "outcome": "stop",
          "netR": -1.3035,
          "holdMinutes": 176
        },
        {
          "entryTs": 1613645400,
          "entryUtc": "2021-02-18T10:50:00.000Z",
          "exitTs": 1613648160,
          "dir": -1,
          "entryPrice": 1784.155,
          "exitPrice": 1786.461,
          "stopDistance": 2.306,
          "outcome": "stop",
          "netR": -1.1821,
          "holdMinutes": 46
        },
        {
          "entryTs": 1613652300,
          "entryUtc": "2021-02-18T12:45:00.000Z",
          "exitTs": 1613652600,
          "dir": -1,
          "entryPrice": 1782.845,
          "exitPrice": 1784.872,
          "stopDistance": 2.027,
          "outcome": "stop",
          "netR": -1.2072,
          "holdMinutes": 5
        },
        {
          "entryTs": 1613699400,
          "entryUtc": "2021-02-19T01:50:00.000Z",
          "exitTs": 1613702700,
          "dir": -1,
          "entryPrice": 1766.585,
          "exitPrice": 1770.155,
          "stopDistance": 3.57,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 55
        },
        {
          "entryTs": 1613745000,
          "entryUtc": "2021-02-19T14:30:00.000Z",
          "exitTs": 1613746020,
          "dir": 1,
          "entryPrice": 1778.945,
          "exitPrice": 1787.37,
          "stopDistance": 4.212,
          "outcome": "target",
          "netR": 1.9122,
          "holdMinutes": 17
        },
        {
          "entryTs": 1613747700,
          "entryUtc": "2021-02-19T15:15:00.000Z",
          "exitTs": 1613948400,
          "dir": 1,
          "entryPrice": 1781.425,
          "exitPrice": 1781.906,
          "stopDistance": 4.859,
          "outcome": "time",
          "netR": 0.0228,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1613964300,
          "entryUtc": "2021-02-22T03:25:00.000Z",
          "exitTs": 1613965500,
          "dir": -1,
          "entryPrice": 1785.285,
          "exitPrice": 1780.957,
          "stopDistance": 2.164,
          "outcome": "target",
          "netR": 1.829,
          "holdMinutes": 20
        },
        {
          "entryTs": 1613976600,
          "entryUtc": "2021-02-22T06:50:00.000Z",
          "exitTs": 1613980800,
          "dir": 1,
          "entryPrice": 1790.638,
          "exitPrice": 1795.066,
          "stopDistance": 2.214,
          "outcome": "target",
          "netR": 1.8329,
          "holdMinutes": 70
        },
        {
          "entryTs": 1614109200,
          "entryUtc": "2021-02-23T19:40:00.000Z",
          "exitTs": 1614111480,
          "dir": -1,
          "entryPrice": 1804.425,
          "exitPrice": 1806.066,
          "stopDistance": 1.641,
          "outcome": "stop",
          "netR": -1.2559,
          "holdMinutes": 38
        },
        {
          "entryTs": 1614124800,
          "entryUtc": "2021-02-24T00:00:00.000Z",
          "exitTs": 1614128400,
          "dir": 1,
          "entryPrice": 1805.705,
          "exitPrice": 1808.169,
          "stopDistance": 1.232,
          "outcome": "target",
          "netR": 1.6997,
          "holdMinutes": 60
        },
        {
          "entryTs": 1614135000,
          "entryUtc": "2021-02-24T02:50:00.000Z",
          "exitTs": 1614136620,
          "dir": 1,
          "entryPrice": 1811.105,
          "exitPrice": 1809.413,
          "stopDistance": 1.692,
          "outcome": "stop",
          "netR": -1.2482,
          "holdMinutes": 27
        },
        {
          "entryTs": 1614141000,
          "entryUtc": "2021-02-24T04:30:00.000Z",
          "exitTs": 1614145440,
          "dir": -1,
          "entryPrice": 1808.405,
          "exitPrice": 1809.744,
          "stopDistance": 1.339,
          "outcome": "stop",
          "netR": -1.3136,
          "holdMinutes": 74
        },
        {
          "entryTs": 1614161700,
          "entryUtc": "2021-02-24T10:15:00.000Z",
          "exitTs": 1614162900,
          "dir": -1,
          "entryPrice": 1805.425,
          "exitPrice": 1807.531,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1995,
          "holdMinutes": 20
        },
        {
          "entryTs": 1614189300,
          "entryUtc": "2021-02-24T17:55:00.000Z",
          "exitTs": 1614189840,
          "dir": 1,
          "entryPrice": 1798.795,
          "exitPrice": 1795.626,
          "stopDistance": 3.169,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 9
        },
        {
          "entryTs": 1614210000,
          "entryUtc": "2021-02-24T23:40:00.000Z",
          "exitTs": 1614212880,
          "dir": 1,
          "entryPrice": 1802.955,
          "exitPrice": 1801.626,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.316,
          "holdMinutes": 48
        },
        {
          "entryTs": 1614219900,
          "entryUtc": "2021-02-25T02:25:00.000Z",
          "exitTs": 1614221520,
          "dir": -1,
          "entryPrice": 1799.445,
          "exitPrice": 1795.578,
          "stopDistance": 1.934,
          "outcome": "target",
          "netR": 1.8087,
          "holdMinutes": 27
        },
        {
          "entryTs": 1614255900,
          "entryUtc": "2021-02-25T12:25:00.000Z",
          "exitTs": 1614259500,
          "dir": -1,
          "entryPrice": 1788.091,
          "exitPrice": 1781.647,
          "stopDistance": 3.222,
          "outcome": "target",
          "netR": 1.8852,
          "holdMinutes": 60
        },
        {
          "entryTs": 1614308400,
          "entryUtc": "2021-02-26T03:00:00.000Z",
          "exitTs": 1614313140,
          "dir": 1,
          "entryPrice": 1772.765,
          "exitPrice": 1770.478,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1836,
          "holdMinutes": 79
        },
        {
          "entryTs": 1614316500,
          "entryUtc": "2021-02-26T05:15:00.000Z",
          "exitTs": 1614317460,
          "dir": -1,
          "entryPrice": 1768.525,
          "exitPrice": 1764.886,
          "stopDistance": 1.82,
          "outcome": "target",
          "netR": 1.7967,
          "holdMinutes": 16
        },
        {
          "entryTs": 1614331500,
          "entryUtc": "2021-02-26T09:25:00.000Z",
          "exitTs": 1614333540,
          "dir": 1,
          "entryPrice": 1765.925,
          "exitPrice": 1762.496,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 34
        },
        {
          "entryTs": 1614572400,
          "entryUtc": "2021-03-01T04:20:00.000Z",
          "exitTs": 1614572700,
          "dir": 1,
          "entryPrice": 1749.895,
          "exitPrice": 1748.284,
          "stopDistance": 1.611,
          "outcome": "stop",
          "netR": -1.2608,
          "holdMinutes": 5
        },
        {
          "entryTs": 1614577200,
          "entryUtc": "2021-03-01T05:40:00.000Z",
          "exitTs": 1614579240,
          "dir": 1,
          "entryPrice": 1750.025,
          "exitPrice": 1753.227,
          "stopDistance": 1.601,
          "outcome": "target",
          "netR": 1.7689,
          "holdMinutes": 34
        },
        {
          "entryTs": 1614582000,
          "entryUtc": "2021-03-01T07:00:00.000Z",
          "exitTs": 1614583740,
          "dir": 1,
          "entryPrice": 1753.675,
          "exitPrice": 1757.258,
          "stopDistance": 1.791,
          "outcome": "target",
          "netR": 1.7935,
          "holdMinutes": 29
        },
        {
          "entryTs": 1614593100,
          "entryUtc": "2021-03-01T10:05:00.000Z",
          "exitTs": 1614598200,
          "dir": -1,
          "entryPrice": 1747.345,
          "exitPrice": 1743.311,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8166,
          "holdMinutes": 85
        },
        {
          "entryTs": 1614606900,
          "entryUtc": "2021-03-01T13:55:00.000Z",
          "exitTs": 1614609240,
          "dir": -1,
          "entryPrice": 1738.005,
          "exitPrice": 1742.048,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 39
        },
        {
          "entryTs": 1614627600,
          "entryUtc": "2021-03-01T19:40:00.000Z",
          "exitTs": 1614634200,
          "dir": -1,
          "entryPrice": 1723.355,
          "exitPrice": 1725.938,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 110
        },
        {
          "entryTs": 1614652500,
          "entryUtc": "2021-03-02T02:35:00.000Z",
          "exitTs": 1614655080,
          "dir": -1,
          "entryPrice": 1716.295,
          "exitPrice": 1709.892,
          "stopDistance": 3.202,
          "outcome": "target",
          "netR": 1.8844,
          "holdMinutes": 43
        },
        {
          "entryTs": 1614656700,
          "entryUtc": "2021-03-02T03:45:00.000Z",
          "exitTs": 1614663120,
          "dir": -1,
          "entryPrice": 1712.715,
          "exitPrice": 1716.088,
          "stopDistance": 3.373,
          "outcome": "stop",
          "netR": -1.1245,
          "holdMinutes": 107
        },
        {
          "entryTs": 1614672600,
          "entryUtc": "2021-03-02T08:10:00.000Z",
          "exitTs": 1614675420,
          "dir": -1,
          "entryPrice": 1718.716,
          "exitPrice": 1721.213,
          "stopDistance": 2.497,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 47
        },
        {
          "entryTs": 1614677400,
          "entryUtc": "2021-03-02T09:30:00.000Z",
          "exitTs": 1614680400,
          "dir": 1,
          "entryPrice": 1721.286,
          "exitPrice": 1726.312,
          "stopDistance": 2.513,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 50
        },
        {
          "entryTs": 1614769200,
          "entryUtc": "2021-03-03T11:00:00.000Z",
          "exitTs": 1614770820,
          "dir": -1,
          "entryPrice": 1726.465,
          "exitPrice": 1722.422,
          "stopDistance": 2.022,
          "outcome": "target",
          "netR": 1.817,
          "holdMinutes": 27
        },
        {
          "entryTs": 1614772800,
          "entryUtc": "2021-03-03T12:00:00.000Z",
          "exitTs": 1614775140,
          "dir": -1,
          "entryPrice": 1724.155,
          "exitPrice": 1726.089,
          "stopDistance": 1.934,
          "outcome": "stop",
          "netR": -1.2172,
          "holdMinutes": 39
        },
        {
          "entryTs": 1614781500,
          "entryUtc": "2021-03-03T14:25:00.000Z",
          "exitTs": 1614786180,
          "dir": -1,
          "entryPrice": 1715.263,
          "exitPrice": 1705.54,
          "stopDistance": 4.861,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 78
        },
        {
          "entryTs": 1614789900,
          "entryUtc": "2021-03-03T16:45:00.000Z",
          "exitTs": 1614799260,
          "dir": 1,
          "entryPrice": 1720.303,
          "exitPrice": 1714.927,
          "stopDistance": 5.376,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 156
        },
        {
          "entryTs": 1614824100,
          "entryUtc": "2021-03-04T02:15:00.000Z",
          "exitTs": 1614824700,
          "dir": 1,
          "entryPrice": 1714.375,
          "exitPrice": 1712.281,
          "stopDistance": 2.094,
          "outcome": "stop",
          "netR": -1.2006,
          "holdMinutes": 10
        },
        {
          "entryTs": 1615161000,
          "entryUtc": "2021-03-07T23:50:00.000Z",
          "exitTs": 1615168260,
          "dir": 1,
          "entryPrice": 1706.735,
          "exitPrice": 1712.793,
          "stopDistance": 3.029,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 121
        },
        {
          "entryTs": 1615170600,
          "entryUtc": "2021-03-08T02:30:00.000Z",
          "exitTs": 1615171500,
          "dir": 1,
          "entryPrice": 1712.344,
          "exitPrice": 1709.963,
          "stopDistance": 2.381,
          "outcome": "stop",
          "netR": -1.1764,
          "holdMinutes": 15
        },
        {
          "entryTs": 1615199400,
          "entryUtc": "2021-03-08T10:30:00.000Z",
          "exitTs": 1615204200,
          "dir": -1,
          "entryPrice": 1692.448,
          "exitPrice": 1688.034,
          "stopDistance": 2.207,
          "outcome": "target",
          "netR": 1.8324,
          "holdMinutes": 80
        },
        {
          "entryTs": 1615239900,
          "entryUtc": "2021-03-08T21:45:00.000Z",
          "exitTs": 1615240500,
          "dir": -1,
          "entryPrice": 1681.745,
          "exitPrice": 1682.87,
          "stopDistance": 1.125,
          "outcome": "stop",
          "netR": -1.3733,
          "holdMinutes": 10
        },
        {
          "entryTs": 1615263900,
          "entryUtc": "2021-03-09T04:25:00.000Z",
          "exitTs": 1615271520,
          "dir": 1,
          "entryPrice": 1688.608,
          "exitPrice": 1692.025,
          "stopDistance": 1.708,
          "outcome": "target",
          "netR": 1.7834,
          "holdMinutes": 127
        },
        {
          "entryTs": 1615292400,
          "entryUtc": "2021-03-09T12:20:00.000Z",
          "exitTs": 1615292580,
          "dir": 1,
          "entryPrice": 1706.064,
          "exitPrice": 1703.665,
          "stopDistance": 2.399,
          "outcome": "stop",
          "netR": -1.1751,
          "holdMinutes": 3
        },
        {
          "entryTs": 1615344600,
          "entryUtc": "2021-03-10T02:50:00.000Z",
          "exitTs": 1615359180,
          "dir": -1,
          "entryPrice": 1713.028,
          "exitPrice": 1715.101,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 243
        },
        {
          "entryTs": 1615365300,
          "entryUtc": "2021-03-10T08:35:00.000Z",
          "exitTs": 1615366320,
          "dir": -1,
          "entryPrice": 1712.848,
          "exitPrice": 1714.812,
          "stopDistance": 1.964,
          "outcome": "stop",
          "netR": -1.2138,
          "holdMinutes": 17
        },
        {
          "entryTs": 1615419300,
          "entryUtc": "2021-03-10T23:35:00.000Z",
          "exitTs": 1615422540,
          "dir": 1,
          "entryPrice": 1726.278,
          "exitPrice": 1725.259,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.4123,
          "holdMinutes": 54
        },
        {
          "entryTs": 1615431300,
          "entryUtc": "2021-03-11T02:55:00.000Z",
          "exitTs": 1615432620,
          "dir": 1,
          "entryPrice": 1729.569,
          "exitPrice": 1733.032,
          "stopDistance": 1.732,
          "outcome": "target",
          "netR": 1.7863,
          "holdMinutes": 22
        },
        {
          "entryTs": 1615453800,
          "entryUtc": "2021-03-11T09:10:00.000Z",
          "exitTs": 1615454880,
          "dir": 1,
          "entryPrice": 1738.148,
          "exitPrice": 1736.335,
          "stopDistance": 1.813,
          "outcome": "stop",
          "netR": -1.2317,
          "holdMinutes": 18
        },
        {
          "entryTs": 1615511100,
          "entryUtc": "2021-03-12T01:05:00.000Z",
          "exitTs": 1615512480,
          "dir": 1,
          "entryPrice": 1724.065,
          "exitPrice": 1726.705,
          "stopDistance": 1.32,
          "outcome": "target",
          "netR": 1.7197,
          "holdMinutes": 23
        },
        {
          "entryTs": 1615522500,
          "entryUtc": "2021-03-12T04:15:00.000Z",
          "exitTs": 1615528320,
          "dir": -1,
          "entryPrice": 1719.185,
          "exitPrice": 1716.185,
          "stopDistance": 1.5,
          "outcome": "target",
          "netR": 1.7534,
          "holdMinutes": 97
        },
        {
          "entryTs": 1615569900,
          "entryUtc": "2021-03-12T17:25:00.000Z",
          "exitTs": 1615575120,
          "dir": 1,
          "entryPrice": 1717.544,
          "exitPrice": 1724.138,
          "stopDistance": 3.297,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 87
        },
        {
          "entryTs": 1615578000,
          "entryUtc": "2021-03-12T19:40:00.000Z",
          "exitTs": 1615586100,
          "dir": 1,
          "entryPrice": 1722.904,
          "exitPrice": 1727.091,
          "stopDistance": 2.094,
          "outcome": "target",
          "netR": 1.8233,
          "holdMinutes": 135
        },
        {
          "entryTs": 1615760700,
          "entryUtc": "2021-03-14T22:25:00.000Z",
          "exitTs": 1615770480,
          "dir": 1,
          "entryPrice": 1725.868,
          "exitPrice": 1730.041,
          "stopDistance": 2.087,
          "outcome": "target",
          "netR": 1.8227,
          "holdMinutes": 163
        },
        {
          "entryTs": 1615773000,
          "entryUtc": "2021-03-15T01:50:00.000Z",
          "exitTs": 1615775280,
          "dir": 1,
          "entryPrice": 1729.544,
          "exitPrice": 1727.261,
          "stopDistance": 2.283,
          "outcome": "stop",
          "netR": -1.184,
          "holdMinutes": 38
        },
        {
          "entryTs": 1615821300,
          "entryUtc": "2021-03-15T15:15:00.000Z",
          "exitTs": 1615829040,
          "dir": -1,
          "entryPrice": 1727.648,
          "exitPrice": 1730.927,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 129
        },
        {
          "entryTs": 1615949400,
          "entryUtc": "2021-03-17T02:50:00.000Z",
          "exitTs": 1615953780,
          "dir": 1,
          "entryPrice": 1732.987,
          "exitPrice": 1735.941,
          "stopDistance": 1.477,
          "outcome": "target",
          "netR": 1.7495,
          "holdMinutes": 73
        },
        {
          "entryTs": 1615983600,
          "entryUtc": "2021-03-17T12:20:00.000Z",
          "exitTs": 1615989720,
          "dir": -1,
          "entryPrice": 1730.954,
          "exitPrice": 1727.122,
          "stopDistance": 1.916,
          "outcome": "target",
          "netR": 1.8069,
          "holdMinutes": 102
        },
        {
          "entryTs": 1616009100,
          "entryUtc": "2021-03-17T19:25:00.000Z",
          "exitTs": 1616035320,
          "dir": 1,
          "entryPrice": 1746.698,
          "exitPrice": 1754.579,
          "stopDistance": 3.941,
          "outcome": "target",
          "netR": 1.9061,
          "holdMinutes": 437
        },
        {
          "entryTs": 1616037000,
          "entryUtc": "2021-03-18T03:10:00.000Z",
          "exitTs": 1616037900,
          "dir": 1,
          "entryPrice": 1752.814,
          "exitPrice": 1750.906,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 15
        },
        {
          "entryTs": 1616040600,
          "entryUtc": "2021-03-18T04:10:00.000Z",
          "exitTs": 1616045580,
          "dir": -1,
          "entryPrice": 1750.174,
          "exitPrice": 1751.91,
          "stopDistance": 1.736,
          "outcome": "stop",
          "netR": -1.2419,
          "holdMinutes": 83
        },
        {
          "entryTs": 1616059200,
          "entryUtc": "2021-03-18T09:20:00.000Z",
          "exitTs": 1616067000,
          "dir": -1,
          "entryPrice": 1738.455,
          "exitPrice": 1732.096,
          "stopDistance": 3.179,
          "outcome": "target",
          "netR": 1.8836,
          "holdMinutes": 130
        },
        {
          "entryTs": 1616085900,
          "entryUtc": "2021-03-18T16:45:00.000Z",
          "exitTs": 1616115780,
          "dir": 1,
          "entryPrice": 1732.575,
          "exitPrice": 1729.764,
          "stopDistance": 2.811,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 498
        },
        {
          "entryTs": 1616140800,
          "entryUtc": "2021-03-19T08:00:00.000Z",
          "exitTs": 1616141100,
          "dir": 1,
          "entryPrice": 1741.589,
          "exitPrice": 1739.317,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1849,
          "holdMinutes": 5
        },
        {
          "entryTs": 1616172000,
          "entryUtc": "2021-03-19T16:40:00.000Z",
          "exitTs": 1616174220,
          "dir": 1,
          "entryPrice": 1738.475,
          "exitPrice": 1742.792,
          "stopDistance": 2.158,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 37
        },
        {
          "entryTs": 1616182800,
          "entryUtc": "2021-03-19T19:40:00.000Z",
          "exitTs": 1616185860,
          "dir": -1,
          "entryPrice": 1742.005,
          "exitPrice": 1743.296,
          "stopDistance": 1.291,
          "outcome": "stop",
          "netR": -1.3254,
          "holdMinutes": 51
        },
        {
          "entryTs": 1616364300,
          "entryUtc": "2021-03-21T22:05:00.000Z",
          "exitTs": 1616364780,
          "dir": 1,
          "entryPrice": 1743.578,
          "exitPrice": 1741.733,
          "stopDistance": 1.845,
          "outcome": "stop",
          "netR": -1.2276,
          "holdMinutes": 8
        },
        {
          "entryTs": 1616378100,
          "entryUtc": "2021-03-22T01:55:00.000Z",
          "exitTs": 1616381820,
          "dir": -1,
          "entryPrice": 1735.919,
          "exitPrice": 1737.995,
          "stopDistance": 2.076,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 62
        },
        {
          "entryTs": 1616385900,
          "entryUtc": "2021-03-22T04:05:00.000Z",
          "exitTs": 1616388660,
          "dir": 1,
          "entryPrice": 1740.021,
          "exitPrice": 1742.807,
          "stopDistance": 1.393,
          "outcome": "target",
          "netR": 1.7344,
          "holdMinutes": 46
        },
        {
          "entryTs": 1616389500,
          "entryUtc": "2021-03-22T05:05:00.000Z",
          "exitTs": 1616391000,
          "dir": 1,
          "entryPrice": 1741.498,
          "exitPrice": 1740.277,
          "stopDistance": 1.222,
          "outcome": "stop",
          "netR": -1.3438,
          "holdMinutes": 25
        },
        {
          "entryTs": 1616437500,
          "entryUtc": "2021-03-22T18:25:00.000Z",
          "exitTs": 1616443560,
          "dir": 1,
          "entryPrice": 1739.708,
          "exitPrice": 1738.426,
          "stopDistance": 1.282,
          "outcome": "stop",
          "netR": -1.3277,
          "holdMinutes": 101
        },
        {
          "entryTs": 1616467800,
          "entryUtc": "2021-03-23T02:50:00.000Z",
          "exitTs": 1616468520,
          "dir": -1,
          "entryPrice": 1733.298,
          "exitPrice": 1734.874,
          "stopDistance": 1.576,
          "outcome": "stop",
          "netR": -1.2666,
          "holdMinutes": 12
        },
        {
          "entryTs": 1616572200,
          "entryUtc": "2021-03-24T07:50:00.000Z",
          "exitTs": 1616575980,
          "dir": -1,
          "entryPrice": 1729.165,
          "exitPrice": 1730.685,
          "stopDistance": 1.52,
          "outcome": "stop",
          "netR": -1.2764,
          "holdMinutes": 63
        },
        {
          "entryTs": 1616604900,
          "entryUtc": "2021-03-24T16:55:00.000Z",
          "exitTs": 1616605980,
          "dir": 1,
          "entryPrice": 1734.778,
          "exitPrice": 1732.987,
          "stopDistance": 1.791,
          "outcome": "stop",
          "netR": -1.2346,
          "holdMinutes": 18
        },
        {
          "entryTs": 1616610600,
          "entryUtc": "2021-03-24T18:30:00.000Z",
          "exitTs": 1616611440,
          "dir": 1,
          "entryPrice": 1734.608,
          "exitPrice": 1733.321,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3263,
          "holdMinutes": 14
        },
        {
          "entryTs": 1616703600,
          "entryUtc": "2021-03-25T20:20:00.000Z",
          "exitTs": 1616717460,
          "dir": -1,
          "entryPrice": 1727.475,
          "exitPrice": 1729.066,
          "stopDistance": 1.591,
          "outcome": "stop",
          "netR": -1.264,
          "holdMinutes": 231
        },
        {
          "entryTs": 1616742300,
          "entryUtc": "2021-03-26T07:05:00.000Z",
          "exitTs": 1616744820,
          "dir": 1,
          "entryPrice": 1727.878,
          "exitPrice": 1726.515,
          "stopDistance": 1.363,
          "outcome": "stop",
          "netR": -1.3082,
          "holdMinutes": 42
        },
        {
          "entryTs": 1616753400,
          "entryUtc": "2021-03-26T10:10:00.000Z",
          "exitTs": 1616754540,
          "dir": 1,
          "entryPrice": 1729.238,
          "exitPrice": 1727.58,
          "stopDistance": 1.658,
          "outcome": "stop",
          "netR": -1.2533,
          "holdMinutes": 19
        },
        {
          "entryTs": 1616760000,
          "entryUtc": "2021-03-26T12:00:00.000Z",
          "exitTs": 1616762040,
          "dir": -1,
          "entryPrice": 1725.038,
          "exitPrice": 1726.887,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2271,
          "holdMinutes": 34
        },
        {
          "entryTs": 1616769300,
          "entryUtc": "2021-03-26T14:35:00.000Z",
          "exitTs": 1616771040,
          "dir": 1,
          "entryPrice": 1728.328,
          "exitPrice": 1732.659,
          "stopDistance": 2.165,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 29
        },
        {
          "entryTs": 1616773200,
          "entryUtc": "2021-03-26T15:40:00.000Z",
          "exitTs": 1616968800,
          "dir": 1,
          "entryPrice": 1731.998,
          "exitPrice": 1732.158,
          "stopDistance": 2.317,
          "outcome": "time",
          "netR": -0.0907,
          "holdMinutes": 3260
        },
        {
          "entryTs": 1616981700,
          "entryUtc": "2021-03-29T01:35:00.000Z",
          "exitTs": 1616982480,
          "dir": -1,
          "entryPrice": 1728.865,
          "exitPrice": 1730.436,
          "stopDistance": 1.571,
          "outcome": "stop",
          "netR": -1.2674,
          "holdMinutes": 13
        },
        {
          "entryTs": 1617028800,
          "entryUtc": "2021-03-29T14:40:00.000Z",
          "exitTs": 1617058800,
          "dir": -1,
          "entryPrice": 1712.078,
          "exitPrice": 1711.638,
          "stopDistance": 3.994,
          "outcome": "time",
          "netR": 0.0175,
          "holdMinutes": 500
        },
        {
          "entryTs": 1617074100,
          "entryUtc": "2021-03-30T03:15:00.000Z",
          "exitTs": 1617084120,
          "dir": -1,
          "entryPrice": 1707.228,
          "exitPrice": 1703.997,
          "stopDistance": 1.615,
          "outcome": "target",
          "netR": 1.771,
          "holdMinutes": 167
        },
        {
          "entryTs": 1617092100,
          "entryUtc": "2021-03-30T08:15:00.000Z",
          "exitTs": 1617101400,
          "dir": -1,
          "entryPrice": 1699.058,
          "exitPrice": 1693.62,
          "stopDistance": 2.719,
          "outcome": "target",
          "netR": 1.8639,
          "holdMinutes": 155
        },
        {
          "entryTs": 1617109800,
          "entryUtc": "2021-03-30T13:10:00.000Z",
          "exitTs": 1617141600,
          "dir": -1,
          "entryPrice": 1685.158,
          "exitPrice": 1684.838,
          "stopDistance": 3.459,
          "outcome": "time",
          "netR": -0.0145,
          "holdMinutes": 530
        },
        {
          "entryTs": 1617174300,
          "entryUtc": "2021-03-31T07:05:00.000Z",
          "exitTs": 1617177960,
          "dir": 1,
          "entryPrice": 1685.358,
          "exitPrice": 1683.462,
          "stopDistance": 1.896,
          "outcome": "stop",
          "netR": -1.2215,
          "holdMinutes": 61
        },
        {
          "entryTs": 1617213000,
          "entryUtc": "2021-03-31T17:50:00.000Z",
          "exitTs": 1617213720,
          "dir": 1,
          "entryPrice": 1712.188,
          "exitPrice": 1709.834,
          "stopDistance": 2.354,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 12
        },
        {
          "entryTs": 1617249900,
          "entryUtc": "2021-04-01T04:05:00.000Z",
          "exitTs": 1617252480,
          "dir": 1,
          "entryPrice": 1712.508,
          "exitPrice": 1711.113,
          "stopDistance": 1.395,
          "outcome": "stop",
          "netR": -1.3011,
          "holdMinutes": 43
        },
        {
          "entryTs": 1617257100,
          "entryUtc": "2021-04-01T06:05:00.000Z",
          "exitTs": 1617259200,
          "dir": 1,
          "entryPrice": 1712.928,
          "exitPrice": 1716.009,
          "stopDistance": 1.54,
          "outcome": "target",
          "netR": 1.7598,
          "holdMinutes": 35
        },
        {
          "entryTs": 1617307500,
          "entryUtc": "2021-04-01T20:05:00.000Z",
          "exitTs": 1617573600,
          "dir": 1,
          "entryPrice": 1728.158,
          "exitPrice": 1726.927,
          "stopDistance": 1.231,
          "outcome": "stop",
          "netR": -1.3413,
          "holdMinutes": 4435
        },
        {
          "entryTs": 1617674700,
          "entryUtc": "2021-04-06T02:05:00.000Z",
          "exitTs": 1617688020,
          "dir": 1,
          "entryPrice": 1733.595,
          "exitPrice": 1737.109,
          "stopDistance": 1.757,
          "outcome": "target",
          "netR": 1.7894,
          "holdMinutes": 222
        },
        {
          "entryTs": 1617739200,
          "entryUtc": "2021-04-06T20:00:00.000Z",
          "exitTs": 1617739920,
          "dir": -1,
          "entryPrice": 1742.418,
          "exitPrice": 1743.603,
          "stopDistance": 1.185,
          "outcome": "stop",
          "netR": -1.3546,
          "holdMinutes": 12
        },
        {
          "entryTs": 1617766200,
          "entryUtc": "2021-04-07T03:30:00.000Z",
          "exitTs": 1617770400,
          "dir": -1,
          "entryPrice": 1737.525,
          "exitPrice": 1738.843,
          "stopDistance": 1.318,
          "outcome": "stop",
          "netR": -1.3186,
          "holdMinutes": 70
        },
        {
          "entryTs": 1617779700,
          "entryUtc": "2021-04-07T07:15:00.000Z",
          "exitTs": 1617782700,
          "dir": 1,
          "entryPrice": 1740.548,
          "exitPrice": 1738.969,
          "stopDistance": 1.579,
          "outcome": "stop",
          "netR": -1.266,
          "holdMinutes": 50
        },
        {
          "entryTs": 1617789900,
          "entryUtc": "2021-04-07T10:05:00.000Z",
          "exitTs": 1617790620,
          "dir": -1,
          "entryPrice": 1737.688,
          "exitPrice": 1739.016,
          "stopDistance": 1.328,
          "outcome": "stop",
          "netR": -1.3163,
          "holdMinutes": 12
        },
        {
          "entryTs": 1617795900,
          "entryUtc": "2021-04-07T11:45:00.000Z",
          "exitTs": 1617796860,
          "dir": -1,
          "entryPrice": 1735.665,
          "exitPrice": 1732.271,
          "stopDistance": 1.697,
          "outcome": "target",
          "netR": 1.782,
          "holdMinutes": 16
        },
        {
          "entryTs": 1617798600,
          "entryUtc": "2021-04-07T12:30:00.000Z",
          "exitTs": 1617800160,
          "dir": -1,
          "entryPrice": 1734.575,
          "exitPrice": 1736.864,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 26
        },
        {
          "entryTs": 1617813300,
          "entryUtc": "2021-04-07T16:35:00.000Z",
          "exitTs": 1617818640,
          "dir": 1,
          "entryPrice": 1740.548,
          "exitPrice": 1738.784,
          "stopDistance": 1.764,
          "outcome": "stop",
          "netR": -1.2381,
          "holdMinutes": 89
        },
        {
          "entryTs": 1617825600,
          "entryUtc": "2021-04-07T20:00:00.000Z",
          "exitTs": 1617843960,
          "dir": -1,
          "entryPrice": 1737.258,
          "exitPrice": 1734.425,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7388,
          "holdMinutes": 306
        },
        {
          "entryTs": 1617900600,
          "entryUtc": "2021-04-08T16:50:00.000Z",
          "exitTs": 1617904500,
          "dir": 1,
          "entryPrice": 1756.358,
          "exitPrice": 1754.777,
          "stopDistance": 1.581,
          "outcome": "stop",
          "netR": -1.2657,
          "holdMinutes": 65
        },
        {
          "entryTs": 1617951300,
          "entryUtc": "2021-04-09T06:55:00.000Z",
          "exitTs": 1617952080,
          "dir": -1,
          "entryPrice": 1748.898,
          "exitPrice": 1746.378,
          "stopDistance": 1.26,
          "outcome": "target",
          "netR": 1.7064,
          "holdMinutes": 13
        },
        {
          "entryTs": 1617964500,
          "entryUtc": "2021-04-09T10:35:00.000Z",
          "exitTs": 1617966600,
          "dir": -1,
          "entryPrice": 1745.448,
          "exitPrice": 1746.889,
          "stopDistance": 1.441,
          "outcome": "stop",
          "netR": -1.2915,
          "holdMinutes": 35
        },
        {
          "entryTs": 1617975300,
          "entryUtc": "2021-04-09T13:35:00.000Z",
          "exitTs": 1617976380,
          "dir": -1,
          "entryPrice": 1737.498,
          "exitPrice": 1740.521,
          "stopDistance": 3.023,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 18
        },
        {
          "entryTs": 1617981000,
          "entryUtc": "2021-04-09T15:10:00.000Z",
          "exitTs": 1618178400,
          "dir": 1,
          "entryPrice": 1743.165,
          "exitPrice": 1743.658,
          "stopDistance": 2.876,
          "outcome": "time",
          "netR": 0.0427,
          "holdMinutes": 3290
        },
        {
          "entryTs": 1618245300,
          "entryUtc": "2021-04-12T16:35:00.000Z",
          "exitTs": 1618251900,
          "dir": -1,
          "entryPrice": 1732.535,
          "exitPrice": 1728.728,
          "stopDistance": 1.904,
          "outcome": "target",
          "netR": 1.8056,
          "holdMinutes": 110
        },
        {
          "entryTs": 1618283400,
          "entryUtc": "2021-04-13T03:10:00.000Z",
          "exitTs": 1618285200,
          "dir": 1,
          "entryPrice": 1734.208,
          "exitPrice": 1732.823,
          "stopDistance": 1.385,
          "outcome": "stop",
          "netR": -1.3034,
          "holdMinutes": 30
        },
        {
          "entryTs": 1618293600,
          "entryUtc": "2021-04-13T06:00:00.000Z",
          "exitTs": 1618295700,
          "dir": -1,
          "entryPrice": 1727.608,
          "exitPrice": 1724.352,
          "stopDistance": 1.628,
          "outcome": "target",
          "netR": 1.7727,
          "holdMinutes": 35
        },
        {
          "entryTs": 1618323600,
          "entryUtc": "2021-04-13T14:20:00.000Z",
          "exitTs": 1618353600,
          "dir": 1,
          "entryPrice": 1742.348,
          "exitPrice": 1744.515,
          "stopDistance": 3.246,
          "outcome": "time",
          "netR": 0.5535,
          "holdMinutes": 500
        },
        {
          "entryTs": 1618447500,
          "entryUtc": "2021-04-15T00:45:00.000Z",
          "exitTs": 1618448640,
          "dir": 1,
          "entryPrice": 1737.878,
          "exitPrice": 1739.773,
          "stopDistance": 0.947,
          "outcome": "target",
          "netR": 1.6095,
          "holdMinutes": 19
        },
        {
          "entryTs": 1618473000,
          "entryUtc": "2021-04-15T07:50:00.000Z",
          "exitTs": 1618473840,
          "dir": 1,
          "entryPrice": 1746.191,
          "exitPrice": 1744.924,
          "stopDistance": 1.267,
          "outcome": "stop",
          "netR": -1.3314,
          "holdMinutes": 14
        },
        {
          "entryTs": 1618504800,
          "entryUtc": "2021-04-15T16:40:00.000Z",
          "exitTs": 1618507500,
          "dir": 1,
          "entryPrice": 1767.688,
          "exitPrice": 1765.51,
          "stopDistance": 2.178,
          "outcome": "stop",
          "netR": -1.1929,
          "holdMinutes": 45
        },
        {
          "entryTs": 1618517100,
          "entryUtc": "2021-04-15T20:05:00.000Z",
          "exitTs": 1618534560,
          "dir": -1,
          "entryPrice": 1764.915,
          "exitPrice": 1762.569,
          "stopDistance": 1.173,
          "outcome": "target",
          "netR": 1.6846,
          "holdMinutes": 291
        },
        {
          "entryTs": 1618542000,
          "entryUtc": "2021-04-16T03:00:00.000Z",
          "exitTs": 1618544940,
          "dir": -1,
          "entryPrice": 1761.268,
          "exitPrice": 1762.589,
          "stopDistance": 1.321,
          "outcome": "stop",
          "netR": -1.318,
          "holdMinutes": 49
        },
        {
          "entryTs": 1618549800,
          "entryUtc": "2021-04-16T05:10:00.000Z",
          "exitTs": 1618551300,
          "dir": 1,
          "entryPrice": 1764.065,
          "exitPrice": 1765.833,
          "stopDistance": 0.884,
          "outcome": "target",
          "netR": 1.5814,
          "holdMinutes": 25
        },
        {
          "entryTs": 1618562700,
          "entryUtc": "2021-04-16T08:45:00.000Z",
          "exitTs": 1618566120,
          "dir": 1,
          "entryPrice": 1764.718,
          "exitPrice": 1768.129,
          "stopDistance": 1.705,
          "outcome": "target",
          "netR": 1.7831,
          "holdMinutes": 57
        },
        {
          "entryTs": 1618605300,
          "entryUtc": "2021-04-16T20:35:00.000Z",
          "exitTs": 1618606620,
          "dir": -1,
          "entryPrice": 1775.878,
          "exitPrice": 1776.98,
          "stopDistance": 1.102,
          "outcome": "stop",
          "netR": -1.381,
          "holdMinutes": 22
        },
        {
          "entryTs": 1618807200,
          "entryUtc": "2021-04-19T04:40:00.000Z",
          "exitTs": 1618808640,
          "dir": -1,
          "entryPrice": 1777.265,
          "exitPrice": 1778.334,
          "stopDistance": 1.069,
          "outcome": "stop",
          "netR": -1.3929,
          "holdMinutes": 24
        },
        {
          "entryTs": 1618809900,
          "entryUtc": "2021-04-19T05:25:00.000Z",
          "exitTs": 1618811880,
          "dir": 1,
          "entryPrice": 1777.708,
          "exitPrice": 1776.787,
          "stopDistance": 0.921,
          "outcome": "stop",
          "netR": -1.4559,
          "holdMinutes": 33
        },
        {
          "entryTs": 1618840800,
          "entryUtc": "2021-04-19T14:00:00.000Z",
          "exitTs": 1618870800,
          "dir": -1,
          "entryPrice": 1773.555,
          "exitPrice": 1770.195,
          "stopDistance": 3.644,
          "outcome": "time",
          "netR": 0.8206,
          "holdMinutes": 500
        },
        {
          "entryTs": 1618887600,
          "entryUtc": "2021-04-20T03:00:00.000Z",
          "exitTs": 1618887900,
          "dir": -1,
          "entryPrice": 1768.615,
          "exitPrice": 1770.484,
          "stopDistance": 1.869,
          "outcome": "stop",
          "netR": -1.2247,
          "holdMinutes": 5
        },
        {
          "entryTs": 1618920300,
          "entryUtc": "2021-04-20T12:05:00.000Z",
          "exitTs": 1618920660,
          "dir": 1,
          "entryPrice": 1772.435,
          "exitPrice": 1770.243,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 6
        },
        {
          "entryTs": 1618937400,
          "entryUtc": "2021-04-20T16:50:00.000Z",
          "exitTs": 1618967400,
          "dir": 1,
          "entryPrice": 1777.898,
          "exitPrice": 1779.088,
          "stopDistance": 2.243,
          "outcome": "time",
          "netR": 0.3656,
          "holdMinutes": 500
        },
        {
          "entryTs": 1618970700,
          "entryUtc": "2021-04-21T02:05:00.000Z",
          "exitTs": 1618974660,
          "dir": 1,
          "entryPrice": 1780.148,
          "exitPrice": 1783.703,
          "stopDistance": 1.777,
          "outcome": "target",
          "netR": 1.7918,
          "holdMinutes": 66
        },
        {
          "entryTs": 1618993200,
          "entryUtc": "2021-04-21T08:20:00.000Z",
          "exitTs": 1618994940,
          "dir": -1,
          "entryPrice": 1783.498,
          "exitPrice": 1779.739,
          "stopDistance": 1.879,
          "outcome": "target",
          "netR": 1.8031,
          "holdMinutes": 29
        },
        {
          "entryTs": 1619025600,
          "entryUtc": "2021-04-21T17:20:00.000Z",
          "exitTs": 1619032080,
          "dir": -1,
          "entryPrice": 1791.848,
          "exitPrice": 1793.828,
          "stopDistance": 1.98,
          "outcome": "stop",
          "netR": -1.2121,
          "holdMinutes": 108
        },
        {
          "entryTs": 1619057100,
          "entryUtc": "2021-04-22T02:05:00.000Z",
          "exitTs": 1619058780,
          "dir": 1,
          "entryPrice": 1795.318,
          "exitPrice": 1793.716,
          "stopDistance": 1.602,
          "outcome": "stop",
          "netR": -1.2621,
          "holdMinutes": 28
        },
        {
          "entryTs": 1619067300,
          "entryUtc": "2021-04-22T04:55:00.000Z",
          "exitTs": 1619069160,
          "dir": -1,
          "entryPrice": 1792.515,
          "exitPrice": 1793.636,
          "stopDistance": 1.121,
          "outcome": "stop",
          "netR": -1.3746,
          "holdMinutes": 31
        },
        {
          "entryTs": 1619073300,
          "entryUtc": "2021-04-22T06:35:00.000Z",
          "exitTs": 1619074920,
          "dir": -1,
          "entryPrice": 1790.965,
          "exitPrice": 1792.55,
          "stopDistance": 1.585,
          "outcome": "stop",
          "netR": -1.265,
          "holdMinutes": 27
        },
        {
          "entryTs": 1619086200,
          "entryUtc": "2021-04-22T10:10:00.000Z",
          "exitTs": 1619088960,
          "dir": -1,
          "entryPrice": 1788.365,
          "exitPrice": 1785.083,
          "stopDistance": 1.641,
          "outcome": "target",
          "netR": 1.7745,
          "holdMinutes": 46
        },
        {
          "entryTs": 1619144100,
          "entryUtc": "2021-04-23T02:15:00.000Z",
          "exitTs": 1619150460,
          "dir": 1,
          "entryPrice": 1786.958,
          "exitPrice": 1785.557,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2998,
          "holdMinutes": 106
        },
        {
          "entryTs": 1619190600,
          "entryUtc": "2021-04-23T15:10:00.000Z",
          "exitTs": 1619197740,
          "dir": -1,
          "entryPrice": 1774.885,
          "exitPrice": 1778.463,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 119
        },
        {
          "entryTs": 1619401200,
          "entryUtc": "2021-04-26T01:40:00.000Z",
          "exitTs": 1619404440,
          "dir": 1,
          "entryPrice": 1778.628,
          "exitPrice": 1781.408,
          "stopDistance": 1.39,
          "outcome": "target",
          "netR": 1.7338,
          "holdMinutes": 54
        },
        {
          "entryTs": 1619405700,
          "entryUtc": "2021-04-26T02:55:00.000Z",
          "exitTs": 1619415120,
          "dir": 1,
          "entryPrice": 1780.088,
          "exitPrice": 1782.837,
          "stopDistance": 1.374,
          "outcome": "target",
          "netR": 1.7308,
          "holdMinutes": 157
        },
        {
          "entryTs": 1619441100,
          "entryUtc": "2021-04-26T12:45:00.000Z",
          "exitTs": 1619441520,
          "dir": -1,
          "entryPrice": 1773.818,
          "exitPrice": 1776.395,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 7
        },
        {
          "entryTs": 1619491500,
          "entryUtc": "2021-04-27T02:45:00.000Z",
          "exitTs": 1619492520,
          "dir": -1,
          "entryPrice": 1776.558,
          "exitPrice": 1778.09,
          "stopDistance": 1.532,
          "outcome": "stop",
          "netR": -1.2741,
          "holdMinutes": 17
        },
        {
          "entryTs": 1619495100,
          "entryUtc": "2021-04-27T03:45:00.000Z",
          "exitTs": 1619495940,
          "dir": 1,
          "entryPrice": 1777.807,
          "exitPrice": 1780.043,
          "stopDistance": 1.118,
          "outcome": "target",
          "netR": 1.6691,
          "holdMinutes": 14
        },
        {
          "entryTs": 1619519100,
          "entryUtc": "2021-04-27T10:25:00.000Z",
          "exitTs": 1619525340,
          "dir": 1,
          "entryPrice": 1780.478,
          "exitPrice": 1783.244,
          "stopDistance": 1.383,
          "outcome": "target",
          "netR": 1.7324,
          "holdMinutes": 104
        },
        {
          "entryTs": 1619595600,
          "entryUtc": "2021-04-28T07:40:00.000Z",
          "exitTs": 1619595900,
          "dir": -1,
          "entryPrice": 1767.618,
          "exitPrice": 1769.089,
          "stopDistance": 1.471,
          "outcome": "stop",
          "netR": -1.2856,
          "holdMinutes": 5
        },
        {
          "entryTs": 1619620500,
          "entryUtc": "2021-04-28T14:35:00.000Z",
          "exitTs": 1619634900,
          "dir": 1,
          "entryPrice": 1771.718,
          "exitPrice": 1777.658,
          "stopDistance": 2.97,
          "outcome": "target",
          "netR": 1.8754,
          "holdMinutes": 240
        },
        {
          "entryTs": 1619647200,
          "entryUtc": "2021-04-28T22:00:00.000Z",
          "exitTs": 1619654820,
          "dir": 1,
          "entryPrice": 1781.068,
          "exitPrice": 1784.547,
          "stopDistance": 1.74,
          "outcome": "target",
          "netR": 1.7873,
          "holdMinutes": 127
        },
        {
          "entryTs": 1619656500,
          "entryUtc": "2021-04-29T00:35:00.000Z",
          "exitTs": 1619658300,
          "dir": 1,
          "entryPrice": 1783.975,
          "exitPrice": 1786.185,
          "stopDistance": 1.105,
          "outcome": "target",
          "netR": 1.6652,
          "holdMinutes": 30
        },
        {
          "entryTs": 1619663100,
          "entryUtc": "2021-04-29T02:25:00.000Z",
          "exitTs": 1619664420,
          "dir": 1,
          "entryPrice": 1787.497,
          "exitPrice": 1786.033,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.2869,
          "holdMinutes": 22
        },
        {
          "entryTs": 1619671200,
          "entryUtc": "2021-04-29T04:40:00.000Z",
          "exitTs": 1619672940,
          "dir": -1,
          "entryPrice": 1784.575,
          "exitPrice": 1785.546,
          "stopDistance": 0.971,
          "outcome": "stop",
          "netR": -1.4324,
          "holdMinutes": 29
        },
        {
          "entryTs": 1619681100,
          "entryUtc": "2021-04-29T07:25:00.000Z",
          "exitTs": 1619681280,
          "dir": -1,
          "entryPrice": 1779.815,
          "exitPrice": 1781.463,
          "stopDistance": 1.649,
          "outcome": "stop",
          "netR": -1.2548,
          "holdMinutes": 3
        },
        {
          "entryTs": 1619701500,
          "entryUtc": "2021-04-29T13:05:00.000Z",
          "exitTs": 1619701620,
          "dir": 1,
          "entryPrice": 1778.548,
          "exitPrice": 1776.086,
          "stopDistance": 2.462,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 2
        },
        {
          "entryTs": 1619727900,
          "entryUtc": "2021-04-29T20:25:00.000Z",
          "exitTs": 1619728800,
          "dir": 1,
          "entryPrice": 1773.298,
          "exitPrice": 1772.13,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3596,
          "holdMinutes": 15
        },
        {
          "entryTs": 1619755500,
          "entryUtc": "2021-04-30T04:05:00.000Z",
          "exitTs": 1619756520,
          "dir": -1,
          "entryPrice": 1766.528,
          "exitPrice": 1767.704,
          "stopDistance": 1.177,
          "outcome": "stop",
          "netR": -1.357,
          "holdMinutes": 17
        },
        {
          "entryTs": 1619766300,
          "entryUtc": "2021-04-30T07:05:00.000Z",
          "exitTs": 1619768640,
          "dir": 1,
          "entryPrice": 1771.198,
          "exitPrice": 1769.659,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.2729,
          "holdMinutes": 39
        },
        {
          "entryTs": 1619783400,
          "entryUtc": "2021-04-30T11:50:00.000Z",
          "exitTs": 1619783520,
          "dir": 1,
          "entryPrice": 1770.488,
          "exitPrice": 1768.945,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2723,
          "holdMinutes": 2
        },
        {
          "entryTs": 1619807400,
          "entryUtc": "2021-04-30T18:30:00.000Z",
          "exitTs": 1619808840,
          "dir": 1,
          "entryPrice": 1769.248,
          "exitPrice": 1767.841,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2986,
          "holdMinutes": 24
        },
        {
          "entryTs": 1620090600,
          "entryUtc": "2021-05-04T01:10:00.000Z",
          "exitTs": 1620105000,
          "dir": 1,
          "entryPrice": 1789.737,
          "exitPrice": 1787.59,
          "stopDistance": 2.147,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 240
        },
        {
          "entryTs": 1620108000,
          "entryUtc": "2021-05-04T06:00:00.000Z",
          "exitTs": 1620108780,
          "dir": -1,
          "entryPrice": 1787.128,
          "exitPrice": 1784.741,
          "stopDistance": 1.194,
          "outcome": "target",
          "netR": 1.69,
          "holdMinutes": 13
        },
        {
          "entryTs": 1620125100,
          "entryUtc": "2021-05-04T10:45:00.000Z",
          "exitTs": 1620128460,
          "dir": -1,
          "entryPrice": 1783.608,
          "exitPrice": 1785.456,
          "stopDistance": 1.848,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 56
        },
        {
          "entryTs": 1620147300,
          "entryUtc": "2021-05-04T16:55:00.000Z",
          "exitTs": 1620177300,
          "dir": -1,
          "entryPrice": 1776.255,
          "exitPrice": 1779.098,
          "stopDistance": 4.058,
          "outcome": "time",
          "netR": -0.7917,
          "holdMinutes": 500
        },
        {
          "entryTs": 1620188100,
          "entryUtc": "2021-05-05T04:15:00.000Z",
          "exitTs": 1620189180,
          "dir": 1,
          "entryPrice": 1782.108,
          "exitPrice": 1781.162,
          "stopDistance": 0.946,
          "outcome": "stop",
          "netR": -1.4441,
          "holdMinutes": 18
        },
        {
          "entryTs": 1620209700,
          "entryUtc": "2021-05-05T10:15:00.000Z",
          "exitTs": 1620212520,
          "dir": 1,
          "entryPrice": 1777.718,
          "exitPrice": 1776.371,
          "stopDistance": 1.347,
          "outcome": "stop",
          "netR": -1.3117,
          "holdMinutes": 47
        },
        {
          "entryTs": 1620228300,
          "entryUtc": "2021-05-05T15:25:00.000Z",
          "exitTs": 1620247260,
          "dir": 1,
          "entryPrice": 1782.125,
          "exitPrice": 1787.58,
          "stopDistance": 2.728,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 316
        },
        {
          "entryTs": 1620273900,
          "entryUtc": "2021-05-06T04:05:00.000Z",
          "exitTs": 1620280320,
          "dir": 1,
          "entryPrice": 1788.988,
          "exitPrice": 1791.698,
          "stopDistance": 1.355,
          "outcome": "target",
          "netR": 1.727,
          "holdMinutes": 107
        },
        {
          "entryTs": 1620282000,
          "entryUtc": "2021-05-06T06:20:00.000Z",
          "exitTs": 1620282960,
          "dir": 1,
          "entryPrice": 1791.038,
          "exitPrice": 1793.642,
          "stopDistance": 1.302,
          "outcome": "target",
          "netR": 1.7158,
          "holdMinutes": 16
        },
        {
          "entryTs": 1620316200,
          "entryUtc": "2021-05-06T15:50:00.000Z",
          "exitTs": 1620346200,
          "dir": 1,
          "entryPrice": 1813.882,
          "exitPrice": 1813.778,
          "stopDistance": 3.287,
          "outcome": "time",
          "netR": -0.1442,
          "holdMinutes": 500
        },
        {
          "entryTs": 1620361500,
          "entryUtc": "2021-05-07T04:25:00.000Z",
          "exitTs": 1620363360,
          "dir": 1,
          "entryPrice": 1820.038,
          "exitPrice": 1818.485,
          "stopDistance": 1.553,
          "outcome": "stop",
          "netR": -1.2704,
          "holdMinutes": 31
        },
        {
          "entryTs": 1620393000,
          "entryUtc": "2021-05-07T13:10:00.000Z",
          "exitTs": 1620396600,
          "dir": 1,
          "entryPrice": 1828.978,
          "exitPrice": 1839.772,
          "stopDistance": 5.397,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 60
        },
        {
          "entryTs": 1620628200,
          "entryUtc": "2021-05-10T06:30:00.000Z",
          "exitTs": 1620628620,
          "dir": 1,
          "entryPrice": 1836.678,
          "exitPrice": 1835.067,
          "stopDistance": 1.611,
          "outcome": "stop",
          "netR": -1.2606,
          "holdMinutes": 7
        },
        {
          "entryTs": 1620733200,
          "entryUtc": "2021-05-11T11:40:00.000Z",
          "exitTs": 1620736140,
          "dir": 1,
          "entryPrice": 1840.168,
          "exitPrice": 1838.544,
          "stopDistance": 1.624,
          "outcome": "stop",
          "netR": -1.2586,
          "holdMinutes": 49
        },
        {
          "entryTs": 1620741300,
          "entryUtc": "2021-05-11T13:55:00.000Z",
          "exitTs": 1620742200,
          "dir": -1,
          "entryPrice": 1826.478,
          "exitPrice": 1830.748,
          "stopDistance": 4.27,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 15
        },
        {
          "entryTs": 1620765300,
          "entryUtc": "2021-05-11T20:35:00.000Z",
          "exitTs": 1620774240,
          "dir": 1,
          "entryPrice": 1836.998,
          "exitPrice": 1835.838,
          "stopDistance": 1.16,
          "outcome": "stop",
          "netR": -1.362,
          "holdMinutes": 149
        },
        {
          "entryTs": 1620880500,
          "entryUtc": "2021-05-13T04:35:00.000Z",
          "exitTs": 1620881820,
          "dir": -1,
          "entryPrice": 1817.748,
          "exitPrice": 1819.012,
          "stopDistance": 1.264,
          "outcome": "stop",
          "netR": -1.3323,
          "holdMinutes": 22
        },
        {
          "entryTs": 1620894000,
          "entryUtc": "2021-05-13T08:20:00.000Z",
          "exitTs": 1620894540,
          "dir": -1,
          "entryPrice": 1817.878,
          "exitPrice": 1813.81,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 9
        },
        {
          "entryTs": 1620976500,
          "entryUtc": "2021-05-14T07:15:00.000Z",
          "exitTs": 1620983520,
          "dir": 1,
          "entryPrice": 1833.005,
          "exitPrice": 1837.081,
          "stopDistance": 2.038,
          "outcome": "target",
          "netR": 1.8184,
          "holdMinutes": 117
        },
        {
          "entryTs": 1621206600,
          "entryUtc": "2021-05-16T23:10:00.000Z",
          "exitTs": 1621212840,
          "dir": 1,
          "entryPrice": 1845.258,
          "exitPrice": 1843.59,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2518,
          "holdMinutes": 104
        },
        {
          "entryTs": 1621268100,
          "entryUtc": "2021-05-17T16:15:00.000Z",
          "exitTs": 1621297440,
          "dir": 1,
          "entryPrice": 1864.978,
          "exitPrice": 1869.654,
          "stopDistance": 2.338,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 489
        },
        {
          "entryTs": 1621304700,
          "entryUtc": "2021-05-18T02:25:00.000Z",
          "exitTs": 1621305540,
          "dir": 1,
          "entryPrice": 1871.018,
          "exitPrice": 1869.386,
          "stopDistance": 1.632,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 14
        },
        {
          "entryTs": 1621308000,
          "entryUtc": "2021-05-18T03:20:00.000Z",
          "exitTs": 1621317540,
          "dir": -1,
          "entryPrice": 1869.455,
          "exitPrice": 1871.081,
          "stopDistance": 1.626,
          "outcome": "stop",
          "netR": -1.2583,
          "holdMinutes": 159
        },
        {
          "entryTs": 1621363800,
          "entryUtc": "2021-05-18T18:50:00.000Z",
          "exitTs": 1621381080,
          "dir": 1,
          "entryPrice": 1868.424,
          "exitPrice": 1870.655,
          "stopDistance": 1.116,
          "outcome": "target",
          "netR": 1.6684,
          "holdMinutes": 288
        },
        {
          "entryTs": 1621389300,
          "entryUtc": "2021-05-19T01:55:00.000Z",
          "exitTs": 1621389840,
          "dir": -1,
          "entryPrice": 1868.438,
          "exitPrice": 1865.324,
          "stopDistance": 1.557,
          "outcome": "target",
          "netR": 1.7624,
          "holdMinutes": 9
        },
        {
          "entryTs": 1621406400,
          "entryUtc": "2021-05-19T06:40:00.000Z",
          "exitTs": 1621410660,
          "dir": 1,
          "entryPrice": 1870.838,
          "exitPrice": 1869.178,
          "stopDistance": 1.66,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 71
        },
        {
          "entryTs": 1621421700,
          "entryUtc": "2021-05-19T10:55:00.000Z",
          "exitTs": 1621423200,
          "dir": -1,
          "entryPrice": 1858.245,
          "exitPrice": 1853.537,
          "stopDistance": 2.354,
          "outcome": "target",
          "netR": 1.8428,
          "holdMinutes": 25
        },
        {
          "entryTs": 1621425600,
          "entryUtc": "2021-05-19T12:00:00.000Z",
          "exitTs": 1621425840,
          "dir": -1,
          "entryPrice": 1855.775,
          "exitPrice": 1858.295,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 4
        },
        {
          "entryTs": 1621434300,
          "entryUtc": "2021-05-19T14:25:00.000Z",
          "exitTs": 1621447680,
          "dir": 1,
          "entryPrice": 1878.245,
          "exitPrice": 1871.794,
          "stopDistance": 6.451,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 223
        },
        {
          "entryTs": 1621451700,
          "entryUtc": "2021-05-19T19:15:00.000Z",
          "exitTs": 1621454040,
          "dir": -1,
          "entryPrice": 1867.055,
          "exitPrice": 1871.172,
          "stopDistance": 4.117,
          "outcome": "stop",
          "netR": -1.102,
          "holdMinutes": 39
        },
        {
          "entryTs": 1621483200,
          "entryUtc": "2021-05-20T04:00:00.000Z",
          "exitTs": 1621489740,
          "dir": 1,
          "entryPrice": 1875.678,
          "exitPrice": 1873.981,
          "stopDistance": 1.697,
          "outcome": "stop",
          "netR": -1.2475,
          "holdMinutes": 109
        },
        {
          "entryTs": 1621524900,
          "entryUtc": "2021-05-20T15:35:00.000Z",
          "exitTs": 1621529400,
          "dir": 1,
          "entryPrice": 1877.588,
          "exitPrice": 1882.459,
          "stopDistance": 2.435,
          "outcome": "target",
          "netR": 1.8481,
          "holdMinutes": 75
        },
        {
          "entryTs": 1621531200,
          "entryUtc": "2021-05-20T17:20:00.000Z",
          "exitTs": 1621533000,
          "dir": 1,
          "entryPrice": 1881.038,
          "exitPrice": 1879.089,
          "stopDistance": 1.949,
          "outcome": "stop",
          "netR": -1.2155,
          "holdMinutes": 30
        },
        {
          "entryTs": 1621538100,
          "entryUtc": "2021-05-20T19:15:00.000Z",
          "exitTs": 1621538880,
          "dir": -1,
          "entryPrice": 1874.835,
          "exitPrice": 1876.413,
          "stopDistance": 1.578,
          "outcome": "stop",
          "netR": -1.2661,
          "holdMinutes": 13
        },
        {
          "entryTs": 1621574700,
          "entryUtc": "2021-05-21T05:25:00.000Z",
          "exitTs": 1621578840,
          "dir": 1,
          "entryPrice": 1875.605,
          "exitPrice": 1874.586,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.4123,
          "holdMinutes": 69
        },
        {
          "entryTs": 1621591500,
          "entryUtc": "2021-05-21T10:05:00.000Z",
          "exitTs": 1621598820,
          "dir": 1,
          "entryPrice": 1877.635,
          "exitPrice": 1880.411,
          "stopDistance": 1.388,
          "outcome": "target",
          "netR": 1.7335,
          "holdMinutes": 122
        },
        {
          "entryTs": 1621603500,
          "entryUtc": "2021-05-21T13:25:00.000Z",
          "exitTs": 1621604640,
          "dir": 1,
          "entryPrice": 1885.858,
          "exitPrice": 1883.394,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 19
        },
        {
          "entryTs": 1621610400,
          "entryUtc": "2021-05-21T15:20:00.000Z",
          "exitTs": 1621621500,
          "dir": -1,
          "entryPrice": 1875.198,
          "exitPrice": 1878.606,
          "stopDistance": 3.408,
          "outcome": "stop",
          "netR": -1.1232,
          "holdMinutes": 185
        },
        {
          "entryTs": 1621626300,
          "entryUtc": "2021-05-21T19:45:00.000Z",
          "exitTs": 1621630620,
          "dir": 1,
          "entryPrice": 1879.174,
          "exitPrice": 1881.824,
          "stopDistance": 1.325,
          "outcome": "target",
          "netR": 1.7207,
          "holdMinutes": 72
        },
        {
          "entryTs": 1621848000,
          "entryUtc": "2021-05-24T09:20:00.000Z",
          "exitTs": 1621850640,
          "dir": -1,
          "entryPrice": 1879.375,
          "exitPrice": 1881.198,
          "stopDistance": 1.823,
          "outcome": "stop",
          "netR": -1.2304,
          "holdMinutes": 44
        },
        {
          "entryTs": 1621895100,
          "entryUtc": "2021-05-24T22:25:00.000Z",
          "exitTs": 1621897740,
          "dir": -1,
          "entryPrice": 1881.325,
          "exitPrice": 1879.672,
          "stopDistance": 0.827,
          "outcome": "target",
          "netR": 1.5523,
          "holdMinutes": 44
        },
        {
          "entryTs": 1621909500,
          "entryUtc": "2021-05-25T02:25:00.000Z",
          "exitTs": 1621910820,
          "dir": -1,
          "entryPrice": 1874.868,
          "exitPrice": 1876.696,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 22
        },
        {
          "entryTs": 1621917000,
          "entryUtc": "2021-05-25T04:30:00.000Z",
          "exitTs": 1621920060,
          "dir": 1,
          "entryPrice": 1878.808,
          "exitPrice": 1877.744,
          "stopDistance": 1.064,
          "outcome": "stop",
          "netR": -1.3946,
          "holdMinutes": 51
        },
        {
          "entryTs": 1621923300,
          "entryUtc": "2021-05-25T06:15:00.000Z",
          "exitTs": 1621923600,
          "dir": -1,
          "entryPrice": 1876.325,
          "exitPrice": 1877.746,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2955,
          "holdMinutes": 5
        },
        {
          "entryTs": 1621953600,
          "entryUtc": "2021-05-25T14:40:00.000Z",
          "exitTs": 1621962420,
          "dir": 1,
          "entryPrice": 1889.338,
          "exitPrice": 1896.889,
          "stopDistance": 3.775,
          "outcome": "target",
          "netR": 1.902,
          "holdMinutes": 147
        },
        {
          "entryTs": 1621975200,
          "entryUtc": "2021-05-25T20:40:00.000Z",
          "exitTs": 1621980000,
          "dir": 1,
          "entryPrice": 1899.378,
          "exitPrice": 1898.462,
          "stopDistance": 0.916,
          "outcome": "stop",
          "netR": -1.4584,
          "holdMinutes": 80
        },
        {
          "entryTs": 1622010600,
          "entryUtc": "2021-05-26T06:30:00.000Z",
          "exitTs": 1622011980,
          "dir": -1,
          "entryPrice": 1903.815,
          "exitPrice": 1905.59,
          "stopDistance": 1.775,
          "outcome": "stop",
          "netR": -1.2366,
          "holdMinutes": 23
        },
        {
          "entryTs": 1622067000,
          "entryUtc": "2021-05-26T22:10:00.000Z",
          "exitTs": 1622074560,
          "dir": 1,
          "entryPrice": 1895.938,
          "exitPrice": 1894.87,
          "stopDistance": 1.068,
          "outcome": "stop",
          "netR": -1.3933,
          "holdMinutes": 126
        },
        {
          "entryTs": 1622092200,
          "entryUtc": "2021-05-27T05:10:00.000Z",
          "exitTs": 1622093640,
          "dir": 1,
          "entryPrice": 1898.068,
          "exitPrice": 1900.236,
          "stopDistance": 1.084,
          "outcome": "target",
          "netR": 1.6587,
          "holdMinutes": 24
        },
        {
          "entryTs": 1622145900,
          "entryUtc": "2021-05-27T20:05:00.000Z",
          "exitTs": 1622148540,
          "dir": 1,
          "entryPrice": 1897.648,
          "exitPrice": 1896.589,
          "stopDistance": 1.059,
          "outcome": "stop",
          "netR": -1.3967,
          "holdMinutes": 44
        },
        {
          "entryTs": 1622194200,
          "entryUtc": "2021-05-28T09:30:00.000Z",
          "exitTs": 1622200800,
          "dir": 1,
          "entryPrice": 1892.428,
          "exitPrice": 1890.995,
          "stopDistance": 1.433,
          "outcome": "stop",
          "netR": -1.2931,
          "holdMinutes": 110
        },
        {
          "entryTs": 1622432700,
          "entryUtc": "2021-05-31T03:45:00.000Z",
          "exitTs": 1622433960,
          "dir": 1,
          "entryPrice": 1908.928,
          "exitPrice": 1907.615,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.3199,
          "holdMinutes": 21
        },
        {
          "entryTs": 1622440800,
          "entryUtc": "2021-05-31T06:00:00.000Z",
          "exitTs": 1622443260,
          "dir": -1,
          "entryPrice": 1906.735,
          "exitPrice": 1904.238,
          "stopDistance": 1.249,
          "outcome": "target",
          "netR": 1.7037,
          "holdMinutes": 41
        },
        {
          "entryTs": 1622514900,
          "entryUtc": "2021-06-01T02:35:00.000Z",
          "exitTs": 1622522820,
          "dir": 1,
          "entryPrice": 1912.055,
          "exitPrice": 1910.452,
          "stopDistance": 1.603,
          "outcome": "stop",
          "netR": -1.262,
          "holdMinutes": 132
        },
        {
          "entryTs": 1622524800,
          "entryUtc": "2021-06-01T05:20:00.000Z",
          "exitTs": 1622526540,
          "dir": -1,
          "entryPrice": 1911.255,
          "exitPrice": 1912.266,
          "stopDistance": 1.011,
          "outcome": "stop",
          "netR": -1.4156,
          "holdMinutes": 29
        },
        {
          "entryTs": 1622537700,
          "entryUtc": "2021-06-01T08:55:00.000Z",
          "exitTs": 1622541540,
          "dir": -1,
          "entryPrice": 1910.065,
          "exitPrice": 1905.6,
          "stopDistance": 2.232,
          "outcome": "target",
          "netR": 1.8343,
          "holdMinutes": 64
        },
        {
          "entryTs": 1622560500,
          "entryUtc": "2021-06-01T15:15:00.000Z",
          "exitTs": 1622563740,
          "dir": -1,
          "entryPrice": 1898.505,
          "exitPrice": 1902.357,
          "stopDistance": 3.852,
          "outcome": "stop",
          "netR": -1.109,
          "holdMinutes": 54
        },
        {
          "entryTs": 1622588400,
          "entryUtc": "2021-06-01T23:00:00.000Z",
          "exitTs": 1622595780,
          "dir": -1,
          "entryPrice": 1899.148,
          "exitPrice": 1899.976,
          "stopDistance": 0.828,
          "outcome": "stop",
          "netR": -1.5072,
          "holdMinutes": 123
        },
        {
          "entryTs": 1622611200,
          "entryUtc": "2021-06-02T05:20:00.000Z",
          "exitTs": 1622612280,
          "dir": -1,
          "entryPrice": 1896.875,
          "exitPrice": 1897.932,
          "stopDistance": 1.057,
          "outcome": "stop",
          "netR": -1.3975,
          "holdMinutes": 18
        },
        {
          "entryTs": 1622662200,
          "entryUtc": "2021-06-02T19:30:00.000Z",
          "exitTs": 1622676660,
          "dir": 1,
          "entryPrice": 1907.478,
          "exitPrice": 1909.215,
          "stopDistance": 0.868,
          "outcome": "target",
          "netR": 1.5739,
          "holdMinutes": 241
        },
        {
          "entryTs": 1622768700,
          "entryUtc": "2021-06-04T01:05:00.000Z",
          "exitTs": 1622771640,
          "dir": -1,
          "entryPrice": 1871.758,
          "exitPrice": 1865.273,
          "stopDistance": 3.242,
          "outcome": "target",
          "netR": 1.8859,
          "holdMinutes": 49
        },
        {
          "entryTs": 1622774100,
          "entryUtc": "2021-06-04T02:35:00.000Z",
          "exitTs": 1622775000,
          "dir": -1,
          "entryPrice": 1863.395,
          "exitPrice": 1866.627,
          "stopDistance": 3.232,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 15
        },
        {
          "entryTs": 1622775300,
          "entryUtc": "2021-06-04T02:55:00.000Z",
          "exitTs": 1622777040,
          "dir": -1,
          "entryPrice": 1866.668,
          "exitPrice": 1869.632,
          "stopDistance": 2.964,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 29
        },
        {
          "entryTs": 1622819100,
          "entryUtc": "2021-06-04T15:05:00.000Z",
          "exitTs": 1622825100,
          "dir": 1,
          "entryPrice": 1892.608,
          "exitPrice": 1889.62,
          "stopDistance": 2.988,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 100
        },
        {
          "entryTs": 1623033000,
          "entryUtc": "2021-06-07T02:30:00.000Z",
          "exitTs": 1623035160,
          "dir": -1,
          "entryPrice": 1886.475,
          "exitPrice": 1887.875,
          "stopDistance": 1.4,
          "outcome": "stop",
          "netR": -1.3,
          "holdMinutes": 36
        },
        {
          "entryTs": 1623080700,
          "entryUtc": "2021-06-07T15:45:00.000Z",
          "exitTs": 1623087000,
          "dir": 1,
          "entryPrice": 1892.558,
          "exitPrice": 1896.579,
          "stopDistance": 2.01,
          "outcome": "target",
          "netR": 1.8159,
          "holdMinutes": 105
        },
        {
          "entryTs": 1623097200,
          "entryUtc": "2021-06-07T20:20:00.000Z",
          "exitTs": 1623103200,
          "dir": 1,
          "entryPrice": 1899.118,
          "exitPrice": 1898.179,
          "stopDistance": 0.939,
          "outcome": "stop",
          "netR": -1.4475,
          "holdMinutes": 100
        },
        {
          "entryTs": 1623191400,
          "entryUtc": "2021-06-08T22:30:00.000Z",
          "exitTs": 1623191760,
          "dir": -1,
          "entryPrice": 1892.628,
          "exitPrice": 1893.341,
          "stopDistance": 0.713,
          "outcome": "stop",
          "netR": -1.5891,
          "holdMinutes": 6
        },
        {
          "entryTs": 1623209400,
          "entryUtc": "2021-06-09T03:30:00.000Z",
          "exitTs": 1623216780,
          "dir": 1,
          "entryPrice": 1894.094,
          "exitPrice": 1892.724,
          "stopDistance": 1.37,
          "outcome": "stop",
          "netR": -1.3067,
          "holdMinutes": 123
        },
        {
          "entryTs": 1623268800,
          "entryUtc": "2021-06-09T20:00:00.000Z",
          "exitTs": 1623276000,
          "dir": -1,
          "entryPrice": 1889.758,
          "exitPrice": 1887.923,
          "stopDistance": 0.917,
          "outcome": "target",
          "netR": 1.5967,
          "holdMinutes": 120
        },
        {
          "entryTs": 1623287400,
          "entryUtc": "2021-06-10T01:10:00.000Z",
          "exitTs": 1623288060,
          "dir": -1,
          "entryPrice": 1887.088,
          "exitPrice": 1888.424,
          "stopDistance": 1.336,
          "outcome": "stop",
          "netR": -1.3144,
          "holdMinutes": 11
        },
        {
          "entryTs": 1623314100,
          "entryUtc": "2021-06-10T08:35:00.000Z",
          "exitTs": 1623315660,
          "dir": -1,
          "entryPrice": 1880.445,
          "exitPrice": 1882.53,
          "stopDistance": 2.085,
          "outcome": "stop",
          "netR": -1.2015,
          "holdMinutes": 26
        },
        {
          "entryTs": 1623331800,
          "entryUtc": "2021-06-10T13:30:00.000Z",
          "exitTs": 1623351900,
          "dir": 1,
          "entryPrice": 1886.988,
          "exitPrice": 1896.089,
          "stopDistance": 4.551,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 335
        },
        {
          "entryTs": 1623407400,
          "entryUtc": "2021-06-11T10:30:00.000Z",
          "exitTs": 1623407700,
          "dir": -1,
          "entryPrice": 1893.138,
          "exitPrice": 1894.805,
          "stopDistance": 1.667,
          "outcome": "stop",
          "netR": -1.252,
          "holdMinutes": 5
        },
        {
          "entryTs": 1623426600,
          "entryUtc": "2021-06-11T15:50:00.000Z",
          "exitTs": 1623621600,
          "dir": -1,
          "entryPrice": 1879.828,
          "exitPrice": 1876.718,
          "stopDistance": 3.126,
          "outcome": "time",
          "netR": 0.8764,
          "holdMinutes": 3250
        },
        {
          "entryTs": 1623638100,
          "entryUtc": "2021-06-14T02:35:00.000Z",
          "exitTs": 1623643260,
          "dir": -1,
          "entryPrice": 1866.248,
          "exitPrice": 1862.727,
          "stopDistance": 1.76,
          "outcome": "target",
          "netR": 1.7898,
          "holdMinutes": 86
        },
        {
          "entryTs": 1623656700,
          "entryUtc": "2021-06-14T07:45:00.000Z",
          "exitTs": 1623666660,
          "dir": -1,
          "entryPrice": 1859.188,
          "exitPrice": 1854.706,
          "stopDistance": 2.241,
          "outcome": "target",
          "netR": 1.8349,
          "holdMinutes": 166
        },
        {
          "entryTs": 1623683400,
          "entryUtc": "2021-06-14T15:10:00.000Z",
          "exitTs": 1623713400,
          "dir": 1,
          "entryPrice": 1864.628,
          "exitPrice": 1866.738,
          "stopDistance": 3.883,
          "outcome": "time",
          "netR": 0.4481,
          "holdMinutes": 500
        },
        {
          "entryTs": 1623723300,
          "entryUtc": "2021-06-15T02:15:00.000Z",
          "exitTs": 1623729840,
          "dir": -1,
          "entryPrice": 1862.098,
          "exitPrice": 1864.293,
          "stopDistance": 2.195,
          "outcome": "stop",
          "netR": -1.1913,
          "holdMinutes": 109
        },
        {
          "entryTs": 1623770400,
          "entryUtc": "2021-06-15T15:20:00.000Z",
          "exitTs": 1623772740,
          "dir": -1,
          "entryPrice": 1861.158,
          "exitPrice": 1855.953,
          "stopDistance": 2.603,
          "outcome": "target",
          "netR": 1.8578,
          "holdMinutes": 39
        },
        {
          "entryTs": 1623777300,
          "entryUtc": "2021-06-15T17:15:00.000Z",
          "exitTs": 1623778200,
          "dir": -1,
          "entryPrice": 1853.958,
          "exitPrice": 1856.082,
          "stopDistance": 2.124,
          "outcome": "stop",
          "netR": -1.1978,
          "holdMinutes": 15
        },
        {
          "entryTs": 1623798600,
          "entryUtc": "2021-06-15T23:10:00.000Z",
          "exitTs": 1623799500,
          "dir": 1,
          "entryPrice": 1859.408,
          "exitPrice": 1858.617,
          "stopDistance": 0.791,
          "outcome": "stop",
          "netR": -1.5311,
          "holdMinutes": 15
        },
        {
          "entryTs": 1623810000,
          "entryUtc": "2021-06-16T02:20:00.000Z",
          "exitTs": 1623812160,
          "dir": -1,
          "entryPrice": 1854.958,
          "exitPrice": 1856.219,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.3331,
          "holdMinutes": 36
        },
        {
          "entryTs": 1623820200,
          "entryUtc": "2021-06-16T05:10:00.000Z",
          "exitTs": 1623825540,
          "dir": 1,
          "entryPrice": 1858.958,
          "exitPrice": 1861.244,
          "stopDistance": 1.143,
          "outcome": "target",
          "netR": 1.6763,
          "holdMinutes": 89
        },
        {
          "entryTs": 1623844800,
          "entryUtc": "2021-06-16T12:00:00.000Z",
          "exitTs": 1623845460,
          "dir": -1,
          "entryPrice": 1854.848,
          "exitPrice": 1856.345,
          "stopDistance": 1.497,
          "outcome": "stop",
          "netR": -1.2806,
          "holdMinutes": 11
        },
        {
          "entryTs": 1623856800,
          "entryUtc": "2021-06-16T15:20:00.000Z",
          "exitTs": 1623857700,
          "dir": -1,
          "entryPrice": 1856.628,
          "exitPrice": 1858.703,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 15
        },
        {
          "entryTs": 1623861600,
          "entryUtc": "2021-06-16T16:40:00.000Z",
          "exitTs": 1623866340,
          "dir": 1,
          "entryPrice": 1858.788,
          "exitPrice": 1862.254,
          "stopDistance": 1.733,
          "outcome": "target",
          "netR": 1.7865,
          "holdMinutes": 79
        },
        {
          "entryTs": 1623882900,
          "entryUtc": "2021-06-16T22:35:00.000Z",
          "exitTs": 1623886440,
          "dir": -1,
          "entryPrice": 1814.805,
          "exitPrice": 1819.536,
          "stopDistance": 4.731,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 59
        },
        {
          "entryTs": 1623899700,
          "entryUtc": "2021-06-17T03:15:00.000Z",
          "exitTs": 1623902580,
          "dir": 1,
          "entryPrice": 1823.128,
          "exitPrice": 1821.157,
          "stopDistance": 1.971,
          "outcome": "stop",
          "netR": -1.2131,
          "holdMinutes": 48
        },
        {
          "entryTs": 1623912900,
          "entryUtc": "2021-06-17T06:55:00.000Z",
          "exitTs": 1623914280,
          "dir": -1,
          "entryPrice": 1814.228,
          "exitPrice": 1809.312,
          "stopDistance": 2.458,
          "outcome": "target",
          "netR": 1.8495,
          "holdMinutes": 23
        },
        {
          "entryTs": 1623921600,
          "entryUtc": "2021-06-17T09:20:00.000Z",
          "exitTs": 1623925380,
          "dir": -1,
          "entryPrice": 1806.938,
          "exitPrice": 1801.689,
          "stopDistance": 2.625,
          "outcome": "target",
          "netR": 1.859,
          "holdMinutes": 63
        },
        {
          "entryTs": 1623945000,
          "entryUtc": "2021-06-17T15:50:00.000Z",
          "exitTs": 1623952800,
          "dir": -1,
          "entryPrice": 1774.388,
          "exitPrice": 1779.51,
          "stopDistance": 5.122,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 130
        },
        {
          "entryTs": 1623955500,
          "entryUtc": "2021-06-17T18:45:00.000Z",
          "exitTs": 1623957780,
          "dir": 1,
          "entryPrice": 1779.468,
          "exitPrice": 1776.735,
          "stopDistance": 2.733,
          "outcome": "stop",
          "netR": -1.1537,
          "holdMinutes": 38
        },
        {
          "entryTs": 1623982500,
          "entryUtc": "2021-06-18T02:15:00.000Z",
          "exitTs": 1623989760,
          "dir": 1,
          "entryPrice": 1782.018,
          "exitPrice": 1786.303,
          "stopDistance": 2.142,
          "outcome": "target",
          "netR": 1.8273,
          "holdMinutes": 121
        },
        {
          "entryTs": 1624049700,
          "entryUtc": "2021-06-18T20:55:00.000Z",
          "exitTs": 1624226400,
          "dir": -1,
          "entryPrice": 1764.278,
          "exitPrice": 1766.687,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 2945
        },
        {
          "entryTs": 1624230600,
          "entryUtc": "2021-06-20T23:10:00.000Z",
          "exitTs": 1624235280,
          "dir": 1,
          "entryPrice": 1767.718,
          "exitPrice": 1771.752,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8166,
          "holdMinutes": 78
        },
        {
          "entryTs": 1624239900,
          "entryUtc": "2021-06-21T01:45:00.000Z",
          "exitTs": 1624243260,
          "dir": 1,
          "entryPrice": 1771.668,
          "exitPrice": 1775.514,
          "stopDistance": 1.923,
          "outcome": "target",
          "netR": 1.8076,
          "holdMinutes": 56
        },
        {
          "entryTs": 1624245900,
          "entryUtc": "2021-06-21T03:25:00.000Z",
          "exitTs": 1624251660,
          "dir": 1,
          "entryPrice": 1774.408,
          "exitPrice": 1772.586,
          "stopDistance": 1.822,
          "outcome": "stop",
          "netR": -1.2305,
          "holdMinutes": 96
        },
        {
          "entryTs": 1624259700,
          "entryUtc": "2021-06-21T07:15:00.000Z",
          "exitTs": 1624263180,
          "dir": 1,
          "entryPrice": 1776.918,
          "exitPrice": 1782.844,
          "stopDistance": 2.963,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 58
        },
        {
          "entryTs": 1624335000,
          "entryUtc": "2021-06-22T04:10:00.000Z",
          "exitTs": 1624338300,
          "dir": 1,
          "entryPrice": 1788.398,
          "exitPrice": 1787.094,
          "stopDistance": 1.304,
          "outcome": "stop",
          "netR": -1.3222,
          "holdMinutes": 55
        },
        {
          "entryTs": 1624350900,
          "entryUtc": "2021-06-22T08:35:00.000Z",
          "exitTs": 1624356300,
          "dir": -1,
          "entryPrice": 1777.895,
          "exitPrice": 1780.116,
          "stopDistance": 2.221,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 90
        },
        {
          "entryTs": 1624367100,
          "entryUtc": "2021-06-22T13:05:00.000Z",
          "exitTs": 1624367340,
          "dir": -1,
          "entryPrice": 1777.808,
          "exitPrice": 1780.797,
          "stopDistance": 2.989,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 4
        },
        {
          "entryTs": 1624371000,
          "entryUtc": "2021-06-22T14:10:00.000Z",
          "exitTs": 1624374000,
          "dir": -1,
          "entryPrice": 1777.038,
          "exitPrice": 1780.391,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 50
        },
        {
          "entryTs": 1624412400,
          "entryUtc": "2021-06-23T01:40:00.000Z",
          "exitTs": 1624413060,
          "dir": 1,
          "entryPrice": 1779.528,
          "exitPrice": 1778.227,
          "stopDistance": 1.301,
          "outcome": "stop",
          "netR": -1.3229,
          "holdMinutes": 11
        },
        {
          "entryTs": 1624420200,
          "entryUtc": "2021-06-23T03:50:00.000Z",
          "exitTs": 1624424820,
          "dir": 1,
          "entryPrice": 1781.918,
          "exitPrice": 1780.691,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3424,
          "holdMinutes": 77
        },
        {
          "entryTs": 1624479300,
          "entryUtc": "2021-06-23T20:15:00.000Z",
          "exitTs": 1624480500,
          "dir": -1,
          "entryPrice": 1775.825,
          "exitPrice": 1777.463,
          "stopDistance": 1.638,
          "outcome": "stop",
          "netR": -1.2564,
          "holdMinutes": 20
        },
        {
          "entryTs": 1624506300,
          "entryUtc": "2021-06-24T03:45:00.000Z",
          "exitTs": 1624509240,
          "dir": -1,
          "entryPrice": 1775.838,
          "exitPrice": 1773.512,
          "stopDistance": 1.163,
          "outcome": "target",
          "netR": 1.6818,
          "holdMinutes": 49
        },
        {
          "entryTs": 1624525200,
          "entryUtc": "2021-06-24T09:00:00.000Z",
          "exitTs": 1624530600,
          "dir": 1,
          "entryPrice": 1779.588,
          "exitPrice": 1783.15,
          "stopDistance": 1.781,
          "outcome": "target",
          "netR": 1.7923,
          "holdMinutes": 90
        },
        {
          "entryTs": 1624537500,
          "entryUtc": "2021-06-24T12:25:00.000Z",
          "exitTs": 1624538580,
          "dir": 1,
          "entryPrice": 1785.374,
          "exitPrice": 1783.464,
          "stopDistance": 1.91,
          "outcome": "stop",
          "netR": -1.2199,
          "holdMinutes": 18
        },
        {
          "entryTs": 1624566300,
          "entryUtc": "2021-06-24T20:25:00.000Z",
          "exitTs": 1624572060,
          "dir": -1,
          "entryPrice": 1774.838,
          "exitPrice": 1775.911,
          "stopDistance": 1.073,
          "outcome": "stop",
          "netR": -1.3915,
          "holdMinutes": 96
        },
        {
          "entryTs": 1624598700,
          "entryUtc": "2021-06-25T05:25:00.000Z",
          "exitTs": 1624598880,
          "dir": -1,
          "entryPrice": 1776.675,
          "exitPrice": 1777.512,
          "stopDistance": 0.837,
          "outcome": "stop",
          "netR": -1.5016,
          "holdMinutes": 3
        },
        {
          "entryTs": 1624622100,
          "entryUtc": "2021-06-25T11:55:00.000Z",
          "exitTs": 1624624020,
          "dir": 1,
          "entryPrice": 1784.385,
          "exitPrice": 1786.816,
          "stopDistance": 1.216,
          "outcome": "target",
          "netR": 1.6956,
          "holdMinutes": 32
        },
        {
          "entryTs": 1624836300,
          "entryUtc": "2021-06-27T23:25:00.000Z",
          "exitTs": 1624838700,
          "dir": 1,
          "entryPrice": 1781.808,
          "exitPrice": 1780.985,
          "stopDistance": 0.823,
          "outcome": "stop",
          "netR": -1.5101,
          "holdMinutes": 40
        },
        {
          "entryTs": 1624847100,
          "entryUtc": "2021-06-28T02:25:00.000Z",
          "exitTs": 1624848540,
          "dir": -1,
          "entryPrice": 1774.728,
          "exitPrice": 1776.829,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 24
        },
        {
          "entryTs": 1624882500,
          "entryUtc": "2021-06-28T12:15:00.000Z",
          "exitTs": 1624884180,
          "dir": -1,
          "entryPrice": 1775.928,
          "exitPrice": 1777.629,
          "stopDistance": 1.701,
          "outcome": "stop",
          "netR": -1.2469,
          "holdMinutes": 28
        },
        {
          "entryTs": 1624946700,
          "entryUtc": "2021-06-29T06:05:00.000Z",
          "exitTs": 1624948200,
          "dir": 1,
          "entryPrice": 1776.838,
          "exitPrice": 1775.747,
          "stopDistance": 1.091,
          "outcome": "stop",
          "netR": -1.385,
          "holdMinutes": 25
        },
        {
          "entryTs": 1624956300,
          "entryUtc": "2021-06-29T08:45:00.000Z",
          "exitTs": 1624959240,
          "dir": -1,
          "entryPrice": 1769.738,
          "exitPrice": 1771.859,
          "stopDistance": 2.121,
          "outcome": "stop",
          "netR": -1.198,
          "holdMinutes": 49
        },
        {
          "entryTs": 1624974000,
          "entryUtc": "2021-06-29T13:40:00.000Z",
          "exitTs": 1624980600,
          "dir": -1,
          "entryPrice": 1757.648,
          "exitPrice": 1762.222,
          "stopDistance": 4.574,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 110
        },
        {
          "entryTs": 1624985100,
          "entryUtc": "2021-06-29T16:45:00.000Z",
          "exitTs": 1624993800,
          "dir": 1,
          "entryPrice": 1763.158,
          "exitPrice": 1760.878,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 145
        },
        {
          "entryTs": 1624998300,
          "entryUtc": "2021-06-29T20:25:00.000Z",
          "exitTs": 1625013960,
          "dir": -1,
          "entryPrice": 1761.498,
          "exitPrice": 1762.68,
          "stopDistance": 1.182,
          "outcome": "stop",
          "netR": -1.3552,
          "holdMinutes": 261
        },
        {
          "entryTs": 1625030400,
          "entryUtc": "2021-06-30T05:20:00.000Z",
          "exitTs": 1625031600,
          "dir": -1,
          "entryPrice": 1759.978,
          "exitPrice": 1757.48,
          "stopDistance": 1.249,
          "outcome": "target",
          "netR": 1.7038,
          "holdMinutes": 20
        },
        {
          "entryTs": 1625074500,
          "entryUtc": "2021-06-30T17:35:00.000Z",
          "exitTs": 1625096880,
          "dir": 1,
          "entryPrice": 1770.158,
          "exitPrice": 1767.788,
          "stopDistance": 2.37,
          "outcome": "stop",
          "netR": -1.1772,
          "holdMinutes": 373
        },
        {
          "entryTs": 1625216400,
          "entryUtc": "2021-07-02T09:00:00.000Z",
          "exitTs": 1625222100,
          "dir": 1,
          "entryPrice": 1781.868,
          "exitPrice": 1785.709,
          "stopDistance": 1.921,
          "outcome": "target",
          "netR": 1.8074,
          "holdMinutes": 95
        },
        {
          "entryTs": 1625225700,
          "entryUtc": "2021-07-02T11:35:00.000Z",
          "exitTs": 1625227500,
          "dir": 1,
          "entryPrice": 1785.848,
          "exitPrice": 1784.088,
          "stopDistance": 1.76,
          "outcome": "stop",
          "netR": -1.2386,
          "holdMinutes": 30
        },
        {
          "entryTs": 1625236800,
          "entryUtc": "2021-07-02T14:40:00.000Z",
          "exitTs": 1625248860,
          "dir": -1,
          "entryPrice": 1784.098,
          "exitPrice": 1788.482,
          "stopDistance": 4.384,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 201
        },
        {
          "entryTs": 1625252100,
          "entryUtc": "2021-07-02T18:55:00.000Z",
          "exitTs": 1625255040,
          "dir": 1,
          "entryPrice": 1789.688,
          "exitPrice": 1788.147,
          "stopDistance": 1.541,
          "outcome": "stop",
          "netR": -1.2726,
          "holdMinutes": 49
        },
        {
          "entryTs": 1625257200,
          "entryUtc": "2021-07-02T20:20:00.000Z",
          "exitTs": 1625436000,
          "dir": -1,
          "entryPrice": 1788.198,
          "exitPrice": 1787.448,
          "stopDistance": 1.324,
          "outcome": "time",
          "netR": 0.287,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1625474100,
          "entryUtc": "2021-07-05T08:35:00.000Z",
          "exitTs": 1625484960,
          "dir": 1,
          "entryPrice": 1791.448,
          "exitPrice": 1789.716,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 181
        },
        {
          "entryTs": 1625542500,
          "entryUtc": "2021-07-06T03:35:00.000Z",
          "exitTs": 1625547180,
          "dir": 1,
          "entryPrice": 1797.228,
          "exitPrice": 1800.183,
          "stopDistance": 1.478,
          "outcome": "target",
          "netR": 1.7496,
          "holdMinutes": 78
        },
        {
          "entryTs": 1625573400,
          "entryUtc": "2021-07-06T12:10:00.000Z",
          "exitTs": 1625574660,
          "dir": 1,
          "entryPrice": 1808.438,
          "exitPrice": 1812.119,
          "stopDistance": 1.841,
          "outcome": "target",
          "netR": 1.799,
          "holdMinutes": 21
        },
        {
          "entryTs": 1625590800,
          "entryUtc": "2021-07-06T17:00:00.000Z",
          "exitTs": 1625597640,
          "dir": -1,
          "entryPrice": 1794.208,
          "exitPrice": 1797.464,
          "stopDistance": 3.256,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 114
        },
        {
          "entryTs": 1625638800,
          "entryUtc": "2021-07-07T06:20:00.000Z",
          "exitTs": 1625639820,
          "dir": 1,
          "entryPrice": 1800.905,
          "exitPrice": 1803.936,
          "stopDistance": 1.516,
          "outcome": "target",
          "netR": 1.7559,
          "holdMinutes": 17
        },
        {
          "entryTs": 1625683200,
          "entryUtc": "2021-07-07T18:40:00.000Z",
          "exitTs": 1625706900,
          "dir": 1,
          "entryPrice": 1804.258,
          "exitPrice": 1801.92,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1796,
          "holdMinutes": 395
        },
        {
          "entryTs": 1625713500,
          "entryUtc": "2021-07-08T03:05:00.000Z",
          "exitTs": 1625728560,
          "dir": -1,
          "entryPrice": 1798.358,
          "exitPrice": 1799.847,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.2821,
          "holdMinutes": 251
        },
        {
          "entryTs": 1625736900,
          "entryUtc": "2021-07-08T09:35:00.000Z",
          "exitTs": 1625739780,
          "dir": 1,
          "entryPrice": 1810.108,
          "exitPrice": 1807.163,
          "stopDistance": 2.945,
          "outcome": "stop",
          "netR": -1.1426,
          "holdMinutes": 48
        },
        {
          "entryTs": 1625743800,
          "entryUtc": "2021-07-08T11:30:00.000Z",
          "exitTs": 1625751240,
          "dir": 1,
          "entryPrice": 1813.078,
          "exitPrice": 1810.041,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 124
        },
        {
          "entryTs": 1625760900,
          "entryUtc": "2021-07-08T16:15:00.000Z",
          "exitTs": 1625773920,
          "dir": -1,
          "entryPrice": 1798.418,
          "exitPrice": 1801.388,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 217
        },
        {
          "entryTs": 1625808900,
          "entryUtc": "2021-07-09T05:35:00.000Z",
          "exitTs": 1625811900,
          "dir": -1,
          "entryPrice": 1802.248,
          "exitPrice": 1799.178,
          "stopDistance": 1.535,
          "outcome": "target",
          "netR": 1.7589,
          "holdMinutes": 50
        },
        {
          "entryTs": 1625851200,
          "entryUtc": "2021-07-09T17:20:00.000Z",
          "exitTs": 1625854080,
          "dir": 1,
          "entryPrice": 1809.418,
          "exitPrice": 1812.103,
          "stopDistance": 1.342,
          "outcome": "target",
          "netR": 1.7244,
          "holdMinutes": 48
        },
        {
          "entryTs": 1626048900,
          "entryUtc": "2021-07-12T00:15:00.000Z",
          "exitTs": 1626049140,
          "dir": -1,
          "entryPrice": 1807.208,
          "exitPrice": 1808.119,
          "stopDistance": 0.911,
          "outcome": "stop",
          "netR": -1.4611,
          "holdMinutes": 4
        },
        {
          "entryTs": 1626057000,
          "entryUtc": "2021-07-12T02:30:00.000Z",
          "exitTs": 1626060300,
          "dir": -1,
          "entryPrice": 1806.125,
          "exitPrice": 1803.457,
          "stopDistance": 1.334,
          "outcome": "target",
          "netR": 1.7226,
          "holdMinutes": 55
        },
        {
          "entryTs": 1626086400,
          "entryUtc": "2021-07-12T10:40:00.000Z",
          "exitTs": 1626094320,
          "dir": -1,
          "entryPrice": 1801.295,
          "exitPrice": 1803.138,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 132
        },
        {
          "entryTs": 1626099900,
          "entryUtc": "2021-07-12T14:25:00.000Z",
          "exitTs": 1626100200,
          "dir": -1,
          "entryPrice": 1797.518,
          "exitPrice": 1800.603,
          "stopDistance": 3.085,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 5
        },
        {
          "entryTs": 1626102900,
          "entryUtc": "2021-07-12T15:15:00.000Z",
          "exitTs": 1626132900,
          "dir": 1,
          "entryPrice": 1804.178,
          "exitPrice": 1806.788,
          "stopDistance": 3.082,
          "outcome": "time",
          "netR": 0.7268,
          "holdMinutes": 500
        },
        {
          "entryTs": 1626165900,
          "entryUtc": "2021-07-13T08:45:00.000Z",
          "exitTs": 1626177660,
          "dir": -1,
          "entryPrice": 1808.608,
          "exitPrice": 1810.24,
          "stopDistance": 1.631,
          "outcome": "stop",
          "netR": -1.2574,
          "holdMinutes": 196
        },
        {
          "entryTs": 1626234600,
          "entryUtc": "2021-07-14T03:50:00.000Z",
          "exitTs": 1626238260,
          "dir": 1,
          "entryPrice": 1812.388,
          "exitPrice": 1811.365,
          "stopDistance": 1.023,
          "outcome": "stop",
          "netR": -1.4106,
          "holdMinutes": 61
        },
        {
          "entryTs": 1626269700,
          "entryUtc": "2021-07-14T13:35:00.000Z",
          "exitTs": 1626270600,
          "dir": 1,
          "entryPrice": 1825.848,
          "exitPrice": 1822.87,
          "stopDistance": 2.978,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626285600,
          "entryUtc": "2021-07-14T18:00:00.000Z",
          "exitTs": 1626292740,
          "dir": 1,
          "entryPrice": 1823.688,
          "exitPrice": 1826.959,
          "stopDistance": 1.636,
          "outcome": "target",
          "netR": 1.7738,
          "holdMinutes": 119
        },
        {
          "entryTs": 1626332400,
          "entryUtc": "2021-07-15T07:00:00.000Z",
          "exitTs": 1626336180,
          "dir": 1,
          "entryPrice": 1831.078,
          "exitPrice": 1829.535,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2722,
          "holdMinutes": 63
        },
        {
          "entryTs": 1626372900,
          "entryUtc": "2021-07-15T18:15:00.000Z",
          "exitTs": 1626390300,
          "dir": 1,
          "entryPrice": 1827.948,
          "exitPrice": 1830.88,
          "stopDistance": 1.466,
          "outcome": "target",
          "netR": 1.7476,
          "holdMinutes": 290
        },
        {
          "entryTs": 1626403800,
          "entryUtc": "2021-07-16T02:50:00.000Z",
          "exitTs": 1626404700,
          "dir": -1,
          "entryPrice": 1826.918,
          "exitPrice": 1828.058,
          "stopDistance": 1.14,
          "outcome": "stop",
          "netR": -1.3684,
          "holdMinutes": 15
        },
        {
          "entryTs": 1626417000,
          "entryUtc": "2021-07-16T06:30:00.000Z",
          "exitTs": 1626418800,
          "dir": -1,
          "entryPrice": 1825.578,
          "exitPrice": 1822.921,
          "stopDistance": 1.328,
          "outcome": "target",
          "netR": 1.7215,
          "holdMinutes": 30
        },
        {
          "entryTs": 1626451500,
          "entryUtc": "2021-07-16T16:05:00.000Z",
          "exitTs": 1626452760,
          "dir": -1,
          "entryPrice": 1813.688,
          "exitPrice": 1816.666,
          "stopDistance": 2.978,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 21
        },
        {
          "entryTs": 1626655800,
          "entryUtc": "2021-07-19T00:50:00.000Z",
          "exitTs": 1626658500,
          "dir": 1,
          "entryPrice": 1815.098,
          "exitPrice": 1813.862,
          "stopDistance": 1.236,
          "outcome": "stop",
          "netR": -1.3398,
          "holdMinutes": 45
        },
        {
          "entryTs": 1626672900,
          "entryUtc": "2021-07-19T05:35:00.000Z",
          "exitTs": 1626674400,
          "dir": -1,
          "entryPrice": 1812.698,
          "exitPrice": 1810.346,
          "stopDistance": 1.176,
          "outcome": "target",
          "netR": 1.6854,
          "holdMinutes": 25
        },
        {
          "entryTs": 1626709800,
          "entryUtc": "2021-07-19T15:50:00.000Z",
          "exitTs": 1626723840,
          "dir": -1,
          "entryPrice": 1807.538,
          "exitPrice": 1810.249,
          "stopDistance": 2.711,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 234
        },
        {
          "entryTs": 1626787200,
          "entryUtc": "2021-07-20T13:20:00.000Z",
          "exitTs": 1626791520,
          "dir": 1,
          "entryPrice": 1820.738,
          "exitPrice": 1818.159,
          "stopDistance": 2.579,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 72
        },
        {
          "entryTs": 1626797100,
          "entryUtc": "2021-07-20T16:05:00.000Z",
          "exitTs": 1626827100,
          "dir": -1,
          "entryPrice": 1809.158,
          "exitPrice": 1808.598,
          "stopDistance": 3.413,
          "outcome": "time",
          "netR": 0.0557,
          "holdMinutes": 500
        },
        {
          "entryTs": 1626861900,
          "entryUtc": "2021-07-21T10:05:00.000Z",
          "exitTs": 1626864480,
          "dir": -1,
          "entryPrice": 1805.528,
          "exitPrice": 1801.592,
          "stopDistance": 1.968,
          "outcome": "target",
          "netR": 1.812,
          "holdMinutes": 43
        },
        {
          "entryTs": 1626897000,
          "entryUtc": "2021-07-21T19:50:00.000Z",
          "exitTs": 1626898920,
          "dir": 1,
          "entryPrice": 1804.308,
          "exitPrice": 1803.418,
          "stopDistance": 0.89,
          "outcome": "stop",
          "netR": -1.472,
          "holdMinutes": 32
        },
        {
          "entryTs": 1626926700,
          "entryUtc": "2021-07-22T04:05:00.000Z",
          "exitTs": 1626930960,
          "dir": -1,
          "entryPrice": 1798.638,
          "exitPrice": 1799.685,
          "stopDistance": 1.047,
          "outcome": "stop",
          "netR": -1.4013,
          "holdMinutes": 71
        },
        {
          "entryTs": 1626944400,
          "entryUtc": "2021-07-22T09:00:00.000Z",
          "exitTs": 1626957060,
          "dir": -1,
          "entryPrice": 1796.988,
          "exitPrice": 1799.079,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2008,
          "holdMinutes": 211
        },
        {
          "entryTs": 1626979200,
          "entryUtc": "2021-07-22T18:40:00.000Z",
          "exitTs": 1627002720,
          "dir": 1,
          "entryPrice": 1806.668,
          "exitPrice": 1805.572,
          "stopDistance": 1.096,
          "outcome": "stop",
          "netR": -1.3832,
          "holdMinutes": 392
        },
        {
          "entryTs": 1627023300,
          "entryUtc": "2021-07-23T06:55:00.000Z",
          "exitTs": 1627026600,
          "dir": 1,
          "entryPrice": 1806.158,
          "exitPrice": 1809.209,
          "stopDistance": 1.525,
          "outcome": "target",
          "netR": 1.7574,
          "holdMinutes": 55
        },
        {
          "entryTs": 1627059000,
          "entryUtc": "2021-07-23T16:50:00.000Z",
          "exitTs": 1627062060,
          "dir": 1,
          "entryPrice": 1802.818,
          "exitPrice": 1801.136,
          "stopDistance": 1.682,
          "outcome": "stop",
          "netR": -1.2497,
          "holdMinutes": 51
        },
        {
          "entryTs": 1627267200,
          "entryUtc": "2021-07-26T02:40:00.000Z",
          "exitTs": 1627277460,
          "dir": 1,
          "entryPrice": 1805.278,
          "exitPrice": 1807.926,
          "stopDistance": 1.324,
          "outcome": "target",
          "netR": 1.7206,
          "holdMinutes": 171
        },
        {
          "entryTs": 1627279500,
          "entryUtc": "2021-07-26T06:05:00.000Z",
          "exitTs": 1627280280,
          "dir": 1,
          "entryPrice": 1807.335,
          "exitPrice": 1806.175,
          "stopDistance": 1.16,
          "outcome": "stop",
          "netR": -1.3622,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627326900,
          "entryUtc": "2021-07-26T19:15:00.000Z",
          "exitTs": 1627330260,
          "dir": -1,
          "entryPrice": 1797.448,
          "exitPrice": 1798.366,
          "stopDistance": 0.918,
          "outcome": "stop",
          "netR": -1.4577,
          "holdMinutes": 56
        },
        {
          "entryTs": 1627343400,
          "entryUtc": "2021-07-26T23:50:00.000Z",
          "exitTs": 1627347060,
          "dir": -1,
          "entryPrice": 1797.358,
          "exitPrice": 1797.96,
          "stopDistance": 0.602,
          "outcome": "stop",
          "netR": -1.6971,
          "holdMinutes": 61
        },
        {
          "entryTs": 1627349700,
          "entryUtc": "2021-07-27T01:35:00.000Z",
          "exitTs": 1627350180,
          "dir": 1,
          "entryPrice": 1798.198,
          "exitPrice": 1797.32,
          "stopDistance": 0.878,
          "outcome": "stop",
          "netR": -1.4783,
          "holdMinutes": 8
        },
        {
          "entryTs": 1627353000,
          "entryUtc": "2021-07-27T02:30:00.000Z",
          "exitTs": 1627353600,
          "dir": -1,
          "entryPrice": 1796.438,
          "exitPrice": 1797.521,
          "stopDistance": 1.083,
          "outcome": "stop",
          "netR": -1.3878,
          "holdMinutes": 10
        },
        {
          "entryTs": 1627356300,
          "entryUtc": "2021-07-27T03:25:00.000Z",
          "exitTs": 1627362660,
          "dir": 1,
          "entryPrice": 1797.968,
          "exitPrice": 1796.896,
          "stopDistance": 1.072,
          "outcome": "stop",
          "netR": -1.3919,
          "holdMinutes": 106
        },
        {
          "entryTs": 1627391100,
          "entryUtc": "2021-07-27T13:05:00.000Z",
          "exitTs": 1627393380,
          "dir": 1,
          "entryPrice": 1802.568,
          "exitPrice": 1800.717,
          "stopDistance": 1.851,
          "outcome": "stop",
          "netR": -1.2269,
          "holdMinutes": 38
        },
        {
          "entryTs": 1627395300,
          "entryUtc": "2021-07-27T14:15:00.000Z",
          "exitTs": 1627396080,
          "dir": -1,
          "entryPrice": 1801.588,
          "exitPrice": 1797.042,
          "stopDistance": 2.273,
          "outcome": "target",
          "netR": 1.8372,
          "holdMinutes": 13
        },
        {
          "entryTs": 1627410000,
          "entryUtc": "2021-07-27T18:20:00.000Z",
          "exitTs": 1627412220,
          "dir": 1,
          "entryPrice": 1800.938,
          "exitPrice": 1799.727,
          "stopDistance": 1.211,
          "outcome": "stop",
          "netR": -1.3467,
          "holdMinutes": 37
        },
        {
          "entryTs": 1627445100,
          "entryUtc": "2021-07-28T04:05:00.000Z",
          "exitTs": 1627448400,
          "dir": 1,
          "entryPrice": 1805.618,
          "exitPrice": 1804.534,
          "stopDistance": 1.084,
          "outcome": "stop",
          "netR": -1.3873,
          "holdMinutes": 55
        },
        {
          "entryTs": 1627463100,
          "entryUtc": "2021-07-28T09:05:00.000Z",
          "exitTs": 1627465500,
          "dir": -1,
          "entryPrice": 1801.225,
          "exitPrice": 1798.236,
          "stopDistance": 1.495,
          "outcome": "target",
          "netR": 1.7524,
          "holdMinutes": 40
        },
        {
          "entryTs": 1627467000,
          "entryUtc": "2021-07-28T10:10:00.000Z",
          "exitTs": 1627472940,
          "dir": -1,
          "entryPrice": 1800.405,
          "exitPrice": 1797.057,
          "stopDistance": 1.674,
          "outcome": "target",
          "netR": 1.779,
          "holdMinutes": 99
        },
        {
          "entryTs": 1627489800,
          "entryUtc": "2021-07-28T16:30:00.000Z",
          "exitTs": 1627493880,
          "dir": 1,
          "entryPrice": 1800.548,
          "exitPrice": 1799.326,
          "stopDistance": 1.222,
          "outcome": "stop",
          "netR": -1.3436,
          "holdMinutes": 68
        },
        {
          "entryTs": 1627509600,
          "entryUtc": "2021-07-28T22:00:00.000Z",
          "exitTs": 1627520460,
          "dir": 1,
          "entryPrice": 1806.926,
          "exitPrice": 1810.92,
          "stopDistance": 1.997,
          "outcome": "target",
          "netR": 1.8147,
          "holdMinutes": 181
        },
        {
          "entryTs": 1627525200,
          "entryUtc": "2021-07-29T02:20:00.000Z",
          "exitTs": 1627536660,
          "dir": 1,
          "entryPrice": 1814.528,
          "exitPrice": 1817.707,
          "stopDistance": 1.589,
          "outcome": "target",
          "netR": 1.7672,
          "holdMinutes": 191
        },
        {
          "entryTs": 1627560000,
          "entryUtc": "2021-07-29T12:00:00.000Z",
          "exitTs": 1627571220,
          "dir": 1,
          "entryPrice": 1824.988,
          "exitPrice": 1828.635,
          "stopDistance": 1.823,
          "outcome": "target",
          "netR": 1.7971,
          "holdMinutes": 187
        },
        {
          "entryTs": 1627577100,
          "entryUtc": "2021-07-29T16:45:00.000Z",
          "exitTs": 1627587120,
          "dir": 1,
          "entryPrice": 1830.968,
          "exitPrice": 1829.399,
          "stopDistance": 1.569,
          "outcome": "stop",
          "netR": -1.2678,
          "holdMinutes": 167
        },
        {
          "entryTs": 1627602900,
          "entryUtc": "2021-07-29T23:55:00.000Z",
          "exitTs": 1627603320,
          "dir": 1,
          "entryPrice": 1830.148,
          "exitPrice": 1829.424,
          "stopDistance": 0.724,
          "outcome": "stop",
          "netR": -1.5804,
          "holdMinutes": 7
        },
        {
          "entryTs": 1627631400,
          "entryUtc": "2021-07-30T07:50:00.000Z",
          "exitTs": 1627639500,
          "dir": 1,
          "entryPrice": 1829.318,
          "exitPrice": 1827.847,
          "stopDistance": 1.471,
          "outcome": "stop",
          "netR": -1.2856,
          "holdMinutes": 135
        },
        {
          "entryTs": 1627671300,
          "entryUtc": "2021-07-30T18:55:00.000Z",
          "exitTs": 1627673340,
          "dir": -1,
          "entryPrice": 1812.328,
          "exitPrice": 1813.916,
          "stopDistance": 1.588,
          "outcome": "stop",
          "netR": -1.2645,
          "holdMinutes": 34
        },
        {
          "entryTs": 1627925400,
          "entryUtc": "2021-08-02T17:30:00.000Z",
          "exitTs": 1627925640,
          "dir": 1,
          "entryPrice": 1818.178,
          "exitPrice": 1816.836,
          "stopDistance": 1.342,
          "outcome": "stop",
          "netR": -1.3129,
          "holdMinutes": 4
        },
        {
          "entryTs": 1627935000,
          "entryUtc": "2021-08-02T20:10:00.000Z",
          "exitTs": 1627949880,
          "dir": -1,
          "entryPrice": 1813.855,
          "exitPrice": 1811.888,
          "stopDistance": 0.984,
          "outcome": "target",
          "netR": 1.6239,
          "holdMinutes": 248
        },
        {
          "entryTs": 1627973700,
          "entryUtc": "2021-08-03T06:55:00.000Z",
          "exitTs": 1627975380,
          "dir": -1,
          "entryPrice": 1809.798,
          "exitPrice": 1810.978,
          "stopDistance": 1.18,
          "outcome": "stop",
          "netR": -1.356,
          "holdMinutes": 28
        },
        {
          "entryTs": 1628049300,
          "entryUtc": "2021-08-04T03:55:00.000Z",
          "exitTs": 1628050260,
          "dir": 1,
          "entryPrice": 1813.318,
          "exitPrice": 1812.488,
          "stopDistance": 0.83,
          "outcome": "stop",
          "netR": -1.5062,
          "holdMinutes": 16
        },
        {
          "entryTs": 1628092500,
          "entryUtc": "2021-08-04T15:55:00.000Z",
          "exitTs": 1628098920,
          "dir": -1,
          "entryPrice": 1809.508,
          "exitPrice": 1812.492,
          "stopDistance": 2.984,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 107
        },
        {
          "entryTs": 1628109300,
          "entryUtc": "2021-08-04T20:35:00.000Z",
          "exitTs": 1628109660,
          "dir": 1,
          "entryPrice": 1811.828,
          "exitPrice": 1811.107,
          "stopDistance": 0.721,
          "outcome": "stop",
          "netR": -1.5825,
          "holdMinutes": 6
        },
        {
          "entryTs": 1628187900,
          "entryUtc": "2021-08-05T18:25:00.000Z",
          "exitTs": 1628208420,
          "dir": -1,
          "entryPrice": 1804.846,
          "exitPrice": 1802.209,
          "stopDistance": 1.319,
          "outcome": "target",
          "netR": 1.7194,
          "holdMinutes": 342
        },
        {
          "entryTs": 1628269800,
          "entryUtc": "2021-08-06T17:10:00.000Z",
          "exitTs": 1628271360,
          "dir": -1,
          "entryPrice": 1761.128,
          "exitPrice": 1763.362,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 26
        },
        {
          "entryTs": 1628274600,
          "entryUtc": "2021-08-06T18:30:00.000Z",
          "exitTs": 1628278320,
          "dir": 1,
          "entryPrice": 1763.808,
          "exitPrice": 1762.236,
          "stopDistance": 1.572,
          "outcome": "stop",
          "netR": -1.2671,
          "holdMinutes": 62
        },
        {
          "entryTs": 1628466300,
          "entryUtc": "2021-08-08T23:45:00.000Z",
          "exitTs": 1628470920,
          "dir": -1,
          "entryPrice": 1718.698,
          "exitPrice": 1733.842,
          "stopDistance": 15.144,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 77
        },
        {
          "entryTs": 1628478600,
          "entryUtc": "2021-08-09T03:10:00.000Z",
          "exitTs": 1628494260,
          "dir": 1,
          "entryPrice": 1739.523,
          "exitPrice": 1748.986,
          "stopDistance": 4.732,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 261
        },
        {
          "entryTs": 1628519100,
          "entryUtc": "2021-08-09T14:25:00.000Z",
          "exitTs": 1628521080,
          "dir": -1,
          "entryPrice": 1739.678,
          "exitPrice": 1729.802,
          "stopDistance": 4.938,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 33
        },
        {
          "entryTs": 1628561100,
          "entryUtc": "2021-08-10T02:05:00.000Z",
          "exitTs": 1628567280,
          "dir": 1,
          "entryPrice": 1733.905,
          "exitPrice": 1737.076,
          "stopDistance": 1.586,
          "outcome": "target",
          "netR": 1.7667,
          "holdMinutes": 103
        },
        {
          "entryTs": 1628570100,
          "entryUtc": "2021-08-10T04:35:00.000Z",
          "exitTs": 1628571420,
          "dir": 1,
          "entryPrice": 1736.688,
          "exitPrice": 1735.699,
          "stopDistance": 0.989,
          "outcome": "stop",
          "netR": -1.4249,
          "holdMinutes": 22
        },
        {
          "entryTs": 1628588400,
          "entryUtc": "2021-08-10T09:40:00.000Z",
          "exitTs": 1628596860,
          "dir": -1,
          "entryPrice": 1730.465,
          "exitPrice": 1732.548,
          "stopDistance": 2.084,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 141
        },
        {
          "entryTs": 1628609700,
          "entryUtc": "2021-08-10T15:35:00.000Z",
          "exitTs": 1628610840,
          "dir": 1,
          "entryPrice": 1726.358,
          "exitPrice": 1732.286,
          "stopDistance": 2.964,
          "outcome": "target",
          "netR": 1.8752,
          "holdMinutes": 19
        },
        {
          "entryTs": 1628613900,
          "entryUtc": "2021-08-10T16:45:00.000Z",
          "exitTs": 1628639400,
          "dir": 1,
          "entryPrice": 1729.578,
          "exitPrice": 1727.211,
          "stopDistance": 2.367,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 425
        },
        {
          "entryTs": 1628654700,
          "entryUtc": "2021-08-11T04:05:00.000Z",
          "exitTs": 1628657400,
          "dir": 1,
          "entryPrice": 1733.418,
          "exitPrice": 1732.205,
          "stopDistance": 1.213,
          "outcome": "stop",
          "netR": -1.3462,
          "holdMinutes": 45
        },
        {
          "entryTs": 1628698200,
          "entryUtc": "2021-08-11T16:10:00.000Z",
          "exitTs": 1628701320,
          "dir": 1,
          "entryPrice": 1748.019,
          "exitPrice": 1753.233,
          "stopDistance": 2.607,
          "outcome": "target",
          "netR": 1.8581,
          "holdMinutes": 52
        },
        {
          "entryTs": 1628723100,
          "entryUtc": "2021-08-11T23:05:00.000Z",
          "exitTs": 1628725020,
          "dir": -1,
          "entryPrice": 1751.168,
          "exitPrice": 1751.9,
          "stopDistance": 0.732,
          "outcome": "stop",
          "netR": -1.5738,
          "holdMinutes": 32
        },
        {
          "entryTs": 1628732100,
          "entryUtc": "2021-08-12T01:35:00.000Z",
          "exitTs": 1628741880,
          "dir": -1,
          "entryPrice": 1750.698,
          "exitPrice": 1751.911,
          "stopDistance": 1.213,
          "outcome": "stop",
          "netR": -1.3461,
          "holdMinutes": 163
        },
        {
          "entryTs": 1628755800,
          "entryUtc": "2021-08-12T08:10:00.000Z",
          "exitTs": 1628762400,
          "dir": 1,
          "entryPrice": 1755.338,
          "exitPrice": 1753.393,
          "stopDistance": 1.945,
          "outcome": "stop",
          "netR": -1.216,
          "holdMinutes": 110
        },
        {
          "entryTs": 1628786100,
          "entryUtc": "2021-08-12T16:35:00.000Z",
          "exitTs": 1628816100,
          "dir": 1,
          "entryPrice": 1750.958,
          "exitPrice": 1752.878,
          "stopDistance": 2.076,
          "outcome": "time",
          "netR": 0.7468,
          "holdMinutes": 500
        },
        {
          "entryTs": 1628852400,
          "entryUtc": "2021-08-13T11:00:00.000Z",
          "exitTs": 1628853780,
          "dir": 1,
          "entryPrice": 1759.638,
          "exitPrice": 1758.345,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3249,
          "holdMinutes": 23
        },
        {
          "entryTs": 1628862600,
          "entryUtc": "2021-08-13T13:50:00.000Z",
          "exitTs": 1628863260,
          "dir": 1,
          "entryPrice": 1763.218,
          "exitPrice": 1767.746,
          "stopDistance": 2.264,
          "outcome": "target",
          "netR": 1.8366,
          "holdMinutes": 11
        },
        {
          "entryTs": 1628872800,
          "entryUtc": "2021-08-13T16:40:00.000Z",
          "exitTs": 1629064800,
          "dir": 1,
          "entryPrice": 1777.448,
          "exitPrice": 1779.798,
          "stopDistance": 1.798,
          "outcome": "time",
          "netR": 1.1011,
          "holdMinutes": 3200
        },
        {
          "entryTs": 1629085800,
          "entryUtc": "2021-08-16T03:50:00.000Z",
          "exitTs": 1629091020,
          "dir": -1,
          "entryPrice": 1777.498,
          "exitPrice": 1775.15,
          "stopDistance": 1.174,
          "outcome": "target",
          "netR": 1.6848,
          "holdMinutes": 87
        },
        {
          "entryTs": 1629126600,
          "entryUtc": "2021-08-16T15:10:00.000Z",
          "exitTs": 1629128160,
          "dir": 1,
          "entryPrice": 1786.848,
          "exitPrice": 1784.368,
          "stopDistance": 2.48,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 26
        },
        {
          "entryTs": 1629187200,
          "entryUtc": "2021-08-17T08:00:00.000Z",
          "exitTs": 1629187500,
          "dir": 1,
          "entryPrice": 1792.758,
          "exitPrice": 1791.097,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 5
        },
        {
          "entryTs": 1629198600,
          "entryUtc": "2021-08-17T11:10:00.000Z",
          "exitTs": 1629200880,
          "dir": 1,
          "entryPrice": 1794.267,
          "exitPrice": 1793.102,
          "stopDistance": 1.165,
          "outcome": "stop",
          "netR": -1.3605,
          "holdMinutes": 38
        },
        {
          "entryTs": 1629216300,
          "entryUtc": "2021-08-17T16:05:00.000Z",
          "exitTs": 1629221160,
          "dir": -1,
          "entryPrice": 1783.368,
          "exitPrice": 1785.821,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 81
        },
        {
          "entryTs": 1629253500,
          "entryUtc": "2021-08-18T02:25:00.000Z",
          "exitTs": 1629254880,
          "dir": 1,
          "entryPrice": 1788.338,
          "exitPrice": 1790.608,
          "stopDistance": 1.135,
          "outcome": "target",
          "netR": 1.674,
          "holdMinutes": 23
        },
        {
          "entryTs": 1629257100,
          "entryUtc": "2021-08-18T03:25:00.000Z",
          "exitTs": 1629262140,
          "dir": 1,
          "entryPrice": 1790.148,
          "exitPrice": 1789.033,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3767,
          "holdMinutes": 84
        },
        {
          "entryTs": 1629270000,
          "entryUtc": "2021-08-18T07:00:00.000Z",
          "exitTs": 1629273540,
          "dir": 1,
          "entryPrice": 1791.678,
          "exitPrice": 1790.287,
          "stopDistance": 1.391,
          "outcome": "stop",
          "netR": -1.302,
          "holdMinutes": 59
        },
        {
          "entryTs": 1629276900,
          "entryUtc": "2021-08-18T08:55:00.000Z",
          "exitTs": 1629284400,
          "dir": -1,
          "entryPrice": 1788.308,
          "exitPrice": 1785.357,
          "stopDistance": 1.476,
          "outcome": "target",
          "netR": 1.7493,
          "holdMinutes": 125
        },
        {
          "entryTs": 1629291300,
          "entryUtc": "2021-08-18T12:55:00.000Z",
          "exitTs": 1629293460,
          "dir": 1,
          "entryPrice": 1787.718,
          "exitPrice": 1785.714,
          "stopDistance": 2.004,
          "outcome": "stop",
          "netR": -1.2096,
          "holdMinutes": 36
        },
        {
          "entryTs": 1629313200,
          "entryUtc": "2021-08-18T19:00:00.000Z",
          "exitTs": 1629335400,
          "dir": 1,
          "entryPrice": 1785.608,
          "exitPrice": 1782.959,
          "stopDistance": 2.649,
          "outcome": "stop",
          "netR": -1.1585,
          "holdMinutes": 370
        },
        {
          "entryTs": 1629345000,
          "entryUtc": "2021-08-19T03:50:00.000Z",
          "exitTs": 1629355260,
          "dir": -1,
          "entryPrice": 1778.808,
          "exitPrice": 1780.539,
          "stopDistance": 1.731,
          "outcome": "stop",
          "netR": -1.2426,
          "holdMinutes": 171
        },
        {
          "entryTs": 1629384300,
          "entryUtc": "2021-08-19T14:45:00.000Z",
          "exitTs": 1629400800,
          "dir": -1,
          "entryPrice": 1782.418,
          "exitPrice": 1776.334,
          "stopDistance": 3.042,
          "outcome": "target",
          "netR": 1.8784,
          "holdMinutes": 275
        },
        {
          "entryTs": 1629405000,
          "entryUtc": "2021-08-19T20:30:00.000Z",
          "exitTs": 1629406740,
          "dir": 1,
          "entryPrice": 1780.708,
          "exitPrice": 1779.637,
          "stopDistance": 1.071,
          "outcome": "stop",
          "netR": -1.392,
          "holdMinutes": 29
        },
        {
          "entryTs": 1629443400,
          "entryUtc": "2021-08-20T07:10:00.000Z",
          "exitTs": 1629446340,
          "dir": 1,
          "entryPrice": 1786.918,
          "exitPrice": 1785.453,
          "stopDistance": 1.465,
          "outcome": "stop",
          "netR": -1.2868,
          "holdMinutes": 49
        },
        {
          "entryTs": 1629474600,
          "entryUtc": "2021-08-20T15:50:00.000Z",
          "exitTs": 1629492540,
          "dir": 1,
          "entryPrice": 1782.658,
          "exitPrice": 1780.564,
          "stopDistance": 2.094,
          "outcome": "stop",
          "netR": -1.2006,
          "holdMinutes": 299
        },
        {
          "entryTs": 1629676500,
          "entryUtc": "2021-08-22T23:55:00.000Z",
          "exitTs": 1629680400,
          "dir": -1,
          "entryPrice": 1778.768,
          "exitPrice": 1779.737,
          "stopDistance": 0.969,
          "outcome": "stop",
          "netR": -1.4335,
          "holdMinutes": 65
        },
        {
          "entryTs": 1629720000,
          "entryUtc": "2021-08-23T12:00:00.000Z",
          "exitTs": 1629721680,
          "dir": 1,
          "entryPrice": 1790.818,
          "exitPrice": 1793.669,
          "stopDistance": 1.426,
          "outcome": "target",
          "netR": 1.7405,
          "holdMinutes": 28
        },
        {
          "entryTs": 1629726300,
          "entryUtc": "2021-08-23T13:45:00.000Z",
          "exitTs": 1629727920,
          "dir": 1,
          "entryPrice": 1802.328,
          "exitPrice": 1799.689,
          "stopDistance": 2.639,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 27
        },
        {
          "entryTs": 1629747000,
          "entryUtc": "2021-08-23T19:30:00.000Z",
          "exitTs": 1629747660,
          "dir": 1,
          "entryPrice": 1804.578,
          "exitPrice": 1803.89,
          "stopDistance": 0.688,
          "outcome": "stop",
          "netR": -1.6105,
          "holdMinutes": 11
        },
        {
          "entryTs": 1629758400,
          "entryUtc": "2021-08-23T22:40:00.000Z",
          "exitTs": 1629763200,
          "dir": 1,
          "entryPrice": 1805.208,
          "exitPrice": 1804.576,
          "stopDistance": 0.632,
          "outcome": "stop",
          "netR": -1.6641,
          "holdMinutes": 80
        },
        {
          "entryTs": 1629829800,
          "entryUtc": "2021-08-24T18:30:00.000Z",
          "exitTs": 1629834720,
          "dir": -1,
          "entryPrice": 1805.499,
          "exitPrice": 1803.492,
          "stopDistance": 1.004,
          "outcome": "target",
          "netR": 1.6313,
          "holdMinutes": 82
        },
        {
          "entryTs": 1629854700,
          "entryUtc": "2021-08-25T01:25:00.000Z",
          "exitTs": 1629856920,
          "dir": -1,
          "entryPrice": 1796.898,
          "exitPrice": 1794.008,
          "stopDistance": 1.445,
          "outcome": "target",
          "netR": 1.744,
          "holdMinutes": 37
        },
        {
          "entryTs": 1629859500,
          "entryUtc": "2021-08-25T02:45:00.000Z",
          "exitTs": 1629865800,
          "dir": -1,
          "entryPrice": 1795.408,
          "exitPrice": 1792.365,
          "stopDistance": 1.522,
          "outcome": "target",
          "netR": 1.7569,
          "holdMinutes": 105
        },
        {
          "entryTs": 1629910800,
          "entryUtc": "2021-08-25T17:00:00.000Z",
          "exitTs": 1629940800,
          "dir": 1,
          "entryPrice": 1789.738,
          "exitPrice": 1788.588,
          "stopDistance": 1.897,
          "outcome": "time",
          "netR": -0.8011,
          "holdMinutes": 500
        },
        {
          "entryTs": 1629977700,
          "entryUtc": "2021-08-26T11:35:00.000Z",
          "exitTs": 1629979500,
          "dir": 1,
          "entryPrice": 1788.527,
          "exitPrice": 1787.231,
          "stopDistance": 1.296,
          "outcome": "stop",
          "netR": -1.324,
          "holdMinutes": 30
        },
        {
          "entryTs": 1629992700,
          "entryUtc": "2021-08-26T15:45:00.000Z",
          "exitTs": 1630022700,
          "dir": 1,
          "entryPrice": 1792.728,
          "exitPrice": 1793.555,
          "stopDistance": 3.009,
          "outcome": "time",
          "netR": 0.1519,
          "holdMinutes": 500
        },
        {
          "entryTs": 1630054500,
          "entryUtc": "2021-08-27T08:55:00.000Z",
          "exitTs": 1630062060,
          "dir": -1,
          "entryPrice": 1796.972,
          "exitPrice": 1793.74,
          "stopDistance": 1.616,
          "outcome": "target",
          "netR": 1.7711,
          "holdMinutes": 126
        },
        {
          "entryTs": 1630306500,
          "entryUtc": "2021-08-30T06:55:00.000Z",
          "exitTs": 1630312680,
          "dir": -1,
          "entryPrice": 1814.218,
          "exitPrice": 1815.525,
          "stopDistance": 1.307,
          "outcome": "stop",
          "netR": -1.3213,
          "holdMinutes": 103
        },
        {
          "entryTs": 1630374900,
          "entryUtc": "2021-08-31T01:55:00.000Z",
          "exitTs": 1630375320,
          "dir": 1,
          "entryPrice": 1813.208,
          "exitPrice": 1812.152,
          "stopDistance": 1.056,
          "outcome": "stop",
          "netR": -1.3976,
          "holdMinutes": 7
        },
        {
          "entryTs": 1630416600,
          "entryUtc": "2021-08-31T13:30:00.000Z",
          "exitTs": 1630417020,
          "dir": -1,
          "entryPrice": 1809.285,
          "exitPrice": 1812.37,
          "stopDistance": 3.085,
          "outcome": "stop",
          "netR": -1.1361,
          "holdMinutes": 7
        },
        {
          "entryTs": 1630424100,
          "entryUtc": "2021-08-31T15:35:00.000Z",
          "exitTs": 1630427760,
          "dir": -1,
          "entryPrice": 1808.268,
          "exitPrice": 1811.739,
          "stopDistance": 3.471,
          "outcome": "stop",
          "netR": -1.121,
          "holdMinutes": 61
        },
        {
          "entryTs": 1630433100,
          "entryUtc": "2021-08-31T18:05:00.000Z",
          "exitTs": 1630457460,
          "dir": 1,
          "entryPrice": 1813.958,
          "exitPrice": 1812.17,
          "stopDistance": 1.788,
          "outcome": "stop",
          "netR": -1.2349,
          "holdMinutes": 406
        },
        {
          "entryTs": 1630490700,
          "entryUtc": "2021-09-01T10:05:00.000Z",
          "exitTs": 1630496640,
          "dir": 1,
          "entryPrice": 1812.658,
          "exitPrice": 1811.271,
          "stopDistance": 1.387,
          "outcome": "stop",
          "netR": -1.3029,
          "holdMinutes": 99
        },
        {
          "entryTs": 1630514100,
          "entryUtc": "2021-09-01T16:35:00.000Z",
          "exitTs": 1630515900,
          "dir": 1,
          "entryPrice": 1814.528,
          "exitPrice": 1812.691,
          "stopDistance": 1.837,
          "outcome": "stop",
          "netR": -1.2286,
          "holdMinutes": 30
        },
        {
          "entryTs": 1630559100,
          "entryUtc": "2021-09-02T05:05:00.000Z",
          "exitTs": 1630559640,
          "dir": -1,
          "entryPrice": 1811.458,
          "exitPrice": 1812.156,
          "stopDistance": 0.698,
          "outcome": "stop",
          "netR": -1.6014,
          "holdMinutes": 9
        },
        {
          "entryTs": 1630632900,
          "entryUtc": "2021-09-03T01:35:00.000Z",
          "exitTs": 1630633860,
          "dir": 1,
          "entryPrice": 1810.868,
          "exitPrice": 1812.634,
          "stopDistance": 0.883,
          "outcome": "target",
          "netR": 1.581,
          "holdMinutes": 16
        },
        {
          "entryTs": 1630638000,
          "entryUtc": "2021-09-03T03:00:00.000Z",
          "exitTs": 1630642080,
          "dir": 1,
          "entryPrice": 1813.165,
          "exitPrice": 1812.125,
          "stopDistance": 1.04,
          "outcome": "stop",
          "netR": -1.404,
          "holdMinutes": 68
        },
        {
          "entryTs": 1630683300,
          "entryUtc": "2021-09-03T15:35:00.000Z",
          "exitTs": 1630879200,
          "dir": 1,
          "entryPrice": 1829.448,
          "exitPrice": 1828.268,
          "stopDistance": 3.126,
          "outcome": "time",
          "netR": -0.4958,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1630922400,
          "entryUtc": "2021-09-06T10:00:00.000Z",
          "exitTs": 1630931220,
          "dir": -1,
          "entryPrice": 1824.568,
          "exitPrice": 1822.545,
          "stopDistance": 1.011,
          "outcome": "target",
          "netR": 1.6341,
          "holdMinutes": 147
        },
        {
          "entryTs": 1631010300,
          "entryUtc": "2021-09-07T10:25:00.000Z",
          "exitTs": 1631021460,
          "dir": -1,
          "entryPrice": 1811.687,
          "exitPrice": 1813.451,
          "stopDistance": 1.764,
          "outcome": "stop",
          "netR": -1.2381,
          "holdMinutes": 186
        },
        {
          "entryTs": 1631029200,
          "entryUtc": "2021-09-07T15:40:00.000Z",
          "exitTs": 1631059200,
          "dir": -1,
          "entryPrice": 1796.417,
          "exitPrice": 1795.608,
          "stopDistance": 3.343,
          "outcome": "time",
          "netR": 0.1313,
          "holdMinutes": 500
        },
        {
          "entryTs": 1631101500,
          "entryUtc": "2021-09-08T11:45:00.000Z",
          "exitTs": 1631101680,
          "dir": 1,
          "entryPrice": 1798.528,
          "exitPrice": 1797.288,
          "stopDistance": 1.24,
          "outcome": "stop",
          "netR": -1.3387,
          "holdMinutes": 3
        },
        {
          "entryTs": 1631113200,
          "entryUtc": "2021-09-08T15:00:00.000Z",
          "exitTs": 1631113560,
          "dir": -1,
          "entryPrice": 1788.697,
          "exitPrice": 1792.392,
          "stopDistance": 3.695,
          "outcome": "stop",
          "netR": -1.1137,
          "holdMinutes": 6
        },
        {
          "entryTs": 1631132400,
          "entryUtc": "2021-09-08T20:20:00.000Z",
          "exitTs": 1631145480,
          "dir": -1,
          "entryPrice": 1789.698,
          "exitPrice": 1790.676,
          "stopDistance": 0.978,
          "outcome": "stop",
          "netR": -1.4294,
          "holdMinutes": 218
        },
        {
          "entryTs": 1631178600,
          "entryUtc": "2021-09-09T09:10:00.000Z",
          "exitTs": 1631185680,
          "dir": 1,
          "entryPrice": 1793.497,
          "exitPrice": 1796.008,
          "stopDistance": 1.256,
          "outcome": "target",
          "netR": 1.7053,
          "holdMinutes": 118
        },
        {
          "entryTs": 1631210100,
          "entryUtc": "2021-09-09T17:55:00.000Z",
          "exitTs": 1631213100,
          "dir": 1,
          "entryPrice": 1795.884,
          "exitPrice": 1793.896,
          "stopDistance": 1.988,
          "outcome": "stop",
          "netR": -1.2113,
          "holdMinutes": 50
        },
        {
          "entryTs": 1631245500,
          "entryUtc": "2021-09-10T03:45:00.000Z",
          "exitTs": 1631248860,
          "dir": 1,
          "entryPrice": 1798.008,
          "exitPrice": 1796.78,
          "stopDistance": 1.228,
          "outcome": "stop",
          "netR": -1.3421,
          "holdMinutes": 56
        },
        {
          "entryTs": 1631254800,
          "entryUtc": "2021-09-10T06:20:00.000Z",
          "exitTs": 1631266680,
          "dir": 1,
          "entryPrice": 1801.064,
          "exitPrice": 1799.715,
          "stopDistance": 1.349,
          "outcome": "stop",
          "netR": -1.3114,
          "holdMinutes": 198
        },
        {
          "entryTs": 1631272200,
          "entryUtc": "2021-09-10T11:10:00.000Z",
          "exitTs": 1631273700,
          "dir": -1,
          "entryPrice": 1795.417,
          "exitPrice": 1797.08,
          "stopDistance": 1.663,
          "outcome": "stop",
          "netR": -1.2525,
          "holdMinutes": 25
        },
        {
          "entryTs": 1631299200,
          "entryUtc": "2021-09-10T18:40:00.000Z",
          "exitTs": 1631303640,
          "dir": -1,
          "entryPrice": 1790.048,
          "exitPrice": 1787.304,
          "stopDistance": 1.372,
          "outcome": "target",
          "netR": 1.7303,
          "holdMinutes": 74
        },
        {
          "entryTs": 1631506200,
          "entryUtc": "2021-09-13T04:10:00.000Z",
          "exitTs": 1631508480,
          "dir": 1,
          "entryPrice": 1791.768,
          "exitPrice": 1790.895,
          "stopDistance": 0.873,
          "outcome": "stop",
          "netR": -1.4812,
          "holdMinutes": 38
        },
        {
          "entryTs": 1631531100,
          "entryUtc": "2021-09-13T11:05:00.000Z",
          "exitTs": 1631532780,
          "dir": -1,
          "entryPrice": 1788.734,
          "exitPrice": 1789.681,
          "stopDistance": 0.947,
          "outcome": "stop",
          "netR": -1.4434,
          "holdMinutes": 28
        },
        {
          "entryTs": 1631544600,
          "entryUtc": "2021-09-13T14:50:00.000Z",
          "exitTs": 1631552940,
          "dir": 1,
          "entryPrice": 1795.388,
          "exitPrice": 1792.756,
          "stopDistance": 2.632,
          "outcome": "stop",
          "netR": -1.1596,
          "holdMinutes": 139
        },
        {
          "entryTs": 1631557200,
          "entryUtc": "2021-09-13T18:20:00.000Z",
          "exitTs": 1631581260,
          "dir": -1,
          "entryPrice": 1792.648,
          "exitPrice": 1790.568,
          "stopDistance": 1.04,
          "outcome": "target",
          "netR": 1.6442,
          "holdMinutes": 401
        },
        {
          "entryTs": 1631635800,
          "entryUtc": "2021-09-14T16:10:00.000Z",
          "exitTs": 1631665800,
          "dir": 1,
          "entryPrice": 1804.548,
          "exitPrice": 1802.997,
          "stopDistance": 2.721,
          "outcome": "time",
          "netR": -0.706,
          "holdMinutes": 500
        },
        {
          "entryTs": 1631690700,
          "entryUtc": "2021-09-15T07:25:00.000Z",
          "exitTs": 1631703960,
          "dir": -1,
          "entryPrice": 1801.178,
          "exitPrice": 1802.719,
          "stopDistance": 1.541,
          "outcome": "stop",
          "netR": -1.2725,
          "holdMinutes": 221
        },
        {
          "entryTs": 1631720700,
          "entryUtc": "2021-09-15T15:45:00.000Z",
          "exitTs": 1631750700,
          "dir": -1,
          "entryPrice": 1794.268,
          "exitPrice": 1794.308,
          "stopDistance": 2.742,
          "outcome": "time",
          "netR": -0.1496,
          "holdMinutes": 500
        },
        {
          "entryTs": 1631766900,
          "entryUtc": "2021-09-16T04:35:00.000Z",
          "exitTs": 1631770740,
          "dir": -1,
          "entryPrice": 1791.128,
          "exitPrice": 1788.949,
          "stopDistance": 1.089,
          "outcome": "target",
          "netR": 1.6603,
          "holdMinutes": 64
        },
        {
          "entryTs": 1631774700,
          "entryUtc": "2021-09-16T06:45:00.000Z",
          "exitTs": 1631776260,
          "dir": -1,
          "entryPrice": 1786.978,
          "exitPrice": 1783.626,
          "stopDistance": 1.676,
          "outcome": "target",
          "netR": 1.7793,
          "holdMinutes": 26
        },
        {
          "entryTs": 1631820000,
          "entryUtc": "2021-09-16T19:20:00.000Z",
          "exitTs": 1631824500,
          "dir": -1,
          "entryPrice": 1754.968,
          "exitPrice": 1752.118,
          "stopDistance": 1.425,
          "outcome": "target",
          "netR": 1.7404,
          "holdMinutes": 75
        },
        {
          "entryTs": 1631829600,
          "entryUtc": "2021-09-16T22:00:00.000Z",
          "exitTs": 1631835360,
          "dir": -1,
          "entryPrice": 1753.248,
          "exitPrice": 1754.339,
          "stopDistance": 1.091,
          "outcome": "stop",
          "netR": -1.3849,
          "holdMinutes": 96
        },
        {
          "entryTs": 1631836800,
          "entryUtc": "2021-09-17T00:00:00.000Z",
          "exitTs": 1631838780,
          "dir": 1,
          "entryPrice": 1753.768,
          "exitPrice": 1755.18,
          "stopDistance": 0.706,
          "outcome": "target",
          "netR": 1.4761,
          "holdMinutes": 33
        },
        {
          "entryTs": 1632160800,
          "entryUtc": "2021-09-20T18:00:00.000Z",
          "exitTs": 1632161760,
          "dir": 1,
          "entryPrice": 1762.714,
          "exitPrice": 1761.096,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2596,
          "holdMinutes": 16
        },
        {
          "entryTs": 1632171300,
          "entryUtc": "2021-09-20T20:55:00.000Z",
          "exitTs": 1632171540,
          "dir": 1,
          "entryPrice": 1764.714,
          "exitPrice": 1763.762,
          "stopDistance": 0.952,
          "outcome": "stop",
          "netR": -1.441,
          "holdMinutes": 4
        },
        {
          "entryTs": 1632190800,
          "entryUtc": "2021-09-21T02:20:00.000Z",
          "exitTs": 1632192420,
          "dir": 1,
          "entryPrice": 1764.554,
          "exitPrice": 1763.438,
          "stopDistance": 1.116,
          "outcome": "stop",
          "netR": -1.3765,
          "holdMinutes": 27
        },
        {
          "entryTs": 1632239400,
          "entryUtc": "2021-09-21T15:50:00.000Z",
          "exitTs": 1632240420,
          "dir": 1,
          "entryPrice": 1778.758,
          "exitPrice": 1776.347,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 17
        },
        {
          "entryTs": 1632242700,
          "entryUtc": "2021-09-21T16:45:00.000Z",
          "exitTs": 1632271380,
          "dir": -1,
          "entryPrice": 1776.734,
          "exitPrice": 1773.071,
          "stopDistance": 1.832,
          "outcome": "target",
          "netR": 1.798,
          "holdMinutes": 478
        },
        {
          "entryTs": 1632300600,
          "entryUtc": "2021-09-22T08:50:00.000Z",
          "exitTs": 1632310020,
          "dir": -1,
          "entryPrice": 1775.958,
          "exitPrice": 1772.839,
          "stopDistance": 1.559,
          "outcome": "target",
          "netR": 1.7627,
          "holdMinutes": 157
        },
        {
          "entryTs": 1632327900,
          "entryUtc": "2021-09-22T16:25:00.000Z",
          "exitTs": 1632332520,
          "dir": 1,
          "entryPrice": 1777.518,
          "exitPrice": 1775.822,
          "stopDistance": 1.696,
          "outcome": "stop",
          "netR": -1.2477,
          "holdMinutes": 77
        },
        {
          "entryTs": 1632364200,
          "entryUtc": "2021-09-23T02:30:00.000Z",
          "exitTs": 1632375000,
          "dir": -1,
          "entryPrice": 1763.194,
          "exitPrice": 1764.815,
          "stopDistance": 1.621,
          "outcome": "stop",
          "netR": -1.2591,
          "holdMinutes": 180
        },
        {
          "entryTs": 1632395700,
          "entryUtc": "2021-09-23T11:15:00.000Z",
          "exitTs": 1632399900,
          "dir": 1,
          "entryPrice": 1772.864,
          "exitPrice": 1770.689,
          "stopDistance": 2.175,
          "outcome": "stop",
          "netR": -1.1931,
          "holdMinutes": 70
        },
        {
          "entryTs": 1632406200,
          "entryUtc": "2021-09-23T14:10:00.000Z",
          "exitTs": 1632410280,
          "dir": -1,
          "entryPrice": 1754.784,
          "exitPrice": 1746.923,
          "stopDistance": 3.93,
          "outcome": "target",
          "netR": 1.9059,
          "holdMinutes": 68
        },
        {
          "entryTs": 1632412200,
          "entryUtc": "2021-09-23T15:50:00.000Z",
          "exitTs": 1632428580,
          "dir": -1,
          "entryPrice": 1750.788,
          "exitPrice": 1744.454,
          "stopDistance": 3.167,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 273
        },
        {
          "entryTs": 1632501900,
          "entryUtc": "2021-09-24T16:45:00.000Z",
          "exitTs": 1632506040,
          "dir": 1,
          "entryPrice": 1751.558,
          "exitPrice": 1749.691,
          "stopDistance": 1.867,
          "outcome": "stop",
          "netR": -1.2249,
          "holdMinutes": 69
        },
        {
          "entryTs": 1632695700,
          "entryUtc": "2021-09-26T22:35:00.000Z",
          "exitTs": 1632697440,
          "dir": 1,
          "entryPrice": 1749.538,
          "exitPrice": 1748.316,
          "stopDistance": 1.222,
          "outcome": "stop",
          "netR": -1.3437,
          "holdMinutes": 29
        },
        {
          "entryTs": 1632724500,
          "entryUtc": "2021-09-27T06:35:00.000Z",
          "exitTs": 1632724800,
          "dir": -1,
          "entryPrice": 1757.638,
          "exitPrice": 1758.956,
          "stopDistance": 1.318,
          "outcome": "stop",
          "netR": -1.3186,
          "holdMinutes": 5
        },
        {
          "entryTs": 1632734700,
          "entryUtc": "2021-09-27T09:25:00.000Z",
          "exitTs": 1632735960,
          "dir": -1,
          "entryPrice": 1752.488,
          "exitPrice": 1749.152,
          "stopDistance": 1.668,
          "outcome": "target",
          "netR": 1.7782,
          "holdMinutes": 21
        },
        {
          "entryTs": 1632739200,
          "entryUtc": "2021-09-27T10:40:00.000Z",
          "exitTs": 1632745260,
          "dir": -1,
          "entryPrice": 1749.268,
          "exitPrice": 1751.062,
          "stopDistance": 1.794,
          "outcome": "stop",
          "netR": -1.2341,
          "holdMinutes": 101
        },
        {
          "entryTs": 1632748200,
          "entryUtc": "2021-09-27T13:10:00.000Z",
          "exitTs": 1632750660,
          "dir": 1,
          "entryPrice": 1751.778,
          "exitPrice": 1757.129,
          "stopDistance": 2.676,
          "outcome": "target",
          "netR": 1.8617,
          "holdMinutes": 41
        },
        {
          "entryTs": 1632814200,
          "entryUtc": "2021-09-28T07:30:00.000Z",
          "exitTs": 1632825720,
          "dir": -1,
          "entryPrice": 1742.338,
          "exitPrice": 1736.955,
          "stopDistance": 2.692,
          "outcome": "target",
          "netR": 1.8625,
          "holdMinutes": 192
        },
        {
          "entryTs": 1632829200,
          "entryUtc": "2021-09-28T11:40:00.000Z",
          "exitTs": 1632829560,
          "dir": -1,
          "entryPrice": 1733.978,
          "exitPrice": 1736.316,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 6
        },
        {
          "entryTs": 1632855300,
          "entryUtc": "2021-09-28T18:55:00.000Z",
          "exitTs": 1632880020,
          "dir": -1,
          "entryPrice": 1735.068,
          "exitPrice": 1736.44,
          "stopDistance": 1.372,
          "outcome": "stop",
          "netR": -1.3062,
          "holdMinutes": 412
        },
        {
          "entryTs": 1632939900,
          "entryUtc": "2021-09-29T18:25:00.000Z",
          "exitTs": 1632947400,
          "dir": -1,
          "entryPrice": 1724.118,
          "exitPrice": 1726.029,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2197,
          "holdMinutes": 125
        },
        {
          "entryTs": 1632970800,
          "entryUtc": "2021-09-30T03:00:00.000Z",
          "exitTs": 1632972120,
          "dir": 1,
          "entryPrice": 1732.288,
          "exitPrice": 1734.565,
          "stopDistance": 1.138,
          "outcome": "target",
          "netR": 1.675,
          "holdMinutes": 22
        },
        {
          "entryTs": 1632973800,
          "entryUtc": "2021-09-30T03:50:00.000Z",
          "exitTs": 1632974820,
          "dir": 1,
          "entryPrice": 1733.298,
          "exitPrice": 1732.24,
          "stopDistance": 1.058,
          "outcome": "stop",
          "netR": -1.3971,
          "holdMinutes": 17
        },
        {
          "entryTs": 1632991500,
          "entryUtc": "2021-09-30T08:45:00.000Z",
          "exitTs": 1632993360,
          "dir": 1,
          "entryPrice": 1731.896,
          "exitPrice": 1730.313,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2652,
          "holdMinutes": 31
        },
        {
          "entryTs": 1633017300,
          "entryUtc": "2021-09-30T15:55:00.000Z",
          "exitTs": 1633045500,
          "dir": 1,
          "entryPrice": 1757.078,
          "exitPrice": 1753.076,
          "stopDistance": 4.002,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 470
        },
        {
          "entryTs": 1633077000,
          "entryUtc": "2021-10-01T08:30:00.000Z",
          "exitTs": 1633080600,
          "dir": -1,
          "entryPrice": 1753.288,
          "exitPrice": 1755.257,
          "stopDistance": 1.969,
          "outcome": "stop",
          "netR": -1.2133,
          "holdMinutes": 60
        },
        {
          "entryTs": 1633083000,
          "entryUtc": "2021-10-01T10:10:00.000Z",
          "exitTs": 1633087980,
          "dir": 1,
          "entryPrice": 1754.438,
          "exitPrice": 1752.68,
          "stopDistance": 1.758,
          "outcome": "stop",
          "netR": -1.2389,
          "holdMinutes": 83
        },
        {
          "entryTs": 1633110900,
          "entryUtc": "2021-10-01T17:55:00.000Z",
          "exitTs": 1633298400,
          "dir": -1,
          "entryPrice": 1759.225,
          "exitPrice": 1760.799,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2668,
          "holdMinutes": 3125
        },
        {
          "entryTs": 1633302900,
          "entryUtc": "2021-10-03T23:15:00.000Z",
          "exitTs": 1633312740,
          "dir": 1,
          "entryPrice": 1763.418,
          "exitPrice": 1762.272,
          "stopDistance": 1.146,
          "outcome": "stop",
          "netR": -1.3666,
          "holdMinutes": 164
        },
        {
          "entryTs": 1633317300,
          "entryUtc": "2021-10-04T03:15:00.000Z",
          "exitTs": 1633322100,
          "dir": -1,
          "entryPrice": 1759.468,
          "exitPrice": 1760.615,
          "stopDistance": 1.147,
          "outcome": "stop",
          "netR": -1.3662,
          "holdMinutes": 80
        },
        {
          "entryTs": 1633360500,
          "entryUtc": "2021-10-04T15:15:00.000Z",
          "exitTs": 1633390500,
          "dir": 1,
          "entryPrice": 1764.328,
          "exitPrice": 1768.098,
          "stopDistance": 3.925,
          "outcome": "time",
          "netR": 0.8661,
          "holdMinutes": 500
        },
        {
          "entryTs": 1633408800,
          "entryUtc": "2021-10-05T04:40:00.000Z",
          "exitTs": 1633410480,
          "dir": -1,
          "entryPrice": 1758.768,
          "exitPrice": 1759.986,
          "stopDistance": 1.218,
          "outcome": "stop",
          "netR": -1.3447,
          "holdMinutes": 28
        },
        {
          "entryTs": 1633450800,
          "entryUtc": "2021-10-05T16:20:00.000Z",
          "exitTs": 1633480800,
          "dir": 1,
          "entryPrice": 1758.178,
          "exitPrice": 1757.948,
          "stopDistance": 2.446,
          "outcome": "time",
          "netR": -0.2452,
          "holdMinutes": 500
        },
        {
          "entryTs": 1633491900,
          "entryUtc": "2021-10-06T03:45:00.000Z",
          "exitTs": 1633493580,
          "dir": -1,
          "entryPrice": 1755.458,
          "exitPrice": 1753.184,
          "stopDistance": 1.137,
          "outcome": "target",
          "netR": 1.6746,
          "holdMinutes": 28
        },
        {
          "entryTs": 1633526100,
          "entryUtc": "2021-10-06T13:15:00.000Z",
          "exitTs": 1633531800,
          "dir": 1,
          "entryPrice": 1756.908,
          "exitPrice": 1763.245,
          "stopDistance": 3.168,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 95
        },
        {
          "entryTs": 1633613700,
          "entryUtc": "2021-10-07T13:35:00.000Z",
          "exitTs": 1633614960,
          "dir": -1,
          "entryPrice": 1755.928,
          "exitPrice": 1758.72,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 21
        },
        {
          "entryTs": 1633664100,
          "entryUtc": "2021-10-08T03:35:00.000Z",
          "exitTs": 1633667400,
          "dir": 1,
          "entryPrice": 1759.028,
          "exitPrice": 1757.963,
          "stopDistance": 1.065,
          "outcome": "stop",
          "netR": -1.3944,
          "holdMinutes": 55
        },
        {
          "entryTs": 1633683300,
          "entryUtc": "2021-10-08T08:55:00.000Z",
          "exitTs": 1633683780,
          "dir": -1,
          "entryPrice": 1755.848,
          "exitPrice": 1757.286,
          "stopDistance": 1.437,
          "outcome": "stop",
          "netR": -1.2922,
          "holdMinutes": 8
        },
        {
          "entryTs": 1633700400,
          "entryUtc": "2021-10-08T13:40:00.000Z",
          "exitTs": 1633700700,
          "dir": 1,
          "entryPrice": 1774.738,
          "exitPrice": 1770.792,
          "stopDistance": 3.946,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 5
        },
        {
          "entryTs": 1633918200,
          "entryUtc": "2021-10-11T02:10:00.000Z",
          "exitTs": 1633923240,
          "dir": 1,
          "entryPrice": 1758.705,
          "exitPrice": 1757.195,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2782,
          "holdMinutes": 84
        },
        {
          "entryTs": 1633926600,
          "entryUtc": "2021-10-11T04:30:00.000Z",
          "exitTs": 1633930200,
          "dir": -1,
          "entryPrice": 1756.458,
          "exitPrice": 1757.578,
          "stopDistance": 1.12,
          "outcome": "stop",
          "netR": -1.3752,
          "holdMinutes": 60
        },
        {
          "entryTs": 1633976400,
          "entryUtc": "2021-10-11T18:20:00.000Z",
          "exitTs": 1633991460,
          "dir": -1,
          "entryPrice": 1754.998,
          "exitPrice": 1753.004,
          "stopDistance": 0.997,
          "outcome": "target",
          "netR": 1.6289,
          "holdMinutes": 251
        },
        {
          "entryTs": 1634008800,
          "entryUtc": "2021-10-12T03:20:00.000Z",
          "exitTs": 1634013180,
          "dir": 1,
          "entryPrice": 1757.738,
          "exitPrice": 1756.478,
          "stopDistance": 1.26,
          "outcome": "stop",
          "netR": -1.3334,
          "holdMinutes": 73
        },
        {
          "entryTs": 1634019000,
          "entryUtc": "2021-10-12T06:10:00.000Z",
          "exitTs": 1634022720,
          "dir": 1,
          "entryPrice": 1760.44,
          "exitPrice": 1759.245,
          "stopDistance": 1.195,
          "outcome": "stop",
          "netR": -1.3516,
          "holdMinutes": 62
        },
        {
          "entryTs": 1634033700,
          "entryUtc": "2021-10-12T10:15:00.000Z",
          "exitTs": 1634035860,
          "dir": 1,
          "entryPrice": 1759.598,
          "exitPrice": 1762.281,
          "stopDistance": 1.341,
          "outcome": "target",
          "netR": 1.7242,
          "holdMinutes": 36
        },
        {
          "entryTs": 1634056800,
          "entryUtc": "2021-10-12T16:40:00.000Z",
          "exitTs": 1634086800,
          "dir": -1,
          "entryPrice": 1761.038,
          "exitPrice": 1760.968,
          "stopDistance": 2.094,
          "outcome": "time",
          "netR": -0.1433,
          "holdMinutes": 500
        },
        {
          "entryTs": 1634115600,
          "entryUtc": "2021-10-13T09:00:00.000Z",
          "exitTs": 1634119740,
          "dir": 1,
          "entryPrice": 1766.738,
          "exitPrice": 1769.555,
          "stopDistance": 1.408,
          "outcome": "target",
          "netR": 1.7373,
          "holdMinutes": 69
        },
        {
          "entryTs": 1634123700,
          "entryUtc": "2021-10-13T11:15:00.000Z",
          "exitTs": 1634125980,
          "dir": 1,
          "entryPrice": 1770.743,
          "exitPrice": 1773.53,
          "stopDistance": 1.393,
          "outcome": "target",
          "netR": 1.7345,
          "holdMinutes": 38
        },
        {
          "entryTs": 1634143800,
          "entryUtc": "2021-10-13T16:50:00.000Z",
          "exitTs": 1634147820,
          "dir": 1,
          "entryPrice": 1792.998,
          "exitPrice": 1790.63,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 67
        },
        {
          "entryTs": 1634184600,
          "entryUtc": "2021-10-14T04:10:00.000Z",
          "exitTs": 1634186460,
          "dir": -1,
          "entryPrice": 1788.848,
          "exitPrice": 1789.839,
          "stopDistance": 0.991,
          "outcome": "stop",
          "netR": -1.4238,
          "holdMinutes": 31
        },
        {
          "entryTs": 1634228400,
          "entryUtc": "2021-10-14T16:20:00.000Z",
          "exitTs": 1634243580,
          "dir": 1,
          "entryPrice": 1797.508,
          "exitPrice": 1795.761,
          "stopDistance": 1.747,
          "outcome": "stop",
          "netR": -1.2404,
          "holdMinutes": 253
        },
        {
          "entryTs": 1634281500,
          "entryUtc": "2021-10-15T07:05:00.000Z",
          "exitTs": 1634282640,
          "dir": -1,
          "entryPrice": 1791.848,
          "exitPrice": 1789.499,
          "stopDistance": 1.175,
          "outcome": "target",
          "netR": 1.685,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634316600,
          "entryUtc": "2021-10-15T16:50:00.000Z",
          "exitTs": 1634508000,
          "dir": -1,
          "entryPrice": 1768.778,
          "exitPrice": 1766.508,
          "stopDistance": 2.124,
          "outcome": "time",
          "netR": 0.8945,
          "holdMinutes": 3190
        },
        {
          "entryTs": 1634515500,
          "entryUtc": "2021-10-18T00:05:00.000Z",
          "exitTs": 1634527380,
          "dir": 1,
          "entryPrice": 1769.604,
          "exitPrice": 1768.065,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.2728,
          "holdMinutes": 198
        },
        {
          "entryTs": 1634539500,
          "entryUtc": "2021-10-18T06:45:00.000Z",
          "exitTs": 1634545740,
          "dir": -1,
          "entryPrice": 1765.388,
          "exitPrice": 1761.527,
          "stopDistance": 1.93,
          "outcome": "target",
          "netR": 1.8083,
          "holdMinutes": 104
        },
        {
          "entryTs": 1634553900,
          "entryUtc": "2021-10-18T10:45:00.000Z",
          "exitTs": 1634555520,
          "dir": -1,
          "entryPrice": 1762.214,
          "exitPrice": 1763.984,
          "stopDistance": 1.77,
          "outcome": "stop",
          "netR": -1.2373,
          "holdMinutes": 27
        },
        {
          "entryTs": 1634600100,
          "entryUtc": "2021-10-18T23:35:00.000Z",
          "exitTs": 1634600280,
          "dir": -1,
          "entryPrice": 1763.494,
          "exitPrice": 1763.936,
          "stopDistance": 0.442,
          "outcome": "stop",
          "netR": -1.951,
          "holdMinutes": 3
        },
        {
          "entryTs": 1634619000,
          "entryUtc": "2021-10-19T04:50:00.000Z",
          "exitTs": 1634620260,
          "dir": 1,
          "entryPrice": 1774.754,
          "exitPrice": 1773.848,
          "stopDistance": 0.906,
          "outcome": "stop",
          "netR": -1.4637,
          "holdMinutes": 21
        },
        {
          "entryTs": 1634634000,
          "entryUtc": "2021-10-19T09:00:00.000Z",
          "exitTs": 1634635800,
          "dir": 1,
          "entryPrice": 1781.358,
          "exitPrice": 1779.845,
          "stopDistance": 1.513,
          "outcome": "stop",
          "netR": -1.2776,
          "holdMinutes": 30
        },
        {
          "entryTs": 1634662200,
          "entryUtc": "2021-10-19T16:50:00.000Z",
          "exitTs": 1634692200,
          "dir": -1,
          "entryPrice": 1769.188,
          "exitPrice": 1770.998,
          "stopDistance": 2.076,
          "outcome": "time",
          "netR": -1.0501,
          "holdMinutes": 500
        },
        {
          "entryTs": 1634695800,
          "entryUtc": "2021-10-20T02:10:00.000Z",
          "exitTs": 1634696940,
          "dir": 1,
          "entryPrice": 1771.154,
          "exitPrice": 1769.665,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.2821,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634703900,
          "entryUtc": "2021-10-20T04:25:00.000Z",
          "exitTs": 1634708940,
          "dir": 1,
          "entryPrice": 1773.798,
          "exitPrice": 1775.701,
          "stopDistance": 0.951,
          "outcome": "target",
          "netR": 1.6111,
          "holdMinutes": 84
        },
        {
          "entryTs": 1634735100,
          "entryUtc": "2021-10-20T13:05:00.000Z",
          "exitTs": 1634736420,
          "dir": 1,
          "entryPrice": 1784.334,
          "exitPrice": 1781.864,
          "stopDistance": 2.47,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 22
        },
        {
          "entryTs": 1634756700,
          "entryUtc": "2021-10-20T19:05:00.000Z",
          "exitTs": 1634757660,
          "dir": 1,
          "entryPrice": 1785.578,
          "exitPrice": 1784.276,
          "stopDistance": 1.302,
          "outcome": "stop",
          "netR": -1.3225,
          "holdMinutes": 16
        },
        {
          "entryTs": 1634759700,
          "entryUtc": "2021-10-20T19:55:00.000Z",
          "exitTs": 1634761500,
          "dir": -1,
          "entryPrice": 1784.728,
          "exitPrice": 1782.644,
          "stopDistance": 1.042,
          "outcome": "target",
          "netR": 1.6449,
          "holdMinutes": 30
        },
        {
          "entryTs": 1634802000,
          "entryUtc": "2021-10-21T07:40:00.000Z",
          "exitTs": 1634805300,
          "dir": -1,
          "entryPrice": 1783.238,
          "exitPrice": 1785.114,
          "stopDistance": 1.876,
          "outcome": "stop",
          "netR": -1.2239,
          "holdMinutes": 55
        },
        {
          "entryTs": 1634818500,
          "entryUtc": "2021-10-21T12:15:00.000Z",
          "exitTs": 1634818800,
          "dir": -1,
          "entryPrice": 1780.558,
          "exitPrice": 1782.863,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 5
        },
        {
          "entryTs": 1634847300,
          "entryUtc": "2021-10-21T20:15:00.000Z",
          "exitTs": 1634857920,
          "dir": 1,
          "entryPrice": 1783.088,
          "exitPrice": 1785.357,
          "stopDistance": 1.135,
          "outcome": "target",
          "netR": 1.6739,
          "holdMinutes": 177
        },
        {
          "entryTs": 1634874600,
          "entryUtc": "2021-10-22T03:50:00.000Z",
          "exitTs": 1634884200,
          "dir": 1,
          "entryPrice": 1786.804,
          "exitPrice": 1788.989,
          "stopDistance": 1.093,
          "outcome": "target",
          "netR": 1.6614,
          "holdMinutes": 160
        },
        {
          "entryTs": 1634920200,
          "entryUtc": "2021-10-22T16:30:00.000Z",
          "exitTs": 1634921280,
          "dir": -1,
          "entryPrice": 1793.454,
          "exitPrice": 1797.722,
          "stopDistance": 4.268,
          "outcome": "stop",
          "netR": -1.0984,
          "holdMinutes": 18
        },
        {
          "entryTs": 1635153600,
          "entryUtc": "2021-10-25T09:20:00.000Z",
          "exitTs": 1635153840,
          "dir": 1,
          "entryPrice": 1801.574,
          "exitPrice": 1799.734,
          "stopDistance": 1.84,
          "outcome": "stop",
          "netR": -1.2283,
          "holdMinutes": 4
        },
        {
          "entryTs": 1635188100,
          "entryUtc": "2021-10-25T18:55:00.000Z",
          "exitTs": 1635189480,
          "dir": 1,
          "entryPrice": 1807.508,
          "exitPrice": 1806.643,
          "stopDistance": 0.865,
          "outcome": "stop",
          "netR": -1.4857,
          "holdMinutes": 23
        },
        {
          "entryTs": 1635224100,
          "entryUtc": "2021-10-26T04:55:00.000Z",
          "exitTs": 1635224820,
          "dir": -1,
          "entryPrice": 1802.888,
          "exitPrice": 1803.796,
          "stopDistance": 0.908,
          "outcome": "stop",
          "netR": -1.4624,
          "holdMinutes": 12
        },
        {
          "entryTs": 1635234600,
          "entryUtc": "2021-10-26T07:50:00.000Z",
          "exitTs": 1635250140,
          "dir": -1,
          "entryPrice": 1802.778,
          "exitPrice": 1804.464,
          "stopDistance": 1.686,
          "outcome": "stop",
          "netR": -1.2491,
          "holdMinutes": 259
        },
        {
          "entryTs": 1635261300,
          "entryUtc": "2021-10-26T15:15:00.000Z",
          "exitTs": 1635264360,
          "dir": -1,
          "entryPrice": 1787.898,
          "exitPrice": 1791.124,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 51
        },
        {
          "entryTs": 1635302700,
          "entryUtc": "2021-10-27T02:45:00.000Z",
          "exitTs": 1635304740,
          "dir": -1,
          "entryPrice": 1789.384,
          "exitPrice": 1787.068,
          "stopDistance": 1.158,
          "outcome": "target",
          "netR": 1.6806,
          "holdMinutes": 34
        },
        {
          "entryTs": 1635309600,
          "entryUtc": "2021-10-27T04:40:00.000Z",
          "exitTs": 1635311040,
          "dir": 1,
          "entryPrice": 1789.248,
          "exitPrice": 1788.498,
          "stopDistance": 0.75,
          "outcome": "stop",
          "netR": -1.5598,
          "holdMinutes": 24
        },
        {
          "entryTs": 1635390000,
          "entryUtc": "2021-10-28T03:00:00.000Z",
          "exitTs": 1635402480,
          "dir": 1,
          "entryPrice": 1799.482,
          "exitPrice": 1802.752,
          "stopDistance": 1.635,
          "outcome": "target",
          "netR": 1.7737,
          "holdMinutes": 208
        },
        {
          "entryTs": 1635452400,
          "entryUtc": "2021-10-28T20:20:00.000Z",
          "exitTs": 1635459480,
          "dir": -1,
          "entryPrice": 1798.788,
          "exitPrice": 1799.794,
          "stopDistance": 1.006,
          "outcome": "stop",
          "netR": -1.4174,
          "holdMinutes": 118
        },
        {
          "entryTs": 1635474600,
          "entryUtc": "2021-10-29T02:30:00.000Z",
          "exitTs": 1635482040,
          "dir": -1,
          "entryPrice": 1797.178,
          "exitPrice": 1794.518,
          "stopDistance": 1.33,
          "outcome": "target",
          "netR": 1.7218,
          "holdMinutes": 124
        },
        {
          "entryTs": 1635502500,
          "entryUtc": "2021-10-29T10:15:00.000Z",
          "exitTs": 1635506340,
          "dir": 1,
          "entryPrice": 1796.354,
          "exitPrice": 1794.677,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2504,
          "holdMinutes": 64
        },
        {
          "entryTs": 1635722400,
          "entryUtc": "2021-10-31T23:20:00.000Z",
          "exitTs": 1635724260,
          "dir": -1,
          "entryPrice": 1780.904,
          "exitPrice": 1779.046,
          "stopDistance": 0.929,
          "outcome": "target",
          "netR": 1.6016,
          "holdMinutes": 31
        },
        {
          "entryTs": 1635736800,
          "entryUtc": "2021-11-01T03:20:00.000Z",
          "exitTs": 1635738300,
          "dir": 1,
          "entryPrice": 1785.304,
          "exitPrice": 1784.016,
          "stopDistance": 1.288,
          "outcome": "stop",
          "netR": -1.326,
          "holdMinutes": 25
        },
        {
          "entryTs": 1635743100,
          "entryUtc": "2021-11-01T05:05:00.000Z",
          "exitTs": 1635743940,
          "dir": -1,
          "entryPrice": 1784.218,
          "exitPrice": 1785.084,
          "stopDistance": 0.866,
          "outcome": "stop",
          "netR": -1.4848,
          "holdMinutes": 14
        },
        {
          "entryTs": 1635763200,
          "entryUtc": "2021-11-01T10:40:00.000Z",
          "exitTs": 1635765180,
          "dir": 1,
          "entryPrice": 1785.778,
          "exitPrice": 1784.447,
          "stopDistance": 1.331,
          "outcome": "stop",
          "netR": -1.3156,
          "holdMinutes": 33
        },
        {
          "entryTs": 1635804000,
          "entryUtc": "2021-11-01T22:00:00.000Z",
          "exitTs": 1635805860,
          "dir": 1,
          "entryPrice": 1792.973,
          "exitPrice": 1792.244,
          "stopDistance": 0.729,
          "outcome": "stop",
          "netR": -1.5762,
          "holdMinutes": 31
        },
        {
          "entryTs": 1635829500,
          "entryUtc": "2021-11-02T05:05:00.000Z",
          "exitTs": 1635832920,
          "dir": 1,
          "entryPrice": 1793.568,
          "exitPrice": 1792.639,
          "stopDistance": 0.929,
          "outcome": "stop",
          "netR": -1.4523,
          "holdMinutes": 57
        },
        {
          "entryTs": 1635872100,
          "entryUtc": "2021-11-02T16:55:00.000Z",
          "exitTs": 1635899220,
          "dir": -1,
          "entryPrice": 1788.648,
          "exitPrice": 1784.866,
          "stopDistance": 1.891,
          "outcome": "target",
          "netR": 1.8043,
          "holdMinutes": 452
        },
        {
          "entryTs": 1635912600,
          "entryUtc": "2021-11-03T04:10:00.000Z",
          "exitTs": 1635913200,
          "dir": 1,
          "entryPrice": 1782.668,
          "exitPrice": 1781.553,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3767,
          "holdMinutes": 10
        },
        {
          "entryTs": 1635953700,
          "entryUtc": "2021-11-03T15:35:00.000Z",
          "exitTs": 1635962400,
          "dir": -1,
          "entryPrice": 1763.318,
          "exitPrice": 1766.293,
          "stopDistance": 2.975,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 145
        },
        {
          "entryTs": 1635967200,
          "entryUtc": "2021-11-03T19:20:00.000Z",
          "exitTs": 1635983520,
          "dir": 1,
          "entryPrice": 1769.344,
          "exitPrice": 1776.87,
          "stopDistance": 3.763,
          "outcome": "target",
          "netR": 1.9017,
          "holdMinutes": 272
        },
        {
          "entryTs": 1635986700,
          "entryUtc": "2021-11-04T00:45:00.000Z",
          "exitTs": 1635987720,
          "dir": 1,
          "entryPrice": 1775.664,
          "exitPrice": 1774.391,
          "stopDistance": 1.273,
          "outcome": "stop",
          "netR": -1.3299,
          "holdMinutes": 17
        },
        {
          "entryTs": 1636079700,
          "entryUtc": "2021-11-05T02:35:00.000Z",
          "exitTs": 1636080480,
          "dir": 1,
          "entryPrice": 1794.564,
          "exitPrice": 1793.367,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.3509,
          "holdMinutes": 13
        },
        {
          "entryTs": 1636085400,
          "entryUtc": "2021-11-05T04:10:00.000Z",
          "exitTs": 1636086540,
          "dir": -1,
          "entryPrice": 1793.155,
          "exitPrice": 1794.147,
          "stopDistance": 0.992,
          "outcome": "stop",
          "netR": -1.4234,
          "holdMinutes": 19
        },
        {
          "entryTs": 1636089900,
          "entryUtc": "2021-11-05T05:25:00.000Z",
          "exitTs": 1636095840,
          "dir": 1,
          "entryPrice": 1794.924,
          "exitPrice": 1797.004,
          "stopDistance": 1.04,
          "outcome": "target",
          "netR": 1.6442,
          "holdMinutes": 99
        },
        {
          "entryTs": 1636363200,
          "entryUtc": "2021-11-08T09:20:00.000Z",
          "exitTs": 1636365600,
          "dir": -1,
          "entryPrice": 1814.943,
          "exitPrice": 1816.542,
          "stopDistance": 1.599,
          "outcome": "stop",
          "netR": -1.2626,
          "holdMinutes": 40
        },
        {
          "entryTs": 1636406100,
          "entryUtc": "2021-11-08T21:15:00.000Z",
          "exitTs": 1636420860,
          "dir": -1,
          "entryPrice": 1824.793,
          "exitPrice": 1825.652,
          "stopDistance": 0.859,
          "outcome": "stop",
          "netR": -1.4887,
          "holdMinutes": 246
        },
        {
          "entryTs": 1636427400,
          "entryUtc": "2021-11-09T03:10:00.000Z",
          "exitTs": 1636436760,
          "dir": -1,
          "entryPrice": 1823.707,
          "exitPrice": 1825.123,
          "stopDistance": 1.416,
          "outcome": "stop",
          "netR": -1.2965,
          "holdMinutes": 156
        },
        {
          "entryTs": 1636472400,
          "entryUtc": "2021-11-09T15:40:00.000Z",
          "exitTs": 1636476480,
          "dir": -1,
          "entryPrice": 1824.503,
          "exitPrice": 1827.653,
          "stopDistance": 3.15,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 68
        },
        {
          "entryTs": 1636485600,
          "entryUtc": "2021-11-09T19:20:00.000Z",
          "exitTs": 1636488240,
          "dir": 1,
          "entryPrice": 1829.513,
          "exitPrice": 1832.323,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7367,
          "holdMinutes": 44
        },
        {
          "entryTs": 1636493400,
          "entryUtc": "2021-11-09T21:30:00.000Z",
          "exitTs": 1636501320,
          "dir": 1,
          "entryPrice": 1831.538,
          "exitPrice": 1830.494,
          "stopDistance": 1.044,
          "outcome": "stop",
          "netR": -1.4023,
          "holdMinutes": 132
        },
        {
          "entryTs": 1636557000,
          "entryUtc": "2021-11-10T15:10:00.000Z",
          "exitTs": 1636559220,
          "dir": 1,
          "entryPrice": 1859.735,
          "exitPrice": 1854.474,
          "stopDistance": 5.261,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 37
        },
        {
          "entryTs": 1636579800,
          "entryUtc": "2021-11-10T21:30:00.000Z",
          "exitTs": 1636581240,
          "dir": 1,
          "entryPrice": 1850.788,
          "exitPrice": 1849.043,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2407,
          "holdMinutes": 24
        },
        {
          "entryTs": 1636587300,
          "entryUtc": "2021-11-10T23:35:00.000Z",
          "exitTs": 1636589580,
          "dir": -1,
          "entryPrice": 1848.943,
          "exitPrice": 1850.259,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3192,
          "holdMinutes": 38
        },
        {
          "entryTs": 1636600500,
          "entryUtc": "2021-11-11T03:15:00.000Z",
          "exitTs": 1636600560,
          "dir": -1,
          "entryPrice": 1844.774,
          "exitPrice": 1846.148,
          "stopDistance": 1.374,
          "outcome": "stop",
          "netR": -1.3057,
          "holdMinutes": 1
        },
        {
          "entryTs": 1636603500,
          "entryUtc": "2021-11-11T04:05:00.000Z",
          "exitTs": 1636608660,
          "dir": 1,
          "entryPrice": 1848.524,
          "exitPrice": 1852.371,
          "stopDistance": 1.923,
          "outcome": "target",
          "netR": 1.8076,
          "holdMinutes": 86
        },
        {
          "entryTs": 1636624500,
          "entryUtc": "2021-11-11T09:55:00.000Z",
          "exitTs": 1636630560,
          "dir": 1,
          "entryPrice": 1860.919,
          "exitPrice": 1864.357,
          "stopDistance": 1.719,
          "outcome": "target",
          "netR": 1.7848,
          "holdMinutes": 101
        },
        {
          "entryTs": 1636681500,
          "entryUtc": "2021-11-12T01:45:00.000Z",
          "exitTs": 1636684620,
          "dir": -1,
          "entryPrice": 1859.498,
          "exitPrice": 1856.716,
          "stopDistance": 1.391,
          "outcome": "target",
          "netR": 1.734,
          "holdMinutes": 52
        },
        {
          "entryTs": 1636709700,
          "entryUtc": "2021-11-12T09:35:00.000Z",
          "exitTs": 1636713240,
          "dir": -1,
          "entryPrice": 1853.258,
          "exitPrice": 1848.612,
          "stopDistance": 2.323,
          "outcome": "target",
          "netR": 1.8407,
          "holdMinutes": 59
        },
        {
          "entryTs": 1636716300,
          "entryUtc": "2021-11-12T11:25:00.000Z",
          "exitTs": 1636719060,
          "dir": -1,
          "entryPrice": 1848.418,
          "exitPrice": 1850.784,
          "stopDistance": 2.366,
          "outcome": "stop",
          "netR": -1.1775,
          "holdMinutes": 46
        },
        {
          "entryTs": 1636973400,
          "entryUtc": "2021-11-15T10:50:00.000Z",
          "exitTs": 1636979400,
          "dir": 1,
          "entryPrice": 1862.438,
          "exitPrice": 1861,
          "stopDistance": 1.438,
          "outcome": "stop",
          "netR": -1.292,
          "holdMinutes": 100
        },
        {
          "entryTs": 1637057700,
          "entryUtc": "2021-11-16T10:15:00.000Z",
          "exitTs": 1637066940,
          "dir": 1,
          "entryPrice": 1872.298,
          "exitPrice": 1870.178,
          "stopDistance": 2.12,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 154
        },
        {
          "entryTs": 1637073300,
          "entryUtc": "2021-11-16T14:35:00.000Z",
          "exitTs": 1637075040,
          "dir": -1,
          "entryPrice": 1864.914,
          "exitPrice": 1856.607,
          "stopDistance": 4.154,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 29
        },
        {
          "entryTs": 1637083200,
          "entryUtc": "2021-11-16T17:20:00.000Z",
          "exitTs": 1637087400,
          "dir": -1,
          "entryPrice": 1856.398,
          "exitPrice": 1851.133,
          "stopDistance": 2.633,
          "outcome": "target",
          "netR": 1.8595,
          "holdMinutes": 70
        },
        {
          "entryTs": 1637090400,
          "entryUtc": "2021-11-16T19:20:00.000Z",
          "exitTs": 1637110020,
          "dir": -1,
          "entryPrice": 1852.204,
          "exitPrice": 1854.118,
          "stopDistance": 1.914,
          "outcome": "stop",
          "netR": -1.2194,
          "holdMinutes": 327
        },
        {
          "entryTs": 1637113200,
          "entryUtc": "2021-11-17T01:40:00.000Z",
          "exitTs": 1637120520,
          "dir": 1,
          "entryPrice": 1853.554,
          "exitPrice": 1852.011,
          "stopDistance": 1.543,
          "outcome": "stop",
          "netR": -1.2723,
          "holdMinutes": 122
        },
        {
          "entryTs": 1637141400,
          "entryUtc": "2021-11-17T09:30:00.000Z",
          "exitTs": 1637145000,
          "dir": 1,
          "entryPrice": 1859.294,
          "exitPrice": 1857.929,
          "stopDistance": 1.365,
          "outcome": "stop",
          "netR": -1.3078,
          "holdMinutes": 60
        },
        {
          "entryTs": 1637197500,
          "entryUtc": "2021-11-18T01:05:00.000Z",
          "exitTs": 1637199660,
          "dir": 1,
          "entryPrice": 1868.794,
          "exitPrice": 1867.742,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3994,
          "holdMinutes": 36
        },
        {
          "entryTs": 1637233500,
          "entryUtc": "2021-11-18T11:05:00.000Z",
          "exitTs": 1637235360,
          "dir": -1,
          "entryPrice": 1861.794,
          "exitPrice": 1863.6,
          "stopDistance": 1.806,
          "outcome": "stop",
          "netR": -1.2326,
          "holdMinutes": 31
        },
        {
          "entryTs": 1637271000,
          "entryUtc": "2021-11-18T21:30:00.000Z",
          "exitTs": 1637276400,
          "dir": 1,
          "entryPrice": 1859.478,
          "exitPrice": 1858.39,
          "stopDistance": 1.088,
          "outcome": "stop",
          "netR": -1.3859,
          "holdMinutes": 90
        },
        {
          "entryTs": 1637318400,
          "entryUtc": "2021-11-19T10:40:00.000Z",
          "exitTs": 1637329860,
          "dir": 1,
          "entryPrice": 1860.658,
          "exitPrice": 1857.91,
          "stopDistance": 2.747,
          "outcome": "stop",
          "netR": -1.1529,
          "holdMinutes": 191
        },
        {
          "entryTs": 1637346600,
          "entryUtc": "2021-11-19T18:30:00.000Z",
          "exitTs": 1637535600,
          "dir": -1,
          "entryPrice": 1849.964,
          "exitPrice": 1844.868,
          "stopDistance": 3.278,
          "outcome": "time",
          "netR": 1.4417,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1637556300,
          "entryUtc": "2021-11-22T04:45:00.000Z",
          "exitTs": 1637560320,
          "dir": 1,
          "entryPrice": 1847.638,
          "exitPrice": 1846.609,
          "stopDistance": 1.029,
          "outcome": "stop",
          "netR": -1.4081,
          "holdMinutes": 67
        },
        {
          "entryTs": 1637565300,
          "entryUtc": "2021-11-22T07:15:00.000Z",
          "exitTs": 1637568300,
          "dir": -1,
          "entryPrice": 1844.238,
          "exitPrice": 1845.96,
          "stopDistance": 1.722,
          "outcome": "stop",
          "netR": -1.2439,
          "holdMinutes": 50
        },
        {
          "entryTs": 1637596200,
          "entryUtc": "2021-11-22T15:50:00.000Z",
          "exitTs": 1637597100,
          "dir": -1,
          "entryPrice": 1816.358,
          "exitPrice": 1820.892,
          "stopDistance": 4.533,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 15
        },
        {
          "entryTs": 1637687700,
          "entryUtc": "2021-11-23T17:15:00.000Z",
          "exitTs": 1637690520,
          "dir": -1,
          "entryPrice": 1783.915,
          "exitPrice": 1786.391,
          "stopDistance": 2.476,
          "outcome": "stop",
          "netR": -1.1696,
          "holdMinutes": 47
        },
        {
          "entryTs": 1637701500,
          "entryUtc": "2021-11-23T21:05:00.000Z",
          "exitTs": 1637709600,
          "dir": 1,
          "entryPrice": 1790.008,
          "exitPrice": 1788.331,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2505,
          "holdMinutes": 135
        },
        {
          "entryTs": 1637794800,
          "entryUtc": "2021-11-24T23:00:00.000Z",
          "exitTs": 1637794800,
          "dir": 1,
          "entryPrice": 1789.388,
          "exitPrice": 1788.477,
          "stopDistance": 0.911,
          "outcome": "stop",
          "netR": -1.4613,
          "holdMinutes": 0
        },
        {
          "entryTs": 1637841000,
          "entryUtc": "2021-11-25T11:50:00.000Z",
          "exitTs": 1637842380,
          "dir": -1,
          "entryPrice": 1791.148,
          "exitPrice": 1792.15,
          "stopDistance": 1.002,
          "outcome": "stop",
          "netR": -1.4191,
          "holdMinutes": 23
        },
        {
          "entryTs": 1637854800,
          "entryUtc": "2021-11-25T15:40:00.000Z",
          "exitTs": 1637882400,
          "dir": -1,
          "entryPrice": 1789.595,
          "exitPrice": 1790.803,
          "stopDistance": 1.208,
          "outcome": "stop",
          "netR": -1.3478,
          "holdMinutes": 460
        },
        {
          "entryTs": 1637902800,
          "entryUtc": "2021-11-26T05:00:00.000Z",
          "exitTs": 1637903520,
          "dir": 1,
          "entryPrice": 1797.018,
          "exitPrice": 1795.75,
          "stopDistance": 1.268,
          "outcome": "stop",
          "netR": -1.3311,
          "holdMinutes": 12
        },
        {
          "entryTs": 1637923800,
          "entryUtc": "2021-11-26T10:50:00.000Z",
          "exitTs": 1637926320,
          "dir": 1,
          "entryPrice": 1807.755,
          "exitPrice": 1814.823,
          "stopDistance": 3.534,
          "outcome": "target",
          "netR": 1.8953,
          "holdMinutes": 42
        },
        {
          "entryTs": 1637947500,
          "entryUtc": "2021-11-26T17:25:00.000Z",
          "exitTs": 1637952180,
          "dir": -1,
          "entryPrice": 1788.655,
          "exitPrice": 1792.464,
          "stopDistance": 3.809,
          "outcome": "stop",
          "netR": -1.1103,
          "holdMinutes": 78
        },
        {
          "entryTs": 1638157800,
          "entryUtc": "2021-11-29T03:50:00.000Z",
          "exitTs": 1638160620,
          "dir": 1,
          "entryPrice": 1794.545,
          "exitPrice": 1792.887,
          "stopDistance": 1.658,
          "outcome": "stop",
          "netR": -1.2533,
          "holdMinutes": 47
        },
        {
          "entryTs": 1638201900,
          "entryUtc": "2021-11-29T16:05:00.000Z",
          "exitTs": 1638214920,
          "dir": -1,
          "entryPrice": 1787.305,
          "exitPrice": 1781.825,
          "stopDistance": 2.74,
          "outcome": "target",
          "netR": 1.865,
          "holdMinutes": 217
        },
        {
          "entryTs": 1638218100,
          "entryUtc": "2021-11-29T20:35:00.000Z",
          "exitTs": 1638220140,
          "dir": 1,
          "entryPrice": 1784.048,
          "exitPrice": 1782.522,
          "stopDistance": 1.526,
          "outcome": "stop",
          "netR": -1.2752,
          "holdMinutes": 34
        },
        {
          "entryTs": 1638241200,
          "entryUtc": "2021-11-30T03:00:00.000Z",
          "exitTs": 1638249600,
          "dir": 1,
          "entryPrice": 1788.468,
          "exitPrice": 1791.122,
          "stopDistance": 1.327,
          "outcome": "target",
          "netR": 1.7211,
          "holdMinutes": 140
        },
        {
          "entryTs": 1638286200,
          "entryUtc": "2021-11-30T15:30:00.000Z",
          "exitTs": 1638286500,
          "dir": 1,
          "entryPrice": 1801.948,
          "exitPrice": 1798.244,
          "stopDistance": 3.704,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 5
        },
        {
          "entryTs": 1638293700,
          "entryUtc": "2021-11-30T17:35:00.000Z",
          "exitTs": 1638320400,
          "dir": -1,
          "entryPrice": 1773.378,
          "exitPrice": 1778.131,
          "stopDistance": 4.753,
          "outcome": "stop",
          "netR": -1.0884,
          "holdMinutes": 445
        },
        {
          "entryTs": 1638342900,
          "entryUtc": "2021-12-01T07:15:00.000Z",
          "exitTs": 1638345180,
          "dir": 1,
          "entryPrice": 1786.988,
          "exitPrice": 1784.355,
          "stopDistance": 2.634,
          "outcome": "stop",
          "netR": -1.1595,
          "holdMinutes": 38
        },
        {
          "entryTs": 1638358500,
          "entryUtc": "2021-12-01T11:35:00.000Z",
          "exitTs": 1638364320,
          "dir": 1,
          "entryPrice": 1785.498,
          "exitPrice": 1783.686,
          "stopDistance": 1.812,
          "outcome": "stop",
          "netR": -1.2318,
          "holdMinutes": 97
        },
        {
          "entryTs": 1638399600,
          "entryUtc": "2021-12-01T23:00:00.000Z",
          "exitTs": 1638403680,
          "dir": 1,
          "entryPrice": 1781.785,
          "exitPrice": 1780.293,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2816,
          "holdMinutes": 68
        },
        {
          "entryTs": 1638470700,
          "entryUtc": "2021-12-02T18:45:00.000Z",
          "exitTs": 1638472200,
          "dir": -1,
          "entryPrice": 1763.875,
          "exitPrice": 1765.907,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2066,
          "holdMinutes": 25
        },
        {
          "entryTs": 1638477300,
          "entryUtc": "2021-12-02T20:35:00.000Z",
          "exitTs": 1638486120,
          "dir": 1,
          "entryPrice": 1767.078,
          "exitPrice": 1770.085,
          "stopDistance": 1.504,
          "outcome": "target",
          "netR": 1.7539,
          "holdMinutes": 147
        },
        {
          "entryTs": 1638488100,
          "entryUtc": "2021-12-02T23:35:00.000Z",
          "exitTs": 1638490080,
          "dir": 1,
          "entryPrice": 1769.055,
          "exitPrice": 1767.834,
          "stopDistance": 1.221,
          "outcome": "stop",
          "netR": -1.3441,
          "holdMinutes": 33
        },
        {
          "entryTs": 1638503700,
          "entryUtc": "2021-12-03T03:55:00.000Z",
          "exitTs": 1638509760,
          "dir": 1,
          "entryPrice": 1772.828,
          "exitPrice": 1775.254,
          "stopDistance": 1.213,
          "outcome": "target",
          "netR": 1.695,
          "holdMinutes": 101
        },
        {
          "entryTs": 1638522000,
          "entryUtc": "2021-12-03T09:00:00.000Z",
          "exitTs": 1638522720,
          "dir": -1,
          "entryPrice": 1769.648,
          "exitPrice": 1766.559,
          "stopDistance": 1.544,
          "outcome": "target",
          "netR": 1.7604,
          "holdMinutes": 12
        },
        {
          "entryTs": 1638529200,
          "entryUtc": "2021-12-03T11:00:00.000Z",
          "exitTs": 1638535680,
          "dir": 1,
          "entryPrice": 1770.245,
          "exitPrice": 1773.495,
          "stopDistance": 1.625,
          "outcome": "target",
          "netR": 1.7723,
          "holdMinutes": 108
        },
        {
          "entryTs": 1638563700,
          "entryUtc": "2021-12-03T20:35:00.000Z",
          "exitTs": 1638568680,
          "dir": 1,
          "entryPrice": 1783.698,
          "exitPrice": 1781.992,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2463,
          "holdMinutes": 83
        },
        {
          "entryTs": 1638774300,
          "entryUtc": "2021-12-06T07:05:00.000Z",
          "exitTs": 1638774420,
          "dir": 1,
          "entryPrice": 1783.925,
          "exitPrice": 1782.557,
          "stopDistance": 1.368,
          "outcome": "stop",
          "netR": -1.3071,
          "holdMinutes": 2
        },
        {
          "entryTs": 1638811200,
          "entryUtc": "2021-12-06T17:20:00.000Z",
          "exitTs": 1638812820,
          "dir": 1,
          "entryPrice": 1782.545,
          "exitPrice": 1780.663,
          "stopDistance": 1.882,
          "outcome": "stop",
          "netR": -1.2232,
          "holdMinutes": 27
        },
        {
          "entryTs": 1638817500,
          "entryUtc": "2021-12-06T19:05:00.000Z",
          "exitTs": 1638833400,
          "dir": -1,
          "entryPrice": 1779.148,
          "exitPrice": 1780.463,
          "stopDistance": 1.315,
          "outcome": "stop",
          "netR": -1.3195,
          "holdMinutes": 265
        },
        {
          "entryTs": 1638870300,
          "entryUtc": "2021-12-07T09:45:00.000Z",
          "exitTs": 1638875700,
          "dir": -1,
          "entryPrice": 1780.008,
          "exitPrice": 1781.706,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2473,
          "holdMinutes": 90
        },
        {
          "entryTs": 1638897600,
          "entryUtc": "2021-12-07T17:20:00.000Z",
          "exitTs": 1638899520,
          "dir": 1,
          "entryPrice": 1784.698,
          "exitPrice": 1782.663,
          "stopDistance": 2.035,
          "outcome": "stop",
          "netR": -1.2064,
          "holdMinutes": 32
        },
        {
          "entryTs": 1638924600,
          "entryUtc": "2021-12-08T00:50:00.000Z",
          "exitTs": 1638925920,
          "dir": 1,
          "entryPrice": 1785.275,
          "exitPrice": 1784.376,
          "stopDistance": 0.899,
          "outcome": "stop",
          "netR": -1.4669,
          "holdMinutes": 22
        },
        {
          "entryTs": 1638996300,
          "entryUtc": "2021-12-08T20:45:00.000Z",
          "exitTs": 1638997200,
          "dir": 1,
          "entryPrice": 1785.885,
          "exitPrice": 1785.06,
          "stopDistance": 0.825,
          "outcome": "stop",
          "netR": -1.5089,
          "holdMinutes": 15
        },
        {
          "entryTs": 1639004700,
          "entryUtc": "2021-12-08T23:05:00.000Z",
          "exitTs": 1639006020,
          "dir": -1,
          "entryPrice": 1782.978,
          "exitPrice": 1783.901,
          "stopDistance": 0.923,
          "outcome": "stop",
          "netR": -1.455,
          "holdMinutes": 22
        },
        {
          "entryTs": 1639069800,
          "entryUtc": "2021-12-09T17:10:00.000Z",
          "exitTs": 1639099800,
          "dir": -1,
          "entryPrice": 1776.715,
          "exitPrice": 1777.898,
          "stopDistance": 1.961,
          "outcome": "time",
          "netR": -0.7921,
          "holdMinutes": 500
        },
        {
          "entryTs": 1639104300,
          "entryUtc": "2021-12-10T02:45:00.000Z",
          "exitTs": 1639109220,
          "dir": 1,
          "entryPrice": 1778.405,
          "exitPrice": 1777.457,
          "stopDistance": 0.948,
          "outcome": "stop",
          "netR": -1.443,
          "holdMinutes": 82
        },
        {
          "entryTs": 1639139100,
          "entryUtc": "2021-12-10T12:25:00.000Z",
          "exitTs": 1639141620,
          "dir": 1,
          "entryPrice": 1771.828,
          "exitPrice": 1774.079,
          "stopDistance": 1.126,
          "outcome": "target",
          "netR": 1.6713,
          "holdMinutes": 42
        },
        {
          "entryTs": 1639155600,
          "entryUtc": "2021-12-10T17:00:00.000Z",
          "exitTs": 1639161600,
          "dir": 1,
          "entryPrice": 1784.535,
          "exitPrice": 1782.657,
          "stopDistance": 1.878,
          "outcome": "stop",
          "netR": -1.2236,
          "holdMinutes": 100
        },
        {
          "entryTs": 1639471500,
          "entryUtc": "2021-12-14T08:45:00.000Z",
          "exitTs": 1639488060,
          "dir": -1,
          "entryPrice": 1784.648,
          "exitPrice": 1781.887,
          "stopDistance": 1.381,
          "outcome": "target",
          "netR": 1.732,
          "holdMinutes": 276
        },
        {
          "entryTs": 1639493100,
          "entryUtc": "2021-12-14T14:45:00.000Z",
          "exitTs": 1639493700,
          "dir": -1,
          "entryPrice": 1771.565,
          "exitPrice": 1774.576,
          "stopDistance": 3.012,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 10
        },
        {
          "entryTs": 1639558200,
          "entryUtc": "2021-12-15T08:50:00.000Z",
          "exitTs": 1639572900,
          "dir": 1,
          "entryPrice": 1768.738,
          "exitPrice": 1771.299,
          "stopDistance": 1.281,
          "outcome": "target",
          "netR": 1.7111,
          "holdMinutes": 245
        },
        {
          "entryTs": 1639584900,
          "entryUtc": "2021-12-15T16:15:00.000Z",
          "exitTs": 1639593780,
          "dir": -1,
          "entryPrice": 1767.388,
          "exitPrice": 1762.51,
          "stopDistance": 2.439,
          "outcome": "target",
          "netR": 1.8483,
          "holdMinutes": 148
        },
        {
          "entryTs": 1639604400,
          "entryUtc": "2021-12-15T21:40:00.000Z",
          "exitTs": 1639619880,
          "dir": 1,
          "entryPrice": 1776.86,
          "exitPrice": 1782.288,
          "stopDistance": 2.714,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 258
        },
        {
          "entryTs": 1639671600,
          "entryUtc": "2021-12-16T16:20:00.000Z",
          "exitTs": 1639701600,
          "dir": 1,
          "entryPrice": 1795.578,
          "exitPrice": 1798.018,
          "stopDistance": 2.6,
          "outcome": "time",
          "netR": 0.7963,
          "holdMinutes": 500
        },
        {
          "entryTs": 1639743000,
          "entryUtc": "2021-12-17T12:10:00.000Z",
          "exitTs": 1639744500,
          "dir": 1,
          "entryPrice": 1808.558,
          "exitPrice": 1811.183,
          "stopDistance": 1.312,
          "outcome": "target",
          "netR": 1.7181,
          "holdMinutes": 25
        },
        {
          "entryTs": 1639992300,
          "entryUtc": "2021-12-20T09:25:00.000Z",
          "exitTs": 1639993980,
          "dir": 1,
          "entryPrice": 1800.295,
          "exitPrice": 1798.809,
          "stopDistance": 1.486,
          "outcome": "stop",
          "netR": -1.2827,
          "holdMinutes": 28
        },
        {
          "entryTs": 1640032500,
          "entryUtc": "2021-12-20T20:35:00.000Z",
          "exitTs": 1640033880,
          "dir": -1,
          "entryPrice": 1790.888,
          "exitPrice": 1788.396,
          "stopDistance": 1.246,
          "outcome": "target",
          "netR": 1.7031,
          "holdMinutes": 23
        },
        {
          "entryTs": 1640035200,
          "entryUtc": "2021-12-20T21:20:00.000Z",
          "exitTs": 1640037480,
          "dir": -1,
          "entryPrice": 1789.538,
          "exitPrice": 1790.735,
          "stopDistance": 1.197,
          "outcome": "stop",
          "netR": -1.351,
          "holdMinutes": 38
        },
        {
          "entryTs": 1640060100,
          "entryUtc": "2021-12-21T04:15:00.000Z",
          "exitTs": 1640064840,
          "dir": 1,
          "entryPrice": 1791.185,
          "exitPrice": 1793.077,
          "stopDistance": 0.946,
          "outcome": "target",
          "netR": 1.6089,
          "holdMinutes": 79
        },
        {
          "entryTs": 1640081700,
          "entryUtc": "2021-12-21T10:15:00.000Z",
          "exitTs": 1640091660,
          "dir": 1,
          "entryPrice": 1796.555,
          "exitPrice": 1799.107,
          "stopDistance": 1.276,
          "outcome": "target",
          "netR": 1.71,
          "holdMinutes": 166
        },
        {
          "entryTs": 1640103600,
          "entryUtc": "2021-12-21T16:20:00.000Z",
          "exitTs": 1640128800,
          "dir": -1,
          "entryPrice": 1787.438,
          "exitPrice": 1789.862,
          "stopDistance": 2.424,
          "outcome": "stop",
          "netR": -1.1732,
          "holdMinutes": 420
        },
        {
          "entryTs": 1640154300,
          "entryUtc": "2021-12-22T06:25:00.000Z",
          "exitTs": 1640154660,
          "dir": -1,
          "entryPrice": 1787.868,
          "exitPrice": 1788.607,
          "stopDistance": 0.739,
          "outcome": "stop",
          "netR": -1.5685,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640201400,
          "entryUtc": "2021-12-22T19:30:00.000Z",
          "exitTs": 1640203200,
          "dir": 1,
          "entryPrice": 1801.735,
          "exitPrice": 1803.865,
          "stopDistance": 1.065,
          "outcome": "target",
          "netR": 1.6526,
          "holdMinutes": 30
        },
        {
          "entryTs": 1640226600,
          "entryUtc": "2021-12-23T02:30:00.000Z",
          "exitTs": 1640240580,
          "dir": 1,
          "entryPrice": 1805.928,
          "exitPrice": 1804.735,
          "stopDistance": 1.193,
          "outcome": "stop",
          "netR": -1.352,
          "holdMinutes": 233
        },
        {
          "entryTs": 1640277300,
          "entryUtc": "2021-12-23T16:35:00.000Z",
          "exitTs": 1640284140,
          "dir": 1,
          "entryPrice": 1806.615,
          "exitPrice": 1810.32,
          "stopDistance": 1.852,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 114
        },
        {
          "entryTs": 1640285700,
          "entryUtc": "2021-12-23T18:55:00.000Z",
          "exitTs": 1640288160,
          "dir": 1,
          "entryPrice": 1809.138,
          "exitPrice": 1808.087,
          "stopDistance": 1.051,
          "outcome": "stop",
          "netR": -1.3997,
          "holdMinutes": 41
        },
        {
          "entryTs": 1640592000,
          "entryUtc": "2021-12-27T08:00:00.000Z",
          "exitTs": 1640594040,
          "dir": -1,
          "entryPrice": 1808.658,
          "exitPrice": 1806.885,
          "stopDistance": 0.887,
          "outcome": "target",
          "netR": 1.5826,
          "holdMinutes": 34
        },
        {
          "entryTs": 1640615700,
          "entryUtc": "2021-12-27T14:35:00.000Z",
          "exitTs": 1640618040,
          "dir": 1,
          "entryPrice": 1807.708,
          "exitPrice": 1811.085,
          "stopDistance": 1.689,
          "outcome": "target",
          "netR": 1.7809,
          "holdMinutes": 39
        },
        {
          "entryTs": 1640621100,
          "entryUtc": "2021-12-27T16:05:00.000Z",
          "exitTs": 1640624760,
          "dir": 1,
          "entryPrice": 1811.518,
          "exitPrice": 1809.629,
          "stopDistance": 1.889,
          "outcome": "stop",
          "netR": -1.2224,
          "holdMinutes": 61
        },
        {
          "entryTs": 1640629800,
          "entryUtc": "2021-12-27T18:30:00.000Z",
          "exitTs": 1640636880,
          "dir": -1,
          "entryPrice": 1808.268,
          "exitPrice": 1809.609,
          "stopDistance": 1.341,
          "outcome": "stop",
          "netR": -1.3133,
          "holdMinutes": 118
        },
        {
          "entryTs": 1640656200,
          "entryUtc": "2021-12-28T01:50:00.000Z",
          "exitTs": 1640657640,
          "dir": -1,
          "entryPrice": 1810.548,
          "exitPrice": 1809.058,
          "stopDistance": 0.745,
          "outcome": "target",
          "netR": 1.5034,
          "holdMinutes": 24
        },
        {
          "entryTs": 1640700000,
          "entryUtc": "2021-12-28T14:00:00.000Z",
          "exitTs": 1640700360,
          "dir": 1,
          "entryPrice": 1817.738,
          "exitPrice": 1816.072,
          "stopDistance": 1.666,
          "outcome": "stop",
          "netR": -1.2521,
          "holdMinutes": 6
        },
        {
          "entryTs": 1640702400,
          "entryUtc": "2021-12-28T14:40:00.000Z",
          "exitTs": 1640716620,
          "dir": -1,
          "entryPrice": 1814.554,
          "exitPrice": 1809.096,
          "stopDistance": 2.729,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 237
        },
        {
          "entryTs": 1640719200,
          "entryUtc": "2021-12-28T19:20:00.000Z",
          "exitTs": 1640736720,
          "dir": -1,
          "entryPrice": 1807.568,
          "exitPrice": 1804.526,
          "stopDistance": 1.521,
          "outcome": "target",
          "netR": 1.7568,
          "holdMinutes": 292
        },
        {
          "entryTs": 1640749500,
          "entryUtc": "2021-12-29T03:45:00.000Z",
          "exitTs": 1640750880,
          "dir": 1,
          "entryPrice": 1806.875,
          "exitPrice": 1806.092,
          "stopDistance": 0.783,
          "outcome": "stop",
          "netR": -1.5365,
          "holdMinutes": 23
        },
        {
          "entryTs": 1640778600,
          "entryUtc": "2021-12-29T11:50:00.000Z",
          "exitTs": 1640782620,
          "dir": -1,
          "entryPrice": 1796.055,
          "exitPrice": 1793.329,
          "stopDistance": 1.363,
          "outcome": "target",
          "netR": 1.7286,
          "holdMinutes": 67
        },
        {
          "entryTs": 1640796600,
          "entryUtc": "2021-12-29T16:50:00.000Z",
          "exitTs": 1640826600,
          "dir": 1,
          "entryPrice": 1801.458,
          "exitPrice": 1801.738,
          "stopDistance": 2.275,
          "outcome": "time",
          "netR": -0.0396,
          "holdMinutes": 500
        },
        {
          "entryTs": 1640856300,
          "entryUtc": "2021-12-30T09:25:00.000Z",
          "exitTs": 1640863440,
          "dir": 1,
          "entryPrice": 1800.205,
          "exitPrice": 1802.844,
          "stopDistance": 1.32,
          "outcome": "target",
          "netR": 1.7196,
          "holdMinutes": 119
        },
        {
          "entryTs": 1640865900,
          "entryUtc": "2021-12-30T12:05:00.000Z",
          "exitTs": 1640867940,
          "dir": 1,
          "entryPrice": 1802.175,
          "exitPrice": 1804.012,
          "stopDistance": 0.918,
          "outcome": "target",
          "netR": 1.5971,
          "holdMinutes": 34
        },
        {
          "entryTs": 1640925900,
          "entryUtc": "2021-12-31T04:45:00.000Z",
          "exitTs": 1640934120,
          "dir": 1,
          "entryPrice": 1817.638,
          "exitPrice": 1819.183,
          "stopDistance": 0.773,
          "outcome": "target",
          "netR": 1.5211,
          "holdMinutes": 137
        },
        {
          "entryTs": 1640959200,
          "entryUtc": "2021-12-31T14:00:00.000Z",
          "exitTs": 1640962500,
          "dir": 1,
          "entryPrice": 1824.214,
          "exitPrice": 1822.363,
          "stopDistance": 1.851,
          "outcome": "stop",
          "netR": -1.2269,
          "holdMinutes": 55
        },
        {
          "entryTs": 1641182400,
          "entryUtc": "2022-01-03T04:00:00.000Z",
          "exitTs": 1641193320,
          "dir": -1,
          "entryPrice": 1825.618,
          "exitPrice": 1823.532,
          "stopDistance": 1.043,
          "outcome": "target",
          "netR": 1.6453,
          "holdMinutes": 182
        },
        {
          "entryTs": 1641205800,
          "entryUtc": "2022-01-03T10:30:00.000Z",
          "exitTs": 1641209160,
          "dir": 1,
          "entryPrice": 1825.744,
          "exitPrice": 1824.543,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3496,
          "holdMinutes": 56
        },
        {
          "entryTs": 1641223500,
          "entryUtc": "2022-01-03T15:25:00.000Z",
          "exitTs": 1641253500,
          "dir": -1,
          "entryPrice": 1805.414,
          "exitPrice": 1803.574,
          "stopDistance": 3.924,
          "outcome": "time",
          "netR": 0.3746,
          "holdMinutes": 500
        },
        {
          "entryTs": 1641297900,
          "entryUtc": "2022-01-04T12:05:00.000Z",
          "exitTs": 1641298500,
          "dir": -1,
          "entryPrice": 1804.235,
          "exitPrice": 1801.43,
          "stopDistance": 1.402,
          "outcome": "target",
          "netR": 1.7362,
          "holdMinutes": 10
        },
        {
          "entryTs": 1641312600,
          "entryUtc": "2022-01-04T16:10:00.000Z",
          "exitTs": 1641342600,
          "dir": 1,
          "entryPrice": 1813.215,
          "exitPrice": 1813.798,
          "stopDistance": 2.856,
          "outcome": "time",
          "netR": 0.0746,
          "holdMinutes": 500
        },
        {
          "entryTs": 1641446400,
          "entryUtc": "2022-01-06T05:20:00.000Z",
          "exitTs": 1641446940,
          "dir": -1,
          "entryPrice": 1806.134,
          "exitPrice": 1807.225,
          "stopDistance": 1.091,
          "outcome": "stop",
          "netR": -1.3849,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641467700,
          "entryUtc": "2022-01-06T11:15:00.000Z",
          "exitTs": 1641469620,
          "dir": 1,
          "entryPrice": 1799.638,
          "exitPrice": 1797.194,
          "stopDistance": 2.444,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 32
        },
        {
          "entryTs": 1641476400,
          "entryUtc": "2022-01-06T13:40:00.000Z",
          "exitTs": 1641479880,
          "dir": -1,
          "entryPrice": 1792.008,
          "exitPrice": 1794.896,
          "stopDistance": 2.887,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 58
        },
        {
          "entryTs": 1641492000,
          "entryUtc": "2022-01-06T18:00:00.000Z",
          "exitTs": 1641494040,
          "dir": 1,
          "entryPrice": 1790.868,
          "exitPrice": 1788.96,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 34
        },
        {
          "entryTs": 1641517500,
          "entryUtc": "2022-01-07T01:05:00.000Z",
          "exitTs": 1641517740,
          "dir": 1,
          "entryPrice": 1791.728,
          "exitPrice": 1790.932,
          "stopDistance": 0.796,
          "outcome": "stop",
          "netR": -1.5276,
          "holdMinutes": 4
        },
        {
          "entryTs": 1641529200,
          "entryUtc": "2022-01-07T04:20:00.000Z",
          "exitTs": 1641533940,
          "dir": 1,
          "entryPrice": 1792.218,
          "exitPrice": 1791.503,
          "stopDistance": 0.715,
          "outcome": "stop",
          "netR": -1.5873,
          "holdMinutes": 79
        },
        {
          "entryTs": 1641551100,
          "entryUtc": "2022-01-07T10:25:00.000Z",
          "exitTs": 1641553260,
          "dir": 1,
          "entryPrice": 1792.248,
          "exitPrice": 1790.787,
          "stopDistance": 1.461,
          "outcome": "stop",
          "netR": -1.2876,
          "holdMinutes": 36
        },
        {
          "entryTs": 1641581700,
          "entryUtc": "2022-01-07T18:55:00.000Z",
          "exitTs": 1641588180,
          "dir": 1,
          "entryPrice": 1796.295,
          "exitPrice": 1794.476,
          "stopDistance": 1.819,
          "outcome": "stop",
          "netR": -1.2309,
          "holdMinutes": 108
        },
        {
          "entryTs": 1641812700,
          "entryUtc": "2022-01-10T11:05:00.000Z",
          "exitTs": 1641813960,
          "dir": 1,
          "entryPrice": 1798.935,
          "exitPrice": 1801.826,
          "stopDistance": 1.445,
          "outcome": "target",
          "netR": 1.744,
          "holdMinutes": 21
        },
        {
          "entryTs": 1641855600,
          "entryUtc": "2022-01-10T23:00:00.000Z",
          "exitTs": 1641855720,
          "dir": 1,
          "entryPrice": 1801.02,
          "exitPrice": 1800.179,
          "stopDistance": 0.841,
          "outcome": "stop",
          "netR": -1.4992,
          "holdMinutes": 2
        },
        {
          "entryTs": 1641861900,
          "entryUtc": "2022-01-11T00:45:00.000Z",
          "exitTs": 1641862800,
          "dir": 1,
          "entryPrice": 1803.058,
          "exitPrice": 1802.031,
          "stopDistance": 1.027,
          "outcome": "stop",
          "netR": -1.4091,
          "holdMinutes": 15
        },
        {
          "entryTs": 1641882900,
          "entryUtc": "2022-01-11T06:35:00.000Z",
          "exitTs": 1641883320,
          "dir": 1,
          "entryPrice": 1808.835,
          "exitPrice": 1807.837,
          "stopDistance": 0.998,
          "outcome": "stop",
          "netR": -1.4209,
          "holdMinutes": 7
        },
        {
          "entryTs": 1641911700,
          "entryUtc": "2022-01-11T14:35:00.000Z",
          "exitTs": 1641913020,
          "dir": -1,
          "entryPrice": 1804.688,
          "exitPrice": 1806.828,
          "stopDistance": 2.14,
          "outcome": "stop",
          "netR": -1.1962,
          "holdMinutes": 22
        },
        {
          "entryTs": 1641920700,
          "entryUtc": "2022-01-11T17:05:00.000Z",
          "exitTs": 1641926100,
          "dir": 1,
          "entryPrice": 1814.728,
          "exitPrice": 1819.253,
          "stopDistance": 2.263,
          "outcome": "target",
          "netR": 1.8365,
          "holdMinutes": 90
        },
        {
          "entryTs": 1641937200,
          "entryUtc": "2022-01-11T21:40:00.000Z",
          "exitTs": 1641938040,
          "dir": 1,
          "entryPrice": 1822.358,
          "exitPrice": 1821.408,
          "stopDistance": 0.951,
          "outcome": "stop",
          "netR": -1.4419,
          "holdMinutes": 14
        },
        {
          "entryTs": 1641975900,
          "entryUtc": "2022-01-12T08:25:00.000Z",
          "exitTs": 1641977160,
          "dir": -1,
          "entryPrice": 1817.848,
          "exitPrice": 1815.253,
          "stopDistance": 1.298,
          "outcome": "target",
          "netR": 1.7149,
          "holdMinutes": 21
        },
        {
          "entryTs": 1641981600,
          "entryUtc": "2022-01-12T10:00:00.000Z",
          "exitTs": 1641981840,
          "dir": -1,
          "entryPrice": 1816.198,
          "exitPrice": 1817.352,
          "stopDistance": 1.154,
          "outcome": "stop",
          "netR": -1.3641,
          "holdMinutes": 4
        },
        {
          "entryTs": 1642042200,
          "entryUtc": "2022-01-13T02:50:00.000Z",
          "exitTs": 1642047120,
          "dir": -1,
          "entryPrice": 1824.778,
          "exitPrice": 1825.616,
          "stopDistance": 0.838,
          "outcome": "stop",
          "netR": -1.5014,
          "holdMinutes": 82
        },
        {
          "entryTs": 1642067100,
          "entryUtc": "2022-01-13T09:45:00.000Z",
          "exitTs": 1642068720,
          "dir": -1,
          "entryPrice": 1821.504,
          "exitPrice": 1823.147,
          "stopDistance": 1.643,
          "outcome": "stop",
          "netR": -1.2556,
          "holdMinutes": 27
        },
        {
          "entryTs": 1642091100,
          "entryUtc": "2022-01-13T16:25:00.000Z",
          "exitTs": 1642094580,
          "dir": -1,
          "entryPrice": 1817.134,
          "exitPrice": 1819.729,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 58
        },
        {
          "entryTs": 1642155300,
          "entryUtc": "2022-01-14T10:15:00.000Z",
          "exitTs": 1642159680,
          "dir": -1,
          "entryPrice": 1823.938,
          "exitPrice": 1821.165,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.7331,
          "holdMinutes": 73
        },
        {
          "entryTs": 1642395300,
          "entryUtc": "2022-01-17T04:55:00.000Z",
          "exitTs": 1642396200,
          "dir": 1,
          "entryPrice": 1819.194,
          "exitPrice": 1818.395,
          "stopDistance": 0.799,
          "outcome": "stop",
          "netR": -1.5258,
          "holdMinutes": 15
        },
        {
          "entryTs": 1642417500,
          "entryUtc": "2022-01-17T11:05:00.000Z",
          "exitTs": 1642418940,
          "dir": -1,
          "entryPrice": 1820.932,
          "exitPrice": 1821.754,
          "stopDistance": 0.822,
          "outcome": "stop",
          "netR": -1.5112,
          "holdMinutes": 24
        },
        {
          "entryTs": 1642467900,
          "entryUtc": "2022-01-18T01:05:00.000Z",
          "exitTs": 1642470000,
          "dir": 1,
          "entryPrice": 1819.584,
          "exitPrice": 1821.106,
          "stopDistance": 0.761,
          "outcome": "target",
          "netR": 1.5137,
          "holdMinutes": 35
        },
        {
          "entryTs": 1642501500,
          "entryUtc": "2022-01-18T10:25:00.000Z",
          "exitTs": 1642506120,
          "dir": -1,
          "entryPrice": 1810.779,
          "exitPrice": 1812.397,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2596,
          "holdMinutes": 77
        },
        {
          "entryTs": 1642515300,
          "entryUtc": "2022-01-18T14:15:00.000Z",
          "exitTs": 1642515420,
          "dir": 1,
          "entryPrice": 1815.698,
          "exitPrice": 1812.528,
          "stopDistance": 3.17,
          "outcome": "stop",
          "netR": -1.1325,
          "holdMinutes": 2
        },
        {
          "entryTs": 1642524900,
          "entryUtc": "2022-01-18T16:55:00.000Z",
          "exitTs": 1642554900,
          "dir": -1,
          "entryPrice": 1814.688,
          "exitPrice": 1813.198,
          "stopDistance": 2.769,
          "outcome": "time",
          "netR": 0.4045,
          "holdMinutes": 500
        },
        {
          "entryTs": 1642563900,
          "entryUtc": "2022-01-19T03:45:00.000Z",
          "exitTs": 1642567080,
          "dir": -1,
          "entryPrice": 1811.294,
          "exitPrice": 1812.254,
          "stopDistance": 0.96,
          "outcome": "stop",
          "netR": -1.4375,
          "holdMinutes": 53
        },
        {
          "entryTs": 1642614300,
          "entryUtc": "2022-01-19T17:45:00.000Z",
          "exitTs": 1642636080,
          "dir": 1,
          "entryPrice": 1840.674,
          "exitPrice": 1838.775,
          "stopDistance": 1.899,
          "outcome": "stop",
          "netR": -1.2212,
          "holdMinutes": 363
        },
        {
          "entryTs": 1642637400,
          "entryUtc": "2022-01-20T00:10:00.000Z",
          "exitTs": 1642638120,
          "dir": -1,
          "entryPrice": 1839.278,
          "exitPrice": 1840.239,
          "stopDistance": 0.961,
          "outcome": "stop",
          "netR": -1.4368,
          "holdMinutes": 12
        },
        {
          "entryTs": 1642653000,
          "entryUtc": "2022-01-20T04:30:00.000Z",
          "exitTs": 1642663860,
          "dir": -1,
          "entryPrice": 1839.894,
          "exitPrice": 1840.912,
          "stopDistance": 1.018,
          "outcome": "stop",
          "netR": -1.4126,
          "holdMinutes": 181
        },
        {
          "entryTs": 1642689300,
          "entryUtc": "2022-01-20T14:35:00.000Z",
          "exitTs": 1642695720,
          "dir": 1,
          "entryPrice": 1843.908,
          "exitPrice": 1841.307,
          "stopDistance": 2.601,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 107
        },
        {
          "entryTs": 1642697700,
          "entryUtc": "2022-01-20T16:55:00.000Z",
          "exitTs": 1642727280,
          "dir": -1,
          "entryPrice": 1841.664,
          "exitPrice": 1836.756,
          "stopDistance": 2.454,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 493
        },
        {
          "entryTs": 1642737000,
          "entryUtc": "2022-01-21T03:50:00.000Z",
          "exitTs": 1642747140,
          "dir": 1,
          "entryPrice": 1840.938,
          "exitPrice": 1839.771,
          "stopDistance": 1.167,
          "outcome": "stop",
          "netR": -1.36,
          "holdMinutes": 169
        },
        {
          "entryTs": 1642775700,
          "entryUtc": "2022-01-21T14:35:00.000Z",
          "exitTs": 1642777200,
          "dir": 1,
          "entryPrice": 1840.518,
          "exitPrice": 1838.318,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 25
        },
        {
          "entryTs": 1642782900,
          "entryUtc": "2022-01-21T16:35:00.000Z",
          "exitTs": 1642795980,
          "dir": -1,
          "entryPrice": 1834.624,
          "exitPrice": 1829.664,
          "stopDistance": 2.48,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 218
        },
        {
          "entryTs": 1642982100,
          "entryUtc": "2022-01-23T23:55:00.000Z",
          "exitTs": 1642986060,
          "dir": 1,
          "entryPrice": 1834.274,
          "exitPrice": 1832.764,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2781,
          "holdMinutes": 66
        },
        {
          "entryTs": 1643017200,
          "entryUtc": "2022-01-24T09:40:00.000Z",
          "exitTs": 1643018580,
          "dir": 1,
          "entryPrice": 1842.014,
          "exitPrice": 1840.456,
          "stopDistance": 1.558,
          "outcome": "stop",
          "netR": -1.2696,
          "holdMinutes": 23
        },
        {
          "entryTs": 1643098800,
          "entryUtc": "2022-01-25T08:20:00.000Z",
          "exitTs": 1643098860,
          "dir": -1,
          "entryPrice": 1841.408,
          "exitPrice": 1842.544,
          "stopDistance": 1.136,
          "outcome": "stop",
          "netR": -1.3697,
          "holdMinutes": 1
        },
        {
          "entryTs": 1643105700,
          "entryUtc": "2022-01-25T10:15:00.000Z",
          "exitTs": 1643106660,
          "dir": -1,
          "entryPrice": 1838.594,
          "exitPrice": 1835.699,
          "stopDistance": 1.447,
          "outcome": "target",
          "netR": 1.7444,
          "holdMinutes": 16
        },
        {
          "entryTs": 1643136300,
          "entryUtc": "2022-01-25T18:45:00.000Z",
          "exitTs": 1643141580,
          "dir": 1,
          "entryPrice": 1850.524,
          "exitPrice": 1848.576,
          "stopDistance": 1.948,
          "outcome": "stop",
          "netR": -1.2156,
          "holdMinutes": 88
        },
        {
          "entryTs": 1643170500,
          "entryUtc": "2022-01-26T04:15:00.000Z",
          "exitTs": 1643175240,
          "dir": -1,
          "entryPrice": 1847.254,
          "exitPrice": 1847.929,
          "stopDistance": 0.675,
          "outcome": "stop",
          "netR": -1.6226,
          "holdMinutes": 79
        },
        {
          "entryTs": 1643209800,
          "entryUtc": "2022-01-26T15:10:00.000Z",
          "exitTs": 1643217120,
          "dir": -1,
          "entryPrice": 1836.648,
          "exitPrice": 1829.845,
          "stopDistance": 3.402,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 122
        },
        {
          "entryTs": 1643241900,
          "entryUtc": "2022-01-27T00:05:00.000Z",
          "exitTs": 1643242620,
          "dir": 1,
          "entryPrice": 1820.348,
          "exitPrice": 1818.527,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2306,
          "holdMinutes": 12
        },
        {
          "entryTs": 1643335800,
          "entryUtc": "2022-01-28T02:10:00.000Z",
          "exitTs": 1643348400,
          "dir": 1,
          "entryPrice": 1798.158,
          "exitPrice": 1796.957,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3497,
          "holdMinutes": 210
        },
        {
          "entryTs": 1643362500,
          "entryUtc": "2022-01-28T09:35:00.000Z",
          "exitTs": 1643366280,
          "dir": -1,
          "entryPrice": 1792.318,
          "exitPrice": 1789.004,
          "stopDistance": 1.657,
          "outcome": "target",
          "netR": 1.7767,
          "holdMinutes": 63
        },
        {
          "entryTs": 1643370600,
          "entryUtc": "2022-01-28T11:50:00.000Z",
          "exitTs": 1643371500,
          "dir": -1,
          "entryPrice": 1784.708,
          "exitPrice": 1786.674,
          "stopDistance": 1.966,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 15
        },
        {
          "entryTs": 1643592600,
          "entryUtc": "2022-01-31T01:30:00.000Z",
          "exitTs": 1643593200,
          "dir": -1,
          "entryPrice": 1787.495,
          "exitPrice": 1788.67,
          "stopDistance": 1.175,
          "outcome": "stop",
          "netR": -1.3574,
          "holdMinutes": 10
        },
        {
          "entryTs": 1643610000,
          "entryUtc": "2022-01-31T06:20:00.000Z",
          "exitTs": 1643612640,
          "dir": 1,
          "entryPrice": 1788.238,
          "exitPrice": 1787.303,
          "stopDistance": 0.935,
          "outcome": "stop",
          "netR": -1.4491,
          "holdMinutes": 44
        },
        {
          "entryTs": 1643641200,
          "entryUtc": "2022-01-31T15:00:00.000Z",
          "exitTs": 1643671200,
          "dir": 1,
          "entryPrice": 1795.725,
          "exitPrice": 1797.788,
          "stopDistance": 2.836,
          "outcome": "time",
          "netR": 0.5969,
          "holdMinutes": 500
        },
        {
          "entryTs": 1643676600,
          "entryUtc": "2022-02-01T00:50:00.000Z",
          "exitTs": 1643678280,
          "dir": -1,
          "entryPrice": 1797.248,
          "exitPrice": 1798.038,
          "stopDistance": 0.79,
          "outcome": "stop",
          "netR": -1.5315,
          "holdMinutes": 28
        },
        {
          "entryTs": 1643688900,
          "entryUtc": "2022-02-01T04:15:00.000Z",
          "exitTs": 1643690160,
          "dir": -1,
          "entryPrice": 1796.748,
          "exitPrice": 1797.606,
          "stopDistance": 0.858,
          "outcome": "stop",
          "netR": -1.4898,
          "holdMinutes": 21
        },
        {
          "entryTs": 1643696700,
          "entryUtc": "2022-02-01T06:25:00.000Z",
          "exitTs": 1643697960,
          "dir": 1,
          "entryPrice": 1801.078,
          "exitPrice": 1803.157,
          "stopDistance": 1.039,
          "outcome": "target",
          "netR": 1.644,
          "holdMinutes": 21
        },
        {
          "entryTs": 1643709000,
          "entryUtc": "2022-02-01T09:50:00.000Z",
          "exitTs": 1643714820,
          "dir": 1,
          "entryPrice": 1805.178,
          "exitPrice": 1807.99,
          "stopDistance": 1.406,
          "outcome": "target",
          "netR": 1.7368,
          "holdMinutes": 97
        },
        {
          "entryTs": 1643774700,
          "entryUtc": "2022-02-02T04:05:00.000Z",
          "exitTs": 1643779800,
          "dir": -1,
          "entryPrice": 1797.948,
          "exitPrice": 1798.653,
          "stopDistance": 0.705,
          "outcome": "stop",
          "netR": -1.5961,
          "holdMinutes": 85
        },
        {
          "entryTs": 1643824200,
          "entryUtc": "2022-02-02T17:50:00.000Z",
          "exitTs": 1643832120,
          "dir": 1,
          "entryPrice": 1808.828,
          "exitPrice": 1807.115,
          "stopDistance": 1.713,
          "outcome": "stop",
          "netR": -1.2452,
          "holdMinutes": 132
        },
        {
          "entryTs": 1643845800,
          "entryUtc": "2022-02-02T23:50:00.000Z",
          "exitTs": 1643850840,
          "dir": 1,
          "entryPrice": 1807.228,
          "exitPrice": 1806.523,
          "stopDistance": 0.705,
          "outcome": "stop",
          "netR": -1.5954,
          "holdMinutes": 84
        },
        {
          "entryTs": 1643901300,
          "entryUtc": "2022-02-03T15:15:00.000Z",
          "exitTs": 1643902680,
          "dir": -1,
          "entryPrice": 1797.938,
          "exitPrice": 1802.213,
          "stopDistance": 4.275,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 23
        },
        {
          "entryTs": 1643984100,
          "entryUtc": "2022-02-04T14:15:00.000Z",
          "exitTs": 1643986980,
          "dir": -1,
          "entryPrice": 1803.258,
          "exitPrice": 1807.921,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 48
        },
        {
          "entryTs": 1644225000,
          "entryUtc": "2022-02-07T09:10:00.000Z",
          "exitTs": 1644229140,
          "dir": 1,
          "entryPrice": 1811.988,
          "exitPrice": 1810.589,
          "stopDistance": 1.399,
          "outcome": "stop",
          "netR": -1.3002,
          "holdMinutes": 69
        },
        {
          "entryTs": 1644260100,
          "entryUtc": "2022-02-07T18:55:00.000Z",
          "exitTs": 1644262200,
          "dir": 1,
          "entryPrice": 1820.138,
          "exitPrice": 1822.373,
          "stopDistance": 1.118,
          "outcome": "target",
          "netR": 1.669,
          "holdMinutes": 35
        },
        {
          "entryTs": 1644299100,
          "entryUtc": "2022-02-08T05:45:00.000Z",
          "exitTs": 1644304260,
          "dir": -1,
          "entryPrice": 1820.45,
          "exitPrice": 1818.627,
          "stopDistance": 0.911,
          "outcome": "target",
          "netR": 1.594,
          "holdMinutes": 86
        },
        {
          "entryTs": 1644330000,
          "entryUtc": "2022-02-08T14:20:00.000Z",
          "exitTs": 1644333900,
          "dir": 1,
          "entryPrice": 1821.294,
          "exitPrice": 1825.186,
          "stopDistance": 1.946,
          "outcome": "target",
          "netR": 1.8099,
          "holdMinutes": 65
        },
        {
          "entryTs": 1644368100,
          "entryUtc": "2022-02-09T00:55:00.000Z",
          "exitTs": 1644368760,
          "dir": -1,
          "entryPrice": 1825.358,
          "exitPrice": 1825.891,
          "stopDistance": 0.533,
          "outcome": "stop",
          "netR": -1.7875,
          "holdMinutes": 11
        },
        {
          "entryTs": 1644429300,
          "entryUtc": "2022-02-09T17:55:00.000Z",
          "exitTs": 1644437580,
          "dir": 1,
          "entryPrice": 1834.064,
          "exitPrice": 1832.547,
          "stopDistance": 1.517,
          "outcome": "stop",
          "netR": -1.2768,
          "holdMinutes": 138
        },
        {
          "entryTs": 1644483900,
          "entryUtc": "2022-02-10T09:05:00.000Z",
          "exitTs": 1644499440,
          "dir": -1,
          "entryPrice": 1832.524,
          "exitPrice": 1829.978,
          "stopDistance": 1.273,
          "outcome": "target",
          "netR": 1.7094,
          "holdMinutes": 259
        },
        {
          "entryTs": 1644529500,
          "entryUtc": "2022-02-10T21:45:00.000Z",
          "exitTs": 1644541500,
          "dir": -1,
          "entryPrice": 1826.758,
          "exitPrice": 1823.965,
          "stopDistance": 1.397,
          "outcome": "target",
          "netR": 1.7351,
          "holdMinutes": 200
        },
        {
          "entryTs": 1644571500,
          "entryUtc": "2022-02-11T09:25:00.000Z",
          "exitTs": 1644581940,
          "dir": 1,
          "entryPrice": 1826.318,
          "exitPrice": 1829.076,
          "stopDistance": 1.379,
          "outcome": "target",
          "netR": 1.7317,
          "holdMinutes": 174
        },
        {
          "entryTs": 1644595800,
          "entryUtc": "2022-02-11T16:10:00.000Z",
          "exitTs": 1644599340,
          "dir": 1,
          "entryPrice": 1834.518,
          "exitPrice": 1839.42,
          "stopDistance": 2.451,
          "outcome": "target",
          "netR": 1.849,
          "holdMinutes": 59
        },
        {
          "entryTs": 1644813300,
          "entryUtc": "2022-02-14T04:35:00.000Z",
          "exitTs": 1644824820,
          "dir": -1,
          "entryPrice": 1853.408,
          "exitPrice": 1854.837,
          "stopDistance": 1.429,
          "outcome": "stop",
          "netR": -1.2939,
          "holdMinutes": 192
        },
        {
          "entryTs": 1644833700,
          "entryUtc": "2022-02-14T10:15:00.000Z",
          "exitTs": 1644835440,
          "dir": 1,
          "entryPrice": 1856.188,
          "exitPrice": 1854.381,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2324,
          "holdMinutes": 29
        },
        {
          "entryTs": 1644867000,
          "entryUtc": "2022-02-14T19:30:00.000Z",
          "exitTs": 1644892620,
          "dir": 1,
          "entryPrice": 1869.454,
          "exitPrice": 1875.183,
          "stopDistance": 2.864,
          "outcome": "target",
          "netR": 1.8708,
          "holdMinutes": 427
        },
        {
          "entryTs": 1644900300,
          "entryUtc": "2022-02-15T04:45:00.000Z",
          "exitTs": 1644910740,
          "dir": 1,
          "entryPrice": 1877.508,
          "exitPrice": 1876.281,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3423,
          "holdMinutes": 174
        },
        {
          "entryTs": 1644918900,
          "entryUtc": "2022-02-15T09:55:00.000Z",
          "exitTs": 1644925500,
          "dir": -1,
          "entryPrice": 1858.898,
          "exitPrice": 1851.399,
          "stopDistance": 3.749,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 110
        },
        {
          "entryTs": 1644953100,
          "entryUtc": "2022-02-15T19:25:00.000Z",
          "exitTs": 1644956940,
          "dir": 1,
          "entryPrice": 1854.377,
          "exitPrice": 1852.797,
          "stopDistance": 1.58,
          "outcome": "stop",
          "netR": -1.2658,
          "holdMinutes": 64
        },
        {
          "entryTs": 1644992100,
          "entryUtc": "2022-02-16T06:15:00.000Z",
          "exitTs": 1644994140,
          "dir": 1,
          "entryPrice": 1853.538,
          "exitPrice": 1855.329,
          "stopDistance": 0.895,
          "outcome": "target",
          "netR": 1.5868,
          "holdMinutes": 34
        },
        {
          "entryTs": 1645002600,
          "entryUtc": "2022-02-16T09:10:00.000Z",
          "exitTs": 1645004880,
          "dir": 1,
          "entryPrice": 1856.468,
          "exitPrice": 1858.813,
          "stopDistance": 1.172,
          "outcome": "target",
          "netR": 1.6844,
          "holdMinutes": 38
        },
        {
          "entryTs": 1645011600,
          "entryUtc": "2022-02-16T11:40:00.000Z",
          "exitTs": 1645015140,
          "dir": -1,
          "entryPrice": 1855.285,
          "exitPrice": 1852.761,
          "stopDistance": 1.262,
          "outcome": "target",
          "netR": 1.7068,
          "holdMinutes": 59
        },
        {
          "entryTs": 1645023900,
          "entryUtc": "2022-02-16T15:05:00.000Z",
          "exitTs": 1645031160,
          "dir": 1,
          "entryPrice": 1861.008,
          "exitPrice": 1866.703,
          "stopDistance": 2.848,
          "outcome": "target",
          "netR": 1.8701,
          "holdMinutes": 121
        },
        {
          "entryTs": 1645037100,
          "entryUtc": "2022-02-16T18:45:00.000Z",
          "exitTs": 1645037520,
          "dir": 1,
          "entryPrice": 1868.444,
          "exitPrice": 1866.686,
          "stopDistance": 1.758,
          "outcome": "stop",
          "netR": -1.239,
          "holdMinutes": 7
        },
        {
          "entryTs": 1645048500,
          "entryUtc": "2022-02-16T21:55:00.000Z",
          "exitTs": 1645053840,
          "dir": -1,
          "entryPrice": 1868.878,
          "exitPrice": 1870.455,
          "stopDistance": 1.577,
          "outcome": "stop",
          "netR": -1.2663,
          "holdMinutes": 89
        },
        {
          "entryTs": 1645091700,
          "entryUtc": "2022-02-17T09:55:00.000Z",
          "exitTs": 1645092720,
          "dir": 1,
          "entryPrice": 1888.238,
          "exitPrice": 1884.909,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 17
        },
        {
          "entryTs": 1645145100,
          "entryUtc": "2022-02-18T00:45:00.000Z",
          "exitTs": 1645146000,
          "dir": 1,
          "entryPrice": 1900.188,
          "exitPrice": 1899.049,
          "stopDistance": 1.139,
          "outcome": "stop",
          "netR": -1.3686,
          "holdMinutes": 15
        },
        {
          "entryTs": 1645151700,
          "entryUtc": "2022-02-18T02:35:00.000Z",
          "exitTs": 1645171500,
          "dir": -1,
          "entryPrice": 1891.368,
          "exitPrice": 1893.539,
          "stopDistance": 2.171,
          "outcome": "stop",
          "netR": -1.1935,
          "holdMinutes": 330
        },
        {
          "entryTs": 1645194600,
          "entryUtc": "2022-02-18T14:30:00.000Z",
          "exitTs": 1645195980,
          "dir": 1,
          "entryPrice": 1896.208,
          "exitPrice": 1893.697,
          "stopDistance": 2.511,
          "outcome": "stop",
          "netR": -1.1672,
          "holdMinutes": 23
        },
        {
          "entryTs": 1645204200,
          "entryUtc": "2022-02-18T17:10:00.000Z",
          "exitTs": 1645398000,
          "dir": 1,
          "entryPrice": 1895.228,
          "exitPrice": 1900.035,
          "stopDistance": 2.404,
          "outcome": "target",
          "netR": 1.8461,
          "holdMinutes": 3230
        },
        {
          "entryTs": 1645404600,
          "entryUtc": "2022-02-21T00:50:00.000Z",
          "exitTs": 1645404780,
          "dir": 1,
          "entryPrice": 1905.543,
          "exitPrice": 1903.635,
          "stopDistance": 1.908,
          "outcome": "stop",
          "netR": -1.2201,
          "holdMinutes": 3
        },
        {
          "entryTs": 1645410000,
          "entryUtc": "2022-02-21T02:20:00.000Z",
          "exitTs": 1645418280,
          "dir": -1,
          "entryPrice": 1897.128,
          "exitPrice": 1891.174,
          "stopDistance": 2.977,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 138
        },
        {
          "entryTs": 1645435800,
          "entryUtc": "2022-02-21T09:30:00.000Z",
          "exitTs": 1645444920,
          "dir": 1,
          "entryPrice": 1895.298,
          "exitPrice": 1893.325,
          "stopDistance": 1.973,
          "outcome": "stop",
          "netR": -1.2129,
          "holdMinutes": 152
        },
        {
          "entryTs": 1645461600,
          "entryUtc": "2022-02-21T16:40:00.000Z",
          "exitTs": 1645466400,
          "dir": 1,
          "entryPrice": 1896.048,
          "exitPrice": 1898.9,
          "stopDistance": 1.426,
          "outcome": "target",
          "netR": 1.7405,
          "holdMinutes": 80
        },
        {
          "entryTs": 1645490100,
          "entryUtc": "2022-02-22T00:35:00.000Z",
          "exitTs": 1645491720,
          "dir": 1,
          "entryPrice": 1909.608,
          "exitPrice": 1906.789,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 27
        },
        {
          "entryTs": 1645522500,
          "entryUtc": "2022-02-22T09:35:00.000Z",
          "exitTs": 1645525380,
          "dir": -1,
          "entryPrice": 1901.788,
          "exitPrice": 1895.318,
          "stopDistance": 3.235,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 48
        },
        {
          "entryTs": 1645575000,
          "entryUtc": "2022-02-23T00:10:00.000Z",
          "exitTs": 1645576740,
          "dir": -1,
          "entryPrice": 1898.858,
          "exitPrice": 1899.804,
          "stopDistance": 0.946,
          "outcome": "stop",
          "netR": -1.4441,
          "holdMinutes": 29
        },
        {
          "entryTs": 1645595100,
          "entryUtc": "2022-02-23T05:45:00.000Z",
          "exitTs": 1645596660,
          "dir": -1,
          "entryPrice": 1896.358,
          "exitPrice": 1894.245,
          "stopDistance": 1.057,
          "outcome": "target",
          "netR": 1.6498,
          "holdMinutes": 26
        },
        {
          "entryTs": 1645614600,
          "entryUtc": "2022-02-23T11:10:00.000Z",
          "exitTs": 1645621260,
          "dir": 1,
          "entryPrice": 1894.268,
          "exitPrice": 1897.805,
          "stopDistance": 1.768,
          "outcome": "target",
          "netR": 1.7908,
          "holdMinutes": 111
        },
        {
          "entryTs": 1645652100,
          "entryUtc": "2022-02-23T21:35:00.000Z",
          "exitTs": 1645658400,
          "dir": 1,
          "entryPrice": 1908.068,
          "exitPrice": 1911.067,
          "stopDistance": 1.5,
          "outcome": "target",
          "netR": 1.7533,
          "holdMinutes": 105
        },
        {
          "entryTs": 1645678800,
          "entryUtc": "2022-02-24T05:00:00.000Z",
          "exitTs": 1645694760,
          "dir": 1,
          "entryPrice": 1935.523,
          "exitPrice": 1947.208,
          "stopDistance": 5.843,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 266
        },
        {
          "entryTs": 1645703400,
          "entryUtc": "2022-02-24T11:50:00.000Z",
          "exitTs": 1645703880,
          "dir": 1,
          "entryPrice": 1968.468,
          "exitPrice": 1963.695,
          "stopDistance": 4.773,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 8
        },
        {
          "entryTs": 1645734300,
          "entryUtc": "2022-02-24T20:25:00.000Z",
          "exitTs": 1645736280,
          "dir": -1,
          "entryPrice": 1889.798,
          "exitPrice": 1897.261,
          "stopDistance": 7.463,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 33
        },
        {
          "entryTs": 1645771800,
          "entryUtc": "2022-02-25T06:50:00.000Z",
          "exitTs": 1645772340,
          "dir": 1,
          "entryPrice": 1915.856,
          "exitPrice": 1919.456,
          "stopDistance": 1.8,
          "outcome": "target",
          "netR": 1.7944,
          "holdMinutes": 9
        },
        {
          "entryTs": 1645798500,
          "entryUtc": "2022-02-25T14:15:00.000Z",
          "exitTs": 1646002800,
          "dir": -1,
          "entryPrice": 1890.088,
          "exitPrice": 1895.187,
          "stopDistance": 5.099,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 3405
        },
        {
          "entryTs": 1646010600,
          "entryUtc": "2022-02-28T01:10:00.000Z",
          "exitTs": 1646010840,
          "dir": 1,
          "entryPrice": 1912.238,
          "exitPrice": 1906.603,
          "stopDistance": 5.635,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 4
        },
        {
          "entryTs": 1646037000,
          "entryUtc": "2022-02-28T08:30:00.000Z",
          "exitTs": 1646043300,
          "dir": -1,
          "entryPrice": 1899.263,
          "exitPrice": 1902.943,
          "stopDistance": 3.68,
          "outcome": "stop",
          "netR": -1.1141,
          "holdMinutes": 105
        },
        {
          "entryTs": 1646069700,
          "entryUtc": "2022-02-28T17:35:00.000Z",
          "exitTs": 1646072340,
          "dir": -1,
          "entryPrice": 1895.448,
          "exitPrice": 1899.616,
          "stopDistance": 4.168,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 44
        },
        {
          "entryTs": 1646083800,
          "entryUtc": "2022-02-28T21:30:00.000Z",
          "exitTs": 1646091900,
          "dir": 1,
          "entryPrice": 1908.113,
          "exitPrice": 1906.067,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 135
        },
        {
          "entryTs": 1646102400,
          "entryUtc": "2022-03-01T02:40:00.000Z",
          "exitTs": 1646103840,
          "dir": -1,
          "entryPrice": 1903.088,
          "exitPrice": 1904.435,
          "stopDistance": 1.347,
          "outcome": "stop",
          "netR": -1.3118,
          "holdMinutes": 24
        },
        {
          "entryTs": 1646111100,
          "entryUtc": "2022-03-01T05:05:00.000Z",
          "exitTs": 1646114040,
          "dir": 1,
          "entryPrice": 1905.158,
          "exitPrice": 1907.361,
          "stopDistance": 1.102,
          "outcome": "target",
          "netR": 1.6642,
          "holdMinutes": 49
        },
        {
          "entryTs": 1646170200,
          "entryUtc": "2022-03-01T21:30:00.000Z",
          "exitTs": 1646170440,
          "dir": 1,
          "entryPrice": 1943.538,
          "exitPrice": 1940.676,
          "stopDistance": 2.862,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 4
        },
        {
          "entryTs": 1646185200,
          "entryUtc": "2022-03-02T01:40:00.000Z",
          "exitTs": 1646186700,
          "dir": -1,
          "entryPrice": 1935.036,
          "exitPrice": 1937.487,
          "stopDistance": 2.451,
          "outcome": "stop",
          "netR": -1.1714,
          "holdMinutes": 25
        },
        {
          "entryTs": 1646219100,
          "entryUtc": "2022-03-02T11:05:00.000Z",
          "exitTs": 1646228580,
          "dir": -1,
          "entryPrice": 1928.528,
          "exitPrice": 1933.413,
          "stopDistance": 4.885,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 158
        },
        {
          "entryTs": 1646282100,
          "entryUtc": "2022-03-03T04:35:00.000Z",
          "exitTs": 1646282580,
          "dir": -1,
          "entryPrice": 1927.257,
          "exitPrice": 1924.852,
          "stopDistance": 1.202,
          "outcome": "target",
          "netR": 1.6923,
          "holdMinutes": 8
        },
        {
          "entryTs": 1646285700,
          "entryUtc": "2022-03-03T05:35:00.000Z",
          "exitTs": 1646288100,
          "dir": -1,
          "entryPrice": 1925.008,
          "exitPrice": 1926.697,
          "stopDistance": 1.689,
          "outcome": "stop",
          "netR": -1.2487,
          "holdMinutes": 40
        },
        {
          "entryTs": 1646308500,
          "entryUtc": "2022-03-03T11:55:00.000Z",
          "exitTs": 1646310960,
          "dir": 1,
          "entryPrice": 1933.868,
          "exitPrice": 1931.451,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1738,
          "holdMinutes": 41
        },
        {
          "entryTs": 1646340900,
          "entryUtc": "2022-03-03T20:55:00.000Z",
          "exitTs": 1646344140,
          "dir": 1,
          "entryPrice": 1938.03,
          "exitPrice": 1935.65,
          "stopDistance": 2.38,
          "outcome": "stop",
          "netR": -1.1765,
          "holdMinutes": 54
        },
        {
          "entryTs": 1646355900,
          "entryUtc": "2022-03-04T01:05:00.000Z",
          "exitTs": 1646357040,
          "dir": 1,
          "entryPrice": 1943.137,
          "exitPrice": 1939.033,
          "stopDistance": 4.104,
          "outcome": "stop",
          "netR": -1.1023,
          "holdMinutes": 19
        },
        {
          "entryTs": 1646360700,
          "entryUtc": "2022-03-04T02:25:00.000Z",
          "exitTs": 1646384820,
          "dir": -1,
          "entryPrice": 1937.431,
          "exitPrice": 1941.438,
          "stopDistance": 4.007,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 402
        },
        {
          "entryTs": 1646388900,
          "entryUtc": "2022-03-04T10:15:00.000Z",
          "exitTs": 1646391780,
          "dir": 1,
          "entryPrice": 1942.728,
          "exitPrice": 1947.919,
          "stopDistance": 2.595,
          "outcome": "target",
          "netR": 1.8574,
          "holdMinutes": 48
        },
        {
          "entryTs": 1646392800,
          "entryUtc": "2022-03-04T11:20:00.000Z",
          "exitTs": 1646398800,
          "dir": 1,
          "entryPrice": 1945.668,
          "exitPrice": 1943.247,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 100
        },
        {
          "entryTs": 1646625300,
          "entryUtc": "2022-03-07T03:55:00.000Z",
          "exitTs": 1646633220,
          "dir": -1,
          "entryPrice": 1988.758,
          "exitPrice": 1981.955,
          "stopDistance": 3.402,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 132
        },
        {
          "entryTs": 1646634900,
          "entryUtc": "2022-03-07T06:35:00.000Z",
          "exitTs": 1646638560,
          "dir": -1,
          "entryPrice": 1983.188,
          "exitPrice": 1986.616,
          "stopDistance": 3.428,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 61
        },
        {
          "entryTs": 1646643900,
          "entryUtc": "2022-03-07T09:05:00.000Z",
          "exitTs": 1646652660,
          "dir": 1,
          "entryPrice": 1995.448,
          "exitPrice": 1991.794,
          "stopDistance": 3.654,
          "outcome": "stop",
          "netR": -1.115,
          "holdMinutes": 146
        },
        {
          "entryTs": 1646684700,
          "entryUtc": "2022-03-07T20:25:00.000Z",
          "exitTs": 1646700240,
          "dir": 1,
          "entryPrice": 1994.452,
          "exitPrice": 1991.149,
          "stopDistance": 3.304,
          "outcome": "stop",
          "netR": -1.1271,
          "holdMinutes": 259
        },
        {
          "entryTs": 1646705700,
          "entryUtc": "2022-03-08T02:15:00.000Z",
          "exitTs": 1646715540,
          "dir": -1,
          "entryPrice": 1987.718,
          "exitPrice": 1990.959,
          "stopDistance": 3.241,
          "outcome": "stop",
          "netR": -1.1296,
          "holdMinutes": 164
        },
        {
          "entryTs": 1646717100,
          "entryUtc": "2022-03-08T05:25:00.000Z",
          "exitTs": 1646719140,
          "dir": 1,
          "entryPrice": 1989.668,
          "exitPrice": 1993.36,
          "stopDistance": 1.846,
          "outcome": "target",
          "netR": 1.7996,
          "holdMinutes": 34
        },
        {
          "entryTs": 1646755200,
          "entryUtc": "2022-03-08T16:00:00.000Z",
          "exitTs": 1646759820,
          "dir": 1,
          "entryPrice": 2047.126,
          "exitPrice": 2035.438,
          "stopDistance": 11.688,
          "outcome": "stop",
          "netR": -1.0359,
          "holdMinutes": 77
        },
        {
          "entryTs": 1646776500,
          "entryUtc": "2022-03-08T21:55:00.000Z",
          "exitTs": 1646783160,
          "dir": 1,
          "entryPrice": 2050.082,
          "exitPrice": 2045.394,
          "stopDistance": 4.688,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 111
        },
        {
          "entryTs": 1646812800,
          "entryUtc": "2022-03-09T08:00:00.000Z",
          "exitTs": 1646816580,
          "dir": -1,
          "entryPrice": 2045.758,
          "exitPrice": 2037.125,
          "stopDistance": 4.317,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 63
        },
        {
          "entryTs": 1646853900,
          "entryUtc": "2022-03-09T19:25:00.000Z",
          "exitTs": 1646856000,
          "dir": -1,
          "entryPrice": 1985.438,
          "exitPrice": 1990.726,
          "stopDistance": 5.288,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 35
        },
        {
          "entryTs": 1646880000,
          "entryUtc": "2022-03-10T02:40:00.000Z",
          "exitTs": 1646883720,
          "dir": -1,
          "entryPrice": 1975.052,
          "exitPrice": 1978.349,
          "stopDistance": 3.297,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 62
        },
        {
          "entryTs": 1646914200,
          "entryUtc": "2022-03-10T12:10:00.000Z",
          "exitTs": 1646914620,
          "dir": 1,
          "entryPrice": 2003.982,
          "exitPrice": 1999.164,
          "stopDistance": 4.818,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 7
        },
        {
          "entryTs": 1646953200,
          "entryUtc": "2022-03-10T23:00:00.000Z",
          "exitTs": 1646953260,
          "dir": -1,
          "entryPrice": 1994.938,
          "exitPrice": 1996.943,
          "stopDistance": 2.005,
          "outcome": "stop",
          "netR": -1.2095,
          "holdMinutes": 1
        },
        {
          "entryTs": 1646962200,
          "entryUtc": "2022-03-11T01:30:00.000Z",
          "exitTs": 1646966220,
          "dir": -1,
          "entryPrice": 1993.008,
          "exitPrice": 1996.097,
          "stopDistance": 3.089,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 67
        },
        {
          "entryTs": 1646979000,
          "entryUtc": "2022-03-11T06:10:00.000Z",
          "exitTs": 1646984460,
          "dir": -1,
          "entryPrice": 1985.912,
          "exitPrice": 1988.93,
          "stopDistance": 3.018,
          "outcome": "stop",
          "netR": -1.1391,
          "holdMinutes": 91
        },
        {
          "entryTs": 1647007800,
          "entryUtc": "2022-03-11T14:10:00.000Z",
          "exitTs": 1647009420,
          "dir": -1,
          "entryPrice": 1965.558,
          "exitPrice": 1972.591,
          "stopDistance": 7.033,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 27
        },
        {
          "entryTs": 1647012600,
          "entryUtc": "2022-03-11T15:30:00.000Z",
          "exitTs": 1647016920,
          "dir": 1,
          "entryPrice": 1974.028,
          "exitPrice": 1987.554,
          "stopDistance": 6.763,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 72
        },
        {
          "entryTs": 1647227700,
          "entryUtc": "2022-03-14T03:15:00.000Z",
          "exitTs": 1647229020,
          "dir": -1,
          "entryPrice": 1972.958,
          "exitPrice": 1974.989,
          "stopDistance": 2.031,
          "outcome": "stop",
          "netR": -1.2068,
          "holdMinutes": 22
        },
        {
          "entryTs": 1647237900,
          "entryUtc": "2022-03-14T06:05:00.000Z",
          "exitTs": 1647240660,
          "dir": -1,
          "entryPrice": 1974.262,
          "exitPrice": 1976.332,
          "stopDistance": 2.07,
          "outcome": "stop",
          "netR": -1.2029,
          "holdMinutes": 46
        },
        {
          "entryTs": 1647256200,
          "entryUtc": "2022-03-14T11:10:00.000Z",
          "exitTs": 1647257040,
          "dir": -1,
          "entryPrice": 1962.941,
          "exitPrice": 1955.893,
          "stopDistance": 3.524,
          "outcome": "target",
          "netR": 1.895,
          "holdMinutes": 14
        },
        {
          "entryTs": 1647274200,
          "entryUtc": "2022-03-14T16:10:00.000Z",
          "exitTs": 1647276360,
          "dir": -1,
          "entryPrice": 1955.885,
          "exitPrice": 1959.593,
          "stopDistance": 3.708,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 36
        },
        {
          "entryTs": 1647310200,
          "entryUtc": "2022-03-15T02:10:00.000Z",
          "exitTs": 1647320280,
          "dir": -1,
          "entryPrice": 1943.952,
          "exitPrice": 1937.801,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 168
        },
        {
          "entryTs": 1647355800,
          "entryUtc": "2022-03-15T14:50:00.000Z",
          "exitTs": 1647359640,
          "dir": -1,
          "entryPrice": 1915.238,
          "exitPrice": 1921.099,
          "stopDistance": 5.861,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 64
        },
        {
          "entryTs": 1647432900,
          "entryUtc": "2022-03-16T12:15:00.000Z",
          "exitTs": 1647433260,
          "dir": 1,
          "entryPrice": 1922.648,
          "exitPrice": 1919.844,
          "stopDistance": 2.804,
          "outcome": "stop",
          "netR": -1.1498,
          "holdMinutes": 6
        },
        {
          "entryTs": 1647435300,
          "entryUtc": "2022-03-16T12:55:00.000Z",
          "exitTs": 1647438180,
          "dir": -1,
          "entryPrice": 1920.278,
          "exitPrice": 1913.325,
          "stopDistance": 3.477,
          "outcome": "target",
          "netR": 1.8936,
          "holdMinutes": 48
        },
        {
          "entryTs": 1647441900,
          "entryUtc": "2022-03-16T14:45:00.000Z",
          "exitTs": 1647454620,
          "dir": -1,
          "entryPrice": 1913.608,
          "exitPrice": 1902.172,
          "stopDistance": 5.718,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 212
        },
        {
          "entryTs": 1647462300,
          "entryUtc": "2022-03-16T20:25:00.000Z",
          "exitTs": 1647482400,
          "dir": 1,
          "entryPrice": 1924.418,
          "exitPrice": 1934.209,
          "stopDistance": 4.896,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 335
        },
        {
          "entryTs": 1647507900,
          "entryUtc": "2022-03-17T09:05:00.000Z",
          "exitTs": 1647508800,
          "dir": 1,
          "entryPrice": 1938.248,
          "exitPrice": 1935.55,
          "stopDistance": 2.698,
          "outcome": "stop",
          "netR": -1.1557,
          "holdMinutes": 15
        },
        {
          "entryTs": 1647529800,
          "entryUtc": "2022-03-17T15:10:00.000Z",
          "exitTs": 1647533520,
          "dir": 1,
          "entryPrice": 1946.623,
          "exitPrice": 1942.647,
          "stopDistance": 3.976,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 62
        },
        {
          "entryTs": 1647536400,
          "entryUtc": "2022-03-17T17:00:00.000Z",
          "exitTs": 1647540660,
          "dir": -1,
          "entryPrice": 1944.228,
          "exitPrice": 1938.516,
          "stopDistance": 2.856,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 71
        },
        {
          "entryTs": 1647563400,
          "entryUtc": "2022-03-18T00:30:00.000Z",
          "exitTs": 1647565020,
          "dir": 1,
          "entryPrice": 1942.738,
          "exitPrice": 1941.028,
          "stopDistance": 1.71,
          "outcome": "stop",
          "netR": -1.2456,
          "holdMinutes": 27
        },
        {
          "entryTs": 1647605400,
          "entryUtc": "2022-03-18T12:10:00.000Z",
          "exitTs": 1647608460,
          "dir": 1,
          "entryPrice": 1937.293,
          "exitPrice": 1934.482,
          "stopDistance": 2.811,
          "outcome": "stop",
          "netR": -1.1494,
          "holdMinutes": 51
        },
        {
          "entryTs": 1647824100,
          "entryUtc": "2022-03-21T00:55:00.000Z",
          "exitTs": 1647826680,
          "dir": 1,
          "entryPrice": 1921.868,
          "exitPrice": 1925.494,
          "stopDistance": 1.813,
          "outcome": "target",
          "netR": 1.7959,
          "holdMinutes": 43
        },
        {
          "entryTs": 1647828900,
          "entryUtc": "2022-03-21T02:15:00.000Z",
          "exitTs": 1647830100,
          "dir": 1,
          "entryPrice": 1927.083,
          "exitPrice": 1925.122,
          "stopDistance": 1.961,
          "outcome": "stop",
          "netR": -1.2142,
          "holdMinutes": 20
        },
        {
          "entryTs": 1647874500,
          "entryUtc": "2022-03-21T14:55:00.000Z",
          "exitTs": 1647882060,
          "dir": 1,
          "entryPrice": 1932.688,
          "exitPrice": 1929.33,
          "stopDistance": 3.358,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 126
        },
        {
          "entryTs": 1647902400,
          "entryUtc": "2022-03-21T22:40:00.000Z",
          "exitTs": 1647907260,
          "dir": 1,
          "entryPrice": 1935.803,
          "exitPrice": 1934.221,
          "stopDistance": 1.582,
          "outcome": "stop",
          "netR": -1.2655,
          "holdMinutes": 81
        },
        {
          "entryTs": 1647911100,
          "entryUtc": "2022-03-22T01:05:00.000Z",
          "exitTs": 1647917760,
          "dir": -1,
          "entryPrice": 1932.265,
          "exitPrice": 1934.096,
          "stopDistance": 1.831,
          "outcome": "stop",
          "netR": -1.2293,
          "holdMinutes": 111
        },
        {
          "entryTs": 1647921900,
          "entryUtc": "2022-03-22T04:05:00.000Z",
          "exitTs": 1647922860,
          "dir": 1,
          "entryPrice": 1936.088,
          "exitPrice": 1934.728,
          "stopDistance": 1.36,
          "outcome": "stop",
          "netR": -1.3088,
          "holdMinutes": 16
        },
        {
          "entryTs": 1647942600,
          "entryUtc": "2022-03-22T09:50:00.000Z",
          "exitTs": 1647943800,
          "dir": -1,
          "entryPrice": 1925.363,
          "exitPrice": 1927.946,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 20
        },
        {
          "entryTs": 1648006200,
          "entryUtc": "2022-03-23T03:30:00.000Z",
          "exitTs": 1648007640,
          "dir": 1,
          "entryPrice": 1923.033,
          "exitPrice": 1921.654,
          "stopDistance": 1.378,
          "outcome": "stop",
          "netR": -1.3047,
          "holdMinutes": 24
        },
        {
          "entryTs": 1648044900,
          "entryUtc": "2022-03-23T14:15:00.000Z",
          "exitTs": 1648045140,
          "dir": 1,
          "entryPrice": 1932.088,
          "exitPrice": 1929.038,
          "stopDistance": 3.05,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 4
        },
        {
          "entryTs": 1648067400,
          "entryUtc": "2022-03-23T20:30:00.000Z",
          "exitTs": 1648072800,
          "dir": 1,
          "entryPrice": 1945.138,
          "exitPrice": 1943.228,
          "stopDistance": 1.91,
          "outcome": "stop",
          "netR": -1.2199,
          "holdMinutes": 90
        },
        {
          "entryTs": 1648095900,
          "entryUtc": "2022-03-24T04:25:00.000Z",
          "exitTs": 1648101600,
          "dir": -1,
          "entryPrice": 1940.338,
          "exitPrice": 1937.408,
          "stopDistance": 1.465,
          "outcome": "target",
          "netR": 1.7474,
          "holdMinutes": 95
        },
        {
          "entryTs": 1648115700,
          "entryUtc": "2022-03-24T09:55:00.000Z",
          "exitTs": 1648116300,
          "dir": -1,
          "entryPrice": 1940.228,
          "exitPrice": 1942.144,
          "stopDistance": 1.916,
          "outcome": "stop",
          "netR": -1.2192,
          "holdMinutes": 10
        },
        {
          "entryTs": 1648119600,
          "entryUtc": "2022-03-24T11:00:00.000Z",
          "exitTs": 1648122000,
          "dir": 1,
          "entryPrice": 1943.658,
          "exitPrice": 1947.74,
          "stopDistance": 2.041,
          "outcome": "target",
          "netR": 1.8187,
          "holdMinutes": 40
        },
        {
          "entryTs": 1648159500,
          "entryUtc": "2022-03-24T22:05:00.000Z",
          "exitTs": 1648167240,
          "dir": -1,
          "entryPrice": 1959.098,
          "exitPrice": 1961.08,
          "stopDistance": 1.982,
          "outcome": "stop",
          "netR": -1.2119,
          "holdMinutes": 129
        },
        {
          "entryTs": 1648223700,
          "entryUtc": "2022-03-25T15:55:00.000Z",
          "exitTs": 1648229400,
          "dir": 1,
          "entryPrice": 1956.478,
          "exitPrice": 1952.685,
          "stopDistance": 3.793,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 95
        },
        {
          "entryTs": 1648435200,
          "entryUtc": "2022-03-28T02:40:00.000Z",
          "exitTs": 1648439640,
          "dir": -1,
          "entryPrice": 1948.858,
          "exitPrice": 1943.271,
          "stopDistance": 2.793,
          "outcome": "target",
          "netR": 1.8675,
          "holdMinutes": 74
        },
        {
          "entryTs": 1648459500,
          "entryUtc": "2022-03-28T09:25:00.000Z",
          "exitTs": 1648461480,
          "dir": -1,
          "entryPrice": 1929.243,
          "exitPrice": 1932.301,
          "stopDistance": 3.058,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 33
        },
        {
          "entryTs": 1648498200,
          "entryUtc": "2022-03-28T20:10:00.000Z",
          "exitTs": 1648509120,
          "dir": -1,
          "entryPrice": 1921.028,
          "exitPrice": 1923.901,
          "stopDistance": 2.873,
          "outcome": "stop",
          "netR": -1.1462,
          "holdMinutes": 182
        },
        {
          "entryTs": 1648565400,
          "entryUtc": "2022-03-29T14:50:00.000Z",
          "exitTs": 1648583220,
          "dir": 1,
          "entryPrice": 1908.533,
          "exitPrice": 1919.807,
          "stopDistance": 5.637,
          "outcome": "target",
          "netR": 1.9344,
          "holdMinutes": 297
        },
        {
          "entryTs": 1648593300,
          "entryUtc": "2022-03-29T22:35:00.000Z",
          "exitTs": 1648595520,
          "dir": 1,
          "entryPrice": 1919.808,
          "exitPrice": 1918.644,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.361,
          "holdMinutes": 37
        },
        {
          "entryTs": 1648654200,
          "entryUtc": "2022-03-30T15:30:00.000Z",
          "exitTs": 1648659000,
          "dir": 1,
          "entryPrice": 1934.958,
          "exitPrice": 1931.676,
          "stopDistance": 3.282,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 80
        },
        {
          "entryTs": 1648706100,
          "entryUtc": "2022-03-31T05:55:00.000Z",
          "exitTs": 1648706700,
          "dir": -1,
          "entryPrice": 1921.868,
          "exitPrice": 1924.109,
          "stopDistance": 2.241,
          "outcome": "stop",
          "netR": -1.1874,
          "holdMinutes": 10
        },
        {
          "entryTs": 1648714200,
          "entryUtc": "2022-03-31T08:10:00.000Z",
          "exitTs": 1648714500,
          "dir": 1,
          "entryPrice": 1930.078,
          "exitPrice": 1927.492,
          "stopDistance": 2.586,
          "outcome": "stop",
          "netR": -1.1624,
          "holdMinutes": 5
        },
        {
          "entryTs": 1648743000,
          "entryUtc": "2022-03-31T16:10:00.000Z",
          "exitTs": 1648743900,
          "dir": 1,
          "entryPrice": 1942.283,
          "exitPrice": 1939.693,
          "stopDistance": 2.59,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 15
        },
        {
          "entryTs": 1648779000,
          "entryUtc": "2022-04-01T02:10:00.000Z",
          "exitTs": 1648780020,
          "dir": 1,
          "entryPrice": 1936.548,
          "exitPrice": 1935.076,
          "stopDistance": 1.472,
          "outcome": "stop",
          "netR": -1.2854,
          "holdMinutes": 17
        },
        {
          "entryTs": 1648805700,
          "entryUtc": "2022-04-01T09:35:00.000Z",
          "exitTs": 1648809840,
          "dir": 1,
          "entryPrice": 1933.478,
          "exitPrice": 1931.278,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 69
        },
        {
          "entryTs": 1648832100,
          "entryUtc": "2022-04-01T16:55:00.000Z",
          "exitTs": 1648833780,
          "dir": -1,
          "entryPrice": 1925.168,
          "exitPrice": 1919.567,
          "stopDistance": 2.801,
          "outcome": "target",
          "netR": 1.8679,
          "holdMinutes": 28
        },
        {
          "entryTs": 1648835700,
          "entryUtc": "2022-04-01T17:55:00.000Z",
          "exitTs": 1648837620,
          "dir": -1,
          "entryPrice": 1921.958,
          "exitPrice": 1924.679,
          "stopDistance": 2.721,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 32
        },
        {
          "entryTs": 1649026200,
          "entryUtc": "2022-04-03T22:50:00.000Z",
          "exitTs": 1649030100,
          "dir": -1,
          "entryPrice": 1922.858,
          "exitPrice": 1924.457,
          "stopDistance": 1.599,
          "outcome": "stop",
          "netR": -1.2627,
          "holdMinutes": 65
        },
        {
          "entryTs": 1649043000,
          "entryUtc": "2022-04-04T03:30:00.000Z",
          "exitTs": 1649045640,
          "dir": -1,
          "entryPrice": 1919.663,
          "exitPrice": 1917.1,
          "stopDistance": 1.281,
          "outcome": "target",
          "netR": 1.7112,
          "holdMinutes": 44
        },
        {
          "entryTs": 1649048700,
          "entryUtc": "2022-04-04T05:05:00.000Z",
          "exitTs": 1649049180,
          "dir": -1,
          "entryPrice": 1917.726,
          "exitPrice": 1918.937,
          "stopDistance": 1.211,
          "outcome": "stop",
          "netR": -1.3469,
          "holdMinutes": 8
        },
        {
          "entryTs": 1649062200,
          "entryUtc": "2022-04-04T08:50:00.000Z",
          "exitTs": 1649064000,
          "dir": 1,
          "entryPrice": 1929.778,
          "exitPrice": 1927.627,
          "stopDistance": 2.151,
          "outcome": "stop",
          "netR": -1.1953,
          "holdMinutes": 30
        },
        {
          "entryTs": 1649099400,
          "entryUtc": "2022-04-04T19:10:00.000Z",
          "exitTs": 1649101560,
          "dir": 1,
          "entryPrice": 1931.608,
          "exitPrice": 1929.998,
          "stopDistance": 1.61,
          "outcome": "stop",
          "netR": -1.2609,
          "holdMinutes": 36
        },
        {
          "entryTs": 1649129700,
          "entryUtc": "2022-04-05T03:35:00.000Z",
          "exitTs": 1649130180,
          "dir": -1,
          "entryPrice": 1928.458,
          "exitPrice": 1929.507,
          "stopDistance": 1.049,
          "outcome": "stop",
          "netR": -1.4002,
          "holdMinutes": 8
        },
        {
          "entryTs": 1649133300,
          "entryUtc": "2022-04-05T04:35:00.000Z",
          "exitTs": 1649135820,
          "dir": -1,
          "entryPrice": 1927.958,
          "exitPrice": 1929.107,
          "stopDistance": 1.149,
          "outcome": "stop",
          "netR": -1.3654,
          "holdMinutes": 42
        },
        {
          "entryTs": 1649142900,
          "entryUtc": "2022-04-05T07:15:00.000Z",
          "exitTs": 1649143020,
          "dir": 1,
          "entryPrice": 1931.348,
          "exitPrice": 1929.83,
          "stopDistance": 1.518,
          "outcome": "stop",
          "netR": -1.2767,
          "holdMinutes": 2
        },
        {
          "entryTs": 1649274600,
          "entryUtc": "2022-04-06T19:50:00.000Z",
          "exitTs": 1649304600,
          "dir": 1,
          "entryPrice": 1923.678,
          "exitPrice": 1921.988,
          "stopDistance": 3.735,
          "outcome": "time",
          "netR": -0.5516,
          "holdMinutes": 500
        },
        {
          "entryTs": 1649321700,
          "entryUtc": "2022-04-07T08:55:00.000Z",
          "exitTs": 1649329680,
          "dir": 1,
          "entryPrice": 1926.138,
          "exitPrice": 1924.16,
          "stopDistance": 1.978,
          "outcome": "stop",
          "netR": -1.2124,
          "holdMinutes": 133
        },
        {
          "entryTs": 1649346600,
          "entryUtc": "2022-04-07T15:50:00.000Z",
          "exitTs": 1649348280,
          "dir": -1,
          "entryPrice": 1932.008,
          "exitPrice": 1935.063,
          "stopDistance": 3.055,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 28
        },
        {
          "entryTs": 1649394600,
          "entryUtc": "2022-04-08T05:10:00.000Z",
          "exitTs": 1649395740,
          "dir": -1,
          "entryPrice": 1929.178,
          "exitPrice": 1930.305,
          "stopDistance": 1.127,
          "outcome": "stop",
          "netR": -1.3727,
          "holdMinutes": 19
        },
        {
          "entryTs": 1649429400,
          "entryUtc": "2022-04-08T14:50:00.000Z",
          "exitTs": 1649437620,
          "dir": 1,
          "entryPrice": 1943.518,
          "exitPrice": 1939.658,
          "stopDistance": 3.86,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 137
        },
        {
          "entryTs": 1649630100,
          "entryUtc": "2022-04-10T22:35:00.000Z",
          "exitTs": 1649633160,
          "dir": 1,
          "entryPrice": 1946.678,
          "exitPrice": 1944.827,
          "stopDistance": 1.851,
          "outcome": "stop",
          "netR": -1.227,
          "holdMinutes": 51
        },
        {
          "entryTs": 1649644800,
          "entryUtc": "2022-04-11T02:40:00.000Z",
          "exitTs": 1649647620,
          "dir": -1,
          "entryPrice": 1943.198,
          "exitPrice": 1945.039,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2281,
          "holdMinutes": 47
        },
        {
          "entryTs": 1649649000,
          "entryUtc": "2022-04-11T03:50:00.000Z",
          "exitTs": 1649649660,
          "dir": 1,
          "entryPrice": 1943.884,
          "exitPrice": 1942.275,
          "stopDistance": 1.609,
          "outcome": "stop",
          "netR": -1.261,
          "holdMinutes": 11
        },
        {
          "entryTs": 1649688900,
          "entryUtc": "2022-04-11T14:55:00.000Z",
          "exitTs": 1649696220,
          "dir": -1,
          "entryPrice": 1950.372,
          "exitPrice": 1941.902,
          "stopDistance": 4.235,
          "outcome": "target",
          "netR": 1.9126,
          "holdMinutes": 122
        },
        {
          "entryTs": 1649698200,
          "entryUtc": "2022-04-11T17:30:00.000Z",
          "exitTs": 1649700840,
          "dir": -1,
          "entryPrice": 1945.198,
          "exitPrice": 1948.081,
          "stopDistance": 2.883,
          "outcome": "stop",
          "netR": -1.1457,
          "holdMinutes": 44
        },
        {
          "entryTs": 1649709900,
          "entryUtc": "2022-04-11T20:45:00.000Z",
          "exitTs": 1649723520,
          "dir": 1,
          "entryPrice": 1952.888,
          "exitPrice": 1951.152,
          "stopDistance": 1.735,
          "outcome": "stop",
          "netR": -1.242,
          "holdMinutes": 227
        },
        {
          "entryTs": 1649739000,
          "entryUtc": "2022-04-12T04:50:00.000Z",
          "exitTs": 1649739840,
          "dir": 1,
          "entryPrice": 1958.372,
          "exitPrice": 1957.126,
          "stopDistance": 1.246,
          "outcome": "stop",
          "netR": -1.3372,
          "holdMinutes": 14
        },
        {
          "entryTs": 1649796900,
          "entryUtc": "2022-04-12T20:55:00.000Z",
          "exitTs": 1649802180,
          "dir": -1,
          "entryPrice": 1966.088,
          "exitPrice": 1967.706,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2595,
          "holdMinutes": 88
        },
        {
          "entryTs": 1649829900,
          "entryUtc": "2022-04-13T06:05:00.000Z",
          "exitTs": 1649830860,
          "dir": 1,
          "entryPrice": 1970.508,
          "exitPrice": 1968.862,
          "stopDistance": 1.646,
          "outcome": "stop",
          "netR": -1.2551,
          "holdMinutes": 16
        },
        {
          "entryTs": 1649866200,
          "entryUtc": "2022-04-13T16:10:00.000Z",
          "exitTs": 1649876100,
          "dir": 1,
          "entryPrice": 1979.192,
          "exitPrice": 1976.673,
          "stopDistance": 2.519,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 165
        },
        {
          "entryTs": 1649898000,
          "entryUtc": "2022-04-14T01:00:00.000Z",
          "exitTs": 1649899320,
          "dir": -1,
          "entryPrice": 1974.828,
          "exitPrice": 1975.938,
          "stopDistance": 1.11,
          "outcome": "stop",
          "netR": -1.3784,
          "holdMinutes": 22
        },
        {
          "entryTs": 1649923500,
          "entryUtc": "2022-04-14T08:05:00.000Z",
          "exitTs": 1649926500,
          "dir": 1,
          "entryPrice": 1974.522,
          "exitPrice": 1972.172,
          "stopDistance": 2.35,
          "outcome": "stop",
          "netR": -1.1787,
          "holdMinutes": 50
        },
        {
          "entryTs": 1649946600,
          "entryUtc": "2022-04-14T14:30:00.000Z",
          "exitTs": 1649947620,
          "dir": -1,
          "entryPrice": 1967.948,
          "exitPrice": 1972.454,
          "stopDistance": 4.506,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 17
        },
        {
          "entryTs": 1649952000,
          "entryUtc": "2022-04-14T16:00:00.000Z",
          "exitTs": 1649952780,
          "dir": -1,
          "entryPrice": 1966.662,
          "exitPrice": 1970.176,
          "stopDistance": 3.514,
          "outcome": "stop",
          "netR": -1.1195,
          "holdMinutes": 13
        },
        {
          "entryTs": 1650241500,
          "entryUtc": "2022-04-18T00:25:00.000Z",
          "exitTs": 1650263460,
          "dir": 1,
          "entryPrice": 1984.218,
          "exitPrice": 1989.138,
          "stopDistance": 2.46,
          "outcome": "target",
          "netR": 1.8496,
          "holdMinutes": 366
        },
        {
          "entryTs": 1650295200,
          "entryUtc": "2022-04-18T15:20:00.000Z",
          "exitTs": 1650295500,
          "dir": -1,
          "entryPrice": 1984.718,
          "exitPrice": 1987.808,
          "stopDistance": 3.09,
          "outcome": "stop",
          "netR": -1.1359,
          "holdMinutes": 5
        },
        {
          "entryTs": 1650307200,
          "entryUtc": "2022-04-18T18:40:00.000Z",
          "exitTs": 1650308940,
          "dir": -1,
          "entryPrice": 1979.112,
          "exitPrice": 1981.494,
          "stopDistance": 2.382,
          "outcome": "stop",
          "netR": -1.1763,
          "holdMinutes": 29
        },
        {
          "entryTs": 1650314100,
          "entryUtc": "2022-04-18T20:35:00.000Z",
          "exitTs": 1650329220,
          "dir": -1,
          "entryPrice": 1978.302,
          "exitPrice": 1974.991,
          "stopDistance": 1.655,
          "outcome": "target",
          "netR": 1.7765,
          "holdMinutes": 252
        },
        {
          "entryTs": 1650357600,
          "entryUtc": "2022-04-19T08:40:00.000Z",
          "exitTs": 1650359940,
          "dir": 1,
          "entryPrice": 1978.628,
          "exitPrice": 1976.613,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 39
        },
        {
          "entryTs": 1650398400,
          "entryUtc": "2022-04-19T20:00:00.000Z",
          "exitTs": 1650405960,
          "dir": -1,
          "entryPrice": 1947.998,
          "exitPrice": 1950.353,
          "stopDistance": 2.354,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 126
        },
        {
          "entryTs": 1650429000,
          "entryUtc": "2022-04-20T04:30:00.000Z",
          "exitTs": 1650432600,
          "dir": -1,
          "entryPrice": 1944.006,
          "exitPrice": 1946.318,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 60
        },
        {
          "entryTs": 1650438000,
          "entryUtc": "2022-04-20T07:00:00.000Z",
          "exitTs": 1650438240,
          "dir": -1,
          "entryPrice": 1941.378,
          "exitPrice": 1943.222,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2277,
          "holdMinutes": 4
        },
        {
          "entryTs": 1650450900,
          "entryUtc": "2022-04-20T10:35:00.000Z",
          "exitTs": 1650456960,
          "dir": 1,
          "entryPrice": 1950.678,
          "exitPrice": 1948.447,
          "stopDistance": 2.231,
          "outcome": "stop",
          "netR": -1.1883,
          "holdMinutes": 101
        },
        {
          "entryTs": 1650486000,
          "entryUtc": "2022-04-20T20:20:00.000Z",
          "exitTs": 1650500580,
          "dir": 1,
          "entryPrice": 1954.968,
          "exitPrice": 1953.3,
          "stopDistance": 1.668,
          "outcome": "stop",
          "netR": -1.2518,
          "holdMinutes": 243
        },
        {
          "entryTs": 1650514800,
          "entryUtc": "2022-04-21T04:20:00.000Z",
          "exitTs": 1650520380,
          "dir": -1,
          "entryPrice": 1951.712,
          "exitPrice": 1952.951,
          "stopDistance": 1.239,
          "outcome": "stop",
          "netR": -1.339,
          "holdMinutes": 93
        },
        {
          "entryTs": 1650534600,
          "entryUtc": "2022-04-21T09:50:00.000Z",
          "exitTs": 1650535440,
          "dir": -1,
          "entryPrice": 1946.418,
          "exitPrice": 1942.345,
          "stopDistance": 2.036,
          "outcome": "target",
          "netR": 1.8183,
          "holdMinutes": 14
        },
        {
          "entryTs": 1650571200,
          "entryUtc": "2022-04-21T20:00:00.000Z",
          "exitTs": 1650588780,
          "dir": 1,
          "entryPrice": 1950.958,
          "exitPrice": 1948.665,
          "stopDistance": 2.293,
          "outcome": "stop",
          "netR": -1.1832,
          "holdMinutes": 293
        },
        {
          "entryTs": 1650598200,
          "entryUtc": "2022-04-22T03:30:00.000Z",
          "exitTs": 1650599100,
          "dir": -1,
          "entryPrice": 1949.028,
          "exitPrice": 1950.891,
          "stopDistance": 1.863,
          "outcome": "stop",
          "netR": -1.2255,
          "holdMinutes": 15
        },
        {
          "entryTs": 1650621300,
          "entryUtc": "2022-04-22T09:55:00.000Z",
          "exitTs": 1650622920,
          "dir": -1,
          "entryPrice": 1943.608,
          "exitPrice": 1939.296,
          "stopDistance": 2.156,
          "outcome": "target",
          "netR": 1.8284,
          "holdMinutes": 27
        },
        {
          "entryTs": 1650625200,
          "entryUtc": "2022-04-22T11:00:00.000Z",
          "exitTs": 1650629940,
          "dir": -1,
          "entryPrice": 1936.368,
          "exitPrice": 1929.869,
          "stopDistance": 3.249,
          "outcome": "target",
          "netR": 1.8861,
          "holdMinutes": 79
        },
        {
          "entryTs": 1650864000,
          "entryUtc": "2022-04-25T05:20:00.000Z",
          "exitTs": 1650868380,
          "dir": -1,
          "entryPrice": 1917.868,
          "exitPrice": 1912.984,
          "stopDistance": 2.442,
          "outcome": "target",
          "netR": 1.8485,
          "holdMinutes": 73
        },
        {
          "entryTs": 1650892500,
          "entryUtc": "2022-04-25T13:15:00.000Z",
          "exitTs": 1650892620,
          "dir": -1,
          "entryPrice": 1898.008,
          "exitPrice": 1902.219,
          "stopDistance": 4.211,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 2
        },
        {
          "entryTs": 1650919500,
          "entryUtc": "2022-04-25T20:45:00.000Z",
          "exitTs": 1650924660,
          "dir": -1,
          "entryPrice": 1898.243,
          "exitPrice": 1899.87,
          "stopDistance": 1.627,
          "outcome": "stop",
          "netR": -1.2582,
          "holdMinutes": 86
        },
        {
          "entryTs": 1650943800,
          "entryUtc": "2022-04-26T03:30:00.000Z",
          "exitTs": 1650952020,
          "dir": 1,
          "entryPrice": 1902.848,
          "exitPrice": 1906.691,
          "stopDistance": 1.921,
          "outcome": "target",
          "netR": 1.8074,
          "holdMinutes": 137
        },
        {
          "entryTs": 1651012500,
          "entryUtc": "2022-04-26T22:35:00.000Z",
          "exitTs": 1651021200,
          "dir": 1,
          "entryPrice": 1904.478,
          "exitPrice": 1902.87,
          "stopDistance": 1.608,
          "outcome": "stop",
          "netR": -1.2612,
          "holdMinutes": 145
        },
        {
          "entryTs": 1651030500,
          "entryUtc": "2022-04-27T03:35:00.000Z",
          "exitTs": 1651037400,
          "dir": -1,
          "entryPrice": 1898.773,
          "exitPrice": 1900.526,
          "stopDistance": 1.753,
          "outcome": "stop",
          "netR": -1.2396,
          "holdMinutes": 115
        },
        {
          "entryTs": 1651050600,
          "entryUtc": "2022-04-27T09:10:00.000Z",
          "exitTs": 1651052340,
          "dir": -1,
          "entryPrice": 1894.623,
          "exitPrice": 1897.846,
          "stopDistance": 3.223,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 29
        },
        {
          "entryTs": 1651059900,
          "entryUtc": "2022-04-27T11:45:00.000Z",
          "exitTs": 1651060800,
          "dir": 1,
          "entryPrice": 1897.378,
          "exitPrice": 1902.254,
          "stopDistance": 2.438,
          "outcome": "target",
          "netR": 1.8482,
          "holdMinutes": 15
        },
        {
          "entryTs": 1651083600,
          "entryUtc": "2022-04-27T18:20:00.000Z",
          "exitTs": 1651083960,
          "dir": 1,
          "entryPrice": 1889.133,
          "exitPrice": 1887.085,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 6
        },
        {
          "entryTs": 1651092000,
          "entryUtc": "2022-04-27T20:40:00.000Z",
          "exitTs": 1651107660,
          "dir": -1,
          "entryPrice": 1885.863,
          "exitPrice": 1883.016,
          "stopDistance": 1.423,
          "outcome": "target",
          "netR": 1.7401,
          "holdMinutes": 261
        },
        {
          "entryTs": 1651121100,
          "entryUtc": "2022-04-28T04:45:00.000Z",
          "exitTs": 1651124160,
          "dir": -1,
          "entryPrice": 1878.128,
          "exitPrice": 1874.259,
          "stopDistance": 1.934,
          "outcome": "target",
          "netR": 1.8087,
          "holdMinutes": 51
        },
        {
          "entryTs": 1651140600,
          "entryUtc": "2022-04-28T10:10:00.000Z",
          "exitTs": 1651141380,
          "dir": 1,
          "entryPrice": 1888.238,
          "exitPrice": 1885.48,
          "stopDistance": 2.758,
          "outcome": "stop",
          "netR": -1.1523,
          "holdMinutes": 13
        },
        {
          "entryTs": 1651155000,
          "entryUtc": "2022-04-28T14:10:00.000Z",
          "exitTs": 1651155240,
          "dir": 1,
          "entryPrice": 1888.053,
          "exitPrice": 1884.206,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 4
        },
        {
          "entryTs": 1651163100,
          "entryUtc": "2022-04-28T16:25:00.000Z",
          "exitTs": 1651164240,
          "dir": -1,
          "entryPrice": 1886.223,
          "exitPrice": 1888.895,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 19
        },
        {
          "entryTs": 1651198800,
          "entryUtc": "2022-04-29T02:20:00.000Z",
          "exitTs": 1651200480,
          "dir": 1,
          "entryPrice": 1901.198,
          "exitPrice": 1899.086,
          "stopDistance": 2.112,
          "outcome": "stop",
          "netR": -1.1988,
          "holdMinutes": 28
        },
        {
          "entryTs": 1651206300,
          "entryUtc": "2022-04-29T04:25:00.000Z",
          "exitTs": 1651208760,
          "dir": 1,
          "entryPrice": 1903.778,
          "exitPrice": 1907.177,
          "stopDistance": 1.7,
          "outcome": "target",
          "netR": 1.7823,
          "holdMinutes": 41
        },
        {
          "entryTs": 1651210800,
          "entryUtc": "2022-04-29T05:40:00.000Z",
          "exitTs": 1651213140,
          "dir": 1,
          "entryPrice": 1906.298,
          "exitPrice": 1909.534,
          "stopDistance": 1.618,
          "outcome": "target",
          "netR": 1.7713,
          "holdMinutes": 39
        },
        {
          "entryTs": 1651216800,
          "entryUtc": "2022-04-29T07:20:00.000Z",
          "exitTs": 1651218420,
          "dir": 1,
          "entryPrice": 1910.703,
          "exitPrice": 1915.186,
          "stopDistance": 2.242,
          "outcome": "target",
          "netR": 1.8349,
          "holdMinutes": 27
        },
        {
          "entryTs": 1651247100,
          "entryUtc": "2022-04-29T15:45:00.000Z",
          "exitTs": 1651260540,
          "dir": -1,
          "entryPrice": 1908.443,
          "exitPrice": 1901.181,
          "stopDistance": 3.631,
          "outcome": "target",
          "netR": 1.8981,
          "holdMinutes": 224
        },
        {
          "entryTs": 1651485300,
          "entryUtc": "2022-05-02T09:55:00.000Z",
          "exitTs": 1651491480,
          "dir": -1,
          "entryPrice": 1880.723,
          "exitPrice": 1876.887,
          "stopDistance": 1.918,
          "outcome": "target",
          "netR": 1.8071,
          "holdMinutes": 103
        },
        {
          "entryTs": 1651500600,
          "entryUtc": "2022-05-02T14:10:00.000Z",
          "exitTs": 1651505820,
          "dir": -1,
          "entryPrice": 1861.158,
          "exitPrice": 1865.288,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 87
        },
        {
          "entryTs": 1651523700,
          "entryUtc": "2022-05-02T20:35:00.000Z",
          "exitTs": 1651529580,
          "dir": -1,
          "entryPrice": 1862.053,
          "exitPrice": 1863.607,
          "stopDistance": 1.554,
          "outcome": "stop",
          "netR": -1.2702,
          "holdMinutes": 98
        },
        {
          "entryTs": 1651555500,
          "entryUtc": "2022-05-03T05:25:00.000Z",
          "exitTs": 1651558080,
          "dir": -1,
          "entryPrice": 1859.758,
          "exitPrice": 1861.293,
          "stopDistance": 1.535,
          "outcome": "stop",
          "netR": -1.2736,
          "holdMinutes": 43
        },
        {
          "entryTs": 1651591800,
          "entryUtc": "2022-05-03T15:30:00.000Z",
          "exitTs": 1651593900,
          "dir": 1,
          "entryPrice": 1872.898,
          "exitPrice": 1869.385,
          "stopDistance": 3.513,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 35
        },
        {
          "entryTs": 1651620300,
          "entryUtc": "2022-05-03T23:25:00.000Z",
          "exitTs": 1651621500,
          "dir": 1,
          "entryPrice": 1868.383,
          "exitPrice": 1867.41,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4314,
          "holdMinutes": 20
        },
        {
          "entryTs": 1651636800,
          "entryUtc": "2022-05-04T04:00:00.000Z",
          "exitTs": 1651638480,
          "dir": 1,
          "entryPrice": 1864.538,
          "exitPrice": 1863.452,
          "stopDistance": 1.086,
          "outcome": "stop",
          "netR": -1.3867,
          "holdMinutes": 28
        },
        {
          "entryTs": 1651652400,
          "entryUtc": "2022-05-04T08:20:00.000Z",
          "exitTs": 1651655280,
          "dir": 1,
          "entryPrice": 1869.455,
          "exitPrice": 1867.44,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2084,
          "holdMinutes": 48
        },
        {
          "entryTs": 1651663500,
          "entryUtc": "2022-05-04T11:25:00.000Z",
          "exitTs": 1651664580,
          "dir": -1,
          "entryPrice": 1867.728,
          "exitPrice": 1869.421,
          "stopDistance": 1.693,
          "outcome": "stop",
          "netR": -1.248,
          "holdMinutes": 18
        },
        {
          "entryTs": 1651717500,
          "entryUtc": "2022-05-05T02:25:00.000Z",
          "exitTs": 1651734060,
          "dir": 1,
          "entryPrice": 1899.248,
          "exitPrice": 1896.756,
          "stopDistance": 2.492,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 276
        },
        {
          "entryTs": 1651740900,
          "entryUtc": "2022-05-05T08:55:00.000Z",
          "exitTs": 1651742100,
          "dir": -1,
          "entryPrice": 1892.788,
          "exitPrice": 1895.406,
          "stopDistance": 2.618,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 20
        },
        {
          "entryTs": 1651747200,
          "entryUtc": "2022-05-05T10:40:00.000Z",
          "exitTs": 1651753020,
          "dir": 1,
          "entryPrice": 1896.418,
          "exitPrice": 1900.668,
          "stopDistance": 2.125,
          "outcome": "target",
          "netR": 1.8259,
          "holdMinutes": 97
        },
        {
          "entryTs": 1651756800,
          "entryUtc": "2022-05-05T13:20:00.000Z",
          "exitTs": 1651757760,
          "dir": 1,
          "entryPrice": 1902.988,
          "exitPrice": 1899.209,
          "stopDistance": 3.779,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 16
        },
        {
          "entryTs": 1651832100,
          "entryUtc": "2022-05-06T10:15:00.000Z",
          "exitTs": 1651840200,
          "dir": 1,
          "entryPrice": 1881.758,
          "exitPrice": 1886.457,
          "stopDistance": 2.35,
          "outcome": "target",
          "netR": 1.8425,
          "holdMinutes": 135
        },
        {
          "entryTs": 1651852500,
          "entryUtc": "2022-05-06T15:55:00.000Z",
          "exitTs": 1651857540,
          "dir": 1,
          "entryPrice": 1886.678,
          "exitPrice": 1883.037,
          "stopDistance": 3.641,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 84
        },
        {
          "entryTs": 1652065800,
          "entryUtc": "2022-05-09T03:10:00.000Z",
          "exitTs": 1652072400,
          "dir": -1,
          "entryPrice": 1876.028,
          "exitPrice": 1872.182,
          "stopDistance": 1.923,
          "outcome": "target",
          "netR": 1.8076,
          "holdMinutes": 110
        },
        {
          "entryTs": 1652077800,
          "entryUtc": "2022-05-09T06:30:00.000Z",
          "exitTs": 1652080620,
          "dir": -1,
          "entryPrice": 1872.333,
          "exitPrice": 1868.957,
          "stopDistance": 1.688,
          "outcome": "target",
          "netR": 1.7808,
          "holdMinutes": 47
        },
        {
          "entryTs": 1652101200,
          "entryUtc": "2022-05-09T13:00:00.000Z",
          "exitTs": 1652102340,
          "dir": 1,
          "entryPrice": 1864.363,
          "exitPrice": 1870.7,
          "stopDistance": 3.169,
          "outcome": "target",
          "netR": 1.8832,
          "holdMinutes": 19
        },
        {
          "entryTs": 1652157900,
          "entryUtc": "2022-05-10T04:45:00.000Z",
          "exitTs": 1652160000,
          "dir": 1,
          "entryPrice": 1863.608,
          "exitPrice": 1861.836,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.237,
          "holdMinutes": 35
        },
        {
          "entryTs": 1652170800,
          "entryUtc": "2022-05-10T08:20:00.000Z",
          "exitTs": 1652172360,
          "dir": -1,
          "entryPrice": 1860.798,
          "exitPrice": 1862.912,
          "stopDistance": 2.114,
          "outcome": "stop",
          "netR": -1.1987,
          "holdMinutes": 26
        },
        {
          "entryTs": 1652179200,
          "entryUtc": "2022-05-10T10:40:00.000Z",
          "exitTs": 1652181960,
          "dir": -1,
          "entryPrice": 1858.248,
          "exitPrice": 1860.393,
          "stopDistance": 2.145,
          "outcome": "stop",
          "netR": -1.1958,
          "holdMinutes": 46
        },
        {
          "entryTs": 1652192400,
          "entryUtc": "2022-05-10T14:20:00.000Z",
          "exitTs": 1652193960,
          "dir": -1,
          "entryPrice": 1858.823,
          "exitPrice": 1852.634,
          "stopDistance": 3.095,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 26
        },
        {
          "entryTs": 1652200800,
          "entryUtc": "2022-05-10T16:40:00.000Z",
          "exitTs": 1652212260,
          "dir": -1,
          "entryPrice": 1845.338,
          "exitPrice": 1838.301,
          "stopDistance": 3.519,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 191
        },
        {
          "entryTs": 1652214000,
          "entryUtc": "2022-05-10T20:20:00.000Z",
          "exitTs": 1652226780,
          "dir": -1,
          "entryPrice": 1839.268,
          "exitPrice": 1834.287,
          "stopDistance": 2.491,
          "outcome": "target",
          "netR": 1.8514,
          "holdMinutes": 213
        },
        {
          "entryTs": 1652258100,
          "entryUtc": "2022-05-11T08:35:00.000Z",
          "exitTs": 1652260380,
          "dir": 1,
          "entryPrice": 1848.072,
          "exitPrice": 1853.071,
          "stopDistance": 2.499,
          "outcome": "target",
          "netR": 1.852,
          "holdMinutes": 38
        },
        {
          "entryTs": 1652278200,
          "entryUtc": "2022-05-11T14:10:00.000Z",
          "exitTs": 1652308200,
          "dir": 1,
          "entryPrice": 1850.383,
          "exitPrice": 1851.658,
          "stopDistance": 5.648,
          "outcome": "time",
          "netR": 0.1602,
          "holdMinutes": 500
        },
        {
          "entryTs": 1652321700,
          "entryUtc": "2022-05-12T02:15:00.000Z",
          "exitTs": 1652322900,
          "dir": 1,
          "entryPrice": 1856.508,
          "exitPrice": 1854.841,
          "stopDistance": 1.667,
          "outcome": "stop",
          "netR": -1.2519,
          "holdMinutes": 20
        },
        {
          "entryTs": 1652325300,
          "entryUtc": "2022-05-12T03:15:00.000Z",
          "exitTs": 1652330340,
          "dir": -1,
          "entryPrice": 1854.488,
          "exitPrice": 1850.691,
          "stopDistance": 1.898,
          "outcome": "target",
          "netR": 1.8051,
          "holdMinutes": 84
        },
        {
          "entryTs": 1652439600,
          "entryUtc": "2022-05-13T11:00:00.000Z",
          "exitTs": 1652442780,
          "dir": -1,
          "entryPrice": 1819.668,
          "exitPrice": 1814.979,
          "stopDistance": 2.345,
          "outcome": "target",
          "netR": 1.8422,
          "holdMinutes": 53
        },
        {
          "entryTs": 1652689200,
          "entryUtc": "2022-05-16T08:20:00.000Z",
          "exitTs": 1652693340,
          "dir": -1,
          "entryPrice": 1799.948,
          "exitPrice": 1804.589,
          "stopDistance": 4.641,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652732400,
          "entryUtc": "2022-05-16T20:20:00.000Z",
          "exitTs": 1652743860,
          "dir": 1,
          "entryPrice": 1823.518,
          "exitPrice": 1827.377,
          "stopDistance": 1.929,
          "outcome": "target",
          "netR": 1.8082,
          "holdMinutes": 191
        },
        {
          "entryTs": 1652760300,
          "entryUtc": "2022-05-17T04:05:00.000Z",
          "exitTs": 1652761380,
          "dir": -1,
          "entryPrice": 1823.138,
          "exitPrice": 1824.649,
          "stopDistance": 1.511,
          "outcome": "stop",
          "netR": -1.2779,
          "holdMinutes": 18
        },
        {
          "entryTs": 1652784900,
          "entryUtc": "2022-05-17T10:55:00.000Z",
          "exitTs": 1652787240,
          "dir": 1,
          "entryPrice": 1828.263,
          "exitPrice": 1832.093,
          "stopDistance": 1.915,
          "outcome": "target",
          "netR": 1.8068,
          "holdMinutes": 39
        },
        {
          "entryTs": 1652804400,
          "entryUtc": "2022-05-17T16:20:00.000Z",
          "exitTs": 1652812440,
          "dir": -1,
          "entryPrice": 1820.418,
          "exitPrice": 1815.101,
          "stopDistance": 2.658,
          "outcome": "target",
          "netR": 1.8608,
          "holdMinutes": 134
        },
        {
          "entryTs": 1652847000,
          "entryUtc": "2022-05-18T04:10:00.000Z",
          "exitTs": 1652851140,
          "dir": -1,
          "entryPrice": 1808.928,
          "exitPrice": 1810.437,
          "stopDistance": 1.509,
          "outcome": "stop",
          "netR": -1.2784,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652890500,
          "entryUtc": "2022-05-18T16:15:00.000Z",
          "exitTs": 1652894220,
          "dir": 1,
          "entryPrice": 1820.826,
          "exitPrice": 1817.835,
          "stopDistance": 2.991,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 62
        },
        {
          "entryTs": 1652962200,
          "entryUtc": "2022-05-19T12:10:00.000Z",
          "exitTs": 1652963520,
          "dir": 1,
          "entryPrice": 1829.713,
          "exitPrice": 1834.643,
          "stopDistance": 2.465,
          "outcome": "target",
          "netR": 1.8499,
          "holdMinutes": 22
        },
        {
          "entryTs": 1652970900,
          "entryUtc": "2022-05-19T14:35:00.000Z",
          "exitTs": 1653000900,
          "dir": 1,
          "entryPrice": 1841.723,
          "exitPrice": 1841.948,
          "stopDistance": 4.079,
          "outcome": "time",
          "netR": -0.0356,
          "holdMinutes": 500
        },
        {
          "entryTs": 1653004200,
          "entryUtc": "2022-05-19T23:50:00.000Z",
          "exitTs": 1653004860,
          "dir": 1,
          "entryPrice": 1842.928,
          "exitPrice": 1841.936,
          "stopDistance": 0.992,
          "outcome": "stop",
          "netR": -1.4232,
          "holdMinutes": 11
        },
        {
          "entryTs": 1653014700,
          "entryUtc": "2022-05-20T02:45:00.000Z",
          "exitTs": 1653015840,
          "dir": -1,
          "entryPrice": 1837.978,
          "exitPrice": 1839.365,
          "stopDistance": 1.386,
          "outcome": "stop",
          "netR": -1.3029,
          "holdMinutes": 19
        },
        {
          "entryTs": 1653030900,
          "entryUtc": "2022-05-20T07:15:00.000Z",
          "exitTs": 1653031440,
          "dir": 1,
          "entryPrice": 1846.958,
          "exitPrice": 1844.993,
          "stopDistance": 1.965,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 9
        },
        {
          "entryTs": 1653048900,
          "entryUtc": "2022-05-20T12:15:00.000Z",
          "exitTs": 1653049080,
          "dir": -1,
          "entryPrice": 1843.643,
          "exitPrice": 1845.721,
          "stopDistance": 2.078,
          "outcome": "stop",
          "netR": -1.2021,
          "holdMinutes": 3
        },
        {
          "entryTs": 1653057000,
          "entryUtc": "2022-05-20T14:30:00.000Z",
          "exitTs": 1653058200,
          "dir": -1,
          "entryPrice": 1836.308,
          "exitPrice": 1839.535,
          "stopDistance": 3.227,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 20
        },
        {
          "entryTs": 1653277200,
          "entryUtc": "2022-05-23T03:40:00.000Z",
          "exitTs": 1653284880,
          "dir": 1,
          "entryPrice": 1853.688,
          "exitPrice": 1856.74,
          "stopDistance": 1.526,
          "outcome": "target",
          "netR": 1.7575,
          "holdMinutes": 128
        },
        {
          "entryTs": 1653301200,
          "entryUtc": "2022-05-23T10:20:00.000Z",
          "exitTs": 1653301500,
          "dir": 1,
          "entryPrice": 1863.378,
          "exitPrice": 1861.287,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2008,
          "holdMinutes": 5
        },
        {
          "entryTs": 1653339300,
          "entryUtc": "2022-05-23T20:55:00.000Z",
          "exitTs": 1653348240,
          "dir": -1,
          "entryPrice": 1853.464,
          "exitPrice": 1854.517,
          "stopDistance": 1.053,
          "outcome": "stop",
          "netR": -1.3989,
          "holdMinutes": 149
        },
        {
          "entryTs": 1653360000,
          "entryUtc": "2022-05-24T02:40:00.000Z",
          "exitTs": 1653361680,
          "dir": -1,
          "entryPrice": 1850.898,
          "exitPrice": 1852.181,
          "stopDistance": 1.283,
          "outcome": "stop",
          "netR": -1.3272,
          "holdMinutes": 28
        },
        {
          "entryTs": 1653367500,
          "entryUtc": "2022-05-24T04:45:00.000Z",
          "exitTs": 1653371400,
          "dir": 1,
          "entryPrice": 1855.668,
          "exitPrice": 1854.638,
          "stopDistance": 1.03,
          "outcome": "stop",
          "netR": -1.4078,
          "holdMinutes": 65
        },
        {
          "entryTs": 1653408900,
          "entryUtc": "2022-05-24T16:15:00.000Z",
          "exitTs": 1653409380,
          "dir": 1,
          "entryPrice": 1867.458,
          "exitPrice": 1865.188,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 8
        },
        {
          "entryTs": 1653461400,
          "entryUtc": "2022-05-25T06:50:00.000Z",
          "exitTs": 1653467220,
          "dir": -1,
          "entryPrice": 1858.948,
          "exitPrice": 1855.932,
          "stopDistance": 1.508,
          "outcome": "target",
          "netR": 1.7546,
          "holdMinutes": 97
        },
        {
          "entryTs": 1653509100,
          "entryUtc": "2022-05-25T20:05:00.000Z",
          "exitTs": 1653516000,
          "dir": 1,
          "entryPrice": 1854.368,
          "exitPrice": 1852.636,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 115
        },
        {
          "entryTs": 1653532500,
          "entryUtc": "2022-05-26T02:35:00.000Z",
          "exitTs": 1653533880,
          "dir": -1,
          "entryPrice": 1851.053,
          "exitPrice": 1852.372,
          "stopDistance": 1.319,
          "outcome": "stop",
          "netR": -1.3184,
          "holdMinutes": 23
        },
        {
          "entryTs": 1653545700,
          "entryUtc": "2022-05-26T06:15:00.000Z",
          "exitTs": 1653548400,
          "dir": -1,
          "entryPrice": 1845.218,
          "exitPrice": 1846.883,
          "stopDistance": 1.665,
          "outcome": "stop",
          "netR": -1.2523,
          "holdMinutes": 45
        },
        {
          "entryTs": 1653588300,
          "entryUtc": "2022-05-26T18:05:00.000Z",
          "exitTs": 1653591600,
          "dir": 1,
          "entryPrice": 1849.058,
          "exitPrice": 1852.001,
          "stopDistance": 1.472,
          "outcome": "target",
          "netR": 1.7486,
          "holdMinutes": 55
        },
        {
          "entryTs": 1653656400,
          "entryUtc": "2022-05-27T13:00:00.000Z",
          "exitTs": 1653656640,
          "dir": -1,
          "entryPrice": 1855.569,
          "exitPrice": 1858.767,
          "stopDistance": 3.198,
          "outcome": "stop",
          "netR": -1.1313,
          "holdMinutes": 4
        },
        {
          "entryTs": 1653868800,
          "entryUtc": "2022-05-30T00:00:00.000Z",
          "exitTs": 1653869100,
          "dir": -1,
          "entryPrice": 1849.748,
          "exitPrice": 1850.892,
          "stopDistance": 1.144,
          "outcome": "stop",
          "netR": -1.367,
          "holdMinutes": 5
        },
        {
          "entryTs": 1653879300,
          "entryUtc": "2022-05-30T02:55:00.000Z",
          "exitTs": 1653883440,
          "dir": 1,
          "entryPrice": 1857.978,
          "exitPrice": 1861.292,
          "stopDistance": 1.657,
          "outcome": "target",
          "netR": 1.7767,
          "holdMinutes": 69
        },
        {
          "entryTs": 1653909900,
          "entryUtc": "2022-05-30T11:25:00.000Z",
          "exitTs": 1653916140,
          "dir": -1,
          "entryPrice": 1856.094,
          "exitPrice": 1857.433,
          "stopDistance": 1.339,
          "outcome": "stop",
          "netR": -1.3136,
          "holdMinutes": 104
        },
        {
          "entryTs": 1653919200,
          "entryUtc": "2022-05-30T14:00:00.000Z",
          "exitTs": 1653919200,
          "dir": 1,
          "entryPrice": 1858.877,
          "exitPrice": 1857.39,
          "stopDistance": 1.487,
          "outcome": "stop",
          "netR": -1.2825,
          "holdMinutes": 0
        },
        {
          "entryTs": 1653986700,
          "entryUtc": "2022-05-31T08:45:00.000Z",
          "exitTs": 1653986940,
          "dir": 1,
          "entryPrice": 1855.746,
          "exitPrice": 1854.385,
          "stopDistance": 1.361,
          "outcome": "stop",
          "netR": -1.3087,
          "holdMinutes": 4
        },
        {
          "entryTs": 1654012500,
          "entryUtc": "2022-05-31T15:55:00.000Z",
          "exitTs": 1654016400,
          "dir": -1,
          "entryPrice": 1843.118,
          "exitPrice": 1845.992,
          "stopDistance": 2.874,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 65
        },
        {
          "entryTs": 1654029000,
          "entryUtc": "2022-05-31T20:30:00.000Z",
          "exitTs": 1654041780,
          "dir": -1,
          "entryPrice": 1837.908,
          "exitPrice": 1834.248,
          "stopDistance": 1.83,
          "outcome": "target",
          "netR": 1.7978,
          "holdMinutes": 213
        },
        {
          "entryTs": 1654076700,
          "entryUtc": "2022-06-01T09:45:00.000Z",
          "exitTs": 1654080420,
          "dir": -1,
          "entryPrice": 1831.058,
          "exitPrice": 1833.15,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 62
        },
        {
          "entryTs": 1654123500,
          "entryUtc": "2022-06-01T22:45:00.000Z",
          "exitTs": 1654129200,
          "dir": -1,
          "entryPrice": 1846.644,
          "exitPrice": 1847.533,
          "stopDistance": 0.889,
          "outcome": "stop",
          "netR": -1.4725,
          "holdMinutes": 95
        },
        {
          "entryTs": 1654182000,
          "entryUtc": "2022-06-02T15:00:00.000Z",
          "exitTs": 1654212000,
          "dir": 1,
          "entryPrice": 1865.378,
          "exitPrice": 1870.108,
          "stopDistance": 3.281,
          "outcome": "time",
          "netR": 1.329,
          "holdMinutes": 500
        },
        {
          "entryTs": 1654228500,
          "entryUtc": "2022-06-03T03:55:00.000Z",
          "exitTs": 1654230960,
          "dir": -1,
          "entryPrice": 1868.988,
          "exitPrice": 1866.947,
          "stopDistance": 1.02,
          "outcome": "target",
          "netR": 1.6374,
          "holdMinutes": 41
        },
        {
          "entryTs": 1654233000,
          "entryUtc": "2022-06-03T05:10:00.000Z",
          "exitTs": 1654238880,
          "dir": -1,
          "entryPrice": 1868.118,
          "exitPrice": 1866.112,
          "stopDistance": 1.003,
          "outcome": "target",
          "netR": 1.6312,
          "holdMinutes": 98
        },
        {
          "entryTs": 1654250100,
          "entryUtc": "2022-06-03T09:55:00.000Z",
          "exitTs": 1654250700,
          "dir": -1,
          "entryPrice": 1864.738,
          "exitPrice": 1865.879,
          "stopDistance": 1.141,
          "outcome": "stop",
          "netR": -1.3681,
          "holdMinutes": 10
        },
        {
          "entryTs": 1654280700,
          "entryUtc": "2022-06-03T18:25:00.000Z",
          "exitTs": 1654282080,
          "dir": -1,
          "entryPrice": 1848.843,
          "exitPrice": 1850.338,
          "stopDistance": 1.495,
          "outcome": "stop",
          "netR": -1.281,
          "holdMinutes": 23
        },
        {
          "entryTs": 1654286400,
          "entryUtc": "2022-06-03T20:00:00.000Z",
          "exitTs": 1654466400,
          "dir": 1,
          "entryPrice": 1850.478,
          "exitPrice": 1849.713,
          "stopDistance": 1.12,
          "outcome": "time",
          "netR": -1.0133,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1654527300,
          "entryUtc": "2022-06-06T14:55:00.000Z",
          "exitTs": 1654528260,
          "dir": -1,
          "entryPrice": 1847.586,
          "exitPrice": 1842.545,
          "stopDistance": 2.521,
          "outcome": "target",
          "netR": 1.8532,
          "holdMinutes": 16
        },
        {
          "entryTs": 1654554900,
          "entryUtc": "2022-06-06T22:35:00.000Z",
          "exitTs": 1654555200,
          "dir": -1,
          "entryPrice": 1841.073,
          "exitPrice": 1841.818,
          "stopDistance": 0.745,
          "outcome": "stop",
          "netR": -1.5638,
          "holdMinutes": 5
        },
        {
          "entryTs": 1654583400,
          "entryUtc": "2022-06-07T06:30:00.000Z",
          "exitTs": 1654584300,
          "dir": -1,
          "entryPrice": 1840.448,
          "exitPrice": 1841.841,
          "stopDistance": 1.393,
          "outcome": "stop",
          "netR": -1.3016,
          "holdMinutes": 15
        },
        {
          "entryTs": 1654588200,
          "entryUtc": "2022-06-07T07:50:00.000Z",
          "exitTs": 1654591200,
          "dir": 1,
          "entryPrice": 1843.302,
          "exitPrice": 1846.593,
          "stopDistance": 1.645,
          "outcome": "target",
          "netR": 1.7751,
          "holdMinutes": 50
        },
        {
          "entryTs": 1654629900,
          "entryUtc": "2022-06-07T19:25:00.000Z",
          "exitTs": 1654635240,
          "dir": 1,
          "entryPrice": 1853.244,
          "exitPrice": 1851.88,
          "stopDistance": 1.364,
          "outcome": "stop",
          "netR": -1.308,
          "holdMinutes": 89
        },
        {
          "entryTs": 1654662000,
          "entryUtc": "2022-06-08T04:20:00.000Z",
          "exitTs": 1654663200,
          "dir": -1,
          "entryPrice": 1847.078,
          "exitPrice": 1848.079,
          "stopDistance": 1.001,
          "outcome": "stop",
          "netR": -1.4196,
          "holdMinutes": 20
        },
        {
          "entryTs": 1654669800,
          "entryUtc": "2022-06-08T06:30:00.000Z",
          "exitTs": 1654672260,
          "dir": 1,
          "entryPrice": 1849.318,
          "exitPrice": 1848.131,
          "stopDistance": 1.187,
          "outcome": "stop",
          "netR": -1.3538,
          "holdMinutes": 41
        },
        {
          "entryTs": 1654764600,
          "entryUtc": "2022-06-09T08:50:00.000Z",
          "exitTs": 1654775340,
          "dir": -1,
          "entryPrice": 1849.524,
          "exitPrice": 1846.107,
          "stopDistance": 1.708,
          "outcome": "target",
          "netR": 1.7834,
          "holdMinutes": 179
        },
        {
          "entryTs": 1654787400,
          "entryUtc": "2022-06-09T15:10:00.000Z",
          "exitTs": 1654790640,
          "dir": -1,
          "entryPrice": 1843.423,
          "exitPrice": 1846.193,
          "stopDistance": 2.77,
          "outcome": "stop",
          "netR": -1.1516,
          "holdMinutes": 54
        },
        {
          "entryTs": 1655073900,
          "entryUtc": "2022-06-12T22:45:00.000Z",
          "exitTs": 1655078880,
          "dir": 1,
          "entryPrice": 1875.418,
          "exitPrice": 1873.522,
          "stopDistance": 1.896,
          "outcome": "stop",
          "netR": -1.2215,
          "holdMinutes": 83
        },
        {
          "entryTs": 1655088600,
          "entryUtc": "2022-06-13T02:50:00.000Z",
          "exitTs": 1655089860,
          "dir": -1,
          "entryPrice": 1863.298,
          "exitPrice": 1865.182,
          "stopDistance": 1.884,
          "outcome": "stop",
          "netR": -1.2229,
          "holdMinutes": 21
        },
        {
          "entryTs": 1655149800,
          "entryUtc": "2022-06-13T19:50:00.000Z",
          "exitTs": 1655157720,
          "dir": -1,
          "entryPrice": 1823.348,
          "exitPrice": 1817.386,
          "stopDistance": 2.981,
          "outcome": "target",
          "netR": 1.8759,
          "holdMinutes": 132
        },
        {
          "entryTs": 1655159400,
          "entryUtc": "2022-06-13T22:30:00.000Z",
          "exitTs": 1655160780,
          "dir": -1,
          "entryPrice": 1817.953,
          "exitPrice": 1820.925,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 23
        },
        {
          "entryTs": 1655177100,
          "entryUtc": "2022-06-14T03:25:00.000Z",
          "exitTs": 1655177340,
          "dir": 1,
          "entryPrice": 1826.533,
          "exitPrice": 1825.032,
          "stopDistance": 1.501,
          "outcome": "stop",
          "netR": -1.2798,
          "holdMinutes": 4
        },
        {
          "entryTs": 1655209800,
          "entryUtc": "2022-06-14T12:30:00.000Z",
          "exitTs": 1655215920,
          "dir": -1,
          "entryPrice": 1819.763,
          "exitPrice": 1813.225,
          "stopDistance": 3.269,
          "outcome": "target",
          "netR": 1.8868,
          "holdMinutes": 102
        },
        {
          "entryTs": 1655262300,
          "entryUtc": "2022-06-15T03:05:00.000Z",
          "exitTs": 1655263020,
          "dir": 1,
          "entryPrice": 1816.488,
          "exitPrice": 1814.932,
          "stopDistance": 1.556,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 12
        },
        {
          "entryTs": 1655294400,
          "entryUtc": "2022-06-15T12:00:00.000Z",
          "exitTs": 1655299440,
          "dir": 1,
          "entryPrice": 1830.978,
          "exitPrice": 1828.042,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 84
        },
        {
          "entryTs": 1655306100,
          "entryUtc": "2022-06-15T15:15:00.000Z",
          "exitTs": 1655316240,
          "dir": -1,
          "entryPrice": 1821.684,
          "exitPrice": 1815.265,
          "stopDistance": 3.209,
          "outcome": "target",
          "netR": 1.8847,
          "holdMinutes": 169
        },
        {
          "entryTs": 1655326500,
          "entryUtc": "2022-06-15T20:55:00.000Z",
          "exitTs": 1655345100,
          "dir": 1,
          "entryPrice": 1833.664,
          "exitPrice": 1830.078,
          "stopDistance": 3.586,
          "outcome": "stop",
          "netR": -1.1171,
          "holdMinutes": 310
        },
        {
          "entryTs": 1655379000,
          "entryUtc": "2022-06-16T11:30:00.000Z",
          "exitTs": 1655382600,
          "dir": -1,
          "entryPrice": 1822.468,
          "exitPrice": 1826.19,
          "stopDistance": 3.722,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 60
        },
        {
          "entryTs": 1655400900,
          "entryUtc": "2022-06-16T17:35:00.000Z",
          "exitTs": 1655409720,
          "dir": 1,
          "entryPrice": 1847.048,
          "exitPrice": 1853.303,
          "stopDistance": 3.127,
          "outcome": "target",
          "netR": 1.8817,
          "holdMinutes": 147
        },
        {
          "entryTs": 1655439000,
          "entryUtc": "2022-06-17T04:10:00.000Z",
          "exitTs": 1655441940,
          "dir": -1,
          "entryPrice": 1843.468,
          "exitPrice": 1845.201,
          "stopDistance": 1.733,
          "outcome": "stop",
          "netR": -1.2424,
          "holdMinutes": 49
        },
        {
          "entryTs": 1655676000,
          "entryUtc": "2022-06-19T22:00:00.000Z",
          "exitTs": 1655676240,
          "dir": 1,
          "entryPrice": 1837.448,
          "exitPrice": 1835.944,
          "stopDistance": 1.504,
          "outcome": "stop",
          "netR": -1.2793,
          "holdMinutes": 4
        },
        {
          "entryTs": 1655723400,
          "entryUtc": "2022-06-20T11:10:00.000Z",
          "exitTs": 1655730420,
          "dir": -1,
          "entryPrice": 1839.173,
          "exitPrice": 1840.824,
          "stopDistance": 1.651,
          "outcome": "stop",
          "netR": -1.2543,
          "holdMinutes": 117
        },
        {
          "entryTs": 1655746500,
          "entryUtc": "2022-06-20T17:35:00.000Z",
          "exitTs": 1655749440,
          "dir": -1,
          "entryPrice": 1836.318,
          "exitPrice": 1837.33,
          "stopDistance": 1.012,
          "outcome": "stop",
          "netR": -1.4152,
          "holdMinutes": 49
        },
        {
          "entryTs": 1655830800,
          "entryUtc": "2022-06-21T17:00:00.000Z",
          "exitTs": 1655837160,
          "dir": -1,
          "entryPrice": 1836.163,
          "exitPrice": 1832.167,
          "stopDistance": 1.998,
          "outcome": "target",
          "netR": 1.8148,
          "holdMinutes": 106
        },
        {
          "entryTs": 1655875500,
          "entryUtc": "2022-06-22T05:25:00.000Z",
          "exitTs": 1655882640,
          "dir": -1,
          "entryPrice": 1826.248,
          "exitPrice": 1827.516,
          "stopDistance": 1.268,
          "outcome": "stop",
          "netR": -1.3313,
          "holdMinutes": 119
        },
        {
          "entryTs": 1655893200,
          "entryUtc": "2022-06-22T10:20:00.000Z",
          "exitTs": 1655894880,
          "dir": 1,
          "entryPrice": 1827.273,
          "exitPrice": 1831.246,
          "stopDistance": 1.987,
          "outcome": "target",
          "netR": 1.8138,
          "holdMinutes": 28
        },
        {
          "entryTs": 1655899200,
          "entryUtc": "2022-06-22T12:00:00.000Z",
          "exitTs": 1655900580,
          "dir": 1,
          "entryPrice": 1836.372,
          "exitPrice": 1841.667,
          "stopDistance": 2.647,
          "outcome": "target",
          "netR": 1.8602,
          "holdMinutes": 23
        },
        {
          "entryTs": 1655952600,
          "entryUtc": "2022-06-23T02:50:00.000Z",
          "exitTs": 1655961180,
          "dir": -1,
          "entryPrice": 1833.878,
          "exitPrice": 1831.035,
          "stopDistance": 1.421,
          "outcome": "target",
          "netR": 1.7397,
          "holdMinutes": 143
        },
        {
          "entryTs": 1656006000,
          "entryUtc": "2022-06-23T17:40:00.000Z",
          "exitTs": 1656008280,
          "dir": -1,
          "entryPrice": 1829.448,
          "exitPrice": 1824.512,
          "stopDistance": 2.468,
          "outcome": "target",
          "netR": 1.8501,
          "holdMinutes": 38
        },
        {
          "entryTs": 1656010800,
          "entryUtc": "2022-06-23T19:00:00.000Z",
          "exitTs": 1656032700,
          "dir": -1,
          "entryPrice": 1825.898,
          "exitPrice": 1821.521,
          "stopDistance": 2.188,
          "outcome": "target",
          "netR": 1.8309,
          "holdMinutes": 365
        },
        {
          "entryTs": 1656081900,
          "entryUtc": "2022-06-24T14:45:00.000Z",
          "exitTs": 1656280800,
          "dir": 1,
          "entryPrice": 1826.028,
          "exitPrice": 1833.77,
          "stopDistance": 3.871,
          "outcome": "target",
          "netR": 1.9044,
          "holdMinutes": 3315
        },
        {
          "entryTs": 1656285000,
          "entryUtc": "2022-06-26T23:10:00.000Z",
          "exitTs": 1656287580,
          "dir": 1,
          "entryPrice": 1832.368,
          "exitPrice": 1830.352,
          "stopDistance": 2.016,
          "outcome": "stop",
          "netR": -1.2084,
          "holdMinutes": 43
        },
        {
          "entryTs": 1656345000,
          "entryUtc": "2022-06-27T15:50:00.000Z",
          "exitTs": 1656345780,
          "dir": -1,
          "entryPrice": 1823.603,
          "exitPrice": 1826.204,
          "stopDistance": 2.601,
          "outcome": "stop",
          "netR": -1.1615,
          "holdMinutes": 13
        },
        {
          "entryTs": 1656391200,
          "entryUtc": "2022-06-28T04:40:00.000Z",
          "exitTs": 1656395460,
          "dir": 1,
          "entryPrice": 1825.698,
          "exitPrice": 1824.744,
          "stopDistance": 0.954,
          "outcome": "stop",
          "netR": -1.4401,
          "holdMinutes": 71
        },
        {
          "entryTs": 1656468900,
          "entryUtc": "2022-06-29T02:15:00.000Z",
          "exitTs": 1656472560,
          "dir": 1,
          "entryPrice": 1821.355,
          "exitPrice": 1820.343,
          "stopDistance": 1.012,
          "outcome": "stop",
          "netR": -1.4149,
          "holdMinutes": 61
        },
        {
          "entryTs": 1656491100,
          "entryUtc": "2022-06-29T08:25:00.000Z",
          "exitTs": 1656495120,
          "dir": -1,
          "entryPrice": 1817.003,
          "exitPrice": 1813.679,
          "stopDistance": 1.662,
          "outcome": "target",
          "netR": 1.7774,
          "holdMinutes": 67
        },
        {
          "entryTs": 1656534600,
          "entryUtc": "2022-06-29T20:30:00.000Z",
          "exitTs": 1656536340,
          "dir": 1,
          "entryPrice": 1818.363,
          "exitPrice": 1817.532,
          "stopDistance": 0.831,
          "outcome": "stop",
          "netR": -1.5053,
          "holdMinutes": 29
        },
        {
          "entryTs": 1656587400,
          "entryUtc": "2022-06-30T11:10:00.000Z",
          "exitTs": 1656589080,
          "dir": -1,
          "entryPrice": 1811.393,
          "exitPrice": 1807.728,
          "stopDistance": 1.833,
          "outcome": "target",
          "netR": 1.7981,
          "holdMinutes": 28
        },
        {
          "entryTs": 1656595200,
          "entryUtc": "2022-06-30T13:20:00.000Z",
          "exitTs": 1656599520,
          "dir": 1,
          "entryPrice": 1816.066,
          "exitPrice": 1811.264,
          "stopDistance": 4.802,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 72
        },
        {
          "entryTs": 1656603600,
          "entryUtc": "2022-06-30T15:40:00.000Z",
          "exitTs": 1656604140,
          "dir": -1,
          "entryPrice": 1808.808,
          "exitPrice": 1812.167,
          "stopDistance": 3.359,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 9
        },
        {
          "entryTs": 1656612300,
          "entryUtc": "2022-06-30T18:05:00.000Z",
          "exitTs": 1656627300,
          "dir": -1,
          "entryPrice": 1808.724,
          "exitPrice": 1804.484,
          "stopDistance": 2.12,
          "outcome": "target",
          "netR": 1.8255,
          "holdMinutes": 250
        },
        {
          "entryTs": 1656691800,
          "entryUtc": "2022-07-01T16:10:00.000Z",
          "exitTs": 1656692400,
          "dir": 1,
          "entryPrice": 1805.014,
          "exitPrice": 1801.74,
          "stopDistance": 3.274,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 10
        },
        {
          "entryTs": 1656696600,
          "entryUtc": "2022-07-01T17:30:00.000Z",
          "exitTs": 1656697260,
          "dir": -1,
          "entryPrice": 1800.998,
          "exitPrice": 1803.484,
          "stopDistance": 2.486,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 11
        },
        {
          "entryTs": 1656888000,
          "entryUtc": "2022-07-03T22:40:00.000Z",
          "exitTs": 1656896400,
          "dir": 1,
          "entryPrice": 1809.194,
          "exitPrice": 1807.58,
          "stopDistance": 1.614,
          "outcome": "stop",
          "netR": -1.2602,
          "holdMinutes": 140
        },
        {
          "entryTs": 1656987600,
          "entryUtc": "2022-07-05T02:20:00.000Z",
          "exitTs": 1657002600,
          "dir": 1,
          "entryPrice": 1810.118,
          "exitPrice": 1808.684,
          "stopDistance": 1.434,
          "outcome": "stop",
          "netR": -1.2929,
          "holdMinutes": 250
        },
        {
          "entryTs": 1657036200,
          "entryUtc": "2022-07-05T15:50:00.000Z",
          "exitTs": 1657066200,
          "dir": -1,
          "entryPrice": 1769.358,
          "exitPrice": 1769.718,
          "stopDistance": 3.945,
          "outcome": "time",
          "netR": -0.185,
          "holdMinutes": 500
        },
        {
          "entryTs": 1657067400,
          "entryUtc": "2022-07-06T00:30:00.000Z",
          "exitTs": 1657069200,
          "dir": 1,
          "entryPrice": 1768.868,
          "exitPrice": 1771.315,
          "stopDistance": 1.224,
          "outcome": "target",
          "netR": 1.6976,
          "holdMinutes": 30
        },
        {
          "entryTs": 1657084800,
          "entryUtc": "2022-07-06T05:20:00.000Z",
          "exitTs": 1657085880,
          "dir": -1,
          "entryPrice": 1767.578,
          "exitPrice": 1764.92,
          "stopDistance": 1.329,
          "outcome": "target",
          "netR": 1.7216,
          "holdMinutes": 18
        },
        {
          "entryTs": 1657203600,
          "entryUtc": "2022-07-07T14:20:00.000Z",
          "exitTs": 1657205940,
          "dir": 1,
          "entryPrice": 1744.508,
          "exitPrice": 1741.166,
          "stopDistance": 3.342,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 39
        },
        {
          "entryTs": 1657217100,
          "entryUtc": "2022-07-07T18:05:00.000Z",
          "exitTs": 1657239420,
          "dir": -1,
          "entryPrice": 1740.602,
          "exitPrice": 1742.118,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.2771,
          "holdMinutes": 372
        },
        {
          "entryTs": 1657304400,
          "entryUtc": "2022-07-08T18:20:00.000Z",
          "exitTs": 1657306620,
          "dir": 1,
          "entryPrice": 1743.224,
          "exitPrice": 1741.811,
          "stopDistance": 1.413,
          "outcome": "stop",
          "netR": -1.2972,
          "holdMinutes": 37
        },
        {
          "entryTs": 1657493700,
          "entryUtc": "2022-07-10T22:55:00.000Z",
          "exitTs": 1657496820,
          "dir": 1,
          "entryPrice": 1743.088,
          "exitPrice": 1741.906,
          "stopDistance": 1.182,
          "outcome": "stop",
          "netR": -1.3553,
          "holdMinutes": 52
        },
        {
          "entryTs": 1657541100,
          "entryUtc": "2022-07-11T12:05:00.000Z",
          "exitTs": 1657541940,
          "dir": -1,
          "entryPrice": 1735.204,
          "exitPrice": 1736.734,
          "stopDistance": 1.53,
          "outcome": "stop",
          "netR": -1.2746,
          "holdMinutes": 14
        },
        {
          "entryTs": 1657549500,
          "entryUtc": "2022-07-11T14:25:00.000Z",
          "exitTs": 1657556520,
          "dir": 1,
          "entryPrice": 1737.948,
          "exitPrice": 1735.396,
          "stopDistance": 2.552,
          "outcome": "stop",
          "netR": -1.1646,
          "holdMinutes": 117
        },
        {
          "entryTs": 1657641600,
          "entryUtc": "2022-07-12T16:00:00.000Z",
          "exitTs": 1657644900,
          "dir": 1,
          "entryPrice": 1731.824,
          "exitPrice": 1729.585,
          "stopDistance": 2.239,
          "outcome": "stop",
          "netR": -1.1875,
          "holdMinutes": 55
        },
        {
          "entryTs": 1657656000,
          "entryUtc": "2022-07-12T20:00:00.000Z",
          "exitTs": 1657673700,
          "dir": -1,
          "entryPrice": 1725.638,
          "exitPrice": 1722.798,
          "stopDistance": 1.42,
          "outcome": "target",
          "netR": 1.7394,
          "holdMinutes": 295
        },
        {
          "entryTs": 1657706100,
          "entryUtc": "2022-07-13T09:55:00.000Z",
          "exitTs": 1657710840,
          "dir": 1,
          "entryPrice": 1728.058,
          "exitPrice": 1731.379,
          "stopDistance": 1.661,
          "outcome": "target",
          "netR": 1.7772,
          "holdMinutes": 79
        },
        {
          "entryTs": 1657718100,
          "entryUtc": "2022-07-13T13:15:00.000Z",
          "exitTs": 1657719420,
          "dir": -1,
          "entryPrice": 1719.008,
          "exitPrice": 1724.537,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 22
        },
        {
          "entryTs": 1657781400,
          "entryUtc": "2022-07-14T06:50:00.000Z",
          "exitTs": 1657781820,
          "dir": -1,
          "entryPrice": 1725.218,
          "exitPrice": 1721.171,
          "stopDistance": 2.024,
          "outcome": "target",
          "netR": 1.8172,
          "holdMinutes": 7
        },
        {
          "entryTs": 1657815300,
          "entryUtc": "2022-07-14T16:15:00.000Z",
          "exitTs": 1657815720,
          "dir": 1,
          "entryPrice": 1708.968,
          "exitPrice": 1705.332,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 7
        },
        {
          "entryTs": 1657852500,
          "entryUtc": "2022-07-15T02:35:00.000Z",
          "exitTs": 1657853940,
          "dir": 1,
          "entryPrice": 1713.978,
          "exitPrice": 1712.323,
          "stopDistance": 1.655,
          "outcome": "stop",
          "netR": -1.2537,
          "holdMinutes": 24
        },
        {
          "entryTs": 1657868700,
          "entryUtc": "2022-07-15T07:05:00.000Z",
          "exitTs": 1657882860,
          "dir": -1,
          "entryPrice": 1705.443,
          "exitPrice": 1707.631,
          "stopDistance": 2.188,
          "outcome": "stop",
          "netR": -1.192,
          "holdMinutes": 236
        },
        {
          "entryTs": 1658127600,
          "entryUtc": "2022-07-18T07:00:00.000Z",
          "exitTs": 1658128380,
          "dir": -1,
          "entryPrice": 1714.274,
          "exitPrice": 1716.003,
          "stopDistance": 1.729,
          "outcome": "stop",
          "netR": -1.2429,
          "holdMinutes": 13
        },
        {
          "entryTs": 1658138400,
          "entryUtc": "2022-07-18T10:00:00.000Z",
          "exitTs": 1658138880,
          "dir": 1,
          "entryPrice": 1721.998,
          "exitPrice": 1720.188,
          "stopDistance": 1.81,
          "outcome": "stop",
          "netR": -1.232,
          "holdMinutes": 8
        },
        {
          "entryTs": 1658145600,
          "entryUtc": "2022-07-18T12:00:00.000Z",
          "exitTs": 1658147400,
          "dir": -1,
          "entryPrice": 1715.418,
          "exitPrice": 1711.478,
          "stopDistance": 1.97,
          "outcome": "target",
          "netR": 1.8122,
          "holdMinutes": 30
        },
        {
          "entryTs": 1658289300,
          "entryUtc": "2022-07-20T03:55:00.000Z",
          "exitTs": 1658293800,
          "dir": 1,
          "entryPrice": 1711.988,
          "exitPrice": 1710.748,
          "stopDistance": 1.24,
          "outcome": "stop",
          "netR": -1.3386,
          "holdMinutes": 75
        },
        {
          "entryTs": 1658312100,
          "entryUtc": "2022-07-20T10:15:00.000Z",
          "exitTs": 1658313600,
          "dir": 1,
          "entryPrice": 1711.777,
          "exitPrice": 1710.193,
          "stopDistance": 1.584,
          "outcome": "stop",
          "netR": -1.2651,
          "holdMinutes": 25
        },
        {
          "entryTs": 1658318400,
          "entryUtc": "2022-07-20T12:00:00.000Z",
          "exitTs": 1658319720,
          "dir": -1,
          "entryPrice": 1708.131,
          "exitPrice": 1709.838,
          "stopDistance": 1.707,
          "outcome": "stop",
          "netR": -1.2461,
          "holdMinutes": 22
        },
        {
          "entryTs": 1658341500,
          "entryUtc": "2022-07-20T18:25:00.000Z",
          "exitTs": 1658346120,
          "dir": -1,
          "entryPrice": 1701.87,
          "exitPrice": 1698.274,
          "stopDistance": 1.798,
          "outcome": "target",
          "netR": 1.7942,
          "holdMinutes": 77
        },
        {
          "entryTs": 1658349300,
          "entryUtc": "2022-07-20T20:35:00.000Z",
          "exitTs": 1658362680,
          "dir": -1,
          "entryPrice": 1695.808,
          "exitPrice": 1692.619,
          "stopDistance": 1.595,
          "outcome": "target",
          "netR": 1.768,
          "holdMinutes": 223
        },
        {
          "entryTs": 1658367300,
          "entryUtc": "2022-07-21T01:35:00.000Z",
          "exitTs": 1658384940,
          "dir": -1,
          "entryPrice": 1692.798,
          "exitPrice": 1689.175,
          "stopDistance": 1.811,
          "outcome": "target",
          "netR": 1.7957,
          "holdMinutes": 294
        },
        {
          "entryTs": 1658396100,
          "entryUtc": "2022-07-21T09:35:00.000Z",
          "exitTs": 1658400360,
          "dir": -1,
          "entryPrice": 1685.178,
          "exitPrice": 1680.996,
          "stopDistance": 2.091,
          "outcome": "target",
          "netR": 1.823,
          "holdMinutes": 71
        },
        {
          "entryTs": 1658409900,
          "entryUtc": "2022-07-21T13:25:00.000Z",
          "exitTs": 1658409960,
          "dir": 1,
          "entryPrice": 1699.336,
          "exitPrice": 1694.403,
          "stopDistance": 4.933,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 1
        },
        {
          "entryTs": 1658410200,
          "entryUtc": "2022-07-21T13:30:00.000Z",
          "exitTs": 1658412360,
          "dir": 1,
          "entryPrice": 1698.404,
          "exitPrice": 1709.023,
          "stopDistance": 5.31,
          "outcome": "target",
          "netR": 1.9303,
          "holdMinutes": 36
        },
        {
          "entryTs": 1658417100,
          "entryUtc": "2022-07-21T15:25:00.000Z",
          "exitTs": 1658433540,
          "dir": 1,
          "entryPrice": 1709.744,
          "exitPrice": 1719.3,
          "stopDistance": 4.778,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 274
        },
        {
          "entryTs": 1658435700,
          "entryUtc": "2022-07-21T20:35:00.000Z",
          "exitTs": 1658437080,
          "dir": 1,
          "entryPrice": 1719.326,
          "exitPrice": 1717.91,
          "stopDistance": 1.416,
          "outcome": "stop",
          "netR": -1.2966,
          "holdMinutes": 23
        },
        {
          "entryTs": 1658485200,
          "entryUtc": "2022-07-22T10:20:00.000Z",
          "exitTs": 1658489640,
          "dir": 1,
          "entryPrice": 1722.598,
          "exitPrice": 1726.763,
          "stopDistance": 2.083,
          "outcome": "target",
          "netR": 1.8223,
          "holdMinutes": 74
        },
        {
          "entryTs": 1658492400,
          "entryUtc": "2022-07-22T12:20:00.000Z",
          "exitTs": 1658492400,
          "dir": 1,
          "entryPrice": 1727.178,
          "exitPrice": 1724.963,
          "stopDistance": 2.215,
          "outcome": "stop",
          "netR": -1.1896,
          "holdMinutes": 0
        },
        {
          "entryTs": 1658500500,
          "entryUtc": "2022-07-22T14:35:00.000Z",
          "exitTs": 1658511480,
          "dir": 1,
          "entryPrice": 1730.728,
          "exitPrice": 1726.437,
          "stopDistance": 4.291,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 183
        },
        {
          "entryTs": 1658515200,
          "entryUtc": "2022-07-22T18:40:00.000Z",
          "exitTs": 1658522700,
          "dir": -1,
          "entryPrice": 1724.486,
          "exitPrice": 1726.93,
          "stopDistance": 2.444,
          "outcome": "stop",
          "netR": -1.1719,
          "holdMinutes": 125
        },
        {
          "entryTs": 1658700300,
          "entryUtc": "2022-07-24T22:05:00.000Z",
          "exitTs": 1658704620,
          "dir": 1,
          "entryPrice": 1725.948,
          "exitPrice": 1724.303,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2554,
          "holdMinutes": 72
        },
        {
          "entryTs": 1658762100,
          "entryUtc": "2022-07-25T15:15:00.000Z",
          "exitTs": 1658769960,
          "dir": -1,
          "entryPrice": 1717.151,
          "exitPrice": 1719.694,
          "stopDistance": 2.543,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 131
        },
        {
          "entryTs": 1658801100,
          "entryUtc": "2022-07-26T02:05:00.000Z",
          "exitTs": 1658806680,
          "dir": 1,
          "entryPrice": 1726.044,
          "exitPrice": 1724.33,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.245,
          "holdMinutes": 93
        },
        {
          "entryTs": 1658821500,
          "entryUtc": "2022-07-26T07:45:00.000Z",
          "exitTs": 1658822160,
          "dir": 1,
          "entryPrice": 1725.804,
          "exitPrice": 1724.313,
          "stopDistance": 1.491,
          "outcome": "stop",
          "netR": -1.2816,
          "holdMinutes": 11
        },
        {
          "entryTs": 1658862300,
          "entryUtc": "2022-07-26T19:05:00.000Z",
          "exitTs": 1658880060,
          "dir": -1,
          "entryPrice": 1717.518,
          "exitPrice": 1718.775,
          "stopDistance": 1.257,
          "outcome": "stop",
          "netR": -1.3342,
          "holdMinutes": 296
        },
        {
          "entryTs": 1658899200,
          "entryUtc": "2022-07-27T05:20:00.000Z",
          "exitTs": 1658899860,
          "dir": -1,
          "entryPrice": 1715.574,
          "exitPrice": 1716.724,
          "stopDistance": 1.15,
          "outcome": "stop",
          "netR": -1.3652,
          "holdMinutes": 11
        },
        {
          "entryTs": 1658914500,
          "entryUtc": "2022-07-27T09:35:00.000Z",
          "exitTs": 1658915520,
          "dir": 1,
          "entryPrice": 1722.908,
          "exitPrice": 1721.367,
          "stopDistance": 1.541,
          "outcome": "stop",
          "netR": -1.2725,
          "holdMinutes": 17
        },
        {
          "entryTs": 1658933400,
          "entryUtc": "2022-07-27T14:50:00.000Z",
          "exitTs": 1658933940,
          "dir": -1,
          "entryPrice": 1714.525,
          "exitPrice": 1717.114,
          "stopDistance": 2.589,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 9
        },
        {
          "entryTs": 1658943600,
          "entryUtc": "2022-07-27T17:40:00.000Z",
          "exitTs": 1658944920,
          "dir": 1,
          "entryPrice": 1720.678,
          "exitPrice": 1723.446,
          "stopDistance": 1.384,
          "outcome": "target",
          "netR": 1.7327,
          "holdMinutes": 22
        },
        {
          "entryTs": 1658950800,
          "entryUtc": "2022-07-27T19:40:00.000Z",
          "exitTs": 1658980800,
          "dir": 1,
          "entryPrice": 1733.898,
          "exitPrice": 1736.998,
          "stopDistance": 4.525,
          "outcome": "time",
          "netR": 0.6033,
          "holdMinutes": 500
        },
        {
          "entryTs": 1658997600,
          "entryUtc": "2022-07-28T08:40:00.000Z",
          "exitTs": 1659001920,
          "dir": 1,
          "entryPrice": 1745.115,
          "exitPrice": 1742.825,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 72
        },
        {
          "entryTs": 1659013500,
          "entryUtc": "2022-07-28T13:05:00.000Z",
          "exitTs": 1659014640,
          "dir": 1,
          "entryPrice": 1742.808,
          "exitPrice": 1750.193,
          "stopDistance": 3.692,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 19
        },
        {
          "entryTs": 1659021600,
          "entryUtc": "2022-07-28T15:20:00.000Z",
          "exitTs": 1659051600,
          "dir": 1,
          "entryPrice": 1752.505,
          "exitPrice": 1755.008,
          "stopDistance": 3.902,
          "outcome": "time",
          "netR": 0.5467,
          "holdMinutes": 500
        },
        {
          "entryTs": 1659069300,
          "entryUtc": "2022-07-29T04:35:00.000Z",
          "exitTs": 1659073140,
          "dir": 1,
          "entryPrice": 1761.334,
          "exitPrice": 1764.338,
          "stopDistance": 1.502,
          "outcome": "target",
          "netR": 1.7537,
          "holdMinutes": 64
        },
        {
          "entryTs": 1659077400,
          "entryUtc": "2022-07-29T06:50:00.000Z",
          "exitTs": 1659082320,
          "dir": 1,
          "entryPrice": 1764.628,
          "exitPrice": 1762.8,
          "stopDistance": 1.828,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 82
        },
        {
          "entryTs": 1659305700,
          "entryUtc": "2022-07-31T22:15:00.000Z",
          "exitTs": 1659306780,
          "dir": 1,
          "entryPrice": 1764.768,
          "exitPrice": 1763.378,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3022,
          "holdMinutes": 18
        },
        {
          "entryTs": 1659321900,
          "entryUtc": "2022-08-01T02:45:00.000Z",
          "exitTs": 1659323760,
          "dir": 1,
          "entryPrice": 1763.814,
          "exitPrice": 1762.555,
          "stopDistance": 1.259,
          "outcome": "stop",
          "netR": -1.3336,
          "holdMinutes": 31
        },
        {
          "entryTs": 1659331500,
          "entryUtc": "2022-08-01T05:25:00.000Z",
          "exitTs": 1659333060,
          "dir": -1,
          "entryPrice": 1760.728,
          "exitPrice": 1758.424,
          "stopDistance": 1.152,
          "outcome": "target",
          "netR": 1.6788,
          "holdMinutes": 26
        },
        {
          "entryTs": 1659350700,
          "entryUtc": "2022-08-01T10:45:00.000Z",
          "exitTs": 1659355740,
          "dir": 1,
          "entryPrice": 1772.138,
          "exitPrice": 1770.145,
          "stopDistance": 1.993,
          "outcome": "stop",
          "netR": -1.2108,
          "holdMinutes": 84
        },
        {
          "entryTs": 1659445500,
          "entryUtc": "2022-08-02T13:05:00.000Z",
          "exitTs": 1659446520,
          "dir": 1,
          "entryPrice": 1782.228,
          "exitPrice": 1779.219,
          "stopDistance": 3.009,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 17
        },
        {
          "entryTs": 1659459900,
          "entryUtc": "2022-08-02T17:05:00.000Z",
          "exitTs": 1659462000,
          "dir": -1,
          "entryPrice": 1776.888,
          "exitPrice": 1771.326,
          "stopDistance": 2.781,
          "outcome": "target",
          "netR": 1.867,
          "holdMinutes": 35
        },
        {
          "entryTs": 1659494100,
          "entryUtc": "2022-08-03T02:35:00.000Z",
          "exitTs": 1659497220,
          "dir": 1,
          "entryPrice": 1764.444,
          "exitPrice": 1768.428,
          "stopDistance": 1.992,
          "outcome": "target",
          "netR": 1.8142,
          "holdMinutes": 52
        },
        {
          "entryTs": 1659524400,
          "entryUtc": "2022-08-03T11:00:00.000Z",
          "exitTs": 1659525300,
          "dir": -1,
          "entryPrice": 1763.242,
          "exitPrice": 1765.149,
          "stopDistance": 1.907,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 15
        },
        {
          "entryTs": 1659532500,
          "entryUtc": "2022-08-03T13:15:00.000Z",
          "exitTs": 1659534000,
          "dir": 1,
          "entryPrice": 1769.508,
          "exitPrice": 1766.933,
          "stopDistance": 2.575,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 25
        },
        {
          "entryTs": 1659542400,
          "entryUtc": "2022-08-03T16:00:00.000Z",
          "exitTs": 1659543780,
          "dir": -1,
          "entryPrice": 1758.422,
          "exitPrice": 1761.238,
          "stopDistance": 2.816,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 23
        },
        {
          "entryTs": 1659568800,
          "entryUtc": "2022-08-03T23:20:00.000Z",
          "exitTs": 1659573060,
          "dir": -1,
          "entryPrice": 1764.038,
          "exitPrice": 1764.953,
          "stopDistance": 0.915,
          "outcome": "stop",
          "netR": -1.4591,
          "holdMinutes": 71
        },
        {
          "entryTs": 1659599700,
          "entryUtc": "2022-08-04T07:55:00.000Z",
          "exitTs": 1659603300,
          "dir": 1,
          "entryPrice": 1772.754,
          "exitPrice": 1775.855,
          "stopDistance": 1.551,
          "outcome": "target",
          "netR": 1.7614,
          "holdMinutes": 60
        },
        {
          "entryTs": 1659616200,
          "entryUtc": "2022-08-04T12:30:00.000Z",
          "exitTs": 1659616260,
          "dir": 1,
          "entryPrice": 1785.235,
          "exitPrice": 1782.741,
          "stopDistance": 2.494,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 1
        },
        {
          "entryTs": 1659633900,
          "entryUtc": "2022-08-04T17:25:00.000Z",
          "exitTs": 1659636540,
          "dir": 1,
          "entryPrice": 1789.898,
          "exitPrice": 1793.411,
          "stopDistance": 1.757,
          "outcome": "target",
          "netR": 1.7894,
          "holdMinutes": 44
        },
        {
          "entryTs": 1659640500,
          "entryUtc": "2022-08-04T19:15:00.000Z",
          "exitTs": 1659644340,
          "dir": 1,
          "entryPrice": 1793.234,
          "exitPrice": 1791.606,
          "stopDistance": 1.628,
          "outcome": "stop",
          "netR": -1.258,
          "holdMinutes": 64
        },
        {
          "entryTs": 1659653400,
          "entryUtc": "2022-08-04T22:50:00.000Z",
          "exitTs": 1659654000,
          "dir": -1,
          "entryPrice": 1790.418,
          "exitPrice": 1791.316,
          "stopDistance": 0.898,
          "outcome": "stop",
          "netR": -1.4675,
          "holdMinutes": 10
        },
        {
          "entryTs": 1659702300,
          "entryUtc": "2022-08-05T12:25:00.000Z",
          "exitTs": 1659702600,
          "dir": 1,
          "entryPrice": 1786.978,
          "exitPrice": 1785.104,
          "stopDistance": 1.874,
          "outcome": "stop",
          "netR": -1.2242,
          "holdMinutes": 5
        },
        {
          "entryTs": 1659706200,
          "entryUtc": "2022-08-05T13:30:00.000Z",
          "exitTs": 1659707820,
          "dir": -1,
          "entryPrice": 1770.427,
          "exitPrice": 1774.559,
          "stopDistance": 4.132,
          "outcome": "stop",
          "netR": -1.1016,
          "holdMinutes": 27
        },
        {
          "entryTs": 1659930600,
          "entryUtc": "2022-08-08T03:50:00.000Z",
          "exitTs": 1659935220,
          "dir": -1,
          "entryPrice": 1773.218,
          "exitPrice": 1771.149,
          "stopDistance": 1.035,
          "outcome": "target",
          "netR": 1.6424,
          "holdMinutes": 77
        },
        {
          "entryTs": 1659936000,
          "entryUtc": "2022-08-08T05:20:00.000Z",
          "exitTs": 1659936780,
          "dir": -1,
          "entryPrice": 1772.208,
          "exitPrice": 1773.133,
          "stopDistance": 0.925,
          "outcome": "stop",
          "netR": -1.4543,
          "holdMinutes": 13
        },
        {
          "entryTs": 1659954300,
          "entryUtc": "2022-08-08T10:25:00.000Z",
          "exitTs": 1659955320,
          "dir": 1,
          "entryPrice": 1776.384,
          "exitPrice": 1779.343,
          "stopDistance": 1.479,
          "outcome": "target",
          "netR": 1.7499,
          "holdMinutes": 17
        },
        {
          "entryTs": 1659990900,
          "entryUtc": "2022-08-08T20:35:00.000Z",
          "exitTs": 1660001700,
          "dir": 1,
          "entryPrice": 1788.418,
          "exitPrice": 1790.4,
          "stopDistance": 0.991,
          "outcome": "target",
          "netR": 1.6267,
          "holdMinutes": 180
        },
        {
          "entryTs": 1660012800,
          "entryUtc": "2022-08-09T02:40:00.000Z",
          "exitTs": 1660014660,
          "dir": -1,
          "entryPrice": 1784.534,
          "exitPrice": 1785.735,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3498,
          "holdMinutes": 31
        },
        {
          "entryTs": 1660087800,
          "entryUtc": "2022-08-09T23:30:00.000Z",
          "exitTs": 1660088880,
          "dir": -1,
          "entryPrice": 1793.738,
          "exitPrice": 1794.278,
          "stopDistance": 0.54,
          "outcome": "stop",
          "netR": -1.7783,
          "holdMinutes": 18
        },
        {
          "entryTs": 1660092900,
          "entryUtc": "2022-08-10T00:55:00.000Z",
          "exitTs": 1660095060,
          "dir": -1,
          "entryPrice": 1792.748,
          "exitPrice": 1791.262,
          "stopDistance": 0.743,
          "outcome": "target",
          "netR": 1.5022,
          "holdMinutes": 36
        },
        {
          "entryTs": 1660095900,
          "entryUtc": "2022-08-10T01:45:00.000Z",
          "exitTs": 1660096920,
          "dir": -1,
          "entryPrice": 1792.358,
          "exitPrice": 1793.361,
          "stopDistance": 1.003,
          "outcome": "stop",
          "netR": -1.4188,
          "holdMinutes": 17
        },
        {
          "entryTs": 1660110000,
          "entryUtc": "2022-08-10T05:40:00.000Z",
          "exitTs": 1660111140,
          "dir": -1,
          "entryPrice": 1790.064,
          "exitPrice": 1788.248,
          "stopDistance": 0.908,
          "outcome": "target",
          "netR": 1.5925,
          "holdMinutes": 19
        },
        {
          "entryTs": 1660113900,
          "entryUtc": "2022-08-10T06:45:00.000Z",
          "exitTs": 1660114860,
          "dir": -1,
          "entryPrice": 1788.738,
          "exitPrice": 1789.788,
          "stopDistance": 1.05,
          "outcome": "stop",
          "netR": -1.4001,
          "holdMinutes": 16
        },
        {
          "entryTs": 1660118700,
          "entryUtc": "2022-08-10T08:05:00.000Z",
          "exitTs": 1660119420,
          "dir": 1,
          "entryPrice": 1790.126,
          "exitPrice": 1788.709,
          "stopDistance": 1.417,
          "outcome": "stop",
          "netR": -1.2964,
          "holdMinutes": 12
        },
        {
          "entryTs": 1660127100,
          "entryUtc": "2022-08-10T10:25:00.000Z",
          "exitTs": 1660127940,
          "dir": 1,
          "entryPrice": 1793.592,
          "exitPrice": 1792.317,
          "stopDistance": 1.275,
          "outcome": "stop",
          "netR": -1.3295,
          "holdMinutes": 14
        },
        {
          "entryTs": 1660144500,
          "entryUtc": "2022-08-10T15:15:00.000Z",
          "exitTs": 1660154040,
          "dir": 1,
          "entryPrice": 1799.288,
          "exitPrice": 1795.779,
          "stopDistance": 3.509,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 159
        },
        {
          "entryTs": 1660232400,
          "entryUtc": "2022-08-11T15:40:00.000Z",
          "exitTs": 1660262400,
          "dir": -1,
          "entryPrice": 1790.408,
          "exitPrice": 1789.014,
          "stopDistance": 2.842,
          "outcome": "time",
          "netR": 0.3603,
          "holdMinutes": 500
        },
        {
          "entryTs": 1660279500,
          "entryUtc": "2022-08-12T04:45:00.000Z",
          "exitTs": 1660281240,
          "dir": 1,
          "entryPrice": 1790.982,
          "exitPrice": 1790.105,
          "stopDistance": 0.877,
          "outcome": "stop",
          "netR": -1.479,
          "holdMinutes": 29
        },
        {
          "entryTs": 1660292100,
          "entryUtc": "2022-08-12T08:15:00.000Z",
          "exitTs": 1660299060,
          "dir": -1,
          "entryPrice": 1789.418,
          "exitPrice": 1785.932,
          "stopDistance": 1.743,
          "outcome": "target",
          "netR": 1.7877,
          "holdMinutes": 116
        },
        {
          "entryTs": 1660320000,
          "entryUtc": "2022-08-12T16:00:00.000Z",
          "exitTs": 1660323900,
          "dir": 1,
          "entryPrice": 1794.814,
          "exitPrice": 1799.84,
          "stopDistance": 2.513,
          "outcome": "target",
          "netR": 1.8528,
          "holdMinutes": 65
        },
        {
          "entryTs": 1660327500,
          "entryUtc": "2022-08-12T18:05:00.000Z",
          "exitTs": 1660329600,
          "dir": 1,
          "entryPrice": 1798.478,
          "exitPrice": 1801.777,
          "stopDistance": 1.65,
          "outcome": "target",
          "netR": 1.7757,
          "holdMinutes": 35
        },
        {
          "entryTs": 1660560600,
          "entryUtc": "2022-08-15T10:50:00.000Z",
          "exitTs": 1660566120,
          "dir": -1,
          "entryPrice": 1777.044,
          "exitPrice": 1779.218,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 92
        },
        {
          "entryTs": 1660698300,
          "entryUtc": "2022-08-17T01:05:00.000Z",
          "exitTs": 1660698900,
          "dir": -1,
          "entryPrice": 1774.768,
          "exitPrice": 1775.664,
          "stopDistance": 0.896,
          "outcome": "stop",
          "netR": -1.4688,
          "holdMinutes": 10
        },
        {
          "entryTs": 1660724700,
          "entryUtc": "2022-08-17T08:25:00.000Z",
          "exitTs": 1660725120,
          "dir": -1,
          "entryPrice": 1773.798,
          "exitPrice": 1775.299,
          "stopDistance": 1.501,
          "outcome": "stop",
          "netR": -1.2798,
          "holdMinutes": 7
        },
        {
          "entryTs": 1660755000,
          "entryUtc": "2022-08-17T16:50:00.000Z",
          "exitTs": 1660759200,
          "dir": -1,
          "entryPrice": 1762.188,
          "exitPrice": 1764.049,
          "stopDistance": 1.861,
          "outcome": "stop",
          "netR": -1.2257,
          "holdMinutes": 70
        },
        {
          "entryTs": 1660762800,
          "entryUtc": "2022-08-17T19:00:00.000Z",
          "exitTs": 1660767840,
          "dir": 1,
          "entryPrice": 1766.468,
          "exitPrice": 1763.804,
          "stopDistance": 2.664,
          "outcome": "stop",
          "netR": -1.1576,
          "holdMinutes": 84
        },
        {
          "entryTs": 1660775100,
          "entryUtc": "2022-08-17T22:25:00.000Z",
          "exitTs": 1660780020,
          "dir": -1,
          "entryPrice": 1763.1,
          "exitPrice": 1764.426,
          "stopDistance": 1.326,
          "outcome": "stop",
          "netR": -1.3168,
          "holdMinutes": 82
        },
        {
          "entryTs": 1660801800,
          "entryUtc": "2022-08-18T05:50:00.000Z",
          "exitTs": 1660802460,
          "dir": 1,
          "entryPrice": 1763.824,
          "exitPrice": 1762.831,
          "stopDistance": 0.993,
          "outcome": "stop",
          "netR": -1.423,
          "holdMinutes": 11
        },
        {
          "entryTs": 1660829400,
          "entryUtc": "2022-08-18T13:30:00.000Z",
          "exitTs": 1660829820,
          "dir": -1,
          "entryPrice": 1766.888,
          "exitPrice": 1769.478,
          "stopDistance": 2.59,
          "outcome": "stop",
          "netR": -1.1622,
          "holdMinutes": 7
        },
        {
          "entryTs": 1660851000,
          "entryUtc": "2022-08-18T19:30:00.000Z",
          "exitTs": 1660855680,
          "dir": 1,
          "entryPrice": 1759.814,
          "exitPrice": 1758.549,
          "stopDistance": 1.265,
          "outcome": "stop",
          "netR": -1.332,
          "holdMinutes": 78
        },
        {
          "entryTs": 1661146800,
          "entryUtc": "2022-08-22T05:40:00.000Z",
          "exitTs": 1661150760,
          "dir": -1,
          "entryPrice": 1744.298,
          "exitPrice": 1741.751,
          "stopDistance": 1.274,
          "outcome": "target",
          "netR": 1.7095,
          "holdMinutes": 66
        },
        {
          "entryTs": 1661173500,
          "entryUtc": "2022-08-22T13:05:00.000Z",
          "exitTs": 1661173860,
          "dir": -1,
          "entryPrice": 1731.184,
          "exitPrice": 1733.553,
          "stopDistance": 2.369,
          "outcome": "stop",
          "netR": -1.1773,
          "holdMinutes": 6
        },
        {
          "entryTs": 1661176500,
          "entryUtc": "2022-08-22T13:55:00.000Z",
          "exitTs": 1661177760,
          "dir": 1,
          "entryPrice": 1733.964,
          "exitPrice": 1739.081,
          "stopDistance": 2.559,
          "outcome": "target",
          "netR": 1.8554,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661180700,
          "entryUtc": "2022-08-22T15:05:00.000Z",
          "exitTs": 1661210700,
          "dir": 1,
          "entryPrice": 1736.414,
          "exitPrice": 1735.308,
          "stopDistance": 2.776,
          "outcome": "time",
          "netR": -0.5317,
          "holdMinutes": 500
        },
        {
          "entryTs": 1661245500,
          "entryUtc": "2022-08-23T09:05:00.000Z",
          "exitTs": 1661247540,
          "dir": 1,
          "entryPrice": 1739.984,
          "exitPrice": 1737.972,
          "stopDistance": 2.012,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 34
        },
        {
          "entryTs": 1661270100,
          "entryUtc": "2022-08-23T15:55:00.000Z",
          "exitTs": 1661275860,
          "dir": 1,
          "entryPrice": 1749.604,
          "exitPrice": 1746.973,
          "stopDistance": 2.631,
          "outcome": "stop",
          "netR": -1.1596,
          "holdMinutes": 96
        },
        {
          "entryTs": 1661319600,
          "entryUtc": "2022-08-24T05:40:00.000Z",
          "exitTs": 1661320320,
          "dir": 1,
          "entryPrice": 1746.948,
          "exitPrice": 1746.126,
          "stopDistance": 0.822,
          "outcome": "stop",
          "netR": -1.5112,
          "holdMinutes": 12
        },
        {
          "entryTs": 1661334000,
          "entryUtc": "2022-08-24T09:40:00.000Z",
          "exitTs": 1661334300,
          "dir": 1,
          "entryPrice": 1751.034,
          "exitPrice": 1749.523,
          "stopDistance": 1.511,
          "outcome": "stop",
          "netR": -1.278,
          "holdMinutes": 5
        },
        {
          "entryTs": 1661356200,
          "entryUtc": "2022-08-24T15:50:00.000Z",
          "exitTs": 1661360100,
          "dir": 1,
          "entryPrice": 1750.978,
          "exitPrice": 1748.532,
          "stopDistance": 2.446,
          "outcome": "stop",
          "netR": -1.1717,
          "holdMinutes": 65
        },
        {
          "entryTs": 1661373600,
          "entryUtc": "2022-08-24T20:40:00.000Z",
          "exitTs": 1661380020,
          "dir": 1,
          "entryPrice": 1751.414,
          "exitPrice": 1750.446,
          "stopDistance": 0.968,
          "outcome": "stop",
          "netR": -1.4339,
          "holdMinutes": 107
        },
        {
          "entryTs": 1661398500,
          "entryUtc": "2022-08-25T03:35:00.000Z",
          "exitTs": 1661403840,
          "dir": 1,
          "entryPrice": 1755.924,
          "exitPrice": 1758.156,
          "stopDistance": 1.116,
          "outcome": "target",
          "netR": 1.6684,
          "holdMinutes": 89
        },
        {
          "entryTs": 1661413800,
          "entryUtc": "2022-08-25T07:50:00.000Z",
          "exitTs": 1661416320,
          "dir": 1,
          "entryPrice": 1761.254,
          "exitPrice": 1764.367,
          "stopDistance": 1.557,
          "outcome": "target",
          "netR": 1.7623,
          "holdMinutes": 42
        },
        {
          "entryTs": 1661427600,
          "entryUtc": "2022-08-25T11:40:00.000Z",
          "exitTs": 1661428800,
          "dir": 1,
          "entryPrice": 1763.495,
          "exitPrice": 1761.95,
          "stopDistance": 1.545,
          "outcome": "stop",
          "netR": -1.2718,
          "holdMinutes": 20
        },
        {
          "entryTs": 1661449200,
          "entryUtc": "2022-08-25T17:40:00.000Z",
          "exitTs": 1661452740,
          "dir": 1,
          "entryPrice": 1757.377,
          "exitPrice": 1755.945,
          "stopDistance": 1.432,
          "outcome": "stop",
          "netR": -1.2934,
          "holdMinutes": 59
        },
        {
          "entryTs": 1661480400,
          "entryUtc": "2022-08-26T02:20:00.000Z",
          "exitTs": 1661481060,
          "dir": -1,
          "entryPrice": 1753.938,
          "exitPrice": 1754.994,
          "stopDistance": 1.056,
          "outcome": "stop",
          "netR": -1.3977,
          "holdMinutes": 11
        },
        {
          "entryTs": 1661732400,
          "entryUtc": "2022-08-29T00:20:00.000Z",
          "exitTs": 1661735160,
          "dir": -1,
          "entryPrice": 1735.074,
          "exitPrice": 1732.141,
          "stopDistance": 1.466,
          "outcome": "target",
          "netR": 1.7477,
          "holdMinutes": 46
        },
        {
          "entryTs": 1661739600,
          "entryUtc": "2022-08-29T02:20:00.000Z",
          "exitTs": 1661748300,
          "dir": -1,
          "entryPrice": 1725.884,
          "exitPrice": 1721.647,
          "stopDistance": 2.118,
          "outcome": "target",
          "netR": 1.8253,
          "holdMinutes": 145
        },
        {
          "entryTs": 1661749500,
          "entryUtc": "2022-08-29T05:05:00.000Z",
          "exitTs": 1661752020,
          "dir": -1,
          "entryPrice": 1723.298,
          "exitPrice": 1724.557,
          "stopDistance": 1.259,
          "outcome": "stop",
          "netR": -1.3336,
          "holdMinutes": 42
        },
        {
          "entryTs": 1661783700,
          "entryUtc": "2022-08-29T14:35:00.000Z",
          "exitTs": 1661794140,
          "dir": 1,
          "entryPrice": 1740.024,
          "exitPrice": 1737.106,
          "stopDistance": 2.918,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 174
        },
        {
          "entryTs": 1661802900,
          "entryUtc": "2022-08-29T19:55:00.000Z",
          "exitTs": 1661813100,
          "dir": -1,
          "entryPrice": 1736.908,
          "exitPrice": 1738.009,
          "stopDistance": 1.101,
          "outcome": "stop",
          "netR": -1.3814,
          "holdMinutes": 170
        },
        {
          "entryTs": 1661849400,
          "entryUtc": "2022-08-30T08:50:00.000Z",
          "exitTs": 1661850480,
          "dir": 1,
          "entryPrice": 1734.678,
          "exitPrice": 1732.748,
          "stopDistance": 1.93,
          "outcome": "stop",
          "netR": -1.2177,
          "holdMinutes": 18
        },
        {
          "entryTs": 1661900400,
          "entryUtc": "2022-08-30T23:00:00.000Z",
          "exitTs": 1661904240,
          "dir": -1,
          "entryPrice": 1722.788,
          "exitPrice": 1723.469,
          "stopDistance": 0.681,
          "outcome": "stop",
          "netR": -1.6166,
          "holdMinutes": 64
        },
        {
          "entryTs": 1661922300,
          "entryUtc": "2022-08-31T05:05:00.000Z",
          "exitTs": 1661923560,
          "dir": 1,
          "entryPrice": 1724.434,
          "exitPrice": 1726.247,
          "stopDistance": 0.907,
          "outcome": "target",
          "netR": 1.5919,
          "holdMinutes": 21
        },
        {
          "entryTs": 1661940900,
          "entryUtc": "2022-08-31T10:15:00.000Z",
          "exitTs": 1661945460,
          "dir": -1,
          "entryPrice": 1713.398,
          "exitPrice": 1715.516,
          "stopDistance": 2.118,
          "outcome": "stop",
          "netR": -1.1983,
          "holdMinutes": 76
        },
        {
          "entryTs": 1661958900,
          "entryUtc": "2022-08-31T15:15:00.000Z",
          "exitTs": 1661964960,
          "dir": 1,
          "entryPrice": 1718.678,
          "exitPrice": 1715.597,
          "stopDistance": 3.081,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 101
        },
        {
          "entryTs": 1661969400,
          "entryUtc": "2022-08-31T18:10:00.000Z",
          "exitTs": 1661972400,
          "dir": -1,
          "entryPrice": 1713.794,
          "exitPrice": 1710.829,
          "stopDistance": 1.483,
          "outcome": "target",
          "netR": 1.7504,
          "holdMinutes": 50
        },
        {
          "entryTs": 1661976900,
          "entryUtc": "2022-08-31T20:15:00.000Z",
          "exitTs": 1661984460,
          "dir": -1,
          "entryPrice": 1710.844,
          "exitPrice": 1708.337,
          "stopDistance": 1.253,
          "outcome": "target",
          "netR": 1.7048,
          "holdMinutes": 126
        },
        {
          "entryTs": 1662012600,
          "entryUtc": "2022-09-01T06:10:00.000Z",
          "exitTs": 1662013200,
          "dir": 1,
          "entryPrice": 1706.113,
          "exitPrice": 1704.762,
          "stopDistance": 1.351,
          "outcome": "stop",
          "netR": -1.3108,
          "holdMinutes": 10
        },
        {
          "entryTs": 1662054900,
          "entryUtc": "2022-09-01T17:55:00.000Z",
          "exitTs": 1662057660,
          "dir": 1,
          "entryPrice": 1697.414,
          "exitPrice": 1695.657,
          "stopDistance": 1.757,
          "outcome": "stop",
          "netR": -1.2391,
          "holdMinutes": 46
        },
        {
          "entryTs": 1662092700,
          "entryUtc": "2022-09-02T04:25:00.000Z",
          "exitTs": 1662097920,
          "dir": 1,
          "entryPrice": 1699.079,
          "exitPrice": 1700.967,
          "stopDistance": 0.944,
          "outcome": "target",
          "netR": 1.608,
          "holdMinutes": 87
        },
        {
          "entryTs": 1662099900,
          "entryUtc": "2022-09-02T06:25:00.000Z",
          "exitTs": 1662101160,
          "dir": 1,
          "entryPrice": 1700.418,
          "exitPrice": 1702.862,
          "stopDistance": 1.222,
          "outcome": "target",
          "netR": 1.6972,
          "holdMinutes": 21
        },
        {
          "entryTs": 1662132000,
          "entryUtc": "2022-09-02T15:20:00.000Z",
          "exitTs": 1662133320,
          "dir": 1,
          "entryPrice": 1715.814,
          "exitPrice": 1713.13,
          "stopDistance": 2.684,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 22
        },
        {
          "entryTs": 1662141900,
          "entryUtc": "2022-09-02T18:05:00.000Z",
          "exitTs": 1662143160,
          "dir": -1,
          "entryPrice": 1712.114,
          "exitPrice": 1713.859,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2406,
          "holdMinutes": 21
        },
        {
          "entryTs": 1662149400,
          "entryUtc": "2022-09-02T20:10:00.000Z",
          "exitTs": 1662151200,
          "dir": -1,
          "entryPrice": 1709.998,
          "exitPrice": 1711.359,
          "stopDistance": 1.361,
          "outcome": "stop",
          "netR": -1.3086,
          "holdMinutes": 30
        },
        {
          "entryTs": 1662342300,
          "entryUtc": "2022-09-05T01:45:00.000Z",
          "exitTs": 1662343980,
          "dir": 1,
          "entryPrice": 1711.174,
          "exitPrice": 1709.822,
          "stopDistance": 1.352,
          "outcome": "stop",
          "netR": -1.3106,
          "holdMinutes": 28
        },
        {
          "entryTs": 1662368100,
          "entryUtc": "2022-09-05T08:55:00.000Z",
          "exitTs": 1662369840,
          "dir": 1,
          "entryPrice": 1711.974,
          "exitPrice": 1710.43,
          "stopDistance": 1.544,
          "outcome": "stop",
          "netR": -1.272,
          "holdMinutes": 29
        },
        {
          "entryTs": 1662415500,
          "entryUtc": "2022-09-05T22:05:00.000Z",
          "exitTs": 1662416040,
          "dir": -1,
          "entryPrice": 1710.558,
          "exitPrice": 1711.49,
          "stopDistance": 0.932,
          "outcome": "stop",
          "netR": -1.4507,
          "holdMinutes": 9
        },
        {
          "entryTs": 1662441900,
          "entryUtc": "2022-09-06T05:25:00.000Z",
          "exitTs": 1662442500,
          "dir": -1,
          "entryPrice": 1716.838,
          "exitPrice": 1717.971,
          "stopDistance": 1.133,
          "outcome": "stop",
          "netR": -1.3707,
          "holdMinutes": 10
        },
        {
          "entryTs": 1662459600,
          "entryUtc": "2022-09-06T10:20:00.000Z",
          "exitTs": 1662462780,
          "dir": -1,
          "entryPrice": 1712.404,
          "exitPrice": 1713.794,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3022,
          "holdMinutes": 53
        },
        {
          "entryTs": 1662480900,
          "entryUtc": "2022-09-06T16:15:00.000Z",
          "exitTs": 1662510120,
          "dir": -1,
          "entryPrice": 1703.743,
          "exitPrice": 1698.828,
          "stopDistance": 2.458,
          "outcome": "target",
          "netR": 1.8495,
          "holdMinutes": 487
        },
        {
          "entryTs": 1662512100,
          "entryUtc": "2022-09-07T00:55:00.000Z",
          "exitTs": 1662520740,
          "dir": -1,
          "entryPrice": 1696.694,
          "exitPrice": 1692.719,
          "stopDistance": 1.988,
          "outcome": "target",
          "netR": 1.8138,
          "holdMinutes": 144
        },
        {
          "entryTs": 1662535500,
          "entryUtc": "2022-09-07T07:25:00.000Z",
          "exitTs": 1662536940,
          "dir": 1,
          "entryPrice": 1697.644,
          "exitPrice": 1701.158,
          "stopDistance": 1.757,
          "outcome": "target",
          "netR": 1.7894,
          "holdMinutes": 24
        },
        {
          "entryTs": 1662539100,
          "entryUtc": "2022-09-07T08:25:00.000Z",
          "exitTs": 1662543660,
          "dir": 1,
          "entryPrice": 1701.874,
          "exitPrice": 1706.112,
          "stopDistance": 2.119,
          "outcome": "target",
          "netR": 1.8254,
          "holdMinutes": 76
        },
        {
          "entryTs": 1662573900,
          "entryUtc": "2022-09-07T18:05:00.000Z",
          "exitTs": 1662603900,
          "dir": 1,
          "entryPrice": 1715.828,
          "exitPrice": 1715.108,
          "stopDistance": 1.876,
          "outcome": "time",
          "netR": -0.5809,
          "holdMinutes": 500
        },
        {
          "entryTs": 1662638400,
          "entryUtc": "2022-09-08T12:00:00.000Z",
          "exitTs": 1662639480,
          "dir": 1,
          "entryPrice": 1723.69,
          "exitPrice": 1721.385,
          "stopDistance": 2.305,
          "outcome": "stop",
          "netR": -1.1822,
          "holdMinutes": 18
        },
        {
          "entryTs": 1662644700,
          "entryUtc": "2022-09-08T13:45:00.000Z",
          "exitTs": 1662645840,
          "dir": -1,
          "entryPrice": 1715.668,
          "exitPrice": 1707.72,
          "stopDistance": 3.974,
          "outcome": "target",
          "netR": 1.9069,
          "holdMinutes": 19
        },
        {
          "entryTs": 1662648600,
          "entryUtc": "2022-09-08T14:50:00.000Z",
          "exitTs": 1662658500,
          "dir": -1,
          "entryPrice": 1706.989,
          "exitPrice": 1710.667,
          "stopDistance": 3.678,
          "outcome": "stop",
          "netR": -1.1142,
          "holdMinutes": 165
        },
        {
          "entryTs": 1662660300,
          "entryUtc": "2022-09-08T18:05:00.000Z",
          "exitTs": 1662663240,
          "dir": 1,
          "entryPrice": 1709.148,
          "exitPrice": 1707.451,
          "stopDistance": 1.697,
          "outcome": "stop",
          "netR": -1.2475,
          "holdMinutes": 49
        },
        {
          "entryTs": 1662685200,
          "entryUtc": "2022-09-09T01:00:00.000Z",
          "exitTs": 1662686520,
          "dir": 1,
          "entryPrice": 1713.444,
          "exitPrice": 1715.63,
          "stopDistance": 1.093,
          "outcome": "target",
          "netR": 1.6615,
          "holdMinutes": 22
        },
        {
          "entryTs": 1662743400,
          "entryUtc": "2022-09-09T17:10:00.000Z",
          "exitTs": 1662746160,
          "dir": 1,
          "entryPrice": 1718.314,
          "exitPrice": 1716.303,
          "stopDistance": 2.011,
          "outcome": "stop",
          "netR": -1.2088,
          "holdMinutes": 46
        },
        {
          "entryTs": 1662750300,
          "entryUtc": "2022-09-09T19:05:00.000Z",
          "exitTs": 1662756720,
          "dir": -1,
          "entryPrice": 1715.694,
          "exitPrice": 1716.811,
          "stopDistance": 1.117,
          "outcome": "stop",
          "netR": -1.376,
          "holdMinutes": 107
        },
        {
          "entryTs": 1662954900,
          "entryUtc": "2022-09-12T03:55:00.000Z",
          "exitTs": 1662959640,
          "dir": -1,
          "entryPrice": 1713.628,
          "exitPrice": 1714.647,
          "stopDistance": 1.019,
          "outcome": "stop",
          "netR": -1.4123,
          "holdMinutes": 79
        },
        {
          "entryTs": 1662985500,
          "entryUtc": "2022-09-12T12:25:00.000Z",
          "exitTs": 1662989700,
          "dir": 1,
          "entryPrice": 1729.218,
          "exitPrice": 1726.724,
          "stopDistance": 2.494,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 70
        },
        {
          "entryTs": 1662991500,
          "entryUtc": "2022-09-12T14:05:00.000Z",
          "exitTs": 1662994800,
          "dir": -1,
          "entryPrice": 1727.518,
          "exitPrice": 1730.563,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 55
        },
        {
          "entryTs": 1662999900,
          "entryUtc": "2022-09-12T16:25:00.000Z",
          "exitTs": 1663001460,
          "dir": 1,
          "entryPrice": 1732.464,
          "exitPrice": 1730.261,
          "stopDistance": 2.203,
          "outcome": "stop",
          "netR": -1.1906,
          "holdMinutes": 26
        },
        {
          "entryTs": 1663009200,
          "entryUtc": "2022-09-12T19:00:00.000Z",
          "exitTs": 1663030860,
          "dir": -1,
          "entryPrice": 1726.756,
          "exitPrice": 1723.323,
          "stopDistance": 1.716,
          "outcome": "target",
          "netR": 1.7844,
          "holdMinutes": 361
        },
        {
          "entryTs": 1663034100,
          "entryUtc": "2022-09-13T01:55:00.000Z",
          "exitTs": 1663045680,
          "dir": -1,
          "entryPrice": 1723.308,
          "exitPrice": 1720.018,
          "stopDistance": 1.645,
          "outcome": "target",
          "netR": 1.7751,
          "holdMinutes": 193
        },
        {
          "entryTs": 1663056000,
          "entryUtc": "2022-09-13T08:00:00.000Z",
          "exitTs": 1663057620,
          "dir": 1,
          "entryPrice": 1723.858,
          "exitPrice": 1722.335,
          "stopDistance": 1.523,
          "outcome": "stop",
          "netR": -1.2757,
          "holdMinutes": 27
        },
        {
          "entryTs": 1663070400,
          "entryUtc": "2022-09-13T12:00:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1729.654,
          "exitPrice": 1728.079,
          "stopDistance": 1.575,
          "outcome": "stop",
          "netR": -1.2667,
          "holdMinutes": 30
        },
        {
          "entryTs": 1663076700,
          "entryUtc": "2022-09-13T13:45:00.000Z",
          "exitTs": 1663106700,
          "dir": -1,
          "entryPrice": 1706.204,
          "exitPrice": 1700.541,
          "stopDistance": 4.677,
          "outcome": "time",
          "netR": 1.1316,
          "holdMinutes": 500
        },
        {
          "entryTs": 1663206000,
          "entryUtc": "2022-09-15T01:40:00.000Z",
          "exitTs": 1663207020,
          "dir": -1,
          "entryPrice": 1695.098,
          "exitPrice": 1696.342,
          "stopDistance": 1.244,
          "outcome": "stop",
          "netR": -1.3376,
          "holdMinutes": 17
        },
        {
          "entryTs": 1663213500,
          "entryUtc": "2022-09-15T03:45:00.000Z",
          "exitTs": 1663216500,
          "dir": -1,
          "entryPrice": 1692.914,
          "exitPrice": 1690.359,
          "stopDistance": 1.278,
          "outcome": "target",
          "netR": 1.7104,
          "holdMinutes": 50
        },
        {
          "entryTs": 1663219800,
          "entryUtc": "2022-09-15T05:30:00.000Z",
          "exitTs": 1663225620,
          "dir": -1,
          "entryPrice": 1689.148,
          "exitPrice": 1686.474,
          "stopDistance": 1.337,
          "outcome": "target",
          "netR": 1.7232,
          "holdMinutes": 97
        },
        {
          "entryTs": 1663237800,
          "entryUtc": "2022-09-15T10:30:00.000Z",
          "exitTs": 1663238040,
          "dir": 1,
          "entryPrice": 1689.128,
          "exitPrice": 1687.471,
          "stopDistance": 1.657,
          "outcome": "stop",
          "netR": -1.2534,
          "holdMinutes": 4
        },
        {
          "entryTs": 1663242000,
          "entryUtc": "2022-09-15T11:40:00.000Z",
          "exitTs": 1663244580,
          "dir": -1,
          "entryPrice": 1686.518,
          "exitPrice": 1682.774,
          "stopDistance": 1.872,
          "outcome": "target",
          "netR": 1.8024,
          "holdMinutes": 43
        },
        {
          "entryTs": 1663259700,
          "entryUtc": "2022-09-15T16:35:00.000Z",
          "exitTs": 1663538400,
          "dir": -1,
          "entryPrice": 1665.798,
          "exitPrice": 1669.412,
          "stopDistance": 3.614,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 4645
        },
        {
          "entryTs": 1663546800,
          "entryUtc": "2022-09-19T00:20:00.000Z",
          "exitTs": 1663548780,
          "dir": 1,
          "entryPrice": 1677.248,
          "exitPrice": 1675.749,
          "stopDistance": 1.499,
          "outcome": "stop",
          "netR": -1.2802,
          "holdMinutes": 33
        },
        {
          "entryTs": 1663555800,
          "entryUtc": "2022-09-19T02:50:00.000Z",
          "exitTs": 1663560540,
          "dir": -1,
          "entryPrice": 1670.808,
          "exitPrice": 1667.613,
          "stopDistance": 1.597,
          "outcome": "target",
          "netR": 1.7684,
          "holdMinutes": 79
        },
        {
          "entryTs": 1663574400,
          "entryUtc": "2022-09-19T08:00:00.000Z",
          "exitTs": 1663576560,
          "dir": -1,
          "entryPrice": 1662.608,
          "exitPrice": 1664.341,
          "stopDistance": 1.733,
          "outcome": "stop",
          "netR": -1.2424,
          "holdMinutes": 36
        },
        {
          "entryTs": 1663601700,
          "entryUtc": "2022-09-19T15:35:00.000Z",
          "exitTs": 1663605000,
          "dir": 1,
          "entryPrice": 1672.515,
          "exitPrice": 1669.995,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1666,
          "holdMinutes": 55
        },
        {
          "entryTs": 1663626600,
          "entryUtc": "2022-09-19T22:30:00.000Z",
          "exitTs": 1663632000,
          "dir": 1,
          "entryPrice": 1675.105,
          "exitPrice": 1676.749,
          "stopDistance": 0.822,
          "outcome": "target",
          "netR": 1.5499,
          "holdMinutes": 90
        },
        {
          "entryTs": 1663634400,
          "entryUtc": "2022-09-20T00:40:00.000Z",
          "exitTs": 1663634580,
          "dir": 1,
          "entryPrice": 1677.105,
          "exitPrice": 1675.989,
          "stopDistance": 1.116,
          "outcome": "stop",
          "netR": -1.3763,
          "holdMinutes": 3
        },
        {
          "entryTs": 1663640100,
          "entryUtc": "2022-09-20T02:15:00.000Z",
          "exitTs": 1663641000,
          "dir": -1,
          "entryPrice": 1675.048,
          "exitPrice": 1676.266,
          "stopDistance": 1.218,
          "outcome": "stop",
          "netR": -1.3447,
          "holdMinutes": 15
        },
        {
          "entryTs": 1663654800,
          "entryUtc": "2022-09-20T06:20:00.000Z",
          "exitTs": 1663655340,
          "dir": -1,
          "entryPrice": 1672.258,
          "exitPrice": 1673.544,
          "stopDistance": 1.286,
          "outcome": "stop",
          "netR": -1.3266,
          "holdMinutes": 9
        },
        {
          "entryTs": 1663743000,
          "entryUtc": "2022-09-21T06:50:00.000Z",
          "exitTs": 1663755240,
          "dir": 1,
          "entryPrice": 1669.723,
          "exitPrice": 1674.934,
          "stopDistance": 2.605,
          "outcome": "target",
          "netR": 1.858,
          "holdMinutes": 204
        },
        {
          "entryTs": 1663777800,
          "entryUtc": "2022-09-21T16:30:00.000Z",
          "exitTs": 1663782420,
          "dir": -1,
          "entryPrice": 1667.608,
          "exitPrice": 1669.157,
          "stopDistance": 1.549,
          "outcome": "stop",
          "netR": -1.2711,
          "holdMinutes": 77
        },
        {
          "entryTs": 1663788600,
          "entryUtc": "2022-09-21T19:30:00.000Z",
          "exitTs": 1663789500,
          "dir": 1,
          "entryPrice": 1679.215,
          "exitPrice": 1671.795,
          "stopDistance": 7.419,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 15
        },
        {
          "entryTs": 1663811400,
          "entryUtc": "2022-09-22T01:50:00.000Z",
          "exitTs": 1663815360,
          "dir": -1,
          "entryPrice": 1660.548,
          "exitPrice": 1662.734,
          "stopDistance": 2.186,
          "outcome": "stop",
          "netR": -1.1921,
          "holdMinutes": 66
        },
        {
          "entryTs": 1663871700,
          "entryUtc": "2022-09-22T18:35:00.000Z",
          "exitTs": 1663873860,
          "dir": -1,
          "entryPrice": 1670.703,
          "exitPrice": 1672.666,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.214,
          "holdMinutes": 36
        },
        {
          "entryTs": 1663902000,
          "entryUtc": "2022-09-23T03:00:00.000Z",
          "exitTs": 1663912380,
          "dir": -1,
          "entryPrice": 1670.438,
          "exitPrice": 1671.74,
          "stopDistance": 1.302,
          "outcome": "stop",
          "netR": -1.3225,
          "holdMinutes": 173
        },
        {
          "entryTs": 1663915500,
          "entryUtc": "2022-09-23T06:45:00.000Z",
          "exitTs": 1663915800,
          "dir": 1,
          "entryPrice": 1672.398,
          "exitPrice": 1671.098,
          "stopDistance": 1.3,
          "outcome": "stop",
          "netR": -1.323,
          "holdMinutes": 5
        },
        {
          "entryTs": 1663932600,
          "entryUtc": "2022-09-23T11:30:00.000Z",
          "exitTs": 1663938480,
          "dir": -1,
          "entryPrice": 1648.155,
          "exitPrice": 1652.173,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 98
        },
        {
          "entryTs": 1663945500,
          "entryUtc": "2022-09-23T15:05:00.000Z",
          "exitTs": 1663947240,
          "dir": -1,
          "entryPrice": 1645.298,
          "exitPrice": 1648.894,
          "stopDistance": 3.596,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 29
        },
        {
          "entryTs": 1664178900,
          "entryUtc": "2022-09-26T07:55:00.000Z",
          "exitTs": 1664187120,
          "dir": 1,
          "entryPrice": 1643.12,
          "exitPrice": 1639.69,
          "stopDistance": 3.43,
          "outcome": "stop",
          "netR": -1.1224,
          "holdMinutes": 137
        },
        {
          "entryTs": 1664265300,
          "entryUtc": "2022-09-27T07:55:00.000Z",
          "exitTs": 1664265960,
          "dir": 1,
          "entryPrice": 1637.378,
          "exitPrice": 1635.301,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2023,
          "holdMinutes": 11
        },
        {
          "entryTs": 1664296500,
          "entryUtc": "2022-09-27T16:35:00.000Z",
          "exitTs": 1664325840,
          "dir": -1,
          "entryPrice": 1632.458,
          "exitPrice": 1626.562,
          "stopDistance": 2.948,
          "outcome": "target",
          "netR": 1.8745,
          "holdMinutes": 489
        },
        {
          "entryTs": 1664363700,
          "entryUtc": "2022-09-28T11:15:00.000Z",
          "exitTs": 1664365200,
          "dir": 1,
          "entryPrice": 1627.188,
          "exitPrice": 1623.28,
          "stopDistance": 3.908,
          "outcome": "stop",
          "netR": -1.1075,
          "holdMinutes": 25
        },
        {
          "entryTs": 1664382600,
          "entryUtc": "2022-09-28T16:30:00.000Z",
          "exitTs": 1664385600,
          "dir": 1,
          "entryPrice": 1655.268,
          "exitPrice": 1662.418,
          "stopDistance": 3.575,
          "outcome": "target",
          "netR": 1.8965,
          "holdMinutes": 50
        },
        {
          "entryTs": 1664387700,
          "entryUtc": "2022-09-28T17:55:00.000Z",
          "exitTs": 1664404620,
          "dir": 1,
          "entryPrice": 1660.345,
          "exitPrice": 1657.709,
          "stopDistance": 2.636,
          "outcome": "stop",
          "netR": -1.1593,
          "holdMinutes": 282
        },
        {
          "entryTs": 1664413500,
          "entryUtc": "2022-09-29T01:05:00.000Z",
          "exitTs": 1664413680,
          "dir": -1,
          "entryPrice": 1655.335,
          "exitPrice": 1656.623,
          "stopDistance": 1.288,
          "outcome": "stop",
          "netR": -1.3261,
          "holdMinutes": 3
        },
        {
          "entryTs": 1664433900,
          "entryUtc": "2022-09-29T06:45:00.000Z",
          "exitTs": 1664436660,
          "dir": -1,
          "entryPrice": 1646.389,
          "exitPrice": 1641.827,
          "stopDistance": 2.281,
          "outcome": "target",
          "netR": 1.8378,
          "holdMinutes": 46
        },
        {
          "entryTs": 1664469000,
          "entryUtc": "2022-09-29T16:30:00.000Z",
          "exitTs": 1664475420,
          "dir": 1,
          "entryPrice": 1660.405,
          "exitPrice": 1657.109,
          "stopDistance": 3.296,
          "outcome": "stop",
          "netR": -1.1274,
          "holdMinutes": 107
        },
        {
          "entryTs": 1664482800,
          "entryUtc": "2022-09-29T20:20:00.000Z",
          "exitTs": 1664490000,
          "dir": 1,
          "entryPrice": 1660.118,
          "exitPrice": 1663.2,
          "stopDistance": 1.541,
          "outcome": "target",
          "netR": 1.7599,
          "holdMinutes": 120
        },
        {
          "entryTs": 1664518800,
          "entryUtc": "2022-09-30T06:20:00.000Z",
          "exitTs": 1664520720,
          "dir": 1,
          "entryPrice": 1665.685,
          "exitPrice": 1669.219,
          "stopDistance": 1.767,
          "outcome": "target",
          "netR": 1.7906,
          "holdMinutes": 32
        },
        {
          "entryTs": 1664552100,
          "entryUtc": "2022-09-30T15:35:00.000Z",
          "exitTs": 1664554200,
          "dir": 1,
          "entryPrice": 1672.125,
          "exitPrice": 1669.192,
          "stopDistance": 2.933,
          "outcome": "stop",
          "netR": -1.1432,
          "holdMinutes": 35
        },
        {
          "entryTs": 1664561700,
          "entryUtc": "2022-09-30T18:15:00.000Z",
          "exitTs": 1664567580,
          "dir": -1,
          "entryPrice": 1664.208,
          "exitPrice": 1660.335,
          "stopDistance": 1.936,
          "outcome": "target",
          "netR": 1.8089,
          "holdMinutes": 98
        },
        {
          "entryTs": 1664763000,
          "entryUtc": "2022-10-03T02:10:00.000Z",
          "exitTs": 1664763600,
          "dir": 1,
          "entryPrice": 1667.678,
          "exitPrice": 1666.331,
          "stopDistance": 1.347,
          "outcome": "stop",
          "netR": -1.3119,
          "holdMinutes": 10
        },
        {
          "entryTs": 1664811300,
          "entryUtc": "2022-10-03T15:35:00.000Z",
          "exitTs": 1664821800,
          "dir": 1,
          "entryPrice": 1687.765,
          "exitPrice": 1697.51,
          "stopDistance": 4.872,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 175
        },
        {
          "entryTs": 1664824200,
          "entryUtc": "2022-10-03T19:10:00.000Z",
          "exitTs": 1664826540,
          "dir": 1,
          "entryPrice": 1696.635,
          "exitPrice": 1701.153,
          "stopDistance": 2.259,
          "outcome": "target",
          "netR": 1.8362,
          "holdMinutes": 39
        },
        {
          "entryTs": 1664829300,
          "entryUtc": "2022-10-03T20:35:00.000Z",
          "exitTs": 1664845680,
          "dir": 1,
          "entryPrice": 1699.195,
          "exitPrice": 1697.427,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 273
        },
        {
          "entryTs": 1664870400,
          "entryUtc": "2022-10-04T08:00:00.000Z",
          "exitTs": 1664874720,
          "dir": 1,
          "entryPrice": 1708.038,
          "exitPrice": 1705.567,
          "stopDistance": 2.471,
          "outcome": "stop",
          "netR": -1.17,
          "holdMinutes": 72
        },
        {
          "entryTs": 1664883900,
          "entryUtc": "2022-10-04T11:45:00.000Z",
          "exitTs": 1664885940,
          "dir": -1,
          "entryPrice": 1705.158,
          "exitPrice": 1707.812,
          "stopDistance": 2.654,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 34
        },
        {
          "entryTs": 1664902500,
          "entryUtc": "2022-10-04T16:55:00.000Z",
          "exitTs": 1664902920,
          "dir": 1,
          "entryPrice": 1725.278,
          "exitPrice": 1722.348,
          "stopDistance": 2.93,
          "outcome": "stop",
          "netR": -1.1434,
          "holdMinutes": 7
        },
        {
          "entryTs": 1664959500,
          "entryUtc": "2022-10-05T08:45:00.000Z",
          "exitTs": 1664963100,
          "dir": -1,
          "entryPrice": 1714.698,
          "exitPrice": 1709.125,
          "stopDistance": 2.787,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 60
        },
        {
          "entryTs": 1665000000,
          "entryUtc": "2022-10-05T20:00:00.000Z",
          "exitTs": 1665015060,
          "dir": 1,
          "entryPrice": 1716.224,
          "exitPrice": 1719.783,
          "stopDistance": 1.779,
          "outcome": "target",
          "netR": 1.792,
          "holdMinutes": 251
        },
        {
          "entryTs": 1665068100,
          "entryUtc": "2022-10-06T14:55:00.000Z",
          "exitTs": 1665084600,
          "dir": -1,
          "entryPrice": 1711.772,
          "exitPrice": 1715.004,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 275
        },
        {
          "entryTs": 1665122700,
          "entryUtc": "2022-10-07T06:05:00.000Z",
          "exitTs": 1665123840,
          "dir": 1,
          "entryPrice": 1711.982,
          "exitPrice": 1710.626,
          "stopDistance": 1.356,
          "outcome": "stop",
          "netR": -1.3098,
          "holdMinutes": 19
        },
        {
          "entryTs": 1665139800,
          "entryUtc": "2022-10-07T10:50:00.000Z",
          "exitTs": 1665145800,
          "dir": -1,
          "entryPrice": 1709.997,
          "exitPrice": 1706,
          "stopDistance": 1.999,
          "outcome": "target",
          "netR": 1.8149,
          "holdMinutes": 100
        },
        {
          "entryTs": 1665148500,
          "entryUtc": "2022-10-07T13:15:00.000Z",
          "exitTs": 1665352980,
          "dir": -1,
          "entryPrice": 1703.628,
          "exitPrice": 1695.964,
          "stopDistance": 5.685,
          "outcome": "time",
          "netR": 1.283,
          "holdMinutes": 3408
        },
        {
          "entryTs": 1665374700,
          "entryUtc": "2022-10-10T04:05:00.000Z",
          "exitTs": 1665375900,
          "dir": -1,
          "entryPrice": 1689.214,
          "exitPrice": 1686.17,
          "stopDistance": 1.522,
          "outcome": "target",
          "netR": 1.7569,
          "holdMinutes": 20
        },
        {
          "entryTs": 1665435300,
          "entryUtc": "2022-10-10T20:55:00.000Z",
          "exitTs": 1665443340,
          "dir": -1,
          "entryPrice": 1668.178,
          "exitPrice": 1669.316,
          "stopDistance": 1.138,
          "outcome": "stop",
          "netR": -1.369,
          "holdMinutes": 134
        },
        {
          "entryTs": 1665456000,
          "entryUtc": "2022-10-11T02:40:00.000Z",
          "exitTs": 1665469860,
          "dir": -1,
          "entryPrice": 1666.305,
          "exitPrice": 1668.592,
          "stopDistance": 2.287,
          "outcome": "stop",
          "netR": -1.1837,
          "holdMinutes": 231
        },
        {
          "entryTs": 1665492000,
          "entryUtc": "2022-10-11T12:40:00.000Z",
          "exitTs": 1665495060,
          "dir": 1,
          "entryPrice": 1669.558,
          "exitPrice": 1667.052,
          "stopDistance": 2.506,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 51
        },
        {
          "entryTs": 1665507900,
          "entryUtc": "2022-10-11T17:05:00.000Z",
          "exitTs": 1665513840,
          "dir": 1,
          "entryPrice": 1679.695,
          "exitPrice": 1676.848,
          "stopDistance": 2.847,
          "outcome": "stop",
          "netR": -1.1475,
          "holdMinutes": 99
        },
        {
          "entryTs": 1665519900,
          "entryUtc": "2022-10-11T20:25:00.000Z",
          "exitTs": 1665532920,
          "dir": -1,
          "entryPrice": 1667.028,
          "exitPrice": 1662.789,
          "stopDistance": 2.119,
          "outcome": "target",
          "netR": 1.8254,
          "holdMinutes": 217
        },
        {
          "entryTs": 1665549600,
          "entryUtc": "2022-10-12T04:40:00.000Z",
          "exitTs": 1665555900,
          "dir": 1,
          "entryPrice": 1667.685,
          "exitPrice": 1671.77,
          "stopDistance": 2.043,
          "outcome": "target",
          "netR": 1.8189,
          "holdMinutes": 105
        },
        {
          "entryTs": 1665557700,
          "entryUtc": "2022-10-12T06:55:00.000Z",
          "exitTs": 1665558600,
          "dir": 1,
          "entryPrice": 1672.213,
          "exitPrice": 1670.103,
          "stopDistance": 2.11,
          "outcome": "stop",
          "netR": -1.199,
          "holdMinutes": 15
        },
        {
          "entryTs": 1665600000,
          "entryUtc": "2022-10-12T18:40:00.000Z",
          "exitTs": 1665627000,
          "dir": 1,
          "entryPrice": 1673.931,
          "exitPrice": 1671.301,
          "stopDistance": 2.63,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 450
        },
        {
          "entryTs": 1665635100,
          "entryUtc": "2022-10-13T04:25:00.000Z",
          "exitTs": 1665638160,
          "dir": -1,
          "entryPrice": 1669.578,
          "exitPrice": 1670.439,
          "stopDistance": 0.861,
          "outcome": "stop",
          "netR": -1.4876,
          "holdMinutes": 51
        },
        {
          "entryTs": 1665655200,
          "entryUtc": "2022-10-13T10:00:00.000Z",
          "exitTs": 1665660780,
          "dir": 1,
          "entryPrice": 1674.805,
          "exitPrice": 1678.173,
          "stopDistance": 1.684,
          "outcome": "target",
          "netR": 1.7803,
          "holdMinutes": 93
        },
        {
          "entryTs": 1665662700,
          "entryUtc": "2022-10-13T12:05:00.000Z",
          "exitTs": 1665663300,
          "dir": 1,
          "entryPrice": 1677.632,
          "exitPrice": 1675.4,
          "stopDistance": 2.232,
          "outcome": "stop",
          "netR": -1.1882,
          "holdMinutes": 10
        },
        {
          "entryTs": 1665684600,
          "entryUtc": "2022-10-13T18:10:00.000Z",
          "exitTs": 1665687600,
          "dir": 1,
          "entryPrice": 1669.178,
          "exitPrice": 1665.962,
          "stopDistance": 3.216,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 50
        },
        {
          "entryTs": 1665692400,
          "entryUtc": "2022-10-13T20:20:00.000Z",
          "exitTs": 1665709980,
          "dir": -1,
          "entryPrice": 1664.965,
          "exitPrice": 1660.932,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8165,
          "holdMinutes": 293
        },
        {
          "entryTs": 1665973500,
          "entryUtc": "2022-10-17T02:25:00.000Z",
          "exitTs": 1665975180,
          "dir": 1,
          "entryPrice": 1650.998,
          "exitPrice": 1649.573,
          "stopDistance": 1.425,
          "outcome": "stop",
          "netR": -1.2947,
          "holdMinutes": 28
        },
        {
          "entryTs": 1666012500,
          "entryUtc": "2022-10-17T13:15:00.000Z",
          "exitTs": 1666016520,
          "dir": 1,
          "entryPrice": 1664.538,
          "exitPrice": 1661.931,
          "stopDistance": 2.606,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 67
        },
        {
          "entryTs": 1666037400,
          "entryUtc": "2022-10-17T20:10:00.000Z",
          "exitTs": 1666038540,
          "dir": -1,
          "entryPrice": 1648.718,
          "exitPrice": 1650.336,
          "stopDistance": 1.618,
          "outcome": "stop",
          "netR": -1.2596,
          "holdMinutes": 19
        },
        {
          "entryTs": 1666071900,
          "entryUtc": "2022-10-18T05:45:00.000Z",
          "exitTs": 1666072800,
          "dir": 1,
          "entryPrice": 1657.608,
          "exitPrice": 1655.921,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.249,
          "holdMinutes": 15
        },
        {
          "entryTs": 1666087200,
          "entryUtc": "2022-10-18T10:00:00.000Z",
          "exitTs": 1666095060,
          "dir": -1,
          "entryPrice": 1651.898,
          "exitPrice": 1654.303,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1746,
          "holdMinutes": 131
        },
        {
          "entryTs": 1666098600,
          "entryUtc": "2022-10-18T13:10:00.000Z",
          "exitTs": 1666101180,
          "dir": 1,
          "entryPrice": 1654.948,
          "exitPrice": 1652.786,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1943,
          "holdMinutes": 43
        },
        {
          "entryTs": 1666104600,
          "entryUtc": "2022-10-18T14:50:00.000Z",
          "exitTs": 1666106460,
          "dir": -1,
          "entryPrice": 1651.978,
          "exitPrice": 1646.868,
          "stopDistance": 2.555,
          "outcome": "target",
          "netR": 1.8552,
          "holdMinutes": 31
        },
        {
          "entryTs": 1666108500,
          "entryUtc": "2022-10-18T15:55:00.000Z",
          "exitTs": 1666134000,
          "dir": -1,
          "entryPrice": 1650.157,
          "exitPrice": 1652.838,
          "stopDistance": 2.681,
          "outcome": "stop",
          "netR": -1.1567,
          "holdMinutes": 425
        },
        {
          "entryTs": 1666140300,
          "entryUtc": "2022-10-19T00:45:00.000Z",
          "exitTs": 1666141080,
          "dir": -1,
          "entryPrice": 1651.998,
          "exitPrice": 1653.065,
          "stopDistance": 1.067,
          "outcome": "stop",
          "netR": -1.3936,
          "holdMinutes": 13
        },
        {
          "entryTs": 1666157700,
          "entryUtc": "2022-10-19T05:35:00.000Z",
          "exitTs": 1666160460,
          "dir": -1,
          "entryPrice": 1646.848,
          "exitPrice": 1644.368,
          "stopDistance": 1.24,
          "outcome": "target",
          "netR": 1.7016,
          "holdMinutes": 46
        },
        {
          "entryTs": 1666165200,
          "entryUtc": "2022-10-19T07:40:00.000Z",
          "exitTs": 1666165260,
          "dir": -1,
          "entryPrice": 1640.288,
          "exitPrice": 1642.312,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 1
        },
        {
          "entryTs": 1666198500,
          "entryUtc": "2022-10-19T16:55:00.000Z",
          "exitTs": 1666224240,
          "dir": -1,
          "entryPrice": 1629.765,
          "exitPrice": 1625.983,
          "stopDistance": 1.891,
          "outcome": "target",
          "netR": 1.8044,
          "holdMinutes": 429
        },
        {
          "entryTs": 1666244400,
          "entryUtc": "2022-10-20T05:40:00.000Z",
          "exitTs": 1666245960,
          "dir": 1,
          "entryPrice": 1632.177,
          "exitPrice": 1630.336,
          "stopDistance": 1.841,
          "outcome": "stop",
          "netR": -1.2282,
          "holdMinutes": 26
        },
        {
          "entryTs": 1666260600,
          "entryUtc": "2022-10-20T10:10:00.000Z",
          "exitTs": 1666262520,
          "dir": 1,
          "entryPrice": 1633.627,
          "exitPrice": 1637.519,
          "stopDistance": 1.946,
          "outcome": "target",
          "netR": 1.8099,
          "holdMinutes": 32
        },
        {
          "entryTs": 1666279200,
          "entryUtc": "2022-10-20T15:20:00.000Z",
          "exitTs": 1666281840,
          "dir": 1,
          "entryPrice": 1642.577,
          "exitPrice": 1639.747,
          "stopDistance": 2.83,
          "outcome": "stop",
          "netR": -1.1484,
          "holdMinutes": 44
        },
        {
          "entryTs": 1666295700,
          "entryUtc": "2022-10-20T19:55:00.000Z",
          "exitTs": 1666323300,
          "dir": -1,
          "entryPrice": 1626.907,
          "exitPrice": 1623.537,
          "stopDistance": 1.685,
          "outcome": "target",
          "netR": 1.7804,
          "holdMinutes": 460
        },
        {
          "entryTs": 1666362300,
          "entryUtc": "2022-10-21T14:25:00.000Z",
          "exitTs": 1666367280,
          "dir": 1,
          "entryPrice": 1638.048,
          "exitPrice": 1648.199,
          "stopDistance": 5.075,
          "outcome": "target",
          "netR": 1.9271,
          "holdMinutes": 83
        },
        {
          "entryTs": 1666373400,
          "entryUtc": "2022-10-21T17:30:00.000Z",
          "exitTs": 1666562400,
          "dir": 1,
          "entryPrice": 1650.997,
          "exitPrice": 1658.709,
          "stopDistance": 3.856,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1666588500,
          "entryUtc": "2022-10-24T05:15:00.000Z",
          "exitTs": 1666589280,
          "dir": 1,
          "entryPrice": 1656.718,
          "exitPrice": 1655.256,
          "stopDistance": 1.462,
          "outcome": "stop",
          "netR": -1.2873,
          "holdMinutes": 13
        },
        {
          "entryTs": 1666592400,
          "entryUtc": "2022-10-24T06:20:00.000Z",
          "exitTs": 1666593060,
          "dir": -1,
          "entryPrice": 1655.277,
          "exitPrice": 1657.064,
          "stopDistance": 1.787,
          "outcome": "stop",
          "netR": -1.235,
          "holdMinutes": 11
        },
        {
          "entryTs": 1666602000,
          "entryUtc": "2022-10-24T09:00:00.000Z",
          "exitTs": 1666606740,
          "dir": -1,
          "entryPrice": 1647.607,
          "exitPrice": 1650.076,
          "stopDistance": 2.469,
          "outcome": "stop",
          "netR": -1.1701,
          "holdMinutes": 79
        },
        {
          "entryTs": 1666637100,
          "entryUtc": "2022-10-24T18:45:00.000Z",
          "exitTs": 1666637940,
          "dir": -1,
          "entryPrice": 1649.008,
          "exitPrice": 1650.389,
          "stopDistance": 1.381,
          "outcome": "stop",
          "netR": -1.3041,
          "holdMinutes": 14
        },
        {
          "entryTs": 1666671600,
          "entryUtc": "2022-10-25T04:20:00.000Z",
          "exitTs": 1666673640,
          "dir": 1,
          "entryPrice": 1651.137,
          "exitPrice": 1649.91,
          "stopDistance": 1.227,
          "outcome": "stop",
          "netR": -1.3423,
          "holdMinutes": 34
        },
        {
          "entryTs": 1666695000,
          "entryUtc": "2022-10-25T10:50:00.000Z",
          "exitTs": 1666697280,
          "dir": -1,
          "entryPrice": 1640.848,
          "exitPrice": 1642.78,
          "stopDistance": 1.932,
          "outcome": "stop",
          "netR": -1.2173,
          "holdMinutes": 38
        },
        {
          "entryTs": 1666699500,
          "entryUtc": "2022-10-25T12:05:00.000Z",
          "exitTs": 1666701000,
          "dir": 1,
          "entryPrice": 1642.518,
          "exitPrice": 1640.506,
          "stopDistance": 2.012,
          "outcome": "stop",
          "netR": -1.2087,
          "holdMinutes": 25
        },
        {
          "entryTs": 1666707900,
          "entryUtc": "2022-10-25T14:25:00.000Z",
          "exitTs": 1666737900,
          "dir": 1,
          "entryPrice": 1654.368,
          "exitPrice": 1651.698,
          "stopDistance": 3.9,
          "outcome": "time",
          "netR": -0.7796,
          "holdMinutes": 500
        },
        {
          "entryTs": 1666757700,
          "entryUtc": "2022-10-26T04:15:00.000Z",
          "exitTs": 1666761180,
          "dir": 1,
          "entryPrice": 1656.348,
          "exitPrice": 1655.213,
          "stopDistance": 1.135,
          "outcome": "stop",
          "netR": -1.37,
          "holdMinutes": 58
        },
        {
          "entryTs": 1666776300,
          "entryUtc": "2022-10-26T09:25:00.000Z",
          "exitTs": 1666777500,
          "dir": 1,
          "entryPrice": 1671.707,
          "exitPrice": 1669.443,
          "stopDistance": 2.264,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 20
        },
        {
          "entryTs": 1666798800,
          "entryUtc": "2022-10-26T15:40:00.000Z",
          "exitTs": 1666799220,
          "dir": 1,
          "entryPrice": 1670.008,
          "exitPrice": 1667.108,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 7
        },
        {
          "entryTs": 1666814700,
          "entryUtc": "2022-10-26T20:05:00.000Z",
          "exitTs": 1666823760,
          "dir": -1,
          "entryPrice": 1664.748,
          "exitPrice": 1665.983,
          "stopDistance": 1.235,
          "outcome": "stop",
          "netR": -1.3402,
          "holdMinutes": 151
        },
        {
          "entryTs": 1666839600,
          "entryUtc": "2022-10-27T03:00:00.000Z",
          "exitTs": 1666847640,
          "dir": -1,
          "entryPrice": 1664.697,
          "exitPrice": 1666.268,
          "stopDistance": 1.571,
          "outcome": "stop",
          "netR": -1.2673,
          "holdMinutes": 134
        },
        {
          "entryTs": 1666857300,
          "entryUtc": "2022-10-27T07:55:00.000Z",
          "exitTs": 1666858440,
          "dir": -1,
          "entryPrice": 1662.488,
          "exitPrice": 1664.68,
          "stopDistance": 2.192,
          "outcome": "stop",
          "netR": -1.1916,
          "holdMinutes": 19
        },
        {
          "entryTs": 1666902300,
          "entryUtc": "2022-10-27T20:25:00.000Z",
          "exitTs": 1666921260,
          "dir": 1,
          "entryPrice": 1661.248,
          "exitPrice": 1663.798,
          "stopDistance": 1.275,
          "outcome": "target",
          "netR": 1.7098,
          "holdMinutes": 316
        },
        {
          "entryTs": 1666925100,
          "entryUtc": "2022-10-28T02:45:00.000Z",
          "exitTs": 1666925400,
          "dir": 1,
          "entryPrice": 1664.187,
          "exitPrice": 1662.786,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2999,
          "holdMinutes": 5
        },
        {
          "entryTs": 1666974000,
          "entryUtc": "2022-10-28T16:20:00.000Z",
          "exitTs": 1666976520,
          "dir": -1,
          "entryPrice": 1640.888,
          "exitPrice": 1643.261,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 42
        },
        {
          "entryTs": 1667190900,
          "entryUtc": "2022-10-31T04:35:00.000Z",
          "exitTs": 1667194200,
          "dir": 1,
          "entryPrice": 1644.047,
          "exitPrice": 1642.93,
          "stopDistance": 1.117,
          "outcome": "stop",
          "netR": -1.3759,
          "holdMinutes": 55
        },
        {
          "entryTs": 1667237100,
          "entryUtc": "2022-10-31T17:25:00.000Z",
          "exitTs": 1667242740,
          "dir": -1,
          "entryPrice": 1637.077,
          "exitPrice": 1633.974,
          "stopDistance": 1.552,
          "outcome": "target",
          "netR": 1.7616,
          "holdMinutes": 94
        },
        {
          "entryTs": 1667273100,
          "entryUtc": "2022-11-01T03:25:00.000Z",
          "exitTs": 1667274600,
          "dir": 1,
          "entryPrice": 1637.787,
          "exitPrice": 1636.477,
          "stopDistance": 1.31,
          "outcome": "stop",
          "netR": -1.3207,
          "holdMinutes": 25
        },
        {
          "entryTs": 1667313300,
          "entryUtc": "2022-11-01T14:35:00.000Z",
          "exitTs": 1667343300,
          "dir": -1,
          "entryPrice": 1647.948,
          "exitPrice": 1646.548,
          "stopDistance": 3.397,
          "outcome": "time",
          "netR": 0.3032,
          "holdMinutes": 500
        },
        {
          "entryTs": 1667352000,
          "entryUtc": "2022-11-02T01:20:00.000Z",
          "exitTs": 1667354940,
          "dir": 1,
          "entryPrice": 1648.638,
          "exitPrice": 1647.325,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.3198,
          "holdMinutes": 49
        },
        {
          "entryTs": 1667379000,
          "entryUtc": "2022-11-02T08:50:00.000Z",
          "exitTs": 1667381460,
          "dir": 1,
          "entryPrice": 1652.687,
          "exitPrice": 1655.921,
          "stopDistance": 1.617,
          "outcome": "target",
          "netR": 1.7712,
          "holdMinutes": 41
        },
        {
          "entryTs": 1667406600,
          "entryUtc": "2022-11-02T16:30:00.000Z",
          "exitTs": 1667410680,
          "dir": -1,
          "entryPrice": 1646.767,
          "exitPrice": 1648.267,
          "stopDistance": 1.5,
          "outcome": "stop",
          "netR": -1.28,
          "holdMinutes": 68
        },
        {
          "entryTs": 1667414700,
          "entryUtc": "2022-11-02T18:45:00.000Z",
          "exitTs": 1667415000,
          "dir": 1,
          "entryPrice": 1655.967,
          "exitPrice": 1650.797,
          "stopDistance": 5.17,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 5
        },
        {
          "entryTs": 1667432700,
          "entryUtc": "2022-11-02T23:45:00.000Z",
          "exitTs": 1667434440,
          "dir": -1,
          "entryPrice": 1632.968,
          "exitPrice": 1634.466,
          "stopDistance": 1.498,
          "outcome": "stop",
          "netR": -1.2803,
          "holdMinutes": 29
        },
        {
          "entryTs": 1667440500,
          "entryUtc": "2022-11-03T01:55:00.000Z",
          "exitTs": 1667440860,
          "dir": 1,
          "entryPrice": 1638.838,
          "exitPrice": 1637.261,
          "stopDistance": 1.577,
          "outcome": "stop",
          "netR": -1.2664,
          "holdMinutes": 6
        },
        {
          "entryTs": 1667457900,
          "entryUtc": "2022-11-03T06:45:00.000Z",
          "exitTs": 1667458860,
          "dir": -1,
          "entryPrice": 1635.597,
          "exitPrice": 1633.127,
          "stopDistance": 1.235,
          "outcome": "target",
          "netR": 1.7004,
          "holdMinutes": 16
        },
        {
          "entryTs": 1667465700,
          "entryUtc": "2022-11-03T08:55:00.000Z",
          "exitTs": 1667467020,
          "dir": -1,
          "entryPrice": 1626.777,
          "exitPrice": 1622.795,
          "stopDistance": 1.991,
          "outcome": "target",
          "netR": 1.8141,
          "holdMinutes": 22
        },
        {
          "entryTs": 1667469600,
          "entryUtc": "2022-11-03T10:00:00.000Z",
          "exitTs": 1667474580,
          "dir": -1,
          "entryPrice": 1623.998,
          "exitPrice": 1619.389,
          "stopDistance": 2.305,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 83
        },
        {
          "entryTs": 1667505000,
          "entryUtc": "2022-11-03T19:50:00.000Z",
          "exitTs": 1667506680,
          "dir": 1,
          "entryPrice": 1631.188,
          "exitPrice": 1629.896,
          "stopDistance": 1.292,
          "outcome": "stop",
          "netR": -1.3252,
          "holdMinutes": 28
        },
        {
          "entryTs": 1667533500,
          "entryUtc": "2022-11-04T03:45:00.000Z",
          "exitTs": 1667535540,
          "dir": 1,
          "entryPrice": 1637.998,
          "exitPrice": 1640.732,
          "stopDistance": 1.367,
          "outcome": "target",
          "netR": 1.7293,
          "holdMinutes": 34
        },
        {
          "entryTs": 1667543100,
          "entryUtc": "2022-11-04T06:25:00.000Z",
          "exitTs": 1667548080,
          "dir": 1,
          "entryPrice": 1646.198,
          "exitPrice": 1644.425,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2368,
          "holdMinutes": 83
        },
        {
          "entryTs": 1667562000,
          "entryUtc": "2022-11-04T11:40:00.000Z",
          "exitTs": 1667565000,
          "dir": 1,
          "entryPrice": 1651.068,
          "exitPrice": 1648.842,
          "stopDistance": 2.226,
          "outcome": "stop",
          "netR": -1.1887,
          "holdMinutes": 50
        },
        {
          "entryTs": 1667569800,
          "entryUtc": "2022-11-04T13:50:00.000Z",
          "exitTs": 1667570760,
          "dir": 1,
          "entryPrice": 1661.988,
          "exitPrice": 1670.151,
          "stopDistance": 4.081,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 16
        },
        {
          "entryTs": 1667781900,
          "entryUtc": "2022-11-07T00:45:00.000Z",
          "exitTs": 1667804640,
          "dir": -1,
          "entryPrice": 1674.248,
          "exitPrice": 1669.489,
          "stopDistance": 2.38,
          "outcome": "target",
          "netR": 1.8445,
          "holdMinutes": 379
        },
        {
          "entryTs": 1667825400,
          "entryUtc": "2022-11-07T12:50:00.000Z",
          "exitTs": 1667826240,
          "dir": -1,
          "entryPrice": 1676.058,
          "exitPrice": 1677.712,
          "stopDistance": 1.654,
          "outcome": "stop",
          "netR": -1.2539,
          "holdMinutes": 14
        },
        {
          "entryTs": 1667903100,
          "entryUtc": "2022-11-08T10:25:00.000Z",
          "exitTs": 1667906640,
          "dir": 1,
          "entryPrice": 1669.827,
          "exitPrice": 1673.178,
          "stopDistance": 1.676,
          "outcome": "target",
          "netR": 1.7792,
          "holdMinutes": 59
        },
        {
          "entryTs": 1667927400,
          "entryUtc": "2022-11-08T17:10:00.000Z",
          "exitTs": 1667935800,
          "dir": 1,
          "entryPrice": 1713.148,
          "exitPrice": 1709.417,
          "stopDistance": 3.731,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 140
        },
        {
          "entryTs": 1667954400,
          "entryUtc": "2022-11-09T00:40:00.000Z",
          "exitTs": 1667955660,
          "dir": -1,
          "entryPrice": 1711.028,
          "exitPrice": 1708.344,
          "stopDistance": 1.342,
          "outcome": "target",
          "netR": 1.7243,
          "holdMinutes": 21
        },
        {
          "entryTs": 1667960400,
          "entryUtc": "2022-11-09T02:20:00.000Z",
          "exitTs": 1667962920,
          "dir": -1,
          "entryPrice": 1708.428,
          "exitPrice": 1709.944,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.277,
          "holdMinutes": 42
        },
        {
          "entryTs": 1667982900,
          "entryUtc": "2022-11-09T08:35:00.000Z",
          "exitTs": 1667984940,
          "dir": 1,
          "entryPrice": 1713.468,
          "exitPrice": 1711.172,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1829,
          "holdMinutes": 34
        },
        {
          "entryTs": 1667990400,
          "entryUtc": "2022-11-09T10:40:00.000Z",
          "exitTs": 1667991660,
          "dir": -1,
          "entryPrice": 1707.137,
          "exitPrice": 1709.374,
          "stopDistance": 2.237,
          "outcome": "stop",
          "netR": -1.1877,
          "holdMinutes": 21
        },
        {
          "entryTs": 1668112500,
          "entryUtc": "2022-11-10T20:35:00.000Z",
          "exitTs": 1668114480,
          "dir": 1,
          "entryPrice": 1752.808,
          "exitPrice": 1756.054,
          "stopDistance": 1.623,
          "outcome": "target",
          "netR": 1.772,
          "holdMinutes": 33
        },
        {
          "entryTs": 1668132600,
          "entryUtc": "2022-11-11T02:10:00.000Z",
          "exitTs": 1668134100,
          "dir": -1,
          "entryPrice": 1748.867,
          "exitPrice": 1750.733,
          "stopDistance": 1.866,
          "outcome": "stop",
          "netR": -1.2251,
          "holdMinutes": 25
        },
        {
          "entryTs": 1668166800,
          "entryUtc": "2022-11-11T11:40:00.000Z",
          "exitTs": 1668173640,
          "dir": -1,
          "entryPrice": 1760.018,
          "exitPrice": 1763.123,
          "stopDistance": 3.105,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 114
        },
        {
          "entryTs": 1668397800,
          "entryUtc": "2022-11-14T03:50:00.000Z",
          "exitTs": 1668398760,
          "dir": 1,
          "entryPrice": 1764.148,
          "exitPrice": 1762.273,
          "stopDistance": 1.875,
          "outcome": "stop",
          "netR": -1.224,
          "holdMinutes": 16
        },
        {
          "entryTs": 1668401700,
          "entryUtc": "2022-11-14T04:55:00.000Z",
          "exitTs": 1668405180,
          "dir": -1,
          "entryPrice": 1761.288,
          "exitPrice": 1757.966,
          "stopDistance": 1.661,
          "outcome": "target",
          "netR": 1.7773,
          "holdMinutes": 58
        },
        {
          "entryTs": 1668418800,
          "entryUtc": "2022-11-14T09:40:00.000Z",
          "exitTs": 1668420960,
          "dir": -1,
          "entryPrice": 1760.068,
          "exitPrice": 1755.692,
          "stopDistance": 2.188,
          "outcome": "target",
          "netR": 1.8309,
          "holdMinutes": 36
        },
        {
          "entryTs": 1668423600,
          "entryUtc": "2022-11-14T11:00:00.000Z",
          "exitTs": 1668430140,
          "dir": -1,
          "entryPrice": 1757.437,
          "exitPrice": 1759.66,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.189,
          "holdMinutes": 109
        },
        {
          "entryTs": 1668480600,
          "entryUtc": "2022-11-15T02:50:00.000Z",
          "exitTs": 1668490200,
          "dir": 1,
          "entryPrice": 1770.328,
          "exitPrice": 1773.518,
          "stopDistance": 1.595,
          "outcome": "target",
          "netR": 1.768,
          "holdMinutes": 160
        },
        {
          "entryTs": 1668491100,
          "entryUtc": "2022-11-15T05:45:00.000Z",
          "exitTs": 1668491700,
          "dir": 1,
          "entryPrice": 1772.297,
          "exitPrice": 1771.079,
          "stopDistance": 1.218,
          "outcome": "stop",
          "netR": -1.3448,
          "holdMinutes": 10
        },
        {
          "entryTs": 1668573600,
          "entryUtc": "2022-11-16T04:40:00.000Z",
          "exitTs": 1668575280,
          "dir": -1,
          "entryPrice": 1772.448,
          "exitPrice": 1773.932,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.2831,
          "holdMinutes": 28
        },
        {
          "entryTs": 1668595200,
          "entryUtc": "2022-11-16T10:40:00.000Z",
          "exitTs": 1668602640,
          "dir": 1,
          "entryPrice": 1781.817,
          "exitPrice": 1779.602,
          "stopDistance": 2.215,
          "outcome": "stop",
          "netR": -1.1896,
          "holdMinutes": 124
        },
        {
          "entryTs": 1668615600,
          "entryUtc": "2022-11-16T16:20:00.000Z",
          "exitTs": 1668616500,
          "dir": 1,
          "entryPrice": 1778.248,
          "exitPrice": 1775.703,
          "stopDistance": 2.545,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 15
        },
        {
          "entryTs": 1668675000,
          "entryUtc": "2022-11-17T08:50:00.000Z",
          "exitTs": 1668677400,
          "dir": 1,
          "entryPrice": 1768.047,
          "exitPrice": 1766.069,
          "stopDistance": 1.978,
          "outcome": "stop",
          "netR": -1.2123,
          "holdMinutes": 40
        },
        {
          "entryTs": 1668774000,
          "entryUtc": "2022-11-18T12:20:00.000Z",
          "exitTs": 1668776400,
          "dir": -1,
          "entryPrice": 1762.148,
          "exitPrice": 1758.828,
          "stopDistance": 1.66,
          "outcome": "target",
          "netR": 1.7771,
          "holdMinutes": 40
        },
        {
          "entryTs": 1668785100,
          "entryUtc": "2022-11-18T15:25:00.000Z",
          "exitTs": 1668786900,
          "dir": -1,
          "entryPrice": 1755.227,
          "exitPrice": 1758.304,
          "stopDistance": 3.077,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 30
        },
        {
          "entryTs": 1668795900,
          "entryUtc": "2022-11-18T18:25:00.000Z",
          "exitTs": 1668797760,
          "dir": -1,
          "entryPrice": 1752.557,
          "exitPrice": 1749.179,
          "stopDistance": 1.689,
          "outcome": "target",
          "netR": 1.7809,
          "holdMinutes": 31
        },
        {
          "entryTs": 1668999900,
          "entryUtc": "2022-11-21T03:05:00.000Z",
          "exitTs": 1669001400,
          "dir": -1,
          "entryPrice": 1745.045,
          "exitPrice": 1746.469,
          "stopDistance": 1.424,
          "outcome": "stop",
          "netR": -1.295,
          "holdMinutes": 25
        },
        {
          "entryTs": 1669136100,
          "entryUtc": "2022-11-22T16:55:00.000Z",
          "exitTs": 1669140120,
          "dir": -1,
          "entryPrice": 1741.508,
          "exitPrice": 1738.391,
          "stopDistance": 1.559,
          "outcome": "target",
          "netR": 1.7626,
          "holdMinutes": 67
        },
        {
          "entryTs": 1669141200,
          "entryUtc": "2022-11-22T18:20:00.000Z",
          "exitTs": 1669143840,
          "dir": -1,
          "entryPrice": 1740.015,
          "exitPrice": 1737.361,
          "stopDistance": 1.327,
          "outcome": "target",
          "netR": 1.7212,
          "holdMinutes": 44
        },
        {
          "entryTs": 1669191600,
          "entryUtc": "2022-11-23T08:20:00.000Z",
          "exitTs": 1669193040,
          "dir": 1,
          "entryPrice": 1741.927,
          "exitPrice": 1740.121,
          "stopDistance": 1.806,
          "outcome": "stop",
          "netR": -1.2325,
          "holdMinutes": 24
        },
        {
          "entryTs": 1669196700,
          "entryUtc": "2022-11-23T09:45:00.000Z",
          "exitTs": 1669198860,
          "dir": -1,
          "entryPrice": 1738.657,
          "exitPrice": 1735.01,
          "stopDistance": 1.823,
          "outcome": "target",
          "netR": 1.7971,
          "holdMinutes": 36
        },
        {
          "entryTs": 1669200300,
          "entryUtc": "2022-11-23T10:45:00.000Z",
          "exitTs": 1669204140,
          "dir": -1,
          "entryPrice": 1736.687,
          "exitPrice": 1738.469,
          "stopDistance": 1.782,
          "outcome": "stop",
          "netR": -1.2357,
          "holdMinutes": 64
        },
        {
          "entryTs": 1669222200,
          "entryUtc": "2022-11-23T16:50:00.000Z",
          "exitTs": 1669230060,
          "dir": 1,
          "entryPrice": 1741.907,
          "exitPrice": 1746.902,
          "stopDistance": 2.497,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 131
        },
        {
          "entryTs": 1669253400,
          "entryUtc": "2022-11-24T01:30:00.000Z",
          "exitTs": 1669259100,
          "dir": 1,
          "entryPrice": 1753.438,
          "exitPrice": 1756.125,
          "stopDistance": 1.344,
          "outcome": "target",
          "netR": 1.7246,
          "holdMinutes": 95
        },
        {
          "entryTs": 1669282500,
          "entryUtc": "2022-11-24T09:35:00.000Z",
          "exitTs": 1669285800,
          "dir": 1,
          "entryPrice": 1756.408,
          "exitPrice": 1754.963,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2907,
          "holdMinutes": 55
        },
        {
          "entryTs": 1669305600,
          "entryUtc": "2022-11-24T16:00:00.000Z",
          "exitTs": 1669310880,
          "dir": 1,
          "entryPrice": 1756.688,
          "exitPrice": 1755.457,
          "stopDistance": 1.231,
          "outcome": "stop",
          "netR": -1.3411,
          "holdMinutes": 88
        },
        {
          "entryTs": 1669358700,
          "entryUtc": "2022-11-25T06:45:00.000Z",
          "exitTs": 1669360680,
          "dir": -1,
          "entryPrice": 1756.237,
          "exitPrice": 1753.613,
          "stopDistance": 1.312,
          "outcome": "target",
          "netR": 1.718,
          "holdMinutes": 33
        },
        {
          "entryTs": 1669364700,
          "entryUtc": "2022-11-25T08:25:00.000Z",
          "exitTs": 1669369560,
          "dir": -1,
          "entryPrice": 1753.367,
          "exitPrice": 1749.762,
          "stopDistance": 1.803,
          "outcome": "target",
          "netR": 1.7948,
          "holdMinutes": 81
        },
        {
          "entryTs": 1669593300,
          "entryUtc": "2022-11-27T23:55:00.000Z",
          "exitTs": 1669594920,
          "dir": -1,
          "entryPrice": 1751.087,
          "exitPrice": 1752.819,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 27
        },
        {
          "entryTs": 1669601700,
          "entryUtc": "2022-11-28T02:15:00.000Z",
          "exitTs": 1669603080,
          "dir": -1,
          "entryPrice": 1748.057,
          "exitPrice": 1749.785,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.2431,
          "holdMinutes": 23
        },
        {
          "entryTs": 1669642800,
          "entryUtc": "2022-11-28T13:40:00.000Z",
          "exitTs": 1669643400,
          "dir": -1,
          "entryPrice": 1754.447,
          "exitPrice": 1756.621,
          "stopDistance": 2.174,
          "outcome": "stop",
          "netR": -1.1932,
          "holdMinutes": 10
        },
        {
          "entryTs": 1669653900,
          "entryUtc": "2022-11-28T16:45:00.000Z",
          "exitTs": 1669683900,
          "dir": -1,
          "entryPrice": 1743.988,
          "exitPrice": 1740.658,
          "stopDistance": 2.598,
          "outcome": "time",
          "netR": 1.1393,
          "holdMinutes": 500
        },
        {
          "entryTs": 1669690200,
          "entryUtc": "2022-11-29T02:50:00.000Z",
          "exitTs": 1669691940,
          "dir": 1,
          "entryPrice": 1745.148,
          "exitPrice": 1747.963,
          "stopDistance": 1.408,
          "outcome": "target",
          "netR": 1.7372,
          "holdMinutes": 29
        },
        {
          "entryTs": 1669699500,
          "entryUtc": "2022-11-29T05:25:00.000Z",
          "exitTs": 1669704840,
          "dir": 1,
          "entryPrice": 1752.807,
          "exitPrice": 1751.552,
          "stopDistance": 1.255,
          "outcome": "stop",
          "netR": -1.3348,
          "holdMinutes": 89
        },
        {
          "entryTs": 1669774200,
          "entryUtc": "2022-11-30T02:10:00.000Z",
          "exitTs": 1669780800,
          "dir": 1,
          "entryPrice": 1752.218,
          "exitPrice": 1754.793,
          "stopDistance": 1.287,
          "outcome": "target",
          "netR": 1.7126,
          "holdMinutes": 110
        },
        {
          "entryTs": 1669843200,
          "entryUtc": "2022-11-30T21:20:00.000Z",
          "exitTs": 1669852380,
          "dir": 1,
          "entryPrice": 1768.648,
          "exitPrice": 1772.711,
          "stopDistance": 2.031,
          "outcome": "target",
          "netR": 1.8179,
          "holdMinutes": 153
        },
        {
          "entryTs": 1669857900,
          "entryUtc": "2022-12-01T01:25:00.000Z",
          "exitTs": 1669860180,
          "dir": 1,
          "entryPrice": 1776.408,
          "exitPrice": 1774.548,
          "stopDistance": 1.86,
          "outcome": "stop",
          "netR": -1.2259,
          "holdMinutes": 38
        },
        {
          "entryTs": 1669884000,
          "entryUtc": "2022-12-01T08:40:00.000Z",
          "exitTs": 1669894140,
          "dir": -1,
          "entryPrice": 1777.698,
          "exitPrice": 1779.987,
          "stopDistance": 2.289,
          "outcome": "stop",
          "netR": -1.1835,
          "holdMinutes": 169
        },
        {
          "entryTs": 1669908000,
          "entryUtc": "2022-12-01T15:20:00.000Z",
          "exitTs": 1669938000,
          "dir": 1,
          "entryPrice": 1797.257,
          "exitPrice": 1802.398,
          "stopDistance": 3.804,
          "outcome": "time",
          "netR": 1.2542,
          "holdMinutes": 500
        },
        {
          "entryTs": 1669964400,
          "entryUtc": "2022-12-02T07:00:00.000Z",
          "exitTs": 1669966680,
          "dir": 1,
          "entryPrice": 1798.818,
          "exitPrice": 1801.4,
          "stopDistance": 1.291,
          "outcome": "target",
          "netR": 1.7134,
          "holdMinutes": 38
        },
        {
          "entryTs": 1669984200,
          "entryUtc": "2022-12-02T12:30:00.000Z",
          "exitTs": 1669986000,
          "dir": -1,
          "entryPrice": 1798.397,
          "exitPrice": 1799.711,
          "stopDistance": 1.314,
          "outcome": "stop",
          "netR": -1.3196,
          "holdMinutes": 30
        },
        {
          "entryTs": 1670006400,
          "entryUtc": "2022-12-02T18:40:00.000Z",
          "exitTs": 1670011740,
          "dir": 1,
          "entryPrice": 1794.677,
          "exitPrice": 1798.66,
          "stopDistance": 1.992,
          "outcome": "target",
          "netR": 1.8142,
          "holdMinutes": 89
        },
        {
          "entryTs": 1670214900,
          "entryUtc": "2022-12-05T04:35:00.000Z",
          "exitTs": 1670219760,
          "dir": 1,
          "entryPrice": 1808.317,
          "exitPrice": 1807.134,
          "stopDistance": 1.183,
          "outcome": "stop",
          "netR": -1.355,
          "holdMinutes": 81
        },
        {
          "entryTs": 1670254800,
          "entryUtc": "2022-12-05T15:40:00.000Z",
          "exitTs": 1670256720,
          "dir": -1,
          "entryPrice": 1775.858,
          "exitPrice": 1779.263,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1234,
          "holdMinutes": 32
        },
        {
          "entryTs": 1670308800,
          "entryUtc": "2022-12-06T06:40:00.000Z",
          "exitTs": 1670309640,
          "dir": -1,
          "entryPrice": 1770.387,
          "exitPrice": 1767.373,
          "stopDistance": 1.507,
          "outcome": "target",
          "netR": 1.7545,
          "holdMinutes": 14
        },
        {
          "entryTs": 1670330700,
          "entryUtc": "2022-12-06T12:45:00.000Z",
          "exitTs": 1670332560,
          "dir": 1,
          "entryPrice": 1778.568,
          "exitPrice": 1776.975,
          "stopDistance": 1.593,
          "outcome": "stop",
          "netR": -1.2636,
          "holdMinutes": 31
        },
        {
          "entryTs": 1670359200,
          "entryUtc": "2022-12-06T20:40:00.000Z",
          "exitTs": 1670371380,
          "dir": 1,
          "entryPrice": 1771.188,
          "exitPrice": 1769.93,
          "stopDistance": 1.258,
          "outcome": "stop",
          "netR": -1.3339,
          "holdMinutes": 203
        },
        {
          "entryTs": 1670376900,
          "entryUtc": "2022-12-07T01:35:00.000Z",
          "exitTs": 1670377260,
          "dir": -1,
          "entryPrice": 1769.668,
          "exitPrice": 1770.832,
          "stopDistance": 1.164,
          "outcome": "stop",
          "netR": -1.3608,
          "holdMinutes": 6
        },
        {
          "entryTs": 1670422500,
          "entryUtc": "2022-12-07T14:15:00.000Z",
          "exitTs": 1670423580,
          "dir": 1,
          "entryPrice": 1776.778,
          "exitPrice": 1781.122,
          "stopDistance": 2.172,
          "outcome": "target",
          "netR": 1.8297,
          "holdMinutes": 18
        },
        {
          "entryTs": 1670435100,
          "entryUtc": "2022-12-07T17:45:00.000Z",
          "exitTs": 1670437740,
          "dir": 1,
          "entryPrice": 1781.678,
          "exitPrice": 1786.052,
          "stopDistance": 2.187,
          "outcome": "target",
          "netR": 1.8308,
          "holdMinutes": 44
        },
        {
          "entryTs": 1670439900,
          "entryUtc": "2022-12-07T19:05:00.000Z",
          "exitTs": 1670461200,
          "dir": 1,
          "entryPrice": 1786.518,
          "exitPrice": 1784.523,
          "stopDistance": 1.995,
          "outcome": "stop",
          "netR": -1.2105,
          "holdMinutes": 355
        },
        {
          "entryTs": 1670465700,
          "entryUtc": "2022-12-08T02:15:00.000Z",
          "exitTs": 1670479860,
          "dir": -1,
          "entryPrice": 1783.357,
          "exitPrice": 1784.895,
          "stopDistance": 1.538,
          "outcome": "stop",
          "netR": -1.2731,
          "holdMinutes": 236
        },
        {
          "entryTs": 1670551800,
          "entryUtc": "2022-12-09T02:10:00.000Z",
          "exitTs": 1670558760,
          "dir": 1,
          "entryPrice": 1792.838,
          "exitPrice": 1795.767,
          "stopDistance": 1.465,
          "outcome": "target",
          "netR": 1.7474,
          "holdMinutes": 116
        },
        {
          "entryTs": 1670562000,
          "entryUtc": "2022-12-09T05:00:00.000Z",
          "exitTs": 1670565540,
          "dir": 1,
          "entryPrice": 1796.348,
          "exitPrice": 1795.311,
          "stopDistance": 1.037,
          "outcome": "stop",
          "netR": -1.405,
          "holdMinutes": 59
        },
        {
          "entryTs": 1670577000,
          "entryUtc": "2022-12-09T09:10:00.000Z",
          "exitTs": 1670580000,
          "dir": -1,
          "entryPrice": 1791.648,
          "exitPrice": 1793.118,
          "stopDistance": 1.47,
          "outcome": "stop",
          "netR": -1.2857,
          "holdMinutes": 50
        },
        {
          "entryTs": 1670590200,
          "entryUtc": "2022-12-09T12:50:00.000Z",
          "exitTs": 1670592240,
          "dir": 1,
          "entryPrice": 1799.898,
          "exitPrice": 1803.179,
          "stopDistance": 1.641,
          "outcome": "target",
          "netR": 1.7745,
          "holdMinutes": 34
        },
        {
          "entryTs": 1670600400,
          "entryUtc": "2022-12-09T15:40:00.000Z",
          "exitTs": 1670602500,
          "dir": -1,
          "entryPrice": 1795.108,
          "exitPrice": 1798.653,
          "stopDistance": 3.545,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 35
        },
        {
          "entryTs": 1670606400,
          "entryUtc": "2022-12-09T17:20:00.000Z",
          "exitTs": 1670607840,
          "dir": 1,
          "entryPrice": 1801.768,
          "exitPrice": 1799.181,
          "stopDistance": 2.587,
          "outcome": "stop",
          "netR": -1.1623,
          "holdMinutes": 24
        },
        {
          "entryTs": 1670622000,
          "entryUtc": "2022-12-09T21:40:00.000Z",
          "exitTs": 1670799600,
          "dir": -1,
          "entryPrice": 1796.458,
          "exitPrice": 1796.687,
          "stopDistance": 0.961,
          "outcome": "time",
          "netR": -0.6233,
          "holdMinutes": 2960
        },
        {
          "entryTs": 1670833200,
          "entryUtc": "2022-12-12T08:20:00.000Z",
          "exitTs": 1670843880,
          "dir": 1,
          "entryPrice": 1789.668,
          "exitPrice": 1792.87,
          "stopDistance": 1.601,
          "outcome": "target",
          "netR": 1.7689,
          "holdMinutes": 178
        },
        {
          "entryTs": 1670847000,
          "entryUtc": "2022-12-12T12:10:00.000Z",
          "exitTs": 1670848440,
          "dir": 1,
          "entryPrice": 1793.708,
          "exitPrice": 1792.396,
          "stopDistance": 1.312,
          "outcome": "stop",
          "netR": -1.32,
          "holdMinutes": 24
        },
        {
          "entryTs": 1670855700,
          "entryUtc": "2022-12-12T14:35:00.000Z",
          "exitTs": 1670859480,
          "dir": -1,
          "entryPrice": 1788.808,
          "exitPrice": 1784.556,
          "stopDistance": 2.126,
          "outcome": "target",
          "netR": 1.826,
          "holdMinutes": 63
        },
        {
          "entryTs": 1670864100,
          "entryUtc": "2022-12-12T16:55:00.000Z",
          "exitTs": 1670868060,
          "dir": -1,
          "entryPrice": 1784.365,
          "exitPrice": 1780.014,
          "stopDistance": 2.175,
          "outcome": "target",
          "netR": 1.8299,
          "holdMinutes": 66
        },
        {
          "entryTs": 1670898600,
          "entryUtc": "2022-12-13T02:30:00.000Z",
          "exitTs": 1670899320,
          "dir": 1,
          "entryPrice": 1783.555,
          "exitPrice": 1785.462,
          "stopDistance": 0.954,
          "outcome": "target",
          "netR": 1.612,
          "holdMinutes": 12
        },
        {
          "entryTs": 1670906100,
          "entryUtc": "2022-12-13T04:35:00.000Z",
          "exitTs": 1670909340,
          "dir": -1,
          "entryPrice": 1782.248,
          "exitPrice": 1783.228,
          "stopDistance": 0.98,
          "outcome": "stop",
          "netR": -1.4287,
          "holdMinutes": 54
        },
        {
          "entryTs": 1670945100,
          "entryUtc": "2022-12-13T15:25:00.000Z",
          "exitTs": 1670945940,
          "dir": 1,
          "entryPrice": 1816.615,
          "exitPrice": 1811.594,
          "stopDistance": 5.021,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 14
        },
        {
          "entryTs": 1670981100,
          "entryUtc": "2022-12-14T01:25:00.000Z",
          "exitTs": 1670984100,
          "dir": 1,
          "entryPrice": 1810.625,
          "exitPrice": 1809.39,
          "stopDistance": 1.235,
          "outcome": "stop",
          "netR": -1.3401,
          "holdMinutes": 50
        },
        {
          "entryTs": 1671034200,
          "entryUtc": "2022-12-14T16:10:00.000Z",
          "exitTs": 1671037980,
          "dir": 1,
          "entryPrice": 1810.715,
          "exitPrice": 1808.729,
          "stopDistance": 1.986,
          "outcome": "stop",
          "netR": -1.2115,
          "holdMinutes": 63
        },
        {
          "entryTs": 1671074700,
          "entryUtc": "2022-12-15T03:25:00.000Z",
          "exitTs": 1671077460,
          "dir": -1,
          "entryPrice": 1795.285,
          "exitPrice": 1791.998,
          "stopDistance": 1.644,
          "outcome": "target",
          "netR": 1.7749,
          "holdMinutes": 46
        },
        {
          "entryTs": 1671096600,
          "entryUtc": "2022-12-15T09:30:00.000Z",
          "exitTs": 1671114060,
          "dir": -1,
          "entryPrice": 1779.785,
          "exitPrice": 1783.009,
          "stopDistance": 3.224,
          "outcome": "stop",
          "netR": -1.1303,
          "holdMinutes": 291
        },
        {
          "entryTs": 1671160200,
          "entryUtc": "2022-12-16T03:10:00.000Z",
          "exitTs": 1671162480,
          "dir": 1,
          "entryPrice": 1780.665,
          "exitPrice": 1779.19,
          "stopDistance": 1.475,
          "outcome": "stop",
          "netR": -1.2848,
          "holdMinutes": 38
        },
        {
          "entryTs": 1671409500,
          "entryUtc": "2022-12-19T00:25:00.000Z",
          "exitTs": 1671409740,
          "dir": -1,
          "entryPrice": 1791.898,
          "exitPrice": 1793.013,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3767,
          "holdMinutes": 4
        },
        {
          "entryTs": 1671467100,
          "entryUtc": "2022-12-19T16:25:00.000Z",
          "exitTs": 1671472140,
          "dir": -1,
          "entryPrice": 1787.835,
          "exitPrice": 1790.392,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 84
        },
        {
          "entryTs": 1671482400,
          "entryUtc": "2022-12-19T20:40:00.000Z",
          "exitTs": 1671495480,
          "dir": -1,
          "entryPrice": 1787.065,
          "exitPrice": 1785.016,
          "stopDistance": 1.025,
          "outcome": "target",
          "netR": 1.6389,
          "holdMinutes": 218
        },
        {
          "entryTs": 1671497700,
          "entryUtc": "2022-12-20T00:55:00.000Z",
          "exitTs": 1671498000,
          "dir": -1,
          "entryPrice": 1785.618,
          "exitPrice": 1786.422,
          "stopDistance": 0.804,
          "outcome": "stop",
          "netR": -1.5224,
          "holdMinutes": 5
        },
        {
          "entryTs": 1671533100,
          "entryUtc": "2022-12-20T10:45:00.000Z",
          "exitTs": 1671536580,
          "dir": 1,
          "entryPrice": 1804.955,
          "exitPrice": 1809.004,
          "stopDistance": 2.025,
          "outcome": "target",
          "netR": 1.8172,
          "holdMinutes": 58
        },
        {
          "entryTs": 1671537900,
          "entryUtc": "2022-12-20T12:05:00.000Z",
          "exitTs": 1671539040,
          "dir": 1,
          "entryPrice": 1806.915,
          "exitPrice": 1805.118,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 19
        },
        {
          "entryTs": 1671641100,
          "entryUtc": "2022-12-21T16:45:00.000Z",
          "exitTs": 1671670920,
          "dir": -1,
          "entryPrice": 1817.185,
          "exitPrice": 1819.502,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 497
        },
        {
          "entryTs": 1671673800,
          "entryUtc": "2022-12-22T01:50:00.000Z",
          "exitTs": 1671690960,
          "dir": 1,
          "entryPrice": 1817.955,
          "exitPrice": 1816.669,
          "stopDistance": 1.285,
          "outcome": "stop",
          "netR": -1.3267,
          "holdMinutes": 286
        },
        {
          "entryTs": 1671726300,
          "entryUtc": "2022-12-22T16:25:00.000Z",
          "exitTs": 1671732000,
          "dir": -1,
          "entryPrice": 1796.648,
          "exitPrice": 1791.198,
          "stopDistance": 2.725,
          "outcome": "target",
          "netR": 1.8642,
          "holdMinutes": 95
        },
        {
          "entryTs": 1671743400,
          "entryUtc": "2022-12-22T21:10:00.000Z",
          "exitTs": 1671759960,
          "dir": 1,
          "entryPrice": 1791.298,
          "exitPrice": 1794.65,
          "stopDistance": 1.676,
          "outcome": "target",
          "netR": 1.7792,
          "holdMinutes": 276
        },
        {
          "entryTs": 1671814800,
          "entryUtc": "2022-12-23T17:00:00.000Z",
          "exitTs": 1671817920,
          "dir": 1,
          "entryPrice": 1800.375,
          "exitPrice": 1798.444,
          "stopDistance": 1.931,
          "outcome": "stop",
          "netR": -1.2175,
          "holdMinutes": 52
        },
        {
          "entryTs": 1671822900,
          "entryUtc": "2022-12-23T19:15:00.000Z",
          "exitTs": 1671829860,
          "dir": -1,
          "entryPrice": 1796.415,
          "exitPrice": 1797.85,
          "stopDistance": 1.435,
          "outcome": "stop",
          "netR": -1.2927,
          "holdMinutes": 116
        },
        {
          "entryTs": 1672101900,
          "entryUtc": "2022-12-27T00:45:00.000Z",
          "exitTs": 1672105200,
          "dir": 1,
          "entryPrice": 1801.725,
          "exitPrice": 1800.59,
          "stopDistance": 1.135,
          "outcome": "stop",
          "netR": -1.3701,
          "holdMinutes": 55
        },
        {
          "entryTs": 1672111200,
          "entryUtc": "2022-12-27T03:20:00.000Z",
          "exitTs": 1672113960,
          "dir": 1,
          "entryPrice": 1805.015,
          "exitPrice": 1803.934,
          "stopDistance": 1.081,
          "outcome": "stop",
          "netR": -1.3884,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672122300,
          "entryUtc": "2022-12-27T06:25:00.000Z",
          "exitTs": 1672124460,
          "dir": 1,
          "entryPrice": 1805.315,
          "exitPrice": 1807.897,
          "stopDistance": 1.291,
          "outcome": "target",
          "netR": 1.7134,
          "holdMinutes": 36
        },
        {
          "entryTs": 1672158300,
          "entryUtc": "2022-12-27T16:25:00.000Z",
          "exitTs": 1672162260,
          "dir": 1,
          "entryPrice": 1822.155,
          "exitPrice": 1818.293,
          "stopDistance": 3.862,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 66
        },
        {
          "entryTs": 1672166100,
          "entryUtc": "2022-12-27T18:35:00.000Z",
          "exitTs": 1672186860,
          "dir": -1,
          "entryPrice": 1816.155,
          "exitPrice": 1810.347,
          "stopDistance": 2.904,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 346
        },
        {
          "entryTs": 1672189500,
          "entryUtc": "2022-12-28T01:05:00.000Z",
          "exitTs": 1672190040,
          "dir": -1,
          "entryPrice": 1811.548,
          "exitPrice": 1812.809,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.3332,
          "holdMinutes": 9
        },
        {
          "entryTs": 1672192200,
          "entryUtc": "2022-12-28T01:50:00.000Z",
          "exitTs": 1672192800,
          "dir": 1,
          "entryPrice": 1812.735,
          "exitPrice": 1811.249,
          "stopDistance": 1.486,
          "outcome": "stop",
          "netR": -1.2826,
          "holdMinutes": 10
        },
        {
          "entryTs": 1672195200,
          "entryUtc": "2022-12-28T02:40:00.000Z",
          "exitTs": 1672210860,
          "dir": -1,
          "entryPrice": 1811.675,
          "exitPrice": 1808.718,
          "stopDistance": 1.478,
          "outcome": "target",
          "netR": 1.7497,
          "holdMinutes": 261
        },
        {
          "entryTs": 1672245000,
          "entryUtc": "2022-12-28T16:30:00.000Z",
          "exitTs": 1672248420,
          "dir": -1,
          "entryPrice": 1801.105,
          "exitPrice": 1803.977,
          "stopDistance": 2.872,
          "outcome": "stop",
          "netR": -1.1462,
          "holdMinutes": 57
        },
        {
          "entryTs": 1672282200,
          "entryUtc": "2022-12-29T02:50:00.000Z",
          "exitTs": 1672293300,
          "dir": 1,
          "entryPrice": 1807.575,
          "exitPrice": 1809.94,
          "stopDistance": 1.183,
          "outcome": "target",
          "netR": 1.6871,
          "holdMinutes": 185
        },
        {
          "entryTs": 1672312500,
          "entryUtc": "2022-12-29T11:15:00.000Z",
          "exitTs": 1672316100,
          "dir": -1,
          "entryPrice": 1806.185,
          "exitPrice": 1807.598,
          "stopDistance": 1.413,
          "outcome": "stop",
          "netR": -1.2972,
          "holdMinutes": 60
        },
        {
          "entryTs": 1672365900,
          "entryUtc": "2022-12-30T02:05:00.000Z",
          "exitTs": 1672369560,
          "dir": 1,
          "entryPrice": 1816.465,
          "exitPrice": 1818.394,
          "stopDistance": 0.965,
          "outcome": "target",
          "netR": 1.6164,
          "holdMinutes": 61
        },
        {
          "entryTs": 1672371900,
          "entryUtc": "2022-12-30T03:45:00.000Z",
          "exitTs": 1672372800,
          "dir": 1,
          "entryPrice": 1817.635,
          "exitPrice": 1816.657,
          "stopDistance": 0.978,
          "outcome": "stop",
          "netR": -1.4295,
          "holdMinutes": 15
        },
        {
          "entryTs": 1672414200,
          "entryUtc": "2022-12-30T15:30:00.000Z",
          "exitTs": 1672423140,
          "dir": -1,
          "entryPrice": 1818.497,
          "exitPrice": 1821.542,
          "stopDistance": 3.045,
          "outcome": "stop",
          "netR": -1.1379,
          "holdMinutes": 149
        },
        {
          "entryTs": 1672424700,
          "entryUtc": "2022-12-30T18:25:00.000Z",
          "exitTs": 1672427160,
          "dir": 1,
          "entryPrice": 1820.847,
          "exitPrice": 1818.516,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 41
        },
        {
          "entryTs": 1672428000,
          "entryUtc": "2022-12-30T19:20:00.000Z",
          "exitTs": 1672428480,
          "dir": -1,
          "entryPrice": 1819.648,
          "exitPrice": 1821.405,
          "stopDistance": 1.757,
          "outcome": "stop",
          "netR": -1.2391,
          "holdMinutes": 8
        },
        {
          "entryTs": 1672707300,
          "entryUtc": "2023-01-03T00:55:00.000Z",
          "exitTs": 1672708080,
          "dir": 1,
          "entryPrice": 1830.208,
          "exitPrice": 1828.514,
          "stopDistance": 1.694,
          "outcome": "stop",
          "netR": -1.2479,
          "holdMinutes": 13
        },
        {
          "entryTs": 1672737600,
          "entryUtc": "2023-01-03T09:20:00.000Z",
          "exitTs": 1672743660,
          "dir": -1,
          "entryPrice": 1839.335,
          "exitPrice": 1833.442,
          "stopDistance": 2.946,
          "outcome": "target",
          "netR": 1.8744,
          "holdMinutes": 101
        },
        {
          "entryTs": 1672758300,
          "entryUtc": "2023-01-03T15:05:00.000Z",
          "exitTs": 1672758720,
          "dir": 1,
          "entryPrice": 1843.265,
          "exitPrice": 1839.673,
          "stopDistance": 3.592,
          "outcome": "stop",
          "netR": -1.1169,
          "holdMinutes": 7
        },
        {
          "entryTs": 1672764300,
          "entryUtc": "2023-01-03T16:45:00.000Z",
          "exitTs": 1672765320,
          "dir": -1,
          "entryPrice": 1831.125,
          "exitPrice": 1834.815,
          "stopDistance": 3.69,
          "outcome": "stop",
          "netR": -1.1138,
          "holdMinutes": 17
        },
        {
          "entryTs": 1672773300,
          "entryUtc": "2023-01-03T19:15:00.000Z",
          "exitTs": 1672796400,
          "dir": 1,
          "entryPrice": 1838.075,
          "exitPrice": 1842.172,
          "stopDistance": 2.049,
          "outcome": "target",
          "netR": 1.8194,
          "holdMinutes": 385
        },
        {
          "entryTs": 1672814400,
          "entryUtc": "2023-01-04T06:40:00.000Z",
          "exitTs": 1672816260,
          "dir": 1,
          "entryPrice": 1846.775,
          "exitPrice": 1849.585,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7367,
          "holdMinutes": 31
        },
        {
          "entryTs": 1672822200,
          "entryUtc": "2023-01-04T08:50:00.000Z",
          "exitTs": 1672834800,
          "dir": 1,
          "entryPrice": 1859.815,
          "exitPrice": 1856.849,
          "stopDistance": 2.966,
          "outcome": "stop",
          "netR": -1.1416,
          "holdMinutes": 210
        },
        {
          "entryTs": 1672841100,
          "entryUtc": "2023-01-04T14:05:00.000Z",
          "exitTs": 1672843860,
          "dir": 1,
          "entryPrice": 1858.707,
          "exitPrice": 1855.788,
          "stopDistance": 2.919,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672895700,
          "entryUtc": "2023-01-05T05:15:00.000Z",
          "exitTs": 1672898820,
          "dir": -1,
          "entryPrice": 1852.368,
          "exitPrice": 1853.546,
          "stopDistance": 1.178,
          "outcome": "stop",
          "netR": -1.3564,
          "holdMinutes": 52
        },
        {
          "entryTs": 1672929300,
          "entryUtc": "2023-01-05T14:35:00.000Z",
          "exitTs": 1672931820,
          "dir": -1,
          "entryPrice": 1837.348,
          "exitPrice": 1830.515,
          "stopDistance": 3.416,
          "outcome": "target",
          "netR": 1.8917,
          "holdMinutes": 42
        },
        {
          "entryTs": 1672935300,
          "entryUtc": "2023-01-05T16:15:00.000Z",
          "exitTs": 1672942800,
          "dir": -1,
          "entryPrice": 1830.795,
          "exitPrice": 1834.373,
          "stopDistance": 3.578,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 125
        },
        {
          "entryTs": 1672977000,
          "entryUtc": "2023-01-06T03:50:00.000Z",
          "exitTs": 1672981200,
          "dir": 1,
          "entryPrice": 1839.148,
          "exitPrice": 1837.79,
          "stopDistance": 1.358,
          "outcome": "stop",
          "netR": -1.3093,
          "holdMinutes": 70
        },
        {
          "entryTs": 1672983600,
          "entryUtc": "2023-01-06T05:40:00.000Z",
          "exitTs": 1672985100,
          "dir": -1,
          "entryPrice": 1837.415,
          "exitPrice": 1838.609,
          "stopDistance": 1.194,
          "outcome": "stop",
          "netR": -1.3517,
          "holdMinutes": 25
        },
        {
          "entryTs": 1673026200,
          "entryUtc": "2023-01-06T17:30:00.000Z",
          "exitTs": 1673030520,
          "dir": 1,
          "entryPrice": 1861.537,
          "exitPrice": 1867.292,
          "stopDistance": 2.878,
          "outcome": "target",
          "netR": 1.8714,
          "holdMinutes": 72
        },
        {
          "entryTs": 1673234100,
          "entryUtc": "2023-01-09T03:15:00.000Z",
          "exitTs": 1673240520,
          "dir": 1,
          "entryPrice": 1877.315,
          "exitPrice": 1875.482,
          "stopDistance": 1.833,
          "outcome": "stop",
          "netR": -1.2292,
          "holdMinutes": 107
        },
        {
          "entryTs": 1673273700,
          "entryUtc": "2023-01-09T14:15:00.000Z",
          "exitTs": 1673274600,
          "dir": 1,
          "entryPrice": 1876.595,
          "exitPrice": 1874.312,
          "stopDistance": 2.283,
          "outcome": "stop",
          "netR": -1.184,
          "holdMinutes": 15
        },
        {
          "entryTs": 1673287200,
          "entryUtc": "2023-01-09T18:00:00.000Z",
          "exitTs": 1673289180,
          "dir": -1,
          "entryPrice": 1871.775,
          "exitPrice": 1874.161,
          "stopDistance": 2.386,
          "outcome": "stop",
          "netR": -1.176,
          "holdMinutes": 33
        },
        {
          "entryTs": 1673307600,
          "entryUtc": "2023-01-09T23:40:00.000Z",
          "exitTs": 1673310000,
          "dir": -1,
          "entryPrice": 1870.855,
          "exitPrice": 1868.891,
          "stopDistance": 0.982,
          "outcome": "target",
          "netR": 1.6232,
          "holdMinutes": 40
        },
        {
          "entryTs": 1673356800,
          "entryUtc": "2023-01-10T13:20:00.000Z",
          "exitTs": 1673359200,
          "dir": -1,
          "entryPrice": 1872.818,
          "exitPrice": 1874.763,
          "stopDistance": 1.945,
          "outcome": "stop",
          "netR": -1.216,
          "holdMinutes": 40
        },
        {
          "entryTs": 1673419500,
          "entryUtc": "2023-01-11T06:45:00.000Z",
          "exitTs": 1673420340,
          "dir": 1,
          "entryPrice": 1882.005,
          "exitPrice": 1880.45,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.2701,
          "holdMinutes": 14
        },
        {
          "entryTs": 1673494200,
          "entryUtc": "2023-01-12T03:30:00.000Z",
          "exitTs": 1673508420,
          "dir": 1,
          "entryPrice": 1882.445,
          "exitPrice": 1881.07,
          "stopDistance": 1.375,
          "outcome": "stop",
          "netR": -1.3055,
          "holdMinutes": 237
        },
        {
          "entryTs": 1673558700,
          "entryUtc": "2023-01-12T21:25:00.000Z",
          "exitTs": 1673560620,
          "dir": 1,
          "entryPrice": 1897.825,
          "exitPrice": 1896.324,
          "stopDistance": 1.5,
          "outcome": "stop",
          "netR": -1.2799,
          "holdMinutes": 32
        },
        {
          "entryTs": 1673626200,
          "entryUtc": "2023-01-13T16:10:00.000Z",
          "exitTs": 1673633520,
          "dir": 1,
          "entryPrice": 1911.965,
          "exitPrice": 1918.348,
          "stopDistance": 3.191,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 122
        },
        {
          "entryTs": 1673640300,
          "entryUtc": "2023-01-13T20:05:00.000Z",
          "exitTs": 1673823600,
          "dir": 1,
          "entryPrice": 1919.575,
          "exitPrice": 1918.507,
          "stopDistance": 1.681,
          "outcome": "time",
          "netR": -0.8555,
          "holdMinutes": 3055
        },
        {
          "entryTs": 1673828100,
          "entryUtc": "2023-01-16T00:15:00.000Z",
          "exitTs": 1673831100,
          "dir": -1,
          "entryPrice": 1918.445,
          "exitPrice": 1920.131,
          "stopDistance": 1.687,
          "outcome": "stop",
          "netR": -1.249,
          "holdMinutes": 50
        },
        {
          "entryTs": 1673849400,
          "entryUtc": "2023-01-16T06:10:00.000Z",
          "exitTs": 1673850420,
          "dir": -1,
          "entryPrice": 1920.345,
          "exitPrice": 1917.168,
          "stopDistance": 1.589,
          "outcome": "target",
          "netR": 1.7671,
          "holdMinutes": 17
        },
        {
          "entryTs": 1673859900,
          "entryUtc": "2023-01-16T09:05:00.000Z",
          "exitTs": 1673861280,
          "dir": -1,
          "entryPrice": 1912.975,
          "exitPrice": 1914.912,
          "stopDistance": 1.937,
          "outcome": "stop",
          "netR": -1.2168,
          "holdMinutes": 23
        },
        {
          "entryTs": 1673864100,
          "entryUtc": "2023-01-16T10:15:00.000Z",
          "exitTs": 1673873040,
          "dir": 1,
          "entryPrice": 1916.258,
          "exitPrice": 1914.558,
          "stopDistance": 1.7,
          "outcome": "stop",
          "netR": -1.247,
          "holdMinutes": 149
        },
        {
          "entryTs": 1673876400,
          "entryUtc": "2023-01-16T13:40:00.000Z",
          "exitTs": 1673881020,
          "dir": -1,
          "entryPrice": 1913.785,
          "exitPrice": 1915.735,
          "stopDistance": 1.95,
          "outcome": "stop",
          "netR": -1.2153,
          "holdMinutes": 77
        },
        {
          "entryTs": 1673915700,
          "entryUtc": "2023-01-17T00:35:00.000Z",
          "exitTs": 1673917860,
          "dir": 1,
          "entryPrice": 1917.175,
          "exitPrice": 1916.155,
          "stopDistance": 1.02,
          "outcome": "stop",
          "netR": -1.4117,
          "holdMinutes": 36
        },
        {
          "entryTs": 1673952600,
          "entryUtc": "2023-01-17T10:50:00.000Z",
          "exitTs": 1673955840,
          "dir": -1,
          "entryPrice": 1906.165,
          "exitPrice": 1907.794,
          "stopDistance": 1.629,
          "outcome": "stop",
          "netR": -1.2579,
          "holdMinutes": 54
        },
        {
          "entryTs": 1674024600,
          "entryUtc": "2023-01-18T06:50:00.000Z",
          "exitTs": 1674025380,
          "dir": 1,
          "entryPrice": 1901.065,
          "exitPrice": 1904.726,
          "stopDistance": 1.831,
          "outcome": "target",
          "netR": 1.7979,
          "holdMinutes": 13
        },
        {
          "entryTs": 1674036600,
          "entryUtc": "2023-01-18T10:10:00.000Z",
          "exitTs": 1674043860,
          "dir": 1,
          "entryPrice": 1912.475,
          "exitPrice": 1916.763,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 121
        },
        {
          "entryTs": 1674070500,
          "entryUtc": "2023-01-18T19:35:00.000Z",
          "exitTs": 1674085800,
          "dir": -1,
          "entryPrice": 1904.408,
          "exitPrice": 1906.326,
          "stopDistance": 1.918,
          "outcome": "stop",
          "netR": -1.2189,
          "holdMinutes": 255
        },
        {
          "entryTs": 1674095400,
          "entryUtc": "2023-01-19T02:30:00.000Z",
          "exitTs": 1674096060,
          "dir": -1,
          "entryPrice": 1903.118,
          "exitPrice": 1904.753,
          "stopDistance": 1.635,
          "outcome": "stop",
          "netR": -1.2569,
          "holdMinutes": 11
        },
        {
          "entryTs": 1674139800,
          "entryUtc": "2023-01-19T14:50:00.000Z",
          "exitTs": 1674141480,
          "dir": 1,
          "entryPrice": 1914.955,
          "exitPrice": 1920.812,
          "stopDistance": 2.929,
          "outcome": "target",
          "netR": 1.8737,
          "holdMinutes": 28
        },
        {
          "entryTs": 1674143400,
          "entryUtc": "2023-01-19T15:50:00.000Z",
          "exitTs": 1674153600,
          "dir": 1,
          "entryPrice": 1919.098,
          "exitPrice": 1925.119,
          "stopDistance": 3.01,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 170
        },
        {
          "entryTs": 1674164700,
          "entryUtc": "2023-01-19T21:45:00.000Z",
          "exitTs": 1674176460,
          "dir": 1,
          "entryPrice": 1931.648,
          "exitPrice": 1930.084,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2685,
          "holdMinutes": 196
        },
        {
          "entryTs": 1674245100,
          "entryUtc": "2023-01-20T20:05:00.000Z",
          "exitTs": 1674246960,
          "dir": 1,
          "entryPrice": 1929.128,
          "exitPrice": 1927.637,
          "stopDistance": 1.491,
          "outcome": "stop",
          "netR": -1.2816,
          "holdMinutes": 31
        },
        {
          "entryTs": 1674441600,
          "entryUtc": "2023-01-23T02:40:00.000Z",
          "exitTs": 1674442380,
          "dir": 1,
          "entryPrice": 1933.408,
          "exitPrice": 1932.095,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.32,
          "holdMinutes": 13
        },
        {
          "entryTs": 1674491400,
          "entryUtc": "2023-01-23T16:30:00.000Z",
          "exitTs": 1674499740,
          "dir": 1,
          "entryPrice": 1922.415,
          "exitPrice": 1929.352,
          "stopDistance": 3.468,
          "outcome": "target",
          "netR": 1.8933,
          "holdMinutes": 139
        },
        {
          "entryTs": 1674500700,
          "entryUtc": "2023-01-23T19:05:00.000Z",
          "exitTs": 1674503640,
          "dir": 1,
          "entryPrice": 1927.065,
          "exitPrice": 1925.131,
          "stopDistance": 1.934,
          "outcome": "stop",
          "netR": -1.2171,
          "holdMinutes": 49
        },
        {
          "entryTs": 1674554400,
          "entryUtc": "2023-01-24T10:00:00.000Z",
          "exitTs": 1674557820,
          "dir": -1,
          "entryPrice": 1936.078,
          "exitPrice": 1937.815,
          "stopDistance": 1.737,
          "outcome": "stop",
          "netR": -1.2418,
          "holdMinutes": 57
        },
        {
          "entryTs": 1674591300,
          "entryUtc": "2023-01-24T20:15:00.000Z",
          "exitTs": 1674607320,
          "dir": 1,
          "entryPrice": 1936.788,
          "exitPrice": 1935.491,
          "stopDistance": 1.297,
          "outcome": "stop",
          "netR": -1.3237,
          "holdMinutes": 267
        },
        {
          "entryTs": 1674644100,
          "entryUtc": "2023-01-25T10:55:00.000Z",
          "exitTs": 1674654720,
          "dir": -1,
          "entryPrice": 1926.245,
          "exitPrice": 1922.408,
          "stopDistance": 1.918,
          "outcome": "target",
          "netR": 1.8071,
          "holdMinutes": 177
        },
        {
          "entryTs": 1674675000,
          "entryUtc": "2023-01-25T19:30:00.000Z",
          "exitTs": 1674676980,
          "dir": 1,
          "entryPrice": 1940.147,
          "exitPrice": 1943.779,
          "stopDistance": 1.816,
          "outcome": "target",
          "netR": 1.7963,
          "holdMinutes": 33
        },
        {
          "entryTs": 1674697200,
          "entryUtc": "2023-01-26T01:40:00.000Z",
          "exitTs": 1674698160,
          "dir": -1,
          "entryPrice": 1944.205,
          "exitPrice": 1945.529,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3173,
          "holdMinutes": 16
        },
        {
          "entryTs": 1674706500,
          "entryUtc": "2023-01-26T04:15:00.000Z",
          "exitTs": 1674710760,
          "dir": 1,
          "entryPrice": 1946.875,
          "exitPrice": 1945.663,
          "stopDistance": 1.212,
          "outcome": "stop",
          "netR": -1.3465,
          "holdMinutes": 71
        },
        {
          "entryTs": 1674752700,
          "entryUtc": "2023-01-26T17:05:00.000Z",
          "exitTs": 1674757860,
          "dir": -1,
          "entryPrice": 1926.698,
          "exitPrice": 1930.697,
          "stopDistance": 3.999,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 86
        },
        {
          "entryTs": 1674789300,
          "entryUtc": "2023-01-27T03:15:00.000Z",
          "exitTs": 1674790380,
          "dir": -1,
          "entryPrice": 1927.578,
          "exitPrice": 1924.737,
          "stopDistance": 1.42,
          "outcome": "target",
          "netR": 1.7395,
          "holdMinutes": 18
        },
        {
          "entryTs": 1674803100,
          "entryUtc": "2023-01-27T07:05:00.000Z",
          "exitTs": 1674804060,
          "dir": -1,
          "entryPrice": 1923.675,
          "exitPrice": 1925.132,
          "stopDistance": 1.457,
          "outcome": "stop",
          "netR": -1.2882,
          "holdMinutes": 16
        },
        {
          "entryTs": 1675056900,
          "entryUtc": "2023-01-30T05:35:00.000Z",
          "exitTs": 1675058220,
          "dir": 1,
          "entryPrice": 1931.935,
          "exitPrice": 1930.316,
          "stopDistance": 1.619,
          "outcome": "stop",
          "netR": -1.2594,
          "holdMinutes": 22
        },
        {
          "entryTs": 1675069200,
          "entryUtc": "2023-01-30T09:00:00.000Z",
          "exitTs": 1675071180,
          "dir": -1,
          "entryPrice": 1923.215,
          "exitPrice": 1925.292,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 33
        },
        {
          "entryTs": 1675080600,
          "entryUtc": "2023-01-30T12:10:00.000Z",
          "exitTs": 1675083060,
          "dir": -1,
          "entryPrice": 1924.525,
          "exitPrice": 1926.623,
          "stopDistance": 2.098,
          "outcome": "stop",
          "netR": -1.2002,
          "holdMinutes": 41
        },
        {
          "entryTs": 1675128900,
          "entryUtc": "2023-01-31T01:35:00.000Z",
          "exitTs": 1675129020,
          "dir": 1,
          "entryPrice": 1922.878,
          "exitPrice": 1925.105,
          "stopDistance": 1.113,
          "outcome": "target",
          "netR": 1.6676,
          "holdMinutes": 2
        },
        {
          "entryTs": 1675133100,
          "entryUtc": "2023-01-31T02:45:00.000Z",
          "exitTs": 1675135140,
          "dir": 1,
          "entryPrice": 1924.715,
          "exitPrice": 1923.344,
          "stopDistance": 1.371,
          "outcome": "stop",
          "netR": -1.3063,
          "holdMinutes": 34
        },
        {
          "entryTs": 1675141500,
          "entryUtc": "2023-01-31T05:05:00.000Z",
          "exitTs": 1675143480,
          "dir": -1,
          "entryPrice": 1920.395,
          "exitPrice": 1917.899,
          "stopDistance": 1.248,
          "outcome": "target",
          "netR": 1.7035,
          "holdMinutes": 33
        },
        {
          "entryTs": 1675148400,
          "entryUtc": "2023-01-31T07:00:00.000Z",
          "exitTs": 1675152420,
          "dir": -1,
          "entryPrice": 1915.348,
          "exitPrice": 1912.108,
          "stopDistance": 1.62,
          "outcome": "target",
          "netR": 1.7716,
          "holdMinutes": 67
        },
        {
          "entryTs": 1675182000,
          "entryUtc": "2023-01-31T16:20:00.000Z",
          "exitTs": 1675212000,
          "dir": 1,
          "entryPrice": 1926.395,
          "exitPrice": 1927.445,
          "stopDistance": 3.568,
          "outcome": "time",
          "netR": 0.1906,
          "holdMinutes": 500
        },
        {
          "entryTs": 1675221000,
          "entryUtc": "2023-02-01T03:10:00.000Z",
          "exitTs": 1675222260,
          "dir": -1,
          "entryPrice": 1925.535,
          "exitPrice": 1926.646,
          "stopDistance": 1.111,
          "outcome": "stop",
          "netR": -1.3782,
          "holdMinutes": 21
        },
        {
          "entryTs": 1675254900,
          "entryUtc": "2023-02-01T12:35:00.000Z",
          "exitTs": 1675257300,
          "dir": 1,
          "entryPrice": 1928.745,
          "exitPrice": 1931.909,
          "stopDistance": 1.582,
          "outcome": "target",
          "netR": 1.7661,
          "holdMinutes": 40
        },
        {
          "entryTs": 1675287000,
          "entryUtc": "2023-02-01T21:30:00.000Z",
          "exitTs": 1675317000,
          "dir": 1,
          "entryPrice": 1949.848,
          "exitPrice": 1953.385,
          "stopDistance": 3.798,
          "outcome": "time",
          "netR": 0.834,
          "holdMinutes": 500
        },
        {
          "entryTs": 1675337100,
          "entryUtc": "2023-02-02T11:25:00.000Z",
          "exitTs": 1675337820,
          "dir": -1,
          "entryPrice": 1954.275,
          "exitPrice": 1956.047,
          "stopDistance": 1.772,
          "outcome": "stop",
          "netR": -1.237,
          "holdMinutes": 12
        },
        {
          "entryTs": 1675362300,
          "entryUtc": "2023-02-02T18:25:00.000Z",
          "exitTs": 1675392300,
          "dir": -1,
          "entryPrice": 1915.905,
          "exitPrice": 1916.395,
          "stopDistance": 3.025,
          "outcome": "time",
          "netR": -0.2843,
          "holdMinutes": 500
        },
        {
          "entryTs": 1675421700,
          "entryUtc": "2023-02-03T10:55:00.000Z",
          "exitTs": 1675423920,
          "dir": -1,
          "entryPrice": 1911.215,
          "exitPrice": 1913.064,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 37
        },
        {
          "entryTs": 1675429500,
          "entryUtc": "2023-02-03T13:05:00.000Z",
          "exitTs": 1675430760,
          "dir": 1,
          "entryPrice": 1914.735,
          "exitPrice": 1913,
          "stopDistance": 1.735,
          "outcome": "stop",
          "netR": -1.242,
          "holdMinutes": 21
        },
        {
          "entryTs": 1675700400,
          "entryUtc": "2023-02-06T16:20:00.000Z",
          "exitTs": 1675710420,
          "dir": -1,
          "entryPrice": 1867.505,
          "exitPrice": 1870.862,
          "stopDistance": 3.357,
          "outcome": "stop",
          "netR": -1.1251,
          "holdMinutes": 167
        },
        {
          "entryTs": 1675712100,
          "entryUtc": "2023-02-06T19:35:00.000Z",
          "exitTs": 1675712880,
          "dir": 1,
          "entryPrice": 1868.775,
          "exitPrice": 1866.87,
          "stopDistance": 1.905,
          "outcome": "stop",
          "netR": -1.2205,
          "holdMinutes": 13
        },
        {
          "entryTs": 1675797300,
          "entryUtc": "2023-02-07T19:15:00.000Z",
          "exitTs": 1675806600,
          "dir": -1,
          "entryPrice": 1871.555,
          "exitPrice": 1876.197,
          "stopDistance": 4.642,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 155
        },
        {
          "entryTs": 1675889700,
          "entryUtc": "2023-02-08T20:55:00.000Z",
          "exitTs": 1675905180,
          "dir": -1,
          "entryPrice": 1874.905,
          "exitPrice": 1871.982,
          "stopDistance": 1.461,
          "outcome": "target",
          "netR": 1.7468,
          "holdMinutes": 258
        },
        {
          "entryTs": 1675912200,
          "entryUtc": "2023-02-09T03:10:00.000Z",
          "exitTs": 1675921500,
          "dir": 1,
          "entryPrice": 1878.395,
          "exitPrice": 1880.991,
          "stopDistance": 1.298,
          "outcome": "target",
          "netR": 1.715,
          "holdMinutes": 155
        },
        {
          "entryTs": 1675941300,
          "entryUtc": "2023-02-09T11:15:00.000Z",
          "exitTs": 1675941360,
          "dir": 1,
          "entryPrice": 1883.968,
          "exitPrice": 1882.114,
          "stopDistance": 1.854,
          "outcome": "stop",
          "netR": -1.2265,
          "holdMinutes": 1
        },
        {
          "entryTs": 1675962000,
          "entryUtc": "2023-02-09T17:00:00.000Z",
          "exitTs": 1675964220,
          "dir": -1,
          "entryPrice": 1874.005,
          "exitPrice": 1866.787,
          "stopDistance": 3.609,
          "outcome": "target",
          "netR": 1.8975,
          "holdMinutes": 37
        },
        {
          "entryTs": 1675977600,
          "entryUtc": "2023-02-09T21:20:00.000Z",
          "exitTs": 1675991160,
          "dir": -1,
          "entryPrice": 1861.685,
          "exitPrice": 1863.874,
          "stopDistance": 2.189,
          "outcome": "stop",
          "netR": -1.1919,
          "holdMinutes": 226
        },
        {
          "entryTs": 1676010900,
          "entryUtc": "2023-02-10T06:35:00.000Z",
          "exitTs": 1676012820,
          "dir": 1,
          "entryPrice": 1858.177,
          "exitPrice": 1861.767,
          "stopDistance": 1.795,
          "outcome": "target",
          "netR": 1.7939,
          "holdMinutes": 32
        },
        {
          "entryTs": 1676018400,
          "entryUtc": "2023-02-10T08:40:00.000Z",
          "exitTs": 1676020560,
          "dir": 1,
          "entryPrice": 1867.575,
          "exitPrice": 1864.517,
          "stopDistance": 3.058,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 36
        },
        {
          "entryTs": 1676054100,
          "entryUtc": "2023-02-10T18:35:00.000Z",
          "exitTs": 1676242800,
          "dir": 1,
          "entryPrice": 1861.865,
          "exitPrice": 1864.317,
          "stopDistance": 2.086,
          "outcome": "time",
          "netR": 0.9982,
          "holdMinutes": 3145
        },
        {
          "entryTs": 1676265000,
          "entryUtc": "2023-02-13T05:10:00.000Z",
          "exitTs": 1676265720,
          "dir": -1,
          "entryPrice": 1858.875,
          "exitPrice": 1860.028,
          "stopDistance": 1.153,
          "outcome": "stop",
          "netR": -1.3641,
          "holdMinutes": 12
        },
        {
          "entryTs": 1676271600,
          "entryUtc": "2023-02-13T07:00:00.000Z",
          "exitTs": 1676276640,
          "dir": 1,
          "entryPrice": 1862.785,
          "exitPrice": 1861.085,
          "stopDistance": 1.7,
          "outcome": "stop",
          "netR": -1.2471,
          "holdMinutes": 84
        },
        {
          "entryTs": 1676307000,
          "entryUtc": "2023-02-13T16:50:00.000Z",
          "exitTs": 1676334240,
          "dir": -1,
          "entryPrice": 1854.005,
          "exitPrice": 1856.362,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 454
        },
        {
          "entryTs": 1676401200,
          "entryUtc": "2023-02-14T19:00:00.000Z",
          "exitTs": 1676426940,
          "dir": 1,
          "entryPrice": 1853.488,
          "exitPrice": 1859.781,
          "stopDistance": 3.147,
          "outcome": "target",
          "netR": 1.8824,
          "holdMinutes": 429
        },
        {
          "entryTs": 1676445900,
          "entryUtc": "2023-02-15T07:25:00.000Z",
          "exitTs": 1676446320,
          "dir": -1,
          "entryPrice": 1844.065,
          "exitPrice": 1840.25,
          "stopDistance": 1.907,
          "outcome": "target",
          "netR": 1.806,
          "holdMinutes": 7
        },
        {
          "entryTs": 1676542800,
          "entryUtc": "2023-02-16T10:20:00.000Z",
          "exitTs": 1676543760,
          "dir": -1,
          "entryPrice": 1837.075,
          "exitPrice": 1838.782,
          "stopDistance": 1.707,
          "outcome": "stop",
          "netR": -1.246,
          "holdMinutes": 16
        },
        {
          "entryTs": 1676582100,
          "entryUtc": "2023-02-16T21:15:00.000Z",
          "exitTs": 1676590380,
          "dir": -1,
          "entryPrice": 1838.915,
          "exitPrice": 1834.367,
          "stopDistance": 2.274,
          "outcome": "target",
          "netR": 1.8373,
          "holdMinutes": 138
        },
        {
          "entryTs": 1676610000,
          "entryUtc": "2023-02-17T05:00:00.000Z",
          "exitTs": 1676615400,
          "dir": -1,
          "entryPrice": 1826.665,
          "exitPrice": 1823.91,
          "stopDistance": 1.378,
          "outcome": "target",
          "netR": 1.7314,
          "holdMinutes": 90
        },
        {
          "entryTs": 1676651400,
          "entryUtc": "2023-02-17T16:30:00.000Z",
          "exitTs": 1676653320,
          "dir": 1,
          "entryPrice": 1835.365,
          "exitPrice": 1842.163,
          "stopDistance": 3.399,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 32
        },
        {
          "entryTs": 1676656500,
          "entryUtc": "2023-02-17T17:55:00.000Z",
          "exitTs": 1676847600,
          "dir": 1,
          "entryPrice": 1840.475,
          "exitPrice": 1841.457,
          "stopDistance": 2.449,
          "outcome": "time",
          "netR": 0.2499,
          "holdMinutes": 3185
        },
        {
          "entryTs": 1676853300,
          "entryUtc": "2023-02-20T00:35:00.000Z",
          "exitTs": 1676856060,
          "dir": -1,
          "entryPrice": 1839.015,
          "exitPrice": 1840.303,
          "stopDistance": 1.288,
          "outcome": "stop",
          "netR": -1.3262,
          "holdMinutes": 46
        },
        {
          "entryTs": 1676937000,
          "entryUtc": "2023-02-20T23:50:00.000Z",
          "exitTs": 1676937480,
          "dir": 1,
          "entryPrice": 1841.975,
          "exitPrice": 1841.373,
          "stopDistance": 0.602,
          "outcome": "stop",
          "netR": -1.6976,
          "holdMinutes": 8
        },
        {
          "entryTs": 1676955300,
          "entryUtc": "2023-02-21T04:55:00.000Z",
          "exitTs": 1676959020,
          "dir": -1,
          "entryPrice": 1838.198,
          "exitPrice": 1839.436,
          "stopDistance": 1.238,
          "outcome": "stop",
          "netR": -1.3393,
          "holdMinutes": 62
        },
        {
          "entryTs": 1676995200,
          "entryUtc": "2023-02-21T16:00:00.000Z",
          "exitTs": 1676995740,
          "dir": 1,
          "entryPrice": 1838.658,
          "exitPrice": 1835.326,
          "stopDistance": 3.332,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 9
        },
        {
          "entryTs": 1677007800,
          "entryUtc": "2023-02-21T19:30:00.000Z",
          "exitTs": 1677009840,
          "dir": -1,
          "entryPrice": 1833.575,
          "exitPrice": 1835.204,
          "stopDistance": 1.629,
          "outcome": "stop",
          "netR": -1.2578,
          "holdMinutes": 34
        },
        {
          "entryTs": 1677100200,
          "entryUtc": "2023-02-22T21:10:00.000Z",
          "exitTs": 1677116760,
          "dir": -1,
          "entryPrice": 1825.495,
          "exitPrice": 1827.677,
          "stopDistance": 2.182,
          "outcome": "stop",
          "netR": -1.1924,
          "holdMinutes": 276
        },
        {
          "entryTs": 1677123000,
          "entryUtc": "2023-02-23T03:30:00.000Z",
          "exitTs": 1677124320,
          "dir": 1,
          "entryPrice": 1828.255,
          "exitPrice": 1826.885,
          "stopDistance": 1.37,
          "outcome": "stop",
          "netR": -1.3065,
          "holdMinutes": 22
        },
        {
          "entryTs": 1677136500,
          "entryUtc": "2023-02-23T07:15:00.000Z",
          "exitTs": 1677136920,
          "dir": 1,
          "entryPrice": 1831.634,
          "exitPrice": 1830.059,
          "stopDistance": 1.575,
          "outcome": "stop",
          "netR": -1.2667,
          "holdMinutes": 7
        },
        {
          "entryTs": 1677183900,
          "entryUtc": "2023-02-23T20:25:00.000Z",
          "exitTs": 1677193200,
          "dir": 1,
          "entryPrice": 1822.858,
          "exitPrice": 1821.466,
          "stopDistance": 1.392,
          "outcome": "stop",
          "netR": -1.3016,
          "holdMinutes": 155
        },
        {
          "entryTs": 1677471900,
          "entryUtc": "2023-02-27T04:25:00.000Z",
          "exitTs": 1677478260,
          "dir": -1,
          "entryPrice": 1809.225,
          "exitPrice": 1810.66,
          "stopDistance": 1.435,
          "outcome": "stop",
          "netR": -1.2927,
          "holdMinutes": 106
        },
        {
          "entryTs": 1677488100,
          "entryUtc": "2023-02-27T08:55:00.000Z",
          "exitTs": 1677488400,
          "dir": 1,
          "entryPrice": 1811.345,
          "exitPrice": 1809.647,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2473,
          "holdMinutes": 5
        },
        {
          "entryTs": 1677493500,
          "entryUtc": "2023-02-27T10:25:00.000Z",
          "exitTs": 1677495180,
          "dir": -1,
          "entryPrice": 1809.535,
          "exitPrice": 1811.117,
          "stopDistance": 1.582,
          "outcome": "stop",
          "netR": -1.2655,
          "holdMinutes": 28
        },
        {
          "entryTs": 1677512100,
          "entryUtc": "2023-02-27T15:35:00.000Z",
          "exitTs": 1677512520,
          "dir": 1,
          "entryPrice": 1817.225,
          "exitPrice": 1814.787,
          "stopDistance": 2.438,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 7
        },
        {
          "entryTs": 1677620100,
          "entryUtc": "2023-02-28T21:35:00.000Z",
          "exitTs": 1677628800,
          "dir": -1,
          "entryPrice": 1827.175,
          "exitPrice": 1825.18,
          "stopDistance": 0.998,
          "outcome": "target",
          "netR": 1.6292,
          "holdMinutes": 145
        },
        {
          "entryTs": 1677633300,
          "entryUtc": "2023-03-01T01:15:00.000Z",
          "exitTs": 1677634200,
          "dir": -1,
          "entryPrice": 1824.765,
          "exitPrice": 1825.821,
          "stopDistance": 1.056,
          "outcome": "stop",
          "netR": -1.3977,
          "holdMinutes": 15
        },
        {
          "entryTs": 1677638400,
          "entryUtc": "2023-03-01T02:40:00.000Z",
          "exitTs": 1677641460,
          "dir": 1,
          "entryPrice": 1827.815,
          "exitPrice": 1830.737,
          "stopDistance": 1.461,
          "outcome": "target",
          "netR": 1.7468,
          "holdMinutes": 51
        },
        {
          "entryTs": 1677666000,
          "entryUtc": "2023-03-01T10:20:00.000Z",
          "exitTs": 1677668340,
          "dir": -1,
          "entryPrice": 1832.595,
          "exitPrice": 1834.588,
          "stopDistance": 1.993,
          "outcome": "stop",
          "netR": -1.2107,
          "holdMinutes": 39
        },
        {
          "entryTs": 1677671700,
          "entryUtc": "2023-03-01T11:55:00.000Z",
          "exitTs": 1677674400,
          "dir": 1,
          "entryPrice": 1835.185,
          "exitPrice": 1839.06,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 45
        },
        {
          "entryTs": 1677694800,
          "entryUtc": "2023-03-01T18:20:00.000Z",
          "exitTs": 1677721020,
          "dir": -1,
          "entryPrice": 1838.175,
          "exitPrice": 1834.336,
          "stopDistance": 1.919,
          "outcome": "target",
          "netR": 1.8072,
          "holdMinutes": 437
        },
        {
          "entryTs": 1677759600,
          "entryUtc": "2023-03-02T12:20:00.000Z",
          "exitTs": 1677760020,
          "dir": 1,
          "entryPrice": 1835.515,
          "exitPrice": 1833.761,
          "stopDistance": 1.754,
          "outcome": "stop",
          "netR": -1.2394,
          "holdMinutes": 7
        },
        {
          "entryTs": 1677770400,
          "entryUtc": "2023-03-02T15:20:00.000Z",
          "exitTs": 1677800400,
          "dir": 1,
          "entryPrice": 1835.058,
          "exitPrice": 1837.395,
          "stopDistance": 2.965,
          "outcome": "time",
          "netR": 0.6635,
          "holdMinutes": 500
        },
        {
          "entryTs": 1677864300,
          "entryUtc": "2023-03-03T17:25:00.000Z",
          "exitTs": 1677870000,
          "dir": 1,
          "entryPrice": 1846.215,
          "exitPrice": 1850.066,
          "stopDistance": 1.926,
          "outcome": "target",
          "netR": 1.8079,
          "holdMinutes": 95
        },
        {
          "entryTs": 1677878400,
          "entryUtc": "2023-03-03T21:20:00.000Z",
          "exitTs": 1678057200,
          "dir": 1,
          "entryPrice": 1853.995,
          "exitPrice": 1854.018,
          "stopDistance": 1.395,
          "outcome": "time",
          "netR": -0.2488,
          "holdMinutes": 2980
        },
        {
          "entryTs": 1678098000,
          "entryUtc": "2023-03-06T10:20:00.000Z",
          "exitTs": 1678101300,
          "dir": -1,
          "entryPrice": 1852.255,
          "exitPrice": 1849.124,
          "stopDistance": 1.566,
          "outcome": "target",
          "netR": 1.7637,
          "holdMinutes": 55
        },
        {
          "entryTs": 1678104900,
          "entryUtc": "2023-03-06T12:15:00.000Z",
          "exitTs": 1678107000,
          "dir": -1,
          "entryPrice": 1849.495,
          "exitPrice": 1850.956,
          "stopDistance": 1.461,
          "outcome": "stop",
          "netR": -1.2875,
          "holdMinutes": 35
        },
        {
          "entryTs": 1678131000,
          "entryUtc": "2023-03-06T19:30:00.000Z",
          "exitTs": 1678148760,
          "dir": -1,
          "entryPrice": 1847.055,
          "exitPrice": 1844.05,
          "stopDistance": 1.502,
          "outcome": "target",
          "netR": 1.7537,
          "holdMinutes": 296
        },
        {
          "entryTs": 1678149600,
          "entryUtc": "2023-03-07T00:40:00.000Z",
          "exitTs": 1678150800,
          "dir": -1,
          "entryPrice": 1845.575,
          "exitPrice": 1846.443,
          "stopDistance": 0.868,
          "outcome": "stop",
          "netR": -1.4836,
          "holdMinutes": 20
        },
        {
          "entryTs": 1678156800,
          "entryUtc": "2023-03-07T02:40:00.000Z",
          "exitTs": 1678158180,
          "dir": 1,
          "entryPrice": 1849.325,
          "exitPrice": 1848.1,
          "stopDistance": 1.225,
          "outcome": "stop",
          "netR": -1.3428,
          "holdMinutes": 23
        },
        {
          "entryTs": 1678187700,
          "entryUtc": "2023-03-07T11:15:00.000Z",
          "exitTs": 1678189920,
          "dir": -1,
          "entryPrice": 1843.655,
          "exitPrice": 1840.939,
          "stopDistance": 1.358,
          "outcome": "target",
          "netR": 1.7276,
          "holdMinutes": 37
        },
        {
          "entryTs": 1678208700,
          "entryUtc": "2023-03-07T17:05:00.000Z",
          "exitTs": 1678213380,
          "dir": -1,
          "entryPrice": 1820.745,
          "exitPrice": 1814.569,
          "stopDistance": 3.088,
          "outcome": "target",
          "netR": 1.8802,
          "holdMinutes": 78
        },
        {
          "entryTs": 1678219500,
          "entryUtc": "2023-03-07T20:05:00.000Z",
          "exitTs": 1678243800,
          "dir": -1,
          "entryPrice": 1814.595,
          "exitPrice": 1810.951,
          "stopDistance": 1.822,
          "outcome": "target",
          "netR": 1.7969,
          "holdMinutes": 405
        },
        {
          "entryTs": 1678375500,
          "entryUtc": "2023-03-09T15:25:00.000Z",
          "exitTs": 1678377960,
          "dir": 1,
          "entryPrice": 1830.035,
          "exitPrice": 1826.908,
          "stopDistance": 3.127,
          "outcome": "stop",
          "netR": -1.1343,
          "holdMinutes": 41
        },
        {
          "entryTs": 1678464300,
          "entryUtc": "2023-03-10T16:05:00.000Z",
          "exitTs": 1678464900,
          "dir": 1,
          "entryPrice": 1862.235,
          "exitPrice": 1858.192,
          "stopDistance": 4.043,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 10
        },
        {
          "entryTs": 1678472100,
          "entryUtc": "2023-03-10T18:15:00.000Z",
          "exitTs": 1678481520,
          "dir": 1,
          "entryPrice": 1862.275,
          "exitPrice": 1868.033,
          "stopDistance": 2.879,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 157
        },
        {
          "entryTs": 1678484100,
          "entryUtc": "2023-03-10T21:35:00.000Z",
          "exitTs": 1678658400,
          "dir": 1,
          "entryPrice": 1867.548,
          "exitPrice": 1871.146,
          "stopDistance": 1.799,
          "outcome": "target",
          "netR": 1.7943,
          "holdMinutes": 2905
        },
        {
          "entryTs": 1678664100,
          "entryUtc": "2023-03-12T23:35:00.000Z",
          "exitTs": 1678665300,
          "dir": 1,
          "entryPrice": 1882.288,
          "exitPrice": 1877.274,
          "stopDistance": 5.014,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 20
        },
        {
          "entryTs": 1678677900,
          "entryUtc": "2023-03-13T03:25:00.000Z",
          "exitTs": 1678684200,
          "dir": 1,
          "entryPrice": 1883.098,
          "exitPrice": 1879.985,
          "stopDistance": 3.113,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 105
        },
        {
          "entryTs": 1678701600,
          "entryUtc": "2023-03-13T10:00:00.000Z",
          "exitTs": 1678703520,
          "dir": 1,
          "entryPrice": 1885.855,
          "exitPrice": 1882.2,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 32
        },
        {
          "entryTs": 1678709100,
          "entryUtc": "2023-03-13T12:05:00.000Z",
          "exitTs": 1678710540,
          "dir": 1,
          "entryPrice": 1888.425,
          "exitPrice": 1895.758,
          "stopDistance": 3.666,
          "outcome": "target",
          "netR": 1.8991,
          "holdMinutes": 24
        },
        {
          "entryTs": 1678730100,
          "entryUtc": "2023-03-13T17:55:00.000Z",
          "exitTs": 1678757940,
          "dir": 1,
          "entryPrice": 1909.775,
          "exitPrice": 1907.047,
          "stopDistance": 2.728,
          "outcome": "stop",
          "netR": -1.154,
          "holdMinutes": 464
        },
        {
          "entryTs": 1678763700,
          "entryUtc": "2023-03-14T03:15:00.000Z",
          "exitTs": 1678766220,
          "dir": -1,
          "entryPrice": 1906.055,
          "exitPrice": 1902.546,
          "stopDistance": 1.754,
          "outcome": "target",
          "netR": 1.7891,
          "holdMinutes": 42
        },
        {
          "entryTs": 1678831500,
          "entryUtc": "2023-03-14T22:05:00.000Z",
          "exitTs": 1678839060,
          "dir": -1,
          "entryPrice": 1904.165,
          "exitPrice": 1901.009,
          "stopDistance": 1.578,
          "outcome": "target",
          "netR": 1.7656,
          "holdMinutes": 126
        },
        {
          "entryTs": 1678907400,
          "entryUtc": "2023-03-15T19:10:00.000Z",
          "exitTs": 1678926600,
          "dir": -1,
          "entryPrice": 1918.695,
          "exitPrice": 1923.975,
          "stopDistance": 5.281,
          "outcome": "stop",
          "netR": -1.0795,
          "holdMinutes": 320
        },
        {
          "entryTs": 1678984800,
          "entryUtc": "2023-03-16T16:40:00.000Z",
          "exitTs": 1679014800,
          "dir": -1,
          "entryPrice": 1918.955,
          "exitPrice": 1919.585,
          "stopDistance": 4.175,
          "outcome": "time",
          "netR": -0.2395,
          "holdMinutes": 500
        },
        {
          "entryTs": 1679066100,
          "entryUtc": "2023-03-17T15:15:00.000Z",
          "exitTs": 1679073840,
          "dir": 1,
          "entryPrice": 1956.858,
          "exitPrice": 1966.051,
          "stopDistance": 4.597,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 129
        },
        {
          "entryTs": 1679268600,
          "entryUtc": "2023-03-19T23:30:00.000Z",
          "exitTs": 1679273760,
          "dir": -1,
          "entryPrice": 1979.195,
          "exitPrice": 1972.206,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 86
        },
        {
          "entryTs": 1679276100,
          "entryUtc": "2023-03-20T01:35:00.000Z",
          "exitTs": 1679280240,
          "dir": -1,
          "entryPrice": 1971.595,
          "exitPrice": 1974.247,
          "stopDistance": 2.652,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 69
        },
        {
          "entryTs": 1679295000,
          "entryUtc": "2023-03-20T06:50:00.000Z",
          "exitTs": 1679295960,
          "dir": 1,
          "entryPrice": 1986.705,
          "exitPrice": 1994.09,
          "stopDistance": 3.692,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 16
        },
        {
          "entryTs": 1679299500,
          "entryUtc": "2023-03-20T08:05:00.000Z",
          "exitTs": 1679302860,
          "dir": 1,
          "entryPrice": 1999.955,
          "exitPrice": 1994.403,
          "stopDistance": 5.552,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 56
        },
        {
          "entryTs": 1679310300,
          "entryUtc": "2023-03-20T11:05:00.000Z",
          "exitTs": 1679321040,
          "dir": -1,
          "entryPrice": 1982.245,
          "exitPrice": 1971.688,
          "stopDistance": 5.279,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 179
        },
        {
          "entryTs": 1679339700,
          "entryUtc": "2023-03-20T19:15:00.000Z",
          "exitTs": 1679342340,
          "dir": 1,
          "entryPrice": 1980.695,
          "exitPrice": 1978.162,
          "stopDistance": 2.533,
          "outcome": "stop",
          "netR": -1.1658,
          "holdMinutes": 44
        },
        {
          "entryTs": 1679382300,
          "entryUtc": "2023-03-21T07:05:00.000Z",
          "exitTs": 1679382480,
          "dir": -1,
          "entryPrice": 1975.065,
          "exitPrice": 1977.607,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1653,
          "holdMinutes": 3
        },
        {
          "entryTs": 1679389800,
          "entryUtc": "2023-03-21T09:10:00.000Z",
          "exitTs": 1679401140,
          "dir": -1,
          "entryPrice": 1967.375,
          "exitPrice": 1961.278,
          "stopDistance": 3.048,
          "outcome": "target",
          "netR": 1.8786,
          "holdMinutes": 189
        },
        {
          "entryTs": 1679516700,
          "entryUtc": "2023-03-22T20:25:00.000Z",
          "exitTs": 1679546700,
          "dir": 1,
          "entryPrice": 1967.815,
          "exitPrice": 1975.358,
          "stopDistance": 6.543,
          "outcome": "time",
          "netR": 1.0964,
          "holdMinutes": 500
        },
        {
          "entryTs": 1679586600,
          "entryUtc": "2023-03-23T15:50:00.000Z",
          "exitTs": 1679588460,
          "dir": 1,
          "entryPrice": 1983.755,
          "exitPrice": 1990.889,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 31
        },
        {
          "entryTs": 1679591700,
          "entryUtc": "2023-03-23T17:15:00.000Z",
          "exitTs": 1679593680,
          "dir": 1,
          "entryPrice": 1992.015,
          "exitPrice": 1998.248,
          "stopDistance": 3.117,
          "outcome": "target",
          "netR": 1.8813,
          "holdMinutes": 33
        },
        {
          "entryTs": 1679613000,
          "entryUtc": "2023-03-23T23:10:00.000Z",
          "exitTs": 1679619480,
          "dir": -1,
          "entryPrice": 1992.214,
          "exitPrice": 1994.127,
          "stopDistance": 1.913,
          "outcome": "stop",
          "netR": -1.2195,
          "holdMinutes": 108
        },
        {
          "entryTs": 1679655000,
          "entryUtc": "2023-03-24T10:50:00.000Z",
          "exitTs": 1679661060,
          "dir": 1,
          "entryPrice": 1993.875,
          "exitPrice": 2000.661,
          "stopDistance": 3.393,
          "outcome": "target",
          "netR": 1.8909,
          "holdMinutes": 101
        },
        {
          "entryTs": 1679677200,
          "entryUtc": "2023-03-24T17:00:00.000Z",
          "exitTs": 1679679120,
          "dir": -1,
          "entryPrice": 1986.745,
          "exitPrice": 1979.223,
          "stopDistance": 3.761,
          "outcome": "target",
          "netR": 1.9016,
          "holdMinutes": 32
        },
        {
          "entryTs": 1679684100,
          "entryUtc": "2023-03-24T18:55:00.000Z",
          "exitTs": 1679868000,
          "dir": -1,
          "entryPrice": 1978.825,
          "exitPrice": 1978.584,
          "stopDistance": 3.018,
          "outcome": "time",
          "netR": -0.0428,
          "holdMinutes": 3065
        },
        {
          "entryTs": 1679915700,
          "entryUtc": "2023-03-27T11:15:00.000Z",
          "exitTs": 1679918040,
          "dir": -1,
          "entryPrice": 1951.655,
          "exitPrice": 1954.674,
          "stopDistance": 3.019,
          "outcome": "stop",
          "netR": -1.1391,
          "holdMinutes": 39
        },
        {
          "entryTs": 1679939700,
          "entryUtc": "2023-03-27T17:55:00.000Z",
          "exitTs": 1679942700,
          "dir": -1,
          "entryPrice": 1953.115,
          "exitPrice": 1955.451,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 50
        },
        {
          "entryTs": 1679960400,
          "entryUtc": "2023-03-27T23:40:00.000Z",
          "exitTs": 1679962320,
          "dir": 1,
          "entryPrice": 1957.345,
          "exitPrice": 1959.274,
          "stopDistance": 0.964,
          "outcome": "target",
          "netR": 1.6163,
          "holdMinutes": 32
        },
        {
          "entryTs": 1680027600,
          "entryUtc": "2023-03-28T18:20:00.000Z",
          "exitTs": 1680049860,
          "dir": 1,
          "entryPrice": 1972.775,
          "exitPrice": 1970.701,
          "stopDistance": 2.074,
          "outcome": "stop",
          "netR": -1.2025,
          "holdMinutes": 371
        },
        {
          "entryTs": 1680063000,
          "entryUtc": "2023-03-29T04:10:00.000Z",
          "exitTs": 1680063600,
          "dir": -1,
          "entryPrice": 1967.415,
          "exitPrice": 1968.649,
          "stopDistance": 1.234,
          "outcome": "stop",
          "netR": -1.3404,
          "holdMinutes": 10
        },
        {
          "entryTs": 1680148800,
          "entryUtc": "2023-03-30T04:00:00.000Z",
          "exitTs": 1680153840,
          "dir": 1,
          "entryPrice": 1959.438,
          "exitPrice": 1962.247,
          "stopDistance": 1.405,
          "outcome": "target",
          "netR": 1.7366,
          "holdMinutes": 84
        },
        {
          "entryTs": 1680161400,
          "entryUtc": "2023-03-30T07:30:00.000Z",
          "exitTs": 1680164100,
          "dir": 1,
          "entryPrice": 1967.225,
          "exitPrice": 1965.257,
          "stopDistance": 1.968,
          "outcome": "stop",
          "netR": -1.2134,
          "holdMinutes": 45
        },
        {
          "entryTs": 1680197100,
          "entryUtc": "2023-03-30T17:25:00.000Z",
          "exitTs": 1680227100,
          "dir": 1,
          "entryPrice": 1979.644,
          "exitPrice": 1982.118,
          "stopDistance": 2.596,
          "outcome": "time",
          "netR": 0.8104,
          "holdMinutes": 500
        },
        {
          "entryTs": 1680241800,
          "entryUtc": "2023-03-31T05:50:00.000Z",
          "exitTs": 1680243360,
          "dir": -1,
          "entryPrice": 1979.835,
          "exitPrice": 1980.971,
          "stopDistance": 1.136,
          "outcome": "stop",
          "netR": -1.3696,
          "holdMinutes": 26
        },
        {
          "entryTs": 1680250200,
          "entryUtc": "2023-03-31T08:10:00.000Z",
          "exitTs": 1680254880,
          "dir": -1,
          "entryPrice": 1977.545,
          "exitPrice": 1979.811,
          "stopDistance": 2.266,
          "outcome": "stop",
          "netR": -1.1853,
          "holdMinutes": 78
        },
        {
          "entryTs": 1680263700,
          "entryUtc": "2023-03-31T11:55:00.000Z",
          "exitTs": 1680265080,
          "dir": 1,
          "entryPrice": 1980.375,
          "exitPrice": 1978.792,
          "stopDistance": 1.583,
          "outcome": "stop",
          "netR": -1.2653,
          "holdMinutes": 23
        },
        {
          "entryTs": 1680514200,
          "entryUtc": "2023-04-03T09:30:00.000Z",
          "exitTs": 1680516660,
          "dir": 1,
          "entryPrice": 1964.425,
          "exitPrice": 1968.229,
          "stopDistance": 1.902,
          "outcome": "target",
          "netR": 1.8055,
          "holdMinutes": 41
        },
        {
          "entryTs": 1680540000,
          "entryUtc": "2023-04-03T16:40:00.000Z",
          "exitTs": 1680541380,
          "dir": 1,
          "entryPrice": 1988.145,
          "exitPrice": 1985.284,
          "stopDistance": 2.861,
          "outcome": "stop",
          "netR": -1.1468,
          "holdMinutes": 23
        },
        {
          "entryTs": 1680620400,
          "entryUtc": "2023-04-04T15:00:00.000Z",
          "exitTs": 1680650400,
          "dir": 1,
          "entryPrice": 2016.035,
          "exitPrice": 2022.375,
          "stopDistance": 5.798,
          "outcome": "time",
          "netR": 1.0296,
          "holdMinutes": 500
        },
        {
          "entryTs": 1680663900,
          "entryUtc": "2023-04-05T03:05:00.000Z",
          "exitTs": 1680675780,
          "dir": 1,
          "entryPrice": 2022.718,
          "exitPrice": 2025.606,
          "stopDistance": 1.444,
          "outcome": "target",
          "netR": 1.7438,
          "holdMinutes": 198
        },
        {
          "entryTs": 1680734700,
          "entryUtc": "2023-04-05T22:45:00.000Z",
          "exitTs": 1680741480,
          "dir": -1,
          "entryPrice": 2020.225,
          "exitPrice": 2018.115,
          "stopDistance": 1.055,
          "outcome": "target",
          "netR": 1.6492,
          "holdMinutes": 113
        },
        {
          "entryTs": 1680799500,
          "entryUtc": "2023-04-06T16:45:00.000Z",
          "exitTs": 1680801300,
          "dir": 1,
          "entryPrice": 2012.355,
          "exitPrice": 2009.898,
          "stopDistance": 2.457,
          "outcome": "stop",
          "netR": -1.171,
          "holdMinutes": 30
        },
        {
          "entryTs": 1681097400,
          "entryUtc": "2023-04-10T03:30:00.000Z",
          "exitTs": 1681106100,
          "dir": -1,
          "entryPrice": 1992.715,
          "exitPrice": 1994.583,
          "stopDistance": 1.868,
          "outcome": "stop",
          "netR": -1.2248,
          "holdMinutes": 145
        },
        {
          "entryTs": 1681117200,
          "entryUtc": "2023-04-10T09:00:00.000Z",
          "exitTs": 1681118400,
          "dir": 1,
          "entryPrice": 1997.245,
          "exitPrice": 2000.214,
          "stopDistance": 1.485,
          "outcome": "target",
          "netR": 1.7508,
          "holdMinutes": 20
        },
        {
          "entryTs": 1681139100,
          "entryUtc": "2023-04-10T15:05:00.000Z",
          "exitTs": 1681155540,
          "dir": -1,
          "entryPrice": 1988.035,
          "exitPrice": 1991.895,
          "stopDistance": 3.859,
          "outcome": "stop",
          "netR": -1.1088,
          "holdMinutes": 274
        },
        {
          "entryTs": 1681183500,
          "entryUtc": "2023-04-11T03:25:00.000Z",
          "exitTs": 1681188900,
          "dir": 1,
          "entryPrice": 1996.685,
          "exitPrice": 1999.89,
          "stopDistance": 1.602,
          "outcome": "target",
          "netR": 1.7691,
          "holdMinutes": 90
        },
        {
          "entryTs": 1681191900,
          "entryUtc": "2023-04-11T05:45:00.000Z",
          "exitTs": 1681194060,
          "dir": 1,
          "entryPrice": 1999.348,
          "exitPrice": 2001.752,
          "stopDistance": 1.202,
          "outcome": "target",
          "netR": 1.6922,
          "holdMinutes": 36
        },
        {
          "entryTs": 1681200300,
          "entryUtc": "2023-04-11T08:05:00.000Z",
          "exitTs": 1681201440,
          "dir": 1,
          "entryPrice": 2001.285,
          "exitPrice": 2004.901,
          "stopDistance": 1.808,
          "outcome": "target",
          "netR": 1.7954,
          "holdMinutes": 19
        },
        {
          "entryTs": 1681203600,
          "entryUtc": "2023-04-11T09:00:00.000Z",
          "exitTs": 1681205400,
          "dir": 1,
          "entryPrice": 2004.428,
          "exitPrice": 2002.504,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 30
        },
        {
          "entryTs": 1681251300,
          "entryUtc": "2023-04-11T22:15:00.000Z",
          "exitTs": 1681256760,
          "dir": -1,
          "entryPrice": 2003.415,
          "exitPrice": 2004.331,
          "stopDistance": 0.916,
          "outcome": "stop",
          "netR": -1.4587,
          "holdMinutes": 91
        },
        {
          "entryTs": 1681309200,
          "entryUtc": "2023-04-12T14:20:00.000Z",
          "exitTs": 1681326180,
          "dir": -1,
          "entryPrice": 2012.145,
          "exitPrice": 2017.776,
          "stopDistance": 5.631,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 283
        },
        {
          "entryTs": 1681328400,
          "entryUtc": "2023-04-12T19:40:00.000Z",
          "exitTs": 1681329120,
          "dir": 1,
          "entryPrice": 2015.928,
          "exitPrice": 2013.824,
          "stopDistance": 2.104,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 12
        },
        {
          "entryTs": 1681376400,
          "entryUtc": "2023-04-13T09:00:00.000Z",
          "exitTs": 1681389000,
          "dir": 1,
          "entryPrice": 2026.434,
          "exitPrice": 2030.126,
          "stopDistance": 1.846,
          "outcome": "target",
          "netR": 1.7995,
          "holdMinutes": 210
        },
        {
          "entryTs": 1681395600,
          "entryUtc": "2023-04-13T14:20:00.000Z",
          "exitTs": 1681396560,
          "dir": 1,
          "entryPrice": 2043.695,
          "exitPrice": 2039.476,
          "stopDistance": 4.219,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 16
        },
        {
          "entryTs": 1681410000,
          "entryUtc": "2023-04-13T18:20:00.000Z",
          "exitTs": 1681410840,
          "dir": 1,
          "entryPrice": 2042.088,
          "exitPrice": 2040.232,
          "stopDistance": 1.856,
          "outcome": "stop",
          "netR": -1.2263,
          "holdMinutes": 14
        },
        {
          "entryTs": 1681413900,
          "entryUtc": "2023-04-13T19:25:00.000Z",
          "exitTs": 1681415220,
          "dir": -1,
          "entryPrice": 2038.665,
          "exitPrice": 2040.317,
          "stopDistance": 1.652,
          "outcome": "stop",
          "netR": -1.2542,
          "holdMinutes": 22
        },
        {
          "entryTs": 1681416900,
          "entryUtc": "2023-04-13T20:15:00.000Z",
          "exitTs": 1681429440,
          "dir": 1,
          "entryPrice": 2039.895,
          "exitPrice": 2038.579,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3192,
          "holdMinutes": 209
        },
        {
          "entryTs": 1681440000,
          "entryUtc": "2023-04-14T02:40:00.000Z",
          "exitTs": 1681441440,
          "dir": 1,
          "entryPrice": 2045.775,
          "exitPrice": 2044.244,
          "stopDistance": 1.532,
          "outcome": "stop",
          "netR": -1.2742,
          "holdMinutes": 24
        },
        {
          "entryTs": 1681462800,
          "entryUtc": "2023-04-14T09:00:00.000Z",
          "exitTs": 1681465500,
          "dir": -1,
          "entryPrice": 2035.594,
          "exitPrice": 2037.949,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 45
        },
        {
          "entryTs": 1681473900,
          "entryUtc": "2023-04-14T12:05:00.000Z",
          "exitTs": 1681474680,
          "dir": -1,
          "entryPrice": 2033.745,
          "exitPrice": 2035.767,
          "stopDistance": 2.022,
          "outcome": "stop",
          "netR": -1.2077,
          "holdMinutes": 13
        },
        {
          "entryTs": 1681479300,
          "entryUtc": "2023-04-14T13:35:00.000Z",
          "exitTs": 1681481100,
          "dir": -1,
          "entryPrice": 2026.698,
          "exitPrice": 2016.265,
          "stopDistance": 5.217,
          "outcome": "target",
          "netR": 1.9291,
          "holdMinutes": 30
        },
        {
          "entryTs": 1681744200,
          "entryUtc": "2023-04-17T15:10:00.000Z",
          "exitTs": 1681750920,
          "dir": -1,
          "entryPrice": 1988.785,
          "exitPrice": 1992.842,
          "stopDistance": 4.057,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 112
        },
        {
          "entryTs": 1681755900,
          "entryUtc": "2023-04-17T18:25:00.000Z",
          "exitTs": 1681781880,
          "dir": 1,
          "entryPrice": 1993.934,
          "exitPrice": 1997.525,
          "stopDistance": 1.796,
          "outcome": "target",
          "netR": 1.7939,
          "holdMinutes": 433
        },
        {
          "entryTs": 1681825800,
          "entryUtc": "2023-04-18T13:50:00.000Z",
          "exitTs": 1681826760,
          "dir": -1,
          "entryPrice": 1997.858,
          "exitPrice": 2001.133,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 16
        },
        {
          "entryTs": 1681842600,
          "entryUtc": "2023-04-18T18:30:00.000Z",
          "exitTs": 1681863240,
          "dir": -1,
          "entryPrice": 2004.885,
          "exitPrice": 2006.521,
          "stopDistance": 1.636,
          "outcome": "stop",
          "netR": -1.2567,
          "holdMinutes": 344
        },
        {
          "entryTs": 1681887000,
          "entryUtc": "2023-04-19T06:50:00.000Z",
          "exitTs": 1681891620,
          "dir": -1,
          "entryPrice": 1993.765,
          "exitPrice": 1987.956,
          "stopDistance": 2.904,
          "outcome": "target",
          "netR": 1.8726,
          "holdMinutes": 77
        },
        {
          "entryTs": 1681906200,
          "entryUtc": "2023-04-19T12:10:00.000Z",
          "exitTs": 1681906560,
          "dir": -1,
          "entryPrice": 1971.435,
          "exitPrice": 1973.78,
          "stopDistance": 2.345,
          "outcome": "stop",
          "netR": -1.1791,
          "holdMinutes": 6
        },
        {
          "entryTs": 1681924500,
          "entryUtc": "2023-04-19T17:15:00.000Z",
          "exitTs": 1681952820,
          "dir": 1,
          "entryPrice": 1994.375,
          "exitPrice": 1992.298,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 472
        },
        {
          "entryTs": 1681962000,
          "entryUtc": "2023-04-20T03:40:00.000Z",
          "exitTs": 1681963920,
          "dir": -1,
          "entryPrice": 1992.555,
          "exitPrice": 1994.213,
          "stopDistance": 1.658,
          "outcome": "stop",
          "netR": -1.2533,
          "holdMinutes": 32
        },
        {
          "entryTs": 1681975200,
          "entryUtc": "2023-04-20T07:20:00.000Z",
          "exitTs": 1681976400,
          "dir": 1,
          "entryPrice": 1997.785,
          "exitPrice": 1995.849,
          "stopDistance": 1.936,
          "outcome": "stop",
          "netR": -1.217,
          "holdMinutes": 20
        },
        {
          "entryTs": 1681989300,
          "entryUtc": "2023-04-20T11:15:00.000Z",
          "exitTs": 1681992600,
          "dir": 1,
          "entryPrice": 2001.835,
          "exitPrice": 1999.787,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 55
        },
        {
          "entryTs": 1682057400,
          "entryUtc": "2023-04-21T06:10:00.000Z",
          "exitTs": 1682058360,
          "dir": -1,
          "entryPrice": 1997.865,
          "exitPrice": 1994.197,
          "stopDistance": 1.834,
          "outcome": "target",
          "netR": 1.7982,
          "holdMinutes": 16
        },
        {
          "entryTs": 1682101800,
          "entryUtc": "2023-04-21T18:30:00.000Z",
          "exitTs": 1682108940,
          "dir": 1,
          "entryPrice": 1979.555,
          "exitPrice": 1983.358,
          "stopDistance": 1.901,
          "outcome": "target",
          "netR": 1.8054,
          "holdMinutes": 119
        },
        {
          "entryTs": 1682294700,
          "entryUtc": "2023-04-24T00:05:00.000Z",
          "exitTs": 1682295600,
          "dir": 1,
          "entryPrice": 1984.045,
          "exitPrice": 1982.919,
          "stopDistance": 1.126,
          "outcome": "stop",
          "netR": -1.3728,
          "holdMinutes": 15
        },
        {
          "entryTs": 1682377800,
          "entryUtc": "2023-04-24T23:10:00.000Z",
          "exitTs": 1682379660,
          "dir": 1,
          "entryPrice": 1991.864,
          "exitPrice": 1993.914,
          "stopDistance": 1.025,
          "outcome": "target",
          "netR": 1.639,
          "holdMinutes": 31
        },
        {
          "entryTs": 1682381700,
          "entryUtc": "2023-04-25T00:15:00.000Z",
          "exitTs": 1682382840,
          "dir": 1,
          "entryPrice": 1993.535,
          "exitPrice": 1996.178,
          "stopDistance": 1.321,
          "outcome": "target",
          "netR": 1.72,
          "holdMinutes": 19
        },
        {
          "entryTs": 1682414400,
          "entryUtc": "2023-04-25T09:20:00.000Z",
          "exitTs": 1682417820,
          "dir": -1,
          "entryPrice": 1989.938,
          "exitPrice": 1985.485,
          "stopDistance": 2.226,
          "outcome": "target",
          "netR": 1.8338,
          "holdMinutes": 57
        },
        {
          "entryTs": 1682425200,
          "entryUtc": "2023-04-25T12:20:00.000Z",
          "exitTs": 1682425380,
          "dir": -1,
          "entryPrice": 1980.805,
          "exitPrice": 1983.531,
          "stopDistance": 2.725,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 3
        },
        {
          "entryTs": 1682428800,
          "entryUtc": "2023-04-25T13:20:00.000Z",
          "exitTs": 1682429820,
          "dir": 1,
          "entryPrice": 1989.315,
          "exitPrice": 1985.726,
          "stopDistance": 3.589,
          "outcome": "stop",
          "netR": -1.117,
          "holdMinutes": 17
        },
        {
          "entryTs": 1682447700,
          "entryUtc": "2023-04-25T18:35:00.000Z",
          "exitTs": 1682468640,
          "dir": 1,
          "entryPrice": 1996.785,
          "exitPrice": 2002.327,
          "stopDistance": 2.771,
          "outcome": "target",
          "netR": 1.8665,
          "holdMinutes": 349
        },
        {
          "entryTs": 1682493000,
          "entryUtc": "2023-04-26T07:10:00.000Z",
          "exitTs": 1682494320,
          "dir": 1,
          "entryPrice": 1997.458,
          "exitPrice": 1995.831,
          "stopDistance": 1.627,
          "outcome": "stop",
          "netR": -1.2582,
          "holdMinutes": 22
        },
        {
          "entryTs": 1682506200,
          "entryUtc": "2023-04-26T10:50:00.000Z",
          "exitTs": 1682509200,
          "dir": 1,
          "entryPrice": 1999.005,
          "exitPrice": 1997.451,
          "stopDistance": 1.554,
          "outcome": "stop",
          "netR": -1.2702,
          "holdMinutes": 50
        },
        {
          "entryTs": 1682554500,
          "entryUtc": "2023-04-27T00:15:00.000Z",
          "exitTs": 1682555040,
          "dir": 1,
          "entryPrice": 1990.935,
          "exitPrice": 1989.99,
          "stopDistance": 0.945,
          "outcome": "stop",
          "netR": -1.4443,
          "holdMinutes": 9
        },
        {
          "entryTs": 1682604300,
          "entryUtc": "2023-04-27T14:05:00.000Z",
          "exitTs": 1682615640,
          "dir": -1,
          "entryPrice": 1981.895,
          "exitPrice": 1987.147,
          "stopDistance": 5.252,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 189
        },
        {
          "entryTs": 1682619000,
          "entryUtc": "2023-04-27T18:10:00.000Z",
          "exitTs": 1682640720,
          "dir": 1,
          "entryPrice": 1987.684,
          "exitPrice": 1985.598,
          "stopDistance": 2.086,
          "outcome": "stop",
          "netR": -1.2013,
          "holdMinutes": 362
        },
        {
          "entryTs": 1682710200,
          "entryUtc": "2023-04-28T19:30:00.000Z",
          "exitTs": 1682892000,
          "dir": -1,
          "entryPrice": 1988.985,
          "exitPrice": 1990.432,
          "stopDistance": 1.447,
          "outcome": "stop",
          "netR": -1.2902,
          "holdMinutes": 3030
        },
        {
          "entryTs": 1682904300,
          "entryUtc": "2023-05-01T01:25:00.000Z",
          "exitTs": 1682905440,
          "dir": -1,
          "entryPrice": 1984.915,
          "exitPrice": 1982.413,
          "stopDistance": 1.251,
          "outcome": "target",
          "netR": 1.7042,
          "holdMinutes": 19
        },
        {
          "entryTs": 1682925600,
          "entryUtc": "2023-05-01T07:20:00.000Z",
          "exitTs": 1682930880,
          "dir": -1,
          "entryPrice": 1980.405,
          "exitPrice": 1977.552,
          "stopDistance": 1.427,
          "outcome": "target",
          "netR": 1.7406,
          "holdMinutes": 88
        },
        {
          "entryTs": 1682947800,
          "entryUtc": "2023-05-01T13:30:00.000Z",
          "exitTs": 1682948100,
          "dir": 1,
          "entryPrice": 2002.258,
          "exitPrice": 1999.128,
          "stopDistance": 3.13,
          "outcome": "stop",
          "netR": -1.1342,
          "holdMinutes": 5
        },
        {
          "entryTs": 1682958900,
          "entryUtc": "2023-05-01T16:35:00.000Z",
          "exitTs": 1682988900,
          "dir": -1,
          "entryPrice": 1982.528,
          "exitPrice": 1982.945,
          "stopDistance": 3.157,
          "outcome": "time",
          "netR": -0.2493,
          "holdMinutes": 500
        },
        {
          "entryTs": 1682992200,
          "entryUtc": "2023-05-02T01:50:00.000Z",
          "exitTs": 1682993340,
          "dir": 1,
          "entryPrice": 1983.255,
          "exitPrice": 1981.958,
          "stopDistance": 1.297,
          "outcome": "stop",
          "netR": -1.3238,
          "holdMinutes": 19
        },
        {
          "entryTs": 1683027300,
          "entryUtc": "2023-05-02T11:35:00.000Z",
          "exitTs": 1683031140,
          "dir": 1,
          "entryPrice": 1987.215,
          "exitPrice": 1985.411,
          "stopDistance": 1.804,
          "outcome": "stop",
          "netR": -1.2328,
          "holdMinutes": 64
        },
        {
          "entryTs": 1683118800,
          "entryUtc": "2023-05-03T13:00:00.000Z",
          "exitTs": 1683120120,
          "dir": -1,
          "entryPrice": 2013.625,
          "exitPrice": 2016.246,
          "stopDistance": 2.621,
          "outcome": "stop",
          "netR": -1.1602,
          "holdMinutes": 22
        },
        {
          "entryTs": 1683131400,
          "entryUtc": "2023-05-03T16:30:00.000Z",
          "exitTs": 1683135060,
          "dir": 1,
          "entryPrice": 2023.025,
          "exitPrice": 2028.408,
          "stopDistance": 2.691,
          "outcome": "target",
          "netR": 1.8625,
          "holdMinutes": 61
        },
        {
          "entryTs": 1683145500,
          "entryUtc": "2023-05-03T20:25:00.000Z",
          "exitTs": 1683147000,
          "dir": 1,
          "entryPrice": 2029.485,
          "exitPrice": 2038.406,
          "stopDistance": 4.461,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 25
        },
        {
          "entryTs": 1683156000,
          "entryUtc": "2023-05-03T23:20:00.000Z",
          "exitTs": 1683164880,
          "dir": 1,
          "entryPrice": 2051.454,
          "exitPrice": 2044.657,
          "stopDistance": 6.797,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 148
        },
        {
          "entryTs": 1683173100,
          "entryUtc": "2023-05-04T04:05:00.000Z",
          "exitTs": 1683174660,
          "dir": -1,
          "entryPrice": 2042.005,
          "exitPrice": 2044.135,
          "stopDistance": 2.13,
          "outcome": "stop",
          "netR": -1.1972,
          "holdMinutes": 26
        },
        {
          "entryTs": 1683201000,
          "entryUtc": "2023-05-04T11:50:00.000Z",
          "exitTs": 1683202620,
          "dir": 1,
          "entryPrice": 2041.314,
          "exitPrice": 2038.997,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 27
        },
        {
          "entryTs": 1683276600,
          "entryUtc": "2023-05-05T08:50:00.000Z",
          "exitTs": 1683280020,
          "dir": -1,
          "entryPrice": 2041.145,
          "exitPrice": 2037.386,
          "stopDistance": 1.879,
          "outcome": "target",
          "netR": 1.8031,
          "holdMinutes": 57
        },
        {
          "entryTs": 1683282600,
          "entryUtc": "2023-05-05T10:30:00.000Z",
          "exitTs": 1683287040,
          "dir": -1,
          "entryPrice": 2038.135,
          "exitPrice": 2035.359,
          "stopDistance": 1.388,
          "outcome": "target",
          "netR": 1.7334,
          "holdMinutes": 74
        },
        {
          "entryTs": 1683296700,
          "entryUtc": "2023-05-05T14:25:00.000Z",
          "exitTs": 1683300240,
          "dir": -1,
          "entryPrice": 2007.344,
          "exitPrice": 2012.58,
          "stopDistance": 5.236,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 59
        },
        {
          "entryTs": 1683306600,
          "entryUtc": "2023-05-05T17:10:00.000Z",
          "exitTs": 1683496800,
          "dir": 1,
          "entryPrice": 2015.594,
          "exitPrice": 2016.864,
          "stopDistance": 2.722,
          "outcome": "time",
          "netR": 0.3306,
          "holdMinutes": 3170
        },
        {
          "entryTs": 1683507300,
          "entryUtc": "2023-05-08T00:55:00.000Z",
          "exitTs": 1683507720,
          "dir": 1,
          "entryPrice": 2017.194,
          "exitPrice": 2016.004,
          "stopDistance": 1.189,
          "outcome": "stop",
          "netR": -1.3531,
          "holdMinutes": 7
        },
        {
          "entryTs": 1683522000,
          "entryUtc": "2023-05-08T05:00:00.000Z",
          "exitTs": 1683523680,
          "dir": 1,
          "entryPrice": 2023.644,
          "exitPrice": 2022.465,
          "stopDistance": 1.179,
          "outcome": "stop",
          "netR": -1.3563,
          "holdMinutes": 28
        },
        {
          "entryTs": 1683563400,
          "entryUtc": "2023-05-08T16:30:00.000Z",
          "exitTs": 1683567000,
          "dir": 1,
          "entryPrice": 2026.924,
          "exitPrice": 2024.865,
          "stopDistance": 2.059,
          "outcome": "stop",
          "netR": -1.204,
          "holdMinutes": 60
        },
        {
          "entryTs": 1683579000,
          "entryUtc": "2023-05-08T20:50:00.000Z",
          "exitTs": 1683586140,
          "dir": -1,
          "entryPrice": 2021.074,
          "exitPrice": 2022.011,
          "stopDistance": 0.937,
          "outcome": "stop",
          "netR": -1.4483,
          "holdMinutes": 119
        },
        {
          "entryTs": 1683611100,
          "entryUtc": "2023-05-09T05:45:00.000Z",
          "exitTs": 1683614340,
          "dir": 1,
          "entryPrice": 2026.534,
          "exitPrice": 2025.268,
          "stopDistance": 1.266,
          "outcome": "stop",
          "netR": -1.3317,
          "holdMinutes": 54
        },
        {
          "entryTs": 1683658500,
          "entryUtc": "2023-05-09T18:55:00.000Z",
          "exitTs": 1683659460,
          "dir": 1,
          "entryPrice": 2035.564,
          "exitPrice": 2034.12,
          "stopDistance": 1.444,
          "outcome": "stop",
          "netR": -1.2908,
          "holdMinutes": 16
        },
        {
          "entryTs": 1683698700,
          "entryUtc": "2023-05-10T06:05:00.000Z",
          "exitTs": 1683700920,
          "dir": -1,
          "entryPrice": 2029.485,
          "exitPrice": 2030.642,
          "stopDistance": 1.157,
          "outcome": "stop",
          "netR": -1.363,
          "holdMinutes": 37
        },
        {
          "entryTs": 1683709500,
          "entryUtc": "2023-05-10T09:05:00.000Z",
          "exitTs": 1683713100,
          "dir": -1,
          "entryPrice": 2028.764,
          "exitPrice": 2030.496,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 60
        },
        {
          "entryTs": 1683724200,
          "entryUtc": "2023-05-10T13:10:00.000Z",
          "exitTs": 1683725520,
          "dir": 1,
          "entryPrice": 2038.354,
          "exitPrice": 2033.45,
          "stopDistance": 4.904,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 22
        },
        {
          "entryTs": 1683774300,
          "entryUtc": "2023-05-11T03:05:00.000Z",
          "exitTs": 1683774480,
          "dir": -1,
          "entryPrice": 2032.315,
          "exitPrice": 2033.613,
          "stopDistance": 1.298,
          "outcome": "stop",
          "netR": -1.3237,
          "holdMinutes": 3
        },
        {
          "entryTs": 1683822000,
          "entryUtc": "2023-05-11T16:20:00.000Z",
          "exitTs": 1683852000,
          "dir": -1,
          "entryPrice": 2016.414,
          "exitPrice": 2016.354,
          "stopDistance": 3.191,
          "outcome": "time",
          "netR": -0.0972,
          "holdMinutes": 500
        },
        {
          "entryTs": 1683873600,
          "entryUtc": "2023-05-12T06:40:00.000Z",
          "exitTs": 1683873960,
          "dir": -1,
          "entryPrice": 2009.515,
          "exitPrice": 2011.418,
          "stopDistance": 1.903,
          "outcome": "stop",
          "netR": -1.2207,
          "holdMinutes": 6
        },
        {
          "entryTs": 1683900900,
          "entryUtc": "2023-05-12T14:15:00.000Z",
          "exitTs": 1683901320,
          "dir": 1,
          "entryPrice": 2016.584,
          "exitPrice": 2012.767,
          "stopDistance": 3.817,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 7
        },
        {
          "entryTs": 1683913200,
          "entryUtc": "2023-05-12T17:40:00.000Z",
          "exitTs": 1683921180,
          "dir": 1,
          "entryPrice": 2013.385,
          "exitPrice": 2011.317,
          "stopDistance": 2.068,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 133
        },
        {
          "entryTs": 1684116600,
          "entryUtc": "2023-05-15T02:10:00.000Z",
          "exitTs": 1684117200,
          "dir": 1,
          "entryPrice": 2015.764,
          "exitPrice": 2014.043,
          "stopDistance": 1.721,
          "outcome": "stop",
          "netR": -1.244,
          "holdMinutes": 10
        },
        {
          "entryTs": 1684144500,
          "entryUtc": "2023-05-15T09:55:00.000Z",
          "exitTs": 1684148460,
          "dir": -1,
          "entryPrice": 2016.454,
          "exitPrice": 2013.59,
          "stopDistance": 1.432,
          "outcome": "target",
          "netR": 1.7416,
          "holdMinutes": 66
        },
        {
          "entryTs": 1684170600,
          "entryUtc": "2023-05-15T17:10:00.000Z",
          "exitTs": 1684171500,
          "dir": 1,
          "entryPrice": 2018.504,
          "exitPrice": 2016.943,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.2691,
          "holdMinutes": 15
        },
        {
          "entryTs": 1684222500,
          "entryUtc": "2023-05-16T07:35:00.000Z",
          "exitTs": 1684239180,
          "dir": -1,
          "entryPrice": 2008.365,
          "exitPrice": 2004.183,
          "stopDistance": 2.091,
          "outcome": "target",
          "netR": 1.823,
          "holdMinutes": 278
        },
        {
          "entryTs": 1684260900,
          "entryUtc": "2023-05-16T18:15:00.000Z",
          "exitTs": 1684282260,
          "dir": -1,
          "entryPrice": 1989.055,
          "exitPrice": 1991.457,
          "stopDistance": 2.402,
          "outcome": "stop",
          "netR": -1.1749,
          "holdMinutes": 356
        },
        {
          "entryTs": 1684306200,
          "entryUtc": "2023-05-17T06:50:00.000Z",
          "exitTs": 1684307520,
          "dir": -1,
          "entryPrice": 1988.824,
          "exitPrice": 1990.204,
          "stopDistance": 1.38,
          "outcome": "stop",
          "netR": -1.3043,
          "holdMinutes": 22
        },
        {
          "entryTs": 1684321500,
          "entryUtc": "2023-05-17T11:05:00.000Z",
          "exitTs": 1684325940,
          "dir": 1,
          "entryPrice": 1987.084,
          "exitPrice": 1985.547,
          "stopDistance": 1.537,
          "outcome": "stop",
          "netR": -1.2732,
          "holdMinutes": 74
        },
        {
          "entryTs": 1684364400,
          "entryUtc": "2023-05-17T23:00:00.000Z",
          "exitTs": 1684368960,
          "dir": 1,
          "entryPrice": 1982.784,
          "exitPrice": 1981.897,
          "stopDistance": 0.887,
          "outcome": "stop",
          "netR": -1.4735,
          "holdMinutes": 76
        },
        {
          "entryTs": 1684406100,
          "entryUtc": "2023-05-18T10:35:00.000Z",
          "exitTs": 1684407840,
          "dir": 1,
          "entryPrice": 1977.314,
          "exitPrice": 1975.859,
          "stopDistance": 1.455,
          "outcome": "stop",
          "netR": -1.2887,
          "holdMinutes": 29
        },
        {
          "entryTs": 1684429200,
          "entryUtc": "2023-05-18T17:00:00.000Z",
          "exitTs": 1684431780,
          "dir": -1,
          "entryPrice": 1955.565,
          "exitPrice": 1957.642,
          "stopDistance": 2.077,
          "outcome": "stop",
          "netR": -1.2022,
          "holdMinutes": 43
        },
        {
          "entryTs": 1684521600,
          "entryUtc": "2023-05-19T18:40:00.000Z",
          "exitTs": 1684522500,
          "dir": 1,
          "entryPrice": 1980.038,
          "exitPrice": 1977.996,
          "stopDistance": 2.042,
          "outcome": "stop",
          "netR": -1.2057,
          "holdMinutes": 15
        },
        {
          "entryTs": 1684758000,
          "entryUtc": "2023-05-22T12:20:00.000Z",
          "exitTs": 1684758300,
          "dir": -1,
          "entryPrice": 1973.955,
          "exitPrice": 1975.907,
          "stopDistance": 1.952,
          "outcome": "stop",
          "netR": -1.2152,
          "holdMinutes": 5
        },
        {
          "entryTs": 1684808700,
          "entryUtc": "2023-05-23T02:25:00.000Z",
          "exitTs": 1684810500,
          "dir": -1,
          "entryPrice": 1961.925,
          "exitPrice": 1963.815,
          "stopDistance": 1.89,
          "outcome": "stop",
          "netR": -1.2223,
          "holdMinutes": 30
        },
        {
          "entryTs": 1684813200,
          "entryUtc": "2023-05-23T03:40:00.000Z",
          "exitTs": 1684813620,
          "dir": -1,
          "entryPrice": 1962.095,
          "exitPrice": 1963.538,
          "stopDistance": 1.443,
          "outcome": "stop",
          "netR": -1.291,
          "holdMinutes": 7
        },
        {
          "entryTs": 1684837800,
          "entryUtc": "2023-05-23T10:30:00.000Z",
          "exitTs": 1684839360,
          "dir": -1,
          "entryPrice": 1956.735,
          "exitPrice": 1958.441,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2461,
          "holdMinutes": 26
        },
        {
          "entryTs": 1684869000,
          "entryUtc": "2023-05-23T19:10:00.000Z",
          "exitTs": 1684890480,
          "dir": 1,
          "entryPrice": 1975.535,
          "exitPrice": 1973.712,
          "stopDistance": 1.823,
          "outcome": "stop",
          "netR": -1.2303,
          "holdMinutes": 358
        },
        {
          "entryTs": 1684939200,
          "entryUtc": "2023-05-24T14:40:00.000Z",
          "exitTs": 1684943460,
          "dir": -1,
          "entryPrice": 1971.045,
          "exitPrice": 1964.329,
          "stopDistance": 3.358,
          "outcome": "target",
          "netR": 1.8898,
          "holdMinutes": 71
        },
        {
          "entryTs": 1684948800,
          "entryUtc": "2023-05-24T17:20:00.000Z",
          "exitTs": 1684952040,
          "dir": -1,
          "entryPrice": 1961.574,
          "exitPrice": 1964.341,
          "stopDistance": 2.767,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 54
        },
        {
          "entryTs": 1684957500,
          "entryUtc": "2023-05-24T19:45:00.000Z",
          "exitTs": 1684977660,
          "dir": -1,
          "entryPrice": 1960.315,
          "exitPrice": 1956.026,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8275,
          "holdMinutes": 336
        },
        {
          "entryTs": 1684978500,
          "entryUtc": "2023-05-25T01:35:00.000Z",
          "exitTs": 1684997220,
          "dir": -1,
          "entryPrice": 1957.905,
          "exitPrice": 1959.582,
          "stopDistance": 1.677,
          "outcome": "stop",
          "netR": -1.2505,
          "holdMinutes": 312
        },
        {
          "entryTs": 1685004900,
          "entryUtc": "2023-05-25T08:55:00.000Z",
          "exitTs": 1685017140,
          "dir": 1,
          "entryPrice": 1961.644,
          "exitPrice": 1959.786,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.2261,
          "holdMinutes": 204
        },
        {
          "entryTs": 1685070000,
          "entryUtc": "2023-05-26T03:00:00.000Z",
          "exitTs": 1685078820,
          "dir": 1,
          "entryPrice": 1945.855,
          "exitPrice": 1948.913,
          "stopDistance": 1.529,
          "outcome": "target",
          "netR": 1.758,
          "holdMinutes": 147
        },
        {
          "entryTs": 1685089200,
          "entryUtc": "2023-05-26T08:20:00.000Z",
          "exitTs": 1685102160,
          "dir": 1,
          "entryPrice": 1953.025,
          "exitPrice": 1950.965,
          "stopDistance": 2.06,
          "outcome": "stop",
          "netR": -1.2038,
          "holdMinutes": 216
        },
        {
          "entryTs": 1685334900,
          "entryUtc": "2023-05-29T04:35:00.000Z",
          "exitTs": 1685339700,
          "dir": 1,
          "entryPrice": 1945.164,
          "exitPrice": 1946.936,
          "stopDistance": 0.886,
          "outcome": "target",
          "netR": 1.5824,
          "holdMinutes": 80
        },
        {
          "entryTs": 1685355600,
          "entryUtc": "2023-05-29T10:20:00.000Z",
          "exitTs": 1685355900,
          "dir": 1,
          "entryPrice": 1945.325,
          "exitPrice": 1944.273,
          "stopDistance": 1.052,
          "outcome": "stop",
          "netR": -1.3994,
          "holdMinutes": 5
        },
        {
          "entryTs": 1685398500,
          "entryUtc": "2023-05-29T22:15:00.000Z",
          "exitTs": 1685401200,
          "dir": -1,
          "entryPrice": 1943.538,
          "exitPrice": 1942.262,
          "stopDistance": 0.638,
          "outcome": "target",
          "netR": 1.4199,
          "holdMinutes": 45
        },
        {
          "entryTs": 1685437800,
          "entryUtc": "2023-05-30T09:10:00.000Z",
          "exitTs": 1685438640,
          "dir": 1,
          "entryPrice": 1942.768,
          "exitPrice": 1947.237,
          "stopDistance": 2.235,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 14
        },
        {
          "entryTs": 1685450100,
          "entryUtc": "2023-05-30T12:35:00.000Z",
          "exitTs": 1685451600,
          "dir": 1,
          "entryPrice": 1958.495,
          "exitPrice": 1956.002,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 25
        },
        {
          "entryTs": 1685501100,
          "entryUtc": "2023-05-31T02:45:00.000Z",
          "exitTs": 1685502240,
          "dir": -1,
          "entryPrice": 1955.605,
          "exitPrice": 1957.083,
          "stopDistance": 1.478,
          "outcome": "stop",
          "netR": -1.2841,
          "holdMinutes": 19
        },
        {
          "entryTs": 1685524800,
          "entryUtc": "2023-05-31T09:20:00.000Z",
          "exitTs": 1685525580,
          "dir": -1,
          "entryPrice": 1956.915,
          "exitPrice": 1958.819,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 13
        },
        {
          "entryTs": 1685548500,
          "entryUtc": "2023-05-31T15:55:00.000Z",
          "exitTs": 1685549340,
          "dir": 1,
          "entryPrice": 1970.405,
          "exitPrice": 1967.252,
          "stopDistance": 3.153,
          "outcome": "stop",
          "netR": -1.1332,
          "holdMinutes": 14
        },
        {
          "entryTs": 1685577900,
          "entryUtc": "2023-06-01T00:05:00.000Z",
          "exitTs": 1685580240,
          "dir": 1,
          "entryPrice": 1965.945,
          "exitPrice": 1965.089,
          "stopDistance": 0.856,
          "outcome": "stop",
          "netR": -1.4906,
          "holdMinutes": 39
        },
        {
          "entryTs": 1685621700,
          "entryUtc": "2023-06-01T12:15:00.000Z",
          "exitTs": 1685621700,
          "dir": 1,
          "entryPrice": 1966.585,
          "exitPrice": 1964.884,
          "stopDistance": 1.701,
          "outcome": "stop",
          "netR": -1.247,
          "holdMinutes": 0
        },
        {
          "entryTs": 1685636700,
          "entryUtc": "2023-06-01T16:25:00.000Z",
          "exitTs": 1685639100,
          "dir": 1,
          "entryPrice": 1979.365,
          "exitPrice": 1976.868,
          "stopDistance": 2.497,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 40
        },
        {
          "entryTs": 1685642400,
          "entryUtc": "2023-06-01T18:00:00.000Z",
          "exitTs": 1685668200,
          "dir": -1,
          "entryPrice": 1977.995,
          "exitPrice": 1974.746,
          "stopDistance": 1.624,
          "outcome": "target",
          "netR": 1.7722,
          "holdMinutes": 430
        },
        {
          "entryTs": 1685679000,
          "entryUtc": "2023-06-02T04:10:00.000Z",
          "exitTs": 1685680020,
          "dir": 1,
          "entryPrice": 1981.578,
          "exitPrice": 1980.298,
          "stopDistance": 1.28,
          "outcome": "stop",
          "netR": -1.3282,
          "holdMinutes": 17
        },
        {
          "entryTs": 1685701500,
          "entryUtc": "2023-06-02T10:25:00.000Z",
          "exitTs": 1685703000,
          "dir": 1,
          "entryPrice": 1979.795,
          "exitPrice": 1978.627,
          "stopDistance": 1.168,
          "outcome": "stop",
          "netR": -1.3596,
          "holdMinutes": 25
        },
        {
          "entryTs": 1685712300,
          "entryUtc": "2023-06-02T13:25:00.000Z",
          "exitTs": 1685713200,
          "dir": -1,
          "entryPrice": 1974.645,
          "exitPrice": 1967.897,
          "stopDistance": 3.374,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 15
        },
        {
          "entryTs": 1685716800,
          "entryUtc": "2023-06-02T14:40:00.000Z",
          "exitTs": 1685722020,
          "dir": -1,
          "entryPrice": 1966.145,
          "exitPrice": 1958.71,
          "stopDistance": 3.718,
          "outcome": "target",
          "netR": 1.9005,
          "holdMinutes": 87
        },
        {
          "entryTs": 1685927100,
          "entryUtc": "2023-06-05T01:05:00.000Z",
          "exitTs": 1685931780,
          "dir": -1,
          "entryPrice": 1947.355,
          "exitPrice": 1944.83,
          "stopDistance": 1.262,
          "outcome": "target",
          "netR": 1.7069,
          "holdMinutes": 78
        },
        {
          "entryTs": 1685966100,
          "entryUtc": "2023-06-05T11:55:00.000Z",
          "exitTs": 1685969820,
          "dir": -1,
          "entryPrice": 1941.185,
          "exitPrice": 1942.94,
          "stopDistance": 1.755,
          "outcome": "stop",
          "netR": -1.2393,
          "holdMinutes": 62
        },
        {
          "entryTs": 1685979600,
          "entryUtc": "2023-06-05T15:40:00.000Z",
          "exitTs": 1685989080,
          "dir": 1,
          "entryPrice": 1955.845,
          "exitPrice": 1962.083,
          "stopDistance": 3.119,
          "outcome": "target",
          "netR": 1.8814,
          "holdMinutes": 158
        },
        {
          "entryTs": 1685991600,
          "entryUtc": "2023-06-05T19:00:00.000Z",
          "exitTs": 1685993280,
          "dir": 1,
          "entryPrice": 1960.655,
          "exitPrice": 1963.696,
          "stopDistance": 1.52,
          "outcome": "target",
          "netR": 1.7566,
          "holdMinutes": 28
        },
        {
          "entryTs": 1686133500,
          "entryUtc": "2023-06-07T10:25:00.000Z",
          "exitTs": 1686136740,
          "dir": 1,
          "entryPrice": 1963.574,
          "exitPrice": 1962.002,
          "stopDistance": 1.572,
          "outcome": "stop",
          "netR": -1.2672,
          "holdMinutes": 54
        },
        {
          "entryTs": 1686143100,
          "entryUtc": "2023-06-07T13:05:00.000Z",
          "exitTs": 1686144780,
          "dir": -1,
          "entryPrice": 1959.265,
          "exitPrice": 1961.042,
          "stopDistance": 1.777,
          "outcome": "stop",
          "netR": -1.2363,
          "holdMinutes": 28
        },
        {
          "entryTs": 1686247200,
          "entryUtc": "2023-06-08T18:00:00.000Z",
          "exitTs": 1686255480,
          "dir": -1,
          "entryPrice": 1963.795,
          "exitPrice": 1965.602,
          "stopDistance": 1.807,
          "outcome": "stop",
          "netR": -1.2325,
          "holdMinutes": 138
        },
        {
          "entryTs": 1686265500,
          "entryUtc": "2023-06-08T23:05:00.000Z",
          "exitTs": 1686268980,
          "dir": 1,
          "entryPrice": 1965.708,
          "exitPrice": 1964.857,
          "stopDistance": 0.851,
          "outcome": "stop",
          "netR": -1.4935,
          "holdMinutes": 58
        },
        {
          "entryTs": 1686300300,
          "entryUtc": "2023-06-09T08:45:00.000Z",
          "exitTs": 1686303000,
          "dir": -1,
          "entryPrice": 1961.965,
          "exitPrice": 1963.374,
          "stopDistance": 1.41,
          "outcome": "stop",
          "netR": -1.298,
          "holdMinutes": 45
        },
        {
          "entryTs": 1686549300,
          "entryUtc": "2023-06-12T05:55:00.000Z",
          "exitTs": 1686551160,
          "dir": 1,
          "entryPrice": 1958.685,
          "exitPrice": 1961.229,
          "stopDistance": 1.272,
          "outcome": "target",
          "netR": 1.7091,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686581400,
          "entryUtc": "2023-06-12T14:50:00.000Z",
          "exitTs": 1686582540,
          "dir": -1,
          "entryPrice": 1952.805,
          "exitPrice": 1956.031,
          "stopDistance": 3.226,
          "outcome": "stop",
          "netR": -1.1302,
          "holdMinutes": 19
        },
        {
          "entryTs": 1686588600,
          "entryUtc": "2023-06-12T16:50:00.000Z",
          "exitTs": 1686590220,
          "dir": -1,
          "entryPrice": 1954.495,
          "exitPrice": 1956.418,
          "stopDistance": 1.923,
          "outcome": "stop",
          "netR": -1.2184,
          "holdMinutes": 27
        },
        {
          "entryTs": 1686601500,
          "entryUtc": "2023-06-12T20:25:00.000Z",
          "exitTs": 1686611640,
          "dir": 1,
          "entryPrice": 1957.625,
          "exitPrice": 1959.748,
          "stopDistance": 1.062,
          "outcome": "target",
          "netR": 1.6515,
          "holdMinutes": 169
        },
        {
          "entryTs": 1686630300,
          "entryUtc": "2023-06-13T04:25:00.000Z",
          "exitTs": 1686634020,
          "dir": 1,
          "entryPrice": 1960.998,
          "exitPrice": 1960.008,
          "stopDistance": 0.99,
          "outcome": "stop",
          "netR": -1.4243,
          "holdMinutes": 62
        },
        {
          "entryTs": 1686636600,
          "entryUtc": "2023-06-13T06:10:00.000Z",
          "exitTs": 1686637260,
          "dir": -1,
          "entryPrice": 1959.425,
          "exitPrice": 1960.532,
          "stopDistance": 1.107,
          "outcome": "stop",
          "netR": -1.3793,
          "holdMinutes": 11
        },
        {
          "entryTs": 1686647700,
          "entryUtc": "2023-06-13T09:15:00.000Z",
          "exitTs": 1686658260,
          "dir": 1,
          "entryPrice": 1963.295,
          "exitPrice": 1961.888,
          "stopDistance": 1.407,
          "outcome": "stop",
          "netR": -1.2985,
          "holdMinutes": 176
        },
        {
          "entryTs": 1686685200,
          "entryUtc": "2023-06-13T19:40:00.000Z",
          "exitTs": 1686686040,
          "dir": -1,
          "entryPrice": 1941.845,
          "exitPrice": 1943.352,
          "stopDistance": 1.507,
          "outcome": "stop",
          "netR": -1.2786,
          "holdMinutes": 14
        },
        {
          "entryTs": 1686711000,
          "entryUtc": "2023-06-14T02:50:00.000Z",
          "exitTs": 1686715080,
          "dir": 1,
          "entryPrice": 1946.725,
          "exitPrice": 1949.002,
          "stopDistance": 1.138,
          "outcome": "target",
          "netR": 1.675,
          "holdMinutes": 68
        },
        {
          "entryTs": 1686719400,
          "entryUtc": "2023-06-14T05:10:00.000Z",
          "exitTs": 1686720360,
          "dir": 1,
          "entryPrice": 1948.395,
          "exitPrice": 1947.47,
          "stopDistance": 0.925,
          "outcome": "stop",
          "netR": -1.454,
          "holdMinutes": 16
        },
        {
          "entryTs": 1686744000,
          "entryUtc": "2023-06-14T12:00:00.000Z",
          "exitTs": 1686744480,
          "dir": -1,
          "entryPrice": 1946.905,
          "exitPrice": 1948.144,
          "stopDistance": 1.239,
          "outcome": "stop",
          "netR": -1.339,
          "holdMinutes": 8
        },
        {
          "entryTs": 1686751500,
          "entryUtc": "2023-06-14T14:05:00.000Z",
          "exitTs": 1686765600,
          "dir": 1,
          "entryPrice": 1955.305,
          "exitPrice": 1952.566,
          "stopDistance": 2.739,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 235
        },
        {
          "entryTs": 1686768000,
          "entryUtc": "2023-06-14T18:40:00.000Z",
          "exitTs": 1686768540,
          "dir": -1,
          "entryPrice": 1947.685,
          "exitPrice": 1951.7,
          "stopDistance": 4.015,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 9
        },
        {
          "entryTs": 1686780300,
          "entryUtc": "2023-06-14T22:05:00.000Z",
          "exitTs": 1686790260,
          "dir": -1,
          "entryPrice": 1943.505,
          "exitPrice": 1938.336,
          "stopDistance": 2.585,
          "outcome": "target",
          "netR": 1.8568,
          "holdMinutes": 166
        },
        {
          "entryTs": 1686797700,
          "entryUtc": "2023-06-15T02:55:00.000Z",
          "exitTs": 1686805860,
          "dir": -1,
          "entryPrice": 1935.424,
          "exitPrice": 1931.855,
          "stopDistance": 1.784,
          "outcome": "target",
          "netR": 1.7926,
          "holdMinutes": 136
        },
        {
          "entryTs": 1686840900,
          "entryUtc": "2023-06-15T14:55:00.000Z",
          "exitTs": 1686870900,
          "dir": 1,
          "entryPrice": 1953.535,
          "exitPrice": 1959.025,
          "stopDistance": 3.695,
          "outcome": "time",
          "netR": 1.3855,
          "holdMinutes": 500
        },
        {
          "entryTs": 1686927300,
          "entryUtc": "2023-06-16T14:55:00.000Z",
          "exitTs": 1687125600,
          "dir": -1,
          "entryPrice": 1959.375,
          "exitPrice": 1957.874,
          "stopDistance": 3.751,
          "outcome": "time",
          "netR": 0.3015,
          "holdMinutes": 3305
        },
        {
          "entryTs": 1687165200,
          "entryUtc": "2023-06-19T09:00:00.000Z",
          "exitTs": 1687166700,
          "dir": 1,
          "entryPrice": 1956.314,
          "exitPrice": 1954.857,
          "stopDistance": 1.457,
          "outcome": "stop",
          "netR": -1.2882,
          "holdMinutes": 25
        },
        {
          "entryTs": 1687199100,
          "entryUtc": "2023-06-19T18:25:00.000Z",
          "exitTs": 1687212000,
          "dir": -1,
          "entryPrice": 1950.005,
          "exitPrice": 1950.663,
          "stopDistance": 0.658,
          "outcome": "stop",
          "netR": -1.6385,
          "holdMinutes": 215
        },
        {
          "entryTs": 1687227600,
          "entryUtc": "2023-06-20T02:20:00.000Z",
          "exitTs": 1687227840,
          "dir": -1,
          "entryPrice": 1948.165,
          "exitPrice": 1949.762,
          "stopDistance": 1.597,
          "outcome": "stop",
          "netR": -1.263,
          "holdMinutes": 4
        },
        {
          "entryTs": 1687239600,
          "entryUtc": "2023-06-20T05:40:00.000Z",
          "exitTs": 1687241880,
          "dir": -1,
          "entryPrice": 1948.875,
          "exitPrice": 1950.235,
          "stopDistance": 1.36,
          "outcome": "stop",
          "netR": -1.3089,
          "holdMinutes": 38
        },
        {
          "entryTs": 1687248600,
          "entryUtc": "2023-06-20T08:10:00.000Z",
          "exitTs": 1687255320,
          "dir": 1,
          "entryPrice": 1953.764,
          "exitPrice": 1951.988,
          "stopDistance": 1.776,
          "outcome": "stop",
          "netR": -1.2365,
          "holdMinutes": 112
        },
        {
          "entryTs": 1687272000,
          "entryUtc": "2023-06-20T14:40:00.000Z",
          "exitTs": 1687277940,
          "dir": -1,
          "entryPrice": 1933.715,
          "exitPrice": 1936.948,
          "stopDistance": 3.233,
          "outcome": "stop",
          "netR": -1.1299,
          "holdMinutes": 99
        },
        {
          "entryTs": 1687490400,
          "entryUtc": "2023-06-23T03:20:00.000Z",
          "exitTs": 1687493340,
          "dir": -1,
          "entryPrice": 1911.585,
          "exitPrice": 1912.73,
          "stopDistance": 1.145,
          "outcome": "stop",
          "netR": -1.3668,
          "holdMinutes": 49
        },
        {
          "entryTs": 1687497900,
          "entryUtc": "2023-06-23T05:25:00.000Z",
          "exitTs": 1687500000,
          "dir": 1,
          "entryPrice": 1916.115,
          "exitPrice": 1914.677,
          "stopDistance": 1.438,
          "outcome": "stop",
          "netR": -1.2921,
          "holdMinutes": 35
        },
        {
          "entryTs": 1687529100,
          "entryUtc": "2023-06-23T14:05:00.000Z",
          "exitTs": 1687530120,
          "dir": 1,
          "entryPrice": 1930.508,
          "exitPrice": 1927.139,
          "stopDistance": 3.369,
          "outcome": "stop",
          "netR": -1.1247,
          "holdMinutes": 17
        },
        {
          "entryTs": 1687540200,
          "entryUtc": "2023-06-23T17:10:00.000Z",
          "exitTs": 1687553700,
          "dir": -1,
          "entryPrice": 1919.565,
          "exitPrice": 1921.422,
          "stopDistance": 1.857,
          "outcome": "stop",
          "netR": -1.2262,
          "holdMinutes": 225
        },
        {
          "entryTs": 1687790400,
          "entryUtc": "2023-06-26T14:40:00.000Z",
          "exitTs": 1687792800,
          "dir": -1,
          "entryPrice": 1925.025,
          "exitPrice": 1927.073,
          "stopDistance": 2.048,
          "outcome": "stop",
          "netR": -1.2051,
          "holdMinutes": 40
        },
        {
          "entryTs": 1687811700,
          "entryUtc": "2023-06-26T20:35:00.000Z",
          "exitTs": 1687817040,
          "dir": -1,
          "entryPrice": 1922.918,
          "exitPrice": 1923.658,
          "stopDistance": 0.74,
          "outcome": "stop",
          "netR": -1.5679,
          "holdMinutes": 89
        },
        {
          "entryTs": 1687824300,
          "entryUtc": "2023-06-27T00:05:00.000Z",
          "exitTs": 1687825740,
          "dir": -1,
          "entryPrice": 1922.505,
          "exitPrice": 1923.377,
          "stopDistance": 0.872,
          "outcome": "stop",
          "netR": -1.4815,
          "holdMinutes": 24
        },
        {
          "entryTs": 1687833000,
          "entryUtc": "2023-06-27T02:30:00.000Z",
          "exitTs": 1687845120,
          "dir": 1,
          "entryPrice": 1927.064,
          "exitPrice": 1925.643,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2956,
          "holdMinutes": 202
        },
        {
          "entryTs": 1687847400,
          "entryUtc": "2023-06-27T06:30:00.000Z",
          "exitTs": 1687849200,
          "dir": -1,
          "entryPrice": 1926.504,
          "exitPrice": 1927.758,
          "stopDistance": 1.254,
          "outcome": "stop",
          "netR": -1.335,
          "holdMinutes": 30
        },
        {
          "entryTs": 1687883100,
          "entryUtc": "2023-06-27T16:25:00.000Z",
          "exitTs": 1687911480,
          "dir": -1,
          "entryPrice": 1914.595,
          "exitPrice": 1916.843,
          "stopDistance": 2.248,
          "outcome": "stop",
          "netR": -1.1868,
          "holdMinutes": 473
        },
        {
          "entryTs": 1687953600,
          "entryUtc": "2023-06-28T12:00:00.000Z",
          "exitTs": 1687956480,
          "dir": -1,
          "entryPrice": 1907.085,
          "exitPrice": 1908.397,
          "stopDistance": 1.312,
          "outcome": "stop",
          "netR": -1.3201,
          "holdMinutes": 48
        },
        {
          "entryTs": 1687968000,
          "entryUtc": "2023-06-28T16:00:00.000Z",
          "exitTs": 1687984980,
          "dir": 1,
          "entryPrice": 1910.734,
          "exitPrice": 1908.06,
          "stopDistance": 2.674,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 283
        },
        {
          "entryTs": 1687998900,
          "entryUtc": "2023-06-29T00:35:00.000Z",
          "exitTs": 1688000220,
          "dir": -1,
          "entryPrice": 1908.715,
          "exitPrice": 1909.533,
          "stopDistance": 0.818,
          "outcome": "stop",
          "netR": -1.5133,
          "holdMinutes": 22
        },
        {
          "entryTs": 1688053200,
          "entryUtc": "2023-06-29T15:40:00.000Z",
          "exitTs": 1688083200,
          "dir": 1,
          "entryPrice": 1909.075,
          "exitPrice": 1908.915,
          "stopDistance": 3.295,
          "outcome": "time",
          "netR": -0.1608,
          "holdMinutes": 500
        },
        {
          "entryTs": 1688107200,
          "entryUtc": "2023-06-30T06:40:00.000Z",
          "exitTs": 1688107380,
          "dir": -1,
          "entryPrice": 1905.975,
          "exitPrice": 1907.234,
          "stopDistance": 1.259,
          "outcome": "stop",
          "netR": -1.3336,
          "holdMinutes": 3
        },
        {
          "entryTs": 1688115900,
          "entryUtc": "2023-06-30T09:05:00.000Z",
          "exitTs": 1688118900,
          "dir": -1,
          "entryPrice": 1903.085,
          "exitPrice": 1904.652,
          "stopDistance": 1.567,
          "outcome": "stop",
          "netR": -1.2681,
          "holdMinutes": 50
        },
        {
          "entryTs": 1688132400,
          "entryUtc": "2023-06-30T13:40:00.000Z",
          "exitTs": 1688133960,
          "dir": 1,
          "entryPrice": 1910.205,
          "exitPrice": 1916.215,
          "stopDistance": 3.005,
          "outcome": "target",
          "netR": 1.8769,
          "holdMinutes": 26
        },
        {
          "entryTs": 1688136000,
          "entryUtc": "2023-06-30T14:40:00.000Z",
          "exitTs": 1688145120,
          "dir": 1,
          "entryPrice": 1914.375,
          "exitPrice": 1921.801,
          "stopDistance": 3.713,
          "outcome": "target",
          "netR": 1.9003,
          "holdMinutes": 152
        },
        {
          "entryTs": 1688146500,
          "entryUtc": "2023-06-30T17:35:00.000Z",
          "exitTs": 1688147160,
          "dir": 1,
          "entryPrice": 1920.028,
          "exitPrice": 1918.243,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 11
        },
        {
          "entryTs": 1688354400,
          "entryUtc": "2023-07-03T03:20:00.000Z",
          "exitTs": 1688354940,
          "dir": -1,
          "entryPrice": 1915.515,
          "exitPrice": 1916.486,
          "stopDistance": 0.971,
          "outcome": "stop",
          "netR": -1.4326,
          "holdMinutes": 9
        },
        {
          "entryTs": 1688367900,
          "entryUtc": "2023-07-03T07:05:00.000Z",
          "exitTs": 1688370000,
          "dir": -1,
          "entryPrice": 1915.915,
          "exitPrice": 1912.893,
          "stopDistance": 1.511,
          "outcome": "target",
          "netR": 1.7551,
          "holdMinutes": 35
        },
        {
          "entryTs": 1688373600,
          "entryUtc": "2023-07-03T08:40:00.000Z",
          "exitTs": 1688387040,
          "dir": -1,
          "entryPrice": 1913.055,
          "exitPrice": 1914.566,
          "stopDistance": 1.511,
          "outcome": "stop",
          "netR": -1.278,
          "holdMinutes": 224
        },
        {
          "entryTs": 1688397300,
          "entryUtc": "2023-07-03T15:15:00.000Z",
          "exitTs": 1688402220,
          "dir": 1,
          "entryPrice": 1927.145,
          "exitPrice": 1924.311,
          "stopDistance": 2.834,
          "outcome": "stop",
          "netR": -1.1482,
          "holdMinutes": 82
        },
        {
          "entryTs": 1688408100,
          "entryUtc": "2023-07-03T18:15:00.000Z",
          "exitTs": 1688433720,
          "dir": -1,
          "entryPrice": 1921.535,
          "exitPrice": 1922.681,
          "stopDistance": 1.146,
          "outcome": "stop",
          "netR": -1.3664,
          "holdMinutes": 427
        },
        {
          "entryTs": 1688476800,
          "entryUtc": "2023-07-04T13:20:00.000Z",
          "exitTs": 1688477580,
          "dir": -1,
          "entryPrice": 1927.265,
          "exitPrice": 1928.422,
          "stopDistance": 1.157,
          "outcome": "stop",
          "netR": -1.3631,
          "holdMinutes": 13
        },
        {
          "entryTs": 1688490900,
          "entryUtc": "2023-07-04T17:15:00.000Z",
          "exitTs": 1688493420,
          "dir": -1,
          "entryPrice": 1924.665,
          "exitPrice": 1925.418,
          "stopDistance": 0.752,
          "outcome": "stop",
          "netR": -1.5582,
          "holdMinutes": 42
        },
        {
          "entryTs": 1688511600,
          "entryUtc": "2023-07-04T23:00:00.000Z",
          "exitTs": 1688511960,
          "dir": 1,
          "entryPrice": 1925.998,
          "exitPrice": 1925.103,
          "stopDistance": 0.895,
          "outcome": "stop",
          "netR": -1.4691,
          "holdMinutes": 6
        },
        {
          "entryTs": 1688541000,
          "entryUtc": "2023-07-05T07:10:00.000Z",
          "exitTs": 1688542500,
          "dir": -1,
          "entryPrice": 1923.195,
          "exitPrice": 1924.442,
          "stopDistance": 1.247,
          "outcome": "stop",
          "netR": -1.3369,
          "holdMinutes": 25
        },
        {
          "entryTs": 1688545500,
          "entryUtc": "2023-07-05T08:25:00.000Z",
          "exitTs": 1688548080,
          "dir": 1,
          "entryPrice": 1925.765,
          "exitPrice": 1928.504,
          "stopDistance": 1.369,
          "outcome": "target",
          "netR": 1.7298,
          "holdMinutes": 43
        },
        {
          "entryTs": 1688569200,
          "entryUtc": "2023-07-05T15:00:00.000Z",
          "exitTs": 1688581140,
          "dir": -1,
          "entryPrice": 1922.585,
          "exitPrice": 1916.45,
          "stopDistance": 3.068,
          "outcome": "target",
          "netR": 1.8794,
          "holdMinutes": 199
        },
        {
          "entryTs": 1688584800,
          "entryUtc": "2023-07-05T19:20:00.000Z",
          "exitTs": 1688607720,
          "dir": -1,
          "entryPrice": 1916.995,
          "exitPrice": 1918.559,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2685,
          "holdMinutes": 382
        },
        {
          "entryTs": 1688627100,
          "entryUtc": "2023-07-06T07:05:00.000Z",
          "exitTs": 1688629380,
          "dir": 1,
          "entryPrice": 1920.095,
          "exitPrice": 1919.141,
          "stopDistance": 0.954,
          "outcome": "stop",
          "netR": -1.4401,
          "holdMinutes": 38
        },
        {
          "entryTs": 1688633400,
          "entryUtc": "2023-07-06T08:50:00.000Z",
          "exitTs": 1688638620,
          "dir": -1,
          "entryPrice": 1918.425,
          "exitPrice": 1919.788,
          "stopDistance": 1.363,
          "outcome": "stop",
          "netR": -1.3081,
          "holdMinutes": 87
        },
        {
          "entryTs": 1688742600,
          "entryUtc": "2023-07-07T15:10:00.000Z",
          "exitTs": 1688754240,
          "dir": 1,
          "entryPrice": 1929.275,
          "exitPrice": 1925.7,
          "stopDistance": 3.575,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 194
        },
        {
          "entryTs": 1688758500,
          "entryUtc": "2023-07-07T19:35:00.000Z",
          "exitTs": 1688940000,
          "dir": -1,
          "entryPrice": 1925.645,
          "exitPrice": 1924.494,
          "stopDistance": 1.155,
          "outcome": "time",
          "netR": 0.6764,
          "holdMinutes": 3025
        },
        {
          "entryTs": 1688946900,
          "entryUtc": "2023-07-09T23:55:00.000Z",
          "exitTs": 1688948040,
          "dir": -1,
          "entryPrice": 1924.885,
          "exitPrice": 1922.835,
          "stopDistance": 1.025,
          "outcome": "target",
          "netR": 1.6391,
          "holdMinutes": 19
        },
        {
          "entryTs": 1688994600,
          "entryUtc": "2023-07-10T13:10:00.000Z",
          "exitTs": 1688995260,
          "dir": -1,
          "entryPrice": 1917.235,
          "exitPrice": 1919.631,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1753,
          "holdMinutes": 11
        },
        {
          "entryTs": 1689059400,
          "entryUtc": "2023-07-11T07:10:00.000Z",
          "exitTs": 1689060120,
          "dir": 1,
          "entryPrice": 1932.525,
          "exitPrice": 1930.432,
          "stopDistance": 2.093,
          "outcome": "stop",
          "netR": -1.2007,
          "holdMinutes": 12
        },
        {
          "entryTs": 1689071100,
          "entryUtc": "2023-07-11T10:25:00.000Z",
          "exitTs": 1689072840,
          "dir": 1,
          "entryPrice": 1936.744,
          "exitPrice": 1935.073,
          "stopDistance": 1.671,
          "outcome": "stop",
          "netR": -1.2513,
          "holdMinutes": 29
        },
        {
          "entryTs": 1689081000,
          "entryUtc": "2023-07-11T13:10:00.000Z",
          "exitTs": 1689085680,
          "dir": -1,
          "entryPrice": 1932.815,
          "exitPrice": 1935.186,
          "stopDistance": 2.371,
          "outcome": "stop",
          "netR": -1.1771,
          "holdMinutes": 78
        },
        {
          "entryTs": 1689127800,
          "entryUtc": "2023-07-12T02:10:00.000Z",
          "exitTs": 1689128520,
          "dir": 1,
          "entryPrice": 1936.935,
          "exitPrice": 1939.38,
          "stopDistance": 1.223,
          "outcome": "target",
          "netR": 1.6973,
          "holdMinutes": 12
        },
        {
          "entryTs": 1689147000,
          "entryUtc": "2023-07-12T07:30:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1935.615,
          "exitPrice": 1936.955,
          "stopDistance": 1.34,
          "outcome": "stop",
          "netR": -1.3134,
          "holdMinutes": 300
        },
        {
          "entryTs": 1689174600,
          "entryUtc": "2023-07-12T15:10:00.000Z",
          "exitTs": 1689204600,
          "dir": 1,
          "entryPrice": 1954.458,
          "exitPrice": 1957.388,
          "stopDistance": 3.173,
          "outcome": "time",
          "netR": 0.8068,
          "holdMinutes": 500
        },
        {
          "entryTs": 1689226800,
          "entryUtc": "2023-07-13T05:40:00.000Z",
          "exitTs": 1689227940,
          "dir": -1,
          "entryPrice": 1958.155,
          "exitPrice": 1955.239,
          "stopDistance": 1.458,
          "outcome": "target",
          "netR": 1.7462,
          "holdMinutes": 19
        },
        {
          "entryTs": 1689232800,
          "entryUtc": "2023-07-13T07:20:00.000Z",
          "exitTs": 1689232980,
          "dir": 1,
          "entryPrice": 1961.665,
          "exitPrice": 1960.116,
          "stopDistance": 1.549,
          "outcome": "stop",
          "netR": -1.2712,
          "holdMinutes": 3
        },
        {
          "entryTs": 1689265200,
          "entryUtc": "2023-07-13T16:20:00.000Z",
          "exitTs": 1689271380,
          "dir": -1,
          "entryPrice": 1958.125,
          "exitPrice": 1960.455,
          "stopDistance": 2.33,
          "outcome": "stop",
          "netR": -1.1803,
          "holdMinutes": 103
        },
        {
          "entryTs": 1689287400,
          "entryUtc": "2023-07-13T22:30:00.000Z",
          "exitTs": 1689289500,
          "dir": 1,
          "entryPrice": 1960.245,
          "exitPrice": 1961.412,
          "stopDistance": 0.583,
          "outcome": "target",
          "netR": 1.3658,
          "holdMinutes": 35
        },
        {
          "entryTs": 1689345600,
          "entryUtc": "2023-07-14T14:40:00.000Z",
          "exitTs": 1689346200,
          "dir": -1,
          "entryPrice": 1955.905,
          "exitPrice": 1959.645,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 10
        },
        {
          "entryTs": 1689366300,
          "entryUtc": "2023-07-14T20:25:00.000Z",
          "exitTs": 1689544800,
          "dir": -1,
          "entryPrice": 1955.325,
          "exitPrice": 1954.634,
          "stopDistance": 0.981,
          "outcome": "time",
          "netR": 0.3271,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1689551400,
          "entryUtc": "2023-07-16T23:50:00.000Z",
          "exitTs": 1689553260,
          "dir": -1,
          "entryPrice": 1952.605,
          "exitPrice": 1953.571,
          "stopDistance": 0.966,
          "outcome": "stop",
          "netR": -1.4348,
          "holdMinutes": 31
        },
        {
          "entryTs": 1689600300,
          "entryUtc": "2023-07-17T13:25:00.000Z",
          "exitTs": 1689601440,
          "dir": -1,
          "entryPrice": 1951.275,
          "exitPrice": 1945.816,
          "stopDistance": 2.73,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 19
        },
        {
          "entryTs": 1689602400,
          "entryUtc": "2023-07-17T14:00:00.000Z",
          "exitTs": 1689603480,
          "dir": -1,
          "entryPrice": 1950.465,
          "exitPrice": 1953.467,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 18
        },
        {
          "entryTs": 1689627000,
          "entryUtc": "2023-07-17T20:50:00.000Z",
          "exitTs": 1689635400,
          "dir": -1,
          "entryPrice": 1954.815,
          "exitPrice": 1955.483,
          "stopDistance": 0.668,
          "outcome": "stop",
          "netR": -1.6286,
          "holdMinutes": 140
        },
        {
          "entryTs": 1689655500,
          "entryUtc": "2023-07-18T04:45:00.000Z",
          "exitTs": 1689659940,
          "dir": 1,
          "entryPrice": 1959.925,
          "exitPrice": 1959.035,
          "stopDistance": 0.89,
          "outcome": "stop",
          "netR": -1.4717,
          "holdMinutes": 74
        },
        {
          "entryTs": 1689735300,
          "entryUtc": "2023-07-19T02:55:00.000Z",
          "exitTs": 1689735420,
          "dir": -1,
          "entryPrice": 1975.965,
          "exitPrice": 1977.115,
          "stopDistance": 1.15,
          "outcome": "stop",
          "netR": -1.3653,
          "holdMinutes": 2
        },
        {
          "entryTs": 1689753600,
          "entryUtc": "2023-07-19T08:00:00.000Z",
          "exitTs": 1689761460,
          "dir": 1,
          "entryPrice": 1977.845,
          "exitPrice": 1976.284,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.269,
          "holdMinutes": 131
        },
        {
          "entryTs": 1689767400,
          "entryUtc": "2023-07-19T11:50:00.000Z",
          "exitTs": 1689768360,
          "dir": -1,
          "entryPrice": 1973.565,
          "exitPrice": 1974.985,
          "stopDistance": 1.42,
          "outcome": "stop",
          "netR": -1.2957,
          "holdMinutes": 16
        },
        {
          "entryTs": 1689911400,
          "entryUtc": "2023-07-21T03:50:00.000Z",
          "exitTs": 1689917700,
          "dir": -1,
          "entryPrice": 1970.775,
          "exitPrice": 1968.88,
          "stopDistance": 0.947,
          "outcome": "target",
          "netR": 1.6094,
          "holdMinutes": 105
        },
        {
          "entryTs": 1689923100,
          "entryUtc": "2023-07-21T07:05:00.000Z",
          "exitTs": 1689923280,
          "dir": 1,
          "entryPrice": 1970.565,
          "exitPrice": 1969.254,
          "stopDistance": 1.311,
          "outcome": "stop",
          "netR": -1.3204,
          "holdMinutes": 3
        },
        {
          "entryTs": 1689961500,
          "entryUtc": "2023-07-21T17:45:00.000Z",
          "exitTs": 1689966240,
          "dir": 1,
          "entryPrice": 1963.178,
          "exitPrice": 1961.884,
          "stopDistance": 1.294,
          "outcome": "stop",
          "netR": -1.3247,
          "holdMinutes": 79
        },
        {
          "entryTs": 1690210200,
          "entryUtc": "2023-07-24T14:50:00.000Z",
          "exitTs": 1690222680,
          "dir": -1,
          "entryPrice": 1960.905,
          "exitPrice": 1954.822,
          "stopDistance": 3.041,
          "outcome": "target",
          "netR": 1.8783,
          "holdMinutes": 208
        },
        {
          "entryTs": 1690230000,
          "entryUtc": "2023-07-24T20:20:00.000Z",
          "exitTs": 1690246860,
          "dir": -1,
          "entryPrice": 1954.695,
          "exitPrice": 1955.635,
          "stopDistance": 0.94,
          "outcome": "stop",
          "netR": -1.4467,
          "holdMinutes": 281
        },
        {
          "entryTs": 1690254000,
          "entryUtc": "2023-07-25T03:00:00.000Z",
          "exitTs": 1690260600,
          "dir": 1,
          "entryPrice": 1962.025,
          "exitPrice": 1960.802,
          "stopDistance": 1.223,
          "outcome": "stop",
          "netR": -1.3434,
          "holdMinutes": 110
        },
        {
          "entryTs": 1690285500,
          "entryUtc": "2023-07-25T11:45:00.000Z",
          "exitTs": 1690285860,
          "dir": -1,
          "entryPrice": 1956.755,
          "exitPrice": 1958.496,
          "stopDistance": 1.741,
          "outcome": "stop",
          "netR": -1.2412,
          "holdMinutes": 6
        },
        {
          "entryTs": 1690302600,
          "entryUtc": "2023-07-25T16:30:00.000Z",
          "exitTs": 1690305480,
          "dir": 1,
          "entryPrice": 1963.335,
          "exitPrice": 1961.416,
          "stopDistance": 1.918,
          "outcome": "stop",
          "netR": -1.2189,
          "holdMinutes": 48
        },
        {
          "entryTs": 1690336800,
          "entryUtc": "2023-07-26T02:00:00.000Z",
          "exitTs": 1690351140,
          "dir": -1,
          "entryPrice": 1963.785,
          "exitPrice": 1965.02,
          "stopDistance": 1.235,
          "outcome": "stop",
          "netR": -1.34,
          "holdMinutes": 239
        },
        {
          "entryTs": 1690364400,
          "entryUtc": "2023-07-26T09:40:00.000Z",
          "exitTs": 1690366860,
          "dir": 1,
          "entryPrice": 1971.298,
          "exitPrice": 1970.145,
          "stopDistance": 1.153,
          "outcome": "stop",
          "netR": -1.3643,
          "holdMinutes": 41
        },
        {
          "entryTs": 1690380600,
          "entryUtc": "2023-07-26T14:10:00.000Z",
          "exitTs": 1690384200,
          "dir": -1,
          "entryPrice": 1967.145,
          "exitPrice": 1969.537,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 60
        },
        {
          "entryTs": 1690392900,
          "entryUtc": "2023-07-26T17:35:00.000Z",
          "exitTs": 1690394400,
          "dir": -1,
          "entryPrice": 1969.175,
          "exitPrice": 1970.568,
          "stopDistance": 1.393,
          "outcome": "ambiguous",
          "netR": -1.3014,
          "holdMinutes": 25
        },
        {
          "entryTs": 1690426800,
          "entryUtc": "2023-07-27T03:00:00.000Z",
          "exitTs": 1690429560,
          "dir": 1,
          "entryPrice": 1979.065,
          "exitPrice": 1977.671,
          "stopDistance": 1.394,
          "outcome": "stop",
          "netR": -1.3013,
          "holdMinutes": 46
        },
        {
          "entryTs": 1690445700,
          "entryUtc": "2023-07-27T08:15:00.000Z",
          "exitTs": 1690446960,
          "dir": 1,
          "entryPrice": 1978.588,
          "exitPrice": 1976.691,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 21
        },
        {
          "entryTs": 1690452900,
          "entryUtc": "2023-07-27T10:15:00.000Z",
          "exitTs": 1690456560,
          "dir": -1,
          "entryPrice": 1975.795,
          "exitPrice": 1977.392,
          "stopDistance": 1.597,
          "outcome": "stop",
          "netR": -1.2629,
          "holdMinutes": 61
        },
        {
          "entryTs": 1690470300,
          "entryUtc": "2023-07-27T15:05:00.000Z",
          "exitTs": 1690500300,
          "dir": -1,
          "entryPrice": 1946.395,
          "exitPrice": 1946.425,
          "stopDistance": 3.839,
          "outcome": "time",
          "netR": -0.1042,
          "holdMinutes": 500
        },
        {
          "entryTs": 1690510500,
          "entryUtc": "2023-07-28T02:15:00.000Z",
          "exitTs": 1690512600,
          "dir": 1,
          "entryPrice": 1948.775,
          "exitPrice": 1951.537,
          "stopDistance": 1.381,
          "outcome": "target",
          "netR": 1.732,
          "holdMinutes": 35
        },
        {
          "entryTs": 1690515300,
          "entryUtc": "2023-07-28T03:35:00.000Z",
          "exitTs": 1690515300,
          "dir": 1,
          "entryPrice": 1952.045,
          "exitPrice": 1950.173,
          "stopDistance": 1.872,
          "outcome": "stop",
          "netR": -1.2244,
          "holdMinutes": 0
        },
        {
          "entryTs": 1690544700,
          "entryUtc": "2023-07-28T11:45:00.000Z",
          "exitTs": 1690547400,
          "dir": 1,
          "entryPrice": 1954.985,
          "exitPrice": 1958.405,
          "stopDistance": 1.71,
          "outcome": "target",
          "netR": 1.7836,
          "holdMinutes": 45
        },
        {
          "entryTs": 1690559700,
          "entryUtc": "2023-07-28T15:55:00.000Z",
          "exitTs": 1690570920,
          "dir": 1,
          "entryPrice": 1960.575,
          "exitPrice": 1958.29,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 187
        },
        {
          "entryTs": 1690800000,
          "entryUtc": "2023-07-31T10:40:00.000Z",
          "exitTs": 1690801920,
          "dir": 1,
          "entryPrice": 1956.525,
          "exitPrice": 1959.192,
          "stopDistance": 1.333,
          "outcome": "target",
          "netR": 1.7225,
          "holdMinutes": 32
        },
        {
          "entryTs": 1690812900,
          "entryUtc": "2023-07-31T14:15:00.000Z",
          "exitTs": 1690814460,
          "dir": 1,
          "entryPrice": 1968.678,
          "exitPrice": 1965.959,
          "stopDistance": 2.719,
          "outcome": "stop",
          "netR": -1.1545,
          "holdMinutes": 26
        },
        {
          "entryTs": 1690908900,
          "entryUtc": "2023-08-01T16:55:00.000Z",
          "exitTs": 1690914120,
          "dir": -1,
          "entryPrice": 1943.275,
          "exitPrice": 1945.056,
          "stopDistance": 1.781,
          "outcome": "stop",
          "netR": -1.2358,
          "holdMinutes": 87
        },
        {
          "entryTs": 1690934700,
          "entryUtc": "2023-08-02T00:05:00.000Z",
          "exitTs": 1690934880,
          "dir": 1,
          "entryPrice": 1951.195,
          "exitPrice": 1949.611,
          "stopDistance": 1.584,
          "outcome": "stop",
          "netR": -1.2651,
          "holdMinutes": 3
        },
        {
          "entryTs": 1690983900,
          "entryUtc": "2023-08-02T13:45:00.000Z",
          "exitTs": 1690985520,
          "dir": -1,
          "entryPrice": 1946.525,
          "exitPrice": 1941.197,
          "stopDistance": 2.664,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 27
        },
        {
          "entryTs": 1690991700,
          "entryUtc": "2023-08-02T15:55:00.000Z",
          "exitTs": 1690997280,
          "dir": -1,
          "entryPrice": 1936.015,
          "exitPrice": 1938.678,
          "stopDistance": 2.663,
          "outcome": "stop",
          "netR": -1.1577,
          "holdMinutes": 93
        },
        {
          "entryTs": 1691040300,
          "entryUtc": "2023-08-03T05:25:00.000Z",
          "exitTs": 1691045700,
          "dir": -1,
          "entryPrice": 1935.235,
          "exitPrice": 1932.771,
          "stopDistance": 1.232,
          "outcome": "target",
          "netR": 1.6996,
          "holdMinutes": 90
        },
        {
          "entryTs": 1691079900,
          "entryUtc": "2023-08-03T16:25:00.000Z",
          "exitTs": 1691109900,
          "dir": -1,
          "entryPrice": 1934.815,
          "exitPrice": 1936.035,
          "stopDistance": 2.111,
          "outcome": "time",
          "netR": -0.7534,
          "holdMinutes": 500
        },
        {
          "entryTs": 1691133300,
          "entryUtc": "2023-08-04T07:15:00.000Z",
          "exitTs": 1691145420,
          "dir": -1,
          "entryPrice": 1933.775,
          "exitPrice": 1931.25,
          "stopDistance": 1.263,
          "outcome": "target",
          "netR": 1.707,
          "holdMinutes": 202
        },
        {
          "entryTs": 1691157900,
          "entryUtc": "2023-08-04T14:05:00.000Z",
          "exitTs": 1691161260,
          "dir": 1,
          "entryPrice": 1941.985,
          "exitPrice": 1938.24,
          "stopDistance": 3.745,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 56
        },
        {
          "entryTs": 1691361900,
          "entryUtc": "2023-08-06T22:45:00.000Z",
          "exitTs": 1691371800,
          "dir": 1,
          "entryPrice": 1943.285,
          "exitPrice": 1941.884,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2997,
          "holdMinutes": 165
        },
        {
          "entryTs": 1691377500,
          "entryUtc": "2023-08-07T03:05:00.000Z",
          "exitTs": 1691380320,
          "dir": -1,
          "entryPrice": 1940.978,
          "exitPrice": 1938.83,
          "stopDistance": 1.074,
          "outcome": "target",
          "netR": 1.6555,
          "holdMinutes": 47
        },
        {
          "entryTs": 1691384400,
          "entryUtc": "2023-08-07T05:00:00.000Z",
          "exitTs": 1691386920,
          "dir": -1,
          "entryPrice": 1938.715,
          "exitPrice": 1936.643,
          "stopDistance": 1.036,
          "outcome": "target",
          "netR": 1.6428,
          "holdMinutes": 42
        },
        {
          "entryTs": 1691461200,
          "entryUtc": "2023-08-08T02:20:00.000Z",
          "exitTs": 1691461920,
          "dir": -1,
          "entryPrice": 1933.375,
          "exitPrice": 1934.534,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3623,
          "holdMinutes": 12
        },
        {
          "entryTs": 1691486400,
          "entryUtc": "2023-08-08T09:20:00.000Z",
          "exitTs": 1691490780,
          "dir": 1,
          "entryPrice": 1933.215,
          "exitPrice": 1931.735,
          "stopDistance": 1.48,
          "outcome": "stop",
          "netR": -1.2838,
          "holdMinutes": 73
        },
        {
          "entryTs": 1691580900,
          "entryUtc": "2023-08-09T11:35:00.000Z",
          "exitTs": 1691582580,
          "dir": -1,
          "entryPrice": 1925.185,
          "exitPrice": 1922.934,
          "stopDistance": 1.126,
          "outcome": "target",
          "netR": 1.6713,
          "holdMinutes": 28
        },
        {
          "entryTs": 1691607600,
          "entryUtc": "2023-08-09T19:00:00.000Z",
          "exitTs": 1691613300,
          "dir": -1,
          "entryPrice": 1916.075,
          "exitPrice": 1914.095,
          "stopDistance": 0.99,
          "outcome": "target",
          "netR": 1.6263,
          "holdMinutes": 95
        },
        {
          "entryTs": 1691640900,
          "entryUtc": "2023-08-10T04:15:00.000Z",
          "exitTs": 1691641920,
          "dir": 1,
          "entryPrice": 1918.245,
          "exitPrice": 1917.487,
          "stopDistance": 0.758,
          "outcome": "stop",
          "netR": -1.5542,
          "holdMinutes": 17
        },
        {
          "entryTs": 1691693700,
          "entryUtc": "2023-08-10T18:55:00.000Z",
          "exitTs": 1691708400,
          "dir": -1,
          "entryPrice": 1914.635,
          "exitPrice": 1911.642,
          "stopDistance": 1.496,
          "outcome": "target",
          "netR": 1.7528,
          "holdMinutes": 245
        },
        {
          "entryTs": 1691710200,
          "entryUtc": "2023-08-10T23:30:00.000Z",
          "exitTs": 1691713740,
          "dir": -1,
          "entryPrice": 1912.445,
          "exitPrice": 1913.266,
          "stopDistance": 0.821,
          "outcome": "stop",
          "netR": -1.5113,
          "holdMinutes": 59
        },
        {
          "entryTs": 1691736600,
          "entryUtc": "2023-08-11T06:50:00.000Z",
          "exitTs": 1691741340,
          "dir": 1,
          "entryPrice": 1916.105,
          "exitPrice": 1918.036,
          "stopDistance": 0.965,
          "outcome": "target",
          "netR": 1.6167,
          "holdMinutes": 79
        },
        {
          "entryTs": 1691773500,
          "entryUtc": "2023-08-11T17:05:00.000Z",
          "exitTs": 1691964000,
          "dir": -1,
          "entryPrice": 1914.805,
          "exitPrice": 1911.971,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7389,
          "holdMinutes": 3175
        },
        {
          "entryTs": 1691966400,
          "entryUtc": "2023-08-13T22:40:00.000Z",
          "exitTs": 1691967600,
          "dir": 1,
          "entryPrice": 1913.994,
          "exitPrice": 1913.149,
          "stopDistance": 0.845,
          "outcome": "stop",
          "netR": -1.497,
          "holdMinutes": 20
        },
        {
          "entryTs": 1691975100,
          "entryUtc": "2023-08-14T01:05:00.000Z",
          "exitTs": 1691977560,
          "dir": -1,
          "entryPrice": 1911.405,
          "exitPrice": 1912.454,
          "stopDistance": 1.049,
          "outcome": "stop",
          "netR": -1.4004,
          "holdMinutes": 41
        },
        {
          "entryTs": 1692017400,
          "entryUtc": "2023-08-14T12:50:00.000Z",
          "exitTs": 1692017460,
          "dir": -1,
          "entryPrice": 1909.485,
          "exitPrice": 1911.59,
          "stopDistance": 2.105,
          "outcome": "stop",
          "netR": -1.1996,
          "holdMinutes": 1
        },
        {
          "entryTs": 1692120300,
          "entryUtc": "2023-08-15T17:25:00.000Z",
          "exitTs": 1692131640,
          "dir": -1,
          "entryPrice": 1904.665,
          "exitPrice": 1901.584,
          "stopDistance": 1.54,
          "outcome": "target",
          "netR": 1.7598,
          "holdMinutes": 189
        },
        {
          "entryTs": 1692168600,
          "entryUtc": "2023-08-16T06:50:00.000Z",
          "exitTs": 1692169800,
          "dir": 1,
          "entryPrice": 1905.398,
          "exitPrice": 1904.411,
          "stopDistance": 0.986,
          "outcome": "stop",
          "netR": -1.4258,
          "holdMinutes": 20
        },
        {
          "entryTs": 1692178800,
          "entryUtc": "2023-08-16T09:40:00.000Z",
          "exitTs": 1692179220,
          "dir": 1,
          "entryPrice": 1906.498,
          "exitPrice": 1905.436,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3956,
          "holdMinutes": 7
        },
        {
          "entryTs": 1692217800,
          "entryUtc": "2023-08-16T20:30:00.000Z",
          "exitTs": 1692234720,
          "dir": -1,
          "entryPrice": 1893.535,
          "exitPrice": 1890.775,
          "stopDistance": 1.38,
          "outcome": "target",
          "netR": 1.7319,
          "holdMinutes": 282
        },
        {
          "entryTs": 1692285000,
          "entryUtc": "2023-08-17T15:10:00.000Z",
          "exitTs": 1692287280,
          "dir": -1,
          "entryPrice": 1896.185,
          "exitPrice": 1891.61,
          "stopDistance": 2.288,
          "outcome": "target",
          "netR": 1.8383,
          "holdMinutes": 38
        },
        {
          "entryTs": 1692297000,
          "entryUtc": "2023-08-17T18:30:00.000Z",
          "exitTs": 1692299040,
          "dir": -1,
          "entryPrice": 1886.395,
          "exitPrice": 1887.86,
          "stopDistance": 1.465,
          "outcome": "stop",
          "netR": -1.2867,
          "holdMinutes": 34
        },
        {
          "entryTs": 1692304200,
          "entryUtc": "2023-08-17T20:30:00.000Z",
          "exitTs": 1692315900,
          "dir": 1,
          "entryPrice": 1888.625,
          "exitPrice": 1890.655,
          "stopDistance": 1.015,
          "outcome": "target",
          "netR": 1.6354,
          "holdMinutes": 195
        },
        {
          "entryTs": 1692355500,
          "entryUtc": "2023-08-18T10:45:00.000Z",
          "exitTs": 1692357060,
          "dir": 1,
          "entryPrice": 1894.285,
          "exitPrice": 1893.207,
          "stopDistance": 1.078,
          "outcome": "stop",
          "netR": -1.3896,
          "holdMinutes": 26
        },
        {
          "entryTs": 1692381000,
          "entryUtc": "2023-08-18T17:50:00.000Z",
          "exitTs": 1692568800,
          "dir": -1,
          "entryPrice": 1888.925,
          "exitPrice": 1889.734,
          "stopDistance": 1.387,
          "outcome": "time",
          "netR": -0.8499,
          "holdMinutes": 3130
        },
        {
          "entryTs": 1692584100,
          "entryUtc": "2023-08-21T02:15:00.000Z",
          "exitTs": 1692584700,
          "dir": -1,
          "entryPrice": 1887.085,
          "exitPrice": 1888.341,
          "stopDistance": 1.256,
          "outcome": "stop",
          "netR": -1.3343,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692589200,
          "entryUtc": "2023-08-21T03:40:00.000Z",
          "exitTs": 1692596160,
          "dir": 1,
          "entryPrice": 1891.798,
          "exitPrice": 1890.409,
          "stopDistance": 1.389,
          "outcome": "stop",
          "netR": -1.3023,
          "holdMinutes": 116
        },
        {
          "entryTs": 1692623700,
          "entryUtc": "2023-08-21T13:15:00.000Z",
          "exitTs": 1692624960,
          "dir": 1,
          "entryPrice": 1895.265,
          "exitPrice": 1893.175,
          "stopDistance": 2.09,
          "outcome": "stop",
          "netR": -1.201,
          "holdMinutes": 21
        },
        {
          "entryTs": 1692630900,
          "entryUtc": "2023-08-21T15:15:00.000Z",
          "exitTs": 1692634320,
          "dir": -1,
          "entryPrice": 1888.255,
          "exitPrice": 1890.506,
          "stopDistance": 2.251,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 57
        },
        {
          "entryTs": 1692687000,
          "entryUtc": "2023-08-22T06:50:00.000Z",
          "exitTs": 1692689220,
          "dir": 1,
          "entryPrice": 1897.975,
          "exitPrice": 1900.56,
          "stopDistance": 1.292,
          "outcome": "target",
          "netR": 1.7137,
          "holdMinutes": 37
        },
        {
          "entryTs": 1692700200,
          "entryUtc": "2023-08-22T10:30:00.000Z",
          "exitTs": 1692706800,
          "dir": 1,
          "entryPrice": 1902.155,
          "exitPrice": 1900.852,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3222,
          "holdMinutes": 110
        },
        {
          "entryTs": 1692757500,
          "entryUtc": "2023-08-23T02:25:00.000Z",
          "exitTs": 1692759660,
          "dir": 1,
          "entryPrice": 1901.165,
          "exitPrice": 1900.223,
          "stopDistance": 0.942,
          "outcome": "stop",
          "netR": -1.446,
          "holdMinutes": 36
        },
        {
          "entryTs": 1692900900,
          "entryUtc": "2023-08-24T18:15:00.000Z",
          "exitTs": 1692922920,
          "dir": -1,
          "entryPrice": 1917.745,
          "exitPrice": 1915.486,
          "stopDistance": 1.129,
          "outcome": "target",
          "netR": 1.6724,
          "holdMinutes": 367
        },
        {
          "entryTs": 1692936900,
          "entryUtc": "2023-08-25T04:15:00.000Z",
          "exitTs": 1692944940,
          "dir": -1,
          "entryPrice": 1914.065,
          "exitPrice": 1914.918,
          "stopDistance": 0.853,
          "outcome": "stop",
          "netR": -1.4925,
          "holdMinutes": 134
        },
        {
          "entryTs": 1692977700,
          "entryUtc": "2023-08-25T15:35:00.000Z",
          "exitTs": 1692984480,
          "dir": -1,
          "entryPrice": 1907.978,
          "exitPrice": 1911.558,
          "stopDistance": 3.58,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 113
        },
        {
          "entryTs": 1692989400,
          "entryUtc": "2023-08-25T18:50:00.000Z",
          "exitTs": 1693173600,
          "dir": 1,
          "entryPrice": 1913.018,
          "exitPrice": 1915.852,
          "stopDistance": 1.417,
          "outcome": "target",
          "netR": 1.7389,
          "holdMinutes": 3070
        },
        {
          "entryTs": 1693175700,
          "entryUtc": "2023-08-27T22:35:00.000Z",
          "exitTs": 1693183800,
          "dir": 1,
          "entryPrice": 1914.575,
          "exitPrice": 1916.454,
          "stopDistance": 0.939,
          "outcome": "target",
          "netR": 1.6061,
          "holdMinutes": 135
        },
        {
          "entryTs": 1693244100,
          "entryUtc": "2023-08-28T17:35:00.000Z",
          "exitTs": 1693264800,
          "dir": -1,
          "entryPrice": 1919.425,
          "exitPrice": 1921.191,
          "stopDistance": 1.766,
          "outcome": "stop",
          "netR": -1.2378,
          "holdMinutes": 345
        },
        {
          "entryTs": 1693282500,
          "entryUtc": "2023-08-29T04:15:00.000Z",
          "exitTs": 1693282980,
          "dir": 1,
          "entryPrice": 1924.775,
          "exitPrice": 1924.042,
          "stopDistance": 0.733,
          "outcome": "stop",
          "netR": -1.573,
          "holdMinutes": 8
        },
        {
          "entryTs": 1693426200,
          "entryUtc": "2023-08-30T20:10:00.000Z",
          "exitTs": 1693427820,
          "dir": -1,
          "entryPrice": 1943.435,
          "exitPrice": 1942.23,
          "stopDistance": 0.602,
          "outcome": "target",
          "netR": 1.3859,
          "holdMinutes": 27
        },
        {
          "entryTs": 1693505100,
          "entryUtc": "2023-08-31T18:05:00.000Z",
          "exitTs": 1693506120,
          "dir": -1,
          "entryPrice": 1940.745,
          "exitPrice": 1941.825,
          "stopDistance": 1.08,
          "outcome": "stop",
          "netR": -1.3889,
          "holdMinutes": 17
        },
        {
          "entryTs": 1693507500,
          "entryUtc": "2023-08-31T18:45:00.000Z",
          "exitTs": 1693511460,
          "dir": 1,
          "entryPrice": 1941.184,
          "exitPrice": 1940.308,
          "stopDistance": 0.876,
          "outcome": "stop",
          "netR": -1.4794,
          "holdMinutes": 66
        },
        {
          "entryTs": 1693519800,
          "entryUtc": "2023-08-31T22:10:00.000Z",
          "exitTs": 1693529160,
          "dir": -1,
          "entryPrice": 1940.055,
          "exitPrice": 1938.743,
          "stopDistance": 0.656,
          "outcome": "target",
          "netR": 1.4359,
          "holdMinutes": 156
        },
        {
          "entryTs": 1693535400,
          "entryUtc": "2023-09-01T02:30:00.000Z",
          "exitTs": 1693536120,
          "dir": 1,
          "entryPrice": 1941.895,
          "exitPrice": 1941.089,
          "stopDistance": 0.806,
          "outcome": "stop",
          "netR": -1.5211,
          "holdMinutes": 12
        },
        {
          "entryTs": 1693542900,
          "entryUtc": "2023-09-01T04:35:00.000Z",
          "exitTs": 1693543320,
          "dir": -1,
          "entryPrice": 1939.225,
          "exitPrice": 1939.924,
          "stopDistance": 0.699,
          "outcome": "stop",
          "netR": -1.6008,
          "holdMinutes": 7
        },
        {
          "entryTs": 1693556700,
          "entryUtc": "2023-09-01T08:25:00.000Z",
          "exitTs": 1693566120,
          "dir": 1,
          "entryPrice": 1942.635,
          "exitPrice": 1944.59,
          "stopDistance": 0.977,
          "outcome": "target",
          "netR": 1.6214,
          "holdMinutes": 157
        },
        {
          "entryTs": 1693799700,
          "entryUtc": "2023-09-04T03:55:00.000Z",
          "exitTs": 1693803180,
          "dir": 1,
          "entryPrice": 1944.908,
          "exitPrice": 1944.179,
          "stopDistance": 0.729,
          "outcome": "stop",
          "netR": -1.5765,
          "holdMinutes": 58
        },
        {
          "entryTs": 1693822500,
          "entryUtc": "2023-09-04T10:15:00.000Z",
          "exitTs": 1693824420,
          "dir": -1,
          "entryPrice": 1942.375,
          "exitPrice": 1940.546,
          "stopDistance": 0.915,
          "outcome": "target",
          "netR": 1.5955,
          "holdMinutes": 32
        },
        {
          "entryTs": 1693838100,
          "entryUtc": "2023-09-04T14:35:00.000Z",
          "exitTs": 1693868100,
          "dir": -1,
          "entryPrice": 1938.445,
          "exitPrice": 1938.085,
          "stopDistance": 1.17,
          "outcome": "time",
          "netR": -0.0086,
          "holdMinutes": 500
        },
        {
          "entryTs": 1693909200,
          "entryUtc": "2023-09-05T10:20:00.000Z",
          "exitTs": 1693916340,
          "dir": -1,
          "entryPrice": 1931.945,
          "exitPrice": 1929.778,
          "stopDistance": 1.084,
          "outcome": "target",
          "netR": 1.6585,
          "holdMinutes": 119
        },
        {
          "entryTs": 1693947000,
          "entryUtc": "2023-09-05T20:50:00.000Z",
          "exitTs": 1693951320,
          "dir": -1,
          "entryPrice": 1925.775,
          "exitPrice": 1926.285,
          "stopDistance": 0.51,
          "outcome": "stop",
          "netR": -1.8235,
          "holdMinutes": 72
        },
        {
          "entryTs": 1693997400,
          "entryUtc": "2023-09-06T10:50:00.000Z",
          "exitTs": 1693998840,
          "dir": 1,
          "entryPrice": 1926.698,
          "exitPrice": 1925.736,
          "stopDistance": 0.962,
          "outcome": "stop",
          "netR": -1.4367,
          "holdMinutes": 24
        },
        {
          "entryTs": 1694007300,
          "entryUtc": "2023-09-06T13:35:00.000Z",
          "exitTs": 1694007480,
          "dir": -1,
          "entryPrice": 1923.355,
          "exitPrice": 1924.972,
          "stopDistance": 1.617,
          "outcome": "stop",
          "netR": -1.2597,
          "holdMinutes": 3
        },
        {
          "entryTs": 1694040900,
          "entryUtc": "2023-09-06T22:55:00.000Z",
          "exitTs": 1694043660,
          "dir": 1,
          "entryPrice": 1917.558,
          "exitPrice": 1916.988,
          "stopDistance": 0.57,
          "outcome": "stop",
          "netR": -1.7365,
          "holdMinutes": 46
        },
        {
          "entryTs": 1694046600,
          "entryUtc": "2023-09-07T00:30:00.000Z",
          "exitTs": 1694048820,
          "dir": -1,
          "entryPrice": 1916.815,
          "exitPrice": 1917.293,
          "stopDistance": 0.478,
          "outcome": "stop",
          "netR": -1.8786,
          "holdMinutes": 37
        },
        {
          "entryTs": 1694103900,
          "entryUtc": "2023-09-07T16:25:00.000Z",
          "exitTs": 1694105160,
          "dir": 1,
          "entryPrice": 1920.128,
          "exitPrice": 1918.819,
          "stopDistance": 1.309,
          "outcome": "stop",
          "netR": -1.3209,
          "holdMinutes": 21
        },
        {
          "entryTs": 1694107800,
          "entryUtc": "2023-09-07T17:30:00.000Z",
          "exitTs": 1694110920,
          "dir": -1,
          "entryPrice": 1918.558,
          "exitPrice": 1919.523,
          "stopDistance": 0.965,
          "outcome": "stop",
          "netR": -1.4353,
          "holdMinutes": 52
        },
        {
          "entryTs": 1694142000,
          "entryUtc": "2023-09-08T03:00:00.000Z",
          "exitTs": 1694143740,
          "dir": 1,
          "entryPrice": 1925.885,
          "exitPrice": 1924.775,
          "stopDistance": 1.11,
          "outcome": "stop",
          "netR": -1.3785,
          "holdMinutes": 29
        },
        {
          "entryTs": 1694184600,
          "entryUtc": "2023-09-08T14:50:00.000Z",
          "exitTs": 1694185020,
          "dir": 1,
          "entryPrice": 1926.595,
          "exitPrice": 1924.524,
          "stopDistance": 2.071,
          "outcome": "stop",
          "netR": -1.2028,
          "holdMinutes": 7
        },
        {
          "entryTs": 1694192400,
          "entryUtc": "2023-09-08T17:00:00.000Z",
          "exitTs": 1694383200,
          "dir": -1,
          "entryPrice": 1919.528,
          "exitPrice": 1920.418,
          "stopDistance": 1.295,
          "outcome": "time",
          "netR": -0.9727,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1694420700,
          "entryUtc": "2023-09-11T08:25:00.000Z",
          "exitTs": 1694435400,
          "dir": -1,
          "entryPrice": 1926.795,
          "exitPrice": 1924.45,
          "stopDistance": 1.172,
          "outcome": "target",
          "netR": 1.6844,
          "holdMinutes": 245
        },
        {
          "entryTs": 1694439600,
          "entryUtc": "2023-09-11T13:40:00.000Z",
          "exitTs": 1694439960,
          "dir": 1,
          "entryPrice": 1927.875,
          "exitPrice": 1926.301,
          "stopDistance": 1.574,
          "outcome": "stop",
          "netR": -1.2668,
          "holdMinutes": 6
        },
        {
          "entryTs": 1694457300,
          "entryUtc": "2023-09-11T18:35:00.000Z",
          "exitTs": 1694475300,
          "dir": -1,
          "entryPrice": 1922.665,
          "exitPrice": 1921.191,
          "stopDistance": 0.737,
          "outcome": "target",
          "netR": 1.4981,
          "holdMinutes": 300
        },
        {
          "entryTs": 1694500800,
          "entryUtc": "2023-09-12T06:40:00.000Z",
          "exitTs": 1694507100,
          "dir": -1,
          "entryPrice": 1919.985,
          "exitPrice": 1920.806,
          "stopDistance": 0.821,
          "outcome": "stop",
          "netR": -1.5116,
          "holdMinutes": 105
        },
        {
          "entryTs": 1694522700,
          "entryUtc": "2023-09-12T12:45:00.000Z",
          "exitTs": 1694523600,
          "dir": -1,
          "entryPrice": 1912.105,
          "exitPrice": 1908.408,
          "stopDistance": 1.848,
          "outcome": "target",
          "netR": 1.7998,
          "holdMinutes": 15
        },
        {
          "entryTs": 1694536500,
          "entryUtc": "2023-09-12T16:35:00.000Z",
          "exitTs": 1694556000,
          "dir": 1,
          "entryPrice": 1913.028,
          "exitPrice": 1911.607,
          "stopDistance": 1.421,
          "outcome": "stop",
          "netR": -1.2955,
          "holdMinutes": 325
        },
        {
          "entryTs": 1694576700,
          "entryUtc": "2023-09-13T03:45:00.000Z",
          "exitTs": 1694578440,
          "dir": -1,
          "entryPrice": 1909.358,
          "exitPrice": 1910.224,
          "stopDistance": 0.866,
          "outcome": "stop",
          "netR": -1.4851,
          "holdMinutes": 29
        },
        {
          "entryTs": 1694582100,
          "entryUtc": "2023-09-13T05:15:00.000Z",
          "exitTs": 1694583240,
          "dir": 1,
          "entryPrice": 1910.805,
          "exitPrice": 1912.325,
          "stopDistance": 0.76,
          "outcome": "target",
          "netR": 1.5132,
          "holdMinutes": 19
        },
        {
          "entryTs": 1694662800,
          "entryUtc": "2023-09-14T03:40:00.000Z",
          "exitTs": 1694669400,
          "dir": -1,
          "entryPrice": 1909.755,
          "exitPrice": 1910.703,
          "stopDistance": 0.948,
          "outcome": "stop",
          "netR": -1.443,
          "holdMinutes": 110
        },
        {
          "entryTs": 1694731800,
          "entryUtc": "2023-09-14T22:50:00.000Z",
          "exitTs": 1694738880,
          "dir": 1,
          "entryPrice": 1910.135,
          "exitPrice": 1911.324,
          "stopDistance": 0.594,
          "outcome": "target",
          "netR": 1.3776,
          "holdMinutes": 118
        },
        {
          "entryTs": 1694747100,
          "entryUtc": "2023-09-15T03:05:00.000Z",
          "exitTs": 1694758200,
          "dir": 1,
          "entryPrice": 1915.025,
          "exitPrice": 1916.835,
          "stopDistance": 0.905,
          "outcome": "target",
          "netR": 1.5911,
          "holdMinutes": 185
        },
        {
          "entryTs": 1694790300,
          "entryUtc": "2023-09-15T15:05:00.000Z",
          "exitTs": 1694799060,
          "dir": 1,
          "entryPrice": 1926.695,
          "exitPrice": 1923.933,
          "stopDistance": 2.762,
          "outcome": "stop",
          "netR": -1.1521,
          "holdMinutes": 146
        },
        {
          "entryTs": 1695009600,
          "entryUtc": "2023-09-18T04:00:00.000Z",
          "exitTs": 1695012480,
          "dir": 1,
          "entryPrice": 1928.698,
          "exitPrice": 1927.875,
          "stopDistance": 0.823,
          "outcome": "stop",
          "netR": -1.5106,
          "holdMinutes": 48
        },
        {
          "entryTs": 1695060300,
          "entryUtc": "2023-09-18T18:05:00.000Z",
          "exitTs": 1695067860,
          "dir": 1,
          "entryPrice": 1931.438,
          "exitPrice": 1933.517,
          "stopDistance": 1.039,
          "outcome": "target",
          "netR": 1.6441,
          "holdMinutes": 126
        },
        {
          "entryTs": 1695070200,
          "entryUtc": "2023-09-18T20:50:00.000Z",
          "exitTs": 1695084960,
          "dir": 1,
          "entryPrice": 1933.225,
          "exitPrice": 1932.562,
          "stopDistance": 0.663,
          "outcome": "stop",
          "netR": -1.6338,
          "holdMinutes": 246
        },
        {
          "entryTs": 1695113700,
          "entryUtc": "2023-09-19T08:55:00.000Z",
          "exitTs": 1695117420,
          "dir": 1,
          "entryPrice": 1933.438,
          "exitPrice": 1935.13,
          "stopDistance": 0.846,
          "outcome": "target",
          "netR": 1.5626,
          "holdMinutes": 62
        },
        {
          "entryTs": 1695140100,
          "entryUtc": "2023-09-19T16:15:00.000Z",
          "exitTs": 1695143400,
          "dir": -1,
          "entryPrice": 1933.228,
          "exitPrice": 1930.603,
          "stopDistance": 1.312,
          "outcome": "target",
          "netR": 1.7181,
          "holdMinutes": 55
        },
        {
          "entryTs": 1695148800,
          "entryUtc": "2023-09-19T18:40:00.000Z",
          "exitTs": 1695151740,
          "dir": -1,
          "entryPrice": 1930.905,
          "exitPrice": 1931.815,
          "stopDistance": 0.91,
          "outcome": "stop",
          "netR": -1.4617,
          "holdMinutes": 49
        },
        {
          "entryTs": 1695170100,
          "entryUtc": "2023-09-20T00:35:00.000Z",
          "exitTs": 1695171840,
          "dir": -1,
          "entryPrice": 1930.975,
          "exitPrice": 1930.005,
          "stopDistance": 0.485,
          "outcome": "target",
          "netR": 1.2373,
          "holdMinutes": 29
        },
        {
          "entryTs": 1695174900,
          "entryUtc": "2023-09-20T01:55:00.000Z",
          "exitTs": 1695175980,
          "dir": -1,
          "entryPrice": 1929.795,
          "exitPrice": 1930.595,
          "stopDistance": 0.8,
          "outcome": "stop",
          "netR": -1.5251,
          "holdMinutes": 18
        },
        {
          "entryTs": 1695224100,
          "entryUtc": "2023-09-20T15:35:00.000Z",
          "exitTs": 1695225480,
          "dir": 1,
          "entryPrice": 1943.858,
          "exitPrice": 1942.04,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 23
        },
        {
          "entryTs": 1695235200,
          "entryUtc": "2023-09-20T18:40:00.000Z",
          "exitTs": 1695237480,
          "dir": -1,
          "entryPrice": 1943.785,
          "exitPrice": 1938.294,
          "stopDistance": 2.745,
          "outcome": "target",
          "netR": 1.8652,
          "holdMinutes": 38
        },
        {
          "entryTs": 1695247800,
          "entryUtc": "2023-09-20T22:10:00.000Z",
          "exitTs": 1695256200,
          "dir": -1,
          "entryPrice": 1930.455,
          "exitPrice": 1926.648,
          "stopDistance": 1.903,
          "outcome": "target",
          "netR": 1.8056,
          "holdMinutes": 140
        },
        {
          "entryTs": 1695259200,
          "entryUtc": "2023-09-21T01:20:00.000Z",
          "exitTs": 1695262140,
          "dir": -1,
          "entryPrice": 1925.988,
          "exitPrice": 1927.189,
          "stopDistance": 1.201,
          "outcome": "stop",
          "netR": -1.3497,
          "holdMinutes": 49
        },
        {
          "entryTs": 1695284700,
          "entryUtc": "2023-09-21T08:25:00.000Z",
          "exitTs": 1695286020,
          "dir": -1,
          "entryPrice": 1927.125,
          "exitPrice": 1924.972,
          "stopDistance": 1.077,
          "outcome": "target",
          "netR": 1.6563,
          "holdMinutes": 22
        },
        {
          "entryTs": 1695289500,
          "entryUtc": "2023-09-21T09:45:00.000Z",
          "exitTs": 1695292020,
          "dir": -1,
          "entryPrice": 1924.105,
          "exitPrice": 1925.172,
          "stopDistance": 1.067,
          "outcome": "stop",
          "netR": -1.3936,
          "holdMinutes": 42
        },
        {
          "entryTs": 1695345000,
          "entryUtc": "2023-09-22T01:10:00.000Z",
          "exitTs": 1695345780,
          "dir": 1,
          "entryPrice": 1922.248,
          "exitPrice": 1923.735,
          "stopDistance": 0.744,
          "outcome": "target",
          "netR": 1.5024,
          "holdMinutes": 13
        },
        {
          "entryTs": 1695350700,
          "entryUtc": "2023-09-22T02:45:00.000Z",
          "exitTs": 1695351180,
          "dir": 1,
          "entryPrice": 1924.515,
          "exitPrice": 1923.713,
          "stopDistance": 0.802,
          "outcome": "stop",
          "netR": -1.5235,
          "holdMinutes": 8
        },
        {
          "entryTs": 1695403200,
          "entryUtc": "2023-09-22T17:20:00.000Z",
          "exitTs": 1695592800,
          "dir": -1,
          "entryPrice": 1926.065,
          "exitPrice": 1925.104,
          "stopDistance": 1.133,
          "outcome": "time",
          "netR": 0.5215,
          "holdMinutes": 3160
        },
        {
          "entryTs": 1695596400,
          "entryUtc": "2023-09-24T23:00:00.000Z",
          "exitTs": 1695596460,
          "dir": 1,
          "entryPrice": 1925.605,
          "exitPrice": 1925.025,
          "stopDistance": 0.58,
          "outcome": "stop",
          "netR": -1.7245,
          "holdMinutes": 1
        },
        {
          "entryTs": 1695627300,
          "entryUtc": "2023-09-25T07:35:00.000Z",
          "exitTs": 1695628440,
          "dir": 1,
          "entryPrice": 1924.115,
          "exitPrice": 1922.861,
          "stopDistance": 1.254,
          "outcome": "stop",
          "netR": -1.3348,
          "holdMinutes": 19
        },
        {
          "entryTs": 1695641100,
          "entryUtc": "2023-09-25T11:25:00.000Z",
          "exitTs": 1695645420,
          "dir": 1,
          "entryPrice": 1924.095,
          "exitPrice": 1925.862,
          "stopDistance": 0.884,
          "outcome": "target",
          "netR": 1.5813,
          "holdMinutes": 72
        },
        {
          "entryTs": 1695655800,
          "entryUtc": "2023-09-25T15:30:00.000Z",
          "exitTs": 1695685800,
          "dir": -1,
          "entryPrice": 1917.845,
          "exitPrice": 1916.435,
          "stopDistance": 2.295,
          "outcome": "time",
          "netR": 0.4532,
          "holdMinutes": 500
        },
        {
          "entryTs": 1695702300,
          "entryUtc": "2023-09-26T04:25:00.000Z",
          "exitTs": 1695704040,
          "dir": -1,
          "entryPrice": 1913.625,
          "exitPrice": 1914.191,
          "stopDistance": 0.566,
          "outcome": "stop",
          "netR": -1.7418,
          "holdMinutes": 29
        },
        {
          "entryTs": 1695748800,
          "entryUtc": "2023-09-26T17:20:00.000Z",
          "exitTs": 1695753480,
          "dir": -1,
          "entryPrice": 1902.075,
          "exitPrice": 1899.116,
          "stopDistance": 1.48,
          "outcome": "target",
          "netR": 1.7499,
          "holdMinutes": 78
        },
        {
          "entryTs": 1695783600,
          "entryUtc": "2023-09-27T03:00:00.000Z",
          "exitTs": 1695787680,
          "dir": -1,
          "entryPrice": 1900.755,
          "exitPrice": 1898.877,
          "stopDistance": 0.939,
          "outcome": "target",
          "netR": 1.606,
          "holdMinutes": 68
        },
        {
          "entryTs": 1695818400,
          "entryUtc": "2023-09-27T12:40:00.000Z",
          "exitTs": 1695821160,
          "dir": -1,
          "entryPrice": 1892.145,
          "exitPrice": 1888.926,
          "stopDistance": 1.609,
          "outcome": "target",
          "netR": 1.7701,
          "holdMinutes": 46
        },
        {
          "entryTs": 1695837300,
          "entryUtc": "2023-09-27T17:55:00.000Z",
          "exitTs": 1695839700,
          "dir": -1,
          "entryPrice": 1875.005,
          "exitPrice": 1876.81,
          "stopDistance": 1.805,
          "outcome": "stop",
          "netR": -1.2326,
          "holdMinutes": 40
        },
        {
          "entryTs": 1695915600,
          "entryUtc": "2023-09-28T15:40:00.000Z",
          "exitTs": 1695929460,
          "dir": -1,
          "entryPrice": 1863.335,
          "exitPrice": 1866.454,
          "stopDistance": 3.119,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 231
        },
        {
          "entryTs": 1695933300,
          "entryUtc": "2023-09-28T20:35:00.000Z",
          "exitTs": 1695933660,
          "dir": 1,
          "entryPrice": 1866.238,
          "exitPrice": 1865.295,
          "stopDistance": 0.943,
          "outcome": "stop",
          "netR": -1.4453,
          "holdMinutes": 6
        },
        {
          "entryTs": 1695959100,
          "entryUtc": "2023-09-29T03:45:00.000Z",
          "exitTs": 1695961920,
          "dir": -1,
          "entryPrice": 1864.018,
          "exitPrice": 1864.871,
          "stopDistance": 0.853,
          "outcome": "stop",
          "netR": -1.4923,
          "holdMinutes": 47
        },
        {
          "entryTs": 1695976500,
          "entryUtc": "2023-09-29T08:35:00.000Z",
          "exitTs": 1695985680,
          "dir": 1,
          "entryPrice": 1872.015,
          "exitPrice": 1870.71,
          "stopDistance": 1.305,
          "outcome": "stop",
          "netR": -1.3217,
          "holdMinutes": 153
        },
        {
          "entryTs": 1696005000,
          "entryUtc": "2023-09-29T16:30:00.000Z",
          "exitTs": 1696007700,
          "dir": -1,
          "entryPrice": 1855.844,
          "exitPrice": 1850.782,
          "stopDistance": 2.531,
          "outcome": "target",
          "netR": 1.8538,
          "holdMinutes": 45
        },
        {
          "entryTs": 1696014000,
          "entryUtc": "2023-09-29T19:00:00.000Z",
          "exitTs": 1696197600,
          "dir": -1,
          "entryPrice": 1848.795,
          "exitPrice": 1847.055,
          "stopDistance": 1.565,
          "outcome": "time",
          "netR": 0.8752,
          "holdMinutes": 3060
        },
        {
          "entryTs": 1696215000,
          "entryUtc": "2023-10-02T02:50:00.000Z",
          "exitTs": 1696222320,
          "dir": -1,
          "entryPrice": 1844.425,
          "exitPrice": 1842.364,
          "stopDistance": 1.031,
          "outcome": "target",
          "netR": 1.641,
          "holdMinutes": 122
        },
        {
          "entryTs": 1696242000,
          "entryUtc": "2023-10-02T10:20:00.000Z",
          "exitTs": 1696246920,
          "dir": -1,
          "entryPrice": 1834.965,
          "exitPrice": 1836.966,
          "stopDistance": 2.001,
          "outcome": "stop",
          "netR": -1.2099,
          "holdMinutes": 82
        },
        {
          "entryTs": 1696259700,
          "entryUtc": "2023-10-02T15:15:00.000Z",
          "exitTs": 1696260180,
          "dir": -1,
          "entryPrice": 1830.315,
          "exitPrice": 1833.645,
          "stopDistance": 3.33,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696294200,
          "entryUtc": "2023-10-03T00:50:00.000Z",
          "exitTs": 1696299000,
          "dir": -1,
          "entryPrice": 1824.275,
          "exitPrice": 1820.634,
          "stopDistance": 1.821,
          "outcome": "target",
          "netR": 1.7968,
          "holdMinutes": 80
        },
        {
          "entryTs": 1696323000,
          "entryUtc": "2023-10-03T08:50:00.000Z",
          "exitTs": 1696324020,
          "dir": 1,
          "entryPrice": 1826.765,
          "exitPrice": 1825.15,
          "stopDistance": 1.615,
          "outcome": "stop",
          "netR": -1.26,
          "holdMinutes": 17
        },
        {
          "entryTs": 1696408200,
          "entryUtc": "2023-10-04T08:30:00.000Z",
          "exitTs": 1696417860,
          "dir": 1,
          "entryPrice": 1821.665,
          "exitPrice": 1824.81,
          "stopDistance": 1.573,
          "outcome": "target",
          "netR": 1.7647,
          "holdMinutes": 161
        },
        {
          "entryTs": 1696450800,
          "entryUtc": "2023-10-04T20:20:00.000Z",
          "exitTs": 1696462380,
          "dir": 1,
          "entryPrice": 1821.445,
          "exitPrice": 1823.869,
          "stopDistance": 1.212,
          "outcome": "target",
          "netR": 1.6947,
          "holdMinutes": 193
        },
        {
          "entryTs": 1696472400,
          "entryUtc": "2023-10-05T02:20:00.000Z",
          "exitTs": 1696478820,
          "dir": 1,
          "entryPrice": 1826.558,
          "exitPrice": 1828.783,
          "stopDistance": 1.113,
          "outcome": "target",
          "netR": 1.6675,
          "holdMinutes": 107
        },
        {
          "entryTs": 1696480800,
          "entryUtc": "2023-10-05T04:40:00.000Z",
          "exitTs": 1696481580,
          "dir": 1,
          "entryPrice": 1828.158,
          "exitPrice": 1827.386,
          "stopDistance": 0.771,
          "outcome": "stop",
          "netR": -1.5444,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696497600,
          "entryUtc": "2023-10-05T09:20:00.000Z",
          "exitTs": 1696498080,
          "dir": -1,
          "entryPrice": 1820.885,
          "exitPrice": 1822.002,
          "stopDistance": 1.117,
          "outcome": "stop",
          "netR": -1.3759,
          "holdMinutes": 8
        },
        {
          "entryTs": 1696561800,
          "entryUtc": "2023-10-06T03:10:00.000Z",
          "exitTs": 1696568400,
          "dir": 1,
          "entryPrice": 1823.395,
          "exitPrice": 1822.521,
          "stopDistance": 0.874,
          "outcome": "stop",
          "netR": -1.4804,
          "holdMinutes": 110
        },
        {
          "entryTs": 1696584300,
          "entryUtc": "2023-10-06T09:25:00.000Z",
          "exitTs": 1696586940,
          "dir": 1,
          "entryPrice": 1820.945,
          "exitPrice": 1823.066,
          "stopDistance": 1.061,
          "outcome": "target",
          "netR": 1.6511,
          "holdMinutes": 44
        },
        {
          "entryTs": 1696589400,
          "entryUtc": "2023-10-06T10:50:00.000Z",
          "exitTs": 1696591860,
          "dir": 1,
          "entryPrice": 1822.485,
          "exitPrice": 1821.244,
          "stopDistance": 1.241,
          "outcome": "stop",
          "netR": -1.3385,
          "holdMinutes": 41
        },
        {
          "entryTs": 1696597500,
          "entryUtc": "2023-10-06T13:05:00.000Z",
          "exitTs": 1696597920,
          "dir": -1,
          "entryPrice": 1816.425,
          "exitPrice": 1819.664,
          "stopDistance": 3.239,
          "outcome": "stop",
          "netR": -1.1297,
          "holdMinutes": 7
        },
        {
          "entryTs": 1696820400,
          "entryUtc": "2023-10-09T03:00:00.000Z",
          "exitTs": 1696821180,
          "dir": 1,
          "entryPrice": 1850.405,
          "exitPrice": 1848.693,
          "stopDistance": 1.712,
          "outcome": "stop",
          "netR": -1.2453,
          "holdMinutes": 13
        },
        {
          "entryTs": 1696866900,
          "entryUtc": "2023-10-09T15:55:00.000Z",
          "exitTs": 1696867740,
          "dir": 1,
          "entryPrice": 1852.035,
          "exitPrice": 1850.106,
          "stopDistance": 1.929,
          "outcome": "stop",
          "netR": -1.2177,
          "holdMinutes": 14
        },
        {
          "entryTs": 1696877400,
          "entryUtc": "2023-10-09T18:50:00.000Z",
          "exitTs": 1696877760,
          "dir": 1,
          "entryPrice": 1854.945,
          "exitPrice": 1857.305,
          "stopDistance": 1.18,
          "outcome": "target",
          "netR": 1.6865,
          "holdMinutes": 6
        },
        {
          "entryTs": 1696883100,
          "entryUtc": "2023-10-09T20:25:00.000Z",
          "exitTs": 1696892460,
          "dir": 1,
          "entryPrice": 1861.605,
          "exitPrice": 1860.228,
          "stopDistance": 1.377,
          "outcome": "stop",
          "netR": -1.3051,
          "holdMinutes": 156
        },
        {
          "entryTs": 1696902600,
          "entryUtc": "2023-10-10T01:50:00.000Z",
          "exitTs": 1696906380,
          "dir": 1,
          "entryPrice": 1863.898,
          "exitPrice": 1862.406,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2815,
          "holdMinutes": 63
        },
        {
          "entryTs": 1696923900,
          "entryUtc": "2023-10-10T07:45:00.000Z",
          "exitTs": 1696927680,
          "dir": -1,
          "entryPrice": 1857.565,
          "exitPrice": 1859.263,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2474,
          "holdMinutes": 63
        },
        {
          "entryTs": 1696954500,
          "entryUtc": "2023-10-10T16:15:00.000Z",
          "exitTs": 1696984500,
          "dir": 1,
          "entryPrice": 1859.688,
          "exitPrice": 1861.395,
          "stopDistance": 2.218,
          "outcome": "time",
          "netR": 0.6027,
          "holdMinutes": 500
        },
        {
          "entryTs": 1696998000,
          "entryUtc": "2023-10-11T04:20:00.000Z",
          "exitTs": 1697002800,
          "dir": -1,
          "entryPrice": 1860.375,
          "exitPrice": 1859.051,
          "stopDistance": 0.662,
          "outcome": "target",
          "netR": 1.4412,
          "holdMinutes": 80
        },
        {
          "entryTs": 1697016600,
          "entryUtc": "2023-10-11T09:30:00.000Z",
          "exitTs": 1697019780,
          "dir": 1,
          "entryPrice": 1869.175,
          "exitPrice": 1872.257,
          "stopDistance": 1.541,
          "outcome": "target",
          "netR": 1.7599,
          "holdMinutes": 53
        },
        {
          "entryTs": 1697043600,
          "entryUtc": "2023-10-11T17:00:00.000Z",
          "exitTs": 1697043960,
          "dir": 1,
          "entryPrice": 1874.198,
          "exitPrice": 1872.333,
          "stopDistance": 1.865,
          "outcome": "stop",
          "netR": -1.2252,
          "holdMinutes": 6
        },
        {
          "entryTs": 1697094600,
          "entryUtc": "2023-10-12T07:10:00.000Z",
          "exitTs": 1697097060,
          "dir": 1,
          "entryPrice": 1880.885,
          "exitPrice": 1879.582,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3223,
          "holdMinutes": 41
        },
        {
          "entryTs": 1697123700,
          "entryUtc": "2023-10-12T15:15:00.000Z",
          "exitTs": 1697153700,
          "dir": -1,
          "entryPrice": 1872.805,
          "exitPrice": 1870.925,
          "stopDistance": 2.49,
          "outcome": "time",
          "netR": 0.6064,
          "holdMinutes": 500
        },
        {
          "entryTs": 1697188200,
          "entryUtc": "2023-10-13T09:10:00.000Z",
          "exitTs": 1697189160,
          "dir": 1,
          "entryPrice": 1882.825,
          "exitPrice": 1885.544,
          "stopDistance": 1.36,
          "outcome": "target",
          "netR": 1.7279,
          "holdMinutes": 16
        },
        {
          "entryTs": 1697203200,
          "entryUtc": "2023-10-13T13:20:00.000Z",
          "exitTs": 1697208480,
          "dir": 1,
          "entryPrice": 1907.915,
          "exitPrice": 1917.26,
          "stopDistance": 4.672,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 88
        },
        {
          "entryTs": 1697214600,
          "entryUtc": "2023-10-13T16:30:00.000Z",
          "exitTs": 1697216880,
          "dir": 1,
          "entryPrice": 1923.188,
          "exitPrice": 1928.713,
          "stopDistance": 2.762,
          "outcome": "target",
          "netR": 1.8661,
          "holdMinutes": 38
        },
        {
          "entryTs": 1697410200,
          "entryUtc": "2023-10-15T22:50:00.000Z",
          "exitTs": 1697421600,
          "dir": -1,
          "entryPrice": 1925.985,
          "exitPrice": 1920.256,
          "stopDistance": 2.864,
          "outcome": "target",
          "netR": 1.8708,
          "holdMinutes": 190
        },
        {
          "entryTs": 1697423700,
          "entryUtc": "2023-10-16T02:35:00.000Z",
          "exitTs": 1697424840,
          "dir": -1,
          "entryPrice": 1921.025,
          "exitPrice": 1918.468,
          "stopDistance": 1.278,
          "outcome": "target",
          "netR": 1.7106,
          "holdMinutes": 19
        },
        {
          "entryTs": 1697510700,
          "entryUtc": "2023-10-17T02:45:00.000Z",
          "exitTs": 1697513760,
          "dir": -1,
          "entryPrice": 1914.405,
          "exitPrice": 1915.921,
          "stopDistance": 1.516,
          "outcome": "stop",
          "netR": -1.277,
          "holdMinutes": 51
        },
        {
          "entryTs": 1697597100,
          "entryUtc": "2023-10-18T02:45:00.000Z",
          "exitTs": 1697597760,
          "dir": 1,
          "entryPrice": 1938.235,
          "exitPrice": 1935.97,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1855,
          "holdMinutes": 11
        },
        {
          "entryTs": 1697624700,
          "entryUtc": "2023-10-18T10:25:00.000Z",
          "exitTs": 1697628720,
          "dir": 1,
          "entryPrice": 1943.198,
          "exitPrice": 1946.613,
          "stopDistance": 1.707,
          "outcome": "target",
          "netR": 1.7833,
          "holdMinutes": 67
        },
        {
          "entryTs": 1697637900,
          "entryUtc": "2023-10-18T14:05:00.000Z",
          "exitTs": 1697639640,
          "dir": 1,
          "entryPrice": 1955.315,
          "exitPrice": 1951.35,
          "stopDistance": 3.965,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 29
        },
        {
          "entryTs": 1697645100,
          "entryUtc": "2023-10-18T16:05:00.000Z",
          "exitTs": 1697646600,
          "dir": -1,
          "entryPrice": 1945.485,
          "exitPrice": 1948.958,
          "stopDistance": 3.473,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 25
        },
        {
          "entryTs": 1697652300,
          "entryUtc": "2023-10-18T18:05:00.000Z",
          "exitTs": 1697652840,
          "dir": 1,
          "entryPrice": 1952.595,
          "exitPrice": 1950.315,
          "stopDistance": 2.28,
          "outcome": "stop",
          "netR": -1.1842,
          "holdMinutes": 9
        },
        {
          "entryTs": 1697720700,
          "entryUtc": "2023-10-19T13:05:00.000Z",
          "exitTs": 1697722200,
          "dir": 1,
          "entryPrice": 1953.425,
          "exitPrice": 1950.877,
          "stopDistance": 2.548,
          "outcome": "stop",
          "netR": -1.1648,
          "holdMinutes": 25
        },
        {
          "entryTs": 1697745600,
          "entryUtc": "2023-10-19T20:00:00.000Z",
          "exitTs": 1697758260,
          "dir": 1,
          "entryPrice": 1974.365,
          "exitPrice": 1979.565,
          "stopDistance": 2.6,
          "outcome": "target",
          "netR": 1.8577,
          "holdMinutes": 211
        },
        {
          "entryTs": 1698025200,
          "entryUtc": "2023-10-23T01:40:00.000Z",
          "exitTs": 1698027420,
          "dir": -1,
          "entryPrice": 1968.075,
          "exitPrice": 1970.776,
          "stopDistance": 2.701,
          "outcome": "stop",
          "netR": -1.1555,
          "holdMinutes": 37
        },
        {
          "entryTs": 1698112500,
          "entryUtc": "2023-10-24T01:55:00.000Z",
          "exitTs": 1698113880,
          "dir": 1,
          "entryPrice": 1976.125,
          "exitPrice": 1979.406,
          "stopDistance": 1.64,
          "outcome": "target",
          "netR": 1.7744,
          "holdMinutes": 23
        },
        {
          "entryTs": 1698171000,
          "entryUtc": "2023-10-24T18:10:00.000Z",
          "exitTs": 1698172740,
          "dir": 1,
          "entryPrice": 1974.305,
          "exitPrice": 1972.326,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2122,
          "holdMinutes": 29
        },
        {
          "entryTs": 1698187500,
          "entryUtc": "2023-10-24T22:45:00.000Z",
          "exitTs": 1698191100,
          "dir": -1,
          "entryPrice": 1970.805,
          "exitPrice": 1971.595,
          "stopDistance": 0.79,
          "outcome": "stop",
          "netR": -1.5319,
          "holdMinutes": 60
        },
        {
          "entryTs": 1698311400,
          "entryUtc": "2023-10-26T09:10:00.000Z",
          "exitTs": 1698316140,
          "dir": 1,
          "entryPrice": 1990.695,
          "exitPrice": 1988.939,
          "stopDistance": 1.756,
          "outcome": "stop",
          "netR": -1.2392,
          "holdMinutes": 79
        },
        {
          "entryTs": 1698327600,
          "entryUtc": "2023-10-26T13:40:00.000Z",
          "exitTs": 1698330300,
          "dir": -1,
          "entryPrice": 1980.088,
          "exitPrice": 1972.152,
          "stopDistance": 3.968,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 45
        },
        {
          "entryTs": 1698349800,
          "entryUtc": "2023-10-26T19:50:00.000Z",
          "exitTs": 1698361200,
          "dir": -1,
          "entryPrice": 1983.895,
          "exitPrice": 1985.557,
          "stopDistance": 1.662,
          "outcome": "stop",
          "netR": -1.2527,
          "holdMinutes": 190
        },
        {
          "entryTs": 1698374400,
          "entryUtc": "2023-10-27T02:40:00.000Z",
          "exitTs": 1698380580,
          "dir": 1,
          "entryPrice": 1986.525,
          "exitPrice": 1989.71,
          "stopDistance": 1.593,
          "outcome": "target",
          "netR": 1.7677,
          "holdMinutes": 103
        },
        {
          "entryTs": 1698407700,
          "entryUtc": "2023-10-27T11:55:00.000Z",
          "exitTs": 1698409260,
          "dir": -1,
          "entryPrice": 1982.535,
          "exitPrice": 1984.111,
          "stopDistance": 1.576,
          "outcome": "stop",
          "netR": -1.2664,
          "holdMinutes": 26
        },
        {
          "entryTs": 1698437100,
          "entryUtc": "2023-10-27T20:05:00.000Z",
          "exitTs": 1698616800,
          "dir": 1,
          "entryPrice": 2005.998,
          "exitPrice": 2004.604,
          "stopDistance": 2.686,
          "outcome": "time",
          "netR": -0.6568,
          "holdMinutes": 2995
        },
        {
          "entryTs": 1698672900,
          "entryUtc": "2023-10-30T13:35:00.000Z",
          "exitTs": 1698676680,
          "dir": 1,
          "entryPrice": 1998.445,
          "exitPrice": 1995.85,
          "stopDistance": 2.595,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 63
        },
        {
          "entryTs": 1698698400,
          "entryUtc": "2023-10-30T20:40:00.000Z",
          "exitTs": 1698708720,
          "dir": -1,
          "entryPrice": 1996.138,
          "exitPrice": 1993.965,
          "stopDistance": 1.086,
          "outcome": "target",
          "netR": 1.6594,
          "holdMinutes": 172
        },
        {
          "entryTs": 1698726900,
          "entryUtc": "2023-10-31T04:35:00.000Z",
          "exitTs": 1698728820,
          "dir": -1,
          "entryPrice": 1992.525,
          "exitPrice": 1993.77,
          "stopDistance": 1.245,
          "outcome": "stop",
          "netR": -1.3373,
          "holdMinutes": 32
        },
        {
          "entryTs": 1698730800,
          "entryUtc": "2023-10-31T05:40:00.000Z",
          "exitTs": 1698735720,
          "dir": 1,
          "entryPrice": 1993.405,
          "exitPrice": 1995.981,
          "stopDistance": 1.288,
          "outcome": "target",
          "netR": 1.7127,
          "holdMinutes": 82
        },
        {
          "entryTs": 1698739500,
          "entryUtc": "2023-10-31T08:05:00.000Z",
          "exitTs": 1698740280,
          "dir": 1,
          "entryPrice": 1995.205,
          "exitPrice": 1997.793,
          "stopDistance": 1.294,
          "outcome": "target",
          "netR": 1.7141,
          "holdMinutes": 13
        },
        {
          "entryTs": 1698763500,
          "entryUtc": "2023-10-31T14:45:00.000Z",
          "exitTs": 1698764100,
          "dir": 1,
          "entryPrice": 2002.215,
          "exitPrice": 1999.033,
          "stopDistance": 3.182,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 10
        },
        {
          "entryTs": 1698778200,
          "entryUtc": "2023-10-31T18:50:00.000Z",
          "exitTs": 1698779700,
          "dir": -1,
          "entryPrice": 1983.948,
          "exitPrice": 1986.639,
          "stopDistance": 2.691,
          "outcome": "stop",
          "netR": -1.1561,
          "holdMinutes": 25
        },
        {
          "entryTs": 1698801600,
          "entryUtc": "2023-11-01T01:20:00.000Z",
          "exitTs": 1698803640,
          "dir": -1,
          "entryPrice": 1981.045,
          "exitPrice": 1978.315,
          "stopDistance": 1.365,
          "outcome": "target",
          "netR": 1.7289,
          "holdMinutes": 34
        },
        {
          "entryTs": 1698834900,
          "entryUtc": "2023-11-01T10:35:00.000Z",
          "exitTs": 1698840900,
          "dir": 1,
          "entryPrice": 1982.455,
          "exitPrice": 1985.495,
          "stopDistance": 1.52,
          "outcome": "target",
          "netR": 1.7566,
          "holdMinutes": 100
        },
        {
          "entryTs": 1698858300,
          "entryUtc": "2023-11-01T17:05:00.000Z",
          "exitTs": 1698861600,
          "dir": -1,
          "entryPrice": 1978.915,
          "exitPrice": 1981.365,
          "stopDistance": 2.45,
          "outcome": "stop",
          "netR": -1.1714,
          "holdMinutes": 55
        },
        {
          "entryTs": 1698890700,
          "entryUtc": "2023-11-02T02:05:00.000Z",
          "exitTs": 1698893520,
          "dir": 1,
          "entryPrice": 1985.735,
          "exitPrice": 1984.433,
          "stopDistance": 1.302,
          "outcome": "stop",
          "netR": -1.3227,
          "holdMinutes": 47
        },
        {
          "entryTs": 1698895200,
          "entryUtc": "2023-11-02T03:20:00.000Z",
          "exitTs": 1698899100,
          "dir": -1,
          "entryPrice": 1984.555,
          "exitPrice": 1985.726,
          "stopDistance": 1.171,
          "outcome": "stop",
          "netR": -1.3588,
          "holdMinutes": 65
        },
        {
          "entryTs": 1698906900,
          "entryUtc": "2023-11-02T06:35:00.000Z",
          "exitTs": 1698910560,
          "dir": -1,
          "entryPrice": 1985.215,
          "exitPrice": 1986.261,
          "stopDistance": 1.046,
          "outcome": "stop",
          "netR": -1.4017,
          "holdMinutes": 61
        },
        {
          "entryTs": 1698936300,
          "entryUtc": "2023-11-02T14:45:00.000Z",
          "exitTs": 1698966300,
          "dir": -1,
          "entryPrice": 1984.315,
          "exitPrice": 1984.915,
          "stopDistance": 2.939,
          "outcome": "time",
          "netR": -0.3301,
          "holdMinutes": 500
        },
        {
          "entryTs": 1698977400,
          "entryUtc": "2023-11-03T02:10:00.000Z",
          "exitTs": 1698977700,
          "dir": -1,
          "entryPrice": 1984.185,
          "exitPrice": 1985.082,
          "stopDistance": 0.897,
          "outcome": "stop",
          "netR": -1.4683,
          "holdMinutes": 5
        },
        {
          "entryTs": 1698981300,
          "entryUtc": "2023-11-03T03:15:00.000Z",
          "exitTs": 1698994620,
          "dir": 1,
          "entryPrice": 1986.175,
          "exitPrice": 1988.251,
          "stopDistance": 1.038,
          "outcome": "target",
          "netR": 1.6435,
          "holdMinutes": 222
        },
        {
          "entryTs": 1699039200,
          "entryUtc": "2023-11-03T19:20:00.000Z",
          "exitTs": 1699040220,
          "dir": 1,
          "entryPrice": 1993.768,
          "exitPrice": 1992.408,
          "stopDistance": 1.36,
          "outcome": "stop",
          "netR": -1.3088,
          "holdMinutes": 17
        },
        {
          "entryTs": 1699307700,
          "entryUtc": "2023-11-06T21:55:00.000Z",
          "exitTs": 1699313760,
          "dir": -1,
          "entryPrice": 1977.978,
          "exitPrice": 1976.381,
          "stopDistance": 0.799,
          "outcome": "target",
          "netR": 1.5367,
          "holdMinutes": 101
        },
        {
          "entryTs": 1699334700,
          "entryUtc": "2023-11-07T05:25:00.000Z",
          "exitTs": 1699335240,
          "dir": -1,
          "entryPrice": 1971.725,
          "exitPrice": 1972.455,
          "stopDistance": 0.73,
          "outcome": "stop",
          "netR": -1.5756,
          "holdMinutes": 9
        },
        {
          "entryTs": 1699343400,
          "entryUtc": "2023-11-07T07:50:00.000Z",
          "exitTs": 1699344060,
          "dir": -1,
          "entryPrice": 1968.885,
          "exitPrice": 1970.08,
          "stopDistance": 1.195,
          "outcome": "stop",
          "netR": -1.3515,
          "holdMinutes": 11
        },
        {
          "entryTs": 1699344300,
          "entryUtc": "2023-11-07T08:05:00.000Z",
          "exitTs": 1699347240,
          "dir": -1,
          "entryPrice": 1969.525,
          "exitPrice": 1967.149,
          "stopDistance": 1.188,
          "outcome": "target",
          "netR": 1.6886,
          "holdMinutes": 49
        },
        {
          "entryTs": 1699363800,
          "entryUtc": "2023-11-07T13:30:00.000Z",
          "exitTs": 1699364160,
          "dir": -1,
          "entryPrice": 1959.744,
          "exitPrice": 1962.021,
          "stopDistance": 2.277,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 6
        },
        {
          "entryTs": 1699367700,
          "entryUtc": "2023-11-07T14:35:00.000Z",
          "exitTs": 1699368420,
          "dir": 1,
          "entryPrice": 1964.205,
          "exitPrice": 1961.655,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 12
        },
        {
          "entryTs": 1699384500,
          "entryUtc": "2023-11-07T19:15:00.000Z",
          "exitTs": 1699414500,
          "dir": 1,
          "entryPrice": 1967.958,
          "exitPrice": 1967.805,
          "stopDistance": 1.557,
          "outcome": "time",
          "netR": -0.3358,
          "holdMinutes": 500
        },
        {
          "entryTs": 1699440900,
          "entryUtc": "2023-11-08T10:55:00.000Z",
          "exitTs": 1699442820,
          "dir": -1,
          "entryPrice": 1962.395,
          "exitPrice": 1964.052,
          "stopDistance": 1.657,
          "outcome": "stop",
          "netR": -1.2534,
          "holdMinutes": 32
        },
        {
          "entryTs": 1699474800,
          "entryUtc": "2023-11-08T20:20:00.000Z",
          "exitTs": 1699484460,
          "dir": -1,
          "entryPrice": 1949.305,
          "exitPrice": 1950.783,
          "stopDistance": 1.478,
          "outcome": "stop",
          "netR": -1.2841,
          "holdMinutes": 161
        },
        {
          "entryTs": 1699548900,
          "entryUtc": "2023-11-09T16:55:00.000Z",
          "exitTs": 1699552980,
          "dir": 1,
          "entryPrice": 1960.795,
          "exitPrice": 1958.42,
          "stopDistance": 2.375,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 68
        },
        {
          "entryTs": 1699556100,
          "entryUtc": "2023-11-09T18:55:00.000Z",
          "exitTs": 1699556460,
          "dir": 1,
          "entryPrice": 1962.855,
          "exitPrice": 1960.538,
          "stopDistance": 2.317,
          "outcome": "stop",
          "netR": -1.1812,
          "holdMinutes": 6
        },
        {
          "entryTs": 1699565100,
          "entryUtc": "2023-11-09T21:25:00.000Z",
          "exitTs": 1699573860,
          "dir": -1,
          "entryPrice": 1957.935,
          "exitPrice": 1959.251,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3192,
          "holdMinutes": 146
        },
        {
          "entryTs": 1699588800,
          "entryUtc": "2023-11-10T04:00:00.000Z",
          "exitTs": 1699589460,
          "dir": 1,
          "entryPrice": 1959.355,
          "exitPrice": 1958.365,
          "stopDistance": 0.99,
          "outcome": "stop",
          "netR": -1.4241,
          "holdMinutes": 11
        },
        {
          "entryTs": 1699652700,
          "entryUtc": "2023-11-10T21:45:00.000Z",
          "exitTs": 1699653300,
          "dir": 1,
          "entryPrice": 1936.465,
          "exitPrice": 1938.36,
          "stopDistance": 0.948,
          "outcome": "target",
          "netR": 1.6095,
          "holdMinutes": 10
        },
        {
          "entryTs": 1699832100,
          "entryUtc": "2023-11-12T23:35:00.000Z",
          "exitTs": 1699844760,
          "dir": 1,
          "entryPrice": 1938.945,
          "exitPrice": 1936.779,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 211
        },
        {
          "entryTs": 1699898400,
          "entryUtc": "2023-11-13T18:00:00.000Z",
          "exitTs": 1699928400,
          "dir": 1,
          "entryPrice": 1945.665,
          "exitPrice": 1944.865,
          "stopDistance": 1.867,
          "outcome": "time",
          "netR": -0.6265,
          "holdMinutes": 500
        },
        {
          "entryTs": 1699977000,
          "entryUtc": "2023-11-14T15:50:00.000Z",
          "exitTs": 1699984800,
          "dir": 1,
          "entryPrice": 1965.195,
          "exitPrice": 1961.615,
          "stopDistance": 3.58,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 130
        },
        {
          "entryTs": 1700062200,
          "entryUtc": "2023-11-15T15:30:00.000Z",
          "exitTs": 1700063340,
          "dir": -1,
          "entryPrice": 1960.205,
          "exitPrice": 1963.108,
          "stopDistance": 2.903,
          "outcome": "stop",
          "netR": -1.1447,
          "holdMinutes": 19
        },
        {
          "entryTs": 1700107500,
          "entryUtc": "2023-11-16T04:05:00.000Z",
          "exitTs": 1700111340,
          "dir": 1,
          "entryPrice": 1960.915,
          "exitPrice": 1963.06,
          "stopDistance": 1.073,
          "outcome": "target",
          "netR": 1.655,
          "holdMinutes": 64
        },
        {
          "entryTs": 1700113200,
          "entryUtc": "2023-11-16T05:40:00.000Z",
          "exitTs": 1700115300,
          "dir": 1,
          "entryPrice": 1962.738,
          "exitPrice": 1964.571,
          "stopDistance": 0.917,
          "outcome": "target",
          "netR": 1.5963,
          "holdMinutes": 35
        },
        {
          "entryTs": 1700119200,
          "entryUtc": "2023-11-16T07:20:00.000Z",
          "exitTs": 1700125740,
          "dir": 1,
          "entryPrice": 1965.858,
          "exitPrice": 1968.449,
          "stopDistance": 1.296,
          "outcome": "target",
          "netR": 1.7144,
          "holdMinutes": 109
        },
        {
          "entryTs": 1700149800,
          "entryUtc": "2023-11-16T15:50:00.000Z",
          "exitTs": 1700179800,
          "dir": 1,
          "entryPrice": 1982.484,
          "exitPrice": 1982.408,
          "stopDistance": 3.017,
          "outcome": "time",
          "netR": -0.1479,
          "holdMinutes": 500
        },
        {
          "entryTs": 1700194800,
          "entryUtc": "2023-11-17T04:20:00.000Z",
          "exitTs": 1700198640,
          "dir": 1,
          "entryPrice": 1985.648,
          "exitPrice": 1984.623,
          "stopDistance": 1.025,
          "outcome": "stop",
          "netR": -1.4098,
          "holdMinutes": 64
        },
        {
          "entryTs": 1700235300,
          "entryUtc": "2023-11-17T15:35:00.000Z",
          "exitTs": 1700434800,
          "dir": -1,
          "entryPrice": 1983.075,
          "exitPrice": 1977.899,
          "stopDistance": 2.588,
          "outcome": "target",
          "netR": 1.857,
          "holdMinutes": 3325
        },
        {
          "entryTs": 1700440500,
          "entryUtc": "2023-11-20T00:35:00.000Z",
          "exitTs": 1700441400,
          "dir": -1,
          "entryPrice": 1975.335,
          "exitPrice": 1976.691,
          "stopDistance": 1.356,
          "outcome": "stop",
          "netR": -1.3097,
          "holdMinutes": 15
        },
        {
          "entryTs": 1700507100,
          "entryUtc": "2023-11-20T19:05:00.000Z",
          "exitTs": 1700522100,
          "dir": 1,
          "entryPrice": 1976.685,
          "exitPrice": 1980.036,
          "stopDistance": 1.676,
          "outcome": "target",
          "netR": 1.7792,
          "holdMinutes": 250
        },
        {
          "entryTs": 1700580300,
          "entryUtc": "2023-11-21T15:25:00.000Z",
          "exitTs": 1700583840,
          "dir": 1,
          "entryPrice": 2003.445,
          "exitPrice": 2000.461,
          "stopDistance": 2.984,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 59
        },
        {
          "entryTs": 1700593500,
          "entryUtc": "2023-11-21T19:05:00.000Z",
          "exitTs": 1700616420,
          "dir": -1,
          "entryPrice": 1999.305,
          "exitPrice": 1995.735,
          "stopDistance": 1.785,
          "outcome": "target",
          "netR": 1.7927,
          "holdMinutes": 382
        },
        {
          "entryTs": 1700619600,
          "entryUtc": "2023-11-22T02:20:00.000Z",
          "exitTs": 1700622720,
          "dir": -1,
          "entryPrice": 1996.685,
          "exitPrice": 1997.783,
          "stopDistance": 1.098,
          "outcome": "stop",
          "netR": -1.3827,
          "holdMinutes": 52
        },
        {
          "entryTs": 1700667900,
          "entryUtc": "2023-11-22T15:45:00.000Z",
          "exitTs": 1700673000,
          "dir": -1,
          "entryPrice": 1994.794,
          "exitPrice": 1988.736,
          "stopDistance": 3.029,
          "outcome": "target",
          "netR": 1.8779,
          "holdMinutes": 85
        },
        {
          "entryTs": 1700707200,
          "entryUtc": "2023-11-23T02:40:00.000Z",
          "exitTs": 1700711220,
          "dir": 1,
          "entryPrice": 1993.395,
          "exitPrice": 1995.728,
          "stopDistance": 1.166,
          "outcome": "target",
          "netR": 1.6828,
          "holdMinutes": 67
        },
        {
          "entryTs": 1700713500,
          "entryUtc": "2023-11-23T04:25:00.000Z",
          "exitTs": 1700714940,
          "dir": 1,
          "entryPrice": 1995.695,
          "exitPrice": 1994.541,
          "stopDistance": 1.154,
          "outcome": "stop",
          "netR": -1.364,
          "holdMinutes": 24
        },
        {
          "entryTs": 1700763300,
          "entryUtc": "2023-11-23T18:15:00.000Z",
          "exitTs": 1700781000,
          "dir": 1,
          "entryPrice": 1992.065,
          "exitPrice": 1993.61,
          "stopDistance": 0.772,
          "outcome": "target",
          "netR": 1.521,
          "holdMinutes": 295
        },
        {
          "entryTs": 1701051000,
          "entryUtc": "2023-11-27T02:10:00.000Z",
          "exitTs": 1701081000,
          "dir": 1,
          "entryPrice": 2009.865,
          "exitPrice": 2012.098,
          "stopDistance": 2.924,
          "outcome": "time",
          "netR": 0.6372,
          "holdMinutes": 500
        },
        {
          "entryTs": 1701169200,
          "entryUtc": "2023-11-28T11:00:00.000Z",
          "exitTs": 1701173760,
          "dir": -1,
          "entryPrice": 2014.515,
          "exitPrice": 2015.72,
          "stopDistance": 1.205,
          "outcome": "stop",
          "netR": -1.3485,
          "holdMinutes": 76
        },
        {
          "entryTs": 1701182700,
          "entryUtc": "2023-11-28T14:45:00.000Z",
          "exitTs": 1701186000,
          "dir": 1,
          "entryPrice": 2023.715,
          "exitPrice": 2029.437,
          "stopDistance": 2.861,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 55
        },
        {
          "entryTs": 1701195300,
          "entryUtc": "2023-11-28T18:15:00.000Z",
          "exitTs": 1701214260,
          "dir": 1,
          "entryPrice": 2039.185,
          "exitPrice": 2043.99,
          "stopDistance": 2.402,
          "outcome": "target",
          "netR": 1.846,
          "holdMinutes": 316
        },
        {
          "entryTs": 1701291300,
          "entryUtc": "2023-11-29T20:55:00.000Z",
          "exitTs": 1701304380,
          "dir": -1,
          "entryPrice": 2044.534,
          "exitPrice": 2045.9,
          "stopDistance": 1.366,
          "outcome": "stop",
          "netR": -1.3075,
          "holdMinutes": 218
        },
        {
          "entryTs": 1701307200,
          "entryUtc": "2023-11-30T01:20:00.000Z",
          "exitTs": 1701307800,
          "dir": 1,
          "entryPrice": 2045.715,
          "exitPrice": 2044.716,
          "stopDistance": 0.999,
          "outcome": "stop",
          "netR": -1.4203,
          "holdMinutes": 10
        },
        {
          "entryTs": 1701336000,
          "entryUtc": "2023-11-30T09:20:00.000Z",
          "exitTs": 1701338940,
          "dir": -1,
          "entryPrice": 2041.358,
          "exitPrice": 2037.92,
          "stopDistance": 1.719,
          "outcome": "target",
          "netR": 1.7848,
          "holdMinutes": 49
        },
        {
          "entryTs": 1701340800,
          "entryUtc": "2023-11-30T10:40:00.000Z",
          "exitTs": 1701344820,
          "dir": -1,
          "entryPrice": 2039.595,
          "exitPrice": 2036.163,
          "stopDistance": 1.716,
          "outcome": "target",
          "netR": 1.7844,
          "holdMinutes": 67
        },
        {
          "entryTs": 1701371400,
          "entryUtc": "2023-11-30T19:10:00.000Z",
          "exitTs": 1701385380,
          "dir": -1,
          "entryPrice": 2035.745,
          "exitPrice": 2037.524,
          "stopDistance": 1.779,
          "outcome": "stop",
          "netR": -1.2361,
          "holdMinutes": 233
        },
        {
          "entryTs": 1701424800,
          "entryUtc": "2023-12-01T10:00:00.000Z",
          "exitTs": 1701426360,
          "dir": 1,
          "entryPrice": 2046.325,
          "exitPrice": 2044.371,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 26
        },
        {
          "entryTs": 1701458400,
          "entryUtc": "2023-12-01T19:20:00.000Z",
          "exitTs": 1701460020,
          "dir": 1,
          "entryPrice": 2070.285,
          "exitPrice": 2067.285,
          "stopDistance": 3,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 27
        },
        {
          "entryTs": 1701648300,
          "entryUtc": "2023-12-04T00:05:00.000Z",
          "exitTs": 1701650820,
          "dir": 1,
          "entryPrice": 2108.465,
          "exitPrice": 2093.642,
          "stopDistance": 14.823,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 42
        },
        {
          "entryTs": 1701679500,
          "entryUtc": "2023-12-04T08:45:00.000Z",
          "exitTs": 1701682140,
          "dir": -1,
          "entryPrice": 2068.275,
          "exitPrice": 2072.689,
          "stopDistance": 4.414,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 44
        },
        {
          "entryTs": 1701709800,
          "entryUtc": "2023-12-04T17:10:00.000Z",
          "exitTs": 1701734400,
          "dir": -1,
          "entryPrice": 2028.605,
          "exitPrice": 2034.475,
          "stopDistance": 5.87,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 410
        },
        {
          "entryTs": 1701738000,
          "entryUtc": "2023-12-05T01:00:00.000Z",
          "exitTs": 1701740280,
          "dir": 1,
          "entryPrice": 2036.665,
          "exitPrice": 2034.465,
          "stopDistance": 2.2,
          "outcome": "stop",
          "netR": -1.1909,
          "holdMinutes": 38
        },
        {
          "entryTs": 1701756600,
          "entryUtc": "2023-12-05T06:10:00.000Z",
          "exitTs": 1701759900,
          "dir": -1,
          "entryPrice": 2032.885,
          "exitPrice": 2034.789,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2206,
          "holdMinutes": 55
        },
        {
          "entryTs": 1701774300,
          "entryUtc": "2023-12-05T11:05:00.000Z",
          "exitTs": 1701782880,
          "dir": -1,
          "entryPrice": 2026.435,
          "exitPrice": 2028.941,
          "stopDistance": 2.506,
          "outcome": "stop",
          "netR": -1.1676,
          "holdMinutes": 143
        },
        {
          "entryTs": 1701795600,
          "entryUtc": "2023-12-05T17:00:00.000Z",
          "exitTs": 1701796200,
          "dir": -1,
          "entryPrice": 2014.755,
          "exitPrice": 2018.636,
          "stopDistance": 3.881,
          "outcome": "stop",
          "netR": -1.1082,
          "holdMinutes": 10
        },
        {
          "entryTs": 1701851700,
          "entryUtc": "2023-12-06T08:35:00.000Z",
          "exitTs": 1701852060,
          "dir": 1,
          "entryPrice": 2030.605,
          "exitPrice": 2028.295,
          "stopDistance": 2.31,
          "outcome": "stop",
          "netR": -1.1818,
          "holdMinutes": 6
        },
        {
          "entryTs": 1701863700,
          "entryUtc": "2023-12-06T11:55:00.000Z",
          "exitTs": 1701865860,
          "dir": -1,
          "entryPrice": 2021.844,
          "exitPrice": 2023.554,
          "stopDistance": 1.71,
          "outcome": "stop",
          "netR": -1.2457,
          "holdMinutes": 36
        },
        {
          "entryTs": 1701958200,
          "entryUtc": "2023-12-07T14:10:00.000Z",
          "exitTs": 1701958560,
          "dir": 1,
          "entryPrice": 2034.895,
          "exitPrice": 2031.909,
          "stopDistance": 2.986,
          "outcome": "stop",
          "netR": -1.1407,
          "holdMinutes": 6
        },
        {
          "entryTs": 1702059600,
          "entryUtc": "2023-12-08T18:20:00.000Z",
          "exitTs": 1702063440,
          "dir": -1,
          "entryPrice": 1998.315,
          "exitPrice": 2001.102,
          "stopDistance": 2.787,
          "outcome": "stop",
          "netR": -1.1507,
          "holdMinutes": 64
        },
        {
          "entryTs": 1702264200,
          "entryUtc": "2023-12-11T03:10:00.000Z",
          "exitTs": 1702266300,
          "dir": -1,
          "entryPrice": 1999.778,
          "exitPrice": 1996.134,
          "stopDistance": 1.822,
          "outcome": "target",
          "netR": 1.7969,
          "holdMinutes": 35
        },
        {
          "entryTs": 1702269600,
          "entryUtc": "2023-12-11T04:40:00.000Z",
          "exitTs": 1702272540,
          "dir": -1,
          "entryPrice": 1996.578,
          "exitPrice": 1998.101,
          "stopDistance": 1.523,
          "outcome": "stop",
          "netR": -1.2757,
          "holdMinutes": 49
        },
        {
          "entryTs": 1702291800,
          "entryUtc": "2023-12-11T10:50:00.000Z",
          "exitTs": 1702293780,
          "dir": -1,
          "entryPrice": 1993.365,
          "exitPrice": 1995.1,
          "stopDistance": 1.735,
          "outcome": "stop",
          "netR": -1.2421,
          "holdMinutes": 33
        },
        {
          "entryTs": 1702350300,
          "entryUtc": "2023-12-12T03:05:00.000Z",
          "exitTs": 1702351560,
          "dir": -1,
          "entryPrice": 1982.755,
          "exitPrice": 1984.048,
          "stopDistance": 1.293,
          "outcome": "stop",
          "netR": -1.3249,
          "holdMinutes": 21
        },
        {
          "entryTs": 1702355400,
          "entryUtc": "2023-12-12T04:30:00.000Z",
          "exitTs": 1702360140,
          "dir": 1,
          "entryPrice": 1985.105,
          "exitPrice": 1987.45,
          "stopDistance": 1.173,
          "outcome": "target",
          "netR": 1.6845,
          "holdMinutes": 79
        },
        {
          "entryTs": 1702435800,
          "entryUtc": "2023-12-13T02:50:00.000Z",
          "exitTs": 1702447920,
          "dir": -1,
          "entryPrice": 1979.085,
          "exitPrice": 1976.988,
          "stopDistance": 1.048,
          "outcome": "target",
          "netR": 1.647,
          "holdMinutes": 202
        },
        {
          "entryTs": 1702544700,
          "entryUtc": "2023-12-14T09:05:00.000Z",
          "exitTs": 1702548360,
          "dir": 1,
          "entryPrice": 2036.205,
          "exitPrice": 2033.558,
          "stopDistance": 2.647,
          "outcome": "stop",
          "netR": -1.1587,
          "holdMinutes": 61
        },
        {
          "entryTs": 1702597800,
          "entryUtc": "2023-12-14T23:50:00.000Z",
          "exitTs": 1702598520,
          "dir": 1,
          "entryPrice": 2036.495,
          "exitPrice": 2035.166,
          "stopDistance": 1.329,
          "outcome": "stop",
          "netR": -1.316,
          "holdMinutes": 12
        },
        {
          "entryTs": 1702602300,
          "entryUtc": "2023-12-15T01:05:00.000Z",
          "exitTs": 1702606740,
          "dir": -1,
          "entryPrice": 2033.265,
          "exitPrice": 2034.799,
          "stopDistance": 1.534,
          "outcome": "stop",
          "netR": -1.2737,
          "holdMinutes": 74
        },
        {
          "entryTs": 1702614900,
          "entryUtc": "2023-12-15T04:35:00.000Z",
          "exitTs": 1702620060,
          "dir": 1,
          "entryPrice": 2035.605,
          "exitPrice": 2034.264,
          "stopDistance": 1.341,
          "outcome": "stop",
          "netR": -1.3131,
          "holdMinutes": 86
        },
        {
          "entryTs": 1702644600,
          "entryUtc": "2023-12-15T12:50:00.000Z",
          "exitTs": 1702645020,
          "dir": 1,
          "entryPrice": 2042.865,
          "exitPrice": 2041.323,
          "stopDistance": 1.542,
          "outcome": "stop",
          "netR": -1.2724,
          "holdMinutes": 7
        },
        {
          "entryTs": 1702649400,
          "entryUtc": "2023-12-15T14:10:00.000Z",
          "exitTs": 1702664340,
          "dir": -1,
          "entryPrice": 2034.905,
          "exitPrice": 2027.548,
          "stopDistance": 3.678,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 249
        },
        {
          "entryTs": 1702670400,
          "entryUtc": "2023-12-15T20:00:00.000Z",
          "exitTs": 1702672200,
          "dir": -1,
          "entryPrice": 2019.015,
          "exitPrice": 2021.301,
          "stopDistance": 2.286,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 30
        },
        {
          "entryTs": 1702871100,
          "entryUtc": "2023-12-18T03:45:00.000Z",
          "exitTs": 1702874340,
          "dir": 1,
          "entryPrice": 2022.975,
          "exitPrice": 2021.513,
          "stopDistance": 1.462,
          "outcome": "stop",
          "netR": -1.2873,
          "holdMinutes": 54
        },
        {
          "entryTs": 1702898100,
          "entryUtc": "2023-12-18T11:15:00.000Z",
          "exitTs": 1702899780,
          "dir": -1,
          "entryPrice": 2020.555,
          "exitPrice": 2022.269,
          "stopDistance": 1.714,
          "outcome": "stop",
          "netR": -1.2451,
          "holdMinutes": 28
        },
        {
          "entryTs": 1702923900,
          "entryUtc": "2023-12-18T18:25:00.000Z",
          "exitTs": 1702952400,
          "dir": 1,
          "entryPrice": 2026.205,
          "exitPrice": 2023.55,
          "stopDistance": 2.655,
          "outcome": "stop",
          "netR": -1.1582,
          "holdMinutes": 475
        },
        {
          "entryTs": 1702960800,
          "entryUtc": "2023-12-19T04:40:00.000Z",
          "exitTs": 1702963800,
          "dir": -1,
          "entryPrice": 2023.308,
          "exitPrice": 2024.521,
          "stopDistance": 1.213,
          "outcome": "stop",
          "netR": -1.3462,
          "holdMinutes": 50
        },
        {
          "entryTs": 1702977900,
          "entryUtc": "2023-12-19T09:25:00.000Z",
          "exitTs": 1702982100,
          "dir": 1,
          "entryPrice": 2026.585,
          "exitPrice": 2025.263,
          "stopDistance": 1.322,
          "outcome": "stop",
          "netR": -1.3177,
          "holdMinutes": 70
        },
        {
          "entryTs": 1702993200,
          "entryUtc": "2023-12-19T13:40:00.000Z",
          "exitTs": 1702996620,
          "dir": 1,
          "entryPrice": 2029.585,
          "exitPrice": 2033.387,
          "stopDistance": 1.901,
          "outcome": "target",
          "netR": 1.8054,
          "holdMinutes": 57
        },
        {
          "entryTs": 1703000700,
          "entryUtc": "2023-12-19T15:45:00.000Z",
          "exitTs": 1703002740,
          "dir": 1,
          "entryPrice": 2039.835,
          "exitPrice": 2045.904,
          "stopDistance": 3.035,
          "outcome": "target",
          "netR": 1.8781,
          "holdMinutes": 34
        },
        {
          "entryTs": 1703012700,
          "entryUtc": "2023-12-19T19:05:00.000Z",
          "exitTs": 1703027400,
          "dir": -1,
          "entryPrice": 2038.865,
          "exitPrice": 2040.582,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2447,
          "holdMinutes": 245
        },
        {
          "entryTs": 1703115600,
          "entryUtc": "2023-12-20T23:40:00.000Z",
          "exitTs": 1703121300,
          "dir": 1,
          "entryPrice": 2031.695,
          "exitPrice": 2034.698,
          "stopDistance": 1.502,
          "outcome": "target",
          "netR": 1.7536,
          "holdMinutes": 95
        },
        {
          "entryTs": 1703128800,
          "entryUtc": "2023-12-21T03:20:00.000Z",
          "exitTs": 1703137800,
          "dir": 1,
          "entryPrice": 2036.385,
          "exitPrice": 2035.277,
          "stopDistance": 1.108,
          "outcome": "stop",
          "netR": -1.3791,
          "holdMinutes": 150
        },
        {
          "entryTs": 1703164200,
          "entryUtc": "2023-12-21T13:10:00.000Z",
          "exitTs": 1703165160,
          "dir": 1,
          "entryPrice": 2036.555,
          "exitPrice": 2035,
          "stopDistance": 1.555,
          "outcome": "stop",
          "netR": -1.27,
          "holdMinutes": 16
        },
        {
          "entryTs": 1703190300,
          "entryUtc": "2023-12-21T20:25:00.000Z",
          "exitTs": 1703199600,
          "dir": 1,
          "entryPrice": 2043.115,
          "exitPrice": 2046.166,
          "stopDistance": 1.526,
          "outcome": "target",
          "netR": 1.7575,
          "holdMinutes": 155
        },
        {
          "entryTs": 1703204100,
          "entryUtc": "2023-12-22T00:15:00.000Z",
          "exitTs": 1703204460,
          "dir": 1,
          "entryPrice": 2049.355,
          "exitPrice": 2047.175,
          "stopDistance": 2.18,
          "outcome": "stop",
          "netR": -1.1927,
          "holdMinutes": 6
        },
        {
          "entryTs": 1703255100,
          "entryUtc": "2023-12-22T14:25:00.000Z",
          "exitTs": 1703259900,
          "dir": 1,
          "entryPrice": 2065.025,
          "exitPrice": 2061.415,
          "stopDistance": 3.61,
          "outcome": "stop",
          "netR": -1.1164,
          "holdMinutes": 80
        },
        {
          "entryTs": 1703265900,
          "entryUtc": "2023-12-22T17:25:00.000Z",
          "exitTs": 1703268900,
          "dir": -1,
          "entryPrice": 2054.675,
          "exitPrice": 2057.684,
          "stopDistance": 3.009,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 50
        },
        {
          "entryTs": 1703274900,
          "entryUtc": "2023-12-22T19:55:00.000Z",
          "exitTs": 1703545200,
          "dir": -1,
          "entryPrice": 2053.765,
          "exitPrice": 2052.975,
          "stopDistance": 1.836,
          "outcome": "time",
          "netR": 0.2287,
          "holdMinutes": 4505
        },
        {
          "entryTs": 1703582700,
          "entryUtc": "2023-12-26T09:25:00.000Z",
          "exitTs": 1703587680,
          "dir": -1,
          "entryPrice": 2061.905,
          "exitPrice": 2062.987,
          "stopDistance": 1.082,
          "outcome": "stop",
          "netR": -1.3881,
          "holdMinutes": 83
        },
        {
          "entryTs": 1703607300,
          "entryUtc": "2023-12-26T16:15:00.000Z",
          "exitTs": 1703608320,
          "dir": -1,
          "entryPrice": 2057.495,
          "exitPrice": 2059.293,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2336,
          "holdMinutes": 17
        },
        {
          "entryTs": 1703626500,
          "entryUtc": "2023-12-26T21:35:00.000Z",
          "exitTs": 1703635620,
          "dir": 1,
          "entryPrice": 2066.348,
          "exitPrice": 2064.929,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.296,
          "holdMinutes": 152
        },
        {
          "entryTs": 1703638800,
          "entryUtc": "2023-12-27T01:00:00.000Z",
          "exitTs": 1703640540,
          "dir": -1,
          "entryPrice": 2065.448,
          "exitPrice": 2066.566,
          "stopDistance": 1.118,
          "outcome": "stop",
          "netR": -1.3755,
          "holdMinutes": 29
        },
        {
          "entryTs": 1703697000,
          "entryUtc": "2023-12-27T17:10:00.000Z",
          "exitTs": 1703702220,
          "dir": 1,
          "entryPrice": 2080.114,
          "exitPrice": 2077.699,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 87
        },
        {
          "entryTs": 1703705700,
          "entryUtc": "2023-12-27T19:35:00.000Z",
          "exitTs": 1703721720,
          "dir": -1,
          "entryPrice": 2078.185,
          "exitPrice": 2080.096,
          "stopDistance": 1.911,
          "outcome": "stop",
          "netR": -1.2198,
          "holdMinutes": 267
        },
        {
          "entryTs": 1703731200,
          "entryUtc": "2023-12-28T02:40:00.000Z",
          "exitTs": 1703749800,
          "dir": 1,
          "entryPrice": 2085.765,
          "exitPrice": 2084.072,
          "stopDistance": 1.693,
          "outcome": "stop",
          "netR": -1.248,
          "holdMinutes": 310
        },
        {
          "entryTs": 1703756100,
          "entryUtc": "2023-12-28T09:35:00.000Z",
          "exitTs": 1703757900,
          "dir": -1,
          "entryPrice": 2076.135,
          "exitPrice": 2078.479,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 30
        },
        {
          "entryTs": 1703766600,
          "entryUtc": "2023-12-28T12:30:00.000Z",
          "exitTs": 1703768340,
          "dir": -1,
          "entryPrice": 2074.755,
          "exitPrice": 2076.523,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2375,
          "holdMinutes": 29
        },
        {
          "entryTs": 1703795700,
          "entryUtc": "2023-12-28T20:35:00.000Z",
          "exitTs": 1703799360,
          "dir": -1,
          "entryPrice": 2068.555,
          "exitPrice": 2065.412,
          "stopDistance": 1.571,
          "outcome": "target",
          "netR": 1.7645,
          "holdMinutes": 61
        },
        {
          "entryTs": 1703847300,
          "entryUtc": "2023-12-29T10:55:00.000Z",
          "exitTs": 1703847720,
          "dir": -1,
          "entryPrice": 2064.564,
          "exitPrice": 2066.287,
          "stopDistance": 1.723,
          "outcome": "stop",
          "netR": -1.2438,
          "holdMinutes": 7
        },
        {
          "entryTs": 1704178200,
          "entryUtc": "2024-01-02T06:50:00.000Z",
          "exitTs": 1704182520,
          "dir": 1,
          "entryPrice": 2074.638,
          "exitPrice": 2072.998,
          "stopDistance": 1.64,
          "outcome": "stop",
          "netR": -1.2561,
          "holdMinutes": 72
        },
        {
          "entryTs": 1704189900,
          "entryUtc": "2024-01-02T10:05:00.000Z",
          "exitTs": 1704190680,
          "dir": 1,
          "entryPrice": 2076.378,
          "exitPrice": 2074.439,
          "stopDistance": 1.939,
          "outcome": "stop",
          "netR": -1.2167,
          "holdMinutes": 13
        },
        {
          "entryTs": 1704285900,
          "entryUtc": "2024-01-03T12:45:00.000Z",
          "exitTs": 1704289620,
          "dir": -1,
          "entryPrice": 2045.965,
          "exitPrice": 2040.3,
          "stopDistance": 2.833,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 62
        },
        {
          "entryTs": 1704293700,
          "entryUtc": "2024-01-03T14:55:00.000Z",
          "exitTs": 1704294000,
          "dir": -1,
          "entryPrice": 2038.045,
          "exitPrice": 2041.348,
          "stopDistance": 3.303,
          "outcome": "stop",
          "netR": -1.1272,
          "holdMinutes": 5
        },
        {
          "entryTs": 1704327000,
          "entryUtc": "2024-01-04T00:10:00.000Z",
          "exitTs": 1704331740,
          "dir": 1,
          "entryPrice": 2042.265,
          "exitPrice": 2041.027,
          "stopDistance": 1.238,
          "outcome": "stop",
          "netR": -1.3392,
          "holdMinutes": 79
        },
        {
          "entryTs": 1704336300,
          "entryUtc": "2024-01-04T02:45:00.000Z",
          "exitTs": 1704338100,
          "dir": 1,
          "entryPrice": 2042.998,
          "exitPrice": 2045.56,
          "stopDistance": 1.281,
          "outcome": "target",
          "netR": 1.7112,
          "holdMinutes": 30
        },
        {
          "entryTs": 1704345600,
          "entryUtc": "2024-01-04T05:20:00.000Z",
          "exitTs": 1704348180,
          "dir": -1,
          "entryPrice": 2043.565,
          "exitPrice": 2044.68,
          "stopDistance": 1.115,
          "outcome": "stop",
          "netR": -1.3767,
          "holdMinutes": 43
        },
        {
          "entryTs": 1704371700,
          "entryUtc": "2024-01-04T12:35:00.000Z",
          "exitTs": 1704374460,
          "dir": -1,
          "entryPrice": 2045.955,
          "exitPrice": 2042.706,
          "stopDistance": 1.625,
          "outcome": "target",
          "netR": 1.7722,
          "holdMinutes": 46
        },
        {
          "entryTs": 1704432900,
          "entryUtc": "2024-01-05T05:35:00.000Z",
          "exitTs": 1704435900,
          "dir": -1,
          "entryPrice": 2044.325,
          "exitPrice": 2042.467,
          "stopDistance": 0.929,
          "outcome": "target",
          "netR": 1.6017,
          "holdMinutes": 50
        },
        {
          "entryTs": 1704438300,
          "entryUtc": "2024-01-05T07:05:00.000Z",
          "exitTs": 1704438660,
          "dir": -1,
          "entryPrice": 2042.895,
          "exitPrice": 2044.211,
          "stopDistance": 1.316,
          "outcome": "stop",
          "netR": -1.3192,
          "holdMinutes": 6
        },
        {
          "entryTs": 1704470400,
          "entryUtc": "2024-01-05T16:00:00.000Z",
          "exitTs": 1704473220,
          "dir": 1,
          "entryPrice": 2054.815,
          "exitPrice": 2049.334,
          "stopDistance": 5.481,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 47
        },
        {
          "entryTs": 1704479100,
          "entryUtc": "2024-01-05T18:25:00.000Z",
          "exitTs": 1704479940,
          "dir": -1,
          "entryPrice": 2042.575,
          "exitPrice": 2045.732,
          "stopDistance": 3.157,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 14
        },
        {
          "entryTs": 1704483900,
          "entryUtc": "2024-01-05T19:45:00.000Z",
          "exitTs": 1704485400,
          "dir": 1,
          "entryPrice": 2046.525,
          "exitPrice": 2044.192,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 25
        },
        {
          "entryTs": 1704688200,
          "entryUtc": "2024-01-08T04:30:00.000Z",
          "exitTs": 1704692040,
          "dir": -1,
          "entryPrice": 2036.755,
          "exitPrice": 2033.255,
          "stopDistance": 1.75,
          "outcome": "target",
          "netR": 1.7886,
          "holdMinutes": 64
        },
        {
          "entryTs": 1704694200,
          "entryUtc": "2024-01-08T06:10:00.000Z",
          "exitTs": 1704704040,
          "dir": -1,
          "entryPrice": 2031.795,
          "exitPrice": 2027.537,
          "stopDistance": 2.129,
          "outcome": "target",
          "netR": 1.8262,
          "holdMinutes": 164
        },
        {
          "entryTs": 1704718200,
          "entryUtc": "2024-01-08T12:50:00.000Z",
          "exitTs": 1704718560,
          "dir": -1,
          "entryPrice": 2021.585,
          "exitPrice": 2023.729,
          "stopDistance": 2.144,
          "outcome": "stop",
          "netR": -1.1959,
          "holdMinutes": 6
        },
        {
          "entryTs": 1704731700,
          "entryUtc": "2024-01-08T16:35:00.000Z",
          "exitTs": 1704734520,
          "dir": 1,
          "entryPrice": 2032.775,
          "exitPrice": 2029.734,
          "stopDistance": 3.041,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 47
        },
        {
          "entryTs": 1704750300,
          "entryUtc": "2024-01-08T21:45:00.000Z",
          "exitTs": 1704757500,
          "dir": 1,
          "entryPrice": 2028.008,
          "exitPrice": 2030.016,
          "stopDistance": 1.004,
          "outcome": "target",
          "netR": 1.6314,
          "holdMinutes": 120
        },
        {
          "entryTs": 1704797400,
          "entryUtc": "2024-01-09T10:50:00.000Z",
          "exitTs": 1704797700,
          "dir": 1,
          "entryPrice": 2036.735,
          "exitPrice": 2035.003,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2425,
          "holdMinutes": 5
        },
        {
          "entryTs": 1704818400,
          "entryUtc": "2024-01-09T16:40:00.000Z",
          "exitTs": 1704848400,
          "dir": -1,
          "entryPrice": 2030.935,
          "exitPrice": 2029.765,
          "stopDistance": 2.84,
          "outcome": "time",
          "netR": 0.2817,
          "holdMinutes": 500
        },
        {
          "entryTs": 1704913200,
          "entryUtc": "2024-01-10T19:00:00.000Z",
          "exitTs": 1704927900,
          "dir": -1,
          "entryPrice": 2023.585,
          "exitPrice": 2025.363,
          "stopDistance": 1.778,
          "outcome": "stop",
          "netR": -1.2362,
          "holdMinutes": 245
        },
        {
          "entryTs": 1704940800,
          "entryUtc": "2024-01-11T02:40:00.000Z",
          "exitTs": 1704949200,
          "dir": 1,
          "entryPrice": 2029.435,
          "exitPrice": 2032.356,
          "stopDistance": 1.46,
          "outcome": "target",
          "netR": 1.7467,
          "holdMinutes": 140
        },
        {
          "entryTs": 1704950100,
          "entryUtc": "2024-01-11T05:15:00.000Z",
          "exitTs": 1704951900,
          "dir": 1,
          "entryPrice": 2031.294,
          "exitPrice": 2033.467,
          "stopDistance": 1.087,
          "outcome": "target",
          "netR": 1.6595,
          "holdMinutes": 30
        },
        {
          "entryTs": 1704966600,
          "entryUtc": "2024-01-11T09:50:00.000Z",
          "exitTs": 1704972300,
          "dir": -1,
          "entryPrice": 2031.855,
          "exitPrice": 2033.222,
          "stopDistance": 1.367,
          "outcome": "stop",
          "netR": -1.3071,
          "holdMinutes": 95
        },
        {
          "entryTs": 1704996900,
          "entryUtc": "2024-01-11T18:15:00.000Z",
          "exitTs": 1704999960,
          "dir": -1,
          "entryPrice": 2016.315,
          "exitPrice": 2019.423,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 51
        },
        {
          "entryTs": 1705004400,
          "entryUtc": "2024-01-11T20:20:00.000Z",
          "exitTs": 1705007760,
          "dir": 1,
          "entryPrice": 2023.905,
          "exitPrice": 2028.897,
          "stopDistance": 2.496,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 56
        },
        {
          "entryTs": 1705018500,
          "entryUtc": "2024-01-12T00:15:00.000Z",
          "exitTs": 1705021260,
          "dir": 1,
          "entryPrice": 2032.015,
          "exitPrice": 2030.095,
          "stopDistance": 1.92,
          "outcome": "stop",
          "netR": -1.2187,
          "holdMinutes": 46
        },
        {
          "entryTs": 1705030500,
          "entryUtc": "2024-01-12T03:35:00.000Z",
          "exitTs": 1705032300,
          "dir": 1,
          "entryPrice": 2034.275,
          "exitPrice": 2032.937,
          "stopDistance": 1.338,
          "outcome": "stop",
          "netR": -1.314,
          "holdMinutes": 30
        },
        {
          "entryTs": 1705041600,
          "entryUtc": "2024-01-12T06:40:00.000Z",
          "exitTs": 1705044540,
          "dir": 1,
          "entryPrice": 2035.295,
          "exitPrice": 2037.657,
          "stopDistance": 1.181,
          "outcome": "target",
          "netR": 1.6867,
          "holdMinutes": 49
        },
        {
          "entryTs": 1705064400,
          "entryUtc": "2024-01-12T13:00:00.000Z",
          "exitTs": 1705064460,
          "dir": 1,
          "entryPrice": 2047.765,
          "exitPrice": 2045.53,
          "stopDistance": 2.235,
          "outcome": "stop",
          "netR": -1.1879,
          "holdMinutes": 1
        },
        {
          "entryTs": 1705071600,
          "entryUtc": "2024-01-12T15:00:00.000Z",
          "exitTs": 1705074180,
          "dir": 1,
          "entryPrice": 2055.755,
          "exitPrice": 2052.1,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 43
        },
        {
          "entryTs": 1705083300,
          "entryUtc": "2024-01-12T18:15:00.000Z",
          "exitTs": 1705083720,
          "dir": -1,
          "entryPrice": 2045.385,
          "exitPrice": 2048.088,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 7
        },
        {
          "entryTs": 1705088100,
          "entryUtc": "2024-01-12T19:35:00.000Z",
          "exitTs": 1705273200,
          "dir": 1,
          "entryPrice": 2047.685,
          "exitPrice": 2047.035,
          "stopDistance": 1.872,
          "outcome": "time",
          "netR": -0.545,
          "holdMinutes": 3085
        },
        {
          "entryTs": 1705328700,
          "entryUtc": "2024-01-15T14:25:00.000Z",
          "exitTs": 1705328940,
          "dir": 1,
          "entryPrice": 2053.305,
          "exitPrice": 2052.163,
          "stopDistance": 1.142,
          "outcome": "stop",
          "netR": -1.3678,
          "holdMinutes": 4
        },
        {
          "entryTs": 1705343100,
          "entryUtc": "2024-01-15T18:25:00.000Z",
          "exitTs": 1705346100,
          "dir": 1,
          "entryPrice": 2054.725,
          "exitPrice": 2053.775,
          "stopDistance": 0.95,
          "outcome": "stop",
          "netR": -1.4423,
          "holdMinutes": 50
        },
        {
          "entryTs": 1705379400,
          "entryUtc": "2024-01-16T04:30:00.000Z",
          "exitTs": 1705383180,
          "dir": -1,
          "entryPrice": 2049.785,
          "exitPrice": 2047.701,
          "stopDistance": 1.042,
          "outcome": "target",
          "netR": 1.6449,
          "holdMinutes": 63
        },
        {
          "entryTs": 1705399800,
          "entryUtc": "2024-01-16T10:10:00.000Z",
          "exitTs": 1705407060,
          "dir": -1,
          "entryPrice": 2041.705,
          "exitPrice": 2037.347,
          "stopDistance": 2.179,
          "outcome": "target",
          "netR": 1.8302,
          "holdMinutes": 121
        },
        {
          "entryTs": 1705474800,
          "entryUtc": "2024-01-17T07:00:00.000Z",
          "exitTs": 1705476360,
          "dir": -1,
          "entryPrice": 2019.165,
          "exitPrice": 2020.679,
          "stopDistance": 1.514,
          "outcome": "stop",
          "netR": -1.2774,
          "holdMinutes": 26
        },
        {
          "entryTs": 1705484400,
          "entryUtc": "2024-01-17T09:40:00.000Z",
          "exitTs": 1705485540,
          "dir": -1,
          "entryPrice": 2021.395,
          "exitPrice": 2023.153,
          "stopDistance": 1.758,
          "outcome": "stop",
          "netR": -1.2389,
          "holdMinutes": 19
        },
        {
          "entryTs": 1705490100,
          "entryUtc": "2024-01-17T11:15:00.000Z",
          "exitTs": 1705496280,
          "dir": 1,
          "entryPrice": 2024.475,
          "exitPrice": 2028.463,
          "stopDistance": 1.994,
          "outcome": "target",
          "netR": 1.8145,
          "holdMinutes": 103
        },
        {
          "entryTs": 1705537500,
          "entryUtc": "2024-01-18T00:25:00.000Z",
          "exitTs": 1705539600,
          "dir": 1,
          "entryPrice": 2008.485,
          "exitPrice": 2010.778,
          "stopDistance": 1.146,
          "outcome": "target",
          "netR": 1.6773,
          "holdMinutes": 35
        },
        {
          "entryTs": 1705541700,
          "entryUtc": "2024-01-18T01:35:00.000Z",
          "exitTs": 1705543020,
          "dir": 1,
          "entryPrice": 2009.505,
          "exitPrice": 2012,
          "stopDistance": 1.247,
          "outcome": "target",
          "netR": 1.7034,
          "holdMinutes": 22
        },
        {
          "entryTs": 1705560600,
          "entryUtc": "2024-01-18T06:50:00.000Z",
          "exitTs": 1705561920,
          "dir": 1,
          "entryPrice": 2011.115,
          "exitPrice": 2013.899,
          "stopDistance": 1.392,
          "outcome": "target",
          "netR": 1.7342,
          "holdMinutes": 22
        },
        {
          "entryTs": 1705562700,
          "entryUtc": "2024-01-18T07:25:00.000Z",
          "exitTs": 1705565400,
          "dir": 1,
          "entryPrice": 2011.495,
          "exitPrice": 2010.015,
          "stopDistance": 1.48,
          "outcome": "stop",
          "netR": -1.2839,
          "holdMinutes": 45
        },
        {
          "entryTs": 1705593600,
          "entryUtc": "2024-01-18T16:00:00.000Z",
          "exitTs": 1705602180,
          "dir": 1,
          "entryPrice": 2013.515,
          "exitPrice": 2018.406,
          "stopDistance": 2.445,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 143
        },
        {
          "entryTs": 1705620300,
          "entryUtc": "2024-01-18T23:25:00.000Z",
          "exitTs": 1705620600,
          "dir": 1,
          "entryPrice": 2022.725,
          "exitPrice": 2021.663,
          "stopDistance": 1.062,
          "outcome": "stop",
          "netR": -1.3955,
          "holdMinutes": 5
        },
        {
          "entryTs": 1705652400,
          "entryUtc": "2024-01-19T08:20:00.000Z",
          "exitTs": 1705654440,
          "dir": 1,
          "entryPrice": 2026.355,
          "exitPrice": 2029.66,
          "stopDistance": 1.652,
          "outcome": "target",
          "netR": 1.7761,
          "holdMinutes": 34
        },
        {
          "entryTs": 1705660500,
          "entryUtc": "2024-01-19T10:35:00.000Z",
          "exitTs": 1705664580,
          "dir": 1,
          "entryPrice": 2029.315,
          "exitPrice": 2031.811,
          "stopDistance": 1.248,
          "outcome": "target",
          "netR": 1.7036,
          "holdMinutes": 68
        },
        {
          "entryTs": 1705978800,
          "entryUtc": "2024-01-23T03:00:00.000Z",
          "exitTs": 1705981260,
          "dir": 1,
          "entryPrice": 2022.595,
          "exitPrice": 2024.961,
          "stopDistance": 1.183,
          "outcome": "target",
          "netR": 1.6873,
          "holdMinutes": 41
        },
        {
          "entryTs": 1706011800,
          "entryUtc": "2024-01-23T12:10:00.000Z",
          "exitTs": 1706014440,
          "dir": -1,
          "entryPrice": 2024.338,
          "exitPrice": 2026.028,
          "stopDistance": 1.69,
          "outcome": "stop",
          "netR": -1.2485,
          "holdMinutes": 44
        },
        {
          "entryTs": 1706040300,
          "entryUtc": "2024-01-23T20:05:00.000Z",
          "exitTs": 1706052660,
          "dir": 1,
          "entryPrice": 2028.918,
          "exitPrice": 2027.311,
          "stopDistance": 1.607,
          "outcome": "stop",
          "netR": -1.2614,
          "holdMinutes": 206
        },
        {
          "entryTs": 1706141100,
          "entryUtc": "2024-01-25T00:05:00.000Z",
          "exitTs": 1706146020,
          "dir": 1,
          "entryPrice": 2015.855,
          "exitPrice": 2014.541,
          "stopDistance": 1.314,
          "outcome": "stop",
          "netR": -1.3196,
          "holdMinutes": 82
        },
        {
          "entryTs": 1706179200,
          "entryUtc": "2024-01-25T10:40:00.000Z",
          "exitTs": 1706184960,
          "dir": 1,
          "entryPrice": 2017.345,
          "exitPrice": 2015.816,
          "stopDistance": 1.529,
          "outcome": "stop",
          "netR": -1.2748,
          "holdMinutes": 96
        },
        {
          "entryTs": 1706203500,
          "entryUtc": "2024-01-25T17:25:00.000Z",
          "exitTs": 1706207220,
          "dir": -1,
          "entryPrice": 2015.875,
          "exitPrice": 2018.168,
          "stopDistance": 2.293,
          "outcome": "stop",
          "netR": -1.1831,
          "holdMinutes": 62
        },
        {
          "entryTs": 1706214900,
          "entryUtc": "2024-01-25T20:35:00.000Z",
          "exitTs": 1706216340,
          "dir": 1,
          "entryPrice": 2017.355,
          "exitPrice": 2019.825,
          "stopDistance": 1.235,
          "outcome": "target",
          "netR": 1.7004,
          "holdMinutes": 24
        },
        {
          "entryTs": 1706283300,
          "entryUtc": "2024-01-26T15:35:00.000Z",
          "exitTs": 1706482800,
          "dir": -1,
          "entryPrice": 2019.135,
          "exitPrice": 2021.838,
          "stopDistance": 2.703,
          "outcome": "stop",
          "netR": -1.1554,
          "holdMinutes": 3325
        },
        {
          "entryTs": 1706504100,
          "entryUtc": "2024-01-29T04:55:00.000Z",
          "exitTs": 1706505900,
          "dir": 1,
          "entryPrice": 2025.855,
          "exitPrice": 2024.75,
          "stopDistance": 1.105,
          "outcome": "stop",
          "netR": -1.3802,
          "holdMinutes": 30
        },
        {
          "entryTs": 1706514900,
          "entryUtc": "2024-01-29T07:55:00.000Z",
          "exitTs": 1706519520,
          "dir": 1,
          "entryPrice": 2031.305,
          "exitPrice": 2029.813,
          "stopDistance": 1.492,
          "outcome": "stop",
          "netR": -1.2815,
          "holdMinutes": 77
        },
        {
          "entryTs": 1706526300,
          "entryUtc": "2024-01-29T11:05:00.000Z",
          "exitTs": 1706530980,
          "dir": -1,
          "entryPrice": 2028.195,
          "exitPrice": 2029.641,
          "stopDistance": 1.446,
          "outcome": "stop",
          "netR": -1.2904,
          "holdMinutes": 78
        },
        {
          "entryTs": 1706538300,
          "entryUtc": "2024-01-29T14:25:00.000Z",
          "exitTs": 1706538600,
          "dir": 1,
          "entryPrice": 2033.455,
          "exitPrice": 2031.445,
          "stopDistance": 2.01,
          "outcome": "stop",
          "netR": -1.2089,
          "holdMinutes": 5
        },
        {
          "entryTs": 1706543100,
          "entryUtc": "2024-01-29T15:45:00.000Z",
          "exitTs": 1706546040,
          "dir": -1,
          "entryPrice": 2024.545,
          "exitPrice": 2027.089,
          "stopDistance": 2.544,
          "outcome": "stop",
          "netR": -1.1651,
          "holdMinutes": 49
        },
        {
          "entryTs": 1706586900,
          "entryUtc": "2024-01-30T03:55:00.000Z",
          "exitTs": 1706595060,
          "dir": 1,
          "entryPrice": 2031.855,
          "exitPrice": 2033.574,
          "stopDistance": 0.86,
          "outcome": "target",
          "netR": 1.5696,
          "holdMinutes": 136
        },
        {
          "entryTs": 1706597400,
          "entryUtc": "2024-01-30T06:50:00.000Z",
          "exitTs": 1706599980,
          "dir": 1,
          "entryPrice": 2033.895,
          "exitPrice": 2036.458,
          "stopDistance": 1.282,
          "outcome": "target",
          "netR": 1.7113,
          "holdMinutes": 43
        },
        {
          "entryTs": 1706615700,
          "entryUtc": "2024-01-30T11:55:00.000Z",
          "exitTs": 1706617020,
          "dir": -1,
          "entryPrice": 2033.785,
          "exitPrice": 2035.173,
          "stopDistance": 1.388,
          "outcome": "stop",
          "netR": -1.3026,
          "holdMinutes": 22
        },
        {
          "entryTs": 1706633100,
          "entryUtc": "2024-01-30T16:45:00.000Z",
          "exitTs": 1706643360,
          "dir": -1,
          "entryPrice": 2033.985,
          "exitPrice": 2036.564,
          "stopDistance": 2.579,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 171
        },
        {
          "entryTs": 1706645400,
          "entryUtc": "2024-01-30T20:10:00.000Z",
          "exitTs": 1706659860,
          "dir": 1,
          "entryPrice": 2035.205,
          "exitPrice": 2037.818,
          "stopDistance": 1.307,
          "outcome": "target",
          "netR": 1.7168,
          "holdMinutes": 241
        },
        {
          "entryTs": 1706670600,
          "entryUtc": "2024-01-31T03:10:00.000Z",
          "exitTs": 1706680560,
          "dir": -1,
          "entryPrice": 2034.025,
          "exitPrice": 2034.98,
          "stopDistance": 0.955,
          "outcome": "stop",
          "netR": -1.44,
          "holdMinutes": 166
        },
        {
          "entryTs": 1706682600,
          "entryUtc": "2024-01-31T06:30:00.000Z",
          "exitTs": 1706683200,
          "dir": 1,
          "entryPrice": 2034.405,
          "exitPrice": 2033.675,
          "stopDistance": 0.73,
          "outcome": "stop",
          "netR": -1.5757,
          "holdMinutes": 10
        },
        {
          "entryTs": 1706687700,
          "entryUtc": "2024-01-31T07:55:00.000Z",
          "exitTs": 1706689380,
          "dir": 1,
          "entryPrice": 2036.065,
          "exitPrice": 2038.695,
          "stopDistance": 1.315,
          "outcome": "target",
          "netR": 1.7186,
          "holdMinutes": 28
        },
        {
          "entryTs": 1706735700,
          "entryUtc": "2024-01-31T21:15:00.000Z",
          "exitTs": 1706742480,
          "dir": -1,
          "entryPrice": 2036.565,
          "exitPrice": 2040.868,
          "stopDistance": 4.303,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 113
        },
        {
          "entryTs": 1706757600,
          "entryUtc": "2024-02-01T03:20:00.000Z",
          "exitTs": 1706765820,
          "dir": 1,
          "entryPrice": 2046.245,
          "exitPrice": 2044.684,
          "stopDistance": 1.561,
          "outcome": "stop",
          "netR": -1.2691,
          "holdMinutes": 137
        },
        {
          "entryTs": 1706776500,
          "entryUtc": "2024-02-01T08:35:00.000Z",
          "exitTs": 1706783100,
          "dir": -1,
          "entryPrice": 2041.705,
          "exitPrice": 2038.104,
          "stopDistance": 1.801,
          "outcome": "target",
          "netR": 1.7945,
          "holdMinutes": 110
        },
        {
          "entryTs": 1706788500,
          "entryUtc": "2024-02-01T11:55:00.000Z",
          "exitTs": 1706794380,
          "dir": -1,
          "entryPrice": 2033.965,
          "exitPrice": 2036.174,
          "stopDistance": 2.209,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 98
        },
        {
          "entryTs": 1706819400,
          "entryUtc": "2024-02-01T20:30:00.000Z",
          "exitTs": 1706849400,
          "dir": -1,
          "entryPrice": 2054.925,
          "exitPrice": 2054.285,
          "stopDistance": 2.171,
          "outcome": "time",
          "netR": 0.1244,
          "holdMinutes": 500
        },
        {
          "entryTs": 1706875800,
          "entryUtc": "2024-02-02T12:10:00.000Z",
          "exitTs": 1706878080,
          "dir": 1,
          "entryPrice": 2055.295,
          "exitPrice": 2054.2,
          "stopDistance": 1.094,
          "outcome": "stop",
          "netR": -1.3837,
          "holdMinutes": 38
        },
        {
          "entryTs": 1706885400,
          "entryUtc": "2024-02-02T14:50:00.000Z",
          "exitTs": 1706910600,
          "dir": -1,
          "entryPrice": 2034.554,
          "exitPrice": 2038.924,
          "stopDistance": 4.37,
          "outcome": "stop",
          "netR": -1.0961,
          "holdMinutes": 420
        },
        {
          "entryTs": 1707095400,
          "entryUtc": "2024-02-05T01:10:00.000Z",
          "exitTs": 1707098160,
          "dir": -1,
          "entryPrice": 2036.275,
          "exitPrice": 2037.981,
          "stopDistance": 1.706,
          "outcome": "stop",
          "netR": -1.2463,
          "holdMinutes": 46
        },
        {
          "entryTs": 1707124200,
          "entryUtc": "2024-02-05T09:10:00.000Z",
          "exitTs": 1707131580,
          "dir": -1,
          "entryPrice": 2023.875,
          "exitPrice": 2025.592,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2445,
          "holdMinutes": 123
        },
        {
          "entryTs": 1707135000,
          "entryUtc": "2024-02-05T12:10:00.000Z",
          "exitTs": 1707136200,
          "dir": 1,
          "entryPrice": 2026.118,
          "exitPrice": 2024.673,
          "stopDistance": 1.445,
          "outcome": "stop",
          "netR": -1.2907,
          "holdMinutes": 20
        },
        {
          "entryTs": 1707143700,
          "entryUtc": "2024-02-05T14:35:00.000Z",
          "exitTs": 1707144360,
          "dir": -1,
          "entryPrice": 2018.395,
          "exitPrice": 2020.771,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1768,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707169800,
          "entryUtc": "2024-02-05T21:50:00.000Z",
          "exitTs": 1707179040,
          "dir": -1,
          "entryPrice": 2024.908,
          "exitPrice": 2025.77,
          "stopDistance": 0.862,
          "outcome": "stop",
          "netR": -1.4873,
          "holdMinutes": 154
        },
        {
          "entryTs": 1707193200,
          "entryUtc": "2024-02-06T04:20:00.000Z",
          "exitTs": 1707193980,
          "dir": -1,
          "entryPrice": 2024.475,
          "exitPrice": 2025.459,
          "stopDistance": 0.984,
          "outcome": "stop",
          "netR": -1.4266,
          "holdMinutes": 13
        },
        {
          "entryTs": 1707212400,
          "entryUtc": "2024-02-06T09:40:00.000Z",
          "exitTs": 1707219120,
          "dir": -1,
          "entryPrice": 2024.885,
          "exitPrice": 2026.227,
          "stopDistance": 1.342,
          "outcome": "stop",
          "netR": -1.313,
          "holdMinutes": 112
        },
        {
          "entryTs": 1707235800,
          "entryUtc": "2024-02-06T16:10:00.000Z",
          "exitTs": 1707240360,
          "dir": 1,
          "entryPrice": 2035.098,
          "exitPrice": 2032.445,
          "stopDistance": 2.653,
          "outcome": "stop",
          "netR": -1.1583,
          "holdMinutes": 76
        },
        {
          "entryTs": 1707253500,
          "entryUtc": "2024-02-06T21:05:00.000Z",
          "exitTs": 1707283500,
          "dir": -1,
          "entryPrice": 2035.725,
          "exitPrice": 2034.975,
          "stopDistance": 0.969,
          "outcome": "time",
          "netR": 0.3922,
          "holdMinutes": 500
        },
        {
          "entryTs": 1707289200,
          "entryUtc": "2024-02-07T07:00:00.000Z",
          "exitTs": 1707290100,
          "dir": -1,
          "entryPrice": 2033.385,
          "exitPrice": 2034.25,
          "stopDistance": 0.865,
          "outcome": "stop",
          "netR": -1.4855,
          "holdMinutes": 15
        },
        {
          "entryTs": 1707333300,
          "entryUtc": "2024-02-07T19:15:00.000Z",
          "exitTs": 1707350460,
          "dir": -1,
          "entryPrice": 2035.175,
          "exitPrice": 2036.608,
          "stopDistance": 1.433,
          "outcome": "stop",
          "netR": -1.2931,
          "holdMinutes": 286
        },
        {
          "entryTs": 1707365700,
          "entryUtc": "2024-02-08T04:15:00.000Z",
          "exitTs": 1707368580,
          "dir": -1,
          "entryPrice": 2033.245,
          "exitPrice": 2031.289,
          "stopDistance": 0.978,
          "outcome": "target",
          "netR": 1.6217,
          "holdMinutes": 48
        },
        {
          "entryTs": 1707370800,
          "entryUtc": "2024-02-08T05:40:00.000Z",
          "exitTs": 1707371820,
          "dir": -1,
          "entryPrice": 2032.635,
          "exitPrice": 2033.564,
          "stopDistance": 0.929,
          "outcome": "stop",
          "netR": -1.4521,
          "holdMinutes": 17
        },
        {
          "entryTs": 1707383700,
          "entryUtc": "2024-02-08T09:15:00.000Z",
          "exitTs": 1707385260,
          "dir": -1,
          "entryPrice": 2031.085,
          "exitPrice": 2032.308,
          "stopDistance": 1.223,
          "outcome": "stop",
          "netR": -1.3433,
          "holdMinutes": 26
        },
        {
          "entryTs": 1707398700,
          "entryUtc": "2024-02-08T13:25:00.000Z",
          "exitTs": 1707399060,
          "dir": -1,
          "entryPrice": 2026.215,
          "exitPrice": 2022.31,
          "stopDistance": 1.952,
          "outcome": "target",
          "netR": 1.8105,
          "holdMinutes": 6
        },
        {
          "entryTs": 1707425700,
          "entryUtc": "2024-02-08T20:55:00.000Z",
          "exitTs": 1707433200,
          "dir": 1,
          "entryPrice": 2032.755,
          "exitPrice": 2034.691,
          "stopDistance": 0.968,
          "outcome": "target",
          "netR": 1.6177,
          "holdMinutes": 125
        },
        {
          "entryTs": 1707435000,
          "entryUtc": "2024-02-08T23:30:00.000Z",
          "exitTs": 1707438900,
          "dir": 1,
          "entryPrice": 2033.885,
          "exitPrice": 2033.161,
          "stopDistance": 0.724,
          "outcome": "stop",
          "netR": -1.5799,
          "holdMinutes": 65
        },
        {
          "entryTs": 1707478800,
          "entryUtc": "2024-02-09T11:40:00.000Z",
          "exitTs": 1707479460,
          "dir": 1,
          "entryPrice": 2032.415,
          "exitPrice": 2031.358,
          "stopDistance": 1.057,
          "outcome": "stop",
          "netR": -1.3972,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707503400,
          "entryUtc": "2024-02-09T18:30:00.000Z",
          "exitTs": 1707692400,
          "dir": 1,
          "entryPrice": 2024.215,
          "exitPrice": 2025.225,
          "stopDistance": 1.625,
          "outcome": "time",
          "netR": 0.3939,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1707727200,
          "entryUtc": "2024-02-12T08:40:00.000Z",
          "exitTs": 1707728040,
          "dir": 1,
          "entryPrice": 2025.265,
          "exitPrice": 2024.113,
          "stopDistance": 1.152,
          "outcome": "stop",
          "netR": -1.3645,
          "holdMinutes": 14
        },
        {
          "entryTs": 1707734400,
          "entryUtc": "2024-02-12T10:40:00.000Z",
          "exitTs": 1707737460,
          "dir": -1,
          "entryPrice": 2020.855,
          "exitPrice": 2021.929,
          "stopDistance": 1.074,
          "outcome": "stop",
          "netR": -1.391,
          "holdMinutes": 51
        },
        {
          "entryTs": 1707765900,
          "entryUtc": "2024-02-12T19:25:00.000Z",
          "exitTs": 1707766080,
          "dir": 1,
          "entryPrice": 2020.208,
          "exitPrice": 2018.859,
          "stopDistance": 1.349,
          "outcome": "stop",
          "netR": -1.3112,
          "holdMinutes": 3
        },
        {
          "entryTs": 1707782700,
          "entryUtc": "2024-02-13T00:05:00.000Z",
          "exitTs": 1707783360,
          "dir": -1,
          "entryPrice": 2018.865,
          "exitPrice": 2019.436,
          "stopDistance": 0.571,
          "outcome": "stop",
          "netR": -1.7351,
          "holdMinutes": 11
        },
        {
          "entryTs": 1707795900,
          "entryUtc": "2024-02-13T03:45:00.000Z",
          "exitTs": 1707797460,
          "dir": -1,
          "entryPrice": 2018.385,
          "exitPrice": 2019.145,
          "stopDistance": 0.76,
          "outcome": "stop",
          "netR": -1.5528,
          "holdMinutes": 26
        },
        {
          "entryTs": 1707825300,
          "entryUtc": "2024-02-13T11:55:00.000Z",
          "exitTs": 1707830820,
          "dir": 1,
          "entryPrice": 2027.655,
          "exitPrice": 2029.752,
          "stopDistance": 1.049,
          "outcome": "target",
          "netR": 1.6471,
          "holdMinutes": 92
        },
        {
          "entryTs": 1707840300,
          "entryUtc": "2024-02-13T16:05:00.000Z",
          "exitTs": 1707870300,
          "dir": -1,
          "entryPrice": 1994.995,
          "exitPrice": 1992.525,
          "stopDistance": 3.657,
          "outcome": "time",
          "netR": 0.5742,
          "holdMinutes": 500
        },
        {
          "entryTs": 1707900300,
          "entryUtc": "2024-02-14T08:45:00.000Z",
          "exitTs": 1707904080,
          "dir": -1,
          "entryPrice": 1989.155,
          "exitPrice": 1990.854,
          "stopDistance": 1.699,
          "outcome": "stop",
          "netR": -1.2472,
          "holdMinutes": 63
        },
        {
          "entryTs": 1707906000,
          "entryUtc": "2024-02-14T10:20:00.000Z",
          "exitTs": 1707908340,
          "dir": 1,
          "entryPrice": 1990.315,
          "exitPrice": 1993.086,
          "stopDistance": 1.386,
          "outcome": "target",
          "netR": 1.733,
          "holdMinutes": 39
        },
        {
          "entryTs": 1707931500,
          "entryUtc": "2024-02-14T17:25:00.000Z",
          "exitTs": 1707933840,
          "dir": 1,
          "entryPrice": 1990.995,
          "exitPrice": 1995.887,
          "stopDistance": 2.446,
          "outcome": "target",
          "netR": 1.8487,
          "holdMinutes": 39
        },
        {
          "entryTs": 1707986700,
          "entryUtc": "2024-02-15T08:45:00.000Z",
          "exitTs": 1707993240,
          "dir": 1,
          "entryPrice": 1994.865,
          "exitPrice": 1997.091,
          "stopDistance": 1.113,
          "outcome": "target",
          "netR": 1.6675,
          "holdMinutes": 109
        },
        {
          "entryTs": 1708045800,
          "entryUtc": "2024-02-16T01:10:00.000Z",
          "exitTs": 1708046880,
          "dir": -1,
          "entryPrice": 2002.848,
          "exitPrice": 2003.515,
          "stopDistance": 0.667,
          "outcome": "stop",
          "netR": -1.6297,
          "holdMinutes": 18
        },
        {
          "entryTs": 1708107900,
          "entryUtc": "2024-02-16T18:25:00.000Z",
          "exitTs": 1708297200,
          "dir": 1,
          "entryPrice": 2011.645,
          "exitPrice": 2015.888,
          "stopDistance": 2.122,
          "outcome": "target",
          "netR": 1.8256,
          "holdMinutes": 3155
        },
        {
          "entryTs": 1708313700,
          "entryUtc": "2024-02-19T03:35:00.000Z",
          "exitTs": 1708315020,
          "dir": 1,
          "entryPrice": 2020.855,
          "exitPrice": 2019.535,
          "stopDistance": 1.32,
          "outcome": "stop",
          "netR": -1.3182,
          "holdMinutes": 22
        },
        {
          "entryTs": 1708367700,
          "entryUtc": "2024-02-19T18:35:00.000Z",
          "exitTs": 1708384500,
          "dir": 1,
          "entryPrice": 2017.195,
          "exitPrice": 2016.357,
          "stopDistance": 0.838,
          "outcome": "stop",
          "netR": -1.5013,
          "holdMinutes": 280
        },
        {
          "entryTs": 1708437900,
          "entryUtc": "2024-02-20T14:05:00.000Z",
          "exitTs": 1708440000,
          "dir": 1,
          "entryPrice": 2028.445,
          "exitPrice": 2026.779,
          "stopDistance": 1.666,
          "outcome": "stop",
          "netR": -1.252,
          "holdMinutes": 35
        },
        {
          "entryTs": 1708490400,
          "entryUtc": "2024-02-21T04:40:00.000Z",
          "exitTs": 1708492920,
          "dir": 1,
          "entryPrice": 2030.375,
          "exitPrice": 2029.575,
          "stopDistance": 0.8,
          "outcome": "stop",
          "netR": -1.5247,
          "holdMinutes": 42
        },
        {
          "entryTs": 1708532700,
          "entryUtc": "2024-02-21T16:25:00.000Z",
          "exitTs": 1708536360,
          "dir": -1,
          "entryPrice": 2025.725,
          "exitPrice": 2021.717,
          "stopDistance": 2.004,
          "outcome": "target",
          "netR": 1.8154,
          "holdMinutes": 61
        },
        {
          "entryTs": 1708537800,
          "entryUtc": "2024-02-21T17:50:00.000Z",
          "exitTs": 1708542000,
          "dir": -1,
          "entryPrice": 2023.865,
          "exitPrice": 2020.7,
          "stopDistance": 1.582,
          "outcome": "target",
          "netR": 1.7662,
          "holdMinutes": 70
        },
        {
          "entryTs": 1708580100,
          "entryUtc": "2024-02-22T05:35:00.000Z",
          "exitTs": 1708583700,
          "dir": 1,
          "entryPrice": 2028.465,
          "exitPrice": 2030.261,
          "stopDistance": 0.898,
          "outcome": "target",
          "netR": 1.588,
          "holdMinutes": 60
        },
        {
          "entryTs": 1708638000,
          "entryUtc": "2024-02-22T21:40:00.000Z",
          "exitTs": 1708644180,
          "dir": 1,
          "entryPrice": 2024.005,
          "exitPrice": 2025.57,
          "stopDistance": 0.783,
          "outcome": "target",
          "netR": 1.5272,
          "holdMinutes": 103
        },
        {
          "entryTs": 1708658400,
          "entryUtc": "2024-02-23T03:20:00.000Z",
          "exitTs": 1708661580,
          "dir": -1,
          "entryPrice": 2025.265,
          "exitPrice": 2026.246,
          "stopDistance": 0.981,
          "outcome": "stop",
          "netR": -1.4282,
          "holdMinutes": 53
        },
        {
          "entryTs": 1708663500,
          "entryUtc": "2024-02-23T04:45:00.000Z",
          "exitTs": 1708666020,
          "dir": 1,
          "entryPrice": 2025.805,
          "exitPrice": 2025.149,
          "stopDistance": 0.656,
          "outcome": "stop",
          "netR": -1.6401,
          "holdMinutes": 42
        },
        {
          "entryTs": 1708671300,
          "entryUtc": "2024-02-23T06:55:00.000Z",
          "exitTs": 1708674900,
          "dir": -1,
          "entryPrice": 2021.015,
          "exitPrice": 2022.234,
          "stopDistance": 1.219,
          "outcome": "stop",
          "netR": -1.3446,
          "holdMinutes": 60
        },
        {
          "entryTs": 1708694700,
          "entryUtc": "2024-02-23T13:25:00.000Z",
          "exitTs": 1708696560,
          "dir": 1,
          "entryPrice": 2026.375,
          "exitPrice": 2024.586,
          "stopDistance": 1.789,
          "outcome": "stop",
          "netR": -1.2348,
          "holdMinutes": 31
        },
        {
          "entryTs": 1708716300,
          "entryUtc": "2024-02-23T19:25:00.000Z",
          "exitTs": 1708717200,
          "dir": 1,
          "entryPrice": 2039.305,
          "exitPrice": 2037.779,
          "stopDistance": 1.526,
          "outcome": "stop",
          "netR": -1.2752,
          "holdMinutes": 15
        },
        {
          "entryTs": 1708724700,
          "entryUtc": "2024-02-23T21:45:00.000Z",
          "exitTs": 1708902000,
          "dir": -1,
          "entryPrice": 2035.775,
          "exitPrice": 2034.016,
          "stopDistance": 0.88,
          "outcome": "target",
          "netR": 1.5794,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1708909800,
          "entryUtc": "2024-02-26T01:10:00.000Z",
          "exitTs": 1708911240,
          "dir": -1,
          "entryPrice": 2031.775,
          "exitPrice": 2033.059,
          "stopDistance": 1.284,
          "outcome": "stop",
          "netR": -1.327,
          "holdMinutes": 24
        },
        {
          "entryTs": 1708980900,
          "entryUtc": "2024-02-26T20:55:00.000Z",
          "exitTs": 1708983060,
          "dir": 1,
          "entryPrice": 2032.225,
          "exitPrice": 2031.178,
          "stopDistance": 1.047,
          "outcome": "stop",
          "netR": -1.401,
          "holdMinutes": 36
        },
        {
          "entryTs": 1709001000,
          "entryUtc": "2024-02-27T02:30:00.000Z",
          "exitTs": 1709015880,
          "dir": 1,
          "entryPrice": 2032.895,
          "exitPrice": 2034.606,
          "stopDistance": 0.855,
          "outcome": "target",
          "netR": 1.5674,
          "holdMinutes": 248
        },
        {
          "entryTs": 1709021100,
          "entryUtc": "2024-02-27T08:05:00.000Z",
          "exitTs": 1709022180,
          "dir": 1,
          "entryPrice": 2034.895,
          "exitPrice": 2036.762,
          "stopDistance": 0.933,
          "outcome": "target",
          "netR": 1.6036,
          "holdMinutes": 18
        },
        {
          "entryTs": 1709025000,
          "entryUtc": "2024-02-27T09:10:00.000Z",
          "exitTs": 1709026260,
          "dir": 1,
          "entryPrice": 2037.438,
          "exitPrice": 2036.278,
          "stopDistance": 1.159,
          "outcome": "stop",
          "netR": -1.3622,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709051400,
          "entryUtc": "2024-02-27T16:30:00.000Z",
          "exitTs": 1709054940,
          "dir": -1,
          "entryPrice": 2033.855,
          "exitPrice": 2030.115,
          "stopDistance": 1.87,
          "outcome": "target",
          "netR": 1.8021,
          "holdMinutes": 59
        },
        {
          "entryTs": 1709059200,
          "entryUtc": "2024-02-27T18:40:00.000Z",
          "exitTs": 1709060460,
          "dir": 1,
          "entryPrice": 2033.425,
          "exitPrice": 2031.863,
          "stopDistance": 1.562,
          "outcome": "stop",
          "netR": -1.269,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709108100,
          "entryUtc": "2024-02-28T08:15:00.000Z",
          "exitTs": 1709110440,
          "dir": -1,
          "entryPrice": 2028.735,
          "exitPrice": 2026.923,
          "stopDistance": 0.906,
          "outcome": "target",
          "netR": 1.5917,
          "holdMinutes": 39
        },
        {
          "entryTs": 1709164800,
          "entryUtc": "2024-02-29T00:00:00.000Z",
          "exitTs": 1709168280,
          "dir": 1,
          "entryPrice": 2034.575,
          "exitPrice": 2033.912,
          "stopDistance": 0.663,
          "outcome": "stop",
          "netR": -1.6336,
          "holdMinutes": 58
        },
        {
          "entryTs": 1709191800,
          "entryUtc": "2024-02-29T07:30:00.000Z",
          "exitTs": 1709194200,
          "dir": 1,
          "entryPrice": 2036.445,
          "exitPrice": 2035.714,
          "stopDistance": 0.731,
          "outcome": "stop",
          "netR": -1.5748,
          "holdMinutes": 40
        },
        {
          "entryTs": 1709210400,
          "entryUtc": "2024-02-29T12:40:00.000Z",
          "exitTs": 1709211660,
          "dir": -1,
          "entryPrice": 2029.675,
          "exitPrice": 2030.738,
          "stopDistance": 1.063,
          "outcome": "stop",
          "netR": -1.3953,
          "holdMinutes": 21
        },
        {
          "entryTs": 1709217600,
          "entryUtc": "2024-02-29T14:40:00.000Z",
          "exitTs": 1709224260,
          "dir": 1,
          "entryPrice": 2046.495,
          "exitPrice": 2043.769,
          "stopDistance": 2.726,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 111
        },
        {
          "entryTs": 1709225400,
          "entryUtc": "2024-02-29T16:50:00.000Z",
          "exitTs": 1709255400,
          "dir": -1,
          "entryPrice": 2045.898,
          "exitPrice": 2043.455,
          "stopDistance": 2.382,
          "outcome": "time",
          "netR": 0.8703,
          "holdMinutes": 500
        },
        {
          "entryTs": 1709264400,
          "entryUtc": "2024-03-01T03:40:00.000Z",
          "exitTs": 1709269620,
          "dir": 1,
          "entryPrice": 2045.655,
          "exitPrice": 2044.985,
          "stopDistance": 0.67,
          "outcome": "stop",
          "netR": -1.6267,
          "holdMinutes": 87
        },
        {
          "entryTs": 1709316300,
          "entryUtc": "2024-03-01T18:05:00.000Z",
          "exitTs": 1709506800,
          "dir": 1,
          "entryPrice": 2083.344,
          "exitPrice": 2082.684,
          "stopDistance": 2.899,
          "outcome": "time",
          "netR": -0.3552,
          "holdMinutes": 3175
        },
        {
          "entryTs": 1709527200,
          "entryUtc": "2024-03-04T04:40:00.000Z",
          "exitTs": 1709530320,
          "dir": -1,
          "entryPrice": 2080.925,
          "exitPrice": 2081.704,
          "stopDistance": 0.779,
          "outcome": "stop",
          "netR": -1.5389,
          "holdMinutes": 52
        },
        {
          "entryTs": 1709635200,
          "entryUtc": "2024-03-05T10:40:00.000Z",
          "exitTs": 1709641680,
          "dir": 1,
          "entryPrice": 2124.035,
          "exitPrice": 2121.975,
          "stopDistance": 2.059,
          "outcome": "stop",
          "netR": -1.2039,
          "holdMinutes": 108
        },
        {
          "entryTs": 1709681400,
          "entryUtc": "2024-03-05T23:30:00.000Z",
          "exitTs": 1709688540,
          "dir": -1,
          "entryPrice": 2128.055,
          "exitPrice": 2125.729,
          "stopDistance": 1.163,
          "outcome": "target",
          "netR": 1.6819,
          "holdMinutes": 119
        },
        {
          "entryTs": 1709717100,
          "entryUtc": "2024-03-06T09:25:00.000Z",
          "exitTs": 1709718780,
          "dir": -1,
          "entryPrice": 2126.435,
          "exitPrice": 2127.999,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2686,
          "holdMinutes": 28
        },
        {
          "entryTs": 1709743200,
          "entryUtc": "2024-03-06T16:40:00.000Z",
          "exitTs": 1709749740,
          "dir": 1,
          "entryPrice": 2142.865,
          "exitPrice": 2150.846,
          "stopDistance": 3.991,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 109
        },
        {
          "entryTs": 1709751600,
          "entryUtc": "2024-03-06T19:00:00.000Z",
          "exitTs": 1709751840,
          "dir": 1,
          "entryPrice": 2147.065,
          "exitPrice": 2143.813,
          "stopDistance": 3.252,
          "outcome": "stop",
          "netR": -1.1292,
          "holdMinutes": 4
        },
        {
          "entryTs": 1709754600,
          "entryUtc": "2024-03-06T19:50:00.000Z",
          "exitTs": 1709757900,
          "dir": -1,
          "entryPrice": 2142.985,
          "exitPrice": 2145.955,
          "stopDistance": 2.97,
          "outcome": "stop",
          "netR": -1.1414,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709781600,
          "entryUtc": "2024-03-07T03:20:00.000Z",
          "exitTs": 1709784060,
          "dir": 1,
          "entryPrice": 2149.954,
          "exitPrice": 2153.666,
          "stopDistance": 1.856,
          "outcome": "target",
          "netR": 1.8007,
          "holdMinutes": 41
        },
        {
          "entryTs": 1709787900,
          "entryUtc": "2024-03-07T05:05:00.000Z",
          "exitTs": 1709791200,
          "dir": 1,
          "entryPrice": 2156.048,
          "exitPrice": 2153.554,
          "stopDistance": 2.494,
          "outcome": "stop",
          "netR": -1.1684,
          "holdMinutes": 55
        },
        {
          "entryTs": 1709819400,
          "entryUtc": "2024-03-07T13:50:00.000Z",
          "exitTs": 1709820120,
          "dir": 1,
          "entryPrice": 2159.305,
          "exitPrice": 2156.033,
          "stopDistance": 3.272,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 12
        },
        {
          "entryTs": 1709832900,
          "entryUtc": "2024-03-07T17:35:00.000Z",
          "exitTs": 1709855940,
          "dir": 1,
          "entryPrice": 2156.425,
          "exitPrice": 2161.925,
          "stopDistance": 2.75,
          "outcome": "target",
          "netR": 1.8655,
          "holdMinutes": 384
        },
        {
          "entryTs": 1709868600,
          "entryUtc": "2024-03-08T03:30:00.000Z",
          "exitTs": 1709868960,
          "dir": -1,
          "entryPrice": 2156.645,
          "exitPrice": 2157.984,
          "stopDistance": 1.339,
          "outcome": "stop",
          "netR": -1.3136,
          "holdMinutes": 6
        },
        {
          "entryTs": 1709881800,
          "entryUtc": "2024-03-08T07:10:00.000Z",
          "exitTs": 1709885400,
          "dir": 1,
          "entryPrice": 2159.698,
          "exitPrice": 2162.34,
          "stopDistance": 1.321,
          "outcome": "target",
          "netR": 1.7199,
          "holdMinutes": 60
        },
        {
          "entryTs": 1709919900,
          "entryUtc": "2024-03-08T17:45:00.000Z",
          "exitTs": 1709920920,
          "dir": 1,
          "entryPrice": 2186.465,
          "exitPrice": 2181.57,
          "stopDistance": 4.895,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710126600,
          "entryUtc": "2024-03-11T03:10:00.000Z",
          "exitTs": 1710129120,
          "dir": -1,
          "entryPrice": 2178.375,
          "exitPrice": 2180.03,
          "stopDistance": 1.655,
          "outcome": "stop",
          "netR": -1.2537,
          "holdMinutes": 42
        },
        {
          "entryTs": 1710156900,
          "entryUtc": "2024-03-11T11:35:00.000Z",
          "exitTs": 1710158700,
          "dir": -1,
          "entryPrice": 2177.865,
          "exitPrice": 2179.435,
          "stopDistance": 1.57,
          "outcome": "stop",
          "netR": -1.2675,
          "holdMinutes": 30
        },
        {
          "entryTs": 1710173100,
          "entryUtc": "2024-03-11T16:05:00.000Z",
          "exitTs": 1710174720,
          "dir": 1,
          "entryPrice": 2183.225,
          "exitPrice": 2180.666,
          "stopDistance": 2.559,
          "outcome": "stop",
          "netR": -1.1641,
          "holdMinutes": 27
        },
        {
          "entryTs": 1710183300,
          "entryUtc": "2024-03-11T18:55:00.000Z",
          "exitTs": 1710183480,
          "dir": -1,
          "entryPrice": 2178.815,
          "exitPrice": 2180.531,
          "stopDistance": 1.716,
          "outcome": "stop",
          "netR": -1.2447,
          "holdMinutes": 3
        },
        {
          "entryTs": 1710186000,
          "entryUtc": "2024-03-11T19:40:00.000Z",
          "exitTs": 1710207420,
          "dir": 1,
          "entryPrice": 2181.648,
          "exitPrice": 2179.909,
          "stopDistance": 1.739,
          "outcome": "stop",
          "netR": -1.2415,
          "holdMinutes": 357
        },
        {
          "entryTs": 1710271800,
          "entryUtc": "2024-03-12T19:30:00.000Z",
          "exitTs": 1710275700,
          "dir": -1,
          "entryPrice": 2155.135,
          "exitPrice": 2157.407,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1848,
          "holdMinutes": 65
        },
        {
          "entryTs": 1710291300,
          "entryUtc": "2024-03-13T00:55:00.000Z",
          "exitTs": 1710321300,
          "dir": 1,
          "entryPrice": 2158.455,
          "exitPrice": 2159.635,
          "stopDistance": 1.599,
          "outcome": "time",
          "netR": 0.5066,
          "holdMinutes": 500
        },
        {
          "entryTs": 1710345900,
          "entryUtc": "2024-03-13T16:05:00.000Z",
          "exitTs": 1710349260,
          "dir": 1,
          "entryPrice": 2170.475,
          "exitPrice": 2175.316,
          "stopDistance": 2.42,
          "outcome": "target",
          "netR": 1.8471,
          "holdMinutes": 56
        },
        {
          "entryTs": 1710392100,
          "entryUtc": "2024-03-14T04:55:00.000Z",
          "exitTs": 1710392700,
          "dir": -1,
          "entryPrice": 2171.965,
          "exitPrice": 2170.177,
          "stopDistance": 0.894,
          "outcome": "target",
          "netR": 1.5861,
          "holdMinutes": 10
        },
        {
          "entryTs": 1710448200,
          "entryUtc": "2024-03-14T20:30:00.000Z",
          "exitTs": 1710453600,
          "dir": 1,
          "entryPrice": 2162.528,
          "exitPrice": 2161.456,
          "stopDistance": 1.072,
          "outcome": "stop",
          "netR": -1.3919,
          "holdMinutes": 90
        },
        {
          "entryTs": 1710510900,
          "entryUtc": "2024-03-15T13:55:00.000Z",
          "exitTs": 1710511860,
          "dir": -1,
          "entryPrice": 2160.635,
          "exitPrice": 2163.632,
          "stopDistance": 2.997,
          "outcome": "stop",
          "netR": -1.1401,
          "holdMinutes": 16
        },
        {
          "entryTs": 1710534000,
          "entryUtc": "2024-03-15T20:20:00.000Z",
          "exitTs": 1710535800,
          "dir": -1,
          "entryPrice": 2157.755,
          "exitPrice": 2155.408,
          "stopDistance": 1.173,
          "outcome": "target",
          "netR": 1.6846,
          "holdMinutes": 30
        },
        {
          "entryTs": 1710738300,
          "entryUtc": "2024-03-18T05:05:00.000Z",
          "exitTs": 1710744660,
          "dir": -1,
          "entryPrice": 2147.415,
          "exitPrice": 2148.724,
          "stopDistance": 1.309,
          "outcome": "stop",
          "netR": -1.321,
          "holdMinutes": 106
        },
        {
          "entryTs": 1710809100,
          "entryUtc": "2024-03-19T00:45:00.000Z",
          "exitTs": 1710809460,
          "dir": 1,
          "entryPrice": 2161.855,
          "exitPrice": 2161.075,
          "stopDistance": 0.78,
          "outcome": "stop",
          "netR": -1.5385,
          "holdMinutes": 6
        },
        {
          "entryTs": 1710813600,
          "entryUtc": "2024-03-19T02:00:00.000Z",
          "exitTs": 1710814380,
          "dir": -1,
          "entryPrice": 2160.358,
          "exitPrice": 2161.619,
          "stopDistance": 1.261,
          "outcome": "stop",
          "netR": -1.333,
          "holdMinutes": 13
        },
        {
          "entryTs": 1710831000,
          "entryUtc": "2024-03-19T06:50:00.000Z",
          "exitTs": 1710835620,
          "dir": -1,
          "entryPrice": 2156.665,
          "exitPrice": 2153.523,
          "stopDistance": 1.571,
          "outcome": "target",
          "netR": 1.7645,
          "holdMinutes": 77
        },
        {
          "entryTs": 1710858600,
          "entryUtc": "2024-03-19T14:30:00.000Z",
          "exitTs": 1710860400,
          "dir": -1,
          "entryPrice": 2152.785,
          "exitPrice": 2155.426,
          "stopDistance": 2.642,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 30
        },
        {
          "entryTs": 1710880800,
          "entryUtc": "2024-03-19T20:40:00.000Z",
          "exitTs": 1710886800,
          "dir": 1,
          "entryPrice": 2157.665,
          "exitPrice": 2159.348,
          "stopDistance": 0.841,
          "outcome": "target",
          "netR": 1.5602,
          "holdMinutes": 100
        },
        {
          "entryTs": 1710945300,
          "entryUtc": "2024-03-20T14:35:00.000Z",
          "exitTs": 1710946020,
          "dir": 1,
          "entryPrice": 2159.815,
          "exitPrice": 2156.708,
          "stopDistance": 3.107,
          "outcome": "stop",
          "netR": -1.1352,
          "holdMinutes": 12
        },
        {
          "entryTs": 1710979500,
          "entryUtc": "2024-03-21T00:05:00.000Z",
          "exitTs": 1710980820,
          "dir": 1,
          "entryPrice": 2202.275,
          "exitPrice": 2197.141,
          "stopDistance": 5.134,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 22
        },
        {
          "entryTs": 1710988500,
          "entryUtc": "2024-03-21T02:35:00.000Z",
          "exitTs": 1711010460,
          "dir": 1,
          "entryPrice": 2203.664,
          "exitPrice": 2200.251,
          "stopDistance": 3.413,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 366
        },
        {
          "entryTs": 1711017900,
          "entryUtc": "2024-03-21T10:45:00.000Z",
          "exitTs": 1711024260,
          "dir": 1,
          "entryPrice": 2207.555,
          "exitPrice": 2204.883,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 106
        },
        {
          "entryTs": 1711037100,
          "entryUtc": "2024-03-21T16:05:00.000Z",
          "exitTs": 1711040160,
          "dir": -1,
          "entryPrice": 2175.105,
          "exitPrice": 2179.629,
          "stopDistance": 4.524,
          "outcome": "stop",
          "netR": -1.0928,
          "holdMinutes": 51
        },
        {
          "entryTs": 1711042800,
          "entryUtc": "2024-03-21T17:40:00.000Z",
          "exitTs": 1711072260,
          "dir": 1,
          "entryPrice": 2180.885,
          "exitPrice": 2177.649,
          "stopDistance": 3.236,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 491
        },
        {
          "entryTs": 1711078800,
          "entryUtc": "2024-03-22T03:40:00.000Z",
          "exitTs": 1711090200,
          "dir": -1,
          "entryPrice": 2174.945,
          "exitPrice": 2170.359,
          "stopDistance": 2.293,
          "outcome": "target",
          "netR": 1.8387,
          "holdMinutes": 190
        },
        {
          "entryTs": 1711362900,
          "entryUtc": "2024-03-25T10:35:00.000Z",
          "exitTs": 1711368120,
          "dir": 1,
          "entryPrice": 2167.865,
          "exitPrice": 2172.222,
          "stopDistance": 2.178,
          "outcome": "target",
          "netR": 1.8301,
          "holdMinutes": 87
        },
        {
          "entryTs": 1711395300,
          "entryUtc": "2024-03-25T19:35:00.000Z",
          "exitTs": 1711413780,
          "dir": -1,
          "entryPrice": 2172.915,
          "exitPrice": 2174.228,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.32,
          "holdMinutes": 308
        },
        {
          "entryTs": 1711419600,
          "entryUtc": "2024-03-26T02:20:00.000Z",
          "exitTs": 1711424100,
          "dir": -1,
          "entryPrice": 2170.255,
          "exitPrice": 2171.975,
          "stopDistance": 1.72,
          "outcome": "stop",
          "netR": -1.2442,
          "holdMinutes": 75
        },
        {
          "entryTs": 1711452300,
          "entryUtc": "2024-03-26T11:25:00.000Z",
          "exitTs": 1711455720,
          "dir": 1,
          "entryPrice": 2196.165,
          "exitPrice": 2193.201,
          "stopDistance": 2.965,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 57
        },
        {
          "entryTs": 1711598700,
          "entryUtc": "2024-03-28T04:05:00.000Z",
          "exitTs": 1711604580,
          "dir": 1,
          "entryPrice": 2194.715,
          "exitPrice": 2197.642,
          "stopDistance": 1.463,
          "outcome": "target",
          "netR": 1.7471,
          "holdMinutes": 98
        },
        {
          "entryTs": 1711924800,
          "entryUtc": "2024-03-31T22:40:00.000Z",
          "exitTs": 1711928700,
          "dir": 1,
          "entryPrice": 2236.715,
          "exitPrice": 2246.207,
          "stopDistance": 4.746,
          "outcome": "target",
          "netR": 1.922,
          "holdMinutes": 65
        },
        {
          "entryTs": 1711945200,
          "entryUtc": "2024-04-01T04:20:00.000Z",
          "exitTs": 1711957920,
          "dir": 1,
          "entryPrice": 2260.624,
          "exitPrice": 2257.832,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 212
        },
        {
          "entryTs": 1711962600,
          "entryUtc": "2024-04-01T09:10:00.000Z",
          "exitTs": 1711963560,
          "dir": -1,
          "entryPrice": 2257.945,
          "exitPrice": 2254.184,
          "stopDistance": 1.881,
          "outcome": "target",
          "netR": 1.8033,
          "holdMinutes": 16
        },
        {
          "entryTs": 1711983900,
          "entryUtc": "2024-04-01T15:05:00.000Z",
          "exitTs": 1711988580,
          "dir": -1,
          "entryPrice": 2236.285,
          "exitPrice": 2241.776,
          "stopDistance": 5.491,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 78
        },
        {
          "entryTs": 1712000400,
          "entryUtc": "2024-04-01T19:40:00.000Z",
          "exitTs": 1712001540,
          "dir": 1,
          "entryPrice": 2240.248,
          "exitPrice": 2243.507,
          "stopDistance": 1.629,
          "outcome": "target",
          "netR": 1.7729,
          "holdMinutes": 19
        },
        {
          "entryTs": 1712029500,
          "entryUtc": "2024-04-02T03:45:00.000Z",
          "exitTs": 1712032980,
          "dir": 1,
          "entryPrice": 2252.315,
          "exitPrice": 2256.426,
          "stopDistance": 2.056,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 58
        },
        {
          "entryTs": 1712133600,
          "entryUtc": "2024-04-03T08:40:00.000Z",
          "exitTs": 1712134080,
          "dir": -1,
          "entryPrice": 2272.395,
          "exitPrice": 2275.263,
          "stopDistance": 2.868,
          "outcome": "stop",
          "netR": -1.1464,
          "holdMinutes": 8
        },
        {
          "entryTs": 1712154600,
          "entryUtc": "2024-04-03T14:30:00.000Z",
          "exitTs": 1712157960,
          "dir": 1,
          "entryPrice": 2275.885,
          "exitPrice": 2285.699,
          "stopDistance": 4.907,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 56
        },
        {
          "entryTs": 1712189100,
          "entryUtc": "2024-04-04T00:05:00.000Z",
          "exitTs": 1712191200,
          "dir": -1,
          "entryPrice": 2298.975,
          "exitPrice": 2300.98,
          "stopDistance": 2.005,
          "outcome": "stop",
          "netR": -1.2095,
          "holdMinutes": 35
        },
        {
          "entryTs": 1712261700,
          "entryUtc": "2024-04-04T20:15:00.000Z",
          "exitTs": 1712269380,
          "dir": -1,
          "entryPrice": 2287.695,
          "exitPrice": 2293.091,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 128
        },
        {
          "entryTs": 1712283300,
          "entryUtc": "2024-04-05T02:15:00.000Z",
          "exitTs": 1712286780,
          "dir": -1,
          "entryPrice": 2273.878,
          "exitPrice": 2277.913,
          "stopDistance": 4.035,
          "outcome": "stop",
          "netR": -1.1041,
          "holdMinutes": 58
        },
        {
          "entryTs": 1712334000,
          "entryUtc": "2024-04-05T16:20:00.000Z",
          "exitTs": 1712527200,
          "dir": 1,
          "entryPrice": 2322.518,
          "exitPrice": 2322.495,
          "stopDistance": 5.706,
          "outcome": "time",
          "netR": -0.0689,
          "holdMinutes": 3220
        },
        {
          "entryTs": 1712531400,
          "entryUtc": "2024-04-07T23:10:00.000Z",
          "exitTs": 1712538000,
          "dir": -1,
          "entryPrice": 2313.764,
          "exitPrice": 2303.501,
          "stopDistance": 5.132,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 110
        },
        {
          "entryTs": 1712547300,
          "entryUtc": "2024-04-08T03:35:00.000Z",
          "exitTs": 1712554440,
          "dir": 1,
          "entryPrice": 2342.005,
          "exitPrice": 2335.447,
          "stopDistance": 6.558,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 119
        },
        {
          "entryTs": 1712586600,
          "entryUtc": "2024-04-08T14:30:00.000Z",
          "exitTs": 1712597040,
          "dir": -1,
          "entryPrice": 2326.005,
          "exitPrice": 2331.946,
          "stopDistance": 5.941,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 174
        },
        {
          "entryTs": 1712603100,
          "entryUtc": "2024-04-08T19:05:00.000Z",
          "exitTs": 1712625180,
          "dir": 1,
          "entryPrice": 2338.245,
          "exitPrice": 2343.375,
          "stopDistance": 2.565,
          "outcome": "target",
          "netR": 1.8557,
          "holdMinutes": 368
        },
        {
          "entryTs": 1712657400,
          "entryUtc": "2024-04-09T10:10:00.000Z",
          "exitTs": 1712658420,
          "dir": 1,
          "entryPrice": 2360.385,
          "exitPrice": 2357.427,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 17
        },
        {
          "entryTs": 1712679600,
          "entryUtc": "2024-04-09T16:20:00.000Z",
          "exitTs": 1712692620,
          "dir": -1,
          "entryPrice": 2345.778,
          "exitPrice": 2351.183,
          "stopDistance": 5.405,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 217
        },
        {
          "entryTs": 1712700900,
          "entryUtc": "2024-04-09T22:15:00.000Z",
          "exitTs": 1712701320,
          "dir": 1,
          "entryPrice": 2352.225,
          "exitPrice": 2350.427,
          "stopDistance": 1.798,
          "outcome": "stop",
          "netR": -1.2336,
          "holdMinutes": 7
        },
        {
          "entryTs": 1712728500,
          "entryUtc": "2024-04-10T05:55:00.000Z",
          "exitTs": 1712731080,
          "dir": 1,
          "entryPrice": 2357.155,
          "exitPrice": 2355.138,
          "stopDistance": 2.017,
          "outcome": "stop",
          "netR": -1.2083,
          "holdMinutes": 43
        },
        {
          "entryTs": 1712745300,
          "entryUtc": "2024-04-10T10:35:00.000Z",
          "exitTs": 1712752200,
          "dir": -1,
          "entryPrice": 2349.115,
          "exitPrice": 2343.956,
          "stopDistance": 2.58,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 115
        },
        {
          "entryTs": 1712756700,
          "entryUtc": "2024-04-10T13:45:00.000Z",
          "exitTs": 1712758080,
          "dir": -1,
          "entryPrice": 2332.655,
          "exitPrice": 2341.215,
          "stopDistance": 8.56,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 23
        },
        {
          "entryTs": 1712788500,
          "entryUtc": "2024-04-10T22:35:00.000Z",
          "exitTs": 1712797620,
          "dir": 1,
          "entryPrice": 2333.795,
          "exitPrice": 2337.619,
          "stopDistance": 1.912,
          "outcome": "target",
          "netR": 1.8065,
          "holdMinutes": 152
        },
        {
          "entryTs": 1712807100,
          "entryUtc": "2024-04-11T03:45:00.000Z",
          "exitTs": 1712813820,
          "dir": 1,
          "entryPrice": 2343.525,
          "exitPrice": 2341.193,
          "stopDistance": 2.332,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 112
        },
        {
          "entryTs": 1712826900,
          "entryUtc": "2024-04-11T09:15:00.000Z",
          "exitTs": 1712830680,
          "dir": -1,
          "entryPrice": 2332.225,
          "exitPrice": 2335.654,
          "stopDistance": 3.429,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 63
        },
        {
          "entryTs": 1712835600,
          "entryUtc": "2024-04-11T11:40:00.000Z",
          "exitTs": 1712837700,
          "dir": 1,
          "entryPrice": 2336.465,
          "exitPrice": 2333.967,
          "stopDistance": 2.498,
          "outcome": "stop",
          "netR": -1.1681,
          "holdMinutes": 35
        },
        {
          "entryTs": 1712872800,
          "entryUtc": "2024-04-11T22:00:00.000Z",
          "exitTs": 1712874240,
          "dir": 1,
          "entryPrice": 2371.498,
          "exitPrice": 2377.518,
          "stopDistance": 3.01,
          "outcome": "target",
          "netR": 1.8771,
          "holdMinutes": 24
        },
        {
          "entryTs": 1712889000,
          "entryUtc": "2024-04-12T02:30:00.000Z",
          "exitTs": 1712893620,
          "dir": 1,
          "entryPrice": 2388.585,
          "exitPrice": 2383.826,
          "stopDistance": 4.759,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 77
        },
        {
          "entryTs": 1712907300,
          "entryUtc": "2024-04-12T07:35:00.000Z",
          "exitTs": 1712929320,
          "dir": 1,
          "entryPrice": 2393.505,
          "exitPrice": 2400.66,
          "stopDistance": 3.578,
          "outcome": "target",
          "netR": 1.8966,
          "holdMinutes": 367
        },
        {
          "entryTs": 1712949900,
          "entryUtc": "2024-04-12T19:25:00.000Z",
          "exitTs": 1713132000,
          "dir": -1,
          "entryPrice": 2342.665,
          "exitPrice": 2349.634,
          "stopDistance": 6.969,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 3035
        },
        {
          "entryTs": 1713171600,
          "entryUtc": "2024-04-15T09:00:00.000Z",
          "exitTs": 1713178620,
          "dir": -1,
          "entryPrice": 2351.535,
          "exitPrice": 2355.541,
          "stopDistance": 4.007,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 117
        },
        {
          "entryTs": 1713180600,
          "entryUtc": "2024-04-15T11:30:00.000Z",
          "exitTs": 1713184200,
          "dir": 1,
          "entryPrice": 2356.295,
          "exitPrice": 2353.048,
          "stopDistance": 3.247,
          "outcome": "stop",
          "netR": -1.1293,
          "holdMinutes": 60
        },
        {
          "entryTs": 1713198000,
          "entryUtc": "2024-04-15T16:20:00.000Z",
          "exitTs": 1713201780,
          "dir": 1,
          "entryPrice": 2348.905,
          "exitPrice": 2360.309,
          "stopDistance": 5.702,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 63
        },
        {
          "entryTs": 1713213000,
          "entryUtc": "2024-04-15T20:30:00.000Z",
          "exitTs": 1713219480,
          "dir": 1,
          "entryPrice": 2382.925,
          "exitPrice": 2390.576,
          "stopDistance": 3.825,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 108
        },
        {
          "entryTs": 1713220800,
          "entryUtc": "2024-04-15T22:40:00.000Z",
          "exitTs": 1713225600,
          "dir": 1,
          "entryPrice": 2384.505,
          "exitPrice": 2380.837,
          "stopDistance": 3.668,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 80
        },
        {
          "entryTs": 1713287700,
          "entryUtc": "2024-04-16T17:15:00.000Z",
          "exitTs": 1713288600,
          "dir": 1,
          "entryPrice": 2390.418,
          "exitPrice": 2384.845,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 15
        },
        {
          "entryTs": 1713306300,
          "entryUtc": "2024-04-16T22:25:00.000Z",
          "exitTs": 1713331560,
          "dir": -1,
          "entryPrice": 2385.445,
          "exitPrice": 2379.066,
          "stopDistance": 3.189,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 421
        },
        {
          "entryTs": 1713347100,
          "entryUtc": "2024-04-17T09:45:00.000Z",
          "exitTs": 1713348840,
          "dir": 1,
          "entryPrice": 2391.205,
          "exitPrice": 2388.419,
          "stopDistance": 2.786,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 29
        },
        {
          "entryTs": 1713375300,
          "entryUtc": "2024-04-17T17:35:00.000Z",
          "exitTs": 1713387000,
          "dir": -1,
          "entryPrice": 2374.305,
          "exitPrice": 2362.422,
          "stopDistance": 5.941,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 195
        },
        {
          "entryTs": 1713393900,
          "entryUtc": "2024-04-17T22:45:00.000Z",
          "exitTs": 1713402000,
          "dir": -1,
          "entryPrice": 2367.325,
          "exitPrice": 2370.424,
          "stopDistance": 3.099,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 135
        },
        {
          "entryTs": 1713413400,
          "entryUtc": "2024-04-18T04:10:00.000Z",
          "exitTs": 1713420060,
          "dir": 1,
          "entryPrice": 2373.335,
          "exitPrice": 2377.161,
          "stopDistance": 1.913,
          "outcome": "target",
          "netR": 1.8066,
          "holdMinutes": 111
        },
        {
          "entryTs": 1713438600,
          "entryUtc": "2024-04-18T11:10:00.000Z",
          "exitTs": 1713438840,
          "dir": 1,
          "entryPrice": 2381.985,
          "exitPrice": 2380.038,
          "stopDistance": 1.947,
          "outcome": "stop",
          "netR": -1.2157,
          "holdMinutes": 4
        },
        {
          "entryTs": 1713460800,
          "entryUtc": "2024-04-18T17:20:00.000Z",
          "exitTs": 1713463860,
          "dir": 1,
          "entryPrice": 2384.934,
          "exitPrice": 2380.927,
          "stopDistance": 4.008,
          "outcome": "stop",
          "netR": -1.1048,
          "holdMinutes": 51
        },
        {
          "entryTs": 1713487800,
          "entryUtc": "2024-04-19T00:50:00.000Z",
          "exitTs": 1713488340,
          "dir": -1,
          "entryPrice": 2377.595,
          "exitPrice": 2379.335,
          "stopDistance": 1.74,
          "outcome": "stop",
          "netR": -1.2414,
          "holdMinutes": 9
        },
        {
          "entryTs": 1713493500,
          "entryUtc": "2024-04-19T02:25:00.000Z",
          "exitTs": 1713494400,
          "dir": 1,
          "entryPrice": 2403.535,
          "exitPrice": 2396.061,
          "stopDistance": 7.474,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 15
        },
        {
          "entryTs": 1713511800,
          "entryUtc": "2024-04-19T07:30:00.000Z",
          "exitTs": 1713514020,
          "dir": 1,
          "entryPrice": 2386.235,
          "exitPrice": 2381.563,
          "stopDistance": 4.673,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 37
        },
        {
          "entryTs": 1713526800,
          "entryUtc": "2024-04-19T11:40:00.000Z",
          "exitTs": 1713529800,
          "dir": -1,
          "entryPrice": 2378.845,
          "exitPrice": 2382.514,
          "stopDistance": 3.669,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 50
        },
        {
          "entryTs": 1713540900,
          "entryUtc": "2024-04-19T15:35:00.000Z",
          "exitTs": 1713545700,
          "dir": 1,
          "entryPrice": 2389.825,
          "exitPrice": 2398.893,
          "stopDistance": 4.534,
          "outcome": "target",
          "netR": 1.9184,
          "holdMinutes": 80
        },
        {
          "entryTs": 1713558600,
          "entryUtc": "2024-04-19T20:30:00.000Z",
          "exitTs": 1713559860,
          "dir": -1,
          "entryPrice": 2388.765,
          "exitPrice": 2391.15,
          "stopDistance": 2.385,
          "outcome": "stop",
          "netR": -1.1761,
          "holdMinutes": 21
        },
        {
          "entryTs": 1713753300,
          "entryUtc": "2024-04-22T02:35:00.000Z",
          "exitTs": 1713754800,
          "dir": -1,
          "entryPrice": 2376.925,
          "exitPrice": 2371.653,
          "stopDistance": 2.636,
          "outcome": "target",
          "netR": 1.8596,
          "holdMinutes": 25
        },
        {
          "entryTs": 1713757500,
          "entryUtc": "2024-04-22T03:45:00.000Z",
          "exitTs": 1713764640,
          "dir": -1,
          "entryPrice": 2369.328,
          "exitPrice": 2361.891,
          "stopDistance": 3.718,
          "outcome": "target",
          "netR": 1.9005,
          "holdMinutes": 119
        },
        {
          "entryTs": 1713771900,
          "entryUtc": "2024-04-22T07:45:00.000Z",
          "exitTs": 1713783960,
          "dir": -1,
          "entryPrice": 2359.995,
          "exitPrice": 2352.412,
          "stopDistance": 3.791,
          "outcome": "target",
          "netR": 1.9024,
          "holdMinutes": 201
        },
        {
          "entryTs": 1713788100,
          "entryUtc": "2024-04-22T12:15:00.000Z",
          "exitTs": 1713790260,
          "dir": -1,
          "entryPrice": 2345.905,
          "exitPrice": 2337.059,
          "stopDistance": 4.423,
          "outcome": "target",
          "netR": 1.9163,
          "holdMinutes": 36
        },
        {
          "entryTs": 1713805500,
          "entryUtc": "2024-04-22T17:05:00.000Z",
          "exitTs": 1713809340,
          "dir": -1,
          "entryPrice": 2332.825,
          "exitPrice": 2325.495,
          "stopDistance": 3.665,
          "outcome": "target",
          "netR": 1.899,
          "holdMinutes": 64
        },
        {
          "entryTs": 1713843300,
          "entryUtc": "2024-04-23T03:35:00.000Z",
          "exitTs": 1713849360,
          "dir": -1,
          "entryPrice": 2305.955,
          "exitPrice": 2311.624,
          "stopDistance": 5.668,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 101
        },
        {
          "entryTs": 1713882600,
          "entryUtc": "2024-04-23T14:30:00.000Z",
          "exitTs": 1713883380,
          "dir": 1,
          "entryPrice": 2321.938,
          "exitPrice": 2315.734,
          "stopDistance": 6.204,
          "outcome": "stop",
          "netR": -1.0677,
          "holdMinutes": 13
        },
        {
          "entryTs": 1713952500,
          "entryUtc": "2024-04-24T09:55:00.000Z",
          "exitTs": 1713962280,
          "dir": -1,
          "entryPrice": 2315.955,
          "exitPrice": 2318.817,
          "stopDistance": 2.862,
          "outcome": "stop",
          "netR": -1.1467,
          "holdMinutes": 163
        },
        {
          "entryTs": 1713972900,
          "entryUtc": "2024-04-24T15:35:00.000Z",
          "exitTs": 1713974340,
          "dir": 1,
          "entryPrice": 2327.458,
          "exitPrice": 2322.813,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 24
        },
        {
          "entryTs": 1714017000,
          "entryUtc": "2024-04-25T03:50:00.000Z",
          "exitTs": 1714021380,
          "dir": -1,
          "entryPrice": 2313.235,
          "exitPrice": 2316.589,
          "stopDistance": 3.354,
          "outcome": "stop",
          "netR": -1.1252,
          "holdMinutes": 73
        },
        {
          "entryTs": 1714033800,
          "entryUtc": "2024-04-25T08:30:00.000Z",
          "exitTs": 1714043280,
          "dir": 1,
          "entryPrice": 2324.905,
          "exitPrice": 2329.146,
          "stopDistance": 2.121,
          "outcome": "target",
          "netR": 1.8255,
          "holdMinutes": 158
        },
        {
          "entryTs": 1714099500,
          "entryUtc": "2024-04-26T02:45:00.000Z",
          "exitTs": 1714105740,
          "dir": 1,
          "entryPrice": 2332.765,
          "exitPrice": 2337.166,
          "stopDistance": 2.201,
          "outcome": "target",
          "netR": 1.8319,
          "holdMinutes": 104
        },
        {
          "entryTs": 1714119900,
          "entryUtc": "2024-04-26T08:25:00.000Z",
          "exitTs": 1714122660,
          "dir": 1,
          "entryPrice": 2344.385,
          "exitPrice": 2350.432,
          "stopDistance": 3.024,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 46
        },
        {
          "entryTs": 1714345800,
          "entryUtc": "2024-04-28T23:10:00.000Z",
          "exitTs": 1714351380,
          "dir": -1,
          "entryPrice": 2335.615,
          "exitPrice": 2332.067,
          "stopDistance": 1.774,
          "outcome": "target",
          "netR": 1.7915,
          "holdMinutes": 93
        },
        {
          "entryTs": 1714361100,
          "entryUtc": "2024-04-29T03:25:00.000Z",
          "exitTs": 1714363020,
          "dir": -1,
          "entryPrice": 2326.075,
          "exitPrice": 2328.945,
          "stopDistance": 2.87,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 32
        },
        {
          "entryTs": 1714397400,
          "entryUtc": "2024-04-29T13:30:00.000Z",
          "exitTs": 1714398120,
          "dir": -1,
          "entryPrice": 2333.955,
          "exitPrice": 2328.166,
          "stopDistance": 2.894,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 12
        },
        {
          "entryTs": 1714420800,
          "entryUtc": "2024-04-29T20:00:00.000Z",
          "exitTs": 1714443060,
          "dir": -1,
          "entryPrice": 2335.605,
          "exitPrice": 2330.245,
          "stopDistance": 2.68,
          "outcome": "target",
          "netR": 1.8619,
          "holdMinutes": 371
        },
        {
          "entryTs": 1714460400,
          "entryUtc": "2024-04-30T07:00:00.000Z",
          "exitTs": 1714461960,
          "dir": -1,
          "entryPrice": 2322.305,
          "exitPrice": 2317.51,
          "stopDistance": 2.397,
          "outcome": "target",
          "netR": 1.8457,
          "holdMinutes": 26
        },
        {
          "entryTs": 1714468500,
          "entryUtc": "2024-04-30T09:15:00.000Z",
          "exitTs": 1714469040,
          "dir": -1,
          "entryPrice": 2314.195,
          "exitPrice": 2316.852,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 9
        },
        {
          "entryTs": 1714491000,
          "entryUtc": "2024-04-30T15:30:00.000Z",
          "exitTs": 1714509180,
          "dir": -1,
          "entryPrice": 2298.965,
          "exitPrice": 2288.422,
          "stopDistance": 5.271,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 303
        },
        {
          "entryTs": 1714515000,
          "entryUtc": "2024-04-30T22:10:00.000Z",
          "exitTs": 1714516920,
          "dir": -1,
          "entryPrice": 2288.575,
          "exitPrice": 2291.678,
          "stopDistance": 3.103,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 32
        },
        {
          "entryTs": 1714538100,
          "entryUtc": "2024-05-01T04:35:00.000Z",
          "exitTs": 1714540260,
          "dir": -1,
          "entryPrice": 2284.475,
          "exitPrice": 2286.243,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 36
        },
        {
          "entryTs": 1714569000,
          "entryUtc": "2024-05-01T13:10:00.000Z",
          "exitTs": 1714570020,
          "dir": 1,
          "entryPrice": 2295.965,
          "exitPrice": 2301.722,
          "stopDistance": 2.878,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 17
        },
        {
          "entryTs": 1714606800,
          "entryUtc": "2024-05-01T23:40:00.000Z",
          "exitTs": 1714611960,
          "dir": 1,
          "entryPrice": 2320.895,
          "exitPrice": 2325.91,
          "stopDistance": 2.508,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 86
        },
        {
          "entryTs": 1714628700,
          "entryUtc": "2024-05-02T05:45:00.000Z",
          "exitTs": 1714630800,
          "dir": -1,
          "entryPrice": 2315.775,
          "exitPrice": 2317.591,
          "stopDistance": 1.816,
          "outcome": "stop",
          "netR": -1.2312,
          "holdMinutes": 35
        },
        {
          "entryTs": 1714647600,
          "entryUtc": "2024-05-02T11:00:00.000Z",
          "exitTs": 1714648080,
          "dir": -1,
          "entryPrice": 2299.335,
          "exitPrice": 2302.127,
          "stopDistance": 2.792,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 8
        },
        {
          "entryTs": 1714656900,
          "entryUtc": "2024-05-02T13:35:00.000Z",
          "exitTs": 1714659540,
          "dir": -1,
          "entryPrice": 2292.668,
          "exitPrice": 2297.313,
          "stopDistance": 4.645,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 44
        },
        {
          "entryTs": 1714683300,
          "entryUtc": "2024-05-02T20:55:00.000Z",
          "exitTs": 1714687320,
          "dir": -1,
          "entryPrice": 2302.935,
          "exitPrice": 2304.916,
          "stopDistance": 1.98,
          "outcome": "stop",
          "netR": -1.2121,
          "holdMinutes": 67
        },
        {
          "entryTs": 1714697400,
          "entryUtc": "2024-05-03T00:50:00.000Z",
          "exitTs": 1714697760,
          "dir": -1,
          "entryPrice": 2302.605,
          "exitPrice": 2303.995,
          "stopDistance": 1.39,
          "outcome": "stop",
          "netR": -1.3022,
          "holdMinutes": 6
        },
        {
          "entryTs": 1714704000,
          "entryUtc": "2024-05-03T02:40:00.000Z",
          "exitTs": 1714709340,
          "dir": -1,
          "entryPrice": 2301.568,
          "exitPrice": 2303.443,
          "stopDistance": 1.875,
          "outcome": "stop",
          "netR": -1.224,
          "holdMinutes": 89
        },
        {
          "entryTs": 1714714200,
          "entryUtc": "2024-05-03T05:30:00.000Z",
          "exitTs": 1714716420,
          "dir": 1,
          "entryPrice": 2306.325,
          "exitPrice": 2304.798,
          "stopDistance": 1.527,
          "outcome": "stop",
          "netR": -1.2751,
          "holdMinutes": 37
        },
        {
          "entryTs": 1714721100,
          "entryUtc": "2024-05-03T07:25:00.000Z",
          "exitTs": 1714734840,
          "dir": -1,
          "entryPrice": 2301.065,
          "exitPrice": 2296.665,
          "stopDistance": 2.2,
          "outcome": "target",
          "netR": 1.8318,
          "holdMinutes": 229
        },
        {
          "entryTs": 1714756800,
          "entryUtc": "2024-05-03T17:20:00.000Z",
          "exitTs": 1714946400,
          "dir": 1,
          "entryPrice": 2296.985,
          "exitPrice": 2304.607,
          "stopDistance": 3.811,
          "outcome": "target",
          "netR": 1.9029,
          "holdMinutes": 3160
        },
        {
          "entryTs": 1714962900,
          "entryUtc": "2024-05-06T02:35:00.000Z",
          "exitTs": 1714980840,
          "dir": 1,
          "entryPrice": 2310.245,
          "exitPrice": 2318.208,
          "stopDistance": 3.981,
          "outcome": "target",
          "netR": 1.9071,
          "holdMinutes": 299
        },
        {
          "entryTs": 1714983600,
          "entryUtc": "2024-05-06T08:20:00.000Z",
          "exitTs": 1714987080,
          "dir": 1,
          "entryPrice": 2319.585,
          "exitPrice": 2316.744,
          "stopDistance": 2.841,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 58
        },
        {
          "entryTs": 1715005500,
          "entryUtc": "2024-05-06T14:25:00.000Z",
          "exitTs": 1715006340,
          "dir": 1,
          "entryPrice": 2325.718,
          "exitPrice": 2321.266,
          "stopDistance": 4.452,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 14
        },
        {
          "entryTs": 1715049600,
          "entryUtc": "2024-05-07T02:40:00.000Z",
          "exitTs": 1715061660,
          "dir": -1,
          "entryPrice": 2323.905,
          "exitPrice": 2319.536,
          "stopDistance": 2.185,
          "outcome": "target",
          "netR": 1.8306,
          "holdMinutes": 201
        },
        {
          "entryTs": 1715121600,
          "entryUtc": "2024-05-07T22:40:00.000Z",
          "exitTs": 1715130060,
          "dir": 1,
          "entryPrice": 2315.095,
          "exitPrice": 2313.713,
          "stopDistance": 1.382,
          "outcome": "stop",
          "netR": -1.3039,
          "holdMinutes": 141
        },
        {
          "entryTs": 1715158200,
          "entryUtc": "2024-05-08T08:50:00.000Z",
          "exitTs": 1715161320,
          "dir": -1,
          "entryPrice": 2308.155,
          "exitPrice": 2310.889,
          "stopDistance": 2.734,
          "outcome": "stop",
          "netR": -1.1536,
          "holdMinutes": 52
        },
        {
          "entryTs": 1715234100,
          "entryUtc": "2024-05-09T05:55:00.000Z",
          "exitTs": 1715236980,
          "dir": 1,
          "entryPrice": 2316.235,
          "exitPrice": 2314.386,
          "stopDistance": 1.849,
          "outcome": "stop",
          "netR": -1.2272,
          "holdMinutes": 48
        },
        {
          "entryTs": 1715242200,
          "entryUtc": "2024-05-09T08:10:00.000Z",
          "exitTs": 1715248020,
          "dir": -1,
          "entryPrice": 2311.625,
          "exitPrice": 2307.181,
          "stopDistance": 2.222,
          "outcome": "target",
          "netR": 1.8335,
          "holdMinutes": 97
        },
        {
          "entryTs": 1715260200,
          "entryUtc": "2024-05-09T13:10:00.000Z",
          "exitTs": 1715260200,
          "dir": 1,
          "entryPrice": 2322.755,
          "exitPrice": 2319.349,
          "stopDistance": 3.405,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 0
        },
        {
          "entryTs": 1715305500,
          "entryUtc": "2024-05-10T01:45:00.000Z",
          "exitTs": 1715308380,
          "dir": 1,
          "entryPrice": 2350.335,
          "exitPrice": 2347.705,
          "stopDistance": 2.63,
          "outcome": "stop",
          "netR": -1.1597,
          "holdMinutes": 48
        },
        {
          "entryTs": 1715314800,
          "entryUtc": "2024-05-10T04:20:00.000Z",
          "exitTs": 1715317920,
          "dir": 1,
          "entryPrice": 2351.478,
          "exitPrice": 2355.305,
          "stopDistance": 1.913,
          "outcome": "target",
          "netR": 1.8066,
          "holdMinutes": 52
        },
        {
          "entryTs": 1715555400,
          "entryUtc": "2024-05-12T23:10:00.000Z",
          "exitTs": 1715560440,
          "dir": -1,
          "entryPrice": 2361.715,
          "exitPrice": 2363.384,
          "stopDistance": 1.669,
          "outcome": "stop",
          "netR": -1.2517,
          "holdMinutes": 84
        },
        {
          "entryTs": 1715595300,
          "entryUtc": "2024-05-13T10:15:00.000Z",
          "exitTs": 1715596920,
          "dir": -1,
          "entryPrice": 2341.645,
          "exitPrice": 2343.825,
          "stopDistance": 2.18,
          "outcome": "stop",
          "netR": -1.1927,
          "holdMinutes": 27
        },
        {
          "entryTs": 1715616000,
          "entryUtc": "2024-05-13T16:00:00.000Z",
          "exitTs": 1715646000,
          "dir": -1,
          "entryPrice": 2335.765,
          "exitPrice": 2339.115,
          "stopDistance": 3.942,
          "outcome": "time",
          "netR": -0.9437,
          "holdMinutes": 500
        },
        {
          "entryTs": 1715670900,
          "entryUtc": "2024-05-14T07:15:00.000Z",
          "exitTs": 1715676600,
          "dir": -1,
          "entryPrice": 2339.615,
          "exitPrice": 2341.527,
          "stopDistance": 1.912,
          "outcome": "stop",
          "netR": -1.2196,
          "holdMinutes": 95
        },
        {
          "entryTs": 1715765100,
          "entryUtc": "2024-05-15T09:25:00.000Z",
          "exitTs": 1715765760,
          "dir": 1,
          "entryPrice": 2372.385,
          "exitPrice": 2370.046,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1796,
          "holdMinutes": 11
        },
        {
          "entryTs": 1715796600,
          "entryUtc": "2024-05-15T18:10:00.000Z",
          "exitTs": 1715818800,
          "dir": 1,
          "entryPrice": 2386.548,
          "exitPrice": 2393.146,
          "stopDistance": 3.299,
          "outcome": "target",
          "netR": 1.8878,
          "holdMinutes": 370
        },
        {
          "entryTs": 1715829900,
          "entryUtc": "2024-05-16T03:25:00.000Z",
          "exitTs": 1715835840,
          "dir": -1,
          "entryPrice": 2389.475,
          "exitPrice": 2392.148,
          "stopDistance": 2.673,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 99
        },
        {
          "entryTs": 1715850300,
          "entryUtc": "2024-05-16T09:05:00.000Z",
          "exitTs": 1715855340,
          "dir": -1,
          "entryPrice": 2387.265,
          "exitPrice": 2382.996,
          "stopDistance": 2.134,
          "outcome": "target",
          "netR": 1.8266,
          "holdMinutes": 84
        },
        {
          "entryTs": 1715875500,
          "entryUtc": "2024-05-16T16:05:00.000Z",
          "exitTs": 1715890800,
          "dir": 1,
          "entryPrice": 2380.135,
          "exitPrice": 2376.658,
          "stopDistance": 3.477,
          "outcome": "stop",
          "netR": -1.1208,
          "holdMinutes": 255
        },
        {
          "entryTs": 1715910600,
          "entryUtc": "2024-05-17T01:50:00.000Z",
          "exitTs": 1715912520,
          "dir": -1,
          "entryPrice": 2377.525,
          "exitPrice": 2378.867,
          "stopDistance": 1.342,
          "outcome": "stop",
          "netR": -1.313,
          "holdMinutes": 32
        },
        {
          "entryTs": 1715953500,
          "entryUtc": "2024-05-17T13:45:00.000Z",
          "exitTs": 1715955960,
          "dir": 1,
          "entryPrice": 2398.135,
          "exitPrice": 2406.52,
          "stopDistance": 4.192,
          "outcome": "target",
          "netR": 1.9117,
          "holdMinutes": 41
        },
        {
          "entryTs": 1716179400,
          "entryUtc": "2024-05-20T04:30:00.000Z",
          "exitTs": 1716183000,
          "dir": 1,
          "entryPrice": 2436.808,
          "exitPrice": 2443.175,
          "stopDistance": 3.184,
          "outcome": "target",
          "netR": 1.8838,
          "holdMinutes": 60
        },
        {
          "entryTs": 1716210600,
          "entryUtc": "2024-05-20T13:10:00.000Z",
          "exitTs": 1716223320,
          "dir": -1,
          "entryPrice": 2421.755,
          "exitPrice": 2427.766,
          "stopDistance": 6.011,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 212
        },
        {
          "entryTs": 1716228300,
          "entryUtc": "2024-05-20T18:05:00.000Z",
          "exitTs": 1716232920,
          "dir": 1,
          "entryPrice": 2432.978,
          "exitPrice": 2429.804,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 77
        },
        {
          "entryTs": 1716263400,
          "entryUtc": "2024-05-21T03:50:00.000Z",
          "exitTs": 1716269220,
          "dir": -1,
          "entryPrice": 2412.445,
          "exitPrice": 2416.633,
          "stopDistance": 4.188,
          "outcome": "stop",
          "netR": -1.1003,
          "holdMinutes": 97
        },
        {
          "entryTs": 1716317700,
          "entryUtc": "2024-05-21T18:55:00.000Z",
          "exitTs": 1716318540,
          "dir": -1,
          "entryPrice": 2419.995,
          "exitPrice": 2422.279,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 14
        },
        {
          "entryTs": 1716321900,
          "entryUtc": "2024-05-21T20:05:00.000Z",
          "exitTs": 1716324600,
          "dir": 1,
          "entryPrice": 2422.608,
          "exitPrice": 2420.799,
          "stopDistance": 1.809,
          "outcome": "stop",
          "netR": -1.2322,
          "holdMinutes": 45
        },
        {
          "entryTs": 1716393000,
          "entryUtc": "2024-05-22T15:50:00.000Z",
          "exitTs": 1716402120,
          "dir": -1,
          "entryPrice": 2391.455,
          "exitPrice": 2381.033,
          "stopDistance": 5.211,
          "outcome": "target",
          "netR": 1.929,
          "holdMinutes": 152
        },
        {
          "entryTs": 1716433800,
          "entryUtc": "2024-05-23T03:10:00.000Z",
          "exitTs": 1716442680,
          "dir": -1,
          "entryPrice": 2370.975,
          "exitPrice": 2364.591,
          "stopDistance": 3.192,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 148
        },
        {
          "entryTs": 1716465300,
          "entryUtc": "2024-05-23T11:55:00.000Z",
          "exitTs": 1716467520,
          "dir": 1,
          "entryPrice": 2366.835,
          "exitPrice": 2364.423,
          "stopDistance": 2.412,
          "outcome": "stop",
          "netR": -1.1741,
          "holdMinutes": 37
        },
        {
          "entryTs": 1716478800,
          "entryUtc": "2024-05-23T15:40:00.000Z",
          "exitTs": 1716485880,
          "dir": -1,
          "entryPrice": 2346.735,
          "exitPrice": 2334.126,
          "stopDistance": 6.304,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 118
        },
        {
          "entryTs": 1716502500,
          "entryUtc": "2024-05-23T22:15:00.000Z",
          "exitTs": 1716502980,
          "dir": -1,
          "entryPrice": 2329.755,
          "exitPrice": 2331.821,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 8
        },
        {
          "entryTs": 1716803100,
          "entryUtc": "2024-05-27T09:45:00.000Z",
          "exitTs": 1716812340,
          "dir": 1,
          "entryPrice": 2343.625,
          "exitPrice": 2347.314,
          "stopDistance": 1.844,
          "outcome": "target",
          "netR": 1.7994,
          "holdMinutes": 154
        },
        {
          "entryTs": 1716814500,
          "entryUtc": "2024-05-27T12:55:00.000Z",
          "exitTs": 1716816120,
          "dir": 1,
          "entryPrice": 2346.678,
          "exitPrice": 2351.005,
          "stopDistance": 2.163,
          "outcome": "target",
          "netR": 1.829,
          "holdMinutes": 27
        },
        {
          "entryTs": 1716822000,
          "entryUtc": "2024-05-27T15:00:00.000Z",
          "exitTs": 1716834480,
          "dir": 1,
          "entryPrice": 2354.134,
          "exitPrice": 2351.378,
          "stopDistance": 2.756,
          "outcome": "stop",
          "netR": -1.1524,
          "holdMinutes": 208
        },
        {
          "entryTs": 1716948600,
          "entryUtc": "2024-05-29T02:10:00.000Z",
          "exitTs": 1716949200,
          "dir": -1,
          "entryPrice": 2357.098,
          "exitPrice": 2359.002,
          "stopDistance": 1.904,
          "outcome": "stop",
          "netR": -1.2205,
          "holdMinutes": 10
        },
        {
          "entryTs": 1716965400,
          "entryUtc": "2024-05-29T06:50:00.000Z",
          "exitTs": 1716969780,
          "dir": -1,
          "entryPrice": 2354.925,
          "exitPrice": 2349.828,
          "stopDistance": 2.549,
          "outcome": "target",
          "netR": 1.8548,
          "holdMinutes": 73
        },
        {
          "entryTs": 1716976200,
          "entryUtc": "2024-05-29T09:50:00.000Z",
          "exitTs": 1716983580,
          "dir": -1,
          "entryPrice": 2345.025,
          "exitPrice": 2339.484,
          "stopDistance": 2.77,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 123
        },
        {
          "entryTs": 1717039200,
          "entryUtc": "2024-05-30T03:20:00.000Z",
          "exitTs": 1717042020,
          "dir": -1,
          "entryPrice": 2332.285,
          "exitPrice": 2334.958,
          "stopDistance": 2.673,
          "outcome": "stop",
          "netR": -1.1571,
          "holdMinutes": 47
        },
        {
          "entryTs": 1717044000,
          "entryUtc": "2024-05-30T04:40:00.000Z",
          "exitTs": 1717046820,
          "dir": 1,
          "entryPrice": 2334.578,
          "exitPrice": 2332.622,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2147,
          "holdMinutes": 47
        },
        {
          "entryTs": 1717050600,
          "entryUtc": "2024-05-30T06:30:00.000Z",
          "exitTs": 1717051920,
          "dir": -1,
          "entryPrice": 2328.125,
          "exitPrice": 2331.138,
          "stopDistance": 3.013,
          "outcome": "stop",
          "netR": -1.1394,
          "holdMinutes": 22
        },
        {
          "entryTs": 1717065000,
          "entryUtc": "2024-05-30T10:30:00.000Z",
          "exitTs": 1717065900,
          "dir": -1,
          "entryPrice": 2332.825,
          "exitPrice": 2335.29,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 15
        },
        {
          "entryTs": 1717127400,
          "entryUtc": "2024-05-31T03:50:00.000Z",
          "exitTs": 1717128120,
          "dir": -1,
          "entryPrice": 2341.655,
          "exitPrice": 2344.119,
          "stopDistance": 2.464,
          "outcome": "stop",
          "netR": -1.1705,
          "holdMinutes": 12
        },
        {
          "entryTs": 1717143600,
          "entryUtc": "2024-05-31T08:20:00.000Z",
          "exitTs": 1717147260,
          "dir": -1,
          "entryPrice": 2342.085,
          "exitPrice": 2344.169,
          "stopDistance": 2.084,
          "outcome": "stop",
          "netR": -1.2016,
          "holdMinutes": 61
        },
        {
          "entryTs": 1717162500,
          "entryUtc": "2024-05-31T13:35:00.000Z",
          "exitTs": 1717163580,
          "dir": 1,
          "entryPrice": 2351.085,
          "exitPrice": 2347.038,
          "stopDistance": 4.047,
          "outcome": "stop",
          "netR": -1.1038,
          "holdMinutes": 18
        },
        {
          "entryTs": 1717420200,
          "entryUtc": "2024-06-03T13:10:00.000Z",
          "exitTs": 1717423200,
          "dir": 1,
          "entryPrice": 2331.605,
          "exitPrice": 2336.965,
          "stopDistance": 2.68,
          "outcome": "target",
          "netR": 1.8619,
          "holdMinutes": 50
        },
        {
          "entryTs": 1717436100,
          "entryUtc": "2024-06-03T17:35:00.000Z",
          "exitTs": 1717465380,
          "dir": 1,
          "entryPrice": 2347.998,
          "exitPrice": 2344.541,
          "stopDistance": 3.457,
          "outcome": "stop",
          "netR": -1.1215,
          "holdMinutes": 488
        },
        {
          "entryTs": 1717469700,
          "entryUtc": "2024-06-04T02:55:00.000Z",
          "exitTs": 1717476960,
          "dir": -1,
          "entryPrice": 2347.235,
          "exitPrice": 2349.231,
          "stopDistance": 1.996,
          "outcome": "stop",
          "netR": -1.2104,
          "holdMinutes": 121
        },
        {
          "entryTs": 1717526100,
          "entryUtc": "2024-06-04T18:35:00.000Z",
          "exitTs": 1717554060,
          "dir": 1,
          "entryPrice": 2327.328,
          "exitPrice": 2332.337,
          "stopDistance": 2.505,
          "outcome": "target",
          "netR": 1.8523,
          "holdMinutes": 466
        },
        {
          "entryTs": 1717566000,
          "entryUtc": "2024-06-05T05:40:00.000Z",
          "exitTs": 1717567560,
          "dir": 1,
          "entryPrice": 2338.195,
          "exitPrice": 2336.364,
          "stopDistance": 1.831,
          "outcome": "stop",
          "netR": -1.2294,
          "holdMinutes": 26
        },
        {
          "entryTs": 1717594800,
          "entryUtc": "2024-06-05T13:40:00.000Z",
          "exitTs": 1717596360,
          "dir": 1,
          "entryPrice": 2340.595,
          "exitPrice": 2337.261,
          "stopDistance": 3.334,
          "outcome": "stop",
          "netR": -1.126,
          "holdMinutes": 26
        },
        {
          "entryTs": 1717629600,
          "entryUtc": "2024-06-05T23:20:00.000Z",
          "exitTs": 1717631820,
          "dir": 1,
          "entryPrice": 2355.908,
          "exitPrice": 2354.746,
          "stopDistance": 1.162,
          "outcome": "stop",
          "netR": -1.3614,
          "holdMinutes": 37
        },
        {
          "entryTs": 1717644000,
          "entryUtc": "2024-06-06T03:20:00.000Z",
          "exitTs": 1717653000,
          "dir": 1,
          "entryPrice": 2370.038,
          "exitPrice": 2366.766,
          "stopDistance": 3.272,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 150
        },
        {
          "entryTs": 1717664100,
          "entryUtc": "2024-06-06T08:55:00.000Z",
          "exitTs": 1717666980,
          "dir": -1,
          "entryPrice": 2362.678,
          "exitPrice": 2358.432,
          "stopDistance": 2.123,
          "outcome": "target",
          "netR": 1.8257,
          "holdMinutes": 48
        },
        {
          "entryTs": 1717668000,
          "entryUtc": "2024-06-06T10:00:00.000Z",
          "exitTs": 1717675920,
          "dir": -1,
          "entryPrice": 2361.435,
          "exitPrice": 2357.47,
          "stopDistance": 1.983,
          "outcome": "target",
          "netR": 1.8134,
          "holdMinutes": 132
        },
        {
          "entryTs": 1717689900,
          "entryUtc": "2024-06-06T16:05:00.000Z",
          "exitTs": 1717719900,
          "dir": 1,
          "entryPrice": 2372.865,
          "exitPrice": 2376.648,
          "stopDistance": 4.154,
          "outcome": "time",
          "netR": 0.8215,
          "holdMinutes": 500
        },
        {
          "entryTs": 1717765500,
          "entryUtc": "2024-06-07T13:05:00.000Z",
          "exitTs": 1717768140,
          "dir": -1,
          "entryPrice": 2325.328,
          "exitPrice": 2311.645,
          "stopDistance": 6.841,
          "outcome": "target",
          "netR": 1.9459,
          "holdMinutes": 44
        },
        {
          "entryTs": 1717770600,
          "entryUtc": "2024-06-07T14:30:00.000Z",
          "exitTs": 1717776300,
          "dir": -1,
          "entryPrice": 2318.185,
          "exitPrice": 2304.026,
          "stopDistance": 7.079,
          "outcome": "target",
          "netR": 1.9477,
          "holdMinutes": 95
        },
        {
          "entryTs": 1717777200,
          "entryUtc": "2024-06-07T16:20:00.000Z",
          "exitTs": 1717779060,
          "dir": -1,
          "entryPrice": 2309.245,
          "exitPrice": 2314.009,
          "stopDistance": 4.764,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 31
        },
        {
          "entryTs": 1718040300,
          "entryUtc": "2024-06-10T17:25:00.000Z",
          "exitTs": 1718067660,
          "dir": 1,
          "entryPrice": 2310.675,
          "exitPrice": 2308.101,
          "stopDistance": 2.574,
          "outcome": "stop",
          "netR": -1.1632,
          "holdMinutes": 456
        },
        {
          "entryTs": 1718086200,
          "entryUtc": "2024-06-11T06:10:00.000Z",
          "exitTs": 1718086680,
          "dir": -1,
          "entryPrice": 2300.815,
          "exitPrice": 2302.672,
          "stopDistance": 1.857,
          "outcome": "stop",
          "netR": -1.2262,
          "holdMinutes": 8
        },
        {
          "entryTs": 1718096100,
          "entryUtc": "2024-06-11T08:55:00.000Z",
          "exitTs": 1718098080,
          "dir": 1,
          "entryPrice": 2305.015,
          "exitPrice": 2302.962,
          "stopDistance": 2.053,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 33
        },
        {
          "entryTs": 1718125200,
          "entryUtc": "2024-06-11T17:00:00.000Z",
          "exitTs": 1718125380,
          "dir": -1,
          "entryPrice": 2308.535,
          "exitPrice": 2311.28,
          "stopDistance": 2.745,
          "outcome": "stop",
          "netR": -1.153,
          "holdMinutes": 3
        },
        {
          "entryTs": 1718138700,
          "entryUtc": "2024-06-11T20:45:00.000Z",
          "exitTs": 1718149200,
          "dir": 1,
          "entryPrice": 2315.298,
          "exitPrice": 2313.975,
          "stopDistance": 1.324,
          "outcome": "stop",
          "netR": -1.3173,
          "holdMinutes": 175
        },
        {
          "entryTs": 1718150700,
          "entryUtc": "2024-06-12T00:05:00.000Z",
          "exitTs": 1718154000,
          "dir": -1,
          "entryPrice": 2315.345,
          "exitPrice": 2313.036,
          "stopDistance": 1.155,
          "outcome": "target",
          "netR": 1.6795,
          "holdMinutes": 55
        },
        {
          "entryTs": 1718170200,
          "entryUtc": "2024-06-12T05:30:00.000Z",
          "exitTs": 1718171640,
          "dir": -1,
          "entryPrice": 2313.154,
          "exitPrice": 2314.286,
          "stopDistance": 1.132,
          "outcome": "stop",
          "netR": -1.371,
          "holdMinutes": 24
        },
        {
          "entryTs": 1718178900,
          "entryUtc": "2024-06-12T07:55:00.000Z",
          "exitTs": 1718179260,
          "dir": -1,
          "entryPrice": 2313.345,
          "exitPrice": 2315.048,
          "stopDistance": 1.703,
          "outcome": "stop",
          "netR": -1.2466,
          "holdMinutes": 6
        },
        {
          "entryTs": 1718222400,
          "entryUtc": "2024-06-12T20:00:00.000Z",
          "exitTs": 1718241480,
          "dir": -1,
          "entryPrice": 2321.235,
          "exitPrice": 2312.728,
          "stopDistance": 4.254,
          "outcome": "target",
          "netR": 1.913,
          "holdMinutes": 318
        },
        {
          "entryTs": 1718284500,
          "entryUtc": "2024-06-13T13:15:00.000Z",
          "exitTs": 1718286840,
          "dir": 1,
          "entryPrice": 2318.135,
          "exitPrice": 2313.022,
          "stopDistance": 5.113,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 39
        },
        {
          "entryTs": 1718308500,
          "entryUtc": "2024-06-13T19:55:00.000Z",
          "exitTs": 1718324040,
          "dir": 1,
          "entryPrice": 2303.208,
          "exitPrice": 2301.483,
          "stopDistance": 1.725,
          "outcome": "stop",
          "netR": -1.2435,
          "holdMinutes": 259
        },
        {
          "entryTs": 1718332200,
          "entryUtc": "2024-06-14T02:30:00.000Z",
          "exitTs": 1718334900,
          "dir": 1,
          "entryPrice": 2305.218,
          "exitPrice": 2308.374,
          "stopDistance": 1.578,
          "outcome": "target",
          "netR": 1.7655,
          "holdMinutes": 45
        },
        {
          "entryTs": 1718355000,
          "entryUtc": "2024-06-14T08:50:00.000Z",
          "exitTs": 1718358540,
          "dir": 1,
          "entryPrice": 2316.235,
          "exitPrice": 2321.396,
          "stopDistance": 2.581,
          "outcome": "target",
          "netR": 1.8566,
          "holdMinutes": 59
        },
        {
          "entryTs": 1718649300,
          "entryUtc": "2024-06-17T18:35:00.000Z",
          "exitTs": 1718654280,
          "dir": 1,
          "entryPrice": 2316.665,
          "exitPrice": 2320.453,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8046,
          "holdMinutes": 83
        },
        {
          "entryTs": 1718672700,
          "entryUtc": "2024-06-18T01:05:00.000Z",
          "exitTs": 1718673300,
          "dir": 1,
          "entryPrice": 2322.958,
          "exitPrice": 2321.407,
          "stopDistance": 1.551,
          "outcome": "stop",
          "netR": -1.2709,
          "holdMinutes": 10
        },
        {
          "entryTs": 1718679900,
          "entryUtc": "2024-06-18T03:05:00.000Z",
          "exitTs": 1718687040,
          "dir": 1,
          "entryPrice": 2323.128,
          "exitPrice": 2321.36,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 119
        },
        {
          "entryTs": 1718701800,
          "entryUtc": "2024-06-18T09:10:00.000Z",
          "exitTs": 1718706300,
          "dir": -1,
          "entryPrice": 2313.255,
          "exitPrice": 2309.467,
          "stopDistance": 1.894,
          "outcome": "target",
          "netR": 1.8047,
          "holdMinutes": 75
        },
        {
          "entryTs": 1718772300,
          "entryUtc": "2024-06-19T04:45:00.000Z",
          "exitTs": 1718776140,
          "dir": -1,
          "entryPrice": 2328.058,
          "exitPrice": 2328.944,
          "stopDistance": 0.886,
          "outcome": "stop",
          "netR": -1.4742,
          "holdMinutes": 64
        },
        {
          "entryTs": 1718786400,
          "entryUtc": "2024-06-19T08:40:00.000Z",
          "exitTs": 1718787960,
          "dir": 1,
          "entryPrice": 2332.405,
          "exitPrice": 2330.858,
          "stopDistance": 1.547,
          "outcome": "stop",
          "netR": -1.2714,
          "holdMinutes": 26
        },
        {
          "entryTs": 1718792400,
          "entryUtc": "2024-06-19T10:20:00.000Z",
          "exitTs": 1718795100,
          "dir": -1,
          "entryPrice": 2329.315,
          "exitPrice": 2326.351,
          "stopDistance": 1.482,
          "outcome": "target",
          "netR": 1.7503,
          "holdMinutes": 45
        },
        {
          "entryTs": 1718816100,
          "entryUtc": "2024-06-19T16:55:00.000Z",
          "exitTs": 1718821680,
          "dir": 1,
          "entryPrice": 2329.468,
          "exitPrice": 2328.042,
          "stopDistance": 1.426,
          "outcome": "stop",
          "netR": -1.2946,
          "holdMinutes": 93
        },
        {
          "entryTs": 1718849100,
          "entryUtc": "2024-06-20T02:05:00.000Z",
          "exitTs": 1718851200,
          "dir": 1,
          "entryPrice": 2335.428,
          "exitPrice": 2333.182,
          "stopDistance": 2.246,
          "outcome": "stop",
          "netR": -1.187,
          "holdMinutes": 35
        },
        {
          "entryTs": 1718863200,
          "entryUtc": "2024-06-20T06:00:00.000Z",
          "exitTs": 1718864640,
          "dir": 1,
          "entryPrice": 2340.128,
          "exitPrice": 2343.98,
          "stopDistance": 1.926,
          "outcome": "target",
          "netR": 1.8079,
          "holdMinutes": 24
        },
        {
          "entryTs": 1718896500,
          "entryUtc": "2024-06-20T15:15:00.000Z",
          "exitTs": 1718897340,
          "dir": 1,
          "entryPrice": 2357.565,
          "exitPrice": 2352.853,
          "stopDistance": 4.712,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 14
        },
        {
          "entryTs": 1718909700,
          "entryUtc": "2024-06-20T18:55:00.000Z",
          "exitTs": 1718928600,
          "dir": 1,
          "entryPrice": 2358.544,
          "exitPrice": 2362.523,
          "stopDistance": 1.989,
          "outcome": "target",
          "netR": 1.814,
          "holdMinutes": 315
        },
        {
          "entryTs": 1718985300,
          "entryUtc": "2024-06-21T15:55:00.000Z",
          "exitTs": 1718990760,
          "dir": -1,
          "entryPrice": 2329.195,
          "exitPrice": 2319.03,
          "stopDistance": 5.082,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 91
        },
        {
          "entryTs": 1719283200,
          "entryUtc": "2024-06-25T02:40:00.000Z",
          "exitTs": 1719288240,
          "dir": -1,
          "entryPrice": 2326.635,
          "exitPrice": 2322.775,
          "stopDistance": 1.93,
          "outcome": "target",
          "netR": 1.8083,
          "holdMinutes": 84
        },
        {
          "entryTs": 1719297600,
          "entryUtc": "2024-06-25T06:40:00.000Z",
          "exitTs": 1719298080,
          "dir": -1,
          "entryPrice": 2325.255,
          "exitPrice": 2326.916,
          "stopDistance": 1.661,
          "outcome": "stop",
          "netR": -1.2529,
          "holdMinutes": 8
        },
        {
          "entryTs": 1719336600,
          "entryUtc": "2024-06-25T17:30:00.000Z",
          "exitTs": 1719360900,
          "dir": -1,
          "entryPrice": 2319.028,
          "exitPrice": 2321.715,
          "stopDistance": 2.687,
          "outcome": "stop",
          "netR": -1.1563,
          "holdMinutes": 405
        },
        {
          "entryTs": 1719378300,
          "entryUtc": "2024-06-26T05:05:00.000Z",
          "exitTs": 1719380520,
          "dir": -1,
          "entryPrice": 2317.175,
          "exitPrice": 2313.886,
          "stopDistance": 1.645,
          "outcome": "target",
          "netR": 1.775,
          "holdMinutes": 37
        },
        {
          "entryTs": 1719406200,
          "entryUtc": "2024-06-26T12:50:00.000Z",
          "exitTs": 1719406740,
          "dir": 1,
          "entryPrice": 2313.295,
          "exitPrice": 2310.341,
          "stopDistance": 2.954,
          "outcome": "stop",
          "netR": -1.1422,
          "holdMinutes": 9
        },
        {
          "entryTs": 1719413700,
          "entryUtc": "2024-06-26T14:55:00.000Z",
          "exitTs": 1719415080,
          "dir": -1,
          "entryPrice": 2299.455,
          "exitPrice": 2303.567,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 23
        },
        {
          "entryTs": 1719544200,
          "entryUtc": "2024-06-28T03:10:00.000Z",
          "exitTs": 1719546120,
          "dir": 1,
          "entryPrice": 2322.798,
          "exitPrice": 2321.004,
          "stopDistance": 1.794,
          "outcome": "stop",
          "netR": -1.2341,
          "holdMinutes": 32
        },
        {
          "entryTs": 1719574800,
          "entryUtc": "2024-06-28T11:40:00.000Z",
          "exitTs": 1719577260,
          "dir": 1,
          "entryPrice": 2334.168,
          "exitPrice": 2332.371,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 41
        },
        {
          "entryTs": 1719588300,
          "entryUtc": "2024-06-28T15:25:00.000Z",
          "exitTs": 1719591360,
          "dir": -1,
          "entryPrice": 2327.458,
          "exitPrice": 2331.29,
          "stopDistance": 3.832,
          "outcome": "stop",
          "netR": -1.1096,
          "holdMinutes": 51
        },
        {
          "entryTs": 1719807000,
          "entryUtc": "2024-07-01T04:10:00.000Z",
          "exitTs": 1719808380,
          "dir": -1,
          "entryPrice": 2325.615,
          "exitPrice": 2322.752,
          "stopDistance": 1.431,
          "outcome": "target",
          "netR": 1.7415,
          "holdMinutes": 23
        },
        {
          "entryTs": 1719817800,
          "entryUtc": "2024-07-01T07:10:00.000Z",
          "exitTs": 1719820860,
          "dir": 1,
          "entryPrice": 2325.215,
          "exitPrice": 2322.966,
          "stopDistance": 2.249,
          "outcome": "stop",
          "netR": -1.1867,
          "holdMinutes": 51
        },
        {
          "entryTs": 1719827100,
          "entryUtc": "2024-07-01T09:45:00.000Z",
          "exitTs": 1719830220,
          "dir": 1,
          "entryPrice": 2326.265,
          "exitPrice": 2330.487,
          "stopDistance": 2.111,
          "outcome": "target",
          "netR": 1.8247,
          "holdMinutes": 52
        },
        {
          "entryTs": 1719836100,
          "entryUtc": "2024-07-01T12:15:00.000Z",
          "exitTs": 1719837120,
          "dir": 1,
          "entryPrice": 2336.075,
          "exitPrice": 2333.941,
          "stopDistance": 2.134,
          "outcome": "stop",
          "netR": -1.1968,
          "holdMinutes": 17
        },
        {
          "entryTs": 1719846300,
          "entryUtc": "2024-07-01T15:05:00.000Z",
          "exitTs": 1719850620,
          "dir": -1,
          "entryPrice": 2325.238,
          "exitPrice": 2329.592,
          "stopDistance": 4.354,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 72
        },
        {
          "entryTs": 1719894600,
          "entryUtc": "2024-07-02T04:30:00.000Z",
          "exitTs": 1719895680,
          "dir": -1,
          "entryPrice": 2326.218,
          "exitPrice": 2327.637,
          "stopDistance": 1.419,
          "outcome": "stop",
          "netR": -1.296,
          "holdMinutes": 18
        },
        {
          "entryTs": 1719895800,
          "entryUtc": "2024-07-02T04:50:00.000Z",
          "exitTs": 1719897420,
          "dir": -1,
          "entryPrice": 2327.398,
          "exitPrice": 2328.693,
          "stopDistance": 1.295,
          "outcome": "stop",
          "netR": -1.3243,
          "holdMinutes": 27
        },
        {
          "entryTs": 1719906300,
          "entryUtc": "2024-07-02T07:45:00.000Z",
          "exitTs": 1719906960,
          "dir": -1,
          "entryPrice": 2327.045,
          "exitPrice": 2329.091,
          "stopDistance": 2.046,
          "outcome": "stop",
          "netR": -1.2053,
          "holdMinutes": 11
        },
        {
          "entryTs": 1719909300,
          "entryUtc": "2024-07-02T08:35:00.000Z",
          "exitTs": 1719912840,
          "dir": 1,
          "entryPrice": 2329.275,
          "exitPrice": 2327.12,
          "stopDistance": 2.155,
          "outcome": "stop",
          "netR": -1.1949,
          "holdMinutes": 59
        },
        {
          "entryTs": 1719951300,
          "entryUtc": "2024-07-02T20:15:00.000Z",
          "exitTs": 1719973200,
          "dir": 1,
          "entryPrice": 2329.558,
          "exitPrice": 2328.094,
          "stopDistance": 1.464,
          "outcome": "stop",
          "netR": -1.2869,
          "holdMinutes": 365
        },
        {
          "entryTs": 1719992400,
          "entryUtc": "2024-07-03T07:40:00.000Z",
          "exitTs": 1719993360,
          "dir": 1,
          "entryPrice": 2339.375,
          "exitPrice": 2344.333,
          "stopDistance": 2.479,
          "outcome": "target",
          "netR": 1.8508,
          "holdMinutes": 16
        },
        {
          "entryTs": 1719996600,
          "entryUtc": "2024-07-03T08:50:00.000Z",
          "exitTs": 1720003140,
          "dir": 1,
          "entryPrice": 2343.595,
          "exitPrice": 2348.448,
          "stopDistance": 2.426,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 109
        },
        {
          "entryTs": 1720017000,
          "entryUtc": "2024-07-03T14:30:00.000Z",
          "exitTs": 1720047000,
          "dir": 1,
          "entryPrice": 2358.058,
          "exitPrice": 2358.375,
          "stopDistance": 4.608,
          "outcome": "time",
          "netR": -0.0115,
          "holdMinutes": 500
        },
        {
          "entryTs": 1720059000,
          "entryUtc": "2024-07-04T02:10:00.000Z",
          "exitTs": 1720060800,
          "dir": 1,
          "entryPrice": 2360.065,
          "exitPrice": 2358.374,
          "stopDistance": 1.691,
          "outcome": "stop",
          "netR": -1.2484,
          "holdMinutes": 30
        },
        {
          "entryTs": 1720130700,
          "entryUtc": "2024-07-04T22:05:00.000Z",
          "exitTs": 1720132140,
          "dir": -1,
          "entryPrice": 2356.678,
          "exitPrice": 2354.842,
          "stopDistance": 0.918,
          "outcome": "target",
          "netR": 1.597,
          "holdMinutes": 24
        },
        {
          "entryTs": 1720136400,
          "entryUtc": "2024-07-04T23:40:00.000Z",
          "exitTs": 1720139640,
          "dir": 1,
          "entryPrice": 2356.665,
          "exitPrice": 2358.415,
          "stopDistance": 0.875,
          "outcome": "target",
          "netR": 1.5771,
          "holdMinutes": 54
        },
        {
          "entryTs": 1720395600,
          "entryUtc": "2024-07-07T23:40:00.000Z",
          "exitTs": 1720400940,
          "dir": -1,
          "entryPrice": 2386.275,
          "exitPrice": 2387.692,
          "stopDistance": 1.417,
          "outcome": "stop",
          "netR": -1.2963,
          "holdMinutes": 89
        },
        {
          "entryTs": 1720423200,
          "entryUtc": "2024-07-08T07:20:00.000Z",
          "exitTs": 1720427640,
          "dir": -1,
          "entryPrice": 2380.168,
          "exitPrice": 2375.719,
          "stopDistance": 2.224,
          "outcome": "target",
          "netR": 1.8337,
          "holdMinutes": 74
        },
        {
          "entryTs": 1720430400,
          "entryUtc": "2024-07-08T09:20:00.000Z",
          "exitTs": 1720432080,
          "dir": -1,
          "entryPrice": 2373.675,
          "exitPrice": 2369.152,
          "stopDistance": 2.261,
          "outcome": "target",
          "netR": 1.8364,
          "holdMinutes": 28
        },
        {
          "entryTs": 1720433400,
          "entryUtc": "2024-07-08T10:10:00.000Z",
          "exitTs": 1720438500,
          "dir": -1,
          "entryPrice": 2372.505,
          "exitPrice": 2374.827,
          "stopDistance": 2.323,
          "outcome": "stop",
          "netR": -1.1808,
          "holdMinutes": 85
        },
        {
          "entryTs": 1720457100,
          "entryUtc": "2024-07-08T16:45:00.000Z",
          "exitTs": 1720481940,
          "dir": -1,
          "entryPrice": 2357.218,
          "exitPrice": 2361.473,
          "stopDistance": 4.255,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 414
        },
        {
          "entryTs": 1720499100,
          "entryUtc": "2024-07-09T04:25:00.000Z",
          "exitTs": 1720502340,
          "dir": 1,
          "entryPrice": 2366.918,
          "exitPrice": 2365.015,
          "stopDistance": 1.903,
          "outcome": "stop",
          "netR": -1.2207,
          "holdMinutes": 54
        },
        {
          "entryTs": 1720512600,
          "entryUtc": "2024-07-09T08:10:00.000Z",
          "exitTs": 1720512960,
          "dir": -1,
          "entryPrice": 2360.125,
          "exitPrice": 2361.794,
          "stopDistance": 1.669,
          "outcome": "stop",
          "netR": -1.2516,
          "holdMinutes": 6
        },
        {
          "entryTs": 1720539600,
          "entryUtc": "2024-07-09T15:40:00.000Z",
          "exitTs": 1720540620,
          "dir": -1,
          "entryPrice": 2355.995,
          "exitPrice": 2360.891,
          "stopDistance": 4.896,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 17
        },
        {
          "entryTs": 1720564800,
          "entryUtc": "2024-07-09T22:40:00.000Z",
          "exitTs": 1720566000,
          "dir": -1,
          "entryPrice": 2363.534,
          "exitPrice": 2364.543,
          "stopDistance": 1.009,
          "outcome": "stop",
          "netR": -1.4161,
          "holdMinutes": 20
        },
        {
          "entryTs": 1720577400,
          "entryUtc": "2024-07-10T02:10:00.000Z",
          "exitTs": 1720594200,
          "dir": 1,
          "entryPrice": 2367.588,
          "exitPrice": 2371.438,
          "stopDistance": 1.925,
          "outcome": "target",
          "netR": 1.8078,
          "holdMinutes": 280
        },
        {
          "entryTs": 1720598400,
          "entryUtc": "2024-07-10T08:00:00.000Z",
          "exitTs": 1720611360,
          "dir": 1,
          "entryPrice": 2372.528,
          "exitPrice": 2376,
          "stopDistance": 1.736,
          "outcome": "target",
          "netR": 1.7869,
          "holdMinutes": 216
        },
        {
          "entryTs": 1720637400,
          "entryUtc": "2024-07-10T18:50:00.000Z",
          "exitTs": 1720659600,
          "dir": -1,
          "entryPrice": 2372.275,
          "exitPrice": 2374.289,
          "stopDistance": 2.015,
          "outcome": "stop",
          "netR": -1.2085,
          "holdMinutes": 370
        },
        {
          "entryTs": 1720663800,
          "entryUtc": "2024-07-11T02:10:00.000Z",
          "exitTs": 1720665900,
          "dir": 1,
          "entryPrice": 2374.658,
          "exitPrice": 2377.313,
          "stopDistance": 1.327,
          "outcome": "target",
          "netR": 1.7212,
          "holdMinutes": 35
        },
        {
          "entryTs": 1720670400,
          "entryUtc": "2024-07-11T04:00:00.000Z",
          "exitTs": 1720672140,
          "dir": 1,
          "entryPrice": 2378.638,
          "exitPrice": 2381.216,
          "stopDistance": 1.289,
          "outcome": "target",
          "netR": 1.713,
          "holdMinutes": 29
        },
        {
          "entryTs": 1720708500,
          "entryUtc": "2024-07-11T14:35:00.000Z",
          "exitTs": 1720709760,
          "dir": 1,
          "entryPrice": 2405.178,
          "exitPrice": 2416.663,
          "stopDistance": 5.742,
          "outcome": "target",
          "netR": 1.9356,
          "holdMinutes": 21
        },
        {
          "entryTs": 1720737600,
          "entryUtc": "2024-07-11T22:40:00.000Z",
          "exitTs": 1720742220,
          "dir": -1,
          "entryPrice": 2413.515,
          "exitPrice": 2415.162,
          "stopDistance": 1.647,
          "outcome": "stop",
          "netR": -1.255,
          "holdMinutes": 77
        },
        {
          "entryTs": 1720778700,
          "entryUtc": "2024-07-12T10:05:00.000Z",
          "exitTs": 1720779180,
          "dir": -1,
          "entryPrice": 2404.815,
          "exitPrice": 2401.21,
          "stopDistance": 1.802,
          "outcome": "target",
          "netR": 1.7947,
          "holdMinutes": 8
        },
        {
          "entryTs": 1720803900,
          "entryUtc": "2024-07-12T17:05:00.000Z",
          "exitTs": 1720813800,
          "dir": 1,
          "entryPrice": 2414.678,
          "exitPrice": 2412.305,
          "stopDistance": 2.373,
          "outcome": "stop",
          "netR": -1.177,
          "holdMinutes": 165
        },
        {
          "entryTs": 1720816800,
          "entryUtc": "2024-07-12T20:40:00.000Z",
          "exitTs": 1720994400,
          "dir": -1,
          "entryPrice": 2411.928,
          "exitPrice": 2413.044,
          "stopDistance": 1.116,
          "outcome": "stop",
          "netR": -1.3763,
          "holdMinutes": 2960
        },
        {
          "entryTs": 1721001300,
          "entryUtc": "2024-07-14T23:55:00.000Z",
          "exitTs": 1721008380,
          "dir": -1,
          "entryPrice": 2407.675,
          "exitPrice": 2409.186,
          "stopDistance": 1.511,
          "outcome": "stop",
          "netR": -1.278,
          "holdMinutes": 118
        },
        {
          "entryTs": 1721017800,
          "entryUtc": "2024-07-15T04:30:00.000Z",
          "exitTs": 1721021820,
          "dir": 1,
          "entryPrice": 2411.695,
          "exitPrice": 2410.415,
          "stopDistance": 1.28,
          "outcome": "stop",
          "netR": -1.3281,
          "holdMinutes": 67
        },
        {
          "entryTs": 1721028600,
          "entryUtc": "2024-07-15T07:30:00.000Z",
          "exitTs": 1721029500,
          "dir": -1,
          "entryPrice": 2403.945,
          "exitPrice": 2406.172,
          "stopDistance": 2.227,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 15
        },
        {
          "entryTs": 1721100000,
          "entryUtc": "2024-07-16T03:20:00.000Z",
          "exitTs": 1721103840,
          "dir": 1,
          "entryPrice": 2427.855,
          "exitPrice": 2425.739,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 64
        },
        {
          "entryTs": 1721117100,
          "entryUtc": "2024-07-16T08:05:00.000Z",
          "exitTs": 1721122080,
          "dir": 1,
          "entryPrice": 2435.355,
          "exitPrice": 2440.096,
          "stopDistance": 2.37,
          "outcome": "target",
          "netR": 1.8439,
          "holdMinutes": 83
        },
        {
          "entryTs": 1721125200,
          "entryUtc": "2024-07-16T10:20:00.000Z",
          "exitTs": 1721128260,
          "dir": 1,
          "entryPrice": 2441.528,
          "exitPrice": 2439.366,
          "stopDistance": 2.162,
          "outcome": "stop",
          "netR": -1.1942,
          "holdMinutes": 51
        },
        {
          "entryTs": 1721145900,
          "entryUtc": "2024-07-16T16:05:00.000Z",
          "exitTs": 1721160300,
          "dir": 1,
          "entryPrice": 2461.018,
          "exitPrice": 2469.2,
          "stopDistance": 4.091,
          "outcome": "target",
          "netR": 1.9096,
          "holdMinutes": 240
        },
        {
          "entryTs": 1721167500,
          "entryUtc": "2024-07-16T22:05:00.000Z",
          "exitTs": 1721176800,
          "dir": 1,
          "entryPrice": 2467.574,
          "exitPrice": 2470.791,
          "stopDistance": 1.609,
          "outcome": "target",
          "netR": 1.77,
          "holdMinutes": 155
        },
        {
          "entryTs": 1721198400,
          "entryUtc": "2024-07-17T06:40:00.000Z",
          "exitTs": 1721201760,
          "dir": -1,
          "entryPrice": 2466.145,
          "exitPrice": 2469.117,
          "stopDistance": 2.972,
          "outcome": "stop",
          "netR": -1.1413,
          "holdMinutes": 56
        },
        {
          "entryTs": 1721216100,
          "entryUtc": "2024-07-17T11:35:00.000Z",
          "exitTs": 1721216700,
          "dir": -1,
          "entryPrice": 2469.715,
          "exitPrice": 2472.493,
          "stopDistance": 2.778,
          "outcome": "stop",
          "netR": -1.1512,
          "holdMinutes": 10
        },
        {
          "entryTs": 1721230200,
          "entryUtc": "2024-07-17T15:30:00.000Z",
          "exitTs": 1721239020,
          "dir": -1,
          "entryPrice": 2464.645,
          "exitPrice": 2452.615,
          "stopDistance": 6.015,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 147
        },
        {
          "entryTs": 1721295600,
          "entryUtc": "2024-07-18T09:40:00.000Z",
          "exitTs": 1721297640,
          "dir": -1,
          "entryPrice": 2467.215,
          "exitPrice": 2462.91,
          "stopDistance": 2.152,
          "outcome": "target",
          "netR": 1.8281,
          "holdMinutes": 34
        },
        {
          "entryTs": 1721299500,
          "entryUtc": "2024-07-18T10:45:00.000Z",
          "exitTs": 1721304900,
          "dir": -1,
          "entryPrice": 2464.585,
          "exitPrice": 2466.806,
          "stopDistance": 2.221,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 90
        },
        {
          "entryTs": 1721325000,
          "entryUtc": "2024-07-18T17:50:00.000Z",
          "exitTs": 1721329440,
          "dir": -1,
          "entryPrice": 2456.435,
          "exitPrice": 2450.247,
          "stopDistance": 3.094,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 74
        },
        {
          "entryTs": 1721334000,
          "entryUtc": "2024-07-18T20:20:00.000Z",
          "exitTs": 1721347200,
          "dir": -1,
          "entryPrice": 2444.735,
          "exitPrice": 2438.88,
          "stopDistance": 2.928,
          "outcome": "target",
          "netR": 1.8736,
          "holdMinutes": 220
        },
        {
          "entryTs": 1721350200,
          "entryUtc": "2024-07-19T00:50:00.000Z",
          "exitTs": 1721351580,
          "dir": -1,
          "entryPrice": 2434.555,
          "exitPrice": 2428.134,
          "stopDistance": 3.211,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 23
        },
        {
          "entryTs": 1721371200,
          "entryUtc": "2024-07-19T06:40:00.000Z",
          "exitTs": 1721383680,
          "dir": -1,
          "entryPrice": 2419.395,
          "exitPrice": 2412.591,
          "stopDistance": 3.402,
          "outcome": "target",
          "netR": 1.8912,
          "holdMinutes": 208
        },
        {
          "entryTs": 1721396400,
          "entryUtc": "2024-07-19T13:40:00.000Z",
          "exitTs": 1721396580,
          "dir": -1,
          "entryPrice": 2401.815,
          "exitPrice": 2406.17,
          "stopDistance": 4.356,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 3
        },
        {
          "entryTs": 1721680800,
          "entryUtc": "2024-07-22T20:40:00.000Z",
          "exitTs": 1721681100,
          "dir": 1,
          "entryPrice": 2397.768,
          "exitPrice": 2396.455,
          "stopDistance": 1.313,
          "outcome": "stop",
          "netR": -1.3198,
          "holdMinutes": 5
        },
        {
          "entryTs": 1721700000,
          "entryUtc": "2024-07-23T02:00:00.000Z",
          "exitTs": 1721702880,
          "dir": 1,
          "entryPrice": 2400.865,
          "exitPrice": 2398.876,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2112,
          "holdMinutes": 48
        },
        {
          "entryTs": 1721716800,
          "entryUtc": "2024-07-23T06:40:00.000Z",
          "exitTs": 1721716980,
          "dir": -1,
          "entryPrice": 2391.155,
          "exitPrice": 2393.596,
          "stopDistance": 2.441,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 3
        },
        {
          "entryTs": 1721731800,
          "entryUtc": "2024-07-23T10:50:00.000Z",
          "exitTs": 1721733900,
          "dir": 1,
          "entryPrice": 2406.458,
          "exitPrice": 2411.373,
          "stopDistance": 2.457,
          "outcome": "target",
          "netR": 1.8494,
          "holdMinutes": 35
        },
        {
          "entryTs": 1721773500,
          "entryUtc": "2024-07-23T22:25:00.000Z",
          "exitTs": 1721783400,
          "dir": 1,
          "entryPrice": 2407.944,
          "exitPrice": 2410.593,
          "stopDistance": 1.325,
          "outcome": "target",
          "netR": 1.7207,
          "holdMinutes": 165
        },
        {
          "entryTs": 1721862000,
          "entryUtc": "2024-07-24T23:00:00.000Z",
          "exitTs": 1721863680,
          "dir": -1,
          "entryPrice": 2397.678,
          "exitPrice": 2400.201,
          "stopDistance": 2.523,
          "outcome": "stop",
          "netR": -1.1665,
          "holdMinutes": 28
        },
        {
          "entryTs": 1721878800,
          "entryUtc": "2024-07-25T03:40:00.000Z",
          "exitTs": 1721904720,
          "dir": -1,
          "entryPrice": 2373.915,
          "exitPrice": 2378.81,
          "stopDistance": 4.895,
          "outcome": "stop",
          "netR": -1.0858,
          "holdMinutes": 432
        },
        {
          "entryTs": 1721930700,
          "entryUtc": "2024-07-25T18:05:00.000Z",
          "exitTs": 1721935560,
          "dir": -1,
          "entryPrice": 2356.945,
          "exitPrice": 2360.918,
          "stopDistance": 3.973,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 81
        },
        {
          "entryTs": 1721937900,
          "entryUtc": "2024-07-25T20:05:00.000Z",
          "exitTs": 1721955960,
          "dir": 1,
          "entryPrice": 2361.278,
          "exitPrice": 2358.539,
          "stopDistance": 2.739,
          "outcome": "stop",
          "netR": -1.1533,
          "holdMinutes": 301
        },
        {
          "entryTs": 1721963400,
          "entryUtc": "2024-07-26T03:10:00.000Z",
          "exitTs": 1721970120,
          "dir": 1,
          "entryPrice": 2372.568,
          "exitPrice": 2369.28,
          "stopDistance": 3.288,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 112
        },
        {
          "entryTs": 1722004500,
          "entryUtc": "2024-07-26T14:35:00.000Z",
          "exitTs": 1722204000,
          "dir": 1,
          "entryPrice": 2383.075,
          "exitPrice": 2388.335,
          "stopDistance": 4.485,
          "outcome": "time",
          "netR": 1.0902,
          "holdMinutes": 3325
        },
        {
          "entryTs": 1722207900,
          "entryUtc": "2024-07-28T23:05:00.000Z",
          "exitTs": 1722214500,
          "dir": 1,
          "entryPrice": 2395.095,
          "exitPrice": 2401.402,
          "stopDistance": 3.154,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 110
        },
        {
          "entryTs": 1722243600,
          "entryUtc": "2024-07-29T09:00:00.000Z",
          "exitTs": 1722243840,
          "dir": -1,
          "entryPrice": 2390.265,
          "exitPrice": 2393.07,
          "stopDistance": 2.806,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 4
        },
        {
          "entryTs": 1722255900,
          "entryUtc": "2024-07-29T12:25:00.000Z",
          "exitTs": 1722256560,
          "dir": -1,
          "entryPrice": 2389.305,
          "exitPrice": 2391.887,
          "stopDistance": 2.583,
          "outcome": "stop",
          "netR": -1.1626,
          "holdMinutes": 11
        },
        {
          "entryTs": 1722268200,
          "entryUtc": "2024-07-29T15:50:00.000Z",
          "exitTs": 1722281340,
          "dir": -1,
          "entryPrice": 2379.025,
          "exitPrice": 2383.785,
          "stopDistance": 4.76,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 219
        },
        {
          "entryTs": 1722285000,
          "entryUtc": "2024-07-29T20:30:00.000Z",
          "exitTs": 1722298800,
          "dir": 1,
          "entryPrice": 2382.375,
          "exitPrice": 2380.468,
          "stopDistance": 1.907,
          "outcome": "stop",
          "netR": -1.2203,
          "holdMinutes": 230
        },
        {
          "entryTs": 1722343200,
          "entryUtc": "2024-07-30T12:40:00.000Z",
          "exitTs": 1722344820,
          "dir": -1,
          "entryPrice": 2388.005,
          "exitPrice": 2390.215,
          "stopDistance": 2.211,
          "outcome": "stop",
          "netR": -1.19,
          "holdMinutes": 27
        },
        {
          "entryTs": 1722399000,
          "entryUtc": "2024-07-31T04:10:00.000Z",
          "exitTs": 1722402060,
          "dir": 1,
          "entryPrice": 2414.965,
          "exitPrice": 2421.213,
          "stopDistance": 3.124,
          "outcome": "target",
          "netR": 1.8816,
          "holdMinutes": 51
        },
        {
          "entryTs": 1722408900,
          "entryUtc": "2024-07-31T06:55:00.000Z",
          "exitTs": 1722410100,
          "dir": 1,
          "entryPrice": 2420.415,
          "exitPrice": 2417.676,
          "stopDistance": 2.739,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 20
        },
        {
          "entryTs": 1722417900,
          "entryUtc": "2024-07-31T09:25:00.000Z",
          "exitTs": 1722433260,
          "dir": 1,
          "entryPrice": 2419.705,
          "exitPrice": 2424.963,
          "stopDistance": 2.629,
          "outcome": "target",
          "netR": 1.8593,
          "holdMinutes": 256
        },
        {
          "entryTs": 1722447900,
          "entryUtc": "2024-07-31T17:45:00.000Z",
          "exitTs": 1722448800,
          "dir": 1,
          "entryPrice": 2426.215,
          "exitPrice": 2423.677,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 15
        },
        {
          "entryTs": 1722457500,
          "entryUtc": "2024-07-31T20:25:00.000Z",
          "exitTs": 1722475320,
          "dir": 1,
          "entryPrice": 2447.988,
          "exitPrice": 2456.679,
          "stopDistance": 4.346,
          "outcome": "target",
          "netR": 1.9149,
          "holdMinutes": 297
        },
        {
          "entryTs": 1722543900,
          "entryUtc": "2024-08-01T20:25:00.000Z",
          "exitTs": 1722545700,
          "dir": 1,
          "entryPrice": 2441.858,
          "exitPrice": 2446.589,
          "stopDistance": 2.365,
          "outcome": "target",
          "netR": 1.8436,
          "holdMinutes": 30
        },
        {
          "entryTs": 1722569700,
          "entryUtc": "2024-08-02T03:35:00.000Z",
          "exitTs": 1722576600,
          "dir": 1,
          "entryPrice": 2452.715,
          "exitPrice": 2460.746,
          "stopDistance": 4.015,
          "outcome": "target",
          "netR": 1.9079,
          "holdMinutes": 115
        },
        {
          "entryTs": 1722614400,
          "entryUtc": "2024-08-02T16:00:00.000Z",
          "exitTs": 1722632340,
          "dir": -1,
          "entryPrice": 2433.075,
          "exitPrice": 2442.699,
          "stopDistance": 9.624,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 299
        },
        {
          "entryTs": 1722834300,
          "entryUtc": "2024-08-05T05:05:00.000Z",
          "exitTs": 1722834600,
          "dir": 1,
          "entryPrice": 2450.965,
          "exitPrice": 2447.14,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 5
        },
        {
          "entryTs": 1722873000,
          "entryUtc": "2024-08-05T15:50:00.000Z",
          "exitTs": 1722903000,
          "dir": 1,
          "entryPrice": 2402.238,
          "exitPrice": 2408.185,
          "stopDistance": 7.472,
          "outcome": "time",
          "netR": 0.7463,
          "holdMinutes": 500
        },
        {
          "entryTs": 1722951000,
          "entryUtc": "2024-08-06T13:30:00.000Z",
          "exitTs": 1722953100,
          "dir": -1,
          "entryPrice": 2395.645,
          "exitPrice": 2400.746,
          "stopDistance": 5.101,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 35
        },
        {
          "entryTs": 1722960000,
          "entryUtc": "2024-08-06T16:00:00.000Z",
          "exitTs": 1722967020,
          "dir": -1,
          "entryPrice": 2387.545,
          "exitPrice": 2393.351,
          "stopDistance": 5.806,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 117
        },
        {
          "entryTs": 1723018200,
          "entryUtc": "2024-08-07T08:10:00.000Z",
          "exitTs": 1723021140,
          "dir": -1,
          "entryPrice": 2390.805,
          "exitPrice": 2393.558,
          "stopDistance": 2.753,
          "outcome": "stop",
          "netR": -1.1526,
          "holdMinutes": 49
        },
        {
          "entryTs": 1723023000,
          "entryUtc": "2024-08-07T09:30:00.000Z",
          "exitTs": 1723027800,
          "dir": 1,
          "entryPrice": 2393.065,
          "exitPrice": 2397.606,
          "stopDistance": 2.27,
          "outcome": "target",
          "netR": 1.837,
          "holdMinutes": 80
        },
        {
          "entryTs": 1723057800,
          "entryUtc": "2024-08-07T19:10:00.000Z",
          "exitTs": 1723064040,
          "dir": -1,
          "entryPrice": 2388.005,
          "exitPrice": 2381.736,
          "stopDistance": 3.134,
          "outcome": "target",
          "netR": 1.882,
          "holdMinutes": 104
        },
        {
          "entryTs": 1723091400,
          "entryUtc": "2024-08-08T04:30:00.000Z",
          "exitTs": 1723098300,
          "dir": 1,
          "entryPrice": 2393.525,
          "exitPrice": 2397.789,
          "stopDistance": 2.132,
          "outcome": "target",
          "netR": 1.8264,
          "holdMinutes": 115
        },
        {
          "entryTs": 1723117200,
          "entryUtc": "2024-08-08T11:40:00.000Z",
          "exitTs": 1723119300,
          "dir": 1,
          "entryPrice": 2407.695,
          "exitPrice": 2414.027,
          "stopDistance": 3.166,
          "outcome": "target",
          "netR": 1.8831,
          "holdMinutes": 35
        },
        {
          "entryTs": 1723128600,
          "entryUtc": "2024-08-08T14:50:00.000Z",
          "exitTs": 1723150440,
          "dir": 1,
          "entryPrice": 2416.105,
          "exitPrice": 2427.261,
          "stopDistance": 5.578,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 364
        },
        {
          "entryTs": 1723229100,
          "entryUtc": "2024-08-09T18:45:00.000Z",
          "exitTs": 1723237140,
          "dir": -1,
          "entryPrice": 2428.905,
          "exitPrice": 2431.104,
          "stopDistance": 2.199,
          "outcome": "stop",
          "netR": -1.191,
          "holdMinutes": 134
        },
        {
          "entryTs": 1723441200,
          "entryUtc": "2024-08-12T05:40:00.000Z",
          "exitTs": 1723441560,
          "dir": 1,
          "entryPrice": 2431.695,
          "exitPrice": 2430.185,
          "stopDistance": 1.51,
          "outcome": "stop",
          "netR": -1.2782,
          "holdMinutes": 6
        },
        {
          "entryTs": 1723451700,
          "entryUtc": "2024-08-12T08:35:00.000Z",
          "exitTs": 1723454220,
          "dir": 1,
          "entryPrice": 2439.618,
          "exitPrice": 2443.938,
          "stopDistance": 2.16,
          "outcome": "target",
          "netR": 1.8287,
          "holdMinutes": 42
        },
        {
          "entryTs": 1723460700,
          "entryUtc": "2024-08-12T11:05:00.000Z",
          "exitTs": 1723462260,
          "dir": 1,
          "entryPrice": 2442.815,
          "exitPrice": 2440.791,
          "stopDistance": 2.024,
          "outcome": "stop",
          "netR": -1.2075,
          "holdMinutes": 26
        },
        {
          "entryTs": 1723472100,
          "entryUtc": "2024-08-12T14:15:00.000Z",
          "exitTs": 1723472400,
          "dir": 1,
          "entryPrice": 2448.655,
          "exitPrice": 2444.889,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 5
        },
        {
          "entryTs": 1723508700,
          "entryUtc": "2024-08-13T00:25:00.000Z",
          "exitTs": 1723509060,
          "dir": 1,
          "entryPrice": 2474.335,
          "exitPrice": 2472.746,
          "stopDistance": 1.589,
          "outcome": "stop",
          "netR": -1.2644,
          "holdMinutes": 6
        },
        {
          "entryTs": 1723514100,
          "entryUtc": "2024-08-13T01:55:00.000Z",
          "exitTs": 1723524720,
          "dir": -1,
          "entryPrice": 2466.495,
          "exitPrice": 2460.212,
          "stopDistance": 3.142,
          "outcome": "target",
          "netR": 1.8822,
          "holdMinutes": 177
        },
        {
          "entryTs": 1723623300,
          "entryUtc": "2024-08-14T08:15:00.000Z",
          "exitTs": 1723624680,
          "dir": 1,
          "entryPrice": 2468.865,
          "exitPrice": 2473.171,
          "stopDistance": 2.153,
          "outcome": "target",
          "netR": 1.8282,
          "holdMinutes": 23
        },
        {
          "entryTs": 1723654500,
          "entryUtc": "2024-08-14T16:55:00.000Z",
          "exitTs": 1723673040,
          "dir": -1,
          "entryPrice": 2444.565,
          "exitPrice": 2448.483,
          "stopDistance": 3.918,
          "outcome": "stop",
          "netR": -1.1072,
          "holdMinutes": 309
        },
        {
          "entryTs": 1723692900,
          "entryUtc": "2024-08-15T03:35:00.000Z",
          "exitTs": 1723702200,
          "dir": 1,
          "entryPrice": 2451.815,
          "exitPrice": 2455.459,
          "stopDistance": 1.822,
          "outcome": "target",
          "netR": 1.7969,
          "holdMinutes": 155
        },
        {
          "entryTs": 1723718100,
          "entryUtc": "2024-08-15T10:35:00.000Z",
          "exitTs": 1723721520,
          "dir": 1,
          "entryPrice": 2458.105,
          "exitPrice": 2461.461,
          "stopDistance": 1.678,
          "outcome": "target",
          "netR": 1.7795,
          "holdMinutes": 57
        },
        {
          "entryTs": 1723750500,
          "entryUtc": "2024-08-15T19:35:00.000Z",
          "exitTs": 1723750620,
          "dir": 1,
          "entryPrice": 2459.108,
          "exitPrice": 2457.141,
          "stopDistance": 1.967,
          "outcome": "stop",
          "netR": -1.2135,
          "holdMinutes": 2
        },
        {
          "entryTs": 1723779900,
          "entryUtc": "2024-08-16T03:45:00.000Z",
          "exitTs": 1723786980,
          "dir": -1,
          "entryPrice": 2453.165,
          "exitPrice": 2455.19,
          "stopDistance": 2.025,
          "outcome": "stop",
          "netR": -1.2074,
          "holdMinutes": 118
        },
        {
          "entryTs": 1723790700,
          "entryUtc": "2024-08-16T06:45:00.000Z",
          "exitTs": 1723792080,
          "dir": 1,
          "entryPrice": 2455.505,
          "exitPrice": 2453.787,
          "stopDistance": 1.717,
          "outcome": "stop",
          "netR": -1.2446,
          "holdMinutes": 23
        },
        {
          "entryTs": 1723805700,
          "entryUtc": "2024-08-16T10:55:00.000Z",
          "exitTs": 1723806420,
          "dir": 1,
          "entryPrice": 2464.095,
          "exitPrice": 2468.547,
          "stopDistance": 2.226,
          "outcome": "target",
          "netR": 1.8338,
          "holdMinutes": 12
        },
        {
          "entryTs": 1723808100,
          "entryUtc": "2024-08-16T11:35:00.000Z",
          "exitTs": 1723809540,
          "dir": 1,
          "entryPrice": 2466.175,
          "exitPrice": 2471.84,
          "stopDistance": 2.833,
          "outcome": "target",
          "netR": 1.8694,
          "holdMinutes": 24
        },
        {
          "entryTs": 1723828200,
          "entryUtc": "2024-08-16T17:10:00.000Z",
          "exitTs": 1723833300,
          "dir": 1,
          "entryPrice": 2493.595,
          "exitPrice": 2500.472,
          "stopDistance": 3.439,
          "outcome": "target",
          "netR": 1.8924,
          "holdMinutes": 85
        },
        {
          "entryTs": 1724067900,
          "entryUtc": "2024-08-19T11:45:00.000Z",
          "exitTs": 1724068560,
          "dir": -1,
          "entryPrice": 2491.325,
          "exitPrice": 2494.149,
          "stopDistance": 2.824,
          "outcome": "stop",
          "netR": -1.1487,
          "holdMinutes": 11
        },
        {
          "entryTs": 1724082000,
          "entryUtc": "2024-08-19T15:40:00.000Z",
          "exitTs": 1724112000,
          "dir": 1,
          "entryPrice": 2501.885,
          "exitPrice": 2504.485,
          "stopDistance": 3.731,
          "outcome": "time",
          "netR": 0.5978,
          "holdMinutes": 500
        },
        {
          "entryTs": 1724168400,
          "entryUtc": "2024-08-20T15:40:00.000Z",
          "exitTs": 1724169780,
          "dir": -1,
          "entryPrice": 2513.205,
          "exitPrice": 2501.631,
          "stopDistance": 5.787,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 23
        },
        {
          "entryTs": 1724172900,
          "entryUtc": "2024-08-20T16:55:00.000Z",
          "exitTs": 1724174940,
          "dir": -1,
          "entryPrice": 2507.995,
          "exitPrice": 2512.735,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 34
        },
        {
          "entryTs": 1724180700,
          "entryUtc": "2024-08-20T19:05:00.000Z",
          "exitTs": 1724205660,
          "dir": 1,
          "entryPrice": 2512.868,
          "exitPrice": 2517.898,
          "stopDistance": 2.515,
          "outcome": "target",
          "netR": 1.8529,
          "holdMinutes": 416
        },
        {
          "entryTs": 1724232300,
          "entryUtc": "2024-08-21T09:25:00.000Z",
          "exitTs": 1724240280,
          "dir": -1,
          "entryPrice": 2508.808,
          "exitPrice": 2511.184,
          "stopDistance": 2.376,
          "outcome": "stop",
          "netR": -1.1767,
          "holdMinutes": 133
        },
        {
          "entryTs": 1724265900,
          "entryUtc": "2024-08-21T18:45:00.000Z",
          "exitTs": 1724267220,
          "dir": 1,
          "entryPrice": 2514.764,
          "exitPrice": 2511.769,
          "stopDistance": 2.995,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 22
        },
        {
          "entryTs": 1724282400,
          "entryUtc": "2024-08-21T23:20:00.000Z",
          "exitTs": 1724285400,
          "dir": 1,
          "entryPrice": 2513.175,
          "exitPrice": 2512.033,
          "stopDistance": 1.142,
          "outcome": "stop",
          "netR": -1.3678,
          "holdMinutes": 50
        },
        {
          "entryTs": 1724297700,
          "entryUtc": "2024-08-22T03:35:00.000Z",
          "exitTs": 1724306100,
          "dir": -1,
          "entryPrice": 2503.298,
          "exitPrice": 2505.599,
          "stopDistance": 2.301,
          "outcome": "stop",
          "netR": -1.1825,
          "holdMinutes": 140
        },
        {
          "entryTs": 1724338500,
          "entryUtc": "2024-08-22T14:55:00.000Z",
          "exitTs": 1724368500,
          "dir": -1,
          "entryPrice": 2480.305,
          "exitPrice": 2485.815,
          "stopDistance": 5.682,
          "outcome": "time",
          "netR": -1.0349,
          "holdMinutes": 500
        },
        {
          "entryTs": 1724629500,
          "entryUtc": "2024-08-25T23:45:00.000Z",
          "exitTs": 1724633340,
          "dir": 1,
          "entryPrice": 2514.285,
          "exitPrice": 2512.431,
          "stopDistance": 1.854,
          "outcome": "stop",
          "netR": -1.2265,
          "holdMinutes": 64
        },
        {
          "entryTs": 1724666100,
          "entryUtc": "2024-08-26T09:55:00.000Z",
          "exitTs": 1724671500,
          "dir": 1,
          "entryPrice": 2523.984,
          "exitPrice": 2521.829,
          "stopDistance": 2.154,
          "outcome": "stop",
          "netR": -1.1949,
          "holdMinutes": 90
        },
        {
          "entryTs": 1724687100,
          "entryUtc": "2024-08-26T15:45:00.000Z",
          "exitTs": 1724690820,
          "dir": -1,
          "entryPrice": 2514.115,
          "exitPrice": 2517.391,
          "stopDistance": 3.276,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 62
        },
        {
          "entryTs": 1724693700,
          "entryUtc": "2024-08-26T17:35:00.000Z",
          "exitTs": 1724696940,
          "dir": 1,
          "entryPrice": 2518.775,
          "exitPrice": 2516.195,
          "stopDistance": 2.58,
          "outcome": "stop",
          "netR": -1.1628,
          "holdMinutes": 54
        },
        {
          "entryTs": 1724714700,
          "entryUtc": "2024-08-26T23:25:00.000Z",
          "exitTs": 1724715780,
          "dir": -1,
          "entryPrice": 2517.385,
          "exitPrice": 2515.958,
          "stopDistance": 0.714,
          "outcome": "target",
          "netR": 1.4816,
          "holdMinutes": 18
        },
        {
          "entryTs": 1724727300,
          "entryUtc": "2024-08-27T02:55:00.000Z",
          "exitTs": 1724736600,
          "dir": -1,
          "entryPrice": 2508.965,
          "exitPrice": 2511.091,
          "stopDistance": 2.126,
          "outcome": "stop",
          "netR": -1.1975,
          "holdMinutes": 155
        },
        {
          "entryTs": 1724786400,
          "entryUtc": "2024-08-27T19:20:00.000Z",
          "exitTs": 1724800020,
          "dir": 1,
          "entryPrice": 2523.425,
          "exitPrice": 2527.699,
          "stopDistance": 2.137,
          "outcome": "target",
          "netR": 1.8269,
          "holdMinutes": 227
        },
        {
          "entryTs": 1724816400,
          "entryUtc": "2024-08-28T03:40:00.000Z",
          "exitTs": 1724819760,
          "dir": -1,
          "entryPrice": 2516.105,
          "exitPrice": 2512.073,
          "stopDistance": 2.016,
          "outcome": "target",
          "netR": 1.8164,
          "holdMinutes": 56
        },
        {
          "entryTs": 1724826000,
          "entryUtc": "2024-08-28T06:20:00.000Z",
          "exitTs": 1724828880,
          "dir": -1,
          "entryPrice": 2507.775,
          "exitPrice": 2510.336,
          "stopDistance": 2.561,
          "outcome": "stop",
          "netR": -1.164,
          "holdMinutes": 48
        },
        {
          "entryTs": 1724839500,
          "entryUtc": "2024-08-28T10:05:00.000Z",
          "exitTs": 1724839860,
          "dir": 1,
          "entryPrice": 2509.468,
          "exitPrice": 2507.595,
          "stopDistance": 1.873,
          "outcome": "stop",
          "netR": -1.2242,
          "holdMinutes": 6
        },
        {
          "entryTs": 1724849700,
          "entryUtc": "2024-08-28T12:55:00.000Z",
          "exitTs": 1724850180,
          "dir": -1,
          "entryPrice": 2499.214,
          "exitPrice": 2502.151,
          "stopDistance": 2.937,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 8
        },
        {
          "entryTs": 1724869200,
          "entryUtc": "2024-08-28T18:20:00.000Z",
          "exitTs": 1724871660,
          "dir": 1,
          "entryPrice": 2504.118,
          "exitPrice": 2508.73,
          "stopDistance": 2.306,
          "outcome": "target",
          "netR": 1.8395,
          "holdMinutes": 41
        },
        {
          "entryTs": 1724895000,
          "entryUtc": "2024-08-29T01:30:00.000Z",
          "exitTs": 1724902680,
          "dir": 1,
          "entryPrice": 2512.075,
          "exitPrice": 2515.861,
          "stopDistance": 1.893,
          "outcome": "target",
          "netR": 1.8046,
          "holdMinutes": 128
        },
        {
          "entryTs": 1724964000,
          "entryUtc": "2024-08-29T20:40:00.000Z",
          "exitTs": 1724976000,
          "dir": -1,
          "entryPrice": 2521.878,
          "exitPrice": 2518.66,
          "stopDistance": 1.609,
          "outcome": "target",
          "netR": 1.77,
          "holdMinutes": 200
        },
        {
          "entryTs": 1725000900,
          "entryUtc": "2024-08-30T06:55:00.000Z",
          "exitTs": 1725005640,
          "dir": 1,
          "entryPrice": 2517.955,
          "exitPrice": 2523.101,
          "stopDistance": 2.573,
          "outcome": "target",
          "netR": 1.8562,
          "holdMinutes": 79
        },
        {
          "entryTs": 1725034500,
          "entryUtc": "2024-08-30T16:15:00.000Z",
          "exitTs": 1725036900,
          "dir": -1,
          "entryPrice": 2504.535,
          "exitPrice": 2496.559,
          "stopDistance": 3.988,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 40
        },
        {
          "entryTs": 1725040200,
          "entryUtc": "2024-08-30T17:50:00.000Z",
          "exitTs": 1725041280,
          "dir": -1,
          "entryPrice": 2498.655,
          "exitPrice": 2502.103,
          "stopDistance": 3.448,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 18
        },
        {
          "entryTs": 1725268500,
          "entryUtc": "2024-09-02T09:15:00.000Z",
          "exitTs": 1725269640,
          "dir": 1,
          "entryPrice": 2502.718,
          "exitPrice": 2500.048,
          "stopDistance": 2.67,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 19
        },
        {
          "entryTs": 1725282000,
          "entryUtc": "2024-09-02T13:00:00.000Z",
          "exitTs": 1725282600,
          "dir": 1,
          "entryPrice": 2501.168,
          "exitPrice": 2499.395,
          "stopDistance": 1.773,
          "outcome": "stop",
          "netR": -1.2369,
          "holdMinutes": 10
        },
        {
          "entryTs": 1725290100,
          "entryUtc": "2024-09-02T15:15:00.000Z",
          "exitTs": 1725295920,
          "dir": 1,
          "entryPrice": 2500.655,
          "exitPrice": 2498.843,
          "stopDistance": 1.812,
          "outcome": "stop",
          "netR": -1.2318,
          "holdMinutes": 97
        },
        {
          "entryTs": 1725354000,
          "entryUtc": "2024-09-03T09:00:00.000Z",
          "exitTs": 1725357000,
          "dir": 1,
          "entryPrice": 2503.865,
          "exitPrice": 2501.876,
          "stopDistance": 1.989,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 50
        },
        {
          "entryTs": 1725361200,
          "entryUtc": "2024-09-03T11:00:00.000Z",
          "exitTs": 1725361620,
          "dir": -1,
          "entryPrice": 2497.215,
          "exitPrice": 2499.466,
          "stopDistance": 2.251,
          "outcome": "stop",
          "netR": -1.1866,
          "holdMinutes": 7
        },
        {
          "entryTs": 1725374400,
          "entryUtc": "2024-09-03T14:40:00.000Z",
          "exitTs": 1725379020,
          "dir": -1,
          "entryPrice": 2482.405,
          "exitPrice": 2489.059,
          "stopDistance": 6.654,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 77
        },
        {
          "entryTs": 1725381300,
          "entryUtc": "2024-09-03T16:35:00.000Z",
          "exitTs": 1725391440,
          "dir": 1,
          "entryPrice": 2485.688,
          "exitPrice": 2493.392,
          "stopDistance": 3.852,
          "outcome": "target",
          "netR": 1.9039,
          "holdMinutes": 169
        },
        {
          "entryTs": 1725442500,
          "entryUtc": "2024-09-04T09:35:00.000Z",
          "exitTs": 1725443340,
          "dir": -1,
          "entryPrice": 2477.465,
          "exitPrice": 2480.807,
          "stopDistance": 3.342,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 14
        },
        {
          "entryTs": 1725530400,
          "entryUtc": "2024-09-05T10:00:00.000Z",
          "exitTs": 1725538860,
          "dir": 1,
          "entryPrice": 2515.395,
          "exitPrice": 2519.794,
          "stopDistance": 2.199,
          "outcome": "target",
          "netR": 1.8318,
          "holdMinutes": 141
        },
        {
          "entryTs": 1725564000,
          "entryUtc": "2024-09-05T19:20:00.000Z",
          "exitTs": 1725588060,
          "dir": 1,
          "entryPrice": 2514.898,
          "exitPrice": 2513.299,
          "stopDistance": 1.599,
          "outcome": "stop",
          "netR": -1.2627,
          "holdMinutes": 401
        },
        {
          "entryTs": 1725593700,
          "entryUtc": "2024-09-06T03:35:00.000Z",
          "exitTs": 1725599280,
          "dir": 1,
          "entryPrice": 2517.118,
          "exitPrice": 2519.718,
          "stopDistance": 1.3,
          "outcome": "target",
          "netR": 1.7154,
          "holdMinutes": 93
        },
        {
          "entryTs": 1725643500,
          "entryUtc": "2024-09-06T17:25:00.000Z",
          "exitTs": 1725832800,
          "dir": -1,
          "entryPrice": 2493.545,
          "exitPrice": 2496.555,
          "stopDistance": 6,
          "outcome": "time",
          "netR": -0.5633,
          "holdMinutes": 3155
        },
        {
          "entryTs": 1725886800,
          "entryUtc": "2024-09-09T13:00:00.000Z",
          "exitTs": 1725890520,
          "dir": 1,
          "entryPrice": 2500.748,
          "exitPrice": 2498.451,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1829,
          "holdMinutes": 62
        },
        {
          "entryTs": 1725923400,
          "entryUtc": "2024-09-09T23:10:00.000Z",
          "exitTs": 1725927840,
          "dir": 1,
          "entryPrice": 2506.195,
          "exitPrice": 2505.222,
          "stopDistance": 0.973,
          "outcome": "stop",
          "netR": -1.4317,
          "holdMinutes": 74
        },
        {
          "entryTs": 1725950400,
          "entryUtc": "2024-09-10T06:40:00.000Z",
          "exitTs": 1725953880,
          "dir": 1,
          "entryPrice": 2503.985,
          "exitPrice": 2507.151,
          "stopDistance": 1.583,
          "outcome": "target",
          "netR": 1.7663,
          "holdMinutes": 58
        },
        {
          "entryTs": 1725964800,
          "entryUtc": "2024-09-10T10:40:00.000Z",
          "exitTs": 1725971820,
          "dir": 1,
          "entryPrice": 2505.945,
          "exitPrice": 2509.992,
          "stopDistance": 2.023,
          "outcome": "target",
          "netR": 1.8171,
          "holdMinutes": 117
        },
        {
          "entryTs": 1725984300,
          "entryUtc": "2024-09-10T16:05:00.000Z",
          "exitTs": 1726012620,
          "dir": 1,
          "entryPrice": 2511.315,
          "exitPrice": 2518.255,
          "stopDistance": 3.47,
          "outcome": "target",
          "netR": 1.8934,
          "holdMinutes": 472
        },
        {
          "entryTs": 1726051200,
          "entryUtc": "2024-09-11T10:40:00.000Z",
          "exitTs": 1726055460,
          "dir": -1,
          "entryPrice": 2522.035,
          "exitPrice": 2523.947,
          "stopDistance": 1.912,
          "outcome": "stop",
          "netR": -1.2197,
          "holdMinutes": 71
        },
        {
          "entryTs": 1726063200,
          "entryUtc": "2024-09-11T14:00:00.000Z",
          "exitTs": 1726070400,
          "dir": -1,
          "entryPrice": 2509.515,
          "exitPrice": 2514.904,
          "stopDistance": 5.389,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 120
        },
        {
          "entryTs": 1726126500,
          "entryUtc": "2024-09-12T07:35:00.000Z",
          "exitTs": 1726129500,
          "dir": -1,
          "entryPrice": 2516.855,
          "exitPrice": 2518.607,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2398,
          "holdMinutes": 50
        },
        {
          "entryTs": 1726140000,
          "entryUtc": "2024-09-12T11:20:00.000Z",
          "exitTs": 1726141260,
          "dir": -1,
          "entryPrice": 2516.375,
          "exitPrice": 2518.432,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 21
        },
        {
          "entryTs": 1726157400,
          "entryUtc": "2024-09-12T16:10:00.000Z",
          "exitTs": 1726157580,
          "dir": 1,
          "entryPrice": 2550.355,
          "exitPrice": 2546.194,
          "stopDistance": 4.161,
          "outcome": "stop",
          "netR": -1.1009,
          "holdMinutes": 3
        },
        {
          "entryTs": 1726178400,
          "entryUtc": "2024-09-12T22:00:00.000Z",
          "exitTs": 1726188180,
          "dir": 1,
          "entryPrice": 2557.698,
          "exitPrice": 2561.403,
          "stopDistance": 1.852,
          "outcome": "target",
          "netR": 1.8003,
          "holdMinutes": 163
        },
        {
          "entryTs": 1726224300,
          "entryUtc": "2024-09-13T10:45:00.000Z",
          "exitTs": 1726230600,
          "dir": -1,
          "entryPrice": 2567.515,
          "exitPrice": 2569.869,
          "stopDistance": 2.354,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 105
        },
        {
          "entryTs": 1726236600,
          "entryUtc": "2024-09-13T14:10:00.000Z",
          "exitTs": 1726437600,
          "dir": 1,
          "entryPrice": 2576.984,
          "exitPrice": 2578.435,
          "stopDistance": 4.604,
          "outcome": "time",
          "netR": 0.2348,
          "holdMinutes": 3350
        },
        {
          "entryTs": 1726440000,
          "entryUtc": "2024-09-15T22:40:00.000Z",
          "exitTs": 1726445220,
          "dir": -1,
          "entryPrice": 2578.935,
          "exitPrice": 2580.58,
          "stopDistance": 1.645,
          "outcome": "stop",
          "netR": -1.2553,
          "holdMinutes": 87
        },
        {
          "entryTs": 1726556400,
          "entryUtc": "2024-09-17T07:00:00.000Z",
          "exitTs": 1726560300,
          "dir": 1,
          "entryPrice": 2584.264,
          "exitPrice": 2582.207,
          "stopDistance": 2.057,
          "outcome": "stop",
          "netR": -1.2042,
          "holdMinutes": 65
        },
        {
          "entryTs": 1726618500,
          "entryUtc": "2024-09-18T00:15:00.000Z",
          "exitTs": 1726618740,
          "dir": 1,
          "entryPrice": 2572.835,
          "exitPrice": 2571.642,
          "stopDistance": 1.193,
          "outcome": "stop",
          "netR": -1.352,
          "holdMinutes": 4
        },
        {
          "entryTs": 1726639500,
          "entryUtc": "2024-09-18T06:05:00.000Z",
          "exitTs": 1726643400,
          "dir": -1,
          "entryPrice": 2568.515,
          "exitPrice": 2570.213,
          "stopDistance": 1.698,
          "outcome": "stop",
          "netR": -1.2474,
          "holdMinutes": 65
        },
        {
          "entryTs": 1726676100,
          "entryUtc": "2024-09-18T16:15:00.000Z",
          "exitTs": 1726678500,
          "dir": -1,
          "entryPrice": 2570.905,
          "exitPrice": 2573.616,
          "stopDistance": 2.711,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 40
        },
        {
          "entryTs": 1726690800,
          "entryUtc": "2024-09-18T20:20:00.000Z",
          "exitTs": 1726720800,
          "dir": -1,
          "entryPrice": 2557.708,
          "exitPrice": 2562.355,
          "stopDistance": 9.204,
          "outcome": "time",
          "netR": -0.5451,
          "holdMinutes": 500
        },
        {
          "entryTs": 1726728000,
          "entryUtc": "2024-09-19T06:40:00.000Z",
          "exitTs": 1726730820,
          "dir": 1,
          "entryPrice": 2573.864,
          "exitPrice": 2579.816,
          "stopDistance": 2.976,
          "outcome": "target",
          "netR": 1.8757,
          "holdMinutes": 47
        },
        {
          "entryTs": 1726740300,
          "entryUtc": "2024-09-19T10:05:00.000Z",
          "exitTs": 1726741020,
          "dir": 1,
          "entryPrice": 2590.905,
          "exitPrice": 2587.845,
          "stopDistance": 3.06,
          "outcome": "stop",
          "netR": -1.1373,
          "holdMinutes": 12
        },
        {
          "entryTs": 1726751400,
          "entryUtc": "2024-09-19T13:10:00.000Z",
          "exitTs": 1726753740,
          "dir": -1,
          "entryPrice": 2582.075,
          "exitPrice": 2572.869,
          "stopDistance": 4.603,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 39
        },
        {
          "entryTs": 1726818600,
          "entryUtc": "2024-09-20T07:50:00.000Z",
          "exitTs": 1726821300,
          "dir": 1,
          "entryPrice": 2604.655,
          "exitPrice": 2610.473,
          "stopDistance": 2.909,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 45
        },
        {
          "entryTs": 1726823700,
          "entryUtc": "2024-09-20T09:15:00.000Z",
          "exitTs": 1726824720,
          "dir": 1,
          "entryPrice": 2608.945,
          "exitPrice": 2606.403,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 17
        },
        {
          "entryTs": 1726837500,
          "entryUtc": "2024-09-20T13:05:00.000Z",
          "exitTs": 1726837680,
          "dir": 1,
          "entryPrice": 2614.855,
          "exitPrice": 2611.823,
          "stopDistance": 3.032,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 3
        },
        {
          "entryTs": 1726841400,
          "entryUtc": "2024-09-20T14:10:00.000Z",
          "exitTs": 1726842660,
          "dir": -1,
          "entryPrice": 2609.645,
          "exitPrice": 2614.366,
          "stopDistance": 4.721,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 21
        },
        {
          "entryTs": 1726851900,
          "entryUtc": "2024-09-20T17:05:00.000Z",
          "exitTs": 1726855380,
          "dir": 1,
          "entryPrice": 2621.804,
          "exitPrice": 2617.887,
          "stopDistance": 3.917,
          "outcome": "stop",
          "netR": -1.1072,
          "holdMinutes": 58
        },
        {
          "entryTs": 1727079000,
          "entryUtc": "2024-09-23T08:10:00.000Z",
          "exitTs": 1727085060,
          "dir": -1,
          "entryPrice": 2618.145,
          "exitPrice": 2621.137,
          "stopDistance": 2.992,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 101
        },
        {
          "entryTs": 1727151000,
          "entryUtc": "2024-09-24T04:10:00.000Z",
          "exitTs": 1727151960,
          "dir": 1,
          "entryPrice": 2632.008,
          "exitPrice": 2635.911,
          "stopDistance": 1.952,
          "outcome": "target",
          "netR": 1.8104,
          "holdMinutes": 16
        },
        {
          "entryTs": 1727192700,
          "entryUtc": "2024-09-24T15:45:00.000Z",
          "exitTs": 1727196000,
          "dir": 1,
          "entryPrice": 2642.948,
          "exitPrice": 2650.999,
          "stopDistance": 4.026,
          "outcome": "target",
          "netR": 1.9081,
          "holdMinutes": 55
        },
        {
          "entryTs": 1727197800,
          "entryUtc": "2024-09-24T17:10:00.000Z",
          "exitTs": 1727205300,
          "dir": 1,
          "entryPrice": 2650.025,
          "exitPrice": 2657.955,
          "stopDistance": 3.965,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 125
        },
        {
          "entryTs": 1727220900,
          "entryUtc": "2024-09-24T23:35:00.000Z",
          "exitTs": 1727224560,
          "dir": -1,
          "entryPrice": 2658.125,
          "exitPrice": 2659.602,
          "stopDistance": 1.477,
          "outcome": "stop",
          "netR": -1.2843,
          "holdMinutes": 61
        },
        {
          "entryTs": 1727240100,
          "entryUtc": "2024-09-25T04:55:00.000Z",
          "exitTs": 1727243460,
          "dir": -1,
          "entryPrice": 2659.575,
          "exitPrice": 2655.109,
          "stopDistance": 2.233,
          "outcome": "target",
          "netR": 1.8343,
          "holdMinutes": 56
        },
        {
          "entryTs": 1727288100,
          "entryUtc": "2024-09-25T18:15:00.000Z",
          "exitTs": 1727296500,
          "dir": 1,
          "entryPrice": 2659.884,
          "exitPrice": 2657.199,
          "stopDistance": 2.685,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 140
        },
        {
          "entryTs": 1727352600,
          "entryUtc": "2024-09-26T12:10:00.000Z",
          "exitTs": 1727352720,
          "dir": 1,
          "entryPrice": 2678.845,
          "exitPrice": 2675.034,
          "stopDistance": 3.811,
          "outcome": "stop",
          "netR": -1.1102,
          "holdMinutes": 2
        },
        {
          "entryTs": 1727360100,
          "entryUtc": "2024-09-26T14:15:00.000Z",
          "exitTs": 1727374500,
          "dir": -1,
          "entryPrice": 2666.164,
          "exitPrice": 2673.489,
          "stopDistance": 7.325,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 240
        },
        {
          "entryTs": 1727417100,
          "entryUtc": "2024-09-27T06:05:00.000Z",
          "exitTs": 1727418060,
          "dir": -1,
          "entryPrice": 2666.395,
          "exitPrice": 2668.654,
          "stopDistance": 2.259,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 16
        },
        {
          "entryTs": 1727438400,
          "entryUtc": "2024-09-27T12:00:00.000Z",
          "exitTs": 1727438820,
          "dir": 1,
          "entryPrice": 2665.975,
          "exitPrice": 2663.9,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 7
        },
        {
          "entryTs": 1727451000,
          "entryUtc": "2024-09-27T15:30:00.000Z",
          "exitTs": 1727470500,
          "dir": -1,
          "entryPrice": 2653.865,
          "exitPrice": 2659.267,
          "stopDistance": 5.402,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 325
        },
        {
          "entryTs": 1727655900,
          "entryUtc": "2024-09-30T00:25:00.000Z",
          "exitTs": 1727658120,
          "dir": 1,
          "entryPrice": 2663.088,
          "exitPrice": 2660.894,
          "stopDistance": 2.194,
          "outcome": "stop",
          "netR": -1.1914,
          "holdMinutes": 37
        },
        {
          "entryTs": 1727664000,
          "entryUtc": "2024-09-30T02:40:00.000Z",
          "exitTs": 1727674680,
          "dir": -1,
          "entryPrice": 2655.225,
          "exitPrice": 2658.565,
          "stopDistance": 3.34,
          "outcome": "stop",
          "netR": -1.1257,
          "holdMinutes": 178
        },
        {
          "entryTs": 1727696100,
          "entryUtc": "2024-09-30T11:35:00.000Z",
          "exitTs": 1727698320,
          "dir": -1,
          "entryPrice": 2640.555,
          "exitPrice": 2643.663,
          "stopDistance": 3.108,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 37
        },
        {
          "entryTs": 1727701200,
          "entryUtc": "2024-09-30T13:00:00.000Z",
          "exitTs": 1727703840,
          "dir": -1,
          "entryPrice": 2638.905,
          "exitPrice": 2632.203,
          "stopDistance": 3.351,
          "outcome": "target",
          "netR": 1.8896,
          "holdMinutes": 44
        },
        {
          "entryTs": 1727707200,
          "entryUtc": "2024-09-30T14:40:00.000Z",
          "exitTs": 1727715360,
          "dir": -1,
          "entryPrice": 2634.315,
          "exitPrice": 2639.027,
          "stopDistance": 4.712,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 136
        },
        {
          "entryTs": 1727722500,
          "entryUtc": "2024-09-30T18:55:00.000Z",
          "exitTs": 1727737440,
          "dir": -1,
          "entryPrice": 2631.675,
          "exitPrice": 2635.239,
          "stopDistance": 3.564,
          "outcome": "stop",
          "netR": -1.1178,
          "holdMinutes": 249
        },
        {
          "entryTs": 1727846400,
          "entryUtc": "2024-10-02T05:20:00.000Z",
          "exitTs": 1727846880,
          "dir": -1,
          "entryPrice": 2655.488,
          "exitPrice": 2652.067,
          "stopDistance": 1.711,
          "outcome": "target",
          "netR": 1.7837,
          "holdMinutes": 8
        },
        {
          "entryTs": 1727849700,
          "entryUtc": "2024-10-02T06:15:00.000Z",
          "exitTs": 1727852460,
          "dir": -1,
          "entryPrice": 2648.295,
          "exitPrice": 2650.954,
          "stopDistance": 2.659,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 46
        },
        {
          "entryTs": 1727883300,
          "entryUtc": "2024-10-02T15:35:00.000Z",
          "exitTs": 1727894340,
          "dir": -1,
          "entryPrice": 2649.158,
          "exitPrice": 2653.903,
          "stopDistance": 4.745,
          "outcome": "stop",
          "netR": -1.0885,
          "holdMinutes": 184
        },
        {
          "entryTs": 1727912400,
          "entryUtc": "2024-10-02T23:40:00.000Z",
          "exitTs": 1727912700,
          "dir": 1,
          "entryPrice": 2660.368,
          "exitPrice": 2659.423,
          "stopDistance": 0.945,
          "outcome": "stop",
          "netR": -1.4446,
          "holdMinutes": 5
        },
        {
          "entryTs": 1727934600,
          "entryUtc": "2024-10-03T05:50:00.000Z",
          "exitTs": 1727936220,
          "dir": -1,
          "entryPrice": 2653.615,
          "exitPrice": 2655.245,
          "stopDistance": 1.63,
          "outcome": "stop",
          "netR": -1.2577,
          "holdMinutes": 27
        },
        {
          "entryTs": 1727944800,
          "entryUtc": "2024-10-03T08:40:00.000Z",
          "exitTs": 1727956200,
          "dir": -1,
          "entryPrice": 2645.555,
          "exitPrice": 2648.464,
          "stopDistance": 2.909,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 190
        },
        {
          "entryTs": 1727996700,
          "entryUtc": "2024-10-03T23:05:00.000Z",
          "exitTs": 1728000720,
          "dir": -1,
          "entryPrice": 2655.888,
          "exitPrice": 2656.979,
          "stopDistance": 1.091,
          "outcome": "stop",
          "netR": -1.3849,
          "holdMinutes": 67
        },
        {
          "entryTs": 1728022200,
          "entryUtc": "2024-10-04T06:10:00.000Z",
          "exitTs": 1728023160,
          "dir": 1,
          "entryPrice": 2666.085,
          "exitPrice": 2664.601,
          "stopDistance": 1.484,
          "outcome": "stop",
          "netR": -1.2831,
          "holdMinutes": 16
        },
        {
          "entryTs": 1728047700,
          "entryUtc": "2024-10-04T13:15:00.000Z",
          "exitTs": 1728050040,
          "dir": -1,
          "entryPrice": 2648.604,
          "exitPrice": 2654.823,
          "stopDistance": 6.219,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 39
        },
        {
          "entryTs": 1728055800,
          "entryUtc": "2024-10-04T15:30:00.000Z",
          "exitTs": 1728056400,
          "dir": 1,
          "entryPrice": 2657.884,
          "exitPrice": 2651.481,
          "stopDistance": 6.403,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 10
        },
        {
          "entryTs": 1728063000,
          "entryUtc": "2024-10-04T17:30:00.000Z",
          "exitTs": 1728071580,
          "dir": -1,
          "entryPrice": 2647.755,
          "exitPrice": 2651.854,
          "stopDistance": 4.099,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 143
        },
        {
          "entryTs": 1728272400,
          "entryUtc": "2024-10-07T03:40:00.000Z",
          "exitTs": 1728274020,
          "dir": -1,
          "entryPrice": 2646.555,
          "exitPrice": 2648.382,
          "stopDistance": 1.827,
          "outcome": "stop",
          "netR": -1.2298,
          "holdMinutes": 27
        },
        {
          "entryTs": 1728306600,
          "entryUtc": "2024-10-07T13:10:00.000Z",
          "exitTs": 1728306720,
          "dir": -1,
          "entryPrice": 2645.285,
          "exitPrice": 2649.008,
          "stopDistance": 3.723,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 2
        },
        {
          "entryTs": 1728324300,
          "entryUtc": "2024-10-07T18:05:00.000Z",
          "exitTs": 1728325800,
          "dir": 1,
          "entryPrice": 2646.578,
          "exitPrice": 2644.317,
          "stopDistance": 2.261,
          "outcome": "stop",
          "netR": -1.1858,
          "holdMinutes": 25
        },
        {
          "entryTs": 1728328500,
          "entryUtc": "2024-10-07T19:15:00.000Z",
          "exitTs": 1728330780,
          "dir": -1,
          "entryPrice": 2642.095,
          "exitPrice": 2644.431,
          "stopDistance": 2.336,
          "outcome": "stop",
          "netR": -1.1798,
          "holdMinutes": 38
        },
        {
          "entryTs": 1728404400,
          "entryUtc": "2024-10-08T16:20:00.000Z",
          "exitTs": 1728417000,
          "dir": -1,
          "entryPrice": 2615.535,
          "exitPrice": 2620.69,
          "stopDistance": 5.155,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 210
        },
        {
          "entryTs": 1728444600,
          "entryUtc": "2024-10-09T03:30:00.000Z",
          "exitTs": 1728450300,
          "dir": -1,
          "entryPrice": 2617.965,
          "exitPrice": 2620.097,
          "stopDistance": 2.132,
          "outcome": "stop",
          "netR": -1.197,
          "holdMinutes": 95
        },
        {
          "entryTs": 1728550200,
          "entryUtc": "2024-10-10T08:50:00.000Z",
          "exitTs": 1728560100,
          "dir": 1,
          "entryPrice": 2614.975,
          "exitPrice": 2612.826,
          "stopDistance": 2.149,
          "outcome": "stop",
          "netR": -1.1955,
          "holdMinutes": 165
        },
        {
          "entryTs": 1728561900,
          "entryUtc": "2024-10-10T12:05:00.000Z",
          "exitTs": 1728563400,
          "dir": -1,
          "entryPrice": 2614.055,
          "exitPrice": 2616.147,
          "stopDistance": 2.092,
          "outcome": "ambiguous",
          "netR": -1.2008,
          "holdMinutes": 25
        },
        {
          "entryTs": 1728581100,
          "entryUtc": "2024-10-10T17:25:00.000Z",
          "exitTs": 1728581760,
          "dir": -1,
          "entryPrice": 2621.075,
          "exitPrice": 2624.618,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 11
        },
        {
          "entryTs": 1728861300,
          "entryUtc": "2024-10-13T23:15:00.000Z",
          "exitTs": 1729036800,
          "dir": 1,
          "entryPrice": 2648.845,
          "exitPrice": 2654.584,
          "stopDistance": 2.87,
          "outcome": "target",
          "netR": 1.8711,
          "holdMinutes": 2925
        },
        {
          "entryTs": 1729039800,
          "entryUtc": "2024-10-16T00:50:00.000Z",
          "exitTs": 1729040700,
          "dir": 1,
          "entryPrice": 2658.625,
          "exitPrice": 2663.212,
          "stopDistance": 2.293,
          "outcome": "target",
          "netR": 1.8387,
          "holdMinutes": 15
        },
        {
          "entryTs": 1729063200,
          "entryUtc": "2024-10-16T07:20:00.000Z",
          "exitTs": 1729069380,
          "dir": 1,
          "entryPrice": 2674.915,
          "exitPrice": 2680.601,
          "stopDistance": 2.843,
          "outcome": "target",
          "netR": 1.8698,
          "holdMinutes": 103
        },
        {
          "entryTs": 1729085400,
          "entryUtc": "2024-10-16T13:30:00.000Z",
          "exitTs": 1729086600,
          "dir": 1,
          "entryPrice": 2680.645,
          "exitPrice": 2677.611,
          "stopDistance": 3.034,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 20
        },
        {
          "entryTs": 1729092300,
          "entryUtc": "2024-10-16T15:25:00.000Z",
          "exitTs": 1729122300,
          "dir": -1,
          "entryPrice": 2674.008,
          "exitPrice": 2674.055,
          "stopDistance": 4.232,
          "outcome": "time",
          "netR": -0.0985,
          "holdMinutes": 500
        },
        {
          "entryTs": 1729138200,
          "entryUtc": "2024-10-17T04:10:00.000Z",
          "exitTs": 1729141800,
          "dir": -1,
          "entryPrice": 2678.005,
          "exitPrice": 2680.396,
          "stopDistance": 2.391,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 60
        },
        {
          "entryTs": 1729164000,
          "entryUtc": "2024-10-17T11:20:00.000Z",
          "exitTs": 1729165800,
          "dir": 1,
          "entryPrice": 2685.355,
          "exitPrice": 2683.058,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1828,
          "holdMinutes": 30
        },
        {
          "entryTs": 1729178100,
          "entryUtc": "2024-10-17T15:15:00.000Z",
          "exitTs": 1729182540,
          "dir": 1,
          "entryPrice": 2691.655,
          "exitPrice": 2687.156,
          "stopDistance": 4.499,
          "outcome": "stop",
          "netR": -1.0934,
          "holdMinutes": 74
        },
        {
          "entryTs": 1729472100,
          "entryUtc": "2024-10-21T00:55:00.000Z",
          "exitTs": 1729473180,
          "dir": 1,
          "entryPrice": 2721.724,
          "exitPrice": 2728.004,
          "stopDistance": 3.14,
          "outcome": "target",
          "netR": 1.8822,
          "holdMinutes": 18
        },
        {
          "entryTs": 1729476000,
          "entryUtc": "2024-10-21T02:00:00.000Z",
          "exitTs": 1729481880,
          "dir": 1,
          "entryPrice": 2726.218,
          "exitPrice": 2732.65,
          "stopDistance": 3.216,
          "outcome": "target",
          "netR": 1.885,
          "holdMinutes": 98
        },
        {
          "entryTs": 1729483800,
          "entryUtc": "2024-10-21T04:10:00.000Z",
          "exitTs": 1729487520,
          "dir": 1,
          "entryPrice": 2730.565,
          "exitPrice": 2728.457,
          "stopDistance": 2.108,
          "outcome": "stop",
          "netR": -1.1993,
          "holdMinutes": 62
        },
        {
          "entryTs": 1729524900,
          "entryUtc": "2024-10-21T15:35:00.000Z",
          "exitTs": 1729554900,
          "dir": -1,
          "entryPrice": 2723.745,
          "exitPrice": 2720.705,
          "stopDistance": 5.139,
          "outcome": "time",
          "netR": 0.5196,
          "holdMinutes": 500
        },
        {
          "entryTs": 1729573800,
          "entryUtc": "2024-10-22T05:10:00.000Z",
          "exitTs": 1729575120,
          "dir": 1,
          "entryPrice": 2734.195,
          "exitPrice": 2732.408,
          "stopDistance": 1.787,
          "outcome": "stop",
          "netR": -1.235,
          "holdMinutes": 22
        },
        {
          "entryTs": 1729595700,
          "entryUtc": "2024-10-22T11:15:00.000Z",
          "exitTs": 1729596360,
          "dir": 1,
          "entryPrice": 2736.875,
          "exitPrice": 2734.407,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 11
        },
        {
          "entryTs": 1729620900,
          "entryUtc": "2024-10-22T18:15:00.000Z",
          "exitTs": 1729646640,
          "dir": 1,
          "entryPrice": 2745.448,
          "exitPrice": 2743.021,
          "stopDistance": 2.427,
          "outcome": "stop",
          "netR": -1.1731,
          "holdMinutes": 429
        },
        {
          "entryTs": 1729651500,
          "entryUtc": "2024-10-23T02:45:00.000Z",
          "exitTs": 1729654560,
          "dir": -1,
          "entryPrice": 2739.505,
          "exitPrice": 2741.499,
          "stopDistance": 1.994,
          "outcome": "stop",
          "netR": -1.2106,
          "holdMinutes": 51
        },
        {
          "entryTs": 1729665300,
          "entryUtc": "2024-10-23T06:35:00.000Z",
          "exitTs": 1729665540,
          "dir": 1,
          "entryPrice": 2750.805,
          "exitPrice": 2748.798,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 4
        },
        {
          "entryTs": 1729698600,
          "entryUtc": "2024-10-23T15:50:00.000Z",
          "exitTs": 1729728600,
          "dir": -1,
          "entryPrice": 2718.685,
          "exitPrice": 2718.615,
          "stopDistance": 5.829,
          "outcome": "time",
          "netR": -0.0515,
          "holdMinutes": 500
        },
        {
          "entryTs": 1729734900,
          "entryUtc": "2024-10-24T01:55:00.000Z",
          "exitTs": 1729736640,
          "dir": 1,
          "entryPrice": 2723.515,
          "exitPrice": 2721.094,
          "stopDistance": 2.421,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 29
        },
        {
          "entryTs": 1729762200,
          "entryUtc": "2024-10-24T09:30:00.000Z",
          "exitTs": 1729773000,
          "dir": 1,
          "entryPrice": 2736.544,
          "exitPrice": 2734.499,
          "stopDistance": 2.044,
          "outcome": "stop",
          "netR": -1.2054,
          "holdMinutes": 180
        },
        {
          "entryTs": 1729795500,
          "entryUtc": "2024-10-24T18:45:00.000Z",
          "exitTs": 1729815480,
          "dir": 1,
          "entryPrice": 2735.535,
          "exitPrice": 2733.07,
          "stopDistance": 2.465,
          "outcome": "stop",
          "netR": -1.1704,
          "holdMinutes": 333
        },
        {
          "entryTs": 1729829100,
          "entryUtc": "2024-10-25T04:05:00.000Z",
          "exitTs": 1729833480,
          "dir": -1,
          "entryPrice": 2726.624,
          "exitPrice": 2728.47,
          "stopDistance": 1.846,
          "outcome": "stop",
          "netR": -1.2275,
          "holdMinutes": 73
        },
        {
          "entryTs": 1729849800,
          "entryUtc": "2024-10-25T09:50:00.000Z",
          "exitTs": 1729854720,
          "dir": -1,
          "entryPrice": 2720.415,
          "exitPrice": 2722.835,
          "stopDistance": 2.42,
          "outcome": "stop",
          "netR": -1.1735,
          "holdMinutes": 82
        },
        {
          "entryTs": 1729857600,
          "entryUtc": "2024-10-25T12:00:00.000Z",
          "exitTs": 1729860420,
          "dir": 1,
          "entryPrice": 2724.065,
          "exitPrice": 2729.151,
          "stopDistance": 2.543,
          "outcome": "target",
          "netR": 1.8545,
          "holdMinutes": 47
        },
        {
          "entryTs": 1730070300,
          "entryUtc": "2024-10-27T23:05:00.000Z",
          "exitTs": 1730071920,
          "dir": -1,
          "entryPrice": 2736.475,
          "exitPrice": 2739.95,
          "stopDistance": 3.475,
          "outcome": "stop",
          "netR": -1.1209,
          "holdMinutes": 27
        },
        {
          "entryTs": 1730080200,
          "entryUtc": "2024-10-28T01:50:00.000Z",
          "exitTs": 1730082000,
          "dir": -1,
          "entryPrice": 2729.685,
          "exitPrice": 2733.017,
          "stopDistance": 3.332,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 30
        },
        {
          "entryTs": 1730124300,
          "entryUtc": "2024-10-28T14:05:00.000Z",
          "exitTs": 1730127060,
          "dir": 1,
          "entryPrice": 2739.215,
          "exitPrice": 2745.405,
          "stopDistance": 3.095,
          "outcome": "target",
          "netR": 1.8805,
          "holdMinutes": 46
        },
        {
          "entryTs": 1730141100,
          "entryUtc": "2024-10-28T18:45:00.000Z",
          "exitTs": 1730159820,
          "dir": -1,
          "entryPrice": 2741.798,
          "exitPrice": 2743.541,
          "stopDistance": 1.743,
          "outcome": "stop",
          "netR": -1.241,
          "holdMinutes": 312
        },
        {
          "entryTs": 1730194500,
          "entryUtc": "2024-10-29T09:35:00.000Z",
          "exitTs": 1730195520,
          "dir": 1,
          "entryPrice": 2753.645,
          "exitPrice": 2751.205,
          "stopDistance": 2.44,
          "outcome": "stop",
          "netR": -1.1721,
          "holdMinutes": 17
        },
        {
          "entryTs": 1730199000,
          "entryUtc": "2024-10-29T10:50:00.000Z",
          "exitTs": 1730202900,
          "dir": -1,
          "entryPrice": 2750.495,
          "exitPrice": 2752.816,
          "stopDistance": 2.32,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 65
        },
        {
          "entryTs": 1730219700,
          "entryUtc": "2024-10-29T16:35:00.000Z",
          "exitTs": 1730226720,
          "dir": 1,
          "entryPrice": 2766.008,
          "exitPrice": 2773.064,
          "stopDistance": 3.528,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 117
        },
        {
          "entryTs": 1730229900,
          "entryUtc": "2024-10-29T19:25:00.000Z",
          "exitTs": 1730246760,
          "dir": 1,
          "entryPrice": 2771.955,
          "exitPrice": 2776.058,
          "stopDistance": 2.052,
          "outcome": "target",
          "netR": 1.8196,
          "holdMinutes": 281
        },
        {
          "entryTs": 1730254500,
          "entryUtc": "2024-10-30T02:15:00.000Z",
          "exitTs": 1730255460,
          "dir": 1,
          "entryPrice": 2779.225,
          "exitPrice": 2777.127,
          "stopDistance": 2.099,
          "outcome": "stop",
          "netR": -1.2001,
          "holdMinutes": 16
        },
        {
          "entryTs": 1730284500,
          "entryUtc": "2024-10-30T10:35:00.000Z",
          "exitTs": 1730284920,
          "dir": 1,
          "entryPrice": 2784.075,
          "exitPrice": 2782.121,
          "stopDistance": 1.954,
          "outcome": "stop",
          "netR": -1.215,
          "holdMinutes": 7
        },
        {
          "entryTs": 1730364900,
          "entryUtc": "2024-10-31T08:55:00.000Z",
          "exitTs": 1730369220,
          "dir": -1,
          "entryPrice": 2779.425,
          "exitPrice": 2775.072,
          "stopDistance": 2.176,
          "outcome": "target",
          "netR": 1.83,
          "holdMinutes": 72
        },
        {
          "entryTs": 1730390400,
          "entryUtc": "2024-10-31T16:00:00.000Z",
          "exitTs": 1730399640,
          "dir": -1,
          "entryPrice": 2740.505,
          "exitPrice": 2745.7,
          "stopDistance": 5.195,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 154
        },
        {
          "entryTs": 1730403600,
          "entryUtc": "2024-10-31T19:40:00.000Z",
          "exitTs": 1730407680,
          "dir": 1,
          "entryPrice": 2746.795,
          "exitPrice": 2744.019,
          "stopDistance": 2.776,
          "outcome": "stop",
          "netR": -1.1513,
          "holdMinutes": 68
        },
        {
          "entryTs": 1730740800,
          "entryUtc": "2024-11-04T17:20:00.000Z",
          "exitTs": 1730745480,
          "dir": -1,
          "entryPrice": 2735.555,
          "exitPrice": 2738.853,
          "stopDistance": 3.298,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 78
        },
        {
          "entryTs": 1730781300,
          "entryUtc": "2024-11-05T04:35:00.000Z",
          "exitTs": 1730788620,
          "dir": 1,
          "entryPrice": 2733.454,
          "exitPrice": 2737.805,
          "stopDistance": 2.175,
          "outcome": "target",
          "netR": 1.8299,
          "holdMinutes": 122
        },
        {
          "entryTs": 1730799600,
          "entryUtc": "2024-11-05T09:40:00.000Z",
          "exitTs": 1730800920,
          "dir": 1,
          "entryPrice": 2741.045,
          "exitPrice": 2738.544,
          "stopDistance": 2.501,
          "outcome": "stop",
          "netR": -1.1679,
          "holdMinutes": 22
        },
        {
          "entryTs": 1730906100,
          "entryUtc": "2024-11-06T15:15:00.000Z",
          "exitTs": 1730907300,
          "dir": -1,
          "entryPrice": 2664.825,
          "exitPrice": 2673.403,
          "stopDistance": 8.578,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 20
        },
        {
          "entryTs": 1730927700,
          "entryUtc": "2024-11-06T21:15:00.000Z",
          "exitTs": 1731024000,
          "dir": -1,
          "entryPrice": 2662.055,
          "exitPrice": 2664.289,
          "stopDistance": 2.234,
          "outcome": "stop",
          "netR": -1.188,
          "holdMinutes": 1605
        },
        {
          "entryTs": 1731027000,
          "entryUtc": "2024-11-08T00:50:00.000Z",
          "exitTs": 1731028260,
          "dir": 1,
          "entryPrice": 2706.085,
          "exitPrice": 2701.596,
          "stopDistance": 4.489,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 21
        },
        {
          "entryTs": 1731028500,
          "entryUtc": "2024-11-08T01:15:00.000Z",
          "exitTs": 1731031440,
          "dir": 1,
          "entryPrice": 2699.555,
          "exitPrice": 2695.139,
          "stopDistance": 4.416,
          "outcome": "stop",
          "netR": -1.0951,
          "holdMinutes": 49
        },
        {
          "entryTs": 1731051900,
          "entryUtc": "2024-11-08T07:45:00.000Z",
          "exitTs": 1731054600,
          "dir": -1,
          "entryPrice": 2686.305,
          "exitPrice": 2689.253,
          "stopDistance": 2.948,
          "outcome": "stop",
          "netR": -1.1425,
          "holdMinutes": 45
        },
        {
          "entryTs": 1731067500,
          "entryUtc": "2024-11-08T12:05:00.000Z",
          "exitTs": 1731068580,
          "dir": 1,
          "entryPrice": 2690.035,
          "exitPrice": 2687.12,
          "stopDistance": 2.915,
          "outcome": "stop",
          "netR": -1.1441,
          "holdMinutes": 18
        },
        {
          "entryTs": 1731102900,
          "entryUtc": "2024-11-08T21:55:00.000Z",
          "exitTs": 1731279600,
          "dir": -1,
          "entryPrice": 2684.375,
          "exitPrice": 2681.289,
          "stopDistance": 1.543,
          "outcome": "target",
          "netR": 1.7602,
          "holdMinutes": 2945
        },
        {
          "entryTs": 1731296700,
          "entryUtc": "2024-11-11T03:45:00.000Z",
          "exitTs": 1731301380,
          "dir": -1,
          "entryPrice": 2670.484,
          "exitPrice": 2673.355,
          "stopDistance": 2.872,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 78
        },
        {
          "entryTs": 1731324600,
          "entryUtc": "2024-11-11T11:30:00.000Z",
          "exitTs": 1731328440,
          "dir": -1,
          "entryPrice": 2665.855,
          "exitPrice": 2658.879,
          "stopDistance": 3.488,
          "outcome": "target",
          "netR": 1.8939,
          "holdMinutes": 64
        },
        {
          "entryTs": 1731342900,
          "entryUtc": "2024-11-11T16:35:00.000Z",
          "exitTs": 1731355440,
          "dir": -1,
          "entryPrice": 2617.055,
          "exitPrice": 2621.575,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 209
        },
        {
          "entryTs": 1731387600,
          "entryUtc": "2024-11-12T05:00:00.000Z",
          "exitTs": 1731388980,
          "dir": -1,
          "entryPrice": 2617.635,
          "exitPrice": 2613.659,
          "stopDistance": 1.988,
          "outcome": "target",
          "netR": 1.8139,
          "holdMinutes": 23
        },
        {
          "entryTs": 1731422100,
          "entryUtc": "2024-11-12T14:35:00.000Z",
          "exitTs": 1731425220,
          "dir": 1,
          "entryPrice": 2609.785,
          "exitPrice": 2604.924,
          "stopDistance": 4.861,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 52
        },
        {
          "entryTs": 1731427800,
          "entryUtc": "2024-11-12T16:10:00.000Z",
          "exitTs": 1731457800,
          "dir": -1,
          "entryPrice": 2602.878,
          "exitPrice": 2599.315,
          "stopDistance": 5.33,
          "outcome": "time",
          "netR": 0.599,
          "holdMinutes": 500
        },
        {
          "entryTs": 1731463500,
          "entryUtc": "2024-11-13T02:05:00.000Z",
          "exitTs": 1731466380,
          "dir": 1,
          "entryPrice": 2606.215,
          "exitPrice": 2611.502,
          "stopDistance": 2.643,
          "outcome": "target",
          "netR": 1.86,
          "holdMinutes": 48
        },
        {
          "entryTs": 1731468300,
          "entryUtc": "2024-11-13T03:25:00.000Z",
          "exitTs": 1731473880,
          "dir": 1,
          "entryPrice": 2608.885,
          "exitPrice": 2606.289,
          "stopDistance": 2.596,
          "outcome": "stop",
          "netR": -1.1618,
          "holdMinutes": 93
        },
        {
          "entryTs": 1731513000,
          "entryUtc": "2024-11-13T15:50:00.000Z",
          "exitTs": 1731515580,
          "dir": -1,
          "entryPrice": 2601.755,
          "exitPrice": 2590.601,
          "stopDistance": 5.577,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 43
        },
        {
          "entryTs": 1731520500,
          "entryUtc": "2024-11-13T17:55:00.000Z",
          "exitTs": 1731528360,
          "dir": -1,
          "entryPrice": 2584.495,
          "exitPrice": 2575.15,
          "stopDistance": 4.673,
          "outcome": "target",
          "netR": 1.9208,
          "holdMinutes": 131
        },
        {
          "entryTs": 1731553800,
          "entryUtc": "2024-11-14T03:10:00.000Z",
          "exitTs": 1731562620,
          "dir": -1,
          "entryPrice": 2562.948,
          "exitPrice": 2556.674,
          "stopDistance": 3.137,
          "outcome": "target",
          "netR": 1.8821,
          "holdMinutes": 147
        },
        {
          "entryTs": 1731564300,
          "entryUtc": "2024-11-14T06:05:00.000Z",
          "exitTs": 1731565920,
          "dir": -1,
          "entryPrice": 2559.415,
          "exitPrice": 2554.203,
          "stopDistance": 2.606,
          "outcome": "target",
          "netR": 1.858,
          "holdMinutes": 27
        },
        {
          "entryTs": 1731627300,
          "entryUtc": "2024-11-14T23:35:00.000Z",
          "exitTs": 1731632700,
          "dir": -1,
          "entryPrice": 2566.485,
          "exitPrice": 2568.638,
          "stopDistance": 2.153,
          "outcome": "stop",
          "netR": -1.1951,
          "holdMinutes": 90
        },
        {
          "entryTs": 1731652800,
          "entryUtc": "2024-11-15T06:40:00.000Z",
          "exitTs": 1731653220,
          "dir": -1,
          "entryPrice": 2560.515,
          "exitPrice": 2563.351,
          "stopDistance": 2.836,
          "outcome": "stop",
          "netR": -1.1481,
          "holdMinutes": 7
        },
        {
          "entryTs": 1731698400,
          "entryUtc": "2024-11-15T19:20:00.000Z",
          "exitTs": 1731699240,
          "dir": 1,
          "entryPrice": 2565.795,
          "exitPrice": 2563.2,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 14
        },
        {
          "entryTs": 1731888000,
          "entryUtc": "2024-11-18T00:00:00.000Z",
          "exitTs": 1731891180,
          "dir": 1,
          "entryPrice": 2571.245,
          "exitPrice": 2576.756,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 53
        },
        {
          "entryTs": 1731924900,
          "entryUtc": "2024-11-18T10:15:00.000Z",
          "exitTs": 1731935100,
          "dir": 1,
          "entryPrice": 2591.398,
          "exitPrice": 2598.262,
          "stopDistance": 3.432,
          "outcome": "target",
          "netR": 1.8922,
          "holdMinutes": 170
        },
        {
          "entryTs": 1731945000,
          "entryUtc": "2024-11-18T15:50:00.000Z",
          "exitTs": 1731975000,
          "dir": 1,
          "entryPrice": 2609.505,
          "exitPrice": 2611.735,
          "stopDistance": 3.556,
          "outcome": "time",
          "netR": 0.5231,
          "holdMinutes": 500
        },
        {
          "entryTs": 1731987300,
          "entryUtc": "2024-11-19T03:35:00.000Z",
          "exitTs": 1732000020,
          "dir": 1,
          "entryPrice": 2622.905,
          "exitPrice": 2620.497,
          "stopDistance": 2.408,
          "outcome": "stop",
          "netR": -1.1744,
          "holdMinutes": 212
        },
        {
          "entryTs": 1732002000,
          "entryUtc": "2024-11-19T07:40:00.000Z",
          "exitTs": 1732005660,
          "dir": -1,
          "entryPrice": 2620.675,
          "exitPrice": 2623.344,
          "stopDistance": 2.669,
          "outcome": "stop",
          "netR": -1.1574,
          "holdMinutes": 61
        },
        {
          "entryTs": 1732038600,
          "entryUtc": "2024-11-19T17:50:00.000Z",
          "exitTs": 1732061160,
          "dir": 1,
          "entryPrice": 2628.928,
          "exitPrice": 2635.392,
          "stopDistance": 3.232,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 376
        },
        {
          "entryTs": 1732071000,
          "entryUtc": "2024-11-20T02:50:00.000Z",
          "exitTs": 1732075260,
          "dir": 1,
          "entryPrice": 2639.515,
          "exitPrice": 2637.25,
          "stopDistance": 2.265,
          "outcome": "stop",
          "netR": -1.1854,
          "holdMinutes": 71
        },
        {
          "entryTs": 1732080600,
          "entryUtc": "2024-11-20T05:30:00.000Z",
          "exitTs": 1732082820,
          "dir": -1,
          "entryPrice": 2636.855,
          "exitPrice": 2633.743,
          "stopDistance": 1.556,
          "outcome": "target",
          "netR": 1.7622,
          "holdMinutes": 37
        },
        {
          "entryTs": 1732117200,
          "entryUtc": "2024-11-20T15:40:00.000Z",
          "exitTs": 1732122360,
          "dir": 1,
          "entryPrice": 2643.924,
          "exitPrice": 2652.702,
          "stopDistance": 4.389,
          "outcome": "target",
          "netR": 1.9157,
          "holdMinutes": 86
        },
        {
          "entryTs": 1732151400,
          "entryUtc": "2024-11-21T01:10:00.000Z",
          "exitTs": 1732152300,
          "dir": 1,
          "entryPrice": 2655.535,
          "exitPrice": 2653.383,
          "stopDistance": 2.152,
          "outcome": "stop",
          "netR": -1.1952,
          "holdMinutes": 15
        },
        {
          "entryTs": 1732165500,
          "entryUtc": "2024-11-21T05:05:00.000Z",
          "exitTs": 1732166280,
          "dir": 1,
          "entryPrice": 2656.635,
          "exitPrice": 2655.094,
          "stopDistance": 1.541,
          "outcome": "stop",
          "netR": -1.2725,
          "holdMinutes": 13
        },
        {
          "entryTs": 1732179300,
          "entryUtc": "2024-11-21T08:55:00.000Z",
          "exitTs": 1732179720,
          "dir": 1,
          "entryPrice": 2665.945,
          "exitPrice": 2671.374,
          "stopDistance": 2.714,
          "outcome": "target",
          "netR": 1.8637,
          "holdMinutes": 7
        },
        {
          "entryTs": 1732246200,
          "entryUtc": "2024-11-22T03:30:00.000Z",
          "exitTs": 1732246500,
          "dir": 1,
          "entryPrice": 2686.385,
          "exitPrice": 2683.816,
          "stopDistance": 2.569,
          "outcome": "stop",
          "netR": -1.1635,
          "holdMinutes": 5
        },
        {
          "entryTs": 1732536900,
          "entryUtc": "2024-11-25T12:15:00.000Z",
          "exitTs": 1732537200,
          "dir": 1,
          "entryPrice": 2683.335,
          "exitPrice": 2679.792,
          "stopDistance": 3.543,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 5
        },
        {
          "entryTs": 1732562400,
          "entryUtc": "2024-11-25T19:20:00.000Z",
          "exitTs": 1732563180,
          "dir": -1,
          "entryPrice": 2621.475,
          "exitPrice": 2625.345,
          "stopDistance": 3.87,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 13
        },
        {
          "entryTs": 1732608300,
          "entryUtc": "2024-11-26T08:05:00.000Z",
          "exitTs": 1732612140,
          "dir": -1,
          "entryPrice": 2615.145,
          "exitPrice": 2618.301,
          "stopDistance": 3.156,
          "outcome": "stop",
          "netR": -1.1331,
          "holdMinutes": 64
        },
        {
          "entryTs": 1732634400,
          "entryUtc": "2024-11-26T15:20:00.000Z",
          "exitTs": 1732635900,
          "dir": -1,
          "entryPrice": 2625.275,
          "exitPrice": 2631.143,
          "stopDistance": 5.868,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 25
        },
        {
          "entryTs": 1732653000,
          "entryUtc": "2024-11-26T20:30:00.000Z",
          "exitTs": 1732654560,
          "dir": 1,
          "entryPrice": 2627.895,
          "exitPrice": 2632.598,
          "stopDistance": 2.352,
          "outcome": "target",
          "netR": 1.8427,
          "holdMinutes": 26
        },
        {
          "entryTs": 1732687500,
          "entryUtc": "2024-11-27T06:05:00.000Z",
          "exitTs": 1732690500,
          "dir": 1,
          "entryPrice": 2640.785,
          "exitPrice": 2645.618,
          "stopDistance": 2.416,
          "outcome": "target",
          "netR": 1.8469,
          "holdMinutes": 50
        },
        {
          "entryTs": 1732694100,
          "entryUtc": "2024-11-27T07:55:00.000Z",
          "exitTs": 1732697640,
          "dir": 1,
          "entryPrice": 2646.028,
          "exitPrice": 2650.634,
          "stopDistance": 2.303,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 59
        },
        {
          "entryTs": 1732722900,
          "entryUtc": "2024-11-27T15:55:00.000Z",
          "exitTs": 1732752900,
          "dir": -1,
          "entryPrice": 2643.935,
          "exitPrice": 2636.305,
          "stopDistance": 5.322,
          "outcome": "time",
          "netR": 1.3641,
          "holdMinutes": 500
        },
        {
          "entryTs": 1732759200,
          "entryUtc": "2024-11-28T02:00:00.000Z",
          "exitTs": 1732767480,
          "dir": -1,
          "entryPrice": 2628.725,
          "exitPrice": 2632.82,
          "stopDistance": 4.095,
          "outcome": "stop",
          "netR": -1.1026,
          "holdMinutes": 138
        },
        {
          "entryTs": 1732769100,
          "entryUtc": "2024-11-28T04:45:00.000Z",
          "exitTs": 1732775160,
          "dir": 1,
          "entryPrice": 2630.825,
          "exitPrice": 2635.356,
          "stopDistance": 2.266,
          "outcome": "target",
          "netR": 1.8367,
          "holdMinutes": 101
        },
        {
          "entryTs": 1732779900,
          "entryUtc": "2024-11-28T07:45:00.000Z",
          "exitTs": 1732783860,
          "dir": 1,
          "entryPrice": 2636.305,
          "exitPrice": 2641.298,
          "stopDistance": 2.496,
          "outcome": "target",
          "netR": 1.8518,
          "holdMinutes": 66
        },
        {
          "entryTs": 1732789200,
          "entryUtc": "2024-11-28T10:20:00.000Z",
          "exitTs": 1732790340,
          "dir": 1,
          "entryPrice": 2645.085,
          "exitPrice": 2649.268,
          "stopDistance": 2.092,
          "outcome": "target",
          "netR": 1.8231,
          "holdMinutes": 19
        },
        {
          "entryTs": 1732854900,
          "entryUtc": "2024-11-29T04:35:00.000Z",
          "exitTs": 1732855260,
          "dir": 1,
          "entryPrice": 2658.414,
          "exitPrice": 2663.294,
          "stopDistance": 2.44,
          "outcome": "target",
          "netR": 1.8484,
          "holdMinutes": 6
        },
        {
          "entryTs": 1733103600,
          "entryUtc": "2024-12-02T01:40:00.000Z",
          "exitTs": 1733108580,
          "dir": -1,
          "entryPrice": 2634.635,
          "exitPrice": 2624.172,
          "stopDistance": 5.231,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 83
        },
        {
          "entryTs": 1733133300,
          "entryUtc": "2024-12-02T09:55:00.000Z",
          "exitTs": 1733138040,
          "dir": 1,
          "entryPrice": 2633.515,
          "exitPrice": 2639.72,
          "stopDistance": 3.102,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 79
        },
        {
          "entryTs": 1733141100,
          "entryUtc": "2024-12-02T12:05:00.000Z",
          "exitTs": 1733146920,
          "dir": 1,
          "entryPrice": 2640.245,
          "exitPrice": 2647.538,
          "stopDistance": 3.647,
          "outcome": "target",
          "netR": 1.8985,
          "holdMinutes": 97
        },
        {
          "entryTs": 1733194200,
          "entryUtc": "2024-12-03T02:50:00.000Z",
          "exitTs": 1733196840,
          "dir": -1,
          "entryPrice": 2637.415,
          "exitPrice": 2640.285,
          "stopDistance": 2.87,
          "outcome": "stop",
          "netR": -1.1463,
          "holdMinutes": 44
        },
        {
          "entryTs": 1733208600,
          "entryUtc": "2024-12-03T06:50:00.000Z",
          "exitTs": 1733212800,
          "dir": 1,
          "entryPrice": 2646.395,
          "exitPrice": 2643.619,
          "stopDistance": 2.776,
          "outcome": "stop",
          "netR": -1.1513,
          "holdMinutes": 70
        },
        {
          "entryTs": 1733230200,
          "entryUtc": "2024-12-03T12:50:00.000Z",
          "exitTs": 1733231640,
          "dir": -1,
          "entryPrice": 2641.108,
          "exitPrice": 2643.341,
          "stopDistance": 2.233,
          "outcome": "stop",
          "netR": -1.1881,
          "holdMinutes": 24
        },
        {
          "entryTs": 1733256300,
          "entryUtc": "2024-12-03T20:05:00.000Z",
          "exitTs": 1733274000,
          "dir": -1,
          "entryPrice": 2642.755,
          "exitPrice": 2638.235,
          "stopDistance": 2.26,
          "outcome": "target",
          "netR": 1.8363,
          "holdMinutes": 295
        },
        {
          "entryTs": 1733302200,
          "entryUtc": "2024-12-04T08:50:00.000Z",
          "exitTs": 1733310060,
          "dir": -1,
          "entryPrice": 2641.845,
          "exitPrice": 2644.488,
          "stopDistance": 2.643,
          "outcome": "stop",
          "netR": -1.1589,
          "holdMinutes": 131
        },
        {
          "entryTs": 1733322000,
          "entryUtc": "2024-12-04T14:20:00.000Z",
          "exitTs": 1733325960,
          "dir": 1,
          "entryPrice": 2646.095,
          "exitPrice": 2655.461,
          "stopDistance": 4.683,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 66
        },
        {
          "entryTs": 1733332500,
          "entryUtc": "2024-12-04T17:15:00.000Z",
          "exitTs": 1733339700,
          "dir": -1,
          "entryPrice": 2650.885,
          "exitPrice": 2654.338,
          "stopDistance": 3.453,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 120
        },
        {
          "entryTs": 1733379300,
          "entryUtc": "2024-12-05T06:15:00.000Z",
          "exitTs": 1733380440,
          "dir": 1,
          "entryPrice": 2650.735,
          "exitPrice": 2648.41,
          "stopDistance": 2.325,
          "outcome": "stop",
          "netR": -1.1807,
          "holdMinutes": 19
        },
        {
          "entryTs": 1733401200,
          "entryUtc": "2024-12-05T12:20:00.000Z",
          "exitTs": 1733401860,
          "dir": 1,
          "entryPrice": 2649.925,
          "exitPrice": 2647.837,
          "stopDistance": 2.088,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 11
        },
        {
          "entryTs": 1733424000,
          "entryUtc": "2024-12-05T18:40:00.000Z",
          "exitTs": 1733435640,
          "dir": -1,
          "entryPrice": 2628.575,
          "exitPrice": 2632.285,
          "stopDistance": 3.71,
          "outcome": "stop",
          "netR": -1.1132,
          "holdMinutes": 194
        },
        {
          "entryTs": 1733449200,
          "entryUtc": "2024-12-06T01:40:00.000Z",
          "exitTs": 1733454660,
          "dir": -1,
          "entryPrice": 2623.995,
          "exitPrice": 2627.813,
          "stopDistance": 3.818,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 91
        },
        {
          "entryTs": 1733463000,
          "entryUtc": "2024-12-06T05:30:00.000Z",
          "exitTs": 1733463120,
          "dir": 1,
          "entryPrice": 2641.764,
          "exitPrice": 2639.783,
          "stopDistance": 1.981,
          "outcome": "stop",
          "netR": -1.212,
          "holdMinutes": 2
        },
        {
          "entryTs": 1733484000,
          "entryUtc": "2024-12-06T11:20:00.000Z",
          "exitTs": 1733487480,
          "dir": -1,
          "entryPrice": 2637.098,
          "exitPrice": 2639.589,
          "stopDistance": 2.491,
          "outcome": "stop",
          "netR": -1.1686,
          "holdMinutes": 58
        },
        {
          "entryTs": 1733521500,
          "entryUtc": "2024-12-06T21:45:00.000Z",
          "exitTs": 1733698800,
          "dir": -1,
          "entryPrice": 2632.745,
          "exitPrice": 2634.265,
          "stopDistance": 1.519,
          "outcome": "stop",
          "netR": -1.2764,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1733710800,
          "entryUtc": "2024-12-09T02:20:00.000Z",
          "exitTs": 1733712060,
          "dir": 1,
          "entryPrice": 2644.985,
          "exitPrice": 2640.987,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 21
        },
        {
          "entryTs": 1733732400,
          "entryUtc": "2024-12-09T08:20:00.000Z",
          "exitTs": 1733735940,
          "dir": 1,
          "entryPrice": 2647.805,
          "exitPrice": 2653.092,
          "stopDistance": 2.643,
          "outcome": "target",
          "netR": 1.86,
          "holdMinutes": 59
        },
        {
          "entryTs": 1733740800,
          "entryUtc": "2024-12-09T10:40:00.000Z",
          "exitTs": 1733743500,
          "dir": 1,
          "entryPrice": 2654.585,
          "exitPrice": 2660.039,
          "stopDistance": 2.727,
          "outcome": "target",
          "netR": 1.8643,
          "holdMinutes": 45
        },
        {
          "entryTs": 1733758200,
          "entryUtc": "2024-12-09T15:30:00.000Z",
          "exitTs": 1733759640,
          "dir": 1,
          "entryPrice": 2672.085,
          "exitPrice": 2668.113,
          "stopDistance": 3.972,
          "outcome": "stop",
          "netR": -1.1058,
          "holdMinutes": 24
        },
        {
          "entryTs": 1733770200,
          "entryUtc": "2024-12-09T18:50:00.000Z",
          "exitTs": 1733773980,
          "dir": -1,
          "entryPrice": 2664.115,
          "exitPrice": 2659.099,
          "stopDistance": 2.508,
          "outcome": "target",
          "netR": 1.8525,
          "holdMinutes": 63
        },
        {
          "entryTs": 1733799900,
          "entryUtc": "2024-12-10T03:05:00.000Z",
          "exitTs": 1733803560,
          "dir": 1,
          "entryPrice": 2667.265,
          "exitPrice": 2673.199,
          "stopDistance": 2.967,
          "outcome": "target",
          "netR": 1.8753,
          "holdMinutes": 61
        },
        {
          "entryTs": 1733806500,
          "entryUtc": "2024-12-10T04:55:00.000Z",
          "exitTs": 1733810460,
          "dir": 1,
          "entryPrice": 2670.375,
          "exitPrice": 2667.803,
          "stopDistance": 2.572,
          "outcome": "stop",
          "netR": -1.1633,
          "holdMinutes": 66
        },
        {
          "entryTs": 1733820000,
          "entryUtc": "2024-12-10T08:40:00.000Z",
          "exitTs": 1733826360,
          "dir": -1,
          "entryPrice": 2664.945,
          "exitPrice": 2667.561,
          "stopDistance": 2.616,
          "outcome": "stop",
          "netR": -1.1605,
          "holdMinutes": 106
        },
        {
          "entryTs": 1733829600,
          "entryUtc": "2024-12-10T11:20:00.000Z",
          "exitTs": 1733832480,
          "dir": 1,
          "entryPrice": 2670.835,
          "exitPrice": 2677.274,
          "stopDistance": 3.22,
          "outcome": "target",
          "netR": 1.8851,
          "holdMinutes": 48
        },
        {
          "entryTs": 1733879400,
          "entryUtc": "2024-12-11T01:10:00.000Z",
          "exitTs": 1733880120,
          "dir": 1,
          "entryPrice": 2697.625,
          "exitPrice": 2702.99,
          "stopDistance": 2.683,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 12
        },
        {
          "entryTs": 1733882100,
          "entryUtc": "2024-12-11T01:55:00.000Z",
          "exitTs": 1733888400,
          "dir": 1,
          "entryPrice": 2699.405,
          "exitPrice": 2696.455,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 105
        },
        {
          "entryTs": 1733895600,
          "entryUtc": "2024-12-11T05:40:00.000Z",
          "exitTs": 1733895900,
          "dir": -1,
          "entryPrice": 2680.964,
          "exitPrice": 2686.499,
          "stopDistance": 5.535,
          "outcome": "stop",
          "netR": -1.0759,
          "holdMinutes": 5
        },
        {
          "entryTs": 1734019800,
          "entryUtc": "2024-12-12T16:10:00.000Z",
          "exitTs": 1734049800,
          "dir": -1,
          "entryPrice": 2682.494,
          "exitPrice": 2680.985,
          "stopDistance": 5.807,
          "outcome": "time",
          "netR": 0.1961,
          "holdMinutes": 500
        },
        {
          "entryTs": 1734368100,
          "entryUtc": "2024-12-16T16:55:00.000Z",
          "exitTs": 1734397200,
          "dir": -1,
          "entryPrice": 2652.848,
          "exitPrice": 2655.852,
          "stopDistance": 3.004,
          "outcome": "stop",
          "netR": -1.1398,
          "holdMinutes": 485
        },
        {
          "entryTs": 1734422700,
          "entryUtc": "2024-12-17T08:05:00.000Z",
          "exitTs": 1734423240,
          "dir": 1,
          "entryPrice": 2652.985,
          "exitPrice": 2650.517,
          "stopDistance": 2.468,
          "outcome": "stop",
          "netR": -1.1702,
          "holdMinutes": 9
        },
        {
          "entryTs": 1734435300,
          "entryUtc": "2024-12-17T11:35:00.000Z",
          "exitTs": 1734436680,
          "dir": -1,
          "entryPrice": 2639.435,
          "exitPrice": 2642.075,
          "stopDistance": 2.64,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 23
        },
        {
          "entryTs": 1734513600,
          "entryUtc": "2024-12-18T09:20:00.000Z",
          "exitTs": 1734523500,
          "dir": 1,
          "entryPrice": 2646.825,
          "exitPrice": 2644.431,
          "stopDistance": 2.394,
          "outcome": "stop",
          "netR": -1.1754,
          "holdMinutes": 165
        },
        {
          "entryTs": 1734536400,
          "entryUtc": "2024-12-18T15:40:00.000Z",
          "exitTs": 1734548400,
          "dir": -1,
          "entryPrice": 2637.515,
          "exitPrice": 2631.699,
          "stopDistance": 2.908,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 200
        },
        {
          "entryTs": 1734556500,
          "entryUtc": "2024-12-18T21:15:00.000Z",
          "exitTs": 1734570780,
          "dir": -1,
          "entryPrice": 2594.705,
          "exitPrice": 2601.146,
          "stopDistance": 6.441,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 238
        },
        {
          "entryTs": 1734576000,
          "entryUtc": "2024-12-19T02:40:00.000Z",
          "exitTs": 1734592740,
          "dir": 1,
          "entryPrice": 2606.865,
          "exitPrice": 2615.969,
          "stopDistance": 4.552,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 279
        },
        {
          "entryTs": 1734636600,
          "entryUtc": "2024-12-19T19:30:00.000Z",
          "exitTs": 1734643080,
          "dir": 1,
          "entryPrice": 2597.548,
          "exitPrice": 2594.805,
          "stopDistance": 2.744,
          "outcome": "stop",
          "netR": -1.1531,
          "holdMinutes": 108
        },
        {
          "entryTs": 1734650100,
          "entryUtc": "2024-12-19T23:15:00.000Z",
          "exitTs": 1734656040,
          "dir": -1,
          "entryPrice": 2595.048,
          "exitPrice": 2591.27,
          "stopDistance": 1.889,
          "outcome": "target",
          "netR": 1.8041,
          "holdMinutes": 99
        },
        {
          "entryTs": 1734669600,
          "entryUtc": "2024-12-20T04:40:00.000Z",
          "exitTs": 1734675780,
          "dir": 1,
          "entryPrice": 2598.384,
          "exitPrice": 2602.757,
          "stopDistance": 2.186,
          "outcome": "target",
          "netR": 1.8308,
          "holdMinutes": 103
        },
        {
          "entryTs": 1734711600,
          "entryUtc": "2024-12-20T16:20:00.000Z",
          "exitTs": 1734729960,
          "dir": 1,
          "entryPrice": 2625.274,
          "exitPrice": 2621.295,
          "stopDistance": 3.979,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 306
        },
        {
          "entryTs": 1734918300,
          "entryUtc": "2024-12-23T01:45:00.000Z",
          "exitTs": 1734918960,
          "dir": -1,
          "entryPrice": 2620.495,
          "exitPrice": 2623.134,
          "stopDistance": 2.639,
          "outcome": "stop",
          "netR": -1.1592,
          "holdMinutes": 11
        },
        {
          "entryTs": 1734940500,
          "entryUtc": "2024-12-23T07:55:00.000Z",
          "exitTs": 1734940800,
          "dir": 1,
          "entryPrice": 2630.448,
          "exitPrice": 2628.196,
          "stopDistance": 2.252,
          "outcome": "stop",
          "netR": -1.1865,
          "holdMinutes": 5
        },
        {
          "entryTs": 1734956100,
          "entryUtc": "2024-12-23T12:15:00.000Z",
          "exitTs": 1734966240,
          "dir": -1,
          "entryPrice": 2618.295,
          "exitPrice": 2613.187,
          "stopDistance": 2.554,
          "outcome": "target",
          "netR": 1.8551,
          "holdMinutes": 169
        },
        {
          "entryTs": 1734978900,
          "entryUtc": "2024-12-23T18:35:00.000Z",
          "exitTs": 1734994860,
          "dir": -1,
          "entryPrice": 2611.805,
          "exitPrice": 2613.878,
          "stopDistance": 2.073,
          "outcome": "stop",
          "netR": -1.2026,
          "holdMinutes": 266
        },
        {
          "entryTs": 1734999600,
          "entryUtc": "2024-12-24T00:20:00.000Z",
          "exitTs": 1735002180,
          "dir": 1,
          "entryPrice": 2614.498,
          "exitPrice": 2617.666,
          "stopDistance": 1.584,
          "outcome": "target",
          "netR": 1.7664,
          "holdMinutes": 43
        },
        {
          "entryTs": 1735022700,
          "entryUtc": "2024-12-24T06:45:00.000Z",
          "exitTs": 1735023180,
          "dir": -1,
          "entryPrice": 2617.864,
          "exitPrice": 2619.539,
          "stopDistance": 1.675,
          "outcome": "stop",
          "netR": -1.2508,
          "holdMinutes": 8
        },
        {
          "entryTs": 1735041000,
          "entryUtc": "2024-12-24T11:50:00.000Z",
          "exitTs": 1735050360,
          "dir": -1,
          "entryPrice": 2614.748,
          "exitPrice": 2616.641,
          "stopDistance": 1.893,
          "outcome": "stop",
          "netR": -1.2218,
          "holdMinutes": 156
        },
        {
          "entryTs": 1735170600,
          "entryUtc": "2024-12-25T23:50:00.000Z",
          "exitTs": 1735173360,
          "dir": 1,
          "entryPrice": 2617.875,
          "exitPrice": 2621.544,
          "stopDistance": 1.835,
          "outcome": "target",
          "netR": 1.7983,
          "holdMinutes": 46
        },
        {
          "entryTs": 1735181400,
          "entryUtc": "2024-12-26T02:50:00.000Z",
          "exitTs": 1735188180,
          "dir": 1,
          "entryPrice": 2625.828,
          "exitPrice": 2628.998,
          "stopDistance": 1.585,
          "outcome": "target",
          "netR": 1.7666,
          "holdMinutes": 113
        },
        {
          "entryTs": 1735222500,
          "entryUtc": "2024-12-26T14:15:00.000Z",
          "exitTs": 1735224540,
          "dir": -1,
          "entryPrice": 2625.145,
          "exitPrice": 2627.504,
          "stopDistance": 2.359,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 34
        },
        {
          "entryTs": 1735235100,
          "entryUtc": "2024-12-26T17:45:00.000Z",
          "exitTs": 1735236360,
          "dir": -1,
          "entryPrice": 2630.485,
          "exitPrice": 2632.544,
          "stopDistance": 2.059,
          "outcome": "stop",
          "netR": -1.204,
          "holdMinutes": 21
        },
        {
          "entryTs": 1735239900,
          "entryUtc": "2024-12-26T19:05:00.000Z",
          "exitTs": 1735254300,
          "dir": 1,
          "entryPrice": 2633.535,
          "exitPrice": 2631.338,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 240
        },
        {
          "entryTs": 1735311300,
          "entryUtc": "2024-12-27T14:55:00.000Z",
          "exitTs": 1735329060,
          "dir": -1,
          "entryPrice": 2616.935,
          "exitPrice": 2620.574,
          "stopDistance": 3.639,
          "outcome": "stop",
          "netR": -1.1154,
          "holdMinutes": 296
        },
        {
          "entryTs": 1735519200,
          "entryUtc": "2024-12-30T00:40:00.000Z",
          "exitTs": 1735522860,
          "dir": 1,
          "entryPrice": 2622.894,
          "exitPrice": 2626.296,
          "stopDistance": 1.701,
          "outcome": "target",
          "netR": 1.7825,
          "holdMinutes": 61
        },
        {
          "entryTs": 1735530900,
          "entryUtc": "2024-12-30T03:55:00.000Z",
          "exitTs": 1735531800,
          "dir": 1,
          "entryPrice": 2625.544,
          "exitPrice": 2623.762,
          "stopDistance": 1.782,
          "outcome": "stop",
          "netR": -1.2356,
          "holdMinutes": 15
        },
        {
          "entryTs": 1735536000,
          "entryUtc": "2024-12-30T05:20:00.000Z",
          "exitTs": 1735540800,
          "dir": -1,
          "entryPrice": 2623.355,
          "exitPrice": 2619.996,
          "stopDistance": 1.68,
          "outcome": "target",
          "netR": 1.7797,
          "holdMinutes": 80
        },
        {
          "entryTs": 1735577100,
          "entryUtc": "2024-12-30T16:45:00.000Z",
          "exitTs": 1735580880,
          "dir": -1,
          "entryPrice": 2600.435,
          "exitPrice": 2604.046,
          "stopDistance": 3.611,
          "outcome": "stop",
          "netR": -1.1163,
          "holdMinutes": 63
        },
        {
          "entryTs": 1735601700,
          "entryUtc": "2024-12-30T23:35:00.000Z",
          "exitTs": 1735602840,
          "dir": -1,
          "entryPrice": 2605.258,
          "exitPrice": 2606.646,
          "stopDistance": 1.388,
          "outcome": "stop",
          "netR": -1.3026,
          "holdMinutes": 19
        },
        {
          "entryTs": 1735619700,
          "entryUtc": "2024-12-31T04:35:00.000Z",
          "exitTs": 1735620180,
          "dir": -1,
          "entryPrice": 2605.198,
          "exitPrice": 2606.426,
          "stopDistance": 1.228,
          "outcome": "stop",
          "netR": -1.342,
          "holdMinutes": 8
        },
        {
          "entryTs": 1735675800,
          "entryUtc": "2024-12-31T20:10:00.000Z",
          "exitTs": 1735772400,
          "dir": -1,
          "entryPrice": 2624.404,
          "exitPrice": 2625.048,
          "stopDistance": 1.789,
          "outcome": "time",
          "netR": -0.5668,
          "holdMinutes": 1610
        },
        {
          "entryTs": 1735779600,
          "entryUtc": "2025-01-02T01:00:00.000Z",
          "exitTs": 1735779960,
          "dir": 1,
          "entryPrice": 2625.185,
          "exitPrice": 2628.384,
          "stopDistance": 1.599,
          "outcome": "target",
          "netR": 1.7686,
          "holdMinutes": 6
        },
        {
          "entryTs": 1735786200,
          "entryUtc": "2025-01-02T02:50:00.000Z",
          "exitTs": 1735808460,
          "dir": 1,
          "entryPrice": 2632.648,
          "exitPrice": 2637.576,
          "stopDistance": 2.464,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 371
        },
        {
          "entryTs": 1735817100,
          "entryUtc": "2025-01-02T11:25:00.000Z",
          "exitTs": 1735823580,
          "dir": 1,
          "entryPrice": 2642.015,
          "exitPrice": 2639.149,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 108
        },
        {
          "entryTs": 1735852800,
          "entryUtc": "2025-01-02T21:20:00.000Z",
          "exitTs": 1735853580,
          "dir": 1,
          "entryPrice": 2658.348,
          "exitPrice": 2656.563,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 13
        },
        {
          "entryTs": 1736122200,
          "entryUtc": "2025-01-06T00:10:00.000Z",
          "exitTs": 1736122320,
          "dir": 1,
          "entryPrice": 2640.525,
          "exitPrice": 2638.981,
          "stopDistance": 1.544,
          "outcome": "stop",
          "netR": -1.2721,
          "holdMinutes": 2
        },
        {
          "entryTs": 1736128200,
          "entryUtc": "2025-01-06T01:50:00.000Z",
          "exitTs": 1736128800,
          "dir": 1,
          "entryPrice": 2642.905,
          "exitPrice": 2640.629,
          "stopDistance": 2.276,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 10
        },
        {
          "entryTs": 1736147400,
          "entryUtc": "2025-01-06T07:10:00.000Z",
          "exitTs": 1736148720,
          "dir": -1,
          "entryPrice": 2632.415,
          "exitPrice": 2627.96,
          "stopDistance": 2.228,
          "outcome": "target",
          "netR": 1.8339,
          "holdMinutes": 22
        },
        {
          "entryTs": 1736151900,
          "entryUtc": "2025-01-06T08:25:00.000Z",
          "exitTs": 1736153820,
          "dir": -1,
          "entryPrice": 2628.635,
          "exitPrice": 2631.258,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 32
        },
        {
          "entryTs": 1736165400,
          "entryUtc": "2025-01-06T12:10:00.000Z",
          "exitTs": 1736170380,
          "dir": 1,
          "entryPrice": 2643.835,
          "exitPrice": 2640.032,
          "stopDistance": 3.803,
          "outcome": "stop",
          "netR": -1.1104,
          "holdMinutes": 83
        },
        {
          "entryTs": 1736184000,
          "entryUtc": "2025-01-06T17:20:00.000Z",
          "exitTs": 1736187000,
          "dir": 1,
          "entryPrice": 2637.775,
          "exitPrice": 2633.9,
          "stopDistance": 3.875,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 50
        },
        {
          "entryTs": 1736199900,
          "entryUtc": "2025-01-06T21:45:00.000Z",
          "exitTs": 1736206200,
          "dir": 1,
          "entryPrice": 2635.905,
          "exitPrice": 2634.504,
          "stopDistance": 1.401,
          "outcome": "stop",
          "netR": -1.2999,
          "holdMinutes": 105
        },
        {
          "entryTs": 1736216100,
          "entryUtc": "2025-01-07T02:15:00.000Z",
          "exitTs": 1736227320,
          "dir": 1,
          "entryPrice": 2637.845,
          "exitPrice": 2642.142,
          "stopDistance": 2.148,
          "outcome": "target",
          "netR": 1.8278,
          "holdMinutes": 187
        },
        {
          "entryTs": 1736259300,
          "entryUtc": "2025-01-07T14:15:00.000Z",
          "exitTs": 1736262000,
          "dir": 1,
          "entryPrice": 2658.384,
          "exitPrice": 2654.488,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 45
        },
        {
          "entryTs": 1736348400,
          "entryUtc": "2025-01-08T15:00:00.000Z",
          "exitTs": 1736355120,
          "dir": 1,
          "entryPrice": 2661.084,
          "exitPrice": 2669.571,
          "stopDistance": 4.244,
          "outcome": "target",
          "netR": 1.9128,
          "holdMinutes": 112
        },
        {
          "entryTs": 1736361600,
          "entryUtc": "2025-01-08T18:40:00.000Z",
          "exitTs": 1736369280,
          "dir": -1,
          "entryPrice": 2657.155,
          "exitPrice": 2661.389,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 128
        },
        {
          "entryTs": 1736372100,
          "entryUtc": "2025-01-08T21:35:00.000Z",
          "exitTs": 1736382540,
          "dir": 1,
          "entryPrice": 2661.805,
          "exitPrice": 2659.604,
          "stopDistance": 2.201,
          "outcome": "stop",
          "netR": -1.1908,
          "holdMinutes": 174
        },
        {
          "entryTs": 1736408100,
          "entryUtc": "2025-01-09T07:35:00.000Z",
          "exitTs": 1736409420,
          "dir": 1,
          "entryPrice": 2664.274,
          "exitPrice": 2662.397,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2237,
          "holdMinutes": 22
        },
        {
          "entryTs": 1736481000,
          "entryUtc": "2025-01-10T03:50:00.000Z",
          "exitTs": 1736485200,
          "dir": 1,
          "entryPrice": 2673.078,
          "exitPrice": 2671.539,
          "stopDistance": 1.539,
          "outcome": "stop",
          "netR": -1.273,
          "holdMinutes": 70
        },
        {
          "entryTs": 1736493300,
          "entryUtc": "2025-01-10T07:15:00.000Z",
          "exitTs": 1736494920,
          "dir": 1,
          "entryPrice": 2675.895,
          "exitPrice": 2674.145,
          "stopDistance": 1.75,
          "outcome": "stop",
          "netR": -1.24,
          "holdMinutes": 27
        },
        {
          "entryTs": 1736544600,
          "entryUtc": "2025-01-10T21:30:00.000Z",
          "exitTs": 1736545500,
          "dir": 1,
          "entryPrice": 2690.418,
          "exitPrice": 2687.789,
          "stopDistance": 2.629,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 15
        },
        {
          "entryTs": 1736733000,
          "entryUtc": "2025-01-13T01:50:00.000Z",
          "exitTs": 1736733660,
          "dir": -1,
          "entryPrice": 2683.575,
          "exitPrice": 2686.597,
          "stopDistance": 3.022,
          "outcome": "stop",
          "netR": -1.139,
          "holdMinutes": 11
        },
        {
          "entryTs": 1736736000,
          "entryUtc": "2025-01-13T02:40:00.000Z",
          "exitTs": 1736743200,
          "dir": 1,
          "entryPrice": 2687.345,
          "exitPrice": 2684.448,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 120
        },
        {
          "entryTs": 1736751900,
          "entryUtc": "2025-01-13T07:05:00.000Z",
          "exitTs": 1736753220,
          "dir": 1,
          "entryPrice": 2689.225,
          "exitPrice": 2687.162,
          "stopDistance": 2.063,
          "outcome": "stop",
          "netR": -1.2036,
          "holdMinutes": 22
        },
        {
          "entryTs": 1736791800,
          "entryUtc": "2025-01-13T18:10:00.000Z",
          "exitTs": 1736809560,
          "dir": -1,
          "entryPrice": 2661.345,
          "exitPrice": 2664.059,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 296
        },
        {
          "entryTs": 1736818500,
          "entryUtc": "2025-01-14T01:35:00.000Z",
          "exitTs": 1736830500,
          "dir": 1,
          "entryPrice": 2669.335,
          "exitPrice": 2673.515,
          "stopDistance": 2.09,
          "outcome": "target",
          "netR": 1.823,
          "holdMinutes": 200
        },
        {
          "entryTs": 1736849100,
          "entryUtc": "2025-01-14T10:05:00.000Z",
          "exitTs": 1736857320,
          "dir": -1,
          "entryPrice": 2668.295,
          "exitPrice": 2670.942,
          "stopDistance": 2.647,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 137
        },
        {
          "entryTs": 1736869800,
          "entryUtc": "2025-01-14T15:50:00.000Z",
          "exitTs": 1736889600,
          "dir": 1,
          "entryPrice": 2668.789,
          "exitPrice": 2676.703,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 330
        },
        {
          "entryTs": 1737009900,
          "entryUtc": "2025-01-16T06:45:00.000Z",
          "exitTs": 1737011160,
          "dir": -1,
          "entryPrice": 2693.068,
          "exitPrice": 2695.1,
          "stopDistance": 2.032,
          "outcome": "stop",
          "netR": -1.2067,
          "holdMinutes": 21
        },
        {
          "entryTs": 1737024300,
          "entryUtc": "2025-01-16T10:45:00.000Z",
          "exitTs": 1737027300,
          "dir": 1,
          "entryPrice": 2705.948,
          "exitPrice": 2710.998,
          "stopDistance": 2.525,
          "outcome": "target",
          "netR": 1.8535,
          "holdMinutes": 50
        },
        {
          "entryTs": 1737050100,
          "entryUtc": "2025-01-16T17:55:00.000Z",
          "exitTs": 1737052080,
          "dir": 1,
          "entryPrice": 2721.169,
          "exitPrice": 2718.054,
          "stopDistance": 3.114,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 33
        },
        {
          "entryTs": 1737063900,
          "entryUtc": "2025-01-16T21:45:00.000Z",
          "exitTs": 1737074040,
          "dir": -1,
          "entryPrice": 2713.755,
          "exitPrice": 2715.5,
          "stopDistance": 1.745,
          "outcome": "stop",
          "netR": -1.2407,
          "holdMinutes": 169
        },
        {
          "entryTs": 1737078300,
          "entryUtc": "2025-01-17T01:45:00.000Z",
          "exitTs": 1737079200,
          "dir": -1,
          "entryPrice": 2712.555,
          "exitPrice": 2714.767,
          "stopDistance": 2.212,
          "outcome": "stop",
          "netR": -1.1899,
          "holdMinutes": 15
        },
        {
          "entryTs": 1737109800,
          "entryUtc": "2025-01-17T10:30:00.000Z",
          "exitTs": 1737115140,
          "dir": -1,
          "entryPrice": 2705.689,
          "exitPrice": 2707.855,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 89
        },
        {
          "entryTs": 1737119400,
          "entryUtc": "2025-01-17T13:10:00.000Z",
          "exitTs": 1737119760,
          "dir": 1,
          "entryPrice": 2708.739,
          "exitPrice": 2706.278,
          "stopDistance": 2.461,
          "outcome": "stop",
          "netR": -1.1707,
          "holdMinutes": 6
        },
        {
          "entryTs": 1737135900,
          "entryUtc": "2025-01-17T17:45:00.000Z",
          "exitTs": 1737138840,
          "dir": -1,
          "entryPrice": 2712.719,
          "exitPrice": 2707.481,
          "stopDistance": 2.619,
          "outcome": "target",
          "netR": 1.8587,
          "holdMinutes": 49
        },
        {
          "entryTs": 1737146400,
          "entryUtc": "2025-01-17T20:40:00.000Z",
          "exitTs": 1737148260,
          "dir": -1,
          "entryPrice": 2703.645,
          "exitPrice": 2699.158,
          "stopDistance": 2.243,
          "outcome": "target",
          "netR": 1.8351,
          "holdMinutes": 31
        },
        {
          "entryTs": 1737149400,
          "entryUtc": "2025-01-17T21:30:00.000Z",
          "exitTs": 1737327900,
          "dir": -1,
          "entryPrice": 2701.835,
          "exitPrice": 2700.715,
          "stopDistance": 2.028,
          "outcome": "time",
          "netR": 0.3697,
          "holdMinutes": 2975
        },
        {
          "entryTs": 1737336600,
          "entryUtc": "2025-01-20T01:30:00.000Z",
          "exitTs": 1737338940,
          "dir": -1,
          "entryPrice": 2692.955,
          "exitPrice": 2695.724,
          "stopDistance": 2.769,
          "outcome": "stop",
          "netR": -1.1517,
          "holdMinutes": 39
        },
        {
          "entryTs": 1737384300,
          "entryUtc": "2025-01-20T14:45:00.000Z",
          "exitTs": 1737390240,
          "dir": 1,
          "entryPrice": 2708.775,
          "exitPrice": 2704.541,
          "stopDistance": 4.234,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 99
        },
        {
          "entryTs": 1737437100,
          "entryUtc": "2025-01-21T05:25:00.000Z",
          "exitTs": 1737441300,
          "dir": 1,
          "entryPrice": 2726.385,
          "exitPrice": 2723.98,
          "stopDistance": 2.405,
          "outcome": "stop",
          "netR": -1.1746,
          "holdMinutes": 70
        },
        {
          "entryTs": 1737513600,
          "entryUtc": "2025-01-22T02:40:00.000Z",
          "exitTs": 1737520200,
          "dir": 1,
          "entryPrice": 2747.825,
          "exitPrice": 2751.927,
          "stopDistance": 2.051,
          "outcome": "target",
          "netR": 1.8196,
          "holdMinutes": 110
        },
        {
          "entryTs": 1737522600,
          "entryUtc": "2025-01-22T05:10:00.000Z",
          "exitTs": 1737524100,
          "dir": 1,
          "entryPrice": 2750.718,
          "exitPrice": 2754.052,
          "stopDistance": 1.667,
          "outcome": "target",
          "netR": 1.7781,
          "holdMinutes": 25
        },
        {
          "entryTs": 1737572100,
          "entryUtc": "2025-01-22T18:55:00.000Z",
          "exitTs": 1737573660,
          "dir": 1,
          "entryPrice": 2757.595,
          "exitPrice": 2755.5,
          "stopDistance": 2.095,
          "outcome": "stop",
          "netR": -1.2005,
          "holdMinutes": 26
        },
        {
          "entryTs": 1737576900,
          "entryUtc": "2025-01-22T20:15:00.000Z",
          "exitTs": 1737590640,
          "dir": -1,
          "entryPrice": 2756.075,
          "exitPrice": 2753.217,
          "stopDistance": 1.429,
          "outcome": "target",
          "netR": 1.7411,
          "holdMinutes": 229
        },
        {
          "entryTs": 1737605100,
          "entryUtc": "2025-01-23T04:05:00.000Z",
          "exitTs": 1737605700,
          "dir": -1,
          "entryPrice": 2750.905,
          "exitPrice": 2752.467,
          "stopDistance": 1.562,
          "outcome": "stop",
          "netR": -1.2688,
          "holdMinutes": 10
        },
        {
          "entryTs": 1737607500,
          "entryUtc": "2025-01-23T04:45:00.000Z",
          "exitTs": 1737613320,
          "dir": 1,
          "entryPrice": 2751.985,
          "exitPrice": 2754.675,
          "stopDistance": 1.345,
          "outcome": "target",
          "netR": 1.7249,
          "holdMinutes": 97
        },
        {
          "entryTs": 1737626100,
          "entryUtc": "2025-01-23T09:55:00.000Z",
          "exitTs": 1737628560,
          "dir": -1,
          "entryPrice": 2745.665,
          "exitPrice": 2748.304,
          "stopDistance": 2.639,
          "outcome": "stop",
          "netR": -1.1591,
          "holdMinutes": 41
        },
        {
          "entryTs": 1737655500,
          "entryUtc": "2025-01-23T18:05:00.000Z",
          "exitTs": 1737662400,
          "dir": 1,
          "entryPrice": 2756.135,
          "exitPrice": 2753.251,
          "stopDistance": 2.884,
          "outcome": "stop",
          "netR": -1.1456,
          "holdMinutes": 115
        },
        {
          "entryTs": 1737666000,
          "entryUtc": "2025-01-23T21:00:00.000Z",
          "exitTs": 1737677640,
          "dir": -1,
          "entryPrice": 2753.728,
          "exitPrice": 2755.883,
          "stopDistance": 2.155,
          "outcome": "stop",
          "netR": -1.1949,
          "holdMinutes": 194
        },
        {
          "entryTs": 1737682200,
          "entryUtc": "2025-01-24T01:30:00.000Z",
          "exitTs": 1737684000,
          "dir": 1,
          "entryPrice": 2759.655,
          "exitPrice": 2763.322,
          "stopDistance": 1.834,
          "outcome": "target",
          "netR": 1.7982,
          "holdMinutes": 30
        },
        {
          "entryTs": 1737689100,
          "entryUtc": "2025-01-24T03:25:00.000Z",
          "exitTs": 1737699180,
          "dir": 1,
          "entryPrice": 2771.928,
          "exitPrice": 2778.038,
          "stopDistance": 3.055,
          "outcome": "target",
          "netR": 1.8789,
          "holdMinutes": 168
        },
        {
          "entryTs": 1737701100,
          "entryUtc": "2025-01-24T06:45:00.000Z",
          "exitTs": 1737702540,
          "dir": 1,
          "entryPrice": 2775.515,
          "exitPrice": 2773.037,
          "stopDistance": 2.478,
          "outcome": "stop",
          "netR": -1.1695,
          "holdMinutes": 24
        },
        {
          "entryTs": 1737733500,
          "entryUtc": "2025-01-24T15:45:00.000Z",
          "exitTs": 1737734040,
          "dir": 1,
          "entryPrice": 2781.765,
          "exitPrice": 2777.925,
          "stopDistance": 3.84,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 9
        },
        {
          "entryTs": 1737736500,
          "entryUtc": "2025-01-24T16:35:00.000Z",
          "exitTs": 1737932400,
          "dir": -1,
          "entryPrice": 2776.555,
          "exitPrice": 2769.215,
          "stopDistance": 3.67,
          "outcome": "target",
          "netR": 1.8992,
          "holdMinutes": 3265
        },
        {
          "entryTs": 1737947700,
          "entryUtc": "2025-01-27T03:15:00.000Z",
          "exitTs": 1737948300,
          "dir": -1,
          "entryPrice": 2758.575,
          "exitPrice": 2761.779,
          "stopDistance": 3.204,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 10
        },
        {
          "entryTs": 1737999300,
          "entryUtc": "2025-01-27T17:35:00.000Z",
          "exitTs": 1738005360,
          "dir": -1,
          "entryPrice": 2735.815,
          "exitPrice": 2739.725,
          "stopDistance": 3.91,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 101
        },
        {
          "entryTs": 1738014000,
          "entryUtc": "2025-01-27T21:40:00.000Z",
          "exitTs": 1738014960,
          "dir": 1,
          "entryPrice": 2742.035,
          "exitPrice": 2740.243,
          "stopDistance": 1.792,
          "outcome": "stop",
          "netR": -1.2344,
          "holdMinutes": 16
        },
        {
          "entryTs": 1738033800,
          "entryUtc": "2025-01-28T03:10:00.000Z",
          "exitTs": 1738040400,
          "dir": -1,
          "entryPrice": 2740.345,
          "exitPrice": 2742.723,
          "stopDistance": 2.378,
          "outcome": "stop",
          "netR": -1.1766,
          "holdMinutes": 110
        },
        {
          "entryTs": 1738043100,
          "entryUtc": "2025-01-28T05:45:00.000Z",
          "exitTs": 1738045920,
          "dir": 1,
          "entryPrice": 2741.605,
          "exitPrice": 2739.877,
          "stopDistance": 1.728,
          "outcome": "stop",
          "netR": -1.2431,
          "holdMinutes": 47
        },
        {
          "entryTs": 1738080000,
          "entryUtc": "2025-01-28T16:00:00.000Z",
          "exitTs": 1738087680,
          "dir": 1,
          "entryPrice": 2755.148,
          "exitPrice": 2760.716,
          "stopDistance": 2.784,
          "outcome": "target",
          "netR": 1.8671,
          "holdMinutes": 128
        },
        {
          "entryTs": 1738095600,
          "entryUtc": "2025-01-28T20:20:00.000Z",
          "exitTs": 1738096080,
          "dir": 1,
          "entryPrice": 2763.865,
          "exitPrice": 2762.317,
          "stopDistance": 1.548,
          "outcome": "stop",
          "netR": -1.2714,
          "holdMinutes": 8
        },
        {
          "entryTs": 1738150500,
          "entryUtc": "2025-01-29T11:35:00.000Z",
          "exitTs": 1738156620,
          "dir": -1,
          "entryPrice": 2759.035,
          "exitPrice": 2755.314,
          "stopDistance": 1.86,
          "outcome": "target",
          "netR": 1.8011,
          "holdMinutes": 102
        },
        {
          "entryTs": 1738184100,
          "entryUtc": "2025-01-29T20:55:00.000Z",
          "exitTs": 1738214100,
          "dir": 1,
          "entryPrice": 2755.005,
          "exitPrice": 2760.315,
          "stopDistance": 4.24,
          "outcome": "time",
          "netR": 1.1651,
          "holdMinutes": 500
        },
        {
          "entryTs": 1738229100,
          "entryUtc": "2025-01-30T09:25:00.000Z",
          "exitTs": 1738232100,
          "dir": 1,
          "entryPrice": 2771.905,
          "exitPrice": 2777.037,
          "stopDistance": 2.566,
          "outcome": "target",
          "netR": 1.8558,
          "holdMinutes": 50
        },
        {
          "entryTs": 1738234500,
          "entryUtc": "2025-01-30T10:55:00.000Z",
          "exitTs": 1738242060,
          "dir": 1,
          "entryPrice": 2777.225,
          "exitPrice": 2781.494,
          "stopDistance": 2.135,
          "outcome": "target",
          "netR": 1.8267,
          "holdMinutes": 126
        },
        {
          "entryTs": 1738254300,
          "entryUtc": "2025-01-30T16:25:00.000Z",
          "exitTs": 1738284300,
          "dir": 1,
          "entryPrice": 2792.175,
          "exitPrice": 2795.745,
          "stopDistance": 4.032,
          "outcome": "time",
          "netR": 0.7937,
          "holdMinutes": 500
        },
        {
          "entryTs": 1738298700,
          "entryUtc": "2025-01-31T04:45:00.000Z",
          "exitTs": 1738306500,
          "dir": -1,
          "entryPrice": 2795.665,
          "exitPrice": 2793.073,
          "stopDistance": 1.296,
          "outcome": "target",
          "netR": 1.7145,
          "holdMinutes": 130
        },
        {
          "entryTs": 1738314900,
          "entryUtc": "2025-01-31T09:15:00.000Z",
          "exitTs": 1738323360,
          "dir": -1,
          "entryPrice": 2794.608,
          "exitPrice": 2797.168,
          "stopDistance": 2.56,
          "outcome": "stop",
          "netR": -1.1641,
          "holdMinutes": 141
        },
        {
          "entryTs": 1738328700,
          "entryUtc": "2025-01-31T13:05:00.000Z",
          "exitTs": 1738335420,
          "dir": 1,
          "entryPrice": 2804.685,
          "exitPrice": 2810.148,
          "stopDistance": 2.732,
          "outcome": "target",
          "netR": 1.8645,
          "holdMinutes": 112
        },
        {
          "entryTs": 1738565100,
          "entryUtc": "2025-02-03T06:45:00.000Z",
          "exitTs": 1738570260,
          "dir": 1,
          "entryPrice": 2784.885,
          "exitPrice": 2790.32,
          "stopDistance": 2.717,
          "outcome": "target",
          "netR": 1.8638,
          "holdMinutes": 86
        },
        {
          "entryTs": 1738576800,
          "entryUtc": "2025-02-03T10:00:00.000Z",
          "exitTs": 1738578900,
          "dir": 1,
          "entryPrice": 2796.198,
          "exitPrice": 2792.967,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 35
        },
        {
          "entryTs": 1738582200,
          "entryUtc": "2025-02-03T11:30:00.000Z",
          "exitTs": 1738585980,
          "dir": 1,
          "entryPrice": 2798.475,
          "exitPrice": 2804.698,
          "stopDistance": 3.111,
          "outcome": "target",
          "netR": 1.8811,
          "holdMinutes": 63
        },
        {
          "entryTs": 1738635600,
          "entryUtc": "2025-02-04T02:20:00.000Z",
          "exitTs": 1738635720,
          "dir": 1,
          "entryPrice": 2821.295,
          "exitPrice": 2819.053,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1873,
          "holdMinutes": 2
        },
        {
          "entryTs": 1738652100,
          "entryUtc": "2025-02-04T06:55:00.000Z",
          "exitTs": 1738653900,
          "dir": -1,
          "entryPrice": 2813.275,
          "exitPrice": 2808.827,
          "stopDistance": 2.224,
          "outcome": "target",
          "netR": 1.8336,
          "holdMinutes": 30
        },
        {
          "entryTs": 1738663800,
          "entryUtc": "2025-02-04T10:10:00.000Z",
          "exitTs": 1738665060,
          "dir": 1,
          "entryPrice": 2817.375,
          "exitPrice": 2814.225,
          "stopDistance": 3.15,
          "outcome": "stop",
          "netR": -1.1333,
          "holdMinutes": 21
        },
        {
          "entryTs": 1738723200,
          "entryUtc": "2025-02-05T02:40:00.000Z",
          "exitTs": 1738728660,
          "dir": 1,
          "entryPrice": 2847.735,
          "exitPrice": 2854.319,
          "stopDistance": 3.292,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 91
        },
        {
          "entryTs": 1738731900,
          "entryUtc": "2025-02-05T05:05:00.000Z",
          "exitTs": 1738734480,
          "dir": 1,
          "entryPrice": 2854.375,
          "exitPrice": 2859.178,
          "stopDistance": 2.402,
          "outcome": "target",
          "netR": 1.8459,
          "holdMinutes": 43
        },
        {
          "entryTs": 1738764900,
          "entryUtc": "2025-02-05T14:15:00.000Z",
          "exitTs": 1738765980,
          "dir": -1,
          "entryPrice": 2864.545,
          "exitPrice": 2868.625,
          "stopDistance": 4.08,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 18
        },
        {
          "entryTs": 1738787700,
          "entryUtc": "2025-02-05T20:35:00.000Z",
          "exitTs": 1738798080,
          "dir": -1,
          "entryPrice": 2865.425,
          "exitPrice": 2868.501,
          "stopDistance": 3.076,
          "outcome": "stop",
          "netR": -1.1365,
          "holdMinutes": 173
        },
        {
          "entryTs": 1738873800,
          "entryUtc": "2025-02-06T20:30:00.000Z",
          "exitTs": 1738885200,
          "dir": 1,
          "entryPrice": 2854.215,
          "exitPrice": 2858.546,
          "stopDistance": 2.165,
          "outcome": "target",
          "netR": 1.8291,
          "holdMinutes": 190
        },
        {
          "entryTs": 1738944000,
          "entryUtc": "2025-02-07T16:00:00.000Z",
          "exitTs": 1738944120,
          "dir": 1,
          "entryPrice": 2880.235,
          "exitPrice": 2874.454,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 2
        },
        {
          "entryTs": 1738951500,
          "entryUtc": "2025-02-07T18:05:00.000Z",
          "exitTs": 1739142000,
          "dir": -1,
          "entryPrice": 2861.665,
          "exitPrice": 2855.698,
          "stopDistance": 5.558,
          "outcome": "time",
          "netR": 1.007,
          "holdMinutes": 3175
        },
        {
          "entryTs": 1739166000,
          "entryUtc": "2025-02-10T05:40:00.000Z",
          "exitTs": 1739167560,
          "dir": 1,
          "entryPrice": 2877.665,
          "exitPrice": 2881.698,
          "stopDistance": 2.017,
          "outcome": "target",
          "netR": 1.8165,
          "holdMinutes": 26
        },
        {
          "entryTs": 1739244600,
          "entryUtc": "2025-02-11T03:30:00.000Z",
          "exitTs": 1739264400,
          "dir": -1,
          "entryPrice": 2922.015,
          "exitPrice": 2906.691,
          "stopDistance": 7.662,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 330
        },
        {
          "entryTs": 1739292000,
          "entryUtc": "2025-02-11T16:40:00.000Z",
          "exitTs": 1739293380,
          "dir": 1,
          "entryPrice": 2904.325,
          "exitPrice": 2899.812,
          "stopDistance": 4.513,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 23
        },
        {
          "entryTs": 1739307300,
          "entryUtc": "2025-02-11T20:55:00.000Z",
          "exitTs": 1739317440,
          "dir": -1,
          "entryPrice": 2897.795,
          "exitPrice": 2900.087,
          "stopDistance": 2.292,
          "outcome": "stop",
          "netR": -1.1833,
          "holdMinutes": 169
        },
        {
          "entryTs": 1739334600,
          "entryUtc": "2025-02-12T04:30:00.000Z",
          "exitTs": 1739337900,
          "dir": -1,
          "entryPrice": 2889.415,
          "exitPrice": 2883.634,
          "stopDistance": 2.891,
          "outcome": "target",
          "netR": 1.872,
          "holdMinutes": 55
        },
        {
          "entryTs": 1739338500,
          "entryUtc": "2025-02-12T05:35:00.000Z",
          "exitTs": 1739340600,
          "dir": -1,
          "entryPrice": 2886.175,
          "exitPrice": 2889.124,
          "stopDistance": 2.949,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 35
        },
        {
          "entryTs": 1739360100,
          "entryUtc": "2025-02-12T11:35:00.000Z",
          "exitTs": 1739366040,
          "dir": -1,
          "entryPrice": 2883.765,
          "exitPrice": 2876.526,
          "stopDistance": 3.62,
          "outcome": "target",
          "netR": 1.8978,
          "holdMinutes": 99
        },
        {
          "entryTs": 1739372100,
          "entryUtc": "2025-02-12T14:55:00.000Z",
          "exitTs": 1739379360,
          "dir": 1,
          "entryPrice": 2890.625,
          "exitPrice": 2903.776,
          "stopDistance": 6.576,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 121
        },
        {
          "entryTs": 1739382300,
          "entryUtc": "2025-02-12T17:45:00.000Z",
          "exitTs": 1739387220,
          "dir": 1,
          "entryPrice": 2902.585,
          "exitPrice": 2898.247,
          "stopDistance": 4.338,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 82
        },
        {
          "entryTs": 1739402700,
          "entryUtc": "2025-02-12T23:25:00.000Z",
          "exitTs": 1739403060,
          "dir": 1,
          "entryPrice": 2903.135,
          "exitPrice": 2901.43,
          "stopDistance": 1.705,
          "outcome": "stop",
          "netR": -1.2463,
          "holdMinutes": 6
        },
        {
          "entryTs": 1739456400,
          "entryUtc": "2025-02-13T14:20:00.000Z",
          "exitTs": 1739458200,
          "dir": -1,
          "entryPrice": 2912.145,
          "exitPrice": 2916.813,
          "stopDistance": 4.668,
          "outcome": "stop",
          "netR": -1.09,
          "holdMinutes": 30
        },
        {
          "entryTs": 1739559900,
          "entryUtc": "2025-02-14T19:05:00.000Z",
          "exitTs": 1739565600,
          "dir": -1,
          "entryPrice": 2884.895,
          "exitPrice": 2877.449,
          "stopDistance": 3.723,
          "outcome": "target",
          "netR": 1.9006,
          "holdMinutes": 95
        },
        {
          "entryTs": 1739774700,
          "entryUtc": "2025-02-17T06:45:00.000Z",
          "exitTs": 1739776260,
          "dir": -1,
          "entryPrice": 2895.785,
          "exitPrice": 2899.554,
          "stopDistance": 3.769,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 26
        },
        {
          "entryTs": 1739787000,
          "entryUtc": "2025-02-17T10:10:00.000Z",
          "exitTs": 1739787960,
          "dir": 1,
          "entryPrice": 2901.985,
          "exitPrice": 2899.247,
          "stopDistance": 2.738,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 16
        },
        {
          "entryTs": 1739838300,
          "entryUtc": "2025-02-18T00:25:00.000Z",
          "exitTs": 1739840520,
          "dir": 1,
          "entryPrice": 2898.675,
          "exitPrice": 2897.659,
          "stopDistance": 1.016,
          "outcome": "stop",
          "netR": -1.4133,
          "holdMinutes": 37
        },
        {
          "entryTs": 1739850900,
          "entryUtc": "2025-02-18T03:55:00.000Z",
          "exitTs": 1739854920,
          "dir": 1,
          "entryPrice": 2906.945,
          "exitPrice": 2912.525,
          "stopDistance": 2.79,
          "outcome": "target",
          "netR": 1.8674,
          "holdMinutes": 67
        },
        {
          "entryTs": 1739892900,
          "entryUtc": "2025-02-18T15:35:00.000Z",
          "exitTs": 1739896860,
          "dir": 1,
          "entryPrice": 2923.885,
          "exitPrice": 2931.117,
          "stopDistance": 3.616,
          "outcome": "target",
          "netR": 1.8977,
          "holdMinutes": 66
        },
        {
          "entryTs": 1739936700,
          "entryUtc": "2025-02-19T03:45:00.000Z",
          "exitTs": 1739944320,
          "dir": -1,
          "entryPrice": 2929.495,
          "exitPrice": 2932.673,
          "stopDistance": 3.178,
          "outcome": "stop",
          "netR": -1.1321,
          "holdMinutes": 127
        },
        {
          "entryTs": 1739946900,
          "entryUtc": "2025-02-19T06:35:00.000Z",
          "exitTs": 1739947860,
          "dir": 1,
          "entryPrice": 2933.125,
          "exitPrice": 2930.715,
          "stopDistance": 2.41,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 16
        },
        {
          "entryTs": 1740000600,
          "entryUtc": "2025-02-19T21:30:00.000Z",
          "exitTs": 1740010080,
          "dir": 1,
          "entryPrice": 2933.995,
          "exitPrice": 2938.962,
          "stopDistance": 2.483,
          "outcome": "target",
          "netR": 1.851,
          "holdMinutes": 158
        },
        {
          "entryTs": 1740022800,
          "entryUtc": "2025-02-20T03:40:00.000Z",
          "exitTs": 1740027060,
          "dir": 1,
          "entryPrice": 2941.715,
          "exitPrice": 2939.165,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 71
        },
        {
          "entryTs": 1740053400,
          "entryUtc": "2025-02-20T12:10:00.000Z",
          "exitTs": 1740054180,
          "dir": -1,
          "entryPrice": 2950.345,
          "exitPrice": 2945.262,
          "stopDistance": 2.541,
          "outcome": "target",
          "netR": 1.8544,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740071100,
          "entryUtc": "2025-02-20T17:05:00.000Z",
          "exitTs": 1740080100,
          "dir": 1,
          "entryPrice": 2941.505,
          "exitPrice": 2937.173,
          "stopDistance": 4.332,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 150
        },
        {
          "entryTs": 1740088200,
          "entryUtc": "2025-02-20T21:50:00.000Z",
          "exitTs": 1740095220,
          "dir": 1,
          "entryPrice": 2938.835,
          "exitPrice": 2942.465,
          "stopDistance": 1.815,
          "outcome": "target",
          "netR": 1.7961,
          "holdMinutes": 117
        },
        {
          "entryTs": 1740112500,
          "entryUtc": "2025-02-21T04:35:00.000Z",
          "exitTs": 1740114720,
          "dir": -1,
          "entryPrice": 2931.965,
          "exitPrice": 2925.287,
          "stopDistance": 3.339,
          "outcome": "target",
          "netR": 1.8892,
          "holdMinutes": 37
        },
        {
          "entryTs": 1740116100,
          "entryUtc": "2025-02-21T05:35:00.000Z",
          "exitTs": 1740116820,
          "dir": -1,
          "entryPrice": 2928.585,
          "exitPrice": 2932.13,
          "stopDistance": 3.546,
          "outcome": "stop",
          "netR": -1.1185,
          "holdMinutes": 12
        },
        {
          "entryTs": 1740361200,
          "entryUtc": "2025-02-24T01:40:00.000Z",
          "exitTs": 1740364260,
          "dir": -1,
          "entryPrice": 2929.845,
          "exitPrice": 2933.624,
          "stopDistance": 3.779,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 51
        },
        {
          "entryTs": 1740369300,
          "entryUtc": "2025-02-24T03:55:00.000Z",
          "exitTs": 1740376560,
          "dir": 1,
          "entryPrice": 2939.645,
          "exitPrice": 2936.322,
          "stopDistance": 3.323,
          "outcome": "stop",
          "netR": -1.1264,
          "holdMinutes": 121
        },
        {
          "entryTs": 1740401100,
          "entryUtc": "2025-02-24T12:45:00.000Z",
          "exitTs": 1740404340,
          "dir": 1,
          "entryPrice": 2945.605,
          "exitPrice": 2951.38,
          "stopDistance": 2.887,
          "outcome": "target",
          "netR": 1.8719,
          "holdMinutes": 54
        },
        {
          "entryTs": 1740445200,
          "entryUtc": "2025-02-25T01:00:00.000Z",
          "exitTs": 1740445620,
          "dir": -1,
          "entryPrice": 2949.475,
          "exitPrice": 2951.222,
          "stopDistance": 1.747,
          "outcome": "stop",
          "netR": -1.2404,
          "holdMinutes": 7
        },
        {
          "entryTs": 1740460500,
          "entryUtc": "2025-02-25T05:15:00.000Z",
          "exitTs": 1740466020,
          "dir": -1,
          "entryPrice": 2938.815,
          "exitPrice": 2933.908,
          "stopDistance": 2.453,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 92
        },
        {
          "entryTs": 1740494700,
          "entryUtc": "2025-02-25T14:45:00.000Z",
          "exitTs": 1740495480,
          "dir": 1,
          "entryPrice": 2938.445,
          "exitPrice": 2934.151,
          "stopDistance": 4.294,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 13
        },
        {
          "entryTs": 1740504300,
          "entryUtc": "2025-02-25T17:25:00.000Z",
          "exitTs": 1740505620,
          "dir": -1,
          "entryPrice": 2898.125,
          "exitPrice": 2904.276,
          "stopDistance": 6.151,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 22
        },
        {
          "entryTs": 1740510900,
          "entryUtc": "2025-02-25T19:15:00.000Z",
          "exitTs": 1740517740,
          "dir": 1,
          "entryPrice": 2907.645,
          "exitPrice": 2915.156,
          "stopDistance": 3.756,
          "outcome": "target",
          "netR": 1.9015,
          "holdMinutes": 114
        },
        {
          "entryTs": 1740519900,
          "entryUtc": "2025-02-25T21:45:00.000Z",
          "exitTs": 1740527700,
          "dir": 1,
          "entryPrice": 2913.975,
          "exitPrice": 2918.772,
          "stopDistance": 2.399,
          "outcome": "target",
          "netR": 1.8457,
          "holdMinutes": 130
        },
        {
          "entryTs": 1740531600,
          "entryUtc": "2025-02-26T01:00:00.000Z",
          "exitTs": 1740532980,
          "dir": 1,
          "entryPrice": 2923.335,
          "exitPrice": 2928.664,
          "stopDistance": 2.665,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 23
        },
        {
          "entryTs": 1740546300,
          "entryUtc": "2025-02-26T05:05:00.000Z",
          "exitTs": 1740547440,
          "dir": -1,
          "entryPrice": 2915.595,
          "exitPrice": 2918.057,
          "stopDistance": 2.462,
          "outcome": "stop",
          "netR": -1.1706,
          "holdMinutes": 19
        },
        {
          "entryTs": 1740558000,
          "entryUtc": "2025-02-26T08:20:00.000Z",
          "exitTs": 1740558360,
          "dir": 1,
          "entryPrice": 2913.035,
          "exitPrice": 2909.705,
          "stopDistance": 3.33,
          "outcome": "stop",
          "netR": -1.1261,
          "holdMinutes": 6
        },
        {
          "entryTs": 1740595200,
          "entryUtc": "2025-02-26T18:40:00.000Z",
          "exitTs": 1740613380,
          "dir": 1,
          "entryPrice": 2914.175,
          "exitPrice": 2920.22,
          "stopDistance": 3.023,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 303
        },
        {
          "entryTs": 1740614700,
          "entryUtc": "2025-02-27T00:05:00.000Z",
          "exitTs": 1740616740,
          "dir": 1,
          "entryPrice": 2918.045,
          "exitPrice": 2916.437,
          "stopDistance": 1.608,
          "outcome": "stop",
          "netR": -1.2612,
          "holdMinutes": 34
        },
        {
          "entryTs": 1740636600,
          "entryUtc": "2025-02-27T06:10:00.000Z",
          "exitTs": 1740643740,
          "dir": -1,
          "entryPrice": 2894.795,
          "exitPrice": 2886.958,
          "stopDistance": 3.919,
          "outcome": "target",
          "netR": 1.9056,
          "holdMinutes": 119
        },
        {
          "entryTs": 1740658800,
          "entryUtc": "2025-02-27T12:20:00.000Z",
          "exitTs": 1740662460,
          "dir": -1,
          "entryPrice": 2887.165,
          "exitPrice": 2890.82,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 61
        },
        {
          "entryTs": 1740684300,
          "entryUtc": "2025-02-27T19:25:00.000Z",
          "exitTs": 1740684600,
          "dir": 1,
          "entryPrice": 2884.638,
          "exitPrice": 2881.75,
          "stopDistance": 2.888,
          "outcome": "stop",
          "netR": -1.1454,
          "holdMinutes": 5
        },
        {
          "entryTs": 1740717900,
          "entryUtc": "2025-02-28T04:45:00.000Z",
          "exitTs": 1740730680,
          "dir": -1,
          "entryPrice": 2862.855,
          "exitPrice": 2854.173,
          "stopDistance": 4.341,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 213
        },
        {
          "entryTs": 1740738600,
          "entryUtc": "2025-02-28T10:30:00.000Z",
          "exitTs": 1740746160,
          "dir": 1,
          "entryPrice": 2861.195,
          "exitPrice": 2858.151,
          "stopDistance": 3.044,
          "outcome": "stop",
          "netR": -1.138,
          "holdMinutes": 126
        },
        {
          "entryTs": 1740756300,
          "entryUtc": "2025-02-28T15:25:00.000Z",
          "exitTs": 1740757800,
          "dir": -1,
          "entryPrice": 2839.735,
          "exitPrice": 2845.249,
          "stopDistance": 5.514,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 25
        },
        {
          "entryTs": 1740978300,
          "entryUtc": "2025-03-03T05:05:00.000Z",
          "exitTs": 1740979920,
          "dir": 1,
          "entryPrice": 2866.195,
          "exitPrice": 2864.154,
          "stopDistance": 2.041,
          "outcome": "stop",
          "netR": -1.2058,
          "holdMinutes": 27
        },
        {
          "entryTs": 1740994800,
          "entryUtc": "2025-03-03T09:40:00.000Z",
          "exitTs": 1740995040,
          "dir": 1,
          "entryPrice": 2867.905,
          "exitPrice": 2864.915,
          "stopDistance": 2.99,
          "outcome": "stop",
          "netR": -1.1404,
          "holdMinutes": 4
        },
        {
          "entryTs": 1741033200,
          "entryUtc": "2025-03-03T20:20:00.000Z",
          "exitTs": 1741035120,
          "dir": -1,
          "entryPrice": 2885.205,
          "exitPrice": 2888.969,
          "stopDistance": 3.764,
          "outcome": "stop",
          "netR": -1.1116,
          "holdMinutes": 32
        },
        {
          "entryTs": 1741043400,
          "entryUtc": "2025-03-03T23:10:00.000Z",
          "exitTs": 1741050360,
          "dir": 1,
          "entryPrice": 2891.548,
          "exitPrice": 2888.743,
          "stopDistance": 2.805,
          "outcome": "stop",
          "netR": -1.1497,
          "holdMinutes": 116
        },
        {
          "entryTs": 1741228200,
          "entryUtc": "2025-03-06T02:30:00.000Z",
          "exitTs": 1741232340,
          "dir": 1,
          "entryPrice": 2923.195,
          "exitPrice": 2921.089,
          "stopDistance": 2.106,
          "outcome": "stop",
          "netR": -1.1994,
          "holdMinutes": 69
        },
        {
          "entryTs": 1741256400,
          "entryUtc": "2025-03-06T10:20:00.000Z",
          "exitTs": 1741257360,
          "dir": -1,
          "entryPrice": 2897.085,
          "exitPrice": 2901.522,
          "stopDistance": 4.437,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 16
        },
        {
          "entryTs": 1741290600,
          "entryUtc": "2025-03-06T19:50:00.000Z",
          "exitTs": 1741294680,
          "dir": -1,
          "entryPrice": 2915.448,
          "exitPrice": 2909.071,
          "stopDistance": 3.189,
          "outcome": "target",
          "netR": 1.884,
          "holdMinutes": 68
        },
        {
          "entryTs": 1741298100,
          "entryUtc": "2025-03-06T21:55:00.000Z",
          "exitTs": 1741306020,
          "dir": -1,
          "entryPrice": 2911.355,
          "exitPrice": 2906.748,
          "stopDistance": 2.303,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 132
        },
        {
          "entryTs": 1741327200,
          "entryUtc": "2025-03-07T06:00:00.000Z",
          "exitTs": 1741329180,
          "dir": 1,
          "entryPrice": 2909.275,
          "exitPrice": 2913.722,
          "stopDistance": 2.224,
          "outcome": "target",
          "netR": 1.8336,
          "holdMinutes": 33
        },
        {
          "entryTs": 1741332600,
          "entryUtc": "2025-03-07T07:30:00.000Z",
          "exitTs": 1741333920,
          "dir": 1,
          "entryPrice": 2911.795,
          "exitPrice": 2916.913,
          "stopDistance": 2.559,
          "outcome": "target",
          "netR": 1.8554,
          "holdMinutes": 22
        },
        {
          "entryTs": 1741361400,
          "entryUtc": "2025-03-07T15:30:00.000Z",
          "exitTs": 1741361880,
          "dir": 1,
          "entryPrice": 2924.695,
          "exitPrice": 2918.787,
          "stopDistance": 5.908,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 8
        },
        {
          "entryTs": 1741364400,
          "entryUtc": "2025-03-07T16:20:00.000Z",
          "exitTs": 1741367940,
          "dir": -1,
          "entryPrice": 2918.505,
          "exitPrice": 2905.781,
          "stopDistance": 6.362,
          "outcome": "target",
          "netR": 1.9418,
          "holdMinutes": 59
        },
        {
          "entryTs": 1741632000,
          "entryUtc": "2025-03-10T18:40:00.000Z",
          "exitTs": 1741658940,
          "dir": -1,
          "entryPrice": 2886.575,
          "exitPrice": 2891.097,
          "stopDistance": 4.522,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 449
        },
        {
          "entryTs": 1741663800,
          "entryUtc": "2025-03-11T03:30:00.000Z",
          "exitTs": 1741672560,
          "dir": 1,
          "entryPrice": 2895.578,
          "exitPrice": 2892.629,
          "stopDistance": 2.949,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 146
        },
        {
          "entryTs": 1741701900,
          "entryUtc": "2025-03-11T14:05:00.000Z",
          "exitTs": 1741731900,
          "dir": 1,
          "entryPrice": 2915.548,
          "exitPrice": 2916.815,
          "stopDistance": 4.258,
          "outcome": "time",
          "netR": 0.2106,
          "holdMinutes": 500
        },
        {
          "entryTs": 1741739700,
          "entryUtc": "2025-03-12T00:35:00.000Z",
          "exitTs": 1741741860,
          "dir": -1,
          "entryPrice": 2914.295,
          "exitPrice": 2911.148,
          "stopDistance": 1.573,
          "outcome": "target",
          "netR": 1.7649,
          "holdMinutes": 36
        },
        {
          "entryTs": 1741785000,
          "entryUtc": "2025-03-12T13:10:00.000Z",
          "exitTs": 1741785420,
          "dir": 1,
          "entryPrice": 2916.505,
          "exitPrice": 2912.531,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 7
        },
        {
          "entryTs": 1741802100,
          "entryUtc": "2025-03-12T17:55:00.000Z",
          "exitTs": 1741803540,
          "dir": 1,
          "entryPrice": 2937.448,
          "exitPrice": 2934.102,
          "stopDistance": 3.346,
          "outcome": "stop",
          "netR": -1.1255,
          "holdMinutes": 24
        },
        {
          "entryTs": 1741818900,
          "entryUtc": "2025-03-12T22:35:00.000Z",
          "exitTs": 1741819740,
          "dir": 1,
          "entryPrice": 2933.895,
          "exitPrice": 2937.48,
          "stopDistance": 1.793,
          "outcome": "target",
          "netR": 1.7936,
          "holdMinutes": 14
        },
        {
          "entryTs": 1741826700,
          "entryUtc": "2025-03-13T00:45:00.000Z",
          "exitTs": 1741827780,
          "dir": 1,
          "entryPrice": 2937.545,
          "exitPrice": 2940.661,
          "stopDistance": 1.558,
          "outcome": "target",
          "netR": 1.7625,
          "holdMinutes": 18
        },
        {
          "entryTs": 1741856400,
          "entryUtc": "2025-03-13T09:00:00.000Z",
          "exitTs": 1741857780,
          "dir": 1,
          "entryPrice": 2941.365,
          "exitPrice": 2946.695,
          "stopDistance": 2.665,
          "outcome": "target",
          "netR": 1.8612,
          "holdMinutes": 23
        },
        {
          "entryTs": 1741885500,
          "entryUtc": "2025-03-13T17:05:00.000Z",
          "exitTs": 1741899300,
          "dir": 1,
          "entryPrice": 2978.625,
          "exitPrice": 2988.821,
          "stopDistance": 5.098,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 230
        },
        {
          "entryTs": 1742169300,
          "entryUtc": "2025-03-16T23:55:00.000Z",
          "exitTs": 1742169720,
          "dir": 1,
          "entryPrice": 2990.838,
          "exitPrice": 2988.632,
          "stopDistance": 2.206,
          "outcome": "stop",
          "netR": -1.1904,
          "holdMinutes": 7
        },
        {
          "entryTs": 1742196600,
          "entryUtc": "2025-03-17T07:30:00.000Z",
          "exitTs": 1742197500,
          "dir": 1,
          "entryPrice": 2987.975,
          "exitPrice": 2986.159,
          "stopDistance": 1.816,
          "outcome": "stop",
          "netR": -1.2313,
          "holdMinutes": 15
        },
        {
          "entryTs": 1742223900,
          "entryUtc": "2025-03-17T15:05:00.000Z",
          "exitTs": 1742224620,
          "dir": 1,
          "entryPrice": 2997.488,
          "exitPrice": 2993.432,
          "stopDistance": 4.056,
          "outcome": "stop",
          "netR": -1.1035,
          "holdMinutes": 12
        },
        {
          "entryTs": 1742244900,
          "entryUtc": "2025-03-17T20:55:00.000Z",
          "exitTs": 1742255940,
          "dir": 1,
          "entryPrice": 3000.725,
          "exitPrice": 2999.358,
          "stopDistance": 1.367,
          "outcome": "stop",
          "netR": -1.3072,
          "holdMinutes": 184
        },
        {
          "entryTs": 1742269200,
          "entryUtc": "2025-03-18T03:40:00.000Z",
          "exitTs": 1742273520,
          "dir": 1,
          "entryPrice": 3010.738,
          "exitPrice": 3016.447,
          "stopDistance": 2.855,
          "outcome": "target",
          "netR": 1.8704,
          "holdMinutes": 72
        },
        {
          "entryTs": 1742289600,
          "entryUtc": "2025-03-18T09:20:00.000Z",
          "exitTs": 1742290320,
          "dir": 1,
          "entryPrice": 3023.798,
          "exitPrice": 3020.981,
          "stopDistance": 2.817,
          "outcome": "stop",
          "netR": -1.1491,
          "holdMinutes": 12
        },
        {
          "entryTs": 1742376600,
          "entryUtc": "2025-03-19T09:30:00.000Z",
          "exitTs": 1742379420,
          "dir": -1,
          "entryPrice": 3027.725,
          "exitPrice": 3031.162,
          "stopDistance": 3.437,
          "outcome": "stop",
          "netR": -1.1222,
          "holdMinutes": 47
        },
        {
          "entryTs": 1742392800,
          "entryUtc": "2025-03-19T14:00:00.000Z",
          "exitTs": 1742401140,
          "dir": -1,
          "entryPrice": 3032.975,
          "exitPrice": 3036.734,
          "stopDistance": 3.759,
          "outcome": "stop",
          "netR": -1.1117,
          "holdMinutes": 139
        },
        {
          "entryTs": 1742403000,
          "entryUtc": "2025-03-19T16:50:00.000Z",
          "exitTs": 1742404680,
          "dir": 1,
          "entryPrice": 3033.905,
          "exitPrice": 3030.996,
          "stopDistance": 2.909,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 28
        },
        {
          "entryTs": 1742412600,
          "entryUtc": "2025-03-19T19:30:00.000Z",
          "exitTs": 1742428980,
          "dir": 1,
          "entryPrice": 3041.705,
          "exitPrice": 3051.65,
          "stopDistance": 4.972,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 273
        },
        {
          "entryTs": 1742435400,
          "entryUtc": "2025-03-20T01:50:00.000Z",
          "exitTs": 1742435700,
          "dir": 1,
          "entryPrice": 3053.095,
          "exitPrice": 3050.139,
          "stopDistance": 2.956,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 5
        },
        {
          "entryTs": 1742446800,
          "entryUtc": "2025-03-20T05:00:00.000Z",
          "exitTs": 1742448240,
          "dir": 1,
          "entryPrice": 3052.138,
          "exitPrice": 3049.519,
          "stopDistance": 2.618,
          "outcome": "stop",
          "netR": -1.1604,
          "holdMinutes": 24
        },
        {
          "entryTs": 1742451000,
          "entryUtc": "2025-03-20T06:10:00.000Z",
          "exitTs": 1742451840,
          "dir": -1,
          "entryPrice": 3048.575,
          "exitPrice": 3051.357,
          "stopDistance": 2.782,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 14
        },
        {
          "entryTs": 1742502000,
          "entryUtc": "2025-03-20T20:20:00.000Z",
          "exitTs": 1742516460,
          "dir": 1,
          "entryPrice": 3044.225,
          "exitPrice": 3042.381,
          "stopDistance": 1.844,
          "outcome": "stop",
          "netR": -1.2278,
          "holdMinutes": 241
        },
        {
          "entryTs": 1742529000,
          "entryUtc": "2025-03-21T03:50:00.000Z",
          "exitTs": 1742533860,
          "dir": -1,
          "entryPrice": 3031.535,
          "exitPrice": 3027.233,
          "stopDistance": 2.151,
          "outcome": "target",
          "netR": 1.828,
          "holdMinutes": 81
        },
        {
          "entryTs": 1742536800,
          "entryUtc": "2025-03-21T06:00:00.000Z",
          "exitTs": 1742537100,
          "dir": -1,
          "entryPrice": 3027.885,
          "exitPrice": 3030.527,
          "stopDistance": 2.642,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 5
        },
        {
          "entryTs": 1742560800,
          "entryUtc": "2025-03-21T12:40:00.000Z",
          "exitTs": 1742563380,
          "dir": 1,
          "entryPrice": 3034.145,
          "exitPrice": 3031.006,
          "stopDistance": 3.139,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 43
        },
        {
          "entryTs": 1742568600,
          "entryUtc": "2025-03-21T14:50:00.000Z",
          "exitTs": 1742581680,
          "dir": -1,
          "entryPrice": 3012.605,
          "exitPrice": 3018.999,
          "stopDistance": 6.394,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 218
        },
        {
          "entryTs": 1742583300,
          "entryUtc": "2025-03-21T18:55:00.000Z",
          "exitTs": 1742589000,
          "dir": 1,
          "entryPrice": 3017.488,
          "exitPrice": 3023.167,
          "stopDistance": 2.839,
          "outcome": "target",
          "netR": 1.8697,
          "holdMinutes": 95
        },
        {
          "entryTs": 1742774400,
          "entryUtc": "2025-03-24T00:00:00.000Z",
          "exitTs": 1742775300,
          "dir": 1,
          "entryPrice": 3024.448,
          "exitPrice": 3022.798,
          "stopDistance": 1.65,
          "outcome": "stop",
          "netR": -1.2545,
          "holdMinutes": 15
        },
        {
          "entryTs": 1742786700,
          "entryUtc": "2025-03-24T03:25:00.000Z",
          "exitTs": 1742792880,
          "dir": -1,
          "entryPrice": 3019.368,
          "exitPrice": 3022.128,
          "stopDistance": 2.76,
          "outcome": "stop",
          "netR": -1.1522,
          "holdMinutes": 103
        },
        {
          "entryTs": 1742795400,
          "entryUtc": "2025-03-24T05:50:00.000Z",
          "exitTs": 1742796720,
          "dir": 1,
          "entryPrice": 3020.295,
          "exitPrice": 3018.367,
          "stopDistance": 1.928,
          "outcome": "stop",
          "netR": -1.2178,
          "holdMinutes": 22
        },
        {
          "entryTs": 1742841300,
          "entryUtc": "2025-03-24T18:35:00.000Z",
          "exitTs": 1742847480,
          "dir": -1,
          "entryPrice": 3005.475,
          "exitPrice": 3008.248,
          "stopDistance": 2.773,
          "outcome": "stop",
          "netR": -1.1515,
          "holdMinutes": 103
        },
        {
          "entryTs": 1742881800,
          "entryUtc": "2025-03-25T05:50:00.000Z",
          "exitTs": 1742883000,
          "dir": 1,
          "entryPrice": 3017.708,
          "exitPrice": 3015.81,
          "stopDistance": 1.898,
          "outcome": "stop",
          "netR": -1.2213,
          "holdMinutes": 20
        },
        {
          "entryTs": 1742890800,
          "entryUtc": "2025-03-25T08:20:00.000Z",
          "exitTs": 1742891040,
          "dir": -1,
          "entryPrice": 3013.608,
          "exitPrice": 3016.011,
          "stopDistance": 2.404,
          "outcome": "stop",
          "netR": -1.1747,
          "holdMinutes": 4
        },
        {
          "entryTs": 1742913300,
          "entryUtc": "2025-03-25T14:35:00.000Z",
          "exitTs": 1742915460,
          "dir": 1,
          "entryPrice": 3027.785,
          "exitPrice": 3023.304,
          "stopDistance": 4.481,
          "outcome": "stop",
          "netR": -1.0937,
          "holdMinutes": 36
        },
        {
          "entryTs": 1742919300,
          "entryUtc": "2025-03-25T16:15:00.000Z",
          "exitTs": 1742949300,
          "dir": -1,
          "entryPrice": 3023.835,
          "exitPrice": 3019.535,
          "stopDistance": 3.689,
          "outcome": "time",
          "netR": 1.0653,
          "holdMinutes": 500
        },
        {
          "entryTs": 1742984400,
          "entryUtc": "2025-03-26T10:20:00.000Z",
          "exitTs": 1742984820,
          "dir": -1,
          "entryPrice": 3020.865,
          "exitPrice": 3023.44,
          "stopDistance": 2.575,
          "outcome": "stop",
          "netR": -1.1631,
          "holdMinutes": 7
        },
        {
          "entryTs": 1742990400,
          "entryUtc": "2025-03-26T12:00:00.000Z",
          "exitTs": 1742994120,
          "dir": 1,
          "entryPrice": 3027.335,
          "exitPrice": 3024.808,
          "stopDistance": 2.527,
          "outcome": "stop",
          "netR": -1.1662,
          "holdMinutes": 62
        },
        {
          "entryTs": 1743000300,
          "entryUtc": "2025-03-26T14:45:00.000Z",
          "exitTs": 1743001320,
          "dir": -1,
          "entryPrice": 3019.245,
          "exitPrice": 3012.157,
          "stopDistance": 3.544,
          "outcome": "target",
          "netR": 1.8956,
          "holdMinutes": 17
        },
        {
          "entryTs": 1743058500,
          "entryUtc": "2025-03-27T06:55:00.000Z",
          "exitTs": 1743059220,
          "dir": -1,
          "entryPrice": 3029.835,
          "exitPrice": 3032.624,
          "stopDistance": 2.789,
          "outcome": "stop",
          "netR": -1.1506,
          "holdMinutes": 12
        },
        {
          "entryTs": 1743064500,
          "entryUtc": "2025-03-27T08:35:00.000Z",
          "exitTs": 1743069360,
          "dir": 1,
          "entryPrice": 3034.505,
          "exitPrice": 3040.345,
          "stopDistance": 2.92,
          "outcome": "target",
          "netR": 1.8733,
          "holdMinutes": 81
        },
        {
          "entryTs": 1743075000,
          "entryUtc": "2025-03-27T11:30:00.000Z",
          "exitTs": 1743081060,
          "dir": 1,
          "entryPrice": 3049.665,
          "exitPrice": 3045.959,
          "stopDistance": 3.706,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 101
        },
        {
          "entryTs": 1743119100,
          "entryUtc": "2025-03-27T23:45:00.000Z",
          "exitTs": 1743120120,
          "dir": -1,
          "entryPrice": 3054.905,
          "exitPrice": 3056.205,
          "stopDistance": 1.3,
          "outcome": "stop",
          "netR": -1.3231,
          "holdMinutes": 17
        },
        {
          "entryTs": 1743129900,
          "entryUtc": "2025-03-28T02:45:00.000Z",
          "exitTs": 1743139980,
          "dir": 1,
          "entryPrice": 3071.008,
          "exitPrice": 3077.476,
          "stopDistance": 3.234,
          "outcome": "target",
          "netR": 1.8856,
          "holdMinutes": 168
        },
        {
          "entryTs": 1743152400,
          "entryUtc": "2025-03-28T09:00:00.000Z",
          "exitTs": 1743159900,
          "dir": -1,
          "entryPrice": 3072.715,
          "exitPrice": 3076.282,
          "stopDistance": 3.567,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 125
        },
        {
          "entryTs": 1743185700,
          "entryUtc": "2025-03-28T18:15:00.000Z",
          "exitTs": 1743192900,
          "dir": -1,
          "entryPrice": 3079.645,
          "exitPrice": 3083.214,
          "stopDistance": 3.569,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 120
        },
        {
          "entryTs": 1743473100,
          "entryUtc": "2025-04-01T02:05:00.000Z",
          "exitTs": 1743474420,
          "dir": 1,
          "entryPrice": 3133.155,
          "exitPrice": 3140.848,
          "stopDistance": 3.846,
          "outcome": "target",
          "netR": 1.9038,
          "holdMinutes": 22
        },
        {
          "entryTs": 1743481500,
          "entryUtc": "2025-04-01T04:25:00.000Z",
          "exitTs": 1743486600,
          "dir": 1,
          "entryPrice": 3143.825,
          "exitPrice": 3140.873,
          "stopDistance": 2.952,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 85
        },
        {
          "entryTs": 1743489000,
          "entryUtc": "2025-04-01T06:30:00.000Z",
          "exitTs": 1743493380,
          "dir": -1,
          "entryPrice": 3136.065,
          "exitPrice": 3125.847,
          "stopDistance": 5.109,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 73
        },
        {
          "entryTs": 1743528000,
          "entryUtc": "2025-04-01T17:20:00.000Z",
          "exitTs": 1743530580,
          "dir": -1,
          "entryPrice": 3109.925,
          "exitPrice": 3115.331,
          "stopDistance": 5.406,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 43
        },
        {
          "entryTs": 1743560700,
          "entryUtc": "2025-04-02T02:25:00.000Z",
          "exitTs": 1743562800,
          "dir": 1,
          "entryPrice": 3131.288,
          "exitPrice": 3127.683,
          "stopDistance": 3.605,
          "outcome": "stop",
          "netR": -1.1165,
          "holdMinutes": 35
        },
        {
          "entryTs": 1743573000,
          "entryUtc": "2025-04-02T05:50:00.000Z",
          "exitTs": 1743580140,
          "dir": -1,
          "entryPrice": 3117.598,
          "exitPrice": 3121.838,
          "stopDistance": 4.24,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 119
        },
        {
          "entryTs": 1743584700,
          "entryUtc": "2025-04-02T09:05:00.000Z",
          "exitTs": 1743589680,
          "dir": 1,
          "entryPrice": 3130.515,
          "exitPrice": 3126.685,
          "stopDistance": 3.829,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 83
        },
        {
          "entryTs": 1743593100,
          "entryUtc": "2025-04-02T11:25:00.000Z",
          "exitTs": 1743596940,
          "dir": -1,
          "entryPrice": 3120.638,
          "exitPrice": 3125.063,
          "stopDistance": 4.425,
          "outcome": "stop",
          "netR": -1.0949,
          "holdMinutes": 64
        },
        {
          "entryTs": 1743639000,
          "entryUtc": "2025-04-03T00:10:00.000Z",
          "exitTs": 1743639480,
          "dir": 1,
          "entryPrice": 3154.315,
          "exitPrice": 3146.203,
          "stopDistance": 8.112,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 8
        },
        {
          "entryTs": 1743693000,
          "entryUtc": "2025-04-03T15:10:00.000Z",
          "exitTs": 1743693420,
          "dir": 1,
          "entryPrice": 3118.315,
          "exitPrice": 3106.534,
          "stopDistance": 11.781,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 7
        },
        {
          "entryTs": 1743766500,
          "entryUtc": "2025-04-04T11:35:00.000Z",
          "exitTs": 1743766800,
          "dir": 1,
          "entryPrice": 3119.445,
          "exitPrice": 3109.163,
          "stopDistance": 10.282,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 5
        },
        {
          "entryTs": 1743772800,
          "entryUtc": "2025-04-04T13:20:00.000Z",
          "exitTs": 1743775260,
          "dir": -1,
          "entryPrice": 3084.575,
          "exitPrice": 3056.554,
          "stopDistance": 14.01,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 41
        },
        {
          "entryTs": 1743783600,
          "entryUtc": "2025-04-04T16:20:00.000Z",
          "exitTs": 1743795960,
          "dir": -1,
          "entryPrice": 3026.215,
          "exitPrice": 3038.916,
          "stopDistance": 12.701,
          "outcome": "stop",
          "netR": -1.0331,
          "holdMinutes": 206
        },
        {
          "entryTs": 1743993300,
          "entryUtc": "2025-04-07T02:35:00.000Z",
          "exitTs": 1743997740,
          "dir": 1,
          "entryPrice": 3035.755,
          "exitPrice": 3019.07,
          "stopDistance": 16.685,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 74
        },
        {
          "entryTs": 1744063500,
          "entryUtc": "2025-04-07T22:05:00.000Z",
          "exitTs": 1744072740,
          "dir": 1,
          "entryPrice": 2981.625,
          "exitPrice": 2992.17,
          "stopDistance": 5.272,
          "outcome": "target",
          "netR": 1.9298,
          "holdMinutes": 154
        },
        {
          "entryTs": 1744073700,
          "entryUtc": "2025-04-08T00:55:00.000Z",
          "exitTs": 1744074480,
          "dir": 1,
          "entryPrice": 2986.523,
          "exitPrice": 2995.29,
          "stopDistance": 4.384,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 13
        },
        {
          "entryTs": 1744081200,
          "entryUtc": "2025-04-08T03:00:00.000Z",
          "exitTs": 1744081560,
          "dir": 1,
          "entryPrice": 3000.695,
          "exitPrice": 2995.564,
          "stopDistance": 5.131,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 6
        },
        {
          "entryTs": 1744095900,
          "entryUtc": "2025-04-08T07:05:00.000Z",
          "exitTs": 1744098120,
          "dir": 1,
          "entryPrice": 3008.822,
          "exitPrice": 3003.695,
          "stopDistance": 5.127,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 37
        },
        {
          "entryTs": 1744134600,
          "entryUtc": "2025-04-08T17:50:00.000Z",
          "exitTs": 1744155300,
          "dir": -1,
          "entryPrice": 2986.475,
          "exitPrice": 2972.739,
          "stopDistance": 6.868,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 345
        },
        {
          "entryTs": 1744185600,
          "entryUtc": "2025-04-09T08:00:00.000Z",
          "exitTs": 1744197540,
          "dir": 1,
          "entryPrice": 3040.685,
          "exitPrice": 3056.014,
          "stopDistance": 7.665,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 199
        },
        {
          "entryTs": 1744213500,
          "entryUtc": "2025-04-09T15:45:00.000Z",
          "exitTs": 1744218120,
          "dir": 1,
          "entryPrice": 3078.835,
          "exitPrice": 3094.963,
          "stopDistance": 8.064,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 77
        },
        {
          "entryTs": 1744230300,
          "entryUtc": "2025-04-09T20:25:00.000Z",
          "exitTs": 1744236300,
          "dir": 1,
          "entryPrice": 3087.34,
          "exitPrice": 3076.583,
          "stopDistance": 10.757,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 100
        },
        {
          "entryTs": 1744277100,
          "entryUtc": "2025-04-10T09:25:00.000Z",
          "exitTs": 1744278960,
          "dir": -1,
          "entryPrice": 3109.245,
          "exitPrice": 3115.287,
          "stopDistance": 6.042,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 31
        },
        {
          "entryTs": 1744300800,
          "entryUtc": "2025-04-10T16:00:00.000Z",
          "exitTs": 1744322400,
          "dir": 1,
          "entryPrice": 3157.915,
          "exitPrice": 3177.54,
          "stopDistance": 9.812,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 360
        },
        {
          "entryTs": 1744330200,
          "entryUtc": "2025-04-11T00:10:00.000Z",
          "exitTs": 1744330860,
          "dir": 1,
          "entryPrice": 3185.335,
          "exitPrice": 3195.08,
          "stopDistance": 4.873,
          "outcome": "target",
          "netR": 1.9241,
          "holdMinutes": 11
        },
        {
          "entryTs": 1744340700,
          "entryUtc": "2025-04-11T03:05:00.000Z",
          "exitTs": 1744347780,
          "dir": 1,
          "entryPrice": 3214.635,
          "exitPrice": 3207.532,
          "stopDistance": 7.103,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 118
        },
        {
          "entryTs": 1744368000,
          "entryUtc": "2025-04-11T10:40:00.000Z",
          "exitTs": 1744368240,
          "dir": 1,
          "entryPrice": 3223.975,
          "exitPrice": 3216.725,
          "stopDistance": 7.25,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 4
        },
        {
          "entryTs": 1744584600,
          "entryUtc": "2025-04-13T22:50:00.000Z",
          "exitTs": 1744593960,
          "dir": -1,
          "entryPrice": 3222.035,
          "exitPrice": 3228.771,
          "stopDistance": 6.736,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 156
        },
        {
          "entryTs": 1744597500,
          "entryUtc": "2025-04-14T02:25:00.000Z",
          "exitTs": 1744599780,
          "dir": 1,
          "entryPrice": 3235.055,
          "exitPrice": 3228.475,
          "stopDistance": 6.58,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 38
        },
        {
          "entryTs": 1744620000,
          "entryUtc": "2025-04-14T08:40:00.000Z",
          "exitTs": 1744622220,
          "dir": -1,
          "entryPrice": 3225.165,
          "exitPrice": 3230.894,
          "stopDistance": 5.729,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 37
        },
        {
          "entryTs": 1744628100,
          "entryUtc": "2025-04-14T10:55:00.000Z",
          "exitTs": 1744628940,
          "dir": -1,
          "entryPrice": 3213.795,
          "exitPrice": 3220.135,
          "stopDistance": 6.34,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 14
        },
        {
          "entryTs": 1744647300,
          "entryUtc": "2025-04-14T16:15:00.000Z",
          "exitTs": 1744650000,
          "dir": -1,
          "entryPrice": 3202.415,
          "exitPrice": 3208.418,
          "stopDistance": 6.003,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 45
        },
        {
          "entryTs": 1744662000,
          "entryUtc": "2025-04-14T20:20:00.000Z",
          "exitTs": 1744679760,
          "dir": 1,
          "entryPrice": 3210.665,
          "exitPrice": 3217.74,
          "stopDistance": 3.538,
          "outcome": "target",
          "netR": 1.8954,
          "holdMinutes": 296
        },
        {
          "entryTs": 1744718700,
          "entryUtc": "2025-04-15T12:05:00.000Z",
          "exitTs": 1744719300,
          "dir": -1,
          "entryPrice": 3220.935,
          "exitPrice": 3224.476,
          "stopDistance": 3.541,
          "outcome": "stop",
          "netR": -1.1186,
          "holdMinutes": 10
        },
        {
          "entryTs": 1744761300,
          "entryUtc": "2025-04-15T23:55:00.000Z",
          "exitTs": 1744761420,
          "dir": 1,
          "entryPrice": 3240.965,
          "exitPrice": 3248.484,
          "stopDistance": 3.76,
          "outcome": "target",
          "netR": 1.9016,
          "holdMinutes": 2
        },
        {
          "entryTs": 1744826400,
          "entryUtc": "2025-04-16T18:00:00.000Z",
          "exitTs": 1744827900,
          "dir": 1,
          "entryPrice": 3328.015,
          "exitPrice": 3338.236,
          "stopDistance": 5.111,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 25
        },
        {
          "entryTs": 1744844400,
          "entryUtc": "2025-04-16T23:00:00.000Z",
          "exitTs": 1744847760,
          "dir": 1,
          "entryPrice": 3350.785,
          "exitPrice": 3346.794,
          "stopDistance": 3.991,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 56
        },
        {
          "entryTs": 1744856700,
          "entryUtc": "2025-04-17T02:25:00.000Z",
          "exitTs": 1744873980,
          "dir": -1,
          "entryPrice": 3338.255,
          "exitPrice": 3321.022,
          "stopDistance": 8.616,
          "outcome": "target",
          "netR": 1.9571,
          "holdMinutes": 288
        },
        {
          "entryTs": 1744902900,
          "entryUtc": "2025-04-17T15:15:00.000Z",
          "exitTs": 1744907880,
          "dir": -1,
          "entryPrice": 3303.235,
          "exitPrice": 3313.387,
          "stopDistance": 10.152,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 83
        },
        {
          "entryTs": 1744911000,
          "entryUtc": "2025-04-17T17:30:00.000Z",
          "exitTs": 1744922580,
          "dir": 1,
          "entryPrice": 3314.915,
          "exitPrice": 3327.372,
          "stopDistance": 6.228,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 193
        },
        {
          "entryTs": 1745205300,
          "entryUtc": "2025-04-21T03:15:00.000Z",
          "exitTs": 1745208420,
          "dir": 1,
          "entryPrice": 3380.915,
          "exitPrice": 3375.639,
          "stopDistance": 5.276,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 52
        },
        {
          "entryTs": 1745229000,
          "entryUtc": "2025-04-21T09:50:00.000Z",
          "exitTs": 1745233860,
          "dir": 1,
          "entryPrice": 3392.595,
          "exitPrice": 3388.895,
          "stopDistance": 3.7,
          "outcome": "stop",
          "netR": -1.1135,
          "holdMinutes": 81
        },
        {
          "entryTs": 1745280000,
          "entryUtc": "2025-04-22T00:00:00.000Z",
          "exitTs": 1745280060,
          "dir": 1,
          "entryPrice": 3434.986,
          "exitPrice": 3429.341,
          "stopDistance": 5.646,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 1
        },
        {
          "entryTs": 1745287800,
          "entryUtc": "2025-04-22T02:10:00.000Z",
          "exitTs": 1745289240,
          "dir": 1,
          "entryPrice": 3444.325,
          "exitPrice": 3462.087,
          "stopDistance": 8.881,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 24
        },
        {
          "entryTs": 1745294700,
          "entryUtc": "2025-04-22T04:05:00.000Z",
          "exitTs": 1745299860,
          "dir": 1,
          "entryPrice": 3483.635,
          "exitPrice": 3475.305,
          "stopDistance": 8.33,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 86
        },
        {
          "entryTs": 1745313900,
          "entryUtc": "2025-04-22T09:25:00.000Z",
          "exitTs": 1745316360,
          "dir": -1,
          "entryPrice": 3457.245,
          "exitPrice": 3466.042,
          "stopDistance": 8.797,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 41
        },
        {
          "entryTs": 1745342100,
          "entryUtc": "2025-04-22T17:15:00.000Z",
          "exitTs": 1745350320,
          "dir": -1,
          "entryPrice": 3396.365,
          "exitPrice": 3368.362,
          "stopDistance": 14.001,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 137
        },
        {
          "entryTs": 1745363400,
          "entryUtc": "2025-04-22T23:10:00.000Z",
          "exitTs": 1745368320,
          "dir": -1,
          "entryPrice": 3339.535,
          "exitPrice": 3353.187,
          "stopDistance": 13.652,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 82
        },
        {
          "entryTs": 1745372100,
          "entryUtc": "2025-04-23T01:35:00.000Z",
          "exitTs": 1745372640,
          "dir": 1,
          "entryPrice": 3362.155,
          "exitPrice": 3384.988,
          "stopDistance": 11.416,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 9
        },
        {
          "entryTs": 1745374500,
          "entryUtc": "2025-04-23T02:15:00.000Z",
          "exitTs": 1745376060,
          "dir": 1,
          "entryPrice": 3371.985,
          "exitPrice": 3360.496,
          "stopDistance": 11.49,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 26
        },
        {
          "entryTs": 1745394000,
          "entryUtc": "2025-04-23T07:40:00.000Z",
          "exitTs": 1745398920,
          "dir": -1,
          "entryPrice": 3312.155,
          "exitPrice": 3322.181,
          "stopDistance": 10.026,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 82
        },
        {
          "entryTs": 1745401500,
          "entryUtc": "2025-04-23T09:45:00.000Z",
          "exitTs": 1745401980,
          "dir": 1,
          "entryPrice": 3331.275,
          "exitPrice": 3323.713,
          "stopDistance": 7.562,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 8
        },
        {
          "entryTs": 1745434200,
          "entryUtc": "2025-04-23T18:50:00.000Z",
          "exitTs": 1745435400,
          "dir": -1,
          "entryPrice": 3282.125,
          "exitPrice": 3288.59,
          "stopDistance": 6.465,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 20
        },
        {
          "entryTs": 1745461500,
          "entryUtc": "2025-04-24T02:25:00.000Z",
          "exitTs": 1745462220,
          "dir": 1,
          "entryPrice": 3352.355,
          "exitPrice": 3342.845,
          "stopDistance": 9.51,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 12
        },
        {
          "entryTs": 1745468100,
          "entryUtc": "2025-04-24T04:15:00.000Z",
          "exitTs": 1745475420,
          "dir": -1,
          "entryPrice": 3330.415,
          "exitPrice": 3314.898,
          "stopDistance": 7.758,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 122
        },
        {
          "entryTs": 1745562900,
          "entryUtc": "2025-04-25T06:35:00.000Z",
          "exitTs": 1745565240,
          "dir": -1,
          "entryPrice": 3300.175,
          "exitPrice": 3309.878,
          "stopDistance": 9.703,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 39
        },
        {
          "entryTs": 1745595600,
          "entryUtc": "2025-04-25T15:40:00.000Z",
          "exitTs": 1745596260,
          "dir": -1,
          "entryPrice": 3276.395,
          "exitPrice": 3283.573,
          "stopDistance": 7.178,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 11
        },
        {
          "entryTs": 1745606400,
          "entryUtc": "2025-04-25T18:40:00.000Z",
          "exitTs": 1745609760,
          "dir": 1,
          "entryPrice": 3291.115,
          "exitPrice": 3300.411,
          "stopDistance": 4.648,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 56
        },
        {
          "entryTs": 1745808000,
          "entryUtc": "2025-04-28T02:40:00.000Z",
          "exitTs": 1745810100,
          "dir": -1,
          "entryPrice": 3278.775,
          "exitPrice": 3287.75,
          "stopDistance": 8.975,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 35
        },
        {
          "entryTs": 1745835600,
          "entryUtc": "2025-04-28T10:20:00.000Z",
          "exitTs": 1745836440,
          "dir": -1,
          "entryPrice": 3279.965,
          "exitPrice": 3284.992,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 14
        },
        {
          "entryTs": 1745854800,
          "entryUtc": "2025-04-28T15:40:00.000Z",
          "exitTs": 1745858220,
          "dir": 1,
          "entryPrice": 3322.195,
          "exitPrice": 3337.678,
          "stopDistance": 7.741,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 57
        },
        {
          "entryTs": 1745860800,
          "entryUtc": "2025-04-28T17:20:00.000Z",
          "exitTs": 1745864640,
          "dir": 1,
          "entryPrice": 3333.865,
          "exitPrice": 3345.452,
          "stopDistance": 5.794,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 64
        },
        {
          "entryTs": 1745871600,
          "entryUtc": "2025-04-28T20:20:00.000Z",
          "exitTs": 1745872980,
          "dir": 1,
          "entryPrice": 3348.925,
          "exitPrice": 3345.209,
          "stopDistance": 3.716,
          "outcome": "stop",
          "netR": -1.113,
          "holdMinutes": 23
        },
        {
          "entryTs": 1745919000,
          "entryUtc": "2025-04-29T09:30:00.000Z",
          "exitTs": 1745921880,
          "dir": -1,
          "entryPrice": 3314.975,
          "exitPrice": 3306.221,
          "stopDistance": 4.377,
          "outcome": "target",
          "netR": 1.9155,
          "holdMinutes": 48
        },
        {
          "entryTs": 1745947200,
          "entryUtc": "2025-04-29T17:20:00.000Z",
          "exitTs": 1745949420,
          "dir": 1,
          "entryPrice": 3323.605,
          "exitPrice": 3318.358,
          "stopDistance": 5.247,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 37
        },
        {
          "entryTs": 1745982900,
          "entryUtc": "2025-04-30T03:15:00.000Z",
          "exitTs": 1746000600,
          "dir": -1,
          "entryPrice": 3309.905,
          "exitPrice": 3299.161,
          "stopDistance": 5.372,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 295
        },
        {
          "entryTs": 1746006000,
          "entryUtc": "2025-04-30T09:40:00.000Z",
          "exitTs": 1746007140,
          "dir": -1,
          "entryPrice": 3286.395,
          "exitPrice": 3275.011,
          "stopDistance": 5.692,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 19
        },
        {
          "entryTs": 1746009300,
          "entryUtc": "2025-04-30T10:35:00.000Z",
          "exitTs": 1746014700,
          "dir": -1,
          "entryPrice": 3278.655,
          "exitPrice": 3267.474,
          "stopDistance": 5.591,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 90
        },
        {
          "entryTs": 1746021900,
          "entryUtc": "2025-04-30T14:05:00.000Z",
          "exitTs": 1746023580,
          "dir": 1,
          "entryPrice": 3305.835,
          "exitPrice": 3295.654,
          "stopDistance": 10.181,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 28
        },
        {
          "entryTs": 1746027300,
          "entryUtc": "2025-04-30T15:35:00.000Z",
          "exitTs": 1746041820,
          "dir": 1,
          "entryPrice": 3304.845,
          "exitPrice": 3295.765,
          "stopDistance": 9.08,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 242
        },
        {
          "entryTs": 1746066000,
          "entryUtc": "2025-05-01T02:20:00.000Z",
          "exitTs": 1746072120,
          "dir": -1,
          "entryPrice": 3244.385,
          "exitPrice": 3225.806,
          "stopDistance": 9.289,
          "outcome": "target",
          "netR": 1.9602,
          "holdMinutes": 102
        },
        {
          "entryTs": 1746095700,
          "entryUtc": "2025-05-01T10:35:00.000Z",
          "exitTs": 1746096240,
          "dir": -1,
          "entryPrice": 3219.675,
          "exitPrice": 3224.402,
          "stopDistance": 4.727,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 9
        },
        {
          "entryTs": 1746206100,
          "entryUtc": "2025-05-02T17:15:00.000Z",
          "exitTs": 1746206700,
          "dir": -1,
          "entryPrice": 3231.555,
          "exitPrice": 3239.009,
          "stopDistance": 7.454,
          "outcome": "stop",
          "netR": -1.0563,
          "holdMinutes": 10
        },
        {
          "entryTs": 1746399600,
          "entryUtc": "2025-05-04T23:00:00.000Z",
          "exitTs": 1746401640,
          "dir": 1,
          "entryPrice": 3239.475,
          "exitPrice": 3247.453,
          "stopDistance": 3.989,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 34
        },
        {
          "entryTs": 1746403800,
          "entryUtc": "2025-05-05T00:10:00.000Z",
          "exitTs": 1746407100,
          "dir": 1,
          "entryPrice": 3245.225,
          "exitPrice": 3253.968,
          "stopDistance": 4.372,
          "outcome": "target",
          "netR": 1.9154,
          "holdMinutes": 55
        },
        {
          "entryTs": 1746414600,
          "entryUtc": "2025-05-05T03:10:00.000Z",
          "exitTs": 1746414660,
          "dir": 1,
          "entryPrice": 3265.955,
          "exitPrice": 3260.323,
          "stopDistance": 5.632,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 1
        },
        {
          "entryTs": 1746418800,
          "entryUtc": "2025-05-05T04:20:00.000Z",
          "exitTs": 1746427320,
          "dir": -1,
          "entryPrice": 3257.925,
          "exitPrice": 3262.94,
          "stopDistance": 5.015,
          "outcome": "stop",
          "netR": -1.0838,
          "holdMinutes": 142
        },
        {
          "entryTs": 1746444900,
          "entryUtc": "2025-05-05T11:35:00.000Z",
          "exitTs": 1746453900,
          "dir": 1,
          "entryPrice": 3312.655,
          "exitPrice": 3323.371,
          "stopDistance": 5.358,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 150
        },
        {
          "entryTs": 1746475200,
          "entryUtc": "2025-05-05T20:00:00.000Z",
          "exitTs": 1746490860,
          "dir": 1,
          "entryPrice": 3328.609,
          "exitPrice": 3323.924,
          "stopDistance": 4.685,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 261
        },
        {
          "entryTs": 1746499200,
          "entryUtc": "2025-05-06T02:40:00.000Z",
          "exitTs": 1746499620,
          "dir": 1,
          "entryPrice": 3372.215,
          "exitPrice": 3361.786,
          "stopDistance": 10.43,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 7
        },
        {
          "entryTs": 1746538800,
          "entryUtc": "2025-05-06T13:40:00.000Z",
          "exitTs": 1746541980,
          "dir": 1,
          "entryPrice": 3388.195,
          "exitPrice": 3381.743,
          "stopDistance": 6.452,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 53
        },
        {
          "entryTs": 1746546900,
          "entryUtc": "2025-05-06T15:55:00.000Z",
          "exitTs": 1746549360,
          "dir": 1,
          "entryPrice": 3393.565,
          "exitPrice": 3405.58,
          "stopDistance": 6.007,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 41
        },
        {
          "entryTs": 1746558300,
          "entryUtc": "2025-05-06T19:05:00.000Z",
          "exitTs": 1746561180,
          "dir": 1,
          "entryPrice": 3413.715,
          "exitPrice": 3421.629,
          "stopDistance": 3.957,
          "outcome": "target",
          "netR": 1.9065,
          "holdMinutes": 48
        },
        {
          "entryTs": 1746563100,
          "entryUtc": "2025-05-06T20:25:00.000Z",
          "exitTs": 1746563580,
          "dir": 1,
          "entryPrice": 3419.255,
          "exitPrice": 3426.249,
          "stopDistance": 3.497,
          "outcome": "target",
          "netR": 1.8942,
          "holdMinutes": 8
        },
        {
          "entryTs": 1746575400,
          "entryUtc": "2025-05-06T23:50:00.000Z",
          "exitTs": 1746578400,
          "dir": -1,
          "entryPrice": 3394.975,
          "exitPrice": 3373.944,
          "stopDistance": 10.515,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 50
        },
        {
          "entryTs": 1746599700,
          "entryUtc": "2025-05-07T06:35:00.000Z",
          "exitTs": 1746604260,
          "dir": 1,
          "entryPrice": 3389.525,
          "exitPrice": 3383.81,
          "stopDistance": 5.715,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 76
        },
        {
          "entryTs": 1746616800,
          "entryUtc": "2025-05-07T11:20:00.000Z",
          "exitTs": 1746627480,
          "dir": 1,
          "entryPrice": 3386.275,
          "exitPrice": 3380.267,
          "stopDistance": 6.008,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 178
        },
        {
          "entryTs": 1746672600,
          "entryUtc": "2025-05-08T02:50:00.000Z",
          "exitTs": 1746677400,
          "dir": 1,
          "entryPrice": 3402.145,
          "exitPrice": 3394.638,
          "stopDistance": 7.507,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 80
        },
        {
          "entryTs": 1746688500,
          "entryUtc": "2025-05-08T07:15:00.000Z",
          "exitTs": 1746706560,
          "dir": -1,
          "entryPrice": 3338.075,
          "exitPrice": 3349.16,
          "stopDistance": 11.085,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 301
        },
        {
          "entryTs": 1746712500,
          "entryUtc": "2025-05-08T13:55:00.000Z",
          "exitTs": 1746712860,
          "dir": 1,
          "entryPrice": 3358.985,
          "exitPrice": 3351.692,
          "stopDistance": 7.293,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 6
        },
        {
          "entryTs": 1746726900,
          "entryUtc": "2025-05-08T17:55:00.000Z",
          "exitTs": 1746741960,
          "dir": -1,
          "entryPrice": 3304.425,
          "exitPrice": 3312.439,
          "stopDistance": 8.014,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 251
        },
        {
          "entryTs": 1746758400,
          "entryUtc": "2025-05-09T02:40:00.000Z",
          "exitTs": 1746758760,
          "dir": -1,
          "entryPrice": 3290.985,
          "exitPrice": 3300.104,
          "stopDistance": 9.119,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 6
        },
        {
          "entryTs": 1746768600,
          "entryUtc": "2025-05-09T05:30:00.000Z",
          "exitTs": 1746768720,
          "dir": 1,
          "entryPrice": 3321.225,
          "exitPrice": 3315.305,
          "stopDistance": 5.92,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 2
        },
        {
          "entryTs": 1746817200,
          "entryUtc": "2025-05-09T19:00:00.000Z",
          "exitTs": 1746818760,
          "dir": -1,
          "entryPrice": 3338.465,
          "exitPrice": 3331.91,
          "stopDistance": 3.278,
          "outcome": "target",
          "netR": 1.8871,
          "holdMinutes": 26
        },
        {
          "entryTs": 1747006200,
          "entryUtc": "2025-05-11T23:30:00.000Z",
          "exitTs": 1747012260,
          "dir": -1,
          "entryPrice": 3285.455,
          "exitPrice": 3266.347,
          "stopDistance": 9.554,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 101
        },
        {
          "entryTs": 1747014000,
          "entryUtc": "2025-05-12T01:40:00.000Z",
          "exitTs": 1747015320,
          "dir": -1,
          "entryPrice": 3268.995,
          "exitPrice": 3278.857,
          "stopDistance": 9.862,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 22
        },
        {
          "entryTs": 1747039200,
          "entryUtc": "2025-05-12T08:40:00.000Z",
          "exitTs": 1747045440,
          "dir": -1,
          "entryPrice": 3232.885,
          "exitPrice": 3211.814,
          "stopDistance": 10.536,
          "outcome": "target",
          "netR": 1.9649,
          "holdMinutes": 104
        },
        {
          "entryTs": 1747056900,
          "entryUtc": "2025-05-12T13:35:00.000Z",
          "exitTs": 1747066920,
          "dir": 1,
          "entryPrice": 3234.115,
          "exitPrice": 3226.214,
          "stopDistance": 7.901,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 167
        },
        {
          "entryTs": 1747070700,
          "entryUtc": "2025-05-12T17:25:00.000Z",
          "exitTs": 1747076460,
          "dir": -1,
          "entryPrice": 3225.295,
          "exitPrice": 3230.756,
          "stopDistance": 5.461,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 96
        },
        {
          "entryTs": 1747080300,
          "entryUtc": "2025-05-12T20:05:00.000Z",
          "exitTs": 1747087320,
          "dir": 1,
          "entryPrice": 3233.145,
          "exitPrice": 3241.274,
          "stopDistance": 4.065,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 117
        },
        {
          "entryTs": 1747114800,
          "entryUtc": "2025-05-13T05:40:00.000Z",
          "exitTs": 1747116540,
          "dir": 1,
          "entryPrice": 3254.545,
          "exitPrice": 3249.914,
          "stopDistance": 4.631,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 29
        },
        {
          "entryTs": 1747154400,
          "entryUtc": "2025-05-13T16:40:00.000Z",
          "exitTs": 1747156500,
          "dir": 1,
          "entryPrice": 3251.465,
          "exitPrice": 3246.475,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 35
        },
        {
          "entryTs": 1747159200,
          "entryUtc": "2025-05-13T18:00:00.000Z",
          "exitTs": 1747165920,
          "dir": -1,
          "entryPrice": 3246.925,
          "exitPrice": 3250.906,
          "stopDistance": 3.981,
          "outcome": "stop",
          "netR": -1.1055,
          "holdMinutes": 112
        },
        {
          "entryTs": 1747250700,
          "entryUtc": "2025-05-14T19:25:00.000Z",
          "exitTs": 1747251600,
          "dir": -1,
          "entryPrice": 3174.415,
          "exitPrice": 3178.581,
          "stopDistance": 4.166,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 15
        },
        {
          "entryTs": 1747254000,
          "entryUtc": "2025-05-14T20:20:00.000Z",
          "exitTs": 1747266240,
          "dir": 1,
          "entryPrice": 3178.855,
          "exitPrice": 3186.14,
          "stopDistance": 3.642,
          "outcome": "target",
          "netR": 1.8984,
          "holdMinutes": 204
        },
        {
          "entryTs": 1747303200,
          "entryUtc": "2025-05-15T10:00:00.000Z",
          "exitTs": 1747304340,
          "dir": 1,
          "entryPrice": 3164.835,
          "exitPrice": 3176.756,
          "stopDistance": 5.961,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 19
        },
        {
          "entryTs": 1747307400,
          "entryUtc": "2025-05-15T11:10:00.000Z",
          "exitTs": 1747312200,
          "dir": 1,
          "entryPrice": 3175.615,
          "exitPrice": 3185.932,
          "stopDistance": 5.159,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 80
        },
        {
          "entryTs": 1747330500,
          "entryUtc": "2025-05-15T17:35:00.000Z",
          "exitTs": 1747330980,
          "dir": 1,
          "entryPrice": 3221.005,
          "exitPrice": 3216.21,
          "stopDistance": 4.795,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 8
        },
        {
          "entryTs": 1747368300,
          "entryUtc": "2025-05-16T04:05:00.000Z",
          "exitTs": 1747369440,
          "dir": -1,
          "entryPrice": 3213.205,
          "exitPrice": 3218.614,
          "stopDistance": 5.409,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 19
        },
        {
          "entryTs": 1747384800,
          "entryUtc": "2025-05-16T08:40:00.000Z",
          "exitTs": 1747392300,
          "dir": -1,
          "entryPrice": 3206.865,
          "exitPrice": 3194.889,
          "stopDistance": 5.988,
          "outcome": "target",
          "netR": 1.9382,
          "holdMinutes": 125
        },
        {
          "entryTs": 1747398300,
          "entryUtc": "2025-05-16T12:25:00.000Z",
          "exitTs": 1747400460,
          "dir": -1,
          "entryPrice": 3173.205,
          "exitPrice": 3183.559,
          "stopDistance": 10.354,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 36
        },
        {
          "entryTs": 1747416000,
          "entryUtc": "2025-05-16T17:20:00.000Z",
          "exitTs": 1747425600,
          "dir": 1,
          "entryPrice": 3185.775,
          "exitPrice": 3195.756,
          "stopDistance": 4.99,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 160
        },
        {
          "entryTs": 1747427400,
          "entryUtc": "2025-05-16T20:30:00.000Z",
          "exitTs": 1747429080,
          "dir": 1,
          "entryPrice": 3195.125,
          "exitPrice": 3203.598,
          "stopDistance": 4.237,
          "outcome": "target",
          "netR": 1.9127,
          "holdMinutes": 28
        },
        {
          "entryTs": 1747611600,
          "entryUtc": "2025-05-18T23:40:00.000Z",
          "exitTs": 1747611660,
          "dir": 1,
          "entryPrice": 3236.585,
          "exitPrice": 3230.054,
          "stopDistance": 6.531,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 1
        },
        {
          "entryTs": 1747621200,
          "entryUtc": "2025-05-19T02:20:00.000Z",
          "exitTs": 1747626480,
          "dir": -1,
          "entryPrice": 3225.849,
          "exitPrice": 3210.253,
          "stopDistance": 7.798,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 88
        },
        {
          "entryTs": 1747628700,
          "entryUtc": "2025-05-19T04:25:00.000Z",
          "exitTs": 1747631160,
          "dir": -1,
          "entryPrice": 3214.735,
          "exitPrice": 3221.195,
          "stopDistance": 6.459,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 41
        },
        {
          "entryTs": 1747641900,
          "entryUtc": "2025-05-19T08:05:00.000Z",
          "exitTs": 1747644660,
          "dir": 1,
          "entryPrice": 3230.115,
          "exitPrice": 3240.464,
          "stopDistance": 5.175,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 46
        },
        {
          "entryTs": 1747711200,
          "entryUtc": "2025-05-20T03:20:00.000Z",
          "exitTs": 1747717260,
          "dir": -1,
          "entryPrice": 3212.655,
          "exitPrice": 3218.539,
          "stopDistance": 5.884,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 101
        },
        {
          "entryTs": 1747736700,
          "entryUtc": "2025-05-20T10:25:00.000Z",
          "exitTs": 1747741200,
          "dir": 1,
          "entryPrice": 3232.745,
          "exitPrice": 3241.012,
          "stopDistance": 4.133,
          "outcome": "target",
          "netR": 1.9105,
          "holdMinutes": 75
        },
        {
          "entryTs": 1747753800,
          "entryUtc": "2025-05-20T15:10:00.000Z",
          "exitTs": 1747770180,
          "dir": 1,
          "entryPrice": 3275.485,
          "exitPrice": 3291.361,
          "stopDistance": 7.938,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 273
        },
        {
          "entryTs": 1747832100,
          "entryUtc": "2025-05-21T12:55:00.000Z",
          "exitTs": 1747834320,
          "dir": -1,
          "entryPrice": 3302.465,
          "exitPrice": 3308.969,
          "stopDistance": 6.504,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 37
        },
        {
          "entryTs": 1747857300,
          "entryUtc": "2025-05-21T19:55:00.000Z",
          "exitTs": 1747858500,
          "dir": 1,
          "entryPrice": 3319.248,
          "exitPrice": 3315.134,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 20
        },
        {
          "entryTs": 1747907700,
          "entryUtc": "2025-05-22T09:55:00.000Z",
          "exitTs": 1747909680,
          "dir": -1,
          "entryPrice": 3309.498,
          "exitPrice": 3299.53,
          "stopDistance": 4.984,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 33
        },
        {
          "entryTs": 1747913700,
          "entryUtc": "2025-05-22T11:35:00.000Z",
          "exitTs": 1747914480,
          "dir": -1,
          "entryPrice": 3296.565,
          "exitPrice": 3303.023,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 13
        },
        {
          "entryTs": 1747924500,
          "entryUtc": "2025-05-22T14:35:00.000Z",
          "exitTs": 1747954500,
          "dir": -1,
          "entryPrice": 3298.055,
          "exitPrice": 3296.148,
          "stopDistance": 9.053,
          "outcome": "time",
          "netR": 0.1698,
          "holdMinutes": 500
        },
        {
          "entryTs": 1747969500,
          "entryUtc": "2025-05-23T03:05:00.000Z",
          "exitTs": 1747972140,
          "dir": -1,
          "entryPrice": 3297.448,
          "exitPrice": 3303.094,
          "stopDistance": 5.646,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 44
        },
        {
          "entryTs": 1748023200,
          "entryUtc": "2025-05-23T18:00:00.000Z",
          "exitTs": 1748029860,
          "dir": 1,
          "entryPrice": 3362.485,
          "exitPrice": 3358.388,
          "stopDistance": 4.097,
          "outcome": "stop",
          "netR": -1.1025,
          "holdMinutes": 111
        },
        {
          "entryTs": 1748213400,
          "entryUtc": "2025-05-25T22:50:00.000Z",
          "exitTs": 1748218140,
          "dir": -1,
          "entryPrice": 3350.648,
          "exitPrice": 3340.585,
          "stopDistance": 5.031,
          "outcome": "target",
          "netR": 1.9265,
          "holdMinutes": 79
        },
        {
          "entryTs": 1748246100,
          "entryUtc": "2025-05-26T07:55:00.000Z",
          "exitTs": 1748251500,
          "dir": -1,
          "entryPrice": 3335.848,
          "exitPrice": 3328.072,
          "stopDistance": 3.888,
          "outcome": "target",
          "netR": 1.9048,
          "holdMinutes": 90
        },
        {
          "entryTs": 1748274600,
          "entryUtc": "2025-05-26T15:50:00.000Z",
          "exitTs": 1748296800,
          "dir": 1,
          "entryPrice": 3337.665,
          "exitPrice": 3343.379,
          "stopDistance": 2.857,
          "outcome": "target",
          "netR": 1.8705,
          "holdMinutes": 370
        },
        {
          "entryTs": 1748301300,
          "entryUtc": "2025-05-26T23:15:00.000Z",
          "exitTs": 1748304060,
          "dir": 1,
          "entryPrice": 3346.448,
          "exitPrice": 3344.222,
          "stopDistance": 2.226,
          "outcome": "stop",
          "netR": -1.1887,
          "holdMinutes": 46
        },
        {
          "entryTs": 1748311800,
          "entryUtc": "2025-05-27T02:10:00.000Z",
          "exitTs": 1748313660,
          "dir": -1,
          "entryPrice": 3337.798,
          "exitPrice": 3341.823,
          "stopDistance": 4.025,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 31
        },
        {
          "entryTs": 1748376000,
          "entryUtc": "2025-05-27T20:00:00.000Z",
          "exitTs": 1748379000,
          "dir": 1,
          "entryPrice": 3304.415,
          "exitPrice": 3302.06,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1784,
          "holdMinutes": 50
        },
        {
          "entryTs": 1748393700,
          "entryUtc": "2025-05-28T00:55:00.000Z",
          "exitTs": 1748393940,
          "dir": 1,
          "entryPrice": 3311.098,
          "exitPrice": 3308.16,
          "stopDistance": 2.938,
          "outcome": "stop",
          "netR": -1.143,
          "holdMinutes": 4
        },
        {
          "entryTs": 1748398200,
          "entryUtc": "2025-05-28T02:10:00.000Z",
          "exitTs": 1748399580,
          "dir": -1,
          "entryPrice": 3305.748,
          "exitPrice": 3310.971,
          "stopDistance": 5.223,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 23
        },
        {
          "entryTs": 1748491800,
          "entryUtc": "2025-05-29T04:10:00.000Z",
          "exitTs": 1748497140,
          "dir": 1,
          "entryPrice": 3272.068,
          "exitPrice": 3266.764,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 89
        },
        {
          "entryTs": 1748507100,
          "entryUtc": "2025-05-29T08:25:00.000Z",
          "exitTs": 1748510460,
          "dir": 1,
          "entryPrice": 3281.758,
          "exitPrice": 3277.305,
          "stopDistance": 4.453,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 56
        },
        {
          "entryTs": 1748538000,
          "entryUtc": "2025-05-29T17:00:00.000Z",
          "exitTs": 1748543040,
          "dir": 1,
          "entryPrice": 3321.998,
          "exitPrice": 3317.394,
          "stopDistance": 4.604,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 84
        },
        {
          "entryTs": 1748574600,
          "entryUtc": "2025-05-30T03:10:00.000Z",
          "exitTs": 1748581620,
          "dir": -1,
          "entryPrice": 3301.148,
          "exitPrice": 3290.577,
          "stopDistance": 5.286,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 117
        },
        {
          "entryTs": 1748822400,
          "entryUtc": "2025-06-02T00:00:00.000Z",
          "exitTs": 1748824740,
          "dir": 1,
          "entryPrice": 3309.955,
          "exitPrice": 3306.189,
          "stopDistance": 3.766,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 39
        },
        {
          "entryTs": 1748853300,
          "entryUtc": "2025-06-02T08:35:00.000Z",
          "exitTs": 1748856600,
          "dir": 1,
          "entryPrice": 3351.075,
          "exitPrice": 3345.837,
          "stopDistance": 5.238,
          "outcome": "stop",
          "netR": -1.0802,
          "holdMinutes": 55
        },
        {
          "entryTs": 1748915100,
          "entryUtc": "2025-06-03T01:45:00.000Z",
          "exitTs": 1748922120,
          "dir": -1,
          "entryPrice": 3372.898,
          "exitPrice": 3361.738,
          "stopDistance": 5.58,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 117
        },
        {
          "entryTs": 1748961000,
          "entryUtc": "2025-06-03T14:30:00.000Z",
          "exitTs": 1748967060,
          "dir": -1,
          "entryPrice": 3346.185,
          "exitPrice": 3353.229,
          "stopDistance": 7.044,
          "outcome": "stop",
          "netR": -1.0596,
          "holdMinutes": 101
        },
        {
          "entryTs": 1748991600,
          "entryUtc": "2025-06-03T23:00:00.000Z",
          "exitTs": 1748992200,
          "dir": 1,
          "entryPrice": 3356.625,
          "exitPrice": 3359.839,
          "stopDistance": 1.607,
          "outcome": "target",
          "netR": 1.7697,
          "holdMinutes": 10
        },
        {
          "entryTs": 1749004500,
          "entryUtc": "2025-06-04T02:35:00.000Z",
          "exitTs": 1749007920,
          "dir": 1,
          "entryPrice": 3365.755,
          "exitPrice": 3361.505,
          "stopDistance": 4.25,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 57
        },
        {
          "entryTs": 1749109800,
          "entryUtc": "2025-06-05T07:50:00.000Z",
          "exitTs": 1749114060,
          "dir": 1,
          "entryPrice": 3370.625,
          "exitPrice": 3377.322,
          "stopDistance": 3.348,
          "outcome": "target",
          "netR": 1.8895,
          "holdMinutes": 71
        },
        {
          "entryTs": 1749123000,
          "entryUtc": "2025-06-05T11:30:00.000Z",
          "exitTs": 1749126000,
          "dir": 1,
          "entryPrice": 3395.125,
          "exitPrice": 3390.031,
          "stopDistance": 5.094,
          "outcome": "stop",
          "netR": -1.0824,
          "holdMinutes": 50
        },
        {
          "entryTs": 1749140100,
          "entryUtc": "2025-06-05T16:15:00.000Z",
          "exitTs": 1749151500,
          "dir": -1,
          "entryPrice": 3350.125,
          "exitPrice": 3360.21,
          "stopDistance": 10.085,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 190
        },
        {
          "entryTs": 1749166500,
          "entryUtc": "2025-06-05T23:35:00.000Z",
          "exitTs": 1749171600,
          "dir": 1,
          "entryPrice": 3358.698,
          "exitPrice": 3355.905,
          "stopDistance": 2.793,
          "outcome": "stop",
          "netR": -1.1504,
          "holdMinutes": 85
        },
        {
          "entryTs": 1749223800,
          "entryUtc": "2025-06-06T15:30:00.000Z",
          "exitTs": 1749233640,
          "dir": -1,
          "entryPrice": 3330.595,
          "exitPrice": 3313.958,
          "stopDistance": 8.319,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 164
        },
        {
          "entryTs": 1749242100,
          "entryUtc": "2025-06-06T20:35:00.000Z",
          "exitTs": 1749420000,
          "dir": -1,
          "entryPrice": 3311.698,
          "exitPrice": 3314.927,
          "stopDistance": 3.229,
          "outcome": "stop",
          "netR": -1.1301,
          "holdMinutes": 2965
        },
        {
          "entryTs": 1749422400,
          "entryUtc": "2025-06-08T22:40:00.000Z",
          "exitTs": 1749422460,
          "dir": 1,
          "entryPrice": 3315.748,
          "exitPrice": 3312.013,
          "stopDistance": 3.735,
          "outcome": "stop",
          "netR": -1.1125,
          "holdMinutes": 1
        },
        {
          "entryTs": 1749489600,
          "entryUtc": "2025-06-09T17:20:00.000Z",
          "exitTs": 1749497580,
          "dir": 1,
          "entryPrice": 3333.775,
          "exitPrice": 3330.305,
          "stopDistance": 3.469,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 133
        },
        {
          "entryTs": 1749538800,
          "entryUtc": "2025-06-10T07:00:00.000Z",
          "exitTs": 1749543420,
          "dir": 1,
          "entryPrice": 3325.255,
          "exitPrice": 3334.367,
          "stopDistance": 4.556,
          "outcome": "target",
          "netR": 1.9188,
          "holdMinutes": 77
        },
        {
          "entryTs": 1749555900,
          "entryUtc": "2025-06-10T11:45:00.000Z",
          "exitTs": 1749556380,
          "dir": 1,
          "entryPrice": 3337.785,
          "exitPrice": 3334.257,
          "stopDistance": 3.528,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 8
        },
        {
          "entryTs": 1749570900,
          "entryUtc": "2025-06-10T15:55:00.000Z",
          "exitTs": 1749584040,
          "dir": -1,
          "entryPrice": 3327.935,
          "exitPrice": 3333.274,
          "stopDistance": 5.339,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 219
        },
        {
          "entryTs": 1749585300,
          "entryUtc": "2025-06-10T19:55:00.000Z",
          "exitTs": 1749585900,
          "dir": 1,
          "entryPrice": 3329.399,
          "exitPrice": 3326.07,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 10
        },
        {
          "entryTs": 1749641400,
          "entryUtc": "2025-06-11T11:30:00.000Z",
          "exitTs": 1749643320,
          "dir": -1,
          "entryPrice": 3331.555,
          "exitPrice": 3335.64,
          "stopDistance": 4.086,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 32
        },
        {
          "entryTs": 1749684600,
          "entryUtc": "2025-06-11T23:30:00.000Z",
          "exitTs": 1749686040,
          "dir": 1,
          "entryPrice": 3364.448,
          "exitPrice": 3360.017,
          "stopDistance": 4.431,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 24
        },
        {
          "entryTs": 1749703200,
          "entryUtc": "2025-06-12T04:40:00.000Z",
          "exitTs": 1749706380,
          "dir": -1,
          "entryPrice": 3371.975,
          "exitPrice": 3375.028,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1376,
          "holdMinutes": 53
        },
        {
          "entryTs": 1749716400,
          "entryUtc": "2025-06-12T08:20:00.000Z",
          "exitTs": 1749719580,
          "dir": -1,
          "entryPrice": 3355.935,
          "exitPrice": 3362.921,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 53
        },
        {
          "entryTs": 1749727800,
          "entryUtc": "2025-06-12T11:30:00.000Z",
          "exitTs": 1749728220,
          "dir": 1,
          "entryPrice": 3380.745,
          "exitPrice": 3374.868,
          "stopDistance": 5.877,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 7
        },
        {
          "entryTs": 1749768600,
          "entryUtc": "2025-06-12T22:50:00.000Z",
          "exitTs": 1749771720,
          "dir": -1,
          "entryPrice": 3383.715,
          "exitPrice": 3386.366,
          "stopDistance": 2.651,
          "outcome": "stop",
          "netR": -1.1584,
          "holdMinutes": 52
        },
        {
          "entryTs": 1749780300,
          "entryUtc": "2025-06-13T02:05:00.000Z",
          "exitTs": 1749783240,
          "dir": 1,
          "entryPrice": 3425.248,
          "exitPrice": 3441.16,
          "stopDistance": 7.956,
          "outcome": "target",
          "netR": 1.9535,
          "holdMinutes": 49
        },
        {
          "entryTs": 1749830700,
          "entryUtc": "2025-06-13T16:05:00.000Z",
          "exitTs": 1749838140,
          "dir": -1,
          "entryPrice": 3427.675,
          "exitPrice": 3433.909,
          "stopDistance": 6.234,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 124
        },
        {
          "entryTs": 1750056300,
          "entryUtc": "2025-06-16T06:45:00.000Z",
          "exitTs": 1750079760,
          "dir": -1,
          "entryPrice": 3419.175,
          "exitPrice": 3408.694,
          "stopDistance": 5.24,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 391
        },
        {
          "entryTs": 1750102500,
          "entryUtc": "2025-06-16T19:35:00.000Z",
          "exitTs": 1750113300,
          "dir": -1,
          "entryPrice": 3387.125,
          "exitPrice": 3390.661,
          "stopDistance": 3.536,
          "outcome": "stop",
          "netR": -1.1188,
          "holdMinutes": 180
        },
        {
          "entryTs": 1750117500,
          "entryUtc": "2025-06-16T23:45:00.000Z",
          "exitTs": 1750118340,
          "dir": 1,
          "entryPrice": 3393.848,
          "exitPrice": 3401.851,
          "stopDistance": 4.001,
          "outcome": "target",
          "netR": 1.9075,
          "holdMinutes": 14
        },
        {
          "entryTs": 1750126800,
          "entryUtc": "2025-06-17T02:20:00.000Z",
          "exitTs": 1750129500,
          "dir": -1,
          "entryPrice": 3396.598,
          "exitPrice": 3387.403,
          "stopDistance": 4.597,
          "outcome": "target",
          "netR": 1.9195,
          "holdMinutes": 45
        },
        {
          "entryTs": 1750152300,
          "entryUtc": "2025-06-17T09:25:00.000Z",
          "exitTs": 1750154580,
          "dir": -1,
          "entryPrice": 3382.248,
          "exitPrice": 3387.026,
          "stopDistance": 4.778,
          "outcome": "stop",
          "netR": -1.0879,
          "holdMinutes": 38
        },
        {
          "entryTs": 1750159500,
          "entryUtc": "2025-06-17T11:25:00.000Z",
          "exitTs": 1750161120,
          "dir": 1,
          "entryPrice": 3393.998,
          "exitPrice": 3389.651,
          "stopDistance": 4.347,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 27
        },
        {
          "entryTs": 1750163700,
          "entryUtc": "2025-06-17T12:35:00.000Z",
          "exitTs": 1750166220,
          "dir": -1,
          "entryPrice": 3389.925,
          "exitPrice": 3394.9,
          "stopDistance": 4.975,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 42
        },
        {
          "entryTs": 1750199700,
          "entryUtc": "2025-06-17T22:35:00.000Z",
          "exitTs": 1750203660,
          "dir": 1,
          "entryPrice": 3390.208,
          "exitPrice": 3386.781,
          "stopDistance": 3.427,
          "outcome": "stop",
          "netR": -1.1225,
          "holdMinutes": 66
        },
        {
          "entryTs": 1750215000,
          "entryUtc": "2025-06-18T02:50:00.000Z",
          "exitTs": 1750215660,
          "dir": -1,
          "entryPrice": 3377.065,
          "exitPrice": 3380.751,
          "stopDistance": 3.687,
          "outcome": "stop",
          "netR": -1.1139,
          "holdMinutes": 11
        },
        {
          "entryTs": 1750223700,
          "entryUtc": "2025-06-18T05:15:00.000Z",
          "exitTs": 1750224660,
          "dir": 1,
          "entryPrice": 3393.198,
          "exitPrice": 3389.712,
          "stopDistance": 3.486,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 16
        },
        {
          "entryTs": 1750279800,
          "entryUtc": "2025-06-18T20:50:00.000Z",
          "exitTs": 1750284060,
          "dir": -1,
          "entryPrice": 3367.215,
          "exitPrice": 3372.615,
          "stopDistance": 5.4,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 71
        },
        {
          "entryTs": 1750315800,
          "entryUtc": "2025-06-19T06:50:00.000Z",
          "exitTs": 1750318740,
          "dir": -1,
          "entryPrice": 3356.525,
          "exitPrice": 3362.743,
          "stopDistance": 6.218,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 49
        },
        {
          "entryTs": 1750320900,
          "entryUtc": "2025-06-19T08:15:00.000Z",
          "exitTs": 1750328100,
          "dir": 1,
          "entryPrice": 3362.178,
          "exitPrice": 3373.851,
          "stopDistance": 5.836,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 120
        },
        {
          "entryTs": 1750384200,
          "entryUtc": "2025-06-20T01:50:00.000Z",
          "exitTs": 1750384740,
          "dir": -1,
          "entryPrice": 3363.598,
          "exitPrice": 3355.915,
          "stopDistance": 3.841,
          "outcome": "target",
          "netR": 1.9037,
          "holdMinutes": 9
        },
        {
          "entryTs": 1750647000,
          "entryUtc": "2025-06-23T02:50:00.000Z",
          "exitTs": 1750653780,
          "dir": 1,
          "entryPrice": 3361.818,
          "exitPrice": 3357.456,
          "stopDistance": 4.362,
          "outcome": "stop",
          "netR": -1.0963,
          "holdMinutes": 113
        },
        {
          "entryTs": 1750693500,
          "entryUtc": "2025-06-23T15:45:00.000Z",
          "exitTs": 1750696920,
          "dir": 1,
          "entryPrice": 3386.248,
          "exitPrice": 3381.452,
          "stopDistance": 4.796,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 57
        },
        {
          "entryTs": 1750706400,
          "entryUtc": "2025-06-23T19:20:00.000Z",
          "exitTs": 1750710060,
          "dir": -1,
          "entryPrice": 3380.845,
          "exitPrice": 3372.567,
          "stopDistance": 4.139,
          "outcome": "target",
          "netR": 1.9106,
          "holdMinutes": 61
        },
        {
          "entryTs": 1750725000,
          "entryUtc": "2025-06-24T00:30:00.000Z",
          "exitTs": 1750736040,
          "dir": -1,
          "entryPrice": 3348.748,
          "exitPrice": 3355.539,
          "stopDistance": 6.791,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 184
        },
        {
          "entryTs": 1750763100,
          "entryUtc": "2025-06-24T11:05:00.000Z",
          "exitTs": 1750765020,
          "dir": 1,
          "entryPrice": 3325.235,
          "exitPrice": 3321.766,
          "stopDistance": 3.47,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 32
        },
        {
          "entryTs": 1750769700,
          "entryUtc": "2025-06-24T12:55:00.000Z",
          "exitTs": 1750772160,
          "dir": -1,
          "entryPrice": 3316.525,
          "exitPrice": 3303.848,
          "stopDistance": 6.338,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 41
        },
        {
          "entryTs": 1750774200,
          "entryUtc": "2025-06-24T14:10:00.000Z",
          "exitTs": 1750779120,
          "dir": -1,
          "entryPrice": 3306.565,
          "exitPrice": 3314.345,
          "stopDistance": 7.78,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 82
        },
        {
          "entryTs": 1750788000,
          "entryUtc": "2025-06-24T18:00:00.000Z",
          "exitTs": 1750793880,
          "dir": 1,
          "entryPrice": 3317.848,
          "exitPrice": 3324.601,
          "stopDistance": 3.377,
          "outcome": "target",
          "netR": 1.8904,
          "holdMinutes": 98
        },
        {
          "entryTs": 1750817700,
          "entryUtc": "2025-06-25T02:15:00.000Z",
          "exitTs": 1750819920,
          "dir": 1,
          "entryPrice": 3331.248,
          "exitPrice": 3328.262,
          "stopDistance": 2.986,
          "outcome": "stop",
          "netR": -1.1406,
          "holdMinutes": 37
        },
        {
          "entryTs": 1750845600,
          "entryUtc": "2025-06-25T10:00:00.000Z",
          "exitTs": 1750846380,
          "dir": -1,
          "entryPrice": 3325.148,
          "exitPrice": 3328.128,
          "stopDistance": 2.98,
          "outcome": "stop",
          "netR": -1.141,
          "holdMinutes": 13
        },
        {
          "entryTs": 1750865400,
          "entryUtc": "2025-06-25T15:30:00.000Z",
          "exitTs": 1750869000,
          "dir": 1,
          "entryPrice": 3322.495,
          "exitPrice": 3329.853,
          "stopDistance": 3.679,
          "outcome": "target",
          "netR": 1.8994,
          "holdMinutes": 60
        },
        {
          "entryTs": 1750872300,
          "entryUtc": "2025-06-25T17:25:00.000Z",
          "exitTs": 1750872840,
          "dir": 1,
          "entryPrice": 3331.255,
          "exitPrice": 3328.08,
          "stopDistance": 3.175,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 9
        },
        {
          "entryTs": 1750908600,
          "entryUtc": "2025-06-26T03:30:00.000Z",
          "exitTs": 1750911120,
          "dir": 1,
          "entryPrice": 3338.655,
          "exitPrice": 3335.602,
          "stopDistance": 3.053,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 42
        },
        {
          "entryTs": 1750915500,
          "entryUtc": "2025-06-26T05:25:00.000Z",
          "exitTs": 1750916100,
          "dir": -1,
          "entryPrice": 3335.248,
          "exitPrice": 3337.471,
          "stopDistance": 2.223,
          "outcome": "stop",
          "netR": -1.1889,
          "holdMinutes": 10
        },
        {
          "entryTs": 1750940700,
          "entryUtc": "2025-06-26T12:25:00.000Z",
          "exitTs": 1750940760,
          "dir": -1,
          "entryPrice": 3336.598,
          "exitPrice": 3339.974,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 1
        },
        {
          "entryTs": 1750999200,
          "entryUtc": "2025-06-27T04:40:00.000Z",
          "exitTs": 1751002980,
          "dir": -1,
          "entryPrice": 3296.415,
          "exitPrice": 3300.334,
          "stopDistance": 3.919,
          "outcome": "stop",
          "netR": -1.1072,
          "holdMinutes": 63
        },
        {
          "entryTs": 1751288100,
          "entryUtc": "2025-06-30T12:55:00.000Z",
          "exitTs": 1751289300,
          "dir": 1,
          "entryPrice": 3283.735,
          "exitPrice": 3279.802,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 20
        },
        {
          "entryTs": 1751309700,
          "entryUtc": "2025-06-30T18:55:00.000Z",
          "exitTs": 1751310720,
          "dir": 1,
          "entryPrice": 3297.835,
          "exitPrice": 3302.88,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8533,
          "holdMinutes": 17
        },
        {
          "entryTs": 1751349600,
          "entryUtc": "2025-07-01T06:00:00.000Z",
          "exitTs": 1751350800,
          "dir": 1,
          "entryPrice": 3328.565,
          "exitPrice": 3325.85,
          "stopDistance": 2.715,
          "outcome": "stop",
          "netR": -1.1547,
          "holdMinutes": 20
        },
        {
          "entryTs": 1751351100,
          "entryUtc": "2025-07-01T06:25:00.000Z",
          "exitTs": 1751352300,
          "dir": 1,
          "entryPrice": 3327.198,
          "exitPrice": 3332.695,
          "stopDistance": 2.749,
          "outcome": "target",
          "netR": 1.8654,
          "holdMinutes": 20
        },
        {
          "entryTs": 1751366400,
          "entryUtc": "2025-07-01T10:40:00.000Z",
          "exitTs": 1751367840,
          "dir": 1,
          "entryPrice": 3345.455,
          "exitPrice": 3351.579,
          "stopDistance": 3.062,
          "outcome": "target",
          "netR": 1.8792,
          "holdMinutes": 24
        },
        {
          "entryTs": 1751392200,
          "entryUtc": "2025-07-01T17:50:00.000Z",
          "exitTs": 1751408760,
          "dir": -1,
          "entryPrice": 3339.465,
          "exitPrice": 3342.61,
          "stopDistance": 3.145,
          "outcome": "stop",
          "netR": -1.1335,
          "holdMinutes": 276
        },
        {
          "entryTs": 1751410800,
          "entryUtc": "2025-07-01T23:00:00.000Z",
          "exitTs": 1751410860,
          "dir": 1,
          "entryPrice": 3341.265,
          "exitPrice": 3338.842,
          "stopDistance": 2.423,
          "outcome": "stop",
          "netR": -1.1733,
          "holdMinutes": 1
        },
        {
          "entryTs": 1751424000,
          "entryUtc": "2025-07-02T02:40:00.000Z",
          "exitTs": 1751424720,
          "dir": -1,
          "entryPrice": 3332.325,
          "exitPrice": 3336.093,
          "stopDistance": 3.769,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751467200,
          "entryUtc": "2025-07-02T14:40:00.000Z",
          "exitTs": 1751472240,
          "dir": -1,
          "entryPrice": 3339.025,
          "exitPrice": 3343.715,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 84
        },
        {
          "entryTs": 1751525100,
          "entryUtc": "2025-07-03T06:45:00.000Z",
          "exitTs": 1751526000,
          "dir": 1,
          "entryPrice": 3356.568,
          "exitPrice": 3362.761,
          "stopDistance": 3.096,
          "outcome": "target",
          "netR": 1.8805,
          "holdMinutes": 15
        },
        {
          "entryTs": 1751531400,
          "entryUtc": "2025-07-03T08:30:00.000Z",
          "exitTs": 1751532300,
          "dir": -1,
          "entryPrice": 3354.915,
          "exitPrice": 3358,
          "stopDistance": 3.084,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 15
        },
        {
          "entryTs": 1751538000,
          "entryUtc": "2025-07-03T10:20:00.000Z",
          "exitTs": 1751539200,
          "dir": -1,
          "entryPrice": 3348.175,
          "exitPrice": 3351.367,
          "stopDistance": 3.192,
          "outcome": "stop",
          "netR": -1.1316,
          "holdMinutes": 20
        },
        {
          "entryTs": 1751549100,
          "entryUtc": "2025-07-03T13:25:00.000Z",
          "exitTs": 1751580000,
          "dir": -1,
          "entryPrice": 3332.265,
          "exitPrice": 3326.135,
          "stopDistance": 7.71,
          "outcome": "time",
          "netR": 0.7471,
          "holdMinutes": 515
        },
        {
          "entryTs": 1751607000,
          "entryUtc": "2025-07-04T05:30:00.000Z",
          "exitTs": 1751609160,
          "dir": 1,
          "entryPrice": 3339.975,
          "exitPrice": 3344.045,
          "stopDistance": 2.035,
          "outcome": "target",
          "netR": 1.8182,
          "holdMinutes": 36
        },
        {
          "entryTs": 1751850000,
          "entryUtc": "2025-07-07T01:00:00.000Z",
          "exitTs": 1751850060,
          "dir": -1,
          "entryPrice": 3326.285,
          "exitPrice": 3320.096,
          "stopDistance": 3.094,
          "outcome": "target",
          "netR": 1.8804,
          "holdMinutes": 1
        },
        {
          "entryTs": 1751852400,
          "entryUtc": "2025-07-07T01:40:00.000Z",
          "exitTs": 1751856540,
          "dir": -1,
          "entryPrice": 3316.535,
          "exitPrice": 3306.366,
          "stopDistance": 5.085,
          "outcome": "target",
          "netR": 1.9272,
          "holdMinutes": 69
        },
        {
          "entryTs": 1751857800,
          "entryUtc": "2025-07-07T03:10:00.000Z",
          "exitTs": 1751874360,
          "dir": -1,
          "entryPrice": 3312.305,
          "exitPrice": 3303.532,
          "stopDistance": 4.386,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 276
        },
        {
          "entryTs": 1751876100,
          "entryUtc": "2025-07-07T08:15:00.000Z",
          "exitTs": 1751877060,
          "dir": -1,
          "entryPrice": 3306.785,
          "exitPrice": 3310.835,
          "stopDistance": 4.05,
          "outcome": "stop",
          "netR": -1.1037,
          "holdMinutes": 16
        },
        {
          "entryTs": 1751911500,
          "entryUtc": "2025-07-07T18:05:00.000Z",
          "exitTs": 1751915160,
          "dir": 1,
          "entryPrice": 3330.405,
          "exitPrice": 3336.33,
          "stopDistance": 2.962,
          "outcome": "target",
          "netR": 1.8751,
          "holdMinutes": 61
        },
        {
          "entryTs": 1751918400,
          "entryUtc": "2025-07-07T20:00:00.000Z",
          "exitTs": 1751925900,
          "dir": 1,
          "entryPrice": 3337.045,
          "exitPrice": 3342.308,
          "stopDistance": 2.632,
          "outcome": "target",
          "netR": 1.8594,
          "holdMinutes": 125
        },
        {
          "entryTs": 1751928300,
          "entryUtc": "2025-07-07T22:45:00.000Z",
          "exitTs": 1751929440,
          "dir": 1,
          "entryPrice": 3339.498,
          "exitPrice": 3336.713,
          "stopDistance": 2.785,
          "outcome": "stop",
          "netR": -1.1508,
          "holdMinutes": 19
        },
        {
          "entryTs": 1751988600,
          "entryUtc": "2025-07-08T15:30:00.000Z",
          "exitTs": 1751994120,
          "dir": -1,
          "entryPrice": 3296.375,
          "exitPrice": 3302.701,
          "stopDistance": 6.326,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 92
        },
        {
          "entryTs": 1752028200,
          "entryUtc": "2025-07-09T02:30:00.000Z",
          "exitTs": 1752028860,
          "dir": -1,
          "entryPrice": 3302.385,
          "exitPrice": 3295.636,
          "stopDistance": 3.374,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 11
        },
        {
          "entryTs": 1752043800,
          "entryUtc": "2025-07-09T06:50:00.000Z",
          "exitTs": 1752044400,
          "dir": -1,
          "entryPrice": 3289.705,
          "exitPrice": 3293.354,
          "stopDistance": 3.649,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 10
        },
        {
          "entryTs": 1752060000,
          "entryUtc": "2025-07-09T11:20:00.000Z",
          "exitTs": 1752060120,
          "dir": 1,
          "entryPrice": 3292.615,
          "exitPrice": 3289.724,
          "stopDistance": 2.891,
          "outcome": "stop",
          "netR": -1.1453,
          "holdMinutes": 2
        },
        {
          "entryTs": 1752074700,
          "entryUtc": "2025-07-09T15:25:00.000Z",
          "exitTs": 1752088740,
          "dir": 1,
          "entryPrice": 3307.855,
          "exitPrice": 3316.325,
          "stopDistance": 4.235,
          "outcome": "target",
          "netR": 1.9126,
          "holdMinutes": 234
        },
        {
          "entryTs": 1752102300,
          "entryUtc": "2025-07-09T23:05:00.000Z",
          "exitTs": 1752109980,
          "dir": 1,
          "entryPrice": 3317.548,
          "exitPrice": 3322.226,
          "stopDistance": 2.339,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 128
        },
        {
          "entryTs": 1752113700,
          "entryUtc": "2025-07-10T02:15:00.000Z",
          "exitTs": 1752115500,
          "dir": 1,
          "entryPrice": 3321.348,
          "exitPrice": 3318.625,
          "stopDistance": 2.723,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 30
        },
        {
          "entryTs": 1752122400,
          "entryUtc": "2025-07-10T04:40:00.000Z",
          "exitTs": 1752122880,
          "dir": -1,
          "entryPrice": 3317.185,
          "exitPrice": 3319.353,
          "stopDistance": 2.168,
          "outcome": "stop",
          "netR": -1.1937,
          "holdMinutes": 8
        },
        {
          "entryTs": 1752126000,
          "entryUtc": "2025-07-10T05:40:00.000Z",
          "exitTs": 1752128340,
          "dir": 1,
          "entryPrice": 3321.148,
          "exitPrice": 3325.889,
          "stopDistance": 2.371,
          "outcome": "target",
          "netR": 1.8439,
          "holdMinutes": 39
        },
        {
          "entryTs": 1752136500,
          "entryUtc": "2025-07-10T08:35:00.000Z",
          "exitTs": 1752136800,
          "dir": -1,
          "entryPrice": 3322.245,
          "exitPrice": 3324.784,
          "stopDistance": 2.539,
          "outcome": "stop",
          "netR": -1.1654,
          "holdMinutes": 5
        },
        {
          "entryTs": 1752167100,
          "entryUtc": "2025-07-10T17:05:00.000Z",
          "exitTs": 1752170460,
          "dir": -1,
          "entryPrice": 3315.925,
          "exitPrice": 3318.744,
          "stopDistance": 2.819,
          "outcome": "stop",
          "netR": -1.149,
          "holdMinutes": 56
        },
        {
          "entryTs": 1752178800,
          "entryUtc": "2025-07-10T20:20:00.000Z",
          "exitTs": 1752188040,
          "dir": 1,
          "entryPrice": 3323.685,
          "exitPrice": 3321.788,
          "stopDistance": 1.897,
          "outcome": "stop",
          "netR": -1.2214,
          "holdMinutes": 154
        },
        {
          "entryTs": 1752205200,
          "entryUtc": "2025-07-11T03:40:00.000Z",
          "exitTs": 1752208500,
          "dir": 1,
          "entryPrice": 3333.305,
          "exitPrice": 3330.677,
          "stopDistance": 2.628,
          "outcome": "stop",
          "netR": -1.1598,
          "holdMinutes": 55
        },
        {
          "entryTs": 1752248400,
          "entryUtc": "2025-07-11T15:40:00.000Z",
          "exitTs": 1752249960,
          "dir": 1,
          "entryPrice": 3360.469,
          "exitPrice": 3355.427,
          "stopDistance": 5.042,
          "outcome": "stop",
          "netR": -1.0833,
          "holdMinutes": 26
        },
        {
          "entryTs": 1752256500,
          "entryUtc": "2025-07-11T17:55:00.000Z",
          "exitTs": 1752257340,
          "dir": -1,
          "entryPrice": 3353.005,
          "exitPrice": 3356.039,
          "stopDistance": 3.034,
          "outcome": "stop",
          "netR": -1.1384,
          "holdMinutes": 14
        },
        {
          "entryTs": 1752449100,
          "entryUtc": "2025-07-13T23:25:00.000Z",
          "exitTs": 1752455340,
          "dir": 1,
          "entryPrice": 3367.498,
          "exitPrice": 3363.022,
          "stopDistance": 4.476,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 104
        },
        {
          "entryTs": 1752460200,
          "entryUtc": "2025-07-14T02:30:00.000Z",
          "exitTs": 1752475500,
          "dir": -1,
          "entryPrice": 3358.795,
          "exitPrice": 3362.879,
          "stopDistance": 4.084,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 255
        },
        {
          "entryTs": 1752489000,
          "entryUtc": "2025-07-14T10:30:00.000Z",
          "exitTs": 1752493920,
          "dir": 1,
          "entryPrice": 3370.215,
          "exitPrice": 3367.178,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 82
        },
        {
          "entryTs": 1752505800,
          "entryUtc": "2025-07-14T15:10:00.000Z",
          "exitTs": 1752535800,
          "dir": -1,
          "entryPrice": 3348.275,
          "exitPrice": 3344.448,
          "stopDistance": 5.04,
          "outcome": "time",
          "netR": 0.6859,
          "holdMinutes": 500
        },
        {
          "entryTs": 1752559200,
          "entryUtc": "2025-07-15T06:00:00.000Z",
          "exitTs": 1752559500,
          "dir": 1,
          "entryPrice": 3361.898,
          "exitPrice": 3359.599,
          "stopDistance": 2.299,
          "outcome": "stop",
          "netR": -1.1827,
          "holdMinutes": 5
        },
        {
          "entryTs": 1752587700,
          "entryUtc": "2025-07-15T13:55:00.000Z",
          "exitTs": 1752589920,
          "dir": -1,
          "entryPrice": 3343.849,
          "exitPrice": 3349.737,
          "stopDistance": 5.888,
          "outcome": "stop",
          "netR": -1.0713,
          "holdMinutes": 37
        },
        {
          "entryTs": 1752598200,
          "entryUtc": "2025-07-15T16:50:00.000Z",
          "exitTs": 1752628200,
          "dir": -1,
          "entryPrice": 3328.169,
          "exitPrice": 3330.848,
          "stopDistance": 4.547,
          "outcome": "time",
          "netR": -0.6705,
          "holdMinutes": 500
        },
        {
          "entryTs": 1752639900,
          "entryUtc": "2025-07-16T04:25:00.000Z",
          "exitTs": 1752640260,
          "dir": 1,
          "entryPrice": 3333.085,
          "exitPrice": 3337.437,
          "stopDistance": 2.176,
          "outcome": "target",
          "netR": 1.83,
          "holdMinutes": 6
        },
        {
          "entryTs": 1752644400,
          "entryUtc": "2025-07-16T05:40:00.000Z",
          "exitTs": 1752646140,
          "dir": 1,
          "entryPrice": 3337.125,
          "exitPrice": 3341.231,
          "stopDistance": 2.053,
          "outcome": "target",
          "netR": 1.8198,
          "holdMinutes": 29
        },
        {
          "entryTs": 1752657300,
          "entryUtc": "2025-07-16T09:15:00.000Z",
          "exitTs": 1752660360,
          "dir": 1,
          "entryPrice": 3340.175,
          "exitPrice": 3337.979,
          "stopDistance": 2.196,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 51
        },
        {
          "entryTs": 1752732000,
          "entryUtc": "2025-07-17T06:00:00.000Z",
          "exitTs": 1752732780,
          "dir": -1,
          "entryPrice": 3339.245,
          "exitPrice": 3334.294,
          "stopDistance": 2.475,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 13
        },
        {
          "entryTs": 1752758400,
          "entryUtc": "2025-07-17T13:20:00.000Z",
          "exitTs": 1752761400,
          "dir": -1,
          "entryPrice": 3318.125,
          "exitPrice": 3323.577,
          "stopDistance": 5.452,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 50
        },
        {
          "entryTs": 1752782400,
          "entryUtc": "2025-07-17T20:00:00.000Z",
          "exitTs": 1752784620,
          "dir": 1,
          "entryPrice": 3339.535,
          "exitPrice": 3337.947,
          "stopDistance": 1.588,
          "outcome": "stop",
          "netR": -1.2645,
          "holdMinutes": 37
        },
        {
          "entryTs": 1752794400,
          "entryUtc": "2025-07-17T23:20:00.000Z",
          "exitTs": 1752796440,
          "dir": 1,
          "entryPrice": 3341.615,
          "exitPrice": 3339.5,
          "stopDistance": 2.115,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 34
        },
        {
          "entryTs": 1752800400,
          "entryUtc": "2025-07-18T01:00:00.000Z",
          "exitTs": 1752800520,
          "dir": -1,
          "entryPrice": 3339.695,
          "exitPrice": 3341.554,
          "stopDistance": 1.858,
          "outcome": "stop",
          "netR": -1.226,
          "holdMinutes": 2
        },
        {
          "entryTs": 1752826800,
          "entryUtc": "2025-07-18T08:20:00.000Z",
          "exitTs": 1752829680,
          "dir": 1,
          "entryPrice": 3346.675,
          "exitPrice": 3351.967,
          "stopDistance": 2.646,
          "outcome": "target",
          "netR": 1.8602,
          "holdMinutes": 48
        },
        {
          "entryTs": 1752869700,
          "entryUtc": "2025-07-18T20:15:00.000Z",
          "exitTs": 1752871620,
          "dir": -1,
          "entryPrice": 3349.765,
          "exitPrice": 3351.497,
          "stopDistance": 1.732,
          "outcome": "stop",
          "netR": -1.2424,
          "holdMinutes": 32
        },
        {
          "entryTs": 1753054800,
          "entryUtc": "2025-07-20T23:40:00.000Z",
          "exitTs": 1753055580,
          "dir": -1,
          "entryPrice": 3346.565,
          "exitPrice": 3348.429,
          "stopDistance": 1.864,
          "outcome": "stop",
          "netR": -1.2254,
          "holdMinutes": 13
        },
        {
          "entryTs": 1753063500,
          "entryUtc": "2025-07-21T02:05:00.000Z",
          "exitTs": 1753065720,
          "dir": 1,
          "entryPrice": 3355.125,
          "exitPrice": 3352.708,
          "stopDistance": 2.417,
          "outcome": "stop",
          "netR": -1.1738,
          "holdMinutes": 37
        },
        {
          "entryTs": 1753077900,
          "entryUtc": "2025-07-21T06:05:00.000Z",
          "exitTs": 1753084800,
          "dir": 1,
          "entryPrice": 3365.795,
          "exitPrice": 3362.894,
          "stopDistance": 2.901,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 115
        },
        {
          "entryTs": 1753086600,
          "entryUtc": "2025-07-21T08:30:00.000Z",
          "exitTs": 1753092240,
          "dir": -1,
          "entryPrice": 3365.265,
          "exitPrice": 3367.697,
          "stopDistance": 2.432,
          "outcome": "stop",
          "netR": -1.1727,
          "holdMinutes": 94
        },
        {
          "entryTs": 1753110900,
          "entryUtc": "2025-07-21T15:15:00.000Z",
          "exitTs": 1753117800,
          "dir": 1,
          "entryPrice": 3396.535,
          "exitPrice": 3392.619,
          "stopDistance": 3.916,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 115
        },
        {
          "entryTs": 1753129800,
          "entryUtc": "2025-07-21T20:30:00.000Z",
          "exitTs": 1753140120,
          "dir": 1,
          "entryPrice": 3397.665,
          "exitPrice": 3401.145,
          "stopDistance": 1.74,
          "outcome": "target",
          "netR": 1.7874,
          "holdMinutes": 172
        },
        {
          "entryTs": 1753144500,
          "entryUtc": "2025-07-22T00:35:00.000Z",
          "exitTs": 1753148460,
          "dir": -1,
          "entryPrice": 3395.205,
          "exitPrice": 3388.78,
          "stopDistance": 3.212,
          "outcome": "target",
          "netR": 1.8848,
          "holdMinutes": 66
        },
        {
          "entryTs": 1753150500,
          "entryUtc": "2025-07-22T02:15:00.000Z",
          "exitTs": 1753155840,
          "dir": -1,
          "entryPrice": 3388.939,
          "exitPrice": 3392.33,
          "stopDistance": 3.392,
          "outcome": "stop",
          "netR": -1.1238,
          "holdMinutes": 89
        },
        {
          "entryTs": 1753157100,
          "entryUtc": "2025-07-22T04:05:00.000Z",
          "exitTs": 1753157220,
          "dir": 1,
          "entryPrice": 3391.145,
          "exitPrice": 3388.548,
          "stopDistance": 2.597,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 2
        },
        {
          "entryTs": 1753193100,
          "entryUtc": "2025-07-22T14:05:00.000Z",
          "exitTs": 1753194420,
          "dir": 1,
          "entryPrice": 3410.648,
          "exitPrice": 3421.743,
          "stopDistance": 5.547,
          "outcome": "target",
          "netR": 1.9333,
          "holdMinutes": 22
        },
        {
          "entryTs": 1753264200,
          "entryUtc": "2025-07-23T09:50:00.000Z",
          "exitTs": 1753265100,
          "dir": 1,
          "entryPrice": 3430.418,
          "exitPrice": 3427.541,
          "stopDistance": 2.877,
          "outcome": "stop",
          "netR": -1.146,
          "holdMinutes": 15
        },
        {
          "entryTs": 1753328100,
          "entryUtc": "2025-07-24T03:35:00.000Z",
          "exitTs": 1753338300,
          "dir": -1,
          "entryPrice": 3382.205,
          "exitPrice": 3373.538,
          "stopDistance": 4.334,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 170
        },
        {
          "entryTs": 1753345800,
          "entryUtc": "2025-07-24T08:30:00.000Z",
          "exitTs": 1753348920,
          "dir": -1,
          "entryPrice": 3372.245,
          "exitPrice": 3363.444,
          "stopDistance": 4.4,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 52
        },
        {
          "entryTs": 1753369200,
          "entryUtc": "2025-07-24T15:00:00.000Z",
          "exitTs": 1753374600,
          "dir": 1,
          "entryPrice": 3373.469,
          "exitPrice": 3368.646,
          "stopDistance": 4.823,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 90
        },
        {
          "entryTs": 1753435500,
          "entryUtc": "2025-07-25T09:25:00.000Z",
          "exitTs": 1753440960,
          "dir": -1,
          "entryPrice": 3347.985,
          "exitPrice": 3341.655,
          "stopDistance": 3.165,
          "outcome": "target",
          "netR": 1.8831,
          "holdMinutes": 91
        },
        {
          "entryTs": 1753460400,
          "entryUtc": "2025-07-25T16:20:00.000Z",
          "exitTs": 1753464120,
          "dir": -1,
          "entryPrice": 3330.325,
          "exitPrice": 3334.654,
          "stopDistance": 4.329,
          "outcome": "stop",
          "netR": -1.097,
          "holdMinutes": 62
        },
        {
          "entryTs": 1753472700,
          "entryUtc": "2025-07-25T19:45:00.000Z",
          "exitTs": 1753473660,
          "dir": 1,
          "entryPrice": 3338.615,
          "exitPrice": 3336.962,
          "stopDistance": 1.653,
          "outcome": "stop",
          "netR": -1.2541,
          "holdMinutes": 16
        },
        {
          "entryTs": 1753713000,
          "entryUtc": "2025-07-28T14:30:00.000Z",
          "exitTs": 1753732440,
          "dir": -1,
          "entryPrice": 3311.835,
          "exitPrice": 3318.337,
          "stopDistance": 6.502,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 324
        },
        {
          "entryTs": 1753780200,
          "entryUtc": "2025-07-29T09:10:00.000Z",
          "exitTs": 1753786980,
          "dir": 1,
          "entryPrice": 3323.705,
          "exitPrice": 3319.756,
          "stopDistance": 3.949,
          "outcome": "stop",
          "netR": -1.1063,
          "holdMinutes": 113
        },
        {
          "entryTs": 1753802700,
          "entryUtc": "2025-07-29T15:25:00.000Z",
          "exitTs": 1753804020,
          "dir": 1,
          "entryPrice": 3326.375,
          "exitPrice": 3321.419,
          "stopDistance": 4.956,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 22
        },
        {
          "entryTs": 1753841100,
          "entryUtc": "2025-07-30T02:05:00.000Z",
          "exitTs": 1753841580,
          "dir": -1,
          "entryPrice": 3326.598,
          "exitPrice": 3329.756,
          "stopDistance": 3.158,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 8
        },
        {
          "entryTs": 1753857600,
          "entryUtc": "2025-07-30T06:40:00.000Z",
          "exitTs": 1753858980,
          "dir": -1,
          "entryPrice": 3324.895,
          "exitPrice": 3327.536,
          "stopDistance": 2.641,
          "outcome": "stop",
          "netR": -1.159,
          "holdMinutes": 23
        },
        {
          "entryTs": 1753908600,
          "entryUtc": "2025-07-30T20:50:00.000Z",
          "exitTs": 1753918260,
          "dir": -1,
          "entryPrice": 3274.735,
          "exitPrice": 3280.038,
          "stopDistance": 5.303,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 161
        },
        {
          "entryTs": 1753929000,
          "entryUtc": "2025-07-31T02:30:00.000Z",
          "exitTs": 1753941300,
          "dir": 1,
          "entryPrice": 3292.348,
          "exitPrice": 3299.374,
          "stopDistance": 3.513,
          "outcome": "target",
          "netR": 1.8947,
          "holdMinutes": 205
        },
        {
          "entryTs": 1753960800,
          "entryUtc": "2025-07-31T11:20:00.000Z",
          "exitTs": 1753961760,
          "dir": -1,
          "entryPrice": 3302.345,
          "exitPrice": 3306.182,
          "stopDistance": 3.837,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 16
        },
        {
          "entryTs": 1754008800,
          "entryUtc": "2025-08-01T00:40:00.000Z",
          "exitTs": 1754008920,
          "dir": -1,
          "entryPrice": 3289.285,
          "exitPrice": 3291.811,
          "stopDistance": 2.526,
          "outcome": "stop",
          "netR": -1.1663,
          "holdMinutes": 2
        },
        {
          "entryTs": 1754019900,
          "entryUtc": "2025-08-01T03:45:00.000Z",
          "exitTs": 1754027460,
          "dir": 1,
          "entryPrice": 3291.845,
          "exitPrice": 3298.012,
          "stopDistance": 3.083,
          "outcome": "target",
          "netR": 1.88,
          "holdMinutes": 126
        },
        {
          "entryTs": 1754028900,
          "entryUtc": "2025-08-01T06:15:00.000Z",
          "exitTs": 1754029680,
          "dir": 1,
          "entryPrice": 3294.895,
          "exitPrice": 3292.045,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 13
        },
        {
          "entryTs": 1754040900,
          "entryUtc": "2025-08-01T09:35:00.000Z",
          "exitTs": 1754045520,
          "dir": 1,
          "entryPrice": 3293.535,
          "exitPrice": 3299.444,
          "stopDistance": 2.954,
          "outcome": "target",
          "netR": 1.8748,
          "holdMinutes": 77
        },
        {
          "entryTs": 1754049000,
          "entryUtc": "2025-08-01T11:50:00.000Z",
          "exitTs": 1754051400,
          "dir": 1,
          "entryPrice": 3297.895,
          "exitPrice": 3304.044,
          "stopDistance": 3.075,
          "outcome": "target",
          "netR": 1.8797,
          "holdMinutes": 40
        },
        {
          "entryTs": 1754055600,
          "entryUtc": "2025-08-01T13:40:00.000Z",
          "exitTs": 1754077740,
          "dir": 1,
          "entryPrice": 3343.975,
          "exitPrice": 3360.832,
          "stopDistance": 8.428,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 369
        },
        {
          "entryTs": 1754272200,
          "entryUtc": "2025-08-04T01:50:00.000Z",
          "exitTs": 1754274300,
          "dir": -1,
          "entryPrice": 3350.705,
          "exitPrice": 3354.151,
          "stopDistance": 3.446,
          "outcome": "stop",
          "netR": -1.1219,
          "holdMinutes": 35
        },
        {
          "entryTs": 1754283300,
          "entryUtc": "2025-08-04T04:55:00.000Z",
          "exitTs": 1754285580,
          "dir": 1,
          "entryPrice": 3359.195,
          "exitPrice": 3357.12,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 38
        },
        {
          "entryTs": 1754309700,
          "entryUtc": "2025-08-04T12:15:00.000Z",
          "exitTs": 1754310540,
          "dir": 1,
          "entryPrice": 3366.835,
          "exitPrice": 3363.589,
          "stopDistance": 3.246,
          "outcome": "stop",
          "netR": -1.1294,
          "holdMinutes": 14
        },
        {
          "entryTs": 1754317200,
          "entryUtc": "2025-08-04T14:20:00.000Z",
          "exitTs": 1754320140,
          "dir": 1,
          "entryPrice": 3376.375,
          "exitPrice": 3371.419,
          "stopDistance": 4.956,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 49
        },
        {
          "entryTs": 1754394900,
          "entryUtc": "2025-08-05T11:55:00.000Z",
          "exitTs": 1754396520,
          "dir": -1,
          "entryPrice": 3353.275,
          "exitPrice": 3356.55,
          "stopDistance": 3.275,
          "outcome": "stop",
          "netR": -1.1283,
          "holdMinutes": 27
        },
        {
          "entryTs": 1754408100,
          "entryUtc": "2025-08-05T15:35:00.000Z",
          "exitTs": 1754411460,
          "dir": 1,
          "entryPrice": 3382.389,
          "exitPrice": 3377.818,
          "stopDistance": 4.571,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 56
        },
        {
          "entryTs": 1754447700,
          "entryUtc": "2025-08-06T02:35:00.000Z",
          "exitTs": 1754457780,
          "dir": -1,
          "entryPrice": 3376.805,
          "exitPrice": 3370.899,
          "stopDistance": 2.953,
          "outcome": "target",
          "netR": 1.8747,
          "holdMinutes": 168
        },
        {
          "entryTs": 1754475300,
          "entryUtc": "2025-08-06T10:15:00.000Z",
          "exitTs": 1754479500,
          "dir": -1,
          "entryPrice": 3362.735,
          "exitPrice": 3365.909,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 70
        },
        {
          "entryTs": 1754493600,
          "entryUtc": "2025-08-06T15:20:00.000Z",
          "exitTs": 1754494560,
          "dir": 1,
          "entryPrice": 3376.945,
          "exitPrice": 3373.307,
          "stopDistance": 3.638,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 16
        },
        {
          "entryTs": 1754505900,
          "entryUtc": "2025-08-06T18:45:00.000Z",
          "exitTs": 1754512680,
          "dir": -1,
          "entryPrice": 3372.545,
          "exitPrice": 3367.03,
          "stopDistance": 2.757,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 113
        },
        {
          "entryTs": 1754533800,
          "entryUtc": "2025-08-07T02:30:00.000Z",
          "exitTs": 1754544840,
          "dir": 1,
          "entryPrice": 3378.785,
          "exitPrice": 3375.526,
          "stopDistance": 3.259,
          "outcome": "stop",
          "netR": -1.1289,
          "holdMinutes": 184
        },
        {
          "entryTs": 1754556600,
          "entryUtc": "2025-08-07T08:50:00.000Z",
          "exitTs": 1754569920,
          "dir": -1,
          "entryPrice": 3380.435,
          "exitPrice": 3386.097,
          "stopDistance": 5.662,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 222
        },
        {
          "entryTs": 1754641800,
          "entryUtc": "2025-08-08T08:30:00.000Z",
          "exitTs": 1754643120,
          "dir": 1,
          "entryPrice": 3399.135,
          "exitPrice": 3394.596,
          "stopDistance": 4.539,
          "outcome": "stop",
          "netR": -1.0925,
          "holdMinutes": 22
        },
        {
          "entryTs": 1754672700,
          "entryUtc": "2025-08-08T17:05:00.000Z",
          "exitTs": 1754675940,
          "dir": 1,
          "entryPrice": 3396.175,
          "exitPrice": 3392.094,
          "stopDistance": 4.081,
          "outcome": "stop",
          "netR": -1.1029,
          "holdMinutes": 54
        },
        {
          "entryTs": 1754877300,
          "entryUtc": "2025-08-11T01:55:00.000Z",
          "exitTs": 1754893740,
          "dir": -1,
          "entryPrice": 3377.575,
          "exitPrice": 3366.853,
          "stopDistance": 5.361,
          "outcome": "target",
          "netR": 1.931,
          "holdMinutes": 274
        },
        {
          "entryTs": 1754925900,
          "entryUtc": "2025-08-11T15:25:00.000Z",
          "exitTs": 1754933880,
          "dir": -1,
          "entryPrice": 3348.075,
          "exitPrice": 3353.195,
          "stopDistance": 5.12,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 133
        },
        {
          "entryTs": 1754936400,
          "entryUtc": "2025-08-11T18:20:00.000Z",
          "exitTs": 1754944380,
          "dir": 1,
          "entryPrice": 3353.015,
          "exitPrice": 3348.564,
          "stopDistance": 4.451,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 133
        },
        {
          "entryTs": 1754976000,
          "entryUtc": "2025-08-12T05:20:00.000Z",
          "exitTs": 1754977860,
          "dir": 1,
          "entryPrice": 3353.185,
          "exitPrice": 3350.592,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 31
        },
        {
          "entryTs": 1754981100,
          "entryUtc": "2025-08-12T06:45:00.000Z",
          "exitTs": 1754984040,
          "dir": -1,
          "entryPrice": 3348.645,
          "exitPrice": 3352.663,
          "stopDistance": 4.018,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 49
        },
        {
          "entryTs": 1754989500,
          "entryUtc": "2025-08-12T09:05:00.000Z",
          "exitTs": 1754997480,
          "dir": -1,
          "entryPrice": 3349.365,
          "exitPrice": 3341.517,
          "stopDistance": 3.924,
          "outcome": "target",
          "netR": 1.9057,
          "holdMinutes": 133
        },
        {
          "entryTs": 1755015300,
          "entryUtc": "2025-08-12T16:15:00.000Z",
          "exitTs": 1755045300,
          "dir": 1,
          "entryPrice": 3346.805,
          "exitPrice": 3346.065,
          "stopDistance": 6.332,
          "outcome": "time",
          "netR": -0.1753,
          "holdMinutes": 500
        },
        {
          "entryTs": 1755083100,
          "entryUtc": "2025-08-13T11:05:00.000Z",
          "exitTs": 1755083520,
          "dir": 1,
          "entryPrice": 3364.025,
          "exitPrice": 3361.202,
          "stopDistance": 2.823,
          "outcome": "stop",
          "netR": -1.1488,
          "holdMinutes": 7
        },
        {
          "entryTs": 1755133200,
          "entryUtc": "2025-08-14T01:00:00.000Z",
          "exitTs": 1755134580,
          "dir": 1,
          "entryPrice": 3369.295,
          "exitPrice": 3366.494,
          "stopDistance": 2.801,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 23
        },
        {
          "entryTs": 1755144000,
          "entryUtc": "2025-08-14T04:00:00.000Z",
          "exitTs": 1755154800,
          "dir": -1,
          "entryPrice": 3360.325,
          "exitPrice": 3363.413,
          "stopDistance": 3.088,
          "outcome": "stop",
          "netR": -1.136,
          "holdMinutes": 180
        },
        {
          "entryTs": 1755160200,
          "entryUtc": "2025-08-14T08:30:00.000Z",
          "exitTs": 1755162840,
          "dir": -1,
          "entryPrice": 3349.565,
          "exitPrice": 3354.44,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 44
        },
        {
          "entryTs": 1755201000,
          "entryUtc": "2025-08-14T19:50:00.000Z",
          "exitTs": 1755201840,
          "dir": 1,
          "entryPrice": 3338.985,
          "exitPrice": 3337,
          "stopDistance": 1.985,
          "outcome": "stop",
          "netR": -1.2116,
          "holdMinutes": 14
        },
        {
          "entryTs": 1755209100,
          "entryUtc": "2025-08-14T22:05:00.000Z",
          "exitTs": 1755210000,
          "dir": -1,
          "entryPrice": 3336.325,
          "exitPrice": 3332.722,
          "stopDistance": 1.801,
          "outcome": "target",
          "netR": 1.7946,
          "holdMinutes": 15
        },
        {
          "entryTs": 1755213900,
          "entryUtc": "2025-08-14T23:25:00.000Z",
          "exitTs": 1755214800,
          "dir": -1,
          "entryPrice": 3333.998,
          "exitPrice": 3335.735,
          "stopDistance": 1.736,
          "outcome": "stop",
          "netR": -1.2419,
          "holdMinutes": 15
        },
        {
          "entryTs": 1755483600,
          "entryUtc": "2025-08-18T02:20:00.000Z",
          "exitTs": 1755488940,
          "dir": 1,
          "entryPrice": 3343.555,
          "exitPrice": 3349.757,
          "stopDistance": 3.101,
          "outcome": "target",
          "netR": 1.8807,
          "holdMinutes": 89
        },
        {
          "entryTs": 1755494400,
          "entryUtc": "2025-08-18T05:20:00.000Z",
          "exitTs": 1755494940,
          "dir": 1,
          "entryPrice": 3353.748,
          "exitPrice": 3351.124,
          "stopDistance": 2.624,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 9
        },
        {
          "entryTs": 1755497100,
          "entryUtc": "2025-08-18T06:05:00.000Z",
          "exitTs": 1755501180,
          "dir": -1,
          "entryPrice": 3350.525,
          "exitPrice": 3353.52,
          "stopDistance": 2.996,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 68
        },
        {
          "entryTs": 1755574800,
          "entryUtc": "2025-08-19T03:40:00.000Z",
          "exitTs": 1755576420,
          "dir": 1,
          "entryPrice": 3338.535,
          "exitPrice": 3335.824,
          "stopDistance": 2.711,
          "outcome": "stop",
          "netR": -1.1549,
          "holdMinutes": 27
        },
        {
          "entryTs": 1755600300,
          "entryUtc": "2025-08-19T10:45:00.000Z",
          "exitTs": 1755603600,
          "dir": 1,
          "entryPrice": 3342.435,
          "exitPrice": 3340.374,
          "stopDistance": 2.061,
          "outcome": "stop",
          "netR": -1.2038,
          "holdMinutes": 55
        },
        {
          "entryTs": 1755635400,
          "entryUtc": "2025-08-19T20:30:00.000Z",
          "exitTs": 1755647520,
          "dir": -1,
          "entryPrice": 3316.515,
          "exitPrice": 3313.314,
          "stopDistance": 1.6,
          "outcome": "target",
          "netR": 1.7688,
          "holdMinutes": 202
        },
        {
          "entryTs": 1755666000,
          "entryUtc": "2025-08-20T05:00:00.000Z",
          "exitTs": 1755669480,
          "dir": 1,
          "entryPrice": 3318.598,
          "exitPrice": 3322.404,
          "stopDistance": 1.903,
          "outcome": "target",
          "netR": 1.8056,
          "holdMinutes": 58
        },
        {
          "entryTs": 1755720600,
          "entryUtc": "2025-08-20T20:10:00.000Z",
          "exitTs": 1755727440,
          "dir": 1,
          "entryPrice": 3347.598,
          "exitPrice": 3351.074,
          "stopDistance": 1.738,
          "outcome": "target",
          "netR": 1.7871,
          "holdMinutes": 114
        },
        {
          "entryTs": 1755730800,
          "entryUtc": "2025-08-20T23:00:00.000Z",
          "exitTs": 1755731220,
          "dir": 1,
          "entryPrice": 3349.315,
          "exitPrice": 3347.578,
          "stopDistance": 1.737,
          "outcome": "stop",
          "netR": -1.2418,
          "holdMinutes": 7
        },
        {
          "entryTs": 1755750900,
          "entryUtc": "2025-08-21T04:35:00.000Z",
          "exitTs": 1755753240,
          "dir": -1,
          "entryPrice": 3340.398,
          "exitPrice": 3336.904,
          "stopDistance": 1.747,
          "outcome": "target",
          "netR": 1.7882,
          "holdMinutes": 39
        },
        {
          "entryTs": 1755775500,
          "entryUtc": "2025-08-21T11:25:00.000Z",
          "exitTs": 1755776520,
          "dir": -1,
          "entryPrice": 3330.805,
          "exitPrice": 3334.012,
          "stopDistance": 3.207,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 17
        },
        {
          "entryTs": 1755800400,
          "entryUtc": "2025-08-21T18:20:00.000Z",
          "exitTs": 1755804060,
          "dir": -1,
          "entryPrice": 3338.875,
          "exitPrice": 3341.121,
          "stopDistance": 2.246,
          "outcome": "stop",
          "netR": -1.187,
          "holdMinutes": 61
        },
        {
          "entryTs": 1755805800,
          "entryUtc": "2025-08-21T19:50:00.000Z",
          "exitTs": 1755805980,
          "dir": 1,
          "entryPrice": 3340.348,
          "exitPrice": 3338.767,
          "stopDistance": 1.581,
          "outcome": "stop",
          "netR": -1.2657,
          "holdMinutes": 3
        },
        {
          "entryTs": 1755833700,
          "entryUtc": "2025-08-22T03:35:00.000Z",
          "exitTs": 1755836460,
          "dir": -1,
          "entryPrice": 3334.115,
          "exitPrice": 3330.005,
          "stopDistance": 2.055,
          "outcome": "target",
          "netR": 1.82,
          "holdMinutes": 46
        },
        {
          "entryTs": 1755877500,
          "entryUtc": "2025-08-22T15:45:00.000Z",
          "exitTs": 1756072800,
          "dir": 1,
          "entryPrice": 3371.815,
          "exitPrice": 3371.115,
          "stopDistance": 5.937,
          "outcome": "time",
          "netR": -0.1802,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1756083900,
          "entryUtc": "2025-08-25T01:05:00.000Z",
          "exitTs": 1756086420,
          "dir": -1,
          "entryPrice": 3365.665,
          "exitPrice": 3361.075,
          "stopDistance": 2.295,
          "outcome": "target",
          "netR": 1.8388,
          "holdMinutes": 42
        },
        {
          "entryTs": 1756117500,
          "entryUtc": "2025-08-25T10:25:00.000Z",
          "exitTs": 1756122360,
          "dir": 1,
          "entryPrice": 3366.315,
          "exitPrice": 3369.988,
          "stopDistance": 1.836,
          "outcome": "target",
          "netR": 1.7985,
          "holdMinutes": 81
        },
        {
          "entryTs": 1756124100,
          "entryUtc": "2025-08-25T12:15:00.000Z",
          "exitTs": 1756125120,
          "dir": 1,
          "entryPrice": 3368.415,
          "exitPrice": 3366.397,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2081,
          "holdMinutes": 17
        },
        {
          "entryTs": 1756138500,
          "entryUtc": "2025-08-25T16:15:00.000Z",
          "exitTs": 1756144920,
          "dir": 1,
          "entryPrice": 3373.005,
          "exitPrice": 3370.595,
          "stopDistance": 2.409,
          "outcome": "stop",
          "netR": -1.1743,
          "holdMinutes": 107
        },
        {
          "entryTs": 1756155300,
          "entryUtc": "2025-08-25T20:55:00.000Z",
          "exitTs": 1756162920,
          "dir": -1,
          "entryPrice": 3365.675,
          "exitPrice": 3362.96,
          "stopDistance": 1.358,
          "outcome": "target",
          "netR": 1.7275,
          "holdMinutes": 127
        },
        {
          "entryTs": 1756166700,
          "entryUtc": "2025-08-26T00:05:00.000Z",
          "exitTs": 1756166820,
          "dir": -1,
          "entryPrice": 3356.615,
          "exitPrice": 3359.824,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 2
        },
        {
          "entryTs": 1756170600,
          "entryUtc": "2025-08-26T01:10:00.000Z",
          "exitTs": 1756192680,
          "dir": 1,
          "entryPrice": 3375.055,
          "exitPrice": 3369.122,
          "stopDistance": 5.933,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 368
        },
        {
          "entryTs": 1756209900,
          "entryUtc": "2025-08-26T12:05:00.000Z",
          "exitTs": 1756212960,
          "dir": 1,
          "entryPrice": 3377.075,
          "exitPrice": 3374.156,
          "stopDistance": 2.919,
          "outcome": "stop",
          "netR": -1.1439,
          "holdMinutes": 51
        },
        {
          "entryTs": 1756225200,
          "entryUtc": "2025-08-26T16:20:00.000Z",
          "exitTs": 1756237680,
          "dir": 1,
          "entryPrice": 3383.355,
          "exitPrice": 3389.973,
          "stopDistance": 3.309,
          "outcome": "target",
          "netR": 1.8882,
          "holdMinutes": 208
        },
        {
          "entryTs": 1756286700,
          "entryUtc": "2025-08-27T09:25:00.000Z",
          "exitTs": 1756288080,
          "dir": 1,
          "entryPrice": 3383.575,
          "exitPrice": 3381.282,
          "stopDistance": 2.293,
          "outcome": "stop",
          "netR": -1.1832,
          "holdMinutes": 23
        },
        {
          "entryTs": 1756317900,
          "entryUtc": "2025-08-27T18:05:00.000Z",
          "exitTs": 1756338360,
          "dir": 1,
          "entryPrice": 3394.235,
          "exitPrice": 3399.009,
          "stopDistance": 2.387,
          "outcome": "target",
          "netR": 1.845,
          "holdMinutes": 341
        },
        {
          "entryTs": 1756351800,
          "entryUtc": "2025-08-28T03:30:00.000Z",
          "exitTs": 1756359720,
          "dir": 1,
          "entryPrice": 3390.305,
          "exitPrice": 3388.008,
          "stopDistance": 2.297,
          "outcome": "stop",
          "netR": -1.1829,
          "holdMinutes": 132
        },
        {
          "entryTs": 1756373400,
          "entryUtc": "2025-08-28T09:30:00.000Z",
          "exitTs": 1756375380,
          "dir": 1,
          "entryPrice": 3399.139,
          "exitPrice": 3396.783,
          "stopDistance": 2.356,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 33
        },
        {
          "entryTs": 1756384500,
          "entryUtc": "2025-08-28T12:35:00.000Z",
          "exitTs": 1756385280,
          "dir": 1,
          "entryPrice": 3403.925,
          "exitPrice": 3400.548,
          "stopDistance": 3.377,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 13
        },
        {
          "entryTs": 1756419900,
          "entryUtc": "2025-08-28T22:25:00.000Z",
          "exitTs": 1756427040,
          "dir": -1,
          "entryPrice": 3416.805,
          "exitPrice": 3413.257,
          "stopDistance": 1.774,
          "outcome": "target",
          "netR": 1.7914,
          "holdMinutes": 119
        },
        {
          "entryTs": 1756433100,
          "entryUtc": "2025-08-29T02:05:00.000Z",
          "exitTs": 1756435260,
          "dir": -1,
          "entryPrice": 3411.315,
          "exitPrice": 3413.626,
          "stopDistance": 2.311,
          "outcome": "stop",
          "netR": -1.1818,
          "holdMinutes": 36
        },
        {
          "entryTs": 1756449300,
          "entryUtc": "2025-08-29T06:35:00.000Z",
          "exitTs": 1756449720,
          "dir": 1,
          "entryPrice": 3410.845,
          "exitPrice": 3409.162,
          "stopDistance": 1.683,
          "outcome": "stop",
          "netR": -1.2496,
          "holdMinutes": 7
        },
        {
          "entryTs": 1756457400,
          "entryUtc": "2025-08-29T08:50:00.000Z",
          "exitTs": 1756457820,
          "dir": 1,
          "entryPrice": 3411.885,
          "exitPrice": 3409.688,
          "stopDistance": 2.197,
          "outcome": "stop",
          "netR": -1.1912,
          "holdMinutes": 7
        },
        {
          "entryTs": 1756464000,
          "entryUtc": "2025-08-29T10:40:00.000Z",
          "exitTs": 1756468140,
          "dir": -1,
          "entryPrice": 3407.295,
          "exitPrice": 3409.348,
          "stopDistance": 2.053,
          "outcome": "stop",
          "netR": -1.2046,
          "holdMinutes": 69
        },
        {
          "entryTs": 1756469700,
          "entryUtc": "2025-08-29T12:15:00.000Z",
          "exitTs": 1756470900,
          "dir": 1,
          "entryPrice": 3408.655,
          "exitPrice": 3412.974,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8287,
          "holdMinutes": 20
        },
        {
          "entryTs": 1756484100,
          "entryUtc": "2025-08-29T16:15:00.000Z",
          "exitTs": 1756497060,
          "dir": 1,
          "entryPrice": 3443.868,
          "exitPrice": 3451.758,
          "stopDistance": 3.945,
          "outcome": "target",
          "netR": 1.9062,
          "holdMinutes": 216
        },
        {
          "entryTs": 1756682100,
          "entryUtc": "2025-08-31T23:15:00.000Z",
          "exitTs": 1756683360,
          "dir": 1,
          "entryPrice": 3448.655,
          "exitPrice": 3445.773,
          "stopDistance": 2.882,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 21
        },
        {
          "entryTs": 1756690800,
          "entryUtc": "2025-09-01T01:40:00.000Z",
          "exitTs": 1756690980,
          "dir": -1,
          "entryPrice": 3442.035,
          "exitPrice": 3445.305,
          "stopDistance": 3.271,
          "outcome": "stop",
          "netR": -1.1284,
          "holdMinutes": 3
        },
        {
          "entryTs": 1756713300,
          "entryUtc": "2025-09-01T07:55:00.000Z",
          "exitTs": 1756736460,
          "dir": -1,
          "entryPrice": 3474.885,
          "exitPrice": 3479.851,
          "stopDistance": 4.966,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 386
        },
        {
          "entryTs": 1756747200,
          "entryUtc": "2025-09-01T17:20:00.000Z",
          "exitTs": 1756764060,
          "dir": 1,
          "entryPrice": 3476.395,
          "exitPrice": 3474.452,
          "stopDistance": 1.943,
          "outcome": "stop",
          "netR": -1.2162,
          "holdMinutes": 281
        },
        {
          "entryTs": 1756802400,
          "entryUtc": "2025-09-02T08:40:00.000Z",
          "exitTs": 1756809480,
          "dir": -1,
          "entryPrice": 3478.555,
          "exitPrice": 3483.289,
          "stopDistance": 4.734,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 118
        },
        {
          "entryTs": 1756842900,
          "entryUtc": "2025-09-02T19:55:00.000Z",
          "exitTs": 1756852620,
          "dir": 1,
          "entryPrice": 3533.535,
          "exitPrice": 3529.694,
          "stopDistance": 3.841,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 162
        },
        {
          "entryTs": 1756924200,
          "entryUtc": "2025-09-03T18:30:00.000Z",
          "exitTs": 1756924320,
          "dir": 1,
          "entryPrice": 3574.355,
          "exitPrice": 3571.428,
          "stopDistance": 2.927,
          "outcome": "stop",
          "netR": -1.1435,
          "holdMinutes": 2
        },
        {
          "entryTs": 1756930800,
          "entryUtc": "2025-09-03T20:20:00.000Z",
          "exitTs": 1756940820,
          "dir": -1,
          "entryPrice": 3565.275,
          "exitPrice": 3557.806,
          "stopDistance": 3.734,
          "outcome": "target",
          "netR": 1.9009,
          "holdMinutes": 167
        },
        {
          "entryTs": 1756958700,
          "entryUtc": "2025-09-04T04:05:00.000Z",
          "exitTs": 1756967400,
          "dir": -1,
          "entryPrice": 3531.835,
          "exitPrice": 3538.652,
          "stopDistance": 6.817,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 145
        },
        {
          "entryTs": 1756969500,
          "entryUtc": "2025-09-04T07:05:00.000Z",
          "exitTs": 1756972920,
          "dir": 1,
          "entryPrice": 3534.905,
          "exitPrice": 3544.908,
          "stopDistance": 5.001,
          "outcome": "target",
          "netR": 1.926,
          "holdMinutes": 57
        },
        {
          "entryTs": 1756974300,
          "entryUtc": "2025-09-04T08:25:00.000Z",
          "exitTs": 1756986600,
          "dir": 1,
          "entryPrice": 3539.625,
          "exitPrice": 3548.063,
          "stopDistance": 4.219,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 205
        },
        {
          "entryTs": 1756989000,
          "entryUtc": "2025-09-04T12:30:00.000Z",
          "exitTs": 1756991280,
          "dir": 1,
          "entryPrice": 3544.498,
          "exitPrice": 3539.926,
          "stopDistance": 4.572,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 38
        },
        {
          "entryTs": 1757010900,
          "entryUtc": "2025-09-04T18:35:00.000Z",
          "exitTs": 1757013780,
          "dir": -1,
          "entryPrice": 3546.065,
          "exitPrice": 3549.425,
          "stopDistance": 3.36,
          "outcome": "stop",
          "netR": -1.125,
          "holdMinutes": 48
        },
        {
          "entryTs": 1757082300,
          "entryUtc": "2025-09-05T14:25:00.000Z",
          "exitTs": 1757083140,
          "dir": 1,
          "entryPrice": 3585.165,
          "exitPrice": 3576.302,
          "stopDistance": 8.863,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 14
        },
        {
          "entryTs": 1757090400,
          "entryUtc": "2025-09-05T16:40:00.000Z",
          "exitTs": 1757102520,
          "dir": 1,
          "entryPrice": 3593.848,
          "exitPrice": 3587.925,
          "stopDistance": 5.923,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 202
        },
        {
          "entryTs": 1757341800,
          "entryUtc": "2025-09-08T14:30:00.000Z",
          "exitTs": 1757343660,
          "dir": 1,
          "entryPrice": 3629.898,
          "exitPrice": 3642.316,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 31
        },
        {
          "entryTs": 1757357100,
          "entryUtc": "2025-09-08T18:45:00.000Z",
          "exitTs": 1757361600,
          "dir": -1,
          "entryPrice": 3634.695,
          "exitPrice": 3637.725,
          "stopDistance": 3.03,
          "outcome": "stop",
          "netR": -1.1386,
          "holdMinutes": 75
        },
        {
          "entryTs": 1757362800,
          "entryUtc": "2025-09-08T20:20:00.000Z",
          "exitTs": 1757370360,
          "dir": 1,
          "entryPrice": 3635.448,
          "exitPrice": 3633.048,
          "stopDistance": 2.4,
          "outcome": "stop",
          "netR": -1.175,
          "holdMinutes": 126
        },
        {
          "entryTs": 1757411400,
          "entryUtc": "2025-09-09T09:50:00.000Z",
          "exitTs": 1757418960,
          "dir": 1,
          "entryPrice": 3652.535,
          "exitPrice": 3648.208,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 126
        },
        {
          "entryTs": 1757432700,
          "entryUtc": "2025-09-09T15:45:00.000Z",
          "exitTs": 1757451540,
          "dir": -1,
          "entryPrice": 3643.035,
          "exitPrice": 3625.606,
          "stopDistance": 8.714,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 314
        },
        {
          "entryTs": 1757466900,
          "entryUtc": "2025-09-10T01:15:00.000Z",
          "exitTs": 1757469120,
          "dir": -1,
          "entryPrice": 3626.375,
          "exitPrice": 3631.219,
          "stopDistance": 4.844,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 37
        },
        {
          "entryTs": 1757473800,
          "entryUtc": "2025-09-10T03:10:00.000Z",
          "exitTs": 1757478360,
          "dir": 1,
          "entryPrice": 3633.735,
          "exitPrice": 3642.039,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 76
        },
        {
          "entryTs": 1757499600,
          "entryUtc": "2025-09-10T10:20:00.000Z",
          "exitTs": 1757504460,
          "dir": 1,
          "entryPrice": 3652.465,
          "exitPrice": 3649.49,
          "stopDistance": 2.975,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 81
        },
        {
          "entryTs": 1757523300,
          "entryUtc": "2025-09-10T16:55:00.000Z",
          "exitTs": 1757527140,
          "dir": -1,
          "entryPrice": 3643.245,
          "exitPrice": 3647.207,
          "stopDistance": 3.962,
          "outcome": "stop",
          "netR": -1.106,
          "holdMinutes": 64
        },
        {
          "entryTs": 1757534100,
          "entryUtc": "2025-09-10T19:55:00.000Z",
          "exitTs": 1757541780,
          "dir": -1,
          "entryPrice": 3640.985,
          "exitPrice": 3643.96,
          "stopDistance": 2.975,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 128
        },
        {
          "entryTs": 1757564400,
          "entryUtc": "2025-09-11T04:20:00.000Z",
          "exitTs": 1757568720,
          "dir": -1,
          "entryPrice": 3633.545,
          "exitPrice": 3627.57,
          "stopDistance": 2.987,
          "outcome": "target",
          "netR": 1.8761,
          "holdMinutes": 72
        },
        {
          "entryTs": 1757584200,
          "entryUtc": "2025-09-11T09:50:00.000Z",
          "exitTs": 1757593800,
          "dir": -1,
          "entryPrice": 3622.148,
          "exitPrice": 3626.362,
          "stopDistance": 4.214,
          "outcome": "ambiguous",
          "netR": -1.0997,
          "holdMinutes": 160
        },
        {
          "entryTs": 1757601600,
          "entryUtc": "2025-09-11T14:40:00.000Z",
          "exitTs": 1757631600,
          "dir": 1,
          "entryPrice": 3630.665,
          "exitPrice": 3635.375,
          "stopDistance": 7.549,
          "outcome": "time",
          "netR": 0.5749,
          "holdMinutes": 500
        },
        {
          "entryTs": 1757681700,
          "entryUtc": "2025-09-12T12:55:00.000Z",
          "exitTs": 1757682300,
          "dir": -1,
          "entryPrice": 3643.985,
          "exitPrice": 3648.269,
          "stopDistance": 4.284,
          "outcome": "stop",
          "netR": -1.098,
          "holdMinutes": 10
        },
        {
          "entryTs": 1757700300,
          "entryUtc": "2025-09-12T18:05:00.000Z",
          "exitTs": 1757704800,
          "dir": 1,
          "entryPrice": 3648.405,
          "exitPrice": 3646.285,
          "stopDistance": 2.121,
          "outcome": "stop",
          "netR": -1.1981,
          "holdMinutes": 75
        },
        {
          "entryTs": 1757905500,
          "entryUtc": "2025-09-15T03:05:00.000Z",
          "exitTs": 1757919480,
          "dir": 1,
          "entryPrice": 3640.825,
          "exitPrice": 3637.246,
          "stopDistance": 3.579,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 233
        },
        {
          "entryTs": 1757968200,
          "entryUtc": "2025-09-15T20:30:00.000Z",
          "exitTs": 1757969940,
          "dir": 1,
          "entryPrice": 3680.348,
          "exitPrice": 3678.16,
          "stopDistance": 2.188,
          "outcome": "stop",
          "netR": -1.192,
          "holdMinutes": 29
        },
        {
          "entryTs": 1758066300,
          "entryUtc": "2025-09-16T23:45:00.000Z",
          "exitTs": 1758070200,
          "dir": 1,
          "entryPrice": 3693.045,
          "exitPrice": 3691.45,
          "stopDistance": 1.595,
          "outcome": "stop",
          "netR": -1.2633,
          "holdMinutes": 65
        },
        {
          "entryTs": 1758077100,
          "entryUtc": "2025-09-17T02:45:00.000Z",
          "exitTs": 1758085500,
          "dir": -1,
          "entryPrice": 3680.815,
          "exitPrice": 3684.93,
          "stopDistance": 4.115,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 140
        },
        {
          "entryTs": 1758108000,
          "entryUtc": "2025-09-17T11:20:00.000Z",
          "exitTs": 1758108180,
          "dir": -1,
          "entryPrice": 3663.715,
          "exitPrice": 3667.446,
          "stopDistance": 3.73,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 3
        },
        {
          "entryTs": 1758127800,
          "entryUtc": "2025-09-17T16:50:00.000Z",
          "exitTs": 1758128460,
          "dir": 1,
          "entryPrice": 3685.645,
          "exitPrice": 3683.075,
          "stopDistance": 2.57,
          "outcome": "stop",
          "netR": -1.1634,
          "holdMinutes": 11
        },
        {
          "entryTs": 1758153900,
          "entryUtc": "2025-09-18T00:05:00.000Z",
          "exitTs": 1758154200,
          "dir": 1,
          "entryPrice": 3666.685,
          "exitPrice": 3662.574,
          "stopDistance": 4.111,
          "outcome": "stop",
          "netR": -1.1022,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758183000,
          "entryUtc": "2025-09-18T08:10:00.000Z",
          "exitTs": 1758185820,
          "dir": 1,
          "entryPrice": 3654.765,
          "exitPrice": 3665.01,
          "stopDistance": 5.122,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 47
        },
        {
          "entryTs": 1758190500,
          "entryUtc": "2025-09-18T10:15:00.000Z",
          "exitTs": 1758200340,
          "dir": 1,
          "entryPrice": 3667.138,
          "exitPrice": 3663.245,
          "stopDistance": 3.893,
          "outcome": "stop",
          "netR": -1.1079,
          "holdMinutes": 164
        },
        {
          "entryTs": 1758206400,
          "entryUtc": "2025-09-18T14:40:00.000Z",
          "exitTs": 1758236400,
          "dir": -1,
          "entryPrice": 3642.765,
          "exitPrice": 3640.525,
          "stopDistance": 7.968,
          "outcome": "time",
          "netR": 0.2347,
          "holdMinutes": 500
        },
        {
          "entryTs": 1758240000,
          "entryUtc": "2025-09-19T00:00:00.000Z",
          "exitTs": 1758240060,
          "dir": -1,
          "entryPrice": 3639.985,
          "exitPrice": 3641.828,
          "stopDistance": 1.843,
          "outcome": "stop",
          "netR": -1.2279,
          "holdMinutes": 1
        },
        {
          "entryTs": 1758246300,
          "entryUtc": "2025-09-19T01:45:00.000Z",
          "exitTs": 1758246540,
          "dir": 1,
          "entryPrice": 3646.005,
          "exitPrice": 3642.486,
          "stopDistance": 3.519,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 4
        },
        {
          "entryTs": 1758256800,
          "entryUtc": "2025-09-19T04:40:00.000Z",
          "exitTs": 1758260160,
          "dir": 1,
          "entryPrice": 3657.545,
          "exitPrice": 3654.261,
          "stopDistance": 3.284,
          "outcome": "stop",
          "netR": -1.1279,
          "holdMinutes": 56
        },
        {
          "entryTs": 1758266100,
          "entryUtc": "2025-09-19T07:15:00.000Z",
          "exitTs": 1758266640,
          "dir": -1,
          "entryPrice": 3649.125,
          "exitPrice": 3653.563,
          "stopDistance": 4.438,
          "outcome": "stop",
          "netR": -1.0946,
          "holdMinutes": 9
        },
        {
          "entryTs": 1758291600,
          "entryUtc": "2025-09-19T14:20:00.000Z",
          "exitTs": 1758293580,
          "dir": 1,
          "entryPrice": 3657.385,
          "exitPrice": 3667.194,
          "stopDistance": 4.905,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 33
        },
        {
          "entryTs": 1758310500,
          "entryUtc": "2025-09-19T19:35:00.000Z",
          "exitTs": 1758492000,
          "dir": 1,
          "entryPrice": 3681.599,
          "exitPrice": 3686.067,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 3025
        },
        {
          "entryTs": 1758514200,
          "entryUtc": "2025-09-22T04:10:00.000Z",
          "exitTs": 1758520200,
          "dir": 1,
          "entryPrice": 3692.985,
          "exitPrice": 3699.48,
          "stopDistance": 3.247,
          "outcome": "target",
          "netR": 1.8861,
          "holdMinutes": 100
        },
        {
          "entryTs": 1758521100,
          "entryUtc": "2025-09-22T06:05:00.000Z",
          "exitTs": 1758522300,
          "dir": 1,
          "entryPrice": 3696.595,
          "exitPrice": 3702.411,
          "stopDistance": 2.908,
          "outcome": "target",
          "netR": 1.8728,
          "holdMinutes": 20
        },
        {
          "entryTs": 1758525300,
          "entryUtc": "2025-09-22T07:15:00.000Z",
          "exitTs": 1758530580,
          "dir": 1,
          "entryPrice": 3711.195,
          "exitPrice": 3720.326,
          "stopDistance": 4.566,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 88
        },
        {
          "entryTs": 1758540900,
          "entryUtc": "2025-09-22T11:35:00.000Z",
          "exitTs": 1758541260,
          "dir": 1,
          "entryPrice": 3725.955,
          "exitPrice": 3722.959,
          "stopDistance": 2.996,
          "outcome": "stop",
          "netR": -1.1402,
          "holdMinutes": 6
        },
        {
          "entryTs": 1758569100,
          "entryUtc": "2025-09-22T19:25:00.000Z",
          "exitTs": 1758569280,
          "dir": 1,
          "entryPrice": 3746.055,
          "exitPrice": 3743.785,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 3
        },
        {
          "entryTs": 1758586800,
          "entryUtc": "2025-09-23T00:20:00.000Z",
          "exitTs": 1758589500,
          "dir": 1,
          "entryPrice": 3745.798,
          "exitPrice": 3751.61,
          "stopDistance": 2.906,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 45
        },
        {
          "entryTs": 1758609900,
          "entryUtc": "2025-09-23T06:45:00.000Z",
          "exitTs": 1758611460,
          "dir": 1,
          "entryPrice": 3752.845,
          "exitPrice": 3749.031,
          "stopDistance": 3.814,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 26
        },
        {
          "entryTs": 1758620700,
          "entryUtc": "2025-09-23T09:45:00.000Z",
          "exitTs": 1758637020,
          "dir": 1,
          "entryPrice": 3778.038,
          "exitPrice": 3772.106,
          "stopDistance": 5.933,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 272
        },
        {
          "entryTs": 1758640200,
          "entryUtc": "2025-09-23T15:10:00.000Z",
          "exitTs": 1758641460,
          "dir": -1,
          "entryPrice": 3775.555,
          "exitPrice": 3781.335,
          "stopDistance": 5.78,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 21
        },
        {
          "entryTs": 1758656400,
          "entryUtc": "2025-09-23T19:40:00.000Z",
          "exitTs": 1758676200,
          "dir": -1,
          "entryPrice": 3764.939,
          "exitPrice": 3771.535,
          "stopDistance": 6.596,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 330
        },
        {
          "entryTs": 1758687900,
          "entryUtc": "2025-09-24T04:25:00.000Z",
          "exitTs": 1758690780,
          "dir": 1,
          "entryPrice": 3763.625,
          "exitPrice": 3770.659,
          "stopDistance": 3.517,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 48
        },
        {
          "entryTs": 1758742800,
          "entryUtc": "2025-09-24T19:40:00.000Z",
          "exitTs": 1758743100,
          "dir": -1,
          "entryPrice": 3723.575,
          "exitPrice": 3727.858,
          "stopDistance": 4.283,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758755400,
          "entryUtc": "2025-09-24T23:10:00.000Z",
          "exitTs": 1758757920,
          "dir": 1,
          "entryPrice": 3738.955,
          "exitPrice": 3745.065,
          "stopDistance": 3.055,
          "outcome": "target",
          "netR": 1.8789,
          "holdMinutes": 42
        },
        {
          "entryTs": 1758767400,
          "entryUtc": "2025-09-25T02:30:00.000Z",
          "exitTs": 1758767700,
          "dir": -1,
          "entryPrice": 3735.395,
          "exitPrice": 3739.88,
          "stopDistance": 4.485,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 5
        },
        {
          "entryTs": 1758789300,
          "entryUtc": "2025-09-25T08:35:00.000Z",
          "exitTs": 1758798180,
          "dir": 1,
          "entryPrice": 3753.525,
          "exitPrice": 3748.465,
          "stopDistance": 5.06,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 148
        },
        {
          "entryTs": 1758828300,
          "entryUtc": "2025-09-25T19:25:00.000Z",
          "exitTs": 1758829080,
          "dir": 1,
          "entryPrice": 3751.345,
          "exitPrice": 3746.378,
          "stopDistance": 4.967,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 13
        },
        {
          "entryTs": 1758861000,
          "entryUtc": "2025-09-26T04:30:00.000Z",
          "exitTs": 1758866340,
          "dir": 1,
          "entryPrice": 3744.598,
          "exitPrice": 3741.603,
          "stopDistance": 2.995,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 89
        },
        {
          "entryTs": 1759108200,
          "entryUtc": "2025-09-29T01:10:00.000Z",
          "exitTs": 1759109040,
          "dir": 1,
          "entryPrice": 3777.085,
          "exitPrice": 3771.585,
          "stopDistance": 5.5,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 14
        },
        {
          "entryTs": 1759137900,
          "entryUtc": "2025-09-29T09:25:00.000Z",
          "exitTs": 1759138440,
          "dir": 1,
          "entryPrice": 3816.095,
          "exitPrice": 3811.891,
          "stopDistance": 4.204,
          "outcome": "stop",
          "netR": -1.0999,
          "holdMinutes": 9
        },
        {
          "entryTs": 1759226700,
          "entryUtc": "2025-09-30T10:05:00.000Z",
          "exitTs": 1759229220,
          "dir": -1,
          "entryPrice": 3803.205,
          "exitPrice": 3812.819,
          "stopDistance": 9.614,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 42
        },
        {
          "entryTs": 1759310400,
          "entryUtc": "2025-10-01T09:20:00.000Z",
          "exitTs": 1759317120,
          "dir": 1,
          "entryPrice": 3888.635,
          "exitPrice": 3883.306,
          "stopDistance": 5.329,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 112
        },
        {
          "entryTs": 1759358700,
          "entryUtc": "2025-10-01T22:45:00.000Z",
          "exitTs": 1759361280,
          "dir": -1,
          "entryPrice": 3862.198,
          "exitPrice": 3866.018,
          "stopDistance": 3.82,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 43
        },
        {
          "entryTs": 1759400100,
          "entryUtc": "2025-10-02T10:15:00.000Z",
          "exitTs": 1759403880,
          "dir": 1,
          "entryPrice": 3875.855,
          "exitPrice": 3884.064,
          "stopDistance": 4.104,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 63
        },
        {
          "entryTs": 1759437900,
          "entryUtc": "2025-10-02T20:45:00.000Z",
          "exitTs": 1759443540,
          "dir": 1,
          "entryPrice": 3854.925,
          "exitPrice": 3851.816,
          "stopDistance": 3.109,
          "outcome": "stop",
          "netR": -1.1351,
          "holdMinutes": 94
        },
        {
          "entryTs": 1759449900,
          "entryUtc": "2025-10-03T00:05:00.000Z",
          "exitTs": 1759449960,
          "dir": 1,
          "entryPrice": 3860.015,
          "exitPrice": 3857.485,
          "stopDistance": 2.53,
          "outcome": "stop",
          "netR": -1.166,
          "holdMinutes": 1
        },
        {
          "entryTs": 1759450200,
          "entryUtc": "2025-10-03T00:10:00.000Z",
          "exitTs": 1759451520,
          "dir": 1,
          "entryPrice": 3859.735,
          "exitPrice": 3857.006,
          "stopDistance": 2.729,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 22
        },
        {
          "entryTs": 1759471500,
          "entryUtc": "2025-10-03T06:05:00.000Z",
          "exitTs": 1759476120,
          "dir": 1,
          "entryPrice": 3852.285,
          "exitPrice": 3861.053,
          "stopDistance": 4.384,
          "outcome": "target",
          "netR": 1.9156,
          "holdMinutes": 77
        },
        {
          "entryTs": 1759479300,
          "entryUtc": "2025-10-03T08:15:00.000Z",
          "exitTs": 1759483260,
          "dir": 1,
          "entryPrice": 3861.585,
          "exitPrice": 3858.063,
          "stopDistance": 3.522,
          "outcome": "stop",
          "netR": -1.1192,
          "holdMinutes": 66
        },
        {
          "entryTs": 1759487100,
          "entryUtc": "2025-10-03T10:25:00.000Z",
          "exitTs": 1759490220,
          "dir": 1,
          "entryPrice": 3862.405,
          "exitPrice": 3859.174,
          "stopDistance": 3.231,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 52
        },
        {
          "entryTs": 1759708500,
          "entryUtc": "2025-10-05T23:55:00.000Z",
          "exitTs": 1759709520,
          "dir": 1,
          "entryPrice": 3908.705,
          "exitPrice": 3902.198,
          "stopDistance": 6.507,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 17
        },
        {
          "entryTs": 1759739400,
          "entryUtc": "2025-10-06T08:30:00.000Z",
          "exitTs": 1759739760,
          "dir": 1,
          "entryPrice": 3943.348,
          "exitPrice": 3937.045,
          "stopDistance": 6.303,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 6
        },
        {
          "entryTs": 1759776000,
          "entryUtc": "2025-10-06T18:40:00.000Z",
          "exitTs": 1759777860,
          "dir": 1,
          "entryPrice": 3956.305,
          "exitPrice": 3964.261,
          "stopDistance": 3.978,
          "outcome": "target",
          "netR": 1.907,
          "holdMinutes": 31
        },
        {
          "entryTs": 1759840200,
          "entryUtc": "2025-10-07T12:30:00.000Z",
          "exitTs": 1759841520,
          "dir": 1,
          "entryPrice": 3965.385,
          "exitPrice": 3975.847,
          "stopDistance": 5.231,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 22
        },
        {
          "entryTs": 1759883700,
          "entryUtc": "2025-10-08T00:35:00.000Z",
          "exitTs": 1759885200,
          "dir": 1,
          "entryPrice": 3993.455,
          "exitPrice": 3989.491,
          "stopDistance": 3.964,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 25
        },
        {
          "entryTs": 1759893900,
          "entryUtc": "2025-10-08T03:25:00.000Z",
          "exitTs": 1759896600,
          "dir": 1,
          "entryPrice": 4010.065,
          "exitPrice": 4019.228,
          "stopDistance": 4.582,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 45
        },
        {
          "entryTs": 1759919100,
          "entryUtc": "2025-10-08T10:25:00.000Z",
          "exitTs": 1759919340,
          "dir": 1,
          "entryPrice": 4043.165,
          "exitPrice": 4038.212,
          "stopDistance": 4.953,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 4
        },
        {
          "entryTs": 1759944300,
          "entryUtc": "2025-10-08T17:25:00.000Z",
          "exitTs": 1759944600,
          "dir": 1,
          "entryPrice": 4052.718,
          "exitPrice": 4047.198,
          "stopDistance": 5.521,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 5
        },
        {
          "entryTs": 1759974600,
          "entryUtc": "2025-10-09T01:50:00.000Z",
          "exitTs": 1759975320,
          "dir": 1,
          "entryPrice": 4024.355,
          "exitPrice": 4014.993,
          "stopDistance": 9.362,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 12
        },
        {
          "entryTs": 1759986600,
          "entryUtc": "2025-10-09T05:10:00.000Z",
          "exitTs": 1759991400,
          "dir": 1,
          "entryPrice": 4036.355,
          "exitPrice": 4031.249,
          "stopDistance": 5.106,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 80
        },
        {
          "entryTs": 1760025900,
          "entryUtc": "2025-10-09T16:05:00.000Z",
          "exitTs": 1760027640,
          "dir": -1,
          "entryPrice": 4018.585,
          "exitPrice": 3998.118,
          "stopDistance": 10.234,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 29
        },
        {
          "entryTs": 1760034000,
          "entryUtc": "2025-10-09T18:20:00.000Z",
          "exitTs": 1760038740,
          "dir": -1,
          "entryPrice": 3967.715,
          "exitPrice": 3980.235,
          "stopDistance": 12.52,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 79
        },
        {
          "entryTs": 1760040000,
          "entryUtc": "2025-10-09T20:00:00.000Z",
          "exitTs": 1760047920,
          "dir": 1,
          "entryPrice": 3972.985,
          "exitPrice": 3964.75,
          "stopDistance": 8.235,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 132
        },
        {
          "entryTs": 1760071200,
          "entryUtc": "2025-10-10T04:40:00.000Z",
          "exitTs": 1760072460,
          "dir": -1,
          "entryPrice": 3961.435,
          "exitPrice": 3969.063,
          "stopDistance": 7.628,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 21
        },
        {
          "entryTs": 1760091000,
          "entryUtc": "2025-10-10T10:10:00.000Z",
          "exitTs": 1760096760,
          "dir": 1,
          "entryPrice": 3994.045,
          "exitPrice": 3986.946,
          "stopDistance": 7.099,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 96
        },
        {
          "entryTs": 1760098800,
          "entryUtc": "2025-10-10T12:20:00.000Z",
          "exitTs": 1760104560,
          "dir": -1,
          "entryPrice": 3992.575,
          "exitPrice": 3978.118,
          "stopDistance": 7.229,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 96
        },
        {
          "entryTs": 1760111700,
          "entryUtc": "2025-10-10T15:55:00.000Z",
          "exitTs": 1760112300,
          "dir": 1,
          "entryPrice": 4002.005,
          "exitPrice": 3988.967,
          "stopDistance": 13.038,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 10
        },
        {
          "entryTs": 1760312100,
          "entryUtc": "2025-10-12T23:35:00.000Z",
          "exitTs": 1760314020,
          "dir": 1,
          "entryPrice": 4041.088,
          "exitPrice": 4028.648,
          "stopDistance": 12.44,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 32
        },
        {
          "entryTs": 1760373900,
          "entryUtc": "2025-10-13T16:45:00.000Z",
          "exitTs": 1760379000,
          "dir": 1,
          "entryPrice": 4105.645,
          "exitPrice": 4099.33,
          "stopDistance": 6.315,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 85
        },
        {
          "entryTs": 1760403600,
          "entryUtc": "2025-10-14T01:00:00.000Z",
          "exitTs": 1760404260,
          "dir": 1,
          "entryPrice": 4124.155,
          "exitPrice": 4136.093,
          "stopDistance": 5.969,
          "outcome": "target",
          "netR": 1.938,
          "holdMinutes": 11
        },
        {
          "entryTs": 1760406300,
          "entryUtc": "2025-10-14T01:45:00.000Z",
          "exitTs": 1760411760,
          "dir": 1,
          "entryPrice": 4139.548,
          "exitPrice": 4156.378,
          "stopDistance": 8.415,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 91
        },
        {
          "entryTs": 1760453700,
          "entryUtc": "2025-10-14T14:55:00.000Z",
          "exitTs": 1760460480,
          "dir": 1,
          "entryPrice": 4128.235,
          "exitPrice": 4149.425,
          "stopDistance": 10.595,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 113
        },
        {
          "entryTs": 1760523000,
          "entryUtc": "2025-10-15T10:10:00.000Z",
          "exitTs": 1760523660,
          "dir": -1,
          "entryPrice": 4196.395,
          "exitPrice": 4205.86,
          "stopDistance": 9.465,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 11
        },
        {
          "entryTs": 1760538900,
          "entryUtc": "2025-10-15T14:35:00.000Z",
          "exitTs": 1760542440,
          "dir": 1,
          "entryPrice": 4201.048,
          "exitPrice": 4191.105,
          "stopDistance": 9.943,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 59
        },
        {
          "entryTs": 1760559600,
          "entryUtc": "2025-10-15T20:20:00.000Z",
          "exitTs": 1760566500,
          "dir": 1,
          "entryPrice": 4207.448,
          "exitPrice": 4201.935,
          "stopDistance": 5.513,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 115
        },
        {
          "entryTs": 1760576100,
          "entryUtc": "2025-10-16T00:55:00.000Z",
          "exitTs": 1760576340,
          "dir": 1,
          "entryPrice": 4216.898,
          "exitPrice": 4210.481,
          "stopDistance": 6.417,
          "outcome": "stop",
          "netR": -1.0655,
          "holdMinutes": 4
        },
        {
          "entryTs": 1760595000,
          "entryUtc": "2025-10-16T06:10:00.000Z",
          "exitTs": 1760598540,
          "dir": -1,
          "entryPrice": 4218.555,
          "exitPrice": 4227.829,
          "stopDistance": 9.274,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 59
        },
        {
          "entryTs": 1760667000,
          "entryUtc": "2025-10-17T02:10:00.000Z",
          "exitTs": 1760670600,
          "dir": -1,
          "entryPrice": 4330.415,
          "exitPrice": 4353.28,
          "stopDistance": 22.865,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 60
        },
        {
          "entryTs": 1760675100,
          "entryUtc": "2025-10-17T04:25:00.000Z",
          "exitTs": 1760679120,
          "dir": 1,
          "entryPrice": 4358.365,
          "exitPrice": 4347.002,
          "stopDistance": 11.363,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 67
        },
        {
          "entryTs": 1760967300,
          "entryUtc": "2025-10-20T13:35:00.000Z",
          "exitTs": 1760968800,
          "dir": 1,
          "entryPrice": 4307.685,
          "exitPrice": 4295.702,
          "stopDistance": 11.983,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 25
        },
        {
          "entryTs": 1760976300,
          "entryUtc": "2025-10-20T16:05:00.000Z",
          "exitTs": 1760985540,
          "dir": 1,
          "entryPrice": 4343.515,
          "exitPrice": 4364.351,
          "stopDistance": 10.418,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 154
        },
        {
          "entryTs": 1761039300,
          "entryUtc": "2025-10-21T09:35:00.000Z",
          "exitTs": 1761047760,
          "dir": -1,
          "entryPrice": 4274.195,
          "exitPrice": 4245.766,
          "stopDistance": 14.215,
          "outcome": "target",
          "netR": 1.974,
          "holdMinutes": 141
        },
        {
          "entryTs": 1761084300,
          "entryUtc": "2025-10-21T22:05:00.000Z",
          "exitTs": 1761090540,
          "dir": 1,
          "entryPrice": 4122.005,
          "exitPrice": 4112.388,
          "stopDistance": 9.617,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 104
        },
        {
          "entryTs": 1761093600,
          "entryUtc": "2025-10-22T00:40:00.000Z",
          "exitTs": 1761095040,
          "dir": -1,
          "entryPrice": 4078.659,
          "exitPrice": 4100.712,
          "stopDistance": 22.053,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 24
        },
        {
          "entryTs": 1761100800,
          "entryUtc": "2025-10-22T02:40:00.000Z",
          "exitTs": 1761104520,
          "dir": 1,
          "entryPrice": 4105.035,
          "exitPrice": 4140.069,
          "stopDistance": 17.517,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 62
        },
        {
          "entryTs": 1761106200,
          "entryUtc": "2025-10-22T04:10:00.000Z",
          "exitTs": 1761106260,
          "dir": 1,
          "entryPrice": 4125.778,
          "exitPrice": 4113.109,
          "stopDistance": 12.669,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 1
        },
        {
          "entryTs": 1761106500,
          "entryUtc": "2025-10-22T04:15:00.000Z",
          "exitTs": 1761115320,
          "dir": 1,
          "entryPrice": 4123.315,
          "exitPrice": 4151.102,
          "stopDistance": 13.894,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 147
        },
        {
          "entryTs": 1761142200,
          "entryUtc": "2025-10-22T14:10:00.000Z",
          "exitTs": 1761143520,
          "dir": 1,
          "entryPrice": 4060.848,
          "exitPrice": 4041.024,
          "stopDistance": 19.824,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 22
        },
        {
          "entryTs": 1761146100,
          "entryUtc": "2025-10-22T15:15:00.000Z",
          "exitTs": 1761150720,
          "dir": -1,
          "entryPrice": 4038.748,
          "exitPrice": 4059.121,
          "stopDistance": 20.373,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 77
        },
        {
          "entryTs": 1761201600,
          "entryUtc": "2025-10-23T06:40:00.000Z",
          "exitTs": 1761204900,
          "dir": 1,
          "entryPrice": 4113.015,
          "exitPrice": 4102.936,
          "stopDistance": 10.079,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 55
        },
        {
          "entryTs": 1761252600,
          "entryUtc": "2025-10-23T20:50:00.000Z",
          "exitTs": 1761253140,
          "dir": -1,
          "entryPrice": 4119.035,
          "exitPrice": 4126.125,
          "stopDistance": 7.09,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 9
        },
        {
          "entryTs": 1761281400,
          "entryUtc": "2025-10-24T04:50:00.000Z",
          "exitTs": 1761285780,
          "dir": -1,
          "entryPrice": 4112.325,
          "exitPrice": 4097.981,
          "stopDistance": 7.172,
          "outcome": "target",
          "netR": 1.9484,
          "holdMinutes": 73
        },
        {
          "entryTs": 1761318000,
          "entryUtc": "2025-10-24T15:00:00.000Z",
          "exitTs": 1761328980,
          "dir": 1,
          "entryPrice": 4117.255,
          "exitPrice": 4103.343,
          "stopDistance": 13.912,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 183
        },
        {
          "entryTs": 1761530100,
          "entryUtc": "2025-10-27T01:55:00.000Z",
          "exitTs": 1761530820,
          "dir": 1,
          "entryPrice": 4083.865,
          "exitPrice": 4073.564,
          "stopDistance": 10.301,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 12
        },
        {
          "entryTs": 1761533100,
          "entryUtc": "2025-10-27T02:45:00.000Z",
          "exitTs": 1761537900,
          "dir": -1,
          "entryPrice": 4077.835,
          "exitPrice": 4060.507,
          "stopDistance": 8.664,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 80
        },
        {
          "entryTs": 1761579300,
          "entryUtc": "2025-10-27T15:35:00.000Z",
          "exitTs": 1761584520,
          "dir": -1,
          "entryPrice": 3988.088,
          "exitPrice": 4002.642,
          "stopDistance": 14.555,
          "outcome": "stop",
          "netR": -1.0289,
          "holdMinutes": 87
        },
        {
          "entryTs": 1761615300,
          "entryUtc": "2025-10-28T01:35:00.000Z",
          "exitTs": 1761618120,
          "dir": 1,
          "entryPrice": 4007.525,
          "exitPrice": 3997.751,
          "stopDistance": 9.774,
          "outcome": "stop",
          "netR": -1.043,
          "holdMinutes": 47
        },
        {
          "entryTs": 1761667500,
          "entryUtc": "2025-10-28T16:05:00.000Z",
          "exitTs": 1761676320,
          "dir": 1,
          "entryPrice": 3957.285,
          "exitPrice": 3948.8,
          "stopDistance": 8.484,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 147
        },
        {
          "entryTs": 1761701700,
          "entryUtc": "2025-10-29T01:35:00.000Z",
          "exitTs": 1761705060,
          "dir": 1,
          "entryPrice": 3970.275,
          "exitPrice": 3961.431,
          "stopDistance": 8.844,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 56
        },
        {
          "entryTs": 1761781500,
          "entryUtc": "2025-10-29T23:45:00.000Z",
          "exitTs": 1761783660,
          "dir": 1,
          "entryPrice": 3944.775,
          "exitPrice": 3964.036,
          "stopDistance": 9.631,
          "outcome": "target",
          "netR": 1.9616,
          "holdMinutes": 36
        },
        {
          "entryTs": 1761795000,
          "entryUtc": "2025-10-30T03:30:00.000Z",
          "exitTs": 1761797340,
          "dir": -1,
          "entryPrice": 3932.655,
          "exitPrice": 3942.963,
          "stopDistance": 10.308,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 39
        },
        {
          "entryTs": 1761801300,
          "entryUtc": "2025-10-30T05:15:00.000Z",
          "exitTs": 1761801960,
          "dir": 1,
          "entryPrice": 3962.645,
          "exitPrice": 3951.464,
          "stopDistance": 11.181,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 11
        },
        {
          "entryTs": 1761834900,
          "entryUtc": "2025-10-30T14:35:00.000Z",
          "exitTs": 1761851100,
          "dir": 1,
          "entryPrice": 3995.658,
          "exitPrice": 4023.25,
          "stopDistance": 13.796,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 270
        },
        {
          "entryTs": 1761899700,
          "entryUtc": "2025-10-31T08:35:00.000Z",
          "exitTs": 1761900840,
          "dir": 1,
          "entryPrice": 4018.905,
          "exitPrice": 4011.5,
          "stopDistance": 7.405,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 19
        },
        {
          "entryTs": 1761936300,
          "entryUtc": "2025-10-31T18:45:00.000Z",
          "exitTs": 1761938280,
          "dir": 1,
          "entryPrice": 4003.645,
          "exitPrice": 3995.966,
          "stopDistance": 7.679,
          "outcome": "stop",
          "netR": -1.0547,
          "holdMinutes": 33
        },
        {
          "entryTs": 1762168500,
          "entryUtc": "2025-11-03T11:15:00.000Z",
          "exitTs": 1762169280,
          "dir": -1,
          "entryPrice": 4000.225,
          "exitPrice": 4006.524,
          "stopDistance": 6.299,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 13
        },
        {
          "entryTs": 1762223400,
          "entryUtc": "2025-11-04T02:30:00.000Z",
          "exitTs": 1762226640,
          "dir": -1,
          "entryPrice": 3983.775,
          "exitPrice": 3991.283,
          "stopDistance": 7.508,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 54
        },
        {
          "entryTs": 1762268400,
          "entryUtc": "2025-11-04T15:00:00.000Z",
          "exitTs": 1762273020,
          "dir": -1,
          "entryPrice": 3956.728,
          "exitPrice": 3969.439,
          "stopDistance": 12.711,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 77
        },
        {
          "entryTs": 1762275000,
          "entryUtc": "2025-11-04T16:50:00.000Z",
          "exitTs": 1762278720,
          "dir": 1,
          "entryPrice": 3965.345,
          "exitPrice": 3956.028,
          "stopDistance": 9.317,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 62
        },
        {
          "entryTs": 1762284000,
          "entryUtc": "2025-11-04T19:20:00.000Z",
          "exitTs": 1762311300,
          "dir": -1,
          "entryPrice": 3942.025,
          "exitPrice": 3950.075,
          "stopDistance": 8.05,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 455
        },
        {
          "entryTs": 1762321200,
          "entryUtc": "2025-11-05T05:40:00.000Z",
          "exitTs": 1762321620,
          "dir": 1,
          "entryPrice": 3970.445,
          "exitPrice": 3965.265,
          "stopDistance": 5.18,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 7
        },
        {
          "entryTs": 1762336500,
          "entryUtc": "2025-11-05T09:55:00.000Z",
          "exitTs": 1762337160,
          "dir": -1,
          "entryPrice": 3971.555,
          "exitPrice": 3960.132,
          "stopDistance": 5.711,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 11
        },
        {
          "entryTs": 1762339800,
          "entryUtc": "2025-11-05T10:50:00.000Z",
          "exitTs": 1762348140,
          "dir": -1,
          "entryPrice": 3967.595,
          "exitPrice": 3973.39,
          "stopDistance": 5.795,
          "outcome": "stop",
          "netR": -1.0725,
          "holdMinutes": 139
        },
        {
          "entryTs": 1762385700,
          "entryUtc": "2025-11-05T23:35:00.000Z",
          "exitTs": 1762394580,
          "dir": -1,
          "entryPrice": 3973.205,
          "exitPrice": 3977.673,
          "stopDistance": 4.468,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 148
        },
        {
          "entryTs": 1762402800,
          "entryUtc": "2025-11-06T04:20:00.000Z",
          "exitTs": 1762412400,
          "dir": 1,
          "entryPrice": 3984.825,
          "exitPrice": 3992.8,
          "stopDistance": 3.987,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 160
        },
        {
          "entryTs": 1762422900,
          "entryUtc": "2025-11-06T09:55:00.000Z",
          "exitTs": 1762423740,
          "dir": 1,
          "entryPrice": 4010.535,
          "exitPrice": 4006.343,
          "stopDistance": 4.192,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 14
        },
        {
          "entryTs": 1762481700,
          "entryUtc": "2025-11-07T02:15:00.000Z",
          "exitTs": 1762482660,
          "dir": 1,
          "entryPrice": 3997.678,
          "exitPrice": 3993.214,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 16
        },
        {
          "entryTs": 1762500600,
          "entryUtc": "2025-11-07T07:30:00.000Z",
          "exitTs": 1762506960,
          "dir": 1,
          "entryPrice": 4003.455,
          "exitPrice": 4012.999,
          "stopDistance": 4.772,
          "outcome": "target",
          "netR": 1.9225,
          "holdMinutes": 106
        },
        {
          "entryTs": 1762534800,
          "entryUtc": "2025-11-07T17:00:00.000Z",
          "exitTs": 1762535160,
          "dir": 1,
          "entryPrice": 4007.625,
          "exitPrice": 3998.119,
          "stopDistance": 9.506,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 6
        },
        {
          "entryTs": 1762540200,
          "entryUtc": "2025-11-07T18:30:00.000Z",
          "exitTs": 1762546860,
          "dir": 1,
          "entryPrice": 4002.495,
          "exitPrice": 3995.218,
          "stopDistance": 7.277,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 111
        },
        {
          "entryTs": 1762782000,
          "entryUtc": "2025-11-10T13:40:00.000Z",
          "exitTs": 1762782720,
          "dir": 1,
          "entryPrice": 4096.665,
          "exitPrice": 4090.531,
          "stopDistance": 6.134,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 12
        },
        {
          "entryTs": 1762800600,
          "entryUtc": "2025-11-10T18:50:00.000Z",
          "exitTs": 1762815780,
          "dir": 1,
          "entryPrice": 4106.455,
          "exitPrice": 4116.677,
          "stopDistance": 5.111,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 253
        },
        {
          "entryTs": 1762826100,
          "entryUtc": "2025-11-11T01:55:00.000Z",
          "exitTs": 1762830660,
          "dir": 1,
          "entryPrice": 4131.505,
          "exitPrice": 4143.575,
          "stopDistance": 6.035,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 76
        },
        {
          "entryTs": 1762877700,
          "entryUtc": "2025-11-11T16:15:00.000Z",
          "exitTs": 1762890240,
          "dir": -1,
          "entryPrice": 4113.215,
          "exitPrice": 4121.82,
          "stopDistance": 8.605,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 209
        },
        {
          "entryTs": 1762897200,
          "entryUtc": "2025-11-11T21:40:00.000Z",
          "exitTs": 1762902960,
          "dir": 1,
          "entryPrice": 4127.105,
          "exitPrice": 4134.67,
          "stopDistance": 3.783,
          "outcome": "target",
          "netR": 1.9022,
          "holdMinutes": 96
        },
        {
          "entryTs": 1762952100,
          "entryUtc": "2025-11-12T12:55:00.000Z",
          "exitTs": 1762952880,
          "dir": 1,
          "entryPrice": 4131.499,
          "exitPrice": 4126.474,
          "stopDistance": 5.025,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 13
        },
        {
          "entryTs": 1763008500,
          "entryUtc": "2025-11-13T04:35:00.000Z",
          "exitTs": 1763020860,
          "dir": 1,
          "entryPrice": 4207.555,
          "exitPrice": 4221.836,
          "stopDistance": 7.14,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 206
        },
        {
          "entryTs": 1763024700,
          "entryUtc": "2025-11-13T09:05:00.000Z",
          "exitTs": 1763031480,
          "dir": 1,
          "entryPrice": 4229.445,
          "exitPrice": 4222.814,
          "stopDistance": 6.631,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 113
        },
        {
          "entryTs": 1763046600,
          "entryUtc": "2025-11-13T15:10:00.000Z",
          "exitTs": 1763058660,
          "dir": -1,
          "entryPrice": 4202.635,
          "exitPrice": 4175.827,
          "stopDistance": 13.404,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 201
        },
        {
          "entryTs": 1763062500,
          "entryUtc": "2025-11-13T19:35:00.000Z",
          "exitTs": 1763068080,
          "dir": -1,
          "entryPrice": 4161.895,
          "exitPrice": 4173.362,
          "stopDistance": 11.467,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 93
        },
        {
          "entryTs": 1763092200,
          "entryUtc": "2025-11-14T03:50:00.000Z",
          "exitTs": 1763093580,
          "dir": 1,
          "entryPrice": 4205.595,
          "exitPrice": 4199.523,
          "stopDistance": 6.072,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 23
        },
        {
          "entryTs": 1763098800,
          "entryUtc": "2025-11-14T05:40:00.000Z",
          "exitTs": 1763101200,
          "dir": -1,
          "entryPrice": 4194.498,
          "exitPrice": 4180.531,
          "stopDistance": 6.983,
          "outcome": "target",
          "netR": 1.947,
          "holdMinutes": 40
        },
        {
          "entryTs": 1763106300,
          "entryUtc": "2025-11-14T07:45:00.000Z",
          "exitTs": 1763107140,
          "dir": -1,
          "entryPrice": 4173.755,
          "exitPrice": 4182.112,
          "stopDistance": 8.357,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 14
        },
        {
          "entryTs": 1763130300,
          "entryUtc": "2025-11-14T14:25:00.000Z",
          "exitTs": 1763131980,
          "dir": -1,
          "entryPrice": 4058.655,
          "exitPrice": 4074.43,
          "stopDistance": 15.775,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 28
        },
        {
          "entryTs": 1763141400,
          "entryUtc": "2025-11-14T17:30:00.000Z",
          "exitTs": 1763143440,
          "dir": 1,
          "entryPrice": 4098.725,
          "exitPrice": 4086.455,
          "stopDistance": 12.27,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 34
        },
        {
          "entryTs": 1763337000,
          "entryUtc": "2025-11-16T23:50:00.000Z",
          "exitTs": 1763338200,
          "dir": 1,
          "entryPrice": 4096.355,
          "exitPrice": 4086.148,
          "stopDistance": 10.207,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 20
        },
        {
          "entryTs": 1763340300,
          "entryUtc": "2025-11-17T00:45:00.000Z",
          "exitTs": 1763343240,
          "dir": -1,
          "entryPrice": 4089.685,
          "exitPrice": 4099.341,
          "stopDistance": 9.656,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 49
        },
        {
          "entryTs": 1763351100,
          "entryUtc": "2025-11-17T03:45:00.000Z",
          "exitTs": 1763356740,
          "dir": -1,
          "entryPrice": 4082.655,
          "exitPrice": 4066.88,
          "stopDistance": 7.887,
          "outcome": "target",
          "netR": 1.9531,
          "holdMinutes": 94
        },
        {
          "entryTs": 1763359500,
          "entryUtc": "2025-11-17T06:05:00.000Z",
          "exitTs": 1763362920,
          "dir": -1,
          "entryPrice": 4063.935,
          "exitPrice": 4071.843,
          "stopDistance": 7.908,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 57
        },
        {
          "entryTs": 1763411400,
          "entryUtc": "2025-11-17T20:30:00.000Z",
          "exitTs": 1763412900,
          "dir": -1,
          "entryPrice": 4026.945,
          "exitPrice": 4038.775,
          "stopDistance": 11.83,
          "outcome": "stop",
          "netR": -1.0355,
          "holdMinutes": 25
        },
        {
          "entryTs": 1763422500,
          "entryUtc": "2025-11-17T23:35:00.000Z",
          "exitTs": 1763422980,
          "dir": 1,
          "entryPrice": 4046.055,
          "exitPrice": 4039.061,
          "stopDistance": 6.994,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 8
        },
        {
          "entryTs": 1763466300,
          "entryUtc": "2025-11-18T11:45:00.000Z",
          "exitTs": 1763466960,
          "dir": 1,
          "entryPrice": 4044.805,
          "exitPrice": 4038.534,
          "stopDistance": 6.271,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 11
        },
        {
          "entryTs": 1763489700,
          "entryUtc": "2025-11-18T18:15:00.000Z",
          "exitTs": 1763517060,
          "dir": 1,
          "entryPrice": 4068.275,
          "exitPrice": 4060.096,
          "stopDistance": 8.179,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 456
        },
        {
          "entryTs": 1763535600,
          "entryUtc": "2025-11-19T07:00:00.000Z",
          "exitTs": 1763536080,
          "dir": 1,
          "entryPrice": 4090.795,
          "exitPrice": 4084.734,
          "stopDistance": 6.061,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 8
        },
        {
          "entryTs": 1763550000,
          "entryUtc": "2025-11-19T11:00:00.000Z",
          "exitTs": 1763558040,
          "dir": 1,
          "entryPrice": 4108.805,
          "exitPrice": 4102.285,
          "stopDistance": 6.52,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 134
        },
        {
          "entryTs": 1763573400,
          "entryUtc": "2025-11-19T17:30:00.000Z",
          "exitTs": 1763575920,
          "dir": -1,
          "entryPrice": 4072.005,
          "exitPrice": 4084.533,
          "stopDistance": 12.528,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 42
        },
        {
          "entryTs": 1763582100,
          "entryUtc": "2025-11-19T19:55:00.000Z",
          "exitTs": 1763588100,
          "dir": -1,
          "entryPrice": 4075.385,
          "exitPrice": 4084.049,
          "stopDistance": 8.664,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 100
        },
        {
          "entryTs": 1763607000,
          "entryUtc": "2025-11-20T02:50:00.000Z",
          "exitTs": 1763607900,
          "dir": -1,
          "entryPrice": 4065.505,
          "exitPrice": 4076.416,
          "stopDistance": 10.911,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 15
        },
        {
          "entryTs": 1763627700,
          "entryUtc": "2025-11-20T08:35:00.000Z",
          "exitTs": 1763629020,
          "dir": -1,
          "entryPrice": 4053.285,
          "exitPrice": 4063.088,
          "stopDistance": 9.803,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 22
        },
        {
          "entryTs": 1763659500,
          "entryUtc": "2025-11-20T17:25:00.000Z",
          "exitTs": 1763666280,
          "dir": -1,
          "entryPrice": 4058.845,
          "exitPrice": 4072.481,
          "stopDistance": 13.636,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 113
        },
        {
          "entryTs": 1763669700,
          "entryUtc": "2025-11-20T20:15:00.000Z",
          "exitTs": 1763686800,
          "dir": 1,
          "entryPrice": 4076.915,
          "exitPrice": 4068.307,
          "stopDistance": 8.608,
          "outcome": "stop",
          "netR": -1.0488,
          "holdMinutes": 285
        },
        {
          "entryTs": 1763689800,
          "entryUtc": "2025-11-21T01:50:00.000Z",
          "exitTs": 1763691120,
          "dir": -1,
          "entryPrice": 4067.485,
          "exitPrice": 4074.481,
          "stopDistance": 6.996,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 22
        },
        {
          "entryTs": 1763697000,
          "entryUtc": "2025-11-21T03:50:00.000Z",
          "exitTs": 1763704380,
          "dir": -1,
          "entryPrice": 4057.065,
          "exitPrice": 4041.457,
          "stopDistance": 7.804,
          "outcome": "target",
          "netR": 1.9526,
          "holdMinutes": 123
        },
        {
          "entryTs": 1763710200,
          "entryUtc": "2025-11-21T07:30:00.000Z",
          "exitTs": 1763713620,
          "dir": -1,
          "entryPrice": 4037.325,
          "exitPrice": 4046.239,
          "stopDistance": 8.914,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 57
        },
        {
          "entryTs": 1763745900,
          "entryUtc": "2025-11-21T17:25:00.000Z",
          "exitTs": 1763756580,
          "dir": 1,
          "entryPrice": 4082.465,
          "exitPrice": 4072.598,
          "stopDistance": 9.867,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 178
        },
        {
          "entryTs": 1763951700,
          "entryUtc": "2025-11-24T02:35:00.000Z",
          "exitTs": 1763955480,
          "dir": -1,
          "entryPrice": 4049.585,
          "exitPrice": 4055.944,
          "stopDistance": 6.359,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 63
        },
        {
          "entryTs": 1764013200,
          "entryUtc": "2025-11-24T19:40:00.000Z",
          "exitTs": 1764016260,
          "dir": 1,
          "entryPrice": 4114.345,
          "exitPrice": 4127.628,
          "stopDistance": 6.642,
          "outcome": "target",
          "netR": 1.9443,
          "holdMinutes": 51
        },
        {
          "entryTs": 1764058800,
          "entryUtc": "2025-11-25T08:20:00.000Z",
          "exitTs": 1764059700,
          "dir": -1,
          "entryPrice": 4137.605,
          "exitPrice": 4125.578,
          "stopDistance": 6.014,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 15
        },
        {
          "entryTs": 1764079800,
          "entryUtc": "2025-11-25T14:10:00.000Z",
          "exitTs": 1764081060,
          "dir": 1,
          "entryPrice": 4140.555,
          "exitPrice": 4132.766,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 21
        },
        {
          "entryTs": 1764093300,
          "entryUtc": "2025-11-25T17:55:00.000Z",
          "exitTs": 1764095880,
          "dir": 1,
          "entryPrice": 4145.225,
          "exitPrice": 4136.097,
          "stopDistance": 9.128,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 43
        },
        {
          "entryTs": 1764142500,
          "entryUtc": "2025-11-26T07:35:00.000Z",
          "exitTs": 1764143520,
          "dir": -1,
          "entryPrice": 4154.095,
          "exitPrice": 4159.315,
          "stopDistance": 5.22,
          "outcome": "stop",
          "netR": -1.0805,
          "holdMinutes": 17
        },
        {
          "entryTs": 1764213600,
          "entryUtc": "2025-11-27T03:20:00.000Z",
          "exitTs": 1764224220,
          "dir": -1,
          "entryPrice": 4150.015,
          "exitPrice": 4154.827,
          "stopDistance": 4.812,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 177
        },
        {
          "entryTs": 1764244500,
          "entryUtc": "2025-11-27T11:55:00.000Z",
          "exitTs": 1764247380,
          "dir": 1,
          "entryPrice": 4158.415,
          "exitPrice": 4154.741,
          "stopDistance": 3.674,
          "outcome": "stop",
          "netR": -1.1143,
          "holdMinutes": 48
        },
        {
          "entryTs": 1764295800,
          "entryUtc": "2025-11-28T02:10:00.000Z",
          "exitTs": 1764299460,
          "dir": 1,
          "entryPrice": 4188.465,
          "exitPrice": 4183.82,
          "stopDistance": 4.644,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 61
        },
        {
          "entryTs": 1764320400,
          "entryUtc": "2025-11-28T09:00:00.000Z",
          "exitTs": 1764338220,
          "dir": -1,
          "entryPrice": 4167.979,
          "exitPrice": 4179.977,
          "stopDistance": 11.998,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 297
        },
        {
          "entryTs": 1764342600,
          "entryUtc": "2025-11-28T15:10:00.000Z",
          "exitTs": 1764347280,
          "dir": 1,
          "entryPrice": 4192.635,
          "exitPrice": 4209.692,
          "stopDistance": 8.529,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 78
        },
        {
          "entryTs": 1764547800,
          "entryUtc": "2025-12-01T00:10:00.000Z",
          "exitTs": 1764550500,
          "dir": 1,
          "entryPrice": 4220.235,
          "exitPrice": 4233.271,
          "stopDistance": 6.518,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 45
        },
        {
          "entryTs": 1764556200,
          "entryUtc": "2025-12-01T02:30:00.000Z",
          "exitTs": 1764565980,
          "dir": 1,
          "entryPrice": 4240.759,
          "exitPrice": 4231.743,
          "stopDistance": 9.015,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 163
        },
        {
          "entryTs": 1764578100,
          "entryUtc": "2025-12-01T08:35:00.000Z",
          "exitTs": 1764578760,
          "dir": 1,
          "entryPrice": 4244.938,
          "exitPrice": 4239.024,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 11
        },
        {
          "entryTs": 1764582600,
          "entryUtc": "2025-12-01T09:50:00.000Z",
          "exitTs": 1764583440,
          "dir": 1,
          "entryPrice": 4246.435,
          "exitPrice": 4256.745,
          "stopDistance": 5.155,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 14
        },
        {
          "entryTs": 1764585300,
          "entryUtc": "2025-12-01T10:35:00.000Z",
          "exitTs": 1764593700,
          "dir": 1,
          "entryPrice": 4252.805,
          "exitPrice": 4246.91,
          "stopDistance": 5.896,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 140
        },
        {
          "entryTs": 1764609900,
          "entryUtc": "2025-12-01T17:25:00.000Z",
          "exitTs": 1764613800,
          "dir": -1,
          "entryPrice": 4232.025,
          "exitPrice": 4242.087,
          "stopDistance": 10.062,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 65
        },
        {
          "entryTs": 1764723600,
          "entryUtc": "2025-12-03T01:00:00.000Z",
          "exitTs": 1764723660,
          "dir": -1,
          "entryPrice": 4211.408,
          "exitPrice": 4217.222,
          "stopDistance": 5.814,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 1
        },
        {
          "entryTs": 1764723900,
          "entryUtc": "2025-12-03T01:05:00.000Z",
          "exitTs": 1764727500,
          "dir": -1,
          "entryPrice": 4215.185,
          "exitPrice": 4221.296,
          "stopDistance": 6.111,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 60
        },
        {
          "entryTs": 1764731400,
          "entryUtc": "2025-12-03T03:10:00.000Z",
          "exitTs": 1764739860,
          "dir": 1,
          "entryPrice": 4222.465,
          "exitPrice": 4216.941,
          "stopDistance": 5.523,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 141
        },
        {
          "entryTs": 1764743100,
          "entryUtc": "2025-12-03T06:25:00.000Z",
          "exitTs": 1764747120,
          "dir": -1,
          "entryPrice": 4211.335,
          "exitPrice": 4200.643,
          "stopDistance": 5.346,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 67
        },
        {
          "entryTs": 1764917400,
          "entryUtc": "2025-12-05T06:50:00.000Z",
          "exitTs": 1764925140,
          "dir": 1,
          "entryPrice": 4224.575,
          "exitPrice": 4220.363,
          "stopDistance": 4.212,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 129
        },
        {
          "entryTs": 1764927000,
          "entryUtc": "2025-12-05T09:30:00.000Z",
          "exitTs": 1764928800,
          "dir": -1,
          "entryPrice": 4221.125,
          "exitPrice": 4225.447,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 30
        },
        {
          "entryTs": 1765193100,
          "entryUtc": "2025-12-08T11:25:00.000Z",
          "exitTs": 1765193460,
          "dir": -1,
          "entryPrice": 4205.485,
          "exitPrice": 4210.187,
          "stopDistance": 4.702,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 6
        },
        {
          "entryTs": 1765210800,
          "entryUtc": "2025-12-08T16:20:00.000Z",
          "exitTs": 1765240800,
          "dir": -1,
          "entryPrice": 4189.215,
          "exitPrice": 4191.455,
          "stopDistance": 8.739,
          "outcome": "time",
          "netR": -0.2987,
          "holdMinutes": 500
        },
        {
          "entryTs": 1765249500,
          "entryUtc": "2025-12-09T03:05:00.000Z",
          "exitTs": 1765250220,
          "dir": -1,
          "entryPrice": 4191.178,
          "exitPrice": 4194.922,
          "stopDistance": 3.744,
          "outcome": "stop",
          "netR": -1.1122,
          "holdMinutes": 12
        },
        {
          "entryTs": 1765261800,
          "entryUtc": "2025-12-09T06:30:00.000Z",
          "exitTs": 1765262160,
          "dir": -1,
          "entryPrice": 4178.425,
          "exitPrice": 4182.978,
          "stopDistance": 4.553,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 6
        },
        {
          "entryTs": 1765274400,
          "entryUtc": "2025-12-09T10:00:00.000Z",
          "exitTs": 1765287000,
          "dir": 1,
          "entryPrice": 4202.925,
          "exitPrice": 4197.723,
          "stopDistance": 5.202,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 210
        },
        {
          "entryTs": 1765299600,
          "entryUtc": "2025-12-09T17:00:00.000Z",
          "exitTs": 1765303020,
          "dir": 1,
          "entryPrice": 4212.125,
          "exitPrice": 4204.034,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 57
        },
        {
          "entryTs": 1765331100,
          "entryUtc": "2025-12-10T01:45:00.000Z",
          "exitTs": 1765336620,
          "dir": 1,
          "entryPrice": 4212.075,
          "exitPrice": 4208.022,
          "stopDistance": 4.053,
          "outcome": "stop",
          "netR": -1.1036,
          "holdMinutes": 92
        },
        {
          "entryTs": 1765347000,
          "entryUtc": "2025-12-10T06:10:00.000Z",
          "exitTs": 1765347540,
          "dir": 1,
          "entryPrice": 4209.095,
          "exitPrice": 4205.493,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 9
        },
        {
          "entryTs": 1765386900,
          "entryUtc": "2025-12-10T17:15:00.000Z",
          "exitTs": 1765391040,
          "dir": 1,
          "entryPrice": 4199.865,
          "exitPrice": 4194.888,
          "stopDistance": 4.977,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 69
        },
        {
          "entryTs": 1765414200,
          "entryUtc": "2025-12-11T00:50:00.000Z",
          "exitTs": 1765416660,
          "dir": 1,
          "entryPrice": 4239.205,
          "exitPrice": 4233.841,
          "stopDistance": 5.364,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 41
        },
        {
          "entryTs": 1765429500,
          "entryUtc": "2025-12-11T05:05:00.000Z",
          "exitTs": 1765432800,
          "dir": -1,
          "entryPrice": 4215.515,
          "exitPrice": 4205.78,
          "stopDistance": 4.868,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 55
        },
        {
          "entryTs": 1765478100,
          "entryUtc": "2025-12-11T18:35:00.000Z",
          "exitTs": 1765479420,
          "dir": 1,
          "entryPrice": 4278.055,
          "exitPrice": 4271.09,
          "stopDistance": 6.965,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 22
        },
        {
          "entryTs": 1765539600,
          "entryUtc": "2025-12-12T11:40:00.000Z",
          "exitTs": 1765543680,
          "dir": 1,
          "entryPrice": 4331.945,
          "exitPrice": 4326.091,
          "stopDistance": 5.853,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 68
        },
        {
          "entryTs": 1765782300,
          "entryUtc": "2025-12-15T07:05:00.000Z",
          "exitTs": 1765784280,
          "dir": 1,
          "entryPrice": 4341.685,
          "exitPrice": 4337.43,
          "stopDistance": 4.255,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 33
        },
        {
          "entryTs": 1765798200,
          "entryUtc": "2025-12-15T11:30:00.000Z",
          "exitTs": 1765800060,
          "dir": -1,
          "entryPrice": 4340.645,
          "exitPrice": 4344.906,
          "stopDistance": 4.261,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 31
        },
        {
          "entryTs": 1765809600,
          "entryUtc": "2025-12-15T14:40:00.000Z",
          "exitTs": 1765810860,
          "dir": -1,
          "entryPrice": 4332.005,
          "exitPrice": 4316.818,
          "stopDistance": 7.593,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 21
        },
        {
          "entryTs": 1765835700,
          "entryUtc": "2025-12-15T21:55:00.000Z",
          "exitTs": 1765839660,
          "dir": -1,
          "entryPrice": 4304.045,
          "exitPrice": 4308.086,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 66
        },
        {
          "entryTs": 1765904700,
          "entryUtc": "2025-12-16T17:05:00.000Z",
          "exitTs": 1765914720,
          "dir": -1,
          "entryPrice": 4305.775,
          "exitPrice": 4315.486,
          "stopDistance": 9.712,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 167
        },
        {
          "entryTs": 1765951500,
          "entryUtc": "2025-12-17T06:05:00.000Z",
          "exitTs": 1765953120,
          "dir": 1,
          "entryPrice": 4333.295,
          "exitPrice": 4327.741,
          "stopDistance": 5.554,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 27
        },
        {
          "entryTs": 1765960800,
          "entryUtc": "2025-12-17T08:40:00.000Z",
          "exitTs": 1765967880,
          "dir": -1,
          "entryPrice": 4318.375,
          "exitPrice": 4306.632,
          "stopDistance": 5.871,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 118
        },
        {
          "entryTs": 1766068200,
          "entryUtc": "2025-12-18T14:30:00.000Z",
          "exitTs": 1766068680,
          "dir": 1,
          "entryPrice": 4332.495,
          "exitPrice": 4325.481,
          "stopDistance": 7.014,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 8
        },
        {
          "entryTs": 1766076900,
          "entryUtc": "2025-12-18T16:55:00.000Z",
          "exitTs": 1766077560,
          "dir": 1,
          "entryPrice": 4359.035,
          "exitPrice": 4348.505,
          "stopDistance": 10.531,
          "outcome": "stop",
          "netR": -1.0399,
          "holdMinutes": 11
        },
        {
          "entryTs": 1766115000,
          "entryUtc": "2025-12-19T03:30:00.000Z",
          "exitTs": 1766122500,
          "dir": -1,
          "entryPrice": 4319.025,
          "exitPrice": 4324.774,
          "stopDistance": 5.749,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 125
        },
        {
          "entryTs": 1766126100,
          "entryUtc": "2025-12-19T06:35:00.000Z",
          "exitTs": 1766131260,
          "dir": 1,
          "entryPrice": 4325.045,
          "exitPrice": 4321.149,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 86
        },
        {
          "entryTs": 1766358000,
          "entryUtc": "2025-12-21T23:00:00.000Z",
          "exitTs": 1766358300,
          "dir": -1,
          "entryPrice": 4338.898,
          "exitPrice": 4341.931,
          "stopDistance": 3.033,
          "outcome": "stop",
          "netR": -1.1385,
          "holdMinutes": 5
        },
        {
          "entryTs": 1766370000,
          "entryUtc": "2025-12-22T02:20:00.000Z",
          "exitTs": 1766375100,
          "dir": 1,
          "entryPrice": 4379.815,
          "exitPrice": 4392.252,
          "stopDistance": 6.219,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 85
        },
        {
          "entryTs": 1766391300,
          "entryUtc": "2025-12-22T08:15:00.000Z",
          "exitTs": 1766393700,
          "dir": 1,
          "entryPrice": 4411.898,
          "exitPrice": 4406.286,
          "stopDistance": 5.612,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 40
        },
        {
          "entryTs": 1766444400,
          "entryUtc": "2025-12-22T23:00:00.000Z",
          "exitTs": 1766445180,
          "dir": 1,
          "entryPrice": 4446.098,
          "exitPrice": 4453.415,
          "stopDistance": 3.658,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 13
        },
        {
          "entryTs": 1766522400,
          "entryUtc": "2025-12-23T20:40:00.000Z",
          "exitTs": 1766523540,
          "dir": 1,
          "entryPrice": 4489.535,
          "exitPrice": 4499.667,
          "stopDistance": 5.066,
          "outcome": "target",
          "netR": 1.927,
          "holdMinutes": 19
        },
        {
          "entryTs": 1766544600,
          "entryUtc": "2025-12-24T02:50:00.000Z",
          "exitTs": 1766545020,
          "dir": -1,
          "entryPrice": 4511.739,
          "exitPrice": 4496.743,
          "stopDistance": 7.498,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 7
        },
        {
          "entryTs": 1766592300,
          "entryUtc": "2025-12-24T16:05:00.000Z",
          "exitTs": 1766595900,
          "dir": -1,
          "entryPrice": 4467.685,
          "exitPrice": 4479.579,
          "stopDistance": 11.894,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 60
        },
        {
          "entryTs": 1767026400,
          "entryUtc": "2025-12-29T16:40:00.000Z",
          "exitTs": 1767056400,
          "dir": -1,
          "entryPrice": 4340.525,
          "exitPrice": 4331.085,
          "stopDistance": 16.732,
          "outcome": "time",
          "netR": 0.5421,
          "holdMinutes": 500
        },
        {
          "entryTs": 1767062100,
          "entryUtc": "2025-12-30T02:35:00.000Z",
          "exitTs": 1767069600,
          "dir": 1,
          "entryPrice": 4352.148,
          "exitPrice": 4369.265,
          "stopDistance": 8.558,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 125
        },
        {
          "entryTs": 1767075300,
          "entryUtc": "2025-12-30T06:15:00.000Z",
          "exitTs": 1767075840,
          "dir": 1,
          "entryPrice": 4372.905,
          "exitPrice": 4366.567,
          "stopDistance": 6.337,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 9
        },
        {
          "entryTs": 1767084900,
          "entryUtc": "2025-12-30T08:55:00.000Z",
          "exitTs": 1767085800,
          "dir": -1,
          "entryPrice": 4362.995,
          "exitPrice": 4371.635,
          "stopDistance": 8.639,
          "outcome": "stop",
          "netR": -1.0486,
          "holdMinutes": 15
        },
        {
          "entryTs": 1767095400,
          "entryUtc": "2025-12-30T11:50:00.000Z",
          "exitTs": 1767096840,
          "dir": 1,
          "entryPrice": 4383.865,
          "exitPrice": 4395.553,
          "stopDistance": 5.844,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 24
        },
        {
          "entryTs": 1767108000,
          "entryUtc": "2025-12-30T15:20:00.000Z",
          "exitTs": 1767124080,
          "dir": -1,
          "entryPrice": 4374.298,
          "exitPrice": 4348.857,
          "stopDistance": 12.72,
          "outcome": "target",
          "netR": 1.9709,
          "holdMinutes": 268
        },
        {
          "entryTs": 1767126900,
          "entryUtc": "2025-12-30T20:35:00.000Z",
          "exitTs": 1767131820,
          "dir": -1,
          "entryPrice": 4353.145,
          "exitPrice": 4336.015,
          "stopDistance": 8.565,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 82
        },
        {
          "entryTs": 1767147900,
          "entryUtc": "2025-12-31T02:25:00.000Z",
          "exitTs": 1767149760,
          "dir": 1,
          "entryPrice": 4359.405,
          "exitPrice": 4350.971,
          "stopDistance": 8.434,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 31
        },
        {
          "entryTs": 1767162900,
          "entryUtc": "2025-12-31T06:35:00.000Z",
          "exitTs": 1767164280,
          "dir": -1,
          "entryPrice": 4311.685,
          "exitPrice": 4326.81,
          "stopDistance": 15.125,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 23
        },
        {
          "entryTs": 1767167400,
          "entryUtc": "2025-12-31T07:50:00.000Z",
          "exitTs": 1767170580,
          "dir": 1,
          "entryPrice": 4328.395,
          "exitPrice": 4318.41,
          "stopDistance": 9.985,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 53
        },
        {
          "entryTs": 1767368700,
          "entryUtc": "2026-01-02T15:45:00.000Z",
          "exitTs": 1767370320,
          "dir": -1,
          "entryPrice": 4345.915,
          "exitPrice": 4322.011,
          "stopDistance": 11.952,
          "outcome": "target",
          "netR": 1.969,
          "holdMinutes": 27
        },
        {
          "entryTs": 1767380700,
          "entryUtc": "2026-01-02T19:05:00.000Z",
          "exitTs": 1767385620,
          "dir": -1,
          "entryPrice": 4319.565,
          "exitPrice": 4327.046,
          "stopDistance": 7.481,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 82
        },
        {
          "entryTs": 1767584100,
          "entryUtc": "2026-01-05T03:35:00.000Z",
          "exitTs": 1767594300,
          "dir": 1,
          "entryPrice": 4403.895,
          "exitPrice": 4421.651,
          "stopDistance": 8.878,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 170
        },
        {
          "entryTs": 1767604200,
          "entryUtc": "2026-01-05T09:10:00.000Z",
          "exitTs": 1767606240,
          "dir": 1,
          "entryPrice": 4426.648,
          "exitPrice": 4437.643,
          "stopDistance": 5.498,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 34
        },
        {
          "entryTs": 1767607500,
          "entryUtc": "2026-01-05T10:05:00.000Z",
          "exitTs": 1767612240,
          "dir": 1,
          "entryPrice": 4431.725,
          "exitPrice": 4426.475,
          "stopDistance": 5.25,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 79
        },
        {
          "entryTs": 1767627600,
          "entryUtc": "2026-01-05T15:40:00.000Z",
          "exitTs": 1767657600,
          "dir": 1,
          "entryPrice": 4439.835,
          "exitPrice": 4438.315,
          "stopDistance": 10.807,
          "outcome": "time",
          "netR": -0.1749,
          "holdMinutes": 500
        },
        {
          "entryTs": 1767667200,
          "entryUtc": "2026-01-06T02:40:00.000Z",
          "exitTs": 1767669840,
          "dir": 1,
          "entryPrice": 4452.275,
          "exitPrice": 4467.048,
          "stopDistance": 7.387,
          "outcome": "target",
          "netR": 1.9499,
          "holdMinutes": 44
        },
        {
          "entryTs": 1767673800,
          "entryUtc": "2026-01-06T04:30:00.000Z",
          "exitTs": 1767678420,
          "dir": 1,
          "entryPrice": 4464.465,
          "exitPrice": 4459.275,
          "stopDistance": 5.19,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 77
        },
        {
          "entryTs": 1767696000,
          "entryUtc": "2026-01-06T10:40:00.000Z",
          "exitTs": 1767699240,
          "dir": -1,
          "entryPrice": 4453.489,
          "exitPrice": 4459.912,
          "stopDistance": 6.423,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 54
        },
        {
          "entryTs": 1767770400,
          "entryUtc": "2026-01-07T07:20:00.000Z",
          "exitTs": 1767771360,
          "dir": -1,
          "entryPrice": 4450.785,
          "exitPrice": 4458.017,
          "stopDistance": 7.232,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 16
        },
        {
          "entryTs": 1767793500,
          "entryUtc": "2026-01-07T13:45:00.000Z",
          "exitTs": 1767798960,
          "dir": -1,
          "entryPrice": 4445.098,
          "exitPrice": 4425.162,
          "stopDistance": 9.968,
          "outcome": "target",
          "netR": 1.9629,
          "holdMinutes": 91
        },
        {
          "entryTs": 1767805800,
          "entryUtc": "2026-01-07T17:10:00.000Z",
          "exitTs": 1767808500,
          "dir": 1,
          "entryPrice": 4460.335,
          "exitPrice": 4451.146,
          "stopDistance": 9.189,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 45
        },
        {
          "entryTs": 1767853500,
          "entryUtc": "2026-01-08T06:25:00.000Z",
          "exitTs": 1767853920,
          "dir": -1,
          "entryPrice": 4424.825,
          "exitPrice": 4433.033,
          "stopDistance": 8.208,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 7
        },
        {
          "entryTs": 1767926400,
          "entryUtc": "2026-01-09T02:40:00.000Z",
          "exitTs": 1767928980,
          "dir": 1,
          "entryPrice": 4468.585,
          "exitPrice": 4461.945,
          "stopDistance": 6.64,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 43
        },
        {
          "entryTs": 1767942900,
          "entryUtc": "2026-01-09T07:15:00.000Z",
          "exitTs": 1767945720,
          "dir": 1,
          "entryPrice": 4471.135,
          "exitPrice": 4466.337,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 47
        },
        {
          "entryTs": 1767975000,
          "entryUtc": "2026-01-09T16:10:00.000Z",
          "exitTs": 1767980940,
          "dir": 1,
          "entryPrice": 4507.265,
          "exitPrice": 4496.657,
          "stopDistance": 10.608,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 99
        },
        {
          "entryTs": 1768180500,
          "entryUtc": "2026-01-12T01:15:00.000Z",
          "exitTs": 1768183380,
          "dir": 1,
          "entryPrice": 4581.295,
          "exitPrice": 4568.055,
          "stopDistance": 13.24,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 48
        },
        {
          "entryTs": 1768206300,
          "entryUtc": "2026-01-12T08:25:00.000Z",
          "exitTs": 1768207740,
          "dir": 1,
          "entryPrice": 4582.495,
          "exitPrice": 4594.508,
          "stopDistance": 6.006,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 24
        },
        {
          "entryTs": 1768210800,
          "entryUtc": "2026-01-12T09:40:00.000Z",
          "exitTs": 1768211940,
          "dir": 1,
          "entryPrice": 4593.298,
          "exitPrice": 4587.509,
          "stopDistance": 5.788,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 19
        },
        {
          "entryTs": 1768221300,
          "entryUtc": "2026-01-12T12:35:00.000Z",
          "exitTs": 1768222740,
          "dir": -1,
          "entryPrice": 4584.735,
          "exitPrice": 4590.201,
          "stopDistance": 5.466,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 24
        },
        {
          "entryTs": 1768235400,
          "entryUtc": "2026-01-12T16:30:00.000Z",
          "exitTs": 1768236000,
          "dir": 1,
          "entryPrice": 4619.785,
          "exitPrice": 4610.144,
          "stopDistance": 9.641,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 10
        },
        {
          "entryTs": 1768288200,
          "entryUtc": "2026-01-13T07:10:00.000Z",
          "exitTs": 1768291860,
          "dir": -1,
          "entryPrice": 4584.375,
          "exitPrice": 4590.913,
          "stopDistance": 6.538,
          "outcome": "stop",
          "netR": -1.0642,
          "holdMinutes": 61
        },
        {
          "entryTs": 1768295100,
          "entryUtc": "2026-01-13T09:05:00.000Z",
          "exitTs": 1768298100,
          "dir": 1,
          "entryPrice": 4590.885,
          "exitPrice": 4585.406,
          "stopDistance": 5.479,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 50
        },
        {
          "entryTs": 1768427700,
          "entryUtc": "2026-01-14T21:55:00.000Z",
          "exitTs": 1768432140,
          "dir": -1,
          "entryPrice": 4626.755,
          "exitPrice": 4613.09,
          "stopDistance": 6.832,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 74
        },
        {
          "entryTs": 1768476000,
          "entryUtc": "2026-01-15T11:20:00.000Z",
          "exitTs": 1768481640,
          "dir": 1,
          "entryPrice": 4617.365,
          "exitPrice": 4612.812,
          "stopDistance": 4.553,
          "outcome": "stop",
          "netR": -1.0922,
          "holdMinutes": 94
        },
        {
          "entryTs": 1768486500,
          "entryUtc": "2026-01-15T14:15:00.000Z",
          "exitTs": 1768487400,
          "dir": -1,
          "entryPrice": 4599.635,
          "exitPrice": 4608.515,
          "stopDistance": 8.881,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 15
        },
        {
          "entryTs": 1768491900,
          "entryUtc": "2026-01-15T15:45:00.000Z",
          "exitTs": 1768496040,
          "dir": 1,
          "entryPrice": 4611.205,
          "exitPrice": 4602.173,
          "stopDistance": 9.032,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 69
        },
        {
          "entryTs": 1768502100,
          "entryUtc": "2026-01-15T18:35:00.000Z",
          "exitTs": 1768507740,
          "dir": 1,
          "entryPrice": 4615.938,
          "exitPrice": 4610.132,
          "stopDistance": 5.806,
          "outcome": "stop",
          "netR": -1.0723,
          "holdMinutes": 94
        },
        {
          "entryTs": 1768565100,
          "entryUtc": "2026-01-16T12:05:00.000Z",
          "exitTs": 1768566240,
          "dir": 1,
          "entryPrice": 4609.875,
          "exitPrice": 4605.339,
          "stopDistance": 4.536,
          "outcome": "stop",
          "netR": -1.0926,
          "holdMinutes": 19
        },
        {
          "entryTs": 1768579500,
          "entryUtc": "2026-01-16T16:05:00.000Z",
          "exitTs": 1768581480,
          "dir": -1,
          "entryPrice": 4578.755,
          "exitPrice": 4596.553,
          "stopDistance": 17.798,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 33
        },
        {
          "entryTs": 1768782000,
          "entryUtc": "2026-01-19T00:20:00.000Z",
          "exitTs": 1768812000,
          "dir": 1,
          "entryPrice": 4663.135,
          "exitPrice": 4668.005,
          "stopDistance": 12.89,
          "outcome": "time",
          "netR": 0.3491,
          "holdMinutes": 500
        },
        {
          "entryTs": 1768839600,
          "entryUtc": "2026-01-19T16:20:00.000Z",
          "exitTs": 1768850820,
          "dir": 1,
          "entryPrice": 4671.515,
          "exitPrice": 4666.995,
          "stopDistance": 4.52,
          "outcome": "stop",
          "netR": -1.0929,
          "holdMinutes": 187
        },
        {
          "entryTs": 1768874400,
          "entryUtc": "2026-01-20T02:00:00.000Z",
          "exitTs": 1768881060,
          "dir": 1,
          "entryPrice": 4669.395,
          "exitPrice": 4680.081,
          "stopDistance": 5.343,
          "outcome": "target",
          "netR": 1.9307,
          "holdMinutes": 111
        },
        {
          "entryTs": 1768900800,
          "entryUtc": "2026-01-20T09:20:00.000Z",
          "exitTs": 1768901400,
          "dir": 1,
          "entryPrice": 4722.245,
          "exitPrice": 4734.714,
          "stopDistance": 6.235,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 10
        },
        {
          "entryTs": 1768934700,
          "entryUtc": "2026-01-20T18:45:00.000Z",
          "exitTs": 1768940520,
          "dir": 1,
          "entryPrice": 4757.435,
          "exitPrice": 4750.97,
          "stopDistance": 6.465,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 97
        },
        {
          "entryTs": 1768944900,
          "entryUtc": "2026-01-20T21:35:00.000Z",
          "exitTs": 1768952640,
          "dir": 1,
          "entryPrice": 4757.645,
          "exitPrice": 4767.913,
          "stopDistance": 5.134,
          "outcome": "target",
          "netR": 1.9279,
          "holdMinutes": 129
        },
        {
          "entryTs": 1768962300,
          "entryUtc": "2026-01-21T02:25:00.000Z",
          "exitTs": 1768964580,
          "dir": 1,
          "entryPrice": 4818.305,
          "exitPrice": 4843.569,
          "stopDistance": 12.632,
          "outcome": "target",
          "netR": 1.9707,
          "holdMinutes": 38
        },
        {
          "entryTs": 1768965900,
          "entryUtc": "2026-01-21T03:25:00.000Z",
          "exitTs": 1768969980,
          "dir": 1,
          "entryPrice": 4828.775,
          "exitPrice": 4854.503,
          "stopDistance": 12.864,
          "outcome": "target",
          "netR": 1.9712,
          "holdMinutes": 68
        },
        {
          "entryTs": 1768980600,
          "entryUtc": "2026-01-21T07:30:00.000Z",
          "exitTs": 1768982700,
          "dir": -1,
          "entryPrice": 4849.315,
          "exitPrice": 4862.177,
          "stopDistance": 12.862,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 35
        },
        {
          "entryTs": 1769026800,
          "entryUtc": "2026-01-21T20:20:00.000Z",
          "exitTs": 1769028180,
          "dir": -1,
          "entryPrice": 4794.055,
          "exitPrice": 4814.311,
          "stopDistance": 20.256,
          "outcome": "stop",
          "netR": -1.0207,
          "holdMinutes": 23
        },
        {
          "entryTs": 1769056500,
          "entryUtc": "2026-01-22T04:35:00.000Z",
          "exitTs": 1769061000,
          "dir": 1,
          "entryPrice": 4794.235,
          "exitPrice": 4808.168,
          "stopDistance": 6.967,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 75
        },
        {
          "entryTs": 1769068800,
          "entryUtc": "2026-01-22T08:00:00.000Z",
          "exitTs": 1769069400,
          "dir": 1,
          "entryPrice": 4832.465,
          "exitPrice": 4825.642,
          "stopDistance": 6.823,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 10
        },
        {
          "entryTs": 1769110200,
          "entryUtc": "2026-01-22T19:30:00.000Z",
          "exitTs": 1769111340,
          "dir": 1,
          "entryPrice": 4914.545,
          "exitPrice": 4905.838,
          "stopDistance": 8.707,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 19
        },
        {
          "entryTs": 1769114100,
          "entryUtc": "2026-01-22T20:35:00.000Z",
          "exitTs": 1769117640,
          "dir": 1,
          "entryPrice": 4920.385,
          "exitPrice": 4935.55,
          "stopDistance": 7.582,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 59
        },
        {
          "entryTs": 1769161500,
          "entryUtc": "2026-01-23T09:45:00.000Z",
          "exitTs": 1769163900,
          "dir": -1,
          "entryPrice": 4916.685,
          "exitPrice": 4928.25,
          "stopDistance": 11.565,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 40
        },
        {
          "entryTs": 1769389200,
          "entryUtc": "2026-01-26T01:00:00.000Z",
          "exitTs": 1769389260,
          "dir": 1,
          "entryPrice": 5041.565,
          "exitPrice": 5030.78,
          "stopDistance": 10.785,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 1
        },
        {
          "entryTs": 1769396400,
          "entryUtc": "2026-01-26T03:00:00.000Z",
          "exitTs": 1769401920,
          "dir": 1,
          "entryPrice": 5080.685,
          "exitPrice": 5067.606,
          "stopDistance": 13.079,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 92
        },
        {
          "entryTs": 1769417100,
          "entryUtc": "2026-01-26T08:45:00.000Z",
          "exitTs": 1769417460,
          "dir": 1,
          "entryPrice": 5093.345,
          "exitPrice": 5084.918,
          "stopDistance": 8.427,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 6
        },
        {
          "entryTs": 1769571600,
          "entryUtc": "2026-01-28T03:40:00.000Z",
          "exitTs": 1769577000,
          "dir": 1,
          "entryPrice": 5230.275,
          "exitPrice": 5255.711,
          "stopDistance": 12.718,
          "outcome": "target",
          "netR": 1.9709,
          "holdMinutes": 90
        },
        {
          "entryTs": 1769669400,
          "entryUtc": "2026-01-29T06:50:00.000Z",
          "exitTs": 1769671020,
          "dir": 1,
          "entryPrice": 5573.065,
          "exitPrice": 5553.852,
          "stopDistance": 19.213,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 27
        },
        {
          "entryTs": 1769679300,
          "entryUtc": "2026-01-29T09:35:00.000Z",
          "exitTs": 1769684580,
          "dir": -1,
          "entryPrice": 5520.445,
          "exitPrice": 5479.303,
          "stopDistance": 20.571,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 88
        },
        {
          "entryTs": 1769703300,
          "entryUtc": "2026-01-29T16:15:00.000Z",
          "exitTs": 1769707560,
          "dir": -1,
          "entryPrice": 5273.735,
          "exitPrice": 5358.052,
          "stopDistance": 84.318,
          "outcome": "stop",
          "netR": -1.005,
          "holdMinutes": 71
        },
        {
          "entryTs": 1769723100,
          "entryUtc": "2026-01-29T21:45:00.000Z",
          "exitTs": 1769727960,
          "dir": 1,
          "entryPrice": 5382.895,
          "exitPrice": 5439.252,
          "stopDistance": 28.178,
          "outcome": "target",
          "netR": 1.9869,
          "holdMinutes": 81
        },
        {
          "entryTs": 1769733000,
          "entryUtc": "2026-01-30T00:30:00.000Z",
          "exitTs": 1769734020,
          "dir": 1,
          "entryPrice": 5426.275,
          "exitPrice": 5399.903,
          "stopDistance": 26.372,
          "outcome": "stop",
          "netR": -1.0159,
          "holdMinutes": 17
        },
        {
          "entryTs": 1769741400,
          "entryUtc": "2026-01-30T02:50:00.000Z",
          "exitTs": 1769756400,
          "dir": -1,
          "entryPrice": 5238.885,
          "exitPrice": 5125.301,
          "stopDistance": 56.792,
          "outcome": "target",
          "netR": 1.9935,
          "holdMinutes": 250
        },
        {
          "entryTs": 1769997000,
          "entryUtc": "2026-02-02T01:50:00.000Z",
          "exitTs": 1770011040,
          "dir": -1,
          "entryPrice": 4720.748,
          "exitPrice": 4588.684,
          "stopDistance": 66.032,
          "outcome": "target",
          "netR": 1.9944,
          "holdMinutes": 234
        },
        {
          "entryTs": 1770028200,
          "entryUtc": "2026-02-02T10:30:00.000Z",
          "exitTs": 1770031860,
          "dir": 1,
          "entryPrice": 4681.508,
          "exitPrice": 4762.732,
          "stopDistance": 40.612,
          "outcome": "target",
          "netR": 1.9909,
          "holdMinutes": 61
        },
        {
          "entryTs": 1770079800,
          "entryUtc": "2026-02-03T00:50:00.000Z",
          "exitTs": 1770080460,
          "dir": 1,
          "entryPrice": 4801.875,
          "exitPrice": 4770.718,
          "stopDistance": 31.157,
          "outcome": "stop",
          "netR": -1.0135,
          "holdMinutes": 11
        },
        {
          "entryTs": 1770092700,
          "entryUtc": "2026-02-03T04:25:00.000Z",
          "exitTs": 1770099540,
          "dir": 1,
          "entryPrice": 4803.445,
          "exitPrice": 4855.224,
          "stopDistance": 25.889,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 114
        },
        {
          "entryTs": 1770137700,
          "entryUtc": "2026-02-03T16:55:00.000Z",
          "exitTs": 1770138660,
          "dir": 1,
          "entryPrice": 4953.165,
          "exitPrice": 4930.142,
          "stopDistance": 23.023,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 16
        },
        {
          "entryTs": 1770169200,
          "entryUtc": "2026-02-04T01:40:00.000Z",
          "exitTs": 1770176460,
          "dir": 1,
          "entryPrice": 5019.485,
          "exitPrice": 5071.309,
          "stopDistance": 25.912,
          "outcome": "target",
          "netR": 1.9857,
          "holdMinutes": 121
        },
        {
          "entryTs": 1770183300,
          "entryUtc": "2026-02-04T05:35:00.000Z",
          "exitTs": 1770185160,
          "dir": 1,
          "entryPrice": 5075.168,
          "exitPrice": 5063.969,
          "stopDistance": 11.199,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 31
        },
        {
          "entryTs": 1770228600,
          "entryUtc": "2026-02-04T18:10:00.000Z",
          "exitTs": 1770232320,
          "dir": -1,
          "entryPrice": 4910.158,
          "exitPrice": 4943.459,
          "stopDistance": 33.301,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 62
        },
        {
          "entryTs": 1770236100,
          "entryUtc": "2026-02-04T20:15:00.000Z",
          "exitTs": 1770246000,
          "dir": 1,
          "entryPrice": 4933.295,
          "exitPrice": 4980.241,
          "stopDistance": 23.473,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 165
        },
        {
          "entryTs": 1770249600,
          "entryUtc": "2026-02-05T00:00:00.000Z",
          "exitTs": 1770253260,
          "dir": 1,
          "entryPrice": 5011.705,
          "exitPrice": 4994.001,
          "stopDistance": 17.704,
          "outcome": "stop",
          "netR": -1.0237,
          "holdMinutes": 61
        },
        {
          "entryTs": 1770261900,
          "entryUtc": "2026-02-05T03:25:00.000Z",
          "exitTs": 1770271740,
          "dir": -1,
          "entryPrice": 4870.585,
          "exitPrice": 4913.138,
          "stopDistance": 42.553,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 164
        },
        {
          "entryTs": 1770274500,
          "entryUtc": "2026-02-05T06:55:00.000Z",
          "exitTs": 1770282300,
          "dir": 1,
          "entryPrice": 4907.435,
          "exitPrice": 4879.609,
          "stopDistance": 27.826,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 130
        },
        {
          "entryTs": 1770284700,
          "entryUtc": "2026-02-05T09:45:00.000Z",
          "exitTs": 1770293400,
          "dir": -1,
          "entryPrice": 4889.455,
          "exitPrice": 4843.222,
          "stopDistance": 23.117,
          "outcome": "target",
          "netR": 1.984,
          "holdMinutes": 145
        },
        {
          "entryTs": 1770313200,
          "entryUtc": "2026-02-05T17:40:00.000Z",
          "exitTs": 1770319980,
          "dir": 1,
          "entryPrice": 4863.775,
          "exitPrice": 4837.58,
          "stopDistance": 26.195,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 113
        },
        {
          "entryTs": 1770333000,
          "entryUtc": "2026-02-05T23:10:00.000Z",
          "exitTs": 1770335160,
          "dir": -1,
          "entryPrice": 4780.258,
          "exitPrice": 4728.866,
          "stopDistance": 25.696,
          "outcome": "target",
          "netR": 1.9856,
          "holdMinutes": 36
        },
        {
          "entryTs": 1770351900,
          "entryUtc": "2026-02-06T04:25:00.000Z",
          "exitTs": 1770356280,
          "dir": 1,
          "entryPrice": 4814.525,
          "exitPrice": 4859.409,
          "stopDistance": 22.442,
          "outcome": "target",
          "netR": 1.9835,
          "holdMinutes": 73
        },
        {
          "entryTs": 1770358800,
          "entryUtc": "2026-02-06T06:20:00.000Z",
          "exitTs": 1770359760,
          "dir": 1,
          "entryPrice": 4860.705,
          "exitPrice": 4839.684,
          "stopDistance": 21.021,
          "outcome": "stop",
          "netR": -1.02,
          "holdMinutes": 16
        },
        {
          "entryTs": 1770393300,
          "entryUtc": "2026-02-06T15:55:00.000Z",
          "exitTs": 1770591600,
          "dir": 1,
          "entryPrice": 4938.515,
          "exitPrice": 4983.758,
          "stopDistance": 22.622,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 3305
        },
        {
          "entryTs": 1770595500,
          "entryUtc": "2026-02-09T00:05:00.000Z",
          "exitTs": 1770599220,
          "dir": 1,
          "entryPrice": 5027.205,
          "exitPrice": 5008.501,
          "stopDistance": 18.704,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 62
        },
        {
          "entryTs": 1770609600,
          "entryUtc": "2026-02-09T04:00:00.000Z",
          "exitTs": 1770621720,
          "dir": 1,
          "entryPrice": 5015.885,
          "exitPrice": 5000.723,
          "stopDistance": 15.162,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 202
        },
        {
          "entryTs": 1770650100,
          "entryUtc": "2026-02-09T15:15:00.000Z",
          "exitTs": 1770651900,
          "dir": 1,
          "entryPrice": 5029.885,
          "exitPrice": 5057.734,
          "stopDistance": 13.924,
          "outcome": "target",
          "netR": 1.9734,
          "holdMinutes": 30
        },
        {
          "entryTs": 1770656700,
          "entryUtc": "2026-02-09T17:05:00.000Z",
          "exitTs": 1770659460,
          "dir": 1,
          "entryPrice": 5066.935,
          "exitPrice": 5055.014,
          "stopDistance": 11.921,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 46
        },
        {
          "entryTs": 1770680700,
          "entryUtc": "2026-02-09T23:45:00.000Z",
          "exitTs": 1770710700,
          "dir": -1,
          "entryPrice": 5039.315,
          "exitPrice": 5036.805,
          "stopDistance": 20.667,
          "outcome": "time",
          "netR": 0.1035,
          "holdMinutes": 500
        },
        {
          "entryTs": 1770779700,
          "entryUtc": "2026-02-11T03:15:00.000Z",
          "exitTs": 1770793860,
          "dir": 1,
          "entryPrice": 5048.905,
          "exitPrice": 5067.225,
          "stopDistance": 9.16,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 236
        },
        {
          "entryTs": 1770811800,
          "entryUtc": "2026-02-11T12:10:00.000Z",
          "exitTs": 1770812400,
          "dir": 1,
          "entryPrice": 5098.955,
          "exitPrice": 5087.213,
          "stopDistance": 11.742,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 10
        },
        {
          "entryTs": 1770822300,
          "entryUtc": "2026-02-11T15:05:00.000Z",
          "exitTs": 1770829920,
          "dir": -1,
          "entryPrice": 5064.635,
          "exitPrice": 5084.516,
          "stopDistance": 19.881,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 127
        },
        {
          "entryTs": 1770856500,
          "entryUtc": "2026-02-12T00:35:00.000Z",
          "exitTs": 1770872820,
          "dir": -1,
          "entryPrice": 5063.685,
          "exitPrice": 5076.144,
          "stopDistance": 12.459,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 272
        },
        {
          "entryTs": 1770917100,
          "entryUtc": "2026-02-12T17:25:00.000Z",
          "exitTs": 1770920340,
          "dir": -1,
          "entryPrice": 4972.618,
          "exitPrice": 4908.857,
          "stopDistance": 31.881,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 54
        },
        {
          "entryTs": 1770983700,
          "entryUtc": "2026-02-13T11:55:00.000Z",
          "exitTs": 1770984780,
          "dir": -1,
          "entryPrice": 4949.929,
          "exitPrice": 4963.131,
          "stopDistance": 13.202,
          "outcome": "stop",
          "netR": -1.0318,
          "holdMinutes": 18
        },
        {
          "entryTs": 1771002000,
          "entryUtc": "2026-02-13T17:00:00.000Z",
          "exitTs": 1771009620,
          "dir": 1,
          "entryPrice": 5007.635,
          "exitPrice": 5040.236,
          "stopDistance": 16.3,
          "outcome": "target",
          "netR": 1.9773,
          "holdMinutes": 127
        },
        {
          "entryTs": 1771011900,
          "entryUtc": "2026-02-13T19:45:00.000Z",
          "exitTs": 1771012740,
          "dir": 1,
          "entryPrice": 5034.155,
          "exitPrice": 5024.624,
          "stopDistance": 9.531,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 14
        },
        {
          "entryTs": 1771203000,
          "entryUtc": "2026-02-16T00:50:00.000Z",
          "exitTs": 1771204740,
          "dir": -1,
          "entryPrice": 5018.005,
          "exitPrice": 5029.141,
          "stopDistance": 11.136,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 29
        },
        {
          "entryTs": 1771217700,
          "entryUtc": "2026-02-16T04:55:00.000Z",
          "exitTs": 1771219500,
          "dir": -1,
          "entryPrice": 4978.745,
          "exitPrice": 4987.612,
          "stopDistance": 8.867,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 30
        },
        {
          "entryTs": 1771309200,
          "entryUtc": "2026-02-17T06:20:00.000Z",
          "exitTs": 1771312860,
          "dir": -1,
          "entryPrice": 4899.348,
          "exitPrice": 4915.522,
          "stopDistance": 16.174,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 61
        },
        {
          "entryTs": 1771332600,
          "entryUtc": "2026-02-17T12:50:00.000Z",
          "exitTs": 1771333500,
          "dir": 1,
          "entryPrice": 4934.525,
          "exitPrice": 4925.667,
          "stopDistance": 8.858,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 15
        },
        {
          "entryTs": 1771356000,
          "entryUtc": "2026-02-17T19:20:00.000Z",
          "exitTs": 1771356660,
          "dir": 1,
          "entryPrice": 4889.625,
          "exitPrice": 4876.586,
          "stopDistance": 13.039,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 11
        },
        {
          "entryTs": 1771429200,
          "entryUtc": "2026-02-18T15:40:00.000Z",
          "exitTs": 1771439340,
          "dir": 1,
          "entryPrice": 4999.115,
          "exitPrice": 4986.978,
          "stopDistance": 12.137,
          "outcome": "stop",
          "netR": -1.0346,
          "holdMinutes": 169
        },
        {
          "entryTs": 1771441500,
          "entryUtc": "2026-02-18T19:05:00.000Z",
          "exitTs": 1771442820,
          "dir": -1,
          "entryPrice": 4991.385,
          "exitPrice": 4974.613,
          "stopDistance": 8.386,
          "outcome": "target",
          "netR": 1.9559,
          "holdMinutes": 22
        },
        {
          "entryTs": 1771517700,
          "entryUtc": "2026-02-19T16:15:00.000Z",
          "exitTs": 1771518420,
          "dir": 1,
          "entryPrice": 5005.055,
          "exitPrice": 4993.552,
          "stopDistance": 11.503,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 12
        },
        {
          "entryTs": 1771611600,
          "entryUtc": "2026-02-20T18:20:00.000Z",
          "exitTs": 1771612020,
          "dir": 1,
          "entryPrice": 5065.365,
          "exitPrice": 5054.815,
          "stopDistance": 10.55,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 7
        },
        {
          "entryTs": 1771805700,
          "entryUtc": "2026-02-23T00:15:00.000Z",
          "exitTs": 1771814220,
          "dir": 1,
          "entryPrice": 5137.825,
          "exitPrice": 5168.5,
          "stopDistance": 15.337,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 142
        },
        {
          "entryTs": 1771816200,
          "entryUtc": "2026-02-23T03:10:00.000Z",
          "exitTs": 1771816320,
          "dir": 1,
          "entryPrice": 5164.535,
          "exitPrice": 5153.625,
          "stopDistance": 10.91,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 2
        },
        {
          "entryTs": 1771845300,
          "entryUtc": "2026-02-23T11:15:00.000Z",
          "exitTs": 1771849740,
          "dir": 1,
          "entryPrice": 5153.145,
          "exitPrice": 5145.252,
          "stopDistance": 7.893,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 74
        },
        {
          "entryTs": 1771866900,
          "entryUtc": "2026-02-23T17:15:00.000Z",
          "exitTs": 1771868280,
          "dir": 1,
          "entryPrice": 5203.505,
          "exitPrice": 5191.173,
          "stopDistance": 12.332,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 23
        },
        {
          "entryTs": 1771882200,
          "entryUtc": "2026-02-23T21:30:00.000Z",
          "exitTs": 1771887600,
          "dir": 1,
          "entryPrice": 5229.488,
          "exitPrice": 5223.422,
          "stopDistance": 6.065,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 90
        },
        {
          "entryTs": 1771957800,
          "entryUtc": "2026-02-24T18:30:00.000Z",
          "exitTs": 1771960200,
          "dir": 1,
          "entryPrice": 5158.525,
          "exitPrice": 5150.394,
          "stopDistance": 8.131,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 40
        },
        {
          "entryTs": 1771976400,
          "entryUtc": "2026-02-24T23:40:00.000Z",
          "exitTs": 1771976520,
          "dir": -1,
          "entryPrice": 5138.625,
          "exitPrice": 5147.495,
          "stopDistance": 8.87,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 2
        },
        {
          "entryTs": 1771987800,
          "entryUtc": "2026-02-25T02:50:00.000Z",
          "exitTs": 1771987860,
          "dir": 1,
          "entryPrice": 5184.085,
          "exitPrice": 5174.404,
          "stopDistance": 9.681,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 1
        },
        {
          "entryTs": 1771999500,
          "entryUtc": "2026-02-25T06:05:00.000Z",
          "exitTs": 1771999680,
          "dir": 1,
          "entryPrice": 5193.195,
          "exitPrice": 5184.215,
          "stopDistance": 8.98,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 3
        },
        {
          "entryTs": 1772028000,
          "entryUtc": "2026-02-25T14:00:00.000Z",
          "exitTs": 1772029500,
          "dir": 1,
          "entryPrice": 5184.895,
          "exitPrice": 5177.878,
          "stopDistance": 7.017,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 25
        },
        {
          "entryTs": 1772116200,
          "entryUtc": "2026-02-26T14:30:00.000Z",
          "exitTs": 1772116200,
          "dir": -1,
          "entryPrice": 5170.005,
          "exitPrice": 5152.212,
          "stopDistance": 8.896,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 0
        },
        {
          "entryTs": 1772129700,
          "entryUtc": "2026-02-26T18:15:00.000Z",
          "exitTs": 1772131500,
          "dir": -1,
          "entryPrice": 5173.065,
          "exitPrice": 5183.546,
          "stopDistance": 10.481,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 30
        },
        {
          "entryTs": 1772155500,
          "entryUtc": "2026-02-27T01:25:00.000Z",
          "exitTs": 1772156220,
          "dir": -1,
          "entryPrice": 5177.505,
          "exitPrice": 5186.071,
          "stopDistance": 8.566,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 12
        },
        {
          "entryTs": 1772174100,
          "entryUtc": "2026-02-27T06:35:00.000Z",
          "exitTs": 1772175360,
          "dir": 1,
          "entryPrice": 5192.095,
          "exitPrice": 5186.294,
          "stopDistance": 5.801,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 21
        },
        {
          "entryTs": 1772196300,
          "entryUtc": "2026-02-27T12:45:00.000Z",
          "exitTs": 1772197380,
          "dir": 1,
          "entryPrice": 5184.545,
          "exitPrice": 5194.9,
          "stopDistance": 5.178,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 18
        },
        {
          "entryTs": 1772200200,
          "entryUtc": "2026-02-27T13:50:00.000Z",
          "exitTs": 1772204880,
          "dir": 1,
          "entryPrice": 5213.035,
          "exitPrice": 5236.304,
          "stopDistance": 11.634,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 78
        },
        {
          "entryTs": 1772410200,
          "entryUtc": "2026-03-02T00:10:00.000Z",
          "exitTs": 1772412780,
          "dir": 1,
          "entryPrice": 5367.335,
          "exitPrice": 5345.733,
          "stopDistance": 21.602,
          "outcome": "stop",
          "netR": -1.0194,
          "holdMinutes": 43
        },
        {
          "entryTs": 1772418300,
          "entryUtc": "2026-03-02T02:25:00.000Z",
          "exitTs": 1772420640,
          "dir": -1,
          "entryPrice": 5332.659,
          "exitPrice": 5353.725,
          "stopDistance": 21.066,
          "outcome": "stop",
          "netR": -1.0199,
          "holdMinutes": 39
        },
        {
          "entryTs": 1772502300,
          "entryUtc": "2026-03-03T01:45:00.000Z",
          "exitTs": 1772502420,
          "dir": 1,
          "entryPrice": 5362.598,
          "exitPrice": 5350.26,
          "stopDistance": 12.338,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 2
        },
        {
          "entryTs": 1772522400,
          "entryUtc": "2026-03-03T07:20:00.000Z",
          "exitTs": 1772525100,
          "dir": -1,
          "entryPrice": 5316.825,
          "exitPrice": 5334.09,
          "stopDistance": 17.264,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 45
        },
        {
          "entryTs": 1772539800,
          "entryUtc": "2026-03-03T12:10:00.000Z",
          "exitTs": 1772542560,
          "dir": -1,
          "entryPrice": 5176.785,
          "exitPrice": 5217.673,
          "stopDistance": 40.888,
          "outcome": "stop",
          "netR": -1.0103,
          "holdMinutes": 46
        },
        {
          "entryTs": 1772552400,
          "entryUtc": "2026-03-03T15:40:00.000Z",
          "exitTs": 1772553840,
          "dir": -1,
          "entryPrice": 5067.065,
          "exitPrice": 5108.622,
          "stopDistance": 41.558,
          "outcome": "stop",
          "netR": -1.0101,
          "holdMinutes": 24
        },
        {
          "entryTs": 1772591700,
          "entryUtc": "2026-03-04T02:35:00.000Z",
          "exitTs": 1772593140,
          "dir": 1,
          "entryPrice": 5169.595,
          "exitPrice": 5153.504,
          "stopDistance": 16.092,
          "outcome": "stop",
          "netR": -1.0261,
          "holdMinutes": 24
        },
        {
          "entryTs": 1772598000,
          "entryUtc": "2026-03-04T04:20:00.000Z",
          "exitTs": 1772599320,
          "dir": 1,
          "entryPrice": 5168.685,
          "exitPrice": 5155.108,
          "stopDistance": 13.577,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 22
        },
        {
          "entryTs": 1772625300,
          "entryUtc": "2026-03-04T11:55:00.000Z",
          "exitTs": 1772626740,
          "dir": 1,
          "entryPrice": 5190.835,
          "exitPrice": 5181.708,
          "stopDistance": 9.127,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 24
        },
        {
          "entryTs": 1772646900,
          "entryUtc": "2026-03-04T17:55:00.000Z",
          "exitTs": 1772648400,
          "dir": -1,
          "entryPrice": 5142.745,
          "exitPrice": 5113.125,
          "stopDistance": 14.81,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 25
        },
        {
          "entryTs": 1772692800,
          "entryUtc": "2026-03-05T06:40:00.000Z",
          "exitTs": 1772693820,
          "dir": -1,
          "entryPrice": 5151.125,
          "exitPrice": 5164.102,
          "stopDistance": 12.977,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 17
        },
        {
          "entryTs": 1772703300,
          "entryUtc": "2026-03-05T09:35:00.000Z",
          "exitTs": 1772703540,
          "dir": 1,
          "entryPrice": 5165.385,
          "exitPrice": 5153.777,
          "stopDistance": 11.608,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 4
        },
        {
          "entryTs": 1772710500,
          "entryUtc": "2026-03-05T11:35:00.000Z",
          "exitTs": 1772715600,
          "dir": 1,
          "entryPrice": 5161.955,
          "exitPrice": 5153.594,
          "stopDistance": 8.361,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 85
        },
        {
          "entryTs": 1772729400,
          "entryUtc": "2026-03-05T16:50:00.000Z",
          "exitTs": 1772754240,
          "dir": -1,
          "entryPrice": 5078.795,
          "exitPrice": 5099.448,
          "stopDistance": 20.653,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 414
        },
        {
          "entryTs": 1772764500,
          "entryUtc": "2026-03-06T02:35:00.000Z",
          "exitTs": 1772776860,
          "dir": 1,
          "entryPrice": 5126.775,
          "exitPrice": 5113.714,
          "stopDistance": 13.061,
          "outcome": "stop",
          "netR": -1.0322,
          "holdMinutes": 206
        },
        {
          "entryTs": 1772812200,
          "entryUtc": "2026-03-06T15:50:00.000Z",
          "exitTs": 1773007200,
          "dir": 1,
          "entryPrice": 5146.365,
          "exitPrice": 5189.867,
          "stopDistance": 21.751,
          "outcome": "target",
          "netR": 1.983,
          "holdMinutes": 3250
        },
        {
          "entryTs": 1773026100,
          "entryUtc": "2026-03-09T03:15:00.000Z",
          "exitTs": 1773035100,
          "dir": 1,
          "entryPrice": 5086.885,
          "exitPrice": 5121.418,
          "stopDistance": 17.267,
          "outcome": "target",
          "netR": 1.9786,
          "holdMinutes": 150
        },
        {
          "entryTs": 1773038100,
          "entryUtc": "2026-03-09T06:35:00.000Z",
          "exitTs": 1773038580,
          "dir": 1,
          "entryPrice": 5124.005,
          "exitPrice": 5110.473,
          "stopDistance": 13.532,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 8
        },
        {
          "entryTs": 1773041100,
          "entryUtc": "2026-03-09T07:25:00.000Z",
          "exitTs": 1773047760,
          "dir": -1,
          "entryPrice": 5104.825,
          "exitPrice": 5118.442,
          "stopDistance": 13.617,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 111
        },
        {
          "entryTs": 1773060600,
          "entryUtc": "2026-03-09T12:50:00.000Z",
          "exitTs": 1773061200,
          "dir": 1,
          "entryPrice": 5099.975,
          "exitPrice": 5089.561,
          "stopDistance": 10.414,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 10
        },
        {
          "entryTs": 1773076200,
          "entryUtc": "2026-03-09T17:10:00.000Z",
          "exitTs": 1773076920,
          "dir": 1,
          "entryPrice": 5102.285,
          "exitPrice": 5092.278,
          "stopDistance": 10.007,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 12
        },
        {
          "entryTs": 1773142500,
          "entryUtc": "2026-03-10T11:35:00.000Z",
          "exitTs": 1773144180,
          "dir": 1,
          "entryPrice": 5180.235,
          "exitPrice": 5170.055,
          "stopDistance": 10.18,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 28
        },
        {
          "entryTs": 1773150600,
          "entryUtc": "2026-03-10T13:50:00.000Z",
          "exitTs": 1773151620,
          "dir": 1,
          "entryPrice": 5204.995,
          "exitPrice": 5192.512,
          "stopDistance": 12.483,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 17
        },
        {
          "entryTs": 1773159300,
          "entryUtc": "2026-03-10T16:15:00.000Z",
          "exitTs": 1773166500,
          "dir": 1,
          "entryPrice": 5223.235,
          "exitPrice": 5212.313,
          "stopDistance": 10.921,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 120
        },
        {
          "entryTs": 1773170400,
          "entryUtc": "2026-03-10T19:20:00.000Z",
          "exitTs": 1773190800,
          "dir": -1,
          "entryPrice": 5204.095,
          "exitPrice": 5219.304,
          "stopDistance": 15.209,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 340
        },
        {
          "entryTs": 1773255300,
          "entryUtc": "2026-03-11T18:55:00.000Z",
          "exitTs": 1773267960,
          "dir": 1,
          "entryPrice": 5174.138,
          "exitPrice": 5167.691,
          "stopDistance": 6.448,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 211
        },
        {
          "entryTs": 1773282600,
          "entryUtc": "2026-03-12T02:30:00.000Z",
          "exitTs": 1773283260,
          "dir": 1,
          "entryPrice": 5167.955,
          "exitPrice": 5158.814,
          "stopDistance": 9.141,
          "outcome": "stop",
          "netR": -1.0459,
          "holdMinutes": 11
        },
        {
          "entryTs": 1773303900,
          "entryUtc": "2026-03-12T08:25:00.000Z",
          "exitTs": 1773317160,
          "dir": 1,
          "entryPrice": 5178.025,
          "exitPrice": 5170.513,
          "stopDistance": 7.512,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 221
        },
        {
          "entryTs": 1773419700,
          "entryUtc": "2026-03-13T16:35:00.000Z",
          "exitTs": 1773422160,
          "dir": -1,
          "entryPrice": 5044.225,
          "exitPrice": 5061.519,
          "stopDistance": 17.294,
          "outcome": "stop",
          "netR": -1.0243,
          "holdMinutes": 41
        },
        {
          "entryTs": 1773434400,
          "entryUtc": "2026-03-13T20:40:00.000Z",
          "exitTs": 1773612000,
          "dir": -1,
          "entryPrice": 5018.645,
          "exitPrice": 4999.844,
          "stopDistance": 9.401,
          "outcome": "target",
          "netR": 1.9606,
          "holdMinutes": 2960
        },
        {
          "entryTs": 1773636000,
          "entryUtc": "2026-03-16T04:40:00.000Z",
          "exitTs": 1773638100,
          "dir": 1,
          "entryPrice": 5018.365,
          "exitPrice": 5010.332,
          "stopDistance": 8.033,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 35
        },
        {
          "entryTs": 1773661800,
          "entryUtc": "2026-03-16T11:50:00.000Z",
          "exitTs": 1773661980,
          "dir": 1,
          "entryPrice": 5011.285,
          "exitPrice": 5001.638,
          "stopDistance": 9.647,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 3
        },
        {
          "entryTs": 1773674400,
          "entryUtc": "2026-03-16T15:20:00.000Z",
          "exitTs": 1773678420,
          "dir": -1,
          "entryPrice": 5004.435,
          "exitPrice": 4979.772,
          "stopDistance": 12.331,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 67
        },
        {
          "entryTs": 1773680100,
          "entryUtc": "2026-03-16T16:55:00.000Z",
          "exitTs": 1773681240,
          "dir": -1,
          "entryPrice": 4991.915,
          "exitPrice": 5003.108,
          "stopDistance": 11.193,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 19
        },
        {
          "entryTs": 1773724200,
          "entryUtc": "2026-03-17T05:10:00.000Z",
          "exitTs": 1773726360,
          "dir": 1,
          "entryPrice": 5034.175,
          "exitPrice": 5028.437,
          "stopDistance": 5.738,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 36
        },
        {
          "entryTs": 1773818400,
          "entryUtc": "2026-03-18T07:20:00.000Z",
          "exitTs": 1773819900,
          "dir": 1,
          "entryPrice": 5006.415,
          "exitPrice": 5000.367,
          "stopDistance": 6.048,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 25
        },
        {
          "entryTs": 1773842400,
          "entryUtc": "2026-03-18T14:00:00.000Z",
          "exitTs": 1773855300,
          "dir": -1,
          "entryPrice": 4877.875,
          "exitPrice": 4898.456,
          "stopDistance": 20.581,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 215
        },
        {
          "entryTs": 1773867000,
          "entryUtc": "2026-03-18T20:50:00.000Z",
          "exitTs": 1773876480,
          "dir": -1,
          "entryPrice": 4825.505,
          "exitPrice": 4839.519,
          "stopDistance": 14.014,
          "outcome": "stop",
          "netR": -1.03,
          "holdMinutes": 158
        },
        {
          "entryTs": 1773927000,
          "entryUtc": "2026-03-19T13:30:00.000Z",
          "exitTs": 1773928560,
          "dir": -1,
          "entryPrice": 4576.475,
          "exitPrice": 4613.715,
          "stopDistance": 37.24,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 26
        },
        {
          "entryTs": 1773949800,
          "entryUtc": "2026-03-19T19:50:00.000Z",
          "exitTs": 1773958500,
          "dir": 1,
          "entryPrice": 4635.375,
          "exitPrice": 4674.491,
          "stopDistance": 19.558,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 145
        },
        {
          "entryTs": 1773978600,
          "entryUtc": "2026-03-20T03:50:00.000Z",
          "exitTs": 1773983040,
          "dir": 1,
          "entryPrice": 4724.285,
          "exitPrice": 4710.442,
          "stopDistance": 13.844,
          "outcome": "stop",
          "netR": -1.0303,
          "holdMinutes": 74
        },
        {
          "entryTs": 1773990600,
          "entryUtc": "2026-03-20T07:10:00.000Z",
          "exitTs": 1773992460,
          "dir": -1,
          "entryPrice": 4681.685,
          "exitPrice": 4696.274,
          "stopDistance": 14.589,
          "outcome": "stop",
          "netR": -1.0288,
          "holdMinutes": 31
        },
        {
          "entryTs": 1774035900,
          "entryUtc": "2026-03-20T19:45:00.000Z",
          "exitTs": 1774216800,
          "dir": -1,
          "entryPrice": 4514.135,
          "exitPrice": 4487.845,
          "stopDistance": 22.751,
          "outcome": "time",
          "netR": 1.1393,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1774228200,
          "entryUtc": "2026-03-23T01:10:00.000Z",
          "exitTs": 1774229460,
          "dir": -1,
          "entryPrice": 4400.695,
          "exitPrice": 4443.931,
          "stopDistance": 43.237,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 21
        },
        {
          "entryTs": 1774238700,
          "entryUtc": "2026-03-23T04:05:00.000Z",
          "exitTs": 1774245120,
          "dir": -1,
          "entryPrice": 4361.889,
          "exitPrice": 4312.187,
          "stopDistance": 24.851,
          "outcome": "target",
          "netR": 1.9851,
          "holdMinutes": 107
        },
        {
          "entryTs": 1774251600,
          "entryUtc": "2026-03-23T07:40:00.000Z",
          "exitTs": 1774252080,
          "dir": -1,
          "entryPrice": 4179.848,
          "exitPrice": 4228.321,
          "stopDistance": 48.473,
          "outcome": "stop",
          "netR": -1.0087,
          "holdMinutes": 8
        },
        {
          "entryTs": 1774267500,
          "entryUtc": "2026-03-23T12:05:00.000Z",
          "exitTs": 1774270200,
          "dir": 1,
          "entryPrice": 4356.325,
          "exitPrice": 4464.889,
          "stopDistance": 54.282,
          "outcome": "target",
          "netR": 1.9932,
          "holdMinutes": 45
        },
        {
          "entryTs": 1774272000,
          "entryUtc": "2026-03-23T13:20:00.000Z",
          "exitTs": 1774281300,
          "dir": 1,
          "entryPrice": 4422.555,
          "exitPrice": 4375.943,
          "stopDistance": 46.612,
          "outcome": "stop",
          "netR": -1.009,
          "holdMinutes": 155
        },
        {
          "entryTs": 1774292700,
          "entryUtc": "2026-03-23T19:05:00.000Z",
          "exitTs": 1774293180,
          "dir": 1,
          "entryPrice": 4436.345,
          "exitPrice": 4412.851,
          "stopDistance": 23.494,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 8
        },
        {
          "entryTs": 1774295400,
          "entryUtc": "2026-03-23T19:50:00.000Z",
          "exitTs": 1774303500,
          "dir": -1,
          "entryPrice": 4418.715,
          "exitPrice": 4373.327,
          "stopDistance": 22.694,
          "outcome": "target",
          "netR": 1.9837,
          "holdMinutes": 135
        },
        {
          "entryTs": 1774391400,
          "entryUtc": "2026-03-24T22:30:00.000Z",
          "exitTs": 1774394760,
          "dir": 1,
          "entryPrice": 4469.658,
          "exitPrice": 4507.904,
          "stopDistance": 19.123,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 56
        },
        {
          "entryTs": 1774404600,
          "entryUtc": "2026-03-25T02:10:00.000Z",
          "exitTs": 1774411260,
          "dir": 1,
          "entryPrice": 4581.215,
          "exitPrice": 4566.022,
          "stopDistance": 15.193,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 111
        },
        {
          "entryTs": 1774428900,
          "entryUtc": "2026-03-25T08:55:00.000Z",
          "exitTs": 1774431900,
          "dir": 1,
          "entryPrice": 4559.155,
          "exitPrice": 4547.781,
          "stopDistance": 11.373,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 50
        },
        {
          "entryTs": 1774507800,
          "entryUtc": "2026-03-26T06:50:00.000Z",
          "exitTs": 1774514580,
          "dir": -1,
          "entryPrice": 4448.985,
          "exitPrice": 4413.9,
          "stopDistance": 17.543,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 113
        },
        {
          "entryTs": 1774545000,
          "entryUtc": "2026-03-26T17:10:00.000Z",
          "exitTs": 1774555380,
          "dir": -1,
          "entryPrice": 4398.085,
          "exitPrice": 4357.634,
          "stopDistance": 20.226,
          "outcome": "target",
          "netR": 1.9817,
          "holdMinutes": 173
        },
        {
          "entryTs": 1774581000,
          "entryUtc": "2026-03-27T03:10:00.000Z",
          "exitTs": 1774589400,
          "dir": 1,
          "entryPrice": 4424.845,
          "exitPrice": 4449.427,
          "stopDistance": 12.291,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 140
        },
        {
          "entryTs": 1774611600,
          "entryUtc": "2026-03-27T11:40:00.000Z",
          "exitTs": 1774612500,
          "dir": -1,
          "entryPrice": 4416.058,
          "exitPrice": 4425.455,
          "stopDistance": 9.397,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 15
        },
        {
          "entryTs": 1774617000,
          "entryUtc": "2026-03-27T13:10:00.000Z",
          "exitTs": 1774618260,
          "dir": 1,
          "entryPrice": 4428.735,
          "exitPrice": 4417.657,
          "stopDistance": 11.077,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 21
        },
        {
          "entryTs": 1774627200,
          "entryUtc": "2026-03-27T16:00:00.000Z",
          "exitTs": 1774631700,
          "dir": 1,
          "entryPrice": 4523.905,
          "exitPrice": 4504.254,
          "stopDistance": 19.651,
          "outcome": "stop",
          "netR": -1.0214,
          "holdMinutes": 75
        },
        {
          "entryTs": 1774843200,
          "entryUtc": "2026-03-30T04:00:00.000Z",
          "exitTs": 1774849920,
          "dir": 1,
          "entryPrice": 4495.695,
          "exitPrice": 4522.615,
          "stopDistance": 13.46,
          "outcome": "target",
          "netR": 1.9725,
          "holdMinutes": 112
        },
        {
          "entryTs": 1774896600,
          "entryUtc": "2026-03-30T18:50:00.000Z",
          "exitTs": 1774897200,
          "dir": -1,
          "entryPrice": 4517.585,
          "exitPrice": 4497.832,
          "stopDistance": 9.876,
          "outcome": "target",
          "netR": 1.9625,
          "holdMinutes": 10
        },
        {
          "entryTs": 1774899300,
          "entryUtc": "2026-03-30T19:35:00.000Z",
          "exitTs": 1774908180,
          "dir": -1,
          "entryPrice": 4508.745,
          "exitPrice": 4520.03,
          "stopDistance": 11.285,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 148
        },
        {
          "entryTs": 1774923900,
          "entryUtc": "2026-03-31T02:25:00.000Z",
          "exitTs": 1774927080,
          "dir": 1,
          "entryPrice": 4584.565,
          "exitPrice": 4564.674,
          "stopDistance": 19.891,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 53
        },
        {
          "entryTs": 1774968600,
          "entryUtc": "2026-03-31T14:50:00.000Z",
          "exitTs": 1774975200,
          "dir": 1,
          "entryPrice": 4601.525,
          "exitPrice": 4636.18,
          "stopDistance": 17.328,
          "outcome": "target",
          "netR": 1.9786,
          "holdMinutes": 110
        },
        {
          "entryTs": 1774987800,
          "entryUtc": "2026-03-31T20:10:00.000Z",
          "exitTs": 1774990200,
          "dir": 1,
          "entryPrice": 4677.165,
          "exitPrice": 4666.079,
          "stopDistance": 11.086,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 40
        },
        {
          "entryTs": 1775018700,
          "entryUtc": "2026-04-01T04:45:00.000Z",
          "exitTs": 1775020560,
          "dir": -1,
          "entryPrice": 4676.538,
          "exitPrice": 4684.804,
          "stopDistance": 8.265,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 31
        },
        {
          "entryTs": 1775034300,
          "entryUtc": "2026-04-01T09:05:00.000Z",
          "exitTs": 1775035260,
          "dir": 1,
          "entryPrice": 4725.795,
          "exitPrice": 4713.984,
          "stopDistance": 11.811,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 16
        },
        {
          "entryTs": 1775060100,
          "entryUtc": "2026-04-01T16:15:00.000Z",
          "exitTs": 1775066580,
          "dir": 1,
          "entryPrice": 4774.625,
          "exitPrice": 4761.549,
          "stopDistance": 13.076,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 108
        },
        {
          "entryTs": 1775071200,
          "entryUtc": "2026-04-01T19:20:00.000Z",
          "exitTs": 1775072220,
          "dir": -1,
          "entryPrice": 4760.845,
          "exitPrice": 4771.838,
          "stopDistance": 10.992,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 17
        },
        {
          "entryTs": 1775087400,
          "entryUtc": "2026-04-01T23:50:00.000Z",
          "exitTs": 1775091600,
          "dir": 1,
          "entryPrice": 4783.698,
          "exitPrice": 4773.364,
          "stopDistance": 10.335,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 70
        },
        {
          "entryTs": 1775106000,
          "entryUtc": "2026-04-02T05:00:00.000Z",
          "exitTs": 1775107980,
          "dir": -1,
          "entryPrice": 4672.555,
          "exitPrice": 4647.242,
          "stopDistance": 12.657,
          "outcome": "target",
          "netR": 1.9708,
          "holdMinutes": 33
        },
        {
          "entryTs": 1775113800,
          "entryUtc": "2026-04-02T07:10:00.000Z",
          "exitTs": 1775115240,
          "dir": -1,
          "entryPrice": 4608.555,
          "exitPrice": 4629.97,
          "stopDistance": 21.415,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 24
        },
        {
          "entryTs": 1775117400,
          "entryUtc": "2026-04-02T08:10:00.000Z",
          "exitTs": 1775120580,
          "dir": 1,
          "entryPrice": 4632.705,
          "exitPrice": 4615.161,
          "stopDistance": 17.544,
          "outcome": "stop",
          "netR": -1.0239,
          "holdMinutes": 53
        },
        {
          "entryTs": 1775142600,
          "entryUtc": "2026-04-02T15:10:00.000Z",
          "exitTs": 1775146740,
          "dir": 1,
          "entryPrice": 4670.355,
          "exitPrice": 4647.339,
          "stopDistance": 23.016,
          "outcome": "stop",
          "netR": -1.0182,
          "holdMinutes": 69
        },
        {
          "entryTs": 1775454300,
          "entryUtc": "2026-04-06T05:45:00.000Z",
          "exitTs": 1775455140,
          "dir": 1,
          "entryPrice": 4661.165,
          "exitPrice": 4652.114,
          "stopDistance": 9.051,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 14
        },
        {
          "entryTs": 1775479800,
          "entryUtc": "2026-04-06T12:50:00.000Z",
          "exitTs": 1775484000,
          "dir": -1,
          "entryPrice": 4678.375,
          "exitPrice": 4688.27,
          "stopDistance": 9.895,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 70
        },
        {
          "entryTs": 1775529300,
          "entryUtc": "2026-04-07T02:35:00.000Z",
          "exitTs": 1775530140,
          "dir": -1,
          "entryPrice": 4637.735,
          "exitPrice": 4652.755,
          "stopDistance": 15.02,
          "outcome": "stop",
          "netR": -1.028,
          "holdMinutes": 14
        },
        {
          "entryTs": 1775531700,
          "entryUtc": "2026-04-07T03:15:00.000Z",
          "exitTs": 1775539680,
          "dir": 1,
          "entryPrice": 4644.805,
          "exitPrice": 4632.451,
          "stopDistance": 12.354,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 133
        },
        {
          "entryTs": 1775562000,
          "entryUtc": "2026-04-07T11:40:00.000Z",
          "exitTs": 1775564640,
          "dir": -1,
          "entryPrice": 4654.155,
          "exitPrice": 4668.583,
          "stopDistance": 14.428,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 44
        },
        {
          "entryTs": 1775608200,
          "entryUtc": "2026-04-08T00:30:00.000Z",
          "exitTs": 1775611140,
          "dir": 1,
          "entryPrice": 4822.455,
          "exitPrice": 4801.666,
          "stopDistance": 20.79,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 49
        },
        {
          "entryTs": 1775644800,
          "entryUtc": "2026-04-08T10:40:00.000Z",
          "exitTs": 1775649000,
          "dir": -1,
          "entryPrice": 4787.198,
          "exitPrice": 4798.608,
          "stopDistance": 11.409,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 70
        },
        {
          "entryTs": 1775733300,
          "entryUtc": "2026-04-09T11:15:00.000Z",
          "exitTs": 1775735100,
          "dir": 1,
          "entryPrice": 4738.945,
          "exitPrice": 4753.451,
          "stopDistance": 7.253,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 30
        },
        {
          "entryTs": 1775753100,
          "entryUtc": "2026-04-09T16:45:00.000Z",
          "exitTs": 1775759460,
          "dir": 1,
          "entryPrice": 4787.125,
          "exitPrice": 4775.778,
          "stopDistance": 11.347,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 106
        },
        {
          "entryTs": 1775790000,
          "entryUtc": "2026-04-10T03:00:00.000Z",
          "exitTs": 1775792040,
          "dir": -1,
          "entryPrice": 4752.815,
          "exitPrice": 4761.983,
          "stopDistance": 9.168,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 34
        },
        {
          "entryTs": 1775832300,
          "entryUtc": "2026-04-10T14:45:00.000Z",
          "exitTs": 1775835360,
          "dir": 1,
          "entryPrice": 4780.715,
          "exitPrice": 4768.773,
          "stopDistance": 11.941,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 51
        },
        {
          "entryTs": 1776038100,
          "entryUtc": "2026-04-12T23:55:00.000Z",
          "exitTs": 1776040440,
          "dir": -1,
          "entryPrice": 4666.545,
          "exitPrice": 4680.079,
          "stopDistance": 13.534,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 39
        },
        {
          "entryTs": 1776047400,
          "entryUtc": "2026-04-13T02:30:00.000Z",
          "exitTs": 1776053220,
          "dir": 1,
          "entryPrice": 4719.695,
          "exitPrice": 4709.019,
          "stopDistance": 10.676,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 97
        },
        {
          "entryTs": 1776075000,
          "entryUtc": "2026-04-13T10:10:00.000Z",
          "exitTs": 1776078000,
          "dir": -1,
          "entryPrice": 4717.955,
          "exitPrice": 4725.571,
          "stopDistance": 7.616,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 50
        },
        {
          "entryTs": 1776082200,
          "entryUtc": "2026-04-13T12:10:00.000Z",
          "exitTs": 1776084600,
          "dir": -1,
          "entryPrice": 4713.925,
          "exitPrice": 4722.37,
          "stopDistance": 8.445,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 40
        },
        {
          "entryTs": 1776111900,
          "entryUtc": "2026-04-13T20:25:00.000Z",
          "exitTs": 1776117600,
          "dir": 1,
          "entryPrice": 4740.415,
          "exitPrice": 4752.471,
          "stopDistance": 6.028,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 95
        },
        {
          "entryTs": 1776123000,
          "entryUtc": "2026-04-13T23:30:00.000Z",
          "exitTs": 1776126360,
          "dir": 1,
          "entryPrice": 4755.205,
          "exitPrice": 4767.083,
          "stopDistance": 5.939,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 56
        },
        {
          "entryTs": 1776185700,
          "entryUtc": "2026-04-14T16:55:00.000Z",
          "exitTs": 1776186420,
          "dir": 1,
          "entryPrice": 4813.328,
          "exitPrice": 4831.303,
          "stopDistance": 8.987,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 12
        },
        {
          "entryTs": 1776243000,
          "entryUtc": "2026-04-15T08:50:00.000Z",
          "exitTs": 1776243540,
          "dir": -1,
          "entryPrice": 4811.305,
          "exitPrice": 4818.934,
          "stopDistance": 7.629,
          "outcome": "stop",
          "netR": -1.0551,
          "holdMinutes": 9
        },
        {
          "entryTs": 1776257400,
          "entryUtc": "2026-04-15T12:50:00.000Z",
          "exitTs": 1776260880,
          "dir": 1,
          "entryPrice": 4810.765,
          "exitPrice": 4825.226,
          "stopDistance": 7.23,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 58
        },
        {
          "entryTs": 1776299400,
          "entryUtc": "2026-04-16T00:30:00.000Z",
          "exitTs": 1776300000,
          "dir": 1,
          "entryPrice": 4824.558,
          "exitPrice": 4836.407,
          "stopDistance": 5.925,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 10
        },
        {
          "entryTs": 1776302400,
          "entryUtc": "2026-04-16T01:20:00.000Z",
          "exitTs": 1776303300,
          "dir": 1,
          "entryPrice": 4826.115,
          "exitPrice": 4819.167,
          "stopDistance": 6.948,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776308400,
          "entryUtc": "2026-04-16T03:00:00.000Z",
          "exitTs": 1776308820,
          "dir": -1,
          "entryPrice": 4819.315,
          "exitPrice": 4825.734,
          "stopDistance": 6.419,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 7
        },
        {
          "entryTs": 1776330300,
          "entryUtc": "2026-04-16T09:05:00.000Z",
          "exitTs": 1776340560,
          "dir": -1,
          "entryPrice": 4814.915,
          "exitPrice": 4821.991,
          "stopDistance": 7.076,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 171
        },
        {
          "entryTs": 1776409500,
          "entryUtc": "2026-04-17T07:05:00.000Z",
          "exitTs": 1776415380,
          "dir": -1,
          "entryPrice": 4788.945,
          "exitPrice": 4795.091,
          "stopDistance": 6.146,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 98
        },
        {
          "entryTs": 1776438300,
          "entryUtc": "2026-04-17T15:05:00.000Z",
          "exitTs": 1776455700,
          "dir": 1,
          "entryPrice": 4868.145,
          "exitPrice": 4853.094,
          "stopDistance": 15.051,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 290
        },
        {
          "entryTs": 1776644700,
          "entryUtc": "2026-04-20T00:25:00.000Z",
          "exitTs": 1776646800,
          "dir": -1,
          "entryPrice": 4762.395,
          "exitPrice": 4774.992,
          "stopDistance": 12.597,
          "outcome": "stop",
          "netR": -1.0333,
          "holdMinutes": 35
        },
        {
          "entryTs": 1776651300,
          "entryUtc": "2026-04-20T02:15:00.000Z",
          "exitTs": 1776654780,
          "dir": 1,
          "entryPrice": 4800.705,
          "exitPrice": 4790.396,
          "stopDistance": 10.309,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 58
        },
        {
          "entryTs": 1776681900,
          "entryUtc": "2026-04-20T10:45:00.000Z",
          "exitTs": 1776683460,
          "dir": 1,
          "entryPrice": 4794.915,
          "exitPrice": 4788.747,
          "stopDistance": 6.168,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 26
        },
        {
          "entryTs": 1776699000,
          "entryUtc": "2026-04-20T15:30:00.000Z",
          "exitTs": 1776712260,
          "dir": -1,
          "entryPrice": 4808.055,
          "exitPrice": 4819.862,
          "stopDistance": 11.807,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 221
        },
        {
          "entryTs": 1776726300,
          "entryUtc": "2026-04-20T23:05:00.000Z",
          "exitTs": 1776728820,
          "dir": 1,
          "entryPrice": 4826.178,
          "exitPrice": 4820.747,
          "stopDistance": 5.431,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 42
        },
        {
          "entryTs": 1776744300,
          "entryUtc": "2026-04-21T04:05:00.000Z",
          "exitTs": 1776747600,
          "dir": -1,
          "entryPrice": 4797.285,
          "exitPrice": 4786.816,
          "stopDistance": 5.235,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 55
        },
        {
          "entryTs": 1776784800,
          "entryUtc": "2026-04-21T15:20:00.000Z",
          "exitTs": 1776788820,
          "dir": -1,
          "entryPrice": 4755.285,
          "exitPrice": 4725.04,
          "stopDistance": 15.123,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 67
        },
        {
          "entryTs": 1776825900,
          "entryUtc": "2026-04-22T02:45:00.000Z",
          "exitTs": 1776828540,
          "dir": 1,
          "entryPrice": 4751.088,
          "exitPrice": 4762.774,
          "stopDistance": 5.843,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 44
        },
        {
          "entryTs": 1776874200,
          "entryUtc": "2026-04-22T16:10:00.000Z",
          "exitTs": 1776883560,
          "dir": -1,
          "entryPrice": 4733.445,
          "exitPrice": 4741.518,
          "stopDistance": 8.073,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 156
        },
        {
          "entryTs": 1776906900,
          "entryUtc": "2026-04-23T01:15:00.000Z",
          "exitTs": 1776907800,
          "dir": 1,
          "entryPrice": 4736.675,
          "exitPrice": 4726.364,
          "stopDistance": 10.311,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 15
        },
        {
          "entryTs": 1776916200,
          "entryUtc": "2026-04-23T03:50:00.000Z",
          "exitTs": 1776924000,
          "dir": -1,
          "entryPrice": 4706.575,
          "exitPrice": 4715.776,
          "stopDistance": 9.201,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 130
        },
        {
          "entryTs": 1776949800,
          "entryUtc": "2026-04-23T13:10:00.000Z",
          "exitTs": 1776959640,
          "dir": 1,
          "entryPrice": 4727.105,
          "exitPrice": 4716.696,
          "stopDistance": 10.409,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 164
        },
        {
          "entryTs": 1777001700,
          "entryUtc": "2026-04-24T03:35:00.000Z",
          "exitTs": 1777004700,
          "dir": -1,
          "entryPrice": 4676.265,
          "exitPrice": 4660.218,
          "stopDistance": 8.024,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 50
        },
        {
          "entryTs": 1777043100,
          "entryUtc": "2026-04-24T15:05:00.000Z",
          "exitTs": 1777061040,
          "dir": 1,
          "entryPrice": 4721.978,
          "exitPrice": 4711.17,
          "stopDistance": 10.808,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 299
        },
        {
          "entryTs": 1777255800,
          "entryUtc": "2026-04-27T02:10:00.000Z",
          "exitTs": 1777258020,
          "dir": 1,
          "entryPrice": 4698.405,
          "exitPrice": 4714.57,
          "stopDistance": 8.083,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 37
        },
        {
          "entryTs": 1777260600,
          "entryUtc": "2026-04-27T03:30:00.000Z",
          "exitTs": 1777261440,
          "dir": 1,
          "entryPrice": 4715.505,
          "exitPrice": 4728.913,
          "stopDistance": 6.704,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 14
        },
        {
          "entryTs": 1777265400,
          "entryUtc": "2026-04-27T04:50:00.000Z",
          "exitTs": 1777266720,
          "dir": 1,
          "entryPrice": 4724.075,
          "exitPrice": 4718.893,
          "stopDistance": 5.182,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 22
        },
        {
          "entryTs": 1777270500,
          "entryUtc": "2026-04-27T06:15:00.000Z",
          "exitTs": 1777280940,
          "dir": -1,
          "entryPrice": 4714.305,
          "exitPrice": 4704.359,
          "stopDistance": 4.973,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 174
        },
        {
          "entryTs": 1777306800,
          "entryUtc": "2026-04-27T16:20:00.000Z",
          "exitTs": 1777311180,
          "dir": -1,
          "entryPrice": 4676.805,
          "exitPrice": 4684.529,
          "stopDistance": 7.724,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 73
        },
        {
          "entryTs": 1777336500,
          "entryUtc": "2026-04-28T00:35:00.000Z",
          "exitTs": 1777338000,
          "dir": 1,
          "entryPrice": 4692.975,
          "exitPrice": 4688.797,
          "stopDistance": 4.178,
          "outcome": "stop",
          "netR": -1.1005,
          "holdMinutes": 25
        },
        {
          "entryTs": 1777347000,
          "entryUtc": "2026-04-28T03:30:00.000Z",
          "exitTs": 1777352400,
          "dir": -1,
          "entryPrice": 4674.745,
          "exitPrice": 4664.165,
          "stopDistance": 5.29,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 90
        },
        {
          "entryTs": 1777356600,
          "entryUtc": "2026-04-28T06:10:00.000Z",
          "exitTs": 1777362900,
          "dir": -1,
          "entryPrice": 4639.945,
          "exitPrice": 4622.519,
          "stopDistance": 8.713,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 105
        },
        {
          "entryTs": 1777378500,
          "entryUtc": "2026-04-28T12:15:00.000Z",
          "exitTs": 1777378800,
          "dir": -1,
          "entryPrice": 4581.625,
          "exitPrice": 4594.125,
          "stopDistance": 12.5,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 5
        },
        {
          "entryTs": 1777399500,
          "entryUtc": "2026-04-28T18:05:00.000Z",
          "exitTs": 1777421400,
          "dir": 1,
          "entryPrice": 4593.565,
          "exitPrice": 4608.46,
          "stopDistance": 7.448,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 365
        },
        {
          "entryTs": 1777433700,
          "entryUtc": "2026-04-29T03:35:00.000Z",
          "exitTs": 1777443060,
          "dir": 1,
          "entryPrice": 4596.558,
          "exitPrice": 4589.755,
          "stopDistance": 6.803,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 156
        },
        {
          "entryTs": 1777446300,
          "entryUtc": "2026-04-29T07:05:00.000Z",
          "exitTs": 1777447440,
          "dir": -1,
          "entryPrice": 4588.005,
          "exitPrice": 4575.421,
          "stopDistance": 6.292,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 19
        },
        {
          "entryTs": 1777518600,
          "entryUtc": "2026-04-30T03:10:00.000Z",
          "exitTs": 1777521780,
          "dir": -1,
          "entryPrice": 4567.155,
          "exitPrice": 4552.87,
          "stopDistance": 7.142,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 53
        }
      ],
      "significance": {
        "tStat": -8.215,
        "pValueOneSided": 1,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "equal-highs-lows-raid-m15",
      "name": "Equal highs / equal lows liquidity raid",
      "family": "ICT / Smart Money",
      "timeframe": "M15",
      "signalTimeframe": "M15",
      "trendNote": "The \"double top is engineered liquidity\" reframe that carries a lot of SMC view volume.",
      "rule": "Find two confirmed M15 swing highs within 0.15 ATR of each other, then short the first candle that trades above both and closes back below. Mirrored for lows.",
      "rawSignals": 1471,
      "full": {
        "trades": 1114,
        "winRate": {
          "successes": 378,
          "total": 1114,
          "ratePct": 33.9,
          "ci95Pct": [
            31.2,
            36.8
          ]
        },
        "expectancyR": -0.1239,
        "totalR": -138.07,
        "profitFactor": 0.833,
        "avgWinR": 1.82,
        "avgLossR": -1.122,
        "maxDrawdownPct": 81.16,
        "finalEquity": 2250.25,
        "returnPct": -77.5,
        "tStat": -2.936,
        "sdR": 1.409,
        "ambiguousTrades": 1,
        "timeExits": 29,
        "stopExits": 724,
        "targetExits": 360,
        "optimisticExpectancyR": -0.1212,
        "medianHoldMinutes": 103,
        "medianCostShareOfR": 0.1204,
        "longTrades": 564,
        "longExpectancyR": -0.1481,
        "shortTrades": 550,
        "shortExpectancyR": -0.0992,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 355,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 854,
        "winRate": {
          "successes": 286,
          "total": 854,
          "ratePct": 33.5,
          "ci95Pct": [
            30.4,
            36.7
          ]
        },
        "expectancyR": -0.1584,
        "totalR": -135.24,
        "profitFactor": 0.792,
        "avgWinR": 1.805,
        "avgLossR": -1.147,
        "maxDrawdownPct": 80.6,
        "finalEquity": 2374.65,
        "returnPct": -76.25,
        "tStat": -3.287,
        "sdR": 1.408,
        "ambiguousTrades": 1,
        "timeExits": 18,
        "stopExits": 562,
        "targetExits": 273,
        "optimisticExpectancyR": -0.1548,
        "medianHoldMinutes": 95,
        "medianCostShareOfR": 0.1375,
        "longTrades": 434,
        "longExpectancyR": -0.1926,
        "shortTrades": 420,
        "shortExpectancyR": -0.123,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 272,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 260,
        "winRate": {
          "successes": 92,
          "total": 260,
          "ratePct": 35.4,
          "ci95Pct": [
            29.8,
            41.4
          ]
        },
        "expectancyR": -0.0109,
        "totalR": -2.82,
        "profitFactor": 0.984,
        "avgWinR": 1.867,
        "avgLossR": -1.039,
        "maxDrawdownPct": 34.79,
        "finalEquity": 9476.13,
        "returnPct": -5.24,
        "tStat": -0.124,
        "sdR": 1.41,
        "ambiguousTrades": 0,
        "timeExits": 11,
        "stopExits": 162,
        "targetExits": 87,
        "optimisticExpectancyR": -0.0109,
        "medianHoldMinutes": 114.5,
        "medianCostShareOfR": 0.0497,
        "longTrades": 130,
        "longExpectancyR": 0.0003,
        "shortTrades": 130,
        "shortExpectancyR": -0.022,
        "maxConsecutiveLosses": 12,
        "skippedInPosition": 83,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1292,
          "winRatePct": 47.1,
          "expectancyR": -0.248,
          "profitFactor": 0.61,
          "returnPct": -96.22
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1235,
          "winRatePct": 30,
          "expectancyR": -0.2999,
          "profitFactor": 0.641,
          "returnPct": -97.82
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1197,
          "winRatePct": 23.2,
          "expectancyR": -0.288,
          "profitFactor": 0.686,
          "returnPct": -97.31
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1204,
          "winRatePct": 48.5,
          "expectancyR": -0.1539,
          "profitFactor": 0.735,
          "returnPct": -85.28
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1114,
          "winRatePct": 33.9,
          "expectancyR": -0.1239,
          "profitFactor": 0.833,
          "returnPct": -77.5
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1075,
          "winRatePct": 26,
          "expectancyR": -0.1336,
          "profitFactor": 0.839,
          "returnPct": -79.63
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1074,
          "winRatePct": 48.5,
          "expectancyR": -0.1044,
          "profitFactor": 0.807,
          "returnPct": -69.11
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 984,
          "winRatePct": 35.8,
          "expectancyR": -0.0666,
          "profitFactor": 0.901,
          "returnPct": -52.57
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 941,
          "winRatePct": 31.5,
          "expectancyR": -0.0356,
          "profitFactor": 0.951,
          "returnPct": -36.71
        }
      ],
      "exitGridPositiveCells": 0,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1114,
          "expectancyR": -0.0776,
          "profitFactor": 0.891,
          "returnPct": -62.26
        },
        {
          "spreadUsd": 0.3,
          "trades": 1114,
          "expectancyR": -0.1239,
          "profitFactor": 0.833,
          "returnPct": -77.5
        },
        {
          "spreadUsd": 0.6,
          "trades": 1114,
          "expectancyR": -0.2166,
          "profitFactor": 0.731,
          "returnPct": -92.01
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 3.27
        },
        {
          "month": "2021-02",
          "totalR": -0.9
        },
        {
          "month": "2021-03",
          "totalR": 2.15
        },
        {
          "month": "2021-04",
          "totalR": -3.02
        },
        {
          "month": "2021-05",
          "totalR": -16.15
        },
        {
          "month": "2021-06",
          "totalR": -2.81
        },
        {
          "month": "2021-07",
          "totalR": -5.98
        },
        {
          "month": "2021-08",
          "totalR": -4.17
        },
        {
          "month": "2021-09",
          "totalR": -13.54
        },
        {
          "month": "2021-10",
          "totalR": -4.25
        },
        {
          "month": "2021-11",
          "totalR": -3.38
        },
        {
          "month": "2021-12",
          "totalR": -6.71
        },
        {
          "month": "2022-01",
          "totalR": -0.43
        },
        {
          "month": "2022-02",
          "totalR": -8.88
        },
        {
          "month": "2022-03",
          "totalR": -3.52
        },
        {
          "month": "2022-04",
          "totalR": 0.12
        },
        {
          "month": "2022-05",
          "totalR": -14.55
        },
        {
          "month": "2022-06",
          "totalR": -2.14
        },
        {
          "month": "2022-07",
          "totalR": 3.18
        },
        {
          "month": "2022-08",
          "totalR": -5.12
        },
        {
          "month": "2022-09",
          "totalR": 3.62
        },
        {
          "month": "2022-10",
          "totalR": -0.01
        },
        {
          "month": "2022-11",
          "totalR": 2.77
        },
        {
          "month": "2022-12",
          "totalR": 2.27
        },
        {
          "month": "2023-01",
          "totalR": -1.58
        },
        {
          "month": "2023-02",
          "totalR": -4.92
        },
        {
          "month": "2023-03",
          "totalR": -3.91
        },
        {
          "month": "2023-04",
          "totalR": -7.75
        },
        {
          "month": "2023-05",
          "totalR": 7.8
        },
        {
          "month": "2023-06",
          "totalR": 7.52
        },
        {
          "month": "2023-07",
          "totalR": -9.89
        },
        {
          "month": "2023-08",
          "totalR": -8.87
        },
        {
          "month": "2023-09",
          "totalR": -12.02
        },
        {
          "month": "2023-10",
          "totalR": 0.15
        },
        {
          "month": "2023-11",
          "totalR": 1.88
        },
        {
          "month": "2023-12",
          "totalR": 0.22
        },
        {
          "month": "2024-01",
          "totalR": -6.77
        },
        {
          "month": "2024-02",
          "totalR": -5.34
        },
        {
          "month": "2024-03",
          "totalR": -6.05
        },
        {
          "month": "2024-04",
          "totalR": -7.05
        },
        {
          "month": "2024-05",
          "totalR": 3.97
        },
        {
          "month": "2024-06",
          "totalR": 0.09
        },
        {
          "month": "2024-07",
          "totalR": -1.37
        },
        {
          "month": "2024-08",
          "totalR": -9.69
        },
        {
          "month": "2024-09",
          "totalR": 8.4
        },
        {
          "month": "2024-10",
          "totalR": -8.36
        },
        {
          "month": "2024-11",
          "totalR": -4.8
        },
        {
          "month": "2024-12",
          "totalR": 11.32
        },
        {
          "month": "2025-01",
          "totalR": 7.01
        },
        {
          "month": "2025-02",
          "totalR": 8.53
        },
        {
          "month": "2025-03",
          "totalR": 7.4
        },
        {
          "month": "2025-04",
          "totalR": 0.33
        },
        {
          "month": "2025-05",
          "totalR": -4.56
        },
        {
          "month": "2025-06",
          "totalR": -9.08
        },
        {
          "month": "2025-07",
          "totalR": -8.99
        },
        {
          "month": "2025-08",
          "totalR": 1.09
        },
        {
          "month": "2025-09",
          "totalR": -0.21
        },
        {
          "month": "2025-10",
          "totalR": -9.49
        },
        {
          "month": "2025-11",
          "totalR": -1.73
        },
        {
          "month": "2025-12",
          "totalR": 10.33
        },
        {
          "month": "2026-01",
          "totalR": 1.59
        },
        {
          "month": "2026-02",
          "totalR": 1.76
        },
        {
          "month": "2026-03",
          "totalR": -1.22
        },
        {
          "month": "2026-04",
          "totalR": -5.59
        }
      ],
      "trades": [
        {
          "entryTs": 1609794000,
          "entryUtc": "2021-01-04T21:00:00.000Z",
          "exitTs": 1609811280,
          "dir": -1,
          "entryPrice": 1943.538,
          "exitPrice": 1934.273,
          "stopDistance": 4.632,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 288
        },
        {
          "entryTs": 1609859700,
          "entryUtc": "2021-01-05T15:15:00.000Z",
          "exitTs": 1609874340,
          "dir": 1,
          "entryPrice": 1940.835,
          "exitPrice": 1952.192,
          "stopDistance": 5.678,
          "outcome": "target",
          "netR": 1.9348,
          "holdMinutes": 244
        },
        {
          "entryTs": 1609894800,
          "entryUtc": "2021-01-06T01:00:00.000Z",
          "exitTs": 1609901700,
          "dir": -1,
          "entryPrice": 1951.975,
          "exitPrice": 1944.504,
          "stopDistance": 3.736,
          "outcome": "target",
          "netR": 1.901,
          "holdMinutes": 115
        },
        {
          "entryTs": 1609986600,
          "entryUtc": "2021-01-07T02:30:00.000Z",
          "exitTs": 1610001960,
          "dir": 1,
          "entryPrice": 1916.918,
          "exitPrice": 1927.468,
          "stopDistance": 5.275,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 256
        },
        {
          "entryTs": 1610067600,
          "entryUtc": "2021-01-08T01:00:00.000Z",
          "exitTs": 1610076360,
          "dir": 1,
          "entryPrice": 1913.07,
          "exitPrice": 1909.561,
          "stopDistance": 3.509,
          "outcome": "stop",
          "netR": -1.1197,
          "holdMinutes": 146
        },
        {
          "entryTs": 1610091000,
          "entryUtc": "2021-01-08T07:30:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1909.82,
          "exitPrice": 1903.127,
          "stopDistance": 3.347,
          "outcome": "target",
          "netR": 1.8894,
          "holdMinutes": 30
        },
        {
          "entryTs": 1610428500,
          "entryUtc": "2021-01-12T05:15:00.000Z",
          "exitTs": 1610429940,
          "dir": -1,
          "entryPrice": 1851.285,
          "exitPrice": 1854.835,
          "stopDistance": 3.55,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 24
        },
        {
          "entryTs": 1610621100,
          "entryUtc": "2021-01-14T10:45:00.000Z",
          "exitTs": 1610634420,
          "dir": 1,
          "entryPrice": 1839.948,
          "exitPrice": 1849.546,
          "stopDistance": 4.799,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 222
        },
        {
          "entryTs": 1611053100,
          "entryUtc": "2021-01-19T10:45:00.000Z",
          "exitTs": 1611057780,
          "dir": 1,
          "entryPrice": 1844.925,
          "exitPrice": 1841.716,
          "stopDistance": 3.209,
          "outcome": "stop",
          "netR": -1.1309,
          "holdMinutes": 78
        },
        {
          "entryTs": 1611098100,
          "entryUtc": "2021-01-19T23:15:00.000Z",
          "exitTs": 1611104400,
          "dir": -1,
          "entryPrice": 1840.785,
          "exitPrice": 1843.594,
          "stopDistance": 2.809,
          "outcome": "stop",
          "netR": -1.1495,
          "holdMinutes": 105
        },
        {
          "entryTs": 1611142200,
          "entryUtc": "2021-01-20T11:30:00.000Z",
          "exitTs": 1611142380,
          "dir": 1,
          "entryPrice": 1852.485,
          "exitPrice": 1849.683,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 3
        },
        {
          "entryTs": 1611215100,
          "entryUtc": "2021-01-21T07:45:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1868.535,
          "exitPrice": 1865.115,
          "stopDistance": 3.42,
          "outcome": "stop",
          "netR": -1.1228,
          "holdMinutes": 316
        },
        {
          "entryTs": 1611530100,
          "entryUtc": "2021-01-24T23:15:00.000Z",
          "exitTs": 1611556680,
          "dir": -1,
          "entryPrice": 1857.145,
          "exitPrice": 1849.971,
          "stopDistance": 3.587,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 443
        },
        {
          "entryTs": 1611644400,
          "entryUtc": "2021-01-26T07:00:00.000Z",
          "exitTs": 1611646500,
          "dir": 1,
          "entryPrice": 1854.975,
          "exitPrice": 1852.318,
          "stopDistance": 2.657,
          "outcome": "stop",
          "netR": -1.1581,
          "holdMinutes": 35
        },
        {
          "entryTs": 1611686700,
          "entryUtc": "2021-01-26T18:45:00.000Z",
          "exitTs": 1611703200,
          "dir": 1,
          "entryPrice": 1852.325,
          "exitPrice": 1848.924,
          "stopDistance": 3.401,
          "outcome": "stop",
          "netR": -1.1235,
          "holdMinutes": 275
        },
        {
          "entryTs": 1611941400,
          "entryUtc": "2021-01-29T17:30:00.000Z",
          "exitTs": 1611944940,
          "dir": 1,
          "entryPrice": 1855.545,
          "exitPrice": 1848.131,
          "stopDistance": 7.414,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 59
        },
        {
          "entryTs": 1612266300,
          "entryUtc": "2021-02-02T11:45:00.000Z",
          "exitTs": 1612267200,
          "dir": 1,
          "entryPrice": 1845.385,
          "exitPrice": 1840.784,
          "stopDistance": 4.601,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 15
        },
        {
          "entryTs": 1612355400,
          "entryUtc": "2021-02-03T12:30:00.000Z",
          "exitTs": 1612358700,
          "dir": -1,
          "entryPrice": 1837.306,
          "exitPrice": 1840.44,
          "stopDistance": 3.134,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 55
        },
        {
          "entryTs": 1612399500,
          "entryUtc": "2021-02-04T00:45:00.000Z",
          "exitTs": 1612402920,
          "dir": 1,
          "entryPrice": 1833.215,
          "exitPrice": 1831.028,
          "stopDistance": 2.187,
          "outcome": "stop",
          "netR": -1.192,
          "holdMinutes": 57
        },
        {
          "entryTs": 1612558800,
          "entryUtc": "2021-02-05T21:00:00.000Z",
          "exitTs": 1612738800,
          "dir": 1,
          "entryPrice": 1811.065,
          "exitPrice": 1814.938,
          "stopDistance": 3.584,
          "outcome": "time",
          "netR": 0.9775,
          "holdMinutes": 3000
        },
        {
          "entryTs": 1612752300,
          "entryUtc": "2021-02-08T02:45:00.000Z",
          "exitTs": 1612769700,
          "dir": 1,
          "entryPrice": 1810.185,
          "exitPrice": 1817.593,
          "stopDistance": 3.704,
          "outcome": "target",
          "netR": 1.9001,
          "holdMinutes": 290
        },
        {
          "entryTs": 1612876500,
          "entryUtc": "2021-02-09T13:15:00.000Z",
          "exitTs": 1612881420,
          "dir": 1,
          "entryPrice": 1842.025,
          "exitPrice": 1838.726,
          "stopDistance": 3.299,
          "outcome": "stop",
          "netR": -1.1273,
          "holdMinutes": 82
        },
        {
          "entryTs": 1613088000,
          "entryUtc": "2021-02-12T00:00:00.000Z",
          "exitTs": 1613097060,
          "dir": -1,
          "entryPrice": 1826.635,
          "exitPrice": 1821.097,
          "stopDistance": 2.769,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 151
        },
        {
          "entryTs": 1613545200,
          "entryUtc": "2021-02-17T07:00:00.000Z",
          "exitTs": 1613548980,
          "dir": -1,
          "entryPrice": 1792.561,
          "exitPrice": 1786.516,
          "stopDistance": 3.022,
          "outcome": "target",
          "netR": 1.8776,
          "holdMinutes": 63
        },
        {
          "entryTs": 1613549700,
          "entryUtc": "2021-02-17T08:15:00.000Z",
          "exitTs": 1613568000,
          "dir": 1,
          "entryPrice": 1786.875,
          "exitPrice": 1783.055,
          "stopDistance": 3.82,
          "outcome": "stop",
          "netR": -1.1099,
          "holdMinutes": 305
        },
        {
          "entryTs": 1613632500,
          "entryUtc": "2021-02-18T07:15:00.000Z",
          "exitTs": 1613635740,
          "dir": 1,
          "entryPrice": 1781.785,
          "exitPrice": 1779.217,
          "stopDistance": 2.568,
          "outcome": "stop",
          "netR": -1.1636,
          "holdMinutes": 54
        },
        {
          "entryTs": 1613637900,
          "entryUtc": "2021-02-18T08:45:00.000Z",
          "exitTs": 1613638140,
          "dir": -1,
          "entryPrice": 1783.605,
          "exitPrice": 1786.886,
          "stopDistance": 3.281,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 4
        },
        {
          "entryTs": 1614042900,
          "entryUtc": "2021-02-23T01:15:00.000Z",
          "exitTs": 1614047700,
          "dir": 1,
          "entryPrice": 1808.495,
          "exitPrice": 1814.801,
          "stopDistance": 3.153,
          "outcome": "target",
          "netR": 1.8827,
          "holdMinutes": 80
        },
        {
          "entryTs": 1614060000,
          "entryUtc": "2021-02-23T06:00:00.000Z",
          "exitTs": 1614069120,
          "dir": -1,
          "entryPrice": 1812.625,
          "exitPrice": 1806.865,
          "stopDistance": 2.88,
          "outcome": "target",
          "netR": 1.8715,
          "holdMinutes": 152
        },
        {
          "entryTs": 1614159900,
          "entryUtc": "2021-02-24T09:45:00.000Z",
          "exitTs": 1614172680,
          "dir": 1,
          "entryPrice": 1805.285,
          "exitPrice": 1801.95,
          "stopDistance": 3.335,
          "outcome": "stop",
          "netR": -1.1259,
          "holdMinutes": 213
        },
        {
          "entryTs": 1614198600,
          "entryUtc": "2021-02-24T20:30:00.000Z",
          "exitTs": 1614203340,
          "dir": -1,
          "entryPrice": 1799.635,
          "exitPrice": 1804.165,
          "stopDistance": 4.53,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 79
        },
        {
          "entryTs": 1614236400,
          "entryUtc": "2021-02-25T07:00:00.000Z",
          "exitTs": 1614236940,
          "dir": 1,
          "entryPrice": 1796.565,
          "exitPrice": 1792.784,
          "stopDistance": 3.78,
          "outcome": "stop",
          "netR": -1.1111,
          "holdMinutes": 9
        },
        {
          "entryTs": 1614721500,
          "entryUtc": "2021-03-02T21:45:00.000Z",
          "exitTs": 1614759120,
          "dir": -1,
          "entryPrice": 1737.806,
          "exitPrice": 1729.238,
          "stopDistance": 4.284,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 627
        },
        {
          "entryTs": 1614784500,
          "entryUtc": "2021-03-03T15:15:00.000Z",
          "exitTs": 1614786240,
          "dir": 1,
          "entryPrice": 1709.833,
          "exitPrice": 1703.09,
          "stopDistance": 6.743,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 29
        },
        {
          "entryTs": 1615254300,
          "entryUtc": "2021-03-09T01:45:00.000Z",
          "exitTs": 1615256820,
          "dir": 1,
          "entryPrice": 1681.464,
          "exitPrice": 1688.05,
          "stopDistance": 3.293,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 42
        },
        {
          "entryTs": 1615399200,
          "entryUtc": "2021-03-10T18:00:00.000Z",
          "exitTs": 1615400880,
          "dir": -1,
          "entryPrice": 1719.245,
          "exitPrice": 1723.703,
          "stopDistance": 4.458,
          "outcome": "stop",
          "netR": -1.0942,
          "holdMinutes": 28
        },
        {
          "entryTs": 1615486500,
          "entryUtc": "2021-03-11T18:15:00.000Z",
          "exitTs": 1615529220,
          "dir": -1,
          "entryPrice": 1725.384,
          "exitPrice": 1714.918,
          "stopDistance": 5.233,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 712
        },
        {
          "entryTs": 1615818600,
          "entryUtc": "2021-03-15T14:30:00.000Z",
          "exitTs": 1615819800,
          "dir": 1,
          "entryPrice": 1728.745,
          "exitPrice": 1724.185,
          "stopDistance": 4.56,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 20
        },
        {
          "entryTs": 1615856400,
          "entryUtc": "2021-03-16T01:00:00.000Z",
          "exitTs": 1615869180,
          "dir": 1,
          "entryPrice": 1730.424,
          "exitPrice": 1734.711,
          "stopDistance": 2.144,
          "outcome": "target",
          "netR": 1.8274,
          "holdMinutes": 213
        },
        {
          "entryTs": 1615902300,
          "entryUtc": "2021-03-16T13:45:00.000Z",
          "exitTs": 1615908660,
          "dir": 1,
          "entryPrice": 1734.744,
          "exitPrice": 1730.796,
          "stopDistance": 3.948,
          "outcome": "stop",
          "netR": -1.1064,
          "holdMinutes": 106
        },
        {
          "entryTs": 1615943700,
          "entryUtc": "2021-03-17T01:15:00.000Z",
          "exitTs": 1615954440,
          "dir": 1,
          "entryPrice": 1731.385,
          "exitPrice": 1736.311,
          "stopDistance": 2.463,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 179
        },
        {
          "entryTs": 1616067000,
          "entryUtc": "2021-03-18T11:30:00.000Z",
          "exitTs": 1616067420,
          "dir": 1,
          "entryPrice": 1732.605,
          "exitPrice": 1728.391,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 7
        },
        {
          "entryTs": 1616159700,
          "entryUtc": "2021-03-19T13:15:00.000Z",
          "exitTs": 1616186580,
          "dir": 1,
          "entryPrice": 1736.208,
          "exitPrice": 1745.098,
          "stopDistance": 4.445,
          "outcome": "target",
          "netR": 1.9168,
          "holdMinutes": 448
        },
        {
          "entryTs": 1616490900,
          "entryUtc": "2021-03-23T09:15:00.000Z",
          "exitTs": 1616494140,
          "dir": -1,
          "entryPrice": 1738.708,
          "exitPrice": 1741.147,
          "stopDistance": 2.439,
          "outcome": "stop",
          "netR": -1.1722,
          "holdMinutes": 54
        },
        {
          "entryTs": 1616542200,
          "entryUtc": "2021-03-23T23:30:00.000Z",
          "exitTs": 1616547780,
          "dir": 1,
          "entryPrice": 1726.888,
          "exitPrice": 1724.743,
          "stopDistance": 2.145,
          "outcome": "stop",
          "netR": -1.1958,
          "holdMinutes": 93
        },
        {
          "entryTs": 1616548500,
          "entryUtc": "2021-03-24T01:15:00.000Z",
          "exitTs": 1616553660,
          "dir": 1,
          "entryPrice": 1727.328,
          "exitPrice": 1732.312,
          "stopDistance": 2.492,
          "outcome": "target",
          "netR": 1.8515,
          "holdMinutes": 86
        },
        {
          "entryTs": 1616669100,
          "entryUtc": "2021-03-25T10:45:00.000Z",
          "exitTs": 1616672760,
          "dir": 1,
          "entryPrice": 1731.325,
          "exitPrice": 1729.049,
          "stopDistance": 2.276,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 61
        },
        {
          "entryTs": 1616722200,
          "entryUtc": "2021-03-26T01:30:00.000Z",
          "exitTs": 1616726640,
          "dir": 1,
          "entryPrice": 1727.605,
          "exitPrice": 1724.768,
          "stopDistance": 2.837,
          "outcome": "stop",
          "netR": -1.148,
          "holdMinutes": 74
        },
        {
          "entryTs": 1616969700,
          "entryUtc": "2021-03-28T22:15:00.000Z",
          "exitTs": 1616979660,
          "dir": 1,
          "entryPrice": 1731.785,
          "exitPrice": 1729.469,
          "stopDistance": 2.316,
          "outcome": "stop",
          "netR": -1.1813,
          "holdMinutes": 166
        },
        {
          "entryTs": 1617021000,
          "entryUtc": "2021-03-29T12:30:00.000Z",
          "exitTs": 1617022380,
          "dir": 1,
          "entryPrice": 1725.798,
          "exitPrice": 1723.14,
          "stopDistance": 2.658,
          "outcome": "stop",
          "netR": -1.158,
          "holdMinutes": 23
        },
        {
          "entryTs": 1617068700,
          "entryUtc": "2021-03-30T01:45:00.000Z",
          "exitTs": 1617071400,
          "dir": 1,
          "entryPrice": 1710.378,
          "exitPrice": 1707.881,
          "stopDistance": 2.497,
          "outcome": "stop",
          "netR": -1.1682,
          "holdMinutes": 45
        },
        {
          "entryTs": 1617085800,
          "entryUtc": "2021-03-30T06:30:00.000Z",
          "exitTs": 1617089580,
          "dir": -1,
          "entryPrice": 1706.268,
          "exitPrice": 1700.513,
          "stopDistance": 2.878,
          "outcome": "target",
          "netR": 1.8714,
          "holdMinutes": 63
        },
        {
          "entryTs": 1617131700,
          "entryUtc": "2021-03-30T19:15:00.000Z",
          "exitTs": 1617155100,
          "dir": 1,
          "entryPrice": 1682.925,
          "exitPrice": 1679.512,
          "stopDistance": 3.413,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 390
        },
        {
          "entryTs": 1617193800,
          "entryUtc": "2021-03-31T12:30:00.000Z",
          "exitTs": 1617197760,
          "dir": 1,
          "entryPrice": 1684.515,
          "exitPrice": 1691.321,
          "stopDistance": 3.403,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 66
        },
        {
          "entryTs": 1617282000,
          "entryUtc": "2021-04-01T13:00:00.000Z",
          "exitTs": 1617282060,
          "dir": -1,
          "entryPrice": 1718.658,
          "exitPrice": 1722.212,
          "stopDistance": 3.554,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 1
        },
        {
          "entryTs": 1617707700,
          "entryUtc": "2021-04-06T11:15:00.000Z",
          "exitTs": 1617710040,
          "dir": -1,
          "entryPrice": 1733.688,
          "exitPrice": 1736.467,
          "stopDistance": 2.779,
          "outcome": "stop",
          "netR": -1.1511,
          "holdMinutes": 39
        },
        {
          "entryTs": 1617820200,
          "entryUtc": "2021-04-07T18:30:00.000Z",
          "exitTs": 1617844740,
          "dir": -1,
          "entryPrice": 1739.818,
          "exitPrice": 1733.233,
          "stopDistance": 3.293,
          "outcome": "target",
          "netR": 1.8876,
          "holdMinutes": 409
        },
        {
          "entryTs": 1617847200,
          "entryUtc": "2021-04-08T02:00:00.000Z",
          "exitTs": 1617851700,
          "dir": -1,
          "entryPrice": 1736.138,
          "exitPrice": 1738.384,
          "stopDistance": 2.246,
          "outcome": "stop",
          "netR": -1.187,
          "holdMinutes": 75
        },
        {
          "entryTs": 1617926400,
          "entryUtc": "2021-04-09T00:00:00.000Z",
          "exitTs": 1617937200,
          "dir": 1,
          "entryPrice": 1754.115,
          "exitPrice": 1752.301,
          "stopDistance": 1.814,
          "outcome": "stop",
          "netR": -1.2315,
          "holdMinutes": 180
        },
        {
          "entryTs": 1617963300,
          "entryUtc": "2021-04-09T10:15:00.000Z",
          "exitTs": 1617970800,
          "dir": 1,
          "entryPrice": 1744.508,
          "exitPrice": 1741.901,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 125
        },
        {
          "entryTs": 1618178400,
          "entryUtc": "2021-04-11T22:00:00.000Z",
          "exitTs": 1618192440,
          "dir": -1,
          "entryPrice": 1743.378,
          "exitPrice": 1738.87,
          "stopDistance": 2.254,
          "outcome": "target",
          "netR": 1.8358,
          "holdMinutes": 234
        },
        {
          "entryTs": 1618366500,
          "entryUtc": "2021-04-14T02:15:00.000Z",
          "exitTs": 1618377600,
          "dir": 1,
          "entryPrice": 1744.215,
          "exitPrice": 1741.947,
          "stopDistance": 2.268,
          "outcome": "stop",
          "netR": -1.1852,
          "holdMinutes": 185
        },
        {
          "entryTs": 1618791300,
          "entryUtc": "2021-04-19T00:15:00.000Z",
          "exitTs": 1618792080,
          "dir": -1,
          "entryPrice": 1777.608,
          "exitPrice": 1780.074,
          "stopDistance": 2.466,
          "outcome": "stop",
          "netR": -1.1703,
          "holdMinutes": 13
        },
        {
          "entryTs": 1618962300,
          "entryUtc": "2021-04-20T23:45:00.000Z",
          "exitTs": 1618969140,
          "dir": 1,
          "entryPrice": 1777.438,
          "exitPrice": 1781.67,
          "stopDistance": 2.116,
          "outcome": "target",
          "netR": 1.8251,
          "holdMinutes": 114
        },
        {
          "entryTs": 1619054100,
          "entryUtc": "2021-04-22T01:15:00.000Z",
          "exitTs": 1619055120,
          "dir": -1,
          "entryPrice": 1794.258,
          "exitPrice": 1796.233,
          "stopDistance": 1.975,
          "outcome": "stop",
          "netR": -1.2127,
          "holdMinutes": 17
        },
        {
          "entryTs": 1619132400,
          "entryUtc": "2021-04-22T23:00:00.000Z",
          "exitTs": 1619140380,
          "dir": -1,
          "entryPrice": 1783.712,
          "exitPrice": 1786.247,
          "stopDistance": 2.535,
          "outcome": "stop",
          "netR": -1.1657,
          "holdMinutes": 133
        },
        {
          "entryTs": 1619156700,
          "entryUtc": "2021-04-23T05:45:00.000Z",
          "exitTs": 1619174940,
          "dir": 1,
          "entryPrice": 1783.347,
          "exitPrice": 1787.473,
          "stopDistance": 2.063,
          "outcome": "target",
          "netR": 1.8207,
          "holdMinutes": 304
        },
        {
          "entryTs": 1619458200,
          "entryUtc": "2021-04-26T17:30:00.000Z",
          "exitTs": 1619485200,
          "dir": -1,
          "entryPrice": 1779.645,
          "exitPrice": 1782.822,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 450
        },
        {
          "entryTs": 1619486100,
          "entryUtc": "2021-04-27T01:15:00.000Z",
          "exitTs": 1619488500,
          "dir": -1,
          "entryPrice": 1779.328,
          "exitPrice": 1774.844,
          "stopDistance": 2.242,
          "outcome": "target",
          "netR": 1.835,
          "holdMinutes": 40
        },
        {
          "entryTs": 1619553600,
          "entryUtc": "2021-04-27T20:00:00.000Z",
          "exitTs": 1619568180,
          "dir": 1,
          "entryPrice": 1776.475,
          "exitPrice": 1773.918,
          "stopDistance": 2.557,
          "outcome": "stop",
          "netR": -1.1642,
          "holdMinutes": 243
        },
        {
          "entryTs": 1619600400,
          "entryUtc": "2021-04-28T09:00:00.000Z",
          "exitTs": 1619602080,
          "dir": -1,
          "entryPrice": 1769.705,
          "exitPrice": 1765.077,
          "stopDistance": 2.314,
          "outcome": "target",
          "netR": 1.8401,
          "holdMinutes": 28
        },
        {
          "entryTs": 1619760600,
          "entryUtc": "2021-04-30T05:30:00.000Z",
          "exitTs": 1619763600,
          "dir": -1,
          "entryPrice": 1768.058,
          "exitPrice": 1770.316,
          "stopDistance": 2.258,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 50
        },
        {
          "entryTs": 1620197100,
          "entryUtc": "2021-05-05T06:45:00.000Z",
          "exitTs": 1620204180,
          "dir": 1,
          "entryPrice": 1776.648,
          "exitPrice": 1774.492,
          "stopDistance": 2.156,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 118
        },
        {
          "entryTs": 1620304200,
          "entryUtc": "2021-05-06T12:30:00.000Z",
          "exitTs": 1620308100,
          "dir": -1,
          "entryPrice": 1795.638,
          "exitPrice": 1798.621,
          "stopDistance": 2.983,
          "outcome": "stop",
          "netR": -1.1408,
          "holdMinutes": 65
        },
        {
          "entryTs": 1620346500,
          "entryUtc": "2021-05-07T00:15:00.000Z",
          "exitTs": 1620356520,
          "dir": 1,
          "entryPrice": 1814.225,
          "exitPrice": 1818.543,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 167
        },
        {
          "entryTs": 1620726300,
          "entryUtc": "2021-05-11T09:45:00.000Z",
          "exitTs": 1620728640,
          "dir": -1,
          "entryPrice": 1838.005,
          "exitPrice": 1840.857,
          "stopDistance": 2.852,
          "outcome": "stop",
          "netR": -1.1473,
          "holdMinutes": 39
        },
        {
          "entryTs": 1620781200,
          "entryUtc": "2021-05-12T01:00:00.000Z",
          "exitTs": 1620781860,
          "dir": 1,
          "entryPrice": 1834.198,
          "exitPrice": 1831.801,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 11
        },
        {
          "entryTs": 1620884700,
          "entryUtc": "2021-05-13T05:45:00.000Z",
          "exitTs": 1620889260,
          "dir": 1,
          "entryPrice": 1816.546,
          "exitPrice": 1822.103,
          "stopDistance": 2.779,
          "outcome": "target",
          "netR": 1.8668,
          "holdMinutes": 76
        },
        {
          "entryTs": 1620896400,
          "entryUtc": "2021-05-13T09:00:00.000Z",
          "exitTs": 1620899760,
          "dir": 1,
          "entryPrice": 1815.055,
          "exitPrice": 1811.436,
          "stopDistance": 3.619,
          "outcome": "stop",
          "netR": -1.1161,
          "holdMinutes": 56
        },
        {
          "entryTs": 1621227600,
          "entryUtc": "2021-05-17T05:00:00.000Z",
          "exitTs": 1621229520,
          "dir": -1,
          "entryPrice": 1852.648,
          "exitPrice": 1855.225,
          "stopDistance": 2.577,
          "outcome": "stop",
          "netR": -1.163,
          "holdMinutes": 32
        },
        {
          "entryTs": 1621260000,
          "entryUtc": "2021-05-17T14:00:00.000Z",
          "exitTs": 1621261020,
          "dir": -1,
          "entryPrice": 1854.295,
          "exitPrice": 1858.125,
          "stopDistance": 3.83,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 17
        },
        {
          "entryTs": 1621310400,
          "entryUtc": "2021-05-18T04:00:00.000Z",
          "exitTs": 1621337340,
          "dir": 1,
          "entryPrice": 1868.058,
          "exitPrice": 1865.461,
          "stopDistance": 2.597,
          "outcome": "stop",
          "netR": -1.1617,
          "holdMinutes": 449
        },
        {
          "entryTs": 1621340100,
          "entryUtc": "2021-05-18T12:15:00.000Z",
          "exitTs": 1621341000,
          "dir": -1,
          "entryPrice": 1871.335,
          "exitPrice": 1873.947,
          "stopDistance": 2.612,
          "outcome": "stop",
          "netR": -1.1608,
          "holdMinutes": 15
        },
        {
          "entryTs": 1621384200,
          "entryUtc": "2021-05-19T00:30:00.000Z",
          "exitTs": 1621387500,
          "dir": 1,
          "entryPrice": 1868.52,
          "exitPrice": 1866.711,
          "stopDistance": 1.809,
          "outcome": "stop",
          "netR": -1.2321,
          "holdMinutes": 55
        },
        {
          "entryTs": 1621411200,
          "entryUtc": "2021-05-19T08:00:00.000Z",
          "exitTs": 1621413780,
          "dir": 1,
          "entryPrice": 1867.778,
          "exitPrice": 1864.642,
          "stopDistance": 3.136,
          "outcome": "stop",
          "netR": -1.1339,
          "holdMinutes": 43
        },
        {
          "entryTs": 1621598400,
          "entryUtc": "2021-05-21T12:00:00.000Z",
          "exitTs": 1621599480,
          "dir": -1,
          "entryPrice": 1878.575,
          "exitPrice": 1880.946,
          "stopDistance": 2.371,
          "outcome": "stop",
          "netR": -1.1772,
          "holdMinutes": 18
        },
        {
          "entryTs": 1621898100,
          "entryUtc": "2021-05-24T23:15:00.000Z",
          "exitTs": 1621900800,
          "dir": 1,
          "entryPrice": 1879.018,
          "exitPrice": 1876.943,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 45
        },
        {
          "entryTs": 1622070000,
          "entryUtc": "2021-05-26T23:00:00.000Z",
          "exitTs": 1622090820,
          "dir": -1,
          "entryPrice": 1896.318,
          "exitPrice": 1898.811,
          "stopDistance": 2.493,
          "outcome": "stop",
          "netR": -1.1685,
          "holdMinutes": 347
        },
        {
          "entryTs": 1622114100,
          "entryUtc": "2021-05-27T11:15:00.000Z",
          "exitTs": 1622116020,
          "dir": 1,
          "entryPrice": 1894.668,
          "exitPrice": 1891.662,
          "stopDistance": 3.006,
          "outcome": "stop",
          "netR": -1.1397,
          "holdMinutes": 32
        },
        {
          "entryTs": 1622164500,
          "entryUtc": "2021-05-28T01:15:00.000Z",
          "exitTs": 1622165040,
          "dir": 1,
          "entryPrice": 1896.648,
          "exitPrice": 1894.582,
          "stopDistance": 2.066,
          "outcome": "stop",
          "netR": -1.2033,
          "holdMinutes": 9
        },
        {
          "entryTs": 1622178000,
          "entryUtc": "2021-05-28T05:00:00.000Z",
          "exitTs": 1622179200,
          "dir": 1,
          "entryPrice": 1892.848,
          "exitPrice": 1890.968,
          "stopDistance": 1.88,
          "outcome": "stop",
          "netR": -1.2234,
          "holdMinutes": 20
        },
        {
          "entryTs": 1622537100,
          "entryUtc": "2021-06-01T08:45:00.000Z",
          "exitTs": 1622541600,
          "dir": 1,
          "entryPrice": 1908.045,
          "exitPrice": 1905.087,
          "stopDistance": 2.958,
          "outcome": "stop",
          "netR": -1.142,
          "holdMinutes": 75
        },
        {
          "entryTs": 1622675700,
          "entryUtc": "2021-06-02T23:15:00.000Z",
          "exitTs": 1622764800,
          "dir": -1,
          "entryPrice": 1908.818,
          "exitPrice": 1905.708,
          "stopDistance": 1.555,
          "outcome": "target",
          "netR": 1.762,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1623113100,
          "entryUtc": "2021-06-08T00:45:00.000Z",
          "exitTs": 1623114000,
          "dir": -1,
          "entryPrice": 1899.748,
          "exitPrice": 1901.396,
          "stopDistance": 1.648,
          "outcome": "stop",
          "netR": -1.2549,
          "holdMinutes": 15
        },
        {
          "entryTs": 1623177000,
          "entryUtc": "2021-06-08T18:30:00.000Z",
          "exitTs": 1623245460,
          "dir": -1,
          "entryPrice": 1893.158,
          "exitPrice": 1896.534,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 1141
        },
        {
          "entryTs": 1623249900,
          "entryUtc": "2021-06-09T14:45:00.000Z",
          "exitTs": 1623284280,
          "dir": 1,
          "entryPrice": 1890.298,
          "exitPrice": 1885.973,
          "stopDistance": 4.324,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 573
        },
        {
          "entryTs": 1623348900,
          "entryUtc": "2021-06-10T18:15:00.000Z",
          "exitTs": 1623352920,
          "dir": -1,
          "entryPrice": 1894.618,
          "exitPrice": 1898.488,
          "stopDistance": 3.87,
          "outcome": "stop",
          "netR": -1.1085,
          "holdMinutes": 67
        },
        {
          "entryTs": 1623621600,
          "entryUtc": "2021-06-13T22:00:00.000Z",
          "exitTs": 1623629340,
          "dir": -1,
          "entryPrice": 1876.758,
          "exitPrice": 1871.432,
          "stopDistance": 2.663,
          "outcome": "target",
          "netR": 1.8611,
          "holdMinutes": 129
        },
        {
          "entryTs": 1623719700,
          "entryUtc": "2021-06-15T01:15:00.000Z",
          "exitTs": 1623729720,
          "dir": -1,
          "entryPrice": 1861.378,
          "exitPrice": 1863.886,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 167
        },
        {
          "entryTs": 1623737700,
          "entryUtc": "2021-06-15T06:15:00.000Z",
          "exitTs": 1623760260,
          "dir": -1,
          "entryPrice": 1867.078,
          "exitPrice": 1861.62,
          "stopDistance": 2.729,
          "outcome": "target",
          "netR": 1.8644,
          "holdMinutes": 376
        },
        {
          "entryTs": 1623852000,
          "entryUtc": "2021-06-16T14:00:00.000Z",
          "exitTs": 1623866340,
          "dir": -1,
          "entryPrice": 1858.978,
          "exitPrice": 1862.214,
          "stopDistance": 3.236,
          "outcome": "stop",
          "netR": -1.1298,
          "holdMinutes": 239
        },
        {
          "entryTs": 1623894300,
          "entryUtc": "2021-06-17T01:45:00.000Z",
          "exitTs": 1623896100,
          "dir": -1,
          "entryPrice": 1819.508,
          "exitPrice": 1824.991,
          "stopDistance": 5.483,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 30
        },
        {
          "entryTs": 1624288500,
          "entryUtc": "2021-06-21T15:15:00.000Z",
          "exitTs": 1624332420,
          "dir": -1,
          "entryPrice": 1784.558,
          "exitPrice": 1789.92,
          "stopDistance": 5.362,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 732
        },
        {
          "entryTs": 1624881600,
          "entryUtc": "2021-06-28T12:00:00.000Z",
          "exitTs": 1624885740,
          "dir": 1,
          "entryPrice": 1774.528,
          "exitPrice": 1780.596,
          "stopDistance": 3.034,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 69
        },
        {
          "entryTs": 1625145300,
          "entryUtc": "2021-07-01T13:15:00.000Z",
          "exitTs": 1625152380,
          "dir": -1,
          "entryPrice": 1779.028,
          "exitPrice": 1771.659,
          "stopDistance": 3.684,
          "outcome": "target",
          "netR": 1.8996,
          "holdMinutes": 118
        },
        {
          "entryTs": 1625221800,
          "entryUtc": "2021-07-02T10:30:00.000Z",
          "exitTs": 1625222400,
          "dir": -1,
          "entryPrice": 1783.598,
          "exitPrice": 1786.348,
          "stopDistance": 2.75,
          "outcome": "stop",
          "netR": -1.1527,
          "holdMinutes": 10
        },
        {
          "entryTs": 1625534100,
          "entryUtc": "2021-07-06T01:15:00.000Z",
          "exitTs": 1625535480,
          "dir": -1,
          "entryPrice": 1792.288,
          "exitPrice": 1794.109,
          "stopDistance": 1.821,
          "outcome": "stop",
          "netR": -1.2306,
          "holdMinutes": 23
        },
        {
          "entryTs": 1625620500,
          "entryUtc": "2021-07-07T01:15:00.000Z",
          "exitTs": 1625621040,
          "dir": -1,
          "entryPrice": 1797.448,
          "exitPrice": 1799.816,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 9
        },
        {
          "entryTs": 1625660100,
          "entryUtc": "2021-07-07T12:15:00.000Z",
          "exitTs": 1625663760,
          "dir": -1,
          "entryPrice": 1807.488,
          "exitPrice": 1801.973,
          "stopDistance": 2.757,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 61
        },
        {
          "entryTs": 1625669100,
          "entryUtc": "2021-07-07T14:45:00.000Z",
          "exitTs": 1625709000,
          "dir": 1,
          "entryPrice": 1804.118,
          "exitPrice": 1799.504,
          "stopDistance": 4.614,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 665
        },
        {
          "entryTs": 1625758200,
          "entryUtc": "2021-07-08T15:30:00.000Z",
          "exitTs": 1625839500,
          "dir": 1,
          "entryPrice": 1796.838,
          "exitPrice": 1808.132,
          "stopDistance": 5.647,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 1355
        },
        {
          "entryTs": 1626226200,
          "entryUtc": "2021-07-14T01:30:00.000Z",
          "exitTs": 1626230280,
          "dir": -1,
          "entryPrice": 1808.738,
          "exitPrice": 1811.129,
          "stopDistance": 2.391,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 68
        },
        {
          "entryTs": 1626312600,
          "entryUtc": "2021-07-15T01:30:00.000Z",
          "exitTs": 1626328140,
          "dir": -1,
          "entryPrice": 1827.138,
          "exitPrice": 1829.459,
          "stopDistance": 2.321,
          "outcome": "stop",
          "netR": -1.181,
          "holdMinutes": 259
        },
        {
          "entryTs": 1626369300,
          "entryUtc": "2021-07-15T17:15:00.000Z",
          "exitTs": 1626377400,
          "dir": -1,
          "entryPrice": 1826.738,
          "exitPrice": 1830.088,
          "stopDistance": 3.35,
          "outcome": "stop",
          "netR": -1.1254,
          "holdMinutes": 135
        },
        {
          "entryTs": 1626399000,
          "entryUtc": "2021-07-16T01:30:00.000Z",
          "exitTs": 1626412500,
          "dir": 1,
          "entryPrice": 1827.608,
          "exitPrice": 1825.506,
          "stopDistance": 2.102,
          "outcome": "stop",
          "netR": -1.1998,
          "holdMinutes": 225
        },
        {
          "entryTs": 1626649200,
          "entryUtc": "2021-07-18T23:00:00.000Z",
          "exitTs": 1626651960,
          "dir": -1,
          "entryPrice": 1811.808,
          "exitPrice": 1814.433,
          "stopDistance": 2.625,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 46
        },
        {
          "entryTs": 1626956100,
          "entryUtc": "2021-07-22T12:15:00.000Z",
          "exitTs": 1626957180,
          "dir": 1,
          "entryPrice": 1794.818,
          "exitPrice": 1800.72,
          "stopDistance": 2.951,
          "outcome": "target",
          "netR": 1.8746,
          "holdMinutes": 18
        },
        {
          "entryTs": 1626986700,
          "entryUtc": "2021-07-22T20:45:00.000Z",
          "exitTs": 1627005360,
          "dir": 1,
          "entryPrice": 1806.538,
          "exitPrice": 1804.363,
          "stopDistance": 2.175,
          "outcome": "stop",
          "netR": -1.1931,
          "holdMinutes": 311
        },
        {
          "entryTs": 1627343100,
          "entryUtc": "2021-07-26T23:45:00.000Z",
          "exitTs": 1627351080,
          "dir": 1,
          "entryPrice": 1796.968,
          "exitPrice": 1795.364,
          "stopDistance": 1.604,
          "outcome": "stop",
          "netR": -1.2618,
          "holdMinutes": 133
        },
        {
          "entryTs": 1627435800,
          "entryUtc": "2021-07-28T01:30:00.000Z",
          "exitTs": 1627441140,
          "dir": -1,
          "entryPrice": 1802.658,
          "exitPrice": 1804.667,
          "stopDistance": 2.009,
          "outcome": "stop",
          "netR": -1.209,
          "holdMinutes": 89
        },
        {
          "entryTs": 1627587000,
          "entryUtc": "2021-07-29T19:30:00.000Z",
          "exitTs": 1627596000,
          "dir": 1,
          "entryPrice": 1829.698,
          "exitPrice": 1827.511,
          "stopDistance": 2.187,
          "outcome": "stop",
          "netR": -1.192,
          "holdMinutes": 150
        },
        {
          "entryTs": 1627620300,
          "entryUtc": "2021-07-30T04:45:00.000Z",
          "exitTs": 1627629780,
          "dir": 1,
          "entryPrice": 1827.388,
          "exitPrice": 1830.921,
          "stopDistance": 1.766,
          "outcome": "target",
          "netR": 1.7905,
          "holdMinutes": 158
        },
        {
          "entryTs": 1627860600,
          "entryUtc": "2021-08-01T23:30:00.000Z",
          "exitTs": 1627867800,
          "dir": 1,
          "entryPrice": 1813.098,
          "exitPrice": 1810.905,
          "stopDistance": 2.193,
          "outcome": "stop",
          "netR": -1.1915,
          "holdMinutes": 120
        },
        {
          "entryTs": 1627884000,
          "entryUtc": "2021-08-02T06:00:00.000Z",
          "exitTs": 1627889040,
          "dir": -1,
          "entryPrice": 1811.418,
          "exitPrice": 1806.732,
          "stopDistance": 2.343,
          "outcome": "target",
          "netR": 1.8421,
          "holdMinutes": 84
        },
        {
          "entryTs": 1628038800,
          "entryUtc": "2021-08-04T01:00:00.000Z",
          "exitTs": 1628039520,
          "dir": 1,
          "entryPrice": 1810.345,
          "exitPrice": 1809.19,
          "stopDistance": 1.155,
          "outcome": "stop",
          "netR": -1.3635,
          "holdMinutes": 12
        },
        {
          "entryTs": 1628053200,
          "entryUtc": "2021-08-04T05:00:00.000Z",
          "exitTs": 1628061480,
          "dir": 1,
          "entryPrice": 1812.288,
          "exitPrice": 1814.924,
          "stopDistance": 1.318,
          "outcome": "target",
          "netR": 1.7192,
          "holdMinutes": 138
        },
        {
          "entryTs": 1628142300,
          "entryUtc": "2021-08-05T05:45:00.000Z",
          "exitTs": 1628148720,
          "dir": 1,
          "entryPrice": 1809.078,
          "exitPrice": 1812.168,
          "stopDistance": 1.545,
          "outcome": "target",
          "netR": 1.7605,
          "holdMinutes": 107
        },
        {
          "entryTs": 1628235000,
          "entryUtc": "2021-08-06T07:30:00.000Z",
          "exitTs": 1628241600,
          "dir": 1,
          "entryPrice": 1800.708,
          "exitPrice": 1798.561,
          "stopDistance": 2.147,
          "outcome": "stop",
          "netR": -1.1956,
          "holdMinutes": 110
        },
        {
          "entryTs": 1628635500,
          "entryUtc": "2021-08-10T22:45:00.000Z",
          "exitTs": 1628640120,
          "dir": 1,
          "entryPrice": 1728.118,
          "exitPrice": 1725.961,
          "stopDistance": 2.157,
          "outcome": "stop",
          "netR": -1.1947,
          "holdMinutes": 77
        },
        {
          "entryTs": 1628649000,
          "entryUtc": "2021-08-11T02:30:00.000Z",
          "exitTs": 1628651520,
          "dir": -1,
          "entryPrice": 1731.638,
          "exitPrice": 1734.044,
          "stopDistance": 2.406,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 42
        },
        {
          "entryTs": 1628770500,
          "entryUtc": "2021-08-12T12:15:00.000Z",
          "exitTs": 1628770800,
          "dir": 1,
          "entryPrice": 1750.988,
          "exitPrice": 1748.263,
          "stopDistance": 2.725,
          "outcome": "stop",
          "netR": -1.1541,
          "holdMinutes": 5
        },
        {
          "entryTs": 1628817300,
          "entryUtc": "2021-08-13T01:15:00.000Z",
          "exitTs": 1628822460,
          "dir": 1,
          "entryPrice": 1752.378,
          "exitPrice": 1755.904,
          "stopDistance": 1.763,
          "outcome": "target",
          "netR": 1.7901,
          "holdMinutes": 86
        },
        {
          "entryTs": 1628887500,
          "entryUtc": "2021-08-13T20:45:00.000Z",
          "exitTs": 1629064800,
          "dir": -1,
          "entryPrice": 1778.758,
          "exitPrice": 1779.798,
          "stopDistance": 2.201,
          "outcome": "time",
          "netR": -0.6407,
          "holdMinutes": 2955
        },
        {
          "entryTs": 1629202500,
          "entryUtc": "2021-08-17T12:15:00.000Z",
          "exitTs": 1629203400,
          "dir": 1,
          "entryPrice": 1792.337,
          "exitPrice": 1790.002,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 15
        },
        {
          "entryTs": 1629327600,
          "entryUtc": "2021-08-18T23:00:00.000Z",
          "exitTs": 1629338100,
          "dir": -1,
          "entryPrice": 1788.158,
          "exitPrice": 1782.54,
          "stopDistance": 2.809,
          "outcome": "target",
          "netR": 1.8683,
          "holdMinutes": 175
        },
        {
          "entryTs": 1629416700,
          "entryUtc": "2021-08-19T23:45:00.000Z",
          "exitTs": 1629421200,
          "dir": -1,
          "entryPrice": 1779.028,
          "exitPrice": 1781.385,
          "stopDistance": 2.357,
          "outcome": "stop",
          "netR": -1.1782,
          "holdMinutes": 75
        },
        {
          "entryTs": 1629439200,
          "entryUtc": "2021-08-20T06:00:00.000Z",
          "exitTs": 1629449160,
          "dir": -1,
          "entryPrice": 1786.365,
          "exitPrice": 1782.397,
          "stopDistance": 1.984,
          "outcome": "target",
          "netR": 1.8135,
          "holdMinutes": 166
        },
        {
          "entryTs": 1629490500,
          "entryUtc": "2021-08-20T20:15:00.000Z",
          "exitTs": 1629493140,
          "dir": 1,
          "entryPrice": 1782.108,
          "exitPrice": 1779.975,
          "stopDistance": 2.133,
          "outcome": "stop",
          "netR": -1.1969,
          "holdMinutes": 44
        },
        {
          "entryTs": 1629681300,
          "entryUtc": "2021-08-23T01:15:00.000Z",
          "exitTs": 1629683340,
          "dir": 1,
          "entryPrice": 1777.248,
          "exitPrice": 1781.855,
          "stopDistance": 2.304,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 34
        },
        {
          "entryTs": 1629777600,
          "entryUtc": "2021-08-24T04:00:00.000Z",
          "exitTs": 1629786060,
          "dir": 1,
          "entryPrice": 1801.128,
          "exitPrice": 1804.646,
          "stopDistance": 1.759,
          "outcome": "target",
          "netR": 1.7896,
          "holdMinutes": 141
        },
        {
          "entryTs": 1629801900,
          "entryUtc": "2021-08-24T10:45:00.000Z",
          "exitTs": 1629807240,
          "dir": -1,
          "entryPrice": 1804.577,
          "exitPrice": 1806.614,
          "stopDistance": 2.037,
          "outcome": "stop",
          "netR": -1.2062,
          "holdMinutes": 89
        },
        {
          "entryTs": 1629849600,
          "entryUtc": "2021-08-25T00:00:00.000Z",
          "exitTs": 1629851460,
          "dir": 1,
          "entryPrice": 1801.668,
          "exitPrice": 1800.27,
          "stopDistance": 1.398,
          "outcome": "stop",
          "netR": -1.3005,
          "holdMinutes": 31
        },
        {
          "entryTs": 1629899100,
          "entryUtc": "2021-08-25T13:45:00.000Z",
          "exitTs": 1629899520,
          "dir": 1,
          "entryPrice": 1790.475,
          "exitPrice": 1786.186,
          "stopDistance": 4.289,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 7
        },
        {
          "entryTs": 1630287900,
          "entryUtc": "2021-08-30T01:45:00.000Z",
          "exitTs": 1630291200,
          "dir": 1,
          "entryPrice": 1817.548,
          "exitPrice": 1814.746,
          "stopDistance": 2.802,
          "outcome": "stop",
          "netR": -1.1499,
          "holdMinutes": 55
        },
        {
          "entryTs": 1630330200,
          "entryUtc": "2021-08-30T13:30:00.000Z",
          "exitTs": 1630333140,
          "dir": 1,
          "entryPrice": 1813.839,
          "exitPrice": 1811.541,
          "stopDistance": 2.298,
          "outcome": "stop",
          "netR": -1.1828,
          "holdMinutes": 49
        },
        {
          "entryTs": 1630407600,
          "entryUtc": "2021-08-31T11:00:00.000Z",
          "exitTs": 1630414500,
          "dir": 1,
          "entryPrice": 1812.218,
          "exitPrice": 1809.99,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 115
        },
        {
          "entryTs": 1630499400,
          "entryUtc": "2021-09-01T12:30:00.000Z",
          "exitTs": 1630500000,
          "dir": -1,
          "entryPrice": 1814.225,
          "exitPrice": 1816.848,
          "stopDistance": 2.623,
          "outcome": "stop",
          "netR": -1.1601,
          "holdMinutes": 10
        },
        {
          "entryTs": 1630505700,
          "entryUtc": "2021-09-01T14:15:00.000Z",
          "exitTs": 1630591440,
          "dir": 1,
          "entryPrice": 1812.175,
          "exitPrice": 1807.892,
          "stopDistance": 4.283,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 1429
        },
        {
          "entryTs": 1630635300,
          "entryUtc": "2021-09-03T02:15:00.000Z",
          "exitTs": 1630636500,
          "dir": -1,
          "entryPrice": 1813.055,
          "exitPrice": 1814.647,
          "stopDistance": 1.592,
          "outcome": "stop",
          "netR": -1.2637,
          "holdMinutes": 20
        },
        {
          "entryTs": 1630931400,
          "entryUtc": "2021-09-06T12:30:00.000Z",
          "exitTs": 1630937160,
          "dir": 1,
          "entryPrice": 1823.207,
          "exitPrice": 1821.491,
          "stopDistance": 1.716,
          "outcome": "stop",
          "netR": -1.2447,
          "holdMinutes": 96
        },
        {
          "entryTs": 1630989000,
          "entryUtc": "2021-09-07T04:30:00.000Z",
          "exitTs": 1630992360,
          "dir": 1,
          "entryPrice": 1821.828,
          "exitPrice": 1820.264,
          "stopDistance": 1.564,
          "outcome": "stop",
          "netR": -1.2685,
          "holdMinutes": 56
        },
        {
          "entryTs": 1631146500,
          "entryUtc": "2021-09-09T00:15:00.000Z",
          "exitTs": 1631174640,
          "dir": 1,
          "entryPrice": 1788.618,
          "exitPrice": 1792.965,
          "stopDistance": 2.173,
          "outcome": "target",
          "netR": 1.8298,
          "holdMinutes": 469
        },
        {
          "entryTs": 1631236500,
          "entryUtc": "2021-09-10T01:15:00.000Z",
          "exitTs": 1631238360,
          "dir": -1,
          "entryPrice": 1793.484,
          "exitPrice": 1795.972,
          "stopDistance": 2.488,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 31
        },
        {
          "entryTs": 1631261700,
          "entryUtc": "2021-09-10T08:15:00.000Z",
          "exitTs": 1631267040,
          "dir": 1,
          "entryPrice": 1801.894,
          "exitPrice": 1799.268,
          "stopDistance": 2.626,
          "outcome": "stop",
          "netR": -1.1599,
          "holdMinutes": 89
        },
        {
          "entryTs": 1631491200,
          "entryUtc": "2021-09-13T00:00:00.000Z",
          "exitTs": 1631494920,
          "dir": 1,
          "entryPrice": 1787.268,
          "exitPrice": 1785.219,
          "stopDistance": 2.049,
          "outcome": "stop",
          "netR": -1.205,
          "holdMinutes": 62
        },
        {
          "entryTs": 1631537100,
          "entryUtc": "2021-09-13T12:45:00.000Z",
          "exitTs": 1631538000,
          "dir": 1,
          "entryPrice": 1787.797,
          "exitPrice": 1785.247,
          "stopDistance": 2.55,
          "outcome": "stop",
          "netR": -1.1647,
          "holdMinutes": 15
        },
        {
          "entryTs": 1631603700,
          "entryUtc": "2021-09-14T07:15:00.000Z",
          "exitTs": 1631604120,
          "dir": -1,
          "entryPrice": 1792.737,
          "exitPrice": 1794.492,
          "stopDistance": 1.755,
          "outcome": "stop",
          "netR": -1.2394,
          "holdMinutes": 7
        },
        {
          "entryTs": 1631684700,
          "entryUtc": "2021-09-15T05:45:00.000Z",
          "exitTs": 1631686920,
          "dir": 1,
          "entryPrice": 1803.028,
          "exitPrice": 1801.434,
          "stopDistance": 1.594,
          "outcome": "stop",
          "netR": -1.2635,
          "holdMinutes": 37
        },
        {
          "entryTs": 1632088800,
          "entryUtc": "2021-09-19T22:00:00.000Z",
          "exitTs": 1632103800,
          "dir": -1,
          "entryPrice": 1753.962,
          "exitPrice": 1748.338,
          "stopDistance": 2.812,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 250
        },
        {
          "entryTs": 1632273300,
          "entryUtc": "2021-09-22T01:15:00.000Z",
          "exitTs": 1632273660,
          "dir": -1,
          "entryPrice": 1773.938,
          "exitPrice": 1776.006,
          "stopDistance": 2.068,
          "outcome": "stop",
          "netR": -1.2031,
          "holdMinutes": 6
        },
        {
          "entryTs": 1632482100,
          "entryUtc": "2021-09-24T11:15:00.000Z",
          "exitTs": 1632484680,
          "dir": -1,
          "entryPrice": 1754.357,
          "exitPrice": 1749.748,
          "stopDistance": 2.304,
          "outcome": "target",
          "netR": 1.8394,
          "holdMinutes": 43
        },
        {
          "entryTs": 1632704400,
          "entryUtc": "2021-09-27T01:00:00.000Z",
          "exitTs": 1632705300,
          "dir": -1,
          "entryPrice": 1753.894,
          "exitPrice": 1756.189,
          "stopDistance": 2.295,
          "outcome": "stop",
          "netR": -1.183,
          "holdMinutes": 15
        },
        {
          "entryTs": 1632884400,
          "entryUtc": "2021-09-29T03:00:00.000Z",
          "exitTs": 1632905760,
          "dir": -1,
          "entryPrice": 1739.968,
          "exitPrice": 1742.258,
          "stopDistance": 2.29,
          "outcome": "stop",
          "netR": -1.1834,
          "holdMinutes": 356
        },
        {
          "entryTs": 1632921300,
          "entryUtc": "2021-09-29T13:15:00.000Z",
          "exitTs": 1632924300,
          "dir": 1,
          "entryPrice": 1737.978,
          "exitPrice": 1734.723,
          "stopDistance": 3.255,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 50
        },
        {
          "entryTs": 1632948300,
          "entryUtc": "2021-09-29T20:45:00.000Z",
          "exitTs": 1632959580,
          "dir": -1,
          "entryPrice": 1725.728,
          "exitPrice": 1728.608,
          "stopDistance": 2.88,
          "outcome": "stop",
          "netR": -1.1458,
          "holdMinutes": 188
        },
        {
          "entryTs": 1633309200,
          "entryUtc": "2021-10-04T01:00:00.000Z",
          "exitTs": 1633315440,
          "dir": -1,
          "entryPrice": 1764.068,
          "exitPrice": 1759.262,
          "stopDistance": 2.403,
          "outcome": "target",
          "netR": 1.846,
          "holdMinutes": 104
        },
        {
          "entryTs": 1633399200,
          "entryUtc": "2021-10-05T02:00:00.000Z",
          "exitTs": 1633401720,
          "dir": 1,
          "entryPrice": 1764.128,
          "exitPrice": 1761.859,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 42
        },
        {
          "entryTs": 1633430700,
          "entryUtc": "2021-10-05T10:45:00.000Z",
          "exitTs": 1633432740,
          "dir": 1,
          "entryPrice": 1756.138,
          "exitPrice": 1753.567,
          "stopDistance": 2.571,
          "outcome": "stop",
          "netR": -1.1634,
          "holdMinutes": 34
        },
        {
          "entryTs": 1633661100,
          "entryUtc": "2021-10-08T02:45:00.000Z",
          "exitTs": 1633677180,
          "dir": -1,
          "entryPrice": 1759.676,
          "exitPrice": 1755.501,
          "stopDistance": 2.088,
          "outcome": "target",
          "netR": 1.8228,
          "holdMinutes": 268
        },
        {
          "entryTs": 1633690800,
          "entryUtc": "2021-10-08T11:00:00.000Z",
          "exitTs": 1633691580,
          "dir": -1,
          "entryPrice": 1759.718,
          "exitPrice": 1762.043,
          "stopDistance": 2.325,
          "outcome": "stop",
          "netR": -1.1807,
          "holdMinutes": 13
        },
        {
          "entryTs": 1633722300,
          "entryUtc": "2021-10-08T19:45:00.000Z",
          "exitTs": 1633903200,
          "dir": 1,
          "entryPrice": 1756.748,
          "exitPrice": 1757.578,
          "stopDistance": 3.181,
          "outcome": "time",
          "netR": 0.1446,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1633934700,
          "entryUtc": "2021-10-11T06:45:00.000Z",
          "exitTs": 1633942620,
          "dir": 1,
          "entryPrice": 1755.368,
          "exitPrice": 1752.826,
          "stopDistance": 2.542,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 132
        },
        {
          "entryTs": 1634175000,
          "entryUtc": "2021-10-14T01:30:00.000Z",
          "exitTs": 1634178420,
          "dir": 1,
          "entryPrice": 1790.818,
          "exitPrice": 1788.534,
          "stopDistance": 2.284,
          "outcome": "stop",
          "netR": -1.1839,
          "holdMinutes": 57
        },
        {
          "entryTs": 1634274000,
          "entryUtc": "2021-10-15T05:00:00.000Z",
          "exitTs": 1634275140,
          "dir": 1,
          "entryPrice": 1794.108,
          "exitPrice": 1792.654,
          "stopDistance": 1.454,
          "outcome": "stop",
          "netR": -1.2888,
          "holdMinutes": 19
        },
        {
          "entryTs": 1634646600,
          "entryUtc": "2021-10-19T12:30:00.000Z",
          "exitTs": 1634647500,
          "dir": -1,
          "entryPrice": 1777.854,
          "exitPrice": 1781.183,
          "stopDistance": 3.329,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 15
        },
        {
          "entryTs": 1634688900,
          "entryUtc": "2021-10-20T00:15:00.000Z",
          "exitTs": 1634692380,
          "dir": 1,
          "entryPrice": 1768.408,
          "exitPrice": 1771.807,
          "stopDistance": 1.699,
          "outcome": "target",
          "netR": 1.7823,
          "holdMinutes": 58
        },
        {
          "entryTs": 1634859900,
          "entryUtc": "2021-10-21T23:45:00.000Z",
          "exitTs": 1634872800,
          "dir": -1,
          "entryPrice": 1785.764,
          "exitPrice": 1787.771,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 215
        },
        {
          "entryTs": 1634902200,
          "entryUtc": "2021-10-22T11:30:00.000Z",
          "exitTs": 1634905200,
          "dir": -1,
          "entryPrice": 1794.098,
          "exitPrice": 1796.352,
          "stopDistance": 2.254,
          "outcome": "stop",
          "netR": -1.1863,
          "holdMinutes": 50
        },
        {
          "entryTs": 1634917500,
          "entryUtc": "2021-10-22T15:45:00.000Z",
          "exitTs": 1635112800,
          "dir": 1,
          "entryPrice": 1787.774,
          "exitPrice": 1792.458,
          "stopDistance": 6.599,
          "outcome": "time",
          "netR": 0.6537,
          "holdMinutes": 3255
        },
        {
          "entryTs": 1635120900,
          "entryUtc": "2021-10-25T00:15:00.000Z",
          "exitTs": 1635123060,
          "dir": -1,
          "entryPrice": 1793.858,
          "exitPrice": 1796.7,
          "stopDistance": 2.842,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 36
        },
        {
          "entryTs": 1635129900,
          "entryUtc": "2021-10-25T02:45:00.000Z",
          "exitTs": 1635137580,
          "dir": 1,
          "entryPrice": 1793.578,
          "exitPrice": 1799.41,
          "stopDistance": 2.916,
          "outcome": "target",
          "netR": 1.8731,
          "holdMinutes": 128
        },
        {
          "entryTs": 1635317100,
          "entryUtc": "2021-10-27T06:45:00.000Z",
          "exitTs": 1635317820,
          "dir": -1,
          "entryPrice": 1788.768,
          "exitPrice": 1790.747,
          "stopDistance": 1.979,
          "outcome": "stop",
          "netR": -1.2122,
          "holdMinutes": 12
        },
        {
          "entryTs": 1635324300,
          "entryUtc": "2021-10-27T08:45:00.000Z",
          "exitTs": 1635335520,
          "dir": 1,
          "entryPrice": 1785.614,
          "exitPrice": 1791.025,
          "stopDistance": 2.705,
          "outcome": "target",
          "netR": 1.8632,
          "holdMinutes": 187
        },
        {
          "entryTs": 1635414300,
          "entryUtc": "2021-10-28T09:45:00.000Z",
          "exitTs": 1635414540,
          "dir": 1,
          "entryPrice": 1798.288,
          "exitPrice": 1796.036,
          "stopDistance": 2.252,
          "outcome": "stop",
          "netR": -1.1865,
          "holdMinutes": 4
        },
        {
          "entryTs": 1635719400,
          "entryUtc": "2021-10-31T22:30:00.000Z",
          "exitTs": 1635746580,
          "dir": 1,
          "entryPrice": 1781.564,
          "exitPrice": 1787.281,
          "stopDistance": 2.858,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 453
        },
        {
          "entryTs": 1635826500,
          "entryUtc": "2021-11-02T04:15:00.000Z",
          "exitTs": 1635831180,
          "dir": -1,
          "entryPrice": 1792.528,
          "exitPrice": 1794.483,
          "stopDistance": 1.956,
          "outcome": "stop",
          "netR": -1.2148,
          "holdMinutes": 78
        },
        {
          "entryTs": 1635854400,
          "entryUtc": "2021-11-02T12:00:00.000Z",
          "exitTs": 1635862080,
          "dir": 1,
          "entryPrice": 1789.968,
          "exitPrice": 1787.361,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 128
        },
        {
          "entryTs": 1635862500,
          "entryUtc": "2021-11-02T14:15:00.000Z",
          "exitTs": 1635899280,
          "dir": 1,
          "entryPrice": 1788.328,
          "exitPrice": 1784.265,
          "stopDistance": 4.063,
          "outcome": "stop",
          "netR": -1.1034,
          "holdMinutes": 613
        },
        {
          "entryTs": 1635978600,
          "entryUtc": "2021-11-03T22:30:00.000Z",
          "exitTs": 1636022940,
          "dir": -1,
          "entryPrice": 1774.598,
          "exitPrice": 1779.148,
          "stopDistance": 4.55,
          "outcome": "stop",
          "netR": -1.0923,
          "holdMinutes": 739
        },
        {
          "entryTs": 1636375500,
          "entryUtc": "2021-11-08T12:45:00.000Z",
          "exitTs": 1636377840,
          "dir": -1,
          "entryPrice": 1818.238,
          "exitPrice": 1820.945,
          "stopDistance": 2.707,
          "outcome": "stop",
          "netR": -1.1551,
          "holdMinutes": 39
        },
        {
          "entryTs": 1636420500,
          "entryUtc": "2021-11-09T01:15:00.000Z",
          "exitTs": 1636420980,
          "dir": -1,
          "entryPrice": 1824.958,
          "exitPrice": 1826.743,
          "stopDistance": 1.785,
          "outcome": "stop",
          "netR": -1.2353,
          "holdMinutes": 8
        },
        {
          "entryTs": 1636533000,
          "entryUtc": "2021-11-10T08:30:00.000Z",
          "exitTs": 1636551180,
          "dir": -1,
          "entryPrice": 1826.298,
          "exitPrice": 1828.882,
          "stopDistance": 2.584,
          "outcome": "stop",
          "netR": -1.1625,
          "holdMinutes": 303
        },
        {
          "entryTs": 1636601400,
          "entryUtc": "2021-11-11T03:30:00.000Z",
          "exitTs": 1636609920,
          "dir": -1,
          "entryPrice": 1850.488,
          "exitPrice": 1854.328,
          "stopDistance": 3.84,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 142
        },
        {
          "entryTs": 1637001900,
          "entryUtc": "2021-11-15T18:45:00.000Z",
          "exitTs": 1637004900,
          "dir": -1,
          "entryPrice": 1864.674,
          "exitPrice": 1867.771,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 50
        },
        {
          "entryTs": 1637104500,
          "entryUtc": "2021-11-16T23:15:00.000Z",
          "exitTs": 1637112000,
          "dir": 1,
          "entryPrice": 1850.318,
          "exitPrice": 1855.642,
          "stopDistance": 2.662,
          "outcome": "target",
          "netR": 1.861,
          "holdMinutes": 125
        },
        {
          "entryTs": 1637132400,
          "entryUtc": "2021-11-17T07:00:00.000Z",
          "exitTs": 1637134080,
          "dir": -1,
          "entryPrice": 1854.828,
          "exitPrice": 1857.055,
          "stopDistance": 2.227,
          "outcome": "stop",
          "netR": -1.1886,
          "holdMinutes": 28
        },
        {
          "entryTs": 1637735400,
          "entryUtc": "2021-11-24T06:30:00.000Z",
          "exitTs": 1637743920,
          "dir": 1,
          "entryPrice": 1792.718,
          "exitPrice": 1790.379,
          "stopDistance": 2.339,
          "outcome": "stop",
          "netR": -1.1795,
          "holdMinutes": 142
        },
        {
          "entryTs": 1638156600,
          "entryUtc": "2021-11-29T03:30:00.000Z",
          "exitTs": 1638194400,
          "dir": -1,
          "entryPrice": 1795.875,
          "exitPrice": 1786.288,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 630
        },
        {
          "entryTs": 1638214200,
          "entryUtc": "2021-11-29T19:30:00.000Z",
          "exitTs": 1638239340,
          "dir": 1,
          "entryPrice": 1782.925,
          "exitPrice": 1789.124,
          "stopDistance": 3.099,
          "outcome": "target",
          "netR": 1.8806,
          "holdMinutes": 419
        },
        {
          "entryTs": 1638249300,
          "entryUtc": "2021-11-30T05:15:00.000Z",
          "exitTs": 1638251220,
          "dir": 1,
          "entryPrice": 1789.718,
          "exitPrice": 1793.786,
          "stopDistance": 2.034,
          "outcome": "target",
          "netR": 1.8181,
          "holdMinutes": 32
        },
        {
          "entryTs": 1638360000,
          "entryUtc": "2021-12-01T12:00:00.000Z",
          "exitTs": 1638365400,
          "dir": -1,
          "entryPrice": 1785.038,
          "exitPrice": 1788.938,
          "stopDistance": 3.9,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 90
        },
        {
          "entryTs": 1638416700,
          "entryUtc": "2021-12-02T03:45:00.000Z",
          "exitTs": 1638418620,
          "dir": 1,
          "entryPrice": 1779.608,
          "exitPrice": 1777.103,
          "stopDistance": 2.505,
          "outcome": "stop",
          "netR": -1.1677,
          "holdMinutes": 32
        },
        {
          "entryTs": 1638444600,
          "entryUtc": "2021-12-02T11:30:00.000Z",
          "exitTs": 1638448620,
          "dir": -1,
          "entryPrice": 1776.578,
          "exitPrice": 1779.781,
          "stopDistance": 3.203,
          "outcome": "stop",
          "netR": -1.1311,
          "holdMinutes": 67
        },
        {
          "entryTs": 1638801900,
          "entryUtc": "2021-12-06T14:45:00.000Z",
          "exitTs": 1638809640,
          "dir": 1,
          "entryPrice": 1776.878,
          "exitPrice": 1783.754,
          "stopDistance": 3.438,
          "outcome": "target",
          "netR": 1.8924,
          "holdMinutes": 129
        },
        {
          "entryTs": 1638857700,
          "entryUtc": "2021-12-07T06:15:00.000Z",
          "exitTs": 1638860280,
          "dir": -1,
          "entryPrice": 1781.065,
          "exitPrice": 1783.001,
          "stopDistance": 1.936,
          "outcome": "stop",
          "netR": -1.2169,
          "holdMinutes": 43
        },
        {
          "entryTs": 1639073700,
          "entryUtc": "2021-12-09T18:15:00.000Z",
          "exitTs": 1639117260,
          "dir": 1,
          "entryPrice": 1775.198,
          "exitPrice": 1771.449,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 726
        },
        {
          "entryTs": 1639125000,
          "entryUtc": "2021-12-10T08:30:00.000Z",
          "exitTs": 1639142160,
          "dir": 1,
          "entryPrice": 1772.048,
          "exitPrice": 1776.541,
          "stopDistance": 2.246,
          "outcome": "target",
          "netR": 1.8353,
          "holdMinutes": 286
        },
        {
          "entryTs": 1639143900,
          "entryUtc": "2021-12-10T13:45:00.000Z",
          "exitTs": 1639144500,
          "dir": -1,
          "entryPrice": 1778.048,
          "exitPrice": 1781.375,
          "stopDistance": 3.327,
          "outcome": "stop",
          "netR": -1.1262,
          "holdMinutes": 10
        },
        {
          "entryTs": 1639566900,
          "entryUtc": "2021-12-15T11:15:00.000Z",
          "exitTs": 1639575000,
          "dir": 1,
          "entryPrice": 1768.498,
          "exitPrice": 1772.513,
          "stopDistance": 2.008,
          "outcome": "target",
          "netR": 1.8157,
          "holdMinutes": 135
        },
        {
          "entryTs": 1639742400,
          "entryUtc": "2021-12-17T12:00:00.000Z",
          "exitTs": 1639744500,
          "dir": -1,
          "entryPrice": 1808.988,
          "exitPrice": 1811.441,
          "stopDistance": 2.453,
          "outcome": "stop",
          "netR": -1.1712,
          "holdMinutes": 35
        },
        {
          "entryTs": 1639986300,
          "entryUtc": "2021-12-20T07:45:00.000Z",
          "exitTs": 1639996620,
          "dir": 1,
          "entryPrice": 1799.118,
          "exitPrice": 1797.144,
          "stopDistance": 1.974,
          "outcome": "stop",
          "netR": -1.2127,
          "holdMinutes": 172
        },
        {
          "entryTs": 1640025900,
          "entryUtc": "2021-12-20T18:45:00.000Z",
          "exitTs": 1640030340,
          "dir": 1,
          "entryPrice": 1793.178,
          "exitPrice": 1790.324,
          "stopDistance": 2.854,
          "outcome": "stop",
          "netR": -1.1472,
          "holdMinutes": 74
        },
        {
          "entryTs": 1640241000,
          "entryUtc": "2021-12-23T06:30:00.000Z",
          "exitTs": 1640261820,
          "dir": 1,
          "entryPrice": 1805.375,
          "exitPrice": 1803.624,
          "stopDistance": 1.751,
          "outcome": "stop",
          "netR": -1.2398,
          "holdMinutes": 347
        },
        {
          "entryTs": 1640559600,
          "entryUtc": "2021-12-26T23:00:00.000Z",
          "exitTs": 1640559720,
          "dir": 1,
          "entryPrice": 1808.544,
          "exitPrice": 1806.823,
          "stopDistance": 1.721,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 2
        },
        {
          "entryTs": 1640929500,
          "entryUtc": "2021-12-31T05:45:00.000Z",
          "exitTs": 1640938320,
          "dir": -1,
          "entryPrice": 1818.598,
          "exitPrice": 1815.487,
          "stopDistance": 1.555,
          "outcome": "target",
          "netR": 1.7621,
          "holdMinutes": 147
        },
        {
          "entryTs": 1640975400,
          "entryUtc": "2021-12-31T18:30:00.000Z",
          "exitTs": 1640983920,
          "dir": -1,
          "entryPrice": 1827.124,
          "exitPrice": 1830.105,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 142
        },
        {
          "entryTs": 1641169800,
          "entryUtc": "2022-01-03T00:30:00.000Z",
          "exitTs": 1641175620,
          "dir": 1,
          "entryPrice": 1828.878,
          "exitPrice": 1826.751,
          "stopDistance": 2.127,
          "outcome": "stop",
          "netR": -1.1974,
          "holdMinutes": 97
        },
        {
          "entryTs": 1641282300,
          "entryUtc": "2022-01-04T07:45:00.000Z",
          "exitTs": 1641292260,
          "dir": -1,
          "entryPrice": 1805.308,
          "exitPrice": 1807.383,
          "stopDistance": 2.075,
          "outcome": "stop",
          "netR": -1.2024,
          "holdMinutes": 166
        },
        {
          "entryTs": 1641330000,
          "entryUtc": "2022-01-04T21:00:00.000Z",
          "exitTs": 1641374100,
          "dir": -1,
          "entryPrice": 1815.155,
          "exitPrice": 1817.501,
          "stopDistance": 2.346,
          "outcome": "stop",
          "netR": -1.179,
          "holdMinutes": 735
        },
        {
          "entryTs": 1641496500,
          "entryUtc": "2022-01-06T19:15:00.000Z",
          "exitTs": 1641562260,
          "dir": 1,
          "entryPrice": 1787.188,
          "exitPrice": 1794.453,
          "stopDistance": 3.632,
          "outcome": "target",
          "netR": 1.8981,
          "holdMinutes": 1096
        },
        {
          "entryTs": 1641563100,
          "entryUtc": "2022-01-07T13:45:00.000Z",
          "exitTs": 1641564840,
          "dir": -1,
          "entryPrice": 1790.205,
          "exitPrice": 1794.201,
          "stopDistance": 3.996,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 29
        },
        {
          "entryTs": 1641850200,
          "entryUtc": "2022-01-10T21:30:00.000Z",
          "exitTs": 1641860340,
          "dir": -1,
          "entryPrice": 1801.558,
          "exitPrice": 1803.843,
          "stopDistance": 2.285,
          "outcome": "stop",
          "netR": -1.1838,
          "holdMinutes": 169
        },
        {
          "entryTs": 1641987000,
          "entryUtc": "2022-01-12T11:30:00.000Z",
          "exitTs": 1641993540,
          "dir": -1,
          "entryPrice": 1818.014,
          "exitPrice": 1820.032,
          "stopDistance": 2.018,
          "outcome": "stop",
          "netR": -1.2082,
          "holdMinutes": 109
        },
        {
          "entryTs": 1642052700,
          "entryUtc": "2022-01-13T05:45:00.000Z",
          "exitTs": 1642056180,
          "dir": -1,
          "entryPrice": 1827.568,
          "exitPrice": 1824.494,
          "stopDistance": 1.537,
          "outcome": "target",
          "netR": 1.7593,
          "holdMinutes": 58
        },
        {
          "entryTs": 1642058100,
          "entryUtc": "2022-01-13T07:15:00.000Z",
          "exitTs": 1642063260,
          "dir": 1,
          "entryPrice": 1824.148,
          "exitPrice": 1822.322,
          "stopDistance": 1.826,
          "outcome": "stop",
          "netR": -1.23,
          "holdMinutes": 86
        },
        {
          "entryTs": 1642148100,
          "entryUtc": "2022-01-14T08:15:00.000Z",
          "exitTs": 1642150800,
          "dir": -1,
          "entryPrice": 1827.958,
          "exitPrice": 1824.058,
          "stopDistance": 1.95,
          "outcome": "target",
          "netR": 1.8102,
          "holdMinutes": 45
        },
        {
          "entryTs": 1642167000,
          "entryUtc": "2022-01-14T13:30:00.000Z",
          "exitTs": 1642167000,
          "dir": -1,
          "entryPrice": 1823.554,
          "exitPrice": 1826.622,
          "stopDistance": 3.068,
          "outcome": "stop",
          "netR": -1.1369,
          "holdMinutes": 0
        },
        {
          "entryTs": 1642572900,
          "entryUtc": "2022-01-19T06:15:00.000Z",
          "exitTs": 1642581840,
          "dir": -1,
          "entryPrice": 1813.488,
          "exitPrice": 1815.201,
          "stopDistance": 1.713,
          "outcome": "stop",
          "netR": -1.2452,
          "holdMinutes": 149
        },
        {
          "entryTs": 1642622400,
          "entryUtc": "2022-01-19T20:00:00.000Z",
          "exitTs": 1642672200,
          "dir": -1,
          "entryPrice": 1842.758,
          "exitPrice": 1837.134,
          "stopDistance": 2.812,
          "outcome": "target",
          "netR": 1.8684,
          "holdMinutes": 830
        },
        {
          "entryTs": 1642672800,
          "entryUtc": "2022-01-20T10:00:00.000Z",
          "exitTs": 1642681380,
          "dir": 1,
          "entryPrice": 1838.428,
          "exitPrice": 1836.09,
          "stopDistance": 2.338,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 143
        },
        {
          "entryTs": 1642681800,
          "entryUtc": "2022-01-20T12:30:00.000Z",
          "exitTs": 1642684860,
          "dir": 1,
          "entryPrice": 1837.158,
          "exitPrice": 1841.569,
          "stopDistance": 2.206,
          "outcome": "target",
          "netR": 1.8322,
          "holdMinutes": 51
        },
        {
          "entryTs": 1642731300,
          "entryUtc": "2022-01-21T02:15:00.000Z",
          "exitTs": 1642733880,
          "dir": -1,
          "entryPrice": 1839.128,
          "exitPrice": 1841.37,
          "stopDistance": 2.242,
          "outcome": "stop",
          "netR": -1.1874,
          "holdMinutes": 43
        },
        {
          "entryTs": 1642744800,
          "entryUtc": "2022-01-21T06:00:00.000Z",
          "exitTs": 1642751700,
          "dir": -1,
          "entryPrice": 1841.234,
          "exitPrice": 1837.817,
          "stopDistance": 1.709,
          "outcome": "target",
          "netR": 1.7834,
          "holdMinutes": 115
        },
        {
          "entryTs": 1642790700,
          "entryUtc": "2022-01-21T18:45:00.000Z",
          "exitTs": 1642796220,
          "dir": 1,
          "entryPrice": 1831.948,
          "exitPrice": 1828.501,
          "stopDistance": 3.447,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 92
        },
        {
          "entryTs": 1643095800,
          "entryUtc": "2022-01-25T07:30:00.000Z",
          "exitTs": 1643100960,
          "dir": -1,
          "entryPrice": 1842.628,
          "exitPrice": 1838.992,
          "stopDistance": 1.818,
          "outcome": "target",
          "netR": 1.7965,
          "holdMinutes": 86
        },
        {
          "entryTs": 1643140800,
          "entryUtc": "2022-01-25T20:00:00.000Z",
          "exitTs": 1643183340,
          "dir": -1,
          "entryPrice": 1851.618,
          "exitPrice": 1844.805,
          "stopDistance": 3.407,
          "outcome": "target",
          "netR": 1.8914,
          "holdMinutes": 709
        },
        {
          "entryTs": 1643261400,
          "entryUtc": "2022-01-27T05:30:00.000Z",
          "exitTs": 1643264220,
          "dir": 1,
          "entryPrice": 1814.644,
          "exitPrice": 1811.821,
          "stopDistance": 2.823,
          "outcome": "stop",
          "netR": -1.1488,
          "holdMinutes": 47
        },
        {
          "entryTs": 1643310900,
          "entryUtc": "2022-01-27T19:15:00.000Z",
          "exitTs": 1643367780,
          "dir": -1,
          "entryPrice": 1795.338,
          "exitPrice": 1786.167,
          "stopDistance": 4.585,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 948
        },
        {
          "entryTs": 1643382900,
          "entryUtc": "2022-01-28T15:15:00.000Z",
          "exitTs": 1643583600,
          "dir": -1,
          "entryPrice": 1787.748,
          "exitPrice": 1790.178,
          "stopDistance": 5.521,
          "outcome": "time",
          "netR": -0.5072,
          "holdMinutes": 3345
        },
        {
          "entryTs": 1643630400,
          "entryUtc": "2022-01-31T12:00:00.000Z",
          "exitTs": 1643637180,
          "dir": -1,
          "entryPrice": 1792.162,
          "exitPrice": 1794.844,
          "stopDistance": 2.682,
          "outcome": "stop",
          "netR": -1.1566,
          "holdMinutes": 113
        },
        {
          "entryTs": 1643721300,
          "entryUtc": "2022-02-01T13:15:00.000Z",
          "exitTs": 1643726640,
          "dir": -1,
          "entryPrice": 1806.075,
          "exitPrice": 1800.653,
          "stopDistance": 2.711,
          "outcome": "target",
          "netR": 1.8635,
          "holdMinutes": 89
        },
        {
          "entryTs": 1643804100,
          "entryUtc": "2022-02-02T12:15:00.000Z",
          "exitTs": 1643807700,
          "dir": -1,
          "entryPrice": 1803.268,
          "exitPrice": 1805.424,
          "stopDistance": 2.156,
          "outcome": "stop",
          "netR": -1.1948,
          "holdMinutes": 60
        },
        {
          "entryTs": 1643904900,
          "entryUtc": "2022-02-03T16:15:00.000Z",
          "exitTs": 1643963400,
          "dir": -1,
          "entryPrice": 1804.675,
          "exitPrice": 1809.598,
          "stopDistance": 4.923,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 975
        },
        {
          "entryTs": 1644214500,
          "entryUtc": "2022-02-07T06:15:00.000Z",
          "exitTs": 1644220560,
          "dir": -1,
          "entryPrice": 1810.274,
          "exitPrice": 1812.092,
          "stopDistance": 1.818,
          "outcome": "stop",
          "netR": -1.231,
          "holdMinutes": 101
        },
        {
          "entryTs": 1644284700,
          "entryUtc": "2022-02-08T01:45:00.000Z",
          "exitTs": 1644304500,
          "dir": -1,
          "entryPrice": 1821.598,
          "exitPrice": 1818.159,
          "stopDistance": 1.72,
          "outcome": "target",
          "netR": 1.7848,
          "holdMinutes": 330
        },
        {
          "entryTs": 1644317100,
          "entryUtc": "2022-02-08T10:45:00.000Z",
          "exitTs": 1644327300,
          "dir": -1,
          "entryPrice": 1819.068,
          "exitPrice": 1821.281,
          "stopDistance": 2.213,
          "outcome": "stop",
          "netR": -1.1898,
          "holdMinutes": 170
        },
        {
          "entryTs": 1644401700,
          "entryUtc": "2022-02-09T10:15:00.000Z",
          "exitTs": 1644411600,
          "dir": -1,
          "entryPrice": 1827.189,
          "exitPrice": 1828.786,
          "stopDistance": 1.597,
          "outcome": "stop",
          "netR": -1.263,
          "holdMinutes": 165
        },
        {
          "entryTs": 1644455700,
          "entryUtc": "2022-02-10T01:15:00.000Z",
          "exitTs": 1644477960,
          "dir": -1,
          "entryPrice": 1833.278,
          "exitPrice": 1834.921,
          "stopDistance": 1.643,
          "outcome": "stop",
          "netR": -1.2556,
          "holdMinutes": 371
        },
        {
          "entryTs": 1644576300,
          "entryUtc": "2022-02-11T10:45:00.000Z",
          "exitTs": 1644582060,
          "dir": -1,
          "entryPrice": 1826.994,
          "exitPrice": 1829.153,
          "stopDistance": 2.159,
          "outcome": "stop",
          "netR": -1.1946,
          "holdMinutes": 96
        },
        {
          "entryTs": 1644588000,
          "entryUtc": "2022-02-11T14:00:00.000Z",
          "exitTs": 1644592500,
          "dir": 1,
          "entryPrice": 1827.218,
          "exitPrice": 1833.656,
          "stopDistance": 3.219,
          "outcome": "target",
          "netR": 1.8851,
          "holdMinutes": 75
        },
        {
          "entryTs": 1644822900,
          "entryUtc": "2022-02-14T07:15:00.000Z",
          "exitTs": 1644827340,
          "dir": 1,
          "entryPrice": 1852.304,
          "exitPrice": 1857.896,
          "stopDistance": 2.796,
          "outcome": "target",
          "netR": 1.8677,
          "holdMinutes": 74
        },
        {
          "entryTs": 1644912900,
          "entryUtc": "2022-02-15T08:15:00.000Z",
          "exitTs": 1644913380,
          "dir": 1,
          "entryPrice": 1870.188,
          "exitPrice": 1867.011,
          "stopDistance": 3.177,
          "outcome": "stop",
          "netR": -1.1322,
          "holdMinutes": 8
        },
        {
          "entryTs": 1644995700,
          "entryUtc": "2022-02-16T07:15:00.000Z",
          "exitTs": 1644999660,
          "dir": -1,
          "entryPrice": 1855.718,
          "exitPrice": 1857.502,
          "stopDistance": 1.784,
          "outcome": "stop",
          "netR": -1.2354,
          "holdMinutes": 66
        },
        {
          "entryTs": 1645206300,
          "entryUtc": "2022-02-18T17:45:00.000Z",
          "exitTs": 1645398000,
          "dir": -1,
          "entryPrice": 1895.758,
          "exitPrice": 1900.062,
          "stopDistance": 4.304,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 3195
        },
        {
          "entryTs": 1645443900,
          "entryUtc": "2022-02-21T11:45:00.000Z",
          "exitTs": 1645468200,
          "dir": -1,
          "entryPrice": 1897.755,
          "exitPrice": 1900.874,
          "stopDistance": 3.119,
          "outcome": "stop",
          "netR": -1.1347,
          "holdMinutes": 405
        },
        {
          "entryTs": 1645650000,
          "entryUtc": "2022-02-23T21:00:00.000Z",
          "exitTs": 1645662540,
          "dir": -1,
          "entryPrice": 1909.178,
          "exitPrice": 1912.585,
          "stopDistance": 3.407,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 209
        },
        {
          "entryTs": 1645693200,
          "entryUtc": "2022-02-24T09:00:00.000Z",
          "exitTs": 1645696620,
          "dir": -1,
          "entryPrice": 1944.908,
          "exitPrice": 1951.905,
          "stopDistance": 6.997,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 57
        },
        {
          "entryTs": 1646052300,
          "entryUtc": "2022-02-28T12:45:00.000Z",
          "exitTs": 1646053140,
          "dir": -1,
          "entryPrice": 1908.611,
          "exitPrice": 1913.418,
          "stopDistance": 4.807,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 14
        },
        {
          "entryTs": 1646201700,
          "entryUtc": "2022-03-02T06:15:00.000Z",
          "exitTs": 1646205540,
          "dir": 1,
          "entryPrice": 1933.998,
          "exitPrice": 1942.045,
          "stopDistance": 4.024,
          "outcome": "target",
          "netR": 1.908,
          "holdMinutes": 64
        },
        {
          "entryTs": 1646232300,
          "entryUtc": "2022-03-02T14:45:00.000Z",
          "exitTs": 1646240640,
          "dir": 1,
          "entryPrice": 1923.788,
          "exitPrice": 1916.217,
          "stopDistance": 7.571,
          "outcome": "stop",
          "netR": -1.0555,
          "holdMinutes": 139
        },
        {
          "entryTs": 1646607600,
          "entryUtc": "2022-03-06T23:00:00.000Z",
          "exitTs": 1646607600,
          "dir": -1,
          "entryPrice": 1974.472,
          "exitPrice": 1979.167,
          "stopDistance": 4.695,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 0
        },
        {
          "entryTs": 1646780400,
          "entryUtc": "2022-03-08T23:00:00.000Z",
          "exitTs": 1646818680,
          "dir": -1,
          "entryPrice": 2049.662,
          "exitPrice": 2024.078,
          "stopDistance": 12.792,
          "outcome": "target",
          "netR": 1.9711,
          "holdMinutes": 638
        },
        {
          "entryTs": 1647237600,
          "entryUtc": "2022-03-14T06:00:00.000Z",
          "exitTs": 1647245220,
          "dir": 1,
          "entryPrice": 1973.318,
          "exitPrice": 1968.93,
          "stopDistance": 4.388,
          "outcome": "stop",
          "netR": -1.0957,
          "holdMinutes": 127
        },
        {
          "entryTs": 1647526500,
          "entryUtc": "2022-03-17T14:15:00.000Z",
          "exitTs": 1647573120,
          "dir": -1,
          "entryPrice": 1945.934,
          "exitPrice": 1932.145,
          "stopDistance": 6.894,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 777
        },
        {
          "entryTs": 1647587700,
          "entryUtc": "2022-03-18T07:15:00.000Z",
          "exitTs": 1647601500,
          "dir": -1,
          "entryPrice": 1933.508,
          "exitPrice": 1937.211,
          "stopDistance": 3.702,
          "outcome": "stop",
          "netR": -1.1134,
          "holdMinutes": 230
        },
        {
          "entryTs": 1647629100,
          "entryUtc": "2022-03-18T18:45:00.000Z",
          "exitTs": 1647630120,
          "dir": 1,
          "entryPrice": 1927.588,
          "exitPrice": 1922.63,
          "stopDistance": 4.958,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 17
        },
        {
          "entryTs": 1647865800,
          "entryUtc": "2022-03-21T12:30:00.000Z",
          "exitTs": 1647869280,
          "dir": 1,
          "entryPrice": 1923.818,
          "exitPrice": 1920.195,
          "stopDistance": 3.622,
          "outcome": "stop",
          "netR": -1.1159,
          "holdMinutes": 58
        },
        {
          "entryTs": 1647889200,
          "entryUtc": "2022-03-21T19:00:00.000Z",
          "exitTs": 1647936660,
          "dir": -1,
          "entryPrice": 1935.868,
          "exitPrice": 1926.031,
          "stopDistance": 4.918,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 791
        },
        {
          "entryTs": 1647954000,
          "entryUtc": "2022-03-22T13:00:00.000Z",
          "exitTs": 1647956760,
          "dir": -1,
          "entryPrice": 1927.873,
          "exitPrice": 1919.812,
          "stopDistance": 4.031,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 46
        },
        {
          "entryTs": 1647993600,
          "entryUtc": "2022-03-23T00:00:00.000Z",
          "exitTs": 1648001700,
          "dir": -1,
          "entryPrice": 1919.523,
          "exitPrice": 1922.423,
          "stopDistance": 2.9,
          "outcome": "stop",
          "netR": -1.1448,
          "holdMinutes": 135
        },
        {
          "entryTs": 1648183500,
          "entryUtc": "2022-03-25T04:45:00.000Z",
          "exitTs": 1648186080,
          "dir": 1,
          "entryPrice": 1960.418,
          "exitPrice": 1957.618,
          "stopDistance": 2.8,
          "outcome": "stop",
          "netR": -1.15,
          "holdMinutes": 43
        },
        {
          "entryTs": 1648186200,
          "entryUtc": "2022-03-25T05:30:00.000Z",
          "exitTs": 1648190460,
          "dir": 1,
          "entryPrice": 1958.253,
          "exitPrice": 1955.477,
          "stopDistance": 2.776,
          "outcome": "stop",
          "netR": -1.1513,
          "holdMinutes": 71
        },
        {
          "entryTs": 1648222200,
          "entryUtc": "2022-03-25T15:30:00.000Z",
          "exitTs": 1648418400,
          "dir": -1,
          "entryPrice": 1958.338,
          "exitPrice": 1957.123,
          "stopDistance": 5.828,
          "outcome": "time",
          "netR": 0.145,
          "holdMinutes": 3270
        },
        {
          "entryTs": 1648430100,
          "entryUtc": "2022-03-28T01:15:00.000Z",
          "exitTs": 1648430640,
          "dir": 1,
          "entryPrice": 1951.616,
          "exitPrice": 1948.124,
          "stopDistance": 3.492,
          "outcome": "stop",
          "netR": -1.1203,
          "holdMinutes": 9
        },
        {
          "entryTs": 1648494000,
          "entryUtc": "2022-03-28T19:00:00.000Z",
          "exitTs": 1648494300,
          "dir": 1,
          "entryPrice": 1927.328,
          "exitPrice": 1922.312,
          "stopDistance": 5.016,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 5
        },
        {
          "entryTs": 1648515600,
          "entryUtc": "2022-03-29T01:00:00.000Z",
          "exitTs": 1648541100,
          "dir": 1,
          "entryPrice": 1922.382,
          "exitPrice": 1918.749,
          "stopDistance": 3.633,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 425
        },
        {
          "entryTs": 1649032200,
          "entryUtc": "2022-04-04T00:30:00.000Z",
          "exitTs": 1649039520,
          "dir": -1,
          "entryPrice": 1925.343,
          "exitPrice": 1919.24,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 122
        },
        {
          "entryTs": 1649110500,
          "entryUtc": "2022-04-04T22:15:00.000Z",
          "exitTs": 1649131800,
          "dir": -1,
          "entryPrice": 1933.098,
          "exitPrice": 1926.995,
          "stopDistance": 3.051,
          "outcome": "target",
          "netR": 1.8787,
          "holdMinutes": 355
        },
        {
          "entryTs": 1649206800,
          "entryUtc": "2022-04-06T01:00:00.000Z",
          "exitTs": 1649229120,
          "dir": 1,
          "entryPrice": 1919.548,
          "exitPrice": 1916.5,
          "stopDistance": 3.048,
          "outcome": "stop",
          "netR": -1.1378,
          "holdMinutes": 372
        },
        {
          "entryTs": 1649264400,
          "entryUtc": "2022-04-06T17:00:00.000Z",
          "exitTs": 1649266080,
          "dir": 1,
          "entryPrice": 1924.812,
          "exitPrice": 1920.159,
          "stopDistance": 4.653,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 28
        },
        {
          "entryTs": 1649325600,
          "entryUtc": "2022-04-07T10:00:00.000Z",
          "exitTs": 1649331240,
          "dir": -1,
          "entryPrice": 1927.428,
          "exitPrice": 1930.278,
          "stopDistance": 2.85,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 94
        },
        {
          "entryTs": 1649422800,
          "entryUtc": "2022-04-08T13:00:00.000Z",
          "exitTs": 1649424900,
          "dir": 1,
          "entryPrice": 1931.142,
          "exitPrice": 1938.933,
          "stopDistance": 3.895,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 35
        },
        {
          "entryTs": 1649808900,
          "entryUtc": "2022-04-13T00:15:00.000Z",
          "exitTs": 1649818860,
          "dir": 1,
          "entryPrice": 1964.982,
          "exitPrice": 1971.413,
          "stopDistance": 3.215,
          "outcome": "target",
          "netR": 1.8849,
          "holdMinutes": 166
        },
        {
          "entryTs": 1649893500,
          "entryUtc": "2022-04-13T23:45:00.000Z",
          "exitTs": 1649908800,
          "dir": -1,
          "entryPrice": 1978.268,
          "exitPrice": 1973.221,
          "stopDistance": 2.523,
          "outcome": "target",
          "netR": 1.8534,
          "holdMinutes": 255
        },
        {
          "entryTs": 1650293100,
          "entryUtc": "2022-04-18T14:45:00.000Z",
          "exitTs": 1650303360,
          "dir": 1,
          "entryPrice": 1985.028,
          "exitPrice": 1980.536,
          "stopDistance": 4.492,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 171
        },
        {
          "entryTs": 1650327300,
          "entryUtc": "2022-04-19T00:15:00.000Z",
          "exitTs": 1650329340,
          "dir": 1,
          "entryPrice": 1977.461,
          "exitPrice": 1974.778,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 34
        },
        {
          "entryTs": 1650447900,
          "entryUtc": "2022-04-20T09:45:00.000Z",
          "exitTs": 1650449160,
          "dir": -1,
          "entryPrice": 1947.312,
          "exitPrice": 1951.111,
          "stopDistance": 3.799,
          "outcome": "stop",
          "netR": -1.1106,
          "holdMinutes": 21
        },
        {
          "entryTs": 1650512700,
          "entryUtc": "2022-04-21T03:45:00.000Z",
          "exitTs": 1650528060,
          "dir": 1,
          "entryPrice": 1951.328,
          "exitPrice": 1948.79,
          "stopDistance": 2.538,
          "outcome": "stop",
          "netR": -1.1655,
          "holdMinutes": 256
        },
        {
          "entryTs": 1650658500,
          "entryUtc": "2022-04-22T20:15:00.000Z",
          "exitTs": 1650837600,
          "dir": 1,
          "entryPrice": 1933.078,
          "exitPrice": 1928.212,
          "stopDistance": 4.866,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1650955500,
          "entryUtc": "2022-04-26T06:45:00.000Z",
          "exitTs": 1650957540,
          "dir": 1,
          "entryPrice": 1903.183,
          "exitPrice": 1899.611,
          "stopDistance": 3.572,
          "outcome": "stop",
          "netR": -1.1176,
          "holdMinutes": 34
        },
        {
          "entryTs": 1650959100,
          "entryUtc": "2022-04-26T07:45:00.000Z",
          "exitTs": 1650967500,
          "dir": 1,
          "entryPrice": 1898.383,
          "exitPrice": 1906.149,
          "stopDistance": 3.883,
          "outcome": "target",
          "netR": 1.9047,
          "holdMinutes": 140
        },
        {
          "entryTs": 1650989700,
          "entryUtc": "2022-04-26T16:15:00.000Z",
          "exitTs": 1651046580,
          "dir": 1,
          "entryPrice": 1900.963,
          "exitPrice": 1895.567,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 948
        },
        {
          "entryTs": 1651624200,
          "entryUtc": "2022-05-04T00:30:00.000Z",
          "exitTs": 1651626900,
          "dir": 1,
          "entryPrice": 1865.643,
          "exitPrice": 1862.849,
          "stopDistance": 2.794,
          "outcome": "stop",
          "netR": -1.1503,
          "holdMinutes": 45
        },
        {
          "entryTs": 1651688100,
          "entryUtc": "2022-05-04T18:15:00.000Z",
          "exitTs": 1651689120,
          "dir": 1,
          "entryPrice": 1872.648,
          "exitPrice": 1867.907,
          "stopDistance": 4.74,
          "outcome": "stop",
          "netR": -1.0886,
          "holdMinutes": 17
        },
        {
          "entryTs": 1651809600,
          "entryUtc": "2022-05-06T04:00:00.000Z",
          "exitTs": 1651826640,
          "dir": -1,
          "entryPrice": 1876.806,
          "exitPrice": 1880.382,
          "stopDistance": 3.576,
          "outcome": "stop",
          "netR": -1.1175,
          "holdMinutes": 284
        },
        {
          "entryTs": 1651864500,
          "entryUtc": "2022-05-06T19:15:00.000Z",
          "exitTs": 1652047200,
          "dir": 1,
          "entryPrice": 1882.828,
          "exitPrice": 1883.113,
          "stopDistance": 4.337,
          "outcome": "time",
          "netR": -0.0196,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1652050800,
          "entryUtc": "2022-05-08T23:00:00.000Z",
          "exitTs": 1652055540,
          "dir": 1,
          "entryPrice": 1881.508,
          "exitPrice": 1877.692,
          "stopDistance": 3.816,
          "outcome": "stop",
          "netR": -1.1101,
          "holdMinutes": 79
        },
        {
          "entryTs": 1652117400,
          "entryUtc": "2022-05-09T17:30:00.000Z",
          "exitTs": 1652122740,
          "dir": 1,
          "entryPrice": 1859.078,
          "exitPrice": 1853.874,
          "stopDistance": 5.204,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 89
        },
        {
          "entryTs": 1652191200,
          "entryUtc": "2022-05-10T14:00:00.000Z",
          "exitTs": 1652193960,
          "dir": 1,
          "entryPrice": 1857.012,
          "exitPrice": 1852.428,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 46
        },
        {
          "entryTs": 1652330700,
          "entryUtc": "2022-05-12T04:45:00.000Z",
          "exitTs": 1652339280,
          "dir": 1,
          "entryPrice": 1850.078,
          "exitPrice": 1847.172,
          "stopDistance": 2.906,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 143
        },
        {
          "entryTs": 1652392800,
          "entryUtc": "2022-05-12T22:00:00.000Z",
          "exitTs": 1652394420,
          "dir": 1,
          "entryPrice": 1822.618,
          "exitPrice": 1818.76,
          "stopDistance": 3.858,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 27
        },
        {
          "entryTs": 1652672700,
          "entryUtc": "2022-05-16T03:45:00.000Z",
          "exitTs": 1652679120,
          "dir": 1,
          "entryPrice": 1809.818,
          "exitPrice": 1806.538,
          "stopDistance": 3.28,
          "outcome": "stop",
          "netR": -1.128,
          "holdMinutes": 107
        },
        {
          "entryTs": 1652705100,
          "entryUtc": "2022-05-16T12:45:00.000Z",
          "exitTs": 1652710800,
          "dir": -1,
          "entryPrice": 1807.018,
          "exitPrice": 1812.528,
          "stopDistance": 5.51,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 95
        },
        {
          "entryTs": 1652783400,
          "entryUtc": "2022-05-17T10:30:00.000Z",
          "exitTs": 1652787240,
          "dir": -1,
          "entryPrice": 1829.153,
          "exitPrice": 1832.735,
          "stopDistance": 3.582,
          "outcome": "stop",
          "netR": -1.1173,
          "holdMinutes": 64
        },
        {
          "entryTs": 1652796000,
          "entryUtc": "2022-05-17T14:00:00.000Z",
          "exitTs": 1652799120,
          "dir": 1,
          "entryPrice": 1823.818,
          "exitPrice": 1819.029,
          "stopDistance": 4.788,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 52
        },
        {
          "entryTs": 1652918400,
          "entryUtc": "2022-05-19T00:00:00.000Z",
          "exitTs": 1652937300,
          "dir": 1,
          "entryPrice": 1815.948,
          "exitPrice": 1813.386,
          "stopDistance": 2.562,
          "outcome": "stop",
          "netR": -1.1639,
          "holdMinutes": 315
        },
        {
          "entryTs": 1652986800,
          "entryUtc": "2022-05-19T19:00:00.000Z",
          "exitTs": 1653029100,
          "dir": 1,
          "entryPrice": 1840.008,
          "exitPrice": 1848.248,
          "stopDistance": 4.12,
          "outcome": "target",
          "netR": 1.9102,
          "holdMinutes": 705
        },
        {
          "entryTs": 1653257700,
          "entryUtc": "2022-05-22T22:15:00.000Z",
          "exitTs": 1653260820,
          "dir": -1,
          "entryPrice": 1844.855,
          "exitPrice": 1848.773,
          "stopDistance": 3.918,
          "outcome": "stop",
          "netR": -1.1072,
          "holdMinutes": 52
        },
        {
          "entryTs": 1653572700,
          "entryUtc": "2022-05-26T13:45:00.000Z",
          "exitTs": 1653572940,
          "dir": -1,
          "entryPrice": 1844.093,
          "exitPrice": 1848.438,
          "stopDistance": 4.345,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 4
        },
        {
          "entryTs": 1653653700,
          "entryUtc": "2022-05-27T12:15:00.000Z",
          "exitTs": 1653654600,
          "dir": -1,
          "entryPrice": 1860.138,
          "exitPrice": 1853.922,
          "stopDistance": 3.108,
          "outcome": "target",
          "netR": 1.881,
          "holdMinutes": 15
        },
        {
          "entryTs": 1653864300,
          "entryUtc": "2022-05-29T22:45:00.000Z",
          "exitTs": 1653865680,
          "dir": 1,
          "entryPrice": 1852.068,
          "exitPrice": 1849.847,
          "stopDistance": 2.221,
          "outcome": "stop",
          "netR": -1.1891,
          "holdMinutes": 23
        },
        {
          "entryTs": 1653975900,
          "entryUtc": "2022-05-31T05:45:00.000Z",
          "exitTs": 1653978660,
          "dir": -1,
          "entryPrice": 1853.383,
          "exitPrice": 1855.472,
          "stopDistance": 2.089,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 46
        },
        {
          "entryTs": 1653985800,
          "entryUtc": "2022-05-31T08:30:00.000Z",
          "exitTs": 1653987720,
          "dir": -1,
          "entryPrice": 1856.518,
          "exitPrice": 1851.731,
          "stopDistance": 2.393,
          "outcome": "target",
          "netR": 1.8454,
          "holdMinutes": 32
        },
        {
          "entryTs": 1654023600,
          "entryUtc": "2022-05-31T19:00:00.000Z",
          "exitTs": 1654026720,
          "dir": 1,
          "entryPrice": 1840.708,
          "exitPrice": 1836.94,
          "stopDistance": 3.768,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 52
        },
        {
          "entryTs": 1654085700,
          "entryUtc": "2022-06-01T12:15:00.000Z",
          "exitTs": 1654087080,
          "dir": 1,
          "entryPrice": 1832.228,
          "exitPrice": 1839.026,
          "stopDistance": 3.399,
          "outcome": "target",
          "netR": 1.8911,
          "holdMinutes": 23
        },
        {
          "entryTs": 1654109100,
          "entryUtc": "2022-06-01T18:45:00.000Z",
          "exitTs": 1654161960,
          "dir": -1,
          "entryPrice": 1849.615,
          "exitPrice": 1853.613,
          "stopDistance": 3.998,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 881
        },
        {
          "entryTs": 1654212600,
          "entryUtc": "2022-06-02T23:30:00.000Z",
          "exitTs": 1654216260,
          "dir": -1,
          "entryPrice": 1869.584,
          "exitPrice": 1871.461,
          "stopDistance": 1.877,
          "outcome": "stop",
          "netR": -1.2238,
          "holdMinutes": 61
        },
        {
          "entryTs": 1654254900,
          "entryUtc": "2022-06-03T11:15:00.000Z",
          "exitTs": 1654259400,
          "dir": -1,
          "entryPrice": 1866.388,
          "exitPrice": 1861.947,
          "stopDistance": 2.22,
          "outcome": "target",
          "netR": 1.8334,
          "holdMinutes": 75
        },
        {
          "entryTs": 1654285500,
          "entryUtc": "2022-06-03T19:45:00.000Z",
          "exitTs": 1654466400,
          "dir": -1,
          "entryPrice": 1851.028,
          "exitPrice": 1849.713,
          "stopDistance": 3.247,
          "outcome": "time",
          "netR": 0.291,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1654469100,
          "entryUtc": "2022-06-05T22:45:00.000Z",
          "exitTs": 1654482780,
          "dir": -1,
          "entryPrice": 1851.378,
          "exitPrice": 1853.972,
          "stopDistance": 2.594,
          "outcome": "stop",
          "netR": -1.1619,
          "holdMinutes": 228
        },
        {
          "entryTs": 1654519500,
          "entryUtc": "2022-06-06T12:45:00.000Z",
          "exitTs": 1654522920,
          "dir": 1,
          "entryPrice": 1852.968,
          "exitPrice": 1849.751,
          "stopDistance": 3.217,
          "outcome": "stop",
          "netR": -1.1306,
          "holdMinutes": 57
        },
        {
          "entryTs": 1654542000,
          "entryUtc": "2022-06-06T19:00:00.000Z",
          "exitTs": 1654558020,
          "dir": 1,
          "entryPrice": 1841.343,
          "exitPrice": 1838.494,
          "stopDistance": 2.849,
          "outcome": "stop",
          "netR": -1.1474,
          "holdMinutes": 267
        },
        {
          "entryTs": 1654620300,
          "entryUtc": "2022-06-07T16:45:00.000Z",
          "exitTs": 1654628940,
          "dir": -1,
          "entryPrice": 1851.268,
          "exitPrice": 1855.069,
          "stopDistance": 3.801,
          "outcome": "stop",
          "netR": -1.1105,
          "holdMinutes": 144
        },
        {
          "entryTs": 1654688700,
          "entryUtc": "2022-06-08T11:45:00.000Z",
          "exitTs": 1654691220,
          "dir": -1,
          "entryPrice": 1850.393,
          "exitPrice": 1845.104,
          "stopDistance": 2.645,
          "outcome": "target",
          "netR": 1.8601,
          "holdMinutes": 42
        },
        {
          "entryTs": 1654830900,
          "entryUtc": "2022-06-10T03:15:00.000Z",
          "exitTs": 1654853340,
          "dir": 1,
          "entryPrice": 1844.808,
          "exitPrice": 1842.831,
          "stopDistance": 1.977,
          "outcome": "stop",
          "netR": -1.2125,
          "holdMinutes": 374
        },
        {
          "entryTs": 1655338500,
          "entryUtc": "2022-06-16T00:15:00.000Z",
          "exitTs": 1655374140,
          "dir": -1,
          "entryPrice": 1835.448,
          "exitPrice": 1824.896,
          "stopDistance": 5.276,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 594
        },
        {
          "entryTs": 1655473500,
          "entryUtc": "2022-06-17T13:45:00.000Z",
          "exitTs": 1655474340,
          "dir": 1,
          "entryPrice": 1845.768,
          "exitPrice": 1841.331,
          "stopDistance": 4.437,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 14
        },
        {
          "entryTs": 1655474400,
          "entryUtc": "2022-06-17T14:00:00.000Z",
          "exitTs": 1655475780,
          "dir": 1,
          "entryPrice": 1842.024,
          "exitPrice": 1837.327,
          "stopDistance": 4.697,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 23
        },
        {
          "entryTs": 1655883900,
          "entryUtc": "2022-06-22T07:45:00.000Z",
          "exitTs": 1655895480,
          "dir": -1,
          "entryPrice": 1828.573,
          "exitPrice": 1832.014,
          "stopDistance": 3.441,
          "outcome": "stop",
          "netR": -1.1221,
          "holdMinutes": 193
        },
        {
          "entryTs": 1655947800,
          "entryUtc": "2022-06-23T01:30:00.000Z",
          "exitTs": 1655949900,
          "dir": -1,
          "entryPrice": 1836.928,
          "exitPrice": 1832.464,
          "stopDistance": 2.232,
          "outcome": "target",
          "netR": 1.8342,
          "holdMinutes": 35
        },
        {
          "entryTs": 1655959500,
          "entryUtc": "2022-06-23T04:45:00.000Z",
          "exitTs": 1655970180,
          "dir": 1,
          "entryPrice": 1832.828,
          "exitPrice": 1837.081,
          "stopDistance": 2.126,
          "outcome": "target",
          "netR": 1.826,
          "holdMinutes": 178
        },
        {
          "entryTs": 1656031500,
          "entryUtc": "2022-06-24T00:45:00.000Z",
          "exitTs": 1656057000,
          "dir": 1,
          "entryPrice": 1823.218,
          "exitPrice": 1828.5,
          "stopDistance": 2.641,
          "outcome": "target",
          "netR": 1.8599,
          "holdMinutes": 425
        },
        {
          "entryTs": 1656307800,
          "entryUtc": "2022-06-27T05:30:00.000Z",
          "exitTs": 1656313140,
          "dir": -1,
          "entryPrice": 1836.498,
          "exitPrice": 1838.688,
          "stopDistance": 2.19,
          "outcome": "stop",
          "netR": -1.1918,
          "holdMinutes": 89
        },
        {
          "entryTs": 1656318600,
          "entryUtc": "2022-06-27T08:30:00.000Z",
          "exitTs": 1656328680,
          "dir": 1,
          "entryPrice": 1838.533,
          "exitPrice": 1835.375,
          "stopDistance": 3.158,
          "outcome": "stop",
          "netR": -1.133,
          "holdMinutes": 168
        },
        {
          "entryTs": 1656368100,
          "entryUtc": "2022-06-27T22:15:00.000Z",
          "exitTs": 1656396480,
          "dir": 1,
          "entryPrice": 1822.058,
          "exitPrice": 1827.165,
          "stopDistance": 2.554,
          "outcome": "target",
          "netR": 1.8551,
          "holdMinutes": 473
        },
        {
          "entryTs": 1656441900,
          "entryUtc": "2022-06-28T18:45:00.000Z",
          "exitTs": 1656484380,
          "dir": 1,
          "entryPrice": 1820.058,
          "exitPrice": 1816.963,
          "stopDistance": 3.095,
          "outcome": "stop",
          "netR": -1.1357,
          "holdMinutes": 708
        },
        {
          "entryTs": 1656549000,
          "entryUtc": "2022-06-30T00:30:00.000Z",
          "exitTs": 1656555960,
          "dir": -1,
          "entryPrice": 1819.068,
          "exitPrice": 1820.82,
          "stopDistance": 1.752,
          "outcome": "stop",
          "netR": -1.2397,
          "holdMinutes": 116
        },
        {
          "entryTs": 1656561600,
          "entryUtc": "2022-06-30T04:00:00.000Z",
          "exitTs": 1656563940,
          "dir": 1,
          "entryPrice": 1817.238,
          "exitPrice": 1815.339,
          "stopDistance": 1.899,
          "outcome": "stop",
          "netR": -1.2212,
          "holdMinutes": 39
        },
        {
          "entryTs": 1656627300,
          "entryUtc": "2022-06-30T22:15:00.000Z",
          "exitTs": 1656647400,
          "dir": 1,
          "entryPrice": 1805.498,
          "exitPrice": 1801.941,
          "stopDistance": 3.558,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 335
        },
        {
          "entryTs": 1657006200,
          "entryUtc": "2022-07-05T07:30:00.000Z",
          "exitTs": 1657008360,
          "dir": 1,
          "entryPrice": 1806.818,
          "exitPrice": 1804.506,
          "stopDistance": 2.312,
          "outcome": "stop",
          "netR": -1.1817,
          "holdMinutes": 36
        },
        {
          "entryTs": 1657158300,
          "entryUtc": "2022-07-07T01:45:00.000Z",
          "exitTs": 1657162500,
          "dir": 1,
          "entryPrice": 1738.808,
          "exitPrice": 1744.332,
          "stopDistance": 2.762,
          "outcome": "target",
          "netR": 1.866,
          "holdMinutes": 70
        },
        {
          "entryTs": 1657197000,
          "entryUtc": "2022-07-07T12:30:00.000Z",
          "exitTs": 1657201020,
          "dir": -1,
          "entryPrice": 1741.229,
          "exitPrice": 1744.679,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 67
        },
        {
          "entryTs": 1657221300,
          "entryUtc": "2022-07-07T19:15:00.000Z",
          "exitTs": 1657242600,
          "dir": 1,
          "entryPrice": 1739.434,
          "exitPrice": 1745.158,
          "stopDistance": 2.862,
          "outcome": "target",
          "netR": 1.8707,
          "holdMinutes": 355
        },
        {
          "entryTs": 1657547100,
          "entryUtc": "2022-07-11T13:45:00.000Z",
          "exitTs": 1657547460,
          "dir": -1,
          "entryPrice": 1737.198,
          "exitPrice": 1740.386,
          "stopDistance": 3.188,
          "outcome": "stop",
          "netR": -1.1317,
          "holdMinutes": 6
        },
        {
          "entryTs": 1657791900,
          "entryUtc": "2022-07-14T09:45:00.000Z",
          "exitTs": 1657796280,
          "dir": 1,
          "entryPrice": 1715.708,
          "exitPrice": 1711.723,
          "stopDistance": 3.985,
          "outcome": "stop",
          "netR": -1.1054,
          "holdMinutes": 73
        },
        {
          "entryTs": 1657912500,
          "entryUtc": "2022-07-15T19:15:00.000Z",
          "exitTs": 1658095200,
          "dir": 1,
          "entryPrice": 1704.558,
          "exitPrice": 1707.126,
          "stopDistance": 3.331,
          "outcome": "time",
          "netR": 0.66,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1658281500,
          "entryUtc": "2022-07-20T01:45:00.000Z",
          "exitTs": 1658296980,
          "dir": -1,
          "entryPrice": 1711.838,
          "exitPrice": 1707.743,
          "stopDistance": 2.047,
          "outcome": "target",
          "netR": 1.8193,
          "holdMinutes": 258
        },
        {
          "entryTs": 1658310300,
          "entryUtc": "2022-07-20T09:45:00.000Z",
          "exitTs": 1658314260,
          "dir": -1,
          "entryPrice": 1712.081,
          "exitPrice": 1707.079,
          "stopDistance": 2.501,
          "outcome": "target",
          "netR": 1.8521,
          "holdMinutes": 66
        },
        {
          "entryTs": 1658838600,
          "entryUtc": "2022-07-26T12:30:00.000Z",
          "exitTs": 1658897340,
          "dir": 1,
          "entryPrice": 1717.268,
          "exitPrice": 1714.13,
          "stopDistance": 3.138,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 979
        },
        {
          "entryTs": 1659033900,
          "entryUtc": "2022-07-28T18:45:00.000Z",
          "exitTs": 1659064860,
          "dir": 1,
          "entryPrice": 1750.618,
          "exitPrice": 1758.752,
          "stopDistance": 4.067,
          "outcome": "target",
          "netR": 1.909,
          "holdMinutes": 516
        },
        {
          "entryTs": 1659339000,
          "entryUtc": "2022-08-01T07:30:00.000Z",
          "exitTs": 1659346620,
          "dir": -1,
          "entryPrice": 1766.184,
          "exitPrice": 1768.898,
          "stopDistance": 2.714,
          "outcome": "stop",
          "netR": -1.1548,
          "holdMinutes": 127
        },
        {
          "entryTs": 1659573900,
          "entryUtc": "2022-08-04T00:45:00.000Z",
          "exitTs": 1659575760,
          "dir": -1,
          "entryPrice": 1766.068,
          "exitPrice": 1768.177,
          "stopDistance": 2.109,
          "outcome": "stop",
          "netR": -1.1991,
          "holdMinutes": 31
        },
        {
          "entryTs": 1659910500,
          "entryUtc": "2022-08-07T22:15:00.000Z",
          "exitTs": 1659956400,
          "dir": 1,
          "entryPrice": 1773.604,
          "exitPrice": 1780.069,
          "stopDistance": 3.232,
          "outcome": "target",
          "netR": 1.8855,
          "holdMinutes": 765
        },
        {
          "entryTs": 1660002300,
          "entryUtc": "2022-08-08T23:45:00.000Z",
          "exitTs": 1660007880,
          "dir": -1,
          "entryPrice": 1789.708,
          "exitPrice": 1786.014,
          "stopDistance": 1.847,
          "outcome": "target",
          "netR": 1.7997,
          "holdMinutes": 93
        },
        {
          "entryTs": 1660153500,
          "entryUtc": "2022-08-10T17:45:00.000Z",
          "exitTs": 1660155660,
          "dir": 1,
          "entryPrice": 1796.744,
          "exitPrice": 1792.909,
          "stopDistance": 3.835,
          "outcome": "stop",
          "netR": -1.1095,
          "holdMinutes": 36
        },
        {
          "entryTs": 1660302000,
          "entryUtc": "2022-08-12T11:00:00.000Z",
          "exitTs": 1660303380,
          "dir": 1,
          "entryPrice": 1787.948,
          "exitPrice": 1785.258,
          "stopDistance": 2.69,
          "outcome": "stop",
          "netR": -1.1562,
          "holdMinutes": 23
        },
        {
          "entryTs": 1660514400,
          "entryUtc": "2022-08-14T22:00:00.000Z",
          "exitTs": 1660526820,
          "dir": -1,
          "entryPrice": 1802.308,
          "exitPrice": 1797.172,
          "stopDistance": 2.568,
          "outcome": "target",
          "netR": 1.8559,
          "holdMinutes": 207
        },
        {
          "entryTs": 1660605300,
          "entryUtc": "2022-08-15T23:15:00.000Z",
          "exitTs": 1660611960,
          "dir": 1,
          "entryPrice": 1779.048,
          "exitPrice": 1776.932,
          "stopDistance": 2.116,
          "outcome": "stop",
          "netR": -1.1985,
          "holdMinutes": 111
        },
        {
          "entryTs": 1660644900,
          "entryUtc": "2022-08-16T10:15:00.000Z",
          "exitTs": 1660653120,
          "dir": -1,
          "entryPrice": 1776.509,
          "exitPrice": 1771.66,
          "stopDistance": 2.424,
          "outcome": "target",
          "netR": 1.8474,
          "holdMinutes": 137
        },
        {
          "entryTs": 1660653900,
          "entryUtc": "2022-08-16T12:45:00.000Z",
          "exitTs": 1660654740,
          "dir": 1,
          "entryPrice": 1775.148,
          "exitPrice": 1771.754,
          "stopDistance": 3.394,
          "outcome": "stop",
          "netR": -1.1237,
          "holdMinutes": 14
        },
        {
          "entryTs": 1660678200,
          "entryUtc": "2022-08-16T19:30:00.000Z",
          "exitTs": 1660712460,
          "dir": -1,
          "entryPrice": 1776.414,
          "exitPrice": 1779.084,
          "stopDistance": 2.671,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 571
        },
        {
          "entryTs": 1660805100,
          "entryUtc": "2022-08-18T06:45:00.000Z",
          "exitTs": 1660812720,
          "dir": 1,
          "entryPrice": 1761.904,
          "exitPrice": 1765.778,
          "stopDistance": 1.937,
          "outcome": "target",
          "netR": 1.809,
          "holdMinutes": 127
        },
        {
          "entryTs": 1660915800,
          "entryUtc": "2022-08-19T13:30:00.000Z",
          "exitTs": 1660917780,
          "dir": -1,
          "entryPrice": 1756.634,
          "exitPrice": 1750.124,
          "stopDistance": 3.255,
          "outcome": "target",
          "netR": 1.8863,
          "holdMinutes": 33
        },
        {
          "entryTs": 1660919400,
          "entryUtc": "2022-08-19T14:30:00.000Z",
          "exitTs": 1660919760,
          "dir": 1,
          "entryPrice": 1750.118,
          "exitPrice": 1746.455,
          "stopDistance": 3.663,
          "outcome": "stop",
          "netR": -1.1147,
          "holdMinutes": 6
        },
        {
          "entryTs": 1661141700,
          "entryUtc": "2022-08-22T04:15:00.000Z",
          "exitTs": 1661144880,
          "dir": 1,
          "entryPrice": 1744.798,
          "exitPrice": 1742.769,
          "stopDistance": 2.029,
          "outcome": "stop",
          "netR": -1.207,
          "holdMinutes": 53
        },
        {
          "entryTs": 1661178600,
          "entryUtc": "2022-08-22T14:30:00.000Z",
          "exitTs": 1661219880,
          "dir": -1,
          "entryPrice": 1735.564,
          "exitPrice": 1740.327,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 688
        },
        {
          "entryTs": 1661250600,
          "entryUtc": "2022-08-23T10:30:00.000Z",
          "exitTs": 1661257380,
          "dir": 1,
          "entryPrice": 1735.968,
          "exitPrice": 1732.746,
          "stopDistance": 3.222,
          "outcome": "stop",
          "netR": -1.1304,
          "holdMinutes": 113
        },
        {
          "entryTs": 1661533200,
          "entryUtc": "2022-08-26T17:00:00.000Z",
          "exitTs": 1661724000,
          "dir": 1,
          "entryPrice": 1735.874,
          "exitPrice": 1735.775,
          "stopDistance": 5.22,
          "outcome": "time",
          "netR": -0.0899,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1661729400,
          "entryUtc": "2022-08-28T23:30:00.000Z",
          "exitTs": 1661735160,
          "dir": 1,
          "entryPrice": 1735.244,
          "exitPrice": 1732.147,
          "stopDistance": 3.097,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 96
        },
        {
          "entryTs": 1661837400,
          "entryUtc": "2022-08-30T05:30:00.000Z",
          "exitTs": 1661842860,
          "dir": 1,
          "entryPrice": 1733.954,
          "exitPrice": 1731.816,
          "stopDistance": 2.138,
          "outcome": "stop",
          "netR": -1.1965,
          "holdMinutes": 91
        },
        {
          "entryTs": 1661976900,
          "entryUtc": "2022-08-31T20:15:00.000Z",
          "exitTs": 1661984460,
          "dir": 1,
          "entryPrice": 1710.844,
          "exitPrice": 1707.947,
          "stopDistance": 2.897,
          "outcome": "stop",
          "netR": -1.145,
          "holdMinutes": 126
        },
        {
          "entryTs": 1662063300,
          "entryUtc": "2022-09-01T20:15:00.000Z",
          "exitTs": 1662098640,
          "dir": 1,
          "entryPrice": 1695.108,
          "exitPrice": 1702.232,
          "stopDistance": 3.562,
          "outcome": "target",
          "netR": 1.8961,
          "holdMinutes": 589
        },
        {
          "entryTs": 1662367500,
          "entryUtc": "2022-09-05T08:45:00.000Z",
          "exitTs": 1662372960,
          "dir": -1,
          "entryPrice": 1712.43,
          "exitPrice": 1715.057,
          "stopDistance": 2.627,
          "outcome": "stop",
          "netR": -1.1599,
          "holdMinutes": 91
        },
        {
          "entryTs": 1662439500,
          "entryUtc": "2022-09-06T04:45:00.000Z",
          "exitTs": 1662440400,
          "dir": 1,
          "entryPrice": 1717.398,
          "exitPrice": 1715.049,
          "stopDistance": 2.349,
          "outcome": "stop",
          "netR": -1.1788,
          "holdMinutes": 15
        },
        {
          "entryTs": 1662507000,
          "entryUtc": "2022-09-06T23:30:00.000Z",
          "exitTs": 1662510180,
          "dir": -1,
          "entryPrice": 1701.674,
          "exitPrice": 1696.959,
          "stopDistance": 2.358,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 53
        },
        {
          "entryTs": 1662676200,
          "entryUtc": "2022-09-08T22:30:00.000Z",
          "exitTs": 1662682440,
          "dir": -1,
          "entryPrice": 1709.158,
          "exitPrice": 1711.69,
          "stopDistance": 2.532,
          "outcome": "stop",
          "netR": -1.1659,
          "holdMinutes": 104
        },
        {
          "entryTs": 1662705000,
          "entryUtc": "2022-09-09T06:30:00.000Z",
          "exitTs": 1662706860,
          "dir": -1,
          "entryPrice": 1721.414,
          "exitPrice": 1723.758,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 31
        },
        {
          "entryTs": 1663024500,
          "entryUtc": "2022-09-12T23:15:00.000Z",
          "exitTs": 1663031640,
          "dir": 1,
          "entryPrice": 1725.148,
          "exitPrice": 1722.833,
          "stopDistance": 2.315,
          "outcome": "stop",
          "netR": -1.1814,
          "holdMinutes": 119
        },
        {
          "entryTs": 1663042500,
          "entryUtc": "2022-09-13T04:15:00.000Z",
          "exitTs": 1663058940,
          "dir": 1,
          "entryPrice": 1720.914,
          "exitPrice": 1725.594,
          "stopDistance": 2.34,
          "outcome": "target",
          "netR": 1.8419,
          "holdMinutes": 274
        },
        {
          "entryTs": 1663235100,
          "entryUtc": "2022-09-15T09:45:00.000Z",
          "exitTs": 1663244400,
          "dir": -1,
          "entryPrice": 1689.348,
          "exitPrice": 1683.656,
          "stopDistance": 2.846,
          "outcome": "target",
          "netR": 1.87,
          "holdMinutes": 155
        },
        {
          "entryTs": 1663703100,
          "entryUtc": "2022-09-20T19:45:00.000Z",
          "exitTs": 1663740240,
          "dir": -1,
          "entryPrice": 1665.078,
          "exitPrice": 1668.042,
          "stopDistance": 2.964,
          "outcome": "stop",
          "netR": -1.1417,
          "holdMinutes": 619
        },
        {
          "entryTs": 1663761600,
          "entryUtc": "2022-09-21T12:00:00.000Z",
          "exitTs": 1663770660,
          "dir": -1,
          "entryPrice": 1675.025,
          "exitPrice": 1669.204,
          "stopDistance": 2.91,
          "outcome": "target",
          "netR": 1.8729,
          "holdMinutes": 151
        },
        {
          "entryTs": 1664154900,
          "entryUtc": "2022-09-26T01:15:00.000Z",
          "exitTs": 1664177220,
          "dir": -1,
          "entryPrice": 1640.148,
          "exitPrice": 1646.707,
          "stopDistance": 6.559,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 372
        },
        {
          "entryTs": 1664202600,
          "entryUtc": "2022-09-26T14:30:00.000Z",
          "exitTs": 1664207040,
          "dir": -1,
          "entryPrice": 1646.098,
          "exitPrice": 1636.018,
          "stopDistance": 5.04,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 74
        },
        {
          "entryTs": 1664225100,
          "entryUtc": "2022-09-26T20:45:00.000Z",
          "exitTs": 1664239980,
          "dir": 1,
          "entryPrice": 1621.865,
          "exitPrice": 1630.657,
          "stopDistance": 4.396,
          "outcome": "target",
          "netR": 1.9158,
          "holdMinutes": 248
        },
        {
          "entryTs": 1664361000,
          "entryUtc": "2022-09-28T10:30:00.000Z",
          "exitTs": 1664367600,
          "dir": -1,
          "entryPrice": 1627.545,
          "exitPrice": 1632.624,
          "stopDistance": 5.079,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 110
        },
        {
          "entryTs": 1664502300,
          "entryUtc": "2022-09-30T01:45:00.000Z",
          "exitTs": 1664504460,
          "dir": 1,
          "entryPrice": 1662.138,
          "exitPrice": 1659.263,
          "stopDistance": 2.875,
          "outcome": "stop",
          "netR": -1.1461,
          "holdMinutes": 36
        },
        {
          "entryTs": 1664515800,
          "entryUtc": "2022-09-30T05:30:00.000Z",
          "exitTs": 1664516280,
          "dir": -1,
          "entryPrice": 1664.175,
          "exitPrice": 1666.543,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 8
        },
        {
          "entryTs": 1664549100,
          "entryUtc": "2022-09-30T14:45:00.000Z",
          "exitTs": 1664559300,
          "dir": -1,
          "entryPrice": 1671.835,
          "exitPrice": 1661.857,
          "stopDistance": 4.989,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 170
        },
        {
          "entryTs": 1664559900,
          "entryUtc": "2022-09-30T17:45:00.000Z",
          "exitTs": 1664748000,
          "dir": 1,
          "entryPrice": 1662.135,
          "exitPrice": 1662.518,
          "stopDistance": 4.244,
          "outcome": "time",
          "netR": 0.003,
          "holdMinutes": 3135
        },
        {
          "entryTs": 1664952300,
          "entryUtc": "2022-10-05T06:45:00.000Z",
          "exitTs": 1664954640,
          "dir": -1,
          "entryPrice": 1725.344,
          "exitPrice": 1718.525,
          "stopDistance": 3.409,
          "outcome": "target",
          "netR": 1.8915,
          "holdMinutes": 39
        },
        {
          "entryTs": 1665035100,
          "entryUtc": "2022-10-06T05:45:00.000Z",
          "exitTs": 1665044520,
          "dir": -1,
          "entryPrice": 1723.334,
          "exitPrice": 1717.961,
          "stopDistance": 2.687,
          "outcome": "target",
          "netR": 1.8623,
          "holdMinutes": 157
        },
        {
          "entryTs": 1665064800,
          "entryUtc": "2022-10-06T14:00:00.000Z",
          "exitTs": 1665066480,
          "dir": 1,
          "entryPrice": 1713.794,
          "exitPrice": 1708.957,
          "stopDistance": 4.836,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 28
        },
        {
          "entryTs": 1665081900,
          "entryUtc": "2022-10-06T18:45:00.000Z",
          "exitTs": 1665138600,
          "dir": -1,
          "entryPrice": 1713.638,
          "exitPrice": 1706.131,
          "stopDistance": 3.753,
          "outcome": "target",
          "netR": 1.9014,
          "holdMinutes": 945
        },
        {
          "entryTs": 1665480600,
          "entryUtc": "2022-10-11T09:30:00.000Z",
          "exitTs": 1665490260,
          "dir": 1,
          "entryPrice": 1664.178,
          "exitPrice": 1671.72,
          "stopDistance": 3.771,
          "outcome": "target",
          "netR": 1.9019,
          "holdMinutes": 161
        },
        {
          "entryTs": 1665705600,
          "entryUtc": "2022-10-14T00:00:00.000Z",
          "exitTs": 1665710100,
          "dir": 1,
          "entryPrice": 1663.265,
          "exitPrice": 1660.183,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 75
        },
        {
          "entryTs": 1665727200,
          "entryUtc": "2022-10-14T06:00:00.000Z",
          "exitTs": 1665728280,
          "dir": -1,
          "entryPrice": 1668.188,
          "exitPrice": 1671.123,
          "stopDistance": 2.935,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 18
        },
        {
          "entryTs": 1666153800,
          "entryUtc": "2022-10-19T04:30:00.000Z",
          "exitTs": 1666154580,
          "dir": 1,
          "entryPrice": 1648.137,
          "exitPrice": 1646.159,
          "stopDistance": 1.978,
          "outcome": "stop",
          "netR": -1.2123,
          "holdMinutes": 13
        },
        {
          "entryTs": 1666206000,
          "entryUtc": "2022-10-19T19:00:00.000Z",
          "exitTs": 1666228500,
          "dir": 1,
          "entryPrice": 1628.048,
          "exitPrice": 1625.007,
          "stopDistance": 3.041,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 375
        },
        {
          "entryTs": 1666321200,
          "entryUtc": "2022-10-21T03:00:00.000Z",
          "exitTs": 1666323360,
          "dir": 1,
          "entryPrice": 1625.437,
          "exitPrice": 1623.228,
          "stopDistance": 2.209,
          "outcome": "stop",
          "netR": -1.1901,
          "holdMinutes": 36
        },
        {
          "entryTs": 1666351800,
          "entryUtc": "2022-10-21T11:30:00.000Z",
          "exitTs": 1666354800,
          "dir": -1,
          "entryPrice": 1626.527,
          "exitPrice": 1619.56,
          "stopDistance": 3.483,
          "outcome": "target",
          "netR": 1.8938,
          "holdMinutes": 50
        },
        {
          "entryTs": 1666377900,
          "entryUtc": "2022-10-21T18:45:00.000Z",
          "exitTs": 1666562400,
          "dir": -1,
          "entryPrice": 1653.827,
          "exitPrice": 1659.305,
          "stopDistance": 5.477,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 3075
        },
        {
          "entryTs": 1666595700,
          "entryUtc": "2022-10-24T07:15:00.000Z",
          "exitTs": 1666596240,
          "dir": 1,
          "entryPrice": 1653.747,
          "exitPrice": 1650.078,
          "stopDistance": 3.669,
          "outcome": "stop",
          "netR": -1.1145,
          "holdMinutes": 9
        },
        {
          "entryTs": 1666612800,
          "entryUtc": "2022-10-24T12:00:00.000Z",
          "exitTs": 1666619700,
          "dir": -1,
          "entryPrice": 1649.887,
          "exitPrice": 1653.766,
          "stopDistance": 3.879,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 115
        },
        {
          "entryTs": 1666880100,
          "entryUtc": "2022-10-27T14:15:00.000Z",
          "exitTs": 1666941180,
          "dir": -1,
          "entryPrice": 1663.908,
          "exitPrice": 1653.256,
          "stopDistance": 5.326,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 1018
        },
        {
          "entryTs": 1667178900,
          "entryUtc": "2022-10-31T01:15:00.000Z",
          "exitTs": 1667203500,
          "dir": 1,
          "entryPrice": 1641.668,
          "exitPrice": 1639.478,
          "stopDistance": 2.19,
          "outcome": "stop",
          "netR": -1.1918,
          "holdMinutes": 410
        },
        {
          "entryTs": 1667263500,
          "entryUtc": "2022-11-01T00:45:00.000Z",
          "exitTs": 1667265600,
          "dir": -1,
          "entryPrice": 1633.255,
          "exitPrice": 1635.191,
          "stopDistance": 1.936,
          "outcome": "stop",
          "netR": -1.217,
          "holdMinutes": 35
        },
        {
          "entryTs": 1667565900,
          "entryUtc": "2022-11-04T12:45:00.000Z",
          "exitTs": 1667567640,
          "dir": 1,
          "entryPrice": 1656.008,
          "exitPrice": 1665.378,
          "stopDistance": 4.685,
          "outcome": "target",
          "netR": 1.921,
          "holdMinutes": 29
        },
        {
          "entryTs": 1667803500,
          "entryUtc": "2022-11-07T06:45:00.000Z",
          "exitTs": 1667805540,
          "dir": 1,
          "entryPrice": 1671.187,
          "exitPrice": 1668.237,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 34
        },
        {
          "entryTs": 1667810700,
          "entryUtc": "2022-11-07T08:45:00.000Z",
          "exitTs": 1667811780,
          "dir": -1,
          "entryPrice": 1673.418,
          "exitPrice": 1676.832,
          "stopDistance": 3.414,
          "outcome": "stop",
          "netR": -1.123,
          "holdMinutes": 18
        },
        {
          "entryTs": 1667853000,
          "entryUtc": "2022-11-07T20:30:00.000Z",
          "exitTs": 1667865780,
          "dir": 1,
          "entryPrice": 1675.217,
          "exitPrice": 1672.451,
          "stopDistance": 2.766,
          "outcome": "stop",
          "netR": -1.1518,
          "holdMinutes": 213
        },
        {
          "entryTs": 1667894400,
          "entryUtc": "2022-11-08T08:00:00.000Z",
          "exitTs": 1667897220,
          "dir": 1,
          "entryPrice": 1670.177,
          "exitPrice": 1667.599,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 47
        },
        {
          "entryTs": 1667950200,
          "entryUtc": "2022-11-08T23:30:00.000Z",
          "exitTs": 1667988360,
          "dir": -1,
          "entryPrice": 1712.757,
          "exitPrice": 1705.879,
          "stopDistance": 3.439,
          "outcome": "target",
          "netR": 1.8924,
          "holdMinutes": 636
        },
        {
          "entryTs": 1668072600,
          "entryUtc": "2022-11-10T09:30:00.000Z",
          "exitTs": 1668087000,
          "dir": 1,
          "entryPrice": 1706.617,
          "exitPrice": 1713.11,
          "stopDistance": 3.246,
          "outcome": "target",
          "netR": 1.886,
          "holdMinutes": 240
        },
        {
          "entryTs": 1668165300,
          "entryUtc": "2022-11-11T11:15:00.000Z",
          "exitTs": 1668195000,
          "dir": 1,
          "entryPrice": 1757.157,
          "exitPrice": 1767.198,
          "stopDistance": 5.021,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 495
        },
        {
          "entryTs": 1668456900,
          "entryUtc": "2022-11-14T20:15:00.000Z",
          "exitTs": 1668497040,
          "dir": -1,
          "entryPrice": 1772.148,
          "exitPrice": 1775.677,
          "stopDistance": 3.529,
          "outcome": "stop",
          "netR": -1.119,
          "holdMinutes": 669
        },
        {
          "entryTs": 1668518100,
          "entryUtc": "2022-11-15T13:15:00.000Z",
          "exitTs": 1668519000,
          "dir": -1,
          "entryPrice": 1777.217,
          "exitPrice": 1780.667,
          "stopDistance": 3.45,
          "outcome": "stop",
          "netR": -1.1217,
          "holdMinutes": 15
        },
        {
          "entryTs": 1668532500,
          "entryUtc": "2022-11-15T17:15:00.000Z",
          "exitTs": 1668537420,
          "dir": 1,
          "entryPrice": 1769.697,
          "exitPrice": 1780.194,
          "stopDistance": 5.248,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 82
        },
        {
          "entryTs": 1668648600,
          "entryUtc": "2022-11-17T01:30:00.000Z",
          "exitTs": 1668651660,
          "dir": -1,
          "entryPrice": 1772.378,
          "exitPrice": 1767.755,
          "stopDistance": 2.312,
          "outcome": "target",
          "netR": 1.8399,
          "holdMinutes": 51
        },
        {
          "entryTs": 1669311900,
          "entryUtc": "2022-11-24T17:45:00.000Z",
          "exitTs": 1669335420,
          "dir": 1,
          "entryPrice": 1755.017,
          "exitPrice": 1753.198,
          "stopDistance": 1.819,
          "outcome": "stop",
          "netR": -1.2309,
          "holdMinutes": 392
        },
        {
          "entryTs": 1669343400,
          "entryUtc": "2022-11-25T02:30:00.000Z",
          "exitTs": 1669348920,
          "dir": -1,
          "entryPrice": 1757.727,
          "exitPrice": 1759.69,
          "stopDistance": 1.963,
          "outcome": "stop",
          "netR": -1.2139,
          "holdMinutes": 92
        },
        {
          "entryTs": 1669677300,
          "entryUtc": "2022-11-28T23:15:00.000Z",
          "exitTs": 1669687920,
          "dir": 1,
          "entryPrice": 1741.287,
          "exitPrice": 1746.437,
          "stopDistance": 2.575,
          "outcome": "target",
          "netR": 1.8563,
          "holdMinutes": 177
        },
        {
          "entryTs": 1669979700,
          "entryUtc": "2022-12-02T11:15:00.000Z",
          "exitTs": 1669983420,
          "dir": 1,
          "entryPrice": 1799.737,
          "exitPrice": 1797.191,
          "stopDistance": 2.546,
          "outcome": "stop",
          "netR": -1.165,
          "holdMinutes": 62
        },
        {
          "entryTs": 1670326200,
          "entryUtc": "2022-12-06T11:30:00.000Z",
          "exitTs": 1670328360,
          "dir": -1,
          "entryPrice": 1776.088,
          "exitPrice": 1779.139,
          "stopDistance": 3.051,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 36
        },
        {
          "entryTs": 1670393700,
          "entryUtc": "2022-12-07T06:15:00.000Z",
          "exitTs": 1670403240,
          "dir": 1,
          "entryPrice": 1770.278,
          "exitPrice": 1775.422,
          "stopDistance": 2.572,
          "outcome": "target",
          "netR": 1.8561,
          "holdMinutes": 159
        },
        {
          "entryTs": 1670414400,
          "entryUtc": "2022-12-07T12:00:00.000Z",
          "exitTs": 1670419800,
          "dir": 1,
          "entryPrice": 1771.505,
          "exitPrice": 1777.223,
          "stopDistance": 2.859,
          "outcome": "target",
          "netR": 1.8706,
          "holdMinutes": 90
        },
        {
          "entryTs": 1670810400,
          "entryUtc": "2022-12-12T02:00:00.000Z",
          "exitTs": 1670811420,
          "dir": 1,
          "entryPrice": 1790.487,
          "exitPrice": 1787.839,
          "stopDistance": 2.648,
          "outcome": "stop",
          "netR": -1.1586,
          "holdMinutes": 17
        },
        {
          "entryTs": 1670967900,
          "entryUtc": "2022-12-13T21:45:00.000Z",
          "exitTs": 1671018480,
          "dir": 1,
          "entryPrice": 1810.185,
          "exitPrice": 1806.192,
          "stopDistance": 3.993,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 843
        },
        {
          "entryTs": 1671156900,
          "entryUtc": "2022-12-16T02:15:00.000Z",
          "exitTs": 1671157800,
          "dir": -1,
          "entryPrice": 1779.005,
          "exitPrice": 1781.36,
          "stopDistance": 2.355,
          "outcome": "stop",
          "netR": -1.1783,
          "holdMinutes": 15
        },
        {
          "entryTs": 1671579000,
          "entryUtc": "2022-12-20T23:30:00.000Z",
          "exitTs": 1671606240,
          "dir": -1,
          "entryPrice": 1817.808,
          "exitPrice": 1812.392,
          "stopDistance": 2.708,
          "outcome": "target",
          "netR": 1.8634,
          "holdMinutes": 454
        },
        {
          "entryTs": 1671681600,
          "entryUtc": "2022-12-22T04:00:00.000Z",
          "exitTs": 1671691560,
          "dir": -1,
          "entryPrice": 1819.325,
          "exitPrice": 1815.377,
          "stopDistance": 1.974,
          "outcome": "target",
          "netR": 1.8125,
          "holdMinutes": 166
        },
        {
          "entryTs": 1672208100,
          "entryUtc": "2022-12-28T06:15:00.000Z",
          "exitTs": 1672210860,
          "dir": 1,
          "entryPrice": 1810.697,
          "exitPrice": 1808.558,
          "stopDistance": 2.139,
          "outcome": "stop",
          "netR": -1.1963,
          "holdMinutes": 46
        },
        {
          "entryTs": 1672290900,
          "entryUtc": "2022-12-29T05:15:00.000Z",
          "exitTs": 1672299000,
          "dir": -1,
          "entryPrice": 1808.995,
          "exitPrice": 1805.168,
          "stopDistance": 1.914,
          "outcome": "target",
          "netR": 1.8066,
          "holdMinutes": 135
        },
        {
          "entryTs": 1672794900,
          "entryUtc": "2023-01-04T01:15:00.000Z",
          "exitTs": 1672796220,
          "dir": -1,
          "entryPrice": 1838.565,
          "exitPrice": 1841.237,
          "stopDistance": 2.672,
          "outcome": "stop",
          "netR": -1.1572,
          "holdMinutes": 22
        },
        {
          "entryTs": 1672881300,
          "entryUtc": "2023-01-05T01:15:00.000Z",
          "exitTs": 1672905300,
          "dir": -1,
          "entryPrice": 1855.935,
          "exitPrice": 1849.459,
          "stopDistance": 3.238,
          "outcome": "target",
          "netR": 1.8857,
          "holdMinutes": 400
        },
        {
          "entryTs": 1672960500,
          "entryUtc": "2023-01-05T23:15:00.000Z",
          "exitTs": 1672971180,
          "dir": 1,
          "entryPrice": 1831.965,
          "exitPrice": 1838.142,
          "stopDistance": 3.088,
          "outcome": "target",
          "netR": 1.8802,
          "holdMinutes": 178
        },
        {
          "entryTs": 1673336700,
          "entryUtc": "2023-01-10T07:45:00.000Z",
          "exitTs": 1673360160,
          "dir": 1,
          "entryPrice": 1872.615,
          "exitPrice": 1877.542,
          "stopDistance": 2.464,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 391
        },
        {
          "entryTs": 1673425800,
          "entryUtc": "2023-01-11T08:30:00.000Z",
          "exitTs": 1673426940,
          "dir": -1,
          "entryPrice": 1882.205,
          "exitPrice": 1885.141,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 19
        },
        {
          "entryTs": 1673824500,
          "entryUtc": "2023-01-15T23:15:00.000Z",
          "exitTs": 1673832240,
          "dir": -1,
          "entryPrice": 1918.627,
          "exitPrice": 1922.015,
          "stopDistance": 3.388,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 129
        },
        {
          "entryTs": 1674153000,
          "entryUtc": "2023-01-19T18:30:00.000Z",
          "exitTs": 1674156300,
          "dir": -1,
          "entryPrice": 1921.965,
          "exitPrice": 1926.212,
          "stopDistance": 4.247,
          "outcome": "stop",
          "netR": -1.0989,
          "holdMinutes": 55
        },
        {
          "entryTs": 1674222300,
          "entryUtc": "2023-01-20T13:45:00.000Z",
          "exitTs": 1674223140,
          "dir": 1,
          "entryPrice": 1927.565,
          "exitPrice": 1924.039,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 14
        },
        {
          "entryTs": 1674523800,
          "entryUtc": "2023-01-24T01:30:00.000Z",
          "exitTs": 1674524340,
          "dir": -1,
          "entryPrice": 1932.138,
          "exitPrice": 1934.396,
          "stopDistance": 2.258,
          "outcome": "stop",
          "netR": -1.186,
          "holdMinutes": 9
        },
        {
          "entryTs": 1674809100,
          "entryUtc": "2023-01-27T08:45:00.000Z",
          "exitTs": 1674814440,
          "dir": -1,
          "entryPrice": 1925.448,
          "exitPrice": 1928.275,
          "stopDistance": 2.827,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 89
        },
        {
          "entryTs": 1675050300,
          "entryUtc": "2023-01-30T03:45:00.000Z",
          "exitTs": 1675052820,
          "dir": 1,
          "entryPrice": 1925.145,
          "exitPrice": 1930.776,
          "stopDistance": 2.815,
          "outcome": "target",
          "netR": 1.8686,
          "holdMinutes": 42
        },
        {
          "entryTs": 1675172700,
          "entryUtc": "2023-01-31T13:45:00.000Z",
          "exitTs": 1675172880,
          "dir": -1,
          "entryPrice": 1913.105,
          "exitPrice": 1917.805,
          "stopDistance": 4.7,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 3
        },
        {
          "entryTs": 1675210500,
          "entryUtc": "2023-02-01T00:15:00.000Z",
          "exitTs": 1675218240,
          "dir": 1,
          "entryPrice": 1927.145,
          "exitPrice": 1924.904,
          "stopDistance": 2.241,
          "outcome": "stop",
          "netR": -1.1874,
          "holdMinutes": 129
        },
        {
          "entryTs": 1675235700,
          "entryUtc": "2023-02-01T07:15:00.000Z",
          "exitTs": 1675250880,
          "dir": -1,
          "entryPrice": 1927.095,
          "exitPrice": 1929.261,
          "stopDistance": 2.166,
          "outcome": "stop",
          "netR": -1.1939,
          "holdMinutes": 253
        },
        {
          "entryTs": 1675344600,
          "entryUtc": "2023-02-02T13:30:00.000Z",
          "exitTs": 1675345440,
          "dir": 1,
          "entryPrice": 1952.057,
          "exitPrice": 1948.673,
          "stopDistance": 3.384,
          "outcome": "stop",
          "netR": -1.1241,
          "holdMinutes": 14
        },
        {
          "entryTs": 1675410300,
          "entryUtc": "2023-02-03T07:45:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1912.185,
          "exitPrice": 1909.073,
          "stopDistance": 3.112,
          "outcome": "stop",
          "netR": -1.1349,
          "holdMinutes": 345
        },
        {
          "entryTs": 1675457100,
          "entryUtc": "2023-02-03T20:45:00.000Z",
          "exitTs": 1675638000,
          "dir": -1,
          "entryPrice": 1865.415,
          "exitPrice": 1860.948,
          "stopDistance": 4.981,
          "outcome": "time",
          "netR": 0.8225,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1675693800,
          "entryUtc": "2023-02-06T14:30:00.000Z",
          "exitTs": 1675698540,
          "dir": -1,
          "entryPrice": 1871.835,
          "exitPrice": 1864.032,
          "stopDistance": 3.901,
          "outcome": "target",
          "netR": 1.9052,
          "holdMinutes": 79
        },
        {
          "entryTs": 1675796400,
          "entryUtc": "2023-02-07T19:00:00.000Z",
          "exitTs": 1675842660,
          "dir": 1,
          "entryPrice": 1869.245,
          "exitPrice": 1882.61,
          "stopDistance": 6.682,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 771
        },
        {
          "entryTs": 1675902600,
          "entryUtc": "2023-02-09T00:30:00.000Z",
          "exitTs": 1675908660,
          "dir": 1,
          "entryPrice": 1874.138,
          "exitPrice": 1879.089,
          "stopDistance": 2.475,
          "outcome": "target",
          "netR": 1.8505,
          "holdMinutes": 101
        },
        {
          "entryTs": 1675922400,
          "entryUtc": "2023-02-09T06:00:00.000Z",
          "exitTs": 1675923300,
          "dir": -1,
          "entryPrice": 1879.025,
          "exitPrice": 1881.119,
          "stopDistance": 2.094,
          "outcome": "stop",
          "netR": -1.2005,
          "holdMinutes": 15
        },
        {
          "entryTs": 1676041200,
          "entryUtc": "2023-02-10T15:00:00.000Z",
          "exitTs": 1676047920,
          "dir": 1,
          "entryPrice": 1861.505,
          "exitPrice": 1856.672,
          "stopDistance": 4.833,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 112
        },
        {
          "entryTs": 1676373300,
          "entryUtc": "2023-02-14T11:15:00.000Z",
          "exitTs": 1676374440,
          "dir": 1,
          "entryPrice": 1857.875,
          "exitPrice": 1854.925,
          "stopDistance": 2.95,
          "outcome": "stop",
          "netR": -1.1424,
          "holdMinutes": 19
        },
        {
          "entryTs": 1676423700,
          "entryUtc": "2023-02-15T01:15:00.000Z",
          "exitTs": 1676425140,
          "dir": -1,
          "entryPrice": 1855.355,
          "exitPrice": 1858.457,
          "stopDistance": 3.102,
          "outcome": "stop",
          "netR": -1.1354,
          "holdMinutes": 24
        },
        {
          "entryTs": 1676429100,
          "entryUtc": "2023-02-15T02:45:00.000Z",
          "exitTs": 1676430060,
          "dir": 1,
          "entryPrice": 1853.725,
          "exitPrice": 1850.351,
          "stopDistance": 3.374,
          "outcome": "stop",
          "netR": -1.1245,
          "holdMinutes": 16
        },
        {
          "entryTs": 1676462400,
          "entryUtc": "2023-02-15T12:00:00.000Z",
          "exitTs": 1676475840,
          "dir": 1,
          "entryPrice": 1834.855,
          "exitPrice": 1831.008,
          "stopDistance": 3.847,
          "outcome": "stop",
          "netR": -1.1092,
          "holdMinutes": 224
        },
        {
          "entryTs": 1676600100,
          "entryUtc": "2023-02-17T02:15:00.000Z",
          "exitTs": 1676608560,
          "dir": 1,
          "entryPrice": 1829.275,
          "exitPrice": 1825.661,
          "stopDistance": 3.614,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 141
        },
        {
          "entryTs": 1676866500,
          "entryUtc": "2023-02-20T04:15:00.000Z",
          "exitTs": 1676877960,
          "dir": -1,
          "entryPrice": 1843.195,
          "exitPrice": 1845.548,
          "stopDistance": 2.353,
          "outcome": "stop",
          "netR": -1.1785,
          "holdMinutes": 191
        },
        {
          "entryTs": 1676907900,
          "entryUtc": "2023-02-20T15:45:00.000Z",
          "exitTs": 1676918940,
          "dir": 1,
          "entryPrice": 1842.915,
          "exitPrice": 1840.38,
          "stopDistance": 2.535,
          "outcome": "stop",
          "netR": -1.1657,
          "holdMinutes": 184
        },
        {
          "entryTs": 1676943900,
          "entryUtc": "2023-02-21T01:45:00.000Z",
          "exitTs": 1676948940,
          "dir": 1,
          "entryPrice": 1842.645,
          "exitPrice": 1840.544,
          "stopDistance": 2.101,
          "outcome": "stop",
          "netR": -1.1999,
          "holdMinutes": 84
        },
        {
          "entryTs": 1676963700,
          "entryUtc": "2023-02-21T07:15:00.000Z",
          "exitTs": 1676964120,
          "dir": 1,
          "entryPrice": 1838.304,
          "exitPrice": 1836.084,
          "stopDistance": 2.22,
          "outcome": "stop",
          "netR": -1.1892,
          "holdMinutes": 7
        },
        {
          "entryTs": 1677044700,
          "entryUtc": "2023-02-22T05:45:00.000Z",
          "exitTs": 1677052440,
          "dir": 1,
          "entryPrice": 1835.705,
          "exitPrice": 1839.537,
          "stopDistance": 1.916,
          "outcome": "target",
          "netR": 1.8069,
          "holdMinutes": 129
        },
        {
          "entryTs": 1677061800,
          "entryUtc": "2023-02-22T10:30:00.000Z",
          "exitTs": 1677065040,
          "dir": 1,
          "entryPrice": 1833.004,
          "exitPrice": 1838.596,
          "stopDistance": 2.796,
          "outcome": "target",
          "netR": 1.8677,
          "holdMinutes": 54
        },
        {
          "entryTs": 1677111300,
          "entryUtc": "2023-02-23T00:15:00.000Z",
          "exitTs": 1677133860,
          "dir": 1,
          "entryPrice": 1825.555,
          "exitPrice": 1831.444,
          "stopDistance": 2.944,
          "outcome": "target",
          "netR": 1.8743,
          "holdMinutes": 376
        },
        {
          "entryTs": 1677223800,
          "entryUtc": "2023-02-24T07:30:00.000Z",
          "exitTs": 1677228060,
          "dir": -1,
          "entryPrice": 1823.125,
          "exitPrice": 1825.456,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1802,
          "holdMinutes": 71
        },
        {
          "entryTs": 1677264300,
          "entryUtc": "2023-02-24T18:45:00.000Z",
          "exitTs": 1677452400,
          "dir": 1,
          "entryPrice": 1809.305,
          "exitPrice": 1812.648,
          "stopDistance": 3.671,
          "outcome": "time",
          "netR": 0.8099,
          "holdMinutes": 3135
        },
        {
          "entryTs": 1677468600,
          "entryUtc": "2023-02-27T03:30:00.000Z",
          "exitTs": 1677469200,
          "dir": 1,
          "entryPrice": 1810.335,
          "exitPrice": 1808.186,
          "stopDistance": 2.149,
          "outcome": "stop",
          "netR": -1.1954,
          "holdMinutes": 10
        },
        {
          "entryTs": 1677591900,
          "entryUtc": "2023-02-28T13:45:00.000Z",
          "exitTs": 1677592620,
          "dir": 1,
          "entryPrice": 1808.758,
          "exitPrice": 1814.102,
          "stopDistance": 2.672,
          "outcome": "target",
          "netR": 1.8615,
          "holdMinutes": 12
        },
        {
          "entryTs": 1677821400,
          "entryUtc": "2023-03-03T05:30:00.000Z",
          "exitTs": 1677824940,
          "dir": 1,
          "entryPrice": 1838.365,
          "exitPrice": 1842.091,
          "stopDistance": 1.863,
          "outcome": "target",
          "netR": 1.8014,
          "holdMinutes": 59
        },
        {
          "entryTs": 1677867300,
          "entryUtc": "2023-03-03T18:15:00.000Z",
          "exitTs": 1677871800,
          "dir": -1,
          "entryPrice": 1848.055,
          "exitPrice": 1851.216,
          "stopDistance": 3.161,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 75
        },
        {
          "entryTs": 1678113000,
          "entryUtc": "2023-03-06T14:30:00.000Z",
          "exitTs": 1678128300,
          "dir": -1,
          "entryPrice": 1852.918,
          "exitPrice": 1847.736,
          "stopDistance": 2.591,
          "outcome": "target",
          "netR": 1.8572,
          "holdMinutes": 255
        },
        {
          "entryTs": 1678153500,
          "entryUtc": "2023-03-07T01:45:00.000Z",
          "exitTs": 1678154760,
          "dir": -1,
          "entryPrice": 1846.795,
          "exitPrice": 1848.776,
          "stopDistance": 1.981,
          "outcome": "stop",
          "netR": -1.212,
          "holdMinutes": 21
        },
        {
          "entryTs": 1678234500,
          "entryUtc": "2023-03-08T00:15:00.000Z",
          "exitTs": 1678245060,
          "dir": 1,
          "entryPrice": 1812.765,
          "exitPrice": 1810.318,
          "stopDistance": 2.447,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 176
        },
        {
          "entryTs": 1678323600,
          "entryUtc": "2023-03-09T01:00:00.000Z",
          "exitTs": 1678351140,
          "dir": -1,
          "entryPrice": 1815.735,
          "exitPrice": 1817.742,
          "stopDistance": 2.007,
          "outcome": "stop",
          "netR": -1.2093,
          "holdMinutes": 459
        },
        {
          "entryTs": 1678422600,
          "entryUtc": "2023-03-10T04:30:00.000Z",
          "exitTs": 1678432860,
          "dir": 1,
          "entryPrice": 1828.955,
          "exitPrice": 1833.831,
          "stopDistance": 2.438,
          "outcome": "target",
          "netR": 1.8482,
          "holdMinutes": 171
        },
        {
          "entryTs": 1678453200,
          "entryUtc": "2023-03-10T13:00:00.000Z",
          "exitTs": 1678455000,
          "dir": -1,
          "entryPrice": 1836.545,
          "exitPrice": 1839.433,
          "stopDistance": 2.887,
          "outcome": "stop",
          "netR": -1.1455,
          "holdMinutes": 30
        },
        {
          "entryTs": 1678733100,
          "entryUtc": "2023-03-13T18:45:00.000Z",
          "exitTs": 1678797000,
          "dir": -1,
          "entryPrice": 1911.398,
          "exitPrice": 1899.304,
          "stopDistance": 6.047,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 1065
        },
        {
          "entryTs": 1678797900,
          "entryUtc": "2023-03-14T12:45:00.000Z",
          "exitTs": 1678799340,
          "dir": 1,
          "entryPrice": 1909.725,
          "exitPrice": 1904.836,
          "stopDistance": 4.889,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 24
        },
        {
          "entryTs": 1678875300,
          "entryUtc": "2023-03-15T10:15:00.000Z",
          "exitTs": 1678879620,
          "dir": -1,
          "entryPrice": 1905.198,
          "exitPrice": 1910.636,
          "stopDistance": 5.438,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 72
        },
        {
          "entryTs": 1678905000,
          "entryUtc": "2023-03-15T18:30:00.000Z",
          "exitTs": 1678905060,
          "dir": 1,
          "entryPrice": 1920.134,
          "exitPrice": 1911.978,
          "stopDistance": 8.156,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 1
        },
        {
          "entryTs": 1678922100,
          "entryUtc": "2023-03-15T23:15:00.000Z",
          "exitTs": 1678928760,
          "dir": -1,
          "entryPrice": 1921.015,
          "exitPrice": 1910.113,
          "stopDistance": 5.451,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 111
        },
        {
          "entryTs": 1678961700,
          "entryUtc": "2023-03-16T10:15:00.000Z",
          "exitTs": 1678967940,
          "dir": -1,
          "entryPrice": 1922.355,
          "exitPrice": 1926.87,
          "stopDistance": 4.515,
          "outcome": "stop",
          "netR": -1.093,
          "holdMinutes": 104
        },
        {
          "entryTs": 1678993200,
          "entryUtc": "2023-03-16T19:00:00.000Z",
          "exitTs": 1679020260,
          "dir": -1,
          "entryPrice": 1918.265,
          "exitPrice": 1924.384,
          "stopDistance": 6.119,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 451
        },
        {
          "entryTs": 1679355900,
          "entryUtc": "2023-03-20T23:45:00.000Z",
          "exitTs": 1679369640,
          "dir": 1,
          "entryPrice": 1977.455,
          "exitPrice": 1984.632,
          "stopDistance": 3.588,
          "outcome": "target",
          "netR": 1.8969,
          "holdMinutes": 229
        },
        {
          "entryTs": 1679494500,
          "entryUtc": "2023-03-22T14:15:00.000Z",
          "exitTs": 1679496540,
          "dir": -1,
          "entryPrice": 1945.335,
          "exitPrice": 1949.826,
          "stopDistance": 4.491,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 34
        },
        {
          "entryTs": 1679627700,
          "entryUtc": "2023-03-24T03:15:00.000Z",
          "exitTs": 1679639040,
          "dir": 1,
          "entryPrice": 1990.715,
          "exitPrice": 1987.009,
          "stopDistance": 3.706,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 189
        },
        {
          "entryTs": 1679689800,
          "entryUtc": "2023-03-24T20:30:00.000Z",
          "exitTs": 1679868000,
          "dir": 1,
          "entryPrice": 1975.245,
          "exitPrice": 1978.584,
          "stopDistance": 4.952,
          "outcome": "time",
          "netR": 0.5995,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1679961600,
          "entryUtc": "2023-03-28T00:00:00.000Z",
          "exitTs": 1679964840,
          "dir": -1,
          "entryPrice": 1958.005,
          "exitPrice": 1960.493,
          "stopDistance": 2.488,
          "outcome": "stop",
          "netR": -1.1688,
          "holdMinutes": 54
        },
        {
          "entryTs": 1679976000,
          "entryUtc": "2023-03-28T04:00:00.000Z",
          "exitTs": 1679979600,
          "dir": 1,
          "entryPrice": 1959.545,
          "exitPrice": 1956.929,
          "stopDistance": 2.616,
          "outcome": "stop",
          "netR": -1.1605,
          "holdMinutes": 60
        },
        {
          "entryTs": 1680568200,
          "entryUtc": "2023-04-04T00:30:00.000Z",
          "exitTs": 1680569640,
          "dir": 1,
          "entryPrice": 1984.505,
          "exitPrice": 1982.09,
          "stopDistance": 2.415,
          "outcome": "stop",
          "netR": -1.1739,
          "holdMinutes": 24
        },
        {
          "entryTs": 1680590700,
          "entryUtc": "2023-04-04T06:45:00.000Z",
          "exitTs": 1680593760,
          "dir": 1,
          "entryPrice": 1981.585,
          "exitPrice": 1978.848,
          "stopDistance": 2.737,
          "outcome": "stop",
          "netR": -1.1534,
          "holdMinutes": 51
        },
        {
          "entryTs": 1680686100,
          "entryUtc": "2023-04-05T09:15:00.000Z",
          "exitTs": 1680697200,
          "dir": 1,
          "entryPrice": 2022.665,
          "exitPrice": 2029.014,
          "stopDistance": 3.175,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 185
        },
        {
          "entryTs": 1680786000,
          "entryUtc": "2023-04-06T13:00:00.000Z",
          "exitTs": 1680786480,
          "dir": 1,
          "entryPrice": 2012.774,
          "exitPrice": 2009.066,
          "stopDistance": 3.708,
          "outcome": "stop",
          "netR": -1.1133,
          "holdMinutes": 8
        },
        {
          "entryTs": 1681242300,
          "entryUtc": "2023-04-11T19:45:00.000Z",
          "exitTs": 1681262400,
          "dir": -1,
          "entryPrice": 2004.435,
          "exitPrice": 2007.404,
          "stopDistance": 2.969,
          "outcome": "stop",
          "netR": -1.1415,
          "holdMinutes": 335
        },
        {
          "entryTs": 1681696800,
          "entryUtc": "2023-04-17T02:00:00.000Z",
          "exitTs": 1681709580,
          "dir": -1,
          "entryPrice": 2003.105,
          "exitPrice": 2007.1,
          "stopDistance": 3.995,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 213
        },
        {
          "entryTs": 1681821000,
          "entryUtc": "2023-04-18T12:30:00.000Z",
          "exitTs": 1681823340,
          "dir": -1,
          "entryPrice": 2004.354,
          "exitPrice": 1998.694,
          "stopDistance": 2.83,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 39
        },
        {
          "entryTs": 1681862400,
          "entryUtc": "2023-04-19T00:00:00.000Z",
          "exitTs": 1681866000,
          "dir": -1,
          "entryPrice": 2005.605,
          "exitPrice": 2007.588,
          "stopDistance": 1.983,
          "outcome": "stop",
          "netR": -1.2118,
          "holdMinutes": 60
        },
        {
          "entryTs": 1681867800,
          "entryUtc": "2023-04-19T01:30:00.000Z",
          "exitTs": 1681869840,
          "dir": 1,
          "entryPrice": 2004.244,
          "exitPrice": 2001.911,
          "stopDistance": 2.333,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 34
        },
        {
          "entryTs": 1681955100,
          "entryUtc": "2023-04-20T01:45:00.000Z",
          "exitTs": 1681971300,
          "dir": -1,
          "entryPrice": 1995.115,
          "exitPrice": 1997.931,
          "stopDistance": 2.816,
          "outcome": "stop",
          "netR": -1.1492,
          "holdMinutes": 270
        },
        {
          "entryTs": 1682034300,
          "entryUtc": "2023-04-20T23:45:00.000Z",
          "exitTs": 1682053860,
          "dir": 1,
          "entryPrice": 2002.705,
          "exitPrice": 1999.878,
          "stopDistance": 2.827,
          "outcome": "stop",
          "netR": -1.1486,
          "holdMinutes": 326
        },
        {
          "entryTs": 1682576100,
          "entryUtc": "2023-04-27T06:15:00.000Z",
          "exitTs": 1682598600,
          "dir": 1,
          "entryPrice": 1998.674,
          "exitPrice": 1995.395,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 375
        },
        {
          "entryTs": 1683004500,
          "entryUtc": "2023-05-02T05:15:00.000Z",
          "exitTs": 1683014460,
          "dir": 1,
          "entryPrice": 1982.065,
          "exitPrice": 1980.151,
          "stopDistance": 1.914,
          "outcome": "stop",
          "netR": -1.2194,
          "holdMinutes": 166
        },
        {
          "entryTs": 1683021600,
          "entryUtc": "2023-05-02T10:00:00.000Z",
          "exitTs": 1683023460,
          "dir": -1,
          "entryPrice": 1984.045,
          "exitPrice": 1987.099,
          "stopDistance": 3.054,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 31
        },
        {
          "entryTs": 1683250200,
          "entryUtc": "2023-05-05T01:30:00.000Z",
          "exitTs": 1683267600,
          "dir": -1,
          "entryPrice": 2050.555,
          "exitPrice": 2045.188,
          "stopDistance": 2.683,
          "outcome": "target",
          "netR": 1.8621,
          "holdMinutes": 290
        },
        {
          "entryTs": 1683536400,
          "entryUtc": "2023-05-08T09:00:00.000Z",
          "exitTs": 1683540840,
          "dir": -1,
          "entryPrice": 2022.474,
          "exitPrice": 2024.964,
          "stopDistance": 2.49,
          "outcome": "stop",
          "netR": -1.1687,
          "holdMinutes": 74
        },
        {
          "entryTs": 1683540900,
          "entryUtc": "2023-05-08T10:15:00.000Z",
          "exitTs": 1683553020,
          "dir": -1,
          "entryPrice": 2024.544,
          "exitPrice": 2019.587,
          "stopDistance": 2.478,
          "outcome": "target",
          "netR": 1.8507,
          "holdMinutes": 202
        },
        {
          "entryTs": 1683553500,
          "entryUtc": "2023-05-08T13:45:00.000Z",
          "exitTs": 1683559740,
          "dir": 1,
          "entryPrice": 2020.894,
          "exitPrice": 2027.627,
          "stopDistance": 3.366,
          "outcome": "target",
          "netR": 1.8901,
          "holdMinutes": 104
        },
        {
          "entryTs": 1683835200,
          "entryUtc": "2023-05-11T20:00:00.000Z",
          "exitTs": 1683858720,
          "dir": 1,
          "entryPrice": 2014.115,
          "exitPrice": 2010.45,
          "stopDistance": 3.665,
          "outcome": "stop",
          "netR": -1.1146,
          "holdMinutes": 392
        },
        {
          "entryTs": 1683876600,
          "entryUtc": "2023-05-12T07:30:00.000Z",
          "exitTs": 1683881760,
          "dir": -1,
          "entryPrice": 2011.915,
          "exitPrice": 2005.913,
          "stopDistance": 3.001,
          "outcome": "target",
          "netR": 1.8767,
          "holdMinutes": 86
        },
        {
          "entryTs": 1684113300,
          "entryUtc": "2023-05-15T01:15:00.000Z",
          "exitTs": 1684114680,
          "dir": -1,
          "entryPrice": 2015.294,
          "exitPrice": 2017.872,
          "stopDistance": 2.578,
          "outcome": "stop",
          "netR": -1.1629,
          "holdMinutes": 23
        },
        {
          "entryTs": 1684292400,
          "entryUtc": "2023-05-17T03:00:00.000Z",
          "exitTs": 1684301460,
          "dir": -1,
          "entryPrice": 1992.754,
          "exitPrice": 1987.969,
          "stopDistance": 2.392,
          "outcome": "target",
          "netR": 1.8453,
          "holdMinutes": 151
        },
        {
          "entryTs": 1684460700,
          "entryUtc": "2023-05-19T01:45:00.000Z",
          "exitTs": 1684464720,
          "dir": 1,
          "entryPrice": 1955.735,
          "exitPrice": 1960.955,
          "stopDistance": 2.61,
          "outcome": "target",
          "netR": 1.8582,
          "holdMinutes": 67
        },
        {
          "entryTs": 1684718100,
          "entryUtc": "2023-05-22T01:15:00.000Z",
          "exitTs": 1684732140,
          "dir": -1,
          "entryPrice": 1980.485,
          "exitPrice": 1974.821,
          "stopDistance": 2.832,
          "outcome": "target",
          "netR": 1.8693,
          "holdMinutes": 234
        },
        {
          "entryTs": 1684776600,
          "entryUtc": "2023-05-22T17:30:00.000Z",
          "exitTs": 1684803780,
          "dir": -1,
          "entryPrice": 1974.714,
          "exitPrice": 1966.282,
          "stopDistance": 4.216,
          "outcome": "target",
          "netR": 1.9122,
          "holdMinutes": 453
        },
        {
          "entryTs": 1684817100,
          "entryUtc": "2023-05-23T04:45:00.000Z",
          "exitTs": 1684825980,
          "dir": -1,
          "entryPrice": 1963.755,
          "exitPrice": 1958.58,
          "stopDistance": 2.587,
          "outcome": "target",
          "netR": 1.857,
          "holdMinutes": 148
        },
        {
          "entryTs": 1684890900,
          "entryUtc": "2023-05-24T01:15:00.000Z",
          "exitTs": 1684906620,
          "dir": 1,
          "entryPrice": 1974.638,
          "exitPrice": 1979.174,
          "stopDistance": 2.268,
          "outcome": "target",
          "netR": 1.8369,
          "holdMinutes": 262
        },
        {
          "entryTs": 1684910700,
          "entryUtc": "2023-05-24T06:45:00.000Z",
          "exitTs": 1684927800,
          "dir": 1,
          "entryPrice": 1972.915,
          "exitPrice": 1978.857,
          "stopDistance": 2.971,
          "outcome": "target",
          "netR": 1.8755,
          "holdMinutes": 285
        },
        {
          "entryTs": 1684998000,
          "entryUtc": "2023-05-25T07:00:00.000Z",
          "exitTs": 1685002020,
          "dir": -1,
          "entryPrice": 1958.905,
          "exitPrice": 1961.448,
          "stopDistance": 2.543,
          "outcome": "stop",
          "netR": -1.1652,
          "holdMinutes": 67
        },
        {
          "entryTs": 1685029500,
          "entryUtc": "2023-05-25T15:45:00.000Z",
          "exitTs": 1685043360,
          "dir": 1,
          "entryPrice": 1945.125,
          "exitPrice": 1939.51,
          "stopDistance": 5.615,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 231
        },
        {
          "entryTs": 1685079000,
          "entryUtc": "2023-05-26T05:30:00.000Z",
          "exitTs": 1685079660,
          "dir": -1,
          "entryPrice": 1948.545,
          "exitPrice": 1950.913,
          "stopDistance": 2.368,
          "outcome": "stop",
          "netR": -1.1774,
          "holdMinutes": 11
        },
        {
          "entryTs": 1685312100,
          "entryUtc": "2023-05-28T22:15:00.000Z",
          "exitTs": 1685320740,
          "dir": 1,
          "entryPrice": 1944.495,
          "exitPrice": 1941.501,
          "stopDistance": 2.994,
          "outcome": "stop",
          "netR": -1.1403,
          "holdMinutes": 144
        },
        {
          "entryTs": 1685493000,
          "entryUtc": "2023-05-31T00:30:00.000Z",
          "exitTs": 1685497500,
          "dir": 1,
          "entryPrice": 1957.828,
          "exitPrice": 1956.06,
          "stopDistance": 1.768,
          "outcome": "stop",
          "netR": -1.2376,
          "holdMinutes": 75
        },
        {
          "entryTs": 1685533500,
          "entryUtc": "2023-05-31T11:45:00.000Z",
          "exitTs": 1685535300,
          "dir": -1,
          "entryPrice": 1959.408,
          "exitPrice": 1962.506,
          "stopDistance": 3.098,
          "outcome": "stop",
          "netR": -1.1356,
          "holdMinutes": 30
        },
        {
          "entryTs": 1685564100,
          "entryUtc": "2023-05-31T20:15:00.000Z",
          "exitTs": 1685603160,
          "dir": 1,
          "entryPrice": 1963.145,
          "exitPrice": 1959.697,
          "stopDistance": 3.448,
          "outcome": "stop",
          "netR": -1.1218,
          "holdMinutes": 651
        },
        {
          "entryTs": 1685618100,
          "entryUtc": "2023-06-01T11:15:00.000Z",
          "exitTs": 1685621820,
          "dir": -1,
          "entryPrice": 1966.785,
          "exitPrice": 1961.042,
          "stopDistance": 2.872,
          "outcome": "target",
          "netR": 1.8712,
          "holdMinutes": 62
        },
        {
          "entryTs": 1685671200,
          "entryUtc": "2023-06-02T02:00:00.000Z",
          "exitTs": 1685671860,
          "dir": -1,
          "entryPrice": 1977.285,
          "exitPrice": 1979.414,
          "stopDistance": 2.129,
          "outcome": "stop",
          "netR": -1.1973,
          "holdMinutes": 11
        },
        {
          "entryTs": 1685932200,
          "entryUtc": "2023-06-05T02:30:00.000Z",
          "exitTs": 1685942160,
          "dir": 1,
          "entryPrice": 1945.765,
          "exitPrice": 1943.257,
          "stopDistance": 2.508,
          "outcome": "stop",
          "netR": -1.1675,
          "holdMinutes": 166
        },
        {
          "entryTs": 1686054600,
          "entryUtc": "2023-06-06T12:30:00.000Z",
          "exitTs": 1686059160,
          "dir": -1,
          "entryPrice": 1963.305,
          "exitPrice": 1957.66,
          "stopDistance": 2.823,
          "outcome": "target",
          "netR": 1.8689,
          "holdMinutes": 76
        },
        {
          "entryTs": 1686100500,
          "entryUtc": "2023-06-07T01:15:00.000Z",
          "exitTs": 1686118560,
          "dir": -1,
          "entryPrice": 1965.795,
          "exitPrice": 1962.404,
          "stopDistance": 1.696,
          "outcome": "target",
          "netR": 1.7818,
          "holdMinutes": 301
        },
        {
          "entryTs": 1686708000,
          "entryUtc": "2023-06-14T02:00:00.000Z",
          "exitTs": 1686715140,
          "dir": -1,
          "entryPrice": 1946.835,
          "exitPrice": 1949.166,
          "stopDistance": 2.331,
          "outcome": "stop",
          "netR": -1.1801,
          "holdMinutes": 119
        },
        {
          "entryTs": 1686821400,
          "entryUtc": "2023-06-15T09:30:00.000Z",
          "exitTs": 1686831120,
          "dir": -1,
          "entryPrice": 1934.384,
          "exitPrice": 1926.98,
          "stopDistance": 3.702,
          "outcome": "target",
          "netR": 1.9001,
          "holdMinutes": 162
        },
        {
          "entryTs": 1686852000,
          "entryUtc": "2023-06-15T18:00:00.000Z",
          "exitTs": 1686897120,
          "dir": -1,
          "entryPrice": 1958.645,
          "exitPrice": 1962.795,
          "stopDistance": 4.15,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 752
        },
        {
          "entryTs": 1687134600,
          "entryUtc": "2023-06-19T00:30:00.000Z",
          "exitTs": 1687146000,
          "dir": -1,
          "entryPrice": 1957.935,
          "exitPrice": 1953.854,
          "stopDistance": 2.041,
          "outcome": "target",
          "netR": 1.8187,
          "holdMinutes": 190
        },
        {
          "entryTs": 1687213800,
          "entryUtc": "2023-06-19T22:30:00.000Z",
          "exitTs": 1687225380,
          "dir": -1,
          "entryPrice": 1951.694,
          "exitPrice": 1947.694,
          "stopDistance": 2,
          "outcome": "target",
          "netR": 1.815,
          "holdMinutes": 193
        },
        {
          "entryTs": 1687291200,
          "entryUtc": "2023-06-20T20:00:00.000Z",
          "exitTs": 1687314840,
          "dir": -1,
          "entryPrice": 1935.955,
          "exitPrice": 1939.009,
          "stopDistance": 3.054,
          "outcome": "stop",
          "netR": -1.1375,
          "holdMinutes": 394
        },
        {
          "entryTs": 1687315500,
          "entryUtc": "2023-06-21T02:45:00.000Z",
          "exitTs": 1687327380,
          "dir": -1,
          "entryPrice": 1937.415,
          "exitPrice": 1932.897,
          "stopDistance": 2.259,
          "outcome": "target",
          "netR": 1.8362,
          "holdMinutes": 198
        },
        {
          "entryTs": 1687370400,
          "entryUtc": "2023-06-21T18:00:00.000Z",
          "exitTs": 1687423200,
          "dir": -1,
          "entryPrice": 1934.065,
          "exitPrice": 1925.906,
          "stopDistance": 4.08,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 880
        },
        {
          "entryTs": 1687437900,
          "entryUtc": "2023-06-22T12:45:00.000Z",
          "exitTs": 1687443360,
          "dir": -1,
          "entryPrice": 1925.855,
          "exitPrice": 1918.803,
          "stopDistance": 3.526,
          "outcome": "target",
          "netR": 1.8951,
          "holdMinutes": 91
        },
        {
          "entryTs": 1687730400,
          "entryUtc": "2023-06-25T22:00:00.000Z",
          "exitTs": 1687741260,
          "dir": -1,
          "entryPrice": 1924.948,
          "exitPrice": 1927.359,
          "stopDistance": 2.411,
          "outcome": "stop",
          "netR": -1.1742,
          "holdMinutes": 181
        },
        {
          "entryTs": 1687756500,
          "entryUtc": "2023-06-26T05:15:00.000Z",
          "exitTs": 1687761060,
          "dir": 1,
          "entryPrice": 1924.935,
          "exitPrice": 1922.847,
          "stopDistance": 2.088,
          "outcome": "stop",
          "netR": -1.2011,
          "holdMinutes": 76
        },
        {
          "entryTs": 1687850100,
          "entryUtc": "2023-06-27T07:15:00.000Z",
          "exitTs": 1687860540,
          "dir": -1,
          "entryPrice": 1928.305,
          "exitPrice": 1923.626,
          "stopDistance": 2.339,
          "outcome": "target",
          "netR": 1.8418,
          "holdMinutes": 174
        },
        {
          "entryTs": 1687869900,
          "entryUtc": "2023-06-27T12:45:00.000Z",
          "exitTs": 1687872960,
          "dir": -1,
          "entryPrice": 1927.475,
          "exitPrice": 1930.512,
          "stopDistance": 3.037,
          "outcome": "stop",
          "netR": -1.1383,
          "holdMinutes": 51
        },
        {
          "entryTs": 1687910400,
          "entryUtc": "2023-06-28T00:00:00.000Z",
          "exitTs": 1687934520,
          "dir": -1,
          "entryPrice": 1915.395,
          "exitPrice": 1911.814,
          "stopDistance": 1.79,
          "outcome": "target",
          "netR": 1.7933,
          "holdMinutes": 402
        },
        {
          "entryTs": 1688084100,
          "entryUtc": "2023-06-30T00:15:00.000Z",
          "exitTs": 1688103240,
          "dir": -1,
          "entryPrice": 1907.698,
          "exitPrice": 1909.621,
          "stopDistance": 1.923,
          "outcome": "stop",
          "netR": -1.2184,
          "holdMinutes": 319
        },
        {
          "entryTs": 1688128200,
          "entryUtc": "2023-06-30T12:30:00.000Z",
          "exitTs": 1688128200,
          "dir": -1,
          "entryPrice": 1906.494,
          "exitPrice": 1908.925,
          "stopDistance": 2.431,
          "outcome": "stop",
          "netR": -1.1728,
          "holdMinutes": 0
        },
        {
          "entryTs": 1688342400,
          "entryUtc": "2023-07-03T00:00:00.000Z",
          "exitTs": 1688346780,
          "dir": 1,
          "entryPrice": 1918.125,
          "exitPrice": 1916.151,
          "stopDistance": 1.974,
          "outcome": "stop",
          "netR": -1.2128,
          "holdMinutes": 73
        },
        {
          "entryTs": 1688356800,
          "entryUtc": "2023-07-03T04:00:00.000Z",
          "exitTs": 1688360760,
          "dir": -1,
          "entryPrice": 1918.194,
          "exitPrice": 1920.285,
          "stopDistance": 2.091,
          "outcome": "stop",
          "netR": -1.2009,
          "holdMinutes": 66
        },
        {
          "entryTs": 1688431500,
          "entryUtc": "2023-07-04T00:45:00.000Z",
          "exitTs": 1688433720,
          "dir": -1,
          "entryPrice": 1921.685,
          "exitPrice": 1922.975,
          "stopDistance": 1.29,
          "outcome": "stop",
          "netR": -1.3256,
          "holdMinutes": 37
        },
        {
          "entryTs": 1688487300,
          "entryUtc": "2023-07-04T16:15:00.000Z",
          "exitTs": 1688489340,
          "dir": 1,
          "entryPrice": 1925.815,
          "exitPrice": 1924.076,
          "stopDistance": 1.739,
          "outcome": "stop",
          "netR": -1.2415,
          "holdMinutes": 34
        },
        {
          "entryTs": 1688682600,
          "entryUtc": "2023-07-06T22:30:00.000Z",
          "exitTs": 1688710200,
          "dir": 1,
          "entryPrice": 1909.835,
          "exitPrice": 1914.55,
          "stopDistance": 2.358,
          "outcome": "target",
          "netR": 1.8431,
          "holdMinutes": 460
        },
        {
          "entryTs": 1689027300,
          "entryUtc": "2023-07-10T22:15:00.000Z",
          "exitTs": 1689051540,
          "dir": 1,
          "entryPrice": 1925.355,
          "exitPrice": 1929.187,
          "stopDistance": 1.916,
          "outcome": "target",
          "netR": 1.8069,
          "holdMinutes": 404
        },
        {
          "entryTs": 1689077700,
          "entryUtc": "2023-07-11T12:15:00.000Z",
          "exitTs": 1689078420,
          "dir": 1,
          "entryPrice": 1935.485,
          "exitPrice": 1932.816,
          "stopDistance": 2.669,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 12
        },
        {
          "entryTs": 1689092100,
          "entryUtc": "2023-07-11T16:15:00.000Z",
          "exitTs": 1689123840,
          "dir": 1,
          "entryPrice": 1930.295,
          "exitPrice": 1937.015,
          "stopDistance": 3.36,
          "outcome": "target",
          "netR": 1.8899,
          "holdMinutes": 529
        },
        {
          "entryTs": 1689161400,
          "entryUtc": "2023-07-12T11:30:00.000Z",
          "exitTs": 1689165000,
          "dir": 1,
          "entryPrice": 1934.075,
          "exitPrice": 1937.72,
          "stopDistance": 1.823,
          "outcome": "target",
          "netR": 1.797,
          "holdMinutes": 60
        },
        {
          "entryTs": 1689243300,
          "entryUtc": "2023-07-13T10:15:00.000Z",
          "exitTs": 1689251400,
          "dir": 1,
          "entryPrice": 1959.745,
          "exitPrice": 1957.475,
          "stopDistance": 2.27,
          "outcome": "stop",
          "netR": -1.185,
          "holdMinutes": 135
        },
        {
          "entryTs": 1689287400,
          "entryUtc": "2023-07-13T22:30:00.000Z",
          "exitTs": 1689299100,
          "dir": -1,
          "entryPrice": 1960.245,
          "exitPrice": 1962.203,
          "stopDistance": 1.958,
          "outcome": "stop",
          "netR": -1.2145,
          "holdMinutes": 195
        },
        {
          "entryTs": 1689340500,
          "entryUtc": "2023-07-14T13:15:00.000Z",
          "exitTs": 1689343260,
          "dir": 1,
          "entryPrice": 1956.395,
          "exitPrice": 1953.312,
          "stopDistance": 3.083,
          "outcome": "stop",
          "netR": -1.1362,
          "holdMinutes": 46
        },
        {
          "entryTs": 1689564600,
          "entryUtc": "2023-07-17T03:30:00.000Z",
          "exitTs": 1689572040,
          "dir": 1,
          "entryPrice": 1951.725,
          "exitPrice": 1956.234,
          "stopDistance": 2.254,
          "outcome": "target",
          "netR": 1.8359,
          "holdMinutes": 124
        },
        {
          "entryTs": 1689572700,
          "entryUtc": "2023-07-17T05:45:00.000Z",
          "exitTs": 1689578280,
          "dir": -1,
          "entryPrice": 1955.255,
          "exitPrice": 1951.246,
          "stopDistance": 2.004,
          "outcome": "target",
          "netR": 1.8154,
          "holdMinutes": 93
        },
        {
          "entryTs": 1689620400,
          "entryUtc": "2023-07-17T19:00:00.000Z",
          "exitTs": 1689643680,
          "dir": -1,
          "entryPrice": 1955.545,
          "exitPrice": 1958.065,
          "stopDistance": 2.52,
          "outcome": "stop",
          "netR": -1.1667,
          "holdMinutes": 388
        },
        {
          "entryTs": 1689804900,
          "entryUtc": "2023-07-19T22:15:00.000Z",
          "exitTs": 1689814980,
          "dir": -1,
          "entryPrice": 1977.545,
          "exitPrice": 1979.882,
          "stopDistance": 2.337,
          "outcome": "stop",
          "netR": -1.1797,
          "holdMinutes": 168
        },
        {
          "entryTs": 1689815700,
          "entryUtc": "2023-07-20T01:15:00.000Z",
          "exitTs": 1689816300,
          "dir": -1,
          "entryPrice": 1979.475,
          "exitPrice": 1981.238,
          "stopDistance": 1.763,
          "outcome": "stop",
          "netR": -1.2382,
          "holdMinutes": 10
        },
        {
          "entryTs": 1689905700,
          "entryUtc": "2023-07-21T02:15:00.000Z",
          "exitTs": 1689908880,
          "dir": 1,
          "entryPrice": 1971.875,
          "exitPrice": 1969.991,
          "stopDistance": 1.884,
          "outcome": "stop",
          "netR": -1.2229,
          "holdMinutes": 53
        },
        {
          "entryTs": 1689915600,
          "entryUtc": "2023-07-21T05:00:00.000Z",
          "exitTs": 1689918420,
          "dir": 1,
          "entryPrice": 1969.855,
          "exitPrice": 1968.193,
          "stopDistance": 1.662,
          "outcome": "stop",
          "netR": -1.2527,
          "holdMinutes": 47
        },
        {
          "entryTs": 1689919200,
          "entryUtc": "2023-07-21T06:00:00.000Z",
          "exitTs": 1689924900,
          "dir": 1,
          "entryPrice": 1969.188,
          "exitPrice": 1967.576,
          "stopDistance": 1.612,
          "outcome": "stop",
          "netR": -1.2606,
          "holdMinutes": 95
        },
        {
          "entryTs": 1690149600,
          "entryUtc": "2023-07-23T22:00:00.000Z",
          "exitTs": 1690161900,
          "dir": 1,
          "entryPrice": 1961.498,
          "exitPrice": 1959.468,
          "stopDistance": 2.03,
          "outcome": "stop",
          "netR": -1.2069,
          "holdMinutes": 205
        },
        {
          "entryTs": 1690298100,
          "entryUtc": "2023-07-25T15:15:00.000Z",
          "exitTs": 1690351800,
          "dir": -1,
          "entryPrice": 1961.885,
          "exitPrice": 1966.488,
          "stopDistance": 4.603,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 895
        },
        {
          "entryTs": 1690452000,
          "entryUtc": "2023-07-27T10:00:00.000Z",
          "exitTs": 1690461000,
          "dir": 1,
          "entryPrice": 1975.238,
          "exitPrice": 1972.229,
          "stopDistance": 3.009,
          "outcome": "stop",
          "netR": -1.1396,
          "holdMinutes": 150
        },
        {
          "entryTs": 1690502400,
          "entryUtc": "2023-07-28T00:00:00.000Z",
          "exitTs": 1690508160,
          "dir": -1,
          "entryPrice": 1947.355,
          "exitPrice": 1950.038,
          "stopDistance": 2.683,
          "outcome": "stop",
          "netR": -1.1565,
          "holdMinutes": 96
        },
        {
          "entryTs": 1690538400,
          "entryUtc": "2023-07-28T10:00:00.000Z",
          "exitTs": 1690542900,
          "dir": -1,
          "entryPrice": 1951.805,
          "exitPrice": 1954.887,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 75
        },
        {
          "entryTs": 1690794000,
          "entryUtc": "2023-07-31T09:00:00.000Z",
          "exitTs": 1690801200,
          "dir": 1,
          "entryPrice": 1953.395,
          "exitPrice": 1958.322,
          "stopDistance": 2.463,
          "outcome": "target",
          "netR": 1.8498,
          "holdMinutes": 120
        },
        {
          "entryTs": 1690956000,
          "entryUtc": "2023-08-02T06:00:00.000Z",
          "exitTs": 1690965240,
          "dir": -1,
          "entryPrice": 1948.805,
          "exitPrice": 1951.165,
          "stopDistance": 2.36,
          "outcome": "stop",
          "netR": -1.178,
          "holdMinutes": 154
        },
        {
          "entryTs": 1690979400,
          "entryUtc": "2023-08-02T12:30:00.000Z",
          "exitTs": 1690980000,
          "dir": 1,
          "entryPrice": 1948.335,
          "exitPrice": 1945.334,
          "stopDistance": 3.001,
          "outcome": "stop",
          "netR": -1.14,
          "holdMinutes": 10
        },
        {
          "entryTs": 1691021700,
          "entryUtc": "2023-08-03T00:15:00.000Z",
          "exitTs": 1691027220,
          "dir": -1,
          "entryPrice": 1936.695,
          "exitPrice": 1938.366,
          "stopDistance": 1.671,
          "outcome": "stop",
          "netR": -1.2513,
          "holdMinutes": 92
        },
        {
          "entryTs": 1691046000,
          "entryUtc": "2023-08-03T07:00:00.000Z",
          "exitTs": 1691046420,
          "dir": 1,
          "entryPrice": 1933.445,
          "exitPrice": 1931.173,
          "stopDistance": 2.272,
          "outcome": "stop",
          "netR": -1.1848,
          "holdMinutes": 7
        },
        {
          "entryTs": 1691049600,
          "entryUtc": "2023-08-03T08:00:00.000Z",
          "exitTs": 1691065260,
          "dir": -1,
          "entryPrice": 1936.795,
          "exitPrice": 1931.254,
          "stopDistance": 2.771,
          "outcome": "target",
          "netR": 1.8665,
          "holdMinutes": 261
        },
        {
          "entryTs": 1691076600,
          "entryUtc": "2023-08-03T15:30:00.000Z",
          "exitTs": 1691152200,
          "dir": -1,
          "entryPrice": 1937.365,
          "exitPrice": 1927.86,
          "stopDistance": 4.752,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 1260
        },
        {
          "entryTs": 1691413200,
          "entryUtc": "2023-08-07T13:00:00.000Z",
          "exitTs": 1691413860,
          "dir": -1,
          "entryPrice": 1937.975,
          "exitPrice": 1940.454,
          "stopDistance": 2.479,
          "outcome": "stop",
          "netR": -1.1694,
          "holdMinutes": 11
        },
        {
          "entryTs": 1691453700,
          "entryUtc": "2023-08-08T00:15:00.000Z",
          "exitTs": 1691456940,
          "dir": 1,
          "entryPrice": 1935.855,
          "exitPrice": 1934.05,
          "stopDistance": 1.805,
          "outcome": "stop",
          "netR": -1.2327,
          "holdMinutes": 54
        },
        {
          "entryTs": 1691478900,
          "entryUtc": "2023-08-08T07:15:00.000Z",
          "exitTs": 1691481000,
          "dir": 1,
          "entryPrice": 1933.248,
          "exitPrice": 1931.274,
          "stopDistance": 1.974,
          "outcome": "stop",
          "netR": -1.2128,
          "holdMinutes": 35
        },
        {
          "entryTs": 1691543700,
          "entryUtc": "2023-08-09T01:15:00.000Z",
          "exitTs": 1691544900,
          "dir": 1,
          "entryPrice": 1925.675,
          "exitPrice": 1928.881,
          "stopDistance": 1.603,
          "outcome": "target",
          "netR": 1.7692,
          "holdMinutes": 20
        },
        {
          "entryTs": 1691590500,
          "entryUtc": "2023-08-09T14:15:00.000Z",
          "exitTs": 1691592840,
          "dir": -1,
          "entryPrice": 1925.055,
          "exitPrice": 1918.669,
          "stopDistance": 3.193,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 39
        },
        {
          "entryTs": 1691605800,
          "entryUtc": "2023-08-09T18:30:00.000Z",
          "exitTs": 1691663340,
          "dir": 1,
          "entryPrice": 1915.995,
          "exitPrice": 1921.532,
          "stopDistance": 2.769,
          "outcome": "target",
          "netR": 1.8664,
          "holdMinutes": 959
        },
        {
          "entryTs": 1691698500,
          "entryUtc": "2023-08-10T20:15:00.000Z",
          "exitTs": 1691742420,
          "dir": 1,
          "entryPrice": 1913.185,
          "exitPrice": 1918.695,
          "stopDistance": 2.755,
          "outcome": "target",
          "netR": 1.8657,
          "holdMinutes": 732
        },
        {
          "entryTs": 1691777700,
          "entryUtc": "2023-08-11T18:15:00.000Z",
          "exitTs": 1691964000,
          "dir": 1,
          "entryPrice": 1912.985,
          "exitPrice": 1913.554,
          "stopDistance": 2.53,
          "outcome": "time",
          "netR": 0.0786,
          "holdMinutes": 3105
        },
        {
          "entryTs": 1692063000,
          "entryUtc": "2023-08-15T01:30:00.000Z",
          "exitTs": 1692063300,
          "dir": 1,
          "entryPrice": 1906.335,
          "exitPrice": 1904.48,
          "stopDistance": 1.855,
          "outcome": "stop",
          "netR": -1.2264,
          "holdMinutes": 5
        },
        {
          "entryTs": 1692095400,
          "entryUtc": "2023-08-15T10:30:00.000Z",
          "exitTs": 1692102060,
          "dir": 1,
          "entryPrice": 1903.035,
          "exitPrice": 1901.095,
          "stopDistance": 1.94,
          "outcome": "stop",
          "netR": -1.2165,
          "holdMinutes": 111
        },
        {
          "entryTs": 1692104400,
          "entryUtc": "2023-08-15T13:00:00.000Z",
          "exitTs": 1692105000,
          "dir": -1,
          "entryPrice": 1903.315,
          "exitPrice": 1906.605,
          "stopDistance": 3.29,
          "outcome": "stop",
          "netR": -1.1277,
          "holdMinutes": 10
        },
        {
          "entryTs": 1692110700,
          "entryUtc": "2023-08-15T14:45:00.000Z",
          "exitTs": 1692110820,
          "dir": -1,
          "entryPrice": 1907.028,
          "exitPrice": 1911.182,
          "stopDistance": 4.154,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 2
        },
        {
          "entryTs": 1692188100,
          "entryUtc": "2023-08-16T12:15:00.000Z",
          "exitTs": 1692188460,
          "dir": 1,
          "entryPrice": 1903.455,
          "exitPrice": 1901.808,
          "stopDistance": 1.647,
          "outcome": "stop",
          "netR": -1.255,
          "holdMinutes": 6
        },
        {
          "entryTs": 1692248400,
          "entryUtc": "2023-08-17T05:00:00.000Z",
          "exitTs": 1692254340,
          "dir": -1,
          "entryPrice": 1893.685,
          "exitPrice": 1895.451,
          "stopDistance": 1.766,
          "outcome": "stop",
          "netR": -1.2379,
          "holdMinutes": 99
        },
        {
          "entryTs": 1692594900,
          "entryUtc": "2023-08-21T05:15:00.000Z",
          "exitTs": 1692596460,
          "dir": -1,
          "entryPrice": 1893.435,
          "exitPrice": 1889.117,
          "stopDistance": 2.159,
          "outcome": "target",
          "netR": 1.8286,
          "holdMinutes": 26
        },
        {
          "entryTs": 1692834300,
          "entryUtc": "2023-08-23T23:45:00.000Z",
          "exitTs": 1692836460,
          "dir": -1,
          "entryPrice": 1917.175,
          "exitPrice": 1918.919,
          "stopDistance": 1.744,
          "outcome": "stop",
          "netR": -1.2408,
          "holdMinutes": 36
        },
        {
          "entryTs": 1692889200,
          "entryUtc": "2023-08-24T15:00:00.000Z",
          "exitTs": 1692932880,
          "dir": -1,
          "entryPrice": 1921.244,
          "exitPrice": 1914.253,
          "stopDistance": 3.495,
          "outcome": "target",
          "netR": 1.8941,
          "holdMinutes": 728
        },
        {
          "entryTs": 1692946800,
          "entryUtc": "2023-08-25T07:00:00.000Z",
          "exitTs": 1692955140,
          "dir": 1,
          "entryPrice": 1912.975,
          "exitPrice": 1916.337,
          "stopDistance": 1.681,
          "outcome": "target",
          "netR": 1.7799,
          "holdMinutes": 139
        },
        {
          "entryTs": 1693183500,
          "entryUtc": "2023-08-28T00:45:00.000Z",
          "exitTs": 1693230300,
          "dir": -1,
          "entryPrice": 1915.955,
          "exitPrice": 1917.809,
          "stopDistance": 1.854,
          "outcome": "stop",
          "netR": -1.2266,
          "holdMinutes": 780
        },
        {
          "entryTs": 1693262700,
          "entryUtc": "2023-08-28T22:45:00.000Z",
          "exitTs": 1693272180,
          "dir": -1,
          "entryPrice": 1920.635,
          "exitPrice": 1922.356,
          "stopDistance": 1.721,
          "outcome": "stop",
          "netR": -1.2441,
          "holdMinutes": 158
        },
        {
          "entryTs": 1693358100,
          "entryUtc": "2023-08-30T01:15:00.000Z",
          "exitTs": 1693380720,
          "dir": 1,
          "entryPrice": 1936.398,
          "exitPrice": 1934.981,
          "stopDistance": 1.417,
          "outcome": "stop",
          "netR": -1.2965,
          "holdMinutes": 377
        },
        {
          "entryTs": 1693383300,
          "entryUtc": "2023-08-30T08:15:00.000Z",
          "exitTs": 1693387260,
          "dir": -1,
          "entryPrice": 1935.935,
          "exitPrice": 1937.503,
          "stopDistance": 1.568,
          "outcome": "stop",
          "netR": -1.2678,
          "holdMinutes": 66
        },
        {
          "entryTs": 1693460700,
          "entryUtc": "2023-08-31T05:45:00.000Z",
          "exitTs": 1693464060,
          "dir": 1,
          "entryPrice": 1944.775,
          "exitPrice": 1943.486,
          "stopDistance": 1.289,
          "outcome": "stop",
          "netR": -1.3259,
          "holdMinutes": 56
        },
        {
          "entryTs": 1693467900,
          "entryUtc": "2023-08-31T07:45:00.000Z",
          "exitTs": 1693483980,
          "dir": -1,
          "entryPrice": 1945.045,
          "exitPrice": 1946.534,
          "stopDistance": 1.489,
          "outcome": "stop",
          "netR": -1.2821,
          "holdMinutes": 268
        },
        {
          "entryTs": 1693485900,
          "entryUtc": "2023-08-31T12:45:00.000Z",
          "exitTs": 1693488900,
          "dir": 1,
          "entryPrice": 1944.105,
          "exitPrice": 1942.115,
          "stopDistance": 1.99,
          "outcome": "stop",
          "netR": -1.2111,
          "holdMinutes": 50
        },
        {
          "entryTs": 1693523700,
          "entryUtc": "2023-08-31T23:15:00.000Z",
          "exitTs": 1693530600,
          "dir": 1,
          "entryPrice": 1939.805,
          "exitPrice": 1942.629,
          "stopDistance": 1.412,
          "outcome": "target",
          "netR": 1.7379,
          "holdMinutes": 115
        },
        {
          "entryTs": 1693788300,
          "entryUtc": "2023-09-04T00:45:00.000Z",
          "exitTs": 1693791900,
          "dir": -1,
          "entryPrice": 1941.355,
          "exitPrice": 1942.767,
          "stopDistance": 1.412,
          "outcome": "stop",
          "netR": -1.2974,
          "holdMinutes": 60
        },
        {
          "entryTs": 1693865700,
          "entryUtc": "2023-09-04T22:15:00.000Z",
          "exitTs": 1693872000,
          "dir": 1,
          "entryPrice": 1938.478,
          "exitPrice": 1937.409,
          "stopDistance": 1.069,
          "outcome": "stop",
          "netR": -1.3927,
          "holdMinutes": 105
        },
        {
          "entryTs": 1693890000,
          "entryUtc": "2023-09-05T05:00:00.000Z",
          "exitTs": 1693894020,
          "dir": -1,
          "entryPrice": 1938.405,
          "exitPrice": 1935.945,
          "stopDistance": 1.23,
          "outcome": "target",
          "netR": 1.6992,
          "holdMinutes": 67
        },
        {
          "entryTs": 1693940400,
          "entryUtc": "2023-09-05T19:00:00.000Z",
          "exitTs": 1693985040,
          "dir": 1,
          "entryPrice": 1925.955,
          "exitPrice": 1923.82,
          "stopDistance": 2.135,
          "outcome": "stop",
          "netR": -1.1967,
          "holdMinutes": 744
        },
        {
          "entryTs": 1694049300,
          "entryUtc": "2023-09-07T01:15:00.000Z",
          "exitTs": 1694050980,
          "dir": -1,
          "entryPrice": 1917.455,
          "exitPrice": 1918.793,
          "stopDistance": 1.338,
          "outcome": "stop",
          "netR": -1.3138,
          "holdMinutes": 28
        },
        {
          "entryTs": 1694133000,
          "entryUtc": "2023-09-08T00:30:00.000Z",
          "exitTs": 1694133300,
          "dir": -1,
          "entryPrice": 1921.175,
          "exitPrice": 1922.433,
          "stopDistance": 1.258,
          "outcome": "stop",
          "netR": -1.3339,
          "holdMinutes": 5
        },
        {
          "entryTs": 1694159100,
          "entryUtc": "2023-09-08T07:45:00.000Z",
          "exitTs": 1694160960,
          "dir": 1,
          "entryPrice": 1925.165,
          "exitPrice": 1923.663,
          "stopDistance": 1.502,
          "outcome": "stop",
          "netR": -1.2796,
          "holdMinutes": 31
        },
        {
          "entryTs": 1694435400,
          "entryUtc": "2023-09-11T12:30:00.000Z",
          "exitTs": 1694437080,
          "dir": -1,
          "entryPrice": 1924.905,
          "exitPrice": 1926.829,
          "stopDistance": 1.924,
          "outcome": "stop",
          "netR": -1.2183,
          "holdMinutes": 28
        },
        {
          "entryTs": 1694475900,
          "entryUtc": "2023-09-11T23:45:00.000Z",
          "exitTs": 1694482440,
          "dir": 1,
          "entryPrice": 1921.825,
          "exitPrice": 1920.538,
          "stopDistance": 1.287,
          "outcome": "stop",
          "netR": -1.3263,
          "holdMinutes": 109
        },
        {
          "entryTs": 1694556900,
          "entryUtc": "2023-09-12T22:15:00.000Z",
          "exitTs": 1694568600,
          "dir": 1,
          "entryPrice": 1913.345,
          "exitPrice": 1911.606,
          "stopDistance": 1.738,
          "outcome": "stop",
          "netR": -1.2416,
          "holdMinutes": 195
        },
        {
          "entryTs": 1694603700,
          "entryUtc": "2023-09-13T11:15:00.000Z",
          "exitTs": 1694608200,
          "dir": -1,
          "entryPrice": 1911.645,
          "exitPrice": 1913.235,
          "stopDistance": 1.59,
          "outcome": "ambiguous",
          "netR": -1.2642,
          "holdMinutes": 75
        },
        {
          "entryTs": 1694609100,
          "entryUtc": "2023-09-13T12:45:00.000Z",
          "exitTs": 1694612220,
          "dir": 1,
          "entryPrice": 1910.425,
          "exitPrice": 1915.632,
          "stopDistance": 2.604,
          "outcome": "target",
          "netR": 1.8579,
          "holdMinutes": 52
        },
        {
          "entryTs": 1694670300,
          "entryUtc": "2023-09-14T05:45:00.000Z",
          "exitTs": 1694674860,
          "dir": -1,
          "entryPrice": 1909.875,
          "exitPrice": 1906.83,
          "stopDistance": 1.522,
          "outcome": "target",
          "netR": 1.757,
          "holdMinutes": 76
        },
        {
          "entryTs": 1694751300,
          "entryUtc": "2023-09-15T04:15:00.000Z",
          "exitTs": 1694758260,
          "dir": -1,
          "entryPrice": 1915.465,
          "exitPrice": 1917.063,
          "stopDistance": 1.598,
          "outcome": "stop",
          "netR": -1.2629,
          "holdMinutes": 116
        },
        {
          "entryTs": 1695043800,
          "entryUtc": "2023-09-18T13:30:00.000Z",
          "exitTs": 1695045660,
          "dir": -1,
          "entryPrice": 1927.615,
          "exitPrice": 1923.307,
          "stopDistance": 2.154,
          "outcome": "target",
          "netR": 1.8282,
          "holdMinutes": 31
        },
        {
          "entryTs": 1695240900,
          "entryUtc": "2023-09-20T20:15:00.000Z",
          "exitTs": 1695255900,
          "dir": 1,
          "entryPrice": 1931.505,
          "exitPrice": 1927.504,
          "stopDistance": 4.001,
          "outcome": "stop",
          "netR": -1.105,
          "holdMinutes": 250
        },
        {
          "entryTs": 1695274200,
          "entryUtc": "2023-09-21T05:30:00.000Z",
          "exitTs": 1695277440,
          "dir": -1,
          "entryPrice": 1928.315,
          "exitPrice": 1930.038,
          "stopDistance": 1.723,
          "outcome": "stop",
          "netR": -1.2437,
          "holdMinutes": 54
        },
        {
          "entryTs": 1695326400,
          "entryUtc": "2023-09-21T20:00:00.000Z",
          "exitTs": 1695348480,
          "dir": 1,
          "entryPrice": 1919.665,
          "exitPrice": 1924.248,
          "stopDistance": 2.292,
          "outcome": "target",
          "netR": 1.8385,
          "holdMinutes": 368
        },
        {
          "entryTs": 1695600900,
          "entryUtc": "2023-09-25T00:15:00.000Z",
          "exitTs": 1695606300,
          "dir": 1,
          "entryPrice": 1924.215,
          "exitPrice": 1922.858,
          "stopDistance": 1.357,
          "outcome": "stop",
          "netR": -1.3094,
          "holdMinutes": 90
        },
        {
          "entryTs": 1695619800,
          "entryUtc": "2023-09-25T05:30:00.000Z",
          "exitTs": 1695621600,
          "dir": 1,
          "entryPrice": 1922.645,
          "exitPrice": 1921.508,
          "stopDistance": 1.137,
          "outcome": "stop",
          "netR": -1.3695,
          "holdMinutes": 30
        },
        {
          "entryTs": 1695748500,
          "entryUtc": "2023-09-26T17:15:00.000Z",
          "exitTs": 1695787920,
          "dir": 1,
          "entryPrice": 1901.325,
          "exitPrice": 1898.297,
          "stopDistance": 3.028,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 657
        },
        {
          "entryTs": 1695878100,
          "entryUtc": "2023-09-28T05:15:00.000Z",
          "exitTs": 1695878400,
          "dir": -1,
          "entryPrice": 1875.038,
          "exitPrice": 1876.598,
          "stopDistance": 1.56,
          "outcome": "stop",
          "netR": -1.2693,
          "holdMinutes": 5
        },
        {
          "entryTs": 1695905100,
          "entryUtc": "2023-09-28T12:45:00.000Z",
          "exitTs": 1695905160,
          "dir": 1,
          "entryPrice": 1874.485,
          "exitPrice": 1872.033,
          "stopDistance": 2.452,
          "outcome": "stop",
          "netR": -1.1713,
          "holdMinutes": 1
        },
        {
          "entryTs": 1696378500,
          "entryUtc": "2023-10-04T00:15:00.000Z",
          "exitTs": 1696391400,
          "dir": 1,
          "entryPrice": 1822.305,
          "exitPrice": 1819.83,
          "stopDistance": 2.475,
          "outcome": "stop",
          "netR": -1.1697,
          "holdMinutes": 215
        },
        {
          "entryTs": 1696445100,
          "entryUtc": "2023-10-04T18:45:00.000Z",
          "exitTs": 1696449240,
          "dir": 1,
          "entryPrice": 1817.085,
          "exitPrice": 1823.448,
          "stopDistance": 3.182,
          "outcome": "target",
          "netR": 1.8837,
          "holdMinutes": 69
        },
        {
          "entryTs": 1696825800,
          "entryUtc": "2023-10-09T04:30:00.000Z",
          "exitTs": 1696855260,
          "dir": -1,
          "entryPrice": 1852.275,
          "exitPrice": 1845.619,
          "stopDistance": 3.328,
          "outcome": "target",
          "netR": 1.8888,
          "holdMinutes": 491
        },
        {
          "entryTs": 1697114700,
          "entryUtc": "2023-10-12T12:45:00.000Z",
          "exitTs": 1697116980,
          "dir": 1,
          "entryPrice": 1878.715,
          "exitPrice": 1875.532,
          "stopDistance": 3.183,
          "outcome": "stop",
          "netR": -1.132,
          "holdMinutes": 38
        },
        {
          "entryTs": 1697407200,
          "entryUtc": "2023-10-15T22:00:00.000Z",
          "exitTs": 1697407200,
          "dir": 1,
          "entryPrice": 1927.998,
          "exitPrice": 1924.518,
          "stopDistance": 3.48,
          "outcome": "stop",
          "netR": -1.1207,
          "holdMinutes": 0
        },
        {
          "entryTs": 1697503500,
          "entryUtc": "2023-10-17T00:45:00.000Z",
          "exitTs": 1697506920,
          "dir": 1,
          "entryPrice": 1916.305,
          "exitPrice": 1913.961,
          "stopDistance": 2.344,
          "outcome": "stop",
          "netR": -1.1792,
          "holdMinutes": 57
        },
        {
          "entryTs": 1697661900,
          "entryUtc": "2023-10-18T20:45:00.000Z",
          "exitTs": 1697719140,
          "dir": 1,
          "entryPrice": 1948.645,
          "exitPrice": 1955.689,
          "stopDistance": 3.522,
          "outcome": "target",
          "netR": 1.8949,
          "holdMinutes": 954
        },
        {
          "entryTs": 1697764500,
          "entryUtc": "2023-10-20T01:15:00.000Z",
          "exitTs": 1697789820,
          "dir": 1,
          "entryPrice": 1973.058,
          "exitPrice": 1982.371,
          "stopDistance": 4.657,
          "outcome": "target",
          "netR": 1.9205,
          "holdMinutes": 422
        },
        {
          "entryTs": 1697800500,
          "entryUtc": "2023-10-20T11:15:00.000Z",
          "exitTs": 1697802480,
          "dir": -1,
          "entryPrice": 1984.538,
          "exitPrice": 1978.185,
          "stopDistance": 3.177,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 33
        },
        {
          "entryTs": 1698126300,
          "entryUtc": "2023-10-24T05:45:00.000Z",
          "exitTs": 1698135660,
          "dir": 1,
          "entryPrice": 1975.698,
          "exitPrice": 1973.306,
          "stopDistance": 2.392,
          "outcome": "stop",
          "netR": -1.1756,
          "holdMinutes": 156
        },
        {
          "entryTs": 1698388200,
          "entryUtc": "2023-10-27T06:30:00.000Z",
          "exitTs": 1698402660,
          "dir": 1,
          "entryPrice": 1986.595,
          "exitPrice": 1984.154,
          "stopDistance": 2.441,
          "outcome": "stop",
          "netR": -1.172,
          "holdMinutes": 241
        },
        {
          "entryTs": 1698707700,
          "entryUtc": "2023-10-30T23:15:00.000Z",
          "exitTs": 1698724020,
          "dir": 1,
          "entryPrice": 1995.055,
          "exitPrice": 1992.827,
          "stopDistance": 2.228,
          "outcome": "stop",
          "netR": -1.1885,
          "holdMinutes": 272
        },
        {
          "entryTs": 1698739200,
          "entryUtc": "2023-10-31T08:00:00.000Z",
          "exitTs": 1698740280,
          "dir": -1,
          "entryPrice": 1996.195,
          "exitPrice": 1998.455,
          "stopDistance": 2.26,
          "outcome": "stop",
          "netR": -1.1858,
          "holdMinutes": 18
        },
        {
          "entryTs": 1698876000,
          "entryUtc": "2023-11-01T22:00:00.000Z",
          "exitTs": 1698916440,
          "dir": -1,
          "entryPrice": 1983.525,
          "exitPrice": 1988.357,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 674
        },
        {
          "entryTs": 1698979500,
          "entryUtc": "2023-11-03T02:45:00.000Z",
          "exitTs": 1698994620,
          "dir": -1,
          "entryPrice": 1986.458,
          "exitPrice": 1988.191,
          "stopDistance": 1.733,
          "outcome": "stop",
          "netR": -1.2424,
          "holdMinutes": 252
        },
        {
          "entryTs": 1698998400,
          "entryUtc": "2023-11-03T08:00:00.000Z",
          "exitTs": 1699014360,
          "dir": 1,
          "entryPrice": 1986.358,
          "exitPrice": 1990.591,
          "stopDistance": 2.116,
          "outcome": "target",
          "netR": 1.8252,
          "holdMinutes": 266
        },
        {
          "entryTs": 1699235100,
          "entryUtc": "2023-11-06T01:45:00.000Z",
          "exitTs": 1699240980,
          "dir": -1,
          "entryPrice": 1991.535,
          "exitPrice": 1985.737,
          "stopDistance": 2.899,
          "outcome": "target",
          "netR": 1.8724,
          "holdMinutes": 98
        },
        {
          "entryTs": 1699278300,
          "entryUtc": "2023-11-06T13:45:00.000Z",
          "exitTs": 1699286220,
          "dir": -1,
          "entryPrice": 1987.255,
          "exitPrice": 1981.742,
          "stopDistance": 2.757,
          "outcome": "target",
          "netR": 1.8658,
          "holdMinutes": 132
        },
        {
          "entryTs": 1699410600,
          "entryUtc": "2023-11-08T02:30:00.000Z",
          "exitTs": 1699422240,
          "dir": -1,
          "entryPrice": 1969.005,
          "exitPrice": 1965.008,
          "stopDistance": 1.999,
          "outcome": "target",
          "netR": 1.8149,
          "holdMinutes": 194
        },
        {
          "entryTs": 1699501500,
          "entryUtc": "2023-11-09T03:45:00.000Z",
          "exitTs": 1699517640,
          "dir": 1,
          "entryPrice": 1948.895,
          "exitPrice": 1946.488,
          "stopDistance": 2.407,
          "outcome": "stop",
          "netR": -1.1745,
          "holdMinutes": 269
        },
        {
          "entryTs": 1699969500,
          "entryUtc": "2023-11-14T13:45:00.000Z",
          "exitTs": 1699972620,
          "dir": 1,
          "entryPrice": 1956.355,
          "exitPrice": 1964.568,
          "stopDistance": 4.106,
          "outcome": "target",
          "netR": 1.9099,
          "holdMinutes": 52
        },
        {
          "entryTs": 1699985700,
          "entryUtc": "2023-11-14T18:15:00.000Z",
          "exitTs": 1700036520,
          "dir": 1,
          "entryPrice": 1962.918,
          "exitPrice": 1972.075,
          "stopDistance": 4.578,
          "outcome": "target",
          "netR": 1.9192,
          "holdMinutes": 847
        },
        {
          "entryTs": 1700082000,
          "entryUtc": "2023-11-15T21:00:00.000Z",
          "exitTs": 1700100540,
          "dir": 1,
          "entryPrice": 1959.315,
          "exitPrice": 1956.708,
          "stopDistance": 2.607,
          "outcome": "stop",
          "netR": -1.1611,
          "holdMinutes": 309
        },
        {
          "entryTs": 1700460000,
          "entryUtc": "2023-11-20T06:00:00.000Z",
          "exitTs": 1700468340,
          "dir": 1,
          "entryPrice": 1980.575,
          "exitPrice": 1977.906,
          "stopDistance": 2.669,
          "outcome": "stop",
          "netR": -1.1573,
          "holdMinutes": 139
        },
        {
          "entryTs": 1700744400,
          "entryUtc": "2023-11-23T13:00:00.000Z",
          "exitTs": 1700755500,
          "dir": 1,
          "entryPrice": 1992.264,
          "exitPrice": 1990.298,
          "stopDistance": 1.966,
          "outcome": "stop",
          "netR": -1.2137,
          "holdMinutes": 185
        },
        {
          "entryTs": 1701092700,
          "entryUtc": "2023-11-27T13:45:00.000Z",
          "exitTs": 1701097560,
          "dir": 1,
          "entryPrice": 2012.055,
          "exitPrice": 2008.956,
          "stopDistance": 3.099,
          "outcome": "stop",
          "netR": -1.1355,
          "holdMinutes": 81
        },
        {
          "entryTs": 1701243000,
          "entryUtc": "2023-11-29T07:30:00.000Z",
          "exitTs": 1701249660,
          "dir": 1,
          "entryPrice": 2043.115,
          "exitPrice": 2040.334,
          "stopDistance": 2.781,
          "outcome": "stop",
          "netR": -1.151,
          "holdMinutes": 111
        },
        {
          "entryTs": 1701663300,
          "entryUtc": "2023-12-04T04:15:00.000Z",
          "exitTs": 1701672900,
          "dir": 1,
          "entryPrice": 2083.745,
          "exitPrice": 2074.515,
          "stopDistance": 9.23,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 160
        },
        {
          "entryTs": 1701889200,
          "entryUtc": "2023-12-06T19:00:00.000Z",
          "exitTs": 1701938820,
          "dir": -1,
          "entryPrice": 2030.535,
          "exitPrice": 2034.665,
          "stopDistance": 4.13,
          "outcome": "stop",
          "netR": -1.1017,
          "holdMinutes": 827
        },
        {
          "entryTs": 1702030500,
          "entryUtc": "2023-12-08T10:15:00.000Z",
          "exitTs": 1702042200,
          "dir": -1,
          "entryPrice": 2030.805,
          "exitPrice": 2024.855,
          "stopDistance": 2.975,
          "outcome": "target",
          "netR": 1.8756,
          "holdMinutes": 195
        },
        {
          "entryTs": 1702368000,
          "entryUtc": "2023-12-12T08:00:00.000Z",
          "exitTs": 1702371600,
          "dir": -1,
          "entryPrice": 1987.965,
          "exitPrice": 1983.406,
          "stopDistance": 2.279,
          "outcome": "target",
          "netR": 1.8377,
          "holdMinutes": 60
        },
        {
          "entryTs": 1702385100,
          "entryUtc": "2023-12-12T12:45:00.000Z",
          "exitTs": 1702386720,
          "dir": -1,
          "entryPrice": 1988.745,
          "exitPrice": 1991.23,
          "stopDistance": 2.485,
          "outcome": "stop",
          "netR": -1.169,
          "holdMinutes": 27
        },
        {
          "entryTs": 1702529100,
          "entryUtc": "2023-12-14T04:45:00.000Z",
          "exitTs": 1702562700,
          "dir": 1,
          "entryPrice": 2031.295,
          "exitPrice": 2040.217,
          "stopDistance": 4.461,
          "outcome": "target",
          "netR": 1.9171,
          "holdMinutes": 560
        },
        {
          "entryTs": 1702644300,
          "entryUtc": "2023-12-15T12:45:00.000Z",
          "exitTs": 1702647240,
          "dir": -1,
          "entryPrice": 2043.405,
          "exitPrice": 2037.638,
          "stopDistance": 2.884,
          "outcome": "target",
          "netR": 1.8717,
          "holdMinutes": 49
        },
        {
          "entryTs": 1702890000,
          "entryUtc": "2023-12-18T09:00:00.000Z",
          "exitTs": 1702890300,
          "dir": -1,
          "entryPrice": 2024.305,
          "exitPrice": 2026.753,
          "stopDistance": 2.448,
          "outcome": "stop",
          "netR": -1.1716,
          "holdMinutes": 5
        },
        {
          "entryTs": 1702895400,
          "entryUtc": "2023-12-18T10:30:00.000Z",
          "exitTs": 1702897200,
          "dir": 1,
          "entryPrice": 2022.135,
          "exitPrice": 2018.962,
          "stopDistance": 3.174,
          "outcome": "stop",
          "netR": -1.1323,
          "holdMinutes": 30
        },
        {
          "entryTs": 1702944900,
          "entryUtc": "2023-12-19T00:15:00.000Z",
          "exitTs": 1702957080,
          "dir": -1,
          "entryPrice": 2027.345,
          "exitPrice": 2022.683,
          "stopDistance": 2.331,
          "outcome": "target",
          "netR": 1.8413,
          "holdMinutes": 203
        },
        {
          "entryTs": 1703048400,
          "entryUtc": "2023-12-20T05:00:00.000Z",
          "exitTs": 1703052840,
          "dir": -1,
          "entryPrice": 2040.448,
          "exitPrice": 2042.194,
          "stopDistance": 1.746,
          "outcome": "stop",
          "netR": -1.2405,
          "holdMinutes": 74
        },
        {
          "entryTs": 1703199600,
          "entryUtc": "2023-12-21T23:00:00.000Z",
          "exitTs": 1703202120,
          "dir": -1,
          "entryPrice": 2048.414,
          "exitPrice": 2051.143,
          "stopDistance": 2.729,
          "outcome": "stop",
          "netR": -1.1539,
          "holdMinutes": 42
        },
        {
          "entryTs": 1703790000,
          "entryUtc": "2023-12-28T19:00:00.000Z",
          "exitTs": 1703791320,
          "dir": 1,
          "entryPrice": 2072.625,
          "exitPrice": 2068.858,
          "stopDistance": 3.767,
          "outcome": "stop",
          "netR": -1.1115,
          "holdMinutes": 22
        },
        {
          "entryTs": 1704205800,
          "entryUtc": "2024-01-02T14:30:00.000Z",
          "exitTs": 1704209820,
          "dir": 1,
          "entryPrice": 2065.805,
          "exitPrice": 2061.567,
          "stopDistance": 4.237,
          "outcome": "stop",
          "netR": -1.0991,
          "holdMinutes": 67
        },
        {
          "entryTs": 1704260700,
          "entryUtc": "2024-01-03T05:45:00.000Z",
          "exitTs": 1704270300,
          "dir": -1,
          "entryPrice": 2064.905,
          "exitPrice": 2060.78,
          "stopDistance": 2.063,
          "outcome": "target",
          "netR": 1.8206,
          "holdMinutes": 160
        },
        {
          "entryTs": 1704273300,
          "entryUtc": "2024-01-03T09:15:00.000Z",
          "exitTs": 1704275040,
          "dir": 1,
          "entryPrice": 2058.185,
          "exitPrice": 2055.395,
          "stopDistance": 2.79,
          "outcome": "stop",
          "netR": -1.1505,
          "holdMinutes": 29
        },
        {
          "entryTs": 1704302100,
          "entryUtc": "2024-01-03T17:15:00.000Z",
          "exitTs": 1704337140,
          "dir": 1,
          "entryPrice": 2033.135,
          "exitPrice": 2044.577,
          "stopDistance": 5.721,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 584
        },
        {
          "entryTs": 1704680100,
          "entryUtc": "2024-01-08T02:15:00.000Z",
          "exitTs": 1704683280,
          "dir": 1,
          "entryPrice": 2042.828,
          "exitPrice": 2039.846,
          "stopDistance": 2.982,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 53
        },
        {
          "entryTs": 1704744900,
          "entryUtc": "2024-01-08T20:15:00.000Z",
          "exitTs": 1704759480,
          "dir": 1,
          "entryPrice": 2026.425,
          "exitPrice": 2033.298,
          "stopDistance": 3.436,
          "outcome": "target",
          "netR": 1.8923,
          "holdMinutes": 243
        },
        {
          "entryTs": 1704851100,
          "entryUtc": "2024-01-10T01:45:00.000Z",
          "exitTs": 1704865740,
          "dir": -1,
          "entryPrice": 2030.575,
          "exitPrice": 2025.669,
          "stopDistance": 2.453,
          "outcome": "target",
          "netR": 1.8492,
          "holdMinutes": 244
        },
        {
          "entryTs": 1704880800,
          "entryUtc": "2024-01-10T10:00:00.000Z",
          "exitTs": 1704881040,
          "dir": -1,
          "entryPrice": 2035.665,
          "exitPrice": 2038.601,
          "stopDistance": 2.936,
          "outcome": "stop",
          "netR": -1.1431,
          "holdMinutes": 4
        },
        {
          "entryTs": 1704908700,
          "entryUtc": "2024-01-10T17:45:00.000Z",
          "exitTs": 1704911040,
          "dir": 1,
          "entryPrice": 2025.235,
          "exitPrice": 2021.824,
          "stopDistance": 3.411,
          "outcome": "stop",
          "netR": -1.1231,
          "holdMinutes": 39
        },
        {
          "entryTs": 1705030200,
          "entryUtc": "2024-01-12T03:30:00.000Z",
          "exitTs": 1705044540,
          "dir": -1,
          "entryPrice": 2034.634,
          "exitPrice": 2037.794,
          "stopDistance": 3.16,
          "outcome": "stop",
          "netR": -1.1329,
          "holdMinutes": 239
        },
        {
          "entryTs": 1705273200,
          "entryUtc": "2024-01-14T23:00:00.000Z",
          "exitTs": 1705285020,
          "dir": -1,
          "entryPrice": 2048.498,
          "exitPrice": 2051.548,
          "stopDistance": 3.05,
          "outcome": "stop",
          "netR": -1.1377,
          "holdMinutes": 197
        },
        {
          "entryTs": 1705453200,
          "entryUtc": "2024-01-17T01:00:00.000Z",
          "exitTs": 1705457100,
          "dir": -1,
          "entryPrice": 2028.344,
          "exitPrice": 2031.186,
          "stopDistance": 2.842,
          "outcome": "stop",
          "netR": -1.1478,
          "holdMinutes": 65
        },
        {
          "entryTs": 1705462200,
          "entryUtc": "2024-01-17T03:30:00.000Z",
          "exitTs": 1705463160,
          "dir": 1,
          "entryPrice": 2026.678,
          "exitPrice": 2023.77,
          "stopDistance": 2.908,
          "outcome": "stop",
          "netR": -1.1444,
          "holdMinutes": 16
        },
        {
          "entryTs": 1705498200,
          "entryUtc": "2024-01-17T13:30:00.000Z",
          "exitTs": 1705498200,
          "dir": 1,
          "entryPrice": 2025.044,
          "exitPrice": 2021.447,
          "stopDistance": 3.597,
          "outcome": "stop",
          "netR": -1.1168,
          "holdMinutes": 0
        },
        {
          "entryTs": 1705695300,
          "entryUtc": "2024-01-19T20:15:00.000Z",
          "exitTs": 1705878000,
          "dir": -1,
          "entryPrice": 2028.425,
          "exitPrice": 2028.815,
          "stopDistance": 3.154,
          "outcome": "time",
          "netR": -0.2409,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1705933800,
          "entryUtc": "2024-01-22T14:30:00.000Z",
          "exitTs": 1705934640,
          "dir": 1,
          "entryPrice": 2020.545,
          "exitPrice": 2016.797,
          "stopDistance": 3.748,
          "outcome": "stop",
          "netR": -1.1121,
          "holdMinutes": 14
        },
        {
          "entryTs": 1706004000,
          "entryUtc": "2024-01-23T10:00:00.000Z",
          "exitTs": 1706006760,
          "dir": 1,
          "entryPrice": 2028.655,
          "exitPrice": 2025.276,
          "stopDistance": 3.379,
          "outcome": "stop",
          "netR": -1.1243,
          "holdMinutes": 46
        },
        {
          "entryTs": 1706039100,
          "entryUtc": "2024-01-23T19:45:00.000Z",
          "exitTs": 1706072460,
          "dir": -1,
          "entryPrice": 2029.945,
          "exitPrice": 2023.599,
          "stopDistance": 3.173,
          "outcome": "target",
          "netR": 1.8834,
          "holdMinutes": 556
        },
        {
          "entryTs": 1706164200,
          "entryUtc": "2024-01-25T06:30:00.000Z",
          "exitTs": 1706170740,
          "dir": 1,
          "entryPrice": 2015.275,
          "exitPrice": 2013.478,
          "stopDistance": 1.797,
          "outcome": "stop",
          "netR": -1.2337,
          "holdMinutes": 109
        },
        {
          "entryTs": 1706190300,
          "entryUtc": "2024-01-25T13:45:00.000Z",
          "exitTs": 1706191980,
          "dir": -1,
          "entryPrice": 2019.055,
          "exitPrice": 2023.049,
          "stopDistance": 3.993,
          "outcome": "stop",
          "netR": -1.1052,
          "holdMinutes": 28
        },
        {
          "entryTs": 1706776200,
          "entryUtc": "2024-02-01T08:30:00.000Z",
          "exitTs": 1706783100,
          "dir": 1,
          "entryPrice": 2040.765,
          "exitPrice": 2037.893,
          "stopDistance": 2.872,
          "outcome": "stop",
          "netR": -1.1462,
          "holdMinutes": 115
        },
        {
          "entryTs": 1706837400,
          "entryUtc": "2024-02-02T01:30:00.000Z",
          "exitTs": 1706880600,
          "dir": 1,
          "entryPrice": 2053.495,
          "exitPrice": 2050.507,
          "stopDistance": 2.988,
          "outcome": "stop",
          "netR": -1.1405,
          "holdMinutes": 720
        },
        {
          "entryTs": 1707176700,
          "entryUtc": "2024-02-05T23:45:00.000Z",
          "exitTs": 1707198240,
          "dir": 1,
          "entryPrice": 2024.795,
          "exitPrice": 2029.263,
          "stopDistance": 2.234,
          "outcome": "target",
          "netR": 1.8344,
          "holdMinutes": 359
        },
        {
          "entryTs": 1707263100,
          "entryUtc": "2024-02-06T23:45:00.000Z",
          "exitTs": 1707285480,
          "dir": 1,
          "entryPrice": 2035.165,
          "exitPrice": 2033.175,
          "stopDistance": 1.99,
          "outcome": "stop",
          "netR": -1.211,
          "holdMinutes": 373
        },
        {
          "entryTs": 1707291900,
          "entryUtc": "2024-02-07T07:45:00.000Z",
          "exitTs": 1707294540,
          "dir": -1,
          "entryPrice": 2035.305,
          "exitPrice": 2032.327,
          "stopDistance": 1.489,
          "outcome": "target",
          "netR": 1.7515,
          "holdMinutes": 44
        },
        {
          "entryTs": 1707427800,
          "entryUtc": "2024-02-08T21:30:00.000Z",
          "exitTs": 1707483000,
          "dir": -1,
          "entryPrice": 2033.638,
          "exitPrice": 2028.996,
          "stopDistance": 2.321,
          "outcome": "target",
          "netR": 1.8406,
          "holdMinutes": 920
        },
        {
          "entryTs": 1707693300,
          "entryUtc": "2024-02-11T23:15:00.000Z",
          "exitTs": 1707732420,
          "dir": -1,
          "entryPrice": 2024.974,
          "exitPrice": 2020.12,
          "stopDistance": 2.427,
          "outcome": "target",
          "netR": 1.8475,
          "holdMinutes": 652
        },
        {
          "entryTs": 1707894000,
          "entryUtc": "2024-02-14T07:00:00.000Z",
          "exitTs": 1707894300,
          "dir": 1,
          "entryPrice": 1992.215,
          "exitPrice": 1990.761,
          "stopDistance": 1.454,
          "outcome": "stop",
          "netR": -1.2888,
          "holdMinutes": 5
        },
        {
          "entryTs": 1707929100,
          "entryUtc": "2024-02-14T16:45:00.000Z",
          "exitTs": 1707932760,
          "dir": -1,
          "entryPrice": 1990.515,
          "exitPrice": 1994.452,
          "stopDistance": 3.937,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 61
        },
        {
          "entryTs": 1708047900,
          "entryUtc": "2024-02-16T01:45:00.000Z",
          "exitTs": 1708069080,
          "dir": -1,
          "entryPrice": 2004.158,
          "exitPrice": 2005.822,
          "stopDistance": 1.664,
          "outcome": "stop",
          "netR": -1.2524,
          "holdMinutes": 353
        },
        {
          "entryTs": 1708298700,
          "entryUtc": "2024-02-18T23:25:00.000Z",
          "exitTs": 1708299360,
          "dir": -1,
          "entryPrice": 2010.755,
          "exitPrice": 2013.779,
          "stopDistance": 3.024,
          "outcome": "stop",
          "netR": -1.1389,
          "holdMinutes": 11
        },
        {
          "entryTs": 1708354800,
          "entryUtc": "2024-02-19T15:00:00.000Z",
          "exitTs": 1708357800,
          "dir": 1,
          "entryPrice": 2017.175,
          "exitPrice": 2015.297,
          "stopDistance": 1.878,
          "outcome": "stop",
          "netR": -1.2236,
          "holdMinutes": 50
        },
        {
          "entryTs": 1708393500,
          "entryUtc": "2024-02-20T01:45:00.000Z",
          "exitTs": 1708403160,
          "dir": -1,
          "entryPrice": 2017.225,
          "exitPrice": 2019.06,
          "stopDistance": 1.835,
          "outcome": "stop",
          "netR": -1.2289,
          "holdMinutes": 161
        },
        {
          "entryTs": 1708498800,
          "entryUtc": "2024-02-21T07:00:00.000Z",
          "exitTs": 1708502460,
          "dir": 1,
          "entryPrice": 2029.885,
          "exitPrice": 2028.178,
          "stopDistance": 1.707,
          "outcome": "stop",
          "netR": -1.2461,
          "holdMinutes": 61
        },
        {
          "entryTs": 1708542000,
          "entryUtc": "2024-02-21T19:00:00.000Z",
          "exitTs": 1708563660,
          "dir": 1,
          "entryPrice": 2021.884,
          "exitPrice": 2027.435,
          "stopDistance": 2.775,
          "outcome": "target",
          "netR": 1.8667,
          "holdMinutes": 361
        },
        {
          "entryTs": 1708635600,
          "entryUtc": "2024-02-22T21:00:00.000Z",
          "exitTs": 1708652700,
          "dir": -1,
          "entryPrice": 2024.528,
          "exitPrice": 2026.925,
          "stopDistance": 2.397,
          "outcome": "stop",
          "netR": -1.1752,
          "holdMinutes": 285
        },
        {
          "entryTs": 1709016300,
          "entryUtc": "2024-02-27T06:45:00.000Z",
          "exitTs": 1709018100,
          "dir": -1,
          "entryPrice": 2033.578,
          "exitPrice": 2034.881,
          "stopDistance": 1.303,
          "outcome": "stop",
          "netR": -1.3223,
          "holdMinutes": 30
        },
        {
          "entryTs": 1709234100,
          "entryUtc": "2024-02-29T19:15:00.000Z",
          "exitTs": 1709282400,
          "dir": -1,
          "entryPrice": 2045.915,
          "exitPrice": 2039.909,
          "stopDistance": 3.003,
          "outcome": "target",
          "netR": 1.8768,
          "holdMinutes": 805
        },
        {
          "entryTs": 1709644500,
          "entryUtc": "2024-03-05T13:15:00.000Z",
          "exitTs": 1709645280,
          "dir": -1,
          "entryPrice": 2127.128,
          "exitPrice": 2130.884,
          "stopDistance": 3.756,
          "outcome": "stop",
          "netR": -1.1118,
          "holdMinutes": 13
        },
        {
          "entryTs": 1709835300,
          "entryUtc": "2024-03-07T18:15:00.000Z",
          "exitTs": 1709857920,
          "dir": -1,
          "entryPrice": 2157.535,
          "exitPrice": 2162.844,
          "stopDistance": 5.309,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 377
        },
        {
          "entryTs": 1709905500,
          "entryUtc": "2024-03-08T13:45:00.000Z",
          "exitTs": 1709905800,
          "dir": 1,
          "entryPrice": 2180.605,
          "exitPrice": 2174.309,
          "stopDistance": 6.296,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 5
        },
        {
          "entryTs": 1710147600,
          "entryUtc": "2024-03-11T09:00:00.000Z",
          "exitTs": 1710164220,
          "dir": 1,
          "entryPrice": 2177.325,
          "exitPrice": 2183.533,
          "stopDistance": 3.104,
          "outcome": "target",
          "netR": 1.8808,
          "holdMinutes": 277
        },
        {
          "entryTs": 1710305100,
          "entryUtc": "2024-03-13T04:45:00.000Z",
          "exitTs": 1710326520,
          "dir": 1,
          "entryPrice": 2157.925,
          "exitPrice": 2163.321,
          "stopDistance": 2.698,
          "outcome": "target",
          "netR": 1.8629,
          "holdMinutes": 357
        },
        {
          "entryTs": 1710417600,
          "entryUtc": "2024-03-14T12:00:00.000Z",
          "exitTs": 1710418620,
          "dir": 1,
          "entryPrice": 2168.385,
          "exitPrice": 2166.108,
          "stopDistance": 2.277,
          "outcome": "stop",
          "netR": -1.1845,
          "holdMinutes": 17
        },
        {
          "entryTs": 1710745200,
          "entryUtc": "2024-03-18T07:00:00.000Z",
          "exitTs": 1710746880,
          "dir": -1,
          "entryPrice": 2147.975,
          "exitPrice": 2150.461,
          "stopDistance": 2.486,
          "outcome": "stop",
          "netR": -1.1689,
          "holdMinutes": 28
        },
        {
          "entryTs": 1710868500,
          "entryUtc": "2024-03-19T17:15:00.000Z",
          "exitTs": 1710886800,
          "dir": -1,
          "entryPrice": 2155.555,
          "exitPrice": 2159.293,
          "stopDistance": 3.739,
          "outcome": "stop",
          "netR": -1.1123,
          "holdMinutes": 305
        },
        {
          "entryTs": 1710956700,
          "entryUtc": "2024-03-20T17:45:00.000Z",
          "exitTs": 1710957600,
          "dir": -1,
          "entryPrice": 2157.455,
          "exitPrice": 2160.96,
          "stopDistance": 3.505,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 15
        },
        {
          "entryTs": 1711071900,
          "entryUtc": "2024-03-22T01:45:00.000Z",
          "exitTs": 1711072200,
          "dir": 1,
          "entryPrice": 2181.535,
          "exitPrice": 2178.461,
          "stopDistance": 3.074,
          "outcome": "stop",
          "netR": -1.1366,
          "holdMinutes": 5
        },
        {
          "entryTs": 1711088100,
          "entryUtc": "2024-03-22T06:15:00.000Z",
          "exitTs": 1711090140,
          "dir": 1,
          "entryPrice": 2174.335,
          "exitPrice": 2171.079,
          "stopDistance": 3.256,
          "outcome": "stop",
          "netR": -1.129,
          "holdMinutes": 34
        },
        {
          "entryTs": 1711350900,
          "entryUtc": "2024-03-25T07:15:00.000Z",
          "exitTs": 1711368240,
          "dir": 1,
          "entryPrice": 2166.685,
          "exitPrice": 2173.573,
          "stopDistance": 3.444,
          "outcome": "target",
          "netR": 1.8926,
          "holdMinutes": 289
        },
        {
          "entryTs": 1711415700,
          "entryUtc": "2024-03-26T01:15:00.000Z",
          "exitTs": 1711417320,
          "dir": 1,
          "entryPrice": 2172.075,
          "exitPrice": 2169.806,
          "stopDistance": 2.269,
          "outcome": "stop",
          "netR": -1.1851,
          "holdMinutes": 27
        },
        {
          "entryTs": 1711509300,
          "entryUtc": "2024-03-27T03:15:00.000Z",
          "exitTs": 1711532520,
          "dir": -1,
          "entryPrice": 2180.115,
          "exitPrice": 2183.394,
          "stopDistance": 3.279,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 387
        },
        {
          "entryTs": 1711580400,
          "entryUtc": "2024-03-27T23:00:00.000Z",
          "exitTs": 1711584060,
          "dir": 1,
          "entryPrice": 2192.278,
          "exitPrice": 2189.298,
          "stopDistance": 2.98,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 61
        },
        {
          "entryTs": 1712143800,
          "entryUtc": "2024-04-03T11:30:00.000Z",
          "exitTs": 1712147160,
          "dir": 1,
          "entryPrice": 2270.475,
          "exitPrice": 2265.815,
          "stopDistance": 4.66,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 56
        },
        {
          "entryTs": 1712209500,
          "entryUtc": "2024-04-04T05:45:00.000Z",
          "exitTs": 1712214660,
          "dir": 1,
          "entryPrice": 2297.445,
          "exitPrice": 2294.158,
          "stopDistance": 3.287,
          "outcome": "stop",
          "netR": -1.1278,
          "holdMinutes": 86
        },
        {
          "entryTs": 1712323800,
          "entryUtc": "2024-04-05T13:30:00.000Z",
          "exitTs": 1712325060,
          "dir": -1,
          "entryPrice": 2295.405,
          "exitPrice": 2302.47,
          "stopDistance": 7.065,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 21
        },
        {
          "entryTs": 1712578500,
          "entryUtc": "2024-04-08T12:15:00.000Z",
          "exitTs": 1712578980,
          "dir": 1,
          "entryPrice": 2335.065,
          "exitPrice": 2328.974,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 8
        },
        {
          "entryTs": 1712640600,
          "entryUtc": "2024-04-09T05:30:00.000Z",
          "exitTs": 1712646780,
          "dir": -1,
          "entryPrice": 2345.125,
          "exitPrice": 2348.758,
          "stopDistance": 3.633,
          "outcome": "stop",
          "netR": -1.1156,
          "holdMinutes": 103
        },
        {
          "entryTs": 1712670300,
          "entryUtc": "2024-04-09T13:45:00.000Z",
          "exitTs": 1712671920,
          "dir": -1,
          "entryPrice": 2354.534,
          "exitPrice": 2361.156,
          "stopDistance": 6.622,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 27
        },
        {
          "entryTs": 1713236400,
          "entryUtc": "2024-04-16T03:00:00.000Z",
          "exitTs": 1713249660,
          "dir": -1,
          "entryPrice": 2385.995,
          "exitPrice": 2373.584,
          "stopDistance": 6.206,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 221
        },
        {
          "entryTs": 1713270600,
          "entryUtc": "2024-04-16T12:30:00.000Z",
          "exitTs": 1713271560,
          "dir": -1,
          "entryPrice": 2371.735,
          "exitPrice": 2377.516,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 16
        },
        {
          "entryTs": 1713329100,
          "entryUtc": "2024-04-17T04:45:00.000Z",
          "exitTs": 1713332040,
          "dir": 1,
          "entryPrice": 2381.655,
          "exitPrice": 2377.837,
          "stopDistance": 3.818,
          "outcome": "stop",
          "netR": -1.11,
          "holdMinutes": 49
        },
        {
          "entryTs": 1713515400,
          "entryUtc": "2024-04-19T08:30:00.000Z",
          "exitTs": 1713545700,
          "dir": 1,
          "entryPrice": 2380.855,
          "exitPrice": 2398.482,
          "stopDistance": 8.814,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 505
        },
        {
          "entryTs": 1713919500,
          "entryUtc": "2024-04-24T00:45:00.000Z",
          "exitTs": 1713920460,
          "dir": 1,
          "entryPrice": 2321.695,
          "exitPrice": 2318.416,
          "stopDistance": 3.28,
          "outcome": "stop",
          "netR": -1.1281,
          "holdMinutes": 16
        },
        {
          "entryTs": 1714436100,
          "entryUtc": "2024-04-30T00:15:00.000Z",
          "exitTs": 1714443240,
          "dir": 1,
          "entryPrice": 2333.395,
          "exitPrice": 2329.797,
          "stopDistance": 3.598,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 119
        },
        {
          "entryTs": 1714534200,
          "entryUtc": "2024-05-01T03:30:00.000Z",
          "exitTs": 1714535760,
          "dir": 1,
          "entryPrice": 2287.325,
          "exitPrice": 2283.774,
          "stopDistance": 3.551,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 26
        },
        {
          "entryTs": 1714633200,
          "entryUtc": "2024-05-02T07:00:00.000Z",
          "exitTs": 1714634100,
          "dir": 1,
          "entryPrice": 2313.445,
          "exitPrice": 2309.157,
          "stopDistance": 4.288,
          "outcome": "stop",
          "netR": -1.0979,
          "holdMinutes": 15
        },
        {
          "entryTs": 1714947300,
          "entryUtc": "2024-05-05T22:15:00.000Z",
          "exitTs": 1714958880,
          "dir": -1,
          "entryPrice": 2302.595,
          "exitPrice": 2308.142,
          "stopDistance": 5.547,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 193
        },
        {
          "entryTs": 1715038200,
          "entryUtc": "2024-05-06T23:30:00.000Z",
          "exitTs": 1715047920,
          "dir": 1,
          "entryPrice": 2324.905,
          "exitPrice": 2320.885,
          "stopDistance": 4.02,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 162
        },
        {
          "entryTs": 1715241600,
          "entryUtc": "2024-05-09T08:00:00.000Z",
          "exitTs": 1715255400,
          "dir": 1,
          "entryPrice": 2309.205,
          "exitPrice": 2315.945,
          "stopDistance": 3.37,
          "outcome": "target",
          "netR": 1.8902,
          "holdMinutes": 230
        },
        {
          "entryTs": 1715644800,
          "entryUtc": "2024-05-14T00:00:00.000Z",
          "exitTs": 1715649600,
          "dir": -1,
          "entryPrice": 2338.275,
          "exitPrice": 2340.784,
          "stopDistance": 2.509,
          "outcome": "stop",
          "netR": -1.1674,
          "holdMinutes": 80
        },
        {
          "entryTs": 1715690700,
          "entryUtc": "2024-05-14T12:45:00.000Z",
          "exitTs": 1715695260,
          "dir": 1,
          "entryPrice": 2346.398,
          "exitPrice": 2355.94,
          "stopDistance": 4.771,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 76
        },
        {
          "entryTs": 1716303600,
          "entryUtc": "2024-05-21T15:00:00.000Z",
          "exitTs": 1716346320,
          "dir": -1,
          "entryPrice": 2429.428,
          "exitPrice": 2417.152,
          "stopDistance": 6.138,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 712
        },
        {
          "entryTs": 1716372900,
          "entryUtc": "2024-05-22T10:15:00.000Z",
          "exitTs": 1716378120,
          "dir": -1,
          "entryPrice": 2417.278,
          "exitPrice": 2408.599,
          "stopDistance": 4.339,
          "outcome": "target",
          "netR": 1.9147,
          "holdMinutes": 87
        },
        {
          "entryTs": 1716462000,
          "entryUtc": "2024-05-23T11:00:00.000Z",
          "exitTs": 1716472020,
          "dir": -1,
          "entryPrice": 2366.285,
          "exitPrice": 2356.377,
          "stopDistance": 4.954,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 167
        },
        {
          "entryTs": 1716472800,
          "entryUtc": "2024-05-23T14:00:00.000Z",
          "exitTs": 1716473700,
          "dir": 1,
          "entryPrice": 2358.485,
          "exitPrice": 2351.248,
          "stopDistance": 7.237,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 15
        },
        {
          "entryTs": 1716579900,
          "entryUtc": "2024-05-24T19:45:00.000Z",
          "exitTs": 1716760800,
          "dir": 1,
          "entryPrice": 2333.195,
          "exitPrice": 2335.775,
          "stopDistance": 3.753,
          "outcome": "time",
          "netR": 0.5888,
          "holdMinutes": 3015
        },
        {
          "entryTs": 1716761700,
          "entryUtc": "2024-05-26T22:15:00.000Z",
          "exitTs": 1716763320,
          "dir": -1,
          "entryPrice": 2336.678,
          "exitPrice": 2340.023,
          "stopDistance": 3.345,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 27
        },
        {
          "entryTs": 1716777000,
          "entryUtc": "2024-05-27T02:30:00.000Z",
          "exitTs": 1716778080,
          "dir": -1,
          "entryPrice": 2340.125,
          "exitPrice": 2343.636,
          "stopDistance": 3.511,
          "outcome": "stop",
          "netR": -1.1196,
          "holdMinutes": 18
        },
        {
          "entryTs": 1716886800,
          "entryUtc": "2024-05-28T09:00:00.000Z",
          "exitTs": 1716898020,
          "dir": -1,
          "entryPrice": 2344.815,
          "exitPrice": 2348.584,
          "stopDistance": 3.769,
          "outcome": "stop",
          "netR": -1.1114,
          "holdMinutes": 187
        },
        {
          "entryTs": 1716961500,
          "entryUtc": "2024-05-29T05:45:00.000Z",
          "exitTs": 1716963840,
          "dir": -1,
          "entryPrice": 2358.275,
          "exitPrice": 2351.889,
          "stopDistance": 3.193,
          "outcome": "target",
          "netR": 1.8841,
          "holdMinutes": 39
        },
        {
          "entryTs": 1717032600,
          "entryUtc": "2024-05-30T01:30:00.000Z",
          "exitTs": 1717036740,
          "dir": -1,
          "entryPrice": 2338.095,
          "exitPrice": 2331.663,
          "stopDistance": 3.216,
          "outcome": "target",
          "netR": 1.885,
          "holdMinutes": 69
        },
        {
          "entryTs": 1717410600,
          "entryUtc": "2024-06-03T10:30:00.000Z",
          "exitTs": 1717411380,
          "dir": -1,
          "entryPrice": 2328.115,
          "exitPrice": 2332.497,
          "stopDistance": 4.382,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 13
        },
        {
          "entryTs": 1717543800,
          "entryUtc": "2024-06-04T23:30:00.000Z",
          "exitTs": 1717552440,
          "dir": -1,
          "entryPrice": 2327.865,
          "exitPrice": 2330.731,
          "stopDistance": 2.866,
          "outcome": "stop",
          "netR": -1.1465,
          "holdMinutes": 144
        },
        {
          "entryTs": 1717677900,
          "entryUtc": "2024-06-06T12:45:00.000Z",
          "exitTs": 1717680600,
          "dir": -1,
          "entryPrice": 2357.525,
          "exitPrice": 2361.776,
          "stopDistance": 4.251,
          "outcome": "stop",
          "netR": -1.0988,
          "holdMinutes": 45
        },
        {
          "entryTs": 1717697700,
          "entryUtc": "2024-06-06T18:15:00.000Z",
          "exitTs": 1717732260,
          "dir": 1,
          "entryPrice": 2370.385,
          "exitPrice": 2381.811,
          "stopDistance": 5.713,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 576
        },
        {
          "entryTs": 1717992900,
          "entryUtc": "2024-06-10T04:15:00.000Z",
          "exitTs": 1718001720,
          "dir": 1,
          "entryPrice": 2293.995,
          "exitPrice": 2289.978,
          "stopDistance": 4.017,
          "outcome": "stop",
          "netR": -1.1046,
          "holdMinutes": 147
        },
        {
          "entryTs": 1718088300,
          "entryUtc": "2024-06-11T06:45:00.000Z",
          "exitTs": 1718093460,
          "dir": -1,
          "entryPrice": 2302.625,
          "exitPrice": 2306.112,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1204,
          "holdMinutes": 86
        },
        {
          "entryTs": 1718195400,
          "entryUtc": "2024-06-12T12:30:00.000Z",
          "exitTs": 1718195400,
          "dir": -1,
          "entryPrice": 2314.783,
          "exitPrice": 2317.785,
          "stopDistance": 3.002,
          "outcome": "stop",
          "netR": -1.1399,
          "holdMinutes": 0
        },
        {
          "entryTs": 1718586900,
          "entryUtc": "2024-06-17T01:15:00.000Z",
          "exitTs": 1718592240,
          "dir": 1,
          "entryPrice": 2325.298,
          "exitPrice": 2322.133,
          "stopDistance": 3.165,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 89
        },
        {
          "entryTs": 1718624700,
          "entryUtc": "2024-06-17T11:45:00.000Z",
          "exitTs": 1718634660,
          "dir": 1,
          "entryPrice": 2319.505,
          "exitPrice": 2326.503,
          "stopDistance": 3.499,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 166
        },
        {
          "entryTs": 1718694000,
          "entryUtc": "2024-06-18T07:00:00.000Z",
          "exitTs": 1718696280,
          "dir": 1,
          "entryPrice": 2319.955,
          "exitPrice": 2316.944,
          "stopDistance": 3.011,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 38
        },
        {
          "entryTs": 1718762400,
          "entryUtc": "2024-06-19T02:00:00.000Z",
          "exitTs": 1718784000,
          "dir": -1,
          "entryPrice": 2330.045,
          "exitPrice": 2332.767,
          "stopDistance": 2.722,
          "outcome": "stop",
          "netR": -1.1543,
          "holdMinutes": 360
        },
        {
          "entryTs": 1719207900,
          "entryUtc": "2024-06-24T05:45:00.000Z",
          "exitTs": 1719214020,
          "dir": -1,
          "entryPrice": 2323.918,
          "exitPrice": 2326.929,
          "stopDistance": 3.011,
          "outcome": "stop",
          "netR": -1.1395,
          "holdMinutes": 102
        },
        {
          "entryTs": 1719231300,
          "entryUtc": "2024-06-24T12:15:00.000Z",
          "exitTs": 1719236100,
          "dir": 1,
          "entryPrice": 2325.778,
          "exitPrice": 2333.421,
          "stopDistance": 3.822,
          "outcome": "target",
          "netR": 1.9032,
          "holdMinutes": 80
        },
        {
          "entryTs": 1719253800,
          "entryUtc": "2024-06-24T18:30:00.000Z",
          "exitTs": 1719279120,
          "dir": -1,
          "entryPrice": 2333.495,
          "exitPrice": 2326.265,
          "stopDistance": 3.615,
          "outcome": "target",
          "netR": 1.8976,
          "holdMinutes": 422
        },
        {
          "entryTs": 1719445500,
          "entryUtc": "2024-06-26T23:45:00.000Z",
          "exitTs": 1719469980,
          "dir": 1,
          "entryPrice": 2297.905,
          "exitPrice": 2302.793,
          "stopDistance": 2.444,
          "outcome": "target",
          "netR": 1.8486,
          "holdMinutes": 408
        },
        {
          "entryTs": 1719525600,
          "entryUtc": "2024-06-27T22:00:00.000Z",
          "exitTs": 1719536640,
          "dir": -1,
          "entryPrice": 2327.108,
          "exitPrice": 2320.753,
          "stopDistance": 3.177,
          "outcome": "target",
          "netR": 1.8835,
          "holdMinutes": 184
        },
        {
          "entryTs": 1719969300,
          "entryUtc": "2024-07-03T01:15:00.000Z",
          "exitTs": 1719970620,
          "dir": 1,
          "entryPrice": 2330.928,
          "exitPrice": 2328.593,
          "stopDistance": 2.335,
          "outcome": "stop",
          "netR": -1.1799,
          "holdMinutes": 22
        },
        {
          "entryTs": 1720107000,
          "entryUtc": "2024-07-04T15:30:00.000Z",
          "exitTs": 1720131600,
          "dir": 1,
          "entryPrice": 2359.028,
          "exitPrice": 2355.861,
          "stopDistance": 3.167,
          "outcome": "stop",
          "netR": -1.1326,
          "holdMinutes": 410
        },
        {
          "entryTs": 1720137600,
          "entryUtc": "2024-07-05T00:00:00.000Z",
          "exitTs": 1720140000,
          "dir": -1,
          "entryPrice": 2356.655,
          "exitPrice": 2358.678,
          "stopDistance": 2.023,
          "outcome": "stop",
          "netR": -1.2076,
          "holdMinutes": 40
        },
        {
          "entryTs": 1720401300,
          "entryUtc": "2024-07-08T01:15:00.000Z",
          "exitTs": 1720402920,
          "dir": 1,
          "entryPrice": 2389.625,
          "exitPrice": 2385.939,
          "stopDistance": 3.686,
          "outcome": "stop",
          "netR": -1.114,
          "holdMinutes": 27
        },
        {
          "entryTs": 1720608300,
          "entryUtc": "2024-07-10T10:45:00.000Z",
          "exitTs": 1720611420,
          "dir": -1,
          "entryPrice": 2373.448,
          "exitPrice": 2376.094,
          "stopDistance": 2.646,
          "outcome": "stop",
          "netR": -1.1587,
          "holdMinutes": 52
        },
        {
          "entryTs": 1720793700,
          "entryUtc": "2024-07-12T14:15:00.000Z",
          "exitTs": 1720801800,
          "dir": -1,
          "entryPrice": 2409.025,
          "exitPrice": 2415.351,
          "stopDistance": 6.326,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 135
        },
        {
          "entryTs": 1721088900,
          "entryUtc": "2024-07-16T00:15:00.000Z",
          "exitTs": 1721095320,
          "dir": 1,
          "entryPrice": 2422.124,
          "exitPrice": 2427.697,
          "stopDistance": 2.787,
          "outcome": "target",
          "netR": 1.8672,
          "holdMinutes": 107
        },
        {
          "entryTs": 1721133900,
          "entryUtc": "2024-07-16T12:45:00.000Z",
          "exitTs": 1721137320,
          "dir": 1,
          "entryPrice": 2434.358,
          "exitPrice": 2444.555,
          "stopDistance": 5.098,
          "outcome": "target",
          "netR": 1.9274,
          "holdMinutes": 57
        },
        {
          "entryTs": 1721755800,
          "entryUtc": "2024-07-23T17:30:00.000Z",
          "exitTs": 1721783400,
          "dir": -1,
          "entryPrice": 2405.945,
          "exitPrice": 2410.6,
          "stopDistance": 4.655,
          "outcome": "stop",
          "netR": -1.0902,
          "holdMinutes": 460
        },
        {
          "entryTs": 1721878200,
          "entryUtc": "2024-07-25T03:30:00.000Z",
          "exitTs": 1721909520,
          "dir": 1,
          "entryPrice": 2370.625,
          "exitPrice": 2363.031,
          "stopDistance": 7.594,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 522
        },
        {
          "entryTs": 1722259800,
          "entryUtc": "2024-07-29T13:30:00.000Z",
          "exitTs": 1722264120,
          "dir": -1,
          "entryPrice": 2393.618,
          "exitPrice": 2383.604,
          "stopDistance": 5.007,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 72
        },
        {
          "entryTs": 1722428100,
          "entryUtc": "2024-07-31T12:15:00.000Z",
          "exitTs": 1722434100,
          "dir": 1,
          "entryPrice": 2418.305,
          "exitPrice": 2426.72,
          "stopDistance": 4.208,
          "outcome": "target",
          "netR": 1.9121,
          "holdMinutes": 100
        },
        {
          "entryTs": 1723054500,
          "entryUtc": "2024-08-07T18:15:00.000Z",
          "exitTs": 1723062360,
          "dir": 1,
          "entryPrice": 2388.785,
          "exitPrice": 2383.062,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 131
        },
        {
          "entryTs": 1723139100,
          "entryUtc": "2024-08-08T17:45:00.000Z",
          "exitTs": 1723168800,
          "dir": -1,
          "entryPrice": 2421.725,
          "exitPrice": 2428.824,
          "stopDistance": 7.098,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 495
        },
        {
          "entryTs": 1723214700,
          "entryUtc": "2024-08-09T14:45:00.000Z",
          "exitTs": 1723222920,
          "dir": -1,
          "entryPrice": 2430.464,
          "exitPrice": 2436.247,
          "stopDistance": 5.783,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 137
        },
        {
          "entryTs": 1723414500,
          "entryUtc": "2024-08-11T22:15:00.000Z",
          "exitTs": 1723427160,
          "dir": 1,
          "entryPrice": 2429.375,
          "exitPrice": 2425.652,
          "stopDistance": 3.723,
          "outcome": "stop",
          "netR": -1.1128,
          "holdMinutes": 211
        },
        {
          "entryTs": 1723509900,
          "entryUtc": "2024-08-13T00:45:00.000Z",
          "exitTs": 1723511640,
          "dir": 1,
          "entryPrice": 2469.665,
          "exitPrice": 2466.115,
          "stopDistance": 3.55,
          "outcome": "stop",
          "netR": -1.1183,
          "holdMinutes": 29
        },
        {
          "entryTs": 1723525200,
          "entryUtc": "2024-08-13T05:00:00.000Z",
          "exitTs": 1723552200,
          "dir": 1,
          "entryPrice": 2461.895,
          "exitPrice": 2469.709,
          "stopDistance": 3.907,
          "outcome": "target",
          "netR": 1.9053,
          "holdMinutes": 450
        },
        {
          "entryTs": 1723555800,
          "entryUtc": "2024-08-13T13:30:00.000Z",
          "exitTs": 1723601580,
          "dir": 1,
          "entryPrice": 2467.208,
          "exitPrice": 2461.607,
          "stopDistance": 5.601,
          "outcome": "stop",
          "netR": -1.075,
          "holdMinutes": 763
        },
        {
          "entryTs": 1723679100,
          "entryUtc": "2024-08-14T23:45:00.000Z",
          "exitTs": 1723682160,
          "dir": -1,
          "entryPrice": 2448.515,
          "exitPrice": 2451.68,
          "stopDistance": 3.165,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 51
        },
        {
          "entryTs": 1723775400,
          "entryUtc": "2024-08-16T02:30:00.000Z",
          "exitTs": 1723778340,
          "dir": 1,
          "entryPrice": 2454.785,
          "exitPrice": 2451.331,
          "stopDistance": 3.454,
          "outcome": "stop",
          "netR": -1.1216,
          "holdMinutes": 49
        },
        {
          "entryTs": 1724056200,
          "entryUtc": "2024-08-19T08:30:00.000Z",
          "exitTs": 1724062260,
          "dir": -1,
          "entryPrice": 2505.828,
          "exitPrice": 2496.875,
          "stopDistance": 4.476,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 101
        },
        {
          "entryTs": 1724112900,
          "entryUtc": "2024-08-20T00:15:00.000Z",
          "exitTs": 1724114460,
          "dir": -1,
          "entryPrice": 2503.985,
          "exitPrice": 2506.706,
          "stopDistance": 2.721,
          "outcome": "stop",
          "netR": -1.1544,
          "holdMinutes": 26
        },
        {
          "entryTs": 1724364900,
          "entryUtc": "2024-08-22T22:15:00.000Z",
          "exitTs": 1724373360,
          "dir": -1,
          "entryPrice": 2484.504,
          "exitPrice": 2488.715,
          "stopDistance": 4.211,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 141
        },
        {
          "entryTs": 1724768100,
          "entryUtc": "2024-08-27T14:15:00.000Z",
          "exitTs": 1724780520,
          "dir": -1,
          "entryPrice": 2515.325,
          "exitPrice": 2521.35,
          "stopDistance": 6.025,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 207
        },
        {
          "entryTs": 1724798700,
          "entryUtc": "2024-08-27T22:45:00.000Z",
          "exitTs": 1724800080,
          "dir": -1,
          "entryPrice": 2525.648,
          "exitPrice": 2528.622,
          "stopDistance": 2.974,
          "outcome": "stop",
          "netR": -1.1412,
          "holdMinutes": 23
        },
        {
          "entryTs": 1724819400,
          "entryUtc": "2024-08-28T04:30:00.000Z",
          "exitTs": 1724820600,
          "dir": 1,
          "entryPrice": 2513.775,
          "exitPrice": 2510.422,
          "stopDistance": 3.353,
          "outcome": "stop",
          "netR": -1.1253,
          "holdMinutes": 20
        },
        {
          "entryTs": 1724934600,
          "entryUtc": "2024-08-29T12:30:00.000Z",
          "exitTs": 1724934600,
          "dir": 1,
          "entryPrice": 2515.848,
          "exitPrice": 2511.746,
          "stopDistance": 4.102,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 0
        },
        {
          "entryTs": 1724944500,
          "entryUtc": "2024-08-29T15:15:00.000Z",
          "exitTs": 1725028140,
          "dir": -1,
          "entryPrice": 2523.515,
          "exitPrice": 2510.714,
          "stopDistance": 6.401,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 1394
        },
        {
          "entryTs": 1725406200,
          "entryUtc": "2024-09-03T23:30:00.000Z",
          "exitTs": 1725431460,
          "dir": -1,
          "entryPrice": 2494.155,
          "exitPrice": 2487.346,
          "stopDistance": 3.405,
          "outcome": "target",
          "netR": 1.8913,
          "holdMinutes": 421
        },
        {
          "entryTs": 1725459300,
          "entryUtc": "2024-09-04T14:15:00.000Z",
          "exitTs": 1725460980,
          "dir": -1,
          "entryPrice": 2491.444,
          "exitPrice": 2498.357,
          "stopDistance": 6.913,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 28
        },
        {
          "entryTs": 1725498900,
          "entryUtc": "2024-09-05T01:15:00.000Z",
          "exitTs": 1725499380,
          "dir": -1,
          "entryPrice": 2495.865,
          "exitPrice": 2498.478,
          "stopDistance": 2.613,
          "outcome": "stop",
          "netR": -1.1607,
          "holdMinutes": 8
        },
        {
          "entryTs": 1725542100,
          "entryUtc": "2024-09-05T13:15:00.000Z",
          "exitTs": 1725544920,
          "dir": 1,
          "entryPrice": 2514.685,
          "exitPrice": 2509.433,
          "stopDistance": 5.252,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 47
        },
        {
          "entryTs": 1725622200,
          "entryUtc": "2024-09-06T11:30:00.000Z",
          "exitTs": 1725624660,
          "dir": -1,
          "entryPrice": 2518.395,
          "exitPrice": 2512.816,
          "stopDistance": 2.789,
          "outcome": "target",
          "netR": 1.8673,
          "holdMinutes": 41
        },
        {
          "entryTs": 1725840900,
          "entryUtc": "2024-09-09T00:15:00.000Z",
          "exitTs": 1725860820,
          "dir": -1,
          "entryPrice": 2497.485,
          "exitPrice": 2489.321,
          "stopDistance": 4.082,
          "outcome": "target",
          "netR": 1.9094,
          "holdMinutes": 332
        },
        {
          "entryTs": 1725903900,
          "entryUtc": "2024-09-09T17:45:00.000Z",
          "exitTs": 1725925440,
          "dir": -1,
          "entryPrice": 2502.365,
          "exitPrice": 2507.152,
          "stopDistance": 4.787,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 359
        },
        {
          "entryTs": 1726165800,
          "entryUtc": "2024-09-12T18:30:00.000Z",
          "exitTs": 1726188180,
          "dir": -1,
          "entryPrice": 2554.545,
          "exitPrice": 2561.036,
          "stopDistance": 6.491,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 373
        },
        {
          "entryTs": 1726214400,
          "entryUtc": "2024-09-13T08:00:00.000Z",
          "exitTs": 1726232220,
          "dir": -1,
          "entryPrice": 2569.695,
          "exitPrice": 2573.835,
          "stopDistance": 4.14,
          "outcome": "stop",
          "netR": -1.1014,
          "holdMinutes": 297
        },
        {
          "entryTs": 1726495200,
          "entryUtc": "2024-09-16T14:00:00.000Z",
          "exitTs": 1726496400,
          "dir": -1,
          "entryPrice": 2588.155,
          "exitPrice": 2578.294,
          "stopDistance": 4.931,
          "outcome": "target",
          "netR": 1.925,
          "holdMinutes": 20
        },
        {
          "entryTs": 1726530300,
          "entryUtc": "2024-09-16T23:45:00.000Z",
          "exitTs": 1726535880,
          "dir": -1,
          "entryPrice": 2583.265,
          "exitPrice": 2578.703,
          "stopDistance": 2.281,
          "outcome": "target",
          "netR": 1.8378,
          "holdMinutes": 93
        },
        {
          "entryTs": 1726712100,
          "entryUtc": "2024-09-19T02:15:00.000Z",
          "exitTs": 1726714200,
          "dir": -1,
          "entryPrice": 2559.115,
          "exitPrice": 2565.718,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 35
        },
        {
          "entryTs": 1727054100,
          "entryUtc": "2024-09-23T01:15:00.000Z",
          "exitTs": 1727060220,
          "dir": 1,
          "entryPrice": 2619.285,
          "exitPrice": 2625.693,
          "stopDistance": 3.204,
          "outcome": "target",
          "netR": 1.8845,
          "holdMinutes": 102
        },
        {
          "entryTs": 1727099100,
          "entryUtc": "2024-09-23T13:45:00.000Z",
          "exitTs": 1727149320,
          "dir": -1,
          "entryPrice": 2630.074,
          "exitPrice": 2634.767,
          "stopDistance": 4.693,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 837
        },
        {
          "entryTs": 1727228700,
          "entryUtc": "2024-09-25T01:45:00.000Z",
          "exitTs": 1727232660,
          "dir": 1,
          "entryPrice": 2657.244,
          "exitPrice": 2665.251,
          "stopDistance": 4.004,
          "outcome": "target",
          "netR": 1.9076,
          "holdMinutes": 66
        },
        {
          "entryTs": 1727281800,
          "entryUtc": "2024-09-25T16:30:00.000Z",
          "exitTs": 1727337120,
          "dir": 1,
          "entryPrice": 2654.565,
          "exitPrice": 2666.163,
          "stopDistance": 5.799,
          "outcome": "target",
          "netR": 1.9362,
          "holdMinutes": 922
        },
        {
          "entryTs": 1727459100,
          "entryUtc": "2024-09-27T17:45:00.000Z",
          "exitTs": 1727470500,
          "dir": 1,
          "entryPrice": 2645.005,
          "exitPrice": 2659.051,
          "stopDistance": 7.023,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 190
        },
        {
          "entryTs": 1727970300,
          "entryUtc": "2024-10-03T15:45:00.000Z",
          "exitTs": 1727973360,
          "dir": -1,
          "entryPrice": 2648.664,
          "exitPrice": 2656.018,
          "stopDistance": 7.353,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 51
        },
        {
          "entryTs": 1728435600,
          "entryUtc": "2024-10-09T01:00:00.000Z",
          "exitTs": 1728439800,
          "dir": 1,
          "entryPrice": 2621.035,
          "exitPrice": 2617.529,
          "stopDistance": 3.506,
          "outcome": "stop",
          "netR": -1.1198,
          "holdMinutes": 70
        },
        {
          "entryTs": 1729087200,
          "entryUtc": "2024-10-16T14:00:00.000Z",
          "exitTs": 1729090980,
          "dir": 1,
          "entryPrice": 2674.958,
          "exitPrice": 2669.273,
          "stopDistance": 5.685,
          "outcome": "stop",
          "netR": -1.0739,
          "holdMinutes": 63
        },
        {
          "entryTs": 1729101600,
          "entryUtc": "2024-10-16T18:00:00.000Z",
          "exitTs": 1729129320,
          "dir": -1,
          "entryPrice": 2675.168,
          "exitPrice": 2680.472,
          "stopDistance": 5.304,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 462
        },
        {
          "entryTs": 1729173600,
          "entryUtc": "2024-10-17T14:00:00.000Z",
          "exitTs": 1729175880,
          "dir": -1,
          "entryPrice": 2688.725,
          "exitPrice": 2694.492,
          "stopDistance": 5.767,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 38
        },
        {
          "entryTs": 1729499400,
          "entryUtc": "2024-10-21T08:30:00.000Z",
          "exitTs": 1729510260,
          "dir": -1,
          "entryPrice": 2732.525,
          "exitPrice": 2736.797,
          "stopDistance": 4.272,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 181
        },
        {
          "entryTs": 1729732500,
          "entryUtc": "2024-10-24T01:15:00.000Z",
          "exitTs": 1729745400,
          "dir": -1,
          "entryPrice": 2722.948,
          "exitPrice": 2726.732,
          "stopDistance": 3.784,
          "outcome": "stop",
          "netR": -1.111,
          "holdMinutes": 215
        },
        {
          "entryTs": 1729770300,
          "entryUtc": "2024-10-24T11:45:00.000Z",
          "exitTs": 1729776480,
          "dir": -1,
          "entryPrice": 2738.505,
          "exitPrice": 2741.992,
          "stopDistance": 3.487,
          "outcome": "stop",
          "netR": -1.1205,
          "holdMinutes": 103
        },
        {
          "entryTs": 1730160900,
          "entryUtc": "2024-10-29T00:15:00.000Z",
          "exitTs": 1730163840,
          "dir": -1,
          "entryPrice": 2744.575,
          "exitPrice": 2747.2,
          "stopDistance": 2.625,
          "outcome": "stop",
          "netR": -1.16,
          "holdMinutes": 49
        },
        {
          "entryTs": 1730190600,
          "entryUtc": "2024-10-29T08:30:00.000Z",
          "exitTs": 1730209020,
          "dir": 1,
          "entryPrice": 2749.995,
          "exitPrice": 2758.224,
          "stopDistance": 4.114,
          "outcome": "target",
          "netR": 1.9101,
          "holdMinutes": 307
        },
        {
          "entryTs": 1730290500,
          "entryUtc": "2024-10-30T12:15:00.000Z",
          "exitTs": 1730290500,
          "dir": 1,
          "entryPrice": 2777.478,
          "exitPrice": 2773.54,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 0
        },
        {
          "entryTs": 1730334600,
          "entryUtc": "2024-10-31T00:30:00.000Z",
          "exitTs": 1730336520,
          "dir": -1,
          "entryPrice": 2786.065,
          "exitPrice": 2789.02,
          "stopDistance": 2.955,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 32
        },
        {
          "entryTs": 1730337300,
          "entryUtc": "2024-10-31T01:15:00.000Z",
          "exitTs": 1730357700,
          "dir": -1,
          "entryPrice": 2787.704,
          "exitPrice": 2781.89,
          "stopDistance": 2.907,
          "outcome": "target",
          "netR": 1.8727,
          "holdMinutes": 340
        },
        {
          "entryTs": 1730710800,
          "entryUtc": "2024-11-04T09:00:00.000Z",
          "exitTs": 1730712660,
          "dir": 1,
          "entryPrice": 2733.215,
          "exitPrice": 2742.391,
          "stopDistance": 4.588,
          "outcome": "target",
          "netR": 1.9194,
          "holdMinutes": 31
        },
        {
          "entryTs": 1730784600,
          "entryUtc": "2024-11-05T05:30:00.000Z",
          "exitTs": 1730790300,
          "dir": -1,
          "entryPrice": 2735.565,
          "exitPrice": 2739.033,
          "stopDistance": 3.468,
          "outcome": "stop",
          "netR": -1.1211,
          "holdMinutes": 95
        },
        {
          "entryTs": 1731101400,
          "entryUtc": "2024-11-08T21:30:00.000Z",
          "exitTs": 1731279600,
          "dir": 1,
          "entryPrice": 2683.405,
          "exitPrice": 2679.059,
          "stopDistance": 4.346,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1731321000,
          "entryUtc": "2024-11-11T10:30:00.000Z",
          "exitTs": 1731322980,
          "dir": -1,
          "entryPrice": 2670.295,
          "exitPrice": 2660.118,
          "stopDistance": 5.089,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 33
        },
        {
          "entryTs": 1731500100,
          "entryUtc": "2024-11-13T12:15:00.000Z",
          "exitTs": 1731504600,
          "dir": -1,
          "entryPrice": 2611.325,
          "exitPrice": 2615.804,
          "stopDistance": 4.479,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 75
        },
        {
          "entryTs": 1731595500,
          "entryUtc": "2024-11-14T14:45:00.000Z",
          "exitTs": 1731597120,
          "dir": -1,
          "entryPrice": 2561.505,
          "exitPrice": 2568.474,
          "stopDistance": 6.969,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 27
        },
        {
          "entryTs": 1732298400,
          "entryUtc": "2024-11-22T18:00:00.000Z",
          "exitTs": 1732312320,
          "dir": -1,
          "entryPrice": 2706.725,
          "exitPrice": 2713.313,
          "stopDistance": 6.588,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 232
        },
        {
          "entryTs": 1732490100,
          "entryUtc": "2024-11-24T23:15:00.000Z",
          "exitTs": 1732496520,
          "dir": 1,
          "entryPrice": 2713.465,
          "exitPrice": 2706.224,
          "stopDistance": 7.241,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 107
        },
        {
          "entryTs": 1732583700,
          "entryUtc": "2024-11-26T01:15:00.000Z",
          "exitTs": 1732623360,
          "dir": -1,
          "entryPrice": 2624.815,
          "exitPrice": 2634.025,
          "stopDistance": 9.21,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 661
        },
        {
          "entryTs": 1732797000,
          "entryUtc": "2024-11-28T12:30:00.000Z",
          "exitTs": 1732805820,
          "dir": 1,
          "entryPrice": 2645.445,
          "exitPrice": 2641.467,
          "stopDistance": 3.978,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 147
        },
        {
          "entryTs": 1733162400,
          "entryUtc": "2024-12-02T18:00:00.000Z",
          "exitTs": 1733233740,
          "dir": 1,
          "entryPrice": 2638.635,
          "exitPrice": 2650.552,
          "stopDistance": 5.958,
          "outcome": "target",
          "netR": 1.9379,
          "holdMinutes": 1189
        },
        {
          "entryTs": 1733289300,
          "entryUtc": "2024-12-04T05:15:00.000Z",
          "exitTs": 1733298120,
          "dir": -1,
          "entryPrice": 2648.535,
          "exitPrice": 2641.501,
          "stopDistance": 3.517,
          "outcome": "target",
          "netR": 1.8948,
          "holdMinutes": 147
        },
        {
          "entryTs": 1733364000,
          "entryUtc": "2024-12-05T02:00:00.000Z",
          "exitTs": 1733377020,
          "dir": 1,
          "entryPrice": 2646.925,
          "exitPrice": 2653.714,
          "stopDistance": 3.394,
          "outcome": "target",
          "netR": 1.891,
          "holdMinutes": 217
        },
        {
          "entryTs": 1733433300,
          "entryUtc": "2024-12-05T21:15:00.000Z",
          "exitTs": 1733447280,
          "dir": -1,
          "entryPrice": 2631.185,
          "exitPrice": 2621.522,
          "stopDistance": 4.831,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 233
        },
        {
          "entryTs": 1733749200,
          "entryUtc": "2024-12-09T13:00:00.000Z",
          "exitTs": 1733752680,
          "dir": 1,
          "entryPrice": 2656.095,
          "exitPrice": 2665.478,
          "stopDistance": 4.691,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 58
        },
        {
          "entryTs": 1733908500,
          "entryUtc": "2024-12-11T09:15:00.000Z",
          "exitTs": 1733925720,
          "dir": 1,
          "entryPrice": 2688.454,
          "exitPrice": 2703.135,
          "stopDistance": 7.34,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 287
        },
        {
          "entryTs": 1734048900,
          "entryUtc": "2024-12-13T00:15:00.000Z",
          "exitTs": 1734051900,
          "dir": 1,
          "entryPrice": 2680.525,
          "exitPrice": 2687.774,
          "stopDistance": 3.625,
          "outcome": "target",
          "netR": 1.8979,
          "holdMinutes": 50
        },
        {
          "entryTs": 1734334200,
          "entryUtc": "2024-12-16T07:30:00.000Z",
          "exitTs": 1734337380,
          "dir": -1,
          "entryPrice": 2653.395,
          "exitPrice": 2656.929,
          "stopDistance": 3.534,
          "outcome": "stop",
          "netR": -1.1189,
          "holdMinutes": 53
        },
        {
          "entryTs": 1734359400,
          "entryUtc": "2024-12-16T14:30:00.000Z",
          "exitTs": 1734361800,
          "dir": 1,
          "entryPrice": 2657.994,
          "exitPrice": 2653.092,
          "stopDistance": 4.902,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 40
        },
        {
          "entryTs": 1734411600,
          "entryUtc": "2024-12-17T05:00:00.000Z",
          "exitTs": 1734416580,
          "dir": 1,
          "entryPrice": 2651.645,
          "exitPrice": 2648.563,
          "stopDistance": 3.082,
          "outcome": "stop",
          "netR": -1.1363,
          "holdMinutes": 83
        },
        {
          "entryTs": 1734606000,
          "entryUtc": "2024-12-19T11:00:00.000Z",
          "exitTs": 1734612720,
          "dir": -1,
          "entryPrice": 2619.235,
          "exitPrice": 2606.673,
          "stopDistance": 6.281,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 112
        },
        {
          "entryTs": 1734728400,
          "entryUtc": "2024-12-20T21:00:00.000Z",
          "exitTs": 1734908460,
          "dir": 1,
          "entryPrice": 2622.615,
          "exitPrice": 2623.248,
          "stopDistance": 4.378,
          "outcome": "time",
          "netR": 0.0601,
          "holdMinutes": 3001
        },
        {
          "entryTs": 1734989400,
          "entryUtc": "2024-12-23T21:30:00.000Z",
          "exitTs": 1734996720,
          "dir": -1,
          "entryPrice": 2612.345,
          "exitPrice": 2615.622,
          "stopDistance": 3.277,
          "outcome": "stop",
          "netR": -1.1282,
          "holdMinutes": 122
        },
        {
          "entryTs": 1735047900,
          "entryUtc": "2024-12-24T13:45:00.000Z",
          "exitTs": 1735061280,
          "dir": 1,
          "entryPrice": 2612.575,
          "exitPrice": 2619.025,
          "stopDistance": 3.225,
          "outcome": "target",
          "netR": 1.8853,
          "holdMinutes": 223
        },
        {
          "entryTs": 1735193700,
          "entryUtc": "2024-12-26T06:15:00.000Z",
          "exitTs": 1735197780,
          "dir": 1,
          "entryPrice": 2626.855,
          "exitPrice": 2623.904,
          "stopDistance": 2.951,
          "outcome": "stop",
          "netR": -1.1423,
          "holdMinutes": 68
        },
        {
          "entryTs": 1735271100,
          "entryUtc": "2024-12-27T03:45:00.000Z",
          "exitTs": 1735283400,
          "dir": -1,
          "entryPrice": 2634.048,
          "exitPrice": 2637.212,
          "stopDistance": 3.164,
          "outcome": "stop",
          "netR": -1.1327,
          "holdMinutes": 205
        },
        {
          "entryTs": 1735305300,
          "entryUtc": "2024-12-27T13:15:00.000Z",
          "exitTs": 1735305600,
          "dir": 1,
          "entryPrice": 2625.755,
          "exitPrice": 2621.914,
          "stopDistance": 3.841,
          "outcome": "stop",
          "netR": -1.1094,
          "holdMinutes": 5
        },
        {
          "entryTs": 1735617600,
          "entryUtc": "2024-12-31T04:00:00.000Z",
          "exitTs": 1735630500,
          "dir": 1,
          "entryPrice": 2604.418,
          "exitPrice": 2610.209,
          "stopDistance": 2.896,
          "outcome": "target",
          "netR": 1.8722,
          "holdMinutes": 215
        },
        {
          "entryTs": 1735778700,
          "entryUtc": "2025-01-02T00:45:00.000Z",
          "exitTs": 1735779960,
          "dir": -1,
          "entryPrice": 2626.788,
          "exitPrice": 2629.994,
          "stopDistance": 3.206,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 21
        },
        {
          "entryTs": 1735805700,
          "entryUtc": "2025-01-02T08:15:00.000Z",
          "exitTs": 1735808460,
          "dir": -1,
          "entryPrice": 2634.935,
          "exitPrice": 2638.198,
          "stopDistance": 3.263,
          "outcome": "stop",
          "netR": -1.1287,
          "holdMinutes": 46
        },
        {
          "entryTs": 1735826400,
          "entryUtc": "2025-01-02T14:00:00.000Z",
          "exitTs": 1735827300,
          "dir": -1,
          "entryPrice": 2642.754,
          "exitPrice": 2648.381,
          "stopDistance": 5.627,
          "outcome": "stop",
          "netR": -1.0746,
          "holdMinutes": 15
        },
        {
          "entryTs": 1735935300,
          "entryUtc": "2025-01-03T20:15:00.000Z",
          "exitTs": 1736118000,
          "dir": 1,
          "entryPrice": 2639.085,
          "exitPrice": 2640.965,
          "stopDistance": 3.72,
          "outcome": "time",
          "netR": 0.4059,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1736137800,
          "entryUtc": "2025-01-06T04:30:00.000Z",
          "exitTs": 1736141400,
          "dir": 1,
          "entryPrice": 2637.798,
          "exitPrice": 2633.885,
          "stopDistance": 3.914,
          "outcome": "stop",
          "netR": -1.1073,
          "holdMinutes": 60
        },
        {
          "entryTs": 1736210700,
          "entryUtc": "2025-01-07T00:45:00.000Z",
          "exitTs": 1736214000,
          "dir": 1,
          "entryPrice": 2633.165,
          "exitPrice": 2639.182,
          "stopDistance": 3.009,
          "outcome": "target",
          "netR": 1.877,
          "holdMinutes": 55
        },
        {
          "entryTs": 1736304300,
          "entryUtc": "2025-01-08T02:45:00.000Z",
          "exitTs": 1736311980,
          "dir": 1,
          "entryPrice": 2648.255,
          "exitPrice": 2645.151,
          "stopDistance": 3.104,
          "outcome": "stop",
          "netR": -1.1353,
          "holdMinutes": 128
        },
        {
          "entryTs": 1736354700,
          "entryUtc": "2025-01-08T16:45:00.000Z",
          "exitTs": 1736357760,
          "dir": -1,
          "entryPrice": 2667.084,
          "exitPrice": 2655.905,
          "stopDistance": 5.59,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 51
        },
        {
          "entryTs": 1736442000,
          "entryUtc": "2025-01-09T17:00:00.000Z",
          "exitTs": 1736494200,
          "dir": 1,
          "entryPrice": 2667.445,
          "exitPrice": 2678.553,
          "stopDistance": 5.554,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 870
        },
        {
          "entryTs": 1736509500,
          "entryUtc": "2025-01-10T11:45:00.000Z",
          "exitTs": 1736515800,
          "dir": -1,
          "entryPrice": 2681.364,
          "exitPrice": 2673.937,
          "stopDistance": 3.713,
          "outcome": "target",
          "netR": 1.9004,
          "holdMinutes": 105
        },
        {
          "entryTs": 1736532000,
          "entryUtc": "2025-01-10T18:00:00.000Z",
          "exitTs": 1736722800,
          "dir": -1,
          "entryPrice": 2695.839,
          "exitPrice": 2688.255,
          "stopDistance": 7.694,
          "outcome": "time",
          "netR": 0.9377,
          "holdMinutes": 3180
        },
        {
          "entryTs": 1736749800,
          "entryUtc": "2025-01-13T06:30:00.000Z",
          "exitTs": 1736762580,
          "dir": -1,
          "entryPrice": 2690.205,
          "exitPrice": 2681.687,
          "stopDistance": 4.259,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 213
        },
        {
          "entryTs": 1736828100,
          "entryUtc": "2025-01-14T04:15:00.000Z",
          "exitTs": 1736847600,
          "dir": 1,
          "entryPrice": 2669.315,
          "exitPrice": 2665.796,
          "stopDistance": 3.519,
          "outcome": "stop",
          "netR": -1.1194,
          "holdMinutes": 325
        },
        {
          "entryTs": 1736854200,
          "entryUtc": "2025-01-14T11:30:00.000Z",
          "exitTs": 1736861460,
          "dir": 1,
          "entryPrice": 2665.455,
          "exitPrice": 2673.164,
          "stopDistance": 3.855,
          "outcome": "target",
          "netR": 1.904,
          "holdMinutes": 121
        },
        {
          "entryTs": 1736987400,
          "entryUtc": "2025-01-16T00:30:00.000Z",
          "exitTs": 1736991000,
          "dir": -1,
          "entryPrice": 2696.575,
          "exitPrice": 2700.4,
          "stopDistance": 3.825,
          "outcome": "stop",
          "netR": -1.1098,
          "holdMinutes": 60
        },
        {
          "entryTs": 1737063000,
          "entryUtc": "2025-01-16T21:30:00.000Z",
          "exitTs": 1737100380,
          "dir": 1,
          "entryPrice": 2712.585,
          "exitPrice": 2708.712,
          "stopDistance": 3.873,
          "outcome": "stop",
          "netR": -1.1084,
          "holdMinutes": 623
        },
        {
          "entryTs": 1737380700,
          "entryUtc": "2025-01-20T13:45:00.000Z",
          "exitTs": 1737423660,
          "dir": 1,
          "entryPrice": 2704.265,
          "exitPrice": 2713.783,
          "stopDistance": 4.759,
          "outcome": "target",
          "netR": 1.9223,
          "holdMinutes": 716
        },
        {
          "entryTs": 1737506700,
          "entryUtc": "2025-01-22T00:45:00.000Z",
          "exitTs": 1737508080,
          "dir": -1,
          "entryPrice": 2745.745,
          "exitPrice": 2749.117,
          "stopDistance": 3.372,
          "outcome": "stop",
          "netR": -1.1246,
          "holdMinutes": 23
        },
        {
          "entryTs": 1737586800,
          "entryUtc": "2025-01-22T23:00:00.000Z",
          "exitTs": 1737596820,
          "dir": 1,
          "entryPrice": 2755.495,
          "exitPrice": 2752.539,
          "stopDistance": 2.956,
          "outcome": "stop",
          "netR": -1.1421,
          "holdMinutes": 167
        },
        {
          "entryTs": 1737707400,
          "entryUtc": "2025-01-24T08:30:00.000Z",
          "exitTs": 1737723720,
          "dir": 1,
          "entryPrice": 2771.985,
          "exitPrice": 2779.963,
          "stopDistance": 3.989,
          "outcome": "target",
          "netR": 1.9072,
          "holdMinutes": 272
        },
        {
          "entryTs": 1738055700,
          "entryUtc": "2025-01-28T09:15:00.000Z",
          "exitTs": 1738069320,
          "dir": -1,
          "entryPrice": 2742.675,
          "exitPrice": 2746.63,
          "stopDistance": 3.955,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 227
        },
        {
          "entryTs": 1738179900,
          "entryUtc": "2025-01-29T19:45:00.000Z",
          "exitTs": 1738192560,
          "dir": -1,
          "entryPrice": 2754.238,
          "exitPrice": 2760.064,
          "stopDistance": 5.826,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 211
        },
        {
          "entryTs": 1738215900,
          "entryUtc": "2025-01-30T05:45:00.000Z",
          "exitTs": 1738220220,
          "dir": 1,
          "entryPrice": 2759.095,
          "exitPrice": 2764.396,
          "stopDistance": 2.65,
          "outcome": "target",
          "netR": 1.8604,
          "holdMinutes": 72
        },
        {
          "entryTs": 1738302300,
          "entryUtc": "2025-01-31T05:45:00.000Z",
          "exitTs": 1738308720,
          "dir": 1,
          "entryPrice": 2794.535,
          "exitPrice": 2800.544,
          "stopDistance": 3.005,
          "outcome": "target",
          "netR": 1.8769,
          "holdMinutes": 107
        },
        {
          "entryTs": 1738538100,
          "entryUtc": "2025-02-02T23:15:00.000Z",
          "exitTs": 1738538700,
          "dir": -1,
          "entryPrice": 2801.348,
          "exitPrice": 2787.745,
          "stopDistance": 6.801,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 10
        },
        {
          "entryTs": 1738619100,
          "entryUtc": "2025-02-03T21:45:00.000Z",
          "exitTs": 1738633560,
          "dir": 1,
          "entryPrice": 2812.985,
          "exitPrice": 2823.326,
          "stopDistance": 5.17,
          "outcome": "target",
          "netR": 1.9284,
          "holdMinutes": 241
        },
        {
          "entryTs": 1738674900,
          "entryUtc": "2025-02-04T13:15:00.000Z",
          "exitTs": 1738675260,
          "dir": -1,
          "entryPrice": 2823.685,
          "exitPrice": 2828.509,
          "stopDistance": 4.824,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 6
        },
        {
          "entryTs": 1738710900,
          "entryUtc": "2025-02-04T23:15:00.000Z",
          "exitTs": 1738717200,
          "dir": 1,
          "entryPrice": 2840.955,
          "exitPrice": 2848.531,
          "stopDistance": 3.788,
          "outcome": "target",
          "netR": 1.9023,
          "holdMinutes": 105
        },
        {
          "entryTs": 1738767600,
          "entryUtc": "2025-02-05T15:00:00.000Z",
          "exitTs": 1738768620,
          "dir": -1,
          "entryPrice": 2869.895,
          "exitPrice": 2876.091,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 17
        },
        {
          "entryTs": 1738786500,
          "entryUtc": "2025-02-05T20:15:00.000Z",
          "exitTs": 1738827960,
          "dir": 1,
          "entryPrice": 2863.725,
          "exitPrice": 2857.533,
          "stopDistance": 6.192,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 691
        },
        {
          "entryTs": 1738935900,
          "entryUtc": "2025-02-07T13:45:00.000Z",
          "exitTs": 1738937940,
          "dir": -1,
          "entryPrice": 2862.715,
          "exitPrice": 2868.53,
          "stopDistance": 5.815,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 34
        },
        {
          "entryTs": 1739142900,
          "entryUtc": "2025-02-09T23:15:00.000Z",
          "exitTs": 1739149560,
          "dir": 1,
          "entryPrice": 2863.095,
          "exitPrice": 2874.851,
          "stopDistance": 5.878,
          "outcome": "target",
          "netR": 1.9371,
          "holdMinutes": 111
        },
        {
          "entryTs": 1739196900,
          "entryUtc": "2025-02-10T14:15:00.000Z",
          "exitTs": 1739228580,
          "dir": 1,
          "entryPrice": 2900.495,
          "exitPrice": 2912.679,
          "stopDistance": 6.092,
          "outcome": "target",
          "netR": 1.9393,
          "holdMinutes": 528
        },
        {
          "entryTs": 1739291400,
          "entryUtc": "2025-02-11T16:30:00.000Z",
          "exitTs": 1739321520,
          "dir": -1,
          "entryPrice": 2906.825,
          "exitPrice": 2889.836,
          "stopDistance": 8.494,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 502
        },
        {
          "entryTs": 1739534400,
          "entryUtc": "2025-02-14T12:00:00.000Z",
          "exitTs": 1739538300,
          "dir": 1,
          "entryPrice": 2930.915,
          "exitPrice": 2926.301,
          "stopDistance": 4.614,
          "outcome": "stop",
          "netR": -1.091,
          "holdMinutes": 65
        },
        {
          "entryTs": 1739784600,
          "entryUtc": "2025-02-17T09:30:00.000Z",
          "exitTs": 1739848260,
          "dir": -1,
          "entryPrice": 2902.575,
          "exitPrice": 2908.58,
          "stopDistance": 6.005,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 1061
        },
        {
          "entryTs": 1740114900,
          "entryUtc": "2025-02-21T05:15:00.000Z",
          "exitTs": 1740126000,
          "dir": 1,
          "entryPrice": 2927.275,
          "exitPrice": 2921.113,
          "stopDistance": 6.162,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 185
        },
        {
          "entryTs": 1740159000,
          "entryUtc": "2025-02-21T17:30:00.000Z",
          "exitTs": 1740351600,
          "dir": -1,
          "entryPrice": 2937.719,
          "exitPrice": 2933.698,
          "stopDistance": 6.504,
          "outcome": "time",
          "netR": 0.5613,
          "holdMinutes": 3210
        },
        {
          "entryTs": 1740586500,
          "entryUtc": "2025-02-26T16:15:00.000Z",
          "exitTs": 1740632040,
          "dir": -1,
          "entryPrice": 2913.235,
          "exitPrice": 2897.09,
          "stopDistance": 8.073,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 759
        },
        {
          "entryTs": 1740740400,
          "entryUtc": "2025-02-28T11:00:00.000Z",
          "exitTs": 1740750840,
          "dir": -1,
          "entryPrice": 2862.525,
          "exitPrice": 2851.408,
          "stopDistance": 5.558,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 174
        },
        {
          "entryTs": 1740987000,
          "entryUtc": "2025-03-03T07:30:00.000Z",
          "exitTs": 1740993420,
          "dir": 1,
          "entryPrice": 2861.279,
          "exitPrice": 2870.842,
          "stopDistance": 4.782,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 107
        },
        {
          "entryTs": 1741172400,
          "entryUtc": "2025-03-05T11:00:00.000Z",
          "exitTs": 1741181640,
          "dir": 1,
          "entryPrice": 2913.215,
          "exitPrice": 2907.348,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 154
        },
        {
          "entryTs": 1741267800,
          "entryUtc": "2025-03-06T13:30:00.000Z",
          "exitTs": 1741271640,
          "dir": -1,
          "entryPrice": 2904.328,
          "exitPrice": 2911.826,
          "stopDistance": 7.499,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 64
        },
        {
          "entryTs": 1741306500,
          "entryUtc": "2025-03-07T00:15:00.000Z",
          "exitTs": 1741325400,
          "dir": 1,
          "entryPrice": 2899.378,
          "exitPrice": 2911.641,
          "stopDistance": 6.132,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 315
        },
        {
          "entryTs": 1741355100,
          "entryUtc": "2025-03-07T13:45:00.000Z",
          "exitTs": 1741356060,
          "dir": -1,
          "entryPrice": 2922.695,
          "exitPrice": 2910.015,
          "stopDistance": 6.34,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 16
        },
        {
          "entryTs": 1741619700,
          "entryUtc": "2025-03-10T15:15:00.000Z",
          "exitTs": 1741628340,
          "dir": -1,
          "entryPrice": 2902.968,
          "exitPrice": 2887.013,
          "stopDistance": 7.978,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 144
        },
        {
          "entryTs": 1741965300,
          "entryUtc": "2025-03-14T15:15:00.000Z",
          "exitTs": 1742162400,
          "dir": 1,
          "entryPrice": 2981.135,
          "exitPrice": 2984.165,
          "stopDistance": 8.559,
          "outcome": "time",
          "netR": 0.3108,
          "holdMinutes": 3285
        },
        {
          "entryTs": 1742281200,
          "entryUtc": "2025-03-18T07:00:00.000Z",
          "exitTs": 1742286120,
          "dir": -1,
          "entryPrice": 3015.525,
          "exitPrice": 3020.811,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 82
        },
        {
          "entryTs": 1742455800,
          "entryUtc": "2025-03-20T07:30:00.000Z",
          "exitTs": 1742457900,
          "dir": 1,
          "entryPrice": 3046.638,
          "exitPrice": 3041.469,
          "stopDistance": 5.169,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 35
        },
        {
          "entryTs": 1742488200,
          "entryUtc": "2025-03-20T16:30:00.000Z",
          "exitTs": 1742494440,
          "dir": -1,
          "entryPrice": 3038.465,
          "exitPrice": 3044.947,
          "stopDistance": 6.481,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 104
        },
        {
          "entryTs": 1742512500,
          "entryUtc": "2025-03-20T23:15:00.000Z",
          "exitTs": 1742521500,
          "dir": -1,
          "entryPrice": 3045.665,
          "exitPrice": 3038.496,
          "stopDistance": 3.585,
          "outcome": "target",
          "netR": 1.8968,
          "holdMinutes": 150
        },
        {
          "entryTs": 1742868900,
          "entryUtc": "2025-03-25T02:15:00.000Z",
          "exitTs": 1742879520,
          "dir": 1,
          "entryPrice": 3011.025,
          "exitPrice": 3018.818,
          "stopDistance": 3.897,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 177
        },
        {
          "entryTs": 1743077700,
          "entryUtc": "2025-03-27T12:15:00.000Z",
          "exitTs": 1743081600,
          "dir": -1,
          "entryPrice": 3053.185,
          "exitPrice": 3041.135,
          "stopDistance": 6.025,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 65
        },
        {
          "entryTs": 1743086700,
          "entryUtc": "2025-03-27T14:45:00.000Z",
          "exitTs": 1743121500,
          "dir": -1,
          "entryPrice": 3054.985,
          "exitPrice": 3063.093,
          "stopDistance": 8.108,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 580
        },
        {
          "entryTs": 1743469200,
          "entryUtc": "2025-04-01T01:00:00.000Z",
          "exitTs": 1743469260,
          "dir": -1,
          "entryPrice": 3126.985,
          "exitPrice": 3131.596,
          "stopDistance": 4.611,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 1
        },
        {
          "entryTs": 1743503400,
          "entryUtc": "2025-04-01T10:30:00.000Z",
          "exitTs": 1743522120,
          "dir": -1,
          "entryPrice": 3135.939,
          "exitPrice": 3122.369,
          "stopDistance": 6.785,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 312
        },
        {
          "entryTs": 1743692400,
          "entryUtc": "2025-04-03T15:00:00.000Z",
          "exitTs": 1743735960,
          "dir": -1,
          "entryPrice": 3128.648,
          "exitPrice": 3089.539,
          "stopDistance": 19.554,
          "outcome": "target",
          "netR": 1.9811,
          "holdMinutes": 726
        },
        {
          "entryTs": 1743977700,
          "entryUtc": "2025-04-06T22:15:00.000Z",
          "exitTs": 1743978060,
          "dir": 1,
          "entryPrice": 3031.705,
          "exitPrice": 3015.381,
          "stopDistance": 16.324,
          "outcome": "stop",
          "netR": -1.0257,
          "holdMinutes": 6
        },
        {
          "entryTs": 1744087500,
          "entryUtc": "2025-04-08T04:45:00.000Z",
          "exitTs": 1744094280,
          "dir": 1,
          "entryPrice": 2995.155,
          "exitPrice": 3014.33,
          "stopDistance": 9.588,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 113
        },
        {
          "entryTs": 1744197300,
          "entryUtc": "2025-04-09T11:15:00.000Z",
          "exitTs": 1744198740,
          "dir": 1,
          "entryPrice": 3045.295,
          "exitPrice": 3066.611,
          "stopDistance": 10.658,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 24
        },
        {
          "entryTs": 1744245900,
          "entryUtc": "2025-04-10T00:45:00.000Z",
          "exitTs": 1744250940,
          "dir": -1,
          "entryPrice": 3096.905,
          "exitPrice": 3111.214,
          "stopDistance": 14.309,
          "outcome": "stop",
          "netR": -1.0294,
          "holdMinutes": 84
        },
        {
          "entryTs": 1744285500,
          "entryUtc": "2025-04-10T11:45:00.000Z",
          "exitTs": 1744288200,
          "dir": -1,
          "entryPrice": 3121.995,
          "exitPrice": 3132.431,
          "stopDistance": 10.436,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 45
        },
        {
          "entryTs": 1744360200,
          "entryUtc": "2025-04-11T08:30:00.000Z",
          "exitTs": 1744366440,
          "dir": -1,
          "entryPrice": 3219.075,
          "exitPrice": 3234.284,
          "stopDistance": 15.209,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 104
        },
        {
          "entryTs": 1744582500,
          "entryUtc": "2025-04-13T22:15:00.000Z",
          "exitTs": 1744595700,
          "dir": 1,
          "entryPrice": 3219.935,
          "exitPrice": 3242.743,
          "stopDistance": 11.404,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 220
        },
        {
          "entryTs": 1744596900,
          "entryUtc": "2025-04-14T02:15:00.000Z",
          "exitTs": 1744617900,
          "dir": -1,
          "entryPrice": 3243.179,
          "exitPrice": 3220.814,
          "stopDistance": 11.182,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 350
        },
        {
          "entryTs": 1744727400,
          "entryUtc": "2025-04-15T14:30:00.000Z",
          "exitTs": 1744747320,
          "dir": -1,
          "entryPrice": 3224.185,
          "exitPrice": 3232.917,
          "stopDistance": 8.732,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 332
        },
        {
          "entryTs": 1744812000,
          "entryUtc": "2025-04-16T14:00:00.000Z",
          "exitTs": 1744818120,
          "dir": -1,
          "entryPrice": 3311.525,
          "exitPrice": 3323.977,
          "stopDistance": 12.453,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 102
        },
        {
          "entryTs": 1745215200,
          "entryUtc": "2025-04-21T06:00:00.000Z",
          "exitTs": 1745218920,
          "dir": -1,
          "entryPrice": 3385.175,
          "exitPrice": 3393.902,
          "stopDistance": 8.727,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 62
        },
        {
          "entryTs": 1745351100,
          "entryUtc": "2025-04-22T19:45:00.000Z",
          "exitTs": 1745359200,
          "dir": 1,
          "entryPrice": 3374.605,
          "exitPrice": 3356.107,
          "stopDistance": 18.498,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 135
        },
        {
          "entryTs": 1745501400,
          "entryUtc": "2025-04-24T13:30:00.000Z",
          "exitTs": 1745502060,
          "dir": 1,
          "entryPrice": 3330.285,
          "exitPrice": 3319.256,
          "stopDistance": 11.029,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 11
        },
        {
          "entryTs": 1745524800,
          "entryUtc": "2025-04-24T20:00:00.000Z",
          "exitTs": 1745532000,
          "dir": -1,
          "entryPrice": 3342.155,
          "exitPrice": 3350.513,
          "stopDistance": 8.358,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 120
        },
        {
          "entryTs": 1746169200,
          "entryUtc": "2025-05-02T07:00:00.000Z",
          "exitTs": 1746190980,
          "dir": 1,
          "entryPrice": 3252.615,
          "exitPrice": 3244.177,
          "stopDistance": 8.438,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 363
        },
        {
          "entryTs": 1746448200,
          "entryUtc": "2025-05-05T12:30:00.000Z",
          "exitTs": 1746453960,
          "dir": -1,
          "entryPrice": 3318.285,
          "exitPrice": 3327.455,
          "stopDistance": 9.171,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 96
        },
        {
          "entryTs": 1746530100,
          "entryUtc": "2025-05-06T11:15:00.000Z",
          "exitTs": 1746535200,
          "dir": -1,
          "entryPrice": 3380.955,
          "exitPrice": 3390.057,
          "stopDistance": 9.102,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 85
        },
        {
          "entryTs": 1746598500,
          "entryUtc": "2025-05-07T06:15:00.000Z",
          "exitTs": 1746645300,
          "dir": -1,
          "entryPrice": 3392.755,
          "exitPrice": 3366.22,
          "stopDistance": 13.268,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 780
        },
        {
          "entryTs": 1746736200,
          "entryUtc": "2025-05-08T20:30:00.000Z",
          "exitTs": 1746744900,
          "dir": -1,
          "entryPrice": 3309.695,
          "exitPrice": 3321.741,
          "stopDistance": 12.046,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 145
        },
        {
          "entryTs": 1747066500,
          "entryUtc": "2025-05-12T16:15:00.000Z",
          "exitTs": 1747100640,
          "dir": 1,
          "entryPrice": 3231.275,
          "exitPrice": 3218.331,
          "stopDistance": 12.944,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 569
        },
        {
          "entryTs": 1747135800,
          "entryUtc": "2025-05-13T11:30:00.000Z",
          "exitTs": 1747138440,
          "dir": -1,
          "entryPrice": 3255.665,
          "exitPrice": 3240.605,
          "stopDistance": 7.53,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 44
        },
        {
          "entryTs": 1747241100,
          "entryUtc": "2025-05-14T16:45:00.000Z",
          "exitTs": 1747275840,
          "dir": 1,
          "entryPrice": 3179.195,
          "exitPrice": 3167.438,
          "stopDistance": 11.757,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 579
        },
        {
          "entryTs": 1747422900,
          "entryUtc": "2025-05-16T19:15:00.000Z",
          "exitTs": 1747425900,
          "dir": -1,
          "entryPrice": 3191.535,
          "exitPrice": 3200.908,
          "stopDistance": 9.373,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 50
        },
        {
          "entryTs": 1747848600,
          "entryUtc": "2025-05-21T17:30:00.000Z",
          "exitTs": 1747854360,
          "dir": -1,
          "entryPrice": 3310.685,
          "exitPrice": 3320.344,
          "stopDistance": 9.659,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 96
        },
        {
          "entryTs": 1747960200,
          "entryUtc": "2025-05-23T00:30:00.000Z",
          "exitTs": 1747961520,
          "dir": -1,
          "entryPrice": 3303.018,
          "exitPrice": 3289.165,
          "stopDistance": 6.926,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 22
        },
        {
          "entryTs": 1748547000,
          "entryUtc": "2025-05-29T19:30:00.000Z",
          "exitTs": 1748565120,
          "dir": 1,
          "entryPrice": 3318.948,
          "exitPrice": 3311.781,
          "stopDistance": 7.167,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 302
        },
        {
          "entryTs": 1748589300,
          "entryUtc": "2025-05-30T07:15:00.000Z",
          "exitTs": 1748613180,
          "dir": 1,
          "entryPrice": 3291.735,
          "exitPrice": 3281.933,
          "stopDistance": 9.802,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 398
        },
        {
          "entryTs": 1748636100,
          "entryUtc": "2025-05-30T20:15:00.000Z",
          "exitTs": 1748815200,
          "dir": -1,
          "entryPrice": 3292.885,
          "exitPrice": 3298.298,
          "stopDistance": 6.927,
          "outcome": "time",
          "netR": -0.8348,
          "holdMinutes": 2985
        },
        {
          "entryTs": 1748890800,
          "entryUtc": "2025-06-02T19:00:00.000Z",
          "exitTs": 1748902260,
          "dir": -1,
          "entryPrice": 3378.978,
          "exitPrice": 3386.34,
          "stopDistance": 7.362,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 191
        },
        {
          "entryTs": 1749087900,
          "entryUtc": "2025-06-05T01:45:00.000Z",
          "exitTs": 1749096960,
          "dir": 1,
          "entryPrice": 3373.545,
          "exitPrice": 3366.803,
          "stopDistance": 6.742,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 151
        },
        {
          "entryTs": 1749213900,
          "entryUtc": "2025-06-06T12:45:00.000Z",
          "exitTs": 1749217500,
          "dir": 1,
          "entryPrice": 3353.215,
          "exitPrice": 3344.953,
          "stopDistance": 8.262,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 60
        },
        {
          "entryTs": 1749514500,
          "entryUtc": "2025-06-10T00:15:00.000Z",
          "exitTs": 1749515700,
          "dir": 1,
          "entryPrice": 3323.315,
          "exitPrice": 3318.059,
          "stopDistance": 5.255,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 20
        },
        {
          "entryTs": 1749598200,
          "entryUtc": "2025-06-10T23:30:00.000Z",
          "exitTs": 1749604680,
          "dir": 1,
          "entryPrice": 3321.748,
          "exitPrice": 3335.407,
          "stopDistance": 6.83,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 108
        },
        {
          "entryTs": 1749791700,
          "entryUtc": "2025-06-13T05:15:00.000Z",
          "exitTs": 1749797220,
          "dir": 1,
          "entryPrice": 3424.875,
          "exitPrice": 3414.461,
          "stopDistance": 10.414,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 92
        },
        {
          "entryTs": 1749817800,
          "entryUtc": "2025-06-13T12:30:00.000Z",
          "exitTs": 1749819240,
          "dir": -1,
          "entryPrice": 3427.375,
          "exitPrice": 3436.329,
          "stopDistance": 8.954,
          "outcome": "stop",
          "netR": -1.0469,
          "holdMinutes": 24
        },
        {
          "entryTs": 1750080600,
          "entryUtc": "2025-06-16T13:30:00.000Z",
          "exitTs": 1750081260,
          "dir": 1,
          "entryPrice": 3416.055,
          "exitPrice": 3408.076,
          "stopDistance": 7.979,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 11
        },
        {
          "entryTs": 1750209300,
          "entryUtc": "2025-06-18T01:15:00.000Z",
          "exitTs": 1750212000,
          "dir": 1,
          "entryPrice": 3383.845,
          "exitPrice": 3377.8,
          "stopDistance": 6.045,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 45
        },
        {
          "entryTs": 1750257000,
          "entryUtc": "2025-06-18T14:30:00.000Z",
          "exitTs": 1750273500,
          "dir": 1,
          "entryPrice": 3382.255,
          "exitPrice": 3374.062,
          "stopDistance": 8.193,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 275
        },
        {
          "entryTs": 1750901400,
          "entryUtc": "2025-06-26T01:30:00.000Z",
          "exitTs": 1750907220,
          "dir": 1,
          "entryPrice": 3331.625,
          "exitPrice": 3342.002,
          "stopDistance": 5.189,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 97
        },
        {
          "entryTs": 1751022000,
          "entryUtc": "2025-06-27T11:00:00.000Z",
          "exitTs": 1751025060,
          "dir": 1,
          "entryPrice": 3285.545,
          "exitPrice": 3277.566,
          "stopDistance": 7.979,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 51
        },
        {
          "entryTs": 1751047200,
          "entryUtc": "2025-06-27T18:00:00.000Z",
          "exitTs": 1751234400,
          "dir": -1,
          "entryPrice": 3277.098,
          "exitPrice": 3281.098,
          "stopDistance": 8.769,
          "outcome": "time",
          "netR": -0.4983,
          "holdMinutes": 3120
        },
        {
          "entryTs": 1751294700,
          "entryUtc": "2025-06-30T14:45:00.000Z",
          "exitTs": 1751301780,
          "dir": -1,
          "entryPrice": 3287.348,
          "exitPrice": 3295.073,
          "stopDistance": 7.725,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 118
        },
        {
          "entryTs": 1751391000,
          "entryUtc": "2025-07-01T17:30:00.000Z",
          "exitTs": 1751420400,
          "dir": 1,
          "entryPrice": 3337.918,
          "exitPrice": 3331.215,
          "stopDistance": 6.703,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 490
        },
        {
          "entryTs": 1751609700,
          "entryUtc": "2025-07-04T06:15:00.000Z",
          "exitTs": 1751621820,
          "dir": -1,
          "entryPrice": 3341.495,
          "exitPrice": 3333.034,
          "stopDistance": 4.231,
          "outcome": "target",
          "netR": 1.9125,
          "holdMinutes": 202
        },
        {
          "entryTs": 1751637600,
          "entryUtc": "2025-07-04T14:00:00.000Z",
          "exitTs": 1751839200,
          "dir": -1,
          "entryPrice": 3333.555,
          "exitPrice": 3337.105,
          "stopDistance": 4.956,
          "outcome": "time",
          "netR": -0.791,
          "holdMinutes": 3360
        },
        {
          "entryTs": 1751844600,
          "entryUtc": "2025-07-06T23:30:00.000Z",
          "exitTs": 1751846640,
          "dir": 1,
          "entryPrice": 3330.498,
          "exitPrice": 3325.825,
          "stopDistance": 4.673,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 34
        },
        {
          "entryTs": 1751862600,
          "entryUtc": "2025-07-07T04:30:00.000Z",
          "exitTs": 1751884860,
          "dir": 1,
          "entryPrice": 3307.115,
          "exitPrice": 3300.124,
          "stopDistance": 6.991,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 371
        },
        {
          "entryTs": 1751943600,
          "entryUtc": "2025-07-08T03:00:00.000Z",
          "exitTs": 1751965140,
          "dir": -1,
          "entryPrice": 3334.235,
          "exitPrice": 3323.068,
          "stopDistance": 5.584,
          "outcome": "target",
          "netR": 1.9337,
          "holdMinutes": 359
        },
        {
          "entryTs": 1752174000,
          "entryUtc": "2025-07-10T19:00:00.000Z",
          "exitTs": 1752192360,
          "dir": -1,
          "entryPrice": 3321.385,
          "exitPrice": 3326.462,
          "stopDistance": 5.077,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 306
        },
        {
          "entryTs": 1752626700,
          "entryUtc": "2025-07-16T00:45:00.000Z",
          "exitTs": 1752640260,
          "dir": -1,
          "entryPrice": 3331.535,
          "exitPrice": 3335.849,
          "stopDistance": 4.314,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 226
        },
        {
          "entryTs": 1752656400,
          "entryUtc": "2025-07-16T09:00:00.000Z",
          "exitTs": 1752664920,
          "dir": -1,
          "entryPrice": 3341.735,
          "exitPrice": 3333.798,
          "stopDistance": 3.968,
          "outcome": "target",
          "netR": 1.9068,
          "holdMinutes": 142
        },
        {
          "entryTs": 1752709500,
          "entryUtc": "2025-07-16T23:45:00.000Z",
          "exitTs": 1752713280,
          "dir": 1,
          "entryPrice": 3346.165,
          "exitPrice": 3340.368,
          "stopDistance": 5.797,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 63
        },
        {
          "entryTs": 1752723000,
          "entryUtc": "2025-07-17T03:30:00.000Z",
          "exitTs": 1752732780,
          "dir": 1,
          "entryPrice": 3339.095,
          "exitPrice": 3333.76,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 163
        },
        {
          "entryTs": 1752790500,
          "entryUtc": "2025-07-17T22:15:00.000Z",
          "exitTs": 1752792420,
          "dir": -1,
          "entryPrice": 3339.495,
          "exitPrice": 3343.38,
          "stopDistance": 3.885,
          "outcome": "stop",
          "netR": -1.1081,
          "holdMinutes": 32
        },
        {
          "entryTs": 1752803100,
          "entryUtc": "2025-07-18T01:45:00.000Z",
          "exitTs": 1752818520,
          "dir": 1,
          "entryPrice": 3336.248,
          "exitPrice": 3332.253,
          "stopDistance": 3.995,
          "outcome": "stop",
          "netR": -1.1051,
          "holdMinutes": 257
        },
        {
          "entryTs": 1752859800,
          "entryUtc": "2025-07-18T17:30:00.000Z",
          "exitTs": 1753048800,
          "dir": 1,
          "entryPrice": 3351.685,
          "exitPrice": 3348.598,
          "stopDistance": 4.96,
          "outcome": "time",
          "netR": -0.6971,
          "holdMinutes": 3150
        },
        {
          "entryTs": 1753140600,
          "entryUtc": "2025-07-21T23:30:00.000Z",
          "exitTs": 1753141020,
          "dir": -1,
          "entryPrice": 3401.205,
          "exitPrice": 3394.432,
          "stopDistance": 3.387,
          "outcome": "target",
          "netR": 1.8907,
          "holdMinutes": 7
        },
        {
          "entryTs": 1753226100,
          "entryUtc": "2025-07-22T23:15:00.000Z",
          "exitTs": 1753230240,
          "dir": -1,
          "entryPrice": 3431.595,
          "exitPrice": 3436.259,
          "stopDistance": 4.664,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 69
        },
        {
          "entryTs": 1753275600,
          "entryUtc": "2025-07-23T13:00:00.000Z",
          "exitTs": 1753275780,
          "dir": 1,
          "entryPrice": 3419.748,
          "exitPrice": 3413.876,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 3
        },
        {
          "entryTs": 1753319700,
          "entryUtc": "2025-07-24T01:15:00.000Z",
          "exitTs": 1753323060,
          "dir": 1,
          "entryPrice": 3389.845,
          "exitPrice": 3384.381,
          "stopDistance": 5.464,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 56
        },
        {
          "entryTs": 1753453800,
          "entryUtc": "2025-07-25T14:30:00.000Z",
          "exitTs": 1753455120,
          "dir": 1,
          "entryPrice": 3337.789,
          "exitPrice": 3331.049,
          "stopDistance": 6.74,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 22
        },
        {
          "entryTs": 1753851600,
          "entryUtc": "2025-07-30T05:00:00.000Z",
          "exitTs": 1753879680,
          "dir": 1,
          "entryPrice": 3326.655,
          "exitPrice": 3322.058,
          "stopDistance": 4.597,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 468
        },
        {
          "entryTs": 1754032500,
          "entryUtc": "2025-08-01T07:15:00.000Z",
          "exitTs": 1754033700,
          "dir": 1,
          "entryPrice": 3292.355,
          "exitPrice": 3287.267,
          "stopDistance": 5.088,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 20
        },
        {
          "entryTs": 1754527500,
          "entryUtc": "2025-08-07T00:45:00.000Z",
          "exitTs": 1754529180,
          "dir": -1,
          "entryPrice": 3371.285,
          "exitPrice": 3375.792,
          "stopDistance": 4.507,
          "outcome": "stop",
          "netR": -1.0932,
          "holdMinutes": 28
        },
        {
          "entryTs": 1754614800,
          "entryUtc": "2025-08-08T01:00:00.000Z",
          "exitTs": 1754675940,
          "dir": 1,
          "entryPrice": 3389.489,
          "exitPrice": 3379.458,
          "stopDistance": 10.031,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 1019
        },
        {
          "entryTs": 1754676900,
          "entryUtc": "2025-08-08T18:15:00.000Z",
          "exitTs": 1754863200,
          "dir": -1,
          "entryPrice": 3396.898,
          "exitPrice": 3403.648,
          "stopDistance": 12.495,
          "outcome": "time",
          "netR": -0.5698,
          "holdMinutes": 3105
        },
        {
          "entryTs": 1754883900,
          "entryUtc": "2025-08-11T03:45:00.000Z",
          "exitTs": 1754898420,
          "dir": -1,
          "entryPrice": 3374.839,
          "exitPrice": 3358.543,
          "stopDistance": 8.148,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 242
        },
        {
          "entryTs": 1754978400,
          "entryUtc": "2025-08-12T06:00:00.000Z",
          "exitTs": 1754979360,
          "dir": -1,
          "entryPrice": 3354.298,
          "exitPrice": 3344.4,
          "stopDistance": 4.949,
          "outcome": "target",
          "netR": 1.9252,
          "holdMinutes": 16
        },
        {
          "entryTs": 1754984700,
          "entryUtc": "2025-08-12T07:45:00.000Z",
          "exitTs": 1754997480,
          "dir": -1,
          "entryPrice": 3355.355,
          "exitPrice": 3341.697,
          "stopDistance": 6.829,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 213
        },
        {
          "entryTs": 1755026100,
          "entryUtc": "2025-08-12T19:15:00.000Z",
          "exitTs": 1755069900,
          "dir": 1,
          "entryPrice": 3346.415,
          "exitPrice": 3360.553,
          "stopDistance": 7.069,
          "outcome": "target",
          "netR": 1.9477,
          "holdMinutes": 730
        },
        {
          "entryTs": 1755107100,
          "entryUtc": "2025-08-13T17:45:00.000Z",
          "exitTs": 1755129720,
          "dir": 1,
          "entryPrice": 3354.248,
          "exitPrice": 3365.147,
          "stopDistance": 5.449,
          "outcome": "target",
          "netR": 1.9321,
          "holdMinutes": 377
        },
        {
          "entryTs": 1755285300,
          "entryUtc": "2025-08-15T19:15:00.000Z",
          "exitTs": 1755468000,
          "dir": 1,
          "entryPrice": 3335.205,
          "exitPrice": 3336.448,
          "stopDistance": 4.07,
          "outcome": "time",
          "netR": 0.2145,
          "holdMinutes": 3045
        },
        {
          "entryTs": 1755533700,
          "entryUtc": "2025-08-18T16:15:00.000Z",
          "exitTs": 1755561600,
          "dir": 1,
          "entryPrice": 3333.198,
          "exitPrice": 3328.146,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 465
        },
        {
          "entryTs": 1755608400,
          "entryUtc": "2025-08-19T13:00:00.000Z",
          "exitTs": 1755609000,
          "dir": 1,
          "entryPrice": 3334.569,
          "exitPrice": 3330.289,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 10
        },
        {
          "entryTs": 1755686700,
          "entryUtc": "2025-08-20T10:45:00.000Z",
          "exitTs": 1755689220,
          "dir": -1,
          "entryPrice": 3326.878,
          "exitPrice": 3330.606,
          "stopDistance": 3.728,
          "outcome": "stop",
          "netR": -1.1126,
          "holdMinutes": 42
        },
        {
          "entryTs": 1755770400,
          "entryUtc": "2025-08-21T10:00:00.000Z",
          "exitTs": 1755772800,
          "dir": -1,
          "entryPrice": 3340.545,
          "exitPrice": 3333.157,
          "stopDistance": 3.694,
          "outcome": "target",
          "netR": 1.8998,
          "holdMinutes": 40
        },
        {
          "entryTs": 1755819000,
          "entryUtc": "2025-08-21T23:30:00.000Z",
          "exitTs": 1755827460,
          "dir": 1,
          "entryPrice": 3337.735,
          "exitPrice": 3334.693,
          "stopDistance": 3.042,
          "outcome": "stop",
          "netR": -1.1381,
          "holdMinutes": 141
        },
        {
          "entryTs": 1755864900,
          "entryUtc": "2025-08-22T12:15:00.000Z",
          "exitTs": 1755865980,
          "dir": 1,
          "entryPrice": 3325.505,
          "exitPrice": 3321.572,
          "stopDistance": 3.933,
          "outcome": "stop",
          "netR": -1.1068,
          "holdMinutes": 18
        },
        {
          "entryTs": 1756143900,
          "entryUtc": "2025-08-25T17:45:00.000Z",
          "exitTs": 1756148640,
          "dir": 1,
          "entryPrice": 3372.465,
          "exitPrice": 3368.907,
          "stopDistance": 3.558,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 79
        },
        {
          "entryTs": 1756195200,
          "entryUtc": "2025-08-26T08:00:00.000Z",
          "exitTs": 1756221900,
          "dir": -1,
          "entryPrice": 3376.665,
          "exitPrice": 3382.711,
          "stopDistance": 6.046,
          "outcome": "stop",
          "netR": -1.0695,
          "holdMinutes": 445
        },
        {
          "entryTs": 1756361700,
          "entryUtc": "2025-08-28T06:15:00.000Z",
          "exitTs": 1756363080,
          "dir": -1,
          "entryPrice": 3390.525,
          "exitPrice": 3394.077,
          "stopDistance": 3.552,
          "outcome": "stop",
          "netR": -1.1182,
          "holdMinutes": 23
        },
        {
          "entryTs": 1756454400,
          "entryUtc": "2025-08-29T08:00:00.000Z",
          "exitTs": 1756465620,
          "dir": -1,
          "entryPrice": 3412.075,
          "exitPrice": 3404.578,
          "stopDistance": 3.749,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 187
        },
        {
          "entryTs": 1756766700,
          "entryUtc": "2025-09-01T22:45:00.000Z",
          "exitTs": 1756771380,
          "dir": -1,
          "entryPrice": 3477.275,
          "exitPrice": 3481.508,
          "stopDistance": 4.233,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 78
        },
        {
          "entryTs": 1756800000,
          "entryUtc": "2025-09-02T08:00:00.000Z",
          "exitTs": 1756814580,
          "dir": 1,
          "entryPrice": 3476.615,
          "exitPrice": 3492.908,
          "stopDistance": 8.146,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 243
        },
        {
          "entryTs": 1756898100,
          "entryUtc": "2025-09-03T11:15:00.000Z",
          "exitTs": 1756904460,
          "dir": -1,
          "entryPrice": 3546.105,
          "exitPrice": 3552.894,
          "stopDistance": 6.789,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 106
        },
        {
          "entryTs": 1756984500,
          "entryUtc": "2025-09-04T11:15:00.000Z",
          "exitTs": 1756992960,
          "dir": 1,
          "entryPrice": 3539.805,
          "exitPrice": 3555.334,
          "stopDistance": 7.765,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 141
        },
        {
          "entryTs": 1756995300,
          "entryUtc": "2025-09-04T14:15:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3544.665,
          "exitPrice": 3565.181,
          "stopDistance": 10.258,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 1335
        },
        {
          "entryTs": 1757294100,
          "entryUtc": "2025-09-08T01:15:00.000Z",
          "exitTs": 1757313900,
          "dir": -1,
          "entryPrice": 3589.148,
          "exitPrice": 3597.489,
          "stopDistance": 8.341,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 330
        },
        {
          "entryTs": 1757354400,
          "entryUtc": "2025-09-08T18:00:00.000Z",
          "exitTs": 1757383680,
          "dir": 1,
          "entryPrice": 3633.305,
          "exitPrice": 3648.612,
          "stopDistance": 7.653,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 488
        },
        {
          "entryTs": 1757518200,
          "entryUtc": "2025-09-10T15:30:00.000Z",
          "exitTs": 1757533020,
          "dir": 1,
          "entryPrice": 3644.185,
          "exitPrice": 3635.765,
          "stopDistance": 8.42,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 247
        },
        {
          "entryTs": 1757557800,
          "entryUtc": "2025-09-11T02:30:00.000Z",
          "exitTs": 1757560140,
          "dir": 1,
          "entryPrice": 3637.785,
          "exitPrice": 3632.135,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 39
        },
        {
          "entryTs": 1757616300,
          "entryUtc": "2025-09-11T18:45:00.000Z",
          "exitTs": 1757641620,
          "dir": 1,
          "entryPrice": 3631.935,
          "exitPrice": 3646.824,
          "stopDistance": 7.445,
          "outcome": "target",
          "netR": 1.9503,
          "holdMinutes": 422
        },
        {
          "entryTs": 1757893500,
          "entryUtc": "2025-09-14T23:45:00.000Z",
          "exitTs": 1757896740,
          "dir": 1,
          "entryPrice": 3637.585,
          "exitPrice": 3633.61,
          "stopDistance": 3.975,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 54
        },
        {
          "entryTs": 1757997000,
          "entryUtc": "2025-09-16T04:30:00.000Z",
          "exitTs": 1758003720,
          "dir": -1,
          "entryPrice": 3681.905,
          "exitPrice": 3686.67,
          "stopDistance": 4.765,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 112
        },
        {
          "entryTs": 1758035700,
          "entryUtc": "2025-09-16T15:15:00.000Z",
          "exitTs": 1758075000,
          "dir": 1,
          "entryPrice": 3683.965,
          "exitPrice": 3675.948,
          "stopDistance": 8.017,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 655
        },
        {
          "entryTs": 1758174300,
          "entryUtc": "2025-09-18T05:45:00.000Z",
          "exitTs": 1758175380,
          "dir": 1,
          "entryPrice": 3654.075,
          "exitPrice": 3646.838,
          "stopDistance": 7.237,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 18
        },
        {
          "entryTs": 1758509100,
          "entryUtc": "2025-09-22T02:45:00.000Z",
          "exitTs": 1758520200,
          "dir": 1,
          "entryPrice": 3686.655,
          "exitPrice": 3699.214,
          "stopDistance": 6.28,
          "outcome": "target",
          "netR": 1.9411,
          "holdMinutes": 185
        },
        {
          "entryTs": 1758583800,
          "entryUtc": "2025-09-22T23:30:00.000Z",
          "exitTs": 1758589500,
          "dir": -1,
          "entryPrice": 3746.475,
          "exitPrice": 3752.12,
          "stopDistance": 5.645,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 95
        },
        {
          "entryTs": 1758720600,
          "entryUtc": "2025-09-24T13:30:00.000Z",
          "exitTs": 1758724020,
          "dir": -1,
          "entryPrice": 3767.128,
          "exitPrice": 3753.878,
          "stopDistance": 6.625,
          "outcome": "target",
          "netR": 1.9442,
          "holdMinutes": 57
        },
        {
          "entryTs": 1758890700,
          "entryUtc": "2025-09-26T12:45:00.000Z",
          "exitTs": 1758892020,
          "dir": -1,
          "entryPrice": 3751.125,
          "exitPrice": 3757.929,
          "stopDistance": 6.804,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 22
        },
        {
          "entryTs": 1759158900,
          "entryUtc": "2025-09-29T15:15:00.000Z",
          "exitTs": 1759190640,
          "dir": -1,
          "entryPrice": 3823.948,
          "exitPrice": 3834.832,
          "stopDistance": 10.884,
          "outcome": "stop",
          "netR": -1.0386,
          "holdMinutes": 529
        },
        {
          "entryTs": 1759213800,
          "entryUtc": "2025-09-30T06:30:00.000Z",
          "exitTs": 1759215120,
          "dir": 1,
          "entryPrice": 3866.355,
          "exitPrice": 3858.816,
          "stopDistance": 7.539,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 22
        },
        {
          "entryTs": 1759290300,
          "entryUtc": "2025-10-01T03:45:00.000Z",
          "exitTs": 1759299480,
          "dir": 1,
          "entryPrice": 3863.725,
          "exitPrice": 3856.112,
          "stopDistance": 7.613,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 153
        },
        {
          "entryTs": 1759383000,
          "entryUtc": "2025-10-02T05:30:00.000Z",
          "exitTs": 1759394640,
          "dir": -1,
          "entryPrice": 3868.995,
          "exitPrice": 3874.993,
          "stopDistance": 5.998,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 194
        },
        {
          "entryTs": 1759415400,
          "entryUtc": "2025-10-02T14:30:00.000Z",
          "exitTs": 1759415820,
          "dir": 1,
          "entryPrice": 3863.765,
          "exitPrice": 3853.035,
          "stopDistance": 10.73,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 7
        },
        {
          "entryTs": 1759486500,
          "entryUtc": "2025-10-03T10:15:00.000Z",
          "exitTs": 1759496220,
          "dir": -1,
          "entryPrice": 3865.265,
          "exitPrice": 3871.609,
          "stopDistance": 6.344,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 162
        },
        {
          "entryTs": 1759777200,
          "entryUtc": "2025-10-06T19:00:00.000Z",
          "exitTs": 1759788660,
          "dir": -1,
          "entryPrice": 3958.175,
          "exitPrice": 3967.841,
          "stopDistance": 9.666,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 191
        },
        {
          "entryTs": 1759817700,
          "entryUtc": "2025-10-07T06:15:00.000Z",
          "exitTs": 1759820100,
          "dir": 1,
          "entryPrice": 3964.345,
          "exitPrice": 3955.445,
          "stopDistance": 8.9,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 40
        },
        {
          "entryTs": 1760352300,
          "entryUtc": "2025-10-13T10:45:00.000Z",
          "exitTs": 1760361300,
          "dir": -1,
          "entryPrice": 4077.655,
          "exitPrice": 4087.988,
          "stopDistance": 10.333,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 150
        },
        {
          "entryTs": 1760461200,
          "entryUtc": "2025-10-14T17:00:00.000Z",
          "exitTs": 1760480040,
          "dir": -1,
          "entryPrice": 4140.145,
          "exitPrice": 4157.93,
          "stopDistance": 17.785,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 314
        },
        {
          "entryTs": 1761103800,
          "entryUtc": "2025-10-22T03:30:00.000Z",
          "exitTs": 1761114660,
          "dir": -1,
          "entryPrice": 4116.925,
          "exitPrice": 4147.093,
          "stopDistance": 30.168,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 181
        },
        {
          "entryTs": 1761741000,
          "entryUtc": "2025-10-29T12:30:00.000Z",
          "exitTs": 1761752760,
          "dir": -1,
          "entryPrice": 4025.945,
          "exitPrice": 3999.999,
          "stopDistance": 12.973,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 196
        },
        {
          "entryTs": 1761864300,
          "entryUtc": "2025-10-30T22:45:00.000Z",
          "exitTs": 1761864600,
          "dir": -1,
          "entryPrice": 4024.095,
          "exitPrice": 4036.606,
          "stopDistance": 12.511,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 5
        },
        {
          "entryTs": 1761876000,
          "entryUtc": "2025-10-31T02:00:00.000Z",
          "exitTs": 1761878100,
          "dir": 1,
          "entryPrice": 4018.365,
          "exitPrice": 4003.512,
          "stopDistance": 14.853,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 35
        },
        {
          "entryTs": 1762154100,
          "entryUtc": "2025-11-03T07:15:00.000Z",
          "exitTs": 1762156920,
          "dir": -1,
          "entryPrice": 4014.925,
          "exitPrice": 4026.799,
          "stopDistance": 11.874,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 47
        },
        {
          "entryTs": 1762235100,
          "entryUtc": "2025-11-04T05:45:00.000Z",
          "exitTs": 1762243680,
          "dir": 1,
          "entryPrice": 3975.695,
          "exitPrice": 3998.493,
          "stopDistance": 11.399,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 143
        },
        {
          "entryTs": 1762250400,
          "entryUtc": "2025-11-04T10:00:00.000Z",
          "exitTs": 1762263240,
          "dir": 1,
          "entryPrice": 3991.005,
          "exitPrice": 3980.145,
          "stopDistance": 10.86,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 214
        },
        {
          "entryTs": 1762291800,
          "entryUtc": "2025-11-04T21:30:00.000Z",
          "exitTs": 1762313820,
          "dir": 1,
          "entryPrice": 3933.735,
          "exitPrice": 3957.986,
          "stopDistance": 12.125,
          "outcome": "target",
          "netR": 1.9695,
          "holdMinutes": 367
        },
        {
          "entryTs": 1762383600,
          "entryUtc": "2025-11-05T23:00:00.000Z",
          "exitTs": 1762383780,
          "dir": 1,
          "entryPrice": 3975.455,
          "exitPrice": 3968.137,
          "stopDistance": 7.318,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 3
        },
        {
          "entryTs": 1762395300,
          "entryUtc": "2025-11-06T02:15:00.000Z",
          "exitTs": 1762399440,
          "dir": -1,
          "entryPrice": 3977.205,
          "exitPrice": 3985.981,
          "stopDistance": 8.776,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 69
        },
        {
          "entryTs": 1762511400,
          "entryUtc": "2025-11-07T10:30:00.000Z",
          "exitTs": 1762514820,
          "dir": 1,
          "entryPrice": 4005.785,
          "exitPrice": 3998.092,
          "stopDistance": 7.693,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 57
        },
        {
          "entryTs": 1762520400,
          "entryUtc": "2025-11-07T13:00:00.000Z",
          "exitTs": 1762526160,
          "dir": 1,
          "entryPrice": 3995.825,
          "exitPrice": 3987.053,
          "stopDistance": 8.772,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 96
        },
        {
          "entryTs": 1762868700,
          "entryUtc": "2025-11-11T13:45:00.000Z",
          "exitTs": 1762871580,
          "dir": -1,
          "entryPrice": 4141.645,
          "exitPrice": 4124.622,
          "stopDistance": 8.511,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 48
        },
        {
          "entryTs": 1762991100,
          "entryUtc": "2025-11-12T23:45:00.000Z",
          "exitTs": 1763006760,
          "dir": 1,
          "entryPrice": 4190.705,
          "exitPrice": 4214.531,
          "stopDistance": 11.913,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 261
        },
        {
          "entryTs": 1763029800,
          "entryUtc": "2025-11-13T10:30:00.000Z",
          "exitTs": 1763043960,
          "dir": -1,
          "entryPrice": 4234.735,
          "exitPrice": 4211.265,
          "stopDistance": 11.735,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 236
        },
        {
          "entryTs": 1763396100,
          "entryUtc": "2025-11-17T16:15:00.000Z",
          "exitTs": 1763407920,
          "dir": 1,
          "entryPrice": 4061.325,
          "exitPrice": 4045.06,
          "stopDistance": 16.265,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 197
        },
        {
          "entryTs": 1763453700,
          "entryUtc": "2025-11-18T08:15:00.000Z",
          "exitTs": 1763455080,
          "dir": -1,
          "entryPrice": 4024.855,
          "exitPrice": 4039.678,
          "stopDistance": 14.823,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 23
        },
        {
          "entryTs": 1763472600,
          "entryUtc": "2025-11-18T13:30:00.000Z",
          "exitTs": 1763472960,
          "dir": -1,
          "entryPrice": 4048.495,
          "exitPrice": 4061.999,
          "stopDistance": 13.504,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 6
        },
        {
          "entryTs": 1763641800,
          "entryUtc": "2025-11-20T12:30:00.000Z",
          "exitTs": 1763643660,
          "dir": -1,
          "entryPrice": 4072.995,
          "exitPrice": 4088.427,
          "stopDistance": 15.432,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 31
        },
        {
          "entryTs": 1763685000,
          "entryUtc": "2025-11-21T00:30:00.000Z",
          "exitTs": 1763693760,
          "dir": 1,
          "entryPrice": 4074.545,
          "exitPrice": 4060.218,
          "stopDistance": 14.327,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 146
        },
        {
          "entryTs": 1764053100,
          "entryUtc": "2025-11-25T06:45:00.000Z",
          "exitTs": 1764059640,
          "dir": 1,
          "entryPrice": 4139.625,
          "exitPrice": 4129.654,
          "stopDistance": 9.971,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 109
        },
        {
          "entryTs": 1764076500,
          "entryUtc": "2025-11-25T13:15:00.000Z",
          "exitTs": 1764082020,
          "dir": -1,
          "entryPrice": 4137.958,
          "exitPrice": 4111.761,
          "stopDistance": 13.098,
          "outcome": "target",
          "netR": 1.9718,
          "holdMinutes": 92
        },
        {
          "entryTs": 1764205200,
          "entryUtc": "2025-11-27T01:00:00.000Z",
          "exitTs": 1764205980,
          "dir": 1,
          "entryPrice": 4164.265,
          "exitPrice": 4157.501,
          "stopDistance": 6.764,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 13
        },
        {
          "entryTs": 1764764100,
          "entryUtc": "2025-12-03T12:15:00.000Z",
          "exitTs": 1764767220,
          "dir": -1,
          "entryPrice": 4207.205,
          "exitPrice": 4215.338,
          "stopDistance": 8.132,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 52
        },
        {
          "entryTs": 1764897300,
          "entryUtc": "2025-12-05T01:15:00.000Z",
          "exitTs": 1764909120,
          "dir": 1,
          "entryPrice": 4197.025,
          "exitPrice": 4214.475,
          "stopDistance": 8.725,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 197
        },
        {
          "entryTs": 1765257300,
          "entryUtc": "2025-12-09T05:15:00.000Z",
          "exitTs": 1765259400,
          "dir": 1,
          "entryPrice": 4185.995,
          "exitPrice": 4179.469,
          "stopDistance": 6.526,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 35
        },
        {
          "entryTs": 1765282500,
          "entryUtc": "2025-12-09T12:15:00.000Z",
          "exitTs": 1765289460,
          "dir": 1,
          "entryPrice": 4201.455,
          "exitPrice": 4194.037,
          "stopDistance": 7.418,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 116
        },
        {
          "entryTs": 1765431900,
          "entryUtc": "2025-12-11T05:45:00.000Z",
          "exitTs": 1765462920,
          "dir": 1,
          "entryPrice": 4210.035,
          "exitPrice": 4229.796,
          "stopDistance": 9.88,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 517
        },
        {
          "entryTs": 1765546200,
          "entryUtc": "2025-12-12T13:30:00.000Z",
          "exitTs": 1765551060,
          "dir": -1,
          "entryPrice": 4335.835,
          "exitPrice": 4346.286,
          "stopDistance": 10.451,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 81
        },
        {
          "entryTs": 1765776600,
          "entryUtc": "2025-12-15T05:30:00.000Z",
          "exitTs": 1765776900,
          "dir": -1,
          "entryPrice": 4329.405,
          "exitPrice": 4337.657,
          "stopDistance": 8.252,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 5
        },
        {
          "entryTs": 1765888200,
          "entryUtc": "2025-12-16T12:30:00.000Z",
          "exitTs": 1765891320,
          "dir": -1,
          "entryPrice": 4291.415,
          "exitPrice": 4300.264,
          "stopDistance": 8.849,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 52
        },
        {
          "entryTs": 1766043900,
          "entryUtc": "2025-12-18T07:45:00.000Z",
          "exitTs": 1766060880,
          "dir": -1,
          "entryPrice": 4333.255,
          "exitPrice": 4320.039,
          "stopDistance": 6.608,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 283
        },
        {
          "entryTs": 1766133900,
          "entryUtc": "2025-12-19T08:45:00.000Z",
          "exitTs": 1766154960,
          "dir": -1,
          "entryPrice": 4327.658,
          "exitPrice": 4335.163,
          "stopDistance": 7.504,
          "outcome": "stop",
          "netR": -1.056,
          "holdMinutes": 351
        },
        {
          "entryTs": 1766571300,
          "entryUtc": "2025-12-24T10:15:00.000Z",
          "exitTs": 1766587800,
          "dir": -1,
          "entryPrice": 4490.295,
          "exitPrice": 4467.77,
          "stopDistance": 11.262,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 275
        },
        {
          "entryTs": 1766747700,
          "entryUtc": "2025-12-26T11:15:00.000Z",
          "exitTs": 1766759220,
          "dir": 1,
          "entryPrice": 4509.598,
          "exitPrice": 4528.832,
          "stopDistance": 9.617,
          "outcome": "target",
          "netR": 1.9615,
          "holdMinutes": 192
        },
        {
          "entryTs": 1766963700,
          "entryUtc": "2025-12-28T23:15:00.000Z",
          "exitTs": 1766967600,
          "dir": -1,
          "entryPrice": 4533.455,
          "exitPrice": 4504.59,
          "stopDistance": 14.432,
          "outcome": "target",
          "netR": 1.9744,
          "holdMinutes": 65
        },
        {
          "entryTs": 1767051000,
          "entryUtc": "2025-12-29T23:30:00.000Z",
          "exitTs": 1767065100,
          "dir": 1,
          "entryPrice": 4333.645,
          "exitPrice": 4367.347,
          "stopDistance": 16.851,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 235
        },
        {
          "entryTs": 1767135600,
          "entryUtc": "2025-12-30T23:00:00.000Z",
          "exitTs": 1767145440,
          "dir": 1,
          "entryPrice": 4340.098,
          "exitPrice": 4368.514,
          "stopDistance": 14.208,
          "outcome": "target",
          "netR": 1.974,
          "holdMinutes": 164
        },
        {
          "entryTs": 1767184200,
          "entryUtc": "2025-12-31T12:30:00.000Z",
          "exitTs": 1767188760,
          "dir": 1,
          "entryPrice": 4306.605,
          "exitPrice": 4337.555,
          "stopDistance": 15.475,
          "outcome": "target",
          "netR": 1.9761,
          "holdMinutes": 76
        },
        {
          "entryTs": 1767722400,
          "entryUtc": "2026-01-06T18:00:00.000Z",
          "exitTs": 1767750960,
          "dir": -1,
          "entryPrice": 4489.098,
          "exitPrice": 4464.051,
          "stopDistance": 12.523,
          "outcome": "target",
          "netR": 1.9705,
          "holdMinutes": 476
        },
        {
          "entryTs": 1767785400,
          "entryUtc": "2026-01-07T11:30:00.000Z",
          "exitTs": 1767787080,
          "dir": 1,
          "entryPrice": 4458.875,
          "exitPrice": 4448.566,
          "stopDistance": 10.309,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 28
        },
        {
          "entryTs": 1767879000,
          "entryUtc": "2026-01-08T13:30:00.000Z",
          "exitTs": 1767885000,
          "dir": -1,
          "entryPrice": 4434.095,
          "exitPrice": 4446.503,
          "stopDistance": 12.407,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 100
        },
        {
          "entryTs": 1767936600,
          "entryUtc": "2026-01-09T05:30:00.000Z",
          "exitTs": 1767965520,
          "dir": 1,
          "entryPrice": 4464.455,
          "exitPrice": 4481.915,
          "stopDistance": 8.73,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 482
        },
        {
          "entryTs": 1768196700,
          "entryUtc": "2026-01-12T05:45:00.000Z",
          "exitTs": 1768207740,
          "dir": -1,
          "entryPrice": 4581.495,
          "exitPrice": 4594.462,
          "stopDistance": 12.967,
          "outcome": "stop",
          "netR": -1.0324,
          "holdMinutes": 184
        },
        {
          "entryTs": 1768392900,
          "entryUtc": "2026-01-14T12:15:00.000Z",
          "exitTs": 1768401780,
          "dir": -1,
          "entryPrice": 4635.515,
          "exitPrice": 4615.227,
          "stopDistance": 10.144,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 148
        },
        {
          "entryTs": 1768568400,
          "entryUtc": "2026-01-16T13:00:00.000Z",
          "exitTs": 1768569360,
          "dir": 1,
          "entryPrice": 4601.628,
          "exitPrice": 4592.295,
          "stopDistance": 9.333,
          "outcome": "stop",
          "netR": -1.045,
          "holdMinutes": 16
        },
        {
          "entryTs": 1768599000,
          "entryUtc": "2026-01-16T21:30:00.000Z",
          "exitTs": 1768777200,
          "dir": -1,
          "entryPrice": 4592.085,
          "exitPrice": 4606.521,
          "stopDistance": 14.436,
          "outcome": "stop",
          "netR": -1.0291,
          "holdMinutes": 2970
        },
        {
          "entryTs": 1768823100,
          "entryUtc": "2026-01-19T11:45:00.000Z",
          "exitTs": 1768883040,
          "dir": 1,
          "entryPrice": 4664.685,
          "exitPrice": 4683.876,
          "stopDistance": 9.596,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 999
        },
        {
          "entryTs": 1769148000,
          "entryUtc": "2026-01-23T06:00:00.000Z",
          "exitTs": 1769156400,
          "dir": -1,
          "entryPrice": 4960.405,
          "exitPrice": 4936.294,
          "stopDistance": 12.055,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 140
        },
        {
          "entryTs": 1769198400,
          "entryUtc": "2026-01-23T20:00:00.000Z",
          "exitTs": 1769382000,
          "dir": -1,
          "entryPrice": 4983.875,
          "exitPrice": 5000.949,
          "stopDistance": 17.074,
          "outcome": "stop",
          "netR": -1.0246,
          "holdMinutes": 3060
        },
        {
          "entryTs": 1769531400,
          "entryUtc": "2026-01-27T16:30:00.000Z",
          "exitTs": 1769544300,
          "dir": -1,
          "entryPrice": 5098.345,
          "exitPrice": 5120.467,
          "stopDistance": 22.121,
          "outcome": "stop",
          "netR": -1.019,
          "holdMinutes": 215
        },
        {
          "entryTs": 1769660100,
          "entryUtc": "2026-01-29T04:15:00.000Z",
          "exitTs": 1769666520,
          "dir": -1,
          "entryPrice": 5534.195,
          "exitPrice": 5580.483,
          "stopDistance": 46.288,
          "outcome": "stop",
          "netR": -1.0091,
          "holdMinutes": 107
        },
        {
          "entryTs": 1770144300,
          "entryUtc": "2026-02-03T18:45:00.000Z",
          "exitTs": 1770164520,
          "dir": 1,
          "entryPrice": 4905.725,
          "exitPrice": 4999.265,
          "stopDistance": 46.77,
          "outcome": "target",
          "netR": 1.9921,
          "holdMinutes": 337
        },
        {
          "entryTs": 1770307200,
          "entryUtc": "2026-02-05T16:00:00.000Z",
          "exitTs": 1770327240,
          "dir": 1,
          "entryPrice": 4817.265,
          "exitPrice": 4767.456,
          "stopDistance": 49.809,
          "outcome": "stop",
          "netR": -1.0084,
          "holdMinutes": 334
        },
        {
          "entryTs": 1770650100,
          "entryUtc": "2026-02-09T15:15:00.000Z",
          "exitTs": 1770651240,
          "dir": -1,
          "entryPrice": 5029.885,
          "exitPrice": 5052.586,
          "stopDistance": 22.701,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 19
        },
        {
          "entryTs": 1770731100,
          "entryUtc": "2026-02-10T13:45:00.000Z",
          "exitTs": 1770733020,
          "dir": -1,
          "entryPrice": 5052.705,
          "exitPrice": 5073.312,
          "stopDistance": 20.607,
          "outcome": "stop",
          "netR": -1.0204,
          "holdMinutes": 32
        },
        {
          "entryTs": 1770817500,
          "entryUtc": "2026-02-11T13:45:00.000Z",
          "exitTs": 1770907500,
          "dir": 1,
          "entryPrice": 5059.545,
          "exitPrice": 5058.415,
          "stopDistance": 29.501,
          "outcome": "time",
          "netR": -0.0508,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1771197300,
          "entryUtc": "2026-02-15T23:15:00.000Z",
          "exitTs": 1771200180,
          "dir": 1,
          "entryPrice": 5022.095,
          "exitPrice": 5000.66,
          "stopDistance": 21.436,
          "outcome": "stop",
          "netR": -1.0196,
          "holdMinutes": 48
        },
        {
          "entryTs": 1771322400,
          "entryUtc": "2026-02-17T10:00:00.000Z",
          "exitTs": 1771336620,
          "dir": -1,
          "entryPrice": 4925.635,
          "exitPrice": 4887.257,
          "stopDistance": 19.189,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 237
        },
        {
          "entryTs": 1771398900,
          "entryUtc": "2026-02-18T07:15:00.000Z",
          "exitTs": 1771411080,
          "dir": -1,
          "entryPrice": 4938.155,
          "exitPrice": 4911.761,
          "stopDistance": 13.197,
          "outcome": "target",
          "netR": 1.972,
          "holdMinutes": 203
        },
        {
          "entryTs": 1771853400,
          "entryUtc": "2026-02-23T13:30:00.000Z",
          "exitTs": 1771857360,
          "dir": 1,
          "entryPrice": 5149.465,
          "exitPrice": 5178.276,
          "stopDistance": 14.406,
          "outcome": "target",
          "netR": 1.9743,
          "holdMinutes": 66
        },
        {
          "entryTs": 1771969500,
          "entryUtc": "2026-02-24T21:45:00.000Z",
          "exitTs": 1771974180,
          "dir": 1,
          "entryPrice": 5150.535,
          "exitPrice": 5133.983,
          "stopDistance": 16.552,
          "outcome": "stop",
          "netR": -1.0254,
          "holdMinutes": 78
        },
        {
          "entryTs": 1772121600,
          "entryUtc": "2026-02-26T16:00:00.000Z",
          "exitTs": 1772197620,
          "dir": -1,
          "entryPrice": 5185.388,
          "exitPrice": 5207.979,
          "stopDistance": 22.591,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1772457300,
          "entryUtc": "2026-03-02T13:15:00.000Z",
          "exitTs": 1772457780,
          "dir": -1,
          "entryPrice": 5383.878,
          "exitPrice": 5405.633,
          "stopDistance": 21.755,
          "outcome": "stop",
          "netR": -1.0193,
          "holdMinutes": 8
        },
        {
          "entryTs": 1772613900,
          "entryUtc": "2026-03-04T08:45:00.000Z",
          "exitTs": 1772619420,
          "dir": -1,
          "entryPrice": 5175.475,
          "exitPrice": 5200.859,
          "stopDistance": 25.384,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 92
        },
        {
          "entryTs": 1772689500,
          "entryUtc": "2026-03-05T05:45:00.000Z",
          "exitTs": 1772690280,
          "dir": 1,
          "entryPrice": 5166.115,
          "exitPrice": 5149.99,
          "stopDistance": 16.126,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 13
        },
        {
          "entryTs": 1772691300,
          "entryUtc": "2026-03-05T06:15:00.000Z",
          "exitTs": 1772694120,
          "dir": 1,
          "entryPrice": 5132.315,
          "exitPrice": 5171.882,
          "stopDistance": 19.784,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 47
        },
        {
          "entryTs": 1772759700,
          "entryUtc": "2026-03-06T01:15:00.000Z",
          "exitTs": 1772761800,
          "dir": 1,
          "entryPrice": 5076.908,
          "exitPrice": 5121.752,
          "stopDistance": 22.422,
          "outcome": "target",
          "netR": 1.9835,
          "holdMinutes": 35
        },
        {
          "entryTs": 1773054000,
          "entryUtc": "2026-03-09T11:00:00.000Z",
          "exitTs": 1773065460,
          "dir": 1,
          "entryPrice": 5086.955,
          "exitPrice": 5064.274,
          "stopDistance": 22.681,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 191
        },
        {
          "entryTs": 1773215100,
          "entryUtc": "2026-03-11T07:45:00.000Z",
          "exitTs": 1773218280,
          "dir": 1,
          "entryPrice": 5191.175,
          "exitPrice": 5177.533,
          "stopDistance": 13.642,
          "outcome": "stop",
          "netR": -1.0308,
          "holdMinutes": 53
        },
        {
          "entryTs": 1773233100,
          "entryUtc": "2026-03-11T12:45:00.000Z",
          "exitTs": 1773234060,
          "dir": 1,
          "entryPrice": 5180.075,
          "exitPrice": 5163.171,
          "stopDistance": 16.904,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 16
        },
        {
          "entryTs": 1773302400,
          "entryUtc": "2026-03-12T08:00:00.000Z",
          "exitTs": 1773322980,
          "dir": -1,
          "entryPrice": 5182.225,
          "exitPrice": 5155.43,
          "stopDistance": 13.398,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 343
        },
        {
          "entryTs": 1774583100,
          "entryUtc": "2026-03-27T03:45:00.000Z",
          "exitTs": 1774589640,
          "dir": -1,
          "entryPrice": 4435.555,
          "exitPrice": 4459.49,
          "stopDistance": 23.935,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 109
        },
        {
          "entryTs": 1775453400,
          "entryUtc": "2026-04-06T05:30:00.000Z",
          "exitTs": 1775462640,
          "dir": -1,
          "entryPrice": 4667.015,
          "exitPrice": 4689.528,
          "stopDistance": 22.513,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 154
        },
        {
          "entryTs": 1775489400,
          "entryUtc": "2026-04-06T15:30:00.000Z",
          "exitTs": 1775523600,
          "dir": 1,
          "entryPrice": 4666.895,
          "exitPrice": 4644.245,
          "stopDistance": 22.65,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 570
        },
        {
          "entryTs": 1775578500,
          "entryUtc": "2026-04-07T16:15:00.000Z",
          "exitTs": 1775583420,
          "dir": -1,
          "entryPrice": 4658.585,
          "exitPrice": 4686.048,
          "stopDistance": 27.463,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 82
        },
        {
          "entryTs": 1775703600,
          "entryUtc": "2026-04-09T03:00:00.000Z",
          "exitTs": 1775730240,
          "dir": -1,
          "entryPrice": 4718.775,
          "exitPrice": 4737.779,
          "stopDistance": 19.004,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 444
        },
        {
          "entryTs": 1776053700,
          "entryUtc": "2026-04-13T04:15:00.000Z",
          "exitTs": 1776117600,
          "dir": 1,
          "entryPrice": 4714.415,
          "exitPrice": 4750.193,
          "stopDistance": 17.889,
          "outcome": "target",
          "netR": 1.9793,
          "holdMinutes": 1065
        },
        {
          "entryTs": 1776144600,
          "entryUtc": "2026-04-14T05:30:00.000Z",
          "exitTs": 1776150060,
          "dir": 1,
          "entryPrice": 4764.398,
          "exitPrice": 4786.158,
          "stopDistance": 10.88,
          "outcome": "target",
          "netR": 1.966,
          "holdMinutes": 91
        },
        {
          "entryTs": 1776173400,
          "entryUtc": "2026-04-14T13:30:00.000Z",
          "exitTs": 1776173880,
          "dir": -1,
          "entryPrice": 4782.585,
          "exitPrice": 4797.643,
          "stopDistance": 15.058,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 8
        },
        {
          "entryTs": 1776244500,
          "entryUtc": "2026-04-15T09:15:00.000Z",
          "exitTs": 1776246420,
          "dir": 1,
          "entryPrice": 4804.845,
          "exitPrice": 4789.675,
          "stopDistance": 15.171,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 32
        },
        {
          "entryTs": 1776260700,
          "entryUtc": "2026-04-15T13:45:00.000Z",
          "exitTs": 1776267060,
          "dir": -1,
          "entryPrice": 4820.325,
          "exitPrice": 4793.554,
          "stopDistance": 13.385,
          "outcome": "target",
          "netR": 1.9724,
          "holdMinutes": 106
        },
        {
          "entryTs": 1776327300,
          "entryUtc": "2026-04-16T08:15:00.000Z",
          "exitTs": 1776347520,
          "dir": 1,
          "entryPrice": 4811.505,
          "exitPrice": 4799.146,
          "stopDistance": 12.359,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 337
        },
        {
          "entryTs": 1776387600,
          "entryUtc": "2026-04-17T01:00:00.000Z",
          "exitTs": 1776388320,
          "dir": -1,
          "entryPrice": 4794.665,
          "exitPrice": 4776.343,
          "stopDistance": 9.161,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 12
        },
        {
          "entryTs": 1776453300,
          "entryUtc": "2026-04-17T19:15:00.000Z",
          "exitTs": 1776458220,
          "dir": 1,
          "entryPrice": 4856.265,
          "exitPrice": 4840.118,
          "stopDistance": 16.147,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 82
        },
        {
          "entryTs": 1776770100,
          "entryUtc": "2026-04-21T11:15:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4781.545,
          "exitPrice": 4770.142,
          "stopDistance": 11.403,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 75
        },
        {
          "entryTs": 1776964500,
          "entryUtc": "2026-04-23T17:15:00.000Z",
          "exitTs": 1776965760,
          "dir": 1,
          "entryPrice": 4715.875,
          "exitPrice": 4699.177,
          "stopDistance": 16.698,
          "outcome": "stop",
          "netR": -1.0252,
          "holdMinutes": 21
        },
        {
          "entryTs": 1777029300,
          "entryUtc": "2026-04-24T11:15:00.000Z",
          "exitTs": 1777029840,
          "dir": -1,
          "entryPrice": 4696.965,
          "exitPrice": 4710.499,
          "stopDistance": 13.534,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 9
        },
        {
          "entryTs": 1777279500,
          "entryUtc": "2026-04-27T08:45:00.000Z",
          "exitTs": 1777282140,
          "dir": 1,
          "entryPrice": 4711.795,
          "exitPrice": 4702.383,
          "stopDistance": 9.412,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 44
        },
        {
          "entryTs": 1777342500,
          "entryUtc": "2026-04-28T02:15:00.000Z",
          "exitTs": 1777344960,
          "dir": 1,
          "entryPrice": 4677.185,
          "exitPrice": 4667.363,
          "stopDistance": 9.822,
          "outcome": "stop",
          "netR": -1.0428,
          "holdMinutes": 41
        },
        {
          "entryTs": 1777408200,
          "entryUtc": "2026-04-28T20:30:00.000Z",
          "exitTs": 1777424640,
          "dir": 1,
          "entryPrice": 4592.685,
          "exitPrice": 4580.345,
          "stopDistance": 12.34,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 274
        },
        {
          "entryTs": 1777437900,
          "entryUtc": "2026-04-29T04:45:00.000Z",
          "exitTs": 1777446600,
          "dir": -1,
          "entryPrice": 4601.995,
          "exitPrice": 4578.717,
          "stopDistance": 11.639,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 145
        },
        {
          "entryTs": 1777505400,
          "entryUtc": "2026-04-29T23:30:00.000Z",
          "exitTs": 1777507200,
          "dir": -1,
          "entryPrice": 4551.405,
          "exitPrice": 4564.834,
          "stopDistance": 13.429,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 30
        }
      ],
      "significance": {
        "tStat": -2.936,
        "pValueOneSided": 0.99834,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "supply-demand-zone-retest-h1",
      "name": "Supply / demand zone retest",
      "family": "Zone trading",
      "timeframe": "H1",
      "signalTimeframe": "H1",
      "trendNote": "The pre-ICT zone language that still carries enormous gold tutorial volume.",
      "rule": "Find three H1 candles whose combined range is under 1.2 ATR, require the next candle to close at least 0.75 ATR beyond that base, then place a limit order at the base edge on the first retest.",
      "rawSignals": 373,
      "full": {
        "trades": 342,
        "winRate": {
          "successes": 117,
          "total": 342,
          "ratePct": 34.2,
          "ci95Pct": [
            29.4,
            39.4
          ]
        },
        "expectancyR": -0.0315,
        "totalR": -10.77,
        "profitFactor": 0.954,
        "avgWinR": 1.926,
        "avgLossR": -1.049,
        "maxDrawdownPct": 31.51,
        "finalEquity": 8677.28,
        "returnPct": -13.23,
        "tStat": -0.411,
        "sdR": 1.419,
        "ambiguousTrades": 0,
        "timeExits": 4,
        "stopExits": 224,
        "targetExits": 114,
        "optimisticExpectancyR": -0.0315,
        "medianHoldMinutes": 322,
        "medianCostShareOfR": 0.0509,
        "longTrades": 188,
        "longExpectancyR": -0.0057,
        "shortTrades": 154,
        "shortExpectancyR": -0.063,
        "maxConsecutiveLosses": 9,
        "skippedInPosition": 31,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 265,
        "winRate": {
          "successes": 85,
          "total": 265,
          "ratePct": 32.1,
          "ci95Pct": [
            26.7,
            37.9
          ]
        },
        "expectancyR": -0.0989,
        "totalR": -26.21,
        "profitFactor": 0.862,
        "avgWinR": 1.927,
        "avgLossR": -1.056,
        "maxDrawdownPct": 31.51,
        "finalEquity": 7498.11,
        "returnPct": -25.02,
        "tStat": -1.151,
        "sdR": 1.399,
        "ambiguousTrades": 0,
        "timeExits": 2,
        "stopExits": 179,
        "targetExits": 84,
        "optimisticExpectancyR": -0.0989,
        "medianHoldMinutes": 313,
        "medianCostShareOfR": 0.0571,
        "longTrades": 148,
        "longExpectancyR": -0.0267,
        "shortTrades": 117,
        "shortExpectancyR": -0.1902,
        "maxConsecutiveLosses": 9,
        "skippedInPosition": 23,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 77,
        "winRate": {
          "successes": 32,
          "total": 77,
          "ratePct": 41.6,
          "ci95Pct": [
            31.2,
            52.7
          ]
        },
        "expectancyR": 0.2005,
        "totalR": 15.44,
        "profitFactor": 1.335,
        "avgWinR": 1.924,
        "avgLossR": -1.025,
        "maxDrawdownPct": 7.96,
        "finalEquity": 11572.62,
        "returnPct": 15.73,
        "tStat": 1.197,
        "sdR": 1.469,
        "ambiguousTrades": 0,
        "timeExits": 2,
        "stopExits": 45,
        "targetExits": 30,
        "optimisticExpectancyR": 0.2005,
        "medianHoldMinutes": 421,
        "medianCostShareOfR": 0.0235,
        "longTrades": 40,
        "longExpectancyR": 0.072,
        "shortTrades": 37,
        "shortExpectancyR": 0.3394,
        "maxConsecutiveLosses": 8,
        "skippedInPosition": 8,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 370,
          "winRatePct": 53.8,
          "expectancyR": 0.0004,
          "profitFactor": 1.001,
          "returnPct": -1.7
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 362,
          "winRatePct": 35.9,
          "expectancyR": 0.0004,
          "profitFactor": 1.001,
          "returnPct": -3.52
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 356,
          "winRatePct": 27,
          "expectancyR": -0.0061,
          "profitFactor": 0.992,
          "returnPct": -7.41
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 359,
          "winRatePct": 52.4,
          "expectancyR": -0.003,
          "profitFactor": 0.994,
          "returnPct": -2.83
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 342,
          "winRatePct": 34.2,
          "expectancyR": -0.0315,
          "profitFactor": 0.954,
          "returnPct": -13.23
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 334,
          "winRatePct": 26.9,
          "expectancyR": -0.0003,
          "profitFactor": 1,
          "returnPct": -4.96
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 322,
          "winRatePct": 49.4,
          "expectancyR": -0.034,
          "profitFactor": 0.933,
          "returnPct": -11.78
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 303,
          "winRatePct": 36.6,
          "expectancyR": 0.0113,
          "profitFactor": 1.018,
          "returnPct": 0.6
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 285,
          "winRatePct": 34.7,
          "expectancyR": 0.103,
          "profitFactor": 1.159,
          "returnPct": 29.19
        }
      ],
      "exitGridPositiveCells": 4,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 342,
          "expectancyR": -0.0123,
          "profitFactor": 0.982,
          "returnPct": -7.33
        },
        {
          "spreadUsd": 0.3,
          "trades": 342,
          "expectancyR": -0.0315,
          "profitFactor": 0.954,
          "returnPct": -13.23
        },
        {
          "spreadUsd": 0.6,
          "trades": 342,
          "expectancyR": -0.0699,
          "profitFactor": 0.902,
          "returnPct": -23.92
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 1.73
        },
        {
          "month": "2021-02",
          "totalR": 2.7
        },
        {
          "month": "2021-03",
          "totalR": -3.31
        },
        {
          "month": "2021-04",
          "totalR": -2.57
        },
        {
          "month": "2021-05",
          "totalR": -0.19
        },
        {
          "month": "2021-06",
          "totalR": -2.32
        },
        {
          "month": "2021-07",
          "totalR": -0.62
        },
        {
          "month": "2021-08",
          "totalR": -3.2
        },
        {
          "month": "2021-09",
          "totalR": -2.61
        },
        {
          "month": "2021-10",
          "totalR": -2.37
        },
        {
          "month": "2021-11",
          "totalR": 1.94
        },
        {
          "month": "2021-12",
          "totalR": -0.46
        },
        {
          "month": "2022-01",
          "totalR": 0.84
        },
        {
          "month": "2022-02",
          "totalR": 0.49
        },
        {
          "month": "2022-03",
          "totalR": 4.33
        },
        {
          "month": "2022-04",
          "totalR": 1.96
        },
        {
          "month": "2022-05",
          "totalR": -1.37
        },
        {
          "month": "2022-06",
          "totalR": 0.87
        },
        {
          "month": "2022-07",
          "totalR": -4.28
        },
        {
          "month": "2022-08",
          "totalR": 2.59
        },
        {
          "month": "2022-09",
          "totalR": -4.35
        },
        {
          "month": "2022-10",
          "totalR": -2.3
        },
        {
          "month": "2022-11",
          "totalR": -3.21
        },
        {
          "month": "2022-12",
          "totalR": 2.6
        },
        {
          "month": "2023-01",
          "totalR": -1.23
        },
        {
          "month": "2023-02",
          "totalR": -2.34
        },
        {
          "month": "2023-03",
          "totalR": -1.21
        },
        {
          "month": "2023-04",
          "totalR": -6.49
        },
        {
          "month": "2023-05",
          "totalR": -2.29
        },
        {
          "month": "2023-06",
          "totalR": 1.7
        },
        {
          "month": "2023-07",
          "totalR": 3.39
        },
        {
          "month": "2023-08",
          "totalR": 0.57
        },
        {
          "month": "2023-09",
          "totalR": 1.26
        },
        {
          "month": "2023-10",
          "totalR": -0.4
        },
        {
          "month": "2023-11",
          "totalR": 0.64
        },
        {
          "month": "2023-12",
          "totalR": -1.22
        },
        {
          "month": "2024-01",
          "totalR": -1.25
        },
        {
          "month": "2024-02",
          "totalR": -0.46
        },
        {
          "month": "2024-03",
          "totalR": 4.59
        },
        {
          "month": "2024-04",
          "totalR": -5.26
        },
        {
          "month": "2024-05",
          "totalR": 3.78
        },
        {
          "month": "2024-06",
          "totalR": 4.68
        },
        {
          "month": "2024-07",
          "totalR": -2.21
        },
        {
          "month": "2024-08",
          "totalR": -0.24
        },
        {
          "month": "2024-09",
          "totalR": -4.33
        },
        {
          "month": "2024-10",
          "totalR": -2.33
        },
        {
          "month": "2024-11",
          "totalR": -4.28
        },
        {
          "month": "2024-12",
          "totalR": 1.84
        },
        {
          "month": "2025-01",
          "totalR": 2.85
        },
        {
          "month": "2025-02",
          "totalR": 7.77
        },
        {
          "month": "2025-03",
          "totalR": -1.03
        },
        {
          "month": "2025-04",
          "totalR": 1.87
        },
        {
          "month": "2025-05",
          "totalR": 3.9
        },
        {
          "month": "2025-06",
          "totalR": -3.08
        },
        {
          "month": "2025-07",
          "totalR": -3.21
        },
        {
          "month": "2025-08",
          "totalR": 4.6
        },
        {
          "month": "2025-09",
          "totalR": -1.2
        },
        {
          "month": "2025-10",
          "totalR": 2.44
        },
        {
          "month": "2025-11",
          "totalR": 2.73
        },
        {
          "month": "2025-12",
          "totalR": 1.93
        },
        {
          "month": "2026-01",
          "totalR": -0.04
        },
        {
          "month": "2026-02",
          "totalR": -4.04
        },
        {
          "month": "2026-03",
          "totalR": -0.02
        },
        {
          "month": "2026-04",
          "totalR": -0.03
        }
      ],
      "trades": [
        {
          "entryTs": 1610015280,
          "entryUtc": "2021-01-07T10:28:00.000Z",
          "exitTs": 1610092800,
          "dir": 1,
          "entryPrice": 1911.348,
          "exitPrice": 1897.437,
          "stopDistance": 13.911,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 1292
        },
        {
          "entryTs": 1610457720,
          "entryUtc": "2021-01-12T13:22:00.000Z",
          "exitTs": 1610460360,
          "dir": 1,
          "entryPrice": 1851.778,
          "exitPrice": 1841.875,
          "stopDistance": 9.903,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 44
        },
        {
          "entryTs": 1610480160,
          "entryUtc": "2021-01-12T19:36:00.000Z",
          "exitTs": 1610591460,
          "dir": -1,
          "entryPrice": 1857.038,
          "exitPrice": 1836.209,
          "stopDistance": 10.414,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 1855
        },
        {
          "entryTs": 1610933520,
          "entryUtc": "2021-01-18T01:32:00.000Z",
          "exitTs": 1610948220,
          "dir": -1,
          "entryPrice": 1825.108,
          "exitPrice": 1836.247,
          "stopDistance": 11.139,
          "outcome": "stop",
          "netR": -1.0377,
          "holdMinutes": 245
        },
        {
          "entryTs": 1610960580,
          "entryUtc": "2021-01-18T09:03:00.000Z",
          "exitTs": 1611127380,
          "dir": 1,
          "entryPrice": 1832.305,
          "exitPrice": 1854.553,
          "stopDistance": 11.124,
          "outcome": "target",
          "netR": 1.9667,
          "holdMinutes": 2780
        },
        {
          "entryTs": 1611238920,
          "entryUtc": "2021-01-21T14:22:00.000Z",
          "exitTs": 1611314160,
          "dir": -1,
          "entryPrice": 1865.918,
          "exitPrice": 1849.425,
          "stopDistance": 8.247,
          "outcome": "target",
          "netR": 1.9551,
          "holdMinutes": 1254
        },
        {
          "entryTs": 1611853440,
          "entryUtc": "2021-01-28T17:04:00.000Z",
          "exitTs": 1611857280,
          "dir": 1,
          "entryPrice": 1843.485,
          "exitPrice": 1835.024,
          "stopDistance": 8.461,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 64
        },
        {
          "entryTs": 1612530120,
          "entryUtc": "2021-02-05T13:02:00.000Z",
          "exitTs": 1612738800,
          "dir": 1,
          "entryPrice": 1800.065,
          "exitPrice": 1816.078,
          "stopDistance": 8.006,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 3478
        },
        {
          "entryTs": 1612967520,
          "entryUtc": "2021-02-10T14:32:00.000Z",
          "exitTs": 1612973820,
          "dir": 1,
          "entryPrice": 1843.405,
          "exitPrice": 1835.41,
          "stopDistance": 7.995,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 105
        },
        {
          "entryTs": 1613057460,
          "entryUtc": "2021-02-11T15:31:00.000Z",
          "exitTs": 1613062500,
          "dir": 1,
          "entryPrice": 1838.272,
          "exitPrice": 1831.377,
          "stopDistance": 6.895,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 84
        },
        {
          "entryTs": 1613528460,
          "entryUtc": "2021-02-17T02:21:00.000Z",
          "exitTs": 1613577180,
          "dir": -1,
          "entryPrice": 1793.498,
          "exitPrice": 1773.822,
          "stopDistance": 9.838,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 812
        },
        {
          "entryTs": 1614139440,
          "entryUtc": "2021-02-24T04:04:00.000Z",
          "exitTs": 1614172740,
          "dir": 1,
          "entryPrice": 1807.965,
          "exitPrice": 1800.707,
          "stopDistance": 7.258,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 555
        },
        {
          "entryTs": 1614186000,
          "entryUtc": "2021-02-24T17:00:00.000Z",
          "exitTs": 1614245040,
          "dir": -1,
          "entryPrice": 1803.955,
          "exitPrice": 1787.204,
          "stopDistance": 8.376,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 984
        },
        {
          "entryTs": 1614667500,
          "entryUtc": "2021-03-02T06:45:00.000Z",
          "exitTs": 1614683460,
          "dir": -1,
          "entryPrice": 1721.348,
          "exitPrice": 1732.471,
          "stopDistance": 11.123,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 266
        },
        {
          "entryTs": 1614787560,
          "entryUtc": "2021-03-03T16:06:00.000Z",
          "exitTs": 1614879420,
          "dir": -1,
          "entryPrice": 1721.325,
          "exitPrice": 1702.966,
          "stopDistance": 9.179,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 1531
        },
        {
          "entryTs": 1615187220,
          "entryUtc": "2021-03-08T07:07:00.000Z",
          "exitTs": 1615194660,
          "dir": 1,
          "entryPrice": 1701.588,
          "exitPrice": 1691.17,
          "stopDistance": 10.418,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 124
        },
        {
          "entryTs": 1615567260,
          "entryUtc": "2021-03-12T16:41:00.000Z",
          "exitTs": 1615573920,
          "dir": -1,
          "entryPrice": 1716.117,
          "exitPrice": 1723.209,
          "stopDistance": 7.092,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 111
        },
        {
          "entryTs": 1615990980,
          "entryUtc": "2021-03-17T14:23:00.000Z",
          "exitTs": 1616004060,
          "dir": -1,
          "entryPrice": 1733.358,
          "exitPrice": 1738.79,
          "stopDistance": 5.432,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 218
        },
        {
          "entryTs": 1616150160,
          "entryUtc": "2021-03-19T10:36:00.000Z",
          "exitTs": 1616508300,
          "dir": 1,
          "entryPrice": 1734.935,
          "exitPrice": 1727.114,
          "stopDistance": 7.821,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 5969
        },
        {
          "entryTs": 1617692280,
          "entryUtc": "2021-04-06T06:58:00.000Z",
          "exitTs": 1617717600,
          "dir": 1,
          "entryPrice": 1730.758,
          "exitPrice": 1743.549,
          "stopDistance": 6.395,
          "outcome": "target",
          "netR": 1.9421,
          "holdMinutes": 422
        },
        {
          "entryTs": 1617777120,
          "entryUtc": "2021-04-07T06:32:00.000Z",
          "exitTs": 1617867360,
          "dir": -1,
          "entryPrice": 1740.438,
          "exitPrice": 1745.804,
          "stopDistance": 5.366,
          "outcome": "stop",
          "netR": -1.0783,
          "holdMinutes": 1504
        },
        {
          "entryTs": 1618794840,
          "entryUtc": "2021-04-19T01:14:00.000Z",
          "exitTs": 1618838100,
          "dir": 1,
          "entryPrice": 1778.065,
          "exitPrice": 1771.779,
          "stopDistance": 6.286,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 721
        },
        {
          "entryTs": 1619424540,
          "entryUtc": "2021-04-26T08:09:00.000Z",
          "exitTs": 1619439660,
          "dir": -1,
          "entryPrice": 1779.668,
          "exitPrice": 1768.717,
          "stopDistance": 5.476,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 252
        },
        {
          "entryTs": 1619495580,
          "entryUtc": "2021-04-27T03:53:00.000Z",
          "exitTs": 1619526300,
          "dir": -1,
          "entryPrice": 1779.695,
          "exitPrice": 1785.244,
          "stopDistance": 5.549,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 512
        },
        {
          "entryTs": 1619624280,
          "entryUtc": "2021-04-28T15:38:00.000Z",
          "exitTs": 1619635020,
          "dir": -1,
          "entryPrice": 1775.198,
          "exitPrice": 1780.178,
          "stopDistance": 4.98,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 179
        },
        {
          "entryTs": 1619667180,
          "entryUtc": "2021-04-29T03:33:00.000Z",
          "exitTs": 1619677020,
          "dir": 1,
          "entryPrice": 1785.518,
          "exitPrice": 1779.896,
          "stopDistance": 5.622,
          "outcome": "stop",
          "netR": -1.0747,
          "holdMinutes": 164
        },
        {
          "entryTs": 1619685060,
          "entryUtc": "2021-04-29T08:31:00.000Z",
          "exitTs": 1619702100,
          "dir": 1,
          "entryPrice": 1775.758,
          "exitPrice": 1769.319,
          "stopDistance": 6.439,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 284
        },
        {
          "entryTs": 1620628680,
          "entryUtc": "2021-05-10T06:38:00.000Z",
          "exitTs": 1620737880,
          "dir": 1,
          "entryPrice": 1834.825,
          "exitPrice": 1827.688,
          "stopDistance": 7.137,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 1820
        },
        {
          "entryTs": 1620825480,
          "entryUtc": "2021-05-12T13:18:00.000Z",
          "exitTs": 1620825900,
          "dir": 1,
          "entryPrice": 1835.508,
          "exitPrice": 1828.393,
          "stopDistance": 7.115,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 7
        },
        {
          "entryTs": 1621488600,
          "entryUtc": "2021-05-20T05:30:00.000Z",
          "exitTs": 1621848600,
          "dir": -1,
          "entryPrice": 1878.058,
          "exitPrice": 1877.998,
          "stopDistance": 11.491,
          "outcome": "time",
          "netR": -0.027,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1622091060,
          "entryUtc": "2021-05-27T04:51:00.000Z",
          "exitTs": 1622203860,
          "dir": -1,
          "entryPrice": 1899.018,
          "exitPrice": 1883.557,
          "stopDistance": 7.73,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1880
        },
        {
          "entryTs": 1622536140,
          "entryUtc": "2021-06-01T08:29:00.000Z",
          "exitTs": 1622555340,
          "dir": 1,
          "entryPrice": 1908.565,
          "exitPrice": 1903.881,
          "stopDistance": 4.684,
          "outcome": "stop",
          "netR": -1.0897,
          "holdMinutes": 320
        },
        {
          "entryTs": 1623730260,
          "entryUtc": "2021-06-15T04:11:00.000Z",
          "exitTs": 1623776040,
          "dir": -1,
          "entryPrice": 1865.528,
          "exitPrice": 1852.228,
          "stopDistance": 6.65,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 763
        },
        {
          "entryTs": 1624018800,
          "entryUtc": "2021-06-18T12:20:00.000Z",
          "exitTs": 1624019160,
          "dir": 1,
          "entryPrice": 1787.098,
          "exitPrice": 1777.544,
          "stopDistance": 9.554,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 6
        },
        {
          "entryTs": 1624285740,
          "entryUtc": "2021-06-21T14:29:00.000Z",
          "exitTs": 1624455540,
          "dir": -1,
          "entryPrice": 1781.718,
          "exitPrice": 1790.256,
          "stopDistance": 8.538,
          "outcome": "stop",
          "netR": -1.0492,
          "holdMinutes": 2830
        },
        {
          "entryTs": 1624851420,
          "entryUtc": "2021-06-28T03:37:00.000Z",
          "exitTs": 1624859880,
          "dir": -1,
          "entryPrice": 1779.798,
          "exitPrice": 1785.228,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 141
        },
        {
          "entryTs": 1625587920,
          "entryUtc": "2021-07-06T16:12:00.000Z",
          "exitTs": 1625623020,
          "dir": 1,
          "entryPrice": 1792.648,
          "exitPrice": 1802.37,
          "stopDistance": 4.861,
          "outcome": "target",
          "netR": 1.9239,
          "holdMinutes": 585
        },
        {
          "entryTs": 1625728980,
          "entryUtc": "2021-07-08T07:23:00.000Z",
          "exitTs": 1625730840,
          "dir": -1,
          "entryPrice": 1802.678,
          "exitPrice": 1808.763,
          "stopDistance": 6.085,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 31
        },
        {
          "entryTs": 1625756460,
          "entryUtc": "2021-07-08T15:01:00.000Z",
          "exitTs": 1626097980,
          "dir": 1,
          "entryPrice": 1799.668,
          "exitPrice": 1793.01,
          "stopDistance": 6.658,
          "outcome": "stop",
          "netR": -1.0631,
          "holdMinutes": 5692
        },
        {
          "entryTs": 1626181440,
          "entryUtc": "2021-07-13T13:04:00.000Z",
          "exitTs": 1626183300,
          "dir": -1,
          "entryPrice": 1806.308,
          "exitPrice": 1813.085,
          "stopDistance": 6.777,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 31
        },
        {
          "entryTs": 1626767100,
          "entryUtc": "2021-07-20T07:45:00.000Z",
          "exitTs": 1626792420,
          "dir": 1,
          "entryPrice": 1814.008,
          "exitPrice": 1807.985,
          "stopDistance": 6.023,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 422
        },
        {
          "entryTs": 1626960960,
          "entryUtc": "2021-07-22T13:36:00.000Z",
          "exitTs": 1627026900,
          "dir": 1,
          "entryPrice": 1797.978,
          "exitPrice": 1810.017,
          "stopDistance": 6.02,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 1099
        },
        {
          "entryTs": 1627302540,
          "entryUtc": "2021-07-26T12:29:00.000Z",
          "exitTs": 1627323660,
          "dir": 1,
          "entryPrice": 1802.608,
          "exitPrice": 1796.469,
          "stopDistance": 6.139,
          "outcome": "stop",
          "netR": -1.0684,
          "holdMinutes": 352
        },
        {
          "entryTs": 1627395780,
          "entryUtc": "2021-07-27T14:23:00.000Z",
          "exitTs": 1627495200,
          "dir": 1,
          "entryPrice": 1799.138,
          "exitPrice": 1793.525,
          "stopDistance": 5.613,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 1657
        },
        {
          "entryTs": 1627652820,
          "entryUtc": "2021-07-30T13:47:00.000Z",
          "exitTs": 1627662660,
          "dir": -1,
          "entryPrice": 1826.508,
          "exitPrice": 1816.95,
          "stopDistance": 4.779,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 164
        },
        {
          "entryTs": 1628578380,
          "entryUtc": "2021-08-10T06:53:00.000Z",
          "exitTs": 1628701320,
          "dir": -1,
          "entryPrice": 1737.808,
          "exitPrice": 1753.273,
          "stopDistance": 15.465,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 2049
        },
        {
          "entryTs": 1629206100,
          "entryUtc": "2021-08-17T13:15:00.000Z",
          "exitTs": 1629209580,
          "dir": 1,
          "entryPrice": 1787.675,
          "exitPrice": 1782.9,
          "stopDistance": 4.775,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 58
        },
        {
          "entryTs": 1629274740,
          "entryUtc": "2021-08-18T08:19:00.000Z",
          "exitTs": 1629296820,
          "dir": 1,
          "entryPrice": 1786.798,
          "exitPrice": 1781.957,
          "stopDistance": 4.841,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 368
        },
        {
          "entryTs": 1630501920,
          "entryUtc": "2021-09-01T13:12:00.000Z",
          "exitTs": 1630508460,
          "dir": 1,
          "entryPrice": 1814.445,
          "exitPrice": 1809.106,
          "stopDistance": 5.339,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 109
        },
        {
          "entryTs": 1630984620,
          "entryUtc": "2021-09-07T03:17:00.000Z",
          "exitTs": 1630991040,
          "dir": 1,
          "entryPrice": 1824.028,
          "exitPrice": 1820.472,
          "stopDistance": 3.556,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 107
        },
        {
          "entryTs": 1631190600,
          "entryUtc": "2021-09-09T12:30:00.000Z",
          "exitTs": 1631195700,
          "dir": 1,
          "entryPrice": 1795.657,
          "exitPrice": 1790.744,
          "stopDistance": 4.913,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 85
        },
        {
          "entryTs": 1631195760,
          "entryUtc": "2021-09-09T13:56:00.000Z",
          "exitTs": 1631198280,
          "dir": 1,
          "entryPrice": 1789.318,
          "exitPrice": 1784.487,
          "stopDistance": 4.831,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 42
        },
        {
          "entryTs": 1631713380,
          "entryUtc": "2021-09-15T13:43:00.000Z",
          "exitTs": 1631770800,
          "dir": -1,
          "entryPrice": 1799.654,
          "exitPrice": 1788.535,
          "stopDistance": 5.559,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 957
        },
        {
          "entryTs": 1632391860,
          "entryUtc": "2021-09-23T10:11:00.000Z",
          "exitTs": 1632402240,
          "dir": -1,
          "entryPrice": 1774.558,
          "exitPrice": 1760.281,
          "stopDistance": 7.139,
          "outcome": "target",
          "netR": 1.9482,
          "holdMinutes": 173
        },
        {
          "entryTs": 1632443400,
          "entryUtc": "2021-09-24T00:30:00.000Z",
          "exitTs": 1632464040,
          "dir": -1,
          "entryPrice": 1747.624,
          "exitPrice": 1755.813,
          "stopDistance": 8.189,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 344
        },
        {
          "entryTs": 1632495780,
          "entryUtc": "2021-09-24T15:03:00.000Z",
          "exitTs": 1632707700,
          "dir": -1,
          "entryPrice": 1753.248,
          "exitPrice": 1759.522,
          "stopDistance": 6.274,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 3532
        },
        {
          "entryTs": 1633327620,
          "entryUtc": "2021-10-04T06:07:00.000Z",
          "exitTs": 1633336680,
          "dir": -1,
          "entryPrice": 1762.018,
          "exitPrice": 1749.804,
          "stopDistance": 6.107,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 151
        },
        {
          "entryTs": 1634022720,
          "entryUtc": "2021-10-12T07:12:00.000Z",
          "exitTs": 1634042460,
          "dir": 1,
          "entryPrice": 1758.888,
          "exitPrice": 1753.934,
          "stopDistance": 4.954,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 329
        },
        {
          "entryTs": 1634736420,
          "entryUtc": "2021-10-20T13:27:00.000Z",
          "exitTs": 1634736600,
          "dir": 1,
          "entryPrice": 1781.708,
          "exitPrice": 1776.382,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 3
        },
        {
          "entryTs": 1634916780,
          "entryUtc": "2021-10-22T15:33:00.000Z",
          "exitTs": 1634917020,
          "dir": 1,
          "entryPrice": 1794.978,
          "exitPrice": 1788.627,
          "stopDistance": 6.351,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 4
        },
        {
          "entryTs": 1635420360,
          "entryUtc": "2021-10-28T11:26:00.000Z",
          "exitTs": 1635423600,
          "dir": -1,
          "entryPrice": 1800.498,
          "exitPrice": 1805.87,
          "stopDistance": 5.372,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 54
        },
        {
          "entryTs": 1638257280,
          "entryUtc": "2021-11-30T07:28:00.000Z",
          "exitTs": 1638283680,
          "dir": 1,
          "entryPrice": 1790.278,
          "exitPrice": 1803.395,
          "stopDistance": 6.558,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 440
        },
        {
          "entryTs": 1638346320,
          "entryUtc": "2021-12-01T08:12:00.000Z",
          "exitTs": 1638433560,
          "dir": 1,
          "entryPrice": 1780.248,
          "exitPrice": 1770.993,
          "stopDistance": 9.255,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 1454
        },
        {
          "entryTs": 1638440100,
          "entryUtc": "2021-12-02T10:15:00.000Z",
          "exitTs": 1638550980,
          "dir": -1,
          "entryPrice": 1774.808,
          "exitPrice": 1781.718,
          "stopDistance": 6.91,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 1848
        },
        {
          "entryTs": 1639142280,
          "entryUtc": "2021-12-10T13:18:00.000Z",
          "exitTs": 1639143240,
          "dir": -1,
          "entryPrice": 1776.895,
          "exitPrice": 1781.769,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 16
        },
        {
          "entryTs": 1639990140,
          "entryUtc": "2021-12-20T08:49:00.000Z",
          "exitTs": 1640029980,
          "dir": -1,
          "entryPrice": 1801.008,
          "exitPrice": 1791.09,
          "stopDistance": 4.959,
          "outcome": "target",
          "netR": 1.9254,
          "holdMinutes": 664
        },
        {
          "entryTs": 1640700780,
          "entryUtc": "2021-12-28T14:13:00.000Z",
          "exitTs": 1640717340,
          "dir": 1,
          "entryPrice": 1810.538,
          "exitPrice": 1806.883,
          "stopDistance": 3.655,
          "outcome": "stop",
          "netR": -1.1149,
          "holdMinutes": 276
        },
        {
          "entryTs": 1640964780,
          "entryUtc": "2021-12-31T15:33:00.000Z",
          "exitTs": 1640983740,
          "dir": 1,
          "entryPrice": 1820.194,
          "exitPrice": 1829.165,
          "stopDistance": 4.486,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 316
        },
        {
          "entryTs": 1641396840,
          "entryUtc": "2022-01-05T15:34:00.000Z",
          "exitTs": 1641409860,
          "dir": 1,
          "entryPrice": 1820.644,
          "exitPrice": 1815.035,
          "stopDistance": 5.609,
          "outcome": "stop",
          "netR": -1.0749,
          "holdMinutes": 217
        },
        {
          "entryTs": 1643189520,
          "entryUtc": "2022-01-26T09:32:00.000Z",
          "exitTs": 1643206920,
          "dir": -1,
          "entryPrice": 1846.118,
          "exitPrice": 1836.947,
          "stopDistance": 4.586,
          "outcome": "target",
          "netR": 1.9193,
          "holdMinutes": 290
        },
        {
          "entryTs": 1643727600,
          "entryUtc": "2022-02-01T15:00:00.000Z",
          "exitTs": 1643787660,
          "dir": 1,
          "entryPrice": 1799.418,
          "exitPrice": 1794.599,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 1001
        },
        {
          "entryTs": 1643987100,
          "entryUtc": "2022-02-04T15:05:00.000Z",
          "exitTs": 1644240000,
          "dir": -1,
          "entryPrice": 1809.615,
          "exitPrice": 1815.925,
          "stopDistance": 6.31,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 4215
        },
        {
          "entryTs": 1644586080,
          "entryUtc": "2022-02-11T13:28:00.000Z",
          "exitTs": 1644599340,
          "dir": 1,
          "entryPrice": 1827.688,
          "exitPrice": 1837.987,
          "stopDistance": 5.15,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 221
        },
        {
          "entryTs": 1644912540,
          "entryUtc": "2022-02-15T08:09:00.000Z",
          "exitTs": 1644914640,
          "dir": 1,
          "entryPrice": 1872.118,
          "exitPrice": 1864.723,
          "stopDistance": 7.395,
          "outcome": "stop",
          "netR": -1.0568,
          "holdMinutes": 35
        },
        {
          "entryTs": 1645072140,
          "entryUtc": "2022-02-17T04:29:00.000Z",
          "exitTs": 1645086420,
          "dir": 1,
          "entryPrice": 1871.658,
          "exitPrice": 1884.251,
          "stopDistance": 6.296,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 238
        },
        {
          "entryTs": 1645190340,
          "entryUtc": "2022-02-18T13:19:00.000Z",
          "exitTs": 1645398060,
          "dir": -1,
          "entryPrice": 1897.428,
          "exitPrice": 1905.241,
          "stopDistance": 7.813,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 3462
        },
        {
          "entryTs": 1645520280,
          "entryUtc": "2022-02-22T08:58:00.000Z",
          "exitTs": 1645608660,
          "dir": 1,
          "entryPrice": 1897.638,
          "exitPrice": 1890.622,
          "stopDistance": 7.016,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 1473
        },
        {
          "entryTs": 1645716000,
          "entryUtc": "2022-02-24T15:20:00.000Z",
          "exitTs": 1645717320,
          "dir": 1,
          "entryPrice": 1914.008,
          "exitPrice": 1927.157,
          "stopDistance": 6.575,
          "outcome": "target",
          "netR": 1.9437,
          "holdMinutes": 22
        },
        {
          "entryTs": 1645750860,
          "entryUtc": "2022-02-25T01:01:00.000Z",
          "exitTs": 1646110860,
          "dir": -1,
          "entryPrice": 1916.198,
          "exitPrice": 1905.198,
          "stopDistance": 20.49,
          "outcome": "time",
          "netR": 0.5188,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1646356620,
          "entryUtc": "2022-03-04T01:17:00.000Z",
          "exitTs": 1646358780,
          "dir": 1,
          "entryPrice": 1941.203,
          "exitPrice": 1931.346,
          "stopDistance": 9.857,
          "outcome": "stop",
          "netR": -1.0426,
          "holdMinutes": 36
        },
        {
          "entryTs": 1646399280,
          "entryUtc": "2022-03-04T13:08:00.000Z",
          "exitTs": 1646404800,
          "dir": 1,
          "entryPrice": 1940.148,
          "exitPrice": 1959.255,
          "stopDistance": 9.553,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 92
        },
        {
          "entryTs": 1646659920,
          "entryUtc": "2022-03-07T13:32:00.000Z",
          "exitTs": 1646678040,
          "dir": 1,
          "entryPrice": 1970.648,
          "exitPrice": 1994.609,
          "stopDistance": 11.981,
          "outcome": "target",
          "netR": 1.9691,
          "holdMinutes": 302
        },
        {
          "entryTs": 1647016920,
          "entryUtc": "2022-03-11T16:42:00.000Z",
          "exitTs": 1647250680,
          "dir": -1,
          "entryPrice": 1987.932,
          "exitPrice": 1960.787,
          "stopDistance": 13.572,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 3896
        },
        {
          "entryTs": 1648582200,
          "entryUtc": "2022-03-29T19:30:00.000Z",
          "exitTs": 1648620960,
          "dir": -1,
          "entryPrice": 1918.788,
          "exitPrice": 1927.364,
          "stopDistance": 8.576,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 646
        },
        {
          "entryTs": 1650449400,
          "entryUtc": "2022-04-20T10:10:00.000Z",
          "exitTs": 1650622980,
          "dir": -1,
          "entryPrice": 1952.648,
          "exitPrice": 1934.407,
          "stopDistance": 9.121,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 2893
        },
        {
          "entryTs": 1651261680,
          "entryUtc": "2022-04-29T19:48:00.000Z",
          "exitTs": 1651452420,
          "dir": 1,
          "entryPrice": 1897.898,
          "exitPrice": 1889.957,
          "stopDistance": 7.941,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 3179
        },
        {
          "entryTs": 1651662240,
          "entryUtc": "2022-05-04T11:04:00.000Z",
          "exitTs": 1651690020,
          "dir": 1,
          "entryPrice": 1866.598,
          "exitPrice": 1880.646,
          "stopDistance": 7.024,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 463
        },
        {
          "entryTs": 1651756980,
          "entryUtc": "2022-05-05T13:23:00.000Z",
          "exitTs": 1651759500,
          "dir": 1,
          "entryPrice": 1900.168,
          "exitPrice": 1891.31,
          "stopDistance": 8.858,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 42
        },
        {
          "entryTs": 1652272680,
          "entryUtc": "2022-05-11T12:38:00.000Z",
          "exitTs": 1652276520,
          "dir": 1,
          "entryPrice": 1839.368,
          "exitPrice": 1855.19,
          "stopDistance": 7.911,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 64
        },
        {
          "entryTs": 1652693340,
          "entryUtc": "2022-05-16T09:29:00.000Z",
          "exitTs": 1652711340,
          "dir": -1,
          "entryPrice": 1804.628,
          "exitPrice": 1814.027,
          "stopDistance": 9.399,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 300
        },
        {
          "entryTs": 1653379140,
          "entryUtc": "2022-05-24T07:59:00.000Z",
          "exitTs": 1653400140,
          "dir": -1,
          "entryPrice": 1859.578,
          "exitPrice": 1867.278,
          "stopDistance": 7.7,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 350
        },
        {
          "entryTs": 1653548520,
          "entryUtc": "2022-05-26T07:02:00.000Z",
          "exitTs": 1653616260,
          "dir": -1,
          "entryPrice": 1848.728,
          "exitPrice": 1854.914,
          "stopDistance": 6.186,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 1129
        },
        {
          "entryTs": 1655374140,
          "entryUtc": "2022-06-16T10:09:00.000Z",
          "exitTs": 1655394600,
          "dir": 1,
          "entryPrice": 1824.758,
          "exitPrice": 1846.487,
          "stopDistance": 10.864,
          "outcome": "target",
          "netR": 1.9659,
          "holdMinutes": 341
        },
        {
          "entryTs": 1656498900,
          "entryUtc": "2022-06-29T10:35:00.000Z",
          "exitTs": 1656499260,
          "dir": -1,
          "entryPrice": 1819.848,
          "exitPrice": 1824.423,
          "stopDistance": 4.575,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 6
        },
        {
          "entryTs": 1657549200,
          "entryUtc": "2022-07-11T14:20:00.000Z",
          "exitTs": 1657568640,
          "dir": 1,
          "entryPrice": 1737.984,
          "exitPrice": 1731.8,
          "stopDistance": 6.184,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 324
        },
        {
          "entryTs": 1657719600,
          "entryUtc": "2022-07-13T13:40:00.000Z",
          "exitTs": 1657723380,
          "dir": -1,
          "entryPrice": 1726.599,
          "exitPrice": 1734.238,
          "stopDistance": 7.639,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 63
        },
        {
          "entryTs": 1658313660,
          "entryUtc": "2022-07-20T10:41:00.000Z",
          "exitTs": 1658335440,
          "dir": 1,
          "entryPrice": 1709.511,
          "exitPrice": 1704.642,
          "stopDistance": 4.869,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 363
        },
        {
          "entryTs": 1658809620,
          "entryUtc": "2022-07-26T04:27:00.000Z",
          "exitTs": 1658838060,
          "dir": 1,
          "entryPrice": 1721.938,
          "exitPrice": 1715.865,
          "stopDistance": 6.073,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 474
        },
        {
          "entryTs": 1659097860,
          "entryUtc": "2022-07-29T12:31:00.000Z",
          "exitTs": 1659346920,
          "dir": 1,
          "entryPrice": 1756.14,
          "exitPrice": 1769.657,
          "stopDistance": 6.759,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 4151
        },
        {
          "entryTs": 1659416580,
          "entryUtc": "2022-08-02T05:03:00.000Z",
          "exitTs": 1659443400,
          "dir": 1,
          "entryPrice": 1772.498,
          "exitPrice": 1786.104,
          "stopDistance": 6.803,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 447
        },
        {
          "entryTs": 1660024320,
          "entryUtc": "2022-08-09T05:52:00.000Z",
          "exitTs": 1660033500,
          "dir": -1,
          "entryPrice": 1787.748,
          "exitPrice": 1792.955,
          "stopDistance": 5.207,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 153
        },
        {
          "entryTs": 1660714200,
          "entryUtc": "2022-08-17T05:30:00.000Z",
          "exitTs": 1660735020,
          "dir": -1,
          "entryPrice": 1779.508,
          "exitPrice": 1769.495,
          "stopDistance": 5.007,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 347
        },
        {
          "entryTs": 1661335860,
          "entryUtc": "2022-08-24T10:11:00.000Z",
          "exitTs": 1661340720,
          "dir": 1,
          "entryPrice": 1748.034,
          "exitPrice": 1742.958,
          "stopDistance": 5.076,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 81
        },
        {
          "entryTs": 1661776380,
          "entryUtc": "2022-08-29T12:33:00.000Z",
          "exitTs": 1661780640,
          "dir": -1,
          "entryPrice": 1733.258,
          "exitPrice": 1740.157,
          "stopDistance": 6.899,
          "outcome": "stop",
          "netR": -1.0609,
          "holdMinutes": 71
        },
        {
          "entryTs": 1662534120,
          "entryUtc": "2022-09-07T07:02:00.000Z",
          "exitTs": 1662544500,
          "dir": -1,
          "entryPrice": 1699.804,
          "exitPrice": 1706.313,
          "stopDistance": 6.509,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 173
        },
        {
          "entryTs": 1662724440,
          "entryUtc": "2022-09-09T11:54:00.000Z",
          "exitTs": 1662729780,
          "dir": 1,
          "entryPrice": 1722.764,
          "exitPrice": 1716.708,
          "stopDistance": 6.056,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 89
        },
        {
          "entryTs": 1663567560,
          "entryUtc": "2022-09-19T06:06:00.000Z",
          "exitTs": 1663783500,
          "dir": 1,
          "entryPrice": 1665.318,
          "exitPrice": 1656.054,
          "stopDistance": 9.264,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 3599
        },
        {
          "entryTs": 1663789500,
          "entryUtc": "2022-09-21T19:45:00.000Z",
          "exitTs": 1663807260,
          "dir": 1,
          "entryPrice": 1670.718,
          "exitPrice": 1661.536,
          "stopDistance": 9.183,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 296
        },
        {
          "entryTs": 1663854180,
          "entryUtc": "2022-09-22T13:43:00.000Z",
          "exitTs": 1663923120,
          "dir": 1,
          "entryPrice": 1673.158,
          "exitPrice": 1662.505,
          "stopDistance": 10.653,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1664154240,
          "entryUtc": "2022-09-26T01:04:00.000Z",
          "exitTs": 1664345880,
          "dir": -1,
          "entryPrice": 1640.198,
          "exitPrice": 1620.572,
          "stopDistance": 9.813,
          "outcome": "target",
          "netR": 1.9623,
          "holdMinutes": 3194
        },
        {
          "entryTs": 1664451120,
          "entryUtc": "2022-09-29T11:32:00.000Z",
          "exitTs": 1664464320,
          "dir": -1,
          "entryPrice": 1651.875,
          "exitPrice": 1659.865,
          "stopDistance": 7.99,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 220
        },
        {
          "entryTs": 1664536620,
          "entryUtc": "2022-09-30T11:17:00.000Z",
          "exitTs": 1664806020,
          "dir": 1,
          "entryPrice": 1663.798,
          "exitPrice": 1677.567,
          "stopDistance": 6.884,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 4490
        },
        {
          "entryTs": 1666019760,
          "entryUtc": "2022-10-17T15:16:00.000Z",
          "exitTs": 1666029360,
          "dir": 1,
          "entryPrice": 1660.538,
          "exitPrice": 1652.725,
          "stopDistance": 7.813,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 160
        },
        {
          "entryTs": 1666074660,
          "entryUtc": "2022-10-18T06:31:00.000Z",
          "exitTs": 1666106460,
          "dir": 1,
          "entryPrice": 1653.428,
          "exitPrice": 1646.796,
          "stopDistance": 6.632,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 530
        },
        {
          "entryTs": 1666337040,
          "entryUtc": "2022-10-21T07:24:00.000Z",
          "exitTs": 1666357080,
          "dir": -1,
          "entryPrice": 1625.128,
          "exitPrice": 1631.488,
          "stopDistance": 6.36,
          "outcome": "stop",
          "netR": -1.066,
          "holdMinutes": 334
        },
        {
          "entryTs": 1666854000,
          "entryUtc": "2022-10-27T07:00:00.000Z",
          "exitTs": 1666941060,
          "dir": 1,
          "entryPrice": 1660.127,
          "exitPrice": 1653.517,
          "stopDistance": 6.61,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 1451
        },
        {
          "entryTs": 1667527680,
          "entryUtc": "2022-11-04T02:08:00.000Z",
          "exitTs": 1667535300,
          "dir": -1,
          "entryPrice": 1633.878,
          "exitPrice": 1640.644,
          "stopDistance": 6.766,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 127
        },
        {
          "entryTs": 1668505020,
          "entryUtc": "2022-11-15T09:37:00.000Z",
          "exitTs": 1668651900,
          "dir": 1,
          "entryPrice": 1773.598,
          "exitPrice": 1766.686,
          "stopDistance": 6.912,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 2448
        },
        {
          "entryTs": 1669815180,
          "entryUtc": "2022-11-30T13:33:00.000Z",
          "exitTs": 1669820760,
          "dir": 1,
          "entryPrice": 1756.698,
          "exitPrice": 1751.641,
          "stopDistance": 5.057,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 93
        },
        {
          "entryTs": 1670001180,
          "entryUtc": "2022-12-02T17:13:00.000Z",
          "exitTs": 1670203560,
          "dir": -1,
          "entryPrice": 1796.998,
          "exitPrice": 1804.474,
          "stopDistance": 7.476,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 3373
        },
        {
          "entryTs": 1670304600,
          "entryUtc": "2022-12-06T05:30:00.000Z",
          "exitTs": 1670423820,
          "dir": 1,
          "entryPrice": 1770.578,
          "exitPrice": 1784.133,
          "stopDistance": 6.778,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 1987
        },
        {
          "entryTs": 1670575680,
          "entryUtc": "2022-12-09T08:48:00.000Z",
          "exitTs": 1670589240,
          "dir": 1,
          "entryPrice": 1790.248,
          "exitPrice": 1801.212,
          "stopDistance": 5.482,
          "outcome": "target",
          "netR": 1.9325,
          "holdMinutes": 226
        },
        {
          "entryTs": 1671514620,
          "entryUtc": "2022-12-20T05:37:00.000Z",
          "exitTs": 1671525540,
          "dir": 1,
          "entryPrice": 1787.755,
          "exitPrice": 1798.455,
          "stopDistance": 5.35,
          "outcome": "target",
          "netR": 1.9308,
          "holdMinutes": 182
        },
        {
          "entryTs": 1671691560,
          "entryUtc": "2022-12-22T06:46:00.000Z",
          "exitTs": 1671716160,
          "dir": 1,
          "entryPrice": 1815.475,
          "exitPrice": 1810.357,
          "stopDistance": 5.118,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 410
        },
        {
          "entryTs": 1672233720,
          "entryUtc": "2022-12-28T13:22:00.000Z",
          "exitTs": 1672324440,
          "dir": -1,
          "entryPrice": 1807.285,
          "exitPrice": 1813.576,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 1512
        },
        {
          "entryTs": 1672838700,
          "entryUtc": "2023-01-04T13:25:00.000Z",
          "exitTs": 1672924680,
          "dir": -1,
          "entryPrice": 1857.555,
          "exitPrice": 1842.249,
          "stopDistance": 7.653,
          "outcome": "target",
          "netR": 1.9517,
          "holdMinutes": 1433
        },
        {
          "entryTs": 1673012520,
          "entryUtc": "2023-01-06T13:42:00.000Z",
          "exitTs": 1673017380,
          "dir": -1,
          "entryPrice": 1844.645,
          "exitPrice": 1853.136,
          "stopDistance": 8.491,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 81
        },
        {
          "entryTs": 1673490660,
          "entryUtc": "2023-01-12T02:31:00.000Z",
          "exitTs": 1673526060,
          "dir": -1,
          "entryPrice": 1882.348,
          "exitPrice": 1888.496,
          "stopDistance": 6.148,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 590
        },
        {
          "entryTs": 1674552600,
          "entryUtc": "2023-01-24T09:30:00.000Z",
          "exitTs": 1674569520,
          "dir": 1,
          "entryPrice": 1935.765,
          "exitPrice": 1929.307,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 282
        },
        {
          "entryTs": 1675860840,
          "entryUtc": "2023-02-08T12:54:00.000Z",
          "exitTs": 1675867800,
          "dir": 1,
          "entryPrice": 1878.405,
          "exitPrice": 1870.117,
          "stopDistance": 8.288,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 116
        },
        {
          "entryTs": 1676358960,
          "entryUtc": "2023-02-14T07:16:00.000Z",
          "exitTs": 1676374440,
          "dir": 1,
          "entryPrice": 1859.345,
          "exitPrice": 1853.78,
          "stopDistance": 5.565,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 258
        },
        {
          "entryTs": 1676512500,
          "entryUtc": "2023-02-16T01:55:00.000Z",
          "exitTs": 1676609460,
          "dir": -1,
          "entryPrice": 1841.995,
          "exitPrice": 1824.929,
          "stopDistance": 8.533,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 1616
        },
        {
          "entryTs": 1676988000,
          "entryUtc": "2023-02-21T14:00:00.000Z",
          "exitTs": 1676989560,
          "dir": -1,
          "entryPrice": 1837.015,
          "exitPrice": 1841.638,
          "stopDistance": 4.623,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 26
        },
        {
          "entryTs": 1677054120,
          "entryUtc": "2023-02-22T08:22:00.000Z",
          "exitTs": 1677061560,
          "dir": 1,
          "entryPrice": 1837.165,
          "exitPrice": 1832.143,
          "stopDistance": 5.022,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 124
        },
        {
          "entryTs": 1677856020,
          "entryUtc": "2023-03-03T15:07:00.000Z",
          "exitTs": 1677869820,
          "dir": 1,
          "entryPrice": 1839.955,
          "exitPrice": 1849.962,
          "stopDistance": 5.003,
          "outcome": "target",
          "netR": 1.9261,
          "holdMinutes": 230
        },
        {
          "entryTs": 1678799340,
          "entryUtc": "2023-03-14T13:09:00.000Z",
          "exitTs": 1678867260,
          "dir": 1,
          "entryPrice": 1904.805,
          "exitPrice": 1894.895,
          "stopDistance": 9.91,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 1132
        },
        {
          "entryTs": 1678873200,
          "entryUtc": "2023-03-15T09:40:00.000Z",
          "exitTs": 1678874760,
          "dir": -1,
          "entryPrice": 1896.155,
          "exitPrice": 1903.866,
          "stopDistance": 7.711,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 26
        },
        {
          "entryTs": 1679308500,
          "entryUtc": "2023-03-20T10:35:00.000Z",
          "exitTs": 1679386020,
          "dir": 1,
          "entryPrice": 1975.375,
          "exitPrice": 1963.598,
          "stopDistance": 11.777,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 1292
        },
        {
          "entryTs": 1680516000,
          "entryUtc": "2023-04-03T10:00:00.000Z",
          "exitTs": 1680521460,
          "dir": -1,
          "entryPrice": 1967.135,
          "exitPrice": 1975.503,
          "stopDistance": 8.368,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 91
        },
        {
          "entryTs": 1680590760,
          "entryUtc": "2023-04-04T06:46:00.000Z",
          "exitTs": 1680615120,
          "dir": -1,
          "entryPrice": 1982.045,
          "exitPrice": 1989.484,
          "stopDistance": 7.439,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 406
        },
        {
          "entryTs": 1680701280,
          "entryUtc": "2023-04-05T13:28:00.000Z",
          "exitTs": 1680705120,
          "dir": 1,
          "entryPrice": 2025.075,
          "exitPrice": 2018.232,
          "stopDistance": 6.843,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 64
        },
        {
          "entryTs": 1680766620,
          "entryUtc": "2023-04-06T07:37:00.000Z",
          "exitTs": 1680789360,
          "dir": -1,
          "entryPrice": 2016.865,
          "exitPrice": 2003.01,
          "stopDistance": 6.928,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 379
        },
        {
          "entryTs": 1681180440,
          "entryUtc": "2023-04-11T02:34:00.000Z",
          "exitTs": 1681201380,
          "dir": -1,
          "entryPrice": 1996.885,
          "exitPrice": 2004.7,
          "stopDistance": 7.815,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 349
        },
        {
          "entryTs": 1681306860,
          "entryUtc": "2023-04-12T13:41:00.000Z",
          "exitTs": 1681307100,
          "dir": 1,
          "entryPrice": 2011.525,
          "exitPrice": 2003.492,
          "stopDistance": 8.033,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 4
        },
        {
          "entryTs": 1681475700,
          "entryUtc": "2023-04-14T12:35:00.000Z",
          "exitTs": 1681476300,
          "dir": 1,
          "entryPrice": 2028.565,
          "exitPrice": 2020.242,
          "stopDistance": 8.323,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 10
        },
        {
          "entryTs": 1681729380,
          "entryUtc": "2023-04-17T11:03:00.000Z",
          "exitTs": 1681738500,
          "dir": 1,
          "entryPrice": 2006.198,
          "exitPrice": 1997.512,
          "stopDistance": 8.686,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 152
        },
        {
          "entryTs": 1681973040,
          "entryUtc": "2023-04-20T06:44:00.000Z",
          "exitTs": 1681993860,
          "dir": -1,
          "entryPrice": 1999.224,
          "exitPrice": 2006.245,
          "stopDistance": 7.021,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 347
        },
        {
          "entryTs": 1683725700,
          "entryUtc": "2023-05-10T13:35:00.000Z",
          "exitTs": 1683731400,
          "dir": 1,
          "entryPrice": 2032.004,
          "exitPrice": 2024.648,
          "stopDistance": 7.356,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 95
        },
        {
          "entryTs": 1684150800,
          "entryUtc": "2023-05-15T11:40:00.000Z",
          "exitTs": 1684218900,
          "dir": 1,
          "entryPrice": 2011.975,
          "exitPrice": 2004.815,
          "stopDistance": 7.16,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 1135
        },
        {
          "entryTs": 1684933860,
          "entryUtc": "2023-05-24T13:11:00.000Z",
          "exitTs": 1684936800,
          "dir": 1,
          "entryPrice": 1977.555,
          "exitPrice": 1971.114,
          "stopDistance": 6.441,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 49
        },
        {
          "entryTs": 1685089200,
          "entryUtc": "2023-05-26T08:20:00.000Z",
          "exitTs": 1685104320,
          "dir": 1,
          "entryPrice": 1952.405,
          "exitPrice": 1945.437,
          "stopDistance": 6.968,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 252
        },
        {
          "entryTs": 1685110080,
          "entryUtc": "2023-05-26T14:08:00.000Z",
          "exitTs": 1685423520,
          "dir": -1,
          "entryPrice": 1950.955,
          "exitPrice": 1937.056,
          "stopDistance": 6.949,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 5224
        },
        {
          "entryTs": 1686128940,
          "entryUtc": "2023-06-07T09:09:00.000Z",
          "exitTs": 1686145980,
          "dir": -1,
          "entryPrice": 1962.628,
          "exitPrice": 1967.493,
          "stopDistance": 4.865,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 284
        },
        {
          "entryTs": 1687229340,
          "entryUtc": "2023-06-20T02:49:00.000Z",
          "exitTs": 1687246500,
          "dir": -1,
          "entryPrice": 1950.474,
          "exitPrice": 1955.145,
          "stopDistance": 4.671,
          "outcome": "stop",
          "netR": -1.0899,
          "holdMinutes": 286
        },
        {
          "entryTs": 1687536000,
          "entryUtc": "2023-06-23T16:00:00.000Z",
          "exitTs": 1687768260,
          "dir": 1,
          "entryPrice": 1920.535,
          "exitPrice": 1932.638,
          "stopDistance": 6.052,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 3871
        },
        {
          "entryTs": 1687830720,
          "entryUtc": "2023-06-27T01:52:00.000Z",
          "exitTs": 1687874700,
          "dir": -1,
          "entryPrice": 1929.405,
          "exitPrice": 1917,
          "stopDistance": 6.202,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 733
        },
        {
          "entryTs": 1688488620,
          "entryUtc": "2023-07-04T16:37:00.000Z",
          "exitTs": 1688563020,
          "dir": 1,
          "entryPrice": 1924.535,
          "exitPrice": 1932.845,
          "stopDistance": 4.155,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 1240
        },
        {
          "entryTs": 1688995980,
          "entryUtc": "2023-07-10T13:33:00.000Z",
          "exitTs": 1689044700,
          "dir": -1,
          "entryPrice": 1922.595,
          "exitPrice": 1928.594,
          "stopDistance": 5.999,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 812
        },
        {
          "entryTs": 1689165000,
          "entryUtc": "2023-07-12T12:30:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1937.485,
          "exitPrice": 1942.177,
          "stopDistance": 4.692,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 0
        },
        {
          "entryTs": 1689833880,
          "entryUtc": "2023-07-20T06:18:00.000Z",
          "exitTs": 1689856740,
          "dir": 1,
          "entryPrice": 1979.205,
          "exitPrice": 1973.952,
          "stopDistance": 5.253,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 381
        },
        {
          "entryTs": 1689859560,
          "entryUtc": "2023-07-20T13:26:00.000Z",
          "exitTs": 1689864120,
          "dir": -1,
          "entryPrice": 1979.218,
          "exitPrice": 1967.723,
          "stopDistance": 5.747,
          "outcome": "target",
          "netR": 1.9356,
          "holdMinutes": 76
        },
        {
          "entryTs": 1690247640,
          "entryUtc": "2023-07-25T01:14:00.000Z",
          "exitTs": 1690266180,
          "dir": -1,
          "entryPrice": 1957.755,
          "exitPrice": 1963.405,
          "stopDistance": 5.65,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 309
        },
        {
          "entryTs": 1690266300,
          "entryUtc": "2023-07-25T06:25:00.000Z",
          "exitTs": 1690293600,
          "dir": -1,
          "entryPrice": 1963.768,
          "exitPrice": 1952.646,
          "stopDistance": 5.561,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 455
        },
        {
          "entryTs": 1690379100,
          "entryUtc": "2023-07-26T13:45:00.000Z",
          "exitTs": 1690385160,
          "dir": 1,
          "entryPrice": 1965.035,
          "exitPrice": 1974.503,
          "stopDistance": 4.734,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 101
        },
        {
          "entryTs": 1690952040,
          "entryUtc": "2023-08-02T04:54:00.000Z",
          "exitTs": 1690985700,
          "dir": 1,
          "entryPrice": 1945.485,
          "exitPrice": 1939.709,
          "stopDistance": 5.776,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 561
        },
        {
          "entryTs": 1691462400,
          "entryUtc": "2023-08-08T02:40:00.000Z",
          "exitTs": 1691496420,
          "dir": -1,
          "entryPrice": 1935.095,
          "exitPrice": 1926.15,
          "stopDistance": 4.472,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 567
        },
        {
          "entryTs": 1691673180,
          "entryUtc": "2023-08-10T13:13:00.000Z",
          "exitTs": 1691676720,
          "dir": 1,
          "entryPrice": 1922.615,
          "exitPrice": 1917.843,
          "stopDistance": 4.772,
          "outcome": "stop",
          "netR": -1.088,
          "holdMinutes": 59
        },
        {
          "entryTs": 1692262560,
          "entryUtc": "2023-08-17T08:56:00.000Z",
          "exitTs": 1692278100,
          "dir": 1,
          "entryPrice": 1893.875,
          "exitPrice": 1902.572,
          "stopDistance": 4.349,
          "outcome": "target",
          "netR": 1.9149,
          "holdMinutes": 259
        },
        {
          "entryTs": 1692584700,
          "entryUtc": "2023-08-21T02:25:00.000Z",
          "exitTs": 1692586680,
          "dir": -1,
          "entryPrice": 1888.685,
          "exitPrice": 1892.912,
          "stopDistance": 4.226,
          "outcome": "stop",
          "netR": -1.0994,
          "holdMinutes": 33
        },
        {
          "entryTs": 1693536480,
          "entryUtc": "2023-09-01T02:48:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1940.255,
          "exitPrice": 1947.655,
          "stopDistance": 3.7,
          "outcome": "target",
          "netR": 1.9,
          "holdMinutes": 582
        },
        {
          "entryTs": 1693575600,
          "entryUtc": "2023-09-01T13:40:00.000Z",
          "exitTs": 1693576200,
          "dir": 1,
          "entryPrice": 1945.785,
          "exitPrice": 1941.828,
          "stopDistance": 3.957,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 10
        },
        {
          "entryTs": 1693576260,
          "entryUtc": "2023-09-01T13:51:00.000Z",
          "exitTs": 1693578300,
          "dir": 1,
          "entryPrice": 1940.595,
          "exitPrice": 1937.028,
          "stopDistance": 3.567,
          "outcome": "stop",
          "netR": -1.1177,
          "holdMinutes": 34
        },
        {
          "entryTs": 1694178660,
          "entryUtc": "2023-09-08T13:11:00.000Z",
          "exitTs": 1694181480,
          "dir": 1,
          "entryPrice": 1920.214,
          "exitPrice": 1928.148,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 47
        },
        {
          "entryTs": 1694657580,
          "entryUtc": "2023-09-14T02:13:00.000Z",
          "exitTs": 1694677380,
          "dir": 1,
          "entryPrice": 1909.695,
          "exitPrice": 1905.542,
          "stopDistance": 4.153,
          "outcome": "stop",
          "netR": -1.1011,
          "holdMinutes": 330
        },
        {
          "entryTs": 1695239460,
          "entryUtc": "2023-09-20T19:51:00.000Z",
          "exitTs": 1695242400,
          "dir": 1,
          "entryPrice": 1933.935,
          "exitPrice": 1929.908,
          "stopDistance": 4.027,
          "outcome": "stop",
          "netR": -1.1043,
          "holdMinutes": 49
        },
        {
          "entryTs": 1695714180,
          "entryUtc": "2023-09-26T07:43:00.000Z",
          "exitTs": 1695731880,
          "dir": -1,
          "entryPrice": 1912.935,
          "exitPrice": 1906.544,
          "stopDistance": 3.195,
          "outcome": "target",
          "netR": 1.8842,
          "holdMinutes": 295
        },
        {
          "entryTs": 1696226820,
          "entryUtc": "2023-10-02T06:07:00.000Z",
          "exitTs": 1696239000,
          "dir": -1,
          "entryPrice": 1842.325,
          "exitPrice": 1831.35,
          "stopDistance": 5.488,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 203
        },
        {
          "entryTs": 1696512600,
          "entryUtc": "2023-10-05T13:30:00.000Z",
          "exitTs": 1696599060,
          "dir": -1,
          "entryPrice": 1819.565,
          "exitPrice": 1825.516,
          "stopDistance": 5.952,
          "outcome": "stop",
          "netR": -1.0706,
          "holdMinutes": 1441
        },
        {
          "entryTs": 1696927860,
          "entryUtc": "2023-10-10T08:51:00.000Z",
          "exitTs": 1697007720,
          "dir": -1,
          "entryPrice": 1859.678,
          "exitPrice": 1865.137,
          "stopDistance": 5.459,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 1331
        },
        {
          "entryTs": 1697641800,
          "entryUtc": "2023-10-18T15:10:00.000Z",
          "exitTs": 1697649180,
          "dir": 1,
          "entryPrice": 1940.045,
          "exitPrice": 1953.553,
          "stopDistance": 6.754,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 123
        },
        {
          "entryTs": 1698409260,
          "entryUtc": "2023-10-27T12:21:00.000Z",
          "exitTs": 1698428040,
          "dir": -1,
          "entryPrice": 1985.135,
          "exitPrice": 1990.85,
          "stopDistance": 5.715,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 313
        },
        {
          "entryTs": 1698669120,
          "entryUtc": "2023-10-30T12:32:00.000Z",
          "exitTs": 1698761820,
          "dir": -1,
          "entryPrice": 1999.385,
          "exitPrice": 2006.464,
          "stopDistance": 7.079,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 1545
        },
        {
          "entryTs": 1699017900,
          "entryUtc": "2023-11-03T13:25:00.000Z",
          "exitTs": 1699241280,
          "dir": 1,
          "entryPrice": 1990.175,
          "exitPrice": 1984.109,
          "stopDistance": 6.066,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 3723
        },
        {
          "entryTs": 1699448940,
          "entryUtc": "2023-11-08T13:09:00.000Z",
          "exitTs": 1699456980,
          "dir": -1,
          "entryPrice": 1965.355,
          "exitPrice": 1955.579,
          "stopDistance": 4.888,
          "outcome": "target",
          "netR": 1.9243,
          "holdMinutes": 134
        },
        {
          "entryTs": 1700136420,
          "entryUtc": "2023-11-16T12:07:00.000Z",
          "exitTs": 1700144100,
          "dir": 1,
          "entryPrice": 1963.805,
          "exitPrice": 1973.65,
          "stopDistance": 4.922,
          "outcome": "target",
          "netR": 1.9248,
          "holdMinutes": 128
        },
        {
          "entryTs": 1700442300,
          "entryUtc": "2023-11-20T01:05:00.000Z",
          "exitTs": 1700447520,
          "dir": -1,
          "entryPrice": 1978.955,
          "exitPrice": 1984.465,
          "stopDistance": 5.51,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 87
        },
        {
          "entryTs": 1701228240,
          "entryUtc": "2023-11-29T03:24:00.000Z",
          "exitTs": 1701250260,
          "dir": 1,
          "entryPrice": 2044.425,
          "exitPrice": 2038.164,
          "stopDistance": 6.261,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 367
        },
        {
          "entryTs": 1701675660,
          "entryUtc": "2023-12-04T07:41:00.000Z",
          "exitTs": 1701697800,
          "dir": 1,
          "entryPrice": 2072.108,
          "exitPrice": 2056.074,
          "stopDistance": 16.034,
          "outcome": "stop",
          "netR": -1.0262,
          "holdMinutes": 369
        },
        {
          "entryTs": 1702452480,
          "entryUtc": "2023-12-13T07:28:00.000Z",
          "exitTs": 1702462440,
          "dir": -1,
          "entryPrice": 1977.555,
          "exitPrice": 1982.741,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 166
        },
        {
          "entryTs": 1703601420,
          "entryUtc": "2023-12-26T14:37:00.000Z",
          "exitTs": 1703689980,
          "dir": 1,
          "entryPrice": 2057.655,
          "exitPrice": 2072.625,
          "stopDistance": 7.485,
          "outcome": "target",
          "netR": 1.9506,
          "holdMinutes": 1476
        },
        {
          "entryTs": 1703751300,
          "entryUtc": "2023-12-28T08:15:00.000Z",
          "exitTs": 1703754540,
          "dir": 1,
          "entryPrice": 2081.065,
          "exitPrice": 2074.778,
          "stopDistance": 6.287,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 54
        },
        {
          "entryTs": 1704725880,
          "entryUtc": "2024-01-08T14:58:00.000Z",
          "exitTs": 1704728940,
          "dir": -1,
          "entryPrice": 2026.465,
          "exitPrice": 2034.344,
          "stopDistance": 7.879,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 51
        },
        {
          "entryTs": 1705322040,
          "entryUtc": "2024-01-15T12:34:00.000Z",
          "exitTs": 1705394160,
          "dir": 1,
          "entryPrice": 2051.335,
          "exitPrice": 2043.919,
          "stopDistance": 7.416,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 1202
        },
        {
          "entryTs": 1705568400,
          "entryUtc": "2024-01-18T09:00:00.000Z",
          "exitTs": 1705609800,
          "dir": 1,
          "entryPrice": 2009.325,
          "exitPrice": 2021.992,
          "stopDistance": 6.334,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 690
        },
        {
          "entryTs": 1705677180,
          "entryUtc": "2024-01-19T15:13:00.000Z",
          "exitTs": 1705934640,
          "dir": 1,
          "entryPrice": 2024.185,
          "exitPrice": 2018.971,
          "stopDistance": 5.214,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 4291
        },
        {
          "entryTs": 1706768220,
          "entryUtc": "2024-02-01T06:17:00.000Z",
          "exitTs": 1706784060,
          "dir": 1,
          "entryPrice": 2042.575,
          "exitPrice": 2034.669,
          "stopDistance": 7.905,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 264
        },
        {
          "entryTs": 1706794620,
          "entryUtc": "2024-02-01T13:37:00.000Z",
          "exitTs": 1706796720,
          "dir": -1,
          "entryPrice": 2038.885,
          "exitPrice": 2045.871,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 35
        },
        {
          "entryTs": 1707386280,
          "entryUtc": "2024-02-08T09:58:00.000Z",
          "exitTs": 1707395460,
          "dir": -1,
          "entryPrice": 2035.714,
          "exitPrice": 2026.266,
          "stopDistance": 4.724,
          "outcome": "target",
          "netR": 1.9217,
          "holdMinutes": 153
        },
        {
          "entryTs": 1708014540,
          "entryUtc": "2024-02-15T16:29:00.000Z",
          "exitTs": 1708097760,
          "dir": 1,
          "entryPrice": 1999.035,
          "exitPrice": 2008.532,
          "stopDistance": 4.749,
          "outcome": "target",
          "netR": 1.9221,
          "holdMinutes": 1387
        },
        {
          "entryTs": 1708977900,
          "entryUtc": "2024-02-26T20:05:00.000Z",
          "exitTs": 1709018820,
          "dir": -1,
          "entryPrice": 2030.645,
          "exitPrice": 2035.614,
          "stopDistance": 4.969,
          "outcome": "stop",
          "netR": -1.0845,
          "holdMinutes": 682
        },
        {
          "entryTs": 1709088120,
          "entryUtc": "2024-02-28T02:42:00.000Z",
          "exitTs": 1709110140,
          "dir": 1,
          "entryPrice": 2031.175,
          "exitPrice": 2027.276,
          "stopDistance": 3.899,
          "outcome": "stop",
          "netR": -1.1077,
          "holdMinutes": 367
        },
        {
          "entryTs": 1709540820,
          "entryUtc": "2024-03-04T08:27:00.000Z",
          "exitTs": 1709562180,
          "dir": 1,
          "entryPrice": 2083.765,
          "exitPrice": 2096.34,
          "stopDistance": 6.287,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 356
        },
        {
          "entryTs": 1709620200,
          "entryUtc": "2024-03-05T06:30:00.000Z",
          "exitTs": 1709644920,
          "dir": 1,
          "entryPrice": 2115.838,
          "exitPrice": 2129.288,
          "stopDistance": 6.725,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 412
        },
        {
          "entryTs": 1710246720,
          "entryUtc": "2024-03-12T12:32:00.000Z",
          "exitTs": 1710247260,
          "dir": -1,
          "entryPrice": 2175.285,
          "exitPrice": 2181.417,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 9
        },
        {
          "entryTs": 1710491760,
          "entryUtc": "2024-03-15T08:36:00.000Z",
          "exitTs": 1710506340,
          "dir": 1,
          "entryPrice": 2165.355,
          "exitPrice": 2159.977,
          "stopDistance": 5.378,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 243
        },
        {
          "entryTs": 1711120200,
          "entryUtc": "2024-03-22T15:10:00.000Z",
          "exitTs": 1711128060,
          "dir": 1,
          "entryPrice": 2170.015,
          "exitPrice": 2161.423,
          "stopDistance": 8.592,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 131
        },
        {
          "entryTs": 1711342500,
          "entryUtc": "2024-03-25T04:55:00.000Z",
          "exitTs": 1711446000,
          "dir": 1,
          "entryPrice": 2169.355,
          "exitPrice": 2187.386,
          "stopDistance": 9.015,
          "outcome": "target",
          "netR": 1.959,
          "holdMinutes": 1725
        },
        {
          "entryTs": 1711467420,
          "entryUtc": "2024-03-26T15:37:00.000Z",
          "exitTs": 1711532580,
          "dir": 1,
          "entryPrice": 2174.085,
          "exitPrice": 2186.154,
          "stopDistance": 6.035,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 1086
        },
        {
          "entryTs": 1712152800,
          "entryUtc": "2024-04-03T14:00:00.000Z",
          "exitTs": 1712161380,
          "dir": -1,
          "entryPrice": 2280.804,
          "exitPrice": 2291.274,
          "stopDistance": 10.47,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 143
        },
        {
          "entryTs": 1712320200,
          "entryUtc": "2024-04-05T12:30:00.000Z",
          "exitTs": 1712326560,
          "dir": 1,
          "entryPrice": 2283.075,
          "exitPrice": 2305.001,
          "stopDistance": 10.963,
          "outcome": "target",
          "netR": 1.9663,
          "holdMinutes": 106
        },
        {
          "entryTs": 1712541180,
          "entryUtc": "2024-04-08T01:53:00.000Z",
          "exitTs": 1712543640,
          "dir": -1,
          "entryPrice": 2320.575,
          "exitPrice": 2335.339,
          "stopDistance": 14.764,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 41
        },
        {
          "entryTs": 1712665500,
          "entryUtc": "2024-04-09T12:25:00.000Z",
          "exitTs": 1712752200,
          "dir": 1,
          "entryPrice": 2347.865,
          "exitPrice": 2337.533,
          "stopDistance": 10.332,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 1445
        },
        {
          "entryTs": 1712938740,
          "entryUtc": "2024-04-12T16:19:00.000Z",
          "exitTs": 1712940300,
          "dir": 1,
          "entryPrice": 2379.455,
          "exitPrice": 2366.88,
          "stopDistance": 12.575,
          "outcome": "stop",
          "netR": -1.0334,
          "holdMinutes": 26
        },
        {
          "entryTs": 1713279660,
          "entryUtc": "2024-04-16T15:01:00.000Z",
          "exitTs": 1713490260,
          "dir": -1,
          "entryPrice": 2383.925,
          "exitPrice": 2399.656,
          "stopDistance": 15.731,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 3510
        },
        {
          "entryTs": 1713501840,
          "entryUtc": "2024-04-19T04:44:00.000Z",
          "exitTs": 1713755580,
          "dir": 1,
          "entryPrice": 2381.375,
          "exitPrice": 2367.956,
          "stopDistance": 13.419,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 4229
        },
        {
          "entryTs": 1713880200,
          "entryUtc": "2024-04-23T13:50:00.000Z",
          "exitTs": 1714055700,
          "dir": -1,
          "entryPrice": 2326.765,
          "exitPrice": 2341.555,
          "stopDistance": 14.79,
          "outcome": "stop",
          "netR": -1.0284,
          "holdMinutes": 2925
        },
        {
          "entryTs": 1714997520,
          "entryUtc": "2024-05-06T12:12:00.000Z",
          "exitTs": 1715264460,
          "dir": 1,
          "entryPrice": 2314.635,
          "exitPrice": 2336.989,
          "stopDistance": 11.177,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 4449
        },
        {
          "entryTs": 1716462420,
          "entryUtc": "2024-05-23T11:07:00.000Z",
          "exitTs": 1716474780,
          "dir": -1,
          "entryPrice": 2367.744,
          "exitPrice": 2345.183,
          "stopDistance": 11.28,
          "outcome": "target",
          "netR": 1.9672,
          "holdMinutes": 206
        },
        {
          "entryTs": 1716788280,
          "entryUtc": "2024-05-27T05:38:00.000Z",
          "exitTs": 1716820020,
          "dir": 1,
          "entryPrice": 2340.588,
          "exitPrice": 2357.719,
          "stopDistance": 8.566,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 529
        },
        {
          "entryTs": 1716898200,
          "entryUtc": "2024-05-28T12:10:00.000Z",
          "exitTs": 1716899820,
          "dir": -1,
          "entryPrice": 2349.428,
          "exitPrice": 2356.548,
          "stopDistance": 7.12,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 27
        },
        {
          "entryTs": 1717163700,
          "entryUtc": "2024-05-31T13:55:00.000Z",
          "exitTs": 1717166460,
          "dir": 1,
          "entryPrice": 2344.785,
          "exitPrice": 2336.611,
          "stopDistance": 8.174,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 46
        },
        {
          "entryTs": 1717596900,
          "entryUtc": "2024-06-05T14:15:00.000Z",
          "exitTs": 1717599660,
          "dir": 1,
          "entryPrice": 2335.434,
          "exitPrice": 2352.274,
          "stopDistance": 8.42,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 46
        },
        {
          "entryTs": 1717675920,
          "entryUtc": "2024-06-06T12:12:00.000Z",
          "exitTs": 1717687800,
          "dir": 1,
          "entryPrice": 2357.785,
          "exitPrice": 2375.375,
          "stopDistance": 8.795,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 198
        },
        {
          "entryTs": 1718072100,
          "entryUtc": "2024-06-11T02:15:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2298.705,
          "exitPrice": 2320.502,
          "stopDistance": 10.899,
          "outcome": "target",
          "netR": 1.9661,
          "holdMinutes": 2055
        },
        {
          "entryTs": 1718241180,
          "entryUtc": "2024-06-13T01:13:00.000Z",
          "exitTs": 1718278980,
          "dir": 1,
          "entryPrice": 2315.338,
          "exitPrice": 2306.923,
          "stopDistance": 8.415,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 630
        },
        {
          "entryTs": 1718281800,
          "entryUtc": "2024-06-13T12:30:00.000Z",
          "exitTs": 1718282160,
          "dir": -1,
          "entryPrice": 2313.285,
          "exitPrice": 2322.852,
          "stopDistance": 9.567,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 6
        },
        {
          "entryTs": 1719368280,
          "entryUtc": "2024-06-26T02:18:00.000Z",
          "exitTs": 1719407880,
          "dir": -1,
          "entryPrice": 2317.648,
          "exitPrice": 2301.597,
          "stopDistance": 8.025,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 660
        },
        {
          "entryTs": 1719553740,
          "entryUtc": "2024-06-28T05:49:00.000Z",
          "exitTs": 1719569940,
          "dir": -1,
          "entryPrice": 2325.395,
          "exitPrice": 2332.012,
          "stopDistance": 6.617,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 270
        },
        {
          "entryTs": 1719900360,
          "entryUtc": "2024-07-02T06:06:00.000Z",
          "exitTs": 1719989640,
          "dir": -1,
          "entryPrice": 2331.055,
          "exitPrice": 2337.918,
          "stopDistance": 6.863,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 1488
        },
        {
          "entryTs": 1721183760,
          "entryUtc": "2024-07-17T02:36:00.000Z",
          "exitTs": 1721196960,
          "dir": 1,
          "entryPrice": 2473.115,
          "exitPrice": 2462.904,
          "stopDistance": 10.211,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 220
        },
        {
          "entryTs": 1721628060,
          "entryUtc": "2024-07-22T06:01:00.000Z",
          "exitTs": 1721651580,
          "dir": 1,
          "entryPrice": 2401.365,
          "exitPrice": 2391.009,
          "stopDistance": 10.356,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 392
        },
        {
          "entryTs": 1721974800,
          "entryUtc": "2024-07-26T06:20:00.000Z",
          "exitTs": 1722003660,
          "dir": 1,
          "entryPrice": 2365.295,
          "exitPrice": 2390.185,
          "stopDistance": 12.445,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 481
        },
        {
          "entryTs": 1722217920,
          "entryUtc": "2024-07-29T01:52:00.000Z",
          "exitTs": 1722265980,
          "dir": 1,
          "entryPrice": 2388.658,
          "exitPrice": 2377.881,
          "stopDistance": 10.777,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 801
        },
        {
          "entryTs": 1722603780,
          "entryUtc": "2024-08-02T13:03:00.000Z",
          "exitTs": 1722609180,
          "dir": 1,
          "entryPrice": 2465.215,
          "exitPrice": 2453.236,
          "stopDistance": 11.979,
          "outcome": "stop",
          "netR": -1.0351,
          "holdMinutes": 90
        },
        {
          "entryTs": 1722820740,
          "entryUtc": "2024-08-05T01:19:00.000Z",
          "exitTs": 1722830580,
          "dir": -1,
          "entryPrice": 2435.488,
          "exitPrice": 2453.848,
          "stopDistance": 18.36,
          "outcome": "stop",
          "netR": -1.0229,
          "holdMinutes": 164
        },
        {
          "entryTs": 1723472400,
          "entryUtc": "2024-08-12T14:20:00.000Z",
          "exitTs": 1723478640,
          "dir": 1,
          "entryPrice": 2445.325,
          "exitPrice": 2462.446,
          "stopDistance": 8.561,
          "outcome": "target",
          "netR": 1.9568,
          "holdMinutes": 104
        },
        {
          "entryTs": 1723638780,
          "entryUtc": "2024-08-14T12:33:00.000Z",
          "exitTs": 1723641600,
          "dir": 1,
          "entryPrice": 2462.804,
          "exitPrice": 2454.655,
          "stopDistance": 8.149,
          "outcome": "stop",
          "netR": -1.0515,
          "holdMinutes": 47
        },
        {
          "entryTs": 1724077920,
          "entryUtc": "2024-08-19T14:32:00.000Z",
          "exitTs": 1724139780,
          "dir": -1,
          "entryPrice": 2499.625,
          "exitPrice": 2509.716,
          "stopDistance": 10.091,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 1031
        },
        {
          "entryTs": 1724691600,
          "entryUtc": "2024-08-26T17:00:00.000Z",
          "exitTs": 1724745540,
          "dir": -1,
          "entryPrice": 2520.795,
          "exitPrice": 2504.802,
          "stopDistance": 7.996,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 899
        },
        {
          "entryTs": 1725268920,
          "entryUtc": "2024-09-02T09:22:00.000Z",
          "exitTs": 1725325860,
          "dir": 1,
          "entryPrice": 2501.285,
          "exitPrice": 2492.775,
          "stopDistance": 8.51,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 949
        },
        {
          "entryTs": 1725458400,
          "entryUtc": "2024-09-04T14:00:00.000Z",
          "exitTs": 1725515460,
          "dir": -1,
          "entryPrice": 2492.625,
          "exitPrice": 2500.872,
          "stopDistance": 8.247,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 951
        },
        {
          "entryTs": 1725867420,
          "entryUtc": "2024-09-09T07:37:00.000Z",
          "exitTs": 1725903300,
          "dir": -1,
          "entryPrice": 2496.618,
          "exitPrice": 2505.866,
          "stopDistance": 9.248,
          "outcome": "stop",
          "netR": -1.0454,
          "holdMinutes": 598
        },
        {
          "entryTs": 1726073160,
          "entryUtc": "2024-09-11T16:46:00.000Z",
          "exitTs": 1726144860,
          "dir": -1,
          "entryPrice": 2519.635,
          "exitPrice": 2528.084,
          "stopDistance": 8.449,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 1195
        },
        {
          "entryTs": 1726666920,
          "entryUtc": "2024-09-18T13:42:00.000Z",
          "exitTs": 1726682400,
          "dir": 1,
          "entryPrice": 2571.865,
          "exitPrice": 2587.23,
          "stopDistance": 7.683,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 258
        },
        {
          "entryTs": 1727091060,
          "entryUtc": "2024-09-23T11:31:00.000Z",
          "exitTs": 1727099640,
          "dir": -1,
          "entryPrice": 2624.368,
          "exitPrice": 2633.432,
          "stopDistance": 9.064,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 143
        },
        {
          "entryTs": 1727234220,
          "entryUtc": "2024-09-25T03:17:00.000Z",
          "exitTs": 1727247840,
          "dir": 1,
          "entryPrice": 2662.735,
          "exitPrice": 2652.904,
          "stopDistance": 9.831,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 227
        },
        {
          "entryTs": 1727958300,
          "entryUtc": "2024-10-03T12:25:00.000Z",
          "exitTs": 1727973540,
          "dir": -1,
          "entryPrice": 2651.165,
          "exitPrice": 2659.837,
          "stopDistance": 8.672,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 254
        },
        {
          "entryTs": 1728053520,
          "entryUtc": "2024-10-04T14:52:00.000Z",
          "exitTs": 1728054480,
          "dir": -1,
          "entryPrice": 2656.755,
          "exitPrice": 2666.751,
          "stopDistance": 9.996,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 16
        },
        {
          "entryTs": 1728486360,
          "entryUtc": "2024-10-09T15:06:00.000Z",
          "exitTs": 1728564480,
          "dir": -1,
          "entryPrice": 2615.248,
          "exitPrice": 2625.845,
          "stopDistance": 10.596,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 1302
        },
        {
          "entryTs": 1728566100,
          "entryUtc": "2024-10-10T13:15:00.000Z",
          "exitTs": 1728856800,
          "dir": 1,
          "entryPrice": 2618.778,
          "exitPrice": 2638.892,
          "stopDistance": 10.057,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 4845
        },
        {
          "entryTs": 1729090080,
          "entryUtc": "2024-10-16T14:48:00.000Z",
          "exitTs": 1729175760,
          "dir": 1,
          "entryPrice": 2670.425,
          "exitPrice": 2691.756,
          "stopDistance": 10.665,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 1428
        },
        {
          "entryTs": 1729567860,
          "entryUtc": "2024-10-22T03:31:00.000Z",
          "exitTs": 1729609740,
          "dir": -1,
          "entryPrice": 2732.625,
          "exitPrice": 2743.573,
          "stopDistance": 10.948,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 698
        },
        {
          "entryTs": 1729655100,
          "entryUtc": "2024-10-23T03:45:00.000Z",
          "exitTs": 1729662360,
          "dir": -1,
          "entryPrice": 2744.705,
          "exitPrice": 2752.948,
          "stopDistance": 8.243,
          "outcome": "stop",
          "netR": -1.0509,
          "holdMinutes": 121
        },
        {
          "entryTs": 1730095800,
          "entryUtc": "2024-10-28T06:10:00.000Z",
          "exitTs": 1730165820,
          "dir": -1,
          "entryPrice": 2740.225,
          "exitPrice": 2750.158,
          "stopDistance": 9.933,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 1167
        },
        {
          "entryTs": 1730778060,
          "entryUtc": "2024-11-05T03:41:00.000Z",
          "exitTs": 1730791140,
          "dir": -1,
          "entryPrice": 2732.815,
          "exitPrice": 2741.042,
          "stopDistance": 8.227,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 218
        },
        {
          "entryTs": 1731510000,
          "entryUtc": "2024-11-13T15:00:00.000Z",
          "exitTs": 1731515640,
          "dir": 1,
          "entryPrice": 2600.604,
          "exitPrice": 2589.869,
          "stopDistance": 10.735,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 94
        },
        {
          "entryTs": 1731584220,
          "entryUtc": "2024-11-14T11:37:00.000Z",
          "exitTs": 1731594420,
          "dir": -1,
          "entryPrice": 2550.255,
          "exitPrice": 2563.326,
          "stopDistance": 13.071,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 170
        },
        {
          "entryTs": 1732108080,
          "entryUtc": "2024-11-20T13:08:00.000Z",
          "exitTs": 1732113300,
          "dir": -1,
          "entryPrice": 2634.755,
          "exitPrice": 2643.092,
          "stopDistance": 8.337,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 87
        },
        {
          "entryTs": 1732154220,
          "entryUtc": "2024-11-21T01:57:00.000Z",
          "exitTs": 1732179720,
          "dir": 1,
          "entryPrice": 2652.765,
          "exitPrice": 2670.247,
          "stopDistance": 8.741,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 425
        },
        {
          "entryTs": 1732539600,
          "entryUtc": "2024-11-25T13:00:00.000Z",
          "exitTs": 1732543800,
          "dir": 1,
          "entryPrice": 2677.928,
          "exitPrice": 2661.742,
          "stopDistance": 16.186,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 70
        },
        {
          "entryTs": 1732774980,
          "entryUtc": "2024-11-28T06:23:00.000Z",
          "exitTs": 1732784220,
          "dir": -1,
          "entryPrice": 2634.745,
          "exitPrice": 2645.203,
          "stopDistance": 10.458,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 154
        },
        {
          "entryTs": 1733237760,
          "entryUtc": "2024-12-03T14:56:00.000Z",
          "exitTs": 1733239200,
          "dir": 1,
          "entryPrice": 2645.525,
          "exitPrice": 2635.833,
          "stopDistance": 9.692,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 24
        },
        {
          "entryTs": 1733454660,
          "entryUtc": "2024-12-06T03:11:00.000Z",
          "exitTs": 1733456100,
          "dir": -1,
          "entryPrice": 2628.015,
          "exitPrice": 2638.322,
          "stopDistance": 10.307,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 24
        },
        {
          "entryTs": 1734660480,
          "entryUtc": "2024-12-20T02:08:00.000Z",
          "exitTs": 1734707100,
          "dir": 1,
          "entryPrice": 2596.835,
          "exitPrice": 2619.531,
          "stopDistance": 11.348,
          "outcome": "target",
          "netR": 1.9674,
          "holdMinutes": 777
        },
        {
          "entryTs": 1735650360,
          "entryUtc": "2024-12-31T13:06:00.000Z",
          "exitTs": 1735659600,
          "dir": 1,
          "entryPrice": 2608.415,
          "exitPrice": 2624.215,
          "stopDistance": 7.9,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 154
        },
        {
          "entryTs": 1736409600,
          "entryUtc": "2025-01-09T08:00:00.000Z",
          "exitTs": 1736497260,
          "dir": 1,
          "entryPrice": 2661.945,
          "exitPrice": 2678.782,
          "stopDistance": 8.418,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1736950200,
          "entryUtc": "2025-01-15T14:10:00.000Z",
          "exitTs": 1736951760,
          "dir": 1,
          "entryPrice": 2688.925,
          "exitPrice": 2681.142,
          "stopDistance": 7.783,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 26
        },
        {
          "entryTs": 1737629340,
          "entryUtc": "2025-01-23T10:49:00.000Z",
          "exitTs": 1737639540,
          "dir": -1,
          "entryPrice": 2751.018,
          "exitPrice": 2736.049,
          "stopDistance": 7.484,
          "outcome": "target",
          "netR": 1.9506,
          "holdMinutes": 170
        },
        {
          "entryTs": 1738636020,
          "entryUtc": "2025-02-04T02:27:00.000Z",
          "exitTs": 1738680000,
          "dir": 1,
          "entryPrice": 2817.348,
          "exitPrice": 2840.561,
          "stopDistance": 11.607,
          "outcome": "target",
          "netR": 1.9681,
          "holdMinutes": 733
        },
        {
          "entryTs": 1738908240,
          "entryUtc": "2025-02-07T06:04:00.000Z",
          "exitTs": 1738940940,
          "dir": 1,
          "entryPrice": 2860.255,
          "exitPrice": 2880.969,
          "stopDistance": 10.357,
          "outcome": "target",
          "netR": 1.9643,
          "holdMinutes": 545
        },
        {
          "entryTs": 1739241600,
          "entryUtc": "2025-02-11T02:40:00.000Z",
          "exitTs": 1739278140,
          "dir": 1,
          "entryPrice": 2908.168,
          "exitPrice": 2896.428,
          "stopDistance": 11.74,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 609
        },
        {
          "entryTs": 1739283000,
          "entryUtc": "2025-02-11T14:10:00.000Z",
          "exitTs": 1739367000,
          "dir": -1,
          "entryPrice": 2901.715,
          "exitPrice": 2871.038,
          "stopDistance": 15.339,
          "outcome": "target",
          "netR": 1.9759,
          "holdMinutes": 1400
        },
        {
          "entryTs": 1739453400,
          "entryUtc": "2025-02-13T13:30:00.000Z",
          "exitTs": 1739495340,
          "dir": 1,
          "entryPrice": 2908.898,
          "exitPrice": 2932.286,
          "stopDistance": 11.694,
          "outcome": "target",
          "netR": 1.9684,
          "holdMinutes": 699
        },
        {
          "entryTs": 1740103980,
          "entryUtc": "2025-02-21T02:13:00.000Z",
          "exitTs": 1740398520,
          "dir": -1,
          "entryPrice": 2936.898,
          "exitPrice": 2949.08,
          "stopDistance": 12.183,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 4909
        },
        {
          "entryTs": 1740491280,
          "entryUtc": "2025-02-25T13:48:00.000Z",
          "exitTs": 1740497040,
          "dir": -1,
          "entryPrice": 2936.815,
          "exitPrice": 2914.318,
          "stopDistance": 11.248,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 96
        },
        {
          "entryTs": 1741185120,
          "entryUtc": "2025-03-05T14:32:00.000Z",
          "exitTs": 1741188720,
          "dir": -1,
          "entryPrice": 2908.675,
          "exitPrice": 2922.139,
          "stopDistance": 13.464,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 60
        },
        {
          "entryTs": 1743487320,
          "entryUtc": "2025-04-01T06:02:00.000Z",
          "exitTs": 1743523080,
          "dir": 1,
          "entryPrice": 3127.748,
          "exitPrice": 3114.607,
          "stopDistance": 13.141,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 596
        },
        {
          "entryTs": 1743690300,
          "entryUtc": "2025-04-03T14:25:00.000Z",
          "exitTs": 1743770400,
          "dir": -1,
          "entryPrice": 3119.535,
          "exitPrice": 3076.415,
          "stopDistance": 21.56,
          "outcome": "target",
          "netR": 1.9828,
          "holdMinutes": 1335
        },
        {
          "entryTs": 1744201380,
          "entryUtc": "2025-04-09T12:23:00.000Z",
          "exitTs": 1744227900,
          "dir": 1,
          "entryPrice": 3050.955,
          "exitPrice": 3098.881,
          "stopDistance": 23.963,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 442
        },
        {
          "entryTs": 1744859700,
          "entryUtc": "2025-04-17T03:15:00.000Z",
          "exitTs": 1744900200,
          "dir": -1,
          "entryPrice": 3341.795,
          "exitPrice": 3300.629,
          "stopDistance": 20.583,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 675
        },
        {
          "entryTs": 1745446020,
          "entryUtc": "2025-04-23T22:07:00.000Z",
          "exitTs": 1745457300,
          "dir": -1,
          "entryPrice": 3310.405,
          "exitPrice": 3348.934,
          "stopDistance": 38.529,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 188
        },
        {
          "entryTs": 1745537640,
          "entryUtc": "2025-04-24T23:34:00.000Z",
          "exitTs": 1745553540,
          "dir": 1,
          "entryPrice": 3349.805,
          "exitPrice": 3324.018,
          "stopDistance": 25.786,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 265
        },
        {
          "entryTs": 1745929260,
          "entryUtc": "2025-04-29T12:21:00.000Z",
          "exitTs": 1746006780,
          "dir": 1,
          "entryPrice": 3302.055,
          "exitPrice": 3276.148,
          "stopDistance": 25.906,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 1292
        },
        {
          "entryTs": 1746017340,
          "entryUtc": "2025-04-30T12:49:00.000Z",
          "exitTs": 1746058800,
          "dir": -1,
          "entryPrice": 3302.745,
          "exitPrice": 3266.253,
          "stopDistance": 18.246,
          "outcome": "target",
          "netR": 1.9797,
          "holdMinutes": 691
        },
        {
          "entryTs": 1746759180,
          "entryUtc": "2025-05-09T02:53:00.000Z",
          "exitTs": 1746774660,
          "dir": -1,
          "entryPrice": 3304.035,
          "exitPrice": 3330.293,
          "stopDistance": 26.258,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 258
        },
        {
          "entryTs": 1747896960,
          "entryUtc": "2025-05-22T06:56:00.000Z",
          "exitTs": 1747904400,
          "dir": 1,
          "entryPrice": 3325.948,
          "exitPrice": 3308.725,
          "stopDistance": 17.223,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 124
        },
        {
          "entryTs": 1748227620,
          "entryUtc": "2025-05-26T02:47:00.000Z",
          "exitTs": 1748324760,
          "dir": -1,
          "entryPrice": 3355.975,
          "exitPrice": 3319.659,
          "stopDistance": 18.158,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 1619
        },
        {
          "entryTs": 1748510700,
          "entryUtc": "2025-05-29T09:25:00.000Z",
          "exitTs": 1748522100,
          "dir": 1,
          "entryPrice": 3276.155,
          "exitPrice": 3313.783,
          "stopDistance": 18.814,
          "outcome": "target",
          "netR": 1.9803,
          "holdMinutes": 190
        },
        {
          "entryTs": 1749008040,
          "entryUtc": "2025-06-04T03:34:00.000Z",
          "exitTs": 1749036420,
          "dir": 1,
          "entryPrice": 3361.355,
          "exitPrice": 3346.29,
          "stopDistance": 15.065,
          "outcome": "stop",
          "netR": -1.0279,
          "holdMinutes": 473
        },
        {
          "entryTs": 1749721680,
          "entryUtc": "2025-06-12T09:48:00.000Z",
          "exitTs": 1749724560,
          "dir": -1,
          "entryPrice": 3365.048,
          "exitPrice": 3383.775,
          "stopDistance": 18.727,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 48
        },
        {
          "entryTs": 1750637040,
          "entryUtc": "2025-06-23T00:04:00.000Z",
          "exitTs": 1750641780,
          "dir": 1,
          "entryPrice": 3370.585,
          "exitPrice": 3355.766,
          "stopDistance": 14.819,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 79
        },
        {
          "entryTs": 1751530860,
          "entryUtc": "2025-07-03T08:21:00.000Z",
          "exitTs": 1751545800,
          "dir": 1,
          "entryPrice": 3351.605,
          "exitPrice": 3340.535,
          "stopDistance": 11.07,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 249
        },
        {
          "entryTs": 1752457020,
          "entryUtc": "2025-07-14T01:37:00.000Z",
          "exitTs": 1752502920,
          "dir": 1,
          "entryPrice": 3359.495,
          "exitPrice": 3346.845,
          "stopDistance": 12.65,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 765
        },
        {
          "entryTs": 1752581760,
          "entryUtc": "2025-07-15T12:16:00.000Z",
          "exitTs": 1752585960,
          "dir": 1,
          "entryPrice": 3351.885,
          "exitPrice": 3341.407,
          "stopDistance": 10.478,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 70
        },
        {
          "entryTs": 1752761220,
          "entryUtc": "2025-07-17T14:07:00.000Z",
          "exitTs": 1752764400,
          "dir": -1,
          "entryPrice": 3322.098,
          "exitPrice": 3335.659,
          "stopDistance": 13.561,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 53
        },
        {
          "entryTs": 1753364220,
          "entryUtc": "2025-07-24T13:37:00.000Z",
          "exitTs": 1753366740,
          "dir": -1,
          "entryPrice": 3361.065,
          "exitPrice": 3373.505,
          "stopDistance": 12.44,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 42
        },
        {
          "entryTs": 1753657500,
          "entryUtc": "2025-07-27T23:05:00.000Z",
          "exitTs": 1753710780,
          "dir": -1,
          "entryPrice": 3335.545,
          "exitPrice": 3312.307,
          "stopDistance": 11.619,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 888
        },
        {
          "entryTs": 1754310660,
          "entryUtc": "2025-08-04T12:31:00.000Z",
          "exitTs": 1754407080,
          "dir": 1,
          "entryPrice": 3361.615,
          "exitPrice": 3387.423,
          "stopDistance": 12.904,
          "outcome": "target",
          "netR": 1.9713,
          "holdMinutes": 1607
        },
        {
          "entryTs": 1755140220,
          "entryUtc": "2025-08-14T02:57:00.000Z",
          "exitTs": 1755157440,
          "dir": 1,
          "entryPrice": 3363.255,
          "exitPrice": 3352.292,
          "stopDistance": 10.963,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 287
        },
        {
          "entryTs": 1755162900,
          "entryUtc": "2025-08-14T09:15:00.000Z",
          "exitTs": 1755188160,
          "dir": -1,
          "entryPrice": 3355.689,
          "exitPrice": 3331.696,
          "stopDistance": 11.997,
          "outcome": "target",
          "netR": 1.9692,
          "holdMinutes": 421
        },
        {
          "entryTs": 1755475860,
          "entryUtc": "2025-08-18T00:11:00.000Z",
          "exitTs": 1755478200,
          "dir": -1,
          "entryPrice": 3332.298,
          "exitPrice": 3342.588,
          "stopDistance": 10.29,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 39
        },
        {
          "entryTs": 1755598440,
          "entryUtc": "2025-08-19T10:14:00.000Z",
          "exitTs": 1755615060,
          "dir": -1,
          "entryPrice": 3342.909,
          "exitPrice": 3321.557,
          "stopDistance": 10.676,
          "outcome": "target",
          "netR": 1.9653,
          "holdMinutes": 277
        },
        {
          "entryTs": 1755740520,
          "entryUtc": "2025-08-21T01:42:00.000Z",
          "exitTs": 1755772920,
          "dir": -1,
          "entryPrice": 3346.185,
          "exitPrice": 3330.163,
          "stopDistance": 8.011,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 540
        },
        {
          "entryTs": 1755777660,
          "entryUtc": "2025-08-21T12:01:00.000Z",
          "exitTs": 1755779640,
          "dir": -1,
          "entryPrice": 3335.265,
          "exitPrice": 3343.738,
          "stopDistance": 8.473,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 33
        },
        {
          "entryTs": 1755868620,
          "entryUtc": "2025-08-22T13:17:00.000Z",
          "exitTs": 1755870000,
          "dir": -1,
          "entryPrice": 3327.495,
          "exitPrice": 3335.394,
          "stopDistance": 7.899,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 23
        },
        {
          "entryTs": 1756167240,
          "entryUtc": "2025-08-26T00:14:00.000Z",
          "exitTs": 1756167720,
          "dir": -1,
          "entryPrice": 3369.705,
          "exitPrice": 3377.885,
          "stopDistance": 8.18,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 8
        },
        {
          "entryTs": 1756267440,
          "entryUtc": "2025-08-27T04:04:00.000Z",
          "exitTs": 1756380600,
          "dir": 1,
          "entryPrice": 3379.595,
          "exitPrice": 3404.179,
          "stopDistance": 12.292,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 1886
        },
        {
          "entryTs": 1756794360,
          "entryUtc": "2025-09-02T06:26:00.000Z",
          "exitTs": 1756800300,
          "dir": 1,
          "entryPrice": 3484.798,
          "exitPrice": 3470.893,
          "stopDistance": 13.905,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 99
        },
        {
          "entryTs": 1757426640,
          "entryUtc": "2025-09-09T14:04:00.000Z",
          "exitTs": 1757428500,
          "dir": 1,
          "entryPrice": 3655.845,
          "exitPrice": 3640.17,
          "stopDistance": 15.675,
          "outcome": "stop",
          "netR": -1.0268,
          "holdMinutes": 31
        },
        {
          "entryTs": 1757459640,
          "entryUtc": "2025-09-09T23:14:00.000Z",
          "exitTs": 1757500620,
          "dir": -1,
          "entryPrice": 3639.468,
          "exitPrice": 3656.691,
          "stopDistance": 17.223,
          "outcome": "stop",
          "netR": -1.0244,
          "holdMinutes": 683
        },
        {
          "entryTs": 1757667900,
          "entryUtc": "2025-09-12T09:05:00.000Z",
          "exitTs": 1757948460,
          "dir": 1,
          "entryPrice": 3638.075,
          "exitPrice": 3664.571,
          "stopDistance": 13.248,
          "outcome": "target",
          "netR": 1.9721,
          "holdMinutes": 4676
        },
        {
          "entryTs": 1758028740,
          "entryUtc": "2025-09-16T13:19:00.000Z",
          "exitTs": 1758091200,
          "dir": 1,
          "entryPrice": 3685.265,
          "exitPrice": 3673.202,
          "stopDistance": 12.063,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 1041
        },
        {
          "entryTs": 1758132000,
          "entryUtc": "2025-09-17T18:00:00.000Z",
          "exitTs": 1758132060,
          "dir": -1,
          "entryPrice": 3688.755,
          "exitPrice": 3665.647,
          "stopDistance": 11.554,
          "outcome": "target",
          "netR": 1.968,
          "holdMinutes": 1
        },
        {
          "entryTs": 1758290220,
          "entryUtc": "2025-09-19T13:57:00.000Z",
          "exitTs": 1758306240,
          "dir": -1,
          "entryPrice": 3662.715,
          "exitPrice": 3682.572,
          "stopDistance": 19.856,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 267
        },
        {
          "entryTs": 1760595480,
          "entryUtc": "2025-10-16T06:18:00.000Z",
          "exitTs": 1760620920,
          "dir": -1,
          "entryPrice": 4225.655,
          "exitPrice": 4251.921,
          "stopDistance": 26.267,
          "outcome": "stop",
          "netR": -1.016,
          "holdMinutes": 424
        },
        {
          "entryTs": 1760705460,
          "entryUtc": "2025-10-17T12:51:00.000Z",
          "exitTs": 1760709900,
          "dir": -1,
          "entryPrice": 4319.415,
          "exitPrice": 4230.822,
          "stopDistance": 44.297,
          "outcome": "target",
          "netR": 1.9916,
          "holdMinutes": 74
        },
        {
          "entryTs": 1761199560,
          "entryUtc": "2025-10-23T06:06:00.000Z",
          "exitTs": 1761559560,
          "dir": -1,
          "entryPrice": 4126.075,
          "exitPrice": 4043.475,
          "stopDistance": 56.295,
          "outcome": "time",
          "netR": 1.4607,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1761820500,
          "entryUtc": "2025-10-30T10:35:00.000Z",
          "exitTs": 1762180500,
          "dir": 1,
          "entryPrice": 3977.025,
          "exitPrice": 4010.395,
          "stopDistance": 38.616,
          "outcome": "time",
          "netR": 0.8546,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1762439340,
          "entryUtc": "2025-11-06T14:29:00.000Z",
          "exitTs": 1762449420,
          "dir": 1,
          "entryPrice": 3992.448,
          "exitPrice": 3974.609,
          "stopDistance": 17.839,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 168
        },
        {
          "entryTs": 1762783500,
          "entryUtc": "2025-11-10T14:05:00.000Z",
          "exitTs": 1762820880,
          "dir": 1,
          "entryPrice": 4086.115,
          "exitPrice": 4124.68,
          "stopDistance": 19.282,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 623
        },
        {
          "entryTs": 1763032920,
          "entryUtc": "2025-11-13T11:22:00.000Z",
          "exitTs": 1763044920,
          "dir": 1,
          "entryPrice": 4219.985,
          "exitPrice": 4195.723,
          "stopDistance": 24.262,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 200
        },
        {
          "entryTs": 1763077800,
          "entryUtc": "2025-11-13T23:50:00.000Z",
          "exitTs": 1763122620,
          "dir": -1,
          "entryPrice": 4186.198,
          "exitPrice": 4122.946,
          "stopDistance": 31.626,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 747
        },
        {
          "entryTs": 1763567580,
          "entryUtc": "2025-11-19T15:53:00.000Z",
          "exitTs": 1763569620,
          "dir": 1,
          "entryPrice": 4098.415,
          "exitPrice": 4071.951,
          "stopDistance": 26.464,
          "outcome": "stop",
          "netR": -1.0159,
          "holdMinutes": 34
        },
        {
          "entryTs": 1763603700,
          "entryUtc": "2025-11-20T01:55:00.000Z",
          "exitTs": 1763605020,
          "dir": 1,
          "entryPrice": 4086.825,
          "exitPrice": 4057.008,
          "stopDistance": 29.817,
          "outcome": "stop",
          "netR": -1.0141,
          "holdMinutes": 22
        },
        {
          "entryTs": 1764316980,
          "entryUtc": "2025-11-28T08:03:00.000Z",
          "exitTs": 1764339300,
          "dir": 1,
          "entryPrice": 4163.565,
          "exitPrice": 4191.95,
          "stopDistance": 14.193,
          "outcome": "target",
          "netR": 1.9739,
          "holdMinutes": 372
        },
        {
          "entryTs": 1764729000,
          "entryUtc": "2025-12-03T02:30:00.000Z",
          "exitTs": 1764948180,
          "dir": -1,
          "entryPrice": 4224.235,
          "exitPrice": 4247.761,
          "stopDistance": 23.526,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 3653
        },
        {
          "entryTs": 1765432980,
          "entryUtc": "2025-12-11T06:03:00.000Z",
          "exitTs": 1765463820,
          "dir": 1,
          "entryPrice": 4204.915,
          "exitPrice": 4240.765,
          "stopDistance": 17.925,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 514
        },
        {
          "entryTs": 1765807200,
          "entryUtc": "2025-12-15T14:00:00.000Z",
          "exitTs": 1765814700,
          "dir": 1,
          "entryPrice": 4329.835,
          "exitPrice": 4306.06,
          "stopDistance": 23.775,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 125
        },
        {
          "entryTs": 1765938960,
          "entryUtc": "2025-12-17T02:36:00.000Z",
          "exitTs": 1766074260,
          "dir": 1,
          "entryPrice": 4314.915,
          "exitPrice": 4356.716,
          "stopDistance": 20.901,
          "outcome": "target",
          "netR": 1.9823,
          "holdMinutes": 2255
        },
        {
          "entryTs": 1767369780,
          "entryUtc": "2026-01-02T16:03:00.000Z",
          "exitTs": 1767573180,
          "dir": 1,
          "entryPrice": 4324.285,
          "exitPrice": 4392.108,
          "stopDistance": 33.911,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 3390
        },
        {
          "entryTs": 1768227000,
          "entryUtc": "2026-01-12T14:10:00.000Z",
          "exitTs": 1768577340,
          "dir": 1,
          "entryPrice": 4595.145,
          "exitPrice": 4568.457,
          "stopDistance": 26.688,
          "outcome": "stop",
          "netR": -1.0157,
          "holdMinutes": 5839
        },
        {
          "entryTs": 1769173440,
          "entryUtc": "2026-01-23T13:04:00.000Z",
          "exitTs": 1769185080,
          "dir": -1,
          "entryPrice": 4943.105,
          "exitPrice": 4977.913,
          "stopDistance": 34.808,
          "outcome": "stop",
          "netR": -1.0121,
          "holdMinutes": 194
        },
        {
          "entryTs": 1770254040,
          "entryUtc": "2026-02-05T01:14:00.000Z",
          "exitTs": 1770259500,
          "dir": 1,
          "entryPrice": 4970.475,
          "exitPrice": 4890.93,
          "stopDistance": 79.545,
          "outcome": "stop",
          "netR": -1.0053,
          "holdMinutes": 91
        },
        {
          "entryTs": 1770813660,
          "entryUtc": "2026-02-11T12:41:00.000Z",
          "exitTs": 1770816600,
          "dir": 1,
          "entryPrice": 5071.955,
          "exitPrice": 5034.792,
          "stopDistance": 37.164,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 49
        },
        {
          "entryTs": 1771891260,
          "entryUtc": "2026-02-24T00:01:00.000Z",
          "exitTs": 1771895700,
          "dir": 1,
          "entryPrice": 5217.935,
          "exitPrice": 5182.015,
          "stopDistance": 35.92,
          "outcome": "stop",
          "netR": -1.0117,
          "holdMinutes": 74
        },
        {
          "entryTs": 1772067420,
          "entryUtc": "2026-02-26T00:57:00.000Z",
          "exitTs": 1772198460,
          "dir": -1,
          "entryPrice": 5191.325,
          "exitPrice": 5226.891,
          "stopDistance": 35.565,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 2184
        },
        {
          "entryTs": 1772785680,
          "entryUtc": "2026-03-06T08:28:00.000Z",
          "exitTs": 1773013320,
          "dir": 1,
          "entryPrice": 5101.705,
          "exitPrice": 5050.853,
          "stopDistance": 50.852,
          "outcome": "stop",
          "netR": -1.0083,
          "holdMinutes": 3794
        },
        {
          "entryTs": 1773279840,
          "entryUtc": "2026-03-12T01:44:00.000Z",
          "exitTs": 1773339660,
          "dir": -1,
          "entryPrice": 5168.965,
          "exitPrice": 5101.368,
          "stopDistance": 33.798,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 997
        },
        {
          "entryTs": 1774258140,
          "entryUtc": "2026-03-23T09:29:00.000Z",
          "exitTs": 1774264020,
          "dir": -1,
          "entryPrice": 4301.698,
          "exitPrice": 4401.663,
          "stopDistance": 99.964,
          "outcome": "stop",
          "netR": -1.0042,
          "holdMinutes": 98
        },
        {
          "entryTs": 1775530080,
          "entryUtc": "2026-04-07T02:48:00.000Z",
          "exitTs": 1775550120,
          "dir": -1,
          "entryPrice": 4648.845,
          "exitPrice": 4685.851,
          "stopDistance": 37.006,
          "outcome": "stop",
          "netR": -1.0113,
          "holdMinutes": 334
        },
        {
          "entryTs": 1775678340,
          "entryUtc": "2026-04-08T19:59:00.000Z",
          "exitTs": 1775747880,
          "dir": -1,
          "entryPrice": 4731.288,
          "exitPrice": 4780.859,
          "stopDistance": 49.571,
          "outcome": "stop",
          "netR": -1.0085,
          "holdMinutes": 1159
        },
        {
          "entryTs": 1777251660,
          "entryUtc": "2026-04-27T01:01:00.000Z",
          "exitTs": 1777354200,
          "dir": -1,
          "entryPrice": 4705.085,
          "exitPrice": 4647.917,
          "stopDistance": 28.584,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 1709
        }
      ],
      "significance": {
        "tStat": -0.411,
        "pValueOneSided": 0.65946,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "round-number-sweep-fade",
      "name": "Round number ($10 level) sweep fade",
      "family": "Zone trading",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "Psychological-level content is evergreen on gold because the $10 and $50 handles are so visible.",
      "rule": "On the first candle of a New York day that trades through a $10 multiple and closes back on the original side, fade the move at that level.",
      "rawSignals": 1612,
      "full": {
        "trades": 1315,
        "winRate": {
          "successes": 423,
          "total": 1315,
          "ratePct": 32.2,
          "ci95Pct": [
            29.7,
            34.7
          ]
        },
        "expectancyR": -0.0931,
        "totalR": -122.43,
        "profitFactor": 0.87,
        "avgWinR": 1.939,
        "avgLossR": -1.057,
        "maxDrawdownPct": 79.11,
        "finalEquity": 2583.66,
        "returnPct": -74.16,
        "tStat": -2.407,
        "sdR": 1.402,
        "ambiguousTrades": 1,
        "timeExits": 6,
        "stopExits": 889,
        "targetExits": 419,
        "optimisticExpectancyR": -0.0908,
        "medianHoldMinutes": 353,
        "medianCostShareOfR": 0.0543,
        "longTrades": 648,
        "longExpectancyR": -0.0502,
        "shortTrades": 667,
        "shortExpectancyR": -0.1348,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 295,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 986,
        "winRate": {
          "successes": 306,
          "total": 986,
          "ratePct": 31,
          "ci95Pct": [
            28.2,
            34
          ]
        },
        "expectancyR": -0.1342,
        "totalR": -132.32,
        "profitFactor": 0.818,
        "avgWinR": 1.939,
        "avgLossR": -1.067,
        "maxDrawdownPct": 78.1,
        "finalEquity": 2419.27,
        "returnPct": -75.81,
        "tStat": -3.027,
        "sdR": 1.392,
        "ambiguousTrades": 1,
        "timeExits": 1,
        "stopExits": 679,
        "targetExits": 305,
        "optimisticExpectancyR": -0.1311,
        "medianHoldMinutes": 328,
        "medianCostShareOfR": 0.0628,
        "longTrades": 478,
        "longExpectancyR": -0.1183,
        "shortTrades": 508,
        "shortExpectancyR": -0.1492,
        "maxConsecutiveLosses": 14,
        "skippedInPosition": 210,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 329,
        "winRate": {
          "successes": 117,
          "total": 329,
          "ratePct": 35.6,
          "ci95Pct": [
            30.6,
            40.9
          ]
        },
        "expectancyR": 0.0301,
        "totalR": 9.9,
        "profitFactor": 1.046,
        "avgWinR": 1.937,
        "avgLossR": -1.022,
        "maxDrawdownPct": 19.77,
        "finalEquity": 10679.5,
        "returnPct": 6.8,
        "tStat": 0.382,
        "sdR": 1.428,
        "ambiguousTrades": 0,
        "timeExits": 5,
        "stopExits": 210,
        "targetExits": 114,
        "optimisticExpectancyR": 0.0301,
        "medianHoldMinutes": 452,
        "medianCostShareOfR": 0.0225,
        "longTrades": 170,
        "longExpectancyR": 0.1413,
        "shortTrades": 159,
        "shortExpectancyR": -0.0888,
        "maxConsecutiveLosses": 15,
        "skippedInPosition": 85,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1574,
          "winRatePct": 49.6,
          "expectancyR": -0.0867,
          "profitFactor": 0.841,
          "returnPct": -76.41
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1501,
          "winRatePct": 33,
          "expectancyR": -0.0897,
          "profitFactor": 0.877,
          "returnPct": -77.61
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1411,
          "winRatePct": 25.1,
          "expectancyR": -0.0786,
          "profitFactor": 0.903,
          "returnPct": -73.29
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1509,
          "winRatePct": 48.6,
          "expectancyR": -0.0802,
          "profitFactor": 0.852,
          "returnPct": -72.38
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1315,
          "winRatePct": 32.2,
          "expectancyR": -0.0931,
          "profitFactor": 0.87,
          "returnPct": -74.16
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 1149,
          "winRatePct": 25.2,
          "expectancyR": -0.0658,
          "profitFactor": 0.916,
          "returnPct": -60.25
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1177,
          "winRatePct": 50.6,
          "expectancyR": -0.0151,
          "profitFactor": 0.97,
          "returnPct": -21.01
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 863,
          "winRatePct": 36.2,
          "expectancyR": 0.013,
          "profitFactor": 1.02,
          "returnPct": 3.08
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 734,
          "winRatePct": 35.3,
          "expectancyR": 0.1285,
          "profitFactor": 1.2,
          "returnPct": 132.77
        }
      ],
      "exitGridPositiveCells": 2,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1315,
          "expectancyR": -0.0729,
          "profitFactor": 0.896,
          "returnPct": -66.31
        },
        {
          "spreadUsd": 0.3,
          "trades": 1315,
          "expectancyR": -0.0931,
          "profitFactor": 0.87,
          "returnPct": -74.16
        },
        {
          "spreadUsd": 0.6,
          "trades": 1315,
          "expectancyR": -0.1334,
          "profitFactor": 0.821,
          "returnPct": -84.81
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": -3.96
        },
        {
          "month": "2021-02",
          "totalR": -5.03
        },
        {
          "month": "2021-03",
          "totalR": -7.61
        },
        {
          "month": "2021-04",
          "totalR": -17.66
        },
        {
          "month": "2021-05",
          "totalR": 1.86
        },
        {
          "month": "2021-06",
          "totalR": -7.62
        },
        {
          "month": "2021-07",
          "totalR": -3.47
        },
        {
          "month": "2021-08",
          "totalR": 5.71
        },
        {
          "month": "2021-09",
          "totalR": -1.64
        },
        {
          "month": "2021-10",
          "totalR": -7.53
        },
        {
          "month": "2021-11",
          "totalR": -7.44
        },
        {
          "month": "2021-12",
          "totalR": 1.22
        },
        {
          "month": "2022-01",
          "totalR": -19.78
        },
        {
          "month": "2022-02",
          "totalR": -2.58
        },
        {
          "month": "2022-03",
          "totalR": 7.09
        },
        {
          "month": "2022-04",
          "totalR": 2.91
        },
        {
          "month": "2022-05",
          "totalR": -0.5
        },
        {
          "month": "2022-06",
          "totalR": -5.53
        },
        {
          "month": "2022-07",
          "totalR": -6.28
        },
        {
          "month": "2022-08",
          "totalR": -4.56
        },
        {
          "month": "2022-09",
          "totalR": -3.25
        },
        {
          "month": "2022-10",
          "totalR": -0.2
        },
        {
          "month": "2022-11",
          "totalR": -0.13
        },
        {
          "month": "2022-12",
          "totalR": -6.42
        },
        {
          "month": "2023-01",
          "totalR": 3.02
        },
        {
          "month": "2023-02",
          "totalR": -5.03
        },
        {
          "month": "2023-03",
          "totalR": -3.35
        },
        {
          "month": "2023-04",
          "totalR": -1.2
        },
        {
          "month": "2023-05",
          "totalR": -4.58
        },
        {
          "month": "2023-06",
          "totalR": -4.33
        },
        {
          "month": "2023-07",
          "totalR": -9.72
        },
        {
          "month": "2023-08",
          "totalR": 1.04
        },
        {
          "month": "2023-09",
          "totalR": -4.88
        },
        {
          "month": "2023-10",
          "totalR": 2.87
        },
        {
          "month": "2023-11",
          "totalR": -5.75
        },
        {
          "month": "2023-12",
          "totalR": 4.92
        },
        {
          "month": "2024-01",
          "totalR": -0.6
        },
        {
          "month": "2024-02",
          "totalR": -12.56
        },
        {
          "month": "2024-03",
          "totalR": 3.84
        },
        {
          "month": "2024-04",
          "totalR": 2.16
        },
        {
          "month": "2024-05",
          "totalR": 5.07
        },
        {
          "month": "2024-06",
          "totalR": -6.04
        },
        {
          "month": "2024-07",
          "totalR": 2.85
        },
        {
          "month": "2024-08",
          "totalR": 7.05
        },
        {
          "month": "2024-09",
          "totalR": -15.18
        },
        {
          "month": "2024-10",
          "totalR": -8.91
        },
        {
          "month": "2024-11",
          "totalR": 9.38
        },
        {
          "month": "2024-12",
          "totalR": -0.03
        },
        {
          "month": "2025-01",
          "totalR": 3.73
        },
        {
          "month": "2025-02",
          "totalR": 0.29
        },
        {
          "month": "2025-03",
          "totalR": -10.87
        },
        {
          "month": "2025-04",
          "totalR": 1.69
        },
        {
          "month": "2025-05",
          "totalR": 6.6
        },
        {
          "month": "2025-06",
          "totalR": 8.45
        },
        {
          "month": "2025-07",
          "totalR": -9.9
        },
        {
          "month": "2025-08",
          "totalR": -4.85
        },
        {
          "month": "2025-09",
          "totalR": 1.38
        },
        {
          "month": "2025-10",
          "totalR": 4.16
        },
        {
          "month": "2025-11",
          "totalR": 3.88
        },
        {
          "month": "2025-12",
          "totalR": -7.35
        },
        {
          "month": "2026-01",
          "totalR": 7.72
        },
        {
          "month": "2026-02",
          "totalR": 4.86
        },
        {
          "month": "2026-03",
          "totalR": 2.36
        },
        {
          "month": "2026-04",
          "totalR": -2.26
        }
      ],
      "trades": [
        {
          "entryTs": 1609823580,
          "entryUtc": "2021-01-05T05:13:00.000Z",
          "exitTs": 1609840080,
          "dir": -1,
          "entryPrice": 1939.905,
          "exitPrice": 1948.093,
          "stopDistance": 8.188,
          "outcome": "stop",
          "netR": -1.0513,
          "holdMinutes": 275
        },
        {
          "entryTs": 1609921080,
          "entryUtc": "2021-01-06T08:18:00.000Z",
          "exitTs": 1609936980,
          "dir": 1,
          "entryPrice": 1950.175,
          "exitPrice": 1941.948,
          "stopDistance": 8.227,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 265
        },
        {
          "entryTs": 1609998120,
          "entryUtc": "2021-01-07T05:42:00.000Z",
          "exitTs": 1610015460,
          "dir": 1,
          "entryPrice": 1920.095,
          "exitPrice": 1908.999,
          "stopDistance": 11.096,
          "outcome": "stop",
          "netR": -1.0379,
          "holdMinutes": 289
        },
        {
          "entryTs": 1610083980,
          "entryUtc": "2021-01-08T05:33:00.000Z",
          "exitTs": 1610092800,
          "dir": 1,
          "entryPrice": 1910.035,
          "exitPrice": 1901.661,
          "stopDistance": 8.374,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 147
        },
        {
          "entryTs": 1610321760,
          "entryUtc": "2021-01-10T23:36:00.000Z",
          "exitTs": 1610327400,
          "dir": 1,
          "entryPrice": 1850.628,
          "exitPrice": 1835.467,
          "stopDistance": 15.161,
          "outcome": "stop",
          "netR": -1.0277,
          "holdMinutes": 94
        },
        {
          "entryTs": 1610343840,
          "entryUtc": "2021-01-11T05:44:00.000Z",
          "exitTs": 1610703840,
          "dir": 1,
          "entryPrice": 1840.575,
          "exitPrice": 1855.248,
          "stopDistance": 16.194,
          "outcome": "time",
          "netR": 0.8832,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1610924460,
          "entryUtc": "2021-01-17T23:01:00.000Z",
          "exitTs": 1610926500,
          "dir": -1,
          "entryPrice": 1829.078,
          "exitPrice": 1811.372,
          "stopDistance": 8.853,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 34
        },
        {
          "entryTs": 1610947800,
          "entryUtc": "2021-01-18T05:30:00.000Z",
          "exitTs": 1610952540,
          "dir": -1,
          "entryPrice": 1829.885,
          "exitPrice": 1840.48,
          "stopDistance": 10.595,
          "outcome": "stop",
          "netR": -1.0396,
          "holdMinutes": 79
        },
        {
          "entryTs": 1611033420,
          "entryUtc": "2021-01-19T05:17:00.000Z",
          "exitTs": 1611061800,
          "dir": 1,
          "entryPrice": 1840.125,
          "exitPrice": 1832.946,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 473
        },
        {
          "entryTs": 1611118920,
          "entryUtc": "2021-01-20T05:02:00.000Z",
          "exitTs": 1611129540,
          "dir": -1,
          "entryPrice": 1849.955,
          "exitPrice": 1856.037,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 177
        },
        {
          "entryTs": 1611214140,
          "entryUtc": "2021-01-21T07:29:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1870.248,
          "exitPrice": 1863.057,
          "stopDistance": 7.191,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 332
        },
        {
          "entryTs": 1611296160,
          "entryUtc": "2021-01-22T06:16:00.000Z",
          "exitTs": 1611314400,
          "dir": -1,
          "entryPrice": 1859.445,
          "exitPrice": 1846.9,
          "stopDistance": 6.272,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 304
        },
        {
          "entryTs": 1611556740,
          "entryUtc": "2021-01-25T06:39:00.000Z",
          "exitTs": 1611572760,
          "dir": 1,
          "entryPrice": 1851.085,
          "exitPrice": 1865.109,
          "stopDistance": 7.012,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 267
        },
        {
          "entryTs": 1611646680,
          "entryUtc": "2021-01-26T07:38:00.000Z",
          "exitTs": 1611712260,
          "dir": 1,
          "entryPrice": 1850.017,
          "exitPrice": 1843.559,
          "stopDistance": 6.458,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 1093
        },
        {
          "entryTs": 1611726720,
          "entryUtc": "2021-01-27T05:52:00.000Z",
          "exitTs": 1611738660,
          "dir": 1,
          "entryPrice": 1850.435,
          "exitPrice": 1844.476,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 199
        },
        {
          "entryTs": 1611821880,
          "entryUtc": "2021-01-28T08:18:00.000Z",
          "exitTs": 1611841800,
          "dir": 1,
          "entryPrice": 1840.158,
          "exitPrice": 1853.945,
          "stopDistance": 6.894,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 332
        },
        {
          "entryTs": 1611903180,
          "entryUtc": "2021-01-29T06:53:00.000Z",
          "exitTs": 1611907800,
          "dir": 1,
          "entryPrice": 1851.028,
          "exitPrice": 1843.188,
          "stopDistance": 7.84,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 77
        },
        {
          "entryTs": 1612134180,
          "entryUtc": "2021-01-31T23:03:00.000Z",
          "exitTs": 1612167060,
          "dir": -1,
          "entryPrice": 1857.177,
          "exitPrice": 1868.632,
          "stopDistance": 11.455,
          "outcome": "stop",
          "netR": -1.0367,
          "holdMinutes": 548
        },
        {
          "entryTs": 1612250160,
          "entryUtc": "2021-02-02T07:16:00.000Z",
          "exitTs": 1612267140,
          "dir": 1,
          "entryPrice": 1850.875,
          "exitPrice": 1841.954,
          "stopDistance": 8.921,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 283
        },
        {
          "entryTs": 1612330500,
          "entryUtc": "2021-02-03T05:35:00.000Z",
          "exitTs": 1612403520,
          "dir": -1,
          "entryPrice": 1839.855,
          "exitPrice": 1824.685,
          "stopDistance": 7.585,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 1217
        },
        {
          "entryTs": 1612415340,
          "entryUtc": "2021-02-04T05:09:00.000Z",
          "exitTs": 1612423980,
          "dir": -1,
          "entryPrice": 1819.828,
          "exitPrice": 1826.154,
          "stopDistance": 6.326,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 144
        },
        {
          "entryTs": 1612510320,
          "entryUtc": "2021-02-05T07:32:00.000Z",
          "exitTs": 1612512600,
          "dir": -1,
          "entryPrice": 1799.603,
          "exitPrice": 1806.853,
          "stopDistance": 7.25,
          "outcome": "stop",
          "netR": -1.0579,
          "holdMinutes": 38
        },
        {
          "entryTs": 1612750860,
          "entryUtc": "2021-02-08T02:21:00.000Z",
          "exitTs": 1612791120,
          "dir": 1,
          "entryPrice": 1810.885,
          "exitPrice": 1826.337,
          "stopDistance": 7.726,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 671
        },
        {
          "entryTs": 1612851480,
          "entryUtc": "2021-02-09T06:18:00.000Z",
          "exitTs": 1612862640,
          "dir": -1,
          "entryPrice": 1839.768,
          "exitPrice": 1846.612,
          "stopDistance": 6.845,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 186
        },
        {
          "entryTs": 1612951260,
          "entryUtc": "2021-02-10T10:01:00.000Z",
          "exitTs": 1612963800,
          "dir": -1,
          "entryPrice": 1839.815,
          "exitPrice": 1846.542,
          "stopDistance": 6.728,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 209
        },
        {
          "entryTs": 1613042040,
          "entryUtc": "2021-02-11T11:14:00.000Z",
          "exitTs": 1613062200,
          "dir": 1,
          "entryPrice": 1840.025,
          "exitPrice": 1833.606,
          "stopDistance": 6.419,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 336
        },
        {
          "entryTs": 1613113080,
          "entryUtc": "2021-02-12T06:58:00.000Z",
          "exitTs": 1613145000,
          "dir": -1,
          "entryPrice": 1819.875,
          "exitPrice": 1825.85,
          "stopDistance": 5.975,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 532
        },
        {
          "entryTs": 1613346600,
          "entryUtc": "2021-02-14T23:50:00.000Z",
          "exitTs": 1613479740,
          "dir": 1,
          "entryPrice": 1820.035,
          "exitPrice": 1812.038,
          "stopDistance": 7.997,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 2219
        },
        {
          "entryTs": 1613543040,
          "entryUtc": "2021-02-17T06:24:00.000Z",
          "exitTs": 1613577180,
          "dir": -1,
          "entryPrice": 1789.465,
          "exitPrice": 1773.203,
          "stopDistance": 8.131,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 569
        },
        {
          "entryTs": 1613633520,
          "entryUtc": "2021-02-18T07:32:00.000Z",
          "exitTs": 1613660700,
          "dir": 1,
          "entryPrice": 1780.035,
          "exitPrice": 1772.75,
          "stopDistance": 7.285,
          "outcome": "stop",
          "netR": -1.0577,
          "holdMinutes": 453
        },
        {
          "entryTs": 1613711580,
          "entryUtc": "2021-02-19T05:13:00.000Z",
          "exitTs": 1613743080,
          "dir": -1,
          "entryPrice": 1769.965,
          "exitPrice": 1778.045,
          "stopDistance": 8.08,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 525
        },
        {
          "entryTs": 1613973300,
          "entryUtc": "2021-02-22T05:55:00.000Z",
          "exitTs": 1613985960,
          "dir": -1,
          "entryPrice": 1789.925,
          "exitPrice": 1797.858,
          "stopDistance": 7.933,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 211
        },
        {
          "entryTs": 1614058260,
          "entryUtc": "2021-02-23T05:31:00.000Z",
          "exitTs": 1614091020,
          "dir": 1,
          "entryPrice": 1810.141,
          "exitPrice": 1802.969,
          "stopDistance": 7.172,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 546
        },
        {
          "entryTs": 1614155700,
          "entryUtc": "2021-02-24T08:35:00.000Z",
          "exitTs": 1614174360,
          "dir": -1,
          "entryPrice": 1809.485,
          "exitPrice": 1796.617,
          "stopDistance": 6.434,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 311
        },
        {
          "entryTs": 1614232260,
          "entryUtc": "2021-02-25T05:51:00.000Z",
          "exitTs": 1614253260,
          "dir": -1,
          "entryPrice": 1799.828,
          "exitPrice": 1783.246,
          "stopDistance": 8.291,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 350
        },
        {
          "entryTs": 1614317520,
          "entryUtc": "2021-02-26T05:32:00.000Z",
          "exitTs": 1614350880,
          "dir": 1,
          "entryPrice": 1760.955,
          "exitPrice": 1750.865,
          "stopDistance": 10.09,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 556
        },
        {
          "entryTs": 1614557820,
          "entryUtc": "2021-03-01T00:17:00.000Z",
          "exitTs": 1614619920,
          "dir": 1,
          "entryPrice": 1740.095,
          "exitPrice": 1727.374,
          "stopDistance": 12.721,
          "outcome": "stop",
          "netR": -1.033,
          "holdMinutes": 1035
        },
        {
          "entryTs": 1614666000,
          "entryUtc": "2021-03-02T06:20:00.000Z",
          "exitTs": 1614681720,
          "dir": -1,
          "entryPrice": 1719.945,
          "exitPrice": 1730.372,
          "stopDistance": 10.428,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 262
        },
        {
          "entryTs": 1614764580,
          "entryUtc": "2021-03-03T09:43:00.000Z",
          "exitTs": 1614777360,
          "dir": -1,
          "entryPrice": 1729.255,
          "exitPrice": 1712.657,
          "stopDistance": 8.299,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 213
        },
        {
          "entryTs": 1614842400,
          "entryUtc": "2021-03-04T07:20:00.000Z",
          "exitTs": 1614879420,
          "dir": -1,
          "entryPrice": 1719.212,
          "exitPrice": 1701.186,
          "stopDistance": 9.013,
          "outcome": "target",
          "netR": 1.9589,
          "holdMinutes": 617
        },
        {
          "entryTs": 1614929460,
          "entryUtc": "2021-03-05T07:31:00.000Z",
          "exitTs": 1615159020,
          "dir": -1,
          "entryPrice": 1699.738,
          "exitPrice": 1709.327,
          "stopDistance": 9.589,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 3826
        },
        {
          "entryTs": 1615159860,
          "entryUtc": "2021-03-07T23:31:00.000Z",
          "exitTs": 1615187400,
          "dir": 1,
          "entryPrice": 1710.408,
          "exitPrice": 1700.859,
          "stopDistance": 9.549,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 459
        },
        {
          "entryTs": 1615188240,
          "entryUtc": "2021-03-08T07:24:00.000Z",
          "exitTs": 1615194660,
          "dir": 1,
          "entryPrice": 1700.204,
          "exitPrice": 1691.036,
          "stopDistance": 9.168,
          "outcome": "stop",
          "netR": -1.0458,
          "holdMinutes": 107
        },
        {
          "entryTs": 1615268160,
          "entryUtc": "2021-03-09T05:36:00.000Z",
          "exitTs": 1615276320,
          "dir": -1,
          "entryPrice": 1688.805,
          "exitPrice": 1697.304,
          "stopDistance": 8.499,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 136
        },
        {
          "entryTs": 1615356360,
          "entryUtc": "2021-03-10T06:06:00.000Z",
          "exitTs": 1615383360,
          "dir": 1,
          "entryPrice": 1709.998,
          "exitPrice": 1723.395,
          "stopDistance": 6.698,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 450
        },
        {
          "entryTs": 1615469880,
          "entryUtc": "2021-03-11T13:38:00.000Z",
          "exitTs": 1615529100,
          "dir": -1,
          "entryPrice": 1729.674,
          "exitPrice": 1715.502,
          "stopDistance": 7.086,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 987
        },
        {
          "entryTs": 1615531500,
          "entryUtc": "2021-03-12T06:45:00.000Z",
          "exitTs": 1615540560,
          "dir": 1,
          "entryPrice": 1711.145,
          "exitPrice": 1704.498,
          "stopDistance": 6.647,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 151
        },
        {
          "entryTs": 1615772640,
          "entryUtc": "2021-03-15T01:44:00.000Z",
          "exitTs": 1615786860,
          "dir": 1,
          "entryPrice": 1730.145,
          "exitPrice": 1722.315,
          "stopDistance": 7.83,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 237
        },
        {
          "entryTs": 1615799940,
          "entryUtc": "2021-03-15T09:19:00.000Z",
          "exitTs": 1615820400,
          "dir": 1,
          "entryPrice": 1730.315,
          "exitPrice": 1722.877,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 341
        },
        {
          "entryTs": 1615878300,
          "entryUtc": "2021-03-16T07:05:00.000Z",
          "exitTs": 1615897860,
          "dir": -1,
          "entryPrice": 1729.978,
          "exitPrice": 1735.82,
          "stopDistance": 5.842,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 326
        },
        {
          "entryTs": 1615982160,
          "entryUtc": "2021-03-17T11:56:00.000Z",
          "exitTs": 1616004000,
          "dir": -1,
          "entryPrice": 1729.835,
          "exitPrice": 1734.833,
          "stopDistance": 4.998,
          "outcome": "stop",
          "netR": -1.084,
          "holdMinutes": 364
        },
        {
          "entryTs": 1616040480,
          "entryUtc": "2021-03-18T04:08:00.000Z",
          "exitTs": 1616052420,
          "dir": 1,
          "entryPrice": 1750.068,
          "exitPrice": 1742.415,
          "stopDistance": 7.653,
          "outcome": "stop",
          "netR": -1.0549,
          "holdMinutes": 199
        },
        {
          "entryTs": 1616135160,
          "entryUtc": "2021-03-19T06:26:00.000Z",
          "exitTs": 1616158800,
          "dir": 1,
          "entryPrice": 1741.828,
          "exitPrice": 1734.491,
          "stopDistance": 7.337,
          "outcome": "stop",
          "netR": -1.0572,
          "holdMinutes": 394
        },
        {
          "entryTs": 1616365320,
          "entryUtc": "2021-03-21T22:22:00.000Z",
          "exitTs": 1616376360,
          "dir": 1,
          "entryPrice": 1739.978,
          "exitPrice": 1732.732,
          "stopDistance": 7.246,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 184
        },
        {
          "entryTs": 1616385960,
          "entryUtc": "2021-03-22T04:06:00.000Z",
          "exitTs": 1616393520,
          "dir": 1,
          "entryPrice": 1740.258,
          "exitPrice": 1733.061,
          "stopDistance": 7.198,
          "outcome": "stop",
          "netR": -1.0584,
          "holdMinutes": 126
        },
        {
          "entryTs": 1616490420,
          "entryUtc": "2021-03-23T09:07:00.000Z",
          "exitTs": 1616507820,
          "dir": -1,
          "entryPrice": 1739.898,
          "exitPrice": 1729.539,
          "stopDistance": 5.18,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 290
        },
        {
          "entryTs": 1616566920,
          "entryUtc": "2021-03-24T06:22:00.000Z",
          "exitTs": 1616580120,
          "dir": -1,
          "entryPrice": 1730.098,
          "exitPrice": 1735.295,
          "stopDistance": 5.197,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 220
        },
        {
          "entryTs": 1616668380,
          "entryUtc": "2021-03-25T10:33:00.000Z",
          "exitTs": 1616676240,
          "dir": 1,
          "entryPrice": 1730.425,
          "exitPrice": 1725.915,
          "stopDistance": 4.51,
          "outcome": "stop",
          "netR": -1.0931,
          "holdMinutes": 131
        },
        {
          "entryTs": 1616751600,
          "entryUtc": "2021-03-26T09:40:00.000Z",
          "exitTs": 1616771700,
          "dir": -1,
          "entryPrice": 1729.979,
          "exitPrice": 1735.671,
          "stopDistance": 5.692,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 335
        },
        {
          "entryTs": 1616979720,
          "entryUtc": "2021-03-29T01:02:00.000Z",
          "exitTs": 1617024780,
          "dir": -1,
          "entryPrice": 1729.895,
          "exitPrice": 1719.921,
          "stopDistance": 4.987,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 751
        },
        {
          "entryTs": 1617024840,
          "entryUtc": "2021-03-29T13:34:00.000Z",
          "exitTs": 1617025020,
          "dir": 1,
          "entryPrice": 1721.738,
          "exitPrice": 1716.582,
          "stopDistance": 5.156,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 3
        },
        {
          "entryTs": 1617089880,
          "entryUtc": "2021-03-30T07:38:00.000Z",
          "exitTs": 1617101400,
          "dir": 1,
          "entryPrice": 1700.238,
          "exitPrice": 1694.357,
          "stopDistance": 5.881,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 192
        },
        {
          "entryTs": 1617165720,
          "entryUtc": "2021-03-31T04:42:00.000Z",
          "exitTs": 1617198600,
          "dir": 1,
          "entryPrice": 1680.128,
          "exitPrice": 1693.317,
          "stopDistance": 6.595,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 548
        },
        {
          "entryTs": 1617281580,
          "entryUtc": "2021-04-01T12:53:00.000Z",
          "exitTs": 1617285060,
          "dir": -1,
          "entryPrice": 1719.648,
          "exitPrice": 1726.217,
          "stopDistance": 6.569,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 58
        },
        {
          "entryTs": 1617667620,
          "entryUtc": "2021-04-06T00:07:00.000Z",
          "exitTs": 1617687000,
          "dir": -1,
          "entryPrice": 1729.999,
          "exitPrice": 1736.159,
          "stopDistance": 6.16,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 323
        },
        {
          "entryTs": 1617694320,
          "entryUtc": "2021-04-06T07:32:00.000Z",
          "exitTs": 1617717600,
          "dir": 1,
          "entryPrice": 1730.538,
          "exitPrice": 1742.939,
          "stopDistance": 6.201,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 388
        },
        {
          "entryTs": 1617779580,
          "entryUtc": "2021-04-07T07:13:00.000Z",
          "exitTs": 1617793860,
          "dir": 1,
          "entryPrice": 1740.178,
          "exitPrice": 1735.109,
          "stopDistance": 5.069,
          "outcome": "stop",
          "netR": -1.0829,
          "holdMinutes": 238
        },
        {
          "entryTs": 1617857760,
          "entryUtc": "2021-04-08T04:56:00.000Z",
          "exitTs": 1617860400,
          "dir": -1,
          "entryPrice": 1739.948,
          "exitPrice": 1744.885,
          "stopDistance": 4.937,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 44
        },
        {
          "entryTs": 1617946260,
          "entryUtc": "2021-04-09T05:31:00.000Z",
          "exitTs": 1617952260,
          "dir": 1,
          "entryPrice": 1750.188,
          "exitPrice": 1745.592,
          "stopDistance": 4.596,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 100
        },
        {
          "entryTs": 1618190160,
          "entryUtc": "2021-04-12T01:16:00.000Z",
          "exitTs": 1618205400,
          "dir": 1,
          "entryPrice": 1740.648,
          "exitPrice": 1735.555,
          "stopDistance": 5.093,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 254
        },
        {
          "entryTs": 1618208940,
          "entryUtc": "2021-04-12T06:29:00.000Z",
          "exitTs": 1618228980,
          "dir": -1,
          "entryPrice": 1739.938,
          "exitPrice": 1744.853,
          "stopDistance": 4.915,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 334
        },
        {
          "entryTs": 1618288020,
          "entryUtc": "2021-04-13T04:27:00.000Z",
          "exitTs": 1618292280,
          "dir": 1,
          "entryPrice": 1730.275,
          "exitPrice": 1724.918,
          "stopDistance": 5.357,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 71
        },
        {
          "entryTs": 1618405920,
          "entryUtc": "2021-04-14T13:12:00.000Z",
          "exitTs": 1618406280,
          "dir": 1,
          "entryPrice": 1740.208,
          "exitPrice": 1734.555,
          "stopDistance": 5.653,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 6
        },
        {
          "entryTs": 1618461840,
          "entryUtc": "2021-04-15T04:44:00.000Z",
          "exitTs": 1618468680,
          "dir": -1,
          "entryPrice": 1739.843,
          "exitPrice": 1745.047,
          "stopDistance": 5.204,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 114
        },
        {
          "entryTs": 1618566900,
          "entryUtc": "2021-04-16T09:55:00.000Z",
          "exitTs": 1618575180,
          "dir": 1,
          "entryPrice": 1770.968,
          "exitPrice": 1781.595,
          "stopDistance": 5.314,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 138
        },
        {
          "entryTs": 1618792200,
          "entryUtc": "2021-04-19T00:30:00.000Z",
          "exitTs": 1618796100,
          "dir": 1,
          "entryPrice": 1780.168,
          "exitPrice": 1774.242,
          "stopDistance": 5.926,
          "outcome": "stop",
          "netR": -1.0709,
          "holdMinutes": 65
        },
        {
          "entryTs": 1618813680,
          "entryUtc": "2021-04-19T06:28:00.000Z",
          "exitTs": 1618818480,
          "dir": -1,
          "entryPrice": 1779.928,
          "exitPrice": 1786.122,
          "stopDistance": 6.194,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 80
        },
        {
          "entryTs": 1618896660,
          "entryUtc": "2021-04-20T05:31:00.000Z",
          "exitTs": 1618927200,
          "dir": -1,
          "entryPrice": 1769.388,
          "exitPrice": 1775.675,
          "stopDistance": 6.287,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 509
        },
        {
          "entryTs": 1618995120,
          "entryUtc": "2021-04-21T08:52:00.000Z",
          "exitTs": 1619008200,
          "dir": -1,
          "entryPrice": 1779.565,
          "exitPrice": 1785.866,
          "stopDistance": 6.301,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 218
        },
        {
          "entryTs": 1619071500,
          "entryUtc": "2021-04-22T06:05:00.000Z",
          "exitTs": 1619089080,
          "dir": 1,
          "entryPrice": 1790.015,
          "exitPrice": 1784.348,
          "stopDistance": 5.667,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 293
        },
        {
          "entryTs": 1619177820,
          "entryUtc": "2021-04-23T11:37:00.000Z",
          "exitTs": 1619181480,
          "dir": -1,
          "entryPrice": 1789.138,
          "exitPrice": 1794.549,
          "stopDistance": 5.411,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 61
        },
        {
          "entryTs": 1619399340,
          "entryUtc": "2021-04-26T01:09:00.000Z",
          "exitTs": 1619439060,
          "dir": 1,
          "entryPrice": 1780.185,
          "exitPrice": 1774.321,
          "stopDistance": 5.864,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 662
        },
        {
          "entryTs": 1619496420,
          "entryUtc": "2021-04-27T04:07:00.000Z",
          "exitTs": 1619526300,
          "dir": -1,
          "entryPrice": 1779.885,
          "exitPrice": 1785.275,
          "stopDistance": 5.39,
          "outcome": "stop",
          "netR": -1.0779,
          "holdMinutes": 498
        },
        {
          "entryTs": 1619587620,
          "entryUtc": "2021-04-28T05:27:00.000Z",
          "exitTs": 1619602080,
          "dir": 1,
          "entryPrice": 1769.958,
          "exitPrice": 1765.197,
          "stopDistance": 4.761,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 241
        },
        {
          "entryTs": 1619677920,
          "entryUtc": "2021-04-29T06:32:00.000Z",
          "exitTs": 1619688600,
          "dir": 1,
          "entryPrice": 1780.538,
          "exitPrice": 1775.357,
          "stopDistance": 5.181,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 178
        },
        {
          "entryTs": 1619762760,
          "entryUtc": "2021-04-30T06:06:00.000Z",
          "exitTs": 1620086400,
          "dir": -1,
          "entryPrice": 1769.783,
          "exitPrice": 1775.888,
          "stopDistance": 6.105,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 5394
        },
        {
          "entryTs": 1620090360,
          "entryUtc": "2021-05-04T01:06:00.000Z",
          "exitTs": 1620122700,
          "dir": 1,
          "entryPrice": 1790.088,
          "exitPrice": 1782.087,
          "stopDistance": 8.001,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 539
        },
        {
          "entryTs": 1620133500,
          "entryUtc": "2021-05-04T13:05:00.000Z",
          "exitTs": 1620141180,
          "dir": 1,
          "entryPrice": 1790.482,
          "exitPrice": 1783.727,
          "stopDistance": 6.755,
          "outcome": "stop",
          "netR": -1.0622,
          "holdMinutes": 128
        },
        {
          "entryTs": 1620191220,
          "entryUtc": "2021-05-05T05:07:00.000Z",
          "exitTs": 1620217620,
          "dir": 1,
          "entryPrice": 1780.068,
          "exitPrice": 1773.855,
          "stopDistance": 6.213,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 440
        },
        {
          "entryTs": 1620278340,
          "entryUtc": "2021-05-06T05:19:00.000Z",
          "exitTs": 1620308100,
          "dir": 1,
          "entryPrice": 1790.042,
          "exitPrice": 1800.528,
          "stopDistance": 5.243,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 496
        },
        {
          "entryTs": 1620360240,
          "entryUtc": "2021-05-07T04:04:00.000Z",
          "exitTs": 1620390720,
          "dir": 1,
          "entryPrice": 1820.048,
          "exitPrice": 1831.766,
          "stopDistance": 5.859,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 508
        },
        {
          "entryTs": 1620644100,
          "entryUtc": "2021-05-10T10:55:00.000Z",
          "exitTs": 1620737940,
          "dir": -1,
          "entryPrice": 1839.828,
          "exitPrice": 1826.81,
          "stopDistance": 6.509,
          "outcome": "target",
          "netR": 1.9432,
          "holdMinutes": 1564
        },
        {
          "entryTs": 1620794700,
          "entryUtc": "2021-05-12T04:45:00.000Z",
          "exitTs": 1620823500,
          "dir": -1,
          "entryPrice": 1829.948,
          "exitPrice": 1836.013,
          "stopDistance": 6.065,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 480
        },
        {
          "entryTs": 1620886980,
          "entryUtc": "2021-05-13T06:23:00.000Z",
          "exitTs": 1620924480,
          "dir": -1,
          "entryPrice": 1819.858,
          "exitPrice": 1827.029,
          "stopDistance": 7.171,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 625
        },
        {
          "entryTs": 1620973500,
          "entryUtc": "2021-05-14T06:25:00.000Z",
          "exitTs": 1620975060,
          "dir": -1,
          "entryPrice": 1830.012,
          "exitPrice": 1836.05,
          "stopDistance": 6.038,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 26
        },
        {
          "entryTs": 1621214460,
          "entryUtc": "2021-05-17T01:21:00.000Z",
          "exitTs": 1621259400,
          "dir": -1,
          "entryPrice": 1849.608,
          "exitPrice": 1855.898,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 749
        },
        {
          "entryTs": 1621316040,
          "entryUtc": "2021-05-18T05:34:00.000Z",
          "exitTs": 1621346280,
          "dir": 1,
          "entryPrice": 1869.985,
          "exitPrice": 1864.106,
          "stopDistance": 5.879,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 504
        },
        {
          "entryTs": 1621408260,
          "entryUtc": "2021-05-19T07:11:00.000Z",
          "exitTs": 1621413780,
          "dir": 1,
          "entryPrice": 1870.058,
          "exitPrice": 1864.807,
          "stopDistance": 5.251,
          "outcome": "stop",
          "netR": -1.08,
          "holdMinutes": 92
        },
        {
          "entryTs": 1621502520,
          "entryUtc": "2021-05-20T09:22:00.000Z",
          "exitTs": 1621602240,
          "dir": 1,
          "entryPrice": 1870.198,
          "exitPrice": 1888.316,
          "stopDistance": 9.059,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 1662
        },
        {
          "entryTs": 1621808340,
          "entryUtc": "2021-05-23T22:19:00.000Z",
          "exitTs": 1621905780,
          "dir": 1,
          "entryPrice": 1880.298,
          "exitPrice": 1873.177,
          "stopDistance": 7.121,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 1624
        },
        {
          "entryTs": 1621931700,
          "entryUtc": "2021-05-25T08:35:00.000Z",
          "exitTs": 1621951380,
          "dir": 1,
          "entryPrice": 1880.078,
          "exitPrice": 1893.408,
          "stopDistance": 6.665,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 328
        },
        {
          "entryTs": 1622015520,
          "entryUtc": "2021-05-26T07:52:00.000Z",
          "exitTs": 1622050920,
          "dir": -1,
          "entryPrice": 1908.838,
          "exitPrice": 1897.09,
          "stopDistance": 5.874,
          "outcome": "target",
          "netR": 1.937,
          "holdMinutes": 590
        },
        {
          "entryTs": 1622093580,
          "entryUtc": "2021-05-27T05:33:00.000Z",
          "exitTs": 1622183700,
          "dir": -1,
          "entryPrice": 1899.778,
          "exitPrice": 1888.076,
          "stopDistance": 5.851,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 1502
        },
        {
          "entryTs": 1622429220,
          "entryUtc": "2021-05-31T02:47:00.000Z",
          "exitTs": 1622529120,
          "dir": -1,
          "entryPrice": 1909.818,
          "exitPrice": 1915.734,
          "stopDistance": 5.916,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 1665
        },
        {
          "entryTs": 1622618340,
          "entryUtc": "2021-06-02T07:19:00.000Z",
          "exitTs": 1622636880,
          "dir": -1,
          "entryPrice": 1899.815,
          "exitPrice": 1905.478,
          "stopDistance": 5.664,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 309
        },
        {
          "entryTs": 1622765100,
          "entryUtc": "2021-06-04T00:05:00.000Z",
          "exitTs": 1622771760,
          "dir": -1,
          "entryPrice": 1869.758,
          "exitPrice": 1860.142,
          "stopDistance": 4.808,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 111
        },
        {
          "entryTs": 1622779320,
          "entryUtc": "2021-06-04T04:02:00.000Z",
          "exitTs": 1622809920,
          "dir": -1,
          "entryPrice": 1869.918,
          "exitPrice": 1879.636,
          "stopDistance": 9.718,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 510
        },
        {
          "entryTs": 1623016860,
          "entryUtc": "2021-06-06T22:01:00.000Z",
          "exitTs": 1623045600,
          "dir": 1,
          "entryPrice": 1890.198,
          "exitPrice": 1883.071,
          "stopDistance": 7.127,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 479
        },
        {
          "entryTs": 1623071640,
          "entryUtc": "2021-06-07T13:14:00.000Z",
          "exitTs": 1623081660,
          "dir": -1,
          "entryPrice": 1889.298,
          "exitPrice": 1894.783,
          "stopDistance": 5.485,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 167
        },
        {
          "entryTs": 1623139800,
          "entryUtc": "2021-06-08T08:10:00.000Z",
          "exitTs": 1623155400,
          "dir": 1,
          "entryPrice": 1890.658,
          "exitPrice": 1900.398,
          "stopDistance": 4.87,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 260
        },
        {
          "entryTs": 1623222900,
          "entryUtc": "2021-06-09T07:15:00.000Z",
          "exitTs": 1623241860,
          "dir": -1,
          "entryPrice": 1889.918,
          "exitPrice": 1895.095,
          "stopDistance": 5.177,
          "outcome": "stop",
          "netR": -1.0811,
          "holdMinutes": 316
        },
        {
          "entryTs": 1623310260,
          "entryUtc": "2021-06-10T07:31:00.000Z",
          "exitTs": 1623326340,
          "dir": 1,
          "entryPrice": 1881.058,
          "exitPrice": 1876.02,
          "stopDistance": 5.038,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 268
        },
        {
          "entryTs": 1623389460,
          "entryUtc": "2021-06-11T05:31:00.000Z",
          "exitTs": 1623403680,
          "dir": -1,
          "entryPrice": 1899.558,
          "exitPrice": 1889.185,
          "stopDistance": 5.187,
          "outcome": "target",
          "netR": 1.9287,
          "holdMinutes": 237
        },
        {
          "entryTs": 1623632460,
          "entryUtc": "2021-06-14T01:01:00.000Z",
          "exitTs": 1623634740,
          "dir": 1,
          "entryPrice": 1870.988,
          "exitPrice": 1864.905,
          "stopDistance": 6.083,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 38
        },
        {
          "entryTs": 1623651660,
          "entryUtc": "2021-06-14T06:21:00.000Z",
          "exitTs": 1623666660,
          "dir": 1,
          "entryPrice": 1860.398,
          "exitPrice": 1854.249,
          "stopDistance": 6.149,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 250
        },
        {
          "entryTs": 1623766980,
          "entryUtc": "2021-06-15T14:23:00.000Z",
          "exitTs": 1623866460,
          "dir": -1,
          "entryPrice": 1859.568,
          "exitPrice": 1847.606,
          "stopDistance": 5.981,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 1658
        },
        {
          "entryTs": 1623906360,
          "entryUtc": "2021-06-17T05:06:00.000Z",
          "exitTs": 1623912060,
          "dir": 1,
          "entryPrice": 1820.038,
          "exitPrice": 1810.351,
          "stopDistance": 9.687,
          "outcome": "stop",
          "netR": -1.0434,
          "holdMinutes": 95
        },
        {
          "entryTs": 1624018740,
          "entryUtc": "2021-06-18T12:19:00.000Z",
          "exitTs": 1624024920,
          "dir": -1,
          "entryPrice": 1789.208,
          "exitPrice": 1771.383,
          "stopDistance": 8.912,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 103
        },
        {
          "entryTs": 1624233540,
          "entryUtc": "2021-06-20T23:59:00.000Z",
          "exitTs": 1624257960,
          "dir": -1,
          "entryPrice": 1768.988,
          "exitPrice": 1779.229,
          "stopDistance": 10.241,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 407
        },
        {
          "entryTs": 1624341780,
          "entryUtc": "2021-06-22T06:03:00.000Z",
          "exitTs": 1624365420,
          "dir": 1,
          "entryPrice": 1780.208,
          "exitPrice": 1773.492,
          "stopDistance": 6.716,
          "outcome": "stop",
          "netR": -1.0625,
          "holdMinutes": 394
        },
        {
          "entryTs": 1624425060,
          "entryUtc": "2021-06-23T05:11:00.000Z",
          "exitTs": 1624456020,
          "dir": 1,
          "entryPrice": 1780.105,
          "exitPrice": 1792.312,
          "stopDistance": 6.103,
          "outcome": "target",
          "netR": 1.9394,
          "holdMinutes": 516
        },
        {
          "entryTs": 1624523040,
          "entryUtc": "2021-06-24T08:24:00.000Z",
          "exitTs": 1624564200,
          "dir": 1,
          "entryPrice": 1779.998,
          "exitPrice": 1773.998,
          "stopDistance": 6,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 686
        },
        {
          "entryTs": 1624600740,
          "entryUtc": "2021-06-25T05:59:00.000Z",
          "exitTs": 1624612860,
          "dir": -1,
          "entryPrice": 1779.678,
          "exitPrice": 1784.811,
          "stopDistance": 5.133,
          "outcome": "stop",
          "netR": -1.0818,
          "holdMinutes": 202
        },
        {
          "entryTs": 1624841340,
          "entryUtc": "2021-06-28T00:49:00.000Z",
          "exitTs": 1624843440,
          "dir": 1,
          "entryPrice": 1780.248,
          "exitPrice": 1775.551,
          "stopDistance": 4.697,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 35
        },
        {
          "entryTs": 1624886100,
          "entryUtc": "2021-06-28T13:15:00.000Z",
          "exitTs": 1624951440,
          "dir": 1,
          "entryPrice": 1780.038,
          "exitPrice": 1773.635,
          "stopDistance": 6.403,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 1089
        },
        {
          "entryTs": 1624954500,
          "entryUtc": "2021-06-29T08:15:00.000Z",
          "exitTs": 1624969080,
          "dir": -1,
          "entryPrice": 1769.678,
          "exitPrice": 1774.705,
          "stopDistance": 5.027,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 243
        },
        {
          "entryTs": 1625028000,
          "entryUtc": "2021-06-30T04:40:00.000Z",
          "exitTs": 1625064720,
          "dir": -1,
          "entryPrice": 1759.675,
          "exitPrice": 1765.822,
          "stopDistance": 6.147,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 612
        },
        {
          "entryTs": 1625145420,
          "entryUtc": "2021-07-01T13:17:00.000Z",
          "exitTs": 1625222100,
          "dir": -1,
          "entryPrice": 1779.718,
          "exitPrice": 1785.808,
          "stopDistance": 6.09,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1625469120,
          "entryUtc": "2021-07-05T07:12:00.000Z",
          "exitTs": 1625549400,
          "dir": 1,
          "entryPrice": 1790.298,
          "exitPrice": 1802.7,
          "stopDistance": 6.201,
          "outcome": "target",
          "netR": 1.9403,
          "holdMinutes": 1338
        },
        {
          "entryTs": 1625631720,
          "entryUtc": "2021-07-07T04:22:00.000Z",
          "exitTs": 1625644020,
          "dir": -1,
          "entryPrice": 1799.805,
          "exitPrice": 1805.636,
          "stopDistance": 5.831,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 205
        },
        {
          "entryTs": 1625728620,
          "entryUtc": "2021-07-08T07:17:00.000Z",
          "exitTs": 1625729220,
          "dir": -1,
          "entryPrice": 1799.548,
          "exitPrice": 1805.135,
          "stopDistance": 5.587,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 10
        },
        {
          "entryTs": 1625807940,
          "entryUtc": "2021-07-09T05:19:00.000Z",
          "exitTs": 1625839320,
          "dir": -1,
          "entryPrice": 1799.788,
          "exitPrice": 1806.642,
          "stopDistance": 6.854,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 523
        },
        {
          "entryTs": 1626070440,
          "entryUtc": "2021-07-12T06:14:00.000Z",
          "exitTs": 1626097980,
          "dir": 1,
          "entryPrice": 1800.258,
          "exitPrice": 1794.86,
          "stopDistance": 5.398,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 459
        },
        {
          "entryTs": 1626151620,
          "entryUtc": "2021-07-13T04:47:00.000Z",
          "exitTs": 1626180000,
          "dir": -1,
          "entryPrice": 1809.938,
          "exitPrice": 1815.334,
          "stopDistance": 5.396,
          "outcome": "stop",
          "netR": -1.0778,
          "holdMinutes": 473
        },
        {
          "entryTs": 1626247020,
          "entryUtc": "2021-07-14T07:17:00.000Z",
          "exitTs": 1626264360,
          "dir": 1,
          "entryPrice": 1811.068,
          "exitPrice": 1822.089,
          "stopDistance": 5.51,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 289
        },
        {
          "entryTs": 1626336060,
          "entryUtc": "2021-07-15T08:01:00.000Z",
          "exitTs": 1626344700,
          "dir": 1,
          "entryPrice": 1830.058,
          "exitPrice": 1824.69,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 144
        },
        {
          "entryTs": 1626433320,
          "entryUtc": "2021-07-16T11:02:00.000Z",
          "exitTs": 1626439620,
          "dir": -1,
          "entryPrice": 1819.668,
          "exitPrice": 1824.854,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 105
        },
        {
          "entryTs": 1626674640,
          "entryUtc": "2021-07-19T06:04:00.000Z",
          "exitTs": 1626696000,
          "dir": -1,
          "entryPrice": 1809.418,
          "exitPrice": 1798.29,
          "stopDistance": 5.564,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 356
        },
        {
          "entryTs": 1626784620,
          "entryUtc": "2021-07-20T12:37:00.000Z",
          "exitTs": 1626792060,
          "dir": 1,
          "entryPrice": 1820.798,
          "exitPrice": 1815.214,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 124
        },
        {
          "entryTs": 1626847380,
          "entryUtc": "2021-07-21T06:03:00.000Z",
          "exitTs": 1626868920,
          "dir": -1,
          "entryPrice": 1809.928,
          "exitPrice": 1799.395,
          "stopDistance": 5.266,
          "outcome": "target",
          "netR": 1.9297,
          "holdMinutes": 359
        },
        {
          "entryTs": 1626931200,
          "entryUtc": "2021-07-22T05:20:00.000Z",
          "exitTs": 1626957600,
          "dir": -1,
          "entryPrice": 1799.828,
          "exitPrice": 1804.709,
          "stopDistance": 4.88,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 440
        },
        {
          "entryTs": 1627026960,
          "entryUtc": "2021-07-23T07:56:00.000Z",
          "exitTs": 1627034520,
          "dir": -1,
          "entryPrice": 1809.648,
          "exitPrice": 1799.852,
          "stopDistance": 4.898,
          "outcome": "target",
          "netR": 1.9245,
          "holdMinutes": 126
        },
        {
          "entryTs": 1627256940,
          "entryUtc": "2021-07-25T23:49:00.000Z",
          "exitTs": 1627367400,
          "dir": 1,
          "entryPrice": 1800.048,
          "exitPrice": 1793.949,
          "stopDistance": 6.099,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 1841
        },
        {
          "entryTs": 1627393620,
          "entryUtc": "2021-07-27T13:47:00.000Z",
          "exitTs": 1627396380,
          "dir": 1,
          "entryPrice": 1801.038,
          "exitPrice": 1795.425,
          "stopDistance": 5.613,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 46
        },
        {
          "entryTs": 1627460340,
          "entryUtc": "2021-07-28T08:19:00.000Z",
          "exitTs": 1627500480,
          "dir": -1,
          "entryPrice": 1799.998,
          "exitPrice": 1805.045,
          "stopDistance": 5.047,
          "outcome": "stop",
          "netR": -1.0832,
          "holdMinutes": 669
        },
        {
          "entryTs": 1627551180,
          "entryUtc": "2021-07-29T09:33:00.000Z",
          "exitTs": 1627557540,
          "dir": -1,
          "entryPrice": 1820.358,
          "exitPrice": 1826.381,
          "stopDistance": 6.023,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 106
        },
        {
          "entryTs": 1627629360,
          "entryUtc": "2021-07-30T07:16:00.000Z",
          "exitTs": 1627655520,
          "dir": -1,
          "entryPrice": 1829.978,
          "exitPrice": 1820.978,
          "stopDistance": 4.5,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 436
        },
        {
          "entryTs": 1627867860,
          "entryUtc": "2021-08-02T01:31:00.000Z",
          "exitTs": 1628078760,
          "dir": 1,
          "entryPrice": 1810.188,
          "exitPrice": 1820.541,
          "stopDistance": 5.176,
          "outcome": "target",
          "netR": 1.9285,
          "holdMinutes": 3515
        },
        {
          "entryTs": 1628141700,
          "entryUtc": "2021-08-05T05:35:00.000Z",
          "exitTs": 1628163000,
          "dir": -1,
          "entryPrice": 1810.035,
          "exitPrice": 1814.524,
          "stopDistance": 4.489,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 355
        },
        {
          "entryTs": 1628223180,
          "entryUtc": "2021-08-06T04:13:00.000Z",
          "exitTs": 1628253000,
          "dir": -1,
          "entryPrice": 1800.028,
          "exitPrice": 1791.386,
          "stopDistance": 4.321,
          "outcome": "target",
          "netR": 1.9144,
          "holdMinutes": 497
        },
        {
          "entryTs": 1628460960,
          "entryUtc": "2021-08-08T22:16:00.000Z",
          "exitTs": 1628462880,
          "dir": -1,
          "entryPrice": 1759.925,
          "exitPrice": 1744.814,
          "stopDistance": 7.556,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 32
        },
        {
          "entryTs": 1628482620,
          "entryUtc": "2021-08-09T04:17:00.000Z",
          "exitTs": 1628838300,
          "dir": -1,
          "entryPrice": 1739.748,
          "exitPrice": 1759.574,
          "stopDistance": 19.826,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 5928
        },
        {
          "entryTs": 1628839440,
          "entryUtc": "2021-08-13T07:24:00.000Z",
          "exitTs": 1628859900,
          "dir": -1,
          "entryPrice": 1759.438,
          "exitPrice": 1764.022,
          "stopDistance": 4.584,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 341
        },
        {
          "entryTs": 1629075360,
          "entryUtc": "2021-08-16T00:56:00.000Z",
          "exitTs": 1629090780,
          "dir": 1,
          "entryPrice": 1780.048,
          "exitPrice": 1775.216,
          "stopDistance": 4.832,
          "outcome": "stop",
          "netR": -1.0869,
          "holdMinutes": 257
        },
        {
          "entryTs": 1629118140,
          "entryUtc": "2021-08-16T12:49:00.000Z",
          "exitTs": 1629178620,
          "dir": 1,
          "entryPrice": 1780.468,
          "exitPrice": 1790.295,
          "stopDistance": 4.913,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 1008
        },
        {
          "entryTs": 1629178740,
          "entryUtc": "2021-08-17T05:39:00.000Z",
          "exitTs": 1629209520,
          "dir": 1,
          "entryPrice": 1790.828,
          "exitPrice": 1786.429,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 513
        },
        {
          "entryTs": 1629259320,
          "entryUtc": "2021-08-18T04:02:00.000Z",
          "exitTs": 1629297420,
          "dir": -1,
          "entryPrice": 1789.938,
          "exitPrice": 1780.426,
          "stopDistance": 4.756,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 635
        },
        {
          "entryTs": 1629355140,
          "entryUtc": "2021-08-19T06:39:00.000Z",
          "exitTs": 1629362400,
          "dir": -1,
          "entryPrice": 1779.988,
          "exitPrice": 1785.531,
          "stopDistance": 5.543,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 121
        },
        {
          "entryTs": 1629464760,
          "entryUtc": "2021-08-20T13:06:00.000Z",
          "exitTs": 1629718080,
          "dir": 1,
          "entryPrice": 1780.475,
          "exitPrice": 1791.656,
          "stopDistance": 5.591,
          "outcome": "target",
          "netR": 1.9338,
          "holdMinutes": 4222
        },
        {
          "entryTs": 1629851520,
          "entryUtc": "2021-08-25T00:32:00.000Z",
          "exitTs": 1629852120,
          "dir": 1,
          "entryPrice": 1800.005,
          "exitPrice": 1795.707,
          "stopDistance": 4.298,
          "outcome": "stop",
          "netR": -1.0977,
          "holdMinutes": 10
        },
        {
          "entryTs": 1629899340,
          "entryUtc": "2021-08-25T13:49:00.000Z",
          "exitTs": 1629901560,
          "dir": 1,
          "entryPrice": 1790.355,
          "exitPrice": 1784.888,
          "stopDistance": 5.467,
          "outcome": "stop",
          "netR": -1.0768,
          "holdMinutes": 37
        },
        {
          "entryTs": 1629976800,
          "entryUtc": "2021-08-26T11:20:00.000Z",
          "exitTs": 1629983160,
          "dir": -1,
          "entryPrice": 1789.848,
          "exitPrice": 1780.489,
          "stopDistance": 4.679,
          "outcome": "target",
          "netR": 1.9209,
          "holdMinutes": 106
        },
        {
          "entryTs": 1630040460,
          "entryUtc": "2021-08-27T05:01:00.000Z",
          "exitTs": 1630045860,
          "dir": -1,
          "entryPrice": 1799.715,
          "exitPrice": 1804.417,
          "stopDistance": 4.702,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 90
        },
        {
          "entryTs": 1630283460,
          "entryUtc": "2021-08-30T00:31:00.000Z",
          "exitTs": 1630415040,
          "dir": -1,
          "entryPrice": 1819.629,
          "exitPrice": 1805.995,
          "stopDistance": 6.817,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 2193
        },
        {
          "entryTs": 1630483860,
          "entryUtc": "2021-09-01T08:11:00.000Z",
          "exitTs": 1630498500,
          "dir": -1,
          "entryPrice": 1809.955,
          "exitPrice": 1815.008,
          "stopDistance": 5.053,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 244
        },
        {
          "entryTs": 1630589880,
          "entryUtc": "2021-09-02T13:38:00.000Z",
          "exitTs": 1630591980,
          "dir": 1,
          "entryPrice": 1810.015,
          "exitPrice": 1805.55,
          "stopDistance": 4.465,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 35
        },
        {
          "entryTs": 1630676520,
          "entryUtc": "2021-09-03T13:42:00.000Z",
          "exitTs": 1630681560,
          "dir": 1,
          "entryPrice": 1821.138,
          "exitPrice": 1831.159,
          "stopDistance": 5.011,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 84
        },
        {
          "entryTs": 1630881120,
          "entryUtc": "2021-09-05T22:32:00.000Z",
          "exitTs": 1630992420,
          "dir": -1,
          "entryPrice": 1830.058,
          "exitPrice": 1819.347,
          "stopDistance": 5.355,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 1855
        },
        {
          "entryTs": 1630992480,
          "entryUtc": "2021-09-07T05:28:00.000Z",
          "exitTs": 1631006640,
          "dir": -1,
          "entryPrice": 1819.288,
          "exitPrice": 1812.153,
          "stopDistance": 3.567,
          "outcome": "target",
          "netR": 1.8963,
          "holdMinutes": 236
        },
        {
          "entryTs": 1631086440,
          "entryUtc": "2021-09-08T07:34:00.000Z",
          "exitTs": 1631106120,
          "dir": 1,
          "entryPrice": 1800.168,
          "exitPrice": 1795.405,
          "stopDistance": 4.763,
          "outcome": "stop",
          "netR": -1.0882,
          "holdMinutes": 328
        },
        {
          "entryTs": 1631171400,
          "entryUtc": "2021-09-09T07:10:00.000Z",
          "exitTs": 1631176860,
          "dir": -1,
          "entryPrice": 1789.918,
          "exitPrice": 1794.547,
          "stopDistance": 4.629,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 91
        },
        {
          "entryTs": 1631252040,
          "entryUtc": "2021-09-10T05:34:00.000Z",
          "exitTs": 1631297340,
          "dir": -1,
          "entryPrice": 1799.954,
          "exitPrice": 1788.533,
          "stopDistance": 5.71,
          "outcome": "target",
          "netR": 1.9352,
          "holdMinutes": 755
        },
        {
          "entryTs": 1631498940,
          "entryUtc": "2021-09-13T02:09:00.000Z",
          "exitTs": 1631620320,
          "dir": 1,
          "entryPrice": 1790.034,
          "exitPrice": 1784.302,
          "stopDistance": 5.732,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 2023
        },
        {
          "entryTs": 1631689080,
          "entryUtc": "2021-09-15T06:58:00.000Z",
          "exitTs": 1631710440,
          "dir": 1,
          "entryPrice": 1800.024,
          "exitPrice": 1795.205,
          "stopDistance": 4.819,
          "outcome": "stop",
          "netR": -1.0872,
          "holdMinutes": 356
        },
        {
          "entryTs": 1631770560,
          "entryUtc": "2021-09-16T05:36:00.000Z",
          "exitTs": 1631771160,
          "dir": 1,
          "entryPrice": 1790.798,
          "exitPrice": 1786.239,
          "stopDistance": 4.559,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 10
        },
        {
          "entryTs": 1631854500,
          "entryUtc": "2021-09-17T04:55:00.000Z",
          "exitTs": 1631869020,
          "dir": -1,
          "entryPrice": 1759.918,
          "exitPrice": 1765.747,
          "stopDistance": 5.829,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 242
        },
        {
          "entryTs": 1632103500,
          "entryUtc": "2021-09-20T02:05:00.000Z",
          "exitTs": 1632127320,
          "dir": -1,
          "entryPrice": 1749.798,
          "exitPrice": 1755.81,
          "stopDistance": 6.012,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 397
        },
        {
          "entryTs": 1632207660,
          "entryUtc": "2021-09-21T07:01:00.000Z",
          "exitTs": 1632226440,
          "dir": 1,
          "entryPrice": 1760.418,
          "exitPrice": 1770.595,
          "stopDistance": 5.088,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 313
        },
        {
          "entryTs": 1632292200,
          "entryUtc": "2021-09-22T06:30:00.000Z",
          "exitTs": 1632298080,
          "dir": 1,
          "entryPrice": 1780.188,
          "exitPrice": 1775.451,
          "stopDistance": 4.737,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 98
        },
        {
          "entryTs": 1632388200,
          "entryUtc": "2021-09-23T09:10:00.000Z",
          "exitTs": 1632391920,
          "dir": -1,
          "entryPrice": 1769.947,
          "exitPrice": 1776.177,
          "stopDistance": 6.23,
          "outcome": "stop",
          "netR": -1.0674,
          "holdMinutes": 62
        },
        {
          "entryTs": 1632484860,
          "entryUtc": "2021-09-24T12:01:00.000Z",
          "exitTs": 1632705300,
          "dir": -1,
          "entryPrice": 1749.884,
          "exitPrice": 1756.158,
          "stopDistance": 6.274,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 3674
        },
        {
          "entryTs": 1632721320,
          "entryUtc": "2021-09-27T05:42:00.000Z",
          "exitTs": 1632736620,
          "dir": -1,
          "entryPrice": 1759.274,
          "exitPrice": 1748.066,
          "stopDistance": 5.604,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 255
        },
        {
          "entryTs": 1632802080,
          "entryUtc": "2021-09-28T04:08:00.000Z",
          "exitTs": 1632812640,
          "dir": -1,
          "entryPrice": 1749.924,
          "exitPrice": 1739.43,
          "stopDistance": 5.247,
          "outcome": "target",
          "netR": 1.9295,
          "holdMinutes": 176
        },
        {
          "entryTs": 1632888060,
          "entryUtc": "2021-09-29T04:01:00.000Z",
          "exitTs": 1632924300,
          "dir": 1,
          "entryPrice": 1740.008,
          "exitPrice": 1733.993,
          "stopDistance": 6.015,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 604
        },
        {
          "entryTs": 1632981900,
          "entryUtc": "2021-09-30T06:05:00.000Z",
          "exitTs": 1633006500,
          "dir": -1,
          "entryPrice": 1729.738,
          "exitPrice": 1735.04,
          "stopDistance": 5.302,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 410
        },
        {
          "entryTs": 1633090500,
          "entryUtc": "2021-10-01T12:15:00.000Z",
          "exitTs": 1633098660,
          "dir": 1,
          "entryPrice": 1749.965,
          "exitPrice": 1762.298,
          "stopDistance": 6.167,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 136
        },
        {
          "entryTs": 1633314600,
          "entryUtc": "2021-10-04T02:30:00.000Z",
          "exitTs": 1633358340,
          "dir": -1,
          "entryPrice": 1759.718,
          "exitPrice": 1765.819,
          "stopDistance": 6.101,
          "outcome": "stop",
          "netR": -1.0688,
          "holdMinutes": 729
        },
        {
          "entryTs": 1633406580,
          "entryUtc": "2021-10-05T04:03:00.000Z",
          "exitTs": 1633507260,
          "dir": -1,
          "entryPrice": 1759.698,
          "exitPrice": 1747.093,
          "stopDistance": 6.303,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 1678
        },
        {
          "entryTs": 1633516080,
          "entryUtc": "2021-10-06T10:28:00.000Z",
          "exitTs": 1633524240,
          "dir": 1,
          "entryPrice": 1750.208,
          "exitPrice": 1761.09,
          "stopDistance": 5.441,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 136
        },
        {
          "entryTs": 1633587840,
          "entryUtc": "2021-10-07T06:24:00.000Z",
          "exitTs": 1633610400,
          "dir": 1,
          "entryPrice": 1760.158,
          "exitPrice": 1755.345,
          "stopDistance": 4.813,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 376
        },
        {
          "entryTs": 1633674180,
          "entryUtc": "2021-10-08T06:23:00.000Z",
          "exitTs": 1633695360,
          "dir": -1,
          "entryPrice": 1759.868,
          "exitPrice": 1764.692,
          "stopDistance": 4.824,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 353
        },
        {
          "entryTs": 1633916400,
          "entryUtc": "2021-10-11T01:40:00.000Z",
          "exitTs": 1633935720,
          "dir": 1,
          "entryPrice": 1760.138,
          "exitPrice": 1753.339,
          "stopDistance": 6.799,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 322
        },
        {
          "entryTs": 1633961880,
          "entryUtc": "2021-10-11T14:18:00.000Z",
          "exitTs": 1634046540,
          "dir": -1,
          "entryPrice": 1759.895,
          "exitPrice": 1766.581,
          "stopDistance": 6.686,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 1411
        },
        {
          "entryTs": 1634120100,
          "entryUtc": "2021-10-13T10:15:00.000Z",
          "exitTs": 1634126100,
          "dir": -1,
          "entryPrice": 1769.653,
          "exitPrice": 1774.252,
          "stopDistance": 4.599,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 100
        },
        {
          "entryTs": 1634186580,
          "entryUtc": "2021-10-14T04:43:00.000Z",
          "exitTs": 1634200320,
          "dir": -1,
          "entryPrice": 1789.984,
          "exitPrice": 1796.519,
          "stopDistance": 6.535,
          "outcome": "stop",
          "netR": -1.0643,
          "holdMinutes": 229
        },
        {
          "entryTs": 1634298240,
          "entryUtc": "2021-10-15T11:44:00.000Z",
          "exitTs": 1634299980,
          "dir": 1,
          "entryPrice": 1780.024,
          "exitPrice": 1774.921,
          "stopDistance": 5.103,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 29
        },
        {
          "entryTs": 1634512380,
          "entryUtc": "2021-10-17T23:13:00.000Z",
          "exitTs": 1634622600,
          "dir": -1,
          "entryPrice": 1769.938,
          "exitPrice": 1775.909,
          "stopDistance": 5.971,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 1837
        },
        {
          "entryTs": 1634627100,
          "entryUtc": "2021-10-19T07:05:00.000Z",
          "exitTs": 1634648760,
          "dir": -1,
          "entryPrice": 1779.704,
          "exitPrice": 1784.602,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 361
        },
        {
          "entryTs": 1634727420,
          "entryUtc": "2021-10-20T10:57:00.000Z",
          "exitTs": 1634733300,
          "dir": -1,
          "entryPrice": 1779.834,
          "exitPrice": 1784.569,
          "stopDistance": 4.735,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 98
        },
        {
          "entryTs": 1634815980,
          "entryUtc": "2021-10-21T11:33:00.000Z",
          "exitTs": 1634884680,
          "dir": 1,
          "entryPrice": 1780.018,
          "exitPrice": 1791.053,
          "stopDistance": 5.517,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 1145
        },
        {
          "entryTs": 1634913420,
          "entryUtc": "2021-10-22T14:37:00.000Z",
          "exitTs": 1634915760,
          "dir": 1,
          "entryPrice": 1810.284,
          "exitPrice": 1803.713,
          "stopDistance": 6.571,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 39
        },
        {
          "entryTs": 1635137700,
          "entryUtc": "2021-10-25T04:55:00.000Z",
          "exitTs": 1635169980,
          "dir": -1,
          "entryPrice": 1799.954,
          "exitPrice": 1807.83,
          "stopDistance": 7.876,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 538
        },
        {
          "entryTs": 1635235260,
          "entryUtc": "2021-10-26T08:01:00.000Z",
          "exitTs": 1635251100,
          "dir": 1,
          "entryPrice": 1800.188,
          "exitPrice": 1795.272,
          "stopDistance": 4.916,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 264
        },
        {
          "entryTs": 1635316560,
          "entryUtc": "2021-10-27T06:36:00.000Z",
          "exitTs": 1635323400,
          "dir": 1,
          "entryPrice": 1790.128,
          "exitPrice": 1785.237,
          "stopDistance": 4.891,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 114
        },
        {
          "entryTs": 1635395040,
          "entryUtc": "2021-10-28T04:24:00.000Z",
          "exitTs": 1635431700,
          "dir": 1,
          "entryPrice": 1800.108,
          "exitPrice": 1794.466,
          "stopDistance": 5.642,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 611
        },
        {
          "entryTs": 1635510840,
          "entryUtc": "2021-10-29T12:34:00.000Z",
          "exitTs": 1635511860,
          "dir": -1,
          "entryPrice": 1789.878,
          "exitPrice": 1777.34,
          "stopDistance": 6.269,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 17
        },
        {
          "entryTs": 1635723180,
          "entryUtc": "2021-10-31T23:33:00.000Z",
          "exitTs": 1635734400,
          "dir": -1,
          "entryPrice": 1779.884,
          "exitPrice": 1786.92,
          "stopDistance": 7.036,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 187
        },
        {
          "entryTs": 1635769440,
          "entryUtc": "2021-11-01T12:24:00.000Z",
          "exitTs": 1635776700,
          "dir": -1,
          "entryPrice": 1789.824,
          "exitPrice": 1795.696,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 121
        },
        {
          "entryTs": 1635854100,
          "entryUtc": "2021-11-02T11:55:00.000Z",
          "exitTs": 1635906780,
          "dir": -1,
          "entryPrice": 1789.978,
          "exitPrice": 1780.709,
          "stopDistance": 4.635,
          "outcome": "target",
          "netR": 1.9202,
          "holdMinutes": 878
        },
        {
          "entryTs": 1635915720,
          "entryUtc": "2021-11-03T05:02:00.000Z",
          "exitTs": 1635943380,
          "dir": 1,
          "entryPrice": 1780.018,
          "exitPrice": 1775.282,
          "stopDistance": 4.736,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 461
        },
        {
          "entryTs": 1636024140,
          "entryUtc": "2021-11-04T11:09:00.000Z",
          "exitTs": 1636029060,
          "dir": -1,
          "entryPrice": 1779.598,
          "exitPrice": 1785.571,
          "stopDistance": 5.973,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 82
        },
        {
          "entryTs": 1636100760,
          "entryUtc": "2021-11-05T08:26:00.000Z",
          "exitTs": 1636115400,
          "dir": -1,
          "entryPrice": 1799.684,
          "exitPrice": 1789.641,
          "stopDistance": 5.021,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 244
        },
        {
          "entryTs": 1636333680,
          "entryUtc": "2021-11-08T01:08:00.000Z",
          "exitTs": 1636420980,
          "dir": -1,
          "entryPrice": 1819.938,
          "exitPrice": 1826.846,
          "stopDistance": 6.908,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 1455
        },
        {
          "entryTs": 1636444800,
          "entryUtc": "2021-11-09T08:00:00.000Z",
          "exitTs": 1636446180,
          "dir": -1,
          "entryPrice": 1819.978,
          "exitPrice": 1825.258,
          "stopDistance": 5.28,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 23
        },
        {
          "entryTs": 1636551300,
          "entryUtc": "2021-11-10T13:35:00.000Z",
          "exitTs": 1636551420,
          "dir": -1,
          "entryPrice": 1839.577,
          "exitPrice": 1844.295,
          "stopDistance": 4.718,
          "outcome": "stop",
          "netR": -1.089,
          "holdMinutes": 2
        },
        {
          "entryTs": 1636606920,
          "entryUtc": "2021-11-11T05:02:00.000Z",
          "exitTs": 1636619400,
          "dir": -1,
          "entryPrice": 1849.848,
          "exitPrice": 1858.699,
          "stopDistance": 8.851,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 208
        },
        {
          "entryTs": 1636697040,
          "entryUtc": "2021-11-12T06:04:00.000Z",
          "exitTs": 1636713240,
          "dir": -1,
          "entryPrice": 1859.798,
          "exitPrice": 1848.358,
          "stopDistance": 5.72,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 270
        },
        {
          "entryTs": 1636939980,
          "entryUtc": "2021-11-15T01:33:00.000Z",
          "exitTs": 1637053080,
          "dir": 1,
          "entryPrice": 1860.478,
          "exitPrice": 1873.374,
          "stopDistance": 6.448,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 1885
        },
        {
          "entryTs": 1637139480,
          "entryUtc": "2021-11-17T08:58:00.000Z",
          "exitTs": 1637154120,
          "dir": -1,
          "entryPrice": 1859.844,
          "exitPrice": 1865.583,
          "stopDistance": 5.739,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 244
        },
        {
          "entryTs": 1637231880,
          "entryUtc": "2021-11-18T10:38:00.000Z",
          "exitTs": 1637238600,
          "dir": -1,
          "entryPrice": 1859.498,
          "exitPrice": 1865.213,
          "stopDistance": 5.715,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 112
        },
        {
          "entryTs": 1637304780,
          "entryUtc": "2021-11-19T06:53:00.000Z",
          "exitTs": 1637330760,
          "dir": -1,
          "entryPrice": 1859.836,
          "exitPrice": 1864.772,
          "stopDistance": 4.936,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 433
        },
        {
          "entryTs": 1637535840,
          "entryUtc": "2021-11-21T23:04:00.000Z",
          "exitTs": 1637542860,
          "dir": -1,
          "entryPrice": 1839.848,
          "exitPrice": 1847.676,
          "stopDistance": 7.828,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 117
        },
        {
          "entryTs": 1637577660,
          "entryUtc": "2021-11-22T10:41:00.000Z",
          "exitTs": 1637590500,
          "dir": -1,
          "entryPrice": 1839.594,
          "exitPrice": 1826.293,
          "stopDistance": 6.65,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 214
        },
        {
          "entryTs": 1637657760,
          "entryUtc": "2021-11-23T08:56:00.000Z",
          "exitTs": 1637660580,
          "dir": 1,
          "entryPrice": 1800.624,
          "exitPrice": 1793.209,
          "stopDistance": 7.415,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 47
        },
        {
          "entryTs": 1637748360,
          "entryUtc": "2021-11-24T10:06:00.000Z",
          "exitTs": 1637895900,
          "dir": -1,
          "entryPrice": 1789.658,
          "exitPrice": 1795.972,
          "stopDistance": 6.315,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 2459
        },
        {
          "entryTs": 1637908800,
          "entryUtc": "2021-11-26T06:40:00.000Z",
          "exitTs": 1637912820,
          "dir": -1,
          "entryPrice": 1799.978,
          "exitPrice": 1804.536,
          "stopDistance": 4.558,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 67
        },
        {
          "entryTs": 1638140580,
          "entryUtc": "2021-11-28T23:03:00.000Z",
          "exitTs": 1638283500,
          "dir": -1,
          "entryPrice": 1789.315,
          "exitPrice": 1799.439,
          "stopDistance": 10.124,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 2382
        },
        {
          "entryTs": 1638335880,
          "entryUtc": "2021-12-01T05:18:00.000Z",
          "exitTs": 1638338220,
          "dir": -1,
          "entryPrice": 1779.618,
          "exitPrice": 1787.765,
          "stopDistance": 8.147,
          "outcome": "stop",
          "netR": -1.0516,
          "holdMinutes": 39
        },
        {
          "entryTs": 1638433740,
          "entryUtc": "2021-12-02T08:29:00.000Z",
          "exitTs": 1638456900,
          "dir": 1,
          "entryPrice": 1770.688,
          "exitPrice": 1764.295,
          "stopDistance": 6.393,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 386
        },
        {
          "entryTs": 1638518460,
          "entryUtc": "2021-12-03T08:01:00.000Z",
          "exitTs": 1638555900,
          "dir": 1,
          "entryPrice": 1770.138,
          "exitPrice": 1782.361,
          "stopDistance": 6.111,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 624
        },
        {
          "entryTs": 1638781860,
          "entryUtc": "2021-12-06T09:11:00.000Z",
          "exitTs": 1638884280,
          "dir": 1,
          "entryPrice": 1780.278,
          "exitPrice": 1774.183,
          "stopDistance": 6.095,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 1707
        },
        {
          "entryTs": 1638941880,
          "entryUtc": "2021-12-08T05:38:00.000Z",
          "exitTs": 1638964020,
          "dir": 1,
          "entryPrice": 1790.135,
          "exitPrice": 1785.144,
          "stopDistance": 4.991,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 369
        },
        {
          "entryTs": 1639050540,
          "entryUtc": "2021-12-09T11:49:00.000Z",
          "exitTs": 1639052820,
          "dir": 1,
          "entryPrice": 1780.055,
          "exitPrice": 1775.409,
          "stopDistance": 4.646,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 38
        },
        {
          "entryTs": 1639128120,
          "entryUtc": "2021-12-10T09:22:00.000Z",
          "exitTs": 1639143180,
          "dir": 1,
          "entryPrice": 1770.108,
          "exitPrice": 1779.672,
          "stopDistance": 4.782,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 251
        },
        {
          "entryTs": 1639399980,
          "entryUtc": "2021-12-13T12:53:00.000Z",
          "exitTs": 1639400640,
          "dir": 1,
          "entryPrice": 1790.618,
          "exitPrice": 1786.358,
          "stopDistance": 4.26,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 11
        },
        {
          "entryTs": 1639488600,
          "entryUtc": "2021-12-14T13:30:00.000Z",
          "exitTs": 1639490040,
          "dir": -1,
          "entryPrice": 1779.728,
          "exitPrice": 1771.794,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 24
        },
        {
          "entryTs": 1639545420,
          "entryUtc": "2021-12-15T05:17:00.000Z",
          "exitTs": 1639578840,
          "dir": 1,
          "entryPrice": 1770.058,
          "exitPrice": 1765.647,
          "stopDistance": 4.411,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 557
        },
        {
          "entryTs": 1639663860,
          "entryUtc": "2021-12-16T14:11:00.000Z",
          "exitTs": 1639706040,
          "dir": 1,
          "entryPrice": 1790.658,
          "exitPrice": 1802.284,
          "stopDistance": 5.813,
          "outcome": "target",
          "netR": 1.9363,
          "holdMinutes": 703
        },
        {
          "entryTs": 1639748700,
          "entryUtc": "2021-12-17T13:45:00.000Z",
          "exitTs": 1639771680,
          "dir": -1,
          "entryPrice": 1809.218,
          "exitPrice": 1799.285,
          "stopDistance": 4.966,
          "outcome": "target",
          "netR": 1.9255,
          "holdMinutes": 383
        },
        {
          "entryTs": 1639955820,
          "entryUtc": "2021-12-19T23:17:00.000Z",
          "exitTs": 1640006940,
          "dir": 1,
          "entryPrice": 1800.298,
          "exitPrice": 1794.46,
          "stopDistance": 5.838,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 852
        },
        {
          "entryTs": 1640067900,
          "entryUtc": "2021-12-21T06:25:00.000Z",
          "exitTs": 1640074380,
          "dir": -1,
          "entryPrice": 1789.848,
          "exitPrice": 1794.339,
          "stopDistance": 4.491,
          "outcome": "stop",
          "netR": -1.0935,
          "holdMinutes": 108
        },
        {
          "entryTs": 1640169000,
          "entryUtc": "2021-12-22T10:30:00.000Z",
          "exitTs": 1640181360,
          "dir": -1,
          "entryPrice": 1789.888,
          "exitPrice": 1793.766,
          "stopDistance": 3.878,
          "outcome": "stop",
          "netR": -1.1083,
          "holdMinutes": 206
        },
        {
          "entryTs": 1640270400,
          "entryUtc": "2021-12-23T14:40:00.000Z",
          "exitTs": 1640280240,
          "dir": 1,
          "entryPrice": 1800.148,
          "exitPrice": 1808.367,
          "stopDistance": 4.109,
          "outcome": "target",
          "netR": 1.91,
          "holdMinutes": 164
        },
        {
          "entryTs": 1640567580,
          "entryUtc": "2021-12-27T01:13:00.000Z",
          "exitTs": 1640673180,
          "dir": -1,
          "entryPrice": 1809.708,
          "exitPrice": 1813.749,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 1760
        },
        {
          "entryTs": 1640698920,
          "entryUtc": "2021-12-28T13:42:00.000Z",
          "exitTs": 1640700420,
          "dir": -1,
          "entryPrice": 1819.369,
          "exitPrice": 1812.368,
          "stopDistance": 3.501,
          "outcome": "target",
          "netR": 1.8943,
          "holdMinutes": 25
        },
        {
          "entryTs": 1640783700,
          "entryUtc": "2021-12-29T13:15:00.000Z",
          "exitTs": 1640790300,
          "dir": 1,
          "entryPrice": 1790.008,
          "exitPrice": 1798.877,
          "stopDistance": 4.435,
          "outcome": "target",
          "netR": 1.9166,
          "holdMinutes": 110
        },
        {
          "entryTs": 1640841660,
          "entryUtc": "2021-12-30T05:21:00.000Z",
          "exitTs": 1640868960,
          "dir": -1,
          "entryPrice": 1799.918,
          "exitPrice": 1804.192,
          "stopDistance": 4.274,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 455
        },
        {
          "entryTs": 1640934420,
          "entryUtc": "2021-12-31T07:07:00.000Z",
          "exitTs": 1640957220,
          "dir": -1,
          "entryPrice": 1819.948,
          "exitPrice": 1823.98,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 380
        },
        {
          "entryTs": 1641164580,
          "entryUtc": "2022-01-02T23:03:00.000Z",
          "exitTs": 1641177060,
          "dir": 1,
          "entryPrice": 1830.534,
          "exitPrice": 1825.925,
          "stopDistance": 4.609,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 208
        },
        {
          "entryTs": 1641214980,
          "entryUtc": "2022-01-03T13:03:00.000Z",
          "exitTs": 1641215460,
          "dir": 1,
          "entryPrice": 1820.308,
          "exitPrice": 1815.695,
          "stopDistance": 4.613,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 8
        },
        {
          "entryTs": 1641299040,
          "entryUtc": "2022-01-04T12:24:00.000Z",
          "exitTs": 1641303540,
          "dir": -1,
          "entryPrice": 1799.548,
          "exitPrice": 1804.63,
          "stopDistance": 5.082,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 75
        },
        {
          "entryTs": 1641375300,
          "entryUtc": "2022-01-05T09:35:00.000Z",
          "exitTs": 1641389640,
          "dir": -1,
          "entryPrice": 1819.568,
          "exitPrice": 1824.222,
          "stopDistance": 4.654,
          "outcome": "stop",
          "netR": -1.0903,
          "holdMinutes": 239
        },
        {
          "entryTs": 1641452160,
          "entryUtc": "2022-01-06T06:56:00.000Z",
          "exitTs": 1641459360,
          "dir": 1,
          "entryPrice": 1800.568,
          "exitPrice": 1794.975,
          "stopDistance": 5.593,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 120
        },
        {
          "entryTs": 1641535620,
          "entryUtc": "2022-01-07T06:07:00.000Z",
          "exitTs": 1641562560,
          "dir": 1,
          "entryPrice": 1790.188,
          "exitPrice": 1784.872,
          "stopDistance": 5.316,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 449
        },
        {
          "entryTs": 1641809880,
          "entryUtc": "2022-01-10T10:18:00.000Z",
          "exitTs": 1641863100,
          "dir": -1,
          "entryPrice": 1799.515,
          "exitPrice": 1804.686,
          "stopDistance": 5.171,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 887
        },
        {
          "entryTs": 1641890940,
          "entryUtc": "2022-01-11T08:49:00.000Z",
          "exitTs": 1641917760,
          "dir": -1,
          "entryPrice": 1809.598,
          "exitPrice": 1814.363,
          "stopDistance": 4.765,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 447
        },
        {
          "entryTs": 1641965580,
          "entryUtc": "2022-01-12T05:33:00.000Z",
          "exitTs": 1641994860,
          "dir": -1,
          "entryPrice": 1819.858,
          "exitPrice": 1824.344,
          "stopDistance": 4.486,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 488
        },
        {
          "entryTs": 1642064880,
          "entryUtc": "2022-01-13T09:08:00.000Z",
          "exitTs": 1642074060,
          "dir": -1,
          "entryPrice": 1819.488,
          "exitPrice": 1823.964,
          "stopDistance": 4.476,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 153
        },
        {
          "entryTs": 1642159740,
          "entryUtc": "2022-01-14T11:29:00.000Z",
          "exitTs": 1642180500,
          "dir": 1,
          "entryPrice": 1820.518,
          "exitPrice": 1816.166,
          "stopDistance": 4.352,
          "outcome": "stop",
          "netR": -1.0965,
          "holdMinutes": 346
        },
        {
          "entryTs": 1642394100,
          "entryUtc": "2022-01-17T04:35:00.000Z",
          "exitTs": 1642499340,
          "dir": -1,
          "entryPrice": 1819.908,
          "exitPrice": 1810.341,
          "stopDistance": 4.783,
          "outcome": "target",
          "netR": 1.9226,
          "holdMinutes": 1754
        },
        {
          "entryTs": 1642499700,
          "entryUtc": "2022-01-18T09:55:00.000Z",
          "exitTs": 1642508880,
          "dir": -1,
          "entryPrice": 1809.858,
          "exitPrice": 1814.244,
          "stopDistance": 4.386,
          "outcome": "stop",
          "netR": -1.0958,
          "holdMinutes": 153
        },
        {
          "entryTs": 1642598400,
          "entryUtc": "2022-01-19T13:20:00.000Z",
          "exitTs": 1642599000,
          "dir": -1,
          "entryPrice": 1819.899,
          "exitPrice": 1824.702,
          "stopDistance": 4.803,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 10
        },
        {
          "entryTs": 1642655100,
          "entryUtc": "2022-01-20T05:05:00.000Z",
          "exitTs": 1642685520,
          "dir": -1,
          "entryPrice": 1839.958,
          "exitPrice": 1845.098,
          "stopDistance": 5.14,
          "outcome": "stop",
          "netR": -1.0817,
          "holdMinutes": 507
        },
        {
          "entryTs": 1642743240,
          "entryUtc": "2022-01-21T05:34:00.000Z",
          "exitTs": 1642753020,
          "dir": 1,
          "entryPrice": 1840.488,
          "exitPrice": 1835.929,
          "stopDistance": 4.559,
          "outcome": "stop",
          "netR": -1.0921,
          "holdMinutes": 163
        },
        {
          "entryTs": 1643011980,
          "entryUtc": "2022-01-24T08:13:00.000Z",
          "exitTs": 1643032500,
          "dir": 1,
          "entryPrice": 1840.178,
          "exitPrice": 1835.145,
          "stopDistance": 5.033,
          "outcome": "stop",
          "netR": -1.0835,
          "holdMinutes": 342
        },
        {
          "entryTs": 1643099520,
          "entryUtc": "2022-01-25T08:32:00.000Z",
          "exitTs": 1643106660,
          "dir": 1,
          "entryPrice": 1840.318,
          "exitPrice": 1835.495,
          "stopDistance": 4.823,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 119
        },
        {
          "entryTs": 1643217540,
          "entryUtc": "2022-01-26T17:19:00.000Z",
          "exitTs": 1643226060,
          "dir": 1,
          "entryPrice": 1830.018,
          "exitPrice": 1823.848,
          "stopDistance": 6.17,
          "outcome": "stop",
          "netR": -1.0681,
          "holdMinutes": 142
        },
        {
          "entryTs": 1643266200,
          "entryUtc": "2022-01-27T06:50:00.000Z",
          "exitTs": 1643290380,
          "dir": 1,
          "entryPrice": 1810.138,
          "exitPrice": 1803.508,
          "stopDistance": 6.63,
          "outcome": "stop",
          "netR": -1.0633,
          "holdMinutes": 403
        },
        {
          "entryTs": 1643361480,
          "entryUtc": "2022-01-28T09:18:00.000Z",
          "exitTs": 1643368080,
          "dir": 1,
          "entryPrice": 1790.278,
          "exitPrice": 1784.785,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 110
        },
        {
          "entryTs": 1643583660,
          "entryUtc": "2022-01-30T23:01:00.000Z",
          "exitTs": 1643700720,
          "dir": 1,
          "entryPrice": 1790.178,
          "exitPrice": 1804,
          "stopDistance": 6.911,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 1951
        },
        {
          "entryTs": 1643727660,
          "entryUtc": "2022-02-01T15:01:00.000Z",
          "exitTs": 1643787600,
          "dir": 1,
          "entryPrice": 1800.558,
          "exitPrice": 1795.362,
          "stopDistance": 5.196,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 999
        },
        {
          "entryTs": 1643790600,
          "entryUtc": "2022-02-02T08:30:00.000Z",
          "exitTs": 1643803440,
          "dir": -1,
          "entryPrice": 1799.638,
          "exitPrice": 1803.87,
          "stopDistance": 4.232,
          "outcome": "stop",
          "netR": -1.0992,
          "holdMinutes": 214
        },
        {
          "entryTs": 1643893500,
          "entryUtc": "2022-02-03T13:05:00.000Z",
          "exitTs": 1643899440,
          "dir": 1,
          "entryPrice": 1801.728,
          "exitPrice": 1797.754,
          "stopDistance": 3.974,
          "outcome": "stop",
          "netR": -1.1057,
          "holdMinutes": 99
        },
        {
          "entryTs": 1643967180,
          "entryUtc": "2022-02-04T09:33:00.000Z",
          "exitTs": 1643970660,
          "dir": -1,
          "entryPrice": 1809.898,
          "exitPrice": 1814.24,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 58
        },
        {
          "entryTs": 1644188580,
          "entryUtc": "2022-02-06T23:03:00.000Z",
          "exitTs": 1644240000,
          "dir": -1,
          "entryPrice": 1809.588,
          "exitPrice": 1815.921,
          "stopDistance": 6.333,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 857
        },
        {
          "entryTs": 1644298620,
          "entryUtc": "2022-02-08T05:37:00.000Z",
          "exitTs": 1644305820,
          "dir": 1,
          "entryPrice": 1820.058,
          "exitPrice": 1816.026,
          "stopDistance": 4.032,
          "outcome": "stop",
          "netR": -1.1042,
          "holdMinutes": 120
        },
        {
          "entryTs": 1644411660,
          "entryUtc": "2022-02-09T13:01:00.000Z",
          "exitTs": 1644425040,
          "dir": -1,
          "entryPrice": 1829.632,
          "exitPrice": 1832.765,
          "stopDistance": 3.133,
          "outcome": "stop",
          "netR": -1.134,
          "holdMinutes": 223
        },
        {
          "entryTs": 1644499500,
          "entryUtc": "2022-02-10T13:25:00.000Z",
          "exitTs": 1644499800,
          "dir": 1,
          "entryPrice": 1830.108,
          "exitPrice": 1826.969,
          "stopDistance": 3.139,
          "outcome": "stop",
          "netR": -1.1338,
          "holdMinutes": 5
        },
        {
          "entryTs": 1644582780,
          "entryUtc": "2022-02-11T12:33:00.000Z",
          "exitTs": 1644587160,
          "dir": 1,
          "entryPrice": 1830.314,
          "exitPrice": 1825.451,
          "stopDistance": 4.863,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 73
        },
        {
          "entryTs": 1644793320,
          "entryUtc": "2022-02-13T23:02:00.000Z",
          "exitTs": 1644822300,
          "dir": 1,
          "entryPrice": 1860.198,
          "exitPrice": 1851.286,
          "stopDistance": 8.912,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 483
        },
        {
          "entryTs": 1644846000,
          "entryUtc": "2022-02-14T13:40:00.000Z",
          "exitTs": 1644850800,
          "dir": -1,
          "entryPrice": 1859.578,
          "exitPrice": 1866.804,
          "stopDistance": 7.226,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 80
        },
        {
          "entryTs": 1644912840,
          "entryUtc": "2022-02-15T08:14:00.000Z",
          "exitTs": 1644916920,
          "dir": -1,
          "entryPrice": 1868.758,
          "exitPrice": 1855.991,
          "stopDistance": 6.383,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 68
        },
        {
          "entryTs": 1645025760,
          "entryUtc": "2022-02-16T15:36:00.000Z",
          "exitTs": 1645070340,
          "dir": 1,
          "entryPrice": 1860.108,
          "exitPrice": 1872.908,
          "stopDistance": 6.4,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 743
        },
        {
          "entryTs": 1645086540,
          "entryUtc": "2022-02-17T08:29:00.000Z",
          "exitTs": 1645090140,
          "dir": -1,
          "entryPrice": 1886.748,
          "exitPrice": 1893.016,
          "stopDistance": 6.268,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 60
        },
        {
          "entryTs": 1645168080,
          "entryUtc": "2022-02-18T07:08:00.000Z",
          "exitTs": 1645398060,
          "dir": 1,
          "entryPrice": 1890.068,
          "exitPrice": 1903.076,
          "stopDistance": 6.504,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 3833
        },
        {
          "entryTs": 1645424880,
          "entryUtc": "2022-02-21T06:28:00.000Z",
          "exitTs": 1645484400,
          "dir": 1,
          "entryPrice": 1890.143,
          "exitPrice": 1905.951,
          "stopDistance": 7.904,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 992
        },
        {
          "entryTs": 1645509480,
          "entryUtc": "2022-02-22T05:58:00.000Z",
          "exitTs": 1645520340,
          "dir": -1,
          "entryPrice": 1909.938,
          "exitPrice": 1896.153,
          "stopDistance": 6.893,
          "outcome": "target",
          "netR": 1.9463,
          "holdMinutes": 181
        },
        {
          "entryTs": 1645623960,
          "entryUtc": "2022-02-23T13:46:00.000Z",
          "exitTs": 1645628340,
          "dir": -1,
          "entryPrice": 1899.938,
          "exitPrice": 1906.069,
          "stopDistance": 6.131,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 73
        },
        {
          "entryTs": 1645679580,
          "entryUtc": "2022-02-24T05:13:00.000Z",
          "exitTs": 1645695540,
          "dir": -1,
          "entryPrice": 1939.358,
          "exitPrice": 1948.207,
          "stopDistance": 8.849,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 266
        },
        {
          "entryTs": 1645772760,
          "entryUtc": "2022-02-25T07:06:00.000Z",
          "exitTs": 1645797060,
          "dir": -1,
          "entryPrice": 1919.638,
          "exitPrice": 1886.929,
          "stopDistance": 16.354,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 405
        },
        {
          "entryTs": 1646003400,
          "entryUtc": "2022-02-27T23:10:00.000Z",
          "exitTs": 1646004120,
          "dir": 1,
          "entryPrice": 1920.948,
          "exitPrice": 1908.574,
          "stopDistance": 12.374,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 12
        },
        {
          "entryTs": 1646026080,
          "entryUtc": "2022-02-28T05:28:00.000Z",
          "exitTs": 1646131740,
          "dir": -1,
          "entryPrice": 1909.978,
          "exitPrice": 1924.69,
          "stopDistance": 14.712,
          "outcome": "stop",
          "netR": -1.0285,
          "holdMinutes": 1761
        },
        {
          "entryTs": 1646203800,
          "entryUtc": "2022-03-02T06:50:00.000Z",
          "exitTs": 1646216760,
          "dir": -1,
          "entryPrice": 1939.908,
          "exitPrice": 1919.93,
          "stopDistance": 9.989,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 216
        },
        {
          "entryTs": 1646293320,
          "entryUtc": "2022-03-03T07:42:00.000Z",
          "exitTs": 1646338680,
          "dir": -1,
          "entryPrice": 1929.478,
          "exitPrice": 1938.904,
          "stopDistance": 9.426,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 756
        },
        {
          "entryTs": 1646370180,
          "entryUtc": "2022-03-04T05:03:00.000Z",
          "exitTs": 1646404140,
          "dir": -1,
          "entryPrice": 1939.964,
          "exitPrice": 1950.03,
          "stopDistance": 10.066,
          "outcome": "stop",
          "netR": -1.0417,
          "holdMinutes": 566
        },
        {
          "entryTs": 1646607660,
          "entryUtc": "2022-03-06T23:01:00.000Z",
          "exitTs": 1646607960,
          "dir": -1,
          "entryPrice": 1976.26,
          "exitPrice": 1986.68,
          "stopDistance": 10.42,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 5
        },
        {
          "entryTs": 1646636820,
          "entryUtc": "2022-03-07T07:07:00.000Z",
          "exitTs": 1646639580,
          "dir": -1,
          "entryPrice": 1979.968,
          "exitPrice": 1991.704,
          "stopDistance": 11.736,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 46
        },
        {
          "entryTs": 1646716860,
          "entryUtc": "2022-03-08T05:21:00.000Z",
          "exitTs": 1646722620,
          "dir": 1,
          "entryPrice": 1989.968,
          "exitPrice": 2015.879,
          "stopDistance": 12.955,
          "outcome": "target",
          "netR": 1.9714,
          "holdMinutes": 96
        },
        {
          "entryTs": 1646806020,
          "entryUtc": "2022-03-09T06:07:00.000Z",
          "exitTs": 1646820480,
          "dir": -1,
          "entryPrice": 2049.488,
          "exitPrice": 2007.048,
          "stopDistance": 21.22,
          "outcome": "target",
          "netR": 1.9826,
          "holdMinutes": 241
        },
        {
          "entryTs": 1646890560,
          "entryUtc": "2022-03-10T05:36:00.000Z",
          "exitTs": 1647001920,
          "dir": 1,
          "entryPrice": 1980.118,
          "exitPrice": 1963.276,
          "stopDistance": 16.842,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 1856
        },
        {
          "entryTs": 1647208920,
          "entryUtc": "2022-03-13T22:02:00.000Z",
          "exitTs": 1647257040,
          "dir": -1,
          "entryPrice": 1984.768,
          "exitPrice": 1956.732,
          "stopDistance": 14.018,
          "outcome": "target",
          "netR": 1.9736,
          "holdMinutes": 802
        },
        {
          "entryTs": 1647317340,
          "entryUtc": "2022-03-15T04:09:00.000Z",
          "exitTs": 1647321600,
          "dir": 1,
          "entryPrice": 1940.178,
          "exitPrice": 1929.962,
          "stopDistance": 10.216,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 71
        },
        {
          "entryTs": 1647410220,
          "entryUtc": "2022-03-16T05:57:00.000Z",
          "exitTs": 1647454620,
          "dir": -1,
          "entryPrice": 1919.828,
          "exitPrice": 1900.235,
          "stopDistance": 9.796,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 740
        },
        {
          "entryTs": 1647501840,
          "entryUtc": "2022-03-17T07:24:00.000Z",
          "exitTs": 1647630120,
          "dir": 1,
          "entryPrice": 1930.788,
          "exitPrice": 1921.131,
          "stopDistance": 9.657,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 2138
        },
        {
          "entryTs": 1647814380,
          "entryUtc": "2022-03-20T22:13:00.000Z",
          "exitTs": 1647889020,
          "dir": 1,
          "entryPrice": 1920.858,
          "exitPrice": 1939.42,
          "stopDistance": 9.281,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 1244
        },
        {
          "entryTs": 1647945180,
          "entryUtc": "2022-03-22T10:33:00.000Z",
          "exitTs": 1647957900,
          "dir": -1,
          "entryPrice": 1929.698,
          "exitPrice": 1914.891,
          "stopDistance": 7.403,
          "outcome": "target",
          "netR": 1.95,
          "holdMinutes": 212
        },
        {
          "entryTs": 1648020960,
          "entryUtc": "2022-03-23T07:36:00.000Z",
          "exitTs": 1648025940,
          "dir": -1,
          "entryPrice": 1919.724,
          "exitPrice": 1926.185,
          "stopDistance": 6.461,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 83
        },
        {
          "entryTs": 1648095660,
          "entryUtc": "2022-03-24T04:21:00.000Z",
          "exitTs": 1648122480,
          "dir": 1,
          "entryPrice": 1940.278,
          "exitPrice": 1954.714,
          "stopDistance": 7.218,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 447
        },
        {
          "entryTs": 1648183140,
          "entryUtc": "2022-03-25T04:39:00.000Z",
          "exitTs": 1648204920,
          "dir": 1,
          "entryPrice": 1960.358,
          "exitPrice": 1952.48,
          "stopDistance": 7.878,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 363
        },
        {
          "entryTs": 1648431720,
          "entryUtc": "2022-03-28T01:42:00.000Z",
          "exitTs": 1648446840,
          "dir": -1,
          "entryPrice": 1949.858,
          "exitPrice": 1934.375,
          "stopDistance": 7.742,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 252
        },
        {
          "entryTs": 1648539000,
          "entryUtc": "2022-03-29T07:30:00.000Z",
          "exitTs": 1648543200,
          "dir": 1,
          "entryPrice": 1920.078,
          "exitPrice": 1912.113,
          "stopDistance": 7.965,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 70
        },
        {
          "entryTs": 1648631280,
          "entryUtc": "2022-03-30T09:08:00.000Z",
          "exitTs": 1648650840,
          "dir": 1,
          "entryPrice": 1920.568,
          "exitPrice": 1936.522,
          "stopDistance": 7.977,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 326
        },
        {
          "entryTs": 1648704660,
          "entryUtc": "2022-03-31T05:31:00.000Z",
          "exitTs": 1648709220,
          "dir": -1,
          "entryPrice": 1919.478,
          "exitPrice": 1926.774,
          "stopDistance": 7.296,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 76
        },
        {
          "entryTs": 1648797240,
          "entryUtc": "2022-04-01T07:14:00.000Z",
          "exitTs": 1648818120,
          "dir": 1,
          "entryPrice": 1929.91,
          "exitPrice": 1922.608,
          "stopDistance": 7.302,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 348
        },
        {
          "entryTs": 1649038740,
          "entryUtc": "2022-04-04T02:19:00.000Z",
          "exitTs": 1649075520,
          "dir": 1,
          "entryPrice": 1920.118,
          "exitPrice": 1935.17,
          "stopDistance": 7.526,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 613
        },
        {
          "entryTs": 1649138160,
          "entryUtc": "2022-04-05T05:56:00.000Z",
          "exitTs": 1649163960,
          "dir": -1,
          "entryPrice": 1929.753,
          "exitPrice": 1935.762,
          "stopDistance": 6.009,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 430
        },
        {
          "entryTs": 1649224980,
          "entryUtc": "2022-04-06T06:03:00.000Z",
          "exitTs": 1649342160,
          "dir": 1,
          "entryPrice": 1920.388,
          "exitPrice": 1935.649,
          "stopDistance": 7.631,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 1953
        },
        {
          "entryTs": 1649391180,
          "entryUtc": "2022-04-08T04:13:00.000Z",
          "exitTs": 1649426460,
          "dir": 1,
          "entryPrice": 1930.022,
          "exitPrice": 1942.313,
          "stopDistance": 6.146,
          "outcome": "target",
          "netR": 1.9398,
          "holdMinutes": 588
        },
        {
          "entryTs": 1649655060,
          "entryUtc": "2022-04-11T05:31:00.000Z",
          "exitTs": 1649665260,
          "dir": 1,
          "entryPrice": 1942.038,
          "exitPrice": 1954.835,
          "stopDistance": 6.398,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 170
        },
        {
          "entryTs": 1649754420,
          "entryUtc": "2022-04-12T09:07:00.000Z",
          "exitTs": 1649766780,
          "dir": 1,
          "entryPrice": 1950.288,
          "exitPrice": 1964.74,
          "stopDistance": 7.226,
          "outcome": "target",
          "netR": 1.9488,
          "holdMinutes": 206
        },
        {
          "entryTs": 1649823600,
          "entryUtc": "2022-04-13T04:20:00.000Z",
          "exitTs": 1649843040,
          "dir": -1,
          "entryPrice": 1969.708,
          "exitPrice": 1977.816,
          "stopDistance": 8.108,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 324
        },
        {
          "entryTs": 1649927280,
          "entryUtc": "2022-04-14T09:08:00.000Z",
          "exitTs": 1649936220,
          "dir": -1,
          "entryPrice": 1969.968,
          "exitPrice": 1976.738,
          "stopDistance": 6.77,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 149
        },
        {
          "entryTs": 1650238080,
          "entryUtc": "2022-04-17T23:28:00.000Z",
          "exitTs": 1650263280,
          "dir": -1,
          "entryPrice": 1979.687,
          "exitPrice": 1988.779,
          "stopDistance": 9.092,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 420
        },
        {
          "entryTs": 1650264240,
          "entryUtc": "2022-04-18T06:44:00.000Z",
          "exitTs": 1650285600,
          "dir": -1,
          "entryPrice": 1989.928,
          "exitPrice": 1997.986,
          "stopDistance": 8.058,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 356
        },
        {
          "entryTs": 1650353640,
          "entryUtc": "2022-04-19T07:34:00.000Z",
          "exitTs": 1650372420,
          "dir": -1,
          "entryPrice": 1979.578,
          "exitPrice": 1966.607,
          "stopDistance": 6.486,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 313
        },
        {
          "entryTs": 1650435000,
          "entryUtc": "2022-04-20T06:10:00.000Z",
          "exitTs": 1650483300,
          "dir": 1,
          "entryPrice": 1940.048,
          "exitPrice": 1955.575,
          "stopDistance": 7.764,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 805
        },
        {
          "entryTs": 1650517980,
          "entryUtc": "2022-04-21T05:13:00.000Z",
          "exitTs": 1650529860,
          "dir": 1,
          "entryPrice": 1950.162,
          "exitPrice": 1944.028,
          "stopDistance": 6.134,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 198
        },
        {
          "entryTs": 1650600840,
          "entryUtc": "2022-04-22T04:14:00.000Z",
          "exitTs": 1650618000,
          "dir": 1,
          "entryPrice": 1950.508,
          "exitPrice": 1943.337,
          "stopDistance": 7.171,
          "outcome": "stop",
          "netR": -1.0586,
          "holdMinutes": 286
        },
        {
          "entryTs": 1650837660,
          "entryUtc": "2022-04-24T22:01:00.000Z",
          "exitTs": 1650861540,
          "dir": 1,
          "entryPrice": 1930.698,
          "exitPrice": 1921.342,
          "stopDistance": 9.356,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 398
        },
        {
          "entryTs": 1650870720,
          "entryUtc": "2022-04-25T07:12:00.000Z",
          "exitTs": 1650889140,
          "dir": -1,
          "entryPrice": 1919.618,
          "exitPrice": 1902.131,
          "stopDistance": 8.743,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 307
        },
        {
          "entryTs": 1650957600,
          "entryUtc": "2022-04-26T07:20:00.000Z",
          "exitTs": 1651047120,
          "dir": 1,
          "entryPrice": 1900.448,
          "exitPrice": 1892.427,
          "stopDistance": 8.021,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 1492
        },
        {
          "entryTs": 1651128780,
          "entryUtc": "2022-04-28T06:53:00.000Z",
          "exitTs": 1651135380,
          "dir": -1,
          "entryPrice": 1879.788,
          "exitPrice": 1886.996,
          "stopDistance": 7.208,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 110
        },
        {
          "entryTs": 1651213200,
          "entryUtc": "2022-04-29T06:20:00.000Z",
          "exitTs": 1651218780,
          "dir": -1,
          "entryPrice": 1909.848,
          "exitPrice": 1917.205,
          "stopDistance": 7.357,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 93
        },
        {
          "entryTs": 1651452480,
          "entryUtc": "2022-05-02T00:48:00.000Z",
          "exitTs": 1651468380,
          "dir": 1,
          "entryPrice": 1891.258,
          "exitPrice": 1882.744,
          "stopDistance": 8.514,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 265
        },
        {
          "entryTs": 1651481040,
          "entryUtc": "2022-05-02T08:44:00.000Z",
          "exitTs": 1651495860,
          "dir": -1,
          "entryPrice": 1879.708,
          "exitPrice": 1863.746,
          "stopDistance": 7.981,
          "outcome": "target",
          "netR": 1.9536,
          "holdMinutes": 247
        },
        {
          "entryTs": 1651553400,
          "entryUtc": "2022-05-03T04:50:00.000Z",
          "exitTs": 1651567380,
          "dir": 1,
          "entryPrice": 1860.023,
          "exitPrice": 1851.973,
          "stopDistance": 8.05,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 233
        },
        {
          "entryTs": 1651651980,
          "entryUtc": "2022-05-04T08:13:00.000Z",
          "exitTs": 1651667100,
          "dir": 1,
          "entryPrice": 1870.823,
          "exitPrice": 1863.799,
          "stopDistance": 7.024,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 252
        },
        {
          "entryTs": 1651724280,
          "entryUtc": "2022-05-05T04:18:00.000Z",
          "exitTs": 1651738200,
          "dir": 1,
          "entryPrice": 1900.038,
          "exitPrice": 1891.174,
          "stopDistance": 8.864,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 232
        },
        {
          "entryTs": 1651826220,
          "entryUtc": "2022-05-06T08:37:00.000Z",
          "exitTs": 1651840200,
          "dir": -1,
          "entryPrice": 1879.958,
          "exitPrice": 1887.743,
          "stopDistance": 7.785,
          "outcome": "stop",
          "netR": -1.054,
          "holdMinutes": 233
        },
        {
          "entryTs": 1652051580,
          "entryUtc": "2022-05-08T23:13:00.000Z",
          "exitTs": 1652072400,
          "dir": 1,
          "entryPrice": 1880.285,
          "exitPrice": 1871.764,
          "stopDistance": 8.521,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 347
        },
        {
          "entryTs": 1652079240,
          "entryUtc": "2022-05-09T06:54:00.000Z",
          "exitTs": 1652118660,
          "dir": -1,
          "entryPrice": 1869.658,
          "exitPrice": 1855.05,
          "stopDistance": 7.304,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 657
        },
        {
          "entryTs": 1652164980,
          "entryUtc": "2022-05-10T06:43:00.000Z",
          "exitTs": 1652193960,
          "dir": 1,
          "entryPrice": 1860.733,
          "exitPrice": 1853.401,
          "stopDistance": 7.332,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 483
        },
        {
          "entryTs": 1652249760,
          "entryUtc": "2022-05-11T06:16:00.000Z",
          "exitTs": 1652253000,
          "dir": -1,
          "entryPrice": 1839.148,
          "exitPrice": 1846.686,
          "stopDistance": 7.538,
          "outcome": "stop",
          "netR": -1.0557,
          "holdMinutes": 54
        },
        {
          "entryTs": 1652334480,
          "entryUtc": "2022-05-12T05:48:00.000Z",
          "exitTs": 1652370900,
          "dir": -1,
          "entryPrice": 1849.618,
          "exitPrice": 1833.634,
          "stopDistance": 7.992,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 607
        },
        {
          "entryTs": 1652437020,
          "entryUtc": "2022-05-13T10:17:00.000Z",
          "exitTs": 1652447340,
          "dir": -1,
          "entryPrice": 1818.098,
          "exitPrice": 1802.361,
          "stopDistance": 7.868,
          "outcome": "target",
          "netR": 1.953,
          "holdMinutes": 172
        },
        {
          "entryTs": 1652652120,
          "entryUtc": "2022-05-15T22:02:00.000Z",
          "exitTs": 1652686680,
          "dir": 1,
          "entryPrice": 1811.461,
          "exitPrice": 1802.739,
          "stopDistance": 8.722,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 576
        },
        {
          "entryTs": 1652767740,
          "entryUtc": "2022-05-17T06:09:00.000Z",
          "exitTs": 1652812620,
          "dir": -1,
          "entryPrice": 1829.838,
          "exitPrice": 1813.784,
          "stopDistance": 8.027,
          "outcome": "target",
          "netR": 1.9539,
          "holdMinutes": 748
        },
        {
          "entryTs": 1652851380,
          "entryUtc": "2022-05-18T05:23:00.000Z",
          "exitTs": 1652888640,
          "dir": 1,
          "entryPrice": 1810.038,
          "exitPrice": 1823.919,
          "stopDistance": 6.941,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 621
        },
        {
          "entryTs": 1652954400,
          "entryUtc": "2022-05-19T10:00:00.000Z",
          "exitTs": 1652963700,
          "dir": -1,
          "entryPrice": 1829.454,
          "exitPrice": 1836.741,
          "stopDistance": 7.287,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 155
        },
        {
          "entryTs": 1653051720,
          "entryUtc": "2022-05-20T13:02:00.000Z",
          "exitTs": 1653055200,
          "dir": 1,
          "entryPrice": 1841.684,
          "exitPrice": 1834.886,
          "stopDistance": 6.798,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 58
        },
        {
          "entryTs": 1653256860,
          "entryUtc": "2022-05-22T22:01:00.000Z",
          "exitTs": 1653279000,
          "dir": -1,
          "entryPrice": 1848.398,
          "exitPrice": 1855.173,
          "stopDistance": 6.775,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 369
        },
        {
          "entryTs": 1653294540,
          "entryUtc": "2022-05-23T08:29:00.000Z",
          "exitTs": 1653311220,
          "dir": 1,
          "entryPrice": 1860.217,
          "exitPrice": 1853.066,
          "stopDistance": 7.151,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 278
        },
        {
          "entryTs": 1653379260,
          "entryUtc": "2022-05-24T08:01:00.000Z",
          "exitTs": 1653400020,
          "dir": -1,
          "entryPrice": 1859.913,
          "exitPrice": 1866.172,
          "stopDistance": 6.259,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 346
        },
        {
          "entryTs": 1653457140,
          "entryUtc": "2022-05-25T05:39:00.000Z",
          "exitTs": 1653473520,
          "dir": 1,
          "entryPrice": 1860.008,
          "exitPrice": 1854.479,
          "stopDistance": 5.529,
          "outcome": "stop",
          "netR": -1.076,
          "holdMinutes": 273
        },
        {
          "entryTs": 1653538620,
          "entryUtc": "2022-05-26T04:17:00.000Z",
          "exitTs": 1653540720,
          "dir": 1,
          "entryPrice": 1850.023,
          "exitPrice": 1844.203,
          "stopDistance": 5.82,
          "outcome": "stop",
          "netR": -1.0722,
          "holdMinutes": 35
        },
        {
          "entryTs": 1653640500,
          "entryUtc": "2022-05-27T08:35:00.000Z",
          "exitTs": 1653865680,
          "dir": -1,
          "entryPrice": 1859.634,
          "exitPrice": 1848.154,
          "stopDistance": 5.74,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 3753
        },
        {
          "entryTs": 1653871800,
          "entryUtc": "2022-05-30T00:50:00.000Z",
          "exitTs": 1653883440,
          "dir": 1,
          "entryPrice": 1850.048,
          "exitPrice": 1860.989,
          "stopDistance": 5.47,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 194
        },
        {
          "entryTs": 1653884760,
          "entryUtc": "2022-05-30T04:26:00.000Z",
          "exitTs": 1653956940,
          "dir": -1,
          "entryPrice": 1859.833,
          "exitPrice": 1848.258,
          "stopDistance": 5.787,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 1203
        },
        {
          "entryTs": 1653990600,
          "entryUtc": "2022-05-31T09:50:00.000Z",
          "exitTs": 1654003980,
          "dir": -1,
          "entryPrice": 1849.928,
          "exitPrice": 1855.121,
          "stopDistance": 5.193,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 223
        },
        {
          "entryTs": 1654061040,
          "entryUtc": "2022-06-01T05:24:00.000Z",
          "exitTs": 1654087380,
          "dir": 1,
          "entryPrice": 1830.008,
          "exitPrice": 1841.688,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 439
        },
        {
          "entryTs": 1654151160,
          "entryUtc": "2022-06-02T06:26:00.000Z",
          "exitTs": 1654176300,
          "dir": 1,
          "entryPrice": 1850.118,
          "exitPrice": 1861.322,
          "stopDistance": 5.602,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 419
        },
        {
          "entryTs": 1654259460,
          "entryUtc": "2022-06-03T12:31:00.000Z",
          "exitTs": 1654259880,
          "dir": 1,
          "entryPrice": 1863.856,
          "exitPrice": 1859.164,
          "stopDistance": 4.692,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 7
        },
        {
          "entryTs": 1654466520,
          "entryUtc": "2022-06-05T22:02:00.000Z",
          "exitTs": 1654485360,
          "dir": -1,
          "entryPrice": 1849.733,
          "exitPrice": 1855.667,
          "stopDistance": 5.934,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 314
        },
        {
          "entryTs": 1654523100,
          "entryUtc": "2022-06-06T13:45:00.000Z",
          "exitTs": 1654528260,
          "dir": 1,
          "entryPrice": 1849.988,
          "exitPrice": 1844.83,
          "stopDistance": 5.158,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 86
        },
        {
          "entryTs": 1654581300,
          "entryUtc": "2022-06-07T05:55:00.000Z",
          "exitTs": 1654585980,
          "dir": -1,
          "entryPrice": 1839.748,
          "exitPrice": 1844.628,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 78
        },
        {
          "entryTs": 1654668240,
          "entryUtc": "2022-06-08T06:04:00.000Z",
          "exitTs": 1654694100,
          "dir": -1,
          "entryPrice": 1849.933,
          "exitPrice": 1855.045,
          "stopDistance": 5.112,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 431
        },
        {
          "entryTs": 1654756200,
          "entryUtc": "2022-06-09T06:30:00.000Z",
          "exitTs": 1654775340,
          "dir": 1,
          "entryPrice": 1849.993,
          "exitPrice": 1845.171,
          "stopDistance": 4.822,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 319
        },
        {
          "entryTs": 1654860060,
          "entryUtc": "2022-06-10T11:21:00.000Z",
          "exitTs": 1654861380,
          "dir": 1,
          "entryPrice": 1840.028,
          "exitPrice": 1835.686,
          "stopDistance": 4.342,
          "outcome": "stop",
          "netR": -1.0967,
          "holdMinutes": 22
        },
        {
          "entryTs": 1655082960,
          "entryUtc": "2022-06-13T01:16:00.000Z",
          "exitTs": 1655122740,
          "dir": -1,
          "entryPrice": 1869.768,
          "exitPrice": 1850.425,
          "stopDistance": 9.672,
          "outcome": "target",
          "netR": 1.9617,
          "holdMinutes": 663
        },
        {
          "entryTs": 1655190180,
          "entryUtc": "2022-06-14T07:03:00.000Z",
          "exitTs": 1655215920,
          "dir": -1,
          "entryPrice": 1829.667,
          "exitPrice": 1813.119,
          "stopDistance": 8.274,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 429
        },
        {
          "entryTs": 1655274480,
          "entryUtc": "2022-06-15T06:28:00.000Z",
          "exitTs": 1655290260,
          "dir": -1,
          "entryPrice": 1819.738,
          "exitPrice": 1826.872,
          "stopDistance": 7.134,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 263
        },
        {
          "entryTs": 1655353500,
          "entryUtc": "2022-06-16T04:25:00.000Z",
          "exitTs": 1655392500,
          "dir": -1,
          "entryPrice": 1830.013,
          "exitPrice": 1838.872,
          "stopDistance": 8.859,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 650
        },
        {
          "entryTs": 1655453220,
          "entryUtc": "2022-06-17T08:07:00.000Z",
          "exitTs": 1655492760,
          "dir": -1,
          "entryPrice": 1849.928,
          "exitPrice": 1833.806,
          "stopDistance": 8.061,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 659
        },
        {
          "entryTs": 1655678700,
          "entryUtc": "2022-06-19T22:45:00.000Z",
          "exitTs": 1655809620,
          "dir": 1,
          "entryPrice": 1840.013,
          "exitPrice": 1832.06,
          "stopDistance": 7.953,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 2182
        },
        {
          "entryTs": 1655883660,
          "entryUtc": "2022-06-22T07:41:00.000Z",
          "exitTs": 1655896140,
          "dir": -1,
          "entryPrice": 1829.883,
          "exitPrice": 1835.502,
          "stopDistance": 5.619,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 208
        },
        {
          "entryTs": 1655978520,
          "entryUtc": "2022-06-23T10:02:00.000Z",
          "exitTs": 1655989680,
          "dir": -1,
          "entryPrice": 1829.985,
          "exitPrice": 1835.99,
          "stopDistance": 6.005,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 186
        },
        {
          "entryTs": 1656057180,
          "entryUtc": "2022-06-24T07:53:00.000Z",
          "exitTs": 1656075720,
          "dir": -1,
          "entryPrice": 1829.903,
          "exitPrice": 1818.064,
          "stopDistance": 5.919,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 309
        },
        {
          "entryTs": 1656287640,
          "entryUtc": "2022-06-26T23:54:00.000Z",
          "exitTs": 1656342060,
          "dir": 1,
          "entryPrice": 1830.113,
          "exitPrice": 1822.364,
          "stopDistance": 7.749,
          "outcome": "stop",
          "netR": -1.0542,
          "holdMinutes": 907
        },
        {
          "entryTs": 1656424140,
          "entryUtc": "2022-06-28T13:49:00.000Z",
          "exitTs": 1656426060,
          "dir": -1,
          "entryPrice": 1819.458,
          "exitPrice": 1824.772,
          "stopDistance": 5.314,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 32
        },
        {
          "entryTs": 1656483780,
          "entryUtc": "2022-06-29T06:23:00.000Z",
          "exitTs": 1656499260,
          "dir": -1,
          "entryPrice": 1819.893,
          "exitPrice": 1824.169,
          "stopDistance": 4.276,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 258
        },
        {
          "entryTs": 1656586200,
          "entryUtc": "2022-06-30T10:50:00.000Z",
          "exitTs": 1656589140,
          "dir": 1,
          "entryPrice": 1810.149,
          "exitPrice": 1804.773,
          "stopDistance": 5.376,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 49
        },
        {
          "entryTs": 1656653760,
          "entryUtc": "2022-07-01T05:36:00.000Z",
          "exitTs": 1656659460,
          "dir": 1,
          "entryPrice": 1800.064,
          "exitPrice": 1793.364,
          "stopDistance": 6.7,
          "outcome": "stop",
          "netR": -1.0627,
          "holdMinutes": 95
        },
        {
          "entryTs": 1656886560,
          "entryUtc": "2022-07-03T22:16:00.000Z",
          "exitTs": 1657011120,
          "dir": 1,
          "entryPrice": 1810.014,
          "exitPrice": 1801.088,
          "stopDistance": 8.926,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 2076
        },
        {
          "entryTs": 1657091880,
          "entryUtc": "2022-07-06T07:18:00.000Z",
          "exitTs": 1657116120,
          "dir": -1,
          "entryPrice": 1768.953,
          "exitPrice": 1754.868,
          "stopDistance": 7.042,
          "outcome": "target",
          "netR": 1.9475,
          "holdMinutes": 404
        },
        {
          "entryTs": 1657184220,
          "entryUtc": "2022-07-07T08:57:00.000Z",
          "exitTs": 1657266360,
          "dir": 1,
          "entryPrice": 1740.838,
          "exitPrice": 1733.434,
          "stopDistance": 7.404,
          "outcome": "stop",
          "netR": -1.0567,
          "holdMinutes": 1369
        },
        {
          "entryTs": 1657498860,
          "entryUtc": "2022-07-11T00:21:00.000Z",
          "exitTs": 1657560540,
          "dir": 1,
          "entryPrice": 1740.138,
          "exitPrice": 1733.066,
          "stopDistance": 7.072,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 1028
        },
        {
          "entryTs": 1657599900,
          "entryUtc": "2022-07-12T04:25:00.000Z",
          "exitTs": 1657673580,
          "dir": 1,
          "entryPrice": 1730.268,
          "exitPrice": 1723.336,
          "stopDistance": 6.932,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 1228
        },
        {
          "entryTs": 1657703580,
          "entryUtc": "2022-07-13T09:13:00.000Z",
          "exitTs": 1657715580,
          "dir": -1,
          "entryPrice": 1729.828,
          "exitPrice": 1718.429,
          "stopDistance": 5.699,
          "outcome": "target",
          "netR": 1.9351,
          "holdMinutes": 200
        },
        {
          "entryTs": 1657772100,
          "entryUtc": "2022-07-14T04:15:00.000Z",
          "exitTs": 1657781820,
          "dir": 1,
          "entryPrice": 1730.044,
          "exitPrice": 1721.689,
          "stopDistance": 8.355,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 162
        },
        {
          "entryTs": 1657861980,
          "entryUtc": "2022-07-15T05:13:00.000Z",
          "exitTs": 1658114700,
          "dir": -1,
          "entryPrice": 1709.908,
          "exitPrice": 1717.42,
          "stopDistance": 7.513,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 4212
        },
        {
          "entryTs": 1658129160,
          "entryUtc": "2022-07-18T07:26:00.000Z",
          "exitTs": 1658189760,
          "dir": -1,
          "entryPrice": 1718.823,
          "exitPrice": 1705.929,
          "stopDistance": 6.447,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 1010
        },
        {
          "entryTs": 1658207640,
          "entryUtc": "2022-07-19T05:14:00.000Z",
          "exitTs": 1658225280,
          "dir": -1,
          "entryPrice": 1709.778,
          "exitPrice": 1715.218,
          "stopDistance": 5.441,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 294
        },
        {
          "entryTs": 1658294280,
          "entryUtc": "2022-07-20T05:18:00.000Z",
          "exitTs": 1658335440,
          "dir": 1,
          "entryPrice": 1710.184,
          "exitPrice": 1705.654,
          "stopDistance": 4.53,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 686
        },
        {
          "entryTs": 1658384760,
          "entryUtc": "2022-07-21T06:26:00.000Z",
          "exitTs": 1658393940,
          "dir": 1,
          "entryPrice": 1690.162,
          "exitPrice": 1684.989,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 153
        },
        {
          "entryTs": 1658474820,
          "entryUtc": "2022-07-22T07:27:00.000Z",
          "exitTs": 1658489400,
          "dir": -1,
          "entryPrice": 1719.674,
          "exitPrice": 1725.913,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 243
        },
        {
          "entryTs": 1658710860,
          "entryUtc": "2022-07-25T01:01:00.000Z",
          "exitTs": 1658743020,
          "dir": 1,
          "entryPrice": 1720.488,
          "exitPrice": 1735.06,
          "stopDistance": 7.286,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 536
        },
        {
          "entryTs": 1658744940,
          "entryUtc": "2022-07-25T10:29:00.000Z",
          "exitTs": 1658754660,
          "dir": 1,
          "entryPrice": 1730.074,
          "exitPrice": 1723.201,
          "stopDistance": 6.873,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 162
        },
        {
          "entryTs": 1658827620,
          "entryUtc": "2022-07-26T09:27:00.000Z",
          "exitTs": 1658838120,
          "dir": 1,
          "entryPrice": 1720.284,
          "exitPrice": 1714.575,
          "stopDistance": 5.709,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 175
        },
        {
          "entryTs": 1658902380,
          "entryUtc": "2022-07-27T06:13:00.000Z",
          "exitTs": 1658910060,
          "dir": -1,
          "entryPrice": 1719.824,
          "exitPrice": 1724.925,
          "stopDistance": 5.101,
          "outcome": "stop",
          "netR": -1.0823,
          "holdMinutes": 128
        },
        {
          "entryTs": 1658989380,
          "entryUtc": "2022-07-28T06:23:00.000Z",
          "exitTs": 1659014880,
          "dir": 1,
          "entryPrice": 1740.038,
          "exitPrice": 1752.907,
          "stopDistance": 6.435,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 425
        },
        {
          "entryTs": 1659086400,
          "entryUtc": "2022-07-29T09:20:00.000Z",
          "exitTs": 1659102840,
          "dir": 1,
          "entryPrice": 1760.024,
          "exitPrice": 1753.474,
          "stopDistance": 6.55,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 274
        },
        {
          "entryTs": 1659329100,
          "entryUtc": "2022-08-01T04:45:00.000Z",
          "exitTs": 1659338100,
          "dir": -1,
          "entryPrice": 1759.888,
          "exitPrice": 1766.442,
          "stopDistance": 6.554,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 150
        },
        {
          "entryTs": 1659425880,
          "entryUtc": "2022-08-02T07:38:00.000Z",
          "exitTs": 1659434400,
          "dir": -1,
          "entryPrice": 1769.242,
          "exitPrice": 1775.519,
          "stopDistance": 6.277,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 142
        },
        {
          "entryTs": 1659505080,
          "entryUtc": "2022-08-03T05:38:00.000Z",
          "exitTs": 1659603360,
          "dir": -1,
          "entryPrice": 1768.728,
          "exitPrice": 1776.538,
          "stopDistance": 7.81,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 1638
        },
        {
          "entryTs": 1659676500,
          "entryUtc": "2022-08-05T05:15:00.000Z",
          "exitTs": 1659696360,
          "dir": 1,
          "entryPrice": 1790.068,
          "exitPrice": 1784.37,
          "stopDistance": 5.698,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 331
        },
        {
          "entryTs": 1659956700,
          "entryUtc": "2022-08-08T11:05:00.000Z",
          "exitTs": 1660033200,
          "dir": 1,
          "entryPrice": 1780.614,
          "exitPrice": 1792.431,
          "stopDistance": 5.908,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 1275
        },
        {
          "entryTs": 1660106520,
          "entryUtc": "2022-08-10T04:42:00.000Z",
          "exitTs": 1660134600,
          "dir": 1,
          "entryPrice": 1789.988,
          "exitPrice": 1799.69,
          "stopDistance": 4.851,
          "outcome": "target",
          "netR": 1.9237,
          "holdMinutes": 468
        },
        {
          "entryTs": 1660208460,
          "entryUtc": "2022-08-11T09:01:00.000Z",
          "exitTs": 1660219260,
          "dir": -1,
          "entryPrice": 1789.868,
          "exitPrice": 1795.526,
          "stopDistance": 5.658,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 180
        },
        {
          "entryTs": 1660281300,
          "entryUtc": "2022-08-12T05:15:00.000Z",
          "exitTs": 1660304640,
          "dir": 1,
          "entryPrice": 1790.235,
          "exitPrice": 1784.903,
          "stopDistance": 5.332,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 389
        },
        {
          "entryTs": 1660517220,
          "entryUtc": "2022-08-14T22:47:00.000Z",
          "exitTs": 1660537740,
          "dir": 1,
          "entryPrice": 1800.008,
          "exitPrice": 1793.769,
          "stopDistance": 6.239,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 342
        },
        {
          "entryTs": 1660547280,
          "entryUtc": "2022-08-15T07:08:00.000Z",
          "exitTs": 1660553220,
          "dir": 1,
          "entryPrice": 1790.138,
          "exitPrice": 1785.061,
          "stopDistance": 5.077,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 99
        },
        {
          "entryTs": 1660631160,
          "entryUtc": "2022-08-16T06:26:00.000Z",
          "exitTs": 1660734960,
          "dir": -1,
          "entryPrice": 1779.828,
          "exitPrice": 1769.952,
          "stopDistance": 4.938,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 1730
        },
        {
          "entryTs": 1660817280,
          "entryUtc": "2022-08-18T10:08:00.000Z",
          "exitTs": 1660837260,
          "dir": -1,
          "entryPrice": 1769.798,
          "exitPrice": 1759.597,
          "stopDistance": 5.1,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 333
        },
        {
          "entryTs": 1660903680,
          "entryUtc": "2022-08-19T10:08:00.000Z",
          "exitTs": 1660912380,
          "dir": -1,
          "entryPrice": 1749.944,
          "exitPrice": 1754.753,
          "stopDistance": 4.809,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 145
        },
        {
          "entryTs": 1661169960,
          "entryUtc": "2022-08-22T12:06:00.000Z",
          "exitTs": 1661242560,
          "dir": 1,
          "entryPrice": 1730.224,
          "exitPrice": 1741.221,
          "stopDistance": 5.499,
          "outcome": "target",
          "netR": 1.9327,
          "holdMinutes": 1210
        },
        {
          "entryTs": 1661329740,
          "entryUtc": "2022-08-24T08:29:00.000Z",
          "exitTs": 1661354100,
          "dir": -1,
          "entryPrice": 1749.908,
          "exitPrice": 1754.782,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 406
        },
        {
          "entryTs": 1661429700,
          "entryUtc": "2022-08-25T12:15:00.000Z",
          "exitTs": 1661434800,
          "dir": 1,
          "entryPrice": 1760.084,
          "exitPrice": 1755.205,
          "stopDistance": 4.879,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 85
        },
        {
          "entryTs": 1661507880,
          "entryUtc": "2022-08-26T09:58:00.000Z",
          "exitTs": 1661523000,
          "dir": -1,
          "entryPrice": 1749.918,
          "exitPrice": 1754.652,
          "stopDistance": 4.734,
          "outcome": "stop",
          "netR": -1.0887,
          "holdMinutes": 252
        },
        {
          "entryTs": 1661735760,
          "entryUtc": "2022-08-29T01:16:00.000Z",
          "exitTs": 1661738280,
          "dir": 1,
          "entryPrice": 1730.134,
          "exitPrice": 1723.954,
          "stopDistance": 6.18,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 42
        },
        {
          "entryTs": 1661775960,
          "entryUtc": "2022-08-29T12:26:00.000Z",
          "exitTs": 1661782020,
          "dir": 1,
          "entryPrice": 1730.114,
          "exitPrice": 1743.127,
          "stopDistance": 6.507,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 101
        },
        {
          "entryTs": 1661844120,
          "entryUtc": "2022-08-30T07:22:00.000Z",
          "exitTs": 1661847060,
          "dir": -1,
          "entryPrice": 1729.938,
          "exitPrice": 1735.252,
          "stopDistance": 5.314,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 49
        },
        {
          "entryTs": 1661930160,
          "entryUtc": "2022-08-31T07:16:00.000Z",
          "exitTs": 1661934180,
          "dir": 1,
          "entryPrice": 1720.214,
          "exitPrice": 1715.501,
          "stopDistance": 4.713,
          "outcome": "stop",
          "netR": -1.0891,
          "holdMinutes": 67
        },
        {
          "entryTs": 1662028860,
          "entryUtc": "2022-09-01T10:41:00.000Z",
          "exitTs": 1662040920,
          "dir": 1,
          "entryPrice": 1700.008,
          "exitPrice": 1693.874,
          "stopDistance": 6.134,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 201
        },
        {
          "entryTs": 1662097260,
          "entryUtc": "2022-09-02T05:41:00.000Z",
          "exitTs": 1662121800,
          "dir": 1,
          "entryPrice": 1700.108,
          "exitPrice": 1711.309,
          "stopDistance": 5.601,
          "outcome": "target",
          "netR": 1.9339,
          "holdMinutes": 409
        },
        {
          "entryTs": 1662331500,
          "entryUtc": "2022-09-04T22:45:00.000Z",
          "exitTs": 1662425280,
          "dir": 1,
          "entryPrice": 1710.144,
          "exitPrice": 1723.047,
          "stopDistance": 6.451,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 1563
        },
        {
          "entryTs": 1662447600,
          "entryUtc": "2022-09-06T07:00:00.000Z",
          "exitTs": 1662449280,
          "dir": 1,
          "entryPrice": 1720.048,
          "exitPrice": 1714.222,
          "stopDistance": 5.826,
          "outcome": "stop",
          "netR": -1.0721,
          "holdMinutes": 28
        },
        {
          "entryTs": 1662534240,
          "entryUtc": "2022-09-07T07:04:00.000Z",
          "exitTs": 1662543720,
          "dir": -1,
          "entryPrice": 1699.968,
          "exitPrice": 1706.19,
          "stopDistance": 6.222,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 158
        },
        {
          "entryTs": 1662629280,
          "entryUtc": "2022-09-08T09:28:00.000Z",
          "exitTs": 1662637080,
          "dir": -1,
          "entryPrice": 1719.884,
          "exitPrice": 1725.593,
          "stopDistance": 5.709,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 130
        },
        {
          "entryTs": 1662696480,
          "entryUtc": "2022-09-09T04:08:00.000Z",
          "exitTs": 1662730440,
          "dir": 1,
          "entryPrice": 1719.948,
          "exitPrice": 1714.19,
          "stopDistance": 5.758,
          "outcome": "stop",
          "netR": -1.0729,
          "holdMinutes": 566
        },
        {
          "entryTs": 1662965760,
          "entryUtc": "2022-09-12T06:56:00.000Z",
          "exitTs": 1662967380,
          "dir": -1,
          "entryPrice": 1719.808,
          "exitPrice": 1725.27,
          "stopDistance": 5.462,
          "outcome": "stop",
          "netR": -1.0769,
          "holdMinutes": 27
        },
        {
          "entryTs": 1663045740,
          "entryUtc": "2022-09-13T05:09:00.000Z",
          "exitTs": 1663072200,
          "dir": 1,
          "entryPrice": 1720.674,
          "exitPrice": 1715.153,
          "stopDistance": 5.521,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 441
        },
        {
          "entryTs": 1663216860,
          "entryUtc": "2022-09-15T04:41:00.000Z",
          "exitTs": 1663253340,
          "dir": -1,
          "entryPrice": 1689.944,
          "exitPrice": 1676.618,
          "stopDistance": 6.663,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 608
        },
        {
          "entryTs": 1663553220,
          "entryUtc": "2022-09-19T02:07:00.000Z",
          "exitTs": 1663632240,
          "dir": -1,
          "entryPrice": 1669.915,
          "exitPrice": 1678.468,
          "stopDistance": 8.553,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 1317
        },
        {
          "entryTs": 1663661520,
          "entryUtc": "2022-09-20T08:12:00.000Z",
          "exitTs": 1663680600,
          "dir": 1,
          "entryPrice": 1670.249,
          "exitPrice": 1664.53,
          "stopDistance": 5.719,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 318
        },
        {
          "entryTs": 1663741080,
          "entryUtc": "2022-09-21T06:18:00.000Z",
          "exitTs": 1663741800,
          "dir": -1,
          "entryPrice": 1669.965,
          "exitPrice": 1674.793,
          "stopDistance": 4.828,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 12
        },
        {
          "entryTs": 1663819440,
          "entryUtc": "2022-09-22T04:04:00.000Z",
          "exitTs": 1663850100,
          "dir": 1,
          "entryPrice": 1660.002,
          "exitPrice": 1678.366,
          "stopDistance": 9.182,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 511
        },
        {
          "entryTs": 1663911240,
          "entryUtc": "2022-09-23T05:34:00.000Z",
          "exitTs": 1663926600,
          "dir": -1,
          "entryPrice": 1669.915,
          "exitPrice": 1656.013,
          "stopDistance": 6.951,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 256
        },
        {
          "entryTs": 1664152980,
          "entryUtc": "2022-09-26T00:43:00.000Z",
          "exitTs": 1664153820,
          "dir": 1,
          "entryPrice": 1640.365,
          "exitPrice": 1631.982,
          "stopDistance": 8.383,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 14
        },
        {
          "entryTs": 1664166000,
          "entryUtc": "2022-09-26T04:20:00.000Z",
          "exitTs": 1664177460,
          "dir": -1,
          "entryPrice": 1639.225,
          "exitPrice": 1649.441,
          "stopDistance": 10.216,
          "outcome": "stop",
          "netR": -1.0411,
          "holdMinutes": 191
        },
        {
          "entryTs": 1664263740,
          "entryUtc": "2022-09-27T07:29:00.000Z",
          "exitTs": 1664271120,
          "dir": 1,
          "entryPrice": 1640.288,
          "exitPrice": 1632.594,
          "stopDistance": 7.694,
          "outcome": "stop",
          "netR": -1.0546,
          "holdMinutes": 123
        },
        {
          "entryTs": 1664345940,
          "entryUtc": "2022-09-28T06:19:00.000Z",
          "exitTs": 1664367600,
          "dir": 1,
          "entryPrice": 1620.218,
          "exitPrice": 1632.326,
          "stopDistance": 6.054,
          "outcome": "target",
          "netR": 1.9389,
          "holdMinutes": 361
        },
        {
          "entryTs": 1664444640,
          "entryUtc": "2022-09-29T09:44:00.000Z",
          "exitTs": 1664458620,
          "dir": -1,
          "entryPrice": 1649.775,
          "exitPrice": 1657.786,
          "stopDistance": 8.011,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 233
        },
        {
          "entryTs": 1664521320,
          "entryUtc": "2022-09-30T07:02:00.000Z",
          "exitTs": 1664806020,
          "dir": -1,
          "entryPrice": 1670.058,
          "exitPrice": 1676.982,
          "stopDistance": 6.924,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 4745
        },
        {
          "entryTs": 1664858640,
          "entryUtc": "2022-10-04T04:44:00.000Z",
          "exitTs": 1664892120,
          "dir": 1,
          "entryPrice": 1700.048,
          "exitPrice": 1715.529,
          "stopDistance": 7.74,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 558
        },
        {
          "entryTs": 1664946480,
          "entryUtc": "2022-10-05T05:08:00.000Z",
          "exitTs": 1664952660,
          "dir": -1,
          "entryPrice": 1719.958,
          "exitPrice": 1726.826,
          "stopDistance": 6.868,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 103
        },
        {
          "entryTs": 1665039720,
          "entryUtc": "2022-10-06T07:02:00.000Z",
          "exitTs": 1665046860,
          "dir": 1,
          "entryPrice": 1720.153,
          "exitPrice": 1713.316,
          "stopDistance": 6.837,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 119
        },
        {
          "entryTs": 1665115380,
          "entryUtc": "2022-10-07T04:03:00.000Z",
          "exitTs": 1665146760,
          "dir": -1,
          "entryPrice": 1709.948,
          "exitPrice": 1697.861,
          "stopDistance": 6.043,
          "outcome": "target",
          "netR": 1.9388,
          "holdMinutes": 523
        },
        {
          "entryTs": 1665371280,
          "entryUtc": "2022-10-10T03:08:00.000Z",
          "exitTs": 1665402120,
          "dir": -1,
          "entryPrice": 1689.918,
          "exitPrice": 1675.17,
          "stopDistance": 7.374,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 514
        },
        {
          "entryTs": 1665487500,
          "entryUtc": "2022-10-11T11:25:00.000Z",
          "exitTs": 1665502380,
          "dir": -1,
          "entryPrice": 1669.395,
          "exitPrice": 1676.373,
          "stopDistance": 6.978,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 248
        },
        {
          "entryTs": 1665547560,
          "entryUtc": "2022-10-12T04:06:00.000Z",
          "exitTs": 1665664200,
          "dir": 1,
          "entryPrice": 1670.375,
          "exitPrice": 1663.46,
          "stopDistance": 6.915,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 1944
        },
        {
          "entryTs": 1665726480,
          "entryUtc": "2022-10-14T05:48:00.000Z",
          "exitTs": 1665740040,
          "dir": -1,
          "entryPrice": 1669.473,
          "exitPrice": 1652.649,
          "stopDistance": 8.412,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 226
        },
        {
          "entryTs": 1665970380,
          "entryUtc": "2022-10-17T01:33:00.000Z",
          "exitTs": 1666010640,
          "dir": 1,
          "entryPrice": 1650.568,
          "exitPrice": 1666.826,
          "stopDistance": 8.129,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 671
        },
        {
          "entryTs": 1666068060,
          "entryUtc": "2022-10-18T04:41:00.000Z",
          "exitTs": 1666106460,
          "dir": -1,
          "entryPrice": 1659.978,
          "exitPrice": 1647.627,
          "stopDistance": 6.175,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 640
        },
        {
          "entryTs": 1666162620,
          "entryUtc": "2022-10-19T06:57:00.000Z",
          "exitTs": 1666175400,
          "dir": 1,
          "entryPrice": 1640.038,
          "exitPrice": 1634.65,
          "stopDistance": 5.388,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 213
        },
        {
          "entryTs": 1666239600,
          "entryUtc": "2022-10-20T04:20:00.000Z",
          "exitTs": 1666259700,
          "dir": -1,
          "entryPrice": 1629.948,
          "exitPrice": 1635.494,
          "stopDistance": 5.546,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 335
        },
        {
          "entryTs": 1666329120,
          "entryUtc": "2022-10-21T05:12:00.000Z",
          "exitTs": 1666357080,
          "dir": 1,
          "entryPrice": 1620.047,
          "exitPrice": 1632.367,
          "stopDistance": 6.16,
          "outcome": "target",
          "netR": 1.9399,
          "holdMinutes": 466
        },
        {
          "entryTs": 1666563060,
          "entryUtc": "2022-10-23T22:11:00.000Z",
          "exitTs": 1666595880,
          "dir": 1,
          "entryPrice": 1660.158,
          "exitPrice": 1651.219,
          "stopDistance": 8.939,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 547
        },
        {
          "entryTs": 1666596300,
          "entryUtc": "2022-10-24T07:25:00.000Z",
          "exitTs": 1666690620,
          "dir": 1,
          "entryPrice": 1650.078,
          "exitPrice": 1641.619,
          "stopDistance": 8.459,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 1572
        },
        {
          "entryTs": 1666763100,
          "entryUtc": "2022-10-26T05:45:00.000Z",
          "exitTs": 1666767720,
          "dir": -1,
          "entryPrice": 1659.898,
          "exitPrice": 1666.025,
          "stopDistance": 6.127,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 77
        },
        {
          "entryTs": 1666855860,
          "entryUtc": "2022-10-27T07:31:00.000Z",
          "exitTs": 1666858560,
          "dir": -1,
          "entryPrice": 1659.718,
          "exitPrice": 1666.204,
          "stopDistance": 6.486,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 45
        },
        {
          "entryTs": 1666936440,
          "entryUtc": "2022-10-28T05:54:00.000Z",
          "exitTs": 1666941060,
          "dir": 1,
          "entryPrice": 1660.127,
          "exitPrice": 1654.215,
          "stopDistance": 5.912,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 77
        },
        {
          "entryTs": 1667203440,
          "entryUtc": "2022-10-31T08:04:00.000Z",
          "exitTs": 1667222940,
          "dir": 1,
          "entryPrice": 1640.298,
          "exitPrice": 1634.452,
          "stopDistance": 5.846,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 325
        },
        {
          "entryTs": 1667296140,
          "entryUtc": "2022-11-01T09:49:00.000Z",
          "exitTs": 1667304960,
          "dir": -1,
          "entryPrice": 1649.408,
          "exitPrice": 1655.404,
          "stopDistance": 5.997,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 147
        },
        {
          "entryTs": 1667361900,
          "entryUtc": "2022-11-02T04:05:00.000Z",
          "exitTs": 1667412300,
          "dir": 1,
          "entryPrice": 1650.085,
          "exitPrice": 1661.788,
          "stopDistance": 5.851,
          "outcome": "target",
          "netR": 1.9368,
          "holdMinutes": 840
        },
        {
          "entryTs": 1667459760,
          "entryUtc": "2022-11-03T07:16:00.000Z",
          "exitTs": 1667466720,
          "dir": 1,
          "entryPrice": 1630.368,
          "exitPrice": 1623.787,
          "stopDistance": 6.581,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 116
        },
        {
          "entryTs": 1667553480,
          "entryUtc": "2022-11-04T09:18:00.000Z",
          "exitTs": 1667555160,
          "dir": 1,
          "entryPrice": 1650.558,
          "exitPrice": 1643.865,
          "stopDistance": 6.693,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 28
        },
        {
          "entryTs": 1667776320,
          "entryUtc": "2022-11-06T23:12:00.000Z",
          "exitTs": 1667920140,
          "dir": -1,
          "entryPrice": 1678.527,
          "exitPrice": 1686.875,
          "stopDistance": 8.348,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 2397
        },
        {
          "entryTs": 1667977200,
          "entryUtc": "2022-11-09T07:00:00.000Z",
          "exitTs": 1668006540,
          "dir": -1,
          "entryPrice": 1709.867,
          "exitPrice": 1716.314,
          "stopDistance": 6.447,
          "outcome": "stop",
          "netR": -1.0651,
          "holdMinutes": 489
        },
        {
          "entryTs": 1668056580,
          "entryUtc": "2022-11-10T05:03:00.000Z",
          "exitTs": 1668087000,
          "dir": -1,
          "entryPrice": 1709.998,
          "exitPrice": 1716.108,
          "stopDistance": 6.11,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 507
        },
        {
          "entryTs": 1668144780,
          "entryUtc": "2022-11-11T05:33:00.000Z",
          "exitTs": 1668497040,
          "dir": 1,
          "entryPrice": 1760.108,
          "exitPrice": 1775.369,
          "stopDistance": 7.63,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 5871
        },
        {
          "entryTs": 1668589320,
          "entryUtc": "2022-11-16T09:02:00.000Z",
          "exitTs": 1668654840,
          "dir": -1,
          "entryPrice": 1779.898,
          "exitPrice": 1764.805,
          "stopDistance": 7.546,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 1092
        },
        {
          "entryTs": 1668673140,
          "entryUtc": "2022-11-17T08:19:00.000Z",
          "exitTs": 1668690300,
          "dir": -1,
          "entryPrice": 1769.888,
          "exitPrice": 1757.437,
          "stopDistance": 6.225,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 286
        },
        {
          "entryTs": 1668772020,
          "entryUtc": "2022-11-18T11:47:00.000Z",
          "exitTs": 1668781860,
          "dir": 1,
          "entryPrice": 1760.087,
          "exitPrice": 1754.497,
          "stopDistance": 5.59,
          "outcome": "stop",
          "netR": -1.0751,
          "holdMinutes": 164
        },
        {
          "entryTs": 1668990900,
          "entryUtc": "2022-11-21T00:35:00.000Z",
          "exitTs": 1668998520,
          "dir": 1,
          "entryPrice": 1750.098,
          "exitPrice": 1743.873,
          "stopDistance": 6.225,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 127
        },
        {
          "entryTs": 1669022220,
          "entryUtc": "2022-11-21T09:17:00.000Z",
          "exitTs": 1669037100,
          "dir": -1,
          "entryPrice": 1739.797,
          "exitPrice": 1745.485,
          "stopDistance": 5.688,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 248
        },
        {
          "entryTs": 1669133760,
          "entryUtc": "2022-11-22T16:16:00.000Z",
          "exitTs": 1669189620,
          "dir": -1,
          "entryPrice": 1739.778,
          "exitPrice": 1745.358,
          "stopDistance": 5.58,
          "outcome": "stop",
          "netR": -1.0753,
          "holdMinutes": 931
        },
        {
          "entryTs": 1669349100,
          "entryUtc": "2022-11-25T04:05:00.000Z",
          "exitTs": 1669355640,
          "dir": 1,
          "entryPrice": 1760.497,
          "exitPrice": 1756.062,
          "stopDistance": 4.435,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 109
        },
        {
          "entryTs": 1669363440,
          "entryUtc": "2022-11-25T08:04:00.000Z",
          "exitTs": 1669625580,
          "dir": 1,
          "entryPrice": 1750.268,
          "exitPrice": 1759.648,
          "stopDistance": 4.69,
          "outcome": "target",
          "netR": 1.9211,
          "holdMinutes": 4369
        },
        {
          "entryTs": 1669729980,
          "entryUtc": "2022-11-29T13:53:00.000Z",
          "exitTs": 1669803000,
          "dir": 1,
          "entryPrice": 1750.517,
          "exitPrice": 1762.586,
          "stopDistance": 6.035,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 1217
        },
        {
          "entryTs": 1669872900,
          "entryUtc": "2022-12-01T05:35:00.000Z",
          "exitTs": 1669901100,
          "dir": -1,
          "entryPrice": 1779.697,
          "exitPrice": 1787.169,
          "stopDistance": 7.471,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 470
        },
        {
          "entryTs": 1669961940,
          "entryUtc": "2022-12-02T06:19:00.000Z",
          "exitTs": 1669987800,
          "dir": -1,
          "entryPrice": 1799.837,
          "exitPrice": 1787.602,
          "stopDistance": 6.118,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 431
        },
        {
          "entryTs": 1670198460,
          "entryUtc": "2022-12-05T00:01:00.000Z",
          "exitTs": 1670204220,
          "dir": -1,
          "entryPrice": 1800.037,
          "exitPrice": 1807.257,
          "stopDistance": 7.22,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 96
        },
        {
          "entryTs": 1670224860,
          "entryUtc": "2022-12-05T07:21:00.000Z",
          "exitTs": 1670251680,
          "dir": -1,
          "entryPrice": 1799.687,
          "exitPrice": 1786.586,
          "stopDistance": 6.551,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 447
        },
        {
          "entryTs": 1670305740,
          "entryUtc": "2022-12-06T05:49:00.000Z",
          "exitTs": 1670326260,
          "dir": -1,
          "entryPrice": 1769.777,
          "exitPrice": 1776.366,
          "stopDistance": 6.589,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 342
        },
        {
          "entryTs": 1670393640,
          "entryUtc": "2022-12-07T06:14:00.000Z",
          "exitTs": 1670403240,
          "dir": -1,
          "entryPrice": 1770.058,
          "exitPrice": 1775.367,
          "stopDistance": 5.309,
          "outcome": "stop",
          "netR": -1.0791,
          "holdMinutes": 160
        },
        {
          "entryTs": 1670508480,
          "entryUtc": "2022-12-08T14:08:00.000Z",
          "exitTs": 1670510580,
          "dir": 1,
          "entryPrice": 1790.388,
          "exitPrice": 1784.697,
          "stopDistance": 5.691,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 35
        },
        {
          "entryTs": 1670586240,
          "entryUtc": "2022-12-09T11:44:00.000Z",
          "exitTs": 1670592600,
          "dir": -1,
          "entryPrice": 1798.598,
          "exitPrice": 1803.65,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 106
        },
        {
          "entryTs": 1670809860,
          "entryUtc": "2022-12-12T01:51:00.000Z",
          "exitTs": 1670859600,
          "dir": 1,
          "entryPrice": 1790.187,
          "exitPrice": 1783.502,
          "stopDistance": 6.685,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 829
        },
        {
          "entryTs": 1670936280,
          "entryUtc": "2022-12-13T12:58:00.000Z",
          "exitTs": 1670938140,
          "dir": -1,
          "entryPrice": 1789.705,
          "exitPrice": 1794.635,
          "stopDistance": 4.93,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 31
        },
        {
          "entryTs": 1670996280,
          "entryUtc": "2022-12-14T05:38:00.000Z",
          "exitTs": 1671044400,
          "dir": -1,
          "entryPrice": 1809.945,
          "exitPrice": 1796.404,
          "stopDistance": 6.77,
          "outcome": "target",
          "netR": 1.9453,
          "holdMinutes": 802
        },
        {
          "entryTs": 1671096660,
          "entryUtc": "2022-12-15T09:31:00.000Z",
          "exitTs": 1671202140,
          "dir": -1,
          "entryPrice": 1779.945,
          "exitPrice": 1788.214,
          "stopDistance": 8.269,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 1758
        },
        {
          "entryTs": 1671461100,
          "entryUtc": "2022-12-19T14:45:00.000Z",
          "exitTs": 1671465600,
          "dir": 1,
          "entryPrice": 1790.445,
          "exitPrice": 1785.212,
          "stopDistance": 5.233,
          "outcome": "stop",
          "netR": -1.0803,
          "holdMinutes": 75
        },
        {
          "entryTs": 1671512460,
          "entryUtc": "2022-12-20T05:01:00.000Z",
          "exitTs": 1671525840,
          "dir": 1,
          "entryPrice": 1790.255,
          "exitPrice": 1801.112,
          "stopDistance": 5.429,
          "outcome": "target",
          "netR": 1.9318,
          "holdMinutes": 223
        },
        {
          "entryTs": 1671635220,
          "entryUtc": "2022-12-21T15:07:00.000Z",
          "exitTs": 1671716880,
          "dir": -1,
          "entryPrice": 1819.885,
          "exitPrice": 1808.937,
          "stopDistance": 5.474,
          "outcome": "target",
          "netR": 1.9324,
          "holdMinutes": 1361
        },
        {
          "entryTs": 1671802800,
          "entryUtc": "2022-12-23T13:40:00.000Z",
          "exitTs": 1672106040,
          "dir": -1,
          "entryPrice": 1799.115,
          "exitPrice": 1804.026,
          "stopDistance": 4.911,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 5054
        },
        {
          "entryTs": 1672142820,
          "entryUtc": "2022-12-27T12:07:00.000Z",
          "exitTs": 1672153740,
          "dir": -1,
          "entryPrice": 1809.378,
          "exitPrice": 1813.952,
          "stopDistance": 4.573,
          "outcome": "stop",
          "netR": -1.0918,
          "holdMinutes": 182
        },
        {
          "entryTs": 1672208460,
          "entryUtc": "2022-12-28T06:21:00.000Z",
          "exitTs": 1672216620,
          "dir": 1,
          "entryPrice": 1810.575,
          "exitPrice": 1804.457,
          "stopDistance": 6.118,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 136
        },
        {
          "entryTs": 1672302600,
          "entryUtc": "2022-12-29T08:30:00.000Z",
          "exitTs": 1672324800,
          "dir": -1,
          "entryPrice": 1809.715,
          "exitPrice": 1814.942,
          "stopDistance": 5.227,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 370
        },
        {
          "entryTs": 1672383180,
          "entryUtc": "2022-12-30T06:53:00.000Z",
          "exitTs": 1672409280,
          "dir": -1,
          "entryPrice": 1819.955,
          "exitPrice": 1824.656,
          "stopDistance": 4.701,
          "outcome": "stop",
          "netR": -1.0893,
          "holdMinutes": 435
        },
        {
          "entryTs": 1672704840,
          "entryUtc": "2023-01-03T00:14:00.000Z",
          "exitTs": 1672726740,
          "dir": 1,
          "entryPrice": 1831.195,
          "exitPrice": 1843.987,
          "stopDistance": 6.396,
          "outcome": "target",
          "netR": 1.9422,
          "holdMinutes": 365
        },
        {
          "entryTs": 1672822320,
          "entryUtc": "2023-01-04T08:52:00.000Z",
          "exitTs": 1672906260,
          "dir": -1,
          "entryPrice": 1859.785,
          "exitPrice": 1845.1,
          "stopDistance": 7.343,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 1399
        },
        {
          "entryTs": 1672988460,
          "entryUtc": "2023-01-06T07:01:00.000Z",
          "exitTs": 1673012580,
          "dir": -1,
          "entryPrice": 1839.657,
          "exitPrice": 1846.163,
          "stopDistance": 6.506,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 402
        },
        {
          "entryTs": 1673222580,
          "entryUtc": "2023-01-09T00:03:00.000Z",
          "exitTs": 1673526060,
          "dir": 1,
          "entryPrice": 1870.515,
          "exitPrice": 1887.221,
          "stopDistance": 8.353,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 5058
        },
        {
          "entryTs": 1673611200,
          "entryUtc": "2023-01-13T12:00:00.000Z",
          "exitTs": 1673621160,
          "dir": -1,
          "entryPrice": 1899.595,
          "exitPrice": 1907.591,
          "stopDistance": 7.996,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 166
        },
        {
          "entryTs": 1673823900,
          "entryUtc": "2023-01-15T23:05:00.000Z",
          "exitTs": 1673837340,
          "dir": -1,
          "entryPrice": 1918.117,
          "exitPrice": 1926.355,
          "stopDistance": 8.238,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 224
        },
        {
          "entryTs": 1673847060,
          "entryUtc": "2023-01-16T05:31:00.000Z",
          "exitTs": 1673982960,
          "dir": -1,
          "entryPrice": 1919.735,
          "exitPrice": 1903.707,
          "stopDistance": 8.014,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 2265
        },
        {
          "entryTs": 1674029220,
          "entryUtc": "2023-01-18T08:07:00.000Z",
          "exitTs": 1674050940,
          "dir": 1,
          "entryPrice": 1910.285,
          "exitPrice": 1924.21,
          "stopDistance": 6.963,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 362
        },
        {
          "entryTs": 1674104760,
          "entryUtc": "2023-01-19T05:06:00.000Z",
          "exitTs": 1674138000,
          "dir": -1,
          "entryPrice": 1909.915,
          "exitPrice": 1917.003,
          "stopDistance": 7.088,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 554
        },
        {
          "entryTs": 1674199680,
          "entryUtc": "2023-01-20T07:28:00.000Z",
          "exitTs": 1674202140,
          "dir": -1,
          "entryPrice": 1929.975,
          "exitPrice": 1936.477,
          "stopDistance": 6.502,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 41
        },
        {
          "entryTs": 1674434580,
          "entryUtc": "2023-01-23T00:43:00.000Z",
          "exitTs": 1674482820,
          "dir": -1,
          "entryPrice": 1929.995,
          "exitPrice": 1916.632,
          "stopDistance": 6.682,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 804
        },
        {
          "entryTs": 1674543720,
          "entryUtc": "2023-01-24T07:02:00.000Z",
          "exitTs": 1674571500,
          "dir": -1,
          "entryPrice": 1939.835,
          "exitPrice": 1926.919,
          "stopDistance": 6.458,
          "outcome": "target",
          "netR": 1.9427,
          "holdMinutes": 463
        },
        {
          "entryTs": 1674628320,
          "entryUtc": "2023-01-25T06:32:00.000Z",
          "exitTs": 1674641700,
          "dir": 1,
          "entryPrice": 1930.175,
          "exitPrice": 1923.501,
          "stopDistance": 6.674,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 223
        },
        {
          "entryTs": 1674717420,
          "entryUtc": "2023-01-26T07:17:00.000Z",
          "exitTs": 1674732720,
          "dir": 1,
          "entryPrice": 1940.125,
          "exitPrice": 1933.531,
          "stopDistance": 6.594,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 255
        },
        {
          "entryTs": 1674818400,
          "entryUtc": "2023-01-27T11:20:00.000Z",
          "exitTs": 1674829920,
          "dir": 1,
          "entryPrice": 1930.485,
          "exitPrice": 1923.653,
          "stopDistance": 6.832,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 192
        },
        {
          "entryTs": 1675040520,
          "entryUtc": "2023-01-30T01:02:00.000Z",
          "exitTs": 1675065120,
          "dir": 1,
          "entryPrice": 1930.545,
          "exitPrice": 1923.491,
          "stopDistance": 7.054,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 410
        },
        {
          "entryTs": 1675141620,
          "entryUtc": "2023-01-31T05:07:00.000Z",
          "exitTs": 1675145100,
          "dir": 1,
          "entryPrice": 1920.095,
          "exitPrice": 1914.319,
          "stopDistance": 5.776,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 58
        },
        {
          "entryTs": 1675250940,
          "entryUtc": "2023-02-01T11:29:00.000Z",
          "exitTs": 1675280460,
          "dir": -1,
          "entryPrice": 1929.715,
          "exitPrice": 1935.233,
          "stopDistance": 5.519,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 492
        },
        {
          "entryTs": 1675344660,
          "entryUtc": "2023-02-02T13:31:00.000Z",
          "exitTs": 1675346160,
          "dir": 1,
          "entryPrice": 1951.725,
          "exitPrice": 1944.255,
          "stopDistance": 7.47,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 25
        },
        {
          "entryTs": 1675419660,
          "entryUtc": "2023-02-03T10:21:00.000Z",
          "exitTs": 1675431000,
          "dir": 1,
          "entryPrice": 1910.098,
          "exitPrice": 1902.432,
          "stopDistance": 7.666,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 189
        },
        {
          "entryTs": 1675638060,
          "entryUtc": "2023-02-05T23:01:00.000Z",
          "exitTs": 1675671420,
          "dir": 1,
          "entryPrice": 1860.948,
          "exitPrice": 1880.523,
          "stopDistance": 9.788,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 556
        },
        {
          "entryTs": 1675671480,
          "entryUtc": "2023-02-06T08:18:00.000Z",
          "exitTs": 1675950780,
          "dir": -1,
          "entryPrice": 1879.835,
          "exitPrice": 1888.306,
          "stopDistance": 8.471,
          "outcome": "stop",
          "netR": -1.0496,
          "holdMinutes": 4655
        },
        {
          "entryTs": 1676008860,
          "entryUtc": "2023-02-10T06:01:00.000Z",
          "exitTs": 1676306520,
          "dir": 1,
          "entryPrice": 1860.187,
          "exitPrice": 1852.061,
          "stopDistance": 8.126,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 4961
        },
        {
          "entryTs": 1676355360,
          "entryUtc": "2023-02-14T06:16:00.000Z",
          "exitTs": 1676381520,
          "dir": -1,
          "entryPrice": 1859.895,
          "exitPrice": 1865.182,
          "stopDistance": 5.287,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 436
        },
        {
          "entryTs": 1676446380,
          "entryUtc": "2023-02-15T07:33:00.000Z",
          "exitTs": 1676448300,
          "dir": 1,
          "entryPrice": 1840.165,
          "exitPrice": 1832.096,
          "stopDistance": 8.069,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 32
        },
        {
          "entryTs": 1676523780,
          "entryUtc": "2023-02-16T05:03:00.000Z",
          "exitTs": 1676599260,
          "dir": -1,
          "entryPrice": 1839.945,
          "exitPrice": 1827.33,
          "stopDistance": 6.308,
          "outcome": "target",
          "netR": 1.9413,
          "holdMinutes": 1258
        },
        {
          "entryTs": 1676621040,
          "entryUtc": "2023-02-17T08:04:00.000Z",
          "exitTs": 1676646720,
          "dir": 1,
          "entryPrice": 1820.305,
          "exitPrice": 1834.618,
          "stopDistance": 7.156,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 428
        },
        {
          "entryTs": 1676848800,
          "entryUtc": "2023-02-19T23:20:00.000Z",
          "exitTs": 1676880180,
          "dir": -1,
          "entryPrice": 1840.005,
          "exitPrice": 1846.976,
          "stopDistance": 6.971,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 523
        },
        {
          "entryTs": 1676943240,
          "entryUtc": "2023-02-21T01:34:00.000Z",
          "exitTs": 1676964180,
          "dir": 1,
          "entryPrice": 1840.165,
          "exitPrice": 1835.718,
          "stopDistance": 4.447,
          "outcome": "stop",
          "netR": -1.0944,
          "holdMinutes": 349
        },
        {
          "entryTs": 1676989260,
          "entryUtc": "2023-02-21T14:21:00.000Z",
          "exitTs": 1677069180,
          "dir": -1,
          "entryPrice": 1839.208,
          "exitPrice": 1844.362,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 1332
        },
        {
          "entryTs": 1677132840,
          "entryUtc": "2023-02-23T06:14:00.000Z",
          "exitTs": 1677159720,
          "dir": -1,
          "entryPrice": 1829.465,
          "exitPrice": 1817.828,
          "stopDistance": 5.818,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 448
        },
        {
          "entryTs": 1677225900,
          "entryUtc": "2023-02-24T08:05:00.000Z",
          "exitTs": 1677243780,
          "dir": 1,
          "entryPrice": 1820.275,
          "exitPrice": 1815.108,
          "stopDistance": 5.167,
          "outcome": "stop",
          "netR": -1.0813,
          "holdMinutes": 298
        },
        {
          "entryTs": 1677467880,
          "entryUtc": "2023-02-27T03:18:00.000Z",
          "exitTs": 1677572220,
          "dir": 1,
          "entryPrice": 1810.605,
          "exitPrice": 1805.491,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 1739
        },
        {
          "entryTs": 1677646980,
          "entryUtc": "2023-03-01T05:03:00.000Z",
          "exitTs": 1677675600,
          "dir": 1,
          "entryPrice": 1830.245,
          "exitPrice": 1840.823,
          "stopDistance": 5.289,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 477
        },
        {
          "entryTs": 1677744660,
          "entryUtc": "2023-03-02T08:11:00.000Z",
          "exitTs": 1677805920,
          "dir": 1,
          "entryPrice": 1830.585,
          "exitPrice": 1841.229,
          "stopDistance": 5.322,
          "outcome": "target",
          "netR": 1.9305,
          "holdMinutes": 1021
        },
        {
          "entryTs": 1677870060,
          "entryUtc": "2023-03-03T19:01:00.000Z",
          "exitTs": 1677873840,
          "dir": -1,
          "entryPrice": 1849.405,
          "exitPrice": 1854.862,
          "stopDistance": 5.457,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 63
        },
        {
          "entryTs": 1678100400,
          "entryUtc": "2023-03-06T11:00:00.000Z",
          "exitTs": 1678147920,
          "dir": 1,
          "entryPrice": 1849.964,
          "exitPrice": 1844.649,
          "stopDistance": 5.315,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 792
        },
        {
          "entryTs": 1678174560,
          "entryUtc": "2023-03-07T07:36:00.000Z",
          "exitTs": 1678189500,
          "dir": -1,
          "entryPrice": 1849.745,
          "exitPrice": 1841.232,
          "stopDistance": 4.256,
          "outcome": "target",
          "netR": 1.9131,
          "holdMinutes": 249
        },
        {
          "entryTs": 1678287000,
          "entryUtc": "2023-03-08T14:50:00.000Z",
          "exitTs": 1678289580,
          "dir": -1,
          "entryPrice": 1819.675,
          "exitPrice": 1824.142,
          "stopDistance": 4.467,
          "outcome": "stop",
          "netR": -1.094,
          "holdMinutes": 43
        },
        {
          "entryTs": 1678361220,
          "entryUtc": "2023-03-09T11:27:00.000Z",
          "exitTs": 1678370340,
          "dir": -1,
          "entryPrice": 1819.874,
          "exitPrice": 1824.329,
          "stopDistance": 4.455,
          "outcome": "stop",
          "netR": -1.0943,
          "holdMinutes": 152
        },
        {
          "entryTs": 1678424520,
          "entryUtc": "2023-03-10T05:02:00.000Z",
          "exitTs": 1678435260,
          "dir": -1,
          "entryPrice": 1829.938,
          "exitPrice": 1835.434,
          "stopDistance": 5.496,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 179
        },
        {
          "entryTs": 1678658460,
          "entryUtc": "2023-03-12T22:01:00.000Z",
          "exitTs": 1678658700,
          "dir": -1,
          "entryPrice": 1878.748,
          "exitPrice": 1887.861,
          "stopDistance": 9.113,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 4
        },
        {
          "entryTs": 1678688460,
          "entryUtc": "2023-03-13T06:21:00.000Z",
          "exitTs": 1678700040,
          "dir": -1,
          "entryPrice": 1879.895,
          "exitPrice": 1891.26,
          "stopDistance": 11.365,
          "outcome": "stop",
          "netR": -1.037,
          "holdMinutes": 193
        },
        {
          "entryTs": 1678774440,
          "entryUtc": "2023-03-14T06:14:00.000Z",
          "exitTs": 1678783560,
          "dir": 1,
          "entryPrice": 1910.125,
          "exitPrice": 1900.673,
          "stopDistance": 9.452,
          "outcome": "stop",
          "netR": -1.0444,
          "holdMinutes": 152
        },
        {
          "entryTs": 1678858800,
          "entryUtc": "2023-03-15T05:40:00.000Z",
          "exitTs": 1678869240,
          "dir": -1,
          "entryPrice": 1899.945,
          "exitPrice": 1885.642,
          "stopDistance": 7.152,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 174
        },
        {
          "entryTs": 1678946400,
          "entryUtc": "2023-03-16T06:00:00.000Z",
          "exitTs": 1678969260,
          "dir": -1,
          "entryPrice": 1919.795,
          "exitPrice": 1930.366,
          "stopDistance": 10.571,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 381
        },
        {
          "entryTs": 1679029680,
          "entryUtc": "2023-03-17T05:08:00.000Z",
          "exitTs": 1679058120,
          "dir": 1,
          "entryPrice": 1930.055,
          "exitPrice": 1946.296,
          "stopDistance": 8.121,
          "outcome": "target",
          "netR": 1.9544,
          "holdMinutes": 474
        },
        {
          "entryTs": 1679263320,
          "entryUtc": "2023-03-19T22:02:00.000Z",
          "exitTs": 1679296920,
          "dir": -1,
          "entryPrice": 1987.544,
          "exitPrice": 2000.398,
          "stopDistance": 12.854,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 560
        },
        {
          "entryTs": 1679376420,
          "entryUtc": "2023-03-21T05:27:00.000Z",
          "exitTs": 1679385540,
          "dir": 1,
          "entryPrice": 1980.308,
          "exitPrice": 1970.197,
          "stopDistance": 10.111,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 152
        },
        {
          "entryTs": 1679462280,
          "entryUtc": "2023-03-22T05:18:00.000Z",
          "exitTs": 1679508000,
          "dir": 1,
          "entryPrice": 1940.095,
          "exitPrice": 1956.367,
          "stopDistance": 8.136,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 762
        },
        {
          "entryTs": 1679549700,
          "entryUtc": "2023-03-23T05:35:00.000Z",
          "exitTs": 1679575260,
          "dir": 1,
          "entryPrice": 1980.295,
          "exitPrice": 1969.567,
          "stopDistance": 10.728,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 426
        },
        {
          "entryTs": 1679635380,
          "entryUtc": "2023-03-24T05:23:00.000Z",
          "exitTs": 1679652840,
          "dir": -1,
          "entryPrice": 1989.625,
          "exitPrice": 1998.943,
          "stopDistance": 9.318,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 291
        },
        {
          "entryTs": 1679868540,
          "entryUtc": "2023-03-26T22:09:00.000Z",
          "exitTs": 1679909520,
          "dir": 1,
          "entryPrice": 1971.104,
          "exitPrice": 1960.357,
          "stopDistance": 10.747,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 683
        },
        {
          "entryTs": 1679976180,
          "entryUtc": "2023-03-28T04:03:00.000Z",
          "exitTs": 1680014220,
          "dir": -1,
          "entryPrice": 1959.965,
          "exitPrice": 1967.408,
          "stopDistance": 7.443,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 634
        },
        {
          "entryTs": 1680073320,
          "entryUtc": "2023-03-29T07:02:00.000Z",
          "exitTs": 1680179160,
          "dir": 1,
          "entryPrice": 1960.015,
          "exitPrice": 1972.479,
          "stopDistance": 6.232,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 1764
        },
        {
          "entryTs": 1680241860,
          "entryUtc": "2023-03-31T05:51:00.000Z",
          "exitTs": 1680265920,
          "dir": -1,
          "entryPrice": 1979.875,
          "exitPrice": 1985.25,
          "stopDistance": 5.375,
          "outcome": "stop",
          "netR": -1.0781,
          "holdMinutes": 401
        },
        {
          "entryTs": 1680472920,
          "entryUtc": "2023-04-02T22:02:00.000Z",
          "exitTs": 1680490620,
          "dir": -1,
          "entryPrice": 1967.648,
          "exitPrice": 1952.464,
          "stopDistance": 7.592,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 295
        },
        {
          "entryTs": 1680506340,
          "entryUtc": "2023-04-03T07:19:00.000Z",
          "exitTs": 1680516120,
          "dir": -1,
          "entryPrice": 1959.375,
          "exitPrice": 1967.444,
          "stopDistance": 8.069,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 163
        },
        {
          "entryTs": 1680582720,
          "entryUtc": "2023-04-04T04:32:00.000Z",
          "exitTs": 1680616800,
          "dir": 1,
          "entryPrice": 1980.115,
          "exitPrice": 1994.281,
          "stopDistance": 7.083,
          "outcome": "target",
          "netR": 1.9478,
          "holdMinutes": 568
        },
        {
          "entryTs": 1680697920,
          "entryUtc": "2023-04-05T12:32:00.000Z",
          "exitTs": 1680705120,
          "dir": -1,
          "entryPrice": 2029.124,
          "exitPrice": 2016.635,
          "stopDistance": 6.244,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 120
        },
        {
          "entryTs": 1680774720,
          "entryUtc": "2023-04-06T09:52:00.000Z",
          "exitTs": 1680784680,
          "dir": 1,
          "entryPrice": 2020.175,
          "exitPrice": 2013.395,
          "stopDistance": 6.78,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 166
        },
        {
          "entryTs": 1681078380,
          "entryUtc": "2023-04-09T22:13:00.000Z",
          "exitTs": 1681092600,
          "dir": 1,
          "entryPrice": 2001.815,
          "exitPrice": 1994.518,
          "stopDistance": 7.297,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 237
        },
        {
          "entryTs": 1681099740,
          "entryUtc": "2023-04-10T04:09:00.000Z",
          "exitTs": 1681137420,
          "dir": 1,
          "entryPrice": 1990.265,
          "exitPrice": 1982.163,
          "stopDistance": 8.102,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 628
        },
        {
          "entryTs": 1681189320,
          "entryUtc": "2023-04-11T05:02:00.000Z",
          "exitTs": 1681201440,
          "dir": -1,
          "entryPrice": 1999.995,
          "exitPrice": 2006.142,
          "stopDistance": 6.147,
          "outcome": "stop",
          "netR": -1.0683,
          "holdMinutes": 202
        },
        {
          "entryTs": 1681274520,
          "entryUtc": "2023-04-12T04:42:00.000Z",
          "exitTs": 1681295160,
          "dir": -1,
          "entryPrice": 2019.854,
          "exitPrice": 2007.405,
          "stopDistance": 6.225,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 344
        },
        {
          "entryTs": 1681368720,
          "entryUtc": "2023-04-13T06:52:00.000Z",
          "exitTs": 1681389000,
          "dir": 1,
          "entryPrice": 2020.685,
          "exitPrice": 2034.432,
          "stopDistance": 6.873,
          "outcome": "target",
          "netR": 1.9462,
          "holdMinutes": 338
        },
        {
          "entryTs": 1681450800,
          "entryUtc": "2023-04-14T05:40:00.000Z",
          "exitTs": 1681460580,
          "dir": 1,
          "entryPrice": 2040.098,
          "exitPrice": 2033.011,
          "stopDistance": 7.087,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 163
        },
        {
          "entryTs": 1681693380,
          "entryUtc": "2023-04-17T01:03:00.000Z",
          "exitTs": 1681741020,
          "dir": 1,
          "entryPrice": 2000.525,
          "exitPrice": 1991.308,
          "stopDistance": 9.217,
          "outcome": "stop",
          "netR": -1.0456,
          "holdMinutes": 794
        },
        {
          "entryTs": 1681796160,
          "entryUtc": "2023-04-18T05:36:00.000Z",
          "exitTs": 1681824540,
          "dir": 1,
          "entryPrice": 2000.205,
          "exitPrice": 1993.412,
          "stopDistance": 6.793,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 473
        },
        {
          "entryTs": 1681883520,
          "entryUtc": "2023-04-19T05:52:00.000Z",
          "exitTs": 1681884840,
          "dir": 1,
          "entryPrice": 2000.398,
          "exitPrice": 1994.596,
          "stopDistance": 5.801,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 22
        },
        {
          "entryTs": 1681973160,
          "entryUtc": "2023-04-20T06:46:00.000Z",
          "exitTs": 1681981920,
          "dir": 1,
          "entryPrice": 2000.025,
          "exitPrice": 1993.199,
          "stopDistance": 6.826,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 146
        },
        {
          "entryTs": 1682067720,
          "entryUtc": "2023-04-21T09:02:00.000Z",
          "exitTs": 1682084340,
          "dir": -1,
          "entryPrice": 1989.815,
          "exitPrice": 1997.653,
          "stopDistance": 7.838,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 277
        },
        {
          "entryTs": 1682302080,
          "entryUtc": "2023-04-24T02:08:00.000Z",
          "exitTs": 1682382900,
          "dir": 1,
          "entryPrice": 1980.075,
          "exitPrice": 1996.878,
          "stopDistance": 8.402,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 1347
        },
        {
          "entryTs": 1682408940,
          "entryUtc": "2023-04-25T07:49:00.000Z",
          "exitTs": 1682424060,
          "dir": -1,
          "entryPrice": 1989.795,
          "exitPrice": 1976.339,
          "stopDistance": 6.728,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 252
        },
        {
          "entryTs": 1682501280,
          "entryUtc": "2023-04-26T09:28:00.000Z",
          "exitTs": 1682515560,
          "dir": -1,
          "entryPrice": 1999.465,
          "exitPrice": 2006.685,
          "stopDistance": 7.22,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 238
        },
        {
          "entryTs": 1682572260,
          "entryUtc": "2023-04-27T05:11:00.000Z",
          "exitTs": 1682598600,
          "dir": 1,
          "entryPrice": 2000.035,
          "exitPrice": 1992.935,
          "stopDistance": 7.1,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 439
        },
        {
          "entryTs": 1682654460,
          "entryUtc": "2023-04-28T04:01:00.000Z",
          "exitTs": 1682694060,
          "dir": -1,
          "entryPrice": 1987.558,
          "exitPrice": 1994.431,
          "stopDistance": 6.873,
          "outcome": "stop",
          "netR": -1.0611,
          "holdMinutes": 660
        },
        {
          "entryTs": 1682892060,
          "entryUtc": "2023-04-30T22:01:00.000Z",
          "exitTs": 1682905020,
          "dir": 1,
          "entryPrice": 1990.334,
          "exitPrice": 1983.273,
          "stopDistance": 7.061,
          "outcome": "stop",
          "netR": -1.0595,
          "holdMinutes": 216
        },
        {
          "entryTs": 1682918520,
          "entryUtc": "2023-05-01T05:22:00.000Z",
          "exitTs": 1682943720,
          "dir": 1,
          "entryPrice": 1980.395,
          "exitPrice": 1992.745,
          "stopDistance": 6.175,
          "outcome": "target",
          "netR": 1.9401,
          "holdMinutes": 420
        },
        {
          "entryTs": 1683014580,
          "entryUtc": "2023-05-02T08:03:00.000Z",
          "exitTs": 1683036000,
          "dir": 1,
          "entryPrice": 1980.495,
          "exitPrice": 1992.151,
          "stopDistance": 5.828,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 357
        },
        {
          "entryTs": 1683116160,
          "entryUtc": "2023-05-03T12:16:00.000Z",
          "exitTs": 1683126660,
          "dir": 1,
          "entryPrice": 2011.874,
          "exitPrice": 2022.905,
          "stopDistance": 5.515,
          "outcome": "target",
          "netR": 1.9329,
          "holdMinutes": 175
        },
        {
          "entryTs": 1683180900,
          "entryUtc": "2023-05-04T06:15:00.000Z",
          "exitTs": 1683289800,
          "dir": 1,
          "entryPrice": 2040.545,
          "exitPrice": 2028.496,
          "stopDistance": 12.049,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 1815
        },
        {
          "entryTs": 1683513180,
          "entryUtc": "2023-05-08T02:33:00.000Z",
          "exitTs": 1683560520,
          "dir": -1,
          "entryPrice": 2019.994,
          "exitPrice": 2028.474,
          "stopDistance": 8.48,
          "outcome": "stop",
          "netR": -1.0495,
          "holdMinutes": 789
        },
        {
          "entryTs": 1683628620,
          "entryUtc": "2023-05-09T10:37:00.000Z",
          "exitTs": 1683652560,
          "dir": -1,
          "entryPrice": 2029.724,
          "exitPrice": 2035.217,
          "stopDistance": 5.493,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 399
        },
        {
          "entryTs": 1683694320,
          "entryUtc": "2023-05-10T04:52:00.000Z",
          "exitTs": 1683721800,
          "dir": -1,
          "entryPrice": 2029.864,
          "exitPrice": 2034.939,
          "stopDistance": 5.075,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 458
        },
        {
          "entryTs": 1683781500,
          "entryUtc": "2023-05-11T05:05:00.000Z",
          "exitTs": 1683788940,
          "dir": 1,
          "entryPrice": 2030.054,
          "exitPrice": 2023.542,
          "stopDistance": 6.512,
          "outcome": "stop",
          "netR": -1.0645,
          "holdMinutes": 124
        },
        {
          "entryTs": 1683867660,
          "entryUtc": "2023-05-12T05:01:00.000Z",
          "exitTs": 1683884100,
          "dir": 1,
          "entryPrice": 2011.024,
          "exitPrice": 2004.016,
          "stopDistance": 7.008,
          "outcome": "stop",
          "netR": -1.0599,
          "holdMinutes": 274
        },
        {
          "entryTs": 1684108980,
          "entryUtc": "2023-05-15T00:03:00.000Z",
          "exitTs": 1684219140,
          "dir": 1,
          "entryPrice": 2010.344,
          "exitPrice": 2003.277,
          "stopDistance": 7.067,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 1836
        },
        {
          "entryTs": 1684224480,
          "entryUtc": "2023-05-16T08:08:00.000Z",
          "exitTs": 1684249740,
          "dir": -1,
          "entryPrice": 2009.655,
          "exitPrice": 1997.934,
          "stopDistance": 5.861,
          "outcome": "target",
          "netR": 1.9369,
          "holdMinutes": 421
        },
        {
          "entryTs": 1684301040,
          "entryUtc": "2023-05-17T05:24:00.000Z",
          "exitTs": 1684331580,
          "dir": -1,
          "entryPrice": 1989.854,
          "exitPrice": 1978.975,
          "stopDistance": 5.439,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 509
        },
        {
          "entryTs": 1684385040,
          "entryUtc": "2023-05-18T04:44:00.000Z",
          "exitTs": 1684396500,
          "dir": 1,
          "entryPrice": 1980.135,
          "exitPrice": 1974.84,
          "stopDistance": 5.295,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 191
        },
        {
          "entryTs": 1684504260,
          "entryUtc": "2023-05-19T13:51:00.000Z",
          "exitTs": 1684509420,
          "dir": 1,
          "entryPrice": 1960.405,
          "exitPrice": 1972.379,
          "stopDistance": 5.987,
          "outcome": "target",
          "netR": 1.9382,
          "holdMinutes": 86
        },
        {
          "entryTs": 1684707060,
          "entryUtc": "2023-05-21T22:11:00.000Z",
          "exitTs": 1684735740,
          "dir": 1,
          "entryPrice": 1980.308,
          "exitPrice": 1972.186,
          "stopDistance": 8.122,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 478
        },
        {
          "entryTs": 1684747680,
          "entryUtc": "2023-05-22T09:28:00.000Z",
          "exitTs": 1684755600,
          "dir": 1,
          "entryPrice": 1980.015,
          "exitPrice": 1973.057,
          "stopDistance": 6.958,
          "outcome": "stop",
          "netR": -1.0604,
          "holdMinutes": 132
        },
        {
          "entryTs": 1684822080,
          "entryUtc": "2023-05-23T06:08:00.000Z",
          "exitTs": 1684847820,
          "dir": -1,
          "entryPrice": 1959.975,
          "exitPrice": 1966.245,
          "stopDistance": 6.27,
          "outcome": "stop",
          "netR": -1.067,
          "holdMinutes": 429
        },
        {
          "entryTs": 1684908000,
          "entryUtc": "2023-05-24T06:00:00.000Z",
          "exitTs": 1684930860,
          "dir": -1,
          "entryPrice": 1979.314,
          "exitPrice": 1985.181,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 381
        },
        {
          "entryTs": 1684997520,
          "entryUtc": "2023-05-25T06:52:00.000Z",
          "exitTs": 1685017920,
          "dir": 1,
          "entryPrice": 1960.095,
          "exitPrice": 1953.665,
          "stopDistance": 6.43,
          "outcome": "stop",
          "netR": -1.0653,
          "holdMinutes": 340
        },
        {
          "entryTs": 1685079360,
          "entryUtc": "2023-05-26T05:36:00.000Z",
          "exitTs": 1685087040,
          "dir": -1,
          "entryPrice": 1949.535,
          "exitPrice": 1956.121,
          "stopDistance": 6.586,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 128
        },
        {
          "entryTs": 1685418900,
          "entryUtc": "2023-05-30T03:55:00.000Z",
          "exitTs": 1685425980,
          "dir": -1,
          "entryPrice": 1940.005,
          "exitPrice": 1932.173,
          "stopDistance": 3.916,
          "outcome": "target",
          "netR": 1.9055,
          "holdMinutes": 118
        },
        {
          "entryTs": 1685433300,
          "entryUtc": "2023-05-30T07:55:00.000Z",
          "exitTs": 1685435700,
          "dir": -1,
          "entryPrice": 1939.815,
          "exitPrice": 1944.823,
          "stopDistance": 5.008,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 40
        },
        {
          "entryTs": 1685508960,
          "entryUtc": "2023-05-31T04:56:00.000Z",
          "exitTs": 1685540520,
          "dir": -1,
          "entryPrice": 1959.745,
          "exitPrice": 1965.31,
          "stopDistance": 5.565,
          "outcome": "stop",
          "netR": -1.0755,
          "holdMinutes": 526
        },
        {
          "entryTs": 1685613660,
          "entryUtc": "2023-06-01T10:01:00.000Z",
          "exitTs": 1685626440,
          "dir": 1,
          "entryPrice": 1960.234,
          "exitPrice": 1972.512,
          "stopDistance": 6.139,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 213
        },
        {
          "entryTs": 1685680380,
          "entryUtc": "2023-06-02T04:33:00.000Z",
          "exitTs": 1685709000,
          "dir": 1,
          "entryPrice": 1980.094,
          "exitPrice": 1974.352,
          "stopDistance": 5.742,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 477
        },
        {
          "entryTs": 1685951520,
          "entryUtc": "2023-06-05T07:52:00.000Z",
          "exitTs": 1685958120,
          "dir": -1,
          "entryPrice": 1939.805,
          "exitPrice": 1945.719,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 110
        },
        {
          "entryTs": 1686025800,
          "entryUtc": "2023-06-06T04:30:00.000Z",
          "exitTs": 1686054000,
          "dir": -1,
          "entryPrice": 1959.925,
          "exitPrice": 1965.564,
          "stopDistance": 5.639,
          "outcome": "stop",
          "netR": -1.0745,
          "holdMinutes": 470
        },
        {
          "entryTs": 1686119280,
          "entryUtc": "2023-06-07T06:28:00.000Z",
          "exitTs": 1686121860,
          "dir": 1,
          "entryPrice": 1960.035,
          "exitPrice": 1955.599,
          "stopDistance": 4.436,
          "outcome": "stop",
          "netR": -1.0947,
          "holdMinutes": 43
        },
        {
          "entryTs": 1686234780,
          "entryUtc": "2023-06-08T14:33:00.000Z",
          "exitTs": 1686537360,
          "dir": -1,
          "entryPrice": 1968.868,
          "exitPrice": 1954.676,
          "stopDistance": 7.096,
          "outcome": "target",
          "netR": 1.9479,
          "holdMinutes": 5043
        },
        {
          "entryTs": 1686552120,
          "entryUtc": "2023-06-12T06:42:00.000Z",
          "exitTs": 1686577680,
          "dir": 1,
          "entryPrice": 1960.155,
          "exitPrice": 1955.174,
          "stopDistance": 4.981,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 426
        },
        {
          "entryTs": 1686634260,
          "entryUtc": "2023-06-13T05:31:00.000Z",
          "exitTs": 1686659400,
          "dir": 1,
          "entryPrice": 1960.135,
          "exitPrice": 1954.978,
          "stopDistance": 5.157,
          "outcome": "ambiguous",
          "netR": -1.0814,
          "holdMinutes": 419
        },
        {
          "entryTs": 1686728580,
          "entryUtc": "2023-06-14T07:43:00.000Z",
          "exitTs": 1686765660,
          "dir": 1,
          "entryPrice": 1950.108,
          "exitPrice": 1944.432,
          "stopDistance": 5.676,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 618
        },
        {
          "entryTs": 1686812640,
          "entryUtc": "2023-06-15T07:04:00.000Z",
          "exitTs": 1686834480,
          "dir": -1,
          "entryPrice": 1929.865,
          "exitPrice": 1937.523,
          "stopDistance": 7.658,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 364
        },
        {
          "entryTs": 1686895740,
          "entryUtc": "2023-06-16T06:09:00.000Z",
          "exitTs": 1686915540,
          "dir": -1,
          "entryPrice": 1959.865,
          "exitPrice": 1966.166,
          "stopDistance": 6.301,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 330
        },
        {
          "entryTs": 1687168860,
          "entryUtc": "2023-06-19T10:01:00.000Z",
          "exitTs": 1687265460,
          "dir": 1,
          "entryPrice": 1950.165,
          "exitPrice": 1944.757,
          "stopDistance": 5.408,
          "outcome": "stop",
          "netR": -1.0777,
          "holdMinutes": 1610
        },
        {
          "entryTs": 1687350120,
          "entryUtc": "2023-06-21T12:22:00.000Z",
          "exitTs": 1687354620,
          "dir": 1,
          "entryPrice": 1929.995,
          "exitPrice": 1925.197,
          "stopDistance": 4.798,
          "outcome": "stop",
          "netR": -1.0875,
          "holdMinutes": 75
        },
        {
          "entryTs": 1687410000,
          "entryUtc": "2023-06-22T05:00:00.000Z",
          "exitTs": 1687439340,
          "dir": -1,
          "entryPrice": 1929.705,
          "exitPrice": 1919.528,
          "stopDistance": 5.089,
          "outcome": "target",
          "netR": 1.9273,
          "holdMinutes": 489
        },
        {
          "entryTs": 1687520040,
          "entryUtc": "2023-06-23T11:34:00.000Z",
          "exitTs": 1687524420,
          "dir": -1,
          "entryPrice": 1919.495,
          "exitPrice": 1924.81,
          "stopDistance": 5.315,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 73
        },
        {
          "entryTs": 1687766880,
          "entryUtc": "2023-06-26T08:08:00.000Z",
          "exitTs": 1687874460,
          "dir": -1,
          "entryPrice": 1929.875,
          "exitPrice": 1918.234,
          "stopDistance": 5.82,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 1793
        },
        {
          "entryTs": 1687934700,
          "entryUtc": "2023-06-28T06:45:00.000Z",
          "exitTs": 1688042040,
          "dir": -1,
          "entryPrice": 1909.875,
          "exitPrice": 1900.449,
          "stopDistance": 4.713,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 1789
        },
        {
          "entryTs": 1688128320,
          "entryUtc": "2023-06-30T12:32:00.000Z",
          "exitTs": 1688131260,
          "dir": -1,
          "entryPrice": 1908.975,
          "exitPrice": 1913.839,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 49
        },
        {
          "entryTs": 1688360280,
          "entryUtc": "2023-07-03T04:58:00.000Z",
          "exitTs": 1688390220,
          "dir": -1,
          "entryPrice": 1919.785,
          "exitPrice": 1924.811,
          "stopDistance": 5.026,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 499
        },
        {
          "entryTs": 1688462700,
          "entryUtc": "2023-07-04T09:25:00.000Z",
          "exitTs": 1688539140,
          "dir": -1,
          "entryPrice": 1929.965,
          "exitPrice": 1921.66,
          "stopDistance": 4.152,
          "outcome": "target",
          "netR": 1.9109,
          "holdMinutes": 1274
        },
        {
          "entryTs": 1688562840,
          "entryUtc": "2023-07-05T13:14:00.000Z",
          "exitTs": 1688564460,
          "dir": 1,
          "entryPrice": 1930.215,
          "exitPrice": 1926.102,
          "stopDistance": 4.112,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 27
        },
        {
          "entryTs": 1688621460,
          "entryUtc": "2023-07-06T05:31:00.000Z",
          "exitTs": 1688640600,
          "dir": -1,
          "entryPrice": 1919.945,
          "exitPrice": 1924.237,
          "stopDistance": 4.292,
          "outcome": "stop",
          "netR": -1.0978,
          "holdMinutes": 319
        },
        {
          "entryTs": 1688733060,
          "entryUtc": "2023-07-07T12:31:00.000Z",
          "exitTs": 1688734860,
          "dir": 1,
          "entryPrice": 1920.894,
          "exitPrice": 1916.288,
          "stopDistance": 4.606,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 30
        },
        {
          "entryTs": 1688966220,
          "entryUtc": "2023-07-10T05:17:00.000Z",
          "exitTs": 1688992980,
          "dir": 1,
          "entryPrice": 1920.195,
          "exitPrice": 1914.741,
          "stopDistance": 5.454,
          "outcome": "stop",
          "netR": -1.077,
          "holdMinutes": 446
        },
        {
          "entryTs": 1689055800,
          "entryUtc": "2023-07-11T06:10:00.000Z",
          "exitTs": 1689057600,
          "dir": -1,
          "entryPrice": 1929.828,
          "exitPrice": 1934.408,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 30
        },
        {
          "entryTs": 1689139320,
          "entryUtc": "2023-07-12T05:22:00.000Z",
          "exitTs": 1689165000,
          "dir": -1,
          "entryPrice": 1939.975,
          "exitPrice": 1944.407,
          "stopDistance": 4.432,
          "outcome": "stop",
          "netR": -1.0948,
          "holdMinutes": 428
        },
        {
          "entryTs": 1689220920,
          "entryUtc": "2023-07-13T04:02:00.000Z",
          "exitTs": 1689251700,
          "dir": 1,
          "entryPrice": 1959.965,
          "exitPrice": 1954.702,
          "stopDistance": 5.263,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 513
        },
        {
          "entryTs": 1689311880,
          "entryUtc": "2023-07-14T05:18:00.000Z",
          "exitTs": 1689318960,
          "dir": 1,
          "entryPrice": 1960.065,
          "exitPrice": 1955.38,
          "stopDistance": 4.685,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 118
        },
        {
          "entryTs": 1689598020,
          "entryUtc": "2023-07-17T12:47:00.000Z",
          "exitTs": 1689651000,
          "dir": 1,
          "entryPrice": 1950.305,
          "exitPrice": 1960.385,
          "stopDistance": 5.04,
          "outcome": "target",
          "netR": 1.9266,
          "holdMinutes": 883
        },
        {
          "entryTs": 1689655440,
          "entryUtc": "2023-07-18T04:44:00.000Z",
          "exitTs": 1689678960,
          "dir": -1,
          "entryPrice": 1959.848,
          "exitPrice": 1964.418,
          "stopDistance": 4.57,
          "outcome": "stop",
          "netR": -1.0919,
          "holdMinutes": 392
        },
        {
          "entryTs": 1689815040,
          "entryUtc": "2023-07-20T01:04:00.000Z",
          "exitTs": 1689817080,
          "dir": -1,
          "entryPrice": 1979.655,
          "exitPrice": 1984.59,
          "stopDistance": 4.935,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 34
        },
        {
          "entryTs": 1689832560,
          "entryUtc": "2023-07-20T05:56:00.000Z",
          "exitTs": 1689856200,
          "dir": 1,
          "entryPrice": 1980.255,
          "exitPrice": 1975.389,
          "stopDistance": 4.866,
          "outcome": "stop",
          "netR": -1.0863,
          "holdMinutes": 394
        },
        {
          "entryTs": 1689915060,
          "entryUtc": "2023-07-21T04:51:00.000Z",
          "exitTs": 1689925800,
          "dir": 1,
          "entryPrice": 1970.015,
          "exitPrice": 1965.207,
          "stopDistance": 4.808,
          "outcome": "stop",
          "netR": -1.0874,
          "holdMinutes": 179
        },
        {
          "entryTs": 1690162200,
          "entryUtc": "2023-07-24T01:30:00.000Z",
          "exitTs": 1690183500,
          "dir": -1,
          "entryPrice": 1959.965,
          "exitPrice": 1964.644,
          "stopDistance": 4.679,
          "outcome": "stop",
          "netR": -1.0898,
          "holdMinutes": 355
        },
        {
          "entryTs": 1690269840,
          "entryUtc": "2023-07-25T07:24:00.000Z",
          "exitTs": 1690283460,
          "dir": 1,
          "entryPrice": 1960.165,
          "exitPrice": 1955.475,
          "stopDistance": 4.69,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 227
        },
        {
          "entryTs": 1690353060,
          "entryUtc": "2023-07-26T06:31:00.000Z",
          "exitTs": 1690371480,
          "dir": -1,
          "entryPrice": 1969.415,
          "exitPrice": 1973.77,
          "stopDistance": 4.355,
          "outcome": "stop",
          "netR": -1.0964,
          "holdMinutes": 307
        },
        {
          "entryTs": 1690443060,
          "entryUtc": "2023-07-27T07:31:00.000Z",
          "exitTs": 1690461120,
          "dir": -1,
          "entryPrice": 1979.935,
          "exitPrice": 1968.826,
          "stopDistance": 5.555,
          "outcome": "target",
          "netR": 1.9334,
          "holdMinutes": 301
        },
        {
          "entryTs": 1690526040,
          "entryUtc": "2023-07-28T06:34:00.000Z",
          "exitTs": 1690806660,
          "dir": 1,
          "entryPrice": 1950.905,
          "exitPrice": 1965.022,
          "stopDistance": 7.059,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 4677
        },
        {
          "entryTs": 1690866600,
          "entryUtc": "2023-08-01T05:10:00.000Z",
          "exitTs": 1690893120,
          "dir": -1,
          "entryPrice": 1959.785,
          "exitPrice": 1949.905,
          "stopDistance": 4.94,
          "outcome": "target",
          "netR": 1.9251,
          "holdMinutes": 442
        },
        {
          "entryTs": 1690956120,
          "entryUtc": "2023-08-02T06:02:00.000Z",
          "exitTs": 1690985760,
          "dir": -1,
          "entryPrice": 1949.915,
          "exitPrice": 1939.179,
          "stopDistance": 5.368,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 494
        },
        {
          "entryTs": 1691065560,
          "entryUtc": "2023-08-03T12:26:00.000Z",
          "exitTs": 1691152920,
          "dir": 1,
          "entryPrice": 1930.228,
          "exitPrice": 1941.108,
          "stopDistance": 5.44,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 1456
        },
        {
          "entryTs": 1691380020,
          "entryUtc": "2023-08-07T03:47:00.000Z",
          "exitTs": 1691495280,
          "dir": -1,
          "entryPrice": 1939.978,
          "exitPrice": 1929.516,
          "stopDistance": 5.231,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 1921
        },
        {
          "entryTs": 1691553960,
          "entryUtc": "2023-08-09T04:06:00.000Z",
          "exitTs": 1691591460,
          "dir": -1,
          "entryPrice": 1929.985,
          "exitPrice": 1920.865,
          "stopDistance": 4.56,
          "outcome": "target",
          "netR": 1.9189,
          "holdMinutes": 625
        },
        {
          "entryTs": 1691651340,
          "entryUtc": "2023-08-10T07:09:00.000Z",
          "exitTs": 1691670600,
          "dir": -1,
          "entryPrice": 1919.828,
          "exitPrice": 1924.099,
          "stopDistance": 4.271,
          "outcome": "stop",
          "netR": -1.0983,
          "holdMinutes": 321
        },
        {
          "entryTs": 1691756040,
          "entryUtc": "2023-08-11T12:14:00.000Z",
          "exitTs": 1691971920,
          "dir": -1,
          "entryPrice": 1919.845,
          "exitPrice": 1911.407,
          "stopDistance": 4.219,
          "outcome": "target",
          "netR": 1.9123,
          "holdMinutes": 3598
        },
        {
          "entryTs": 1691976120,
          "entryUtc": "2023-08-14T01:22:00.000Z",
          "exitTs": 1692019740,
          "dir": 1,
          "entryPrice": 1910.205,
          "exitPrice": 1905.732,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 727
        },
        {
          "entryTs": 1692103080,
          "entryUtc": "2023-08-15T12:38:00.000Z",
          "exitTs": 1692110040,
          "dir": 1,
          "entryPrice": 1900.205,
          "exitPrice": 1908.27,
          "stopDistance": 4.033,
          "outcome": "target",
          "netR": 1.9082,
          "holdMinutes": 116
        },
        {
          "entryTs": 1692190320,
          "entryUtc": "2023-08-16T12:52:00.000Z",
          "exitTs": 1692207420,
          "dir": 1,
          "entryPrice": 1900.955,
          "exitPrice": 1896.997,
          "stopDistance": 3.958,
          "outcome": "stop",
          "netR": -1.1061,
          "holdMinutes": 285
        },
        {
          "entryTs": 1692274020,
          "entryUtc": "2023-08-17T12:07:00.000Z",
          "exitTs": 1692280680,
          "dir": 1,
          "entryPrice": 1899.995,
          "exitPrice": 1895.739,
          "stopDistance": 4.256,
          "outcome": "stop",
          "netR": -1.0987,
          "holdMinutes": 111
        },
        {
          "entryTs": 1692361680,
          "entryUtc": "2023-08-18T12:28:00.000Z",
          "exitTs": 1692364320,
          "dir": -1,
          "entryPrice": 1889.945,
          "exitPrice": 1893.855,
          "stopDistance": 3.91,
          "outcome": "stop",
          "netR": -1.1074,
          "holdMinutes": 44
        },
        {
          "entryTs": 1692571140,
          "entryUtc": "2023-08-20T22:39:00.000Z",
          "exitTs": 1692581880,
          "dir": 1,
          "entryPrice": 1890.265,
          "exitPrice": 1885.846,
          "stopDistance": 4.419,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 179
        },
        {
          "entryTs": 1692601500,
          "entryUtc": "2023-08-21T07:05:00.000Z",
          "exitTs": 1692619380,
          "dir": -1,
          "entryPrice": 1889.635,
          "exitPrice": 1894.543,
          "stopDistance": 4.908,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 298
        },
        {
          "entryTs": 1692685560,
          "entryUtc": "2023-08-22T06:26:00.000Z",
          "exitTs": 1692698880,
          "dir": -1,
          "entryPrice": 1899.405,
          "exitPrice": 1903.715,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 222
        },
        {
          "entryTs": 1692797160,
          "entryUtc": "2023-08-23T13:26:00.000Z",
          "exitTs": 1692798300,
          "dir": -1,
          "entryPrice": 1910.055,
          "exitPrice": 1914.278,
          "stopDistance": 4.223,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 19
        },
        {
          "entryTs": 1692851640,
          "entryUtc": "2023-08-24T04:34:00.000Z",
          "exitTs": 1692878580,
          "dir": 1,
          "entryPrice": 1920.045,
          "exitPrice": 1915.861,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 449
        },
        {
          "entryTs": 1692965520,
          "entryUtc": "2023-08-25T12:12:00.000Z",
          "exitTs": 1692972120,
          "dir": -1,
          "entryPrice": 1919.708,
          "exitPrice": 1912.493,
          "stopDistance": 3.608,
          "outcome": "target",
          "netR": 1.8974,
          "holdMinutes": 110
        },
        {
          "entryTs": 1693235940,
          "entryUtc": "2023-08-28T15:19:00.000Z",
          "exitTs": 1693237020,
          "dir": -1,
          "entryPrice": 1919.895,
          "exitPrice": 1924.009,
          "stopDistance": 4.114,
          "outcome": "stop",
          "netR": -1.1021,
          "holdMinutes": 18
        },
        {
          "entryTs": 1693306860,
          "entryUtc": "2023-08-29T11:01:00.000Z",
          "exitTs": 1693311060,
          "dir": 1,
          "entryPrice": 1920.195,
          "exitPrice": 1916.299,
          "stopDistance": 3.896,
          "outcome": "stop",
          "netR": -1.1078,
          "holdMinutes": 70
        },
        {
          "entryTs": 1693397460,
          "entryUtc": "2023-08-30T12:11:00.000Z",
          "exitTs": 1693398600,
          "dir": -1,
          "entryPrice": 1939.885,
          "exitPrice": 1943.271,
          "stopDistance": 3.386,
          "outcome": "stop",
          "netR": -1.124,
          "holdMinutes": 19
        },
        {
          "entryTs": 1693496220,
          "entryUtc": "2023-08-31T15:37:00.000Z",
          "exitTs": 1693571400,
          "dir": 1,
          "entryPrice": 1940.345,
          "exitPrice": 1948.253,
          "stopDistance": 3.954,
          "outcome": "target",
          "netR": 1.9064,
          "holdMinutes": 1253
        },
        {
          "entryTs": 1693778700,
          "entryUtc": "2023-09-03T22:05:00.000Z",
          "exitTs": 1693878720,
          "dir": 1,
          "entryPrice": 1940.098,
          "exitPrice": 1935.405,
          "stopDistance": 4.693,
          "outcome": "stop",
          "netR": -1.0895,
          "holdMinutes": 1667
        },
        {
          "entryTs": 1693916460,
          "entryUtc": "2023-09-05T12:21:00.000Z",
          "exitTs": 1693917780,
          "dir": -1,
          "entryPrice": 1929.625,
          "exitPrice": 1932.855,
          "stopDistance": 3.23,
          "outcome": "stop",
          "netR": -1.13,
          "holdMinutes": 22
        },
        {
          "entryTs": 1694019060,
          "entryUtc": "2023-09-06T16:51:00.000Z",
          "exitTs": 1694136420,
          "dir": -1,
          "entryPrice": 1919.765,
          "exitPrice": 1924.857,
          "stopDistance": 5.092,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 1956
        },
        {
          "entryTs": 1694187840,
          "entryUtc": "2023-09-08T15:44:00.000Z",
          "exitTs": 1694416260,
          "dir": 1,
          "entryPrice": 1920.085,
          "exitPrice": 1929.419,
          "stopDistance": 4.667,
          "outcome": "target",
          "netR": 1.9207,
          "holdMinutes": 3807
        },
        {
          "entryTs": 1694416560,
          "entryUtc": "2023-09-11T07:16:00.000Z",
          "exitTs": 1694419320,
          "dir": 1,
          "entryPrice": 1930.055,
          "exitPrice": 1926.053,
          "stopDistance": 4.002,
          "outcome": "stop",
          "netR": -1.1049,
          "holdMinutes": 46
        },
        {
          "entryTs": 1694498280,
          "entryUtc": "2023-09-12T05:58:00.000Z",
          "exitTs": 1694514900,
          "dir": 1,
          "entryPrice": 1920.165,
          "exitPrice": 1916.61,
          "stopDistance": 3.555,
          "outcome": "stop",
          "netR": -1.1181,
          "holdMinutes": 277
        },
        {
          "entryTs": 1694578380,
          "entryUtc": "2023-09-13T04:13:00.000Z",
          "exitTs": 1694608200,
          "dir": -1,
          "entryPrice": 1909.875,
          "exitPrice": 1913.452,
          "stopDistance": 3.577,
          "outcome": "stop",
          "netR": -1.1174,
          "holdMinutes": 497
        },
        {
          "entryTs": 1694665800,
          "entryUtc": "2023-09-14T04:30:00.000Z",
          "exitTs": 1694694600,
          "dir": -1,
          "entryPrice": 1909.975,
          "exitPrice": 1901.988,
          "stopDistance": 3.993,
          "outcome": "target",
          "netR": 1.9073,
          "holdMinutes": 480
        },
        {
          "entryTs": 1694779560,
          "entryUtc": "2023-09-15T12:06:00.000Z",
          "exitTs": 1694784240,
          "dir": -1,
          "entryPrice": 1919.905,
          "exitPrice": 1923.682,
          "stopDistance": 3.777,
          "outcome": "stop",
          "netR": -1.1112,
          "holdMinutes": 78
        },
        {
          "entryTs": 1695016260,
          "entryUtc": "2023-09-18T05:51:00.000Z",
          "exitTs": 1695068280,
          "dir": -1,
          "entryPrice": 1929.915,
          "exitPrice": 1933.853,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 867
        },
        {
          "entryTs": 1695103920,
          "entryUtc": "2023-09-19T06:12:00.000Z",
          "exitTs": 1695119820,
          "dir": 1,
          "entryPrice": 1930.318,
          "exitPrice": 1936.369,
          "stopDistance": 3.026,
          "outcome": "target",
          "netR": 1.8777,
          "holdMinutes": 265
        },
        {
          "entryTs": 1695184380,
          "entryUtc": "2023-09-20T04:33:00.000Z",
          "exitTs": 1695211260,
          "dir": -1,
          "entryPrice": 1930.008,
          "exitPrice": 1932.902,
          "stopDistance": 2.894,
          "outcome": "stop",
          "netR": -1.1451,
          "holdMinutes": 448
        },
        {
          "entryTs": 1695277500,
          "entryUtc": "2023-09-21T06:25:00.000Z",
          "exitTs": 1695295500,
          "dir": -1,
          "entryPrice": 1929.885,
          "exitPrice": 1920.669,
          "stopDistance": 4.608,
          "outcome": "target",
          "netR": 1.9197,
          "holdMinutes": 300
        },
        {
          "entryTs": 1695711660,
          "entryUtc": "2023-09-26T07:01:00.000Z",
          "exitTs": 1695731880,
          "dir": 1,
          "entryPrice": 1910.055,
          "exitPrice": 1906.86,
          "stopDistance": 3.195,
          "outcome": "stop",
          "netR": -1.1314,
          "holdMinutes": 337
        },
        {
          "entryTs": 1695817860,
          "entryUtc": "2023-09-27T12:31:00.000Z",
          "exitTs": 1695822000,
          "dir": 1,
          "entryPrice": 1891.375,
          "exitPrice": 1887.545,
          "stopDistance": 3.83,
          "outcome": "stop",
          "netR": -1.1097,
          "holdMinutes": 69
        },
        {
          "entryTs": 1695911520,
          "entryUtc": "2023-09-28T14:32:00.000Z",
          "exitTs": 1695913140,
          "dir": 1,
          "entryPrice": 1870.515,
          "exitPrice": 1865.364,
          "stopDistance": 5.151,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 27
        },
        {
          "entryTs": 1695970080,
          "entryUtc": "2023-09-29T06:48:00.000Z",
          "exitTs": 1695992460,
          "dir": -1,
          "entryPrice": 1869.985,
          "exitPrice": 1875.046,
          "stopDistance": 5.061,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 373
        },
        {
          "entryTs": 1696233240,
          "entryUtc": "2023-10-02T07:54:00.000Z",
          "exitTs": 1696256040,
          "dir": -1,
          "entryPrice": 1839.975,
          "exitPrice": 1828.324,
          "stopDistance": 5.825,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 380
        },
        {
          "entryTs": 1696306680,
          "entryUtc": "2023-10-03T04:18:00.000Z",
          "exitTs": 1696509480,
          "dir": 1,
          "entryPrice": 1820.055,
          "exitPrice": 1813.475,
          "stopDistance": 6.58,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 3380
        },
        {
          "entryTs": 1696576560,
          "entryUtc": "2023-10-06T07:16:00.000Z",
          "exitTs": 1696587120,
          "dir": -1,
          "entryPrice": 1819.605,
          "exitPrice": 1824.013,
          "stopDistance": 4.408,
          "outcome": "stop",
          "netR": -1.0953,
          "holdMinutes": 176
        },
        {
          "entryTs": 1696803180,
          "entryUtc": "2023-10-08T22:13:00.000Z",
          "exitTs": 1696896300,
          "dir": 1,
          "entryPrice": 1850.795,
          "exitPrice": 1864.516,
          "stopDistance": 6.86,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 1552
        },
        {
          "entryTs": 1696918200,
          "entryUtc": "2023-10-10T06:10:00.000Z",
          "exitTs": 1697007720,
          "dir": -1,
          "entryPrice": 1859.585,
          "exitPrice": 1864.672,
          "stopDistance": 5.087,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 1492
        },
        {
          "entryTs": 1697091600,
          "entryUtc": "2023-10-12T06:20:00.000Z",
          "exitTs": 1697111100,
          "dir": -1,
          "entryPrice": 1879.985,
          "exitPrice": 1884.159,
          "stopDistance": 4.174,
          "outcome": "stop",
          "netR": -1.1006,
          "holdMinutes": 325
        },
        {
          "entryTs": 1697181960,
          "entryUtc": "2023-10-13T07:26:00.000Z",
          "exitTs": 1697185200,
          "dir": -1,
          "entryPrice": 1879.625,
          "exitPrice": 1883.725,
          "stopDistance": 4.1,
          "outcome": "stop",
          "netR": -1.1024,
          "holdMinutes": 54
        },
        {
          "entryTs": 1697421720,
          "entryUtc": "2023-10-16T02:02:00.000Z",
          "exitTs": 1697438400,
          "dir": 1,
          "entryPrice": 1920.045,
          "exitPrice": 1911.992,
          "stopDistance": 8.053,
          "outcome": "stop",
          "netR": -1.0522,
          "holdMinutes": 278
        },
        {
          "entryTs": 1697526480,
          "entryUtc": "2023-10-17T07:08:00.000Z",
          "exitTs": 1697537580,
          "dir": -1,
          "entryPrice": 1919.785,
          "exitPrice": 1925.206,
          "stopDistance": 5.421,
          "outcome": "stop",
          "netR": -1.0775,
          "holdMinutes": 185
        },
        {
          "entryTs": 1697615880,
          "entryUtc": "2023-10-18T07:58:00.000Z",
          "exitTs": 1697628660,
          "dir": -1,
          "entryPrice": 1939.665,
          "exitPrice": 1946.22,
          "stopDistance": 6.555,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 213
        },
        {
          "entryTs": 1697704020,
          "entryUtc": "2023-10-19T08:27:00.000Z",
          "exitTs": 1697735940,
          "dir": 1,
          "entryPrice": 1950.188,
          "exitPrice": 1964.587,
          "stopDistance": 7.199,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 532
        },
        {
          "entryTs": 1697782200,
          "entryUtc": "2023-10-20T06:10:00.000Z",
          "exitTs": 1697810340,
          "dir": -1,
          "entryPrice": 1979.935,
          "exitPrice": 1987.599,
          "stopDistance": 7.664,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 469
        },
        {
          "entryTs": 1698012180,
          "entryUtc": "2023-10-22T22:03:00.000Z",
          "exitTs": 1698144420,
          "dir": 1,
          "entryPrice": 1972.505,
          "exitPrice": 1963.099,
          "stopDistance": 9.406,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 2204
        },
        {
          "entryTs": 1698219900,
          "entryUtc": "2023-10-25T07:45:00.000Z",
          "exitTs": 1698241860,
          "dir": 1,
          "entryPrice": 1970.348,
          "exitPrice": 1983.08,
          "stopDistance": 6.366,
          "outcome": "target",
          "netR": 1.9419,
          "holdMinutes": 366
        },
        {
          "entryTs": 1698307620,
          "entryUtc": "2023-10-26T08:07:00.000Z",
          "exitTs": 1698324420,
          "dir": -1,
          "entryPrice": 1989.905,
          "exitPrice": 1975.588,
          "stopDistance": 7.159,
          "outcome": "target",
          "netR": 1.9483,
          "holdMinutes": 280
        },
        {
          "entryTs": 1698406500,
          "entryUtc": "2023-10-27T11:35:00.000Z",
          "exitTs": 1698428100,
          "dir": 1,
          "entryPrice": 1980.585,
          "exitPrice": 1992.014,
          "stopDistance": 5.715,
          "outcome": "target",
          "netR": 1.9353,
          "holdMinutes": 360
        },
        {
          "entryTs": 1698618420,
          "entryUtc": "2023-10-29T22:27:00.000Z",
          "exitTs": 1698774720,
          "dir": -1,
          "entryPrice": 1999.955,
          "exitPrice": 1983.65,
          "stopDistance": 8.152,
          "outcome": "target",
          "netR": 1.9546,
          "holdMinutes": 2605
        },
        {
          "entryTs": 1698818760,
          "entryUtc": "2023-11-01T06:06:00.000Z",
          "exitTs": 1698864060,
          "dir": 1,
          "entryPrice": 1980.345,
          "exitPrice": 1974.307,
          "stopDistance": 6.038,
          "outcome": "stop",
          "netR": -1.0696,
          "holdMinutes": 755
        },
        {
          "entryTs": 1698923640,
          "entryUtc": "2023-11-02T11:14:00.000Z",
          "exitTs": 1699014600,
          "dir": -1,
          "entryPrice": 1989.855,
          "exitPrice": 1995.524,
          "stopDistance": 5.669,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 1516
        },
        {
          "entryTs": 1699231140,
          "entryUtc": "2023-11-06T00:39:00.000Z",
          "exitTs": 1699313760,
          "dir": -1,
          "entryPrice": 1989.805,
          "exitPrice": 1976.089,
          "stopDistance": 6.858,
          "outcome": "target",
          "netR": 1.946,
          "holdMinutes": 1377
        },
        {
          "entryTs": 1699341180,
          "entryUtc": "2023-11-07T07:13:00.000Z",
          "exitTs": 1699360260,
          "dir": -1,
          "entryPrice": 1969.535,
          "exitPrice": 1960.512,
          "stopDistance": 4.512,
          "outcome": "target",
          "netR": 1.918,
          "holdMinutes": 318
        },
        {
          "entryTs": 1699439700,
          "entryUtc": "2023-11-08T10:35:00.000Z",
          "exitTs": 1699456980,
          "dir": 1,
          "entryPrice": 1960.085,
          "exitPrice": 1955.502,
          "stopDistance": 4.583,
          "outcome": "stop",
          "netR": -1.0916,
          "holdMinutes": 288
        },
        {
          "entryTs": 1699510140,
          "entryUtc": "2023-11-09T06:09:00.000Z",
          "exitTs": 1699517940,
          "dir": 1,
          "entryPrice": 1950.005,
          "exitPrice": 1944.943,
          "stopDistance": 5.062,
          "outcome": "stop",
          "netR": -1.083,
          "holdMinutes": 130
        },
        {
          "entryTs": 1699615500,
          "entryUtc": "2023-11-10T11:25:00.000Z",
          "exitTs": 1699620120,
          "dir": 1,
          "entryPrice": 1950.065,
          "exitPrice": 1945.191,
          "stopDistance": 4.874,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 77
        },
        {
          "entryTs": 1699830840,
          "entryUtc": "2023-11-12T23:14:00.000Z",
          "exitTs": 1699831800,
          "dir": 1,
          "entryPrice": 1940.135,
          "exitPrice": 1934.206,
          "stopDistance": 5.929,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 16
        },
        {
          "entryTs": 1699861140,
          "entryUtc": "2023-11-13T07:39:00.000Z",
          "exitTs": 1699880520,
          "dir": 1,
          "entryPrice": 1940.565,
          "exitPrice": 1935.091,
          "stopDistance": 5.474,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 323
        },
        {
          "entryTs": 1699968660,
          "entryUtc": "2023-11-14T13:31:00.000Z",
          "exitTs": 1699972560,
          "dir": 1,
          "entryPrice": 1956.055,
          "exitPrice": 1963.553,
          "stopDistance": 3.749,
          "outcome": "target",
          "netR": 1.9013,
          "holdMinutes": 65
        },
        {
          "entryTs": 1700029860,
          "entryUtc": "2023-11-15T06:31:00.000Z",
          "exitTs": 1700055000,
          "dir": -1,
          "entryPrice": 1969.785,
          "exitPrice": 1974.494,
          "stopDistance": 4.709,
          "outcome": "stop",
          "netR": -1.0892,
          "holdMinutes": 419
        },
        {
          "entryTs": 1700141460,
          "entryUtc": "2023-11-16T13:31:00.000Z",
          "exitTs": 1700144100,
          "dir": -1,
          "entryPrice": 1968.924,
          "exitPrice": 1973.41,
          "stopDistance": 4.486,
          "outcome": "stop",
          "netR": -1.0936,
          "holdMinutes": 44
        },
        {
          "entryTs": 1700212140,
          "entryUtc": "2023-11-17T09:09:00.000Z",
          "exitTs": 1700228640,
          "dir": 1,
          "entryPrice": 1990.264,
          "exitPrice": 1985.26,
          "stopDistance": 5.004,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 275
        },
        {
          "entryTs": 1700442540,
          "entryUtc": "2023-11-20T01:09:00.000Z",
          "exitTs": 1700478480,
          "dir": 1,
          "entryPrice": 1980.328,
          "exitPrice": 1974.758,
          "stopDistance": 5.57,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 599
        },
        {
          "entryTs": 1700556300,
          "entryUtc": "2023-11-21T08:45:00.000Z",
          "exitTs": 1700559120,
          "dir": 1,
          "entryPrice": 1990.095,
          "exitPrice": 1984.347,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 47
        },
        {
          "entryTs": 1700633700,
          "entryUtc": "2023-11-22T06:15:00.000Z",
          "exitTs": 1700640300,
          "dir": -1,
          "entryPrice": 1999.725,
          "exitPrice": 2005.227,
          "stopDistance": 5.502,
          "outcome": "stop",
          "netR": -1.0763,
          "holdMinutes": 110
        },
        {
          "entryTs": 1700756220,
          "entryUtc": "2023-11-23T16:17:00.000Z",
          "exitTs": 1700832900,
          "dir": 1,
          "entryPrice": 1990.185,
          "exitPrice": 1999.265,
          "stopDistance": 4.54,
          "outcome": "target",
          "netR": 1.9185,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1700834580,
          "entryUtc": "2023-11-24T14:03:00.000Z",
          "exitTs": 1701047880,
          "dir": 1,
          "entryPrice": 2000.735,
          "exitPrice": 2008.858,
          "stopDistance": 4.061,
          "outcome": "target",
          "netR": 1.9089,
          "holdMinutes": 3555
        },
        {
          "entryTs": 1701048300,
          "entryUtc": "2023-11-27T01:25:00.000Z",
          "exitTs": 1701048420,
          "dir": -1,
          "entryPrice": 2009.755,
          "exitPrice": 2014.177,
          "stopDistance": 4.422,
          "outcome": "stop",
          "netR": -1.095,
          "holdMinutes": 2
        },
        {
          "entryTs": 1701065040,
          "entryUtc": "2023-11-27T06:04:00.000Z",
          "exitTs": 1701180000,
          "dir": 1,
          "entryPrice": 2010.265,
          "exitPrice": 2022.27,
          "stopDistance": 6.002,
          "outcome": "target",
          "netR": 1.9384,
          "holdMinutes": 1916
        },
        {
          "entryTs": 1701249840,
          "entryUtc": "2023-11-29T09:24:00.000Z",
          "exitTs": 1701270000,
          "dir": -1,
          "entryPrice": 2039.755,
          "exitPrice": 2045.691,
          "stopDistance": 5.936,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 336
        },
        {
          "entryTs": 1701334380,
          "entryUtc": "2023-11-30T08:53:00.000Z",
          "exitTs": 1701352440,
          "dir": 1,
          "entryPrice": 2040.025,
          "exitPrice": 2034.242,
          "stopDistance": 5.783,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 301
        },
        {
          "entryTs": 1701407760,
          "entryUtc": "2023-12-01T05:16:00.000Z",
          "exitTs": 1701421020,
          "dir": -1,
          "entryPrice": 2039.965,
          "exitPrice": 2045.438,
          "stopDistance": 5.473,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 221
        },
        {
          "entryTs": 1701646140,
          "entryUtc": "2023-12-03T23:29:00.000Z",
          "exitTs": 1701646620,
          "dir": 1,
          "entryPrice": 2133.235,
          "exitPrice": 2124.452,
          "stopDistance": 8.783,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 8
        },
        {
          "entryTs": 1701668580,
          "entryUtc": "2023-12-04T05:43:00.000Z",
          "exitTs": 1701672900,
          "dir": 1,
          "entryPrice": 2090.195,
          "exitPrice": 2074.062,
          "stopDistance": 16.133,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 72
        },
        {
          "entryTs": 1701767580,
          "entryUtc": "2023-12-05T09:13:00.000Z",
          "exitTs": 1701787500,
          "dir": 1,
          "entryPrice": 2030.115,
          "exitPrice": 2019.159,
          "stopDistance": 10.956,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 332
        },
        {
          "entryTs": 1701848520,
          "entryUtc": "2023-12-06T07:42:00.000Z",
          "exitTs": 1701956460,
          "dir": -1,
          "entryPrice": 2029.925,
          "exitPrice": 2037.536,
          "stopDistance": 7.611,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 1799
        },
        {
          "entryTs": 1702013940,
          "entryUtc": "2023-12-08T05:39:00.000Z",
          "exitTs": 1702042200,
          "dir": 1,
          "entryPrice": 2030.515,
          "exitPrice": 2024.272,
          "stopDistance": 6.243,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 471
        },
        {
          "entryTs": 1702264200,
          "entryUtc": "2023-12-11T03:10:00.000Z",
          "exitTs": 1702308180,
          "dir": -1,
          "entryPrice": 1999.778,
          "exitPrice": 1984.702,
          "stopDistance": 7.538,
          "outcome": "target",
          "netR": 1.9509,
          "holdMinutes": 733
        },
        {
          "entryTs": 1702387860,
          "entryUtc": "2023-12-12T13:31:00.000Z",
          "exitTs": 1702387980,
          "dir": 1,
          "entryPrice": 1994.855,
          "exitPrice": 1989.407,
          "stopDistance": 5.448,
          "outcome": "stop",
          "netR": -1.0771,
          "holdMinutes": 2
        },
        {
          "entryTs": 1702452900,
          "entryUtc": "2023-12-13T07:35:00.000Z",
          "exitTs": 1702474200,
          "dir": -1,
          "entryPrice": 1979.545,
          "exitPrice": 1984.731,
          "stopDistance": 5.186,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 355
        },
        {
          "entryTs": 1702539660,
          "entryUtc": "2023-12-14T07:41:00.000Z",
          "exitTs": 1702564920,
          "dir": 1,
          "entryPrice": 2029.985,
          "exitPrice": 2047.694,
          "stopDistance": 8.854,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 421
        },
        {
          "entryTs": 1702630740,
          "entryUtc": "2023-12-15T08:59:00.000Z",
          "exitTs": 1702664340,
          "dir": -1,
          "entryPrice": 2040.005,
          "exitPrice": 2026.672,
          "stopDistance": 6.667,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 560
        },
        {
          "entryTs": 1702854240,
          "entryUtc": "2023-12-17T23:04:00.000Z",
          "exitTs": 1702996620,
          "dir": 1,
          "entryPrice": 2020.105,
          "exitPrice": 2035.57,
          "stopDistance": 7.733,
          "outcome": "target",
          "netR": 1.9522,
          "holdMinutes": 2373
        },
        {
          "entryTs": 1703049240,
          "entryUtc": "2023-12-20T05:14:00.000Z",
          "exitTs": 1703079600,
          "dir": -1,
          "entryPrice": 2039.895,
          "exitPrice": 2029.953,
          "stopDistance": 4.971,
          "outcome": "target",
          "netR": 1.9256,
          "holdMinutes": 506
        },
        {
          "entryTs": 1703165760,
          "entryUtc": "2023-12-21T13:36:00.000Z",
          "exitTs": 1703202120,
          "dir": 1,
          "entryPrice": 2041.445,
          "exitPrice": 2051.304,
          "stopDistance": 4.929,
          "outcome": "target",
          "netR": 1.9249,
          "holdMinutes": 606
        },
        {
          "entryTs": 1703230440,
          "entryUtc": "2023-12-22T07:34:00.000Z",
          "exitTs": 1703240760,
          "dir": -1,
          "entryPrice": 2049.965,
          "exitPrice": 2056.045,
          "stopDistance": 6.08,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 172
        },
        {
          "entryTs": 1703555400,
          "entryUtc": "2023-12-26T01:50:00.000Z",
          "exitTs": 1703690700,
          "dir": 1,
          "entryPrice": 2060.925,
          "exitPrice": 2074.963,
          "stopDistance": 7.019,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 2255
        },
        {
          "entryTs": 1703751720,
          "entryUtc": "2023-12-28T08:22:00.000Z",
          "exitTs": 1703791320,
          "dir": -1,
          "entryPrice": 2079.925,
          "exitPrice": 2068.987,
          "stopDistance": 5.469,
          "outcome": "target",
          "netR": 1.9323,
          "holdMinutes": 660
        },
        {
          "entryTs": 1703826480,
          "entryUtc": "2023-12-29T05:08:00.000Z",
          "exitTs": 1703844060,
          "dir": 1,
          "entryPrice": 2070.178,
          "exitPrice": 2064.445,
          "stopDistance": 5.733,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 293
        },
        {
          "entryTs": 1704169980,
          "entryUtc": "2024-01-02T04:33:00.000Z",
          "exitTs": 1704176460,
          "dir": -1,
          "entryPrice": 2069.878,
          "exitPrice": 2076.071,
          "stopDistance": 6.193,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 108
        },
        {
          "entryTs": 1704195540,
          "entryUtc": "2024-01-02T11:39:00.000Z",
          "exitTs": 1704206520,
          "dir": 1,
          "entryPrice": 2070.265,
          "exitPrice": 2064.205,
          "stopDistance": 6.06,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 183
        },
        {
          "entryTs": 1704270600,
          "entryUtc": "2024-01-03T08:30:00.000Z",
          "exitTs": 1704275040,
          "dir": 1,
          "entryPrice": 2060.615,
          "exitPrice": 2055.043,
          "stopDistance": 5.572,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 74
        },
        {
          "entryTs": 1704361200,
          "entryUtc": "2024-01-04T09:40:00.000Z",
          "exitTs": 1704379560,
          "dir": -1,
          "entryPrice": 2049.945,
          "exitPrice": 2037.243,
          "stopDistance": 6.351,
          "outcome": "target",
          "netR": 1.9417,
          "holdMinutes": 306
        },
        {
          "entryTs": 1704452160,
          "entryUtc": "2024-01-05T10:56:00.000Z",
          "exitTs": 1704461400,
          "dir": -1,
          "entryPrice": 2039.885,
          "exitPrice": 2029.298,
          "stopDistance": 5.293,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 154
        },
        {
          "entryTs": 1704683280,
          "entryUtc": "2024-01-08T03:08:00.000Z",
          "exitTs": 1704692040,
          "dir": 1,
          "entryPrice": 2040.095,
          "exitPrice": 2032.617,
          "stopDistance": 7.478,
          "outcome": "stop",
          "netR": -1.0562,
          "holdMinutes": 146
        },
        {
          "entryTs": 1704692160,
          "entryUtc": "2024-01-08T05:36:00.000Z",
          "exitTs": 1704712680,
          "dir": 1,
          "entryPrice": 2031.725,
          "exitPrice": 2024.426,
          "stopDistance": 7.299,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 342
        },
        {
          "entryTs": 1704807540,
          "entryUtc": "2024-01-09T13:39:00.000Z",
          "exitTs": 1704816060,
          "dir": -1,
          "entryPrice": 2039.435,
          "exitPrice": 2027.016,
          "stopDistance": 6.209,
          "outcome": "target",
          "netR": 1.9404,
          "holdMinutes": 142
        },
        {
          "entryTs": 1704862860,
          "entryUtc": "2024-01-10T05:01:00.000Z",
          "exitTs": 1704875280,
          "dir": -1,
          "entryPrice": 2029.835,
          "exitPrice": 2035.554,
          "stopDistance": 5.719,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 207
        },
        {
          "entryTs": 1704979860,
          "entryUtc": "2024-01-11T13:31:00.000Z",
          "exitTs": 1704980040,
          "dir": -1,
          "entryPrice": 2028.935,
          "exitPrice": 2033.772,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 3
        },
        {
          "entryTs": 1705054980,
          "entryUtc": "2024-01-12T10:23:00.000Z",
          "exitTs": 1705057200,
          "dir": -1,
          "entryPrice": 2039.905,
          "exitPrice": 2046.429,
          "stopDistance": 6.524,
          "outcome": "stop",
          "netR": -1.0644,
          "holdMinutes": 37
        },
        {
          "entryTs": 1705282680,
          "entryUtc": "2024-01-15T01:38:00.000Z",
          "exitTs": 1705289880,
          "dir": -1,
          "entryPrice": 2049.754,
          "exitPrice": 2057.086,
          "stopDistance": 7.333,
          "outcome": "stop",
          "netR": -1.0573,
          "holdMinutes": 120
        },
        {
          "entryTs": 1705367220,
          "entryUtc": "2024-01-16T01:07:00.000Z",
          "exitTs": 1705394100,
          "dir": 1,
          "entryPrice": 2050.125,
          "exitPrice": 2045.234,
          "stopDistance": 4.891,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 448
        },
        {
          "entryTs": 1705468920,
          "entryUtc": "2024-01-17T05:22:00.000Z",
          "exitTs": 1705478520,
          "dir": -1,
          "entryPrice": 2019.835,
          "exitPrice": 2026.336,
          "stopDistance": 6.501,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 160
        },
        {
          "entryTs": 1705558080,
          "entryUtc": "2024-01-18T06:08:00.000Z",
          "exitTs": 1705612500,
          "dir": 1,
          "entryPrice": 2010.115,
          "exitPrice": 2022.795,
          "stopDistance": 6.34,
          "outcome": "target",
          "netR": 1.9416,
          "holdMinutes": 907
        },
        {
          "entryTs": 1705654740,
          "entryUtc": "2024-01-19T08:59:00.000Z",
          "exitTs": 1705668240,
          "dir": -1,
          "entryPrice": 2029.735,
          "exitPrice": 2034.949,
          "stopDistance": 5.214,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 225
        },
        {
          "entryTs": 1705886640,
          "entryUtc": "2024-01-22T01:24:00.000Z",
          "exitTs": 1705900260,
          "dir": 1,
          "entryPrice": 2030.255,
          "exitPrice": 2024.519,
          "stopDistance": 5.736,
          "outcome": "stop",
          "netR": -1.0732,
          "holdMinutes": 227
        },
        {
          "entryTs": 1705904220,
          "entryUtc": "2024-01-22T06:17:00.000Z",
          "exitTs": 1705989420,
          "dir": 1,
          "entryPrice": 2020.285,
          "exitPrice": 2031.024,
          "stopDistance": 5.369,
          "outcome": "target",
          "netR": 1.9311,
          "holdMinutes": 1420
        },
        {
          "entryTs": 1706082360,
          "entryUtc": "2024-01-24T07:46:00.000Z",
          "exitTs": 1706107500,
          "dir": 1,
          "entryPrice": 2030.385,
          "exitPrice": 2025.271,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 419
        },
        {
          "entryTs": 1706189460,
          "entryUtc": "2024-01-25T13:31:00.000Z",
          "exitTs": 1706194440,
          "dir": 1,
          "entryPrice": 2014.335,
          "exitPrice": 2025.005,
          "stopDistance": 5.335,
          "outcome": "target",
          "netR": 1.9306,
          "holdMinutes": 83
        },
        {
          "entryTs": 1706259780,
          "entryUtc": "2024-01-26T09:03:00.000Z",
          "exitTs": 1706512080,
          "dir": 1,
          "entryPrice": 2020.075,
          "exitPrice": 2030.193,
          "stopDistance": 5.059,
          "outcome": "target",
          "netR": 1.9269,
          "holdMinutes": 4205
        },
        {
          "entryTs": 1706600160,
          "entryUtc": "2024-01-30T07:36:00.000Z",
          "exitTs": 1706624340,
          "dir": -1,
          "entryPrice": 2039.145,
          "exitPrice": 2044.818,
          "stopDistance": 5.673,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 403
        },
        {
          "entryTs": 1706690640,
          "entryUtc": "2024-01-31T08:44:00.000Z",
          "exitTs": 1706712180,
          "dir": 1,
          "entryPrice": 2040.055,
          "exitPrice": 2050.381,
          "stopDistance": 5.163,
          "outcome": "target",
          "netR": 1.9283,
          "holdMinutes": 359
        },
        {
          "entryTs": 1706781780,
          "entryUtc": "2024-02-01T10:03:00.000Z",
          "exitTs": 1706784540,
          "dir": 1,
          "entryPrice": 2040.025,
          "exitPrice": 2033.67,
          "stopDistance": 6.355,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 46
        },
        {
          "entryTs": 1706882280,
          "entryUtc": "2024-02-02T13:58:00.000Z",
          "exitTs": 1707120060,
          "dir": 1,
          "entryPrice": 2031.275,
          "exitPrice": 2025.619,
          "stopDistance": 5.656,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 3963
        },
        {
          "entryTs": 1707224940,
          "entryUtc": "2024-02-06T13:09:00.000Z",
          "exitTs": 1707232200,
          "dir": -1,
          "entryPrice": 2029.965,
          "exitPrice": 2035.279,
          "stopDistance": 5.314,
          "outcome": "stop",
          "netR": -1.079,
          "holdMinutes": 121
        },
        {
          "entryTs": 1707317100,
          "entryUtc": "2024-02-07T14:45:00.000Z",
          "exitTs": 1707319020,
          "dir": 1,
          "entryPrice": 2040.285,
          "exitPrice": 2035.812,
          "stopDistance": 4.473,
          "outcome": "stop",
          "netR": -1.0939,
          "holdMinutes": 32
        },
        {
          "entryTs": 1707381180,
          "entryUtc": "2024-02-08T08:33:00.000Z",
          "exitTs": 1707386160,
          "dir": -1,
          "entryPrice": 2029.915,
          "exitPrice": 2034.446,
          "stopDistance": 4.531,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 83
        },
        {
          "entryTs": 1707482040,
          "entryUtc": "2024-02-09T12:34:00.000Z",
          "exitTs": 1707484560,
          "dir": 1,
          "entryPrice": 2030.095,
          "exitPrice": 2025.814,
          "stopDistance": 4.28,
          "outcome": "stop",
          "netR": -1.0981,
          "holdMinutes": 42
        },
        {
          "entryTs": 1707733320,
          "entryUtc": "2024-02-12T10:22:00.000Z",
          "exitTs": 1707747660,
          "dir": 1,
          "entryPrice": 2020.075,
          "exitPrice": 2015.77,
          "stopDistance": 4.305,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 239
        },
        {
          "entryTs": 1707802260,
          "entryUtc": "2024-02-13T05:31:00.000Z",
          "exitTs": 1707807300,
          "dir": -1,
          "entryPrice": 2019.895,
          "exitPrice": 2023.914,
          "stopDistance": 4.019,
          "outcome": "stop",
          "netR": -1.1045,
          "holdMinutes": 84
        },
        {
          "entryTs": 1707894420,
          "entryUtc": "2024-02-14T07:07:00.000Z",
          "exitTs": 1707922920,
          "dir": 1,
          "entryPrice": 1990.038,
          "exitPrice": 1985.048,
          "stopDistance": 4.99,
          "outcome": "stop",
          "netR": -1.0842,
          "holdMinutes": 475
        },
        {
          "entryTs": 1708003380,
          "entryUtc": "2024-02-15T13:23:00.000Z",
          "exitTs": 1708003800,
          "dir": -1,
          "entryPrice": 1999.765,
          "exitPrice": 2003.89,
          "stopDistance": 4.125,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 7
        },
        {
          "entryTs": 1708090440,
          "entryUtc": "2024-02-16T13:34:00.000Z",
          "exitTs": 1708090500,
          "dir": 1,
          "entryPrice": 2000.415,
          "exitPrice": 1996.779,
          "stopDistance": 3.636,
          "outcome": "stop",
          "netR": -1.1155,
          "holdMinutes": 1
        },
        {
          "entryTs": 1708297920,
          "entryUtc": "2024-02-18T23:12:00.000Z",
          "exitTs": 1708424880,
          "dir": 1,
          "entryPrice": 2014.745,
          "exitPrice": 2026.388,
          "stopDistance": 5.821,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 2116
        },
        {
          "entryTs": 1708492560,
          "entryUtc": "2024-02-21T05:16:00.000Z",
          "exitTs": 1708504860,
          "dir": 1,
          "entryPrice": 2030.125,
          "exitPrice": 2026.27,
          "stopDistance": 3.855,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 205
        },
        {
          "entryTs": 1708582440,
          "entryUtc": "2024-02-22T06:14:00.000Z",
          "exitTs": 1708589220,
          "dir": -1,
          "entryPrice": 2029.818,
          "exitPrice": 2033.904,
          "stopDistance": 4.086,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 113
        },
        {
          "entryTs": 1708669620,
          "entryUtc": "2024-02-23T06:27:00.000Z",
          "exitTs": 1708687320,
          "dir": -1,
          "entryPrice": 2019.275,
          "exitPrice": 2023.657,
          "stopDistance": 4.382,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 295
        },
        {
          "entryTs": 1708908600,
          "entryUtc": "2024-02-26T00:50:00.000Z",
          "exitTs": 1709114400,
          "dir": 1,
          "entryPrice": 2030.035,
          "exitPrice": 2024.622,
          "stopDistance": 5.413,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 3430
        },
        {
          "entryTs": 1709206380,
          "entryUtc": "2024-02-29T11:33:00.000Z",
          "exitTs": 1709213460,
          "dir": 1,
          "entryPrice": 2030.155,
          "exitPrice": 2037.641,
          "stopDistance": 3.743,
          "outcome": "target",
          "netR": 1.9012,
          "holdMinutes": 118
        },
        {
          "entryTs": 1709282640,
          "entryUtc": "2024-03-01T08:44:00.000Z",
          "exitTs": 1709288040,
          "dir": 1,
          "entryPrice": 2040.645,
          "exitPrice": 2048.805,
          "stopDistance": 4.08,
          "outcome": "target",
          "netR": 1.9093,
          "holdMinutes": 90
        },
        {
          "entryTs": 1709517180,
          "entryUtc": "2024-03-04T01:53:00.000Z",
          "exitTs": 1709538360,
          "dir": -1,
          "entryPrice": 2079.565,
          "exitPrice": 2087.232,
          "stopDistance": 7.668,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 353
        },
        {
          "entryTs": 1709560740,
          "entryUtc": "2024-03-04T13:59:00.000Z",
          "exitTs": 1709567400,
          "dir": 1,
          "entryPrice": 2093.025,
          "exitPrice": 2104.326,
          "stopDistance": 5.651,
          "outcome": "target",
          "netR": 1.9345,
          "holdMinutes": 111
        },
        {
          "entryTs": 1709627280,
          "entryUtc": "2024-03-05T08:28:00.000Z",
          "exitTs": 1709633520,
          "dir": -1,
          "entryPrice": 2119.845,
          "exitPrice": 2126.494,
          "stopDistance": 6.649,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 104
        },
        {
          "entryTs": 1709711400,
          "entryUtc": "2024-03-06T07:50:00.000Z",
          "exitTs": 1709731200,
          "dir": -1,
          "entryPrice": 2129.605,
          "exitPrice": 2135.927,
          "stopDistance": 6.322,
          "outcome": "stop",
          "netR": -1.0664,
          "holdMinutes": 330
        },
        {
          "entryTs": 1709817660,
          "entryUtc": "2024-03-07T13:21:00.000Z",
          "exitTs": 1709886600,
          "dir": -1,
          "entryPrice": 2159.465,
          "exitPrice": 2167.427,
          "stopDistance": 7.962,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 1149
        },
        {
          "entryTs": 1710108120,
          "entryUtc": "2024-03-10T22:02:00.000Z",
          "exitTs": 1710245820,
          "dir": 1,
          "entryPrice": 2180.648,
          "exitPrice": 2169.92,
          "stopDistance": 10.727,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 2295
        },
        {
          "entryTs": 1710246180,
          "entryUtc": "2024-03-12T12:23:00.000Z",
          "exitTs": 1710246720,
          "dir": -1,
          "entryPrice": 2169.755,
          "exitPrice": 2175.887,
          "stopDistance": 6.132,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 9
        },
        {
          "entryTs": 1710308580,
          "entryUtc": "2024-03-13T05:43:00.000Z",
          "exitTs": 1710349260,
          "dir": 1,
          "entryPrice": 2160.105,
          "exitPrice": 2175.471,
          "stopDistance": 7.683,
          "outcome": "target",
          "netR": 1.9518,
          "holdMinutes": 678
        },
        {
          "entryTs": 1710393000,
          "entryUtc": "2024-03-14T05:10:00.000Z",
          "exitTs": 1710419400,
          "dir": 1,
          "entryPrice": 2170.055,
          "exitPrice": 2164.41,
          "stopDistance": 5.645,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 440
        },
        {
          "entryTs": 1710497760,
          "entryUtc": "2024-03-15T10:16:00.000Z",
          "exitTs": 1710504180,
          "dir": 1,
          "entryPrice": 2170.315,
          "exitPrice": 2164.801,
          "stopDistance": 5.513,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 107
        },
        {
          "entryTs": 1710747420,
          "entryUtc": "2024-03-18T07:37:00.000Z",
          "exitTs": 1710764520,
          "dir": 1,
          "entryPrice": 2150.005,
          "exitPrice": 2161.882,
          "stopDistance": 5.939,
          "outcome": "target",
          "netR": 1.9377,
          "holdMinutes": 285
        },
        {
          "entryTs": 1710823560,
          "entryUtc": "2024-03-19T04:46:00.000Z",
          "exitTs": 1710836220,
          "dir": -1,
          "entryPrice": 2159.958,
          "exitPrice": 2150.175,
          "stopDistance": 4.892,
          "outcome": "target",
          "netR": 1.9244,
          "holdMinutes": 211
        },
        {
          "entryTs": 1710907380,
          "entryUtc": "2024-03-20T04:03:00.000Z",
          "exitTs": 1710938580,
          "dir": -1,
          "entryPrice": 2159.885,
          "exitPrice": 2150.22,
          "stopDistance": 4.832,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 520
        },
        {
          "entryTs": 1711006200,
          "entryUtc": "2024-03-21T07:30:00.000Z",
          "exitTs": 1711029660,
          "dir": -1,
          "entryPrice": 2209.925,
          "exitPrice": 2188.353,
          "stopDistance": 10.786,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 391
        },
        {
          "entryTs": 1711090260,
          "entryUtc": "2024-03-22T06:51:00.000Z",
          "exitTs": 1711128060,
          "dir": 1,
          "entryPrice": 2170.095,
          "exitPrice": 2161.405,
          "stopDistance": 8.69,
          "outcome": "stop",
          "netR": -1.0483,
          "holdMinutes": 630
        },
        {
          "entryTs": 1711329480,
          "entryUtc": "2024-03-25T01:18:00.000Z",
          "exitTs": 1711445400,
          "dir": 1,
          "entryPrice": 2170.075,
          "exitPrice": 2186.504,
          "stopDistance": 8.215,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 1932
        },
        {
          "entryTs": 1711523640,
          "entryUtc": "2024-03-27T07:14:00.000Z",
          "exitTs": 1711532580,
          "dir": -1,
          "entryPrice": 2179.935,
          "exitPrice": 2186.842,
          "stopDistance": 6.906,
          "outcome": "stop",
          "netR": -1.0608,
          "holdMinutes": 149
        },
        {
          "entryTs": 1711621260,
          "entryUtc": "2024-03-28T10:21:00.000Z",
          "exitTs": 1711621320,
          "dir": -1,
          "entryPrice": 2199.678,
          "exitPrice": 2206.974,
          "stopDistance": 7.296,
          "outcome": "stop",
          "netR": -1.0576,
          "holdMinutes": 1
        },
        {
          "entryTs": 1711923240,
          "entryUtc": "2024-03-31T22:14:00.000Z",
          "exitTs": 1711931460,
          "dir": -1,
          "entryPrice": 2239.615,
          "exitPrice": 2250.822,
          "stopDistance": 11.207,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 137
        },
        {
          "entryTs": 1711945860,
          "entryUtc": "2024-04-01T04:31:00.000Z",
          "exitTs": 1711968660,
          "dir": 1,
          "entryPrice": 2260.165,
          "exitPrice": 2247.936,
          "stopDistance": 12.229,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 380
        },
        {
          "entryTs": 1712045280,
          "entryUtc": "2024-04-02T08:08:00.000Z",
          "exitTs": 1712089980,
          "dir": 1,
          "entryPrice": 2260.135,
          "exitPrice": 2279.943,
          "stopDistance": 9.904,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 745
        },
        {
          "entryTs": 1712131320,
          "entryUtc": "2024-04-03T08:02:00.000Z",
          "exitTs": 1712161380,
          "dir": 1,
          "entryPrice": 2270.345,
          "exitPrice": 2291.286,
          "stopDistance": 10.47,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 501
        },
        {
          "entryTs": 1712204580,
          "entryUtc": "2024-04-04T04:23:00.000Z",
          "exitTs": 1712260140,
          "dir": -1,
          "entryPrice": 2299.795,
          "exitPrice": 2281.312,
          "stopDistance": 9.242,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 926
        },
        {
          "entryTs": 1712295060,
          "entryUtc": "2024-04-05T05:31:00.000Z",
          "exitTs": 1712304240,
          "dir": -1,
          "entryPrice": 2279.855,
          "exitPrice": 2290.62,
          "stopDistance": 10.765,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 153
        },
        {
          "entryTs": 1712527320,
          "entryUtc": "2024-04-07T22:02:00.000Z",
          "exitTs": 1712528280,
          "dir": 1,
          "entryPrice": 2320.915,
          "exitPrice": 2307.848,
          "stopDistance": 13.067,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 16
        },
        {
          "entryTs": 1712553240,
          "entryUtc": "2024-04-08T05:14:00.000Z",
          "exitTs": 1712646900,
          "dir": -1,
          "entryPrice": 2339.875,
          "exitPrice": 2356.797,
          "stopDistance": 16.922,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 1561
        },
        {
          "entryTs": 1712654400,
          "entryUtc": "2024-04-09T09:20:00.000Z",
          "exitTs": 1712662740,
          "dir": 1,
          "entryPrice": 2360.345,
          "exitPrice": 2349.911,
          "stopDistance": 10.434,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 139
        },
        {
          "entryTs": 1712727300,
          "entryUtc": "2024-04-10T05:35:00.000Z",
          "exitTs": 1712752200,
          "dir": -1,
          "entryPrice": 2359.925,
          "exitPrice": 2339.621,
          "stopDistance": 10.152,
          "outcome": "target",
          "netR": 1.9636,
          "holdMinutes": 415
        },
        {
          "entryTs": 1712820240,
          "entryUtc": "2024-04-11T07:24:00.000Z",
          "exitTs": 1712824920,
          "dir": 1,
          "entryPrice": 2340.385,
          "exitPrice": 2329.062,
          "stopDistance": 11.323,
          "outcome": "stop",
          "netR": -1.0371,
          "holdMinutes": 78
        },
        {
          "entryTs": 1712903760,
          "entryUtc": "2024-04-12T06:36:00.000Z",
          "exitTs": 1712931240,
          "dir": 1,
          "entryPrice": 2390.215,
          "exitPrice": 2413.994,
          "stopDistance": 11.889,
          "outcome": "target",
          "netR": 1.9689,
          "holdMinutes": 458
        },
        {
          "entryTs": 1713132240,
          "entryUtc": "2024-04-14T22:04:00.000Z",
          "exitTs": 1713208020,
          "dir": -1,
          "entryPrice": 2357.475,
          "exitPrice": 2378.724,
          "stopDistance": 21.249,
          "outcome": "stop",
          "netR": -1.0198,
          "holdMinutes": 1263
        },
        {
          "entryTs": 1713249060,
          "entryUtc": "2024-04-16T06:31:00.000Z",
          "exitTs": 1713254040,
          "dir": 1,
          "entryPrice": 2380.785,
          "exitPrice": 2366.086,
          "stopDistance": 14.699,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 83
        },
        {
          "entryTs": 1713331020,
          "entryUtc": "2024-04-17T05:17:00.000Z",
          "exitTs": 1713372180,
          "dir": 1,
          "entryPrice": 2380.075,
          "exitPrice": 2367.694,
          "stopDistance": 12.381,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 686
        },
        {
          "entryTs": 1713423780,
          "entryUtc": "2024-04-18T07:03:00.000Z",
          "exitTs": 1713446940,
          "dir": -1,
          "entryPrice": 2379.658,
          "exitPrice": 2390.815,
          "stopDistance": 11.157,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 386
        },
        {
          "entryTs": 1713499320,
          "entryUtc": "2024-04-19T04:02:00.000Z",
          "exitTs": 1713525120,
          "dir": 1,
          "entryPrice": 2389.985,
          "exitPrice": 2374.366,
          "stopDistance": 15.62,
          "outcome": "stop",
          "netR": -1.0269,
          "holdMinutes": 430
        },
        {
          "entryTs": 1713749100,
          "entryUtc": "2024-04-22T01:25:00.000Z",
          "exitTs": 1713768420,
          "dir": -1,
          "entryPrice": 2379.585,
          "exitPrice": 2353.522,
          "stopDistance": 13.031,
          "outcome": "target",
          "netR": 1.9716,
          "holdMinutes": 322
        },
        {
          "entryTs": 1713849300,
          "entryUtc": "2024-04-23T05:15:00.000Z",
          "exitTs": 1713863580,
          "dir": 1,
          "entryPrice": 2311.115,
          "exitPrice": 2296.488,
          "stopDistance": 14.627,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 238
        },
        {
          "entryTs": 1713938700,
          "entryUtc": "2024-04-24T06:05:00.000Z",
          "exitTs": 1714014840,
          "dir": -1,
          "entryPrice": 2329.965,
          "exitPrice": 2308.083,
          "stopDistance": 10.941,
          "outcome": "target",
          "netR": 1.9662,
          "holdMinutes": 1269
        },
        {
          "entryTs": 1714024440,
          "entryUtc": "2024-04-25T05:54:00.000Z",
          "exitTs": 1714055700,
          "dir": 1,
          "entryPrice": 2320.155,
          "exitPrice": 2340.404,
          "stopDistance": 10.125,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 521
        },
        {
          "entryTs": 1714111560,
          "entryUtc": "2024-04-26T06:06:00.000Z",
          "exitTs": 1714142280,
          "dir": 1,
          "entryPrice": 2340.875,
          "exitPrice": 2331.846,
          "stopDistance": 9.029,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 512
        },
        {
          "entryTs": 1714354560,
          "entryUtc": "2024-04-29T01:36:00.000Z",
          "exitTs": 1714380060,
          "dir": 1,
          "entryPrice": 2322.385,
          "exitPrice": 2341.137,
          "stopDistance": 9.376,
          "outcome": "target",
          "netR": 1.9605,
          "holdMinutes": 425
        },
        {
          "entryTs": 1714457520,
          "entryUtc": "2024-04-30T06:12:00.000Z",
          "exitTs": 1714465680,
          "dir": 1,
          "entryPrice": 2320.195,
          "exitPrice": 2311.84,
          "stopDistance": 8.355,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 136
        },
        {
          "entryTs": 1714557960,
          "entryUtc": "2024-05-01T10:06:00.000Z",
          "exitTs": 1714572000,
          "dir": 1,
          "entryPrice": 2290.014,
          "exitPrice": 2306.717,
          "stopDistance": 8.352,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 234
        },
        {
          "entryTs": 1714623060,
          "entryUtc": "2024-05-02T04:11:00.000Z",
          "exitTs": 1714634100,
          "dir": 1,
          "entryPrice": 2320.055,
          "exitPrice": 2308.652,
          "stopDistance": 11.403,
          "outcome": "stop",
          "netR": -1.0368,
          "holdMinutes": 184
        },
        {
          "entryTs": 1714721520,
          "entryUtc": "2024-05-03T07:32:00.000Z",
          "exitTs": 1714739400,
          "dir": -1,
          "entryPrice": 2299.825,
          "exitPrice": 2308.632,
          "stopDistance": 8.807,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 298
        },
        {
          "entryTs": 1714962960,
          "entryUtc": "2024-05-06T02:36:00.000Z",
          "exitTs": 1715264040,
          "dir": 1,
          "entryPrice": 2310.055,
          "exitPrice": 2334.877,
          "stopDistance": 12.411,
          "outcome": "target",
          "netR": 1.9702,
          "holdMinutes": 5018
        },
        {
          "entryTs": 1715321580,
          "entryUtc": "2024-05-10T06:13:00.000Z",
          "exitTs": 1715324280,
          "dir": -1,
          "entryPrice": 2360.005,
          "exitPrice": 2368.449,
          "stopDistance": 8.444,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 45
        },
        {
          "entryTs": 1715552520,
          "entryUtc": "2024-05-12T22:22:00.000Z",
          "exitTs": 1715580840,
          "dir": 1,
          "entryPrice": 2360.415,
          "exitPrice": 2349.979,
          "stopDistance": 10.437,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 472
        },
        {
          "entryTs": 1715580960,
          "entryUtc": "2024-05-13T06:16:00.000Z",
          "exitTs": 1715614320,
          "dir": -1,
          "entryPrice": 2349.695,
          "exitPrice": 2332.738,
          "stopDistance": 8.479,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 556
        },
        {
          "entryTs": 1715668260,
          "entryUtc": "2024-05-14T06:31:00.000Z",
          "exitTs": 1715695080,
          "dir": 1,
          "entryPrice": 2340.245,
          "exitPrice": 2354.054,
          "stopDistance": 6.904,
          "outcome": "target",
          "netR": 1.9464,
          "holdMinutes": 447
        },
        {
          "entryTs": 1715746440,
          "entryUtc": "2024-05-15T04:14:00.000Z",
          "exitTs": 1715762940,
          "dir": 1,
          "entryPrice": 2360.025,
          "exitPrice": 2373.636,
          "stopDistance": 6.806,
          "outcome": "target",
          "netR": 1.9456,
          "holdMinutes": 275
        },
        {
          "entryTs": 1715839260,
          "entryUtc": "2024-05-16T06:01:00.000Z",
          "exitTs": 1715863020,
          "dir": 1,
          "entryPrice": 2390.075,
          "exitPrice": 2380.418,
          "stopDistance": 9.657,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 396
        },
        {
          "entryTs": 1715923560,
          "entryUtc": "2024-05-17T05:26:00.000Z",
          "exitTs": 1715950800,
          "dir": 1,
          "entryPrice": 2380.205,
          "exitPrice": 2394.476,
          "stopDistance": 7.136,
          "outcome": "target",
          "netR": 1.9481,
          "holdMinutes": 454
        },
        {
          "entryTs": 1716156600,
          "entryUtc": "2024-05-19T22:10:00.000Z",
          "exitTs": 1716166800,
          "dir": -1,
          "entryPrice": 2418.515,
          "exitPrice": 2429.102,
          "stopDistance": 10.587,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 170
        },
        {
          "entryTs": 1716186420,
          "entryUtc": "2024-05-20T06:27:00.000Z",
          "exitTs": 1716205200,
          "dir": 1,
          "entryPrice": 2440.265,
          "exitPrice": 2428.242,
          "stopDistance": 12.023,
          "outcome": "stop",
          "netR": -1.0349,
          "holdMinutes": 313
        },
        {
          "entryTs": 1716274920,
          "entryUtc": "2024-05-21T07:02:00.000Z",
          "exitTs": 1716289500,
          "dir": -1,
          "entryPrice": 2409.955,
          "exitPrice": 2422.373,
          "stopDistance": 12.418,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 243
        },
        {
          "entryTs": 1716377940,
          "entryUtc": "2024-05-22T11:39:00.000Z",
          "exitTs": 1716386820,
          "dir": 1,
          "entryPrice": 2410.738,
          "exitPrice": 2401.875,
          "stopDistance": 8.863,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 148
        },
        {
          "entryTs": 1716442380,
          "entryUtc": "2024-05-23T05:33:00.000Z",
          "exitTs": 1716473820,
          "dir": -1,
          "entryPrice": 2369.515,
          "exitPrice": 2348.639,
          "stopDistance": 10.438,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 524
        },
        {
          "entryTs": 1716534840,
          "entryUtc": "2024-05-24T07:14:00.000Z",
          "exitTs": 1716815880,
          "dir": -1,
          "entryPrice": 2339.755,
          "exitPrice": 2350.189,
          "stopDistance": 10.434,
          "outcome": "stop",
          "netR": -1.0403,
          "holdMinutes": 4684
        },
        {
          "entryTs": 1716875820,
          "entryUtc": "2024-05-28T05:57:00.000Z",
          "exitTs": 1716899820,
          "dir": -1,
          "entryPrice": 2349.638,
          "exitPrice": 2356.282,
          "stopDistance": 6.644,
          "outcome": "stop",
          "netR": -1.0632,
          "holdMinutes": 400
        },
        {
          "entryTs": 1716960780,
          "entryUtc": "2024-05-29T05:33:00.000Z",
          "exitTs": 1716973140,
          "dir": -1,
          "entryPrice": 2359.765,
          "exitPrice": 2344.893,
          "stopDistance": 7.436,
          "outcome": "target",
          "netR": 1.9502,
          "holdMinutes": 206
        },
        {
          "entryTs": 1717051680,
          "entryUtc": "2024-05-30T06:48:00.000Z",
          "exitTs": 1717066560,
          "dir": -1,
          "entryPrice": 2329.895,
          "exitPrice": 2338.629,
          "stopDistance": 8.734,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 248
        },
        {
          "entryTs": 1717142220,
          "entryUtc": "2024-05-31T07:57:00.000Z",
          "exitTs": 1717160100,
          "dir": 1,
          "entryPrice": 2340.065,
          "exitPrice": 2355.913,
          "stopDistance": 7.924,
          "outcome": "target",
          "netR": 1.9533,
          "holdMinutes": 298
        },
        {
          "entryTs": 1717377660,
          "entryUtc": "2024-06-03T01:21:00.000Z",
          "exitTs": 1717423200,
          "dir": -1,
          "entryPrice": 2329.535,
          "exitPrice": 2338.924,
          "stopDistance": 9.389,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 759
        },
        {
          "entryTs": 1717481220,
          "entryUtc": "2024-06-04T06:07:00.000Z",
          "exitTs": 1717489800,
          "dir": -1,
          "entryPrice": 2349.785,
          "exitPrice": 2334.265,
          "stopDistance": 7.76,
          "outcome": "target",
          "netR": 1.9523,
          "holdMinutes": 143
        },
        {
          "entryTs": 1717564020,
          "entryUtc": "2024-06-05T05:07:00.000Z",
          "exitTs": 1717597920,
          "dir": -1,
          "entryPrice": 2339.888,
          "exitPrice": 2347.598,
          "stopDistance": 7.711,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 565
        },
        {
          "entryTs": 1717663020,
          "entryUtc": "2024-06-06T08:37:00.000Z",
          "exitTs": 1717688820,
          "dir": 1,
          "entryPrice": 2360.468,
          "exitPrice": 2378.173,
          "stopDistance": 8.852,
          "outcome": "target",
          "netR": 1.9582,
          "holdMinutes": 430
        },
        {
          "entryTs": 1717732920,
          "entryUtc": "2024-06-07T04:02:00.000Z",
          "exitTs": 1717747440,
          "dir": -1,
          "entryPrice": 2379.788,
          "exitPrice": 2361.807,
          "stopDistance": 8.99,
          "outcome": "target",
          "netR": 1.9588,
          "holdMinutes": 242
        },
        {
          "entryTs": 1717970640,
          "entryUtc": "2024-06-09T22:04:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2291.105,
          "exitPrice": 2322.488,
          "stopDistance": 15.691,
          "outcome": "target",
          "netR": 1.9764,
          "holdMinutes": 3746
        },
        {
          "entryTs": 1718196000,
          "entryUtc": "2024-06-12T12:40:00.000Z",
          "exitTs": 1718196780,
          "dir": -1,
          "entryPrice": 2329.505,
          "exitPrice": 2335.562,
          "stopDistance": 6.058,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 13
        },
        {
          "entryTs": 1718255580,
          "entryUtc": "2024-06-13T05:13:00.000Z",
          "exitTs": 1718274420,
          "dir": -1,
          "entryPrice": 2309.638,
          "exitPrice": 2319.685,
          "stopDistance": 10.047,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 314
        },
        {
          "entryTs": 1718343540,
          "entryUtc": "2024-06-14T05:39:00.000Z",
          "exitTs": 1718352240,
          "dir": -1,
          "entryPrice": 2309.928,
          "exitPrice": 2318.155,
          "stopDistance": 8.227,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 145
        },
        {
          "entryTs": 1718576160,
          "entryUtc": "2024-06-16T22:16:00.000Z",
          "exitTs": 1718601060,
          "dir": 1,
          "entryPrice": 2330.354,
          "exitPrice": 2321.315,
          "stopDistance": 9.039,
          "outcome": "stop",
          "netR": -1.0465,
          "holdMinutes": 415
        },
        {
          "entryTs": 1718602260,
          "entryUtc": "2024-06-17T05:31:00.000Z",
          "exitTs": 1718638500,
          "dir": 1,
          "entryPrice": 2320.385,
          "exitPrice": 2312.488,
          "stopDistance": 7.897,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 604
        },
        {
          "entryTs": 1718688000,
          "entryUtc": "2024-06-18T05:20:00.000Z",
          "exitTs": 1718719020,
          "dir": -1,
          "entryPrice": 2319.955,
          "exitPrice": 2326.807,
          "stopDistance": 6.852,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 517
        },
        {
          "entryTs": 1718776560,
          "entryUtc": "2024-06-19T05:56:00.000Z",
          "exitTs": 1718847240,
          "dir": -1,
          "entryPrice": 2329.595,
          "exitPrice": 2335.983,
          "stopDistance": 6.388,
          "outcome": "stop",
          "netR": -1.0657,
          "holdMinutes": 1178
        },
        {
          "entryTs": 1718858460,
          "entryUtc": "2024-06-20T04:41:00.000Z",
          "exitTs": 1718866260,
          "dir": -1,
          "entryPrice": 2339.578,
          "exitPrice": 2345.38,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 130
        },
        {
          "entryTs": 1718951760,
          "entryUtc": "2024-06-21T06:36:00.000Z",
          "exitTs": 1718976720,
          "dir": 1,
          "entryPrice": 2360.218,
          "exitPrice": 2353.224,
          "stopDistance": 6.994,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 416
        },
        {
          "entryTs": 1719180240,
          "entryUtc": "2024-06-23T22:04:00.000Z",
          "exitTs": 1719214800,
          "dir": -1,
          "entryPrice": 2319.745,
          "exitPrice": 2329.76,
          "stopDistance": 10.015,
          "outcome": "stop",
          "netR": -1.0419,
          "holdMinutes": 576
        },
        {
          "entryTs": 1719216720,
          "entryUtc": "2024-06-24T08:12:00.000Z",
          "exitTs": 1719365940,
          "dir": -1,
          "entryPrice": 2329.474,
          "exitPrice": 2312.162,
          "stopDistance": 8.656,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 2487
        },
        {
          "entryTs": 1719381900,
          "entryUtc": "2024-06-26T06:05:00.000Z",
          "exitTs": 1719407820,
          "dir": 1,
          "entryPrice": 2310.748,
          "exitPrice": 2302.645,
          "stopDistance": 8.103,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 432
        },
        {
          "entryTs": 1719461160,
          "entryUtc": "2024-06-27T04:06:00.000Z",
          "exitTs": 1719477960,
          "dir": -1,
          "entryPrice": 2299.978,
          "exitPrice": 2306.544,
          "stopDistance": 6.566,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 280
        },
        {
          "entryTs": 1719548340,
          "entryUtc": "2024-06-28T04:19:00.000Z",
          "exitTs": 1719553860,
          "dir": -1,
          "entryPrice": 2319.818,
          "exitPrice": 2326.502,
          "stopDistance": 6.684,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 92
        },
        {
          "entryTs": 1719811860,
          "entryUtc": "2024-07-01T05:31:00.000Z",
          "exitTs": 1719833100,
          "dir": 1,
          "entryPrice": 2321.525,
          "exitPrice": 2335.646,
          "stopDistance": 7.06,
          "outcome": "target",
          "netR": 1.9476,
          "holdMinutes": 354
        },
        {
          "entryTs": 1719899220,
          "entryUtc": "2024-07-02T05:47:00.000Z",
          "exitTs": 1719904980,
          "dir": 1,
          "entryPrice": 2330.005,
          "exitPrice": 2323.318,
          "stopDistance": 6.687,
          "outcome": "stop",
          "netR": -1.0628,
          "holdMinutes": 96
        },
        {
          "entryTs": 1719990360,
          "entryUtc": "2024-07-03T07:06:00.000Z",
          "exitTs": 1720010220,
          "dir": 1,
          "entryPrice": 2340.175,
          "exitPrice": 2354.101,
          "stopDistance": 6.963,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 331
        },
        {
          "entryTs": 1720095120,
          "entryUtc": "2024-07-04T12:12:00.000Z",
          "exitTs": 1720159680,
          "dir": -1,
          "entryPrice": 2359.715,
          "exitPrice": 2366.006,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 1076
        },
        {
          "entryTs": 1720182660,
          "entryUtc": "2024-07-05T12:31:00.000Z",
          "exitTs": 1720182720,
          "dir": 1,
          "entryPrice": 2362.595,
          "exitPrice": 2373.362,
          "stopDistance": 5.384,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 1
        },
        {
          "entryTs": 1720390320,
          "entryUtc": "2024-07-07T22:12:00.000Z",
          "exitTs": 1720429440,
          "dir": -1,
          "entryPrice": 2389.785,
          "exitPrice": 2371.628,
          "stopDistance": 9.079,
          "outcome": "target",
          "netR": 1.9592,
          "holdMinutes": 652
        },
        {
          "entryTs": 1720509960,
          "entryUtc": "2024-07-09T07:26:00.000Z",
          "exitTs": 1720537200,
          "dir": 1,
          "entryPrice": 2360.195,
          "exitPrice": 2353.045,
          "stopDistance": 7.15,
          "outcome": "stop",
          "netR": -1.0587,
          "holdMinutes": 454
        },
        {
          "entryTs": 1720589700,
          "entryUtc": "2024-07-10T05:35:00.000Z",
          "exitTs": 1720611660,
          "dir": -1,
          "entryPrice": 2369.975,
          "exitPrice": 2376.893,
          "stopDistance": 6.918,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 366
        },
        {
          "entryTs": 1720671240,
          "entryUtc": "2024-07-11T04:14:00.000Z",
          "exitTs": 1720701000,
          "dir": -1,
          "entryPrice": 2379.945,
          "exitPrice": 2386.141,
          "stopDistance": 6.196,
          "outcome": "stop",
          "netR": -1.0678,
          "holdMinutes": 496
        },
        {
          "entryTs": 1720780140,
          "entryUtc": "2024-07-12T10:29:00.000Z",
          "exitTs": 1720787460,
          "dir": 1,
          "entryPrice": 2400.678,
          "exitPrice": 2392.48,
          "stopDistance": 8.198,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 122
        },
        {
          "entryTs": 1720995120,
          "entryUtc": "2024-07-14T22:12:00.000Z",
          "exitTs": 1721041800,
          "dir": -1,
          "entryPrice": 2409.805,
          "exitPrice": 2417.837,
          "stopDistance": 8.032,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 778
        },
        {
          "entryTs": 1721106840,
          "entryUtc": "2024-07-16T05:14:00.000Z",
          "exitTs": 1721115300,
          "dir": -1,
          "entryPrice": 2429.295,
          "exitPrice": 2436.962,
          "stopDistance": 7.667,
          "outcome": "stop",
          "netR": -1.0548,
          "holdMinutes": 141
        },
        {
          "entryTs": 1721191440,
          "entryUtc": "2024-07-17T04:44:00.000Z",
          "exitTs": 1721229180,
          "dir": 1,
          "entryPrice": 2470.248,
          "exitPrice": 2459.037,
          "stopDistance": 11.211,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 629
        },
        {
          "entryTs": 1721284260,
          "entryUtc": "2024-07-18T06:31:00.000Z",
          "exitTs": 1721327460,
          "dir": -1,
          "entryPrice": 2469.835,
          "exitPrice": 2451.315,
          "stopDistance": 9.26,
          "outcome": "target",
          "netR": 1.96,
          "holdMinutes": 720
        },
        {
          "entryTs": 1721369280,
          "entryUtc": "2024-07-19T06:08:00.000Z",
          "exitTs": 1721394360,
          "dir": -1,
          "entryPrice": 2419.085,
          "exitPrice": 2398.981,
          "stopDistance": 10.052,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 418
        },
        {
          "entryTs": 1721600700,
          "entryUtc": "2024-07-21T22:25:00.000Z",
          "exitTs": 1721651640,
          "dir": -1,
          "entryPrice": 2409.245,
          "exitPrice": 2389.482,
          "stopDistance": 9.881,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 849
        },
        {
          "entryTs": 1721715360,
          "entryUtc": "2024-07-23T06:16:00.000Z",
          "exitTs": 1721720700,
          "dir": -1,
          "entryPrice": 2388.735,
          "exitPrice": 2396.834,
          "stopDistance": 8.099,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 89
        },
        {
          "entryTs": 1721812980,
          "entryUtc": "2024-07-24T09:23:00.000Z",
          "exitTs": 1721828880,
          "dir": 1,
          "entryPrice": 2410.365,
          "exitPrice": 2425.391,
          "stopDistance": 7.513,
          "outcome": "target",
          "netR": 1.9508,
          "holdMinutes": 265
        },
        {
          "entryTs": 1721885700,
          "entryUtc": "2024-07-25T05:35:00.000Z",
          "exitTs": 1721916900,
          "dir": 1,
          "entryPrice": 2370.465,
          "exitPrice": 2358.678,
          "stopDistance": 11.787,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 520
        },
        {
          "entryTs": 1721968620,
          "entryUtc": "2024-07-26T04:37:00.000Z",
          "exitTs": 1722204840,
          "dir": 1,
          "entryPrice": 2370.188,
          "exitPrice": 2394.865,
          "stopDistance": 12.339,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 3937
        },
        {
          "entryTs": 1722237000,
          "entryUtc": "2024-07-29T07:10:00.000Z",
          "exitTs": 1722264240,
          "dir": 1,
          "entryPrice": 2390.165,
          "exitPrice": 2380.643,
          "stopDistance": 9.522,
          "outcome": "stop",
          "netR": -1.0441,
          "holdMinutes": 454
        },
        {
          "entryTs": 1722319380,
          "entryUtc": "2024-07-30T06:03:00.000Z",
          "exitTs": 1722346380,
          "dir": -1,
          "entryPrice": 2389.575,
          "exitPrice": 2397.581,
          "stopDistance": 8.006,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 450
        },
        {
          "entryTs": 1722401280,
          "entryUtc": "2024-07-31T04:48:00.000Z",
          "exitTs": 1722435300,
          "dir": -1,
          "entryPrice": 2419.735,
          "exitPrice": 2428.858,
          "stopDistance": 9.123,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 567
        },
        {
          "entryTs": 1722498780,
          "entryUtc": "2024-08-01T07:53:00.000Z",
          "exitTs": 1722520920,
          "dir": 1,
          "entryPrice": 2440.028,
          "exitPrice": 2460.405,
          "stopDistance": 10.189,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 369
        },
        {
          "entryTs": 1722574080,
          "entryUtc": "2024-08-02T04:48:00.000Z",
          "exitTs": 1722601800,
          "dir": -1,
          "entryPrice": 2459.755,
          "exitPrice": 2471.546,
          "stopDistance": 11.791,
          "outcome": "stop",
          "netR": -1.0356,
          "holdMinutes": 462
        },
        {
          "entryTs": 1722809700,
          "entryUtc": "2024-08-04T22:15:00.000Z",
          "exitTs": 1722817020,
          "dir": 1,
          "entryPrice": 2440.484,
          "exitPrice": 2423.116,
          "stopDistance": 17.368,
          "outcome": "stop",
          "netR": -1.0242,
          "holdMinutes": 122
        },
        {
          "entryTs": 1722834540,
          "entryUtc": "2024-08-05T05:09:00.000Z",
          "exitTs": 1722855360,
          "dir": -1,
          "entryPrice": 2448.935,
          "exitPrice": 2411.843,
          "stopDistance": 18.546,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 347
        },
        {
          "entryTs": 1722918540,
          "entryUtc": "2024-08-06T04:29:00.000Z",
          "exitTs": 1722947880,
          "dir": 1,
          "entryPrice": 2410.035,
          "exitPrice": 2393.785,
          "stopDistance": 16.25,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 489
        },
        {
          "entryTs": 1723004400,
          "entryUtc": "2024-08-07T04:20:00.000Z",
          "exitTs": 1723031760,
          "dir": -1,
          "entryPrice": 2389.675,
          "exitPrice": 2401.674,
          "stopDistance": 11.999,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 456
        },
        {
          "entryTs": 1723098540,
          "entryUtc": "2024-08-08T06:29:00.000Z",
          "exitTs": 1723115460,
          "dir": -1,
          "entryPrice": 2399.615,
          "exitPrice": 2408.688,
          "stopDistance": 9.073,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 282
        },
        {
          "entryTs": 1723181880,
          "entryUtc": "2024-08-09T05:38:00.000Z",
          "exitTs": 1723446900,
          "dir": 1,
          "entryPrice": 2420.305,
          "exitPrice": 2438.474,
          "stopDistance": 9.085,
          "outcome": "target",
          "netR": 1.9593,
          "holdMinutes": 4417
        },
        {
          "entryTs": 1723526280,
          "entryUtc": "2024-08-13T05:18:00.000Z",
          "exitTs": 1723552200,
          "dir": -1,
          "entryPrice": 2459.275,
          "exitPrice": 2468.081,
          "stopDistance": 8.806,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 432
        },
        {
          "entryTs": 1723610340,
          "entryUtc": "2024-08-14T04:39:00.000Z",
          "exitTs": 1723625040,
          "dir": 1,
          "entryPrice": 2460.855,
          "exitPrice": 2477.737,
          "stopDistance": 8.441,
          "outcome": "target",
          "netR": 1.9562,
          "holdMinutes": 245
        },
        {
          "entryTs": 1723716780,
          "entryUtc": "2024-08-15T10:13:00.000Z",
          "exitTs": 1723724700,
          "dir": -1,
          "entryPrice": 2459.835,
          "exitPrice": 2467.201,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 132
        },
        {
          "entryTs": 1723809000,
          "entryUtc": "2024-08-16T11:50:00.000Z",
          "exitTs": 1723812540,
          "dir": -1,
          "entryPrice": 2469.595,
          "exitPrice": 2477.904,
          "stopDistance": 8.309,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 59
        },
        {
          "entryTs": 1724029620,
          "entryUtc": "2024-08-19T01:07:00.000Z",
          "exitTs": 1724065200,
          "dir": 1,
          "entryPrice": 2500.125,
          "exitPrice": 2489.326,
          "stopDistance": 10.799,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 593
        },
        {
          "entryTs": 1724128080,
          "entryUtc": "2024-08-20T04:28:00.000Z",
          "exitTs": 1724140860,
          "dir": 1,
          "entryPrice": 2500.055,
          "exitPrice": 2515.744,
          "stopDistance": 7.844,
          "outcome": "target",
          "netR": 1.9528,
          "holdMinutes": 213
        },
        {
          "entryTs": 1724226600,
          "entryUtc": "2024-08-21T07:50:00.000Z",
          "exitTs": 1724264280,
          "dir": -1,
          "entryPrice": 2509.705,
          "exitPrice": 2518.49,
          "stopDistance": 8.785,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 628
        },
        {
          "entryTs": 1724326800,
          "entryUtc": "2024-08-22T11:40:00.000Z",
          "exitTs": 1724335380,
          "dir": -1,
          "entryPrice": 2499.935,
          "exitPrice": 2482.719,
          "stopDistance": 8.608,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 143
        },
        {
          "entryTs": 1724405460,
          "entryUtc": "2024-08-23T09:31:00.000Z",
          "exitTs": 1724422200,
          "dir": 1,
          "entryPrice": 2500.125,
          "exitPrice": 2515.693,
          "stopDistance": 7.784,
          "outcome": "target",
          "netR": 1.9525,
          "holdMinutes": 279
        },
        {
          "entryTs": 1724643600,
          "entryUtc": "2024-08-26T03:40:00.000Z",
          "exitTs": 1724667720,
          "dir": 1,
          "entryPrice": 2510.195,
          "exitPrice": 2526.513,
          "stopDistance": 8.159,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 402
        },
        {
          "entryTs": 1724736240,
          "entryUtc": "2024-08-27T05:24:00.000Z",
          "exitTs": 1724745600,
          "dir": 1,
          "entryPrice": 2510.415,
          "exitPrice": 2503.567,
          "stopDistance": 6.848,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 156
        },
        {
          "entryTs": 1724828640,
          "entryUtc": "2024-08-28T07:04:00.000Z",
          "exitTs": 1724848320,
          "dir": -1,
          "entryPrice": 2509.925,
          "exitPrice": 2493.828,
          "stopDistance": 8.049,
          "outcome": "target",
          "netR": 1.954,
          "holdMinutes": 328
        },
        {
          "entryTs": 1724912220,
          "entryUtc": "2024-08-29T06:17:00.000Z",
          "exitTs": 1724935380,
          "dir": -1,
          "entryPrice": 2519.685,
          "exitPrice": 2504.541,
          "stopDistance": 7.572,
          "outcome": "target",
          "netR": 1.9511,
          "holdMinutes": 386
        },
        {
          "entryTs": 1724999220,
          "entryUtc": "2024-08-30T06:27:00.000Z",
          "exitTs": 1725023700,
          "dir": 1,
          "entryPrice": 2520.095,
          "exitPrice": 2512.888,
          "stopDistance": 7.207,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 408
        },
        {
          "entryTs": 1725238860,
          "entryUtc": "2024-09-02T01:01:00.000Z",
          "exitTs": 1725244200,
          "dir": 1,
          "entryPrice": 2500.715,
          "exitPrice": 2492.36,
          "stopDistance": 8.355,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 89
        },
        {
          "entryTs": 1725264300,
          "entryUtc": "2024-09-02T08:05:00.000Z",
          "exitTs": 1725325860,
          "dir": 1,
          "entryPrice": 2500.085,
          "exitPrice": 2492.071,
          "stopDistance": 8.014,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 1026
        },
        {
          "entryTs": 1725348000,
          "entryUtc": "2024-09-03T07:20:00.000Z",
          "exitTs": 1725352260,
          "dir": -1,
          "entryPrice": 2499.715,
          "exitPrice": 2505.939,
          "stopDistance": 6.224,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 71
        },
        {
          "entryTs": 1725431280,
          "entryUtc": "2024-09-04T06:28:00.000Z",
          "exitTs": 1725436740,
          "dir": 1,
          "entryPrice": 2490.155,
          "exitPrice": 2482.393,
          "stopDistance": 7.762,
          "outcome": "stop",
          "netR": -1.0541,
          "holdMinutes": 91
        },
        {
          "entryTs": 1725524220,
          "entryUtc": "2024-09-05T08:17:00.000Z",
          "exitTs": 1725527160,
          "dir": -1,
          "entryPrice": 2509.185,
          "exitPrice": 2516.62,
          "stopDistance": 7.435,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 49
        },
        {
          "entryTs": 1725599940,
          "entryUtc": "2024-09-06T05:19:00.000Z",
          "exitTs": 1725624420,
          "dir": 1,
          "entryPrice": 2520.025,
          "exitPrice": 2513.868,
          "stopDistance": 6.157,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 408
        },
        {
          "entryTs": 1725853620,
          "entryUtc": "2024-09-09T03:47:00.000Z",
          "exitTs": 1725963600,
          "dir": -1,
          "entryPrice": 2499.915,
          "exitPrice": 2509.333,
          "stopDistance": 9.418,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 1833
        },
        {
          "entryTs": 1725971880,
          "entryUtc": "2024-09-10T12:38:00.000Z",
          "exitTs": 1725982500,
          "dir": -1,
          "entryPrice": 2509.605,
          "exitPrice": 2516.16,
          "stopDistance": 6.555,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 177
        },
        {
          "entryTs": 1726028340,
          "entryUtc": "2024-09-11T04:19:00.000Z",
          "exitTs": 1726036620,
          "dir": -1,
          "entryPrice": 2519.855,
          "exitPrice": 2526.419,
          "stopDistance": 6.564,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 138
        },
        {
          "entryTs": 1726121220,
          "entryUtc": "2024-09-12T06:07:00.000Z",
          "exitTs": 1726138440,
          "dir": 1,
          "entryPrice": 2520.445,
          "exitPrice": 2514.021,
          "stopDistance": 6.424,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 287
        },
        {
          "entryTs": 1726205280,
          "entryUtc": "2024-09-13T05:28:00.000Z",
          "exitTs": 1726233480,
          "dir": -1,
          "entryPrice": 2569.775,
          "exitPrice": 2578.667,
          "stopDistance": 8.892,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 470
        },
        {
          "entryTs": 1726437840,
          "entryUtc": "2024-09-15T22:04:00.000Z",
          "exitTs": 1726455960,
          "dir": -1,
          "entryPrice": 2578.674,
          "exitPrice": 2587.42,
          "stopDistance": 8.746,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 302
        },
        {
          "entryTs": 1726471260,
          "entryUtc": "2024-09-16T07:21:00.000Z",
          "exitTs": 1726564980,
          "dir": 1,
          "entryPrice": 2581.045,
          "exitPrice": 2573.945,
          "stopDistance": 7.1,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 1562
        },
        {
          "entryTs": 1726634820,
          "entryUtc": "2024-09-18T04:47:00.000Z",
          "exitTs": 1726682400,
          "dir": 1,
          "entryPrice": 2570.115,
          "exitPrice": 2586.252,
          "stopDistance": 8.068,
          "outcome": "target",
          "netR": 1.9541,
          "holdMinutes": 793
        },
        {
          "entryTs": 1726719720,
          "entryUtc": "2024-09-19T04:22:00.000Z",
          "exitTs": 1726736100,
          "dir": 1,
          "entryPrice": 2560.128,
          "exitPrice": 2585.006,
          "stopDistance": 12.439,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 273
        },
        {
          "entryTs": 1726814100,
          "entryUtc": "2024-09-20T06:35:00.000Z",
          "exitTs": 1726816080,
          "dir": -1,
          "entryPrice": 2599.734,
          "exitPrice": 2608.018,
          "stopDistance": 8.284,
          "outcome": "stop",
          "netR": -1.0507,
          "holdMinutes": 33
        },
        {
          "entryTs": 1727046240,
          "entryUtc": "2024-09-22T23:04:00.000Z",
          "exitTs": 1727061780,
          "dir": -1,
          "entryPrice": 2619.695,
          "exitPrice": 2629.305,
          "stopDistance": 9.61,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 259
        },
        {
          "entryTs": 1727064660,
          "entryUtc": "2024-09-23T04:11:00.000Z",
          "exitTs": 1727075220,
          "dir": 1,
          "entryPrice": 2630.075,
          "exitPrice": 2621.168,
          "stopDistance": 8.907,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 176
        },
        {
          "entryTs": 1727156820,
          "entryUtc": "2024-09-24T05:47:00.000Z",
          "exitTs": 1727163540,
          "dir": 1,
          "entryPrice": 2631.315,
          "exitPrice": 2624.169,
          "stopDistance": 7.145,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 112
        },
        {
          "entryTs": 1727239920,
          "entryUtc": "2024-09-25T04:52:00.000Z",
          "exitTs": 1727339760,
          "dir": -1,
          "entryPrice": 2659.785,
          "exitPrice": 2670.026,
          "stopDistance": 10.241,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 1664
        },
        {
          "entryTs": 1727410860,
          "entryUtc": "2024-09-27T04:21:00.000Z",
          "exitTs": 1727422620,
          "dir": 1,
          "entryPrice": 2670.114,
          "exitPrice": 2660.832,
          "stopDistance": 9.282,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 196
        },
        {
          "entryTs": 1727647560,
          "entryUtc": "2024-09-29T22:06:00.000Z",
          "exitTs": 1727660880,
          "dir": 1,
          "entryPrice": 2661.565,
          "exitPrice": 2650.179,
          "stopDistance": 11.386,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 222
        },
        {
          "entryTs": 1727681280,
          "entryUtc": "2024-09-30T07:28:00.000Z",
          "exitTs": 1727692740,
          "dir": -1,
          "entryPrice": 2659.945,
          "exitPrice": 2639.719,
          "stopDistance": 10.113,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 191
        },
        {
          "entryTs": 1727758920,
          "entryUtc": "2024-10-01T05:02:00.000Z",
          "exitTs": 1727775120,
          "dir": -1,
          "entryPrice": 2639.934,
          "exitPrice": 2648.703,
          "stopDistance": 8.769,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 270
        },
        {
          "entryTs": 1727847120,
          "entryUtc": "2024-10-02T05:32:00.000Z",
          "exitTs": 1727875800,
          "dir": -1,
          "entryPrice": 2649.135,
          "exitPrice": 2658.245,
          "stopDistance": 9.11,
          "outcome": "stop",
          "netR": -1.0461,
          "holdMinutes": 478
        },
        {
          "entryTs": 1727958300,
          "entryUtc": "2024-10-03T12:25:00.000Z",
          "exitTs": 1727973480,
          "dir": -1,
          "entryPrice": 2649.695,
          "exitPrice": 2658.219,
          "stopDistance": 8.524,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 253
        },
        {
          "entryTs": 1728025200,
          "entryUtc": "2024-10-04T07:00:00.000Z",
          "exitTs": 1728045000,
          "dir": 1,
          "entryPrice": 2660.045,
          "exitPrice": 2651.947,
          "stopDistance": 8.098,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 330
        },
        {
          "entryTs": 1728252060,
          "entryUtc": "2024-10-06T22:01:00.000Z",
          "exitTs": 1728305820,
          "dir": 1,
          "entryPrice": 2650.965,
          "exitPrice": 2638.17,
          "stopDistance": 12.795,
          "outcome": "stop",
          "netR": -1.0328,
          "holdMinutes": 896
        },
        {
          "entryTs": 1728369300,
          "entryUtc": "2024-10-08T06:35:00.000Z",
          "exitTs": 1728386520,
          "dir": -1,
          "entryPrice": 2639.585,
          "exitPrice": 2649.972,
          "stopDistance": 10.387,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 287
        },
        {
          "entryTs": 1728450420,
          "entryUtc": "2024-10-09T05:07:00.000Z",
          "exitTs": 1728457800,
          "dir": 1,
          "entryPrice": 2620.115,
          "exitPrice": 2610.183,
          "stopDistance": 9.932,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 123
        },
        {
          "entryTs": 1728563580,
          "entryUtc": "2024-10-10T12:33:00.000Z",
          "exitTs": 1728856800,
          "dir": 1,
          "entryPrice": 2621.398,
          "exitPrice": 2637.195,
          "stopDistance": 7.898,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 4887
        },
        {
          "entryTs": 1728856980,
          "entryUtc": "2024-10-13T22:03:00.000Z",
          "exitTs": 1729036800,
          "dir": -1,
          "entryPrice": 2645.948,
          "exitPrice": 2655.908,
          "stopDistance": 9.96,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 2997
        },
        {
          "entryTs": 1729038000,
          "entryUtc": "2024-10-16T00:20:00.000Z",
          "exitTs": 1729058940,
          "dir": -1,
          "entryPrice": 2659.975,
          "exitPrice": 2671.254,
          "stopDistance": 11.279,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 349
        },
        {
          "entryTs": 1729148400,
          "entryUtc": "2024-10-17T07:00:00.000Z",
          "exitTs": 1729468800,
          "dir": 1,
          "entryPrice": 2681.045,
          "exitPrice": 2697.771,
          "stopDistance": 8.363,
          "outcome": "target",
          "netR": 1.9558,
          "holdMinutes": 5340
        },
        {
          "entryTs": 1729480020,
          "entryUtc": "2024-10-21T03:07:00.000Z",
          "exitTs": 1729523400,
          "dir": 1,
          "entryPrice": 2730.415,
          "exitPrice": 2719.243,
          "stopDistance": 11.172,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 723
        },
        {
          "entryTs": 1729576200,
          "entryUtc": "2024-10-22T05:50:00.000Z",
          "exitTs": 1729616580,
          "dir": 1,
          "entryPrice": 2730.295,
          "exitPrice": 2747.476,
          "stopDistance": 8.591,
          "outcome": "target",
          "netR": 1.9569,
          "holdMinutes": 673
        },
        {
          "entryTs": 1729658040,
          "entryUtc": "2024-10-23T04:34:00.000Z",
          "exitTs": 1729672260,
          "dir": -1,
          "entryPrice": 2749.605,
          "exitPrice": 2757.968,
          "stopDistance": 8.363,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 237
        },
        {
          "entryTs": 1729750680,
          "entryUtc": "2024-10-24T06:18:00.000Z",
          "exitTs": 1729760760,
          "dir": -1,
          "entryPrice": 2729.755,
          "exitPrice": 2738.059,
          "stopDistance": 8.305,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 168
        },
        {
          "entryTs": 1729838640,
          "entryUtc": "2024-10-25T06:44:00.000Z",
          "exitTs": 1729865580,
          "dir": -1,
          "entryPrice": 2729.865,
          "exitPrice": 2737.172,
          "stopDistance": 7.307,
          "outcome": "stop",
          "netR": -1.0575,
          "holdMinutes": 449
        },
        {
          "entryTs": 1730071980,
          "entryUtc": "2024-10-27T23:33:00.000Z",
          "exitTs": 1730164200,
          "dir": -1,
          "entryPrice": 2740.015,
          "exitPrice": 2749.948,
          "stopDistance": 9.933,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 1537
        },
        {
          "entryTs": 1730181900,
          "entryUtc": "2024-10-29T06:05:00.000Z",
          "exitTs": 1730210640,
          "dir": 1,
          "entryPrice": 2750.028,
          "exitPrice": 2765.833,
          "stopDistance": 7.902,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 479
        },
        {
          "entryTs": 1730263860,
          "entryUtc": "2024-10-30T04:51:00.000Z",
          "exitTs": 1730295120,
          "dir": 1,
          "entryPrice": 2780.045,
          "exitPrice": 2771.82,
          "stopDistance": 8.225,
          "outcome": "stop",
          "netR": -1.0511,
          "holdMinutes": 521
        },
        {
          "entryTs": 1730357940,
          "entryUtc": "2024-10-31T06:59:00.000Z",
          "exitTs": 1730378880,
          "dir": 1,
          "entryPrice": 2780.345,
          "exitPrice": 2772.608,
          "stopDistance": 7.737,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 349
        },
        {
          "entryTs": 1730445120,
          "entryUtc": "2024-11-01T07:12:00.000Z",
          "exitTs": 1730472180,
          "dir": 1,
          "entryPrice": 2750.365,
          "exitPrice": 2741.784,
          "stopDistance": 8.581,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 451
        },
        {
          "entryTs": 1730681700,
          "entryUtc": "2024-11-04T00:55:00.000Z",
          "exitTs": 1730874480,
          "dir": -1,
          "entryPrice": 2739.805,
          "exitPrice": 2719.536,
          "stopDistance": 10.134,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 3213
        },
        {
          "entryTs": 1731025260,
          "entryUtc": "2024-11-08T00:21:00.000Z",
          "exitTs": 1731287820,
          "dir": -1,
          "entryPrice": 2709.685,
          "exitPrice": 2675.075,
          "stopDistance": 17.305,
          "outcome": "target",
          "netR": 1.9786,
          "holdMinutes": 4376
        },
        {
          "entryTs": 1731303900,
          "entryUtc": "2024-11-11T05:45:00.000Z",
          "exitTs": 1731331980,
          "dir": -1,
          "entryPrice": 2669.845,
          "exitPrice": 2647.048,
          "stopDistance": 11.398,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 468
        },
        {
          "entryTs": 1731389520,
          "entryUtc": "2024-11-12T05:32:00.000Z",
          "exitTs": 1731515640,
          "dir": -1,
          "entryPrice": 2609.158,
          "exitPrice": 2588.264,
          "stopDistance": 10.447,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 2102
        },
        {
          "entryTs": 1731561720,
          "entryUtc": "2024-11-14T05:22:00.000Z",
          "exitTs": 1731576600,
          "dir": 1,
          "entryPrice": 2560.225,
          "exitPrice": 2548.75,
          "stopDistance": 11.475,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 248
        },
        {
          "entryTs": 1731650400,
          "entryUtc": "2024-11-15T06:00:00.000Z",
          "exitTs": 1731670560,
          "dir": -1,
          "entryPrice": 2559.765,
          "exitPrice": 2570.606,
          "stopDistance": 10.842,
          "outcome": "stop",
          "netR": -1.0387,
          "holdMinutes": 336
        },
        {
          "entryTs": 1731889620,
          "entryUtc": "2024-11-18T00:27:00.000Z",
          "exitTs": 1731893100,
          "dir": 1,
          "entryPrice": 2570.045,
          "exitPrice": 2592.858,
          "stopDistance": 11.406,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 58
        },
        {
          "entryTs": 1731906300,
          "entryUtc": "2024-11-18T05:05:00.000Z",
          "exitTs": 1731945660,
          "dir": 1,
          "entryPrice": 2590.415,
          "exitPrice": 2614.157,
          "stopDistance": 11.871,
          "outcome": "target",
          "netR": 1.9688,
          "holdMinutes": 656
        },
        {
          "entryTs": 1732000260,
          "entryUtc": "2024-11-19T07:11:00.000Z",
          "exitTs": 1732006920,
          "dir": -1,
          "entryPrice": 2618.878,
          "exitPrice": 2627.32,
          "stopDistance": 8.442,
          "outcome": "stop",
          "netR": -1.0498,
          "holdMinutes": 111
        },
        {
          "entryTs": 1732083780,
          "entryUtc": "2024-11-20T06:23:00.000Z",
          "exitTs": 1732108860,
          "dir": -1,
          "entryPrice": 2629.745,
          "exitPrice": 2637.743,
          "stopDistance": 7.998,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 418
        },
        {
          "entryTs": 1732169760,
          "entryUtc": "2024-11-21T06:16:00.000Z",
          "exitTs": 1732177860,
          "dir": -1,
          "entryPrice": 2659.905,
          "exitPrice": 2668.319,
          "stopDistance": 8.414,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 135
        },
        {
          "entryTs": 1732258020,
          "entryUtc": "2024-11-22T06:47:00.000Z",
          "exitTs": 1732263540,
          "dir": -1,
          "entryPrice": 2689.245,
          "exitPrice": 2698.941,
          "stopDistance": 9.696,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 92
        },
        {
          "entryTs": 1732492740,
          "entryUtc": "2024-11-24T23:59:00.000Z",
          "exitTs": 1732498260,
          "dir": -1,
          "entryPrice": 2719.558,
          "exitPrice": 2697.21,
          "stopDistance": 11.174,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 92
        },
        {
          "entryTs": 1732511880,
          "entryUtc": "2024-11-25T05:18:00.000Z",
          "exitTs": 1732534800,
          "dir": -1,
          "entryPrice": 2669.618,
          "exitPrice": 2687.471,
          "stopDistance": 17.853,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 382
        },
        {
          "entryTs": 1732599060,
          "entryUtc": "2024-11-26T05:31:00.000Z",
          "exitTs": 1732711080,
          "dir": 1,
          "entryPrice": 2620.185,
          "exitPrice": 2654.587,
          "stopDistance": 17.201,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 1867
        },
        {
          "entryTs": 1732770060,
          "entryUtc": "2024-11-28T05:01:00.000Z",
          "exitTs": 1732846080,
          "dir": 1,
          "entryPrice": 2630.095,
          "exitPrice": 2649.976,
          "stopDistance": 9.94,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 1267
        },
        {
          "entryTs": 1732856460,
          "entryUtc": "2024-11-29T05:01:00.000Z",
          "exitTs": 1733099700,
          "dir": -1,
          "entryPrice": 2659.805,
          "exitPrice": 2640.652,
          "stopDistance": 9.577,
          "outcome": "target",
          "netR": 1.9614,
          "holdMinutes": 4054
        },
        {
          "entryTs": 1733125920,
          "entryUtc": "2024-12-02T07:52:00.000Z",
          "exitTs": 1733234400,
          "dir": 1,
          "entryPrice": 2630.405,
          "exitPrice": 2653.734,
          "stopDistance": 11.665,
          "outcome": "target",
          "netR": 1.9683,
          "holdMinutes": 1808
        },
        {
          "entryTs": 1733290260,
          "entryUtc": "2024-12-04T05:31:00.000Z",
          "exitTs": 1733317440,
          "dir": -1,
          "entryPrice": 2649.995,
          "exitPrice": 2632.616,
          "stopDistance": 8.689,
          "outcome": "target",
          "netR": 1.9574,
          "holdMinutes": 453
        },
        {
          "entryTs": 1733376780,
          "entryUtc": "2024-12-05T05:33:00.000Z",
          "exitTs": 1733412480,
          "dir": -1,
          "entryPrice": 2649.855,
          "exitPrice": 2633.655,
          "stopDistance": 8.1,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 595
        },
        {
          "entryTs": 1733463180,
          "entryUtc": "2024-12-06T05:33:00.000Z",
          "exitTs": 1733494080,
          "dir": 1,
          "entryPrice": 2640.745,
          "exitPrice": 2629.49,
          "stopDistance": 11.255,
          "outcome": "stop",
          "netR": -1.0373,
          "holdMinutes": 515
        },
        {
          "entryTs": 1733704440,
          "entryUtc": "2024-12-09T00:34:00.000Z",
          "exitTs": 1733706660,
          "dir": -1,
          "entryPrice": 2629.265,
          "exitPrice": 2640.373,
          "stopDistance": 11.108,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 37
        },
        {
          "entryTs": 1733722920,
          "entryUtc": "2024-12-09T05:42:00.000Z",
          "exitTs": 1733735640,
          "dir": -1,
          "entryPrice": 2639.625,
          "exitPrice": 2652.031,
          "stopDistance": 12.406,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 212
        },
        {
          "entryTs": 1733806920,
          "entryUtc": "2024-12-10T05:02:00.000Z",
          "exitTs": 1733832540,
          "dir": -1,
          "entryPrice": 2669.845,
          "exitPrice": 2679.27,
          "stopDistance": 9.425,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 427
        },
        {
          "entryTs": 1733893680,
          "entryUtc": "2024-12-11T05:08:00.000Z",
          "exitTs": 1733895960,
          "dir": -1,
          "entryPrice": 2679.155,
          "exitPrice": 2689.621,
          "stopDistance": 10.466,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 38
        },
        {
          "entryTs": 1733987760,
          "entryUtc": "2024-12-12T07:16:00.000Z",
          "exitTs": 1734012060,
          "dir": -1,
          "entryPrice": 2719.565,
          "exitPrice": 2695.918,
          "stopDistance": 11.823,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 405
        },
        {
          "entryTs": 1734073020,
          "entryUtc": "2024-12-13T06:57:00.000Z",
          "exitTs": 1734080640,
          "dir": -1,
          "entryPrice": 2689.995,
          "exitPrice": 2670.992,
          "stopDistance": 9.502,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 127
        },
        {
          "entryTs": 1734303660,
          "entryUtc": "2024-12-15T23:01:00.000Z",
          "exitTs": 1734337920,
          "dir": -1,
          "entryPrice": 2649.705,
          "exitPrice": 2659.626,
          "stopDistance": 9.921,
          "outcome": "stop",
          "netR": -1.0423,
          "holdMinutes": 571
        },
        {
          "entryTs": 1734411780,
          "entryUtc": "2024-12-17T05:03:00.000Z",
          "exitTs": 1734425820,
          "dir": 1,
          "entryPrice": 2650.095,
          "exitPrice": 2642.977,
          "stopDistance": 7.118,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 234
        },
        {
          "entryTs": 1734531540,
          "entryUtc": "2024-12-18T14:19:00.000Z",
          "exitTs": 1734548400,
          "dir": 1,
          "entryPrice": 2640.185,
          "exitPrice": 2632.865,
          "stopDistance": 7.32,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 281
        },
        {
          "entryTs": 1734585780,
          "entryUtc": "2024-12-19T05:23:00.000Z",
          "exitTs": 1734605160,
          "dir": -1,
          "entryPrice": 2609.805,
          "exitPrice": 2623.172,
          "stopDistance": 13.367,
          "outcome": "stop",
          "netR": -1.0314,
          "holdMinutes": 323
        },
        {
          "entryTs": 1734673260,
          "entryUtc": "2024-12-20T05:41:00.000Z",
          "exitTs": 1734702420,
          "dir": -1,
          "entryPrice": 2599.945,
          "exitPrice": 2610.521,
          "stopDistance": 10.576,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 486
        },
        {
          "entryTs": 1734914280,
          "entryUtc": "2024-12-23T00:38:00.000Z",
          "exitTs": 1734966360,
          "dir": 1,
          "entryPrice": 2620.005,
          "exitPrice": 2610.387,
          "stopDistance": 9.618,
          "outcome": "stop",
          "netR": -1.0437,
          "holdMinutes": 868
        },
        {
          "entryTs": 1735017660,
          "entryUtc": "2024-12-24T05:21:00.000Z",
          "exitTs": 1735034400,
          "dir": 1,
          "entryPrice": 2620.165,
          "exitPrice": 2613.087,
          "stopDistance": 7.078,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 279
        },
        {
          "entryTs": 1735172640,
          "entryUtc": "2024-12-26T00:24:00.000Z",
          "exitTs": 1735225740,
          "dir": 1,
          "entryPrice": 2620.015,
          "exitPrice": 2633.441,
          "stopDistance": 6.713,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 885
        },
        {
          "entryTs": 1735286760,
          "entryUtc": "2024-12-27T08:06:00.000Z",
          "exitTs": 1735308240,
          "dir": -1,
          "entryPrice": 2629.004,
          "exitPrice": 2616.376,
          "stopDistance": 6.314,
          "outcome": "target",
          "netR": 1.9414,
          "holdMinutes": 358
        },
        {
          "entryTs": 1735513320,
          "entryUtc": "2024-12-29T23:02:00.000Z",
          "exitTs": 1735529220,
          "dir": -1,
          "entryPrice": 2619.735,
          "exitPrice": 2627.673,
          "stopDistance": 7.938,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 265
        },
        {
          "entryTs": 1735540860,
          "entryUtc": "2024-12-30T06:41:00.000Z",
          "exitTs": 1735548600,
          "dir": 1,
          "entryPrice": 2620.148,
          "exitPrice": 2612.635,
          "stopDistance": 7.513,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 129
        },
        {
          "entryTs": 1735630680,
          "entryUtc": "2024-12-31T07:38:00.000Z",
          "exitTs": 1735655820,
          "dir": -1,
          "entryPrice": 2609.995,
          "exitPrice": 2617.714,
          "stopDistance": 7.719,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 419
        },
        {
          "entryTs": 1735780020,
          "entryUtc": "2025-01-02T01:07:00.000Z",
          "exitTs": 1735807560,
          "dir": -1,
          "entryPrice": 2629.565,
          "exitPrice": 2637.357,
          "stopDistance": 7.792,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 459
        },
        {
          "entryTs": 1735824840,
          "entryUtc": "2025-01-02T13:34:00.000Z",
          "exitTs": 1735834920,
          "dir": 1,
          "entryPrice": 2640.535,
          "exitPrice": 2656.973,
          "stopDistance": 8.219,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 168
        },
        {
          "entryTs": 1735882260,
          "entryUtc": "2025-01-03T05:31:00.000Z",
          "exitTs": 1735888980,
          "dir": 1,
          "entryPrice": 2660.125,
          "exitPrice": 2651.716,
          "stopDistance": 8.409,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 112
        },
        {
          "entryTs": 1736118540,
          "entryUtc": "2025-01-05T23:09:00.000Z",
          "exitTs": 1736141580,
          "dir": 1,
          "entryPrice": 2640.415,
          "exitPrice": 2632.478,
          "stopDistance": 7.937,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 384
        },
        {
          "entryTs": 1736148180,
          "entryUtc": "2025-01-06T07:23:00.000Z",
          "exitTs": 1736163180,
          "dir": 1,
          "entryPrice": 2630.528,
          "exitPrice": 2646.515,
          "stopDistance": 7.993,
          "outcome": "target",
          "netR": 1.9537,
          "holdMinutes": 250
        },
        {
          "entryTs": 1736227080,
          "entryUtc": "2025-01-07T05:18:00.000Z",
          "exitTs": 1736255940,
          "dir": 1,
          "entryPrice": 2640.315,
          "exitPrice": 2657.663,
          "stopDistance": 8.674,
          "outcome": "target",
          "netR": 1.9573,
          "holdMinutes": 481
        },
        {
          "entryTs": 1736314320,
          "entryUtc": "2025-01-08T05:32:00.000Z",
          "exitTs": 1736341860,
          "dir": -1,
          "entryPrice": 2649.855,
          "exitPrice": 2657.702,
          "stopDistance": 7.847,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 459
        },
        {
          "entryTs": 1736399040,
          "entryUtc": "2025-01-09T05:04:00.000Z",
          "exitTs": 1736419080,
          "dir": -1,
          "entryPrice": 2659.255,
          "exitPrice": 2667.577,
          "stopDistance": 8.322,
          "outcome": "stop",
          "netR": -1.0505,
          "holdMinutes": 334
        },
        {
          "entryTs": 1736497500,
          "entryUtc": "2025-01-10T08:25:00.000Z",
          "exitTs": 1736515800,
          "dir": -1,
          "entryPrice": 2679.848,
          "exitPrice": 2666.518,
          "stopDistance": 6.665,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 305
        },
        {
          "entryTs": 1736723160,
          "entryUtc": "2025-01-12T23:06:00.000Z",
          "exitTs": 1736771340,
          "dir": -1,
          "entryPrice": 2689.448,
          "exitPrice": 2668.483,
          "stopDistance": 10.483,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 803
        },
        {
          "entryTs": 1736839020,
          "entryUtc": "2025-01-14T07:17:00.000Z",
          "exitTs": 1736895600,
          "dir": -1,
          "entryPrice": 2669.945,
          "exitPrice": 2678.471,
          "stopDistance": 8.526,
          "outcome": "stop",
          "netR": -1.0493,
          "holdMinutes": 943
        },
        {
          "entryTs": 1736927820,
          "entryUtc": "2025-01-15T07:57:00.000Z",
          "exitTs": 1736949600,
          "dir": 1,
          "entryPrice": 2680.465,
          "exitPrice": 2695.29,
          "stopDistance": 7.413,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 363
        },
        {
          "entryTs": 1737008460,
          "entryUtc": "2025-01-16T06:21:00.000Z",
          "exitTs": 1737019740,
          "dir": 1,
          "entryPrice": 2690.815,
          "exitPrice": 2705.501,
          "stopDistance": 7.343,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 188
        },
        {
          "entryTs": 1737100080,
          "entryUtc": "2025-01-17T07:48:00.000Z",
          "exitTs": 1737110460,
          "dir": 1,
          "entryPrice": 2710.359,
          "exitPrice": 2703.493,
          "stopDistance": 6.866,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 173
        },
        {
          "entryTs": 1737327960,
          "entryUtc": "2025-01-19T23:06:00.000Z",
          "exitTs": 1737329040,
          "dir": 1,
          "entryPrice": 2700.755,
          "exitPrice": 2692.919,
          "stopDistance": 7.836,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 18
        },
        {
          "entryTs": 1737355500,
          "entryUtc": "2025-01-20T06:45:00.000Z",
          "exitTs": 1737380220,
          "dir": 1,
          "entryPrice": 2710.135,
          "exitPrice": 2702.026,
          "stopDistance": 8.109,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 412
        },
        {
          "entryTs": 1737445140,
          "entryUtc": "2025-01-21T07:39:00.000Z",
          "exitTs": 1737471660,
          "dir": -1,
          "entryPrice": 2729.895,
          "exitPrice": 2739.49,
          "stopDistance": 9.595,
          "outcome": "stop",
          "netR": -1.0438,
          "holdMinutes": 442
        },
        {
          "entryTs": 1737526740,
          "entryUtc": "2025-01-22T06:19:00.000Z",
          "exitTs": 1737624900,
          "dir": 1,
          "entryPrice": 2750.455,
          "exitPrice": 2742.085,
          "stopDistance": 8.37,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 1636
        },
        {
          "entryTs": 1737629340,
          "entryUtc": "2025-01-23T10:49:00.000Z",
          "exitTs": 1737635880,
          "dir": 1,
          "entryPrice": 2750.425,
          "exitPrice": 2742.941,
          "stopDistance": 7.484,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 109
        },
        {
          "entryTs": 1737706800,
          "entryUtc": "2025-01-24T08:20:00.000Z",
          "exitTs": 1737943380,
          "dir": 1,
          "entryPrice": 2770.755,
          "exitPrice": 2762.338,
          "stopDistance": 8.417,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 3943
        },
        {
          "entryTs": 1737963240,
          "entryUtc": "2025-01-27T07:34:00.000Z",
          "exitTs": 1737974340,
          "dir": 1,
          "entryPrice": 2750.335,
          "exitPrice": 2768.174,
          "stopDistance": 8.92,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 185
        },
        {
          "entryTs": 1738045980,
          "entryUtc": "2025-01-28T06:33:00.000Z",
          "exitTs": 1738080480,
          "dir": 1,
          "entryPrice": 2740.025,
          "exitPrice": 2757.927,
          "stopDistance": 8.951,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 575
        },
        {
          "entryTs": 1738129500,
          "entryUtc": "2025-01-29T05:45:00.000Z",
          "exitTs": 1738156620,
          "dir": 1,
          "entryPrice": 2760.045,
          "exitPrice": 2754.272,
          "stopDistance": 5.773,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 452
        },
        {
          "entryTs": 1738213260,
          "entryUtc": "2025-01-30T05:01:00.000Z",
          "exitTs": 1738227120,
          "dir": 1,
          "entryPrice": 2760.065,
          "exitPrice": 2774.085,
          "stopDistance": 7.01,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 231
        },
        {
          "entryTs": 1738308720,
          "entryUtc": "2025-01-31T07:32:00.000Z",
          "exitTs": 1738327260,
          "dir": -1,
          "entryPrice": 2799.785,
          "exitPrice": 2806.964,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 309
        },
        {
          "entryTs": 1738537620,
          "entryUtc": "2025-02-02T23:07:00.000Z",
          "exitTs": 1738548240,
          "dir": -1,
          "entryPrice": 2798.648,
          "exitPrice": 2777.747,
          "stopDistance": 10.451,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 177
        },
        {
          "entryTs": 1738558860,
          "entryUtc": "2025-02-03T05:01:00.000Z",
          "exitTs": 1738585980,
          "dir": 1,
          "entryPrice": 2780.255,
          "exitPrice": 2804.997,
          "stopDistance": 12.371,
          "outcome": "target",
          "netR": 1.9701,
          "holdMinutes": 452
        },
        {
          "entryTs": 1738653960,
          "entryUtc": "2025-02-04T07:26:00.000Z",
          "exitTs": 1738662420,
          "dir": -1,
          "entryPrice": 2809.738,
          "exitPrice": 2820.456,
          "stopDistance": 10.718,
          "outcome": "stop",
          "netR": -1.0392,
          "holdMinutes": 141
        },
        {
          "entryTs": 1738734540,
          "entryUtc": "2025-02-05T05:49:00.000Z",
          "exitTs": 1738747440,
          "dir": -1,
          "entryPrice": 2859.455,
          "exitPrice": 2869.793,
          "stopDistance": 10.338,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 215
        },
        {
          "entryTs": 1738823580,
          "entryUtc": "2025-02-06T06:33:00.000Z",
          "exitTs": 1738824600,
          "dir": 1,
          "entryPrice": 2870.125,
          "exitPrice": 2859.796,
          "stopDistance": 10.329,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 17
        },
        {
          "entryTs": 1738911420,
          "entryUtc": "2025-02-07T06:57:00.000Z",
          "exitTs": 1738919100,
          "dir": -1,
          "entryPrice": 2860.005,
          "exitPrice": 2869.36,
          "stopDistance": 9.355,
          "outcome": "stop",
          "netR": -1.0449,
          "holdMinutes": 128
        },
        {
          "entryTs": 1739142360,
          "entryUtc": "2025-02-09T23:06:00.000Z",
          "exitTs": 1739168160,
          "dir": 1,
          "entryPrice": 2860.425,
          "exitPrice": 2884.01,
          "stopDistance": 11.793,
          "outcome": "target",
          "netR": 1.9686,
          "holdMinutes": 430
        },
        {
          "entryTs": 1739251980,
          "entryUtc": "2025-02-11T05:33:00.000Z",
          "exitTs": 1739278620,
          "dir": -1,
          "entryPrice": 2919.865,
          "exitPrice": 2888.269,
          "stopDistance": 15.798,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 444
        },
        {
          "entryTs": 1739340780,
          "entryUtc": "2025-02-12T06:13:00.000Z",
          "exitTs": 1739366040,
          "dir": 1,
          "entryPrice": 2890.555,
          "exitPrice": 2878.105,
          "stopDistance": 12.45,
          "outcome": "stop",
          "netR": -1.0337,
          "holdMinutes": 421
        },
        {
          "entryTs": 1739425620,
          "entryUtc": "2025-02-13T05:47:00.000Z",
          "exitTs": 1739453400,
          "dir": 1,
          "entryPrice": 2920.175,
          "exitPrice": 2908.996,
          "stopDistance": 11.179,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 463
        },
        {
          "entryTs": 1739513640,
          "entryUtc": "2025-02-14T06:14:00.000Z",
          "exitTs": 1739540640,
          "dir": 1,
          "entryPrice": 2930.475,
          "exitPrice": 2921.058,
          "stopDistance": 9.417,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 450
        },
        {
          "entryTs": 1739747040,
          "entryUtc": "2025-02-16T23:04:00.000Z",
          "exitTs": 1739763420,
          "dir": -1,
          "entryPrice": 2889.998,
          "exitPrice": 2903.241,
          "stopDistance": 13.243,
          "outcome": "stop",
          "netR": -1.0317,
          "holdMinutes": 273
        },
        {
          "entryTs": 1739769060,
          "entryUtc": "2025-02-17T05:11:00.000Z",
          "exitTs": 1739890320,
          "dir": 1,
          "entryPrice": 2900.115,
          "exitPrice": 2927.102,
          "stopDistance": 13.494,
          "outcome": "target",
          "netR": 1.9726,
          "holdMinutes": 2021
        },
        {
          "entryTs": 1739941320,
          "entryUtc": "2025-02-19T05:02:00.000Z",
          "exitTs": 1739954160,
          "dir": -1,
          "entryPrice": 2929.855,
          "exitPrice": 2939.521,
          "stopDistance": 9.666,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 214
        },
        {
          "entryTs": 1740027780,
          "entryUtc": "2025-02-20T05:03:00.000Z",
          "exitTs": 1740060060,
          "dir": 1,
          "entryPrice": 2940.275,
          "exitPrice": 2930.283,
          "stopDistance": 9.992,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 538
        },
        {
          "entryTs": 1740116400,
          "entryUtc": "2025-02-21T05:40:00.000Z",
          "exitTs": 1740366060,
          "dir": -1,
          "entryPrice": 2929.745,
          "exitPrice": 2942.739,
          "stopDistance": 12.994,
          "outcome": "stop",
          "netR": -1.0323,
          "holdMinutes": 4161
        },
        {
          "entryTs": 1740373260,
          "entryUtc": "2025-02-24T05:01:00.000Z",
          "exitTs": 1740486780,
          "dir": 1,
          "entryPrice": 2940.345,
          "exitPrice": 2928.003,
          "stopDistance": 12.342,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 1892
        },
        {
          "entryTs": 1740550260,
          "entryUtc": "2025-02-26T06:11:00.000Z",
          "exitTs": 1740578940,
          "dir": 1,
          "entryPrice": 2910.429,
          "exitPrice": 2897.291,
          "stopDistance": 13.138,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 478
        },
        {
          "entryTs": 1740634740,
          "entryUtc": "2025-02-27T05:39:00.000Z",
          "exitTs": 1740714120,
          "dir": -1,
          "entryPrice": 2889.395,
          "exitPrice": 2867.364,
          "stopDistance": 11.016,
          "outcome": "target",
          "netR": 1.9664,
          "holdMinutes": 1323
        },
        {
          "entryTs": 1740727920,
          "entryUtc": "2025-02-28T07:32:00.000Z",
          "exitTs": 1740754500,
          "dir": -1,
          "entryPrice": 2859.278,
          "exitPrice": 2834.357,
          "stopDistance": 12.46,
          "outcome": "target",
          "netR": 1.9703,
          "holdMinutes": 443
        },
        {
          "entryTs": 1740956460,
          "entryUtc": "2025-03-02T23:01:00.000Z",
          "exitTs": 1740956580,
          "dir": -1,
          "entryPrice": 2859.848,
          "exitPrice": 2873.269,
          "stopDistance": 13.421,
          "outcome": "stop",
          "netR": -1.0313,
          "holdMinutes": 2
        },
        {
          "entryTs": 1740988200,
          "entryUtc": "2025-03-03T07:50:00.000Z",
          "exitTs": 1741015260,
          "dir": 1,
          "entryPrice": 2860.645,
          "exitPrice": 2885.616,
          "stopDistance": 12.486,
          "outcome": "target",
          "netR": 1.9704,
          "holdMinutes": 451
        },
        {
          "entryTs": 1741067340,
          "entryUtc": "2025-03-04T05:49:00.000Z",
          "exitTs": 1741075800,
          "dir": -1,
          "entryPrice": 2889.735,
          "exitPrice": 2901.124,
          "stopDistance": 11.389,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 141
        },
        {
          "entryTs": 1741150920,
          "entryUtc": "2025-03-05T05:02:00.000Z",
          "exitTs": 1741188720,
          "dir": -1,
          "entryPrice": 2910.005,
          "exitPrice": 2922.487,
          "stopDistance": 12.482,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 630
        },
        {
          "entryTs": 1741242960,
          "entryUtc": "2025-03-06T06:36:00.000Z",
          "exitTs": 1741248000,
          "dir": 1,
          "entryPrice": 2920.035,
          "exitPrice": 2908.399,
          "stopDistance": 11.636,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 84
        },
        {
          "entryTs": 1741324920,
          "entryUtc": "2025-03-07T05:22:00.000Z",
          "exitTs": 1741596300,
          "dir": 1,
          "entryPrice": 2911.095,
          "exitPrice": 2899.361,
          "stopDistance": 11.734,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 4523
        },
        {
          "entryTs": 1741675380,
          "entryUtc": "2025-03-11T06:43:00.000Z",
          "exitTs": 1741684020,
          "dir": -1,
          "entryPrice": 2899.705,
          "exitPrice": 2911.458,
          "stopDistance": 11.753,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 144
        },
        {
          "entryTs": 1741759920,
          "entryUtc": "2025-03-12T06:12:00.000Z",
          "exitTs": 1741794660,
          "dir": -1,
          "entryPrice": 2919.885,
          "exitPrice": 2928.338,
          "stopDistance": 8.453,
          "outcome": "stop",
          "netR": -1.0497,
          "holdMinutes": 579
        },
        {
          "entryTs": 1741844160,
          "entryUtc": "2025-03-13T05:36:00.000Z",
          "exitTs": 1741859280,
          "dir": -1,
          "entryPrice": 2939.865,
          "exitPrice": 2948.604,
          "stopDistance": 8.739,
          "outcome": "stop",
          "netR": -1.0481,
          "holdMinutes": 252
        },
        {
          "entryTs": 1741940460,
          "entryUtc": "2025-03-14T08:21:00.000Z",
          "exitTs": 1741947120,
          "dir": -1,
          "entryPrice": 2989.805,
          "exitPrice": 3000.396,
          "stopDistance": 10.591,
          "outcome": "stop",
          "netR": -1.0397,
          "holdMinutes": 111
        },
        {
          "entryTs": 1742163180,
          "entryUtc": "2025-03-16T22:13:00.000Z",
          "exitTs": 1742210520,
          "dir": -1,
          "entryPrice": 2989.919,
          "exitPrice": 3000.837,
          "stopDistance": 10.918,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 789
        },
        {
          "entryTs": 1742275020,
          "entryUtc": "2025-03-18T05:17:00.000Z",
          "exitTs": 1742288580,
          "dir": 1,
          "entryPrice": 3010.188,
          "exitPrice": 3027.795,
          "stopDistance": 8.804,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 226
        },
        {
          "entryTs": 1742366700,
          "entryUtc": "2025-03-19T06:45:00.000Z",
          "exitTs": 1742375100,
          "dir": -1,
          "entryPrice": 3039.788,
          "exitPrice": 3022.394,
          "stopDistance": 8.697,
          "outcome": "target",
          "netR": 1.9575,
          "holdMinutes": 140
        },
        {
          "entryTs": 1742452080,
          "entryUtc": "2025-03-20T06:28:00.000Z",
          "exitTs": 1742466660,
          "dir": -1,
          "entryPrice": 3048.548,
          "exitPrice": 3026.997,
          "stopDistance": 10.776,
          "outcome": "target",
          "netR": 1.9657,
          "holdMinutes": 243
        },
        {
          "entryTs": 1742529900,
          "entryUtc": "2025-03-21T04:05:00.000Z",
          "exitTs": 1742564280,
          "dir": 1,
          "entryPrice": 3030.148,
          "exitPrice": 3021.175,
          "stopDistance": 8.973,
          "outcome": "stop",
          "netR": -1.0468,
          "holdMinutes": 573
        },
        {
          "entryTs": 1742777280,
          "entryUtc": "2025-03-24T00:48:00.000Z",
          "exitTs": 1742826960,
          "dir": 1,
          "entryPrice": 3020.205,
          "exitPrice": 3009.228,
          "stopDistance": 10.977,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 828
        },
        {
          "entryTs": 1742891700,
          "entryUtc": "2025-03-25T08:35:00.000Z",
          "exitTs": 1742909760,
          "dir": -1,
          "entryPrice": 3018.995,
          "exitPrice": 3028.232,
          "stopDistance": 9.237,
          "outcome": "stop",
          "netR": -1.0455,
          "holdMinutes": 301
        },
        {
          "entryTs": 1742968380,
          "entryUtc": "2025-03-26T05:53:00.000Z",
          "exitTs": 1743001320,
          "dir": 1,
          "entryPrice": 3020.558,
          "exitPrice": 3012.15,
          "stopDistance": 8.408,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 549
        },
        {
          "entryTs": 1743055200,
          "entryUtc": "2025-03-27T06:00:00.000Z",
          "exitTs": 1743066240,
          "dir": -1,
          "entryPrice": 3029.498,
          "exitPrice": 3038.168,
          "stopDistance": 8.67,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 184
        },
        {
          "entryTs": 1743142380,
          "entryUtc": "2025-03-28T06:13:00.000Z",
          "exitTs": 1743150300,
          "dir": 1,
          "entryPrice": 3080.215,
          "exitPrice": 3069.723,
          "stopDistance": 10.492,
          "outcome": "stop",
          "netR": -1.04,
          "holdMinutes": 132
        },
        {
          "entryTs": 1743372780,
          "entryUtc": "2025-03-30T22:13:00.000Z",
          "exitTs": 1743382500,
          "dir": 1,
          "entryPrice": 3090.495,
          "exitPrice": 3077.858,
          "stopDistance": 12.637,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 162
        },
        {
          "entryTs": 1743394860,
          "entryUtc": "2025-03-31T04:21:00.000Z",
          "exitTs": 1743401580,
          "dir": -1,
          "entryPrice": 3109.715,
          "exitPrice": 3123.904,
          "stopDistance": 14.189,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 112
        },
        {
          "entryTs": 1743487260,
          "entryUtc": "2025-04-01T06:01:00.000Z",
          "exitTs": 1743523020,
          "dir": 1,
          "entryPrice": 3130.075,
          "exitPrice": 3116.249,
          "stopDistance": 13.826,
          "outcome": "stop",
          "netR": -1.0304,
          "holdMinutes": 596
        },
        {
          "entryTs": 1743568740,
          "entryUtc": "2025-04-02T04:39:00.000Z",
          "exitTs": 1743582900,
          "dir": -1,
          "entryPrice": 3119.748,
          "exitPrice": 3133.481,
          "stopDistance": 13.733,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 236
        },
        {
          "entryTs": 1743656400,
          "entryUtc": "2025-04-03T05:00:00.000Z",
          "exitTs": 1743661800,
          "dir": 1,
          "entryPrice": 3140.125,
          "exitPrice": 3120.003,
          "stopDistance": 20.122,
          "outcome": "stop",
          "netR": -1.0209,
          "holdMinutes": 90
        },
        {
          "entryTs": 1743740880,
          "entryUtc": "2025-04-04T04:28:00.000Z",
          "exitTs": 1743764880,
          "dir": -1,
          "entryPrice": 3099.115,
          "exitPrice": 3121.555,
          "stopDistance": 22.44,
          "outcome": "stop",
          "netR": -1.0187,
          "holdMinutes": 400
        },
        {
          "entryTs": 1743977280,
          "entryUtc": "2025-04-06T22:08:00.000Z",
          "exitTs": 1743981720,
          "dir": 1,
          "entryPrice": 3016.415,
          "exitPrice": 2987.968,
          "stopDistance": 28.447,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 74
        },
        {
          "entryTs": 1743999120,
          "entryUtc": "2025-04-07T04:12:00.000Z",
          "exitTs": 1744200000,
          "dir": -1,
          "entryPrice": 3029.725,
          "exitPrice": 3070.219,
          "stopDistance": 40.494,
          "outcome": "stop",
          "netR": -1.0104,
          "holdMinutes": 3348
        },
        {
          "entryTs": 1744261380,
          "entryUtc": "2025-04-10T05:03:00.000Z",
          "exitTs": 1744297260,
          "dir": -1,
          "entryPrice": 3128.915,
          "exitPrice": 3158.302,
          "stopDistance": 29.387,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 598
        },
        {
          "entryTs": 1744347240,
          "entryUtc": "2025-04-11T04:54:00.000Z",
          "exitTs": 1744707240,
          "dir": 1,
          "entryPrice": 3210.165,
          "exitPrice": 3227.825,
          "stopDistance": 24.486,
          "outcome": "time",
          "netR": 0.7061,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1744776780,
          "entryUtc": "2025-04-16T04:13:00.000Z",
          "exitTs": 1744791300,
          "dir": 1,
          "entryPrice": 3280.285,
          "exitPrice": 3313.167,
          "stopDistance": 16.441,
          "outcome": "target",
          "netR": 1.9775,
          "holdMinutes": 242
        },
        {
          "entryTs": 1744862580,
          "entryUtc": "2025-04-17T04:03:00.000Z",
          "exitTs": 1744874040,
          "dir": 1,
          "entryPrice": 3340.475,
          "exitPrice": 3319.996,
          "stopDistance": 20.479,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 191
        },
        {
          "entryTs": 1745186460,
          "entryUtc": "2025-04-20T22:01:00.000Z",
          "exitTs": 1745197200,
          "dir": 1,
          "entryPrice": 3331.305,
          "exitPrice": 3372.921,
          "stopDistance": 20.808,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 179
        },
        {
          "entryTs": 1745209020,
          "entryUtc": "2025-04-21T04:17:00.000Z",
          "exitTs": 1745240100,
          "dir": 1,
          "entryPrice": 3370.415,
          "exitPrice": 3412.048,
          "stopDistance": 20.816,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 518
        },
        {
          "entryTs": 1745296140,
          "entryUtc": "2025-04-22T04:29:00.000Z",
          "exitTs": 1745311020,
          "dir": 1,
          "entryPrice": 3480.425,
          "exitPrice": 3454.034,
          "stopDistance": 26.391,
          "outcome": "stop",
          "netR": -1.0159,
          "holdMinutes": 248
        },
        {
          "entryTs": 1745381100,
          "entryUtc": "2025-04-23T04:05:00.000Z",
          "exitTs": 1745791200,
          "dir": -1,
          "entryPrice": 3339.295,
          "exitPrice": 3329.065,
          "stopDistance": 40.256,
          "outcome": "time",
          "netR": 0.2449,
          "holdMinutes": 6835
        },
        {
          "entryTs": 1745791260,
          "entryUtc": "2025-04-27T22:01:00.000Z",
          "exitTs": 1745804520,
          "dir": -1,
          "entryPrice": 3329.175,
          "exitPrice": 3279.954,
          "stopDistance": 24.611,
          "outcome": "target",
          "netR": 1.985,
          "holdMinutes": 221
        },
        {
          "entryTs": 1745813520,
          "entryUtc": "2025-04-28T04:12:00.000Z",
          "exitTs": 1745864640,
          "dir": 1,
          "entryPrice": 3290.605,
          "exitPrice": 3345.279,
          "stopDistance": 27.337,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 852
        },
        {
          "entryTs": 1745902440,
          "entryUtc": "2025-04-29T04:54:00.000Z",
          "exitTs": 1746058800,
          "dir": -1,
          "entryPrice": 3309.035,
          "exitPrice": 3264.874,
          "stopDistance": 22.08,
          "outcome": "target",
          "netR": 1.9832,
          "holdMinutes": 2606
        },
        {
          "entryTs": 1746072060,
          "entryUtc": "2025-05-01T04:01:00.000Z",
          "exitTs": 1746156420,
          "dir": -1,
          "entryPrice": 3229.935,
          "exitPrice": 3253.33,
          "stopDistance": 23.395,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 1406
        },
        {
          "entryTs": 1746162180,
          "entryUtc": "2025-05-02T05:03:00.000Z",
          "exitTs": 1746201060,
          "dir": 1,
          "entryPrice": 3251.315,
          "exitPrice": 3231.967,
          "stopDistance": 19.348,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 648
        },
        {
          "entryTs": 1746396120,
          "entryUtc": "2025-05-04T22:02:00.000Z",
          "exitTs": 1746435120,
          "dir": 1,
          "entryPrice": 3240.905,
          "exitPrice": 3281.806,
          "stopDistance": 20.45,
          "outcome": "target",
          "netR": 1.9819,
          "holdMinutes": 650
        },
        {
          "entryTs": 1746504120,
          "entryUtc": "2025-05-06T04:02:00.000Z",
          "exitTs": 1746519840,
          "dir": -1,
          "entryPrice": 3359.185,
          "exitPrice": 3382.889,
          "stopDistance": 23.704,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 262
        },
        {
          "entryTs": 1746593940,
          "entryUtc": "2025-05-07T04:59:00.000Z",
          "exitTs": 1746684000,
          "dir": 1,
          "entryPrice": 3381.305,
          "exitPrice": 3351.086,
          "stopDistance": 30.219,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1746763320,
          "entryUtc": "2025-05-09T04:02:00.000Z",
          "exitTs": 1746790020,
          "dir": -1,
          "entryPrice": 3309.155,
          "exitPrice": 3336.63,
          "stopDistance": 27.475,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 445
        },
        {
          "entryTs": 1747001280,
          "entryUtc": "2025-05-11T22:08:00.000Z",
          "exitTs": 1747034460,
          "dir": -1,
          "entryPrice": 3283.455,
          "exitPrice": 3244.799,
          "stopDistance": 19.328,
          "outcome": "target",
          "netR": 1.9809,
          "holdMinutes": 553
        },
        {
          "entryTs": 1747110840,
          "entryUtc": "2025-05-13T04:34:00.000Z",
          "exitTs": 1747118880,
          "dir": -1,
          "entryPrice": 3239.755,
          "exitPrice": 3261.593,
          "stopDistance": 21.838,
          "outcome": "stop",
          "netR": -1.0192,
          "holdMinutes": 134
        },
        {
          "entryTs": 1747197480,
          "entryUtc": "2025-05-14T04:38:00.000Z",
          "exitTs": 1747226760,
          "dir": -1,
          "entryPrice": 3229.265,
          "exitPrice": 3195.569,
          "stopDistance": 16.848,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 488
        },
        {
          "entryTs": 1747282020,
          "entryUtc": "2025-05-15T04:07:00.000Z",
          "exitTs": 1747300620,
          "dir": -1,
          "entryPrice": 3149.575,
          "exitPrice": 3169.252,
          "stopDistance": 19.677,
          "outcome": "stop",
          "netR": -1.0213,
          "holdMinutes": 310
        },
        {
          "entryTs": 1747371060,
          "entryUtc": "2025-05-16T04:51:00.000Z",
          "exitTs": 1747392660,
          "dir": -1,
          "entryPrice": 3219.335,
          "exitPrice": 3176.173,
          "stopDistance": 21.581,
          "outcome": "target",
          "netR": 1.9829,
          "holdMinutes": 360
        },
        {
          "entryTs": 1747605720,
          "entryUtc": "2025-05-18T22:02:00.000Z",
          "exitTs": 1747749480,
          "dir": 1,
          "entryPrice": 3211.715,
          "exitPrice": 3256.067,
          "stopDistance": 22.176,
          "outcome": "target",
          "netR": 1.9833,
          "holdMinutes": 2396
        },
        {
          "entryTs": 1747803720,
          "entryUtc": "2025-05-21T05:02:00.000Z",
          "exitTs": 1747877100,
          "dir": 1,
          "entryPrice": 3300.705,
          "exitPrice": 3338.585,
          "stopDistance": 18.94,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 1223
        },
        {
          "entryTs": 1747893000,
          "entryUtc": "2025-05-22T05:50:00.000Z",
          "exitTs": 1747902660,
          "dir": 1,
          "entryPrice": 3330.408,
          "exitPrice": 3314.108,
          "stopDistance": 16.3,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 161
        },
        {
          "entryTs": 1747973940,
          "entryUtc": "2025-05-23T04:19:00.000Z",
          "exitTs": 1747980120,
          "dir": -1,
          "entryPrice": 3309.055,
          "exitPrice": 3327.765,
          "stopDistance": 18.71,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 103
        },
        {
          "entryTs": 1748210820,
          "entryUtc": "2025-05-25T22:07:00.000Z",
          "exitTs": 1748328360,
          "dir": -1,
          "entryPrice": 3347.425,
          "exitPrice": 3311.931,
          "stopDistance": 17.747,
          "outcome": "target",
          "netR": 1.9792,
          "holdMinutes": 1959
        },
        {
          "entryTs": 1748408820,
          "entryUtc": "2025-05-28T05:07:00.000Z",
          "exitTs": 1748418180,
          "dir": -1,
          "entryPrice": 3300.405,
          "exitPrice": 3315.261,
          "stopDistance": 14.856,
          "outcome": "stop",
          "netR": -1.0283,
          "holdMinutes": 156
        },
        {
          "entryTs": 1748494680,
          "entryUtc": "2025-05-29T04:58:00.000Z",
          "exitTs": 1748521800,
          "dir": 1,
          "entryPrice": 3270.648,
          "exitPrice": 3311.38,
          "stopDistance": 20.366,
          "outcome": "target",
          "netR": 1.9818,
          "holdMinutes": 452
        },
        {
          "entryTs": 1748581680,
          "entryUtc": "2025-05-30T05:08:00.000Z",
          "exitTs": 1748613540,
          "dir": 1,
          "entryPrice": 3291.055,
          "exitPrice": 3275.168,
          "stopDistance": 15.887,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 531
        },
        {
          "entryTs": 1748816760,
          "entryUtc": "2025-06-01T22:26:00.000Z",
          "exitTs": 1748845560,
          "dir": 1,
          "entryPrice": 3301.595,
          "exitPrice": 3335.171,
          "stopDistance": 16.788,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 480
        },
        {
          "entryTs": 1748925180,
          "entryUtc": "2025-06-03T04:33:00.000Z",
          "exitTs": 1748958360,
          "dir": 1,
          "entryPrice": 3362.355,
          "exitPrice": 3346.097,
          "stopDistance": 16.258,
          "outcome": "stop",
          "netR": -1.0258,
          "holdMinutes": 553
        },
        {
          "entryTs": 1749010320,
          "entryUtc": "2025-06-04T04:12:00.000Z",
          "exitTs": 1749036420,
          "dir": 1,
          "entryPrice": 3360.325,
          "exitPrice": 3345.381,
          "stopDistance": 14.944,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 435
        },
        {
          "entryTs": 1749096360,
          "entryUtc": "2025-06-05T04:06:00.000Z",
          "exitTs": 1749115380,
          "dir": -1,
          "entryPrice": 3369.898,
          "exitPrice": 3384.065,
          "stopDistance": 14.167,
          "outcome": "stop",
          "netR": -1.0296,
          "holdMinutes": 317
        },
        {
          "entryTs": 1749182760,
          "entryUtc": "2025-06-06T04:06:00.000Z",
          "exitTs": 1749218580,
          "dir": -1,
          "entryPrice": 3369.395,
          "exitPrice": 3337.136,
          "stopDistance": 16.129,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 597
        },
        {
          "entryTs": 1749420480,
          "entryUtc": "2025-06-08T22:08:00.000Z",
          "exitTs": 1749486180,
          "dir": -1,
          "entryPrice": 3317.155,
          "exitPrice": 3333.947,
          "stopDistance": 16.792,
          "outcome": "stop",
          "netR": -1.025,
          "holdMinutes": 1095
        },
        {
          "entryTs": 1749532020,
          "entryUtc": "2025-06-10T05:07:00.000Z",
          "exitTs": 1749553740,
          "dir": 1,
          "entryPrice": 3310.648,
          "exitPrice": 3336.945,
          "stopDistance": 13.149,
          "outcome": "target",
          "netR": 1.9719,
          "holdMinutes": 362
        },
        {
          "entryTs": 1749614880,
          "entryUtc": "2025-06-11T04:08:00.000Z",
          "exitTs": 1749645180,
          "dir": -1,
          "entryPrice": 3339.955,
          "exitPrice": 3353.975,
          "stopDistance": 14.02,
          "outcome": "stop",
          "netR": -1.03,
          "holdMinutes": 505
        },
        {
          "entryTs": 1749701460,
          "entryUtc": "2025-06-12T04:11:00.000Z",
          "exitTs": 1749713820,
          "dir": 1,
          "entryPrice": 3370.198,
          "exitPrice": 3353.195,
          "stopDistance": 17.003,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 206
        },
        {
          "entryTs": 1749788640,
          "entryUtc": "2025-06-13T04:24:00.000Z",
          "exitTs": 1750024800,
          "dir": -1,
          "entryPrice": 3429.385,
          "exitPrice": 3450.249,
          "stopDistance": 20.864,
          "outcome": "stop",
          "netR": -1.0201,
          "holdMinutes": 3936
        },
        {
          "entryTs": 1750024980,
          "entryUtc": "2025-06-15T22:03:00.000Z",
          "exitTs": 1750050180,
          "dir": 1,
          "entryPrice": 3440.355,
          "exitPrice": 3422.957,
          "stopDistance": 17.398,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 420
        },
        {
          "entryTs": 1750133880,
          "entryUtc": "2025-06-17T04:18:00.000Z",
          "exitTs": 1750313280,
          "dir": -1,
          "entryPrice": 3388.555,
          "exitPrice": 3354.337,
          "stopDistance": 17.109,
          "outcome": "target",
          "netR": 1.9784,
          "holdMinutes": 2990
        },
        {
          "entryTs": 1750397220,
          "entryUtc": "2025-06-20T05:27:00.000Z",
          "exitTs": 1750629600,
          "dir": 1,
          "entryPrice": 3350.365,
          "exitPrice": 3377.504,
          "stopDistance": 13.57,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 3873
        },
        {
          "entryTs": 1750629780,
          "entryUtc": "2025-06-22T22:03:00.000Z",
          "exitTs": 1750636140,
          "dir": 1,
          "entryPrice": 3383.875,
          "exitPrice": 3371.221,
          "stopDistance": 12.654,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 106
        },
        {
          "entryTs": 1750652880,
          "entryUtc": "2025-06-23T04:28:00.000Z",
          "exitTs": 1750695660,
          "dir": 1,
          "entryPrice": 3360.105,
          "exitPrice": 3390.938,
          "stopDistance": 15.417,
          "outcome": "target",
          "netR": 1.976,
          "holdMinutes": 713
        },
        {
          "entryTs": 1750738860,
          "entryUtc": "2025-06-24T04:21:00.000Z",
          "exitTs": 1750767180,
          "dir": -1,
          "entryPrice": 3349.695,
          "exitPrice": 3313.342,
          "stopDistance": 18.176,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 472
        },
        {
          "entryTs": 1750829520,
          "entryUtc": "2025-06-25T05:32:00.000Z",
          "exitTs": 1750856640,
          "dir": 1,
          "entryPrice": 3330.198,
          "exitPrice": 3317.073,
          "stopDistance": 13.125,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 452
        },
        {
          "entryTs": 1750921080,
          "entryUtc": "2025-06-26T06:58:00.000Z",
          "exitTs": 1750943520,
          "dir": -1,
          "entryPrice": 3338.955,
          "exitPrice": 3316.083,
          "stopDistance": 11.436,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 374
        },
        {
          "entryTs": 1751002920,
          "entryUtc": "2025-06-27T05:42:00.000Z",
          "exitTs": 1751026200,
          "dir": -1,
          "entryPrice": 3299.585,
          "exitPrice": 3272.663,
          "stopDistance": 13.461,
          "outcome": "target",
          "netR": 1.9725,
          "holdMinutes": 388
        },
        {
          "entryTs": 1751235360,
          "entryUtc": "2025-06-29T22:16:00.000Z",
          "exitTs": 1751236080,
          "dir": 1,
          "entryPrice": 3260.955,
          "exitPrice": 3246.636,
          "stopDistance": 14.319,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 12
        },
        {
          "entryTs": 1751256300,
          "entryUtc": "2025-06-30T04:05:00.000Z",
          "exitTs": 1751323860,
          "dir": 1,
          "entryPrice": 3280.598,
          "exitPrice": 3312.843,
          "stopDistance": 16.123,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 1126
        },
        {
          "entryTs": 1751342820,
          "entryUtc": "2025-07-01T04:07:00.000Z",
          "exitTs": 1751348100,
          "dir": -1,
          "entryPrice": 3319.745,
          "exitPrice": 3332.031,
          "stopDistance": 12.286,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 88
        },
        {
          "entryTs": 1751428860,
          "entryUtc": "2025-07-02T04:01:00.000Z",
          "exitTs": 1751479860,
          "dir": -1,
          "entryPrice": 3339.615,
          "exitPrice": 3351.107,
          "stopDistance": 11.492,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 850
        },
        {
          "entryTs": 1751516520,
          "entryUtc": "2025-07-03T04:22:00.000Z",
          "exitTs": 1751545800,
          "dir": 1,
          "entryPrice": 3350.098,
          "exitPrice": 3339.061,
          "stopDistance": 11.037,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 488
        },
        {
          "entryTs": 1751602740,
          "entryUtc": "2025-07-04T04:19:00.000Z",
          "exitTs": 1751844720,
          "dir": 1,
          "entryPrice": 3340.535,
          "exitPrice": 3328.186,
          "stopDistance": 12.349,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 4033
        },
        {
          "entryTs": 1751864940,
          "entryUtc": "2025-07-07T05:09:00.000Z",
          "exitTs": 1751903160,
          "dir": -1,
          "entryPrice": 3309.678,
          "exitPrice": 3321.766,
          "stopDistance": 12.088,
          "outcome": "stop",
          "netR": -1.0347,
          "holdMinutes": 637
        },
        {
          "entryTs": 1751948820,
          "entryUtc": "2025-07-08T04:27:00.000Z",
          "exitTs": 1751983800,
          "dir": -1,
          "entryPrice": 3329.685,
          "exitPrice": 3307.162,
          "stopDistance": 11.261,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 583
        },
        {
          "entryTs": 1752040260,
          "entryUtc": "2025-07-09T05:51:00.000Z",
          "exitTs": 1752087840,
          "dir": 1,
          "entryPrice": 3290.205,
          "exitPrice": 3314.755,
          "stopDistance": 12.275,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 793
        },
        {
          "entryTs": 1752122940,
          "entryUtc": "2025-07-10T04:49:00.000Z",
          "exitTs": 1752193860,
          "dir": -1,
          "entryPrice": 3319.798,
          "exitPrice": 3330.861,
          "stopDistance": 11.063,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 1182
        },
        {
          "entryTs": 1752211620,
          "entryUtc": "2025-07-11T05:27:00.000Z",
          "exitTs": 1752237060,
          "dir": -1,
          "entryPrice": 3339.968,
          "exitPrice": 3350.433,
          "stopDistance": 10.465,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 424
        },
        {
          "entryTs": 1752444300,
          "entryUtc": "2025-07-13T22:05:00.000Z",
          "exitTs": 1752497400,
          "dir": 1,
          "entryPrice": 3361.169,
          "exitPrice": 3349.401,
          "stopDistance": 11.768,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 885
        },
        {
          "entryTs": 1752553080,
          "entryUtc": "2025-07-15T04:18:00.000Z",
          "exitTs": 1752586320,
          "dir": -1,
          "entryPrice": 3359.335,
          "exitPrice": 3338.378,
          "stopDistance": 10.478,
          "outcome": "target",
          "netR": 1.9647,
          "holdMinutes": 554
        },
        {
          "entryTs": 1752646080,
          "entryUtc": "2025-07-16T06:08:00.000Z",
          "exitTs": 1752672900,
          "dir": 1,
          "entryPrice": 3340.455,
          "exitPrice": 3329.491,
          "stopDistance": 10.964,
          "outcome": "stop",
          "netR": -1.0383,
          "holdMinutes": 447
        },
        {
          "entryTs": 1752726360,
          "entryUtc": "2025-07-17T04:26:00.000Z",
          "exitTs": 1752738360,
          "dir": 1,
          "entryPrice": 3340.325,
          "exitPrice": 3327.204,
          "stopDistance": 13.121,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 200
        },
        {
          "entryTs": 1752815640,
          "entryUtc": "2025-07-18T05:14:00.000Z",
          "exitTs": 1752825420,
          "dir": -1,
          "entryPrice": 3339.735,
          "exitPrice": 3349.719,
          "stopDistance": 9.984,
          "outcome": "stop",
          "netR": -1.0421,
          "holdMinutes": 163
        },
        {
          "entryTs": 1753048920,
          "entryUtc": "2025-07-20T22:02:00.000Z",
          "exitTs": 1753073820,
          "dir": -1,
          "entryPrice": 3349.398,
          "exitPrice": 3358.45,
          "stopDistance": 9.052,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 415
        },
        {
          "entryTs": 1753074480,
          "entryUtc": "2025-07-21T05:08:00.000Z",
          "exitTs": 1753076040,
          "dir": -1,
          "entryPrice": 3359.918,
          "exitPrice": 3369.013,
          "stopDistance": 9.095,
          "outcome": "stop",
          "netR": -1.0462,
          "holdMinutes": 26
        },
        {
          "entryTs": 1753157640,
          "entryUtc": "2025-07-22T04:14:00.000Z",
          "exitTs": 1753187100,
          "dir": -1,
          "entryPrice": 3390.015,
          "exitPrice": 3400.149,
          "stopDistance": 10.134,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 491
        },
        {
          "entryTs": 1753257480,
          "entryUtc": "2025-07-23T07:58:00.000Z",
          "exitTs": 1753276980,
          "dir": 1,
          "entryPrice": 3420.545,
          "exitPrice": 3410.067,
          "stopDistance": 10.478,
          "outcome": "stop",
          "netR": -1.0401,
          "holdMinutes": 325
        },
        {
          "entryTs": 1753334100,
          "entryUtc": "2025-07-24T05:15:00.000Z",
          "exitTs": 1753361340,
          "dir": -1,
          "entryPrice": 3379.845,
          "exitPrice": 3355.759,
          "stopDistance": 12.043,
          "outcome": "target",
          "netR": 1.9693,
          "holdMinutes": 454
        },
        {
          "entryTs": 1753419300,
          "entryUtc": "2025-07-25T04:55:00.000Z",
          "exitTs": 1753431540,
          "dir": 1,
          "entryPrice": 3360.555,
          "exitPrice": 3350.013,
          "stopDistance": 10.542,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 204
        },
        {
          "entryTs": 1753653900,
          "entryUtc": "2025-07-27T22:05:00.000Z",
          "exitTs": 1753674420,
          "dir": -1,
          "entryPrice": 3329.115,
          "exitPrice": 3339.477,
          "stopDistance": 10.362,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 342
        },
        {
          "entryTs": 1753677900,
          "entryUtc": "2025-07-28T04:45:00.000Z",
          "exitTs": 1753705680,
          "dir": 1,
          "entryPrice": 3340.155,
          "exitPrice": 3328.417,
          "stopDistance": 11.739,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 463
        },
        {
          "entryTs": 1753770120,
          "entryUtc": "2025-07-29T06:22:00.000Z",
          "exitTs": 1753801440,
          "dir": -1,
          "entryPrice": 3319.948,
          "exitPrice": 3331.143,
          "stopDistance": 11.195,
          "outcome": "stop",
          "netR": -1.0375,
          "holdMinutes": 522
        },
        {
          "entryTs": 1753853220,
          "entryUtc": "2025-07-30T05:27:00.000Z",
          "exitTs": 1753881300,
          "dir": -1,
          "entryPrice": 3329.055,
          "exitPrice": 3308.021,
          "stopDistance": 10.517,
          "outcome": "target",
          "netR": 1.9648,
          "holdMinutes": 468
        },
        {
          "entryTs": 1753944300,
          "entryUtc": "2025-07-31T06:45:00.000Z",
          "exitTs": 1754006400,
          "dir": 1,
          "entryPrice": 3300.248,
          "exitPrice": 3287.739,
          "stopDistance": 12.509,
          "outcome": "stop",
          "netR": -1.0336,
          "holdMinutes": 1035
        },
        {
          "entryTs": 1754023980,
          "entryUtc": "2025-08-01T04:53:00.000Z",
          "exitTs": 1754051460,
          "dir": 1,
          "entryPrice": 3290.135,
          "exitPrice": 3314.298,
          "stopDistance": 12.082,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 458
        },
        {
          "entryTs": 1754259480,
          "entryUtc": "2025-08-03T22:18:00.000Z",
          "exitTs": 1754313360,
          "dir": -1,
          "entryPrice": 3359.505,
          "exitPrice": 3374.461,
          "stopDistance": 14.956,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 898
        },
        {
          "entryTs": 1754370180,
          "entryUtc": "2025-08-05T05:03:00.000Z",
          "exitTs": 1754387700,
          "dir": 1,
          "entryPrice": 3369.965,
          "exitPrice": 3360.265,
          "stopDistance": 9.7,
          "outcome": "stop",
          "netR": -1.0433,
          "holdMinutes": 292
        },
        {
          "entryTs": 1754464980,
          "entryUtc": "2025-08-06T07:23:00.000Z",
          "exitTs": 1754492400,
          "dir": -1,
          "entryPrice": 3369.875,
          "exitPrice": 3379.322,
          "stopDistance": 9.447,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 457
        },
        {
          "entryTs": 1754540460,
          "entryUtc": "2025-08-07T04:21:00.000Z",
          "exitTs": 1754551500,
          "dir": -1,
          "entryPrice": 3379.755,
          "exitPrice": 3390.042,
          "stopDistance": 10.287,
          "outcome": "stop",
          "netR": -1.0408,
          "holdMinutes": 184
        },
        {
          "entryTs": 1754631420,
          "entryUtc": "2025-08-08T05:37:00.000Z",
          "exitTs": 1754675940,
          "dir": 1,
          "entryPrice": 3391.299,
          "exitPrice": 3375.58,
          "stopDistance": 15.719,
          "outcome": "stop",
          "netR": -1.0267,
          "holdMinutes": 742
        },
        {
          "entryTs": 1754863380,
          "entryUtc": "2025-08-10T22:03:00.000Z",
          "exitTs": 1754873280,
          "dir": 1,
          "entryPrice": 3400.898,
          "exitPrice": 3381.821,
          "stopDistance": 19.077,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 165
        },
        {
          "entryTs": 1754893560,
          "entryUtc": "2025-08-11T06:26:00.000Z",
          "exitTs": 1754998560,
          "dir": -1,
          "entryPrice": 3369.455,
          "exitPrice": 3336.169,
          "stopDistance": 16.643,
          "outcome": "target",
          "netR": 1.9778,
          "holdMinutes": 1750
        },
        {
          "entryTs": 1755059220,
          "entryUtc": "2025-08-13T04:27:00.000Z",
          "exitTs": 1755180300,
          "dir": 1,
          "entryPrice": 3350.415,
          "exitPrice": 3337.874,
          "stopDistance": 12.541,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 2018
        },
        {
          "entryTs": 1755241800,
          "entryUtc": "2025-08-15T07:10:00.000Z",
          "exitTs": 1755472320,
          "dir": 1,
          "entryPrice": 3340.955,
          "exitPrice": 3331.039,
          "stopDistance": 9.916,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 3842
        },
        {
          "entryTs": 1755472440,
          "entryUtc": "2025-08-17T23:14:00.000Z",
          "exitTs": 1755488940,
          "dir": 1,
          "entryPrice": 3330.395,
          "exitPrice": 3350.051,
          "stopDistance": 9.828,
          "outcome": "target",
          "netR": 1.9624,
          "holdMinutes": 275
        },
        {
          "entryTs": 1755490200,
          "entryUtc": "2025-08-18T04:10:00.000Z",
          "exitTs": 1755561600,
          "dir": -1,
          "entryPrice": 3349.735,
          "exitPrice": 3327.389,
          "stopDistance": 11.173,
          "outcome": "target",
          "netR": 1.9669,
          "holdMinutes": 1190
        },
        {
          "entryTs": 1755581160,
          "entryUtc": "2025-08-19T05:26:00.000Z",
          "exitTs": 1755615060,
          "dir": -1,
          "entryPrice": 3339.948,
          "exitPrice": 3322.339,
          "stopDistance": 8.804,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 565
        },
        {
          "entryTs": 1755664560,
          "entryUtc": "2025-08-20T04:36:00.000Z",
          "exitTs": 1755688080,
          "dir": -1,
          "entryPrice": 3319.805,
          "exitPrice": 3327.911,
          "stopDistance": 8.106,
          "outcome": "stop",
          "netR": -1.0518,
          "holdMinutes": 392
        },
        {
          "entryTs": 1755749400,
          "entryUtc": "2025-08-21T04:10:00.000Z",
          "exitTs": 1755772800,
          "dir": 1,
          "entryPrice": 3340.098,
          "exitPrice": 3332.139,
          "stopDistance": 7.959,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 390
        },
        {
          "entryTs": 1755836520,
          "entryUtc": "2025-08-22T04:22:00.000Z",
          "exitTs": 1755865920,
          "dir": 1,
          "entryPrice": 3330.048,
          "exitPrice": 3322.137,
          "stopDistance": 7.911,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 490
        },
        {
          "entryTs": 1756079700,
          "entryUtc": "2025-08-24T23:55:00.000Z",
          "exitTs": 1756163580,
          "dir": 1,
          "entryPrice": 3370.095,
          "exitPrice": 3359.088,
          "stopDistance": 11.007,
          "outcome": "stop",
          "netR": -1.0382,
          "holdMinutes": 1398
        },
        {
          "entryTs": 1756192680,
          "entryUtc": "2025-08-26T07:18:00.000Z",
          "exitTs": 1756241520,
          "dir": 1,
          "entryPrice": 3369.975,
          "exitPrice": 3392.498,
          "stopDistance": 11.261,
          "outcome": "target",
          "netR": 1.9671,
          "holdMinutes": 814
        },
        {
          "entryTs": 1756267500,
          "entryUtc": "2025-08-27T04:05:00.000Z",
          "exitTs": 1756307520,
          "dir": -1,
          "entryPrice": 3379.485,
          "exitPrice": 3389.02,
          "stopDistance": 9.535,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 667
        },
        {
          "entryTs": 1756353660,
          "entryUtc": "2025-08-28T04:01:00.000Z",
          "exitTs": 1756370220,
          "dir": -1,
          "entryPrice": 3389.605,
          "exitPrice": 3398.438,
          "stopDistance": 8.833,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 276
        },
        {
          "entryTs": 1756445820,
          "entryUtc": "2025-08-29T05:37:00.000Z",
          "exitTs": 1756472580,
          "dir": -1,
          "entryPrice": 3409.765,
          "exitPrice": 3418.12,
          "stopDistance": 8.355,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 446
        },
        {
          "entryTs": 1756679580,
          "entryUtc": "2025-08-31T22:33:00.000Z",
          "exitTs": 1756689060,
          "dir": 1,
          "entryPrice": 3450.395,
          "exitPrice": 3439.275,
          "stopDistance": 11.12,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 158
        },
        {
          "entryTs": 1756704960,
          "entryUtc": "2025-09-01T05:36:00.000Z",
          "exitTs": 1756720860,
          "dir": 1,
          "entryPrice": 3482.155,
          "exitPrice": 3466.875,
          "stopDistance": 15.28,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 265
        },
        {
          "entryTs": 1756793760,
          "entryUtc": "2025-09-02T06:16:00.000Z",
          "exitTs": 1756799460,
          "dir": 1,
          "entryPrice": 3490.645,
          "exitPrice": 3477.733,
          "stopDistance": 12.912,
          "outcome": "stop",
          "netR": -1.0325,
          "holdMinutes": 95
        },
        {
          "entryTs": 1756878900,
          "entryUtc": "2025-09-03T05:55:00.000Z",
          "exitTs": 1756906140,
          "dir": 1,
          "entryPrice": 3529.985,
          "exitPrice": 3560.922,
          "stopDistance": 15.468,
          "outcome": "target",
          "netR": 1.9761,
          "holdMinutes": 454
        },
        {
          "entryTs": 1756958580,
          "entryUtc": "2025-09-04T04:03:00.000Z",
          "exitTs": 1757075400,
          "dir": 1,
          "entryPrice": 3530.445,
          "exitPrice": 3566.44,
          "stopDistance": 17.998,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 1947
        },
        {
          "entryTs": 1757282460,
          "entryUtc": "2025-09-07T22:01:00.000Z",
          "exitTs": 1757319720,
          "dir": 1,
          "entryPrice": 3583.965,
          "exitPrice": 3615.838,
          "stopDistance": 15.937,
          "outcome": "target",
          "netR": 1.9768,
          "holdMinutes": 621
        },
        {
          "entryTs": 1757391900,
          "entryUtc": "2025-09-09T04:25:00.000Z",
          "exitTs": 1757399340,
          "dir": 1,
          "entryPrice": 3650.295,
          "exitPrice": 3636.584,
          "stopDistance": 13.711,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 124
        },
        {
          "entryTs": 1757477340,
          "entryUtc": "2025-09-10T04:09:00.000Z",
          "exitTs": 1757570100,
          "dir": 1,
          "entryPrice": 3640.655,
          "exitPrice": 3624.443,
          "stopDistance": 16.212,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 1546
        },
        {
          "entryTs": 1757658360,
          "entryUtc": "2025-09-12T06:26:00.000Z",
          "exitTs": 1757667900,
          "dir": 1,
          "entryPrice": 3650.115,
          "exitPrice": 3638.169,
          "stopDistance": 11.946,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 159
        },
        {
          "entryTs": 1757888640,
          "entryUtc": "2025-09-14T22:24:00.000Z",
          "exitTs": 1757898060,
          "dir": 1,
          "entryPrice": 3640.695,
          "exitPrice": 3630.512,
          "stopDistance": 10.183,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 157
        },
        {
          "entryTs": 1757917080,
          "entryUtc": "2025-09-15T06:18:00.000Z",
          "exitTs": 1757943540,
          "dir": 1,
          "entryPrice": 3640.695,
          "exitPrice": 3660.991,
          "stopDistance": 10.148,
          "outcome": "target",
          "netR": 1.9635,
          "holdMinutes": 441
        },
        {
          "entryTs": 1757997600,
          "entryUtc": "2025-09-16T04:40:00.000Z",
          "exitTs": 1758094140,
          "dir": 1,
          "entryPrice": 3680.425,
          "exitPrice": 3668.189,
          "stopDistance": 12.236,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 1609
        },
        {
          "entryTs": 1758174900,
          "entryUtc": "2025-09-18T05:55:00.000Z",
          "exitTs": 1758203040,
          "dir": 1,
          "entryPrice": 3650.155,
          "exitPrice": 3633.04,
          "stopDistance": 17.115,
          "outcome": "stop",
          "netR": -1.0245,
          "holdMinutes": 469
        },
        {
          "entryTs": 1758258180,
          "entryUtc": "2025-09-19T05:03:00.000Z",
          "exitTs": 1758295260,
          "dir": -1,
          "entryPrice": 3659.585,
          "exitPrice": 3674.259,
          "stopDistance": 14.674,
          "outcome": "stop",
          "netR": -1.0286,
          "holdMinutes": 618
        },
        {
          "entryTs": 1758493860,
          "entryUtc": "2025-09-21T22:31:00.000Z",
          "exitTs": 1758523560,
          "dir": 1,
          "entryPrice": 3690.675,
          "exitPrice": 3717.374,
          "stopDistance": 13.349,
          "outcome": "target",
          "netR": 1.9723,
          "holdMinutes": 495
        },
        {
          "entryTs": 1758605400,
          "entryUtc": "2025-09-23T05:30:00.000Z",
          "exitTs": 1758616380,
          "dir": -1,
          "entryPrice": 3749.785,
          "exitPrice": 3763.361,
          "stopDistance": 13.576,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 183
        },
        {
          "entryTs": 1758690180,
          "entryUtc": "2025-09-24T05:03:00.000Z",
          "exitTs": 1758732120,
          "dir": -1,
          "entryPrice": 3769.925,
          "exitPrice": 3737.163,
          "stopDistance": 16.381,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 699
        },
        {
          "entryTs": 1758774960,
          "entryUtc": "2025-09-25T04:36:00.000Z",
          "exitTs": 1758787320,
          "dir": -1,
          "entryPrice": 3739.935,
          "exitPrice": 3755.93,
          "stopDistance": 15.995,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 206
        },
        {
          "entryTs": 1758867300,
          "entryUtc": "2025-09-26T06:15:00.000Z",
          "exitTs": 1758896760,
          "dir": 1,
          "entryPrice": 3751.315,
          "exitPrice": 3783.428,
          "stopDistance": 16.057,
          "outcome": "target",
          "netR": 1.977,
          "holdMinutes": 491
        },
        {
          "entryTs": 1759098060,
          "entryUtc": "2025-09-28T22:21:00.000Z",
          "exitTs": 1759107240,
          "dir": -1,
          "entryPrice": 3769.645,
          "exitPrice": 3786.251,
          "stopDistance": 16.606,
          "outcome": "stop",
          "netR": -1.0253,
          "holdMinutes": 153
        },
        {
          "entryTs": 1759120260,
          "entryUtc": "2025-09-29T04:31:00.000Z",
          "exitTs": 1759128180,
          "dir": -1,
          "entryPrice": 3799.215,
          "exitPrice": 3818.284,
          "stopDistance": 19.069,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 132
        },
        {
          "entryTs": 1759212000,
          "entryUtc": "2025-09-30T06:00:00.000Z",
          "exitTs": 1759219620,
          "dir": -1,
          "entryPrice": 3869.525,
          "exitPrice": 3836.719,
          "stopDistance": 16.403,
          "outcome": "target",
          "netR": 1.9774,
          "holdMinutes": 127
        },
        {
          "entryTs": 1759292220,
          "entryUtc": "2025-10-01T04:17:00.000Z",
          "exitTs": 1759416000,
          "dir": 1,
          "entryPrice": 3860.298,
          "exitPrice": 3841.034,
          "stopDistance": 19.264,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 2063
        },
        {
          "entryTs": 1759472400,
          "entryUtc": "2025-10-03T06:20:00.000Z",
          "exitTs": 1759497420,
          "dir": -1,
          "entryPrice": 3859.885,
          "exitPrice": 3877.951,
          "stopDistance": 18.066,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 417
        },
        {
          "entryTs": 1759701900,
          "entryUtc": "2025-10-05T22:05:00.000Z",
          "exitTs": 1759705320,
          "dir": -1,
          "entryPrice": 3887.265,
          "exitPrice": 3903.717,
          "stopDistance": 16.452,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 57
        },
        {
          "entryTs": 1759723260,
          "entryUtc": "2025-10-06T04:01:00.000Z",
          "exitTs": 1759738020,
          "dir": -1,
          "entryPrice": 3929.855,
          "exitPrice": 3948.382,
          "stopDistance": 18.527,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 246
        },
        {
          "entryTs": 1759813980,
          "entryUtc": "2025-10-07T05:13:00.000Z",
          "exitTs": 1759821660,
          "dir": 1,
          "entryPrice": 3963.448,
          "exitPrice": 3945.519,
          "stopDistance": 17.929,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 128
        },
        {
          "entryTs": 1759896720,
          "entryUtc": "2025-10-08T04:12:00.000Z",
          "exitTs": 1759941000,
          "dir": 1,
          "entryPrice": 4020.495,
          "exitPrice": 4056.817,
          "stopDistance": 18.161,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 738
        },
        {
          "entryTs": 1759985460,
          "entryUtc": "2025-10-09T04:51:00.000Z",
          "exitTs": 1760027760,
          "dir": -1,
          "entryPrice": 4039.735,
          "exitPrice": 3990.866,
          "stopDistance": 24.435,
          "outcome": "target",
          "netR": 1.9849,
          "holdMinutes": 705
        },
        {
          "entryTs": 1760069220,
          "entryUtc": "2025-10-10T04:07:00.000Z",
          "exitTs": 1760084040,
          "dir": -1,
          "entryPrice": 3959.025,
          "exitPrice": 3987.485,
          "stopDistance": 28.46,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 247
        },
        {
          "entryTs": 1760306520,
          "entryUtc": "2025-10-12T22:02:00.000Z",
          "exitTs": 1760352600,
          "dir": 1,
          "entryPrice": 4022.348,
          "exitPrice": 4082.128,
          "stopDistance": 29.89,
          "outcome": "target",
          "netR": 1.9876,
          "holdMinutes": 768
        },
        {
          "entryTs": 1760414460,
          "entryUtc": "2025-10-14T04:01:00.000Z",
          "exitTs": 1760420460,
          "dir": 1,
          "entryPrice": 4162.075,
          "exitPrice": 4138.025,
          "stopDistance": 24.051,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 100
        },
        {
          "entryTs": 1760502180,
          "entryUtc": "2025-10-15T04:23:00.000Z",
          "exitTs": 1760583300,
          "dir": 1,
          "entryPrice": 4180.265,
          "exitPrice": 4236.444,
          "stopDistance": 28.09,
          "outcome": "target",
          "netR": 1.9868,
          "holdMinutes": 1352
        },
        {
          "entryTs": 1760587320,
          "entryUtc": "2025-10-16T04:02:00.000Z",
          "exitTs": 1760592780,
          "dir": 1,
          "entryPrice": 4232.445,
          "exitPrice": 4207.196,
          "stopDistance": 25.249,
          "outcome": "stop",
          "netR": -1.0166,
          "holdMinutes": 91
        },
        {
          "entryTs": 1760674920,
          "entryUtc": "2025-10-17T04:22:00.000Z",
          "exitTs": 1760708100,
          "dir": -1,
          "entryPrice": 4357.425,
          "exitPrice": 4274.495,
          "stopDistance": 41.465,
          "outcome": "target",
          "netR": 1.9911,
          "holdMinutes": 553
        },
        {
          "entryTs": 1760911260,
          "entryUtc": "2025-10-19T22:01:00.000Z",
          "exitTs": 1760973120,
          "dir": 1,
          "entryPrice": 4243.895,
          "exitPrice": 4344.759,
          "stopDistance": 50.432,
          "outcome": "target",
          "netR": 1.9927,
          "holdMinutes": 1031
        },
        {
          "entryTs": 1761021180,
          "entryUtc": "2025-10-21T04:33:00.000Z",
          "exitTs": 1761032040,
          "dir": 1,
          "entryPrice": 4340.298,
          "exitPrice": 4304.1,
          "stopDistance": 36.198,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 181
        },
        {
          "entryTs": 1761105720,
          "entryUtc": "2025-10-22T04:02:00.000Z",
          "exitTs": 1761120900,
          "dir": 1,
          "entryPrice": 4132.375,
          "exitPrice": 4076.318,
          "stopDistance": 56.057,
          "outcome": "stop",
          "netR": -1.0075,
          "holdMinutes": 253
        },
        {
          "entryTs": 1761192300,
          "entryUtc": "2025-10-23T04:05:00.000Z",
          "exitTs": 1761552300,
          "dir": 1,
          "entryPrice": 4090.395,
          "exitPrice": 4065.005,
          "stopDistance": 47.326,
          "outcome": "time",
          "netR": -0.5443,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1761624360,
          "entryUtc": "2025-10-28T04:06:00.000Z",
          "exitTs": 1761636720,
          "dir": -1,
          "entryPrice": 3988.715,
          "exitPrice": 3921.271,
          "stopDistance": 33.722,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 206
        },
        {
          "entryTs": 1761710820,
          "entryUtc": "2025-10-29T04:07:00.000Z",
          "exitTs": 1761734760,
          "dir": 1,
          "entryPrice": 3960.685,
          "exitPrice": 4029.395,
          "stopDistance": 34.355,
          "outcome": "target",
          "netR": 1.9892,
          "holdMinutes": 399
        },
        {
          "entryTs": 1761796860,
          "entryUtc": "2025-10-30T04:01:00.000Z",
          "exitTs": 1761798960,
          "dir": -1,
          "entryPrice": 3939.455,
          "exitPrice": 3975.913,
          "stopDistance": 36.458,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 35
        },
        {
          "entryTs": 1761883740,
          "entryUtc": "2025-10-31T04:09:00.000Z",
          "exitTs": 1762243740,
          "dir": 1,
          "entryPrice": 3990.265,
          "exitPrice": 3996.735,
          "stopDistance": 33.539,
          "outcome": "time",
          "netR": 0.1819,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1762318980,
          "entryUtc": "2025-11-05T05:03:00.000Z",
          "exitTs": 1762429860,
          "dir": 1,
          "entryPrice": 3970.065,
          "exitPrice": 4018.108,
          "stopDistance": 24.021,
          "outcome": "target",
          "netR": 1.9846,
          "holdMinutes": 1848
        },
        {
          "entryTs": 1762503120,
          "entryUtc": "2025-11-07T08:12:00.000Z",
          "exitTs": 1762533480,
          "dir": -1,
          "entryPrice": 4008.705,
          "exitPrice": 4026.513,
          "stopDistance": 17.808,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 506
        },
        {
          "entryTs": 1762729260,
          "entryUtc": "2025-11-09T23:01:00.000Z",
          "exitTs": 1762735560,
          "dir": -1,
          "entryPrice": 3998.198,
          "exitPrice": 4018.094,
          "stopDistance": 19.896,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 105
        },
        {
          "entryTs": 1762751640,
          "entryUtc": "2025-11-10T05:14:00.000Z",
          "exitTs": 1762777020,
          "dir": 1,
          "entryPrice": 4050.235,
          "exitPrice": 4091.146,
          "stopDistance": 20.455,
          "outcome": "target",
          "netR": 1.9819,
          "holdMinutes": 423
        },
        {
          "entryTs": 1762837500,
          "entryUtc": "2025-11-11T05:05:00.000Z",
          "exitTs": 1762872540,
          "dir": 1,
          "entryPrice": 4140.195,
          "exitPrice": 4122.432,
          "stopDistance": 17.763,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 584
        },
        {
          "entryTs": 1762925520,
          "entryUtc": "2025-11-12T05:32:00.000Z",
          "exitTs": 1762950840,
          "dir": 1,
          "entryPrice": 4101.085,
          "exitPrice": 4138.557,
          "stopDistance": 18.736,
          "outcome": "target",
          "netR": 1.9803,
          "holdMinutes": 422
        },
        {
          "entryTs": 1763010060,
          "entryUtc": "2025-11-13T05:01:00.000Z",
          "exitTs": 1763021700,
          "dir": -1,
          "entryPrice": 4207.635,
          "exitPrice": 4233.448,
          "stopDistance": 25.813,
          "outcome": "stop",
          "netR": -1.0163,
          "holdMinutes": 194
        },
        {
          "entryTs": 1763097300,
          "entryUtc": "2025-11-14T05:15:00.000Z",
          "exitTs": 1763121360,
          "dir": -1,
          "entryPrice": 4188.755,
          "exitPrice": 4133.424,
          "stopDistance": 27.665,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 401
        },
        {
          "entryTs": 1763334060,
          "entryUtc": "2025-11-16T23:01:00.000Z",
          "exitTs": 1763407920,
          "dir": 1,
          "entryPrice": 4081.848,
          "exitPrice": 4046.747,
          "stopDistance": 35.101,
          "outcome": "stop",
          "netR": -1.012,
          "holdMinutes": 1231
        },
        {
          "entryTs": 1763442060,
          "entryUtc": "2025-11-18T05:01:00.000Z",
          "exitTs": 1763474640,
          "dir": 1,
          "entryPrice": 4011.335,
          "exitPrice": 4074.843,
          "stopDistance": 31.754,
          "outcome": "target",
          "netR": 1.9883,
          "holdMinutes": 543
        },
        {
          "entryTs": 1763529360,
          "entryUtc": "2025-11-19T05:16:00.000Z",
          "exitTs": 1763545680,
          "dir": -1,
          "entryPrice": 4079.955,
          "exitPrice": 4105.834,
          "stopDistance": 25.879,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 272
        },
        {
          "entryTs": 1763615040,
          "entryUtc": "2025-11-20T05:04:00.000Z",
          "exitTs": 1763626920,
          "dir": 1,
          "entryPrice": 4071.448,
          "exitPrice": 4040.499,
          "stopDistance": 30.949,
          "outcome": "stop",
          "netR": -1.0136,
          "holdMinutes": 198
        },
        {
          "entryTs": 1763704500,
          "entryUtc": "2025-11-21T05:55:00.000Z",
          "exitTs": 1763744100,
          "dir": 1,
          "entryPrice": 4041.375,
          "exitPrice": 4098.216,
          "stopDistance": 28.421,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 660
        },
        {
          "entryTs": 1763938980,
          "entryUtc": "2025-11-23T23:03:00.000Z",
          "exitTs": 1764006660,
          "dir": -1,
          "entryPrice": 4068.148,
          "exitPrice": 4100.125,
          "stopDistance": 31.977,
          "outcome": "stop",
          "netR": -1.0131,
          "holdMinutes": 1128
        },
        {
          "entryTs": 1764050100,
          "entryUtc": "2025-11-25T05:55:00.000Z",
          "exitTs": 1764158280,
          "dir": -1,
          "entryPrice": 4148.655,
          "exitPrice": 4172.423,
          "stopDistance": 23.769,
          "outcome": "stop",
          "netR": -1.0177,
          "holdMinutes": 1803
        },
        {
          "entryTs": 1764222120,
          "entryUtc": "2025-11-27T05:42:00.000Z",
          "exitTs": 1764288420,
          "dir": -1,
          "entryPrice": 4149.865,
          "exitPrice": 4167.547,
          "stopDistance": 17.682,
          "outcome": "stop",
          "netR": -1.0238,
          "holdMinutes": 1105
        },
        {
          "entryTs": 1764306660,
          "entryUtc": "2025-11-28T05:11:00.000Z",
          "exitTs": 1764318480,
          "dir": -1,
          "entryPrice": 4179.835,
          "exitPrice": 4150.994,
          "stopDistance": 14.42,
          "outcome": "target",
          "netR": 1.9743,
          "holdMinutes": 197
        },
        {
          "entryTs": 1764543780,
          "entryUtc": "2025-11-30T23:03:00.000Z",
          "exitTs": 1764554100,
          "dir": -1,
          "entryPrice": 4227.348,
          "exitPrice": 4247.133,
          "stopDistance": 19.785,
          "outcome": "stop",
          "netR": -1.0212,
          "holdMinutes": 172
        },
        {
          "entryTs": 1764565380,
          "entryUtc": "2025-12-01T05:03:00.000Z",
          "exitTs": 1764566760,
          "dir": 1,
          "entryPrice": 4241.495,
          "exitPrice": 4218.222,
          "stopDistance": 23.273,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 23
        },
        {
          "entryTs": 1764720900,
          "entryUtc": "2025-12-03T00:15:00.000Z",
          "exitTs": 1764769980,
          "dir": -1,
          "entryPrice": 4209.665,
          "exitPrice": 4232.356,
          "stopDistance": 22.69,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 818
        },
        {
          "entryTs": 1764896520,
          "entryUtc": "2025-12-05T01:02:00.000Z",
          "exitTs": 1764946200,
          "dir": 1,
          "entryPrice": 4201.025,
          "exitPrice": 4243.961,
          "stopDistance": 21.468,
          "outcome": "target",
          "netR": 1.9828,
          "holdMinutes": 828
        },
        {
          "entryTs": 1765151040,
          "entryUtc": "2025-12-07T23:44:00.000Z",
          "exitTs": 1765296660,
          "dir": -1,
          "entryPrice": 4198.735,
          "exitPrice": 4219.104,
          "stopDistance": 20.369,
          "outcome": "stop",
          "netR": -1.0206,
          "holdMinutes": 2427
        },
        {
          "entryTs": 1765345320,
          "entryUtc": "2025-12-10T05:42:00.000Z",
          "exitTs": 1765357380,
          "dir": 1,
          "entryPrice": 4210.285,
          "exitPrice": 4194.996,
          "stopDistance": 15.289,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 201
        },
        {
          "entryTs": 1765430460,
          "entryUtc": "2025-12-11T05:21:00.000Z",
          "exitTs": 1765467660,
          "dir": 1,
          "entryPrice": 4210.055,
          "exitPrice": 4250.089,
          "stopDistance": 20.017,
          "outcome": "target",
          "netR": 1.9815,
          "holdMinutes": 620
        },
        {
          "entryTs": 1765519020,
          "entryUtc": "2025-12-12T05:57:00.000Z",
          "exitTs": 1765528560,
          "dir": -1,
          "entryPrice": 4279.365,
          "exitPrice": 4298.539,
          "stopDistance": 19.173,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 159
        },
        {
          "entryTs": 1765753500,
          "entryUtc": "2025-12-14T23:05:00.000Z",
          "exitTs": 1765863000,
          "dir": 1,
          "entryPrice": 4302.695,
          "exitPrice": 4275.612,
          "stopDistance": 27.083,
          "outcome": "stop",
          "netR": -1.0155,
          "holdMinutes": 1825
        },
        {
          "entryTs": 1765950420,
          "entryUtc": "2025-12-17T05:47:00.000Z",
          "exitTs": 1766074320,
          "dir": -1,
          "entryPrice": 4339.345,
          "exitPrice": 4360.058,
          "stopDistance": 20.712,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 2065
        },
        {
          "entryTs": 1766120760,
          "entryUtc": "2025-12-19T05:06:00.000Z",
          "exitTs": 1766361660,
          "dir": 1,
          "entryPrice": 4320.499,
          "exitPrice": 4361.659,
          "stopDistance": 20.58,
          "outcome": "target",
          "netR": 1.982,
          "holdMinutes": 4015
        },
        {
          "entryTs": 1766380860,
          "entryUtc": "2025-12-22T05:21:00.000Z",
          "exitTs": 1766386680,
          "dir": -1,
          "entryPrice": 4399.915,
          "exitPrice": 4417.745,
          "stopDistance": 17.83,
          "outcome": "stop",
          "netR": -1.0236,
          "holdMinutes": 97
        },
        {
          "entryTs": 1766466900,
          "entryUtc": "2025-12-23T05:15:00.000Z",
          "exitTs": 1766498700,
          "dir": 1,
          "entryPrice": 4480.485,
          "exitPrice": 4461.366,
          "stopDistance": 19.118,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 530
        },
        {
          "entryTs": 1766552520,
          "entryUtc": "2025-12-24T05:02:00.000Z",
          "exitTs": 1766711100,
          "dir": -1,
          "entryPrice": 4499.485,
          "exitPrice": 4527.145,
          "stopDistance": 27.66,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 2643
        },
        {
          "entryTs": 1766725500,
          "entryUtc": "2025-12-26T05:05:00.000Z",
          "exitTs": 1766763120,
          "dir": -1,
          "entryPrice": 4509.755,
          "exitPrice": 4536.737,
          "stopDistance": 26.982,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 627
        },
        {
          "entryTs": 1766962920,
          "entryUtc": "2025-12-28T23:02:00.000Z",
          "exitTs": 1766966520,
          "dir": 1,
          "entryPrice": 4543.145,
          "exitPrice": 4518.503,
          "stopDistance": 24.642,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 60
        },
        {
          "entryTs": 1766987880,
          "entryUtc": "2025-12-29T05:58:00.000Z",
          "exitTs": 1766991780,
          "dir": -1,
          "entryPrice": 4509.865,
          "exitPrice": 4452.645,
          "stopDistance": 28.61,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 65
        },
        {
          "entryTs": 1767071340,
          "entryUtc": "2025-12-30T05:09:00.000Z",
          "exitTs": 1767096780,
          "dir": -1,
          "entryPrice": 4359.635,
          "exitPrice": 4394.294,
          "stopDistance": 34.659,
          "outcome": "stop",
          "netR": -1.0121,
          "holdMinutes": 424
        },
        {
          "entryTs": 1767157260,
          "entryUtc": "2025-12-31T05:01:00.000Z",
          "exitTs": 1767160320,
          "dir": 1,
          "entryPrice": 4330.768,
          "exitPrice": 4298.155,
          "stopDistance": 32.613,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 51
        },
        {
          "entryTs": 1767308460,
          "entryUtc": "2026-01-01T23:01:00.000Z",
          "exitTs": 1767322560,
          "dir": -1,
          "entryPrice": 4328.198,
          "exitPrice": 4360.988,
          "stopDistance": 32.79,
          "outcome": "stop",
          "netR": -1.0128,
          "holdMinutes": 235
        },
        {
          "entryTs": 1767333540,
          "entryUtc": "2026-01-02T05:59:00.000Z",
          "exitTs": 1767370380,
          "dir": -1,
          "entryPrice": 4379.395,
          "exitPrice": 4320.744,
          "stopDistance": 29.326,
          "outcome": "target",
          "netR": 1.9874,
          "holdMinutes": 614
        },
        {
          "entryTs": 1767568080,
          "entryUtc": "2026-01-04T23:08:00.000Z",
          "exitTs": 1767574920,
          "dir": 1,
          "entryPrice": 4351.598,
          "exitPrice": 4401.577,
          "stopDistance": 24.989,
          "outcome": "target",
          "netR": 1.9852,
          "holdMinutes": 114
        },
        {
          "entryTs": 1767591180,
          "entryUtc": "2026-01-05T05:33:00.000Z",
          "exitTs": 1767669840,
          "dir": 1,
          "entryPrice": 4410.305,
          "exitPrice": 4467.398,
          "stopDistance": 28.546,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 1311
        },
        {
          "entryTs": 1767677400,
          "entryUtc": "2026-01-06T05:30:00.000Z",
          "exitTs": 1767723480,
          "dir": -1,
          "entryPrice": 4469.465,
          "exitPrice": 4492.966,
          "stopDistance": 23.501,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 768
        },
        {
          "entryTs": 1767763740,
          "entryUtc": "2026-01-07T05:29:00.000Z",
          "exitTs": 1767850200,
          "dir": -1,
          "entryPrice": 4469.145,
          "exitPrice": 4422.327,
          "stopDistance": 23.409,
          "outcome": "target",
          "netR": 1.9842,
          "holdMinutes": 1441
        },
        {
          "entryTs": 1767935820,
          "entryUtc": "2026-01-09T05:17:00.000Z",
          "exitTs": 1767972120,
          "dir": 1,
          "entryPrice": 4460.695,
          "exitPrice": 4503.225,
          "stopDistance": 21.265,
          "outcome": "target",
          "netR": 1.9826,
          "holdMinutes": 605
        },
        {
          "entryTs": 1768172460,
          "entryUtc": "2026-01-11T23:01:00.000Z",
          "exitTs": 1768177860,
          "dir": 1,
          "entryPrice": 4522.035,
          "exitPrice": 4567.895,
          "stopDistance": 22.93,
          "outcome": "target",
          "netR": 1.9839,
          "holdMinutes": 90
        },
        {
          "entryTs": 1768194480,
          "entryUtc": "2026-01-12T05:08:00.000Z",
          "exitTs": 1768207860,
          "dir": -1,
          "entryPrice": 4569.155,
          "exitPrice": 4598.005,
          "stopDistance": 28.85,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 223
        },
        {
          "entryTs": 1768282320,
          "entryUtc": "2026-01-13T05:32:00.000Z",
          "exitTs": 1768395540,
          "dir": 1,
          "entryPrice": 4590.265,
          "exitPrice": 4640.729,
          "stopDistance": 25.232,
          "outcome": "target",
          "netR": 1.9853,
          "holdMinutes": 1887
        },
        {
          "entryTs": 1768453320,
          "entryUtc": "2026-01-15T05:02:00.000Z",
          "exitTs": 1768577400,
          "dir": 1,
          "entryPrice": 4591.225,
          "exitPrice": 4564.04,
          "stopDistance": 27.185,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 2068
        },
        {
          "entryTs": 1768777260,
          "entryUtc": "2026-01-18T23:01:00.000Z",
          "exitTs": 1768884540,
          "dir": 1,
          "entryPrice": 4635.648,
          "exitPrice": 4693.131,
          "stopDistance": 28.741,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 1788
        },
        {
          "entryTs": 1768885560,
          "entryUtc": "2026-01-20T05:06:00.000Z",
          "exitTs": 1768893840,
          "dir": -1,
          "entryPrice": 4697.938,
          "exitPrice": 4718.414,
          "stopDistance": 20.476,
          "outcome": "stop",
          "netR": -1.0205,
          "holdMinutes": 138
        },
        {
          "entryTs": 1768971780,
          "entryUtc": "2026-01-21T05:03:00.000Z",
          "exitTs": 1769008740,
          "dir": 1,
          "entryPrice": 4860.195,
          "exitPrice": 4829.049,
          "stopDistance": 31.146,
          "outcome": "stop",
          "netR": -1.0135,
          "holdMinutes": 616
        },
        {
          "entryTs": 1769058420,
          "entryUtc": "2026-01-22T05:07:00.000Z",
          "exitTs": 1769102520,
          "dir": 1,
          "entryPrice": 4800.435,
          "exitPrice": 4889.411,
          "stopDistance": 44.488,
          "outcome": "target",
          "netR": 1.9917,
          "holdMinutes": 735
        },
        {
          "entryTs": 1769145780,
          "entryUtc": "2026-01-23T05:23:00.000Z",
          "exitTs": 1769382000,
          "dir": -1,
          "entryPrice": 4958.725,
          "exitPrice": 4992.967,
          "stopDistance": 34.242,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 3937
        },
        {
          "entryTs": 1769382060,
          "entryUtc": "2026-01-25T23:01:00.000Z",
          "exitTs": 1769386080,
          "dir": -1,
          "entryPrice": 5009.198,
          "exitPrice": 5042.543,
          "stopDistance": 33.344,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 67
        },
        {
          "entryTs": 1769403660,
          "entryUtc": "2026-01-26T05:01:00.000Z",
          "exitTs": 1769455260,
          "dir": 1,
          "entryPrice": 5070.475,
          "exitPrice": 5032.075,
          "stopDistance": 38.4,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 860
        },
        {
          "entryTs": 1769490600,
          "entryUtc": "2026-01-27T05:10:00.000Z",
          "exitTs": 1769546880,
          "dir": 1,
          "entryPrice": 5060.185,
          "exitPrice": 5160.938,
          "stopDistance": 50.376,
          "outcome": "target",
          "netR": 1.9927,
          "holdMinutes": 938
        },
        {
          "entryTs": 1769577900,
          "entryUtc": "2026-01-28T05:25:00.000Z",
          "exitTs": 1769589000,
          "dir": -1,
          "entryPrice": 5256.735,
          "exitPrice": 5301.092,
          "stopDistance": 44.357,
          "outcome": "stop",
          "netR": -1.0095,
          "holdMinutes": 185
        },
        {
          "entryTs": 1769662920,
          "entryUtc": "2026-01-29T05:02:00.000Z",
          "exitTs": 1769676300,
          "dir": 1,
          "entryPrice": 5551.325,
          "exitPrice": 5474.672,
          "stopDistance": 76.653,
          "outcome": "stop",
          "netR": -1.0055,
          "holdMinutes": 223
        },
        {
          "entryTs": 1769749500,
          "entryUtc": "2026-01-30T05:05:00.000Z",
          "exitTs": 1769761980,
          "dir": 1,
          "entryPrice": 5211.295,
          "exitPrice": 5084.836,
          "stopDistance": 126.459,
          "outcome": "stop",
          "netR": -1.0033,
          "holdMinutes": 208
        },
        {
          "entryTs": 1769987640,
          "entryUtc": "2026-02-01T23:14:00.000Z",
          "exitTs": 1770013620,
          "dir": -1,
          "entryPrice": 4756.098,
          "exitPrice": 4437.217,
          "stopDistance": 159.44,
          "outcome": "target",
          "netR": 1.9977,
          "holdMinutes": 433
        },
        {
          "entryTs": 1770094980,
          "entryUtc": "2026-02-03T05:03:00.000Z",
          "exitTs": 1770135360,
          "dir": -1,
          "entryPrice": 4818.295,
          "exitPrice": 4951.92,
          "stopDistance": 133.625,
          "outcome": "stop",
          "netR": -1.0031,
          "holdMinutes": 673
        },
        {
          "entryTs": 1770181560,
          "entryUtc": "2026-02-04T05:06:00.000Z",
          "exitTs": 1770219360,
          "dir": -1,
          "entryPrice": 5079.975,
          "exitPrice": 4909.348,
          "stopDistance": 85.314,
          "outcome": "target",
          "netR": 1.9957,
          "holdMinutes": 630
        },
        {
          "entryTs": 1770267720,
          "entryUtc": "2026-02-05T05:02:00.000Z",
          "exitTs": 1770327240,
          "dir": 1,
          "entryPrice": 4872.755,
          "exitPrice": 4781.917,
          "stopDistance": 90.838,
          "outcome": "stop",
          "netR": -1.0046,
          "holdMinutes": 992
        },
        {
          "entryTs": 1770354120,
          "entryUtc": "2026-02-06T05:02:00.000Z",
          "exitTs": 1770357600,
          "dir": -1,
          "entryPrice": 4808.705,
          "exitPrice": 4900.088,
          "stopDistance": 91.383,
          "outcome": "stop",
          "netR": -1.0046,
          "holdMinutes": 58
        },
        {
          "entryTs": 1770591660,
          "entryUtc": "2026-02-08T23:01:00.000Z",
          "exitTs": 1770806640,
          "dir": 1,
          "entryPrice": 4975.228,
          "exitPrice": 5098.467,
          "stopDistance": 61.62,
          "outcome": "target",
          "netR": 1.994,
          "holdMinutes": 3583
        },
        {
          "entryTs": 1770872700,
          "entryUtc": "2026-02-12T05:05:00.000Z",
          "exitTs": 1770912780,
          "dir": -1,
          "entryPrice": 5069.715,
          "exitPrice": 4987.673,
          "stopDistance": 41.021,
          "outcome": "target",
          "netR": 1.991,
          "holdMinutes": 668
        },
        {
          "entryTs": 1770960180,
          "entryUtc": "2026-02-13T05:23:00.000Z",
          "exitTs": 1771290180,
          "dir": 1,
          "entryPrice": 4981.025,
          "exitPrice": 4929.258,
          "stopDistance": 51.767,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 5500
        },
        {
          "entryTs": 1771304820,
          "entryUtc": "2026-02-17T05:07:00.000Z",
          "exitTs": 1771305360,
          "dir": 1,
          "entryPrice": 4941.868,
          "exitPrice": 4908.849,
          "stopDistance": 33.019,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 9
        },
        {
          "entryTs": 1771391460,
          "entryUtc": "2026-02-18T05:11:00.000Z",
          "exitTs": 1771433220,
          "dir": 1,
          "entryPrice": 4932.015,
          "exitPrice": 5009.099,
          "stopDistance": 38.542,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 696
        },
        {
          "entryTs": 1771477620,
          "entryUtc": "2026-02-19T05:07:00.000Z",
          "exitTs": 1771483500,
          "dir": -1,
          "entryPrice": 4987.855,
          "exitPrice": 5015.279,
          "stopDistance": 27.424,
          "outcome": "stop",
          "netR": -1.0153,
          "holdMinutes": 98
        },
        {
          "entryTs": 1771566180,
          "entryUtc": "2026-02-20T05:43:00.000Z",
          "exitTs": 1771568700,
          "dir": -1,
          "entryPrice": 4998.055,
          "exitPrice": 5026.32,
          "stopDistance": 28.265,
          "outcome": "stop",
          "netR": -1.0149,
          "holdMinutes": 42
        },
        {
          "entryTs": 1771801380,
          "entryUtc": "2026-02-22T23:03:00.000Z",
          "exitTs": 1771857420,
          "dir": 1,
          "entryPrice": 5113.155,
          "exitPrice": 5180.785,
          "stopDistance": 33.815,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 934
        },
        {
          "entryTs": 1771909440,
          "entryUtc": "2026-02-24T05:04:00.000Z",
          "exitTs": 1771998540,
          "dir": -1,
          "entryPrice": 5170.035,
          "exitPrice": 5208.601,
          "stopDistance": 38.565,
          "outcome": "stop",
          "netR": -1.0109,
          "holdMinutes": 1485
        },
        {
          "entryTs": 1772082240,
          "entryUtc": "2026-02-26T05:04:00.000Z",
          "exitTs": 1772107320,
          "dir": 1,
          "entryPrice": 5191.295,
          "exitPrice": 5157.833,
          "stopDistance": 33.462,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 418
        },
        {
          "entryTs": 1772170680,
          "entryUtc": "2026-02-27T05:38:00.000Z",
          "exitTs": 1772208900,
          "dir": 1,
          "entryPrice": 5193.118,
          "exitPrice": 5257.054,
          "stopDistance": 31.968,
          "outcome": "target",
          "netR": 1.9884,
          "holdMinutes": 637
        },
        {
          "entryTs": 1772406180,
          "entryUtc": "2026-03-01T23:03:00.000Z",
          "exitTs": 1772435220,
          "dir": 1,
          "entryPrice": 5333.898,
          "exitPrice": 5396.837,
          "stopDistance": 31.469,
          "outcome": "target",
          "netR": 1.9882,
          "holdMinutes": 484
        },
        {
          "entryTs": 1772514420,
          "entryUtc": "2026-03-03T05:07:00.000Z",
          "exitTs": 1772529900,
          "dir": -1,
          "entryPrice": 5359.775,
          "exitPrice": 5272.592,
          "stopDistance": 43.591,
          "outcome": "target",
          "netR": 1.9915,
          "holdMinutes": 258
        },
        {
          "entryTs": 1772600460,
          "entryUtc": "2026-03-04T05:01:00.000Z",
          "exitTs": 1773007200,
          "dir": -1,
          "entryPrice": 5156.505,
          "exitPrice": 5190.748,
          "stopDistance": 74.673,
          "outcome": "time",
          "netR": -0.4635,
          "holdMinutes": 6779
        },
        {
          "entryTs": 1773007680,
          "entryUtc": "2026-03-08T22:08:00.000Z",
          "exitTs": 1773011400,
          "dir": 1,
          "entryPrice": 5142.845,
          "exitPrice": 5100.258,
          "stopDistance": 42.587,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 62
        },
        {
          "entryTs": 1773028860,
          "entryUtc": "2026-03-09T04:01:00.000Z",
          "exitTs": 1773148680,
          "dir": 1,
          "entryPrice": 5090.135,
          "exitPrice": 5208.515,
          "stopDistance": 59.19,
          "outcome": "target",
          "netR": 1.9937,
          "holdMinutes": 1997
        },
        {
          "entryTs": 1773201720,
          "entryUtc": "2026-03-11T04:02:00.000Z",
          "exitTs": 1773234060,
          "dir": 1,
          "entryPrice": 5200.425,
          "exitPrice": 5163.917,
          "stopDistance": 36.508,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 539
        },
        {
          "entryTs": 1773289560,
          "entryUtc": "2026-03-12T04:26:00.000Z",
          "exitTs": 1773328260,
          "dir": 1,
          "entryPrice": 5151.675,
          "exitPrice": 5117.43,
          "stopDistance": 34.245,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 645
        },
        {
          "entryTs": 1773375720,
          "entryUtc": "2026-03-13T04:22:00.000Z",
          "exitTs": 1773413700,
          "dir": -1,
          "entryPrice": 5109.895,
          "exitPrice": 5047.648,
          "stopDistance": 31.124,
          "outcome": "target",
          "netR": 1.9881,
          "holdMinutes": 633
        },
        {
          "entryTs": 1773612060,
          "entryUtc": "2026-03-15T22:01:00.000Z",
          "exitTs": 1773616980,
          "dir": 1,
          "entryPrice": 5011.245,
          "exitPrice": 4973.896,
          "stopDistance": 37.349,
          "outcome": "stop",
          "netR": -1.0112,
          "holdMinutes": 82
        },
        {
          "entryTs": 1773633720,
          "entryUtc": "2026-03-16T04:02:00.000Z",
          "exitTs": 1773651900,
          "dir": 1,
          "entryPrice": 5023.295,
          "exitPrice": 4980.747,
          "stopDistance": 42.548,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 303
        },
        {
          "entryTs": 1773721740,
          "entryUtc": "2026-03-17T04:29:00.000Z",
          "exitTs": 1773830100,
          "dir": -1,
          "entryPrice": 5029.955,
          "exitPrice": 4963.176,
          "stopDistance": 33.389,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 1806
        },
        {
          "entryTs": 1773892920,
          "entryUtc": "2026-03-19T04:02:00.000Z",
          "exitTs": 1773902760,
          "dir": -1,
          "entryPrice": 4849.065,
          "exitPrice": 4771.676,
          "stopDistance": 38.695,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 164
        },
        {
          "entryTs": 1773979680,
          "entryUtc": "2026-03-20T04:08:00.000Z",
          "exitTs": 1774000860,
          "dir": 1,
          "entryPrice": 4720.085,
          "exitPrice": 4655.737,
          "stopDistance": 64.348,
          "outcome": "stop",
          "netR": -1.0065,
          "holdMinutes": 353
        },
        {
          "entryTs": 1774216860,
          "entryUtc": "2026-03-22T22:01:00.000Z",
          "exitTs": 1774224900,
          "dir": 1,
          "entryPrice": 4487.435,
          "exitPrice": 4417.996,
          "stopDistance": 69.439,
          "outcome": "stop",
          "netR": -1.006,
          "holdMinutes": 134
        },
        {
          "entryTs": 1774238520,
          "entryUtc": "2026-03-23T04:02:00.000Z",
          "exitTs": 1774248420,
          "dir": -1,
          "entryPrice": 4363.255,
          "exitPrice": 4179.828,
          "stopDistance": 91.714,
          "outcome": "target",
          "netR": 1.996,
          "holdMinutes": 165
        },
        {
          "entryTs": 1774324860,
          "entryUtc": "2026-03-24T04:01:00.000Z",
          "exitTs": 1774383840,
          "dir": -1,
          "entryPrice": 4348.365,
          "exitPrice": 4455.362,
          "stopDistance": 106.997,
          "outcome": "stop",
          "netR": -1.0039,
          "holdMinutes": 983
        },
        {
          "entryTs": 1774411680,
          "entryUtc": "2026-03-25T04:08:00.000Z",
          "exitTs": 1774465800,
          "dir": 1,
          "entryPrice": 4570.485,
          "exitPrice": 4499.257,
          "stopDistance": 71.228,
          "outcome": "stop",
          "netR": -1.0059,
          "holdMinutes": 902
        },
        {
          "entryTs": 1774498920,
          "entryUtc": "2026-03-26T04:22:00.000Z",
          "exitTs": 1774542060,
          "dir": -1,
          "entryPrice": 4517.295,
          "exitPrice": 4412.278,
          "stopDistance": 52.509,
          "outcome": "target",
          "netR": 1.993,
          "holdMinutes": 719
        },
        {
          "entryTs": 1774586100,
          "entryUtc": "2026-03-27T04:35:00.000Z",
          "exitTs": 1774623060,
          "dir": -1,
          "entryPrice": 4439.515,
          "exitPrice": 4494.871,
          "stopDistance": 55.355,
          "outcome": "stop",
          "netR": -1.0076,
          "holdMinutes": 616
        },
        {
          "entryTs": 1774821720,
          "entryUtc": "2026-03-29T22:02:00.000Z",
          "exitTs": 1774828800,
          "dir": 1,
          "entryPrice": 4486.855,
          "exitPrice": 4434.837,
          "stopDistance": 52.018,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 118
        },
        {
          "entryTs": 1774843740,
          "entryUtc": "2026-03-30T04:09:00.000Z",
          "exitTs": 1774853280,
          "dir": -1,
          "entryPrice": 4489.935,
          "exitPrice": 4547.314,
          "stopDistance": 57.379,
          "outcome": "stop",
          "netR": -1.0073,
          "holdMinutes": 159
        },
        {
          "entryTs": 1774929840,
          "entryUtc": "2026-03-31T04:04:00.000Z",
          "exitTs": 1774965600,
          "dir": -1,
          "entryPrice": 4559.995,
          "exitPrice": 4614.053,
          "stopDistance": 54.057,
          "outcome": "stop",
          "netR": -1.0078,
          "holdMinutes": 596
        },
        {
          "entryTs": 1775016420,
          "entryUtc": "2026-04-01T04:07:00.000Z",
          "exitTs": 1775026080,
          "dir": -1,
          "entryPrice": 4679.075,
          "exitPrice": 4723.735,
          "stopDistance": 44.66,
          "outcome": "stop",
          "netR": -1.0094,
          "holdMinutes": 161
        },
        {
          "entryTs": 1775102460,
          "entryUtc": "2026-04-02T04:01:00.000Z",
          "exitTs": 1775110080,
          "dir": -1,
          "entryPrice": 4677.405,
          "exitPrice": 4569.015,
          "stopDistance": 54.195,
          "outcome": "target",
          "netR": 1.9932,
          "holdMinutes": 127
        },
        {
          "entryTs": 1775426700,
          "entryUtc": "2026-04-05T22:05:00.000Z",
          "exitTs": 1775462640,
          "dir": -1,
          "entryPrice": 4636.815,
          "exitPrice": 4690.161,
          "stopDistance": 53.346,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 599
        },
        {
          "entryTs": 1775534460,
          "entryUtc": "2026-04-07T04:01:00.000Z",
          "exitTs": 1775550120,
          "dir": -1,
          "entryPrice": 4649.208,
          "exitPrice": 4686.04,
          "stopDistance": 36.832,
          "outcome": "stop",
          "netR": -1.0114,
          "holdMinutes": 261
        },
        {
          "entryTs": 1775620860,
          "entryUtc": "2026-04-08T04:01:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4798.185,
          "exitPrice": 4694.704,
          "stopDistance": 51.74,
          "outcome": "target",
          "netR": 1.9928,
          "holdMinutes": 6839
        },
        {
          "entryTs": 1776031560,
          "entryUtc": "2026-04-12T22:06:00.000Z",
          "exitTs": 1776042000,
          "dir": -1,
          "entryPrice": 4669.845,
          "exitPrice": 4699.394,
          "stopDistance": 29.549,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 174
        },
        {
          "entryTs": 1776053280,
          "entryUtc": "2026-04-13T04:08:00.000Z",
          "exitTs": 1776150120,
          "dir": 1,
          "entryPrice": 4711.505,
          "exitPrice": 4788.513,
          "stopDistance": 38.504,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 1614
        },
        {
          "entryTs": 1776230400,
          "entryUtc": "2026-04-15T05:20:00.000Z",
          "exitTs": 1776388320,
          "dir": -1,
          "entryPrice": 4829.698,
          "exitPrice": 4771.624,
          "stopDistance": 29.037,
          "outcome": "target",
          "netR": 1.9873,
          "holdMinutes": 2632
        },
        {
          "entryTs": 1776401040,
          "entryUtc": "2026-04-17T04:44:00.000Z",
          "exitTs": 1776430560,
          "dir": 1,
          "entryPrice": 4800.085,
          "exitPrice": 4846.671,
          "stopDistance": 23.293,
          "outcome": "target",
          "netR": 1.9841,
          "holdMinutes": 492
        },
        {
          "entryTs": 1776636060,
          "entryUtc": "2026-04-19T22:01:00.000Z",
          "exitTs": 1776648180,
          "dir": -1,
          "entryPrice": 4766.055,
          "exitPrice": 4795.409,
          "stopDistance": 29.354,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 202
        },
        {
          "entryTs": 1776659640,
          "entryUtc": "2026-04-20T04:34:00.000Z",
          "exitTs": 1776691800,
          "dir": -1,
          "entryPrice": 4789.435,
          "exitPrice": 4826.015,
          "stopDistance": 36.579,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 536
        },
        {
          "entryTs": 1776745920,
          "entryUtc": "2026-04-21T04:32:00.000Z",
          "exitTs": 1776774600,
          "dir": 1,
          "entryPrice": 4790.165,
          "exitPrice": 4765.468,
          "stopDistance": 24.697,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 478
        },
        {
          "entryTs": 1776835320,
          "entryUtc": "2026-04-22T05:22:00.000Z",
          "exitTs": 1776863100,
          "dir": 1,
          "entryPrice": 4770.945,
          "exitPrice": 4739.209,
          "stopDistance": 31.736,
          "outcome": "stop",
          "netR": -1.0132,
          "holdMinutes": 463
        },
        {
          "entryTs": 1776919620,
          "entryUtc": "2026-04-23T04:47:00.000Z",
          "exitTs": 1776945660,
          "dir": -1,
          "entryPrice": 4699.455,
          "exitPrice": 4728.619,
          "stopDistance": 29.164,
          "outcome": "stop",
          "netR": -1.0144,
          "holdMinutes": 434
        },
        {
          "entryTs": 1777003440,
          "entryUtc": "2026-04-24T04:04:00.000Z",
          "exitTs": 1777028820,
          "dir": -1,
          "entryPrice": 4669.855,
          "exitPrice": 4699.965,
          "stopDistance": 30.11,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 423
        },
        {
          "entryTs": 1777240860,
          "entryUtc": "2026-04-26T22:01:00.000Z",
          "exitTs": 1777258260,
          "dir": -1,
          "entryPrice": 4692.685,
          "exitPrice": 4720.246,
          "stopDistance": 27.561,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 290
        },
        {
          "entryTs": 1777268160,
          "entryUtc": "2026-04-27T05:36:00.000Z",
          "exitTs": 1777301580,
          "dir": 1,
          "entryPrice": 4710.795,
          "exitPrice": 4683.201,
          "stopDistance": 27.594,
          "outcome": "stop",
          "netR": -1.0152,
          "holdMinutes": 557
        },
        {
          "entryTs": 1777353180,
          "entryUtc": "2026-04-28T05:13:00.000Z",
          "exitTs": 1777354800,
          "dir": 1,
          "entryPrice": 4650.345,
          "exitPrice": 4631.713,
          "stopDistance": 18.633,
          "outcome": "stop",
          "netR": -1.0225,
          "holdMinutes": 27
        },
        {
          "entryTs": 1777435800,
          "entryUtc": "2026-04-29T04:10:00.000Z",
          "exitTs": 1777467060,
          "dir": -1,
          "entryPrice": 4599.755,
          "exitPrice": 4549.879,
          "stopDistance": 24.938,
          "outcome": "target",
          "netR": 1.9852,
          "holdMinutes": 521
        },
        {
          "entryTs": 1777523100,
          "entryUtc": "2026-04-30T04:25:00.000Z",
          "exitTs": 1777530720,
          "dir": -1,
          "entryPrice": 4549.855,
          "exitPrice": 4578.14,
          "stopDistance": 28.285,
          "outcome": "stop",
          "netR": -1.0148,
          "holdMinutes": 127
        }
      ],
      "significance": {
        "tStat": -2.407,
        "pValueOneSided": 0.99196,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    },
    {
      "id": "previous-day-breakout-continuation",
      "name": "Previous-day high / low breakout continuation",
      "family": "Breakout",
      "timeframe": "M1 event",
      "signalTimeframe": "H1",
      "trendNote": "The direct opposite of Turtle Soup, and the control that shows whether the fade or the follow-through is the real behaviour.",
      "rule": "Take the first break of the previous New York day high or low with a stop order and trade in the direction of the break.",
      "rawSignals": 1336,
      "full": {
        "trades": 1116,
        "winRate": {
          "successes": 396,
          "total": 1116,
          "ratePct": 35.5,
          "ci95Pct": [
            32.7,
            38.3
          ]
        },
        "expectancyR": 0.0068,
        "totalR": 7.61,
        "profitFactor": 1.01,
        "avgWinR": 1.941,
        "avgLossR": -1.057,
        "maxDrawdownPct": 45.25,
        "finalEquity": 9623.48,
        "returnPct": -3.77,
        "tStat": 0.159,
        "sdR": 1.437,
        "ambiguousTrades": 0,
        "timeExits": 5,
        "stopExits": 718,
        "targetExits": 393,
        "optimisticExpectancyR": 0.0068,
        "medianHoldMinutes": 284,
        "medianCostShareOfR": 0.0545,
        "longTrades": 610,
        "longExpectancyR": 0.0076,
        "shortTrades": 506,
        "shortExpectancyR": 0.0059,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 218,
        "leverageCapped": 0
      },
      "inSample": {
        "trades": 829,
        "winRate": {
          "successes": 286,
          "total": 829,
          "ratePct": 34.5,
          "ci95Pct": [
            31.3,
            37.8
          ]
        },
        "expectancyR": -0.0328,
        "totalR": -27.22,
        "profitFactor": 0.953,
        "avgWinR": 1.93,
        "avgLossR": -1.067,
        "maxDrawdownPct": 45.25,
        "finalEquity": 7003.15,
        "returnPct": -29.97,
        "tStat": -0.662,
        "sdR": 1.428,
        "ambiguousTrades": 0,
        "timeExits": 4,
        "stopExits": 541,
        "targetExits": 284,
        "optimisticExpectancyR": -0.0328,
        "medianHoldMinutes": 271,
        "medianCostShareOfR": 0.0638,
        "longTrades": 434,
        "longExpectancyR": -0.0825,
        "shortTrades": 395,
        "shortExpectancyR": 0.0217,
        "maxConsecutiveLosses": 13,
        "skippedInPosition": 160,
        "leverageCapped": 0
      },
      "holdout": {
        "trades": 287,
        "winRate": {
          "successes": 110,
          "total": 287,
          "ratePct": 38.3,
          "ci95Pct": [
            32.9,
            44.1
          ]
        },
        "expectancyR": 0.1213,
        "totalR": 34.83,
        "profitFactor": 1.192,
        "avgWinR": 1.967,
        "avgLossR": -1.026,
        "maxDrawdownPct": 14.04,
        "finalEquity": 13741.31,
        "returnPct": 37.41,
        "tStat": 1.409,
        "sdR": 1.459,
        "ambiguousTrades": 0,
        "timeExits": 1,
        "stopExits": 177,
        "targetExits": 109,
        "optimisticExpectancyR": 0.1213,
        "medianHoldMinutes": 335,
        "medianCostShareOfR": 0.0219,
        "longTrades": 176,
        "longExpectancyR": 0.2297,
        "shortTrades": 111,
        "shortExpectancyR": -0.0504,
        "maxConsecutiveLosses": 9,
        "skippedInPosition": 57,
        "leverageCapped": 0
      },
      "exitGrid": [
        {
          "stopAtrMultiple": 1,
          "targetR": 1,
          "trades": 1303,
          "winRatePct": 50.5,
          "expectancyR": -0.0706,
          "profitFactor": 0.869,
          "returnPct": -62.73
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 2,
          "trades": 1261,
          "winRatePct": 33.9,
          "expectancyR": -0.0668,
          "profitFactor": 0.907,
          "returnPct": -62.09
        },
        {
          "stopAtrMultiple": 1,
          "targetR": 3,
          "trades": 1204,
          "winRatePct": 26.5,
          "expectancyR": -0.0251,
          "profitFactor": 0.969,
          "returnPct": -38.67
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 1,
          "trades": 1234,
          "winRatePct": 50.2,
          "expectancyR": -0.0506,
          "profitFactor": 0.904,
          "returnPct": -49.69
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 2,
          "trades": 1116,
          "winRatePct": 35.5,
          "expectancyR": 0.0068,
          "profitFactor": 1.01,
          "returnPct": -3.77
        },
        {
          "stopAtrMultiple": 1.5,
          "targetR": 3,
          "trades": 993,
          "winRatePct": 27.8,
          "expectancyR": 0.0363,
          "profitFactor": 1.048,
          "returnPct": 22.95
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 1,
          "trades": 1005,
          "winRatePct": 51,
          "expectancyR": -0.0116,
          "profitFactor": 0.977,
          "returnPct": -15.4
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 2,
          "trades": 788,
          "winRatePct": 35.5,
          "expectancyR": -0.0149,
          "profitFactor": 0.977,
          "returnPct": -17.49
        },
        {
          "stopAtrMultiple": 2.5,
          "targetR": 3,
          "trades": 683,
          "winRatePct": 32.2,
          "expectancyR": 0.0617,
          "profitFactor": 1.09,
          "returnPct": 38.95
        }
      ],
      "exitGridPositiveCells": 3,
      "spreadSensitivity": [
        {
          "spreadUsd": 0.15,
          "trades": 1116,
          "expectancyR": 0.0272,
          "profitFactor": 1.041,
          "returnPct": 20.82
        },
        {
          "spreadUsd": 0.3,
          "trades": 1116,
          "expectancyR": 0.0068,
          "profitFactor": 1.01,
          "returnPct": -3.77
        },
        {
          "spreadUsd": 0.6,
          "trades": 1116,
          "expectancyR": -0.0339,
          "profitFactor": 0.952,
          "returnPct": -38.95
        }
      ],
      "monthlyR": [
        {
          "month": "2021-01",
          "totalR": 1.36
        },
        {
          "month": "2021-02",
          "totalR": 6.11
        },
        {
          "month": "2021-03",
          "totalR": 1.08
        },
        {
          "month": "2021-04",
          "totalR": -5.17
        },
        {
          "month": "2021-05",
          "totalR": -5.09
        },
        {
          "month": "2021-06",
          "totalR": -2.13
        },
        {
          "month": "2021-07",
          "totalR": -3.27
        },
        {
          "month": "2021-08",
          "totalR": -0.7
        },
        {
          "month": "2021-09",
          "totalR": -1.4
        },
        {
          "month": "2021-10",
          "totalR": -9.28
        },
        {
          "month": "2021-11",
          "totalR": -4.21
        },
        {
          "month": "2021-12",
          "totalR": 7.46
        },
        {
          "month": "2022-01",
          "totalR": 1.25
        },
        {
          "month": "2022-02",
          "totalR": -6.24
        },
        {
          "month": "2022-03",
          "totalR": 9.29
        },
        {
          "month": "2022-04",
          "totalR": -16.2
        },
        {
          "month": "2022-05",
          "totalR": 4.98
        },
        {
          "month": "2022-06",
          "totalR": -10.65
        },
        {
          "month": "2022-07",
          "totalR": -5.05
        },
        {
          "month": "2022-08",
          "totalR": 8.81
        },
        {
          "month": "2022-09",
          "totalR": 1.15
        },
        {
          "month": "2022-10",
          "totalR": 1.05
        },
        {
          "month": "2022-11",
          "totalR": -1.21
        },
        {
          "month": "2022-12",
          "totalR": 9.08
        },
        {
          "month": "2023-01",
          "totalR": -4.06
        },
        {
          "month": "2023-02",
          "totalR": -12.28
        },
        {
          "month": "2023-03",
          "totalR": 7.97
        },
        {
          "month": "2023-04",
          "totalR": 5.01
        },
        {
          "month": "2023-05",
          "totalR": 2.89
        },
        {
          "month": "2023-06",
          "totalR": -8.4
        },
        {
          "month": "2023-07",
          "totalR": -1.51
        },
        {
          "month": "2023-08",
          "totalR": -2.74
        },
        {
          "month": "2023-09",
          "totalR": -6.12
        },
        {
          "month": "2023-10",
          "totalR": 1.82
        },
        {
          "month": "2023-11",
          "totalR": 3.72
        },
        {
          "month": "2023-12",
          "totalR": 3.15
        },
        {
          "month": "2024-01",
          "totalR": 0.93
        },
        {
          "month": "2024-02",
          "totalR": -2.7
        },
        {
          "month": "2024-03",
          "totalR": -4.98
        },
        {
          "month": "2024-04",
          "totalR": 3.31
        },
        {
          "month": "2024-05",
          "totalR": 10.26
        },
        {
          "month": "2024-06",
          "totalR": -6.8
        },
        {
          "month": "2024-07",
          "totalR": 1.04
        },
        {
          "month": "2024-08",
          "totalR": -3.8
        },
        {
          "month": "2024-09",
          "totalR": 2.07
        },
        {
          "month": "2024-10",
          "totalR": -6.71
        },
        {
          "month": "2024-11",
          "totalR": 5.43
        },
        {
          "month": "2024-12",
          "totalR": 4.3
        },
        {
          "month": "2025-01",
          "totalR": 8.28
        },
        {
          "month": "2025-02",
          "totalR": 0.37
        },
        {
          "month": "2025-03",
          "totalR": -1.74
        },
        {
          "month": "2025-04",
          "totalR": 3.69
        },
        {
          "month": "2025-05",
          "totalR": 0.64
        },
        {
          "month": "2025-06",
          "totalR": -2.53
        },
        {
          "month": "2025-07",
          "totalR": 4.23
        },
        {
          "month": "2025-08",
          "totalR": -6.69
        },
        {
          "month": "2025-09",
          "totalR": 7.46
        },
        {
          "month": "2025-10",
          "totalR": 14.72
        },
        {
          "month": "2025-11",
          "totalR": -4.33
        },
        {
          "month": "2025-12",
          "totalR": 1.69
        },
        {
          "month": "2026-01",
          "totalR": 1.7
        },
        {
          "month": "2026-02",
          "totalR": 3.73
        },
        {
          "month": "2026-03",
          "totalR": 6.84
        },
        {
          "month": "2026-04",
          "totalR": -3.21
        }
      ],
      "trades": [
        {
          "entryTs": 1609838880,
          "entryUtc": "2021-01-05T09:28:00.000Z",
          "exitTs": 1609936980,
          "dir": 1,
          "entryPrice": 1945.495,
          "exitPrice": 1937.706,
          "stopDistance": 7.789,
          "outcome": "stop",
          "netR": -1.0539,
          "holdMinutes": 1635
        },
        {
          "entryTs": 1610086440,
          "entryUtc": "2021-01-08T06:14:00.000Z",
          "exitTs": 1610092800,
          "dir": -1,
          "entryPrice": 1906.4,
          "exitPrice": 1889.924,
          "stopDistance": 8.238,
          "outcome": "target",
          "netR": 1.9551,
          "holdMinutes": 106
        },
        {
          "entryTs": 1610327700,
          "entryUtc": "2021-01-11T01:15:00.000Z",
          "exitTs": 1610346120,
          "dir": -1,
          "entryPrice": 1828.038,
          "exitPrice": 1843.478,
          "stopDistance": 15.44,
          "outcome": "stop",
          "netR": -1.0272,
          "holdMinutes": 307
        },
        {
          "entryTs": 1610429940,
          "entryUtc": "2021-01-12T05:39:00.000Z",
          "exitTs": 1610458860,
          "dir": 1,
          "entryPrice": 1855.346,
          "exitPrice": 1845.687,
          "stopDistance": 9.659,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 482
        },
        {
          "entryTs": 1610591460,
          "entryUtc": "2021-01-14T02:31:00.000Z",
          "exitTs": 1610602740,
          "dir": -1,
          "entryPrice": 1836.558,
          "exitPrice": 1844.733,
          "stopDistance": 8.175,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 188
        },
        {
          "entryTs": 1610723100,
          "entryUtc": "2021-01-15T15:05:00.000Z",
          "exitTs": 1610926500,
          "dir": -1,
          "entryPrice": 1835.988,
          "exitPrice": 1818.068,
          "stopDistance": 8.96,
          "outcome": "target",
          "netR": 1.9587,
          "holdMinutes": 3390
        },
        {
          "entryTs": 1610947980,
          "entryUtc": "2021-01-18T05:33:00.000Z",
          "exitTs": 1611124560,
          "dir": 1,
          "entryPrice": 1832.305,
          "exitPrice": 1853.494,
          "stopDistance": 10.595,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 2943
        },
        {
          "entryTs": 1611206640,
          "entryUtc": "2021-01-21T05:24:00.000Z",
          "exitTs": 1611234060,
          "dir": 1,
          "entryPrice": 1872.585,
          "exitPrice": 1865.236,
          "stopDistance": 7.349,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 457
        },
        {
          "entryTs": 1611296280,
          "entryUtc": "2021-01-22T06:18:00.000Z",
          "exitTs": 1611314460,
          "dir": -1,
          "entryPrice": 1858.131,
          "exitPrice": 1845.586,
          "stopDistance": 6.272,
          "outcome": "target",
          "netR": 1.941,
          "holdMinutes": 303
        },
        {
          "entryTs": 1611553200,
          "entryUtc": "2021-01-25T05:40:00.000Z",
          "exitTs": 1611571260,
          "dir": -1,
          "entryPrice": 1852.635,
          "exitPrice": 1859.568,
          "stopDistance": 6.933,
          "outcome": "stop",
          "netR": -1.0606,
          "holdMinutes": 301
        },
        {
          "entryTs": 1611709380,
          "entryUtc": "2021-01-27T01:03:00.000Z",
          "exitTs": 1611758400,
          "dir": -1,
          "entryPrice": 1847.025,
          "exitPrice": 1834.691,
          "stopDistance": 6.167,
          "outcome": "target",
          "netR": 1.94,
          "holdMinutes": 817
        },
        {
          "entryTs": 1611841680,
          "entryUtc": "2021-01-28T13:48:00.000Z",
          "exitTs": 1611853020,
          "dir": 1,
          "entryPrice": 1853.096,
          "exitPrice": 1846.355,
          "stopDistance": 6.741,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 189
        },
        {
          "entryTs": 1611921720,
          "entryUtc": "2021-01-29T12:02:00.000Z",
          "exitTs": 1611931440,
          "dir": 1,
          "entryPrice": 1863.915,
          "exitPrice": 1854.775,
          "stopDistance": 9.14,
          "outcome": "stop",
          "netR": -1.046,
          "holdMinutes": 162
        },
        {
          "entryTs": 1612160820,
          "entryUtc": "2021-02-01T06:27:00.000Z",
          "exitTs": 1612224960,
          "dir": 1,
          "entryPrice": 1866.837,
          "exitPrice": 1855.724,
          "stopDistance": 11.113,
          "outcome": "stop",
          "netR": -1.0378,
          "holdMinutes": 1069
        },
        {
          "entryTs": 1612249920,
          "entryUtc": "2021-02-02T07:12:00.000Z",
          "exitTs": 1612272300,
          "dir": -1,
          "entryPrice": 1852.625,
          "exitPrice": 1834.783,
          "stopDistance": 8.921,
          "outcome": "target",
          "netR": 1.9585,
          "holdMinutes": 373
        },
        {
          "entryTs": 1612403220,
          "entryUtc": "2021-02-04T01:47:00.000Z",
          "exitTs": 1612417380,
          "dir": -1,
          "entryPrice": 1829.317,
          "exitPrice": 1817.26,
          "stopDistance": 6.028,
          "outcome": "target",
          "netR": 1.9386,
          "holdMinutes": 236
        },
        {
          "entryTs": 1612738800,
          "entryUtc": "2021-02-07T23:00:00.000Z",
          "exitTs": 1612751580,
          "dir": 1,
          "entryPrice": 1816.958,
          "exitPrice": 1809.052,
          "stopDistance": 7.906,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 213
        },
        {
          "entryTs": 1612774260,
          "entryUtc": "2021-02-08T08:51:00.000Z",
          "exitTs": 1612781460,
          "dir": -1,
          "entryPrice": 1808.313,
          "exitPrice": 1815.16,
          "stopDistance": 6.847,
          "outcome": "stop",
          "netR": -1.0613,
          "holdMinutes": 120
        },
        {
          "entryTs": 1612857060,
          "entryUtc": "2021-02-09T07:51:00.000Z",
          "exitTs": 1612881540,
          "dir": 1,
          "entryPrice": 1843.138,
          "exitPrice": 1836.568,
          "stopDistance": 6.57,
          "outcome": "stop",
          "netR": -1.0639,
          "holdMinutes": 408
        },
        {
          "entryTs": 1612963860,
          "entryUtc": "2021-02-10T13:31:00.000Z",
          "exitTs": 1612968960,
          "dir": 1,
          "entryPrice": 1848.47,
          "exitPrice": 1841.888,
          "stopDistance": 6.582,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 85
        },
        {
          "entryTs": 1613062200,
          "entryUtc": "2021-02-11T16:50:00.000Z",
          "exitTs": 1613097240,
          "dir": -1,
          "entryPrice": 1833.895,
          "exitPrice": 1820.935,
          "stopDistance": 6.48,
          "outcome": "target",
          "netR": 1.9429,
          "holdMinutes": 584
        },
        {
          "entryTs": 1613113140,
          "entryUtc": "2021-02-12T06:59:00.000Z",
          "exitTs": 1613145000,
          "dir": -1,
          "entryPrice": 1819.128,
          "exitPrice": 1825.104,
          "stopDistance": 5.975,
          "outcome": "stop",
          "netR": -1.0703,
          "holdMinutes": 531
        },
        {
          "entryTs": 1613370420,
          "entryUtc": "2021-02-15T06:27:00.000Z",
          "exitTs": 1613480400,
          "dir": -1,
          "entryPrice": 1819.848,
          "exitPrice": 1805.421,
          "stopDistance": 7.213,
          "outcome": "target",
          "netR": 1.9487,
          "holdMinutes": 1833
        },
        {
          "entryTs": 1613548980,
          "entryUtc": "2021-02-17T08:03:00.000Z",
          "exitTs": 1613578380,
          "dir": -1,
          "entryPrice": 1786.455,
          "exitPrice": 1770.301,
          "stopDistance": 8.077,
          "outcome": "target",
          "netR": 1.9542,
          "holdMinutes": 490
        },
        {
          "entryTs": 1613661480,
          "entryUtc": "2021-02-18T15:18:00.000Z",
          "exitTs": 1613663340,
          "dir": -1,
          "entryPrice": 1769.418,
          "exitPrice": 1778.203,
          "stopDistance": 8.785,
          "outcome": "stop",
          "netR": -1.0478,
          "holdMinutes": 31
        },
        {
          "entryTs": 1613746080,
          "entryUtc": "2021-02-19T14:48:00.000Z",
          "exitTs": 1613748360,
          "dir": 1,
          "entryPrice": 1789.465,
          "exitPrice": 1780.447,
          "stopDistance": 9.018,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 38
        },
        {
          "entryTs": 1613973120,
          "entryUtc": "2021-02-22T05:52:00.000Z",
          "exitTs": 1614004920,
          "dir": 1,
          "entryPrice": 1789.555,
          "exitPrice": 1805.421,
          "stopDistance": 7.933,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 530
        },
        {
          "entryTs": 1614174360,
          "entryUtc": "2021-02-24T13:46:00.000Z",
          "exitTs": 1614185820,
          "dir": -1,
          "entryPrice": 1795.425,
          "exitPrice": 1802.044,
          "stopDistance": 6.619,
          "outcome": "stop",
          "netR": -1.0635,
          "holdMinutes": 191
        },
        {
          "entryTs": 1614253260,
          "entryUtc": "2021-02-25T11:41:00.000Z",
          "exitTs": 1614276120,
          "dir": -1,
          "entryPrice": 1783.445,
          "exitPrice": 1766.247,
          "stopDistance": 8.599,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 381
        },
        {
          "entryTs": 1614317460,
          "entryUtc": "2021-02-26T05:31:00.000Z",
          "exitTs": 1614351600,
          "dir": -1,
          "entryPrice": 1765.001,
          "exitPrice": 1744.821,
          "stopDistance": 10.09,
          "outcome": "target",
          "netR": 1.9633,
          "holdMinutes": 569
        },
        {
          "entryTs": 1614576600,
          "entryUtc": "2021-03-01T05:30:00.000Z",
          "exitTs": 1614601980,
          "dir": 1,
          "entryPrice": 1751.545,
          "exitPrice": 1740.623,
          "stopDistance": 10.922,
          "outcome": "stop",
          "netR": -1.0385,
          "holdMinutes": 423
        },
        {
          "entryTs": 1614777480,
          "entryUtc": "2021-03-03T13:18:00.000Z",
          "exitTs": 1614787260,
          "dir": -1,
          "entryPrice": 1710.606,
          "exitPrice": 1718.432,
          "stopDistance": 7.826,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 163
        },
        {
          "entryTs": 1614879420,
          "entryUtc": "2021-03-04T17:37:00.000Z",
          "exitTs": 1615159080,
          "dir": -1,
          "entryPrice": 1701.797,
          "exitPrice": 1712.187,
          "stopDistance": 10.39,
          "outcome": "stop",
          "netR": -1.0404,
          "holdMinutes": 4661
        },
        {
          "entryTs": 1615187220,
          "entryUtc": "2021-03-08T07:07:00.000Z",
          "exitTs": 1615218180,
          "dir": -1,
          "entryPrice": 1701.718,
          "exitPrice": 1683.381,
          "stopDistance": 9.168,
          "outcome": "target",
          "netR": 1.9596,
          "holdMinutes": 516
        },
        {
          "entryTs": 1615290300,
          "entryUtc": "2021-03-09T11:45:00.000Z",
          "exitTs": 1615409160,
          "dir": 1,
          "entryPrice": 1709.405,
          "exitPrice": 1725.949,
          "stopDistance": 8.272,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 1981
        },
        {
          "entryTs": 1615440780,
          "entryUtc": "2021-03-11T05:33:00.000Z",
          "exitTs": 1615470300,
          "dir": 1,
          "entryPrice": 1734.508,
          "exitPrice": 1728.006,
          "stopDistance": 6.502,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 492
        },
        {
          "entryTs": 1615528320,
          "entryUtc": "2021-03-12T05:52:00.000Z",
          "exitTs": 1615540740,
          "dir": -1,
          "entryPrice": 1716.744,
          "exitPrice": 1703.25,
          "stopDistance": 6.747,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 207
        },
        {
          "entryTs": 1615759260,
          "entryUtc": "2021-03-14T22:01:00.000Z",
          "exitTs": 1616006460,
          "dir": 1,
          "entryPrice": 1729.158,
          "exitPrice": 1745.959,
          "stopDistance": 8.401,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 4120
        },
        {
          "entryTs": 1616072940,
          "entryUtc": "2021-03-18T13:09:00.000Z",
          "exitTs": 1616083320,
          "dir": -1,
          "entryPrice": 1724.018,
          "exitPrice": 1732.928,
          "stopDistance": 8.91,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 173
        },
        {
          "entryTs": 1616364000,
          "entryUtc": "2021-03-21T22:00:00.000Z",
          "exitTs": 1616365740,
          "dir": 1,
          "entryPrice": 1746.538,
          "exitPrice": 1739.292,
          "stopDistance": 7.246,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 29
        },
        {
          "entryTs": 1616393640,
          "entryUtc": "2021-03-22T06:14:00.000Z",
          "exitTs": 1616430420,
          "dir": -1,
          "entryPrice": 1732.438,
          "exitPrice": 1739.571,
          "stopDistance": 7.133,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 613
        },
        {
          "entryTs": 1616507880,
          "entryUtc": "2021-03-23T13:58:00.000Z",
          "exitTs": 1616553720,
          "dir": -1,
          "entryPrice": 1727.238,
          "exitPrice": 1732.518,
          "stopDistance": 5.28,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 764
        },
        {
          "entryTs": 1616674260,
          "entryUtc": "2021-03-25T12:11:00.000Z",
          "exitTs": 1616677500,
          "dir": -1,
          "entryPrice": 1727.068,
          "exitPrice": 1731.826,
          "stopDistance": 4.758,
          "outcome": "stop",
          "netR": -1.0883,
          "holdMinutes": 54
        },
        {
          "entryTs": 1616758200,
          "entryUtc": "2021-03-26T11:30:00.000Z",
          "exitTs": 1616762100,
          "dir": -1,
          "entryPrice": 1721.589,
          "exitPrice": 1727.591,
          "stopDistance": 6.002,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 65
        },
        {
          "entryTs": 1616995800,
          "entryUtc": "2021-03-29T05:30:00.000Z",
          "exitTs": 1617025020,
          "dir": -1,
          "entryPrice": 1726.278,
          "exitPrice": 1716.373,
          "stopDistance": 4.953,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 487
        },
        {
          "entryTs": 1617082980,
          "entryUtc": "2021-03-30T05:43:00.000Z",
          "exitTs": 1617101520,
          "dir": -1,
          "entryPrice": 1704.605,
          "exitPrice": 1693.373,
          "stopDistance": 5.616,
          "outcome": "target",
          "netR": 1.9341,
          "holdMinutes": 309
        },
        {
          "entryTs": 1617206100,
          "entryUtc": "2021-03-31T15:55:00.000Z",
          "exitTs": 1617282240,
          "dir": 1,
          "entryPrice": 1708.448,
          "exitPrice": 1724.826,
          "stopDistance": 8.189,
          "outcome": "target",
          "netR": 1.9548,
          "holdMinutes": 1269
        },
        {
          "entryTs": 1617860340,
          "entryUtc": "2021-04-08T05:39:00.000Z",
          "exitTs": 1617887220,
          "dir": 1,
          "entryPrice": 1743.095,
          "exitPrice": 1752.611,
          "stopDistance": 4.758,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 448
        },
        {
          "entryTs": 1617971400,
          "entryUtc": "2021-04-09T12:30:00.000Z",
          "exitTs": 1617979020,
          "dir": -1,
          "entryPrice": 1738.528,
          "exitPrice": 1743.45,
          "stopDistance": 4.922,
          "outcome": "stop",
          "netR": -1.0853,
          "holdMinutes": 127
        },
        {
          "entryTs": 1618205280,
          "entryUtc": "2021-04-12T05:28:00.000Z",
          "exitTs": 1618210440,
          "dir": -1,
          "entryPrice": 1736.658,
          "exitPrice": 1741.546,
          "stopDistance": 4.888,
          "outcome": "stop",
          "netR": -1.0859,
          "holdMinutes": 86
        },
        {
          "entryTs": 1618291800,
          "entryUtc": "2021-04-13T05:30:00.000Z",
          "exitTs": 1618316160,
          "dir": -1,
          "entryPrice": 1727.318,
          "exitPrice": 1732.686,
          "stopDistance": 5.368,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 406
        },
        {
          "entryTs": 1618478400,
          "entryUtc": "2021-04-15T09:20:00.000Z",
          "exitTs": 1618495680,
          "dir": 1,
          "entryPrice": 1748.788,
          "exitPrice": 1759.031,
          "stopDistance": 5.121,
          "outcome": "target",
          "netR": 1.9278,
          "holdMinutes": 288
        },
        {
          "entryTs": 1618566660,
          "entryUtc": "2021-04-16T09:51:00.000Z",
          "exitTs": 1618574880,
          "dir": 1,
          "entryPrice": 1769.525,
          "exitPrice": 1780.152,
          "stopDistance": 5.314,
          "outcome": "target",
          "netR": 1.9304,
          "holdMinutes": 137
        },
        {
          "entryTs": 1618818180,
          "entryUtc": "2021-04-19T07:43:00.000Z",
          "exitTs": 1618834320,
          "dir": 1,
          "entryPrice": 1783.455,
          "exitPrice": 1777.052,
          "stopDistance": 6.403,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 269
        },
        {
          "entryTs": 1618907280,
          "entryUtc": "2021-04-20T08:28:00.000Z",
          "exitTs": 1618916580,
          "dir": -1,
          "entryPrice": 1765.488,
          "exitPrice": 1772.092,
          "stopDistance": 6.604,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 155
        },
        {
          "entryTs": 1618983780,
          "entryUtc": "2021-04-21T05:43:00.000Z",
          "exitTs": 1618995000,
          "dir": 1,
          "entryPrice": 1784.608,
          "exitPrice": 1778.937,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 187
        },
        {
          "entryTs": 1619107380,
          "entryUtc": "2021-04-22T16:03:00.000Z",
          "exitTs": 1619131920,
          "dir": -1,
          "entryPrice": 1777.638,
          "exitPrice": 1784.562,
          "stopDistance": 6.925,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 409
        },
        {
          "entryTs": 1619181540,
          "entryUtc": "2021-04-23T12:39:00.000Z",
          "exitTs": 1619183880,
          "dir": 1,
          "entryPrice": 1794.688,
          "exitPrice": 1788.97,
          "stopDistance": 5.718,
          "outcome": "stop",
          "netR": -1.0735,
          "holdMinutes": 39
        },
        {
          "entryTs": 1619415120,
          "entryUtc": "2021-04-26T05:32:00.000Z",
          "exitTs": 1619417160,
          "dir": 1,
          "entryPrice": 1782.798,
          "exitPrice": 1777.493,
          "stopDistance": 5.305,
          "outcome": "stop",
          "netR": -1.0792,
          "holdMinutes": 34
        },
        {
          "entryTs": 1619526000,
          "entryUtc": "2021-04-27T12:20:00.000Z",
          "exitTs": 1619530320,
          "dir": 1,
          "entryPrice": 1783.978,
          "exitPrice": 1778.757,
          "stopDistance": 5.221,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 72
        },
        {
          "entryTs": 1619593560,
          "entryUtc": "2021-04-28T07:06:00.000Z",
          "exitTs": 1619615640,
          "dir": -1,
          "entryPrice": 1766.325,
          "exitPrice": 1771.048,
          "stopDistance": 4.723,
          "outcome": "stop",
          "netR": -1.0889,
          "holdMinutes": 368
        },
        {
          "entryTs": 1619704260,
          "entryUtc": "2021-04-29T13:51:00.000Z",
          "exitTs": 1619707860,
          "dir": -1,
          "entryPrice": 1762.498,
          "exitPrice": 1768.504,
          "stopDistance": 6.006,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 60
        },
        {
          "entryTs": 1620217860,
          "entryUtc": "2021-05-05T12:31:00.000Z",
          "exitTs": 1620218460,
          "dir": -1,
          "entryPrice": 1770.638,
          "exitPrice": 1776.51,
          "stopDistance": 5.872,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 10
        },
        {
          "entryTs": 1620278220,
          "entryUtc": "2021-05-06T05:17:00.000Z",
          "exitTs": 1620308100,
          "dir": 1,
          "entryPrice": 1790.065,
          "exitPrice": 1800.551,
          "stopDistance": 5.243,
          "outcome": "target",
          "netR": 1.9294,
          "holdMinutes": 498
        },
        {
          "entryTs": 1620376620,
          "entryUtc": "2021-05-07T08:37:00.000Z",
          "exitTs": 1620390720,
          "dir": 1,
          "entryPrice": 1822.158,
          "exitPrice": 1833.546,
          "stopDistance": 5.694,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 235
        },
        {
          "entryTs": 1620624780,
          "entryUtc": "2021-05-10T05:33:00.000Z",
          "exitTs": 1620737820,
          "dir": 1,
          "entryPrice": 1836.815,
          "exitPrice": 1829.732,
          "stopDistance": 7.083,
          "outcome": "stop",
          "netR": -1.0593,
          "holdMinutes": 1884
        },
        {
          "entryTs": 1620824580,
          "entryUtc": "2021-05-12T13:03:00.000Z",
          "exitTs": 1620825480,
          "dir": 1,
          "entryPrice": 1841.718,
          "exitPrice": 1834.603,
          "stopDistance": 7.115,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 15
        },
        {
          "entryTs": 1620895800,
          "entryUtc": "2021-05-13T08:50:00.000Z",
          "exitTs": 1620909060,
          "dir": -1,
          "entryPrice": 1813.145,
          "exitPrice": 1820.734,
          "stopDistance": 7.589,
          "outcome": "stop",
          "netR": -1.0553,
          "holdMinutes": 221
        },
        {
          "entryTs": 1620973380,
          "entryUtc": "2021-05-14T06:23:00.000Z",
          "exitTs": 1620999540,
          "dir": 1,
          "entryPrice": 1828.678,
          "exitPrice": 1840.755,
          "stopDistance": 6.038,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 436
        },
        {
          "entryTs": 1621203360,
          "entryUtc": "2021-05-16T22:16:00.000Z",
          "exitTs": 1621261020,
          "dir": 1,
          "entryPrice": 1845.85,
          "exitPrice": 1858.098,
          "stopDistance": 6.124,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 961
        },
        {
          "entryTs": 1621341000,
          "entryUtc": "2021-05-18T12:30:00.000Z",
          "exitTs": 1621342200,
          "dir": 1,
          "entryPrice": 1873.755,
          "exitPrice": 1868.407,
          "stopDistance": 5.348,
          "outcome": "stop",
          "netR": -1.0785,
          "holdMinutes": 20
        },
        {
          "entryTs": 1621413960,
          "entryUtc": "2021-05-19T08:46:00.000Z",
          "exitTs": 1621428960,
          "dir": -1,
          "entryPrice": 1863.105,
          "exitPrice": 1868.749,
          "stopDistance": 5.644,
          "outcome": "stop",
          "netR": -1.0744,
          "holdMinutes": 250
        },
        {
          "entryTs": 1621599900,
          "entryUtc": "2021-05-21T12:25:00.000Z",
          "exitTs": 1621605000,
          "dir": 1,
          "entryPrice": 1883.758,
          "exitPrice": 1878.09,
          "stopDistance": 5.668,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 85
        },
        {
          "entryTs": 1621845240,
          "entryUtc": "2021-05-24T08:34:00.000Z",
          "exitTs": 1621859400,
          "dir": -1,
          "entryPrice": 1879.678,
          "exitPrice": 1885.522,
          "stopDistance": 5.844,
          "outcome": "stop",
          "netR": -1.0719,
          "holdMinutes": 236
        },
        {
          "entryTs": 1621925460,
          "entryUtc": "2021-05-25T06:51:00.000Z",
          "exitTs": 1621930260,
          "dir": 1,
          "entryPrice": 1886.225,
          "exitPrice": 1880.459,
          "stopDistance": 5.766,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 80
        },
        {
          "entryTs": 1622015040,
          "entryUtc": "2021-05-26T07:44:00.000Z",
          "exitTs": 1622036580,
          "dir": 1,
          "entryPrice": 1907.638,
          "exitPrice": 1901.764,
          "stopDistance": 5.874,
          "outcome": "stop",
          "netR": -1.0715,
          "holdMinutes": 359
        },
        {
          "entryTs": 1622117940,
          "entryUtc": "2021-05-27T12:19:00.000Z",
          "exitTs": 1622118840,
          "dir": -1,
          "entryPrice": 1890.588,
          "exitPrice": 1896.746,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 15
        },
        {
          "entryTs": 1622183700,
          "entryUtc": "2021-05-28T06:35:00.000Z",
          "exitTs": 1622191020,
          "dir": -1,
          "entryPrice": 1888.188,
          "exitPrice": 1893.467,
          "stopDistance": 5.279,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 122
        },
        {
          "entryTs": 1622422800,
          "entryUtc": "2021-05-31T01:00:00.000Z",
          "exitTs": 1622556240,
          "dir": 1,
          "entryPrice": 1905.798,
          "exitPrice": 1899.902,
          "stopDistance": 5.896,
          "outcome": "stop",
          "netR": -1.0712,
          "holdMinutes": 2224
        },
        {
          "entryTs": 1622764800,
          "entryUtc": "2021-06-04T00:00:00.000Z",
          "exitTs": 1622771760,
          "dir": -1,
          "entryPrice": 1870.868,
          "exitPrice": 1861.252,
          "stopDistance": 4.808,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 116
        },
        {
          "entryTs": 1623042780,
          "entryUtc": "2021-06-07T05:13:00.000Z",
          "exitTs": 1623072960,
          "dir": -1,
          "entryPrice": 1884.888,
          "exitPrice": 1890.755,
          "stopDistance": 5.867,
          "outcome": "stop",
          "netR": -1.0716,
          "holdMinutes": 503
        },
        {
          "entryTs": 1623155820,
          "entryUtc": "2021-06-08T12:37:00.000Z",
          "exitTs": 1623156300,
          "dir": 1,
          "entryPrice": 1903.238,
          "exitPrice": 1897.866,
          "stopDistance": 5.372,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 8
        },
        {
          "entryTs": 1623303720,
          "entryUtc": "2021-06-10T05:42:00.000Z",
          "exitTs": 1623326400,
          "dir": -1,
          "entryPrice": 1884.138,
          "exitPrice": 1874.851,
          "stopDistance": 4.644,
          "outcome": "target",
          "netR": 1.9203,
          "holdMinutes": 378
        },
        {
          "entryTs": 1623391560,
          "entryUtc": "2021-06-11T06:06:00.000Z",
          "exitTs": 1623399300,
          "dir": 1,
          "entryPrice": 1900.818,
          "exitPrice": 1895.783,
          "stopDistance": 5.035,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 129
        },
        {
          "entryTs": 1623624900,
          "entryUtc": "2021-06-13T22:55:00.000Z",
          "exitTs": 1623643320,
          "dir": -1,
          "entryPrice": 1874.378,
          "exitPrice": 1861.747,
          "stopDistance": 6.316,
          "outcome": "target",
          "netR": 1.9414,
          "holdMinutes": 307
        },
        {
          "entryTs": 1623866400,
          "entryUtc": "2021-06-16T18:00:00.000Z",
          "exitTs": 1623866400,
          "dir": -1,
          "entryPrice": 1851.478,
          "exitPrice": 1857.438,
          "stopDistance": 5.96,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 0
        },
        {
          "entryTs": 1623919920,
          "entryUtc": "2021-06-17T08:52:00.000Z",
          "exitTs": 1623932400,
          "dir": -1,
          "entryPrice": 1803.268,
          "exitPrice": 1783.073,
          "stopDistance": 10.097,
          "outcome": "target",
          "netR": 1.9634,
          "holdMinutes": 208
        },
        {
          "entryTs": 1624046340,
          "entryUtc": "2021-06-18T19:59:00.000Z",
          "exitTs": 1624255800,
          "dir": -1,
          "entryPrice": 1767.128,
          "exitPrice": 1777.165,
          "stopDistance": 10.037,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 3491
        },
        {
          "entryTs": 1624455480,
          "entryUtc": "2021-06-23T13:38:00.000Z",
          "exitTs": 1624466340,
          "dir": 1,
          "entryPrice": 1789.078,
          "exitPrice": 1783.005,
          "stopDistance": 6.073,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 181
        },
        {
          "entryTs": 1624509240,
          "entryUtc": "2021-06-24T04:34:00.000Z",
          "exitTs": 1624522800,
          "dir": -1,
          "entryPrice": 1773.208,
          "exitPrice": 1779.667,
          "stopDistance": 6.459,
          "outcome": "stop",
          "netR": -1.065,
          "holdMinutes": 226
        },
        {
          "entryTs": 1624624200,
          "entryUtc": "2021-06-25T12:30:00.000Z",
          "exitTs": 1624632600,
          "dir": 1,
          "entryPrice": 1787.848,
          "exitPrice": 1782.842,
          "stopDistance": 5.006,
          "outcome": "stop",
          "netR": -1.0839,
          "holdMinutes": 140
        },
        {
          "entryTs": 1624843440,
          "entryUtc": "2021-06-28T01:24:00.000Z",
          "exitTs": 1624854600,
          "dir": -1,
          "entryPrice": 1775.638,
          "exitPrice": 1780.218,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 186
        },
        {
          "entryTs": 1624857360,
          "entryUtc": "2021-06-28T05:16:00.000Z",
          "exitTs": 1624868340,
          "dir": 1,
          "entryPrice": 1782.708,
          "exitPrice": 1777.151,
          "stopDistance": 5.557,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 183
        },
        {
          "entryTs": 1624952040,
          "entryUtc": "2021-06-29T07:34:00.000Z",
          "exitTs": 1624970520,
          "dir": -1,
          "entryPrice": 1773.255,
          "exitPrice": 1763.424,
          "stopDistance": 4.916,
          "outcome": "target",
          "netR": 1.9247,
          "holdMinutes": 308
        },
        {
          "entryTs": 1625112120,
          "entryUtc": "2021-07-01T04:02:00.000Z",
          "exitTs": 1625152620,
          "dir": 1,
          "entryPrice": 1776.048,
          "exitPrice": 1769.927,
          "stopDistance": 6.121,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 675
        },
        {
          "entryTs": 1625214120,
          "entryUtc": "2021-07-02T08:22:00.000Z",
          "exitTs": 1625229000,
          "dir": 1,
          "entryPrice": 1782.678,
          "exitPrice": 1777.766,
          "stopDistance": 4.912,
          "outcome": "stop",
          "netR": -1.0855,
          "holdMinutes": 248
        },
        {
          "entryTs": 1625467440,
          "entryUtc": "2021-07-05T06:44:00.000Z",
          "exitTs": 1625548020,
          "dir": 1,
          "entryPrice": 1789.748,
          "exitPrice": 1801.602,
          "stopDistance": 5.927,
          "outcome": "target",
          "netR": 1.9376,
          "holdMinutes": 1343
        },
        {
          "entryTs": 1625718960,
          "entryUtc": "2021-07-08T04:36:00.000Z",
          "exitTs": 1625728740,
          "dir": -1,
          "entryPrice": 1796.268,
          "exitPrice": 1802.186,
          "stopDistance": 5.918,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 163
        },
        {
          "entryTs": 1626063240,
          "entryUtc": "2021-07-12T04:14:00.000Z",
          "exitTs": 1626135180,
          "dir": -1,
          "entryPrice": 1802.208,
          "exitPrice": 1807.913,
          "stopDistance": 5.705,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 1199
        },
        {
          "entryTs": 1626178620,
          "entryUtc": "2021-07-13T12:17:00.000Z",
          "exitTs": 1626179400,
          "dir": 1,
          "entryPrice": 1812.598,
          "exitPrice": 1807.441,
          "stopDistance": 5.157,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 13
        },
        {
          "entryTs": 1626258900,
          "entryUtc": "2021-07-14T10:35:00.000Z",
          "exitTs": 1626265980,
          "dir": 1,
          "entryPrice": 1817.061,
          "exitPrice": 1827.92,
          "stopDistance": 5.43,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 118
        },
        {
          "entryTs": 1626328380,
          "entryUtc": "2021-07-15T05:53:00.000Z",
          "exitTs": 1626344700,
          "dir": 1,
          "entryPrice": 1829.678,
          "exitPrice": 1824.351,
          "stopDistance": 5.327,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 272
        },
        {
          "entryTs": 1626432360,
          "entryUtc": "2021-07-16T10:46:00.000Z",
          "exitTs": 1626439620,
          "dir": -1,
          "entryPrice": 1820.13,
          "exitPrice": 1824.927,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 121
        },
        {
          "entryTs": 1626674400,
          "entryUtc": "2021-07-19T06:00:00.000Z",
          "exitTs": 1626696000,
          "dir": -1,
          "entryPrice": 1810.238,
          "exitPrice": 1799.11,
          "stopDistance": 5.564,
          "outcome": "target",
          "netR": 1.9335,
          "holdMinutes": 360
        },
        {
          "entryTs": 1626782460,
          "entryUtc": "2021-07-20T12:01:00.000Z",
          "exitTs": 1626792240,
          "dir": 1,
          "entryPrice": 1819.038,
          "exitPrice": 1813.454,
          "stopDistance": 5.584,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 163
        },
        {
          "entryTs": 1626855000,
          "entryUtc": "2021-07-21T08:10:00.000Z",
          "exitTs": 1626941700,
          "dir": -1,
          "entryPrice": 1804.948,
          "exitPrice": 1793.306,
          "stopDistance": 5.821,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 1445
        },
        {
          "entryTs": 1627026540,
          "entryUtc": "2021-07-23T07:49:00.000Z",
          "exitTs": 1627030920,
          "dir": 1,
          "entryPrice": 1808.448,
          "exitPrice": 1803.55,
          "stopDistance": 4.898,
          "outcome": "stop",
          "netR": -1.0857,
          "holdMinutes": 73
        },
        {
          "entryTs": 1627277400,
          "entryUtc": "2021-07-26T05:30:00.000Z",
          "exitTs": 1627303140,
          "dir": 1,
          "entryPrice": 1807.188,
          "exitPrice": 1801.615,
          "stopDistance": 5.573,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 429
        },
        {
          "entryTs": 1627364880,
          "entryUtc": "2021-07-27T05:48:00.000Z",
          "exitTs": 1627371480,
          "dir": -1,
          "entryPrice": 1794.565,
          "exitPrice": 1799.195,
          "stopDistance": 4.63,
          "outcome": "stop",
          "netR": -1.0907,
          "holdMinutes": 110
        },
        {
          "entryTs": 1627495200,
          "entryUtc": "2021-07-28T18:00:00.000Z",
          "exitTs": 1627495860,
          "dir": -1,
          "entryPrice": 1793.488,
          "exitPrice": 1798.987,
          "stopDistance": 5.499,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 11
        },
        {
          "entryTs": 1627536600,
          "entryUtc": "2021-07-29T05:30:00.000Z",
          "exitTs": 1627571220,
          "dir": 1,
          "entryPrice": 1817.408,
          "exitPrice": 1828.993,
          "stopDistance": 5.792,
          "outcome": "target",
          "netR": 1.9361,
          "holdMinutes": 577
        },
        {
          "entryTs": 1627664280,
          "entryUtc": "2021-07-30T16:58:00.000Z",
          "exitTs": 1628024280,
          "dir": -1,
          "entryPrice": 1814.388,
          "exitPrice": 1810.198,
          "stopDistance": 5.074,
          "outcome": "time",
          "netR": 0.7528,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1628061480,
          "entryUtc": "2021-08-04T07:18:00.000Z",
          "exitTs": 1628066460,
          "dir": 1,
          "entryPrice": 1814.908,
          "exitPrice": 1811.361,
          "stopDistance": 3.547,
          "outcome": "stop",
          "netR": -1.1184,
          "holdMinutes": 83
        },
        {
          "entryTs": 1628170800,
          "entryUtc": "2021-08-05T13:40:00.000Z",
          "exitTs": 1628247000,
          "dir": -1,
          "entryPrice": 1806.325,
          "exitPrice": 1796.343,
          "stopDistance": 4.991,
          "outcome": "target",
          "netR": 1.9259,
          "holdMinutes": 1270
        },
        {
          "entryTs": 1628461140,
          "entryUtc": "2021-08-08T22:19:00.000Z",
          "exitTs": 1628462880,
          "dir": -1,
          "entryPrice": 1758.578,
          "exitPrice": 1743.467,
          "stopDistance": 7.556,
          "outcome": "target",
          "netR": 1.951,
          "holdMinutes": 29
        },
        {
          "entryTs": 1628602680,
          "entryUtc": "2021-08-10T13:38:00.000Z",
          "exitTs": 1628610600,
          "dir": -1,
          "entryPrice": 1723.658,
          "exitPrice": 1731.789,
          "stopDistance": 8.131,
          "outcome": "stop",
          "netR": -1.0517,
          "holdMinutes": 132
        },
        {
          "entryTs": 1628679540,
          "entryUtc": "2021-08-11T10:59:00.000Z",
          "exitTs": 1628696160,
          "dir": 1,
          "entryPrice": 1738.158,
          "exitPrice": 1749.805,
          "stopDistance": 5.823,
          "outcome": "target",
          "netR": 1.9365,
          "holdMinutes": 277
        },
        {
          "entryTs": 1628749920,
          "entryUtc": "2021-08-12T06:32:00.000Z",
          "exitTs": 1628769600,
          "dir": 1,
          "entryPrice": 1754.288,
          "exitPrice": 1749.215,
          "stopDistance": 5.073,
          "outcome": "stop",
          "netR": -1.0828,
          "holdMinutes": 328
        },
        {
          "entryTs": 1628836080,
          "entryUtc": "2021-08-13T06:28:00.000Z",
          "exitTs": 1628863200,
          "dir": 1,
          "entryPrice": 1758.038,
          "exitPrice": 1766.981,
          "stopDistance": 4.472,
          "outcome": "target",
          "netR": 1.9173,
          "holdMinutes": 452
        },
        {
          "entryTs": 1629064800,
          "entryUtc": "2021-08-15T22:00:00.000Z",
          "exitTs": 1629091020,
          "dir": 1,
          "entryPrice": 1779.848,
          "exitPrice": 1774.688,
          "stopDistance": 5.16,
          "outcome": "stop",
          "netR": -1.0814,
          "holdMinutes": 437
        },
        {
          "entryTs": 1629178560,
          "entryUtc": "2021-08-17T05:36:00.000Z",
          "exitTs": 1629209520,
          "dir": 1,
          "entryPrice": 1789.198,
          "exitPrice": 1784.799,
          "stopDistance": 4.399,
          "outcome": "stop",
          "netR": -1.0955,
          "holdMinutes": 516
        },
        {
          "entryTs": 1629297420,
          "entryUtc": "2021-08-18T14:37:00.000Z",
          "exitTs": 1629309720,
          "dir": -1,
          "entryPrice": 1780.448,
          "exitPrice": 1785.736,
          "stopDistance": 5.288,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 205
        },
        {
          "entryTs": 1629672600,
          "entryUtc": "2021-08-22T22:50:00.000Z",
          "exitTs": 1629683520,
          "dir": -1,
          "entryPrice": 1778.268,
          "exitPrice": 1783.44,
          "stopDistance": 5.172,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 182
        },
        {
          "entryTs": 1629709020,
          "entryUtc": "2021-08-23T08:57:00.000Z",
          "exitTs": 1629722040,
          "dir": 1,
          "entryPrice": 1788.555,
          "exitPrice": 1798.298,
          "stopDistance": 4.871,
          "outcome": "target",
          "netR": 1.924,
          "holdMinutes": 217
        },
        {
          "entryTs": 1629807240,
          "entryUtc": "2021-08-24T12:14:00.000Z",
          "exitTs": 1629807720,
          "dir": 1,
          "entryPrice": 1806.378,
          "exitPrice": 1802.161,
          "stopDistance": 4.217,
          "outcome": "stop",
          "netR": -1.0996,
          "holdMinutes": 8
        },
        {
          "entryTs": 1629865800,
          "entryUtc": "2021-08-25T04:30:00.000Z",
          "exitTs": 1629902100,
          "dir": -1,
          "entryPrice": 1793.438,
          "exitPrice": 1783.838,
          "stopDistance": 4.8,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 605
        },
        {
          "entryTs": 1629981660,
          "entryUtc": "2021-08-26T12:41:00.000Z",
          "exitTs": 1629983940,
          "dir": -1,
          "entryPrice": 1782.448,
          "exitPrice": 1787.05,
          "stopDistance": 4.602,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 38
        },
        {
          "entryTs": 1630038720,
          "entryUtc": "2021-08-27T04:32:00.000Z",
          "exitTs": 1630061700,
          "dir": 1,
          "entryPrice": 1799.148,
          "exitPrice": 1794.36,
          "stopDistance": 4.788,
          "outcome": "stop",
          "netR": -1.0877,
          "holdMinutes": 383
        },
        {
          "entryTs": 1630283100,
          "entryUtc": "2021-08-30T00:25:00.000Z",
          "exitTs": 1630329780,
          "dir": 1,
          "entryPrice": 1819.225,
          "exitPrice": 1812.408,
          "stopDistance": 6.817,
          "outcome": "stop",
          "netR": -1.0616,
          "holdMinutes": 778
        },
        {
          "entryTs": 1630391460,
          "entryUtc": "2021-08-31T06:31:00.000Z",
          "exitTs": 1630399920,
          "dir": 1,
          "entryPrice": 1818.098,
          "exitPrice": 1814.056,
          "stopDistance": 4.042,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 141
        },
        {
          "entryTs": 1630500420,
          "entryUtc": "2021-09-01T12:47:00.000Z",
          "exitTs": 1630501920,
          "dir": 1,
          "entryPrice": 1819.075,
          "exitPrice": 1814.255,
          "stopDistance": 4.82,
          "outcome": "stop",
          "netR": -1.0871,
          "holdMinutes": 25
        },
        {
          "entryTs": 1630591440,
          "entryUtc": "2021-09-02T14:04:00.000Z",
          "exitTs": 1630593780,
          "dir": -1,
          "entryPrice": 1808.575,
          "exitPrice": 1813.218,
          "stopDistance": 4.643,
          "outcome": "stop",
          "netR": -1.0905,
          "holdMinutes": 39
        },
        {
          "entryTs": 1630671840,
          "entryUtc": "2021-09-03T12:24:00.000Z",
          "exitTs": 1630672020,
          "dir": 1,
          "entryPrice": 1817.004,
          "exitPrice": 1813.504,
          "stopDistance": 3.5,
          "outcome": "stop",
          "netR": -1.12,
          "holdMinutes": 3
        },
        {
          "entryTs": 1630915320,
          "entryUtc": "2021-09-06T08:02:00.000Z",
          "exitTs": 1630994520,
          "dir": -1,
          "entryPrice": 1825.048,
          "exitPrice": 1816.711,
          "stopDistance": 4.169,
          "outcome": "target",
          "netR": 1.9112,
          "holdMinutes": 1320
        },
        {
          "entryTs": 1631108580,
          "entryUtc": "2021-09-08T13:43:00.000Z",
          "exitTs": 1631109000,
          "dir": -1,
          "entryPrice": 1792.298,
          "exitPrice": 1782.394,
          "stopDistance": 4.952,
          "outcome": "target",
          "netR": 1.9253,
          "holdMinutes": 7
        },
        {
          "entryTs": 1631252160,
          "entryUtc": "2021-09-10T05:36:00.000Z",
          "exitTs": 1631268300,
          "dir": 1,
          "entryPrice": 1800.877,
          "exitPrice": 1795.167,
          "stopDistance": 5.71,
          "outcome": "stop",
          "netR": -1.0736,
          "holdMinutes": 269
        },
        {
          "entryTs": 1631490360,
          "entryUtc": "2021-09-12T23:46:00.000Z",
          "exitTs": 1631512200,
          "dir": -1,
          "entryPrice": 1786.978,
          "exitPrice": 1792.896,
          "stopDistance": 5.918,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 364
        },
        {
          "entryTs": 1631620200,
          "entryUtc": "2021-09-14T11:50:00.000Z",
          "exitTs": 1631622600,
          "dir": -1,
          "entryPrice": 1785.144,
          "exitPrice": 1789.098,
          "stopDistance": 3.954,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 40
        },
        {
          "entryTs": 1631764980,
          "entryUtc": "2021-09-16T04:03:00.000Z",
          "exitTs": 1631785560,
          "dir": -1,
          "entryPrice": 1790.658,
          "exitPrice": 1781.353,
          "stopDistance": 4.653,
          "outcome": "target",
          "netR": 1.9205,
          "holdMinutes": 343
        },
        {
          "entryTs": 1632104580,
          "entryUtc": "2021-09-20T02:23:00.000Z",
          "exitTs": 1632120780,
          "dir": -1,
          "entryPrice": 1747.258,
          "exitPrice": 1753.27,
          "stopDistance": 6.012,
          "outcome": "stop",
          "netR": -1.0699,
          "holdMinutes": 270
        },
        {
          "entryTs": 1632127200,
          "entryUtc": "2021-09-20T08:40:00.000Z",
          "exitTs": 1632219180,
          "dir": 1,
          "entryPrice": 1755.054,
          "exitPrice": 1767.923,
          "stopDistance": 6.435,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 1533
        },
        {
          "entryTs": 1632333600,
          "entryUtc": "2021-09-22T18:00:00.000Z",
          "exitTs": 1632333600,
          "dir": 1,
          "entryPrice": 1781.658,
          "exitPrice": 1776.455,
          "stopDistance": 5.202,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 0
        },
        {
          "entryTs": 1632381180,
          "entryUtc": "2021-09-23T07:13:00.000Z",
          "exitTs": 1632383040,
          "dir": -1,
          "entryPrice": 1760.668,
          "exitPrice": 1766.547,
          "stopDistance": 5.879,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 31
        },
        {
          "entryTs": 1632705480,
          "entryUtc": "2021-09-27T01:18:00.000Z",
          "exitTs": 1632731280,
          "dir": 1,
          "entryPrice": 1757.557,
          "exitPrice": 1751.554,
          "stopDistance": 6.003,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 430
        },
        {
          "entryTs": 1632736620,
          "entryUtc": "2021-09-27T09:57:00.000Z",
          "exitTs": 1632747060,
          "dir": -1,
          "entryPrice": 1748.094,
          "exitPrice": 1754.026,
          "stopDistance": 5.932,
          "outcome": "stop",
          "netR": -1.0708,
          "holdMinutes": 174
        },
        {
          "entryTs": 1632809820,
          "entryUtc": "2021-09-28T06:17:00.000Z",
          "exitTs": 1632826200,
          "dir": -1,
          "entryPrice": 1744.764,
          "exitPrice": 1734.351,
          "stopDistance": 5.207,
          "outcome": "target",
          "netR": 1.9289,
          "holdMinutes": 273
        },
        {
          "entryTs": 1632925140,
          "entryUtc": "2021-09-29T14:19:00.000Z",
          "exitTs": 1632972120,
          "dir": -1,
          "entryPrice": 1728.008,
          "exitPrice": 1734.249,
          "stopDistance": 6.241,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 783
        },
        {
          "entryTs": 1633010880,
          "entryUtc": "2021-09-30T14:08:00.000Z",
          "exitTs": 1633014420,
          "dir": 1,
          "entryPrice": 1745.418,
          "exitPrice": 1759.926,
          "stopDistance": 7.254,
          "outcome": "target",
          "netR": 1.949,
          "holdMinutes": 59
        },
        {
          "entryTs": 1633098840,
          "entryUtc": "2021-10-01T14:34:00.000Z",
          "exitTs": 1633100700,
          "dir": 1,
          "entryPrice": 1764.086,
          "exitPrice": 1757.196,
          "stopDistance": 6.89,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 31
        },
        {
          "entryTs": 1633299660,
          "entryUtc": "2021-10-03T22:21:00.000Z",
          "exitTs": 1633319340,
          "dir": 1,
          "entryPrice": 1764.178,
          "exitPrice": 1757.698,
          "stopDistance": 6.48,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 328
        },
        {
          "entryTs": 1633329780,
          "entryUtc": "2021-10-04T06:43:00.000Z",
          "exitTs": 1633358100,
          "dir": -1,
          "entryPrice": 1757.695,
          "exitPrice": 1763.248,
          "stopDistance": 5.554,
          "outcome": "stop",
          "netR": -1.0756,
          "holdMinutes": 472
        },
        {
          "entryTs": 1633504140,
          "entryUtc": "2021-10-06T07:09:00.000Z",
          "exitTs": 1633519200,
          "dir": -1,
          "entryPrice": 1748.488,
          "exitPrice": 1753.761,
          "stopDistance": 5.273,
          "outcome": "stop",
          "netR": -1.0796,
          "holdMinutes": 251
        },
        {
          "entryTs": 1633591200,
          "entryUtc": "2021-10-07T07:20:00.000Z",
          "exitTs": 1633597320,
          "dir": 1,
          "entryPrice": 1765.015,
          "exitPrice": 1759.68,
          "stopDistance": 5.335,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 102
        },
        {
          "entryTs": 1633696200,
          "entryUtc": "2021-10-08T12:30:00.000Z",
          "exitTs": 1633696200,
          "dir": 1,
          "entryPrice": 1766.848,
          "exitPrice": 1761.965,
          "stopDistance": 4.883,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 0
        },
        {
          "entryTs": 1633904760,
          "entryUtc": "2021-10-10T22:26:00.000Z",
          "exitTs": 1634016600,
          "dir": -1,
          "entryPrice": 1754.265,
          "exitPrice": 1761.111,
          "stopDistance": 6.846,
          "outcome": "stop",
          "netR": -1.0614,
          "holdMinutes": 1864
        },
        {
          "entryTs": 1634119680,
          "entryUtc": "2021-10-13T10:08:00.000Z",
          "exitTs": 1634128500,
          "dir": 1,
          "entryPrice": 1769.238,
          "exitPrice": 1764.639,
          "stopDistance": 4.599,
          "outcome": "stop",
          "netR": -1.0913,
          "holdMinutes": 147
        },
        {
          "entryTs": 1634200140,
          "entryUtc": "2021-10-14T08:29:00.000Z",
          "exitTs": 1634282520,
          "dir": 1,
          "entryPrice": 1796.064,
          "exitPrice": 1789.998,
          "stopDistance": 6.066,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 1373
        },
        {
          "entryTs": 1634283480,
          "entryUtc": "2021-10-15T07:38:00.000Z",
          "exitTs": 1634298240,
          "dir": -1,
          "entryPrice": 1788.198,
          "exitPrice": 1779.631,
          "stopDistance": 4.284,
          "outcome": "target",
          "netR": 1.9136,
          "holdMinutes": 246
        },
        {
          "entryTs": 1634537160,
          "entryUtc": "2021-10-18T06:06:00.000Z",
          "exitTs": 1634566140,
          "dir": -1,
          "entryPrice": 1764.754,
          "exitPrice": 1769.843,
          "stopDistance": 5.089,
          "outcome": "stop",
          "netR": -1.0825,
          "holdMinutes": 483
        },
        {
          "entryTs": 1634616240,
          "entryUtc": "2021-10-19T04:04:00.000Z",
          "exitTs": 1634648880,
          "dir": 1,
          "entryPrice": 1774.988,
          "exitPrice": 1785.028,
          "stopDistance": 5.02,
          "outcome": "target",
          "netR": 1.9263,
          "holdMinutes": 544
        },
        {
          "entryTs": 1634733300,
          "entryUtc": "2021-10-20T12:35:00.000Z",
          "exitTs": 1634736480,
          "dir": 1,
          "entryPrice": 1785.038,
          "exitPrice": 1780.351,
          "stopDistance": 4.686,
          "outcome": "stop",
          "netR": -1.0896,
          "holdMinutes": 53
        },
        {
          "entryTs": 1634883900,
          "entryUtc": "2021-10-22T06:25:00.000Z",
          "exitTs": 1634905260,
          "dir": 1,
          "entryPrice": 1787.998,
          "exitPrice": 1797.54,
          "stopDistance": 4.771,
          "outcome": "target",
          "netR": 1.9224,
          "holdMinutes": 356
        },
        {
          "entryTs": 1635134520,
          "entryUtc": "2021-10-25T04:02:00.000Z",
          "exitTs": 1635255120,
          "dir": 1,
          "entryPrice": 1799.014,
          "exitPrice": 1791.138,
          "stopDistance": 7.876,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 2010
        },
        {
          "entryTs": 1635402600,
          "entryUtc": "2021-10-28T06:30:00.000Z",
          "exitTs": 1635414360,
          "dir": 1,
          "entryPrice": 1803.128,
          "exitPrice": 1797.745,
          "stopDistance": 5.383,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 196
        },
        {
          "entryTs": 1635496500,
          "entryUtc": "2021-10-29T08:35:00.000Z",
          "exitTs": 1635501300,
          "dir": -1,
          "entryPrice": 1792.198,
          "exitPrice": 1798.109,
          "stopDistance": 5.911,
          "outcome": "stop",
          "netR": -1.0711,
          "holdMinutes": 80
        },
        {
          "entryTs": 1635746580,
          "entryUtc": "2021-11-01T06:03:00.000Z",
          "exitTs": 1635753480,
          "dir": 1,
          "entryPrice": 1787.258,
          "exitPrice": 1781.424,
          "stopDistance": 5.834,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 115
        },
        {
          "entryTs": 1635835140,
          "entryUtc": "2021-11-02T06:39:00.000Z",
          "exitTs": 1635840480,
          "dir": 1,
          "entryPrice": 1795.738,
          "exitPrice": 1791.274,
          "stopDistance": 4.464,
          "outcome": "stop",
          "netR": -1.0941,
          "holdMinutes": 89
        },
        {
          "entryTs": 1635920220,
          "entryUtc": "2021-11-03T06:17:00.000Z",
          "exitTs": 1635937380,
          "dir": -1,
          "entryPrice": 1779.168,
          "exitPrice": 1783.866,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 286
        },
        {
          "entryTs": 1636029060,
          "entryUtc": "2021-11-04T12:31:00.000Z",
          "exitTs": 1636034400,
          "dir": 1,
          "entryPrice": 1785.548,
          "exitPrice": 1797.493,
          "stopDistance": 5.973,
          "outcome": "target",
          "netR": 1.9381,
          "holdMinutes": 89
        },
        {
          "entryTs": 1636100340,
          "entryUtc": "2021-11-05T08:19:00.000Z",
          "exitTs": 1636107360,
          "dir": 1,
          "entryPrice": 1798.804,
          "exitPrice": 1793.782,
          "stopDistance": 5.021,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 117
        },
        {
          "entryTs": 1636326000,
          "entryUtc": "2021-11-07T23:00:00.000Z",
          "exitTs": 1636551180,
          "dir": 1,
          "entryPrice": 1818.383,
          "exitPrice": 1832.786,
          "stopDistance": 7.202,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 3753
        },
        {
          "entryTs": 1636713240,
          "entryUtc": "2021-11-12T10:34:00.000Z",
          "exitTs": 1636722060,
          "dir": -1,
          "entryPrice": 1848.808,
          "exitPrice": 1854.835,
          "stopDistance": 6.027,
          "outcome": "stop",
          "netR": -1.0697,
          "holdMinutes": 147
        },
        {
          "entryTs": 1636930800,
          "entryUtc": "2021-11-14T23:00:00.000Z",
          "exitTs": 1636938660,
          "dir": 1,
          "entryPrice": 1869.364,
          "exitPrice": 1862.772,
          "stopDistance": 6.592,
          "outcome": "stop",
          "netR": -1.0637,
          "holdMinutes": 131
        },
        {
          "entryTs": 1636960560,
          "entryUtc": "2021-11-15T07:16:00.000Z",
          "exitTs": 1636964100,
          "dir": -1,
          "entryPrice": 1856.348,
          "exitPrice": 1862.431,
          "stopDistance": 6.083,
          "outcome": "stop",
          "netR": -1.069,
          "holdMinutes": 59
        },
        {
          "entryTs": 1637052900,
          "entryUtc": "2021-11-16T08:55:00.000Z",
          "exitTs": 1637071440,
          "dir": 1,
          "entryPrice": 1870.468,
          "exitPrice": 1865.276,
          "stopDistance": 5.192,
          "outcome": "stop",
          "netR": -1.0809,
          "holdMinutes": 309
        },
        {
          "entryTs": 1637310240,
          "entryUtc": "2021-11-19T08:24:00.000Z",
          "exitTs": 1637314020,
          "dir": -1,
          "entryPrice": 1854.948,
          "exitPrice": 1859.865,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 63
        },
        {
          "entryTs": 1637535660,
          "entryUtc": "2021-11-21T23:01:00.000Z",
          "exitTs": 1637590500,
          "dir": -1,
          "entryPrice": 1842.869,
          "exitPrice": 1827.213,
          "stopDistance": 7.828,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 914
        },
        {
          "entryTs": 1637657580,
          "entryUtc": "2021-11-23T08:53:00.000Z",
          "exitTs": 1637673840,
          "dir": -1,
          "entryPrice": 1802.144,
          "exitPrice": 1787.314,
          "stopDistance": 7.415,
          "outcome": "target",
          "netR": 1.9501,
          "holdMinutes": 271
        },
        {
          "entryTs": 1637760420,
          "entryUtc": "2021-11-24T13:27:00.000Z",
          "exitTs": 1637771460,
          "dir": -1,
          "entryPrice": 1781.859,
          "exitPrice": 1788.121,
          "stopDistance": 6.262,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 184
        },
        {
          "entryTs": 1637895900,
          "entryUtc": "2021-11-26T03:05:00.000Z",
          "exitTs": 1637912940,
          "dir": 1,
          "entryPrice": 1796.285,
          "exitPrice": 1805.293,
          "stopDistance": 4.504,
          "outcome": "target",
          "netR": 1.9178,
          "holdMinutes": 284
        },
        {
          "entryTs": 1638140460,
          "entryUtc": "2021-11-28T23:01:00.000Z",
          "exitTs": 1638140520,
          "dir": -1,
          "entryPrice": 1780.358,
          "exitPrice": 1790.482,
          "stopDistance": 10.124,
          "outcome": "stop",
          "netR": -1.0415,
          "holdMinutes": 1
        },
        {
          "entryTs": 1638168840,
          "entryUtc": "2021-11-29T06:54:00.000Z",
          "exitTs": 1638194280,
          "dir": 1,
          "entryPrice": 1796.568,
          "exitPrice": 1787.004,
          "stopDistance": 9.564,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 424
        },
        {
          "entryTs": 1638283500,
          "entryUtc": "2021-11-30T14:45:00.000Z",
          "exitTs": 1638286620,
          "dir": 1,
          "entryPrice": 1799.258,
          "exitPrice": 1792.26,
          "stopDistance": 6.999,
          "outcome": "stop",
          "netR": -1.06,
          "holdMinutes": 52
        },
        {
          "entryTs": 1638421320,
          "entryUtc": "2021-12-02T05:02:00.000Z",
          "exitTs": 1638466320,
          "dir": -1,
          "entryPrice": 1776.368,
          "exitPrice": 1763.001,
          "stopDistance": 6.683,
          "outcome": "target",
          "netR": 1.9446,
          "holdMinutes": 750
        },
        {
          "entryTs": 1638550980,
          "entryUtc": "2021-12-03T17:03:00.000Z",
          "exitTs": 1638884340,
          "dir": 1,
          "entryPrice": 1781.148,
          "exitPrice": 1773.144,
          "stopDistance": 8.004,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 5556
        },
        {
          "entryTs": 1638942300,
          "entryUtc": "2021-12-08T05:45:00.000Z",
          "exitTs": 1638963960,
          "dir": 1,
          "entryPrice": 1790.418,
          "exitPrice": 1785.427,
          "stopDistance": 4.991,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 361
        },
        {
          "entryTs": 1639050960,
          "entryUtc": "2021-12-09T11:56:00.000Z",
          "exitTs": 1639128000,
          "dir": -1,
          "entryPrice": 1779.478,
          "exitPrice": 1770.187,
          "stopDistance": 4.646,
          "outcome": "target",
          "netR": 1.9204,
          "holdMinutes": 1284
        },
        {
          "entryTs": 1639395660,
          "entryUtc": "2021-12-13T11:41:00.000Z",
          "exitTs": 1639401600,
          "dir": 1,
          "entryPrice": 1788.135,
          "exitPrice": 1783.808,
          "stopDistance": 4.327,
          "outcome": "stop",
          "netR": -1.0971,
          "holdMinutes": 99
        },
        {
          "entryTs": 1639488060,
          "entryUtc": "2021-12-14T13:21:00.000Z",
          "exitTs": 1639489260,
          "dir": -1,
          "entryPrice": 1781.698,
          "exitPrice": 1773.764,
          "stopDistance": 3.967,
          "outcome": "target",
          "netR": 1.9067,
          "holdMinutes": 20
        },
        {
          "entryTs": 1639578840,
          "entryUtc": "2021-12-15T14:34:00.000Z",
          "exitTs": 1639594800,
          "dir": -1,
          "entryPrice": 1766.358,
          "exitPrice": 1757.726,
          "stopDistance": 4.316,
          "outcome": "target",
          "netR": 1.9143,
          "holdMinutes": 266
        },
        {
          "entryTs": 1639635360,
          "entryUtc": "2021-12-16T06:16:00.000Z",
          "exitTs": 1639667580,
          "dir": 1,
          "entryPrice": 1784.178,
          "exitPrice": 1796.927,
          "stopDistance": 6.374,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 537
        },
        {
          "entryTs": 1639719780,
          "entryUtc": "2021-12-17T05:43:00.000Z",
          "exitTs": 1639771680,
          "dir": 1,
          "entryPrice": 1804.248,
          "exitPrice": 1799.29,
          "stopDistance": 4.958,
          "outcome": "stop",
          "netR": -1.0847,
          "holdMinutes": 865
        },
        {
          "entryTs": 1639977240,
          "entryUtc": "2021-12-20T05:14:00.000Z",
          "exitTs": 1639988400,
          "dir": 1,
          "entryPrice": 1802.438,
          "exitPrice": 1797.473,
          "stopDistance": 4.965,
          "outcome": "stop",
          "netR": -1.0846,
          "holdMinutes": 186
        },
        {
          "entryTs": 1640100960,
          "entryUtc": "2021-12-21T15:36:00.000Z",
          "exitTs": 1640177940,
          "dir": -1,
          "entryPrice": 1788.188,
          "exitPrice": 1793.388,
          "stopDistance": 5.2,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 1283
        },
        {
          "entryTs": 1640197620,
          "entryUtc": "2021-12-22T18:27:00.000Z",
          "exitTs": 1640284080,
          "dir": 1,
          "entryPrice": 1800.438,
          "exitPrice": 1810.094,
          "stopDistance": 4.828,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 1441
        },
        {
          "entryTs": 1640567700,
          "entryUtc": "2021-12-27T01:15:00.000Z",
          "exitTs": 1640594280,
          "dir": 1,
          "entryPrice": 1810.629,
          "exitPrice": 1806.588,
          "stopDistance": 4.041,
          "outcome": "stop",
          "netR": -1.1039,
          "holdMinutes": 443
        },
        {
          "entryTs": 1640595720,
          "entryUtc": "2021-12-27T09:02:00.000Z",
          "exitTs": 1640614320,
          "dir": -1,
          "entryPrice": 1805.658,
          "exitPrice": 1809.453,
          "stopDistance": 3.795,
          "outcome": "stop",
          "netR": -1.1107,
          "holdMinutes": 310
        },
        {
          "entryTs": 1640670720,
          "entryUtc": "2021-12-28T05:52:00.000Z",
          "exitTs": 1640707500,
          "dir": 1,
          "entryPrice": 1813.388,
          "exitPrice": 1809.862,
          "stopDistance": 3.526,
          "outcome": "stop",
          "netR": -1.1191,
          "holdMinutes": 613
        },
        {
          "entryTs": 1640764800,
          "entryUtc": "2021-12-29T08:00:00.000Z",
          "exitTs": 1640773920,
          "dir": -1,
          "entryPrice": 1803.918,
          "exitPrice": 1796.595,
          "stopDistance": 3.661,
          "outcome": "target",
          "netR": 1.8989,
          "holdMinutes": 152
        },
        {
          "entryTs": 1640874780,
          "entryUtc": "2021-12-30T14:33:00.000Z",
          "exitTs": 1640895360,
          "dir": 1,
          "entryPrice": 1807.318,
          "exitPrice": 1816.251,
          "stopDistance": 4.467,
          "outcome": "target",
          "netR": 1.9172,
          "holdMinutes": 343
        },
        {
          "entryTs": 1640929260,
          "entryUtc": "2021-12-31T05:41:00.000Z",
          "exitTs": 1640975340,
          "dir": 1,
          "entryPrice": 1818.864,
          "exitPrice": 1827.46,
          "stopDistance": 4.298,
          "outcome": "target",
          "netR": 1.9139,
          "holdMinutes": 768
        },
        {
          "entryTs": 1641164520,
          "entryUtc": "2022-01-02T23:02:00.000Z",
          "exitTs": 1641177060,
          "dir": 1,
          "entryPrice": 1830.248,
          "exitPrice": 1825.639,
          "stopDistance": 4.609,
          "outcome": "stop",
          "netR": -1.0911,
          "holdMinutes": 209
        },
        {
          "entryTs": 1641187500,
          "entryUtc": "2022-01-03T05:25:00.000Z",
          "exitTs": 1641215460,
          "dir": -1,
          "entryPrice": 1824.068,
          "exitPrice": 1814.864,
          "stopDistance": 4.602,
          "outcome": "target",
          "netR": 1.9196,
          "holdMinutes": 466
        },
        {
          "entryTs": 1641363360,
          "entryUtc": "2022-01-05T06:16:00.000Z",
          "exitTs": 1641390240,
          "dir": 1,
          "entryPrice": 1816.688,
          "exitPrice": 1825.357,
          "stopDistance": 4.335,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 448
        },
        {
          "entryTs": 1641445380,
          "entryUtc": "2022-01-06T05:03:00.000Z",
          "exitTs": 1641462300,
          "dir": -1,
          "entryPrice": 1805.058,
          "exitPrice": 1794.052,
          "stopDistance": 5.503,
          "outcome": "target",
          "netR": 1.9328,
          "holdMinutes": 282
        },
        {
          "entryTs": 1641562560,
          "entryUtc": "2022-01-07T13:36:00.000Z",
          "exitTs": 1641563100,
          "dir": -1,
          "entryPrice": 1786.288,
          "exitPrice": 1791.718,
          "stopDistance": 5.43,
          "outcome": "stop",
          "netR": -1.0773,
          "holdMinutes": 9
        },
        {
          "entryTs": 1641791400,
          "entryUtc": "2022-01-10T05:10:00.000Z",
          "exitTs": 1641805260,
          "dir": -1,
          "entryPrice": 1791.585,
          "exitPrice": 1797.022,
          "stopDistance": 5.437,
          "outcome": "stop",
          "netR": -1.0772,
          "holdMinutes": 231
        },
        {
          "entryTs": 1641880080,
          "entryUtc": "2022-01-11T05:48:00.000Z",
          "exitTs": 1641909720,
          "dir": 1,
          "entryPrice": 1807.768,
          "exitPrice": 1802.783,
          "stopDistance": 4.985,
          "outcome": "stop",
          "netR": -1.0843,
          "holdMinutes": 494
        },
        {
          "entryTs": 1641994800,
          "entryUtc": "2022-01-12T13:40:00.000Z",
          "exitTs": 1641996720,
          "dir": 1,
          "entryPrice": 1823.228,
          "exitPrice": 1818.86,
          "stopDistance": 4.368,
          "outcome": "stop",
          "netR": -1.0962,
          "holdMinutes": 32
        },
        {
          "entryTs": 1642052280,
          "entryUtc": "2022-01-13T05:38:00.000Z",
          "exitTs": 1642057440,
          "dir": 1,
          "entryPrice": 1827.984,
          "exitPrice": 1824.047,
          "stopDistance": 3.937,
          "outcome": "stop",
          "netR": -1.1067,
          "holdMinutes": 86
        },
        {
          "entryTs": 1642147560,
          "entryUtc": "2022-01-14T08:06:00.000Z",
          "exitTs": 1642150800,
          "dir": 1,
          "entryPrice": 1828.058,
          "exitPrice": 1823.866,
          "stopDistance": 4.192,
          "outcome": "stop",
          "netR": -1.1002,
          "holdMinutes": 54
        },
        {
          "entryTs": 1642379640,
          "entryUtc": "2022-01-17T00:34:00.000Z",
          "exitTs": 1642393920,
          "dir": -1,
          "entryPrice": 1814.578,
          "exitPrice": 1819.775,
          "stopDistance": 5.197,
          "outcome": "stop",
          "netR": -1.0808,
          "holdMinutes": 238
        },
        {
          "entryTs": 1642398120,
          "entryUtc": "2022-01-17T05:42:00.000Z",
          "exitTs": 1642477740,
          "dir": 1,
          "entryPrice": 1820.158,
          "exitPrice": 1815.563,
          "stopDistance": 4.595,
          "outcome": "stop",
          "netR": -1.0914,
          "holdMinutes": 1327
        },
        {
          "entryTs": 1642485840,
          "entryUtc": "2022-01-18T06:04:00.000Z",
          "exitTs": 1642511640,
          "dir": -1,
          "entryPrice": 1815.168,
          "exitPrice": 1807.408,
          "stopDistance": 3.88,
          "outcome": "target",
          "netR": 1.9046,
          "holdMinutes": 430
        },
        {
          "entryTs": 1642598400,
          "entryUtc": "2022-01-19T13:20:00.000Z",
          "exitTs": 1642604580,
          "dir": 1,
          "entryPrice": 1820.048,
          "exitPrice": 1829.654,
          "stopDistance": 4.803,
          "outcome": "target",
          "netR": 1.923,
          "holdMinutes": 103
        },
        {
          "entryTs": 1642685400,
          "entryUtc": "2022-01-20T13:30:00.000Z",
          "exitTs": 1642695720,
          "dir": 1,
          "entryPrice": 1843.978,
          "exitPrice": 1838.984,
          "stopDistance": 4.994,
          "outcome": "stop",
          "netR": -1.0841,
          "holdMinutes": 172
        },
        {
          "entryTs": 1642753020,
          "entryUtc": "2022-01-21T08:17:00.000Z",
          "exitTs": 1642773060,
          "dir": -1,
          "entryPrice": 1835.808,
          "exitPrice": 1840.471,
          "stopDistance": 4.663,
          "outcome": "stop",
          "netR": -1.0901,
          "holdMinutes": 334
        },
        {
          "entryTs": 1643000400,
          "entryUtc": "2022-01-24T05:00:00.000Z",
          "exitTs": 1643035020,
          "dir": 1,
          "entryPrice": 1837.868,
          "exitPrice": 1832.644,
          "stopDistance": 5.224,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 577
        },
        {
          "entryTs": 1643121900,
          "entryUtc": "2022-01-25T14:45:00.000Z",
          "exitTs": 1643206500,
          "dir": 1,
          "entryPrice": 1844.208,
          "exitPrice": 1839.192,
          "stopDistance": 5.016,
          "outcome": "stop",
          "netR": -1.0837,
          "holdMinutes": 1410
        },
        {
          "entryTs": 1643206920,
          "entryUtc": "2022-01-26T14:22:00.000Z",
          "exitTs": 1643223900,
          "dir": -1,
          "entryPrice": 1834.838,
          "exitPrice": 1824.811,
          "stopDistance": 5.014,
          "outcome": "target",
          "netR": 1.9262,
          "holdMinutes": 283
        },
        {
          "entryTs": 1643261820,
          "entryUtc": "2022-01-27T05:37:00.000Z",
          "exitTs": 1643291700,
          "dir": -1,
          "entryPrice": 1812.908,
          "exitPrice": 1799.604,
          "stopDistance": 6.652,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 498
        },
        {
          "entryTs": 1643360940,
          "entryUtc": "2022-01-28T09:09:00.000Z",
          "exitTs": 1643368440,
          "dir": -1,
          "entryPrice": 1791.678,
          "exitPrice": 1780.692,
          "stopDistance": 5.493,
          "outcome": "target",
          "netR": 1.9326,
          "holdMinutes": 125
        },
        {
          "entryTs": 1643617860,
          "entryUtc": "2022-01-31T08:31:00.000Z",
          "exitTs": 1643694540,
          "dir": 1,
          "entryPrice": 1791.928,
          "exitPrice": 1802.791,
          "stopDistance": 5.431,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1643778060,
          "entryUtc": "2022-02-02T05:01:00.000Z",
          "exitTs": 1643795100,
          "dir": -1,
          "entryPrice": 1797.208,
          "exitPrice": 1801.375,
          "stopDistance": 4.167,
          "outcome": "stop",
          "netR": -1.1008,
          "holdMinutes": 284
        },
        {
          "entryTs": 1643899500,
          "entryUtc": "2022-02-03T14:45:00.000Z",
          "exitTs": 1643901300,
          "dir": -1,
          "entryPrice": 1794.358,
          "exitPrice": 1798.553,
          "stopDistance": 4.195,
          "outcome": "stop",
          "netR": -1.1001,
          "holdMinutes": 30
        },
        {
          "entryTs": 1643958240,
          "entryUtc": "2022-02-04T07:04:00.000Z",
          "exitTs": 1643981520,
          "dir": 1,
          "entryPrice": 1807.895,
          "exitPrice": 1803.681,
          "stopDistance": 4.214,
          "outcome": "stop",
          "netR": -1.0997,
          "holdMinutes": 388
        },
        {
          "entryTs": 1644195600,
          "entryUtc": "2022-02-07T01:00:00.000Z",
          "exitTs": 1644334200,
          "dir": 1,
          "entryPrice": 1814.798,
          "exitPrice": 1827.384,
          "stopDistance": 6.293,
          "outcome": "target",
          "netR": 1.9412,
          "holdMinutes": 2310
        },
        {
          "entryTs": 1644385620,
          "entryUtc": "2022-02-09T05:47:00.000Z",
          "exitTs": 1644415380,
          "dir": 1,
          "entryPrice": 1828.664,
          "exitPrice": 1825.32,
          "stopDistance": 3.344,
          "outcome": "stop",
          "netR": -1.1256,
          "holdMinutes": 496
        },
        {
          "entryTs": 1644478920,
          "entryUtc": "2022-02-10T07:42:00.000Z",
          "exitTs": 1644480300,
          "dir": 1,
          "entryPrice": 1835.708,
          "exitPrice": 1832.68,
          "stopDistance": 3.028,
          "outcome": "stop",
          "netR": -1.1387,
          "holdMinutes": 23
        },
        {
          "entryTs": 1644564060,
          "entryUtc": "2022-02-11T07:21:00.000Z",
          "exitTs": 1644566820,
          "dir": -1,
          "entryPrice": 1821.534,
          "exitPrice": 1826.657,
          "stopDistance": 5.123,
          "outcome": "stop",
          "netR": -1.082,
          "holdMinutes": 46
        },
        {
          "entryTs": 1644822300,
          "entryUtc": "2022-02-14T07:05:00.000Z",
          "exitTs": 1644845940,
          "dir": -1,
          "entryPrice": 1851.378,
          "exitPrice": 1858.74,
          "stopDistance": 7.361,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 394
        },
        {
          "entryTs": 1644901620,
          "entryUtc": "2022-02-15T05:07:00.000Z",
          "exitTs": 1644912540,
          "dir": 1,
          "entryPrice": 1878.928,
          "exitPrice": 1872.005,
          "stopDistance": 6.923,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 182
        },
        {
          "entryTs": 1645077900,
          "entryUtc": "2022-02-17T06:05:00.000Z",
          "exitTs": 1645086480,
          "dir": 1,
          "entryPrice": 1876.204,
          "exitPrice": 1889.019,
          "stopDistance": 6.408,
          "outcome": "target",
          "netR": 1.9423,
          "holdMinutes": 143
        },
        {
          "entryTs": 1645398000,
          "entryUtc": "2022-02-20T23:00:00.000Z",
          "exitTs": 1645407180,
          "dir": 1,
          "entryPrice": 1900.818,
          "exitPrice": 1894.377,
          "stopDistance": 6.441,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 153
        },
        {
          "entryTs": 1645424580,
          "entryUtc": "2022-02-21T06:23:00.000Z",
          "exitTs": 1645433580,
          "dir": -1,
          "entryPrice": 1889.198,
          "exitPrice": 1897.102,
          "stopDistance": 7.904,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 150
        },
        {
          "entryTs": 1645608600,
          "entryUtc": "2022-02-23T09:30:00.000Z",
          "exitTs": 1645621260,
          "dir": -1,
          "entryPrice": 1891.268,
          "exitPrice": 1897.599,
          "stopDistance": 6.331,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 211
        },
        {
          "entryTs": 1645695540,
          "entryUtc": "2022-02-24T09:39:00.000Z",
          "exitTs": 1645697880,
          "dir": 1,
          "entryPrice": 1949.003,
          "exitPrice": 1968.591,
          "stopDistance": 9.794,
          "outcome": "target",
          "netR": 1.9622,
          "holdMinutes": 39
        },
        {
          "entryTs": 1646002800,
          "entryUtc": "2022-02-27T23:00:00.000Z",
          "exitTs": 1646004120,
          "dir": 1,
          "entryPrice": 1921.198,
          "exitPrice": 1908.824,
          "stopDistance": 12.374,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 22
        },
        {
          "entryTs": 1646032920,
          "entryUtc": "2022-02-28T07:22:00.000Z",
          "exitTs": 1646056620,
          "dir": -1,
          "entryPrice": 1904.208,
          "exitPrice": 1917.808,
          "stopDistance": 13.6,
          "outcome": "stop",
          "netR": -1.0309,
          "holdMinutes": 395
        },
        {
          "entryTs": 1646127840,
          "entryUtc": "2022-03-01T09:44:00.000Z",
          "exitTs": 1646158020,
          "dir": 1,
          "entryPrice": 1918.158,
          "exitPrice": 1935.783,
          "stopDistance": 8.813,
          "outcome": "target",
          "netR": 1.958,
          "holdMinutes": 503
        },
        {
          "entryTs": 1646354220,
          "entryUtc": "2022-03-04T00:37:00.000Z",
          "exitTs": 1646357040,
          "dir": 1,
          "entryPrice": 1947.788,
          "exitPrice": 1939.039,
          "stopDistance": 8.749,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 47
        },
        {
          "entryTs": 1646404200,
          "entryUtc": "2022-03-04T14:30:00.000Z",
          "exitTs": 1646425380,
          "dir": 1,
          "entryPrice": 1950.903,
          "exitPrice": 1969.967,
          "stopDistance": 9.532,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 353
        },
        {
          "entryTs": 1646607600,
          "entryUtc": "2022-03-06T23:00:00.000Z",
          "exitTs": 1646617260,
          "dir": 1,
          "entryPrice": 1974.472,
          "exitPrice": 1995.313,
          "stopDistance": 10.42,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 161
        },
        {
          "entryTs": 1646646480,
          "entryUtc": "2022-03-07T09:48:00.000Z",
          "exitTs": 1646652840,
          "dir": 1,
          "entryPrice": 2000.94,
          "exitPrice": 1988.418,
          "stopDistance": 12.522,
          "outcome": "stop",
          "netR": -1.0335,
          "holdMinutes": 106
        },
        {
          "entryTs": 1646721180,
          "entryUtc": "2022-03-08T06:33:00.000Z",
          "exitTs": 1646750400,
          "dir": 1,
          "entryPrice": 2002.518,
          "exitPrice": 2027.679,
          "stopDistance": 12.581,
          "outcome": "target",
          "netR": 1.9706,
          "holdMinutes": 487
        },
        {
          "entryTs": 1646833920,
          "entryUtc": "2022-03-09T13:52:00.000Z",
          "exitTs": 1647208800,
          "dir": -1,
          "entryPrice": 1989.048,
          "exitPrice": 1988.452,
          "stopDistance": 20.334,
          "outcome": "time",
          "netR": 0.0111,
          "holdMinutes": 6248
        },
        {
          "entryTs": 1647245160,
          "entryUtc": "2022-03-14T08:06:00.000Z",
          "exitTs": 1647302460,
          "dir": -1,
          "entryPrice": 1969.918,
          "exitPrice": 1945.762,
          "stopDistance": 12.078,
          "outcome": "target",
          "netR": 1.9694,
          "holdMinutes": 955
        },
        {
          "entryTs": 1647318120,
          "entryUtc": "2022-03-15T04:22:00.000Z",
          "exitTs": 1647349800,
          "dir": -1,
          "entryPrice": 1939.465,
          "exitPrice": 1919.033,
          "stopDistance": 10.216,
          "outcome": "target",
          "netR": 1.9638,
          "holdMinutes": 528
        },
        {
          "entryTs": 1647440100,
          "entryUtc": "2022-03-16T14:15:00.000Z",
          "exitTs": 1647456720,
          "dir": -1,
          "entryPrice": 1906.948,
          "exitPrice": 1917.321,
          "stopDistance": 10.373,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 277
        },
        {
          "entryTs": 1647505440,
          "entryUtc": "2022-03-17T08:24:00.000Z",
          "exitTs": 1647574500,
          "dir": 1,
          "entryPrice": 1938.138,
          "exitPrice": 1928.588,
          "stopDistance": 9.55,
          "outcome": "stop",
          "netR": -1.044,
          "holdMinutes": 1151
        },
        {
          "entryTs": 1647609840,
          "entryUtc": "2022-03-18T13:24:00.000Z",
          "exitTs": 1647610380,
          "dir": -1,
          "entryPrice": 1926.708,
          "exitPrice": 1935.125,
          "stopDistance": 8.417,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 9
        },
        {
          "entryTs": 1647837900,
          "entryUtc": "2022-03-21T04:45:00.000Z",
          "exitTs": 1647869280,
          "dir": 1,
          "entryPrice": 1928.598,
          "exitPrice": 1920.088,
          "stopDistance": 8.51,
          "outcome": "stop",
          "netR": -1.0494,
          "holdMinutes": 523
        },
        {
          "entryTs": 1647957840,
          "entryUtc": "2022-03-22T14:04:00.000Z",
          "exitTs": 1648025880,
          "dir": -1,
          "entryPrice": 1917.858,
          "exitPrice": 1925.86,
          "stopDistance": 8.002,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 1134
        },
        {
          "entryTs": 1648058820,
          "entryUtc": "2022-03-23T18:07:00.000Z",
          "exitTs": 1648122480,
          "dir": 1,
          "entryPrice": 1938.268,
          "exitPrice": 1954.133,
          "stopDistance": 7.933,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 1061
        },
        {
          "entryTs": 1648439640,
          "entryUtc": "2022-03-28T03:54:00.000Z",
          "exitTs": 1648458240,
          "dir": -1,
          "entryPrice": 1942.998,
          "exitPrice": 1926.302,
          "stopDistance": 8.348,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 310
        },
        {
          "entryTs": 1648542540,
          "entryUtc": "2022-03-29T08:29:00.000Z",
          "exitTs": 1648556520,
          "dir": -1,
          "entryPrice": 1916.838,
          "exitPrice": 1900.829,
          "stopDistance": 8.005,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 233
        },
        {
          "entryTs": 1648615440,
          "entryUtc": "2022-03-30T04:44:00.000Z",
          "exitTs": 1648632060,
          "dir": 1,
          "entryPrice": 1925.398,
          "exitPrice": 1917.194,
          "stopDistance": 8.204,
          "outcome": "stop",
          "netR": -1.0512,
          "holdMinutes": 277
        },
        {
          "entryTs": 1648732380,
          "entryUtc": "2022-03-31T13:13:00.000Z",
          "exitTs": 1648797120,
          "dir": 1,
          "entryPrice": 1938.428,
          "exitPrice": 1930.339,
          "stopDistance": 8.089,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 1079
        },
        {
          "entryTs": 1648823580,
          "entryUtc": "2022-04-01T14:33:00.000Z",
          "exitTs": 1648826040,
          "dir": -1,
          "entryPrice": 1918.988,
          "exitPrice": 1927.362,
          "stopDistance": 8.374,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 41
        },
        {
          "entryTs": 1649045640,
          "entryUtc": "2022-04-04T04:14:00.000Z",
          "exitTs": 1649055120,
          "dir": -1,
          "entryPrice": 1918.148,
          "exitPrice": 1925.351,
          "stopDistance": 7.203,
          "outcome": "stop",
          "netR": -1.0583,
          "holdMinutes": 158
        },
        {
          "entryTs": 1649164980,
          "entryUtc": "2022-04-05T13:23:00.000Z",
          "exitTs": 1649168460,
          "dir": 1,
          "entryPrice": 1936.878,
          "exitPrice": 1929.764,
          "stopDistance": 7.114,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 58
        },
        {
          "entryTs": 1649229120,
          "entryUtc": "2022-04-06T07:12:00.000Z",
          "exitTs": 1649233500,
          "dir": -1,
          "entryPrice": 1916.543,
          "exitPrice": 1923.99,
          "stopDistance": 7.447,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 73
        },
        {
          "entryTs": 1649333280,
          "entryUtc": "2022-04-07T12:08:00.000Z",
          "exitTs": 1649334600,
          "dir": 1,
          "entryPrice": 1933.348,
          "exitPrice": 1926.406,
          "stopDistance": 6.942,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 22
        },
        {
          "entryTs": 1649420040,
          "entryUtc": "2022-04-08T12:14:00.000Z",
          "exitTs": 1649421240,
          "dir": 1,
          "entryPrice": 1937.708,
          "exitPrice": 1931.957,
          "stopDistance": 5.751,
          "outcome": "stop",
          "netR": -1.073,
          "holdMinutes": 20
        },
        {
          "entryTs": 1649628120,
          "entryUtc": "2022-04-10T22:02:00.000Z",
          "exitTs": 1649643840,
          "dir": 1,
          "entryPrice": 1948.088,
          "exitPrice": 1941.293,
          "stopDistance": 6.795,
          "outcome": "stop",
          "netR": -1.0618,
          "holdMinutes": 262
        },
        {
          "entryTs": 1649654880,
          "entryUtc": "2022-04-11T05:28:00.000Z",
          "exitTs": 1649662560,
          "dir": -1,
          "entryPrice": 1940.168,
          "exitPrice": 1946.566,
          "stopDistance": 6.398,
          "outcome": "stop",
          "netR": -1.0656,
          "holdMinutes": 128
        },
        {
          "entryTs": 1649768040,
          "entryUtc": "2022-04-12T12:54:00.000Z",
          "exitTs": 1649771940,
          "dir": 1,
          "entryPrice": 1969.558,
          "exitPrice": 1962.413,
          "stopDistance": 7.145,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 65
        },
        {
          "entryTs": 1649843160,
          "entryUtc": "2022-04-13T09:46:00.000Z",
          "exitTs": 1649926980,
          "dir": 1,
          "entryPrice": 1978.508,
          "exitPrice": 1970.33,
          "stopDistance": 8.178,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 1397
        },
        {
          "entryTs": 1649944380,
          "entryUtc": "2022-04-14T13:53:00.000Z",
          "exitTs": 1649955720,
          "dir": -1,
          "entryPrice": 1965.593,
          "exitPrice": 1973.31,
          "stopDistance": 7.717,
          "outcome": "stop",
          "netR": -1.0544,
          "holdMinutes": 189
        },
        {
          "entryTs": 1650235860,
          "entryUtc": "2022-04-17T22:51:00.000Z",
          "exitTs": 1650285540,
          "dir": 1,
          "entryPrice": 1979.728,
          "exitPrice": 1997.211,
          "stopDistance": 8.741,
          "outcome": "target",
          "netR": 1.9577,
          "holdMinutes": 828
        },
        {
          "entryTs": 1650343560,
          "entryUtc": "2022-04-19T04:46:00.000Z",
          "exitTs": 1650370800,
          "dir": -1,
          "entryPrice": 1974.728,
          "exitPrice": 1981.511,
          "stopDistance": 6.783,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 454
        },
        {
          "entryTs": 1650427260,
          "entryUtc": "2022-04-20T04:01:00.000Z",
          "exitTs": 1650449160,
          "dir": -1,
          "entryPrice": 1942.558,
          "exitPrice": 1950.56,
          "stopDistance": 8.002,
          "outcome": "stop",
          "netR": -1.0525,
          "holdMinutes": 365
        },
        {
          "entryTs": 1650541260,
          "entryUtc": "2022-04-21T11:41:00.000Z",
          "exitTs": 1650544440,
          "dir": -1,
          "entryPrice": 1939.16,
          "exitPrice": 1945.471,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 53
        },
        {
          "entryTs": 1650607200,
          "entryUtc": "2022-04-22T06:00:00.000Z",
          "exitTs": 1650616140,
          "dir": 1,
          "entryPrice": 1953.932,
          "exitPrice": 1947.129,
          "stopDistance": 6.803,
          "outcome": "stop",
          "netR": -1.0617,
          "holdMinutes": 149
        },
        {
          "entryTs": 1650847740,
          "entryUtc": "2022-04-25T00:49:00.000Z",
          "exitTs": 1650884340,
          "dir": -1,
          "entryPrice": 1926.458,
          "exitPrice": 1908.343,
          "stopDistance": 9.057,
          "outcome": "target",
          "netR": 1.9591,
          "holdMinutes": 610
        },
        {
          "entryTs": 1651046580,
          "entryUtc": "2022-04-27T08:03:00.000Z",
          "exitTs": 1651061160,
          "dir": -1,
          "entryPrice": 1895.608,
          "exitPrice": 1902.919,
          "stopDistance": 7.311,
          "outcome": "stop",
          "netR": -1.0574,
          "holdMinutes": 243
        },
        {
          "entryTs": 1651118400,
          "entryUtc": "2022-04-28T04:00:00.000Z",
          "exitTs": 1651130280,
          "dir": -1,
          "entryPrice": 1877.498,
          "exitPrice": 1884.646,
          "stopDistance": 7.148,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 198
        },
        {
          "entryTs": 1651208040,
          "entryUtc": "2022-04-29T04:54:00.000Z",
          "exitTs": 1651261680,
          "dir": 1,
          "entryPrice": 1905.738,
          "exitPrice": 1897.851,
          "stopDistance": 7.887,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 894
        },
        {
          "entryTs": 1651450920,
          "entryUtc": "2022-05-02T00:22:00.000Z",
          "exitTs": 1651482120,
          "dir": -1,
          "entryPrice": 1894.373,
          "exitPrice": 1877.346,
          "stopDistance": 8.514,
          "outcome": "target",
          "netR": 1.9565,
          "holdMinutes": 520
        },
        {
          "entryTs": 1651561620,
          "entryUtc": "2022-05-03T07:07:00.000Z",
          "exitTs": 1651577880,
          "dir": -1,
          "entryPrice": 1854.468,
          "exitPrice": 1862.437,
          "stopDistance": 7.969,
          "outcome": "stop",
          "netR": -1.0527,
          "holdMinutes": 271
        },
        {
          "entryTs": 1651689960,
          "entryUtc": "2022-05-04T18:46:00.000Z",
          "exitTs": 1651708260,
          "dir": 1,
          "entryPrice": 1877.998,
          "exitPrice": 1892.027,
          "stopDistance": 7.014,
          "outcome": "target",
          "netR": 1.9473,
          "holdMinutes": 305
        },
        {
          "entryTs": 1651753800,
          "entryUtc": "2022-05-05T12:30:00.000Z",
          "exitTs": 1651758300,
          "dir": 1,
          "entryPrice": 1903.263,
          "exitPrice": 1895.172,
          "stopDistance": 8.091,
          "outcome": "stop",
          "netR": -1.0519,
          "holdMinutes": 75
        },
        {
          "entryTs": 1652071260,
          "entryUtc": "2022-05-09T04:41:00.000Z",
          "exitTs": 1652091900,
          "dir": -1,
          "entryPrice": 1873.628,
          "exitPrice": 1858.257,
          "stopDistance": 7.686,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 344
        },
        {
          "entryTs": 1652193960,
          "entryUtc": "2022-05-10T14:46:00.000Z",
          "exitTs": 1652226240,
          "dir": -1,
          "entryPrice": 1851.558,
          "exitPrice": 1834.941,
          "stopDistance": 8.308,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 538
        },
        {
          "entryTs": 1652370300,
          "entryUtc": "2022-05-12T15:45:00.000Z",
          "exitTs": 1652394720,
          "dir": -1,
          "entryPrice": 1834.898,
          "exitPrice": 1815.793,
          "stopDistance": 9.553,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 407
        },
        {
          "entryTs": 1652444760,
          "entryUtc": "2022-05-13T12:26:00.000Z",
          "exitTs": 1652687460,
          "dir": -1,
          "entryPrice": 1810.734,
          "exitPrice": 1794.106,
          "stopDistance": 8.314,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 4045
        },
        {
          "entryTs": 1652767680,
          "entryUtc": "2022-05-17T06:08:00.000Z",
          "exitTs": 1652796360,
          "dir": 1,
          "entryPrice": 1829.268,
          "exitPrice": 1821.241,
          "stopDistance": 8.027,
          "outcome": "stop",
          "netR": -1.0523,
          "holdMinutes": 478
        },
        {
          "entryTs": 1652875020,
          "entryUtc": "2022-05-18T11:57:00.000Z",
          "exitTs": 1652879160,
          "dir": -1,
          "entryPrice": 1807.578,
          "exitPrice": 1814.714,
          "stopDistance": 7.136,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 69
        },
        {
          "entryTs": 1652951280,
          "entryUtc": "2022-05-19T09:08:00.000Z",
          "exitTs": 1652963700,
          "dir": 1,
          "entryPrice": 1824.614,
          "exitPrice": 1838.237,
          "stopDistance": 6.811,
          "outcome": "target",
          "netR": 1.9457,
          "holdMinutes": 207
        },
        {
          "entryTs": 1653030240,
          "entryUtc": "2022-05-20T07:04:00.000Z",
          "exitTs": 1653032400,
          "dir": 1,
          "entryPrice": 1849.053,
          "exitPrice": 1842.572,
          "stopDistance": 6.481,
          "outcome": "stop",
          "netR": -1.0648,
          "holdMinutes": 36
        },
        {
          "entryTs": 1653256800,
          "entryUtc": "2022-05-22T22:00:00.000Z",
          "exitTs": 1653294240,
          "dir": 1,
          "entryPrice": 1849.304,
          "exitPrice": 1862.854,
          "stopDistance": 6.775,
          "outcome": "target",
          "netR": 1.9454,
          "holdMinutes": 624
        },
        {
          "entryTs": 1653399960,
          "entryUtc": "2022-05-24T13:46:00.000Z",
          "exitTs": 1653457140,
          "dir": 1,
          "entryPrice": 1865.334,
          "exitPrice": 1859.027,
          "stopDistance": 6.307,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 953
        },
        {
          "entryTs": 1653483600,
          "entryUtc": "2022-05-25T13:00:00.000Z",
          "exitTs": 1653635700,
          "dir": -1,
          "entryPrice": 1850.294,
          "exitPrice": 1856.537,
          "stopDistance": 6.243,
          "outcome": "stop",
          "netR": -1.0673,
          "holdMinutes": 2535
        },
        {
          "entryTs": 1653865680,
          "entryUtc": "2022-05-29T23:08:00.000Z",
          "exitTs": 1653874800,
          "dir": -1,
          "entryPrice": 1850.453,
          "exitPrice": 1856.02,
          "stopDistance": 5.567,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 152
        },
        {
          "entryTs": 1653883440,
          "entryUtc": "2022-05-30T04:04:00.000Z",
          "exitTs": 1653907440,
          "dir": 1,
          "entryPrice": 1860.878,
          "exitPrice": 1855.091,
          "stopDistance": 5.787,
          "outcome": "stop",
          "netR": -1.0726,
          "holdMinutes": 400
        },
        {
          "entryTs": 1653998160,
          "entryUtc": "2022-05-31T11:56:00.000Z",
          "exitTs": 1653999120,
          "dir": -1,
          "entryPrice": 1845.838,
          "exitPrice": 1851.224,
          "stopDistance": 5.386,
          "outcome": "stop",
          "netR": -1.078,
          "holdMinutes": 16
        },
        {
          "entryTs": 1654056660,
          "entryUtc": "2022-06-01T04:11:00.000Z",
          "exitTs": 1654087080,
          "dir": -1,
          "entryPrice": 1833.148,
          "exitPrice": 1838.874,
          "stopDistance": 5.727,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 507
        },
        {
          "entryTs": 1654151040,
          "entryUtc": "2022-06-02T06:24:00.000Z",
          "exitTs": 1654176300,
          "dir": 1,
          "entryPrice": 1849.894,
          "exitPrice": 1861.098,
          "stopDistance": 5.602,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 421
        },
        {
          "entryTs": 1654489860,
          "entryUtc": "2022-06-06T04:31:00.000Z",
          "exitTs": 1654502760,
          "dir": 1,
          "entryPrice": 1856.268,
          "exitPrice": 1851.141,
          "stopDistance": 5.127,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 215
        },
        {
          "entryTs": 1654694100,
          "entryUtc": "2022-06-08T13:15:00.000Z",
          "exitTs": 1654720380,
          "dir": 1,
          "entryPrice": 1855.458,
          "exitPrice": 1849.606,
          "stopDistance": 5.852,
          "outcome": "stop",
          "netR": -1.0718,
          "holdMinutes": 438
        },
        {
          "entryTs": 1654776300,
          "entryUtc": "2022-06-09T12:05:00.000Z",
          "exitTs": 1654777500,
          "dir": -1,
          "entryPrice": 1844.478,
          "exitPrice": 1849.395,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 20
        },
        {
          "entryTs": 1654860000,
          "entryUtc": "2022-06-10T11:20:00.000Z",
          "exitTs": 1654864200,
          "dir": -1,
          "entryPrice": 1839.91,
          "exitPrice": 1831.226,
          "stopDistance": 4.342,
          "outcome": "target",
          "netR": 1.9148,
          "holdMinutes": 70
        },
        {
          "entryTs": 1655071200,
          "entryUtc": "2022-06-12T22:00:00.000Z",
          "exitTs": 1655084640,
          "dir": 1,
          "entryPrice": 1875.868,
          "exitPrice": 1865.668,
          "stopDistance": 10.2,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 224
        },
        {
          "entryTs": 1655105340,
          "entryUtc": "2022-06-13T07:29:00.000Z",
          "exitTs": 1655124660,
          "dir": -1,
          "entryPrice": 1860.033,
          "exitPrice": 1842.741,
          "stopDistance": 8.646,
          "outcome": "target",
          "netR": 1.9572,
          "holdMinutes": 322
        },
        {
          "entryTs": 1655232060,
          "entryUtc": "2022-06-14T18:41:00.000Z",
          "exitTs": 1655259660,
          "dir": -1,
          "entryPrice": 1809.153,
          "exitPrice": 1817.447,
          "stopDistance": 8.294,
          "outcome": "stop",
          "netR": -1.0506,
          "holdMinutes": 460
        },
        {
          "entryTs": 1655292000,
          "entryUtc": "2022-06-15T11:20:00.000Z",
          "exitTs": 1655301120,
          "dir": 1,
          "entryPrice": 1831.538,
          "exitPrice": 1824.172,
          "stopDistance": 7.366,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 152
        },
        {
          "entryTs": 1655392920,
          "entryUtc": "2022-06-16T15:22:00.000Z",
          "exitTs": 1655762400,
          "dir": 1,
          "entryPrice": 1841.838,
          "exitPrice": 1838.198,
          "stopDistance": 10.156,
          "outcome": "time",
          "netR": -0.3948,
          "holdMinutes": 6158
        },
        {
          "entryTs": 1655790300,
          "entryUtc": "2022-06-21T05:45:00.000Z",
          "exitTs": 1655820120,
          "dir": -1,
          "entryPrice": 1835.338,
          "exitPrice": 1840.148,
          "stopDistance": 4.81,
          "outcome": "stop",
          "netR": -1.0873,
          "holdMinutes": 497
        },
        {
          "entryTs": 1655873820,
          "entryUtc": "2022-06-22T04:57:00.000Z",
          "exitTs": 1655894880,
          "dir": -1,
          "entryPrice": 1825.468,
          "exitPrice": 1831.472,
          "stopDistance": 6.004,
          "outcome": "stop",
          "netR": -1.07,
          "holdMinutes": 351
        },
        {
          "entryTs": 1656008280,
          "entryUtc": "2022-06-23T18:18:00.000Z",
          "exitTs": 1656057240,
          "dir": -1,
          "entryPrice": 1823.288,
          "exitPrice": 1831.134,
          "stopDistance": 7.846,
          "outcome": "stop",
          "netR": -1.0535,
          "holdMinutes": 816
        },
        {
          "entryTs": 1656280800,
          "entryUtc": "2022-06-26T22:00:00.000Z",
          "exitTs": 1656285720,
          "dir": 1,
          "entryPrice": 1837.376,
          "exitPrice": 1830.59,
          "stopDistance": 6.786,
          "outcome": "stop",
          "netR": -1.0619,
          "holdMinutes": 82
        },
        {
          "entryTs": 1656314460,
          "entryUtc": "2022-06-27T07:21:00.000Z",
          "exitTs": 1656331320,
          "dir": 1,
          "entryPrice": 1839.363,
          "exitPrice": 1832.796,
          "stopDistance": 6.567,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 281
        },
        {
          "entryTs": 1656415320,
          "entryUtc": "2022-06-28T11:22:00.000Z",
          "exitTs": 1656417540,
          "dir": -1,
          "entryPrice": 1820.678,
          "exitPrice": 1825.553,
          "stopDistance": 4.875,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 37
        },
        {
          "entryTs": 1656484380,
          "entryUtc": "2022-06-29T06:33:00.000Z",
          "exitTs": 1656499080,
          "dir": -1,
          "entryPrice": 1818.148,
          "exitPrice": 1822.424,
          "stopDistance": 4.276,
          "outcome": "stop",
          "netR": -1.0982,
          "holdMinutes": 245
        },
        {
          "entryTs": 1656582120,
          "entryUtc": "2022-06-30T09:42:00.000Z",
          "exitTs": 1656592920,
          "dir": -1,
          "entryPrice": 1811.978,
          "exitPrice": 1817.181,
          "stopDistance": 5.203,
          "outcome": "stop",
          "netR": -1.0807,
          "holdMinutes": 180
        },
        {
          "entryTs": 1656648120,
          "entryUtc": "2022-07-01T04:02:00.000Z",
          "exitTs": 1656675420,
          "dir": -1,
          "entryPrice": 1801.208,
          "exitPrice": 1787.311,
          "stopDistance": 6.949,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 455
        },
        {
          "entryTs": 1656885600,
          "entryUtc": "2022-07-03T22:00:00.000Z",
          "exitTs": 1657008540,
          "dir": 1,
          "entryPrice": 1812.078,
          "exitPrice": 1803.152,
          "stopDistance": 8.926,
          "outcome": "stop",
          "netR": -1.0471,
          "holdMinutes": 2049
        },
        {
          "entryTs": 1657085940,
          "entryUtc": "2022-07-06T05:39:00.000Z",
          "exitTs": 1657095060,
          "dir": -1,
          "entryPrice": 1763.748,
          "exitPrice": 1770.517,
          "stopDistance": 6.769,
          "outcome": "stop",
          "netR": -1.0621,
          "holdMinutes": 152
        },
        {
          "entryTs": 1657265940,
          "entryUtc": "2022-07-08T07:39:00.000Z",
          "exitTs": 1657282320,
          "dir": -1,
          "entryPrice": 1737.858,
          "exitPrice": 1743.356,
          "stopDistance": 5.498,
          "outcome": "stop",
          "netR": -1.0764,
          "holdMinutes": 273
        },
        {
          "entryTs": 1657524540,
          "entryUtc": "2022-07-11T07:29:00.000Z",
          "exitTs": 1657587660,
          "dir": -1,
          "entryPrice": 1738.358,
          "exitPrice": 1726.88,
          "stopDistance": 5.739,
          "outcome": "target",
          "netR": 1.9355,
          "holdMinutes": 1052
        },
        {
          "entryTs": 1657673700,
          "entryUtc": "2022-07-13T00:55:00.000Z",
          "exitTs": 1657703520,
          "dir": -1,
          "entryPrice": 1723.048,
          "exitPrice": 1729.329,
          "stopDistance": 6.281,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 497
        },
        {
          "entryTs": 1657803660,
          "entryUtc": "2022-07-14T13:01:00.000Z",
          "exitTs": 1657850580,
          "dir": -1,
          "entryPrice": 1706.948,
          "exitPrice": 1715.366,
          "stopDistance": 8.418,
          "outcome": "stop",
          "netR": -1.0499,
          "holdMinutes": 782
        },
        {
          "entryTs": 1658107680,
          "entryUtc": "2022-07-18T01:28:00.000Z",
          "exitTs": 1658171640,
          "dir": 1,
          "entryPrice": 1713.964,
          "exitPrice": 1707.337,
          "stopDistance": 6.627,
          "outcome": "stop",
          "netR": -1.0634,
          "holdMinutes": 1066
        },
        {
          "entryTs": 1658297220,
          "entryUtc": "2022-07-20T06:07:00.000Z",
          "exitTs": 1658309400,
          "dir": -1,
          "entryPrice": 1707.318,
          "exitPrice": 1711.942,
          "stopDistance": 4.624,
          "outcome": "stop",
          "netR": -1.0908,
          "holdMinutes": 203
        },
        {
          "entryTs": 1658384820,
          "entryUtc": "2022-07-21T06:27:00.000Z",
          "exitTs": 1658406900,
          "dir": -1,
          "entryPrice": 1689.808,
          "exitPrice": 1694.981,
          "stopDistance": 5.173,
          "outcome": "stop",
          "netR": -1.0812,
          "holdMinutes": 368
        },
        {
          "entryTs": 1658475000,
          "entryUtc": "2022-07-22T07:30:00.000Z",
          "exitTs": 1658497560,
          "dir": 1,
          "entryPrice": 1720.238,
          "exitPrice": 1732.716,
          "stopDistance": 6.239,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 376
        },
        {
          "entryTs": 1658734560,
          "entryUtc": "2022-07-25T07:36:00.000Z",
          "exitTs": 1658754720,
          "dir": 1,
          "entryPrice": 1728.764,
          "exitPrice": 1722.342,
          "stopDistance": 6.422,
          "outcome": "stop",
          "netR": -1.0654,
          "holdMinutes": 336
        },
        {
          "entryTs": 1658838120,
          "entryUtc": "2022-07-26T12:22:00.000Z",
          "exitTs": 1658838900,
          "dir": -1,
          "entryPrice": 1714.653,
          "exitPrice": 1720.512,
          "stopDistance": 5.859,
          "outcome": "stop",
          "netR": -1.0717,
          "holdMinutes": 13
        },
        {
          "entryTs": 1658930160,
          "entryUtc": "2022-07-27T13:56:00.000Z",
          "exitTs": 1658935140,
          "dir": -1,
          "entryPrice": 1713.534,
          "exitPrice": 1718.945,
          "stopDistance": 5.411,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 83
        },
        {
          "entryTs": 1658990220,
          "entryUtc": "2022-07-28T06:37:00.000Z",
          "exitTs": 1659015780,
          "dir": 1,
          "entryPrice": 1741.524,
          "exitPrice": 1754.393,
          "stopDistance": 6.435,
          "outcome": "target",
          "netR": 1.9425,
          "holdMinutes": 426
        },
        {
          "entryTs": 1659073080,
          "entryUtc": "2022-07-29T05:38:00.000Z",
          "exitTs": 1659088200,
          "dir": 1,
          "entryPrice": 1763.818,
          "exitPrice": 1757.215,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 252
        },
        {
          "entryTs": 1659328980,
          "entryUtc": "2022-08-01T04:43:00.000Z",
          "exitTs": 1659338160,
          "dir": -1,
          "entryPrice": 1760.338,
          "exitPrice": 1766.892,
          "stopDistance": 6.554,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 153
        },
        {
          "entryTs": 1659442560,
          "entryUtc": "2022-08-02T12:16:00.000Z",
          "exitTs": 1659457980,
          "dir": 1,
          "entryPrice": 1780.388,
          "exitPrice": 1774.031,
          "stopDistance": 6.357,
          "outcome": "stop",
          "netR": -1.0661,
          "holdMinutes": 257
        },
        {
          "entryTs": 1659538380,
          "entryUtc": "2022-08-03T14:53:00.000Z",
          "exitTs": 1659551280,
          "dir": -1,
          "entryPrice": 1754.828,
          "exitPrice": 1762.724,
          "stopDistance": 7.896,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 215
        },
        {
          "entryTs": 1659590580,
          "entryUtc": "2022-08-04T05:23:00.000Z",
          "exitTs": 1659614100,
          "dir": 1,
          "entryPrice": 1772.662,
          "exitPrice": 1784.448,
          "stopDistance": 5.893,
          "outcome": "target",
          "netR": 1.9372,
          "holdMinutes": 392
        },
        {
          "entryTs": 1659704160,
          "entryUtc": "2022-08-05T12:56:00.000Z",
          "exitTs": 1659707820,
          "dir": -1,
          "entryPrice": 1768.938,
          "exitPrice": 1774.614,
          "stopDistance": 5.676,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 61
        },
        {
          "entryTs": 1659938160,
          "entryUtc": "2022-08-08T05:56:00.000Z",
          "exitTs": 1659969240,
          "dir": 1,
          "entryPrice": 1775.344,
          "exitPrice": 1786.612,
          "stopDistance": 5.634,
          "outcome": "target",
          "netR": 1.9343,
          "holdMinutes": 518
        },
        {
          "entryTs": 1660032360,
          "entryUtc": "2022-08-09T08:06:00.000Z",
          "exitTs": 1660134600,
          "dir": 1,
          "entryPrice": 1790.564,
          "exitPrice": 1800.698,
          "stopDistance": 5.067,
          "outcome": "target",
          "netR": 1.927,
          "holdMinutes": 1704
        },
        {
          "entryTs": 1660193100,
          "entryUtc": "2022-08-11T04:45:00.000Z",
          "exitTs": 1660208640,
          "dir": -1,
          "entryPrice": 1784.344,
          "exitPrice": 1790.229,
          "stopDistance": 5.885,
          "outcome": "stop",
          "netR": -1.0714,
          "holdMinutes": 259
        },
        {
          "entryTs": 1660323840,
          "entryUtc": "2022-08-12T17:04:00.000Z",
          "exitTs": 1660541040,
          "dir": 1,
          "entryPrice": 1799.149,
          "exitPrice": 1792.472,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 3620
        },
        {
          "entryTs": 1660653120,
          "entryUtc": "2022-08-16T12:32:00.000Z",
          "exitTs": 1660657200,
          "dir": -1,
          "entryPrice": 1772.818,
          "exitPrice": 1777.663,
          "stopDistance": 4.845,
          "outcome": "stop",
          "netR": -1.0867,
          "holdMinutes": 68
        },
        {
          "entryTs": 1660716060,
          "entryUtc": "2022-08-17T06:01:00.000Z",
          "exitTs": 1660717920,
          "dir": 1,
          "entryPrice": 1782.015,
          "exitPrice": 1777.693,
          "stopDistance": 4.322,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 31
        },
        {
          "entryTs": 1660837260,
          "entryUtc": "2022-08-18T15:41:00.000Z",
          "exitTs": 1660919580,
          "dir": -1,
          "entryPrice": 1759.714,
          "exitPrice": 1748.325,
          "stopDistance": 5.694,
          "outcome": "target",
          "netR": 1.935,
          "holdMinutes": 1372
        },
        {
          "entryTs": 1661119440,
          "entryUtc": "2022-08-21T22:04:00.000Z",
          "exitTs": 1661156100,
          "dir": -1,
          "entryPrice": 1745.438,
          "exitPrice": 1735.136,
          "stopDistance": 5.151,
          "outcome": "target",
          "netR": 1.9282,
          "holdMinutes": 611
        },
        {
          "entryTs": 1661262480,
          "entryUtc": "2022-08-23T13:48:00.000Z",
          "exitTs": 1661403780,
          "dir": 1,
          "entryPrice": 1746.418,
          "exitPrice": 1758.061,
          "stopDistance": 5.822,
          "outcome": "target",
          "netR": 1.9364,
          "holdMinutes": 2355
        },
        {
          "entryTs": 1661500020,
          "entryUtc": "2022-08-26T07:47:00.000Z",
          "exitTs": 1661522520,
          "dir": -1,
          "entryPrice": 1752.194,
          "exitPrice": 1742.957,
          "stopDistance": 4.618,
          "outcome": "target",
          "netR": 1.9199,
          "holdMinutes": 375
        },
        {
          "entryTs": 1661728980,
          "entryUtc": "2022-08-28T23:23:00.000Z",
          "exitTs": 1661748300,
          "dir": -1,
          "entryPrice": 1734.058,
          "exitPrice": 1721.171,
          "stopDistance": 6.444,
          "outcome": "target",
          "netR": 1.9426,
          "holdMinutes": 322
        },
        {
          "entryTs": 1661929860,
          "entryUtc": "2022-08-31T07:11:00.000Z",
          "exitTs": 1661939340,
          "dir": -1,
          "entryPrice": 1720.484,
          "exitPrice": 1711.058,
          "stopDistance": 4.713,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 158
        },
        {
          "entryTs": 1662020280,
          "entryUtc": "2022-09-01T08:18:00.000Z",
          "exitTs": 1662025200,
          "dir": -1,
          "entryPrice": 1702.174,
          "exitPrice": 1707.945,
          "stopDistance": 5.771,
          "outcome": "stop",
          "netR": -1.0728,
          "holdMinutes": 82
        },
        {
          "entryTs": 1662121800,
          "entryUtc": "2022-09-02T12:30:00.000Z",
          "exitTs": 1662424380,
          "dir": 1,
          "entryPrice": 1708.604,
          "exitPrice": 1718.583,
          "stopDistance": 4.99,
          "outcome": "target",
          "netR": 1.9258,
          "holdMinutes": 5043
        },
        {
          "entryTs": 1662468960,
          "entryUtc": "2022-09-06T12:56:00.000Z",
          "exitTs": 1662510180,
          "dir": -1,
          "entryPrice": 1708.14,
          "exitPrice": 1696.934,
          "stopDistance": 5.603,
          "outcome": "target",
          "netR": 1.934,
          "holdMinutes": 687
        },
        {
          "entryTs": 1662524220,
          "entryUtc": "2022-09-07T04:17:00.000Z",
          "exitTs": 1662532800,
          "dir": -1,
          "entryPrice": 1692.288,
          "exitPrice": 1698.578,
          "stopDistance": 6.29,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 143
        },
        {
          "entryTs": 1662618120,
          "entryUtc": "2022-09-08T06:22:00.000Z",
          "exitTs": 1662641820,
          "dir": 1,
          "entryPrice": 1719.318,
          "exitPrice": 1713.8,
          "stopDistance": 5.518,
          "outcome": "stop",
          "netR": -1.0761,
          "holdMinutes": 395
        },
        {
          "entryTs": 1662708240,
          "entryUtc": "2022-09-09T07:24:00.000Z",
          "exitTs": 1662724440,
          "dir": 1,
          "entryPrice": 1728.095,
          "exitPrice": 1722.432,
          "stopDistance": 5.663,
          "outcome": "stop",
          "netR": -1.0742,
          "holdMinutes": 270
        },
        {
          "entryTs": 1663072560,
          "entryUtc": "2022-09-13T12:36:00.000Z",
          "exitTs": 1663074060,
          "dir": -1,
          "entryPrice": 1711.808,
          "exitPrice": 1701.028,
          "stopDistance": 5.39,
          "outcome": "target",
          "netR": 1.9314,
          "holdMinutes": 25
        },
        {
          "entryTs": 1663200120,
          "entryUtc": "2022-09-15T00:02:00.000Z",
          "exitTs": 1663244460,
          "dir": -1,
          "entryPrice": 1696.934,
          "exitPrice": 1683.101,
          "stopDistance": 6.917,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 739
        },
        {
          "entryTs": 1663560480,
          "entryUtc": "2022-09-19T04:08:00.000Z",
          "exitTs": 1663632000,
          "dir": -1,
          "entryPrice": 1668.063,
          "exitPrice": 1676.136,
          "stopDistance": 8.073,
          "outcome": "stop",
          "netR": -1.052,
          "holdMinutes": 1192
        },
        {
          "entryTs": 1663761060,
          "entryUtc": "2022-09-21T11:51:00.000Z",
          "exitTs": 1663767900,
          "dir": 1,
          "entryPrice": 1677.115,
          "exitPrice": 1671.633,
          "stopDistance": 5.482,
          "outcome": "stop",
          "netR": -1.0766,
          "holdMinutes": 114
        },
        {
          "entryTs": 1663926660,
          "entryUtc": "2022-09-23T09:51:00.000Z",
          "exitTs": 1663930680,
          "dir": -1,
          "entryPrice": 1655.536,
          "exitPrice": 1641.142,
          "stopDistance": 7.197,
          "outcome": "target",
          "netR": 1.9486,
          "holdMinutes": 67
        },
        {
          "entryTs": 1664152980,
          "entryUtc": "2022-09-26T00:43:00.000Z",
          "exitTs": 1664177280,
          "dir": -1,
          "entryPrice": 1639.617,
          "exitPrice": 1648,
          "stopDistance": 8.383,
          "outcome": "stop",
          "netR": -1.0501,
          "holdMinutes": 405
        },
        {
          "entryTs": 1664341080,
          "entryUtc": "2022-09-28T04:58:00.000Z",
          "exitTs": 1664360520,
          "dir": -1,
          "entryPrice": 1622.903,
          "exitPrice": 1629.241,
          "stopDistance": 6.338,
          "outcome": "stop",
          "netR": -1.0663,
          "holdMinutes": 324
        },
        {
          "entryTs": 1664467680,
          "entryUtc": "2022-09-29T16:08:00.000Z",
          "exitTs": 1664806920,
          "dir": 1,
          "entryPrice": 1662.645,
          "exitPrice": 1681.75,
          "stopDistance": 9.553,
          "outcome": "target",
          "netR": 1.9613,
          "holdMinutes": 5654
        },
        {
          "entryTs": 1664862720,
          "entryUtc": "2022-10-04T05:52:00.000Z",
          "exitTs": 1664894100,
          "dir": 1,
          "entryPrice": 1702.465,
          "exitPrice": 1717.696,
          "stopDistance": 7.615,
          "outcome": "target",
          "netR": 1.9514,
          "holdMinutes": 523
        },
        {
          "entryTs": 1665138480,
          "entryUtc": "2022-10-07T10:28:00.000Z",
          "exitTs": 1665146100,
          "dir": -1,
          "entryPrice": 1706.812,
          "exitPrice": 1712.885,
          "stopDistance": 6.073,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 127
        },
        {
          "entryTs": 1665371100,
          "entryUtc": "2022-10-10T03:05:00.000Z",
          "exitTs": 1665402120,
          "dir": -1,
          "entryPrice": 1690.504,
          "exitPrice": 1675.756,
          "stopDistance": 7.374,
          "outcome": "target",
          "netR": 1.9498,
          "holdMinutes": 517
        },
        {
          "entryTs": 1665483240,
          "entryUtc": "2022-10-11T10:14:00.000Z",
          "exitTs": 1665486120,
          "dir": -1,
          "entryPrice": 1661.308,
          "exitPrice": 1668.134,
          "stopDistance": 6.826,
          "outcome": "stop",
          "netR": -1.0615,
          "holdMinutes": 48
        },
        {
          "entryTs": 1665661020,
          "entryUtc": "2022-10-13T11:37:00.000Z",
          "exitTs": 1665664200,
          "dir": 1,
          "entryPrice": 1678.215,
          "exitPrice": 1672.884,
          "stopDistance": 5.331,
          "outcome": "stop",
          "netR": -1.0788,
          "holdMinutes": 53
        },
        {
          "entryTs": 1665763740,
          "entryUtc": "2022-10-14T16:09:00.000Z",
          "exitTs": 1665985560,
          "dir": -1,
          "entryPrice": 1642.288,
          "exitPrice": 1652.605,
          "stopDistance": 10.317,
          "outcome": "stop",
          "netR": -1.0407,
          "holdMinutes": 3697
        },
        {
          "entryTs": 1666106460,
          "entryUtc": "2022-10-18T15:21:00.000Z",
          "exitTs": 1666134540,
          "dir": -1,
          "entryPrice": 1646.638,
          "exitPrice": 1653.676,
          "stopDistance": 7.038,
          "outcome": "stop",
          "netR": -1.0597,
          "holdMinutes": 468
        },
        {
          "entryTs": 1666154820,
          "entryUtc": "2022-10-19T04:47:00.000Z",
          "exitTs": 1666175400,
          "dir": -1,
          "entryPrice": 1645.647,
          "exitPrice": 1634.772,
          "stopDistance": 5.438,
          "outcome": "target",
          "netR": 1.932,
          "holdMinutes": 343
        },
        {
          "entryTs": 1666323780,
          "entryUtc": "2022-10-21T03:43:00.000Z",
          "exitTs": 1666357080,
          "dir": -1,
          "entryPrice": 1622.257,
          "exitPrice": 1628.39,
          "stopDistance": 6.133,
          "outcome": "stop",
          "netR": -1.0685,
          "holdMinutes": 555
        },
        {
          "entryTs": 1666562400,
          "entryUtc": "2022-10-23T22:00:00.000Z",
          "exitTs": 1666597320,
          "dir": 1,
          "entryPrice": 1657.798,
          "exitPrice": 1648.859,
          "stopDistance": 8.939,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 582
        },
        {
          "entryTs": 1666688100,
          "entryUtc": "2022-10-25T08:55:00.000Z",
          "exitTs": 1666704240,
          "dir": -1,
          "entryPrice": 1643.747,
          "exitPrice": 1650.24,
          "stopDistance": 6.493,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 269
        },
        {
          "entryTs": 1666764780,
          "entryUtc": "2022-10-26T06:13:00.000Z",
          "exitTs": 1666774920,
          "dir": 1,
          "entryPrice": 1662.187,
          "exitPrice": 1674.665,
          "stopDistance": 6.239,
          "outcome": "target",
          "netR": 1.9407,
          "holdMinutes": 169
        },
        {
          "entryTs": 1666873560,
          "entryUtc": "2022-10-27T12:26:00.000Z",
          "exitTs": 1666873740,
          "dir": -1,
          "entryPrice": 1654.998,
          "exitPrice": 1661.111,
          "stopDistance": 6.113,
          "outcome": "stop",
          "netR": -1.0687,
          "holdMinutes": 3
        },
        {
          "entryTs": 1666941000,
          "entryUtc": "2022-10-28T07:10:00.000Z",
          "exitTs": 1666960200,
          "dir": -1,
          "entryPrice": 1654.668,
          "exitPrice": 1642.202,
          "stopDistance": 6.233,
          "outcome": "target",
          "netR": 1.9406,
          "holdMinutes": 320
        },
        {
          "entryTs": 1667190120,
          "entryUtc": "2022-10-31T04:22:00.000Z",
          "exitTs": 1667203680,
          "dir": 1,
          "entryPrice": 1645.258,
          "exitPrice": 1639.167,
          "stopDistance": 6.091,
          "outcome": "stop",
          "netR": -1.0689,
          "holdMinutes": 226
        },
        {
          "entryTs": 1667285940,
          "entryUtc": "2022-11-01T06:59:00.000Z",
          "exitTs": 1667305200,
          "dir": 1,
          "entryPrice": 1645.488,
          "exitPrice": 1656.31,
          "stopDistance": 5.411,
          "outcome": "target",
          "netR": 1.9316,
          "holdMinutes": 321
        },
        {
          "entryTs": 1667390580,
          "entryUtc": "2022-11-02T12:03:00.000Z",
          "exitTs": 1667397840,
          "dir": 1,
          "entryPrice": 1656.878,
          "exitPrice": 1651.691,
          "stopDistance": 5.187,
          "outcome": "stop",
          "netR": -1.081,
          "holdMinutes": 121
        },
        {
          "entryTs": 1667459280,
          "entryUtc": "2022-11-03T07:08:00.000Z",
          "exitTs": 1667474640,
          "dir": -1,
          "entryPrice": 1631.708,
          "exitPrice": 1618.546,
          "stopDistance": 6.581,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 256
        },
        {
          "entryTs": 1667535180,
          "entryUtc": "2022-11-04T04:13:00.000Z",
          "exitTs": 1667560140,
          "dir": 1,
          "entryPrice": 1639.918,
          "exitPrice": 1652.436,
          "stopDistance": 6.259,
          "outcome": "target",
          "netR": 1.9409,
          "holdMinutes": 416
        },
        {
          "entryTs": 1667802780,
          "entryUtc": "2022-11-07T06:33:00.000Z",
          "exitTs": 1667812080,
          "dir": -1,
          "entryPrice": 1670.228,
          "exitPrice": 1677.673,
          "stopDistance": 7.445,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 155
        },
        {
          "entryTs": 1667897520,
          "entryUtc": "2022-11-08T08:52:00.000Z",
          "exitTs": 1667902140,
          "dir": -1,
          "entryPrice": 1666.707,
          "exitPrice": 1671.817,
          "stopDistance": 5.11,
          "outcome": "stop",
          "netR": -1.0822,
          "holdMinutes": 77
        },
        {
          "entryTs": 1668006540,
          "entryUtc": "2022-11-09T15:09:00.000Z",
          "exitTs": 1668008040,
          "dir": 1,
          "entryPrice": 1716.738,
          "exitPrice": 1709.878,
          "stopDistance": 6.86,
          "outcome": "stop",
          "netR": -1.0612,
          "holdMinutes": 25
        },
        {
          "entryTs": 1668087000,
          "entryUtc": "2022-11-10T13:30:00.000Z",
          "exitTs": 1668087000,
          "dir": 1,
          "entryPrice": 1722.168,
          "exitPrice": 1716.223,
          "stopDistance": 5.945,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 0
        },
        {
          "entryTs": 1668144540,
          "entryUtc": "2022-11-11T05:29:00.000Z",
          "exitTs": 1668202920,
          "dir": 1,
          "entryPrice": 1756.998,
          "exitPrice": 1772.259,
          "stopDistance": 7.63,
          "outcome": "target",
          "netR": 1.9515,
          "holdMinutes": 973
        },
        {
          "entryTs": 1668403800,
          "entryUtc": "2022-11-14T05:30:00.000Z",
          "exitTs": 1668436740,
          "dir": -1,
          "entryPrice": 1759.198,
          "exitPrice": 1767.102,
          "stopDistance": 7.904,
          "outcome": "stop",
          "netR": -1.0531,
          "holdMinutes": 549
        },
        {
          "entryTs": 1668497040,
          "entryUtc": "2022-11-15T07:24:00.000Z",
          "exitTs": 1668523680,
          "dir": 1,
          "entryPrice": 1774.938,
          "exitPrice": 1769.157,
          "stopDistance": 5.781,
          "outcome": "stop",
          "netR": -1.0727,
          "holdMinutes": 444
        },
        {
          "entryTs": 1668650940,
          "entryUtc": "2022-11-17T02:09:00.000Z",
          "exitTs": 1668693960,
          "dir": -1,
          "entryPrice": 1767.887,
          "exitPrice": 1754.761,
          "stopDistance": 6.563,
          "outcome": "target",
          "netR": 1.9436,
          "holdMinutes": 717
        },
        {
          "entryTs": 1668781860,
          "entryUtc": "2022-11-18T14:31:00.000Z",
          "exitTs": 1669016580,
          "dir": -1,
          "entryPrice": 1754.268,
          "exitPrice": 1742.242,
          "stopDistance": 6.013,
          "outcome": "target",
          "netR": 1.9385,
          "holdMinutes": 3912
        },
        {
          "entryTs": 1669109640,
          "entryUtc": "2022-11-22T09:34:00.000Z",
          "exitTs": 1669132800,
          "dir": 1,
          "entryPrice": 1746.958,
          "exitPrice": 1741.47,
          "stopDistance": 5.488,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 386
        },
        {
          "entryTs": 1669210200,
          "entryUtc": "2022-11-23T13:30:00.000Z",
          "exitTs": 1669210440,
          "dir": -1,
          "entryPrice": 1732.857,
          "exitPrice": 1738.58,
          "stopDistance": 5.723,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 4
        },
        {
          "entryTs": 1669273500,
          "entryUtc": "2022-11-24T07:05:00.000Z",
          "exitTs": 1669363200,
          "dir": 1,
          "entryPrice": 1756.618,
          "exitPrice": 1751.03,
          "stopDistance": 5.588,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 1495
        },
        {
          "entryTs": 1669623900,
          "entryUtc": "2022-11-28T08:25:00.000Z",
          "exitTs": 1669641660,
          "dir": 1,
          "entryPrice": 1755.787,
          "exitPrice": 1750.217,
          "stopDistance": 5.57,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 296
        },
        {
          "entryTs": 1669798200,
          "entryUtc": "2022-11-30T08:50:00.000Z",
          "exitTs": 1669816680,
          "dir": 1,
          "entryPrice": 1758.898,
          "exitPrice": 1754.017,
          "stopDistance": 4.88,
          "outcome": "stop",
          "netR": -1.0861,
          "holdMinutes": 308
        },
        {
          "entryTs": 1669872600,
          "entryUtc": "2022-12-01T05:30:00.000Z",
          "exitTs": 1669903740,
          "dir": 1,
          "entryPrice": 1779.898,
          "exitPrice": 1794.841,
          "stopDistance": 7.471,
          "outcome": "target",
          "netR": 1.9505,
          "holdMinutes": 519
        },
        {
          "entryTs": 1670202180,
          "entryUtc": "2022-12-05T01:03:00.000Z",
          "exitTs": 1670231280,
          "dir": 1,
          "entryPrice": 1802.898,
          "exitPrice": 1795.951,
          "stopDistance": 6.947,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 485
        },
        {
          "entryTs": 1670235720,
          "entryUtc": "2022-12-05T10:22:00.000Z",
          "exitTs": 1670252400,
          "dir": -1,
          "entryPrice": 1794.207,
          "exitPrice": 1780.997,
          "stopDistance": 6.605,
          "outcome": "target",
          "netR": 1.944,
          "holdMinutes": 278
        },
        {
          "entryTs": 1670423580,
          "entryUtc": "2022-12-07T14:33:00.000Z",
          "exitTs": 1670511420,
          "dir": 1,
          "entryPrice": 1780.728,
          "exitPrice": 1792.411,
          "stopDistance": 5.841,
          "outcome": "target",
          "netR": 1.9367,
          "holdMinutes": 1464
        },
        {
          "entryTs": 1670563320,
          "entryUtc": "2022-12-09T05:22:00.000Z",
          "exitTs": 1670571540,
          "dir": 1,
          "entryPrice": 1797.388,
          "exitPrice": 1792.274,
          "stopDistance": 5.114,
          "outcome": "stop",
          "netR": -1.0821,
          "holdMinutes": 137
        },
        {
          "entryTs": 1670811420,
          "entryUtc": "2022-12-12T02:17:00.000Z",
          "exitTs": 1670938200,
          "dir": -1,
          "entryPrice": 1788.768,
          "exitPrice": 1795.445,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 2113
        },
        {
          "entryTs": 1671090480,
          "entryUtc": "2022-12-15T07:48:00.000Z",
          "exitTs": 1671093000,
          "dir": -1,
          "entryPrice": 1789.505,
          "exitPrice": 1776.162,
          "stopDistance": 6.671,
          "outcome": "target",
          "netR": 1.9445,
          "holdMinutes": 42
        },
        {
          "entryTs": 1671410520,
          "entryUtc": "2022-12-19T00:42:00.000Z",
          "exitTs": 1671464760,
          "dir": 1,
          "entryPrice": 1794.198,
          "exitPrice": 1787.937,
          "stopDistance": 6.261,
          "outcome": "stop",
          "netR": -1.0671,
          "holdMinutes": 904
        },
        {
          "entryTs": 1671525600,
          "entryUtc": "2022-12-20T08:40:00.000Z",
          "exitTs": 1671547740,
          "dir": 1,
          "entryPrice": 1798.637,
          "exitPrice": 1810.127,
          "stopDistance": 5.745,
          "outcome": "target",
          "netR": 1.9356,
          "holdMinutes": 369
        },
        {
          "entryTs": 1671636780,
          "entryUtc": "2022-12-21T15:33:00.000Z",
          "exitTs": 1671639360,
          "dir": 1,
          "entryPrice": 1821.035,
          "exitPrice": 1815.561,
          "stopDistance": 5.474,
          "outcome": "stop",
          "netR": -1.0767,
          "holdMinutes": 43
        },
        {
          "entryTs": 1671716160,
          "entryUtc": "2022-12-22T13:36:00.000Z",
          "exitTs": 1671719280,
          "dir": -1,
          "entryPrice": 1811.705,
          "exitPrice": 1802.116,
          "stopDistance": 4.794,
          "outcome": "target",
          "netR": 1.9228,
          "holdMinutes": 52
        },
        {
          "entryTs": 1672097640,
          "entryUtc": "2022-12-26T23:34:00.000Z",
          "exitTs": 1672153680,
          "dir": 1,
          "entryPrice": 1803.095,
          "exitPrice": 1813.682,
          "stopDistance": 5.293,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 934
        },
        {
          "entryTs": 1672218000,
          "entryUtc": "2022-12-28T09:00:00.000Z",
          "exitTs": 1672238880,
          "dir": -1,
          "entryPrice": 1802.188,
          "exitPrice": 1808.479,
          "stopDistance": 6.291,
          "outcome": "stop",
          "netR": -1.0668,
          "holdMinutes": 348
        },
        {
          "entryTs": 1672321380,
          "entryUtc": "2022-12-29T13:43:00.000Z",
          "exitTs": 1672409040,
          "dir": 1,
          "entryPrice": 1811.967,
          "exitPrice": 1822.521,
          "stopDistance": 5.277,
          "outcome": "target",
          "netR": 1.9299,
          "holdMinutes": 1461
        },
        {
          "entryTs": 1672700400,
          "entryUtc": "2023-01-02T23:00:00.000Z",
          "exitTs": 1672714200,
          "dir": 1,
          "entryPrice": 1826.837,
          "exitPrice": 1839.074,
          "stopDistance": 6.119,
          "outcome": "target",
          "netR": 1.9395,
          "holdMinutes": 230
        },
        {
          "entryTs": 1672726560,
          "entryUtc": "2023-01-03T06:16:00.000Z",
          "exitTs": 1672735560,
          "dir": 1,
          "entryPrice": 1843.055,
          "exitPrice": 1836.284,
          "stopDistance": 6.771,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 150
        },
        {
          "entryTs": 1672816260,
          "entryUtc": "2023-01-04T07:11:00.000Z",
          "exitTs": 1672820520,
          "dir": 1,
          "entryPrice": 1849.865,
          "exitPrice": 1863.102,
          "stopDistance": 6.619,
          "outcome": "target",
          "netR": 1.9441,
          "holdMinutes": 71
        },
        {
          "entryTs": 1672908240,
          "entryUtc": "2023-01-05T08:44:00.000Z",
          "exitTs": 1672931820,
          "dir": -1,
          "entryPrice": 1844.605,
          "exitPrice": 1829.803,
          "stopDistance": 7.401,
          "outcome": "target",
          "netR": 1.95,
          "holdMinutes": 393
        },
        {
          "entryTs": 1673017500,
          "entryUtc": "2023-01-06T15:05:00.000Z",
          "exitTs": 1673228220,
          "dir": 1,
          "entryPrice": 1855.595,
          "exitPrice": 1872.425,
          "stopDistance": 8.415,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 3512
        },
        {
          "entryTs": 1673244840,
          "entryUtc": "2023-01-09T06:14:00.000Z",
          "exitTs": 1673255340,
          "dir": 1,
          "entryPrice": 1879.365,
          "exitPrice": 1872.004,
          "stopDistance": 7.361,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 175
        },
        {
          "entryTs": 1673415120,
          "entryUtc": "2023-01-11T05:32:00.000Z",
          "exitTs": 1673447760,
          "dir": 1,
          "entryPrice": 1880.635,
          "exitPrice": 1875.068,
          "stopDistance": 5.567,
          "outcome": "stop",
          "netR": -1.0754,
          "holdMinutes": 544
        },
        {
          "entryTs": 1673526060,
          "entryUtc": "2023-01-12T12:21:00.000Z",
          "exitTs": 1673530200,
          "dir": 1,
          "entryPrice": 1886.548,
          "exitPrice": 1881.598,
          "stopDistance": 4.95,
          "outcome": "stop",
          "netR": -1.0848,
          "holdMinutes": 69
        },
        {
          "entryTs": 1673597220,
          "entryUtc": "2023-01-13T08:07:00.000Z",
          "exitTs": 1673613000,
          "dir": 1,
          "entryPrice": 1901.475,
          "exitPrice": 1894.258,
          "stopDistance": 7.217,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 263
        },
        {
          "entryTs": 1673823840,
          "entryUtc": "2023-01-15T23:04:00.000Z",
          "exitTs": 1673851500,
          "dir": 1,
          "entryPrice": 1921.798,
          "exitPrice": 1913.56,
          "stopDistance": 8.238,
          "outcome": "stop",
          "netR": -1.051,
          "holdMinutes": 461
        },
        {
          "entryTs": 1673938200,
          "entryUtc": "2023-01-17T06:50:00.000Z",
          "exitTs": 1673964660,
          "dir": -1,
          "entryPrice": 1907.987,
          "exitPrice": 1914.334,
          "stopDistance": 6.347,
          "outcome": "stop",
          "netR": -1.0662,
          "holdMinutes": 441
        },
        {
          "entryTs": 1674019020,
          "entryUtc": "2023-01-18T05:17:00.000Z",
          "exitTs": 1674023100,
          "dir": -1,
          "entryPrice": 1897.228,
          "exitPrice": 1903.963,
          "stopDistance": 6.735,
          "outcome": "stop",
          "netR": -1.0624,
          "holdMinutes": 68
        },
        {
          "entryTs": 1674156240,
          "entryUtc": "2023-01-19T19:24:00.000Z",
          "exitTs": 1674482820,
          "dir": 1,
          "entryPrice": 1925.798,
          "exitPrice": 1918.439,
          "stopDistance": 7.359,
          "outcome": "stop",
          "netR": -1.0571,
          "holdMinutes": 5443
        },
        {
          "entryTs": 1674541800,
          "entryUtc": "2023-01-24T06:30:00.000Z",
          "exitTs": 1674568440,
          "dir": 1,
          "entryPrice": 1936.985,
          "exitPrice": 1930.735,
          "stopDistance": 6.25,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 444
        },
        {
          "entryTs": 1674676500,
          "entryUtc": "2023-01-25T19:55:00.000Z",
          "exitTs": 1674732720,
          "dir": 1,
          "entryPrice": 1942.348,
          "exitPrice": 1933.775,
          "stopDistance": 8.573,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 937
        },
        {
          "entryTs": 1674750240,
          "entryUtc": "2023-01-26T16:24:00.000Z",
          "exitTs": 1674752820,
          "dir": -1,
          "entryPrice": 1919.697,
          "exitPrice": 1928.63,
          "stopDistance": 8.933,
          "outcome": "stop",
          "netR": -1.047,
          "holdMinutes": 43
        },
        {
          "entryTs": 1674834480,
          "entryUtc": "2023-01-27T15:48:00.000Z",
          "exitTs": 1674835440,
          "dir": -1,
          "entryPrice": 1918.627,
          "exitPrice": 1926.064,
          "stopDistance": 7.437,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 16
        },
        {
          "entryTs": 1675064700,
          "entryUtc": "2023-01-30T07:45:00.000Z",
          "exitTs": 1675152600,
          "dir": -1,
          "entryPrice": 1924.227,
          "exitPrice": 1910.584,
          "stopDistance": 6.821,
          "outcome": "target",
          "netR": 1.9458,
          "holdMinutes": 1465
        },
        {
          "entryTs": 1675253100,
          "entryUtc": "2023-02-01T12:05:00.000Z",
          "exitTs": 1675263600,
          "dir": 1,
          "entryPrice": 1930.998,
          "exitPrice": 1925.413,
          "stopDistance": 5.585,
          "outcome": "stop",
          "netR": -1.0752,
          "holdMinutes": 175
        },
        {
          "entryTs": 1675321680,
          "entryUtc": "2023-02-02T07:08:00.000Z",
          "exitTs": 1675345200,
          "dir": 1,
          "entryPrice": 1957.138,
          "exitPrice": 1949.532,
          "stopDistance": 7.606,
          "outcome": "stop",
          "netR": -1.0552,
          "holdMinutes": 392
        },
        {
          "entryTs": 1675409700,
          "entryUtc": "2023-02-03T07:35:00.000Z",
          "exitTs": 1675431240,
          "dir": -1,
          "entryPrice": 1911.225,
          "exitPrice": 1896.541,
          "stopDistance": 7.342,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 359
        },
        {
          "entryTs": 1675638000,
          "entryUtc": "2023-02-05T23:00:00.000Z",
          "exitTs": 1675647180,
          "dir": -1,
          "entryPrice": 1861.255,
          "exitPrice": 1871.043,
          "stopDistance": 9.788,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 153
        },
        {
          "entryTs": 1675659720,
          "entryUtc": "2023-02-06T05:02:00.000Z",
          "exitTs": 1675683480,
          "dir": 1,
          "entryPrice": 1878.505,
          "exitPrice": 1869.121,
          "stopDistance": 9.384,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 396
        },
        {
          "entryTs": 1675791900,
          "entryUtc": "2023-02-07T17:45:00.000Z",
          "exitTs": 1675793760,
          "dir": 1,
          "entryPrice": 1881.198,
          "exitPrice": 1873.266,
          "stopDistance": 7.932,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 31
        },
        {
          "entryTs": 1675843080,
          "entryUtc": "2023-02-08T07:58:00.000Z",
          "exitTs": 1675861860,
          "dir": 1,
          "entryPrice": 1884.348,
          "exitPrice": 1876.929,
          "stopDistance": 7.419,
          "outcome": "stop",
          "netR": -1.0566,
          "holdMinutes": 313
        },
        {
          "entryTs": 1675950720,
          "entryUtc": "2023-02-09T13:52:00.000Z",
          "exitTs": 1675954680,
          "dir": 1,
          "entryPrice": 1886.345,
          "exitPrice": 1879.742,
          "stopDistance": 6.603,
          "outcome": "stop",
          "netR": -1.0636,
          "holdMinutes": 66
        },
        {
          "entryTs": 1676005200,
          "entryUtc": "2023-02-10T05:00:00.000Z",
          "exitTs": 1676009160,
          "dir": -1,
          "entryPrice": 1853.688,
          "exitPrice": 1861.569,
          "stopDistance": 7.881,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 66
        },
        {
          "entryTs": 1676264400,
          "entryUtc": "2023-02-13T05:00:00.000Z",
          "exitTs": 1676269920,
          "dir": -1,
          "entryPrice": 1857.635,
          "exitPrice": 1864.22,
          "stopDistance": 6.585,
          "outcome": "stop",
          "netR": -1.0638,
          "holdMinutes": 92
        },
        {
          "entryTs": 1676381400,
          "entryUtc": "2023-02-14T13:30:00.000Z",
          "exitTs": 1676381400,
          "dir": -1,
          "entryPrice": 1850.325,
          "exitPrice": 1856.534,
          "stopDistance": 6.209,
          "outcome": "stop",
          "netR": -1.0676,
          "holdMinutes": 0
        },
        {
          "entryTs": 1676442660,
          "entryUtc": "2023-02-15T06:31:00.000Z",
          "exitTs": 1676599260,
          "dir": -1,
          "entryPrice": 1843.165,
          "exitPrice": 1826.826,
          "stopDistance": 8.17,
          "outcome": "target",
          "netR": 1.9547,
          "holdMinutes": 2610
        },
        {
          "entryTs": 1676615400,
          "entryUtc": "2023-02-17T06:30:00.000Z",
          "exitTs": 1676646180,
          "dir": -1,
          "entryPrice": 1823.715,
          "exitPrice": 1830.823,
          "stopDistance": 7.108,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 513
        },
        {
          "entryTs": 1676865900,
          "entryUtc": "2023-02-20T04:05:00.000Z",
          "exitTs": 1676951040,
          "dir": 1,
          "entryPrice": 1843.505,
          "exitPrice": 1837.328,
          "stopDistance": 6.177,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 1419
        },
        {
          "entryTs": 1676962920,
          "entryUtc": "2023-02-21T07:02:00.000Z",
          "exitTs": 1676989560,
          "dir": -1,
          "entryPrice": 1837.015,
          "exitPrice": 1841.396,
          "stopDistance": 4.381,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 444
        },
        {
          "entryTs": 1677069120,
          "entryUtc": "2023-02-22T12:32:00.000Z",
          "exitTs": 1677071520,
          "dir": 1,
          "entryPrice": 1843.738,
          "exitPrice": 1838.038,
          "stopDistance": 5.7,
          "outcome": "stop",
          "netR": -1.0737,
          "holdMinutes": 40
        },
        {
          "entryTs": 1677159000,
          "entryUtc": "2023-02-23T13:30:00.000Z",
          "exitTs": 1677161880,
          "dir": -1,
          "entryPrice": 1823.045,
          "exitPrice": 1828.714,
          "stopDistance": 5.669,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 48
        },
        {
          "entryTs": 1677238920,
          "entryUtc": "2023-02-24T11:42:00.000Z",
          "exitTs": 1677469260,
          "dir": -1,
          "entryPrice": 1817.395,
          "exitPrice": 1806.627,
          "stopDistance": 5.384,
          "outcome": "target",
          "netR": 1.9313,
          "holdMinutes": 3839
        },
        {
          "entryTs": 1677505080,
          "entryUtc": "2023-02-27T13:38:00.000Z",
          "exitTs": 1677571320,
          "dir": 1,
          "entryPrice": 1814.045,
          "exitPrice": 1808.967,
          "stopDistance": 5.078,
          "outcome": "stop",
          "netR": -1.0827,
          "holdMinutes": 1104
        },
        {
          "entryTs": 1677571980,
          "entryUtc": "2023-02-28T08:13:00.000Z",
          "exitTs": 1677574440,
          "dir": -1,
          "entryPrice": 1807.065,
          "exitPrice": 1811.982,
          "stopDistance": 4.917,
          "outcome": "stop",
          "netR": -1.0854,
          "holdMinutes": 41
        },
        {
          "entryTs": 1677647700,
          "entryUtc": "2023-03-01T05:15:00.000Z",
          "exitTs": 1677682140,
          "dir": 1,
          "entryPrice": 1831.585,
          "exitPrice": 1842.163,
          "stopDistance": 5.289,
          "outcome": "target",
          "netR": 1.93,
          "holdMinutes": 574
        },
        {
          "entryTs": 1677824220,
          "entryUtc": "2023-03-03T06:17:00.000Z",
          "exitTs": 1677871800,
          "dir": 1,
          "entryPrice": 1841.435,
          "exitPrice": 1850.941,
          "stopDistance": 4.753,
          "outcome": "target",
          "netR": 1.9222,
          "holdMinutes": 793
        },
        {
          "entryTs": 1678087380,
          "entryUtc": "2023-03-06T07:23:00.000Z",
          "exitTs": 1678095000,
          "dir": 1,
          "entryPrice": 1856.375,
          "exitPrice": 1851.489,
          "stopDistance": 4.886,
          "outcome": "stop",
          "netR": -1.086,
          "holdMinutes": 127
        },
        {
          "entryTs": 1678182600,
          "entryUtc": "2023-03-07T09:50:00.000Z",
          "exitTs": 1678195680,
          "dir": -1,
          "entryPrice": 1844.045,
          "exitPrice": 1834.65,
          "stopDistance": 4.698,
          "outcome": "target",
          "netR": 1.9212,
          "holdMinutes": 218
        },
        {
          "entryTs": 1678370340,
          "entryUtc": "2023-03-09T13:59:00.000Z",
          "exitTs": 1678374240,
          "dir": 1,
          "entryPrice": 1824.185,
          "exitPrice": 1832.854,
          "stopDistance": 4.335,
          "outcome": "target",
          "netR": 1.9146,
          "holdMinutes": 65
        },
        {
          "entryTs": 1678435260,
          "entryUtc": "2023-03-10T08:01:00.000Z",
          "exitTs": 1678457580,
          "dir": 1,
          "entryPrice": 1835.565,
          "exitPrice": 1846.272,
          "stopDistance": 5.353,
          "outcome": "target",
          "netR": 1.9309,
          "holdMinutes": 372
        },
        {
          "entryTs": 1678658400,
          "entryUtc": "2023-03-12T22:00:00.000Z",
          "exitTs": 1678658880,
          "dir": 1,
          "entryPrice": 1872.398,
          "exitPrice": 1890.624,
          "stopDistance": 9.113,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 8
        },
        {
          "entryTs": 1678691040,
          "entryUtc": "2023-03-13T07:04:00.000Z",
          "exitTs": 1678697460,
          "dir": -1,
          "entryPrice": 1872.058,
          "exitPrice": 1883.57,
          "stopDistance": 11.512,
          "outcome": "stop",
          "netR": -1.0365,
          "holdMinutes": 107
        },
        {
          "entryTs": 1678867260,
          "entryUtc": "2023-03-15T08:01:00.000Z",
          "exitTs": 1678874700,
          "dir": -1,
          "entryPrice": 1895.228,
          "exitPrice": 1902.25,
          "stopDistance": 7.022,
          "outcome": "stop",
          "netR": -1.0598,
          "holdMinutes": 124
        },
        {
          "entryTs": 1679036160,
          "entryUtc": "2023-03-17T06:56:00.000Z",
          "exitTs": 1679058600,
          "dir": 1,
          "entryPrice": 1933.385,
          "exitPrice": 1949.27,
          "stopDistance": 7.942,
          "outcome": "target",
          "netR": 1.9534,
          "holdMinutes": 374
        },
        {
          "entryTs": 1679263260,
          "entryUtc": "2023-03-19T22:01:00.000Z",
          "exitTs": 1679265420,
          "dir": 1,
          "entryPrice": 1988.998,
          "exitPrice": 1976.144,
          "stopDistance": 12.854,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 36
        },
        {
          "entryTs": 1679292060,
          "entryUtc": "2023-03-20T06:01:00.000Z",
          "exitTs": 1679308440,
          "dir": 1,
          "entryPrice": 1990.548,
          "exitPrice": 1978.771,
          "stopDistance": 11.777,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 273
        },
        {
          "entryTs": 1679385960,
          "entryUtc": "2023-03-21T08:06:00.000Z",
          "exitTs": 1679412960,
          "dir": -1,
          "entryPrice": 1965.748,
          "exitPrice": 1944.927,
          "stopDistance": 10.411,
          "outcome": "target",
          "netR": 1.9645,
          "holdMinutes": 450
        },
        {
          "entryTs": 1679470020,
          "entryUtc": "2023-03-22T07:27:00.000Z",
          "exitTs": 1679472720,
          "dir": -1,
          "entryPrice": 1935.194,
          "exitPrice": 1943.008,
          "stopDistance": 7.814,
          "outcome": "stop",
          "netR": -1.0538,
          "holdMinutes": 45
        },
        {
          "entryTs": 1679549400,
          "entryUtc": "2023-03-23T05:30:00.000Z",
          "exitTs": 1679575320,
          "dir": 1,
          "entryPrice": 1978.705,
          "exitPrice": 1967.977,
          "stopDistance": 10.728,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 432
        },
        {
          "entryTs": 1679868300,
          "entryUtc": "2023-03-26T22:05:00.000Z",
          "exitTs": 1679911440,
          "dir": -1,
          "entryPrice": 1975.085,
          "exitPrice": 1953.592,
          "stopDistance": 10.747,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 719
        },
        {
          "entryTs": 1680179160,
          "entryUtc": "2023-03-30T12:26:00.000Z",
          "exitTs": 1680182880,
          "dir": 1,
          "entryPrice": 1971.605,
          "exitPrice": 1965.592,
          "stopDistance": 6.013,
          "outcome": "stop",
          "netR": -1.0698,
          "holdMinutes": 62
        },
        {
          "entryTs": 1680245880,
          "entryUtc": "2023-03-31T06:58:00.000Z",
          "exitTs": 1680247320,
          "dir": 1,
          "entryPrice": 1984.195,
          "exitPrice": 1978.901,
          "stopDistance": 5.294,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 24
        },
        {
          "entryTs": 1680472800,
          "entryUtc": "2023-04-02T22:00:00.000Z",
          "exitTs": 1680491580,
          "dir": -1,
          "entryPrice": 1966.754,
          "exitPrice": 1951.57,
          "stopDistance": 7.592,
          "outcome": "target",
          "netR": 1.9513,
          "holdMinutes": 313
        },
        {
          "entryTs": 1680519540,
          "entryUtc": "2023-04-03T10:59:00.000Z",
          "exitTs": 1680532380,
          "dir": 1,
          "entryPrice": 1972.298,
          "exitPrice": 1988.738,
          "stopDistance": 8.22,
          "outcome": "target",
          "netR": 1.955,
          "holdMinutes": 214
        },
        {
          "entryTs": 1680615720,
          "entryUtc": "2023-04-04T13:42:00.000Z",
          "exitTs": 1680617040,
          "dir": 1,
          "entryPrice": 1990.365,
          "exitPrice": 2003.309,
          "stopDistance": 6.472,
          "outcome": "target",
          "netR": 1.9428,
          "holdMinutes": 22
        },
        {
          "entryTs": 1680675720,
          "entryUtc": "2023-04-05T06:22:00.000Z",
          "exitTs": 1680705120,
          "dir": 1,
          "entryPrice": 2025.235,
          "exitPrice": 2018.747,
          "stopDistance": 6.488,
          "outcome": "stop",
          "netR": -1.0647,
          "holdMinutes": 490
        },
        {
          "entryTs": 1680788520,
          "entryUtc": "2023-04-06T13:42:00.000Z",
          "exitTs": 1681077600,
          "dir": -1,
          "entryPrice": 2007.915,
          "exitPrice": 1993.853,
          "stopDistance": 7.031,
          "outcome": "target",
          "netR": 1.9474,
          "holdMinutes": 4818
        },
        {
          "entryTs": 1681131600,
          "entryUtc": "2023-04-10T13:00:00.000Z",
          "exitTs": 1681179900,
          "dir": -1,
          "entryPrice": 1988.808,
          "exitPrice": 1996.623,
          "stopDistance": 7.815,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 805
        },
        {
          "entryTs": 1681198560,
          "entryUtc": "2023-04-11T07:36:00.000Z",
          "exitTs": 1681218600,
          "dir": 1,
          "entryPrice": 2002.875,
          "exitPrice": 1996.917,
          "stopDistance": 5.958,
          "outcome": "stop",
          "netR": -1.0705,
          "holdMinutes": 334
        },
        {
          "entryTs": 1681274400,
          "entryUtc": "2023-04-12T04:40:00.000Z",
          "exitTs": 1681284420,
          "dir": 1,
          "entryPrice": 2019.315,
          "exitPrice": 2013.09,
          "stopDistance": 6.225,
          "outcome": "stop",
          "netR": -1.0675,
          "holdMinutes": 167
        },
        {
          "entryTs": 1681374000,
          "entryUtc": "2023-04-13T08:20:00.000Z",
          "exitTs": 1681390440,
          "dir": 1,
          "entryPrice": 2028.235,
          "exitPrice": 2042.799,
          "stopDistance": 7.282,
          "outcome": "target",
          "netR": 1.9492,
          "holdMinutes": 274
        },
        {
          "entryTs": 1681481160,
          "entryUtc": "2023-04-14T14:06:00.000Z",
          "exitTs": 1681484520,
          "dir": -1,
          "entryPrice": 2015.158,
          "exitPrice": 1996.279,
          "stopDistance": 9.439,
          "outcome": "target",
          "netR": 1.9608,
          "holdMinutes": 56
        },
        {
          "entryTs": 1681709400,
          "entryUtc": "2023-04-17T05:30:00.000Z",
          "exitTs": 1681736760,
          "dir": 1,
          "entryPrice": 2006.198,
          "exitPrice": 1997.871,
          "stopDistance": 8.327,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 456
        },
        {
          "entryTs": 1681885020,
          "entryUtc": "2023-04-19T06:17:00.000Z",
          "exitTs": 1681893660,
          "dir": -1,
          "entryPrice": 1991.195,
          "exitPrice": 1979.368,
          "stopDistance": 5.913,
          "outcome": "target",
          "netR": 1.9374,
          "holdMinutes": 144
        },
        {
          "entryTs": 1681986540,
          "entryUtc": "2023-04-20T10:29:00.000Z",
          "exitTs": 1682055120,
          "dir": 1,
          "entryPrice": 2004.365,
          "exitPrice": 1996.997,
          "stopDistance": 7.368,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 1143
        },
        {
          "entryTs": 1682058480,
          "entryUtc": "2023-04-21T06:28:00.000Z",
          "exitTs": 1682085000,
          "dir": -1,
          "entryPrice": 1991.275,
          "exitPrice": 1978.079,
          "stopDistance": 6.598,
          "outcome": "target",
          "netR": 1.9439,
          "holdMinutes": 442
        },
        {
          "entryTs": 1682311140,
          "entryUtc": "2023-04-24T04:39:00.000Z",
          "exitTs": 1682328000,
          "dir": -1,
          "entryPrice": 1978.325,
          "exitPrice": 1986.206,
          "stopDistance": 7.881,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 281
        },
        {
          "entryTs": 1682446080,
          "entryUtc": "2023-04-25T18:08:00.000Z",
          "exitTs": 1682509380,
          "dir": 1,
          "entryPrice": 2000.865,
          "exitPrice": 1991.559,
          "stopDistance": 9.306,
          "outcome": "stop",
          "netR": -1.0451,
          "holdMinutes": 1055
        },
        {
          "entryTs": 1682515320,
          "entryUtc": "2023-04-26T13:22:00.000Z",
          "exitTs": 1682521800,
          "dir": 1,
          "entryPrice": 2003.798,
          "exitPrice": 1996.285,
          "stopDistance": 7.513,
          "outcome": "stop",
          "netR": -1.0559,
          "holdMinutes": 108
        },
        {
          "entryTs": 1682599440,
          "entryUtc": "2023-04-27T12:44:00.000Z",
          "exitTs": 1682616120,
          "dir": -1,
          "entryPrice": 1983.198,
          "exitPrice": 1990.118,
          "stopDistance": 6.92,
          "outcome": "stop",
          "netR": -1.0607,
          "holdMinutes": 278
        },
        {
          "entryTs": 1682918460,
          "entryUtc": "2023-05-01T05:21:00.000Z",
          "exitTs": 1682935800,
          "dir": -1,
          "entryPrice": 1980.515,
          "exitPrice": 1986.69,
          "stopDistance": 6.175,
          "outcome": "stop",
          "netR": -1.068,
          "holdMinutes": 289
        },
        {
          "entryTs": 1683037920,
          "entryUtc": "2023-05-02T14:32:00.000Z",
          "exitTs": 1683043740,
          "dir": 1,
          "entryPrice": 2005.848,
          "exitPrice": 2018.118,
          "stopDistance": 6.135,
          "outcome": "target",
          "netR": 1.9397,
          "holdMinutes": 97
        },
        {
          "entryTs": 1683086820,
          "entryUtc": "2023-05-03T04:07:00.000Z",
          "exitTs": 1683099720,
          "dir": 1,
          "entryPrice": 2019.248,
          "exitPrice": 2013.064,
          "stopDistance": 6.184,
          "outcome": "stop",
          "netR": -1.0679,
          "holdMinutes": 215
        },
        {
          "entryTs": 1683289800,
          "entryUtc": "2023-05-05T12:30:00.000Z",
          "exitTs": 1683290400,
          "dir": -1,
          "entryPrice": 2030.214,
          "exitPrice": 2014.832,
          "stopDistance": 7.691,
          "outcome": "target",
          "netR": 1.9519,
          "holdMinutes": 10
        },
        {
          "entryTs": 1683519360,
          "entryUtc": "2023-05-08T04:16:00.000Z",
          "exitTs": 1683721860,
          "dir": 1,
          "entryPrice": 2023.924,
          "exitPrice": 2040.503,
          "stopDistance": 8.289,
          "outcome": "target",
          "netR": 1.9554,
          "holdMinutes": 3375
        },
        {
          "entryTs": 1683812760,
          "entryUtc": "2023-05-11T13:46:00.000Z",
          "exitTs": 1683884040,
          "dir": -1,
          "entryPrice": 2021.434,
          "exitPrice": 2005.024,
          "stopDistance": 8.205,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 1188
        },
        {
          "entryTs": 1684128840,
          "entryUtc": "2023-05-15T05:34:00.000Z",
          "exitTs": 1684148580,
          "dir": 1,
          "entryPrice": 2018.744,
          "exitPrice": 2012.304,
          "stopDistance": 6.44,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 329
        },
        {
          "entryTs": 1684217040,
          "entryUtc": "2023-05-16T06:04:00.000Z",
          "exitTs": 1684240320,
          "dir": -1,
          "entryPrice": 2011.424,
          "exitPrice": 2001.322,
          "stopDistance": 5.051,
          "outcome": "target",
          "netR": 1.9267,
          "holdMinutes": 388
        },
        {
          "entryTs": 1684314060,
          "entryUtc": "2023-05-17T09:01:00.000Z",
          "exitTs": 1684396500,
          "dir": -1,
          "entryPrice": 1985.405,
          "exitPrice": 1974.824,
          "stopDistance": 5.29,
          "outcome": "target",
          "netR": 1.9301,
          "holdMinutes": 1374
        },
        {
          "entryTs": 1684510440,
          "entryUtc": "2023-05-19T15:34:00.000Z",
          "exitTs": 1684511160,
          "dir": 1,
          "entryPrice": 1982.684,
          "exitPrice": 1976.404,
          "stopDistance": 6.28,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 12
        },
        {
          "entryTs": 1684731180,
          "entryUtc": "2023-05-22T04:53:00.000Z",
          "exitTs": 1684806240,
          "dir": -1,
          "entryPrice": 1976.195,
          "exitPrice": 1962.184,
          "stopDistance": 7.006,
          "outcome": "target",
          "netR": 1.9472,
          "holdMinutes": 1251
        },
        {
          "entryTs": 1684819980,
          "entryUtc": "2023-05-23T05:33:00.000Z",
          "exitTs": 1684847820,
          "dir": -1,
          "entryPrice": 1960.165,
          "exitPrice": 1966.443,
          "stopDistance": 6.278,
          "outcome": "stop",
          "netR": -1.0669,
          "holdMinutes": 464
        },
        {
          "entryTs": 1684901700,
          "entryUtc": "2023-05-24T04:15:00.000Z",
          "exitTs": 1684910520,
          "dir": 1,
          "entryPrice": 1977.554,
          "exitPrice": 1971.479,
          "stopDistance": 6.074,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 147
        },
        {
          "entryTs": 1684994100,
          "entryUtc": "2023-05-25T05:55:00.000Z",
          "exitTs": 1685002020,
          "dir": -1,
          "entryPrice": 1954.905,
          "exitPrice": 1961.411,
          "stopDistance": 6.506,
          "outcome": "stop",
          "netR": -1.0646,
          "holdMinutes": 132
        },
        {
          "entryTs": 1685338800,
          "entryUtc": "2023-05-29T05:40:00.000Z",
          "exitTs": 1685418600,
          "dir": 1,
          "entryPrice": 1946.255,
          "exitPrice": 1940.638,
          "stopDistance": 5.617,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 1330
        },
        {
          "entryTs": 1685419200,
          "entryUtc": "2023-05-30T04:00:00.000Z",
          "exitTs": 1685433780,
          "dir": -1,
          "entryPrice": 1939.235,
          "exitPrice": 1943.549,
          "stopDistance": 4.314,
          "outcome": "stop",
          "netR": -1.0973,
          "holdMinutes": 243
        },
        {
          "entryTs": 1685512380,
          "entryUtc": "2023-05-31T05:53:00.000Z",
          "exitTs": 1685516820,
          "dir": 1,
          "entryPrice": 1963.378,
          "exitPrice": 1957.969,
          "stopDistance": 5.409,
          "outcome": "stop",
          "netR": -1.0776,
          "holdMinutes": 74
        },
        {
          "entryTs": 1685606700,
          "entryUtc": "2023-06-01T08:05:00.000Z",
          "exitTs": 1685614680,
          "dir": -1,
          "entryPrice": 1954.825,
          "exitPrice": 1960.89,
          "stopDistance": 6.065,
          "outcome": "stop",
          "netR": -1.0692,
          "holdMinutes": 133
        },
        {
          "entryTs": 1685724480,
          "entryUtc": "2023-06-02T16:48:00.000Z",
          "exitTs": 1685965140,
          "dir": -1,
          "entryPrice": 1953.255,
          "exitPrice": 1938.256,
          "stopDistance": 7.499,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 4011
        },
        {
          "entryTs": 1686047640,
          "entryUtc": "2023-06-06T10:34:00.000Z",
          "exitTs": 1686058740,
          "dir": 1,
          "entryPrice": 1964.495,
          "exitPrice": 1958.876,
          "stopDistance": 5.619,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 185
        },
        {
          "entryTs": 1686145920,
          "entryUtc": "2023-06-07T13:52:00.000Z",
          "exitTs": 1686147780,
          "dir": 1,
          "entryPrice": 1966.688,
          "exitPrice": 1961.362,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 31
        },
        {
          "entryTs": 1686234720,
          "entryUtc": "2023-06-08T14:32:00.000Z",
          "exitTs": 1686245400,
          "dir": 1,
          "entryPrice": 1970.085,
          "exitPrice": 1962.989,
          "stopDistance": 7.096,
          "outcome": "stop",
          "netR": -1.0592,
          "holdMinutes": 178
        },
        {
          "entryTs": 1686313860,
          "entryUtc": "2023-06-09T12:31:00.000Z",
          "exitTs": 1686314280,
          "dir": 1,
          "entryPrice": 1970.398,
          "exitPrice": 1965.7,
          "stopDistance": 4.698,
          "outcome": "stop",
          "netR": -1.0894,
          "holdMinutes": 7
        },
        {
          "entryTs": 1686533340,
          "entryUtc": "2023-06-12T01:29:00.000Z",
          "exitTs": 1686551220,
          "dir": -1,
          "entryPrice": 1956.475,
          "exitPrice": 1961.513,
          "stopDistance": 5.038,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 298
        },
        {
          "entryTs": 1686659400,
          "entryUtc": "2023-06-13T12:30:00.000Z",
          "exitTs": 1686659400,
          "dir": 1,
          "entryPrice": 1966.865,
          "exitPrice": 1961.779,
          "stopDistance": 5.086,
          "outcome": "stop",
          "netR": -1.0826,
          "holdMinutes": 0
        },
        {
          "entryTs": 1686765960,
          "entryUtc": "2023-06-14T18:06:00.000Z",
          "exitTs": 1686766200,
          "dir": -1,
          "entryPrice": 1939.935,
          "exitPrice": 1946.06,
          "stopDistance": 6.125,
          "outcome": "stop",
          "netR": -1.0686,
          "holdMinutes": 4
        },
        {
          "entryTs": 1686805620,
          "entryUtc": "2023-06-15T05:07:00.000Z",
          "exitTs": 1686808620,
          "dir": -1,
          "entryPrice": 1932.305,
          "exitPrice": 1939.428,
          "stopDistance": 7.123,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 50
        },
        {
          "entryTs": 1686896520,
          "entryUtc": "2023-06-16T06:22:00.000Z",
          "exitTs": 1686925440,
          "dir": 1,
          "entryPrice": 1961.935,
          "exitPrice": 1955.634,
          "stopDistance": 6.301,
          "outcome": "stop",
          "netR": -1.0667,
          "holdMinutes": 482
        },
        {
          "entryTs": 1687156920,
          "entryUtc": "2023-06-19T06:42:00.000Z",
          "exitTs": 1687266060,
          "dir": -1,
          "entryPrice": 1953.844,
          "exitPrice": 1943.38,
          "stopDistance": 5.232,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 1819
        },
        {
          "entryTs": 1687350060,
          "entryUtc": "2023-06-21T12:21:00.000Z",
          "exitTs": 1687354800,
          "dir": -1,
          "entryPrice": 1929.705,
          "exitPrice": 1920.109,
          "stopDistance": 4.798,
          "outcome": "target",
          "netR": 1.9229,
          "holdMinutes": 79
        },
        {
          "entryTs": 1687439460,
          "entryUtc": "2023-06-22T13:11:00.000Z",
          "exitTs": 1687441500,
          "dir": -1,
          "entryPrice": 1919.075,
          "exitPrice": 1924.912,
          "stopDistance": 5.837,
          "outcome": "stop",
          "netR": -1.072,
          "holdMinutes": 34
        },
        {
          "entryTs": 1687526100,
          "entryUtc": "2023-06-23T13:15:00.000Z",
          "exitTs": 1687530180,
          "dir": 1,
          "entryPrice": 1933.005,
          "exitPrice": 1926.953,
          "stopDistance": 6.052,
          "outcome": "stop",
          "netR": -1.0694,
          "holdMinutes": 68
        },
        {
          "entryTs": 1687762020,
          "entryUtc": "2023-06-26T06:47:00.000Z",
          "exitTs": 1687764600,
          "dir": -1,
          "entryPrice": 1922.534,
          "exitPrice": 1927.801,
          "stopDistance": 5.267,
          "outcome": "stop",
          "netR": -1.0797,
          "holdMinutes": 43
        },
        {
          "entryTs": 1687864860,
          "entryUtc": "2023-06-27T11:21:00.000Z",
          "exitTs": 1687867860,
          "dir": -1,
          "entryPrice": 1920.855,
          "exitPrice": 1925.685,
          "stopDistance": 4.83,
          "outcome": "stop",
          "netR": -1.087,
          "holdMinutes": 50
        },
        {
          "entryTs": 1687934580,
          "entryUtc": "2023-06-28T06:43:00.000Z",
          "exitTs": 1688042040,
          "dir": -1,
          "entryPrice": 1910.785,
          "exitPrice": 1901.359,
          "stopDistance": 4.713,
          "outcome": "target",
          "netR": 1.9215,
          "holdMinutes": 1791
        },
        {
          "entryTs": 1688128980,
          "entryUtc": "2023-06-30T12:43:00.000Z",
          "exitTs": 1688129400,
          "dir": 1,
          "entryPrice": 1912.995,
          "exitPrice": 1908.131,
          "stopDistance": 4.864,
          "outcome": "stop",
          "netR": -1.0864,
          "holdMinutes": 7
        },
        {
          "entryTs": 1688359380,
          "entryUtc": "2023-07-03T04:43:00.000Z",
          "exitTs": 1688365080,
          "dir": 1,
          "entryPrice": 1919.565,
          "exitPrice": 1914.539,
          "stopDistance": 5.026,
          "outcome": "stop",
          "netR": -1.0836,
          "holdMinutes": 95
        },
        {
          "entryTs": 1688538000,
          "entryUtc": "2023-07-05T06:20:00.000Z",
          "exitTs": 1688542920,
          "dir": -1,
          "entryPrice": 1922.675,
          "exitPrice": 1925.881,
          "stopDistance": 3.206,
          "outcome": "stop",
          "netR": -1.131,
          "holdMinutes": 82
        },
        {
          "entryTs": 1688646000,
          "entryUtc": "2023-07-06T12:20:00.000Z",
          "exitTs": 1688647200,
          "dir": -1,
          "entryPrice": 1914.244,
          "exitPrice": 1904.58,
          "stopDistance": 4.832,
          "outcome": "target",
          "netR": 1.9234,
          "holdMinutes": 20
        },
        {
          "entryTs": 1688733000,
          "entryUtc": "2023-07-07T12:30:00.000Z",
          "exitTs": 1688733000,
          "dir": 1,
          "entryPrice": 1927.505,
          "exitPrice": 1922.899,
          "stopDistance": 4.606,
          "outcome": "stop",
          "netR": -1.0912,
          "holdMinutes": 0
        },
        {
          "entryTs": 1688963820,
          "entryUtc": "2023-07-10T04:37:00.000Z",
          "exitTs": 1689044520,
          "dir": -1,
          "entryPrice": 1922.435,
          "exitPrice": 1927.973,
          "stopDistance": 5.538,
          "outcome": "stop",
          "netR": -1.0758,
          "holdMinutes": 1345
        },
        {
          "entryTs": 1689050640,
          "entryUtc": "2023-07-11T04:44:00.000Z",
          "exitTs": 1689126120,
          "dir": 1,
          "entryPrice": 1928.905,
          "exitPrice": 1938.363,
          "stopDistance": 4.729,
          "outcome": "target",
          "netR": 1.9218,
          "holdMinutes": 1258
        },
        {
          "entryTs": 1689165000,
          "entryUtc": "2023-07-12T12:30:00.000Z",
          "exitTs": 1689165000,
          "dir": 1,
          "entryPrice": 1940.855,
          "exitPrice": 1936.536,
          "stopDistance": 4.319,
          "outcome": "stop",
          "netR": -1.0972,
          "holdMinutes": 0
        },
        {
          "entryTs": 1689223260,
          "entryUtc": "2023-07-13T04:41:00.000Z",
          "exitTs": 1689224580,
          "dir": 1,
          "entryPrice": 1961.635,
          "exitPrice": 1956.372,
          "stopDistance": 5.263,
          "outcome": "stop",
          "netR": -1.0798,
          "holdMinutes": 22
        },
        {
          "entryTs": 1689343260,
          "entryUtc": "2023-07-14T14:01:00.000Z",
          "exitTs": 1689345840,
          "dir": -1,
          "entryPrice": 1952.245,
          "exitPrice": 1957.504,
          "stopDistance": 5.259,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 43
        },
        {
          "entryTs": 1689564540,
          "entryUtc": "2023-07-17T03:29:00.000Z",
          "exitTs": 1689571980,
          "dir": -1,
          "entryPrice": 1950.875,
          "exitPrice": 1955.85,
          "stopDistance": 4.975,
          "outcome": "stop",
          "netR": -1.0844,
          "holdMinutes": 124
        },
        {
          "entryTs": 1689652980,
          "entryUtc": "2023-07-18T04:03:00.000Z",
          "exitTs": 1689678960,
          "dir": 1,
          "entryPrice": 1960.515,
          "exitPrice": 1969.654,
          "stopDistance": 4.57,
          "outcome": "target",
          "netR": 1.919,
          "holdMinutes": 433
        },
        {
          "entryTs": 1689816960,
          "entryUtc": "2023-07-20T01:36:00.000Z",
          "exitTs": 1689833820,
          "dir": 1,
          "entryPrice": 1984.195,
          "exitPrice": 1979.26,
          "stopDistance": 4.935,
          "outcome": "stop",
          "netR": -1.0851,
          "holdMinutes": 281
        },
        {
          "entryTs": 1689863820,
          "entryUtc": "2023-07-20T14:37:00.000Z",
          "exitTs": 1689951840,
          "dir": -1,
          "entryPrice": 1969.645,
          "exitPrice": 1957.4,
          "stopDistance": 6.123,
          "outcome": "target",
          "netR": 1.9396,
          "holdMinutes": 1467
        },
        {
          "entryTs": 1690171980,
          "entryUtc": "2023-07-24T04:13:00.000Z",
          "exitTs": 1690182240,
          "dir": -1,
          "entryPrice": 1959.015,
          "exitPrice": 1963.495,
          "stopDistance": 4.48,
          "outcome": "stop",
          "netR": -1.0938,
          "holdMinutes": 171
        },
        {
          "entryTs": 1690284360,
          "entryUtc": "2023-07-25T11:26:00.000Z",
          "exitTs": 1690285800,
          "dir": -1,
          "entryPrice": 1953.145,
          "exitPrice": 1957.877,
          "stopDistance": 4.732,
          "outcome": "stop",
          "netR": -1.0888,
          "holdMinutes": 24
        },
        {
          "entryTs": 1690351800,
          "entryUtc": "2023-07-26T06:10:00.000Z",
          "exitTs": 1690385160,
          "dir": 1,
          "entryPrice": 1966.125,
          "exitPrice": 1974.834,
          "stopDistance": 4.355,
          "outcome": "target",
          "netR": 1.915,
          "holdMinutes": 556
        },
        {
          "entryTs": 1690462140,
          "entryUtc": "2023-07-27T12:49:00.000Z",
          "exitTs": 1690464960,
          "dir": -1,
          "entryPrice": 1962.295,
          "exitPrice": 1950.447,
          "stopDistance": 5.924,
          "outcome": "target",
          "netR": 1.9375,
          "holdMinutes": 47
        },
        {
          "entryTs": 1690776240,
          "entryUtc": "2023-07-31T04:04:00.000Z",
          "exitTs": 1690801380,
          "dir": -1,
          "entryPrice": 1953.608,
          "exitPrice": 1958.981,
          "stopDistance": 5.373,
          "outcome": "stop",
          "netR": -1.0782,
          "holdMinutes": 419
        },
        {
          "entryTs": 1690892520,
          "entryUtc": "2023-08-01T12:22:00.000Z",
          "exitTs": 1690902900,
          "dir": -1,
          "entryPrice": 1950.655,
          "exitPrice": 1941.392,
          "stopDistance": 4.631,
          "outcome": "target",
          "netR": 1.9201,
          "holdMinutes": 173
        },
        {
          "entryTs": 1690985520,
          "entryUtc": "2023-08-02T14:12:00.000Z",
          "exitTs": 1691065500,
          "dir": -1,
          "entryPrice": 1941.118,
          "exitPrice": 1929.439,
          "stopDistance": 5.84,
          "outcome": "target",
          "netR": 1.9366,
          "holdMinutes": 1333
        },
        {
          "entryTs": 1691152200,
          "entryUtc": "2023-08-04T12:30:00.000Z",
          "exitTs": 1691152200,
          "dir": -1,
          "entryPrice": 1929.425,
          "exitPrice": 1933.764,
          "stopDistance": 4.339,
          "outcome": "stop",
          "netR": -1.0968,
          "holdMinutes": 0
        },
        {
          "entryTs": 1691380980,
          "entryUtc": "2023-08-07T04:03:00.000Z",
          "exitTs": 1691496060,
          "dir": -1,
          "entryPrice": 1938.104,
          "exitPrice": 1927.639,
          "stopDistance": 5.233,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 1918
        },
        {
          "entryTs": 1691582700,
          "entryUtc": "2023-08-09T12:05:00.000Z",
          "exitTs": 1691589900,
          "dir": -1,
          "entryPrice": 1922.655,
          "exitPrice": 1926.875,
          "stopDistance": 4.22,
          "outcome": "stop",
          "netR": -1.0995,
          "holdMinutes": 120
        },
        {
          "entryTs": 1691679240,
          "entryUtc": "2023-08-10T14:54:00.000Z",
          "exitTs": 1691682060,
          "dir": -1,
          "entryPrice": 1913.505,
          "exitPrice": 1918.83,
          "stopDistance": 5.325,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 47
        },
        {
          "entryTs": 1691964000,
          "entryUtc": "2023-08-13T22:00:00.000Z",
          "exitTs": 1692020940,
          "dir": -1,
          "entryPrice": 1912.095,
          "exitPrice": 1902.99,
          "stopDistance": 4.553,
          "outcome": "target",
          "netR": 1.9187,
          "holdMinutes": 949
        },
        {
          "entryTs": 1692095280,
          "entryUtc": "2023-08-15T10:28:00.000Z",
          "exitTs": 1692105000,
          "dir": -1,
          "entryPrice": 1902.595,
          "exitPrice": 1906.723,
          "stopDistance": 4.128,
          "outcome": "stop",
          "netR": -1.1018,
          "holdMinutes": 162
        },
        {
          "entryTs": 1692208980,
          "entryUtc": "2023-08-16T18:03:00.000Z",
          "exitTs": 1692275760,
          "dir": -1,
          "entryPrice": 1896.215,
          "exitPrice": 1900.859,
          "stopDistance": 4.644,
          "outcome": "stop",
          "netR": -1.0904,
          "holdMinutes": 1113
        },
        {
          "entryTs": 1692287820,
          "entryUtc": "2023-08-17T15:57:00.000Z",
          "exitTs": 1692321540,
          "dir": -1,
          "entryPrice": 1889.545,
          "exitPrice": 1894.675,
          "stopDistance": 5.13,
          "outcome": "stop",
          "netR": -1.0819,
          "holdMinutes": 562
        },
        {
          "entryTs": 1692581640,
          "entryUtc": "2023-08-21T01:34:00.000Z",
          "exitTs": 1692585180,
          "dir": -1,
          "entryPrice": 1886.675,
          "exitPrice": 1890.643,
          "stopDistance": 3.968,
          "outcome": "stop",
          "netR": -1.1059,
          "holdMinutes": 59
        },
        {
          "entryTs": 1692590760,
          "entryUtc": "2023-08-21T04:06:00.000Z",
          "exitTs": 1692596460,
          "dir": 1,
          "entryPrice": 1893.605,
          "exitPrice": 1888.808,
          "stopDistance": 4.797,
          "outcome": "stop",
          "netR": -1.0876,
          "holdMinutes": 95
        },
        {
          "entryTs": 1692685200,
          "entryUtc": "2023-08-22T06:20:00.000Z",
          "exitTs": 1692710760,
          "dir": 1,
          "entryPrice": 1898.665,
          "exitPrice": 1894.355,
          "stopDistance": 4.31,
          "outcome": "stop",
          "netR": -1.0975,
          "holdMinutes": 426
        },
        {
          "entryTs": 1692772980,
          "entryUtc": "2023-08-23T06:43:00.000Z",
          "exitTs": 1692798300,
          "dir": 1,
          "entryPrice": 1904.405,
          "exitPrice": 1912.207,
          "stopDistance": 3.901,
          "outcome": "target",
          "netR": 1.9051,
          "holdMinutes": 422
        },
        {
          "entryTs": 1692850860,
          "entryUtc": "2023-08-24T04:21:00.000Z",
          "exitTs": 1692877920,
          "dir": 1,
          "entryPrice": 1921.535,
          "exitPrice": 1917.351,
          "stopDistance": 4.184,
          "outcome": "stop",
          "netR": -1.1004,
          "holdMinutes": 451
        },
        {
          "entryTs": 1692972120,
          "entryUtc": "2023-08-25T14:02:00.000Z",
          "exitTs": 1692972120,
          "dir": -1,
          "entryPrice": 1911.655,
          "exitPrice": 1915.61,
          "stopDistance": 3.955,
          "outcome": "stop",
          "netR": -1.1062,
          "holdMinutes": 0
        },
        {
          "entryTs": 1693200720,
          "entryUtc": "2023-08-28T05:32:00.000Z",
          "exitTs": 1693229640,
          "dir": 1,
          "entryPrice": 1917.385,
          "exitPrice": 1913.123,
          "stopDistance": 4.262,
          "outcome": "stop",
          "netR": -1.0986,
          "holdMinutes": 482
        },
        {
          "entryTs": 1693317600,
          "entryUtc": "2023-08-29T14:00:00.000Z",
          "exitTs": 1693317600,
          "dir": 1,
          "entryPrice": 1925.955,
          "exitPrice": 1921.653,
          "stopDistance": 4.302,
          "outcome": "stop",
          "netR": -1.0976,
          "holdMinutes": 0
        },
        {
          "entryTs": 1693387620,
          "entryUtc": "2023-08-30T09:27:00.000Z",
          "exitTs": 1693398600,
          "dir": 1,
          "entryPrice": 1938.095,
          "exitPrice": 1944.842,
          "stopDistance": 3.374,
          "outcome": "target",
          "netR": 1.8903,
          "holdMinutes": 183
        },
        {
          "entryTs": 1693541220,
          "entryUtc": "2023-09-01T04:07:00.000Z",
          "exitTs": 1693552980,
          "dir": -1,
          "entryPrice": 1938.625,
          "exitPrice": 1942.273,
          "stopDistance": 3.648,
          "outcome": "stop",
          "netR": -1.1151,
          "holdMinutes": 196
        },
        {
          "entryTs": 1693808340,
          "entryUtc": "2023-09-04T06:19:00.000Z",
          "exitTs": 1693819560,
          "dir": 1,
          "entryPrice": 1946.025,
          "exitPrice": 1942.181,
          "stopDistance": 3.844,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 187
        },
        {
          "entryTs": 1693901040,
          "entryUtc": "2023-09-05T08:04:00.000Z",
          "exitTs": 1693916400,
          "dir": -1,
          "entryPrice": 1934.845,
          "exitPrice": 1928.781,
          "stopDistance": 3.032,
          "outcome": "target",
          "netR": 1.878,
          "holdMinutes": 256
        },
        {
          "entryTs": 1693985040,
          "entryUtc": "2023-09-06T07:24:00.000Z",
          "exitTs": 1693995000,
          "dir": -1,
          "entryPrice": 1924.098,
          "exitPrice": 1927.159,
          "stopDistance": 3.061,
          "outcome": "stop",
          "netR": -1.1372,
          "holdMinutes": 166
        },
        {
          "entryTs": 1694153400,
          "entryUtc": "2023-09-08T06:10:00.000Z",
          "exitTs": 1694160960,
          "dir": 1,
          "entryPrice": 1927.135,
          "exitPrice": 1923.533,
          "stopDistance": 3.602,
          "outcome": "stop",
          "netR": -1.1166,
          "holdMinutes": 126
        },
        {
          "entryTs": 1694387040,
          "entryUtc": "2023-09-10T23:04:00.000Z",
          "exitTs": 1694396040,
          "dir": -1,
          "entryPrice": 1917.225,
          "exitPrice": 1921.377,
          "stopDistance": 4.152,
          "outcome": "stop",
          "netR": -1.1012,
          "holdMinutes": 150
        },
        {
          "entryTs": 1694406780,
          "entryUtc": "2023-09-11T04:33:00.000Z",
          "exitTs": 1694497920,
          "dir": 1,
          "entryPrice": 1924.055,
          "exitPrice": 1920.079,
          "stopDistance": 3.976,
          "outcome": "stop",
          "netR": -1.1056,
          "holdMinutes": 1519
        },
        {
          "entryTs": 1694608200,
          "entryUtc": "2023-09-13T12:30:00.000Z",
          "exitTs": 1694608200,
          "dir": -1,
          "entryPrice": 1907.478,
          "exitPrice": 1910.885,
          "stopDistance": 3.407,
          "outcome": "stop",
          "netR": -1.1233,
          "holdMinutes": 0
        },
        {
          "entryTs": 1694677380,
          "entryUtc": "2023-09-14T07:43:00.000Z",
          "exitTs": 1694693880,
          "dir": -1,
          "entryPrice": 1905.555,
          "exitPrice": 1909.398,
          "stopDistance": 3.843,
          "outcome": "stop",
          "netR": -1.1093,
          "holdMinutes": 275
        },
        {
          "entryTs": 1694750880,
          "entryUtc": "2023-09-15T04:08:00.000Z",
          "exitTs": 1694784240,
          "dir": 1,
          "entryPrice": 1915.915,
          "exitPrice": 1924.255,
          "stopDistance": 4.17,
          "outcome": "target",
          "netR": 1.9113,
          "holdMinutes": 556
        },
        {
          "entryTs": 1695015420,
          "entryUtc": "2023-09-18T05:37:00.000Z",
          "exitTs": 1695025500,
          "dir": 1,
          "entryPrice": 1929.385,
          "exitPrice": 1925.447,
          "stopDistance": 3.938,
          "outcome": "stop",
          "netR": -1.1066,
          "holdMinutes": 168
        },
        {
          "entryTs": 1695109980,
          "entryUtc": "2023-09-19T07:53:00.000Z",
          "exitTs": 1695132900,
          "dir": 1,
          "entryPrice": 1934.505,
          "exitPrice": 1931.524,
          "stopDistance": 2.981,
          "outcome": "stop",
          "netR": -1.1409,
          "holdMinutes": 382
        },
        {
          "entryTs": 1695194220,
          "entryUtc": "2023-09-20T07:17:00.000Z",
          "exitTs": 1695203820,
          "dir": -1,
          "entryPrice": 1928.395,
          "exitPrice": 1931.302,
          "stopDistance": 2.907,
          "outcome": "stop",
          "netR": -1.1445,
          "holdMinutes": 160
        },
        {
          "entryTs": 1695286260,
          "entryUtc": "2023-09-21T08:51:00.000Z",
          "exitTs": 1695299880,
          "dir": -1,
          "entryPrice": 1924.085,
          "exitPrice": 1915.071,
          "stopDistance": 4.507,
          "outcome": "target",
          "netR": 1.9179,
          "holdMinutes": 227
        },
        {
          "entryTs": 1695600600,
          "entryUtc": "2023-09-25T00:10:00.000Z",
          "exitTs": 1695625680,
          "dir": -1,
          "entryPrice": 1923.325,
          "exitPrice": 1926.701,
          "stopDistance": 3.376,
          "outcome": "stop",
          "netR": -1.1244,
          "holdMinutes": 418
        },
        {
          "entryTs": 1695708900,
          "entryUtc": "2023-09-26T06:15:00.000Z",
          "exitTs": 1695731880,
          "dir": -1,
          "entryPrice": 1912.935,
          "exitPrice": 1906.805,
          "stopDistance": 3.065,
          "outcome": "target",
          "netR": 1.8793,
          "holdMinutes": 383
        },
        {
          "entryTs": 1695787680,
          "entryUtc": "2023-09-27T04:08:00.000Z",
          "exitTs": 1695816780,
          "dir": -1,
          "entryPrice": 1899.005,
          "exitPrice": 1891.349,
          "stopDistance": 3.828,
          "outcome": "target",
          "netR": 1.9033,
          "holdMinutes": 485
        },
        {
          "entryTs": 1695905100,
          "entryUtc": "2023-09-28T12:45:00.000Z",
          "exitTs": 1695908100,
          "dir": -1,
          "entryPrice": 1872.445,
          "exitPrice": 1876.794,
          "stopDistance": 4.35,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 50
        },
        {
          "entryTs": 1695993420,
          "entryUtc": "2023-09-29T13:17:00.000Z",
          "exitTs": 1695994560,
          "dir": 1,
          "entryPrice": 1879.485,
          "exitPrice": 1874.192,
          "stopDistance": 5.293,
          "outcome": "stop",
          "netR": -1.0793,
          "holdMinutes": 19
        },
        {
          "entryTs": 1696200120,
          "entryUtc": "2023-10-01T22:42:00.000Z",
          "exitTs": 1696239000,
          "dir": -1,
          "entryPrice": 1846.205,
          "exitPrice": 1833.047,
          "stopDistance": 6.579,
          "outcome": "target",
          "netR": 1.9438,
          "holdMinutes": 648
        },
        {
          "entryTs": 1696400400,
          "entryUtc": "2023-10-04T06:20:00.000Z",
          "exitTs": 1696410480,
          "dir": -1,
          "entryPrice": 1818.115,
          "exitPrice": 1823.847,
          "stopDistance": 5.732,
          "outcome": "stop",
          "netR": -1.0733,
          "holdMinutes": 168
        },
        {
          "entryTs": 1696509480,
          "entryUtc": "2023-10-05T12:38:00.000Z",
          "exitTs": 1696513500,
          "dir": -1,
          "entryPrice": 1816.475,
          "exitPrice": 1821.629,
          "stopDistance": 5.154,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 67
        },
        {
          "entryTs": 1696595400,
          "entryUtc": "2023-10-06T12:30:00.000Z",
          "exitTs": 1696595400,
          "dir": -1,
          "entryPrice": 1812.924,
          "exitPrice": 1817.335,
          "stopDistance": 4.411,
          "outcome": "stop",
          "netR": -1.0952,
          "holdMinutes": 0
        },
        {
          "entryTs": 1696802400,
          "entryUtc": "2023-10-08T22:00:00.000Z",
          "exitTs": 1696879080,
          "dir": 1,
          "entryPrice": 1847.405,
          "exitPrice": 1861.126,
          "stopDistance": 6.86,
          "outcome": "target",
          "netR": 1.9461,
          "holdMinutes": 1278
        },
        {
          "entryTs": 1697006520,
          "entryUtc": "2023-10-11T06:42:00.000Z",
          "exitTs": 1697015220,
          "dir": 1,
          "entryPrice": 1862.665,
          "exitPrice": 1870.778,
          "stopDistance": 4.056,
          "outcome": "target",
          "netR": 1.9088,
          "holdMinutes": 145
        },
        {
          "entryTs": 1697086200,
          "entryUtc": "2023-10-12T04:50:00.000Z",
          "exitTs": 1697118180,
          "dir": 1,
          "entryPrice": 1878.675,
          "exitPrice": 1874.327,
          "stopDistance": 4.348,
          "outcome": "stop",
          "netR": -1.0966,
          "holdMinutes": 533
        },
        {
          "entryTs": 1697189160,
          "entryUtc": "2023-10-13T09:26:00.000Z",
          "exitTs": 1697197020,
          "dir": 1,
          "entryPrice": 1884.885,
          "exitPrice": 1893.856,
          "stopDistance": 4.486,
          "outcome": "target",
          "netR": 1.9175,
          "holdMinutes": 131
        },
        {
          "entryTs": 1697435340,
          "entryUtc": "2023-10-16T05:49:00.000Z",
          "exitTs": 1697537580,
          "dir": -1,
          "entryPrice": 1917.955,
          "exitPrice": 1925.067,
          "stopDistance": 7.112,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 1704
        },
        {
          "entryTs": 1697621460,
          "entryUtc": "2023-10-18T09:31:00.000Z",
          "exitTs": 1697636280,
          "dir": 1,
          "entryPrice": 1942.645,
          "exitPrice": 1955.398,
          "stopDistance": 6.377,
          "outcome": "target",
          "netR": 1.942,
          "holdMinutes": 247
        },
        {
          "entryTs": 1697735160,
          "entryUtc": "2023-10-19T17:06:00.000Z",
          "exitTs": 1697758260,
          "dir": 1,
          "entryPrice": 1962.545,
          "exitPrice": 1979.05,
          "stopDistance": 8.253,
          "outcome": "target",
          "netR": 1.9552,
          "holdMinutes": 385
        },
        {
          "entryTs": 1697789700,
          "entryUtc": "2023-10-20T08:15:00.000Z",
          "exitTs": 1697804640,
          "dir": 1,
          "entryPrice": 1982.205,
          "exitPrice": 1974.57,
          "stopDistance": 7.635,
          "outcome": "stop",
          "netR": -1.055,
          "holdMinutes": 249
        },
        {
          "entryTs": 1698012000,
          "entryUtc": "2023-10-22T22:00:00.000Z",
          "exitTs": 1698012900,
          "dir": -1,
          "entryPrice": 1967.114,
          "exitPrice": 1976.52,
          "stopDistance": 9.406,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 15
        },
        {
          "entryTs": 1698046440,
          "entryUtc": "2023-10-23T07:34:00.000Z",
          "exitTs": 1698139080,
          "dir": 1,
          "entryPrice": 1978.535,
          "exitPrice": 1969.645,
          "stopDistance": 8.89,
          "outcome": "stop",
          "netR": -1.0472,
          "holdMinutes": 1544
        },
        {
          "entryTs": 1698240660,
          "entryUtc": "2023-10-25T13:31:00.000Z",
          "exitTs": 1698246180,
          "dir": 1,
          "entryPrice": 1979.105,
          "exitPrice": 1972.795,
          "stopDistance": 6.31,
          "outcome": "stop",
          "netR": -1.0666,
          "holdMinutes": 92
        },
        {
          "entryTs": 1698292800,
          "entryUtc": "2023-10-26T04:00:00.000Z",
          "exitTs": 1698323400,
          "dir": 1,
          "entryPrice": 1987.235,
          "exitPrice": 1979.868,
          "stopDistance": 7.367,
          "outcome": "stop",
          "netR": -1.057,
          "holdMinutes": 510
        },
        {
          "entryTs": 1698428340,
          "entryUtc": "2023-10-27T17:39:00.000Z",
          "exitTs": 1698431160,
          "dir": 1,
          "entryPrice": 1993.385,
          "exitPrice": 2006.85,
          "stopDistance": 6.732,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 47
        },
        {
          "entryTs": 1698648180,
          "entryUtc": "2023-10-30T06:43:00.000Z",
          "exitTs": 1698760560,
          "dir": -1,
          "entryPrice": 1996.814,
          "exitPrice": 2003.774,
          "stopDistance": 6.96,
          "outcome": "stop",
          "netR": -1.0603,
          "holdMinutes": 1873
        },
        {
          "entryTs": 1698811980,
          "entryUtc": "2023-11-01T04:13:00.000Z",
          "exitTs": 1698829620,
          "dir": -1,
          "entryPrice": 1976.855,
          "exitPrice": 1983.101,
          "stopDistance": 6.246,
          "outcome": "stop",
          "netR": -1.0672,
          "holdMinutes": 294
        },
        {
          "entryTs": 1699014600,
          "entryUtc": "2023-11-03T12:30:00.000Z",
          "exitTs": 1699014720,
          "dir": 1,
          "entryPrice": 1990.935,
          "exitPrice": 1999.737,
          "stopDistance": 4.401,
          "outcome": "target",
          "netR": 1.9159,
          "holdMinutes": 2
        },
        {
          "entryTs": 1699241100,
          "entryUtc": "2023-11-06T03:25:00.000Z",
          "exitTs": 1699340580,
          "dir": -1,
          "entryPrice": 1984.375,
          "exitPrice": 1970.525,
          "stopDistance": 6.925,
          "outcome": "target",
          "netR": 1.9466,
          "holdMinutes": 1658
        },
        {
          "entryTs": 1699456980,
          "entryUtc": "2023-11-08T15:23:00.000Z",
          "exitTs": 1699517700,
          "dir": -1,
          "entryPrice": 1956.598,
          "exitPrice": 1946.136,
          "stopDistance": 5.231,
          "outcome": "target",
          "netR": 1.9293,
          "holdMinutes": 1012
        },
        {
          "entryTs": 1699620120,
          "entryUtc": "2023-11-10T12:42:00.000Z",
          "exitTs": 1699640940,
          "dir": -1,
          "entryPrice": 1944.575,
          "exitPrice": 1934.06,
          "stopDistance": 5.258,
          "outcome": "target",
          "netR": 1.9296,
          "holdMinutes": 347
        },
        {
          "entryTs": 1699884660,
          "entryUtc": "2023-11-13T14:11:00.000Z",
          "exitTs": 1699891260,
          "dir": -1,
          "entryPrice": 1933.845,
          "exitPrice": 1939.134,
          "stopDistance": 5.29,
          "outcome": "stop",
          "netR": -1.0794,
          "holdMinutes": 110
        },
        {
          "entryTs": 1699968600,
          "entryUtc": "2023-11-14T13:30:00.000Z",
          "exitTs": 1699968600,
          "dir": 1,
          "entryPrice": 1949.115,
          "exitPrice": 1945.366,
          "stopDistance": 3.749,
          "outcome": "stop",
          "netR": -1.112,
          "holdMinutes": 0
        },
        {
          "entryTs": 1700033940,
          "entryUtc": "2023-11-15T07:39:00.000Z",
          "exitTs": 1700055540,
          "dir": 1,
          "entryPrice": 1970.835,
          "exitPrice": 1966.069,
          "stopDistance": 4.766,
          "outcome": "stop",
          "netR": -1.0881,
          "holdMinutes": 360
        },
        {
          "entryTs": 1700145720,
          "entryUtc": "2023-11-16T14:42:00.000Z",
          "exitTs": 1700148360,
          "dir": 1,
          "entryPrice": 1975.148,
          "exitPrice": 1985.352,
          "stopDistance": 5.102,
          "outcome": "target",
          "netR": 1.9275,
          "holdMinutes": 44
        },
        {
          "entryTs": 1700209980,
          "entryUtc": "2023-11-17T08:33:00.000Z",
          "exitTs": 1700231700,
          "dir": 1,
          "entryPrice": 1987.848,
          "exitPrice": 1982.975,
          "stopDistance": 4.873,
          "outcome": "stop",
          "netR": -1.0862,
          "holdMinutes": 362
        },
        {
          "entryTs": 1700434800,
          "entryUtc": "2023-11-19T23:00:00.000Z",
          "exitTs": 1700447220,
          "dir": -1,
          "entryPrice": 1977.698,
          "exitPrice": 1982.91,
          "stopDistance": 5.212,
          "outcome": "stop",
          "netR": -1.0806,
          "holdMinutes": 207
        },
        {
          "entryTs": 1700480520,
          "entryUtc": "2023-11-20T11:42:00.000Z",
          "exitTs": 1700521800,
          "dir": -1,
          "entryPrice": 1973.265,
          "exitPrice": 1978.958,
          "stopDistance": 5.693,
          "outcome": "stop",
          "netR": -1.0738,
          "holdMinutes": 688
        },
        {
          "entryTs": 1700554080,
          "entryUtc": "2023-11-21T08:08:00.000Z",
          "exitTs": 1700556420,
          "dir": 1,
          "entryPrice": 1994.195,
          "exitPrice": 1988.447,
          "stopDistance": 5.748,
          "outcome": "stop",
          "netR": -1.0731,
          "holdMinutes": 39
        },
        {
          "entryTs": 1700832900,
          "entryUtc": "2023-11-24T13:35:00.000Z",
          "exitTs": 1701047520,
          "dir": 1,
          "entryPrice": 1998.408,
          "exitPrice": 2005.424,
          "stopDistance": 3.508,
          "outcome": "target",
          "netR": 1.8945,
          "holdMinutes": 3577
        },
        {
          "entryTs": 1701178920,
          "entryUtc": "2023-11-28T13:42:00.000Z",
          "exitTs": 1701181440,
          "dir": 1,
          "entryPrice": 2017.975,
          "exitPrice": 2026.702,
          "stopDistance": 4.363,
          "outcome": "target",
          "netR": 1.9152,
          "holdMinutes": 42
        },
        {
          "entryTs": 1701352440,
          "entryUtc": "2023-11-30T13:54:00.000Z",
          "exitTs": 1701365220,
          "dir": -1,
          "entryPrice": 2035.205,
          "exitPrice": 2040.821,
          "stopDistance": 5.616,
          "outcome": "stop",
          "netR": -1.0748,
          "holdMinutes": 213
        },
        {
          "entryTs": 1701422940,
          "entryUtc": "2023-12-01T09:29:00.000Z",
          "exitTs": 1701430080,
          "dir": 1,
          "entryPrice": 2046.845,
          "exitPrice": 2041.331,
          "stopDistance": 5.514,
          "outcome": "stop",
          "netR": -1.0762,
          "holdMinutes": 119
        },
        {
          "entryTs": 1701644580,
          "entryUtc": "2023-12-03T23:03:00.000Z",
          "exitTs": 1701645360,
          "dir": 1,
          "entryPrice": 2075.265,
          "exitPrice": 2092.831,
          "stopDistance": 8.783,
          "outcome": "target",
          "netR": 1.9579,
          "holdMinutes": 13
        },
        {
          "entryTs": 1701675660,
          "entryUtc": "2023-12-04T07:41:00.000Z",
          "exitTs": 1701703380,
          "dir": -1,
          "entryPrice": 2071.604,
          "exitPrice": 2039.441,
          "stopDistance": 16.081,
          "outcome": "target",
          "netR": 1.977,
          "holdMinutes": 462
        },
        {
          "entryTs": 1701787500,
          "entryUtc": "2023-12-05T14:45:00.000Z",
          "exitTs": 1701848520,
          "dir": -1,
          "entryPrice": 2019.925,
          "exitPrice": 2030.166,
          "stopDistance": 10.241,
          "outcome": "stop",
          "netR": -1.041,
          "holdMinutes": 1017
        },
        {
          "entryTs": 1701956280,
          "entryUtc": "2023-12-07T13:38:00.000Z",
          "exitTs": 1701960240,
          "dir": 1,
          "entryPrice": 2035.785,
          "exitPrice": 2029.703,
          "stopDistance": 6.082,
          "outcome": "stop",
          "netR": -1.0691,
          "holdMinutes": 66
        },
        {
          "entryTs": 1702042200,
          "entryUtc": "2023-12-08T13:30:00.000Z",
          "exitTs": 1702042200,
          "dir": -1,
          "entryPrice": 2020.075,
          "exitPrice": 2025.623,
          "stopDistance": 5.548,
          "outcome": "stop",
          "netR": -1.0757,
          "holdMinutes": 0
        },
        {
          "entryTs": 1702281300,
          "entryUtc": "2023-12-11T07:55:00.000Z",
          "exitTs": 1702308960,
          "dir": -1,
          "entryPrice": 1994.765,
          "exitPrice": 1981.187,
          "stopDistance": 6.789,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 461
        },
        {
          "entryTs": 1702447920,
          "entryUtc": "2023-12-13T06:12:00.000Z",
          "exitTs": 1702457280,
          "dir": -1,
          "entryPrice": 1977.115,
          "exitPrice": 1982.021,
          "stopDistance": 4.906,
          "outcome": "stop",
          "netR": -1.0856,
          "holdMinutes": 156
        },
        {
          "entryTs": 1702542540,
          "entryUtc": "2023-12-14T08:29:00.000Z",
          "exitTs": 1702560600,
          "dir": 1,
          "entryPrice": 2039.175,
          "exitPrice": 2030.162,
          "stopDistance": 9.013,
          "outcome": "stop",
          "netR": -1.0466,
          "holdMinutes": 301
        },
        {
          "entryTs": 1702647720,
          "entryUtc": "2023-12-15T13:42:00.000Z",
          "exitTs": 1702649160,
          "dir": -1,
          "entryPrice": 2027.445,
          "exitPrice": 2033.756,
          "stopDistance": 6.311,
          "outcome": "stop",
          "netR": -1.0665,
          "holdMinutes": 24
        },
        {
          "entryTs": 1702877460,
          "entryUtc": "2023-12-18T05:31:00.000Z",
          "exitTs": 1702997100,
          "dir": 1,
          "entryPrice": 2024.055,
          "exitPrice": 2037.895,
          "stopDistance": 6.92,
          "outcome": "target",
          "netR": 1.9465,
          "holdMinutes": 1994
        },
        {
          "entryTs": 1703166000,
          "entryUtc": "2023-12-21T13:40:00.000Z",
          "exitTs": 1703167740,
          "dir": 1,
          "entryPrice": 2043.375,
          "exitPrice": 2038.446,
          "stopDistance": 4.929,
          "outcome": "stop",
          "netR": -1.0852,
          "holdMinutes": 29
        },
        {
          "entryTs": 1703240280,
          "entryUtc": "2023-12-22T10:18:00.000Z",
          "exitTs": 1703252880,
          "dir": 1,
          "entryPrice": 2054.875,
          "exitPrice": 2066.41,
          "stopDistance": 5.767,
          "outcome": "target",
          "netR": 1.9358,
          "holdMinutes": 210
        },
        {
          "entryTs": 1703622900,
          "entryUtc": "2023-12-26T20:35:00.000Z",
          "exitTs": 1703690880,
          "dir": 1,
          "entryPrice": 2065.025,
          "exitPrice": 2075.945,
          "stopDistance": 5.46,
          "outcome": "target",
          "netR": 1.9322,
          "holdMinutes": 1133
        },
        {
          "entryTs": 1703844060,
          "entryUtc": "2023-12-29T10:01:00.000Z",
          "exitTs": 1704165960,
          "dir": -1,
          "entryPrice": 2064.448,
          "exitPrice": 2069.94,
          "stopDistance": 5.492,
          "outcome": "stop",
          "netR": -1.0765,
          "holdMinutes": 5365
        },
        {
          "entryTs": 1704172320,
          "entryUtc": "2024-01-02T05:12:00.000Z",
          "exitTs": 1704205260,
          "dir": 1,
          "entryPrice": 2070.578,
          "exitPrice": 2064.634,
          "stopDistance": 5.944,
          "outcome": "stop",
          "netR": -1.0707,
          "holdMinutes": 549
        },
        {
          "entryTs": 1704275040,
          "entryUtc": "2024-01-03T09:44:00.000Z",
          "exitTs": 1704283560,
          "dir": -1,
          "entryPrice": 2055.818,
          "exitPrice": 2044.308,
          "stopDistance": 5.755,
          "outcome": "target",
          "netR": 1.9357,
          "holdMinutes": 142
        },
        {
          "entryTs": 1704461400,
          "entryUtc": "2024-01-05T13:30:00.000Z",
          "exitTs": 1704461460,
          "dir": -1,
          "entryPrice": 2036.155,
          "exitPrice": 2025.93,
          "stopDistance": 5.112,
          "outcome": "target",
          "netR": 1.9276,
          "holdMinutes": 1
        },
        {
          "entryTs": 1704690360,
          "entryUtc": "2024-01-08T05:06:00.000Z",
          "exitTs": 1704712680,
          "dir": -1,
          "entryPrice": 2034.975,
          "exitPrice": 2020.376,
          "stopDistance": 7.299,
          "outcome": "target",
          "netR": 1.9493,
          "holdMinutes": 372
        },
        {
          "entryTs": 1704785100,
          "entryUtc": "2024-01-09T07:25:00.000Z",
          "exitTs": 1704815820,
          "dir": 1,
          "entryPrice": 2036.778,
          "exitPrice": 2030.333,
          "stopDistance": 6.445,
          "outcome": "stop",
          "netR": -1.0652,
          "holdMinutes": 512
        },
        {
          "entryTs": 1704865680,
          "entryUtc": "2024-01-10T05:48:00.000Z",
          "exitTs": 1704873720,
          "dir": -1,
          "entryPrice": 2026.015,
          "exitPrice": 2031.734,
          "stopDistance": 5.719,
          "outcome": "stop",
          "netR": -1.0734,
          "holdMinutes": 134
        },
        {
          "entryTs": 1704979800,
          "entryUtc": "2024-01-11T13:30:00.000Z",
          "exitTs": 1704979800,
          "dir": 1,
          "entryPrice": 2040.135,
          "exitPrice": 2035.298,
          "stopDistance": 4.837,
          "outcome": "stop",
          "netR": -1.0868,
          "holdMinutes": 0
        },
        {
          "entryTs": 1705056600,
          "entryUtc": "2024-01-12T10:50:00.000Z",
          "exitTs": 1705068120,
          "dir": 1,
          "entryPrice": 2043.864,
          "exitPrice": 2056.911,
          "stopDistance": 6.524,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 192
        },
        {
          "entryTs": 1705308120,
          "entryUtc": "2024-01-15T08:42:00.000Z",
          "exitTs": 1705321980,
          "dir": 1,
          "entryPrice": 2057.985,
          "exitPrice": 2051.421,
          "stopDistance": 6.564,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 231
        },
        {
          "entryTs": 1705382640,
          "entryUtc": "2024-01-16T05:24:00.000Z",
          "exitTs": 1705396920,
          "dir": -1,
          "entryPrice": 2048.265,
          "exitPrice": 2039.207,
          "stopDistance": 4.529,
          "outcome": "target",
          "netR": 1.9183,
          "holdMinutes": 238
        },
        {
          "entryTs": 1705468080,
          "entryUtc": "2024-01-17T05:08:00.000Z",
          "exitTs": 1705504560,
          "dir": -1,
          "entryPrice": 2023.185,
          "exitPrice": 2010.182,
          "stopDistance": 6.501,
          "outcome": "target",
          "netR": 1.9431,
          "holdMinutes": 608
        },
        {
          "entryTs": 1705648860,
          "entryUtc": "2024-01-19T07:21:00.000Z",
          "exitTs": 1705669980,
          "dir": 1,
          "entryPrice": 2025.475,
          "exitPrice": 2035.295,
          "stopDistance": 4.91,
          "outcome": "target",
          "netR": 1.9246,
          "holdMinutes": 352
        },
        {
          "entryTs": 1705900020,
          "entryUtc": "2024-01-22T05:07:00.000Z",
          "exitTs": 1705927440,
          "dir": -1,
          "entryPrice": 2024.565,
          "exitPrice": 2029.925,
          "stopDistance": 5.36,
          "outcome": "stop",
          "netR": -1.0784,
          "holdMinutes": 457
        },
        {
          "entryTs": 1705987800,
          "entryUtc": "2024-01-23T05:30:00.000Z",
          "exitTs": 1706007000,
          "dir": 1,
          "entryPrice": 2030.028,
          "exitPrice": 2024.77,
          "stopDistance": 5.258,
          "outcome": "stop",
          "netR": -1.0799,
          "holdMinutes": 320
        },
        {
          "entryTs": 1706108580,
          "entryUtc": "2024-01-24T15:03:00.000Z",
          "exitTs": 1706482800,
          "dir": -1,
          "entryPrice": 2021.325,
          "exitPrice": 2025.975,
          "stopDistance": 6.426,
          "outcome": "time",
          "netR": -0.7812,
          "holdMinutes": 6237
        },
        {
          "entryTs": 1706510880,
          "entryUtc": "2024-01-29T06:48:00.000Z",
          "exitTs": 1706539500,
          "dir": 1,
          "entryPrice": 2028.384,
          "exitPrice": 2023.142,
          "stopDistance": 5.242,
          "outcome": "stop",
          "netR": -1.0801,
          "holdMinutes": 477
        },
        {
          "entryTs": 1706600100,
          "entryUtc": "2024-01-30T07:35:00.000Z",
          "exitTs": 1706614020,
          "dir": 1,
          "entryPrice": 2037.465,
          "exitPrice": 2031.792,
          "stopDistance": 5.673,
          "outcome": "stop",
          "netR": -1.074,
          "holdMinutes": 232
        },
        {
          "entryTs": 1706712120,
          "entryUtc": "2024-01-31T14:42:00.000Z",
          "exitTs": 1706727600,
          "dir": 1,
          "entryPrice": 2048.448,
          "exitPrice": 2043.296,
          "stopDistance": 5.152,
          "outcome": "stop",
          "netR": -1.0815,
          "holdMinutes": 258
        },
        {
          "entryTs": 1706785740,
          "entryUtc": "2024-02-01T11:09:00.000Z",
          "exitTs": 1706794560,
          "dir": -1,
          "entryPrice": 2031,
          "exitPrice": 2037.986,
          "stopDistance": 6.986,
          "outcome": "stop",
          "netR": -1.0601,
          "holdMinutes": 147
        },
        {
          "entryTs": 1706882220,
          "entryUtc": "2024-02-02T13:57:00.000Z",
          "exitTs": 1706885220,
          "dir": -1,
          "entryPrice": 2029.905,
          "exitPrice": 2035.561,
          "stopDistance": 5.656,
          "outcome": "stop",
          "netR": -1.0743,
          "holdMinutes": 50
        },
        {
          "entryTs": 1707109440,
          "entryUtc": "2024-02-05T05:04:00.000Z",
          "exitTs": 1707141060,
          "dir": -1,
          "entryPrice": 2030.108,
          "exitPrice": 2016.233,
          "stopDistance": 6.938,
          "outcome": "target",
          "netR": 1.9467,
          "holdMinutes": 527
        },
        {
          "entryTs": 1707230820,
          "entryUtc": "2024-02-06T14:47:00.000Z",
          "exitTs": 1707317160,
          "dir": 1,
          "entryPrice": 2031.965,
          "exitPrice": 2042.83,
          "stopDistance": 5.433,
          "outcome": "target",
          "netR": 1.9319,
          "holdMinutes": 1439
        },
        {
          "entryTs": 1707380940,
          "entryUtc": "2024-02-08T08:29:00.000Z",
          "exitTs": 1707386220,
          "dir": -1,
          "entryPrice": 2030.505,
          "exitPrice": 2035.036,
          "stopDistance": 4.531,
          "outcome": "stop",
          "netR": -1.0927,
          "holdMinutes": 88
        },
        {
          "entryTs": 1707726060,
          "entryUtc": "2024-02-12T08:21:00.000Z",
          "exitTs": 1707728940,
          "dir": 1,
          "entryPrice": 2026.708,
          "exitPrice": 2022.57,
          "stopDistance": 4.139,
          "outcome": "stop",
          "netR": -1.1015,
          "holdMinutes": 48
        },
        {
          "entryTs": 1707821100,
          "entryUtc": "2024-02-13T10:45:00.000Z",
          "exitTs": 1707831000,
          "dir": 1,
          "entryPrice": 2027.505,
          "exitPrice": 2023.65,
          "stopDistance": 3.855,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 165
        },
        {
          "entryTs": 1707897960,
          "entryUtc": "2024-02-14T08:06:00.000Z",
          "exitTs": 1707932640,
          "dir": -1,
          "entryPrice": 1988.735,
          "exitPrice": 1993.768,
          "stopDistance": 5.033,
          "outcome": "stop",
          "netR": -1.0834,
          "holdMinutes": 578
        },
        {
          "entryTs": 1707990480,
          "entryUtc": "2024-02-15T09:48:00.000Z",
          "exitTs": 1708006500,
          "dir": 1,
          "entryPrice": 1996.025,
          "exitPrice": 2004.469,
          "stopDistance": 4.222,
          "outcome": "target",
          "netR": 1.9124,
          "holdMinutes": 267
        },
        {
          "entryTs": 1708097760,
          "entryUtc": "2024-02-16T15:36:00.000Z",
          "exitTs": 1708304280,
          "dir": 1,
          "entryPrice": 2008.175,
          "exitPrice": 2018.545,
          "stopDistance": 5.185,
          "outcome": "target",
          "netR": 1.9286,
          "holdMinutes": 3442
        },
        {
          "entryTs": 1708327440,
          "entryUtc": "2024-02-19T07:24:00.000Z",
          "exitTs": 1708346520,
          "dir": 1,
          "entryPrice": 2022.785,
          "exitPrice": 2017.114,
          "stopDistance": 5.671,
          "outcome": "stop",
          "netR": -1.0741,
          "holdMinutes": 318
        },
        {
          "entryTs": 1708419600,
          "entryUtc": "2024-02-20T09:00:00.000Z",
          "exitTs": 1708436820,
          "dir": 1,
          "entryPrice": 2022.895,
          "exitPrice": 2030.687,
          "stopDistance": 3.896,
          "outcome": "target",
          "netR": 1.905,
          "holdMinutes": 287
        },
        {
          "entryTs": 1708491780,
          "entryUtc": "2024-02-21T05:03:00.000Z",
          "exitTs": 1708504560,
          "dir": 1,
          "entryPrice": 2031.195,
          "exitPrice": 2027.34,
          "stopDistance": 3.855,
          "outcome": "stop",
          "netR": -1.1089,
          "holdMinutes": 213
        },
        {
          "entryTs": 1708589100,
          "entryUtc": "2024-02-22T08:05:00.000Z",
          "exitTs": 1708599900,
          "dir": 1,
          "entryPrice": 2032.195,
          "exitPrice": 2028.109,
          "stopDistance": 4.086,
          "outcome": "stop",
          "netR": -1.1028,
          "holdMinutes": 180
        },
        {
          "entryTs": 1708669560,
          "entryUtc": "2024-02-23T06:26:00.000Z",
          "exitTs": 1708689600,
          "dir": -1,
          "entryPrice": 2019.555,
          "exitPrice": 2023.937,
          "stopDistance": 4.382,
          "outcome": "stop",
          "netR": -1.0959,
          "holdMinutes": 334
        },
        {
          "entryTs": 1708931580,
          "entryUtc": "2024-02-26T07:13:00.000Z",
          "exitTs": 1708956720,
          "dir": 1,
          "entryPrice": 2034.865,
          "exitPrice": 2030.285,
          "stopDistance": 4.58,
          "outcome": "stop",
          "netR": -1.0917,
          "holdMinutes": 419
        },
        {
          "entryTs": 1709022180,
          "entryUtc": "2024-02-27T08:23:00.000Z",
          "exitTs": 1709047860,
          "dir": 1,
          "entryPrice": 2036.965,
          "exitPrice": 2033.352,
          "stopDistance": 3.613,
          "outcome": "stop",
          "netR": -1.1162,
          "holdMinutes": 428
        },
        {
          "entryTs": 1709103120,
          "entryUtc": "2024-02-28T06:52:00.000Z",
          "exitTs": 1709126040,
          "dir": -1,
          "entryPrice": 2028.725,
          "exitPrice": 2032.323,
          "stopDistance": 3.598,
          "outcome": "stop",
          "netR": -1.1167,
          "holdMinutes": 382
        },
        {
          "entryTs": 1709213460,
          "entryUtc": "2024-02-29T13:31:00.000Z",
          "exitTs": 1709214300,
          "dir": 1,
          "entryPrice": 2037.805,
          "exitPrice": 2045.389,
          "stopDistance": 3.792,
          "outcome": "target",
          "netR": 1.9024,
          "holdMinutes": 14
        },
        {
          "entryTs": 1709288700,
          "entryUtc": "2024-03-01T10:25:00.000Z",
          "exitTs": 1709304900,
          "dir": 1,
          "entryPrice": 2050.605,
          "exitPrice": 2045.553,
          "stopDistance": 5.052,
          "outcome": "stop",
          "netR": -1.0831,
          "holdMinutes": 270
        },
        {
          "entryTs": 1709538180,
          "entryUtc": "2024-03-04T07:43:00.000Z",
          "exitTs": 1709563320,
          "dir": 1,
          "entryPrice": 2086.145,
          "exitPrice": 2098.576,
          "stopDistance": 6.215,
          "outcome": "target",
          "netR": 1.9405,
          "holdMinutes": 419
        },
        {
          "entryTs": 1709627220,
          "entryUtc": "2024-03-05T08:27:00.000Z",
          "exitTs": 1709645400,
          "dir": 1,
          "entryPrice": 2119.805,
          "exitPrice": 2133.103,
          "stopDistance": 6.649,
          "outcome": "target",
          "netR": 1.9444,
          "holdMinutes": 303
        },
        {
          "entryTs": 1709735520,
          "entryUtc": "2024-03-06T14:32:00.000Z",
          "exitTs": 1709737440,
          "dir": 1,
          "entryPrice": 2141.748,
          "exitPrice": 2134.644,
          "stopDistance": 7.104,
          "outcome": "stop",
          "netR": -1.0591,
          "holdMinutes": 32
        },
        {
          "entryTs": 1709816700,
          "entryUtc": "2024-03-07T13:05:00.000Z",
          "exitTs": 1709821860,
          "dir": 1,
          "entryPrice": 2161.435,
          "exitPrice": 2153.473,
          "stopDistance": 7.962,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 86
        },
        {
          "entryTs": 1709886480,
          "entryUtc": "2024-03-08T08:28:00.000Z",
          "exitTs": 1709904600,
          "dir": 1,
          "entryPrice": 2164.635,
          "exitPrice": 2157.958,
          "stopDistance": 6.677,
          "outcome": "stop",
          "netR": -1.0629,
          "holdMinutes": 302
        },
        {
          "entryTs": 1710147480,
          "entryUtc": "2024-03-11T08:58:00.000Z",
          "exitTs": 1710172020,
          "dir": -1,
          "entryPrice": 2176.755,
          "exitPrice": 2185.577,
          "stopDistance": 8.822,
          "outcome": "stop",
          "netR": -1.0476,
          "holdMinutes": 409
        },
        {
          "entryTs": 1710222240,
          "entryUtc": "2024-03-12T05:44:00.000Z",
          "exitTs": 1710246600,
          "dir": -1,
          "entryPrice": 2174.695,
          "exitPrice": 2161.32,
          "stopDistance": 6.688,
          "outcome": "target",
          "netR": 1.9447,
          "holdMinutes": 406
        },
        {
          "entryTs": 1710429540,
          "entryUtc": "2024-03-14T15:19:00.000Z",
          "exitTs": 1710436500,
          "dir": -1,
          "entryPrice": 2157.198,
          "exitPrice": 2163.755,
          "stopDistance": 6.557,
          "outcome": "stop",
          "netR": -1.0641,
          "holdMinutes": 116
        },
        {
          "entryTs": 1710496680,
          "entryUtc": "2024-03-15T09:58:00.000Z",
          "exitTs": 1710500820,
          "dir": 1,
          "entryPrice": 2172.385,
          "exitPrice": 2167.051,
          "stopDistance": 5.334,
          "outcome": "stop",
          "netR": -1.0787,
          "holdMinutes": 69
        },
        {
          "entryTs": 1710712800,
          "entryUtc": "2024-03-17T22:00:00.000Z",
          "exitTs": 1710764520,
          "dir": -1,
          "entryPrice": 2155.115,
          "exitPrice": 2161.783,
          "stopDistance": 6.668,
          "outcome": "stop",
          "netR": -1.063,
          "holdMinutes": 862
        },
        {
          "entryTs": 1710943320,
          "entryUtc": "2024-03-20T14:02:00.000Z",
          "exitTs": 1710946020,
          "dir": 1,
          "entryPrice": 2162.055,
          "exitPrice": 2156.728,
          "stopDistance": 5.326,
          "outcome": "stop",
          "netR": -1.0789,
          "holdMinutes": 45
        },
        {
          "entryTs": 1711091880,
          "entryUtc": "2024-03-22T07:18:00.000Z",
          "exitTs": 1711111140,
          "dir": -1,
          "entryPrice": 2166.264,
          "exitPrice": 2175.018,
          "stopDistance": 8.754,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 321
        },
        {
          "entryTs": 1711350360,
          "entryUtc": "2024-03-25T07:06:00.000Z",
          "exitTs": 1711368120,
          "dir": -1,
          "entryPrice": 2163.885,
          "exitPrice": 2172.155,
          "stopDistance": 8.27,
          "outcome": "stop",
          "netR": -1.0508,
          "holdMinutes": 296
        },
        {
          "entryTs": 1711444380,
          "entryUtc": "2024-03-26T09:13:00.000Z",
          "exitTs": 1711446060,
          "dir": 1,
          "entryPrice": 2181.205,
          "exitPrice": 2193.274,
          "stopDistance": 6.035,
          "outcome": "target",
          "netR": 1.9387,
          "holdMinutes": 28
        },
        {
          "entryTs": 1711604580,
          "entryUtc": "2024-03-28T05:43:00.000Z",
          "exitTs": 1711613040,
          "dir": 1,
          "entryPrice": 2197.505,
          "exitPrice": 2190.729,
          "stopDistance": 6.776,
          "outcome": "stop",
          "netR": -1.062,
          "holdMinutes": 141
        },
        {
          "entryTs": 1711922400,
          "entryUtc": "2024-03-31T22:00:00.000Z",
          "exitTs": 1711942620,
          "dir": 1,
          "entryPrice": 2238.435,
          "exitPrice": 2260.848,
          "stopDistance": 11.207,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 337
        },
        {
          "entryTs": 1711944120,
          "entryUtc": "2024-04-01T04:02:00.000Z",
          "exitTs": 1711963680,
          "dir": 1,
          "entryPrice": 2265.035,
          "exitPrice": 2252.806,
          "stopDistance": 12.229,
          "outcome": "stop",
          "netR": -1.0343,
          "holdMinutes": 326
        },
        {
          "entryTs": 1712050260,
          "entryUtc": "2024-04-02T09:31:00.000Z",
          "exitTs": 1712052660,
          "dir": 1,
          "entryPrice": 2265.585,
          "exitPrice": 2255.676,
          "stopDistance": 9.909,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 40
        },
        {
          "entryTs": 1712158560,
          "entryUtc": "2024-04-03T15:36:00.000Z",
          "exitTs": 1712279640,
          "dir": 1,
          "entryPrice": 2288.185,
          "exitPrice": 2277.443,
          "stopDistance": 10.742,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 2018
        },
        {
          "entryTs": 1712327040,
          "entryUtc": "2024-04-05T14:24:00.000Z",
          "exitTs": 1712337060,
          "dir": 1,
          "entryPrice": 2305.425,
          "exitPrice": 2330.073,
          "stopDistance": 12.324,
          "outcome": "target",
          "netR": 1.97,
          "holdMinutes": 167
        },
        {
          "entryTs": 1712542500,
          "entryUtc": "2024-04-08T02:15:00.000Z",
          "exitTs": 1712654400,
          "dir": 1,
          "entryPrice": 2330.345,
          "exitPrice": 2361.442,
          "stopDistance": 15.549,
          "outcome": "target",
          "netR": 1.9762,
          "holdMinutes": 1865
        },
        {
          "entryTs": 1712752200,
          "entryUtc": "2024-04-10T12:30:00.000Z",
          "exitTs": 1712752200,
          "dir": -1,
          "entryPrice": 2338.125,
          "exitPrice": 2347.53,
          "stopDistance": 9.405,
          "outcome": "stop",
          "netR": -1.0447,
          "holdMinutes": 0
        },
        {
          "entryTs": 1712858820,
          "entryUtc": "2024-04-11T18:07:00.000Z",
          "exitTs": 1712883660,
          "dir": 1,
          "entryPrice": 2360.065,
          "exitPrice": 2385.602,
          "stopDistance": 12.769,
          "outcome": "target",
          "netR": 1.971,
          "holdMinutes": 414
        },
        {
          "entryTs": 1712905680,
          "entryUtc": "2024-04-12T07:08:00.000Z",
          "exitTs": 1712931540,
          "dir": 1,
          "entryPrice": 2395.265,
          "exitPrice": 2419.595,
          "stopDistance": 12.165,
          "outcome": "target",
          "netR": 1.9696,
          "holdMinutes": 431
        },
        {
          "entryTs": 1713169980,
          "entryUtc": "2024-04-15T08:33:00.000Z",
          "exitTs": 1713202080,
          "dir": -1,
          "entryPrice": 2346.735,
          "exitPrice": 2364.876,
          "stopDistance": 18.141,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 535
        },
        {
          "entryTs": 1713280020,
          "entryUtc": "2024-04-16T15:07:00.000Z",
          "exitTs": 1713332100,
          "dir": 1,
          "entryPrice": 2392.035,
          "exitPrice": 2376.25,
          "stopDistance": 15.785,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 868
        },
        {
          "entryTs": 1713372300,
          "entryUtc": "2024-04-17T16:45:00.000Z",
          "exitTs": 1713375540,
          "dir": -1,
          "entryPrice": 2362.844,
          "exitPrice": 2375.701,
          "stopDistance": 12.857,
          "outcome": "stop",
          "netR": -1.0327,
          "holdMinutes": 54
        },
        {
          "entryTs": 1713490020,
          "entryUtc": "2024-04-19T01:27:00.000Z",
          "exitTs": 1713491160,
          "dir": 1,
          "entryPrice": 2395.448,
          "exitPrice": 2415.342,
          "stopDistance": 9.947,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 19
        },
        {
          "entryTs": 1713754740,
          "entryUtc": "2024-04-22T02:59:00.000Z",
          "exitTs": 1713784680,
          "dir": -1,
          "entryPrice": 2372.805,
          "exitPrice": 2346.84,
          "stopDistance": 12.982,
          "outcome": "target",
          "netR": 1.9715,
          "holdMinutes": 499
        },
        {
          "entryTs": 1713863820,
          "entryUtc": "2024-04-23T09:17:00.000Z",
          "exitTs": 1713875220,
          "dir": -1,
          "entryPrice": 2295.408,
          "exitPrice": 2310.036,
          "stopDistance": 14.628,
          "outcome": "stop",
          "netR": -1.0287,
          "holdMinutes": 190
        },
        {
          "entryTs": 1713970800,
          "entryUtc": "2024-04-24T15:00:00.000Z",
          "exitTs": 1713983460,
          "dir": 1,
          "entryPrice": 2332.045,
          "exitPrice": 2320.489,
          "stopDistance": 11.556,
          "outcome": "stop",
          "netR": -1.0363,
          "holdMinutes": 211
        },
        {
          "entryTs": 1714055700,
          "entryUtc": "2024-04-25T14:35:00.000Z",
          "exitTs": 1714062000,
          "dir": 1,
          "entryPrice": 2337.128,
          "exitPrice": 2326.373,
          "stopDistance": 10.755,
          "outcome": "stop",
          "netR": -1.0391,
          "holdMinutes": 105
        },
        {
          "entryTs": 1714116000,
          "entryUtc": "2024-04-26T07:20:00.000Z",
          "exitTs": 1714142160,
          "dir": 1,
          "entryPrice": 2344.708,
          "exitPrice": 2335.707,
          "stopDistance": 9.001,
          "outcome": "stop",
          "netR": -1.0467,
          "holdMinutes": 436
        },
        {
          "entryTs": 1714352400,
          "entryUtc": "2024-04-29T01:00:00.000Z",
          "exitTs": 1714379040,
          "dir": -1,
          "entryPrice": 2328.605,
          "exitPrice": 2337.981,
          "stopDistance": 9.376,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 444
        },
        {
          "entryTs": 1714451400,
          "entryUtc": "2024-04-30T04:30:00.000Z",
          "exitTs": 1714479840,
          "dir": -1,
          "entryPrice": 2325.455,
          "exitPrice": 2308.415,
          "stopDistance": 8.52,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 474
        },
        {
          "entryTs": 1714536300,
          "entryUtc": "2024-05-01T04:05:00.000Z",
          "exitTs": 1714557000,
          "dir": -1,
          "entryPrice": 2282.745,
          "exitPrice": 2291.799,
          "stopDistance": 9.054,
          "outcome": "stop",
          "netR": -1.0464,
          "holdMinutes": 345
        },
        {
          "entryTs": 1714743180,
          "entryUtc": "2024-05-03T13:33:00.000Z",
          "exitTs": 1714744800,
          "dir": -1,
          "entryPrice": 2285.358,
          "exitPrice": 2295.415,
          "stopDistance": 10.058,
          "outcome": "stop",
          "netR": -1.0418,
          "holdMinutes": 27
        },
        {
          "entryTs": 1714980360,
          "entryUtc": "2024-05-06T07:26:00.000Z",
          "exitTs": 1715155200,
          "dir": 1,
          "entryPrice": 2315.215,
          "exitPrice": 2304.538,
          "stopDistance": 10.677,
          "outcome": "stop",
          "netR": -1.0393,
          "holdMinutes": 2914
        },
        {
          "entryTs": 1715257860,
          "entryUtc": "2024-05-09T12:31:00.000Z",
          "exitTs": 1715260320,
          "dir": 1,
          "entryPrice": 2321.345,
          "exitPrice": 2314.21,
          "stopDistance": 7.135,
          "outcome": "stop",
          "netR": -1.0589,
          "holdMinutes": 41
        },
        {
          "entryTs": 1715317920,
          "entryUtc": "2024-05-10T05:12:00.000Z",
          "exitTs": 1715332020,
          "dir": 1,
          "entryPrice": 2355.674,
          "exitPrice": 2372.713,
          "stopDistance": 8.519,
          "outcome": "target",
          "netR": 1.9566,
          "holdMinutes": 235
        },
        {
          "entryTs": 1715574720,
          "entryUtc": "2024-05-13T04:32:00.000Z",
          "exitTs": 1715612640,
          "dir": -1,
          "entryPrice": 2354.715,
          "exitPrice": 2336.668,
          "stopDistance": 9.024,
          "outcome": "target",
          "netR": 1.959,
          "holdMinutes": 632
        },
        {
          "entryTs": 1715695260,
          "entryUtc": "2024-05-14T14:01:00.000Z",
          "exitTs": 1715696220,
          "dir": 1,
          "entryPrice": 2356.925,
          "exitPrice": 2348.269,
          "stopDistance": 8.656,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 16
        },
        {
          "entryTs": 1715756700,
          "entryUtc": "2024-05-15T07:05:00.000Z",
          "exitTs": 1715762940,
          "dir": 1,
          "entryPrice": 2360.895,
          "exitPrice": 2373.947,
          "stopDistance": 6.526,
          "outcome": "target",
          "netR": 1.9433,
          "holdMinutes": 104
        },
        {
          "entryTs": 1715950800,
          "entryUtc": "2024-05-17T13:00:00.000Z",
          "exitTs": 1715956800,
          "dir": 1,
          "entryPrice": 2394.388,
          "exitPrice": 2409.295,
          "stopDistance": 7.453,
          "outcome": "target",
          "netR": 1.9504,
          "holdMinutes": 100
        },
        {
          "entryTs": 1716156120,
          "entryUtc": "2024-05-19T22:02:00.000Z",
          "exitTs": 1716183240,
          "dir": 1,
          "entryPrice": 2422.575,
          "exitPrice": 2443.749,
          "stopDistance": 10.587,
          "outcome": "target",
          "netR": 1.9651,
          "holdMinutes": 452
        },
        {
          "entryTs": 1716378120,
          "entryUtc": "2024-05-22T11:42:00.000Z",
          "exitTs": 1716387540,
          "dir": -1,
          "entryPrice": 2408.484,
          "exitPrice": 2390.757,
          "stopDistance": 8.863,
          "outcome": "target",
          "netR": 1.9583,
          "holdMinutes": 157
        },
        {
          "entryTs": 1716442680,
          "entryUtc": "2024-05-23T05:38:00.000Z",
          "exitTs": 1716474780,
          "dir": -1,
          "entryPrice": 2366.628,
          "exitPrice": 2345.752,
          "stopDistance": 10.438,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 535
        },
        {
          "entryTs": 1716780540,
          "entryUtc": "2024-05-27T03:29:00.000Z",
          "exitTs": 1716795360,
          "dir": 1,
          "entryPrice": 2347.325,
          "exitPrice": 2338.759,
          "stopDistance": 8.566,
          "outcome": "stop",
          "netR": -1.049,
          "holdMinutes": 247
        },
        {
          "entryTs": 1716812340,
          "entryUtc": "2024-05-27T12:19:00.000Z",
          "exitTs": 1716902400,
          "dir": 1,
          "entryPrice": 2347.485,
          "exitPrice": 2362.176,
          "stopDistance": 7.346,
          "outcome": "target",
          "netR": 1.9496,
          "holdMinutes": 1501
        },
        {
          "entryTs": 1716983580,
          "entryUtc": "2024-05-29T11:53:00.000Z",
          "exitTs": 1717048080,
          "dir": -1,
          "entryPrice": 2340.155,
          "exitPrice": 2324.718,
          "stopDistance": 7.719,
          "outcome": "target",
          "netR": 1.9521,
          "holdMinutes": 1075
        },
        {
          "entryTs": 1717159440,
          "entryUtc": "2024-05-31T12:44:00.000Z",
          "exitTs": 1717163700,
          "dir": 1,
          "entryPrice": 2351.698,
          "exitPrice": 2344.551,
          "stopDistance": 7.147,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 71
        },
        {
          "entryTs": 1717387260,
          "entryUtc": "2024-06-03T04:01:00.000Z",
          "exitTs": 1717411320,
          "dir": -1,
          "entryPrice": 2320.785,
          "exitPrice": 2330.073,
          "stopDistance": 9.289,
          "outcome": "stop",
          "netR": -1.0452,
          "holdMinutes": 401
        },
        {
          "entryTs": 1717599600,
          "entryUtc": "2024-06-05T15:00:00.000Z",
          "exitTs": 1717637460,
          "dir": 1,
          "entryPrice": 2351.675,
          "exitPrice": 2371.218,
          "stopDistance": 9.771,
          "outcome": "target",
          "netR": 1.9621,
          "holdMinutes": 631
        },
        {
          "entryTs": 1717687740,
          "entryUtc": "2024-06-06T15:29:00.000Z",
          "exitTs": 1717747320,
          "dir": 1,
          "entryPrice": 2374.805,
          "exitPrice": 2365.361,
          "stopDistance": 9.444,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 993
        },
        {
          "entryTs": 1718001840,
          "entryUtc": "2024-06-10T06:44:00.000Z",
          "exitTs": 1718018100,
          "dir": -1,
          "entryPrice": 2288.755,
          "exitPrice": 2300.639,
          "stopDistance": 11.885,
          "outcome": "stop",
          "netR": -1.0353,
          "holdMinutes": 271
        },
        {
          "entryTs": 1718108400,
          "entryUtc": "2024-06-11T12:20:00.000Z",
          "exitTs": 1718123580,
          "dir": 1,
          "entryPrice": 2313.655,
          "exitPrice": 2306.205,
          "stopDistance": 7.45,
          "outcome": "stop",
          "netR": -1.0564,
          "holdMinutes": 253
        },
        {
          "entryTs": 1718195400,
          "entryUtc": "2024-06-12T12:30:00.000Z",
          "exitTs": 1718195400,
          "dir": 1,
          "entryPrice": 2319.865,
          "exitPrice": 2313.807,
          "stopDistance": 6.058,
          "outcome": "stop",
          "netR": -1.0693,
          "holdMinutes": 0
        },
        {
          "entryTs": 1718278740,
          "entryUtc": "2024-06-13T11:39:00.000Z",
          "exitTs": 1718281800,
          "dir": -1,
          "entryPrice": 2307.985,
          "exitPrice": 2316.825,
          "stopDistance": 8.84,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 51
        },
        {
          "entryTs": 1718360460,
          "entryUtc": "2024-06-14T10:21:00.000Z",
          "exitTs": 1718603940,
          "dir": 1,
          "entryPrice": 2326.495,
          "exitPrice": 2317.725,
          "stopDistance": 8.77,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 4058
        },
        {
          "entryTs": 1718706300,
          "entryUtc": "2024-06-18T10:25:00.000Z",
          "exitTs": 1718713800,
          "dir": -1,
          "entryPrice": 2309.895,
          "exitPrice": 2316.634,
          "stopDistance": 6.739,
          "outcome": "stop",
          "netR": -1.0623,
          "holdMinutes": 125
        },
        {
          "entryTs": 1718784000,
          "entryUtc": "2024-06-19T08:00:00.000Z",
          "exitTs": 1718794920,
          "dir": 1,
          "entryPrice": 2333.008,
          "exitPrice": 2327.046,
          "stopDistance": 5.962,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 182
        },
        {
          "entryTs": 1718857860,
          "entryUtc": "2024-06-20T04:31:00.000Z",
          "exitTs": 1718871300,
          "dir": 1,
          "entryPrice": 2338.878,
          "exitPrice": 2333.076,
          "stopDistance": 5.802,
          "outcome": "stop",
          "netR": -1.0724,
          "holdMinutes": 224
        },
        {
          "entryTs": 1718949060,
          "entryUtc": "2024-06-21T05:51:00.000Z",
          "exitTs": 1718952240,
          "dir": 1,
          "entryPrice": 2365.375,
          "exitPrice": 2358.233,
          "stopDistance": 7.142,
          "outcome": "stop",
          "netR": -1.0588,
          "holdMinutes": 53
        },
        {
          "entryTs": 1719207000,
          "entryUtc": "2024-06-24T05:30:00.000Z",
          "exitTs": 1719329460,
          "dir": 1,
          "entryPrice": 2326.578,
          "exitPrice": 2318.03,
          "stopDistance": 8.548,
          "outcome": "stop",
          "netR": -1.0491,
          "holdMinutes": 2041
        },
        {
          "entryTs": 1719381840,
          "entryUtc": "2024-06-26T06:04:00.000Z",
          "exitTs": 1719409560,
          "dir": -1,
          "entryPrice": 2310.455,
          "exitPrice": 2294.249,
          "stopDistance": 8.103,
          "outcome": "target",
          "netR": 1.9543,
          "holdMinutes": 462
        },
        {
          "entryTs": 1719489720,
          "entryUtc": "2024-06-27T12:02:00.000Z",
          "exitTs": 1719563160,
          "dir": 1,
          "entryPrice": 2318.285,
          "exitPrice": 2331.687,
          "stopDistance": 6.701,
          "outcome": "target",
          "netR": 1.9448,
          "holdMinutes": 1224
        },
        {
          "entryTs": 1719808440,
          "entryUtc": "2024-07-01T04:34:00.000Z",
          "exitTs": 1719825480,
          "dir": -1,
          "entryPrice": 2322.065,
          "exitPrice": 2329.131,
          "stopDistance": 7.066,
          "outcome": "stop",
          "netR": -1.0594,
          "holdMinutes": 284
        },
        {
          "entryTs": 1719988980,
          "entryUtc": "2024-07-03T06:43:00.000Z",
          "exitTs": 1720009800,
          "dir": 1,
          "entryPrice": 2336.668,
          "exitPrice": 2349.757,
          "stopDistance": 6.544,
          "outcome": "target",
          "netR": 1.9435,
          "holdMinutes": 347
        },
        {
          "entryTs": 1720155060,
          "entryUtc": "2024-07-05T04:51:00.000Z",
          "exitTs": 1720182600,
          "dir": 1,
          "entryPrice": 2363.018,
          "exitPrice": 2357.792,
          "stopDistance": 5.226,
          "outcome": "stop",
          "netR": -1.0804,
          "holdMinutes": 459
        },
        {
          "entryTs": 1720420740,
          "entryUtc": "2024-07-08T06:39:00.000Z",
          "exitTs": 1720453440,
          "dir": -1,
          "entryPrice": 2380.535,
          "exitPrice": 2364.522,
          "stopDistance": 8.006,
          "outcome": "target",
          "netR": 1.9538,
          "holdMinutes": 545
        },
        {
          "entryTs": 1720538460,
          "entryUtc": "2024-07-09T15:21:00.000Z",
          "exitTs": 1720540560,
          "dir": -1,
          "entryPrice": 2350.915,
          "exitPrice": 2359.8,
          "stopDistance": 8.885,
          "outcome": "stop",
          "netR": -1.0473,
          "holdMinutes": 35
        },
        {
          "entryTs": 1720594200,
          "entryUtc": "2024-07-10T06:50:00.000Z",
          "exitTs": 1720619580,
          "dir": 1,
          "entryPrice": 2371.358,
          "exitPrice": 2384.85,
          "stopDistance": 6.746,
          "outcome": "target",
          "netR": 1.9452,
          "holdMinutes": 423
        },
        {
          "entryTs": 1720701000,
          "entryUtc": "2024-07-11T12:30:00.000Z",
          "exitTs": 1720701000,
          "dir": 1,
          "entryPrice": 2386.548,
          "exitPrice": 2380.634,
          "stopDistance": 5.914,
          "outcome": "stop",
          "netR": -1.071,
          "holdMinutes": 0
        },
        {
          "entryTs": 1721024700,
          "entryUtc": "2024-07-15T06:25:00.000Z",
          "exitTs": 1721034000,
          "dir": -1,
          "entryPrice": 2404.815,
          "exitPrice": 2412.06,
          "stopDistance": 7.245,
          "outcome": "stop",
          "netR": -1.058,
          "holdMinutes": 155
        },
        {
          "entryTs": 1721122020,
          "entryUtc": "2024-07-16T09:27:00.000Z",
          "exitTs": 1721133600,
          "dir": 1,
          "entryPrice": 2439.628,
          "exitPrice": 2431.807,
          "stopDistance": 7.821,
          "outcome": "stop",
          "netR": -1.0537,
          "holdMinutes": 193
        },
        {
          "entryTs": 1721224740,
          "entryUtc": "2024-07-17T13:59:00.000Z",
          "exitTs": 1721225400,
          "dir": 1,
          "entryPrice": 2482.325,
          "exitPrice": 2471.5,
          "stopDistance": 10.825,
          "outcome": "stop",
          "netR": -1.0388,
          "holdMinutes": 11
        },
        {
          "entryTs": 1721327460,
          "entryUtc": "2024-07-18T18:31:00.000Z",
          "exitTs": 1721347440,
          "dir": -1,
          "entryPrice": 2451.425,
          "exitPrice": 2432.383,
          "stopDistance": 9.521,
          "outcome": "target",
          "netR": 1.9611,
          "holdMinutes": 333
        },
        {
          "entryTs": 1721369160,
          "entryUtc": "2024-07-19T06:06:00.000Z",
          "exitTs": 1721394360,
          "dir": -1,
          "entryPrice": 2420.315,
          "exitPrice": 2400.211,
          "stopDistance": 10.052,
          "outcome": "target",
          "netR": 1.9632,
          "holdMinutes": 420
        },
        {
          "entryTs": 1721628840,
          "entryUtc": "2024-07-22T06:14:00.000Z",
          "exitTs": 1721733540,
          "dir": -1,
          "entryPrice": 2400.875,
          "exitPrice": 2409.71,
          "stopDistance": 8.835,
          "outcome": "stop",
          "netR": -1.0475,
          "holdMinutes": 1745
        },
        {
          "entryTs": 1721800980,
          "entryUtc": "2024-07-24T06:03:00.000Z",
          "exitTs": 1721811420,
          "dir": 1,
          "entryPrice": 2418.228,
          "exitPrice": 2410.79,
          "stopDistance": 7.438,
          "outcome": "stop",
          "netR": -1.0565,
          "holdMinutes": 174
        },
        {
          "entryTs": 1721891460,
          "entryUtc": "2024-07-25T07:11:00.000Z",
          "exitTs": 1721904660,
          "dir": -1,
          "entryPrice": 2366.625,
          "exitPrice": 2378.616,
          "stopDistance": 11.991,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 220
        },
        {
          "entryTs": 1722001440,
          "entryUtc": "2024-07-26T13:44:00.000Z",
          "exitTs": 1722204960,
          "dir": 1,
          "entryPrice": 2382.485,
          "exitPrice": 2402.863,
          "stopDistance": 10.189,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 3392
        },
        {
          "entryTs": 1722241680,
          "entryUtc": "2024-07-29T08:28:00.000Z",
          "exitTs": 1722259500,
          "dir": -1,
          "entryPrice": 2387.115,
          "exitPrice": 2396.48,
          "stopDistance": 9.365,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 297
        },
        {
          "entryTs": 1722346380,
          "entryUtc": "2024-07-30T13:33:00.000Z",
          "exitTs": 1722348000,
          "dir": 1,
          "entryPrice": 2396.585,
          "exitPrice": 2389.698,
          "stopDistance": 6.887,
          "outcome": "stop",
          "netR": -1.061,
          "holdMinutes": 27
        },
        {
          "entryTs": 1722400920,
          "entryUtc": "2024-07-31T04:42:00.000Z",
          "exitTs": 1722453480,
          "dir": 1,
          "entryPrice": 2418.895,
          "exitPrice": 2437.141,
          "stopDistance": 9.123,
          "outcome": "target",
          "netR": 1.9594,
          "holdMinutes": 876
        },
        {
          "entryTs": 1722520800,
          "entryUtc": "2024-08-01T14:00:00.000Z",
          "exitTs": 1722521460,
          "dir": 1,
          "entryPrice": 2458.295,
          "exitPrice": 2447.229,
          "stopDistance": 11.066,
          "outcome": "stop",
          "netR": -1.038,
          "holdMinutes": 11
        },
        {
          "entryTs": 1722577680,
          "entryUtc": "2024-08-02T05:48:00.000Z",
          "exitTs": 1722609180,
          "dir": 1,
          "entryPrice": 2462.125,
          "exitPrice": 2450.528,
          "stopDistance": 11.597,
          "outcome": "stop",
          "netR": -1.0362,
          "holdMinutes": 525
        },
        {
          "entryTs": 1722830460,
          "entryUtc": "2024-08-05T04:01:00.000Z",
          "exitTs": 1722837240,
          "dir": 1,
          "entryPrice": 2452.395,
          "exitPrice": 2433.335,
          "stopDistance": 19.06,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 113
        },
        {
          "entryTs": 1723115100,
          "entryUtc": "2024-08-08T11:05:00.000Z",
          "exitTs": 1723140840,
          "dir": 1,
          "entryPrice": 2406.858,
          "exitPrice": 2425.813,
          "stopDistance": 9.478,
          "outcome": "target",
          "netR": 1.961,
          "holdMinutes": 429
        },
        {
          "entryTs": 1723200180,
          "entryUtc": "2024-08-09T10:43:00.000Z",
          "exitTs": 1723468740,
          "dir": 1,
          "entryPrice": 2428.845,
          "exitPrice": 2446.071,
          "stopDistance": 8.613,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 4476
        },
        {
          "entryTs": 1723624920,
          "entryUtc": "2024-08-14T08:42:00.000Z",
          "exitTs": 1723638660,
          "dir": 1,
          "entryPrice": 2475.505,
          "exitPrice": 2467.342,
          "stopDistance": 8.163,
          "outcome": "stop",
          "netR": -1.0514,
          "holdMinutes": 229
        },
        {
          "entryTs": 1723726800,
          "entryUtc": "2024-08-15T13:00:00.000Z",
          "exitTs": 1723728300,
          "dir": -1,
          "entryPrice": 2438,
          "exitPrice": 2447.958,
          "stopDistance": 9.958,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 25
        },
        {
          "entryTs": 1723807080,
          "entryUtc": "2024-08-16T11:18:00.000Z",
          "exitTs": 1723812900,
          "dir": 1,
          "entryPrice": 2469.945,
          "exitPrice": 2486.563,
          "stopDistance": 8.309,
          "outcome": "target",
          "netR": 1.9555,
          "holdMinutes": 97
        },
        {
          "entryTs": 1724018400,
          "entryUtc": "2024-08-18T22:00:00.000Z",
          "exitTs": 1724029620,
          "dir": 1,
          "entryPrice": 2509.638,
          "exitPrice": 2498.338,
          "stopDistance": 11.3,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 187
        },
        {
          "entryTs": 1724062920,
          "entryUtc": "2024-08-19T10:22:00.000Z",
          "exitTs": 1724078400,
          "dir": -1,
          "entryPrice": 2494.845,
          "exitPrice": 2504.492,
          "stopDistance": 9.647,
          "outcome": "stop",
          "netR": -1.0435,
          "holdMinutes": 258
        },
        {
          "entryTs": 1724139420,
          "entryUtc": "2024-08-20T07:37:00.000Z",
          "exitTs": 1724145000,
          "dir": 1,
          "entryPrice": 2508.065,
          "exitPrice": 2523.884,
          "stopDistance": 7.91,
          "outcome": "target",
          "netR": 1.9532,
          "holdMinutes": 93
        },
        {
          "entryTs": 1724248800,
          "entryUtc": "2024-08-21T14:00:00.000Z",
          "exitTs": 1724253600,
          "dir": -1,
          "entryPrice": 2497.235,
          "exitPrice": 2507.151,
          "stopDistance": 9.916,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 80
        },
        {
          "entryTs": 1724332860,
          "entryUtc": "2024-08-22T13:21:00.000Z",
          "exitTs": 1724336040,
          "dir": -1,
          "entryPrice": 2493.698,
          "exitPrice": 2475.328,
          "stopDistance": 9.185,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 53
        },
        {
          "entryTs": 1724421840,
          "entryUtc": "2024-08-23T14:04:00.000Z",
          "exitTs": 1724431440,
          "dir": 1,
          "entryPrice": 2510.485,
          "exitPrice": 2502.539,
          "stopDistance": 7.946,
          "outcome": "stop",
          "netR": -1.0529,
          "holdMinutes": 160
        },
        {
          "entryTs": 1724646840,
          "entryUtc": "2024-08-26T04:34:00.000Z",
          "exitTs": 1724656440,
          "dir": -1,
          "entryPrice": 2509.205,
          "exitPrice": 2517.167,
          "stopDistance": 7.962,
          "outcome": "stop",
          "netR": -1.0528,
          "holdMinutes": 160
        },
        {
          "entryTs": 1724745540,
          "entryUtc": "2024-08-27T07:59:00.000Z",
          "exitTs": 1724749740,
          "dir": -1,
          "entryPrice": 2505.698,
          "exitPrice": 2512.821,
          "stopDistance": 7.123,
          "outcome": "stop",
          "netR": -1.059,
          "holdMinutes": 70
        },
        {
          "entryTs": 1724842080,
          "entryUtc": "2024-08-28T10:48:00.000Z",
          "exitTs": 1724890500,
          "dir": -1,
          "entryPrice": 2503.325,
          "exitPrice": 2510.912,
          "stopDistance": 7.587,
          "outcome": "stop",
          "netR": -1.0554,
          "holdMinutes": 807
        },
        {
          "entryTs": 1724904000,
          "entryUtc": "2024-08-29T04:00:00.000Z",
          "exitTs": 1724934660,
          "dir": 1,
          "entryPrice": 2516.695,
          "exitPrice": 2508.988,
          "stopDistance": 7.707,
          "outcome": "stop",
          "netR": -1.0545,
          "holdMinutes": 511
        },
        {
          "entryTs": 1725030360,
          "entryUtc": "2024-08-30T15:06:00.000Z",
          "exitTs": 1725370740,
          "dir": -1,
          "entryPrice": 2503.515,
          "exitPrice": 2484.461,
          "stopDistance": 9.527,
          "outcome": "target",
          "netR": 1.9612,
          "holdMinutes": 5673
        },
        {
          "entryTs": 1725440040,
          "entryUtc": "2024-09-04T08:54:00.000Z",
          "exitTs": 1725443460,
          "dir": -1,
          "entryPrice": 2473.245,
          "exitPrice": 2481.571,
          "stopDistance": 8.326,
          "outcome": "stop",
          "netR": -1.0504,
          "holdMinutes": 57
        },
        {
          "entryTs": 1725515460,
          "entryUtc": "2024-09-05T05:51:00.000Z",
          "exitTs": 1725524760,
          "dir": 1,
          "entryPrice": 2500.145,
          "exitPrice": 2514.059,
          "stopDistance": 6.957,
          "outcome": "target",
          "netR": 1.9468,
          "holdMinutes": 155
        },
        {
          "entryTs": 1725625800,
          "entryUtc": "2024-09-06T12:30:00.000Z",
          "exitTs": 1725625800,
          "dir": 1,
          "entryPrice": 2523.448,
          "exitPrice": 2517.485,
          "stopDistance": 5.963,
          "outcome": "stop",
          "netR": -1.0704,
          "holdMinutes": 0
        },
        {
          "entryTs": 1725860340,
          "entryUtc": "2024-09-09T05:39:00.000Z",
          "exitTs": 1725885180,
          "dir": -1,
          "entryPrice": 2494.625,
          "exitPrice": 2503.333,
          "stopDistance": 8.708,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 414
        },
        {
          "entryTs": 1725953880,
          "entryUtc": "2024-09-10T07:38:00.000Z",
          "exitTs": 1725955980,
          "dir": 1,
          "entryPrice": 2507.515,
          "exitPrice": 2500.952,
          "stopDistance": 6.563,
          "outcome": "stop",
          "netR": -1.064,
          "holdMinutes": 35
        },
        {
          "entryTs": 1726034520,
          "entryUtc": "2024-09-11T06:02:00.000Z",
          "exitTs": 1726057800,
          "dir": 1,
          "entryPrice": 2522.415,
          "exitPrice": 2516.257,
          "stopDistance": 6.158,
          "outcome": "stop",
          "netR": -1.0682,
          "holdMinutes": 388
        },
        {
          "entryTs": 1726144860,
          "entryUtc": "2024-09-12T12:41:00.000Z",
          "exitTs": 1726148280,
          "dir": 1,
          "entryPrice": 2528.885,
          "exitPrice": 2542.825,
          "stopDistance": 6.97,
          "outcome": "target",
          "netR": 1.9469,
          "holdMinutes": 57
        },
        {
          "entryTs": 1726203180,
          "entryUtc": "2024-09-13T04:53:00.000Z",
          "exitTs": 1726455960,
          "dir": 1,
          "entryPrice": 2569.925,
          "exitPrice": 2588.278,
          "stopDistance": 9.177,
          "outcome": "target",
          "netR": 1.9597,
          "holdMinutes": 4213
        },
        {
          "entryTs": 1726465380,
          "entryUtc": "2024-09-16T05:43:00.000Z",
          "exitTs": 1726470840,
          "dir": 1,
          "entryPrice": 2588.865,
          "exitPrice": 2581.64,
          "stopDistance": 7.225,
          "outcome": "stop",
          "netR": -1.0581,
          "holdMinutes": 91
        },
        {
          "entryTs": 1726547940,
          "entryUtc": "2024-09-17T04:39:00.000Z",
          "exitTs": 1726553340,
          "dir": -1,
          "entryPrice": 2575.115,
          "exitPrice": 2582.061,
          "stopDistance": 6.946,
          "outcome": "stop",
          "netR": -1.0605,
          "holdMinutes": 90
        },
        {
          "entryTs": 1726682400,
          "entryUtc": "2024-09-18T18:00:00.000Z",
          "exitTs": 1726682400,
          "dir": 1,
          "entryPrice": 2586.835,
          "exitPrice": 2578.033,
          "stopDistance": 8.802,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 0
        },
        {
          "entryTs": 1726811220,
          "entryUtc": "2024-09-20T05:47:00.000Z",
          "exitTs": 1726821540,
          "dir": 1,
          "entryPrice": 2594.775,
          "exitPrice": 2611.994,
          "stopDistance": 8.609,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 172
        },
        {
          "entryTs": 1727058960,
          "entryUtc": "2024-09-23T02:36:00.000Z",
          "exitTs": 1727076900,
          "dir": 1,
          "entryPrice": 2625.574,
          "exitPrice": 2616.9,
          "stopDistance": 8.674,
          "outcome": "stop",
          "netR": -1.0484,
          "holdMinutes": 299
        },
        {
          "entryTs": 1727151960,
          "entryUtc": "2024-09-24T04:26:00.000Z",
          "exitTs": 1727157360,
          "dir": 1,
          "entryPrice": 2635.995,
          "exitPrice": 2629.022,
          "stopDistance": 6.973,
          "outcome": "stop",
          "netR": -1.0602,
          "holdMinutes": 90
        },
        {
          "entryTs": 1727338020,
          "entryUtc": "2024-09-26T08:07:00.000Z",
          "exitTs": 1727350740,
          "dir": 1,
          "entryPrice": 2667.345,
          "exitPrice": 2682.996,
          "stopDistance": 7.825,
          "outcome": "target",
          "netR": 1.9527,
          "holdMinutes": 212
        },
        {
          "entryTs": 1727448480,
          "entryUtc": "2024-09-27T14:48:00.000Z",
          "exitTs": 1727652540,
          "dir": -1,
          "entryPrice": 2654.685,
          "exitPrice": 2664.244,
          "stopDistance": 9.559,
          "outcome": "stop",
          "netR": -1.0439,
          "holdMinutes": 3401
        },
        {
          "entryTs": 1727691480,
          "entryUtc": "2024-09-30T10:18:00.000Z",
          "exitTs": 1727720340,
          "dir": -1,
          "entryPrice": 2647.285,
          "exitPrice": 2626.916,
          "stopDistance": 10.184,
          "outcome": "target",
          "netR": 1.9637,
          "holdMinutes": 481
        },
        {
          "entryTs": 1727789580,
          "entryUtc": "2024-10-01T13:33:00.000Z",
          "exitTs": 1727842920,
          "dir": 1,
          "entryPrice": 2660.495,
          "exitPrice": 2652.622,
          "stopDistance": 7.873,
          "outcome": "stop",
          "netR": -1.0533,
          "holdMinutes": 889
        },
        {
          "entryTs": 1727946600,
          "entryUtc": "2024-10-03T09:10:00.000Z",
          "exitTs": 1727958180,
          "dir": -1,
          "entryPrice": 2640.954,
          "exitPrice": 2649.611,
          "stopDistance": 8.657,
          "outcome": "stop",
          "netR": -1.0485,
          "holdMinutes": 193
        },
        {
          "entryTs": 1728015960,
          "entryUtc": "2024-10-04T04:26:00.000Z",
          "exitTs": 1728045000,
          "dir": 1,
          "entryPrice": 2663.474,
          "exitPrice": 2655.484,
          "stopDistance": 7.99,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 484
        },
        {
          "entryTs": 1728278520,
          "entryUtc": "2024-10-07T05:22:00.000Z",
          "exitTs": 1728288420,
          "dir": -1,
          "entryPrice": 2643.708,
          "exitPrice": 2653.708,
          "stopDistance": 10,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 165
        },
        {
          "entryTs": 1728370920,
          "entryUtc": "2024-10-08T07:02:00.000Z",
          "exitTs": 1728384600,
          "dir": -1,
          "entryPrice": 2633.665,
          "exitPrice": 2644.462,
          "stopDistance": 10.797,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 228
        },
        {
          "entryTs": 1728563400,
          "entryUtc": "2024-10-10T12:30:00.000Z",
          "exitTs": 1728563400,
          "dir": -1,
          "entryPrice": 2605.045,
          "exitPrice": 2612.943,
          "stopDistance": 7.898,
          "outcome": "stop",
          "netR": -1.0532,
          "holdMinutes": 0
        },
        {
          "entryTs": 1728856800,
          "entryUtc": "2024-10-13T22:00:00.000Z",
          "exitTs": 1728856860,
          "dir": 1,
          "entryPrice": 2656.298,
          "exitPrice": 2646.338,
          "stopDistance": 9.96,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 1
        },
        {
          "entryTs": 1729147200,
          "entryUtc": "2024-10-17T06:40:00.000Z",
          "exitTs": 1729157040,
          "dir": 1,
          "entryPrice": 2685.298,
          "exitPrice": 2676.954,
          "stopDistance": 8.344,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 164
        },
        {
          "entryTs": 1729468800,
          "entryUtc": "2024-10-21T00:00:00.000Z",
          "exitTs": 1729515660,
          "dir": 1,
          "entryPrice": 2723.395,
          "exitPrice": 2740.094,
          "stopDistance": 8.349,
          "outcome": "target",
          "netR": 1.9557,
          "holdMinutes": 781
        },
        {
          "entryTs": 1729604100,
          "entryUtc": "2024-10-22T13:35:00.000Z",
          "exitTs": 1729692600,
          "dir": 1,
          "entryPrice": 2740.418,
          "exitPrice": 2730.924,
          "stopDistance": 9.494,
          "outcome": "stop",
          "netR": -1.0442,
          "holdMinutes": 1475
        },
        {
          "entryTs": 1729844400,
          "entryUtc": "2024-10-25T08:20:00.000Z",
          "exitTs": 1729860540,
          "dir": -1,
          "entryPrice": 2722.385,
          "exitPrice": 2730.117,
          "stopDistance": 7.732,
          "outcome": "stop",
          "netR": -1.0543,
          "holdMinutes": 269
        },
        {
          "entryTs": 1730095800,
          "entryUtc": "2024-10-28T06:10:00.000Z",
          "exitTs": 1730107440,
          "dir": 1,
          "entryPrice": 2740.095,
          "exitPrice": 2730.713,
          "stopDistance": 9.382,
          "outcome": "stop",
          "netR": -1.0448,
          "holdMinutes": 194
        },
        {
          "entryTs": 1730209020,
          "entryUtc": "2024-10-29T13:37:00.000Z",
          "exitTs": 1730235540,
          "dir": 1,
          "entryPrice": 2757.615,
          "exitPrice": 2774.705,
          "stopDistance": 8.545,
          "outcome": "target",
          "netR": 1.9567,
          "holdMinutes": 442
        },
        {
          "entryTs": 1730266320,
          "entryUtc": "2024-10-30T05:32:00.000Z",
          "exitTs": 1730290500,
          "dir": 1,
          "entryPrice": 2781.995,
          "exitPrice": 2773.975,
          "stopDistance": 8.02,
          "outcome": "stop",
          "netR": -1.0524,
          "holdMinutes": 403
        },
        {
          "entryTs": 1730379660,
          "entryUtc": "2024-10-31T13:01:00.000Z",
          "exitTs": 1730383200,
          "dir": -1,
          "entryPrice": 2770.795,
          "exitPrice": 2753.584,
          "stopDistance": 8.605,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 59
        },
        {
          "entryTs": 1730697240,
          "entryUtc": "2024-11-04T05:14:00.000Z",
          "exitTs": 1730710380,
          "dir": 1,
          "entryPrice": 2742.315,
          "exitPrice": 2733.459,
          "stopDistance": 8.856,
          "outcome": "stop",
          "netR": -1.0474,
          "holdMinutes": 219
        },
        {
          "entryTs": 1730817000,
          "entryUtc": "2024-11-05T14:30:00.000Z",
          "exitTs": 1730819220,
          "dir": 1,
          "entryPrice": 2748.015,
          "exitPrice": 2738.741,
          "stopDistance": 9.274,
          "outcome": "stop",
          "netR": -1.0453,
          "holdMinutes": 37
        },
        {
          "entryTs": 1730874240,
          "entryUtc": "2024-11-06T06:24:00.000Z",
          "exitTs": 1730874900,
          "dir": -1,
          "entryPrice": 2730.425,
          "exitPrice": 2707.12,
          "stopDistance": 11.653,
          "outcome": "target",
          "netR": 1.9682,
          "holdMinutes": 11
        },
        {
          "entryTs": 1731045780,
          "entryUtc": "2024-11-08T06:03:00.000Z",
          "exitTs": 1731322980,
          "dir": -1,
          "entryPrice": 2693.125,
          "exitPrice": 2659.376,
          "stopDistance": 16.875,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 4620
        },
        {
          "entryTs": 1731389400,
          "entryUtc": "2024-11-12T05:30:00.000Z",
          "exitTs": 1731407100,
          "dir": -1,
          "entryPrice": 2610.515,
          "exitPrice": 2589.621,
          "stopDistance": 10.447,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 295
        },
        {
          "entryTs": 1731504600,
          "entryUtc": "2024-11-13T13:30:00.000Z",
          "exitTs": 1731504600,
          "dir": 1,
          "entryPrice": 2618.035,
          "exitPrice": 2608.973,
          "stopDistance": 9.062,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 0
        },
        {
          "entryTs": 1731562560,
          "entryUtc": "2024-11-14T05:36:00.000Z",
          "exitTs": 1731597900,
          "dir": -1,
          "entryPrice": 2558.785,
          "exitPrice": 2570.26,
          "stopDistance": 11.475,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 589
        },
        {
          "entryTs": 1731891120,
          "entryUtc": "2024-11-18T00:52:00.000Z",
          "exitTs": 1731935100,
          "dir": 1,
          "entryPrice": 2575.908,
          "exitPrice": 2598.721,
          "stopDistance": 11.406,
          "outcome": "target",
          "netR": 1.9676,
          "holdMinutes": 733
        },
        {
          "entryTs": 1731999120,
          "entryUtc": "2024-11-19T06:52:00.000Z",
          "exitTs": 1732113300,
          "dir": 1,
          "entryPrice": 2625.408,
          "exitPrice": 2642.366,
          "stopDistance": 8.479,
          "outcome": "target",
          "netR": 1.9564,
          "holdMinutes": 1903
        },
        {
          "entryTs": 1732169880,
          "entryUtc": "2024-11-21T06:18:00.000Z",
          "exitTs": 1732237200,
          "dir": 1,
          "entryPrice": 2660.285,
          "exitPrice": 2677.114,
          "stopDistance": 8.414,
          "outcome": "target",
          "netR": 1.956,
          "holdMinutes": 1122
        },
        {
          "entryTs": 1732258500,
          "entryUtc": "2024-11-22T06:55:00.000Z",
          "exitTs": 1732311840,
          "dir": 1,
          "entryPrice": 2692.275,
          "exitPrice": 2711.666,
          "stopDistance": 9.696,
          "outcome": "target",
          "netR": 1.9618,
          "holdMinutes": 889
        },
        {
          "entryTs": 1732490400,
          "entryUtc": "2024-11-24T23:20:00.000Z",
          "exitTs": 1732496580,
          "dir": 1,
          "entryPrice": 2716.165,
          "exitPrice": 2704.991,
          "stopDistance": 11.174,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 103
        },
        {
          "entryTs": 1732513920,
          "entryUtc": "2024-11-25T05:52:00.000Z",
          "exitTs": 1732532100,
          "dir": -1,
          "entryPrice": 2658.824,
          "exitPrice": 2676.677,
          "stopDistance": 17.853,
          "outcome": "stop",
          "netR": -1.0235,
          "holdMinutes": 303
        },
        {
          "entryTs": 1732685460,
          "entryUtc": "2024-11-27T05:31:00.000Z",
          "exitTs": 1732755960,
          "dir": 1,
          "entryPrice": 2641.774,
          "exitPrice": 2630.386,
          "stopDistance": 11.388,
          "outcome": "stop",
          "netR": -1.0369,
          "holdMinutes": 1175
        },
        {
          "entryTs": 1732846920,
          "entryUtc": "2024-11-29T02:22:00.000Z",
          "exitTs": 1732907640,
          "dir": 1,
          "entryPrice": 2658.098,
          "exitPrice": 2649.705,
          "stopDistance": 8.393,
          "outcome": "stop",
          "netR": -1.05,
          "holdMinutes": 1012
        },
        {
          "entryTs": 1733094120,
          "entryUtc": "2024-12-01T23:02:00.000Z",
          "exitTs": 1733102340,
          "dir": -1,
          "entryPrice": 2648.525,
          "exitPrice": 2629.191,
          "stopDistance": 9.667,
          "outcome": "target",
          "netR": 1.9617,
          "holdMinutes": 137
        },
        {
          "entryTs": 1733116920,
          "entryUtc": "2024-12-02T05:22:00.000Z",
          "exitTs": 1733131020,
          "dir": -1,
          "entryPrice": 2622.765,
          "exitPrice": 2634.835,
          "stopDistance": 12.07,
          "outcome": "stop",
          "netR": -1.0348,
          "holdMinutes": 235
        },
        {
          "entryTs": 1733234100,
          "entryUtc": "2024-12-03T13:55:00.000Z",
          "exitTs": 1733238000,
          "dir": 1,
          "entryPrice": 2651.648,
          "exitPrice": 2643.056,
          "stopDistance": 8.592,
          "outcome": "stop",
          "netR": -1.0489,
          "holdMinutes": 65
        },
        {
          "entryTs": 1733317380,
          "entryUtc": "2024-12-04T13:03:00.000Z",
          "exitTs": 1733318640,
          "dir": -1,
          "entryPrice": 2635.115,
          "exitPrice": 2643.832,
          "stopDistance": 8.717,
          "outcome": "stop",
          "netR": -1.0482,
          "holdMinutes": 21
        },
        {
          "entryTs": 1733413260,
          "entryUtc": "2024-12-05T15:41:00.000Z",
          "exitTs": 1733414580,
          "dir": -1,
          "entryPrice": 2632.315,
          "exitPrice": 2641.942,
          "stopDistance": 9.627,
          "outcome": "stop",
          "netR": -1.0436,
          "holdMinutes": 22
        },
        {
          "entryTs": 1733698800,
          "entryUtc": "2024-12-08T23:00:00.000Z",
          "exitTs": 1733700660,
          "dir": 1,
          "entryPrice": 2646.52,
          "exitPrice": 2636.339,
          "stopDistance": 10.181,
          "outcome": "stop",
          "netR": -1.0413,
          "holdMinutes": 31
        },
        {
          "entryTs": 1733729640,
          "entryUtc": "2024-12-09T07:34:00.000Z",
          "exitTs": 1733756100,
          "dir": 1,
          "entryPrice": 2650.515,
          "exitPrice": 2674.162,
          "stopDistance": 11.824,
          "outcome": "target",
          "netR": 1.9687,
          "holdMinutes": 441
        },
        {
          "entryTs": 1733827920,
          "entryUtc": "2024-12-10T10:52:00.000Z",
          "exitTs": 1733852640,
          "dir": 1,
          "entryPrice": 2676.255,
          "exitPrice": 2694.039,
          "stopDistance": 8.892,
          "outcome": "target",
          "netR": 1.9584,
          "holdMinutes": 412
        },
        {
          "entryTs": 1733925780,
          "entryUtc": "2024-12-11T14:03:00.000Z",
          "exitTs": 1734012720,
          "dir": 1,
          "entryPrice": 2704.098,
          "exitPrice": 2692.158,
          "stopDistance": 11.94,
          "outcome": "stop",
          "netR": -1.0352,
          "holdMinutes": 1449
        },
        {
          "entryTs": 1734080220,
          "entryUtc": "2024-12-13T08:57:00.000Z",
          "exitTs": 1734103440,
          "dir": -1,
          "entryPrice": 2675.055,
          "exitPrice": 2655.282,
          "stopDistance": 9.887,
          "outcome": "target",
          "netR": 1.9626,
          "holdMinutes": 387
        },
        {
          "entryTs": 1734310140,
          "entryUtc": "2024-12-16T00:49:00.000Z",
          "exitTs": 1734335160,
          "dir": -1,
          "entryPrice": 2645.945,
          "exitPrice": 2655.742,
          "stopDistance": 9.797,
          "outcome": "stop",
          "netR": -1.0429,
          "holdMinutes": 417
        },
        {
          "entryTs": 1734416580,
          "entryUtc": "2024-12-17T06:23:00.000Z",
          "exitTs": 1734420480,
          "dir": -1,
          "entryPrice": 2648.475,
          "exitPrice": 2655.688,
          "stopDistance": 7.213,
          "outcome": "stop",
          "netR": -1.0582,
          "holdMinutes": 65
        },
        {
          "entryTs": 1734548400,
          "entryUtc": "2024-12-18T19:00:00.000Z",
          "exitTs": 1734548940,
          "dir": -1,
          "entryPrice": 2632.795,
          "exitPrice": 2617.645,
          "stopDistance": 7.575,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 9
        },
        {
          "entryTs": 1734708600,
          "entryUtc": "2024-12-20T15:30:00.000Z",
          "exitTs": 1734953100,
          "dir": 1,
          "entryPrice": 2626.325,
          "exitPrice": 2616.331,
          "stopDistance": 9.994,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 4075
        },
        {
          "entryTs": 1735173360,
          "entryUtc": "2024-12-26T00:36:00.000Z",
          "exitTs": 1735225980,
          "dir": 1,
          "entryPrice": 2621.205,
          "exitPrice": 2634.631,
          "stopDistance": 6.713,
          "outcome": "target",
          "netR": 1.9449,
          "holdMinutes": 877
        },
        {
          "entryTs": 1735304820,
          "entryUtc": "2024-12-27T13:07:00.000Z",
          "exitTs": 1735567080,
          "dir": -1,
          "entryPrice": 2621.598,
          "exitPrice": 2608.146,
          "stopDistance": 6.726,
          "outcome": "target",
          "netR": 1.945,
          "holdMinutes": 4371
        },
        {
          "entryTs": 1735659600,
          "entryUtc": "2024-12-31T15:40:00.000Z",
          "exitTs": 1735813080,
          "dir": 1,
          "entryPrice": 2624.515,
          "exitPrice": 2640.918,
          "stopDistance": 8.202,
          "outcome": "target",
          "netR": 1.9549,
          "holdMinutes": 2558
        },
        {
          "entryTs": 1736137020,
          "entryUtc": "2025-01-06T04:17:00.000Z",
          "exitTs": 1736162880,
          "dir": -1,
          "entryPrice": 2636.625,
          "exitPrice": 2644.616,
          "stopDistance": 7.991,
          "outcome": "stop",
          "netR": -1.0526,
          "holdMinutes": 431
        },
        {
          "entryTs": 1736251620,
          "entryUtc": "2025-01-07T12:07:00.000Z",
          "exitTs": 1736346960,
          "dir": 1,
          "entryPrice": 2649.305,
          "exitPrice": 2666.147,
          "stopDistance": 8.421,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 1589
        },
        {
          "entryTs": 1736422020,
          "entryUtc": "2025-01-09T11:27:00.000Z",
          "exitTs": 1736517900,
          "dir": 1,
          "entryPrice": 2669.844,
          "exitPrice": 2686.1,
          "stopDistance": 8.128,
          "outcome": "target",
          "netR": 1.9545,
          "holdMinutes": 1598
        },
        {
          "entryTs": 1736762640,
          "entryUtc": "2025-01-13T10:04:00.000Z",
          "exitTs": 1736784000,
          "dir": -1,
          "entryPrice": 2679.145,
          "exitPrice": 2660.724,
          "stopDistance": 9.211,
          "outcome": "target",
          "netR": 1.9598,
          "holdMinutes": 356
        },
        {
          "entryTs": 1736920800,
          "entryUtc": "2025-01-15T06:00:00.000Z",
          "exitTs": 1736949600,
          "dir": 1,
          "entryPrice": 2679.198,
          "exitPrice": 2694.206,
          "stopDistance": 7.504,
          "outcome": "target",
          "netR": 1.9507,
          "holdMinutes": 480
        },
        {
          "entryTs": 1737015480,
          "entryUtc": "2025-01-16T08:18:00.000Z",
          "exitTs": 1737035460,
          "dir": 1,
          "entryPrice": 2702.008,
          "exitPrice": 2717.171,
          "stopDistance": 7.582,
          "outcome": "target",
          "netR": 1.9512,
          "holdMinutes": 333
        },
        {
          "entryTs": 1737328860,
          "entryUtc": "2025-01-19T23:21:00.000Z",
          "exitTs": 1737349020,
          "dir": -1,
          "entryPrice": 2698.445,
          "exitPrice": 2706.281,
          "stopDistance": 7.836,
          "outcome": "stop",
          "netR": -1.0536,
          "holdMinutes": 336
        },
        {
          "entryTs": 1737351000,
          "entryUtc": "2025-01-20T05:30:00.000Z",
          "exitTs": 1737426720,
          "dir": 1,
          "entryPrice": 2706.295,
          "exitPrice": 2722.835,
          "stopDistance": 8.27,
          "outcome": "target",
          "netR": 1.9553,
          "holdMinutes": 1262
        },
        {
          "entryTs": 1737435660,
          "entryUtc": "2025-01-21T05:01:00.000Z",
          "exitTs": 1737450840,
          "dir": 1,
          "entryPrice": 2727.715,
          "exitPrice": 2717.757,
          "stopDistance": 9.958,
          "outcome": "stop",
          "netR": -1.0422,
          "holdMinutes": 253
        },
        {
          "entryTs": 1737523620,
          "entryUtc": "2025-01-22T05:27:00.000Z",
          "exitTs": 1737624300,
          "dir": 1,
          "entryPrice": 2752.775,
          "exitPrice": 2744.716,
          "stopDistance": 8.059,
          "outcome": "stop",
          "netR": -1.0521,
          "holdMinutes": 1678
        },
        {
          "entryTs": 1737698880,
          "entryUtc": "2025-01-24T06:08:00.000Z",
          "exitTs": 1737932400,
          "dir": 1,
          "entryPrice": 2777.215,
          "exitPrice": 2768.464,
          "stopDistance": 8.751,
          "outcome": "stop",
          "netR": -1.048,
          "holdMinutes": 3892
        },
        {
          "entryTs": 1737956520,
          "entryUtc": "2025-01-27T05:42:00.000Z",
          "exitTs": 1737968820,
          "dir": -1,
          "entryPrice": 2753.618,
          "exitPrice": 2762.808,
          "stopDistance": 9.19,
          "outcome": "stop",
          "netR": -1.0457,
          "holdMinutes": 205
        },
        {
          "entryTs": 1738220280,
          "entryUtc": "2025-01-30T06:58:00.000Z",
          "exitTs": 1738240500,
          "dir": 1,
          "entryPrice": 2765.928,
          "exitPrice": 2779.495,
          "stopDistance": 6.784,
          "outcome": "target",
          "netR": 1.9455,
          "holdMinutes": 337
        },
        {
          "entryTs": 1738308300,
          "entryUtc": "2025-01-31T07:25:00.000Z",
          "exitTs": 1738312500,
          "dir": 1,
          "entryPrice": 2799.375,
          "exitPrice": 2792.196,
          "stopDistance": 7.179,
          "outcome": "stop",
          "netR": -1.0585,
          "holdMinutes": 70
        },
        {
          "entryTs": 1738538520,
          "entryUtc": "2025-02-02T23:22:00.000Z",
          "exitTs": 1738580640,
          "dir": -1,
          "entryPrice": 2790.895,
          "exitPrice": 2801.346,
          "stopDistance": 10.451,
          "outcome": "stop",
          "netR": -1.0402,
          "holdMinutes": 702
        },
        {
          "entryTs": 1738581060,
          "entryUtc": "2025-02-03T11:11:00.000Z",
          "exitTs": 1738594200,
          "dir": 1,
          "entryPrice": 2803.148,
          "exitPrice": 2826.656,
          "stopDistance": 11.754,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 219
        },
        {
          "entryTs": 1738675260,
          "entryUtc": "2025-02-04T13:21:00.000Z",
          "exitTs": 1738721460,
          "dir": 1,
          "entryPrice": 2830.305,
          "exitPrice": 2851.913,
          "stopDistance": 10.804,
          "outcome": "target",
          "netR": 1.9658,
          "holdMinutes": 770
        },
        {
          "entryTs": 1738734060,
          "entryUtc": "2025-02-05T05:41:00.000Z",
          "exitTs": 1738770360,
          "dir": 1,
          "entryPrice": 2857.984,
          "exitPrice": 2878.661,
          "stopDistance": 10.338,
          "outcome": "target",
          "netR": 1.9642,
          "holdMinutes": 605
        },
        {
          "entryTs": 1738830060,
          "entryUtc": "2025-02-06T08:21:00.000Z",
          "exitTs": 1738841820,
          "dir": -1,
          "entryPrice": 2853.445,
          "exitPrice": 2864.37,
          "stopDistance": 10.925,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 196
        },
        {
          "entryTs": 1738938240,
          "entryUtc": "2025-02-07T14:24:00.000Z",
          "exitTs": 1738946520,
          "dir": 1,
          "entryPrice": 2871.235,
          "exitPrice": 2861.334,
          "stopDistance": 9.901,
          "outcome": "stop",
          "netR": -1.0424,
          "holdMinutes": 138
        },
        {
          "entryTs": 1739163780,
          "entryUtc": "2025-02-10T05:03:00.000Z",
          "exitTs": 1739180040,
          "dir": 1,
          "entryPrice": 2879.365,
          "exitPrice": 2901.795,
          "stopDistance": 11.215,
          "outcome": "target",
          "netR": 1.967,
          "holdMinutes": 271
        },
        {
          "entryTs": 1739356980,
          "entryUtc": "2025-02-12T10:43:00.000Z",
          "exitTs": 1739369640,
          "dir": -1,
          "entryPrice": 2881.635,
          "exitPrice": 2893.498,
          "stopDistance": 11.863,
          "outcome": "stop",
          "netR": -1.0354,
          "holdMinutes": 211
        },
        {
          "entryTs": 1739423340,
          "entryUtc": "2025-02-13T05:09:00.000Z",
          "exitTs": 1739453460,
          "dir": 1,
          "entryPrice": 2919.035,
          "exitPrice": 2907.856,
          "stopDistance": 11.179,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 502
        },
        {
          "entryTs": 1739514960,
          "entryUtc": "2025-02-14T06:36:00.000Z",
          "exitTs": 1739540520,
          "dir": 1,
          "entryPrice": 2933.705,
          "exitPrice": 2924.288,
          "stopDistance": 9.417,
          "outcome": "stop",
          "netR": -1.0446,
          "holdMinutes": 426
        },
        {
          "entryTs": 1739770080,
          "entryUtc": "2025-02-17T05:28:00.000Z",
          "exitTs": 1739772540,
          "dir": 1,
          "entryPrice": 2904.775,
          "exitPrice": 2891.281,
          "stopDistance": 13.494,
          "outcome": "stop",
          "netR": -1.0311,
          "holdMinutes": 41
        },
        {
          "entryTs": 1739854800,
          "entryUtc": "2025-02-18T05:00:00.000Z",
          "exitTs": 1739891640,
          "dir": 1,
          "entryPrice": 2910.875,
          "exitPrice": 2929.417,
          "stopDistance": 9.271,
          "outcome": "target",
          "netR": 1.9601,
          "holdMinutes": 614
        },
        {
          "entryTs": 1739954160,
          "entryUtc": "2025-02-19T08:36:00.000Z",
          "exitTs": 1739975160,
          "dir": 1,
          "entryPrice": 2939.465,
          "exitPrice": 2930.029,
          "stopDistance": 9.436,
          "outcome": "stop",
          "netR": -1.0445,
          "holdMinutes": 350
        },
        {
          "entryTs": 1740031620,
          "entryUtc": "2025-02-20T06:07:00.000Z",
          "exitTs": 1740059160,
          "dir": 1,
          "entryPrice": 2946.865,
          "exitPrice": 2936.777,
          "stopDistance": 10.088,
          "outcome": "stop",
          "netR": -1.0416,
          "holdMinutes": 459
        },
        {
          "entryTs": 1740125520,
          "entryUtc": "2025-02-21T08:12:00.000Z",
          "exitTs": 1740149160,
          "dir": -1,
          "entryPrice": 2923.945,
          "exitPrice": 2936.3,
          "stopDistance": 12.355,
          "outcome": "stop",
          "netR": -1.034,
          "holdMinutes": 394
        },
        {
          "entryTs": 1740366060,
          "entryUtc": "2025-02-24T03:01:00.000Z",
          "exitTs": 1740470460,
          "dir": 1,
          "entryPrice": 2942.625,
          "exitPrice": 2929.55,
          "stopDistance": 13.075,
          "outcome": "stop",
          "netR": -1.0321,
          "holdMinutes": 1740
        },
        {
          "entryTs": 1740633600,
          "entryUtc": "2025-02-27T05:20:00.000Z",
          "exitTs": 1740667620,
          "dir": -1,
          "entryPrice": 2890.588,
          "exitPrice": 2868.556,
          "stopDistance": 11.016,
          "outcome": "target",
          "netR": 1.9664,
          "holdMinutes": 567
        },
        {
          "entryTs": 1740729720,
          "entryUtc": "2025-02-28T08:02:00.000Z",
          "exitTs": 1740956520,
          "dir": -1,
          "entryPrice": 2856.785,
          "exitPrice": 2869.198,
          "stopDistance": 12.414,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 3780
        },
        {
          "entryTs": 1741005180,
          "entryUtc": "2025-03-03T12:33:00.000Z",
          "exitTs": 1741073220,
          "dir": 1,
          "entryPrice": 2876.905,
          "exitPrice": 2900.404,
          "stopDistance": 11.75,
          "outcome": "target",
          "netR": 1.9685,
          "holdMinutes": 1134
        },
        {
          "entryTs": 1741191600,
          "entryUtc": "2025-03-05T16:20:00.000Z",
          "exitTs": 1741198020,
          "dir": 1,
          "entryPrice": 2927.715,
          "exitPrice": 2912.209,
          "stopDistance": 15.506,
          "outcome": "stop",
          "netR": -1.0271,
          "holdMinutes": 107
        },
        {
          "entryTs": 1741254840,
          "entryUtc": "2025-03-06T09:54:00.000Z",
          "exitTs": 1741260840,
          "dir": -1,
          "entryPrice": 2894.145,
          "exitPrice": 2906.152,
          "stopDistance": 12.007,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 100
        },
        {
          "entryTs": 1741354560,
          "entryUtc": "2025-03-07T13:36:00.000Z",
          "exitTs": 1741355820,
          "dir": 1,
          "entryPrice": 2922.895,
          "exitPrice": 2912.745,
          "stopDistance": 10.15,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 21
        },
        {
          "entryTs": 1741584240,
          "entryUtc": "2025-03-10T05:24:00.000Z",
          "exitTs": 1741628520,
          "dir": -1,
          "entryPrice": 2907.975,
          "exitPrice": 2886.494,
          "stopDistance": 10.741,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 738
        },
        {
          "entryTs": 1741696800,
          "entryUtc": "2025-03-11T12:40:00.000Z",
          "exitTs": 1741796820,
          "dir": 1,
          "entryPrice": 2915.275,
          "exitPrice": 2936.813,
          "stopDistance": 10.769,
          "outcome": "target",
          "netR": 1.9656,
          "holdMinutes": 1667
        },
        {
          "entryTs": 1741857780,
          "entryUtc": "2025-03-13T09:23:00.000Z",
          "exitTs": 1741877040,
          "dir": 1,
          "entryPrice": 2946.975,
          "exitPrice": 2965.248,
          "stopDistance": 9.136,
          "outcome": "target",
          "netR": 1.9595,
          "holdMinutes": 321
        },
        {
          "entryTs": 1741924800,
          "entryUtc": "2025-03-14T04:00:00.000Z",
          "exitTs": 1741930020,
          "dir": 1,
          "entryPrice": 2992.875,
          "exitPrice": 2982.089,
          "stopDistance": 10.786,
          "outcome": "stop",
          "netR": -1.0389,
          "holdMinutes": 87
        },
        {
          "entryTs": 1742186820,
          "entryUtc": "2025-03-17T04:47:00.000Z",
          "exitTs": 1742203500,
          "dir": -1,
          "entryPrice": 2983.048,
          "exitPrice": 2992.761,
          "stopDistance": 9.713,
          "outcome": "stop",
          "netR": -1.0432,
          "holdMinutes": 278
        },
        {
          "entryTs": 1742272740,
          "entryUtc": "2025-03-18T04:39:00.000Z",
          "exitTs": 1742275680,
          "dir": 1,
          "entryPrice": 3014.855,
          "exitPrice": 3006.057,
          "stopDistance": 8.798,
          "outcome": "stop",
          "netR": -1.0477,
          "holdMinutes": 49
        },
        {
          "entryTs": 1742361360,
          "entryUtc": "2025-03-19T05:16:00.000Z",
          "exitTs": 1742373420,
          "dir": 1,
          "entryPrice": 3038.795,
          "exitPrice": 3030.453,
          "stopDistance": 8.342,
          "outcome": "stop",
          "netR": -1.0503,
          "holdMinutes": 201
        },
        {
          "entryTs": 1742445660,
          "entryUtc": "2025-03-20T04:41:00.000Z",
          "exitTs": 1742448900,
          "dir": 1,
          "entryPrice": 3056.155,
          "exitPrice": 3045.815,
          "stopDistance": 10.34,
          "outcome": "stop",
          "netR": -1.0406,
          "holdMinutes": 54
        },
        {
          "entryTs": 1742535720,
          "entryUtc": "2025-03-21T05:42:00.000Z",
          "exitTs": 1742544480,
          "dir": -1,
          "entryPrice": 3025.428,
          "exitPrice": 3034.203,
          "stopDistance": 8.775,
          "outcome": "stop",
          "netR": -1.0479,
          "holdMinutes": 146
        },
        {
          "entryTs": 1742800140,
          "entryUtc": "2025-03-24T07:09:00.000Z",
          "exitTs": 1742826540,
          "dir": 1,
          "entryPrice": 3026.045,
          "exitPrice": 3015.485,
          "stopDistance": 10.56,
          "outcome": "stop",
          "netR": -1.0398,
          "holdMinutes": 440
        },
        {
          "entryTs": 1742911380,
          "entryUtc": "2025-03-25T14:03:00.000Z",
          "exitTs": 1742915460,
          "dir": 1,
          "entryPrice": 3033.135,
          "exitPrice": 3023.125,
          "stopDistance": 10.01,
          "outcome": "stop",
          "netR": -1.042,
          "holdMinutes": 68
        },
        {
          "entryTs": 1743048360,
          "entryUtc": "2025-03-27T04:06:00.000Z",
          "exitTs": 1743071100,
          "dir": 1,
          "entryPrice": 3034.075,
          "exitPrice": 3050.931,
          "stopDistance": 8.428,
          "outcome": "target",
          "netR": 1.9561,
          "holdMinutes": 379
        },
        {
          "entryTs": 1743139980,
          "entryUtc": "2025-03-28T05:33:00.000Z",
          "exitTs": 1743150360,
          "dir": 1,
          "entryPrice": 3077.365,
          "exitPrice": 3067.162,
          "stopDistance": 10.203,
          "outcome": "stop",
          "netR": -1.0412,
          "holdMinutes": 173
        },
        {
          "entryTs": 1743372000,
          "entryUtc": "2025-03-30T22:00:00.000Z",
          "exitTs": 1743395940,
          "dir": 1,
          "entryPrice": 3086.725,
          "exitPrice": 3111.999,
          "stopDistance": 12.637,
          "outcome": "target",
          "netR": 1.9707,
          "holdMinutes": 399
        },
        {
          "entryTs": 1743480600,
          "entryUtc": "2025-04-01T04:10:00.000Z",
          "exitTs": 1743486840,
          "dir": 1,
          "entryPrice": 3147.195,
          "exitPrice": 3134.086,
          "stopDistance": 13.109,
          "outcome": "stop",
          "netR": -1.032,
          "holdMinutes": 104
        },
        {
          "entryTs": 1743634860,
          "entryUtc": "2025-04-02T23:01:00.000Z",
          "exitTs": 1743657900,
          "dir": 1,
          "entryPrice": 3148.835,
          "exitPrice": 3129.853,
          "stopDistance": 18.982,
          "outcome": "stop",
          "netR": -1.0221,
          "holdMinutes": 384
        },
        {
          "entryTs": 1743676260,
          "entryUtc": "2025-04-03T10:31:00.000Z",
          "exitTs": 1743683700,
          "dir": -1,
          "entryPrice": 3104.175,
          "exitPrice": 3065.775,
          "stopDistance": 19.2,
          "outcome": "target",
          "netR": 1.9807,
          "holdMinutes": 124
        },
        {
          "entryTs": 1743775320,
          "entryUtc": "2025-04-04T14:02:00.000Z",
          "exitTs": 1743977220,
          "dir": -1,
          "entryPrice": 3053.935,
          "exitPrice": 2997.008,
          "stopDistance": 28.463,
          "outcome": "target",
          "netR": 1.987,
          "holdMinutes": 3365
        },
        {
          "entryTs": 1744045080,
          "entryUtc": "2025-04-07T16:58:00.000Z",
          "exitTs": 1744091640,
          "dir": -1,
          "entryPrice": 2970.305,
          "exitPrice": 3006.371,
          "stopDistance": 36.066,
          "outcome": "stop",
          "netR": -1.0116,
          "holdMinutes": 776
        },
        {
          "entryTs": 1744178820,
          "entryUtc": "2025-04-09T06:07:00.000Z",
          "exitTs": 1744198740,
          "dir": 1,
          "entryPrice": 3022.485,
          "exitPrice": 3066.346,
          "stopDistance": 21.931,
          "outcome": "target",
          "netR": 1.9831,
          "holdMinutes": 332
        },
        {
          "entryTs": 1744261500,
          "entryUtc": "2025-04-10T05:05:00.000Z",
          "exitTs": 1744326120,
          "dir": 1,
          "entryPrice": 3131.615,
          "exitPrice": 3190.388,
          "stopDistance": 29.387,
          "outcome": "target",
          "netR": 1.9874,
          "holdMinutes": 1077
        },
        {
          "entryTs": 1744359660,
          "entryUtc": "2025-04-11T08:21:00.000Z",
          "exitTs": 1744636560,
          "dir": 1,
          "entryPrice": 3219.935,
          "exitPrice": 3193.896,
          "stopDistance": 26.039,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 4615
        },
        {
          "entryTs": 1744756740,
          "entryUtc": "2025-04-15T22:39:00.000Z",
          "exitTs": 1744763520,
          "dir": 1,
          "entryPrice": 3237.735,
          "exitPrice": 3264.883,
          "stopDistance": 13.574,
          "outcome": "target",
          "netR": 1.9727,
          "holdMinutes": 113
        },
        {
          "entryTs": 1744776000,
          "entryUtc": "2025-04-16T04:00:00.000Z",
          "exitTs": 1744791300,
          "dir": 1,
          "entryPrice": 3281.675,
          "exitPrice": 3314.558,
          "stopDistance": 16.441,
          "outcome": "target",
          "netR": 1.9775,
          "holdMinutes": 255
        },
        {
          "entryTs": 1745187420,
          "entryUtc": "2025-04-20T22:17:00.000Z",
          "exitTs": 1745215560,
          "dir": 1,
          "entryPrice": 3345.345,
          "exitPrice": 3386.961,
          "stopDistance": 20.808,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 469
        },
        {
          "entryTs": 1745301420,
          "entryUtc": "2025-04-22T05:57:00.000Z",
          "exitTs": 1745305920,
          "dir": 1,
          "entryPrice": 3494.625,
          "exitPrice": 3469.121,
          "stopDistance": 25.504,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 75
        },
        {
          "entryTs": 1745388120,
          "entryUtc": "2025-04-23T06:02:00.000Z",
          "exitTs": 1745457420,
          "dir": -1,
          "entryPrice": 3312.625,
          "exitPrice": 3352.071,
          "stopDistance": 39.446,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 1155
        },
        {
          "entryTs": 1745533800,
          "entryUtc": "2025-04-24T22:30:00.000Z",
          "exitTs": 1745552460,
          "dir": 1,
          "entryPrice": 3367.015,
          "exitPrice": 3342.455,
          "stopDistance": 24.56,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 311
        },
        {
          "entryTs": 1745559900,
          "entryUtc": "2025-04-25T05:45:00.000Z",
          "exitTs": 1745791200,
          "dir": -1,
          "entryPrice": 3306.245,
          "exitPrice": 3332.398,
          "stopDistance": 26.153,
          "outcome": "stop",
          "netR": -1.0161,
          "holdMinutes": 3855
        },
        {
          "entryTs": 1745856780,
          "entryUtc": "2025-04-28T16:13:00.000Z",
          "exitTs": 1745896680,
          "dir": 1,
          "entryPrice": 3335.995,
          "exitPrice": 3310.118,
          "stopDistance": 25.877,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 665
        },
        {
          "entryTs": 1746000600,
          "entryUtc": "2025-04-30T08:10:00.000Z",
          "exitTs": 1746020220,
          "dir": -1,
          "entryPrice": 3299.325,
          "exitPrice": 3315.809,
          "stopDistance": 16.484,
          "outcome": "stop",
          "netR": -1.0255,
          "holdMinutes": 327
        },
        {
          "entryTs": 1746072120,
          "entryUtc": "2025-05-01T04:02:00.000Z",
          "exitTs": 1746155880,
          "dir": -1,
          "entryPrice": 3228.435,
          "exitPrice": 3251.83,
          "stopDistance": 23.395,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 1396
        },
        {
          "entryTs": 1746166740,
          "entryUtc": "2025-05-02T06:19:00.000Z",
          "exitTs": 1746191280,
          "dir": 1,
          "entryPrice": 3258.455,
          "exitPrice": 3239.696,
          "stopDistance": 18.759,
          "outcome": "stop",
          "netR": -1.0224,
          "holdMinutes": 409
        },
        {
          "entryTs": 1746408660,
          "entryUtc": "2025-05-05T01:31:00.000Z",
          "exitTs": 1746439080,
          "dir": 1,
          "entryPrice": 3268.805,
          "exitPrice": 3307.255,
          "stopDistance": 19.225,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 507
        },
        {
          "entryTs": 1746535080,
          "entryUtc": "2025-05-06T12:38:00.000Z",
          "exitTs": 1746563760,
          "dir": 1,
          "entryPrice": 3386.745,
          "exitPrice": 3428.429,
          "stopDistance": 20.842,
          "outcome": "target",
          "netR": 1.9822,
          "holdMinutes": 478
        },
        {
          "entryTs": 1746683580,
          "entryUtc": "2025-05-08T05:53:00.000Z",
          "exitTs": 1746720780,
          "dir": -1,
          "entryPrice": 3363.035,
          "exitPrice": 3316.43,
          "stopDistance": 23.302,
          "outcome": "target",
          "netR": 1.9841,
          "holdMinutes": 620
        },
        {
          "entryTs": 1747000800,
          "entryUtc": "2025-05-11T22:00:00.000Z",
          "exitTs": 1747001220,
          "dir": -1,
          "entryPrice": 3271.805,
          "exitPrice": 3291.133,
          "stopDistance": 19.328,
          "outcome": "stop",
          "netR": -1.0217,
          "holdMinutes": 7
        },
        {
          "entryTs": 1747033200,
          "entryUtc": "2025-05-12T07:00:00.000Z",
          "exitTs": 1747043760,
          "dir": -1,
          "entryPrice": 3258.535,
          "exitPrice": 3213.415,
          "stopDistance": 22.56,
          "outcome": "target",
          "netR": 1.9836,
          "holdMinutes": 176
        },
        {
          "entryTs": 1747195500,
          "entryUtc": "2025-05-14T04:05:00.000Z",
          "exitTs": 1747210020,
          "dir": -1,
          "entryPrice": 3225.145,
          "exitPrice": 3241.993,
          "stopDistance": 16.848,
          "outcome": "stop",
          "netR": -1.0249,
          "holdMinutes": 242
        },
        {
          "entryTs": 1747282200,
          "entryUtc": "2025-05-15T04:10:00.000Z",
          "exitTs": 1747300260,
          "dir": -1,
          "entryPrice": 3147.735,
          "exitPrice": 3167.412,
          "stopDistance": 19.677,
          "outcome": "stop",
          "netR": -1.0213,
          "holdMinutes": 301
        },
        {
          "entryTs": 1747606680,
          "entryUtc": "2025-05-18T22:18:00.000Z",
          "exitTs": 1747626540,
          "dir": 1,
          "entryPrice": 3230.875,
          "exitPrice": 3208.699,
          "stopDistance": 22.176,
          "outcome": "stop",
          "netR": -1.0189,
          "holdMinutes": 331
        },
        {
          "entryTs": 1747710000,
          "entryUtc": "2025-05-20T03:00:00.000Z",
          "exitTs": 1747727160,
          "dir": -1,
          "entryPrice": 3205.785,
          "exitPrice": 3223.861,
          "stopDistance": 18.077,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 286
        },
        {
          "entryTs": 1747744500,
          "entryUtc": "2025-05-20T12:35:00.000Z",
          "exitTs": 1747750740,
          "dir": 1,
          "entryPrice": 3248.285,
          "exitPrice": 3282.051,
          "stopDistance": 16.883,
          "outcome": "target",
          "netR": 1.9781,
          "holdMinutes": 104
        },
        {
          "entryTs": 1747806360,
          "entryUtc": "2025-05-21T05:46:00.000Z",
          "exitTs": 1747830480,
          "dir": 1,
          "entryPrice": 3314.485,
          "exitPrice": 3295.545,
          "stopDistance": 18.94,
          "outcome": "stop",
          "netR": -1.0222,
          "holdMinutes": 402
        },
        {
          "entryTs": 1747909860,
          "entryUtc": "2025-05-22T10:31:00.000Z",
          "exitTs": 1747914840,
          "dir": -1,
          "entryPrice": 3290.668,
          "exitPrice": 3307.661,
          "stopDistance": 16.993,
          "outcome": "stop",
          "netR": -1.0247,
          "holdMinutes": 83
        },
        {
          "entryTs": 1748000880,
          "entryUtc": "2025-05-23T11:48:00.000Z",
          "exitTs": 1748324760,
          "dir": 1,
          "entryPrice": 3339.148,
          "exitPrice": 3322.232,
          "stopDistance": 16.916,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 5398
        },
        {
          "entryTs": 1748465460,
          "entryUtc": "2025-05-28T20:51:00.000Z",
          "exitTs": 1748475780,
          "dir": -1,
          "entryPrice": 3284.159,
          "exitPrice": 3253.972,
          "stopDistance": 15.093,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 172
        },
        {
          "entryTs": 1748534640,
          "entryUtc": "2025-05-29T16:04:00.000Z",
          "exitTs": 1748571000,
          "dir": 1,
          "entryPrice": 3325.318,
          "exitPrice": 3306.027,
          "stopDistance": 19.291,
          "outcome": "stop",
          "netR": -1.0218,
          "holdMinutes": 606
        },
        {
          "entryTs": 1748815620,
          "entryUtc": "2025-06-01T22:07:00.000Z",
          "exitTs": 1748846460,
          "dir": 1,
          "entryPrice": 3307.998,
          "exitPrice": 3341.574,
          "stopDistance": 16.788,
          "outcome": "target",
          "netR": 1.978,
          "holdMinutes": 514
        },
        {
          "entryTs": 1749047520,
          "entryUtc": "2025-06-04T14:32:00.000Z",
          "exitTs": 1749137520,
          "dir": 1,
          "entryPrice": 3372.445,
          "exitPrice": 3356.387,
          "stopDistance": 16.058,
          "outcome": "stop",
          "netR": -1.0262,
          "holdMinutes": 1500
        },
        {
          "entryTs": 1749218400,
          "entryUtc": "2025-06-06T14:00:00.000Z",
          "exitTs": 1749428400,
          "dir": -1,
          "entryPrice": 3339.048,
          "exitPrice": 3305.177,
          "stopDistance": 16.935,
          "outcome": "target",
          "netR": 1.9782,
          "holdMinutes": 3500
        },
        {
          "entryTs": 1749451620,
          "entryUtc": "2025-06-09T06:47:00.000Z",
          "exitTs": 1749520140,
          "dir": 1,
          "entryPrice": 3320.985,
          "exitPrice": 3304.808,
          "stopDistance": 16.177,
          "outcome": "stop",
          "netR": -1.026,
          "holdMinutes": 1142
        },
        {
          "entryTs": 1749553920,
          "entryUtc": "2025-06-10T11:12:00.000Z",
          "exitTs": 1749567840,
          "dir": 1,
          "entryPrice": 3338.065,
          "exitPrice": 3324.599,
          "stopDistance": 13.466,
          "outcome": "stop",
          "netR": -1.0312,
          "holdMinutes": 232
        },
        {
          "entryTs": 1749645000,
          "entryUtc": "2025-06-11T12:30:00.000Z",
          "exitTs": 1749646620,
          "dir": 1,
          "entryPrice": 3348.895,
          "exitPrice": 3335.183,
          "stopDistance": 13.712,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 27
        },
        {
          "entryTs": 1749724080,
          "entryUtc": "2025-06-12T10:28:00.000Z",
          "exitTs": 1749774720,
          "dir": 1,
          "entryPrice": 3377.548,
          "exitPrice": 3415.523,
          "stopDistance": 18.987,
          "outcome": "target",
          "netR": 1.9805,
          "holdMinutes": 844
        },
        {
          "entryTs": 1749821340,
          "entryUtc": "2025-06-13T13:29:00.000Z",
          "exitTs": 1749826680,
          "dir": 1,
          "entryPrice": 3444.125,
          "exitPrice": 3424.185,
          "stopDistance": 19.94,
          "outcome": "stop",
          "netR": -1.0211,
          "holdMinutes": 89
        },
        {
          "entryTs": 1750024800,
          "entryUtc": "2025-06-15T22:00:00.000Z",
          "exitTs": 1750024800,
          "dir": 1,
          "entryPrice": 3451.065,
          "exitPrice": 3433.667,
          "stopDistance": 17.398,
          "outcome": "stop",
          "netR": -1.0241,
          "holdMinutes": 0
        },
        {
          "entryTs": 1750049160,
          "entryUtc": "2025-06-16T04:46:00.000Z",
          "exitTs": 1750082040,
          "dir": -1,
          "entryPrice": 3428.075,
          "exitPrice": 3392.022,
          "stopDistance": 18.026,
          "outcome": "target",
          "netR": 1.9795,
          "holdMinutes": 548
        },
        {
          "entryTs": 1750170900,
          "entryUtc": "2025-06-17T14:35:00.000Z",
          "exitTs": 1750180560,
          "dir": -1,
          "entryPrice": 3373.235,
          "exitPrice": 3389.465,
          "stopDistance": 16.23,
          "outcome": "stop",
          "netR": -1.0259,
          "holdMinutes": 161
        },
        {
          "entryTs": 1750274940,
          "entryUtc": "2025-06-18T19:29:00.000Z",
          "exitTs": 1750293720,
          "dir": -1,
          "entryPrice": 3365.835,
          "exitPrice": 3381.086,
          "stopDistance": 15.251,
          "outcome": "stop",
          "netR": -1.0275,
          "holdMinutes": 313
        },
        {
          "entryTs": 1750312320,
          "entryUtc": "2025-06-19T05:52:00.000Z",
          "exitTs": 1750328700,
          "dir": -1,
          "entryPrice": 3362.355,
          "exitPrice": 3376.253,
          "stopDistance": 13.898,
          "outcome": "stop",
          "netR": -1.0302,
          "holdMinutes": 273
        },
        {
          "entryTs": 1750398960,
          "entryUtc": "2025-06-20T05:56:00.000Z",
          "exitTs": 1750412400,
          "dir": -1,
          "entryPrice": 3344.375,
          "exitPrice": 3357.945,
          "stopDistance": 13.57,
          "outcome": "stop",
          "netR": -1.031,
          "holdMinutes": 224
        },
        {
          "entryTs": 1750629600,
          "entryUtc": "2025-06-22T22:00:00.000Z",
          "exitTs": 1750630200,
          "dir": 1,
          "entryPrice": 3390.698,
          "exitPrice": 3378.044,
          "stopDistance": 12.654,
          "outcome": "stop",
          "netR": -1.0332,
          "holdMinutes": 10
        },
        {
          "entryTs": 1750656780,
          "entryUtc": "2025-06-23T05:33:00.000Z",
          "exitTs": 1750670040,
          "dir": -1,
          "entryPrice": 3351.765,
          "exitPrice": 3366.963,
          "stopDistance": 15.198,
          "outcome": "stop",
          "netR": -1.0276,
          "holdMinutes": 221
        },
        {
          "entryTs": 1750743720,
          "entryUtc": "2025-06-24T05:42:00.000Z",
          "exitTs": 1750772400,
          "dir": -1,
          "entryPrice": 3332.865,
          "exitPrice": 3297.761,
          "stopDistance": 17.552,
          "outcome": "target",
          "netR": 1.9789,
          "holdMinutes": 478
        },
        {
          "entryTs": 1750921740,
          "entryUtc": "2025-06-26T07:09:00.000Z",
          "exitTs": 1750939140,
          "dir": 1,
          "entryPrice": 3342.985,
          "exitPrice": 3331.357,
          "stopDistance": 11.628,
          "outcome": "stop",
          "netR": -1.0361,
          "holdMinutes": 290
        },
        {
          "entryTs": 1750996860,
          "entryUtc": "2025-06-27T04:01:00.000Z",
          "exitTs": 1751029380,
          "dir": -1,
          "entryPrice": 3292.398,
          "exitPrice": 3264.928,
          "stopDistance": 13.735,
          "outcome": "target",
          "netR": 1.9731,
          "holdMinutes": 542
        },
        {
          "entryTs": 1751235720,
          "entryUtc": "2025-06-29T22:22:00.000Z",
          "exitTs": 1751238120,
          "dir": -1,
          "entryPrice": 3255.485,
          "exitPrice": 3269.804,
          "stopDistance": 14.319,
          "outcome": "stop",
          "netR": -1.0293,
          "holdMinutes": 40
        },
        {
          "entryTs": 1751259000,
          "entryUtc": "2025-06-30T04:50:00.000Z",
          "exitTs": 1751331660,
          "dir": 1,
          "entryPrice": 3283.098,
          "exitPrice": 3315.343,
          "stopDistance": 16.123,
          "outcome": "target",
          "netR": 1.9771,
          "holdMinutes": 1211
        },
        {
          "entryTs": 1751343540,
          "entryUtc": "2025-07-01T04:19:00.000Z",
          "exitTs": 1751363580,
          "dir": 1,
          "entryPrice": 3322.405,
          "exitPrice": 3346.977,
          "stopDistance": 12.286,
          "outcome": "target",
          "netR": 1.9699,
          "holdMinutes": 334
        },
        {
          "entryTs": 1751486100,
          "entryUtc": "2025-07-02T19:55:00.000Z",
          "exitTs": 1751500860,
          "dir": 1,
          "entryPrice": 3357.865,
          "exitPrice": 3346.382,
          "stopDistance": 11.483,
          "outcome": "stop",
          "netR": -1.0366,
          "holdMinutes": 246
        },
        {
          "entryTs": 1751546100,
          "entryUtc": "2025-07-03T12:35:00.000Z",
          "exitTs": 1751602020,
          "dir": -1,
          "entryPrice": 3327.275,
          "exitPrice": 3339.702,
          "stopDistance": 12.427,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 932
        },
        {
          "entryTs": 1751843760,
          "entryUtc": "2025-07-06T23:16:00.000Z",
          "exitTs": 1751850840,
          "dir": -1,
          "entryPrice": 3330.529,
          "exitPrice": 3310.655,
          "stopDistance": 9.937,
          "outcome": "target",
          "netR": 1.9628,
          "holdMinutes": 118
        },
        {
          "entryTs": 1751862420,
          "entryUtc": "2025-07-07T04:27:00.000Z",
          "exitTs": 1751897580,
          "dir": -1,
          "entryPrice": 3305.765,
          "exitPrice": 3317.958,
          "stopDistance": 12.193,
          "outcome": "stop",
          "netR": -1.0344,
          "holdMinutes": 586
        },
        {
          "entryTs": 1751985720,
          "entryUtc": "2025-07-08T14:42:00.000Z",
          "exitTs": 1751995440,
          "dir": -1,
          "entryPrice": 3296.195,
          "exitPrice": 3307.729,
          "stopDistance": 11.534,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 162
        },
        {
          "entryTs": 1752049200,
          "entryUtc": "2025-07-09T08:20:00.000Z",
          "exitTs": 1752065880,
          "dir": -1,
          "entryPrice": 3284.638,
          "exitPrice": 3296.819,
          "stopDistance": 12.181,
          "outcome": "stop",
          "netR": -1.0345,
          "holdMinutes": 278
        },
        {
          "entryTs": 1752128340,
          "entryUtc": "2025-07-10T06:19:00.000Z",
          "exitTs": 1752155520,
          "dir": 1,
          "entryPrice": 3326.085,
          "exitPrice": 3315.32,
          "stopDistance": 10.765,
          "outcome": "stop",
          "netR": -1.039,
          "holdMinutes": 453
        },
        {
          "entryTs": 1752211260,
          "entryUtc": "2025-07-11T05:21:00.000Z",
          "exitTs": 1752238980,
          "dir": 1,
          "entryPrice": 3335.975,
          "exitPrice": 3356.906,
          "stopDistance": 10.465,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 462
        },
        {
          "entryTs": 1752445620,
          "entryUtc": "2025-07-13T22:27:00.000Z",
          "exitTs": 1752457800,
          "dir": 1,
          "entryPrice": 3368.559,
          "exitPrice": 3356.791,
          "stopDistance": 11.768,
          "outcome": "stop",
          "netR": -1.0357,
          "holdMinutes": 203
        },
        {
          "entryTs": 1752466920,
          "entryUtc": "2025-07-14T04:22:00.000Z",
          "exitTs": 1752475860,
          "dir": -1,
          "entryPrice": 3353.575,
          "exitPrice": 3365.908,
          "stopDistance": 12.333,
          "outcome": "stop",
          "netR": -1.0341,
          "holdMinutes": 149
        },
        {
          "entryTs": 1752585960,
          "entryUtc": "2025-07-15T13:26:00.000Z",
          "exitTs": 1752590100,
          "dir": -1,
          "entryPrice": 3340.755,
          "exitPrice": 3351.691,
          "stopDistance": 10.936,
          "outcome": "stop",
          "netR": -1.0384,
          "holdMinutes": 69
        },
        {
          "entryTs": 1752676380,
          "entryUtc": "2025-07-16T14:33:00.000Z",
          "exitTs": 1752677640,
          "dir": -1,
          "entryPrice": 3320.055,
          "exitPrice": 3331.36,
          "stopDistance": 11.305,
          "outcome": "stop",
          "netR": -1.0372,
          "holdMinutes": 21
        },
        {
          "entryTs": 1752755400,
          "entryUtc": "2025-07-17T12:30:00.000Z",
          "exitTs": 1752762780,
          "dir": -1,
          "entryPrice": 3319.499,
          "exitPrice": 3331.935,
          "stopDistance": 12.436,
          "outcome": "stop",
          "netR": -1.0338,
          "holdMinutes": 123
        },
        {
          "entryTs": 1752822840,
          "entryUtc": "2025-07-18T07:14:00.000Z",
          "exitTs": 1753075500,
          "dir": 1,
          "entryPrice": 3344.548,
          "exitPrice": 3365.461,
          "stopDistance": 10.457,
          "outcome": "target",
          "netR": 1.9646,
          "holdMinutes": 4211
        },
        {
          "entryTs": 1753188120,
          "entryUtc": "2025-07-22T12:42:00.000Z",
          "exitTs": 1753192320,
          "dir": 1,
          "entryPrice": 3402.475,
          "exitPrice": 3419.912,
          "stopDistance": 8.718,
          "outcome": "target",
          "netR": 1.9576,
          "holdMinutes": 70
        },
        {
          "entryTs": 1753287660,
          "entryUtc": "2025-07-23T16:21:00.000Z",
          "exitTs": 1753361340,
          "dir": -1,
          "entryPrice": 3383.115,
          "exitPrice": 3356.231,
          "stopDistance": 13.442,
          "outcome": "target",
          "netR": 1.9725,
          "holdMinutes": 1228
        },
        {
          "entryTs": 1753431540,
          "entryUtc": "2025-07-25T08:19:00.000Z",
          "exitTs": 1753455120,
          "dir": -1,
          "entryPrice": 3351.168,
          "exitPrice": 3330.658,
          "stopDistance": 10.255,
          "outcome": "target",
          "netR": 1.9639,
          "holdMinutes": 393
        },
        {
          "entryTs": 1753653600,
          "entryUtc": "2025-07-27T22:00:00.000Z",
          "exitTs": 1753653780,
          "dir": -1,
          "entryPrice": 3316.938,
          "exitPrice": 3327.3,
          "stopDistance": 10.362,
          "outcome": "stop",
          "netR": -1.0405,
          "holdMinutes": 3
        },
        {
          "entryTs": 1753675200,
          "entryUtc": "2025-07-28T04:00:00.000Z",
          "exitTs": 1753705440,
          "dir": 1,
          "entryPrice": 3343.155,
          "exitPrice": 3331.417,
          "stopDistance": 11.739,
          "outcome": "stop",
          "netR": -1.0358,
          "holdMinutes": 504
        },
        {
          "entryTs": 1753881240,
          "entryUtc": "2025-07-30T13:14:00.000Z",
          "exitTs": 1753901340,
          "dir": -1,
          "entryPrice": 3308.815,
          "exitPrice": 3285.791,
          "stopDistance": 11.512,
          "outcome": "target",
          "netR": 1.9679,
          "holdMinutes": 335
        },
        {
          "entryTs": 1754051460,
          "entryUtc": "2025-08-01T12:31:00.000Z",
          "exitTs": 1754052180,
          "dir": 1,
          "entryPrice": 3314.705,
          "exitPrice": 3337.456,
          "stopDistance": 11.376,
          "outcome": "target",
          "netR": 1.9675,
          "holdMinutes": 12
        },
        {
          "entryTs": 1754258400,
          "entryUtc": "2025-08-03T22:00:00.000Z",
          "exitTs": 1754269860,
          "dir": 1,
          "entryPrice": 3364.698,
          "exitPrice": 3349.742,
          "stopDistance": 14.956,
          "outcome": "stop",
          "netR": -1.0281,
          "holdMinutes": 191
        },
        {
          "entryTs": 1754308260,
          "entryUtc": "2025-08-04T11:51:00.000Z",
          "exitTs": 1754388540,
          "dir": 1,
          "entryPrice": 3369.085,
          "exitPrice": 3356.683,
          "stopDistance": 12.402,
          "outcome": "stop",
          "netR": -1.0339,
          "holdMinutes": 1338
        },
        {
          "entryTs": 1754391600,
          "entryUtc": "2025-08-05T11:00:00.000Z",
          "exitTs": 1754397000,
          "dir": -1,
          "entryPrice": 3351.498,
          "exitPrice": 3362.148,
          "stopDistance": 10.65,
          "outcome": "stop",
          "netR": -1.0394,
          "holdMinutes": 90
        },
        {
          "entryTs": 1754548920,
          "entryUtc": "2025-08-07T06:42:00.000Z",
          "exitTs": 1754555040,
          "dir": 1,
          "entryPrice": 3384.005,
          "exitPrice": 3373.747,
          "stopDistance": 10.258,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 102
        },
        {
          "entryTs": 1754863200,
          "entryUtc": "2025-08-10T22:00:00.000Z",
          "exitTs": 1754872500,
          "dir": 1,
          "entryPrice": 3404.213,
          "exitPrice": 3385.135,
          "stopDistance": 19.077,
          "outcome": "stop",
          "netR": -1.022,
          "holdMinutes": 155
        },
        {
          "entryTs": 1754893680,
          "entryUtc": "2025-08-11T06:28:00.000Z",
          "exitTs": 1755008100,
          "dir": -1,
          "entryPrice": 3367.205,
          "exitPrice": 3333.919,
          "stopDistance": 16.643,
          "outcome": "target",
          "netR": 1.9778,
          "holdMinutes": 1907
        },
        {
          "entryTs": 1755069840,
          "entryUtc": "2025-08-13T07:24:00.000Z",
          "exitTs": 1755157920,
          "dir": 1,
          "entryPrice": 3359.198,
          "exitPrice": 3347.19,
          "stopDistance": 12.008,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 1468
        },
        {
          "entryTs": 1755158220,
          "entryUtc": "2025-08-14T07:57:00.000Z",
          "exitTs": 1755162900,
          "dir": -1,
          "entryPrice": 3345.398,
          "exitPrice": 3355.677,
          "stopDistance": 10.279,
          "outcome": "stop",
          "netR": -1.0409,
          "holdMinutes": 78
        },
        {
          "entryTs": 1755468180,
          "entryUtc": "2025-08-17T22:03:00.000Z",
          "exitTs": 1755478200,
          "dir": -1,
          "entryPrice": 3332.705,
          "exitPrice": 3342.534,
          "stopDistance": 9.828,
          "outcome": "stop",
          "netR": -1.0427,
          "holdMinutes": 167
        },
        {
          "entryTs": 1755490680,
          "entryUtc": "2025-08-18T04:18:00.000Z",
          "exitTs": 1755522900,
          "dir": 1,
          "entryPrice": 3351.598,
          "exitPrice": 3340.425,
          "stopDistance": 11.173,
          "outcome": "stop",
          "netR": -1.0376,
          "holdMinutes": 537
        },
        {
          "entryTs": 1755609000,
          "entryUtc": "2025-08-19T13:10:00.000Z",
          "exitTs": 1755610380,
          "dir": -1,
          "entryPrice": 3325.885,
          "exitPrice": 3334.252,
          "stopDistance": 8.367,
          "outcome": "stop",
          "netR": -1.0502,
          "holdMinutes": 23
        },
        {
          "entryTs": 1755697440,
          "entryUtc": "2025-08-20T13:44:00.000Z",
          "exitTs": 1755757320,
          "dir": 1,
          "entryPrice": 3345.165,
          "exitPrice": 3336.547,
          "stopDistance": 8.618,
          "outcome": "stop",
          "netR": -1.0487,
          "holdMinutes": 998
        },
        {
          "entryTs": 1755864720,
          "entryUtc": "2025-08-22T12:12:00.000Z",
          "exitTs": 1755869820,
          "dir": -1,
          "entryPrice": 3324.948,
          "exitPrice": 3332.439,
          "stopDistance": 7.491,
          "outcome": "stop",
          "netR": -1.0561,
          "holdMinutes": 85
        },
        {
          "entryTs": 1756130400,
          "entryUtc": "2025-08-25T14:00:00.000Z",
          "exitTs": 1756163100,
          "dir": 1,
          "entryPrice": 3371.698,
          "exitPrice": 3362.619,
          "stopDistance": 9.079,
          "outcome": "stop",
          "netR": -1.0463,
          "holdMinutes": 545
        },
        {
          "entryTs": 1756223700,
          "entryUtc": "2025-08-26T15:55:00.000Z",
          "exitTs": 1756269900,
          "dir": 1,
          "entryPrice": 3386.425,
          "exitPrice": 3374.426,
          "stopDistance": 11.999,
          "outcome": "stop",
          "netR": -1.035,
          "holdMinutes": 770
        },
        {
          "entryTs": 1756312500,
          "entryUtc": "2025-08-27T16:35:00.000Z",
          "exitTs": 1756397640,
          "dir": 1,
          "entryPrice": 3394.195,
          "exitPrice": 3414.172,
          "stopDistance": 9.988,
          "outcome": "target",
          "netR": 1.963,
          "holdMinutes": 1419
        },
        {
          "entryTs": 1756474680,
          "entryUtc": "2025-08-29T13:38:00.000Z",
          "exitTs": 1756479540,
          "dir": 1,
          "entryPrice": 3423.069,
          "exitPrice": 3440.275,
          "stopDistance": 8.603,
          "outcome": "target",
          "netR": 1.957,
          "holdMinutes": 81
        },
        {
          "entryTs": 1756691880,
          "entryUtc": "2025-09-01T01:58:00.000Z",
          "exitTs": 1756694580,
          "dir": 1,
          "entryPrice": 3453.565,
          "exitPrice": 3475.687,
          "stopDistance": 11.061,
          "outcome": "target",
          "netR": 1.9665,
          "holdMinutes": 45
        },
        {
          "entryTs": 1756707840,
          "entryUtc": "2025-09-01T06:24:00.000Z",
          "exitTs": 1756711680,
          "dir": 1,
          "entryPrice": 3485.798,
          "exitPrice": 3470.713,
          "stopDistance": 15.085,
          "outcome": "stop",
          "netR": -1.0278,
          "holdMinutes": 64
        },
        {
          "entryTs": 1756824240,
          "entryUtc": "2025-09-02T14:44:00.000Z",
          "exitTs": 1756841940,
          "dir": 1,
          "entryPrice": 3508.228,
          "exitPrice": 3539.838,
          "stopDistance": 15.805,
          "outcome": "target",
          "netR": 1.9766,
          "holdMinutes": 295
        },
        {
          "entryTs": 1756897920,
          "entryUtc": "2025-09-03T11:12:00.000Z",
          "exitTs": 1756921860,
          "dir": 1,
          "entryPrice": 3546.398,
          "exitPrice": 3575.48,
          "stopDistance": 14.541,
          "outcome": "target",
          "netR": 1.9746,
          "holdMinutes": 399
        },
        {
          "entryTs": 1757047200,
          "entryUtc": "2025-09-05T04:40:00.000Z",
          "exitTs": 1757079960,
          "dir": 1,
          "entryPrice": 3558.855,
          "exitPrice": 3588.398,
          "stopDistance": 14.771,
          "outcome": "target",
          "netR": 1.975,
          "holdMinutes": 546
        },
        {
          "entryTs": 1757313780,
          "entryUtc": "2025-09-08T06:43:00.000Z",
          "exitTs": 1757336520,
          "dir": 1,
          "entryPrice": 3596.815,
          "exitPrice": 3627.189,
          "stopDistance": 15.187,
          "outcome": "target",
          "netR": 1.9756,
          "holdMinutes": 379
        },
        {
          "entryTs": 1757392860,
          "entryUtc": "2025-09-09T04:41:00.000Z",
          "exitTs": 1757397960,
          "dir": 1,
          "entryPrice": 3654.448,
          "exitPrice": 3640.737,
          "stopDistance": 13.711,
          "outcome": "stop",
          "netR": -1.0306,
          "holdMinutes": 85
        },
        {
          "entryTs": 1757567160,
          "entryUtc": "2025-09-11T05:06:00.000Z",
          "exitTs": 1757594160,
          "dir": -1,
          "entryPrice": 3629.715,
          "exitPrice": 3642.009,
          "stopDistance": 12.294,
          "outcome": "stop",
          "netR": -1.0342,
          "holdMinutes": 450
        },
        {
          "entryTs": 1757649600,
          "entryUtc": "2025-09-12T04:00:00.000Z",
          "exitTs": 1757667240,
          "dir": 1,
          "entryPrice": 3653.065,
          "exitPrice": 3640.312,
          "stopDistance": 12.753,
          "outcome": "stop",
          "netR": -1.0329,
          "holdMinutes": 294
        },
        {
          "entryTs": 1757892780,
          "entryUtc": "2025-09-14T23:33:00.000Z",
          "exitTs": 1757940420,
          "dir": -1,
          "entryPrice": 3637.375,
          "exitPrice": 3647.521,
          "stopDistance": 10.146,
          "outcome": "stop",
          "netR": -1.0414,
          "holdMinutes": 794
        },
        {
          "entryTs": 1758005040,
          "entryUtc": "2025-09-16T06:44:00.000Z",
          "exitTs": 1758073020,
          "dir": 1,
          "entryPrice": 3689.169,
          "exitPrice": 3677.634,
          "stopDistance": 11.535,
          "outcome": "stop",
          "netR": -1.0364,
          "holdMinutes": 1133
        },
        {
          "entryTs": 1758090780,
          "entryUtc": "2025-09-17T06:33:00.000Z",
          "exitTs": 1758120000,
          "dir": -1,
          "entryPrice": 3674.208,
          "exitPrice": 3685.239,
          "stopDistance": 11.031,
          "outcome": "stop",
          "netR": -1.0381,
          "holdMinutes": 487
        },
        {
          "entryTs": 1758175380,
          "entryUtc": "2025-09-18T06:03:00.000Z",
          "exitTs": 1758185400,
          "dir": -1,
          "entryPrice": 3645.765,
          "exitPrice": 3662.714,
          "stopDistance": 16.949,
          "outcome": "stop",
          "netR": -1.0248,
          "holdMinutes": 167
        },
        {
          "entryTs": 1758295080,
          "entryUtc": "2025-09-19T15:18:00.000Z",
          "exitTs": 1758522300,
          "dir": 1,
          "entryPrice": 3672.785,
          "exitPrice": 3702.955,
          "stopDistance": 15.085,
          "outcome": "target",
          "netR": 1.9755,
          "holdMinutes": 3787
        },
        {
          "entryTs": 1758616140,
          "entryUtc": "2025-09-23T08:29:00.000Z",
          "exitTs": 1758619380,
          "dir": 1,
          "entryPrice": 3759.035,
          "exitPrice": 3786.683,
          "stopDistance": 13.824,
          "outcome": "target",
          "netR": 1.9732,
          "holdMinutes": 54
        },
        {
          "entryTs": 1758728580,
          "entryUtc": "2025-09-24T15:43:00.000Z",
          "exitTs": 1758788040,
          "dir": -1,
          "entryPrice": 3743.025,
          "exitPrice": 3758.967,
          "stopDistance": 15.942,
          "outcome": "stop",
          "netR": -1.0263,
          "holdMinutes": 991
        },
        {
          "entryTs": 1758892080,
          "entryUtc": "2025-09-26T13:08:00.000Z",
          "exitTs": 1759112400,
          "dir": 1,
          "entryPrice": 3761.425,
          "exitPrice": 3792.639,
          "stopDistance": 15.607,
          "outcome": "target",
          "netR": 1.9763,
          "holdMinutes": 3672
        },
        {
          "entryTs": 1759120080,
          "entryUtc": "2025-09-29T04:28:00.000Z",
          "exitTs": 1759190700,
          "dir": 1,
          "entryPrice": 3799.245,
          "exitPrice": 3837.382,
          "stopDistance": 19.069,
          "outcome": "target",
          "netR": 1.9806,
          "holdMinutes": 1177
        },
        {
          "entryTs": 1759208400,
          "entryUtc": "2025-09-30T05:00:00.000Z",
          "exitTs": 1759217160,
          "dir": 1,
          "entryPrice": 3867.015,
          "exitPrice": 3850.256,
          "stopDistance": 16.759,
          "outcome": "stop",
          "netR": -1.0251,
          "holdMinutes": 146
        },
        {
          "entryTs": 1759305060,
          "entryUtc": "2025-10-01T07:51:00.000Z",
          "exitTs": 1759330080,
          "dir": 1,
          "entryPrice": 3875.295,
          "exitPrice": 3857.163,
          "stopDistance": 18.132,
          "outcome": "stop",
          "netR": -1.0232,
          "holdMinutes": 417
        },
        {
          "entryTs": 1759411860,
          "entryUtc": "2025-10-02T13:31:00.000Z",
          "exitTs": 1759412940,
          "dir": 1,
          "entryPrice": 3895.145,
          "exitPrice": 3879.335,
          "stopDistance": 15.81,
          "outcome": "stop",
          "netR": -1.0266,
          "holdMinutes": 18
        },
        {
          "entryTs": 1759702500,
          "entryUtc": "2025-10-05T22:15:00.000Z",
          "exitTs": 1759716120,
          "dir": 1,
          "entryPrice": 3891.475,
          "exitPrice": 3924.38,
          "stopDistance": 16.452,
          "outcome": "target",
          "netR": 1.9775,
          "holdMinutes": 227
        },
        {
          "entryTs": 1759723500,
          "entryUtc": "2025-10-06T04:05:00.000Z",
          "exitTs": 1759766880,
          "dir": 1,
          "entryPrice": 3931.805,
          "exitPrice": 3968.859,
          "stopDistance": 18.527,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 723
        },
        {
          "entryTs": 1759841520,
          "entryUtc": "2025-10-07T12:52:00.000Z",
          "exitTs": 1759892760,
          "dir": 1,
          "entryPrice": 3977.125,
          "exitPrice": 4013.724,
          "stopDistance": 18.299,
          "outcome": "target",
          "netR": 1.9798,
          "holdMinutes": 854
        },
        {
          "entryTs": 1759896120,
          "entryUtc": "2025-10-08T04:02:00.000Z",
          "exitTs": 1759939860,
          "dir": 1,
          "entryPrice": 4016.345,
          "exitPrice": 4052.667,
          "stopDistance": 18.161,
          "outcome": "target",
          "netR": 1.9796,
          "holdMinutes": 729
        },
        {
          "entryTs": 1760027640,
          "entryUtc": "2025-10-09T16:34:00.000Z",
          "exitTs": 1760030160,
          "dir": -1,
          "entryPrice": 4001.025,
          "exitPrice": 3949.853,
          "stopDistance": 25.586,
          "outcome": "target",
          "netR": 1.9855,
          "holdMinutes": 42
        },
        {
          "entryTs": 1760306460,
          "entryUtc": "2025-10-12T22:01:00.000Z",
          "exitTs": 1760352660,
          "dir": 1,
          "entryPrice": 4022.748,
          "exitPrice": 4082.528,
          "stopDistance": 29.89,
          "outcome": "target",
          "netR": 1.9876,
          "holdMinutes": 770
        },
        {
          "entryTs": 1760415180,
          "entryUtc": "2025-10-14T04:13:00.000Z",
          "exitTs": 1760420340,
          "dir": 1,
          "entryPrice": 4166.065,
          "exitPrice": 4142.014,
          "stopDistance": 24.051,
          "outcome": "stop",
          "netR": -1.0175,
          "holdMinutes": 86
        },
        {
          "entryTs": 1760505240,
          "entryUtc": "2025-10-15T05:14:00.000Z",
          "exitTs": 1760612280,
          "dir": 1,
          "entryPrice": 4190.515,
          "exitPrice": 4245.784,
          "stopDistance": 27.634,
          "outcome": "target",
          "netR": 1.9866,
          "holdMinutes": 1784
        },
        {
          "entryTs": 1760719560,
          "entryUtc": "2025-10-17T16:46:00.000Z",
          "exitTs": 1760911260,
          "dir": -1,
          "entryPrice": 4203.175,
          "exitPrice": 4253.493,
          "stopDistance": 50.318,
          "outcome": "stop",
          "netR": -1.0083,
          "holdMinutes": 3195
        },
        {
          "entryTs": 1760961540,
          "entryUtc": "2025-10-20T11:59:00.000Z",
          "exitTs": 1760973480,
          "dir": 1,
          "entryPrice": 4273.685,
          "exitPrice": 4351.13,
          "stopDistance": 38.723,
          "outcome": "target",
          "netR": 1.9904,
          "holdMinutes": 199
        },
        {
          "entryTs": 1761048720,
          "entryUtc": "2025-10-21T12:12:00.000Z",
          "exitTs": 1761056880,
          "dir": -1,
          "entryPrice": 4221.005,
          "exitPrice": 4140.716,
          "stopDistance": 40.144,
          "outcome": "target",
          "netR": 1.9908,
          "holdMinutes": 136
        },
        {
          "entryTs": 1761292260,
          "entryUtc": "2025-10-24T07:51:00.000Z",
          "exitTs": 1761311340,
          "dir": -1,
          "entryPrice": 4079.468,
          "exitPrice": 4111.152,
          "stopDistance": 31.684,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 318
        },
        {
          "entryTs": 1761537900,
          "entryUtc": "2025-10-27T04:05:00.000Z",
          "exitTs": 1761574680,
          "dir": -1,
          "entryPrice": 4057.845,
          "exitPrice": 3989.342,
          "stopDistance": 34.252,
          "outcome": "target",
          "netR": 1.9892,
          "holdMinutes": 613
        },
        {
          "entryTs": 1761625560,
          "entryUtc": "2025-10-28T04:26:00.000Z",
          "exitTs": 1761640920,
          "dir": -1,
          "entryPrice": 3971.068,
          "exitPrice": 3903.624,
          "stopDistance": 33.722,
          "outcome": "target",
          "netR": 1.989,
          "holdMinutes": 256
        },
        {
          "entryTs": 1761721920,
          "entryUtc": "2025-10-29T07:12:00.000Z",
          "exitTs": 1761762960,
          "dir": 1,
          "entryPrice": 3994.005,
          "exitPrice": 3961.014,
          "stopDistance": 32.991,
          "outcome": "stop",
          "netR": -1.0127,
          "holdMinutes": 684
        },
        {
          "entryTs": 1761864600,
          "entryUtc": "2025-10-30T22:50:00.000Z",
          "exitTs": 1761880380,
          "dir": 1,
          "entryPrice": 4029.955,
          "exitPrice": 3996.263,
          "stopDistance": 33.692,
          "outcome": "stop",
          "netR": -1.0125,
          "holdMinutes": 263
        },
        {
          "entryTs": 1762128840,
          "entryUtc": "2025-11-03T00:14:00.000Z",
          "exitTs": 1762136460,
          "dir": -1,
          "entryPrice": 3971.965,
          "exitPrice": 4001.943,
          "stopDistance": 29.978,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 127
        },
        {
          "entryTs": 1762147860,
          "entryUtc": "2025-11-03T05:31:00.000Z",
          "exitTs": 1762211580,
          "dir": 1,
          "entryPrice": 4015.145,
          "exitPrice": 3985.178,
          "stopDistance": 29.967,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 1062
        },
        {
          "entryTs": 1762234980,
          "entryUtc": "2025-11-04T05:43:00.000Z",
          "exitTs": 1762244820,
          "dir": -1,
          "entryPrice": 3975.435,
          "exitPrice": 3999.76,
          "stopDistance": 24.325,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 164
        },
        {
          "entryTs": 1762406640,
          "entryUtc": "2025-11-06T05:24:00.000Z",
          "exitTs": 1762449660,
          "dir": 1,
          "entryPrice": 3990.235,
          "exitPrice": 3972.264,
          "stopDistance": 17.971,
          "outcome": "stop",
          "netR": -1.0234,
          "holdMinutes": 717
        },
        {
          "entryTs": 1762533300,
          "entryUtc": "2025-11-07T16:35:00.000Z",
          "exitTs": 1762535160,
          "dir": 1,
          "entryPrice": 4019.275,
          "exitPrice": 4000.111,
          "stopDistance": 19.164,
          "outcome": "stop",
          "netR": -1.0219,
          "holdMinutes": 31
        },
        {
          "entryTs": 1762737060,
          "entryUtc": "2025-11-10T01:11:00.000Z",
          "exitTs": 1762753980,
          "dir": 1,
          "entryPrice": 4027.225,
          "exitPrice": 4067.338,
          "stopDistance": 20.056,
          "outcome": "target",
          "netR": 1.9816,
          "holdMinutes": 282
        },
        {
          "entryTs": 1762960200,
          "entryUtc": "2025-11-12T15:10:00.000Z",
          "exitTs": 1762962600,
          "dir": 1,
          "entryPrice": 4146.545,
          "exitPrice": 4185.048,
          "stopDistance": 19.252,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 40
        },
        {
          "entryTs": 1763020740,
          "entryUtc": "2025-11-13T07:59:00.000Z",
          "exitTs": 1763044920,
          "dir": 1,
          "entryPrice": 4219.125,
          "exitPrice": 4194.873,
          "stopDistance": 24.252,
          "outcome": "stop",
          "netR": -1.0173,
          "holdMinutes": 403
        },
        {
          "entryTs": 1763119020,
          "entryUtc": "2025-11-14T11:17:00.000Z",
          "exitTs": 1763125920,
          "dir": -1,
          "entryPrice": 4144.965,
          "exitPrice": 4090.306,
          "stopDistance": 27.329,
          "outcome": "target",
          "netR": 1.9865,
          "holdMinutes": 115
        },
        {
          "entryTs": 1763356680,
          "entryUtc": "2025-11-17T05:18:00.000Z",
          "exitTs": 1763439660,
          "dir": -1,
          "entryPrice": 4069.575,
          "exitPrice": 4005.2,
          "stopDistance": 32.188,
          "outcome": "target",
          "netR": 1.9885,
          "holdMinutes": 1383
        },
        {
          "entryTs": 1763449920,
          "entryUtc": "2025-11-18T07:12:00.000Z",
          "exitTs": 1763454840,
          "dir": -1,
          "entryPrice": 4004.419,
          "exitPrice": 4034.878,
          "stopDistance": 30.459,
          "outcome": "stop",
          "netR": -1.0138,
          "holdMinutes": 82
        },
        {
          "entryTs": 1763529360,
          "entryUtc": "2025-11-19T05:16:00.000Z",
          "exitTs": 1763571840,
          "dir": 1,
          "entryPrice": 4082.275,
          "exitPrice": 4056.396,
          "stopDistance": 25.879,
          "outcome": "stop",
          "netR": -1.0162,
          "holdMinutes": 708
        },
        {
          "entryTs": 1763626920,
          "entryUtc": "2025-11-20T08:22:00.000Z",
          "exitTs": 1763629320,
          "dir": -1,
          "entryPrice": 4039.998,
          "exitPrice": 4070.152,
          "stopDistance": 30.154,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 40
        },
        {
          "entryTs": 1763706480,
          "entryUtc": "2025-11-21T06:28:00.000Z",
          "exitTs": 1763729100,
          "dir": -1,
          "entryPrice": 4038.605,
          "exitPrice": 4067.129,
          "stopDistance": 28.524,
          "outcome": "stop",
          "netR": -1.0147,
          "holdMinutes": 377
        },
        {
          "entryTs": 1763961720,
          "entryUtc": "2025-11-24T05:22:00.000Z",
          "exitTs": 1763975460,
          "dir": -1,
          "entryPrice": 4040.375,
          "exitPrice": 4070.419,
          "stopDistance": 30.044,
          "outcome": "stop",
          "netR": -1.014,
          "holdMinutes": 229
        },
        {
          "entryTs": 1764091980,
          "entryUtc": "2025-11-25T17:33:00.000Z",
          "exitTs": 1764098760,
          "dir": 1,
          "entryPrice": 4155.585,
          "exitPrice": 4128.6,
          "stopDistance": 26.985,
          "outcome": "stop",
          "netR": -1.0156,
          "holdMinutes": 113
        },
        {
          "entryTs": 1764156720,
          "entryUtc": "2025-11-26T11:32:00.000Z",
          "exitTs": 1764161160,
          "dir": 1,
          "entryPrice": 4169.255,
          "exitPrice": 4149.033,
          "stopDistance": 20.222,
          "outcome": "stop",
          "netR": -1.0208,
          "holdMinutes": 74
        },
        {
          "entryTs": 1764289980,
          "entryUtc": "2025-11-28T00:33:00.000Z",
          "exitTs": 1764318360,
          "dir": 1,
          "entryPrice": 4173.145,
          "exitPrice": 4160.247,
          "stopDistance": 12.898,
          "outcome": "stop",
          "netR": -1.0326,
          "holdMinutes": 473
        },
        {
          "entryTs": 1764339480,
          "entryUtc": "2025-11-28T14:18:00.000Z",
          "exitTs": 1764543600,
          "dir": 1,
          "entryPrice": 4193.015,
          "exitPrice": 4230.104,
          "stopDistance": 18.545,
          "outcome": "target",
          "netR": 1.98,
          "holdMinutes": 3402
        },
        {
          "entryTs": 1764583440,
          "entryUtc": "2025-12-01T10:04:00.000Z",
          "exitTs": 1764599700,
          "dir": 1,
          "entryPrice": 4256.245,
          "exitPrice": 4232.717,
          "stopDistance": 23.529,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 271
        },
        {
          "entryTs": 1764720000,
          "entryUtc": "2025-12-03T00:00:00.000Z",
          "exitTs": 1764770040,
          "dir": -1,
          "entryPrice": 4212.405,
          "exitPrice": 4235.095,
          "stopDistance": 22.69,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 834
        },
        {
          "entryTs": 1764910800,
          "entryUtc": "2025-12-05T05:00:00.000Z",
          "exitTs": 1764949140,
          "dir": 1,
          "entryPrice": 4217.255,
          "exitPrice": 4256.878,
          "stopDistance": 19.811,
          "outcome": "target",
          "netR": 1.9813,
          "holdMinutes": 639
        },
        {
          "entryTs": 1765171980,
          "entryUtc": "2025-12-08T05:33:00.000Z",
          "exitTs": 1765206000,
          "dir": 1,
          "entryPrice": 4213.045,
          "exitPrice": 4194.505,
          "stopDistance": 18.54,
          "outcome": "stop",
          "netR": -1.0227,
          "holdMinutes": 567
        },
        {
          "entryTs": 1765260540,
          "entryUtc": "2025-12-09T06:09:00.000Z",
          "exitTs": 1765270860,
          "dir": -1,
          "entryPrice": 4175.998,
          "exitPrice": 4191.934,
          "stopDistance": 15.936,
          "outcome": "stop",
          "netR": -1.0264,
          "holdMinutes": 172
        },
        {
          "entryTs": 1765397040,
          "entryUtc": "2025-12-10T20:04:00.000Z",
          "exitTs": 1765468200,
          "dir": 1,
          "entryPrice": 4221.345,
          "exitPrice": 4257.196,
          "stopDistance": 17.925,
          "outcome": "target",
          "netR": 1.9794,
          "holdMinutes": 1186
        },
        {
          "entryTs": 1765523220,
          "entryUtc": "2025-12-12T07:07:00.000Z",
          "exitTs": 1765535760,
          "dir": 1,
          "entryPrice": 4285.705,
          "exitPrice": 4323.139,
          "stopDistance": 18.717,
          "outcome": "target",
          "netR": 1.9802,
          "holdMinutes": 209
        },
        {
          "entryTs": 1765776480,
          "entryUtc": "2025-12-15T05:28:00.000Z",
          "exitTs": 1765814700,
          "dir": 1,
          "entryPrice": 4329.835,
          "exitPrice": 4306.493,
          "stopDistance": 23.342,
          "outcome": "stop",
          "netR": -1.018,
          "holdMinutes": 637
        },
        {
          "entryTs": 1765862940,
          "entryUtc": "2025-12-16T05:29:00.000Z",
          "exitTs": 1765891440,
          "dir": -1,
          "entryPrice": 4280.385,
          "exitPrice": 4301.175,
          "stopDistance": 20.79,
          "outcome": "stop",
          "netR": -1.0202,
          "holdMinutes": 475
        },
        {
          "entryTs": 1765948980,
          "entryUtc": "2025-12-17T05:23:00.000Z",
          "exitTs": 1765958820,
          "dir": 1,
          "entryPrice": 4334.935,
          "exitPrice": 4314.223,
          "stopDistance": 20.712,
          "outcome": "stop",
          "netR": -1.0203,
          "holdMinutes": 164
        },
        {
          "entryTs": 1766074200,
          "entryUtc": "2025-12-18T16:10:00.000Z",
          "exitTs": 1766077740,
          "dir": 1,
          "entryPrice": 4348.675,
          "exitPrice": 4329.128,
          "stopDistance": 19.547,
          "outcome": "stop",
          "netR": -1.0215,
          "holdMinutes": 59
        },
        {
          "entryTs": 1766361600,
          "entryUtc": "2025-12-22T00:00:00.000Z",
          "exitTs": 1766374560,
          "dir": 1,
          "entryPrice": 4356.365,
          "exitPrice": 4390.745,
          "stopDistance": 17.19,
          "outcome": "target",
          "netR": 1.9785,
          "holdMinutes": 216
        },
        {
          "entryTs": 1766380380,
          "entryUtc": "2025-12-22T05:13:00.000Z",
          "exitTs": 1766419680,
          "dir": 1,
          "entryPrice": 4400.795,
          "exitPrice": 4436.455,
          "stopDistance": 17.83,
          "outcome": "target",
          "netR": 1.9792,
          "holdMinutes": 655
        },
        {
          "entryTs": 1766523480,
          "entryUtc": "2025-12-23T20:58:00.000Z",
          "exitTs": 1766545140,
          "dir": 1,
          "entryPrice": 4497.345,
          "exitPrice": 4474.743,
          "stopDistance": 22.602,
          "outcome": "stop",
          "netR": -1.0186,
          "holdMinutes": 361
        },
        {
          "entryTs": 1766707560,
          "entryUtc": "2025-12-26T00:06:00.000Z",
          "exitTs": 1766968200,
          "dir": 1,
          "entryPrice": 4500.198,
          "exitPrice": 4474.714,
          "stopDistance": 25.484,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 4344
        },
        {
          "entryTs": 1766991360,
          "entryUtc": "2025-12-29T06:56:00.000Z",
          "exitTs": 1767016140,
          "dir": -1,
          "entryPrice": 4471.498,
          "exitPrice": 4415.248,
          "stopDistance": 28.125,
          "outcome": "target",
          "netR": 1.9868,
          "holdMinutes": 413
        },
        {
          "entryTs": 1767159600,
          "entryUtc": "2025-12-31T05:40:00.000Z",
          "exitTs": 1767322560,
          "dir": -1,
          "entryPrice": 4328.765,
          "exitPrice": 4361.378,
          "stopDistance": 32.613,
          "outcome": "stop",
          "netR": -1.0129,
          "holdMinutes": 2716
        },
        {
          "entryTs": 1767330600,
          "entryUtc": "2026-01-02T05:10:00.000Z",
          "exitTs": 1767364860,
          "dir": 1,
          "entryPrice": 4378.135,
          "exitPrice": 4348.809,
          "stopDistance": 29.326,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 571
        },
        {
          "entryTs": 1767574920,
          "entryUtc": "2026-01-05T01:02:00.000Z",
          "exitTs": 1767654600,
          "dir": 1,
          "entryPrice": 4401.928,
          "exitPrice": 4459.463,
          "stopDistance": 28.767,
          "outcome": "target",
          "netR": 1.9871,
          "holdMinutes": 1328
        },
        {
          "entryTs": 1767675840,
          "entryUtc": "2026-01-06T05:04:00.000Z",
          "exitTs": 1767693060,
          "dir": 1,
          "entryPrice": 4468.275,
          "exitPrice": 4444.774,
          "stopDistance": 23.501,
          "outcome": "stop",
          "netR": -1.0179,
          "holdMinutes": 287
        },
        {
          "entryTs": 1767768360,
          "entryUtc": "2026-01-07T06:46:00.000Z",
          "exitTs": 1767773820,
          "dir": -1,
          "entryPrice": 4442.095,
          "exitPrice": 4466.748,
          "stopDistance": 24.653,
          "outcome": "stop",
          "netR": -1.017,
          "holdMinutes": 91
        },
        {
          "entryTs": 1767849360,
          "entryUtc": "2026-01-08T05:16:00.000Z",
          "exitTs": 1767885000,
          "dir": -1,
          "entryPrice": 4423.135,
          "exitPrice": 4445.835,
          "stopDistance": 22.7,
          "outcome": "stop",
          "netR": -1.0185,
          "holdMinutes": 594
        },
        {
          "entryTs": 1767965520,
          "entryUtc": "2026-01-09T13:32:00.000Z",
          "exitTs": 1768172400,
          "dir": 1,
          "entryPrice": 4483.548,
          "exitPrice": 4521.999,
          "stopDistance": 19.226,
          "outcome": "target",
          "netR": 1.9808,
          "holdMinutes": 3448
        },
        {
          "entryTs": 1768223280,
          "entryUtc": "2026-01-12T13:08:00.000Z",
          "exitTs": 1768267920,
          "dir": 1,
          "entryPrice": 4601.048,
          "exitPrice": 4575.981,
          "stopDistance": 25.067,
          "outcome": "stop",
          "netR": -1.0168,
          "holdMinutes": 744
        },
        {
          "entryTs": 1768315620,
          "entryUtc": "2026-01-13T14:47:00.000Z",
          "exitTs": 1768317480,
          "dir": 1,
          "entryPrice": 4629.975,
          "exitPrice": 4605.504,
          "stopDistance": 24.471,
          "outcome": "stop",
          "netR": -1.0172,
          "holdMinutes": 31
        },
        {
          "entryTs": 1768366860,
          "entryUtc": "2026-01-14T05:01:00.000Z",
          "exitTs": 1768402080,
          "dir": 1,
          "entryPrice": 4634.285,
          "exitPrice": 4609.795,
          "stopDistance": 24.49,
          "outcome": "stop",
          "netR": -1.0171,
          "holdMinutes": 587
        },
        {
          "entryTs": 1768454280,
          "entryUtc": "2026-01-15T05:18:00.000Z",
          "exitTs": 1768457580,
          "dir": -1,
          "entryPrice": 4580.925,
          "exitPrice": 4608.11,
          "stopDistance": 27.185,
          "outcome": "stop",
          "netR": -1.0154,
          "holdMinutes": 55
        },
        {
          "entryTs": 1768577220,
          "entryUtc": "2026-01-16T15:27:00.000Z",
          "exitTs": 1768777200,
          "dir": -1,
          "entryPrice": 4580.815,
          "exitPrice": 4603.654,
          "stopDistance": 22.839,
          "outcome": "stop",
          "netR": -1.0184,
          "holdMinutes": 3333
        },
        {
          "entryTs": 1768883700,
          "entryUtc": "2026-01-20T04:35:00.000Z",
          "exitTs": 1768899420,
          "dir": 1,
          "entryPrice": 4690.265,
          "exitPrice": 4730.356,
          "stopDistance": 20.045,
          "outcome": "target",
          "netR": 1.9815,
          "holdMinutes": 262
        },
        {
          "entryTs": 1768972680,
          "entryUtc": "2026-01-21T05:18:00.000Z",
          "exitTs": 1768979040,
          "dir": 1,
          "entryPrice": 4870.685,
          "exitPrice": 4839.539,
          "stopDistance": 31.146,
          "outcome": "stop",
          "netR": -1.0135,
          "holdMinutes": 106
        },
        {
          "entryTs": 1769102520,
          "entryUtc": "2026-01-22T17:22:00.000Z",
          "exitTs": 1769126640,
          "dir": 1,
          "entryPrice": 4888.075,
          "exitPrice": 4962.99,
          "stopDistance": 37.457,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 402
        },
        {
          "entryTs": 1769147400,
          "entryUtc": "2026-01-23T05:50:00.000Z",
          "exitTs": 1769156400,
          "dir": 1,
          "entryPrice": 4967.075,
          "exitPrice": 4932.833,
          "stopDistance": 34.242,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 150
        },
        {
          "entryTs": 1769382000,
          "entryUtc": "2026-01-25T23:00:00.000Z",
          "exitTs": 1769390700,
          "dir": 1,
          "entryPrice": 5003.285,
          "exitPrice": 5069.974,
          "stopDistance": 33.344,
          "outcome": "target",
          "netR": 1.9889,
          "holdMinutes": 145
        },
        {
          "entryTs": 1769409900,
          "entryUtc": "2026-01-26T06:45:00.000Z",
          "exitTs": 1769434380,
          "dir": 1,
          "entryPrice": 5092.785,
          "exitPrice": 5054.541,
          "stopDistance": 38.244,
          "outcome": "stop",
          "netR": -1.011,
          "holdMinutes": 408
        },
        {
          "entryTs": 1769544180,
          "entryUtc": "2026-01-27T20:03:00.000Z",
          "exitTs": 1769550540,
          "dir": 1,
          "entryPrice": 5110.885,
          "exitPrice": 5189.783,
          "stopDistance": 39.449,
          "outcome": "target",
          "netR": 1.9906,
          "holdMinutes": 106
        },
        {
          "entryTs": 1769576700,
          "entryUtc": "2026-01-28T05:05:00.000Z",
          "exitTs": 1769630760,
          "dir": 1,
          "entryPrice": 5248.755,
          "exitPrice": 5337.469,
          "stopDistance": 44.357,
          "outcome": "target",
          "netR": 1.9917,
          "holdMinutes": 901
        },
        {
          "entryTs": 1769700420,
          "entryUtc": "2026-01-29T15:27:00.000Z",
          "exitTs": 1769704200,
          "dir": -1,
          "entryPrice": 5235.238,
          "exitPrice": 5308.349,
          "stopDistance": 73.111,
          "outcome": "stop",
          "netR": -1.0057,
          "holdMinutes": 63
        },
        {
          "entryTs": 1769761980,
          "entryUtc": "2026-01-30T08:33:00.000Z",
          "exitTs": 1769794980,
          "dir": -1,
          "entryPrice": 5098.765,
          "exitPrice": 4858.312,
          "stopDistance": 120.227,
          "outcome": "target",
          "netR": 1.9969,
          "holdMinutes": 550
        },
        {
          "entryTs": 1769994540,
          "entryUtc": "2026-02-02T01:09:00.000Z",
          "exitTs": 1770081840,
          "dir": -1,
          "entryPrice": 4679.725,
          "exitPrice": 4852.658,
          "stopDistance": 172.933,
          "outcome": "stop",
          "netR": -1.0024,
          "holdMinutes": 1455
        },
        {
          "entryTs": 1770099540,
          "entryUtc": "2026-02-03T06:19:00.000Z",
          "exitTs": 1770335160,
          "dir": 1,
          "entryPrice": 4856.248,
          "exitPrice": 4728.658,
          "stopDistance": 127.59,
          "outcome": "stop",
          "netR": -1.0033,
          "holdMinutes": 3927
        },
        {
          "entryTs": 1770388620,
          "entryUtc": "2026-02-06T14:37:00.000Z",
          "exitTs": 1770748620,
          "dir": 1,
          "entryPrice": 4943.215,
          "exitPrice": 5013.445,
          "stopDistance": 78.539,
          "outcome": "time",
          "netR": 0.8895,
          "holdMinutes": 6000
        },
        {
          "entryTs": 1770806400,
          "entryUtc": "2026-02-11T10:40:00.000Z",
          "exitTs": 1770816600,
          "dir": 1,
          "entryPrice": 5078.485,
          "exitPrice": 5042.942,
          "stopDistance": 35.543,
          "outcome": "stop",
          "netR": -1.0118,
          "holdMinutes": 170
        },
        {
          "entryTs": 1770912660,
          "entryUtc": "2026-02-12T16:11:00.000Z",
          "exitTs": 1770912960,
          "dir": -1,
          "entryPrice": 5017.995,
          "exitPrice": 4941.62,
          "stopDistance": 38.187,
          "outcome": "target",
          "netR": 1.9903,
          "holdMinutes": 5
        },
        {
          "entryTs": 1771196400,
          "entryUtc": "2026-02-15T23:00:00.000Z",
          "exitTs": 1771200180,
          "dir": 1,
          "entryPrice": 5045.965,
          "exitPrice": 5000.602,
          "stopDistance": 45.363,
          "outcome": "stop",
          "netR": -1.0093,
          "holdMinutes": 63
        },
        {
          "entryTs": 1771218180,
          "entryUtc": "2026-02-16T05:03:00.000Z",
          "exitTs": 1771228980,
          "dir": -1,
          "entryPrice": 4967.305,
          "exitPrice": 5012.659,
          "stopDistance": 45.354,
          "outcome": "stop",
          "netR": -1.0093,
          "holdMinutes": 180
        },
        {
          "entryTs": 1771305300,
          "entryUtc": "2026-02-17T05:15:00.000Z",
          "exitTs": 1771336860,
          "dir": -1,
          "entryPrice": 4922.558,
          "exitPrice": 4856.519,
          "stopDistance": 33.019,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 526
        },
        {
          "entryTs": 1771419660,
          "entryUtc": "2026-02-18T13:01:00.000Z",
          "exitTs": 1771483860,
          "dir": 1,
          "entryPrice": 4953.975,
          "exitPrice": 5018.14,
          "stopDistance": 32.082,
          "outcome": "target",
          "netR": 1.9885,
          "holdMinutes": 1070
        },
        {
          "entryTs": 1771568580,
          "entryUtc": "2026-02-20T06:23:00.000Z",
          "exitTs": 1771599960,
          "dir": 1,
          "entryPrice": 5022.015,
          "exitPrice": 4994.274,
          "stopDistance": 27.741,
          "outcome": "stop",
          "netR": -1.0151,
          "holdMinutes": 523
        },
        {
          "entryTs": 1771801200,
          "entryUtc": "2026-02-22T23:00:00.000Z",
          "exitTs": 1771814520,
          "dir": 1,
          "entryPrice": 5107.698,
          "exitPrice": 5175.329,
          "stopDistance": 33.815,
          "outcome": "target",
          "netR": 1.9891,
          "holdMinutes": 222
        },
        {
          "entryTs": 1771857360,
          "entryUtc": "2026-02-23T14:36:00.000Z",
          "exitTs": 1771887780,
          "dir": 1,
          "entryPrice": 5176.385,
          "exitPrice": 5242.488,
          "stopDistance": 33.052,
          "outcome": "target",
          "netR": 1.9888,
          "holdMinutes": 507
        },
        {
          "entryTs": 1771941540,
          "entryUtc": "2026-02-24T13:59:00.000Z",
          "exitTs": 1771953060,
          "dir": -1,
          "entryPrice": 5121.818,
          "exitPrice": 5155.972,
          "stopDistance": 34.154,
          "outcome": "stop",
          "netR": -1.0123,
          "holdMinutes": 192
        },
        {
          "entryTs": 1771996680,
          "entryUtc": "2026-02-25T05:18:00.000Z",
          "exitTs": 1772018160,
          "dir": 1,
          "entryPrice": 5193.518,
          "exitPrice": 5157.064,
          "stopDistance": 36.454,
          "outcome": "stop",
          "netR": -1.0115,
          "holdMinutes": 358
        },
        {
          "entryTs": 1772116200,
          "entryUtc": "2026-02-26T14:30:00.000Z",
          "exitTs": 1772120700,
          "dir": -1,
          "entryPrice": 5144.958,
          "exitPrice": 5176.645,
          "stopDistance": 31.687,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 75
        },
        {
          "entryTs": 1772197620,
          "entryUtc": "2026-02-27T13:07:00.000Z",
          "exitTs": 1772208900,
          "dir": 1,
          "entryPrice": 5205.215,
          "exitPrice": 5256.777,
          "stopDistance": 25.781,
          "outcome": "target",
          "netR": 1.9856,
          "holdMinutes": 188
        },
        {
          "entryTs": 1772406000,
          "entryUtc": "2026-03-01T23:00:00.000Z",
          "exitTs": 1772406000,
          "dir": 1,
          "entryPrice": 5372.198,
          "exitPrice": 5340.729,
          "stopDistance": 31.469,
          "outcome": "stop",
          "netR": -1.0133,
          "holdMinutes": 0
        },
        {
          "entryTs": 1772435220,
          "entryUtc": "2026-03-02T07:07:00.000Z",
          "exitTs": 1772461320,
          "dir": 1,
          "entryPrice": 5392.995,
          "exitPrice": 5349.591,
          "stopDistance": 43.404,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 435
        },
        {
          "entryTs": 1772529900,
          "entryUtc": "2026-03-03T09:25:00.000Z",
          "exitTs": 1772536140,
          "dir": -1,
          "entryPrice": 5260.095,
          "exitPrice": 5161.631,
          "stopDistance": 49.232,
          "outcome": "target",
          "netR": 1.9925,
          "holdMinutes": 104
        },
        {
          "entryTs": 1772716920,
          "entryUtc": "2026-03-05T13:22:00.000Z",
          "exitTs": 1772809320,
          "dir": -1,
          "entryPrice": 5108.678,
          "exitPrice": 5148.164,
          "stopDistance": 39.485,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 1540
        },
        {
          "entryTs": 1773007200,
          "entryUtc": "2026-03-08T22:00:00.000Z",
          "exitTs": 1773007620,
          "dir": 1,
          "entryPrice": 5178.935,
          "exitPrice": 5136.348,
          "stopDistance": 42.587,
          "outcome": "stop",
          "netR": -1.0099,
          "holdMinutes": 7
        },
        {
          "entryTs": 1773131400,
          "entryUtc": "2026-03-10T08:30:00.000Z",
          "exitTs": 1773269760,
          "dir": 1,
          "entryPrice": 5186.578,
          "exitPrice": 5146.911,
          "stopDistance": 39.667,
          "outcome": "stop",
          "netR": -1.0106,
          "holdMinutes": 2306
        },
        {
          "entryTs": 1773328260,
          "entryUtc": "2026-03-12T15:11:00.000Z",
          "exitTs": 1773347400,
          "dir": -1,
          "entryPrice": 5125.185,
          "exitPrice": 5059.663,
          "stopDistance": 32.761,
          "outcome": "target",
          "netR": 1.9887,
          "holdMinutes": 319
        },
        {
          "entryTs": 1773413700,
          "entryUtc": "2026-03-13T14:55:00.000Z",
          "exitTs": 1773616800,
          "dir": -1,
          "entryPrice": 5054.795,
          "exitPrice": 4993.799,
          "stopDistance": 30.498,
          "outcome": "target",
          "netR": 1.9879,
          "holdMinutes": 3385
        },
        {
          "entryTs": 1773641700,
          "entryUtc": "2026-03-16T06:15:00.000Z",
          "exitTs": 1773648780,
          "dir": 1,
          "entryPrice": 5030.555,
          "exitPrice": 4990.668,
          "stopDistance": 39.888,
          "outcome": "stop",
          "netR": -1.0105,
          "holdMinutes": 118
        },
        {
          "entryTs": 1773722640,
          "entryUtc": "2026-03-17T04:44:00.000Z",
          "exitTs": 1773741960,
          "dir": 1,
          "entryPrice": 5037.715,
          "exitPrice": 5004.325,
          "stopDistance": 33.389,
          "outcome": "stop",
          "netR": -1.0126,
          "holdMinutes": 322
        },
        {
          "entryTs": 1773830100,
          "entryUtc": "2026-03-18T10:35:00.000Z",
          "exitTs": 1773835320,
          "dir": -1,
          "entryPrice": 4973.495,
          "exitPrice": 4921.367,
          "stopDistance": 26.064,
          "outcome": "target",
          "netR": 1.9858,
          "holdMinutes": 87
        },
        {
          "entryTs": 1773902100,
          "entryUtc": "2026-03-19T06:35:00.000Z",
          "exitTs": 1773907140,
          "dir": -1,
          "entryPrice": 4803.845,
          "exitPrice": 4729.728,
          "stopDistance": 37.059,
          "outcome": "target",
          "netR": 1.99,
          "holdMinutes": 84
        },
        {
          "entryTs": 1774032600,
          "entryUtc": "2026-03-20T18:50:00.000Z",
          "exitTs": 1774226100,
          "dir": -1,
          "entryPrice": 4502.108,
          "exitPrice": 4366.931,
          "stopDistance": 67.588,
          "outcome": "target",
          "netR": 1.9945,
          "holdMinutes": 3225
        },
        {
          "entryTs": 1774245000,
          "entryUtc": "2026-03-23T05:50:00.000Z",
          "exitTs": 1774249680,
          "dir": -1,
          "entryPrice": 4318.825,
          "exitPrice": 4141.637,
          "stopDistance": 88.594,
          "outcome": "target",
          "netR": 1.9958,
          "holdMinutes": 78
        },
        {
          "entryTs": 1774395360,
          "entryUtc": "2026-03-24T23:36:00.000Z",
          "exitTs": 1774504860,
          "dir": 1,
          "entryPrice": 4512.665,
          "exitPrice": 4435.614,
          "stopDistance": 77.051,
          "outcome": "stop",
          "netR": -1.0055,
          "holdMinutes": 1825
        },
        {
          "entryTs": 1774624380,
          "entryUtc": "2026-03-27T15:13:00.000Z",
          "exitTs": 1774821600,
          "dir": 1,
          "entryPrice": 4523.985,
          "exitPrice": 4472.233,
          "stopDistance": 51.752,
          "outcome": "stop",
          "netR": -1.0081,
          "holdMinutes": 3287
        },
        {
          "entryTs": 1774849740,
          "entryUtc": "2026-03-30T05:49:00.000Z",
          "exitTs": 1774967580,
          "dir": 1,
          "entryPrice": 4517.445,
          "exitPrice": 4626.716,
          "stopDistance": 54.636,
          "outcome": "target",
          "netR": 1.9932,
          "holdMinutes": 1964
        },
        {
          "entryTs": 1775026080,
          "entryUtc": "2026-04-01T06:48:00.000Z",
          "exitTs": 1775093460,
          "dir": 1,
          "entryPrice": 4724.005,
          "exitPrice": 4680.923,
          "stopDistance": 43.082,
          "outcome": "stop",
          "netR": -1.0097,
          "holdMinutes": 1123
        },
        {
          "entryTs": 1775107980,
          "entryUtc": "2026-04-02T05:33:00.000Z",
          "exitTs": 1775466000,
          "dir": -1,
          "entryPrice": 4648.335,
          "exitPrice": 4701.295,
          "stopDistance": 52.96,
          "outcome": "stop",
          "netR": -1.0079,
          "holdMinutes": 5967
        },
        {
          "entryTs": 1775570760,
          "entryUtc": "2026-04-07T14:06:00.000Z",
          "exitTs": 1775572620,
          "dir": -1,
          "entryPrice": 4616.025,
          "exitPrice": 4657.029,
          "stopDistance": 41.004,
          "outcome": "stop",
          "netR": -1.0102,
          "holdMinutes": 31
        },
        {
          "entryTs": 1776031200,
          "entryUtc": "2026-04-12T22:00:00.000Z",
          "exitTs": 1776031200,
          "dir": -1,
          "entryPrice": 4634.998,
          "exitPrice": 4664.547,
          "stopDistance": 29.549,
          "outcome": "stop",
          "netR": -1.0142,
          "holdMinutes": 0
        },
        {
          "entryTs": 1776059820,
          "entryUtc": "2026-04-13T05:57:00.000Z",
          "exitTs": 1776173880,
          "dir": 1,
          "entryPrice": 4728.035,
          "exitPrice": 4803.027,
          "stopDistance": 37.496,
          "outcome": "target",
          "netR": 1.9901,
          "holdMinutes": 1901
        },
        {
          "entryTs": 1776315960,
          "entryUtc": "2026-04-16T05:06:00.000Z",
          "exitTs": 1776326700,
          "dir": 1,
          "entryPrice": 4837.455,
          "exitPrice": 4812.582,
          "stopDistance": 24.873,
          "outcome": "stop",
          "netR": -1.0169,
          "holdMinutes": 179
        },
        {
          "entryTs": 1776430080,
          "entryUtc": "2026-04-17T12:48:00.000Z",
          "exitTs": 1776431580,
          "dir": 1,
          "entryPrice": 4838.335,
          "exitPrice": 4885.408,
          "stopDistance": 23.537,
          "outcome": "target",
          "netR": 1.9843,
          "holdMinutes": 25
        },
        {
          "entryTs": 1776636000,
          "entryUtc": "2026-04-19T22:00:00.000Z",
          "exitTs": 1776648180,
          "dir": -1,
          "entryPrice": 4767.405,
          "exitPrice": 4796.758,
          "stopDistance": 29.354,
          "outcome": "stop",
          "netR": -1.0143,
          "holdMinutes": 203
        },
        {
          "entryTs": 1776687480,
          "entryUtc": "2026-04-20T12:18:00.000Z",
          "exitTs": 1776750720,
          "dir": 1,
          "entryPrice": 4814.035,
          "exitPrice": 4783.774,
          "stopDistance": 30.261,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 1054
        },
        {
          "entryTs": 1776751200,
          "entryUtc": "2026-04-21T06:00:00.000Z",
          "exitTs": 1776782760,
          "dir": -1,
          "entryPrice": 4779.285,
          "exitPrice": 4731.876,
          "stopDistance": 23.705,
          "outcome": "target",
          "netR": 1.9844,
          "holdMinutes": 526
        },
        {
          "entryTs": 1776922200,
          "entryUtc": "2026-04-23T05:30:00.000Z",
          "exitTs": 1776931200,
          "dir": -1,
          "entryPrice": 4693.638,
          "exitPrice": 4721.629,
          "stopDistance": 27.991,
          "outcome": "stop",
          "netR": -1.015,
          "holdMinutes": 150
        },
        {
          "entryTs": 1777004520,
          "entryUtc": "2026-04-24T04:22:00.000Z",
          "exitTs": 1777017480,
          "dir": -1,
          "entryPrice": 4664.045,
          "exitPrice": 4694.155,
          "stopDistance": 30.11,
          "outcome": "stop",
          "netR": -1.0139,
          "holdMinutes": 216
        },
        {
          "entryTs": 1777264380,
          "entryUtc": "2026-04-27T04:33:00.000Z",
          "exitTs": 1777282200,
          "dir": 1,
          "entryPrice": 4729.315,
          "exitPrice": 4700.45,
          "stopDistance": 28.865,
          "outcome": "stop",
          "netR": -1.0146,
          "holdMinutes": 297
        },
        {
          "entryTs": 1777352400,
          "entryUtc": "2026-04-28T05:00:00.000Z",
          "exitTs": 1777354800,
          "dir": -1,
          "entryPrice": 4666.065,
          "exitPrice": 4628.8,
          "stopDistance": 18.633,
          "outcome": "target",
          "netR": 1.9801,
          "holdMinutes": 40
        },
        {
          "entryTs": 1777456200,
          "entryUtc": "2026-04-29T09:50:00.000Z",
          "exitTs": 1777512540,
          "dir": -1,
          "entryPrice": 4554.675,
          "exitPrice": 4580.107,
          "stopDistance": 25.432,
          "outcome": "stop",
          "netR": -1.0165,
          "holdMinutes": 939
        }
      ],
      "significance": {
        "tStat": 0.159,
        "pValueOneSided": 0.43683,
        "bhAdjustedP": 1,
        "survivesFdr5Pct": false
      }
    }
  ]
}
